* commit 132048b303ff7bfdd2e77a707ab4ac8e1d47e607 | Author: Adrian Pop | Date: Wed May 11 20:25:53 2022 +0200 | | update libraries submodules (#8934) | | M libraries | * commit 36fce63eed6ca29464ac05be5a87d38b22cebf14 | Author: perost | Date: Tue May 10 17:41:47 2022 +0200 | | Ignore build metadata in `System.getLoadModelPath` (#8897) | | - Ignore build metadata when determining which library to load, since | it shouldn't be used to determine version precedence according to | semantic versioning. Otherwise we fail to load the library if the user | asks for e.g. MSL 3.2.3+maint.om but has MSL 3.2.3 installed. | | M OMCompiler/Compiler/runtime/systemimpl.c | * commit a2596f1c9584fa3d5c49a55e2b69d18be303d53b | Author: Adeel Asghar | Date: Wed May 11 11:30:27 2022 +0200 | | Improved settings of MODELICAPATH (#8927) (#8929) | | Do not save the MODELICAPATH in settings until user explicitly modifies it. Otherwise we had issues when the OM version is changed. | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit d7ab85405ba62247f465757e5d81c1554acb3254 | Author: Adeel Asghar | Date: Wed May 11 10:14:04 2022 +0200 | | Reset Global.packageIndexCacheIndex when ModelicaPath is changed (#8898) (#8926) | | The package manager use the path that ends with / so when checking it against ModelicaPath then check with and without / | | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/PackageManagement.mo | * commit ddd65804633644a1c00754d80184a0f723aeefbb | Author: Francesco Casella | Date: Thu May 5 02:46:31 2022 +0200 | | Updates to package manager documentation for v 1.19.0 (#8900) | | M doc/UsersGuide/source/packagemanager.rst | * commit e1698c858be49228e06ee348ad3ec9f2d9c0b2ce | Author: Francesco Casella | Date: Thu May 5 01:53:59 2022 +0200 | | Update omedit.rst (#8888) | | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M doc/UsersGuide/source/omedit.rst | * commit c9d33b78d2f50d23a8634a7c923f38b4ad336b06 | Author: Francesco Casella | Date: Thu Apr 28 01:34:22 2022 +0200 | | Improved documentation of Variable filter in 1.19.0 (#8872) | | And added several relevant examples. | | M doc/UsersGuide/source/omedit.rst | * commit 27de0bc5e8d106e7b8da9e207cd65ceb66b4fa1e | Author: Adrian Pop | Date: Fri Apr 15 13:50:52 2022 +0200 | | v1.19-dev.beta1 | * commit dc900ebc69d00f7fbd499eacc088f2ea01b250ab | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Apr 14 16:06:11 2022 +0200 | | [NB] basic support for records (#8837) | | - support for non sliced and non array records | | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBVariable.mo | M OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo | M OMCompiler/Compiler/NFFrontEnd/NFBackendExtension.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NSimCode/NSimStrongComponent.mo | M OMCompiler/Compiler/NSimCode/NSimVar.mo | * commit ecf58a90a934cea30ee445d4f6a28e3e947a83a5 | Author: Mahder Gebremedhin | Date: Thu Apr 14 13:34:02 2022 +0200 | | Include _part*.c files to the list of source files for the FMU Makefile (#8836) | | - Make sure any generated `_part*.c` files for big models are listed in | the list of source files in the generated Makefile for FMU code. | | - The modelDescription.xml file does not list these files yet. Unfortunately: | - We do not know how many of them there are until we have called `CodegenFMU.translateModel.` | - Which means the list of source files passed to `CodegenFMU.translateModel` | does not include these extra `_part.c` files. It only lists the default ones. | - Which means they are not listed in the modelDescription.xml file. | | The way to fix that is to separate the generation of `modelDescrition.xml` | from `CodegenFMU.translateModel`. However, `modelDescrition.xml` wants to | use the same GUID as the model code. Which means the `transateModel` call | should make its created GUID available outside of it. We can not simply | return the GUID from it (?) so there needs to be some more restructuring | needed. However, `modelDescrition.xml` at the moment does does not list | all the extra files anyway. So for now we leave it like this and make | sure the makefile gets them properly at least. | | - Fixes #8805 and improves #8641. | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | * commit b1fc5c858b57685693a6f48ca84777ae09a6b4f5 | Author: perost | Date: Thu Apr 14 10:37:48 2022 +0200 | | Fix usage of deprecated global _1 in cpp runtime (#8833) | | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | * commit 7efd350be1e2e6534c1d73eca1fbb7ea3d1620fb | Author: perost | Date: Wed Apr 13 16:32:25 2022 +0200 | | Remove more GraphStream stuff (#8832) | | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/toJulia/generateTranslationTemplate.el | * commit 76b1def2f306af856b1a9164616be12111f2723c | Author: Adeel Asghar | Date: Wed Apr 13 15:52:12 2022 +0200 | | Issue 5297 (#8831) | | * Convert the semver to user friendly string | | Only show the installed versions on the conversion dialog | | * Package manager link | | Link to the online documentation instead of locally installed | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.cpp | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | * commit d24240ca56632d0101385b749df9aa0323c102f3 | Author: perost | Date: Wed Apr 13 15:47:09 2022 +0200 | | Update 3rdParty (#8830) | | M OMCompiler/3rdParty | * commit d77d5a5701939fe3dcfe6480056b1217dcce99a9 | Author: perost | Date: Wed Apr 13 15:00:53 2022 +0200 | | Remove GraphStream (#8829) | | - Remove GraphStream since it's broken and unused, and removing it | allows removing the dependency on the abandoned third party | graphstream library that causes a lot of compilation warnings. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/FFrontEnd/FGraph.mo | D OMCompiler/Compiler/FFrontEnd/FGraphStream.mo | M OMCompiler/Compiler/FFrontEnd/FNode.mo | M OMCompiler/Compiler/Main/Main.mo | D OMCompiler/Compiler/Stubs/FGraphStream.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | D OMCompiler/Compiler/Util/GraphStream.mo | D OMCompiler/Compiler/Util/GraphStreamExt.mo | M OMCompiler/Compiler/boot/CMakeLists.txt | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/boot/Makefile.common | M OMCompiler/Compiler/boot/bootstrap-sources/Makefile.sources | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph.c | D OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream.c | D OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream.h | D OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream_includes.h | D OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream_records.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph_includes.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/FNode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FNode_includes.h | D OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream.c | D OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream.h | D OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt.c | D OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt.h | D OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt_includes.h | D OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt_records.c | D OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream_includes.h | D OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream_records.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Main.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Main_includes.h | M OMCompiler/Compiler/runtime/CMakeLists.txt | D OMCompiler/Compiler/runtime/GraphStreamExt_impl.cpp | D OMCompiler/Compiler/runtime/GraphStreamExt_omc.cpp | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/Compiler/runtime/Makefile.in | M OMCompiler/Compiler/runtime/Makefile.omdev.mingw | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/special/MatlabTranslator/LoadCompilerSources.mos | * commit 9596bfcbbb5adf4fe19609af5f4b30dd3132bda2 | Author: Adeel Asghar | Date: Tue Apr 12 22:28:25 2022 +0200 | | Map array plot to Modelica array that starts from one and not from zero (#8828) | | Fixes #8784 | | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit 2abbf9d094cfecedd54e2660b52bafbd8ed9d382 | Author: Adeel Asghar | Date: Tue Apr 12 21:56:01 2022 +0200 | | Adjust the tolerance for fuzzyCompare (#8822) | | * Adjust the tolerance for fuzzyCompare | | Fixes #8783 | | * Better implementation of fuzzyCompare | | M OMPlot/OMPlot/OMPlotGUI/LinearScaleEngine.cpp | * commit 29821fa069d01bdf15919c0beda5323cd088439c | Author: perost | Date: Tue Apr 12 17:33:05 2022 +0200 | | Improve instantiation in relaxed contexts (#8824) | | - Allow dimensions to be unevaluable in relaxed contexts. | - Avoid scalarizing array variables with unknown dimensions. | - Allow variables to have unevaluable bindings in EvalConstants in | relaxed contexts. | | Fixes #3944 | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit af7f36130930b7b76c65c3a82b277cadd9c3af1d | Author: Adeel Asghar | Date: Tue Apr 12 15:30:05 2022 +0200 | | Updated the array plot x-axis label (#8826) | | Fixes #8784 | | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | * commit 0cd57e6eef2daab9f2fcf9eb0102a6d4acfbb1d9 | Author: Adeel Asghar | Date: Tue Apr 12 14:57:52 2022 +0200 | | Sort the converts to version drop down (#8825) | | Add the information text that tells if the version is installed or not. | | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | * commit b339711b74fbf9862383822273e4d6a0c65d5e98 | Author: Adeel Asghar | Date: Tue Apr 12 14:20:19 2022 +0200 | | Create a new scale engine (#8823) | | Qwt deletes the existing scale engine when it sets the new one | | M OMPlot/OMPlot/OMPlotGUI/OMPlot.h | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit c0de783a467b87263ce6b9d8bcfd3330fd08ff42 | Author: perost | Date: Tue Apr 12 12:55:47 2022 +0200 | | Deprioritize prereleases when loading libraries (#8821) | | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | * commit 162c2c8e4e5d62940fb5a58230137d2e50213ef3 | Author: Mahder Gebremedhin | Date: Tue Apr 12 12:44:46 2022 +0200 | | Fix format of generated .bat files (#8820) | | - Make sure that the `SET PATH` command is always on the second line so | that OMEdit can parse them all correctly to pick up the additional paths | needed for simulation executable. | | - Add the installation bin directory to the path for C-runtime simulation | bat files. It was missing. | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/Compiler/Template/CodegenOMSICpp.tpl | * commit 67d7e86f7287fa69b203b0ca2d54699c5aee4903 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Mon Apr 11 17:40:08 2022 +0200 | | [NB] record and array update (#8819) | | * [NB] update strong component solving | | - add correct collection of strong components with size > 1 | - ToDo: allow sliced subsets in strong components with size > 1 | - some comments added | | * [NB] update record and array handling | | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBAdjacency.mo | M OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo | M OMCompiler/Compiler/NFFrontEnd/NFBackendExtension.mo | * commit 834a38bc5f746cb922642017eef145852f7dc160 | Author: Rahul P <26484864+rahulp13@users.noreply.github.com> | Date: Mon Apr 11 18:13:12 2022 +0530 | | Revert #8358 (#8646) | | * Revert "revert the last OPC UA commit as it breaks the Windows builds" (#8358) | | * Fixed MinGW 'omc_terminate' symbol reference issue | | M OMCompiler/SimulationRuntime/c/simulation/solver/embedded_server.c | M OMCompiler/SimulationRuntime/c/simulation/solver/embedded_server.h | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | M OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.c | M OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.h | * commit 1d6bbd41723ff5b6b76468fbe6e26806e0c47d49 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Mon Apr 11 13:44:43 2022 +0200 | | [NB] update strong component solving (#8818) | | * [NB] update strong component solving | | - add correct collection of strong components with size > 1 | - ToDo: allow sliced subsets in strong components with size > 1 | - some comments added | | * [NB] small fix when eq simcode | | M OMCompiler/Compiler/NBackEnd/Classes/NBStrongComponent.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBSolve.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NSimCode/NSimStrongComponent.mo | * commit 12e1781d20785f6116f6b3ad261f3b0b662dfe2f | Author: Mahder Gebremedhin | Date: Mon Apr 11 10:19:24 2022 +0200 | | Disable deprecation warnings on ParModauto json reader. | | - It is not useful as we do not plan to update it anytime soon. | | M OMCompiler/SimulationRuntime/ParModelica/auto/CMakeLists.txt | * commit 8672957ffa897c8c66994936ace24f7d11d43a24 | Author: Mahder Gebremedhin | Date: Mon Apr 11 10:13:12 2022 +0200 | | Normalize operating system identifiers. | | - Change `OSX` to `darwin` to be consistent with other tools. | | - Remove unused configuration variable `OS_TARGET`. It is confusing. | | M OMCompiler/Compiler/Util/Util.mo | M OMCompiler/Compiler/boot/bootstrap-sources/build/Util.c | M OMCompiler/configure.ac | * commit 5b322f10afed35904ca8d5f4ec145240fea753c1 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Sun Apr 10 13:11:40 2022 +0200 | | [NB] proper handling of if equations (#8816) | | - assume full dependency for causalization (only solvable for matching) | - afterwards match each branch for the solved variables and order accordingly | - implement simcode and oldsimcode for if-equations | | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBStrongComponent.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBAdjacency.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBCausalize.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBSolve.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBTearing.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NSimCode/NSimStrongComponent.mo | * commit 968bdbd41e3de55e6aae9b71aa4e67ae865025c1 | Author: Adeel Asghar | Date: Fri Apr 8 18:03:00 2022 +0200 | | Save as for text files (#8815) | | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Editors/BaseEditor.h | M OMEdit/OMEditLIB/Editors/CEditor.cpp | M OMEdit/OMEditLIB/Editors/CompositeModelEditor.cpp | M OMEdit/OMEditLIB/Editors/MetaModelicaEditor.cpp | M OMEdit/OMEditLIB/Editors/ModelicaEditor.cpp | M OMEdit/OMEditLIB/Editors/OMSimulatorEditor.cpp | M OMEdit/OMEditLIB/Editors/TextEditor.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 8759314a518e27ba1bd3b28fea139d5093f06fbf | Author: Adeel Asghar | Date: Fri Apr 8 16:59:06 2022 +0200 | | Fix the save as functionality. (#8814) | | Fixes #4876 | Provide a proper save as so users can just save the same model in a new file and location. | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.h | M OMEdit/OMEditLIB/Util/StringHandler.cpp | * commit 4cb872198bca983e87f0cbbb481d988ce3e2a161 | Author: perost | Date: Fri Apr 8 16:51:39 2022 +0200 | | Improve getModelInstance (#8813) | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/Script/NFApi.mo | M testsuite/Makefile | A testsuite/openmodelica/instance-API/GetModelInstanceAttributes1.mos | A testsuite/openmodelica/instance-API/GetModelInstanceConnection1.mos | A testsuite/openmodelica/instance-API/GetModelInstanceDuplicate1.mos | A testsuite/openmodelica/instance-API/GetModelInstanceReplaceable1.mos | A testsuite/openmodelica/instance-API/Makefile | * commit 1f3162615af7a20748f5f9e4627b5c4a4e5cd496 | Author: perost | Date: Fri Apr 8 14:28:24 2022 +0200 | | Fix check of partial function calls (#8812) | | - Propagate the initial instantiation context to the typing phase. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/NFApi.mo | A testsuite/flattening/modelica/algorithms-functions/CheckPartialFunctionCall1.mos | M testsuite/flattening/modelica/algorithms-functions/Makefile | * commit 3bc1114c29bfd0b1ce2368561844e2deef3cc7b2 | Author: arun3688 | Date: Thu Apr 7 15:35:06 2022 +0200 | | update OMSimulator submodule (#8807) | | M OMSimulator | M testsuite/omsimulator/testLoopsOverFMUs.mos | * commit 03379dd29ab6a08980e26b984bb6a8a062b25748 | Author: Mahder Gebremedhin | Date: Thu Apr 7 13:58:07 2022 +0200 | | Improve MacOS rpath handling for the GUI clients. (#8810) | | - MacOS bundles are installed in `bin/.app/Contents/MacOS/` | as opposed to just `bin/` like other executables. | | Make sure the rpath handling reflects the relative path from that | directory to the lib directory. | | - Minor update to the CMake documentation. | | M CMakeLists.txt | M OMEdit/CMakeLists.txt | M README.cmake.md | * commit a32535f14ffd401c2223a318a1378e8a11707dcf | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Apr 7 12:32:59 2022 +0200 | | [NB] create equations for bound unknown variables (#8809) | | - bound unknown variables provide extra equations for the system | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBVariable.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBInitialization.mo | A OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBBindings.mo | M OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBRemoveSimpleEquations.mo | M OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 9f77b135eccb2b00ab797e78abbc318088de6e83 | Author: Henning Kiel | Date: Wed Apr 6 20:41:22 2022 +0200 | | fix some warnings (#8808) | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMNotebook/OMNotebook/OMNotebookGUI/graphcell.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/graphcell.h | M OMNotebook/OMNotebook/OMNotebookGUI/notebook.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/textcell.cpp | * commit 06a87ab5ac7f2473a409cbafcaebfa29c4e284e5 | Author: Adeel Asghar | Date: Tue Apr 5 16:02:20 2022 +0200 | | Fix the bitmap image source check and text horizontal alignment (#8804) | | Fixes #7173 | | M OMCompiler/Examples/generate_icons.py | M testsuite/openmodelica/icon-generator/GenerateMSLIcons.mos | * commit f6a81b2238f2d20862aec263b27e988b651a0d37 | Author: Adeel Asghar | Date: Tue Apr 5 15:37:19 2022 +0200 | | Initialize the ModelicaMatReader startTime and stopTime (#8802) | | Fixes #8799 | | M OMCompiler/SimulationRuntime/c/util/read_matlab4.c | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit 68f0cde78531f92c9ac24b8006cb2471cb0d5a70 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Apr 5 15:33:41 2022 +0200 | | Initialization file without inputPath (#8791) | | * Initialization file without inputPath | | Used when the initialization file is given via -iif | as absolute absolute path but -inputPath is set as well. | | * Fixing stuff | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | * commit c72be69a05adf7e0a0830c38f31f2a1a546225ee | Author: Lennart Ochel | Date: Tue Apr 5 14:17:49 2022 +0200 | | Implement fmi2(set|get|free)FMUstate (#8638) | | Co-authored-by: arun3688 | Co-authored-by: Adrian Pop | | M OMCompiler/Compiler/Template/CodegenFMU2.tpl | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.h | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.h | M testsuite/omsimulator/fmi_interpolate_cs.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_19.mos | * commit 98ded47f95717b1b8a5ef7568aadcad32403ff36 | Author: perost | Date: Tue Apr 5 12:24:29 2022 +0200 | | Allow pure/impure in older Modelica versions (#8803) | | - Allow the use of pure/impure in Modelica versions older than 3.3 if | `--strict` isn't used. | | Fixes #8800 | | M OMCompiler/Compiler/FrontEnd/Parser.mo | M OMCompiler/Compiler/FrontEnd/ParserExt.mo | M OMCompiler/Compiler/boot/bootstrap-sources/build/ParserExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ParserExt.h | M OMCompiler/Parser/ModelicaParserCommon.h | M OMCompiler/Parser/Modelica_3_Lexer.g | M OMCompiler/Parser/Parser_omc.c | M OMCompiler/Parser/parse.c | M testsuite/openmodelica/parser/Makefile | A testsuite/openmodelica/parser/PureImpure2.mo | A testsuite/openmodelica/parser/PureImpure3.mo | * commit 803120035b78fd8606a1a25d6075ff5df6072483 | Author: Lennart Ochel | Date: Tue Apr 5 11:44:15 2022 +0200 | | Add all states of the fmi state machines (#8697) | | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.h | * commit 29a7cffea91d8d33ee264fd662e872dc44eb7a02 | Author: perost | Date: Mon Apr 4 15:08:10 2022 +0200 | | Improve handling of `fill` (#8801) | | - Disable evaluation of `fill` during typing and let the simplification | handle it instead, since evaluating it that early doesn't seem to be | necessary and causes issues with the instance-based API. | - Fix the index counter used by the error message for non-parameter | dimension expressions in `fill`. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinFill2.mo | * commit 45d54fe09deee6c87714b2b5a94d6bd506c5cb0b | Author: perost | Date: Sat Apr 2 11:36:45 2022 +0200 | | Fix more regressions from #8788 (#8798) | | - Process the subscripted expression before subscripting it in | Ceval.subscriptBinding2. | - Don't automatically mark created arrays as literal in | Expression.mapSplitExpressions2, they can be anything. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit 0f91fa08c08bb1bfd707f8f2e6d8372f31b5e051 | Author: perost | Date: Thu Mar 31 14:27:31 2022 +0200 | | Fix regression from #8788 (#8794) | | - Don't assume that evaluated arrays are always literals. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/CevalBinding8.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 6f31f5083a59f9ce283165c96716fc6f75a147b3 | Author: Adeel Asghar | Date: Thu Mar 31 13:55:05 2022 +0200 | | Update SEMLA link (#8793) | | M doc/UsersGuide/source/encryption.rst | * commit d9b9ced95c3563b531c0960665857b82114045c7 | Author: Mahder Gebremedhin | Date: Thu Mar 31 11:02:21 2022 +0200 | | Remove -Wl,--no-undefined from linker options. (#8792) | | - This option was added explicitly to make sure we do not create create | shared libraries that contained undefined references to some symbols. | | Shared libraries on linux (.so) are allowed to have undefined references. | However, Windows shared libs (DLLs) can not. So we want to make sure | that we do not have undefined references in our shared libs for them | to be compilable on both. | | - However, the best way to enforce this is not to add it manually to | every shared library without any checks to see if the flag is supported. | It should only be done on systems and compilers that know the option. | | We can probably do a check to see which option enforces this behavior | for the respective linker and then add that globally to | `CMAKE_SHARED_LINKER_FLAGS`. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/cpp/Core/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/FMU/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/CMakeLists.txt | M OMEdit/OMEditLIB/CMakeLists.txt | M OMNotebook/OMNotebook/OMNotebookGUI/CMakeLists.txt | M OMPlot/OMPlot/OMPlotGUI/CMakeLists.txt | M OMPlot/qwt/src/CMakeLists.txt | M OMShell/OMShell/OMShellGUI/CMakeLists.txt | * commit 46915e1539e67a4adfa5aefefe62dba15e31cd7d | Author: arun3688 | Date: Thu Mar 31 07:41:36 2022 +0200 | | check for .json file is NULL and return dummy equation and function info (#8790) | | * check for .json file is NULL and return dummy equation and function info | | * Trigger build | | * fix headers | | * fix linux compilation | | * Trigger build | | M OMCompiler/SimulationRuntime/c/simulation/simulation_info_json.c | M OMCompiler/SimulationRuntime/c/simulation/simulation_info_json.h | * commit 304e2a10eced30c3f636c2c57c3dc69be682c5ce | Author: perost | Date: Wed Mar 30 15:06:31 2022 +0200 | | Handle for-loops with connects when vectorizing. (#8789) | | - For-loops with only connects are filtered out when flattening | equations since they're handled separately, so change | Flatten.vectorizeEquation to handle this. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 65ed5abb254497e52bc5cc08954ee15775e4edcc | Author: perost | Date: Wed Mar 30 14:30:54 2022 +0200 | | Performance improvements (#8788) | | - Don't traverse literal arrays in Ceval.subscriptBinding and | EvalConstants.traverseExp. | - Set the initial number of buckets when creating hash maps in | Ceval.subscriptBinding, since we know how many elements there are. | - Mark arrays as literal already during instantiation. | - Preserve the literalness of arrays during typing. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit c94a24d0c4a34c730f8d7430ffe79c32b5c84d0c | Author: Mahder Gebremedhin | Date: Wed Mar 30 13:44:55 2022 +0200 | | Remove Fortran from hard requirements for CMake (#8787) | | * Remove Fortran from hard requirements for CMake | | - The option CAN NOT be disabled for now. compilation will fail if you | disable it. It is here as a placeholder and we still require Fortran | in our 3rdParty code. | | - Fortran does not need to be a must to compile and use most of OpenModelica | | The only component that needs Fortran (as far as I can tell) is the | MUMPS solver that Ipopt uses in 3rdParty code. MUMPS (and IPOPT) are | required only for dynamic optimization support and we should be able | to disabl them safely if that feature is not needed. | | However, our simulation runtime (libSimulationRuntimeC) seems to depend | on IPOPT unconditionally. There is a macro `WITH_IPOPT` that is supposed | to disable the requirement. | | Unfortunately, it is not working as intended at the moment. In fact it | is always set no matter what configuration options we use. Until that | get fixed we pretend like Fortran is optional even though it is not | yet. | | * Fix 3rdParty optional component enabling. | | - Disable Fortran dependent sundials library if Fortran is disabled from | OpenModelica build. | | - Add Ipopt only if WITH_IPOPT is set. WITH_IPOPT can not be set if Fortran | support is disabled. | | M CMakeLists.txt | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | * commit 4634f82e567713c99ec1480990e2fa36737d7b12 | Author: Mahder Gebremedhin | Date: Wed Mar 30 11:48:22 2022 +0200 | | Fixes for CMake MacOS build. (#8786) | | - Use `loader_path` when setting `rpath` of libraries/executables. | | - Distinguish Linux and MacOS. CMake's if(UNIX) implies both. | | - Specify bundle destinations for executables. | | M CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaMatIO.h | M OMEdit/OMEditGUI/CMakeLists.txt | M OMNotebook/OMNotebook/OMNotebookGUI/CMakeLists.txt | M OMPlot/OMPlot/OMPlotGUI/CMakeLists.txt | M OMShell/OMShell/OMShellGUI/CMakeLists.txt | * commit 0edf4d6e2b687d05312b40e30ae8c244bd116a17 | Author: Henning Kiel | Date: Wed Mar 30 10:52:15 2022 +0200 | | Fix OMEdit compilation and linking on macOS (#8782) | | * add missing brace | | * copy libantlr4-runtime.a to build/lib | | * avoid -Bdynamic and -Bstatic ld flags | | M OMEdit/OMEditGUI/OMEditGUI.unix.config.pri.in | M OMEdit/OMEditLIB/MainWindow.cpp | M OMParser/Makefile | * commit af4178d57aa902c747ca9ffa5b07e61cad2f39a6 | Author: Adeel Asghar | Date: Wed Mar 30 10:24:45 2022 +0200 | | Use the online user's guide (#8785) | | * Fixed the typos | | * Use the online user's guide | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M doc/UsersGuide/source/omedit.rst | * commit a687bcc7ac18f2bee2f53ed106d9bd2a2daa962a | Author: Adeel Asghar | Date: Wed Mar 30 08:59:09 2022 +0200 | | Improve package manager GUI (#8779) | | * Call updatePackageIndex once per OMEdit session | | Fixes #8757 | Also allow user to call it manually if needed. | Organize the libraries action in `Manage Libraries` menu item. | Changed `update installed libraries` to `upgrade installed libraries`. | | * Updated users guide | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.cpp | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.h | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M doc/UsersGuide/source/omedit.rst | * commit c242d8529608aa245ec9a829496b9c32b238a333 | Author: Mahder Gebremedhin | Date: Tue Mar 29 15:39:14 2022 +0200 | | Put spaces around linker command fragments. (#8780) | | - This was resulting in `-lboost_system-fopenmp` when it should have | been `-lboost_system -fopenmp`. | | - Fixes #8776. | | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | * commit 746826405549c41b1353ee1489e67b231f2748e7 | Author: Mahder Gebremedhin | Date: Tue Mar 29 12:10:35 2022 +0200 | | Use winsock2.h instead of winsock.h (#8778) | | - The two can not be simultaneously. The rest of our code (e.g. our | parsers) use winsock2.h. | | winsock2.h is backwards compatible with winsock.h. Use it as we are | not possibly targeting anything that does not have winsock2 support. | | M OMCompiler/3rdParty | M OMCompiler/SimulationRuntime/c/simulation/socket.h | M OMCompiler/SimulationRuntime/c/simulation/socket_win.inc | * commit a91b842506267d2f4f086e9687cfc27e5c6a5119 | Author: Adeel Asghar | Date: Tue Mar 29 11:16:43 2022 +0200 | | If the library required is already loaded with some other version (#8764) | | * If the library required is already loaded with some other version | | Then allow the user to cancel the operation or unload everything and reload the class again. | Fixes #8183 | | * Updated the dialog Message | | Handle the loadModel case. | | * Info note | | * Add convertPackageToLibrary to dictionary | | M .openmodelica.aspell | M OMCompiler/Compiler/Util/Error.mo | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M testsuite/flattening/libraries/biochem/BiochemModels.mos | M testsuite/openmodelica/interactive-API/UsesAnnotation2.mos | * commit 7262b33a71e754bd339e689097d915ad522f6da7 | Author: Mahder Gebremedhin | Date: Mon Mar 28 17:07:16 2022 +0200 | | More whitespace fixes. (#8775) | | - trim trailing whitespace. | | M OMCompiler/3rdParty | * commit 62abb405183a9464a3ad5443db36c243e40a6731 | Author: arun3688 | Date: Mon Mar 28 16:32:26 2022 +0200 | | generate states, input and output vars for linearized python code (#8773) | | M OMCompiler/Compiler/Template/CodegenC.tpl | M testsuite/openmodelica/linearization/test_dump_languages.mos | * commit 54e99b8f2d2ed397fb9c33814b86da935ec16cd1 | Author: perost | Date: Mon Mar 28 16:20:41 2022 +0200 | | Improve `-d=mergeComponents` (#8774) | | - Include the binding equation in the modifier signature, to avoid | trying (and failing) to merge components with different binding | equations. | | M OMCompiler/Compiler/NFFrontEnd/NFInstUtil.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/MergeComponents8.mo | * commit 8426dd9ca2fed9412fee94d82aac3cb316b8a5ec | Author: Mahder Gebremedhin | Date: Mon Mar 28 12:45:02 2022 +0200 | | Remove variable length arrays from 3rdParty code. (#8769) | | M OMCompiler/3rdParty | * commit db2265646aecc77e1e4fa81e0896c972dcbf3c9a | Author: Mahder Gebremedhin | Date: Mon Mar 28 11:52:10 2022 +0200 | | Remove trailing whitespace and change tab to space (#8768) | | - Cleanup whitespace issues in 3rdParty code. | | M OMCompiler/3rdParty | * commit 5d116a404fc375b6bbd40705d2a08ed72993b50d | Author: Mahder Gebremedhin | Date: Mon Mar 28 11:21:04 2022 +0200 | | Fix compile definition specifications. (#8767) | | - Let CMake chose the correct way to specify the CPP definitions. Do not | prefix them with -D... | | M OMCompiler/SimulationRuntime/ModelicaExternalC/CMakeLists.txt | M OMCompiler/SimulationRuntime/ModelicaExternalC/MEC_standalone_2.8.cmake | M OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/cpp/Core/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/FMU/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/cpp/Solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/fmi/export/buildproject/CMakeLists.txt.in | * commit 836140990a7e6d1212355fb94535085be9acc256 | Author: Mahder Gebremedhin | Date: Fri Mar 25 18:29:10 2022 +0100 | | Refactor System_launchParallelTasks. (#8762) | | - Remove variable size arrays. Even for gcc/clang. | | - Make sure the pthread_attr_t we careate on Windows MinGW is destroyed. | Otherwise we are possibly leaking memory. | Maybe it is better to create a `pthread attribute` on all systems even if we | do not need to modify any attributes. It avoids the CPP checks and makes | it a bit more readable. | | - Expect to join exactly as many threads as we managed to create. Not | as many as we intended to create. We can fail to create the `i`th thread | out of `numThreads` threads we intended to create. | | - Simplify code for setting stack size by using short circute evaluation. | We should probably generalize the ´setting stack size´ to Windows (_WIN32) | from just MinGW (_MINGW32_). | | - Use the message we read from error no (`strerror`) in our messages. If | this was not the intention for some reason, then the calls to `strerror` | should be removed completely. | | M OMCompiler/Compiler/runtime/System_omc.c | * commit c9bd32e6f182e14dc6d8bee049c4e61bf10de5f6 | Author: perost | Date: Fri Mar 25 13:42:07 2022 +0100 | | Fix some compilation warnings (#8763) | | - Remove `extern` from `init_lambda_steps` definition, only the header | declaration should have it. | - Don't convert pointer to integer in `rungekutta_step_ssc` solver just | to check if it's not NULL, do an actual NULL check instead. | - Add missing `throw` keywords in `AlgLoopSolverDefaultImplementation` | (and also fix the messed up indentation). | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/cpp/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | * commit ff746bc562cbcce4b530254bd810161401532c32 | Author: Mahder Gebremedhin | Date: Fri Mar 25 11:11:21 2022 +0100 | | Fix typo in preprocessor check. _MSV_VER -> _MSC_VER (#8761) | | M OMCompiler/omc_config.h | * commit 0f47b5f7ccf7ba5f75089b2d52cbd7796bd27ac8 | Author: Mahder Gebremedhin | Date: Fri Mar 25 10:38:15 2022 +0100 | | Fix passing of C array to a function. (#8760) | | - We seem to have a few of these around. Passing an address of a C array | when we should pass the array (since it decays to a pointer on pass). | | I am not completely _sure_ what should happen if you pass the address | of the array but it is not what we intend to do. | | This time, the C array is removed completely since it was a variable | length array anyway (replaced by dynamic allocation) and the passing | is fixed. | | M OMCompiler/Compiler/runtime/System_omc.c | * commit 8d67b3fedcd0bdee59798364d1f87ff28188d7f5 | Author: Mahder Gebremedhin | Date: Fri Mar 25 09:34:56 2022 +0100 | | Handle paths with more than one trailing slashes. (#8759) | | - The str given as input to `SystemImpl__directoryExists` can be as string | with multiple `\` or `/` at the end of it. Not just one of them. | | FindFirstFile does not allow inputs with trailing slashes. | | - do not include C++ std headers in C headers. Include the C versions. | | - Qualify our header inclusions meta_modelica.h -> meta/meta_modelica.h | | M OMCompiler/Compiler/runtime/TaskGraphResultsCmp.h | M OMCompiler/Compiler/runtime/TaskGraphResults_omc.cpp | M OMCompiler/Compiler/runtime/systemimpl.c | * commit f0f25c4325f66cd03a519d52bb3c8de036fa5f3a | Author: Mahder Gebremedhin | Date: Fri Mar 25 07:14:08 2022 +0100 | | Do not use variable length arrays. (#8755) | | - This is not valid C89. They are C99. They are however part of the | default enabled extensions of gcc even for C89. | It is better not use them if not absolutely necessary. | | - Fix a bug in zmq communication where we were sending an address of a | C array instead of the array itself. Somehow it was working. OR Maybe | that was the reason it was not working sometimes. | Also check that zmq has actually written the information we asked to the | buffer. | | M OMCompiler/Compiler/runtime/System_omc.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Compiler/runtime/zeromqimpl.c | * commit 3ab4bf570f8bc0251440064b7e1edf1a4042a757 | Author: Adeel Asghar | Date: Fri Mar 25 01:22:18 2022 +0100 | | For angular speeds add rpm in addition to standard rad/s unit (#8682) | | For energies add Wh in addition to standard J unit | Fixes #5447 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 726097aa037f96baabd44e843811f557866aa3e5 | Author: Lennart Ochel | Date: Fri Mar 25 00:28:10 2022 +0100 | | Revert "Check bindings for initialization" for Cpp runtime (#8649) | | * Revert "Check bindings for initialization" for Cpp runtime | | * 11b99d955eba929d13901aa9f3e90dda57440aaa (#8562) | | * Trigger jenkins | | * Revert 2590823b625ce107acf50e69243503030e79d27a for cpp target | | * Expected output | | * Next try | | * One more test | | * Test if this works for the c runitme too | | * Revert "Test if this works for the c runitme too" | | This reverts commit 8bbb165bcffa996b9d096977f052302d92ab4d83. | | * ... next try | | * c/cpp | | * Expected output | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos | M testsuite/sanity-check/testSanity.mos | * commit 8b10e73a9af21ba7320d916f2ef353bf1c6d1508 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Thu Mar 24 16:01:22 2022 +0100 | | Print modelica_int with %ld (#8756) | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | * commit 9f4e15ecb7ad7ccdebb04c626e8e7778ee9d2243 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Mar 24 10:54:07 2022 +0100 | | [NB] add fileNamePrefix (#8754) | | - use fileNamePrefix instead of just the class name. Allows overwriting target name | | M OMCompiler/Compiler/NSimCode/NSimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | * commit 812821890a398beb51a837688e66371bcdfc847b | Author: Adrian Pop | Date: Thu Mar 24 01:19:20 2022 +0100 | | partial fix for #7598 and #8507 (#8753) | | - change path with special chars to a path with short names for getModelicaPath and getHomeDirectoryPath | - not working yet if you load a file (or library) from a path with special chars (should be easy to fix as well) | | For a directory: C:\dev\Åbäröéü you would get: | getHomeDirectoryPath() | "C:/dev/BRC381~1/" | getModelicaPath() | "C:/dev/BRC381~1//.openmodelica/libraries/;c:/home/adrpo33/dev/OpenModelica/build/lib/omlibrary" | | With these changes you can properly install and load | libraries via the PackageManager and compile and link | your model. | | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit c2f8b8c074062254b100cc62725c1c0a36784560 | Author: perost | Date: Wed Mar 23 18:56:01 2022 +0100 | | Remove mistakenly added code (#8752) | | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | * commit 809ed283e7cdf1bd053c976bb866d60968b93b1f | Author: arun3688 | Date: Wed Mar 23 16:08:05 2022 +0100 | | fix code generation of python file for linearization (#8751) | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/linearization/linearize.cpp | M testsuite/openmodelica/linearization/test_dump_languages.mos | * commit cf1bf43da051d0a93478159ffd8770c79fdc167d | Author: Adeel Asghar | Date: Wed Mar 23 15:44:42 2022 +0100 | | More fixes for the cross references (#8750) | | * More fixes for the cross references | | * Remove formatting from cross references | | M doc/UsersGuide/source/packagemanager.rst | M doc/UsersGuide/source/plotting.rst | * commit dac4475a791ec9b01cf37db67804ba1d678391d4 | Author: perost | Date: Wed Mar 23 13:15:45 2022 +0100 | | Fix DAEUtil.getStartAttr for the new frontend (#8749) | | - Use the type to get the default start attributes when no start | attribute is given, since the new frontend doesn't create | VariableAttributes records for variables with no attributes. | | Fixes #8743 | | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Types.mo | M testsuite/simulation/modelica/initialization/parameters.mos | * commit e6cb23eecf65c2510152bd65b674ce2bfec47af4 | Author: Adeel Asghar | Date: Wed Mar 23 12:40:02 2022 +0100 | | Fix cross references (#8747) | | M doc/UsersGuide/source/omedit.rst | M doc/UsersGuide/source/packagemanager.rst | * commit 08a1463cd17c5e1fca7007a3d9d13b65feb1fc30 | Author: Mahder Gebremedhin | Date: Wed Mar 23 11:15:59 2022 +0100 | | Add missing preprocessor guards for MSVC. | | - There was a `if defined` that spanned functions but did not cover them | properly. Make it cover each function separately and properly. | | M OMCompiler/Compiler/runtime/HpcOmSchedulerExt_omc.cpp | * commit 65fc77423f5430008ea76ba19b7d5278548f317c | Author: Mahder Gebremedhin | Date: Wed Mar 23 11:09:32 2022 +0100 | | Remove old ModelicaExternalC linking to omc. | | - This has not been needed for a while. It was fixed for the autoconf | build system but was overlooked for CMake. | | M OMCompiler/Compiler/CMakeLists.txt | * commit e8ee9c81d722ef4a7a6f1764d78cbbc89f93c7c1 | Author: Adeel Asghar | Date: Wed Mar 23 11:17:17 2022 +0100 | | Updated package manager documentation (#8745) | | Fixes #8147 | Added API and OMEdit cross references. | Updated OMEdit screenshots. | | M doc/UsersGuide/source/media/omedit_convert_library.png | M doc/UsersGuide/source/media/omedit_install_library.png | M doc/UsersGuide/source/omedit.rst | M doc/UsersGuide/source/packagemanager.rst | * commit 8b2625358d66c18e3acfd8d43661b27e26b1a7ec | Author: Adeel Asghar | Date: Tue Mar 22 12:21:28 2022 +0100 | | Only update the part of the documentation annotation (#8742) | | Fixes #8729 | | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Modeling/DocumentationWidget.cpp | * commit affe9ae8702677cf3ad2e77034da4dbb327e5b32 | Author: Adeel Asghar | Date: Tue Mar 22 10:52:54 2022 +0100 | | Do not write "install" or "not install" in the text (#8741) | | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | * commit 2cabe3577ca05e369b9ffc00d8269b5bbbbd99f3 | Author: Adeel Asghar | Date: Tue Mar 22 10:43:51 2022 +0100 | | Always load OpenModelica as is needed for auto completion (#8740) | | Removed OpenModelica from the list of system libraries. | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit a9a3aa6e31a3b5534d38b54b47e0f9d55e72b4df | Author: Lennart Ochel | Date: Mon Mar 21 20:11:51 2022 +0100 | | Disable fmi import tests (#8728) | | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | * commit b737a577e5057fe85262073b4362ac53a26c6dbf | Author: Adeel Asghar | Date: Mon Mar 21 16:38:43 2022 +0100 | | Do not allow to convert the system library (#8737) | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 6b61a26e71d50791e18cfa6b308c072c0c89c81c | Author: Adeel Asghar | Date: Mon Mar 21 16:28:47 2022 +0100 | | Do not load the class as system library after conversion (#8733) | | Fixes #8731 | | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | * commit e704eb88a12c71bde61b9b68bc41377ea9e25f88 | Author: hudson | Date: Mon Mar 21 14:47:52 2022 +0000 | | Updated libraries | * libraries a83ef51...babdf06 (3): | > Merge pull request #11 from adeas31/core-libs | > Bump libraries | > Bump libraries | | M libraries | * commit ba24aff71b93ecfa7696551c2133f77882bd5c66 | Author: perost | Date: Mon Mar 21 14:44:11 2022 +0100 | | Improve library loading for conversion (#8735) | | - Only load the library to convert to if it isn't already loaded. | - Try to set the language standard to the version needed to load the | library to convert to, in case another version was already loaded with | a different language standard. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Util/Config.mo | * commit 480e8f60b91c6df1976714afb20d005150b35ec6 | Author: perost | Date: Mon Mar 21 14:43:12 2022 +0100 | | Fix some compiler warnings in OMPlot (#8736) | | - Add missing return in | Plot::getXLinearScaleEngine/getYLinearScaleEngine. | - Replace deprecated QPrinter::setOrientation with | QPrinter::setPageOrientation. | | M OMPlot/OMPlot/OMPlotGUI/OMPlot.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit 400496de623c410d61aa2933fee7db93de4ad46f | Author: Mahder Gebremedhin | Date: Mon Mar 21 14:32:22 2022 +0100 | | Prevent addition of duplicate expanded variables. (#8734) | | - The initialization DAE creates some duplicate variables (from the normal DAE) | for its own purposes. These variables were getting added twice due to | the fact that they were unexpanded arrays that are expanded when | simcode is being created. The creation uses the name of the variables | for identification. However, since the variables arrive as non-expanded | arrays and then get added after expansion (subscripted names) the check | did not catch that the array was expanded and added already. | | Add the name of the whole array to the hashtable so that it can be detected | and skipped. | | - Fixes #8418. | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit c782d81a73e2338791a32ffd4fd09dc5ab20589d | Author: Adeel Asghar | Date: Mon Mar 21 11:34:48 2022 +0100 | | Save and close the documentation editing when focus is on text view (#8732) | | Fixes #8723 | | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Modeling/DocumentationWidget.h | * commit d14d9fa1038a553d4f4d40f54054d999de046d32 | Author: Adeel Asghar | Date: Mon Mar 21 10:12:39 2022 +0100 | | Use the correct heading (#8730) | | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | * commit fa7189b918334eccb1443ff633614667069125e2 | Author: perost | Date: Fri Mar 18 16:12:05 2022 +0100 | | Improve dumping of flat types (#8727) | | - Make sure bindings in record types have been typed before dumping. | - Replace AvlTree with UnorderedMap in FlatModel.collectFlatTypes. | - Remove unused component argument in Typing.typeBindings. | | Fixes #8692 | | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/NFApi.mo | M testsuite/openmodelica/flatmodelica/Makefile | A testsuite/openmodelica/flatmodelica/SimpleCoolingCycle.mo | * commit 83e39cb5ddfaa06aefd1deb6880d25a7bd44ac37 | Author: Mahder Gebremedhin | Date: Fri Mar 18 14:35:28 2022 +0100 | | Fix build for clang 3.8 on debian stretch. (#8725) | | - The json reader (v3.10.5) added for parmodlica does not compile with | clang < 4.0. | Downgrade it to v3.10.3 which compiles fine and provides everything | we needed anyway. | | Upstream issue: https://github.com/nlohmann/json/issues/3384 | | M OMCompiler/SimulationRuntime/ParModelica/auto/json.hpp | * commit 5dc98f9bcf7d445fa7139635a2e2f3337c5d23a3 | Author: Adrian Pop | Date: Fri Mar 18 12:42:36 2022 +0100 | | fix the symbolic link (#8712) | | M OMParser/Makefile | * commit 6c0a23a3ccee30053d3fd1cf23959639f92b82d6 | Author: Adeel Asghar | Date: Fri Mar 18 10:46:59 2022 +0100 | | Delay processing the loadModel callback using QTimer (#8722) | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | * commit f9ebf664b91e70579138f21baab7ddd20eb2c1eb | Author: Adeel Asghar | Date: Fri Mar 18 10:19:51 2022 +0100 | | Changed Upgrade installed libraries to Update installed libraries (#8724) | | Added a dialog to File | Update installed libraries explaining what it does. | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.cpp | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit 43ea3e43b2d4ddcbddad32bb257f057da600f8fc | Author: Mahder Gebremedhin | Date: Fri Mar 18 01:17:26 2022 +0100 | | Pass all flags from the bat file to the executable. (#8721) | | - On Windows we use a bat file. Some operations, e.g. linearize API, want | to launch the model with specific flags straight from omc. | | Simply pass all flags passed to the bat file directly to the executable. | | - Fixes #8717. | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 1d96e425c05ca0680cd43a4e2b395a2c75005e68 | Author: Adeel Asghar | Date: Thu Mar 17 17:13:07 2022 +0100 | | Improve handling of MSL (#8720) | | Change the order of priority of MODELICAPATH, so it looks in the APPDATA directory first, and then in the omlibrary as a fallback option. | Remove initial splash screen with obsolete library explanation. | Do not load any library by default. | Do not load OpenModelica. We have a nice online documentation for the scripting API. | Improved the libraries settings dialog to add system libraries to load startup. | Allow changing the ModelicaPath | | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit 95159610bc0c4e1d387ac01d08b37004eecc85b4 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Mar 17 13:40:16 2022 +0100 | | [NB] fix coloring (#8718) | | * [NB] coloring small fix | | * [NB] fix coloring | | - correctly account for indirect dependencies | | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | M testsuite/simulation/modelica/NBackend/array_handling/simple_der_for.mos | M testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos | * commit 37eb8d967ffa20b0079073de7e7df001c02b1e8b | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Mar 17 09:35:51 2022 +0100 | | [NB] coloring small fix (#8715) | | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | M OMCompiler/Compiler/NSimCode/NSimJacobian.mo | * commit 251b621ed379786f2350a5568d1f5e87d1268b04 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Mar 17 09:06:58 2022 +0100 | | [NB] switch back to numeric jacobian default (#8714) | | - tests have shown that the symbolic jacobian is slower for big systems even with proper coloring | - reactivates numeric jacobian as default (with coloring) just as the old backend | - symbolic jacobian can be activated with --generateSymbolicJacobian (also just as OB) | | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | M OMCompiler/Compiler/NSimCode/NSimJacobian.mo | M testsuite/simulation/modelica/NBackend/array_handling/simple_der_for.mos | M testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos | M testsuite/simulation/modelica/NBackend/functions/function_annotation_der.mos | M testsuite/simulation/modelica/NBackend/functions/function_diff.mos | * commit fbe19ea68f2b6afe44bda686065df76f7878e00a | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Mar 16 22:46:44 2022 +0100 | | [NB] implement sparsity coloring (#8711) | | - implement greedy distance 2 algorithm from 'what color is your jacobian?' publication | - currently only uses column compression | - idea for row compression also implemented | -> currently not used but computed and printed out (constant time so not a deal) | -> does not consider indirect row dependencies through inner equations, needs to be added! | | M OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | M OMCompiler/Compiler/NSimCode/NSimJacobian.mo | M testsuite/simulation/modelica/NBackend/array_handling/simple_der_for.mos | M testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos | M testsuite/simulation/modelica/NBackend/minimalTearing.mos | M testsuite/simulation/modelica/NBackend/simpleNonlinearLoop.mos | * commit 2dbc7f761b6804e0a31b7354cdae527e84780662 | Author: Adrian Pop | Date: Wed Mar 16 21:49:59 2022 +0100 | | fix unit conversion issues on 32bit [#8699] (#8710) | | M OMCompiler/Compiler/runtime/unitparser.cpp | M testsuite/simulation/modelica/others/Makefile | A testsuite/simulation/modelica/others/unitConvertTests.mos | * commit 40544b0820ee7921a602ab64589f6161e2d1b888 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Mar 16 12:20:50 2022 +0100 | | [NB] update jacobians (#8708) | | - have jacobian structure based on strong components rather than equations | -> leads to mainting the original matching, no rematching required | -> easier simcode generation | - remove unused functions | - fixes unsolved jacobian equations problem | | M OMCompiler/Compiler/NBackEnd/Classes/NBStrongComponent.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBSystem.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo | M OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBRemoveSimpleEquations.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBTearing.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NSimCode/NSimJacobian.mo | M OMCompiler/Compiler/NSimCode/NSimStrongComponent.mo | M testsuite/simulation/modelica/NBackend/array_handling/simple_der_for.mos | M testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos | M testsuite/simulation/modelica/NBackend/functions/function_annotation_der.mos | M testsuite/simulation/modelica/NBackend/functions/function_diff.mos | M testsuite/simulation/modelica/NBackend/minimalTearing.mos | M testsuite/simulation/modelica/NBackend/simpleNonlinearLoop.mos | * commit 9fa25f28cd4591b7190504fa09276e1dfbb156c8 | Author: Adeel Asghar | Date: Wed Mar 16 10:18:42 2022 +0100 | | Plot constant curves for practically constant variables (#8707) | | * Plot constant curves for practically constant variables | | Fixes #4232 | | * Fix fuzzyCompare | | * Fix build | | M OMPlot/OMPlot/OMPlotGUI/CMakeLists.txt | A OMPlot/OMPlot/OMPlotGUI/LinearScaleEngine.cpp | A OMPlot/OMPlot/OMPlotGUI/LinearScaleEngine.h | M OMPlot/OMPlot/OMPlotGUI/OMPlot.h | M OMPlot/OMPlot/OMPlotGUI/OMPlotGUI.pro | M OMPlot/OMPlot/OMPlotGUI/OMPlotLib.pro | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit c553b0a043acb52f5c21c0ad5ab49a1a185a3608 | Author: Henning Kiel | Date: Wed Mar 16 07:23:24 2022 +0100 | | improved resolveLoops (#8680) | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/ResolveLoops.mo | * commit d30cc419c542e228aa75dbe85e4f3483bb7bdda6 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Mar 15 15:00:39 2022 +0100 | | Source-code-fmus on Windows using CMake (#8698) | | * Adding CMakeLists.txt.in to compile source-code FMUs | * Cross-compiling on Windows will automatically use CMake build instead of autotools build | * Added compiler flag `--fmuCMakeBuild` to force enabeling or disabeling CMake build | * Added test case | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/SimulationRuntime/fmi/export/buildproject/CMakeLists.txt | A OMCompiler/SimulationRuntime/fmi/export/buildproject/CMakeLists.txt.in | M OMCompiler/SimulationRuntime/fmi/export/buildproject/Makefile.in | M OMCompiler/SimulationRuntime/fmi/export/buildproject/Makefile.omdev.mingw | A testsuite/special/FmuExportCrossCompile/CMakeCrossCompile.mos | M testsuite/special/FmuExportCrossCompile/Makefile | * commit 842f9acb270fb728d30ea7477d90972fce08fcab | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Mar 15 13:44:32 2022 +0100 | | Error message and fail for realpath (#8706) | | M OMCompiler/Compiler/Util/System.mo | M OMCompiler/Compiler/runtime/System_omc.c | * commit c9ba3f488006dcbfbdc612e9116ffd8222532b7d | Author: arun3688 | Date: Tue Mar 15 12:04:32 2022 +0100 | | set start values attributes in initialization mode (#8696) | | M OMCompiler/Compiler/Template/CodegenFMU.tpl | A testsuite/omsimulator/Issue_FMU_update_vars.mos | M testsuite/omsimulator/Makefile | * commit ac633679b4fd22ecf7514831f6926c9212ead7af | Author: Adeel Asghar | Date: Tue Mar 15 11:30:30 2022 +0100 | | Make a duplicate of the environment value (#8703) | | Fixes #8686 | | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit 5715e5ca473bff0511ca933dae252e8617acd46c | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Tue Mar 15 10:49:38 2022 +0100 | | [NB] add pseudo array sparsity patterns (#8694) | | - correctly create pseudo array sparsity patterns for for-loops | - correctly handle inner equations and inner variables in sparsity patterns for for-loops | | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBStrongComponent.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBVariable.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBAdjacency.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBCausalize.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBInitialization.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBTearing.mo | M OMCompiler/Compiler/NBackEnd/Util/NBBackendUtil.mo | M OMCompiler/Compiler/NBackEnd/Util/NBReplacements.mo | M OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo | M OMCompiler/Compiler/NSimCode/NSimJacobian.mo | M OMCompiler/Compiler/NSimCode/NSimStrongComponent.mo | M testsuite/simulation/modelica/NBackend/array_handling/Makefile | A testsuite/simulation/modelica/NBackend/array_handling/simple_der_for.mos | M testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos | M testsuite/simulation/modelica/NBackend/minimalTearing.mos | M testsuite/simulation/modelica/NBackend/partitioning.mos | M testsuite/simulation/modelica/NBackend/simpleNonlinearLoop.mos | M testsuite/simulation/modelica/NBackend/underdetermined_init.mos | * commit cf55d3bb79db6ed9afcb1a9daa0867a80210dfb2 | Author: Lennart Ochel | Date: Tue Mar 15 08:01:28 2022 +0100 | | Update .gitignore (#8695) | | M OMCompiler/.gitignore | * commit 4e0bd4446b015269339087ad9c3677b7c327ef2b | Author: Adrian Pop | Date: Tue Mar 15 01:19:18 2022 +0100 | | link lib64 to lib so libantrl4-runtime lib can be found (#8700) | | - get el8 and fedora to work | | M OMParser/Makefile | * commit 8bb0b0bbffe264003588da9621cc666c988a853c | Author: Adrian Pop | Date: Mon Mar 14 14:15:49 2022 +0100 | | fix #7354 Modelica Integer parsing, displaying and div on Windows 64bit (#8691) | | - on Windows 64bit we use long long int for integers | - use strtoll in the parser | - use lld format to print | - use lldiv for integer division | - add test | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Util/Config.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Parser/Modelica.g | M OMCompiler/SimulationRuntime/c/openmodelica_types.h | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/util/modelica_string.c | A testsuite/simulation/modelica/types/IntegerTest.mo | A testsuite/simulation/modelica/types/IntegerTest.mos | M testsuite/simulation/modelica/types/Makefile | * commit 4286dad4dce88bb8c692eb355b870123d1db4177 | Author: phannebohm | Date: Mon Mar 14 10:46:46 2022 +0100 | | [janitor] Refactor program logic (#8684) | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NFFrontEnd/NFAlgorithm.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/Util/omc_file_ext.h | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin.c | * commit de7d751bde3c7b569e9381d51cbee7a17efaf779 | Author: phannebohm | Date: Mon Mar 14 10:45:13 2022 +0100 | | [NB] Fix differentiation of functions (#8681) | | - don't skip discrete Reals when removing inputs from interface | - add unique index for generated derivaties | - append generated derivatives after user derivatives | - fix printing order of derivative and inverse annotation | - extend testsuite | | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M testsuite/simulation/modelica/NBackend/functions/function_annotation_der.mos | M testsuite/simulation/modelica/NBackend/functions/function_diff.mos | * commit cbb0199dc2169b207e13d65719974d789dfa48be | Author: Mahder Gebremedhin | Date: Sat Mar 12 19:51:39 2022 +0400 | | Fix and generalize dependency analysis for algorithms. (#8689) | | - It was not handling multi-statement algorithms properly. Use | `Expression.extractUniqueCrefsFromStatmentS` which will collect all | the lhs and rhs crefs by traversing all statements in a list. | | M OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo | * commit 44260a120307987c46b3469706bb3ea54408e2e9 | Author: Mahder Gebremedhin | Date: Sat Mar 12 18:59:41 2022 +0400 | | Add initial testcases for automatic parallelization. (#8688) | | - These testcases are not here to test parallelization performance or | speedup. Their purpose is to make sure that compilation and simulation | with automatic parallelization enabled (--parmoduato) does not break | due to changes. | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M testsuite/Makefile | A testsuite/simulation/modelica/parmodauto/Makefile | A testsuite/simulation/modelica/parmodauto/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | A testsuite/simulation/modelica/parmodauto/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | * commit 267eb57b8cce107510255bdf14f3fb0cfb821502 | Author: Mahder Gebremedhin | Date: Sat Mar 12 12:56:05 2022 +0400 | | Add a modified version of Intel TBB to OpenModelica (#8685) | | * Add a modified version of Intel TBB to OpenModelica | | - Intel's TBB is used for handling threading functionality for the | automatic parallelization of simulation by OpenModelica, a.k.a., _parmodauto_ | | - It has been modified from its original version. The modified version | uses the Boehm GC garbage collector of OpenModelica to perform the | low lever thread primitive operations such as launching a new thread | from the OS. | | This creates some complications but it is not optional. To work with | simulation code generated by OpenModelica, any tool/library that creates | threads has to be modified to go through the garbage collector. | | * Add a C++ json reader from nlohmann/json. | | - Taken from https://github.com/nlohmann/json. | | We should proably have this as part of our 3rdParty. Or any other C++ | json parser. For now it is only needed by parmodauto. | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/SimulationRuntime/CMakeLists.txt | M OMCompiler/SimulationRuntime/ParModelica/CMakeLists.txt | M OMCompiler/SimulationRuntime/ParModelica/auto/CMakeLists.txt | M OMCompiler/SimulationRuntime/ParModelica/auto/Makefile.in | M OMCompiler/SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | A OMCompiler/SimulationRuntime/ParModelica/auto/json.hpp | M OMCompiler/configure.ac | * commit c94e2ebbd97fbe9b3bed444316d85702b4718338 | Author: perost | Date: Fri Mar 11 14:12:05 2022 +0100 | | getModelInstances fixes (#8683) | | - Expand split subscripts in crefs. | - Resolve inner/outer components to the outer one. | - Remove some unused code in the JSON parser. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/Parsers/JSON.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit 9cdc236a2fcecab61e200d1b6c54436b1fdfa555 | Author: Adeel Asghar | Date: Fri Mar 11 12:54:01 2022 +0100 | | Only apply the prefix if unit is one of prefixable unit (#8673) | | * Only apply the prefix if unit is one of prefixable unit | | Enable the prefix units feature by default | Fixes #8584, fixes #8488 | | * Add rpm | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMPlot/OMPlot/OMPlotGUI/OMPlot.h | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit ea634ddcdee8d9ba0d59e81661f0be9972632ebd | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri Mar 11 09:12:42 2022 +0100 | | Fixing memory leak in ida_solver. (#8675) | | Related issue: #8664 | | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | * commit 195f215549eb195d595a6c54c5ca08dff9e4eb7f | Author: phannebohm | Date: Thu Mar 10 20:46:34 2022 +0100 | | Fix bug with hash sets (#8654) | | M OMCompiler/Compiler/NFFrontEnd/NFAlgorithm.mo | * commit dd4e4ae3720d2191e0b9f7c6fc323efc37dc086f | Author: Mahder Gebremedhin | Date: Thu Mar 10 21:40:57 2022 +0400 | | Explicitly specify the current directory to cover <> includes. (#8678) | | - Libraries can include some of the header files we provide using `<>` instead of `""`. | Make sure the current directory is specified explicitly in the preprocessor flags. | | - Fixes #8640 | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 17088e2fce9c03a5eb08f363adfe722bf23d158d | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Thu Mar 10 17:25:02 2022 +0100 | | Removing debug prints / comments (#8677) | | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/SimulationRuntime/c/simulation/solver/spatialDistribution.c | * commit b507d3098980ddb420a020d64a8538dbd91e445b | Author: perost | Date: Thu Mar 10 15:42:03 2022 +0100 | | First draft of getModelInstance API (#8676) | | - Implement getModelInstance. | - Improve the JSON parser to also allow constructing JSON structures in | a convenient manner. | | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFPrefixes.mo | M OMCompiler/Compiler/Parsers/JSON.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | M OMCompiler/Compiler/Util/Vector.mo | M testsuite/openmodelica/bootstrapping/JSONParser.mos | * commit 6c7b82dfb9e4221d058254d5dbfc2ef95ebf49dc | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Mar 10 12:42:13 2022 +0100 | | remove new line (#8674) | | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBInitialization.mo | * commit de8cb1ebd54f01d229073828bbc3c727f3f272a0 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Mar 10 11:39:43 2022 +0100 | | [NB] update initialization (#8672) | | - fixed discrete states create $PRE.d = $START.d | - balance initialization creates $PRE.d = $START.d for unmatched pre vars | - balance initialization creates d = $PRE.d for unmatched discrete states | | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBVariable.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBCausalize.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBInitialization.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBPartitioning.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBResolveSingularities.mo | M OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBDetectStates.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M testsuite/simulation/modelica/NBackend/event_handling/eventSystem.mos | M testsuite/simulation/modelica/NBackend/event_handling/hybridSys.mos | M testsuite/simulation/modelica/NBackend/underdetermined_init.mos | * commit 9e4f2b55dfea9d5f9c1cddefb316cce77c2fad92 | Author: Adeel Asghar | Date: Thu Mar 10 10:23:45 2022 +0100 | | Use "Level of support by OpenModelica" instead of "Support Levels" (#8669) | | Fixes #8550 | | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.cpp | * commit 1347ed8241dd25a3f4f999061a6909852f2a2152 | Author: Adeel Asghar | Date: Thu Mar 10 09:01:26 2022 +0100 | | Add a drop down button for system libraries on the start page (#8665) | | * Add a drop down button for system libraries on the start page | | * Install library button on the welcome screen. | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | * commit 9fb3a7de25b7b2e3286a3e7c4751606fe7ce6205 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Mar 9 19:24:46 2022 +0100 | | New backend events (#8659) | | * WIP handle pre initialization | | * [NB] update event handling | | - collect zero crossings from all expressions (ToDo: algorithms) | - small update to LBINARY stuff (RSE, Solve) | - For now keep all discrete stuff for initialization -> ToDo: remove when equations and discretes solved in such? | | * [testsuite] add and move NB event test files | | * [janitor] add comments and indentation | | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBVariable.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBAdjacency.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBCausalize.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBInitialization.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBMatching.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBPartitioning.mo | M OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBEvents.mo | M OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBRemoveSimpleEquations.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBSolve.mo | M OMCompiler/Compiler/NBackEnd/Util/NBReplacements.mo | M OMCompiler/Compiler/NFFrontEnd/NFBackendExtension.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperator.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | M OMCompiler/Compiler/NSimCode/NSimVar.mo | M testsuite/simulation/modelica/NBackend/Makefile | A testsuite/simulation/modelica/NBackend/event_handling/Makefile | R084 testsuite/simulation/modelica/NBackend/eventSystem.mos testsuite/simulation/modelica/NBackend/event_handling/eventSystem.mos | A testsuite/simulation/modelica/NBackend/event_handling/hybridSys.mo | A testsuite/simulation/modelica/NBackend/event_handling/hybridSys.mos | M testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos | M testsuite/simulation/modelica/NBackend/minimalTearing.mos | * commit 7e47840d3e9bc6cc6d005029e17c90e976d0a383 | Author: perost | Date: Wed Mar 9 17:29:58 2022 +0100 | | Don't overwrite inner/outer for derived types (#8668) | | - Don't overwrite the original inner/outer attribute when merging | derived class attributes. | | Fixes #8667 | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/InnerOuter10.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 91ad82a99593de6e3d9cfc4152e7a6f83c564706 | Author: bernhardbachmann | Date: Wed Mar 9 13:49:31 2022 +0100 | | Fixed reinit in DAE (#8664) | | - Marked reinit equations as discrete | - Set states in ida for correct restart at events | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | * commit 5b39f819eab9f234ff7a8b5fc64bdd08546e7293 | Author: Adeel Asghar | Date: Wed Mar 9 12:23:36 2022 +0100 | | Removed the prompt for switching to OF if translation fails (#8663) | | The NF is better than OF now so its no point to prompt to the user to try with OF. | The option to enable OF is still there. | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit 1597fe0ea3fac8eb6907caf9203ae0edd8275022 | Author: perost | Date: Wed Mar 9 12:15:44 2022 +0100 | | Fix Interactive.evaluateGraphicalApi_dispatch (#8662) | | - Have all API functions update the Absyn themselves if needed, instead | of trusting that they return the updated Absyn. Since e.g. the NF can | load libraries on demand we don't always know if the Absyn was changed | or not, and setting it at the end of evaluateGraphicalApi_dispatch | can overwrite any changes made. | | M OMCompiler/Compiler/Script/Interactive.mo | * commit de06db4d32a485e3e1b9903641bffab6b4ba4d3d | Author: Adeel Asghar | Date: Wed Mar 9 11:43:59 2022 +0100 | | Use the callback function to see which libraries are auto loaded (#8660) | | Add the automatically loaded libraries to Libraries Browser. | | M OMCompiler/Compiler/runtime/systemimpl.c | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | * commit f3f30d9421329a4b9d9ee60af5a74185b08df137 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Tue Mar 8 23:27:15 2022 +0100 | | [NB] proper adjacency matrix types + janitor (#8651) | | - change adjacency matrix types to: | 1. LINEAR - only allows linear occurences (e.g. state selection) | 2. SOLVABLE - only allows solvable occurences (e.g. matching) | 3. FULL - allows all occurences (e.g. sorting) | - [janitor] remove unused ordering stuff because matching is always done | in multiple steps if something has to be prefered in the matching process | | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBAdjacency.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBCausalize.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBInitialization.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBMatching.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBPartitioning.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBResolveSingularities.mo | M OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBEvents.mo | M OMCompiler/Compiler/NBackEnd/Modules/NBModule.mo | * commit a9f4b68963b416992233fb82f8fe368c4fc33355 | Author: phannebohm | Date: Tue Mar 8 22:47:20 2022 +0100 | | [janitor] Fix CodegenC.tpl (#8657) | | - Treat didEventStep like a bool | - Put braces around if body | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | * commit fa6f392526289f3eaceebf71f3430c0025642901 | Author: bernhardbachmann | Date: Tue Mar 8 19:32:22 2022 +0100 | | No states da emode fix (#8655) | | * Fixed handling of events in daeMode with no states | | * Fixed DAE mode when number of states is zero | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/dae_mode.c | M OMCompiler/SimulationRuntime/c/simulation/solver/dae_mode.h | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | * commit 30bf246985c28ec7d87e5df3c57de649f8727961 | Author: phannebohm | Date: Tue Mar 8 16:44:59 2022 +0100 | | Add assert check for event sub-clocks (#8650) | | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | A testsuite/simulation/modelica/synchronous/EventSubClock.mo | A testsuite/simulation/modelica/synchronous/EventSubClock.mos | M testsuite/simulation/modelica/synchronous/Makefile | * commit 0b2db458d63a820689652b3f34089392af9284d5 | Author: perost | Date: Tue Mar 8 12:40:34 2022 +0100 | | Improve 55f5d0dd (#8653) | | - Only activate System.loadModelCallBack when loading dependencies due | to uses-annotations or implicit usage. | - Add the name of the model that was loaded to the callback. | - Clean up CevalScript.loadModel. | - Rename some error messages so they make some sense: | * LOAD_MODEL => LOAD_MODEL_FAILED | * NOTIFY_NOT_LOADED => NOTIFY_LOAD_MODEL_DUE_TO_USES | | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/System.mo | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/SimulationRuntime/c/gc/omc_gc.h | * commit 173238768cd8a3a7b4468a3ea1f3722c79147800 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Tue Mar 8 10:13:03 2022 +0100 | | [NB] add function and algorithm differentiation (#8644) | | * [NB] add function and algorithm differentiation | | - algorithms and statements are differentiated properly | - functions and function bodys are differentiated | - recursion is handled | - multiple occurences are handled | - ToDo: strip interface variables such that only continuous are differentiated | | * [NB] improve function differentiation | | 1. if the function is builtin -> use hardcoded logic | 2. if the function is not builtin -> check if there is a 'fitting' derivative defined. | - 'fitting' means that all the zeroDerivative annotations have to hold | 2.1 fitting function found -> use it | 2.2 fitting function not found -> differentiate the body of the function | ToDo: respect the 'order' of the derivative when differentiating! | | M OMCompiler/Compiler/NBackEnd/Classes/NBVariable.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBSolve.mo | M OMCompiler/Compiler/NBackEnd/Util/NBBackendUtil.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M testsuite/simulation/modelica/NBackend/functions/Makefile | M testsuite/simulation/modelica/NBackend/functions/function_annotation_der.mos | A testsuite/simulation/modelica/NBackend/functions/function_diff.mos | * commit 55f5d0ddcc6b61928b72807e4d41845d1b2fe1f1 | Author: perost | Date: Mon Mar 7 14:04:08 2022 +0100 | | Add callback for loading models (#8647) | | - Add a callback that's called whenever the compiler loads any new | models. | | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Util/System.mo | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/SimulationRuntime/c/gc/omc_gc.h | * commit e4e5fe7c27532d4a810941be67eabe1096a76761 | Author: Adeel Asghar | Date: Mon Mar 7 11:04:37 2022 +0100 | | Update the connection when start and end belong to the same element (#8645) | | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Element/CornerItem.cpp | * commit 60ede2fc084c620608c5d9204261acb0eb7dc62d | Author: phannebohm | Date: Mon Mar 7 10:52:58 2022 +0100 | | [janitor] cummulated stuff (#8426) | | * [janitor] cummulated stuff | | * Replace matchcontinue with match | | * Remove redundant wrapper | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.c | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLis.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | * commit 39088fb9df331ec3899495658831d61492d86c3a | Author: phannebohm | Date: Sun Mar 6 19:23:45 2022 +0100 | | [NB] Fix derivatives of some builtin functions (#8643) | | The function values of abs, mod and rem are indeed not discrete if | their arguments are not, so their derivatives are not zero. | | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos | * commit f2b184939a0b337d3646bbb752771922c5143ad6 | Author: Francesco Casella | Date: Fri Mar 4 19:18:04 2022 +0100 | | Update issue templates (#8486) | | M .github/ISSUE_TEMPLATE/bug_report.md | M .github/ISSUE_TEMPLATE/first_bug_report.md | * commit 005129cd644f212cee98b9e5627196f1dace4313 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Fri Mar 4 14:27:05 2022 +0100 | | [NB] use function derivative annotation (#8629) | | * [NB] use function derivative annotation | | - when differentiating a function use the derivative annotation if one is given | - [better logs] show actual component of alias components in logs | | * [NB] function differentiation update | | - handle inner derivatives of functions more cleanly and equally | - rework differentiation module structure and rename funtions | - update testsuite | | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBStrongComponent.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBSolve.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NSimCode/NSimCode.mo | M testsuite/Makefile | M testsuite/simulation/modelica/NBackend/array_handling/diagonal_slice_for.mos | M testsuite/simulation/modelica/NBackend/array_handling/exemplary.mos | M testsuite/simulation/modelica/NBackend/array_handling/irregular_for.mos | M testsuite/simulation/modelica/NBackend/array_handling/simple_for.mos | M testsuite/simulation/modelica/NBackend/array_handling/simple_nested_for.mos | M testsuite/simulation/modelica/NBackend/eventSystem.mos | A testsuite/simulation/modelica/NBackend/functions/Makefile | A testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos | A testsuite/simulation/modelica/NBackend/functions/function_annotation_der.mos | M testsuite/simulation/modelica/NBackend/partitioning.mos | M testsuite/simulation/modelica/NBackend/simpleNonlinearLoop.mos | * commit 562c483f17254508951a0bb1ab9f9fc6aa002d12 | Author: Lennart Ochel | Date: Fri Mar 4 13:00:02 2022 +0100 | | Update OMSimulator (#8637) | | M OMSimulator | * commit df5422bf1c99024e96b673a0e813dbfe4771ff50 | Author: arun3688 | Date: Fri Mar 4 10:53:03 2022 +0100 | | fix typos in dataReconciliation.rst (#8636) | | M doc/UsersGuide/source/dataReconciliation.rst | * commit 92982c42b7b51cecc912651068f9fe1e7770512c | Author: arun3688 | Date: Thu Mar 3 12:46:51 2022 +0100 | | fix typos in data Reconciliation users guide (#8631) | | M doc/UsersGuide/source/dataReconciliation.rst | * commit 5d2381ceaf21d210f1800077b192c5fc512028b9 | Author: Lennart Ochel | Date: Wed Mar 2 22:16:11 2022 +0100 | | Update OMSimulator (#8627) | | M OMSimulator | M testsuite/omsimulator/testLoopsOverFMUs.mos | * commit 236dd9c0924bfaba09f01110aa78e495d1cb3139 | Author: perost | Date: Wed Mar 2 21:44:37 2022 +0100 | | Clean up interactive API implementation a bit (#8628) | | - Remove some unused variables and unnecessary matching. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 76ee2db19482ebee97f285dec1f2e6a0e0e0ca53 | Author: bernhardbachmann | Date: Tue Mar 1 17:59:28 2022 +0100 | | Fixed handling of events in daeMode with no states (#8625) | | M OMCompiler/SimulationRuntime/c/simulation/solver/dae_mode.c | * commit 46c6e9eac47555756ce71d1f4ea8f06f360918b3 | Author: perost | Date: Tue Mar 1 17:05:08 2022 +0100 | | Fix Expression.recordElement (#8626) | | - Set the correct type in the case that handles empty arrays of record | instances. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit 6260b81ca0127069f322bd332d7817d3dd660826 | Author: perost | Date: Tue Mar 1 14:39:24 2022 +0100 | | Fix some issues with Connections.uniqueRootIndices (#8622) | | - Check that the first two arguments are actually arrays. | - Actually append the default value for the third argument when the | argument is omitted. | - Fix the evaluation of the operators so that it doesn't assume the | arguments have been expanded and fails without error otherwise. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | * commit f425a438ccdbabad830fde38a099e012b5b472c0 | Author: Adeel Asghar | Date: Tue Mar 1 14:35:40 2022 +0100 | | Handle the inheritance when animating using DynamicSelect annotation (#8623) | | Fixes #8607 | | M OMEdit/OMEditLIB/Annotations/DynamicAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/DynamicAnnotation.h | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | M OMEdit/OMEditLIB/Element/CornerItem.cpp | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/Element.h | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp | M OMEdit/OMEditLIB/Plotting/DiagramWindow.h | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 76e1b9239ff24605480aeabe4fb79ddf32e7b7c2 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Tue Mar 1 11:21:14 2022 +0100 | | [janitor] cleanup NSimCode (#8621) | | * [janitor] cleanup NSimCode | | - replace deprecated HashTable with UnorderedMap | - change sparsity pattern generation to have more intuitive interface | | * [testsuite] add array handling cases for NB | | [NB] small fix updating sliced equation solve status | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBSolve.mo | M OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo | D OMCompiler/Compiler/NSimCode/HashTableSimCode.mo | M OMCompiler/Compiler/NSimCode/NSimCode.mo | A OMCompiler/Compiler/NSimCode/NSimCodeUtil.mo | M OMCompiler/Compiler/NSimCode/NSimJacobian.mo | M OMCompiler/Compiler/NSimCode/NSimStrongComponent.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/Makefile | A testsuite/simulation/modelica/NBackend/array_handling/Makefile | M testsuite/simulation/modelica/NBackend/array_handling/diagonal_slice_for.mos | M testsuite/simulation/modelica/NBackend/array_handling/exemplary.mos | M testsuite/simulation/modelica/NBackend/array_handling/irregular_for.mos | M testsuite/simulation/modelica/NBackend/array_handling/simple_for.mos | M testsuite/simulation/modelica/NBackend/array_handling/simple_nested_for.mos | D testsuite/simulation/modelica/NBackend/array_handling/slice_for.mos | * commit dff64f6f3c955cb42eaab86f7d4290cfa7fd86dd | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Mon Feb 28 17:25:34 2022 +0100 | | Jacobian Update for the new Backend (#8616) | | * [BE] solving module and alias components | | * [NB] move solve to modules | | * [NB] use slice structure in strong component | | * [NB] update sparsity pattern | | * [NB] remove unused ASSC for now | | * [Util] add sanity to table size instead of fail | | * [NSimCode] update jacobian and sparsity | | - [NB/NS] unify jacobian and sparsity pattern of NLS and Simulation | - [NS] update simcode creation in general | - [NB/NS] add alias components | - [NS] ToDo: actually use NLS jacobians and sparsity pattern | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBStrongComponent.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBSystem.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBVariable.mo | M OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBDAEMode.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBInitialization.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBPartitioning.mo | M OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBResolveSingularities.mo | M OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBEvents.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | A OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBSolve.mo | M OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBTearing.mo | M OMCompiler/Compiler/NBackEnd/Modules/NBModule.mo | M OMCompiler/Compiler/NBackEnd/Util/NBBackendUtil.mo | M OMCompiler/Compiler/NBackEnd/Util/NBReplacements.mo | M OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo | D OMCompiler/Compiler/NBackEnd/Util/NBSolve.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NSimCode/HashTableSimCode.mo | M OMCompiler/Compiler/NSimCode/NSimCode.mo | M OMCompiler/Compiler/NSimCode/NSimJacobian.mo | M OMCompiler/Compiler/NSimCode/NSimStrongComponent.mo | M OMCompiler/Compiler/NSimCode/NSimVar.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Util/BaseHashTable.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/simulation/modelica/NBackend/RSE2.mos | M testsuite/simulation/modelica/NBackend/array_handling/exemplary.mos | M testsuite/simulation/modelica/NBackend/eventSystem.mos | M testsuite/simulation/modelica/NBackend/helloWorld.mos | M testsuite/simulation/modelica/NBackend/implicitEquation.mos | M testsuite/simulation/modelica/NBackend/minimalTearing.mos | M testsuite/simulation/modelica/NBackend/partitioning.mos | M testsuite/simulation/modelica/NBackend/simpleNonlinearLoop.mos | M testsuite/simulation/modelica/NBackend/underdetermined_init.mos | * commit e44c5d71893502591f9994de070d0fdbf2b91ac5 | Author: Lennart Ochel | Date: Mon Feb 28 11:14:18 2022 +0100 | | Update OMSimulator (#8614) | | M OMSimulator | * commit 39a21aaa8206c5de089db99c551dd0b7c2c57fdc | Author: Lennart Ochel | Date: Fri Feb 25 22:13:14 2022 +0100 | | Update OMSimulator (#8613) | | M OMSimulator | * commit cfdd44eea2e8d74c1cdcd7f5205cfbd3a334de57 | Author: Lennart Ochel | Date: Fri Feb 25 21:25:34 2022 +0100 | | Update --fmiFilter description (#8612) | | M OMCompiler/Compiler/Util/Flags.mo | * commit 64d8413db03407fccd623cd9d6c60c9b71ea0560 | Author: Lennart Ochel | Date: Fri Feb 25 17:05:19 2022 +0100 | | Fix computation of directional derivatives (#8611) | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit d4f0a2b2ad5693a8958d117311759fc33a15769f | Author: Henning Kiel | Date: Fri Feb 25 08:59:06 2022 +0100 | | clean up enum handling (#8589) | | * clean up enum handling a bit | | * supply default start value for params in SimCode | This is only a workaround. Missing start value for parameters is detected and corrected in Backend, but lost on the way to SimCode. | | * expected output | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/FrontEnd/ConnectUtil.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/StateMachineFlatten.mo | M OMCompiler/Compiler/FrontEnd/Types.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos | M testsuite/simulation/modelica/initialization/parameters.mos | * commit 164b90d287c3a3a319dcef4649e991c00e9707cd | Author: Adeel Asghar | Date: Thu Feb 24 17:22:25 2022 +0100 | | Preserve the DynamicSelect when the graphical primitives are updated (#8605) | | * Preserve the DynamicSelect when the graphical primitives are updated | | Fixes #8593 | | * Use the Expression class toQString. | | Test state to check for DynamicSelect | | * Updated remaining attributes of graphical primitives | | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/DynamicAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/DynamicAnnotation.h | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/RectangleAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | * commit e16ede2e09485c936a75eb0a94b8d12b7b505ab5 | Author: bernhardbachmann | Date: Thu Feb 24 16:57:54 2022 +0100 | | Corrected counting of solvers statistcs (#8606) | | Fixed ticket #8604 | | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | * commit a00489cc19a5d9553b97f879cb8a1d7eb322f32d | Author: arun3688 | Date: Wed Feb 23 19:35:25 2022 +0100 | | update dataReconciliation Users Guide (#8603) | | M doc/UsersGuide/source/dataReconciliation.rst | A doc/UsersGuide/source/media/boundaryConditionResults.png | A doc/UsersGuide/source/media/dataReconciliationResult.png | A doc/UsersGuide/source/media/dataReconciliationResult_2.png | A doc/UsersGuide/source/media/dataReconciliationResult_3.png | A doc/UsersGuide/source/media/dataReconciliationResult_4.png | A doc/UsersGuide/source/media/dataReconciliationcorrelationcsvinput.png | A doc/UsersGuide/source/media/dataReconciliationcsvinput.png | A doc/UsersGuide/source/media/dataReconciliationsplitter.png | A doc/UsersGuide/source/media/dataReconciliationsplittercomponent.png | D doc/UsersGuide/source/media/datareconciliationSplitter_Input.png | D doc/UsersGuide/source/media/datareconciliation_Inputfile.png | D doc/UsersGuide/source/media/datareconciliation_ResultDirectory.png | D doc/UsersGuide/source/media/datareconciliation_csv_report.png | D doc/UsersGuide/source/media/datareconciliation_htmlreport.png | D doc/UsersGuide/source/media/datareconciliation_resimulate.png | D doc/UsersGuide/source/media/datareconciliation_simulationFlag.png | D doc/UsersGuide/source/media/datareconciliation_translationFlag.png | * commit 749337c5d8723da85abd82ef58328c76b177e9af | Author: Mahder Gebremedhin | Date: Wed Feb 23 17:02:09 2022 +0100 | | Add the mingw directories to the FFI search paths. (#8602) | | - We can also do the same and cover linux triplets like x86_64-linux. | For now this is what is needed to handle libraries in Resources/Library/mingw(32/64). | | - See discussions in #8596 | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | * commit 4167a56c73292b452169ddf476d3c2fcff1683f7 | Author: perost | Date: Wed Feb 23 15:50:03 2022 +0100 | | Fix some compilation warnings (#8601) | | - `QString::null` is obsolete, use `QString()` instead. | - `QImageWriter::setDescription()` is obsolete, use | `QImageWriter::setText()` instead. | - Don't ignore the return value of `QString::simplified()`, | it doesn't change the string but returns a new string. | | M OMNotebook/OMNotebook/OMNotebookGUI/cell.h | M OMNotebook/OMNotebook/OMNotebookGUI/cellapplication.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/cellcursor.h | M OMNotebook/OMNotebook/OMNotebookGUI/celldocument.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/cellfactory.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/cellgroup.h | M OMNotebook/OMNotebook/OMNotebookGUI/commandcompletion.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/commandunit.h | M OMNotebook/OMNotebook/OMNotebookGUI/graphcell.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/inputcell.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/latexcell.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/notebook.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/notebookcommands.h | M OMNotebook/OMNotebook/OMNotebookGUI/textcell.cpp | M OMShell/OMShell/OMShellGUI/commandcompletion.cpp | M OMShell/OMShell/OMShellGUI/commandunit.h | M OMShell/OMShell/OMShellGUI/oms.cpp | * commit 9405381f6388069780fea68519a65ea9e1faaa32 | Author: perost | Date: Wed Feb 23 13:47:18 2022 +0100 | | Remove DAE.STMT_FOR index and DAE.CREF_ITER (#8599) | | - The index in DAE.STMT_FOR and the DAE.CREF_ITER cref type are not | generated anywhere in the compiler. They were used by a previous | attempt at a new frontend which was scrapped a long time ago, and | keeping them is unnecessary and confusing. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVarTransform.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | M OMCompiler/Compiler/FrontEnd/Algorithm.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/Inline.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/Patternm.mo | M OMCompiler/Compiler/FrontEnd/PrefixUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M OMCompiler/Compiler/Template/ExpressionDumpTV.mo | M OMCompiler/Compiler/Template/ExpressionDumpTpl.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Template/VisualXMLTplTV.mo | M OMCompiler/Compiler/Util/VarTransform.mo | * commit 1c2ab765df7c3320ebee2d4a6d9f29f6d3f8e44d | Author: Adeel Asghar | Date: Wed Feb 23 12:36:29 2022 +0100 | | Better representation of derivatives of arrays (#8598) | | Fixes #8009 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 0d6d5fd11d82a339bb4662b6f7719b40cce71f3c | Author: Lennart Ochel | Date: Wed Feb 23 11:33:31 2022 +0100 | | Update OMSimulator (#8597) | | M OMSimulator | M testsuite/omsimulator/testLoopsOverFMUs.mos | * commit 5e4e3261525c48c7b7bfc228dfb69b36b7f0b640 | Author: Lennart Ochel | Date: Tue Feb 22 22:17:49 2022 +0100 | | Update OMSimulator (#8457) | | M OMSimulator | * commit 012d9194508068fd81e16c54ac8db346c3c87db1 | Author: Adeel Asghar | Date: Tue Feb 22 13:21:16 2022 +0100 | | Sync with compiler default for --fmiFilter (#8594) | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | * commit f6dfe830e71fa96c898cd573c9cf61be03db6bbd | Author: Mahder Gebremedhin | Date: Mon Feb 21 14:09:52 2022 +0100 | | Minor cleanup for the CMake configuration. (#8588) | | - Remove unnecessary installs. | Some of this files are not need to be in the final install. They are | need at build time internally. | | - 3rdParty | - Set status messages as STATUS | - Fix installation lib dirs from just lib to ${CMAKE_INSTALL_LIBDIR} | - Change pkgconfig to pkgconfig | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | M OMCompiler/SimulationRuntime/cpp/cmake_3.14.cmake | M OMEdit/OMEditLIB/CMakeLists.txt | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMParser/3rdParty/antlr4/runtime/Cpp/CMakeLists.txt | M OMParser/3rdParty/antlr4/runtime/Cpp/runtime/CMakeLists.txt | M OMParser/Makefile | M OMPlot/qwt/src/CMakeLists.txt | M OMShell/OMShell/OMShellGUI/CMakeLists.txt | * commit d6e04c0efc8eb9788a7f0f967fa419a855eacb68 | Author: perost | Date: Sat Feb 19 11:58:54 2022 +0100 | | Fix function evaluation for HelmholtzMedia (#8586) | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | * commit b6e1ec940f74e285895ad38c5fe9f30df194225d | Author: Vitalij | Date: Fri Feb 18 20:31:17 2022 +0100 | | Updates to optimization chapter (#8541) | | M doc/UsersGuide/source/OM_DOWithAnnotations.rst | M doc/UsersGuide/source/optimization.rst | * commit 1a809ac7ef70c8e4df25d2dedf108d5a2dbe2c3f | Author: Lennart Ochel | Date: Fri Feb 18 20:10:09 2022 +0100 | | Use --fmiFilter=protected by default (#8585) | | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/omsimulator/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_static.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | * commit e907ba7a81a9ff808aa8ada9914c70d9c1ef680d | Author: Henning Kiel | Date: Fri Feb 18 16:33:13 2022 +0100 | | Return default start value for enumerations (#8569) | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/StateMachineFlatten.mo | M testsuite/simulation/modelica/initialization/parameters.mos | * commit edbf69405ddfacc18c2461d50d6a9f8eaba898f0 | Author: arun3688 | Date: Fri Feb 18 16:31:32 2022 +0100 | | filter variables from knowns and unknowns for directional derivatives (#8576) | | Co-authored-by: Lennart Ochel | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_17.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_18.mos | * commit d04340ee6123dcebeb822480c432f86a200fb47e | Author: perost | Date: Fri Feb 18 15:27:56 2022 +0100 | | More array improvements (#8582) | | - Clone bindings in EvalFunction to avoid writing to the actual | bindings. | - Simplify the Expression.* functions that generate arrays and make sure | they don't create arrays with shared elements. | - Get rid of some listArray calls by using arrays instead of lists. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/Util/Array.mo | M OMCompiler/Compiler/Util/Error.mo | * commit b16ae93bcf0e9c2d664948a6a4f203c318d4bb93 | Author: Mahder Gebremedhin | Date: Fri Feb 18 15:27:41 2022 +0100 | | Declare equationIndexes to null for now. (#8583) | | - Fixes #8578. | | - There are functions that seem to be intended to provide these indices, | e.g., `zeroCrossingDescription` and `relationDescription`. | | However, there is no way to actually use them now since the generation | of expressions are handled by the generic `daeExp` function instead of | with dedicated generators. `daeExp` will just generate `equationIndexes` | for everything. So at least declare the variable for now even though | it does not provide an additional info. | | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit 88f80d558de320cf735fbc4abc47252711166502 | Author: Lennart Ochel | Date: Fri Feb 18 15:27:19 2022 +0100 | | Update BooleanNetwork1 (#8581) | | D testsuite/openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mo | M testsuite/openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos | * commit 3f313de0512ab82dac89b9dbd9c8f153cd5c8688 | Author: Lennart Ochel | Date: Fri Feb 18 13:56:16 2022 +0100 | | Fix --fmiFilter=protected (#8579) | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 287a4421170ee81a1b12ef6b54d63c4eb825dfc5 | Author: perost | Date: Fri Feb 18 13:37:42 2022 +0100 | | Improve function evaluation (#8580) | | - Evaluate the bindings of outputs and local parameters to make sure | they can be assigned to in the function body. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | A testsuite/flattening/modelica/scodeinst/CevalFuncArray5.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 56e1f47568342500103d1b6e2d4599714e3a0f0c | Author: Mahder Gebremedhin | Date: Fri Feb 18 12:34:29 2022 +0100 | | Generate a batch script on Windows (launches exe) (#8572) | | * Generate a batch script on Windows (launches exe) | | - We now generate a .bat file along with other generated files. | | The script updates the PATH with the directories extracted from the model | and then launches the executable. | | - The APIs `simulate`, `optimize` and `linearize` now launch executables | using this bat file. | | - OMEdit manually parses the bat file, extracts the additional paths | needed and updates the PATH itself before launching the executable. | | - OMNotebook and OMShell have not been updated yet. | | * Catch the return code of the executable and exit with it. | | - To be safe catch the %ERRORLEVEL% of the executable call and exit | with that. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.h | * commit 00da4a912f710bc884f2af53717f190b8c9a1318 | Author: arun3688 | Date: Fri Feb 18 09:44:09 2022 +0100 | | generate partial derivatives for fmus with initialization DAE (#8477) | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/SimulationRuntime/c/openmodelica_func.h | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.h | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_02.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_03.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_04.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_05.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_06.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_07.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_08.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_09.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_10.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_11.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_12.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_13.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_14.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_16.mos | * commit dfa5ea60321242c9852082fd4c735f50922ca4f4 | Author: perost | Date: Fri Feb 18 03:11:52 2022 +0100 | | Fix function evaluation regression (#8575) | | - Don't create arrays with shared elements in | Expression.fillType/fillArgs. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit caa88359da12dc6b87a99d246f1c8dd7db55f408 | Author: perost | Date: Thu Feb 17 17:38:04 2022 +0100 | | Improve flattening performance (#8573) | | - Change the flattening of subscripted expressions with split indices so | that the subscripting is done before flattening the subscripted | expression, to avoid flattening large expressions over and over. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit ca7559a46d3cd6a8f3db967c4d3b2405c8338a55 | Author: perost | Date: Thu Feb 17 15:21:29 2022 +0100 | | Implement array expression using arrays (#8570) | | - Implement `Expression.ARRAY` using arrays. | - Remove `Expression.LIST` since it's no longer used. | - Remove `Expression.listContainsShallow`, since `List.exist` does the | same thing and is more general. | - Update bootstrapping header and ffi interface to reflect the changes | in Expression. | | M OMCompiler/Compiler/NBackEnd/Util/NBBackendUtil.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnector.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunctionExt.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpressionIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFRangeIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | M OMCompiler/Compiler/Util/Array.mo | M OMCompiler/Compiler/Util/List.mo | M OMCompiler/Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | M OMCompiler/Compiler/runtime/ffi_omc.c | * commit eee082e35181becab4b62988877bb5106cd042de | Author: Adeel Asghar | Date: Thu Feb 17 13:56:20 2022 +0100 | | Populate the library and version drop-down based on filters (#8563) | | * Populate the library and version drop-down based on filters | | Fixes #8550 | | * Made the UI simple. Removed the version filters. | | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.cpp | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.h | * commit 11b99d955eba929d13901aa9f3e90dda57440aaa | Author: Lennart Ochel | Date: Wed Feb 16 21:35:35 2022 +0100 | | Check bindings for initialization (#8562) | | Co-authored-by: arun3688 | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_17.mos | * commit 9bca51e40dcc45625cc1943370e9f401c8aa03e4 | Author: phannebohm | Date: Wed Feb 16 17:36:06 2022 +0100 | | [janitor] Remove unnecessary wrapper (#8566) | | M OMCompiler/Compiler/FrontEnd/Expression.mo | * commit 2590823b625ce107acf50e69243503030e79d27a | Author: Lennart Ochel | Date: Wed Feb 16 16:32:25 2022 +0100 | | Only literal constants qualify as initial=exact (#8557) | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenXML.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos | M testsuite/openmodelica/xml/Bug3857.mos | * commit 75c31ea6cd3590ee66b3977843fb3fe583aaecac | Author: Lennart Ochel | Date: Wed Feb 16 15:08:32 2022 +0100 | | Return default start value according to type (#8558) | | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M testsuite/simulation/modelica/initialization/parameters.mos | * commit 3e9e9f81ce4c7dc3d0e0510db109f973252e93ee | Author: perost | Date: Wed Feb 16 14:17:01 2022 +0100 | | Fix simplification of `array or array` (#8559) | | - Fix simplification of `array or array`, which was calling the wrong | function and doing `and` instead of `or`. | | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/OperationLogicalBinary2.mo | * commit 83634b05b2d6125132cdbba8520eb4de62b83b11 | Author: perost | Date: Wed Feb 16 12:38:05 2022 +0100 | | Improve checking of protected modifications (#8556) | | - Add the source location of the modifier to the error message, to make | it easier to see why the error occured. | - Allow modification of protected elements in base classes even in cases | where it shouldn't be allowed, since we can't correctly detect those | cases yet. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/flattening/modelica/scodeinst/ProtectedMod1.mo | M testsuite/flattening/modelica/scodeinst/ProtectedMod3.mo | M testsuite/flattening/modelica/scodeinst/ProtectedMod6.mo | A testsuite/flattening/modelica/scodeinst/ProtectedMod8.mo | * commit b1522d89fc2cc711183d5b85c6353e1c383d67de | Author: Lennart Ochel | Date: Wed Feb 16 08:13:08 2022 +0100 | | Make cse variables parameters that are added to globalKnownVars (#8551) | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_17.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls10.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls12.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls13.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls6.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls8.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls9.mos | M testsuite/simulation/modelica/parameters/parameterTest17.mos | * commit 0897872ac136de73a773ef3d9b3a9442439e8890 | Author: Mahder Gebremedhin | Date: Tue Feb 15 21:33:15 2022 +0100 | | Update PATH with library dirs before system calls. (#8552) | | - On Windows the required DLLs need to be in the same directory as the | executable or they need to be in PATH. | | So, before we issue commands that launch simulation executables, update | the PATH by prepending the library dirs used for linking the executable. | | E.g. If these paths are used to compile a simulation executable: | ``` | { | \"-LC:/Users/username/AppData/Roaming/.openmodelica/libraries/Buildings/Resources/Library/win64\", | \"-LC:/Users/username/AppData/Roaming/.openmodelica/libraries/Buildings/Resources/Library\", | ... | } | ``` | | we update the PATH to | ``` | C:\Users\username\AppData\Roaming\.openmodelica\libraries\Buildings\Resources\Library\win64; | C:\Users\username\AppData\Roaming\.openmodelica\libraries\Buildings\Resources\Library; | %PATH% | ``` | | before launching the simulation executable. Then we reset it back immediately afterwards. | | | - Fixes #8546. Fixes #6242. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit ea6c02634a4a20fc8f83228ae09c49270abe1a09 | Author: Lennart Ochel | Date: Tue Feb 15 20:29:41 2022 +0100 | | Update .gitignore (#7701) | | M .gitignore | * commit efbdcda99d38d0bc2b85b28970c0c7c243f81cbe | Author: Adeel Asghar | Date: Tue Feb 15 15:18:41 2022 +0100 | | Save the experiment annotation without simulating the model (#8549) | | Fixes #8538 | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationOptions.h | * commit 8d0b1ce875604ac58e86bf2ad3f34dfd6dae953f | Author: perost | Date: Tue Feb 15 13:36:18 2022 +0100 | | Reorganize some NFExpression records (#8547) | | - Rename NFExpression.ARRAY to NFExpression.LIST in order to prepare for | adding an array expression based on actual arrays and not lists. | - Move NFExpression.MULTARY to where it should be. | - Update the bootstrapping header and ffi interface to reflect the | NFExpression changes made. | | M OMCompiler/Compiler/NBackEnd/Util/NBBackendUtil.mo | M OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnector.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunctionExt.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpressionIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFRangeIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | M OMCompiler/Compiler/runtime/ffi_omc.c | * commit bf2fb176ac3be91c04525cbcb6054160070540b9 | Author: perost | Date: Mon Feb 14 15:50:31 2022 +0100 | | Forbid modifying protected elements (#8512) | | - Add check that protected elements are not modified. | - Refactor out the visibility propagation from Inst.instExtends to a | separate function and do it earlier, so that elements have the correct | visibility when applying modifiers. | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/flattening/modelica/scodeinst/ProtectedMod1.mo | A testsuite/flattening/modelica/scodeinst/ProtectedMod2.mo | A testsuite/flattening/modelica/scodeinst/ProtectedMod3.mo | A testsuite/flattening/modelica/scodeinst/ProtectedMod4.mo | A testsuite/flattening/modelica/scodeinst/ProtectedMod5.mo | A testsuite/flattening/modelica/scodeinst/ProtectedMod6.mo | A testsuite/flattening/modelica/scodeinst/ProtectedMod7.mo | * commit 70d7fff471519da52abcb3bcc7fd84168e4cd6f3 | Author: perost | Date: Mon Feb 14 13:30:30 2022 +0100 | | Improve typing of dimensions (#8543) | | - Move the check for cyclic dimensions in order to allow more cases that | can actually be handled without going into a typing loop. | | Fixes #8454 | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/DimSize5.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit f7516f6d3a446b1ad59918c55b39bb51b7e17526 | Author: Mahder Gebremedhin | Date: Mon Feb 14 12:45:12 2022 +0100 | | Update 3rdParty submodule. (#8542) | | - 3rdParty submodule was pointing to a branch on my fork instead of to | master. It was overlooked when #8506 was merged. | | M OMCompiler/3rdParty | * commit 4717759fc5a28a0b60f9d7b1519f262c7b70f3ad | Author: Mahder Gebremedhin | Date: Mon Feb 7 13:50:56 2022 +0100 | | Update FFI search directories. | | - Look for libraries in bin/ folder on Windows. | | It was looking in the lib dir. dll are normally installed to bin folder. | We should move any dlls we have in lib dir to bin dir. | | - Look for both `foo` and `libfoo` on both Windows and Linux. | | It was looking for just `libfoo` on Linux and just `foo` on Windows. | | - It also now looks in a special directory, 'ffi/' as a last resort. | This is `lib//omc/ffi` on Linux and `bin/ffi` on Windows. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc/Makefile | M testsuite/flattening/modelica/ffi/MissingFunction1.mos | * commit fda2dde7662c6ded8cee87c8d304e1b5fac2a9cc | Author: Mahder Gebremedhin | Date: Mon Feb 7 13:49:38 2022 +0100 | | Build static and shared versions of ModelicaExternalC | | - We now exclusively use CMake to build ModelicaExternalC. This means | even for the autotools + Makefile build system, we use CMake to build | ModelicaExternalC. | | This has made the CMakeLists.txt for ModelicaExternalC a tad bit | complicated. It is now used to compile just ModelicaExternalC as a | standalone project when asked by the autotools + Makefile build. This | is signified by setting MODELICA_EXTERNAL_C_STANDALONE=ON when configuring | it. In this mode it will first look for find and setup the required | libraries (zlib and libOpenModelicaRuntimeC). | | In the other mode (OpenModelica's new CMake build) it just acts as any | other CMakeLists.txt file and uses the required libraries from the OpenModelica | project. | | The shared version of the Modelica libs are isntalled to a specific | directory lib//omc/ffi so that they are not in the link path | for Simulation executables. They are only intended for libFFI based | loading by omc and not for actual linking. | | - The ModelicaExternalC builds have been adjusted for MSVC as well. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/ModelicaExternalC/CMakeLists.txt | A OMCompiler/SimulationRuntime/ModelicaExternalC/MEC_standalone_2.8.cmake | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/CMakeLists.txt | * commit 29cce9d080bd9764fe20777f6c2b7212e4ad2de0 | Author: Mahder Gebremedhin | Date: Mon Feb 7 13:45:42 2022 +0100 | | Add zlib as a standalone 3rdParty library. | | - We were using it from ModelicaExternalC. This is inconvenient | due to changes we have to make for build ModelicaExternalC libs | as both shared and static libs. | | - We also need zlib for a lot more than just ModelicaExternalC. | Therefore it is a good idea that it is its own standalone project. | | M OMCompiler/3rdParty | * commit 341ba59ae46d5b422ffad15fd948e1cc9cb76e9b | Author: phannebohm | Date: Fri Feb 11 19:14:04 2022 +0100 | | Fix zero crossing detection (#8537) | | The operators div, mod, rem can return piecewise continuous values. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit eb0ed2668e8ad5d14df27fbb1c66d1585beb18c3 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri Feb 11 17:34:42 2022 +0100 | | Find value of NEED_CMINPACK in configure (#8536) | | Needed for source-code FMUs that have non-linear loops. | | M OMCompiler/SimulationRuntime/fmi/export/buildproject/configure.ac | M testsuite/omsimulator/recompileFMU.mos | * commit 2638a98d8da672d33b0201e013da84f858cbc5de | Author: perost | Date: Fri Feb 11 16:12:31 2022 +0100 | | Make the self reference check in Lookup recursive (#8535) | | Fixes #8521 | | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecursiveExtends4.mo | * commit 5fd3b214d3dff8de5962e0f6047927755ac80b28 | Author: Mahder Gebremedhin | Date: Fri Feb 11 12:38:54 2022 +0100 | | Remove no longer needed linkage of ModelicaExternalC libs. (#8533) | | - This libs have not been needed to be linked in for a while since | libOpenModelicaCompiler stopped depending on them. | | M OMEdit/OMEditGUI/OMEditGUI.win.config.pri | M OMNotebook/OMNotebook/OMNotebookGUI/OMNotebook.config.in | M OMNotebook/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro | M OMShell/OMShell/OMShellGUI/OMShell.config.in | M OMShell/OMShell/OMShellGUI/OMShellGUI.pro | M OMShell/mosh/src/Makefile.in | * commit 82f850c68ef7456b4f1ca818b9e13e0a85381661 | Author: Mahder Gebremedhin | Date: Fri Feb 11 12:18:16 2022 +0100 | | [CI] Parallel build for dependencies omedit-testsuite. (#8532) | | - Run the build, of everyting being built, in parallel. | | The `-j${numPhysicalCPU()}` argument was missing. | | M .CI/common.groovy | * commit e15bbcf888ca10334f991a902ee279fb4102b39e | Author: phannebohm | Date: Fri Feb 11 11:47:00 2022 +0100 | | Remove trailing whitespace in solver dump (#8527) | | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | M testsuite/simulation/modelica/nonlinear_system/bug_2841.mos | M testsuite/simulation/modelica/start_value_selection/ticket5807.mos | * commit 3f449f2550c43fb70e50045f9903eca14ae6757d | Author: Mahder Gebremedhin | Date: Fri Feb 11 11:14:16 2022 +0100 | | libfmi shared and static. libOpenModelicaFMIRuntime static. (#8531) | | - Make library types consistent across Linux and Windows. | | - Install both static and shared versions of libfmi. Only the shared version | was being installed on linux even though both are built anyway. | They also have different names so nothing should confuse them. | | Technically the shared version might not even be needed at all. I am | just not sure what would miss it if I remove it. Leave it as it is for | now. | | - Build only static versions of libOpenModelicaFMIRuntime on Linux as | well as Windows. It was shared on linux and static on Windows. | | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/configure.ac | * commit 07173a783287e3c4489be934b9402a33ed71a647 | Author: perost | Date: Thu Feb 10 23:40:44 2022 +0100 | | Improve evaluation of component references (#8530) | | Fixes #8455, fixes #8456 | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | A testsuite/flattening/modelica/scodeinst/CevalBinding6.mo | A testsuite/flattening/modelica/scodeinst/CevalBinding7.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 803a3c0fdc9a20af7a00d3943b6b098ec8db5e8d | Author: perost | Date: Thu Feb 10 23:31:09 2022 +0100 | | Refactor typing of builtin Connections.* functions (#8529) | | - Add functions to type and check arguments of the builtin Connections.* | functions, to reduce code repetition. | - Add toString debug function to NFConnections. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnections.mo | * commit cea85cf5ee5d3189e69a48fb85fe0390adbed768 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Feb 10 17:24:13 2022 +0100 | | New Backend Merge (#8520) | | * [NB] create backbone for new backend | - bypass old dae structures and pass flat model to backend | - added first new backend files in NBackEnd | - available with --newBackend | | * [NB] adjacency matrix and matchign structures draft | | * [NB] small coding ethics update | | * split backenddae and adjacency matrix | | * [NB] add backbone for lowering of variables | | * [NB] structural updates vars/eqs | - add basic lowering of eqs, more cases to be filled! | - backend variable toString functions | - comments | - Util functions for dumping | | * [NB] add lowerVariableKind | | * [NB] small corrections | | * [NB] more lowering of when equations | | * [NB] unify structures | - NBVariable and NBEquation have more equal structure | - lowering of equations, algorithms and variables have more equal structure | - toString functions more unified | | * [NB] add mapping functions | - mapping for equations and equation pointers | - replacing inst nodes in crefs to var pointers | | * [NB] error handling and dumping update | | * [NB] finalize lowering | - add remaining cases to lowering | - add first module draft for detect states and general module interface structure | - update if equation structure | | * [NB] first version of detectStates | - able to detect and replace any der(y) | - cleanup structes, use ExpandableArray more efficient | - remove variable and equation arrays without pointers -> all need to be pointers! | - NHashTable for hashing NFComponentRef | | * [NB] small fix: derivative cref | | * [NB] move new hashtable to backend | | * [NB] small update | - avoid matchcontinue | - avoid hashtable | | * [NB] add detect discrete sates | | * [NB] create and dump variable attributes | | * [NB] add shell for partitioning module | | * [NB] introduce differentiate and jacobian | | * [NF] add algorithm outputs | | * [NSimCode] new simcode backbone | | * [NB] add rudimentary initialization | | * rename VAR_DATA_HESS -> VAR_DATA_HES | | * [NF] find and save inputs in algorithms | | * [NF] rebase fixes | | - new frontend pipeline | - algorithm input outputs | - flags | | * [NB] addRemoveSimple equations first draft | | - restructure Modules | | * [NSimCode] new simcode for dae mode | | - add basic structures for dae mode | | * [NSimCode] convert to old simcode | | - basic structures, does not work as is! | | * [NB] do not put dae residuals in loop structure | | * [NSimCode] small simcode fix | | - add simulation options | | * [NSimCode] update algebaic loops | | - collect loops from all systems | - number them correctly | - add new sim code hash table | - first models run (wrong results) | | * [NSimCode] correct dae residuals | | * [NB] add differentiation and jacobian | | - add simple differentiation rules for time and jacobian | - add jacobian pipeline | - update dae mode to update the algebraics to be algebraic states | - add operator classification to NF for better case handling | | * [NB] update DAEMode | | - create residuals in the backend | - add residual vars to equation attributes | - update simcode accordingly | | * [NB] add sparsity and coloring | | - add sparsity and coloring to backend and simcode | - update jacobian and dae structures | - update simcode structures | | * [NSimCode] generate simcode jacobian | | * [NB] fix conflicts with master | | * [NB] merge fixes | | - remove unused imports | - add fmiSimulationFlags to SimCode | | * [NSimCode] fix eval stages and daeMode | | - FIRST VERSION THAT CAN SIMULATE BASIC MODELS (small errors though) | - eval stages are now set correctly (for dae mode w/o discrete events) | - dae mode is active by default using the new backend | - add replacement of $DER with der() for dae mode (not necessary?) | | * [NSimCode] small fixes | | * [NF] fix input identification in algorithms | | - iterators are neither inputs nor outputs | | * [NB] update binary differentiation | | - fixes ticket #6068 | - add two exponential differentiation rules | - x^p and p^x where p is a parameter (treat just like constants) | | * [NB] small fix for binary differentiation | | * [NB] add scalar matching and scalar sorting | | - scalar matching based on pantelides algorithm doi:10.1137/0909014 | - scalar sorting based on tarjans algorithm doi:10.1137/0201010 | - strong components for single equations and algebraic loops | | * [NB] first solve and cleanup variables | | - simple solver using one newton step for linear solving | - single replacement function (without setup and transitivity) | - remove crefIndex structure and use more mature hashTables in variables | - update NBCausalize accordingly (sorting does still not work with gaps in arrays) | | * [NF] temporary fix for input/output situation | | * [NB] add array compression and cleanup | | - add variable and equation array compression to remove gaps O(n) | - cleanup detect states and other small parts to have correct interfaces | | * [NB] fix solveLinear | | - simplify expression before checking for linearity | - add uminus before derivative y = - f(0) / f' | - fix small stuff in simcode | | * [NB] pretty print stuff | | - better equation and variable dumping | - move jacobian after adjacency and matching | | * [NB] Fix potential uninitialized memory return | | - Ever match should have an else case. Either return something usefull | or throw an error. | | * [NB] add sorting of variables and equations | | - needs refining in some functions of noNameHashExp | - add variable and equation data sorting? necessary? | | * [NB] support empty model | | - add testsuite folder with sanity check model | | * [NF] fix folding, once found stay true | | * [NB] refactor, no need to qualify matched objects | | * [NB] refactor, (list) compactifications | | * [NB] unify makeSeedTraverse and makePartialDerivativeTraverse | | * More sanity tests | | * [NB] add parameter system (#3) | | - fixes issue #3 | - add parameter system to BDAE | - create simcode for parameter system | - ToDo: change parameter after simulation | - ToDo: check for fixed attribute and add zero bindings for fixed params without equation | | * WIP more parameter system fixes | | * [NB] add parameterSystem testsuite file | | * [NB] fix parameter system | | * [testsuite] add NBackend parameter test | | * [NF] add multary expresssion | | [NF] | - (currently) only for new backend | - at the end of the new frontend convert nested binary expressions of the same operator type to one multary expression | - only for commutative operators | - expand NFExpression.toDAE() such that it converts them back to the old nested binaries | | [NB] | - add differentiation rules for multary expressions | - advantages for simplification and differentiation and symbolic manipulation in general | | * [WIP] Adding derivatives for build in functions | | - Added derivative for sin function | | * [NF] update multary support | | - combine + and - binaries | - handle unaries properly | | * [NF] update multary simplify | | - recurse to arguments | - simplify trivial sums and products | | [NB] update differentiation | | - for +/-/* always create MULTARY instead of BINARY | | * [NF] update simplification | | - better multary handling (signs) | - update binary division handling (constants/signs) | - update unary handling (nested unaries/zeros) | - add dump flag -d=dumpSimplify | | [NB] small adaptions for frontend changes | | * [NB] fix solveLinear with new multary expressions | | - dumping for simplify and differentiate | | * [NB] add remove simple equations module | | STEPS: | 1. collect alias sets | 2. choose variable to keep if necessary | 3. match/sort set (linear w.r.t. since all equations contain two crefs at max and are simple/linear) | 4. create and apply replacements | 5. save replacements in bindings of alias variables | | Upgrade to old RSE: | 1. linear w.r.t. variables | 2. make decision on which variable to keep with full information | 3. alias variables can have any constant coefficient (before only 1 or -1) | 4. alias variables can have an offset (did not exist) | | * [NB] add comments for RSE and Replacements | | * [NB] update multary | | - add inverse argument list | - update simplify, differentiate and RSE for these changes | | * [NB] small fix for RSE | | When creating new alias set with binding don't forget to add variable to set | | * [NB] use HashSet to mark variables | | * [NB] update alias elimination | | - differ between constant/regular/linear alias | | * [NB] cleanup RSE | | - structural and dump changes in RSE | - renaming of DAE structures to be more explicit | | * [NB] add static index reduction | | - basic functionality in NBCausalize | - Matching now has regular() and singular() | - some convenience functions and minor fixes | - import/naming cleanups | - testcase that still fails because of missing nonlinear loop handling | | - ToDo: dynamic IR, nonlinear loops, remove always vars from matching, fail on not selected never vars | | * [NB] small performance updates | | * [NF] small fixup for rebase | | * [NB/NSimCode] fixup RSE and algebraic code gen | | * [NB/testuite] update routine | | * [NB] add variable for time | | - small structural improvements | | * [NB] add jacobians to nonlinear loops | | - slight adjustments to NSimCode | | * [NB] add unique identifier to equations | | * [NSimCode] get jacobians from nonlinear loops | | * [NB/NSimCode] update jacobian handling | | * [NB] add basic nonlinear support | | - support for nonlinear loops | - ToDo: | - jacobians | - solving nonlinear equations : fallback residual | | * [NSimCode] add jacobians for simulation and NLS | | - fix equation count makes it work | | * [NB/NS] implement implicit equation solving | | - unfortunately jacobians need some more work | | * [NSimCode] fix naming of implicit equations | | * [NB] add event collection | | - collects events from systems | - splits systems to ode, algebraic, ode/event, alg/event | - minor fixed to remove simple equations | - ToDo: correct handling of WHEN equations in sim code | | * rebase fix | | * [testsuite] fix folder name | | * [NB] remove some unnecessary auxiliary vars | | * [NS] add when eq support | | - add generation of when equations | - add eventInfo | | * [NB] update optdaedump | | * [NB] update event systems | | - add event system test file | - works: | . single time events | . sample time events | . concenated state events | - toDo: | . sample events in state events | . more complicated single time events that have to be solved | | * [NB] small ordering update time events | | * Adding more builtin function derivatives | | - Added derivatives for sin, cos and acos | | * [NF] update toDAE for multaries | | - create neutral element for empty arguments | | * [NB] add backend clock timings | | - available with -d=dumpBackendClocks | | * [NB] add two missing clocks and update testfile | | * [NB] update formatting of clock prints | | * WIP array adjacency matrix | | + fixup rebase | | * [NB] first version SBGraph AdjacencyMatrix | | * [SimCode] make time alias possible | | - ToDo: how to handle negative time alias? negative index (0) not possible | | * [NB] small changes | | * [Util] fix flags after merge | | * Don't expand records with --newBackend. | | * [NF] WIP create correct unflattened record attr | | * Fix issue with printing empty VariableKind | | * Revert "[NF] WIP create correct unflattened record attr" | | This reverts commit 05169e2abf7a5ef80407460b288ede1780e2fbd9. | | * Fix the OMSens plugin path (#7018) | | Update OMSens_Qt | | * Fix array constructor handling in old frontend | | - Fix simplification and evaluation of array constructors. | | * Add division by zero check for function code. (#7023) | | * Updated libraries | * libraries 9f29661...0c1100d (2): | > Bump libraries | > bad uses of Physiolibrary 3.0.0 in Chemical library | | * [NF] update non flattened records | | - only for new backend | - adds all elements to record as children | - mainly used for attributes | | * [NF/NB] Handle unscalarized record | | - new frontend: add unordered map for children index tracking | - new backend: create variable attributes for records | | * [NB] fix after rebase | | * [NB] set based graph update | | * [NB] first working set based adjacency matrix | | - set based adjacency matrix for simple array and for equations | - example provided | - usable with --matchingAlgorithm=SBGraph | - debug with -d=dumpSetBasedGraphs (also triggers frontend set based graph connect dumps) | | * [BE] Use same clock for all backend modules | | * [NB] first SBGraph matching stuff | | * [NB] WIP add some SBGraph matching utility funcs | | * [NB] further work on SBGraph matching | | - rename AdjacencyList to IncidenceList and wrap it in SBGraph package | - introduce BipartiteIncidenceList | - introduce SetTypes for vertices and edges | - refine some functions in Causalize | | * [NB] update set based matching | | * [NB] basic assert support | | * [NB] refine causalize data | | - [NB] split causalization process into several files | - [NB] small update on RSE module | - [NF] add missing multary support in mapping functions | | * [NB] update initialization | | - add first working MSL model! (minor difference to master result) | - order states to the end and initial equations to start of their arrays | - overdetermination -> remove all unmatched equations and report warning (no consistency check yet) | - underdetermination -> fix all unmatched states, fail if any non state is unmatched | | [NB] small updates | | - use UnorderedMap and UnorderedSet instead (more to change!) | - failtrace reports times of all modules until crash | - small typo and ordering changes | | * [NB] update testsuite for new dumps | | * [Util] revert unnecessary change | | * [NB] use UnorderedMap instead of HashTables | | * [NB] add minimal Tearing and minor hash changes | | - add minimal tearing with test case | - add test case for underdetermined initialization | - change more hashtables to unordered maps and unordered sets | - unordered maps for eqs and vars will update to -1 when removing something to not evoke the expensive UnorderedMap.remove() function | | * [NB] update detectStates module | | - implements the idea of ticket #5934 | - handles non cref expressions in der(exp) call | - one or less algebraics in exp -> differentiate the inside of exp | and if needed mark the algebraic variable as state | - more than one algebraics in exp -> create auxiliary | $AUX = exp. If needed index reduction differentiates it, but it | is not always needed. | - better than BE: avoids unnecessary index reduction in some cases | | * [NB] add partitioning | | - add testcase | - update RSE module | | * [NB] use listAppendDestroy for repetitive appends | | * [NB] fix cyclic var cref dependencies | | - actually have cyclic dependencies now | - fix partitioning | - other minor fixes | | * [NB/NF] removed unused imports | | * Remove unused use of obsolete HashTable | | * [NB] add ASSC backbone | | - not applied yet (missing: continue matching) | | * Replace old HashTables with UnorderedMap | | * [NB] add linear matching | | - wip implementation, not in use! | - only scalar currently | | * [NB] update linearMatching | | - follow only one path with true loop | - keep suspected loop information up after resolving true loop | - minor fixes | | * [NB] add linear matching dumping | | * Be careful with record residuals | | Record equations can not be made residual if at leas one of +,0,- | is not defined in the operator record. | | * [NB] update linear matching | | - use vertex index as loop index -> it is unique and always available | | * [NB] update linear matching | | * [NB] fix after merge | | * [NB] add pseudo array structures | | - for-loop handling | - not finished! | | * [NB] add proper slicing for for-loops | | - slicing heuristic that assumes a certain structure such that nested for loops can be recovered | - provided examples | | * [NB] update array initialization | | - also reorder stuff | - [NF] add structures to support array init | | * [codegenC] i hate this commit | | - ugly hack fixes subscripts of attributed variables (e.g. start) | - we need to find something better than this | | * [NB] small fix partitioning | | - strip cref in cref collection and not expression collection | | * [NB] implement external matching | | - incredible efficiency boost for pseudo array matching | - some dumping updates for large stuff | | * [Template] better indexing | | - update array indexing of multidimensional variables | | * [NB] update pseudo array matching | | - handle array equations | - update top level input handling | - update handling of literal simple equations in RSE | | * [NB] WIP safe stuff ! | | * [NB] fix data recovery hole | | * [NB] add empty list handling in adjacency matrix expand | | * [NF/NB] update scalarizing to always apply on backend cref | | * [NB] add FLAT_BINDING to SimVar | | - add flat binding to simvar parameters, useful after expanding/scalarizing variables | - add debug output for initialization | | * [NF] add expanding of fill expression | | * [NB] update pseudo adjacency matrix | | - now able to parse scalars and whole dim variables in for-loops | - util functions in NF | | * [NB] provide scalarization for backendinfo | | - use Scalarization from frontend and update it to parse backendinfo | | * [NB] fix sparsity pattern for sliced | | * [NB] update equation slicing heuristic | | - add rearring of for loop nesting | - better naming of frames and frame locations | | * [NF] update discrete variable verification (#8476) | | - broke for -nfScalarize | - fixed nesting of function to also catch when equations and statemens inside of if and for equations/statements | | * [NB] small fix for irregular slicing | | * mend | | * [NB] add entwined for equations | | - needed to represent more slicing structures | | * [NB] update for-loop entwining | | - add iterator equality check | | * [NB] update entwine intersections | | - add splitting of entwined for-loops | | * [NB] update for loop reconstruction | | - add diagonal slice handling | - add removed diagonal slice handling | | * [FE] update unboxing for metamodelica | | - add support of unboxing in array subscripts that are qualified crefs | | * [janitor] remove unused stuff | | * [testsuite] NB array slicing tests | | * [make/cmake] update source lists | | * [NB/NF] merge fixes | | * [NF] update for merge to master | | - remove unnecessary function | - move MULTARY to end of NFExpression (bootstrapping problem) | - small fixes | | * [NB/testsuite] update testsuite for push | | - minor NB fixes | | Co-authored-by: phannebohm | Co-authored-by: Adrian Pop | Co-authored-by: AnHeuermann | Co-authored-by: AnHeuermann | Co-authored-by: Per Östlund | Co-authored-by: Adeel Asghar | Co-authored-by: Mahder Gebremedhin | Co-authored-by: hudson | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/FrontEnd/PrefixUtil.mo | A OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo | A OMCompiler/Compiler/NBackEnd/Classes/NBStrongComponent.mo | A OMCompiler/Compiler/NBackEnd/Classes/NBSystem.mo | A OMCompiler/Compiler/NBackEnd/Classes/NBVariable.mo | A OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo | A OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBAdjacency.mo | A OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBCausalize.mo | A OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBDAEMode.mo | A OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBInitialization.mo | A OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBMatching.mo | A OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBPartitioning.mo | A OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBResolveSingularities.mo | A OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBSorting.mo | A OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBDetectStates.mo | A OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBEvents.mo | A OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBRemoveSimpleEquations.mo | A OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBJacobian.mo | A OMCompiler/Compiler/NBackEnd/Modules/3_Post/NBTearing.mo | A OMCompiler/Compiler/NBackEnd/Modules/NBModule.mo | A OMCompiler/Compiler/NBackEnd/Util/NBBackendUtil.mo | A OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo | A OMCompiler/Compiler/NBackEnd/Util/NBGraphUtil.mo | A OMCompiler/Compiler/NBackEnd/Util/NBReplacements.mo | A OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo | A OMCompiler/Compiler/NBackEnd/Util/NBSolve.mo | M OMCompiler/Compiler/NFFrontEnd/NFAlgorithm.mo | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | A OMCompiler/Compiler/NFFrontEnd/NFBackendExtension.mo | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComplexType.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | A OMCompiler/Compiler/NFFrontEnd/NFHashSet.mo | A OMCompiler/Compiler/NFFrontEnd/NFHashTableCrToExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperator.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | A OMCompiler/Compiler/NFFrontEnd/NFSBGraphUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | A OMCompiler/Compiler/NSimCode/HashTableSimCode.mo | A OMCompiler/Compiler/NSimCode/NSimCode.mo | A OMCompiler/Compiler/NSimCode/NSimJacobian.mo | A OMCompiler/Compiler/NSimCode/NSimStrongComponent.mo | A OMCompiler/Compiler/NSimCode/NSimVar.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SerializeModelInfo.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenFMU.tpl | D OMCompiler/Compiler/Util/AdjacencyList.mo | M OMCompiler/Compiler/Util/ClockIndexes.mo | M OMCompiler/Compiler/Util/ExpandableArray.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/Util/List.mo | M OMCompiler/Compiler/Util/Pointer.mo | M OMCompiler/Compiler/Util/SBAtomicSet.mo | A OMCompiler/Compiler/Util/SBGraph.mo | M OMCompiler/Compiler/Util/SBInterval.mo | M OMCompiler/Compiler/Util/SBLinearMap.mo | M OMCompiler/Compiler/Util/SBMultiInterval.mo | M OMCompiler/Compiler/Util/SBSet.mo | M OMCompiler/Compiler/Util/StringUtil.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | M OMCompiler/Compiler/Util/UnorderedSet.mo | M OMCompiler/Compiler/Util/Vector.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/OMSUSystem.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | M doc/UsersGuide/source/porting.rst | M testsuite/Makefile | M testsuite/flattening/modelica/scodeinst/ArrayConnect2.mo | M testsuite/openmodelica/bootstrapping/ExpandableArrayTest.mos | M testsuite/openmodelica/interactive-API/Ticket5548.mos | M testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/Makefile | M testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASM_Y_D.mos | M testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASM_ctrlAv.mos | M testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.WindGeneratorLine.mos | M testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.DoubleLine.out | M testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.FaultTline.mos | M testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.Tline.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | A testsuite/simulation/modelica/NBackend/Makefile | A testsuite/simulation/modelica/NBackend/RSE.mos | A testsuite/simulation/modelica/NBackend/RSE2.mos | A testsuite/simulation/modelica/NBackend/StaticIR.mos | A testsuite/simulation/modelica/NBackend/array_handling/diagonal_slice_for.mos | A testsuite/simulation/modelica/NBackend/array_handling/exemplary.mos | A testsuite/simulation/modelica/NBackend/array_handling/irregular_for.mos | A testsuite/simulation/modelica/NBackend/array_handling/simple_for.mos | A testsuite/simulation/modelica/NBackend/array_handling/simple_nested_for.mos | A testsuite/simulation/modelica/NBackend/array_handling/slice_for.mos | A testsuite/simulation/modelica/NBackend/detectStates.mos | A testsuite/simulation/modelica/NBackend/differentation/Makefile | A testsuite/simulation/modelica/NBackend/differentation/allTheBuildins.mos | A testsuite/simulation/modelica/NBackend/emptyModel.mos | A testsuite/simulation/modelica/NBackend/eventSystem.mos | A testsuite/simulation/modelica/NBackend/helloWorld.mos | A testsuite/simulation/modelica/NBackend/implicitEquation.mos | A testsuite/simulation/modelica/NBackend/minArr.mos | A testsuite/simulation/modelica/NBackend/minimalTearing.mos | A testsuite/simulation/modelica/NBackend/msl/CauerLowPassAnalog.mos | A testsuite/simulation/modelica/NBackend/msl/Makefile | A testsuite/simulation/modelica/NBackend/multary_simplification.mos | A testsuite/simulation/modelica/NBackend/parameterSystem.mos | A testsuite/simulation/modelica/NBackend/partitioning.mos | A testsuite/simulation/modelica/NBackend/simpleForLoop.mos | A testsuite/simulation/modelica/NBackend/simpleNonlinearLoop.mos | A testsuite/simulation/modelica/NBackend/solveSingleEquation.mos | A testsuite/simulation/modelica/NBackend/underdetermined_init.mos | M testsuite/simulation/modelica/synchronous_c/Synchronous.mo | * commit c3c0e2b08e4026d7875efdf18068531f39e1ad07 | Author: perost | Date: Thu Feb 10 15:58:39 2022 +0100 | | Warn about trailing whitespace in rtest baselining (#8526) | | M testsuite/rtest | * commit 4dbf5668cf2ea9e5f1908b2a09291eaf253d9262 | Author: Vitalij | Date: Wed Feb 9 15:55:37 2022 +0100 | | [DO] added documentation from massimo ceraolo (#8068) | | A doc/UsersGuide/source/OM_DOWithAnnotations.rst | A doc/UsersGuide/source/media/do/image1.png | A doc/UsersGuide/source/media/do/image10.png | A doc/UsersGuide/source/media/do/image11.png | A doc/UsersGuide/source/media/do/image13.png | A doc/UsersGuide/source/media/do/image14.png | A doc/UsersGuide/source/media/do/image15.png | A doc/UsersGuide/source/media/do/image16.png | A doc/UsersGuide/source/media/do/image3.png | A doc/UsersGuide/source/media/do/image5.png | A doc/UsersGuide/source/media/do/image7.png | A doc/UsersGuide/source/media/do/image8.png | A doc/UsersGuide/source/media/do/image9.png | M doc/UsersGuide/source/optimization.rst | * commit 2db8f705c92767f961145ad4f1395e813bd7eeb1 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Feb 9 13:41:33 2022 +0100 | | [FE] update unboxing for metamodelica (#8519) | | - add support of unboxing in array subscripts that are qualified crefs | | M OMCompiler/Compiler/FrontEnd/Absyn.mo | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | * commit 4a43dbcc574225440a4b299f38acf96dcf8f2164 | Author: perost | Date: Wed Feb 9 00:30:45 2022 +0100 | | Give an error for invalid unit expressions (#8518) | | - Give an error message if a unit expressions fails to parse instead of | throwing an internal error. | | Fixes #8509 | | M OMCompiler/Compiler/NFFrontEnd/NFUnit.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/simulation/modelica/unitcheck/Makefile | A testsuite/simulation/modelica/unitcheck/UnitCheck20.mos | * commit 6d6801bbce0c733bc0ee916c663badb29e0b4bff | Author: phannebohm | Date: Tue Feb 8 19:48:24 2022 +0100 | | Fix detection of discrete array variables (#8514) | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | * commit 851ba5eb9d96b0b17b3362c484f2efea9a56670d | Author: phannebohm | Date: Tue Feb 8 18:36:43 2022 +0100 | | Check rational arithmetic for overflow (#8504) | | * Check rational arithmetic for overflow | | Also refactor clocked calculations | | * Add comparison for rational with integer | | * Use floor to compare rational with integer | | The previous lessRatInt function could overflow | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | M OMCompiler/SimulationRuntime/c/util/rational.c | M OMCompiler/SimulationRuntime/c/util/rational.h | * commit 9489298ff18fc789e8ded7b832987e087c524340 | Author: perost | Date: Mon Feb 7 13:56:52 2022 +0100 | | Add dumping of name map for mergeComponents (#8505) | | - Generalize the JSON dump function used by `Obfuscate` and move it to | `UnorderedMap.toJSON`. | - Use the new `UnorderedMap.toJSON` to dump the name map generated by | the `-d=mergeComponents` flag. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstUtil.mo | M OMCompiler/Compiler/Script/Obfuscate.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | * commit f605064aef11e0fff758244e4cf8f84b9b36060c | Author: Mahder Gebremedhin | Date: Fri Feb 4 18:41:26 2022 +0100 | | Make the installation dir of OMSimulator consistent (#8503) | | - OMSimulator's installation is done by building it and then copying | the build dir it produces. Depending on library arch this output dir | contain lib/ or lib/arch/omc. | | Copying it as it is now can be inconsistent with the rest of OpenModelica's | installation. | | - Always install the libs to to `lib/omc` or `lib//omc`. Never to | just `lib`. | | This is done by individually installing each subfolder instead of | installing the whole folder at once. | | M omsimulator.cmake | * commit 6aa42175654cdc7d8e5553ce4e2b289cd766651f | Author: Mahder Gebremedhin | Date: Fri Feb 4 16:05:31 2022 +0100 | | Fix import location of libOMSimulator. (#8502) | | - On platforms that do not have multi-arch lib dirs CMAKE_LIBRARY_ARCHITECTURE | is empty. | | If it is empty (which means empty `host_short` is passed to OMSimulator) | then OMSimulator will not add and omc folder to the install path. | | That is, it is either `lib/x86_64-linux-gnu/omc` or just `lib/` depending | on host_short. It is never `lib//omc/`. | | - Make boost required for CPP runtime. It is not optional. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/CMakeLists.txt | M omsimulator.cmake | * commit 33200a080e48514c921362454154443785f50eaa | Author: perost | Date: Fri Feb 4 12:41:02 2022 +0100 | | Make rtest work with both cmake and autotools (#8499) | | - Select $OPENMODELICAHOME based on whether omc exists in the cmake | build folder or not. | | M testsuite/rtest | * commit bfdc7155ce7cf4b2cea5c16d63f231c5953f174e | Author: perost | Date: Fri Feb 4 11:56:45 2022 +0100 | | Fix Testsuite.friendly2 for cmake build (#8498) | | - Also remove `install_cmake` from the path when generating a | testsuite-friendly path. | | M OMCompiler/Compiler/Util/Testsuite.mo | * commit 262ad75b37ca6e3710a4504489382e14702ae5e8 | Author: Mahder Gebremedhin | Date: Thu Feb 3 15:19:11 2022 +0100 | | Documentation for OpenModelica CMake config. (#8497) | | - The CMake build system is now good enough for general daily usage on | Windows as well as Linux. | | A README.cmake.md | * commit b40380abae0a70d1672317c381363fde2bc35818 | Author: Mahder Gebremedhin | Date: Thu Feb 3 14:58:59 2022 +0100 | | Install the required runtime dlls on MinGW. (#8496) | | - Copy the runtime dependency DLLs to the binary directory for MinGW. | | - This is done only for OMEdit right now. This means OMNotebook and | OMShell might not work if OMEdit is not installed as well. They can | be fixed later to install just their own requirements. | | For now this is a starting point since the requirements of OMEdit cover | all the requirements of OMNotebook and OMShell. | | - The installation of these runtime DLLs can be disabled by setting | the CMake option `OM_OMEDIT_INSTALL_RUNTIME_DLLS=OFF`. It is on by | default. | | M OMEdit/CMakeLists.txt | M OMEdit/OMEditGUI/CMakeLists.txt | * commit df769f4376fb8e7dfcda400684d870a1d11c39ce | Author: perost | Date: Thu Feb 3 11:35:05 2022 +0100 | | Improve typing of crefs (#8495) | | - Type all scope parts of a cref, not just the first one. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/MergeComponents7.mo | * commit cfbcffbefa8c9045447260ef61a4017500f1d689 | Author: Mahder Gebremedhin | Date: Wed Feb 2 19:04:27 2022 +0100 | | [CMake] do not build in each dir anymore. No need. (#8494) | | - The CMake configuration setup has changed in #8485. Which means | almost all targets are enabled by default and all of them are part | of the `all` make target. | | So there is no need to go into each dir and issue installation. The | fact that they are part of `all` means all of them will be built and | installed. | | The excpetion is the `testsuite-depends` target which includes the | targets: | - libs-for-testing: installation of Modelica libs for testing. | - reference-files: extraction of reference files. | | M .CI/common.groovy | * commit 5f36b2bc03321081c94db45bf3b02b46a3fdde3c | Author: Mahder Gebremedhin | Date: Wed Feb 2 18:29:22 2022 +0100 | | Install the configure script as executable. (#8493) | | - It needs to be executed so install it as a program. | | - Install the additional autoconf related files as well. These are | normally generated when OpenModelica is configured by autoconf. | Since the CMake build does not do that we copy them from the common/ | folder instead. I hope this works find in all cases. | | M OMCompiler/SimulationRuntime/fmi/export/buildproject/CMakeLists.txt | * commit bf4bc931e65b15283dfd5cea659b1d2070829961 | Author: Mahder Gebremedhin | Date: Wed Feb 2 12:10:41 2022 +0100 | | Install the dgesv headers to the FMU sources dir. | | - This was listing them in the sources list by mistake. | | They should be installed but they should not be added to the sources | list. | | M OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | * commit 2fcc24281a98fde9b9512873c114efa1d684f056 | Author: Mahder Gebremedhin | Date: Tue Feb 1 18:31:32 2022 +0100 | | Install the CMinpack headers to the FMU sources dir | | - Temporary solution since modifying FMU setup to copy these | files from the include dir - the correct fix - will require | modifications to the autoconf build system as well. I think? | | M OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | * commit 6e92c1b6c1cdea002c61627cddb9edd8b508f40a | Author: perost | Date: Tue Feb 1 16:18:59 2022 +0100 | | Implement automatic component merging (#8490) | | - Implemented automatic merging of similar components into arrays, | enabled by the flag `-d=mergeComponents`. | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | M OMCompiler/Compiler/Util/Util.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/MergeComponents1.mo | A testsuite/flattening/modelica/scodeinst/MergeComponents2.mo | A testsuite/flattening/modelica/scodeinst/MergeComponents3.mo | A testsuite/flattening/modelica/scodeinst/MergeComponents4.mo | A testsuite/flattening/modelica/scodeinst/MergeComponents5.mo | A testsuite/flattening/modelica/scodeinst/MergeComponents6.mo | * commit 1772c4b421f15d729b6d1b130e2bd105dc8252ac | Author: Mahder Gebremedhin | Date: Fri Jan 28 00:56:25 2022 +0100 | | Enable/Disable GUI and CPP runtime at configure time. (#8485) | | - They were always enabled but not built by default (i.e., not built by | just `make`). You had to build them explicitly. This turns out to be | a bit confusing for users. | | Now they are instead enabled or disabled at **configure** time. | If they are enabled then they will be built by `make` or `make all`. | | If they are disabled at configure time they are not even available as | build targets. Requires reconfigure to enable them. | | I think this is aligns better with expectations and is more intuitive. | | - Make names of cmake options a bit more descriptive | - Options that are at the "OpenModelica" level start with `OM_` now. | - Options at "OpenModelica/OMCompiler" level start with `OM_OMC_` | | M CMakeLists.txt | M Jenkinsfile | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/CMakeLists.txt | * commit 68fa35afa074b6c652bf66766b1e8f68fe0cdd19 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Jan 27 12:07:11 2022 +0100 | | [NF] update discrete variable verification (#8476) | | - broke for -nfScalarize | - fixed nesting of function to also catch when equations and statemens inside of if and for equations/statements | | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | M OMCompiler/Compiler/Util/List.mo | * commit 96515334023847ceede3ca49ac0d1d2f592c0b36 | Author: perost | Date: Wed Jan 26 14:47:18 2022 +0100 | | Improve OF and NF checkModel (#8473) | | - Consider ExternalObject to have size 0 in both the OF and the NF | checkModel implementations. | - Implement proper counting of tuples in the NF checkModel. | - Work around MetaModelica bug when counting size of complex types in | the NF checkModel. | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | A testsuite/flattening/modelica/external-objects/ExternalObjectSize1.mos | M testsuite/flattening/modelica/external-objects/Makefile | * commit ed1e04280491a3d5f33a5c71b08f884cc26381be | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Jan 25 19:32:11 2022 +0100 | | CMinpack in source-code FMUs (#8471) | | * Adding CMinapack sources to source-code FMUs | * Source-Code FMU test case | | To compile the source-code FMU one needs to configure with `NEED_CMINPACK=1`. | This is only needed if the FMU has non-linear loops that are sovled with the hybrid solver (default). | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/SimulationRuntime/fmi/export/buildproject/configure.ac | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/recompileFMU.mos | * commit 033bbaf2e9940573743eab24559be67b03d89bba | Author: perost | Date: Tue Jan 25 14:46:14 2022 +0100 | | Clean up SCodeUtil.traverse* functions (#8468) | | - Clean up SCodeUtil.traverse* functions and remove unnecessary tupling | to improve performance and make them more convenient to use. | - Rename SCodeUtil.traverse* functions to SCodeUtil.mapFold* to better | reflect what they do. | | M OMCompiler/Compiler/FFrontEnd/FGraphBuild.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuildEnv.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeDependency.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeFlattenImports.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | * commit 5e94f19b4a3098a639b4c4745ba5bb26d64f24e8 | Author: Adeel Asghar | Date: Tue Jan 25 13:51:12 2022 +0100 | | Only try to read the profiling json file when profiling is on (#8467) | | Fixes #8316 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.h | * commit 5c10d4c725f1d915d9e11025e57ba4ef217fbf21 | Author: phannebohm | Date: Mon Jan 24 15:43:04 2022 +0100 | | Fix names for nonlinear sparse solver flags (#8447) | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/modelica/daemode/testDAEScaling.mos | M testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos | * commit 87d58d47b4ac6c89ea9a5b4f03eb8705fa1d4e4a | Author: Mahder Gebremedhin | Date: Fri Jan 21 23:38:21 2022 +0100 | | Fixes for FMU generation on Windows with CMake built omc (#8451) | | * [cmake] Define CMINPACK_NO_DLL to libSimulationRuntimeFMI. | | - It is a static library. | | * Install fmi/export/buildproject/configure.ac on Win | | - This is just following what the Makefiles do. I am not 100% sure | why it is needed and how it is used. | | If it is not installed on Windows, the FMU creation complains about | missing file and terminates. | | M OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/fmi/export/buildproject/CMakeLists.txt | * commit 5cb0f20ef84247702ea8c43ba22419a758af211f | Author: Mahder Gebremedhin | Date: Fri Jan 21 22:59:00 2022 +0100 | | Define LINK_SUNDIALS_STATIC when compiling FMU sources (#8450) | | - If we ask sundials to build shared libs it adds dll export realted | function attributes to the headers. | | If we build both static and shared versions of sundials and we want | to use the static libs later, we need to define LINK_SUNDIALS_STATIC | so that the corresponding dll attributes are disabled in the headers | (i.e, the function declarations do not get the attributes). | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit d44625d8835b0f76069fab3e0abfa12775071921 | Author: perost | Date: Fri Jan 21 14:47:46 2022 +0100 | | Allow looking up functions in nested components (#8444) | | - Allow comp1..compN.class1..classN.function(), previously only | comp.class1..classN.function() was allowed. | | Fixes #8428 | | M .openmodelica.aspell | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/FuncViaComp3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/flattening/modelica/scodeinst/const13.mo | M testsuite/flattening/modelica/scodeinst/lookup4.mo | * commit ebaac9b11c2adbaeb55bffff4b6dd2d5692e7692 | Author: Mahder Gebremedhin | Date: Wed Jan 19 15:34:02 2022 +0100 | | Check if class exists before linearization. (#8417) | | * Check if class exists before linearization. | | - Fixes #8415. | | - To be consistent with the simulate() API, add an explicit check for | existence of class. | | - Also fix a probable wrong parameter to the class lookup which asks | for the enclosing class when a the actual class is not found inside it. | | * Move the check for instantiating invlaid class types | | - The check for attempted instantiation of disallowed class | types (packages. functions) is now moved to Inst.instantiateClass_dispatch | | - This probably does not cover every path. I am almost sure it does not. | However, OF is already deprecated. All we care about is the interactive | environment working properly before passing on things to NF. | | * Allow instantiation of TOP level packages/functions | | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M testsuite/flattening/libraries/biochem/BiochemModels.mos | M testsuite/flattening/modelica/mosfiles/ErrorSimPackage.mos | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/instantiateFunction.mo | A testsuite/openmodelica/interactive-API/instantiateFunction.mos | * commit 52c8c2ced097295c0501f30eac0bd103d0d471fa | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Jan 19 00:59:58 2022 +0100 | | [BE] fix ASSC pivoting (#8436) | | * [BE] fix ASSC pivoting | | - remove dividing pivot row by pivot element > it would need an update of rhs | - refers to ticket #8381 | | * [BE] fix ASSC row update | | - also update all elements in the row that do not appear in the pivot row | - fixes ticket #8373 | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M testsuite/simulation/modelica/indexreduction/ASSC.mos | * commit b76366f1c306687196e7340dcf0e490fca54b986 | Author: perost | Date: Tue Jan 18 16:24:36 2022 +0100 | | Further improve context check in typeCref (#8435) | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFRestriction.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecordBinding11.mo | * commit 808cd71bd1357ceba4d54cfc12ea78754eae1565 | Author: arun3688 | Date: Tue Jan 18 14:48:53 2022 +0100 | | fix --fmiFilter=blackBox and protected (#8433) | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/SimulationRuntime/c/simulation/simulation_info_json.c | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/fmiBlackBox.mos | A testsuite/omsimulator/fmiProtected.mos | * commit e2546399fe07a35c7551a5692537bfc26cf9ae78 | Author: Adeel Asghar | Date: Tue Jan 18 14:20:47 2022 +0100 | | Ask for the name when duplicating the component (#8434) | | Fixes #8282 | | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | * commit 24b85e3329e75b88138f741cca5ac26a70ef31b1 | Author: perost | Date: Mon Jan 17 22:55:04 2022 +0100 | | Improve TryExtends test case (#8431) | | - Change the TryExtends test case to call the function instead of | instantiating it, since it shouldn't be possible to instantiate a | function. | | M testsuite/metamodelica/meta/TryExtends.mos | * commit 0dc5d2bafa6e98b40d409e70459ed64a67878190 | Author: perost | Date: Mon Jan 17 17:32:59 2022 +0100 | | Check restriction on class to be instantiated (#8430) | | - Check that the class the frontend is being asked to instantiate isn't | a package or a function. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/InstanceRestriction1.mo | A testsuite/flattening/modelica/scodeinst/InstanceRestriction2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 04813f518bbbc04025a1f78d1ffb4fb5cd3edfa3 | Author: Adeel Asghar | Date: Mon Jan 17 15:50:54 2022 +0100 | | Copy the element dimensions when duplicating (#8429) | | Fixes #8258 | Catch the exception thrown by FlatModelica expression class. Avoids crashing OMEdit. See #8416. | | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | * commit 8986c02296720b413fb8fee4c7ae7ab07cf0cf65 | Author: Mahder Gebremedhin | Date: Sun Jan 16 17:15:15 2022 +0100 | | Mark the qt clients as GUI executables. | | - So that, for example, they do not open a consol when they | are launched. | | M OMEdit/OMEditGUI/CMakeLists.txt | M OMNotebook/OMNotebook/OMNotebookGUI/CMakeLists.txt | M OMShell/OMShell/OMShellGUI/CMakeLists.txt | * commit 2eba6534d37d050cd03a4593036d266e872817d0 | Author: Mahder Gebremedhin | Date: Fri Jan 14 17:35:14 2022 +0100 | | libbfd needs libintl and zlib. | | - Look for libintl if bdf is found. | | - We use our own zlib so link to that where needed. | | M OMEdit/OMEditLIB/CMakeLists.txt | M cmake/modules/Findbinutils.cmake | * commit 72aca4f581eacda6c2528d4ca9de7e24965c1305 | Author: Mahder Gebremedhin | Date: Fri Jan 14 15:38:51 2022 +0100 | | Handle linking of binutil's libbfd with OMEdit. | | - The binutils libraries (bfd ...) are not available in the standard | locations on MinGW. They are instead in lib/binutils/ folder. | | A small cmake find module (Findbinutils.cmake) is added to handle | this. It looks for the library and imports it as target under | binutil:: namespace. | | The libibery lib, which is a dependency of libbfd is also searched | for and added as a dependency. | | M CMakeLists.txt | M OMEdit/OMEditGUI/main.cpp | M OMEdit/OMEditLIB/CMakeLists.txt | A cmake/modules/Findbinutils.cmake | * commit baeba1188778dd620a2723a3c90a953496c8c934 | Author: Mahder Gebremedhin | Date: Fri Jan 14 15:43:36 2022 +0100 | | Modify the C flags not the CXX flags. Typo. | | - It was modifying the CXX flags instead of the C flags. | | M OMCompiler/CMakeLists.txt | * commit a3c5036cfb3539630adf6bf3a6bb8cc7f03d4ed3 | Author: perost | Date: Fri Jan 14 13:25:30 2022 +0100 | | Fix #8413 properly (#8422) | | - Improve the function check to better detect when in a record | constructor. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecordBinding10.mo | * commit 0aa0fe7c65fb8d650f2f1758c38867dfb6938deb | Author: perost | Date: Fri Jan 14 12:22:18 2022 +0100 | | Revert cref typing fix that doesn't quite work (#8421) | | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 4196d445144b4b0c86c9de3d8363e2b7ccd50cfc | Author: perost | Date: Fri Jan 14 09:47:34 2022 +0100 | | Partially revert #8414 (#8420) | | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit ec6160b8d920800f3c69334f80a347c352fdc5ad | Author: perost | Date: Thu Jan 13 17:48:36 2022 +0100 | | Fix typing of crefs in record constructors (#8413) | | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecordBinding9.mo | * commit cd7679426f782d0ba10ebf0626a406c22d654288 | Author: perost | Date: Thu Jan 13 17:34:39 2022 +0100 | | Improve conditional array type handling (#8414) | | - Return unknown dimensions for conditional array types in | Type.arrayDims instead of an empty array, so at least the number of | dimensions is correct (needed by `cat`). | - Handle type checking when both the expected and the actual type is a | conditonal array type. | | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | A testsuite/flattening/modelica/scodeinst/IfExpression14.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 6e1b5f7b645c0ec30050b1e9e59e57e49301a1b0 | Author: Mahder Gebremedhin | Date: Thu Jan 13 17:05:49 2022 +0100 | | Compile the resource files with the GUI executables (#8412) | | - The .rc files need to be compiled as part of the exe generation. | To get, among other things, the icons. | | M OMNotebook/OMNotebook/OMNotebookGUI/CMakeLists.txt | M OMPlot/OMPlot/OMPlotGUI/CMakeLists.txt | M OMShell/OMShell/OMShellGUI/CMakeLists.txt | * commit 0b740e75eb1733afa0fd1e3d8a2690a81cd9d4a7 | Author: phannebohm | Date: Thu Jan 13 14:54:02 2022 +0100 | | Fix homotopy depenency in initial equations (#8408) | | * Fix homotopy depenency in initial equations | | Don't ignore variables in simplified expression of homotopy | when building adjacency matrix. | | * Add test case | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | A testsuite/simulation/modelica/initialization/homotopy7.mos | * commit f1d4754c7fba38bc743ea0f4f5a41fbaeb3332dd | Author: perost | Date: Thu Jan 13 14:33:41 2022 +0100 | | Remove check for `each` on scalars (#8409) | | - Remove the check that `each` is not applied to scalars. The check is | not correct since it only checks the immediate parent node, and | checking it properly is not possible right now since submodifiers do | not keep track of their parent modifiers. Since using `each` on a | scalar isn't actually a problem it's better to remove the warning | message for now instead of giving false warnings. | | Fixes #7777 | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Each1.mo | M testsuite/flattening/modelica/scodeinst/Each3.mo | M testsuite/flattening/modelica/scodeinst/Each4.mo | M testsuite/flattening/modelica/scodeinst/Each5.mo | M testsuite/flattening/modelica/scodeinst/Each6.mo | M testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos | * commit 50741cc3cb35e05d9a86815a3299c02ef599058a | Author: Mahder Gebremedhin | Date: Thu Jan 13 13:33:49 2022 +0100 | | Add -DUNICODE to compilation of OMEDitLib. (#8410) | | - This is added by default by qmake as far as I can tell. So the code | assumes it is set always. Set it for CMake as well. | | The relevant effect for us is that `PROCESSENTRY32` will be overridden | to `PROCESSENTRY32W` if the define is present. | | M OMEdit/OMEditLIB/CMakeLists.txt | * commit 80cce20126420f8fadba000500eacfbf999dbbe6 | Author: Mahder Gebremedhin | Date: Tue Jan 11 15:36:44 2022 +0100 | | Make sure C math constants are set before using them | | - cmath/math.h constants are sometimes not set if _USE_MATH_DEFINES is | not set before including cmath/math.h. | | - Make sure the define comes at the top of the file so that the header | is not included indirectly (by other headers) without the define. | | M OMEdit/OMEditLIB/Animation/ExtraShapes.cpp | * commit fe2593e3b0c1e7f233b101508d5d927d37575be4 | Author: Mahder Gebremedhin | Date: Tue Jan 11 12:46:23 2022 +0100 | | Check for _WIN32 instead of WIN32. | | - WIN32 is not defined by the compilers. _WIN32 is. | WIN32 is defined by MinGW in a convenience header that seems to be | included by most system headers. However if you do the check before | you include any file this will not work. | | We can manually define WIN32 in a config header if _WIN32 is defined. | However, it is the same issue if we are not including the config header | everytime before we check for WIN32. | | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/include/OMCFunctions.h | M OMEdit/OMEditLIB/CrashReport/GDBBacktrace.cpp | M OMEdit/OMEditLIB/CrashReport/backtrace.c | M OMEdit/OMEditLIB/CrashReport/backtrace.h | M OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/TLM/FetchInterfaceDataThread.cpp | M OMEdit/OMEditLIB/TLM/TLMCoSimulationDialog.cpp | M OMEdit/OMEditLIB/TLM/TLMCoSimulationThread.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 284d7292d8b256eff0e5c1705a114667fa28edcc | Author: Mahder Gebremedhin | Date: Wed Jan 12 14:58:44 2022 +0100 | | Rename OMSimulator.mo to OMSimulatorExt.mo (#8404) | | - Rename OMSimulator.mo to OMSimulatorExt.mo | | - This is to avoid conflicting includes between the generated | OMSimulator.h (from OMSimulator.mo) and the OMSimulator.h from | OMSimulator itself (the public header of OMSimulator) | | - Remove workaround added for the conflicting headers. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/Script/CevalScriptOMSimulator.mo | R098 OMCompiler/Compiler/Util/OMSimulator.mo OMCompiler/Compiler/Util/OMSimulatorExt.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMEdit/OMEditLIB/CMakeLists.txt | * commit 06f963d473b1e555058aff23be7772830e129483 | Author: perost | Date: Wed Jan 12 13:14:40 2022 +0100 | | Handle inverse in dependency analysis (#8403) | | M OMCompiler/Compiler/FrontEnd/NFSCodeDependency.mo | * commit 48083f097a9ccba0e9ded52ee2400197019555d6 | Author: Mahder Gebremedhin | Date: Wed Jan 12 13:00:42 2022 +0100 | | Silence parentheses-equality warning for clang. (#8402) | | - The code generated from MetaModelica files contains a lot of ((a==b)) | as a result of the codegen process. Disable the warning since they are | harmless anyway. | | - This has been the case for the normal makefile compilations for quite | some time. | | - Add some comments about the reasons behind and usage of bootstrapped | omc (bomc) | | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/boot/CMakeLists.txt | * commit 72026fea1b319654eecab90c40c3e165cb58bfe6 | Author: Mahder Gebremedhin | Date: Wed Jan 12 11:44:54 2022 +0100 | | Fix importing of OMSimulatorLib for Windows. (#8401) | | - It was written assuming just Linux. Down to the .so extension. | | - It is now improved for MinGW. Including importing the corresponding | dll import lib. | | - For MSVC an error is issued and configuration terminated for now. | | - Some minor cleanup for OMParser related uses. | | M OMEdit/OMEditLIB/CMakeLists.txt | M OMParser/CMakeLists.txt | M omsimulator.cmake | * commit aed8f074586888f2d60bd1e48cf126b2575d2e7b | Author: perost | Date: Tue Jan 11 17:05:57 2022 +0100 | | Improve typing of sum(A) and product(A) (#8400) | | - Use custom polymorphic types to define sum/product and remove the | custom type checking for them. This has the side-effect of giving a | proper error for sum/product of a scalar instead of failing for | various reasons later in the compiler. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinSum2.mo | * commit 4e7b6fedf8610f5f446dad77dc0c2b01494fc532 | Author: Mahder Gebremedhin | Date: Tue Jan 11 16:59:53 2022 +0100 | | Export all symbols from libOpenModelicaCompiler. (#8399) | | - On Windows we need explicitly tell the dll to export all symbols. | | It is not so good that we have to export all symbols. However, OMEdit | uses some of the functions in the lib directly and we have no way of | marking specific MetaModelica functions for exporting. | | M OMCompiler/Compiler/CMakeLists.txt | * commit fdf426dd982faadf0421a93615c5d43afd849308 | Author: perost | Date: Tue Jan 11 16:20:18 2022 +0100 | | Don't type outer components (#8398) | | - Outer components may be partial and/or contain e.g. structural | parameters without bindings, so it might not be possible to type them. | It's also not necessary to type them since they're removed from the | flat model anyway. | | Fixes #4908 | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/InnerOuterPartialOuter1.mo | A testsuite/flattening/modelica/scodeinst/InnerOuterPartialOuter2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit d1bee64af8a703217a1a33981e8d693604842e12 | Author: perost | Date: Mon Jan 10 16:19:40 2022 +0100 | | Improve subscripting of if-expressions (#8396) | | - If the branches of an if-expression can't be subscripted because they | have different dimensions, just subscript the whole if-expression | instead. | | Fixes #8341 | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | A testsuite/flattening/modelica/scodeinst/IfExpression13.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit e47fb569f19a296d62b3aa1843a4eb51aa0ffed5 | Author: Mahder Gebremedhin | Date: Mon Jan 10 16:00:51 2022 +0100 | | Rename GC.mo to GCExt.mo. (#8395) | | - Done to avoid conflicting names between the generated GC.h (from the | .mo) file and the gc.h from 3rdParty/gc. | | Affects case insensitive OSs (GC.h vs gc.h) like most Windows setups. | It was working fine on linux. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAETransform.mo | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | M OMCompiler/Compiler/BackEnd/Sorting.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/Parser.mo | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Util/DoubleEnded.mo | M OMCompiler/Compiler/Util/ExecStat.mo | R098 OMCompiler/Compiler/Util/GC.mo OMCompiler/Compiler/Util/GCExt.mo | M OMCompiler/Compiler/Util/List.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit eb90919623cb35052c42a808ed37c965202eb6ea | Author: phannebohm | Date: Mon Jan 10 14:58:50 2022 +0100 | | Fix handling of REAL_CLOCK (#8390) | | - Do not put Clock constructor arguments inside previous call, | but still generate local var if necessary. | - No need to update constant interval. | | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit ed824a9b9251645bbd3e4495858638dfd710ff0c | Author: perost | Date: Mon Jan 10 12:59:47 2022 +0100 | | Fix scope when mixing replaceable and inner/outer (#8394) | | - When looking for the corresponding inner for an outer instance, use | the scope of the original element if it has been redeclared. | | Fixes #8389 | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/InnerOuterReplaceable1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 102cf6e62fe8462f52da4e3e5cbde8989b4e753e | Author: perost | Date: Mon Jan 10 12:00:05 2022 +0100 | | Check for negative dimensions later (#8393) | | - Move the check for negative dimensions from typing to flattening, so | it's done after deleted conditional components have been removed. | | Fixes #8374 | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/DimNegative2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit d469b93c35c671ab59cae114051846d58e9cac2c | Author: perost | Date: Mon Jan 10 10:58:14 2022 +0100 | | Handle fill in ExpandExp (#8391) | | - Expand fill calls in ExpandExp. | - Move the implementation in Ceval.evalBuiltinFills to a more generic | Expression.fillArgs function, since the functionality is used in | several places in the compiler. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | * commit a499198eb3fab8ad4912299b466e43791a3aea0d | Author: Adrian Pop | Date: Sun Jan 9 03:33:18 2022 +0100 | | Use choice comment in dropdown #7488 (#8382) | | - parse the choice using the antlr4 OMParser to fetch the comment | - populate the dropdown with the choice comment instead of the full redeclare | - todo: do not add the choicesAllMatching if there are choices (or put it on a flag) | - fix TestChoices.mo to be valid Modelica | - rename libomcparseantlr4 to libOMParser to make it more clear where it comes from | | M .CI/common.groovy | M OMEdit/OMEditGUI/OMEditGUI.unix.config.pri.in | M OMEdit/OMEditGUI/OMEditGUI.win.config.pri | M OMEdit/OMEditLIB/CMakeLists.txt | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | M OMParser/.gitignore | M OMParser/CMakeLists.txt | M OMParser/Makefile | M OMParser/test/Makefile | M testsuite/openmodelica/interactive-API/TestChoices.mo | * commit 8291efd717966553729b89055c8b9b23b77d77f4 | Author: phannebohm | Date: Wed Jan 5 17:45:15 2022 +0100 | | Refactor debug print of backenddaeinfo (#7790) | | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/openmodelica/debugDumps/libraryCoverageFlags.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/simulation/modelica/hpcom/EngineCylinder.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos | M testsuite/simulation/modelica/nonlinear_system/bug_3527.mos | M testsuite/simulation/modelica/resolveLoops/AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/modelica/resolveLoops/Circuit1x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit2x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit3x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit4x.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum2.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum3.mos | M testsuite/simulation/modelica/tearing/Algorithm1-cel.mos | M testsuite/simulation/modelica/tearing/Algorithm1-celMC3.mos | M testsuite/simulation/modelica/tearing/Algorithm1-minimal.mos | M testsuite/simulation/modelica/tearing/Algorithm1-omc.mos | M testsuite/simulation/modelica/tearing/Algorithm2-cel.mos | M testsuite/simulation/modelica/tearing/Algorithm2-celMC3.mos | M testsuite/simulation/modelica/tearing/Algorithm2-minimal.mos | M testsuite/simulation/modelica/tearing/Algorithm2-omc.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-cel.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-celMC3.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-minimal.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-omc.mos | M testsuite/simulation/modelica/tearing/MixedTearing2-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing1-cel.mos | M testsuite/simulation/modelica/tearing/Tearing1-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing1-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing1-omc.mos | M testsuite/simulation/modelica/tearing/Tearing10-cel.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC11.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC12.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC21.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC22.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC23.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC231.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos | M testsuite/simulation/modelica/tearing/Tearing10-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing10-omc.mos | M testsuite/simulation/modelica/tearing/Tearing11-cel.mos | M testsuite/simulation/modelica/tearing/Tearing11-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing11-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing11-omc.mos | M testsuite/simulation/modelica/tearing/Tearing12-cel.mos | M testsuite/simulation/modelica/tearing/Tearing12-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing12-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing12-omc.mos | M testsuite/simulation/modelica/tearing/Tearing13-cel.mos | M testsuite/simulation/modelica/tearing/Tearing13-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing13-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing13-omc.mos | M testsuite/simulation/modelica/tearing/Tearing14-cel.mos | M testsuite/simulation/modelica/tearing/Tearing14-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing14-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing14-omc.mos | M testsuite/simulation/modelica/tearing/Tearing15-cel.mos | M testsuite/simulation/modelica/tearing/Tearing15-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing15-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing15-omc.mos | M testsuite/simulation/modelica/tearing/Tearing16-cel.mos | M testsuite/simulation/modelica/tearing/Tearing16-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing16-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing16-omc.mos | M testsuite/simulation/modelica/tearing/Tearing18-cel.mos | M testsuite/simulation/modelica/tearing/Tearing18-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing18-omc.mos | M testsuite/simulation/modelica/tearing/Tearing19-cel.mos | M testsuite/simulation/modelica/tearing/Tearing2-cel.mos | M testsuite/simulation/modelica/tearing/Tearing2-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing2-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing2-omc.mos | M testsuite/simulation/modelica/tearing/Tearing3-cel.mos | M testsuite/simulation/modelica/tearing/Tearing3-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing3-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing3-omc.mos | M testsuite/simulation/modelica/tearing/Tearing4-cel.mos | M testsuite/simulation/modelica/tearing/Tearing4-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing4-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing4-omc.mos | M testsuite/simulation/modelica/tearing/Tearing5-cel.mos | M testsuite/simulation/modelica/tearing/Tearing5-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing5-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing5-omc.mos | M testsuite/simulation/modelica/tearing/Tearing6-cel.mos | M testsuite/simulation/modelica/tearing/Tearing6-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing6-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing6-omc.mos | M testsuite/simulation/modelica/tearing/Tearing7-cel.mos | M testsuite/simulation/modelica/tearing/Tearing7-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing7-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing7-omc.mos | M testsuite/simulation/modelica/tearing/Tearing8-cel.mos | M testsuite/simulation/modelica/tearing/Tearing8-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing8-celMC3sorted.mos | M testsuite/simulation/modelica/tearing/Tearing8-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing8-omc.mos | M testsuite/simulation/modelica/tearing/Tearing9-cel.mos | M testsuite/simulation/modelica/tearing/Tearing9-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing9-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing9-omc.mos | M testsuite/simulation/modelica/tearing/tearingSelect-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect-minimal.mos | M testsuite/simulation/modelica/tearing/tearingSelect-omc.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos | M testsuite/simulation/modelica/tearing/totalTearing1.mos | M testsuite/simulation/modelica/tearing/totalTearing2.mos | M testsuite/simulation/modelica/tearing/totalTearing3.mos | M testsuite/simulation/modelica/tearing/userDefinedTearing1.mos | M testsuite/simulation/modelica/tearing/userDefinedTearing2.mos | * commit df85172ec3016aa69894b1d13d8138877139e1b7 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Jan 4 18:13:55 2022 +0100 | | Use BUILD_TYPE for OMSimulator CMake build (#8378) | | M omsimulator.cmake | * commit 548834361fc91c6b6615f9e5ebc3139ee523ec1e | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Jan 4 18:05:37 2022 +0100 | | Fixing Synchronous C-runtime implementation (#8324) | | * Removing unused code | * Renaming clock uniontypes | INTEGER_CLOCK --> RATIONAL_CLOCK | BOOLEAN_CLOCK --> EVENT_CLOCK | * New data structure for base- and sub-clocks. | * New data allocation/free | * Only update non-constant intervalCounter. | * Improved clock info dump | * Fixing base-clock and sub-clock activation time computation | * Fixing previous(), firstTick(), interval() | * Fixing hold(), sample() | * Fixing rational clocks with changing interval length | * Adding more tests for all basic features of Synchronous to synchronous_c | * Adding complex MSL test | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVarTransform.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/ExpressionDump.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M OMCompiler/Compiler/FrontEnd/PrefixUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/ExpressionDumpTV.mo | M OMCompiler/Compiler/Template/ExpressionDumpTpl.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/SimulationRuntime/c/openmodelica_func.h | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.h | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/c/util/list.c | M OMCompiler/SimulationRuntime/c/util/list.h | M OMCompiler/SimulationRuntime/c/util/rational.c | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M testsuite/Makefile | A testsuite/ReferenceFiles/msl40/Modelica.Clocked.Examples.CascadeControlledDrive.AbsoluteClocks.csv | M testsuite/simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos | A testsuite/simulation/modelica/synchronous_c/Makefile | A testsuite/simulation/modelica/synchronous_c/Synchronous.mo | A testsuite/simulation/modelica/synchronous_c/absoluteClocks.mos | A testsuite/simulation/modelica/synchronous_c/backSample1.mos | A testsuite/simulation/modelica/synchronous_c/boolEventClock.mo | A testsuite/simulation/modelica/synchronous_c/boolEventClock.mos | A testsuite/simulation/modelica/synchronous_c/eventConstructor.mos | A testsuite/simulation/modelica/synchronous_c/firstTick.mos | A testsuite/simulation/modelica/synchronous_c/holdVar.mos | A testsuite/simulation/modelica/synchronous_c/inferredConstructor1.mos | A testsuite/simulation/modelica/synchronous_c/inferredConstructor2.mos | A testsuite/simulation/modelica/synchronous_c/inferredSampleVar.mos | A testsuite/simulation/modelica/synchronous_c/intervalBase.mos | A testsuite/simulation/modelica/synchronous_c/noClock.mos | A testsuite/simulation/modelica/synchronous_c/rationalConstructor1.mos | A testsuite/simulation/modelica/synchronous_c/rationalConstructor2.mos | A testsuite/simulation/modelica/synchronous_c/sampleVar.mos | A testsuite/simulation/modelica/synchronous_c/shiftSample1.mos | A testsuite/simulation/modelica/synchronous_c/subSample.mos | A testsuite/simulation/modelica/synchronous_c/subSuperSample1.mos | A testsuite/simulation/modelica/synchronous_c/subSuperSample2.mos | * commit f08a5316fca516d9b9977c4ba5d88b3efe408e25 | Author: Mahder Gebremedhin | Date: Tue Jan 4 14:35:42 2022 +0100 | | Link to static versions of sundails for FMUs. (#8377) | | - We build both static and shared versions of sundials libs. | The shared versions are needed for the cpp runtime. | | If we are generating static FMUs with CVODE as a solver we | link to `cvode` and `nvecserial`. Make sure we link to the static versions | of this libraries. | | M OMCompiler/Compiler/Template/CodegenFMU.tpl | * commit 6c3a4e429fd9bcad198ffa1aad7bf497a9fca789 | Author: Adrian Pop | Date: Sat Jan 1 17:05:25 2022 +0100 | | support for choices annotation in omc (#7487) (#7652) | | - translate choices into a form that is Modelica compliant: | choices(choice(mod1),choice(mod2),choice(mod3)) -> choices(choice={"mod1", "mod2", "mod3"}) | choices(choice = mod1, choice = mod2, choice = mod3) -> choices(choice={"mod1", "mod2", "mod3"}) | - add the choices to the replaceable dialog | - unify handling of some of the getComponent*|getElement* functions to avoid duplicate code | - add and update tests | - still remains to be done: support choices for other (non-replaceable) components | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/Constants.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/Element.h | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/interactive-API/Bug4248.mos | M testsuite/openmodelica/interactive-API/Issue7544.mos | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/TestChoices.mo | A testsuite/openmodelica/interactive-API/TestChoices.mos | M testsuite/openmodelica/interactive-API/Ticket5565.mos | M testsuite/openmodelica/interactive-API/Ticket5571.mos | M testsuite/openmodelica/interactive-API/Ticket5662.mos | M testsuite/openmodelica/interactive-API/Ticket6167.mos | M testsuite/openmodelica/interactive-API/Ticket6406.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | M testsuite/openmodelica/interactive-API/interactive_api_classes.mos | * commit 94e2beef9ed03d7bab0f063ef1586d9631d0be49 | Author: arun3688 | Date: Thu Dec 30 15:12:30 2021 +0100 | | check epsilon greater than 0 for dataReconciliation (#8375) | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit 5cc21bb3c0be839c7d1d06ab23fab4735d1d04be | Author: Mahder Gebremedhin | Date: Wed Dec 29 13:32:26 2021 +0100 | | Compile sundials as position independent code. (#8372) | | - Compile the static libraries of sundials with pic enabled. This is | so that we can incorporate them in to our FMU runtime libs. | | M OMCompiler/Makefile.common | * commit 4c87b752b8af291f66c6323e1d0138b9af373e6a | Author: Adrian Pop | Date: Tue Dec 28 16:53:25 2021 +0100 | | check if mpLibraryTreeItem is not NULL as it can be when re-simulating (#8370) | | - fix #8369 | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit 2816063fafcb04e3d255fa17b22eaa3746d20561 | Author: arun3688 | Date: Tue Dec 28 15:58:04 2021 +0100 | | validate dataReconciliation GUI (#8368) | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit 218e4f9fe0d33db0b68a81cf6e1c6d79a5d56046 | Author: Mahder Gebremedhin | Date: Tue Dec 28 14:24:17 2021 +0100 | | Remove unused code and unused target. (#8367) | | - Closes #4787. | | - This file is not used anymore since its target is never built. | | - It has a buffer overflow vulnerability due to usage of an env | variable that is appended to a static buffer array. | | - It was an experiment at having an "offline" compiler for OpenCL code. | It was used to compile OpenCL code ahead of time and save some time | by avoiding JIT (runtime) compilation. | | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/CMakeLists.txt | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/Makefile.common | D OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.c | D OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.cpp | * commit 8911b0bc7190495c46d2363c881cc2faeb60727a | Author: arun3688 | Date: Mon Dec 27 19:25:07 2021 +0100 | | interpolate inputs with input_real_derivatives (#8364) | | * interpolate inputs with input_real_derivatives | | * Fix the dt and add hack for debugging | | * remove intermediate steps and add test for iterpolation | | Co-authored-by: Lennart Ochel | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/fmi_interpolate_cs.mos | * commit ff44d506780034fecf7ec4920442cc360dde986f | Author: arun3688 | Date: Fri Dec 24 11:57:38 2021 +0100 | | implement fmi2SetRealInputDerivatives (#8357) | | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/CodegenFMU2.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.h | * commit 602775e88574c3dd57bc17feffcad1b374dc14db | Author: Adrian Pop | Date: Thu Dec 23 18:50:01 2021 +0100 | | revert the last OPC UA commit as it breaks the Windows builds (#8358) | | - we will put it back after we check that it builds on Windows | | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | M OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.c | M OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.h | * commit 8713a817d7e5f3cde04f714373aae3bfe6180b67 | Author: Mahder Gebremedhin | Date: Wed Dec 22 12:45:43 2021 +0100 | | Do not expand slices in NF if targeting CPP runtime. (#8356) | | - This is not desired for the CPP runtime for now. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | * commit 3e197608f9c44954e496b2a1afcc4cadb8c9078f | Author: arun3688 | Date: Tue Dec 21 16:18:23 2021 +0100 | | add QStackedWidget for data Reconciliation Algorithm (#8354) | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationOptions.h | * commit e9883a7ddf6a17efaaa334f89766c9063491f8d7 | Author: Rahul P | Date: Tue Dec 21 13:25:20 2021 +0530 | | OPC UA terminate functionality (#8310) | | * added terminate functionality for OPC-UA | * trigger event only on input | * update state values before waiting for step | * print terminfo only if not terminated through opcua | | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | M OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.c | M OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.h | * commit 7e168cd93f43032e76bbe095699f0961e6968a1f | Author: John Tinnerholm | Date: Sat Dec 18 14:17:38 2021 +0100 | | Classify Modelica as Modelica and Not Mokoto (#8346) | | A .gitattributes | * commit 5a6b507758447c3c2f700148512e36568c8dd852 | Author: perost | Date: Fri Dec 17 15:47:35 2021 +0100 | | Change sliced crefs to array constructors (#8339) | | - Change crefs like `a.x` or `a[:].x` into | `{a[$i1].x for $i1 in 1:size(a, 1)}` | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/SlicedCref1.mo | A testsuite/flattening/modelica/scodeinst/SlicedCref2.mo | A testsuite/flattening/modelica/scodeinst/SlicedCref3.mo | * commit 6f1e7d1c3280e561b0e18ee1c899d425692fbf89 | Author: perost | Date: Thu Dec 16 15:50:20 2021 +0100 | | Remove bad guard for synchronous operators (#8338) | | - BuiltinCall.typeSpecial should not disable typing of synchronous | operators for Modelica 3.2 and older, doing so is pointless since it | gives bad error messages and doesn't allow userdefined functions with | the same names in the top scope anyway. | | Fixes #8336 | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | * commit c96eeeb434f77e7a68307a255d69a65a79e205fe | Author: perost | Date: Thu Dec 16 15:38:19 2021 +0100 | | Fix some uninitialized variable accesses (#8337) | | - Make sure `mpCompleterToolTipWidget` is assigned in `PlainTestEdit` | before calling `setReadOnlyStyleSheet()`, since it causes | `eventFilter()` to be called which uses it. | - Make sure `mAccessAnnotations` is assigned in `LibraryTreeItem` before | calling `setClassInformation()`, since it uses `getAccess()`. | | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 544c6ab0cb21344be45281ad89f0c26a5d3b3217 | Author: Mahder Gebremedhin | Date: Thu Dec 16 15:19:17 2021 +0100 | | Fix messages printed by the lib download script. (#8335) | | - The generated MetaModelica script that we are using has been updated | already. | | However we have to fix the "MetaModelica script" generator python | script as well. Otherwise next time it is updated it will all be | lost. | | - Escape some slashes. | - Report successful installations. | | M testsuite/libraries-for-testing/update.py | * commit 16a0a9cf770ef7c3aefe8291134825ca1a752566 | Author: perost | Date: Thu Dec 16 14:15:57 2021 +0100 | | Clean up test cases (#8334) | | - Enable some test cases that are now working, and delete some that are | obsolete. | - Fix the sts model and enable the test case for it. | - Add check that models don't extend one of their enclosing scopes, and | enable the RecursiveExtends2 test again. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/flattening/modelica/scodeinst/RecursiveExtends2.mo | D testsuite/flattening/modelica/scodeinst/cond3.mo | D testsuite/flattening/modelica/scodeinst/loop4.mo | M testsuite/flattening/modelica/scodeinst/sts.mo | M testsuite/flattening/modelica/scodeinst/sts.mos | * commit f66698df6902f87afa564805dae6959e4d2134f6 | Author: Mahder Gebremedhin | Date: Thu Dec 16 13:48:59 2021 +0100 | | Cleanup codegen cref handling (#8328) | | - Cleanup codegen cref handling | | - Separate the parallel cref generation. | | - To simplify cleaning up for now. The parallel cref handling needs to | be updated to look like the normal one. | The normal cref handling has been improved a while back to handle | records and arrays better. The parallel one was not updated. So they | do not full match right now. | | - Error out if we find a prefix cref of array type. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit d6cdbc5c76a24f5c2968fbbb42d51ffcf393e3c7 | Author: perost | Date: Wed Dec 15 17:12:00 2021 +0100 | | Simplify typing of builtin functions (#8329) | | - Implement some simple resolving of polymorphic return types when | typing function calls, to replace the old hack of manually having to | patch the return type of many builtin functions. | - Remove special handling of `diagonal` and `previous`, they can now be | typed based on their definitions in ModelicaBuiltin. | - Simplify handling of `cardinality`, it can now be typed normally and | only needs some checks that it's used in the correct context. | - Use a custom polymorphic type `__Any` to reduce the need for unboxing | builtin functions. | - Add tests for some builtin functions that were lacking tests. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/CardinalityInvalidArg2.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinBackSample1.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinHold1.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinNoClock1.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious4.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinShiftSample1.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinSubSample1.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinSubSample2.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinSuperSample1.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinSuperSample2.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinSymmetric2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit b28ce89afa61e337228e320e55fc3724714d2a92 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Dec 15 11:31:21 2021 +0100 | | [NF] fix nested algorithm vectorization (#8326) | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit c81226ab45caacb4248349e71d4412bebbab81ad | Author: perost | Date: Tue Dec 14 18:54:30 2021 +0100 | | Vectorize bindings when using -d=-nfScalarize (#8267) | | - Vectorize bindings when scalarization is turned off by creating fill | calls with the appropriate dimensions. | - Implement the old `--noSimplify` flag for the NF to allow turning of | simplifications. | | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/NoScalarize2.mo | M testsuite/flattening/modelica/scodeinst/VectorTest.mo | M testsuite/openmodelica/cppruntime/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos | M testsuite/openmodelica/cppruntime/testVectorizedPowerSystem.mos | M testsuite/openmodelica/cppruntime/testVectorizedSolarSystem.mos | * commit 9865af79406d93e19882a7c7e35ec04e9072c996 | Author: perost | Date: Tue Dec 14 18:02:21 2021 +0100 | | Implement custom polymorphic types (#8323) | | - Remove explicit lookup rule for "polymorphic", and instead handle it | during instantiation to simplify the handling of polymorphic types and | allow the correct name to be inserted into the type (fixed #4894). | - Improve the type checking of polymorphic types to allow having custom | rules for types with certain names (like __Scalar). | - Use custom polymorphic types for `previous` so it doesn't need custom | typing and can be vectorized with the normal call vectorization. | | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious2.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious3.mo | M testsuite/flattening/modelica/scodeinst/VectorTest.mo | M testsuite/openmodelica/cppruntime/testArrayEquations.mos | * commit 95cc070760d46f995fdeb33783868b290d1d0a23 | Author: perost | Date: Tue Dec 14 15:03:28 2021 +0100 | | Improve --dumpFlatModel (#8322) | | - Remove "all" option for --dumpFlatModel, and instead interpret using | the flag without arguments as "all". | | M OMCompiler/Compiler/NFFrontEnd/NFInstUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/flattening/modelica/scodeinst/DumpFlatModel1.mo | * commit 8cecf668efcb9eee96923397c8db981ded7ed0da | Author: Adrian Pop | Date: Mon Dec 13 23:13:38 2021 +0100 | | try to find and link the threads library (#8317) | | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaConfig_gcc.inc.in | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | * commit e8c3123a9797e62ccb8cfb9778714c73728dec0d | Author: Mahder Gebremedhin | Date: Mon Dec 13 17:39:49 2021 +0100 | | [cmake] Add the testsuite-depends target. (#8315) | | - This corresponds to the same target of the autoconf build. It is | missing some functionality but it is fine for most use cases. | | M .CI/common.groovy | M testsuite/CMakeLists.txt | * commit ef563cc2c609bc933f4f2e00fc232f1c011baadb | Author: perost | Date: Mon Dec 13 17:36:52 2021 +0100 | | Improve handling of functional arguments (#8311) | | - Implement support for functional arguments in the function evaluation. | - Handle default arguments in the functional argument during function | evaluation. | - Treat functional arguments as constants. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFPackage.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/FunctionalArg3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/PartialApplication2.mo | * commit 7ee305e6bafbf67c0995571b15a4f2d26f8e9348 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon Dec 13 17:35:16 2021 +0100 | | Adding noClock to NF getSpecialReturnType (#8314) | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | * commit 99574cdea12e461c6bb77ee3f66095ac96f94c2b | Author: perost | Date: Mon Dec 13 12:37:23 2021 +0100 | | Improve handling of previous() operator (#8301) | | - Add check that the argument of previous is a component expression. | - Expand previous since the backend can't yet handle previous of arrays. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious1.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious2.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious3.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious4.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit edc24144e6c2685ea90f61785f46409df46d2f2a | Author: perost | Date: Mon Dec 13 12:29:42 2021 +0100 | | Handle array constructors in Call.unboxArgs (#8308) | | - Handle vectorized calls in the form of array constructors in | Call.unboxArgs, and ignore other calls instead of failing. | | Fixes #8305 | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinEdge2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 50859455ba56efe4239505acef1c1fbd37516cc3 | Author: perost | Date: Fri Dec 10 20:19:10 2021 +0100 | | Handle function partial application in EvalFunction (#8302) | | - Replace function calls when function partial applications are given as | arguments to a function in EvalFunction. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/Util/List.mo | * commit 3d91fc8f23a18f764020267a0ff9efb8c2a25a4b | Author: perost | Date: Fri Dec 10 17:04:12 2021 +0100 | | Implement pure() operator (#8300) | | Fixes #8296 | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinPure1.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinPure2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 8290037a670216f331f320e75c24d4a1717715d3 | Author: Mahder Gebremedhin | Date: Wed Dec 8 15:06:39 2021 +0100 | | [cmake] Build the non-default targets on Jenkins. | | - This is so that we can know when they break. You can of course disable | the CMake build all together if you run into something that you can | not fix quickly. | | - Use the default gcc and g++. Instead of using gcc-5 g++5 explicitly. | OMSimulator does not work with g++-5 due to missing header include | (cmath). | | M .CI/common.groovy | M Jenkinsfile | * commit e247d3c9651fbfc42f5f39bc8f649bba80f9ac01 | Author: Mahder Gebremedhin | Date: Wed Dec 8 14:55:44 2021 +0100 | | Link OMEditLib with Qt::svg. | | - This was not required before. It seems it has became a requirement | recently at some point. Not sure when. | | M OMEdit/CMakeLists.txt | M OMEdit/OMEditLIB/CMakeLists.txt | * commit 69c2fff7b0a7b89ee5ec678751202573875ae5c8 | Author: Martin Sjölund | Date: Fri Dec 10 15:40:36 2021 +0100 | | Parse `pure(...)` as a function call (#8295) | | M OMCompiler/Parser/Modelica.g | M OMCompiler/Parser/Modelica_3_Lexer.g | M testsuite/openmodelica/interactive-API/UsesAnnotation2.mos | * commit 87b64f8b663fe08ab21471598fccbf2f125d1c5d | Author: perost | Date: Fri Dec 10 15:27:22 2021 +0100 | | Improve constraining modifiers on classes (#8298) | | - Change the merging of modifiers on classes so that the constraining | class from the replaced class has lower priority than the constraining | class on the replacing class. | | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/ConstrainingClassFunc2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 0e5320a867d6ec22ca552de6f12b2d84cfa4a5b5 | Author: perost | Date: Thu Dec 9 17:11:57 2021 +0100 | | Fix handling of default function arguments (#8290) | | - Use instance nodes instead of string names for function slots, to | avoid mistaking references to components defined outside the function | with references to function parameters when evaluating default | arguments. | | Fixes #2732 | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | A testsuite/flattening/modelica/scodeinst/FuncDefaultArg6.mo | A testsuite/flattening/modelica/scodeinst/FuncDefaultArg7.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit ccebe53bd4ce5b6888ad64da7a07f0e6ac1ef089 | Author: Mahder Gebremedhin | Date: Thu Dec 9 16:45:09 2021 +0100 | | Fix generation of slice arrays in records. (#8289) | | - This was overlooked and still using the old generation function. | | - Always use `contextCref()` template to generate crefs. It knows how | to handle temporary record variables and their member variables. | | - Fixes #8280. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 0e4367f16113b37e4aac8a34bbaf984471c30efb | Author: AnHeuermann | Date: Thu Dec 9 14:13:09 2021 +0100 | | Rotate ringBuffer when step size zero | | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | * commit 07d5deb23d97556350538ae4f589b631f004e756 | Author: perost | Date: Thu Dec 9 15:58:55 2021 +0100 | | Fix handling of function parameters of record type (#8288) | | - Treat function parameters of record type the same way as record | constructors in EvalConstants, by always evaluating constant | expressions in their fields. This fixes an issue where record types | in functions sometimes contain references to functions that are not | part of the flat model. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | * commit aeb8a6d1a35547ead3b192db0829ff7d53ea96a4 | Author: arun3688 | Date: Tue Dec 7 18:06:11 2021 +0100 | | export relatedBoundaryConditions to html report (#8281) | | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | * commit 4862560433ab9766e8fe4534aa54dfe282703e82 | Author: perost | Date: Tue Dec 7 15:45:04 2021 +0100 | | Evaluate subscripts in actualStream/inStream (#8278) | | - Evaluate the subscripts in the connector reference used as argument to | actualStream/inStream, to ensure we can look up e.g. the matching | stream variable for a flow correctly. We already check that the | subscripts can be evaluated, with this change we also actually | evaluate them as intended. | | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | A testsuite/flattening/modelica/scodeinst/ActualStreamVariability2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 49552c6779714e43bf43b43074a02ee10bfdd472 | Author: Mahder Gebremedhin | Date: Tue Dec 7 15:34:16 2021 +0100 | | Add support for omc-diff and reference files. (#8277) | | - The target `reference-files` can be used to extract the reference files. | | - Explicitly set qwt as SHARED lib. This was overlooked. | | - Do not show statements when installing libraries. This was fixed for | the CMake version but was forgotten for the makefiles. | | M OMPlot/qwt/src/CMakeLists.txt | M testsuite/CMakeLists.txt | A testsuite/ReferenceFiles/CMakeLists.txt | A testsuite/difftool/CMakeLists.txt | M testsuite/libraries-for-testing/Makefile | * commit cf55cd70e01c200a04179bb42c7b4553bd60307d | Author: Adeel Asghar | Date: Tue Dec 7 11:10:23 2021 +0100 | | Added a new interface for data reconciliation (#8257) | | * Added a new interface for data reconciliation | | * add Message box to validate data Reconciliation | | * Default epsilon value | | Co-authored-by: arun3688 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationOptions.h | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit 3adf772468ffbb943c47ee7f68c97b76393a0a12 | Author: Adeel Asghar | Date: Tue Dec 7 10:29:13 2021 +0100 | | Use the cursor position also when adding system and connector (#8276) | | Do not add geometry when adding the elements to the default position | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/OMS/BusDialog.cpp | M OMEdit/OMEditLIB/OMS/ModelDialog.cpp | M OMEdit/OMEditLIB/OMS/ModelDialog.h | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | * commit 537b4a37c7d97bd387a14cffe21808028a0916b3 | Author: perost | Date: Mon Dec 6 17:59:50 2021 +0100 | | Fix typing of already typed binary expressions (#8274) | | - Handle all operators when type checking binary expressions, even those | that only occur in already typed expressions. This is needed since we | might sometimes need to retype an expression when evaluating array | dimensions. | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | A testsuite/flattening/modelica/scodeinst/IfExpression12.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 92b4063d26f2cb2a3f4e1be368ddc4245b421180 | Author: Mahder Gebremedhin | Date: Mon Dec 6 16:24:02 2021 +0100 | | Remove debug printing and report installed libs. | | - Print a message when a library is installed successfully. | | - Do not show statements by default. I think it was added for debugging | purposes and forgotten. | | M testsuite/libraries-for-testing/CMakeLists.txt | M testsuite/libraries-for-testing/index.mos | * commit d419fb24be59d19a4bddd332db272c2d572b7118 | Author: Adeel Asghar | Date: Mon Dec 6 15:56:04 2021 +0100 | | Add the new sub elements like FMU, tables etc. at the cursor position (#8269) | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/OMS/ModelDialog.cpp | M OMEdit/OMEditLIB/OMS/ModelDialog.h | * commit 478c20220e34e01c3c2ad4e996c94f32d699b3c2 | Author: Adeel Asghar | Date: Mon Dec 6 15:53:39 2021 +0100 | | Missing file from last commit (#8266) | | M doc/UsersGuide/source/packagemanager.rst | * commit 0616ea8ce39eb5cd18a962a7260a5cc5340db3be | Author: Mahder Gebremedhin | Date: Mon Dec 6 14:49:51 2021 +0100 | | Add CMake support libs-for-testing. (#8265) | | - Note that, since the package manager depends on `omc` itself, you would | have to build and INSTALL `omc` before you can install the libraries. | | M CMakeLists.txt | M OMCompiler/Compiler/CMakeLists.txt | M testsuite/CMakeLists.txt | A testsuite/libraries-for-testing/CMakeLists.txt | * commit 6e1c39cb0b06f760d555dd678ee0db94fb0502d3 | Author: perost | Date: Mon Dec 6 13:08:17 2021 +0100 | | Fix initial environment when changing frontend (#8264) | | - Clear the cached initial environment when changing frontend via the | scripting API to make sure the correct one is used. | - Revert #8261. | | M OMCompiler/Compiler/FrontEnd/Builtin.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M testsuite/flattening/modelica/scodeinst/Clock2.mo | * commit 4f16e6af22e247563217be068f60310ec921b4f6 | Author: Adeel Asghar | Date: Mon Dec 6 10:53:28 2021 +0100 | | Added documentation for install and convert library interfaces (#8263) | | A doc/UsersGuide/source/media/omedit_convert_library.png | A doc/UsersGuide/source/media/omedit_install_library.png | M doc/UsersGuide/source/omedit.rst | * commit 979332e58604ab002169445d37a991ccf967af73 | Author: perost | Date: Sat Dec 4 12:58:20 2021 +0100 | | Fix Clock for the old frontend (#8261) | | - Disable the dummy declaration for Clock in NFModelicaBuiltin and add | it when building the top scope instead, since the old frontend | incorrectly uses NFModelicaBuiltin in some cases. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M testsuite/flattening/modelica/scodeinst/Clock2.mo | * commit d9142e17a87f1b520239034666a524c8c7b117bb | Author: perost | Date: Fri Dec 3 17:06:25 2021 +0100 | | ParModelica fixes for the new frontend (#8260) | | - Handle parfor statements. | - Add dumping of parfor statements in DAEDumpTpl. | - Declare builtin ParModelica functions as impure so the NF doesn't try | to evaluate them. | | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Template/DAEDumpTV.mo | M OMCompiler/Compiler/Template/DAEDumpTpl.tpl | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/ParModelicaBuiltin.mo | * commit dbc8d8b93618842e50c7d4975d6ce12980d5f509 | Author: perost | Date: Fri Dec 3 16:12:38 2021 +0100 | | Don't treat Clock as a reserved name (#8259) | | - Remove Clock from the lookup of predefined types, and instead add it | to the top scope since it shouldn't be treated as a reserved name. | | Fixes #3273 | | M OMCompiler/Compiler/FFrontEnd/FBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | A testsuite/flattening/modelica/scodeinst/Clock1.mo | A testsuite/flattening/modelica/scodeinst/Clock2.mo | A testsuite/flattening/modelica/scodeinst/Clock3.mo | A testsuite/flattening/modelica/scodeinst/Clock4.mo | A testsuite/flattening/modelica/scodeinst/Clock5.mo | A testsuite/flattening/modelica/scodeinst/Clock6.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit afdbc3f48a41854b1109758ca8828288c1a2c8c2 | Author: Mahder Gebremedhin | Date: Fri Dec 3 14:07:15 2021 +0100 | | Mark generated files as OUTPUTS. | | - This were overlooked. Now CMake knows these are generated files that | do not exist at configure time. | | M OMCompiler/Compiler/CMakeLists.txt | * commit 4d1152ca111ef82ec117ab174928f003df21e66e | Author: Mahder Gebremedhin | Date: Fri Dec 3 14:03:57 2021 +0100 | | Update the bootstrap source for GenerateAPIFunctionsTpl | | - There are a few things changed: | | - It was generating an include guard in the C file (OpenModelicaScriptingAPIQt.c) | instead of the header file (OpenModelicaScriptingAPIQt.h). This was | patched with a `#pragma once` earlier. Now it is fixed for good. | | - OMEdit's signature for logCommand has changed and this file was still | generating the old signatures. | | M OMCompiler/Compiler/boot/bootstrap-sources/build/GenerateAPIFunctionsTpl.c | * commit 21450d718b26e88a6fa30dcf9e45672c6adc3137 | Author: Mahder Gebremedhin | Date: Fri Dec 3 12:50:28 2021 +0100 | | [cmake] Add support for OMEdit. | | - OMEdit can now be compiled using CMake. | - It might not be as complete and as functional as the default | build's OMEdit. | | - There are some things definitely missing but there might be more as | well. It needs to be cheked and improved. | | - There are three new targets: | - libGDBMIParser | - libOMEditLib | - OMEdit | | - Both lib targets are build as static libs for now. | | M CMakeLists.txt | M OMCompiler/Compiler/CMakeLists.txt | A OMEdit/CMakeLists.txt | A OMEdit/OMEditGUI/CMakeLists.txt | A OMEdit/OMEditLIB/CMakeLists.txt | A OMEdit/OMEditLIB/Debugger/Parser/CMakeLists.txt | * commit 11078b7d82abe445a9b8ed418f4258abbb4d0576 | Author: perost | Date: Thu Dec 2 19:58:38 2021 +0100 | | Fix class redeclaration issue (#8255) | | - Use the component parent of a class when redeclaring classes in it | rather than the class itself, to ensure references in it are prefixed | with the component and not the class name. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RedeclareClass2.mo | * commit 4e2e163951040344ec18380b5eb08c9454b36c61 | Author: Mahder Gebremedhin | Date: Thu Dec 2 13:45:57 2021 +0100 | | [cmake] Improve handling of OMSimulator. | | - Add it as an ExternalProject. | | - Do not allow it to output things to the install directory while building | - Insted give it a directory in the build dir as an install dir. | Then once it installs things in there, we handle the actual installation | manually. | - Essentially, this prevents from populating anything in the | install directory while building. | | - Add an imported library target for it. | This can be used to link to it from our other targets. | | - Add install logic for it. | | - OMSimulator wants to start with a Makefiles to invoke the actual CMake | operations. As a result it is designed with that in mind. | While the current support from this side is not ideal, it should suffice | for now. | | M omsimulator.cmake | * commit ba7ee7bac27ca13b2522540a276e5c4f84cc63b6 | Author: Mahder Gebremedhin | Date: Thu Dec 2 10:09:57 2021 +0100 | | Qualify some OMEdit header include directives. | | - Include from SimulationRuntime/c/. Not from internal directories. | | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | * commit a43e053a1e533a98dab8b0ab810a77397edf676c | Author: Mahder Gebremedhin | Date: Wed Dec 1 23:16:16 2021 +0300 | | Fix wrong include guard in C file for QT API generation. | | - The guard should be in the header. It is fixed now. | | - However!, the bootstrapping version of the source can not be updated | in the same correct way unless we update the bootstrapping sources. | | So for now the header is patched by manually inserting a `#pragma once` | at the top of the file. The bootstrapping C file still has the the | guard but that should be okay since it is not defined in the header. | | Luckily, this was relatively easier to "hack" away. That is the way | bootstrapping is going to be handled for now I guess. | | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/Template/GenerateAPIFunctionsTpl.tpl | M OMCompiler/Compiler/boot/bootstrap-sources/build/GenerateAPIFunctionsTpl.c | * commit 100185e7a4a49607b94601b420fdd06e68e419f1 | Author: Adeel Asghar | Date: Thu Dec 2 12:35:03 2021 +0100 | | Fix platforms for FMU export (#8250) | | * Update the list of platforms for fmu export | | Fixes #8168, #6009 | Added the list of docker platforms | | * Use static as default. | | * Updated docker platforms | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M doc/UsersGuide/source/omedit.rst | * commit 724e485975c42c5a854a3278238009b8bff45dbd | Author: Mahder Gebremedhin | Date: Thu Dec 2 10:41:59 2021 +0100 | | Rename OMEdit's omc_config.h to omedit_config.h (#8252) | | * Rename OMEdit's omc_config.h to omedit_config.h | | - This is to avoid conflicting names with OMcompiler/omc_config.h | | * Cleanup | | * Fix build | | Co-authored-by: Adeel Asghar | | M OMEdit/.gitignore | M OMEdit/Makefile.omdev.mingw | M OMEdit/Makefile.unix.in | M OMEdit/OMEditLIB/CrashReport/CrashReportDialog.cpp | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMEditApplication.h | M OMEdit/configure.ac | R100 OMEdit/omc_config.h.in OMEdit/omedit_config.h.in | * commit 8e1077a6af85f5bdbb523bae5d776bd4e02d3ec7 | Author: perost | Date: Wed Dec 1 17:38:54 2021 +0100 | | Improve saveTotalModelDebug (#8251) | | - If an operator record is used, also mark the operators as used. | - Don't fail on _ crefs, just ignore them. | - Don't remove empty classes, they might actually be used (replaceable | classes, expandable connectors, etc.). | | M OMCompiler/Compiler/Script/TotalModelDebug.mo | * commit 14546fe3d955fab7d2b2ff93f9a5b746c8fc31fe | Author: perost | Date: Tue Nov 30 19:41:32 2021 +0100 | | Redeclare improvements (#8249) | | - Improve the handling of constraining class modifiers for both | components and classes. | | Fixes #8092 | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | A testsuite/flattening/modelica/scodeinst/ConstrainingClass3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 114017139806e99ea483c7491bb6563ac8392418 | Author: Adeel Asghar | Date: Tue Nov 30 13:28:27 2021 +0100 | | Use textColor instead of depreciated lineColor from FilledShape (#8246) | | * Use textColor instead of depreciated lineColor from FilledShape | | Fixes #8245 | Hide the FilledShape attributes from text shape properties dialog. | Do not output the FilledShape attributes for text shape. Use the new FilledShape::getTextShapeAnnotation function. | | * Escape the text string without newline | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | M OMEdit/OMEditLIB/Annotations/ShapePropertiesDialog.cpp | M OMEdit/OMEditLIB/Annotations/ShapePropertiesDialog.h | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | * commit c2f9122c2a61f90e2ee8eff4a194ed22c98839e0 | Author: Mahder Gebremedhin | Date: Mon Nov 29 11:22:54 2021 +0100 | | [cmake] Add CMake build support for OMNotebook | | - This is a very basic support. | | - OMSketch is not added yet. | | M CMakeLists.txt | A OMNotebook/CMakeLists.txt | A OMNotebook/OMNotebook/OMNotebookGUI/CMakeLists.txt | * commit 6414d03dc21a1c446940a6e16b59e7662f756c2e | Author: Mahder Gebremedhin | Date: Mon Nov 29 11:22:54 2021 +0100 | | [cmake] Add CMake build support for OMShell | | - This works but right now it is missing some extra things. | | - Fix OMPlot config a bit. Install the targets and add an include | directory for linking targets. | | M OMPlot/OMPlot/OMPlotGUI/CMakeLists.txt | A OMShell/CMakeLists.txt | A OMShell/OMShell/OMShellGUI/CMakeLists.txt | * commit ec99aac5b9f3d51e87c5f1655f07c34b4529d176 | Author: Adeel Asghar | Date: Mon Nov 29 11:08:34 2021 +0100 | | Do not hard code the icon annotation visible attribute (#8238) | | Fixes last commit. Only hard code the placement annotation visible attribute. | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | * commit 4d5294ca8b818697c41d43305497ae3a3961fbe7 | Author: Adeel Asghar | Date: Mon Nov 29 10:31:43 2021 +0100 | | Always use visible = true until #2081 is fixed (#8237) | | #8172 | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 962c2112c35a0caef893c906942dd4445e672380 | Author: Adeel Asghar | Date: Sun Nov 28 15:52:08 2021 +0100 | | Issue 8061 (#8226) | | * Dialog for using conversion script | | * Added an interface to run conversion scripts | | Fixes #8061 | Fixes #8187 show a text message while installing library | | * Update the progress message | | * Fix crash report layout | | M OMEdit/OMEditLIB/CrashReport/CrashReportDialog.cpp | M OMEdit/OMEditLIB/CrashReport/CrashReportDialog.h | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.cpp | M OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M doc/UsersGuide/source/introduction.rst | M doc/UsersGuide/source/packagemanager.rst | * commit b3681acee9166fb43c0402e5445dfea08c4c8812 | Author: perost | Date: Fri Nov 26 20:09:08 2021 +0100 | | Output comments/annotations in Flat Modelica (#8232) | | Fixes #8228 | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | A OMCompiler/Compiler/NFFrontEnd/NFFlatModelicaUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | A testsuite/openmodelica/flatmodelica/Comments.mo | M testsuite/openmodelica/flatmodelica/Makefile | * commit 3eae525c6a38aff439c49cb57ed0b8c53bff60ad | Author: perost | Date: Fri Nov 26 17:34:24 2021 +0100 | | Improve Flat Modelica output (#8231) | | - Only print visibility for blocks of variables, not for every variable. | - Remove unnecessary public section at end of variable list. | | Fixes #8227. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M testsuite/flattening/modelica/scodeinst/CombineSubscripts3.mo | M testsuite/openmodelica/flatmodelica/SD.mo | * commit da94d68a5b485384976fa8bf203e70b58126e10e | Author: Mahder Gebremedhin | Date: Fri Nov 26 12:55:11 2021 +0100 | | Add CMake build support for qwt and OMPlot. (#8225) | | - The CMakeLists for qwt are taken from | `https://github.com/xantares/qwt-cmake` | | and modified a bit for qwt 6.1.5 and for OpenModelica. | | - This is still experimental and probably buggy. | | M CMakeLists.txt | A OMPlot/CMakeLists.txt | A OMPlot/OMPlot/OMPlotGUI/CMakeLists.txt | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | A OMPlot/qwt/CMakeLists.txt | A OMPlot/qwt/src/CMakeLists.txt | * commit 6b651eb647f865cf2cce8e0cab26f633abb929ab | Author: Francesco Casella | Date: Fri Nov 26 09:50:12 2021 +0100 | | Update package management section in the User's Guide (#8146) | | * Update package management section | | This text reflects the discussions I had with @sjoelund and @adeas31 to the best of my understanding, regarding the behaviour of the package manager and the intended behaviour of the new package management features in OMEdit. | | * Moved the package management section at the beginning | | * Added reference to OMShell-terminal under Linux | | * Improved documentation based on comments from @sjoelund and @adeas31 | | M doc/UsersGuide/source/index.rst | M doc/UsersGuide/source/introduction.rst | M doc/UsersGuide/source/packagemanager.rst | * commit 4fb12f37fd011ec67205ff750a08bcead41e9f65 | Author: perost | Date: Thu Nov 25 14:01:09 2021 +0100 | | Make subscripting functions for -f optional (#8224) | | - Use the -m flag to enable the output of subscripting functions when -f | is used, and otherwise output subscripted expressions. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M testsuite/openmodelica/flatmodelica/DoublePendulum.mos | M testsuite/openmodelica/flatmodelica/Makefile | A testsuite/openmodelica/flatmodelica/SD.mo | M testsuite/openmodelica/flatmodelica/Tables.mos | * commit dc7de090e4eb0054a1b7309fa46fe4fce689da17 | Author: Adrian Pop | Date: Thu Nov 25 13:23:30 2021 +0100 | | add a report button (#8185) | | * add a report button | | * Do not try to create the stack trace file when sending issue manually | | * Fix slot comments | | Co-authored-by: Adeel Asghar | | M OMEdit/OMEditLIB/CrashReport/CrashReportDialog.cpp | M OMEdit/OMEditLIB/CrashReport/CrashReportDialog.h | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit 2f849cefd4a419edae1bb11c60c82ddc21f0677b | Author: Mahder Gebremedhin | Date: Thu Nov 25 13:11:56 2021 +0100 | | Add test for #8166. (#8223) | | - The test uses the OF to be consistent with the other tests. | | M testsuite/simulation/modelica/commonSubExp/Makefile | A testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls_enums_8166.mo | A testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls_enums_8166.mos | * commit 7e7e92934dbc513e7660322074203866eda883eb | Author: Mahder Gebremedhin | Date: Wed Nov 24 22:58:50 2021 +0100 | | Handle functions returning enumerations. (#8196) | | - A case was missing for enumeration type return functions. | | - If the function fails always report an error. | | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | * commit e920dc2bf208718d1fc015a7220d944bba26387d | Author: perost | Date: Wed Nov 24 17:48:42 2021 +0100 | | Improve sorting of local function variables (#8218) | | - Take the modifiers on local record instances into account too when | computing the dependencies between local function variables. | | Fixes thorade/HelmholtzMedia#48 | | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | A testsuite/flattening/modelica/scodeinst/FunctionCompOrder4.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit f6468aec2ee84a02ec9c87a00e3192200ac925c6 | Author: perost | Date: Wed Nov 24 15:21:08 2021 +0100 | | Quote for-equation iterator in Flat Modelica (#8216) | | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M testsuite/flattening/modelica/scodeinst/CombineSubscripts3.mo | * commit 8213b2cc3a7f5093f849eddbbc399c5ddb403204 | Author: perost | Date: Wed Nov 24 14:43:28 2021 +0100 | | Improve flattening without scalarization (#8214) | | - Flatten equations and algorithms with an empty prefix when not doing | scalarization, to get rid of any remaining split indices. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect3.mo | M testsuite/flattening/modelica/scodeinst/PrintRecordTypes1.mo | * commit 7c3ddb9cac9a472f4b6d061993172315f11d3f41 | Author: perost | Date: Wed Nov 24 14:03:09 2021 +0100 | | Flat Modelica fixes (#8215) | | - Use Flat Modelica for the dumpFlatModel output if the -f is used. | - Also check the for-range in FlatModel.collectEquationFlatTypes. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstUtil.mo | * commit 4ff85b3970c948c81ca06e5a91e6e9bc13660a6c | Author: phannebohm | Date: Wed Nov 24 13:21:05 2021 +0100 | | [janitor] Use string constants for var prefixes (#8213) | | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendUtil.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/Util/Util.mo | * commit 15cb39456e18a48ac09167d32f6cdb8d71d50693 | Author: phannebohm | Date: Wed Nov 24 13:20:54 2021 +0100 | | Hide previous(v) in the result file (#8209) | | * Hide previous(v) in the result file | | See Wittgenstein, Tractatus | | * Update testsuite | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M testsuite/openmodelica/cppruntime/testArrayEquations.mos | * commit a1b67a11b203a15fb778f91edfeb0682e6e6acca | Author: Adeel Asghar | Date: Wed Nov 24 10:16:45 2021 +0100 | | Convert the parameters to base unit when exporting to csv (#8212) | | Fixes #8206 | | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | * commit 7bb55ae379cf462e14431e69b3285b64b1d485d2 | Author: perost | Date: Tue Nov 23 18:40:13 2021 +0100 | | Fix typo (#8208) | | M OMCompiler/Compiler/FrontEnd/DAE.mo | * commit 953d678eed96f8a29849a64b0694232447acbb31 | Author: Adeel Asghar | Date: Tue Nov 23 18:26:05 2021 +0100 | | Fix updating the element name (#8207) | | Fixes #8180 | Use element instead of component | Code refactoring | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.h | M OMEdit/OMEditLIB/Modeling/Commands.cpp | * commit 9f0cb452cbf9c583b3a9ee583e8cb92ee7a53b13 | Author: perost | Date: Tue Nov 23 17:26:20 2021 +0100 | | Add flag --dumpFlatModel (#8204) | | - Add flag --dumpFlatModel that can be used to dump the flat model at | chosen stages of the frontend. | - Remove old flag -d=nfDumpFlat which is superseded by the new flag. | - Remove FrontEnd/NFInstUtil.mo since it's barely used, and only by the | old frontend which already has equivalent functions. | - Add NFFrontEnd/NFInstUtil.mo and move some of the utility functions in | NFInst to it, which includes functions for dumping the flat model. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/FrontEnd/InstSection.mo | M OMCompiler/Compiler/FrontEnd/InstVar.mo | D OMCompiler/Compiler/FrontEnd/NFInstUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A OMCompiler/Compiler/NFFrontEnd/NFInstUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | A testsuite/flattening/modelica/scodeinst/DumpFlatModel1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | * commit 25b5073b4515588ccc156832e21da96dc2c53cfe | Author: perost | Date: Tue Nov 23 17:19:51 2021 +0100 | | Add a DAE structure for initial for equations (#8205) | | Fixes #8199 | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/Template/DAEDumpTV.mo | M OMCompiler/Compiler/Template/DAEDumpTpl.tpl | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/NoScalarize1.mo | * commit d519288f450d788c2db461b25e7b50a69b9c5943 | Author: Mahder Gebremedhin | Date: Tue Nov 23 15:09:37 2021 +0100 | | Do not copy libexpat.dll from OMDev. (#8202) | | - This is for #8195. | | - It was giving warnings about incompatible dll on OMEdit messages. | - It does not seem to be used anyway so it is removed. | | - If anything actually fails we will find out after the Windows tests are run. | | M OMCompiler/Makefile.omdev.mingw | * commit 0802d69e5d2954030faf0a004497b23567136ed1 | Author: perost | Date: Tue Nov 23 14:40:44 2021 +0100 | | Improve evaluation in ranges (#8203) | | - When evaluating anything in a range in EvalConstants, retype the whole | range rather than evaluating the type since it's faster and gives | better results, and also fixes some issues with -d=-nfScalarize. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | * commit 0aeaad6d97beda4529ef1f2b1027cb2d9b8074e2 | Author: perost | Date: Mon Nov 22 15:23:59 2021 +0100 | | Fix type attributes in functions (#8191) | | - Remove special case for type subscripts in functions that tried to | work around a backend issue but caused other issues in some cases, and | doesn't seem to be needed anymore. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/BuiltinAttribute22.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/openmodelica/xml/XmlDumpComment.mos | * commit c67c6c5f461c04fb5cfa71ca5a50e0bbf51946b1 | Author: Martin Sjölund | Date: Mon Nov 22 15:18:04 2021 +0100 | | Clean directories before unstash (#8192) | | M Jenkinsfile | * commit eea0274914c96a3db89e7c71673c32eb173d7f3e | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Mon Nov 22 13:58:52 2021 +0100 | | [Template] better indexing (#8189) | | - update array indexing of multidimensional variables | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | * commit 4a0fcc7b7a4a4af73cb8091cd31f6abe9c34ff92 | Author: perost | Date: Mon Nov 22 13:17:39 2021 +0100 | | Don't print inline type in the flat model (#8188) | | - Remove the printing of the inline type in the flat model, since it's | using a syntax that's not compatible with Modelica and doesn't seem to | be used for anything. | | Fixes #8178 | | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/Template/DAEDumpTpl.tpl | M testsuite/flattening/modelica/arrays/TypeTest.mos | M testsuite/flattening/modelica/connectors/Bug3649.mos | M testsuite/flattening/modelica/connectors/CGraphBug.mo | M testsuite/flattening/modelica/connectors/CGraphBug.mos | M testsuite/flattening/modelica/equations/Ticket4157.mos | M testsuite/flattening/modelica/others/Sequence.mo | M testsuite/flattening/modelica/scodeinst/TestSampleNoClock.mos | M testsuite/flattening/modelica/scoping/InnerOuterSamePrefix.mo | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos | M testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos | M testsuite/simulation/modelica/records/ATotal.mos | * commit 39c1ea136454850cf8507fba0807fe43ea2d8eb5 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon Nov 22 11:26:31 2021 +0100 | | Delay zero crossing and event handling (#8150) | | * New log flag for delay: `LOG_DELAY`. | * Improving event handling for delays. | * New zero crossing function `delayZeroCrossing` for delays. | Only created for C runtime. | * Updating testsuite. | * Adding documentation in delay.c and ringbuffer.c. | | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/delay.c | M OMCompiler/SimulationRuntime/c/simulation/solver/delay.h | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | M OMCompiler/SimulationRuntime/c/simulation/solver/spatialDistribution.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/c/util/omc_error.c | M OMCompiler/SimulationRuntime/c/util/omc_error.h | M OMCompiler/SimulationRuntime/c/util/ringbuffer.c | M OMCompiler/SimulationRuntime/c/util/ringbuffer.h | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu1_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M testsuite/simulation/modelica/built_in_functions/Delay.mos | M testsuite/simulation/modelica/others/TestExpressionSolve.mos | * commit b8d2bbf7244cc5a7611c893977d03cdbde637c3b | Author: Mahder Gebremedhin | Date: Mon Nov 22 10:57:19 2021 +0100 | | Add cmake support for OMParser. (#8186) | | @mahge | Generalize omc_add_subdirectory for multiple args. | 856c29a | - the `cmake add_subdirectory()` function can take up to three arguments. | Pass them through `omc_add_subdirectory()` as well. | | @mahge | Add cmake support for OMParser. | d619316 | - OMParser can now be compiled with CMake. It is not built by default (it | is `EXCLUDED_FROM_ALL`). | It can be built by navigating to its build directory or you can just | ask cmake to build the only target it adds, `omcparserantlr4` | | M CMakeLists.txt | M OMParser/3rdParty/antlr4/runtime/Cpp/runtime/CMakeLists.txt | A OMParser/CMakeLists.txt | M cmake/omc_utils.cmake | * commit aef8258297d238bb9b3f4e0e764cd1e18021f75c | Author: Mahder Gebremedhin | Date: Sun Nov 21 12:39:45 2021 +0100 | | Add no return attributes to disable warnings. (#8182) | | - The assigned error functions should match the declared signature. | | - This was causing a warning on generated code for simulations. | | - I am not sure if `noreturn` is needed on this functions at all though. | | M OMCompiler/SimulationRuntime/c/simulation/simulation_omc_assert.h | * commit 7e004242604226cb19b943a43a35ee6f9bbc1333 | Author: perost | Date: Fri Nov 19 20:48:58 2021 +0100 | | Remove unused functions in Interactive (#8177) | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Script/Binding.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Script/Refactor.mo | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/interactive-API/Bug3979.mos | M testsuite/openmodelica/interactive-API/GetComponents.mos | M testsuite/openmodelica/interactive-API/Issue7706.mos | M testsuite/openmodelica/interactive-API/Modelica.Media.Examples.getComponents.mos | M testsuite/openmodelica/interactive-API/Ticket5565.mos | M testsuite/openmodelica/interactive-API/Ticket5662.mos | M testsuite/openmodelica/interactive-API/Ticket6307.mos | M testsuite/openmodelica/interactive-API/interactive_api_attributes.mos | M testsuite/openmodelica/interactive-API/interactive_api_classes.mos | M testsuite/openmodelica/interactive-API/interactive_test.mos | M testsuite/openmodelica/interactive-API/loadFileInteractiveQualified.mos | M testsuite/openmodelica/interactive-API/setComponentComment.mos | * commit 43ceafd7d07c2f9685c8659d8c0549962d0ace0a | Author: perost | Date: Fri Nov 19 16:24:28 2021 +0100 | | Improve conversion script API (#8169) | | - Rename convertPackage => runConversionScript. | - Add convertPackageToLibrary that converts a package to a new library | version, given the name and version of the library to convert to. | - Add getAvailablePackageConversionsTo/From that returns the versions of | a library that provide conversion to and from a specific version of a | library based on the package manager index. | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/mosfiles/EnzMMTotal.mo | M testsuite/openmodelica/conversion/ConvertClass1.mos | M testsuite/openmodelica/conversion/ConvertClass2.mos | M testsuite/openmodelica/conversion/ConvertClass3.mos | M testsuite/openmodelica/conversion/ConvertClass4.mos | M testsuite/openmodelica/conversion/ConvertClass5.mos | M testsuite/openmodelica/conversion/ConvertClass6.mos | M testsuite/openmodelica/conversion/ConvertClass7.mos | M testsuite/openmodelica/conversion/ConvertClass8.mos | M testsuite/openmodelica/conversion/ConvertClassVectorize1.mos | M testsuite/openmodelica/conversion/ConvertClassVectorize2.mos | M testsuite/openmodelica/conversion/ConvertClassVectorize3.mos | M testsuite/openmodelica/conversion/ConvertElement1.mos | M testsuite/openmodelica/conversion/ConvertElement2.mos | M testsuite/openmodelica/conversion/ConvertModifiers1.mos | M testsuite/openmodelica/conversion/ConvertModifiers2.mos | M testsuite/openmodelica/conversion/ConvertModifiers3.mos | M testsuite/openmodelica/conversion/ConvertModifiers4.mos | M testsuite/openmodelica/conversion/ConvertModifiersMissingValue1.mos | A testsuite/openmodelica/conversion/ConvertPackage1.mos | A testsuite/openmodelica/conversion/ConvertPackage2.mos | A testsuite/openmodelica/conversion/ConvertPackageMissingUses.mos | M testsuite/openmodelica/conversion/Makefile | A testsuite/openmodelica/conversion/libs/testlib 2.0.0/Resources/conversion_1_0_0_to_1_0_1.mos | A testsuite/openmodelica/conversion/libs/testlib 2.0.0/Resources/conversion_1_0_1_to_1_0_2.mos | A testsuite/openmodelica/conversion/libs/testlib 2.0.0/Resources/conversion_1_0_2_to_2_0_0.mos | A testsuite/openmodelica/conversion/libs/testlib 2.0.0/package.mo | M testsuite/openmodelica/interactive-API/ConversionVersions.mos | M testsuite/simulation/modelica/msl22/First.mos | M testsuite/simulation/modelica/msl22/IdealGear.mos | M testsuite/simulation/modelica/msl22/IdealGearBrake.mos | * commit 18b1836173b9077ec327e6256aedf56ae86a649d | Author: Mahder Gebremedhin | Date: Fri Nov 19 15:56:21 2021 +0100 | | Remove Modelica ModelicaExternalC from 3rdParty. (#8149) | | * Remove Modelica ModelicaExternalC from 3rdParty. | | - It is removed from `3rdParty/ModelicaExternalC` and added at | `OpenModelica/OMCompiler/SimulationRuntime` instead. | | - The reason for this change is that ModelicaExternalC actually depends | on out OpenModelicaRuntimeC library for some definitions. As opposed | to we depending on it as every other 3rdParty library. | | It has an API we have to implement. Not just something we consume. | | So to keep the hierarchy and structure as logical as possible AND to | make sure build tools can link libraries in the correct order without | us having to interfere and reorder things, it is being moved. | | * Update build rules for new ModelicaExternalC location. | | - Update the Makefile | - Update the CMakeLists | - Update gitignore | | * Add a define if we have unistd.h for zlib. | | - It was working before using implicit function declarion since we allow | that in 3rdParty. | | - Now check if the header exists and add the corresponding define. | | M OMCompiler/.gitignore | M OMCompiler/3rdParty | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/CMakeLists.txt | A OMCompiler/SimulationRuntime/ModelicaExternalC.txt | A OMCompiler/SimulationRuntime/ModelicaExternalC/.gitattributes | A OMCompiler/SimulationRuntime/ModelicaExternalC/BuildProjects/autotools/Makefile.am | A OMCompiler/SimulationRuntime/ModelicaExternalC/BuildProjects/autotools/README | A OMCompiler/SimulationRuntime/ModelicaExternalC/BuildProjects/autotools/autogen.sh | A OMCompiler/SimulationRuntime/ModelicaExternalC/BuildProjects/autotools/configure.ac | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaFFT.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaFFT.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaIO.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaIO.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaInternal.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaInternal.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaMatIO.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaMatIO.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaRandom.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaRandom.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStandardTables.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStandardTables.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStandardTablesUsertab.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStrings.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStrings.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaUtilities.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/gconstructor.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/read_data_impl.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/readme.txt | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/safe-math.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/snprintf.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/stdint_msvc.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/stdint_wrap.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/uthash.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/win32_dirent.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/win32_dirent.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/ChangeLog | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/FAQ | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/README | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/adler32.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/compress.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/crc32.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/crc32.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/deflate.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/deflate.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/gzclose.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/gzguts.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/gzlib.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/gzread.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/gzwrite.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/infback.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/inffast.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/inffast.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/inffixed.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/inflate.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/inflate.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/inftrees.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/inftrees.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/trees.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/trees.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/uncompr.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/zconf.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/zlib.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/zutil.c | A OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/zlib/zutil.h | A OMCompiler/SimulationRuntime/ModelicaExternalC/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | * commit 392c5f9bed8c33020378583724c274a1d2c0e5f2 | Author: Martin Sjölund | Date: Fri Nov 19 10:02:58 2021 +0100 | | Install OMSimulatorServer.py (#8173) | | Closes #8163 | | M Makefile.in | * commit d26881ecd55e89ab733087b248f6feefdea87fb6 | Author: Vitalij | Date: Fri Nov 19 07:19:36 2021 +0100 | | force version of sphinxcontrib-bibtex (#8171) | | M doc/UsersGuide/source/requirements.txt | * commit 9730d74810cf55cd38b531690a0b36b458fa4c74 | Author: vruge | Date: Sun Nov 7 23:46:57 2021 +0100 | | try to fix memory, see #8036 | | init the real discret variable with the pre value | | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/MoveData.c | * commit 6b61d13cf88e43191fe87a84383901a7f007043d | Author: phannebohm | Date: Thu Nov 18 14:42:55 2021 +0100 | | Update testsuite | | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/modelica/daemode/testDAEScaling.mos | M testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos | * commit 16b841bd4e21b0e18d8a34d2b3721d877f238862 | Author: phannebohm | Date: Thu Nov 18 13:19:16 2021 +0100 | | Reduce max density for sparse solver | | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | * commit 2ca59e4f7e0cd3d984b9caa0c2c7d3b05095db92 | Author: Adeel Asghar | Date: Wed Nov 17 17:03:44 2021 +0100 | | Added documentation about FMI options (#8156) | | Fixes #8102 | Generate a complete tooltip for combobox options and an item based tooltip as well | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.h | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | M doc/UsersGuide/source/omedit.rst | * commit 6e11c9856e32ad2a59ee6f2e91adc3167fdfcd34 | Author: Mahder Gebremedhin | Date: Wed Nov 17 15:37:49 2021 +0100 | | Remove linkage of ModelicaExternalC libraries. (#8159) | | - They are not needed by omc anymore. | - Use zlib (from ModelicaExternalC) explicitly where it is needed. | | M OMCompiler/3rdParty | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/boot/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit 2939e3a6d8975fc3def4446d7ffa87cd0c48abe3 | Author: Martin Sjölund | Date: Wed Nov 17 08:48:37 2021 +0100 | | Reorder some Jenkins tasks (#8155) | | * OMEdit tests are now together with FMUs (they can run in parallel | instead of waiting for one machine to checkout sources/etc). | * Run FMU cross-compilation at higher priority than the clang/gcc tests | since it is now the slowest task during testing. | | M Jenkinsfile | * commit 344f31ae5ed3078c8a842ad5b091fe6f68214920 | Author: Martin Sjölund | Date: Wed Nov 17 07:54:52 2021 +0100 | | Remove ModelicaExternalC linking from OMC (#8153) | | Closes #8149 | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | D OMCompiler/Compiler/Util/ModelicaExternalC.mo | M OMCompiler/Compiler/Util/System.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/boot/Makefile.in | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Compiler/boot/bootstrap-sources/build/ModelicaExternalC.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Makefile.common | M testsuite/flattening/modelica/ffi/MissingFunction1.mos | M testsuite/flattening/modelica/mosfiles/ZeroRange.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/simulation/libraries/common/ModelTestingDefaults.mos | M testsuite/simulation/modelica/arrays/gc.mos | * commit b35aa9c4a5148ee4a6bcf04c5e8648bfe93f91c9 | Author: perost | Date: Tue Nov 16 18:09:30 2021 +0100 | | Add format string to generated infoStreamPrint (#8151) | | - Get rid of compiler warnings about non-literal format string by adding | a format string for the generated message. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit bbbca3c8213050b490cc7775d7085b6a9fc3fc48 | Author: perost | Date: Tue Nov 16 16:27:03 2021 +0100 | | Fix #8120 (#8140) | | - Replace crefs that refer to variables with 0-dimensions with | appropriately subscripted array expressions. | - Replace `size(exp, index)` of arrays with 0-dimensions with an array | of the expression's dimensions subscripted with the index. | - Revert #8117 since it doesn't work with PNlib for unknown reasons. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/EmptyArray2.mo | A testsuite/flattening/modelica/scodeinst/EmptyArray3.mo | M testsuite/flattening/modelica/scodeinst/ForStatement3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit d8aa7d6d370a2be73d138dcf945e0831ae742d58 | Author: perost | Date: Tue Nov 16 16:26:39 2021 +0100 | | Fix #8131 (#8152) | | - Add flag `-d=printRecordTypes` to print out record types instead of | record constructor functions in the flat code. | | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/Template/DAEDumpTV.mo | M OMCompiler/Compiler/Template/DAEDumpTpl.tpl | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/PrintRecordTypes1.mo | * commit 8df23861c32cd3fc42ebf2053da5eb15da28d83e | Author: AnHeuermann | Date: Mon Nov 15 15:19:06 2021 +0100 | | Use _event_floor in _event_mod_real | | - Save correct pre-value at events | | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | * commit 38c9f7932081c63d568f9e3efc88493208781501 | Author: Adeel Asghar | Date: Tue Nov 16 14:07:58 2021 +0100 | | Update the root package text with uses annotation (#8139) | | When a model from a library is dragged in then OMEdit adds a uses annotation. | But the root package text was not updated if the package is saved in folder structure. | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit b90fb7310770472df453e0933343d0738a398b81 | Author: perost | Date: Mon Nov 15 23:37:08 2021 +0100 | | Fix #8130 (#8145) | | - Honor `-d=combineSubscripts` also when using `-f`. | - Change Inst.combineSubscripts to traverse expression, since | FlatModel.mapExp is a shallow traversal. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | A testsuite/flattening/modelica/scodeinst/CombineSubscripts3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 0c7039a3dd5d604cfceb253cea2bf9382471566f | Author: phannebohm | Date: Mon Nov 15 21:41:51 2021 +0100 | | Refactor sparse solver selection dumps (#8144) | | Prettier dumps, shorter code lines, rounder numbers | | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/modelica/linear_system/EngineV6_partlintorn.mos | M testsuite/simulation/modelica/linear_system/NPendulum.mos | M testsuite/simulation/modelica/linear_system/NPendulum40.mos | M testsuite/simulation/modelica/others/EngineV6_output.mos | M testsuite/simulation/modelica/tearing/Tearing12-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing7-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing8-minimal.mos | * commit 3b15529edf156286912bf95849ecbeb81120aff5 | Author: phannebohm | Date: Mon Nov 15 18:58:22 2021 +0100 | | Reduce -nlsMinSize default to 1000 (#8135) | | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/modelica/linear_system/EngineV6_partlintorn.mos | M testsuite/simulation/modelica/others/EngineV6_output.mos | M testsuite/simulation/modelica/tearing/Tearing12-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing7-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing8-minimal.mos | * commit 1550b72354b4cd0f0c2c7b222197eba7d3edce24 | Author: phannebohm | Date: Mon Nov 15 13:27:36 2021 +0100 | | Use KLU for nlsLS if Kinsol is selected | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/simulation/libraries/msl32/Makefile | * commit a83f551364f056fd197b805965dcb699fb0b5a05 | Author: perost | Date: Mon Nov 15 17:27:53 2021 +0100 | | Fix #8141 (#8142) | | - Fix the typing of `vector()` when the argument has 0-dimensions. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinVector.mo | * commit 99a01c43633c3b3d250110049468c4b548310bf3 | Author: Mahder Gebremedhin | Date: Mon Nov 15 14:50:16 2021 +0100 | | Use the common assignment templates for when eqs. (#8137) | | - When equations were using a small incomplete implementation to generate | assignment statements in them. | | - Try using the common ones. This can use some more improvements regarding | records and tuples. | | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit 1972b24e473b37e7474ad6e20d47d5e73c84601c | Author: perost | Date: Mon Nov 15 13:12:29 2021 +0100 | | Fix #8132 (#8134) | | - Don't remove : subscripts from the head. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M testsuite/flattening/modelica/scodeinst/CombineSubscripts2.mo | * commit 9431d4e064e46f015f9793a3f952ec4f6fbf90be | Author: Mahder Gebremedhin | Date: Mon Nov 15 12:10:18 2021 +0100 | | [cmake] define LINK_SUNDIALS_STATIC for static. (#8133) | | - Add a new interface library sundials_interface_static that adds the | define LINK_SUNDIALS_STATIC. | | It brings the include directories by linking to sundials_interface | then adds the define. | | All libs that will link to static sundails libs will now get the | define automatically. | | If we need to link to the shared sundails libs at any point just | add a new interface library or use the sundials_interface library | itself since it does not add the define. | | M OMCompiler/3rdParty | * commit 200aa9bebec04d8c15c72340fdaed9cafbf53034 | Author: Adeel Asghar | Date: Sat Nov 13 04:55:06 2021 +0100 | | Fix convertPackage signature (#8112) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit 09416861e369de826de7f20ebde5f7e8f8e9a10c | Author: phannebohm | Date: Fri Nov 12 22:56:36 2021 +0100 | | Let each nonlinear system select its own solver (#7933) | | * Let each nonlinear system select its own solver | | By default each system gets the globally selected solver. If the system | is sparse, kinsol is selected. | | Also do a more compact dump. | | * Update testsuite | | * Only do SUNLinSol_KLUReInit when KLU is used | | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/sundials_error.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/simulation/libraries/msl32/Makefile | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/modelica/daemode/testDAEScaling.mos | M testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos | M testsuite/simulation/modelica/solver/Makefile | M testsuite/simulation/modelica/solver/problem1-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos | M testsuite/simulation/modelica/solver/problem2-cvode.mos | * commit effe7db611802923215834d06615e241f0e3c2d3 | Author: perost | Date: Fri Nov 12 20:23:50 2021 +0100 | | Implement new API function saveTotalModelDebug (#8126) | | - Implement new API function saveTotalModelDebug that instead of | instantiation uses a simple heuristic based on which identifiers are | used in a class. It typically produces larger files than the normal | saveTotalModel, but can be used in cases where saveTotalModel fails. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | A OMCompiler/Compiler/Script/TotalModelDebug.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 1cbaefaede641a04c749459ab8eca5bdc70a04d6 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri Nov 12 16:54:35 2021 +0100 | | Ignore asserts while calling simulationUpdate() (#8118) | | * While searching for an event asserts can be ignored | * If no event was found but an assert triggered, throw an error at end of | simulationUpdate() | * Output info message when assert was triggered, but ignored | * Updating info message and tests | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | M OMCompiler/SimulationRuntime/c/simulation_data.h | M testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/simulation/modelica/asserts/AssertTest4.mos | M testsuite/simulation/modelica/asserts/AssertTest5.mos | M testsuite/simulation/modelica/asserts/TestAssert.mos | M testsuite/simulation/modelica/events/whenTest2.mos | M testsuite/simulation/modelica/functions_eval/MoistAir.mos | M testsuite/simulation/modelica/others/StringTest.mos | * commit 2baf5e992426009d3d6b17c13b546445c84ad511 | Author: perost | Date: Fri Nov 12 15:52:30 2021 +0100 | | Simplify for-statements more (#8117) | | - Unroll for-statements where the iteration range consists of only one | value (like `for i in 1:1 loop`). | - Add Equation/Statement.replaceIteratorList to simplify the code. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | A testsuite/flattening/modelica/scodeinst/ForStatement3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 3dba97e5471a815fb4b43286d727e9aaa1552166 | Author: Mahder Gebremedhin | Date: Fri Nov 12 13:53:04 2021 +0100 | | Add CMake to the CI image cache. (#8124) | | - Instead of downloading CMake as part of the testing script add it | directly to the testing docker image. | | - Rename the image to cache-bionic-cmake-3.17.2. | | R063 .CI/cache-without-cmake/Dockerfile .CI/cache-bionic-cmake-3.17.2/Dockerfile | M Jenkinsfile | * commit 2e9ac992b52da33b62810aebf2e3c7a8e78a88b9 | Author: Mahder Gebremedhin | Date: Fri Nov 12 13:17:03 2021 +0100 | | More Windows fixes. (#8123) | | - The bootstrapped compiler is run from its build directory since we | need to use during build step (as opposed to after installation like | everything else). | | On Windows we need the dlls it uses in the same dir since there is no | RPATH. Luckily the only dll it needs right now is OpenModelicaRuntimeC. | | - Disable autoconf based config genration for source code FMUs on Windows | This is temporary until I can find a good way. | | Small fix for checking source fmu autoconf config generation. Report | any errors properly. | | - Do not declare function RDTSC() as inline. Instead it should be static | (if it needs any qualifier at all) | | - Disable command line compile definition WITH_IPOPT for now. The define | is already hard coded in omc_config.h. Which means this leads to warnings | for every compilation unit. Until we remove the hard coded definition | in omc_config.h disable this one. | | M OMCompiler/Compiler/boot/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/c/util/rtclock.c | M OMCompiler/SimulationRuntime/fmi/export/buildproject/CMakeLists.txt | * commit 3602522302e70013e5d4174f09bfc7c81818c28f | Author: Mahder Gebremedhin | Date: Thu Nov 11 23:37:56 2021 +0100 | | [cmake] Use Autoconf.mo.in for Windows as well. (#8121) | | - Generate Autoconf.mo from Autoconf.mo.in on Windows. That is, instead | of using the pre-written static Autoconf.mo.omdev.mingw. | | - On top of unifying the config and reducing a file, this also allows | to control CMake config for Windows without affecting the makefile build | system. | | M OMCompiler/Compiler/Util/Autoconf.mo.in | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/configure.ac | * commit e02f3bc56d5f31590cd834c44ea606a25036243e | Author: Mahder Gebremedhin | Date: Thu Nov 11 15:04:48 2021 +0300 | | [cmake] Remove the Optimization library. | | - this is also to reduce the amount of DLLs. It is actually better to | just disable ipopt and dynamic optimization with a flag. | | It is enabled with the option WITH_IPOPT to match the makefile build | system. | | NOTE: Disabling the option in CMake DOES NOT actually result in a | functional compilation right now. The reason is that the flag WITH_IPOPT | is actually hard coded in to omc_config* headers. | | I will fix that later. | | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 3515fefa738300b7fbbdf68f2968ec3f0bb21549 | Author: Mahder Gebremedhin | Date: Thu Nov 11 13:08:03 2021 +0300 | | [cmake] Remove the omcmemory library. | | - This (short lived) library was an attempt to provide a small memory | manager library for omc libraries. It was supposed to provide just | the GC and memory pool interfaces. | | Unfortunately, there are cyclic dependencies between itself and | OpenModelicaRuntimeC. While this is acceptable on linux and can be | overlooked, it is porblematic with Windows DLLs. We need to start | adapting import libs and def files if we need to continue in this path. | | This is not something to do right now. It is better to fix the cyclic | dependencies properly later. | | So for now it is removed and the functionality will be part of the | OpenModelicaRuntimeC library instead (just like the makefile build | system does). | | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 6b7d1ec361e7ca5e69a03f10250ee0590d65f857 | Author: Mahder Gebremedhin | Date: Sat Nov 6 12:14:17 2021 +0300 | | Add the bin dir to link dirs on Windows. | | - DLLs are installed in the bin dir. Add it to the list of link directories | specified for generated code on Windows. | | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit 14d01f47f2cf8e616bb5050d8d56a0635bf4d759 | Author: Adeel Asghar | Date: Thu Nov 11 15:57:03 2021 +0100 | | Created a separate dialog for saveTotalModel api options (#8110) | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | * commit 68aabef92f2b75f2f1b8419b86b4f9c8d99e67ec | Author: phannebohm | Date: Thu Nov 11 14:23:53 2021 +0100 | | Never select CSE vars in minimalTearing (#8101) | | Addresses issue #7800 | Continuation of PR #8049 | | M OMCompiler/Compiler/BackEnd/Tearing.mo | M testsuite/simulation/modelica/tearing/Tearing15-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing16-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | * commit ac4ef35625c8de9046ac8dc2b611b9f1904f48c1 | Author: phannebohm | Date: Thu Nov 11 14:23:07 2021 +0100 | | Deduplicate code (#8108) | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | * commit 0909d61dbd76f5d85628a8aa3b71aab029b8991f | Author: perost | Date: Thu Nov 11 14:05:47 2021 +0100 | | Implement obfuscation feature for saveTotalModel (#8103) | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | A OMCompiler/Compiler/Script/Obfuscate.mo | M OMCompiler/Compiler/Util/StringUtil.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Obfuscation1.mos | * commit bd7479c84df3192b1767986d603c4ad51069ce65 | Author: Martin Sjölund | Date: Thu Nov 11 13:14:31 2021 +0100 | | Set file permissions when decompressing zip-files (#8114) | | M OMCompiler/Compiler/runtime/om_unzip.c | * commit c046a5042199b3b5ab2653f7c0c862978aae9944 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Thu Nov 11 12:26:52 2021 +0100 | | Use output path for nonlinear solver homotopy csv logging (#8107) | | * Use output path for nonlinear solver homotopy csv logging | * Always close csv file after writing | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | * commit c32c675dd65579f2ed1260782b6dd8a37015bf67 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Thu Nov 11 11:03:31 2021 +0100 | | Don't change lambda when no homotpy should be used (#8109) | | * Don't change lambda when no homotpy should be used | * Updating tests | * Disabeling MSL 3.2.2 Modelica.Fluid.Examples.PumpingSystem test | * Different solution in homotopy4_solver test | Co-authored-by: phannebohm | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M testsuite/simulation/libraries/msl32/Makefile | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/modelica/initialization/Makefile | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | A testsuite/simulation/modelica/initialization/homotopy6.mos | * commit 1250a386abd77cfcfe4ceb799da057f8398f601d | Author: Mahder Gebremedhin | Date: Thu Nov 11 10:33:58 2021 +0100 | | Try expanding non param variables as well. (#8019) | | * Try expanding non param variables as well. | | * Try SES_ARRAY_CALL_ASSIGN for all ARRAY_EQUATION | | - Let's see if anything breaks. | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 6469763601922cf0eba4da29dd3f2e5654968223 | Author: perost | Date: Thu Nov 11 01:24:27 2021 +0100 | | Remove whitespace at end of line in SCodeDumpTpl (#8106) | | - Fix SCodeDumpTpl so it doesn't output whitespace at the end of lines | when some optional elements (like comments) are not present, which | causes issues with test cases since we remove such whitespace when | committing files with git. | | M OMCompiler/Compiler/Template/SCodeDumpTpl.tpl | M testsuite/openmodelica/interactive-API/saveTotalModel.mos | * commit 0f5d54d3f588d7ca71cf1e52f2254b76908e40bf | Author: Martin Sjölund | Date: Wed Nov 10 20:03:18 2021 +0100 | | Fix Jenkins pipeline (#8113) | | A Jenkins update seems to have made restrictions to unstash. Remove | symbolic links before we stash omc-clang as a workaround. | | M Jenkinsfile | * commit bf6b3cd54b632d7d6dc06a3b5322e7371c7e02e2 | Author: Adeel Asghar | Date: Mon Nov 8 12:54:21 2021 +0100 | | Update the Libraries Browser with CLI commands (#8100) | | Fixes #8052 | For now only the addition and deletion commands related to models are handled. | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/FlatModelica/Expression.cpp | M OMEdit/OMEditLIB/FlatModelica/Expression.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | * commit 257a47e6563f5c47a51a669e5c66dee772b6bf28 | Author: perost | Date: Fri Nov 5 13:50:11 2021 +0100 | | Implement -d=printStructuralParameters for NF (#8096) | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | * commit e430d923b433f7858bae2a0a9597020d90a4700b | Author: perost | Date: Thu Nov 4 18:23:55 2021 +0100 | | Fix #8094 (#8095) | | - Change ExpandableConnectors.addNestedExpandableConnectorsToSets to be | recursive, in case the nested expandable connectors themselves contain | expandable connectors. | | M OMCompiler/Compiler/NFFrontEnd/NFConnection.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFPrefixes.mo | A testsuite/flattening/modelica/scodeinst/ExpandableConnector6.mo | A testsuite/flattening/modelica/scodeinst/ExpandableConnector7.mo | A testsuite/flattening/modelica/scodeinst/ExpandableConnector8.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 5918a1c98b3ecc873197dadc233971d6362ade39 | Author: Martin Sjölund | Date: Thu Nov 4 15:39:24 2021 +0100 | | Skip linking `-lm` for the detected lapack (#8089) | | Trying to statically link `-lm` might fail on some systems. | | M OMCompiler/m4/lapack.m4 | * commit 73daa347fa2ca13ae148e053b002e2e81e96bcc9 | Author: Martin Sjölund | Date: Thu Nov 4 14:54:12 2021 +0100 | | Partition the partest tests into 3 jobs during CI (#8088) | | This will make the throughput faster if we get slow machines doing clang | or gcc tests (currently takes upwards of 40 minutes). | The overhead from copying 3 OMC installations should be OK. | | M .CI/common.groovy | M Jenkinsfile | M testsuite/partest/runtests.pl | * commit 4c1b7b5aaa3e2c28dd68701f1e3d62100135291c | Author: AnHeuermann | Date: Wed Nov 3 12:11:59 2021 +0100 | | Removing unused KinsolLapack | | M OMCompiler/3rdParty | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolLapack.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/Kinsol.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolLapack.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.h | * commit b1113d939897eb4367ef0012f80b410731400c00 | Author: Mahder Gebremedhin | Date: Thu Nov 4 13:16:46 2021 +0100 | | Add missing commits. (#8093) | | * Add the new file simulation_omc_assert to headers. | | * [cmake] Add the import related APIs to NF as well. | | - The NF is now default and these were missing. It was working fine | because we were using an older set of bootstrapping sources, i.e, | generated before NF became the default. | | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | * commit acdd5e1b40634469d726f2c6310f43c5c5b77988 | Author: Martin Sjölund | Date: Thu Nov 4 11:52:47 2021 +0100 | | Make OMCompiler-3rdParty contributions more clear (#8091) | | M CONTRIBUTING.md | * commit fed4208ce208d8d0bce214688e1b4de862a9741e | Author: perost | Date: Wed Nov 3 17:13:26 2021 +0100 | | Fix evaluation of split and/or expressions (#8083) | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | A testsuite/flattening/modelica/scodeinst/CevalRecordArray10.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 69b0fd27962fc33740b4f45af2427f5589220719 | Author: Adeel Asghar | Date: Wed Nov 3 17:12:39 2021 +0100 | | Show a help message to select mingw when msvc compilation fails (#8085) | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | * commit af03d9593cfc9f7c4c33a9365dc8c248e33c50d0 | Author: Martin Sjölund | Date: Wed Nov 3 16:17:39 2021 +0100 | | Give the error functions default values. (#8073) | | * Give the error functions default values. | | - The default values given to the are the 'functions' versions, e.g. | `omc_assert = omc_assert_function` | | - This way we do not have to initialize them in every executable code | that links to the OpenModelicaRuntimeC. If you do not specify anything | you get the default value. | | - For simulations set them to the 'simulation' versions in the simulation | executables 'main' function, e.g, | `omc_assert = omc_assert_simulation` | | - Windows tests are now on track to start working without complaining | about undefined references in 'function' mode. | | - The testcase is intended to test parameter overriding. However it had | a terminate statement that fired when t > 1 but also specified an | experiment stop time of 2. | Use the default stop time of 1 so the test does not terminate before | doing what is is supposed to test. | | Co-authored-by: Mahder Gebremedhin | | M OMCompiler/Compiler/.cmake/omc_entry_point.c | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/boot/Makefile.common | M OMCompiler/Compiler/boot/bootstrap-sources/build/_main.c | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/include/OMCFunctions.h | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/simulation/simulation_omc_assert.c | A OMCompiler/SimulationRuntime/c/simulation/simulation_omc_assert.h | M OMCompiler/SimulationRuntime/c/util/omc_error.c | M OMCompiler/SimulationRuntime/c/util/omc_error.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp | M OMOptim | M OMPlot/OMPlot/OMPlotGUI/main.cpp | M OMShell/OMShell/OMShellGUI/omcinteractiveenvironment.cpp | M OMShell/mosh/src/omcinteractiveenvironment.cpp | M testsuite/openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos | * commit 0ea1e761369fb797dd8a42fda547f52e89d30b9e | Author: perost | Date: Wed Nov 3 13:50:48 2021 +0100 | | Clean up AbsynUtil (#8079) | | - Remove some unused functions. | - Update some functions to use more modern MetaModelica. | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/InstSection.mo | * commit bb129807467c3cf3181730c388fa18a7b6b4e4af | Author: Martin Sjölund | Date: Wed Nov 3 13:23:24 2021 +0100 | | Update 3rdParty ModelicaExternalC sources (#8081) | | Fixes #8075 | | M OMCompiler/3rdParty | * commit 57c1a39efd380ceba4e9d6fe7015bb0d230a09f5 | Author: perost | Date: Tue Nov 2 18:15:43 2021 +0100 | | Remove AbsynUtil.printComponentRefStr (#8077) | | - Remove AbsynUtil.printComponentRefStr and replace any uses of it with | Dump.printComponentRefStr. They are not the same since the AbsynUtil | one ignores subscripts, but it's hard to know whether it's used | intentionally or if the user just mistook it for the Dump one. | - Also remove the unused function AbsynUtil.expComponentRefStr. | | M OMCompiler/Compiler/FFrontEnd/FGraphBuild.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuildEnv.mo | M OMCompiler/Compiler/FFrontEnd/FGraphDump.mo | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstExtends.mo | M OMCompiler/Compiler/FrontEnd/InstSection.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/FrontEnd/ValuesUtil.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | * commit d0b18e70716857eb31db0e2b85520a0c9b5e598f | Author: Adeel Asghar | Date: Tue Nov 2 16:12:53 2021 +0100 | | Make it possible to set value in display unit (#8078) | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit da82258737aca940d8b09b7c531024b9cddc7b0f | Author: perost | Date: Mon Nov 1 18:19:25 2021 +0100 | | Fix #7835 (#8074) | | - Subscript dimension expressions if they have too many dimensions after | being evaluated. | - Improve the typing of split expressions to account for bindings that | become ragged arrays after evaluation. | - Move splitRecordCref from Expression to Flatten and make sure crefs it | creates are flattened. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/CevalRecordArray9.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 1b2dd96a551ed7876992dcbbf95731a21b88f5d0 | Author: Adeel Asghar | Date: Mon Nov 1 14:40:21 2021 +0100 | | Set current directory for license file when parsing encrypted library (#8072) | | M OMCompiler/Compiler/Script/CevalScript.mo | * commit 1c2a5c599db87f827f320ffac82da04ee8f17f60 | Author: Adeel Asghar | Date: Mon Nov 1 11:31:10 2021 +0100 | | Escape the string when editing the text annotation (#8071) | | M OMEdit/OMEditLIB/Annotations/ShapePropertiesDialog.cpp | * commit 4ef7b219b2bba124637dcae58dbb73f7624c4f8f | Author: phannebohm | Date: Sat Oct 30 17:36:45 2021 +0200 | | Never select CSE var as iteration var (#8049) | | Addresses issue #7800 | TODO do this also for arrays, currently some tests would fail | TODO even tear them with minimalTearing | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | * commit 611faf971becda1672cbd424c890655eba7ec979 | Author: Rüdiger Franke | Date: Fri Oct 29 20:46:43 2021 +0200 | | Add Type suffix to records passed to external functions (issue #8054) | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit 2a093f10910d33647fca56dd234cb0e63918e4c7 | Author: Mahder Gebremedhin | Date: Fri Oct 29 14:17:39 2021 +0300 | | Fix graphstream define guard for x64. | | M OMCompiler/3rdParty | * commit 2c5c1b64d871a2740e7755c058a92bd60fd3560e | Author: Mahder Gebremedhin | Date: Fri Oct 29 12:15:00 2021 +0300 | | Do not use GKRegex. It is not compatible. | | - Do not enable the use of GKRegex (i.e, -DUSE_GKREGEX) if it is not | requested explicitly by the option GKREGEX above. | | It is not compatible with the regex implementation OpenModelica expects. | It segfaults in quite confusing ways. | | M OMCompiler/3rdParty | * commit 331aa1d8a04ae64176415b30eab5836478c92d81 | Author: Mahder Gebremedhin | Date: Fri Oct 29 11:59:44 2021 +0300 | | [cmake] Multiple fixes for Windows build. | | - omc_config.h is in OMCompier. | - It used to be in OMCompier/Compiler/runtime. It was moved a while | back but the windows Makefile was still 'touching' it in the old | folder and ending up creating an empty file. | | - Do not specify -rdynamic for omc on Windows. | | - Install the scripts (Compiler/scripts) to the share dir. | | - Link with wsock32 and ws2_32 where needed. | | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/CMakeLists.txt | * commit dde8a6d50d3c2bd0594c818ebbe8446ee1a4eb42 | Author: Martin Sjölund | Date: Fri Oct 29 09:57:23 2021 +0200 | | Set user agent for libcurl (#8063) | | gitlab.pam-retd.fr now refuses downloads with user agent not set. | | M OMCompiler/Compiler/runtime/om_curl.c | * commit a25f5f34c8924ea0487fe6be23265afaf3915f4c | Author: perost | Date: Thu Oct 28 18:28:07 2021 +0200 | | Set static expression when assigning new value (#8059) | | - Update the static value kept in an annotation attribute when assigning | a new value to it. | | M OMEdit/OMEditLIB/Annotations/BooleanAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/BooleanAnnotation.h | M OMEdit/OMEditLIB/Annotations/ColorAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ColorAnnotation.h | M OMEdit/OMEditLIB/Annotations/DynamicAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/DynamicAnnotation.h | M OMEdit/OMEditLIB/Annotations/ExtentAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ExtentAnnotation.h | M OMEdit/OMEditLIB/Annotations/PointAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/PointAnnotation.h | M OMEdit/OMEditLIB/Annotations/RealAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/RealAnnotation.h | M OMEdit/OMEditLIB/Annotations/StringAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/StringAnnotation.h | M OMEdit/OMEditLIB/FlatModelica/Expression.cpp | M OMEdit/OMEditLIB/FlatModelica/Expression.h | * commit fedf620e28eb0cf35c266b833f6da255a48d6947 | Author: perost | Date: Thu Oct 28 17:48:20 2021 +0200 | | Fix string escaping issues (#8058) | | - Escape strings in Expression.toString in OMC. | - Handle escaped characters inside strings in StringHandler::getStrings | in OMEdit. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMEdit/OMEditLIB/Util/StringHandler.cpp | * commit a61de2e1f7dad2bdff140459269ce19aee12f6a6 | Author: Mahder Gebremedhin | Date: Mon Oct 18 16:50:20 2021 +0300 | | [cmake] Initial simple support for OMSimulator. | | - We use the existing OMSimulator build approach. Basically we emulate | what the makefiles used to do. | | - This only builds OMSimulator optionally. That means you have to explicitly | specify 'omsimulator' target if you want to build it. It is not part | of the 'ALL' target. | | - NOTE: The actual compilation on Jenkins is disabled for now since | omsimulator can not be compiled with gcc-5 due to not-included headers. | | M CMakeLists.txt | A omsimulator.cmake | * commit 707b677a010db5f0602376afc6dedc34f12eb078 | Author: Mahder Gebremedhin | Date: Thu Oct 28 15:13:21 2021 +0300 | | [cmake] Reorganize FMI runtime handling a bit more | | - We now have libSimulationRuntimeFMI and libOpenModelicaFMIRuntimeC just | like the normal build system. It simplifies things for now and allows | us to pass all tests with minimal effort. | We can come back and modify them later. | | - libSimulationRuntimeFMI contains everything needed for source code FMUs. | - libOpenModelicaFMIRuntimeC contains some FMU related files (see the | cmake files). This is separate because it is used by annotations in | some places. Until we fix that we keep them separate. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 27af96c3e3fa7ba0efe9b7d1dc0a4dbc234db959 | Author: perost | Date: Thu Oct 28 16:53:28 2021 +0200 | | Implement dynamic StringAnnotation (#8056) | | - Implement StringAnnotation class using DynamicAnnotation, and use it | for the textString annotation attribute. | | M OMEdit/OMEditLIB/Annotations/DynamicAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/DynamicAnnotation.h | M OMEdit/OMEditLIB/Annotations/ExtentAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | A OMEdit/OMEditLIB/Annotations/StringAnnotation.cpp | A OMEdit/OMEditLIB/Annotations/StringAnnotation.h | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/FlatModelica/Expression.cpp | M OMEdit/OMEditLIB/FlatModelica/Expression.h | M OMEdit/OMEditLIB/OMEditLIB.pro | * commit 0918f06d2e4a5f3c3dedcb8b960a012237c6923e | Author: Adeel Asghar | Date: Wed Oct 27 11:51:06 2021 +0200 | | Re-evaluate access annotation when the class is edited in text view (#8053) | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | * commit 70d8980081074e50e59bf5d5123bdf37310849e4 | Author: Mahder Gebremedhin | Date: Tue Oct 26 14:39:08 2021 +0300 | | Initialize base_array member 'flexible'. | | - I am not sure if this covers every creation path. Unfortunately | the array creation code is in multiple places. | | I had a plan to remove all of them and redirect every array creation | to `generic_array.c::simple_array_create()'. Maybe it is time to start | that change. | | M OMCompiler/SimulationRuntime/c/util/base_array.c | * commit 2a0c89cf9335e896debd3bc1872d7080187fadc4 | Author: Adrian Pop | Date: Tue Oct 26 10:43:44 2021 +0200 | | fix authors for one paper, add another paper (#8047) | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | * commit 7e091bb317a4f2fcfeb1c3d856d654f77571c3f6 | Author: perost | Date: Mon Oct 25 19:02:29 2021 +0200 | | Fix #7767 (#8046) | | - Fix lookup so that it works also on iterators of complex type. | - Improve Expression.replaceIterator so it handles qualified iterator | names. | - Improve construction of record array bindings in Ceval, evaluate each | element instead of evaluating only one and filling an array. | - Add simplification of record element expressions, to make sure mutable | expressions are simplified away properly. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | A testsuite/flattening/modelica/scodeinst/ArrayConstructorRecord1.mo | A testsuite/flattening/modelica/scodeinst/ArrayConstructorRecord2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 6bba8a5f800703ceee19482c5434fbe906e8d09d | Author: Mahder Gebremedhin | Date: Fri Oct 22 16:59:11 2021 +0300 | | Remove trilinos nox solver as it is not used. | | - Can be brought back if needed. | | M Makefile.omdev.mingw | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSI/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/README | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/ModelicaSimulationError.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/FactoryExport.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/Nox.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxLapackInterface.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/LibrariesConfig.h.in | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/FactoryExport.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NOX_StatusTest_SgnChange.C | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/Nox.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxLapackInterface.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxSettings.cpp | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.h | M OMCompiler/SimulationRuntime/cpp/LibrariesConfig.h.in | M OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/cpp/README | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/FactoryExport.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/FactoryExport.h | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.C | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.H | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/Nox.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/Nox.h | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.h | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxSettings.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxSettings.h | * commit c41fbb61b49bb421e3e20303acb6cee44956fb6a | Author: Vitalij | Date: Mon Oct 25 16:03:01 2021 +0200 | | fix: issue 7969 (#8030) | | * update the attribute(min,max,nominal) of know variable like inputs via parameters. | * code is based on the comments in the function createStartValueEquations. | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cruntime/optimization/basic/Makefile | A testsuite/openmodelica/cruntime/optimization/basic/issue7969.mos | * commit 159a9df8f4736a5beeb11b1c5a5e9e301f96466f | Author: Adeel Asghar | Date: Mon Oct 25 14:26:24 2021 +0200 | | Remove the extra message of instantiateModel (#8045) | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit 3a49f6ed517de9fce39b96da246505d18b290e87 | Author: Adeel Asghar | Date: Mon Oct 25 10:12:16 2021 +0200 | | Do not add extra message for checkModel call in Messages Browser (#8033) | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit c49166fd5983e8e29300c1c15fd253fdcf2e1f87 | Author: Rüdiger Franke | Date: Sat Oct 23 07:44:26 2021 +0200 | | Add options --ignore-hide-result and -ignoreHideResult to Cpp runtime | | M OMCompiler/SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | * commit 6402d9b70888a6cf45c9dbd825a53680723828fe | Author: perost | Date: Fri Oct 22 21:20:20 2021 +0200 | | Refactor some non tail-recursive functions (#8041) | | - Rewrite some non tail-recursive functions to use loops instead, to | avoid stack overflows on large models. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVarTransform.mo | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | * commit 998ecd73cc1ae845db0319249edefefd8d724f9b | Author: Vitalij | Date: Fri Oct 22 19:36:53 2021 +0200 | | [C/DO]: fixed values for discrete variables stored in the section for real variables (#8036) | | * fix: issue4979 | | * refacator code avoid duplicated code | * algorithmen, handling only state and inputs | * copy of the real discret value was missing | | * test: update output | | * TFC5 was broken. | * updated the initial guess. | | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/DebugeOptimization.c | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/DerStructure.c | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/MoveData.c | M OMCompiler/SimulationRuntime/c/optimization/OptimizerLocalFunction.h | M OMCompiler/SimulationRuntime/c/optimization/eval_all/EvalL.c | A testsuite/openmodelica/cruntime/optimization/basic/InputOptIssues.mo | A testsuite/openmodelica/cruntime/optimization/basic/InputOptIssues.mos | M testsuite/openmodelica/cruntime/optimization/basic/Makefile | M testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | * commit 70dd5720741ba16af592844bbd1477efaab08c8a | Author: perost | Date: Fri Oct 22 18:09:28 2021 +0200 | | Improve type checking of bindings (#8040) | | - Only take split indices that refer to the component or the component's | parents into account when deciding which dimensions to check. | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | A testsuite/flattening/modelica/scodeinst/CevalRecordArray8.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit e128d881e83085087a48a2b48338a74abde3ac57 | Author: rfranke | Date: Fri Oct 22 16:21:13 2021 +0200 | | Set hideResult flag for cse variables (#8037) | | * Set hideResult flag for cse variables | | It was already set in function createCSEVar, but not in createCSEArrayVar. | | * Adapt optimization test runExReduceDrumBoiler.mos to emit start values | | * Don't use index counter as hideResult flag | | This looks like a copy/paste error from SIMVAR to VAR that has | not been detected by compiler type checks. | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos | * commit a04b71de2132c0ee87965feac306becccbd979fa | Author: Adeel Asghar | Date: Fri Oct 22 12:21:11 2021 +0200 | | Handle the new values of hideResult attribute (#8038) | | Added option for ignoreHideResult flag in Simulation->Output | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationOptions.h | * commit 68cae5a14bb54421af446189a2ec05b27e4f2b97 | Author: rfranke | Date: Fri Oct 22 08:10:01 2021 +0200 | | Make hideResult optional in BackEnd, SimCode and model init XML (#8035) | | * Make hideResult optional in BackEndDAE.VAR and SimCodeVar.SIMVAR | | Missing HideResult annotations are treated as NONE() instead of using | the protection level as default value. | | This is needed for OMEdit to show protected variables if emit protected | has been checked, see issue #8008, referring to #4346. | | * Update tests for optional hideResult | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/BackendInline.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/DynamicOptimization.mo | M OMCompiler/Compiler/BackEnd/EvaluateParameter.mo | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/OnRelaxation.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/BackEnd/VisualXML.mo | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M OMCompiler/Compiler/SimCode/SerializeInitXML.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeVar.mo | M OMCompiler/Compiler/Template/CodegenCppInit.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug5673.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/ticket5670.mos | M testsuite/simulation/modelica/parameters/hideResult.mos | * commit b38e5e96eb1e19eb419c08646767266157a27bfb | Author: perost | Date: Thu Oct 21 19:50:57 2021 +0200 | | Propagate the inner modifier in redeclares (#8034) | | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RedeclareMod9.mo | * commit f6f00e55c3994f77ae4e02fcc41645504f00879a | Author: Mahder Gebremedhin | Date: Thu Oct 21 12:52:12 2021 +0300 | | [cmake] Install PDEModelicaBuiltin.mo | | - It was overlooked before. | | M OMCompiler/Compiler/CMakeLists.txt | * commit 3d8acd86d678103ff74808046737cdf1cca5e0da | Author: Mahder Gebremedhin | Date: Thu Oct 21 12:44:52 2021 +0300 | | Fix wrong list of dgesv sources. | | - [cmake] Install the dgesv headers to fmu sources dir for now. | | I will add lapack to 3rdParty soon. Since we need to build it ourselves | for multiple reasons. When that is done the proper headers will be | installed in omc include directory like every other 3rdParty lib. | Until then this suffices. | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | * commit 7343296e0079cd687565fa8f313a44d632207565 | Author: Adeel Asghar | Date: Thu Oct 21 09:51:44 2021 +0200 | | Hide the protected variables from the variables browser (#8031) | | Only show the protected variable if emit protected flag is true or if HideResult = false | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | * commit a0697d80dd4ed524bc11f491cecc3e16265874a7 | Author: Adeel Asghar | Date: Thu Oct 21 00:32:21 2021 +0200 | | Added GUI support for package manager (#7982) | | * Added GUI support for package manager | | * Added missing files | | * Removed library management dialog | | Added menu item to upgrade installed packages | Ignore some files | | * Improved the system libraries menu | | Added filters to install library dialog | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMEdit/.gitignore | M OMEdit/OMEditLIB/Debugger/DebuggerConfigurationsDialog.cpp | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | A OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.cpp | A OMEdit/OMEditLIB/Modeling/InstallLibraryDialog.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M OMPlot/.gitignore | * commit ba1034502715d91d929e52f2d3821683e9a99194 | Author: Mahder Gebremedhin | Date: Wed Oct 20 13:00:24 2021 +0300 | | Do not throw from runtime system. | | - OMEdit sometimes uses the runtime functions directly instead of | going through an API. However, it can not handle the MM longjumps as | it is now. So remove the throw on failures of reading a file. | | We need to find a more suitable solution to handle cases like this in | general. Otherwise the runtime system should never 'not return' | (throw, assert, exit ...) at all. | | M OMCompiler/SimulationRuntime/c/util/omc_file.c | * commit ada8e716ed64e0cd4ee03d8aa2a6f5b55fec51d7 | Author: Mahder Gebremedhin | Date: Wed Oct 20 17:45:46 2021 +0300 | | Generate the antlr config header in the build dir. | | - Generating it in the source/include directory is conflicting with | the autoconf build. They keep overwriting the same file. | | It should have been in the build folder from the begining anyway. | It belongs there. Should not pollute the source dir as much as possible. | | M OMCompiler/3rdParty | * commit 75b740d09831039ed813a37d7274e290bafe0a39 | Author: perost | Date: Wed Oct 20 15:28:05 2021 +0200 | | Fix behaviour of StringHandler::getStrings (#8028) | | - Preserve the old behaviour of StringHandler::getStrings by appending | an empty string to the list if the string to split ends with a comma. | | M OMEdit/OMEditLIB/Util/StringHandler.cpp | * commit 7fd3c06771f42cdaedff813ddb63ed4aed0b94a2 | Author: perost | Date: Wed Oct 20 15:06:15 2021 +0200 | | Improve handling of graphical primitives with nfAPI (#8027) | | - When instantiating graphical expression, try to find function names in | the top scope before checking the regular scope in case there's a | user-defined function with the same name. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstContext.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit 3870f1ccaeb259711e4bf6c70ebbc243d988e163 | Author: perost | Date: Wed Oct 20 12:23:15 2021 +0200 | | Fix library loading in Lookup (#8023) | | - Make sure the version string is initialized. | | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | * commit 4ff92b6b57291ad7e17f4757e64cc76e6c52e4a9 | Author: Rüdiger Franke | Date: Wed Oct 20 07:04:16 2021 +0200 | | Fix Cpp reduction for record and add test | | Remove special treatment to treat array of record as regular array. | | Also remove idx_type, spec_type and getNextIndex from ArrayOperations | that are not used anymore since removal of create/fill_array_from_shape. | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.h | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/testReduction.mos | * commit 8ec18b706ff0c837dd2bf864de7ef40b9373fd05 | Author: Rüdiger Franke | Date: Tue Oct 19 17:23:02 2021 +0200 | | Fix Cpp reduction for array, remove obsolete create/fill_array_from_shape | | See ModelicaTest.Fluid.TestComponents.ModelicaTest.Fluid.TestComponents.Machines.TestWaterPumpCharacteristics | in particular pumpPolynomial using Modelica.Fluid.Machines.BaseClasses.PumpCharacteristics.polynomialFlow | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.h | * commit de7122402817b837138a84f9542d8c42d964e8b1 | Author: perost | Date: Tue Oct 19 13:27:34 2021 +0200 | | Fix type table bug in Conversion (#8017) | | - Clear the type table when going into a new class, to avoid | accumulating every variable in the whole library. | | M OMCompiler/Compiler/Script/Conversion.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | * commit a1008d6f589392c3d9613edf46aa092f4ce5fae1 | Author: Adrian Pop | Date: Tue Oct 19 10:29:25 2021 +0200 | | fix missing separator (#8016) | | M testsuite/Makefile | * commit ee62d1dce63389b7e4d71d75f5fd22ef528b19f0 | Author: Rüdiger Franke | Date: Mon Oct 18 21:09:26 2021 +0200 | | Always write a complete results file with Cpp runtime | | This simplifies the analysis of initialization errors | and it works around crashes of OMEdit, | see issue #8008 (OMEdit crashes if a simulation fails or is canceled). | | - SimManager.cpp: write out values after initialization, | also in case of failure for the analysis of intermediate results | - SolverDefaultImplementation: decouple writing of variable names | from initialization of solver. Write them before first values instead. | | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | M OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.h | * commit 3fe949350ab922c6f1e1b6180c6e58b2bc216807 | Author: perost | Date: Mon Oct 18 19:17:26 2021 +0200 | | Improve conversion of component references (#8013) | | - Convert qualified crefs where the second part of the cref should be | changed due to rules affecting the type of the first part. | | M OMCompiler/Compiler/Script/Conversion.mo | A testsuite/openmodelica/conversion/ConvertElement2.mos | M testsuite/openmodelica/conversion/Makefile | A testsuite/openmodelica/conversion/scripts/ConvertElement2.mos | * commit f3a732dabf5d9c801e927f2171f1aee51ceb626b | Author: perost | Date: Mon Oct 18 14:35:39 2021 +0200 | | Improve conversion of imports (#8011) | | - Simplify imports like A = A.B.C to just A.B.C. | - Remove duplicate imports after conversion. | - Add missing tests and actually enable the conversion tests. | | M OMCompiler/Compiler/Script/Conversion.mo | M testsuite/Makefile | M testsuite/openmodelica/conversion/ConvertClass4.mos | M testsuite/openmodelica/conversion/ConvertClass5.mos | A testsuite/openmodelica/conversion/ConvertClass7.mos | A testsuite/openmodelica/conversion/ConvertClass8.mos | M testsuite/openmodelica/conversion/Makefile | * commit 3a728b8cffa2898eb11448c56e67dc92f861c5ef | Author: perost | Date: Sat Oct 16 17:30:35 2021 +0200 | | Improve evaluation of records (#8007) | | - Remove some unrelated split indices when creating record bindings | during constant evaluation. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | A testsuite/flattening/modelica/scodeinst/CevalRecordArray7.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 5c7b2074aa16c4cfcd8027da9a357ae781392122 | Author: Rüdiger Franke | Date: Sat Oct 16 13:48:06 2021 +0200 | | Fix wrong simplification cos/tan => sin to sin/tan => cos | | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | * commit 69d44f1c19fe2b11df0689e16f73f8444cae501a | Author: Rüdiger Franke | Date: Sat Oct 16 12:39:27 2021 +0200 | | Remove bad simlification e1/tanh(e2) --> e1*cosh(e1)/sinh(e2) | | This avoids two instead of one calls to builtin functions. It also | avoids potential numerical overflows for large values of e2 when sinh returns inf. | See: PowerSystems.Examples.AC3ph.Inverters.InverterToLoad | See also issue #8005. | | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Inverters.InverterToLoad.mos | * commit 28cd7de5b1108da344dde3697bc2c70fcfeb490c | Author: Rüdiger Franke | Date: Wed Oct 13 16:40:51 2021 +0200 | | Add tests for PowerSystems library | | M testsuite/libraries-for-testing/index.json | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/Makefile | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Drives.BLDC.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Drives.BLDCcharSpeed.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Drives.DCcharSpeed.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Drives.DCmotor_par.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Drives.DCmotor_pm.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Drives.DCmotor_ser.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Breaker.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.DoubleLine.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Fault.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Impedance.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.ImpedanceOneTerm.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Inverter.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Line.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.LoadAC.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.LoadDC.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Machines.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Rectifier.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Sensor.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Source.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Elementary.Transformer.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Inverters.Chopper.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Inverters.InverterAvToGrid.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Inverters.InverterToGrid.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Inverters.InverterToLoad.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Inverters.Rectifier.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Transformation.OnePhase.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC1ph_DC.Transformation.TapChanger.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASM.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASM_Y_D.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASM_ctrl.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASM_ctrlAv.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASMav.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASMav_icontrol.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.ASMcharacteristic.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.SM_ctrl.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Drives.SM_ctrlAv.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Breaker.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Fault.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Impedance.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.ImpedanceYD.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Inverter.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Line.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Load.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Machines.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Rectifier.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Sensor.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Source.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Elementary.Transformer.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.GenOrder3and7.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.Islanding.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.LocalGeneration.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.PQsource.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.PVsource.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.PowerAngle.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.TieLine.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.TurbineGenerator.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.TurbineGeneratorLine.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.TurboGeneratorLine.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.TurboGroupGenerator.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.Vsource.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Generation.WindGeneratorLine.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Inverters.InverterAvToGrid.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Inverters.InverterToGrid.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Inverters.InverterToLoad.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Inverters.Rectifier.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.EqCircFromTransDat.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.TransDatFromEqCirc.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.Z_matrixEqCirc0.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.Z_matrixEqCirc1.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.Z_matrixEqCirc2.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.Z_matrixEqCirc3.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.Z_matrixTrDat0.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.Z_matrixTrDat1.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.Z_matrixTrDat2.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Precalculation.Z_matrixTrDat3.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transformation.PhaseShifts.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transformation.TapChanger.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transformation.ThreeWinding.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.DoubleLine.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.DoubleLine.out | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.DoubleLineTG.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.DoubleRXline.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.DoubleRXlineTG.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.FaultRXline.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.FaultTline.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.PowerTransfer.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.RXline.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.Tline.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.AC3ph.Transmission.VoltageStability.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Network.NetworkControlled.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Network.NetworkLoop.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Network.NetworkLoop_d.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Network.NetworkLoop_dq.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Network.NetworkLoop_dq0.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Network.NetworkOpened.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Test.AdmittanceTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Test.FixedCurrentTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Test.FixedLoadTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Test.GeneratorTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Test.GeneratorTest2.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Test.ImpedanceTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Test.InductiveLoadTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Generic.Test.PMeterTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.Display.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.Frequency.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.InitialSteadyState.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.ReferenceInertial.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.ReferenceSynchron.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.SimulationFixedInitial.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.SimulationSteadyInitial.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.SimulationSteadyState.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.Tables.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Introductory.Units.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.PowerWorld.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.CityTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.HydroPlantTest1.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.HydroPlantTest2.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.LoadDispatcherTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.PowerPlantTest1.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.PowerPlantTest2.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.PowerPlantTest3.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.WindFarmGridTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.PowerWorld.Test.WindFarmHVDCTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Wind.Test.RotorTest.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Wind.WindFarm.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Wind.WindTurbine_DFIG.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Wind.WindTurbine_IG.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Wind.WindTurbine_PSGI.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/PowerSystems.Examples.Wind.WindTurbine_PSGR.mos | A testsuite/simulation/libraries/3rdParty/PowerSystems_cpp/common.mos | * commit 4523ec1aaf47e3d60a4bf5fbe6e572e206a08acf | Author: Rüdiger Franke | Date: Thu Oct 14 18:04:29 2021 +0200 | | Limit steps of Cpp Newton solver in case of singular Jacobians | | This should also avoid endless iterations. | See Modelica.Electrical.Analog.*Lightning* examples of MSL 4. | | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | * commit e3f0db305ed56a3ea2a972e65ac72fff4efc5111 | Author: Adeel Asghar | Date: Thu Oct 14 15:56:04 2021 +0200 | | Fix Windows build for zlib changes (#7989) | | * Fix OMEdit compilation | | Link with -lzlib | | * Fix OMSI build | | * Add the ModelicaExternal dir to get zlib. | | * Fix suitesparse header install for msvc build. | | - suitesparse itself puts its headers in 'suitesparse' dir now. So there | should not be added 'suitesparse' dir from the Makefile specified | CMAKE_INSTALL_INCLUDEDIR. | | * Provide zlib's include dir for linked libs. | | * Explicitly tell fmil where to include zlib headers | | * Install the zlib headers from the Makefile as well | | - Apparently the autoconf generated makefile install for zlib in | ModelicaExternaC does not actually install the headers. Do it manually. | | * Use the Windows path (cygpath) for msvc builds. | | * See if MSVC can configure ModelicaExternalC. | | - If so we build and install zlib. | - If this does not work we might have to move zlib out of ModelicaExternalC | and in to its own directory. | | * See if we can use MSYS cmake instead of OMDev's | | Co-authored-by: Mahder Gebremedhin | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/CMakeLists.txt | M OMEdit/OMEditGUI/OMEditGUI.win.config.pri | * commit 4fe9a5be8a0e7088ef581869e43a31be9d18da4e | Author: arun3688 | Date: Thu Oct 14 15:04:15 2021 +0200 | | add preoptModule introduceOutputRealDerivatives (#7986) | | * add preoptModule introduceOutputRealDerivatives | | * implement "fmi2GetRealOutputDerivatives()" in runtime | | * map VR of output real derivatives only for fmuType=cs | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/CodegenFMU2.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M testsuite/openmodelica/fmi/CoSimulation/2.0/Makefile | A testsuite/openmodelica/fmi/CoSimulation/2.0/fmi_interpolation_01.mos | * commit ed2124ea8907f0bd5c1690e4c0b373f50da0c73d | Author: Rüdiger Franke | Date: Wed Oct 13 15:20:42 2021 +0200 | | Split Cpp initialization equations as already done for other equations | | This avoids compiler optimization warnings about lost track. | It also speeds up compilation a bit. | | This commit reintroduces local extra functions for initialization | that had been removed with commit aa6b151cafdef28d25195819aa8892ff437d9416 | (Suport closures in Cpp algebraic loops as well). | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppHpcom.tpl | M OMCompiler/Compiler/Template/CodegenCppHpcomOld.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit fcf131634bb2844d34eb5b97d00722545cdeb734 | Author: Adeel Asghar | Date: Wed Oct 13 12:44:39 2021 +0200 | | Do not fetch connections while loading the class (#8001) | | Changed access annotation error to notification | Look for error messages after getConnectionCount call | | M OMCompiler/Compiler/Util/Error.mo | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | * commit f58737cb1dd0d07d5d1f40c0e51b820b1951edde | Author: Rüdiger Franke | Date: Tue Oct 12 18:26:45 2021 +0200 | | Keep compiler optimization for Cpp with g++ and clang++ | | This improves the simulation performance significantly; | unfortunately at the cost of longer model compilation times. | | M OMCompiler/SimulationRuntime/cpp/PrecompiledHeader.cmake | * commit ab79a469f0b1550c7e05eb28596b2ebb822dc5f0 | Author: perost | Date: Tue Oct 12 16:20:51 2021 +0200 | | Fix unary expression in FlatModelica::Expression (#7995) | | - Make unary expressions less greedy when parsing expression so that | e.g. -x + y is parsed as -x + y and not -(x + y). | | M OMEdit/OMEditLIB/FlatModelica/Expression.cpp | M OMEdit/Testsuite/Expression/ExpressionTest.cpp | * commit 6e08b4d51aa63d1a4d946d95f47b422a2e282c4a | Author: Mahder Gebremedhin | Date: Tue Oct 12 15:11:46 2021 +0300 | | Fix #7992. Actually declare the variables. | | - I am not sure if this affects MM code. We will see. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit e5d54bcb04b2800bc33fa9158c5692b6443c0ba9 | Author: Adeel Asghar | Date: Tue Oct 12 14:37:31 2021 +0200 | | Return the element annotations for Access level icon (#7993) | | Fixes #7578 | | M OMCompiler/Compiler/Script/Interactive.mo | * commit acafdf2e713875397a425fb98b304789580d33c2 | Author: Adeel Asghar | Date: Tue Oct 12 11:02:48 2021 +0200 | | Fix the display of parameter values (#7991) | | Fixes #7766 | | M OMEdit/OMEditLIB/Element/Element.cpp | * commit 99aa455e61b9c7c2cc1e6273e4ab7663c7d3ae9e | Author: perost | Date: Mon Oct 11 22:57:38 2021 +0200 | | Fix typo in PointAnnotation (#7988) | | - A point has two coordinates, not three. | | M OMEdit/OMEditLIB/Annotations/PointAnnotation.cpp | * commit 45d5fa3b818b282027e17b01f6f281e7de0f31e5 | Author: Mahder Gebremedhin | Date: Mon Oct 11 21:43:32 2021 +0300 | | Fix copy paste error. | | - Change '==' to '=' | | M OMCompiler/Makefile.omdev.mingw | * commit 757e9d6d31752c950cf880a37fa720e12e7b8e3f | Author: Mahder Gebremedhin | Date: Mon Oct 11 17:28:32 2021 +0300 | | [cmake] Configure from root OpenModelica. | | - So far only the OMCompiler subfolder had cmake support. Now the | configuration is stable enough that we can move up and configure | from the OpenModelica directory itself. | | - This means we can now start working on subfolders like 'libraries', | or after some time OMSimulator and then the others at some point. | | M .CI/common.groovy | A CMakeLists.txt | M OMCompiler/CMakeLists.txt | R100 OMCompiler/.cmake/omc_check_exists.cmake cmake/omc_check_exists.cmake | R100 OMCompiler/.cmake/omc_target_info.cmake cmake/omc_target_info.cmake | R100 OMCompiler/.cmake/omc_utils.cmake cmake/omc_utils.cmake | * commit a1b18e11a79b12af0775042cf92b6c8a86da3175 | Author: Mahder Gebremedhin | Date: Mon Oct 11 16:20:13 2021 +0300 | | Silence Sundails install messages. | | - They do not add anything usefull to the printouts. Plus they are | printed whether or not the actual target is updated or not. | | - Set the default install message printing to LAZY, i.e., only print | info if something is actually updated. | | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | * commit 967a23e570747ab7b6cb9e86766ce3383621ed5a | Author: Mahder Gebremedhin | Date: Mon Oct 11 16:18:28 2021 +0300 | | Collect SuiteSparse headers in one directory. | | - It is now done within SuiteSparse itself. | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | * commit a7189e69909a92cd6ae8940f4f7a9cb3f66bb3c1 | Author: Mahder Gebremedhin | Date: Mon Oct 11 13:41:46 2021 +0300 | | [cmake] Install headers in include/omc. | | - The CMake config was installing headers in include/. Now they are | installed in include/omc. This is where they should be. | | - Update compilation flags and fmu sources accordingly. | | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/README.cmake.md | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.cmake | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/cpp/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/fmi/CMakeLists.txt | * commit 896c93e42947f2d6d3a59e02f1a04bc4d376175e | Author: Mahder Gebremedhin | Date: Mon Oct 11 10:23:17 2021 +0300 | | Use zlib from ModelicaExternalC. | | - We have decided to use zlib from here. We could have used the system | zlib. However, modelica annotations request for "zlib" while the system | zlib is OFTEN (but not always) called "libz" which means it should be | used as "z". | | We can modify the annotations to use "z" but then it will be the same | issue on systems that call it "zlib". So we need to find a solution | Originally I was tried creating a sym link to the system zlib in our | lib directories. However, that might be confusing for others. So it | might be better to explicitly build it and use it from here | An added advantage of this is that we can compile it with -fpic so | that we can link it into our static FMUs. | | - This also means that FMIL now uses the zlib from ModelicaExternalC | instead of building its own. There should not be multiple instances | of the same library building multiple times. | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | * commit 5d89b2da3c9d10f5885f1fd999494263ec632c4f | Author: Mahder Gebremedhin | Date: Mon Oct 11 11:38:27 2021 +0300 | | Clean OMSI build directories. | | - These were forgotten and not cleaned. It is problematic because our | Makefiles usually just check for the timestap of the generated Makefiles | in these "CMake generated" directories. If they are cleaned not | properly then they can prevent reconfigurations and recompilations. | | M OMCompiler/Makefile.omsi.common | * commit b6f3a964c7a12203764393ad38092bc387054214 | Author: phannebohm | Date: Sat Oct 9 18:47:00 2021 +0200 | | Fix memory leaks (#7981) | | M OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/sundials_error.c | * commit 618c742bb2f2aac3eb88bedf8ded59a5bd5bfe66 | Author: Martin Sjölund | Date: Sat Oct 9 05:06:42 2021 +0200 | | Use C++14 by default (#7965) | | M OMCompiler/configure.ac | M OMEdit/configure.ac | M OMNotebook/configure.ac | M OMPlot/configure.ac | M OMPlot/qwt/Makefile.unix.in | M OMShell/configure.ac | A common/m4/ax_cxx_compile_stdcxx.m4 | D common/m4/ax_cxx_compile_stdcxx_11.m4 | * commit 188f375ae424e09bfe78e6720d7d46fc36562a61 | Author: perost | Date: Fri Oct 8 17:45:38 2021 +0200 | | Automatically load used libraries (#7980) | | - If a top-level name can't be found during name lookup, try to load a | library with that name. | | M OMCompiler/Compiler/FrontEnd/BackendInterface.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/LookupLibrary1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit aec55cb3aeb7e47ff72603d374b14fc173840683 | Author: Mahder Gebremedhin | Date: Fri Oct 8 12:18:36 2021 +0300 | | [cmake] Fix 3rdParty install include dir specifiers. | | - Use `CMAKE_INSTALL_INCLUDEDIR` instead of manually specifying a folder | name like `include`. This way the person who is building your library | can parameterize their installation as they want. | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/c/cmake_2.8.cmake | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | * commit fe2de1e9f0d46bffa584db0b405e3cb2be9ee83d | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Fri Oct 8 12:13:14 2021 +0200 | | New balance initialization (#7903) | | * [BE] new balance initial system algorithm | | - related to ticket #6200 | - problem: old balancing algorithm is way to convoluted and seems to make errors | - solution: from scratch implementation with new approach: | 1. sort init vars to be matched last | 2. compute adjacency matrix | 3. inverse match (var->eq) | 4. remove unmatched equations | 5. fix unmatched vars | 6. success | - ToDo: 4. check removed equations for consistency | 5. check fixing of unmatched vars for fixability | 6. more documentation | | * [BE] update some comments | | * [BE] remove unwanted commit | | * ping commit | | * reset submodules | | * [BE] update initialization balancing | | - branch off initial equations before balancing | - remove unwanted old stuff | | * [BE] update new initialization | | - use ASSC | - update adjacency matrix handling of missing equations | | * [BE] update ASSC | | - add flag --realASSC which allows ASSC to use real valued coefficients (default: false) | - add flag --initASSC to activate it for the initialization (default: false) | | * [BE] add consistency check to new initialization | | - reactivate old consistancy check for removed equations during balance initialization | - add comments | | * [BE] copy removedEqns for balance initialization | | * [BE] fix consistancy check new initialization | | * [testsuite] fix for new initialization | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/Sorting.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/openmodelica/cruntime/optimization/basic/TFC6.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm4.mos | M testsuite/simulation/modelica/indexreduction/ASSC.mo | M testsuite/simulation/modelica/indexreduction/ASSC.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/SingularInitial.mos | M testsuite/simulation/modelica/initialization/bug_2263.mos | M testsuite/simulation/modelica/initialization/bug_2566.mos | M testsuite/simulation/modelica/initialization/bug_2583.mos | M testsuite/simulation/modelica/msl22/Test3PhaseInitOver.mos | M testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos | M testsuite/simulation/modelica/synchronous/TestClockParameterEvaluation.mos | * commit 04c84c7f0303d2dc7f4c93f7aa7b0cf23fe46f7b | Author: perost | Date: Thu Oct 7 17:12:02 2021 +0200 | | Minor refactoring of connection set handling (#7978) | | - Use the new UnorderedMap in DisjointSets instead of the old | BaseHashTable, since it's more efficient and easier to use. | - Add UnorderedMap.toArray to speed up cases where we just want to | iterate over key-value pairs, and UnorderedMap.toVector for good | measure. | | M OMCompiler/Compiler/Util/DisjointSets.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | * commit 43c7f04abdeb4d970de2815fff5730346cad6551 | Author: perost | Date: Wed Oct 6 21:12:10 2021 +0200 | | Fix #7692 (#7977) | | - Check that the level in assert() is a parameter and mark it as | structural. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/Assert4.mo | A testsuite/flattening/modelica/scodeinst/AssertInvalid4.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 542fd4c8d1ef506d5ed18dc6344abaca6629cde3 | Author: perost | Date: Wed Oct 6 20:58:44 2021 +0200 | | Fix constant evaluation in annotations (#7976) | | - Use EvalConstants if Ceval fails, to make sure structural parameters | are always evaluated. | | M OMCompiler/Compiler/Script/NFApi.mo | * commit dc09ba24d747d2e05a1c4af594047f7291a86af9 | Author: Mahder Gebremedhin | Date: Wed Oct 6 11:30:20 2021 +0300 | | [cmake] Assume we always have C++11 threads. | | - Threads support is needed for HPCOM CPP runtime tests. | - It is a fair assumption for now. If it needs to be checked and enabled | we will do that later. | | M OMCompiler/SimulationRuntime/cpp/Core/CMakeLists.txt | * commit 6fee5fcbb8725347a73c55f2a79611128e07e949 | Author: Mahder Gebremedhin | Date: Tue Oct 5 15:18:48 2021 +0300 | | [cmake] Install CPP runtime FMU2 files. | | - Just a nitpick, the folders should be restructured a bit. A cpp/FMU | folder should contain folder FMU1 and FMU2, i.e, | | - cpp | - FMU | - FMU1 | - FMU2 | | Then the FMU folder's cmake file can take care of both folders. | | A OMCompiler/SimulationRuntime/cpp/FMU2/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/cmake_3.14.cmake | * commit 4da21e4d6833b773a90b7be2364ebca0b528e5be | Author: Mahder Gebremedhin | Date: Wed Oct 6 12:44:38 2021 +0300 | | [cmake] Add OMCppFMU library. | | A OMCompiler/SimulationRuntime/cpp/FMU/cmake_3.14.cmake | * commit 82881f3affb3af3b762794d6145010944d142824 | Author: Mahder Gebremedhin | Date: Tue Oct 5 15:16:34 2021 +0300 | | [cmake] Add static versions of CPP runtime libs. | | - Add the required static libraries based on tests in the testsuite. | If more of them are needed to be built as static then they will be | added later. Right now this is purely test guided and trying to make | sure the tests in the testsuite are passing. | | M OMCompiler/SimulationRuntime/cpp/Core/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/CMakeLists.txt | * commit 7a55db8b2c525067594a7df9aab20658a907b364 | Author: Mahder Gebremedhin | Date: Tue Oct 5 12:06:42 2021 +0300 | | [cmake] Improve CMake config for CPP runtime. | | - Add libraries | - libOMCppDASSL | - libOMCppDgesv | - libOMCppNewton | | - Improve generation of config file LibrariesConfig.h | | - All tests that use the shared build of CPP runtime are passing now. | | M OMCompiler/SimulationRuntime/cpp/Core/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/FMU/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/cmake_3.14.cmake | * commit 4449cc07e0ae4e1ae06965e42805f01eea0e13fc | Author: perost | Date: Wed Oct 6 15:48:21 2021 +0200 | | Implement DynamicSelect for more annotations (#7975) | | - Implement DynamicSelect-aware classes for the various types used in | annotations and replace some of the the static variables with those. | - Add warning message when trying to read the value of a variable that's | not in the result file. | | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.h | A OMEdit/OMEditLIB/Annotations/BooleanAnnotation.cpp | A OMEdit/OMEditLIB/Annotations/BooleanAnnotation.h | A OMEdit/OMEditLIB/Annotations/ColorAnnotation.cpp | A OMEdit/OMEditLIB/Annotations/ColorAnnotation.h | A OMEdit/OMEditLIB/Annotations/DynamicAnnotation.cpp | A OMEdit/OMEditLIB/Annotations/DynamicAnnotation.h | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.h | A OMEdit/OMEditLIB/Annotations/ExtentAnnotation.cpp | A OMEdit/OMEditLIB/Annotations/ExtentAnnotation.h | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/LineAnnotation.h | A OMEdit/OMEditLIB/Annotations/PointAnnotation.cpp | A OMEdit/OMEditLIB/Annotations/PointAnnotation.h | M OMEdit/OMEditLIB/Annotations/PolygonAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/PolygonAnnotation.h | A OMEdit/OMEditLIB/Annotations/RealAnnotation.cpp | A OMEdit/OMEditLIB/Annotations/RealAnnotation.h | M OMEdit/OMEditLIB/Annotations/RectangleAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/RectangleAnnotation.h | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/TextAnnotation.h | M OMEdit/OMEditLIB/FlatModelica/Expression.cpp | M OMEdit/OMEditLIB/FlatModelica/Expression.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 33c81d1725405aba5d01961602925062f41af8de | Author: perost | Date: Tue Oct 5 19:26:49 2021 +0200 | | Improve Expression class in OMEdit (#7968) | | - Fix parsing of >= and == that didn't consume the last =. | - Fix binaryOpFromToken for ==, <> and <, which was wrong due to a | copy/paste error. | - Simplify unary operators when the operand is a literal so that e.g. -5 | becomes -5 instead of -(5). | | M OMEdit/OMEditLIB/FlatModelica/Expression.cpp | M OMEdit/OMEditLIB/FlatModelica/Expression.h | M OMEdit/Testsuite/Expression/ExpressionTest.cpp | * commit 68006652b79bf2d2779e46a014ced99522f1ca04 | Author: perost | Date: Fri Oct 1 22:42:20 2021 +0200 | | Strip DynamicSelect where not yet supported (#7967) | | - Use the first argument of DynamicSelect for annotations that don't | support DynamicSelect yet. | | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/PolygonAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/RectangleAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | * commit e01867fbc8b2df3b3d93cab2c9e9111d9de2d66f | Author: perost | Date: Fri Oct 1 18:10:59 2021 +0200 | | Fix GDBMIParser (#7964) | | M OMEdit/OMEditLIB/Debugger/Parser/GDBMIParser.cpp | * commit ca4d5c1e45495cb4b8fe919caafc1942243fa0a0 | Author: perost | Date: Fri Oct 1 17:45:00 2021 +0200 | | Document Expression and fix some design issues (#7963) | | - Document the public interface of the Expression class. | - Implement Expression::isBooleanish that can be used to check if an | Expression is convertible to bool. | - Split toString into two methods: stringValue that returns the string | contained in a String expression and toString that returns the | expression printed as a string. toString previously had different | behaviour depending on whether the Expression was a string or not, | which was potentially confusing. | - Rename toInteger -> intValue, toReal -> realValue, and | toBoolean -> boolValue to reflect the design change with toString. | - Change Expression::size to use a 0-based index instead of 1-based. | | M OMEdit/OMEditLIB/FlatModelica/Expression.cpp | M OMEdit/OMEditLIB/FlatModelica/Expression.h | M OMEdit/OMEditLIB/FlatModelica/ExpressionFuncs.cpp | * commit ba2cc3caa58d2ded56bf88b6232461527d106e9a | Author: Mahder Gebremedhin | Date: Thu Sep 30 18:37:39 2021 +0300 | | [cmake] Improve config support for CPP runtime. | | - Added libraries | - libOMCppDataExchange.so | - libOMCppExtensionUtilities.so | - libOMCppModelicaUtilities.so | - libOMCppOMCFactory.so | - libOMCppSimController.so | - libOMCppSimulationSettings.so | - libOMCppSystem.so | | - Improve installation of headers. | | - Fix some config variables. | - There are many more to fix. They will be added based on test | failures as I can not be sure what they all means right now. | | M OMCompiler/SimulationRuntime/cpp/Core/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/SimCoreFactory/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/cmake_3.14.cmake | * commit c66243a4309c5fe59d6c95dadea5d560699d0a82 | Author: Mahder Gebremedhin | Date: Thu Sep 30 11:50:07 2021 +0300 | | [cmake] Initial config support for CPP runtime. | | - Libraries handled so far | - libOMCppModelica | - libOMCppMath | - libOMCppSolver | - libOMCppCVode | - libOMCppKinsol | - libOMCppLinearSolver | | M OMCompiler/SimulationRuntime/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/cmake_3.14.cmake | * commit 4369b9d278c84a16ec5233b91de2ac117806de0c | Author: Mahder Gebremedhin | Date: Fri Oct 1 13:40:24 2021 +0300 | | [cmake] Generated dummy user table for StandardTable | | - The define DUMMY_FUNCTION_USERTAB is needed. Otherwise we are getting | undefined references to `usertab` when linking to libModelicaStandardTables | | M OMCompiler/3rdParty | * commit b50d975fff129718d340bb7e9f21f5de32e52afa | Author: Mahder Gebremedhin | Date: Fri Oct 1 14:10:06 2021 +0300 | | For now install kinsol_impl.h until #7959 is fixed (#7961) | | - We should not be using internal headers of Kinsol. There is an interface | specifically for specifying the linear solver for Kinsol. We should | use that instead. | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | * commit fa2abe1d2021f8336e07848b160906d323667912 | Author: perost | Date: Fri Oct 1 11:29:06 2021 +0200 | | Downgrade OMEditLIB to c++14 (#7956) | | - Downgrade to c++14 in OMEditLIB for better compatibility with older | distributions. | - Remove CONFIG from OMEdit.pro since it doesn't seem to have any | effect. | | M OMEdit/OMEdit.pro | M OMEdit/OMEditLIB/OMEditLIB.pro | * commit 7b42f0ac3e92fc25caf75079b180c165d7720e36 | Author: Martin Sjölund | Date: Fri Oct 1 09:54:14 2021 +0200 | | Use a newer docker image for cmake build (#7958) | | Xenial is outdated and the ca-certs no longer work. | | A .CI/cache-without-cmake/Dockerfile | M Jenkinsfile | * commit e389033dfe7ba3077c5366ecdbf2b77ede39e61e | Author: Martin Sjölund | Date: Fri Oct 1 08:22:42 2021 +0200 | | Update build-deps to v1.16.3 (new ca-certs) (#7957) | | M .CI/cache/Dockerfile | M Jenkinsfile | * commit df49713fdaba0ef67da53d24bc022ed652723cea | Author: perost | Date: Thu Sep 30 15:56:19 2021 +0200 | | Add more tests of the Expression class (#7955) | | - Add more tests. | - Remove the case in Expression that evaluates DynamicSelect to its | second argument, since it ended up not being used in OMEdit and | removing it improves the testing. | | M OMEdit/OMEditLIB/FlatModelica/Expression.cpp | M OMEdit/Testsuite/Expression/ExpressionTest.cpp | M OMEdit/Testsuite/Expression/ExpressionTest.h | * commit f465ce586f91d1e5c08fe998d32691b694376bec | Author: Adeel Asghar | Date: Thu Sep 30 14:32:20 2021 +0200 | | Exposed Settings.getHomeDir as API function getHomeDirectoryPath (#7954) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | * commit d6d4eaf2d9032512366137a6bc8e85f836ef690b | Author: perost | Date: Wed Sep 29 17:48:26 2021 +0200 | | Improve DynamicSelect handling in OMEdit (#7952) | | - Improve StringHandler::getStrings to handle strings that contain | Modelica expressions better. | - Change both old and new frontend to just return DynamicSelect calls as | they are and let OMEdit handle them. | | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMEdit/OMEditLIB/Element/Transformation.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | M testsuite/openmodelica/interactive-API/Ticket6167.mos | M testsuite/openmodelica/interactive-API/getIconAnnotation.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | * commit 51bb7b189cebc9e736845589ba1e41e51dce63fe | Author: Adeel Asghar | Date: Wed Sep 29 15:43:31 2021 +0200 | | Added test for Expression class (#7951) | | A OMEdit/Testsuite/Expression/Expression.pro | A OMEdit/Testsuite/Expression/ExpressionTest.cpp | A OMEdit/Testsuite/Expression/ExpressionTest.h | M OMEdit/Testsuite/RunOMEditTestsuite.sh | M OMEdit/Testsuite/Testsuite.pro | * commit 5e2fb7fd112318c74985cfbc91044df75e0e7b93 | Author: perost | Date: Wed Sep 29 12:55:42 2021 +0200 | | Improve handling of DynamicSelect in OMEdit (#7946) | | - Implemented an Expression class for parsing and evaluating flat | modelica expressions, with support for most builtin operators and | functions. | - Use the new Expression class for textString annotations to enable | dynamic behaviour via DynamicSelect. | | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | A OMEdit/OMEditLIB/FlatModelica/Expression.cpp | A OMEdit/OMEditLIB/FlatModelica/Expression.h | A OMEdit/OMEditLIB/FlatModelica/ExpressionFuncs.cpp | A OMEdit/OMEditLIB/FlatModelica/ExpressionFuncs.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M testsuite/openmodelica/interactive-API/Ticket6167.mos | * commit 3a35a81904965488aebbf84498e6ceab4d522d8e | Author: Mahder Gebremedhin | Date: Wed Sep 29 13:28:08 2021 +0300 | | Fix #7945. Do not dereference NULL pointer. (#7948) | | - Check if NULL and bail out for now. Maybe there can be some recovery | semantics for the flag. For now just prevent segfaulting. | | M OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c | * commit a98ea9376445fe62ac954d5b64b0b4cfb0666c32 | Author: Martin Sjölund | Date: Wed Sep 29 11:58:18 2021 +0200 | | Add article from Biosystems 2021 (#7950) | | M doc/bibliography/journals.cite | M doc/bibliography/openmodelica.bib | * commit 5d3cce6a3c0a50958ece06783b025e1aebd26080 | Author: Mahder Gebremedhin | Date: Tue Sep 28 17:17:17 2021 +0300 | | Minor formatting for sundials recipe. | | - This is minor but I forgot to test Windows build in the previous PR | for chaning sundials install directories. This will test that as well | | M OMCompiler/Makefile.common | * commit b9f58eb5926be232642b00c18715b02187a48658 | Author: Mahder Gebremedhin | Date: Tue Sep 28 15:29:59 2021 +0300 | | Change sundials install directory. | | - Sundials will be installed in `/include/omc` instead of | `/include/omc/c` Note the c. | | - More libraries should be fixed like this. Ipopt is already done some | time ago. | Figured that now is as good a time as any to fix sundials. | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Makefile.common | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | * commit 923be1b6c072afdf706db8f0d2226952b9007000 | Author: perost | Date: Tue Sep 28 15:06:54 2021 +0200 | | Remove "using namespace std" in OMEdit header (#7940) | | - Remove "using namespace std" in GDBMIParser.h to avoid name conflicts. | | M OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp | M OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.h | M OMEdit/OMEditLIB/Debugger/Parser/GDBMIOutput.g | M OMEdit/OMEditLIB/Debugger/Parser/GDBMIParser.cpp | M OMEdit/OMEditLIB/Debugger/Parser/GDBMIParser.h | * commit 04b122e7a82f40311849b17a63d2c161aa00a1d0 | Author: Henning Kiel | Date: Tue Sep 28 14:56:27 2021 +0200 | | [macOS] copy also version specific library (#7943) | | M OMCompiler/Makefile.in | * commit c9691ae36b68211bb41915895b18a3ac8755ad89 | Author: Mahder Gebremedhin | Date: Mon Sep 27 14:45:42 2021 +0300 | | [cmake] Update source FMU config. | | - The source FMU handling code has been updated for the normal build | since it was easier to change change it than to try and follow it. | | This changes reflect that for the CMake config. | | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.cmake | M OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | * commit 683c6a47f9d0be73df132003b10090fd651d1e85 | Author: Mahder Gebremedhin | Date: Tue Sep 28 13:12:41 2021 +0300 | | Restructure and organize source code FMU handling | | - It is better to rewrite this than to try and make sense of it. | - Name variables properly. | - Follow the same code structure and style. | - Make intentions clear. | - Add comments where needed. | | - I am still not sure what more is needed or what needs to be removed. | We will see as we go. | For now this simplification is a good starting place. | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.tpl | * commit 6ecc2c6b772c6738dd6cba94bb84dc0cfa1e8ee9 | Author: Martin Sjölund | Date: Tue Sep 28 13:25:02 2021 +0200 | | Add papers from Modelica 2021 (#7942) | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | * commit 2af9139a26e0cdd5ad8448bf8c11f6683108f045 | Author: arun3688 | Date: Mon Sep 27 16:20:03 2021 +0200 | | fix modelprefix name and output path for dataReconciliation report (#7938) | | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | * commit 7dd0e712f476d9d88af5a211caec85e9214ba6ee | Author: Adeel Asghar | Date: Mon Sep 27 15:21:07 2021 +0200 | | Added msvc19 to the build targets (#7915) | | Fixes #7914 | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | * commit 3a5b8e7d54cabf163a6cb4a7d2c898084e17737a | Author: perost | Date: Mon Sep 27 14:48:43 2021 +0200 | | Set C++17 in OMEditLib (#7937) | | M OMEdit/OMEditLIB/OMEditLIB.pro | * commit 2c412616c77adeccf0f379d2738d74beea741f72 | Author: Mahder Gebremedhin | Date: Sun Sep 26 19:49:06 2021 +0300 | | Remove embedded Bstatic and Bdynamic flags. | | - Specify them using the configuration mechanism instead. | | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/configure.ac | * commit 1bffd0415959df6b3ceaadf659380531d4b9b30a | Author: Mahder Gebremedhin | Date: Sun Sep 26 14:02:53 2021 +0300 | | [cmake] Prefer static versions of the libraries. | | - We sometimes have both static and dynmaic versions of some libraries. | e.g. right now sundials libs are built as both static and dynamic | since the CPP runtime needs dynamic versions and FMUs need static | versions. | | So make sure we link to the static ones when building static versions | of FMUs | | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit 347c240ffa0fbb07ba709efdba7c9a3e2a635e0c | Author: phannebohm | Date: Sat Sep 25 17:45:37 2021 +0200 | | [janitor] Fix formatting and typos (#7932) | | * [janitor] Fix formatting and typos | | * [janitor] Use existing enums | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.h | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M OMCompiler/SimulationRuntime/c/util/varinfo.c | M OMCompiler/SimulationRuntime/c/util/varinfo.h | * commit ddedfde79af262d2dd18f5fc486c5e4ad139c164 | Author: Mahder Gebremedhin | Date: Sat Sep 25 14:19:37 2021 +0300 | | [cmake] Link simulation exe to zlib explicitly. | | - The CMake build currently does not link libSimulationRuntimeC or the | generated simulation code to libfmil. | libfmil has embedded zlib code within itself. As far as I can tell | this is why the normal autoconf guided simulation exe compilation | never complained about zlib missing. It is all so confusing to follow. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit 395c1164f9a543662387a4318a93a2c52b8043d3 | Author: Mahder Gebremedhin | Date: Sat Sep 25 14:08:29 2021 +0300 | | Specify static fmu linking flags using config. | | - Do not add a library to the link command line using MetaModelica | code (CevalScriptBackend.mo). It is more conveninet to do it usuing | config files. | | A new variable `Autoconf.ldflags_runtime_fmu_static` specifies the | libraries to be linked for static source code FMUs. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Util/Autoconf.mo.in | M OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/configure.ac | * commit 5a8d06366edbc3a9a0335ab37a13f131a2075828 | Author: Mahder Gebremedhin | Date: Sat Aug 28 11:59:18 2021 +0200 | | [cmake] Link to libdl and libomcmemory. | | - libomcmemory is needed by all generated 'function' code files. In | addition to generated simulation code, that is. | - libdl is needed by c/simulation/solver/embedded_solver.c | | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit dc51ad747eba857ac1600edc1d2e504ecd2982fb | Author: Mahder Gebremedhin | Date: Fri Sep 24 11:45:07 2021 +0300 | | [cmake] Complete linking of libOpenModelicaFMIRuntimeC. | | - This library is built as a static library and contains everything | needed to run an OpenModelica FMU. Therefore it has to include the | functionality from the other libraries. | | - It is not complete yet. I have to see what more needs to go in here. | | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit f8ab091bc46e9b905d0e21ce1074ece3471dfb82 | Author: phannebohm | Date: Fri Sep 24 21:44:29 2021 +0200 | | Fix issue #7848 (#7856) | | I don't even understand how this worked before. | | The data about the nonlinear system was initialized after checking | for the sparse pattern, but at that time the sparse pattern was not | initialized yet so that case should have never occured. I swapped | the order of that so now it reports correctly to use a sparse solver. | | Also the solver is now chosen after all systems have been looked at. | This avoids some segmentation faults that haven't been found before | by accident I guess. | | This helps a handfull of models in the testsuite but also breaks one, | namely Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed | This fails for some other reason. TODO find and fix that other reason! | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/simulation/libraries/msl32/Makefile | M testsuite/simulation/modelica/daemode/testDAEScaling.mos | M testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos | * commit 797491b1c4220c2e1b93af21fa1658cf0805fffa | Author: hudson | Date: Fri Sep 24 17:20:27 2021 +0000 | | Updated libraries | * libraries 49a1db1...a83ef51 (1): | > Bump libraries | | M libraries | * commit 0b6483b875453c0f300870b98f4d2a7a5fa0cf6c | Author: Adeel Asghar | Date: Fri Sep 24 14:59:24 2021 +0200 | | Added support for co-simulation solver option (#7927) | | Fixes #7920 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | * commit 936f854a722e10e44e5ac2b0d4186e62cfd89d32 | Author: Mahder Gebremedhin | Date: Mon Sep 20 13:10:15 2021 +0300 | | [cmake] Complete generation of RuntimeSources.mo | | - The configuration code for source code FMUs (generation of RuntimeSources.mo) | is now moved to a separate file | SimulationRuntime/c/cmake/source_code_fmu_config.cmake | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.cmake | A OMCompiler/SimulationRuntime/c/cmake/source_code_fmu_config.cmake | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 76b560a024184c0d350b3fcbc55150dd54cae1b1 | Author: Mahder Gebremedhin | Date: Fri Aug 27 19:14:41 2021 +0200 | | [cmake] Improve handling of Simrt/fmi directory | | - This whole thing does not make much sense to me. It is unusual where | sources are located. where they are expected to be installed to. | | e.g. the files in SimulationRuntime/fmi/export/fmi are expected to be | installed into include/c/fmi and in include/c/fmi-export. | While there is an actual directory SimulationRuntime/fmi whose contents | are just skipped. | Why are these files in SimulationRuntime/fmi if they are treated as | if they were in SimulationRuntime/c/fmi and the ones that are currently | in SimulationRuntime/c/fmi are just ignored. | | Also where is the installation code for the SimulationRuntime/fmi files | located? | Somewhere in SimulationRuntime/c/Makefile.common! in the last place | you would expect there are two simple copy statements that jump over | directories like they are pebbles on the road and copy some of them | to include/c/fmi and the other to include/c/fmi-export | | I do not think it is harsh to classify this whole implementation as | either gross incompetence or (most likely) complete disregard | for quality and lack of care for subsequent developers. | IT WORKS FOR ME AND THAT IS WHAT MATTERS. I AM GOING TO ADD THIS NEW | SHINY GOLD PLATED CLAY BALL TO OPENMODELICA. IT LOOKS FANCY. | JUST DO NOT LOOK INSIDE. | | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | M OMCompiler/SimulationRuntime/fmi/CMakeLists.txt | * commit e8e716d0d23e99c7a4e3afa34ff8640a4bc47ddf | Author: Mahder Gebremedhin | Date: Thu Aug 26 12:59:05 2021 +0200 | | [cmake] Install source FMU C files | | - Install the needed source files for Source Code FMUS to `share/omc/source` | - The directory of the installed files can be modified using the variable | `fmu_sources_dir` in RuntimeSources.mo. | | - Improve generation of RuntimeSources.mo | - Make substituted variable names more descriptive and unique. | - Add missing files. | - Put fmi-export files. The handling of FMI headers needs to be completely | restructured. It makes no sense at the moment. | | - Change the install prefix to build/ in the root OpenModelica directory | to match what is done in the normal autoconf build system. | | M .CI/common.groovy | M Jenkinsfile | M OMCompiler/SimulationRuntime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.cmake | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | A OMCompiler/SimulationRuntime/fmi/CMakeLists.txt | A OMCompiler/SimulationRuntime/fmi/export/buildproject/CMakeLists.txt | * commit b3461ce6a6e4c81be7bfa16046c4ad6f7d392740 | Author: Mahder Gebremedhin | Date: Fri Aug 27 19:07:44 2021 +0200 | | Specify sources dir for FMUs from outside. | | - The C sources for source code FMUs can be found using the variable | `RuntimeSources.fmu_sources_dir` | | This does not change much by itself yet. However, we can now specify | the location at configure time. The reason it is added now is for the | CMake configuration which puts the files in share/omc/c/sources. | This way it works for both build systems (CMake and autconf). | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.tpl | * commit 367de618dc73f22f49df3b4b65928c6cd1874bd3 | Author: Mahder Gebremedhin | Date: Fri Aug 27 18:43:41 2021 +0200 | | [cmake] Build libOpenModelicaCompiler as shared | | - Had to be done eventually. | - There is also the issue of finding the installation directory, i.e, | the directory where omc is located. This info is used to locate | libraries and include directories relative to the exe. | | The way it works now, the function SettingsImpl__getInstallationDirectoryPath | uses dladdr to find itself and uses the dli_fname of the shared lib | which contains it. This will not work if we have a static lib. | | Actually it finds itself and gives the path but it gives a relative | path. Anyway it is something that can not be relied on as much as I | can gather from the internet. | | We had to make it shared at some point anyway. | | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/CMakeLists.txt | * commit 96b9e9759be835b50962f56866df1e56c7237df2 | Author: Mahder Gebremedhin | Date: Wed Aug 25 11:59:34 2021 +0200 | | [cmake] Add -fPIC to default CFLAGS | | - Add -fPIC to default CFLAGS for 'function' code. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit 881cfecb4e28721a4bdc7048e5b8d05d0844ae6d | Author: Mahder Gebremedhin | Date: Thu Sep 23 12:32:51 2021 +0300 | | [cmake] Install libomcruntime. | | - The lib is needed for compiling bootstrapping tests in the testsuite. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit cbc74dd8672398f88e4d7b555f87bc71c8fb4dc1 | Author: Mahder Gebremedhin | Date: Tue Aug 24 15:21:14 2021 +0200 | | Add '/include/' to include path. | | - In addition to '/include/omc/c' | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 84e44a90a97a6f2ec7249de88c1aa71052b68aa1 | Author: Mahder Gebremedhin | Date: Fri Sep 24 10:33:11 2021 +0300 | | Remove .c files from headers list. | | - I think they were there by mistake since the source code FMUs and | everything else does not seem to need them to be there. | | M OMCompiler/SimulationRuntime/c/Makefile.common | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | * commit 2c13e0ce9e00a5829be283627e674ebd18d91e20 | Author: hudson | Date: Thu Sep 23 17:21:35 2021 +0000 | | Updated libraries | * libraries 2affacd...49a1db1 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit 71e49ae511c4a0c45aee64028f9ab16d016e229e | Author: Adeel Asghar | Date: Thu Sep 23 14:47:22 2021 +0200 | | Use icons in the plot window toolbar. (#7926) | | Fixes #7712 | | A OMEdit/OMEditLIB/Resources/icons/auto_scale.svg | M OMEdit/OMEditLIB/resource_omedit.qrc | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | A OMPlot/OMPlot/OMPlotGUI/Resources/icons/auto_scale.svg | A OMPlot/OMPlot/OMPlotGUI/Resources/icons/fit-to-diagram.svg | A OMPlot/OMPlot/OMPlotGUI/Resources/icons/options.svg | A OMPlot/OMPlot/OMPlotGUI/Resources/icons/print.svg | A OMPlot/OMPlot/OMPlotGUI/Resources/icons/save.svg | M OMPlot/OMPlot/OMPlotGUI/resource_omplot.qrc | * commit 711560bbabea15786c3f46bf3f6e07f8eac61996 | Author: perost | Date: Wed Sep 22 19:27:19 2021 +0200 | | Fix evaluation of String(r, format) (#7924) | | - Prefix the usergiven format string with %. | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M testsuite/flattening/modelica/scodeinst/CevalString1.mo | M testsuite/flattening/modelica/scodeinst/FuncString.mo | * commit bcc8ddd0ec20d5905d7c08da00cb23968da851ce | Author: hudson | Date: Tue Sep 21 17:22:23 2021 +0000 | | Updated libraries | * libraries 0237624...2affacd (1): | > Bump libraries | | M libraries | * commit e64d207a4c6bf51e064eab07acdceb5c590da2d6 | Author: hudson | Date: Mon Sep 20 17:25:09 2021 +0000 | | Updated libraries | * libraries 94c6dd7...0237624 (1): | > Bump libraries | | M libraries | * commit 65c51f25ec31b8bdbd8898c98d7f3af0f309c9ef | Author: Rüdiger Franke | Date: Mon Sep 20 17:48:43 2021 +0200 | | Skip simvar lookup in templates for C++ function context | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit b111336289284c0aba942763b69543dea6cb6933 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Sat Sep 18 20:16:42 2021 +0200 | | [NF] update non scalar parameter bindings (#7816) | | - aims for ticket #7485 | - do scalarize array parameter bindings if they have one of the following attributes: | min, max, nominal | - otherwise it would lead to errors in code generation (non scalar entries in init.xml not possible) | | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | * commit e8c552ea1de60ee9c1362c2690919a8221e93a4f | Author: Rüdiger Franke | Date: Sat Sep 18 13:38:47 2021 +0200 | | Remove access to state vector from C++ functions | | This cannot result in anything good. See: | Modelica.Media.Examples.PsychrometricData | messing up function input x with model state x. | | See also | Modelica.Media.Examples.TestOnly.FlueGas | that was working by chance. | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit d158de150c19576a123321ec9243dfc7a0a0b20f | Author: Rüdiger Franke | Date: Fri Sep 17 21:57:57 2021 +0200 | | Remove tolerance for Cramer's rule from C++ Newton | | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | * commit 7572d80b784ebff107ccaff54548574342fa46a8 | Author: Rüdiger Franke | Date: Fri Sep 17 19:41:17 2021 +0200 | | Apply Cramer's rule to 1x1 and 2x2 systems in C++ runtime | | Unfortunately OpenModelica generates many of those. | See e.g. issue #7815 (omc emits trivial algebraic loops). | | M OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | * commit 7812ca84dd7bbdc0babeb1e4e234782394c14b7f | Author: hudson | Date: Fri Sep 17 17:20:53 2021 +0000 | | Updated libraries | * libraries 30c4b5b...94c6dd7 (1): | > Bump libraries | | M libraries | * commit 5904bb99edddbb8c690b3b08a3cd18b6e6e6092a | Author: perost | Date: Fri Sep 17 15:32:28 2021 +0200 | | Set C++17 for OMEdit (#7910) | | M OMEdit/OMEdit.pro | * commit 5ae02bbd5fdbbd07418c56862207cffc1f7846ce | Author: Rüdiger Franke | Date: Thu Sep 16 21:41:16 2021 +0200 | | Adapt tolerances of C++ Newton and DASSL to overal simulation tolerance | | Limit DASSL to 1e-10, see Modelica.Electrical.Analog.Examples.SimpleTriacCircuit. | | M OMCompiler/SimulationRuntime/cpp/Core/Solver/INonLinSolverSettings.h | M OMCompiler/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSL.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos | * commit 90979803fa3c715cb65b652dd8cc609b2d82a668 | Author: Rüdiger Franke | Date: Thu Sep 16 21:37:58 2021 +0200 | | Propagate overall simulation tolerance to C++ global settings | | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/FMU/FMUGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/FMU2/FMU2GlobalSettings.h | * commit 7468c4e381113395a4d86f835a337144d84ff0c8 | Author: Adeel Asghar | Date: Thu Sep 16 16:23:50 2021 +0200 | | Convert display symbol back to unit (#7908) | | M OMEdit/OMEditLIB/Util/Utilities.cpp | * commit c646540cc1218097326acd037c4a1dfc58bf9a46 | Author: perost | Date: Thu Sep 16 15:23:22 2021 +0200 | | Improve #7906 (#7907) | | - Use the OMC interface instead of sendCommand to call countMessages, | to further improve the performance over #7906. | | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | * commit 4f5e8054f9d33932305ff59bbce3aa2ea22be915 | Author: perost | Date: Thu Sep 16 14:42:35 2021 +0200 | | Speed up OMCProxy::getMessagesStringInternal (#7906) | | - Check if there are any messages waiting before calling | the getMessagesStringInternal API function, since it's called a lot | and is relatively expensive to call. | | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | * commit e1fae0b5362e13147f5b8884f3b51910414448ef | Author: Adeel Asghar | Date: Thu Sep 16 13:56:18 2021 +0200 | | Added GUI support for data reconciliation (#7897) | | * Added GUI support for data reconciliation | | Fixes #7892 | | * fix html report path for data Reconciliation | | Co-authored-by: arun3688 | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationOptions.h | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.h | M doc/UsersGuide/source/omedit.rst | * commit 9e0e8de85450324a1320c957af707964cf96ae12 | Author: perost | Date: Thu Sep 16 11:15:45 2021 +0200 | | Implement getInheritedClasses in NFApi. (#7905) | | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Stubs/NFApi.mo | * commit 1e6f45a563a2df7b8579664883bf3b5c0fdb2b0f | Author: perost | Date: Thu Sep 16 02:51:58 2021 +0200 | | Fix lookup in generated inner components (#7902) | | - Instantiate generated inner components when required during lookup. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | * commit ea40c925a5da30cf352147d15f82007f5d3f5592 | Author: Adeel Asghar | Date: Thu Sep 16 02:35:49 2021 +0200 | | Round the connection start and end values (#7901) | | Fixes OpenModelica/OMSimulator#1022 | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit d20546c256f4b690f4880e7d0e81e1ade215536a | Author: perost | Date: Wed Sep 15 13:41:45 2021 +0200 | | Work around MetaModelica bug in Conversion (#7898) | | M OMCompiler/Compiler/Script/Conversion.mo | * commit 8a54d62e9fe9fd712d49a0b0824d6c3d1218649c | Author: perost | Date: Wed Sep 15 12:24:27 2021 +0200 | | Fix simulate API (#7896) | | - Change numberOfIntervals to an Integer in the simulate calls defined | in ModelicaBuiltin, since that's what the rest of the compiler assumes | it to be. | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit 12eb8cfedad6a4ae97fa1e8923c784441dda3283 | Author: Rüdiger Franke | Date: Tue Sep 14 22:05:54 2021 +0200 | | Fix Windows build with logs for dynamic state selection (issue #7893) | | This was wrongly introduced with commit 853df898f6eccfeab28d61914fc6db83ff43106c. | | M OMCompiler/SimulationRuntime/cpp/Core/Solver/FactoryExport.h | * commit a5c325c6fced96a18556823a2c3fafe83bb67323 | Author: perost | Date: Tue Sep 14 19:55:09 2021 +0200 | | Fix DynamicSelect for nfAPI (#7891) | | - Remove constant evaluation of DynamicSelect, since DynamicSelect is | impure anyway and should never be constant evaluated. | - Implement the same simplification rules for DynamicSelect that the OF | uses: | DynamicSelect("%y", String(y, significantDigits = 3)) => {"%y", y, 3} | DynamicSelect(true, y) => {true, y} | DynamicSelect(arg, ...) => arg | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/openmodelica/interactive-API/Ticket6167.mos | * commit 3e64f0a0b2f9883878cc3cf95b60623b773e6150 | Author: Rüdiger Franke | Date: Tue Sep 14 06:57:32 2021 +0200 | | Fix memory leak in case of singular Jacobian for dynamic state selection | | M OMCompiler/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | M OMCompiler/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.h | * commit 853df898f6eccfeab28d61914fc6db83ff43106c | Author: Rüdiger Franke | Date: Mon Sep 13 19:43:03 2021 +0200 | | Turn error into warning if singular Jacobian for dynamic state selection | | - SystemStateSelection.cpp: additionally don't reset changed flag | (see Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint) | - CodegenCpp/Old.tpl: avoid compiler warning for unreached code | - update msl32_cpp tests | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Core/Solver/FactoryExport.h | M OMCompiler/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | * commit c63e1bce76a8cb5ef57b1fa245c8b88349967c63 | Author: Adeel Asghar | Date: Mon Sep 13 12:45:26 2021 +0200 | | Do not show a checkbox to plot a protected array (#7886) | | Fixes #7880 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | * commit a17fd60cd828a344638aa1fb53c4e4b3c73afe94 | Author: hudson | Date: Fri Sep 10 17:20:23 2021 +0000 | | Updated libraries | * libraries e18eb20...30c4b5b (2): | > Bump libraries | > Bump libraries | | M libraries | * commit 675fe8580e7341cdbda086395d72269603519316 | Author: Adeel Asghar | Date: Thu Sep 9 12:30:24 2021 +0200 | | Show the library version information in the documentation view (#7883) | | * Show the library version information in the documentation view | | * Do not fetch the information twice. | | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | * commit ef894ab9465e156a3c619ccea0c0fed47ef4f09f | Author: Rüdiger Franke | Date: Wed Sep 8 19:15:41 2021 +0200 | | Add test for numerical overflow to stopping criterion of C++ Newton | | This fixes a change introduced with commit e9f86ba1ce85f3717aac37619053a01e42997502 | (Make Cpp Newton solver more robust). | | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | * commit c4c85238ef4dd809e7ad79f3fd0c185025338287 | Author: perost | Date: Wed Sep 8 16:03:04 2021 +0200 | | Improve conversion script handling (#7881) | | - Remove manual rules hack for the MSL conversion script. | - Apply imports to names before converting them, and remove the imported | part afterwards if possible. | - Ignore imports shadowed by local elements. | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/Script/Conversion.mo | M testsuite/openmodelica/conversion/ConvertClass5.mos | A testsuite/openmodelica/conversion/ConvertClass6.mos | M testsuite/openmodelica/conversion/Makefile | * commit a4d13b977d6b7f184d6d4e9664cd5b9f0b275d57 | Author: Adeel Asghar | Date: Wed Sep 8 09:54:09 2021 +0200 | | Show checkbox to plot for array variables (#7879) | | Fixes #7878 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | * commit db0f27bb656d8f5e4831cf01e7be986125bc87dc | Author: hudson | Date: Tue Sep 7 17:20:17 2021 +0000 | | Updated libraries | * libraries e548b42...e18eb20 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit 413ca25e58482d755687e37be85d9c16eb873cc4 | Author: Adeel Asghar | Date: Tue Sep 7 15:14:55 2021 +0200 | | Load the .mol if is specified to load at startup via settings (#7877) | | Fixes #7775 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | * commit db555f8e16b6f72656b17c217255b9730d3d681a | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Tue Sep 7 13:10:18 2021 +0200 | | [BE] follow up for PR #7853 (#7875) | | - refers to ticket #7832 | - fixes FFT model regressions from previous PR | - Problem: removing all subscripts on LHS in algorithms lead to many hash table accesses for big tensors (n^2 where n is number of tensor elements) | - Solution: only do it for non constant subscripts | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 371f2e14a703548fd97441c98a7a3aac41114e34 | Author: perost | Date: Tue Sep 7 12:09:46 2021 +0200 | | Revert "Improve handling of noEvent (#7871)" (#7876) | | - Revert #7871 since it causes regressions and seemingly no | improvements. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/Makefile | D testsuite/flattening/modelica/scodeinst/NoEvent3.mo | * commit c4423897afc838429b343467fc854dff423a18e3 | Author: Adeel Asghar | Date: Tue Sep 7 11:02:10 2021 +0200 | | Fix SEMLA build (#7869) | | Fix #7773. Set the path to the original .mol file as working directory for LVE. | | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Makefile.common | * commit 6c6211b162ca41cbb568b064664f744eda15b8ce | Author: Rüdiger Franke | Date: Mon Sep 6 20:36:03 2021 +0200 | | Don't rename der(a.b.c) to a.b.der(c) in C++ mat result files | | This enables OMEdit to identify derivatives for plotting. | | M OMCompiler/SimulationRuntime/cpp/Core/DataExchange/Policies/MatfileWriter.h | * commit 042bd341bba45a3c6f3704cec2300f849f219791 | Author: Rüdiger Franke | Date: Mon Sep 6 16:58:01 2021 +0200 | | Omit listing of $cse and $TMP variables in OMEdit for Cpp runtime | | See Variables browser in Plot view. | The Cpp runtime follows the FMI convention of converting $ chars to _D_. | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit b4f897220464db23416df103e4fc4eb7f6fc7dc6 | Author: rfranke | Date: Mon Sep 6 16:22:45 2021 +0200 | | Escape special characters in C++ XML logger (#7867) | | This avoids OMEdit parser errors (hopefully also crashes) for bad messages, | e.g. containing "quoted text". | | M OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | * commit d7ba190954de2481b0544dee1d74fe43b8cfb6eb | Author: perost | Date: Mon Sep 6 16:01:02 2021 +0200 | | Improve handling of noEvent (#7871) | | - Port some simplifications for noEvent from the OF to the NF. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/NoEvent3.mo | * commit 390e7678c693792d8bc066bb692e4eb38367399b | Author: Adeel Asghar | Date: Mon Sep 6 15:11:46 2021 +0200 | | Use the hide result value from model_init.xml file (#7870) | | Fixes partially #4346 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 85c8ec168a7d28d76af2ad25241c546a7dc8a451 | Author: rfranke | Date: Sat Sep 4 19:01:00 2021 +0200 | | Clean up and fix C++ cat_array (#7866) | | * Clean up C++ cat_array (spaces, avoid unnecessary temporary vectors) | | - replace getDims()[k-1] with getDim(k) | - replace getDims().size() with getNumDims() | | * Fix C++ cat_array | | It looks like the previous implementation had been made for row major | storage order. | | See ModelicaTest.Math.TestVectors | r = -nan | ERROR : init : SimManager: Could not initialize system | ERROR : init : SimManager: "Polynomials.roots()" failed | | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/arrayCatTest.mos | * commit a2e5ce70202f99cf3efa8abc9ccb2c45f998768a | Author: perost | Date: Fri Sep 3 16:15:25 2021 +0200 | | Fix expansion of unary minus and not (#7863) | | - Return the original unary expression if an expression couldn't be | expanded, not just the operand. | | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/OperationLogicalUnary2.mo | A testsuite/flattening/modelica/scodeinst/OperationUnary2.mo | * commit 8c59b8e5f6a7562673c25f9da8bb839ff1884380 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Fri Sep 3 12:13:01 2021 +0200 | | [BE] fix iterator handling in algorithms (#7853) | | - fixes ticket: #7832 | - Problem: for loops in algorithms did not handle manipulated iterators correctly (i+1) | -> missing entries in adjacency matrix | - remove all non model subscripts on the lhs of an assignment | - (Modelica Specification v3.5 : 11.1.2) | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | * commit 0f49ff78a11e803a5e97a67f6048e198eb9173b9 | Author: AnHeuermann | Date: Fri Sep 3 10:16:43 2021 +0200 | | Fix segmentation fault when using KINSOL with LAPACK as linear solver. | | Allocate memory for dense Jacobian when LAPACK is selected. | | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | * commit 5eb2c513c0b9b826a89e450ed8541ecbc32fe0e9 | Author: Francesco Casella | Date: Fri Sep 3 02:25:59 2021 +0200 | | Update the documentation of -homotopyOnFirstTry (#7847) | | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | * commit 3deb8ba011140cf60a6a65d04ea819bbc72a8805 | Author: Rüdiger Franke | Date: Thu Sep 2 20:51:27 2021 +0200 | | Improve treatment of mutually dependent sub-clock relations | | Give signal flow relatonship preference over clock relationship | See: Modelica.Clocked.Examples.CascadeControlledDrive.SubClocked | | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M testsuite/simulation/modelica/synchronous/MutuallyDependentClocks.mos | * commit 9949e99fefa6ee89b59e8f02dd4e2e32084d6839 | Author: perost | Date: Thu Sep 2 18:16:05 2021 +0200 | | Improve handling of deleted components (#7855) | | M OMCompiler/Compiler/NFFrontEnd/NFConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | * commit c0fb9191e2fbb9fd1431109ec49d3bb7dfd6a2ba | Author: perost | Date: Thu Sep 2 13:55:53 2021 +0200 | | More conditional array type fixes (#7851) | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | * commit e6b71afa9c59922fa597956307a89b449a777012 | Author: Adeel Asghar | Date: Thu Sep 2 12:07:18 2021 +0200 | | Divide the pixmap size with device pixel ratio for labels size (#7850) | | Use QLabel::setScaledContents(true) to automatically scale the pixmap | Fixes #7768 | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit c80f58e72430cab6019affe7782446f320b71ac0 | Author: phannebohm | Date: Wed Sep 1 19:29:43 2021 +0200 | | Invent nominal values for derivatives (#7819) | | A new heuristic for estimating the nominal value of derivatives is | to take the nominal value from the corresponding state and divide | that by the simulation interval. | | der(x).nominal := x.nominal/Interval | | See issue #7794 for the discussion. | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos | * commit f946c53e071ad28da2ab538da6e94334f9b3e418 | Author: perost | Date: Wed Sep 1 16:52:14 2021 +0200 | | Improve handling of conditional components (#7844) | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | A testsuite/flattening/modelica/scodeinst/Condition8.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 94df1562d046bd38af3a85909817f17a77d0e033 | Author: perost | Date: Wed Sep 1 14:15:13 2021 +0200 | | Fix typing of assignments (#7843) | | - Use the lhs type as the type of an assignment instead of the | compatible type of both sides, since the lhs is never type cast. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/IfExpression11.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 29111b4de3ca649b58316453024fb72b6b375a7d | Author: Adeel Asghar | Date: Wed Sep 1 11:54:24 2021 +0200 | | Show the display unit in the diagram layer with the parameter value (#7841) | | Fixes #7765 | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/Element.h | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Util/Utilities.cpp | * commit 403eebcfe746330513c66fc0457890fe94c13170 | Author: perost | Date: Tue Aug 31 16:43:33 2021 +0200 | | Fix Type.sizeOf for complex types (#7831) | | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit 85c29264f9880f3897668896210b5ec09ec6a628 | Author: perost | Date: Tue Aug 31 14:30:36 2021 +0200 | | Clean up some imports (#7830) | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NFFrontEnd/NFRangeIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFStructural.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 3277ec2e05c2e45a933d5da5b2738499ce79d0ff | Author: perost | Date: Tue Aug 31 13:06:32 2021 +0200 | | Handle nested conditional array types better (#7829) | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | * commit a0fbf64a680c5647dd1e43636feb7e6c23b89c05 | Author: perost | Date: Tue Aug 31 12:11:56 2021 +0200 | | Fix type of virtual component in expandable connector (#7827) | | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | A testsuite/flattening/modelica/scodeinst/ExpandableConnector5.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 46401d392749cdc44c6cedd018928bfcf8cd8006 | Author: Rüdiger Franke | Date: Mon Aug 30 21:55:35 2021 +0200 | | Fix assignment of values to constant bvector in linear loops | | This had been commented out on Apr 26, 2016. | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit e75d94a77f4d781e0f1594358bd0283fea0b4449 | Author: hudson | Date: Mon Aug 30 17:20:43 2021 +0000 | | Updated libraries | * libraries 128efa2...e548b42 (1): | > Bump libraries | | M libraries | * commit 87d3f6cd4d8cab363a111f142411f5413caadb17 | Author: perost | Date: Mon Aug 30 13:33:01 2021 +0200 | | Improve conditional array type handling (#7823) | | - Remove cases for type matching if branches where one of the branches | has a conditional array type, since they're incorrect and not actually | necessary. | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | A testsuite/flattening/modelica/scodeinst/IfExpression10.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 4b61ed2bf783acde3c74e243eca997196536566c | Author: Adeel Asghar | Date: Mon Aug 30 10:40:01 2021 +0200 | | Use the correct column number when line wrapping is on (#7822) | | Fixes #7753 | | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | * commit 4d54522b3ea1160a9341e8c394743ce2856a0e6d | Author: Adeel Asghar | Date: Mon Aug 30 10:29:34 2021 +0200 | | Open the model in Modeling perspective on ctrl + double click (#7821) | | Fixes #7772 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit d429790978d0108b31cef192d94a78e17d9d8213 | Author: Rüdiger Franke | Date: Sun Aug 29 18:40:53 2021 +0200 | | Fix Cpp index of model variables for multidimensional arrays | | This is important because states and derivatives are accessed through | lumped vectors z and zDot. Without this fix in particular the mapping | of results to variables for plotting or FMUs is wrong. | See e.g. discretized line models of PowerSystems library. | | The fix is not needed for algebraic variables that are accessed through | their individual names. | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/testMatrixState.mos | * commit b0ab3cd1f8a0adc167f31cb7c7799fa14b247d23 | Author: Rüdiger Franke | Date: Sat Aug 28 10:51:38 2021 +0200 | | Use nominal values of states as fallback for derivatives in alg loops | | This addresses issue #7794 | "Provide appropriate nominal values to derivatives for proper scaling of iterative nonlinear solvers" | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos | * commit 2b5fc1dc9a7d5f72e2e6f84c5f5006533ee71fc9 | Author: perost | Date: Thu Aug 26 16:15:02 2021 +0200 | | Hack to fix MSL conversion script rules (#7814) | | M OMCompiler/Compiler/Script/Conversion.mo | A testsuite/openmodelica/conversion/ConvertClass5.mos | M testsuite/openmodelica/conversion/Makefile | * commit afd367d88c5a341e7f1ab573b4ca08d235bae9b4 | Author: Rüdiger Franke | Date: Thu Aug 26 11:38:42 2021 +0200 | | Limit tolerance for zero crossings in Cpp runtime | | The upper limit 1e-6 is the old and current default value | (formerly fix in CodegenCpp.tpl, now defined in SystemDefaultImplementation.cpp). | | The lower limit DBL_EPSILON was justified with two examples: | | `Modelica.Electrical.Analog.Examples.NandGate` fails without limit if the | output step size gets reduced to 4e-11 in daily tests (from model setting 2e-10). | | A larger lower limit, like 10*DBL_EPSILON, would give a spike in | `Modelica.Electrical.Spice3.Examples.Inverter` (mp.S.v at 1e-13s). | | Additionally remove a misplaced min define in `Core/Math/Functions.cpp`. | See `Core/Modelica.h` and `Core/Math/Constants.h`: | #undef min | using std::min; | | M OMCompiler/SimulationRuntime/cpp/Core/Math/Functions.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSL.cpp | * commit 8f871c57767fabd6e0caaf5adab570cf9eec8155 | Author: Rüdiger Franke | Date: Wed Aug 25 18:11:57 2021 +0200 | | Merge Cpp includes with implementation files | | This follows the convention of other parts of OpenModelica, such as | OMEdit, OMSimulator or OMCompiler/SimulationRuntime/c. | | It simplifies code editing considerably as declarations and implementations | that belong together are now in the same place. | | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/DefaultContainerManager.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/DefaultContainerManager.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryPolicy.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/FactoryPolicy.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/HistoryImpl.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/IHistory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/IPropertyReader.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/ISimTable.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/ISimVar.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ParallelContainerManager.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/ParallelContainerManager.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/Policies/BufferReaderWriter.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/DefaultWriter.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/Policies/DefaultWriter.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/Policies/MatfileWriter.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/Policies/TextfileWriter.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimBoolean.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimData.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimDouble.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimInteger.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimString.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/Writer.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h OMCompiler/SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/API.h OMCompiler/SimulationRuntime/cpp/Core/Extensions/API.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/IModelicaCompiler.h OMCompiler/SimulationRuntime/cpp/Core/Extensions/IModelicaCompiler.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Array.h OMCompiler/SimulationRuntime/cpp/Core/Math/Array.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h OMCompiler/SimulationRuntime/cpp/Core/Math/ArraySlice.h | M OMCompiler/SimulationRuntime/cpp/Core/Math/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Constants.h OMCompiler/SimulationRuntime/cpp/Core/Math/Constants.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Functions.h OMCompiler/SimulationRuntime/cpp/Core/Math/Functions.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/IBlas.h OMCompiler/SimulationRuntime/cpp/Core/Math/IBlas.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ILapack.h OMCompiler/SimulationRuntime/cpp/Core/Math/ILapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/OMAPI.h OMCompiler/SimulationRuntime/cpp/Core/Math/OMAPI.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h OMCompiler/SimulationRuntime/cpp/Core/Math/SparseMatrix.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Utility.h OMCompiler/SimulationRuntime/cpp/Core/Math/Utility.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h OMCompiler/SimulationRuntime/cpp/Core/Modelica.h | M OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Core/Modelica/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ModelicaDefine.h OMCompiler/SimulationRuntime/cpp/Core/ModelicaDefine.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Object/DCSAPI.h OMCompiler/SimulationRuntime/cpp/Core/Object/DCSAPI.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Object/IObject.h OMCompiler/SimulationRuntime/cpp/Core/Object/IObject.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Object/Object.h OMCompiler/SimulationRuntime/cpp/Core/Object/Object.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAE.h OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/IReduceDAE.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAESettings.h OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/IReduceDAESettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Ranking.h OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Ranking.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/ReduceDAESettings.h OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Reduction.h OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Reduction.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/com/ModelicaCompiler.h OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.h | M OMCompiler/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Configuration.h OMCompiler/SimulationRuntime/cpp/Core/SimController/Configuration.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Core/SimController/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h OMCompiler/SimulationRuntime/cpp/Core/SimController/ISimController.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimData.h OMCompiler/SimulationRuntime/cpp/Core/SimController/ISimData.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimObjects.h OMCompiler/SimulationRuntime/cpp/Core/SimController/ISimObjects.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Initialization.h OMCompiler/SimulationRuntime/cpp/Core/SimController/Initialization.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimController.h OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimManager.h OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimObjects.h OMCompiler/SimulationRuntime/cpp/Core/SimController/SimObjects.h | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/Factory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/IGlobalSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/ISettingsFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/AlgLoopSolverDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Core/Solver/AlgLoopSolverDefaultImplementation.h | M OMCompiler/SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Core/Solver/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h OMCompiler/SimulationRuntime/cpp/Core/Solver/ILinSolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinearAlgLoopSolver.h OMCompiler/SimulationRuntime/cpp/Core/Solver/ILinearAlgLoopSolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h OMCompiler/SimulationRuntime/cpp/Core/Solver/INonLinSolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinearAlgLoopSolver.h OMCompiler/SimulationRuntime/cpp/Core/Solver/INonLinearAlgLoopSolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolver.h OMCompiler/SimulationRuntime/cpp/Core/Solver/ISolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h OMCompiler/SimulationRuntime/cpp/Core/Solver/ISolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h OMCompiler/SimulationRuntime/cpp/Core/Solver/SimulationMonitor.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h OMCompiler/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h OMCompiler/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h | M OMCompiler/SimulationRuntime/cpp/Core/System/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h OMCompiler/SimulationRuntime/cpp/Core/System/ContinuousEvents.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h OMCompiler/SimulationRuntime/cpp/Core/System/DiscreteEvents.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/EventHandling.h OMCompiler/SimulationRuntime/cpp/Core/System/EventHandling.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Core/System/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h OMCompiler/SimulationRuntime/cpp/Core/System/IAlgLoopSolverFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IContinuous.h OMCompiler/SimulationRuntime/cpp/Core/System/IContinuous.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h OMCompiler/SimulationRuntime/cpp/Core/System/ICoupledSystem.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IEvent.h OMCompiler/SimulationRuntime/cpp/Core/System/IEvent.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h OMCompiler/SimulationRuntime/cpp/Core/System/ILinearAlgLoop.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h OMCompiler/SimulationRuntime/cpp/Core/System/IMixedSystem.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/INonLinearAlgLoop.h OMCompiler/SimulationRuntime/cpp/Core/System/INonLinearAlgLoop.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISimVars.h OMCompiler/SimulationRuntime/cpp/Core/System/ISimVars.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStateSelection.h OMCompiler/SimulationRuntime/cpp/Core/System/IStateSelection.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStepEvent.h OMCompiler/SimulationRuntime/cpp/Core/System/IStepEvent.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h OMCompiler/SimulationRuntime/cpp/Core/System/ISystemInitialization.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h OMCompiler/SimulationRuntime/cpp/Core/System/ISystemProperties.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemTypes.h OMCompiler/SimulationRuntime/cpp/Core/System/ISystemTypes.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ITime.h OMCompiler/SimulationRuntime/cpp/Core/System/ITime.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h OMCompiler/SimulationRuntime/cpp/Core/System/IWriteOutput.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/NonLinearAlgLoopDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Core/System/NonLinearAlgLoopDefaultImplementation.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/SimVars.h OMCompiler/SimulationRuntime/cpp/Core/System/SimVars.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.h | M OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.h | M OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/adaptable_factory.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/barriers.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/barriers.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/common.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/common.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/convenience.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/extension.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/factory.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/factory_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/filesystem.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/adaptable_factory.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_set.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/adaptable_factory_set.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/create.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create_func.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/create_func.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/decl.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/factory.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory_map.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/factory_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/function.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/function.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/library_impl.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/shared_library.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/shared_library.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/typeinfo.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/impl/typeinfo.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/logger.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_statistic.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/parameter.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter_map.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/parameter_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/registry.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/registry.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/shared_library.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/type_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/addressing_index.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/at.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/bandwidth.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/begin.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/detail/blas.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/detail/blas_names.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/detail/cblas.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/detail/cublas.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/asum.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/copy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/dot.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/rot.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/scal.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/set.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level1/swap.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/ger.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/geru.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/her.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/her2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/spr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/symv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/syr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/herk.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/symm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/boost/array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/boost/multi_array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/column.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/conj.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/data_order.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/data_side.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/adaptor.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/complex_utils.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/config/fortran.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/convert_to.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/copy_const.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/generate_functions.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/get.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/if_left.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/if_row_major.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/offset.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/pod.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/detail/property_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/diag_tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/eigen/matrix.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/end.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/glas/compressed.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/glas/dense_vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/has_band_array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/has_linear_array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/has_rank.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/has_static_size.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/has_static_stride.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/has_triangular_array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/herm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/index_base.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/io.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/is_column_major.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/is_complex.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/is_mutable.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/is_numeric.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/is_real.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/is_row_major.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/is_symmetric.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/detail/clapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/detail/lapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lapack/workspace.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/lower.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/min_rank.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mtl/dense2D.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/noop.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/num_columns.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/num_rows.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/rank.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/remove_imaginary.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/row.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/size.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/std.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/std/valarray.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/std/vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/stride.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/symm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/traits/detail/utils.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/traits/type.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/traits/type.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/traits/type_traits.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/trans.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/trans_tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/banded.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/hermitian.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/matrix.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/storage.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/symmetric.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/triangular.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/unit_lower.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/unit_upper.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/uplo_tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/upper.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/value_type.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/vector_view.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/bindings/views.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/utils.h OMCompiler/SimulationRuntime/cpp/Core/Utils/numeric/utils.h | M OMCompiler/SimulationRuntime/cpp/FMU/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h OMCompiler/SimulationRuntime/cpp/FMU/FMUGlobalSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULibInterface.h OMCompiler/SimulationRuntime/cpp/FMU/FMULibInterface.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULogger.h OMCompiler/SimulationRuntime/cpp/FMU/FMULogger.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUWrapper.h OMCompiler/SimulationRuntime/cpp/FMU/FMUWrapper.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/FactoryExport.h OMCompiler/SimulationRuntime/cpp/FMU/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/IFMUInterface.h OMCompiler/SimulationRuntime/cpp/FMU/IFMUInterface.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h OMCompiler/SimulationRuntime/cpp/FMU/fmiModelFunctions.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelTypes.h OMCompiler/SimulationRuntime/cpp/FMU/fmiModelTypes.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h OMCompiler/SimulationRuntime/cpp/FMU2/FMU2GlobalSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp OMCompiler/SimulationRuntime/cpp/FMU2/FMU2Interface.cpp | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp OMCompiler/SimulationRuntime/cpp/FMU2/FMU2Wrapper.cpp | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h OMCompiler/SimulationRuntime/cpp/FMU2/FMU2Wrapper.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h OMCompiler/SimulationRuntime/cpp/FMU2/fmi2FunctionTypes.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h OMCompiler/SimulationRuntime/cpp/FMU2/fmi2Functions.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h OMCompiler/SimulationRuntime/cpp/FMU2/fmi2TypesPlatform.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.h | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/ObjectFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/FactoryConfig.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/FactoryPolicy.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/LinSolverBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/LinSolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SimObjectOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SolverBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SolverVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/StaticSolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/StaticSystemOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SystemBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SystemOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/Policies/SystemVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h OMCompiler/SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKode.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKodeSettings.h OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKodeSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/ARKode/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h OMCompiler/SimulationRuntime/cpp/Solver/Broyden/Broyden.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/BroydenSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Broyden/BroydenSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/Broyden/FactoryExport.h | M OMCompiler/SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVode.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/CVode/FactoryExport.h | M OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSL.h OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSLSettings.h OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSLSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dassl.h OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/dassl.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dasslaux.h OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/dasslaux.h | M OMCompiler/SimulationRuntime/cpp/Solver/DASSL/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/DASSL/DASSL.h OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSL.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/DASSL/DASSLSettings.h OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSLSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/DASSL/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/DASSL/FactoryExport.h | M OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolverSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/FactoryExport.h | M OMCompiler/SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h OMCompiler/SimulationRuntime/cpp/Solver/Euler/Euler.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/Euler/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Euler/IEulerSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/IDA/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDA.h OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDA.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDASettings.h OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDASettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolverSettings.h OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolverSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/Newton/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/Newton.h OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/Nox/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NOX_StatusTest_SgnChange.H OMCompiler/SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.H | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/Nox.h OMCompiler/SimulationRuntime/cpp/Solver/Nox/Nox.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/Peer/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/Peer.h OMCompiler/SimulationRuntime/cpp/Solver/Peer/Peer.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/PeerSettings.h OMCompiler/SimulationRuntime/cpp/Solver/Peer/PeerSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/RK12/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/IRK12Settings.h OMCompiler/SimulationRuntime/cpp/Solver/RK12/IRK12Settings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12.h OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12Settings.h OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12Settings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEuler.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPackSettings.h OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.h | * commit 9c669bb6f7fcae28ded9c62f6c686e96149af3a4 | Author: Adeel Asghar | Date: Wed Aug 25 14:42:17 2021 +0200 | | Use #C9C9C9 for plot grid lines (#7810) | | Fixes #7711 | | M OMPlot/OMPlot/OMPlotGUI/PlotGrid.h | * commit c28db791a1a60140751634387638a0f4f9f57bb1 | Author: Rüdiger Franke | Date: Wed Aug 25 12:12:45 2021 +0200 | | Base SystemDefaultImplementation on interfaces it implements | | This avoids additional methods in model specific code that just | pass calls through to SystemDefaultImplementation | | This also enables to extend the interfaces, e.g. with IEvent::setZeroTol, | without harming models not using it and running with an old version | of the runtime. | | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | * commit f617d0c66d8d8f4466a0f4841d1036687dee0d0d | Author: Rüdiger Franke | Date: Wed Aug 25 09:59:37 2021 +0200 | | Adapt tolerance for zero crossings to output step size in Cpp runtime | | This appears needed for some electrical examples that use very short | time horizons. | | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/IEvent.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/ITime.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | M OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSL.cpp | M testsuite/openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_csv.mos | M testsuite/openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_mat.mos | M testsuite/openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_none.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.NandGate.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | * commit 5f1d8388797001774c09b9cc33ae5aa10e8494b8 | Author: Rüdiger Franke | Date: Wed Aug 25 09:35:15 2021 +0200 | | Remove obsolete ISimControllerSettings | | It defined a couple of unused constants. Only dTendTol was used by | SimManager. But this conflicted with ISolverSettings::getEndTimeTol(). | | M OMCompiler/SimulationRuntime/cpp/Core/SimController/Configuration.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimController.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | * commit 1260ec404cc95c982c12184aff981b627a9fe0d6 | Author: Martin Sjölund | Date: Wed Aug 25 11:40:32 2021 +0200 | | Added a flag hintReadAllVars to filterSimulationResults API (#7786) | | We can now disable reading all variables in cases where this will use up | all available virtual memory (and crash OMC). | | There were also some changes to the C-code to not return errors in the | strings where failed variables show up. And fixes to the testing so we | detect errors instead of silently succeeding. | | M Jenkinsfile | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Util/SimulationResults.mo | M OMCompiler/Compiler/runtime/SimulationResults.c | M OMCompiler/Compiler/runtime/SimulationResultsCmp.c | M testsuite/special/FmuExportCrossCompile/check-files.mos | * commit 2c5532caf2c11c595694df2baa4d8d658daf5d58 | Author: Mahder Gebremedhin | Date: Tue Aug 24 16:44:36 2021 +0200 | | Apply flag only to Fortran sources. Fix #7803. | | - Windows build had been broken for a while and I did not notice. | | - `fallow-argument-mismatch` was being applied to all source files. | However, we have C sources and not just Fortran sources to compile. | | Apply the flag just for the Fortran sources. | | GCC and Clang on linux do not complain about this flag. But it seems | to error out on Windows with MSYS versions of Clang. | Maybe it is because the our MSYS clang is at 11.0 and on linux we use | older Clang versions. | | M OMCompiler/3rdParty | * commit 23640ffbd02327e4aad676162bc1371848976fc2 | Author: Mahder Gebremedhin | Date: Tue Aug 24 12:32:23 2021 +0200 | | [cmake] Build the needed runtime libs as shared. | | - The shared libs that exist right now are: | | - `libomcmemory`: A lib for garbage collection and memory_pool related | functionality. This is used by both OMC itself and simulation | executables. | | There are two reasons why this is a separate shared lib. | It is SEPARATE lib because it is has a clear purpose and its functionality | is used all over the OpenModelica code. So it is nice to have a small | library that can be linked everywhere. | | It is made a SHARED lib because we really do not want to link to static | GC lib functionality from two different DLLs as this will create two | instances of the garbage collector. This will not work in anything | multi-threaded if you are even a little unlucky since Boehm GC depends | a lot on global variables. | | We really want to have only one instance of Boehm GC at all times | if we can achieve that. | | The best debugging strategy is just initial paranoia and refusal to give | any room for complications :) | | - `libOpenModelicaRuntime`: A lib for common runtime functionality | (e.g the functionality in c/util or c/meta goes here). This (like | `libomcmemory`) is used by both OMC itself and simulation executables. | | - `libSimulationRuntimeC`: Contains everything solver related including | linearization and data reconciliation support. This the library needed | for normal simulation executables generated by OMC. | **Depends on**: `libOpenModelicaRuntimeC` and `libomcmemory`. | | - `libOpenModelicaOptimization`: A lib for optimization enabled simulation. | will incorporate our optimization code as well as `ipopt` and `coinmumps.` | **Depends on**: libSimulationRuntimeC. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 85912c57d5e5d7304a1b14dfc25ed974d38878a3 | Author: Mahder Gebremedhin | Date: Tue Aug 24 12:31:15 2021 +0200 | | [cmake] Set PIC project wide. The time has come. | | - Set position independent code project wide. | | We will take some performance hit from this. However it allows us to | build all 3rdParty libs as static libs and combine them later into single | shared libs for easy management. Probably better than having dozens of | shared libs lying around. | | - This can of course be turned of if we do not care about memory and | are happy to sacrifice a bunch of memory for some performance gain. | If so disable this and change the few libraries we build as shared to | static. | | - Right now the plan is to have 5 or maybe 6 shared libs. See the next | commits for more info. | | M OMCompiler/CMakeLists.txt | * commit f9fc148d15dfba9462181a7c79530bf053ad9f0a | Author: Mahder Gebremedhin | Date: Mon Aug 23 19:21:13 2021 +0200 | | [cmake] Set RPATH for / in mind. | | - This will set RPATH using $ORIGIN. As it is now the setting will work | for any binary that ends up /. Binaries that | are installed in different dir structure that this will not be able | to find the omc installed libs. | As it stands now this is not a problem for us since binaries will end | up in either `/bin` (for exe and dll) or in | `/lib//omc` (for .lib, .a or .so). Those | in the lib dir will of course be able to find each other since they | are in the same dir. | | - This should work just fine as it has been the approach we have been | using with the autoconf build. | | M OMCompiler/CMakeLists.txt | * commit 22abc9d9b1d8ae44bb81c382d99c494935d36564 | Author: Rüdiger Franke | Date: Tue Aug 24 13:06:51 2021 +0200 | | Support assignment of rhs record to lhs expressions with Cpp | | This case has only been seen with the new frontend for | Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder. | | Compilation still takes very long, but it simulates now. | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit 45274a4dd4a840ddf3238a8ee9e1f3f1ce1170e8 | Author: AnHeuermann | Date: Mon Aug 23 14:43:06 2021 +0200 | | Update build section in READMEs to use contrib | | M OMCompiler/README-OMDev-MINGW.md | M OMCompiler/README-Windows-WSL.md | M OMCompiler/README.Linux.md | * commit a8e3ba4b694c5b939810fad0c23119ac60d33885 | Author: Rüdiger Franke | Date: Mon Aug 23 22:48:43 2021 +0200 | | Remove special treatment of Cpp runtime from ModelTesting.mos | | This adds a variable filter if compareVars are defined. | | M testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos | M testsuite/openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_measureTime.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads_memory.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads_spin.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/common/ModelTesting.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BooleanNetwork1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BusUsage.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Filter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithDifferentiation.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithRiseTime.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.IntegerNetwork1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Interaction1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.InverseModel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.LogicalNetwork1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.PID_Controller.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.RealNetwork1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.ShowLogicalSources.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CompareTransformers.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingResistor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.NandGate.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Adder4.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.BUF3S.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREG.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREG.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FullAdder.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.HalfAdder.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.INV3S.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.MUX2x1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NRXFER.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NXFER.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.VectorDelay.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.FourInverters.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Backlash.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.First.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Accelerate.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Brake.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Damper.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.PreLoad.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Sensors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.SignConvention.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.WhyArrows.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.IdealGasH2O.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SimpleLiquidWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Incompressible.Examples.TestGlycol.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ControlledTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ExecutionPaths.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowCompositeStep.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowExceptions.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Utilities.Examples.readRealParameterModel.mos | * commit b736d544a2345d1aa488054b3c9ccdb0c83e595d | Author: Rüdiger Franke | Date: Mon Aug 23 22:06:26 2021 +0200 | | Add variable filter option to Cpp runtime | | This is particularly useful to reduce results file sizes for automated tests. | It will hopefully also solve issues with file size limits, see: | https://github.com/OpenModelica/OpenModelicaLibraryTesting/issues/5 | | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | * commit 573e955a083648a2c96dbb3635d280d22ca12d96 | Author: Rüdiger Franke | Date: Mon Aug 23 17:30:01 2021 +0200 | | Avoid mutually dependent parent relationships during clock inference | | See: Modelica.Clocked.Examples.CascadeControlledDrive.SubClocked | | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M testsuite/simulation/modelica/synchronous/Makefile | A testsuite/simulation/modelica/synchronous/MutuallyDependentClocks.mos | * commit ecf1adbf70f2e47a00065499dc9f5fc64a517136 | Author: perost | Date: Mon Aug 23 16:16:59 2021 +0200 | | Improve handling of deleted connections (#7798) | | M OMCompiler/Compiler/NFFrontEnd/NFConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | * commit 87b8b1928faaff0c353b839611f72bd2554cd5b3 | Author: Mahder Gebremedhin | Date: Sun Aug 22 14:27:22 2021 +0200 | | [cmake] Link SS config after other SS libs | | - Link SuiteSparse config after other SuiteSparse libs. | This makes a difference when our Simulation libs as shared libs. | | - Minor refactor: Move code for libOptimizationRuntime a little up. | | M OMCompiler/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 853c3df01dfbecec50962da75c9900ac7f6f7f80 | Author: Mahder Gebremedhin | Date: Sun Aug 22 13:13:06 2021 +0200 | | [cmake] Install SimulationRuntime/c headers. | | - We install all headers with in the directory and all its subdirectories | recursively. | | - This might mean that some header files will be installed even though | they are not needed. | For now this is enough. We can manually specify which headers to | install later. | | Even better we can put all our public headers in a separate include/ | directory. | | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 67c5bae7c978d271feb5653d3a6010eca5a18375 | Author: Mahder Gebremedhin | Date: Sun Aug 22 13:05:46 2021 +0200 | | [cmake] Complete libSimulationRuntimeC linkage. | | - Complete the link dependencies of libSimulationRuntimeC. | | - Remove ::static suffixes | | - Remove the ::static suffix from libraries since our default build | target type is static libraries by default. We do not build anything | as shared library now (at least not intentionally.) | | There will be few shared libs later. For collecting the static libs | and providing all the functionality in one library. But that is special | and our intention is not to build any individual libs as shared libs. | | - Add alias for expat | | - Expat is needed for libSimulationRuntimeC. | We use the expat from FMIL (since it is available and built there) | | - Add aliases for more Sundials libs. | | - Also factorize the include directory providing a little bit. See the | comments in the code. | | M OMCompiler/3rdParty | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit c1adfd75f5f6ac855f01457d5f36f594e5b470ef | Author: Mahder Gebremedhin | Date: Sun Aug 22 12:06:50 2021 +0200 | | [cmake] General improvements to CMake config. | | - Allow calling omc_add_to_report with a variable that is not set. Some | variables can be set or not depending on configuration. This used to | cause errors when the variable was unset and also added to report. | | - Explicitly tell cmake our project needs C CXX and Fortran. | Just to get the initial reports of compiler info at the beginning | of configuration. | | - Add CXX and Fortran compiler IDs to the printed report. | | - Install `libomcmemory`. It was overlooked before. | | M OMCompiler/.cmake/omc_utils.cmake | M OMCompiler/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit e30e00a43360e00b5c916a26ab0bd6207dd7d334 | Author: Mahder Gebremedhin | Date: Sun Aug 22 12:04:09 2021 +0200 | | [cmake] Add more sources to libSimulationRuntimeC | | - Added `linearization/` and `dataReconciliation/` sources. | The reason we are not making a separate library for these is that | they do not bring in any new dependency. This can be slef contained | with in libSimulationRuntimeC. | | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit e1ed43024137fc3bf239c1ebae760600e990e5a5 | Author: Mahder Gebremedhin | Date: Mon Aug 23 11:15:16 2021 +0200 | | [cmake] Require and enforce C++11 project wide. | | - Instead of allowing C++11 on a target by target basis when needed, | enable it globally. We would not be able to have a working omc or | simulation as it is now without a compiler with C++11 support. So | require it globally. | | - Unfortunately, we can not enforce c89/90 standards on our code at the | moment as we rely heavily on C99 features and GNU extensions. | | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit 5e72526c512cdf49ef174ae07a4a224ca5571efe | Author: Mahder Gebremedhin | Date: Mon Aug 23 10:37:39 2021 +0200 | | [cmake] Add CMake config support for Cdaskr. (#7795) | | - Added CMake configuration support for Cdaskr. | - Configuration builds and installs the static library libcdaskr. | | M OMCompiler/3rdParty | * commit 575da7f3d9922f8718ae0746e858431233a6a7a2 | Author: arun3688 | Date: Sat Aug 21 13:12:52 2021 +0200 | | fix error messages in boundary conditions (#7791) | | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | * commit 6284e4c227605e0338dc613c36760bb49f2ee0ac | Author: Rüdiger Franke | Date: Fri Aug 20 21:59:44 2021 +0200 | | Consider base clocks for clock variables as well | | This gives the right order of sub clocks: respective base clock first. | | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos | A testsuite/simulation/modelica/synchronous/EventClockAndClassic.mo | A testsuite/simulation/modelica/synchronous/EventClockAndClassic.mos | M testsuite/simulation/modelica/synchronous/Makefile | * commit c9f74d397472386b56c6242b9bc9d434e0af9195 | Author: Rüdiger Franke | Date: Sun Aug 15 18:09:30 2021 +0200 | | Better distinguish event clocks from time based clocks | | - the first tick is not known at compile | - a clock interval must not trigger time events | - fix activation of base clock (CodegenCppCommon.tpl) | - add a test | | See: Modelica.Clocked.Examples.Elementary.ClockSignals.RotationalSample | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/clockedEventRotationalTest.mos | * commit 1d83bff9ffa2865e8b68a91b6c9fa411a6af4476 | Author: hudson | Date: Fri Aug 20 17:20:12 2021 +0000 | | Updated libraries | * libraries b5137ba...128efa2 (1): | > Bump libraries | | M libraries | * commit 81537a472c9f54ea14ecf335343005f18f4e83af | Author: Mahder Gebremedhin | Date: Fri Aug 20 16:09:40 2021 +0200 | | Add omc_fread() to wrap fread() (#7780) | | * Add omc_fread() to wrap fread() | | - We tend to ignore the return value from fread() which leads to warnings. | | - It is also good to make sure errors are always checked and reported. | | - It is also good to wrap the common functions to reduce the amount of | error check code scattered around. | | * Allow early EOF if needed. | | - Sometimes we do not know how big the file is. We want to read chunks | from it while it has some. In this case it is okay if we reach EOF | before we read the whole chunk on the last read call. | | - It is, of course, possible to determine how big the file is and then | read just that much. Do which seems convenient for your case. | | M OMCompiler/Compiler/runtime/SimulationResultsCmpTubes.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/SimulationRuntime/c/simulation/results/MatVer4.cpp | M OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c | M OMCompiler/SimulationRuntime/c/util/omc_file.c | M OMCompiler/SimulationRuntime/c/util/omc_file.h | M OMCompiler/SimulationRuntime/c/util/omc_mmap.c | M OMCompiler/SimulationRuntime/c/util/read_csv.c | M OMCompiler/SimulationRuntime/c/util/read_matlab4.c | * commit 01c9d3a226e38b4a65ddc0c550f7ceb2b55c94d3 | Author: Mahder Gebremedhin | Date: Fri Aug 20 15:20:23 2021 +0200 | | Update OMOptim. Fix include files and lib linkage. (#7787) | | - Link to OpenModelicaRuntimeC (transitively to omcgc) as well. | | - Fix included directory from `include/c/util` to just `include/c` | ideally it should be just `include` but that is for another time. | | Improve include file handling a bit. (#15) | There is an `OpenModelica.h` file in `OMOptim/Core/OpenModelica` | There is an `openmodelica.h` file in `/include/omc/c` | | On case insensitive systems which one is included depends on which | include directory comes first. | | This is why include directories should be kept to minimal and prefixed. | | - The include directory `/Core/OpenModelica` is now removed from OMOptimLib | project configuration. Instead `Core` (existing) include dir is used | and all corresponding includes are prefixed. | OpenModelica.h -> OpenModelica/OpenModelica.h | OpenModelicaParameters.h -> OpenModelica/OpenModelicaParameters.h | .... | | - I have moved config files inclusion after own defines. This is done | to put OMOptim's include directories before OpenModelica's (include/c/). | While the current issue is fixed by prefixing the includes it is still | a good idea to put own include dirs before others. | | It is better if all includes are prefixed like this. But I can not do that | now. I have almost forgotten what I originally set out to do. Which | was, just wrap fread() with omc_fread() in OpenModelica repo. Seemed | easy and here we are fixing OMOptim :). | | M OMOptim | * commit 26f6f9b6d4b63d8d0f7423ecb664a5f7df448c9a | Author: Mahder Gebremedhin | Date: Fri Aug 20 13:13:50 2021 +0200 | | Silence CMake install messages if nothing changed. (#7785) | | - Set CMAKE_INSTALL_MESSAGE=LAZY by default for all CMake invocations. | | M OMCompiler/Makefile.common | * commit c805cd56e64b6675448a874f722290964de3b1ea | Author: Mahder Gebremedhin | Date: Thu Aug 19 17:16:04 2021 +0200 | | Link to libOpenModelicaRuntimeC (#7782) | | - Do not include .c files in .c files all over the place. There is a | dedicated library providing the functionality. Just link to it. | | M OMPlot/OMPlot/OMPlotGUI/OMPlotGUI.config.in | M OMPlot/OMPlot/OMPlotGUI/OMPlotGUI.pro | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/main.cpp | * commit ec5d97160f38afbc6b548ff3a38023e59b47812a | Author: Mahder Gebremedhin | Date: Thu Aug 19 16:38:45 2021 +0200 | | Allow repetition of simulation flags. (#7784) | | - There are 4 policies for handling repeated flags. | - `FLAG_REPEAT_POLICY_FORBID` | - `FLAG_REPEAT_POLICY_IGNORE` | - `FLAG_REPEAT_POLICY_REPLACE` | - `FLAG_REPEAT_POLICY_COMBINE` | | The first three are implemented. Combining flags (`FLAG_REPEAT_POLICY_COMBINE)` | is not yet implemented. Will be added later. | | _Maybe we need to add `FLAG_REPEAT_POLICY_IGNORE_SILENT` for flags | like `-help`_. | | - If an `Option` (with value) is specified multiple times: | Forbid: Prints an error and terminates flag/option processing. | Ignore: Prints a warning and ignores the new value. | Replace: Prints a warning and uses the new value. | Combine: Prints a warning and combines all values (NOT YET IMPLEMENTED). | | - If a `flag` is specified multiple times: | Forbid: Prints an error and terminates flag/option processing. | Ignore: Prints a warning and ignores the repeated flags. | Replace: Invalid for `flags`. Print error and terminate. | Combine: Invalid for `flags`. Print error and terminate. | | - All flags/options are now set to `FLAG_REPEAT_POLICY_FORBID` except for | `-help` and `-lv` which are both set to `FLAG_REPEAT_POLICY_REPLACE` | for now. | | Please feel free to update the policies for the flags if you know what | should be the best way to handle them each. | | M OMCompiler/SimulationRuntime/c/simulation/options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | * commit 78435df8406ec3831db1c6e8bd49cbd9b141368a | Author: perost | Date: Thu Aug 19 12:34:52 2021 +0200 | | Improve handling of conditional components (#7783) | | - Use the condition directly instead of replacing components when | determining if a component is deleted, to allow deleting components in | only some elements of an array. | | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/Condition7.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit db83ff0e273c5c61ba4c8032edaa75adc3aaf714 | Author: arun3688 | Date: Thu Aug 19 11:56:57 2021 +0200 | | improve error message for computing boundary condition (#7781) | | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | * commit 6ae89ac5ea9186a21f4ca8dde1d50a5bc90750f2 | Author: Mahder Gebremedhin | Date: Tue Aug 17 13:40:30 2021 +0200 | | [cmake] Add a new libOptimizationRuntime library. | | - This library is part of libSimulationRuntimeC in the normal Makefile | build system used by OMC in default. | | In the new CMake build system it is now a separate library. This makes | the structuring a bit clearer and also allows us to selectively build | or skip it. Which means we can also skip Ipopt itself! Assuming nothing | else goes wrong of course. | | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit e0ac95eed52ebef5c6326eb90587e239d6abf3cb | Author: Mahder Gebremedhin | Date: Tue Aug 17 13:38:42 2021 +0200 | | [cmake] Handle Ipopt's public headers. | | - Just like FMIL, Ipopt assumes it will be always installed before use. | So it does not organize its header files properly. | | We collect all public headers to a new include dir in the build directory | of Ipopt. Then we provide this new directory as include dir for targets | that depend on Ipopt. | | M OMCompiler/3rdParty | * commit f5af6148a8b36b853211de4b10c02c6190b554de | Author: Mahder Gebremedhin | Date: Tue Aug 17 12:38:02 2021 +0200 | | [cmake] Add lib SimulationRuntimeC | | - This library is the counter part of the libSimulationRuntimeC library | built by the old Makefiles build system. However, this one only | includes `simulation/*` and `math-support/pivot.c` source files. Other | folders/source files are parts of the other libraries and they are | not repeated here. e.g., `util/` is part of `libOpenModelicaRuntimeC`, | `gc/` is part of a new lib `libomcmemory`, and `optimization/` will | be part of a new library `libOptimizationRuntime` that will be added | next. | | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 6aa92faca83cc5e1ddb3faaecec2741dde072bb0 | Author: Mahder Gebremedhin | Date: Mon Aug 16 18:10:30 2021 +0200 | | [cmake] Add a separate 'memory' library. | | - This used to be part of OpenModelicaRuntimeC library. the code provides | memory related (garbage collection and memory_pool) functionality. Due | to this OpenModelicaRuntimeC was being linked from other libraries | just to get this functionality. | | the memory related functionality is now a separate lib. This lib can | be used in places where we need the memory management related interface | and functionality of omc. | | - Misc | Remove unused library omcgraphstream-boot | | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 1f6394433037713206e992fbe31ba41d6c3bec9f | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Tue Aug 17 11:52:08 2021 +0200 | | [BE] fix jacobian array differentiation (#7771) | | * [BE] fix jacobian array differentiation | | - fixes ticket #7550 | - problem: differentiation of arrays that have iteration as well as inner variables | - old behavior: if any of them is an iteration variable, the whole array cref is assumed to be | - new behavior: if it contains both, it is scalarized and treated individually (just the cref!) | - remaining issues: just works for vectors, higher dimension tensors will throw an error | | * [BE] follow up 7550 fix | | - also handle tensors by threading the crefs correctly into old structure | | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | * commit 328b4a8b94de6148c55a04b9fc0a575c2002672d | Author: Mahder Gebremedhin | Date: Mon Aug 16 17:21:52 2021 +0200 | | Rename included .c files to .inc | | - This is to signify that they are not independently compiled. They are | selectively included in `socket.c`. `socket.c` is the compilation unit. | | - The Makefile.common also was expecting the socket* files in C/util/ | They have at some point in the past been moved to c/simulation/. | updated it now. | | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/simulation/socket.cpp | R100 OMCompiler/SimulationRuntime/c/simulation/socket_unix.cpp OMCompiler/SimulationRuntime/c/simulation/socket_unix.inc | R100 OMCompiler/SimulationRuntime/c/simulation/socket_win.cpp OMCompiler/SimulationRuntime/c/simulation/socket_win.inc | * commit cd4bd5502b550088eb03135dfdcc27a6e142022b | Author: Mahder Gebremedhin | Date: Mon Aug 16 17:19:07 2021 +0200 | | Remove unused source files. | | D OMCompiler/SimulationRuntime/c/simulation/solver/dopri45.c | D OMCompiler/SimulationRuntime/c/simulation/solver/dopri45.h | * commit 0297520b4c744c66b2c9eef4952377ca46be9c0a | Author: Mahder Gebremedhin | Date: Mon Aug 16 15:59:37 2021 +0200 | | Fix warnings. | | M OMCompiler/SimulationRuntime/c/simulation/solver/fmi_events.c | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | * commit 85ef25d0a9900a941f8938696dacd43bd7dc14c0 | Author: Mahder Gebremedhin | Date: Mon Aug 16 15:42:39 2021 +0200 | | [cmake] Add CMake configuration support for Lis. | | - - Only tested on Linux for now. We will check Windows later. | | M OMCompiler/3rdParty | * commit 475aee82260fb97416e983bfc7cc6b162f970359 | Author: Mahder Gebremedhin | Date: Mon Aug 16 15:39:00 2021 +0200 | | [cmake] Add a target arch related info file. | | - This is taken from | https://github.com/axr/solar-cmake/blob/master/TargetArch.cmake | | It seems to be a good way to detect the arch of the target we are | compiling for. | | I will move more arch related variables here later. They are right | now scattered around in the CMake files. | | A OMCompiler/.cmake/omc_target_info.cmake | M OMCompiler/CMakeLists.txt | * commit f55cf544ca5228e240f749bbfe501ad7eaa24961 | Author: Rüdiger Franke | Date: Sat Aug 14 09:57:46 2021 +0200 | | Change Cpp nonlinear solver order to newton, kinsol | | Default kinsol failed 10 times for testsuite/simulation/libraries/msl32_cpp. | Default newton fails 7 times. Moreover, experience with | newton is more valuable as this is the solver exported with FMUs. | | Additionally adapt name of results file to format selected at runtime. | | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | * commit 6384d1bb59c08546c9038fb25542090421f8f257 | Author: Rüdiger Franke | Date: Sat Aug 14 07:55:49 2021 +0200 | | Tighten tolerance of continuous Cpp events | | This allows to remove a workaround for StateGraph from DASSL.cpp. | | The effected examples ExecutionPaths and ShowCompositeStep were working | with 500 steps, but not with 2500 steps in daily library tests anymore. | | The change is not applied to OMSI CodegenCpp.tpl, because the combination | cvode/kinsol performs better in msl32_cpp coverage for lose tolerances. | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSL.cpp | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | * commit c3c41babddf22506d6929232e6405601e9147ce6 | Author: Rüdiger Franke | Date: Fri Aug 13 12:45:52 2021 +0200 | | Clean-ups of SimManager related to events at final time | | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | * commit 3d8c51b4a9bba5d9b9a34b41ab57b8a87344975b | Author: Rüdiger Franke | Date: Fri Aug 13 12:44:32 2021 +0200 | | Handle pending events at final time | | This was reported in #7758 (Stop time not reached). | | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/WhenInitialTerminal.mos | * commit 9604d7510ece028fdb8864d9fbbc6039f5a93e9a | Author: Mahder Gebremedhin | Date: Thu Aug 12 16:17:37 2021 +0200 | | Fix curl memory management. (#7760) | | @mahge | Fix use after free. … | 9446e55 | - The variable is used (p->filename is used) after it (p) is freed. | | Free it a little later instead. | | @mahge | Free forgotten allocated memory. | 13be341 | | @mahge | Do not clean up before we are done using it. … | aa192a3 | - The result data `msg->data.result` is used to check CURL status. | If we clean up before we check it we might lose the info in there. | | M OMCompiler/Compiler/runtime/om_curl.c | * commit 4a99720f222e0979ead17d9acf49aef14a91cca9 | Author: phannebohm | Date: Thu Aug 12 15:53:23 2021 +0200 | | Always choose der(state) as tearing variable (#7751) | | During simulation state derivatives are always chosen as | tearing variables, unless specified otherwise by the user. | This behavior can be activated using --tearingAlwaysDer | (See issue #7704) | | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/simulation/modelica/tearing/tearingSelect-celMC3.mos | * commit 756aa34fa08afc001de2afcb32dfa7f94478ae73 | Author: Adeel Asghar | Date: Thu Aug 12 15:08:54 2021 +0200 | | Use the simple grid as default instead of detailed (#7759) | | Updated the grid lines color to very light gray | | Fixes #7711 | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMPlot/OMPlot/OMPlotGUI/PlotApplication.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotGrid.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/main.cpp | * commit 9250287a1ea808192516a1d1205ad10eaf77f7c0 | Author: Mahder Gebremedhin | Date: Wed Aug 11 17:00:57 2021 +0200 | | Add a new "interface" library for OMC config | | - This is essentially a header only library. It can be linked-to to get | access to the OpenModelica configure headers, e.g., omc_config.h | | You can link to it from any library to get access to the headers in | it. | | - This gives us a good and clean way to incorporate, add-to and modify | our configuration settlings and options. | | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Parser/CMakeLists.txt | * commit 4022252ca665472c6eb302257d123c605cbeb319 | Author: Mahder Gebremedhin | Date: Wed Aug 11 17:00:04 2021 +0200 | | Add Ipopt to CMake configuration and compilation. | | M OMCompiler/3rdParty | * commit 626b585de3449c3cd9c3d02cc517067ccc8a3f5d | Author: Mahder Gebremedhin | Date: Wed Aug 11 16:20:30 2021 +0200 | | Fix cleaning of pristine repository clone. | | - Check if the Makefile exists before issuing make clean for Ipopt. | | - Change cleaning of libffi to not even issue an error instead of | issuing and ignoring. It makes it easier to understand and easier | to locate other errors in the build logs. | | M OMCompiler/Makefile.common | * commit 702aee8c17975a7f6c612eec2b37c3289fe14174 | Author: Mahder Gebremedhin | Date: Wed Aug 11 13:20:30 2021 +0200 | | Move configuration headers to OMCompiler/ | | - Configuration headers like `omc_config.h` should not be deep down in | the OMCompiler/Compiler/runtime folder. They belong to the top scope | where their effect applies. | | - `omc_config.h` is moved from `OMCompiler/Compiler/runtime` to `OMCompiler/` | | - `config.unix.h.in` is also moved from `OMCompiler/Compiler/runtime` to | `OMCompiler/` and is renamed to `omc_config.unix.h.in` | | - `revision.h.in` is moved from `OMCompiler/Compiler/runtime` to `OMCompiler/` | | This also means `revision.h` and `omc_config.unix.h` will be generated | in the OMCompiler directory. | | M OMCompiler/.gitignore | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/Compiler/runtime/Makefile.in | M OMCompiler/Compiler/runtime/Makefile.omdev.mingw | M OMCompiler/Makefile.in | M OMCompiler/Parser/Makefile.common | M OMCompiler/Parser/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.in | M OMCompiler/configure-post.sh | M OMCompiler/configure.ac | R099 OMCompiler/Compiler/runtime/omc_config.h OMCompiler/omc_config.h | R100 OMCompiler/Compiler/runtime/config.unix.h.in OMCompiler/omc_config.unix.h.in | R100 OMCompiler/Compiler/runtime/revision.h.in OMCompiler/revision.h.in | * commit b9a29960ada5582fbc4e063fdec7d1efe6df5388 | Author: Mahder Gebremedhin | Date: Tue Aug 10 19:49:52 2021 +0200 | | Pass on Fortran compiler and flags to CMake target (#7752) | | - This was done for Windows in commit 0f7757d | It was missing for Linux. It is only caught now because the nightly | builds for some distributions are failing. | We specifically need this because we need to allow argument mismatch | (-fallow-argument-mismatch) for newer Fortran compilers. | | - CC, CXX, CFLAGS, ... were passed on to the CMake compiled libraries. | Fortran counterparts were missing. | | M OMCompiler/Makefile.in | * commit 198cb18103e251b77b17ca718906a41ee264b2b8 | Author: phannebohm | Date: Tue Aug 10 17:32:59 2021 +0200 | | Only skip tearing if target has sparse solver (#7727) | | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/Util/Error.mo | * commit bf2e73acaf8b510b02c9587d135568ccfda2a484 | Author: Adeel Asghar | Date: Tue Aug 10 15:53:32 2021 +0200 | | Retain the toggle state of plot curve when re-simulating or updating (#7749) | | Fixes #5839 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 5cba0559ad8d26e2284468c9a9b590f99cdf18b6 | Author: Mahder Gebremedhin | Date: Tue Aug 10 13:23:55 2021 +0200 | | Make Ipopt's Python requirement optional. | | - The docker images we use for normal CI build (e.g. for testing PRs) | have python. However it is not really an official requirement for | building OpenModelica. Hence the scripts we use for the nightly | builds (e.g el7, el8) do not list it as requirement. So some of the | nightly build images do not have Python in them. | | - It is only needed for reporting test results. We do not use the testing | at all anyway. | - There is no Ipopt option to disable tests. So for now do it | manually. | | M OMCompiler/3rdParty | * commit bf6cc0c7020d12178e1dc9f814098eb0cc526c4e | Author: Mahder Gebremedhin | Date: Sun Aug 8 15:31:33 2021 +0200 | | Delete old Ipopt. Replaced by Ipopt-3.13.4. | | - This is now obsolete and unused. It was left here until we made sure | the new Ipopt-3.13.4 was working properly. | | - See the previous commits to see how Ipopt-3.13.4 is adopted to fit | OpenModelica and CMake. | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | * commit 2f8c2efdf8a22e17a96989a8495d3f7435e862e0 | Author: Mahder Gebremedhin | Date: Tue Aug 10 10:54:09 2021 +0200 | | Reduce number of intervals to lower exec time. | | - The test case was intended to test the effect of | `maxSizeSolveLinearSystem`. So let it test just that without | introducing other flags and features. | | - Reduce the `numberOfIntervals` to reduce time consumed by the test. | It actually finds Optimal Solutions with even lower `numberOfIntervals` | | - Update the reference file for the test. The reference was not even | matching before. The error message telling that the 'Files are not Equal' | was just hidden because of an `echo(false)` set on previous lines. | | M testsuite/openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon5_ref.mat | M testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos | * commit 441cea45293253e2382e6ba991d33b9a91708ab9 | Author: rfranke | Date: Tue Aug 10 01:01:46 2021 +0200 | | Fix template errors for unrolled array return value for Cpp (see #7743) (#7746) | | * Fix template errors for unrolled array return value for Cpp (see #7743) | | - remove template scalarLhsCref and call daeExpCref(isLhs=true, ...) instead | to cover slice y[:] in | (y[:], t) := runSimulation(delta, dt, 1, counter); | - fix assignment of array return value to unrolled array | - add missing case SES_INVERSE_ALGORITHM | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos | * commit ecfe0466bcb75a46462a894c5f26833bc6e379a7 | Author: rfranke | Date: Sun Aug 8 20:58:18 2021 +0200 | | Add support for colored numerical Jacobian to Cpp (#7745) | | * Add support for colored numerical Jacobian to Cpp | | * Improve logging for tests only showing error messages | | * Update tests for improved logging | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | M OMCompiler/SimulationRuntime/cpp/Include/Solver/DASSL/DASSL.h | M OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSL.cpp | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | * commit 769da645c6fcff5f02ce3f8bba43bd06d72d2782 | Author: Mahder Gebremedhin | Date: Sat Jul 31 19:08:34 2021 +0200 | | Update expected outputs. | | - Change: | For more information visit http://projects.coin-or.org/Ipopt | To: | For more information visit https://github.com/coin-or/Ipopt | | - testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos | Number of iterations changed to 92 from 91. | | M testsuite/openmodelica/cruntime/optimization/basic/BR.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon2.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon3.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon4.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon5.mos | M testsuite/openmodelica/cruntime/optimization/basic/BReqcon.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRinitialGuess.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRscale.mos | M testsuite/openmodelica/cruntime/optimization/basic/CM.mos | M testsuite/openmodelica/cruntime/optimization/basic/CM2.mos | M testsuite/openmodelica/cruntime/optimization/basic/DMwarm.mos | M testsuite/openmodelica/cruntime/optimization/basic/DMwarmCsv.mos | M testsuite/openmodelica/cruntime/optimization/basic/LV.mos | M testsuite/openmodelica/cruntime/optimization/basic/LoopTest.mos | M testsuite/openmodelica/cruntime/optimization/basic/NP.mos | M testsuite/openmodelica/cruntime/optimization/basic/OSP.mos | M testsuite/openmodelica/cruntime/optimization/basic/OSP2.mos | M testsuite/openmodelica/cruntime/optimization/basic/SC.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC2.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC3.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC6.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC7.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC8.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFCtestFlag.mos | M testsuite/openmodelica/cruntime/optimization/basic/TT.mos | M testsuite/openmodelica/cruntime/optimization/basic/TT2.mos | M testsuite/openmodelica/cruntime/optimization/basic/TT3.mos | M testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos | M testsuite/openmodelica/cruntime/optimization/basic/VDP.mos | M testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos | M testsuite/openmodelica/cruntime/optimization/basic/ocpWithInputs.mos | M testsuite/openmodelica/cruntime/optimization/basic/reduce1.mos | M testsuite/openmodelica/cruntime/optimization/basic/staticOP.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop1.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop2.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop3.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop4.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop5.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop7.mos | M testsuite/openmodelica/cruntime/optimization/basic/testDerInput.mos | M testsuite/openmodelica/cruntime/optimization/basic/testSimpliCon1.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | * commit 0f7757dea1b9fdfaf7039e69e17e6c775efee13c | Author: Mahder Gebremedhin | Date: Thu Jul 29 19:13:38 2021 +0200 | | Pass on Fortran compiler and flags to CMake target | | - CC, CXX, CFLAGS, ... were passed on to the CMake compiled libraries. | Fortran counterparts were missing. | | M OMCompiler/Makefile.omdev.mingw | * commit 7c25f17518b2c59c1472e1224cd7743777da0a6b | Author: Mahder Gebremedhin | Date: Wed Jul 28 22:22:09 2021 +0200 | | Add Ipopt 3.13.4 | | - See the commits on 3rdParty for more info. | | - Ipopt matches stable 3.13 branch and modified as follows: | | - We took https://github.com/rjodon/coinor-ipopt-with-cmake | which is based on 3.13.0 | | - Rebased the changes from that repository on top of | https://github.com/coin-or/Ipopt.git stable/3.13 | which is at 3.13.4 now | | - Modified the cmake configuration heavily. | - Added MUMPS 4.10.0 by default | - Added CMake support for MUMPS | | - All of this is done and recorded in the repository | https://github.com/mahge/coinor-ipopt-with-cmake ipopt-cmake-3.13.4 | | - Finally this last repository is squashed and added to | OMCompiler/3rdParty | | - Ipopt is now configured and compiled using CMake. | | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | M OMCompiler/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/optimization/OptimizerData.h | * commit ae556d96bd7166060162d5d17159cc761974492f | Author: Rüdiger Franke | Date: Fri Aug 6 12:21:08 2021 +0200 | | Tune DASSL and update msl32_cpp tests | | SimManager: | - record results of time events to cover pulses | | DASSL: | - init small initial step to not miss events (cf. StateGraph) | - avoid too small step for approximation of Jacobian | - add support for symbolic Jacobian (--generateSymbolicJacobian) | | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Solver/DASSL/DASSL.h | M OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSL.cpp | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.ShowLogicalSources.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CompareTransformers.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | * commit 132e89ae53e91e97d0fbf9c8b337b834136ae1b0 | Author: Rüdiger Franke | Date: Fri Aug 6 12:16:22 2021 +0200 | | Update testsuite/simulation/libraries/msl32_cpp for previous default CVode | | M testsuite/simulation/libraries/msl32_cpp/Makefile | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos | D testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos | D testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos | D testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos | D testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Brake.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.PreLoad.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos | * commit 6f58bc53e2d4a8af5039bafa9cd32954f606a9f8 | Author: Mahder Gebremedhin | Date: Wed Aug 4 16:58:54 2021 +0200 | | Use cmake3 on CentOS7 builds. | | - The 'cmake3' package for CentOS 7 provides CMake version greater | than 3. | | M Jenkinsfile | * commit a97711d530bb54f849bb67904a1e476688f3aabe | Author: phannebohm | Date: Tue Jul 27 23:34:18 2021 +0200 | | Fix redundant debug messages | | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | * commit 2a82d9e046007e0e046a85889476e820113e2f52 | Author: phannebohm | Date: Tue Jul 27 19:38:21 2021 +0200 | | [janitor] Fix tearing | | - get rid of matchcontinue | - don't create unused tuples | - use array instead of list | | M OMCompiler/Compiler/BackEnd/Tearing.mo | * commit b7127a2ce40242d3ce1b68e5a39cd775ea6d1be3 | Author: Mahder Gebremedhin | Date: Wed Aug 4 16:20:15 2021 +0200 | | Propagate cmake exe to sub folders and targets. | | - For sub folders that have a configure script we add CMAKE as AC_SUBST | | - For those that do not have a configure script we pass it on the | Make command that invokes their build. | | - This is not the cleanest way. However, the cleanest way will require | so many changes at the moment. It is not worth it do that just to | support CentOS 7 in this odd way. | | M Makefile.in | M OMCompiler/Makefile.in | M OMCompiler/Makefile.omsi.common | M OMCompiler/configure.ac | M OMParser/Makefile | M configure.ac | * commit 2749df6cf18163125b1867727973c1efbe6f422c | Author: rfranke | Date: Mon Aug 2 12:41:52 2021 +0200 | | Add DASSL solver calling regular 3rdParty/Cdaskr to Cpp runtime (#7735) | | A OMCompiler/SimulationRuntime/cpp/CMake/FindCdaskr.cmake | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/DASSL/DASSL.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/DASSL/DASSLSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/DASSL/FactoryExport.h | M OMCompiler/SimulationRuntime/cpp/LibrariesConfig.h.in | A OMCompiler/SimulationRuntime/cpp/Solver/DASSL/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSL.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/DASSL/DASSLSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/DASSL/FactoryExport.cpp | M testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos | M testsuite/openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos | * commit 8750af3391b611a4d314489c12742f46cce1f1dc | Author: Rahul P | Date: Thu Jul 29 10:59:13 2021 +0530 | | Fixed OPC UA server crash related to Boolean vars (#7731) | | M OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.c | * commit 82684d45936e2fa61afa756aa4e4cb626fedd51f | Author: Adeel Asghar | Date: Wed Jul 28 17:58:52 2021 +0200 | | Check if the co-ordinate value is 0.0 (#7729) | | QString::toDouble() returns infinity if string is 0.0. | Fixes #5849 | | M OMEdit/OMEditLIB/Modeling/CoOrdinateSystem.cpp | * commit 2e932dc95f6ab9153773cfb75b084522025bf62a | Author: Mahder Gebremedhin | Date: Tue Jul 27 14:39:38 2021 +0200 | | Use size_t to avoid overflow for large int values (#7726) | | * Use size_t to avoid overflow for large int values | | - Fix for #7611. Fixes the immediate issue. | | - Seems like `long` is not enough to contain the sizes of memory we | are trying to allocate, 4 bytes on x64 MinGW gcc/clang | | - Use size_t as it is fixed size and 8 bytes long. | | - Check if calloc returns NULL, i.e, failed to allocate memory. | | * Include util/omc_error.h | | Co-authored-by: Lennart Ochel | | M OMCompiler/SimulationRuntime/c/gc/memory_pool.c | * commit 107b71ee1fa1fb0b5fa124313ab40023dd086d85 | Author: Lennart Ochel | Date: Mon Jul 26 14:42:27 2021 +0200 | | Change some warnings to errors (#7725) | | M OMCompiler/SimulationRuntime/c/simulation/options.c | * commit 773d98e4a948f4abfd6bbcc41472c81522b39b86 | Author: Lennart Ochel | Date: Mon Jul 26 13:54:30 2021 +0200 | | Return EXIT(1) for invalid runtime flags (#7721) | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | * commit c6e75ce7547a97ebb21543b5995e4bdf7661351b | Author: Lennart Ochel | Date: Mon Jul 26 10:59:03 2021 +0200 | | Fix freeMemory in fmi export (#7724) | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit 514659fd6a8c6e23d1e4b53543fa759609d3b959 | Author: Lennart Ochel | Date: Mon Jul 26 10:53:07 2021 +0200 | | Update OMSens_Qt (#7723) | | M OMSens_Qt | * commit e52a71843820736a3619c8ddd709fe4c9e030b53 | Author: Mahder Gebremedhin | Date: Wed Jul 21 22:31:34 2021 +0200 | | [cmake] Add omopcua to configuration. | | - It is not enabled yet. | | We can enable it by just adding an include directory that contains | simulation_data.h right now. | However, we need to figure out how to handle common includes such as | openmodelica.h and simulation_data.h in a proper way. | | The idea is to use CMake's INTERFACE library type. | | M OMCompiler/3rdParty | M OMCompiler/SimulationRuntime/CMakeLists.txt | A OMCompiler/SimulationRuntime/opc/CMakeLists.txt | A OMCompiler/SimulationRuntime/opc/ua/CMakeLists.txt | * commit 5e0102f4521d1752a60ee8875af15d8f65b2f3f1 | Author: Mahder Gebremedhin | Date: Wed Jul 21 17:39:58 2021 +0200 | | [cmake] Some more documentation | | M OMCompiler/CMakeLists.txt | * commit d54c75d33158981e2bb719aa37f570906e4a6fd6 | Author: Lennart Ochel | Date: Thu Jul 22 14:23:57 2021 +0200 | | Move the allocation of states etc out of doStep (#7713) | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.h | * commit b7159c6c3c2514b8d3025c186c22b79c4cb641f0 | Author: Adrian Pop | Date: Wed Jul 21 20:11:29 2021 +0200 | | fix for #7706, use the component order from getComponents (#7709) | | M OMCompiler/Compiler/Script/Interactive.mo | A testsuite/openmodelica/interactive-API/Issue7706.mos | M testsuite/openmodelica/interactive-API/Makefile | * commit eb4cfd9ff3017d6876b0b01e8ed92db2e0182a1e | Author: Mahder Gebremedhin | Date: Wed Jul 21 14:56:32 2021 +0200 | | [cmake] Improve ModelicaExternalC configuration. | | - Look for ZLIB and add the HAVE_ZLIB define if found. | - Do the same for HDF5 if needed. It is disabled now. | | - Add ModelicaStandardTables library. It was overlooked before. | | - Install the libraries. They were not installed before only built. | | I am not sure if we actually need to install all of them but let it | be for now. | | M OMCompiler/3rdParty | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/boot/CMakeLists.txt | * commit b6153f5100531f789bad5ab58f3d82867a0056ea | Author: Mahder Gebremedhin | Date: Wed Jul 21 14:55:50 2021 +0200 | | [cmake] Install the built libraries. | | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 8cdca882c4ee3da1bd71acfcc1c97af80b76df71 | Author: Mahder Gebremedhin | Date: Tue Jul 20 14:24:30 2021 +0200 | | Disable sundials's check of usability of suitsparse | | - There is no need to check if a small file that just includes suitsparse | can be compiled. We have SuiteSparse in our sources. It will work. | | The problem with the check is that it expects SuiteSparse to be already | built. We do not want that. It is intended to be used with installed | or already pre-built SuiteSparse. | | For us, at configure time, we just want to tell Sundials that we have | SuiteSparse and we will build it. It should just assume it works. | | M OMCompiler/3rdParty | * commit 821f0a97d76337b1b837e451491ae28219ce8979 | Author: hudson | Date: Tue Jul 20 17:23:59 2021 +0000 | | Updated libraries | * libraries 0f47ccf...b5137ba (1): | > Bump libraries | | M libraries | * commit 16bccab1d59479aa1f9f75ccaca5c44a53cf7836 | Author: Mahder Gebremedhin | Date: Mon Jul 19 17:45:16 2021 +0200 | | [cmake] Add a CMake build CI job. | | - omc is built using CMake on xenial. | | - The job will download and install CMake 3.17.2 since the xenial | docker image we use has older CMake version. | We can use focal as well but right now the idea is to resemble the | other jobs. Work where they work with minimal changes. | | - Control CI CMake build with a label. | | - By default the CMake job is on. | | - Add the label "CI/Skip CMake Build" to your PRs if you want to skip | the cmake build. | | Use this as a last resort if you can not figure out how to fix the | cmake build. | Please also notify @mahge if you do so that the issue can be fixed. | | M .CI/common.groovy | M Jenkinsfile | * commit 0fe24f24bcbcc1d8e5cfa469ef3dfa663f32abbf | Author: Mahder Gebremedhin | Date: Mon Jul 19 18:14:09 2021 +0200 | | [cmake] Fix SuiteSparse folder name. | | - SuiteSparse -> SuiteSparse-5.8.1 | | M OMCompiler/3rdParty | * commit 05dd40fb646e345fe201712a34162ae5a5f8e6f2 | Author: Mahder Gebremedhin | Date: Mon Jul 19 16:44:37 2021 +0200 | | Fix ffi.h inclusion. | | - Use the include directory (-I) already specified in the Makefiles. | | M OMCompiler/Compiler/runtime/ffi_omc.c | * commit 35009073b41f87028dd6b46d0ed7b839fa7cb209 | Author: Mahder Gebremedhin | Date: Mon Jul 19 14:52:55 2021 +0200 | | Do the same thing that is done in other places. | | - All files that include OpenModelicaBootstrappingHeader.h have this | define `#define ADD_METARECORD_DEFINITIONS static` except for these | two files. And it results in undefined references to some symbols | when we do not have separate boot and normal libraries (for example | omcruntime and omcruntime-boot). The cmake compilation does not use | two different versions of the libs like that normal one at the moment. | So this is needed to be consistent and used everywhere. | | If this does not make sense, well, that is bootstrapping for you. | | Either way it is good to be consistent. | | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/Parser/Modelica.g | * commit fdcb7b6ac7c5f59314062853435402b371ccb6a1 | Author: Mahder Gebremedhin | Date: Fri Jul 16 22:58:21 2021 +0200 | | [cmake] Add cmake support for libffi. | | - See corresponding 3rdParty commit for details. | | - Link the omcruntime library with libffi. | | M OMCompiler/3rdParty | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit 4dc45ff7532dcba73c99d45d90b2f5b4a2398b51 | Author: Mahder Gebremedhin | Date: Fri Jul 16 13:59:01 2021 +0200 | | [cmake] Initial update for libffi | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit d4b39c950e650408a58fc228d7f82e883493c197 | Author: Mahder Gebremedhin | Date: Sat Jul 17 00:31:58 2021 +0200 | | CMake improvements (#7699) | | @mahge | [cmake] Notify about slow LAPACK existence check. | cf8fb52 | | @mahge | [cmake] Remove trailing whitespace | 7271dc5 | | @mahge | [cmake] Update commented out content. For later. … | 9318ffb | - This is about generating OpenModelicaBootstrappingHeader.h | | @mahge | [cmake] Add new MM files to cmake compilation. | 3a785e9 | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/boot/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit b1b67968a8ef07788148769062d4f8950130e404 | Author: Lennart Ochel | Date: Fri Jul 16 16:19:21 2021 +0200 | | Update OMSimulator (#7690) | | M OMSimulator | * commit 682e7a6291ec517826634755411f4f95f8405736 | Author: rfranke | Date: Fri Jul 16 07:55:39 2021 +0200 | | Move selection of nonlinear solvers up from init to whole simulation (#7697) | | * Move selection of nonlinear solvers up from init to whole simulationMove selection of nonlinear solvers up from init to whole simulation | | The treatment by SimController instead of SimManager | covers cases that fail after initialization during regular simulation. | The whole system is recreated from scratch as re-init of all existing | objects would require lots of extensions. | | This also enables to remove solver options from IGlobalSettings again. | | * Remove NonLinSolvers options from IGlobalSettings again | | (had been introduced for solver selection by SimManager) | | * Fix CVode info logging if it had never been initialized | | Avoid: | [CVODE ERROR] CVodeGetIntegratorStats | cvode_mem = NULL illegal. | | [CVODE ERROR] CVodeGetNonlinSolvStats | cvode_mem = NULL illegal. | | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimObjects.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimController.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVode.cpp | * commit 84ff1c7ea1e7851439aa6aa3975107172172cabc | Author: phannebohm | Date: Thu Jul 15 09:26:20 2021 +0200 | | Change selection logic of sparse solvers (#7695) | | * Change selection logic of sparse solvers | | Now sparse solvers are selected if size OR density criterion applies. | Before, the system had to be sparse AND large simultaneously. | | See the discussion in: | https://trac.openmodelica.org/OpenModelica/ticket/6342#comment:9 | | * Update testsuite | | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/modelica/linear_system/EngineV6_partlintorn.mos | M testsuite/simulation/modelica/linear_system/NPendulum.mos | M testsuite/simulation/modelica/linear_system/NPendulum40.mos | M testsuite/simulation/modelica/others/EngineV6_output.mos | M testsuite/simulation/modelica/tearing/Tearing12-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing7-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing8-minimal.mos | * commit 19f49ac443d0223ff9dc03b02d5bef1b5e589700 | Author: rfranke | Date: Thu Jul 15 02:40:05 2021 +0200 | | Make number of nonlinear solver configurations variable (#7696) | | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | * commit 2b1670638f4e03422d900af74009cfb7aa6f559f | Author: rfranke | Date: Wed Jul 14 21:14:26 2021 +0200 | | Change default Cpp nonlin solver back to kinsol, keeping newton as fallback (#7694) | | More MSL examples appear to solve and verify with this setting. | | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | * commit 961d2748b6df6c03af12045ce18f73926f1db6d9 | Author: Francesco Casella | Date: Wed Jul 14 20:13:17 2021 +0200 | | Fixed notification message (#7693) | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/simulation/modelica/linear_system/NPendulum.mos | M testsuite/simulation/modelica/linear_system/NPendulum40.mos | * commit e22e48ef520185c935634cdf54c41fe1aac54e9b | Author: rfranke | Date: Tue Jul 13 23:27:22 2021 +0200 | | Add fallback nonlinear solver to Cpp runtime (#7689) | | If the selected solver (default: newton) fails during initialization, | it will be changed to kinsol (or newton if kinsol was selected) for a second attempt. | | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | * commit eaee7a2c662c91ef8fc218f24b2524f9c0986659 | Author: Lennart Ochel | Date: Tue Jul 13 10:21:38 2021 +0200 | | Update OMSimulator (#7686) | | M OMSimulator | M testsuite/omsimulator/DualMassOscillator.mos | M testsuite/omsimulator/DualMassOscillator_me.mos | M testsuite/omsimulator/Makefile | M testsuite/omsimulator/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/omsimulator/initialization.mos | M testsuite/omsimulator/initialization2.mos | M testsuite/omsimulator/initialization2_omc.mos | M testsuite/omsimulator/initialization_omc.mos | M testsuite/omsimulator/outputState.mos | M testsuite/omsimulator/outputState_omc.mos | M testsuite/omsimulator/reset.mos | M testsuite/omsimulator/resetWithLoops.mos | M testsuite/omsimulator/reset_omc.mos | M testsuite/omsimulator/testDirectionalDerivatives.mos | M testsuite/omsimulator/testLoopsOverFMUs.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_static.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos | M testsuite/openmodelica/omsi/omsic/problem2.mos | M testsuite/openmodelica/omsi/omsic/simpleLoop.mos | M testsuite/openmodelica/omsi/omsic/simpleNonLinLoop.mos | M testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos | * commit e9f86ba1ce85f3717aac37619053a01e42997502 | Author: rfranke | Date: Mon Jul 12 19:05:33 2021 +0200 | | Make Cpp Newton solver more robust and fix crash of IDA (#7687) | | Try another Newton iteration instead of raising | "Can't get sufficient decrease of solution" from line search. | | M OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDA.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | * commit 5c650117f8555095d73417ae02d3876f0f590e94 | Author: Rüdiger Franke | Date: Sun Jul 11 15:45:52 2021 +0200 | | Extend Newton solver with total pivoting as fallback and fix XML logging | | Also revert the two msl32 tests that failed with Newton before back to default nls. | | The logging needs to write a closing tag in case of error to appear OMEdit. | | M OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | M OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | * commit aabf49e31792df2b4a7fed89e73b5b384fb15128 | Author: Rüdiger Franke | Date: Sun Jul 11 15:39:44 2021 +0200 | | Simplify and fix Cpp command line parsing | | - combine the former `handleArgumentsToReplace` and `parseIngoredAndWrongFormatOption` | into one `replaceCRuntimeArguments` called as boost extra parser | - fix replacements with values, in particular "--emit-results all" | - make log level optional, e.g. treat "-V nls" as "-V nls=debug" | - adapt linear solver names to Cpp equivalents | (-ls=lapack, -ls=default --> -L dgesvSolver, -ls=klu --> -L linearSolver) | | M OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | * commit 7739d8e0bed1ae211bb5ab012ea17475874ba167 | Author: Rüdiger Franke | Date: Sun Jul 11 15:28:59 2021 +0200 | | Extend StatArray, DynArray and ArraySlice for up to 6 dimensions | | The Buildings library uses such arrays. | | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Array.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | * commit 48759ab893c11fefb3c23a126cf814774d5da213 | Author: rfranke | Date: Sat Jul 10 21:14:47 2021 +0200 | | Change default Cpp solvers (#7684) | | * Change Cpp default nonlinear solver to Newton | | This is the same solver as used for FMU export. | Some library coverage examples that fail with kinsol work with newton. | The previous default kinsol can still be selected, e.g. through | OMEdit simulation settings or the simflag "-nls=kinsol". | | * Change Cpp default linear solver to dgesv with total pivoting | | This is the same solver as used for FMU export. The previous default | linearSolver can be selected optionally, in particular if KLU | is enabled for sparse matrices. | | * Configure -nls=kinsol for two msl32 tests | | M OMCompiler/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | M OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | M OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | M OMCompiler/SimulationRuntime/cpp/LibrariesConfig.h.in | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/FactoryExport.cpp | M testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos | M testsuite/openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | * commit 323da9170bb4eb0298d6b00eff2b6acbdb0dbc65 | Author: rfranke | Date: Fri Jul 9 22:02:56 2021 +0200 | | Remove worse initialization tearing for Cpp runtime (#7681) | | M OMCompiler/Compiler/BackEnd/Initialization.mo | * commit 57179577337003aada6fcfd3e5a2dff43a7d1b5e | Author: arun3688 | Date: Fri Jul 9 16:36:36 2021 +0200 | | extract and compute boundaryConditions for Data Reconciliation (#7676) | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.h | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M testsuite/openmodelica/dataReconciliation/Makefile | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter5g.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter5h.mo | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/package.order | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.VDI2048Exple_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.Splitter5c_Outputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.Splitter5c_Reconciled_Sx.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.Splitter5f_Outputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.Splitter5f_Reconciled_Sx.csv | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/VDI2048Exple_Corelation_inputs.csv | A testsuite/openmodelica/dataReconciliation/Splitter5g.mos | A testsuite/openmodelica/dataReconciliation/Splitter5h.mos | * commit a57749dbe016c08f074470f6ff1dc26f94b3a70e | Author: Mahder Gebremedhin | Date: Fri Jul 9 16:26:29 2021 +0200 | | Fix #7667 and simplify Codegen. (#7680) | | * Fix #7667 and simplify codegen. | | - Remove unnecessary small functions and replace them with #defines in | generic_array.h | | - Add data_of_boolean* defines. | | * Enable more data_of_* & Update bootstrap source | | - Enable data_of_real_c89_array(), data_of_integer_c89_array() | | - Change data_of_string_array to macro version. | data_of_string_c89_array() is left in string_array.h since it actually | does some modifications. | | - Remove overlooked boolean versions of the functions. | | - Update bootstrap sources that use this function because now it is a | macro and there is no need to pass by pointer. | | * Fix parameter type for string version. | | - We need to pass by value now since the macros are written that way. | We will have to improve this later and use a macro that handles it. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ModelicaExternalC.c | M OMCompiler/SimulationRuntime/c/util/boolean_array.h | M OMCompiler/SimulationRuntime/c/util/generic_array.h | M OMCompiler/SimulationRuntime/c/util/integer_array.h | M OMCompiler/SimulationRuntime/c/util/real_array.h | M OMCompiler/SimulationRuntime/c/util/string_array.c | M OMCompiler/SimulationRuntime/c/util/string_array.h | * commit bc38d8eeadb293c5e2d7c9f73c349a72538c3623 | Author: rfranke | Date: Thu Jul 8 23:00:08 2021 +0200 | | Improve treatment of unknown dimensions in Cpp runtime (#7677) | | See ModelicaTest.Math.TestMatrices3 (MSL 4.0.0) | ERROR : init : SimManager: Could not initialize system | ERROR : init : SimManager: std::bad_alloc | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | * commit bc38ed340e3d3206e2fa4fbbf6398af19d03a488 | Author: hudson | Date: Thu Jul 8 17:24:18 2021 +0000 | | Updated libraries | * libraries ac8d5d4...0f47ccf (1): | > Bump libraries | | M libraries | * commit 7cc57c165f5e5dcf4c87b96f7c717405c685cca4 | Author: rfranke | Date: Thu Jul 8 18:41:13 2021 +0200 | | Distinguish array slice of size 1 from reduction (#7675) | | See PowerSystems.Examples.AC3ph.Precalculation.TransDatFromEqCirc | | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | M testsuite/openmodelica/cppruntime/arraySliceTest.mos | * commit 3c7022079f5a3a78abd5b5be838c42b7fe4121ac | Author: Adrian Pop | Date: Thu Jul 8 09:29:25 2021 +0200 | | attempt to fix perl hangs and print some info (#7673) | | M .CI/common.groovy | M testsuite/partest/runtests.pl | * commit 0ad1f151c4e9a4298d79550aa868a787d1d071de | Author: perost | Date: Wed Jul 7 14:47:19 2021 +0200 | | Clean up SimCode a bit (#7668) | | - Modernise some parts of SimCode to make it easier to see what's going | on in SimCode.addVarToArrayIndexMapping. | | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 991458492cc9ac79e9003897f63e871ce158a104 | Author: Adeel Asghar | Date: Wed Jul 7 14:30:24 2021 +0200 | | Fix editing of legend titles (#7670) | | Fixes #7627 | | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit 2ab03dae6c5c5d0910f18f993b84db56f5211aef | Author: Mahder Gebremedhin | Date: Wed Jul 7 12:02:55 2021 +0200 | | Don't consider variability when filtering elements | | - Fixes the immediate issue in #7660. | The model still does not compile but it is now due to an undefined | function ``data_of_boolean_f77_array` | | - We were checking `variability` as well when what we actually interested | in was just the `direction` of the element. | | It is an unfortunate mixup in terminology. | | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | * commit 63588bea83e36e0956515a2c687414fb3a30cb66 | Author: Francesco Casella | Date: Wed Jul 7 01:32:07 2021 +0200 | | Updated documentation of --linkType (#7659) | | M OMCompiler/Compiler/Util/Flags.mo | * commit 18e5725c5568181c79126a8b17e863b1aa18493f | Author: rfranke | Date: Tue Jul 6 22:32:04 2021 +0200 | | Extend Cpp template expTypeFromExpFlag according to C version (#7658) | | In particular add TSUB and RSUB. | | See ModelicaTest.Math.TestMatrices2: | ./OMCppModelicaTest_trunk_cpp_ModelicaTest.Math.TestMatrices2Functions.cpp:4729:9: | error: unknown type name 'expTypeFromExpFlag' | ERROR:expTypeFromExpFlag Modelica.Math.Matrices.realSchur(A1)[1] tmp557; | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit 71584d94d00338173b3bebefe7393cf36565640d | Author: perost | Date: Tue Jul 6 19:52:16 2021 +0200 | | Fix AssertionLevel (#7665) | | - Swap the order of warning and error in AssertionLevel so they're the | same order as in the specification. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/Compiler/Template/DAEDumpTpl.tpl | M testsuite/flattening/modelica/scodeinst/AssertInvalid3.mo | * commit 3ddd840630f5dfc58c4f63e4884b167c92a883c3 | Author: rfranke | Date: Tue Jul 6 17:53:21 2021 +0200 | | Avoid declaration of StatArray with unknown dimension (#7664) | | See PowerSystems.Examples.AC3ph.Precalculation.Z_matrixEqCirc0 | | ./OMCppPowerSystems_cpp_PowerSystems.Examples.AC3ph.Precalculation.Z_matrixEqCirc0Initialize.cpp:198:31: | note: in instantiation of template class 'StatArrayDim1' requested here | StatArrayDim1 tmp3; | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit 2c55a33cb5d801a3b041468b95f5820ede8c4300 | Author: Adeel Asghar | Date: Tue Jul 6 15:54:48 2021 +0200 | | Do not allow plotting variables that do not exist in the result file (#7663) | | Fixes #7632 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | * commit 52c7170ed954f67257b73fc31077c1d782dc68bb | Author: perost | Date: Tue Jul 6 15:35:16 2021 +0200 | | Always expand crefs in for loops in CheckModel (#7662) | | - Statements containing iterator subscripts are not handled correctly | when the NOT_EXPAND policy is used in CheckModel, so ignore the policy | and always expand them for now. | | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | * commit 90c02aadccf3484ee764fb75db45b1c338989e33 | Author: Adeel Asghar | Date: Tue Jul 6 12:53:51 2021 +0200 | | Only add the prefix if the variable has a unit (#7656) | | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | M OMPlot/OMPlot/OMPlotGUI/ScaleDraw.cpp | M OMPlot/OMPlot/OMPlotGUI/ScaleDraw.h | * commit 7e79cb1cd0f6f1d255894bd870e64c4adf4ae032 | Author: perost | Date: Mon Jul 5 20:21:06 2021 +0200 | | Initial CheckModel implementation for the NF (#7653) | | A OMCompiler/Compiler/NFFrontEnd/NFCheckModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 1ab95b2a33d3fde6948d9cf9d2bcd609b25cdacb | Author: rfranke | Date: Mon Jul 5 10:45:11 2021 +0200 | | Fix empty array slices in Cpp runtime (#7649) | | * Fix empty array slices in Cpp runtime | | `stop=0` in `start:step:stop` was used to mark `end` so far. | It is needed for empty slices though. | | See e.g. ModelicaTest.Math.TestMatrices2b (MSL 4.0.0) raising | ERROR : init : SimManager: Wrong slice exceeding array size | | * Add missing access operators for 3-5 dims to ArraySliceConst | | * Prevent reduction of ArraySlice for index set of size 1 | | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | M testsuite/openmodelica/cppruntime/arraySliceTest.mos | * commit 63df406c472b91aa2dc621c7d7a34e614fbc38d6 | Author: rfranke | Date: Sun Jul 4 20:57:44 2021 +0200 | | Don't dump equations into Cpp FMU sources (#7643) | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit d210b0ece731839bb3dddf88a314a05c95148708 | Author: rfranke | Date: Sun Jul 4 19:53:07 2021 +0200 | | Fix initialization of reductions in Cpp runtime (#7650) | | * Fix initialization of reductions in Cpp and C runtime | | `foldExpPre` had been declared but not used. This resulted in Cpp errors. | | See e.g. ModelicaTest.Fluid.TestComponents.Machines.TestWaterPumpCharacteristics | or PowerSystems.Examples.AC3ph.Precalculation.Z_matrixTrDat3 | ERROR : init : SimManager: Right and left array must have the same size for element wise addition | | * Revert fix of initialization of reductions for C runtime | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit 8f503c42ff6caa0133a1ad9786226a008f379dee | Author: rfranke | Date: Sat Jul 3 12:48:38 2021 +0200 | | Fix Cpp writeLhsCref to not use ArraySliceConst on lhs (#7648) | | * Fix Cpp writeLhsCref to not use ArraySliceConst on lhs | | Call 'daeExpCref(isLhs=true, ...)' instead of 'daeExpCrefRhs(...)' in scalarLhsCref. | | See e.g. PowerSystems.Examples.AC3ph.Precalculation.TransDatFromEqCirc raising: | ERROR : init : SimManager: Can't assign array to ArraySliceConst | | * Whitespaces | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit 8440874568370f023953cc6f50c0699e883aa780 | Author: rfranke | Date: Sat Jul 3 12:48:31 2021 +0200 | | Implement const element access in DynArrayDim3 (#7647) | | See e.g. PowerSystems.Examples.AC3ph.Precalculation.EqCircFromTransDat | | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Array.h | * commit de5d495844122b87aa7a22333d1332c052cf0552 | Author: rfranke | Date: Sat Jul 3 12:48:21 2021 +0200 | | Implement product operator and DIV_SCALAR_ARRAY in Cpp runtime (#7641) | | * Implement product operator in Cpp runtime | | * Update OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | Co-authored-by: phannebohm | | * Update test | | * Implement DIV_SCALAR_ARRAY in Cpp runtime | | See e.g. PowerSystems.Examples.AC3ph.Precalculation.EqCircFromTransDat | | Co-authored-by: phannebohm | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | M testsuite/openmodelica/cppruntime/arrayOperationsTest.mos | * commit a6b4e42d551de191f7f72185a49a067c519064b8 | Author: perost | Date: Fri Jul 2 21:47:40 2021 +0200 | | Fix product in old frontend (#7646) | | - Don't expand product of an expression with unknown dimensions. | | M OMCompiler/Compiler/FrontEnd/Static.mo | * commit a58087453a97e60124d20df8d2e40d2680563c7c | Author: perost | Date: Fri Jul 2 14:51:22 2021 +0200 | | Simplify min/max reductions more (#7644) | | - Evaluate min/max reductions if possible. | - Fix Expression.typeOf for relations, to avoid using the wrong default | value when evaluating reductions. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinReduction.mo | * commit 15713e3c9b8e6f40bea40611529aa1bcb6091ee6 | Author: perost | Date: Fri Jul 2 13:08:50 2021 +0200 | | Expand calls with multiple iterators (#7642) | | - Expand reductions/array constructors with multiple iterators into | nested calls when generating the DAE structure, since the code | generation can't handle multiple iterators. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinReduction.mo | M testsuite/flattening/modelica/scodeinst/FuncVectorization2.mo | M testsuite/flattening/modelica/scodeinst/FuncVectorization5.mo | M testsuite/flattening/modelica/scodeinst/FuncVectorizationBuiltin.mo | M testsuite/flattening/modelica/scodeinst/FuncVectorizationMap1.mo | * commit 32850571a030bacb9e0d9cdcb060f98e5a03886a | Author: hudson | Date: Thu Jul 1 17:22:22 2021 +0000 | | Updated libraries | * libraries c850b80...ac8d5d4 (1): | > Bump libraries | | M libraries | * commit fbe0d19a449be580f75a4faf0e059aaac96a8059 | Author: Adeel Asghar | Date: Thu Jul 1 16:03:23 2021 +0200 | | Fix loading of subpackages in case of encryption (#7639) | | * Fix loading of subpackages in case of encryption | | * Return the class parts | | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | * commit 57235fb7aa3acd7f14aa33eff4aa549b7356756b | Author: perost | Date: Thu Jul 1 12:59:30 2021 +0200 | | Flattening fixes (#7626) | | - Flatten types in statements. | - Flatten expressions after evaluating bindings in EvaluateConstants, | since they come from the instance tree and not the flat model. | - Create typed bindings instead of flat bindings in some places where | the generated binding might not actually be flat. | - Lift the result in evalComponentBinding if necessary to ensure it has | the same dimensions as the cref being evaluated. | - Apply the array hack for dimensions in Dimension.fromExp instead of | during typing to simplify problematic dimensions in more cases. | - Don't double delete components. | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | * commit f499acebddfe50c63bd6990a90aed22fa948216c | Author: perost | Date: Thu Jul 1 11:43:33 2021 +0200 | | Fix unlifting of array types in ffi runtime (#7638) | | M OMCompiler/Compiler/runtime/ffi_omc.c | * commit 9af63beb2ad97f7ab157c3f7191adfeff0498362 | Author: Adrian Pop | Date: Wed Jun 30 20:59:58 2021 +0200 | | fix issues with OpenSuse (#7636) | | - installs liblpsolve55 in lib64, fix the copy | - add the path to ffi include when building the Compile runtime to fix: | ./../../3rdParty/libffi/install/include/ffi.h:58:10: error: 'ffitarget.h' | file not found with include; use "quotes" instead | | M OMCompiler/Compiler/runtime/Makefile.in | M OMCompiler/Compiler/runtime/Makefile.omdev.mingw | M OMCompiler/Makefile.common | * commit 56800bdfd05260e47a8b954dd21c431f38525732 | Author: Adeel Asghar | Date: Wed Jun 30 12:37:01 2021 +0200 | | Added graphical support for ellipse closure attribute (#7634) | | Fixes #7544 | | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | M OMEdit/OMEditLIB/Annotations/ShapePropertiesDialog.cpp | M OMEdit/OMEditLIB/Annotations/ShapePropertiesDialog.h | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | * commit 961e4c512c27b54bdda8306253fdf0c2228ce9fc | Author: Martin Sjölund | Date: Wed Jun 30 11:50:25 2021 +0200 | | Only prevent encrypted libraries from loading in parallel (#7633) | | M OMCompiler/Compiler/FrontEnd/Parser.mo | * commit 13ce53237a82eeeec5c3b03ea3420a3d9e77f576 | Author: hudson | Date: Tue Jun 29 17:21:43 2021 +0000 | | Updated libraries | * libraries ec7eaa7...c850b80 (1): | > Bump libraries | | M libraries | * commit 49fbc7a90d302b02c80d95989bd516a739490db7 | Author: Adrian Pop | Date: Tue Jun 29 15:14:49 2021 +0200 | | fix ticket #6110 (#6739) | | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/Constants.mo | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/interactive-API/Buildings.PartialFlowMachine.mos | M testsuite/openmodelica/interactive-API/IllegalGraphics.mos | A testsuite/openmodelica/interactive-API/Issue7544.mo | A testsuite/openmodelica/interactive-API/Issue7544.mos | M testsuite/openmodelica/interactive-API/Makefile | M testsuite/openmodelica/interactive-API/Ticket6406.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | * commit 2adbd1a7db920378dc4b85f17f208f60a411f936 | Author: perost | Date: Mon Jun 28 18:29:30 2021 +0200 | | Fix adding dummy states in index reduction (#7625) | | - Change case in makeAllDummyVarandDummyDerivativeRepl1 to check for | StateSelect.Prefer like the comment says. | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | * commit dc65eb95e6768b6770cbe99f04dc33c51b6fa908 | Author: Rüdiger Franke | Date: Mon Jun 28 13:52:24 2021 +0200 | | Implement built-in function diagonal in Cpp runtime | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | M testsuite/openmodelica/cppruntime/arrayOperationsTest.mos | * commit 93240f54eb183159e4c3eb3820effd36c35d229e | Author: Rüdiger Franke | Date: Mon Jun 28 13:51:26 2021 +0200 | | Fix Cpp external F77 calls with string arguments and return values | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M testsuite/openmodelica/cppruntime/solveTest.mos | * commit 3d50ca51917c5029adb539f67683cf5b86b4ebcb | Author: rfranke | Date: Mon Jun 28 17:29:47 2021 +0200 | | Implement METARECORDCALL in Cpp runtime (#7620) | | The implementation is identical to RECORD appearing e.g. for | Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX | | Other similar examples have METARECORDCALL instead, e.g. | Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T | | Prepared another fix: assignment with record on lhs | | * This only appears needed for the anyway not simulating Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit ddd27ec38dc9e1b59fc46975934bfd31baa23819 | Author: Adrian Pop | Date: Mon Jun 28 16:54:14 2021 +0200 | | fix #7534 add --linkType=dynamic|static (#7618) | | * fix #7534 add --linkType=dynamic|static | - add a new argument to Compile.bat linkType | - fix the code in omc when calling Compile.bat | - fix the code in OMEdit when calling Compile.bat | new dialog needed, maybe a checkbox or dropdown | with dynamic|static | | * Added a checkbox to switch between static and dynamic linking | | Co-authored-by: Adeel Asghar | | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/scripts/Compile.bat | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M doc/UsersGuide/source/omedit.rst | * commit 6cb8fc672542463d50cd3ae855b469e652543fd9 | Author: Adeel Asghar | Date: Mon Jun 28 12:52:18 2021 +0200 | | Remove the debug message that a variable is not found (#7622) | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit d7e694f3e3a0da7341beac4c03d250b6f04f731f | Author: rfranke | Date: Sun Jun 27 18:13:31 2021 +0200 | | Avoid use of StatArray for function results with unknown dimension (#7617) | | * Avoid use of StatArray for function results with unknown dimension | | See e.g. Modelica.Media.Examples.ReferenceAir.MoistAir | The treatent of unknown dimensions as -1 leads to a compile error. | | * Remove unnecessary funParamDecl2/3; use varType3 instead | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M testsuite/openmodelica/cppruntime/arrayOperationsTest.mos | M testsuite/openmodelica/cppruntime/mslDistributionsTest.mos | * commit aa6b151cafdef28d25195819aa8892ff437d9416 | Author: rfranke | Date: Sat Jun 26 11:29:03 2021 +0200 | | Suport closures in Cpp algebraic loops as well (#7613) | | * Suport closures in Cpp algebraic loops as well | | Some models of MSL 4 require this (same models work without in MSL 3.2.3), e.g. | Modelica.Fluid.Examples.BranchingDynamicPipes | Modelica.Fluid.Examples.IncompressibleFluidNetwork | Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls | | This commit introduce local extra functions in each algebraic loop | | Addionally it cleans up extra functions by | - remove specific extra functions for initialization | - move generation of main model to end to get all extra functions there | - same order of code generation for Cpp and CppOld | | * Whitespaces | | * Merge support for pre of arrays from CppOld to Cpp | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit 5f394a6e8e93e6634a5556f5de5ed54d05cd27be | Author: rfranke | Date: Sat Jun 26 11:19:59 2021 +0200 | | Fix Cpp functions passing through function pointers (#7614) | | The trailing underscore must be omitted for function names as call args. | See Modelica.Math.Nonlinear.Examples.QuadratureLobatto3 | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M testsuite/openmodelica/cppruntime/functionPointerTest.mos | * commit 4aa7a00deaec9146fec25f3e4bb5972c546d3457 | Author: Adrian Pop | Date: Sat Jun 26 10:12:33 2021 +0200 | | more documentation for getComponentsTest (#7594) (#7616) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit 8db9243d0c2f511b6c355612f4f57ea89b4991f5 | Author: Adrian Pop | Date: Sat Jun 26 01:40:24 2021 +0200 | | fix #7594 (#7615) | | - make getComponentsTest work with new instantiation and -d=nfAPI | - make getComponentsTest work with old instantiation via -d=-newInst | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/getComponentsTestNF.mos | A testsuite/openmodelica/interactive-API/getComponentsTestOF.mos | * commit 81066b9ee3f51c11336db4569e6f5e16fe9a4126 | Author: rfranke | Date: Thu Jun 24 21:45:07 2021 +0200 | | More System.unquoteIdentifier to get rid of undefined loop varables $i1 (#7610) | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit b2341d14f197cc3a48c11c745d83df9bcd614acf | Author: perost | Date: Thu Jun 24 13:37:25 2021 +0200 | | Improve handling of conditional components (#7608) | | - Try to delete conditional components earlier during typing instead of | during flattening if possible, to avoid type mismatch issues inside of | deleted components. | - Change Expression.makeExpArray to take the element type as argument | instead of deducing it from the list of expressions, to make it safe | to use for empty arrays. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 5234deb683a4b5864371ee28187669ac268bcb91 | Author: Mahder Gebremedhin | Date: Wed Jun 23 12:43:24 2021 +0200 | | Fallback to ASUB if applying subs gets complicated | | - Sometimes we try to apply subscripts to sliced crefs internally. | Something that looks like this is created internally due to inlining: | | Real a[3]; | algorithm | a[1:2][1]; | | - We will need to fix the function ComponentReference.subscriptCref to | avoid creating ASUBs for things like this. That function has more | issues for now. It will need more work than just fixing that function | as changing it leads to failing models in the testsuite. | | M OMCompiler/Compiler/FrontEnd/Expression.mo | * commit 8f9c0cafbff0e267a8a9fc82ea11d2082e6cc36d | Author: hudson | Date: Wed Jun 23 17:20:16 2021 +0000 | | Updated libraries | * libraries 4d883a2...ec7eaa7 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit d6666e626a36cbe6cb7bc6d60071356288a7d938 | Author: Adeel Asghar | Date: Wed Jun 23 14:52:16 2021 +0200 | | Check license features of sub packages (#7607) | | Fixes #7502 | | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | M OMCompiler/Compiler/Script/CevalScript.mo | * commit 3037365bc9df64f32e16801308871363c945c656 | Author: Martin Sjölund | Date: Wed Jun 23 09:31:36 2021 +0200 | | Simplify `min(array(x for x ...))` to `min(x for x ...)` (#7600) | | This avoids creation of an intermediate array during runtime. | `sum` and `product` are still expanded as before since they impact how | sorting and matching works (`min` and `max` cannot be easily inverted or | moved to the other side of an equation). | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M testsuite/flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos | M testsuite/flattening/modelica/operators/Reductions.mo | M testsuite/metamodelica/meta/ListReductionCodegen.mo | M testsuite/metamodelica/meta/ListReductionInterpret.mo | * commit a5ff63c80a6938690f701330d0f4eb75ac024e1a | Author: rfranke | Date: Wed Jun 23 08:56:09 2021 +0200 | | Fix Cpp error "size(X) not implemented" (#7602) | | This happened for two models from MSL and three models from ModelicaTest. | For example, the code generation for Modelica.Fluid.Examples.IncompressibleFluidNetwork | calls daeExpSize to a literal, unrolled array instead of a cref supported so far. | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit a877ba961c89409a5e1b5281b60be3d388916d6f | Author: Adrian Pop | Date: Wed Jun 23 07:51:07 2021 +0200 | | fix #7583: filter out bad clang OpenMP flag to g++ for the Cpp builds (#7605) | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit f6318dbb78a42064c22486a69685b8208978a8ae | Author: perost | Date: Tue Jun 22 22:31:38 2021 +0200 | | Fix ConvertDAE.makeTypeRecordVar (#7604) | | - Flatten the binding when taking the binding from a component to get | rid of any split subscripts in it. | | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit b12cd35b46d39e9c90c9e1cf47bb003434dcaf22 | Author: Adrian Pop | Date: Tue Jun 22 21:02:30 2021 +0200 | | fix #7583: CPP static linking for FMUs with clang/gcc on Win/Linux (#7589) | | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCppOld.tpl | M OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw | * commit b22899e82c8f08b7c626ee81c71fe429f9852a34 | Author: Adeel Asghar | Date: Tue Jun 22 19:25:52 2021 +0200 | | Make the case insensitive comparison for auto completion (#7603) | | Fixes #7593 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 2be586e97ad663c163629b42a3000cc44f6e064b | Author: perost | Date: Tue Jun 22 17:00:34 2021 +0200 | | Simplify `min(array(x for x ...))` for NF too (#7601) | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/FuncVectorization4.mo | A testsuite/flattening/modelica/scodeinst/FuncVectorization6.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 38c3d055ed76ccb82bff631090b70f7f1aac8112 | Author: Adeel Asghar | Date: Tue Jun 22 10:45:46 2021 +0000 | | Updated libraries | * libraries 2ed924a...4d883a2 (1): | > Move PetriNets, PowerSystems and SystemDynamics to core libraries (#10) | | M libraries | * commit 49e1e9eeb62688566dd2583301d171e60f700726 | Author: perost | Date: Tue Jun 22 12:26:59 2021 +0200 | | Fix #5991 (#7595) | | - Handle split subscripts after applying the cref subscripts in | Ceval.subscriptBinding instead of before. | - Handle split subscripts in Expression.applySubscriptRange. | - Fix type in Expression.recordElement. | - Fix order of subscripts in Expression.mapSplitExpressions. | - Handle jagged subscripted arrays in Expression.mapSplitExpressions. | - Handle split subscripts in crefs during flattening. | - Use Expression.applySubscripts instead of creating a subscripted | expression directly in Typing.typeSubscriptedExp. | - Map over iterator expressions too in Call.mapFoldExp. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/CevalRecordArray6.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 037eb1fe35314129f3fa9e8129ebbcf153b6b80b | Author: Martin Sjölund | Date: Tue Jun 22 11:54:49 2021 +0200 | | Do not collapse calls taking arrays for C++ runtime (#7597) | | Closes #7586 | | M OMCompiler/Compiler/BackEnd/BackendDAETransform.mo | * commit 6654e6ea71ae11b372b9b190a590353ed2bcb830 | Author: Adeel Asghar | Date: Mon Jun 21 20:57:58 2021 +0200 | | Check for license and features when loading the package (#7569) | | * Check for license and features when loading the package | | Fixes #7500 and #7502 | Check combination of features. | | * Do not load twice | | * Only check features in case of encryption | | * Initialize the variable | | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | M OMCompiler/Compiler/FrontEnd/Parser.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/Interactive.mo | * commit 055c5fbd582d610072256870348db4d9d943c72b | Author: rfranke | Date: Mon Jun 21 18:52:45 2021 +0200 | | Remove Cpp error ASUB_EASY_CASE -- apply regular case instead (#7592) | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/mslMathFFT1Test.mos | * commit 26de721e359893f5b01eebd8a3aa435aba033eba | Author: rfranke | Date: Mon Jun 21 17:55:08 2021 +0200 | | Fix initialization expressions for const strings in Cpp runtime (#7590) | | This lets 8 examples from MSL fail to compile, e.g. | Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/mslElectricalMachinesTest.mos | * commit 9b55fde8d369b330a7eb7fc9fb55a658d9e18773 | Author: Mahder Gebremedhin | Date: Mon Jun 21 12:48:07 2021 +0200 | | Add the example model from #6205 as test. | | - The model has been modified a bit to avoid zero size arrays and to | give different results at different times. | | A testsuite/simulation/modelica/inlineFunction/testBug6205.mos | * commit af3b9678bdb123875dd1239a408c48d588c61b5a | Author: Mahder Gebremedhin | Date: Fri Jun 18 15:01:24 2021 +0200 | | Compute the type after applying the subscripts. | | M OMCompiler/Compiler/FrontEnd/Expression.mo | * commit d0b472ade3d081ee0eb6036019b0db11522131d7 | Author: Mahder Gebremedhin | Date: Fri Jun 18 12:09:29 2021 +0200 | | Use the updated subscripting function. | | - Change applyExpSubscripts to use the updated `applyExpSubscripts2` | instead of `applyExpSubscriptsFoldCheckSimplify`. The latter builds | ASUBs for everything. | | - I have not removed the `applyExpSubscriptsFoldCheckSimplify` function | because it is used in the backend and it is not easy to figure out | what it is supposed to return for some fold arguments. | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/Lookup.mo | * commit e117a40054ab759f3314725f8d9ec869d65f2575 | Author: Mahder Gebremedhin | Date: Fri Jun 18 09:12:13 2021 +0200 | | Use the LHS cref generation functions. | | - This was using the RHS generation function by mistake. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit fd77dd7b80267fbf3b23c5938273bb113c8c84b9 | Author: Mahder Gebremedhin | Date: Thu Jun 17 12:14:24 2021 +0200 | | Compute proper dimensions for subscripting. | | - Handle subscripting with slices and whole_dims when computing the | type of a cref. | | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | * commit a6ec77a6c00b5c0a5164dc21c8f6482ea24fd06d | Author: rfranke | Date: Mon Jun 21 15:46:56 2021 +0200 | | Fix size of result of multiply_array in Cpp runtime (#7588) | | Closes #7582 | | M OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/arrayOperationsTest.mos | * commit 170459c53d331edebd21ef1150231faadd845c59 | Author: Adeel Asghar | Date: Mon Jun 21 14:35:48 2021 +0200 | | Add $cpuTime variable to the variables list if cpu time flag is set (#7587) | | Fixes #7551 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit e30a43bc20ce5f40910f42f7a7eb6b8c8735fc82 | Author: rfranke | Date: Mon Jun 21 13:26:43 2021 +0200 | | Generalize SES_ARRAY_CALL_ASSIGN for Cpp runtime (#7585) | | So far only arrays of bool, int and double were supported. | The new frontend generates arrays of other types as well, | see 9 examples from MSL, e.g. | Modelica.Electrical.MultiPhase.Examples.Rectifier | | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit 6600e3ddc722b66a84f8e2fa0a9b0dfaa6bcf066 | Author: rfranke | Date: Mon Jun 21 12:59:35 2021 +0200 | | Support crefs as subscripts in generated function code (#7584) | | This solves the compilation error: | use of undeclared identifier \'UNKNOWN_SUBSCRIPT\' | in a couple of MSL examples, e.g. | Modelica.Electrical.QuasiStationary.MultiPhase.Examples.TestSensors | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M testsuite/openmodelica/cppruntime/Makefile | R100 testsuite/openmodelica/cppruntime/distributionsTest.mos testsuite/openmodelica/cppruntime/mslDistributionsTest.mos | A testsuite/openmodelica/cppruntime/mslElectricalSensorsTest.mos | * commit 75ceb3878495c7995c506416a169021fded8c197 | Author: rfranke | Date: Mon Jun 21 11:04:04 2021 +0200 | | Merge template CodegenCppCommonOld with CodegenCppCommon (#7580) | | * Merge changes of #7574 (pre of arrays) with CodegenCppCommon | | * Remove CodegenCppCommonOld.tpl -- use CodegenCppCommon.tpl instead | | * Unify use of const refs introduced with #7574 (pre of arrays) | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/.cmake/template_compilation.cmake | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | D OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | M OMCompiler/Compiler/Template/CodegenCppHpcomOld.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/Compiler/Template/CodegenFMUCppOld.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit e0055b2405b9146ab253d79a573f54df2a15cc80 | Author: hudson | Date: Mon Jun 21 08:30:55 2021 +0000 | | Updated libraries | * libraries 6eb943a...2ed924a (1): | > Bump libraries | | M libraries | * commit bd2ff8137a113bb3c2087ccc9a92859a42467907 | Author: hudson | Date: Fri Jun 18 17:25:59 2021 +0000 | | Updated libraries | * libraries e001fdf...6eb943a (2): | > Bump libraries | > reverting last commit | | M libraries | * commit 44c791b67413782eec2c1a6562300366ae44fa7e | Author: AnHeuermann | Date: Fri Jun 18 12:36:01 2021 +0200 | | Fixing findOppositeEndSpatialDistribution for spatialDistribution | | - Use last and first node of list instead of posX | - Updated error message | | M OMCompiler/SimulationRuntime/c/simulation/solver/spatialDistribution.c | * commit 89b043cac5d6ca943394a8560fda535bef707c09 | Author: perost | Date: Fri Jun 18 12:08:43 2021 +0200 | | Fix partial check in record constructors (#7576) | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 7a4ad0e6349ba6ef3f1c74323dc7fc5e73dda865 | Author: rfranke | Date: Fri Jun 18 10:55:31 2021 +0200 | | Add support for pre of arrays to Cpp runtime (#7574) | | * Add support for pre of arrays to Cpp runtime | | DiscreteEvents/SimVars: | - add pre of arrays | | Array: | - add new WrapArray for array return value from pre | | FactoryConfig: | - remove interface includes to avoid additional include of Array.h | | CodegenCppCommon: | - move $PRE qualifier for lhs from contextCref to cref1 | - make BaseArray function call arguments const | | * Distinguish lhs from rhs daeExpCref and add test | | This is needed for the appropriate treatment of ArraySlice/Const after | the introduction of const qualifiers for BaseArray refs in d3085da56b999bee979cd0ad844b207715710ed3. | | M OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Core/System/SimVars.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Array.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISimVars.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/SimVars.h | M OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | M testsuite/openmodelica/cppruntime/Makefile | A testsuite/openmodelica/cppruntime/distributionsTest.mos | * commit 9280895ee73370d67b76959146ad8f3e08a64bbc | Author: perost | Date: Thu Jun 17 14:45:08 2021 +0200 | | Allow partial calls in removed bindings (#7573) | | - Move the check for partial function calls from the instantiation to | the typing, to allow such calls in bindings of removed conditional | components. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/PartialFunction2.mo | * commit edac6377c2fe8a03bcd0af2909e3b299208f76cd | Author: perost | Date: Thu Jun 17 12:23:23 2021 +0200 | | Handle mutually dependent function inverses (#7571) | | - Change the list of function inverses to an array in order to make it | mutable, to allow them to be updated correctly when there are mutual | dependencies between function inverses. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionInverse.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | * commit 9c01e70a5bad20431addc59f9376f28dd7523f59 | Author: Martin Sjölund | Date: Thu Jun 17 08:59:25 2021 +0200 | | Do not crash when getting invalid input for setAssignment (#7570) | | M OMCompiler/Compiler/runtime/BackendDAEEXT_omc.cpp | M OMCompiler/Compiler/runtime/matching.c | * commit 95f82e5a8ffb7ce502f54b7195f7f647a76b68e1 | Author: perost | Date: Wed Jun 16 17:52:59 2021 +0200 | | Frontend support for function inverses (#7567) | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | A OMCompiler/Compiler/NFFrontEnd/NFFunctionInverse.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperator.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/Template/AbsynToJuliaTV.mo | M OMCompiler/Compiler/Template/DAEDumpTV.mo | M OMCompiler/Compiler/Template/DAEDumpTpl.tpl | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | A testsuite/flattening/modelica/scodeinst/FunctionInverse1.mo | A testsuite/flattening/modelica/scodeinst/FunctionInverse2.mo | A testsuite/flattening/modelica/scodeinst/FunctionInverseInvalid1.mo | A testsuite/flattening/modelica/scodeinst/FunctionInverseInvalid2.mo | A testsuite/flattening/modelica/scodeinst/FunctionInverseInvalid3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit cb76b3bfcad9782ea93ef88aa0979e00ad9ca942 | Author: Adeel Asghar | Date: Tue Jun 15 20:14:27 2021 +0200 | | Do not load the library if the required feature is missing (#7565) | | Fixes #7500 | | M OMCompiler/Compiler/FrontEnd/Parser.mo | M OMCompiler/Compiler/FrontEnd/ParserExt.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Parser/Parser_omc.c | M OMCompiler/Parser/parse.c | * commit 32dc92f37dd706cd5381acb1609f9bd6b394f9d3 | Author: arun3688 | Date: Tue Jun 15 18:28:08 2021 +0200 | | export Clocks in modeldescription.xml (#7564) | | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/ticket6296.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | * commit 30b2648b0c98ee1238204ef3a4a705ec0abedd20 | Author: phannebohm | Date: Tue Jun 15 16:00:51 2021 +0200 | | Reject last step in nls homotopy (#7542) | | if the last step is not better than previous, stay at previous. | (see issue #6419) | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | M testsuite/simulation/modelica/nonlinear_system/bug_2841.mos | M testsuite/simulation/modelica/start_value_selection/ticket5807.mos | * commit 9d089b325ed53cb1c91687e576bfd1fc71a4c348 | Author: Adeel Asghar | Date: Tue Jun 15 14:14:35 2021 +0200 | | Use the round numbers relative to grid (#7563) | | Fixes #7545 | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | * commit 155bdf9c8636b41b4aaab36e22114f4ec04f1a1e | Author: rfranke | Date: Mon Jun 14 18:16:59 2021 +0200 | | Generalize use of add_array_scalar in Cpp runtime (#7546) | | See e.g. ModelicaTest.Fluid.TestComponents.Machines.TestWaterPump* | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | * commit 450faab3cec686cdbabeaef2fadea24afe357f0e | Author: perost | Date: Mon Jun 14 15:19:20 2021 +0200 | | Improve error for name lookup in partial class (#7559) | | - Implement the "component x contains the definition of a partial class | C" error message from the old frontend in the new. | | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/PartialLookup2.mo | * commit 1f545232d4cfcb13f4f72574521ce81efc04c945 | Author: Adeel Asghar | Date: Mon Jun 14 14:26:19 2021 +0200 | | Save only the selected models on exit (#7558) | | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | * commit 2c4dddf05ebca7910b2647a1c4e92ffa50aae3c4 | Author: Adeel Asghar | Date: Mon Jun 14 13:57:52 2021 +0200 | | Show a popup when the global settings are changed (#7557) | | Fixes #7517 | The popup shows the list of models that have local settings. | The user can select which model's local settings to keep and which ones to discard. | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M doc/UsersGuide/source/omedit.rst | * commit 3bcce371b95a12e613da0052de94147f71910585 | Author: Mahder Gebremedhin | Date: Mon Jun 14 10:44:56 2021 +0200 | | Fix for ticket #6205 | | - Do not subscript already subscripted crefs. The function | SimCodeFunctionUtil.buildCrefExpFromAsub has already applied the | subscripts. | | - A proper fix would be to not create ASUBs for crefs in the first | place only to change them back to crefs again. That fix will have to | wait for now. This should work in the meantime. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 12ee6bd79b13fbdbd561efec295aa487cdfdf146 | Author: Martin Sjölund | Date: Mon Jun 14 07:57:30 2021 +0200 | | Add a check for getAvailablePackageVersions (#7554) | | Since the package manager cannot be used in the testsuite, the check | is performed while creating the library structure. | | M testsuite/libraries-for-testing/index.mos | M testsuite/libraries-for-testing/update.py | * commit 547861fa149801c9f709715943f80c08ce0b953c | Author: Martin Sjölund | Date: Mon Jun 14 07:44:14 2021 +0200 | | OMSimulator: Compile on 32-bit systems with 64-bit libraries (#7553) | | M OMSimulator | * commit 5b4e9b4ee950bcb1c78a601546ed756008d1bb28 | Author: Martin Sjölund | Date: Sat Jun 12 16:36:31 2021 +0200 | | Update OMSimulator (arm64 support, etc) (#7552) | | M OMSimulator | * commit 42a0c6a05a8cd86e03e01eb4da55b1cc650a59b1 | Author: Martin Sjölund | Date: Fri Jun 11 16:01:05 2021 +0200 | | Add new API getAvailablePackageVersions (#7547) | | This is useful to pass to loadModel to load the most recent version | of a library that is available in the package manager. | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 43d36195654663473923893cb5116823ca3f8e07 | Author: perost | Date: Thu Jun 10 16:38:14 2021 +0200 | | Improve simplification of array constructors (#7543) | | - Expand array constructors where the iterator only occurs as subscript | on array expressions, like {{1, 2, 3}[i] for i in 1:3}. | - Remove some obsolete commented out code. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M testsuite/flattening/modelica/scodeinst/FuncVectorization3.mo | M testsuite/flattening/modelica/scodeinst/OCGTests.mos | * commit 458363752ea224d7f67313e1ad20818db0d31c05 | Author: rfranke | Date: Thu Jun 10 14:09:04 2021 +0200 | | Fix homotopy parameter in Cpp runtime (#7541) | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | * commit 438ac99095b45efb272d9c68038368cb2206a765 | Author: Martin Sjölund | Date: Thu Jun 10 13:33:00 2021 +0200 | | Use int for f2c integer type (#7540) | | This resolves an issue where dassl.c uses int and daskr expects long | on aarch64. | | M OMCompiler/3rdParty | M OMCompiler/SimulationRuntime/c/openmodelica_types.h | * commit 1a2177129756dba11ce68e4f5e85946915f9d9eb | Author: Martin Sjölund | Date: Wed Jun 9 19:26:40 2021 +0200 | | Use 64-bit ANTLR for aarch64 | | M OMCompiler/Parser/Makefile.in | * commit 270b3aa7baad98cc92f27b08f6c855996460874d | Author: Martin Sjölund | Date: Wed Jun 9 19:26:01 2021 +0200 | | Update config.guess and config.sub | | M OMCompiler/3rdParty | M common/config.guess | M common/config.sub | * commit a432828fbde8f0ee2bac76ad1057fdcf78c3b3f8 | Author: rfranke | Date: Wed Jun 9 19:58:51 2021 +0200 | | Fix Cpp array constructor (#7535) (#7537) | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | * commit 7e0d8c8665d19ea6febf0cb0b66240ac5f6be47f | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Jun 8 16:55:12 2021 +0200 | | Explicitly load MSL 3.2.3 for users guide examples (#7533) | | - Only changed for examples not working with MSL 4.0.0 | | M doc/UsersGuide/source/introduction.rst | M doc/UsersGuide/source/omnotebook.rst | * commit c162e1aba551e5af560a576985d080c7e329a205 | Author: perost | Date: Tue Jun 8 15:30:28 2021 +0200 | | Change outer error to warning when checking model (#7532) | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 9770cc8758f7fd65c3da8b16a9e5c70c315dc584 | Author: Adeel Asghar | Date: Tue Jun 8 14:07:16 2021 +0200 | | Replaced assert with size checks (#7530) | | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | * commit 41f9a35e3c441f2a04981083102ee0b5310a48d2 | Author: perost | Date: Tue Jun 8 12:43:15 2021 +0200 | | Relax type attribute variability check (#7531) | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 97583e7d06baa5e3b24746fcd4fff7b9f917c396 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Jun 8 11:19:36 2021 +0200 | | Remove error about wrong direction in spatialDistribution (#7510) | | - Related ticket: https://trac.openmodelica.org/OpenModelica/ticket/5281 | - If measured direction doesn't match direction given by boolean just flip it. | If such a value has to be stored in the spatialDistribution this is probably | a bad sign but we'll ignore it for now. | | M OMCompiler/SimulationRuntime/c/simulation/solver/spatialDistribution.c | * commit 16b10d40ea3906bd9344a8af53b8ce7bce5c9658 | Author: Adeel Asghar | Date: Tue Jun 8 10:27:58 2021 +0200 | | Check for null pointer (#7529) | | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | * commit e3219aad5f10324f254c5b88423cc0bd82086f21 | Author: Adeel Asghar | Date: Mon Jun 7 16:48:20 2021 +0200 | | Added a cancel button to add library dialog (#7528) | | Fixes #7526 | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | * commit 8e569a040e69e7fd3132d85c3c1984271c1027dc | Author: Adeel Asghar | Date: Mon Jun 7 15:12:06 2021 +0200 | | Fix the rendering on bitmap (#7527) | | Fixes #7490 | Improved the rendering of library icons | | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 5b1d6848e50b55a2e443ea88093ff16750f56484 | Author: arun3688 | Date: Mon Jun 7 09:59:19 2021 +0200 | | fix initial unknowns in fmi export (#7524) | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_16.mos | * commit 49710abf42e2774c2ccdbff4022624d429a4a472 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri Jun 4 17:54:38 2021 +0200 | | Change relations macro to function (#7513) | | Functions are documented and can be debugged. | | - New function relation replacing macro RELATION | - New function relationhysteresis replacing macro RELATIONHYSTERESIS | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.h | * commit 578ab403401d6e2ed7afbb19b6300605f410bfb6 | Author: perost | Date: Fri Jun 4 13:42:17 2021 +0200 | | Change component to element in inner/outer errors (#7523) | | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/InnerOuterMissing1.mo | M testsuite/flattening/modelica/scodeinst/InnerOuterMissing7.mo | * commit 459c2159f5f9965258b1e86d43b3a95626bb3eac | Author: Lennart Ochel | Date: Fri Jun 4 09:47:59 2021 +0200 | | Use new instantiation for fmi_attributes_10.mos (#7521) | | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_10.mos | * commit dc48a0ce1a9ebaefc21081b6dd1ef1213fdc05d6 | Author: perost | Date: Thu Jun 3 20:57:21 2021 +0200 | | Fill in startOrigin in DAE.VariableAttributes (#7520) | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | * commit 1767949ecdf03b9ee03718297ac910770c377ebe | Author: Lennart Ochel | Date: Thu Jun 3 20:15:19 2021 +0200 | | Run fmi tests with new instantiation (#7519) | | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_02.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_03.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_04.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_05.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_06.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_07.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_08.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_09.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_11.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_12.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_13.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_14.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | * commit 89658b93f6e71d49ead4cdfa0a98233d75471413 | Author: perost | Date: Thu Jun 3 19:26:49 2021 +0200 | | Fix function evaluation in the backend with the NF (#7518) | | - Create a dummy environment in CevalScriptBackend.runFrontEndWork | instead of returning an empty environment, otherwise opening a new | scope will fail. | - Try to look up the function to evaluate in the cache before trying to | instantiate it in CevalScript.cevalCallFunctionEvaluateOrGenerate2, | since it will often already have been instantiated and trying to | look it up in the environment will fail when using the NF. | | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M testsuite/openmodelica/xml/XmlDumpComment.mos | * commit 43ce30fcb13d344299dff0f2020fb11578628cd9 | Author: perost | Date: Wed Jun 2 14:09:03 2021 +0200 | | Don't disable scalarization when building FMUs (#7516) | | Co-authored-by: Lennart Ochel | | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M testsuite/omsimulator/DualMassOscillator.mos | M testsuite/omsimulator/DualMassOscillator_cs.mos | M testsuite/omsimulator/DualMassOscillator_me.mos | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/omsimulator/enumeration.mos | M testsuite/omsimulator/enumeration2.mos | M testsuite/omsimulator/enumeration3.mos | M testsuite/omsimulator/initialization.mos | M testsuite/omsimulator/initialization2.mos | M testsuite/omsimulator/initialization2_omc.mos | M testsuite/omsimulator/initialization_omc.mos | M testsuite/omsimulator/outputState.mos | M testsuite/omsimulator/outputState_omc.mos | M testsuite/omsimulator/reset.mos | M testsuite/omsimulator/resetWithLoops.mos | M testsuite/omsimulator/reset_omc.mos | M testsuite/omsimulator/test03.mos | M testsuite/omsimulator/testDirectionalDerivatives.mos | * commit 45c89e0aa041e1d3c44bf13d7dd3b2610a4da637 | Author: Adrian Pop | Date: Wed Jun 2 09:27:07 2021 +0000 | | Updated libraries | * libraries 3a54308...e001fdf (1): | > change Buildings 7.0.0 to follow maint_7.0.x | | M libraries | * commit 4f628efeec1b2c5f43248935493fd243011ee996 | Author: hudson | Date: Tue Jun 1 19:13:19 2021 +0000 | | Updated libraries | * libraries f0c5cdb...3a54308 (2): | > Bump libraries | > fix python2 -> python3 issue that broke the libraries build | | M libraries | * commit 11a0d1c7feed4f3314c7b38faf5bfe6f09db98eb | Author: Adeel Asghar | Date: Tue Jun 1 11:27:51 2021 +0200 | | Handle the curly braces used in text annotation (#7509) | | Fixes #7493 | Display the parameter values reference via instance name | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Element/Element.cpp | * commit d8f7882939335bed34d98d8df6a864c28a8bbda2 | Author: perost | Date: Mon May 31 14:27:11 2021 +0200 | | Fix #6221 (#7505) | | - Use a relaxed context when instantiating record constructors, to allow | e.g. partial classes in them. | | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | * commit b7d5bf71f1c5d09ca8f38f630320c39d7e30a5c4 | Author: perost | Date: Fri May 28 17:02:07 2021 +0200 | | Fix #6188 (#7504) | | - Propagate binding equations on redeclared components. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RedeclareMod8.mo | * commit 68653477abd7b979dac80b6c0e28d0ef3d1dcc35 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri May 28 16:13:28 2021 +0200 | | Extrapolate outputs of spatialDistribution on input side (#7503) | | We don't assume that the inputs on the "unused" side are already set, | so we extrapolate them from our known spatialDistribution. | | M OMCompiler/SimulationRuntime/c/simulation/solver/spatialDistribution.c | * commit c5f80b95fde2cead7bc16f76df50101aa646f76b | Author: Adeel Asghar | Date: Thu May 27 14:52:10 2021 +0200 | | Hide the empty tab in the parameters window (#7499) | | Fixes #7494 | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.h | * commit 4c24d5791eebdb244b8a34e58abae31372bfef75 | Author: perost | Date: Thu May 27 00:51:11 2021 +0200 | | Fix purity handling in typing of fill (#7498) | | - Allow dimension arguments of fill to be impure or not fixed. | - Fix logic in Prefixes.purityMin. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFPrefixes.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinFill3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 412eb41bed2082003b0d4d56ce1600daeb246d67 | Author: Adeel Asghar | Date: Wed May 26 17:08:10 2021 +0200 | | Allow creating a connector when making a connection (#7497) | | Fixes #7460 | | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | * commit 2948fc21789af77077d03efbbbfa4828fdb1cfa0 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed May 26 16:54:16 2021 +0200 | | [BE] reactivate resolveLoops/reshuffleLoops (#7454) | | * [BE] reactivate resolveLoops/reshuffleLoops | | - ticket #5817 | - should be fixed in ASSC but this resolves it for now | | * [testsuite] reshuffle loop activation changes | | * Remove tested variable because of too much noise | | - see discussion on PR #7454 | | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/openmodelica/cppruntime/testVectorizedPowerSystem.mos | M testsuite/openmodelica/debugDumps/lateInline.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos | M testsuite/simulation/modelica/indexreduction/ASSC.mos | M testsuite/simulation/modelica/linear_system/linSymSol.mos | M testsuite/simulation/modelica/resolveLoops/Circuit1x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit2x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit4x.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/tearing/Tearing10-cel.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC11.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC12.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC21.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC22.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC23.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC231.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos | M testsuite/simulation/modelica/tearing/Tearing10-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing10-omc.mos | M testsuite/simulation/modelica/tearing/Tearing6-cel.mos | M testsuite/simulation/modelica/tearing/Tearing6-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing6-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing6-omc.mos | M testsuite/simulation/modelica/tearing/Tearing7-omc.mos | * commit ad12ad63bb50ff1628f5f5284a07779ee2b5ba70 | Author: perost | Date: Wed May 26 14:08:56 2021 +0200 | | Fix #7486 (#7496) | | - Use Type.copyElementType in TypeCheck.matchIfBranches instead of | Type.setArrayElementType, to avoid adding dimensions to the created | type when the dimensions only partially match. | - Swap the arguments for copyElementType to be analogous to | setArrayElementType. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | A testsuite/flattening/modelica/scodeinst/IfExpression8.mo | A testsuite/flattening/modelica/scodeinst/IfExpression9.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 230244e78e2831f458ace63bdc13d73aa810170e | Author: Adeel Asghar | Date: Tue May 25 12:14:21 2021 +0200 | | Timeout the model update timer after 0.5 secs (#7483) | | Update the model directly on save and show text view | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | * commit 399956df34c12f0aa88e29cb78b3198a370bed7b | Author: Lennart Ochel | Date: Mon May 24 15:44:32 2021 +0200 | | Update OMSimulator (#7482) | | M OMSimulator | * commit 98d8b8547381e066f2af59e87693a919db781ad5 | Author: Adeel Asghar | Date: Mon May 24 15:01:01 2021 +0200 | | Use high dpi pixmaps flag (#7481) | | M OMEdit/OMEditLIB/OMEditApplication.cpp | * commit 3ae6b94efb42deecddc1b8269c0f98c1b8e840a1 | Author: Adeel Asghar | Date: Mon May 24 09:03:22 2021 +0200 | | Do not log all the OMC commands by default (#7479) | | Most of the omc commands logged in OpenModelica Compiler CLI window are useless for users. | Always log the commands sent manually. For debugging, log everything if the debug flag is true. | Speed up the loading time of MSL. | | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | * commit ea5cd0d45790261fc0c57bc1e9c1e26e7c253fcf | Author: Lennart Ochel | Date: Thu May 20 09:58:56 2021 +0200 | | Use annotation __OpenModelica_commandLineOptions in buildModelFMU (#7478) | | * Use annotation __OpenModelica_commandLineOptions in buildModelFMU | | * Test setting the command line option via annotation | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos | * commit c5eac8a7bd25b2db192c79325dc78b7298082907 | Author: Lennart Ochel | Date: Tue May 18 19:54:39 2021 +0200 | | Move the User's Guide up (#7476) | | M README.md | * commit ddc550c7a7b443da5624be8c130b6bd3d67d7bac | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue May 18 12:22:51 2021 +0200 | | Fix for "Fix memory leak of model info xml data" #7464 (#7471) | | M OMCompiler/SimulationRuntime/c/simulation/simulation_info_json.c | * commit 03a9a34643c11b16325aca6525f4ad8e54e40141 | Author: Adeel Asghar | Date: Tue May 18 11:32:14 2021 +0200 | | Push the resize element change of OMS models on the undo stack (#7470) | | M OMEdit/OMEditLIB/Element/Element.cpp | * commit d2a58bdba48d3bd34ac50157fb7b866c0c40498b | Author: Adrian Pop | Date: Mon May 17 21:38:10 2021 +0200 | | scalarize only parameters arrays with size(array) > 1 | - further changes to support TransiEnt library | - needed as the backend handles parameter arrays of one badly | - added test: ParametricInitialArrayEquationBug.mo(s) | The problematic equations come from: | final parameter SI.SpecificEnergy NCV_H2[:]=TransiEnt.Basics.Functions.GasProperties.getRealGasNCVVector(medium, medium.nc) "Net calorific value of hydrogen at 25 C and 1 bar"; | final parameter SI.SpecificEnergy GCV_H2[:]=TransiEnt.Basics.Functions.GasProperties.getRealGasGCVVector(medium, medium.nc) "Gross calorific value of hydrogen at 25 C and 1 bar"; | | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M testsuite/simulation/modelica/arrays/Makefile | A testsuite/simulation/modelica/arrays/ParametricInitialArrayEquationBug.mo | A testsuite/simulation/modelica/arrays/ParametricInitialArrayEquationBug.mos | * commit cae68fb0cbb34621d133fd2c7f699915d956f27c | Author: Adrian Pop | Date: Mon May 17 18:30:43 2021 +0200 | | added flags to allow non standard Modelica | - added to support some non-standard Modelica libraries such as | TransiEnt library. Tested with model: | TransiEnt.Producer.Gas.Electrolyzer.Check.Test_400A_Espinosa_L2 | - allow several exernal sections in functions in NFInst (TILMedia) | - see also: modelica/ModelicaSpecification#2921 | - only via flag: --allowNonStandardModelica="nonStdMultipleExternalDeclarations" | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 0b7690827994aff3a612ef5e87bbcf446c71a113 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon May 17 17:53:44 2021 +0200 | | Documentation for high DPI settings on Windows (#7462) | | A doc/UsersGuide/source/media/omedit-dpi-settings-01.png | A doc/UsersGuide/source/media/omedit-dpi-settings-02.png | M doc/UsersGuide/source/omedit.rst | * commit 26b9c7641bc8e4ecf3d96a1e9ee9fb77cd53e21d | Author: arun3688 | Date: Fri May 14 20:55:14 2021 +0200 | | fix issue in calculating reconciled_Sx (#7466) | | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | * commit 3b8836b2430cebeeb8d4512d7b86f9762e805b64 | Author: hudson | Date: Fri May 14 19:27:45 2021 +0200 | | Updated libraries | * libraries 04eb4ac...f0c5cdb (1): | > Bump libraries | | M libraries | * commit 698787c10df3ec07624f01291813e076b5876bc1 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri May 14 18:47:54 2021 +0200 | | Fix memory leak of model info xml data (#7464) | | M OMCompiler/SimulationRuntime/c/simulation/simulation_info_json.c | M OMCompiler/SimulationRuntime/c/simulation/simulation_info_json.h | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | * commit 75437148b599b98c551fd6f164ce863296c58b27 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri May 14 17:20:13 2021 +0200 | | Only setup kinsol solver once (#7463) | | - Don't reset all KINSOL settings after each call to KINSol() | - Only reset number of retries | | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | * commit 198d32b2978c543ae8db84957116cdd85350630d | Author: hudson | Date: Thu May 13 17:21:48 2021 +0000 | | Updated libraries | * libraries 2ee4382...04eb4ac (1): | > Bump libraries | | M libraries | * commit c910821bd910a61f02780937495ccf173c6cdca0 | Author: Adeel Asghar | Date: Wed May 12 13:36:12 2021 +0200 | | Ask user to switch to new frontend on startup (#7461) | | * Ask user to switch to new frontend on startup | | Fixes #7456 | | * Set omc options | | M OMEdit/OMEditLIB/OMEditApplication.cpp | * commit 83d78e81d1690aa59f8f9a08ad902a2790a89b58 | Author: Adrian Pop | Date: Tue May 11 17:11:52 2021 +0200 | | better handling of zero size arrays in the C runtime (#7455) | | - issued appeared when running model (see also #7450): | TransiEnt.Producer.Gas.Electrolyzer.Check.Test_400A_Espinosa_L2 | - Should handle functions such as: | function massFraction_mixingRatio "conversion function" | input Real[:] mixingRatio; | output Real[size(mixingRatio, 1)-1] massFraction=mixingRatio[1:end - 1]/sum(mixingRatio); | end massFraction_mixingRatio; | called with massFraction_mixingRatio({1}) better | - added test model | | M OMCompiler/SimulationRuntime/c/util/base_array.c | M OMCompiler/SimulationRuntime/c/util/index_spec.c | M OMCompiler/SimulationRuntime/c/util/integer_array.c | M OMCompiler/SimulationRuntime/c/util/real_array.c | M testsuite/simulation/modelica/arrays/Makefile | A testsuite/simulation/modelica/arrays/Ticket7455.mos | * commit c7688ab95867c0fd3411be0df606fee05424b1a3 | Author: Adeel Asghar | Date: Tue May 11 15:33:05 2021 +0200 | | Added context menu item for copy path (#7459) | | Fixes #6094 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | * commit 7c5a0a8875b29fd9cda6bf43466efcfb7f99160d | Author: Adeel Asghar | Date: Mon May 10 11:19:58 2021 +0200 | | Update the derived component when the base component is updated (#7453) | | Fixes #4469 | | M OMEdit/OMEditLIB/Element/Element.cpp | * commit e08f5e447c1c41b2ab330865dda39a29243d674f | Author: Adeel Asghar | Date: Mon May 10 09:51:40 2021 +0200 | | Highlight that evaluate all parameters does not work with old frontend (#7452) | | Fixes #7402 | | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp | * commit 83ff1a1bb1f37610da9b625961ef49b17da18e93 | Author: Martin Sjölund | Date: Fri May 7 11:43:50 2021 +0200 | | The license for User's Guide is CC BY 4.0 (#7411) | | A doc/UsersGuide/source/_static/cc-by-80x15.png | A doc/UsersGuide/source/_templates/layout.html | M doc/UsersGuide/source/conf.py | M doc/UsersGuide/source/copyright.inc | A doc/UsersGuide/source/media/cc-by.pdf | A doc/UsersGuide/source/media/cc-by.svg | * commit e8349ebe2ccde26ccce72538601a3b4c2a607361 | Author: Martin Sjölund | Date: Fri May 7 11:06:30 2021 +0200 | | Make sure we cleanup old FMUs before archiving them (#7449) | | M Jenkinsfile | * commit dc618a670c8f3f39bcffec202bc56e2ca5334d9f | Author: Martin Sjölund | Date: Fri May 7 10:24:51 2021 +0200 | | Rotate logs faster (#7448) | | M Jenkinsfile | * commit f4362224e3c6c8234be11ac9fb7db68429443dac | Author: hudson | Date: Thu May 6 17:21:52 2021 +0000 | | Updated libraries | * libraries a31be05...2ee4382 (1): | > Bump libraries | | M libraries | * commit 71aa2f871639041f3569fafe1b1cea25b84981ff | Author: spinnau | Date: Thu May 6 19:06:49 2021 +0200 | | Fix build with cmake >= 3.20 - fixes #7330 (#7445) | | When running cmake to generate a project buildsystem, --build is an unknown | command line argument. Since cmake 3.20 this is rejected with an error, | and not silently ignored anymore. | | Therefore, the cmake call was split into generation of the build system and | build process. | | M OMCompiler/Makefile.omsi.common | * commit 3da13e7ce8e44527b831300c70f5a75db52d3968 | Author: Julien Schueller | Date: Thu May 6 10:21:46 2021 +0200 | | [OMCompiler] Fix some leaks in C runtime (#7441) | | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | * commit 3806526c0760d78acfb4862343946244a953f53c | Author: perost | Date: Wed May 5 23:45:02 2021 +0200 | | Fix #7439 (#7440) | | - Change back to using List.map1BoolOr in Expression.expContains, since | using List.isMemberOnTrue swaps the arguments. | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | * commit 79295965532ead5a30c83ade50c5a1f64734859e | Author: hudson | Date: Wed May 5 17:21:13 2021 +0000 | | Updated libraries | * libraries 095f89b...a31be05 (1): | > Bump libraries | | M libraries | * commit 4c6905e74ba306e64ae3bf9ba3a7b5c995c61b5d | Author: Adeel Asghar | Date: Wed May 5 11:33:39 2021 +0200 | | Handle the *.lnk file links (#7438) | | Fixes ticket #6434 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 203aa2f0bb811d4237e975812bedade9483a1c61 | Author: Adeel Asghar | Date: Wed May 5 11:01:47 2021 +0200 | | Enable high dpi scaling (#7437) | | M OMEdit/OMEditGUI/main.cpp | M OMEdit/OMEditLIB/Animation/ViewerWidget.cpp | M OMEdit/OMEditLIB/Modeling/DocumentationWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/OMEditApplication.cpp | * commit 9ebba11968f99a82771f34631ec22059df9923ed | Author: Lennart Ochel | Date: Tue May 4 15:31:23 2021 +0200 | | Add test for OpenModelica/OMSimulator#1011 (#7404) | | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/enumeration3.mos | * commit b9daa42a02bdf587aaa56387f39cee3d888efd0c | Author: Lennart Ochel | Date: Tue May 4 15:22:19 2021 +0200 | | Update OMSimulator (#7436) | | M OMSimulator | * commit 9b527bc6bfdf211f6aabe5e55f1ad1f539903c45 | Author: perost | Date: Tue May 4 13:08:04 2021 +0200 | | Fix #7432 (#7435) | | - Don't try to compare dimension expressions, since it's not generally | possible to determine if they are equivalent or not. | | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | * commit 0ff0f74ba00016d9b4eb6b00ef830d73ad26b4dd | Author: perost | Date: Tue May 4 11:47:24 2021 +0200 | | Fix possible use of unassigned variable (#7434) | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 81c86f028841a6c8664fe332473afb2cbbf1297a | Author: Adeel Asghar | Date: Mon May 3 16:06:41 2021 +0200 | | Validate the Modelica text when toolbar button is pressed (#7431) | | Fixes #7389 | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 0976f4eb338b2f51dccb5ae6a94e49be7f94b525 | Author: perost | Date: Mon May 3 15:09:14 2021 +0200 | | Fix #7428 (#7430) | | - Take the constraining class modifier into account when instantiating | classes. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/ConstrainingClassFunc1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 73ee81141a0c116065ff63b61d1cfc13a6fefc10 | Author: Adrian Pop | Date: Mon May 3 09:05:35 2021 +0000 | | Updated libraries | * libraries f74f045...095f89b (1): | > remove EMOTH for now, it should be instaleld via PackageManager | | M libraries | * commit d66050b0a3cba9c3b3fc574a054985a52700ad20 | Author: hudson | Date: Fri Apr 30 17:23:06 2021 +0000 | | Updated libraries | * libraries e5a8578...f74f045 (1): | > Bump libraries | | M libraries | * commit 1928198e62c7f1f13e729bc969c882bec28f8cb9 | Author: perost | Date: Fri Apr 30 16:27:02 2021 +0200 | | Improve ceval of record fields (#7426) | | - Create a record field expressions and evaluate it when getting the | binding of the field from the parent, instead of evaluating the | parent's binding and getting the field's binding from it. It might not | be possible to evaluate the parent's binding, e.g. if the parent is | not a constant. | - Fix the type when creating an array in Expression.nthRecordElement. | - Disable CevalFuncRecord3/4 tests, they no longer work and probably | shouldn't work either. | | Fixes #7413. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M testsuite/flattening/modelica/scodeinst/CevalBinding5.mo | A testsuite/flattening/modelica/scodeinst/CevalRecord7.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 877362bf7aaa7be3cb0f28d6b688f20a87586365 | Author: hudson | Date: Thu Apr 29 17:22:37 2021 +0000 | | Updated libraries | * libraries 5c703c1...e5a8578 (1): | > Bump libraries | | M libraries | * commit 632d2164c77ec98c183da206f84a72fb958d2ac2 | Author: perost | Date: Thu Apr 29 16:46:55 2021 +0200 | | More record fixes (#7422) | | - Always try to evaluate constants in record constructors, since having | unevaluated constants is not well supported. | - Move the check for record constructor locals that need to be reordered | to after constants have been evaluated. | - Change Expression.traversingextendArrExp to create a DAE.RECORD | instead of a DAE.CALL when a record needs to be constructed, since | a record constructor call might not take all the arguments if some of | them are local. | - Handle DAE.RECORD in a lot of places that only expect records as | record constructor calls. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVarTransform.mo | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M OMCompiler/Compiler/BackEnd/EvaluateFunctions.mo | M OMCompiler/Compiler/BackEnd/MathematicaDump.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M testsuite/flattening/modelica/scodeinst/FunctionRecordArg4.mo | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | * commit 74ea5aef94e4266d4caeddd6a9c979afbc465ae3 | Author: Adeel Asghar | Date: Thu Apr 29 10:57:11 2021 +0200 | | Update the plot layout when auto scale is off (#7424) | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | * commit 355f2a42a3908c35ce663ee4d5da0e7fb7bbd9d1 | Author: Lennart Ochel | Date: Wed Apr 28 10:49:47 2021 +0200 | | Update OMSimulator (#7420) | | M OMSimulator | * commit f2d58ffe582a3d4118d8815d14c8d745c389d6c5 | Author: Adeel Asghar | Date: Tue Apr 27 18:04:34 2021 +0200 | | Fixes #7406 (#7418) | | Use the greek omega instead of Ohm | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.h | M OMEdit/OMEditLIB/Modeling/ItemDelegate.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 6f87df72aef6884cf32a5ada866646ee0801a2b1 | Author: perost | Date: Tue Apr 27 17:12:21 2021 +0200 | | Improve handling of records (#7417) | | - Make final components protected in record constructors. | - Improve detection of package constants to avoid misdetection in record | constructors. | - Various minor fixes. | | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Template/DAEDumpTV.mo | M OMCompiler/Compiler/Template/DAEDumpTpl.tpl | M testsuite/flattening/modelica/scodeinst/FunctionRecordArg3.mo | A testsuite/flattening/modelica/scodeinst/FunctionRecordArg4.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit a7afb17f4c767e178fa16bd34b3547ba502781fc | Author: Adeel Asghar | Date: Tue Apr 27 15:37:52 2021 +0200 | | Try default font for greek-mu (#7414) | | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit 6fe0e58e8beec6af3d719166d6567c408bce1cf4 | Author: Lennart Ochel | Date: Tue Apr 27 13:47:34 2021 +0200 | | Handle enum connectors same as integers (#7403) | | Co-authored-by: Adeel Asghar | | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.cpp | M OMSimulator | * commit 6d0557a077da121b61963a10ef61a2d5f180349c | Author: Adeel Asghar | Date: Mon Apr 26 16:37:52 2021 +0200 | | Fixed display of greek micro symbol (#7410) | | Use courier as font for legend | | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/ScaleDraw.cpp | * commit 1a3c8af33d0503d3e2174045f9e9e33909db3d06 | Author: Per Östlund | Date: Fri Apr 23 17:25:43 2021 +0200 | | Record constructor improvements | | - Use the correct prefix when generating code for setting the values of | local variables in record constructors. | - Generate code for initializing the local variables in record | constructors after the public variables have been initialized, since | the local variables might depend on the public ones. | - Implement support for sorting local variables in record constructors | based on their dependencies, but disable it for now and give an error | if reordering is required since the code generation can't handle it at | the moment. | | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFRestriction.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Util/Error.mo | M testsuite/simulation/modelica/records/Makefile | A testsuite/simulation/modelica/records/RecordConstructor1.mos | * commit 1cc2ca04f5cee4aa22d822699600514378a6f07f | Author: Lennart Ochel | Date: Mon Apr 26 14:53:43 2021 +0200 | | Update OMSimulator (#7407) | | M OMSimulator | * commit 0e423e178dc5c96573a0579a2a90c0080424293c | Author: Adeel Asghar | Date: Fri Apr 23 20:06:00 2021 +0200 | | Ticket 5447 (#7405) | | * More fixes for #5447 | | Add the prefix value in the legend with the actual unit | Added more prefixes from 10^3 to 10^15 and 10^-3 to 10^-15 | | * Remove the unnecessary methods | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | M OMPlot/OMPlot/OMPlotGUI/PlotZoomer.cpp | M OMPlot/OMPlot/OMPlotGUI/ScaleDraw.cpp | M OMPlot/OMPlot/OMPlotGUI/ScaleDraw.h | M doc/UsersGuide/source/omedit.rst | * commit b4031d6875788dea1f255cf3bf3cbf5db8472b3a | Author: Per Östlund | Date: Thu Apr 22 13:12:25 2021 +0200 | | Fix subscripting of arrays | | - Reevaluate the literalness when subscripting an array, since | subscripting a literal array might create a non-literal array if the | subscripts are not literals. | | Fixes #7385 when the flag `-d=evaluateAllParameters` is used. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/Subscript7.mo | * commit ed1d495c590b622c749231607affc06090524f7f | Author: Martin Sjölund | Date: Thu Apr 22 16:55:08 2021 +0200 | | Update copyright | | M OMCompiler/Compiler/Util/DiffAlgorithm.mo | * commit 310e3640908e70d9f0994e686d9f4720450522c0 | Author: Martin Sjölund | Date: Thu Apr 22 16:54:56 2021 +0200 | | Fix typo for record element | | M OMCompiler/Compiler/Script/CevalScript.mo | * commit 93abcfa48f2cf167a754a2292253bff1b01b8db5 | Author: Adeel Asghar | Date: Thu Apr 22 17:38:57 2021 +0200 | | Copy OMSens to build/share (#7400) | | M Makefile.in | M Makefile.omdev.mingw | M OMSens | M OMSens_Qt | * commit 0e702a2a9c2ac3b4a4d02b626d5e59d223e7bd6a | Author: Martin Sjölund | Date: Thu Apr 22 16:56:08 2021 +0200 | | Add bibtex for buffoni:electronics:2021 (#7369) | | M doc/bibliography/journals.cite | M doc/bibliography/openmodelica.bib | * commit 07fe8a249c6c890f3c079a5b1cf0689f8731575f | Author: Adeel Asghar | Date: Wed Apr 21 21:14:37 2021 +0200 | | Automatically pick the right prefix value for axes values (#7397) | | Fixes ticket #5447 | The feature is optional and is off by default. Enable it via `Tools->Options->Plotting->General->Prefix Axes`. | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/runtime/unitparser.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMPlot/OMPlot/OMPlotGUI/OMPlot.h | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotMainWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotMainWindow.h | M OMPlot/OMPlot/OMPlotGUI/PlotPanner.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindowContainer.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindowContainer.h | M OMPlot/OMPlot/OMPlotGUI/ScaleDraw.cpp | M OMPlot/OMPlot/OMPlotGUI/ScaleDraw.h | M doc/UsersGuide/source/omedit.rst | * commit 187041202b77c6b2c406f27d1e7add6db6016548 | Author: perost | Date: Tue Apr 20 20:20:28 2021 +0200 | | Improve sorting of local function variables (#7396) | | - Look for dependencies in the dimensions of the variables too. | | Fixes #7395 | | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | A testsuite/flattening/modelica/scodeinst/FunctionCompOrder3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 77f9ade3bf393a66fde8df3be324f223471bad73 | Author: Adrian Pop | Date: Tue Apr 20 17:53:52 2021 +0200 | | Revert "[FE,BE,SimCode] updates array parameter handling (#7390)" (#7394) | | for now as it generates 700+ regressions, @kabdelhak will continue | with it. | | This reverts commit f39a4fee51963261ae787f97582d83e53806b096. | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit f39a4fee51963261ae787f97582d83e53806b096 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Mon Apr 19 17:37:12 2021 +0200 | | [FE,BE,SimCode] updates array parameter handling (#7390) | | * [FE,BE,SimCode] updates array parameter handling | | - [FE] implement scalarization of variable attributes | - [BE] update variable scalarization with attribute scalarization | - [SimCode] apply scalarization on global known vars | | - fixes regressions from previous fixes on ticket #6267 (PR #7271) | | * [SimCode] do not scalarize parameters for Cpp | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit aa1dfa4e03c83a1f02596d82a39217ed786e0e67 | Author: perost | Date: Mon Apr 19 14:55:33 2021 +0200 | | Handle empty sections in Sections.toFlatStream (#7391) | | M OMCompiler/Compiler/NFFrontEnd/NFSections.mo | * commit f4505660cde140c8f14ec5aa1d2864f0ae04e827 | Author: perost | Date: Fri Apr 16 18:33:01 2021 +0200 | | Improve typing of function calls (#7387) | | - Type default arguments for each call with the input arguments taken | into account, instead of typing them only once for the function. | - Improve the insertion of input arguments into the default arguments | such that it handles subscripts and complex component references. | - Fixes #7384 and #7385. | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/FuncDefaultArg3.mo | A testsuite/flattening/modelica/scodeinst/FuncDefaultArg4.mo | A testsuite/flattening/modelica/scodeinst/FuncDefaultArg5.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 48bf0c8b8a42b0f93d4e9a7639a4f97a9512bda2 | Author: Adeel Asghar | Date: Fri Apr 16 15:58:33 2021 +0200 | | Remove the footer the hint (#7386) | | Italic the vs word in legend | | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | * commit 4d36ade98adc4b2bc18838daef8144a43118a309 | Author: Henning Kiel | Date: Fri Apr 16 14:40:11 2021 +0200 | | fix UTF-8 detection in parser (#7284) | | M OMCompiler/Parser/BaseModelica_Lexer.g | * commit c44c8484fbc0508456f5c0ce7d49980e985afa15 | Author: perost | Date: Fri Apr 16 11:22:09 2021 +0200 | | Partially revert dde0e4c9 (#7383) | | - Revert the use of evaluateAlgorithm in EvalConstants.evaluateFunction, | since it doesn't seem to be working properly yet. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M testsuite/openmodelica/xml/XmlDumpComment.mos | * commit a50bcfba52b29f7038d5b857501da60e8dad3dff | Author: Adeel Asghar | Date: Thu Apr 15 22:41:22 2021 +0200 | | Handle the path names starting with dot (#7382) | | Fixes #7378 | | M OMEdit/OMEditLIB/Element/Element.cpp | * commit 0e0a981dbe7eba2ff591962e5665ff49a888f85e | Author: Adeel Asghar | Date: Thu Apr 15 22:16:04 2021 +0200 | | Do not call update of model directly instead use a timer (#7381) | | The timer ensures that the update is called only once for several operations done together. | Fixes #5620 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | * commit 379882ef18e6e2b1f8c96bc1892320c7d88b1a5e | Author: phannebohm | Date: Thu Apr 15 15:41:26 2021 +0200 | | Remove double negation (#7372) | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit dde0e4c9418afd325618a79c9c2f3b7f61176e48 | Author: perost | Date: Thu Apr 15 14:33:33 2021 +0200 | | Various minor NF fixes (#7377) | | - Change ComponentRef.updateNodeType so it only sets the type of nodes | that actually have a type. | - Change Dimension.mapExp to use fromExp instead of directly creating an | EXP dimension, since the new dimension might be e.g. an Integer. | - Improve EvalConstants to better handle constants in dimensions. | - Change EvalConstants.evaluateFunction to use evaluateAlgorithm for the | function body rather than just mapping the expressions, since | evaluateAlgorithm also handles e.g. the types of statements. | - Allow evaluation of dimensions to fail in functions, since they might | be dependent on the input arguments. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFSections.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/FunctionRecordArg3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/openmodelica/xml/XmlDumpComment.mos | * commit d0cf0825e86bc639d41e82ae35f6e6bb72d45719 | Author: Lennart Ochel | Date: Wed Apr 14 19:10:30 2021 +0200 | | Switch to new snapshot api (#7274) | | * Switch to new snapshot api | | * Enable text editing | | * Update OMSimulator | | Co-authored-by: Adeel Asghar | | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | M OMSimulator | * commit afa57df8771c8e53355c77e233e4cc187c2ea2a8 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Apr 14 11:13:55 2021 +0200 | | [BE] update array entries in old jacobian (#7370) | | * [BE] update array entries in old jacobian | | - old jacobian still used for constant jacobians | - broke with models using implicit stuff like {-x, y} = f(); | | * Add test case | | * [testsuite] add test to makefile and add mat file | | Co-authored-by: phannebohm | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M testsuite/simulation/modelica/functions_eval/Makefile | A testsuite/simulation/modelica/functions_eval/ReferenceFiles/functionArray.mat | A testsuite/simulation/modelica/functions_eval/functionArray.mos | * commit 1002d2226cb97b91f97571156968d4b99ffd53ae | Author: Adrian Pop | Date: Wed Apr 14 00:53:51 2021 +0200 | | fix URIs pointing to obsolete jmodelica.org (#7374) | | - don't generate trailing spaces if possible | | M OMCompiler/Compiler/Template/CodegenXML.tpl | M testsuite/openmodelica/xml/Bug3857.mos | * commit a76d9325301f050b2123eedf95b0e5c4df6fc398 | Author: Adeel Asghar | Date: Tue Apr 13 15:14:52 2021 +0200 | | Allow parametric plot of multiple variables against one variable (#7373) | | Fixes #4449 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/xmlparser.cpp | M OMPlot/OMPlot/OMPlotGUI/Legend.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.h | M OMPlot/OMPlot/OMPlotGUI/PlotPicker.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | M doc/UsersGuide/source/omedit.rst | * commit 91c75013e177421b527aa067d7aa7b416ac744e5 | Author: perost | Date: Fri Apr 9 15:10:21 2021 +0200 | | Add SourceInfo to external sections (#7367) | | - Add SourceInfo to external sections for better error messages. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFSections.mo | M testsuite/flattening/modelica/scodeinst/ExtendInherited1.mo | M testsuite/flattening/modelica/scodeinst/ExternalFunctionInvalidSection1.mo | M testsuite/flattening/modelica/scodeinst/FunctionSections4.mo | * commit 426006566cb011939bbb60501a8748c0ebdd3d46 | Author: perost | Date: Fri Apr 9 14:26:35 2021 +0200 | | Fix class extends of short class definition (#7366) | | - Remove special case for class extends of short class definitions, | it's wrong and the normal case works for them anyway. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/ClassExtends9.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 723951b53f773f53a33c310c89d947ca0fe486a4 | Author: Julien Schueller | Date: Thu Apr 8 14:22:19 2021 +0200 | | OMCompiler: Dont try to install translations (#7327) | | openmodelica 1.18.0 fails at "make install" because the translation files were removed: | https://github.com/OpenModelica/OpenModelica/commit/b6fd115e658ed8857ec382d7429b1c746c22ec6e | | M OMCompiler/Makefile.common | * commit 4aaf9a806cb650c772297d58a3c5d06d2b19d6cc | Author: Martin Sjölund | Date: Thu Apr 8 13:23:19 2021 +0200 | | Remove unused code (#7365) | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 7d6513ee25f169cf7dd09e130b43789700fd4533 | Author: Martin Sjölund | Date: Thu Apr 8 10:54:42 2021 +0200 | | Output algebraic equations in a sorted order (#7362) | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/gc/omc_gc.h | M testsuite/simulation/modelica/nonlinear_system/TestInputIteration.mos | * commit 67aee91ba045d9994366148fcd4550e5fb410386 | Author: Adeel Asghar | Date: Wed Apr 7 17:46:16 2021 +0200 | | Do not collapse the variables browser (#7363) | | * Do not collapse the variables browser | | Fixes #4403 | | * Display a message in status bar when loading result variables | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | * commit 19b68a595c53e601c11ed7e40fbe0aa714178218 | Author: perost | Date: Wed Apr 7 14:32:49 2021 +0200 | | Improve variability check (#7361) | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 126776f9cfc69c59e20f0c09cc220bbf4e9fc870 | Author: Martin Sjölund | Date: Tue Apr 6 16:58:43 2021 +0200 | | Fixes for the diff algorithm with elements with similar names (#7343) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M testsuite/openmodelica/diff/Makefile | A testsuite/openmodelica/diff/SimilarNamesAnnotation.mos | A testsuite/openmodelica/diff/SimilarNamesAnnotationFixedOrder.mo | A testsuite/openmodelica/diff/SimilarNamesAnnotationWrongOrder.mo | M testsuite/openmodelica/diff/ticket3642.mos | * commit 6ebd0c97a2d486fbb1332d6e6e50b07a0b244470 | Author: Adeel Asghar | Date: Tue Apr 6 15:31:03 2021 +0200 | | Interactive simulation for SSP models (#7237) | | * Interactive simulation for SSP models | | * Send utf-8 strings | | * Better handling of req/rep socket | | Do not hang if there is not reply | | * Parse simulation data json | | * Send a start message when the process has started | | * Clean up req/rep socket implementation | | * Hide interactive simulation button for now | | * Hide interactive simulation buttons for now | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.h | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.h | * commit a74d179f42f2e2419530d19ec333e1e7c121b3c4 | Author: Lennart Ochel | Date: Tue Apr 6 14:01:17 2021 +0200 | | Update submodules (#7358) | | M OMCompiler/3rdParty | M OMOptim | * commit 799136d7c9a0f3e766c1f7d758d876e5927741c3 | Author: perost | Date: Tue Apr 6 13:55:56 2021 +0200 | | Fix handling of convertElement (#7357) | | - Check that the path is actually long enough before trying to fetch the | sought after identifier from it. | | M OMCompiler/Compiler/Script/Conversion.mo | A testsuite/openmodelica/conversion/ConvertElement1.mos | M testsuite/openmodelica/conversion/Makefile | A testsuite/openmodelica/conversion/scripts/ConvertElement1.mos | * commit 8d42262686519bcbc04def9760caa34ca6eeecb9 | Author: Martin Sjölund | Date: Tue Apr 6 08:31:39 2021 +0200 | | Fix artificial limits in the JSON lexer (#7351) | | M OMCompiler/Compiler/Lexers/LexerJSON.mo | M OMCompiler/Compiler/Lexers/lexerJSON.l | * commit 4e6ee9f8e0e29349aa2ab292f921176b44012f63 | Author: perost | Date: Thu Apr 1 22:35:09 2021 +0200 | | Tweak handling of binding expressions (#7350) | | - Improve the evaluation of component references. | - Don't evaluate subscripts in Expression.mapSplitExpression3 to remove | mutable expressions since they might not be evaluatable, just strip | the mutable directly. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/CevalBinding5.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 0f760222d17aa413da57caf383ea8ff9630aecaf | Author: arun3688 | Date: Thu Apr 1 15:37:51 2021 +0200 | | update conference paper (#7349) | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | * commit a40ba4f57170f7080e6b9903ce960ba71fbb9cf7 | Author: arun3688 | Date: Thu Apr 1 14:48:28 2021 +0200 | | update data reconciliation tests with NF (#7348) | | M testsuite/openmodelica/dataReconciliation/DistillationTower.mos | M testsuite/openmodelica/dataReconciliation/FourFlows.mos | M testsuite/openmodelica/dataReconciliation/Makefile | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/package.mo | M testsuite/openmodelica/dataReconciliation/Pipe1.mos | M testsuite/openmodelica/dataReconciliation/Pipe2.mos | M testsuite/openmodelica/dataReconciliation/Pipe3.mos | M testsuite/openmodelica/dataReconciliation/Pipe4.mos | M testsuite/openmodelica/dataReconciliation/Pipe5.mos | M testsuite/openmodelica/dataReconciliation/Pipe6.mos | M testsuite/openmodelica/dataReconciliation/Splitter.mos | M testsuite/openmodelica/dataReconciliation/Splitter1.mos | M testsuite/openmodelica/dataReconciliation/Splitter2.mos | M testsuite/openmodelica/dataReconciliation/Splitter3.mos | M testsuite/openmodelica/dataReconciliation/Splitter4.mos | M testsuite/openmodelica/dataReconciliation/Splitter5c.mos | M testsuite/openmodelica/dataReconciliation/Splitter5d.mos | M testsuite/openmodelica/dataReconciliation/Splitter5e.mos | M testsuite/openmodelica/dataReconciliation/Splitter5f.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows10.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows11.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows2.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows4.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows5.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows6.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows7.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows8.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe10.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe11.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe8.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos | * commit 54b61d2c9769029243aaa66151cacedf88d9983a | Author: perost | Date: Thu Apr 1 13:23:36 2021 +0200 | | Fix flattening of conditional expressions (#7347) | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit f426653191f453b7b10bcaf828672284528ef645 | Author: perost | Date: Thu Apr 1 11:48:43 2021 +0200 | | Fix DAE conversion of record fields (#7346) | | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | * commit 8309b36462829911348cda7e8e2c183d117e4f18 | Author: arun3688 | Date: Wed Mar 31 20:03:37 2021 +0200 | | add conference paper (#7345) | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | * commit 0953e25e71a280ac88b2edc2b5d9fbc7c008a0b9 | Author: perost | Date: Wed Mar 31 16:07:08 2021 +0200 | | Improve handling of invalid class sections (#7344) | | - Allow inheriting external sections as long as there are no other | sections. | - Forbid mixing external sections with other sections in the same class | (previously only inherited sections triggered an error). | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/FunctionSections1.mo | A testsuite/flattening/modelica/scodeinst/FunctionSections2.mo | A testsuite/flattening/modelica/scodeinst/FunctionSections3.mo | A testsuite/flattening/modelica/scodeinst/FunctionSections4.mo | A testsuite/flattening/modelica/scodeinst/FunctionSections5.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit f355365a6eed5357f614584062fcce73b2b98aeb | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Wed Mar 31 13:07:01 2021 +0200 | | Adding try-catch blocks around non-linear solver (#7341) | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | * commit fdb1040c38885f9a3ef8f1c712ebaf28954f0f9c | Author: perost | Date: Wed Mar 31 12:16:17 2021 +0200 | | Improve handling of binding expression. (#7342) | | - Subscript binding expressions with special split subscripts when | propagating them down, instead of just saving a list of parents. | This removes a lot of special cases for binding expressions and | simplifies the typing and handling of such expressions. | - Remove all the old BINDING_EXP code with extreme prejudice. | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpressionIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFStructural.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | A testsuite/flattening/modelica/scodeinst/BuiltinAttribute21.mo | A testsuite/flattening/modelica/scodeinst/CevalBinding1.mo | A testsuite/flattening/modelica/scodeinst/CevalBinding2.mo | A testsuite/flattening/modelica/scodeinst/CevalBinding3.mo | A testsuite/flattening/modelica/scodeinst/CevalBinding4.mo | A testsuite/flattening/modelica/scodeinst/ClassExtendsMod2.mo | M testsuite/flattening/modelica/scodeinst/ClassMod6.mo | M testsuite/flattening/modelica/scodeinst/Each5.mo | A testsuite/flattening/modelica/scodeinst/Each6.mo | M testsuite/flattening/modelica/scodeinst/InStreamArray.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/openmodelica/cppruntime/testVectorizedPowerSystem.mos | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos | * commit 05d9e011cd61d72f1068c77667384ee937528da3 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Mar 31 00:09:11 2021 +0200 | | [BE] update ASSC algorithm (#7331) | | * [BE] update ASSC algorithm | | - add support for real valued coefficients | - switch from list to hash map structures for more efficient value searches | | * [BE] update ASSC algorithm | | - devide pivot row by pivot element to avoid bad scaling | | * [BE] fix ASSC zero check | | - allow a bigger margin for zero check (1e-12) | - if pivot is 1.0 wo do not need to devide by it | - update dumping | | * [BE] do not have index reduction for jacobians | | - when matching jacobians do not allow index reduction | - also prevents ASSC | | * [testsuite] update assc testcase | | * [testsuite] small updates for ASSC | | * [testsuite] update fixes TSP_FourFlows3 model | | * [BE] cleanup ASSC | | - remove legacy linear integer jacobian code | - restructure and rename new linear jacobian to fit more neatly | | * [testsuite] update data recon test properly | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | M OMOptim | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | M testsuite/simulation/modelica/indexreduction/ASSC.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos | * commit 27f932658f2ae7b33e7067722be51d43027f6ed1 | Author: Adeel Asghar | Date: Mon Mar 29 17:27:13 2021 +0200 | | Fix OMEdit csv export (#7339) | | Fixes #6439 | Parameters are stored in model_res.mat file with start and end dataset | | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | * commit 85cd2c1a156ab8cd291e0b1096927e9cddbe4242 | Author: arun3688 | Date: Mon Mar 29 17:26:20 2021 +0200 | | implement new extraction algorithm (#7338) | | * implement new extraction algorithm | | * add missing tests | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M testsuite/openmodelica/dataReconciliation/DistillationTower.mos | M testsuite/openmodelica/dataReconciliation/FourFlows.mos | M testsuite/openmodelica/dataReconciliation/Makefile | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter5c.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter5d.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter5e.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter5f.mo | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/package.order | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.Splitter5c_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.Splitter5d_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.Splitter5e_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.Splitter5f_Inputs.csv | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_Pipe11_Inputs.csv | M testsuite/openmodelica/dataReconciliation/Pipe1.mos | M testsuite/openmodelica/dataReconciliation/Pipe2.mos | M testsuite/openmodelica/dataReconciliation/Pipe3.mos | M testsuite/openmodelica/dataReconciliation/Pipe4.mos | M testsuite/openmodelica/dataReconciliation/Pipe5.mos | M testsuite/openmodelica/dataReconciliation/Pipe6.mos | M testsuite/openmodelica/dataReconciliation/Splitter.mos | M testsuite/openmodelica/dataReconciliation/Splitter1.mos | M testsuite/openmodelica/dataReconciliation/Splitter2.mos | M testsuite/openmodelica/dataReconciliation/Splitter3.mos | M testsuite/openmodelica/dataReconciliation/Splitter4.mos | A testsuite/openmodelica/dataReconciliation/Splitter5c.mos | A testsuite/openmodelica/dataReconciliation/Splitter5d.mos | A testsuite/openmodelica/dataReconciliation/Splitter5e.mos | A testsuite/openmodelica/dataReconciliation/Splitter5f.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows10.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows8.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe10.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe11.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe8.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos | * commit c2d2d8d45f61c3076d1c7d693eae8d3b2f1b906d | Author: Lennart Ochel | Date: Mon Mar 29 13:07:48 2021 +0200 | | Update OMSimulator (#7333) | | M OMSimulator | M testsuite/omsimulator/Makefile | M testsuite/omsimulator/test03.mos | * commit ebfaa086e905a620937f9430a60b43849d9d410c | Author: Adeel Asghar | Date: Mon Mar 29 12:25:28 2021 +0200 | | Use the right values for rectangle to render the view (#7336) | | Fixes #6440 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 3e17278d248f7ee51b3391a40af9d915856a0422 | Author: Adeel Asghar | Date: Mon Mar 29 11:56:10 2021 +0200 | | Remove qjson and update OMEdit Qt requirement to 5.0.0 or later (#7332) | | M Jenkinsfile | M OMEdit/Makefile.omdev.mingw | M OMEdit/Makefile.unix.in | M OMEdit/OMEditGUI/OMEditGUI.unix.config.pri.in | M OMEdit/OMEditGUI/OMEditGUI.win.config.pri | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/Util/Utilities.cpp | D OMEdit/qjson/.gitignore | D OMEdit/qjson/CMakeLists.txt | D OMEdit/qjson/COPYING.lib | D OMEdit/qjson/ChangeLog | D OMEdit/qjson/QJSONConfig.cmake.in | D OMEdit/qjson/QJSONConfigVersion.cmake.in | D OMEdit/qjson/QJson.pc.in | D OMEdit/qjson/README.license | D OMEdit/qjson/README.md | D OMEdit/qjson/cmake_uninstall.cmake.in | D OMEdit/qjson/doc/Doxyfile | D OMEdit/qjson/doc/footer.html | D OMEdit/qjson/doc/header.html | D OMEdit/qjson/doc/qjson.dox | D OMEdit/qjson/include/QJson/Parser | D OMEdit/qjson/include/QJson/QObjectHelper | D OMEdit/qjson/include/QJson/Serializer | D OMEdit/qjson/src/.gitignore | D OMEdit/qjson/src/CMakeLists.txt | D OMEdit/qjson/src/FlexLexer.h | D OMEdit/qjson/src/json_parser.cc | D OMEdit/qjson/src/json_parser.hh | D OMEdit/qjson/src/json_parser.yy | D OMEdit/qjson/src/json_scanner.cc | D OMEdit/qjson/src/json_scanner.cpp | D OMEdit/qjson/src/json_scanner.h | D OMEdit/qjson/src/json_scanner.yy | D OMEdit/qjson/src/location.hh | D OMEdit/qjson/src/parser.cpp | D OMEdit/qjson/src/parser.h | D OMEdit/qjson/src/parser_p.h | D OMEdit/qjson/src/parserrunnable.cpp | D OMEdit/qjson/src/parserrunnable.h | D OMEdit/qjson/src/position.hh | D OMEdit/qjson/src/qjson_debug.h | D OMEdit/qjson/src/qjson_export.h | D OMEdit/qjson/src/qobjecthelper.cpp | D OMEdit/qjson/src/qobjecthelper.h | D OMEdit/qjson/src/serializer.cpp | D OMEdit/qjson/src/serializer.h | D OMEdit/qjson/src/serializerrunnable.cpp | D OMEdit/qjson/src/serializerrunnable.h | D OMEdit/qjson/src/stack.hh | D OMEdit/qjson/tests/.gitignore | D OMEdit/qjson/tests/CMakeLists.txt | D OMEdit/qjson/tests/benchmarks/CMakeLists.txt | D OMEdit/qjson/tests/benchmarks/parsingbenchmark.cpp | D OMEdit/qjson/tests/benchmarks/qlocalevsstrtod_l.cpp | D OMEdit/qjson/tests/cmdline_tester/.gitignore | D OMEdit/qjson/tests/cmdline_tester/CMakeLists.txt | D OMEdit/qjson/tests/cmdline_tester/cmdline_tester.cpp | D OMEdit/qjson/tests/cmdline_tester/cmdlineparser.cpp | D OMEdit/qjson/tests/cmdline_tester/cmdlineparser.h | D OMEdit/qjson/tests/cmdline_tester/example.txt | D OMEdit/qjson/tests/parser/.gitignore | D OMEdit/qjson/tests/parser/CMakeLists.txt | D OMEdit/qjson/tests/parser/testparser.cpp | D OMEdit/qjson/tests/qobjecthelper/.gitignore | D OMEdit/qjson/tests/qobjecthelper/CMakeLists.txt | D OMEdit/qjson/tests/qobjecthelper/person.cpp | D OMEdit/qjson/tests/qobjecthelper/person.h | D OMEdit/qjson/tests/qobjecthelper/testqobjecthelper.cpp | D OMEdit/qjson/tests/scanner/CMakeLists.txt | D OMEdit/qjson/tests/scanner/testscanner.cpp | D OMEdit/qjson/tests/serializer/.gitignore | D OMEdit/qjson/tests/serializer/CMakeLists.txt | D OMEdit/qjson/tests/serializer/testserializer.cpp | * commit 90a51322d2cc0e1693d6a869aec95d0a3694fe14 | Author: Lennart Ochel | Date: Mon Mar 29 11:44:23 2021 +0200 | | Fix fmi export of initial unknowns (#7335) | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/omsimulator/testDirectionalDerivatives.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_08.mos | * commit b64a64f15ac840e4457f41becaacc14a0db4e857 | Author: hudson | Date: Fri Mar 26 18:23:11 2021 +0000 | | Updated libraries | * libraries 651b3ac...5c703c1 (1): | > Bump libraries | | M libraries | * commit 2d67babf29460bb509f16e70d66966bd11cb2834 | Author: Adeel Asghar | Date: Fri Mar 26 13:36:53 2021 +0100 | | Fix performance of transformational debugger (#7329) | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.h | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit cc713acc3daeaebdb8770cc56d13ba0057ff9810 | Author: AnHeuermann | Date: Thu Mar 25 13:08:48 2021 +0100 | | Don't leak memory every time solveNewton is called | | M OMCompiler/SimulationRuntime/c/simulation/solver/newtonIteration.c | M OMCompiler/SimulationRuntime/c/simulation/solver/newtonIteration.h | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | * commit 0a49c446266021fd738664efe72d56249a2e44f6 | Author: hudson | Date: Thu Mar 25 18:21:44 2021 +0000 | | Updated libraries | * libraries 7cb9108...651b3ac (1): | > Bump libraries | | M libraries | * commit 2a9636483ab3701b7ca744805cb2b21d56a2a99c | Author: perost | Date: Thu Mar 25 17:12:15 2021 +0100 | | Fix code generation for boolean subscripts (#7326) | | - Cast boolean subscripts to _index_t, otherwise they're too small for | va_arg to work properly. | | M .CI/compliance.flaky | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenUtil.tpl | * commit 7241f1c6fe177d1882ef95833b1567303d37c1b7 | Author: Martin Sjölund | Date: Wed Mar 17 14:24:49 2021 +0100 | | Store annotations in the correct order | | M OMCompiler/Parser/Modelica.g | * commit 7746a396e85f78b68c8f5f2a2ba0204d0f0b200a | Author: Martin Sjölund | Date: Wed Mar 17 12:25:40 2021 +0100 | | Parse annotations as elements | | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | * commit 0054f58575a19da2e3f095a9c0a2e3210609f829 | Author: Martin Sjölund | Date: Wed Mar 17 11:00:46 2021 +0100 | | Fix infinite loop in the diff algorithm | | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | * commit 0755bfc2c95651f29c9f2d5df8d7fdbf1824f0c2 | Author: Martin Sjölund | Date: Tue Mar 16 15:24:21 2021 +0100 | | Fix for parser eating too much input in name rule | | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | * commit ebe757cda48856eab51367c8034cc16135eebe0c | Author: Martin Sjölund | Date: Tue Mar 16 09:00:16 2021 +0100 | | Parse partial function application and comments on imports | | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | * commit 2450e1b8ada96d2d2188d761d7da3115f421e65e | Author: Martin Sjölund | Date: Mon Mar 8 16:18:36 2021 +0100 | | Handle edge case in Modelica diff for parenthesis | | There was a case where we had `(xxx)(yyy)` since | `(` and `)` are similar to whitespace. The new rules looks for and | removes parenthesis around deleted content. | | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | M OMCompiler/Compiler/Util/DiffAlgorithm.mo | M testsuite/openmodelica/bootstrapping/TestDiffAlgorithm.mo | M testsuite/openmodelica/diff/Makefile | A testsuite/openmodelica/diff/SubExpParenthesis.mos | * commit b2767fd7e14fa40c56f559c73994fe0acee3f579 | Author: Martin Sjölund | Date: Thu Mar 25 09:11:55 2021 +0100 | | Use autoreconf instead of autoconf (#7324) | | This resolves #7320 | | M OMCompiler/README.Linux.md | M README.md | * commit 6f13a449a804b90ad818a47bd56a4b5dc6a32593 | Author: hudson | Date: Wed Mar 24 18:25:40 2021 +0000 | | Updated libraries | * libraries d457d9f...7cb9108 (1): | > Bump libraries | | M libraries | * commit eff0130f391ed31ae1ce6f4cbb0655dc76a8e9f0 | Author: perost | Date: Wed Mar 24 18:15:02 2021 +0100 | | Implement support for implicit iteration ranges (#7323) | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFRangeIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeAlg1.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeAlg2.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeEq1.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeEq2.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeEq3.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeExp1.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeExp2.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeInvalid1.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeInvalid2.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeInvalid3.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeType1.mo | A testsuite/flattening/modelica/scodeinst/ImplicitRangeType2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit dfb3a7aa5edc37decccb90fdf1a19465dc755214 | Author: Adeel Asghar | Date: Wed Mar 24 15:46:18 2021 +0100 | | Read the variables from model_init.xml file (#7322) | | This allows editing of String variables for re-simulation | Fixes #5177 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit 257225e3a28fb4e53d9200e22da1ed356dbbf687 | Author: hudson | Date: Mon Mar 22 18:30:06 2021 +0000 | | Updated libraries | * libraries 310c297...d457d9f (1): | > Bump libraries | | M libraries | * commit 9276d7141914c0388fc511f2afc36357c1302d0f | Author: Adeel Asghar | Date: Mon Mar 22 15:54:14 2021 +0100 | | Use Qt's builtin json functionality if possible (#7317) | | * Use Qt's builtin json functionality if possible | | Avoid using custom QJson parser on latest Qt versions. | | * Fix Qt4 build | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit c263934f53ece781297095f7b01d420a47629b00 | Author: phannebohm | Date: Fri Mar 19 21:45:41 2021 +0100 | | Simplify listAppendDestroy (#7309) | | The loop goes to the end of the first list. Thanks to the check for | an empty list at the beginning, the loop needs no additional check | so I'm removing it. | | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin.c | * commit 38dd1a27c427ec6c89e3225e92a1a86fd2c8d92d | Author: hudson | Date: Fri Mar 19 18:25:26 2021 +0000 | | Updated libraries | * libraries 5b83135...310c297 (1): | > Bump libraries | | M libraries | * commit 6ea0e1cd312c97c3c321e7bf448c0eb5bfdb0480 | Author: perost | Date: Fri Mar 19 14:30:44 2021 +0100 | | Improve formatting of exit codes (#7316) | | - Format exit codes using the conventional format for the OS. | | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/TLM/FetchInterfaceDataThread.cpp | M OMEdit/OMEditLIB/TLM/TLMCoSimulationThread.cpp | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 985c38c98fb13bc81873cfeeda243f04acd36482 | Author: Adeel Asghar | Date: Fri Mar 19 11:08:10 2021 +0100 | | Use QHash instead of QList when reading result variables (#7315) | | Temporarily create a QHash based tree for Variables and then put it in QList based tree structure | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | * commit ccf632ce8bda218c45c191d9b1aada7a690c8a8a | Author: perost | Date: Thu Mar 18 18:41:36 2021 +0100 | | Fix unassigned variable in NFCall (#7313) | | - Fixes #6431. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | A testsuite/flattening/modelica/scodeinst/FuncUnknownDim3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit bba553f8eda2c839b508ba1e6479f6acc8abffc8 | Author: Adeel Asghar | Date: Thu Mar 18 16:24:52 2021 +0100 | | Added a context menu item for toggle sign (#7311) | | Fixes #5839 | Use monospaced font for legend for better readability of toggled items sign | Added some documentation about plot window | | M OMPlot/OMPlot/OMPlotGUI/Legend.cpp | M OMPlot/OMPlot/OMPlotGUI/Legend.h | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | M doc/UsersGuide/source/omedit.rst | * commit bfe07b3a45c6b2f94074286919e8641ed2e0ce10 | Author: Adrian Pop | Date: Thu Mar 18 10:52:37 2021 +0100 | | fixes for ticket #6406 - graphical API (#7310) | | - continue if an annotation eval has failed | - force NF to behave, do not fail in NFInst.instComponentExpressions | when we have a relaxed context | - add a test | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/Script/NFApi.mo | M testsuite/openmodelica/interactive-API/Makefile | M testsuite/openmodelica/interactive-API/Ticket5565.mos | A testsuite/openmodelica/interactive-API/Ticket6406.mo | A testsuite/openmodelica/interactive-API/Ticket6406.mos | * commit 496b894f1e85865aa0e346ff26c1be8b28a6ff3f | Author: Francesco Casella | Date: Thu Mar 18 01:40:01 2021 +0100 | | Improved MSL splash message (#7306) | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit ea237bf122138f3478f90274dc667f7289b24442 | Author: Adrian Pop | Date: Wed Mar 17 13:05:02 2021 +0100 | | add more stuff to .gitignore (#7308) | | M .gitignore | M testsuite/.gitignore | * commit 93ee59d14596d077d810f5edd4e29d6f88b0f3dd | Author: Martin Sjölund | Date: Tue Mar 16 15:16:56 2021 +0100 | | Updated lexer to not have a fixed maximum state size | | Also: Modelica does not have "results" as a token | | M OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo | M OMCompiler/Compiler/Lexers/lexerModelicaDiff.l | * commit 78becf51174ab217121ff4ce8ba0ff4b6349e8d2 | Author: Martin Sjölund | Date: Tue Mar 16 11:01:01 2021 +0100 | | Allow floating point without leading 0 | | This started being allowed in Modelica 3.5 | | M OMCompiler/Parser/BaseModelica_Lexer.g | M testsuite/flattening/modelica/declarations/FloatingPoint.mo | M testsuite/flattening/modelica/expandable/ExpandableConnectors.mos | M testsuite/openmodelica/parser/RealOpLexerModelica.mo | * commit d8c7fc52bc3074f2cc65eb9bffee08cf28712411 | Author: Martin Sjölund | Date: Tue Mar 16 10:48:21 2021 +0100 | | loadFile(".../package.mo") will now always load that file | | Previously, we let loadModel load a file with the same version | number. Now, we always start with this given file. | | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | M OMCompiler/Compiler/Script/CevalScript.mo | * commit c324f255eda1f7bc028da46b15527e3f768e6912 | Author: Martin Sjölund | Date: Tue Mar 16 08:57:25 2021 +0100 | | Handle UTF8 BOM in the diff API | | M OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo | M OMCompiler/Compiler/Lexers/lexerModelicaDiff.l | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Util/StringUtil.mo | * commit e78b77a49d51f087e298e1b9ec90ddfa56a4ec5c | Author: Martin Sjölund | Date: Tue Mar 16 08:56:25 2021 +0100 | | Do not let ZMQ output non-UTF8 strings | | M OMCompiler/Compiler/runtime/zeromqimpl.c | * commit 2a75bf912109fb9d73f4cc526fa5fc06a0c80d0c | Author: Adrian Pop | Date: Tue Mar 16 22:57:35 2021 +0100 | | add listAppendDestroy to MetaModelica, #6428 (#7303) | | M OMCompiler/Compiler/FrontEnd/MetaModelicaBuiltin.mo | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin.c | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin.h | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | M testsuite/metamodelica/meta/List1.mo | M testsuite/metamodelica/meta/List1.mos | * commit 924d7a9b60fb24894fd21d7dfd30f1f1759f9014 | Author: hudson | Date: Tue Mar 16 18:23:31 2021 +0000 | | Updated libraries | * libraries 095662a...5b83135 (3): | > Bump libraries | > Bump libraries | > Bump libraries | | M libraries | * commit 0e3c97b7a10e961361c24ff7dc7fe13031384d03 | Author: Adeel Asghar | Date: Tue Mar 16 17:02:31 2021 +0100 | | Use dark orange instead of yellow color for plot curve (#7302) | | Fixes #6399 | | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | * commit e2823a88540b6862e8cfcbedad9e78fa1f5456d5 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Mar 16 16:30:17 2021 +0100 | | Adding spatialDistribution to Backend and C runtime (#7299) | | * Adding spatialDistribution to Backend and C runtime | | - Backend generates evaluate and store equation for each spatialDistribution operator. | - New C code generated for spatialDistribution equations. | - Added zero-crossing function for spatialDistribution. | - C Runtime handling spatialDistribution evaluation. | - Testcases in testsuite/simulation/modelica/spatialDistribution | | Co-authored-by: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.cmake | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.tpl | M OMCompiler/SimulationRuntime/c/openmodelica_func.h | M OMCompiler/SimulationRuntime/c/simulation/solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/simulation/solver/epsilon.h | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_qss_simulation.c.inc | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | A OMCompiler/SimulationRuntime/c/simulation/solver/spatialDistribution.c | A OMCompiler/SimulationRuntime/c/simulation/solver/spatialDistribution.h | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/c/util/omc_error.c | M OMCompiler/SimulationRuntime/c/util/omc_error.h | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M testsuite/Makefile | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | A testsuite/simulation/modelica/spatialDistribution/Makefile | A testsuite/simulation/modelica/spatialDistribution/TestSpatialDiscretization.mo | A testsuite/simulation/modelica/spatialDistribution/bigSteps.mos | A testsuite/simulation/modelica/spatialDistribution/helloSpatialDistribution.mos | A testsuite/simulation/modelica/spatialDistribution/initSpatialDistribution.mos | A testsuite/simulation/modelica/spatialDistribution/mixedVelocity.mos | A testsuite/simulation/modelica/spatialDistribution/negativeVelocity.mos | A testsuite/simulation/modelica/spatialDistribution/pulseInput.mos | A testsuite/simulation/modelica/spatialDistribution/test1.mos | A testsuite/simulation/modelica/spatialDistribution/test2.mos | A testsuite/simulation/modelica/spatialDistribution/test3.mos | * commit a7d4363d2cccc2cb590728ac6ac30a4641f48ead | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Mar 16 15:47:38 2021 +0100 | | Adding code documentation to synchronous and log flag (#7296) | | - New log flag LOG_SYNCHRONOUS to get information about clocks | and when timers are fired. | - Documenting code for synchronous features in C runtime. | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.h | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/c/util/omc_error.c | M OMCompiler/SimulationRuntime/c/util/omc_error.h | * commit 97e53bba63e8604a1f3554f329d316fdde29e95f | Author: Adeel Asghar | Date: Tue Mar 16 13:36:54 2021 +0100 | | Toggle the sign of plotted curve (#7300) | | Fixes #5839 | | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | * commit 7406b85bceae321d25b102b0d57a683c39804a46 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Tue Mar 16 10:11:37 2021 +0100 | | [BE] add fallback case for time differentiation (#7292) | | * [BE] add fallback case for time differentiation | | - differentiating an unknown cref results in 0 | | * [BE] add missing case for for-equations | | * [BE] make expandDerExp fail on zero derivatives | | - allows differentiation to return 0 | - returns der(x) instead of 0 | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | * commit c27c869bbf4f80dfcfa78fc18b5ee419db2f6055 | Author: Adeel Asghar | Date: Mon Mar 15 15:33:22 2021 +0100 | | Terminal process need a flag for new console (#7295) | | * Terminal process need a flag for new console | | Pass CREATE_NEW_CONSOLE flag and remove STARTF_USESTDHANDLES flag for CreateProcess win32 api | Do not use QProcess::startDetached | | Fixes #6413 | | * Default linux terminal command | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 91d65f584817140cdaab66742c6ec5b05790e419 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon Mar 15 11:51:01 2021 +0100 | | Documentation for rational.c and resolve undefined dicision (#7286) | | - Added documentation | - Simplified code a bit | - Add asserts to prevent undefined division by zero | | M OMCompiler/SimulationRuntime/c/util/rational.c | M OMCompiler/SimulationRuntime/c/util/rational.h | * commit 162387cff2f41a08e77a95a4f29d9d0062eb13ab | Author: Adeel Asghar | Date: Mon Mar 15 11:22:23 2021 +0100 | | Preserve the last node to skip the unnecessary lookups (#7298) | | Apply the natural sort on the result variables | | Fixes #6350 | | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | * commit 064b797da421fcc2b4eb14bcbf29fd75f86d512d | Author: Lennart Ochel | Date: Sat Mar 13 08:15:31 2021 +0100 | | Update common (#7297) | | M OMOptim | M OMSens_Qt | * commit f50e95b73667fbcb1d848cc04a58d46329336b0b | Author: Lennart Ochel | Date: Fri Mar 12 11:53:55 2021 +0100 | | Update OMCompiler/3rdParty (#7294) | | M OMCompiler/3rdParty | * commit 2231d034898fb4bc73634b0132a1220b5b39a2b9 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri Mar 12 11:49:29 2021 +0100 | | Stop hybrid solver when it failed multiple times. (#7288) | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | * commit 15130d2407521f94081125b6486e90d237caac53 | Author: Lennart Ochel | Date: Fri Mar 12 11:33:23 2021 +0100 | | Update README-Windows-WSL.md (#7293) | | M OMCompiler/README-Windows-WSL.md | * commit 812c562916a1a10d15e1991959f69265365b87fe | Author: Adeel Asghar | Date: Thu Mar 11 18:24:02 2021 +0100 | | Do not force maximize OMEdit window (#7291) | | M OMEdit/OMEditLIB/OMEditApplication.cpp | * commit 9dc3ddf4f41467008d902347514d4f965a294e4a | Author: Adeel Asghar | Date: Thu Mar 11 13:42:41 2021 +0100 | | Do not allow to run second simulation of the same model (#7282) | | Wait for the first simulation to finish | Fixes ticket #5974 | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit a657de50a30d641e2cc080d0a7f9cc1823833dec | Author: Adeel Asghar | Date: Thu Mar 11 12:49:34 2021 +0100 | | Reset the inherited classes before fetching the new ones (#7289) | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit fcc2724f1f906cb11bc32a635d766fe3e2363975 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Wed Mar 10 16:47:20 2021 +0100 | | Add equationIndex to function_storeDelayed (#7287) | | Fixing track ticket 6416 | | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit d2dc4f92767092b60463f08a8c7c928337000c96 | Author: perost | Date: Wed Mar 10 11:57:31 2021 +0100 | | Relax extends rules for ExternalObject (#7285) | | - Allow classes extending from ExternalObject to also extend from other | classes as long as they contain no components or classes, to allow | e.g. inheriting Icon annotations. | | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/ExternalObject5.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 28b18837124e92cc834ef48658da3d9f0189d9fa | Author: Adrian Pop | Date: Tue Mar 9 23:06:52 2021 +0100 | | fix the msvc build of SimulationRuntime/c (#7283) | | - correct name of header | | M OMCompiler/SimulationRuntime/c/util/CMakeLists.txt | * commit 973af48e182176e2d0220b1f899f6883cd41f574 | Author: hudson | Date: Tue Mar 9 18:23:57 2021 +0000 | | Updated libraries | * libraries ea418ac...095662a (1): | > Bump libraries | | M libraries | * commit a7476262fc696136b395fd272727529e19d1b31f | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Mar 9 15:57:43 2021 +0100 | | Adding simple double ended list to C runtime util (#7266) | | Co-authored-by: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/util/CMakeLists.txt | A OMCompiler/SimulationRuntime/c/util/doubleEndedList.c | A OMCompiler/SimulationRuntime/c/util/doubleEndedList.h | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | * commit e3b7e2d55526507f6c8ad48a59132820d85579d8 | Author: Adeel Asghar | Date: Tue Mar 9 13:57:36 2021 +0100 | | Add scroll bars to MSL version selection dialog (#7279) | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | * commit 46ea13b37016e8a633e462223e741a28c912d82c | Author: arun3688 | Date: Tue Mar 9 13:08:09 2021 +0100 | | update html report with intermediate equations (#7281) | | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.h | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows1_Inputs.csv | * commit abdf40bd7168e52ec922d55a68ece1620348efd5 | Author: Martin Sjölund | Date: Mon Mar 8 14:39:42 2021 +0100 | | Improve diff of Modelica file listings (#7277) | | - Handle annotations on extends | - Handle empty lists in external function calls | | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | * commit c048acb712f676320c46fe864ec4e1733eec07ea | Author: perost | Date: Sun Mar 7 14:49:50 2021 +0100 | | Don't flatten equations in discarded if-branches (#7276) | | - Fixes #6407. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | A testsuite/flattening/modelica/scodeinst/IfEquationEval4.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 1f92f44290fd5947e07d9261d039ada33d2112cc | Author: hudson | Date: Sat Mar 6 18:22:22 2021 +0000 | | Updated libraries | * libraries c5f7048...ea418ac (1): | > Bump libraries | | M libraries | * commit f0c9a0bc06a1caf9c91177327c6f1517f92e5cc5 | Author: Lennart Ochel | Date: Sat Mar 6 13:23:11 2021 +0100 | | GitHub Templates (#7275) | | M .github/ISSUE_TEMPLATE/bug_report.md | A .github/ISSUE_TEMPLATE/first_bug_report.md | A .github/pull_request_template.md | * commit 19d4643576ada27c9cb645bf491cdce827ebbcdb | Author: perost | Date: Fri Mar 5 16:31:39 2021 +0100 | | Conversion script support (#7273) | | - Added new Conversion package with support for applying a conversion | script to a package. | - Added API call convertPackage(package_name, path_to_script_file) for | trying out the conversion functionality. This call may change in the | future. | - Added Parser.stringMod for parsing modifiers from strings. | - Added UnorderedMap.getOrDefault. | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/FrontEnd/Parser.mo | M OMCompiler/Compiler/FrontEnd/ParserExt.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | A OMCompiler/Compiler/Script/Conversion.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/Parser/ModelicaParserCommon.h | M OMCompiler/Parser/Parser_omc.c | M OMCompiler/Parser/parse.c | A testsuite/openmodelica/conversion/ConvertClass1.mos | A testsuite/openmodelica/conversion/ConvertClass2.mos | A testsuite/openmodelica/conversion/ConvertClass3.mos | A testsuite/openmodelica/conversion/ConvertClass4.mos | A testsuite/openmodelica/conversion/ConvertClassVectorize1.mos | A testsuite/openmodelica/conversion/ConvertClassVectorize2.mos | A testsuite/openmodelica/conversion/ConvertClassVectorize3.mos | A testsuite/openmodelica/conversion/ConvertModifiers1.mos | A testsuite/openmodelica/conversion/ConvertModifiers2.mos | A testsuite/openmodelica/conversion/ConvertModifiers3.mos | A testsuite/openmodelica/conversion/ConvertModifiers4.mos | A testsuite/openmodelica/conversion/ConvertModifiersMissingValue1.mos | A testsuite/openmodelica/conversion/Makefile | A testsuite/openmodelica/conversion/scripts/ConvertClass1.mos | A testsuite/openmodelica/conversion/scripts/ConvertClass2.mos | A testsuite/openmodelica/conversion/scripts/ConvertClass3.mos | A testsuite/openmodelica/conversion/scripts/ConvertClass4.mos | A testsuite/openmodelica/conversion/scripts/ConvertClassVectorize1.mos | A testsuite/openmodelica/conversion/scripts/ConvertClassVectorize2.mos | A testsuite/openmodelica/conversion/scripts/ConvertClassVectorize3.mos | A testsuite/openmodelica/conversion/scripts/ConvertModifiers1.mos | A testsuite/openmodelica/conversion/scripts/ConvertModifiers2.mos | A testsuite/openmodelica/conversion/scripts/ConvertModifiers3.mos | A testsuite/openmodelica/conversion/scripts/ConvertModifiers4.mos | * commit d41c749a599485b43c61cf050f6b57cdb13832b2 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Fri Mar 5 13:45:49 2021 +0100 | | [NF/BE] update #6267 (#7271) | | * [NF/BE] update #6267 | | - different appraoch: do not scalarize at all and scalarize in simcode | | * [SimCode] do not split up array paramters for Cpp | | - cleanup stuff in NFScalarize | - related to #6267 | | * [xml] fix dumping array paramters in xml | | - related to #6267 | | * [NF] avoid unnecessary scalarization of type attr | | - duplicate function to avoid unnecessary scalarization of type attributes in the case of array parameter with function binding | | M OMCompiler/Compiler/BackEnd/XMLDump.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/xml/XmlDumpComment.mos | * commit 8b9b4e008c487df03e57cce65fbf4ceae9d03105 | Author: Adeel Asghar | Date: Thu Mar 4 17:10:00 2021 +0100 | | Ask before clearing the recent files list (#7270) | | Fixes #6404 | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit cabda562d2ea08ed2034a3f466a05058fe4f8362 | Author: Adeel Asghar | Date: Thu Mar 4 16:54:07 2021 +0100 | | Just read the old setting when exiting the settings with cancel button (#7269) | | Fixes #7159 | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | * commit 4b507e4cab2daaf07222bda39b54f16dfe36657c | Author: Adeel Asghar | Date: Thu Mar 4 16:00:50 2021 +0100 | | Make the Del key work on nested classes (#7268) | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit d8ce9c4317763ad4c3ccf58c06f3184d77f5704f | Author: Martin Sjölund | Date: Thu Mar 4 15:21:30 2021 +0100 | | Fix logic error in package manager (#7267) | | M OMCompiler/Compiler/Util/SemanticVersion.mo | * commit 939a0aa17661d2e546fbfd5b0ee60cfcff14949d | Author: Martin Sjölund | Date: Thu Mar 4 14:28:35 2021 +0100 | | Handle metainformation when the version is not given (#7265) | | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/SemanticVersion.mo | * commit 60662eb25f7a47b420fbb1cfc55a0f1f764af948 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Thu Mar 4 14:26:01 2021 +0100 | | Update max mixed index dump (#7253) | | M OMCompiler/Compiler/BackEnd/DAEMode.mo | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 80c45dec6abe2cbf4e3b8a37c75b3eee6ffe725f | Author: Adeel Asghar | Date: Thu Mar 4 13:10:38 2021 +0100 | | Make the tabs movable (#7264) | | Fixes #7242 | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | * commit 64cbe1bc1832d2982750ab3b6d98b1ebd3140cb7 | Author: Adeel Asghar | Date: Thu Mar 4 13:00:50 2021 +0100 | | Use monospaced font for structured simulation output (#7263) | | Fixes #7241 | | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | * commit b2c69b40066c9fcd99346943499cf7653384008e | Author: Adeel Asghar | Date: Thu Mar 4 12:37:32 2021 +0100 | | Integrated Modelica models simulation output in Messages Browser (#7257) | | * Integrated Modelica models simulation output in Messages Browser | | * Fix build | | * Emit simulationFinished | | * Read the tcp socket on finish | | * Fix handling of simulation output | | Fixes #7245 | The simulation output is send via tcp/ip in xml format. | Don't try to mix the output with stdout and stderr. | Process the stdout and stderr after the simulation is finished or the socket is disconnected. | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/MessagesWidget.cpp | M OMEdit/OMEditLIB/Modeling/MessagesWidget.h | M OMEdit/OMEditLIB/OMEditApplication.cpp | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Simulation/ArchivedSimulationsWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationOutputHandler.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputHandler.h | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.h | D OMEdit/OMEditLIB/Simulation/SimulationProcessThread.cpp | D OMEdit/OMEditLIB/Simulation/SimulationProcessThread.h | M OMEdit/OMEditLIB/Util/OutputPlainTextEdit.h | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/Testsuite/Homotopy/HomotopyTest.cpp | M OMEdit/Testsuite/Homotopy/HomotopyTest.h | * commit a2eaddb12370c1eeb872f6a8d9fae388467b0c29 | Author: Adrian Pop | Date: Thu Mar 4 12:29:22 2021 +0100 | | fix ticket #6403 (#7262) | | - use internal messaging instead of ModelicaMessage | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit 88338f35352db61d62473536e193dab22ee3f07a | Author: Martin Sjölund | Date: Thu Mar 4 12:01:50 2021 +0100 | | Do not only copy resources, but all files (#7261) | | This is for libraries not stored as hierarchy and is controlled by a flag in the package index. | | M OMCompiler/Compiler/Parsers/JSON.mo | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMCompiler/Compiler/runtime/om_unzip.c | * commit de4b0c042bd003e01cf15bc4950ea27ca1da797b | Author: perost | Date: Wed Mar 3 17:12:49 2021 +0100 | | Improve flattening of bindings (#7258) | | - Flatten binding expression bottom to top rather than top to bottom. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 402305ead8d5895606201bbd80c82fa876f21145 | Author: Martin Sjölund | Date: Wed Mar 3 14:56:42 2021 +0100 | | Also copy resources in the package manager (#7256) | | M OMCompiler/Compiler/Script/PackageManagement.mo | * commit 46925fa197b813622836a76767499f405ed56045 | Author: Adrian Pop | Date: Wed Mar 3 12:57:12 2021 +0100 | | fix build on Ubuntu, use find to copy the sundials libs (#7248) | | M OMCompiler/Makefile.common | * commit 359b464345e08cfae25e1bd352d65a3927f39c5a | Author: Alex <637714+alexchandel@users.noreply.github.com> | Date: Wed Mar 3 05:01:55 2021 -0600 | | fix OMParser/Makefile for macOS (#7247) | | M OMParser/Makefile | * commit 61188e9ec599ff20e9a2d197aab8c101684b5137 | Author: Martin Sjölund | Date: Wed Mar 3 08:59:51 2021 +0100 | | Treat names with only prerelease special (#7249) | | This makes the package manager treat 0.0.0-name as something any version | with that prerelease tag as matching. | | Similarly, loadModel will do the same. This allows you to not have to know | which version "trunk" or "master" is at. | | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMCompiler/Compiler/Util/SemanticVersion.mo | M OMCompiler/Compiler/runtime/systemimpl.c | * commit 5c6386465ca5379d361ab450cc1078edb7bc5fa0 | Author: Martin Sjölund | Date: Wed Mar 3 08:03:43 2021 +0100 | | Fix install target for Jenkins (#7250) | | M .CI/common.groovy | * commit b7f7e9dc9622c1e1c57a2ec88ea22598481d18e6 | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Tue Mar 2 18:40:36 2021 +0100 | | [NF] prevent indexed functions as bindings (#7163) | | - fixes ticket #6267 | - if a scalarized binding would result in an indexed function -> don't do it! | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpressionIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M testsuite/openmodelica/xml/XmlDumpComment.mos | * commit ed8ef0a961b7cba917305e58e4a53d08126d58a0 | Author: Adrian Pop | Date: Mon Mar 1 20:33:57 2021 +0100 | | more fixes for MacOS (#6306) (#7246) | | - use cp instead of non-portable find | - display a list of executables and dylibs with their deps via Jenkinsfile to make it easier to debug rpaths | - fix some more rpaths | | M .CI/common.groovy | M Jenkinsfile | M OMCompiler/Makefile.common | * commit f1e86334d3c219024fd8764f8babc7c494338720 | Author: Adrian Pop | Date: Mon Mar 1 10:24:09 2021 +0100 | | forgot needed windows changes after changes for #6306 (#7243) | | M OMCompiler/Makefile.omdev.mingw | * commit 65bb214bd59e6ab6610e0d390b252c24409a5abc | Author: Adrian Pop | Date: Mon Mar 1 09:06:22 2021 +0100 | | attempt to fix MacOS builds #6306 (#7238) | | - use gfind instead of find for MacOS so it understands -xtype | - use cp -a on MacOS to copy the symbolic links, not the targets, geez! | - add path to gnu utilities | - cmake on MacOS ignores -DLDFLAGS="some ld flags here" | propagate @LDFLAGS@ via $(CMAKE) | - using -stdlib=libstdc++ on Mac will not find #include | - use libffi.dynlib from the system, not the static one | as MacOS doesn't like it | - move make install in the Jenkinsfile after building the qt clients and ignore the result on MacOS | - fix rpath for all sundials libs | - fix rpath for all SuiteSparse libs (again) | - change configure.ac CMAKE_LDFLAGS="-Wl,-undefined -Wl,dynamic_lookup" | to "-Wl,-U,libintl_gettext" as otherwise we will not get errors | about undefined symbols | - extra cmake flags on sundials for MacOS are needed (set by configure now): | "-DSUNDIALS_F77_FUNC_CASE:String=lower -DSUNDIALS_F77_FUNC_UNDERSCORES:String=one" | - use CMAKE_NO_CHECK_UNDEFINED only to compile SuiteSparse | - OMEdit/Makefile generation is randomly failing on MacOS, | it generates an empty Makefile, attempt to fix that | - some more definitions in common.groovy for reuse | | M .CI/common.groovy | M Jenkinsfile | M OMCompiler/Compiler/boot/Makefile.common | M OMCompiler/Compiler/runtime/ffi_omc.c | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/configure.ac | M OMEdit/Makefile.unix.in | M configure.ac | * commit af583a5964c5a72c53359456a315da730e5cf767 | Author: hudson | Date: Sun Feb 28 19:27:33 2021 +0100 | | Updated libraries | * libraries 7e2513b...c5f7048 (1): | > Bump libraries | | M libraries | * commit 2e75be3844d32a997e3811f00d3ec105726c9f5b | Author: Adrian Pop | Date: Sun Feb 28 18:04:42 2021 +0100 | | port patch for QT 5.11 on mac from: (#7240) | | https://github.com/OpenModelica/OpenModelica-common/pull/2 | by @traversaro | | M common/m4/qmake.m4 | * commit 7afc91871623e32ebdd9fb2bd20804d2d5dced0b | Author: Alex <637714+alexchandel@users.noreply.github.com> | Date: Sat Feb 27 00:04:35 2021 -0600 | | Fix typo in OMCompiler/Makefile.in (#7239) | | M OMCompiler/Makefile.in | * commit 1569f31f779851d7f614808cb48b92eeca95d72a | Author: hudson | Date: Fri Feb 26 18:26:36 2021 +0000 | | Updated libraries | * libraries d24e9c8...7e2513b (1): | > Bump libraries | | M libraries | * commit 5a7e86a9effd02cbe33ed511b528903c2945c855 | Author: Lennart Ochel | Date: Fri Feb 26 18:14:25 2021 +0100 | | Update OMSimulator (#7236) | | M OMSimulator | * commit eafcaa7d49d527c4f54d2c5ce3af4c2f0d9da4f5 | Author: Adeel Asghar | Date: Fri Feb 26 16:04:39 2021 +0100 | | Set the focus on name when adding sub models (#7235) | | Fixes #7150 | | M OMEdit/OMEditLIB/OMS/ModelDialog.cpp | * commit 95486da9b117bce0f16c73e1dd1ef12fea1ddee6 | Author: Adeel Asghar | Date: Fri Feb 26 15:21:58 2021 +0100 | | Utilize the vertical space (#7234) | | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | * commit 88339b47f4a52fca1acf5683f5e14a2a06077ae2 | Author: Adeel Asghar | Date: Fri Feb 26 14:49:00 2021 +0100 | | Better integration of creation and opening of SSP models in menu (#7233) | | * Better integration of creation and opening of SSP models in menu | | * Show new SSP model window in OMEdit center | | Updated usersguide | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M doc/UsersGuide/source/omedit.rst | * commit b7ab7fc92653631ce5c879cec8c158c9c0f562c3 | Author: Per Östlund | Date: Thu Feb 25 20:36:40 2021 +0100 | | Check array length in collapseArrayExpressions | | - Check that the length of the array actually matches the number of | elements in the array that the cref represents. | | M OMCompiler/Compiler/BackEnd/BackendDAETransform.mo | * commit d037f2841c1288e7bf968ca0b0bc93eb3cfe8f74 | Author: Adeel Asghar | Date: Thu Feb 25 20:46:38 2021 +0100 | | Round the numbers to grid size | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 997610d9b86e5b42abe0cfad2f26baac519fcdfb | Author: Adrian Pop | Date: Thu Feb 25 12:53:53 2021 +0100 | | fix ticket #6396 | - export all symbols from libOpenModelicaCompiler.dll | - on Windows/mingw, if the function pointer cannot be found, search all loaded dlls in the current process | - add more tests (ffi, meta) to sanity checking for the CI/MinGW label | | M .CI/common.groovy | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Compiler/runtime/systemimpl.c | * commit 6d8ee8c6b559e31f433bca9f36bfd0bdf8e5ac72 | Author: Adrian Pop | Date: Thu Feb 25 19:40:10 2021 +0100 | | fix for #6395 | | M OMCompiler/Compiler/runtime/omc_config.h | M OMCompiler/configure.ac | * commit e33dc01de58d32c59650decc8a1754e10083b56c | Author: Henning Kiel | Date: Thu Feb 25 17:03:37 2021 +0100 | | fix rpath on dylibs | | M OMCompiler/Compiler/boot/Makefile.common | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omsi.common | M OMCompiler/SimulationRuntime/c/Makefile.common | * commit 52fc6e4c9a34dbe3eaf09e8e2d05750d680f603f | Author: Henning Kiel | Date: Thu Feb 25 17:01:34 2021 +0100 | | remove dead code on macOS | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit b7aac4b5494be0941b6ecfd133e7f6a24843ff99 | Author: Adeel Asghar | Date: Thu Feb 25 14:48:11 2021 +0100 | | Integrate the SSP models simulation output in Messages Browser (#7224) | | * Integrate the SSP models simulation output in Messages Browser | | * Show MessagesWidget | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/MessagesWidget.cpp | M OMEdit/OMEditLIB/Modeling/MessagesWidget.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.h | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.h | A OMEdit/OMEditLIB/Simulation/ArchivedSimulationsWidget.cpp | A OMEdit/OMEditLIB/Simulation/ArchivedSimulationsWidget.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M doc/UsersGuide/source/omedit.rst | * commit 77658af1e232fee1421134e5c78fb2cbeb87c329 | Author: Martin Sjölund | Date: Thu Feb 25 13:56:06 2021 +0100 | | Save lambda while running the homotopy solver (#7227) | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | * commit 1c19d06ff76edd4b7990b55c063a634a4761cd3f | Author: Lennart Ochel | Date: Thu Feb 25 12:57:23 2021 +0100 | | Update OMSimulator (#7225) | | M OMSimulator | * commit 4c35c6115065e9b664d2ffa9b81a52fb93790af1 | Author: Adrian Pop | Date: Thu Feb 25 09:14:59 2021 +0100 | | fixes for #5827 and ffi (#7221) | | - make the meta tests work again | - fix the build of FFITestLib.dll for windows/mingw tests | - remove -fPIC from linker flags, not needed for windows/mingw | | M Makefile.omdev.mingw | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/runtime/omc_config.h | M testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc/Makefile | * commit 213056efe3f1d463e4642acbc57752d57885aab2 | Author: Francesco Casella | Date: Wed Feb 24 18:45:45 2021 +0100 | | Fixed typo (#7222) | | M doc/UsersGuide/source/porting.rst | * commit 3bf2063a9eedf8d97e450f52e1ea498fa4f60682 | Author: Lennart Ochel | Date: Wed Feb 24 17:59:17 2021 +0100 | | Remove obsolete api cancelSimulation_asynchronous (#7223) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptOMSimulator.mo | M OMCompiler/Compiler/Util/OMSimulator.mo | M OMCompiler/Compiler/runtime/OMSimulator_omc.c | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | * commit b6422943b1dc165a8d0336a4370ad5491da051d8 | Author: perost | Date: Wed Feb 24 15:21:45 2021 +0100 | | Improve merging of modifiers with constraining type (#7220) | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | * commit ae591ef554f61f99ba8ded2688e746e85e70952d | Author: Adeel Asghar | Date: Wed Feb 24 12:13:11 2021 +0100 | | Set the nfapi on startup (#7218) | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit af12e4745eb836fd16e6894406b84ebdf73a2a8b | Author: Francesco Casella | Date: Wed Feb 24 11:54:55 2021 +0100 | | Added section on fully specified initial conditions to User's Guide (#7212) | | * Added section on fully specified initial conditions to User's Guide | | * Made the two examples more similar | | * Improved text | | M doc/UsersGuide/source/porting.rst | * commit 4fa0b4b344fc731ed9aeca262e8344b77b457ef6 | Author: Adeel Asghar | Date: Wed Feb 24 10:48:00 2021 +0100 | | Keep the NFApi settings (#7215) | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit f9d347e59e688634d54b2f81843dcc120e3cc161 | Author: Adeel Asghar | Date: Wed Feb 24 10:43:37 2021 +0100 | | Ask the user which version of MSL to load and save that settings (#7211) | | Fixes #6379 | OMEdit shows a window on start up that asks the user which version of MSL to use. | The window is only shown once and the settings are saved for future use. | | * Text updates based on the feedback | | Do not select any option by default | Fix Qt 4 build | | * More feedback changes | | * Fine tuning | | * Check if we are running testsuite | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | * commit f861c675e49e355aa8f229348ef88f34e618d67a | Author: Martin Sjölund | Date: Wed Feb 24 08:36:39 2021 +0100 | | Add AC_CONFIG_AUX_DIR to libffi for EL7 (#7210) | | M OMCompiler/3rdParty | * commit 558c01fe315668938d8a2fde4d6c3cabe5924eda | Author: Francesco Casella | Date: Wed Feb 24 08:17:57 2021 +0100 | | Fixed obsolete warning messages (#7213) | | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos | M testsuite/openmodelica/cruntime/optimization/basic/LV.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC3.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC4.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC6.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC7.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC8.mos | M testsuite/openmodelica/cruntime/optimization/basic/reduce1.mos | M testsuite/openmodelica/cruntime/optimization/basic/staticOP.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos | M testsuite/openmodelica/cruntime/optimization/basic/testDerInput.mos | M testsuite/openmodelica/cruntime/sensitivities/testLotkaVoltera.mos | M testsuite/openmodelica/cruntime/sensitivities/testPredatorPrey.mos | M testsuite/openmodelica/cruntime/sensitivities/testVanDerPol.mos | M testsuite/openmodelica/cruntime/simoptions/nlssMaxDensity.mos | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/openmodelica/cruntime/simoptions/testSinglePrecision.mos | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe6.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/debugDumps/tearingdump.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/InOutTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/SampleExample.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/StringParameters.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/testAssert.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_06.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testAssert.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3034.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testExperimentalFMU.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos | M testsuite/openmodelica/interactive-API/Bug4248.mos | M testsuite/openmodelica/linearization/linmodel.mos | M testsuite/openmodelica/linearization/simLotkaVolterra.mos | M testsuite/openmodelica/linearization/simNonlinear.mos | M testsuite/openmodelica/linearization/simTwoTank.mos | M testsuite/openmodelica/linearization/simVanDerPol.mos | M testsuite/openmodelica/linearization/simextfunction.mos | M testsuite/openmodelica/linearization/smallValues.mos | M testsuite/openmodelica/linearization/testMathFuncs.mos | M testsuite/openmodelica/linearization/testRecordDiff.mos | M testsuite/openmodelica/linearization/testSortFunction.mos | M testsuite/openmodelica/linearization/test_01.mos | M testsuite/openmodelica/linearization/test_02.mos | M testsuite/openmodelica/linearization/test_03.mos | M testsuite/openmodelica/linearization/test_04.mos | M testsuite/openmodelica/linearization/test_05.mos | M testsuite/openmodelica/linearization/test_06.mos | M testsuite/openmodelica/linearization/test_07.mos | M testsuite/openmodelica/linearization/test_dump_languages.mos | M testsuite/openmodelica/linearization/testknownvar.mos | M testsuite/openmodelica/linearization/ticket3701.mos | M testsuite/openmodelica/omsi/omsic/buildSimpleOMSU.mos | M testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos | M testsuite/openmodelica/omsi/omsicpp/BouncingBall.mos | M testsuite/openmodelica/omsi/omsicpp/helloWorld.mos | M testsuite/openmodelica/xml/Bug3857.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos | M testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/3rdParty/Xogeny/TestSine.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm4.mos | M testsuite/simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos | M testsuite/simulation/modelica/algorithms_functions/WhenPriority.mos | M testsuite/simulation/modelica/algorithms_functions/val.mos | M testsuite/simulation/modelica/algorithms_functions/whenstatements.mos | M testsuite/simulation/modelica/arrays/bug_2217.mos | M testsuite/simulation/modelica/arrays/crefIndex.mos | M testsuite/simulation/modelica/asserts/AssertTest6.mos | M testsuite/simulation/modelica/asserts/AssertTest7.mos | M testsuite/simulation/modelica/asserts/TestAssert.mos | M testsuite/simulation/modelica/built_in_functions/MeasureTime.mos | M testsuite/simulation/modelica/commonSubExp/comSubExp1.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall1.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall3.mos | M testsuite/simulation/modelica/daemode/testDAEp1.mos | M testsuite/simulation/modelica/daemode/testDAEp2.mos | M testsuite/simulation/modelica/daemode/testDAEp4.mos | M testsuite/simulation/modelica/daemode/testDAEp5.mos | M testsuite/simulation/modelica/daemode/testDAEp6.mos | M testsuite/simulation/modelica/daemode/testDAEp7.mos | M testsuite/simulation/modelica/daemode/testDAEp8.mos | M testsuite/simulation/modelica/daemode/testDAEp9.mos | M testsuite/simulation/modelica/equations/ActivateWhenEquation.mos | M testsuite/simulation/modelica/equations/HelloWorld.mos | M testsuite/simulation/modelica/equations/VariableSubscriptAlias.mos | M testsuite/simulation/modelica/equations/WhenNoRetCall.mos | M testsuite/simulation/modelica/equations/when_sorting.mos | M testsuite/simulation/modelica/events/CheckEvents.mos | M testsuite/simulation/modelica/events/EventIteration.mos | M testsuite/simulation/modelica/events/EventLoop.mos | M testsuite/simulation/modelica/events/EventTests3.mos | M testsuite/simulation/modelica/events/TestNoEventsFlags.mos | M testsuite/simulation/modelica/events/bug1228.mos | M testsuite/simulation/modelica/events/bug2718.mos | M testsuite/simulation/modelica/events/bug2752.mos | M testsuite/simulation/modelica/events/bug2808.mos | M testsuite/simulation/modelica/events/bug3092.mos | M testsuite/simulation/modelica/events/sample1.mos | M testsuite/simulation/modelica/events/sample2.mos | M testsuite/simulation/modelica/events/whenInAlgorithm.mos | M testsuite/simulation/modelica/events/whenTest1.mos | M testsuite/simulation/modelica/events/whenTest2.mos | M testsuite/simulation/modelica/external_functions/ExternalLibraries.mos | M testsuite/simulation/modelica/external_functions/ExternalRHSFlag.mos | M testsuite/simulation/modelica/functions_eval/functionTest4.mos | M testsuite/simulation/modelica/hpcom/BouncingBall.mos | M testsuite/simulation/modelica/hpcom/ElectricalCircuit.mos | M testsuite/simulation/modelica/hpcom/MergingExample.mos | M testsuite/simulation/modelica/indexreduction/linearStateAlias_cse.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/SingularInitial.mos | M testsuite/simulation/modelica/initialization/bug_2207.mos | M testsuite/simulation/modelica/initialization/bug_2263.mos | M testsuite/simulation/modelica/initialization/bug_2566.mos | M testsuite/simulation/modelica/initialization/bug_2583.mos | M testsuite/simulation/modelica/initialization/bug_2990.mos | M testsuite/simulation/modelica/initialization/discreteTest05.mos | M testsuite/simulation/modelica/initialization/homotopy2.mos | M testsuite/simulation/modelica/initialization/homotopy4.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/initial_equation.mos | M testsuite/simulation/modelica/initialization/scaling1.mos | M testsuite/simulation/modelica/initialization/scaling2.mos | M testsuite/simulation/modelica/initialization/setNumberOfInitLambda.mos | M testsuite/simulation/modelica/initialization/testIfAssert.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray1.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray3.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction2.mos | M testsuite/simulation/modelica/inlineFunction/testBug3687.mos | M testsuite/simulation/modelica/inlineFunction/testComplexMath.mos | M testsuite/simulation/modelica/linear_system/MissV.mos | M testsuite/simulation/modelica/linear_system/constantStates.mos | M testsuite/simulation/modelica/msl22/IdealGear.mos | M testsuite/simulation/modelica/msl22/IdealGearBrake.mos | M testsuite/simulation/modelica/msl22/Test3PhaseInitOver.mos | M testsuite/simulation/modelica/nonlinear_system/nanTest.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem1.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem2.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem8_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem9.mos | M testsuite/simulation/modelica/nonlinear_system/ticket3999.mos | M testsuite/simulation/modelica/others/Bug1728.mos | M testsuite/simulation/modelica/others/Bug1987.mos | M testsuite/simulation/modelica/others/Bug3261.mos | M testsuite/simulation/modelica/others/Bug3885.mos | M testsuite/simulation/modelica/others/BugTest1830.mos | M testsuite/simulation/modelica/others/Random.mos | M testsuite/simulation/modelica/others/Random2.mos | M testsuite/simulation/modelica/others/TestSolve18.mos | M testsuite/simulation/modelica/others/impureTest.mos | M testsuite/simulation/modelica/others/nonConstantIndex.mos | M testsuite/simulation/modelica/others/nonConstantParam.mos | M testsuite/simulation/modelica/others/sample1.mos | M testsuite/simulation/modelica/others/sample3.mos | M testsuite/simulation/modelica/parameters/parameterTest10.mos | M testsuite/simulation/modelica/parameters/parameterTest15.mos | M testsuite/simulation/modelica/parameters/parameterTest8.mos | M testsuite/simulation/modelica/parameters/parameterTest9.mos | M testsuite/simulation/modelica/resolveLoops/Circuit1x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit2x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit3x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit4x.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos | M testsuite/simulation/modelica/solver/bug2231-radau1.mos | M testsuite/simulation/modelica/solver/problem1-cvode.mos | M testsuite/simulation/modelica/solver/problem1-dasslsteps.mos | M testsuite/simulation/modelica/solver/problem1-ida.mos | M testsuite/simulation/modelica/solver/problem1-impeuler.mos | M testsuite/simulation/modelica/solver/problem1-imprk.mos | M testsuite/simulation/modelica/solver/problem1-irksco.mos | M testsuite/simulation/modelica/solver/problem1-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverExpSsc.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos | M testsuite/simulation/modelica/solver/problem1-trapezoid.mos | M testsuite/simulation/modelica/solver/problem2-cvode.mos | M testsuite/simulation/modelica/solver/problem2-dasslsteps.mos | M testsuite/simulation/modelica/solver/problem2-ida.mos | M testsuite/simulation/modelica/solver/problem2-idaJacobian.mos | M testsuite/simulation/modelica/solver/problem2-idaLinearSolver.mos | M testsuite/simulation/modelica/solver/problem2-impeuler.mos | M testsuite/simulation/modelica/solver/problem2-imprk.mos | M testsuite/simulation/modelica/solver/problem2-imprkLS.mos | M testsuite/simulation/modelica/solver/problem2-irksco.mos | M testsuite/simulation/modelica/solver/problem2-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem2-symSolverExpSsc.mos | M testsuite/simulation/modelica/solver/problem2-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem2-symSolverImpSsc.mos | M testsuite/simulation/modelica/solver/problem2-trapezoid.mos | M testsuite/simulation/modelica/solver/problem5-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem5-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem6-cvode.mos | M testsuite/simulation/modelica/solver/problem6-irksco.mos | M testsuite/simulation/modelica/solver/problem6-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem6-symSolverImp.mos | M testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/synchronous/TestClockParameterEvaluation.mos | M testsuite/simulation/modelica/synchronous/boolSubClocks.mos | M testsuite/simulation/modelica/tearing/Tearing16-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | M testsuite/simulation/modelica/tearing/dynamicTearing1.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos | * commit 19d6b7983894ca4f6c21007bcdef9ec5ce906dc7 | Author: Adeel Asghar | Date: Tue Feb 23 23:55:31 2021 +0100 | | Do not use hard coded center values (#7214) | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit ba704db87eccfb09e381fbe41e7ea1a1381a5afa | Author: perost | Date: Tue Feb 23 13:42:33 2021 +0100 | | Make FFI less crashy (#7209) | | M OMCompiler/Compiler/runtime/ffi_omc.c | * commit e37bfc0936e0328260aa1138b77679a1030fd62a | Author: Adrian Pop | Date: Tue Feb 23 13:01:52 2021 +0100 | | partial handling of ticket #5827 (#7183) | | - use variable OMC_LDFLAGS_LINK_TYPE to set the linker to static/dynamic, default: | OMC_LDFLAGS_LINK_TYPE=dynamic for simulation executables, | OMC_LDFLAGS_LINK_TYPE=static for FMI | - use variable OMC_CFLAGS_OPTIMIZATION to set the optimization level, default to OMC_CFLAGS_OPTIMIZATION=-Os | - these two variables can be overrided by the user if needed, we should support this in OMEdit | - currently OMC_LDFLAGS_LINK_TYPE only affects windows/mingw, OMC_CFLAGS_OPTIMIZATION can be used in Linux as well | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw | * commit fbab7ab3547f46265b90fb36204cb53fd8bbccd4 | Author: perost | Date: Tue Feb 23 12:07:04 2021 +0100 | | Improve flattening of complex bindings (#7208) | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 651525f1eb164fce67df87ca03bfc4bd10c4f480 | Author: Lennart Ochel | Date: Tue Feb 23 11:23:32 2021 +0100 | | Remove the 'old' signal filter (#7199) | | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.h | * commit c28aeab1dd5ade93199b88cb5f280a3d23bfadd0 | Author: Adrian Pop | Date: Tue Feb 23 09:16:51 2021 +0100 | | fix for ticket #6348 (#7207) | | - cast constant used in variable argument list to the type expected in va_arg call | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/SimulationRuntime/c/util/base_array.c | * commit 87d5a0232474c37f0e12f3f414227627d493ee1a | Author: Adeel Asghar | Date: Mon Feb 22 18:06:19 2021 +0100 | | Fix reading the SSP model simulation progress (#7206) | | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.h | * commit 619e3401f1e0f19211468abf9023fab728c46beb | Author: Martin Sjölund | Date: Mon Feb 22 16:15:42 2021 +0100 | | Add a check for `make clean` in Jenkins (#7201) | | M .CI/common.groovy | M Jenkinsfile | * commit 95a87fe2c67196b8202530ea26676017659aea20 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon Feb 22 15:21:08 2021 +0100 | | Fixing testsuite clean rule (#7188) | | - Adding missing MSL 4.0 clean rule | - Adding dependency for OFunitcheck/ in unitcheck/ | | M testsuite/Makefile | M testsuite/simulation/modelica/unitcheck/Makefile | * commit d66fc7bc8fa5275f1afb40374b2f48e0be7e6dbe | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon Feb 22 15:20:44 2021 +0100 | | Add synchronous features to C FMUs (#7155) | | * Changing parameter i to clockIndex for synchronous functions | | * Check timers for synchronous features in FMUs | | - Changed getNextSampleTimeFMU to return a bool if next samlpe time is defined. | Using -1 as next time and hoping that this will never be a real used time is not good enough. | - Adding handleTimersFMI to handle clocks for FMI | | * Fixing synchronous.c defines | | * Adding test cases for clocked FMUs | | * Disabeling FMI 1.0 tests | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.h | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.h | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/testSynchronousFMU_01.mos | A testsuite/omsimulator/testSynchronousFMU_02.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos | A testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBall_me_FMU.mo | M testsuite/openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/InOutTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Makefile | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/SampleExample.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/StringParameters.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mo | M testsuite/openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/testAssert.mos | * commit dc735fb7593cf75102353a93e264b47e31abae0f | Author: Lennart Ochel | Date: Mon Feb 22 14:49:51 2021 +0100 | | Update OMCompiler/3rdParty (#7205) | | M OMCompiler/3rdParty | * commit ba97aa79353e15d7e86da998e62b3b7a061010f0 | Author: Adeel Asghar | Date: Mon Feb 22 13:21:23 2021 +0100 | | Improve the behavior of "Fit to Diagram" button (#7203) | | M OMEdit/OMEditLIB/Element/Element.cpp | * commit abfd4ce2e2099c57797dde049f9b2ae63d2efa43 | Author: perost | Date: Mon Feb 22 13:04:46 2021 +0100 | | Fix libffi usage (#7202) | | M OMCompiler/Compiler/boot/Makefile.common | M OMCompiler/Compiler/runtime/ffi_omc.c | M OMCompiler/Makefile.common | * commit cf3a725b80887bf52e84af1884492cdbb870161f | Author: perost | Date: Sun Feb 21 17:14:32 2021 +0100 | | Implement external function evaluation with libffi (#7178) | | M .CI/common.groovy | M Makefile.in | M OMCompiler/Compiler/GenerateOMCHeader.mos | M OMCompiler/Compiler/Makefile.in | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Util/Error.mo | A OMCompiler/Compiler/Util/FFI.mo | M OMCompiler/Compiler/Util/System.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/boot/Makefile.common | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/Compiler/runtime/System_omc.c | A OMCompiler/Compiler/runtime/ffi_omc.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Makefile.common | M OMCompiler/configure.ac | M testsuite/Makefile | A testsuite/flattening/modelica/ffi/ArrayResult1.mos | A testsuite/flattening/modelica/ffi/Boolean1.mos | A testsuite/flattening/modelica/ffi/Boolean2.mos | A testsuite/flattening/modelica/ffi/Enum1.mos | A testsuite/flattening/modelica/ffi/Enum2.mos | A testsuite/flattening/modelica/ffi/Enum3.mos | A testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc/Makefile | A testsuite/flattening/modelica/ffi/FFITest/Resources/C-Sources/FFITestLib.c | A testsuite/flattening/modelica/ffi/FFITest/package.mo | A testsuite/flattening/modelica/ffi/Integer1.mos | A testsuite/flattening/modelica/ffi/Integer2.mos | A testsuite/flattening/modelica/ffi/Makefile | A testsuite/flattening/modelica/ffi/MissingFunction1.mos | A testsuite/flattening/modelica/ffi/ModelicaIO_readRealMatrix.mos | A testsuite/flattening/modelica/ffi/ModelicaInternal_countLines.mos | A testsuite/flattening/modelica/ffi/ModelicaStrings_scanInteger.mos | A testsuite/flattening/modelica/ffi/ModelicaStrings_scanReal.mos | A testsuite/flattening/modelica/ffi/ModelicaStrings_scanString.mos | A testsuite/flattening/modelica/ffi/OpenModelica_regex.mos | A testsuite/flattening/modelica/ffi/Real1.mos | A testsuite/flattening/modelica/ffi/Real2.mos | A testsuite/flattening/modelica/ffi/Real3.mos | A testsuite/flattening/modelica/ffi/RealArray1.mos | A testsuite/flattening/modelica/ffi/Record1.mos | A testsuite/flattening/modelica/ffi/Record2.mos | A testsuite/flattening/modelica/ffi/Record3.mos | A testsuite/flattening/modelica/ffi/Record4.mos | A testsuite/flattening/modelica/ffi/Record5.mos | A testsuite/flattening/modelica/ffi/String1.mos | A testsuite/flattening/modelica/ffi/String2.mos | A testsuite/flattening/modelica/ffi/StringArray1.mos | A testsuite/flattening/modelica/ffi/matrix.mat | * commit 9ac658664d66490fe0fcf825da8a83a37b390d1c | Author: Adeel Asghar | Date: Fri Feb 19 16:06:22 2021 +0100 | | Added a new button "Fit to Diagram" (#7198) | | For read-only models this button zooms to the diagram contents. | For user models the extent of the model is modified to the diagram contents. | | Fixes #5849 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | A OMEdit/OMEditLIB/Resources/icons/fit-to-diagram.svg | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M OMEdit/OMEditLIB/resource_omedit.qrc | * commit 12c32c0ca0a97c27563d88de79a463c318d4cc89 | Author: phannebohm | Date: Fri Feb 19 13:35:35 2021 +0100 | | Fix ticket #6171 (#7187) | | Auxiliary calculations sometimes create empty else branches. | The generated _info.json file had problems with that. | | M OMCompiler/Compiler/SimCode/SerializeModelInfo.mo | * commit 10ccf6779f9c25f09fbd3b41f71afcf3ee6c214a | Author: Lennart Ochel | Date: Thu Feb 18 19:45:06 2021 +0100 | | Update OMSimulator (#7193) | | M OMSimulator | * commit b4df72b45159eb067813848778096472f47e4053 | Author: perost | Date: Thu Feb 18 18:52:47 2021 +0100 | | Update 3rdParty (#7192) | | M OMCompiler/3rdParty | * commit aa891573847da185166640e417e30b84fb763633 | Author: Lennart Ochel | Date: Thu Feb 18 17:52:19 2021 +0100 | | Quote simulation options (#7191) | | * Quote simulation options | | * Fix it again | | * Add the options arguments properly | | * Skip empty parts | | Co-authored-by: Adeel Asghar | | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | * commit 1459d3c3d835a16b084158503ab3a2e1e028d54e | Author: Adeel Asghar | Date: Thu Feb 18 14:53:00 2021 +0100 | | Close the result file when the VariablesTreeItem is removed (#7190) | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | * commit 699fb911395002353d7a539877d2fe3d3f920577 | Author: Adeel Asghar | Date: Thu Feb 18 14:52:30 2021 +0100 | | Do not force the simulation log file name to be fully qualified (#7189) | | M OMEdit/OMEditLIB/Simulation/SimulationOutputHandler.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/Testsuite/Homotopy/HomotopyTest.cpp | * commit a1c10032e83c97189b081f0fec44c5eb769692c4 | Author: Adeel Asghar | Date: Wed Feb 17 18:24:09 2021 +0100 | | Pass the command line options to simulation server (#7179) | | Fixes #7170 | | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | * commit 65cad6d9b7a496dda8f633a958a683805417211d | Author: phannebohm | Date: Wed Feb 17 18:21:29 2021 +0100 | | Be nice to the cache (#7164) | | Change the order of several for loops involved in calculating matrix | products where the matrix is in column-major form. | | Fixes issue addressed by 78e98dab18f7b855c50a88cd4c5890ec14927ef2 | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | * commit b4316f1b3a5232b70fd7adffe57d68e23030ab57 | Author: Adrian Pop | Date: Wed Feb 17 18:20:03 2021 +0100 | | fix ticket #6307 (#7180) | | - keep only the annotations for components in getComponentAnnotations so it returns the same number of items as getComponents | - this bug only happens if you use the old API getComponentAnnotations with -d=nfAPI | - add a test | | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket6307.mos | * commit 8ef320fe65406e5b8e2ed7bf2c8cf68d4aa8ee4b | Author: Lennart Ochel | Date: Wed Feb 17 18:14:53 2021 +0100 | | Update OMSimulator (#7181) | | M OMSimulator | * commit c07c4ac22e4594680996ed3cc6f589e76f56ce06 | Author: Martin Sjölund | Date: Wed Feb 17 15:42:28 2021 +0100 | | Add a generic error message for function instantiation (#7177) | | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/Util/Error.mo | * commit ea1a004ff54dda4ef101b93eb55f883bad3f0879 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Wed Feb 17 15:37:02 2021 +0100 | | Adding MSL 4.0.0 to libraries-for-testing (#7161) | | * Adding MSL 4.0.0 to libraries-for-testing | | - Using MSL 3.2.3 if it no version was specified | | * Adding MSL 4.0.0 clocked test | | * Use omc.sendExpression for generate_icons.py and disable test | | - Using MSL 4.0.0 modles to generate icons | - SVGs updated, but they are looking wrong | - Disabled test for now | | M OMCompiler/Examples/generate_icons.py | M testsuite/Makefile | M testsuite/flattening/modelica/algorithms-functions/OutOfMemory.mos | M testsuite/flattening/modelica/arrays/TypeTest.mos | M testsuite/flattening/modelica/equations/Ticket4157.mos | M testsuite/libraries-for-testing/index.json | M testsuite/libraries-for-testing/index.mos | M testsuite/libraries-for-testing/update.py | M testsuite/omsimulator/resetWithLoops.mos | M testsuite/omsimulator/test03.mos | M testsuite/omsimulator/testDirectionalDerivatives.mos | M testsuite/omsimulator/testLoopsOverFMUs.mos | M testsuite/openmodelica/benchmarks/BEPI_OMC.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL1.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL2.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL3.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL4.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL5.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL6.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL7.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL8.mos | M testsuite/openmodelica/benchmarks/checkBigModel.CircuitL9.mos | M testsuite/openmodelica/benchmarks/checkRobotR3.mos | M testsuite/openmodelica/benchmarks/instRobotR3.mos | M testsuite/openmodelica/cppruntime/RefArrayDim2.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches_FMU2_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/Crane_FMU2_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testFMU2MatrixIO.mos | M testsuite/openmodelica/cppruntime/functionPointerTest.mos | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP_HPCOM.mos | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Crane_FMU1_CPP_HPCOM.mos | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/crane.mos | M testsuite/openmodelica/cppruntime/mathFunctionsTest.mos | M testsuite/openmodelica/cppruntime/nameClashTest.mos | M testsuite/openmodelica/cppruntime/recordTupleReturnTest.mos | M testsuite/openmodelica/cppruntime/solveTest.mos | M testsuite/openmodelica/cppruntime/testVectorizedSolarSystem.mos | M testsuite/openmodelica/cppruntime/trapezoidTest.mos | M testsuite/openmodelica/cruntime/optimization/basic/testSimpliCon1.mos | M testsuite/openmodelica/dataReconciliation/DistillationTower.mos | M testsuite/openmodelica/dataReconciliation/FourFlows.mos | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/package.mo | M testsuite/openmodelica/dataReconciliation/Pipe1.mos | M testsuite/openmodelica/dataReconciliation/Pipe2.mos | M testsuite/openmodelica/dataReconciliation/Pipe3.mos | M testsuite/openmodelica/dataReconciliation/Pipe4.mos | M testsuite/openmodelica/dataReconciliation/Pipe5.mos | M testsuite/openmodelica/dataReconciliation/Pipe6.mos | M testsuite/openmodelica/dataReconciliation/Splitter.mos | M testsuite/openmodelica/dataReconciliation/Splitter1.mos | M testsuite/openmodelica/dataReconciliation/Splitter2.mos | M testsuite/openmodelica/dataReconciliation/Splitter3.mos | M testsuite/openmodelica/dataReconciliation/Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows10.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows8.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe10.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe11.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe8.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos | M testsuite/openmodelica/flatmodelica/DoublePendulum.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_static.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/FMIExercise.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/IntegerNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3034.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3763.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | M testsuite/openmodelica/icon-generator/GenerateMSLIcons.mos | M testsuite/openmodelica/icon-generator/Makefile | M testsuite/openmodelica/interactive-API/Bug4209.mos | M testsuite/openmodelica/interactive-API/Ticket5565.mos | M testsuite/openmodelica/interactive-API/Ticket5662.mos | M testsuite/openmodelica/interactive-API/Ticket6167.mos | M testsuite/openmodelica/interactive-API/Ticket6287and6288.mos | M testsuite/openmodelica/interactive-API/Ticket6300.mos | M testsuite/openmodelica/interactive-API/UsesAnnotation2.mos | M testsuite/openmodelica/linearization/testDrumBoiler.mos | M testsuite/openmodelica/linearization/testSortFunction.mos | M testsuite/openmodelica/linearization/testSteamPipe.mos | M testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos | M testsuite/openmodelica/xml/testMSD.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/06_SmoothEvents.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos | M testsuite/simulation/libraries/3rdParty/siemens/testFlueGasZones.mos | M testsuite/simulation/libraries/3rdParty/siemens/testHeatExchanger.mos | M testsuite/simulation/libraries/3rdParty/siemens/testJunctions.mos | M testsuite/simulation/libraries/3rdParty/siemens/testPipes.mos | M testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.mos | A testsuite/simulation/libraries/msl40/Makefile | A testsuite/simulation/libraries/msl40/Modelica.Clocked.Examples.CascadeControlledDrive.AbsoluteClocks.mos | M testsuite/simulation/modelica/algorithms_functions/FuncDer.mos | M testsuite/simulation/modelica/algorithms_functions/TestCrossFunction.mos | M testsuite/simulation/modelica/arrays/ArrayAddEmpty.mos | M testsuite/simulation/modelica/arrays/ArrayAlgebraFunc.mos | M testsuite/simulation/modelica/arrays/ArrayEmpty.mos | M testsuite/simulation/modelica/arrays/ArrayIndex.mos | M testsuite/simulation/modelica/arrays/Concat3.mos | M testsuite/simulation/modelica/arrays/ConcatArr1.mos | M testsuite/simulation/modelica/arrays/ConcatArr2.mos | M testsuite/simulation/modelica/arrays/ConcatArr4.mos | M testsuite/simulation/modelica/arrays/RangeVector.mos | M testsuite/simulation/modelica/arrays/SubArrayIndex.mos | M testsuite/simulation/modelica/arrays/VectorizeSumVec.mos | M testsuite/simulation/modelica/arrays/ticket5114.mos | M testsuite/simulation/modelica/connectors/ConnectForEquations.mos | M testsuite/simulation/modelica/equations/IfEquation6.mos | M testsuite/simulation/modelica/equations/WaveEquationSample.mos | M testsuite/simulation/modelica/equations/WhenNoRetCall.mos | M testsuite/simulation/modelica/equations/WillowForest.mos | M testsuite/simulation/modelica/inheritances/TempResistor3.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos | M testsuite/simulation/modelica/inlineFunction/testComplexMath.mos | M testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos | M testsuite/simulation/modelica/linear_system/EngineVN.mos | M testsuite/simulation/modelica/linear_system/underDetermind.mos | M testsuite/simulation/modelica/nonlinear_system/FiniteEscapeTime.mos | M testsuite/simulation/modelica/nonlinear_system/NonlinearSolverFailureInitial.mos | M testsuite/simulation/modelica/nonlinear_system/NonlinearSolverSimulation.mos | M testsuite/simulation/modelica/nonlinear_system/ScalingTest1.mos | M testsuite/simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos | M testsuite/simulation/modelica/nonlinear_system/WrongInitialSolutionSelected.mos | M testsuite/simulation/modelica/others/Bug3500.mos | M testsuite/simulation/modelica/others/Elevator.mos | M testsuite/simulation/modelica/others/NoLoadModel.mos | M testsuite/simulation/modelica/others/Oscillator.mos | M testsuite/simulation/modelica/others/Random2.mos | M testsuite/simulation/modelica/synchronous/Bug3503.mos | M testsuite/simulation/modelica/synchronous/WhenClocks.mos | M testsuite/simulation/modelica/synchronous/boolSubClocks.mos | M testsuite/simulation/modelica/synchronous/synch.mos | M testsuite/simulation/modelica/tearing/Tearing13-cel.mos | M testsuite/simulation/modelica/tearing/Tearing13-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing13-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing13-omc.mos | M testsuite/simulation/modelica/tearing/minimalTearing.mos | M testsuite/special/FmuExportCrossCompile/fmuExportCrossCompile.mos | * commit 92f41f2468507c853f4c9c96e730afa2b11590d9 | Author: Adeel Asghar | Date: Wed Feb 17 13:58:03 2021 +0100 | | Allow collapsing the Libraries Browser (#7172) | | Fixes #7160 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 1c1ea4dea35ab3c0acc67e848e27efa2b436cbae | Author: Lennart Ochel | Date: Wed Feb 17 13:27:54 2021 +0100 | | Update OMSimulator (#7174) | | M OMSimulator | * commit 81e07a085f249acaba5a522f9f4ad83d05440a4b | Author: Adeel Asghar | Date: Wed Feb 17 13:10:27 2021 +0100 | | Move the nfAPI and nfAPINoise settings to general page (#7171) | | * Move the nfAPI and nfAPINoise settings to general page | | Fixes #6380 | | * Update users guide | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M doc/UsersGuide/source/omedit.rst | * commit c5c5e4356b8e455e0677682e190e012b400803ad | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Feb 16 16:54:24 2021 +0100 | | Free synchronus data again (#7141) | | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.c | M OMCompiler/SimulationRuntime/c/simulation/solver/synchronous.h | * commit 318558d18b2f60017ee7446dbe9638656c356a07 | Author: Adeel Asghar | Date: Tue Feb 16 12:54:28 2021 +0100 | | Run the SSP model simulation as separate process (#7135) | | Uses the zmq to read the simulation progress | Link with 3rdParty zmq lib | Save the SSP model before simulating | | * Bind the subscriber socket | | * Export the model to temp and pass the location to simulation process | | * Fix build | | * Don't use assert | | * Source code documentation | | * Better implementation for the process output and subscriber socket | | * utf-8 | | * Fix Qt4 build | | * Use the python process directly on Windows | | M OMCompiler/Makefile.common | M OMEdit/OMEditGUI/OMEditGUI.unix.config.pri.in | M OMEdit/OMEditGUI/OMEditGUI.win.config.pri | M OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp | M OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.h | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.h | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.h | M OMEdit/OMEditLIB/Simulation/SimulationProcessThread.cpp | M OMEdit/OMEditLIB/Simulation/SimulationProcessThread.h | M OMEdit/OMEditLIB/TLM/FetchInterfaceDataDialog.cpp | M OMEdit/OMEditLIB/TLM/FetchInterfaceDataDialog.h | M OMEdit/OMEditLIB/TLM/FetchInterfaceDataThread.cpp | M OMEdit/OMEditLIB/TLM/TLMCoSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/TLM/TLMCoSimulationOutputWidget.h | M OMEdit/OMEditLIB/TLM/TLMCoSimulationThread.cpp | A OMEdit/OMEditLIB/Util/OutputPlainTextEdit.cpp | A OMEdit/OMEditLIB/Util/OutputPlainTextEdit.h | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 78e98dab18f7b855c50a88cd4c5890ec14927ef2 | Author: Martin Sjölund | Date: Mon Feb 15 14:59:23 2021 +0100 | | Use a pragma instead of warning (#7162) | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | * commit 423386c76977fa6299e65bcd2e12568d5bee9994 | Author: Adeel Asghar | Date: Mon Feb 15 13:59:45 2021 +0100 | | Use the model name instead of fully qualified path (#7152) | | Fixes #5796. Avoid creating long path by only using the model name | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationProcessThread.cpp | * commit a489e50fa3deaa226969199f8934d5f479561def | Author: perost | Date: Mon Feb 15 12:30:31 2021 +0100 | | Fix #7156 (#7157) | | - Try to inline operator record constructors instead of evaluating them | when trying to split them during flattening. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInline.mo | A testsuite/flattening/modelica/scodeinst/Inline2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 3de3ab49746bc11fbd5b3d67dfa5d77858cb8663 | Author: Martin Sjölund | Date: Mon Feb 15 11:00:59 2021 +0100 | | Make some warnings about bad C-code (#7158) | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.h | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | * commit 9c614396d6c7727c0cf07c6cc12400cd4df56980 | Author: Lennart Ochel | Date: Fri Feb 12 17:49:51 2021 +0100 | | Update OMCompiler/3rdParty (#7154) | | M OMCompiler/3rdParty | * commit 7646132712d6c7e9fceb2d20471d73ffcd2d41fb | Author: Martin Sjölund | Date: Fri Feb 12 12:25:49 2021 +0100 | | Worklist implementation of partitioning (#7147) | | This should not exhaust stack space for large models. | | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | * commit 84bfaa90a28628b8747ef581c8ea0c3a839ad905 | Author: Lennart Ochel | Date: Fri Feb 12 11:23:51 2021 +0100 | | Update OMSimulator (#7149) | | M OMSimulator | * commit e211e3a0440015d723ba4e6f22b3056b893c4b32 | Author: Martin Sjölund | Date: Fri Feb 12 10:20:55 2021 +0100 | | Make commonSubExpressionUpdate tail-recursive (#7148) | | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | * commit a4c4346a08d61b17c3950d78cf631995983e5907 | Author: hudson | Date: Thu Feb 11 18:23:26 2021 +0000 | | Updated libraries | * libraries 2e9d360...d24e9c8 (1): | > Bump libraries | | M libraries | * commit 91771840e7324643a2d483b911fe3f272763847e | Author: Lennart Ochel | Date: Thu Feb 11 12:55:31 2021 +0100 | | Update OMSimulator (#7143) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptOMSimulator.mo | M OMCompiler/Compiler/Util/OMSimulator.mo | M OMCompiler/Compiler/runtime/OMSimulator_omc.c | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMSimulator | M testsuite/omsimulator/test03.mos | * commit 133f38c43464d85932c2d05ae6bef8b18c9ad2a2 | Author: Martin Sjölund | Date: Thu Feb 11 12:02:05 2021 +0100 | | Retry up to 5 times when running OMEdit tests (#7146) | | M OMEdit/Testsuite/Homotopy/HomotopyTest.cpp | M OMEdit/Testsuite/RunOMEditTestsuite.sh | * commit ab3dd2e85e7fceece8d75caf083d8a7665915470 | Author: Martin Sjölund | Date: Thu Feb 11 11:31:06 2021 +0100 | | Update ModelicaExternalC (#7145) | | M OMCompiler/3rdParty | * commit 6834bd51d8c9beab0fa05d7404bd0f36afb9cbdf | Author: Francesco Casella | Date: Thu Feb 11 02:03:26 2021 +0100 | | Further additions to Porting section of User's Guide (#7144) | | * Added section on lookup in partial classes to the User's Guide | | * Small improvements to documentation | | M doc/UsersGuide/source/porting.rst | * commit b6255df0ba3e3041c5e7636f00d76ee8241ca6d2 | Author: perost | Date: Wed Feb 10 22:50:53 2021 +0100 | | Simplify external function call arguments (#7142) | | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/Ticket5821.mo | * commit 812381fa7ba9f2a44d30cda6fd7c3b2f62c73618 | Author: arun3688 | Date: Wed Feb 10 10:44:33 2021 +0100 | | expected output | | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/ticket6296.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | * commit cf81f24a449fcc811a02710180a65bcf146e819d | Author: arun3688 | Date: Tue Feb 9 18:53:50 2021 +0100 | | do not export clocks in typeDefinitions in modelDescription.xml | | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | * commit 04058c71834d7a97e0ab65c470c1a6fc4abd8d0b | Author: Adeel Asghar | Date: Wed Feb 10 10:56:29 2021 +0100 | | Enable the rename context menu item (#7118) | | Fixes #7110 | Handle the rename of models separately | | * Fixed renaming of systems and sub-models | | * Enabled renaming in the properties dialog | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/Commands.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.cpp | * commit 022763cd7002ac97acf653b257bafeca03c684f2 | Author: Francesco Casella | Date: Tue Feb 9 23:16:48 2021 +0100 | | Added paragraph about top-level file or directory name (#7140) | | M doc/UsersGuide/source/porting.rst | * commit 18689c29d39b7a6130d1c52fee0af5aeece5cff7 | Author: Lennart Ochel | Date: Tue Feb 9 19:08:43 2021 +0100 | | Update OMSimulator (#7138) | | M OMSimulator | * commit efa7994435529ae43f91fdebb138347563cf61e3 | Author: AnHeuermann | Date: Mon Feb 1 17:50:13 2021 +0100 | | Updating SuiteSparse to 5.8.1 | | - Updating 3rdParty. | - The `UMFPACK_TARGET` is now the `SUITESPARSE_TARGET`. | - Changed configure to use `SUITESPARSE` instead of `UMFPACK`. | - Adding `-lsuitesparseconfig` to lpsolve linker flags during configure call. | - Build `libsuitesparseconfig` and adding linker flag for it to all libs using SuiteSparse in some form. | - Installing all header files of SuiteSparse to `/build/include/omc/c/suitesparse`. | - There was an additional `/build/include/omc/c/suitesparse/Include` which is now removed. | | M OMCompiler/3rdParty | M OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Compiler/runtime/config.unix.h.in | M OMCompiler/Compiler/runtime/omc_config.h | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/CMake/FindSuiteSparse.cmake | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.h | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/configure.ac | * commit aae2bf02b02966c97a507cff890c0b1311734c16 | Author: Francesco Casella | Date: Mon Feb 8 18:58:21 2021 +0100 | | Added section of User's Guide about porting libraries to OpenModelica (#7130) | | Fixes #6364 | | M doc/UsersGuide/source/index.rst | A doc/UsersGuide/source/porting.rst | * commit c69a0c76f19f181deeb9dd23fc23999648ad0e96 | Author: Per Östlund | Date: Sat Feb 6 12:22:21 2021 +0100 | | Fix evaluation of external LAPACK functions | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | * commit 01cc724728c4df3d0dacb2624eee078f30471b99 | Author: Per Östlund | Date: Fri Feb 5 19:25:27 2021 +0100 | | Refactor argument mapping in EvalFunction | | - Change the argument mapping functions in EvalFunction to use an | UnorderedMap instead of an AvlTree, and make it more generic so it can | be used by future external function evaluation. | - Add getOrFail function to UnorderedMap/UnorderedSet. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | M OMCompiler/Compiler/Util/UnorderedSet.mo | * commit 54771e585f399a3954b5656737ce74bebc160e7f | Author: Martin Sjölund | Date: Fri Feb 5 20:22:46 2021 +0100 | | Split 02nls into multiple files if it is big (#7134) | | Merged in so we can see the results ASAP in the next testsuite run | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | * commit 036d879d53f3528bb9f637678db89c28574cfc12 | Author: hudson | Date: Fri Feb 5 18:23:07 2021 +0000 | | Updated libraries | * libraries 9bb35a2...2e9d360 (1): | > Bump libraries | | M libraries | * commit 1398d2f0904f1cb7195dc910cdc8dc73fe63fac4 | Author: Martin Sjölund | Date: Fri Feb 5 12:48:11 2021 +0100 | | Mark some NLS functions only called once with no opt (#7133) | | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit 0f967607320acadcb16782984eedba253df2d404 | Author: Martin Sjölund | Date: Thu Feb 4 13:48:13 2021 +0100 | | Implement unit exponents for scaled units such as d-1 (#7132) | | This resolves ticket:6345 | | M OMCompiler/Compiler/runtime/UnitParserExt_omc.cpp | M OMCompiler/Compiler/runtime/unitparser.cpp | M OMCompiler/Compiler/runtime/unitparser.h | M testsuite/openmodelica/interactive-API/ConvertUnits.mos | * commit 6b5a2f41c64cf7636395a7d7a2595e68c69b9160 | Author: Martin Sjölund | Date: Thu Feb 4 13:38:37 2021 +0100 | | Add ModelicaDuplicateString support (Modelica 3.5) (#7131) | | M OMCompiler/SimulationRuntime/c/ModelicaUtilities.h | M OMCompiler/SimulationRuntime/c/util/ModelicaUtilities.c | * commit 04ca2737bb915bc392e0034bd6e38b9ecf8e8ed5 | Author: hudson | Date: Wed Feb 3 16:25:07 2021 +0100 | | Updated libraries | * libraries 4ba73b0...9bb35a2 (4): | > Bump libraries | > just one ModelicaReference | > fix typo | > install MSL 4.0.0 also on omlibrary-core make target | | M libraries | * commit cf0237efb1cf44c28e44932ba38f84d1ae88513d | Author: Adeel Asghar | Date: Wed Feb 3 12:27:23 2021 +0100 | | Increase the timeout for OMEdit homotopy simulation test (#7129) | | M OMEdit/Testsuite/Homotopy/HomotopyTest.cpp | * commit e56a8daa86a13f2dc39cda0135031a42cdb93e1a | Author: hudson | Date: Tue Feb 2 18:29:52 2021 +0000 | | Updated libraries | * libraries 70e4ed0...4ba73b0 (1): | > Bump libraries | | M libraries | * commit d35eb487f7c646999e82cb09d2699466127c0d48 | Author: Per Östlund | Date: Tue Feb 2 15:37:14 2021 +0100 | | Support top-level uniontypes in generateHeader | | M OMCompiler/Compiler/Template/Unparsing.tpl | * commit 98678a25a9984c8997abf3acf278cdc528e2a715 | Author: Per Östlund | Date: Tue Feb 2 10:49:30 2021 +0100 | | Fix UnorderedSet.addUnique | | M OMCompiler/Compiler/Util/UnorderedSet.mo | * commit 6686abdc986cd1297dd6260eb4802909755b4933 | Author: Adeel Asghar | Date: Tue Feb 2 10:48:31 2021 +0100 | | Updated code to get rid of deprecated warnings (#7090) | | * Remove deprecated QWheelEvent delta | | * More fixes | | * Fix builds | | M OMCompiler/Compiler/Template/GenerateAPIFunctionsTpl.tpl | M OMEdit/OMEditGUI/OMEditGUI.pro | M OMEdit/OMEditLIB/Animation/GLWidget.h | M OMEdit/OMEditLIB/Animation/OpenGLWidget.h | M OMEdit/OMEditLIB/Animation/ViewerWidget.cpp | M OMEdit/OMEditLIB/Animation/ViewerWidget.h | M OMEdit/OMEditLIB/Animation/Visualizer.cpp | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapePropertiesDialog.cpp | M OMEdit/OMEditLIB/Debugger/GDB/CommandFactory.cpp | M OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Editors/CEditor.cpp | M OMEdit/OMEditLIB/Editors/CompositeModelEditor.cpp | M OMEdit/OMEditLIB/Editors/HTMLEditor.cpp | M OMEdit/OMEditLIB/Editors/MetaModelicaEditor.cpp | M OMEdit/OMEditLIB/Editors/ModelicaEditor.cpp | M OMEdit/OMEditLIB/Editors/OMSimulatorEditor.cpp | M OMEdit/OMEditLIB/Editors/TextEditor.cpp | M OMEdit/OMEditLIB/Element/CornerItem.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/CoOrdinateSystem.h | M OMEdit/OMEditLIB/Modeling/DocumentationWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/OMS/BusDialog.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.h | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Simulation/OpcUaClient.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/TLM/TLMCoSimulationDialog.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/diff_match_patch.cpp | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 4295d1157b9956e37b3cc3004c9168e4c0476ac6 | Author: Per Östlund | Date: Mon Feb 1 16:54:01 2021 +0100 | | Fix UnorderedMap.remove | | - Fix the indices in the buckets when removing an entry. | | M OMCompiler/Compiler/Util/UnorderedMap.mo | * commit 7e9cf326d4871c6807d5a229f6910c0e93daa4d8 | Author: AnHeuermann | Date: Mon Feb 1 14:52:35 2021 +0100 | | Fixing minimalTearing | | - Reversing lists that should be reversed so that equations and jacobians are in the same order | - Fixing wrong print for minimalTearing | | M OMCompiler/Compiler/BackEnd/Tearing.mo | M testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | * commit a609e5864759c6dda78d6fa39ebd8df11d27999b | Author: Niklas Worschech | Date: Thu Jan 28 11:39:20 2021 +0100 | | [OMSICpp] removed debug outpus, updated reference test results | | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/MatfileWriter.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/OMSUSystem.cpp | M testsuite/openmodelica/omsi/omsicpp/helloWorldOMSI_ref_res.mat | * commit 97930a8318e414b89352323638540d3c2fa52b9c | Author: Niklas Worschech | Date: Thu Jan 21 17:30:28 2021 +0100 | | [omsicpp] fixed duplicate result vars | | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OMSUSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/OMSUSystem.cpp | * commit c00b0459c7c201ce1d7859424c57682b257e1ef5 | Author: Adeel Asghar | Date: Mon Feb 1 14:29:02 2021 +0100 | | Fixes #7026. Do not set opacity to zero for polygon (#7120) | | M OMCompiler/Examples/generate_icons.py | * commit f7da54c4a58c9ef53b891f0a45831d1ab1bf2032 | Author: Adeel Asghar | Date: Mon Feb 1 14:26:28 2021 +0100 | | Add some more documentation about the python executable path (#7121) | | M doc/UsersGuide/source/media/omsens-window.png | M doc/UsersGuide/source/parametersensitivity.rst | * commit 854b3c4a7be678055e88d488092dbda0499bdc6a | Author: Per Östlund | Date: Mon Feb 1 11:30:45 2021 +0100 | | Don't allow checkModel on functions/packages | | - Refactor CevalScriptBackend.runFrontEndWork so that the check for | functions/packages is done regardless of which frontend is used. | - Remove case for functions in checkModel. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 141624bb4c8550df6e70b03e608656042056fd7c | Author: Adeel Asghar | Date: Mon Feb 1 11:23:17 2021 +0100 | | Highlight the active LibraryTreeItem (#7112) | | * Highlight the active LibraryTreeItem | | Fixes #7104 | | * Added an option to synchronize the with the ModelWidget | | * Show hide the scroll to button based on setting | | * Make the active item bold and modified item italic | | * Don't change the color of the items as this might lead to problems in different styles/themes | | * Add documentation | | M OMEdit/OMEditLIB/Modeling/ItemDelegate.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | M doc/UsersGuide/source/omedit.rst | * commit 263a0e58e8992a07e61db175462e2557949bbde3 | Author: hudson | Date: Fri Jan 29 18:25:27 2021 +0000 | | Updated libraries | * libraries e1a60ae...70e4ed0 (3): | > Bump libraries | > Bump libraries | > Bump libraries | | M libraries | * commit 4eaefd531d3e90ea7e5648586cff20c0fd2bca55 | Author: Per Östlund | Date: Wed Jan 27 13:01:16 2021 +0100 | | Fix BackendDAEOptimize.listAllIterationVariables | | - Change listAllIterationVariables to use for-loops instead of recursion | to avoid stack overflows. | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | * commit 7150e7f3449d1dbc91a91ae3c6ef4ab769bbb0f0 | Author: Lennart Ochel | Date: Wed Jan 27 12:27:23 2021 +0100 | | Fix manually rerouting of connections (on WSL?) (#7116) | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | * commit ae799cbf861fab958a28a4b1b2678e05d2d79265 | Author: Per Östlund | Date: Tue Jan 26 23:38:57 2021 +0100 | | Fix some backend performance issues | | - Copy the shared data in the DAE only once in | BackendDAEUtil.copyBackendDAE, instead of once for each equation | system. | - Rename copyEqSystemAndShared to copyEqSystemTraverser, since it no | longer copies Shared. | - Rewrite BackendDAEOptimize.warnAboutVars to not be recursive, to avoid | stack overflows. | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit a3487e0ddebc9d1f55fcd477c6f2c09010ac6d13 | Author: Per Östlund | Date: Tue Jan 26 16:41:35 2021 +0100 | | Avoid needless copy in solveInitialSystem | | - initdae0 is only used in two if-statements, so the first if-statement | should have the same condition as the second to avoid making a copy of | the initialization system when it's not going to be used. | | M OMCompiler/Compiler/BackEnd/Initialization.mo | * commit 1de1a93cd78f31c6e67d25eb2513f0a0218cc487 | Author: Adrian Pop | Date: Tue Jan 26 14:48:08 2021 +0100 | | a commit for tagging v1.18.0-dev, update README.md | | M README.md | * commit cc37e02380cb222c9aaca0d6afb493538e876ea1 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon Jan 25 16:39:39 2021 +0100 | | Adding test case for OMSimulator with KINSOL solver (#6787) | | Co-authored-by: Lennart Ochel | | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/testLoopsOverFMUs.mos | * commit 6781a9bb467c8c5e37c91aaf912c4a569e73c00e | Author: Lennart Ochel | Date: Mon Jan 25 15:44:32 2021 +0100 | | Update OMSimulator (#7109) | | M OMSimulator | * commit 17361aa9cf6b1fb72c7dfb8bc94ba3a79bf49345 | Author: Adeel Asghar | Date: Mon Jan 25 10:43:28 2021 +0100 | | Open both model and root system when creating a new SSP model (#7107) | | Fixes #7103 | | M OMEdit/OMEditLIB/OMS/ModelDialog.cpp | * commit 41cdb12818617f7d1d41fe286b9679006bd83687 | Author: Adeel Asghar | Date: Mon Jan 25 09:36:58 2021 +0100 | | Remove the instantiate button for SSP (#7101) | | Fixes #6258 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/TLM/TLMCoSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M doc/UsersGuide/source/omedit.rst | * commit 2dc6186520390e3a63809a0df874d1e5e6b5ecf1 | Author: hudson | Date: Sat Jan 23 18:21:54 2021 +0000 | | Updated libraries | * libraries 948ec80...e1a60ae (1): | > Bump libraries | | M libraries | * commit e35fddcb5c99e3aa6f749ea98e77d5a90b64349d | Author: Martin Sjölund | Date: Fri Jan 22 14:40:51 2021 +0100 | | Fix reconfigure in the Qt/testsuite jobs (#7099) | | M .CI/common.groovy | * commit 60f3fc167351de1a02d208cd70fd46ccce87109b | Author: Per Östlund | Date: Fri Jan 22 13:37:29 2021 +0100 | | Fix uninitialized value in NFEvalFunction | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | * commit b8eadb5525b13275cecdc15a8ca23c2b7ee9b670 | Author: AnHeuermann | Date: Wed Jan 13 16:03:31 2021 +0100 | | Replace CI test for CentOS6 with CentOS7 | | - CentOS6 reached end of live | | R082 .CI/cache-centos6/Dockerfile .CI/cache-centos7/Dockerfile | M .CI/common.groovy | M Jenkinsfile | * commit c2c52350cbb2be8a49c0400be6d09865bbffd714 | Author: AnHeuermann | Date: Thu Jan 21 16:18:24 2021 +0100 | | Fixing typos | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | * commit aafc86030b2f7046ba797049628a435ca0f3288c | Author: AnHeuermann | Date: Thu Jan 21 16:17:59 2021 +0100 | | Adding initEquations_lambda0 to DAE | | M OMCompiler/Compiler/BackEnd/DAEMode.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | * commit 9220249be4c779f5e2f10e9d62ad2e80eee37b0a | Author: Per Östlund | Date: Thu Jan 21 23:45:13 2021 +0100 | | Workaround for #7097 | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 116b44059e66f44d457de139f14abd39736f2add | Author: AnHeuermann | Date: Wed Jan 20 18:30:12 2021 +0100 | | Use normal initialization system if no lambda0 system was generated | | - Don't generate function for initialEquations_lambda0 if it's empty | - C runtime will use normal initialization system with lambda=0 if | no initialEquations_lambda0 was generated. | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | * commit 45fc378c21a4aa9fd9b5fa6cc9b65bdc79cdfdd2 | Author: hudson | Date: Wed Jan 20 18:21:43 2021 +0000 | | Updated libraries | * libraries 351764c...948ec80 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit b7c74ad1dbb5525befa1256debf5bf8e3bf75baa | Author: Lennart Ochel | Date: Wed Jan 20 15:18:31 2021 +0100 | | Fix typo in flag description | | M OMCompiler/Compiler/Util/Flags.mo | * commit 353923e878645cc5c88ae41a85ba3ac42d38e4da | Author: Martin Sjölund | Date: Wed Jan 20 15:51:50 2021 +0100 | | Update --std (#7087) | | * Added logic for MSL 4.0.x and 4.x.y | * Consider the 3.5 standard as released (it's a release candidate now) | | M OMCompiler/Compiler/Util/Config.mo | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/simulation/modelica/synchronous/EventClock.mos | M testsuite/simulation/modelica/synchronous/EventClock_cpp.mos | M testsuite/simulation/modelica/synchronous/WhenClocks.mos | M testsuite/simulation/modelica/synchronous/boolSubClocks.mos | * commit d67ca7df33d9ee95f62c587317ff4a17cc19112e | Author: Martin Sjölund | Date: Wed Jan 20 13:17:25 2021 +0100 | | Link omc with libffi | | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/configure.ac | * commit 305061b0d597db3aeb091d272a0ff6a5fdd6365d | Author: Per Östlund | Date: Wed Jan 20 13:38:05 2021 +0100 | | Fix case for enum in FlagsUtil.flagDataString | | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 03da1b5265d36d0374b5a5ff62d5ece7ebf1588d | Author: Adeel Asghar | Date: Tue Jan 19 19:33:11 2021 +0100 | | Let the user disable the new instantiation (#7089) | | Fixes #6316 | Since the new instantiation is on by default so set the flag `-d=nonewInst` if user wants to use the old instantiation. | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp | * commit 6d45949507ab5c1cf6830e4d4f9143394257d344 | Author: Per Östlund | Date: Tue Jan 19 16:36:26 2021 +0100 | | Fix unparsing of disabled debug flag | | - Prefix debug flags in FlagsUtil.unparseFlags with "no" if they're | disabled. | | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/openmodelica/interactive-API/getCommandLineOptions.mos | * commit f1f813af81f2d4c82e6c575004a17bb4d64d9fd6 | Author: arun3688 | Date: Tue Jan 19 16:13:25 2021 +0100 | | improve error handling messages and add new rules for csv input file | | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | * commit c8233fa62ad0c3e01be24d6e4f97134c02204a10 | Author: Adeel Asghar | Date: Mon Jan 18 16:01:20 2021 +0100 | | Enable the simulation output tab after starting the simulation (#7085) | | Fixes #6341 | | M OMEdit/OMEditLIB/Simulation/SimulationOutputHandler.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputHandler.h | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.h | M OMEdit/OMEditLIB/Simulation/SimulationProcessThread.cpp | M OMEdit/OMEditLIB/Simulation/SimulationProcessThread.h | * commit 971ba11e0a3345b05454a68a8a2b85d7f079e83d | Author: Adeel Asghar | Date: Mon Jan 18 15:34:27 2021 +0100 | | Made the recent files customizable through settings (#7084) | | Fixes #5961 | Default size is set to 15 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M doc/UsersGuide/source/omedit.rst | * commit cbdefcdd84c47694dde5523a9484c438ffa2c5da | Author: hudson | Date: Sun Jan 17 18:21:47 2021 +0000 | | Updated libraries | * libraries 6771e12...351764c (1): | > Bump libraries | | M libraries | * commit d731e9e71600c996daff1c4d08544a7152b76d3f | Author: hudson | Date: Sat Jan 16 18:22:30 2021 +0000 | | Updated libraries | * libraries 2f11a77...6771e12 (1): | > Bump libraries | | M libraries | * commit d5b2aa993dd030190f1610ede3eabbd63d5dc4a7 | Author: Adrian Pop | Date: Sat Jan 16 12:28:54 2021 +0100 | | fix win 32bit build | | M OMSens | * commit b5efb3cab915205aa7dbdc59bfb948b78bf692ce | Author: hudson | Date: Fri Jan 15 18:22:17 2021 +0000 | | Updated libraries | * libraries a3e2466...2f11a77 (1): | > Bump libraries | | M libraries | * commit f8ceac8e1cb025f1efdcc5e5bca76e7b3bd283b0 | Author: AnHeuermann | Date: Wed Jan 13 15:38:05 2021 +0100 | | Differentiate homotopy operator with lambda | | - Before we only diferentiated the actual expression. | Now we will differentiate lambda*actual + (1-lambda)*simplified. | - Added test case | - Homotopy no longer breaks differentation | | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | A testsuite/simulation/modelica/initialization/bug_6328.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/setNumberOfInitLambda.mos | * commit 6e46c80e991721e4ce0c6c4d642c6c693aec8067 | Author: Per Östlund | Date: Fri Jan 15 17:01:20 2021 +0100 | | Connection improvements | | - Implement splitting of connections in the Connection type rather than | doing it manually wherever it's needed. | - Mark the whole component including its children when marking a | component as present in an expandable connector. | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/NFFrontEnd/NFConnection.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectionSets.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M testsuite/flattening/modelica/scodeinst/ExpandableConnectorFlow2.mo | * commit 97b2e244ba96ba05884a0bb07b5aa07514dff60c | Author: arun3688 | Date: Thu Jan 14 16:08:54 2021 +0100 | | check input var is not type=T_ARRAY() | | M OMCompiler/Compiler/BackEnd/Initialization.mo | * commit 3de08775befcd3e6509aa8a49d7cda38a25354eb | Author: arun3688 | Date: Thu Jan 14 14:29:08 2021 +0100 | | fix ticket6262 | | M OMCompiler/Compiler/BackEnd/Initialization.mo | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/ticket6262.mos | * commit 2cb7e95cda9520b1204077342413b2248faef370 | Author: Adrian Pop | Date: Thu Jan 14 23:09:04 2021 +0100 | | workaround for #6301 | | M OMCompiler/Examples/generate_icons.py | * commit bc4debc409e5ebbeab0c49f747d19426f1b0cb85 | Author: AnHeuermann | Date: Thu Jan 14 18:38:16 2021 +0100 | | Only use try-catch block in fmi2GetXXX if needed | | Improve performance of fmi2GetXXX functions when called multiple times in a row. | | - Reduce duplicate code in fmi2GetXXX functions to update if the component | needs to be updated. | - Only call MMC_TRY_INTERNAL() if an update is needed. | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit 63e15e61e98d3fac7467656d66ce6a9fa896842f | Author: Per Östlund | Date: Thu Jan 14 15:05:39 2021 +0100 | | Improve handling of package constants | | - Try to fetch the binding of a package constant from its parent if it | doesn't have a binding and is a record field. | - Add case for cref in Expression.nthRecordElement that returns a new | cref instead of a record element expression. | - Disable collection of package constants in functions, since it doesn't | work properly anyway. | - Move collection of package constants before collection of functions, | so that function in package constants are also collected. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFPackage.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/Script/NFApi.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/flattening/modelica/scodeinst/PackageConstant3.mo | A testsuite/flattening/modelica/scodeinst/PackageConstant4.mo | * commit 7cd9aa39810b29e01014fa57d1b55e46b9fe71d8 | Author: Per Östlund | Date: Thu Jan 14 13:04:07 2021 +0100 | | Turn off vectorization of some builtin functions | | - Turn off vectorization for some non-vectorizable builtin functions | with special handling to make sure an error message is given if | they're called with vector arguments instead of just failing on them. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | * commit 09d3edc09e02965c45c1d0c687804cf631d4d9e0 | Author: Adeel Asghar | Date: Thu Jan 14 13:12:53 2021 +0100 | | Settings to generate debug symbols for FMUs (#6926) | | Fixes ticket:6158 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | * commit 0cd278d91370eaa40167cba6be699596630ab9d5 | Author: Adeel Asghar | Date: Thu Jan 14 13:08:59 2021 +0100 | | Close the simulation output window(s) on quit (#7074) | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit eb3c4d8cfd665df07fef8e74571d9dbe174710d3 | Author: Adeel Asghar | Date: Thu Jan 14 13:08:47 2021 +0100 | | clean up some redundant code (#7073) | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp | M OMEdit/OMEditLIB/Plotting/DiagramWindow.h | * commit 007380c0a6d75aa030e1a78fc671cc7fd15192bc | Author: Per Östlund | Date: Thu Jan 14 11:44:34 2021 +0100 | | Fix simplification of homotopy | | - Simplify homotopy in SimplifyExp instead of during typing, to avoid | vectorization issues. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | * commit 94acb2548252a8c980041d71d38d452cb6bfef4b | Author: hudson | Date: Wed Jan 13 18:23:39 2021 +0000 | | Updated libraries | * libraries bba712f...a3e2466 (1): | > Bump libraries | | M libraries | * commit d52e0fed4d6df2773c5c13a48f6018cd98bfdf00 | Author: Adeel Asghar | Date: Wed Jan 13 17:41:25 2021 +0100 | | Fix wrong clipping of exported PNG file (#7072) | | Fixes #6298 | | M OMEdit/OMEditLIB/Element/Element.cpp | * commit b3fba3db4fdb79bb50fe56ca1dad580d06eb3d2e | Author: Per Östlund | Date: Wed Jan 13 14:56:26 2021 +0100 | | Handle --replaceHomotopy flag | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M testsuite/flattening/modelica/others/Homotopy.mos | * commit 14d191b423adeb64334b7606001bcd9a2977e2f3 | Author: Per Östlund | Date: Wed Jan 13 14:32:11 2021 +0100 | | Sort local function components | | - Sort local components in functions based on their dependencies, and | check that there aren't any mutually dependent components. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/UnorderedSet.mo | A testsuite/flattening/modelica/scodeinst/FunctionCompOrder1.mo | A testsuite/flattening/modelica/scodeinst/FunctionCompOrder2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit a281635874e3d4e0aad8b6b7d12765388df0e170 | Author: Adeel Asghar | Date: Wed Jan 13 13:46:07 2021 +0100 | | Added a build process for OMSens on Windows (#7038) | | * Added a build process for OMSens on Windows | | * Build the omsens target | | M .CI/common.groovy | M Jenkinsfile | M Makefile.omdev.mingw | M OMSens | M OMSens_Qt | * commit 8e41f4f638681f558e283d8c7cdbcd5c183df612 | Author: hudson | Date: Tue Jan 12 18:21:58 2021 +0000 | | Updated libraries | * libraries 65e3f6e...bba712f (1): | > Bump libraries | | M libraries | * commit bace85d107f596a8b095c7f6d6ab41bb62a8aad3 | Author: arun3688 | Date: Tue Jan 12 16:36:41 2021 +0100 | | fix ticket #6296 | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile | A testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/ticket6296.mos | * commit 8b85d032ae3794daba1fd98e77e8398dff0c3383 | Author: Per Östlund | Date: Mon Jan 11 14:51:01 2021 +0100 | | Fix prefixing of record expressions | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | * commit b21e1eec1ff1cca20194f3538a3e47064ec728d8 | Author: Per Östlund | Date: Mon Jan 11 13:49:04 2021 +0100 | | Expand complex package constants. | | M OMCompiler/Compiler/NFFrontEnd/NFPackage.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/PackageConstant3.mo | * commit b44826f18de4a52a211b98767962349dfa872b8d | Author: hudson | Date: Sat Jan 9 18:21:42 2021 +0000 | | Updated libraries | * libraries afcff05...65e3f6e (1): | > Bump libraries | | M libraries | * commit 6db53cf9dfbaab14824c540f32b7e5129ca1eb52 | Author: hudson | Date: Tue Jan 5 18:22:29 2021 +0000 | | Updated libraries | * libraries f377555...afcff05 (1): | > Bump libraries | | M libraries | * commit 201edb2eefb6c6ff0410b9bf14c3dc66bdf9787c | Author: hudson | Date: Thu Dec 31 18:21:50 2020 +0000 | | Updated libraries | * libraries 2ea55cb...f377555 (1): | > Bump libraries | | M libraries | * commit 39a6bb22844c50a50d172141404bd13d008b526f | Author: hudson | Date: Tue Dec 29 18:21:50 2020 +0000 | | Updated libraries | * libraries 5148e79...2ea55cb (1): | > Bump libraries | | M libraries | * commit 0591e00b90b555acb695294bde51b7201e7eae67 | Author: Lennart Ochel | Date: Sun Dec 27 12:58:52 2020 +0100 | | Update OMSimulator (#7062) | | M OMSimulator | * commit ef5f916baa8d499b1d85434115d2cb1c7bf76ab4 | Author: hudson | Date: Sat Dec 26 18:21:09 2020 +0000 | | Updated libraries | * libraries 7dd9313...5148e79 (1): | > Bump libraries | | M libraries | * commit 868b628a698d3de84ca2cfda0aba5f577f4ee144 | Author: hudson | Date: Thu Dec 24 18:21:54 2020 +0000 | | Updated libraries | * libraries a379152...7dd9313 (1): | > Bump libraries | | M libraries | * commit e859126dfeb4b9e4ab46fac0c80e640f6d5fee19 | Author: hudson | Date: Wed Dec 23 18:21:31 2020 +0000 | | Updated libraries | * libraries 9a2aabb...a379152 (1): | > Bump libraries | | M libraries | * commit de8a123e260265af7284d78e5c6bfaee20abaac4 | Author: arun3688 | Date: Wed Dec 23 13:51:55 2020 +0100 | | update licentiate thesis | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | M doc/bibliography/phd.cite | * commit c2aa2d4e167ed1c9c0a13f71cbf4416981d72356 | Author: hudson | Date: Tue Dec 22 18:26:02 2020 +0000 | | Updated libraries | * libraries eb40bf5...9a2aabb (1): | > Bump libraries | | M libraries | * commit 819784a8022713b20a57e18b59c8180022a86f62 | Author: arun3688 | Date: Tue Dec 22 18:57:35 2020 +0100 | | update html report with correlation coefficient file (#7059) | | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | * commit b658a5fd07da10bdc59b689b4b9a8112df0fbb71 | Author: arun3688 | Date: Tue Dec 22 14:15:09 2020 +0100 | | implement correlation coefficient matrix (#7058) | | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M testsuite/openmodelica/dataReconciliation/DistillationTower.mos | M testsuite/openmodelica/dataReconciliation/FourFlows.mos | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/VDI2048Exple_Corelation_inputs.csv | M testsuite/openmodelica/dataReconciliation/Pipe1.mos | M testsuite/openmodelica/dataReconciliation/Pipe2.mos | M testsuite/openmodelica/dataReconciliation/Pipe3.mos | M testsuite/openmodelica/dataReconciliation/Pipe4.mos | M testsuite/openmodelica/dataReconciliation/Pipe5.mos | M testsuite/openmodelica/dataReconciliation/Pipe6.mos | M testsuite/openmodelica/dataReconciliation/Splitter.mos | M testsuite/openmodelica/dataReconciliation/Splitter1.mos | M testsuite/openmodelica/dataReconciliation/Splitter2.mos | M testsuite/openmodelica/dataReconciliation/Splitter3.mos | M testsuite/openmodelica/dataReconciliation/Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows10.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows8.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe10.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe11.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe8.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos | * commit b74c5314a8058788fec0c707c348bbfa366bcb2c | Author: Adrian Pop | Date: Sun Dec 20 03:27:47 2020 +0100 | | partial fix for #6287 and fix for #6288 | - replaceable not redeclare for default component value | - fix retrieval of redeclares via getElementModifierValues | - add tests with the models for both #6287 and #6288 | | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | A testsuite/openmodelica/interactive-API/DC_Drive.mo | A testsuite/openmodelica/interactive-API/DC_Drive2.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket6287and6288.mos | * commit 6916a8646b9e0a3bcef8dd69bf528e9a8b9fa0d0 | Author: Adrian Pop | Date: Sun Dec 20 01:15:41 2020 +0100 | | fix ticket #6300, use NF for getElementAnnotations if -d=nfAPI is on | - add Documentation record to Constants.mo | - add a test for the ticket | | M OMCompiler/Compiler/FrontEnd/Constants.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket6300.mos | * commit f7d1f96f881667d3e454bfd422e41872203b3d64 | Author: Adrian Pop | Date: Sat Dec 19 14:43:07 2020 +0100 | | Revert "Clean up Interactive/InteractiveUtil." | This reverts commit 467f446ca9314810b7c5bc40a86cdd991fa18cfd. | See #6290 | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Script/Binding.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Script/Refactor.mo | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/interactive-API/Bug3979.mos | M testsuite/openmodelica/interactive-API/GetComponents.mos | M testsuite/openmodelica/interactive-API/Modelica.Media.Examples.getComponents.mos | M testsuite/openmodelica/interactive-API/Ticket5565.mos | M testsuite/openmodelica/interactive-API/Ticket5662.mos | M testsuite/openmodelica/interactive-API/interactive_api_attributes.mos | M testsuite/openmodelica/interactive-API/interactive_api_classes.mos | M testsuite/openmodelica/interactive-API/interactive_test.mos | M testsuite/openmodelica/interactive-API/loadFileInteractiveQualified.mos | M testsuite/openmodelica/interactive-API/setComponentComment.mos | * commit 0e7708ce2b552d5673973a3e4f96058bdc6a9e70 | Author: Lennart Ochel | Date: Mon Dec 21 17:43:30 2020 +0100 | | Update OMSimulator (#7054) | | M OMSimulator | M testsuite/omsimulator/test03.mos | * commit 06d99fa422e14c709957f357f798a6597bc7e95a | Author: hudson | Date: Sun Dec 20 18:21:03 2020 +0000 | | Updated libraries | * libraries 1a8f4a6...eb40bf5 (1): | > Bump libraries | | M libraries | * commit 00309fd15959d47a1dffe6ec6470698aa7329079 | Author: hudson | Date: Sat Dec 19 18:20:55 2020 +0000 | | Updated libraries | * libraries 8de6bf0...1a8f4a6 (1): | > Bump libraries | | M libraries | * commit a3e19c61e3ee511db6cada71676e974636995816 | Author: Per Östlund | Date: Sat Dec 19 10:41:37 2020 +0100 | | Fix handling of fill | | - Forgot that functions are more than algorithms. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | * commit 2e7db4f7467b3bf503e276f6f6495144ac0c3a76 | Author: hudson | Date: Fri Dec 18 18:21:32 2020 +0000 | | Updated libraries | * libraries 9869652...8de6bf0 (1): | > Bump libraries | | M libraries | * commit 710cd2c747452b585e53759e4ab0bc202919abb0 | Author: Per Östlund | Date: Fri Dec 18 11:45:30 2020 +0100 | | Fix InstNode.scopeList for generated inners. | | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | * commit 39081a21256c514fb779d05d74449d0eb197b336 | Author: Per Östlund | Date: Fri Dec 18 11:33:33 2020 +0100 | | Relax variability check for fill in algorithms | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | * commit 7f6b8609029b6bae910b17bfae6aa1abfca57d9f | Author: Per Östlund | Date: Thu Dec 17 15:14:19 2020 +0100 | | Improve inner generation of components | | - Mark generated inner elements and use that to remove the outer prefix | from crefs involving generated inner components, and change the | instantiation scope of generated inner component to be the scope | they're declared in instead of the root class. | - Simplify the caching of generated inners by removing the TOP_SCOPE | cache type and use an UnorderedMap in the TOP_SCOPE node type instead. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/Script/NFApi.mo | A testsuite/flattening/modelica/scodeinst/InnerOuterMissing8.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 120d48b63055e4e3496f6808c49f52b4d4f3c17a | Author: Per Östlund | Date: Thu Dec 17 12:39:25 2020 +0100 | | Fix fill/ones/zeros | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | * commit 8b45ab9b729c016b3a6882d66e93ec0c04c71097 | Author: phannebohm | Date: Wed Dec 16 16:44:07 2020 +0100 | | Make use of temporary variable | | See commit eff10ba3e2f76c0ff559b911ab7b38a5bcb70cd9 | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit f2a72bab31f570e198b31ff5ac3af47fe57f9f86 | Author: hudson | Date: Wed Dec 16 18:21:08 2020 +0000 | | Updated libraries | * libraries fa08a0e...9869652 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit 98a55500f65f1ebefa8228d7df146f1e686a4f5b | Author: Per Östlund | Date: Wed Dec 16 16:14:40 2020 +0100 | | Improve error messages in OMCompiler/configure.ac | | M OMCompiler/configure.ac | * commit 6523749e1c4bdb9882f95c93a13ce10a62632626 | Author: Per Östlund | Date: Tue Dec 15 19:16:17 2020 +0100 | | Improve handling of fill/ones/zeros | | - Require that the arguments determining the dimension sizes of | fill/ones/zeros calls are evaluatable except in functions. | | M .openmodelica.aspell | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinFill2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit eff10ba3e2f76c0ff559b911ab7b38a5bcb70cd9 | Author: Per Östlund | Date: Wed Dec 16 12:53:36 2020 +0100 | | Avoid creating no-op cast expressions | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit a1be6689caf104e8c301c517a739b74e454f8d81 | Author: arun3688 | Date: Tue Dec 15 19:40:55 2020 +0100 | | update data reconciliation tests (#7041) | | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | M testsuite/openmodelica/dataReconciliation/Makefile | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows10.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows11.mo | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows6.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows8.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows9.mo | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/package.order | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows10_Inputs.csv | M testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows6_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows8_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows9_Inputs.csv | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows10.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows11.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows7.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows8.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows9.mos | * commit 667ae4b913e72eee5de2510ffe7f6fa272eec175 | Author: Per Östlund | Date: Tue Dec 15 16:40:26 2020 +0100 | | Add support for `uncertain` builtin attribute | | M OMCompiler/Compiler/FFrontEnd/FBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit 3e397f251ee01b081dc944a73cfc2d5fbb2612fa | Author: Per Östlund | Date: Tue Dec 15 16:18:55 2020 +0100 | | Improve conditional array type support | | - Improve type matching of conditional array types to better handle | various combinations involving binding expressions. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | * commit ec22ca05f6765c490ff136e12324e68e67670f87 | Author: AnHeuermann | Date: Tue Dec 15 14:17:08 2020 +0100 | | Fixing compilation error on MSVC | | - Error: cannot allocate an array of constant size 0 | - Make sure allocating size greater then 0 | | M OMCompiler/SimulationRuntime/c/simulation/solver/sundials_error.c | * commit 54a6a25ff0a6f8dbf9a2a7f2ce0e6b7a3f198644 | Author: Mahder Gebremedhin | Date: Mon Dec 14 15:55:17 2020 +0100 | | CMake improvments (#7040) | | @mahge | [cmake] Set arch. based library install directory. | 85775f3 | | - Initialize installation directories to GNUInstallDirs conventions. | | - Install omc generated libraries in "lib//omc/". | E.g. lib/x86_64-linux-gnu/omc | | - Install *ModelicaBuiltin.mo files to lib/omc. (That is where the exe | will look for them at the moment.) | | - Use CMAKE_LIBRARY_ARCHITECTURE as host_short (used in the configure | generated files. e.g config.unix.h) | | @mahge | [cmake] Remove -DNDEBUG from release builds (C). | 295627c | | - It was already done for C++ but forgotten for C. | | @mahge | [cmake] Fix generation of Autoconf.mo. | d152819 | | - There were some undefined configuration variables. | | @mahge | [cmake] Insist on ccache usage. | 45ff0e0 | | - ccache should be used with OpenModelica whenever possible. The main | reason being we compile C files that are generated from MetaModelica | files. These files sometimes might not have any changes but only a | new time stamp. | | @mahge | [cmake] Use the arch. based lib dir as rpath. | 34d5496 | | - We now install libs to an arch. based directory (e.g. x86_64-linux-gnu) | Use this as rpath. It was forgotten and not changed earlier. | | @mahge | [cmake] Increase the stack size. | 84fd35f | | - OMC requires large stack to be able to handle deep recursive calls. | | - Large stack is now enabled for the bootstrapped compiler (bomc). | This executable is what we use to translate MM files right now. | The problem of stack overflow manifests on CodegenCPP files which | have very long commented out lines. The TPL parser we have parses | comments using recursion. This causes stack overflow right now. | | If you need to, you can enable it the same way for the actual omc | that we compile (not just the bootstrapped one) by un-commenting the | target_link_options in the OMCompiler/Compiler/CMakeLists.txt | | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/boot/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit 25230191afa7a529552a3ba41bbd73c86a6977ac | Author: AnHeuermann | Date: Sat Dec 12 16:05:07 2020 +0100 | | Fix buffer overflow in Jacobian dump | | - Increase buffer size | - Use snprintf to fix security issue and prevent buffer overflow | | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/sundials_error.c | * commit 97adc965d88d03e88e1dd156cdda34fb01ec9675 | Author: Per Östlund | Date: Wed Nov 25 16:32:13 2020 +0100 | | Enable new frontend by default. | | M .CI/compliance.failures | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/openmodelica/dataReconciliation/TSP_Pipe10.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe11.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe8.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos | * commit 1a53775ae89eb0e926f460010df667fa4d2a7bc6 | Author: hudson | Date: Sun Dec 13 18:20:29 2020 +0000 | | Updated libraries | * libraries 6f1e5c9...fa08a0e (1): | > Bump libraries | | M libraries | * commit 92e97c5103d661fe028ba0f681838761164fd10d | Author: hudson | Date: Sat Dec 12 18:20:36 2020 +0000 | | Updated libraries | * libraries e257277...6f1e5c9 (1): | > Bump libraries | | M libraries | * commit 4997786a1394db2a4f2d407939e061b345ede3e2 | Author: hudson | Date: Fri Dec 11 18:20:21 2020 +0000 | | Updated libraries | * libraries 3381110...e257277 (1): | > Bump libraries | | M libraries | * commit c867ad176fa502c98e9b191d597e90749f25b56d | Author: Adeel Asghar | Date: Fri Dec 11 10:47:31 2020 +0100 | | Added simulation test with homotopy (#968) | | Added simulation test for Modelica code with homotopy operator | | Tests simulation flags `lv="LOG_NLS_V,LOG_INIT_HOMOTOPY"` | Use QSignalSpy with timeout for the simulation instead of QEventLoop | Call exit to make sure the simulation thread is finished properly | | M OMEdit/OMEditLIB/Simulation/SimulationOutputHandler.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationProcessThread.cpp | M OMEdit/Testsuite/BrowseMSL/BrowseMSL.cpp | M OMEdit/Testsuite/BrowseMSL/BrowseMSL.h | M OMEdit/Testsuite/Common/Testsuite.pri | M OMEdit/Testsuite/Diagram/Diagram.cpp | M OMEdit/Testsuite/Diagram/Diagram.h | A OMEdit/Testsuite/Homotopy/Homotopy.pro | A OMEdit/Testsuite/Homotopy/HomotopyTest.cpp | A OMEdit/Testsuite/Homotopy/HomotopyTest.h | A OMEdit/Testsuite/Homotopy/HomotopyTest.mo | M OMEdit/Testsuite/RunOMEditTestsuite.sh | M OMEdit/Testsuite/Testsuite.pro | M OMEdit/Testsuite/Transformation/TransformationTest.cpp | M OMEdit/Testsuite/Transformation/TransformationTest.h | * commit 6d0af093028c7eae3101b122e7cd74208ff152a9 | Author: Per Östlund | Date: Thu Dec 10 15:59:08 2020 +0100 | | Fix incorrect comment in flattenSimpleComponent. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 30527252c8f7b73676ec438daed03fd73194e7b3 | Author: AnHeuermann | Date: Tue Dec 8 14:24:23 2020 +0100 | | Correctly count number of homotopy steps | | - Count number of steps and not number of evaluations with different lambda | - Fixing testsuite | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M testsuite/flattening/modelica/modification/Bug3817.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos | M testsuite/simulation/modelica/equations/ticket-5206.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/initialization/bug_6001.mos | M testsuite/simulation/modelica/initialization/homotopy1.mos | M testsuite/simulation/modelica/initialization/homotopy2.mos | M testsuite/simulation/modelica/initialization/homotopy3.mos | M testsuite/simulation/modelica/initialization/homotopy4.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/homotopy5.mos | M testsuite/simulation/modelica/initialization/setNumberOfInitLambda.mos | * commit e3ed8474c0ba65909df6b48434814c83b96b8d92 | Author: hudson | Date: Wed Dec 9 18:22:19 2020 +0000 | | Updated libraries | * libraries dfef6df...3381110 (1): | > Bump libraries | | M libraries | * commit d60f32653e8384090277763b9b554a9c59b274cf | Author: Per Östlund | Date: Tue Dec 8 15:47:10 2020 +0100 | | Remove partest-link from partest | | - Remove support for the partest-link directive in partest, | depends should be used instead. | | M testsuite/openmodelica/typed-API/UriLookup.mos | M testsuite/partest/runtest.pl | * commit 74ee5966ff046b0936541abb3c938bd235c97569 | Author: AnHeuermann | Date: Tue Dec 8 19:08:15 2020 +0100 | | Reinitialize CS solver for fmi2Reset | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit ee1f19d904b69a7fdd8f3a8b6562598aa0a537d0 | Author: Adeel Asghar | Date: Wed Dec 9 12:11:30 2020 +0100 | | Remove the current connection when user cancels the operation (#7036) | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 9a3f6a9026c4efaf971c36873f8f5c7eb9cbc52d | Author: Adeel Asghar | Date: Wed Dec 9 10:29:29 2020 +0100 | | Use deleteLater instead of delete (#7035) | | M OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp | * commit b7edcac8cc05865c277a4303c8fd1c21ce1eb76d | Author: hudson | Date: Tue Dec 8 18:21:24 2020 +0000 | | Updated libraries | * libraries 802e7d8...dfef6df (1): | > Bump libraries | | M libraries | * commit df5af658bbdf13a54d4a5963d6ca9827cd618f9b | Author: Per Östlund | Date: Tue Dec 8 13:38:19 2020 +0100 | | Expand support for variable children. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | * commit 11cb38ed6bef714c8e68d07b065ccdeb44fd2ca0 | Author: Karim Abdelhak | Date: Tue Dec 8 11:06:19 2020 +0100 | | [NF] update non flattened records | | - only for new backend | - adds all elements to record as children | - mainly used for attributes | | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | * commit 1ddf691d09c99986ae360741979a44ac74b82c26 | Author: Adeel Asghar | Date: Tue Dec 8 11:01:58 2020 +0100 | | Do not add the items to the scene if there are no annotations (#7029) | | Fixes ticket #6271 | | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 4431c7539b6f2837c019a0b6d5d295992caab5f1 | Author: AnHeuermann | Date: Mon Dec 7 17:16:17 2020 +0100 | | Fix fmi2Reset for models with loops | | - Added testcase to testsuite/resetWithLoops.mos to test reset | without simulation run and with loops. | | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu_read_flags.c.inc | M testsuite/omsimulator/DualMassOscillator.mos | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/resetWithLoops.mos | M testsuite/omsimulator/test03.mos | * commit 6d7e7eaf714547c6e44435130a2bfb9de2d19ddf | Author: Mahder Gebremedhin | Date: Mon Dec 7 15:36:40 2020 +0100 | | Add tests for ticket #6099. (#7022) | | * Add tests for ticket #6099. | | - One of the test cases has been slightly modified to avoid division | by zero. | | - Annotation for printing debug info are removed for the tests. | | M testsuite/simulation/modelica/arrays/Makefile | A testsuite/simulation/modelica/arrays/ticket_6099.mo | A testsuite/simulation/modelica/arrays/ticket_6099.mos | * commit aadf214f807befe2d8cec19c3e447ba72cc16a67 | Author: arun3688 | Date: Mon Dec 7 15:12:22 2020 +0100 | | update journals and conference papers (#7027) | | M doc/bibliography/journals.cite | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | * commit f765c013862f24c6e3c287000c318c572509ac2e | Author: hudson | Date: Sun Dec 6 18:20:19 2020 +0000 | | Updated libraries | * libraries 5c19674...802e7d8 (1): | > Bump libraries | | M libraries | * commit 90b8e5f6c7948f7a0fff5dce745be9cd7817cca3 | Author: hudson | Date: Sat Dec 5 18:19:42 2020 +0000 | | Updated libraries | * libraries 0c1100d...5c19674 (1): | > Bump libraries | | M libraries | * commit 4353ee2eeb5f9872e12aec09b2cbd727a678923a | Author: phannebohm | Date: Sat Dec 5 14:37:35 2020 +0100 | | Fix typo | | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | * commit e8c9caf2a01701ad09a07505256763a5ba2d2f46 | Author: phannebohm | Date: Sat Nov 28 13:48:24 2020 +0100 | | [BE] Invert more functions and keep domain | | Whenever functions are inverted, their range is conserved by an assert, | effectively reducing the domain of the inverse function. This prevents | invalid inversion. | | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit a6293a82689176be15019f7fee8684decaa48565 | Author: hudson | Date: Fri Dec 4 23:04:05 2020 +0000 | | Updated libraries | * libraries 9f29661...0c1100d (2): | > Bump libraries | > bad uses of Physiolibrary 3.0.0 in Chemical library | | M libraries | * commit f20b1fdfea9a82d04a04f7e3b6eee41f9157aa3d | Author: Mahder Gebremedhin | Date: Fri Dec 4 21:19:28 2020 +0100 | | Add division by zero check for function code. (#7023) | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 621d1fec9395094fb420175b564d5cf420b3f1d3 | Author: Per Östlund | Date: Fri Dec 4 15:04:18 2020 +0100 | | Fix array constructor handling in old frontend | | - Fix simplification and evaluation of array constructors. | | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | * commit f33c31c8dffc907569c51447285c588891458567 | Author: Adeel Asghar | Date: Fri Dec 4 17:20:26 2020 +0100 | | Fix the OMSens plugin path (#7018) | | Update OMSens_Qt | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/MessagesWidget.cpp | M OMEdit/omc_config.h.in | M OMSens_Qt | * commit e4a3890b30425b7ef65fee1bd6b18ded279f352d | Author: Per Östlund | Date: Fri Dec 4 14:46:51 2020 +0100 | | Don't expand records with --newBackend. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit f6d7f171aa541f7e04d213343ace98b3d27a247d | Author: Adrian Pop | Date: Fri Dec 4 01:21:18 2020 +0100 | | fix #6179 link dynamically with -lstdc++ (#7017) | | M OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw | * commit 13529df753baac1f679e0066d75de119d718e5d1 | Author: Per Östlund | Date: Thu Dec 3 23:02:31 2020 +0100 | | Fix WhenCondition5 test case. | | M testsuite/flattening/modelica/scodeinst/WhenCondition5.mo | * commit ea90805dfb4abf31884cf5e110ff4caf22c6602e | Author: Mahder Gebremedhin | Date: Thu Dec 3 23:02:49 2020 +0100 | | Assume that we have Lapack on Windows. (#7011) | | @mahge | Assume that we have Lapack on Windows. | b8945da | | - We also Assume that the lapack we have provides the deprecated | lapack routines. | | | @mahge | Add error message for missing Lapack. | 9ede3c8 | | - If omc is not compiled with no lapack support make sure we print an | error if someone tries to use the empty lapack stub functions. | | - It seems lapack is actually mandatory for OMC at this point so maybe | we should just remove the stubs and let compilation omc fail if there | is no lapack. | | M OMCompiler/Compiler/runtime/lapackimpl.c | M OMCompiler/Compiler/runtime/omc_config.h | M OMCompiler/Compiler/runtime/systemimpl.c | * commit d4ac05bc130dd75f00b685becb11d55555876255 | Author: AnHeuermann | Date: Wed Dec 2 16:25:07 2020 +0100 | | Handle commonSubExpressions for quite complex equations | | - Handle complex equaitons where a function returns a tuple of records and the | records contain alias variables. So something like | `TUPLE(CALL(),RECORD()) = CALL()` | | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls8.mos | * commit f950f0fc0c36f5c4b7064cdeb933c96b3a759d96 | Author: AnHeuermann | Date: Tue Dec 1 15:20:49 2020 +0100 | | Add missing else for addConstantCseVarsToGlobalKnownVarHT | | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | * commit 0325f4b2b2372cddfb30ef7bf06302cb92c2985d | Author: AnHeuermann | Date: Fri Nov 27 11:17:12 2020 +0100 | | Update homotopy initialization and algebraic solvers documetnation | | - Added documentation to user's guide | | M doc/UsersGuide/source/conf.py | M doc/UsersGuide/source/extrarefs.bib | M doc/UsersGuide/source/solving.rst | * commit d7d5c1c6879882aaa5ce81ee286c0bc6577de82c | Author: AnHeuermann | Date: Fri Nov 27 09:42:16 2020 +0100 | | Fixing omc errors in UsersGuide | | M doc/UsersGuide/source/extrarefs.bib | M doc/UsersGuide/source/solving.rst | M doc/bibliography/extrarefs.bib | * commit 5d5caf4e3625261083c38e56def1f3bd8c946ee5 | Author: AnHeuermann | Date: Thu Nov 26 18:48:18 2020 +0100 | | Add WIP README, update conf.py to Python3 | | A doc/README.md | M doc/UsersGuide/README.md | M doc/UsersGuide/source/conf.py | M doc/UsersGuide/source/sphinxcontribopenmodelica.py | * commit fc3279e6ea0bb28d56afd30936bece6e409c07d6 | Author: Adeel Asghar | Date: Thu Dec 3 16:03:52 2020 +0100 | | Set the pointer to 0 after delete | | M OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp | M OMEdit/OMEditLIB/Git/GitCommands.cpp | M OMEdit/OMEditLIB/Modeling/MessagesWidget.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | * commit 2cf207fcda2a9912d96c482e07e27de1473a614c | Author: Per Östlund | Date: Thu Dec 3 15:11:53 2020 +0100 | | Forbid non-cref tuples. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/TupleInvalid4.mo | * commit 8e52ad27654b92e1277d51e41117368f7758559b | Author: arun3688 | Date: Thu Dec 3 15:37:05 2020 +0100 | | add error handling and improve html reports for dataReconciliation (#7010) | | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | M OMCompiler/SimulationRuntime/c/openmodelica_func.h | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest1_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest1_corrected.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest1_corrected_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetS_NL_Test1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/FlatSimpleExple.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/FourFlows_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit3.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_Q1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_Q2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_Q3.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_QP1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_QP2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_QP3.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/HalfSimpleCircuit.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/HalfSimpleCircuit_Q.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/HalfSimpleCircuit_QP.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/SimpleCircuit.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/SimpleCircuit_Q.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/SimpleCircuit_QP.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Modified_FourFlows.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_Sink.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_SourceQ.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_Splitter4.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_StaticDrum.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_TSP_Splitter5.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_TSP_Splitter6.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_TSP_Splitter7.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe1_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe2_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe3_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe4_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe5_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/Sources/Constante.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/Sources/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/Sources/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Connectors/InputReal.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Connectors/OutputReal.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Connectors/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Connectors/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/Sink.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/SinkQ.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/SourceQ.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Connectors/FluidInlet.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Connectors/FluidOutlet.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Connectors/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Connectors/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Junctions/Mixer2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Junctions/Splitter2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Junctions/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Junctions/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/PressureLosses/PipePressureLoss.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/PressureLosses/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/PressureLosses/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/BoundaryConditions/SourceP.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/BoundaryConditions/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Connectors/FluidInlet.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Connectors/FluidOutlet.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Connectors/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Functions/ThermoSquare.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Functions/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Functions/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/Connectors/InputReal.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/Connectors/OutputReal.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/Connectors/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/Connectors/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Junctions/Splitter2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Junctions/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/PressureLosses/PipePressureLoss.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/PressureLosses/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Units/DifferentialPressure.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Units/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Units/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/Sink.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/SinkP.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/SourceP.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/SourceQ.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Connectors/FluidInlet.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Connectors/FluidOutlet.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Connectors/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Connectors/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Junctions/Mixer2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Junctions/Splitter2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Junctions/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Junctions/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/PressureLosses/PipePressureLoss.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/PressureLosses/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/PressureLosses/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/package.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/package.order | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/RedundancyTestCase1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/RedundancyTestCase2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/RedundancyTestCase3.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit3.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_Q1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_Q2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_Q3.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_QP1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_QP2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_QP3.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter0.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter0_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter1_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter2_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter3_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter4_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter_corrected.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter_corrected_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum0.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum3.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum3_1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum3_old.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum4.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum4_1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum4_old.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum_noRecords.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows1_old.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows1_withRecord.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows5_old.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe2.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe8.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter3_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter4_Inv.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter4_old.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter8.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VolumeB.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VolumeB_noConstantEq.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VolumeB_noConstantEq1.mo | D testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/package.order | M testsuite/openmodelica/dataReconciliation/DistillationTower.mos | D testsuite/openmodelica/dataReconciliation/FlatSimpleExple.mos | M testsuite/openmodelica/dataReconciliation/FourFlows.mos | M testsuite/openmodelica/dataReconciliation/Makefile | D testsuite/openmodelica/dataReconciliation/Modified_FourFlows.mos | R095 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/DistillationTower.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/DistillationTower.mo | R077 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/FourFlows.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/FourFlows.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/LumpedStraightPipe.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/PT.mo | R085 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe1.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Pipe1.mo | R086 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe2.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Pipe2.mo | R086 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe3.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Pipe3.mo | R086 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe4.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Pipe4.mo | R086 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe5.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Pipe5.mo | R085 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe6.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Pipe6.mo | R075 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SingularPressureLoss.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/SingularPressureLoss.mo | R098 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Sink.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Sink.mo | R099 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SinkP.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/SinkP.mo | R098 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Source.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Source.mo | R099 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SourceP.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/SourceP.mo | R098 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SourcePQ.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/SourcePQ.mo | R098 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SourceQ.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/SourceQ.mo | R085 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter.mo | R095 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter1.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter1.mo | R095 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter2.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter2.mo | R095 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter3.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter3.mo | R096 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter4.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/Splitter4.mo | R066 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows.mo | R066 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows1.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows1.mo | R062 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows2.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows2.mo | R062 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows3.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows3.mo | R060 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows4.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows4.mo | R058 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows5.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows5.mo | R059 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows6.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows6.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_FourFlows7.mo | R064 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe.mo | R064 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe1.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe1.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe10.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe11.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe12.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe2.mo | R050 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe3.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe3.mo | R061 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe4.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe4.mo | R060 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe5.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe5.mo | R059 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe6.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe6.mo | R053 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe7.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe7.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe8.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Pipe9.mo | R054 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter1_Inv.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Splitter1.mo | R062 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter2.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Splitter2.mo | R062 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter3.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Splitter3.mo | R062 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter4.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Splitter4.mo | R057 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter5.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Splitter5.mo | R054 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter6.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Splitter6.mo | R070 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter7.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/TSP_Splitter7.mo | R074 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VDI2048Exple.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/VDI2048Example.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/VDI2048Example_Corrected.mo | R075 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VolumeATh.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/VolumeATh.mo | R091 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/package.mo testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/package.mo | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/package.order | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.DistillationTower_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.DistillationTower_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.FourFlows_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.FourFlows_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_Splitter4_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_Splitter4_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter5_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter5_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter6_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter6_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter7_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter7_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe1_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe1_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe2_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe2_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe3_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe3_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe4_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe4_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe5_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe5_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe6_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe6_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter1_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter1_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter2_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter2_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter3_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter3_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter4_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter4_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows1_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows1_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows2_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows2_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows3_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows3_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows4_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows4_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows5_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows5_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows6_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows6_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe1_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe1_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe2_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe2_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe3_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe3_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe4_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe4_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe5_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe5_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe6_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe6_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe7_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe7_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe8_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe8_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter1_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter1_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter2_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter2_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter3_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter3_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter4_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter4_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter5_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter5_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter6_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter6_Inputs.csv | R100 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter7_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter7_Inputs.csv | R093 testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.VDI2048Exple_Inputs.csv testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.VDI2048Exple_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows2_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows4_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows5_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows6_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_FourFlows7_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_Pipe10_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_Pipe11_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_Pipe2_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_Pipe8_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_Pipe9_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_Splitter5_Inputs.csv | A testsuite/openmodelica/dataReconciliation/NewDataReconciliationSimpleTests/resources/NewDataReconciliationSimpleTests.TSP_Splitter6_Inputs.csv | D testsuite/openmodelica/dataReconciliation/New_Splitter4.mos | D testsuite/openmodelica/dataReconciliation/New_TSP_Splitter5.mos | D testsuite/openmodelica/dataReconciliation/New_TSP_Splitter6.mos | D testsuite/openmodelica/dataReconciliation/New_TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/Pipe1.mos | M testsuite/openmodelica/dataReconciliation/Pipe2.mos | M testsuite/openmodelica/dataReconciliation/Pipe3.mos | M testsuite/openmodelica/dataReconciliation/Pipe4.mos | M testsuite/openmodelica/dataReconciliation/Pipe5.mos | M testsuite/openmodelica/dataReconciliation/Pipe6.mos | M testsuite/openmodelica/dataReconciliation/Splitter.mos | D testsuite/openmodelica/dataReconciliation/Splitter0.mos | M testsuite/openmodelica/dataReconciliation/Splitter1.mos | M testsuite/openmodelica/dataReconciliation/Splitter2.mos | M testsuite/openmodelica/dataReconciliation/Splitter3.mos | M testsuite/openmodelica/dataReconciliation/Splitter4.mos | D testsuite/openmodelica/dataReconciliation/Splitter_corrected.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows2.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows4.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows5.mos | D testsuite/openmodelica/dataReconciliation/TSP_FourFlows5_old.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows6.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe10.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe11.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe8.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos | D testsuite/openmodelica/dataReconciliation/TSP_Splitter8.mos | M testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos | * commit 2f0145fcd0530c84ba85cbe328b2d4dfce43a303 | Author: Per Östlund | Date: Thu Dec 3 13:45:01 2020 +0100 | | Improve when-condition error checking | | - Unify error checking for when-conditions in when-equations and | when-statements. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/flattening/modelica/scodeinst/WhenCondition4.mo | A testsuite/flattening/modelica/scodeinst/WhenCondition5.mo | * commit 691f9c5c4a0b7611e1dcca08bf3e350bbb1f84be | Author: Mahder Gebremedhin | Date: Thu Dec 3 11:29:30 2020 +0100 | | Fix for Ticket #6099 (#7009) | | @mahge | Fix ticket #6099 | 5aea2aa | | - Cast literal to appropriate OMC type. | | index_t (a.k.a. modelica_integer) is long long. Literals in C take the | first type that they can fit in. For small literals this is 'int'. | | It would have been all fine, if we were not sending these literals as | parameters to functions that have variadic arguments. va_list of | arguments are 'parsed' by the functions assuming the inputs are of | type modelica_integer (or index_t, or similar). | | So depending on what compiler and arch we are on, this seems to cause | issues because the arguments are parsed with the wrong size. | | @mahge | Use 'modelica_integer' instead of plain 'int'. | acc1332 | | - This is important if the variable is, at some point, passed to some | of our runtime function that have variadic arguments. They split | arguments expecting a modelica_integer (a.k.a long long) type. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit f877feaade58d5662666ede00d56d6eb6ebddf17 | Author: Per Östlund | Date: Wed Dec 2 18:47:57 2020 +0100 | | Add check for when-condition variability | | - Check that when-conditions are discrete-time expressions. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/WhenCondition1.mo | A testsuite/flattening/modelica/scodeinst/WhenCondition2.mo | A testsuite/flattening/modelica/scodeinst/WhenCondition3.mo | A testsuite/flattening/modelica/scodeinst/WhenCondition4.mo | * commit 83cc3d578088d64754d9d0a7253ca7e68072c506 | Author: Adrian Pop | Date: Wed Dec 2 20:09:06 2020 +0100 | | small howto checkout a specific version (#7008) | | M README.md | * commit aa3317f58fa878ebb47e5667643bed0e160ba514 | Author: Adeel Asghar | Date: Wed Dec 2 10:56:07 2020 +0100 | | Sync OMEdit translations with source code | | M OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/Resources/nls/OMEdit_de.ts | M OMEdit/OMEditLIB/Resources/nls/OMEdit_es.ts | M OMEdit/OMEditLIB/Resources/nls/OMEdit_fr.ts | M OMEdit/OMEditLIB/Resources/nls/OMEdit_it.ts | M OMEdit/OMEditLIB/Resources/nls/OMEdit_ja.ts | M OMEdit/OMEditLIB/Resources/nls/OMEdit_ro.ts | M OMEdit/OMEditLIB/Resources/nls/OMEdit_ru.ts | M OMEdit/OMEditLIB/Resources/nls/OMEdit_sv.ts | M OMEdit/OMEditLIB/Resources/nls/OMEdit_zh_CN.ts | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit 354df18ceb69ab22d42872a4fab21d321fbbba23 | Author: Adeel Asghar | Date: Wed Dec 2 09:44:24 2020 +0100 | | beginRemoveRows takes parent item as argument | | M OMEdit/OMEditLIB/Debugger/Breakpoints/BreakpointsWidget.cpp | M OMEdit/OMEditLIB/Debugger/Locals/LocalsWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | * commit b2b2bfb69bfda91db5e9a74109634fbefcb7aa10 | Author: Adeel Asghar | Date: Tue Dec 1 16:30:52 2020 +0100 | | Don't return something from a void function | | Removed some unnecessary functions from Element.h | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/Element.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit d3ff21556793750adf9aa47b0f2b5f8db3243f29 | Author: Francesco Casella | Date: Wed Dec 2 00:41:11 2020 +0100 | | Fixed illegal use of pre(continuous_var) | | M testsuite/special/FmuExportCrossCompile/WaterTank.mo | * commit b1f7c4e5d09aad87f8c1b969c58503a0d7780a9c | Author: Adrian Pop | Date: Wed Dec 2 11:23:45 2020 +0100 | | fix Linux builds, fix make install, test make install (#7002) | | M .CI/common.groovy | M Makefile.in | * commit 11e397d859e0d22d0cae78d032e60a26d68229c6 | Author: Adeel Asghar | Date: Tue Dec 1 14:55:11 2020 +0100 | | Validate and load the text when switching between models | | Fixes ticket:6162 and ticket:6248 | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit a6556d3209c291e02f98f654318f1f9b9083e9e8 | Author: Per Östlund | Date: Tue Dec 1 11:54:11 2020 +0100 | | Fix #6252 | | - Remove the input prefix from inputs with bindings if the binding | is moved to an equation. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/TopLevelInputs2.mo | * commit 990310b9f54993575b5b3c88eb8045a9b962cc3d | Author: Martin Sjölund | Date: Tue Dec 1 11:38:58 2020 +0100 | | Fix some potential issues with thread synchronization in the opc-ua server (#6996) | | M OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.c | * commit fcb7971e95bcc3caaee4b2e04a0b2d7b951b67de | Author: Mahder Gebremedhin | Date: Mon Nov 30 13:16:06 2020 +0100 | | Update 3rdParty to master. | | - It was left pointing to another branch on OMCompiler-3rdParty. | | M OMCompiler/3rdParty | * commit 13d67eee94b2a394e1828b8988cb5bf29369028a | Author: Mahder Gebremedhin | Date: Tue Nov 24 13:51:53 2020 +0100 | | [cmake] Remove -DNDEBUG from release builds. | | - We have a number of assert() calls with side effects. They get removed | on release builds with -DNDEBUG. | | - Until we remove all these asserts with side effects we disable removal | of assert on release builds by manually removing the flag from CMake's | compilation commands. | | M OMCompiler/CMakeLists.txt | * commit 8dd0f227294828d020772319eb15866d2fc3c724 | Author: Mahder Gebremedhin | Date: Mon Nov 23 22:10:13 2020 +0100 | | [cmake] Link omc with -rdynamic | | - The error functions (e.g. omc_assert_warning) from loaded shared libraries | are mapped to the omc executables own error functions. | In order to support this the omc exe should export its symbols. | | M OMCompiler/Compiler/CMakeLists.txt | * commit 6a4e2045ae5468b36c692a7d98ac9c6695da42c9 | Author: Mahder Gebremedhin | Date: Fri Nov 20 20:22:28 2020 +0100 | | [cmake] Compile with fno-ipa-pure-const. | | - OMC will segfault (at least on Windows old OMDev) on very deep | recursive calls if this flag is enabled. E.g., try translating the | CodegenCpp* tpl files to mo files with an omc compiled without | this flag. The tpl parser is quite recursive and will segfault on parsing | comments with very long lines ~300. *CPP tpl files have lines longer | than that. | GCC manual says it is enabled on levels -O and higher. Explicitly | disable it if we are using MINGW. | | We will see if it is needed for MSVC as well. | | - I will try to improve the TplParser a bit with new MetaModelica | constructs. It can use some performance improvements. | | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/boot/CMakeLists.txt | * commit 4795a3f332dce86f0fab548334f9280b406b51be | Author: Mahder Gebremedhin | Date: Fri Nov 20 20:11:41 2020 +0100 | | [cmake] Add new source UnorderedMap to list. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | * commit 42bfb161d6b1685fa3c5ed9bba44e7a527793182 | Author: Mahder Gebremedhin | Date: Mon Nov 30 12:05:43 2020 +0100 | | Cleanup installation directory specifiers. (#6989) | | - Let us specify the installation directories from top level rules. | | Do not modify installation directories internally if it is not absolutely | necessary. | | M OMCompiler/3rdParty | M OMCompiler/Compiler/boot/Makefile.in | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | * commit b23dde892d3ff1ea30a31967d3814c3057022414 | Author: hudson | Date: Sun Nov 29 18:19:36 2020 +0000 | | Updated libraries | * libraries 0562e52...9f29661 (1): | > Bump libraries | | M libraries | * commit 4c291412faadf4fe06661861450a8f99de7e6cc9 | Author: phannebohm | Date: Fri Nov 27 20:50:31 2020 +0100 | | Fix ticket #6171 (#6990) | | * Fix ticket #6171 | | TODO generalize to all inverse functions | | * [BE] Dont't evaluate inverse functions with noEvent | | When a function is inverted inside an if equation with a noEvent | condition, we computed the inverse function anyways, which lead to | problems when arguments were outside the domain of the function. | | This is prevented now by having the local auxiliary variables inside | an if block with the corresponding condition. | This should also work for nested conditions. | | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/simulation/modelica/nonlinear_system/nlsTestPackage.mo | * commit 309ea46b731684e3526945d6e6252c9839c8886d | Author: hudson | Date: Fri Nov 27 18:20:37 2020 +0000 | | Updated libraries | * libraries ebd7cdf...0562e52 (1): | > Bump libraries | | M libraries | * commit 782d8ca6f4bc708bbbda95b87debfb4d24dabf06 | Author: Per Östlund | Date: Fri Nov 27 13:46:56 2020 +0100 | | Improve error handling of inner/outer. | | - Give an error and fail if a simulation model contains a top-level | outer, since the model should only be usable as part of another model | in that case (unless doing checkModel). | - Give an error and fail if a simulation model has a missing inner | component and also a top-level element with the same name, since the | generated inner would then conflict with the existing element. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/InnerOuterMissing1.mo | M testsuite/flattening/modelica/scodeinst/InnerOuterMissing2.mo | M testsuite/flattening/modelica/scodeinst/InnerOuterMissing5.mo | M testsuite/flattening/modelica/scodeinst/InnerOuterMissing6.mo | A testsuite/flattening/modelica/scodeinst/InnerOuterMissing7.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit b616440186ca21c7cb0d1c60c50676ff17b46328 | Author: AnHeuermann | Date: Wed Nov 25 17:08:14 2020 +0100 | | Don't use matchcontinue for tearing traverseComponents1 | | - Issue explicit error when giving illegal value for maxSizeNonlinearTearing or maxSizeLinearTearing | | M OMCompiler/Compiler/BackEnd/Tearing.mo | M testsuite/openmodelica/debugDumps/dumpSparsePatternLin.mos | M testsuite/simulation/modelica/daemode/testDAEScaling.mos | M testsuite/simulation/modelica/linear_system/NPendulum.mos | M testsuite/simulation/modelica/linear_system/NPendulum40.mos | M testsuite/simulation/modelica/linear_system/analyticJacProblem3.mos | M testsuite/simulation/modelica/linear_system/problem2.mos | M testsuite/simulation/modelica/linear_system/problem3.mos | * commit 67bec2f83f28c028bbe51bca3c0b2cdd92af3b3f | Author: hudson | Date: Thu Nov 26 18:21:29 2020 +0000 | | Updated libraries | * libraries 304edb6...ebd7cdf (1): | > Bump libraries | | M libraries | * commit d65c71f0d81e617f2539d0f6aea8d9b48c6c10dd | Author: Adrian Pop | Date: Wed Nov 25 19:50:00 2020 +0100 | | remove debug printout during bootstrapping | | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit f94ff9109e249585c7d846bb6df90ddde0502dd2 | Author: AnHeuermann | Date: Wed Nov 25 18:29:12 2020 +0100 | | Mallocing int and typecasting to unsigned int | | - Solves: warning: Result of 'malloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int' | if you run clang with --analyze | - Int and unsigned int don't necessarily have the same size | | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit 5e89191a9b0acd6dd061f4a61ca207863c297eb8 | Author: Karim Abdelhak | Date: Wed Nov 25 20:22:05 2020 +0100 | | [FE] update expHasCref | | - do not count pre(cr) as occurence of cr | - related to issue #6977 | | M OMCompiler/Compiler/FrontEnd/Expression.mo | * commit 8a89142e450076e2356f0ee28ee8110e68400908 | Author: hudson | Date: Wed Nov 25 18:26:02 2020 +0000 | | Updated libraries | * libraries 5767e11...304edb6 (1): | > Bump libraries | | M libraries | * commit b6fd115e658ed8857ec382d7429b1c746c22ec6e | Author: Per Östlund | Date: Wed Nov 25 16:06:13 2020 +0100 | | Remove translation files for omc. | | - Remove the translation files for omc that translate e.g. error | messages and other strings in the compiler. They are badly out of date | which causes issues such as error messages that uses the wrong string, | and we currently do not have the resources to maintain them. | | M OMCompiler/Compiler/Translation/Makefile | M OMCompiler/Compiler/Translation/README | D OMCompiler/Compiler/Translation/de.po | D OMCompiler/Compiler/Translation/es.po | D OMCompiler/Compiler/Translation/sv.po | * commit 0c67e1d3f32006c4e57d46fc4baf4a783f239d0e | Author: Karim Abdelhak | Date: Wed Nov 25 18:06:39 2020 +0100 | | [Template] context based equation handling | | - solves ticket #6977 | - new function that takes a context and calls the correct equation create function (for now only jacobian/normal) | - used inside if equations to actually create jacobian if equations (seems to never have been used because it couldn't work) | - small fix in backend to have correct size of if equations in advanced adjacency matrices | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit f5ad9af3310eeda2e7feccc2236619e43eddfd88 | Author: AnHeuermann | Date: Thu Nov 19 15:44:02 2020 +0100 | | Remove compiler flag addTimeAsState | | - Use --postOptModules+=addTimeAsState instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Translation/de.po | M OMCompiler/Compiler/Translation/openmodelica.pot | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 1d9aa2f4e238133eab977679abc4fccc14b91e11 | Author: AnHeuermann | Date: Thu Nov 19 13:16:50 2020 +0100 | | Remove compiler flag cseBinary | | - Use --postOptModules+=cseBinary instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Translation/de.po | M OMCompiler/Compiler/Translation/openmodelica.pot | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/simulation/modelica/commonSubExp/cse2_comSubExp.mos | * commit 7f8c9fa02d5085ff9bfbf2895aeeceb022567b5d | Author: AnHeuermann | Date: Wed Nov 18 17:40:51 2020 +0100 | | Remove compiler flag cseCall and cseEachCall | | - Use --preOptModules-=removeEqualRHS instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/simulation/modelica/commonSubExp/cse2_comSubExp.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall7.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall8.mos | * commit ea846dac49b1e2d50ee34770bcb4360155f47947 | Author: AnHeuermann | Date: Wed Nov 18 16:53:03 2020 +0100 | | Remove compiler flag disableSimplifyComplexFunction | | - Use --postOptModules-=simplifyComplexFunction/--initOptModules-=simplifyComplexFunction instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 0dceabb11ccf5ae46a9924d4c75deb02859766dd | Author: AnHeuermann | Date: Wed Nov 18 16:48:50 2020 +0100 | | Remove compiler flag addScaledVarsInput | | - Use --postOptModules+=addScaledVars_inputs instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/simulation/modelica/others/TestNormVar.mos | * commit ab3b29214ded357bedc09540f3b7a62882ed85aa | Author: AnHeuermann | Date: Wed Nov 18 16:08:36 2020 +0100 | | Remove compiler flag addScaledVars | | - Use --postOptModules+=addScaledVars_states instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/simulation/modelica/others/TestNormVar.mos | * commit 6ba155267dcd2d85277dc38ec0827775a4d90115 | Author: AnHeuermann | Date: Wed Nov 18 15:51:43 2020 +0100 | | Remove compiler flag reduceDynOpt | | - Use --postOptModules+=reduceDynamicOptimization instead | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/openmodelica/cruntime/optimization/basic/reduce1.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | * commit e094eec58ac242f883943b28fff5d374d89117e6 | Author: AnHeuermann | Date: Wed Nov 18 15:31:12 2020 +0100 | | Remove compiler flag disablePartitioning | | - Use --preOptModules-=clockPartitioning instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit d767f1e092d827c5ea26a298300c3868038178e6 | Author: AnHeuermann | Date: Wed Nov 18 15:23:43 2020 +0100 | | Remove compiler flag disableComSubExp | | - Use --preOptModules-=comSubExp instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 958ea954d946de07b1683e327f4b5e220963e62d | Author: AnHeuermann | Date: Wed Nov 18 15:20:12 2020 +0100 | | Remove compiler flag addDerAliases | | - Use --preOptModules+=introduceDerAlias instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos | * commit 8980c56b24af183c21ad5ff26dc9bb2031bfbaa9 | Author: AnHeuermann | Date: Wed Nov 18 15:11:42 2020 +0100 | | Remove compiler flag evalConstFuncs | | - Use --preOptModules+=evalFunc instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/simulation/modelica/functions_eval/functionTest3_elseif.mos | * commit b286051ce4a7b687d64f422f36add791d09924fa | Author: AnHeuermann | Date: Wed Nov 18 15:01:40 2020 +0100 | | Remove compiler flag onRelaxation | | - Use --postOptModules+=relaxSystem instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit aaf775e0e34a3af9543a2f4cc43a6e9776327196 | Author: AnHeuermann | Date: Wed Nov 18 13:26:03 2020 +0100 | | Remove compiler flag disableLinearTearing | | - Use --maxSizeLinearTearing=0 instead. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 180473f988392d346e65d500349cfd6bc580f066 | Author: AnHeuermann | Date: Tue Nov 24 17:08:59 2020 +0100 | | sh script for OMSICpp uses dots in name | | - workaround to get OMSICpp running on Linux with modelanmes containing dots | | M OMCompiler/Compiler/Template/CodegenFMU.tpl | * commit 05b05085bbfe4cfef2deadc7542cb1ad366c7c18 | Author: AnHeuermann | Date: Tue Nov 24 16:35:51 2020 +0100 | | Reapplying 7fc85eb for C++ runtimes | | - Fixing undefined behaviour in codegen of array reduction. | | Old commit message: | There was a condition variable that was never assigned to that caused | the C-compiler to either assume the reduction always failed, always | succeeded or at runtime get random memory that made the choice. | The variable and superfluous check have been removed. | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | * commit ebd255f7fb37b55c9e3fcce192eb541d5622bc03 | Author: Adeel Asghar | Date: Wed Nov 25 11:18:03 2020 +0100 | | Check for replaceable feature when making the replaceable drop down (#6981) | | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | * commit 6cf0e309529bca2c0baaa0ad1be88f0d3279f3d5 | Author: hudson | Date: Tue Nov 24 18:24:55 2020 +0000 | | Updated libraries | * libraries 8ecef2f...5767e11 (1): | > Bump libraries | | M libraries | * commit 6d23817b629df3b3955f3714ab05dfd6dc6c13cd | Author: Per Östlund | Date: Tue Nov 24 17:14:03 2020 +0100 | | Clean up Absyn.Path function in AbsynUtil a bit | | - Add pathSetFirstIdent. | - Change behaviour of pathSetLastIdent to replace the last identifier | with a string instead of a path, since that's what the name implies | and also how it's actually used. | - Change behaviour of pathContains to take a string identifier instead | of a path and rename it pathContainsIdent, since that's how it's used. | - Remove pathReplaceIdent and change the only use of the function to use | pathSetLastIdent instead, since that's what it did. | - Remove unused and rather specialized functions pathTwoLastIdents, | prefixOptPath, and pathReplaceFirstIdent. | | M OMCompiler/Compiler/BackEnd/EvaluateFunctions.mo | M OMCompiler/Compiler/FFrontEnd/FCore.mo | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/InstFunction.mo | M OMCompiler/Compiler/FrontEnd/SCodeSimplify.mo | * commit 637d5adedc75061482ef357ef98c24fa645eb30b | Author: Adeel Asghar | Date: Mon Nov 23 21:11:11 2020 +0100 | | Call deleteLater for GraphicsViews when unloading a class (#6975) | | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | * commit 0b558b507b0c5b44156cb72d0430084c1e20e20f | Author: Adeel Asghar | Date: Mon Nov 23 15:15:18 2020 +0100 | | Fixes ticket:6234 check if the ModelWidget is NULL (#6974) | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit d8931f2029acc187d54ad827ae7c640b50f9dc6a | Author: hudson | Date: Sat Nov 21 18:20:13 2020 +0000 | | Updated libraries | * libraries 926660e...8ecef2f (1): | > Bump libraries | | M libraries | * commit 0ad86cb4dbc15df19c0a653d8f38af1e849a4893 | Author: Per Östlund | Date: Fri Nov 20 19:47:15 2020 +0100 | | Give error for extends loop. | | - Give error for a model extending from one of the scopes it's defined | in. | | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | A testsuite/flattening/modelica/scodeinst/ExtendsLoop1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 34a1da0a24cb60c363e323d2d71206305ebcd5fc | Author: Mahder Gebremedhin | Date: Wed Nov 18 18:57:51 2020 +0100 | | Refactor lapack defines. | | - Instead of defining NO_LAPCK (if we have no lapack) we define | HAVE_LAPACK (only if we have lapack). | | - We also define HAVE_LAPACK_DEPRECATED if the lapack we have has the | deprecated functions. | | - Maybe it is time to require lapacke and use the C header interface | instead of defining them as external functions. | | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Compiler/runtime/config.unix.h.in | M OMCompiler/Compiler/runtime/lapackimpl.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/configure.ac | M OMCompiler/m4/lapack.m4 | * commit bfb775ef5aabb0fbc2fa7523ebca646200932b0f | Author: hudson | Date: Fri Nov 20 18:21:20 2020 +0000 | | Updated libraries | * libraries e955321...926660e (1): | > Bump libraries | | M libraries | * commit 67dcd94b5f527d868b86cd30f3c8e2b6d11480fc | Author: Martin Sjölund | Date: Fri Nov 20 12:29:15 2020 +0100 | | Generate short paths in bootstrapping sources (#6972) | | M OMCompiler/Compiler/boot/MakeSources.mos | M OMCompiler/Compiler/boot/Makefile.common | M OMCompiler/Compiler/runtime/printimpl.c | M OMCompiler/Parser/parse.c | * commit cd16c3fc400a29f4e2f18d4bfee3c48d5848220b | Author: Martin Sjölund | Date: Wed Nov 18 13:40:11 2020 +0100 | | Update ModelicaExternalC | | M OMCompiler/3rdParty | * commit 1cb103499c4f1885eac4b897fee92484da0f9d0d | Author: Martin Sjölund | Date: Wed Nov 18 16:25:20 2020 +0100 | | Support ModelicaWarning in C++/OMSI runtimes | | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/ModelicaUtilities.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaUtilities.cpp | M OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | M OMCompiler/SimulationRuntime/cpp/Include/ModelicaUtilities.h | * commit d14cb0cc87c49ec9cacab2c1b0befa82f59ab1ac | Author: Per Östlund | Date: Thu Nov 19 17:07:23 2020 +0100 | | Get rid of dummy arguments to Vector.new. | | - Remove the dummy argument to Vector.new and use the new way of | specifying type variables in the call instead. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/Util/AdjacencyList.mo | M OMCompiler/Compiler/Util/SBPWLinearMap.mo | M OMCompiler/Compiler/Util/UnorderedMap.mo | M OMCompiler/Compiler/Util/Vector.mo | * commit 4d01c9b59eef9804e921b4c2209ee1928f61efd9 | Author: Mahder Gebremedhin | Date: Thu Nov 19 17:40:58 2020 +0100 | | Remove copy_typename_array_data functions. (#6968) | | | @mahge | Remove copy_%type%_array_data functions generation | 5f1ce5b | | - These functions are replaced by %type%_copy_array_data macros. | | - The definitions of the actual functions will be removed in subsequent | commits. | | @mahge | Update bootstrapping sources. | 45bfb8e | | - Some array related functions have been removed from the simulation | runtime library. The bootstrap sources are updated to not use or | generate those functions. | | - The commit 467f446 has also removed | about 48K LOC from bootstrapping sources. So this is good. | | @mahge | Remove copy_type_array_data functions. | 7a23be0 | | - These functions are replaced by %type%_copy_array_data macros. | | - The code generators have already been updated to generate the new | interface. | | @mahge | Fix ParModExp sources. | e746c4a | | - The functions copy__array_data functions are removed and replaced | by macros to simple_array_copy_data. | | - So here we overload that function to use the different opencl device | arrays as needed. | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/ComponentReference.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Expression.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FBuiltin.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Graph.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Inline.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil_includes.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive_includes.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/List.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/List.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/Main.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Main_includes.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/Patternm.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/StateMachineFlatten.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Static.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Types.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Util.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Util.h | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.cpp | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.cpp | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.h | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.cpp | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.h | M OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp | M OMCompiler/SimulationRuntime/c/util/boolean_array.c | M OMCompiler/SimulationRuntime/c/util/boolean_array.h | M OMCompiler/SimulationRuntime/c/util/integer_array.c | M OMCompiler/SimulationRuntime/c/util/integer_array.h | M OMCompiler/SimulationRuntime/c/util/read_write.c | M OMCompiler/SimulationRuntime/c/util/real_array.c | M OMCompiler/SimulationRuntime/c/util/real_array.h | M OMCompiler/SimulationRuntime/c/util/string_array.c | M OMCompiler/SimulationRuntime/c/util/string_array.h | * commit fbff63f8a8810f20d32b444c5f612a585be4c9de | Author: Mahder Gebremedhin | Date: Thu Nov 19 13:43:13 2020 +0100 | | Remove array_element_addr functions (#6965) | | | @mahge | Update bootstrapping sources. | c19c379 | | - This is done because the old bootstrapping sources used to generate | functions that we will remove in the next commits. | | That is it does not use those functions but it generates code that | needs those functions. | | The code generator has been fixed already but the bootstrap sources | were not removed. So we update them now. | | @mahge | Remove forgotten obsolete function generation. | f88c3c3 | | - This slipped the changes last time. | | @mahge | Remove boolean_array_element_addr functions. | 46fcc5f | | - They are replaced by boolean_array_get() macros. | | @mahge | Remove string_array_element_addr functions. | 39f60c4 | | - They are replaced by string_array_get() macros. | | @mahge | Remove integer_array_element_addr functions. | c40f5af | | - They are replaced by integer_array_get() macros. | | @mahge | Remove real_array_element_addr functions. | 79c4c51 | | - They are replaced by real_array_get() macros. | | @mahge | Remove generic_array_element_addr functions. | 4e1b44f | | - They are replaced by <%typename%>_array_get() macros. | | This macros basically expand to | | `generic_array_get(&src, sizeof(<%typename%>), ...)` | | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynToSCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Algorithm.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Config.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ElementSource.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExecStat.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Expression.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Inst.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstDAE.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstSection.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Main.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Static.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Tpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Types.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroMQ.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroMQ.h | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/util/boolean_array.c | M OMCompiler/SimulationRuntime/c/util/boolean_array.h | M OMCompiler/SimulationRuntime/c/util/generic_array.c | M OMCompiler/SimulationRuntime/c/util/generic_array.h | M OMCompiler/SimulationRuntime/c/util/integer_array.c | M OMCompiler/SimulationRuntime/c/util/integer_array.h | M OMCompiler/SimulationRuntime/c/util/real_array.c | M OMCompiler/SimulationRuntime/c/util/real_array.h | M OMCompiler/SimulationRuntime/c/util/string_array.c | M OMCompiler/SimulationRuntime/c/util/string_array.h | * commit 5defbb39a5ec3d66201399ea2927911d6f34950e | Author: Mahder Gebremedhin | Date: Tue Nov 17 15:55:55 2020 +0100 | | Remove the CodegenSparseFMI generator. | | - This generator was added by | 15a8310b36d185b60fd374b939bb4ac9163630f4 | | It has not had any (relevant) updates or fixes since then apart from | making sure it compiles when other irrelevant changes were introduced | to other components of the compiler. | | - If it turns out it is used by someone, you can just revert this commit. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/.cmake/template_compilation.cmake | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | D OMCompiler/Compiler/Template/CodegenSparseFMI.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit ac1e467c067c04d4f46c9d325b158a92d41ec15c | Author: Mahder Gebremedhin | Date: Tue Nov 17 16:04:19 2020 +0100 | | Remove the CodegenModelica generator. | | - This generator is marked as obsolete. | | - We could have probably left this one be for now considering that it | is quite small and seems to be useful if used. | | However, it is already marked as obsolete. | Plus we will forget it and end up never removing it. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/.cmake/template_compilation.cmake | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | D OMCompiler/Compiler/Template/CodegenModelica.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/special/MatlabTranslator/LoadCompilerSources.mos | * commit 075462ad624db18b85ec5b87ff7f71c4236c0635 | Author: Mahder Gebremedhin | Date: Tue Nov 17 15:19:26 2020 +0100 | | Remove the CodegenJava generator. | | - This generator is marked as obsolete. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/.cmake/template_compilation.cmake | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | D OMCompiler/Compiler/Template/CodegenJava.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/special/MatlabTranslator/LoadCompilerSources.mos | * commit 4c8c7b10a491e687bb986b4aae244d213291d859 | Author: Mahder Gebremedhin | Date: Tue Nov 17 15:08:57 2020 +0100 | | Remove the CodegenAdevs generator. | | - This generator is marked as obsolete. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/.cmake/template_compilation.cmake | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | D OMCompiler/Compiler/Template/CodegenAdevs.tpl | M OMCompiler/Compiler/Template/CodegenSparseFMI.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/special/MatlabTranslator/LoadCompilerSources.mos | * commit ba37f90f891eb03b363aeb744be3b58dfd791617 | Author: Mahder Gebremedhin | Date: Tue Nov 17 14:56:53 2020 +0100 | | Remove the CodegenCSharp generator. | | - This generator is marked as obsolete. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/.cmake/template_compilation.cmake | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | D OMCompiler/Compiler/Template/CodegenCSharp.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/special/MatlabTranslator/LoadCompilerSources.mos | * commit a2d38d04cafe6f7daa739a832dfdb5f02bba4689 | Author: hudson | Date: Wed Nov 18 19:26:48 2020 +0100 | | Updated libraries | * libraries 02d34f6...e955321 (1): | > Bump libraries | | M libraries | * commit 3d08d6995d8d4917dba1444067b9722105d96a31 | Author: Per Östlund | Date: Wed Nov 18 17:34:06 2020 +0100 | | Fix UnorderedMap.addUnique. | | M OMCompiler/Compiler/Util/UnorderedMap.mo | * commit 67e9701e919f7ffeccfc0d8b5fca9077726f468c | Author: Adeel Asghar | Date: Wed Nov 18 16:57:16 2020 +0100 | | Disconnect inherited classes (#6964) | | * Disconnect the signals once the model is redrawn | | * Remove the existing inherited classes | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | * commit 09c5b61d8de254739e52261fbc5bbbffb66bcba0 | Author: Adeel Asghar | Date: Wed Nov 18 09:57:57 2020 +0100 | | OriginItem paint event is called even before we set visible false | | For such OriginItem shape we don't have GraphicsView so check for NULL. | | M OMEdit/OMEditLIB/Element/CornerItem.cpp | * commit dccc1e893a78a86d95857f67a2ef4e813622e5d2 | Author: Per Östlund | Date: Wed Nov 18 14:41:35 2020 +0100 | | Fix #6231 | | - Construct a hash map from the variables in the flat model and use it | during connection handling when looking up variable attributes, | instead of using the instance tree where the attributes have not been | flattened. | | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | A testsuite/flattening/modelica/scodeinst/InStreamArray.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 8b81faf14990bf864796df4223f96ee86944abcd | Author: Per Östlund | Date: Wed Nov 18 14:01:59 2020 +0100 | | Data structures improvements | | - New hash table implementation UnorderedMap. | - Small updates to UnorderedSet. | - Some more functions for Vector. | | A OMCompiler/Compiler/Util/UnorderedMap.mo | M OMCompiler/Compiler/Util/UnorderedSet.mo | M OMCompiler/Compiler/Util/Vector.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 27eb076c672a1f826bf423c00c8988bd538bf929 | Author: Martin Sjölund | Date: Wed Nov 18 13:26:49 2020 +0100 | | Add ModelicaWarning from the 3.4 specification (#6958) | | M OMCompiler/SimulationRuntime/c/ModelicaUtilities.h | M OMCompiler/SimulationRuntime/c/util/ModelicaUtilities.c | * commit 45ee605efc9916c92ebb26c9a9249976a22fcd4e | Author: Lennart Ochel | Date: Wed Nov 18 08:39:31 2020 +0100 | | Update OMSimulator (#6956) | | M OMSimulator | M testsuite/omsimulator/test03.mos | * commit a96e99926d45badcc3d49ef873382ad9a8931bec | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Nov 17 23:30:47 2020 +0100 | | Free partially initialized linear systems for fmi2Reset (#6951) | | * Check if pointers are NULL before accessing them | | - Fixes segmentation fault while freeing linear systems that are not fully initialized | - Check if parDynamicData is allocated, is NULL otherwise | | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/c/util/jacobian_util.c | * commit 467f446ca9314810b7c5bc40a86cdd991fa18cfd | Author: Per Östlund | Date: Tue Nov 17 20:59:13 2020 +0100 | | Clean up Interactive/InteractiveUtil. | | - Move utility functions from Interactive to InteractiveUtil and remove | ~8 KLOC of duplicated code. | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Script/Binding.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Script/Refactor.mo | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/interactive-API/Bug3979.mos | M testsuite/openmodelica/interactive-API/GetComponents.mos | M testsuite/openmodelica/interactive-API/Modelica.Media.Examples.getComponents.mos | M testsuite/openmodelica/interactive-API/Ticket5565.mos | M testsuite/openmodelica/interactive-API/Ticket5662.mos | M testsuite/openmodelica/interactive-API/interactive_api_attributes.mos | M testsuite/openmodelica/interactive-API/interactive_api_classes.mos | M testsuite/openmodelica/interactive-API/interactive_test.mos | M testsuite/openmodelica/interactive-API/loadFileInteractiveQualified.mos | M testsuite/openmodelica/interactive-API/setComponentComment.mos | * commit aab0aff456122f8696d58f8ec2101e5c444c3be7 | Author: Per Östlund | Date: Tue Nov 17 16:40:07 2020 +0100 | | Clean up List. | | - Remove List.mapFoldTuple since using it was mostly just a sign of | tuple misuse. | - Remove List.mapFoldListTuple for the same argument and the fact that | it wasn't used anywhere. | - Remove List.threadTuple in favour of List.zip that does the same | thing, and rename List.thread3Tuple => List.zip3. | - Remove List.first2FromTuple3 since it wasn't used and not a list | function anyway. | - Move List.foldcallN to Util since it's not a list function. | | M OMCompiler/Compiler/BackEnd/BackendInline.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/OpenTURNS.mo | M OMCompiler/Compiler/FrontEnd/Inline.mo | M OMCompiler/Compiler/FrontEnd/Patternm.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/FrontEnd/StateMachineFlatten.mo | M OMCompiler/Compiler/MidCode/DAEToMid.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Graph.mo | M OMCompiler/Compiler/Util/List.mo | M OMCompiler/Compiler/Util/Util.mo | M testsuite/openmodelica/bootstrapping/ExpressionTest.mo | M testsuite/openmodelica/bootstrapping/SimplifyTest.mo | M testsuite/openmodelica/bootstrapping/UtilTest.mo | M testsuite/openmodelica/bootstrapping/UtilTest.mos | * commit 2f6f01a515b0e9dbf9ea867e18c26da9e0c9fbb4 | Author: hudson | Date: Tue Nov 17 18:21:33 2020 +0000 | | Updated libraries | * libraries d38e336...02d34f6 (1): | > Bump libraries | | M libraries | * commit 6ef71eea6b75793aef023385cc8145a618b813a2 | Author: Mahder Gebremedhin | Date: Tue Nov 17 14:30:15 2020 +0100 | | Cmake improvments (#6952) | | @mahge | Explicitly add libint include dirs to libraries. | 3078aac | | - On MacOS the linitl headers seem to not be in the standard system | include path. | It is a good idea to explictly state needed include dirs anyway. | | - I will write a proper cmake imported target for libintl soon. Until | then it is "old cmake" way of things. | | @mahge | Make Lapack usage optional. | f666b9a | | - Since we need deprecated lapack functions and those might not be | available everywhere it is a good idea to make lapack optional now. | | | @mahge | No need to mark files as generated. | 8bf10fc | | - The files are listed as OUTPUT of a custom command. CMake is smart | enough to deduce that they are "compile time generated" files. There | is no need to explicitly state it. | | @mahge | [cmake] Disable building of sundials examples | 0236727 | | - There is no need to build (and install) them. | | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Parser/.cmake/omc_antlr_target_macros.cmake | M OMCompiler/Parser/CMakeLists.txt | * commit 24027156278464db424515472efd513b44c7783c | Author: Martin Sjölund | Date: Mon Nov 16 21:12:05 2020 +0100 | | Add an --interactivePort flag to force ZMQ to set a port (#6949) | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/Util/ZeroMQ.mo | M OMCompiler/Compiler/runtime/zeromqimpl.c | * commit f64484135fd9c9779323ee351c1539f9c7981eb1 | Author: Per Östlund | Date: Mon Nov 16 14:14:02 2020 +0100 | | Calculate purity when typing expressions. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFPrefixes.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit fa0147dca7dacc455e1f6aa3e310aeeba190b178 | Author: Per Östlund | Date: Mon Nov 16 14:19:25 2020 +0100 | | Revert part of b2811ee. | | - Put back the `instPartial` flag in Inst.instantiate, it shouldn't be | tied to the relaxed content. | | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | * commit 25a593d19fdfe368e8d65e9b2d2f90921e02a8dc | Author: Mahder Gebremedhin | Date: Mon Nov 16 14:46:20 2020 +0100 | | Cmake improvments (#6945) | | @mahge | Make building lp_solve optional. | 7f7b5f6 | | - lp_solve needs bison and flex. These are not available in our | build-dep packages or docker files we distribute. So make this optional | for now. | | @mahge | TplCodegen.mo generated in Compiler/susan_codegen. | 315ea5b | | - TplCodegen.tpl is located in Compiler/susan_codegen. So we generate | it in that folder and use it from there. No need to copy it to | Compiler/template like the normal Makefiles do. | | @mahge | Generate revision.h from cmake. | fc76fbb | | @mahge | Autoconf.mo.omdev.mingw also needs to be generated | a0accc0 | | - Autoconf.mo.omdev.mingw now needs generation as well. Not just copy | only. | | M OMCompiler/.cmake/omc_utils.cmake | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit b4fad1a2dea8f867c0af21b6fa4a31a7ac9fb809 | Author: AnHeuermann | Date: Fri Nov 13 17:44:21 2020 +0100 | | Use dim number of iterations for iterative linear solvers used by SUNDIALS | | - Only use no preconditioning with KINSOL and SPBCGS | - Use dim number of iterations for iterative sovlers used by IDA and KINSOL | in C and C++ runtimes. | | Use more itearation steps for iterative linear solvers used with SUNDIALS | | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/Kinsol.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | * commit f24be147de66bee43d1f613a27848c401923bf67 | Author: AnHeuermann | Date: Fri Nov 13 13:56:16 2020 +0100 | | Formatting Kinsol.cpp | | - Slightly more easy to read and understand | | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | * commit c2ca16213991aac333d597d5d4be09deb41da830 | Author: Adrian Pop | Date: Mon Nov 16 12:55:47 2020 +0100 | | gather more info for #6146 (#6943) | | M testsuite/libraries-for-testing/Makefile | * commit 6e5a5454a5438e970758134be2145d5847f88cc3 | Author: Martin Sjölund | Date: Mon Nov 16 09:15:32 2020 +0100 | | Update detection of sundials in the build directory (#6942) | | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | * commit dc1bf4d713d47eb98317e5421c64bc814bd36cd1 | Author: Martin Sjölund | Date: Sun Nov 15 12:41:49 2020 +0100 | | Fix copying of sundials libraries (#6933) | | Some OSes use lib64, some use lib, some use lib/x86_64-linux-gnu. | And some use different paths in the package builder for the OS. | | M OMCompiler/Makefile.common | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | * commit 6cc808caf5750b513083ab74c6a5df7a0c92b40e | Author: hudson | Date: Sat Nov 14 18:19:56 2020 +0000 | | Updated libraries | * libraries c9f7a63...d38e336 (3): | > Bump libraries | > Bump libraries | > fix not found Buildings 8.0.0, used by build//DisHeatLib 1.2.uses | | M libraries | * commit 67a2673f5da6c3076e801e4210aa22427d128b34 | Author: Mahder Gebremedhin | Date: Fri Nov 13 23:33:41 2020 +0100 | | Update meta modelica sources of cmake (#6940) | | - The commits | b2811ee57f53565bf173d985e74bd0ad211858d3 | 0a1f647f86409159537387619829fd8268cd3997 | | added/removed some meta modelica sources. | | - The list used for cmake is now updated to match the list from | LoadCompilerSources.mos | | - I need to add a CI job for cmake. | | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | * commit 7b37c3a7c1d073f06b3cea1d81dc9ade42eba65b | Author: Adrian Pop | Date: Fri Nov 13 22:41:30 2020 +0100 | | add test for #5662 (#584) | | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/RedBoxIssue.mo | A testsuite/openmodelica/interactive-API/Ticket5662.mos | * commit 61f1eefe2dbed37af645e5236be158cdb9bda293 | Author: Mahder Gebremedhin | Date: Fri Nov 13 21:54:29 2020 +0100 | | Add header and function check macros. (#6937) | | - omc_check_function_exists_and_define | | Checks if a sub-standard function exists. | e.g checks "ctime_s" and defines HAVE_CTIME_S to 1 or 0 | | - omc_check_functions_exist_and_define_each | | Checks a list of sub-standard functions and defines HAVE_* for each one. | | - omc_check_header_exists_and_define | | Checks if a sub-standard header file exists. | e.g checks "unistd.h" and defines HAVE_UNISTD_H to 1 or 0 | "." and "/" in input names are changed to underscore | e.g check(sys/socket.h) -> HAVE_SYS_SOCKET_H | | - omc_check_headers_exist_and_define_each | | Checks a list of sub-standard header files and defines HAVE_* for each one. | | A OMCompiler/.cmake/omc_check_exists.cmake | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/.cmake/template_compilation.cmake | M OMCompiler/Compiler/runtime/CMakeLists.txt | * commit d68b30ba02c4d09ec5f210e29a82eb462a90ed51 | Author: Per Östlund | Date: Fri Nov 13 18:21:10 2020 +0100 | | Fix redeclaration of dimensions. | | - Store the scope of a dimension in raw dimensions so that redeclared | dimensions can be instantiated in the correct scope. | | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RedeclareDim1.mo | A testsuite/flattening/modelica/scodeinst/RedeclareDim2.mo | * commit ad576537f111e038836c98bd1990cfc61a1d4cb1 | Author: Per Östlund | Date: Fri Nov 13 15:52:33 2020 +0100 | | More simplification of if-expressions. | | - Simplify `if condition then true else false` to `condition`. | - Simplify `if condition then false else true` to `not condition`. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos | * commit fdd22fba6aa4ccee6962f58227d9897811505b3c | Author: Per Östlund | Date: Fri Nov 13 15:15:33 2020 +0100 | | Use runFrontEnd instead of Inst.instantiateClass. | | - Use runFrontEnd instead of Inst.instantiateClass in some of the | script functions, since using instantiateClass directly can cause some | issues, doesn't load packages automatically, and forces the old | frontend to be used. | - Added optional `transform` flag to runFrontEnd to run | DAEUtil.transformationsBeforeBackend at the end. | - Change the dumpXMLDAE tests to use the new frontend. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M testsuite/openmodelica/xml/BB.mos | M testsuite/openmodelica/xml/Bug3857.mos | M testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mo | M testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/openmodelica/xml/testMSD.mos | * commit b2811ee57f53565bf173d985e74bd0ad211858d3 | Author: Per Östlund | Date: Fri Nov 13 14:43:02 2020 +0100 | | Improve instantiation context handling. | | - Rename Typing.ExpOrigin to InstContext and move it to a separate | package, since it has outgrown its original role. | - Propagate InstContext to more places in the instantiation and use | InstContext.RELAXED to relax some error checking instead of checking | for flag such as nfAPI. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NFFrontEnd/NFImport.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A OMCompiler/Compiler/NFFrontEnd/NFInstContext.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFPackage.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 59cfd11bbddeb849fe943bcaff4c36982bdb6f19 | Author: phannebohm | Date: Fri Nov 13 13:26:20 2020 +0100 | | Clean up a bit (#6927) | | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 7047b47692b089b8274a1ec69fa92f2401c09ca4 | Author: phannebohm | Date: Fri Nov 13 13:24:59 2020 +0100 | | [SimCode] refactor simVarString (#6727) | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit b9715590d5d81b2ab32f6f0b863bf27d653dbaf1 | Author: phannebohm | Date: Fri Nov 13 13:23:34 2020 +0100 | | Clean up stale variables (#858) | | M OMCompiler/SimulationRuntime/c/linearization/linearize.cpp | * commit 4e1621adf72ed56964bfdaac69fdd6c3e99c129f | Author: AnHeuermann | Date: Fri Nov 13 12:11:35 2020 +0100 | | Fix typo in issue template | | M .github/ISSUE_TEMPLATE/bug_report.md | * commit e3a33226361a14a448d5c91be52d943e13827b84 | Author: Martin Sjölund | Date: Fri Nov 13 13:14:13 2020 +0100 | | Improve handling of the class loader (#6930) | | Return true/false if there is a numerical version. And otherwise only | check the versionExtra. | | Fixes #6174 | | M OMCompiler/Compiler/runtime/systemimpl.c | M testsuite/flattening/modelica/mosfiles/TestLoadModel.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/common.mos | M testsuite/simulation/libraries/common/ModelTesting.mos | * commit 2d54abfc2c58829a3c821b643a36b85e6aeba8b5 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon Nov 9 20:31:36 2020 +0100 | | Add issue templates | | With this we can get more consistent bug reports. | | A .github/ISSUE_TEMPLATE/bug_report.md | * commit 0fc625878235b97ca1e0aad8a6009d580afebe51 | Author: Martin Sjölund | Date: Fri Nov 13 11:49:24 2020 +0100 | | Add a flag for ZMQ to listen on all interfaces (#6931) | | `-d=zmqDangerousAcceptConnectionsFromAnywhere` because this really is | a dangerous thing to do. It is acceptable in docker/etc though which is | the intended use-case. | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/Util/ZeroMQ.mo | M OMCompiler/Compiler/runtime/zeromqimpl.c | * commit 62d884440c06408f6978424d7bc4263c3a45bab1 | Author: Mahder Gebremedhin | Date: Thu Nov 12 18:54:25 2020 +0100 | | Normalize array get functions. (#6925) | | @mahge | Normalize array get functions. | 2239e6d | | - Use the generic_array_get function for al types. | | - If this works out we can remove most *_array_element_address functions | and simplify simrt array methods a bit. | | @mahge | Specialized get functions for 1 and 2 dimensions. | c5e8240 | | - Added *_array_get1 and *_array_get2 for 1 and 2 sized dimensions | respectively. | This is just to avoid variadic ap lists for this common array | cardinalities. | | @mahge | Remove one _array_element function generation. | 67b9724 | | - We remove them one by by to simplify debugging since tests will | probably fail at some point. | | @mahge | Remove more *_array_element_addr generations. | 5273e69 | | @mahge | Remove more *_array_element_addr generations. | 370485c | | @mahge | Remove generic_array_element_addr generations. | 7a63655 | | | @mahge | Test failed successfully! | c2785ac | | -The test was supposed to fail but was passing so it was marked as | "failing". Now it fails as expected but it fails at runtime instead | of Flattening where it was expected to fail ideally I guess. | | M .CI/compliance.failures | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/SimulationRuntime/c/util/generic_array.c | M OMCompiler/SimulationRuntime/c/util/generic_array.h | * commit 30a833ad00f44cd7057d3ad0b530ff58a59fbcb0 | Author: AnHeuermann | Date: Thu Nov 12 16:25:07 2020 +0100 | | updating 3rdParty for ed7d72e | | M OMCompiler/3rdParty | * commit 443e3bf7bdeccb683377bc997d1d2611c93f63a2 | Author: Adeel Asghar | Date: Thu Nov 12 10:53:39 2020 +0100 | | Use assert instead of Q_ASSERT | | Q_ASSERT does nothing in release mode | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit ed7d72eb7e2b84fe2b9dff9f04ca40d20987f2e4 | Author: AnHeuermann | Date: Wed Nov 11 14:30:37 2020 +0100 | | Add test for CentOS6 to Jenkinsfile | | - Some minor fixes in Makefiles to work with CMake 2.8 | - Added Dockerfile for el6.amd with git and zip to .CI/ | - Changed common.buildOMC() to have Cpp runtime build/test optional | | A .CI/cache-centos6/Dockerfile | M .CI/common.groovy | M Jenkinsfile | M OMCompiler/Makefile.common | * commit cafcb06c93f4c91a97aee51abb0e86f69ed5769a | Author: AnHeuermann | Date: Wed Nov 11 14:29:49 2020 +0100 | | Update sundials in 3rd-Party to use CMake 2.8 | | M OMCompiler/3rdParty | * commit 1733358b0ac30cb552af76192dd6a1d4d5b4aed5 | Author: Per Östlund | Date: Thu Nov 12 01:39:38 2020 +0100 | | Fix bad check in Typing.checkAssignment. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit de29026379408aa98c03f7b40c8d71ae7bb59961 | Author: Per Östlund | Date: Wed Nov 11 18:49:18 2020 +0100 | | Fix comment placement in SCodeDumpTpl | | - Comments go after equations/statements, not after `then`. | | M OMCompiler/Compiler/Template/SCodeDumpTpl.tpl | * commit aead3d10776255ca653c3db88f596ab8fc6e6e9e | Author: Per Östlund | Date: Wed Nov 11 16:27:45 2020 +0100 | | Add missing low-hanging error checks | | - Check that initial() is used correctly in when-equations, and change | the error message to not begin with unnecessary "The standard says | that ...". | - Check that return is only used inside functions and break only inside | while- and for-loops. | - Check for assignment to constants, parameters outside of initial | algorithm sections and function inputs. | - Add message that implicit iteration ranges are not implemented for | reductions and array constructors instead of just failing silently. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/equations/WhenNotInitial.mo | A testsuite/flattening/modelica/scodeinst/AssignConstant1.mo | A testsuite/flattening/modelica/scodeinst/AssignInput1.mo | A testsuite/flattening/modelica/scodeinst/AssignParameter1.mo | A testsuite/flattening/modelica/scodeinst/Break1.mo | A testsuite/flattening/modelica/scodeinst/Break2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/flattening/modelica/scodeinst/RedeclareFunction1.mo | A testsuite/flattening/modelica/scodeinst/Return1.mo | A testsuite/flattening/modelica/scodeinst/Return2.mo | A testsuite/flattening/modelica/scodeinst/WhenInitial2.mo | A testsuite/flattening/modelica/scodeinst/WhenInitial3.mo | * commit f10cce619922ed88f6e993f46a333d1cc68f6b3b | Author: Per Östlund | Date: Wed Nov 11 17:06:59 2020 +0100 | | Fix dumpXMLDAE when using the NF | | - Make sure the NF is not enabled while running dumpXMLDAE since it | still uses the old frontend. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 1c153a9d4d89f42ef25b06607afe10f26cd48bfd | Author: Adeel Asghar | Date: Wed Nov 11 15:40:18 2020 +0100 | | Call update when shapes are resized | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | * commit 9403273362747d45eb544ec1fdf51c416c4bb936 | Author: Mahder Gebremedhin | Date: Wed Nov 11 14:48:13 2020 +0100 | | CMake improvments (#6896) | | @mahge | Add missing susan template target. | b5b4271 | | - This was working because the normal OpenModelica compilation generated | the mo file from the tpl file. The CMake compilation was just picking | that one and never complained. | | @mahge | [cmake] Generate OpenModelicaScriptingAPI.mo | 64eed1d | | - This was missing. CMake compilation worked only because the normal | OpenModelica compilation generated this file. The CMake compilation | was just picking up that file and never complained. | | @mahge | [cmake] Move Dynload_omc.cpp to omcruntime lib. | 423c76e | | - It was in omcbackendruntime. It seems like it "belongs" in omcruntime. | | @mahge | [cmake] Remove omparse-boot. | 2f1a1f4 | | - It is not needed. We are trying a different approach for bootstrapping | | @mahge | Move some scripting API functions to CevalScript. | e215985 | | - This were in CevalScriptBackend.mo before. The reason they were in there | was that the original plan for bootstrapping with the CMake config | was to not use the bootstrap tarball. Instead the plan was to use | the latest C source files of the MetaModelica sources that passed | the CI run. This meant these scripting api functions were not | technically needed for the 'normal bootstrapping' so they could be | in the "backend" interface. | | However, bootstrapping just changed. And the tarball(and related nuances) | are mostly gone. So at this point it is worth to take the same source | files that the normal bootstrapping uses since they are already | available within the repo. | | @mahge | Add boot folder to cmake configuration/compilation | f5ffb54 | | @mahge | A quick support for generating config.unix.h. | 4aae339 | | @mahge | Add boot libraries and use them for bootstrapping. | 4795955 | | - Added omparse-boot | - Added omcruntime-boot | - Added omcgraphstream-boot | | All of this can probably be avoided if OpenModelciaBootstrapping header | is added to version control and updated with the bootstrapping sources. | | For now I am going to do it this way since this is how the 'normal' | bootstrapping works. | | @mahge | Use OpenModelicaBootstrappingHeader.h from tarball | 03ebe58 | | - Use OpenModelicaBootstrappingHeader.h from tarball-include for now. | | It would be nice if it is also added to source control just like the | C bootstrapping source files. Otherwise it might actually break. | | If we add it to source control we can also remove the boot libraries | like omparse-boot, omcruntime-boot .... | | @mahge | Add generation of Util/Autoconf.mo | 6714810 | | - This adds a quick and ugly generation of Autoconf.mo from | Autoconf.mo.in (linux) or from (copy only) Autoconf.mo.omdev.mingw | (windows) | | - The generation code is added in Compiler/runtime/CMakeLists because | we have a few variables already defiend in there for generation of | config.unix.h. | | This should probably be moved outside to some higher directory. | | @mahge | Add (incomplete) generation of c/RuntimeSources.mo | 7079cf4 | | - This just a quick way to enable bootstrapping. | The contents of the file are not really complete and can not be expected | to be used for simulation yet. | But that is the case for many other things regarding simulation | executable compilation. There is some work needed to handle that. | | | @mahge | Update 3rdParty submodule. | 36ecba5 | | - The changes from the branch are merged to master on 3rdParty. | Submodule head is updated now. | | M OMCompiler/3rdParty | M OMCompiler/Compiler/.cmake/template_compilation.cmake | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | A OMCompiler/Compiler/boot/CMakeLists.txt | M OMCompiler/Compiler/boot/bootstrap-sources/build/Absyn.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynJLDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynToSCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Algorithm.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Array.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Autoconf.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetCR.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetPath.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetString.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeCRToInt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeStringString.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAE.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAECreate.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAEUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BackendInterface.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlSet.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlTree.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashSet.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashTable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Builtin.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Ceval.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalFunction.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptBackend.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptOMSimulator.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ClassInf.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ClassLoader.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ClockIndexes.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenMidToC.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ComponentReference.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Config.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectionGraph.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Constants.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Corba.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAE.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEToMid.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Debug.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DoubleEnded.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Dump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DumpGraphviz.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DynLoad.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ElementSource.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Error.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorTypes.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExecStat.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpandableArray.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Expression.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplify.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplifyTypes.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FBuiltin.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FCore.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FExpand.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuild.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuildEnv.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FLookup.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FMod.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FNode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FResolve.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FTraverse.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FUnitCheck.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FVisit.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/File.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Flags.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GC.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GenerateAPIFunctionsTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Gettext.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Global.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Graph.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Graphviz.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashSet.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetExp.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetString.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable2.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable3.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable5.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCG.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrIListArray.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrILst.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrToExpOption.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrefSimVar.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableExpToIndex.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToPath.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToProgram.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HpcOmSimCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/IOStream.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/IOStreamExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Inline.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InnerOuter.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Inst.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstBinding.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstDAE.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstFunction.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstHashTable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstMeta.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstSection.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstStateMachineUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstTypes.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstVar.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Lapack.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/List.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Lookup.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/MMath.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Main.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/MetaUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/MidCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Mod.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ModelicaExternalC.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Mutable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFApi.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFSCodeFlatten.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFUnitCheck.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/OperatorOverloading.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/PackageManagement.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Parser.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ParserExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Patternm.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Pointer.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/PrefixUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Print.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Refactor.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/RewriteRules.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeInstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SemanticVersion.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Settings.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunction.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeMain.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeVar.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Socket.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/StackOverflow.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/StateMachineFlatten.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Static.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/StaticScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/StringUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SymbolTable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/System.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Testsuite.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Tpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/TplAbsyn.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/TplCodegen.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/TplMain.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/TplParser.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Types.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsyn.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsynBuilder.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/UnitChecker.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/UnitParserExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Unparsing.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Util.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Values.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ValuesUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/VarTransform.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroCrossings.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroMQ.c | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Parser/CMakeLists.txt | M OMCompiler/SimulationRuntime/CMakeLists.txt | A OMCompiler/SimulationRuntime/c/RuntimeSources.mo.cmake | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit f62cc7fd59cc6fce78b128deffecb35ecea631eb | Author: Adeel Asghar | Date: Wed Nov 11 13:38:27 2020 +0100 | | Set the transformation instead of setting position and rotation | | Fixes ticket:6157 | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | * commit 7f38cd10d4e73fd2be24082049abcdfc6af89b5e | Author: Adeel Asghar | Date: Wed Nov 11 13:25:30 2020 +0100 | | Don't apply extends extent on the shapes inside the Element | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/Element.h | * commit 221b299e1deaeb988b03c3c10b7c1b0b92bae325 | Author: Per Östlund | Date: Mon Nov 9 16:40:11 2020 +0100 | | Set explicit frontend in all test cases | | M testsuite/flattening/libraries/3rdParty/Buildings/DewPointTemperatureDerivativeCheck_amb.mo | M testsuite/flattening/libraries/3rdParty/Buildings/System2.mo | M testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos | M testsuite/flattening/libraries/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos | M testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos | M testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos | M testsuite/flattening/libraries/3rdParty/siemens/paralleFlowEVA_test.mos | M testsuite/flattening/libraries/3rdParty/siemens/translateFlueGasZones.mos | M testsuite/flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos | M testsuite/flattening/libraries/3rdParty/siemens/translateJunctions.mos | M testsuite/flattening/libraries/3rdParty/siemens/translatePipes.mos | M testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos | M testsuite/flattening/libraries/biochem/BiochemModels.mos | M testsuite/flattening/libraries/biochem/EnzMM.mos | M testsuite/flattening/libraries/biochem/Glycolysis.mos | M testsuite/flattening/libraries/biochem/InsulinSignaling_Sedaghat.mos | M testsuite/flattening/libraries/biochem/UniBi.mos | M testsuite/flattening/libraries/biochem/UniUni.mos | M testsuite/flattening/modelica/algorithms-functions/Algorithm1.mo | M testsuite/flattening/modelica/algorithms-functions/Algorithm2.mo | M testsuite/flattening/modelica/algorithms-functions/Algorithm3.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmCondAssign1.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmCondAssign2.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmElseOpt.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmFor1.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmFor2.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmFor3.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmFor4.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmFor5.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmFor6.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmNoRetCall.mo | M testsuite/flattening/modelica/algorithms-functions/AlgorithmSection.mo | M testsuite/flattening/modelica/algorithms-functions/ArrayRange.mo | M testsuite/flattening/modelica/algorithms-functions/AssignmentErrorConstant.mo | M testsuite/flattening/modelica/algorithms-functions/AssignmentErrorInput.mo | M testsuite/flattening/modelica/algorithms-functions/AssignmentFunction.mo | M testsuite/flattening/modelica/algorithms-functions/AssignmentFunctionMultiple1.mo | M testsuite/flattening/modelica/algorithms-functions/AssignmentFunctionMultiple2.mo | M testsuite/flattening/modelica/algorithms-functions/AssignmentSimple.mo | M testsuite/flattening/modelica/algorithms-functions/AssignmentToInput.mo | M testsuite/flattening/modelica/algorithms-functions/Break.mo | M testsuite/flattening/modelica/algorithms-functions/ComponentFunctions.mo | M testsuite/flattening/modelica/algorithms-functions/ElementWiseMultiplication.mo | M testsuite/flattening/modelica/algorithms-functions/ErrorExternalAlgorithm.mo | M testsuite/flattening/modelica/algorithms-functions/EvalUnknownDim.mo | M testsuite/flattening/modelica/algorithms-functions/Faculty1.mo | M testsuite/flattening/modelica/algorithms-functions/Faculty2.mo | M testsuite/flattening/modelica/algorithms-functions/Faculty3.mo | M testsuite/flattening/modelica/algorithms-functions/Faculty4.mo | M testsuite/flattening/modelica/algorithms-functions/Faculty5.mo | M testsuite/flattening/modelica/algorithms-functions/FilterBlock1.mo | M testsuite/flattening/modelica/algorithms-functions/FlatTank.mo | M testsuite/flattening/modelica/algorithms-functions/ForIteratorType.mo | M testsuite/flattening/modelica/algorithms-functions/ForLoopHideVariable.mo | M testsuite/flattening/modelica/algorithms-functions/ForNested.mo | M testsuite/flattening/modelica/algorithms-functions/ForSimple.mo | M testsuite/flattening/modelica/algorithms-functions/FuncDer.mo | M testsuite/flattening/modelica/algorithms-functions/FuncMultResults.mo | M testsuite/flattening/modelica/algorithms-functions/Function1.mo | M testsuite/flattening/modelica/algorithms-functions/Function10.mo | M testsuite/flattening/modelica/algorithms-functions/Function11.mo | M testsuite/flattening/modelica/algorithms-functions/Function12.mo | M testsuite/flattening/modelica/algorithms-functions/Function2.mo | M testsuite/flattening/modelica/algorithms-functions/Function4.mo | M testsuite/flattening/modelica/algorithms-functions/Function5.mo | M testsuite/flattening/modelica/algorithms-functions/Function5_test.mo | M testsuite/flattening/modelica/algorithms-functions/Function6.mo | M testsuite/flattening/modelica/algorithms-functions/Function7.mo | M testsuite/flattening/modelica/algorithms-functions/Function8.mo | M testsuite/flattening/modelica/algorithms-functions/Function9.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionBreak.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionBubblesort.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionCall.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgs.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgs2.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgsCycle.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgsMod.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval1.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval10.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval11.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval12.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval2.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval3.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval4.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval5.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval6.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval7.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval8.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEval9.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEvalBuiltin.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEvalFail.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionEvalSlice.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionInvalidVar1.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionInvalidVar2.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionInverse.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionMultiReturn.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionProtectedInput.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionReturn.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionSimple.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionSimplex.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionVariability.mo | M testsuite/flattening/modelica/algorithms-functions/FunctionWithEquation.mo | M testsuite/flattening/modelica/algorithms-functions/IfExpression1.mo | M testsuite/flattening/modelica/algorithms-functions/Inline1.mo | M testsuite/flattening/modelica/algorithms-functions/Inline2.mo | M testsuite/flattening/modelica/algorithms-functions/Inline3.mo | M testsuite/flattening/modelica/algorithms-functions/Inline4.mo | M testsuite/flattening/modelica/algorithms-functions/Inline5.mo | M testsuite/flattening/modelica/algorithms-functions/Inline6.mo | M testsuite/flattening/modelica/algorithms-functions/InvalidFunctionBinding.mo | M testsuite/flattening/modelica/algorithms-functions/JoinThreeVectors2.mo | M testsuite/flattening/modelica/algorithms-functions/LeastSquares.mo | M testsuite/flattening/modelica/algorithms-functions/LogCall1.mo | M testsuite/flattening/modelica/algorithms-functions/MRFcall.mo | M testsuite/flattening/modelica/algorithms-functions/MultFuncCall.mo | M testsuite/flattening/modelica/algorithms-functions/OutOfMemory.mos | M testsuite/flattening/modelica/algorithms-functions/PrefixPartialFunctionApplication.mo | M testsuite/flattening/modelica/algorithms-functions/RecursiveCallExtends.mo | M testsuite/flattening/modelica/algorithms-functions/RecursiveFunctionCall.mo | M testsuite/flattening/modelica/algorithms-functions/StackOverflowTest.mos | M testsuite/flattening/modelica/algorithms-functions/StatementCall.mo | M testsuite/flattening/modelica/algorithms-functions/SumForLoop.mo | M testsuite/flattening/modelica/algorithms-functions/SumSeriesWhile.mo | M testsuite/flattening/modelica/algorithms-functions/SumVectorForIf.mo | M testsuite/flattening/modelica/algorithms-functions/Summation.mo | M testsuite/flattening/modelica/algorithms-functions/TestGravityAcceleration.mo | M testsuite/flattening/modelica/algorithms-functions/Ticket4365.mos | M testsuite/flattening/modelica/algorithms-functions/Ticket4786.mo | M testsuite/flattening/modelica/algorithms-functions/Ticket4838.mo | M testsuite/flattening/modelica/algorithms-functions/TupleAssignmentMismatch1.mo | M testsuite/flattening/modelica/algorithms-functions/TupleError.mo | M testsuite/flattening/modelica/algorithms-functions/TupleSingleAssign.mo | M testsuite/flattening/modelica/algorithms-functions/UnknownDimensionFunctionCall.mo | M testsuite/flattening/modelica/algorithms-functions/UnusedInput.mo | M testsuite/flattening/modelica/algorithms-functions/Vectorizable1.mo | M testsuite/flattening/modelica/algorithms-functions/Vectorizable2.mo | M testsuite/flattening/modelica/algorithms-functions/Vectorizable3.mo | M testsuite/flattening/modelica/algorithms-functions/Vectorizable5.mo | M testsuite/flattening/modelica/algorithms-functions/Vectorizable6.mo | M testsuite/flattening/modelica/algorithms-functions/Vectorizable7.mo | M testsuite/flattening/modelica/algorithms-functions/WhenElseNested.mo | M testsuite/flattening/modelica/algorithms-functions/WhenNested.mo | M testsuite/flattening/modelica/algorithms-functions/WhenPriority.mo | M testsuite/flattening/modelica/algorithms-functions/WhenStatement1.mo | M testsuite/flattening/modelica/algorithms-functions/WhenStatement2.mo | M testsuite/flattening/modelica/algorithms-functions/WhenStatement3.mo | M testsuite/flattening/modelica/algorithms-functions/While.mo | M testsuite/flattening/modelica/algorithms-functions/modelica_1_1_Function10.mo | M testsuite/flattening/modelica/algorithms-functions/tupleSubset.mo | M testsuite/flattening/modelica/arrays/ABCDsystem.mo | M testsuite/flattening/modelica/arrays/AdvancedDimensions.mo | M testsuite/flattening/modelica/arrays/AppendElement.mo | M testsuite/flattening/modelica/arrays/Array1.mo | M testsuite/flattening/modelica/arrays/Array10.mo | M testsuite/flattening/modelica/arrays/Array11.mo | M testsuite/flattening/modelica/arrays/Array12.mo | M testsuite/flattening/modelica/arrays/Array13.mo | M testsuite/flattening/modelica/arrays/Array14.mo | M testsuite/flattening/modelica/arrays/Array15.mo | M testsuite/flattening/modelica/arrays/Array2.mo | M testsuite/flattening/modelica/arrays/Array3.mo | M testsuite/flattening/modelica/arrays/Array4.mo | M testsuite/flattening/modelica/arrays/Array5.mo | M testsuite/flattening/modelica/arrays/Array6.mo | M testsuite/flattening/modelica/arrays/Array7.mo | M testsuite/flattening/modelica/arrays/Array8.mo | M testsuite/flattening/modelica/arrays/Array9.mo | M testsuite/flattening/modelica/arrays/ArrayAccess.mo | M testsuite/flattening/modelica/arrays/ArrayAddEmpty.mo | M testsuite/flattening/modelica/arrays/ArrayAddSub.mo | M testsuite/flattening/modelica/arrays/ArrayAddSub1.mo | M testsuite/flattening/modelica/arrays/ArrayAddition.mo | M testsuite/flattening/modelica/arrays/ArrayAddition2.mo | M testsuite/flattening/modelica/arrays/ArrayAlgebraFunc.mo | M testsuite/flattening/modelica/arrays/ArrayAsAlias.mo | M testsuite/flattening/modelica/arrays/ArrayAsAliasInExtends.mo | M testsuite/flattening/modelica/arrays/ArrayAssignEmpty.mo | M testsuite/flattening/modelica/arrays/ArrayAssignWholeDim.mo | M testsuite/flattening/modelica/arrays/ArrayBrackets.mo | M testsuite/flattening/modelica/arrays/ArrayCall.mo | M testsuite/flattening/modelica/arrays/ArrayConstruct1.mo | M testsuite/flattening/modelica/arrays/ArrayCurlyBrackets.mo | M testsuite/flattening/modelica/arrays/ArrayDeclaration1.mo | M testsuite/flattening/modelica/arrays/ArrayDeclaration2.mo | M testsuite/flattening/modelica/arrays/ArrayDeclaration3.mo | M testsuite/flattening/modelica/arrays/ArrayDeclaration4.mo | M testsuite/flattening/modelica/arrays/ArrayDeclaration5.mo | M testsuite/flattening/modelica/arrays/ArrayDim1.mo | M testsuite/flattening/modelica/arrays/ArrayDim2.mo | M testsuite/flattening/modelica/arrays/ArrayDim3.mo | M testsuite/flattening/modelica/arrays/ArrayDim4.mo | M testsuite/flattening/modelica/arrays/ArrayDiv.mo | M testsuite/flattening/modelica/arrays/ArrayDivError.mo | M testsuite/flattening/modelica/arrays/ArrayDivision.mo | M testsuite/flattening/modelica/arrays/ArrayEWOps1.mo | M testsuite/flattening/modelica/arrays/ArrayEWOps2.mo | M testsuite/flattening/modelica/arrays/ArrayEWOps3.mo | M testsuite/flattening/modelica/arrays/ArrayEWOps4.mo | M testsuite/flattening/modelica/arrays/ArrayEWOps5.mo | M testsuite/flattening/modelica/arrays/ArrayEWOps6.mo | M testsuite/flattening/modelica/arrays/ArrayEWOpsCEval1.mo | M testsuite/flattening/modelica/arrays/ArrayEWOpsCEval2.mo | M testsuite/flattening/modelica/arrays/ArrayEWOpsCEval3.mo | M testsuite/flattening/modelica/arrays/ArrayEWOpsCEval4.mo | M testsuite/flattening/modelica/arrays/ArrayEWOpsCEval5.mo | M testsuite/flattening/modelica/arrays/ArrayEmpty.mo | M testsuite/flattening/modelica/arrays/ArrayExponentiation.mo | M testsuite/flattening/modelica/arrays/ArrayExtend.mo | M testsuite/flattening/modelica/arrays/ArrayExtendsUnknown.mo | M testsuite/flattening/modelica/arrays/ArrayFieldSlice.mo | M testsuite/flattening/modelica/arrays/ArrayIndex.mo | M testsuite/flattening/modelica/arrays/ArrayIndex2.mo | M testsuite/flattening/modelica/arrays/ArrayIndex3.mo | M testsuite/flattening/modelica/arrays/ArrayInvalidDims.mo | M testsuite/flattening/modelica/arrays/ArrayLogic.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul1.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul2.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul3.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul4.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul5.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul6.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixSimplifier.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul1.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul2.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul3.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul4.mo | M testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul5.mo | M testsuite/flattening/modelica/arrays/ArrayModification1.mo | M testsuite/flattening/modelica/arrays/ArrayModification2.mo | M testsuite/flattening/modelica/arrays/ArrayMulMatrixSimplifier.mo | M testsuite/flattening/modelica/arrays/ArrayMult.mo | M testsuite/flattening/modelica/arrays/ArrayMultiplication.mo | M testsuite/flattening/modelica/arrays/ArrayOperators.mo | M testsuite/flattening/modelica/arrays/ArrayOuterParamExpand.mo | M testsuite/flattening/modelica/arrays/ArrayRange.mo | M testsuite/flattening/modelica/arrays/ArrayRecursiveDim1.mo | M testsuite/flattening/modelica/arrays/ArrayReduce.mo | M testsuite/flattening/modelica/arrays/ArrayReduce2.mo | M testsuite/flattening/modelica/arrays/ArrayRemoveIndex1.mo | M testsuite/flattening/modelica/arrays/ArraySizeFromFunc.mo | M testsuite/flattening/modelica/arrays/ArraySlice.mo | M testsuite/flattening/modelica/arrays/ArraySlice1.mo | M testsuite/flattening/modelica/arrays/ArraySlice2.mo | M testsuite/flattening/modelica/arrays/ArraySubtraction.mo | M testsuite/flattening/modelica/arrays/ArrayTuple.mo | M testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul1.mo | M testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul2.mo | M testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul3.mo | M testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul4.mo | M testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul5.mo | M testsuite/flattening/modelica/arrays/ArrayVectorVectorMul1.mo | M testsuite/flattening/modelica/arrays/ArrayVectorVectorMul2.mo | M testsuite/flattening/modelica/arrays/ArrayVectorVectorMul3.mo | M testsuite/flattening/modelica/arrays/ArrayVectorVectorMul4.mo | M testsuite/flattening/modelica/arrays/Array_builtin.mo | M testsuite/flattening/modelica/arrays/ArraysInitLegal.mo | M testsuite/flattening/modelica/arrays/BadVariabilityBug3150.mo | M testsuite/flattening/modelica/arrays/BlockMatrix.mo | M testsuite/flattening/modelica/arrays/BlockMatrix2.mo | M testsuite/flattening/modelica/arrays/BlockMatrix3.mo | M testsuite/flattening/modelica/arrays/BooleanArrayEq.mo | M testsuite/flattening/modelica/arrays/Concat3.mo | M testsuite/flattening/modelica/arrays/ConcatArr1.mo | M testsuite/flattening/modelica/arrays/ConcatArr2.mo | M testsuite/flattening/modelica/arrays/ConcatArr4.mo | M testsuite/flattening/modelica/arrays/ConstructFunc.mo | M testsuite/flattening/modelica/arrays/DimConvert.mo | M testsuite/flattening/modelica/arrays/DimSize.mo | M testsuite/flattening/modelica/arrays/DiscreteVectorStateSpace.mo | M testsuite/flattening/modelica/arrays/DoubleWhenConflict.mo | M testsuite/flattening/modelica/arrays/DoubleWhenSequential.mo | M testsuite/flattening/modelica/arrays/EmptyArray.mo | M testsuite/flattening/modelica/arrays/EmptyArrayAlgorithm.mo | M testsuite/flattening/modelica/arrays/EmptyArraySubscript.mo | M testsuite/flattening/modelica/arrays/EmptyAsubSliceSubscript.mo | M testsuite/flattening/modelica/arrays/ErrorUnknownDimension.mo | M testsuite/flattening/modelica/arrays/FillSubscriptsTest.mo | M testsuite/flattening/modelica/arrays/FixedFinalParameter.mo | M testsuite/flattening/modelica/arrays/InOutArray.mo | M testsuite/flattening/modelica/arrays/InOutArray2.mo | M testsuite/flattening/modelica/arrays/IndexOutOfBoundsConnect1.mo | M testsuite/flattening/modelica/arrays/IndexOutOfBoundsConnect2.mo | M testsuite/flattening/modelica/arrays/IndexOutOfBoundsConnect3.mo | M testsuite/flattening/modelica/arrays/IndexOutOfBoundsConnect4.mo | M testsuite/flattening/modelica/arrays/Matrix.mo | M testsuite/flattening/modelica/arrays/Matrix1.mo | M testsuite/flattening/modelica/arrays/Matrix2.mo | M testsuite/flattening/modelica/arrays/Matrix3.mo | M testsuite/flattening/modelica/arrays/MatrixAddition.mo | M testsuite/flattening/modelica/arrays/MatrixBrackets.mo | M testsuite/flattening/modelica/arrays/MatrixEquation.mo | M testsuite/flattening/modelica/arrays/MatrixImplCast.mo | M testsuite/flattening/modelica/arrays/MatrixMulVector.mo | M testsuite/flattening/modelica/arrays/MatrixPow.mo | M testsuite/flattening/modelica/arrays/MatrixRowIndexing.mo | M testsuite/flattening/modelica/arrays/MatrixSubtraction.mo | M testsuite/flattening/modelica/arrays/NestedSubscriptFor.mo | M testsuite/flattening/modelica/arrays/NonExpArray1.mo | M testsuite/flattening/modelica/arrays/NonExpArray2.mo | M testsuite/flattening/modelica/arrays/NonExpArray3.mo | M testsuite/flattening/modelica/arrays/NonExpArray4.mo | M testsuite/flattening/modelica/arrays/NonExpModif1.mo | M testsuite/flattening/modelica/arrays/NonExpModif2.mo | M testsuite/flattening/modelica/arrays/PointInst.mo | M testsuite/flattening/modelica/arrays/PolynomialEvaluator1.mo | M testsuite/flattening/modelica/arrays/PolynomialEvaluator2.mo | M testsuite/flattening/modelica/arrays/PolynomialEvaluator3.mo | M testsuite/flattening/modelica/arrays/PolynomialEvaluatorA.mo | M testsuite/flattening/modelica/arrays/PolynomialEvaluatorB.mo | M testsuite/flattening/modelica/arrays/QualifiedEnd.mo | M testsuite/flattening/modelica/arrays/QualifiedSlicing.mo | M testsuite/flattening/modelica/arrays/Range1.mo | M testsuite/flattening/modelica/arrays/Range2.mo | M testsuite/flattening/modelica/arrays/RangeSlicing.mo | M testsuite/flattening/modelica/arrays/RangeVector.mo | M testsuite/flattening/modelica/arrays/SliceMultiplication.mo | M testsuite/flattening/modelica/arrays/SubArrayIndex.mo | M testsuite/flattening/modelica/arrays/SubscriptsFill1.mo | M testsuite/flattening/modelica/arrays/TestArrayUnknown.mo | M testsuite/flattening/modelica/arrays/TestFill.mo | M testsuite/flattening/modelica/arrays/TypeTest.mos | M testsuite/flattening/modelica/arrays/UnknownDimensionMod.mo | M testsuite/flattening/modelica/arrays/VectorizeConstCref2D.mo | M testsuite/flattening/modelica/arrays/VectorizeOneReturnValue.mo | M testsuite/flattening/modelica/arrays/VectorizeSeveralArguments.mo | M testsuite/flattening/modelica/arrays/VectorizeSumVec.mo | M testsuite/flattening/modelica/arrays/WrongNumberOfSubscripts1.mo | M testsuite/flattening/modelica/arrays/WrongSubscriptType1.mo | M testsuite/flattening/modelica/arrays/XPowers1.mo | M testsuite/flattening/modelica/arrays/XPowers2.mo | M testsuite/flattening/modelica/arrays/XPowers3.mo | M testsuite/flattening/modelica/arrays/modelica_1_1_Array9.mo | M testsuite/flattening/modelica/asserts/AssertTest.mo | M testsuite/flattening/modelica/asserts/AssertTest1.mo | M testsuite/flattening/modelica/asserts/AssertTest2.mo | M testsuite/flattening/modelica/asserts/EncapsulatedAssert.mo | M testsuite/flattening/modelica/asserts/StaticAssertSuccess.mo | M testsuite/flattening/modelica/asserts/Ticket4304.mo | M testsuite/flattening/modelica/blocks/BlockComponents.mo | M testsuite/flattening/modelica/blocks/BlockIllegal.mo | M testsuite/flattening/modelica/blocks/BlockResult.mo | M testsuite/flattening/modelica/blocks/BlockSimple.mo | M testsuite/flattening/modelica/built-in-functions/Abs.mo | M testsuite/flattening/modelica/built-in-functions/Abs1.mo | M testsuite/flattening/modelica/built-in-functions/Abs2.mo | M testsuite/flattening/modelica/built-in-functions/AbsIssues.mo | M testsuite/flattening/modelica/built-in-functions/Acos.mo | M testsuite/flattening/modelica/built-in-functions/Asin.mo | M testsuite/flattening/modelica/built-in-functions/Atan.mo | M testsuite/flattening/modelica/built-in-functions/Atan2.mo | M testsuite/flattening/modelica/built-in-functions/CatFunc.mo | M testsuite/flattening/modelica/built-in-functions/Ceil.mo | M testsuite/flattening/modelica/built-in-functions/ConstantSize.mo | M testsuite/flattening/modelica/built-in-functions/Cos.mo | M testsuite/flattening/modelica/built-in-functions/Cosh.mo | M testsuite/flattening/modelica/built-in-functions/Cross.mo | M testsuite/flattening/modelica/built-in-functions/Delay.mo | M testsuite/flattening/modelica/built-in-functions/Delay2.mo | M testsuite/flattening/modelica/built-in-functions/Delay3.mo | M testsuite/flattening/modelica/built-in-functions/Delay4.mo | M testsuite/flattening/modelica/built-in-functions/Delay5.mo | M testsuite/flattening/modelica/built-in-functions/Delay6.mo | M testsuite/flattening/modelica/built-in-functions/Delay7.mo | M testsuite/flattening/modelica/built-in-functions/Delay8.mo | M testsuite/flattening/modelica/built-in-functions/DerConstant1.mo | M testsuite/flattening/modelica/built-in-functions/DerConstant2.mo | M testsuite/flattening/modelica/built-in-functions/DerConstant3.mo | M testsuite/flattening/modelica/built-in-functions/DiagonalSimplify1.mo | M testsuite/flattening/modelica/built-in-functions/Div.mo | M testsuite/flattening/modelica/built-in-functions/EventFunctions.mo | M testsuite/flattening/modelica/built-in-functions/Exp.mo | M testsuite/flattening/modelica/built-in-functions/FillSize.mo | M testsuite/flattening/modelica/built-in-functions/Floor.mo | M testsuite/flattening/modelica/built-in-functions/Identity1.mo | M testsuite/flattening/modelica/built-in-functions/Identity2.mo | M testsuite/flattening/modelica/built-in-functions/Identity3.mo | M testsuite/flattening/modelica/built-in-functions/Identity4.mo | M testsuite/flattening/modelica/built-in-functions/Integer.mo | M testsuite/flattening/modelica/built-in-functions/Integer2Real.mo | M testsuite/flattening/modelica/built-in-functions/InvalidSizeIndex1.mo | M testsuite/flattening/modelica/built-in-functions/InvalidSizeIndex2.mo | M testsuite/flattening/modelica/built-in-functions/InvalidSizeScalar.mo | M testsuite/flattening/modelica/built-in-functions/Linspace1.mo | M testsuite/flattening/modelica/built-in-functions/Linspace2.mo | M testsuite/flattening/modelica/built-in-functions/Log.mo | M testsuite/flattening/modelica/built-in-functions/Log10.mo | M testsuite/flattening/modelica/built-in-functions/MathematicalFunctions.mo | M testsuite/flattening/modelica/built-in-functions/MaxArray.mo | M testsuite/flattening/modelica/built-in-functions/MinMax.mo | M testsuite/flattening/modelica/built-in-functions/MinMaxEnum.mo | M testsuite/flattening/modelica/built-in-functions/Mod.mo | M testsuite/flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo | M testsuite/flattening/modelica/built-in-functions/NumericFunctions.mo | M testsuite/flattening/modelica/built-in-functions/OuterProduct.mo | M testsuite/flattening/modelica/built-in-functions/Product.mo | M testsuite/flattening/modelica/built-in-functions/Rem.mo | M testsuite/flattening/modelica/built-in-functions/Scalar.mo | M testsuite/flattening/modelica/built-in-functions/ScalarizeMinMax.mo | M testsuite/flattening/modelica/built-in-functions/Sign.mo | M testsuite/flattening/modelica/built-in-functions/Sin.mo | M testsuite/flattening/modelica/built-in-functions/Sinh.mo | M testsuite/flattening/modelica/built-in-functions/Skew.mo | M testsuite/flattening/modelica/built-in-functions/Sqrt.mo | M testsuite/flattening/modelica/built-in-functions/Sum.mo | M testsuite/flattening/modelica/built-in-functions/SumArray.mo | M testsuite/flattening/modelica/built-in-functions/SumScalar.mo | M testsuite/flattening/modelica/built-in-functions/SumVar.mo | M testsuite/flattening/modelica/built-in-functions/Symmetric.mo | M testsuite/flattening/modelica/built-in-functions/Symmetric2.mo | M testsuite/flattening/modelica/built-in-functions/Symmetric3.mo | M testsuite/flattening/modelica/built-in-functions/Tan.mo | M testsuite/flattening/modelica/built-in-functions/Tanh.mo | M testsuite/flattening/modelica/built-in-functions/Transpose.mo | M testsuite/flattening/modelica/built-in-functions/Transpose2.mo | M testsuite/flattening/modelica/built-in-functions/Transpose3.mo | M testsuite/flattening/modelica/built-in-functions/TrigIdentity.mo | M testsuite/flattening/modelica/built-in-functions/VectorBuiltin.mo | M testsuite/flattening/modelica/built-in-functions/VectorDimension.mo | M testsuite/flattening/modelica/built-in-functions/VectorTest.mo | M testsuite/flattening/modelica/built-in-functions/Vectorizable4.mo | M testsuite/flattening/modelica/built-in-functions/VectorizeUnknownDim.mo | M testsuite/flattening/modelica/connectors/Bug3649.mos | M testsuite/flattening/modelica/connectors/CGraphBug.mo | M testsuite/flattening/modelica/connectors/CGraphBug.mos | M testsuite/flattening/modelica/connectors/Connect1.mo | M testsuite/flattening/modelica/connectors/Connect10.mo | M testsuite/flattening/modelica/connectors/Connect11.mo | M testsuite/flattening/modelica/connectors/Connect12.mo | M testsuite/flattening/modelica/connectors/Connect13.mo | M testsuite/flattening/modelica/connectors/Connect14.mo | M testsuite/flattening/modelica/connectors/Connect15.mo | M testsuite/flattening/modelica/connectors/Connect16.mo | M testsuite/flattening/modelica/connectors/Connect17.mo | M testsuite/flattening/modelica/connectors/Connect18.mo | M testsuite/flattening/modelica/connectors/Connect2.mo | M testsuite/flattening/modelica/connectors/Connect3.mo | M testsuite/flattening/modelica/connectors/Connect4.mo | M testsuite/flattening/modelica/connectors/Connect5.mo | M testsuite/flattening/modelica/connectors/Connect6.mo | M testsuite/flattening/modelica/connectors/Connect7.mo | M testsuite/flattening/modelica/connectors/Connect8.mo | M testsuite/flattening/modelica/connectors/Connect9.mo | M testsuite/flattening/modelica/connectors/ConnectArray1.mo | M testsuite/flattening/modelica/connectors/ConnectArrayCond.mo | M testsuite/flattening/modelica/connectors/ConnectArrayCond2.mo | M testsuite/flattening/modelica/connectors/ConnectConst1.mo | M testsuite/flattening/modelica/connectors/ConnectEnumArray.mo | M testsuite/flattening/modelica/connectors/ConnectFlowEffort.mo | M testsuite/flattening/modelica/connectors/ConnectFlowEffort2.mo | M testsuite/flattening/modelica/connectors/ConnectForEquations.mo | M testsuite/flattening/modelica/connectors/ConnectHierarchical1.mo | M testsuite/flattening/modelica/connectors/ConnectHierarchical2.mo | M testsuite/flattening/modelica/connectors/ConnectInner1.mo | M testsuite/flattening/modelica/connectors/ConnectInner2.mo | M testsuite/flattening/modelica/connectors/ConnectInner3.mo | M testsuite/flattening/modelica/connectors/ConnectInnerOuter.mo | M testsuite/flattening/modelica/connectors/ConnectInnerOuter2.mo | M testsuite/flattening/modelica/connectors/ConnectInnerOuter3.mo | M testsuite/flattening/modelica/connectors/ConnectInnerOuter4.mo | M testsuite/flattening/modelica/connectors/ConnectInnerOuterArray1.mo | M testsuite/flattening/modelica/connectors/ConnectParamArray.mo | M testsuite/flattening/modelica/connectors/ConnectTheSameConnector.mo | M testsuite/flattening/modelica/connectors/ConnectTwoSources.mo | M testsuite/flattening/modelica/connectors/ConnectTypes.mo | M testsuite/flattening/modelica/connectors/ConnectionOrder1.mo | M testsuite/flattening/modelica/connectors/ConnectionOrder2.mo | M testsuite/flattening/modelica/connectors/ConnectorCompOrder.mo | M testsuite/flattening/modelica/connectors/ConnectorComponents.mo | M testsuite/flattening/modelica/connectors/ConnectorIllegal.mo | M testsuite/flattening/modelica/connectors/ConnectorIllegal2.mo | M testsuite/flattening/modelica/connectors/ConnectorIllegal3.mo | M testsuite/flattening/modelica/connectors/ConnectorIllegal4.mo | M testsuite/flattening/modelica/connectors/ConnectorInheritance1.mo | M testsuite/flattening/modelica/connectors/ConnectorSimple.mo | M testsuite/flattening/modelica/connectors/ConnectorSubtypeComp.mo | M testsuite/flattening/modelica/connectors/EnumArrayConnector.mo | M testsuite/flattening/modelica/connectors/EqualityConstraintLookup1.mo | M testsuite/flattening/modelica/connectors/HeatTank.mo | M testsuite/flattening/modelica/connectors/HeatTankExpanded.mo | M testsuite/flattening/modelica/connectors/InitialConnection.mo | M testsuite/flattening/modelica/connectors/MultipleInheritanceConnect.mo | M testsuite/flattening/modelica/connectors/Tank.mo | M testsuite/flattening/modelica/connectors/TankHybridPI.mo | M testsuite/flattening/modelica/connectors/TankHybridPID.mo | M testsuite/flattening/modelica/connectors/TankPI.mo | M testsuite/flattening/modelica/connectors/TankPID.mo | M testsuite/flattening/modelica/connectors/TanksConnectedPI.mo | M testsuite/flattening/modelica/connectors/Ticket4062.mo | M testsuite/flattening/modelica/connectors/TypeConnector.mo | M testsuite/flattening/modelica/connectors/Units1.mo | M testsuite/flattening/modelica/connectors/Units2.mo | M testsuite/flattening/modelica/connectors/ZeroDimUnconnectedFlow1.mo | M testsuite/flattening/modelica/connectors/ZeroDimUnconnectedFlow2.mo | M testsuite/flattening/modelica/declarations/Annotations.mo | M testsuite/flattening/modelica/declarations/BuiltinTime1.mo | M testsuite/flattening/modelica/declarations/BuiltinTimeInvalid1.mo | M testsuite/flattening/modelica/declarations/BuiltinTimeInvalid2.mo | M testsuite/flattening/modelica/declarations/CondDeclaration.mo | M testsuite/flattening/modelica/declarations/Constant1.mo | M testsuite/flattening/modelica/declarations/Constant10.mo | M testsuite/flattening/modelica/declarations/Constant11.mo | M testsuite/flattening/modelica/declarations/Constant12.mo | M testsuite/flattening/modelica/declarations/Constant13.mo | M testsuite/flattening/modelica/declarations/Constant2.mo | M testsuite/flattening/modelica/declarations/Constant3.mo | M testsuite/flattening/modelica/declarations/Constant4.mo | M testsuite/flattening/modelica/declarations/Constant5.mo | M testsuite/flattening/modelica/declarations/Constant6.mo | M testsuite/flattening/modelica/declarations/Constant7.mo | M testsuite/flattening/modelica/declarations/Constant8.mo | M testsuite/flattening/modelica/declarations/Constant9.mo | M testsuite/flattening/modelica/declarations/ConstantDeclConnector.mo | M testsuite/flattening/modelica/declarations/ConstantDeclRecord.mo | M testsuite/flattening/modelica/declarations/ConstantDeclType.mo | M testsuite/flattening/modelica/declarations/ConstantReductions.mo | M testsuite/flattening/modelica/declarations/ConstructParameters.mo | M testsuite/flattening/modelica/declarations/ConstructParameters2.mo | M testsuite/flattening/modelica/declarations/DeclarationEquation1.mo | M testsuite/flattening/modelica/declarations/DeclarationEquation2.mo | M testsuite/flattening/modelica/declarations/DeclarationEquation3.mo | M testsuite/flattening/modelica/declarations/DeclarationOrder.mo | M testsuite/flattening/modelica/declarations/DeclarationOrder1.mo | M testsuite/flattening/modelica/declarations/DeclarationOrder2.mo | M testsuite/flattening/modelica/declarations/DeclareConstant1.mo | M testsuite/flattening/modelica/declarations/DeclareConstant2.mo | M testsuite/flattening/modelica/declarations/DeclareConstant3.mo | M testsuite/flattening/modelica/declarations/Discrete1.mo | M testsuite/flattening/modelica/declarations/Discrete2.mo | M testsuite/flattening/modelica/declarations/DiscreteDeclConnector.mo | M testsuite/flattening/modelica/declarations/DiscreteDeclRecord.mo | M testsuite/flattening/modelica/declarations/DiscreteDeclType.mo | M testsuite/flattening/modelica/declarations/DoubleClassDeclaration1.mo | M testsuite/flattening/modelica/declarations/DoubleClassDeclaration2.mo | M testsuite/flattening/modelica/declarations/DoubleDeclaration.mo | M testsuite/flattening/modelica/declarations/DoubleFuncDeclaration.mo | M testsuite/flattening/modelica/declarations/ErrorExternalModel.mo | M testsuite/flattening/modelica/declarations/ErrorMultipleClasses.mo | M testsuite/flattening/modelica/declarations/ErrorRecursionLimit.mo | M testsuite/flattening/modelica/declarations/FloatingPoint.mo | M testsuite/flattening/modelica/declarations/FlowDeclConnector.mo | M testsuite/flattening/modelica/declarations/FlowDeclRecord.mo | M testsuite/flattening/modelica/declarations/FlowDeclRecord2.mo | M testsuite/flattening/modelica/declarations/FlowDeclType.mo | M testsuite/flattening/modelica/declarations/InputDeclConnector.mo | M testsuite/flattening/modelica/declarations/InputDeclRecord.mo | M testsuite/flattening/modelica/declarations/InputDeclType.mo | M testsuite/flattening/modelica/declarations/LhsIf.mo | M testsuite/flattening/modelica/declarations/MultipleDeclarations.mo | M testsuite/flattening/modelica/declarations/MultipleDeclarations2.mo | M testsuite/flattening/modelica/declarations/MyPointsInst1.mo | M testsuite/flattening/modelica/declarations/MyPointsInst2.mo | M testsuite/flattening/modelica/declarations/OutputDeclConnector.mo | M testsuite/flattening/modelica/declarations/OutputDeclRecord.mo | M testsuite/flattening/modelica/declarations/OutputDeclType.mo | M testsuite/flattening/modelica/declarations/ParameterDeclConnector.mo | M testsuite/flattening/modelica/declarations/ParameterDeclRecord.mo | M testsuite/flattening/modelica/declarations/ParameterDeclType.mo | M testsuite/flattening/modelica/declarations/ScalarizeBindings.mo | M testsuite/flattening/modelica/declarations/ScopeDeclaration1.mo | M testsuite/flattening/modelica/declarations/ScopeDeclaration2.mo | M testsuite/flattening/modelica/declarations/ScopeDeclaration3.mo | M testsuite/flattening/modelica/declarations/ScopeDeclaration4.mo | M testsuite/flattening/modelica/declarations/ScopeModification1.mo | M testsuite/flattening/modelica/declarations/ScopeModification2.mo | M testsuite/flattening/modelica/declarations/SimpleIntegrator1.mo | M testsuite/flattening/modelica/declarations/SimpleIntegrator2.mo | M testsuite/flattening/modelica/declarations/SimpleIntegrator3.mo | M testsuite/flattening/modelica/declarations/TestPackageConstantHandling.mo | M testsuite/flattening/modelica/declarations/Ticket4276a.mo | M testsuite/flattening/modelica/declarations/Ticket4276b.mo | M testsuite/flattening/modelica/enums/DerivedEnumDim.mo | M testsuite/flattening/modelica/enums/Enum1.mo | M testsuite/flattening/modelica/enums/Enum10.mo | M testsuite/flattening/modelica/enums/Enum11.mo | M testsuite/flattening/modelica/enums/Enum12.mo | M testsuite/flattening/modelica/enums/Enum13.mo | M testsuite/flattening/modelica/enums/Enum2.mo | M testsuite/flattening/modelica/enums/Enum3.mo | M testsuite/flattening/modelica/enums/Enum4.mo | M testsuite/flattening/modelica/enums/Enum5.mo | M testsuite/flattening/modelica/enums/Enum6.mo | M testsuite/flattening/modelica/enums/Enum7.mo | M testsuite/flattening/modelica/enums/Enum8.mo | M testsuite/flattening/modelica/enums/Enum9.mo | M testsuite/flattening/modelica/enums/EnumArrayDimBinding.mo | M testsuite/flattening/modelica/enums/EnumArrayMod1.mo | M testsuite/flattening/modelica/enums/EnumConnectArray.mo | M testsuite/flattening/modelica/enums/EnumDimSum.mo | M testsuite/flattening/modelica/enums/EnumDuplicateLiteral.mo | M testsuite/flattening/modelica/enums/EnumFor.mo | M testsuite/flattening/modelica/enums/EnumFor2.mo | M testsuite/flattening/modelica/enums/EnumFuncIf.mo | M testsuite/flattening/modelica/enums/EnumFuncRel.mo | M testsuite/flattening/modelica/enums/EnumInnerOuterDim.mo | M testsuite/flattening/modelica/enums/EnumInvalidLiteral.mo | M testsuite/flattening/modelica/enums/EnumMatrixProduct.mo | M testsuite/flattening/modelica/enums/EnumRange.mo | M testsuite/flattening/modelica/enums/EnumRedeclaration.mo | M testsuite/flattening/modelica/equations/ActivateWhenEquation.mo | M testsuite/flattening/modelica/equations/BouncingBall.mo | M testsuite/flattening/modelica/equations/Bug4124.mos | M testsuite/flattening/modelica/equations/Circle.mo | M testsuite/flattening/modelica/equations/ConditionalArrayExpression1.mo | M testsuite/flattening/modelica/equations/ConditionalArrayExpression2.mo | M testsuite/flattening/modelica/equations/ConnectInNonParamIf.mo | M testsuite/flattening/modelica/equations/ConnectInWhen.mo | M testsuite/flattening/modelica/equations/DAEexample.mo | M testsuite/flattening/modelica/equations/EnumEquation1.mo | M testsuite/flattening/modelica/equations/Epidemics1.mo | M testsuite/flattening/modelica/equations/EqualityEquations.mo | M testsuite/flattening/modelica/equations/EqualityEquationsCorrect.mo | M testsuite/flattening/modelica/equations/EquationCall.mo | M testsuite/flattening/modelica/equations/EquationComponent1.mo | M testsuite/flattening/modelica/equations/EquationComponent2.mo | M testsuite/flattening/modelica/equations/EquationComponent3.mo | M testsuite/flattening/modelica/equations/EquationComponent4.mo | M testsuite/flattening/modelica/equations/EquationComponent5.mo | M testsuite/flattening/modelica/equations/EquationFor1.mo | M testsuite/flattening/modelica/equations/EquationFor2.mo | M testsuite/flattening/modelica/equations/EquationFor3.mo | M testsuite/flattening/modelica/equations/EquationFor4.mo | M testsuite/flattening/modelica/equations/EquationFor5.mo | M testsuite/flattening/modelica/equations/EquationFor6.mo | M testsuite/flattening/modelica/equations/EquationFor7.mo | M testsuite/flattening/modelica/equations/EquationIf1.mo | M testsuite/flattening/modelica/equations/EquationIf2.mo | M testsuite/flattening/modelica/equations/EquationIf3.mo | M testsuite/flattening/modelica/equations/EquationIf4.mo | M testsuite/flattening/modelica/equations/Equations.mo | M testsuite/flattening/modelica/equations/FiveForEquations.mo | M testsuite/flattening/modelica/equations/ForIf.mo | M testsuite/flattening/modelica/equations/HelloWorld.mo | M testsuite/flattening/modelica/equations/HideVariableForEquations.mo | M testsuite/flattening/modelica/equations/HydrogenIodide.mo | M testsuite/flattening/modelica/equations/IfEquation.mo | M testsuite/flattening/modelica/equations/InOutBool.mo | M testsuite/flattening/modelica/equations/InitialReduction.mo | M testsuite/flattening/modelica/equations/LotkaVolterra.mo | M testsuite/flattening/modelica/equations/ModifiedFiltersInSeries.mo | M testsuite/flattening/modelica/equations/SimplePeriodicSampler.mo | M testsuite/flattening/modelica/equations/Ticket4157.mos | M testsuite/flattening/modelica/equations/TwoRateSampler.mo | M testsuite/flattening/modelica/equations/VanDerPol.mo | M testsuite/flattening/modelica/equations/VariableRange.mo | M testsuite/flattening/modelica/equations/WatchDog1AlgorithmWhen.mo | M testsuite/flattening/modelica/equations/WatchDog2EquationWhen.mo | M testsuite/flattening/modelica/equations/WaveEquationSample.mo | M testsuite/flattening/modelica/equations/WhenEquation.mo | M testsuite/flattening/modelica/equations/WhenNestedEquation.mo | M testsuite/flattening/modelica/equations/WhenNotInitial.mo | M testsuite/flattening/modelica/equations/WhenNotValid.mo | M testsuite/flattening/modelica/equations/WhenSemantics1.mo | M testsuite/flattening/modelica/equations/WhenValidResult.mo | M testsuite/flattening/modelica/equations/WhenVectorPredicateEquation.mo | M testsuite/flattening/modelica/equations/WhenWithArray.mo | M testsuite/flattening/modelica/expandable/ConnectorTest.mos | M testsuite/flattening/modelica/expandable/ExpandableConnectors.mos | M testsuite/flattening/modelica/expandable/ExpandableVariableUsed.mo | M testsuite/flattening/modelica/expandable/TestModelTotal.mos | M testsuite/flattening/modelica/extends/AccessDemoIllegalMod.mo | M testsuite/flattening/modelica/extends/AccessDemoLegalMod.mo | M testsuite/flattening/modelica/extends/ColorClasses.mo | M testsuite/flattening/modelica/extends/ColoredPointIllegalMod1.mo | M testsuite/flattening/modelica/extends/ColoredPointIllegalMod2.mo | M testsuite/flattening/modelica/extends/ColoredPointIllegalMod3.mo | M testsuite/flattening/modelica/extends/ColoredPointLegalMod.mo | M testsuite/flattening/modelica/extends/Colors.mo | M testsuite/flattening/modelica/extends/Extends1.mo | M testsuite/flattening/modelica/extends/Extends10.mo | M testsuite/flattening/modelica/extends/Extends11.mo | M testsuite/flattening/modelica/extends/Extends12.mo | M testsuite/flattening/modelica/extends/Extends13.mo | M testsuite/flattening/modelica/extends/Extends2.mo | M testsuite/flattening/modelica/extends/Extends3.mo | M testsuite/flattening/modelica/extends/Extends4.mo | M testsuite/flattening/modelica/extends/Extends5.mo | M testsuite/flattening/modelica/extends/Extends6.mo | M testsuite/flattening/modelica/extends/Extends7.mo | M testsuite/flattening/modelica/extends/Extends8.mo | M testsuite/flattening/modelica/extends/Extends9.mo | M testsuite/flattening/modelica/extends/ExtendsModWithImport.mo | M testsuite/flattening/modelica/extends/ExtendsVisibility.mo | M testsuite/flattening/modelica/extends/GenericMicroCircuit.mo | M testsuite/flattening/modelica/extends/IdenticalEquations.mo | M testsuite/flattening/modelica/extends/InheritanceClassMod.mo | M testsuite/flattening/modelica/extends/InheritanceDiamond.mo | M testsuite/flattening/modelica/extends/InheritanceMultiple.mo | M testsuite/flattening/modelica/extends/InheritanceProtected.mo | M testsuite/flattening/modelica/extends/InheritancePublic.mo | M testsuite/flattening/modelica/extends/InheritanceRestrictions.mo | M testsuite/flattening/modelica/extends/InheritanceSeveral.mo | M testsuite/flattening/modelica/extends/InheritanceSimple.mo | M testsuite/flattening/modelica/extends/InheritedFullyQualifiedName.mo | M testsuite/flattening/modelica/extends/InvalidComponentExtends1.mo | M testsuite/flattening/modelica/extends/InvalidComponentExtends2.mo | M testsuite/flattening/modelica/extends/InvalidInheritedExtends1.mo | M testsuite/flattening/modelica/extends/InvalidInheritedExtends2.mo | M testsuite/flattening/modelica/extends/InvalidReplaceableExtends1.mo | M testsuite/flattening/modelica/extends/InvalidReplaceableExtends2.mo | M testsuite/flattening/modelica/extends/InvalidReplaceableExtends3.mo | M testsuite/flattening/modelica/extends/InvalidReplaceableExtends4.mo | M testsuite/flattening/modelica/extends/InvalidReplaceableExtends5.mo | M testsuite/flattening/modelica/extends/MicroCircuitInvalid.mo | M testsuite/flattening/modelica/extends/MicroCircuitValid.mo | M testsuite/flattening/modelica/extends/MoonLanding.mo | M testsuite/flattening/modelica/extends/OneArgBaseFunction.mo | M testsuite/flattening/modelica/extends/Oscillator.mo | M testsuite/flattening/modelica/extends/ShortClassdefExtends1.mo | M testsuite/flattening/modelica/extends/ShortClassdefExtends2.mo | M testsuite/flattening/modelica/extends/SimpleInheritance.mo | M testsuite/flattening/modelica/extends/SimpleTypeExtend.mo | M testsuite/flattening/modelica/extends/StepAdvanced.mo | M testsuite/flattening/modelica/extends/TempDepResistorCircuit.mo | M testsuite/flattening/modelica/extends/TempDepResistorCircuitInherited.mo | M testsuite/flattening/modelica/extends/TempResistor3.mo | M testsuite/flattening/modelica/external-functions/AddReal1.mo | M testsuite/flattening/modelica/external-functions/ExternalFunction1.mo | M testsuite/flattening/modelica/external-functions/ExternalFunction2.mo | M testsuite/flattening/modelica/external-functions/ExternalFunction3.mo | M testsuite/flattening/modelica/external-functions/ExternalFunction4.mo | M testsuite/flattening/modelica/external-functions/ExternalFunction5.mo | M testsuite/flattening/modelica/external-functions/ExternalFunction6.mo | M testsuite/flattening/modelica/external-functions/ExternalFunction8.mo | M testsuite/flattening/modelica/external-functions/ExternalFunctionAnno.mo | M testsuite/flattening/modelica/external-functions/ExternalFunctionArray.mo | M testsuite/flattening/modelica/external-functions/ExternalFunctionBuiltin.mo | M testsuite/flattening/modelica/external-functions/ExternalFunctionExtends.mo | M testsuite/flattening/modelica/external-functions/ExternalFunctionInvalidArg.mo | M testsuite/flattening/modelica/external-functions/ExternalObjectMod.mo | M testsuite/flattening/modelica/external-functions/InvalidExternalObject1.mo | M testsuite/flattening/modelica/external-objects/testExternalObject.mo | M testsuite/flattening/modelica/modelica-output/testBug2588.mos | M testsuite/flattening/modelica/modification/ArrayModTypeError.mo | M testsuite/flattening/modelica/modification/ArrayModTypeError2.mo | M testsuite/flattening/modelica/modification/ArrayModif.mo | M testsuite/flattening/modelica/modification/Bug3817.mos | M testsuite/flattening/modelica/modification/DisturbedResistance1.mo | M testsuite/flattening/modelica/modification/DisturbedResistance2.mo | M testsuite/flattening/modelica/modification/DisturbedResistance3.mo | M testsuite/flattening/modelica/modification/DisturbedResistance4.mo | M testsuite/flattening/modelica/modification/DuplicateBaseTypeMod.mo | M testsuite/flattening/modelica/modification/DuplicateMod1.mo | M testsuite/flattening/modelica/modification/DuplicateMod2.mo | M testsuite/flattening/modelica/modification/DuplicateMod3.mo | M testsuite/flattening/modelica/modification/DuplicateMod4.mo | M testsuite/flattening/modelica/modification/DuplicateMod5.mo | M testsuite/flattening/modelica/modification/DuplicateMod6.mo | M testsuite/flattening/modelica/modification/DuplicateMod7.mo | M testsuite/flattening/modelica/modification/FinalMod1.mo | M testsuite/flattening/modelica/modification/FinalParameterModification.mo | M testsuite/flattening/modelica/modification/FixedFalse.mo | M testsuite/flattening/modelica/modification/MissingModifiers.mo | M testsuite/flattening/modelica/modification/MissingModifiersPackages.mo | M testsuite/flattening/modelica/modification/Modification1.mo | M testsuite/flattening/modelica/modification/Modification10.mo | M testsuite/flattening/modelica/modification/Modification11.mo | M testsuite/flattening/modelica/modification/Modification12.mo | M testsuite/flattening/modelica/modification/Modification13.mo | M testsuite/flattening/modelica/modification/Modification14.mo | M testsuite/flattening/modelica/modification/Modification15.mo | M testsuite/flattening/modelica/modification/Modification16.mo | M testsuite/flattening/modelica/modification/Modification17.mo | M testsuite/flattening/modelica/modification/Modification2.mo | M testsuite/flattening/modelica/modification/Modification3.mo | M testsuite/flattening/modelica/modification/Modification4.mo | M testsuite/flattening/modelica/modification/Modification5.mo | M testsuite/flattening/modelica/modification/Modification6.mo | M testsuite/flattening/modelica/modification/Modification7.mo | M testsuite/flattening/modelica/modification/Modification8.mo | M testsuite/flattening/modelica/modification/ModifierClass.mo | M testsuite/flattening/modelica/modification/ModifierExtends.mo | M testsuite/flattening/modelica/modification/ModifierProblem.mo | M testsuite/flattening/modelica/modification/ModifierRedeclare.mo | M testsuite/flattening/modelica/modification/ModifierSubModMerging1.mo | M testsuite/flattening/modelica/modification/ModifierTypeError.mo | M testsuite/flattening/modelica/modification/ModifierVariable.mo | M testsuite/flattening/modelica/modification/ModifyConstant4.mo | M testsuite/flattening/modelica/modification/ModifyConstant5.mo | M testsuite/flattening/modelica/modification/ModifyConstant6.mo | M testsuite/flattening/modelica/modification/ModifyFunction1.mo | M testsuite/flattening/modelica/modification/ModifyUnknown1.mo | M testsuite/flattening/modelica/modification/ModifyUnknown2.mo | M testsuite/flattening/modelica/modification/Overwriting1.mo | M testsuite/flattening/modelica/modification/Overwriting2.mo | M testsuite/flattening/modelica/modification/ReplaceFunction.mo | M testsuite/flattening/modelica/modification/Shadow1.mo | M testsuite/flattening/modelica/modification/TestMissingModifiers.mos | M testsuite/flattening/modelica/modification/TupleFuncMod.mo | M testsuite/flattening/modelica/modification/UsertypeArrayMod.mo | M testsuite/flattening/modelica/modification/UsertypeModifications.mo | M testsuite/flattening/modelica/modification/modifyOuter.mo | M testsuite/flattening/modelica/modification/modifyOuter2.mo | M testsuite/flattening/modelica/mosfiles/AIMC_DOL.mos | M testsuite/flattening/modelica/mosfiles/Array1.mos | M testsuite/flattening/modelica/mosfiles/BaseClass1.mos | M testsuite/flattening/modelica/mosfiles/ComplexConnect.mos | M testsuite/flattening/modelica/mosfiles/DuplicateDefinition.mos | M testsuite/flattening/modelica/mosfiles/DuplicateFunctions.mos | M testsuite/flattening/modelica/mosfiles/EnzMM.mos | M testsuite/flattening/modelica/mosfiles/ErrorFunctionCallNumArgs.mos | M testsuite/flattening/modelica/mosfiles/ErrorSimPackage.mos | M testsuite/flattening/modelica/mosfiles/ExtendsOrder.mos | M testsuite/flattening/modelica/mosfiles/ExternalFunctionResultOrder.mos | M testsuite/flattening/modelica/mosfiles/ExternalLibraryFunction.mos | M testsuite/flattening/modelica/mosfiles/FinalTests.mos | M testsuite/flattening/modelica/mosfiles/FuncNamespace.mos | M testsuite/flattening/modelica/mosfiles/FunctionDefaultArg.mos | M testsuite/flattening/modelica/mosfiles/GroupImport.mos | M testsuite/flattening/modelica/mosfiles/ISO-8859-1.mos | M testsuite/flattening/modelica/mosfiles/IntAddSubOverflow.mos | M testsuite/flattening/modelica/mosfiles/IntDivOverflow.mos | M testsuite/flattening/modelica/mosfiles/IntMulOverflow.mos | M testsuite/flattening/modelica/mosfiles/IntPowOverflow.mos | M testsuite/flattening/modelica/mosfiles/LeastSquares.mos | M testsuite/flattening/modelica/mosfiles/LookupBuiltin.mos | M testsuite/flattening/modelica/mosfiles/LookupPackageFail.mo | M testsuite/flattening/modelica/mosfiles/LookupPackageFail.mos | M testsuite/flattening/modelica/mosfiles/Model1.mos | M testsuite/flattening/modelica/mosfiles/Model2.mos | M testsuite/flattening/modelica/mosfiles/ModifierProblem.mo | M testsuite/flattening/modelica/mosfiles/ModifierProblem.mos | M testsuite/flattening/modelica/mosfiles/ModifierVariabilityError.mos | M testsuite/flattening/modelica/mosfiles/NotbasicType.mos | M testsuite/flattening/modelica/mosfiles/NotbasicType2.mos | M testsuite/flattening/modelica/mosfiles/OverloadingFunc.mos | M testsuite/flattening/modelica/mosfiles/QuotedFunction.mos | M testsuite/flattening/modelica/mosfiles/Return.mo | M testsuite/flattening/modelica/mosfiles/Return.mos | M testsuite/flattening/modelica/mosfiles/StringArrayReturn.mos | M testsuite/flattening/modelica/mosfiles/TestLoadModel.mos | M testsuite/flattening/modelica/mosfiles/TransformerYY.mos | M testsuite/flattening/modelica/mosfiles/UnpOpPrecedence.mos | M testsuite/flattening/modelica/mosfiles/UnusedVariable.mos | M testsuite/flattening/modelica/mosfiles/WhileStatement.mos | M testsuite/flattening/modelica/mosfiles/WhileStatementIllegal.mos | M testsuite/flattening/modelica/mosfiles/ZeroDims.mos | M testsuite/flattening/modelica/mosfiles/ZeroRange.mos | M testsuite/flattening/modelica/mosfiles/cat.mos | M testsuite/flattening/modelica/mosfiles/func_bubble.mos | M testsuite/flattening/modelica/mosfiles/func_explicit_typeconv.mos | M testsuite/flattening/modelica/mosfiles/func_factorial.mos | M testsuite/flattening/modelica/mosfiles/func_multiple_return.mos | M testsuite/flattening/modelica/mosfiles/vaporizing.mos | M testsuite/flattening/modelica/msl/BC1.mo | M testsuite/flattening/modelica/msl/BC10.mo | M testsuite/flattening/modelica/msl/BC11.mo | M testsuite/flattening/modelica/msl/BC2.mo | M testsuite/flattening/modelica/msl/BC3.mo | M testsuite/flattening/modelica/msl/BC4.mo | M testsuite/flattening/modelica/msl/BC5.mo | M testsuite/flattening/modelica/msl/BC6.mo | M testsuite/flattening/modelica/msl/BC7.mo | M testsuite/flattening/modelica/msl/BC8.mo | M testsuite/flattening/modelica/msl/BC9.mo | M testsuite/flattening/modelica/msl/BM1.mo | M testsuite/flattening/modelica/msl/BM10.mo | M testsuite/flattening/modelica/msl/BM11.mo | M testsuite/flattening/modelica/msl/BM12.mo | M testsuite/flattening/modelica/msl/BM13.mo | M testsuite/flattening/modelica/msl/BM14.mo | M testsuite/flattening/modelica/msl/BM15.mo | M testsuite/flattening/modelica/msl/BM16.mo | M testsuite/flattening/modelica/msl/BM17.mo | M testsuite/flattening/modelica/msl/BM18.mo | M testsuite/flattening/modelica/msl/BM19.mo | M testsuite/flattening/modelica/msl/BM2.mo | M testsuite/flattening/modelica/msl/BM20.mo | M testsuite/flattening/modelica/msl/BM21.mo | M testsuite/flattening/modelica/msl/BM22.mo | M testsuite/flattening/modelica/msl/BM23.mo | M testsuite/flattening/modelica/msl/BM24.mo | M testsuite/flattening/modelica/msl/BM25.mo | M testsuite/flattening/modelica/msl/BM26.mo | M testsuite/flattening/modelica/msl/BM27.mo | M testsuite/flattening/modelica/msl/BM28.mo | M testsuite/flattening/modelica/msl/BM3.mo | M testsuite/flattening/modelica/msl/BM4.mo | M testsuite/flattening/modelica/msl/BM5.mo | M testsuite/flattening/modelica/msl/BM6.mo | M testsuite/flattening/modelica/msl/BM7.mo | M testsuite/flattening/modelica/msl/BM8.mo | M testsuite/flattening/modelica/msl/BM9.mo | M testsuite/flattening/modelica/msl/BN1.mo | M testsuite/flattening/modelica/msl/BN2.mo | M testsuite/flattening/modelica/msl/BN3.mo | M testsuite/flattening/modelica/msl/BS1.mo | M testsuite/flattening/modelica/msl/BS10.mo | M testsuite/flattening/modelica/msl/BS11.mo | M testsuite/flattening/modelica/msl/BS12.mo | M testsuite/flattening/modelica/msl/BS13.mo | M testsuite/flattening/modelica/msl/BS14.mo | M testsuite/flattening/modelica/msl/BS15.mo | M testsuite/flattening/modelica/msl/BS16.mo | M testsuite/flattening/modelica/msl/BS17.mo | M testsuite/flattening/modelica/msl/BS2.mo | M testsuite/flattening/modelica/msl/BS3.mo | M testsuite/flattening/modelica/msl/BS4.mo | M testsuite/flattening/modelica/msl/BS5.mo | M testsuite/flattening/modelica/msl/BS6.mo | M testsuite/flattening/modelica/msl/BS7.mo | M testsuite/flattening/modelica/msl/BS8.mo | M testsuite/flattening/modelica/msl/BS9.mo | M testsuite/flattening/modelica/msl/Gear.mo | M testsuite/flattening/modelica/operators/And.mo | M testsuite/flattening/modelica/operators/Cardinality.mo | M testsuite/flattening/modelica/operators/Cardinality2.mo | M testsuite/flattening/modelica/operators/Cardinality3.mo | M testsuite/flattening/modelica/operators/CardinalityArray.mo | M testsuite/flattening/modelica/operators/Cat1.mo | M testsuite/flattening/modelica/operators/CondOperators.mo | M testsuite/flattening/modelica/operators/ConstantLogicalRelations.mo | M testsuite/flattening/modelica/operators/Equals.mo | M testsuite/flattening/modelica/operators/Expressions.mo | M testsuite/flattening/modelica/operators/GreaterThan.mo | M testsuite/flattening/modelica/operators/GreaterThanEqual.mo | M testsuite/flattening/modelica/operators/ImplicitRangeReductionInvalid1.mo | M testsuite/flattening/modelica/operators/ImplicitRangeReductionInvalid2.mo | M testsuite/flattening/modelica/operators/ImplicitRangeReductionInvalid3.mo | M testsuite/flattening/modelica/operators/ImplicitRangeReductionInvalid4.mo | M testsuite/flattening/modelica/operators/ImplicitRangeReductions.mo | M testsuite/flattening/modelica/operators/IntAdd.mo | M testsuite/flattening/modelica/operators/IntDiv.mo | M testsuite/flattening/modelica/operators/IntMul.mo | M testsuite/flattening/modelica/operators/IntPow.mo | M testsuite/flattening/modelica/operators/IntSub.mo | M testsuite/flattening/modelica/operators/LessThan.mo | M testsuite/flattening/modelica/operators/LessThanEqual.mo | M testsuite/flattening/modelica/operators/NoEvent1.mo | M testsuite/flattening/modelica/operators/NonConstantReduction.mo | M testsuite/flattening/modelica/operators/Not.mo | M testsuite/flattening/modelica/operators/NotEquals.mo | M testsuite/flattening/modelica/operators/OperatorComponents.mo | M testsuite/flattening/modelica/operators/OperatorFunction1.mo | M testsuite/flattening/modelica/operators/OperatorFunction2.mo | M testsuite/flattening/modelica/operators/OperatorIllegal.mo | M testsuite/flattening/modelica/operators/OperatorSimple.mo | M testsuite/flattening/modelica/operators/Operators.mo | M testsuite/flattening/modelica/operators/OperatorsTuples.mo | M testsuite/flattening/modelica/operators/Or.mo | M testsuite/flattening/modelica/operators/Pow.mo | M testsuite/flattening/modelica/operators/RealAdd.mo | M testsuite/flattening/modelica/operators/RealAddEw.mo | M testsuite/flattening/modelica/operators/RealDiv.mo | M testsuite/flattening/modelica/operators/RealDivEw.mo | M testsuite/flattening/modelica/operators/RealMul.mo | M testsuite/flattening/modelica/operators/RealMulEw.mo | M testsuite/flattening/modelica/operators/RealPow.mo | M testsuite/flattening/modelica/operators/RealPowEw.mo | M testsuite/flattening/modelica/operators/RealSub.mo | M testsuite/flattening/modelica/operators/RealSubEw.mo | M testsuite/flattening/modelica/operators/Reductions.mo | M testsuite/flattening/modelica/operators/ReinitArray.mo | M testsuite/flattening/modelica/operators/ReinitInvalidType.mo | M testsuite/flattening/modelica/operators/ReinitInvalidType2.mo | M testsuite/flattening/modelica/operators/ReinitInvalidType3.mo | M testsuite/flattening/modelica/operators/Terminal1.mo | M testsuite/flattening/modelica/operators/Terminal2.mo | M testsuite/flattening/modelica/operators/reinit.mo | M testsuite/flattening/modelica/others/BoolArrayTest.mo | M testsuite/flattening/modelica/others/BooleanDim.mo | M testsuite/flattening/modelica/others/BooleanEnumDims.mo | M testsuite/flattening/modelica/others/BooleanLiterals.mo | M testsuite/flattening/modelica/others/BooleanRanges.mo | M testsuite/flattening/modelica/others/CheckInstantiationLimit.mo | M testsuite/flattening/modelica/others/Circuit1.mo | M testsuite/flattening/modelica/others/Class1.mo | M testsuite/flattening/modelica/others/Class2.mo | M testsuite/flattening/modelica/others/Comment1.mo | M testsuite/flattening/modelica/others/Comment2.mo | M testsuite/flattening/modelica/others/ComponentNames.mo | M testsuite/flattening/modelica/others/ComponentNames2.mo | M testsuite/flattening/modelica/others/ComponentNamesRedecl.mo | M testsuite/flattening/modelica/others/ConditionalComponent.mo | M testsuite/flattening/modelica/others/ConstrainingType1.mo | M testsuite/flattening/modelica/others/ConstrainingType2.mo | M testsuite/flattening/modelica/others/ConstrainingType3.mo | M testsuite/flattening/modelica/others/CyclicBindingConditional.mo | M testsuite/flattening/modelica/others/CyclicBindingConst.mo | M testsuite/flattening/modelica/others/CyclicBindingParam.mo | M testsuite/flattening/modelica/others/Derivative1.mo | M testsuite/flattening/modelica/others/DiagonalBlock.mo | M testsuite/flattening/modelica/others/DocString.mo | M testsuite/flattening/modelica/others/DotOperator.mo | M testsuite/flattening/modelica/others/DuplicateElements.mo | M testsuite/flattening/modelica/others/DuplicateElementsEquivalent.mo | M testsuite/flattening/modelica/others/DuplicateElementsExtends.mo | M testsuite/flattening/modelica/others/DuplicateElementsExtendsEquivalent.mo | M testsuite/flattening/modelica/others/DuplicateElementsNonEquivalent.mo | M testsuite/flattening/modelica/others/Each1.mo | M testsuite/flattening/modelica/others/End.mo | M testsuite/flattening/modelica/others/EndIllegal.mo | M testsuite/flattening/modelica/others/EndUnknown.mo | M testsuite/flattening/modelica/others/ExtObjError.mo | M testsuite/flattening/modelica/others/ExtObjError2.mo | M testsuite/flattening/modelica/others/FaultNonPropagation.mo | M testsuite/flattening/modelica/others/FlexibleShaftNonLinearTotal.mo | M testsuite/flattening/modelica/others/FlowInvalid1.mo | M testsuite/flattening/modelica/others/ForIterator1.mo | M testsuite/flattening/modelica/others/ForIterator2.mo | M testsuite/flattening/modelica/others/ForIterator3.mo | M testsuite/flattening/modelica/others/ForceAndTorque.mo | M testsuite/flattening/modelica/others/GetInstanceName.mo | M testsuite/flattening/modelica/others/Homotopy.mo | M testsuite/flattening/modelica/others/Homotopy.mos | M testsuite/flattening/modelica/others/IconsRecursiveTest.mo | M testsuite/flattening/modelica/others/IfExpCombiTable1.mo | M testsuite/flattening/modelica/others/IfExpCombiTable2.mo | M testsuite/flattening/modelica/others/IllegalSubscript.mo | M testsuite/flattening/modelica/others/Influenza.mo | M testsuite/flattening/modelica/others/InvertedPendulumTotal.mo | M testsuite/flattening/modelica/others/ModelAccess.mo | M testsuite/flattening/modelica/others/ModelSimple.mo | M testsuite/flattening/modelica/others/NamedArguments.mo | M testsuite/flattening/modelica/others/NestedClasses.mo | M testsuite/flattening/modelica/others/NonfixedParamSubscript.mo | M testsuite/flattening/modelica/others/NotDependsRecursive.mo | M testsuite/flattening/modelica/others/OverrideFinalTest.mo | M testsuite/flattening/modelica/others/PDEModelicaTest.mos | M testsuite/flattening/modelica/others/PEXPipeTotal.mo | M testsuite/flattening/modelica/others/Partial1.mo | M testsuite/flattening/modelica/others/Philosopher.mo | M testsuite/flattening/modelica/others/Philosopher2.mo | M testsuite/flattening/modelica/others/Protected1.mo | M testsuite/flattening/modelica/others/ProtectedAccess.mo | M testsuite/flattening/modelica/others/ProtectedAccess2.mo | M testsuite/flattening/modelica/others/PublicAccess.mo | M testsuite/flattening/modelica/others/RecursiveDefinition.mo | M testsuite/flattening/modelica/others/RecursiveShort.mo | M testsuite/flattening/modelica/others/ReturnError.mo | M testsuite/flattening/modelica/others/SampleError.mo | M testsuite/flattening/modelica/others/Sequence.mo | M testsuite/flattening/modelica/others/ShortClassDef.mo | M testsuite/flattening/modelica/others/Simplify.mo | M testsuite/flattening/modelica/others/Simplify2.mo | M testsuite/flattening/modelica/others/SimplifyAbs.mo | M testsuite/flattening/modelica/others/SimplifyBinary.mo | M testsuite/flattening/modelica/others/SimplifyInteger1.mo | M testsuite/flattening/modelica/others/SimplifyRangeInCall.mo | M testsuite/flattening/modelica/others/SmallLinsys.mo | M testsuite/flattening/modelica/others/Splice.mo | M testsuite/flattening/modelica/others/SpliceUnknownDest.mo | M testsuite/flattening/modelica/others/StringBoolean.mo | M testsuite/flattening/modelica/others/StringConcatenation.mo | M testsuite/flattening/modelica/others/StringConversion.mo | M testsuite/flattening/modelica/others/StringInteger.mo | M testsuite/flattening/modelica/others/StringLiterals.mo | M testsuite/flattening/modelica/others/StringPool.mo | M testsuite/flattening/modelica/others/StringReal.mo | M testsuite/flattening/modelica/others/StructuralParameter1.mo | M testsuite/flattening/modelica/others/SubScript1.mo | M testsuite/flattening/modelica/others/SubScript2.mo | M testsuite/flattening/modelica/others/SubScript3.mo | M testsuite/flattening/modelica/others/SubscriptEval.mo | M testsuite/flattening/modelica/others/Switch.mo | M testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos | M testsuite/flattening/modelica/others/VectorizeExtendedType.mo | M testsuite/flattening/modelica/others/WillowForest.mo | M testsuite/flattening/modelica/others/if_then_elseif_else.mo | M testsuite/flattening/modelica/others/prtest.mo | M testsuite/flattening/modelica/packages/ComplexNumbers.mo | M testsuite/flattening/modelica/packages/Encapsulated1.mo | M testsuite/flattening/modelica/packages/Encapsulated2.mo | M testsuite/flattening/modelica/packages/Encapsulated3.mo | M testsuite/flattening/modelica/packages/Encapsulated4.mo | M testsuite/flattening/modelica/packages/Import1.mo | M testsuite/flattening/modelica/packages/Import2.mo | M testsuite/flattening/modelica/packages/Import3.mo | M testsuite/flattening/modelica/packages/Import4.mo | M testsuite/flattening/modelica/packages/Import5.mo | M testsuite/flattening/modelica/packages/Import6.mo | M testsuite/flattening/modelica/packages/Import7.mo | M testsuite/flattening/modelica/packages/ImportSelf1.mo | M testsuite/flattening/modelica/packages/PackageComponents.mo | M testsuite/flattening/modelica/packages/PackageIllegal.mo | M testsuite/flattening/modelica/packages/PackageParameter.mo | M testsuite/flattening/modelica/packages/PackageSimple.mo | M testsuite/flattening/modelica/packages/package-s-1.mo | M testsuite/flattening/modelica/packages/packages1.mo | M testsuite/flattening/modelica/packages/packages2.mo | M testsuite/flattening/modelica/records/ComplexBinding1.mo | M testsuite/flattening/modelica/records/DefaultRecordParameters.mo | M testsuite/flattening/modelica/records/Derived1.mo | M testsuite/flattening/modelica/records/Derived2.mo | M testsuite/flattening/modelica/records/EmptyRecordTestConstructor.mos | M testsuite/flattening/modelica/records/EmptyRecordTestInput.mos | M testsuite/flattening/modelica/records/EngineSAAB95Total.mo | M testsuite/flattening/modelica/records/IntegerRealCast.mo | M testsuite/flattening/modelica/records/MatrixMultiplicationRecordTypes.mo | M testsuite/flattening/modelica/records/NestedRecordTestConstructor.mos | M testsuite/flattening/modelica/records/NestedRecordTestInput.mos | M testsuite/flattening/modelica/records/OperatorOverloadComplex.mo | M testsuite/flattening/modelica/records/OperatorOverloadComplexArray.mo | M testsuite/flattening/modelica/records/Record1.mo | M testsuite/flattening/modelica/records/RecordAssignment.mo | M testsuite/flattening/modelica/records/RecordBindingsOrdered.mo | M testsuite/flattening/modelica/records/RecordClassModOutput.mo | M testsuite/flattening/modelica/records/RecordConnections.mo | M testsuite/flattening/modelica/records/RecordConstant1.mo | M testsuite/flattening/modelica/records/RecordConstant2.mo | M testsuite/flattening/modelica/records/RecordConstant3.mo | M testsuite/flattening/modelica/records/RecordConstant4.mo | M testsuite/flattening/modelica/records/RecordConstructorVectorization.mo | M testsuite/flattening/modelica/records/RecordConstructors.mo | M testsuite/flattening/modelica/records/RecordConstructors2.mo | M testsuite/flattening/modelica/records/RecordDefaultArg.mo | M testsuite/flattening/modelica/records/RecordDefaultArgMod.mo | M testsuite/flattening/modelica/records/RecordEnumBinding.mo | M testsuite/flattening/modelica/records/RecordEquationSize.mos | M testsuite/flattening/modelica/records/RecordFuncParam.mo | M testsuite/flattening/modelica/records/RecordFuncParam.mos | M testsuite/flattening/modelica/records/RecordModifications.mo | M testsuite/flattening/modelica/records/RecordModifications2.mo | M testsuite/flattening/modelica/records/RecordNonPublic.mo | M testsuite/flattening/modelica/records/RecordParameters.mos | M testsuite/flattening/modelica/records/RecordPrefixes.mo | M testsuite/flattening/modelica/records/RecordSimple.mo | M testsuite/flattening/modelica/records/RecordSliceAssign.mo | M testsuite/flattening/modelica/records/RecordVariability.mo | M testsuite/flattening/modelica/records/SimpleRecordTestConstructor.mos | M testsuite/flattening/modelica/records/SimpleRecordTestInput.mos | M testsuite/flattening/modelica/redeclare/AttributesPropagation.mo | M testsuite/flattening/modelica/redeclare/BranchingDynamicPipes.mo | M testsuite/flattening/modelica/redeclare/Bug2695.mo | M testsuite/flattening/modelica/redeclare/Bug2727.mo | M testsuite/flattening/modelica/redeclare/Bug2784.mo | M testsuite/flattening/modelica/redeclare/Bug3239.mo | M testsuite/flattening/modelica/redeclare/ClassExtends1.mo | M testsuite/flattening/modelica/redeclare/ClassExtends2.mo | M testsuite/flattening/modelica/redeclare/ClassExtends3.mo | M testsuite/flattening/modelica/redeclare/ClassExtends4.mo | M testsuite/flattening/modelica/redeclare/ClassExtends5.mo | M testsuite/flattening/modelica/redeclare/ClassExtends6.mo | M testsuite/flattening/modelica/redeclare/ClassExtendsInvalid1.mo | M testsuite/flattening/modelica/redeclare/ClassExtendsInvalid2.mo | M testsuite/flattening/modelica/redeclare/ComparePSD.mo | M testsuite/flattening/modelica/redeclare/ConstantRedeclareModifier.mo | M testsuite/flattening/modelica/redeclare/ConstrainedByMods.mo | M testsuite/flattening/modelica/redeclare/ConstrainingType1.mo | M testsuite/flattening/modelica/redeclare/ConstrainingType2.mo | M testsuite/flattening/modelica/redeclare/Dependency.mos | M testsuite/flattening/modelica/redeclare/DuplicateRedeclares1.mo | M testsuite/flattening/modelica/redeclare/DuplicateRedeclares2.mo | M testsuite/flattening/modelica/redeclare/ExtendsDerived.mo | M testsuite/flattening/modelica/redeclare/FinalRedeclareModifier.mo | M testsuite/flattening/modelica/redeclare/FinalRedeclareModifier2.mo | M testsuite/flattening/modelica/redeclare/IgnoreReplaceable.mo | M testsuite/flattening/modelica/redeclare/Modification1.mo | M testsuite/flattening/modelica/redeclare/Modification2.mo | M testsuite/flattening/modelica/redeclare/ModifiersPriority.mo | M testsuite/flattening/modelica/redeclare/NonexistentElementRedeclare1.mo | M testsuite/flattening/modelica/redeclare/NonexistentElementRedeclare2.mo | M testsuite/flattening/modelica/redeclare/RDCL.mo | M testsuite/flattening/modelica/redeclare/Redeclare1.mo | M testsuite/flattening/modelica/redeclare/Redeclare2.mo | M testsuite/flattening/modelica/redeclare/Redeclare3.mo | M testsuite/flattening/modelica/redeclare/Redeclare4.mo | M testsuite/flattening/modelica/redeclare/Redeclare5.mo | M testsuite/flattening/modelica/redeclare/Redeclare6.mo | M testsuite/flattening/modelica/redeclare/Redeclare6.mos | M testsuite/flattening/modelica/redeclare/RedeclareArrayComponent1.mo | M testsuite/flattening/modelica/redeclare/RedeclareBaseClass1.mo | M testsuite/flattening/modelica/redeclare/RedeclareClass1.mo | M testsuite/flattening/modelica/redeclare/RedeclareClass2.mo | M testsuite/flattening/modelica/redeclare/RedeclareClass3.mo | M testsuite/flattening/modelica/redeclare/RedeclareClass4.mo | M testsuite/flattening/modelica/redeclare/RedeclareComponent1.mo | M testsuite/flattening/modelica/redeclare/RedeclareComponent2.mo | M testsuite/flattening/modelica/redeclare/RedeclareComponent3.mo | M testsuite/flattening/modelica/redeclare/RedeclareComponentInvalid1.mo | M testsuite/flattening/modelica/redeclare/RedeclareComponentInvalid2.mo | M testsuite/flattening/modelica/redeclare/RedeclareComponentInvalid3.mo | M testsuite/flattening/modelica/redeclare/RedeclareElementCondition.mo | M testsuite/flattening/modelica/redeclare/RedeclareFlowEffort.mo | M testsuite/flattening/modelica/redeclare/RedeclareFunction.mo | M testsuite/flattening/modelica/redeclare/RedeclareFunction1.mo | M testsuite/flattening/modelica/redeclare/RedeclareFunctionSameType.mo | M testsuite/flattening/modelica/redeclare/RedeclareInClassModification.mo | M testsuite/flattening/modelica/redeclare/RedeclareLocalClass.mo | M testsuite/flattening/modelica/redeclare/RedeclareModifierInvalid1.mo | M testsuite/flattening/modelica/redeclare/RedeclareModifierInvalid2.mo | M testsuite/flattening/modelica/redeclare/RedeclareNoCC1.mo | M testsuite/flattening/modelica/redeclare/RedeclareRecordComponent1.mo | M testsuite/flattening/modelica/redeclare/RedeclareVisibility.mo | M testsuite/flattening/modelica/redeclare/RedeclareVisibility2.mo | M testsuite/flattening/modelica/redeclare/ReplaceableBaseClass.mo | M testsuite/flattening/modelica/redeclare/TestPackageInheritance.mos | M testsuite/flattening/modelica/redeclare/TestRedeclareTypeWithArrayDimensions.mo | M testsuite/flattening/modelica/redeclare/example.mo | M testsuite/flattening/modelica/scodeinst/End2.mo | M testsuite/flattening/modelica/scodeinst/FunctionMultiOutput3.mo | M testsuite/flattening/modelica/scodeinst/FunctionMultiOutput4.mo | M testsuite/flattening/modelica/scodeinst/FunctionMultiOutput5.mo | M testsuite/flattening/modelica/scodeinst/ParameterBug.mos | M testsuite/flattening/modelica/scoping/DependsMutual.mo | M testsuite/flattening/modelica/scoping/DependsRecursive.mo | M testsuite/flattening/modelica/scoping/InnerClass1.mo | M testsuite/flattening/modelica/scoping/InnerEnumeration.mo | M testsuite/flattening/modelica/scoping/InnerOuter1.mo | M testsuite/flattening/modelica/scoping/InnerOuter2.mo | M testsuite/flattening/modelica/scoping/InnerOuterArray.mo | M testsuite/flattening/modelica/scoping/InnerOuterArray2.mo | M testsuite/flattening/modelica/scoping/InnerOuterSamePrefix.mo | M testsuite/flattening/modelica/scoping/InnerOuterSystem.mo | M testsuite/flattening/modelica/scoping/InnerOuterWithExtends.mo | M testsuite/flattening/modelica/scoping/Lookup1.mo | M testsuite/flattening/modelica/scoping/Lookup10.mo | M testsuite/flattening/modelica/scoping/Lookup11.mo | M testsuite/flattening/modelica/scoping/Lookup2.mo | M testsuite/flattening/modelica/scoping/Lookup3.mo | M testsuite/flattening/modelica/scoping/Lookup4.mo | M testsuite/flattening/modelica/scoping/Lookup5.mo | M testsuite/flattening/modelica/scoping/Lookup6.mo | M testsuite/flattening/modelica/scoping/Lookup7.mo | M testsuite/flattening/modelica/scoping/Lookup8.mo | M testsuite/flattening/modelica/scoping/Lookup9.mo | M testsuite/flattening/modelica/scoping/LookupArray.mo | M testsuite/flattening/modelica/scoping/PartialLookup1.mo | M testsuite/flattening/modelica/scoping/PartialLookup2.mo | M testsuite/flattening/modelica/scoping/ProtectedStructural.mo | M testsuite/flattening/modelica/statemachines/ActiveStateTest.mo | M testsuite/flattening/modelica/statemachines/ConferenceTut1.mo | M testsuite/flattening/modelica/statemachines/HierarchicalAndParallelStateMachine.mo | M testsuite/flattening/modelica/statemachines/InitialState2Test.mo | M testsuite/flattening/modelica/statemachines/InitialStateTest.mo | M testsuite/flattening/modelica/statemachines/TicksInStateTest.mo | M testsuite/flattening/modelica/statemachines/TimeInStateTest.mo | M testsuite/flattening/modelica/statemachines/TransitionTest.mo | M testsuite/flattening/modelica/streams/ActualStream.mo | M testsuite/flattening/modelica/streams/ActualStreamCodeGen.mo | M testsuite/flattening/modelica/streams/ActualStreamCodeGen.mos | M testsuite/flattening/modelica/streams/ActualStreamMinMax.mo | M testsuite/flattening/modelica/streams/InStreamFlowThreshold.mo | M testsuite/flattening/modelica/streams/InStreamInsideOutside.mo | M testsuite/flattening/modelica/streams/InStreamInvalidArgument.mo | M testsuite/flattening/modelica/streams/InStreamNominalThreshold.mo | M testsuite/flattening/modelica/streams/InStreamPipeline.mo | M testsuite/flattening/modelica/streams/InStreamTwoInside.mo | M testsuite/flattening/modelica/streams/InStreamTwoOutside.mo | M testsuite/flattening/modelica/streams/InStreamUnconnected.mo | M testsuite/flattening/modelica/streams/StreamConcept_NoMedium_Total.mo | M testsuite/flattening/modelica/streams/StreamUnbalancedConnector.mo | M testsuite/flattening/modelica/synchronous/BackSampleTest.mo | M testsuite/flattening/modelica/synchronous/ClockTest.mo | M testsuite/flattening/modelica/synchronous/HoldTest.mo | M testsuite/flattening/modelica/synchronous/IntervalTest.mo | M testsuite/flattening/modelica/synchronous/NoClockTest.mo | M testsuite/flattening/modelica/synchronous/PreviousTest.mo | M testsuite/flattening/modelica/synchronous/SampleTest.mo | M testsuite/flattening/modelica/synchronous/SamplingWithClocks.mos | M testsuite/flattening/modelica/synchronous/ShiftSampleTest.mo | M testsuite/flattening/modelica/synchronous/SubSampleTest.mo | M testsuite/flattening/modelica/synchronous/SuperSampleTest.mo | M testsuite/flattening/modelica/synchronous/SynchronousFeatures.ControlledMass.mos | M testsuite/flattening/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos | M testsuite/flattening/modelica/synchronous/SynchronousFeatures.SpeedControl.mos | M testsuite/flattening/modelica/synchronous/SynchronousFeatures.VaryingClock.mos | M testsuite/flattening/modelica/synchronous/WhenClocks.mo | M testsuite/flattening/modelica/types/ColorPixel.mo | M testsuite/flattening/modelica/types/IntegerToEnumeration.mo | M testsuite/flattening/modelica/types/PredefinedTypes.mo | M testsuite/flattening/modelica/types/Real2Integer1.mo | M testsuite/flattening/modelica/types/Real2Integer2.mo | M testsuite/flattening/modelica/types/Real2Integer3.mo | M testsuite/flattening/modelica/types/RefinedSimpleCircuitInvalid.mo | M testsuite/flattening/modelica/types/RefinedSimpleCircuitValid.mo | M testsuite/flattening/modelica/types/RefinedSimpleCircuitValid2.mo | M testsuite/flattening/modelica/types/Type1.mo | M testsuite/flattening/modelica/types/Type10.mo | M testsuite/flattening/modelica/types/Type11.mo | M testsuite/flattening/modelica/types/Type3.mo | M testsuite/flattening/modelica/types/Type4.mo | M testsuite/flattening/modelica/types/Type5.mo | M testsuite/flattening/modelica/types/Type6.mo | M testsuite/flattening/modelica/types/Type7.mo | M testsuite/flattening/modelica/types/Type8.mo | M testsuite/flattening/modelica/types/Type9.mo | M testsuite/flattening/modelica/types/TypeArray.mo | M testsuite/flattening/modelica/types/TypeClass1.mo | M testsuite/flattening/modelica/types/TypeClass2.mo | M testsuite/flattening/modelica/types/TypeDeclArray.mo | M testsuite/flattening/modelica/types/TypeEnumeration.mo | M testsuite/flattening/modelica/types/TypeSimple.mo | M testsuite/flattening/modelica/types/modelica_1_1_Type10.mo | M testsuite/flattening/modelica/types/modelica_1_1_Type9.mo | M testsuite/metamodelica/MetaModelicaDev/01_experiment/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos | M testsuite/metamodelica/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos | M testsuite/metamodelica/MetaModelicaDev/02a_exp1/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/02b_exp2/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos | M testsuite/metamodelica/MetaModelicaDev/04_assignment/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/04_assignment/SOLUTION.mos | M testsuite/metamodelica/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos | M testsuite/metamodelica/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/06_advanced/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/06_advanced/SOLUTION.mos | M testsuite/metamodelica/MetaModelicaDev/08_pam/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/09_pamdecl/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/10_pamtrans/SCRIPT.mos | M testsuite/metamodelica/MetaModelicaDev/11_petrol/SCRIPT.mos | M testsuite/metamodelica/meta/AlgPatternm.mos | M testsuite/metamodelica/meta/AllWild.mos | M testsuite/metamodelica/meta/ArraySubscripting.mos | M testsuite/metamodelica/meta/AssignMatchVar.mos | M testsuite/metamodelica/meta/AssignMetaRecordField.mos | M testsuite/metamodelica/meta/BuiltinArray.mos | M testsuite/metamodelica/meta/BuiltinBoolean.mos | M testsuite/metamodelica/meta/BuiltinInteger.mos | M testsuite/metamodelica/meta/BuiltinList.mos | M testsuite/metamodelica/meta/BuiltinMisc.mos | M testsuite/metamodelica/meta/BuiltinReal.mos | M testsuite/metamodelica/meta/BuiltinString.mos | M testsuite/metamodelica/meta/CheckPatternScope.mo | M testsuite/metamodelica/meta/ComplicatedInteractive.mos | M testsuite/metamodelica/meta/Continue.mo | M testsuite/metamodelica/meta/EqPatternm.mos | M testsuite/metamodelica/meta/Equality.mos | M testsuite/metamodelica/meta/ErrorInteractiveCallFunctionPtr.mos | M testsuite/metamodelica/meta/ErrorInvalidComplexType.mo | M testsuite/metamodelica/meta/ErrorInvalidMetarecord.mo | M testsuite/metamodelica/meta/ErrorInvalidPattern1.mo | M testsuite/metamodelica/meta/ErrorInvalidPattern2.mo | M testsuite/metamodelica/meta/ErrorInvalidPattern3.mo | M testsuite/metamodelica/meta/ErrorLocalElement1.mo | M testsuite/metamodelica/meta/ErrorLocalElement2.mo | M testsuite/metamodelica/meta/ErrorLocalElement3.mo | M testsuite/metamodelica/meta/ErrorMatchInOut1.mo | M testsuite/metamodelica/meta/ErrorMatchNumOutput.mos | M testsuite/metamodelica/meta/ErrorNone.mos | M testsuite/metamodelica/meta/Failure.mos | M testsuite/metamodelica/meta/ForIterArray.mos | M testsuite/metamodelica/meta/ForIterList.mos | M testsuite/metamodelica/meta/FunctionPartialApplicationAsGeneralExp.mos | M testsuite/metamodelica/meta/FunctionReturningArray.mos | M testsuite/metamodelica/meta/InvalidWild1.mos | M testsuite/metamodelica/meta/IsPresent.mos | M testsuite/metamodelica/meta/List1.mos | M testsuite/metamodelica/meta/List2.mos | M testsuite/metamodelica/meta/List3.mos | M testsuite/metamodelica/meta/List4.mo | M testsuite/metamodelica/meta/List5.mo | M testsuite/metamodelica/meta/ListInteractive.mos | M testsuite/metamodelica/meta/ListReductionCodegen.mo | M testsuite/metamodelica/meta/ListReductionDimError.mo | M testsuite/metamodelica/meta/ListReductionInterpret.mo | M testsuite/metamodelica/meta/MatchCase1.mos | M testsuite/metamodelica/meta/MatchCase10.mos | M testsuite/metamodelica/meta/MatchCase11.mos | M testsuite/metamodelica/meta/MatchCase12.mos | M testsuite/metamodelica/meta/MatchCase13.mos | M testsuite/metamodelica/meta/MatchCase14.mo | M testsuite/metamodelica/meta/MatchCase15.mo | M testsuite/metamodelica/meta/MatchCase16.mo | M testsuite/metamodelica/meta/MatchCase17.mo | M testsuite/metamodelica/meta/MatchCase2.mos | M testsuite/metamodelica/meta/MatchCase3.mos | M testsuite/metamodelica/meta/MatchCase4.mos | M testsuite/metamodelica/meta/MatchCase5.mos | M testsuite/metamodelica/meta/MatchCase6.mos | M testsuite/metamodelica/meta/MatchCase7.mos | M testsuite/metamodelica/meta/MatchCase8.mos | M testsuite/metamodelica/meta/MatchCase9.mos | M testsuite/metamodelica/meta/MatchCaseGuard.mos | M testsuite/metamodelica/meta/MatchCaseInteractive1.mos | M testsuite/metamodelica/meta/MatchCaseInteractive2.mos | M testsuite/metamodelica/meta/MatchCaseInteractive3.mos | M testsuite/metamodelica/meta/MatchDotNotation.mos | M testsuite/metamodelica/meta/MatchElse1.mos | M testsuite/metamodelica/meta/MatchIfEquation1.mos | M testsuite/metamodelica/meta/MatchNoRetCall.mos | M testsuite/metamodelica/meta/MatchShadowing.mo | M testsuite/metamodelica/meta/OptimizeContinue.mo | M testsuite/metamodelica/meta/OptimizeMatchToIfExp.mo | M testsuite/metamodelica/meta/OptionInteractive.mos | M testsuite/metamodelica/meta/PackageConst1.mos | M testsuite/metamodelica/meta/PartialFn1.mo | M testsuite/metamodelica/meta/PartialFn10.mos | M testsuite/metamodelica/meta/PartialFn11.mo | M testsuite/metamodelica/meta/PartialFn11.mos | M testsuite/metamodelica/meta/PartialFn12.mo | M testsuite/metamodelica/meta/PartialFn12.mos | M testsuite/metamodelica/meta/PartialFn13.mo | M testsuite/metamodelica/meta/PartialFn13.mos | M testsuite/metamodelica/meta/PartialFn14.mo | M testsuite/metamodelica/meta/PartialFn14.mos | M testsuite/metamodelica/meta/PartialFn15.mo | M testsuite/metamodelica/meta/PartialFn16.mos | M testsuite/metamodelica/meta/PartialFn2.mo | M testsuite/metamodelica/meta/PartialFn2.mos | M testsuite/metamodelica/meta/PartialFn3.mos | M testsuite/metamodelica/meta/PartialFn4.mo | M testsuite/metamodelica/meta/PartialFn5.mo | M testsuite/metamodelica/meta/PartialFn6.mo | M testsuite/metamodelica/meta/PartialFn7.mo | M testsuite/metamodelica/meta/PartialFn8.mo | M testsuite/metamodelica/meta/PartialFn8.mos | M testsuite/metamodelica/meta/PartialFn9.mo | M testsuite/metamodelica/meta/PartialFn9.mos | M testsuite/metamodelica/meta/PartialFnDefaultBinding.mos | M testsuite/metamodelica/meta/PatternMatchInvalidType.mo | M testsuite/metamodelica/meta/Polymorphic.mos | M testsuite/metamodelica/meta/Polymorphic2.mos | M testsuite/metamodelica/meta/PolymorphicCallTypeSpec1.mos | M testsuite/metamodelica/meta/PolymorphicCallTypeSpec2.mos | M testsuite/metamodelica/meta/PolymorphicCallTypeSpec3.mos | M testsuite/metamodelica/meta/PolymorphicReduction.mos | M testsuite/metamodelica/meta/Recursive.mos | M testsuite/metamodelica/meta/ReturnInTryBlock.mos | M testsuite/metamodelica/meta/ScalarArrayOperations.mos | M testsuite/metamodelica/meta/Shadowing1.mos | M testsuite/metamodelica/meta/Shadowing2.mos | M testsuite/metamodelica/meta/ShortPackageDefinition.mo | M testsuite/metamodelica/meta/Simplify1.mos | M testsuite/metamodelica/meta/StringBoxed.mos | M testsuite/metamodelica/meta/SwitchString.mos | M testsuite/metamodelica/meta/TailRecursion.mo | M testsuite/metamodelica/meta/TailRecursionNoretcall.mos | M testsuite/metamodelica/meta/ThreadedReduction.mos | M testsuite/metamodelica/meta/Ticket2974.mos | M testsuite/metamodelica/meta/Ticket3005.mos | M testsuite/metamodelica/meta/Try.mos | M testsuite/metamodelica/meta/TryExtends.mos | M testsuite/metamodelica/meta/TupleInteractive.mos | M testsuite/metamodelica/meta/UnboundLocal.mo | M testsuite/metamodelica/meta/UnboxCond.mo | M testsuite/metamodelica/meta/Uniontype1.mos | M testsuite/metamodelica/meta/Uniontype10.mos | M testsuite/metamodelica/meta/Uniontype11.mos | M testsuite/metamodelica/meta/Uniontype12.mos | M testsuite/metamodelica/meta/Uniontype13.mos | M testsuite/metamodelica/meta/Uniontype14.mos | M testsuite/metamodelica/meta/Uniontype15.mos | M testsuite/metamodelica/meta/Uniontype2.mos | M testsuite/metamodelica/meta/Uniontype3.mos | M testsuite/metamodelica/meta/Uniontype4.mos | M testsuite/metamodelica/meta/Uniontype5.mos | M testsuite/metamodelica/meta/Uniontype6.mos | M testsuite/metamodelica/meta/Uniontype7.mo | M testsuite/metamodelica/meta/Uniontype7.mos | M testsuite/metamodelica/meta/Uniontype8.mos | M testsuite/metamodelica/meta/Uniontype9.mos | M testsuite/metamodelica/meta/UniontypeConst1.mos | M testsuite/metamodelica/meta/UniontypeConst2.mos | M testsuite/metamodelica/meta/UniontypeConst3.mos | M testsuite/metamodelica/meta/UniontypeFunc1.mos | M testsuite/metamodelica/meta/UniontypeNestedSingelton.mos | M testsuite/metamodelica/meta/cref.mos | M testsuite/omsimulator/DualMassOscillator.mos | M testsuite/omsimulator/DualMassOscillator_cs.mos | M testsuite/omsimulator/DualMassOscillator_me.mos | M testsuite/omsimulator/enumeration.mos | M testsuite/omsimulator/enumeration2.mos | M testsuite/omsimulator/initialization.mos | M testsuite/omsimulator/initialization2.mos | M testsuite/omsimulator/initialization2_omc.mos | M testsuite/omsimulator/initialization_omc.mos | M testsuite/omsimulator/outputState.mos | M testsuite/omsimulator/outputState_omc.mos | M testsuite/omsimulator/reset.mos | M testsuite/omsimulator/reset_omc.mos | M testsuite/omsimulator/test03.mos | M testsuite/omsimulator/testDirectionalDerivatives.mos | M testsuite/openmodelica/benchmarks/checkEngineV6.mos | M testsuite/openmodelica/benchmarks/checkEngineV6_analytic.mos | M testsuite/openmodelica/benchmarks/checkHumMod.mos | M testsuite/openmodelica/benchmarks/checkRobotR3.mos | M testsuite/openmodelica/benchmarks/instEngineV6.mos | M testsuite/openmodelica/benchmarks/instEngineV6_analytic.mos | M testsuite/openmodelica/benchmarks/instHumMod.mos | M testsuite/openmodelica/benchmarks/instRobotR3.mos | M testsuite/openmodelica/bootstrapping/DiffAlgorithm.mos | M testsuite/openmodelica/bootstrapping/DumpTest.mos | M testsuite/openmodelica/bootstrapping/ExpandableArrayTest.mos | M testsuite/openmodelica/bootstrapping/ExpressionTest.mos | M testsuite/openmodelica/bootstrapping/GraphTest.mos | M testsuite/openmodelica/bootstrapping/HashTableTest.mos | M testsuite/openmodelica/bootstrapping/JSONParser.mos | M testsuite/openmodelica/bootstrapping/PVectorTest.mos | M testsuite/openmodelica/bootstrapping/PriorityQueue.mos | M testsuite/openmodelica/bootstrapping/SimplifyTest.mos | M testsuite/openmodelica/bootstrapping/System.mos | M testsuite/openmodelica/bootstrapping/UtilTest.mos | M testsuite/openmodelica/cppruntime/BouncingBall.mos | M testsuite/openmodelica/cppruntime/ClockInterval.mos | M testsuite/openmodelica/cppruntime/MultipleBaseClocks.mos | M testsuite/openmodelica/cppruntime/RefArrayDim2.mos | M testsuite/openmodelica/cppruntime/WhenStatement1.mo | M testsuite/openmodelica/cppruntime/WhenStatement1.mos | M testsuite/openmodelica/cppruntime/WhenTuple.mos | M testsuite/openmodelica/cppruntime/arraySliceTest.mos | M testsuite/openmodelica/cppruntime/clockedAlgloopTest.mos | M testsuite/openmodelica/cppruntime/clockedEventTest.mos | M testsuite/openmodelica/cppruntime/clockedSolverTest.mos | M testsuite/openmodelica/cppruntime/clockedTest.mos | M testsuite/openmodelica/cppruntime/clockedTypesTest.mos | M testsuite/openmodelica/cppruntime/externalArrayInputTest.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/Modelica.Fluid.Examples.BranchingDynamicPipes_FMU1_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches_FMU2_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/Crane_FMU2_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCombiTable2D.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testFMU2MatrixIO.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos | M testsuite/openmodelica/cppruntime/functionPointerTest.mos | M testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos | M testsuite/openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_measureTime.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_memory.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads_memory.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_metis_pthreads.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_serial_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_serial_pthreads.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_tbb.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads_spin.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_listr_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_tbb.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes_levelfix_pthreads.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler_mcp_pthreads.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_level_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_list_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/Modelica.Thermal.HeatTransfer.Examples.Motor_mcp_omp.mos | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP_HPCOM.mos | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Crane_FMU1_CPP_HPCOM.mos | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/crane.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos | M testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.Filter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.MoistAir.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos | M testsuite/openmodelica/cppruntime/mathFunctionsTest.mos | M testsuite/openmodelica/cppruntime/nameClashTest.mos | M testsuite/openmodelica/cppruntime/negatedParameter.mos | M testsuite/openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos | M testsuite/openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_csv.mos | M testsuite/openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_mat.mos | M testsuite/openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_none.mos | M testsuite/openmodelica/cppruntime/recordTupleReturnTest.mos | M testsuite/openmodelica/cppruntime/solveTest.mos | M testsuite/openmodelica/cppruntime/staticLinking/Modelica.Electrical.Analog.Examples.CauerLowPassSC_cpp_static.mos | M testsuite/openmodelica/cppruntime/tearnonlin1.mos | M testsuite/openmodelica/cppruntime/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/testMatrixIO.mos | M testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos | M testsuite/openmodelica/cppruntime/testVectorizedPowerSystem.mos | M testsuite/openmodelica/cppruntime/testVectorizedSolarSystem.mos | M testsuite/openmodelica/cppruntime/trapezoidTest.mos | M testsuite/openmodelica/cruntime/codegen/FileNamePrefix.mos | M testsuite/openmodelica/cruntime/codegen/NetworkLoop_total.mos | M testsuite/openmodelica/cruntime/codegen/bug2756.mos | M testsuite/openmodelica/cruntime/debugDumps/testDumpEvents.mos | M testsuite/openmodelica/cruntime/msvc/BouncingBall.mos | M testsuite/openmodelica/cruntime/msvc/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | M testsuite/openmodelica/cruntime/optimization/basic/BR.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon2.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon3.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon4.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRcon5.mos | M testsuite/openmodelica/cruntime/optimization/basic/BReqcon.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRinitialGuess.mos | M testsuite/openmodelica/cruntime/optimization/basic/BRscale.mos | M testsuite/openmodelica/cruntime/optimization/basic/CC.mos | M testsuite/openmodelica/cruntime/optimization/basic/CM.mos | M testsuite/openmodelica/cruntime/optimization/basic/CM2.mos | M testsuite/openmodelica/cruntime/optimization/basic/DM.mos | M testsuite/openmodelica/cruntime/optimization/basic/DMwarm.mos | M testsuite/openmodelica/cruntime/optimization/basic/DMwarmCsv.mos | M testsuite/openmodelica/cruntime/optimization/basic/LRB.mos | M testsuite/openmodelica/cruntime/optimization/basic/LRB2.mos | M testsuite/openmodelica/cruntime/optimization/basic/LV.mos | M testsuite/openmodelica/cruntime/optimization/basic/LoopTest.mos | M testsuite/openmodelica/cruntime/optimization/basic/NP.mos | M testsuite/openmodelica/cruntime/optimization/basic/OSP.mos | M testsuite/openmodelica/cruntime/optimization/basic/OSP2.mos | M testsuite/openmodelica/cruntime/optimization/basic/SC.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC2.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC3.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC4.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC6.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC7.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC8.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFCtestFlag.mos | M testsuite/openmodelica/cruntime/optimization/basic/TT.mos | M testsuite/openmodelica/cruntime/optimization/basic/TT2.mos | M testsuite/openmodelica/cruntime/optimization/basic/TT3.mos | M testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos | M testsuite/openmodelica/cruntime/optimization/basic/VDP.mos | M testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos | M testsuite/openmodelica/cruntime/optimization/basic/noOCP.mos | M testsuite/openmodelica/cruntime/optimization/basic/ocpWithInputs.mos | M testsuite/openmodelica/cruntime/optimization/basic/pendel.mos | M testsuite/openmodelica/cruntime/optimization/basic/reduce1.mos | M testsuite/openmodelica/cruntime/optimization/basic/staticOP.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop1.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop10.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop11.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop2.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop3.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop4.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop5.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop7.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop8.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop9.mos | M testsuite/openmodelica/cruntime/optimization/basic/testDerInput.mos | M testsuite/openmodelica/cruntime/optimization/basic/testSimpliCon1.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | M testsuite/openmodelica/cruntime/sensitivities/testLotkaVoltera.mos | M testsuite/openmodelica/cruntime/sensitivities/testPredatorPrey.mos | M testsuite/openmodelica/cruntime/sensitivities/testVanDerPol.mos | M testsuite/openmodelica/cruntime/sensitivities/testWorldScenario1.mos | M testsuite/openmodelica/cruntime/simoptions/nlssMaxDensity.mos | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/openmodelica/cruntime/simoptions/testDASSLnoEquidistant.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalRK.mos | M testsuite/openmodelica/cruntime/simoptions/testSinglePrecision.mos | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos | M testsuite/openmodelica/dataReconciliation/DistillationTower.mos | M testsuite/openmodelica/dataReconciliation/FlatSimpleExple.mos | M testsuite/openmodelica/dataReconciliation/FourFlows.mos | M testsuite/openmodelica/dataReconciliation/Modified_FourFlows.mos | M testsuite/openmodelica/dataReconciliation/New_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/New_TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/New_TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/New_TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/Pipe1.mos | M testsuite/openmodelica/dataReconciliation/Pipe2.mos | M testsuite/openmodelica/dataReconciliation/Pipe3.mos | M testsuite/openmodelica/dataReconciliation/Pipe4.mos | M testsuite/openmodelica/dataReconciliation/Pipe5.mos | M testsuite/openmodelica/dataReconciliation/Pipe6.mos | M testsuite/openmodelica/dataReconciliation/Splitter.mos | M testsuite/openmodelica/dataReconciliation/Splitter0.mos | M testsuite/openmodelica/dataReconciliation/Splitter1.mos | M testsuite/openmodelica/dataReconciliation/Splitter2.mos | M testsuite/openmodelica/dataReconciliation/Splitter3.mos | M testsuite/openmodelica/dataReconciliation/Splitter4.mos | M testsuite/openmodelica/dataReconciliation/Splitter_corrected.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows2.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows4.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows5.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows5_old.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter8.mos | M testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos | M testsuite/openmodelica/debugDumps/backenddaeinfo.mos | M testsuite/openmodelica/debugDumps/bltdump.mos | M testsuite/openmodelica/debugDumps/daedumpgraphv.mos | M testsuite/openmodelica/debugDumps/daeunparser.mos | M testsuite/openmodelica/debugDumps/dump.mos | M testsuite/openmodelica/debugDumps/dumpConstrepl.mos | M testsuite/openmodelica/debugDumps/dumpEArepl.mos | M testsuite/openmodelica/debugDumps/dumpEncapsulateConditions.mos | M testsuite/openmodelica/debugDumps/dumpFPrepl.mos | M testsuite/openmodelica/debugDumps/dumpInlineSolver.mos | M testsuite/openmodelica/debugDumps/dumpPPrepl.mos | M testsuite/openmodelica/debugDumps/dumpParamrepl.mos | M testsuite/openmodelica/debugDumps/dumpSparsePattern.mos | M testsuite/openmodelica/debugDumps/dumpSparsePatternLin.mos | M testsuite/openmodelica/debugDumps/dumpSparsePatternVerbose.mos | M testsuite/openmodelica/debugDumps/dumpTransformedModelica.mos | M testsuite/openmodelica/debugDumps/dumpdaelow.mos | M testsuite/openmodelica/debugDumps/dumpderrepl.mos | M testsuite/openmodelica/debugDumps/dumpeqninorder.mos | M testsuite/openmodelica/debugDumps/dumpindxdae.mos | M testsuite/openmodelica/debugDumps/dumpinitialsystem.mos | M testsuite/openmodelica/debugDumps/dumpoptinit.mos | M testsuite/openmodelica/debugDumps/dumprepl.mos | M testsuite/openmodelica/debugDumps/interactivedump.mos | M testsuite/openmodelica/debugDumps/lateInline.mos | M testsuite/openmodelica/debugDumps/libraryCoverageFlags.mos | M testsuite/openmodelica/debugDumps/optSimpleSolveDAEdump.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/debugDumps/paramdlowdump.mos | M testsuite/openmodelica/debugDumps/semiLinear.mos | M testsuite/openmodelica/debugDumps/showEquationSource.mos | M testsuite/openmodelica/debugDumps/showStartOrigin.mos | M testsuite/openmodelica/debugDumps/stateselection.mos | M testsuite/openmodelica/debugDumps/symjacdump.mos | M testsuite/openmodelica/debugDumps/symjacdumpeqn.mos | M testsuite/openmodelica/debugDumps/symjacdumpverbose.mos | M testsuite/openmodelica/debugDumps/tearingdump.mos | M testsuite/openmodelica/debugDumps/transformsbeforedump.mos | M testsuite/openmodelica/debugDumps/uncertainties.mos | M testsuite/openmodelica/diff/AddClassAnnotation1.mos | M testsuite/openmodelica/diff/AddComment.mos | M testsuite/openmodelica/diff/AddComponent.mos | M testsuite/openmodelica/diff/AddComponent2.mos | M testsuite/openmodelica/diff/AddDeleteComponent.mos | M testsuite/openmodelica/diff/ChangeSourceFile.mos | M testsuite/openmodelica/diff/LargeFileChange.mos | M testsuite/openmodelica/diff/ListFile.mos | M testsuite/openmodelica/diff/MoveComment.mos | M testsuite/openmodelica/diff/MoveComponent.mos | M testsuite/openmodelica/diff/MoveConnection.mos | M testsuite/openmodelica/diff/Tables.mos | M testsuite/openmodelica/diff/TestDiffListAPI.mos | M testsuite/openmodelica/diff/Ticket4110.mos | M testsuite/openmodelica/diff/UTF8.mos | M testsuite/openmodelica/diff/removeComponentModifiers.mos | M testsuite/openmodelica/diff/ticket3619.mos | M testsuite/openmodelica/diff/ticket3642.mos | M testsuite/openmodelica/diff/ticket4153.mos | M testsuite/openmodelica/diff/ticket4368.mos | M testsuite/openmodelica/diff/ticket4781.mos | M testsuite/openmodelica/diff/ticket5360.mos | M testsuite/openmodelica/diff/ticket5949.mos | M testsuite/openmodelica/flatmodelica/DoublePendulum.mos | M testsuite/openmodelica/flatmodelica/Tables.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_static.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/simpleStiffFMU.mos | M testsuite/openmodelica/fmi/CoSimulationStandAlone/ExternalFMUs.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/InOutTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/SampleExample.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/StringParameters.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mo | M testsuite/openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/testAssert.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/FMIExercise.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/IntegerNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/TestSourceCodeFMU.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/ZeroStates.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_02.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_03.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_04.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_05.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_06.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_07.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_08.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_09.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_10.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_11.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_12.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_13.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_14.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testAssert.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2765.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3034.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3763.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug5673.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testExperimentalFMU.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/ticket5670.mos | M testsuite/openmodelica/icon-generator/GenerateMSLIcons.mos | M testsuite/openmodelica/interactive-API/AddClassAnnotation.mos | M testsuite/openmodelica/interactive-API/ArraySlicing.mos | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/interactive-API/Bug2882.mos | M testsuite/openmodelica/interactive-API/Bug2943.mos | M testsuite/openmodelica/interactive-API/Bug3269_deleteFile.mos | M testsuite/openmodelica/interactive-API/Bug3282.mos | M testsuite/openmodelica/interactive-API/Bug3417.mos | M testsuite/openmodelica/interactive-API/Bug3520.mos | M testsuite/openmodelica/interactive-API/Bug3783.mos | M testsuite/openmodelica/interactive-API/Bug3974.mos | M testsuite/openmodelica/interactive-API/Bug3979.mos | M testsuite/openmodelica/interactive-API/Bug4209.mos | M testsuite/openmodelica/interactive-API/Bug4248.mos | M testsuite/openmodelica/interactive-API/Buildings.PartialFlowMachine.mos | M testsuite/openmodelica/interactive-API/ConversionVersions.mos | M testsuite/openmodelica/interactive-API/ConvertUnits.mos | M testsuite/openmodelica/interactive-API/CopyClass.mos | M testsuite/openmodelica/interactive-API/DefaultComponentName.mos | M testsuite/openmodelica/interactive-API/DeleteConnection.mos | M testsuite/openmodelica/interactive-API/DialogAnnotation.mos | M testsuite/openmodelica/interactive-API/FlagParsing.mos | M testsuite/openmodelica/interactive-API/ForStatement1.mos | M testsuite/openmodelica/interactive-API/ForStatement2.mos | M testsuite/openmodelica/interactive-API/ForStatement3.mos | M testsuite/openmodelica/interactive-API/ForStatement4.mos | M testsuite/openmodelica/interactive-API/ForStatement5fail.mos | M testsuite/openmodelica/interactive-API/ForStatement6.mos | M testsuite/openmodelica/interactive-API/ForStatement7.mos | M testsuite/openmodelica/interactive-API/ForStatement8.mos | M testsuite/openmodelica/interactive-API/GenDoc.mos | M testsuite/openmodelica/interactive-API/GetComponents.mos | M testsuite/openmodelica/interactive-API/IfStatement.mos | M testsuite/openmodelica/interactive-API/IfStatementIllegal.mos | M testsuite/openmodelica/interactive-API/IllegalGraphics.mos | M testsuite/openmodelica/interactive-API/ListAnnotation.mos | M testsuite/openmodelica/interactive-API/ListExpressions.mos | M testsuite/openmodelica/interactive-API/ListMultilineComment.mos | M testsuite/openmodelica/interactive-API/Modelica.Media.Examples.getComponents.mos | M testsuite/openmodelica/interactive-API/MoveClass.mos | M testsuite/openmodelica/interactive-API/MoveClass2.mos | M testsuite/openmodelica/interactive-API/ProtectedHandlingBug2917.mos | M testsuite/openmodelica/interactive-API/ReadOnlyPkg.mos | M testsuite/openmodelica/interactive-API/Rename.mos | M testsuite/openmodelica/interactive-API/RunScript.mos | M testsuite/openmodelica/interactive-API/StateMachine.mos | M testsuite/openmodelica/interactive-API/Ticket4674.mos | M testsuite/openmodelica/interactive-API/Ticket5506.mos | M testsuite/openmodelica/interactive-API/Ticket5548.mos | M testsuite/openmodelica/interactive-API/Ticket5565.mos | M testsuite/openmodelica/interactive-API/Ticket5571.mos | M testsuite/openmodelica/interactive-API/Ticket5680.mos | M testsuite/openmodelica/interactive-API/Ticket5696.mos | M testsuite/openmodelica/interactive-API/Ticket5871.mos | M testsuite/openmodelica/interactive-API/Ticket6167.mos | M testsuite/openmodelica/interactive-API/UsesAnnotation1.mos | M testsuite/openmodelica/interactive-API/UsesAnnotation2.mos | M testsuite/openmodelica/interactive-API/VendorAnnotation.mos | M testsuite/openmodelica/interactive-API/choicesAllMatching.mos | M testsuite/openmodelica/interactive-API/differentiate.mos | M testsuite/openmodelica/interactive-API/getClassNames.mos | M testsuite/openmodelica/interactive-API/getCommandLineOptions.mos | M testsuite/openmodelica/interactive-API/getDefinitions.mos | M testsuite/openmodelica/interactive-API/getDialogAnnotation.mos | M testsuite/openmodelica/interactive-API/getIconAnnotation.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | M testsuite/openmodelica/interactive-API/interactive_api_attributes.mos | M testsuite/openmodelica/interactive-API/interactive_api_calls.mos | M testsuite/openmodelica/interactive-API/interactive_api_classes.mos | M testsuite/openmodelica/interactive-API/interactive_api_loadsave.mos | M testsuite/openmodelica/interactive-API/interactive_api_param.mos | M testsuite/openmodelica/interactive-API/interactive_api_simulations.mos | M testsuite/openmodelica/interactive-API/interactive_test.mos | M testsuite/openmodelica/interactive-API/loadFileInteractiveQualified.mo | M testsuite/openmodelica/interactive-API/loadFileInteractiveQualified.mos | M testsuite/openmodelica/interactive-API/loadFileInteractiveQualifiedInit.mo | M testsuite/openmodelica/interactive-API/matrices.mos | M testsuite/openmodelica/interactive-API/refactorGraphAnn1.mo | M testsuite/openmodelica/interactive-API/refactorGraphAnn1.mos | M testsuite/openmodelica/interactive-API/refactorGraphAnn2.mo | M testsuite/openmodelica/interactive-API/refactorGraphAnn2.mos | M testsuite/openmodelica/interactive-API/regex.mos | M testsuite/openmodelica/interactive-API/saveShort.mos | M testsuite/openmodelica/interactive-API/saveTotalModel.mos | M testsuite/openmodelica/interactive-API/setComponentComment.mos | M testsuite/openmodelica/interactive-API/setComponentModifierValue.mos | M testsuite/openmodelica/interactive-API/setSourceFileListFile.mos | M testsuite/openmodelica/interactive-API/showDoc.mos | M testsuite/openmodelica/interactive-API/showStructuralAnnotations.mos | M testsuite/openmodelica/interactive-API/stringSplit.mos | M testsuite/openmodelica/interactive-API/strings.mos | M testsuite/openmodelica/interactive-API/variables.mos | M testsuite/openmodelica/java/GetDefinitions.mos | M testsuite/openmodelica/java/JavaExt.mos | M testsuite/openmodelica/java/JavaExtArrays.mos | M testsuite/openmodelica/java/JavaExtInteractive.mos | M testsuite/openmodelica/java/JavaExtParseProgram.mos | M testsuite/openmodelica/java/JavaExtRecord.mos | M testsuite/openmodelica/java/JavaExtUniontype.mos | M testsuite/openmodelica/java/JavaTest.mos | M testsuite/openmodelica/linearization/linmodel.mos | M testsuite/openmodelica/linearization/modelextfunction.mo | M testsuite/openmodelica/linearization/simLotkaVolterra.mos | M testsuite/openmodelica/linearization/simNonlinear.mos | M testsuite/openmodelica/linearization/simTwoTank.mos | M testsuite/openmodelica/linearization/simVanDerPol.mos | M testsuite/openmodelica/linearization/simextfunction.mos | M testsuite/openmodelica/linearization/smallValues.mos | M testsuite/openmodelica/linearization/testArrayAlg.mos | M testsuite/openmodelica/linearization/testDrumBoiler.mos | M testsuite/openmodelica/linearization/testMathFuncs.mos | M testsuite/openmodelica/linearization/testRecordDiff.mos | M testsuite/openmodelica/linearization/testSortFunction.mos | M testsuite/openmodelica/linearization/testSteamPipe.mos | M testsuite/openmodelica/linearization/test_01.mo | M testsuite/openmodelica/linearization/test_01.mos | M testsuite/openmodelica/linearization/test_02.mo | M testsuite/openmodelica/linearization/test_02.mos | M testsuite/openmodelica/linearization/test_03.mo | M testsuite/openmodelica/linearization/test_03.mos | M testsuite/openmodelica/linearization/test_04.mo | M testsuite/openmodelica/linearization/test_04.mos | M testsuite/openmodelica/linearization/test_05.mo | M testsuite/openmodelica/linearization/test_05.mos | M testsuite/openmodelica/linearization/test_06.mo | M testsuite/openmodelica/linearization/test_06.mos | M testsuite/openmodelica/linearization/test_07.mo | M testsuite/openmodelica/linearization/test_07.mos | M testsuite/openmodelica/linearization/test_dump_languages.mo | M testsuite/openmodelica/linearization/test_dump_languages.mos | M testsuite/openmodelica/linearization/testknownvar.mos | M testsuite/openmodelica/linearization/ticket3701.mos | M testsuite/openmodelica/modelicaML/bouncingball.mos | M testsuite/openmodelica/modelicaML/testModelicaML.mos | M testsuite/openmodelica/modelicaML/trafficlight.mos | M testsuite/openmodelica/modelicaML/twotankmodel.mos | M testsuite/openmodelica/modelicaML/watchdog.mos | M testsuite/openmodelica/omsi/omsic/buildSimpleOMSU.mos | M testsuite/openmodelica/omsi/omsic/problem2.mos | M testsuite/openmodelica/omsi/omsic/simpleLoop.mos | M testsuite/openmodelica/omsi/omsic/simpleNonLinLoop.mos | M testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos | M testsuite/openmodelica/omsi/omsicpp/BouncingBall.mos | M testsuite/openmodelica/omsi/omsicpp/helloWorld.mos | M testsuite/openmodelica/parser/Assign1.mo | M testsuite/openmodelica/parser/Assign2.mo | M testsuite/openmodelica/parser/Assign3.mo | M testsuite/openmodelica/parser/Assign4.mo | M testsuite/openmodelica/parser/Class3.mo | M testsuite/openmodelica/parser/Class4.mo | M testsuite/openmodelica/parser/Code.mo | M testsuite/openmodelica/parser/ConstructParameters1.mo | M testsuite/openmodelica/parser/Declaration1.mo | M testsuite/openmodelica/parser/Declaration2.mo | M testsuite/openmodelica/parser/Declaration3.mo | M testsuite/openmodelica/parser/DocumentationBackslash.mo | M testsuite/openmodelica/parser/DotName.mos | M testsuite/openmodelica/parser/EmptyWithin.mo | M testsuite/openmodelica/parser/Identifier.mo | M testsuite/openmodelica/parser/IfElseIf.mo | M testsuite/openmodelica/parser/ImportFullyQualified.mo | M testsuite/openmodelica/parser/IntegerLiterals32.mo | M testsuite/openmodelica/parser/IntegerLiterals64.mo | M testsuite/openmodelica/parser/InvalidPartialFunction.mo | M testsuite/openmodelica/parser/MetaModelicaMatchElse.mo | M testsuite/openmodelica/parser/MetaModelicaStringOpModelicaLexer.mo | M testsuite/openmodelica/parser/MissingEquation.mo | M testsuite/openmodelica/parser/MissingSemicolon.mo | M testsuite/openmodelica/parser/ModifyConstant3.mo | M testsuite/openmodelica/parser/OptionalOutput.mos | M testsuite/openmodelica/parser/ParseElementReplaceable.mo | M testsuite/openmodelica/parser/ParseError1.mo | M testsuite/openmodelica/parser/ParseError2.mo | M testsuite/openmodelica/parser/ParseError3.mo | M testsuite/openmodelica/parser/ParseFullModelica2.2.2.mos | M testsuite/openmodelica/parser/ParseFullModelica3.1.mos | M testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos | M testsuite/openmodelica/parser/ParseModel.mos | M testsuite/openmodelica/parser/ParseString.mos | M testsuite/openmodelica/parser/PureImpure.mo | M testsuite/openmodelica/parser/PureImpure.mos | M testsuite/openmodelica/parser/RealOpLexerModelica.mo | M testsuite/openmodelica/parser/Redeclare.mos | M testsuite/openmodelica/parser/ReloadClass.mos | M testsuite/openmodelica/parser/SimpleIntegrator4.mo | M testsuite/openmodelica/parser/WildLexerMetaModelica.mo | M testsuite/openmodelica/parser/WildLexerModelica.mo | M testsuite/openmodelica/requirements/run.mos | M testsuite/openmodelica/requirements/runScenarios.mos | M testsuite/openmodelica/rmltranslator/SCRIPT.mos | M testsuite/openmodelica/typed-API/GetBooleanClassAnnotation.mos | M testsuite/openmodelica/typed-API/SolveLinearSystem.mos | M testsuite/openmodelica/typed-API/StringVariableName.mos | M testsuite/openmodelica/typed-API/UriLookup.mos | M testsuite/openmodelica/typed-API/listFile.mos | M testsuite/openmodelica/uncertainties/CantileverBeam.mos | M testsuite/openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos | M testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos | M testsuite/openmodelica/uncertainties/UncertaintyFlatten1.mo | M testsuite/openmodelica/uncertainties/dataReconciliation.mos | M testsuite/openmodelica/visualization/device.mos | M testsuite/openmodelica/xml/BB.mos | M testsuite/openmodelica/xml/Bug3857.mos | M testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/openmodelica/xml/testMSD.mos | M testsuite/parmodelica/explicit/bug_3326.mos | M testsuite/parmodelica/explicit/bug_3334.mos | M testsuite/parmodelica/explicit/bug_3335.mos | M testsuite/parmodelica/explicit/bug_3336.mos | M testsuite/parmodelica/explicit/bug_3339.mos | M testsuite/parmodelica/explicit/bug_3347.mos | M testsuite/parmodelica/explicit/bug_3349.mos | M testsuite/simulation/libraries/3rdParty/Annex60/Annex60.Fluid.Movers.BaseClasses.Characteristics.pressure.mos | M testsuite/simulation/libraries/3rdParty/Buildings/Buildings.HeatTransfer.Examples.ConductorMultiLayer.mos | M testsuite/simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddEmpty.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume3.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DAEexample.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DoubleWhenSequential.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariable.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.KyenesianModel.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PopulationGrowth.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SimpleValveFlow.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SynchCounters.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.TwoRateSampler.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat3.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenValidResult.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos | M testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos | M testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos | M testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe2.Test1.mos | M testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe2.Test2.mos | M testsuite/simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos | M testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4b.mos | M testsuite/simulation/libraries/3rdParty/FCSys/FCSys.Characteristics.Examples.CellPotential.mos | M testsuite/simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos | M testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos | M testsuite/simulation/libraries/3rdParty/HumMod/checkHumModOMC.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/01_AlgebraicLoopBoolean.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/03_CurtissHirschfelder.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/06_SmoothEvents.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDP.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPAutoBufferSize.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPExternalTrigger.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager_String.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.Continuous.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SubClocked.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClock.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClockVectorized.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample1.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample2.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleClocked.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleVectorizedAndClocked.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.ShiftSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SubSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SuperSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.UpSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SubSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SuperSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClock.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClockVectorized.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample1.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample2.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleClocked.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleVectorizedAndClocked.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SubSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SuperSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TickBasedStep.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.UpSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClock.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToSquareWaveHold.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToTriggerHold.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockVectorized.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample1.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample2.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample3.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleClocked.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleVectorizedAndClocked.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SubSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSample.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSampleInterpolated.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedRamp.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedSine.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedStep.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedRamp.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedSine.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample1.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample2.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteController.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscretizedContinuousController.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWith_AD_DA_Effects.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.Continuous.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ExactlyClockedWithDiscreteController.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.EngineThrottleControl.mos | M testsuite/simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test10.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test11.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test12.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test1a.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test1b.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test2.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test3.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test4.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test5.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test6.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test7.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test8.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test9.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos | M testsuite/simulation/libraries/3rdParty/ScalableTestSuite/Advection_N3200.mos | M testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos | M testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos | M testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos | M testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos | M testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos | M testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test1.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test2.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test3.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test4.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test2.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test3.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test7.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test8.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulatorSimplified.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos | M testsuite/simulation/libraries/3rdParty/VTT/FreeBody18.mos | M testsuite/simulation/libraries/3rdParty/Xogeny/TestSine.mos | M testsuite/simulation/libraries/3rdParty/siemens/testFlueGasZones.mos | M testsuite/simulation/libraries/3rdParty/siemens/testHeatExchanger.mos | M testsuite/simulation/libraries/3rdParty/siemens/testJunctions.mos | M testsuite/simulation/libraries/3rdParty/siemens/testPipes.mos | M testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos | M testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.Fluid.TestComponents.Machines.TestWaterPumpDCMotorHeatTransfer.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.Fluid.TestExamplesVariants.HeatingSystem_SteadyState.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.DifferentiationOfForces.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForceWithTwoMasses.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForcesAndTorques.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForces.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameTorques.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithMass.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithTwoMasses.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperParallel.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperSeries.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Torque2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForceAndTorque.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Worldtorque.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSP.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR_init.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalAndUniversal.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalSpherical.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.UniversalSpherical.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Frames.AngularVelocity.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Bodies.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Joints.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Rotor1D.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.CheckConstaintTorqueUniversalJoint.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Cylindrical.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRP.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRR.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSP.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSR.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSR.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Planar.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Prismatic.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.PrismaticInit.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevoluteInitialization.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevolutePlanarLoopConstraint.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Spherical.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Universal.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.UniversalSpherical.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.BodyShape.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FixedRotation.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FlyingBodies.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodies.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodiesEnforceStatesFalse.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.PointMass.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Beveal1d.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_1.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_3.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForce.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque1.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque3.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance2.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.RelativeSensor.mos | M testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.SphericalDoublePendulum.mos | M testsuite/simulation/libraries/ModelicaTest/Utilities/Template.mos | M testsuite/simulation/libraries/msl22/Electrical/CauerLowPassOPV2.mos | M testsuite/simulation/libraries/msl22/Electrical/CauerLowPassSC2.mos | M testsuite/simulation/libraries/msl22/Electrical/CharacteristicThyristors2.mos | M testsuite/simulation/libraries/msl22/Electrical/ChuaCircuit2.mos | M testsuite/simulation/libraries/msl22/Electrical/HeatingMOSInverter2.mos | M testsuite/simulation/libraries/msl22/Electrical/HeatingNPN_OrGate2.mos | M testsuite/simulation/libraries/msl22/Electrical/HeatingRectifier2.mos | M testsuite/simulation/libraries/msl22/Electrical/HeatingResistor2.mos | M testsuite/simulation/libraries/msl22/Electrical/OvervoltageProtection2.mos | M testsuite/simulation/libraries/msl22/Electrical/Rectifier2.mos | M testsuite/simulation/libraries/msl22/Electrical/ShowSaturatingInductor2.mos | M testsuite/simulation/libraries/msl22/Electrical/ShowVariableResistor2.mos | M testsuite/simulation/libraries/msl22/Electrical/SwitchWithArc2.mos | M testsuite/simulation/libraries/msl22/Electrical/ThyristorBehaviourTest2.mos | M testsuite/simulation/libraries/msl22/Mechanics/Accelerate2.mos | M testsuite/simulation/libraries/msl22/Mechanics/CoupledClutches2.mos | M testsuite/simulation/libraries/msl22/Mechanics/Damper2.mos | M testsuite/simulation/libraries/msl22/Mechanics/ElasticBearing2.mos | M testsuite/simulation/libraries/msl22/Mechanics/First2.mos | M testsuite/simulation/libraries/msl22/Mechanics/Friction2.mos | M testsuite/simulation/libraries/msl22/Mechanics/FrictionRotationalSim.mos | M testsuite/simulation/libraries/msl22/Mechanics/InitialConditions2.mos | M testsuite/simulation/libraries/msl22/Mechanics/LossyGearDemo1Sim.mos | M testsuite/simulation/libraries/msl22/Mechanics/LossyGearDemo2Sim.mos | M testsuite/simulation/libraries/msl22/Mechanics/Oscillator2.mos | M testsuite/simulation/libraries/msl22/Mechanics/Sensors2.mos | M testsuite/simulation/libraries/msl22/Mechanics/SignConvention2.mos | M testsuite/simulation/libraries/msl22/Mechanics/WhyArrows2.mos | M testsuite/simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos | M testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos | M testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos | M testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos | M testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.PID_Controller.mos | M testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos | M testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.NandGate.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Adder4.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter3.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FlipFlop.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FullAdder.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.HalfAdder.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Multiplexer.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_YD.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMS_Start.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCEE_Start.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCPM_Start.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos | M testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos | M testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos | M testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos | M testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos | M testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos | M testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.mos | M testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.norm.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos | M testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos | M testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ExecutionPaths.mos | M testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample.mos | M testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant2.mos | M testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant3.mos | M testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowCompositeStep.mos | M testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowExceptions.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos | M testsuite/simulation/libraries/msl31/Modelica.Utilities.Examples.readRealParameterModel.mos | M testsuite/simulation/libraries/msl31/RectifierOM.mos | M testsuite/simulation/libraries/msl31/ThyrGTO.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos | M testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.IdealGasH2O.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.SimpleLiquidWater.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.WaterIF97.mos | M testsuite/simulation/libraries/msl31/media/Modelica.Media.Incompressible.Examples.TestGlycol.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos | M testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos | M testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.RAM.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos | M testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos | M testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos | M testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos | M testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos | M testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos | M testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos | M testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos | M testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BooleanNetwork1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BusUsage.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Filter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithDifferentiation.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithRiseTime.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.IntegerNetwork1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Interaction1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.InverseModel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.LogicalNetwork1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.PID_Controller.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.RealNetwork1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.ShowLogicalSources.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CompareTransformers.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingResistor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.NandGate.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Adder4.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.BUF3S.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREG.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREG.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FullAdder.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.HalfAdder.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.INV3S.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.MUX2x1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NRXFER.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NXFER.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.VectorDelay.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.FourInverters.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Backlash.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.First.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Accelerate.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Brake.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Damper.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.PreLoad.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Sensors.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.SignConvention.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.WhyArrows.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.IdealGasH2O.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SimpleLiquidWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Incompressible.Examples.TestGlycol.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ControlledTanks.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ExecutionPaths.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant2.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant3.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowCompositeStep.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowExceptions.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Utilities.Examples.readRealParameterModel.mos | M testsuite/simulation/modelica/algorithms_functions/ASubIfExp.mos | M testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mo | M testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mos | M testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mo | M testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mos | M testsuite/simulation/modelica/algorithms_functions/AlgorithmForInClass.mo | M testsuite/simulation/modelica/algorithms_functions/AlgorithmForInClass.mos | M testsuite/simulation/modelica/algorithms_functions/AlgorithmSection.mo | M testsuite/simulation/modelica/algorithms_functions/AlgorithmSection.mos | M testsuite/simulation/modelica/algorithms_functions/AlgorithmSize.mos | M testsuite/simulation/modelica/algorithms_functions/AlgorithmTupleAssign.mos | M testsuite/simulation/modelica/algorithms_functions/ArrayInitSorting.mos | M testsuite/simulation/modelica/algorithms_functions/ComplexSystem.mos | M testsuite/simulation/modelica/algorithms_functions/DoubleWhenSequential.mo | M testsuite/simulation/modelica/algorithms_functions/DoubleWhenSequential.mos | M testsuite/simulation/modelica/algorithms_functions/ForIterator1.mo | M testsuite/simulation/modelica/algorithms_functions/ForIterator1.mos | M testsuite/simulation/modelica/algorithms_functions/ForIterator2.mo | M testsuite/simulation/modelica/algorithms_functions/ForIterator2.mos | M testsuite/simulation/modelica/algorithms_functions/ForLoopHideVariable.mo | M testsuite/simulation/modelica/algorithms_functions/ForLoopHideVariable.mos | M testsuite/simulation/modelica/algorithms_functions/FuncDer.mo | M testsuite/simulation/modelica/algorithms_functions/FuncDer.mos | M testsuite/simulation/modelica/algorithms_functions/FuncMultResults.mo | M testsuite/simulation/modelica/algorithms_functions/FuncMultResults.mos | M testsuite/simulation/modelica/algorithms_functions/FunctionInReinit.mos | M testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mo | M testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mos | M testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion2.mos | M testsuite/simulation/modelica/algorithms_functions/FunctionTupleRecord.mos | M testsuite/simulation/modelica/algorithms_functions/Interpolation.mos | M testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm1.mos | M testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm2.mos | M testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm3.mos | M testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm4.mos | M testsuite/simulation/modelica/algorithms_functions/LocalVariableInit.mos | M testsuite/simulation/modelica/algorithms_functions/MRFcall.mo | M testsuite/simulation/modelica/algorithms_functions/MRFcall.mos | M testsuite/simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos | M testsuite/simulation/modelica/algorithms_functions/SimplePeriodicSampler.mo | M testsuite/simulation/modelica/algorithms_functions/SimplePeriodicSampler.mos | M testsuite/simulation/modelica/algorithms_functions/StatementCall.mo | M testsuite/simulation/modelica/algorithms_functions/StatementCall.mos | M testsuite/simulation/modelica/algorithms_functions/SumForLoop.mo | M testsuite/simulation/modelica/algorithms_functions/SumForLoop.mos | M testsuite/simulation/modelica/algorithms_functions/SumSeriesWhile.mo | M testsuite/simulation/modelica/algorithms_functions/SumSeriesWhile.mos | M testsuite/simulation/modelica/algorithms_functions/SumVectorForIf.mo | M testsuite/simulation/modelica/algorithms_functions/SumVectorForIf.mos | M testsuite/simulation/modelica/algorithms_functions/TestCrossFunction.mos | M testsuite/simulation/modelica/algorithms_functions/TupleReturn.mos | M testsuite/simulation/modelica/algorithms_functions/WhenPriority.mos | M testsuite/simulation/modelica/algorithms_functions/WhenStatement1.mo | M testsuite/simulation/modelica/algorithms_functions/WhenStatement1.mos | M testsuite/simulation/modelica/algorithms_functions/WhenStatement2.mo | M testsuite/simulation/modelica/algorithms_functions/WhenStatement2.mos | M testsuite/simulation/modelica/algorithms_functions/WhenStatement3.mo | M testsuite/simulation/modelica/algorithms_functions/WhenStatement3.mos | M testsuite/simulation/modelica/algorithms_functions/ZeroCross.mos | M testsuite/simulation/modelica/algorithms_functions/algorithms.mos | M testsuite/simulation/modelica/algorithms_functions/bug2888.mos | M testsuite/simulation/modelica/algorithms_functions/bug_2271.mos | M testsuite/simulation/modelica/algorithms_functions/bug_2286.mos | M testsuite/simulation/modelica/algorithms_functions/bug_2286_literal.mos | M testsuite/simulation/modelica/algorithms_functions/bug_2452.mos | M testsuite/simulation/modelica/algorithms_functions/bug_5659.mos | M testsuite/simulation/modelica/algorithms_functions/bug_6068.mos | M testsuite/simulation/modelica/algorithms_functions/ticket-3477.mos | M testsuite/simulation/modelica/algorithms_functions/val.mos | M testsuite/simulation/modelica/algorithms_functions/whenDiscreteForLoop.mos | M testsuite/simulation/modelica/algorithms_functions/whenFunctionTuple.mos | M testsuite/simulation/modelica/algorithms_functions/whenstatements.mos | M testsuite/simulation/modelica/arrays/ABCDsystem.csv.mos | M testsuite/simulation/modelica/arrays/ABCDsystem.empty.mos | M testsuite/simulation/modelica/arrays/ABCDsystem.mo | M testsuite/simulation/modelica/arrays/ABCDsystem.plt.mos | M testsuite/simulation/modelica/arrays/AlgorithmArrayEqn.mo | M testsuite/simulation/modelica/arrays/AlgorithmArrayEqn.mos | M testsuite/simulation/modelica/arrays/AppendElement.mo | M testsuite/simulation/modelica/arrays/AppendElement.mos | M testsuite/simulation/modelica/arrays/ArrayAddEmpty.mo | M testsuite/simulation/modelica/arrays/ArrayAddEmpty.mos | M testsuite/simulation/modelica/arrays/ArrayAddSub1.mo | M testsuite/simulation/modelica/arrays/ArrayAddSub1.mos | M testsuite/simulation/modelica/arrays/ArrayAlgebraFunc.mo | M testsuite/simulation/modelica/arrays/ArrayAlgebraFunc.mos | M testsuite/simulation/modelica/arrays/ArrayConstruct1.mo | M testsuite/simulation/modelica/arrays/ArrayConstruct1.mos | M testsuite/simulation/modelica/arrays/ArrayDivError.mo | M testsuite/simulation/modelica/arrays/ArrayDivError.mos | M testsuite/simulation/modelica/arrays/ArrayEmpty.mo | M testsuite/simulation/modelica/arrays/ArrayEmpty.mos | M testsuite/simulation/modelica/arrays/ArrayEquation.mos | M testsuite/simulation/modelica/arrays/ArrayExponentiation.mo | M testsuite/simulation/modelica/arrays/ArrayExponentiation.mos | M testsuite/simulation/modelica/arrays/ArrayFieldSlice.mo | M testsuite/simulation/modelica/arrays/ArrayFieldSlice.mos | M testsuite/simulation/modelica/arrays/ArrayFromRange.mos | M testsuite/simulation/modelica/arrays/ArrayIndex.mo | M testsuite/simulation/modelica/arrays/ArrayIndex.mos | M testsuite/simulation/modelica/arrays/ArrayModel.mos | M testsuite/simulation/modelica/arrays/ArrayMult.mo | M testsuite/simulation/modelica/arrays/ArrayMult.mos | M testsuite/simulation/modelica/arrays/ArrayParameterSize.mos | M testsuite/simulation/modelica/arrays/ArrayReduce.mo | M testsuite/simulation/modelica/arrays/ArrayReduce.mos | M testsuite/simulation/modelica/arrays/ArrayReturn.mos | M testsuite/simulation/modelica/arrays/ArraySlice.mo | M testsuite/simulation/modelica/arrays/ArraySlice.mos | M testsuite/simulation/modelica/arrays/ArraySlice2.mo | M testsuite/simulation/modelica/arrays/ArraySlice2.mos | M testsuite/simulation/modelica/arrays/ArraySliceAssigmentFunction.mos | M testsuite/simulation/modelica/arrays/AsubCrefExpType.mo | M testsuite/simulation/modelica/arrays/AsubCrefExpType.mos | M testsuite/simulation/modelica/arrays/BooleanArray.mos | M testsuite/simulation/modelica/arrays/BooleanArray2.mos | M testsuite/simulation/modelica/arrays/Breaker_total.mos | M testsuite/simulation/modelica/arrays/Bug3187.mos | M testsuite/simulation/modelica/arrays/Bug3916.mos | M testsuite/simulation/modelica/arrays/Concat3.mo | M testsuite/simulation/modelica/arrays/Concat3.mos | M testsuite/simulation/modelica/arrays/ConcatArr1.mo | M testsuite/simulation/modelica/arrays/ConcatArr1.mos | M testsuite/simulation/modelica/arrays/ConcatArr2.mo | M testsuite/simulation/modelica/arrays/ConcatArr2.mos | M testsuite/simulation/modelica/arrays/ConcatArr4.mo | M testsuite/simulation/modelica/arrays/ConcatArr4.mos | M testsuite/simulation/modelica/arrays/ConstructFunc.mo | M testsuite/simulation/modelica/arrays/ConstructFunc.mos | M testsuite/simulation/modelica/arrays/CyclicPerm.mo | M testsuite/simulation/modelica/arrays/CyclicPerm.mos | M testsuite/simulation/modelica/arrays/DimConvert.mo | M testsuite/simulation/modelica/arrays/DimConvert.mos | M testsuite/simulation/modelica/arrays/DimSize.mo | M testsuite/simulation/modelica/arrays/DimSize.mos | M testsuite/simulation/modelica/arrays/NPendulum.mos | M testsuite/simulation/modelica/arrays/PolynomialEvaluator1.mo | M testsuite/simulation/modelica/arrays/PolynomialEvaluator1.mos | M testsuite/simulation/modelica/arrays/PolynomialEvaluator2.mo | M testsuite/simulation/modelica/arrays/PolynomialEvaluator2.mos | M testsuite/simulation/modelica/arrays/PolynomialEvaluator3.mo | M testsuite/simulation/modelica/arrays/PolynomialEvaluator3.mos | M testsuite/simulation/modelica/arrays/PolynomialEvaluatorA.mo | M testsuite/simulation/modelica/arrays/PolynomialEvaluatorA.mos | M testsuite/simulation/modelica/arrays/PolynomialEvaluatorB.mo | M testsuite/simulation/modelica/arrays/PolynomialEvaluatorB.mos | M testsuite/simulation/modelica/arrays/RangeVector.mo | M testsuite/simulation/modelica/arrays/RangeVector.mos | M testsuite/simulation/modelica/arrays/SubArrayIndex.mo | M testsuite/simulation/modelica/arrays/SubArrayIndex.mos | M testsuite/simulation/modelica/arrays/VariableRangeSubscript.mo | M testsuite/simulation/modelica/arrays/VariableRangeSubscript.mos | M testsuite/simulation/modelica/arrays/VectorizeOneReturnValue.mo | M testsuite/simulation/modelica/arrays/VectorizeOneReturnValue.mos | M testsuite/simulation/modelica/arrays/VectorizeSumVec.mo | M testsuite/simulation/modelica/arrays/VectorizeSumVec.mos | M testsuite/simulation/modelica/arrays/Xpowers1.mo | M testsuite/simulation/modelica/arrays/Xpowers1.mos | M testsuite/simulation/modelica/arrays/Xpowers2.mo | M testsuite/simulation/modelica/arrays/Xpowers2.mos | M testsuite/simulation/modelica/arrays/Xpowers3.mo | M testsuite/simulation/modelica/arrays/Xpowers3.mos | M testsuite/simulation/modelica/arrays/ZeroSizeLoop.mos | M testsuite/simulation/modelica/arrays/bug_2217.mos | M testsuite/simulation/modelica/arrays/bug_2300.mos | M testsuite/simulation/modelica/arrays/bug_2911.mos | M testsuite/simulation/modelica/arrays/bug_3184.mos | M testsuite/simulation/modelica/arrays/crefIndex.mos | M testsuite/simulation/modelica/arrays/gc.mos | M testsuite/simulation/modelica/arrays/gc2980.mos | M testsuite/simulation/modelica/arrays/ticket2336.mos | M testsuite/simulation/modelica/arrays/ticket5114.mos | M testsuite/simulation/modelica/arrays/ticket_5994.mos | M testsuite/simulation/modelica/asserts/AssertTest.mo | M testsuite/simulation/modelica/asserts/AssertTest.mos | M testsuite/simulation/modelica/asserts/AssertTest1.mo | M testsuite/simulation/modelica/asserts/AssertTest1.mos | M testsuite/simulation/modelica/asserts/AssertTest2.mo | M testsuite/simulation/modelica/asserts/AssertTest2.mos | M testsuite/simulation/modelica/asserts/AssertTest3.mos | M testsuite/simulation/modelica/asserts/AssertTest4.mo | M testsuite/simulation/modelica/asserts/AssertTest4.mos | M testsuite/simulation/modelica/asserts/AssertTest5.mo | M testsuite/simulation/modelica/asserts/AssertTest5.mos | M testsuite/simulation/modelica/asserts/AssertTest6.mo | M testsuite/simulation/modelica/asserts/AssertTest6.mos | M testsuite/simulation/modelica/asserts/AssertTest7.mo | M testsuite/simulation/modelica/asserts/AssertTest7.mos | M testsuite/simulation/modelica/asserts/AssertTest8.mos | M testsuite/simulation/modelica/asserts/TestAssert.mos | M testsuite/simulation/modelica/asserts/powAssert1.mos | M testsuite/simulation/modelica/asserts/powAssert2.mos | M testsuite/simulation/modelica/asserts/powAssert3.mos | M testsuite/simulation/modelica/asserts/testAssertSolve.mos | M testsuite/simulation/modelica/built_in_functions/BuiltinMath.mos | M testsuite/simulation/modelica/built_in_functions/Compare.mos | M testsuite/simulation/modelica/built_in_functions/Delay.mos | M testsuite/simulation/modelica/built_in_functions/Delta.mos | M testsuite/simulation/modelica/built_in_functions/DummyDerMatching.mos | M testsuite/simulation/modelica/built_in_functions/Epidemics1.mo | M testsuite/simulation/modelica/built_in_functions/Epidemics1.mos | M testsuite/simulation/modelica/built_in_functions/HydrogenIodide.mo | M testsuite/simulation/modelica/built_in_functions/HydrogenIodide.mos | M testsuite/simulation/modelica/built_in_functions/Identity.mos | M testsuite/simulation/modelica/built_in_functions/LotkaVolterra.mo | M testsuite/simulation/modelica/built_in_functions/LotkaVolterra.mos | M testsuite/simulation/modelica/built_in_functions/MeasureTime.mos | M testsuite/simulation/modelica/built_in_functions/SemiLinear.mos | M testsuite/simulation/modelica/built_in_functions/SemiLinearTest2.mos | M testsuite/simulation/modelica/built_in_functions/Sign.mo | M testsuite/simulation/modelica/built_in_functions/Sign.mos | M testsuite/simulation/modelica/built_in_functions/Time.mo | M testsuite/simulation/modelica/built_in_functions/Time.mos | M testsuite/simulation/modelica/built_in_functions/TooManyPointsBug.mos | M testsuite/simulation/modelica/built_in_functions/TwoRateSampler.mo | M testsuite/simulation/modelica/built_in_functions/TwoRateSampler.mos | M testsuite/simulation/modelica/built_in_functions/dertest.mos | M testsuite/simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos | M testsuite/simulation/modelica/commonSubExp/comSubExp1.mos | M testsuite/simulation/modelica/commonSubExp/cse1.mos | M testsuite/simulation/modelica/commonSubExp/cse2.mos | M testsuite/simulation/modelica/commonSubExp/cse2_comSubExp.mos | M testsuite/simulation/modelica/commonSubExp/cse3.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall1.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall2.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall3.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall4.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall4b.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall4c.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall4d.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall5.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall6.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall7.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall8.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall1.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall2.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall3.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall4.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall5.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall6.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall7.mos | M testsuite/simulation/modelica/commonSubExp/testBug4850.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls1.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls10.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls12.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls13.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls14.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls2.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls3.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls4.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls5.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls6.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls7.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls8.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls9.mos | M testsuite/simulation/modelica/connectors/ConnectForEquations.mo | M testsuite/simulation/modelica/connectors/ConnectForEquations.mos | M testsuite/simulation/modelica/connectors/ConstantConnect.mos | M testsuite/simulation/modelica/connectors/HeatTank.mo | M testsuite/simulation/modelica/connectors/HeatTank.mos | M testsuite/simulation/modelica/connectors/HeatTankExpanded.mo | M testsuite/simulation/modelica/connectors/HeatTankExpanded.mos | M testsuite/simulation/modelica/connectors/LinearSysEq.mos | M testsuite/simulation/modelica/connectors/StepAdvanced.mo | M testsuite/simulation/modelica/connectors/StepAdvanced.mos | M testsuite/simulation/modelica/connectors/Tank.mo | M testsuite/simulation/modelica/connectors/Tank.mos | M testsuite/simulation/modelica/connectors/TankHybridPI.mo | M testsuite/simulation/modelica/connectors/TankHybridPI.mos | M testsuite/simulation/modelica/connectors/TankHybridPID.mo | M testsuite/simulation/modelica/connectors/TankHybridPID.mos | M testsuite/simulation/modelica/connectors/TankPI.mo | M testsuite/simulation/modelica/connectors/TankPI.mos | M testsuite/simulation/modelica/connectors/TankPID.mo | M testsuite/simulation/modelica/connectors/TankPID.mos | M testsuite/simulation/modelica/connectors/TankPIDOPRI5.mos | M testsuite/simulation/modelica/connectors/TanksConnectedPI.mo | M testsuite/simulation/modelica/connectors/TanksConnectedPI.mos | M testsuite/simulation/modelica/connectors/TanksConnectedPIDOPRI5.mos | M testsuite/simulation/modelica/connectors/TopLevelConnectorArray.mos | M testsuite/simulation/modelica/connectors/TopLevelNestedConnectors.mos | M testsuite/simulation/modelica/daemode/testDAE10.mos | M testsuite/simulation/modelica/daemode/testDAEScaling.mos | M testsuite/simulation/modelica/daemode/testDAEmodeDrumBoiler.mos | M testsuite/simulation/modelica/daemode/testDAEp1.mos | M testsuite/simulation/modelica/daemode/testDAEp2.mos | M testsuite/simulation/modelica/daemode/testDAEp3.mos | M testsuite/simulation/modelica/daemode/testDAEp4.mos | M testsuite/simulation/modelica/daemode/testDAEp5.mos | M testsuite/simulation/modelica/daemode/testDAEp6.mos | M testsuite/simulation/modelica/daemode/testDAEp7.mos | M testsuite/simulation/modelica/daemode/testDAEp8.mos | M testsuite/simulation/modelica/daemode/testDAEp9.mos | M testsuite/simulation/modelica/declarations/MyPointsInst1.mo | M testsuite/simulation/modelica/declarations/MyPointsInst1.mos | M testsuite/simulation/modelica/declarations/MyPointsInst2.mo | M testsuite/simulation/modelica/declarations/MyPointsInst2.mos | M testsuite/simulation/modelica/enums/Enum8.mo | M testsuite/simulation/modelica/enums/Enum8.mos | M testsuite/simulation/modelica/enums/EnumArray.mo | M testsuite/simulation/modelica/enums/EnumArray.mos | M testsuite/simulation/modelica/enums/EnumArray2.mos | M testsuite/simulation/modelica/enums/EnumArrayArray.mos | M testsuite/simulation/modelica/enums/TestPosture.mos | M testsuite/simulation/modelica/equations/ActivateWhenEquation.mo | M testsuite/simulation/modelica/equations/ActivateWhenEquation.mos | M testsuite/simulation/modelica/equations/AliasEquations.mos | M testsuite/simulation/modelica/equations/BouncingBall.mos | M testsuite/simulation/modelica/equations/BouncingBall2.mo | M testsuite/simulation/modelica/equations/BouncingBall2.mos | M testsuite/simulation/modelica/equations/BouncingBallExamples.mos | M testsuite/simulation/modelica/equations/BouncingBallExamplesDOPRI5.mos | M testsuite/simulation/modelica/equations/Cross.mo | M testsuite/simulation/modelica/equations/Cross.mos | M testsuite/simulation/modelica/equations/DAEexample.mo | M testsuite/simulation/modelica/equations/DAEexample.mos | M testsuite/simulation/modelica/equations/DAEexample2.mo | M testsuite/simulation/modelica/equations/DAEexample2.mos | M testsuite/simulation/modelica/equations/DoubleWhenConflict.mo | M testsuite/simulation/modelica/equations/DoubleWhenConflict.mos | M testsuite/simulation/modelica/equations/EqualityEquations.mo | M testsuite/simulation/modelica/equations/EqualityEquations.mos | M testsuite/simulation/modelica/equations/EqualityEquationsCorrect.mo | M testsuite/simulation/modelica/equations/EqualityEquationsCorrect.mos | M testsuite/simulation/modelica/equations/EquationCall.mo | M testsuite/simulation/modelica/equations/EquationCall.mos | M testsuite/simulation/modelica/equations/ErrorNestedWhen.mo | M testsuite/simulation/modelica/equations/ErrorNestedWhen.mos | M testsuite/simulation/modelica/equations/FiveForEquations.mo | M testsuite/simulation/modelica/equations/FiveForEquations.mos | M testsuite/simulation/modelica/equations/FlatTank.mo | M testsuite/simulation/modelica/equations/FlatTank.mos | M testsuite/simulation/modelica/equations/HelloWorld.mo | M testsuite/simulation/modelica/equations/HelloWorld.mos | M testsuite/simulation/modelica/equations/HideVariableForEquations.mo | M testsuite/simulation/modelica/equations/HideVariableForEquations.mos | M testsuite/simulation/modelica/equations/IfEquation.mo | M testsuite/simulation/modelica/equations/IfEquation.mos | M testsuite/simulation/modelica/equations/IfEquation2.mo | M testsuite/simulation/modelica/equations/IfEquation2.mos | M testsuite/simulation/modelica/equations/IfEquation3.mos | M testsuite/simulation/modelica/equations/IfEquation4.mos | M testsuite/simulation/modelica/equations/IfEquation5.mos | M testsuite/simulation/modelica/equations/IfEquation6.mos | M testsuite/simulation/modelica/equations/IfEquationUnbalanced.mos | M testsuite/simulation/modelica/equations/ModelBalance1.mo | M testsuite/simulation/modelica/equations/ModelBalance1.mos | M testsuite/simulation/modelica/equations/ModelBalance2.mo | M testsuite/simulation/modelica/equations/ModelBalance2.mos | M testsuite/simulation/modelica/equations/ModelBalance3.mo | M testsuite/simulation/modelica/equations/ModelBalance3.mos | M testsuite/simulation/modelica/equations/ModelBalance4.mos | M testsuite/simulation/modelica/equations/TestTwoOut.mos | M testsuite/simulation/modelica/equations/VariableSubscriptAlias.mos | M testsuite/simulation/modelica/equations/WatchDog1AlgorithmWhen.mo | M testsuite/simulation/modelica/equations/WatchDog1AlgorithmWhen.mos | M testsuite/simulation/modelica/equations/WatchDog2EquationWhen.mo | M testsuite/simulation/modelica/equations/WatchDog2EquationWhen.mos | M testsuite/simulation/modelica/equations/WaveEquationSample.mo | M testsuite/simulation/modelica/equations/WaveEquationSample.mos | M testsuite/simulation/modelica/equations/WhenArrayReinit.mos | M testsuite/simulation/modelica/equations/WhenEquation.mo | M testsuite/simulation/modelica/equations/WhenEquation.mos | M testsuite/simulation/modelica/equations/WhenEquation1.mo | M testsuite/simulation/modelica/equations/WhenEquation1.mos | M testsuite/simulation/modelica/equations/WhenNoRetCall.mos | M testsuite/simulation/modelica/equations/WhenNotValid.mo | M testsuite/simulation/modelica/equations/WhenNotValid.mos | M testsuite/simulation/modelica/equations/WhenValidResult.mo | M testsuite/simulation/modelica/equations/WhenValidResult.mos | M testsuite/simulation/modelica/equations/WhenVectorPredicateEquation.mo | M testsuite/simulation/modelica/equations/WhenVectorPredicateEquation.mos | M testsuite/simulation/modelica/equations/WillowForest.mo | M testsuite/simulation/modelica/equations/WillowForest.mos | M testsuite/simulation/modelica/equations/constantLinSys.mos | M testsuite/simulation/modelica/equations/deriveToLog.mos | M testsuite/simulation/modelica/equations/ticket-2337.mos | M testsuite/simulation/modelica/equations/ticket-5206.mos | M testsuite/simulation/modelica/equations/when_sorting.mos | M testsuite/simulation/modelica/events/ChatteringEventsTest1.mos | M testsuite/simulation/modelica/events/ChatteringEventsTest2.mos | M testsuite/simulation/modelica/events/ChatteringFunctionTest1.mos | M testsuite/simulation/modelica/events/ChatteringFunctionTest2.mos | M testsuite/simulation/modelica/events/ChatteringNoEventsTest1.mos | M testsuite/simulation/modelica/events/ChatteringNoEventsTest2.mos | M testsuite/simulation/modelica/events/CheckEvents.mos | M testsuite/simulation/modelica/events/EventDelay.mos | M testsuite/simulation/modelica/events/EventIteration.mos | M testsuite/simulation/modelica/events/EventLoop.mos | M testsuite/simulation/modelica/events/EventTests.mos | M testsuite/simulation/modelica/events/EventTests2.mos | M testsuite/simulation/modelica/events/EventTests3.mos | M testsuite/simulation/modelica/events/IntegerZeroCrossings.mos | M testsuite/simulation/modelica/events/MathEventFuncs1.mos | M testsuite/simulation/modelica/events/MathEventFuncs2.mos | M testsuite/simulation/modelica/events/Reinit.mos | M testsuite/simulation/modelica/events/ServerWithQueue.mos | M testsuite/simulation/modelica/events/TestNoEventsFlags.mos | M testsuite/simulation/modelica/events/ZeroCrossing.mos | M testsuite/simulation/modelica/events/ZeroCrossingAlg.mos | M testsuite/simulation/modelica/events/bug1228.mos | M testsuite/simulation/modelica/events/bug2667.mos | M testsuite/simulation/modelica/events/bug2718.mos | M testsuite/simulation/modelica/events/bug2752.mos | M testsuite/simulation/modelica/events/bug2808.mos | M testsuite/simulation/modelica/events/bug3092.mos | M testsuite/simulation/modelica/events/bug3358.mos | M testsuite/simulation/modelica/events/bug4419.mos | M testsuite/simulation/modelica/events/sample1.mos | M testsuite/simulation/modelica/events/sample2.mos | M testsuite/simulation/modelica/events/whenInAlgorithm.mos | M testsuite/simulation/modelica/events/whenTest1.mos | M testsuite/simulation/modelica/events/whenTest2.mos | M testsuite/simulation/modelica/external_functions/ExtObj.mo | M testsuite/simulation/modelica/external_functions/ExtObj.mos | M testsuite/simulation/modelica/external_functions/ExtObjOrder.mos | M testsuite/simulation/modelica/external_functions/ExtObjStringParam.mos | M testsuite/simulation/modelica/external_functions/ExternalLibraries.mos | M testsuite/simulation/modelica/external_functions/ExternalRHSFlag.mos | M testsuite/simulation/modelica/external_functions/ImplicitArray.mos | M testsuite/simulation/modelica/external_functions/InOutStrings.mos | M testsuite/simulation/modelica/external_functions/InitialConstantSection.mos | M testsuite/simulation/modelica/external_functions/LapackInverse.mos | M testsuite/simulation/modelica/external_functions/MDD_test.mos | M testsuite/simulation/modelica/external_functions/Matrix.mos | M testsuite/simulation/modelica/external_functions/ModelicaUtilities.mos | M testsuite/simulation/modelica/external_functions/QualifiedCrefArg.mos | M testsuite/simulation/modelica/external_functions/TestRoots.mos | M testsuite/simulation/modelica/external_functions/extObj_ticket3446.mos | M testsuite/simulation/modelica/external_functions/ts.mos | M testsuite/simulation/modelica/functions_eval/CascodeCircuit.mos | M testsuite/simulation/modelica/functions_eval/Inverter.mos | M testsuite/simulation/modelica/functions_eval/Inverter2.mos | M testsuite/simulation/modelica/functions_eval/MoistAir.mos | M testsuite/simulation/modelica/functions_eval/Nand.mos | M testsuite/simulation/modelica/functions_eval/NumberOfSymmetricBaseSystems.mos | M testsuite/simulation/modelica/functions_eval/RtlInverter.mos | M testsuite/simulation/modelica/functions_eval/VectorizeMultipleUnknown.mos | M testsuite/simulation/modelica/functions_eval/functionEvaluation.mos | M testsuite/simulation/modelica/functions_eval/functionTest.mos | M testsuite/simulation/modelica/functions_eval/functionTest1.mos | M testsuite/simulation/modelica/functions_eval/functionTest2.mos | M testsuite/simulation/modelica/functions_eval/functionTest3_elseif.mos | M testsuite/simulation/modelica/functions_eval/functionTest4.mos | M testsuite/simulation/modelica/functions_eval/functionTest4_Tpl.mos | M testsuite/simulation/modelica/functions_eval/functionTest5.mos | M testsuite/simulation/modelica/functions_eval/functionTest7.mos | M testsuite/simulation/modelica/functions_eval/functionTest8.mos | M testsuite/simulation/modelica/functions_eval/functionTest9.mos | M testsuite/simulation/modelica/functions_eval/partialConstArray.mos | M testsuite/simulation/modelica/functions_eval/simplifyIf1.mos | M testsuite/simulation/modelica/functions_eval/simplifyIf2.mos | M testsuite/simulation/modelica/functions_eval/ticket2535.mos | M testsuite/simulation/modelica/hpcom/BouncingBall.mos | M testsuite/simulation/modelica/hpcom/ElectricalCircuit.mos | M testsuite/simulation/modelica/hpcom/EngineCylinder.mos | M testsuite/simulation/modelica/hpcom/MergingExample.mos | M testsuite/simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos | M testsuite/simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos | M testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/modelica/hpcom/SimpleResistor.mos | M testsuite/simulation/modelica/inStream/Test1.mos | M testsuite/simulation/modelica/inStream/Test10.mos | M testsuite/simulation/modelica/inStream/Test11.mos | M testsuite/simulation/modelica/inStream/Test12.mos | M testsuite/simulation/modelica/inStream/Test13.mos | M testsuite/simulation/modelica/inStream/Test2.mos | M testsuite/simulation/modelica/inStream/Test3.mos | M testsuite/simulation/modelica/inStream/Test4.mos | M testsuite/simulation/modelica/inStream/Test5.mos | M testsuite/simulation/modelica/inStream/Test6.mos | M testsuite/simulation/modelica/inStream/Test7.mos | M testsuite/simulation/modelica/inStream/Test8.mos | M testsuite/simulation/modelica/inStream/Test9.mos | M testsuite/simulation/modelica/indexreduction/ASSC.mos | M testsuite/simulation/modelica/indexreduction/ArbitrarilyHighStructuralIndex.mos | M testsuite/simulation/modelica/indexreduction/ImplicitStateCoupling.mos | M testsuite/simulation/modelica/indexreduction/MoveWithInputs.mos | M testsuite/simulation/modelica/indexreduction/PantelidesSingular.mos | M testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos | M testsuite/simulation/modelica/indexreduction/linearStateAlias_cse.mos | M testsuite/simulation/modelica/inheritances/MoonLanding.mo | M testsuite/simulation/modelica/inheritances/MoonLanding.mos | M testsuite/simulation/modelica/inheritances/OneArgBaseFunction.mo | M testsuite/simulation/modelica/inheritances/OneArgBaseFunction.mos | M testsuite/simulation/modelica/inheritances/TempResistor3.mo | M testsuite/simulation/modelica/inheritances/TempResistor3.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos | M testsuite/simulation/modelica/initialization/SingularInitial.mos | M testsuite/simulation/modelica/initialization/Ticket5340.mos | M testsuite/simulation/modelica/initialization/array_algorithm.mos | M testsuite/simulation/modelica/initialization/autoFixed.mos | M testsuite/simulation/modelica/initialization/boundParameterExpUnfixed.mos | M testsuite/simulation/modelica/initialization/bug_2207.mos | M testsuite/simulation/modelica/initialization/bug_2263.mos | M testsuite/simulation/modelica/initialization/bug_2504.mos | M testsuite/simulation/modelica/initialization/bug_2566.mos | M testsuite/simulation/modelica/initialization/bug_2583.mos | M testsuite/simulation/modelica/initialization/bug_2673.mos | M testsuite/simulation/modelica/initialization/bug_2673b.mos | M testsuite/simulation/modelica/initialization/bug_2830.mos | M testsuite/simulation/modelica/initialization/bug_2990.mos | M testsuite/simulation/modelica/initialization/bug_2994.mos | M testsuite/simulation/modelica/initialization/bug_3014.mos | M testsuite/simulation/modelica/initialization/bug_3052.mos | M testsuite/simulation/modelica/initialization/bug_3536.mos | M testsuite/simulation/modelica/initialization/bug_4387.mos | M testsuite/simulation/modelica/initialization/bug_4718.mos | M testsuite/simulation/modelica/initialization/bug_6001.mos | M testsuite/simulation/modelica/initialization/conflictingStartValues.mos | M testsuite/simulation/modelica/initialization/conflictingStartValues2.mos | M testsuite/simulation/modelica/initialization/discreteTest01.mos | M testsuite/simulation/modelica/initialization/discreteTest02.mos | M testsuite/simulation/modelica/initialization/discreteTest03.mos | M testsuite/simulation/modelica/initialization/discreteTest04.mos | M testsuite/simulation/modelica/initialization/discreteTest05.mos | M testsuite/simulation/modelica/initialization/discreteTest06.mos | M testsuite/simulation/modelica/initialization/discreteTest07.mos | M testsuite/simulation/modelica/initialization/discreteTest08.mos | M testsuite/simulation/modelica/initialization/discreteTest09.mos | M testsuite/simulation/modelica/initialization/discreteTest10.mos | M testsuite/simulation/modelica/initialization/eventTest.mos | M testsuite/simulation/modelica/initialization/eventTest2.mos | M testsuite/simulation/modelica/initialization/filterBlock1.mos | M testsuite/simulation/modelica/initialization/fullRobot.mos | M testsuite/simulation/modelica/initialization/gaspropreties.mos | M testsuite/simulation/modelica/initialization/homotopy1.mos | M testsuite/simulation/modelica/initialization/homotopy2.mos | M testsuite/simulation/modelica/initialization/homotopy3.mos | M testsuite/simulation/modelica/initialization/homotopy4.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/homotopy5.mos | M testsuite/simulation/modelica/initialization/initial_equation.mos | M testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos | M testsuite/simulation/modelica/initialization/parameters.mos | M testsuite/simulation/modelica/initialization/pre1.mos | M testsuite/simulation/modelica/initialization/pre2.mos | M testsuite/simulation/modelica/initialization/pre3.mos | M testsuite/simulation/modelica/initialization/redundantInitialEquations.mos | M testsuite/simulation/modelica/initialization/scaling1.mos | M testsuite/simulation/modelica/initialization/scaling2.mos | M testsuite/simulation/modelica/initialization/setNumberOfInitLambda.mos | M testsuite/simulation/modelica/initialization/singularJacobian.mos | M testsuite/simulation/modelica/initialization/solveTupleFunction.mos | M testsuite/simulation/modelica/initialization/startValue.mos | M testsuite/simulation/modelica/initialization/startValue1.mos | M testsuite/simulation/modelica/initialization/startValue2.mos | M testsuite/simulation/modelica/initialization/startValue3.mos | M testsuite/simulation/modelica/initialization/terminate.mos | M testsuite/simulation/modelica/initialization/testIfAssert.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest1.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest2.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest3.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest4.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest5.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest6.mos | M testsuite/simulation/modelica/initialization/unfixedParameter1.mos | M testsuite/simulation/modelica/initialization/unfixedParameter2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray1.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray2.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray3.mos | M testsuite/simulation/modelica/inlineFunction/inlineArrayRecord.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction1.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction10.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction11.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction2.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction3.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction4.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction5.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction6.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction7.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction8.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction9.mos | M testsuite/simulation/modelica/inlineFunction/inlineRecords1.mos | M testsuite/simulation/modelica/inlineFunction/testBug3687.mos | M testsuite/simulation/modelica/inlineFunction/testBug3997.mos | M testsuite/simulation/modelica/inlineFunction/testBug4808.mos | M testsuite/simulation/modelica/inlineFunction/testBug4841.mos | M testsuite/simulation/modelica/inlineFunction/testComplexMath.mos | M testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos | M testsuite/simulation/modelica/japaneselanguage/JBouncingBall.mos | M testsuite/simulation/modelica/linear_system/EngineV6_partlintorn.mos | M testsuite/simulation/modelica/linear_system/EngineVN.mos | M testsuite/simulation/modelica/linear_system/MissV.mos | M testsuite/simulation/modelica/linear_system/NPendulum.mo | M testsuite/simulation/modelica/linear_system/NPendulum.mos | M testsuite/simulation/modelica/linear_system/NPendulum40.mos | M testsuite/simulation/modelica/linear_system/Ticket2404.mos | M testsuite/simulation/modelica/linear_system/Ticket3926.mos | M testsuite/simulation/modelica/linear_system/Ticket4254.mos | M testsuite/simulation/modelica/linear_system/analyticJacProblem3.mos | M testsuite/simulation/modelica/linear_system/constantStates.mos | M testsuite/simulation/modelica/linear_system/linSymSol.mos | M testsuite/simulation/modelica/linear_system/linSymSolConstA.mos | M testsuite/simulation/modelica/linear_system/problem1.mos | M testsuite/simulation/modelica/linear_system/problem2.mos | M testsuite/simulation/modelica/linear_system/problem3.mos | M testsuite/simulation/modelica/linear_system/underDetermind.mos | M testsuite/simulation/modelica/msl22/Backlash.mos | M testsuite/simulation/modelica/msl22/BearingFrictionTest.mos | M testsuite/simulation/modelica/msl22/Circuit1.mos | M testsuite/simulation/modelica/msl22/DCMotorBlocks.mos | M testsuite/simulation/modelica/msl22/DCMotorDeadzone.mos | M testsuite/simulation/modelica/msl22/DCMotorRotational.mos | M testsuite/simulation/modelica/msl22/ElasticBearing.mos | M testsuite/simulation/modelica/msl22/First.mos | M testsuite/simulation/modelica/msl22/FuncCross.mos | M testsuite/simulation/modelica/msl22/Gear.mos | M testsuite/simulation/modelica/msl22/Gear2.mos | M testsuite/simulation/modelica/msl22/IdealGear.mos | M testsuite/simulation/modelica/msl22/IdealGearBrake.mos | M testsuite/simulation/modelica/msl22/InitTest.mos | M testsuite/simulation/modelica/msl22/InputOutput.mos | M testsuite/simulation/modelica/msl22/LossyGear1.mos | M testsuite/simulation/modelica/msl22/MatrixTest.mos | M testsuite/simulation/modelica/msl22/NonLinsys.mos | M testsuite/simulation/modelica/msl22/Shaft.mos | M testsuite/simulation/modelica/msl22/SineAccelerate.mos | M testsuite/simulation/modelica/msl22/SineSpeed.mos | M testsuite/simulation/modelica/msl22/SineTorque.mos | M testsuite/simulation/modelica/msl22/SineTorque2inertias.mos | M testsuite/simulation/modelica/msl22/SpringMass.mos | M testsuite/simulation/modelica/msl22/StepTorque.mos | M testsuite/simulation/modelica/msl22/Tank.mos | M testsuite/simulation/modelica/msl22/Test3PhaseInit.mos | M testsuite/simulation/modelica/msl22/Test3PhaseInitOver.mos | M testsuite/simulation/modelica/msl22/Test3PhaseInitParam.mos | M testsuite/simulation/modelica/msl22/Test3PhaseStart.mos | M testsuite/simulation/modelica/msl22/TimeVaryingLinsys.mos | M testsuite/simulation/modelica/msl22/TrapezoidTest.mos | M testsuite/simulation/modelica/msl22/WeakAxis.mos | M testsuite/simulation/modelica/msl22/avg.mos | M testsuite/simulation/modelica/msl22/blockssources.mos | M testsuite/simulation/modelica/msl22/simulation2.mos | M testsuite/simulation/modelica/msl22/tupleTest.mos | M testsuite/simulation/modelica/nonlinear_system/FiniteEscapeTime.mos | M testsuite/simulation/modelica/nonlinear_system/NonlinearSolverFailureInitial.mos | M testsuite/simulation/modelica/nonlinear_system/NonlinearSolverSimulation.mos | M testsuite/simulation/modelica/nonlinear_system/ScalingTest1.mos | M testsuite/simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos | M testsuite/simulation/modelica/nonlinear_system/TestInputIteration.mos | M testsuite/simulation/modelica/nonlinear_system/WrongInitialSolutionSelected.mos | M testsuite/simulation/modelica/nonlinear_system/bug_2841.mos | M testsuite/simulation/modelica/nonlinear_system/bug_3527.mos | M testsuite/simulation/modelica/nonlinear_system/fullRobot.mos | M testsuite/simulation/modelica/nonlinear_system/inverseTest.mos | M testsuite/simulation/modelica/nonlinear_system/nanTest.mos | M testsuite/simulation/modelica/nonlinear_system/nanTest_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinear.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinear_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem1.mos | M testsuite/simulation/modelica/nonlinear_system/problem10.mos | M testsuite/simulation/modelica/nonlinear_system/problem11.mos | M testsuite/simulation/modelica/nonlinear_system/problem12.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem2.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem3.mos | M testsuite/simulation/modelica/nonlinear_system/problem3_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem3_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem3_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem3_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem4.mos | M testsuite/simulation/modelica/nonlinear_system/problem4_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem4_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem4_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem5.mos | M testsuite/simulation/modelica/nonlinear_system/problem5_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem5_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem5_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem5_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem6.mos | M testsuite/simulation/modelica/nonlinear_system/problem6_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem6_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem6_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem7.mos | M testsuite/simulation/modelica/nonlinear_system/problem7_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem7_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem7_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem7_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem8_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem9.mos | M testsuite/simulation/modelica/nonlinear_system/ticket3999.mos | M testsuite/simulation/modelica/others/Bug1048.mos | M testsuite/simulation/modelica/others/Bug1687.mos | M testsuite/simulation/modelica/others/Bug1728.mos | M testsuite/simulation/modelica/others/Bug1987.mos | M testsuite/simulation/modelica/others/Bug2432.mos | M testsuite/simulation/modelica/others/Bug2536.mos | M testsuite/simulation/modelica/others/Bug2633.mos | M testsuite/simulation/modelica/others/Bug2704.mos | M testsuite/simulation/modelica/others/Bug2788.mos | M testsuite/simulation/modelica/others/Bug2833.mos | M testsuite/simulation/modelica/others/Bug3023.mos | M testsuite/simulation/modelica/others/Bug3261.mos | M testsuite/simulation/modelica/others/Bug3323.mos | M testsuite/simulation/modelica/others/Bug3500.mos | M testsuite/simulation/modelica/others/Bug3687.mos | M testsuite/simulation/modelica/others/Bug3885.mos | M testsuite/simulation/modelica/others/BugTest1830.mos | M testsuite/simulation/modelica/others/ChangeCorrect.mos | M testsuite/simulation/modelica/others/CombiTable1DBug.mos | M testsuite/simulation/modelica/others/CombiTimeTableTest.mos | M testsuite/simulation/modelica/others/ComplexAlgebraicLoop.mos | M testsuite/simulation/modelica/others/ComplexFun.mos | M testsuite/simulation/modelica/others/DiscreteVectorStateSpace.mo | M testsuite/simulation/modelica/others/DiscreteVectorStateSpace.mos | M testsuite/simulation/modelica/others/Elevator.mos | M testsuite/simulation/modelica/others/EngineV6_evalParams.mos | M testsuite/simulation/modelica/others/EngineV6_output.mos | M testsuite/simulation/modelica/others/EquationCallIntegerArray.mos | M testsuite/simulation/modelica/others/ExtendsBasic.mos | M testsuite/simulation/modelica/others/FinalPropagation.mos | M testsuite/simulation/modelica/others/FrameTest.mos | M testsuite/simulation/modelica/others/IdealDiode.mos | M testsuite/simulation/modelica/others/MoonAndEarth.mos | M testsuite/simulation/modelica/others/NoLoadModel.mos | M testsuite/simulation/modelica/others/Oscillator.mo | M testsuite/simulation/modelica/others/Oscillator.mos | M testsuite/simulation/modelica/others/ParameterCycle.mos | M testsuite/simulation/modelica/others/ParameterModel.mos | M testsuite/simulation/modelica/others/Pendulum.mos | M testsuite/simulation/modelica/others/PolynomialEvaluator2.mo | M testsuite/simulation/modelica/others/PreAndAliasedVar.mos | M testsuite/simulation/modelica/others/PreMatrix.mos | M testsuite/simulation/modelica/others/Random.mos | M testsuite/simulation/modelica/others/Random2.mos | M testsuite/simulation/modelica/others/Reductions.mo | M testsuite/simulation/modelica/others/Reductions.mos | M testsuite/simulation/modelica/others/Riccati.mos | M testsuite/simulation/modelica/others/SimResultScripting.mos | M testsuite/simulation/modelica/others/SliceAssignment.mo | M testsuite/simulation/modelica/others/SliceAssignment.mos | M testsuite/simulation/modelica/others/SpaceProbe.mos | M testsuite/simulation/modelica/others/StringTest.mos | M testsuite/simulation/modelica/others/Switch.mo | M testsuite/simulation/modelica/others/Switch.mos | M testsuite/simulation/modelica/others/SyncFilter.mos | M testsuite/simulation/modelica/others/Table2d.mos | M testsuite/simulation/modelica/others/TestAsub.mos | M testsuite/simulation/modelica/others/TestExpressionSolve.mos | M testsuite/simulation/modelica/others/TestLapack.mos | M testsuite/simulation/modelica/others/TestNormVar.mos | M testsuite/simulation/modelica/others/TestSolve.mos | M testsuite/simulation/modelica/others/TestSolve10.mos | M testsuite/simulation/modelica/others/TestSolve11.mos | M testsuite/simulation/modelica/others/TestSolve12.mos | M testsuite/simulation/modelica/others/TestSolve13.mos | M testsuite/simulation/modelica/others/TestSolve14.mos | M testsuite/simulation/modelica/others/TestSolve15.mos | M testsuite/simulation/modelica/others/TestSolve16.mos | M testsuite/simulation/modelica/others/TestSolve17.mos | M testsuite/simulation/modelica/others/TestSolve18.mos | M testsuite/simulation/modelica/others/TestSolve2.mos | M testsuite/simulation/modelica/others/TestSolve3.mos | M testsuite/simulation/modelica/others/TestSolve4.mos | M testsuite/simulation/modelica/others/TestSolve5.mos | M testsuite/simulation/modelica/others/TestSolve6.mos | M testsuite/simulation/modelica/others/TestSolve7.mos | M testsuite/simulation/modelica/others/TestSolve8.mos | M testsuite/simulation/modelica/others/TestSolve9.mos | M testsuite/simulation/modelica/others/Ticket5129.mos | M testsuite/simulation/modelica/others/VariableFilter.mos | M testsuite/simulation/modelica/others/WhenStatement4.mos | M testsuite/simulation/modelica/others/filterTest.mos | M testsuite/simulation/modelica/others/impureTest.mos | M testsuite/simulation/modelica/others/localKnownVars.mos | M testsuite/simulation/modelica/others/nonConstantIndex.mos | M testsuite/simulation/modelica/others/nonConstantParam.mos | M testsuite/simulation/modelica/others/pendulum4.mos | M testsuite/simulation/modelica/others/sample1.mos | M testsuite/simulation/modelica/others/sample2.mos | M testsuite/simulation/modelica/others/sample3.mos | M testsuite/simulation/modelica/others/simulation.mos | M testsuite/simulation/modelica/others/steadyState.mos | M testsuite/simulation/modelica/others/tempInterpol2test.mos | M testsuite/simulation/modelica/others/terminal.mos | M testsuite/simulation/modelica/others/world.mos | M testsuite/simulation/modelica/packages/ComplexNumbers.mo | M testsuite/simulation/modelica/packages/ComplexNumbers.mos | M testsuite/simulation/modelica/packages/RedeclarePackage.mos | M testsuite/simulation/modelica/parallel/ParallelPRV.mos | M testsuite/simulation/modelica/parameters/Engine1a_output.mos | M testsuite/simulation/modelica/parameters/fixedString.mos | M testsuite/simulation/modelica/parameters/hideResult.mos | M testsuite/simulation/modelica/parameters/parameterTest.mos | M testsuite/simulation/modelica/parameters/parameterTest10.mos | M testsuite/simulation/modelica/parameters/parameterTest11.mos | M testsuite/simulation/modelica/parameters/parameterTest12.mos | M testsuite/simulation/modelica/parameters/parameterTest13.mos | M testsuite/simulation/modelica/parameters/parameterTest14.mos | M testsuite/simulation/modelica/parameters/parameterTest15.mos | M testsuite/simulation/modelica/parameters/parameterTest16.mos | M testsuite/simulation/modelica/parameters/parameterTest17.mos | M testsuite/simulation/modelica/parameters/parameterTest2.mos | M testsuite/simulation/modelica/parameters/parameterTest3.mos | M testsuite/simulation/modelica/parameters/parameterTest4.mos | M testsuite/simulation/modelica/parameters/parameterTest5.mos | M testsuite/simulation/modelica/parameters/parameterTest6.mos | M testsuite/simulation/modelica/parameters/parameterTest7.mos | M testsuite/simulation/modelica/parameters/parameterTest8.mos | M testsuite/simulation/modelica/parameters/parameterTest9.mos | M testsuite/simulation/modelica/parameters/revoluteConstraint.mos | M testsuite/simulation/modelica/qss/qss_example1.mos | M testsuite/simulation/modelica/qss/qss_example2.mos | M testsuite/simulation/modelica/qss/qss_example3.mos | M testsuite/simulation/modelica/qss/qss_example4.mos | M testsuite/simulation/modelica/qss/qss_example5.mos | M testsuite/simulation/modelica/qss/qss_example6.mos | M testsuite/simulation/modelica/qss/qss_example7.mos | M testsuite/simulation/modelica/qss/qss_example8.mos | M testsuite/simulation/modelica/qss/qss_example9.mos | M testsuite/simulation/modelica/records/ATotal.mos | M testsuite/simulation/modelica/records/InOutRecord.mos | M testsuite/simulation/modelica/records/TestComplexSum1.mos | M testsuite/simulation/modelica/records/Ticket5134.mos | M testsuite/simulation/modelica/resolveLoops/AmplifierWithOpAmpDetailed.mos | M testsuite/simulation/modelica/resolveLoops/Circuit1x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit2x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit3x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit4x.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum2.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum3.mos | M testsuite/simulation/modelica/solver/LotkaVolterraWithInput.mos | M testsuite/simulation/modelica/solver/bug2231-radau1.mos | M testsuite/simulation/modelica/solver/problem1-cvode.mos | M testsuite/simulation/modelica/solver/problem1-dasslsteps.mos | M testsuite/simulation/modelica/solver/problem1-ida.mos | M testsuite/simulation/modelica/solver/problem1-impeuler.mos | M testsuite/simulation/modelica/solver/problem1-imprk.mos | M testsuite/simulation/modelica/solver/problem1-irksco.mos | M testsuite/simulation/modelica/solver/problem1-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverExpSsc.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos | M testsuite/simulation/modelica/solver/problem1-trapezoid.mos | M testsuite/simulation/modelica/solver/problem2-cvode.mos | M testsuite/simulation/modelica/solver/problem2-dasslsteps.mos | M testsuite/simulation/modelica/solver/problem2-ida.mos | M testsuite/simulation/modelica/solver/problem2-idaJacobian.mos | M testsuite/simulation/modelica/solver/problem2-idaLinearSolver.mos | M testsuite/simulation/modelica/solver/problem2-impeuler.mos | M testsuite/simulation/modelica/solver/problem2-imprk.mos | M testsuite/simulation/modelica/solver/problem2-imprkLS.mos | M testsuite/simulation/modelica/solver/problem2-irksco.mos | M testsuite/simulation/modelica/solver/problem2-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem2-symSolverExpSsc.mos | M testsuite/simulation/modelica/solver/problem2-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem2-symSolverImpSsc.mos | M testsuite/simulation/modelica/solver/problem2-trapezoid.mos | M testsuite/simulation/modelica/solver/problem3-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem3-symSolverExpSsc.mos | M testsuite/simulation/modelica/solver/problem3-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem3-symSolverImpSsc.mos | M testsuite/simulation/modelica/solver/problem4-erk_ssc.mos | M testsuite/simulation/modelica/solver/problem4-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem4-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem5-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem5-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem6-cvode.mos | M testsuite/simulation/modelica/solver/problem6-irksco.mos | M testsuite/simulation/modelica/solver/problem6-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem6-symSolverImp.mos | M testsuite/simulation/modelica/start_value_selection/MinimalModel.mos | M testsuite/simulation/modelica/start_value_selection/Test.mos | M testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/start_value_selection/ticket5807.mos | M testsuite/simulation/modelica/statemachines/AccessFromOutside.mos | M testsuite/simulation/modelica/statemachines/ConferenceTut1.mos | M testsuite/simulation/modelica/statemachines/ConferenceTut1DeadEnd.mos | M testsuite/simulation/modelica/statemachines/DeadEnd.mos | M testsuite/simulation/modelica/statemachines/EnteringByReset.mos | M testsuite/simulation/modelica/statemachines/MLS33_17_3_7NA.mos | M testsuite/simulation/modelica/statemachines/Maraninchi2003_2.mos | M testsuite/simulation/modelica/statemachines/SMGraphicalTestCases_DeepHierarchy.mos | M testsuite/simulation/modelica/statemachines/SMMin.mos | M testsuite/simulation/modelica/statemachines/SingleState.mos | M testsuite/simulation/modelica/statemachines/Ticket4618.mos | M testsuite/simulation/modelica/statemachines/TicksInState.mos | M testsuite/simulation/modelica/statemachines/TimeInState.mos | M testsuite/simulation/modelica/statemachines/ticket4271.mos | M testsuite/simulation/modelica/synchronous/Bug3503.mos | M testsuite/simulation/modelica/synchronous/DID.mos | M testsuite/simulation/modelica/synchronous/EventClock.mos | M testsuite/simulation/modelica/synchronous/EventClock_cpp.mos | M testsuite/simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mos | M testsuite/simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mos | M testsuite/simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos | M testsuite/simulation/modelica/synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mos | M testsuite/simulation/modelica/synchronous/SamplingWithClocks.mos | M testsuite/simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos | M testsuite/simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos | M testsuite/simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos | M testsuite/simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos | M testsuite/simulation/modelica/synchronous/TestClockParameterEvaluation.mos | M testsuite/simulation/modelica/synchronous/WhenClocks.mos | M testsuite/simulation/modelica/synchronous/boolSubClocks.mos | M testsuite/simulation/modelica/synchronous/subSample.mos | M testsuite/simulation/modelica/synchronous/synch.mos | M testsuite/simulation/modelica/tearing/Algorithm1-cel.mos | M testsuite/simulation/modelica/tearing/Algorithm1-celMC3.mos | M testsuite/simulation/modelica/tearing/Algorithm1-minimal.mos | M testsuite/simulation/modelica/tearing/Algorithm1-omc.mos | M testsuite/simulation/modelica/tearing/Algorithm2-cel.mos | M testsuite/simulation/modelica/tearing/Algorithm2-celMC3.mos | M testsuite/simulation/modelica/tearing/Algorithm2-minimal.mos | M testsuite/simulation/modelica/tearing/Algorithm2-omc.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-cel.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-celMC3.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-minimal.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-omc.mos | M testsuite/simulation/modelica/tearing/MixedTearing2-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing02-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing1-cel.mos | M testsuite/simulation/modelica/tearing/Tearing1-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing1-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing1-omc.mos | M testsuite/simulation/modelica/tearing/Tearing10-cel.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC11.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC12.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC21.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC22.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC23.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC231.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos | M testsuite/simulation/modelica/tearing/Tearing10-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing10-omc.mos | M testsuite/simulation/modelica/tearing/Tearing11-cel.mos | M testsuite/simulation/modelica/tearing/Tearing11-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing11-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing11-omc.mos | M testsuite/simulation/modelica/tearing/Tearing12-cel.mos | M testsuite/simulation/modelica/tearing/Tearing12-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing12-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing12-omc.mos | M testsuite/simulation/modelica/tearing/Tearing13-cel.mos | M testsuite/simulation/modelica/tearing/Tearing13-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing13-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing13-omc.mos | M testsuite/simulation/modelica/tearing/Tearing14-cel.mos | M testsuite/simulation/modelica/tearing/Tearing14-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing14-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing14-omc.mos | M testsuite/simulation/modelica/tearing/Tearing15-cel.mos | M testsuite/simulation/modelica/tearing/Tearing15-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing15-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing15-omc.mos | M testsuite/simulation/modelica/tearing/Tearing16-cel.mos | M testsuite/simulation/modelica/tearing/Tearing16-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing16-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing16-omc.mos | M testsuite/simulation/modelica/tearing/Tearing18-cel.mos | M testsuite/simulation/modelica/tearing/Tearing18-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing18-omc.mos | M testsuite/simulation/modelica/tearing/Tearing19-cel.mos | M testsuite/simulation/modelica/tearing/Tearing2-cel.mos | M testsuite/simulation/modelica/tearing/Tearing2-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing2-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing2-omc.mos | M testsuite/simulation/modelica/tearing/Tearing3-cel.mos | M testsuite/simulation/modelica/tearing/Tearing3-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing3-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing3-omc.mos | M testsuite/simulation/modelica/tearing/Tearing4-cel.mos | M testsuite/simulation/modelica/tearing/Tearing4-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing4-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing4-omc.mos | M testsuite/simulation/modelica/tearing/Tearing5-cel.mos | M testsuite/simulation/modelica/tearing/Tearing5-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing5-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing5-omc.mos | M testsuite/simulation/modelica/tearing/Tearing6-cel.mos | M testsuite/simulation/modelica/tearing/Tearing6-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing6-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing6-omc.mos | M testsuite/simulation/modelica/tearing/Tearing7-cel.mos | M testsuite/simulation/modelica/tearing/Tearing7-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing7-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing7-omc.mos | M testsuite/simulation/modelica/tearing/Tearing8-cel.mos | M testsuite/simulation/modelica/tearing/Tearing8-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing8-celMC3sorted.mos | M testsuite/simulation/modelica/tearing/Tearing8-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing8-omc.mos | M testsuite/simulation/modelica/tearing/Tearing9-cel.mos | M testsuite/simulation/modelica/tearing/Tearing9-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing9-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing9-omc.mos | M testsuite/simulation/modelica/tearing/dynamicTearing1.mos | M testsuite/simulation/modelica/tearing/dynamicTearing2.mos | M testsuite/simulation/modelica/tearing/dynamicTearing3.mos | M testsuite/simulation/modelica/tearing/minimalTearing.mos | M testsuite/simulation/modelica/tearing/tearingSelect-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect-minimal.mos | M testsuite/simulation/modelica/tearing/tearingSelect-omc.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos | M testsuite/simulation/modelica/tearing/testParamDivision.mos | M testsuite/simulation/modelica/tearing/testTearingStrictness.mos | M testsuite/simulation/modelica/tearing/totalTearing1.mos | M testsuite/simulation/modelica/tearing/totalTearing2.mos | M testsuite/simulation/modelica/tearing/totalTearing3.mos | M testsuite/simulation/modelica/tearing/userDefinedTearing1.mos | M testsuite/simulation/modelica/tearing/userDefinedTearing2.mos | M testsuite/simulation/modelica/types/ColorPixel.mo | M testsuite/simulation/modelica/types/ColorPixel.mos | M testsuite/simulation/modelica/types/ComplexTypeEquationCount.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck1.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck10.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck11.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck12.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck13.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck14.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck15.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck16.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck17.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck18.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck2.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck3.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck4.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck5.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck6.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck7.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck8.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck9.mos | M testsuite/simulation/modelica/unitcheck/OFunitcheck/ticket3631.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck1.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck10.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck11.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck12.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck13.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck14.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck15.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck16.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck17.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck18.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck19.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck2.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck3.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck4.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck5.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck6.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck7.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck8.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck9.mos | M testsuite/simulation/modelica/unitcheck/ticket3631.mos | M testsuite/special/FmuExportCrossCompile/fmuExportCrossCompile.mos | M testsuite/special/MatlabTranslator/SCRIPT.mos | M testsuite/template/simulation_failed_template.mos | M testsuite/template/simulation_template.mos | M testsuite/template/translation_failed_template.mo | M testsuite/template/translation_template.mo | * commit 78a2103d880550658db242541b6975390a1b069e | Author: Martin Sjölund | Date: Wed Nov 11 09:57:04 2020 +0100 | | Add the OM overview article to the bibtex database (#6912) | | M doc/bibliography/journals.cite | M doc/bibliography/openmodelica.bib | * commit 0d286e5f58c42b67b24f59151a0e271dcd9f74e0 | Author: Adeel Asghar | Date: Tue Nov 10 16:25:54 2020 +0100 | | Check for NULL pointer to avoid crashes | | M OMEdit/OMEditLIB/Element/Element.cpp | * commit ba83d81e5f1f132591524d50d9e5c8af5043168e | Author: AnHeuermann | Date: Mon Nov 9 14:42:51 2020 +0100 | | Update SUNDIALS to v5.4.0 | | - Updated OMCompiler-3rdParty | - Updating C, FMI, OMSICpp and old C++ runtimes to use new API of SUNDIALS. | - Added shared error handling for functions using SUNDIALS routines. | - Sorted constant strings for includes in runtimes and FMI. | - Updated testuite. | - Fixes for SUNDIALS building / linking on MSVC. | | M Makefile.omdev.mingw | M OMCompiler/3rdParty | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/Template/CodegenOMSIC.tpl | M OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSI/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSI/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSI/base/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSI/solver/include/solver_kinsol.h | M OMCompiler/SimulationRuntime/OMSI/solver/src/solver_kinsol.c | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/include/omcZeromqTask.h | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/src/omc.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/src/omcZeromqTask.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVode.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDA.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/Kinsol.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolLapack.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolver.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/Communicator.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/SimulationThread.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/ToZeroMQEvent.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVode.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDA.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/Kinsol.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolLapack.cpp | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.tpl | M OMCompiler/SimulationRuntime/c/cmake_2.8.cmake | M OMCompiler/SimulationRuntime/c/simulation/solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/jacobianSymbolical.c | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.h | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/radau.c | M OMCompiler/SimulationRuntime/c/simulation/solver/radau.h | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.h | A OMCompiler/SimulationRuntime/c/simulation/solver/sundials_error.c | A OMCompiler/SimulationRuntime/c/simulation/solver/sundials_error.h | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | M OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | M OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | M OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h | M OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | M OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVode.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDA.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | M OMCompiler/configure.ac | M OMCompiler/m4/lapack.m4 | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_static.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | M testsuite/simulation/modelica/solver/problem6-cvode.mos | * commit 8aeb1f61e1d44c2a1369a41cd0825d604ffe1db7 | Author: Adeel Asghar | Date: Tue Nov 10 15:30:18 2020 +0100 | | Call process events to make sure status bar message is shown (#6905) | | * Call process events to make sure status bar message is shown | | * Call repaint() instead of qApp->processEvents() | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Util/Utilities.h | * commit d21c92647fdc63b49b6f1cc737c6190e4c105a3e | Author: Per Östlund | Date: Tue Nov 10 13:05:00 2020 +0100 | | Improve check for partial elements. | | - Don't check for partial elements inside redeclared classes. | - Move check for nfAPI flag to after verifying that an element is | partial, to avoid unnecessary flag checking. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit c936d0fb14df133adde0e4164dcf716fe15b3960 | Author: Martin Sjölund | Date: Tue Nov 10 14:26:33 2020 +0100 | | Do not put libOMEdit.a in build/ (#6907) | | M OMEdit/Makefile.omdev.mingw | M OMEdit/Makefile.unix.in | * commit af7975b7cfc58445311d5fbb89dc336431426e0b | Author: Karim Abdelhak | Date: Fri Nov 6 17:46:17 2020 +0100 | | [BE] update solveSimpleEquations | | - do not use preprocessed expressions to create new equation if it could not be solved | - fixes ticket #4293 | - has to change /simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos from verified to simple simulation | mathematically the initialization has multiple solutions and our results display the second possible solution. | taking the description into account the new solution is the intended one and the old one is not. | We cannot change the reference file because it is provided by modelica association and we have to comply. | Updating the start value rightBoundary1.ports[1].m_flowleftBoundary1.ports[1].m_flow to something like 40 will produce the inteded solution in dymola. | Once that and the result file have been updated by the modelica association we can change it back. | - one optimitazation result file had to be updated because of slightly different trajectories. Same results! | | [testsuite] small convergence fix | | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M testsuite/openmodelica/cruntime/optimization/basic/ReferenceFiles/testAlgLoop5_ref.mat | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop5.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos | M testsuite/openmodelica/xml/Bug3857.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos | M testsuite/simulation/modelica/others/TestExpressionSolve.mos | M testsuite/simulation/modelica/others/TestSolve18.mos | * commit bc86d3815a67f2a1bb6e3be10a16c5a433d2233c | Author: Adeel Asghar | Date: Mon Nov 9 16:27:30 2020 +0100 | | First set the connection creation flag false to avoid unexpected events | | Fixes ticket:6182 | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit b18b700d6a55d729c69c3a4a2d0346274875edae | Author: Adeel Asghar | Date: Fri Nov 6 12:58:35 2020 +0100 | | Fixed OMEdit OpenSceneGraph binaries path | | M OMEdit/OMEditGUI/OMEditGUI.win.config.pri | * commit 19b63302595803d1e929528614fe55d18082e370 | Author: Adeel Asghar | Date: Fri Nov 6 12:55:15 2020 +0100 | | Initialize the variable | | M OMCompiler/Compiler/Script/Interactive.mo | * commit f0ec692cf82822a58c985c642905f8157df2cfd7 | Author: Mahder Gebremedhin | Date: Mon Nov 9 09:53:36 2020 +0100 | | Treat modelica_fnptr as metatype for 'for loop' iter (#6887) | | - The proper fix might be to actually wrap T_FUNCTION_REFERENCE_VAR in | DAE.META_TYPE. | This works for now. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 4486fa0ea11146675928812f283417adaa6f92df | Author: Adrian Pop | Date: Sat Nov 7 00:40:44 2020 +0100 | | fix #6167 allow partial handling in NF when -d=nfAPI is on | - allow lookup in partial classes | - allow calling partial functions | - instantiate partial classes and packages | - add a test so we don't break this again | | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/Script/NFApi.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket6167.mos | * commit e530797e8bd5abc3bb1f7060846eedf76476a708 | Author: Karim Abdelhak | Date: Fri Nov 6 14:43:42 2020 +0100 | | [SimCode] remove wrong singular if expression fix | | - original fix would replace solving following equation w.r.t. x | 0.0 = if condition then func1(x, ...) else func2(...); | with | 0.0 = if condition then func1(x, ...) else x - pre(x); | | - this seems to be a hotfix for seemingly singular systems and has to be removed because this only works if condition = true. Otherwise func2() = 0 has to be respected | - only possible to solve if condition is a structural parameter, otherwise it is a multi-mode system (dynamic index) | - detecting these structural parameters should be possible after PR #6892 | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 8f3ec36b5872b96767ea8fd920f9be7536caf061 | Author: Per Östlund | Date: Fri Nov 6 12:05:40 2020 +0100 | | Improve if-equation branch selection. | | - Mark conditions in if-equations as structural if they're non-fixed | parameter expressions after evaluating connection operators. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 6c61006cd744a24c30d37fdb462f655ed2f6d774 | Author: arun3688 | Date: Fri Nov 6 10:11:26 2020 +0100 | | fix dataReconciliation tests for windows | | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | * commit 79631aff7f80ec1f33ea4e404532ce78b32626a4 | Author: Adeel Asghar | Date: Thu Nov 5 11:53:20 2020 +0100 | | Use updated SEMLA cmake arguments | | M OMCompiler/Makefile.common | * commit 90dd676d9ff62828efb1246f9e82f46e402872b3 | Author: Adrian Pop | Date: Wed Nov 4 17:55:52 2020 +0100 | | copy the dlls needed by omc | | M OMCompiler/Makefile.omdev.mingw | * commit 8692e6df07850a2e65d953e4e03b755ebbf5429b | Author: Per Östlund | Date: Wed Nov 4 14:14:32 2020 +0100 | | Improve function call type specifiers. | | - Use the type vars defined on the function instead of trying to deduce | them from the function output. This makes it possible to specify which | polymorphic types that need to be specified by the caller and is also | more predictable. | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Expression.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Static.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Types.c | M testsuite/metamodelica/meta/Makefile | M testsuite/metamodelica/meta/PolymorphicCallTypeSpec1.mos | A testsuite/metamodelica/meta/PolymorphicCallTypeSpec3.mos | * commit c7708ff15df5d9e5132fe4d8578b07d6d9871011 | Author: phannebohm | Date: Sun Nov 1 22:15:02 2020 +0100 | | Fix mod calculation for integer negative divisor | | According to the specification 3.7.1.1 the modulus has the same sign | as the divisor. Unfortunately the % operator in C and C++ works in a | different way. Basically division trunkates towards zero instead of | rounding down towards negative infinity. So we need to manually check | that the result is in the correct range. | | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Functions.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Utility.h | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/util/utility.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Functions.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Utility.h | * commit 0f229baaeb302853b6ee24705468307713898e60 | Author: Per Östlund | Date: Thu Oct 22 14:10:31 2020 +0200 | | Type specifiers on function calls in MetaModelica | | - Allow specifying the type of polymorphic output when calling | MetaModelica functions by using func(...), to avoid the need for | dummy arguments in order to determine the type of the output. | | M OMCompiler/Compiler/FrontEnd/Absyn.mo | M OMCompiler/Compiler/FrontEnd/AbsynToSCode.mo | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstExtends.mo | M OMCompiler/Compiler/FrontEnd/InstSection.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeFlattenImports.mo | M OMCompiler/Compiler/FrontEnd/OperatorOverloading.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/FrontEnd/Types.mo | M OMCompiler/Compiler/Script/Binding.mo | M OMCompiler/Compiler/Script/BlockCallRewrite.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/Refactor.mo | M OMCompiler/Compiler/Script/StaticScript.mo | M OMCompiler/Compiler/Template/AbsynDumpTV.mo | M OMCompiler/Compiler/Template/AbsynDumpTpl.tpl | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/boot/bootstrap-sources/build/Absyn.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynDumpTpl.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynJLDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynToSCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/Absyn_records.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Algorithm.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Array.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Autoconf.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetCR.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetPath.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetString.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeCRToInt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeStringString.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAE.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAECreate.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAEUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BackendInterface.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlSet.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlTree.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashSet.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashTable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Builtin.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Ceval.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalFunction.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptBackend.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptOMSimulator.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ClassInf.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ClassLoader.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ClockIndexes.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenMidToC.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ComponentReference.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Config.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectionGraph.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Constants.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Corba.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAE.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDumpTpl.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEToMid.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DAEUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Debug.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DoubleEnded.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Dump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DumpGraphviz.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/DynLoad.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ElementSource.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Error.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorTypes.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExecStat.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpandableArray.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Expression.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Expression.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplify.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplifyTypes.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FBuiltin.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FCore.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FExpand.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuild.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuildEnv.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FLookup.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FMod.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FNode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FResolve.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FTraverse.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FUnitCheck.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FVisit.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/File.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Flags.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/GC.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GenerateAPIFunctionsTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Gettext.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Global.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Graph.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Graphviz.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashSet.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetExp.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetString.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable2.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable3.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable5.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCG.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrIListArray.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrILst.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrToExpOption.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrefSimVar.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableExpToIndex.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToPath.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToProgram.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/HpcOmSimCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/IOStream.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/IOStreamExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Inline.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InnerOuter.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Inst.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Inst.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstBinding.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstDAE.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstFunction.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstHashTable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstMeta.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstSection.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstStateMachineUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstTypes.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InstVar.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Inst_includes.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/Lapack.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/List.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/List.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/Lookup.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/MMath.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Main.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/MetaUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/MidCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Mod.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ModelicaExternalC.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Mutable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFApi.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFSCodeFlatten.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/NFUnitCheck.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/OperatorOverloading.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/PackageManagement.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Parser.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ParserExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Patternm.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Pointer.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/PrefixUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Print.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Refactor.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/RewriteRules.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDump.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDumpTpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeInstUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SemanticVersion.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Settings.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCode.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunction.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeMain.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeVar.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Socket.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/StackOverflow.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/StateMachineFlatten.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Static.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Static.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/StaticScript.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/StringUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/SymbolTable.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/System.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Testsuite.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Tpl.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/TplAbsyn.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/TplCodegen.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/TplMain.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/TplParser.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Types.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Types.h | M OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsyn.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsynBuilder.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/UnitChecker.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/UnitParserExt.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Unparsing.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Util.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/Values.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ValuesUtil.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/VarTransform.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroCrossings.c | M OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroMQ.c | M OMCompiler/Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | M OMCompiler/Parser/Modelica.g | M testsuite/metamodelica/meta/Makefile | A testsuite/metamodelica/meta/PolymorphicCallTypeSpec1.mos | A testsuite/metamodelica/meta/PolymorphicCallTypeSpec2.mos | M testsuite/special/MatlabTranslator/Absyn.mo | M testsuite/special/MatlabTranslator/Dump.mo | M testsuite/special/MatlabTranslator/Translate.mo | * commit 130912fd3917bbb6883c7b2efc2ce3414ea181e4 | Author: Mahder Gebremedhin | Date: Tue Nov 3 16:38:14 2020 +0100 | | Remove parmodauto cleaning for now. | | - It uses CXX compiler to dump header dependencies. This means it needs | headers to exist to do clean. We don't provide "json.hpp" yet. So | clean fails. | | M OMCompiler/Makefile.common | * commit 0a1f647f86409159537387619829fd8268cd3997 | Author: Martin Sjölund | Date: Tue Nov 3 14:41:35 2020 +0100 | | Update bootstrapping sources (#6842) | | * Remove the tarball | * We now have C-sources directly instead making patches easier | | M OMCompiler/.gitignore | A OMCompiler/Compiler/Stubs/AbsynJLDumpTpl.mo | A OMCompiler/Compiler/Stubs/Autoconf.mo | A OMCompiler/Compiler/Stubs/CevalScriptOMSimulator.mo | A OMCompiler/Compiler/Stubs/ExpandableArray.mo | A OMCompiler/Compiler/Stubs/FUnitCheck.mo | A OMCompiler/Compiler/Stubs/InstStateMachineUtil.mo | A OMCompiler/Compiler/Stubs/NFSCodeFlatten.mo | M OMCompiler/Compiler/Util/System.mo | A OMCompiler/Compiler/boot/.gitignore | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/boot/Makefile.common | D OMCompiler/Compiler/boot/bootstrap-sources.tar.xz | A OMCompiler/Compiler/boot/bootstrap-sources/Makefile.sources | A OMCompiler/Compiler/boot/bootstrap-sources/build/Absyn.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Absyn.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynDumpTpl.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynDumpTpl.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynDumpTpl_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynDumpTpl_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynJLDumpTpl.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynJLDumpTpl.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynJLDumpTpl_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynJLDumpTpl_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynToSCode.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynToSCode.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynToSCode_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynToSCode_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AbsynUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Absyn_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Absyn_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Algorithm.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Algorithm.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Algorithm_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Algorithm_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Array.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Array.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Array_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Array_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Autoconf.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Autoconf.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Autoconf_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Autoconf_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetCR.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetCR.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetCR_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetCR_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetPath.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetPath.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetPath_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetPath_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetString.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetString.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetString_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlSetString_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeCRToInt.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeCRToInt.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeCRToInt_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeCRToInt_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeStringString.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeStringString.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeStringString_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/AvlTreeStringString_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAE.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAE.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAECreate.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAECreate.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAECreate_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAECreate_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAEUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAEUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAEUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAEUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAE_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendDAE_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendInterface.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendInterface.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendInterface_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BackendInterface_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlSet.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlSet.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlSet_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlSet_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlTree.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlTree.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlTree_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseAvlTree_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashSet.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashSet.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashSet_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashSet_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashTable.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashTable.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashTable_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/BaseHashTable_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Builtin.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Builtin.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Builtin_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Builtin_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Ceval.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Ceval.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalFunction.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalFunction.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalFunction_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalFunction_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptBackend.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptBackend.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptBackend_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptBackend_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptOMSimulator.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptOMSimulator.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptOMSimulator_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScriptOMSimulator_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CevalScript_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Ceval_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Ceval_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClassInf.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClassInf.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClassInf_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClassInf_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClassLoader.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClassLoader.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClassLoader_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClassLoader_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClockIndexes.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClockIndexes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClockIndexes_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ClockIndexes_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenCFunctions_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenMidToC.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenMidToC.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenMidToC_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenMidToC_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/CodegenUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ComponentReference.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ComponentReference.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ComponentReference_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ComponentReference_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Config.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Config.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Config_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Config_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectionGraph.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectionGraph.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectionGraph_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ConnectionGraph_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Constants.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Constants.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Constants_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Constants_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Corba.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Corba.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Corba_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Corba_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAE.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAE.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDump.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDump.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDumpTpl.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDumpTpl.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDumpTpl_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDumpTpl_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDump_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEDump_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEToMid.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEToMid.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEToMid_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEToMid_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAEUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAE_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DAE_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Debug.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Debug.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Debug_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Debug_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DoubleEnded.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DoubleEnded.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DoubleEnded_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DoubleEnded_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Dump.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Dump.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DumpGraphviz.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DumpGraphviz.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DumpGraphviz_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DumpGraphviz_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Dump_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Dump_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DynLoad.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/DynLoad.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DynLoad_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/DynLoad_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ElementSource.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ElementSource.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ElementSource_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ElementSource_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Error.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Error.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorExt.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorExt.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorExt_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorExt_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorTypes.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorTypes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorTypes_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ErrorTypes_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Error_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Error_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExecStat.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExecStat.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExecStat_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExecStat_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpandableArray.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpandableArray.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpandableArray_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpandableArray_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Expression.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Expression.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDump.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDump.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDumpTpl.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDumpTpl.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDumpTpl_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDumpTpl_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDump_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionDump_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplify.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplify.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplifyTypes.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplifyTypes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplifyTypes_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplifyTypes_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplify_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ExpressionSimplify_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Expression_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Expression_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FBuiltin.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FBuiltin.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FBuiltin_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FBuiltin_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FCore.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FCore.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FCore_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FCore_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FExpand.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FExpand.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FExpand_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FExpand_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuild.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuild.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuildEnv.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuildEnv.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuildEnv_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuildEnv_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuild_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphBuild_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraphStream_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FGraph_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FLookup.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FLookup.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FLookup_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FLookup_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FMod.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FMod.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FMod_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FMod_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FNode.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FNode.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FNode_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FNode_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FResolve.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FResolve.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FResolve_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FResolve_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FTraverse.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FTraverse.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FTraverse_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FTraverse_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FUnitCheck.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FUnitCheck.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FUnitCheck_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FUnitCheck_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FVisit.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FVisit.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FVisit_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FVisit_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/File.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/File.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/File_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/File_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Flags.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Flags.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/FlagsUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Flags_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Flags_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GC.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GC.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GC_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GC_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GenerateAPIFunctionsTpl.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GenerateAPIFunctionsTpl.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GenerateAPIFunctionsTpl_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GenerateAPIFunctionsTpl_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Gettext.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Gettext.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Gettext_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Gettext_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Global.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Global.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScript.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScript.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptDump.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptDump.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptDump_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptDump_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScriptUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScript_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GlobalScript_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Global_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Global_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Graph.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Graph.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStreamExt_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/GraphStream_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Graph_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Graph_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Graphviz.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Graphviz.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Graphviz_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Graphviz_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSet.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSet.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetExp.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetExp.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetExp_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetExp_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetString.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetString.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetString_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSetString_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSet_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashSet_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable2.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable2.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable2_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable2_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable3.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable3.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable3_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable3_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable5.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable5.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable5_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable5_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCG.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCG.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCG_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCG_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrIListArray.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrIListArray.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrIListArray_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrIListArray_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrILst.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrILst.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrILst_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrILst_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrToExpOption.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrToExpOption.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrToExpOption_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrToExpOption_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrefSimVar.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrefSimVar.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrefSimVar_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableCrefSimVar_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableExpToIndex.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableExpToIndex.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableExpToIndex_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableExpToIndex_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToPath.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToPath.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToPath_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToPath_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToProgram.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToProgram.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToProgram_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTableStringToProgram_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HashTable_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HpcOmSimCode.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/HpcOmSimCode.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HpcOmSimCode_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/HpcOmSimCode_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/IOStream.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/IOStream.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/IOStreamExt.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/IOStreamExt.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/IOStreamExt_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/IOStreamExt_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/IOStream_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/IOStream_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Inline.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Inline.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Inline_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Inline_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InnerOuter.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InnerOuter.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InnerOuter_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InnerOuter_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Inst.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Inst.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstBinding.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstBinding.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstBinding_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstBinding_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstDAE.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstDAE.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstDAE_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstDAE_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstExtends_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstFunction.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstFunction.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstFunction_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstFunction_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstHashTable.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstHashTable.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstHashTable_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstHashTable_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstMeta.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstMeta.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstMeta_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstMeta_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstSection.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstSection.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstSection_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstSection_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstStateMachineUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstStateMachineUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstStateMachineUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstStateMachineUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstTypes.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstTypes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstTypes_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstTypes_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstVar.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstVar.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstVar_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InstVar_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Inst_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Inst_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/InteractiveUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Interactive_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Lapack.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Lapack.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Lapack_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Lapack_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/List.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/List.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/List_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/List_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Lookup.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Lookup.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Lookup_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Lookup_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/MMath.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/MMath.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/MMath_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/MMath_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Main.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Main.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Main_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Main_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/MetaUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/MetaUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/MetaUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/MetaUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/MidCode.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/MidCode.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/MidCode_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/MidCode_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Mod.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Mod.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Mod_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Mod_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ModelicaExternalC.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ModelicaExternalC.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ModelicaExternalC_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ModelicaExternalC_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Mutable.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Mutable.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Mutable_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Mutable_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFApi.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFApi.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFApi_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFApi_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstDump.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstDump.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstDump_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstDump_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFInstUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFSCodeFlatten.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFSCodeFlatten.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFSCodeFlatten_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFSCodeFlatten_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFUnitCheck.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFUnitCheck.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFUnitCheck_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/NFUnitCheck_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/OperatorOverloading.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/OperatorOverloading.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/OperatorOverloading_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/OperatorOverloading_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/PackageManagement.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/PackageManagement.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/PackageManagement_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/PackageManagement_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Parser.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Parser.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ParserExt.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ParserExt.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ParserExt_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ParserExt_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Parser_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Parser_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Patternm.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Patternm.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Patternm_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Patternm_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Pointer.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Pointer.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Pointer_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Pointer_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/PrefixUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/PrefixUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/PrefixUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/PrefixUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Print.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Print.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Print_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Print_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Refactor.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Refactor.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Refactor_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Refactor_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/RewriteRules.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/RewriteRules.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/RewriteRules_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/RewriteRules_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCode.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCode.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDump.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDump.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDumpTpl.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDumpTpl.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDumpTpl_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDumpTpl_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDump_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeDump_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeInstUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeInstUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeInstUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeInstUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCodeUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCode_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SCode_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SemanticVersion.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SemanticVersion.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SemanticVersion_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SemanticVersion_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Settings.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Settings.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Settings_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Settings_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCode.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCode.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunction.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunction.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunctionUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunction_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeFunction_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeMain.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeMain.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeMain_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeMain_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeVar.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeVar.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeVar_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCodeVar_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCode_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SimCode_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Socket.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Socket.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Socket_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Socket_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/StackOverflow.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/StackOverflow.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StackOverflow_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StackOverflow_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/StateMachineFlatten.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/StateMachineFlatten.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StateMachineFlatten_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StateMachineFlatten_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Static.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Static.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StaticScript.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/StaticScript.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StaticScript_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StaticScript_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Static_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Static_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/StringUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/StringUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StringUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/StringUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SymbolTable.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/SymbolTable.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SymbolTable_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/SymbolTable_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/System.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/System.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/System_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/System_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Testsuite.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Testsuite.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Testsuite_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Testsuite_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Tpl.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Tpl.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplAbsyn.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplAbsyn.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplAbsyn_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplAbsyn_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplCodegen.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplCodegen.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplCodegen_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplCodegen_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplMain.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplMain.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplMain_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplMain_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplParser.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplParser.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplParser_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/TplParser_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Tpl_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Tpl_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Types.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Types.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Types_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Types_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsyn.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsyn.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsynBuilder.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsynBuilder.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsynBuilder_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsynBuilder_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsyn_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitAbsyn_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitChecker.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitChecker.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitChecker_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitChecker_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitParserExt.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitParserExt.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitParserExt_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/UnitParserExt_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Unparsing.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Unparsing.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Unparsing_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Unparsing_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Util.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Util.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Util_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Util_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Values.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Values.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ValuesUtil.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ValuesUtil.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ValuesUtil_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ValuesUtil_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/Values_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/Values_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/VarTransform.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/VarTransform.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/VarTransform_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/VarTransform_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroCrossings.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroCrossings.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroCrossings_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroCrossings_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroMQ.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroMQ.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroMQ_includes.h | A OMCompiler/Compiler/boot/bootstrap-sources/build/ZeroMQ_records.c | A OMCompiler/Compiler/boot/bootstrap-sources/build/_main.c | D OMCompiler/Compiler/boot/patches/.gitignore | D OMCompiler/Compiler/boot/patches/Absyn.c.1.patch.xz | D OMCompiler/Compiler/boot/patches/Absyn.h.1.patch.xz | D OMCompiler/Compiler/boot/patches/CevalScript.c.1.patch.xz | D OMCompiler/Compiler/boot/patches/System_includes.h.patch.xz | M OMCompiler/Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | M OMCompiler/Compiler/runtime/Error_omc.cpp | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/Compiler/runtime/System_omc.c | M OMCompiler/Compiler/runtime/errorext.cpp | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/SimulationRuntime/c/gc/omc_gc.h | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | M OMCompiler/SimulationRuntime/c/util/utility.h | * commit 0639cf192acb87a8f196bcf7627e332eff3d2578 | Author: Adrian Pop | Date: Tue Nov 3 12:34:46 2020 +0100 | | new needed dlls for OMEdit in the new OMDev | | M Makefile.omdev.mingw | * commit dac3cfbf7d01bd35f84e5e3a8238f2a445f32e71 | Author: Per Östlund | Date: Tue Nov 3 13:17:31 2020 +0100 | | Add new debug flag combineSubscripts | | - Add new debug flag combineSubscripts that when used together with | newInst moves all subscripts to the end of component references. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/Util/List.mo | A testsuite/flattening/modelica/scodeinst/CombineSubscripts1.mo | A testsuite/flattening/modelica/scodeinst/CombineSubscripts2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 2ecb8dc80f02599e8001ad0d10380b48be4e998c | Author: Adrian Pop | Date: Tue Nov 3 11:49:02 2020 +0100 | | attempt to fix Jessie, also boost_system is needed | | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/CMakeLists.txt | * commit a5ffbc71861dca568c70f11ddcfb228d21c39b7e | Author: Adrian Pop | Date: Mon Nov 2 16:05:05 2020 +0100 | | attempt to fix configure issues on el6 | | M OMCompiler/configure.ac | * commit 557f1a8420c3bd0e35b5cf646d16d3c7c290a746 | Author: Niklas Worschech | Date: Thu Oct 29 11:17:42 2020 +0100 | | check boost version for boost property | | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/CMakeLists.txt | * commit 544d2c36ccb4f9c7fa348e691fc2f4c599cb3534 | Author: Niklas Worschech | Date: Mon Oct 5 15:05:22 2020 +0200 | | [OMSICpp] improved error handling for zeromq simulation | | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/include/IOMCZeromq.h | A OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/include/Modelica.h | A OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/include/ModelicaDefine.h | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/include/omcZeromqTask.h | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/src/omc.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/src/omcZeromqTask.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimController.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/SimulationThread.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/ToZeroMQEvent.cpp | * commit be395743b91ca7498ecd6afed8dc7758d279e1a5 | Author: hudson | Date: Sun Nov 1 18:23:18 2020 +0000 | | Updated libraries | * libraries f916fa9...c9f7a63 (1): | > Bump libraries | | M libraries | * commit 2ecc837269674994ae4db400ef5bed09c4fd392a | Author: Mahder Gebremedhin | Date: Sat Oct 31 11:24:49 2020 +0100 | | Simulation paralleization support with parmodauto (#6825) | | | @mahge | Fix serialization | a894bea | | - Traversal now handles der, pre, previous ... | properly, i.e., treats them as crefs instead of calls. | | @mahge | Update ParModAuto sources. | 4c135b3 | | - There are so many changes here. | - Capability for monitoring and rescheduling added. | - Use JSON instead of XML | - updated compilation settings. e.g. use GC_THREADS from the | compilation command instead of defining it in the files. | | - many other fixes and changes. | | @mahge | Move parmodauto flag from debug to config flags. | 724a4ab | | - It is now used as --parmodauto instead of -d=parmodauto | | @mahge | Remove unused parmodelica code. | f78687c | | - We do not try to parallelize all the systems anymore. | We only parallelize ODE system for now. So cleanup the rest. | | @mahge | Update the code gen for the updated interface. | f5b3713 | | - We now use a global model variable in the C code. | - Pass this global variable to the C interface functions. | Basically acts as the 'this' argument for the C++ counterparts | of the functions. | | @mahge | Changed dumping of linear torn systems | 8ecba32 | | - The internal equations are now dumped as fields of the main equation. | They used to be dumped before the actual equation which made parsing them contrived. | | - Diabled old parsing and wrote a new one since the dump format has changed. | In order to avoid surprises, we stick to parsing only what we know we can handle for now. | | - Disabled source dumping for now. It is not really needed anyway. | - Normalized debug and log dumping a bit. | | @mahge | Move ParModAuto library handling to SimCode | 61a1c64 | | - Move the managment of ParModAuto libs out of the templates | The templates was not the right place to do this. | We should do things in SimCode when possible. | | @mahge | Clean up to avoid warnings | 49add1b | @mahge | Restructure parsing of task system json dump. | d497cec | | - Parsing is more structured and are a bit cleaner now. | | - Try to make sure we fail on anything that we have not | vetted manudally and are sure we are handling properly. | | Since some of the format for linear/non-linear as well as | dynamic/non-dynamic tearing combinations can be similar | it is easy to parse something by miskae as something else. | | @mahge | Changed dumping of non-linear systems | 30d7d3e | | - Updated dumping of non-linear [torn] systems with NO alternative | tearing. | | - The internal equations are now dumped as fields of the main equation. | They used to be dumped before the actual equation which made parsing them contrived. | | - This is similar to 54ce151 | | @mahge | Add a separate file for tasksystem serialization. | 9134a76 | | - Unfortunately we need to dump the task syste a bit different from | from the dbug dump for a number of reasons: | - We need to simplify things so that it is convenient to parse it later. | - We also have a different function for extracting crefs from expressions. | this treats der(x), pre(x) .. 'correctly' as differnt crefs from x. | - There is a lot of information that is not need for paraellization | that is dumped by the original serialization. So this helps us in | striping that information without affecting the debugging. | | - Removed the old XML task system dumping which is not not used anymore. | | @mahge | Allow parsing of single output algorithms. | e890be6 | | - Multiple output algorithms will be checked | again and allowed later. | | @mahge | Refactor and format all source files. | 0724dc4 | | @mahge | Always build debug version om parmodauto for now. | b068c06 | | - I hope I won't forget to change this later. | | @mahge | Cleanup and normalize the makefiles. | 83a972d | | @mahge | Explicitly link to boost system | d5e172e | | @mahge | Fix TBB include path. | 1f57456 | | - TBB is now assumed to be in `OMCompiler/3rdParty/tbb` instead of | `OMCompiler/3rdParty/tbb_cmake` | | | @mahge | Add parmodauto configure/build to omc compilation. | 4d124ad | | - parmodauto con now be enabled with --enable-parmodauto during | configuration of OpenModelica. | | - This will check for the existence of modified TBB sources in | 3rdParty/tbb_omc and if will fail if the directory does not exist. | | - If it exists, omc_tbb will be configured using cmake during | OpenModelica's autoconf configuration. | | - configuration will set two new variables ENABLE_PARMODAUTO and | OMC_TBB_ROOT. These values are used to enable parmodauto compilation | and find TBB source directory respectively. | | @mahge | Fix cmake compilation. | d9b9a66 | | - Add new file and remove old file from MM sources list. | | @mahge | Specify number of threads during pm model creation | 20b24c4 | | - This used to be set during compilation. That was find for testing but | for general usage it should be settable during simulation time. | | - It is still recommended to just let the system pick the number of | threads unless you have specific reasons to do otherwise, e.g. comparing | performance for research reasons. | | @mahge | Add parmodauto to OMCompiler's CMake compilation. | 06f5b5f | @mahge | If parmodauto link using g++. | 1192d7d | | - We need to either compile with g++ or explicitly link to libstdc++. | I think it is better to let g++ do its full c++ thing instead of | linking just libstdc++ only. | | @mahge | Propagate maximum number of threads. | 7035b01 | | - This is preparation to be able to set the desired number of threads | at simulation start. | | Now the max number of threads to be used at any time can be set with | the interface function PM_Model_create() when the parmodauto model | representation is created by the OpenModelica simulation executable | code. | | The maximum number of threads is passed to TBB by OMModel constructor | using tbb::task_scheduler_init. | | @mahge | Do not install om_pm_model.hpp. | 69383d9 | | - It is not needed. Just the interface file om_pm_interface.hpp is enough. | If needed we will add it later. | | M OMCompiler/.gitignore | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/FrontEnd/Expression.mo | A OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Template/SimCodeTV.mo | D OMCompiler/Compiler/Template/TaskSystemDump.tpl | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/CMakeLists.txt | M OMCompiler/SimulationRuntime/ParModelica/auto/CMakeLists.txt | M OMCompiler/SimulationRuntime/ParModelica/auto/Makefile.common | M OMCompiler/SimulationRuntime/ParModelica/auto/Makefile.in | M OMCompiler/SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_equation.cpp | M OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_equation.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | M OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_interface.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_model.cpp | M OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_model.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_cluster_dynamic_scheduler.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_cluster_level_scheduler.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_cluster_system.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_clustering.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_dynamic_scheduler.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_graph_dump.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_graph_dump.inl | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_level_scheduler.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_level_scheduler.inl | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_load_xml.inl | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_task_system.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_task_system.inl | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_timer.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_utility.cpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_utility.hpp | M OMCompiler/SimulationRuntime/ParModelica/auto/pm_win_timer.cpp | M OMCompiler/SimulationRuntime/ParModelica/auto/test_task_graph.cpp | M OMCompiler/configure.ac | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/special/MatlabTranslator/LoadCompilerSources.mos | * commit 5817e91dfc58842f1409f580fe768057c44ab956 | Author: Per Östlund | Date: Fri Oct 30 22:32:31 2020 +0100 | | Fix indexing error in Vector.grow. | | M OMCompiler/Compiler/Util/Vector.mo | * commit e30ac71d0e8fa120c07edef2f10b17ac46014af6 | Author: hudson | Date: Fri Oct 30 18:22:45 2020 +0000 | | Updated libraries | * libraries 31c6b79...f916fa9 (1): | > Bump libraries | | M libraries | * commit c74cc4754f044939a4d8ea4e75e9219538f43884 | Author: Adrian Pop | Date: Fri Oct 30 16:21:24 2020 +0100 | | do not force CFLAGS (#5307) | forcing CFLAGS from top level makefile will | - break qt clients badly (segfaults with corrupted stack) | - override some flags that it shouldn't | (some functions would use char* instead of wchar*) | | M Makefile.omdev.mingw | M OMEdit/OMEditLIB/Debugger/Attach/ProcessListModel.cpp | * commit 4da66238ab17c251aae73a1c4a4b1d34ba4d02d9 | Author: Adrian Pop | Date: Thu Oct 29 22:01:31 2020 +0100 | | fix copy paste blindness #5307 (#6874) | | M Makefile.omdev.mingw | M OMEdit/OMEditLIB/Debugger/Attach/ProcessListModel.cpp | * commit 2ed69205a1065c9223644c8880812698cd2276fc | Author: hudson | Date: Thu Oct 29 18:29:48 2020 +0000 | | Updated libraries | * libraries 01279f0...31c6b79 (1): | > Bump libraries | | M libraries | * commit f1678de1573bb25ace48cba30deef3900a475b1e | Author: Adrian Pop | Date: Wed Oct 28 01:46:14 2020 +0100 | | more clang msys2/mingw build fixes #5307 | - propagate compiler flags | - support both old a new OMDev | - use clang for new OMDev | - fix Cpp and OMSICpp runtime build | - fix OMDev/MinGW path checking in Windows | - Simulation code compilation | - omcCAPI clang adaptation | - add a default target in SimulationRuntime/OMSICpp/Makefile.omdev.mingw | - in OMSICpp link FMIL staticaly on MinGW | - update OpenModelica build instructions for OMDev: OMCompiler/README-OMDev-MINGW.md | | M Makefile.omdev.mingw | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Compiler/runtime/omc_config.h | M OMCompiler/Makefile.omsi.common | M OMCompiler/README-OMDev-MINGW.md | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/include/OMC.h | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/src/OMC.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OMSUSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/OMSUSystem.cpp | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | M OMEdit/OMEditLIB/Debugger/Attach/ProcessListModel.cpp | M OMEdit/OMEditLIB/Debugger/Parser/Makefile.lib.omdev.mingw | M OMEdit/OMEditLIB/Debugger/Parser/Makefile.omdev.mingw | * commit ceb9a4b6c813800f0f1a0db39a5c15d17e665e03 | Author: hudson | Date: Wed Oct 28 18:22:16 2020 +0000 | | Updated libraries | * libraries 74332e7...01279f0 (1): | > Bump libraries | | M libraries | * commit d173b8f39c2e9f61d19ffa66d9fce2d41b56fed3 | Author: Adrian Pop | Date: Mon Oct 12 23:31:33 2020 +0200 | | fix #5307: clang compilation on msys2/mingw | | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/c/util/index_spec.c | M OMEdit/Makefile.omdev.mingw | M OMEdit/OMEditGUI/OMEditGUI.pro | M OMEdit/OMEditLIB/CrashReport/backtrace.c | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMNotebook/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro | M OMOptim | M OMParser/3rdParty/antlr4/runtime/Cpp/CMakeLists.txt | M OMPlot/OMPlot/OMPlotGUI/OMPlotGUI.pro | M OMPlot/OMPlot/OMPlotGUI/OMPlotLib.pro | M OMPlot/qwt/qwt.pro | M OMPlot/qwt/src/src.pro | M OMSens_Qt | M OMShell/OMShell/OMShellGUI/OMShellGUI.pro | * commit ce2fa85d27171dbdfad19799c00534d0d66c2864 | Author: Lennart Ochel | Date: Tue Oct 27 22:53:54 2020 +0100 | | Update OMSimulator (#6870) | | M OMSimulator | * commit cf1db474e2322418a13eb8dbf8527d88e820806b | Author: phannebohm | Date: Mon Oct 26 22:24:53 2020 +0100 | | Fix infinite intervals more | | M OMCompiler/Compiler/Util/SBInterval.mo | * commit 0c3c162cdfdc295956ec4871b323a284745a01b7 | Author: Per Östlund | Date: Tue Oct 27 15:30:18 2020 +0100 | | Scrape some barnacles off CevalScript. | | M OMCompiler/Compiler/Script/CevalScript.mo | * commit ea0ab0710b146497cfa74a2983535bf30e84bd7d | Author: Per Östlund | Date: Tue Oct 27 00:45:33 2020 +0100 | | Loosen variability requirement in Ceval.evalCref. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit c7c008cc321b3ac1d4eb9e487309352c9f21477e | Author: phannebohm | Date: Mon Oct 26 16:21:48 2020 +0100 | | Fix infinite intervals | | M OMCompiler/Compiler/Util/SBInterval.mo | * commit 5060eea72798f93cd15d03c92176230ee6300fce | Author: arun3688 | Date: Sat Oct 24 16:14:59 2020 +0200 | | update start values with FocusOut event (#6857) | | * update start values with FocusOut event | | * rename function name | | * use return statement | | * improve code readability | | * improve variable naming | | * some simplifications :D | | * Remove superfluous return | | * Use a reference! | | Co-authored-by: Lennart Ochel | | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.cpp | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.h | * commit 00c75fd9771c651ebab36cb8af26523234663566 | Author: Adrian Pop | Date: Fri Oct 23 16:26:55 2020 +0200 | | attempt to fix Linux builds | | M OMCompiler/3rdParty | M OMSens_Qt | * commit 9839b8276a14ca9a850f77b5b7bc274190bdad20 | Author: Per Östlund | Date: Fri Oct 23 16:26:50 2020 +0200 | | Array connection improvements. | | - Replace : subscripts with 1:size subscripts. | - Fill out connector crefs with : subscripts such that all dimensions | are subscripted. | - Pad the maps for each connector so they all have the same dimensions. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | * commit 292691bc08a285035b56e8eb2b13762919cc07e3 | Author: Adeel Asghar | Date: Fri Oct 23 13:24:06 2020 +0200 | | Don't add the parameter twice | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit ffcb20dc4707ac3880241543172bca04fcf6df2d | Author: Mahder Gebremedhin | Date: Fri Oct 23 14:55:48 2020 +0200 | | [cmake] Multiple fixes. (#6859) | | @mahge | Export compile commands from configuration. | 2264e0c | | - This file can be used by editors helps editors (e.g. vscode, emacs) | to have a more accurate code navigation and intellisense. e.g. includes | can be pinpointed instead of using glob expressions to parse everything. | | @mahge | Write out a compiler detection header. | 285b8dc | | - We will use this for portability purposes. E.g. functions that differ | in naming or usage can be normalized to omc_ functions using this header | as a base. | | - Hopefully we can update our sources without breaking much to use the | defines in this file instead of bare _MSC_VER like checks. | | @mahge | Refactor and format SimulationRuntime/c cmakefile. | ad5970c | | - Provide and use aliases for libraries in built in SimulationRuntime/c. | | - Remove the option to build these libraries as shared. There is no point | in building our runtime libs as shared libs. | | @mahge | Remove source files removed by #6771. | be0b08f | | M OMCompiler/CMakeLists.txt | M OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Parser/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit 653efc719e0d51ee52327fc27059d2be16473538 | Author: hudson | Date: Thu Oct 22 17:20:15 2020 +0000 | | Updated libraries | * libraries 6586c10...74332e7 (1): | > Bump libraries | | M libraries | * commit fb29d501b1c3f439e5b26f35ae259b7d566d44a4 | Author: phannebohm | Date: Thu Oct 22 17:53:10 2020 +0200 | | remove old unitCheck (#6771) | | * [BE] Remove old unit checking module | | This is superseded by an NF module with the same name and functionality | and thus no longer needed. Also remove hash tables used by only this | module. | | * Handle deprecated flags in a central spot | | Right after command line arguments are read and flags are set, | handleDeprecatedFlags detects if a deprecated flag is set and acts | appropriately, so the rest of the code does not need to worry about it. | | * [FE] Disable old usage of flag --unitChecking | | This flag did some unit checking in the old frontend. Since there is a | new module for that, and the old frontend will be discontinued soon, we | can use this flag for the newer stuff. | | * Fix UnitCheck18 | | * [testsuite] Update tests on unit checking | | Removes all old unit checking tests. Tests for the old frontend still | remain in the testsuite because that is not identical to the nf. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | D OMCompiler/Compiler/BackEnd/Unit.mo | D OMCompiler/Compiler/BackEnd/UnitCheck.mo | M OMCompiler/Compiler/FrontEnd/FUnitCheck.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/UnitAbsynBuilder.mo | M OMCompiler/Compiler/FrontEnd/UnitChecker.mo | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | D OMCompiler/Compiler/Util/HashTableCrToUnit.mo | D OMCompiler/Compiler/Util/HashTableStringToUnit.mo | D OMCompiler/Compiler/Util/HashTableUnitToString.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/Makefile | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | D testsuite/simulation/modelica/Funitcheck/UnitCheck16.mos | D testsuite/simulation/modelica/NFunitcheck/Makefile | D testsuite/simulation/modelica/NFunitcheck/UnitCheck1.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck10.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck11.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck12.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck13.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck14.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck15.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck17.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck2.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck3.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck4.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck5.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck6.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck7.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck8.mos | D testsuite/simulation/modelica/NFunitcheck/UnitCheck9.mos | D testsuite/simulation/modelica/NFunitcheck/ticket3631.mos | M testsuite/simulation/modelica/unitcheck/Makefile | R095 testsuite/simulation/modelica/Funitcheck/Makefile testsuite/simulation/modelica/unitcheck/OFunitcheck/Makefile | R072 testsuite/simulation/modelica/Funitcheck/UnitCheck1.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck1.mos | R085 testsuite/simulation/modelica/Funitcheck/UnitCheck10.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck10.mos | R088 testsuite/simulation/modelica/Funitcheck/UnitCheck11.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck11.mos | R087 testsuite/simulation/modelica/Funitcheck/UnitCheck12.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck12.mos | R079 testsuite/simulation/modelica/Funitcheck/UnitCheck13.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck13.mos | R086 testsuite/simulation/modelica/Funitcheck/UnitCheck14.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck14.mos | R096 testsuite/simulation/modelica/Funitcheck/UnitCheck15.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck15.mos | R069 testsuite/simulation/modelica/NFunitcheck/UnitCheck16.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck16.mos | R075 testsuite/simulation/modelica/Funitcheck/UnitCheck17.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck17.mos | R072 testsuite/simulation/modelica/NFunitcheck/UnitCheck18.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck18.mos | R083 testsuite/simulation/modelica/Funitcheck/UnitCheck2.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck2.mos | R091 testsuite/simulation/modelica/Funitcheck/UnitCheck3.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck3.mos | R088 testsuite/simulation/modelica/Funitcheck/UnitCheck4.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck4.mos | R088 testsuite/simulation/modelica/Funitcheck/UnitCheck5.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck5.mos | R087 testsuite/simulation/modelica/Funitcheck/UnitCheck6.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck6.mos | R087 testsuite/simulation/modelica/Funitcheck/UnitCheck7.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck7.mos | R083 testsuite/simulation/modelica/Funitcheck/UnitCheck8.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck8.mos | R085 testsuite/simulation/modelica/Funitcheck/UnitCheck9.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck9.mos | R090 testsuite/simulation/modelica/Funitcheck/ticket3631.mos testsuite/simulation/modelica/unitcheck/OFunitcheck/ticket3631.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck1.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck10.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck11.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck12.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck13.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck14.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck15.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck16.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck17.mos | R060 testsuite/simulation/modelica/Funitcheck/Unitcheck18.mos testsuite/simulation/modelica/unitcheck/UnitCheck18.mos | R066 testsuite/simulation/modelica/NFunitcheck/UnitCheck19.mos testsuite/simulation/modelica/unitcheck/UnitCheck19.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck2.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck3.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck4.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck5.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck6.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck7.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck8.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck9.mos | M testsuite/simulation/modelica/unitcheck/ticket3631.mos | * commit ebbbbde44f7fdf29c9d40a6b5eaf88b3aa0c9e2e | Author: Adrian Pop | Date: Thu Oct 22 17:34:32 2020 +0200 | | ticket #6129 - do not filter the default (#6856) | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit c7b7cbb9f85f497e372c1b429c43c9307e86f395 | Author: Mahder Gebremedhin | Date: Thu Oct 22 15:16:45 2020 +0200 | | Fix SimulationRuntime warnings. (#6854) | | @mahge | Fix SimulationRuntime warnings. | 3a0e8f1 | | @mahge | Fix more modelica_string usage. | d2c520f | | M OMCompiler/SimulationRuntime/c/util/generic_array.c | M OMCompiler/SimulationRuntime/c/util/integer_array.c | M OMCompiler/SimulationRuntime/c/util/real_array.c | M OMCompiler/SimulationRuntime/c/util/utility.c | * commit 43b6fa2a91c12029042a668a166b440be0bb7e59 | Author: Mahder Gebremedhin | Date: Thu Oct 22 14:31:02 2020 +0200 | | CMake improvments and refactoring (#6855) | | @mahge | Refactor and format Compiler/runtime/CMakeLists | 5d30aa0 | | @mahge | Rename generated interface base file to .stamp. | 6db7ddd | | - It is used as a baseline for checking if interface of MM file is | changed. Its timestamp is also used to signify that the interface has | been checked since the MM file was modified. So stamp is a more | appropriate extension. | | @mahge | Add the generated directory as include directory. | a6743d1 | | - The antrl generated files go into a folder in the build tree. | This was not added to include before. It was working only because the | normal (autotools, non-cmake) build generated those files in the | source directory and the header was picked. | | - We add them before the current source directory to make sure that they | are included even if there are files generated by the normal autotools | build. | | @mahge | Refactor and format Parser/CMakeLists | 0f08730 | | - The file containing macros is now moved to .cmake directory. | - macros have been prefixed with omc_ | | M OMCompiler/Compiler/.cmake/dep_toucher.cmake | M OMCompiler/Compiler/.cmake/mm_check_interface.in.mos | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/runtime/CMakeLists.txt | R093 OMCompiler/Parser/omc_antlr_target_macros.cmake OMCompiler/Parser/.cmake/omc_antlr_target_macros.cmake | M OMCompiler/Parser/CMakeLists.txt | * commit e75d8c8b21748cd8d5c36a1b9c9d3ff07f87c761 | Author: Adeel Asghar | Date: Thu Oct 22 12:07:04 2020 +0200 | | Don't miss out the element double click (#6852) | | M OMEdit/OMEditLIB/Element/CornerItem.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | * commit f8b5fe061c476595c3428830fe69665a7fcc2f66 | Author: Adeel Asghar | Date: Thu Oct 22 10:39:08 2020 +0200 | | Fixed ticket:6165 use the max width available | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit a0d552b6a0f22f3370950cbbb8882ab8774f7888 | Author: Mahder Gebremedhin | Date: Thu Oct 22 08:41:15 2020 +0200 | | CMake configuration support for OpenModelica/OMCompiler (#6737) | | * [cmake] Initial cmake configuration support. | | * [cmake] Add OMParser to compilation. | | - Uses two macros for generating the C files from | the antlr sources. One is used for antlr files that | depend on base_modelica_lexer. The other is used for | only Modelica.g right now. | | * [cmake] Move the antlr target macros new file. | | - They clutter things in the main cmake file. | | * [cmake] Add CMake support for OMCompiler/runtime. | | - OMCompiler/runtime cannow be compiled using cmake. | - Right now there is missing symbols from dgsev. I am | not sure yet where to add them. Maybe dgsev can be | added to simulationRuntime/c libraries. | Other than that OMCompiler/runtime can be compiled with | all symbols found at the moment. | | - We now use proper qualified names for libraries, e.g. omc::3rd::gc | for the gc-lib in 3rdParty/gc. These names are added | as aliases to the actual library. Use these everywhere. There should | not be a single use of the actual library names. | | * [cmake] Update 3rdParty submodule. | | - Changes have been made to the submodule on mahge/cmake_config. | It is mostly some minor fixes and a 3rdParty top level CMakeLists.txt | | * [cmake] Add prefixes to 3rdParty cmake options. | | - CMinPack shared library option is prefixed so that | it does not conflict with other libraries build types. | - BUILD_SHARED_LIBS -> CMINPACK_BUILD_SHARED_LIBS | | - Sundials options are prefixed so that | they do not conflict with other libraries. | - KLU_ENABLE -> SUNDIALS_KLU_ENABLE | - LAPACK_ENABLE -> SUNDIALS_LAPACK_ENABLE | | * [cmake] Add Susan to MetaModelica compilation. | | - A macro is added for compiling a given susan template file | to a MetaModelica .mo file using omc. | | For convenience, a list of all the generated mo files is added | to the cmake variable `TPL_OUTPUT_MO_FILES` by the macro. | | * [cmake] Add runtime/omcbackendruntime compilation. | | * [cmake] Added an interface include to fmilib. | | - There is an inteface include directory defined for `fmilib` | in `3rdParty/CMakeLists.txt`. That means we do not need to | explicitly add the include directory here. | Until FMIL sorts out their configuration usage we can deal | with it like this. | | - 3rdParty module is updated. | | * [cmake] Remove the temporary template target. | | - It was added just for testing whiled developing. | | - The generated mo files are now used by the libOpenModelica | target. So the tpl files will be translated to mo if the mo | files are missing. | | * [cmake] Add alias target for libomparse | | - OMCompiler/Parser (omparse) -> omc::parser | | * [CMake] Add runtime/omcgraphstream. | | - Add compilation for libomcgraphstream. | Links to 3rdParty/graphstream libnetstream.a | | * [cmake] Clarify BootstrappingHeader inclusion. | | - We include OpenModelicaBootstrappingHeader.h with a relative path now. | | - If OMC_BOOTSTRAPPING is defined it is included from Compiler/boot/tarball-include. | Otherwise include it from Compiler/. | | We can, of course, give `OMCompiler/Compiler` dir as an include directory to | the libraries in runtime. | However, there is an `omc_fil.h` in Compiler/Util (it should not be there but it is there for now) | there is also an `omc_file.h` in SimulationRuntime/c/util. | | We link to OpenModelicaRuntime which is built in `SimulationRuntime/c/` and we | automatically provide `SimulationRuntime/c/` as an include dir for things that link | to this library. This means for example runtime/`omcruntime.a` will get `SimulationRuntime/c/` | as an include dir automatically when linking to `OpenModelicaRuntime`. | | If we give both `Compiler/` and `SimulationRuntime/c/` we essentially have two | files that can be reached as `#include "util/omc_file.h"`. We should try to avoid | manually adding target_include dirs anyway. for this reason OMCompiler/Compiler/ is | not given as an include dir now. It was only needed for `OpenModelicaBootstrappingHeader.h`. | `OpenModelicaBootstrappingHeader.h` is now included by relative path. | | * [cmake] Relative OpenModelicaBootstrappingHeader.h | | - Fix OpenModelicaBootstrappingHeader inclusion on Parser/. | If OMC_BOOTSTRAPPING is defined include it from | Compiler/boot/tarball-include. Otherwise include it from Compiler/. | | - Some target_include_directories are not needed anymore. | include directory propagation is managed by what libraries | a target links to, i.e., cmake will automatically propagate | the public include directories of a given library when the | library is linked to some other target. | | * [cmake] Link omcruntime to blas. | | - I am not sure which blas we are supposed to use. | There are some sources in 3rdParty/dgesv. I will check | later if they need to be used somewhere. | | * [cmake] Do not report antlr analysis. | | - There is no need to report antlr grammar info every time | the files are recompiled. The information just clutters | the output. | | * [cmake] Initial MetaModelica compilation support. | | * [cmake] Move CMake related files to a subdirectory | | * [cmake] Add missing susan template targets. | | - Some susan template files were not being translated to MetaModelica | because they were not added to the cmake file. They are added now. | | * [cmake] Remove non-existing package from TypeView. | | - There was a definition for a package named 'Connect' in DAEDumpTV.mo. | There is no package named 'Connect' in the MetaModelica sources. There is | one nested in DAE package (DAE.Connect). | This was not detected as error because the package is not used in DAEDumpTpl.tpl | anyway. So I guess the remove-unused-packages scrip removed it anyway. | | * [cmake] Define OMC_BOOTSTRAPPING for bootstrapping. | | - OMC_BOOTSTRAPPING is defined when compiling the runtime libs for | bootstrapping. This define is used to pick the correct | OpenModelicaBootstrappingHeader.h. | | * [cmake] Fix the directory where file is expected. | | * [cmake] Reduce info printed during configure step. | | * [cmake] Cleanup unused files. | | - The compilation of susan template targets is now handled | by the CMakeLists file in OMCompiler. | | * [cmake] Move compilation out of boot folder | | - We used to configure and compile the MetaModelica files from | the perspective of the Compiler/boot folder. this was done just | to simplify things at the begining since it made it easier to | compare things with the old approach which works from that folder. | | Now MetaModelica related compilations are done from the perspective | of the Compiler/ folder. This is more logical. | | * [cmake] Selectively include old/new cmake source. | | - The CMakeLists.txt in SimulationRuntime/c is actually used | for compilation of simulationruntimemsvc library. Therefor we | need to keep it for now. | | To do this we include one of the old or new cmake sources in the | main CMakelists.tx file in c/ folder based on a variable that is | either defined or undefined depening on which compilation | (new cmake or makefile.omdev.mingw) is used. | | * [cmake] Update 3rdParty. | | - The CMake related changes to 3rdParty are now moved to a separate | branch - CMakeBuildSupport. | This points to that branch now. | | * [cmake] Prefix sundials cmake variables. | | - BUILD_STATIC_LIBS -> SUNDIALS_BUILD_STATIC_LIBS | | This is to avoid conflicts with other libraries. | | * [cmake] Update find_package for CURL | | * [cmake] Being the remote developer robot | | - Just adding what mahge told me | | * [cmake] Corba support for omniORB on MinGW/OMdev. | | - Corba support for MinGW/OMDev is enabled by the variable OMC_USE_CORBA | | - The file omdev_omniorb_setup.cmake sets up the omniORB | libraries and idl compiler for use with CMake. | | - The file omc_omniorb_corba_target.cmake provided a macro | for conveniently adding corba targets. | | * [cmake] Disallow implicit function declaration. | | - implicit function declaration should be forbidden for all C | source files. We want to be strict with include headers and directories. | If implicit declaration is allowed for C sources it messes things up and | makes it difficult to track what comes from where. | | * [cmake] Link to static fmilib | | - We link to the static fmilib instead of fmilib_shared. | | * [cmake] Add omc.exe compilation. | | - We can now build omc.exe. | - libOpenModelicaCompiler is built as a static library. | Building it as a shared library should also work except that | Boehm GC is creating problems as always. The omc.exe that is | built from a shared libOpenModelicaCompiler starts but does not | do anything and just hangs. | | There is some proper configuration that needs to be used to compile | and also USE Boehm GC correctly with CMake. | In the meantime a static libOpenModelicaCompiler and a statically | linked omc.exe should be just fine. | | * [cmake] Update 3rdParty. | | - We now use fmillib static version. | - We build lpsolve55 as a static library. | | * [cmake] Fix Boehm GC CMake Compilation. | | - This now fixes the Boehm GC issues. It should be possible to | build and use static or shared libOpenModelicaCompiler either | in debug or release builds without problems. | | - We use an updated CMakeLists.txt from https://github.com/ivmai/bdwgc/ | @981fd405777a6fc8f80d723943e5bf3045cd9dc0 | | - - The old CMakeLists.txt was really not usable. The new one seems | to be a lot improved and all options are handled properly as they are | for the autoconf configuration. | | - This now requires CMake 3.1. | I guess this is okay because there is no way anyone was using the old | CMakeLists anyway. | | - GC_BUILD_SHARED_LIBS is used to set a new variable GC_LIBRARY_BUILD_TYPE | to either SHARED or STATIC. This way we can choose how to build gc lib. | | * [cmake] Rename libgc to libomcgc | | - libgc is renamed to libomcgc. This was done for the library built by | autotools config. So we will do it here as well. | | I am guessing this is done so that we would not link to installed | gc inadvertently. | | - Previously there was no problem since the gcc and MSVC builds of | OpenModelica libraries used the autotools and CMake builds of | 3rdParty/gc respectively. So they used the different names omcgc and | gc-lib for the library built from the same code. | | Now we are trying to unify things to CMake which means the names | need to be consistent. | | - Check the 3rdParty commit for more changes. | | - By default, the new CMake config for 3rdParty/gc builds shared libs. | OpenModelica MSVC targets expects static libs. | The option GC_BUILD_SHARED_LIBS is set to OFF for those | builds. | | * [cmake] Look for LAPACK instead of BLAS. | | - We want LAPACK libs in addition to just BLAS. | - FindLapack will find both. | | * [cmake] Fix implicit function declaration flag. | | - Apply -Werror=implicit-function-declaration only to our code. | There are some libs (e.g. FMI Zlib on Linux builds) that fail to set | up things properly and end up using implicit declaration. | Until those get fixed upstream we require it only for our own code. | | - Also require it only for C code. Recent gcc versions complains about | it being used on C++ sources. | | - Comment out cmake -E cat command. "cat" for cmake script mode is not | available until CMake 3.18. | | - Remove locale=en. Was pushed in by mistake. | | * [cmake] Make corba actually optional. | | - There was an option to disable corba already. However, compilation | was just supposed to fail if there was no corba support. Now it is | fixed. | | - Corba support is now disabled by default. | -> OMC_USE_CORBA is OFF by default. | | * [cmake] Change Intl linkage approach. | | - libintl can be part of GNU libc in Linux. Then a linking | command like "-lintl" would not work since there is no intl. | | - So instead use the old cmake way specifying ${INTL_LIBRARIES} | which can be just empty. | | - Until we get a namespaced version like Intl::Intl that can be | empty when libintl does not exist we can be happy with this. | | * [cmake] Fix Windows/MinGW only link libraries. | | * [cmake] A quick fix for uuid linkage. | | - On Windows uuid.lib is added to every exe or dll linkage by cmake. | - On other systems we need to link it explicitly. | - There is no cmake module for finding uuid yet. | I will add one later but for now jsut find_library should suffice | assuming that the uuid headers will be in the system include | directories. | | * [CMAKE] Update gitignore and UUID lib | | * [CMake] Fixing missing $ | | * [cmake] Add missing MM dependency updater. | | - If a MM source is modfied and its interface has changed | then the MM source files that depend on it need to be retranslated. | | There is a tiny cmake script added to instigate this. It reads the | reverse dependencies (dependees) of the modified MM file and touches | their "stamps" so that they get translated again. | | Note right now they are not checked for interface "change". There might | be a need to have this, but we will see if it is so as we go. | | This was left for later while I fix the other CMake issues. | | * [cmake] Fix include path and wrong file extension. | | * [cmake] Set default build type to Debug. | | * [cmake] expat as subdirectory instead of external. | | - Add expat as a subdirectory instead of as an external project. There | is no need, as far as I can see, to have it as an external project. | It has a cmake configuration support and that is what is used when | building it as external project. It can just be added as a subdirectory | instead. | | - The main problem was that it the way exapt was setup as the external | project and then imported library added some dependencies on non-existing | target (that the external project needs to build first). This creates | a problem for strict build systems like "Ninja". | | - See the commit on the 3rdParty submodule for more changes. | | * [cmake] Install omc and libOpenModelicaCompiler. | | - Install omc executable to the RUNTIME (default bin) directory. | - Install libOpenModelica compiler to the LIBRARY (lib) directory. | - Install ModelicaBuiltin files to the /omlibrary (lib/omlibrary) | directory. | | - Set the /lib as an rpath dir to installed components. | | - There are some fixes done to 3rdParty FMIL and CMinPack projects. | FMI is adjusted to use CMAKE_INSTALL_PREFIX instead of its own fixed | FMILIB_INSTALL_PREFIX. The decision where to install should be left | to the user. | | Check the 3rdParty submodule logs for more info. | | * [cmake] Add a separate installation component. | | - So we now have separate install component "compiler". This allows to | install just omc and its runtime dependencies. You can, for example, | specify this component as follows: | | `cmake -DCOMPONENT=compiler -P cmake_install.cmake` | | in your root build directory. | | - CMake will install everything built by default. If you build just omc | and then try to `make install` it will start building everything first. | | * [cmake] Add default installation folder. | | - To avoid installing into system folder like /usr or /usr/local | we add a default install dir as: | | `/install_cmake` | | if the user has not specified an installation directory (i.e. has not | set CMAKE_INSTALL_PREFIX when configuring) | | * [cmake] Fixes for libzmq-static linking. | | - Add the transitively needed libraries when linking to libzq-static. | - See the commit/diff on 3rdParty submodule for details. | | * [cmake] Add new file UnorderedSet to compilation. | | * [cmake] Remove unnecessary package_list file. | | - The list of MM filenames part of the compilation is now generated by | cmake itself during build system generation. | The file contains a list of just the filenames (no path, no extension) | to be read by the simple dep_scanner executable. | | - Add some comments to the CMakeLists file. There needs to be more. | Maybe writing a whole standalone documentation can even be better as | soon as this is stable. | | * [cmake] Use ccache if asked to and is available. | | - ccache can speedup compilation quite a bit since we handle dependencies | at MM level and usually will recompile C files even when not needed | because a MM file (which the MM of our C file depends on) has been | modified without changing its interface. | | - As a bonus you will also not have to recompile C/C++ sources so much | when you switch between branches with git. | | * [cmake] Build Boehm GC as a static library as well | | - We now build gc as a static lib. This means there are no more shared | libraries in compilation of omc (except libOpenModelicaCompiler itself | if needed, of course.) | | - This also means there is no need to install gc with omc for using just | omc. | | - See referenced 3rdParty commit for changes. | | * [cmake] Add initial README from PR description. | | - This will be updated as we go. | | * [cmake] Add a custom install target 'install_omc'. | | - This target builds and installs just omc. It is provided just for | convenience to allow people to use something similar to what they are | used to do , that is issue 'make install_omc', instead of having to | run CMake's separate installation script. | | * [cmake] Update documentation. | | * [cmake] Add new MetaModelica sources to the list. | | * Update 3rdParty. | | - Changes from the cmake branch in 3rdParty have been merged to master. | | submodule 3rdParty head is now tip of 3rdparty/master. | | Co-authored-by: AnHeuermann | Co-authored-by: AnHeuermann | | A OMCompiler/.cmake/omc_utils.cmake | M OMCompiler/.gitignore | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | A OMCompiler/Compiler/.cmake/dep_scanner.cpp | A OMCompiler/Compiler/.cmake/dep_toucher.cmake | A OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | A OMCompiler/Compiler/.cmake/mm_check_interface.in.mos | A OMCompiler/Compiler/.cmake/mm_compile.in.mos | A OMCompiler/Compiler/.cmake/omc_entry_point.c | A OMCompiler/Compiler/.cmake/omc_main.c | A OMCompiler/Compiler/.cmake/template_compilation.cmake | A OMCompiler/Compiler/.cmake/unused/CMakeDetermineMODELICACompiler.cmake | A OMCompiler/Compiler/.cmake/unused/CMakeMODELICACompiler.cmake.in | A OMCompiler/Compiler/.cmake/unused/CMakeMODELICAInformation.cmake | A OMCompiler/Compiler/.cmake/unused/CMakeTestMODELICACompiler.cmake | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/CodegenOMSIC.tpl | M OMCompiler/Compiler/Template/DAEDumpTV.mo | A OMCompiler/Compiler/runtime/.cmake/omc_omniorb_corba_target.cmake | A OMCompiler/Compiler/runtime/.cmake/omdev_omniorb_setup.cmake | M OMCompiler/Compiler/runtime/BackendDAEEXT_omc.cpp | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Compiler/runtime/Corba_omc.cpp | M OMCompiler/Compiler/runtime/Dynload.cpp | M OMCompiler/Compiler/runtime/Dynload_omc.cpp | M OMCompiler/Compiler/runtime/Error_omc.cpp | M OMCompiler/Compiler/runtime/FMIImpl.c | M OMCompiler/Compiler/runtime/FMI_omc.c | M OMCompiler/Compiler/runtime/GraphStreamExt_omc.cpp | M OMCompiler/Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | M OMCompiler/Compiler/runtime/HpcOmSchedulerExt_omc.cpp | M OMCompiler/Compiler/runtime/IOStreamExt_omc.cpp | M OMCompiler/Compiler/runtime/Lapack_omc.cpp | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/Compiler/runtime/OMSimulator_omc.c | M OMCompiler/Compiler/runtime/Print_omc.c | M OMCompiler/Compiler/runtime/Settings_omc.cpp | M OMCompiler/Compiler/runtime/SimulationResults.c | M OMCompiler/Compiler/runtime/SimulationResults_omc.c | M OMCompiler/Compiler/runtime/Socket_omc.c | M OMCompiler/Compiler/runtime/System_omc.c | M OMCompiler/Compiler/runtime/TaskGraphResults_omc.cpp | M OMCompiler/Compiler/runtime/UnitParserExt_omc.cpp | M OMCompiler/Compiler/runtime/ZeroMQ_omc.c | M OMCompiler/Compiler/runtime/corbaimpl_stub_omc.c | M OMCompiler/Compiler/runtime/errorext.cpp | M OMCompiler/Compiler/runtime/lapackimpl.c | M OMCompiler/Compiler/runtime/matching_cheap.c | M OMCompiler/Compiler/runtime/printimpl.c | M OMCompiler/Compiler/runtime/printimpl.h | M OMCompiler/Compiler/runtime/ptolemyio.cpp | M OMCompiler/Compiler/runtime/ptolemyio_omc.cpp | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Compiler/runtime/systemimplmisc.cpp | M OMCompiler/Compiler/runtime/unitparser.h | M OMCompiler/Compiler/runtime/zeromqimpl.c | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/Makefile.omdev.mingw | A OMCompiler/Parser/CMakeLists.txt | M OMCompiler/Parser/Modelica.g | M OMCompiler/Parser/Parser_omc.c | A OMCompiler/Parser/omc_antlr_target_macros.cmake | M OMCompiler/Parser/parse.c | A OMCompiler/README.cmake.md | M OMCompiler/SimulationRuntime/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSI/base/CMakeLists.txt | A OMCompiler/SimulationRuntime/ParModelica/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/Makefile.common | A OMCompiler/SimulationRuntime/c/cmake_2.8.cmake | A OMCompiler/SimulationRuntime/c/cmake_3.14.cmake | * commit c591d48cc5fa001690e535e199b696bb647fa1ef | Author: Bernhard Thiele | Date: Sun Oct 18 00:14:24 2020 +0200 | | Add OMSysIdent static utility methods to User's Guide | | M doc/UsersGuide/source/systemidentification.rst | * commit ca381c79f953880a74ae203f278f7c9ac2f2d485 | Author: Bernhard Thiele | Date: Mon Oct 12 01:03:57 2020 +0200 | | Migrate OMSysIdent docs into User's Guide | | M doc/UsersGuide/source/systemidentification.rst | * commit df59bea9507811f2329616abdf55dbfbd47b1877 | Author: hudson | Date: Wed Oct 21 17:59:20 2020 +0000 | | Updated libraries | * libraries b6dce16...6586c10 (1): | > Bump libraries | | M libraries | * commit a197fa5577f942edf26fcb1b320c9c1a240b5511 | Author: Per Östlund | Date: Wed Oct 21 13:47:28 2020 +0200 | | Fix unconnected flow and inside/outside. | | - Change from ComponentRef to Connector in the AdjacencyList vertices to | handle inside/outside connectors correctly. | - Add all flow variables in the model as inside connectors to make sure | equations are generated for all the unconnected flow variables. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnector.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect1.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect2.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect3.mo | * commit 3334725039ef3612a754a599e931115174d9f395 | Author: Adrian Pop | Date: Wed Oct 21 11:52:04 2020 +0200 | | remove tabs | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/ResolveLoops.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/SimCode/SerializeInitXML.mo | * commit 298c569b33d57e4c4cb1b5b90513f46e5eee4ced | Author: Per Östlund | Date: Wed Oct 21 12:36:55 2020 +0200 | | Array connection improvements | | - Fix connecting variables with different number of dimensions. | - Avoid unnecessary range step values in more cases. | - Fix SimplifyExp.simplifyCall so that simplified arguments aren't | discarded in some cases when the call itself couldn't be simplified. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect1.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect2.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect3.mo | * commit 91ac78f4bb0661e2d77875716e1b435bbc74538e | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Wed Oct 21 08:20:23 2020 +0200 | | Remove duplicate updateBoundParameter calls (#6824) | | - It will be called in initialization function anyway | - Fixes memory leak | - Hopefully this produces less errors | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit 058d092efa856a86f97e1b8a40090dde95b5eba3 | Author: Adeel Asghar | Date: Tue Oct 20 14:49:56 2020 +0200 | | Add the modifier value to combo box if its not there already | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit edc1005808847226fa89dc0fb4f00b691b20dfb7 | Author: Lennart Ochel | Date: Tue Oct 20 16:39:00 2020 +0200 | | Update OMSimulator (#6844) | | M OMSimulator | * commit 04aaa678bb68173193e517ba6a56fb8d1bf9130e | Author: Per Östlund | Date: Tue Oct 20 15:41:28 2020 +0200 | | Fix indexing in ArrayConnections.transMulti. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect3.mo | * commit f86be0fb287dc9b92e97190c6f10775cb49726ad | Author: Adrian Pop | Date: Tue Oct 20 04:13:53 2020 +0200 | | fix ticket #6129 | - filter out partial classes | - fix memory issues | - speedup subtype search | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit aa6ea041d406e3617c1a70ddaa424579415c8f3c | Author: Per Östlund | Date: Tue Oct 20 12:57:27 2020 +0200 | | Array connection improvements. | | - Make sure all iterators get unique components when creating them and | not sharing a constant literal, to make the simplification for | removing unused for loops work correctly. | - Avoid creating unnecessary for loops for ranges with the same lower | and upper bound. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyModel.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect1.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect2.mo | M testsuite/flattening/modelica/scodeinst/ArrayConnect3.mo | * commit e773ed36af7a6d3b941f699c6d25eb82b68a021c | Author: Per Östlund | Date: Tue Oct 20 11:00:13 2020 +0200 | | Fix -d=-nfScalarize for multidimensional eqs | | - Generalize Flatten.vectorizeEquation/Algorithm for multiple | dimensions. | | M OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos | M testsuite/openmodelica/cppruntime/testVectorizedPowerSystem.mos | M testsuite/openmodelica/cppruntime/testVectorizedSolarSystem.mos | * commit 5a431379714e57732f8b5b496b5baa25f11f81f5 | Author: Per Östlund | Date: Tue Aug 18 12:12:09 2020 +0200 | | Set based graph connection handling | | - Implemented data structures and functions for set based graphs. | - Implemented new connection handling based on set based graphs, | activated by -d=arrayConnect flag (also requires -d=-nfScalarize). | - Added simplifications of for equations that unwraps loops where the | iterator isn't used or the iteration range is a single value. | - Renamed BaseVector to Vector and changed it to use type variables | instead of redeclare. | - Implemented simply AdjacencyList data structure. | | A OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | A OMCompiler/Compiler/Util/AdjacencyList.mo | M OMCompiler/Compiler/Util/Array.mo | D OMCompiler/Compiler/Util/BaseVector.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/Util/List.mo | A OMCompiler/Compiler/Util/SBAtomicSet.mo | A OMCompiler/Compiler/Util/SBFunctions.mo | A OMCompiler/Compiler/Util/SBInterval.mo | A OMCompiler/Compiler/Util/SBLinearMap.mo | A OMCompiler/Compiler/Util/SBMultiInterval.mo | A OMCompiler/Compiler/Util/SBPWAtomicLinearMap.mo | A OMCompiler/Compiler/Util/SBPWLinearMap.mo | A OMCompiler/Compiler/Util/SBSet.mo | M OMCompiler/Compiler/Util/UnorderedSet.mo | M OMCompiler/Compiler/Util/Util.mo | A OMCompiler/Compiler/Util/Vector.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | A testsuite/flattening/modelica/scodeinst/ArrayConnect1.mo | A testsuite/flattening/modelica/scodeinst/ArrayConnect2.mo | A testsuite/flattening/modelica/scodeinst/ArrayConnect3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/openmodelica/bootstrapping/Makefile | D testsuite/openmodelica/bootstrapping/VectorTest.mo | D testsuite/openmodelica/bootstrapping/VectorTest.mos | M testsuite/openmodelica/cppruntime/testVectorizedPowerSystem.mos | * commit 9c31adbf160be64d75b159f278379550cb792bda | Author: Adeel Asghar | Date: Mon Oct 19 18:09:40 2020 +0200 | | Set the default place holder text for replaceable | | Fixes ticket:6127 | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit 45d9b4444cff58269b7221c12ebe32ed60a97c4b | Author: hudson | Date: Mon Oct 19 17:19:46 2020 +0000 | | Updated libraries | * libraries 827b0a1...b6dce16 (1): | > Bump libraries | | M libraries | * commit c7e992f7c2c63dd2d39e45a429ce26d7ad0ce3ef | Author: Adrian Pop | Date: Sun Oct 18 23:26:07 2020 +0200 | | Fixes for #6127 | - add a line to remove the modifier | - do not disable any item as it doesn't work properly | - remove class comment quotes | - TODO! use of setPlaceholderText to grey out the default doesn't work yet | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit 6b81711203c73cb4a46c1179572003fa30d32eba | Author: Adrian Pop | Date: Fri Oct 16 17:22:03 2020 +0200 | | partial fix for ticket #6161 | | M OMCompiler/Compiler/Template/CodegenFMU.tpl | * commit 23feddecb127310b9da62223ca41ec5aafe22779 | Author: hudson | Date: Fri Oct 16 17:20:47 2020 +0000 | | Updated libraries | * libraries 81e0f6e...827b0a1 (1): | > Bump libraries | | M libraries | * commit 9d11fa2e9b88145ea1c37d917517805d8eb3d234 | Author: arun3688 | Date: Fri Oct 16 15:17:36 2020 +0200 | | fix ElementPropertiesDialog before instantiation (#6785) | | * fix start values in elementPropertiesDialog before instantiation | | * allow causality=parameter and delete start values | | * improve code readability | | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.cpp | M OMEdit/OMEditLIB/OMS/ModelDialog.cpp | * commit 1da8b22123d1c49e2423a5875e009de690f4d9fc | Author: hudson | Date: Thu Oct 15 17:25:33 2020 +0000 | | Updated libraries | * libraries 0d29040...81e0f6e (1): | > Bump libraries | | M libraries | * commit 51db8fffc96c463c1f8f4811654f1dbc3d10d696 | Author: Lennart Ochel | Date: Thu Oct 15 09:43:01 2020 +0200 | | Update OMSens_Qt (#6833) | | M OMSens_Qt | * commit edd9e9477aa459e55aeede35c8d7b2626b40d434 | Author: arun3688 | Date: Wed Oct 14 11:42:06 2020 +0200 | | update OMSimulator API in omc (#6831) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptOMSimulator.mo | M OMCompiler/Compiler/Util/OMSimulator.mo | M OMCompiler/Compiler/runtime/OMSimulator_omc.c | * commit 8f139b38ad9358f64aa699e00a002b57c9004b8e | Author: Lennart Ochel | Date: Tue Oct 13 21:18:33 2020 +0200 | | Add FMI test case for enumerations including omc and OMSimulator (#6772) | | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/enumeration.mos | A testsuite/omsimulator/enumeration2.mos | * commit a623029748f5a8b0dd35c1a084380d5adf7edc26 | Author: Lennart Ochel | Date: Tue Oct 13 19:53:35 2020 +0200 | | Add OMSetup to .gitignore (#6830) | | M .gitignore | * commit 0d72a0ebdecd4e27395267e2eb7fdad109128e4e | Author: Lennart Ochel | Date: Tue Oct 13 17:22:26 2020 +0200 | | Update OMSimulator (#6829) | | M OMSimulator | * commit 50c4530493ca7d6bad1aca299656c00d9ad1e17a | Author: Lennart Ochel | Date: Tue Oct 13 16:29:29 2020 +0200 | | Update .gitignore file (#6828) | | M .gitignore | * commit cb1dac39fa1d626ca655ca545500c33b2ef9db33 | Author: Adrian Pop | Date: Tue Oct 13 02:07:17 2020 +0200 | | fixes for #6127 | - all the items are now resolved | - not sure how to make greyed display value | in a combox but I greyed it out in the list | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit a9b0f251079592cf8da2778b50a11b5737463d70 | Author: Adrian Pop | Date: Tue Oct 13 00:19:15 2020 +0200 | | put back the build of old cpp runtime for msvc | | M OMCompiler/Makefile.omdev.mingw | * commit 189961d733e98c5846036c649f02eeadd15a10e3 | Author: Karim Abdelhak | Date: Fri Oct 9 11:07:13 2020 +0200 | | [BE] do not allow incomplete function inverting | | - #6806 | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 3c772b1d4e5d19c117f01ce370271410301cb2f4 | Author: Adrian Pop | Date: Fri Oct 9 15:08:54 2020 +0200 | | remove unqualified import | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | * commit 15a23ed4875868ec6bf9a2b30b9996b53f38295f | Author: Adeel Asghar | Date: Fri Oct 9 14:03:01 2020 +0200 | | ticket:5942 Added a menu item to open the temporary directory | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M doc/UsersGuide/source/omedit.rst | * commit b93d4aeac446b2e33bb4c22b94a08342af36af4f | Author: Adeel Asghar | Date: Fri Oct 9 12:12:33 2020 +0200 | | Bump OMSens (#6805) | | M OMSens | M doc/UsersGuide/source/parametersensitivity.rst | * commit 06345e5cce460b98049c342c4dddcc6b225e34d3 | Author: Adeel Asghar | Date: Thu Oct 8 10:14:32 2020 +0200 | | Show the installation path in the about window | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit a6863eeb92f8b9d16182524befbf96d814eb09ce | Author: Adeel Asghar | Date: Thu Oct 8 15:54:45 2020 +0200 | | Ignore the unknown simulation flag | | Show a warning to the user about the invalid flag | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit bb3b4e1d9caa8b57489974813dc0bb46bf4485c0 | Author: AnHeuermann | Date: Wed Oct 7 14:44:14 2020 +0200 | | Add debug symbols to FMUs and don't remove tmp files | | - When using debug flag `gendebugsymbols` FMUs will have debug symbols, | the temporary files are not removed and the Makefile won't delete itself. | - Only applies to C FMUs. | - Makes debugging FMUs a tiny bit less horrible. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Template/CodegenFMU.tpl | * commit 477fee83f4740d61e2c878a4b91af6f085777e29 | Author: hudson | Date: Thu Oct 8 17:21:40 2020 +0000 | | Updated libraries | * libraries 137ab14...0d29040 (1): | > Bump libraries | | M libraries | * commit b4348776f936dd8e5c62aa7af23de334673b901a | Author: Karim Abdelhak | Date: Thu Oct 8 13:27:03 2020 +0200 | | [BE] remove empty initial equations | | - filter the initial equations for equations that do not have initial unknowns and remove them | - needed for data reconciliation since there might be initial equations for state derivatives of states that got removed during data recon | | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | * commit fd748b6da40bbdf3b0ff69e5f47c836ba214e4f2 | Author: AnHeuermann | Date: Thu Oct 8 12:44:36 2020 +0200 | | Catch error in initalization and close message and file | | - Related ticket: #5805 | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | * commit 97b8d36a1efa531a7fea327cff079e41c2a4a9a0 | Author: AnHeuermann | Date: Thu Oct 8 12:42:39 2020 +0200 | | Add output path to CSV file for homotopy logging | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | * commit 6ff4f783d32c2f98c455d0dd67bce5608864718f | Author: Adeel Asghar | Date: Thu Oct 8 10:18:55 2020 +0200 | | Fixed transformations debugger link | | M doc/UsersGuide/source/debugger.rst | * commit 46ede2956873b55cbc8c583cd75ad7dbeba96065 | Author: Adeel Asghar | Date: Thu Oct 8 09:52:40 2020 +0200 | | Show the result variables even if json parsing fails | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 726b5b3562c748387c09e176b2bc373b0637d6e3 | Author: hudson | Date: Wed Oct 7 17:26:47 2020 +0000 | | Updated libraries | * libraries 143280b...137ab14 (1): | > Bump libraries | | M libraries | * commit 0061846005f6915f745f443d7ebff9909371bef2 | Author: arun3688 | Date: Wed Oct 7 16:36:22 2020 +0200 | | expected output | | M testsuite/openmodelica/dataReconciliation/Makefile | M testsuite/openmodelica/dataReconciliation/New_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/New_TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/New_TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/New_TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/Pipe2.mos | M testsuite/openmodelica/dataReconciliation/Pipe3.mos | M testsuite/openmodelica/dataReconciliation/Pipe4.mos | M testsuite/openmodelica/dataReconciliation/Pipe5.mos | M testsuite/openmodelica/dataReconciliation/Splitter.mos | M testsuite/openmodelica/dataReconciliation/Splitter1.mos | M testsuite/openmodelica/dataReconciliation/Splitter2.mos | M testsuite/openmodelica/dataReconciliation/Splitter3.mos | M testsuite/openmodelica/dataReconciliation/Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows2.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows4.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows5.mos | M testsuite/openmodelica/dataReconciliation/TSP_FourFlows6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos | M testsuite/openmodelica/dataReconciliation/TSP_Splitter8.mos | * commit bc97c14392aa0692d3d6769e1295af3b9b703f4c | Author: arun3688 | Date: Mon Sep 28 14:36:39 2020 +0200 | | implement minimal set-s dataReconciliation algorithm | | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | * commit 8b14eeb59a3bfca0dc2103e5b0bbda6990e75523 | Author: Adeel Asghar | Date: Mon Sep 28 15:30:44 2020 +0200 | | Use the cpp include paths | | M OMCompiler/Compiler/Template/CodegenCppOld.tpl | * commit 59424b8c18a734c1f4af7a71b7cfd173516babe3 | Author: Adeel Asghar | Date: Tue Oct 6 12:16:45 2020 +0200 | | Fix fmi import errors | | M doc/UsersGuide/source/fmitlm.rst | * commit c884ea80c4f0946864bfb89e2fffba0846d6830d | Author: Martin Sjölund | Date: Wed Oct 7 11:33:18 2020 +0200 | | Disable tree-vrp in GCC 8 | | M OMCompiler/configure.ac | * commit c426d1fef4ffbe9fd655c78c17c92dff669c047a | Author: Martin Sjölund | Date: Wed Oct 7 11:31:13 2020 +0200 | | Use -fallow-argument-mismatch for newer Fortran versions | | M OMCompiler/configure.ac | * commit f1438db8931965b91e26469e1f8a8631d0f5c083 | Author: Per Östlund | Date: Tue Oct 6 17:16:09 2020 +0200 | | [NF] Fix if-equation handling for -d=-nfScalarize. | | - Remove branch selection in NFTyping.typeIfEquation when using | -d=-nfScalarize, it shouldn't be needed anymore since it's done during | flattening and is not safe to do at that point in the compilation. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit c4ade887fcf5222bc19bb8e69ba807818a018801 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Oct 6 16:15:23 2020 +0200 | | Exclude constants from FMI modelDescription dependecies (#6803) | | - They are not part of the modelDescription yet. | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 0bad18dae112cda42c4ea799a88b50e20c3a0a10 | Author: Adeel Asghar | Date: Tue Oct 6 11:34:30 2020 +0200 | | Minor fixes in OMSens users guide | | M doc/UsersGuide/source/parametersensitivity.rst | * commit 1a316ea15807b8df8e656f1ba301ee14b5ff4168 | Author: Martin Sjölund | Date: Mon Oct 5 15:52:47 2020 +0200 | | Update links for OMSysIdent (#6795) | | M doc/UsersGuide/source/systemidentification.rst | * commit 094bb668972b1f33e919deb11af47b0c59ca416a | Author: Adeel Asghar | Date: Mon Oct 5 15:48:04 2020 +0200 | | Fixes ticket:6133 Made loadFile and loadModel behave same (#6784) | | Enable notifications for all except loadModel | OMEdit has notifications enabled on all by default | Update NFFrontEnd/NFModelicaBuiltin.mo accordingly | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/src/OMC.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos | * commit 61add32314ef935945fea4b02fd89da940959fa8 | Author: Adeel Asghar | Date: Mon Oct 5 15:44:34 2020 +0200 | | Documentation for OMSens (#6796) | | Individual Sensitivity Analysis | Multi-parameter Sweep | Vectorial Sensitivity Analysis | | A doc/UsersGuide/source/media/omsens-individual-analysis-heatmap.png | A doc/UsersGuide/source/media/omsens-individual-analysis-parameters.png | A doc/UsersGuide/source/media/omsens-individual-analysis-perturbation.png | A doc/UsersGuide/source/media/omsens-individual-analysis-results.png | A doc/UsersGuide/source/media/omsens-individual-analysis-variables.png | A doc/UsersGuide/source/media/omsens-individual-analysis.png | A doc/UsersGuide/source/media/omsens-multi-sweep-parameters.png | A doc/UsersGuide/source/media/omsens-multi-sweep-plot.png | A doc/UsersGuide/source/media/omsens-multi-sweep-results.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-optimization.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-parameters-all.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-parameters.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-plot-all.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-plot.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-results-all.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-results.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-state-variables-all.png | A doc/UsersGuide/source/media/omsens-vectorial-analysis-state-variables.png | A doc/UsersGuide/source/media/omsens-window.png | M doc/UsersGuide/source/omedit.rst | M doc/UsersGuide/source/parametersensitivity.rst | * commit 8a460b0831b80976f317e40b506c81c012a118fa | Author: Karim Abdelhak | Date: Mon Oct 5 14:16:24 2020 +0200 | | [testuite] fixup for clocked state report | | M testsuite/openmodelica/debugDumps/libraryCoverageFlags.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos | M testsuite/simulation/modelica/nonlinear_system/bug_3527.mos | M testsuite/simulation/modelica/resolveLoops/Circuit1x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit2x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit3x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit4x.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum2.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum3.mos | M testsuite/simulation/modelica/tearing/Algorithm1-cel.mos | M testsuite/simulation/modelica/tearing/Algorithm1-celMC3.mos | M testsuite/simulation/modelica/tearing/Algorithm1-minimal.mos | M testsuite/simulation/modelica/tearing/Algorithm1-omc.mos | M testsuite/simulation/modelica/tearing/Algorithm2-cel.mos | M testsuite/simulation/modelica/tearing/Algorithm2-celMC3.mos | M testsuite/simulation/modelica/tearing/Algorithm2-minimal.mos | M testsuite/simulation/modelica/tearing/Algorithm2-omc.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-cel.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-celMC3.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-minimal.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-omc.mos | M testsuite/simulation/modelica/tearing/MixedTearing2-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing1-cel.mos | M testsuite/simulation/modelica/tearing/Tearing1-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing1-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing1-omc.mos | M testsuite/simulation/modelica/tearing/Tearing10-cel.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC11.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC12.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC21.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC22.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC23.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC231.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos | M testsuite/simulation/modelica/tearing/Tearing10-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing10-omc.mos | M testsuite/simulation/modelica/tearing/Tearing11-cel.mos | M testsuite/simulation/modelica/tearing/Tearing11-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing11-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing11-omc.mos | M testsuite/simulation/modelica/tearing/Tearing12-cel.mos | M testsuite/simulation/modelica/tearing/Tearing12-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing12-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing12-omc.mos | M testsuite/simulation/modelica/tearing/Tearing13-cel.mos | M testsuite/simulation/modelica/tearing/Tearing13-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing13-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing13-omc.mos | M testsuite/simulation/modelica/tearing/Tearing14-cel.mos | M testsuite/simulation/modelica/tearing/Tearing14-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing14-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing14-omc.mos | M testsuite/simulation/modelica/tearing/Tearing15-cel.mos | M testsuite/simulation/modelica/tearing/Tearing15-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing15-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing15-omc.mos | M testsuite/simulation/modelica/tearing/Tearing16-cel.mos | M testsuite/simulation/modelica/tearing/Tearing16-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing16-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing16-omc.mos | M testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing19-cel.mos | M testsuite/simulation/modelica/tearing/Tearing2-cel.mos | M testsuite/simulation/modelica/tearing/Tearing2-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing2-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing2-omc.mos | M testsuite/simulation/modelica/tearing/Tearing3-cel.mos | M testsuite/simulation/modelica/tearing/Tearing3-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing3-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing3-omc.mos | M testsuite/simulation/modelica/tearing/Tearing4-cel.mos | M testsuite/simulation/modelica/tearing/Tearing4-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing4-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing4-omc.mos | M testsuite/simulation/modelica/tearing/Tearing5-cel.mos | M testsuite/simulation/modelica/tearing/Tearing5-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing5-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing5-omc.mos | M testsuite/simulation/modelica/tearing/Tearing6-cel.mos | M testsuite/simulation/modelica/tearing/Tearing6-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing6-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing6-omc.mos | M testsuite/simulation/modelica/tearing/Tearing7-cel.mos | M testsuite/simulation/modelica/tearing/Tearing7-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing7-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing7-omc.mos | M testsuite/simulation/modelica/tearing/Tearing8-cel.mos | M testsuite/simulation/modelica/tearing/Tearing8-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing8-celMC3sorted.mos | M testsuite/simulation/modelica/tearing/Tearing8-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing8-omc.mos | M testsuite/simulation/modelica/tearing/Tearing9-cel.mos | M testsuite/simulation/modelica/tearing/Tearing9-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing9-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing9-omc.mos | M testsuite/simulation/modelica/tearing/tearingSelect-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect-minimal.mos | M testsuite/simulation/modelica/tearing/tearingSelect-omc.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos | M testsuite/simulation/modelica/tearing/totalTearing1.mos | M testsuite/simulation/modelica/tearing/totalTearing2.mos | M testsuite/simulation/modelica/tearing/totalTearing3.mos | M testsuite/simulation/modelica/tearing/userDefinedTearing1.mos | M testsuite/simulation/modelica/tearing/userDefinedTearing2.mos | * commit 917cffa8318e7c20534a093e3be304d9e1737283 | Author: Karim Abdelhak | Date: Mon Sep 28 12:48:41 2020 +0200 | | [BE] update backendaeinfo | | - add reporting of clocked states | - fixes ticket #6132 | | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 8d5610b653ab4b6cb66da13a457ed5f3a3d1dd22 | Author: Martin Sjölund | Date: Mon Oct 5 13:09:02 2020 +0200 | | Force the FMIL version of zlib to be used (#6799) | | M OMCompiler/Compiler/runtime/Makefile.in | M OMCompiler/Compiler/runtime/Makefile.omdev.mingw | * commit 347777353eec47bb21276592ff3be00baaab4310 | Author: Martin Sjölund | Date: Mon Oct 5 11:57:56 2020 +0200 | | Treat a dependency of 0.0.0-default as any version (#6798) | | M OMCompiler/Compiler/Script/PackageManagement.mo | A OMCompiler/Examples/InstallAllPackages.py | * commit 7b69f7a4fe111e50aae477c9650793d6ab0f5fd8 | Author: hudson | Date: Fri Oct 2 17:21:28 2020 +0000 | | Updated libraries | * libraries 6fd570a...143280b (1): | > Bump libraries | | M libraries | * commit 5580cb634f2c8c06e10ee4854564433e4a6f2127 | Author: Martin Sjölund | Date: Fri Oct 2 10:12:20 2020 +0200 | | Include OMSimulator documentation in OM User's Guide (#6791) | | M doc/UsersGuide/.gitignore | M doc/UsersGuide/Makefile | M doc/UsersGuide/source/.gitignore | M doc/UsersGuide/source/conf.py | M doc/UsersGuide/source/index.rst | M doc/UsersGuide/source/omsimulator.rst | * commit 389c4e427f6ffb99950579a149b2873bc1a48a91 | Author: Martin Sjölund | Date: Fri Oct 2 08:51:58 2020 +0200 | | Fix help for default min size for sparse solvers (#6793) | | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | * commit 6bc82f970b7d120b3abf7a14aae28de967323d7f | Author: Adrian Pop | Date: Fri Oct 2 01:45:13 2020 +0200 | | update 3rdParty | - fix includes in open62541.c for Mac #6136 | | M OMCompiler/3rdParty | * commit 466859883414b75ce8edc90efe494f6f47a52b02 | Author: Niklas Worschech | Date: Thu Sep 17 14:30:27 2020 +0200 | | [omiscpp] handle abort calls from fmu's in omsicpp simulation, send error messages via zeromq | | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/Communicator.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/INotify.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/ToZeroMQEvent.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OMSUSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/Communicator.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/SimulationThread.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/ToZeroMQEvent.cpp | * commit facfb1f58110e6d3c8c9b0c387794aaa618c499e | Author: Adrian Pop | Date: Wed Sep 30 21:49:24 2020 +0200 | | update OMSimulator and 3rdParty #6136 | | M OMCompiler/3rdParty | M OMSimulator | * commit aa4dccabfb3416839fe3445f0b6feec7bbac9c4d | Author: arun3688 | Date: Wed Sep 30 16:30:17 2020 +0200 | | update conference proceedings | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | * commit 6c9249184db07bb9d36736a31e18590f4d48cabb | Author: Adrian Pop | Date: Wed Sep 30 14:47:48 2020 +0200 | | attempt to fix #6136 | | M OMCompiler/3rdParty | * commit 954e8745b4633e9081900f863edafe2ebc233d96 | Author: Per Östlund | Date: Wed Sep 30 16:39:24 2020 +0200 | | Update UnorderedSet. | | - Fix size of the set when removing elements with UnorderedSet.remove. | - Add functions copy, first, all, any, none and isEmpty. | | M OMCompiler/Compiler/Util/UnorderedSet.mo | * commit 02a7424d5a0e182e3aaad4568ff826ace2b45fb6 | Author: Adeel Asghar | Date: Wed Sep 30 14:43:52 2020 +0200 | | Show the list of contributors from github (#6781) | | Removed the static list | | M OMEdit/OMEditGUI/main.cpp | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 3b632859012f59f0991ff9d8e4868f099f0a5f73 | Author: Adrian Pop | Date: Wed Sep 30 00:33:17 2020 +0200 | | update OMSimulator to fix Xenial build | | M OMSimulator | * commit a4caee9776d1bde57e2198b63d8ab8e111350504 | Author: Adeel Asghar | Date: Tue Sep 29 11:36:12 2020 +0200 | | Use the sceneBoundingRect for text shape while exporting as image | | Fixes ticket:6139 | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/TextAnnotation.h | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 2a521d2a2a78b931a5e89caf05ef7cd709a99740 | Author: Adrian Pop | Date: Fri Sep 25 10:11:31 2020 +0200 | | fix #6127, #6128, #6138 | - remove error messages in #6129 | - rename updateConnectionStr to updateConnectionAnnotation | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M testsuite/openmodelica/interactive-API/interactive_api_attributes.mos | * commit f890e1f782262d33184c7fda62abdc73ef41dd53 | Author: Per Östlund | Date: Mon Sep 28 14:08:52 2020 +0200 | | Implemented new hash set data structure. | | - New hash set UnorderedSet (since HashSet is already taken) that | doesn't require the user to define a new package for each type. | Also features automatic rehashing to avoid performance issues when the | number of values is unknown. | - Replaced BaseHashSet usage in NFExpandableConnectors with UnorderedSet | to test the implementation. | | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | A OMCompiler/Compiler/Util/UnorderedSet.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 0ced7b4c7569f16f160dfd783a53d25afb85388a | Author: Lennart Ochel | Date: Mon Sep 28 10:07:06 2020 +0200 | | Update OMSimulator (#6766) | | M OMSimulator | * commit 9473b7cd09fa16b7924b7216610cd3eee1bb04ba | Author: hudson | Date: Sat Sep 26 17:22:30 2020 +0000 | | Updated libraries | * libraries 92dad03...6fd570a (1): | > Bump libraries | | M libraries | * commit 93494e4621ede77bf5ee6553a90d832358002062 | Author: hudson | Date: Fri Sep 25 17:23:36 2020 +0000 | | Updated libraries | * libraries 8a46d7a...92dad03 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit c317ec8f00ea44867396c2e1697523d54137a816 | Author: Per Östlund | Date: Fri Sep 25 14:01:51 2020 +0200 | | Change listAppend notification to warning. | | - Change listAppend notification to warning to make it fail during | bootstrapping and avoid people pushing such code in. | | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 48df8bf24647931b6e3ae3096743bfc1d50afa6a | Author: Per Östlund | Date: Fri Sep 25 13:48:30 2020 +0200 | | Remove constrain operator. | | - constrain is a nonstandard operator that apparently was used a long | time ago by an old multibody library. Since it's nonstandard, not | working and not documented I'm removing it to avoid it polluting the | builtin namespace. | | M OMCompiler/Compiler/FFrontEnd/FBuiltin.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit a8689f0e98152086678239dca0524de437a38fce | Author: Per Östlund | Date: Fri Sep 25 13:17:40 2020 +0200 | | [NF] Handle encapsulated during name lookup. | | - Implement support for handling encapsulated correctly during lookup. | - Mark all builtin operators in NFModelicaBuiltin as | __OpenModelica_builtin, instead of just a random sampling of them. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | A testsuite/flattening/modelica/scodeinst/Encapsulated1.mo | A testsuite/flattening/modelica/scodeinst/Encapsulated2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 7466cf3c2736f7ac1e8be94992456cfc669d8047 | Author: Adrian Pop | Date: Mon Sep 21 13:08:24 2020 +0200 | | fixes for ticket #6013 and #6129 | - use NFInst.expand instead of NFInst.instantiate in NFApi.mkFullyQual | - fully qualify the path we search for and all the extends in the loaded | libraries to make sure is the proper subtype of | - a bit slow but it can be improved later | - force instantiation when NF_API is on even if inner component is not found | - speedup getExtendsModifierNames if there are no modifiers in extends | | M OMCompiler/Compiler/Global/Global.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit 3152688adfe58d054c0b338fe5cb9e771597b0bb | Author: phannebohm | Date: Thu Sep 24 00:48:55 2020 +0200 | | [C-Runtime] typo | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M testsuite/simulation/modelica/initialization/bug_2207.mos | M testsuite/simulation/modelica/initialization/bug_2990.mos | M testsuite/simulation/modelica/initialization/bug_2994.mos | M testsuite/simulation/modelica/initialization/bug_3052.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/parameters.mos | M testsuite/simulation/modelica/initialization/setNumberOfInitLambda.mos | M testsuite/simulation/modelica/nonlinear_system/bug_2841.mos | M testsuite/simulation/modelica/others/Bug2788.mos | * commit 161074e8cc9e886431bf1cc73f84ac86781ebfb3 | Author: Adeel Asghar | Date: Wed Sep 23 17:37:39 2020 +0200 | | Fixes ticket:6107 set tcp socket before sending data | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | * commit 76de683fc47101ddc8218aff3625ba45d8b73e84 | Author: Adrian Pop | Date: Wed Sep 23 15:18:54 2020 +0200 | | proper speedup for updateComponent #5620 | - new API updateComponentStr that can be called directly via Qt API | - use the new Qt API from OMEdit | - fix the differences between NFModelicaBuiltin.mo and ModelicaBuiltin.mo | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M testsuite/openmodelica/interactive-API/interactive_api_attributes.mos | * commit 2a078a0946dbe5bc317069166f4486dafb5699c0 | Author: Per Östlund | Date: Wed Sep 23 16:55:41 2020 +0200 | | Fix listAppend warnings. | | - Fix or disable all listAppend warnings to make it possible to see the | actual compilation errors when compiling omc. | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendVarTransform.mo | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/DumpGraphML.mo | M OMCompiler/Compiler/BackEnd/DumpHTML.mo | M OMCompiler/Compiler/BackEnd/DynamicOptimization.mo | M OMCompiler/Compiler/BackEnd/EvaluateFunctions.mo | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo | M OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/OnRelaxation.mo | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | M OMCompiler/Compiler/BackEnd/ResolveLoops.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/BackEnd/UnitCheck.mo | M OMCompiler/Compiler/FFrontEnd/FNode.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Inline.mo | M OMCompiler/Compiler/FrontEnd/Lookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/TplAbsyn.mo | M OMCompiler/Compiler/Template/TplParser.mo | M OMCompiler/Compiler/Util/List.mo | * commit 9613d0e3cf26617ffc9b6ee8f6b3c58a4df44745 | Author: Per Östlund | Date: Tue Sep 22 15:13:13 2020 +0200 | | Handle internal errors in scripting API and OMEdit. | | - Add internal to the ErrorLevel enumeration and fix | CevalScript.errorLevelToValue so that it handles | ErrorTypes.INTERNAL(). | - Add handling for ErrorLevel.internal in OMEdit. | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMEdit/OMEditLIB/Modeling/MessagesWidget.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | * commit a4036d5492bfcaaf5a8b5bb2f0a3ddf32e7a0086 | Author: Adrian Pop | Date: Tue Sep 22 13:38:32 2020 +0200 | | small speedup of API updateConnection #5620 | | M OMCompiler/Compiler/Script/InteractiveUtil.mo | * commit 4a2b797140702ce35ed230e012e7e167ed1d1c7f | Author: Per Östlund | Date: Tue Sep 22 12:44:28 2020 +0200 | | Fix #6134. | | - Use the last base class when inferring function attributes to | correctly handle inherited external "builtin" functions. | - Change NFFunction.getBuiltin to check for __OpenModelica_BuiltinPtr | annotation like the old frontend, instead of just any builtin element, | and rename it to getBuiltinPtr to avoid confusion. | | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | A testsuite/flattening/modelica/scodeinst/ExternalBuiltin1.mo | A testsuite/flattening/modelica/scodeinst/ExternalBuiltin2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 58640b2ae9a5ce3a869dc57aed56980a4f0dbada | Author: AnHeuermann | Date: Mon Sep 21 16:19:45 2020 +0200 | | [FMI] Catch asserts in fmi2GetXXX | | - Catch asserst in fmi2Get{Real,Integer,Boolean,String} | and return fmi2Error | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit 65764f0305bca43cd28aa3dbbc98e0370e13606a | Author: Mahder Gebremedhin | Date: Mon Sep 21 10:40:38 2020 +0200 | | [SimRT] Clarify the defines needed to use GC. (#6755) | | - On Windows with OMDev/MinGW the define we need is GC_WIN32_PTHREADS | to use a Pthreads Win32 API. | On other systems GC uses GC_THREADS for auto detection of threading | implementation. On Windows, GC_THREADS alone means Win32 threads. | | M OMCompiler/Compiler/runtime/Makefile.in | M OMCompiler/Compiler/runtime/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/c/gc/omc_gc.h | * commit c69955dc21f60b636f2211b7cdd53f02ef9d04ca | Author: Mahder Gebremedhin | Date: Mon Sep 21 10:39:02 2020 +0200 | | [RT] Remove assignment inside assert. (#6756) | | - expressions in assert should ideally have no extra side effects. | - Assert is a macro and can be disabled (to no op) by defining NDEBUG. | Some build configurations define NDEBUG on release or optimized builds. | | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit 99a56f35fd0868024b913c666c8394fcfd3d971c | Author: Adrian Pop | Date: Mon Sep 7 16:07:34 2020 +0200 | | more support for replaceable #2079 | - new APIs getElement* similar to getComponent* but handling also the redeclares | - add OMJava to .gitignore | - touch *.mat expanded from *.mat.xz to not unpack them each time you run make | | M .gitignore | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/Element.h | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M testsuite/ReferenceFiles/Makefile | * commit b5a4acc9ba8a2d05e04a471ca79052cb468a5814 | Author: Martin Sjölund | Date: Fri Sep 18 10:45:41 2020 +0200 | | Add tinnerholm:eoolt:2019 to the bibliography (#6754) | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | M libraries | * commit 73840d6b2442a801a23e0c34f422ba87e399a5b8 | Author: Martin Sjölund | Date: Fri Sep 18 09:42:07 2020 +0200 | | Fixes for the Package Manager (#6750) | | * When upgrading a package that does not have a SHA, do not fail | * When an installation is requested, give a notification that the | package is already installed if no installation will be performed. | | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 811a6c8f1d25eaece4a86bcf0714d08d07268167 | Author: Adeel Asghar | Date: Thu Sep 17 09:10:09 2020 +0200 | | Sync the component info and annotation (#6751) | | Fixes ticket:6112 | | M OMCompiler/Examples/generate_icons.py | * commit 7c40379f1d19cbe39c36438aba19fe5b93729dc4 | Author: hudson | Date: Wed Sep 16 17:22:34 2020 +0000 | | Updated libraries | * libraries 8a46d7a...89f2ebd (1): | > Bump libraries | | M libraries | * commit 73e253e657093fce1cfa389e64f520eacda3690b | Author: hudson | Date: Tue Sep 15 19:20:53 2020 +0200 | | Updated libraries | * libraries 767f246...8a46d7a (1): | > Bump libraries | | M libraries | * commit 7befa42f667b16e49aebc37f21818e257b3951a5 | Author: Per Östlund | Date: Tue Sep 15 18:19:48 2020 +0200 | | [NF] Swap order of recursion in unit checking. | | - Swap order of recursion in NFUnitCheck.insertUnitInEquation as a | workaround for #6114. | | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | * commit d8e7f74e877bad43b78f47e585ba108b55a723b7 | Author: Niklas Worschech | Date: Fri Aug 21 14:28:58 2020 +0200 | | [omsicpp] Merge zeromq extensions for the cpp runtime and the omc c api library in omsicpp | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenOMSICpp.tpl | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/include/OMC.h | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/src/OMC.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/include/omcZeromqTask.h | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/src/omc.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/src/omcZeromqTask.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/Communicator.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/SimulationThread.cpp | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | * commit 89062ef3715c58094ae617e2a375493341ff0ff2 | Author: hudson | Date: Mon Sep 14 17:21:37 2020 +0000 | | Updated libraries | * libraries c1c1c40...767f246 (1): | > Bump libraries | | M libraries | * commit 334de411c8a7ee3a7f3569e390cdda565135a126 | Author: Jose Luis Cercós Pita | Date: Mon Sep 14 13:47:53 2020 +0200 | | Transport fortran flags to the subprojects (#6746) | | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | * commit e1b4fe6abb3ce32d98b0727393a3635325a3b3de | Author: hudson | Date: Fri Sep 11 17:20:16 2020 +0000 | | Updated libraries | * libraries 03dbc85...c1c1c40 (1): | > Bump libraries | | M libraries | * commit 4617b2bdfc79d2fdde46f5ce6232bb983d87c483 | Author: Per Östlund | Date: Fri Sep 11 12:23:49 2020 +0200 | | Fix counting of top-level inputs in checkModel. | | - Simplify the check for top-level inputs to count all public inputs as | top-level, since both frontends already remove direction prefixes from | non top-level variables anyway. | | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | * commit 2f0803589d9d27794156937f126f86bc3e31083c | Author: Karim Abdelhak | Date: Thu Sep 10 21:07:15 2020 +0200 | | [NF] update discrete real check | | - correct support for array element types | | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | * commit e2dd3e1553c47d55f9b54a0798f1d0e78ac22c8c | Author: Karim Abdelhak | Date: Mon Sep 7 11:28:31 2020 +0200 | | [testsuite] fixup for #6106 fix | | M testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | M testsuite/simulation/modelica/nonlinear_system/bug_2841.mos | M testsuite/simulation/modelica/start_value_selection/ticket5807.mos | M testsuite/simulation/modelica/tearing/dynamicTearing1.mos | * commit e586ca45db694762f1f26f3b9d1daeb0e2974505 | Author: Karim Abdelhak | Date: Fri Sep 4 18:06:06 2020 +0200 | | [C] remove wrong convergence check in NLShomotopy | | - fixes ticket #6106 | - the old code only checks error in residuals not in variables | - always need at least one step to ensure variable error tolerance | | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | * commit ea33c64b2f295faf3d037cb29b2e90d6de60ff8a | Author: Per Östlund | Date: Thu Sep 10 11:10:47 2020 +0200 | | [NF] Fix top-level input handling. | | - Treat components inside a top-level input as top-level inputs. | | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/TopLevelInputs1.mo | * commit 08661c9eb654cf6bb7c2c9da496c8966cc4504cd | Author: hudson | Date: Wed Sep 9 17:21:38 2020 +0000 | | Updated libraries | * libraries e1ba776...03dbc85 (1): | > Bump libraries | | M libraries | * commit a2d2f913f459aa5e06f8e97b128616247aec7236 | Author: Per Östlund | Date: Tue Sep 8 14:49:02 2020 +0200 | | [NF] Prefix records with root path in EvalFunction. | | - Record names should always be prefixed with the root path if there is | one. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | * commit 2bb77f39b45c980259c74b5857db4e7ffee39c4e | Author: Per Östlund | Date: Tue Sep 8 13:51:57 2020 +0200 | | [NF] Remove Typing.isNonConstantIfCondition. | | - It was moved to Expression.isPure in a previous commit, but | the original function was accidentally left. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit e1105bf6285f43fdd779ea82074ab13418afbdb8 | Author: Adeel Asghar | Date: Tue Sep 8 12:35:41 2020 +0200 | | Apply the transformation on the graphical items inside the elements | | Fixes wrong display of bitmaps. Ticket:6066 | | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/PolygonAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/RectangleAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | * commit 818a8f241d1aa47705d2fe31e099957157d16f08 | Author: Adrian Pop | Date: Mon Sep 7 16:34:45 2020 +0200 | | Revert "CMake configuration support for OMCompiler (#6648)" | This reverts commit 3256d6895da8c3d07ebc1a4cc135856a349e9b6b. | | D OMCompiler/.cmake/omc_utils.cmake | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | D OMCompiler/Compiler/.cmake/dep_scanner.cpp | D OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | D OMCompiler/Compiler/.cmake/mm_check_interface.in.mos | D OMCompiler/Compiler/.cmake/mm_compile.in.mos | D OMCompiler/Compiler/.cmake/package_list.txt | D OMCompiler/Compiler/.cmake/template_compilation.cmake | D OMCompiler/Compiler/.cmake/unused/CMakeDetermineMODELICACompiler.cmake | D OMCompiler/Compiler/.cmake/unused/CMakeMODELICACompiler.cmake.in | D OMCompiler/Compiler/.cmake/unused/CMakeMODELICAInformation.cmake | D OMCompiler/Compiler/.cmake/unused/CMakeTestMODELICACompiler.cmake | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Template/DAEDumpTV.mo | M OMCompiler/Compiler/runtime/BackendDAEEXT_omc.cpp | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Compiler/runtime/Dynload.cpp | M OMCompiler/Compiler/runtime/Dynload_omc.cpp | M OMCompiler/Compiler/runtime/Error_omc.cpp | M OMCompiler/Compiler/runtime/FMIImpl.c | M OMCompiler/Compiler/runtime/FMI_omc.c | M OMCompiler/Compiler/runtime/GraphStreamExt_omc.cpp | M OMCompiler/Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | M OMCompiler/Compiler/runtime/HpcOmSchedulerExt_omc.cpp | M OMCompiler/Compiler/runtime/IOStreamExt_omc.cpp | M OMCompiler/Compiler/runtime/Lapack_omc.cpp | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/Compiler/runtime/OMSimulator_omc.c | M OMCompiler/Compiler/runtime/Print_omc.c | M OMCompiler/Compiler/runtime/Settings_omc.cpp | M OMCompiler/Compiler/runtime/SimulationResults.c | M OMCompiler/Compiler/runtime/SimulationResults_omc.c | M OMCompiler/Compiler/runtime/Socket_omc.c | M OMCompiler/Compiler/runtime/System_omc.c | M OMCompiler/Compiler/runtime/TaskGraphResults_omc.cpp | M OMCompiler/Compiler/runtime/UnitParserExt_omc.cpp | M OMCompiler/Compiler/runtime/ZeroMQ_omc.c | M OMCompiler/Compiler/runtime/errorext.cpp | M OMCompiler/Compiler/runtime/lapackimpl.c | M OMCompiler/Compiler/runtime/matching_cheap.c | M OMCompiler/Compiler/runtime/printimpl.c | M OMCompiler/Compiler/runtime/printimpl.h | M OMCompiler/Compiler/runtime/ptolemyio.cpp | M OMCompiler/Compiler/runtime/ptolemyio_omc.cpp | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Compiler/runtime/systemimplmisc.cpp | M OMCompiler/Compiler/runtime/unitparser.h | M OMCompiler/Compiler/runtime/zeromqimpl.c | M OMCompiler/Makefile.common | D OMCompiler/Parser/CMakeLists.txt | M OMCompiler/Parser/Modelica.g | M OMCompiler/Parser/Parser_omc.c | D OMCompiler/Parser/omc_antlr_target_macros.cmake | M OMCompiler/Parser/parse.c | M OMCompiler/SimulationRuntime/CMakeLists.txt | D OMCompiler/SimulationRuntime/ParModelica/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/Makefile.common | * commit b21b8d54a2d1aa4048edb5599ee3a5c477ab267a | Author: Adeel Asghar | Date: Mon Sep 7 16:49:29 2020 +0200 | | Remove the unknown simulation flag `outputFormat` | | Fixes ticket:6107 | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.h | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit dfcb35f0701af40e62fc70e36fd3858081a62fd2 | Author: Adeel Asghar | Date: Mon Sep 7 16:14:54 2020 +0200 | | Fixed the overlapping display issue of connectors (#6729) | | * Write errors when icon generator test fails | | * Use a newer build-deps for the latest OMPython | | * Update the test output | | * Fixes ticket:6104 | | Co-authored-by: Martin Sjölund | | M Jenkinsfile | M OMCompiler/Examples/generate_icons.py | M testsuite/openmodelica/icon-generator/GenerateMSLIcons.mos | * commit f694016aaa04973603348d57326dcec67cc144a2 | Author: Per Östlund | Date: Mon Sep 7 11:30:31 2020 +0200 | | [NF] Fix function variability. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 3256d6895da8c3d07ebc1a4cc135856a349e9b6b | Author: Mahder Gebremedhin | Date: Mon Sep 7 10:57:17 2020 +0200 | | CMake configuration support for OMCompiler (#6648) | | * [cmake] Initial cmake configuration support. | | * [cmake] Add OMParser to compilation. | | - Uses two macros for generating the C files from | the antlr sources. One is used for antlr files that | depend on base_modelica_lexer. The other is used for | only Modelica.g right now. | | * [cmake] Move the antlr target macros new file. | | - They clutter things in the main cmake file. | | * [cmake] Add CMake support for OMCompiler/runtime. | | - OMCompiler/runtime cannow be compiled using cmake. | - Right now there is missing symbols from dgsev. I am | not sure yet where to add them. Maybe dgsev can be | added to simulationRuntime/c libraries. | Other than that OMCompiler/runtime can be compiled with | all symbols found at the moment. | | - We now use proper qualified names for libraries, e.g. omc::3rd::gc | for the gc-lib in 3rdParty/gc. These names are added | as aliases to the actual library. Use these everywhere. There should | not be a single use of the actual library names. | | * [cmake] Update 3rdParty submodule. | | - Changes have been made to the submodule on mahge/cmake_config. | It is mostly some minor fixes and a 3rdParty top level CMakeLists.txt | | * [cmake] Add prefixes to 3rdParty cmake options. | | - CMinPack shared library option is prefixed so that | it does not conflict with other libraries build types. | - BUILD_SHARED_LIBS -> CMINPACK_BUILD_SHARED_LIBS | | - Sundials options are prefixed so that | they do not conflict with other libraries. | - KLU_ENABLE -> SUNDIALS_KLU_ENABLE | - LAPACK_ENABLE -> SUNDIALS_LAPACK_ENABLE | | * [cmake] Prefix 3rdParty/sundials CMake variables | | - More 3rdParty/sundials CMake variables have been prefixed and | the submodule updated. See the commit on the submodule. | | * [cmake] Add Susan to MetaModelica compilation. | | - A macro is added for compiling a given susan template file | to a MetaModelica .mo file using omc. | | For convenience, a list of all the generated mo files is added | to the cmake variable `TPL_OUTPUT_MO_FILES` by the macro. | | * [cmake] Add runtime/omcbackendruntime compilation. | | * [cmake] Added an interface include to fmilib. | | - There is an inteface include directory defined for `fmilib` | in `3rdParty/CMakeLists.txt`. That means we do not need to | explicitly add the include directory here. | Until FMIL sorts out their configuration usage we can deal | with it like this. | | - 3rdParty module is updated. | | * [cmake] Remove the temporary template target. | | - It was added just for testing whiled developing. | | - The generated mo files are now used by the libOpenModelica | target. So the tpl files will be translated to mo if the mo | files are missing. | | * [cmake] Add alias target for libomparse | | - OMCompiler/Parser (omparse) -> omc::parser | | * [CMake] Add runtime/omcgraphstream. | | - Add compilation for libomcgraphstream. | Links to 3rdParty/graphstream libnetstream.a | | * [cmake] Clarify BootstrappingHeader inclusion. | | - We include OpenModelicaBootstrappingHeader.h with a relative path now. | | - If OMC_BOOTSTRAPPING is defined it is included from Compiler/boot/tarball-include. | Otherwise include it from Compiler/. | | We can, of course, give `OMCompiler/Compiler` dir as an include directory to | the libraries in runtime. | However, there is an `omc_fil.h` in Compiler/Util (it should not be there but it is there for now) | there is also an `omc_file.h` in SimulationRuntime/c/util. | | We link to OpenModelicaRuntime which is built in `SimulationRuntime/c/` and we | automatically provide `SimulationRuntime/c/` as an include dir for things that link | to this library. This means for example runtime/`omcruntime.a` will get `SimulationRuntime/c/` | as an include dir automatically when linking to `OpenModelicaRuntime`. | | If we give both `Compiler/` and `SimulationRuntime/c/` we essentially have two | files that can be reached as `#include "util/omc_file.h"`. We should try to avoid | manually adding target_include dirs anyway. for this reason OMCompiler/Compiler/ is | not given as an include dir now. It was only needed for `OpenModelicaBootstrappingHeader.h`. | `OpenModelicaBootstrappingHeader.h` is now included by relative path. | | * [cmake] Relative OpenModelicaBootstrappingHeader.h | | - Fix OpenModelicaBootstrappingHeader inclusion on Parser/. | If OMC_BOOTSTRAPPING is defined include it from | Compiler/boot/tarball-include. Otherwise include it from Compiler/. | | - Some target_include_directories are not needed anymore. | include directory propagation is managed by what libraries | a target links to, i.e., cmake will automatically propagate | the public include directories of a given library when the | library is linked to some other target. | | * [cmake] Add ModelicaExternalC compilation. | | - Library aliases: | omc::3rd::modelica_external_c -> ModelicaExternalC | omc::3rd::modelica_mat_io -> ModelicaMatIO | omc::3rd::modelica_io -> ModelicaIO | | * [cmake] Link omcruntime to blas. | | - I am not sure which blas we are supposed to use. | There are some sources in 3rdParty/dgesv. I will check | later if they need to be used somewhere. | | * [cmake] Do not report antlr analysis. | | - There is no need to report antlr grammar info every time | the files are recompiled. The information just clutters | the output. | | * [cmake] Initial MetaModelica compilation support. | | * [cmake] Move CMake related files to a subdirectory | | * [cmake] Add missing susan template targets. | | - Some susan template files were not being translated to MetaModelica | because they were not added to the cmake file. They are added now. | | * [cmake] Remove non-existing package from TypeView. | | - There was a definition for a package named 'Connect' in DAEDumpTV.mo. | There is no package named 'Connect' in the MetaModelica sources. There is | one nested in DAE package (DAE.Connect). | This was not detected as error because the package is not used in DAEDumpTpl.tpl | anyway. So I guess the remove-unused-packages scrip removed it anyway. | | * [cmake] Update 3rdParty | | - Intel TBB does not exist yet on OM 3rdParty. It is | disabled in the CMakeLists file for now. | | * [cmake] Define OMC_BOOTSTRAPPING for bootstrapping. | | - OMC_BOOTSTRAPPING is defined when compiling the runtime libs for | bootstrapping. This define is used to pick the correct | OpenModelicaBootstrappingHeader.h. | | * [cmake] Fix the directory where file is expected. | | * [cmake] Reduce info printed during configure step. | | * [cmake] Cleanup unused files. | | - The compilation of susan template targets is now handled | by the CMakeLists file in OMCompiler. | | * [cmake] Move compilation out of boot folder | | - We used to configure and compile the MetaModelica files from | the perspective of the Compiler/boot folder. this was done just | to simplify things at the begining since it made it easier to | compare things with the old approach which works from that folder. | | Now MetaModelica related compilations are done from the perspective | of the Compiler/ folder. This is more logical. | | A OMCompiler/.cmake/omc_utils.cmake | M OMCompiler/3rdParty | M OMCompiler/CMakeLists.txt | A OMCompiler/Compiler/.cmake/dep_scanner.cpp | A OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake | A OMCompiler/Compiler/.cmake/mm_check_interface.in.mos | A OMCompiler/Compiler/.cmake/mm_compile.in.mos | A OMCompiler/Compiler/.cmake/package_list.txt | A OMCompiler/Compiler/.cmake/template_compilation.cmake | A OMCompiler/Compiler/.cmake/unused/CMakeDetermineMODELICACompiler.cmake | A OMCompiler/Compiler/.cmake/unused/CMakeMODELICACompiler.cmake.in | A OMCompiler/Compiler/.cmake/unused/CMakeMODELICAInformation.cmake | A OMCompiler/Compiler/.cmake/unused/CMakeTestMODELICACompiler.cmake | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Template/DAEDumpTV.mo | M OMCompiler/Compiler/runtime/BackendDAEEXT_omc.cpp | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Compiler/runtime/Dynload.cpp | M OMCompiler/Compiler/runtime/Dynload_omc.cpp | M OMCompiler/Compiler/runtime/Error_omc.cpp | M OMCompiler/Compiler/runtime/FMIImpl.c | M OMCompiler/Compiler/runtime/FMI_omc.c | M OMCompiler/Compiler/runtime/GraphStreamExt_omc.cpp | M OMCompiler/Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | M OMCompiler/Compiler/runtime/HpcOmSchedulerExt_omc.cpp | M OMCompiler/Compiler/runtime/IOStreamExt_omc.cpp | M OMCompiler/Compiler/runtime/Lapack_omc.cpp | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/Compiler/runtime/OMSimulator_omc.c | M OMCompiler/Compiler/runtime/Print_omc.c | M OMCompiler/Compiler/runtime/Settings_omc.cpp | M OMCompiler/Compiler/runtime/SimulationResults.c | M OMCompiler/Compiler/runtime/SimulationResults_omc.c | M OMCompiler/Compiler/runtime/Socket_omc.c | M OMCompiler/Compiler/runtime/System_omc.c | M OMCompiler/Compiler/runtime/TaskGraphResults_omc.cpp | M OMCompiler/Compiler/runtime/UnitParserExt_omc.cpp | M OMCompiler/Compiler/runtime/ZeroMQ_omc.c | M OMCompiler/Compiler/runtime/errorext.cpp | M OMCompiler/Compiler/runtime/lapackimpl.c | M OMCompiler/Compiler/runtime/matching_cheap.c | M OMCompiler/Compiler/runtime/printimpl.c | M OMCompiler/Compiler/runtime/printimpl.h | M OMCompiler/Compiler/runtime/ptolemyio.cpp | M OMCompiler/Compiler/runtime/ptolemyio_omc.cpp | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Compiler/runtime/systemimplmisc.cpp | M OMCompiler/Compiler/runtime/unitparser.h | M OMCompiler/Compiler/runtime/zeromqimpl.c | M OMCompiler/Makefile.common | A OMCompiler/Parser/CMakeLists.txt | M OMCompiler/Parser/Modelica.g | M OMCompiler/Parser/Parser_omc.c | A OMCompiler/Parser/omc_antlr_target_macros.cmake | M OMCompiler/Parser/parse.c | M OMCompiler/SimulationRuntime/CMakeLists.txt | A OMCompiler/SimulationRuntime/ParModelica/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/Makefile.common | * commit ca9ff5fb90da8fc6bbae13bae04c1d360d66115a | Author: phannebohm | Date: Sun Aug 30 19:53:29 2020 +0200 | | [SimCode] fix small bug in simcode timing | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | * commit d632dddf904260efa0fbc65e3cd0eff0f4a38770 | Author: Lennart Ochel | Date: Fri Sep 4 17:53:22 2020 +0200 | | Update OMSimulator (#6730) | | M OMSimulator | * commit 77246831b3983d70e39adc810d7c9e7185dfa561 | Author: Niklas Worschech | Date: Tue Aug 25 15:09:02 2020 +0200 | | disabled omc C- API library in cpp runtime build and removed C-API library and reduce dae code from cpp folder | | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/src/OMC.cpp | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Ranking.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.xml | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Reduction.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/OMCTest.cpp | M OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw | D OMCompiler/SimulationRuntime/cpp/omcCAPI/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMC.h | D OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCAPI.h | D OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCFunctions.h | D OMCompiler/SimulationRuntime/cpp/omcCAPI/readme.md | D OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | D OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp | * commit 65daa7a77a8168ad0680a7b95b0893677909ffe5 | Author: phannebohm | Date: Sat Aug 29 16:25:17 2020 +0200 | | Return boolean results directly (#6726) | | - Instead of using if false then false else true | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/InstStateMachineUtil.mo | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Script/Binding.mo | M OMCompiler/Compiler/Script/CevalScript.mo | * commit 535ff3ffde8cacdc4720afa0b9441595293a391b | Author: hudson | Date: Thu Aug 27 17:22:42 2020 +0000 | | Updated libraries | * libraries 42ba96d...e1ba776 (1): | > Bump libraries | | M libraries | * commit e9d2fa18bfe005f689610200824590bed0157a5f | Author: Per Östlund | Date: Thu Aug 27 12:30:48 2020 +0200 | | [NF] Only allow evaluation of constants/parameters. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit 9e4f8d04ab626d6db80622d45360813987d86284 | Author: Adeel Asghar | Date: Wed Aug 26 12:25:24 2020 +0200 | | Bump OMSens and OMSens_Qt | | M OMSens | M OMSens_Qt | * commit d27e7c9340ce21c06443cbe6ffe9fe64cf4b296e | Author: Martin Sjölund | Date: Thu Aug 27 05:38:59 2020 +0000 | | Updated libraries | * libraries a96002a...42ba96d (1): | > Ignore DymolaCommands 1.0 | | M libraries | * commit f941d426c07fba9d2adf5bf7221d5de6dd884c60 | Author: Lennart Ochel | Date: Wed Aug 26 14:27:39 2020 +0200 | | Update OMSimulator (#6712) | | M OMSimulator | * commit fe9ee42f5d10000c60e170053e6c64badca183f9 | Author: Adrian Pop | Date: Tue Aug 25 14:21:19 2020 +0200 | | fix ticket:6086 and ticket:5880 | - allow partial lookup and partial model instantiation when -d=nfAPI is on (#6086) | - disable -d=nfAPI when building and simulating the model the normal way via | checkModel, instantiateModel, simulate, translateModel or buildModel (#5880) | (these are all going via CevalScriptBackend.runFrontEnd) | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 1623955a7ce6b81602153ae0cf3c4996e6e51df1 | Author: Per Östlund | Date: Tue Aug 25 14:41:50 2020 +0200 | | [NF] Improve modifier merging. | | - Split the modifier in redeclare modifiers into inner and outer | modifiers, to make it possible to merge them in the correct order. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RedeclareMod7.mo | * commit 4dc66642c7d9b39cc22e46facf718bdac3e1a286 | Author: Per Östlund | Date: Tue Aug 25 16:21:12 2020 +0200 | | Update qwt revision. | | M OMPlot/qwt.txt | * commit 52581b025590770a4fffd49d6eb78fb612b191f2 | Author: rfranke | Date: Mon Aug 24 20:52:29 2020 +0200 | | Enable separate compilation of Cpp runtime for FMI without omc | | Set PLATFORMS in OMCompiler/SimulationRuntime/cpp/Makefile to e.g. | x86_64-linux-gnu | and build the Cpp runtime for FMU target without dependency on omc build. | | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | * commit 361b1d3ae66c3f43caaa8646b77781288ed252b0 | Author: Per Östlund | Date: Mon Aug 24 12:22:04 2020 +0200 | | Update QWT to 6.1.5 | | - Older versions of QWT causes issues with QT 5.15 due to missing | include statements, which has been fixed in the latest version. | | M OMPlot/Makefile.in | M OMPlot/qwt/qwtbuild.pri | M OMPlot/qwt/qwtconfig.pri | M OMPlot/qwt/qwtfunctions.pri | M OMPlot/qwt/src/qwt.h | M OMPlot/qwt/src/qwt_abstract_legend.h | M OMPlot/qwt/src/qwt_abstract_scale.cpp | M OMPlot/qwt/src/qwt_abstract_scale.h | M OMPlot/qwt/src/qwt_abstract_scale_draw.cpp | M OMPlot/qwt/src/qwt_abstract_scale_draw.h | M OMPlot/qwt/src/qwt_abstract_slider.cpp | M OMPlot/qwt/src/qwt_abstract_slider.h | M OMPlot/qwt/src/qwt_analog_clock.cpp | M OMPlot/qwt/src/qwt_analog_clock.h | M OMPlot/qwt/src/qwt_arrow_button.h | D OMPlot/qwt/src/qwt_bezier.cpp | D OMPlot/qwt/src/qwt_bezier.h | M OMPlot/qwt/src/qwt_clipper.cpp | M OMPlot/qwt/src/qwt_clipper.h | M OMPlot/qwt/src/qwt_color_map.cpp | M OMPlot/qwt/src/qwt_color_map.h | M OMPlot/qwt/src/qwt_column_symbol.cpp | M OMPlot/qwt/src/qwt_column_symbol.h | M OMPlot/qwt/src/qwt_compass.cpp | M OMPlot/qwt/src/qwt_compass_rose.cpp | M OMPlot/qwt/src/qwt_compass_rose.h | M OMPlot/qwt/src/qwt_counter.cpp | M OMPlot/qwt/src/qwt_counter.h | M OMPlot/qwt/src/qwt_curve_fitter.cpp | M OMPlot/qwt/src/qwt_curve_fitter.h | M OMPlot/qwt/src/qwt_date.cpp | M OMPlot/qwt/src/qwt_date.h | M OMPlot/qwt/src/qwt_date_scale_draw.cpp | M OMPlot/qwt/src/qwt_date_scale_draw.h | M OMPlot/qwt/src/qwt_date_scale_engine.cpp | M OMPlot/qwt/src/qwt_date_scale_engine.h | M OMPlot/qwt/src/qwt_dial.cpp | M OMPlot/qwt/src/qwt_dial.h | M OMPlot/qwt/src/qwt_dial_needle.cpp | M OMPlot/qwt/src/qwt_dial_needle.h | M OMPlot/qwt/src/qwt_dyngrid_layout.cpp | M OMPlot/qwt/src/qwt_dyngrid_layout.h | M OMPlot/qwt/src/qwt_event_pattern.cpp | M OMPlot/qwt/src/qwt_event_pattern.h | M OMPlot/qwt/src/qwt_global.h | M OMPlot/qwt/src/qwt_graphic.cpp | M OMPlot/qwt/src/qwt_graphic.h | M OMPlot/qwt/src/qwt_interval.cpp | M OMPlot/qwt/src/qwt_interval.h | M OMPlot/qwt/src/qwt_interval_symbol.cpp | M OMPlot/qwt/src/qwt_interval_symbol.h | M OMPlot/qwt/src/qwt_knob.cpp | M OMPlot/qwt/src/qwt_knob.h | M OMPlot/qwt/src/qwt_legend.cpp | M OMPlot/qwt/src/qwt_legend.h | M OMPlot/qwt/src/qwt_legend_data.cpp | M OMPlot/qwt/src/qwt_legend_data.h | M OMPlot/qwt/src/qwt_legend_label.cpp | M OMPlot/qwt/src/qwt_legend_label.h | M OMPlot/qwt/src/qwt_magnifier.cpp | M OMPlot/qwt/src/qwt_math.h | M OMPlot/qwt/src/qwt_matrix_raster_data.cpp | M OMPlot/qwt/src/qwt_matrix_raster_data.h | M OMPlot/qwt/src/qwt_null_paintdevice.cpp | M OMPlot/qwt/src/qwt_null_paintdevice.h | M OMPlot/qwt/src/qwt_painter.cpp | M OMPlot/qwt/src/qwt_painter.h | M OMPlot/qwt/src/qwt_painter_command.cpp | M OMPlot/qwt/src/qwt_painter_command.h | M OMPlot/qwt/src/qwt_panner.cpp | M OMPlot/qwt/src/qwt_panner.h | M OMPlot/qwt/src/qwt_picker.cpp | M OMPlot/qwt/src/qwt_picker.h | M OMPlot/qwt/src/qwt_picker_machine.cpp | M OMPlot/qwt/src/qwt_picker_machine.h | M OMPlot/qwt/src/qwt_pixel_matrix.cpp | M OMPlot/qwt/src/qwt_pixel_matrix.h | M OMPlot/qwt/src/qwt_plot.cpp | M OMPlot/qwt/src/qwt_plot.h | M OMPlot/qwt/src/qwt_plot_abstract_barchart.cpp | M OMPlot/qwt/src/qwt_plot_abstract_barchart.h | M OMPlot/qwt/src/qwt_plot_axis.cpp | M OMPlot/qwt/src/qwt_plot_barchart.cpp | M OMPlot/qwt/src/qwt_plot_barchart.h | M OMPlot/qwt/src/qwt_plot_canvas.cpp | M OMPlot/qwt/src/qwt_plot_canvas.h | M OMPlot/qwt/src/qwt_plot_curve.cpp | M OMPlot/qwt/src/qwt_plot_curve.h | M OMPlot/qwt/src/qwt_plot_dict.cpp | M OMPlot/qwt/src/qwt_plot_directpainter.cpp | M OMPlot/qwt/src/qwt_plot_directpainter.h | M OMPlot/qwt/src/qwt_plot_glcanvas.cpp | M OMPlot/qwt/src/qwt_plot_glcanvas.h | M OMPlot/qwt/src/qwt_plot_grid.cpp | M OMPlot/qwt/src/qwt_plot_grid.h | M OMPlot/qwt/src/qwt_plot_histogram.cpp | M OMPlot/qwt/src/qwt_plot_histogram.h | M OMPlot/qwt/src/qwt_plot_intervalcurve.cpp | M OMPlot/qwt/src/qwt_plot_intervalcurve.h | M OMPlot/qwt/src/qwt_plot_item.cpp | M OMPlot/qwt/src/qwt_plot_item.h | M OMPlot/qwt/src/qwt_plot_layout.cpp | M OMPlot/qwt/src/qwt_plot_layout.h | M OMPlot/qwt/src/qwt_plot_legenditem.cpp | M OMPlot/qwt/src/qwt_plot_legenditem.h | M OMPlot/qwt/src/qwt_plot_magnifier.cpp | M OMPlot/qwt/src/qwt_plot_marker.cpp | M OMPlot/qwt/src/qwt_plot_marker.h | M OMPlot/qwt/src/qwt_plot_multi_barchart.cpp | M OMPlot/qwt/src/qwt_plot_multi_barchart.h | M OMPlot/qwt/src/qwt_plot_panner.cpp | M OMPlot/qwt/src/qwt_plot_picker.cpp | M OMPlot/qwt/src/qwt_plot_rasteritem.cpp | M OMPlot/qwt/src/qwt_plot_rasteritem.h | M OMPlot/qwt/src/qwt_plot_renderer.cpp | M OMPlot/qwt/src/qwt_plot_renderer.h | M OMPlot/qwt/src/qwt_plot_rescaler.h | M OMPlot/qwt/src/qwt_plot_scaleitem.cpp | M OMPlot/qwt/src/qwt_plot_scaleitem.h | M OMPlot/qwt/src/qwt_plot_seriesitem.cpp | M OMPlot/qwt/src/qwt_plot_seriesitem.h | M OMPlot/qwt/src/qwt_plot_shapeitem.cpp | M OMPlot/qwt/src/qwt_plot_shapeitem.h | M OMPlot/qwt/src/qwt_plot_spectrocurve.cpp | M OMPlot/qwt/src/qwt_plot_spectrocurve.h | M OMPlot/qwt/src/qwt_plot_spectrogram.cpp | M OMPlot/qwt/src/qwt_plot_spectrogram.h | M OMPlot/qwt/src/qwt_plot_svgitem.h | M OMPlot/qwt/src/qwt_plot_textlabel.cpp | M OMPlot/qwt/src/qwt_plot_textlabel.h | M OMPlot/qwt/src/qwt_plot_tradingcurve.cpp | M OMPlot/qwt/src/qwt_plot_tradingcurve.h | M OMPlot/qwt/src/qwt_plot_xml.cpp | M OMPlot/qwt/src/qwt_plot_zoneitem.cpp | M OMPlot/qwt/src/qwt_plot_zoneitem.h | M OMPlot/qwt/src/qwt_plot_zoomer.cpp | M OMPlot/qwt/src/qwt_plot_zoomer.h | M OMPlot/qwt/src/qwt_point_3d.cpp | M OMPlot/qwt/src/qwt_point_data.cpp | M OMPlot/qwt/src/qwt_point_data.h | M OMPlot/qwt/src/qwt_point_mapper.cpp | M OMPlot/qwt/src/qwt_point_mapper.h | M OMPlot/qwt/src/qwt_point_polar.cpp | M OMPlot/qwt/src/qwt_point_polar.h | M OMPlot/qwt/src/qwt_raster_data.cpp | M OMPlot/qwt/src/qwt_round_scale_draw.cpp | M OMPlot/qwt/src/qwt_round_scale_draw.h | M OMPlot/qwt/src/qwt_sampling_thread.h | M OMPlot/qwt/src/qwt_scale_div.cpp | M OMPlot/qwt/src/qwt_scale_div.h | M OMPlot/qwt/src/qwt_scale_draw.cpp | M OMPlot/qwt/src/qwt_scale_draw.h | M OMPlot/qwt/src/qwt_scale_engine.cpp | M OMPlot/qwt/src/qwt_scale_engine.h | M OMPlot/qwt/src/qwt_scale_map.cpp | M OMPlot/qwt/src/qwt_scale_map.h | M OMPlot/qwt/src/qwt_scale_widget.cpp | M OMPlot/qwt/src/qwt_scale_widget.h | M OMPlot/qwt/src/qwt_series_data.cpp | M OMPlot/qwt/src/qwt_series_data.h | M OMPlot/qwt/src/qwt_series_store.h | M OMPlot/qwt/src/qwt_slider.cpp | M OMPlot/qwt/src/qwt_slider.h | M OMPlot/qwt/src/qwt_spline.cpp | M OMPlot/qwt/src/qwt_spline.h | D OMPlot/qwt/src/qwt_spline_curve_fitter.cpp | D OMPlot/qwt/src/qwt_spline_curve_fitter.h | M OMPlot/qwt/src/qwt_symbol.cpp | M OMPlot/qwt/src/qwt_symbol.h | M OMPlot/qwt/src/qwt_system_clock.cpp | M OMPlot/qwt/src/qwt_system_clock.h | M OMPlot/qwt/src/qwt_text.cpp | M OMPlot/qwt/src/qwt_text.h | M OMPlot/qwt/src/qwt_text_engine.cpp | M OMPlot/qwt/src/qwt_text_engine.h | M OMPlot/qwt/src/qwt_text_label.cpp | M OMPlot/qwt/src/qwt_text_label.h | M OMPlot/qwt/src/qwt_thermo.cpp | M OMPlot/qwt/src/qwt_thermo.h | M OMPlot/qwt/src/qwt_transform.cpp | M OMPlot/qwt/src/qwt_transform.h | D OMPlot/qwt/src/qwt_weeding_curve_fitter.cpp | D OMPlot/qwt/src/qwt_weeding_curve_fitter.h | M OMPlot/qwt/src/qwt_wheel.cpp | M OMPlot/qwt/src/qwt_wheel.h | M OMPlot/qwt/src/qwt_widget_overlay.cpp | M OMPlot/qwt/src/qwt_widget_overlay.h | M OMPlot/qwt/src/src.pri | M OMPlot/qwt/src/src.pro | * commit ac457b24fb376439e11abee96f3f9b0fae4650e9 | Author: hudson | Date: Sun Aug 23 17:21:22 2020 +0000 | | Updated libraries | * libraries 4842feb...a96002a (1): | > Bump libraries | | M libraries | * commit 9fe61512ee364f136a59306c7bafce8b26180ec7 | Author: Per Östlund | Date: Thu Aug 20 13:27:41 2020 +0200 | | [NF] Simplification improvements. | | - Expand sum/product reductions with constant iteration ranges. | - Simplify vector calls with arrays as argument. | - Fix some cases where arrays were incorrectly marked as literal. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinReduction.mo | * commit bf1c29878240b9b41f35ed94e944bbdd15135528 | Author: hudson | Date: Wed Aug 19 17:21:19 2020 +0000 | | Updated libraries | * libraries f24a50e...4842feb (1): | > Bump libraries | | M libraries | * commit 92fe8b5bab87bc6b46027cd2f7e77d35251a6c54 | Author: Per Östlund | Date: Wed Aug 19 11:40:54 2020 +0200 | | [NF] Reenable call type evaluation in functions. | | - Disabling it causes issues, and wasn't actually needed anyway. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | * commit 109bf99d7392d8380fbef0ae33d2fca291dc3f9f | Author: Niklas Worschech | Date: Tue Aug 11 18:36:13 2020 +0200 | | temporary use fmu generation for omsicpp simulation | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SerializeInitXML.mo | M OMCompiler/Compiler/SimCode/SerializeModelInfo.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/CodegenOMSICpp.tpl | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/OMSUSystem.cpp | * commit 5e180d35cd60c8207ecba62046554276462d0280 | Author: Karim Abdelhak | Date: Wed Aug 19 12:00:44 2020 +0200 | | [FE] update exponential simplification | | - fixes ticket #6068 (second issue) | - new rule to check if b is even for simplfication of (a^b)^c | (a^b)^c = abs(a)^(b*c) if b is even | | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M testsuite/flattening/modelica/operators/Pow.mo | * commit f468f4eb6f7fa49e5ab9a2351b77533812635bdd | Author: Karim Abdelhak | Date: Tue Aug 18 14:28:03 2020 +0200 | | [BE] do not remove initial asserts | | - fixes ticket #5599 | - prevents removal of initial asserts to removed equations | - sideeffect: fixes dropping of asserts in removed equations of regular system | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M testsuite/simulation/modelica/initialization/testIfAssert.mos | * commit 20e4ce4bfb20523f1bebd1706503e242ff2d422b | Author: Per Östlund | Date: Tue Aug 18 15:20:50 2020 +0200 | | [NF] Fix DAE conversion of Operator.SUB_ARRAY_SCALAR. | | - Convert array .- scalar to array +- (scalar) when converting to DAE, | since the DAE doesn't have the corresponding subtraction operator. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperator.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/OperationSubEW2.mo | * commit 3631e42ec669185f668c9ce16b31a578a4f75a1c | Author: Per Östlund | Date: Tue Aug 18 13:59:06 2020 +0200 | | [NF] Improve call type evaluation. | | - Don't evaluate dimensions in calls inside functions. | - Avoid evaluating the whole expression when having a conditional array | type as dimension. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit dde8ed2d38a1a740d3cf9d1a45067e6c4ba91a85 | Author: hudson | Date: Mon Aug 17 17:22:06 2020 +0000 | | Updated libraries | * libraries a6e8dd7...f24a50e (1): | > Bump libraries | | M libraries | * commit 10373aff7ea11bfdec1226af221a2dea7d02e1c7 | Author: Lennart Ochel | Date: Mon Aug 17 15:23:03 2020 +0200 | | Update OMSimulator (#6708) | | M OMSimulator | * commit 8f5710f752c591021a6513436acc153a05b4566a | Author: Adeel Asghar | Date: Fri Aug 14 20:30:49 2020 +0200 | | Fixes ticket:6083 Use a default coordinate system value instead of 0 (#6706) | | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | * commit 71848bd6dbf0b33f4f2c439c2086ab961fe62699 | Author: Per Östlund | Date: Fri Aug 14 12:30:52 2020 +0200 | | [NF] Enforce some of the rules for partial. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/InnerOuter9.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/PartialClass1.mo | A testsuite/flattening/modelica/scodeinst/PartialFunction1.mo | D testsuite/flattening/modelica/scodeinst/PartialInst.mo | A testsuite/flattening/modelica/scodeinst/PartialLookup1.mo | A testsuite/flattening/modelica/scodeinst/PartialType1.mo | A testsuite/flattening/modelica/scodeinst/PartialType2.mo | A testsuite/flattening/modelica/scodeinst/PartialType3.mo | M testsuite/flattening/modelica/scodeinst/RedeclareMod6.mo | * commit 531b2aa0eede4675d9623ec4e37fc9d0beaf4399 | Author: Per Östlund | Date: Tue Aug 11 10:28:58 2020 +0200 | | [NF] Fix mutually recursive constants detection. | | - Change the evaluation flag in Binding.TYPED_BINDING from a boolean to | an enum to indicate bindings that are being evaluated instead of using | a separate binding uniontype. | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 3eb5b47524e7088c0d43837659435050a197c474 | Author: hudson | Date: Mon Aug 10 17:21:18 2020 +0000 | | Updated libraries | * libraries 78e5fc3...a6e8dd7 (1): | > Bump libraries | | M libraries | * commit 07e8590f254ca586d3e0ac37e1fe33a3721716ae | Author: Per Östlund | Date: Mon Aug 10 13:13:38 2020 +0200 | | [NF] Detect recursive bindings during evaluation. | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecursiveConstants1.mo | * commit 20d86349c276b07448d93572b59c2404d2e019fd | Author: Per Östlund | Date: Mon Aug 10 12:21:36 2020 +0200 | | [NF] Propagate Evaluate=true to subcomponents. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFStructural.mo | * commit 466a67c440c0cf8a1b0cd82dcf88941b623e948a | Author: Lennart Ochel | Date: Mon Aug 10 12:46:16 2020 +0200 | | Update OMSimulator (#6699) | | M OMSimulator | M testsuite/omsimulator/test03.mos | * commit 9d71067299ee379a9398ff14aea8ff140bf922d2 | Author: Adrian Pop | Date: Fri Aug 7 00:15:45 2020 +0300 | | more fixes for Ticket:5550 on 32bit | | M OMCompiler/SimulationRuntime/c/openmodelica_types.h | * commit a9063124f48aab91f3e83e9f42867c8c22ffd355 | Author: AnHeuermann | Date: Tue Aug 4 14:30:36 2020 +0200 | | [FMI] Don't call input_function for FMI in doStep | | - Moved function call to externalInputUpdate call. | | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.c | * commit dbb0b7aefeefa9dab002c358c646a12e059efab3 | Author: AnHeuermann | Date: Mon Aug 3 15:15:24 2020 +0200 | | Use Euler for FMUs without states | | - CVODE will not be used for FMUs without any states | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu_read_flags.c.inc | * commit a6b737fe799c0a39fd5fc6424d0a831b12ade2cd | Author: Adrian Pop | Date: Thu Aug 6 01:10:11 2020 +0300 | | fix printf formatting in windows/mingw for integer types | | M OMCompiler/SimulationRuntime/c/util/generic_array.c | * commit 66b9b9d947042718f052a72016b2cb9f7f448302 | Author: Martin Sjölund | Date: Tue Aug 4 15:00:22 2020 +0200 | | Make Integer have same size in Modelica/MetaModelica | | https://trac.openmodelica.org/OpenModelica/ticket/5550 | | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_data.h | M OMCompiler/SimulationRuntime/c/openmodelica_types.h | * commit 4fb5363abaf4b9060ed01ee21f13920bc9aae0bb | Author: Martin Sjölund | Date: Wed Aug 5 15:44:13 2020 +0200 | | Stop backend when unsolvable system is detected (#6693) | | https://trac.openmodelica.org/OpenModelica/ticket/5564 | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Error.mo | * commit c229655212c01846b125a16d97d9996ccff7c5e3 | Author: Martin Sjölund | Date: Wed Aug 5 13:50:30 2020 +0200 | | Fix some caching in the CI jobs (#6697) | | * Fix cache of the packages from the package manager | * Fix cache of runtest.db | | M .CI/common.groovy | M Jenkinsfile | * commit 2eb48c96a6e2030c4008b16cd55bbf36d220b6df | Author: Adeel Asghar | Date: Wed Aug 5 10:16:13 2020 +0200 | | Fixes ticket:5998 Reset the search filter when ESC is pressed (#6694) | | Fixes ticket:5998 Reset the search filter when ESC is pressed | | Use a local signal to call the QLineEdit signal | | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 85cad8f539f2a373aaba09eea48f2cd7fe862690 | Author: Adeel Asghar | Date: Tue Aug 4 16:42:33 2020 +0200 | | Updated the Documentation Browser users guide | | D doc/UsersGuide/source/media/omedit-libraries-browser.png | M doc/UsersGuide/source/omedit.rst | * commit 04744f5c0436d89aab47f42606c9dd072e81587b | Author: Martin Sjölund | Date: Wed Aug 5 08:39:10 2020 +0200 | | Remove some unused drModelica code | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit ce850f675fdc3c2a8714ba35815b2cf7fdb95914 | Author: Martin Sjölund | Date: Wed Aug 5 08:33:39 2020 +0200 | | timeSimulation and timeTotal were missing | | If the simulate() command produced a simulation executable that failed, | the timeSimulation and timeTotal variables were missing from the record. | | https://trac.openmodelica.org/OpenModelica/ticket/5755 | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 712393ab81bb91b734ecceecc566e18662bab555 | Author: Martin Sjölund | Date: Tue Aug 4 09:58:44 2020 +0200 | | Fix the doc when calling omc from shell (#6686) | | * Fix the generated PATH | * Add missing files | | A doc/UsersGuide/source/.gitignore | A doc/UsersGuide/source/TestModel.mo | A doc/UsersGuide/source/TestScript.mos | M doc/UsersGuide/source/conf.py | M doc/UsersGuide/source/introduction.rst | * commit 4629ec32db1f1af9c623540ae79bb29a238a95ba | Author: Martin Sjölund | Date: Tue Aug 4 09:51:18 2020 +0200 | | Do not unquote + to spaces when looking for links (#6690) | | https://github.com/modelica/ModelicaStandardLibrary/pull/3612 | | M OMCompiler/Examples/GenerateDoc.mos | * commit 222a00f4b2e9d37a26111a28c9674222f4aae70b | Author: Adrian Pop | Date: Mon Aug 3 23:00:02 2020 +0300 | | Issue #6078: ignore OPENMODELICALIBRARY when running the testsuite | | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit 81a2b5183a8e363b32fb3340bae12f2e19d8ad6f | Author: Adrian Pop | Date: Mon Aug 3 14:22:47 2020 +0300 | | Issue #6078, OPENMODELICALIBRARY env.var overrides the Modelica path | - if set OPENMODELICALIBRARY will be used in getModelicaPath() API | - update the scripting functions documentation | - do not set OPENMODELICALIBRARY for Windows in common.groovy | - further work is needed on Windows to allow older and newer versions to co-exist | | M .CI/common.groovy | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit c10498369d230b2f47cd462519a0df340dd409eb | Author: AnHeuermann | Date: Mon Jun 29 12:00:25 2020 +0200 | | Fixes testsuite clean and added test rule | | - Add missing dependencies in testsuite makefiles so clean is not | removing tracked files. | - Add omsimulator to test dependencies | - Add test and fast-test to main makefile for an easy test run. | - Updated Linux README with new test rule. | | M Makefile.in | M Makefile.omdev.mingw | M OMCompiler/README-Windows-WSL.md | M OMCompiler/README.Linux.md | M testsuite/Makefile | M testsuite/flattening/modelica/algorithms-functions/Makefile | M testsuite/openmodelica/bootstrapping/Makefile | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile | M testsuite/openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Makefile | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | M testsuite/openmodelica/interactive-API/Makefile | M testsuite/partest/runtests.pl | M testsuite/simulation/libraries/msl32/Makefile | M testsuite/simulation/modelica/external_functions/Makefile | M testsuite/simulation/modelica/tearing/Makefile | * commit 1b8eb41574647c78d6eae0df8ca18e8e12fb058e | Author: Karim Abdelhak | Date: Fri Jul 31 14:49:21 2020 +0200 | | [testsuite] add testcase for ticket #6068 | | M testsuite/simulation/modelica/algorithms_functions/Makefile | A testsuite/simulation/modelica/algorithms_functions/bug_6068.mos | * commit 8e7060754bd6b5b2df18e0bff860aafaea72143f | Author: Karim Abdelhak | Date: Thu Jul 30 15:39:48 2020 +0200 | | [BE] update binary differentiation | | - fixes ticket #6068 | - add two exponential differentiation rules | - x^p and p^x where p is a parameter (treat just like constants) | - add local function constants and parameters to DifferentiateData | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | * commit b11b7eca0fc1f20a5096601d1c3528f5b1945dde | Author: vwaurich <12234403+vwaurich@users.noreply.github.com> | Date: Wed Jul 29 22:05:38 2020 +0200 | | replace external alias in parameter bindings (#982) | | This is needed if parameters are initialized by external functions using the same external object . | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | * commit 9890278e7296d87dbbb41f3e255a5ef9ae2ba218 | Author: Lennart Ochel | Date: Tue Jul 28 13:15:16 2020 +0200 | | Update OMSimulator (#6684) | | M OMSimulator | * commit c370c600f0dea89eefd48483dc486af2d6f9db06 | Author: Adeel Asghar | Date: Mon Jul 27 11:31:01 2020 +0200 | | Fixes ticket:6060 check NULL pointer when deleting the connection | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 52a7270d26e538cee0078fa2b6f0f373be3af67d | Author: Rüdiger Franke | Date: Fri Jul 24 19:10:08 2020 +0200 | | Add Cpp test for FMU export with table, ticket:5963 | | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile | A testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCombiTable2D.mos | * commit 111497db5638e7a65739329c3e3def532543069b | Author: Adrian Pop | Date: Thu Jul 23 16:11:12 2020 +0300 | | port changes to ModelicaExternalC from OMSICpp to old Cpp runtime | - handle changes to ModelicaExternalC | - move ${MODELICAEXTERNALCDIR}/snprintf.c to ModelicaMatIO | as it comes last in the link order, before ModelicaIO | - change the order of library linking for Cpp FMUs | - change testsuite/sanity-check/testSanity.mos to test | ModelicaTables using a total model | - activate the Cpp sanity check on Linux, besides Windows | | M .CI/common.groovy | M OMCompiler/Compiler/Template/CodegenFMUCppOld.tpl | M OMCompiler/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | M testsuite/sanity-check/testSanity.mos | * commit 47c4be718eab3ba1e5350256382c6b650e0d6490 | Author: hudson | Date: Thu Jul 23 17:21:22 2020 +0000 | | Updated libraries | * libraries dfc0cca...78e5fc3 (1): | > Bump libraries | | M libraries | * commit 8c8af3f03f2b4e54f1588e30f7d8c8e76f8c0352 | Author: Adrian Pop | Date: Mon Jul 20 16:51:56 2020 +0300 | | Fix for ticket:6037 | - use stopTime for initSample if stopTimeDefined is set to true | - set status to fmi2Error if doStep goes over the defined stopTime | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit 9016fc5cad9780de4455f4d9e8cdf987172841ee | Author: Karim Abdelhak | Date: Tue Jul 21 11:56:35 2020 +0200 | | [BE] make StateSelect.always on dummys non strict | | - ticket #3689 | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | * commit 9deb50cfde40dd400bcf33d90ab3508f12fec18c | Author: hudson | Date: Fri Jul 17 17:25:43 2020 +0000 | | Updated libraries | * libraries ea4f61c...dfc0cca (1): | > Bump libraries | | M libraries | * commit 5b492525a64867a4e6bcd4dc65f11e3155e8c408 | Author: Mahder Gebremedhin | Date: Tue Jul 14 13:11:55 2020 +0200 | | Rename Compiler/Util/omc_file -> omc_file_ext.h (#6678) | | - There is a file SimulationRuntime/c/util/omc_file.h. | when SimulationRuntime/c and Compiler/ are both given as | include directory there will two headers reachable at | util/omc_file.h | | M OMCompiler/Compiler/Util/File.mo | R100 OMCompiler/Compiler/Util/omc_file.h OMCompiler/Compiler/Util/omc_file_ext.h | * commit 52c29dca7168196b158291abdaebe466c3eee0b5 | Author: Adrian Pop | Date: Mon Jul 13 22:26:15 2020 +0300 | | [NB] add newBackend flag to master to avoid future conflicts | | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 9ab7f3a2661cf0d3fc39742ef4a7b15acb5e03f6 | Author: AnHeuermann | Date: Mon Jul 13 09:00:36 2020 +0200 | | Homotpy documentation updated | | M doc/UsersGuide/source/solving.rst | * commit 34f1b6c3222144b0dcc3428603cf596f36348ddf | Author: Francesco Casella | Date: Sun Jul 12 19:12:39 2020 +0200 | | Update doc/UsersGuide/source/solving.rst | | Fix typo | | Co-authored-by: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | | M doc/UsersGuide/source/solving.rst | * commit fe8f9e85d3610b802f3798c3078a3864553f86a1 | Author: Francesco Casella | Date: Sun Jul 12 19:12:25 2020 +0200 | | Update doc/UsersGuide/source/solving.rst | | Fix typo | | Co-authored-by: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | | M doc/UsersGuide/source/solving.rst | * commit 38ec5848dd359d7a570fa74ba6f1fea9222db8a5 | Author: Francesco Casella | Date: Sun Jul 12 19:12:11 2020 +0200 | | Update doc/UsersGuide/source/solving.rst | | Fix typo | | Co-authored-by: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | | M doc/UsersGuide/source/solving.rst | * commit fece43997d0adb79882774efa18b1cea3ecfb84e | Author: AnHeuermann | Date: Mon Jul 6 13:51:08 2020 +0200 | | Add documentation for initialization | | A doc/UsersGuide/source/media/piston.png | M doc/UsersGuide/source/solving.rst | M doc/bibliography/extrarefs.bib | * commit ae51b94c6c6a1a14d4789adbb450afa9ff1660a1 | Author: hudson | Date: Sun Jul 12 17:21:40 2020 +0000 | | Updated libraries | * libraries d931d51...ea4f61c (1): | > Bump libraries | | M libraries | * commit d3091d69546cb3d3ee4dc4375eae81bb88372832 | Author: Adrian Pop | Date: Fri Jul 10 15:00:19 2020 +0300 | | port OMSICpp fixes for Ubuntu Focal to cpp | | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | * commit b54d7bb69db3831b325a649f77a67d0eea72d3f2 | Author: Per Östlund | Date: Thu Jul 9 17:18:15 2020 +0200 | | [NF] Improved handling of invalid if-branches. | | - Traverse the condition of an invalid branch in Equation.mapExp, | since it should be valid even if the body isn't and might need to be | updated when e.g. unrolling for-loops. | | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | * commit 3a7c354fe63a57092fbb78926598d354aadff9d2 | Author: Karim Abdelhak | Date: Wed Jul 8 10:42:58 2020 +0200 | | [BE] update strict stateSelect.always | | - fixes ticket #3689 | - updates removeSimpleEquations to not convert states to dummy states if they have stateSelect.always | - update error message for not allowed stateSelect.always variables and change it to ERROR | - fix testsuite | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | * commit a1be2e62529eec3e97d18e140ea0a1e79a3fe515 | Author: Per Östlund | Date: Thu Jul 9 00:10:47 2020 +0200 | | [NF] Fix actualStream evaluation. | | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M testsuite/flattening/modelica/scodeinst/ActualStream.mo | M testsuite/flattening/modelica/scodeinst/ActualStreamMinMax.mo | * commit 1d71cfec5f736291e8261dab3405924fa971cb03 | Author: hudson | Date: Wed Jul 8 17:21:26 2020 +0000 | | Updated libraries | * libraries 66b6003...d931d51 (1): | > Bump libraries | | M libraries | * commit 94ca88d9e660be5dca4ce7efb473af747cfe5e29 | Author: Per Östlund | Date: Wed Jul 8 14:20:16 2020 +0200 | | [NF] Fix wrong package name. | | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | * commit 51b272843587b230517e797f19fd0363cc369dbe | Author: Adrian Pop | Date: Wed Jul 8 14:30:35 2020 +0300 | | Bring back the old Cpp runtime (#965) | | * bring back the previous Cpp runtime | | * adapt old cpp runtime to new changes | | * configure old Cpp runtime too | | * linearized model name changed | | * fix Cpp build | | * attempt to fix old Cpp runtime dylib rpath | | * port some OMSICpp tpl changes to Cpp | | * extend sanity check for Linux/Mac | | * cpp runtime fixes for mingw and mac | - disable sanity check for cpp runtime on Linux/Mac as it doesn't work yet | - call runtimeCPPinstall for all-runtimes target on Windows | - add runtimeCPPinstallOld to phony | - support path with spaces | + quote call of exe and path arguments in Model.bat | + port path with spaces fixes from OMSICpp | | M .CI/common.groovy | M Makefile.omdev.mingw | M OMCompiler/.gitignore | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | A OMCompiler/Compiler/Template/CodegenCppCommonOld.tpl | A OMCompiler/Compiler/Template/CodegenCppHpcomOld.tpl | A OMCompiler/Compiler/Template/CodegenCppOld.tpl | A OMCompiler/Compiler/Template/CodegenFMUCppHpcomOld.tpl | A OMCompiler/Compiler/Template/CodegenFMUCppOld.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | A OMCompiler/SimulationRuntime/cpp/CMake/FindDgesv.cmake | A OMCompiler/SimulationRuntime/cpp/CMake/FindPugiXML.cmake | A OMCompiler/SimulationRuntime/cpp/CMake/FindScoreP.cmake | A OMCompiler/SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | A OMCompiler/SimulationRuntime/cpp/CMake/FindTBB.cmake | A OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | A OMCompiler/SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Math/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Math/Functions.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/Modelica/Modelica.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | A OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | A OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in | A OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in | A OMCompiler/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Ranking.cpp | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.cpp | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.xml | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Reduction.cpp | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/OMCTest.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/SimController/Configuration.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/Initialization.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/SimObjects.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml | A OMCompiler/SimulationRuntime/cpp/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/EventHandling.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/NonLinearAlgLoopDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/SimVars.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.cpp | A OMCompiler/SimulationRuntime/cpp/FMU/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/FMU/FMULogger.cpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/DefaultContainerManager.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryPolicy.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ParallelContainerManager.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/DefaultWriter.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/API.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/IModelicaCompiler.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Array.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Constants.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Functions.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/IBlas.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ILapack.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Utility.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Object/DCSAPI.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Object/IObject.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Object/Object.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAE.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAESettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Ranking.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/ReduceDAESettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Reduction.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/com/ModelicaCompiler.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimObjects.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimController.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimObjects.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/AlgLoopSolverDefaultImplementation.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinearAlgLoopSolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinearAlgLoopSolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/EventHandling.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IContinuous.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IEvent.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/INonLinearAlgLoop.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISimVars.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemTypes.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ITime.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/NonLinearAlgLoopDefaultImplementation.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/SimVars.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/barriers.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/common.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_set.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create_func.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory_map.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/function.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/shared_library.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/typeinfo.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_statistic.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter_map.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/registry.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/utils.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULibInterface.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULogger.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelTypes.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h | A OMCompiler/SimulationRuntime/cpp/Include/ModelicaUtilities.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKodeSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/BroydenSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSL.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSLSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dassl.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dasslaux.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolverSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDASettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolverSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NOX_StatusTest_SgnChange.H | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/PeerSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/IRK12Settings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12Settings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPackSettings.h | A OMCompiler/SimulationRuntime/cpp/LibrariesConfig.h.in | A OMCompiler/SimulationRuntime/cpp/Licenses/sundials.license | A OMCompiler/SimulationRuntime/cpp/Makefile.env.in | A OMCompiler/SimulationRuntime/cpp/Makefile.in | A OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw | A OMCompiler/SimulationRuntime/cpp/PrecompiledHeader.cmake | A OMCompiler/SimulationRuntime/cpp/README | A OMCompiler/SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | A OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | A OMCompiler/SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKodeSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/ARKode/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Broyden/BroydenSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVode.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSLSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/ddaskr.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolverSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Euler/Euler.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml | A OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDA.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDASettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolverSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.C | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/Nox.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Peer/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Peer/Peer.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Peer/PeerSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/RK12/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12Settings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/RK12/config/RK12Settings.xml | A OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | A OMCompiler/SimulationRuntime/cpp/configure.ac | A OMCompiler/SimulationRuntime/cpp/omcCAPI/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMC.h | A OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCAPI.h | A OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCFunctions.h | A OMCompiler/SimulationRuntime/cpp/omcCAPI/readme.md | A OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | A OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp | M OMCompiler/configure.ac | * commit fd2d61b3de02d4f1788b0b6cf3a560a8598dc0f6 | Author: Karim Abdelhak | Date: Mon Jul 6 21:37:03 2020 +0200 | | [NF] further fix discrete real check | | - adds record support | - fixes ticket #6045 | | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | * commit fa6d1f2bfc13e385a5bd0d3429c0eac535720365 | Author: hudson | Date: Mon Jul 6 17:21:45 2020 +0000 | | Updated libraries | * libraries db952c7...66b6003 (1): | > Bump libraries | | M libraries | * commit d15abc57d9e1280532986dbda8e3b20e08162589 | Author: Per Östlund | Date: Mon Jul 6 14:52:43 2020 +0200 | | [NF] Add workaround for ModelicaError purity. | | - Set ModelicaError external call to be pure to temporarily work around | issues with function purity. | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | * commit 30abd44e52aeb888dfd5efc18bd572336cde18d9 | Author: AnHeuermann | Date: Mon Jul 6 12:41:16 2020 +0200 | | Replace alias var in removed equations | | - For new alias variable created in introduceOutputAliases we will | update removed equations as well. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 81768a11cfa8b084945d1f7baa27b73e33610322 | Author: Adeel Asghar | Date: Mon Jul 6 13:22:07 2020 +0200 | | Check for NULL pointer | | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | * commit 79b093c96ca6b8864b75340db37b8547641d4b92 | Author: arun3688 | Date: Fri Jul 3 15:07:21 2020 +0200 | | allow signalFilters to be empty | | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | * commit 5f75ef40993d62de772d0b46db0d62f36a4801b3 | Author: arun3688 | Date: Fri Jun 26 12:39:23 2020 +0200 | | add getSignalFilter to OMSSimulationDialog | | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | * commit df32deb04d45163b1ba56364c6e54d2b400cf00b | Author: arun3688 | Date: Fri Jul 3 11:28:57 2020 +0200 | | expected output | | M testsuite/omsimulator/test03.mos | * commit 1300ab7d4e7c1cbe314268d7c14147f0271baa3c | Author: arun3688 | Date: Fri Jul 3 10:25:55 2020 +0200 | | Update OMSimulator | | M OMSimulator | * commit e15e9e2420843294520a29d6acfd24193c91a48a | Author: Adeel Asghar | Date: Fri Jul 3 12:31:16 2020 +0200 | | Fixes ticket:6032 Fixed the display of diagram window | | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Editors/CompositeModelEditor.cpp | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/OMS/BusDialog.cpp | M OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp | * commit 89e69e391cea8586d3e81b4bfdd33f66c7cb7625 | Author: Martin Sjölund | Date: Thu Jul 2 14:36:17 2020 +0200 | | Improve introduction of documentation (#6662) | | * Actually install the libraries so the documentation examples work | * Clarify that error-messages should be shown in some documentation examples | * Run the command-line omc examples through the actual OMC for up-to-date output | | https://trac.openmodelica.org/OpenModelica/ticket/6042 | | M .CI/cache/Dockerfile | M Jenkinsfile | M doc/UsersGuide/source/conf.py | M doc/UsersGuide/source/introduction.rst | M doc/UsersGuide/source/requirements.txt | * commit 13b906c968dd8224d1ad73aecdfcbee184855710 | Author: Francesco Casella | Date: Wed Jul 1 15:21:48 2020 +0200 | | Added short summary of simulation phases (#6654) | | Added short summary of simulation phases | | See ticket [#6034](https://trac.openmodelica.org/OpenModelica/ticket/6034) | Updated the simulation setup window details. | | M doc/UsersGuide/source/omedit.rst | * commit 74e94c8ec033ad1c7925495d2583b7a38eb723be | Author: Martin Sjölund | Date: Wed Jul 1 10:38:19 2020 +0200 | | Add the Tables test for flat Modelica (#6661) | | M testsuite/openmodelica/flatmodelica/Makefile | M testsuite/openmodelica/flatmodelica/Tables.mos | * commit 50163cea2676070a82f7dc550b2a6e53efd43540 | Author: Per Östlund | Date: Tue Jun 30 14:11:58 2020 +0200 | | [NF] Fix scoping in Function.instFunctionNode. | | - Include the root class in the prefix when instantiating functions. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | A testsuite/flattening/modelica/scodeinst/ExternalObject4.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 8857b01db956a3c6024a301cf0b699642c2bc1b8 | Author: Martin Sjölund | Date: Tue Jun 30 13:19:09 2020 +0200 | | Handle quoted identifiers in external functions better (#6658) | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 30373f47942ec07600673ef62c2720d3131fc3c7 | Author: Martin Sjölund | Date: Tue Jun 30 13:18:54 2020 +0200 | | Allow merging a modifier into an empty modifier (#6657) | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | * commit ba595291c09019a3480dbdb4d69f7ba09df7de0c | Author: Martin Sjölund | Date: Tue Jun 30 13:18:41 2020 +0200 | | [Flat] Quote identifiers in for loops (#6656) | | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | * commit fdbbc4c1fcc6176971d47f47bed845cc0393ca0f | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Tue Jun 30 12:19:37 2020 +0200 | | Read input file realative to inputPath (#6653) | | Fix for ticket #6035 | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | * commit 38dc6065f0f373f1bb62045da16277ff4cf31eba | Author: Martin Sjölund | Date: Tue Jun 30 11:39:29 2020 +0200 | | [Flat] Escape strings in Flat Modelica (#6655) | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit 5aec587efc85ad51e139d4452b6a5e14b22207b3 | Author: Karim Abdelhak | Date: Mon Jun 29 13:56:03 2020 +0200 | | [NF] update discrete real sanity check | | - remove all subscripts from crefs to handle arrays | - will not catch individual missing array elements | | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | * commit eba516059d160b65ab7c104da2f474188cf7c780 | Author: Martin Sjölund | Date: Mon Jun 29 16:14:55 2020 +0200 | | Various fixes for Flat Modelica (#6652) | | * Added test cases | * External objects now work and constructor/destructor are at the correct place | * Derivative annotations now work | * LibraryDirectory/IncludeDirectory default values now work | * Quotes inside quoted identifiers should now work | * The generated class is now a single entity (no functions outside the scope) | * Handle empty array constructors (replaced with fill calls) | | And some fixes outside flat Modelica: | | * We now look in the installation directory for external libraries (useful | in case we use ModelicaTables, etc) | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NFFrontEnd/NFSections.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/Util/Util.mo | M testsuite/Makefile | A testsuite/openmodelica/flatmodelica/.gitignore | A testsuite/openmodelica/flatmodelica/DoublePendulum.mos | A testsuite/openmodelica/flatmodelica/Makefile | A testsuite/openmodelica/flatmodelica/Tables.mos | * commit 82c10161aea459cac3c1651c302f14a9dc6f3bca | Author: Per Östlund | Date: Mon Jun 29 14:34:27 2020 +0200 | | Fix package manager issues. | | - Fix regex in SemanticVersion.parse. | - Add package manager API to NFModelicaBuiltin. | | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Util/SemanticVersion.mo | * commit ab9c95afd6b1e03106d6cc56b72927ca4735f227 | Author: arun3688 | Date: Wed Mar 4 11:15:16 2020 +0100 | | implement dataReconciliation new extraction algorithm | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | A OMCompiler/Compiler/BackEnd/DataReconciliation.mo | M OMCompiler/Compiler/FrontEnd/ExpressionDump.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/Makefile | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/DistillationTower.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest1_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest1_corrected.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest1_corrected_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetSTest2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/ExtractionSetS_NL_Test1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/FlatSimpleExple.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/FourFlows.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/FourFlows_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_Q1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_Q2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_Q3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_QP1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_QP2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/HalfSimpleCircuit_QP3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/HalfSimpleCircuit.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/HalfSimpleCircuit_Q.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/HalfSimpleCircuit_QP.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/SimpleCircuit.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/SimpleCircuit_Q.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/SimpleCircuit_QP.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Lib/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Modified_FourFlows.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_Sink.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_SourceQ.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_Splitter4.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_StaticDrum.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_TSP_Splitter5.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_TSP_Splitter6.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/New_TSP_Splitter7.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe1_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe2_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe3_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe4.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe4_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe5.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe5_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Pipe6.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/Sources/Constante.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/Sources/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/Sources/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Blocks/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Connectors/InputReal.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Connectors/OutputReal.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Connectors/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/Connectors/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/InstrumentationAndControl/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/Sink.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/SinkQ.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/SourceQ.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/BoundaryConditions/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Connectors/FluidInlet.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Connectors/FluidOutlet.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Connectors/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Connectors/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Junctions/Mixer2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Junctions/Splitter2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Junctions/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/Junctions/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/PressureLosses/PipePressureLoss.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/PressureLosses/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/PressureLosses/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/WaterSteam/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QLib/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/BoundaryConditions/SourceP.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/BoundaryConditions/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Connectors/FluidInlet.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Connectors/FluidOutlet.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Connectors/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Functions/ThermoSquare.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Functions/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Functions/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/Connectors/InputReal.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/Connectors/OutputReal.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/Connectors/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/Connectors/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/InstrumentationAndControl/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Junctions/Splitter2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Junctions/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/PressureLosses/PipePressureLoss.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/PressureLosses/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Units/DifferentialPressure.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Units/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/Units/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/Sink.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/SinkP.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/SourceP.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/SourceQ.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/BoundaryConditions/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Connectors/FluidInlet.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Connectors/FluidOutlet.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Connectors/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Connectors/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Junctions/Mixer2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Junctions/Splitter2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Junctions/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/Junctions/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/PressureLosses/PipePressureLoss.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/PressureLosses/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/PressureLosses/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/WaterSteam/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/QPLib/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/RedundancyTestCase1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/RedundancyTestCase2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/RedundancyTestCase3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_Q1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_Q2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_Q3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_QP1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_QP2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SimpleCircuit_QP3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SingularPressureLoss.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Sink.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SinkP.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Source.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SourceP.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SourcePQ.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/SourceQ.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter0.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter0_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter1_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter2_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter3_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter4.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter4_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter_corrected.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/Splitter_corrected_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum0.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum3_1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum3_old.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum4.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum4_1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum4_old.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/StaticDrum_noRecords.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows1_old.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows1_withRecord.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows4.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows5.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows5_old.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_FourFlows6.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe4.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe5.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe6.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe7.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Pipe8.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter1_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter2.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter3.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter3_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter4.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter4_Inv.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter4_old.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter5.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter6.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter7.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/TSP_Splitter8.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VDI2048Exple.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VolumeATh.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VolumeB.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VolumeB_noConstantEq.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/VolumeB_noConstantEq1.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/package.mo | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/package.order | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.DistillationTower_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.FourFlows_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_Splitter4_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter5_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter6_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.New_TSP_Splitter7_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe1_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe2_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe3_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe4_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe5_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Pipe6_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter1_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter2_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter3_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter4_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.Splitter_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows1_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows2_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows3_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows4_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows5_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows6_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_FourFlows_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe1_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe2_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe3_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe4_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe5_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe6_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe7_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe8_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Pipe_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter1_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter2_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter3_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter4_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter5_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter6_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.TSP_Splitter7_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DataReconciliationSimpleTests/resources/DataReconciliationSimpleTests.VDI2048Exple_Inputs.csv | A testsuite/openmodelica/dataReconciliation/DistillationTower.mos | A testsuite/openmodelica/dataReconciliation/FlatSimpleExple.mos | A testsuite/openmodelica/dataReconciliation/FourFlows.mos | A testsuite/openmodelica/dataReconciliation/Makefile | A testsuite/openmodelica/dataReconciliation/Modified_FourFlows.mos | A testsuite/openmodelica/dataReconciliation/New_Splitter4.mos | A testsuite/openmodelica/dataReconciliation/New_TSP_Splitter5.mos | A testsuite/openmodelica/dataReconciliation/New_TSP_Splitter6.mos | A testsuite/openmodelica/dataReconciliation/New_TSP_Splitter7.mos | A testsuite/openmodelica/dataReconciliation/Pipe1.mos | A testsuite/openmodelica/dataReconciliation/Pipe2.mos | A testsuite/openmodelica/dataReconciliation/Pipe3.mos | A testsuite/openmodelica/dataReconciliation/Pipe4.mos | A testsuite/openmodelica/dataReconciliation/Pipe5.mos | A testsuite/openmodelica/dataReconciliation/Pipe6.mos | A testsuite/openmodelica/dataReconciliation/Splitter.mos | A testsuite/openmodelica/dataReconciliation/Splitter0.mos | A testsuite/openmodelica/dataReconciliation/Splitter1.mos | A testsuite/openmodelica/dataReconciliation/Splitter2.mos | A testsuite/openmodelica/dataReconciliation/Splitter3.mos | A testsuite/openmodelica/dataReconciliation/Splitter4.mos | A testsuite/openmodelica/dataReconciliation/Splitter_corrected.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows2.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows4.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows5.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows5_old.mos | A testsuite/openmodelica/dataReconciliation/TSP_FourFlows6.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe3.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe5.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe6.mos | A testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos | A testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos | A testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos | A testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos | A testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos | A testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos | A testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos | A testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos | A testsuite/openmodelica/dataReconciliation/TSP_Splitter8.mos | A testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos | M testsuite/openmodelica/uncertainties/Makefile | * commit 332aaeb1c9d9640382960d4419cd34ac8561a056 | Author: Per Östlund | Date: Wed Jun 24 13:15:14 2020 +0200 | | [NF] Improve boxing of expressions. | | - Improve type checking for boxed expressions. | - Improve DAE conversion of boxed expressions. | - Add List.compare to compare two lists. | - Fix all the various Expression traversal function so they handle all | the different types of Expressions. | | M OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/Util/List.mo | * commit ba1a3b6d9b633b8ea66bbbc8b69dbf6541332ead | Author: Martin Sjölund | Date: Fri Jun 26 08:15:57 2020 +0200 | | Consider conversion annotations before issuing warnings (#989) | | loadModel now looks at conversion annotations before deciding to issue | a warning because a library was already loading with an incompatible | version. | | * If no conversion script is needed, a notification is issued. | * If a conversion script is needed, a warning is issued. | * If there is no conversion script annotation, a warning is issued | since most likely there is zero compatibility. | | https://trac.openmodelica.org/OpenModelica/ticket/6027 | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/SemanticVersion.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/flattening/libraries/biochem/BiochemModels.mos | M testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/UsesAnnotation2.mos | M testsuite/openmodelica/interactive-API/interactive_api_calls.mos | M testsuite/openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos | M testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos | M testsuite/simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos | M testsuite/simulation/modelica/external_functions/MDD_test.mos | M testsuite/simulation/modelica/synchronous/TestClockParameterEvaluation.mos | * commit 16da56c86b2d726701ab0ee193987ec297ee627a | Author: Karim Abdelhak | Date: Thu Jun 25 15:41:59 2020 +0200 | | [NF] improve discrete Real check | | - check nested if equations in when equations for discrete Real definitions | - update model to be legal | | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinPre.mo | * commit c30918cf970c281e7aae036d9a0ea51072efbb8a | Author: Karim Abdelhak | Date: Thu Jun 25 09:53:12 2020 +0200 | | [testsuite] update ill posed models | | M testsuite/flattening/modelica/scodeinst/FuncBuiltinChange.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinPre.mo | * commit 73472905034f16173aa92eb6c95aeb0354c8a8ec | Author: Karim Abdelhak | Date: Wed Jun 24 16:03:05 2020 +0200 | | [NF] implement a sanity check for discrete reals | | - discrete real variables have to be determined by a when equation or algorithm | - throw error if any discrete variables are not determined in such | - ticket #5836 | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 7f97ef54001f42778fa38354ea2d6f35eb8448d9 | Author: Martin Sjölund | Date: Thu Jun 25 15:36:29 2020 +0200 | | [NF] Evaluate intMaxLit (#995) | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit fa92706dd1384f34fae6831a14b0ea6c7487500a | Author: Per Östlund | Date: Wed Jun 24 18:37:51 2020 +0200 | | [NF] Add differentiability check for der(). | | - Check that the argument of der() isn't discrete. | | M .CI/compliance-newinst.failures | M .openmodelica.aspell | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinDerInvalid1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 12e54274e76396be8b0cfd6423e4713bded41aa0 | Author: hudson | Date: Thu Jun 25 08:20:31 2020 +0000 | | Updated libraries | * libraries c00df1f...db952c7 (2): | > Bump libraries | > Use ModelicaReference none for MSL | | M libraries | * commit bd8a362606f72fc77facb64749539cd680d868ed | Author: Martin Sjölund | Date: Thu Jun 25 10:00:18 2020 +0200 | | installPackage now considers build info (#991) | | * installPackage now considers build info | | If build metadata it is given to installPackage and exactMatch=true, | only such packages are installed. | | If there is no such build metadata requsted, packages with build | metadata will still be considered matches. | | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMCompiler/Compiler/Util/SemanticVersion.mo | * commit 0c5b95de94364a172b83e508cb4c7c5d3a2ccc11 | Author: Per Östlund | Date: Wed Jun 24 14:04:48 2020 +0200 | | [NF] Enforce function purity rules better. | | - Give a warning if any pure function contains calls to impure | functions, and mark such functions as impure themselves to make sure | they're not constant evaluated. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/ImpureCall1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit d65e6e3f8259417beb2c10c1bee6ae3ccac443c6 | Author: hudson | Date: Wed Jun 24 03:45:13 2020 +0000 | | Updated libraries | * libraries 38a4c00...c00df1f (2): | > Bump libraries | > use an earlier commit from ModelicaCompliance to force an update | | M libraries | * commit d03c142f4e413099da7dff806904de4840d2ff3c | Author: Adrian Pop | Date: Wed Jun 24 01:31:39 2020 +0000 | | Updated libraries | * libraries 23f27bb...38a4c00 (1): | > put back ModelicaCompliance as Jenkins fails without it | | M libraries | * commit e462779f6909961f36540aaa927d6941f73c7acc | Author: hudson | Date: Tue Jun 23 17:08:48 2020 +0000 | | Updated libraries | * libraries 300b95b...23f27bb (2): | > Bump libraries | > Reduce the number of shipped libraries significantly | | M libraries | * commit b8584908be10e76f02b7573ef1424dbf2d0203b3 | Author: Adeel Asghar | Date: Tue Jun 23 10:35:56 2020 +0200 | | Instantiate OMSimulator model when simulate button is clicked | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | * commit bd4b2d5e8af5a31c439d1a5ceaf62eb7cca899f8 | Author: Adeel Asghar | Date: Mon Jun 22 19:50:17 2020 +0200 | | Fix opening of text files | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 72b8f49c91b0636011dc38926bab25e16bfcd6e6 | Author: hudson | Date: Mon Jun 22 17:31:13 2020 +0000 | | Updated libraries | * libraries 9356f7a...300b95b (1): | > Bump libraries | | M libraries | * commit 9e43409a1fd8b974aaac47d11d6a0f30ab6c359c | Author: Per Östlund | Date: Mon Jun 22 11:54:01 2020 +0200 | | Only link to existing files. | | - Make runtest.pl only create symlinks to existing files, to avoid | that files generated by test cases escape their sandboxes. | - Remove the name of the sandbox folder in paths when running tests with | runtest.pl, since they contain the process id which changes each time. | | M OMCompiler/Compiler/Util/Testsuite.mo | M testsuite/partest/runtest.pl | * commit 1af20889793c088aa2564e4dcd7dd4c118e0b515 | Author: Karim Abdelhak | Date: Sun Jun 21 17:11:15 2020 +0200 | | [Template] update linearization file names | | - use linearized_model as file and function name for all target languages | - prevents invalid constructs (different file and function name) | - avoids convoluted and too large names | - ticket #5927 | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/linearization/linearize.cpp | M testsuite/openmodelica/linearization/linmodel.mos | M testsuite/openmodelica/linearization/simLotkaVolterra.mos | M testsuite/openmodelica/linearization/simNonlinear.mos | M testsuite/openmodelica/linearization/simTwoTank.mos | M testsuite/openmodelica/linearization/simVanDerPol.mos | M testsuite/openmodelica/linearization/simextfunction.mos | M testsuite/openmodelica/linearization/smallValues.mos | M testsuite/openmodelica/linearization/testArrayAlg.mos | M testsuite/openmodelica/linearization/testDrumBoiler.mos | M testsuite/openmodelica/linearization/testMathFuncs.mos | M testsuite/openmodelica/linearization/testRecordDiff.mos | M testsuite/openmodelica/linearization/testSortFunction.mos | M testsuite/openmodelica/linearization/testSteamPipe.mos | M testsuite/openmodelica/linearization/test_01.mos | M testsuite/openmodelica/linearization/test_02.mos | M testsuite/openmodelica/linearization/test_03.mos | M testsuite/openmodelica/linearization/test_04.mos | M testsuite/openmodelica/linearization/test_05.mos | M testsuite/openmodelica/linearization/test_06.mos | M testsuite/openmodelica/linearization/test_07.mos | M testsuite/openmodelica/linearization/test_dump_languages.mos | M testsuite/openmodelica/linearization/testknownvar.mos | M testsuite/openmodelica/linearization/ticket3701.mos | M testsuite/partest/runtest.pl | * commit bea5729b873988a8c3b35ea9bafeb8ddb09fe4a9 | Author: hudson | Date: Sat Jun 20 17:31:22 2020 +0000 | | Updated libraries | * libraries fbbf262...9356f7a (1): | > Bump libraries | | M libraries | * commit 5284ebaf919886818ded5b60f96034af3eb98011 | Author: hudson | Date: Fri Jun 19 17:30:40 2020 +0000 | | Updated libraries | * libraries 8d87392...fbbf262 (1): | > Bump libraries | | M libraries | * commit a29618fef32b69ece09beecc470ede6657bedd24 | Author: hudson | Date: Thu Jun 18 17:32:21 2020 +0000 | | Updated libraries | * libraries 4c6095e...8d87392 (1): | > Bump libraries | | M libraries | * commit a569e15ab648068520157fbb46460bb82558176c | Author: Per Östlund | Date: Thu Jun 18 15:23:03 2020 +0200 | | [NF] Fix scoping of function references. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | * commit 649a73d490c3080f425421f64d0abb8e8ee967ef | Author: Adeel Asghar | Date: Thu Jun 18 15:26:44 2020 +0200 | | Updated OMEdit users guide | | M OMEdit/OMEditLIB/Editors/OMSimulatorEditor.cpp | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M doc/UsersGuide/source/omedit.rst | * commit ae0361274ff593c120f4032f6a3daa81af0de603 | Author: Per Östlund | Date: Thu Jun 18 14:38:25 2020 +0200 | | [NF] Fix Expression.mapFoldShallow for BOX. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit 97bd8e7b7c8a742ec53afee88e0533005e27197a | Author: Per Östlund | Date: Thu Jun 18 13:54:59 2020 +0200 | | [NF] Clocked operators improvements. | | - Mark the parameter arguments of backSample, shiftSample, subSample, | and superSample as structural so that they're evaluated by the | frontend, since the clock partitioning in the backend expects this. | - Move the structural parameter utility functions from Inst to its own | package, to avoid the need for other packages to depend on Inst when | they just want to mark some parameters as structural. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A OMCompiler/Compiler/NFFrontEnd/NFStructural.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 1449ae6506f6f965e4866fb5f1e40e4aa76febd6 | Author: Martin Sjölund | Date: Thu Jun 18 08:02:41 2020 +0200 | | Update 3rdParty for newer MSL | | M OMCompiler/3rdParty | * commit 4159ba90454fb635d59ae7c0f950213b05bdc850 | Author: Martin Sjölund | Date: Thu Jun 18 09:59:05 2020 +0200 | | [Jenkins] Sync output more in order to produce better logs | | M .CI/common.groovy | M Jenkinsfile | * commit 69e586ad533726490370e35b93097cfaa0b56672 | Author: Lennart Ochel | Date: Thu Jun 18 12:09:41 2020 +0200 | | Undefined variable units when using FMUs (ticket:6002, #975) | | * Unknown units will be exported to the UnitDefinitions but without a BaseUnit representation | * Define unit bar | | M OMCompiler/Compiler/BackEnd/Unit.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | * commit e374ec0f287062fb97645bbe5c3a593766539264 | Author: AnHeuermann | Date: Fri Jun 12 18:33:08 2020 +0200 | | [FMI] Check external FMU simulator | | - Simulate bouncing ball model with fmuCheck and validate results. | - Added test to cross-build-fmu in Jenkinsfile | | M testsuite/special/FmuExportCrossCompile/check-files.mos | M testsuite/special/FmuExportCrossCompile/fmuExportCrossCompile.mos | * commit 0d072c60f9f14f5c35a1d81d337de7a890509b78 | Author: AnHeuermann | Date: Fri Jun 12 15:29:35 2020 +0200 | | [FMI] Reset eventInfo only on entering event mode | | Fix for ticket 5367. | - `fmi2EnterEventMode` will reset `eventInfo`. Then the FMU integrator | will set `newDiscreteStatesNeeded=fmi2True`. | Inside fmi2NewDiscreteStates value for | `valuesOfContinuousStatesChanged` will stay true if it becomes true | at some point. | - `valuesOfContinuousStatesChanged` can't trigger another call to | `fmi2EventUpdate` any more. Would lead to infinit loop. | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit ce575d9118e5d564a2186932737c877609dc88c3 | Author: hudson | Date: Wed Jun 17 17:31:57 2020 +0000 | | Updated libraries | * libraries 8d45807...4c6095e (1): | > Bump libraries | | M libraries | * commit a5beb3f139585e39b9ec2c6e2e8035268491e579 | Author: Adrian Pop | Date: Wed Jun 17 00:07:50 2020 +0300 | | make the icon generator usable on Windows | | M OMCompiler/Examples/generate_icons.py | * commit faf5e9ef95269878869bbbe739d45bf288d35c23 | Author: Per Östlund | Date: Wed Jun 17 16:12:57 2020 +0200 | | Fix make clean for target libs-for-testing. | | M Makefile.in | * commit c4fcc6ceec4d0eae3182f488c7b827e51151f516 | Author: hudson | Date: Wed Jun 17 12:46:53 2020 +0000 | | Updated libraries | * libraries 06f38e4...8d45807 (20): | > Bump libraries | > OM/v1.6 is a branch, not a tag | > Bump libraries | > Fix where ModelicaReference should come from | > Fix MSL versions | > Bump libraries | > Handle MSL master as trunk (still) | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Don't name things "trunk" | > Fix syntax error | > Track the new git repo for MSL | > Bump libraries | > provides Modelica 4.0.0: Modelica trunk | > Bump libraries | > update versionDate in MSL trunk patches | > Bump libraries | | M libraries | * commit 91a2d4e2cbc0722c0afe1f0b406a11e968e27467 | Author: Adeel Asghar | Date: Wed Jun 17 11:40:48 2020 +0200 | | Fixes ticket:5851 Added documentation for temp and working directory | | M doc/UsersGuide/source/omedit.rst | * commit 2922515b9abca43ab8eee8fc42a42f75c385a1eb | Author: Adeel Asghar | Date: Tue Jun 16 15:58:33 2020 +0200 | | Unload top level libraries with Del key | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 430964e15d29491912ba166e097213984532c9cd | Author: Karim Abdelhak | Date: Tue Jun 16 13:12:19 2020 +0200 | | [BE] remove known variables for init lambda 0 | | - avoids hardcoded known variable binding equations and allows -override | - add minimal model | - ticket #6001 | | M OMCompiler/Compiler/BackEnd/Initialization.mo | M testsuite/simulation/modelica/initialization/Makefile | A testsuite/simulation/modelica/initialization/bug_6001.mos | * commit d1b662f785aa087db18f244e92d986c1172947a0 | Author: Per Östlund | Date: Mon Jun 15 13:17:44 2020 +0200 | | [NF] Record fixes. | | - Fix type in Expression.recordElement. | - Try to evaluate the parent binding before creating a binding from a | record instances children, since the parent binding has higher | priority. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit 7aa8d407367a24155e2cc3086de9612edfc2d32a | Author: Karim Abdelhak | Date: Tue Jun 16 10:58:54 2020 +0200 | | [BE] add loop dumping of init lamba 0 system | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 8630a308f8becc8c1ead2d835ac5ec759335c724 | Author: Adrian Pop | Date: Sun Jun 14 00:40:56 2020 +0300 | | don't throw something that is not an exception | | M OMParser/.gitignore | M OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp | M OMParser/Makefile | * commit fa359b7c3d01b6b63bbc26e9cd096b91132ed63e | Author: Adrian Pop | Date: Sat Jun 13 17:40:06 2020 +0300 | | more fixes for old compilers | | M OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/CPPUtils.cpp | * commit 4023d498acb872e6c5f3a6d0b806d4da5b5ff2ab | Author: Adrian Pop | Date: Sat Jun 13 00:57:02 2020 +0300 | | fix for building on jessie | - support older systems which do not have codecvt header | - use utfcpp instead for the conversion | | M OMParser/.gitignore | M OMParser/3rdParty/antlr4/runtime/Cpp/CMakeLists.txt | M OMParser/3rdParty/antlr4/runtime/Cpp/runtime/CMakeLists.txt | M OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/antlr4-common.h | M OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/StringUtils.cpp | M OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/StringUtils.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/UTF8_LICENSE | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8/checked.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8/core.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8/cpp11.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8/unchecked.h | * commit 0628a48345e37fdf00cea8615c02da279629ee8a | Author: Adrian Pop | Date: Fri Jun 12 16:45:55 2020 +0300 | | attempt to fix build on CentOS | | M OMParser/3rdParty/antlr4/runtime/Cpp/CMakeLists.txt | * commit b8c97717ea8525fd391b290e1027f03e9ec12db4 | Author: Adrian Pop | Date: Fri Jun 12 14:39:30 2020 +0300 | | mingw sanity test in a path with spaces | - test special paths both for the install path and the path where things are generated and compiled | - TODO! add some test with a path with special chars (doesn't work yet via groovy) | | M .CI/common.groovy | M .gitignore | * commit c3a28bce8c43c2ba7eea8b6caaf8d72f54147e3a | Author: Andreas Heuermann | Date: Fri Jun 12 12:50:33 2020 +0200 | | Handle OMHOME with spaces in path | | - First fix for ticket #6004 | | M OMCompiler/Compiler/Template/CodegenOMSIC.tpl | * commit 2134f9f9804f94ceb8f7ccb84f1271522c136203 | Author: Per Östlund | Date: Fri Jun 12 15:31:21 2020 +0200 | | [NF] Improve evaluation of reductions. | | - Evaluate iterations ranges before doing bindingExpMap since the | evaluated ranges might contain binding expressions. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit 737ef3b4c47f02a4964958d8a6b5b3570acd7873 | Author: Adeel Asghar | Date: Fri Jun 12 13:21:24 2020 +0200 | | ticket:5976 Don't change unit when the literalConstant is true | | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | * commit 1a676ead565159f8ea036e828ebc43ac5bc881f2 | Author: Per Östlund | Date: Fri Jun 12 14:32:33 2020 +0200 | | [NF] Fix evaluation of call return type dimensions. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | * commit 1a7853136801c3ceb5f6253be3d01cf8191f327b | Author: Adeel Asghar | Date: Fri May 29 14:56:19 2020 +0200 | | Snapshot based redo undo functionality for OMSimulator models | | Create new OMSimulator models by right clicking in the Libraries Browser | Improved the addsubmodel dialog. Let user first select the file and then propose name from filename. | Fixes ticket:5789 | Fixes ticket:5984 | Disable the text view if its not allowed to edit. | Tabs should be preserved when accepting text changes. | The open nodes of the tree view in the libraries browser should be preserved when accepting text changes. | | Handle deletion of multiple components. | Convert dots to underscores in submodel name. | Set background-color to show the read-only ssp editor as disbaled. | Renamed OMSimulator menu item to SSP. | Use the same GUI buttons for simulation. | Separated instantiation from simulation setup. | Disable the changes once the model is in instantiated state. | Get rid of OMSSimulationOptions.h InstantiateDialog.h/.cpp | Accept text changes when user clicks in the libraries browser. | Open directly the file browser when adding a submodel. | Use just one setting for working directory. | | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Editors/BaseEditor.h | M OMEdit/OMEditLIB/Element/Element.cpp | M OMEdit/OMEditLIB/Element/ElementProperties.cpp | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/Commands.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/OMS/BusDialog.cpp | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.cpp | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.h | D OMEdit/OMEditLIB/OMS/InstantiateDialog.cpp | D OMEdit/OMEditLIB/OMS/InstantiateDialog.h | M OMEdit/OMEditLIB/OMS/ModelDialog.cpp | M OMEdit/OMEditLIB/OMS/ModelDialog.h | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationDialog.h | D OMEdit/OMEditLIB/OMS/OMSSimulationOptions.h | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | M OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.h | M OMEdit/OMEditLIB/OMS/SystemSimulationInformationDialog.cpp | M OMEdit/OMEditLIB/OMS/SystemSimulationInformationDialog.h | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M OMEdit/OMEditLIB/Util/StringHandler.cpp | * commit 58e297eb4ed2815855c85d31ad5a98ddb27a5fe0 | Author: Adrian Pop | Date: Fri Jun 12 04:13:58 2020 +0300 | | proper versions for cmake policies | | M OMParser/3rdParty/antlr4/runtime/Cpp/CMakeLists.txt | * commit dc609540f0129373a232e26c48e567a419b9eb75 | Author: Adrian Pop | Date: Thu Jun 11 02:54:46 2020 +0300 | | fix ticket:5999, escape the string returned by getErrorString() | | M OMCompiler/Compiler/Script/Interactive.mo | M testsuite/fix-tests.sh | M testsuite/flattening/modelica/arrays/TypeTest.mos | M testsuite/flattening/modelica/mosfiles/FinalTests.mos | M testsuite/flattening/modelica/mosfiles/FunctionDefaultArg.mos | M testsuite/flattening/modelica/mosfiles/ISO-8859-1.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos | M testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos | M testsuite/openmodelica/cruntime/optimization/basic/LV.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC3.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC4.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC6.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC7.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC8.mos | M testsuite/openmodelica/cruntime/optimization/basic/reduce1.mos | M testsuite/openmodelica/cruntime/optimization/basic/staticOP.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos | M testsuite/openmodelica/cruntime/optimization/basic/testDerInput.mos | M testsuite/openmodelica/cruntime/sensitivities/testLotkaVoltera.mos | M testsuite/openmodelica/cruntime/sensitivities/testPredatorPrey.mos | M testsuite/openmodelica/cruntime/sensitivities/testVanDerPol.mos | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/openmodelica/cruntime/simoptions/testSinglePrecision.mos | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/debugDumps/tearingdump.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/InOutTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Pendulum.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/SampleExample.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/StringParameters.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/testAssert.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_06.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testAssert.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3034.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos | M testsuite/openmodelica/interactive-API/Bug4248.mos | M testsuite/openmodelica/linearization/linmodel.mos | M testsuite/openmodelica/linearization/simLotkaVolterra.mos | M testsuite/openmodelica/linearization/simNonlinear.mos | M testsuite/openmodelica/linearization/simTwoTank.mos | M testsuite/openmodelica/linearization/simVanDerPol.mos | M testsuite/openmodelica/linearization/simextfunction.mos | M testsuite/openmodelica/linearization/smallValues.mos | M testsuite/openmodelica/linearization/testMathFuncs.mos | M testsuite/openmodelica/linearization/testRecordDiff.mos | M testsuite/openmodelica/linearization/testSortFunction.mos | M testsuite/openmodelica/linearization/test_01.mos | M testsuite/openmodelica/linearization/test_02.mos | M testsuite/openmodelica/linearization/test_03.mos | M testsuite/openmodelica/linearization/test_04.mos | M testsuite/openmodelica/linearization/test_05.mos | M testsuite/openmodelica/linearization/test_06.mos | M testsuite/openmodelica/linearization/test_07.mos | M testsuite/openmodelica/linearization/test_dump_languages.mos | M testsuite/openmodelica/linearization/testknownvar.mos | M testsuite/openmodelica/linearization/ticket3701.mos | M testsuite/openmodelica/omsi/omsic/buildSimpleOMSU.mos | M testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos | M testsuite/openmodelica/omsi/omsicpp/helloWorld.mos | M testsuite/openmodelica/xml/Bug3857.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos | M testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/3rdParty/Xogeny/TestSine.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck1.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck11.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck12.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck13.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck14.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck16.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck17.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck4.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck5.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck6.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck7.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck8.mos | M testsuite/simulation/modelica/Funitcheck/UnitCheck9.mos | M testsuite/simulation/modelica/Funitcheck/Unitcheck18.mos | M testsuite/simulation/modelica/Funitcheck/ticket3631.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck1.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck11.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck12.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck13.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck14.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck16.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck17.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck18.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck4.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck5.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck6.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck7.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck8.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck9.mos | M testsuite/simulation/modelica/NFunitcheck/ticket3631.mos | M testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm4.mos | M testsuite/simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos | M testsuite/simulation/modelica/algorithms_functions/WhenPriority.mos | M testsuite/simulation/modelica/algorithms_functions/val.mos | M testsuite/simulation/modelica/algorithms_functions/whenstatements.mos | M testsuite/simulation/modelica/arrays/bug_2217.mos | M testsuite/simulation/modelica/arrays/crefIndex.mos | M testsuite/simulation/modelica/asserts/AssertTest.mos | M testsuite/simulation/modelica/asserts/AssertTest6.mos | M testsuite/simulation/modelica/asserts/AssertTest7.mos | M testsuite/simulation/modelica/asserts/TestAssert.mos | M testsuite/simulation/modelica/commonSubExp/comSubExp1.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall1.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall3.mos | M testsuite/simulation/modelica/daemode/testDAEp1.mos | M testsuite/simulation/modelica/daemode/testDAEp2.mos | M testsuite/simulation/modelica/daemode/testDAEp4.mos | M testsuite/simulation/modelica/daemode/testDAEp5.mos | M testsuite/simulation/modelica/daemode/testDAEp6.mos | M testsuite/simulation/modelica/daemode/testDAEp7.mos | M testsuite/simulation/modelica/daemode/testDAEp8.mos | M testsuite/simulation/modelica/daemode/testDAEp9.mos | M testsuite/simulation/modelica/equations/ActivateWhenEquation.mos | M testsuite/simulation/modelica/equations/HelloWorld.mos | M testsuite/simulation/modelica/equations/VariableSubscriptAlias.mos | M testsuite/simulation/modelica/equations/WhenNoRetCall.mos | M testsuite/simulation/modelica/equations/when_sorting.mos | M testsuite/simulation/modelica/events/CheckEvents.mos | M testsuite/simulation/modelica/events/EventIteration.mos | M testsuite/simulation/modelica/events/EventLoop.mos | M testsuite/simulation/modelica/events/EventTests3.mos | M testsuite/simulation/modelica/events/TestNoEventsFlags.mos | M testsuite/simulation/modelica/events/bug1228.mos | M testsuite/simulation/modelica/events/bug2718.mos | M testsuite/simulation/modelica/events/bug2752.mos | M testsuite/simulation/modelica/events/bug2808.mos | M testsuite/simulation/modelica/events/bug3092.mos | M testsuite/simulation/modelica/events/sample1.mos | M testsuite/simulation/modelica/events/sample2.mos | M testsuite/simulation/modelica/events/whenInAlgorithm.mos | M testsuite/simulation/modelica/events/whenTest1.mos | M testsuite/simulation/modelica/events/whenTest2.mos | M testsuite/simulation/modelica/external_functions/ExternalLibraries.mos | M testsuite/simulation/modelica/external_functions/ExternalRHSFlag.mos | M testsuite/simulation/modelica/functions_eval/functionTest4.mos | M testsuite/simulation/modelica/hpcom/BouncingBall.mos | M testsuite/simulation/modelica/hpcom/ElectricalCircuit.mos | M testsuite/simulation/modelica/hpcom/MergingExample.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos | M testsuite/simulation/modelica/initialization/SingularInitial.mos | M testsuite/simulation/modelica/initialization/autoFixed.mos | M testsuite/simulation/modelica/initialization/bug_2207.mos | M testsuite/simulation/modelica/initialization/bug_2263.mos | M testsuite/simulation/modelica/initialization/bug_2566.mos | M testsuite/simulation/modelica/initialization/bug_2583.mos | M testsuite/simulation/modelica/initialization/bug_2990.mos | M testsuite/simulation/modelica/initialization/discreteTest05.mos | M testsuite/simulation/modelica/initialization/homotopy2.mos | M testsuite/simulation/modelica/initialization/homotopy4.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/initial_equation.mos | M testsuite/simulation/modelica/initialization/parameters.mos | M testsuite/simulation/modelica/initialization/scaling1.mos | M testsuite/simulation/modelica/initialization/scaling2.mos | M testsuite/simulation/modelica/initialization/setNumberOfInitLambda.mos | M testsuite/simulation/modelica/initialization/testIfAssert.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray3.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction2.mos | M testsuite/simulation/modelica/inlineFunction/testBug3687.mos | M testsuite/simulation/modelica/inlineFunction/testComplexMath.mos | M testsuite/simulation/modelica/linear_system/MissV.mos | M testsuite/simulation/modelica/linear_system/Ticket3926.mos | M testsuite/simulation/modelica/linear_system/constantStates.mos | M testsuite/simulation/modelica/msl22/IdealGear.mos | M testsuite/simulation/modelica/msl22/IdealGearBrake.mos | M testsuite/simulation/modelica/msl22/Test3PhaseInitOver.mos | M testsuite/simulation/modelica/nonlinear_system/nanTest.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem1.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem2.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem8_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem9.mos | M testsuite/simulation/modelica/others/Bug1728.mos | M testsuite/simulation/modelica/others/Bug1987.mos | M testsuite/simulation/modelica/others/Bug3261.mos | M testsuite/simulation/modelica/others/BugTest1830.mos | M testsuite/simulation/modelica/others/Random.mos | M testsuite/simulation/modelica/others/Random2.mos | M testsuite/simulation/modelica/others/TestSolve18.mos | M testsuite/simulation/modelica/others/impureTest.mos | M testsuite/simulation/modelica/others/nonConstantIndex.mos | M testsuite/simulation/modelica/others/nonConstantParam.mos | M testsuite/simulation/modelica/others/sample1.mos | M testsuite/simulation/modelica/others/sample3.mos | M testsuite/simulation/modelica/parameters/parameterTest10.mos | M testsuite/simulation/modelica/parameters/parameterTest15.mos | M testsuite/simulation/modelica/parameters/parameterTest8.mos | M testsuite/simulation/modelica/parameters/parameterTest9.mos | M testsuite/simulation/modelica/resolveLoops/Circuit1x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit2x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit3x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit4x.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos | M testsuite/simulation/modelica/solver/bug2231-radau1.mos | M testsuite/simulation/modelica/solver/problem1-cvode.mos | M testsuite/simulation/modelica/solver/problem1-dasslsteps.mos | M testsuite/simulation/modelica/solver/problem1-ida.mos | M testsuite/simulation/modelica/solver/problem1-impeuler.mos | M testsuite/simulation/modelica/solver/problem1-imprk.mos | M testsuite/simulation/modelica/solver/problem1-irksco.mos | M testsuite/simulation/modelica/solver/problem1-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverExpSsc.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos | M testsuite/simulation/modelica/solver/problem1-trapezoid.mos | M testsuite/simulation/modelica/solver/problem2-dasslsteps.mos | M testsuite/simulation/modelica/solver/problem2-ida.mos | M testsuite/simulation/modelica/solver/problem2-idaJacobian.mos | M testsuite/simulation/modelica/solver/problem2-idaLinearSolver.mos | M testsuite/simulation/modelica/solver/problem2-impeuler.mos | M testsuite/simulation/modelica/solver/problem2-imprk.mos | M testsuite/simulation/modelica/solver/problem2-imprkLS.mos | M testsuite/simulation/modelica/solver/problem2-irksco.mos | M testsuite/simulation/modelica/solver/problem2-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem2-symSolverExpSsc.mos | M testsuite/simulation/modelica/solver/problem2-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem2-symSolverImpSsc.mos | M testsuite/simulation/modelica/solver/problem2-trapezoid.mos | M testsuite/simulation/modelica/solver/problem5-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem5-symSolverImp.mos | M testsuite/simulation/modelica/solver/problem6-cvode.mos | M testsuite/simulation/modelica/solver/problem6-irksco.mos | M testsuite/simulation/modelica/solver/problem6-symSolverExp.mos | M testsuite/simulation/modelica/solver/problem6-symSolverImp.mos | M testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/synchronous/TestClockParameterEvaluation.mos | M testsuite/simulation/modelica/synchronous/boolSubClocks.mos | M testsuite/simulation/modelica/tearing/Tearing16-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | M testsuite/simulation/modelica/tearing/dynamicTearing1.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck1.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck11.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck12.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck13.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck14.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck16.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck17.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck4.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck5.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck6.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck7.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck8.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck9.mos | M testsuite/simulation/modelica/unitcheck/ticket3631.mos | * commit dc8ddfab8780ff5e74af754f2e32e66dc19ed14b | Author: Per Östlund | Date: Thu Jun 11 16:10:30 2020 +0200 | | [NF] Simplify reductions more. | | - Simplify reductions where the iteration range only contains zero or | one values. | | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M testsuite/flattening/modelica/scodeinst/FuncBuiltinReduction.mo | * commit ae491c39ec966b40d9ad2b1e998a7157a854f8f8 | Author: Martin Sjölund | Date: Thu Jun 4 14:24:30 2020 +0200 | | Use the package manager to set library versions for testing | | Also fixed the package manager to unzip non-github zips correctly. | | Now supports Windows line endings in JSON lexer. | | M .CI/common.groovy | M Makefile.in | M Makefile.omdev.mingw | M OMCompiler/Compiler/Lexers/LexerJSON.mo | M OMCompiler/Compiler/Lexers/lexerJSON.l | M OMCompiler/Compiler/Script/PackageManagement.mo | M OMCompiler/Compiler/Util/Testsuite.mo | M OMCompiler/Compiler/runtime/om_unzip.c | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/Compiler/runtime/systemimpl.c | M testsuite/flattening/libraries/3rdParty/siemens/paralleFlowEVA_test.mos | M testsuite/flattening/libraries/3rdParty/siemens/translateFlueGasZones.mos | M testsuite/flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos | M testsuite/flattening/libraries/3rdParty/siemens/translateJunctions.mos | M testsuite/flattening/libraries/3rdParty/siemens/translatePipes.mos | M testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos | M testsuite/flattening/libraries/biochem/BiochemModels.mos | A testsuite/libraries-for-testing/.gitignore | A testsuite/libraries-for-testing/Makefile | A testsuite/libraries-for-testing/Makefile.version | A testsuite/libraries-for-testing/index.json | A testsuite/libraries-for-testing/index.mos | A testsuite/libraries-for-testing/update.py | M testsuite/omsimulator/test03.mos | M testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/InOutTest.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos | M testsuite/openmodelica/interactive-API/Bug3417.mos | M testsuite/openmodelica/interactive-API/interactive_api_calls.mos | M testsuite/openmodelica/parser/ParseFullModelica2.2.2.mos | M testsuite/rtest | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos | M testsuite/simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos | M testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos | M testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos | M testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/Smoothing.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/TimeTable.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/PrescribedHeatFlow.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSink.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSourceMH.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/TubeWithoutWall.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/tube_test.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tube.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/TubeWithoutWall.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Wall.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Walllayer.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Documents/SiemensModelicaLicense2.html | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/portHeat.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/BaseTube.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/linearInterpolation.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhaseOverall.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/PartialHeatTransfer.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/OverallFlow.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFriction.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PipeGeo.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PropertiesMetal.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/package.mo | D testsuite/simulation/libraries/3rdParty/SiemensPower/SiemensPower/package.mo | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos | M testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos | M testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/simulation/modelica/algorithms_functions/AlgorithmSize.mos | M testsuite/simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos | M testsuite/simulation/modelica/external_functions/MDD_test.mos | M testsuite/simulation/modelica/functions_eval/Inverter.mos | M testsuite/simulation/modelica/functions_eval/Inverter2.mos | M testsuite/simulation/modelica/initialization/fullRobot.mos | M testsuite/simulation/modelica/parameters/revoluteConstraint.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/tearing/Tearing6-cel.mos | M testsuite/simulation/modelica/tearing/Tearing6-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing6-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing6-omc.mos | M testsuite/simulation/modelica/tearing/Tearing7-cel.mos | M testsuite/simulation/modelica/tearing/Tearing7-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing7-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing7-omc.mos | M testsuite/simulation/modelica/tearing/Tearing8-cel.mos | M testsuite/simulation/modelica/tearing/Tearing8-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing8-celMC3sorted.mos | M testsuite/simulation/modelica/tearing/Tearing8-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing8-omc.mos | M testsuite/special/FmuExportCrossCompile/Makefile | * commit 56f01c754c97be53165b3f51a4913002e4730d5a | Author: Martin Sjölund | Date: Tue Jun 9 11:34:56 2020 +0200 | | Sanity check for rtest + libraries existing | | M .CI/common.groovy | * commit 18937a43531684305b11fc9f8b8f4a0647ed546b | Author: Martin Sjölund | Date: Mon Jun 8 21:33:35 2020 +0200 | | Improve error message for unit lexing failure | | M OMCompiler/Compiler/BackEnd/Unit.mo | M OMCompiler/Compiler/BackEnd/UnitCheck.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 1521bd27edb4bdc018d839f2fe531bfa6da33823 | Author: Martin Sjölund | Date: Tue Jun 9 15:35:17 2020 +0200 | | Fix for SemanticVersion regex not working on OSX | | M OMCompiler/Compiler/Util/SemanticVersion.mo | * commit 89bb7c52a146cfd94d03616e8e8e47411098968d | Author: Per Östlund | Date: Thu Jun 4 14:11:33 2020 +0200 | | [NF] Ragged dimension improvements. | | - Flatten and evaluate dimensions in types. | - Various fixes for binding expressions. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit bdcc6477e622faaa54391d5ca6db64f6b6b42bf5 | Author: AnHeuermann | Date: Wed Jun 10 17:30:20 2020 +0200 | | [FMU] Adding docuemntation and inproving flags | | - Add documetnation for CVODE 2.0 CS FMUs | - Updated test to check if example from doc is working | - Add break for infinit while loop | - Disable internal root finding of CVODE for FMI | - Test example with event handling | | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu_read_flags.c.inc | M doc/UsersGuide/source/fmitlm.rst | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_static.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos | * commit 1014b60695975323f1eda23b6e53c318bc8d933c | Author: AnHeuermann | Date: Wed Jun 10 10:49:00 2020 +0200 | | [FMI] Adding CVODE to 2.0 CS export | | Incoved by FMI simulation flag `--fmiFlags=s:cvode`. | | - Add source code files to FMU: | - Adding cvode_solver.c and cvode_solver.h. | - Adding SUNDIALS CVODE headers to FMU. | - Changed Makefiles and configure to compile | CVODE into binaries. | - New initialization and deinitialization to handle | different solver methods. | - New integrator step function to be called in fmi2DoStep. | - New tests for static and dynamic FMUs with CVODE. | | Co-authored-by: Karim Abdelhak | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.tpl | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.h | M OMCompiler/SimulationRuntime/fmi/export/buildproject/configure.ac | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu_read_flags.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu_read_flags.h | A testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos | A testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_static.mos | M testsuite/openmodelica/fmi/CoSimulation/2.0/Makefile | A testsuite/openmodelica/fmi/CoSimulation/2.0/simpleStiffFMU.mos | * commit b9dfeacf7230d3792aced3513978b46d101a8884 | Author: AnHeuermann | Date: Wed Jun 10 10:35:46 2020 +0200 | | More rtclock dummy function in OMC_MINIMAL_RUNTIME | | - Added dummies for `rt_accumulate`and `rt_clear`. | - Define simulation-specific timing macros for | OMC_MINIMAL_RUNTIME. | | M OMCompiler/SimulationRuntime/c/util/rtclock.h | * commit d2f3da714fd56497c359f5b97bbb3076a9f3463a | Author: Karim Abdelhak | Date: Sun May 24 14:36:04 2020 +0200 | | [FMI] Add simulation flag support | | Use new command line option like `--fmiFlags=s:cvode,nls:homotopy` | for fmi flags. | | - Flags are loaded from file | .fmi/resources/_flags.json. | - json flag file: | - One flag per line. | - Only solver flag is used at the moment. | - Saved in json format. | - New file fmu_read_flags.c.inc for simulation runtime | flags parsing. | - Generate json file from CodeGeneration. | New SimCode.FmiSimulationFlags used to generate file. | - Added test for FMU flag support FmuExportFlags.mos. | | Co-authored-by: AnHeuermann | | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/SimulationRuntime/c/RuntimeSources.mo.tpl | M OMCompiler/SimulationRuntime/c/simulation/options.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.h | A OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu_read_flags.c.inc | A OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu_read_flags.h | M testsuite/Makefile | A testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos | A testsuite/openmodelica/fmi/CoSimulation/2.0/Makefile | * commit 2b84f5c18607acbc6764d4af2a2763cb1123cc37 | Author: Adrian Pop | Date: Thu Jun 11 12:04:05 2020 +0200 | | fix bad include directory | | M OMParser/Makefile | * commit ab8b4758ae10120cd74a6287ae5b79007225f571 | Author: Adrian Pop | Date: Wed Jun 10 16:09:00 2020 +0300 | | do not use -stdlib=libc++ on Linux as it doesn't work | | M OMParser/Makefile | * commit b5354d94d97022cc9367311cedc5a95cd211201f | Author: Lennart Ochel | Date: Wed Jun 10 11:25:05 2020 +0200 | | Add target for the debug build of OMSimulator (#947) | | M Makefile.in | * commit 1044e37547dc3a888a1284a626e1d9b0a4a7f622 | Author: Adrian Pop | Date: Wed Jun 10 02:15:36 2020 +0300 | | attempt to fix Windows builds | | M OMCompiler/Makefile.omdev.mingw | * commit 327c277de53ca749f871b9576d99d543a60f4948 | Author: Adrian Pop | Date: Wed Jun 10 00:29:21 2020 +0300 | | Replaceable Redeclare Support (#943) | | * rename Component to Element | | * add OMParser and antlr4 runtime | | * update .gitignore | | * more replaceable support changes | - enable replaceable support via a setting in OMEdit (not on by default) | - use getElements and getElementAnnotations when replaceable support is activated | - populate the dialogs with the replaceable classes and components | - fix some issues when retrieving the elements annotations | - revert some Component -> Element renames for the Qt signals | | * small fixes | - attempt to fix MacOS builds (thread_local not available) | - better way of handling CXX flags in OMEdit projects for Windows | - mac doesn't know cp -u, remove that | - fix building with clang on qt5 | | M .CI/common.groovy | M Makefile.in | M Makefile.omdev.mingw | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMEdit/OMEditGUI/OMEditGUI.unix.config.pri.in | M OMEdit/OMEditGUI/OMEditGUI.win.config.pri | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.h | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.h | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/LineAnnotation.h | M OMEdit/OMEditLIB/Annotations/PolygonAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/PolygonAnnotation.h | M OMEdit/OMEditLIB/Annotations/RectangleAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/RectangleAnnotation.h | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/TextAnnotation.h | M OMEdit/OMEditLIB/CrashReport/backtrace.c | M OMEdit/OMEditLIB/CrashReport/backtrace.h | M OMEdit/OMEditLIB/Editors/CompositeModelEditor.cpp | M OMEdit/OMEditLIB/Editors/CompositeModelEditor.h | M OMEdit/OMEditLIB/Editors/ModelicaEditor.cpp | R099 OMEdit/OMEditLIB/Component/CornerItem.cpp OMEdit/OMEditLIB/Element/CornerItem.cpp | R096 OMEdit/OMEditLIB/Component/CornerItem.h OMEdit/OMEditLIB/Element/CornerItem.h | R067 OMEdit/OMEditLIB/Component/Component.cpp OMEdit/OMEditLIB/Element/Element.cpp | R072 OMEdit/OMEditLIB/Component/Component.h OMEdit/OMEditLIB/Element/Element.h | R094 OMEdit/OMEditLIB/Component/ComponentProperties.cpp OMEdit/OMEditLIB/Element/ElementProperties.cpp | R093 OMEdit/OMEditLIB/Component/ComponentProperties.h OMEdit/OMEditLIB/Element/ElementProperties.h | R099 OMEdit/OMEditLIB/Component/Transformation.cpp OMEdit/OMEditLIB/Element/Transformation.cpp | R096 OMEdit/OMEditLIB/Component/Transformation.h OMEdit/OMEditLIB/Element/Transformation.h | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/Commands.h | M OMEdit/OMEditLIB/Modeling/FunctionArgumentDialog.cpp | M OMEdit/OMEditLIB/Modeling/FunctionArgumentDialog.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/OMS/BusDialog.cpp | M OMEdit/OMEditLIB/OMS/BusDialog.h | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.cpp | M OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.h | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | M OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M OMEdit/Testsuite/Transformation/TransformationTest.cpp | A OMParser/.gitignore | A OMParser/3rdParty/antlr4/runtime/Cpp/CMakeLists.txt | A OMParser/3rdParty/antlr4/runtime/Cpp/CMakeSettings.json | A OMParser/3rdParty/antlr4/runtime/Cpp/README.md | A OMParser/3rdParty/antlr4/runtime/Cpp/VERSION | A OMParser/3rdParty/antlr4/runtime/Cpp/cmake/Antlr4Package.md | A OMParser/3rdParty/antlr4/runtime/Cpp/cmake/ExternalAntlr4Cpp.cmake | A OMParser/3rdParty/antlr4/runtime/Cpp/cmake/FindANTLR.cmake | A OMParser/3rdParty/antlr4/runtime/Cpp/cmake/README.md | A OMParser/3rdParty/antlr4/runtime/Cpp/cmake/antlr4-generator.cmake.in | A OMParser/3rdParty/antlr4/runtime/Cpp/cmake/antlr4-runtime.cmake.in | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/CMakeLists.txt | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Linux/main.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp Tests/Info.plist | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp Tests/InputHandlingTests.mm | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp Tests/MiscClassTests.mm | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp Tests/antlrcpp_Tests.mm | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/project.pbxproj | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/xcshareddata/xcschemes/antlr4-cpp-demo.xcscheme | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/antlrcpp-demo.xcodeproj/xcshareddata/xcschemes/antlrcpp Tests.xcscheme | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Mac/build.sh | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/README.md | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/TLexer.g4 | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/TParser.g4 | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Windows/antlr4-cpp-demo/antlr4-cpp-demo-vs2015.vcxproj | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Windows/antlr4-cpp-demo/antlr4-cpp-demo-vs2015.vcxproj.filters | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Windows/antlr4-cpp-demo/antlr4-cpp-demo.vcxproj | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Windows/antlr4-cpp-demo/antlr4-cpp-demo.vcxproj.filters | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Windows/antlr4cpp-vs2013.sln | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/Windows/antlr4cpp-vs2015.sln | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/generate.cmd | A OMParser/3rdParty/antlr4/runtime/Cpp/demo/generate.sh | A OMParser/3rdParty/antlr4/runtime/Cpp/deploy-macos.sh | A OMParser/3rdParty/antlr4/runtime/Cpp/deploy-source.sh | A OMParser/3rdParty/antlr4/runtime/Cpp/deploy-windows.cmd | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/CMakeLists.txt | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlr4cpp-vs2013.vcxproj | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlr4cpp-vs2013.vcxproj.filters | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlr4cpp-vs2015.vcxproj | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlr4cpp-vs2015.vcxproj.filters | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlr4cpp-vs2017.vcxproj | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlr4cpp-vs2017.vcxproj.filters | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj.filters | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlrcpp-ios/Info.plist | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlrcpp-ios/antlrcpp_ios.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.pbxproj | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4.xcscheme | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_ios.xcscheme | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_static.xcscheme | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRErrorListener.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRErrorListener.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRErrorStrategy.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRFileStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRFileStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRInputStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRInputStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BailErrorStrategy.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BailErrorStrategy.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BaseErrorListener.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BaseErrorListener.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BufferedTokenStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BufferedTokenStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CharStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CharStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonToken.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonToken.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonTokenFactory.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonTokenFactory.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonTokenStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonTokenStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ConsoleErrorListener.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/DefaultErrorStrategy.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/DiagnosticErrorListener.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Exceptions.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Exceptions.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/FailedPredicateException.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/FailedPredicateException.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/InputMismatchException.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/InputMismatchException.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/IntStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/IntStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/InterpreterRuleContext.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Lexer.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Lexer.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/LexerInterpreter.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/LexerInterpreter.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/LexerNoViableAltException.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ListTokenSource.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ListTokenSource.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/NoViableAltException.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/NoViableAltException.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Parser.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Parser.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ParserInterpreter.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ParserInterpreter.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ParserRuleContext.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ParserRuleContext.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ProxyErrorListener.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ProxyErrorListener.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RecognitionException.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RecognitionException.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Recognizer.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Recognizer.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuleContext.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuleContext.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuleContextWithAltNum.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuntimeMetaData.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuntimeMetaData.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Token.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Token.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenFactory.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenSource.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenSource.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenStreamRewriter.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/UnbufferedCharStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/UnbufferedTokenStream.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Vocabulary.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Vocabulary.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/WritableToken.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/WritableToken.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/antlr4-common.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/antlr4-runtime.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATN.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATN.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNConfig.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNConfig.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNConfigSet.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializer.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNSerializer.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNSimulator.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNType.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ActionTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ActionTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AtomTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AtomTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BasicState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BasicState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BlockEndState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BlockEndState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BlockStartState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BlockStartState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionInfo.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/EpsilonTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ErrorInfo.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LL1Analyzer.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerATNConfig.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerActionType.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerChannelAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerCustomAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerModeAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerMoreAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerSkipAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerTypeAction.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LoopEndState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LoopEndState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/Makefile | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/NotSetTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ParseInfo.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ParseInfo.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredicateTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredictionContext.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredictionContext.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredictionMode.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredictionMode.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RangeTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RangeTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleStartState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleStartState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleStopState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleStopState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SemanticContext.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SemanticContext.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SetTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SetTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarBlockStartState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarLoopbackState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/TokensStartState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/TokensStartState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/Transition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/Transition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/WildcardTransition.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFA.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFA.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFASerializer.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFAState.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFAState.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/InterpreterDataReader.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/InterpreterDataReader.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/Interval.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/Interval.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/IntervalSet.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/IntervalSet.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/MurmurHash.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/MurmurHash.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/Predicate.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/Predicate.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/Any.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/Any.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/Arrays.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/Arrays.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/BitSet.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/CPPUtils.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/CPPUtils.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/Declarations.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/StringUtils.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/StringUtils.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/guid.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/guid.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ErrorNode.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ErrorNode.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTree.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTree.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeListener.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeListener.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/TerminalNode.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/TerminalNode.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/Trees.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/Trees.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/Chunk.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/Chunk.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPath.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.g4 | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.tokens | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp | A OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h | A OMParser/3rdParty/antlr4/tool/antlr-4.8-complete.jar | A OMParser/Makefile | A OMParser/README.md | A OMParser/modelica.g4 | A OMParser/test/Makefile | A OMParser/test/main.cpp | A OMParser/test/msl.mo | * commit b13895d183adac5f5d4a10a13d1541bdba0a0ce2 | Author: Martin Sjölund | Date: Tue Jun 9 09:09:51 2020 +0200 | | Update code quoting of identifiers | | * No longer crashes on odd quoted identifiers that do not end with ' | * Identifiers can now be reversed again (to see the actual name in the debugger) | | M OMCompiler/Compiler/Util/System.mo | M OMCompiler/Compiler/runtime/systemimpl.c | M testsuite/flattening/modelica/mosfiles/QuotedFunction.mo | * commit 9edc53b41412dda96f90963bc5f1e49ba9cc0b58 | Author: Mahder Gebremedhin | Date: Mon Jun 8 20:54:12 2020 +0200 | | Minor cleanup and commenting. (#940) | | - Added comments for record handling template functions. | | - Removed generation of unused record utility function | `recordCopyFromVars` which was used to assign to 'record' | in simulation contexts. Assigning to record in simulation | context is now handled by splitting the assignment (recursively) | to each element instead. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 5ae3010311672a8ba4ea8f2783eb0c3d9f4234a9 | Author: Adrian Pop | Date: Mon Jun 8 17:53:11 2020 +0300 | | fix crash when displaying an error message | to test: | - git clone https://github.com/OpenModelica/BUAVSystem.git | - build model: | BUAVSystem.Examples.ValidationCases.IntegratedSystemValidationMar6 | - crashes in: | RemoveSimpleEquations.mo:3156 because "str "is defined only on one branch | | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | * commit 44e406f49618ee755dacf55027bd4cb79cc3b276 | Author: Adrian Pop | Date: Fri Jun 5 00:45:10 2020 +0300 | | add some sanity checks for CI/Build MINGW | - make sure the compiler can build and simulate a simple model with C, C++ and that an FMU can be build | - check that linearization works (for matlab) | - check that OMEdit can start (not missing any dlls) | - add a script to test the sanity, don't build it on the fly as escaping in Windows is alien technology | - build more stuff in parallel for mingw/msvc (via all-runtimes target) | | M .CI/common.groovy | M Makefile.omdev.mingw | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/Makefile.omsi.common | A testsuite/sanity-check/testSanity.mos | * commit 0dc974841b58dc246a3685b182272e3989cc643c | Author: Lennart Ochel | Date: Fri Jun 5 14:32:25 2020 +0200 | | Update OMSimulator (#941) | | M OMSimulator | * commit 26f3f9e45a543c5776a5ae08d8fcb6a3b6e1c401 | Author: Adrian Pop | Date: Thu Jun 4 23:08:37 2020 +0300 | | ticket:5927 fix the crash in linearization for Matlab | - %g was given a string | - remove trailing spaces before \n in CodegenC.tpl | - update test | | M OMCompiler/Compiler/Template/CodegenC.tpl | M testsuite/openmodelica/linearization/test_dump_languages.mos | * commit 470bccf6d554d91399ee4940528ccf4e222e6001 | Author: Per Östlund | Date: Thu Jun 4 13:06:48 2020 +0200 | | [NF] Initial handling of ragged dimensions. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/DimRagged1.mo | * commit d2bb76755d4415c7a258bd8ebdd74b7b20cf22c7 | Author: Lennart Ochel | Date: Thu Jun 4 16:58:47 2020 +0200 | | Update OMSimulator (#938) | | M OMSimulator | * commit 8ee69763e7d4e8881a28fa2449b99312a0b4c08b | Author: Martin Sjölund | Date: Wed Jun 3 15:59:05 2020 +0200 | | [Flat] Fix output of external functions | | M OMCompiler/Compiler/FrontEnd/SCodeDump.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFSections.mo | * commit 5ab5bb3cf5e8c1862859906c550e7de4d7becaee | Author: Martin Sjölund | Date: Thu Jun 4 10:45:22 2020 +0200 | | Only push library updates when the build is stable | | M Jenkinsfile | M libraries | * commit 2e5bc9f64f47b1386c8075d9e55d3df96950a5dd | Author: Lennart Ochel | Date: Thu Jun 4 07:18:36 2020 +0200 | | Update OMSimulator (#931) | | M OMSimulator | * commit 6798cdda0c06047424ebb5a729a52be4d73db664 | Author: hudson | Date: Wed Jun 3 17:29:24 2020 +0000 | | Updated libraries | * libraries 06f38e4...2ba40eb (1): | > Bump libraries | | M libraries | * commit 59c0cf1101b455f26d0af62e269ccbb5e9647c94 | Author: Per Östlund | Date: Wed Jun 3 17:53:12 2020 +0200 | | [NF] Add promote as experimental operator. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinPromote.mo | A testsuite/flattening/modelica/scodeinst/FuncBuiltinPromoteInvalid1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 0df6e65843cd31e97342183536b48b8e8c84169a | Author: Per Östlund | Date: Wed Jun 3 14:29:11 2020 +0200 | | Add more language standards. | | - Add 3.4, 3.5, and experimental as language standards. | - Change LanguageStandard.latest to mean 3.4. | | M OMCompiler/Compiler/Util/Config.mo | M OMCompiler/Compiler/Util/Flags.mo | * commit 58b509d7c70ca5dc44d6826aca6668b5010951a4 | Author: Martin Sjölund | Date: Wed Jun 3 13:53:58 2020 +0200 | | [OSX] Check dylib and binaries for relative paths (#916) | | * Check dylib and binaries for relative paths | * Fix dylib IDs, rpath, etc in various places | * Add sanity check for OMEdit (OSX only; check that OMEdit --help works) | | Co-authored-by: AnHeuermann | | M Jenkinsfile | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omsi.common | M OMCompiler/SimulationRuntime/c/Makefile.common | * commit cc6d66fce535c0de427e9d3a7eaec4014f935ff7 | Author: Mahder Gebremedhin | Date: Wed Jun 3 13:41:17 2020 +0200 | | Handle preExp and varDecls for crefs with subs. (#923) | | * Handle preExp and varDecls for crefs with subs. | | - We used to throw away any extra expressions and variable declarations | needed for it, i.e., if it has some complicated subscript that can not | be generated inline. | | - If you are sure you have a path (a cref with no subs) then you can use | contextCrefNoPrevExp (e.g variable names are just paths. They are just | represented as cref). Otherwise contextCref now needs a preEx and varDecls | buffer passed to it. | | * Fix wrong ordering of buffer arguments. | | * Avoid unnecessary code generation. | | - This fixes ticket:5994. | | - The path we took for crefs with subscripts in function context | used to create unnecessary temporaries and exps which we did | not notice because they were were thrown away after being created. | | - Split up the function to take different paths for normal and parallel | functions. | | * Add a test case for Ticket:5994. | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M testsuite/simulation/modelica/arrays/Makefile | A testsuite/simulation/modelica/arrays/ticket_5994.mo | A testsuite/simulation/modelica/arrays/ticket_5994.mos | * commit 85508bb75953506e0668e320ec0505136edf8c76 | Author: Martin Sjölund | Date: Wed Jun 3 11:33:48 2020 +0200 | | [Flat] Use loop keyword for while loops | | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | * commit 2c23e69e1c0c0156179e69ece3aa47ff0922e5bd | Author: AnHeuermann | Date: Fri May 29 20:35:43 2020 +0200 | | Add Cvode Documentation | | - Also fixed wrong order in tooltip | | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M doc/UsersGuide/source/solving.rst | * commit 83ecc42fff42392487d097d46e4de50a6bba3807 | Author: Martin Sjölund | Date: Wed Jun 3 08:56:26 2020 +0200 | | [Flat] Use toFlatString also on clock constructors | | M OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit cad1972e76c1f893bf94d8921a7954bf2bba6815 | Author: Adrian Pop | Date: Tue Jun 2 17:49:25 2020 +0300 | | MinGW & other minor fixes | - more homogenous handling of LINK_SUNDIALS_STATIC for ida_solver, cvode_solver and radau | - signal that we link with static fmilib in FMICommon.h (define FMILIB_STATIC_LIB_ONLY) | - more debugging in testsuite/simulation/libraries/common/ModelTesting.mos | - change Util.absoluteOrRelative to check for the relative path and if | it doesn't exist return the original path to generate better error | messages | | M OMCompiler/Compiler/Util/Util.mo | M OMCompiler/SimulationRuntime/c/fmi/FMICommon.h | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/radau.h | M testsuite/simulation/libraries/common/ModelTesting.mos | * commit 38c763072e40edbbbbcac31bef1df9047e189b5c | Author: hudson | Date: Tue Jun 2 17:30:08 2020 +0000 | | Updated libraries | * libraries c3edc70...06f38e4 (1): | > Bump libraries | | M libraries | * commit 9837fece3e457016a12919754e3225d4419e9e2b | Author: Per Östlund | Date: Tue Jun 2 16:03:39 2020 +0200 | | [NF] Fix subscripting of boxed/unboxed expressions. | | - Handle boxed types in Type.subscript. | - Add assertion in Type.subscript to catch unhandled types. | - Add special rules for unboxed/boxed values in | Expression.applySubscript that subscripts the expressions they contain | instead of creating unnecessary SUBSCRIPTED_EXPs. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit 1d9a5831b9cdf4f1d7e2849e3ab15797377fb7a1 | Author: Karim Abdelhak | Date: Tue Jun 2 14:01:36 2020 +0200 | | [BE] jacobians: make residual names unique | | - make jacobian residual variables unique and use the name | - avoids discarding them while differentiating in the case of nested jacobians | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M testsuite/openmodelica/debugDumps/dumpSparsePatternLin.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/debugDumps/symjacdump.mos | M testsuite/simulation/modelica/commonSubExp/cse1.mos | M testsuite/simulation/modelica/commonSubExp/cse3.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall8.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos | M testsuite/simulation/modelica/initialization/homotopy2.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/tearing/dynamicTearing2.mos | * commit 4060689f60765a527c13558c88db7dffbad9eb9d | Author: Per Östlund | Date: Tue Jun 2 15:06:49 2020 +0200 | | [NF] Clean up Flatten. | | - Pass the scalarize flag as a bool where it's needed instead of looking | up the value of the flag over and over. | - Split the array vectorization off to a separate function to make the | code cleaner and avoid having to check whether to run the code for | every array element. | - Simplify binding handling in Flatten.flattenClass. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 42e2e6f3f0846b023e72ca746e63f3771de25419 | Author: Per Östlund | Date: Tue Jun 2 12:59:40 2020 +0200 | | [NF] Retype conditional array expressions. | | - When doing branch selection on if-expressions where the branches have | different dimensions, also do branch selection on the type of the | if-expression. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit e8634fb77c79d2d0b21182f1a63989ca53ae6850 | Author: hudson | Date: Mon Jun 1 17:32:17 2020 +0000 | | Updated libraries | * libraries 7e73535...c3edc70 (1): | > Bump libraries | | M libraries | * commit 9f75cf98d6c50e0d97b01d348c1d854334b24de7 | Author: Adrian Pop | Date: Mon Jun 1 18:17:57 2020 +0300 | | link sundials statically on mingw in cvode_solver.h | | M OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.h | * commit 05df6d2d0dbcfedb276f0a666ca00ac0f26aebdd | Author: Per Östlund | Date: Mon Jun 1 17:25:08 2020 +0200 | | [NF] Improve structural parameter handling. | | - When marking a size expression as structural, don't mark the | expression in it since only the size of the expression is needed. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M testsuite/flattening/modelica/scodeinst/Ticket5821.mo | M testsuite/flattening/modelica/scodeinst/const7.mo | * commit 5e6ccaf42bfaf107c5359aa10ebd063f6df2d24c | Author: Per Östlund | Date: Mon Jun 1 16:21:17 2020 +0200 | | [NF] Improve/cleanup expression traversal functions. | | - Implemented Expression.applyShallow. | - Moved some traversal utility functions to the modules for the types | they traverse, i.e. ComponentRef, Call, etc. | - Moved Expression.ClockKind and its functions to a separate file. | - Fixed apply for typed reductions, which would only apply the function | to the default and fold expressions without traversing into them. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | A OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 4dd891649bcb4f029eb796355bc77368c9b4a366 | Author: Adrian Pop | Date: Mon Jun 1 12:50:13 2020 +0000 | | Updated libraries | * libraries b1581bc...7e73535 (1): | > update MEV to v1.0.1 | | M libraries | * commit 984d1e217b44be1a1f414b0a389b6aed5aaa114e | Author: Martin Sjölund | Date: Mon Jun 1 13:54:28 2020 +0200 | | Correct installPackage name in help text | | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | * commit 6d60ea0b5dcbca8a32be98e5e5400b3ec0b9de32 | Author: John | Date: Mon Jun 1 13:22:00 2020 +0200 | | Singelton ut containing non singelton ut are treated as singeltons (#914) | | * Singelton ut containing non singelton ut are treated as singeltons | | M OMCompiler/Compiler/FrontEnd/InstMeta.mo | M testsuite/metamodelica/meta/Makefile | A testsuite/metamodelica/meta/UniontypeNestedSingelton.mo | A testsuite/metamodelica/meta/UniontypeNestedSingelton.mos | * commit c007a39228407ed915dc777940e3c596763fa868 | Author: Per Östlund | Date: Sat May 30 01:45:10 2020 +0200 | | [NF] Subscripting fixes. | | - Fix type when subscripting enumerations. | - Only remove subscripts if all of them simplify to :. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | * commit f0d79210c8151e06544df10f5aee04bbbdaebfed | Author: hudson | Date: Fri May 29 16:57:39 2020 +0000 | | Updated libraries | * libraries 712bdb9...b1581bc (2): | > Bump libraries | > Buildings 7.0.0 | | M libraries | * commit 419f112d23ae3b1c247028fe555cc1a3cf175790 | Author: AnHeuermann | Date: Fri Apr 3 11:49:00 2020 +0200 | | [C-runtime] Adding CVODE | | For trac ticket 5830. | - Adding Sundials CVODE v2.8.2 as integration method for C runtime. | Use `method="cvode"` in OMEdit or `-s=cvode` when running the executable. | - Possible to choose integrator method: | - For stiff problems [default]: `-cvodeLinearMultistepMethod=CV_BDF -cvodeNonlinearSolverIteration=CV_NEWTON`. | - For non-stiff problems: `-cvodeLinearMultistepMethod=CV_ADAMS -cvodeNonlinearSolverIteration=CV_FUNCTIONAL`. | - Added tests for CVODE to testsuite. | - problem2 still failing | | Additional changes to existing files: | - Added check in printSparseStructure to check for NULL. | - Fixed warnings during compilation of some infoStreamPrint calls. | - Added new flags to choose CVODE solver and set some settings. | - Changed debug print in ida_solver.c to use `LOG_SOLVER_V` instead of `LOG_DASSL_STATES`. | - Added CVODE to solver_main.c. | - Addapted build system to add libsundials_cvodes.* to runtime. | | Still WIP: | - Use colored dense numberic Jacobian instead of internal dense Jacobian from CVODE | | M OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | A OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.c | A OMCompiler/SimulationRuntime/c/simulation/solver/cvode_solver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M OMCompiler/configure.ac | M testsuite/simulation/modelica/solver/Makefile | A testsuite/simulation/modelica/solver/problem1-cvode.mos | A testsuite/simulation/modelica/solver/problem2-cvode.mos | A testsuite/simulation/modelica/solver/problem6-cvode.mos | * commit e293f5ae65e65fc915c09e9c1c133b823c9cbf16 | Author: Per Östlund | Date: Wed May 27 19:08:39 2020 +0200 | | [NF] Flat Modelica improvements. | | - Simplify away subscripts when devectorizing calls if possible. | - Recheck whether a subscript is a slice or not after modifying the | contained expression via e.g. Subscript.map. | - Only dump 'input' prefix for top-level components. | - Dump type attributes for components in e.g. functions. | - Dump 'public' for public elements, otherwise everything will be | private after the first private element. | - Fix dumping of array dimensions which was using normal toString. | - Change more dump functions to use IOStream. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | * commit 777e83a249fd349451af4640bedaec145c54949f | Author: hudson | Date: Thu May 28 17:36:16 2020 +0000 | | Updated libraries | * libraries 8e18a8a...712bdb9 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit e84fce5bda9dd46d585da2bdf2c54f8744266b81 | Author: John | Date: Thu May 28 19:25:44 2020 +0200 | | NFClass is now a uniontype (#910) | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnector.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFImport.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFPackage.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit c938f04e3cd884fe76159a00f3f8c9775d99d69c | Author: arun3688 | Date: Thu May 28 09:20:03 2020 +0200 | | Cleanup log files in black box FMUs (#906) | | * cleanup black box FMUs | * fix issues with premature file quoting on Windows | | Co-authored-by: Lennart Ochel | Co-authored-by: Adrian Pop | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/SimulationRuntime/c/util/omc_file.c | * commit 39008d06887255def323c78df37a8def70a49274 | Author: Per Östlund | Date: Wed May 27 19:14:44 2020 +0200 | | [NF] Handle wildcard crefs in transferSubscripts. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | A testsuite/flattening/modelica/scodeinst/FunctionMultiOutput5.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit d00ac6bca766117c33d9c27d9b1b64984de26d34 | Author: hudson | Date: Tue May 26 22:40:45 2020 +0000 | | Updated libraries | * libraries a260df3...8e18a8a (2): | > Bump libraries | > add MEV library | | M libraries | * commit 7232ad8ec84bbc64a58e43778d66a0f8c4812a73 | Author: arun3688 | Date: Tue May 26 20:27:10 2020 +0200 | | add unit definitions to the modelDescription.xml (#896) | | M OMCompiler/Compiler/FrontEnd/MetaModelicaBuiltin.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenFMU2.tpl | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/simulation/libraries/3rdParty/HumMod/HumModTest_OMC_total.mo | * commit 7388aef5fd27ce73ee540619ccdb8e17b37256a1 | Author: Per Östlund | Date: Tue May 26 17:01:00 2020 +0200 | | [NF] Improve expandable connectors. | | - Handle expandable connectors in complex arrays better. | | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | A testsuite/flattening/modelica/scodeinst/ExpandableConnector4.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 6fed5ce534c92816972c1ee6f7031ec608eb7fd7 | Author: Per Östlund | Date: Tue May 26 13:41:19 2020 +0200 | | [NF] Fix flat Modelica dumping. | | - Fix flat Modelica dumping so that it's done before scalarization, | otherwise it doesn't work correctly. | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Stubs/CevalScriptBackend.mo | * commit 946d35c58d4f0d2e8aa868aa01f786466737e4be | Author: John | Date: Tue May 26 14:46:20 2020 +0200 | | Check for mutally cyclic components for MM (#902) | | * Avoid reodering but check cycles for MM | | * Added tests for mutally recursive constants for MM | | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M testsuite/metamodelica/meta/Makefile | A testsuite/metamodelica/meta/PackageConst1.mo | A testsuite/metamodelica/meta/PackageConst1.mos | A testsuite/metamodelica/meta/UniontypeConst3.mo | A testsuite/metamodelica/meta/UniontypeConst3.mos | * commit 979b43b39e62aaa64658e18052c5b8bee2d55b1b | Author: Adeel Asghar | Date: Tue May 26 10:48:45 2020 +0200 | | Use PRE_TARGETDEPS to recompile OMEdit executable if needed | | M OMEdit/OMEdit.pro | M OMEdit/OMEditGUI/OMEditGUI.pro | * commit a908a4548640320ec55eb69c8f0dc4314cb3e5db | Author: Adeel Asghar | Date: Tue May 19 14:01:01 2020 +0200 | | Enable text editing for OMSimulator models | | Right now its only possible to do the text change at the model level. | This uses the `oms_loadSnapshot` API. The whole model is reloaded. | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.cpp | M OMEdit/OMEditLIB/OMS/OMSProxy.h | * commit 2a7b50046acb1eac7dee3630bcd3ac70830103bc | Author: Adeel Asghar | Date: Fri May 22 11:56:31 2020 +0200 | | Added support for new fmi export flags --fmiFilter and --fmiSources | | Fixes ticket:3105 and ticket:5969 | Added `--fmiFilter` options descriptions. | Change description of `--fmiFilter`. | Disable "Include Source Code" checkbox if filter is blackBox. | | M OMCompiler/Compiler/Util/Flags.mo | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | * commit b7ab1929b77a6344941e1cbc82a40910c201e1b9 | Author: hudson | Date: Mon May 25 17:29:04 2020 +0000 | | Updated libraries | * libraries 36e3f3a...a260df3 (1): | > Bump libraries | | M libraries | * commit aa8e80b40d4713ab46f809cbaefe9fd9f72bb963 | Author: Per Östlund | Date: Mon May 25 16:45:12 2020 +0200 | | Flat modelica output improvements. | | - Don't quote time. | - Handle builtin call names correctly. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | * commit 4737bf657cec7657874abb8ee2cb8aeec7a459fa | Author: John | Date: Mon May 25 17:44:31 2020 +0200 | | NFBinding is now a Uniontype instead of pkt/ut hybrid (#900) | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpressionIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFPackage.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | * commit 3ab5efeda987a5ccc826f099b3775a7de25f50b2 | Author: Lennart Ochel | Date: Mon May 25 14:18:08 2020 +0000 | | Updated libraries | * libraries 26d8376...36e3f3a (1): | > Patch a unit string in Modelica 3.1/Mechanics/Translational.mo | | M libraries | * commit 5c1cf162ae6cefc0ac450bb7a3b1ce53f06a1943 | Author: Per Östlund | Date: Mon May 25 14:42:37 2020 +0200 | | [NF] Enable flat output with instantiateModel. | | - Break out the instantiateModel handling from | CevalScriptBackend.cevalInteractiveFunctions3 to its own function and | make it handle flat modelica output when -f is set. | - Change NFInst.instClassInProgram to return NF structures instead of | DAE, and convert to DAE in CevalScriptBackend.runFrontEndWork instead. | - Rename getCommentsFromSource to getComments in ElementSource, since | the FromSource part can be inferred from it being in ElementSource. | - Added ElementSource.getOptComment to fetch the first added comment. | - Simplify flat model handling by changing the Comment in FlatModel into | a ElementSource, to also embed the SourceInfo in the flat model. | - Remove the name of the class from all the execStat calls in the NF | except for the first to simplify the interface between the modules, | since it doesn't provide any extra information. | | M OMCompiler/Compiler/FrontEnd/Algorithm.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/FrontEnd/ElementSource.mo | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Stubs/CevalScriptBackend.mo | M OMCompiler/Compiler/Util/Config.mo | M OMCompiler/Compiler/Util/Error.mo | * commit edc4067ce6365036728f2a637eaffede6511192c | Author: John | Date: Mon May 25 15:01:22 2020 +0200 | | Recursive constants in ut (#890) | | * Do not check for self recursive components in UT | | * Added tests for self recursive ut | | * Inst UT temporary in InstVar. Fixed testsuite | | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstMeta.mo | M OMCompiler/Compiler/FrontEnd/InstVar.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeCheck.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M testsuite/metamodelica/meta/Makefile | A testsuite/metamodelica/meta/UniontypeConst2.mo | A testsuite/metamodelica/meta/UniontypeConst2.mos | * commit 4c967e0a38096bc42e5b81c4789e14c7a7ae4faa | Author: hudson | Date: Sat May 23 17:29:24 2020 +0000 | | Updated libraries | * libraries 1f11291...26d8376 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit d43852abf5f173130b54746e9c85688ed02f2a33 | Author: Lennart Ochel | Date: Fri May 22 19:50:42 2020 +0200 | | Update OMSimulator (#895) | | * Update OMSimulator | * Update expected output | | M OMSimulator | M testsuite/omsimulator/test03.mos | * commit f2c00c8a1535605f46f876fdb21569d3b65df10d | Author: Adrian Pop | Date: Thu May 21 21:17:13 2020 +0300 | | ticket:5954 | - on Windows, get the path of libOpenModelicaCompiler.dll, | not the process loading it so is the same as in Linux | | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit 0699b4b77e89420f6f5638ab06010953a0ff3e1d | Author: hudson | Date: Thu May 21 17:32:12 2020 +0000 | | Updated libraries | * libraries c05511d...1f11291 (1): | > Bump libraries | | M libraries | * commit ed29dec40c4b1729ce0105321be45df7bcedb782 | Author: arun3688 | Date: Wed May 20 20:58:20 2020 +0200 | | new config flag --fmiSources to control if sources for FMUs will be exported (#892) | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 7d2ba1a66a15854a54fc84a2c4d4939c124e35f2 | Author: hudson | Date: Wed May 20 17:30:27 2020 +0000 | | Updated libraries | * libraries 2a16492...c05511d (1): | > Bump libraries | | M libraries | * commit 553d2a79e0580d1547408790246bd7d515ef4964 | Author: arun3688 | Date: Wed May 20 16:01:02 2020 +0200 | | add tests to check fmiFilter=none and internal (#889) | | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_13.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_14.mos | * commit 438a8d96f5a630b408b08c7afe9db45e0b0243f4 | Author: John | Date: Wed May 20 15:19:59 2020 +0200 | | Remove tmps that where added in Ticket-5712 (#891) | | D OMCompiler/tmp/mutable.mo | D OMCompiler/tmp/test.mo | D OMCompiler/tmp/test1.mo | D OMCompiler/tmp/test2.mo | * commit a5f09fc3bdddf7a521d5c35d977046f665d52a20 | Author: Martin Sjölund | Date: Wed May 20 09:48:32 2020 +0200 | | Propagate clockIndex to residual functions | | This makes NLS in clocked systems compile. | | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | * commit c888c30f24f9f9648ff96c1c1fa7ec69573391a6 | Author: AnHeuermann | Date: Mon May 18 19:49:22 2020 +0200 | | Fix ModelicaLibraryConfig_gcc.inc for newer CMake | | - Fix for CMake for C++ runtime on Ubuntu Focal fossa | - Generate "-lboost_someCrazyStuff" from "Boost::SomeCrazyStuff" | - Fix warning due to different text in if branches | | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/CMakeLists.txt | * commit dffda8e6ccb69f3e97ee77befc4e08f18104452f | Author: arun3688 | Date: Tue May 19 22:30:23 2020 +0200 | | add new FMI config flag to filter modelDescription vars (#880) | | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeVar.mo | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_11.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_12.mos | * commit 95a421032a3c69354e0ec473601e757c1b1837f7 | Author: hudson | Date: Tue May 19 17:31:24 2020 +0000 | | Updated libraries | * libraries beef17d...2a16492 (1): | > Bump libraries | | M libraries | * commit 1a5dd13c250e39175779cbc3787c090a499f5890 | Author: Per Östlund | Date: Tue May 19 14:35:36 2020 +0200 | | [NF] Change NFComponent to a uniontype. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnector.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFPackage.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | * commit 8244a02833292a839182fd151d9c7a41734500a0 | Author: Per Östlund | Date: Tue May 19 13:38:34 2020 +0200 | | Handle METARECORDCALL in PrefixUtil.prefixExpWork. | | M OMCompiler/Compiler/FrontEnd/PrefixUtil.mo | * commit c5443dff5a64188856292308d19218aed3810a8c | Author: Martin Sjölund | Date: Tue May 19 09:19:56 2020 +0200 | | Allow loadModel to load files with metadata or prereleases | | Note: ClassLoader should probably be rewritten to handle choosing best | matching version in the MetaModelica code since the package manager | knows about version numbers now. | | M OMCompiler/Compiler/runtime/systemimpl.c | * commit d772ddec8a30d02d8b78c2cf6538316e649fe343 | Author: hudson | Date: Mon May 18 17:32:07 2020 +0000 | | Updated libraries | * libraries 2c42b54...beef17d (1): | > Bump libraries | | M libraries | * commit 001aa6daf59920631c9d5f3ca914743b823ed9da | Author: John | Date: Mon May 18 14:39:47 2020 +0200 | | Support for constants in Uniontypes (#875) | | Added test for constants in ut | | M OMCompiler/Compiler/FrontEnd/ClassInf.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M testsuite/metamodelica/meta/Makefile | A testsuite/metamodelica/meta/UniontypeConst1.mo | A testsuite/metamodelica/meta/UniontypeConst1.mos | * commit 217dd9787a34ce175a42f946cb1f678593bdb877 | Author: Per Östlund | Date: Mon May 18 13:54:06 2020 +0200 | | [NF] Fix type check of if-expressions. | | - Handle if-expressions where the type of one of the branches can't be | resolved. | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | * commit a6054a570af6751198942b4c388cad2f69394e30 | Author: Adrian Pop | Date: Fri May 15 01:00:05 2020 +0300 | | fix for ticket:5954 | - do not query OPENMODELICAHOME and OPENMODELICALIBRARY anymore, use the dll/so location | Settings.get* functions will construct these once and the return the same if you don't clear them | - set the installation path and the modelica path via Settings.set* functions if you want specific ones | - add a way to clear the installation path and modelica path by sending empty paths in Settings.set* functions | - fix om_curl.c to read the ca-bundle.crt from OMDEV or the installation directory | | M OMCompiler/Compiler/Util/Settings.mo | M OMCompiler/Compiler/runtime/om_curl.c | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit a464d7a959a5dfa39cea498c622ef611fbbe0cd1 | Author: hudson | Date: Sat May 16 21:15:31 2020 +0000 | | Updated libraries | * libraries d0515f0...2c42b54 (3): | > Bump libraries | > update MLS trunk patches due to versionDate changes | > Bump libraries | | M libraries | * commit ad22570262b960755ff677ad8958ba1999296738 | Author: Martin Sjölund | Date: Thu May 14 10:51:27 2020 +0200 | | Use a locale-independent strtod | | This resolves ticket:4020 | | M OMCompiler/Compiler/runtime/ptolemyio.cpp | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin.c | M OMCompiler/SimulationRuntime/c/simulation/simulation_info_json.c | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/util/OldModelicaTables.c | A OMCompiler/SimulationRuntime/c/util/omc_numbers.c | A OMCompiler/SimulationRuntime/c/util/omc_numbers.h | M OMCompiler/SimulationRuntime/c/util/read_csv.c | D OMCompiler/SimulationRuntime/c/util/read_csv.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | * commit 85d0e45b2b27e4b7e9cab30281726dce86b5fc6c | Author: Per Östlund | Date: Fri May 15 15:43:50 2020 +0200 | | [NF] If-expression improvements. | | - Added Type.CONDITIONAL_ARRAY that can properly store the type of an | if-expression where the branches have different dimensions until the | if-expression can be evaluated. | - Added a type to Expression.IF instead of just using the type of the | first branch. | - Updated typing, type checking and constant evaluation to handle | if-expressions with differently typed branches correctly. | | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/IfExpression4.mo | M testsuite/flattening/modelica/scodeinst/IfExpression5.mo | A testsuite/flattening/modelica/scodeinst/IfExpression7.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit a8b4dff96cf5e6a0fdb55000f4e826aa2244d65f | Author: Lennart Ochel | Date: Fri May 15 10:27:46 2020 +0200 | | Update OMSens_Qt | | M OMSens_Qt | * commit 8b4387ffd477cddd1f3333fa91f689a0d1d50b3c | Author: Mahder Gebremedhin | Date: Thu May 14 18:26:05 2020 +0200 | | [BE] collect funcs from the data recon jacobian. | | - If the jacobian of data reconciliation is not traversed when | collecting used functions some differentiated functions | introduced by data recon will end up being removed. | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | * commit 16e636306504df45cf4612e6dd1f46fbe7dcfd29 | Author: Adrian Pop | Date: Thu May 14 17:19:07 2020 +0300 | | fix typo, give a headline to 3rdParty handling | | M CONTRIBUTING.md | * commit 41249a33badb87b00bd23fd6254d8ef4ec3ec3c9 | Author: Adeel Asghar | Date: Thu May 14 10:14:17 2020 +0200 | | Export variables from same result files | | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMNotebook/OMNotebook/OMNotebookGUI/xmlparser.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit 01ec712014418e1904c75449f474b38c3eecb509 | Author: Adeel Asghar | Date: Wed May 13 23:42:39 2020 +0200 | | ticket:5943 kill OPENMODELICAHOME from OMNotebook and OMShell | | M OMNotebook/OMNotebook/OMNotebookGUI/OMNotebook.config.in | M OMNotebook/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro | M OMNotebook/OMNotebook/OMNotebookGUI/cellapplication.cpp | M OMShell/OMShell/OMShellGUI/oms.cpp | * commit eb234c072105011c6f4c20e8d24944ffb73a0720 | Author: Adrian Pop | Date: Wed May 13 14:03:58 2020 +0300 | | fix typo | | M CONTRIBUTING.md | * commit 520130202f1fd3104da75f3ecd7acbd3f3dfa860 | Author: hudson | Date: Wed May 13 17:33:48 2020 +0000 | | Updated libraries | * libraries 0fabb7f...d0515f0 (1): | > Bump libraries | | M libraries | * commit f7aa93ef834c71b09b24ab7b747988b0eb3ddfdf | Author: Martin Sjölund | Date: Wed May 13 08:58:40 2020 +0200 | | Resolve overflow when parsing huge arrays | | Both the SimpleModelicaParser used by the diff algorithm and the ANTLR | parser had problems with a huge array. | | The testcase has been compressed since it is too large to add as it is. | It is very repetitive and small when compressed. | | This fixes ticket:5949. | | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | M OMCompiler/Parser/Modelica.g | M testsuite/openmodelica/diff/AddClassAnnotation1.mos | A testsuite/openmodelica/diff/BadClassDiagram.mo.xz | M testsuite/openmodelica/diff/Makefile | M testsuite/openmodelica/diff/MoveConnection.mos | A testsuite/openmodelica/diff/ticket5949.mos | * commit 8f7933fffdef0d96abdf9c5e1146af6002598673 | Author: Karim Abdelhak | Date: Tue May 12 19:54:41 2020 +0200 | | [BE] implement max size for assc | - implement user flag --maxSizeASSC= | - ticket #5952 | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 08f00f96514a220b65aeaa9f06d7e674936a4ed0 | Author: hudson | Date: Tue May 12 17:33:52 2020 +0000 | | Updated libraries | * libraries e992ac6...0fabb7f (2): | > Bump libraries | > Bump libraries | | M libraries | * commit 1ed74165ef2f3fa457ec033152c478deebc0c000 | Author: niklwors | Date: Tue May 12 14:42:18 2020 +0200 | | removed build of omsi cpp wrapper library because omsicpp codegen is skipped | | M OMCompiler/SimulationRuntime/OMSICpp/omsi/CMakeLists.txt | * commit 48660fd704ecd24e6a0570eaeab83cb22396351e | Author: niklwors | Date: Tue May 12 14:12:51 2020 +0200 | | removed generate LibrariesConfig.h again | | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | * commit 776ad783cecd2750e9aa2b7a8e2b6254bc714868 | Author: Adrian Pop | Date: Tue May 12 04:05:35 2020 +0300 | | cleanup OMSI build | | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omsi.common | * commit bbdb454f48833c8005998e5c3493bf76768fe5fa | Author: Adrian Pop | Date: Tue May 12 15:48:31 2020 +0300 | | update the info and add more clarification | | M CONTRIBUTING.md | M OMCompiler/README.Linux.md | * commit ce0f53052faf241e5c4712b60c3111fd4a76f925 | Author: Adrian Pop | Date: Mon May 11 16:53:59 2020 +0300 | | update readmes to make sure people use the submodule commits from OpenModelica | | M OMCompiler/README.Linux.md | M README.md | * commit f7069ab8f24e80ef57e0f0e4cbc896d9492ca5da | Author: Adrian Pop | Date: Tue May 12 00:57:05 2020 +0300 | | fix MSVC use of getcwd, allocate path dynamically | | M OMCompiler/SimulationRuntime/c/linearization/linearize.cpp | M OMCompiler/SimulationRuntime/c/util/omc_msvc.h | * commit 2d50069c74ca022d8713b15b6829d1f668809bb6 | Author: Adeel Asghar | Date: Mon May 11 19:10:47 2020 +0200 | | Clear the annotation attributes before parsing new ones | | M OMEdit/OMEditLIB/Annotations/PolygonAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Modeling/Commands.cpp | * commit 57ea0be64f2b43b38bbbd5bc5bc31ec8833cffc7 | Author: Per Östlund | Date: Mon May 11 12:15:22 2020 +0200 | | [NF] Fix ComponentRef.applySubscripts. | | - Don't apply subscripts to cref parts that come from the scope. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | A testsuite/flattening/modelica/scodeinst/Inline1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit e3d417519d93069c7d0bfd9ef7b91177ee0fbb6f | Author: Karim Abdelhak | Date: Thu May 7 13:26:57 2020 +0200 | | [CRuntime] update linearize output | | [testsuite] small update | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenUtil.tpl | M OMCompiler/SimulationRuntime/c/linearization/linearize.cpp | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation_data.h | M testsuite/openmodelica/linearization/linmodel.mos | M testsuite/openmodelica/linearization/simLotkaVolterra.mos | M testsuite/openmodelica/linearization/simNonlinear.mos | M testsuite/openmodelica/linearization/simTwoTank.mos | M testsuite/openmodelica/linearization/simVanDerPol.mos | M testsuite/openmodelica/linearization/simextfunction.mos | M testsuite/openmodelica/linearization/smallValues.mos | M testsuite/openmodelica/linearization/testArrayAlg.mos | M testsuite/openmodelica/linearization/testDrumBoiler.mos | M testsuite/openmodelica/linearization/testMathFuncs.mos | M testsuite/openmodelica/linearization/testRecordDiff.mos | M testsuite/openmodelica/linearization/testSortFunction.mos | M testsuite/openmodelica/linearization/testSteamPipe.mos | M testsuite/openmodelica/linearization/test_01.mos | M testsuite/openmodelica/linearization/test_02.mos | M testsuite/openmodelica/linearization/test_03.mos | M testsuite/openmodelica/linearization/test_04.mos | M testsuite/openmodelica/linearization/test_05.mos | M testsuite/openmodelica/linearization/test_06.mos | M testsuite/openmodelica/linearization/test_07.mos | M testsuite/openmodelica/linearization/test_dump_languages.mo | M testsuite/openmodelica/linearization/test_dump_languages.mos | M testsuite/openmodelica/linearization/testknownvar.mos | M testsuite/openmodelica/linearization/ticket3701.mos | * commit 1a324b0193e4711222542eb36a7146ae3ae45148 | Author: Karim Abdelhak | Date: Wed May 6 14:31:17 2020 +0200 | | [Cruntime] update linearization output report | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/linearization/linearize.cpp | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation_data.h | * commit 074bb17fefc730e50ae0908662df7ff446c8329f | Author: Karim Abdelhak | Date: Wed May 6 11:42:48 2020 +0200 | | [SimCode] update linearization dump languages | - ticket #5927 | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/openmodelica/linearization/Makefile | A testsuite/openmodelica/linearization/test_dump_languages.mo | A testsuite/openmodelica/linearization/test_dump_languages.mos | * commit c747575ea64e69a8ff1bc498a0529d244a3bd5b6 | Author: Karim Abdelhak | Date: Wed May 6 10:48:43 2020 +0200 | | Revert "[SimCode] update linearize" | | This reverts commit e64713421123da5b602f7291c8ffb11a2eb6798d. | See ticket #5927 | | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/openmodelica/linearization/linmodel.mos | M testsuite/openmodelica/linearization/simLotkaVolterra.mos | M testsuite/openmodelica/linearization/simNonlinear.mos | M testsuite/openmodelica/linearization/simTwoTank.mos | M testsuite/openmodelica/linearization/simVanDerPol.mos | M testsuite/openmodelica/linearization/simextfunction.mos | M testsuite/openmodelica/linearization/smallValues.mos | M testsuite/openmodelica/linearization/testArrayAlg.mos | M testsuite/openmodelica/linearization/testDrumBoiler.mos | M testsuite/openmodelica/linearization/testMathFuncs.mos | M testsuite/openmodelica/linearization/testRecordDiff.mos | M testsuite/openmodelica/linearization/testSortFunction.mos | M testsuite/openmodelica/linearization/testSteamPipe.mos | M testsuite/openmodelica/linearization/test_01.mos | M testsuite/openmodelica/linearization/test_02.mos | M testsuite/openmodelica/linearization/test_03.mos | M testsuite/openmodelica/linearization/test_04.mos | M testsuite/openmodelica/linearization/test_05.mos | M testsuite/openmodelica/linearization/test_06.mos | M testsuite/openmodelica/linearization/test_07.mos | M testsuite/openmodelica/linearization/testknownvar.mos | M testsuite/openmodelica/linearization/ticket3701.mos | * commit ce9a30f305b6c5547136482c179a3655d89bb2d2 | Author: niklwors | Date: Wed Apr 22 14:59:01 2020 +0200 | | Restructured omsicpp system library to reduce cpp fmu size | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Makefile.omsi.common | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/omsi_fmi2_me.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_factory.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_global_settings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ExtendedSimObjects.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ExtendedSimVars.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ExtendedSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IAlgLoopSolverFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IContinuous.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IEvent.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IExtendedSimObjects.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ILinearAlgLoop.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IMixedSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/INonLinearAlgLoop.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimObjects.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemInitialization.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemProperties.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/LinearAlgLoopDefaultImplementation.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/NonLinearAlgLoopDefaultImplementation.h | R096 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OSUSystem.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OMSUSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimObjects.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimVars.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SystemDefaultImplementation.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/ExtendedSimObjectOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryPolicy.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectOMCFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticExtendedSimObjectOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/AlgLoopSolverFactory.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/AlgLoopSolverFactory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/ContinuousEvents.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/ContinuousEvents.cpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/DiscreteEvents.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/DiscreteEvents.cpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/EventHandling.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/EventHandling.cpp | R082 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/LinearAlgLoopDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/LinearAlgLoopDefaultImplementation.cpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/NonLinearAlgLoopDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/NonLinearAlgLoopDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/SimObjects.cpp | R089 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimVars.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/SimVars.cpp | R097 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SystemDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Base/SystemDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Extended/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Extended/ExtendedSimObjects.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Extended/ExtendedSimVars.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Extended/ExtendedSystem.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/Extended/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/FactoryExport.cpp | R087 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OSUSystem.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OMSI/OMSUSystem.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimObjects.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/LibrariesConfig.h.in | * commit b31452a72408f3d04ff0c940b60484186a2bc1af | Author: hudson | Date: Sat May 9 17:29:27 2020 +0000 | | Updated libraries | * libraries 65678f4...e992ac6 (1): | > Bump libraries | | M libraries | * commit 9af1c38aa39a9b0794f819eef56c38fbb5329b2c | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Sat May 9 16:10:38 2020 +0200 | | Add error case for dump function (#849) | | - Dump functions should not be able to fail silently. | - Added error message to `dumpMarkedVarList` | | M OMCompiler/Compiler/BackEnd/BackendDump.mo | * commit 02f59410c4ca3cff76b5568b577c9754162b86d3 | Author: Adrian Pop | Date: Sat May 9 02:35:50 2020 +0300 | | curl_multi_wait is not available in CentOS 6 | | M OMCompiler/Compiler/runtime/om_curl.c | * commit d7417431427d483a8d2f00f26876f56cfde386c5 | Author: Adeel Asghar | Date: Fri May 8 20:40:10 2020 +0200 | | ticket:5943 Remove references of OPENMODELICAHOME | | M OMEdit/OMEditLIB/OMEditApplication.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit 2e8e599a487531c0e43b1e15858efd66caf5c059 | Author: hudson | Date: Fri May 8 18:53:26 2020 +0000 | | Updated libraries | * libraries 8e3e432...65678f4 (2): | > Bump libraries | > update MSL trunk patches due to versionData changes | | M libraries | * commit 3061305f5ecd29d0ad3580ef7eeca6a91d00c5d5 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Fri May 8 19:32:40 2020 +0200 | | Update README to use bionic | | Bionic 18.04 is a bit more recent than precise. | | M OMCompiler/README.Linux.md | * commit 598c381ac4593ce5fd1621c6b77591134126f4a7 | Author: Adrian Pop | Date: Fri May 8 02:19:07 2020 +0300 | | attempt to fix OMSICpp build on Ubuntu Focal 20.04 LTS | | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/CMakeLists.txt | * commit 04f40f23cc9a9d216173879778150211ffcc45fe | Author: Adeel Asghar | Date: Wed May 6 19:31:09 2020 +0200 | | Subclass QNetworkAccessManager to provide proxy authentication | | Fixes ticket:5935 if the user resides behind a proxy server then ask the user for proxy credentials. | Save the credentials to settings file. | | M OMEdit/OMEditLIB/CrashReport/CrashReportDialog.cpp | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/OMEditLIB/Traceability/TraceabilityInformationURI.cpp | A OMEdit/OMEditLIB/Util/NetworkAccessManager.cpp | A OMEdit/OMEditLIB/Util/NetworkAccessManager.h | * commit 918333ea22293937436bbac3834b0fdc43d4dfa2 | Author: John | Date: Fri May 8 13:43:25 2020 +0200 | | Refactor NFCall (#852) | | * Separated NFCallParameterTree from NFCall | | * Split CallAttributes from NFCall. Removed strange import | | * The package NFCall simplified into uniontype NFCall | | * Removed unused import | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | A OMCompiler/Compiler/NFFrontEnd/NFCallAttributes.mo | A OMCompiler/Compiler/NFFrontEnd/NFCallParameterTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInline.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 5d1022e813931bd755650424f15864ffa5b65269 | Author: Martin Sjölund | Date: Thu May 7 16:16:50 2020 +0200 | | Do not hardcode OPENMODELICAHOME in OMEdit | | This resolves ticket:5640. | | M OMCompiler/Compiler/runtime/settingsimpl.h | M OMEdit/OMEditGUI/OMEditGUI.unix.config.pri.in | M OMEdit/OMEditGUI/OMEditGUI.win.config.pri | M OMEdit/OMEditLIB/OMEditApplication.cpp | * commit 7c442bda4d77db18cd079029ca6f20f9b87f633a | Author: Karim Abdelhak | Date: Thu May 7 13:52:14 2020 +0200 | | [testsuite] update for alias conflict dump | | M testsuite/flattening/libraries/3rdParty/siemens/translatePipes.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3763.mos | M testsuite/openmodelica/linearization/testDrumBoiler.mos | M testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos | M testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test7.mos | M testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test8.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos | M testsuite/simulation/modelica/daemode/testDAEmodeDrumBoiler.mos | M testsuite/simulation/modelica/functions_eval/MoistAir.mos | M testsuite/simulation/modelica/indexreduction/linearStateAlias_cse.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos | M testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos | M testsuite/simulation/modelica/others/Bug3885.mos | M testsuite/simulation/modelica/others/EngineV6_evalParams.mos | * commit 3e544c9afc03df3e088bd3e5e337cc2720cfe178 | Author: Karim Abdelhak | Date: Wed May 6 12:49:25 2020 +0200 | | [BE] update conflicting alias report | - ticket #5928 | | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 0656dfe1015a1882287914afb60b597ccaaaf0b9 | Author: Per Östlund | Date: Thu May 7 14:14:30 2020 +0200 | | [NF] Check for out of bounds subscripts. | | M OMCompiler/Compiler/NFFrontEnd/NFAlgorithm.mo | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | A testsuite/flattening/modelica/scodeinst/ArrayBounds1.mo | A testsuite/flattening/modelica/scodeinst/ArrayBounds2.mo | A testsuite/flattening/modelica/scodeinst/ArrayBounds3.mo | A testsuite/flattening/modelica/scodeinst/ArrayBoundsAlg1.mo | A testsuite/flattening/modelica/scodeinst/ArrayBoundsBinding1.mo | A testsuite/flattening/modelica/scodeinst/ArrayBoundsEq1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit ad9edee84dbf51e69d1824141eb7f9e7572e56cd | Author: John | Date: Thu May 7 16:54:30 2020 +0200 | | Separated NFLookupTree from NFClassTree (#842) | | * Separated NFLookupTree from NFClassTree | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFDuplicateTree.mo | A OMCompiler/Compiler/NFFrontEnd/NFLookupTree.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 62573889814448de879382a8f61413edc0c3f668 | Author: vwaurich <12234403+vwaurich@users.noreply.github.com> | Date: Thu May 7 13:27:18 2020 +0200 | | search external alias in removed equations, fix init of external vars (#831) | | * search external alias in removed equations, fix init of external vars | | * remove bindings of external objects if they are alias vars | | * Removed matchcontinue. Fixed indention | | Co-authored-by: John | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | * commit 37ce5aa434325496def1c5ca05c44570cadea4d4 | Author: Martin Sjölund | Date: Thu May 7 08:40:21 2020 +0200 | | Do not output invalid UTF-8 for some lexer errors | | M OMCompiler/Parser/BaseModelica_Lexer.g | * commit 19c4128b3271f4cd25b87086295eb401fe8300d2 | Author: Per Östlund | Date: Thu May 7 12:16:44 2020 +0200 | | [NF] Improve EvalConstants for if-expressions. | | - Do branch selection for if-expressions if the condition is a literal | value after evaluating constants in it, to avoid having to evaluate | constants in branches that would be removed anyway. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M testsuite/flattening/modelica/scodeinst/Ticket5821.mo | * commit 7dc71fad3f0380e6e0ee94a2f898066edb3fe131 | Author: Adrian Pop | Date: Thu May 7 02:11:12 2020 +0300 | | fix ticket:5941, handle metarecords in bindings of function inputs and outputs | | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | * commit 68e8900b9f5dc9c8a35eab4956101bd363a0b997 | Author: Per Östlund | Date: Wed Apr 22 19:52:22 2020 +0200 | | [NF] Handle if-expressions better. | | - Handle if-expressions that have branches with different dimensions | better. | | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/IfExpression4.mo | * commit cf46c5d3a0a7334c03abd0eb54cd1d2b4d835bf7 | Author: Adeel Asghar | Date: Wed May 6 01:12:01 2020 +0200 | | Clear the status bar message after loading mol | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 59309e30059385a5b3fc4540506026f8d9300d3f | Author: John | Date: Wed May 6 00:08:55 2020 +0200 | | Split nested package in NF (#840) | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | A OMCompiler/Compiler/NFFrontEnd/NFDuplicateTree.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit be0d724cd71f9105d2bfa60ed8c4a330c16ee09b | Author: John | Date: Tue May 5 22:13:46 2020 +0200 | | Update NFTyping.mo (#841) | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 8c42856699a832a4524ed16e75cf3330204c90c0 | Author: Adrian Pop | Date: Tue May 5 18:16:35 2020 +0300 | | fix encryption builds | - use openssl 1.0 for semla (to not conflict with the msys/mingw based one) | - cleanup some link flags for libOpenModelicaCompiler.dll | | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Makefile.common | * commit 1a3d110c0f87ea419ce792acd9a4073bbb297d34 | Author: Adeel Asghar | Date: Mon May 4 23:31:05 2020 +0200 | | Create a unique folder to extract the contents of .mol | | Fixes ticket:5786 do not mix the contents of .mol while extracting different versions. | | Added a boolean parameter to loadEncryptedPackage to skip unziping of .mol | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.h | * commit c83c1ae1708c2bdac1bda177723b79cd187ac5d6 | Author: Martin Sjölund | Date: Mon May 4 14:33:55 2020 +0200 | | Allow bad within-clauses | | Previously, we allowed case-insensitive matches for the package.mo; if | the subsequent classes are wrong we now also allow those (but only if | it is still a case-insensitive match). | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 5c0333020b32312b59d1b4d89d25b7e8e33d95df | Author: Adrian Pop | Date: Mon May 4 18:18:19 2020 +0300 | | better fix for ticket:#5933, link libcurl statically on mingw | | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Compiler/runtime/om_curl.c | M OMCompiler/Makefile.omdev.mingw | * commit d68fffce94a4e376b18a8ed161cdb31f6f0633ec | Author: Adeel Asghar | Date: Mon May 4 18:59:25 2020 +0200 | | Default value for activate access annotation flag is all | | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit b221ac3839cd9ee93cb1e3fbc8a2d5aaea0f2b11 | Author: Adrian Pop | Date: Mon May 4 18:42:31 2020 +0300 | | Fix julia parsing (#506) | | * update external julia after module changes | | * load the required julia modules from the external C code | | * send the acceptedGram to julia parseFile as well | | * load Absyn module as well | | M OMCompiler/Compiler/Template/Unparsing.tpl | M OMCompiler/Parser/MetaModelicaJuliaLayer.c | M OMCompiler/Parser/OpenModelicaJuliaHeader.h | M OMCompiler/Parser/Parser_jl.c | * commit abe7693d5158c3ea9565c78b63eeef3977809f71 | Author: Martin Sjölund | Date: Mon May 4 12:01:22 2020 +0200 | | Improve error messages when a package does not exist | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/PackageManagement.mo | * commit 92e138af3a125c5ba349b1e98c1b0184e6e6d994 | Author: Adrian Pop | Date: Sun May 3 21:55:33 2020 +0300 | | copy libcurl dll and dependencies to build/bin | | M OMCompiler/Makefile.omdev.mingw | * commit e64713421123da5b602f7291c8ffb11a2eb6798d | Author: Karim Abdelhak | Date: Sun May 3 14:49:21 2020 +0200 | | [SimCode] update linearize | - linearizing a system provides information about states, inputs and outputs | - ticket #5927 | | [testsuite] update | | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/openmodelica/linearization/linmodel.mos | M testsuite/openmodelica/linearization/simLotkaVolterra.mos | M testsuite/openmodelica/linearization/simNonlinear.mos | M testsuite/openmodelica/linearization/simTwoTank.mos | M testsuite/openmodelica/linearization/simVanDerPol.mos | M testsuite/openmodelica/linearization/simextfunction.mos | M testsuite/openmodelica/linearization/smallValues.mos | M testsuite/openmodelica/linearization/testArrayAlg.mos | M testsuite/openmodelica/linearization/testDrumBoiler.mos | M testsuite/openmodelica/linearization/testMathFuncs.mos | M testsuite/openmodelica/linearization/testRecordDiff.mos | M testsuite/openmodelica/linearization/testSortFunction.mos | M testsuite/openmodelica/linearization/testSteamPipe.mos | M testsuite/openmodelica/linearization/test_01.mos | M testsuite/openmodelica/linearization/test_02.mos | M testsuite/openmodelica/linearization/test_03.mos | M testsuite/openmodelica/linearization/test_04.mos | M testsuite/openmodelica/linearization/test_05.mos | M testsuite/openmodelica/linearization/test_06.mos | M testsuite/openmodelica/linearization/test_07.mos | M testsuite/openmodelica/linearization/testknownvar.mos | M testsuite/openmodelica/linearization/ticket3701.mos | * commit 97aec02bd97ff8b740a7f797328cec4fa445fd76 | Author: Per Östlund | Date: Fri May 1 14:10:45 2020 +0200 | | Fix dumping of (x ^ y) ^ z. | | - Fix algorithm for determining when parentheses are required so that ^ | is correctly handled. | | M OMCompiler/Compiler/FrontEnd/Dump.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperator.mo | * commit 3e339e2b719bc07aef1093466e311146f766a01f | Author: hudson | Date: Sat May 2 17:28:06 2020 +0000 | | Updated libraries | * libraries 5df0ad1...8e3e432 (1): | > Bump libraries | | M libraries | * commit d5256b6de0c2e474b7e91d8ec9a11bd3eb869fa3 | Author: hudson | Date: Fri May 1 17:33:27 2020 +0000 | | Updated libraries | * libraries a48fc6a...5df0ad1 (1): | > Bump libraries | | M libraries | * commit c9a097c5fd419c3ec5b1dc951bcdc4291f1d59fd | Author: hudson | Date: Thu Apr 30 17:37:06 2020 +0000 | | Updated libraries | * libraries 5938e23...a48fc6a (1): | > Bump libraries | | M libraries | * commit 855c238678996b7c74172e18a007745f1ac8b883 | Author: Per Östlund | Date: Thu Apr 30 13:21:29 2020 +0200 | | [NF] Handle empty prefix in flattenBindingExp. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit c89e987271e69e5a9e0e5d22b293dcf4d80643bd | Author: Martin Sjölund | Date: Thu Apr 30 09:16:51 2020 +0200 | | Add the missing file for package manager documentation | | A doc/UsersGuide/source/packagemanager.rst | * commit 3188ef6bb7e010d4c4dd3495b5d8d1c0369780a1 | Author: hudson | Date: Wed Apr 29 17:29:40 2020 +0000 | | Updated libraries | * libraries 85202ae...5938e23 (1): | > Bump libraries | | M libraries | * commit 583773cb1f8a36bed2eac77e68eb816a55e1715c | Author: Per Östlund | Date: Wed Apr 29 13:41:43 2020 +0200 | | [NF] Improve record handling in EvalFunction. | | - Handle records with local references in bindings properly when | evaluating functions. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | A testsuite/flattening/modelica/scodeinst/CevalFuncRecord7.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit e7bde965d3d9d5c4903a99353348bd2751bddb39 | Author: Martin Sjölund | Date: Wed Apr 29 09:53:35 2020 +0200 | | Make package.order errors into warnings | | If for some reason the package.order handling fails, default to the same | order as if there was no package.order file. | | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/mosfiles/TestLoadModel.mos | * commit a793e63569decb419e3db031c42ca732b28aaf00 | Author: Martin Sjölund | Date: Wed Apr 29 09:47:07 2020 +0200 | | Fix linking of libcurl on Linux | | M OMCompiler/configure.ac | * commit 98d8681d8b2b4bde6aa4b12bd1ac8cb5ae5c39b0 | Author: Martin Sjölund | Date: Wed Apr 29 08:21:37 2020 +0200 | | Add API for a package manager (#814) | | * Add API for a package manager | | - `installPackage(Buidlings, "6.0.0")` | - `updatePackageIndex()` | - `upgradeInstalledPackages(installNewestVersions=true)` | | The `getAvailableLibraries` and `loadModel` APIs no longer look for the | impact binary, and `getAvailableLibraries()` only lists installed | libraries. | | Note that `loadModel()` still needs to be updated to do the dependency resolution; the package manager is slightly separate. | | M .openmodelica.aspell | M Jenkinsfile | M OMCompiler/COPYING | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/Global/Global.mo | M OMCompiler/Compiler/Parsers/JSON.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | A OMCompiler/Compiler/Script/PackageManagement.mo | A OMCompiler/Compiler/Stubs/PackageManagement.mo | A OMCompiler/Compiler/Util/Curl.mo | M OMCompiler/Compiler/Util/Error.mo | A OMCompiler/Compiler/Util/SemanticVersion.mo | A OMCompiler/Compiler/Util/Unzip.mo | M OMCompiler/Compiler/Util/Util.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Compiler/runtime/Makefile.common | A OMCompiler/Compiler/runtime/om_curl.c | A OMCompiler/Compiler/runtime/om_unzip.c | M OMCompiler/configure.ac | M doc/UsersGuide/source/index.rst | * commit d37a91dc15452f948df9d10c55c90c10e6fd416b | Author: Per Östlund | Date: Tue Apr 28 12:40:26 2020 +0200 | | [NF] Improve lookup for expandable connectors. | | - Check that the scope is an expandable connector instance before | allowing lookup of non-existing names. | - Don't continue the lookup if a non-existing name is found in an | expandable connector, just convert the remaining cref and return it. | - Exit early in Type.subscript if the type is unknown, since a | subscripted unknown type is still unknown. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M testsuite/flattening/modelica/scodeinst/ExpandableConnectorNonDecl3.mo | * commit 38a1cbb6f40e4ff5c4639d363af3e4d68398153f | Author: Adeel Asghar | Date: Tue Apr 28 13:08:15 2020 +0200 | | Fixes ticket#5923 flag for moving the connectors together | | Allow users moving the connectors both on icon and diagram layer. | By default the flag is not enabled i.e., the connectors don't move together. | | M OMEdit/OMEditLIB/Component/Component.cpp | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/Commands.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | * commit 43c89026320f5b9fce5092d48d5731df7fe8a901 | Author: Adeel Asghar | Date: Mon Apr 27 18:35:31 2020 +0200 | | Updated the documentation paths | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/OMC/OMCProxy.cpp | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp | R095 OMEdit/Testsuite/BrowseMSL/Test.cpp OMEdit/Testsuite/BrowseMSL/BrowseMSL.cpp | R093 OMEdit/Testsuite/BrowseMSL/Test.h OMEdit/Testsuite/BrowseMSL/BrowseMSL.h | M OMEdit/Testsuite/BrowseMSL/BrowseMSL.pro | R097 OMEdit/Testsuite/Diagram/Test.cpp OMEdit/Testsuite/Diagram/Diagram.cpp | R094 OMEdit/Testsuite/Diagram/Test.h OMEdit/Testsuite/Diagram/Diagram.h | M OMEdit/Testsuite/Diagram/Diagram.pro | M OMEdit/Testsuite/RunOMEditTestsuite.sh | M OMEdit/Testsuite/Transformation/Transformation.pro | R091 OMEdit/Testsuite/Transformation/Test.cpp OMEdit/Testsuite/Transformation/TransformationTest.cpp | R091 OMEdit/Testsuite/Transformation/Test.h OMEdit/Testsuite/Transformation/TransformationTest.h | * commit 7820bc2dc502e7303be9b44552290334f98ed594 | Author: hudson | Date: Mon Apr 27 17:32:40 2020 +0000 | | Updated libraries | * libraries 1721339...85202ae (1): | > Bump libraries | | M libraries | * commit 74c5e73aad10b9da4e89f9defcfeea7e0d696830 | Author: Per Östlund | Date: Mon Apr 27 15:17:25 2020 +0200 | | Implement ErrorExt.getCheckpointMessages. | | - Added ErrorExt.getCheckpointMessages that returns and pops only the | messages added since the last checkpoint. | - Use getCheckpointMessages in NFTyping instead of getMessages, since | that was the original intent and using getMessages will sometimes | cause e.g. execstat messages to be eaten. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Util/ErrorExt.mo | M OMCompiler/Compiler/runtime/errorext.cpp | * commit 38d1c0d207de4175b5017fccaac1e3146cf2d772 | Author: Per Östlund | Date: Mon Apr 27 12:22:52 2020 +0200 | | [NF] Fix type checking of complex types. | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | * commit 785bff27b4277fff64bce69e4eeda74e2c1a9b68 | Author: hudson | Date: Sun Apr 26 17:29:02 2020 +0000 | | Updated libraries | * libraries 670c76e...1721339 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit 5727cb1a61bcd7358b91e17d28d9c505f81a6254 | Author: Adeel Asghar | Date: Fri Apr 24 20:13:19 2020 +0200 | | Restrict closing the simulation output window | | While the model is compiling or simulating then don't allow closing the simulation output window. | | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.h | * commit 6dd25b67655e44ea6168b44f8084fb2e23cec790 | Author: Adeel Asghar | Date: Fri Apr 24 19:09:42 2020 +0200 | | Use addr2line to dump filename and line number | | M OMEdit/OMEditGUI/main.cpp | M OMEdit/OMEditLIB/OMEditLIB.unix.config.pri.in | * commit d35dcf0e831a4dc011f93f48d66f87627c8da1b2 | Author: Per Östlund | Date: Fri Apr 24 13:29:59 2020 +0200 | | [NF] Improve typing of binding equations. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 801a3d511315956fb78a58de85c53164a66db8c1 | Author: hudson | Date: Thu Apr 23 17:32:30 2020 +0000 | | Updated libraries | * libraries b308d95...670c76e (1): | > Bump libraries | | M libraries | * commit 895904a419ed0e85bb42ff93af42187ef2c3f108 | Author: Martin Sjölund | Date: Wed Feb 19 11:58:00 2020 +0100 | | Increase precision of unit conversions | | Helper funtion for QString::number with default precision of 16. | | M OMEdit/OMEditLIB/Component/ComponentProperties.cpp | M OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M OMEdit/OMEditLIB/Util/StringHandler.h | M OMEdit/OMEditLIB/Util/Utilities.cpp | * commit 9d1034ff5477d0bce4beb629aa3f805b3ac74ad2 | Author: Adeel Asghar | Date: Thu Apr 23 11:42:28 2020 +0200 | | Apply changes of connector on both icon and diagram views | | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/Commands.h | * commit ed034221579f2a4cd497da13d777ad8747952d3d | Author: Per Östlund | Date: Wed Apr 22 20:07:31 2020 +0200 | | [NF] Improve Expression.recordElement. | | - Handle subscripted expressions properly in Expression.recordElement. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit 64e28d630132c1ba96f09876c026e289acb8ed39 | Author: hudson | Date: Wed Apr 22 17:31:31 2020 +0000 | | Updated libraries | * libraries 5738dde...b308d95 (1): | > Bump libraries | | M libraries | * commit bdb3bc60753aec19bf1746d647ec092dd70f6336 | Author: Adeel Asghar | Date: Wed Apr 22 16:42:02 2020 +0200 | | Enable the zoom for plotting diagram window | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 01e66b5572042c6ac359b50b9cebfcc43981e4a5 | Author: Per Östlund | Date: Wed Apr 22 13:07:47 2020 +0200 | | [NF] Fix eval of record field with parent binding. | | - Use the one true record field lookup function Expression.recordElement | instead of buggy knockoff functions. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit a6efb2b39db680d54782186826204e2ffb466a17 | Author: hudson | Date: Tue Apr 21 17:32:53 2020 +0000 | | Updated libraries | * libraries 1a8c2b0...5738dde (1): | > Bump libraries | | M libraries | * commit 88821f4529b2da6978bb0951bd6f5d15c80aa038 | Author: Per Östlund | Date: Tue Apr 21 15:06:37 2020 +0200 | | Spell checking | | M OMCompiler/Compiler/BackEnd/Causalize.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M testsuite/simulation/modelica/indexreduction/PantelidesSingular.mos | M testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos | * commit 4ddd3d1cf5e33dc867d83d0fc54d2c88e043d172 | Author: Per Östlund | Date: Tue Apr 21 13:39:12 2020 +0200 | | [NF] Improve deduction of unknown dimensions. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit a871306e12e31ba0efb83072cb2472bc40d6363a | Author: Per Östlund | Date: Tue Apr 21 12:40:51 2020 +0200 | | [NF] Fix Type.setArrayElementType. | | - Use liftArrayLeftList in setArrayElementType instead of just creating | a new array type, to avoid creating nested array types when the | element type itself is an array. | | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit 5fc329e9dd103bbf69c1d946daa08242710fdc50 | Author: Adeel Asghar | Date: Tue Apr 21 11:18:09 2020 +0200 | | Debug reading and parsing of info json file | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | * commit da6919f2cb5480d05999a1fccf96f1982e30fc47 | Author: Adeel Asghar | Date: Mon Apr 20 17:11:19 2020 +0200 | | Read the parser error instead of file error | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit d36a528d887806dfd261add47edc78dea60683b6 | Author: Adeel Asghar | Date: Mon Apr 20 17:00:16 2020 +0200 | | Fixes ticket:5841 Use the same coordinate system | | When showing the diagram in the plotting perspective use the same coordinate system as of actual modeling diagram | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp | * commit 39ab59200526245395e53dc7e9b5fd890263e784 | Author: hudson | Date: Mon Apr 20 17:28:48 2020 +0000 | | Updated libraries | * libraries 84081e6...1a8c2b0 (1): | > Bump libraries | | M libraries | * commit 954477ba4e46df5d0707492ab25b7c66baf1ddce | Author: Karim Abdelhak | Date: Mon Apr 20 15:06:17 2020 +0200 | | [SimCode] fix DAEMode includes for external calls | - use includes instead of directory includes | - ticket #5916 | | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | * commit 291aef2a07ce4fd2c0bafbd6b8fac02d5a740b17 | Author: Per Östlund | Date: Mon Apr 20 13:15:22 2020 +0200 | | [NF] Record improvements. | | - Fix evaluation of record field crefs so that getting the binding from | the parent's parent (and so on) works properly. | - When determining the default argument for a function parameter of | record type, try to create an argument from the record's fields if the | parameter itself does not have a binding. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecordBinding8.mo | M testsuite/flattening/modelica/scodeinst/RecordConstructor2.mo | * commit d5ae32701677fbd1ea36fd32f93df50a6ddc1718 | Author: Adeel Asghar | Date: Fri Apr 17 16:37:56 2020 +0200 | | Ticket:5829 Show the plotting window after simulation | | After simulating with 3d visualization make sure that normal simulation opens the plotting window instead of showing an animation window. | | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | * commit 654cf9f940962e522bd85bfce2d728777aab398d | Author: Adeel Asghar | Date: Thu Apr 16 17:06:19 2020 +0200 | | Move whole connection when start and end components are moved | | Fixes ticket:5846 | | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/LineAnnotation.h | M OMEdit/OMEditLIB/Component/Component.cpp | M OMEdit/OMEditLIB/Component/Component.h | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/Commands.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 2a2f15733c5379e6ab169f7d80ede568274d5e0c | Author: Per Östlund | Date: Thu Apr 16 16:01:18 2020 +0200 | | [NF] Flat Modelica improvements. | | - Reconstruct record instances from the field variables before dumping | the flat model. | - Split component references at record boundaries when dumping them | (i.e. 'R'.'T' instead of 'R.T'). | - Quote the type name when dumping enumeration literal expressions. | - Fix dumping of 'each' for type attributes. | | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | * commit b992a83bf9d1ceba7616368594ef1c8f095b8191 | Author: Adeel Asghar | Date: Wed Apr 15 17:26:38 2020 +0200 | | Call prepareGeometryChange before changing boundingRect of shape | | Fixes ticket:5903 Removes the connection line properly after the undo | | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 742ad566b4be678e045b10c3c64d4cd71e1351f9 | Author: hudson | Date: Wed Apr 15 17:32:06 2020 +0000 | | Updated libraries | * libraries dd10641...84081e6 (1): | > Bump libraries | | M libraries | * commit 0c65c3b68f5f3deb460cc1d7fb9200df19f17e57 | Author: hudson | Date: Tue Apr 14 17:32:11 2020 +0000 | | Updated libraries | * libraries ab82c38...dd10641 (1): | > Bump libraries | | M libraries | * commit 8183de87e121ee33529a1fd9311b42d1e8976661 | Author: hudson | Date: Mon Apr 13 17:31:14 2020 +0000 | | Updated libraries | * libraries 4d068c9...ab82c38 (1): | > Bump libraries | | M libraries | * commit 5d4fffdc02847e882c5d58040841ce1b6ad5193b | Author: hudson | Date: Sun Apr 12 17:29:50 2020 +0000 | | Updated libraries | * libraries c75f833...4d068c9 (1): | > Bump libraries | | M libraries | * commit 6a0d93f5359f49ee74ad05b27b1daef982cc473a | Author: hudson | Date: Sat Apr 11 17:30:56 2020 +0000 | | Updated libraries | * libraries cac558d...c75f833 (1): | > Bump libraries | | M libraries | * commit 033f38916afc3dbdc5094f3fdfdad1fa690f8453 | Author: hudson | Date: Thu Apr 9 17:32:01 2020 +0000 | | Updated libraries | * libraries b7cd628...cac558d (1): | > Bump libraries | | M libraries | * commit 98a8dbc265d083c93f01ff972e47781ca3b52d26 | Author: Per Östlund | Date: Thu Apr 9 12:25:54 2020 +0200 | | [NF] Fix type matching of boxed binary ops. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | A testsuite/flattening/modelica/scodeinst/FunctionalArgBinary1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit eee61a987be382a03e9434bdb4ac56b69db09488 | Author: hudson | Date: Wed Apr 8 17:32:38 2020 +0000 | | Updated libraries | * libraries d6a3fa8...b7cd628 (1): | > Bump libraries | | M libraries | * commit 111b8a66790e5162c19889b9547e0c8e3845b9f0 | Author: Adeel Asghar | Date: Wed Apr 8 15:23:18 2020 +0200 | | Read the correct file | | Fixed ticket:5895 | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | * commit 36a3ec8dbe417b1423b507af78037a880c8fc933 | Author: Adeel Asghar | Date: Wed Apr 8 13:47:23 2020 +0200 | | ticket:5908 Don't propagate mouse event when creating connection | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit a2d6db231c1eceaf3a26f8526c72f4445e842579 | Author: Per Östlund | Date: Wed Apr 8 12:37:36 2020 +0200 | | [NF] More flat Modelica improvements. | | - Collect types from functions too. | - Quote enumeration names. | - Handle subscripted general expressions by generating subscripting | functions. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit 0d25be9cc67205636ef748239694de4473665db8 | Author: Per Östlund | Date: Wed Apr 8 11:26:46 2020 +0200 | | [NF] Flat modelica improvements. | | - Quote record calls. | - Print the whole path of complex type names, not just the node name. | - Collect and dump record and enumeration types that are used in the | flat model. | | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | * commit c5be66819f20189ac879b4c20e336637e4de5e6b | Author: hudson | Date: Tue Apr 7 17:29:19 2020 +0000 | | Updated libraries | * libraries 35d6d4c...d6a3fa8 (1): | > Bump libraries | | M libraries | * commit 0c0d97d31712a4a4b1abef77a34384bfe855a4cb | Author: hudson | Date: Mon Apr 6 17:35:25 2020 +0000 | | Updated libraries | * libraries 5c1101c...35d6d4c (1): | > Bump libraries | | M libraries | * commit 4a327ea424396bc95a0e61d2f5e87f7a197bd14c | Author: Per Östlund | Date: Mon Mar 30 13:39:35 2020 +0200 | | [NF] Flat modelica output prototype. | | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperator.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/flattening/modelica/scodeinst/Cardinality2.mo | M testsuite/flattening/modelica/scodeinst/Condition5.mo | M testsuite/flattening/modelica/scodeinst/Condition6.mo | M testsuite/flattening/modelica/scodeinst/Connect2.mo | M testsuite/flattening/modelica/scodeinst/Connect4.mo | M testsuite/flattening/modelica/scodeinst/Connect5.mo | M testsuite/flattening/modelica/scodeinst/ConnectDiffOrder1.mo | M testsuite/flattening/modelica/scodeinst/ConnectDiffOrder2.mo | M testsuite/flattening/modelica/scodeinst/ConstantConnector3.mo | M testsuite/flattening/modelica/scodeinst/ExtendConnector1.mo | M testsuite/flattening/modelica/scodeinst/ForConnect1.mo | M testsuite/flattening/modelica/scodeinst/IfConnect1.mo | M testsuite/flattening/modelica/scodeinst/InStreamFlowThreshold.mo | M testsuite/flattening/modelica/scodeinst/InStreamInsideOutside.mo | M testsuite/flattening/modelica/scodeinst/InStreamNominalThreshold.mo | M testsuite/flattening/modelica/scodeinst/InStreamPipeline.mo | M testsuite/flattening/modelica/scodeinst/InStreamTwoOutside.mo | M testsuite/flattening/modelica/scodeinst/OCGTests.mos | * commit 4f16050513729b71351163c878b37ab64cbca294 | Author: John | Date: Mon Apr 6 17:20:00 2020 +0200 | | Ticket-5848: First level nested components detected by OMSens (#775) | | * Ticket-5848: First level nested components is now detected by the OMSens plugin | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 034e66bd4607e3046719ff6af062f0bf68700302 | Author: Adeel Asghar | Date: Mon Apr 6 15:54:19 2020 +0200 | | Only apply the icon/diagram map on the primitive shapes | | Fixes ticket:5907 correctly draw the inherited connections | | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | * commit 761b5de8c37602a8e2916615e6ee33a391cf25d4 | Author: Adeel Asghar | Date: Sun Apr 5 17:32:36 2020 +0200 | | Check for more possible file names | | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 58c7a5314567628476697fd560ecb4c5635291a4 | Author: Adeel Asghar | Date: Fri Feb 7 10:42:04 2020 +0100 | | Fixes ticket:5816 | | Read the coordinate system from the model. | If its not complete then read from the first base class. Use the merged coordinate system everywhere. | Otherwise use the default values. | | Fixes ticket:5878 rendering of bitmap shape | Fixes ticket:5879 Added origin marker for graphical primitive shapes | | M OMCompiler/Compiler/FrontEnd/Constants.mo | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/BitmapAnnotation.h | M OMEdit/OMEditLIB/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/PolygonAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/RectangleAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | M OMEdit/OMEditLIB/Component/Component.cpp | M OMEdit/OMEditLIB/Component/CornerItem.cpp | M OMEdit/OMEditLIB/Component/CornerItem.h | M OMEdit/OMEditLIB/Component/Transformation.cpp | M OMEdit/OMEditLIB/Component/Transformation.h | M OMEdit/OMEditLIB/Editors/BaseEditor.cpp | M OMEdit/OMEditLIB/Modeling/CoOrdinateSystem.cpp | M OMEdit/OMEditLIB/Modeling/CoOrdinateSystem.h | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/Commands.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.h | M OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp | M OMEdit/OMEditLIB/Util/Helper.h | M OMEdit/OMEditLIB/Util/StringHandler.cpp | M testsuite/openmodelica/interactive-API/AddClassAnnotation.mos | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/interactive-API/Buildings.PartialFlowMachine.mos | M testsuite/openmodelica/interactive-API/IllegalGraphics.mos | M testsuite/openmodelica/interactive-API/Ticket5506.mos | M testsuite/openmodelica/interactive-API/Ticket5565.mos | M testsuite/openmodelica/interactive-API/Ticket5571.mos | M testsuite/openmodelica/interactive-API/getIconAnnotation.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | M testsuite/openmodelica/interactive-API/interactive_api_classes.mos | * commit 45c31e910124717c4307502d5da47693eef898a1 | Author: hudson | Date: Thu Apr 2 17:29:49 2020 +0000 | | Updated libraries | * libraries fac662d...5c1101c (1): | > Bump libraries | | M libraries | * commit 390e593bb5febcea8447949b9175575bc8d1e4c6 | Author: Per Östlund | Date: Wed Apr 1 14:10:58 2020 +0200 | | [NF] Fix node type of derived nodes. | | - Set the node type for derived nodes during instantiation instead of | during expansion, since expansion only changes the class the node | points to and not the node itself (which results in the node type not | being set if the expanded class is reused). | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | A testsuite/flattening/modelica/scodeinst/ExtendsShort3.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 8a5138f38c84c9ddae72f492f5d56e345c1aef3c | Author: hudson | Date: Mon Mar 30 17:32:35 2020 +0000 | | Updated libraries | * libraries bc5ff97...fac662d (1): | > Bump libraries | | M libraries | * commit 0359763c6f1ebef2de3193261aab6e39c4dc26dc | Author: hudson | Date: Sun Mar 29 17:29:39 2020 +0000 | | Updated libraries | * libraries 9752d7a...bc5ff97 (1): | > Bump libraries | | M libraries | * commit 14ef94cec7f13744d1cc31c986e0cb27ab668f2c | Author: hudson | Date: Sat Mar 28 18:30:14 2020 +0000 | | Updated libraries | * libraries 2c93138...9752d7a (1): | > Bump libraries | | M libraries | * commit 657d8b372161b13df1c937f78a014cc5a0e2ac00 | Author: hudson | Date: Fri Mar 27 18:29:36 2020 +0000 | | Updated libraries | * libraries 2dc6e69...2c93138 (1): | > Bump libraries | | M libraries | * commit 24d221dc49a5b17a272606e0c040e2969ff44d5a | Author: hudson | Date: Thu Mar 26 18:32:50 2020 +0000 | | Updated libraries | * libraries e395832...2dc6e69 (1): | > Bump libraries | | M libraries | * commit 0cb85c4a4ee0efd7fc0ed8ec600c9c77cd067199 | Author: Per Östlund | Date: Thu Mar 26 11:18:58 2020 +0100 | | [NF] Improve constants/parameters in records. | | - Fill in the list of fields in record types during typing instead of | during instantiation, to make sure the fields are collected from the | instantiated record constructor and not a component node (which might | have variability applied). | - Retain the order of variables in record constructors instead of | adding constants/parameters last, since that causes issues when | evaluating record constructors. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 5674f137835123019fbc2f05def445c00acadaf6 | Author: hudson | Date: Wed Mar 25 18:30:31 2020 +0000 | | Updated libraries | * libraries d27e62c...e395832 (1): | > Bump libraries | | M libraries | * commit ebc5dd384f27d245ef0c672623259e20ca9724bd | Author: hudson | Date: Tue Mar 24 18:30:55 2020 +0000 | | Updated libraries | * libraries 98ca6ab...d27e62c (1): | > Bump libraries | | M libraries | * commit db87929bcdae3f2cad9e61fd06c077f0613391eb | Author: hudson | Date: Mon Mar 23 18:29:10 2020 +0000 | | Updated libraries | * libraries 33a9a37...98ca6ab (1): | > Bump libraries | | M libraries | * commit 71e1fc0fc28e0133daca2fd0ebecc5c9f45217cf | Author: Adeel Asghar | Date: Sun Mar 22 22:46:50 2020 +0100 | | Just quote the package tool executable path | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 2850a5400d53db94c58d693a29977c5279303d6f | Author: hudson | Date: Sat Mar 21 18:30:33 2020 +0000 | | Updated libraries | * libraries f04c1a9...33a9a37 (1): | > Bump libraries | | M libraries | * commit 30e678f5e9da972062f14a47a8c3883322881605 | Author: Adrian Pop | Date: Sat Mar 21 13:59:17 2020 +0200 | | do not delete OMEncryption if present on gitclean | | M Makefile.in | M Makefile.omdev.mingw | * commit 19489a94a4e940fd5fb3e6acd28c1049d5bfdd5c | Author: Adrian Pop | Date: Sat Mar 21 12:07:56 2020 +0200 | | simplify and fix the dependencies for the encryption build | | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/Makefile.omdev.mingw | * commit 4650237d45e56f7a7c7035f764ecb6a5fddac3ff | Author: Adeel Asghar | Date: Fri Mar 20 21:56:26 2020 +0100 | | Quote the packagetool command | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 56c9805b2567f8a83f011b773a11b495f2a6cdc3 | Author: hudson | Date: Fri Mar 20 18:32:07 2020 +0000 | | Updated libraries | * libraries f631d34...f04c1a9 (1): | > Bump libraries | | M libraries | * commit 63f09a8281b1aec962c4cccc0342a58a63056af7 | Author: hudson | Date: Thu Mar 19 18:31:17 2020 +0000 | | Updated libraries | * libraries 0146448...f631d34 (1): | > Bump libraries | | M libraries | * commit 3e4dd5d61ef964cc706aecc88f311590b4b3cb37 | Author: hudson | Date: Wed Mar 18 18:33:17 2020 +0000 | | Updated libraries | * libraries 2ecd0d3...0146448 (1): | > Bump libraries | | M libraries | * commit f65d716d051540d77ebe82cc808c803c8dbac412 | Author: hudson | Date: Tue Mar 17 18:33:12 2020 +0000 | | Updated libraries | * libraries e4157e7...2ecd0d3 (1): | > Bump libraries | | M libraries | * commit de76be556a8c28511395382ef76d8c53183d1333 | Author: Adeel Asghar | Date: Mon Mar 16 18:58:00 2020 +0100 | | Fixes ticket:5326 show public connectors of encrypted package | | M OMCompiler/Compiler/Script/Interactive.mo | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit c46c1d12802359fb7d68db546fe1c87bd226e6fb | Author: hudson | Date: Mon Mar 16 18:31:21 2020 +0000 | | Updated libraries | * libraries d7ee2da...e4157e7 (1): | > Bump libraries | | M libraries | * commit 09a3c55f950ac0bad1cf25a96a730205eaf0efec | Author: Adrian Pop | Date: Mon Mar 16 00:23:30 2020 +0200 | | fix Linux nightly, link with pthread for boost/asio | | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/CMakeLists.txt | * commit 162724b0261367b1b74b042422a33f5dcd1d895d | Author: Adrian Pop | Date: Mon Mar 16 00:08:15 2020 +0200 | | proper path to the shared fmilibrary to set rpath | | M OMCompiler/Makefile.common | * commit 02238f252d900d02fd61cc10b98cc5edf7b878ed | Author: hudson | Date: Sun Mar 15 18:32:05 2020 +0000 | | Updated libraries | * libraries 8dce404...d7ee2da (1): | > Bump libraries | | M libraries | * commit 274fd463070bab2095cff55f30dc8f27050e2b46 | Author: Andreas Heuermann | Date: Sun Mar 15 14:37:29 2020 +0100 | | Fixes for directional derivatives of C FMI | | Fix for ticket 5889 | | - Allocate and free memory for directional derivatives in C FMI | - Added test to initilaize, simulate and deinitialize C FMU with | OMSimulator and `-disableDirectionalDerivatives` | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/testDirectionalDerivatives.mos | * commit 502da30be5a96f1057bc2d39868e8207b94b4b60 | Author: Adrian Pop | Date: Sat Mar 14 21:46:06 2020 +0200 | | fix macos nightly-builds | funny one, it was running install_name_tool on the | lib in the /build directory, then used the lib in | the /install directory | | M OMCompiler/Makefile.common | * commit 7b32915f2530c663fa250eadad0b732d95004aa3 | Author: hudson | Date: Sat Mar 14 18:28:55 2020 +0000 | | Updated libraries | * libraries 79777e4...8dce404 (1): | > Bump libraries | | M libraries | * commit 36dc6fd243e276085d5e0b11f3fdaa375366ec9c | Author: hudson | Date: Fri Mar 13 18:29:12 2020 +0000 | | Updated libraries | * libraries a81fbd5...79777e4 (3): | > Bump libraries | > Bump libraries | > update MSL trunk version | | M libraries | * commit 98b88856bac54ded5995af646cb2f219b69cbada | Author: Adrian Pop | Date: Thu Mar 12 21:50:50 2020 +0200 | | attempt to fix Cpp runtime library coverage | | M OMCompiler/Makefile.common | * commit a0ee60ad41c6b2113f24efa8cab6b0d33844676d | Author: Adeel Asghar | Date: Thu Mar 12 13:03:16 2020 +0100 | | Chinese translations update from LI Wenhui | | M OMEdit/OMEditLIB/Resources/nls/OMEdit_zh_CN.ts | * commit 5041c4b289576d06e4c213d97f9c33f11c5476ae | Author: Adeel Asghar | Date: Thu Mar 12 12:51:01 2020 +0100 | | Better error message | | M OMEdit/OMEditLIB/Util/Helper.cpp | * commit 573788c51e08e1078e115f5f60590758bd68a886 | Author: niklwors | Date: Fri May 17 16:33:31 2019 +0200 | | [OMSICpp/cppRuntime] Extended cpp runtime to OMSI Cpp library | Renamed cpp runtime to omsicpp runtime | omsicpp code target is later used to extend omsic codegeneration with additonal | functionality | OMSICpp Simulation runtime for FMU 2.0 ME and OMSUC simulation in C++. | - Added OMSICpp build | - Use CMake to build SimultaionRuntime/OMSICpp | - Added OMSICpp folder in SimulationRuntime | - The code targets cpp and cpp fmu using this runtime also now | - Using OMSIBase library for base functionalities shared with OMSIC runtime | - Wrapper class for FMI 2.0 ModelExchange functions | - Functions for continuous simulation of FMU/OMSU | - Functions for event simulation of FMU/OMSU | - Getter and Setter functions for FMU/OMSU | - Logging and some debugging functionalities | - Initialization and deallocation of FMU/OMSU | - OMSICpp Simulation runtime which supports omsu/fmu 2.0 ME and the old | cpp code traget systems | - Documentation with Doxygen | - Doxyfile not included | | Co-authored-by: AnHeuermann | Co-authored-by: wibraun | | M Makefile.omdev.mingw | M OMCompiler/.gitignore | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SerializeInitXML.mo | M OMCompiler/Compiler/SimCode/SerializeModelInfo.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppHpcom.tpl | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCppHpcom.tpl | M OMCompiler/Compiler/Template/CodegenOMSIC.tpl | M OMCompiler/Compiler/Template/CodegenOMSIC_Equations.tpl | A OMCompiler/Compiler/Template/CodegenOMSICpp.tpl | M OMCompiler/Compiler/Template/CodegenOMSI_common.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/Makefile.omsi.common | M OMCompiler/SimulationRuntime/OMSI/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSI/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSI/base/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2FunctionTypes.h OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2FunctionTypes.h | R100 OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2Functions.h OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2Functions.h | R100 OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2TypesPlatform.h OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2TypesPlatform.h | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSIC/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/CMake/CheckCXX11.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/CheckCXX11.cmake | R098 OMCompiler/SimulationRuntime/cpp/CMake/FindDgesv.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindDgesv.cmake | R100 OMCompiler/SimulationRuntime/cpp/CMake/FindPugiXML.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindPugiXML.cmake | R095 OMCompiler/SimulationRuntime/cpp/CMake/FindScoreP.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindScoreP.cmake | R099 OMCompiler/SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindSuiteSparse.cmake | R099 OMCompiler/SimulationRuntime/cpp/CMake/FindTBB.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindTBB.cmake | A OMCompiler/SimulationRuntime/OMSICpp/CMake/PrecompiledHeader - Kopie.cmake | R061 OMCompiler/SimulationRuntime/cpp/PrecompiledHeader.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/PrecompiledHeader.cmake | R078 OMCompiler/SimulationRuntime/cpp/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Licenses/sundials.license OMCompiler/SimulationRuntime/OMSICpp/Licenses/sundials.license | R074 OMCompiler/SimulationRuntime/cpp/Makefile.env.in OMCompiler/SimulationRuntime/OMSICpp/Makefile.env.in | R092 OMCompiler/SimulationRuntime/cpp/Makefile.in OMCompiler/SimulationRuntime/OMSICpp/Makefile.in | R087 OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | R100 OMCompiler/SimulationRuntime/cpp/README OMCompiler/SimulationRuntime/OMSICpp/README | R100 OMCompiler/SimulationRuntime/cpp/configure.ac OMCompiler/SimulationRuntime/OMSICpp/configure.ac | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/CMakeLists.txt | R098 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/include/OMC.h | R054 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/include/OMCAPI.h OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/include/OMCAPI.h | A OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/include/OMCFunctions.h | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/readme.md OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/readme.md | R072 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/src/OMC.cpp OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/src/OMC.cpp | R099 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/src/OMCTest.cpp OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcCAPI/src/OMCTest.cpp | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/include/omcZeromqTask.h OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/include/omcZeromqTask.h | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/include/zhelpers.hpp OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/include/zhelpers.hpp | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/readme.md OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/readme.md | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omc.cpp OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/src/omc.cpp | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omcZeromqTask.cpp OMCompiler/SimulationRuntime/OMSICpp/omcWrapper/omcZeroMQ/src/omcZeromqTask.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/omsi/README | A OMCompiler/SimulationRuntime/OMSICpp/omsi/include/omsi_factory.h | A OMCompiler/SimulationRuntime/OMSICpp/omsi/include/omsi_global_settings.h | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.h | R099 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_settings.h | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.h | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/omsi_fmi2_me.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_factory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_global_settings.cpp | R086 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/DefaultContainerManager.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/DefaultContainerManager.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/FactoryExport.h | R064 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryPolicy.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/FactoryPolicy.h | R083 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/HistoryImpl.h | R086 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/IHistory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/IPropertyReader.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ISimTable.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ISimVar.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ParallelContainerManager.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/BufferReaderWriter.h | R077 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/DefaultWriter.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/DefaultWriter.h | R072 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/MatfileWriter.h | R058 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/TextfileWriter.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimBoolean.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimData.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimDouble.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimInteger.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimString.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Writer.h | R067 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/XmlPropertyReader.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/API.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Extensions/API.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Extensions/IModelicaCompiler.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Array.h | R069 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ArrayOperations.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ArraySlice.h | R099 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Constants.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Constants.h | R051 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Functions.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Functions.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/IBlas.h | R067 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ILapack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ILapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/OMAPI.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/OMAPI.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/SparseMatrix.h | R094 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Utility.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Utility.h | R081 OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica.h | R092 OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ModelicaDefine.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Object/DCSAPI.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/DCSAPI.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/IObject.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/Object.h | R056 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAE.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/IReduceDAE.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/IReduceDAESettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/Ranking.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/ReduceDAESettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/Reduction.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/com/ModelicaCompiler.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/Configuration.h | R081 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/FactoryExport.h | R051 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimController.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimData.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/Initialization.h | R075 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimController.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/SimController.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/SimManager.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/Communicator.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/Communicator.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/INotify.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/INotify.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/ProgressThread.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/ProgressThread.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/Runnable.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/Runnable.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/SimulationThread.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/SimulationThread.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/ToZeroMQEvent.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/threading/ToZeroMQEvent.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/Factory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/GlobalSettings.h | R076 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/IGlobalSettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/ISettingsFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/ISimControllerSettings.h | R067 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/AlgLoopSolverDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/AlgLoopSolverDefaultImplementation.h | R089 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/FactoryExport.h | R070 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ILinSolverSettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ILinearAlgLoopSolver.h | R050 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/INonLinSolverSettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/INonLinearAlgLoopSolver.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ISolver.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ISolverSettings.h | R072 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SimulationMonitor.h | R096 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SolverDefaultImplementation.h | R094 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SolverSettings.h | R081 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SystemStateSelection.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/AlgLoopSolverFactory.h | R051 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ContinuousEvents.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/DiscreteEvents.h | R060 OMCompiler/SimulationRuntime/cpp/Include/Core/System/EventHandling.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/EventHandling.h | R095 OMCompiler/SimulationRuntime/cpp/Include/Core/System/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/FactoryExport.h | R057 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IAlgLoopSolverFactory.h | R083 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IContinuous.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IContinuous.h | R051 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ICoupledSystem.h | R071 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IEvent.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IEvent.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ILinearAlgLoop.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IMixedSystem.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/INonLinearAlgLoop.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IOMSI.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimObjects.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimVars.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IStateSelection.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IStepEvent.h | R051 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemInitialization.h | R059 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemProperties.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemTypes.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ITime.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IWriteOutput.h | R063 OMCompiler/SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/LinearAlgLoopDefaultImplementation.h | R076 OMCompiler/SimulationRuntime/cpp/Include/Core/System/NonLinearAlgLoopDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/NonLinearAlgLoopDefaultImplementation.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OSUSystem.h | R052 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimObjects.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimObjects.h | R075 OMCompiler/SimulationRuntime/cpp/Include/Core/System/SimVars.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimVars.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SystemDefaultImplementation.h | R076 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/ModelicaSimulationError.h | R089 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/OMCompilerSimulationRuntimeOMSICppruntimesrcSolverRTEulerRTEuler.cpp.URL | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/adaptable_factory.hpp | R096 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/barriers.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/barriers.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/common.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/common.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/convenience.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/extension.hpp | R082 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/factory.hpp | R056 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/factory_map.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/filesystem.hpp | R053 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory.hpp | R079 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp | R078 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_set.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory_set.hpp | R061 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/create.hpp | R063 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create_func.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/create_func.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/decl.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/factory.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/factory_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/function.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/function.hpp | R067 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/library_impl.hpp | R090 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/shared_library.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/shared_library.hpp | R056 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/typeinfo.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/typeinfo.hpp | R076 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/logger.hpp | R055 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time.hpp | R091 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_papi.hpp | R088 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_rdtsc.hpp | R087 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_scorep.hpp | R087 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_statistic.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_statistic.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/parameter.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/parameter_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/registry.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/registry.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/shared_library.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/type_map.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/addressing_index.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/at.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/bandwidth.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/begin.hpp | R099 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas.h | R099 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cblas.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cublas.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/set.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/her.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/boost/array.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/boost/multi_array.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/column.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/conj.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/data_order.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/data_side.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/adaptor.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/array.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/convert_to.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/copy_const.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/get.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/if_left.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/offset.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/pod.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/property_map.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/diag_tag.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/eigen/matrix.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/end.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/compressed.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | R058 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_band_array.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_linear_array.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_rank.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_static_size.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_static_stride.hpp | R058 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_triangular_array.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/herm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/index_base.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/io.hpp | R050 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_column_major.hpp | R059 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_complex.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_mutable.hpp | R063 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_numeric.hpp | R058 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_real.hpp | R050 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_row_major.hpp | R058 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_symmetric.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | R099 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/workspace.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lower.hpp | R061 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/min_rank.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | R078 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | R080 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | R079 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | R078 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/noop.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/num_columns.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/num_rows.hpp | R056 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/rank.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/remove_imaginary.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/row.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/size.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std/valarray.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std/vector.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/stride.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/symm.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/tag.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | R091 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type_traits.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/trans.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/trans_tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/banded.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/storage.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/triangular.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/unit_lower.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/unit_upper.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/uplo_tag.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/upper.hpp | R054 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/value_type.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/vector_view.hpp | R099 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/views.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/utils.h | R079 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMUGlobalSettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMULibInterface.h | R076 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULogger.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMULogger.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMUWrapper.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FactoryExport.h | R054 OMCompiler/SimulationRuntime/cpp/Include/FMU/IFMUInterface.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/IFMUInterface.h | R066 OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/fmiModelFunctions.h | R094 OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelTypes.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/fmiModelTypes.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2GlobalSettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Interface.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Wrapper.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Wrapper.h | R056 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2FunctionTypes.h | R081 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2Functions.h | R090 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2TypesPlatform.h | R078 OMCompiler/SimulationRuntime/cpp/Include/ModelicaUtilities.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/ModelicaUtilities.h | R072 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/BodasFactory/BodasFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/OMCFactory/OMCFactory.h | R057 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/ObjectFactory.h | R094 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryConfig.h | R099 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryPolicy.h | R076 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverBodasFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverOMCFactory.h | R067 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | R068 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | R065 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectOMCFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | R072 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverBodasFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverOMCFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | R051 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | R054 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | R072 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverVxWorksFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | R055 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | R074 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemBodasFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemOMCFactory.h | R061 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemVxWorksFactory.h | R067 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/ARKode.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/ARKodeSettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/FactoryExport.h | R059 OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/Broyden.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/BroydenSettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVode.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVodeSettings.h | R095 OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/FactoryExport.h | R080 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSL.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/CppDASSL.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/CppDASSLSettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/dassl.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/dasslaux.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/DgesvSolver.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/DgesvSolverSettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/FactoryExport.h | R063 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/Euler.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/EulerSettings.h | R094 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/FactoryExport.h | R067 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/IEulerSettings.h | R092 OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/Hybrj.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/HybrjSettings.h | R094 OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDA.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDASettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/Kinsol.h | R082 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolLapack.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolSettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolver.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolverSettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/Newton.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/NewtonSettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/Nox.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxLapackInterface.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxSettings.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/FactoryExport.h | R080 OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/Peer.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/Peer.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/PeerSettings.h | R094 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/FactoryExport.h | R070 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/IRK12Settings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/IRK12Settings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/RK12.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/RK12Settings.h | R091 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/FactoryExport.h | R071 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/RTEuler.h | R092 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/RTEulerSettings.h | R087 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/FactoryExport.h | R070 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/UmfPack.h | R083 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPackSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/UmfPackSettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/CMakeLists.txt | R068 OMCompiler/SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/FactoryExport.cpp | R055 OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimData.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/SimData.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/XmlPropertyReader.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/ArrayOperations.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/CMakeLists.txt | R090 OMCompiler/SimulationRuntime/cpp/Core/Math/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/Functions.cpp | R086 OMCompiler/SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/SparseMatrix.cpp | R084 OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/CMakeLists.txt | R076 OMCompiler/SimulationRuntime/cpp/Core/Modelica/Modelica.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/Modelica.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaConfig_gcc.inc.in | R097 OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaConfig_msvc.inc.in | R073 OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in | R100 OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in | R100 OMCompiler/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ModelicaExternalC/CMakeLists.txt | R058 OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/Ranking.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/ReduceDAESettings.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/ReduceDAESettings.xml | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/Reduction.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/com/ModelicaCompiler.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/com/OMCTest.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/CMakeLists.txt | R054 OMCompiler/SimulationRuntime/cpp/Core/SimController/Configuration.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/Configuration.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/Initialization.cpp | R079 OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimManager.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/Communicator.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/Communicator.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/ProgressThread.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/ProgressThread.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/SimulationThread.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/SimulationThread.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/ToZeroMQEvent.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/ToZeroMQEvent.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/zhelpers.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/threading/zhelpers.hpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/CMakeLists.txt | R067 OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/Factory.cpp | R097 OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/FactoryExport.cpp | R071 OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/GlobalSettings.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/config/GlobalSettings.xml | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/CMakeLists.txt | R094 OMCompiler/SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/FactoryExport.cpp | R062 OMCompiler/SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SimulationMonitor.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SolverDefaultImplementation.cpp | R066 OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SolverSettings.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SystemStateSelection.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/AlgLoopSolverFactory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/ContinuousEvents.cpp | R061 OMCompiler/SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/DiscreteEvents.cpp | R056 OMCompiler/SimulationRuntime/cpp/Core/System/EventHandling.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/EventHandling.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/FactoryExport.cpp | R059 OMCompiler/SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/LinearAlgLoopDefaultImplementation.cpp | R061 OMCompiler/SimulationRuntime/cpp/Core/System/NonLinearAlgLoopDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/NonLinearAlgLoopDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OSUSystem.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimObjects.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimVars.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SystemDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaSimulationError.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaUtilities.cpp | R072 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/logger.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time.cpp | R051 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_papi.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_rdtsc.cpp | R061 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_scorep.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_statistic.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/FMU/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/FMU/FMULogger.cpp | R097 OMCompiler/SimulationRuntime/cpp/LibrariesConfig.h.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/LibrariesConfig.h.in | R057 OMCompiler/SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/BodasFactory/BodasFactory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/OMCFactory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/ARKode.cpp | R058 OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKodeSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/ARKodeSettings.cpp | R058 OMCompiler/SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/CMakeLists.txt | R095 OMCompiler/SimulationRuntime/cpp/Solver/ARKode/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/Broyden.cpp | R054 OMCompiler/SimulationRuntime/cpp/Solver/Broyden/BroydenSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/BroydenSettings.cpp | R052 OMCompiler/SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/FactoryExport.cpp | R060 OMCompiler/SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVode.cpp | R056 OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVodeSettings.cpp | R094 OMCompiler/SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/FactoryExport.cpp | R071 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CMakeLists.txt | R098 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CppDASSL.cpp | R058 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSLSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CppDASSLSettings.cpp | R095 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/ddaskr.cpp | R074 OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/DgesvSolver.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/DgesvSolverSettings.cpp | R095 OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/FactoryExport.cpp | R070 OMCompiler/SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/CMakeLists.txt | R061 OMCompiler/SimulationRuntime/cpp/Solver/Euler/Euler.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/Euler.cpp | R072 OMCompiler/SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/EulerSettings.cpp | R097 OMCompiler/SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/FactoryExport.cpp | R097 OMCompiler/SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/config/EulerSettings.xml | R072 OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/CMakeLists.txt | R093 OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/Hybrj.cpp | R052 OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/HybrjSettings.cpp | R056 OMCompiler/SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/CMakeLists.txt | R094 OMCompiler/SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDA.cpp | R057 OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDASettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDASettings.cpp | R066 OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/CMakeLists.txt | R095 OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/Kinsol.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolLapack.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolSettings.cpp | R062 OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/LinearSolver.cpp | R069 OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolverSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/LinearSolverSettings.cpp | R057 OMCompiler/SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/Newton.cpp | R072 OMCompiler/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/NewtonSettings.cpp | R056 OMCompiler/SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/cpp/Solver/Nox/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NOX_StatusTest_SgnChange.C | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/Nox.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxLapackInterface.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxSettings.cpp | R070 OMCompiler/SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/CMakeLists.txt | R095 OMCompiler/SimulationRuntime/cpp/Solver/Peer/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/FactoryExport.cpp | R099 OMCompiler/SimulationRuntime/cpp/Solver/Peer/Peer.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/Peer.cpp | R057 OMCompiler/SimulationRuntime/cpp/Solver/Peer/PeerSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/PeerSettings.cpp | R065 OMCompiler/SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/CMakeLists.txt | R097 OMCompiler/SimulationRuntime/cpp/Solver/RK12/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/FactoryExport.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/RK12.cpp | R072 OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12Settings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/RK12Settings.cpp | R099 OMCompiler/SimulationRuntime/cpp/Solver/RK12/config/RK12Settings.xml OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/config/RK12Settings.xml | R076 OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/CMakeLists.txt | R097 OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/FactoryExport.cpp | R050 OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/RTEuler.cpp | R054 OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/RTEulerSettings.cpp | R056 OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/FactoryExport.cpp | R054 OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/UmfPack.cpp | R054 OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/UmfPackSettings.cpp | D OMCompiler/SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Math/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/Math/Functions.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Ranking.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.xml | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Reduction.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | D OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/OMCTest.cpp | D OMCompiler/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | D OMCompiler/SimulationRuntime/cpp/Core/SimController/Initialization.cpp | D OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | D OMCompiler/SimulationRuntime/cpp/Core/SimController/SimObjects.cpp | D OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml | D OMCompiler/SimulationRuntime/cpp/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | D OMCompiler/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | D OMCompiler/SimulationRuntime/cpp/Core/System/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | D OMCompiler/SimulationRuntime/cpp/Core/System/FactoryExport.cpp | D OMCompiler/SimulationRuntime/cpp/Core/System/SimVars.cpp | D OMCompiler/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.cpp | D OMCompiler/SimulationRuntime/cpp/FMU/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/FMU/FMULogger.cpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ParallelContainerManager.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/IModelicaCompiler.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Array.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Math/IBlas.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Object/IObject.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Object/Object.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAESettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Ranking.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/ReduceDAESettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Reduction.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/com/ModelicaCompiler.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimObjects.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinearAlgLoopSolver.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinearAlgLoopSolver.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/INonLinearAlgLoop.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISimVars.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemTypes.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/ITime.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory_map.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter_map.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | D OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/utils.h | D OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULibInterface.h | D OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | D OMCompiler/SimulationRuntime/cpp/Include/FMU/FactoryExport.h | D OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | D OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | D OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKodeSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/BroydenSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSLSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dassl.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dasslaux.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolverSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDASettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolverSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NOX_StatusTest_SgnChange.H | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/PeerSettings.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12.h | D OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12Settings.h | D OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | D OMCompiler/SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVode.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/ddaskr.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolverSettings.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDA.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.C | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/Nox.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxSettings.cpp | D OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12.cpp | D OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/include/OMC.h | D OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/include/OMCFunctions.h | M OMCompiler/configure.ac | M testsuite/Makefile | A testsuite/openmodelica/omsi/omsicpp/BouncingBall.mo | A testsuite/openmodelica/omsi/omsicpp/BouncingBall.mos | A testsuite/openmodelica/omsi/omsicpp/BouncingBall_ref_res.mat | A testsuite/openmodelica/omsi/omsicpp/Makefile | A testsuite/openmodelica/omsi/omsicpp/helloWorld.mos | A testsuite/openmodelica/omsi/omsicpp/helloWorldOMSI_ref_res.mat | * commit c4985ea89672295235b80d52e613e31836f29619 | Author: hudson | Date: Wed Mar 11 18:32:11 2020 +0000 | | Updated libraries | * libraries af14fb5...a81fbd5 (2): | > Bump libraries | > Bump libraries | | M libraries | * commit 491c0c8b43411240db7ce66dc0f0ad9be5fb0f1d | Author: Per Östlund | Date: Tue Mar 10 16:54:10 2020 +0100 | | [NF] Temporary hack to fix record issues. | | - Add local fields when converting record expressions to DAE form, | due to an issue where the list of fields is sometimes taken from a | record instance with the variability of the record component applied. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 4ae88fcf362c40f8511fadbe35d2e486a051925b | Author: Per Östlund | Date: Tue Mar 10 11:59:37 2020 +0100 | | [NF] Improve record call simplification. | | - Replace references to record fields in the bindings with the actual | arguments when converting a record constructor call into a record | expression. | - Use the InstNode:s themselves as keys in EvalFunction.ReplTree instead | of just their names, to avoid incorrectly replacing references that | just happens to have the same name. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/Util/Util.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecordBinding7.mo | * commit e7d450bb2c4b620b8f636493fa954f55ebf6d1f0 | Author: Adrian Pop | Date: Mon Mar 9 21:50:58 2020 +0200 | | fix ticket:5871 handle comments in Interactive.excludeElementsFromFile | | M OMCompiler/Compiler/Script/Interactive.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/TestTicket5871/pack1/package.mo | A testsuite/openmodelica/interactive-API/TestTicket5871/pack1/package.order | A testsuite/openmodelica/interactive-API/TestTicket5871/pack2.mo | A testsuite/openmodelica/interactive-API/TestTicket5871/package.mo | A testsuite/openmodelica/interactive-API/TestTicket5871/package.order | A testsuite/openmodelica/interactive-API/Ticket5871.mos | * commit c9cc9465c7ab22663c88863f2887712bd39849a7 | Author: hudson | Date: Mon Mar 9 18:31:41 2020 +0000 | | Updated libraries | * libraries b494859...af14fb5 (1): | > Bump libraries | | M libraries | * commit 9cab1f5530dcef170f821b4fd0f3b15cc9398286 | Author: Per Östlund | Date: Tue Mar 3 15:10:07 2020 +0100 | | [NF] Improve handling of consts/params in records. | | - Include binding expressions from non-inputs when evaluating record | calls. | - Change the list of field names in ComplexType.RECORD into a list of | Record.Field:s, to make it possible to keep track of which fields are | inputs or not. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComplexType.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecordBinding6.mo | * commit 46dda5311a1760eb3f9ce892531711f3cc2f18b2 | Author: hudson | Date: Mon Mar 9 08:00:30 2020 +0000 | | Updated libraries | * libraries 6567bcb...b494859 (26): | > use double quotes instead of single quotes which inhibits evaluation | > echo ${env.GIT_BRANCH} for debugging | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > update MSL, remove versionBuild=1 from patches | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > Bump libraries | > It is called GIT_BRANCH | > Fix gittag for OpenIPSL, not branch | > Lock OpenIPSL to latest stable v1.5.0 | > Do not add OpenHPL again in the future | > Do not ship OpenHPL | > Only push from master | | M libraries | * commit 536916173876260114fef9f08fd5a76721a945c4 | Author: Adrian Pop | Date: Fri Mar 6 19:04:17 2020 +0200 | | fix file name | | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | * commit 3e3deb816e7a180b123edac74d45712aa130331b | Author: Adrian Pop | Date: Fri Mar 6 16:55:42 2020 +0200 | | update and activate test | | M testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | * commit 7f1dc69b37bd86871f401ab6a3569285f7f3431d | Author: Adrian Pop | Date: Fri Mar 6 15:46:41 2020 +0200 | | update test | | M testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest.mos | * commit 1d1151909a12436f8bc3d8f8f893f7b0b7170db2 | Author: Adrian Pop | Date: Fri Mar 6 14:17:48 2020 +0200 | | add a test that Modelica resource URIs will put the resource inside the FMU resource folder | | A testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest/Resources/table_test_utf8.txt | A testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest/package.mo | * commit 13322991075aabf39299ce09e1fccceb894085d7 | Author: arun3688 | Date: Fri Mar 6 14:14:24 2020 +0100 | | filter parameters of type string that doesn't have constant start values from the modelDescription.xml (#758) | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 75a82ae31bda547f88816d5205493cd5c8f5d502 | Author: Adeel Asghar | Date: Fri Mar 6 10:33:31 2020 +0100 | | Fixed display of absolute font size texts | | When the font size is absolute then don't calcualte the font size based on extents but draw the ellipses if needed. | If the elided text is just ellipses then we don't show anything. | This fixes the display of SystemDynamics library world3 scenarios. | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | * commit 2b9188a00da264a533b11fab1b690979d41a45e6 | Author: Per Östlund | Date: Thu Mar 5 16:15:34 2020 +0100 | | [NF] Add list of unused inputs to DAE.FUNCTION. | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/EvaluateFunctions.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/Inline.mo | M OMCompiler/Compiler/FrontEnd/InstFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFSections.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 7d77258622167079dc4457ff4c724d019ac3c265 | Author: Mahder Gebremedhin | Date: Thu Mar 5 16:29:30 2020 +0100 | | Fix solvability detection for if expressions. (#755) | | - Do not detect/collect x from pre(x). They are different variables. | - Do not use traverseExpBottomUp. Use traverseExpTopDown and stop at | pre(). | | - At some point we have to roll up our sleevs and change pre, previous, | der, start, ... to their own specific EXP types instead of having them | as CALL() expressions. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 6620010366376af23411b377842bc85e916197df | Author: Lennart Ochel | Date: Wed Mar 4 17:50:33 2020 +0100 | | Fix initial attribute in alias sets | | At most one variable in an alias set can have initial=exact. | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_10.mos | * commit 88eb889e6abc58f7c877e9fe2ed5b4a42c7b5a50 | Author: Martin Sjölund | Date: Tue Mar 3 09:43:38 2020 +0100 | | Add scripting API for conversion versions | | This allows for example to see which versions do not need to be | converted if a newer MSL is loaded. | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/openmodelica/interactive-API/ConversionVersions.mos | M testsuite/openmodelica/interactive-API/Makefile | * commit 31c432b5697525acafb2d493a3987952e9fd7f12 | Author: Stefan Heid | Date: Tue Mar 3 15:13:46 2020 +0100 | | Update Modelica.h | | Typo. Core must be Capitalized in order to align with the folder structure. Issue Manifests only on Linux, because windows does not care for capitalization | | M OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h | * commit 53a3f5f75d203500c03783f60a6c7215f2d1c801 | Author: Lennart Ochel | Date: Fri Feb 28 12:40:15 2020 +0100 | | Update OMSimulator (#750) | | M OMSimulator | * commit ac04c2429d74c48f08c3b0cb41c4b71502fb0ea4 | Author: Lennart Ochel | Date: Thu Feb 27 22:54:54 2020 +0100 | | Fix partial matching functionality in Matching.RegularMatching (#749) | | M OMCompiler/Compiler/BackEnd/Matching.mo | * commit b567bd23abec3212ab820c1589bd763b5fea4c84 | Author: kabdelhak | Date: Tue Feb 25 12:02:43 2020 +0100 | | [CodegenC] small fix | | M OMCompiler/Compiler/Template/CodegenC.tpl | * commit abfb41d76fc079446db54bb2377be6f23a85bdc1 | Author: kabdelhak | Date: Tue Feb 25 10:59:57 2020 +0100 | | [CodegenC] initial non linear start value update | - provide surrounding pre expression structure to catch asserts | - ticket #5807 | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 8422ae521edbf403a7e9455ddcc847da6a77c72f | Author: kabdelhak | Date: Mon Feb 24 12:02:42 2020 +0100 | | [testsuite] add testcase for ticket #5807 | | M testsuite/simulation/modelica/start_value_selection/Makefile | A testsuite/simulation/modelica/start_value_selection/ticket5807.mos | * commit 772e2dcb0404d24d68cd9d813f3af2deea758ea5 | Author: kabdelhak | Date: Fri Feb 21 18:28:57 2020 +0100 | | [CodegenC] update start expression of nonlinear loops | - new conditions: | 1. creating initial lambda_0 system or creating initial system and lambda_0 system is empty | (only use start expression the very first time it is computed) | 2. expression cannot be evaluated to be constant | - ticket #5807 | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit 8e4af0006d6937fff7549a8c92be58086521d382 | Author: kabdelhak | Date: Fri Feb 21 15:39:16 2020 +0100 | | [CodegenC] update start values for nonlinear loops | - If start expression is constant it is read from init_xml | - If it is not constant generate full expression | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | * commit 2286286c393ffb4829fbccbb5c5262c1edb4608f | Author: kabdelhak | Date: Mon Feb 24 11:34:24 2020 +0100 | | [BE] update adjacency row if condition | - make it more robust against non simplified conditions by checking if it can be simplified to true or false | - implemented for replacements like initial() -> true in the initialization system | - ticket #5795 | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M testsuite/simulation/modelica/parallel/ParallelPRV.mos | * commit f162868f274481d8229acd7bd49c3d548f6a7dcf | Author: Mahder Gebremedhin | Date: Fri Feb 21 16:14:13 2020 +0100 | | Improve and fix minimal tearing. (#733) | | - Minimal tearing now handles algorithm equations. | - It now uses a local subsystem to do the matching. This is | not strictly needed but simplifies things. | - It now uses the Enhanced Adjacency Matrix. | - It does not scalarize the system anymore. | | TODO: | - The inner equations of the torn system are NOT properly sorted right now. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | M testsuite/simulation/modelica/tearing/Algorithm1-minimal.mos | M testsuite/simulation/modelica/tearing/Algorithm2-minimal.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-minimal.mos | M testsuite/simulation/modelica/tearing/MixedTearing2-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing1-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing11-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing12-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing13-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing14-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing15-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing16-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing2-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing4-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing5-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing9-minimal.mos | M testsuite/simulation/modelica/tearing/dynamicTearing3.mos | M testsuite/simulation/modelica/tearing/minimalTearing.mos | M testsuite/simulation/modelica/tearing/tearingSelect-minimal.mos | * commit b2ea29e22d9ef5646233e557d405f76aa9a6cb79 | Author: Mahder Gebremedhin | Date: Thu Feb 20 17:40:01 2020 +0100 | | Logical unary expression is solvable for the internal expresion. (#742) | | - 'not a = exp;' can be solved for 'a' as 'a = not exp' | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit fa23154ccc9c47ef3e2661d8bedb9324e636ad94 | Author: Per Östlund | Date: Thu Feb 20 15:01:54 2020 +0100 | | [NF] Change behaviour of ClassTree.flatten. | | - Change ClassTree.flatten to completely remove duplicate components, | instead of replacing them with empty nodes. This is slightly slower | when there are duplicates since the lookup tree also needs to be | updated, but removes the need to check for empty nodes when | iterating over components (so probably faster in general since | duplicate elements are not that common). | | This also fixes issues with field lookup in record expressions, which | did not take into account the possibility of gaps in the component | arrays for records with duplicate fields, leading to the expression | for the wrong field sometimes being returned. | | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFPackage.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 98eb3e744a19aecf5f2ecbcac7c05de31fdaf495 | Author: Per Östlund | Date: Tue Feb 18 14:58:09 2020 +0100 | | [NF] Record improvements. | | - Improve the check for unbound parameters with Evaluate=true to | generate fewer false warnings. | - Handle derived records better when trying to figure out the binding of | a record field. | | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 13e72512a0d862555686e73012cff3887f03d4aa | Author: Lennart Ochel | Date: Thu Feb 20 09:30:16 2020 +0100 | | Move providesDirectionalDerivative from susan to simcode (#738) | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | * commit 05f528fd5c38e45b9ee181fbbee0d4292a134d83 | Author: Andreas Heuermann | Date: Wed Feb 19 15:39:21 2020 +0100 | | Simplify match in adjacencyRowExp1 | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 28787d5ca586e2d0ac992b0fac818217407143bf | Author: Lennart Ochel | Date: Wed Feb 19 14:42:22 2020 +0100 | | Update OMSimulator | | M OMSimulator | * commit 17895c183ee8ef0125a21a0ef05da6537b96923d | Author: arun3688 | Date: Wed Feb 19 18:35:15 2020 +0530 | | clear all internal variables starting with $, but not STATE() vars (#731) | | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_02.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_04.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_05.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_07.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_09.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2765.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/ticket5670.mos | * commit e77311b08909ade54e63b862a5113605978e9912 | Author: Per Östlund | Date: Wed Feb 19 11:43:41 2020 +0100 | | [NF] Fix ConvertDAE.convertStateSelectAttribute. | | - Handle binding expressions in ConvertDAE.convertStateSelectAttribute. | | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/StateSelect3.mo | * commit 693c0881da24d812ebbfd6573890d36bcf16a060 | Author: hudson | Date: Tue Feb 18 18:29:52 2020 +0000 | | Updated libraries | * libraries 8f2b2f5...6567bcb (1): | > Bump libraries | | M libraries | * commit c24500b1c68708232b8b44353215cbb69bd175fb | Author: hudson | Date: Mon Feb 17 18:29:42 2020 +0000 | | Updated libraries | * libraries 1a2b007...8f2b2f5 (1): | > Bump libraries | | M libraries | * commit 4157d90f0412a5fdb9f5102b31cbd2de17c3a537 | Author: Per Östlund | Date: Mon Feb 17 12:36:30 2020 +0100 | | [NF] Handle empty type attributes with `each`. | | - Handle modifiers such as `Real x[3](each final start)`. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/BuiltinAttribute20.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 60e826be82f9ddebaef24f3d577b2eb65ca9f5fa | Author: Martin Sjölund | Date: Mon Feb 17 11:18:57 2020 +0100 | | Look for deprecated lapack functions (#734) | | Note that if we do not have the deprecated lapack functions, older | versions of the Modelica standard library will fail to compile since | it uses these functions and no replacement is provided. | | https://trac.openmodelica.org/OpenModelica/ticket/4886 | | M OMCompiler/Compiler/runtime/lapackimpl.c | M OMCompiler/m4/lapack.m4 | * commit f9a0b4816c8460150e6ab43af191734da44c37e8 | Author: hudson | Date: Sat Feb 15 18:31:49 2020 +0000 | | Updated libraries | * libraries e8c6e17...1a2b007 (1): | > Bump libraries | | M libraries | * commit 3ca1715fa6e7dd87d5daebcd95859a98181ef0ab | Author: hudson | Date: Fri Feb 14 18:47:09 2020 +0000 | | Updated libraries | * libraries 6b77f52...e8c6e17 (1): | > Bump libraries | | M libraries | * commit a136b960c3999d268cdc8caa3bc64642237d5826 | Author: Lennart Ochel | Date: Fri Feb 14 14:55:09 2020 +0100 | | Revert "[SimCode] update daeMode (#728)" (#732) | | This reverts commit c67fe97a0834c7cc47f23db12e5fc5f23f0e1f5f. | | M OMCompiler/Compiler/BackEnd/DAEMode.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | * commit aacd21efde1e8b6aee5f814ca2516ce21fea2601 | Author: hudson | Date: Fri Feb 14 12:56:47 2020 +0000 | | Updated libraries | * libraries 793cf16...6b77f52 (2): | > Bump libraries | > update msl trunk patches | | M libraries | * commit bde36e30a40eb60ccaeedfc1baebdf6bc9d3823c | Author: arun3688 | Date: Thu Feb 13 13:46:43 2020 +0530 | | clear up $cse variables for FMI modelDescription.xml (#640) | | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeVar.mo | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_09.mos | * commit 719501164fbd1e8ec15ae52a68f27c82cdbd8a6c | Author: arun3688 | Date: Wed Feb 12 18:01:53 2020 +0530 | | update scripting usersguide | | M doc/UsersGuide/source/omjulia.rst | M doc/UsersGuide/source/ommatlab.rst | M doc/UsersGuide/source/ompython.rst | * commit 67e88c17131cfe1071f9e03afdc60071317743a8 | Author: hudson | Date: Wed Feb 12 18:30:47 2020 +0000 | | Updated libraries | * libraries e6c3342...793cf16 (1): | > Bump libraries | | M libraries | * commit 3c9b7b2a48b884d7415cdb681b91edcc520deb2a | Author: hudson | Date: Tue Feb 11 18:29:50 2020 +0000 | | Updated libraries | * libraries c0e6c58...e6c3342 (1): | > Bump libraries | | M libraries | * commit 2749c88a52f1b4eba6f03e75e0925c0a56832174 | Author: Per Östlund | Date: Mon Feb 10 17:34:35 2020 +0100 | | [NF] Improve record element lookup. | | - Merge lookupRecordField and recordElement in Expression and remove | lookupRecordField, since the functions did the same thing but handled | different cases. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | A testsuite/flattening/modelica/scodeinst/CevalFuncRecord6.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 83e5e48c118ec6c0ef73c74cc4c6cc0d1c5fbde3 | Author: Per Östlund | Date: Mon Feb 10 14:10:15 2020 +0100 | | Make type handling of ranges sane. | | - Make the type in DAE.RANGE always be the actual type of the range | like the comment on it says, instead of having some parts of the | compiler assume it's the element type while other parts assume it's | the range type. | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/FrontEnd/Types.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit c67fe97a0834c7cc47f23db12e5fc5f23f0e1f5f | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Mon Feb 10 16:06:39 2020 +0100 | | [SimCode] update daeMode (#728) | | - add lambda 0 equation system (homotopy) for daeMode | - ticket #5806 | | M OMCompiler/Compiler/BackEnd/DAEMode.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | * commit cbd3637337f9b6f7e8b16b612838bc5037b60860 | Author: hudson | Date: Sun Feb 9 18:27:25 2020 +0000 | | Updated libraries | * libraries faa558d...c0e6c58 (1): | > Bump libraries | | M libraries | * commit ef3644d5f1e4a8f171761fdbd70b346c0649323c | Author: hudson | Date: Sat Feb 8 18:29:07 2020 +0000 | | Updated libraries | * libraries 7f43813...faa558d (1): | > Bump libraries | | M libraries | * commit adfa4e29e4a9a5e6f5a8927113bbe909a9e35abd | Author: phannebohm | Date: Sat Feb 8 06:31:43 2020 +0100 | | Janitor (#724) | | * remove unneeded spaces in dump | * clarify function parameter | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenAdevs.tpl | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppInit.tpl | * commit eb5b013d470077e753792ef44c0d91d154a8bc1e | Author: hudson | Date: Fri Feb 7 18:28:21 2020 +0000 | | Updated libraries | * libraries 72f5375...7f43813 (1): | > Bump libraries | | M libraries | * commit 2befe73ab0ae46f48d08a5f0e0309d648678ff3c | Author: Per Östlund | Date: Fri Feb 7 15:20:31 2020 +0100 | | [NF] More function evaluation fixes. | | - Use the type of the evaluated expression instead of the cached type | when evaluating reductions, since the cached type isn't evaluated. | - Handle _-assignments in EvalFunction.assignVariable. | - Fix handling of : subscripts in EvalFunction.assignArrayElement. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | * commit de5194e9956a1314c99f52f05033297d5efa6f82 | Author: Per Östlund | Date: Fri Feb 7 14:24:44 2020 +0100 | | [NF] Suppress Call.evaluateCallTypeDim errors. | | - Call.evaluateCallTypeDim is allowed to fail to constant evaluate the | dimension expression, so suppress any errors that might be generated. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | * commit df2744d2172b8c99663933fb72533e6ca24e28eb | Author: Per Östlund | Date: Fri Feb 7 12:52:54 2020 +0100 | | [NF] Function evaluation fixes. | | - Apply argument replacements recursively. | - Handle cat where all arguments are empty arrays. | - Handle diagonal of an empty array. | - Add EXP_NODE to InstNode.name for easier debugging. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | * commit 7e2da7155a8b7e661860053f56249b48d38628a4 | Author: Per Östlund | Date: Fri Feb 7 10:08:24 2020 +0100 | | [NF] Fix tuple type checking. | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | * commit 3af6123f8b8399eb353347bd6242ed3e7b7f2b05 | Author: Per Östlund | Date: Thu Feb 6 12:38:08 2020 +0100 | | [NF] Call typing fixes. | | - Don't evaluate `fill` inside functions. | - Evaluate call types also inside functions to make sure dimension | expressions are replaced with the corresponding arguments, but allow | the constant evaluation of such expressions to fail. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | * commit 779c13215961ffee1df4d0f2daed39ccba5af291 | Author: hudson | Date: Wed Feb 5 18:27:02 2020 +0000 | | Updated libraries | * libraries 5e98d30...72f5375 (1): | > Bump libraries | | M libraries | * commit f65654b3987f49ed1ccbbcf796fa2f728648776b | Author: Martin Sjölund | Date: Wed Feb 5 11:14:51 2020 +0100 | | Automatically merge omlib-staging branch on success | | M Jenkinsfile | * commit 6f76e4fc784fb9936b9d968fd21eabd380617478 | Author: Martin Sjölund | Date: Wed Feb 5 10:04:40 2020 +0000 | | Updated libraries | | * libraries eb82796...5e98d30 (2): | > Bump libraries | > Stage changes in OpenModelica.git | | M libraries | * commit 92420d0b782da99c09e5fb143517f31e3e62f867 | Author: Adrian Pop | Date: Wed Feb 5 09:06:15 2020 +0100 | | update libs | | M libraries | * commit d84fc85eb1b04489d0dcc8bb8b68548665d26b2e | Author: Mahder Gebremedhin | Date: Tue Feb 4 17:09:45 2020 +0100 | | Improve record constructor creation. (#717) | | - Make sure we do not remove bindings from derived record | declarations. This happens only for the old FrontEnd right now. | | - Improve processing a bit. Instead of checking twice in the list | of already visited records, create the unique name for the constructor | and then check only once. | | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | * commit 6c78ddba158c9407ead9bfec4338bea561985939 | Author: Adrian Pop | Date: Tue Feb 4 15:20:16 2020 +0100 | | update libraries submodule | | M libraries | * commit 05c2ae985e7f65eb373c838ac1f9385a736a4742 | Author: Adeel Asghar | Date: Tue Feb 4 11:59:22 2020 +0100 | | Fixes ticket:5801 Use default Modelica specification values | | For the new models use the values from the options but when opening models that don't have any annotation use the standard Modelica values | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 274872976618b38ef49b7dbd7d920430f4369618 | Author: Lennart Ochel | Date: Tue Feb 4 09:01:02 2020 +0100 | | Update OMSimulator | | M OMSimulator | * commit 358f5102ce71cbe3c29f1adb401e30773423360e | Author: Per Östlund | Date: Mon Feb 3 13:31:15 2020 +0100 | | [NF] Fix ExpandExp.makeScalarProduct. | | - Fixed broken logic for returning 0 when multiplying empty arrays. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | * commit 3ee0043fe8e7212b79d517f9457a23be17c6b747 | Author: Adrian Pop | Date: Sun Feb 2 17:05:47 2020 +0100 | | ticket:5821 add warning for non standard operators, add test | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/Ticket5821.mo | * commit b00e783dcfa89445ccf79836086e919647359474 | Author: Adrian Pop | Date: Sun Feb 2 03:26:20 2020 +0100 | | update error message in test | | M testsuite/flattening/modelica/scodeinst/conngraph1.mo | * commit b7efa37615a558bbde402697a16538a332e05953 | Author: Adrian Pop | Date: Sun Feb 2 02:08:46 2020 +0100 | | fix for ticket:5821 | - allow OverconstrainedType instead of connectorName.OverconstrainedType in Connections.branch | - add support for Connections.uniqueRoot and Connections.uniqueRootIndices | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 27a58f19066c39bf137ce1e280edf29964307110 | Author: John | Date: Sat Feb 1 17:48:38 2020 +0100 | | Fixed OMSens so file on Linux & ErrorMessage | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit 80ac1a491c0b0bc5c15e878636f0f0245295830d | Author: Mahder Gebremedhin | Date: Sat Feb 1 18:26:05 2020 +0100 | | Remove bind from outside markings for default constructors. (#705) | | * Remove bind from outside markings for default constructors of non derived records. | | - The default constructor should not use outside bindings. | Unless it is for a derived record which has bindings on declaration. Unfortunately | the old FrontEnd creates additional record types even when the modification | on a record variable declaration are not declarations. | - Therefore, we now remove the outside binding markings from the types_vars | even for the default constructor so that they are not picked | by the codegen function when generating the body for the default | constructors. | - Constructors with outside inputs are generated explicitly | with a name that contains the index of the variable. | | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | * commit 533e9a818e280cde595d681431372d5d751f6426 | Author: Adeel Asghar | Date: Fri Jan 31 19:04:17 2020 +0100 | | Update OMSens submodules | | M OMSens | M OMSens_Qt | * commit df40f2b9ec6e3f39fefce038d575a9c85cc39d4e | Author: Mahder Gebremedhin | Date: Fri Jan 31 13:43:22 2020 +0100 | | Pass arguement by value for make_inde_spec (#709) | | - Ideally this should accept by pointer. However, the way we have | it now it does not always get an lvalue to pass around. Sometimes | it gets a function call as arguement. | - Until we normalize all array ops to return to a tmp variable and then | provide that variable for further usage, we have to do this. | | M OMCompiler/Compiler/Template/CodegenAdevs.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenSparseFMI.tpl | M OMCompiler/Compiler/Template/CodegenXML.tpl | M OMCompiler/SimulationRuntime/c/util/integer_array.c | M OMCompiler/SimulationRuntime/c/util/integer_array.h | * commit 9a86b549f1bdef72a2e326440c89c5697fca924e | Author: Martin Sjölund | Date: Fri Jan 31 13:30:51 2020 +0100 | | Fix error message (#708) | | Library not found despite compilation success did not pass the required | arguments. | | https://trac.openmodelica.org/OpenModelica/ticket/5754 | | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | * commit 7de2014cdae815b26b7d875208fda5b384c87409 | Author: niklwors | Date: Wed Jan 29 16:21:46 2020 +0100 | | [cppRuntime] use C- codegen as default in OMC C-Api library | | M OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/include/OMC.h | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/src/OMC.cpp | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omc.cpp | * commit 9ff2eee85e2825b568e7d84690f8035977333dc1 | Author: Adeel Asghar | Date: Wed Jan 29 12:56:38 2020 +0100 | | Enable OMSens menu items except on MAC | | Send the proper data to OMSens backend | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 9aeb01471af3f66fb16f31d7649e1f9adc3697aa | Author: Adeel Asghar | Date: Thu Jan 30 18:39:50 2020 +0100 | | Added a target to copy OMSens to build directory on Windows | | M Makefile.omdev.mingw | * commit f30f7a7d8285fd5929b5a3455187bcc39aefaa6b | Author: Mahder Gebremedhin | Date: Thu Jan 30 16:35:57 2020 +0100 | | Simple fix for normalizing pass by value usage in binary array operations. (#697) | | - Make parameter passing more consistent. | | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/SimulationRuntime/c/util/real_array.c | M OMCompiler/SimulationRuntime/c/util/real_array.h | * commit 6a33916db089eb4b2f27b330abcb9ed89dc028f4 | Author: arun3688 | Date: Thu Jan 30 19:22:51 2020 +0530 | | Fix ticket:5802 to handle causality=none for FMI2.0 (#684) | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_08.mos | * commit f7acc44b264877fc51790796d57a09b22cb6187d | Author: Adrian Pop | Date: Wed Jan 29 22:23:24 2020 +0100 | | - revert the changes to the OMSens_Qt | - do not stop when building OMSens_Qt even if it fails | | M Makefile.in | M OMSens_Qt | * commit 6589c81cc21fec2b2ad68659091eb5a419b27565 | Author: Adrian Pop | Date: Wed Jan 29 18:30:08 2020 +0100 | | fix ticket:5804 quote the executable and the entire system command on windows | | M OMCompiler/SimulationRuntime/c/simulation/modelinfo.c | M OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c | * commit 03f83a682328220cb70d0ea04cf36fb18ac625d5 | Author: Adrian Pop | Date: Wed Jan 29 13:39:34 2020 +0100 | | update OMSens_Qt submodule | | M OMSens_Qt | * commit 13ddf90e8c1ecadefec2b5c5deff077f084558a3 | Author: Adrian Pop | Date: Wed Jan 29 13:13:17 2020 +0100 | | update OMSens_Qt submodule | | M OMSens_Qt | * commit 0c2bebf30a8b750236b923d845cedd7467ce1ab4 | Author: Adeel Asghar | Date: Wed Jan 29 11:18:30 2020 +0100 | | Hide the OMSens menu item until | | For now don't show the OMSens menu until its fully fixed and supported | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit abbeb6cca40516e33e64e1164c516a58f0afe123 | Author: Per Östlund | Date: Wed Jan 29 10:35:00 2020 +0100 | | [NF] Don't evaluate expressions with homotopy. | | - Mark homotopy as impure. | - Fix Call.isImpure so that it works on untyped calls too. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit 5c9ca2eddc11b0e5c8c4075304e40dd3f08d96b7 | Author: Adeel Asghar | Date: Wed Jan 29 09:45:08 2020 +0100 | | ticket:5804 Escape the path with double quotes | | M OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c | * commit de8424698f08e7dd031af41df1ab8520fddcc0d2 | Author: Martin Sjölund | Date: Wed Jan 29 10:09:42 2020 +0100 | | Do not simplify n*n=n^2.0 when n is an integer (#693) | | https://trac.openmodelica.org/OpenModelica/ticket/5715 | | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | * commit 0a8d7d7656a127bb6478b11280fb789ded33ae12 | Author: Adrian Pop | Date: Tue Jan 28 20:09:57 2020 +0100 | | update libraries and OMSens_Qt submodules | | M OMSens_Qt | M libraries | * commit 0876070362597ad6514d8245faf830289fcc049e | Author: kabdelhak | Date: Tue Jan 28 15:58:32 2020 +0100 | | [BE] update homotopy adjacency matrix entries | - analyze only actual expression for simulation system | - analyze actual and simplified expression for initial system | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 1a699f7648433104a787a538b8a308af339310c4 | Author: kabdelhak | Date: Fri Jan 24 15:58:42 2020 +0100 | | [BE] update -d=dumpLoops and -d=dumpLoopsVerbose | - also dump initialization system | - don't dump empty system headers | - add size information | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos | * commit 6a5601bf1e0c0b09b53d75a45668c81e7f9a1313 | Author: Per Östlund | Date: Mon Jan 27 12:33:45 2020 +0100 | | [NF] Fix InstNode.scopeListClass for redeclares. | | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | * commit 119136b5f904134e60f699ce9264a429762da0e7 | Author: Adrian Pop | Date: Sat Jan 25 18:41:34 2020 +0100 | | update OMSens_Qt submodule | | M OMSens_Qt | * commit 0fa4fe77cb31b3811ac55ebf78b537332fdd86b9 | Author: Adeel Asghar | Date: Fri Jan 24 13:26:30 2020 +0100 | | Updated OMSens_Qt submodule | | M OMSens_Qt | * commit fdfd6ac23ae65700a7b4cb4aff087039b0cfbd13 | Author: kabdelhak | Date: Fri Jan 24 11:23:25 2020 +0100 | | [BE] rename incidence to adjacency matrix | - misleading name incidence matrix changed to adjacency matrix | - all instances of incidence Incidence and INCIDENCE have been replaced | | M OMCompiler/Compiler/BackEnd/AdjacencyMatrix.mo | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEEXT.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAETransform.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendInline.mo | M OMCompiler/Compiler/BackEnd/Causalize.mo | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M OMCompiler/Compiler/BackEnd/DAEMode.mo | M OMCompiler/Compiler/BackEnd/DAEQuery.mo | M OMCompiler/Compiler/BackEnd/DumpGraphML.mo | M OMCompiler/Compiler/BackEnd/DumpHTML.mo | M OMCompiler/Compiler/BackEnd/EvaluateParameter.mo | M OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/OnRelaxation.mo | M OMCompiler/Compiler/BackEnd/ResolveLoops.mo | M OMCompiler/Compiler/BackEnd/Sorting.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/BackEnd/XMLDump.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/InstStateMachineUtil.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/HpcOmSimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Stubs/BackendDAEUtil.mo | M OMCompiler/Compiler/Template/GraphvizDump.tpl | M OMCompiler/Compiler/Template/GraphvizDumpTV.mo | M OMCompiler/Compiler/Unused/InlineSolver.mo | M OMCompiler/Compiler/runtime/BackendDAEEXT_omc.cpp | M testsuite/openmodelica/debugDumps/dumpSparsePatternVerbose.mos | M testsuite/openmodelica/debugDumps/lateInline.mos | M testsuite/openmodelica/debugDumps/optSimpleSolveDAEdump.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/simulation/modelica/indexreduction/ASSC.mos | M testsuite/simulation/modelica/inlineFunction/inlineRecords1.mos | M testsuite/simulation/modelica/parameters/parameterTest.mos | M testsuite/simulation/modelica/parameters/parameterTest10.mos | M testsuite/simulation/modelica/parameters/parameterTest11.mos | M testsuite/simulation/modelica/parameters/parameterTest12.mos | M testsuite/simulation/modelica/parameters/parameterTest13.mos | M testsuite/simulation/modelica/parameters/parameterTest14.mos | M testsuite/simulation/modelica/parameters/parameterTest15.mos | M testsuite/simulation/modelica/parameters/parameterTest16.mos | M testsuite/simulation/modelica/parameters/parameterTest2.mos | M testsuite/simulation/modelica/parameters/parameterTest3.mos | M testsuite/simulation/modelica/parameters/parameterTest4.mos | M testsuite/simulation/modelica/parameters/parameterTest5.mos | M testsuite/simulation/modelica/parameters/parameterTest6.mos | M testsuite/simulation/modelica/parameters/parameterTest7.mos | M testsuite/simulation/modelica/parameters/parameterTest8.mos | M testsuite/simulation/modelica/parameters/parameterTest9.mos | M testsuite/simulation/modelica/tearing/dynamicTearing3.mos | * commit 315a2d20dd7cc7011943432874120245dc273e75 | Author: Philip | Date: Thu Jan 23 16:56:31 2020 +0100 | | janitor mode | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | * commit 932130d2cd1631c30b9e3cf23f5403ea2d76d411 | Author: adeas31 | Date: Wed Jan 22 12:28:44 2020 +0100 | | Added OMSens_Qt to configure script | | Compile it for Qt5 | | M .CI/common.groovy | M Jenkinsfile | M Makefile.in | M Makefile.omdev.mingw | M OMEdit/OMEditLIB/MainWindow.cpp | M OMSens_Qt | M configure.ac | * commit 29b50291f30c5791c8dd7d06f0ec3bd873592157 | Author: kabdelhak | Date: Thu Jan 23 16:09:42 2020 +0100 | | [BE] adjacency matrix update | - add initial() operator check in if equations | - ticket #5795 | - related to PR #677 and #679 | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit c7f16dff991c562d947e78e4ece8327886b3d895 | Author: kabdelhak | Date: Thu Jan 23 11:16:27 2020 +0100 | | [BE] update enhanced adjacency matrix generation | - better handling of initial() calls in if expressions and if equations | - TODO: If-equation in not enhanced adjacency matrix | - ticket #5795 | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit d0f10d89b07594c6595475c156456594f8cf46d1 | Author: Per Östlund | Date: Thu Jan 23 14:46:58 2020 +0100 | | [NF] Improve scoping of redeclares. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | * commit eaa9dabaa3037d0e2e433edbfe414012e3bc3eff | Author: kabdelhak | Date: Wed Jan 22 16:06:25 2020 +0100 | | [BE] update adjacency matrix generation | - add case for initial() call in if expression | - TODO: If-Equation | - enhanced adjacency matrix | - ticket #5795 | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAETransform.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/Causalize.mo | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | M OMCompiler/Compiler/BackEnd/DAEMode.mo | M OMCompiler/Compiler/BackEnd/DumpGraphML.mo | M OMCompiler/Compiler/BackEnd/EvaluateParameter.mo | M OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/OnRelaxation.mo | M OMCompiler/Compiler/BackEnd/ResolveLoops.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/BackEnd/XMLDump.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/HpcOmSimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit e0a5edcd92b0cae3e599863946ae7cc25c83ef23 | Author: Adrian Pop | Date: Wed Jan 22 14:52:43 2020 +0100 | | update 3rdParty to fix gcc compilation of SuiteSparse colamd | | M OMCompiler/3rdParty | * commit 47fd12cfb551b758fea78bfe1033eff09979d96f | Author: Andreas Heuermann | Date: Wed Jan 15 15:54:51 2020 +0100 | | Fix for ticket 5766 | | - Don't ignore -ils flag any more | - Added testcase for -ils flag | - Made description of -ils flag more detailed | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M testsuite/flattening/modelica/modification/Bug3817.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos | M testsuite/simulation/modelica/equations/ticket-5206.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/initialization/Makefile | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | A testsuite/simulation/modelica/initialization/setNumberOfInitLambda.mos | * commit 441a17b36d6019db1c281eaa3b3e22fff4d9d268 | Author: Per Östlund | Date: Tue Jan 21 15:07:56 2020 +0100 | | [NF] Emit error when scalarizeVariable fails. | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatModel.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | * commit 6fa1e680f5114b2abc898a28910069de82dde65e | Author: Martin Sjölund | Date: Mon Jan 20 13:57:14 2020 +0100 | | Add bounds checking of array access during runtime | | M OMCompiler/SimulationRuntime/c/util/integer_array.c | M OMCompiler/SimulationRuntime/c/util/real_array.c | * commit 80b40a6c210d1e1f85caea0792eb50ecd420e0bd | Author: Per Östlund | Date: Mon Jan 20 12:19:17 2020 +0100 | | [NF] Improve Ceval.evalRecordElement. | | - Handle binding records in Ceval.evalRecordElement. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit c6029d1572d05d53f41bbbd02dcec3e958a16b11 | Author: Per Östlund | Date: Mon Jan 20 11:33:20 2020 +0100 | | [NF] Improve dimension typing. | | - Try harder to deduce unknown dimensions by evaluating the | corresponding binding if needed. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecordUnknownDim1.mo | * commit 0c802bd99c6b34cde1f19af22510bda5a44bc8e0 | Author: Adeel Asghar | Date: Wed Dec 4 09:42:38 2019 +0100 | | Implemented plugins interface | | Added a top level menu item `Sensitivity Optimization` which allows to load and run the OMSens plugin. | | A OMEdit/OMEditLIB/Interfaces/InformationInterface.h | A OMEdit/OMEditLIB/Interfaces/ModelInterface.h | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | M OMEdit/OMEditLIB/OMEditLIB.pro | * commit 0686019a1aed63ed273bf647b368559ce5ee4fc3 | Author: Adrian Pop | Date: Thu Jan 16 13:07:07 2020 +0100 | | update libraries on master | | M libraries | * commit 50577b51e492c39fcc1ae312966e1063272137aa | Author: Adeel Asghar | Date: Wed Dec 4 20:07:25 2019 +0100 | | Added OMSens submodules | | M .gitmodules | A OMSens | A OMSens_Qt | * commit 5c06d7814faf7f1e481410708efa4922b9abef66 | Author: Andreas Heuermann | Date: Wed Jan 15 13:48:10 2020 +0100 | | Update tearingMethod description | | M OMCompiler/Compiler/Util/Flags.mo | * commit 244a0ca7d8af60bfe84d2cca8cb04b901f7704c9 | Author: Adeel Asghar | Date: Wed Jan 15 14:35:00 2020 +0100 | | ticket:5778 Fixed users guide links | | M OMEdit/OMEditLIB/MainWindow.cpp | M OMEdit/OMEditLIB/MainWindow.h | M OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | M OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp | * commit 5a2db8d508dd0bf7209d2f828ea65a6cb9077f35 | Author: kabdelhak | Date: Wed Jan 15 14:42:56 2020 +0100 | | [BE] update dumpLoops and add dumpLoopsVerbose | - update -d=dumpLoops for better visual partitioning of components | - add -d=dumpLoopsVerbose to dump enhanced adjacency matrix with solvability information for all components | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos | * commit 919e7b8409f8fa08507440eb60fa9e923abfa8fa | Author: kabdelhak | Date: Wed Jan 15 11:34:03 2020 +0100 | | [BE] update wrapFunctionCalls | - ticket #5771 | - check noEvent arguments inside if condition | | M OMCompiler/Compiler/BackEnd/CommonSubExpression.mo | * commit 1115afc061733ef14c5ecae2aeea579b029d097b | Author: Adeel Asghar | Date: Tue Jan 14 16:20:33 2020 +0100 | | Fixed loading of read only packages | | If the package follows a Modelica version naming convention just strip the version string and use the package name. | | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/ReadOnlyPkg.mos | A testsuite/openmodelica/interactive-API/ReadOnlyPkg/M.mo | A testsuite/openmodelica/interactive-API/ReadOnlyPkg/P1/M1.mo | A testsuite/openmodelica/interactive-API/ReadOnlyPkg/P1/M2.mo | A testsuite/openmodelica/interactive-API/ReadOnlyPkg/P1/package.mo | A testsuite/openmodelica/interactive-API/ReadOnlyPkg/P1/package.order | A testsuite/openmodelica/interactive-API/ReadOnlyPkg/package.mo | A testsuite/openmodelica/interactive-API/ReadOnlyPkg/package.order | * commit e6180d567e4bc744d6714623ce54fd91851d5827 | Author: kabdelhak | Date: Tue Jan 14 11:30:48 2020 +0100 | | [BE] update differentiate semiLinear | - ticket #5595 | - do not differentiate semiLinear(x, a, b) for cref y, if a or b contain y | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | * commit b50439238caf9602fb192a18a4164a91645223a1 | Author: Adrian Pop | Date: Tue Jan 14 00:43:01 2020 +0200 | | update libraries | | M libraries | * commit 64216318eb1eaf2cdac3cb0a60dd9ef09b7fd268 | Author: Andreas Heuermann | Date: Mon Jan 13 14:03:55 2020 +0100 | | New log flags LOG_INIT_V and LOG_INIT_HOMOTOPY | | Make the LOG_INIT log less verbose by moving informations to more | verbose flags | LOG_INIT_V. LOG_SOTI is not a subset of LOG_INIT any more but of | LOG_INIT_V. | Create new flag LOG_INIT_HOMOTOPY to dump only homotopy initialization | infos. | | Updated testsuite to use LOG_INIT_V whenever values of initialization | are tested. | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/util/omc_error.c | M OMCompiler/SimulationRuntime/c/util/omc_error.h | M testsuite/simulation/modelica/initialization/bug_2207.mos | M testsuite/simulation/modelica/initialization/bug_2673b.mos | M testsuite/simulation/modelica/initialization/bug_2990.mos | M testsuite/simulation/modelica/initialization/bug_2994.mos | M testsuite/simulation/modelica/initialization/bug_3052.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/homotopy5.mos | M testsuite/simulation/modelica/initialization/parameters.mos | M testsuite/simulation/modelica/nonlinear_system/bug_2841.mos | M testsuite/simulation/modelica/others/Bug2788.mos | * commit 3bc99d08d93c211a2c598397ebeb3c4d85e8109a | Author: niklwors | Date: Thu Jan 9 13:37:31 2020 +0100 | | removed spaces | | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/include/omcZeromqTask.h | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omcZeromqTask.cpp | * commit cf90a7b999c744cc829fe7b2181d214da9e2321b | Author: niklwors | Date: Mon Dec 16 15:18:20 2019 +0100 | | [cppRuntime] set model parameter via zeromq | | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/include/omcZeromqTask.h | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omcZeromqTask.cpp | * commit 6715c620c9d4ff1aa6115074734fdee8b67f0054 | Author: Per Östlund | Date: Mon Jan 13 12:15:46 2020 +0100 | | [NF] Fix overconstrained connection handling. | | - Handle standalone function calls that are not overconstrained | connection operators in models with overconstrained connections. | - Evaluate overconstrained connection operators even if the | overconstrained connection graph is empty, since a model might | still contain calls to e.g. Connections.isRoot. | | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | * commit f60ffbd0ab17f668c940c7d75a028cdb7a55aa1e | Author: Adeel Asghar | Date: Thu Jan 9 15:57:28 2020 +0100 | | Don't apply the filter using the path | | When opening the browse for classes dialog don't apply the filter using the path instead just select the class specified by the path | | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.h | * commit f89d5be26d1defc98f4cea7445f31aa97cd4c0c1 | Author: Adeel Asghar | Date: Wed Jan 8 15:01:54 2020 +0100 | | ticket:5760 Preserve the scroll position in documentation browser | | M OMEdit/OMEditLIB/Modeling/DocumentationWidget.cpp | M OMEdit/OMEditLIB/Modeling/DocumentationWidget.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | * commit 0a7b784bccc8a63b549991c07b1d8e4bbcd01da9 | Author: Adeel Asghar | Date: Tue Jan 7 14:17:43 2020 +0100 | | Ticket:5682 Added a setting to enable the nfAPINoise flag | | M OMEdit/OMEditLIB/Options/OptionsDialog.cpp | M OMEdit/OMEditLIB/Options/OptionsDialog.h | * commit 54e20a026df92f14738c48d1f11d44e525f92620 | Author: Adeel Asghar | Date: Tue Jan 7 09:25:28 2020 +0100 | | Fixes ticket:5733 Don't use the qualified path | | M OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | * commit 5c1a0234a089959984220535146fd00a499d315e | Author: Adeel Asghar | Date: Sun Jan 5 15:18:47 2020 +0100 | | Fix users guide mos script | | M doc/UsersGuide/source/parametersensitivity.rst | * commit b4ce992e45b7a03f93093d98e53f1a3890b1ba18 | Author: Adeel Asghar | Date: Wed Jan 1 12:46:13 2020 +0100 | | Test the parsing of placement annotation string | | M OMEdit/OMEditLIB/Component/Transformation.cpp | M OMEdit/Testsuite/RunOMEditTestsuite.sh | M OMEdit/Testsuite/Testsuite.pro | A OMEdit/Testsuite/Transformation/Test.cpp | A OMEdit/Testsuite/Transformation/Test.h | A OMEdit/Testsuite/Transformation/Transformation.pro | * commit 6fe39b2ced7272e851a9681c5bb32bcfb8e17b99 | Author: Lennart Ochel | Date: Fri Dec 27 20:23:48 2019 +0100 | | Add test for ticket:2765 | | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2765.mos | * commit 1a4ceb3d0758064b8379e93b39e253a6623dada2 | Author: Adrian Pop | Date: Thu Dec 26 19:51:11 2019 +0200 | | update libraries | | M libraries | * commit f5661f733e2dccf67d3bd80c8800a2ec72ab6273 | Author: Karim Abdelhak | Date: Mon Dec 23 17:57:18 2019 +0100 | | [BE] state select differentiate fix | - add algebraic check to increaseDifferentiation | - update artificial variable heuristic values | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | * commit 2047f530bdb9be712a00f0193d43901a0365f00a | Author: Lennart Ochel | Date: Sun Dec 22 13:07:05 2019 +0100 | | Reactivate DualMassOscillator.mos | | M testsuite/omsimulator/DualMassOscillator.mos | M testsuite/omsimulator/Makefile | * commit 5d1759c5abd06232d0a6d50deba561850b5fdd87 | Author: Lennart Ochel | Date: Sun Dec 22 13:03:56 2019 +0100 | | Remove workaround --ignoreInitialUnknowns | | M testsuite/omsimulator/DualMassOscillator_cs.mos | M testsuite/omsimulator/DualMassOscillator_me.mos | * commit 92c3b536572d1bfa9494b131f9eaf2736175a75b | Author: arun3688 | Date: Sat Dec 21 00:09:38 2019 +0100 | | Export initial unknowns in the FMI 2.0 model structure definition (#537) | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_02.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_03.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_04.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_05.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_06.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_07.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug5673.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/ticket5670.mos | * commit 387c3b25b4288eb4cf13c13a18a00f04f2a3b775 | Author: kabdelhak | Date: Mon Dec 16 09:31:50 2019 +0100 | | [BE] Index reduction update | - consider non states as stateSelect never | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/openmodelica/xml/testMSD.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos | M testsuite/simulation/modelica/commonSubExp/cse2.mos | M testsuite/simulation/modelica/commonSubExp/cse2_comSubExp.mos | M testsuite/simulation/modelica/msl22/Test3PhaseInitOver.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/tearing/Tearing3-cel.mos | M testsuite/simulation/modelica/tearing/Tearing3-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing3-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing3-omc.mos | * commit 2a7939ad2b65da47584dc587b333b74f4d4479cb | Author: Martin Sjölund | Date: Thu Dec 19 10:53:54 2019 +0100 | | Connect the variables widget with the debugger (#636) | | * Connect the variables widget with the debugger | | - Adds a filter on a variable's direct dependencies (right-click var) | - Adds a link to the debugger (right-click var) | | M OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | M OMEdit/OMEditLIB/Plotting/VariablesWidget.h | M OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | M OMEdit/OMEditLIB/Util/Utilities.cpp | M OMEdit/OMEditLIB/Util/Utilities.h | * commit 224c6137b153560aeb3364f3c7b9330a6a0201d6 | Author: Per Östlund | Date: Tue Dec 17 16:13:43 2019 +0100 | | [NF] Improve EvalConstants.isLocalFunctionVariable. | | - Don't consider crefs with a class name in them to be references to | local variables. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | * commit 7b1cd62ca70282c050556184427b18da3a7f338d | Author: Anatoly Trosinenko | Date: Tue Dec 17 11:52:55 2019 +0300 | | Fix some compiler warnings (#289) | | * Fix comparison of non-dereferenced char* with '\0' | | * Fix left-shifting of signed negative integers | | It produced lots of compiler warnings on UB on code such as | MMC_IMMEDIATE(MMC_TAGFIXNUM(-1)) (and possibly other instances | of UB not detected by the compiler). | | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_data.h | M OMCompiler/SimulationRuntime/c/simulation/simulation_info_json.c | * commit c4ed8a96216c710be9be83ac3b3852f530401ff5 | Author: Adrian Pop | Date: Mon Dec 16 22:04:29 2019 +0200 | | update libraries | | M libraries | * commit 71700afe8bf3176e15c45f51dde2b963cc6ee8e4 | Author: Per Östlund | Date: Mon Dec 16 16:28:19 2019 +0100 | | [NF] Improved package constant handling. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | * commit bfa74234875254aff82529a225a522aa7fd5e16a | Author: niklwors | Date: Mon Nov 4 11:06:38 2019 +0100 | | [cppRuntime] start simulation asynchronly and Send solver settings via zeromq | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/Communicator.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/ToZeroMQEvent.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/Communicator.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/ToZeroMQEvent.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | M OMCompiler/SimulationRuntime/cpp/omcWrapper/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/src/OMC.cpp | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/include/omcZeromqTask.h | R100 OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/zhelpers.hpp OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/include/zhelpers.hpp | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omc.cpp | A OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omcZeromqTask.cpp | * commit a96be8d9dbbf0a1b52752e692cfbe8994b91ba95 | Author: Andreas Heuermann | Date: Tue May 21 16:39:53 2019 +0200 | | [C-Runtime] Initialize with homotopy solver for models with homotopy operator | | Use the homotopy method for initialization as default, if the model contains | the homotopy-operator. In that case use 2 homotopy steps in stead of 4 when | doing homotopy after initialization failed without homotopy. | Added new flag "-noHomotopyOnFirstTry" to disable this behaviour. Useful for | models which contains homotopy operator which is "wrong", e.g. some of the | MSL Fluid examples. | | - Fix for ticket #5139. | - Updated tests which are using homotopy operators and where not initializing | with homoptopyOnFirstTry. | - Model from ticket-5206.mos converges to different solution with homotopy, | since parameter y0 is not fixed. | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M testsuite/flattening/modelica/modification/Bug3817.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos | M testsuite/simulation/modelica/equations/ticket-5206.mos | M testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/initialization/bug_2207.mos | M testsuite/simulation/modelica/initialization/bug_2990.mos | M testsuite/simulation/modelica/initialization/bug_2994.mos | M testsuite/simulation/modelica/initialization/bug_3052.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/parameters.mos | M testsuite/simulation/modelica/nonlinear_system/bug_2841.mos | M testsuite/simulation/modelica/others/Bug2788.mos | * commit 4d4d0e8ed85035a305a0bd99205905a398f780cf | Author: Martin Sjölund | Date: Mon Dec 16 13:42:32 2019 +0100 | | Move Connect package into DAE (#583) | | * Move Connect package into DAE | | * Remove DAEDump dependency from DAE | | D OMCompiler/Compiler/FrontEnd/Connect.mo | M OMCompiler/Compiler/FrontEnd/ConnectUtil.mo | M OMCompiler/Compiler/FrontEnd/ConnectionGraph.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/InnerOuter.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstFunction.mo | M OMCompiler/Compiler/FrontEnd/InstHashTable.mo | M OMCompiler/Compiler/FrontEnd/InstSection.mo | M OMCompiler/Compiler/FrontEnd/InstVar.mo | M OMCompiler/Compiler/FrontEnd/Lookup.mo | M OMCompiler/Compiler/FrontEnd/Patternm.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | * commit fed084ad54a78589e678438e2306cc74081b78ad | Author: Per Östlund | Date: Fri Dec 13 18:11:22 2019 +0100 | | [NF] Use component instance as parent. | | - Use the component instance as parent when instantiating a class tree | instead of the class, unless the parent is some kind of type. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M testsuite/flattening/modelica/scodeinst/eq5.mo | * commit d0a1075555e0c9c6ec7668723fdd24dd93abad65 | Author: Lennart Ochel | Date: Fri Dec 13 14:00:12 2019 +0100 | | Fix initialization using start and fixed attribute | | - ticket:2673 | | M OMCompiler/Compiler/BackEnd/Initialization.mo | M testsuite/simulation/modelica/initialization/bug_2673.mos | * commit 5b8ff4c97f934e9ab41296b48607b3fec50333d8 | Author: Adrian Pop | Date: Thu Dec 12 03:34:20 2019 +0200 | | update tests after lib update | | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mos | M testsuite/simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos | * commit b060fe26dca86f9508eb56b315b473d0b2a7053e | Author: Adrian Pop | Date: Thu Dec 12 02:23:28 2019 +0200 | | update libs | | M libraries | * commit 4582b4c27d3431bf26bdb5cd9b60f9bb5666b550 | Author: Mahder Gebremedhin | Date: Wed Dec 11 13:42:53 2019 +0100 | | A function returning a record does not always assign the inputs direc… (#625) | | * A function returning a record does not always assign the inputs directly to the record elements. | | - We can not assume that every function that returns a record just assigns the | arguments it is given directly to the member of the record. That is only partially | true for record constructor functions. | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/Inline.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit c2927a9d89a48f5e59f761089e87ac4fe34f7d57 | Author: Per Östlund | Date: Tue Dec 10 14:28:03 2019 +0100 | | [NF] Disable warning when checking model. | | - Disable the warning for an unbound parameter with an Evaluate = true | annotation when checking a model. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | * commit a4f0ef321055366286d28fe6331c61f986ab755b | Author: johti | Date: Sun Nov 24 23:09:19 2019 +0100 | | Ticket-5712: Fixed issue with duplicated variables + minor fixes to the Modelica to Julia translator. | | Ticket-5712: Fixed duplicates, Removed dbg print | | Ticket-5712:Fixed duplicates | | Removed unused imports | | Removed dbg printouts | | Resolved the Circuit1x.mo test | | Removed duplicates in the tests for mosfiles | | Removed a duplicate in DataRecon | | Added sourceinfo to DEFINEUNIT | | * Better error message, since we now parse component info for element items | | * PEXPipeTotal.mo now adhers to the Modelica standard and does not contain duplicates | | TICKET-5712: Now only create errorstrings on error | | M OMCompiler/Compiler/BackEnd/DynamicOptimization.mo | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuild.mo | M OMCompiler/Compiler/FrontEnd/Absyn.mo | M OMCompiler/Compiler/FrontEnd/AbsynToSCode.mo | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M OMCompiler/Compiler/FrontEnd/InstExtends.mo | M OMCompiler/Compiler/FrontEnd/SCode.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/FrontEnd/UnitAbsynBuilder.mo | A OMCompiler/Compiler/Script/MMToJuliaKeywords.mo | M OMCompiler/Compiler/Script/MMToJuliaUtil.mo | M OMCompiler/Compiler/Template/AbsynToJulia.tpl | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | M OMCompiler/Parser/Modelica.g | A OMCompiler/tmp/mutable.mo | A OMCompiler/tmp/test.mo | A OMCompiler/tmp/test1.mo | A OMCompiler/tmp/test2.mo | M testsuite/flattening/modelica/mosfiles/AIMC_DOLTotal.mo | M testsuite/flattening/modelica/mosfiles/EnzMMTotal.mo | M testsuite/flattening/modelica/mosfiles/TransformerYYTotal.mo | M testsuite/flattening/modelica/others/PEXPipeTotal.mo | M testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013Total.mo | M testsuite/simulation/modelica/resolveLoops/Circuit1x.mo | * commit 9317df672d4d4548cbc55cc8d62d73c5f8f68349 | Author: Adrian Pop | Date: Sun Dec 8 01:32:51 2019 +0200 | | fix build on Mac OS, link also with BLAS, not only LAPACK | | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | * commit 9b2c7354804525462bedf010ea448b96cbd9d095 | Author: Adeel Asghar | Date: Fri Dec 6 11:52:39 2019 +0100 | | More updates to the FMI users guide | | M doc/UsersGuide/source/fmitlm.rst | M doc/UsersGuide/source/index.rst | A doc/UsersGuide/source/systemidentification.rst | * commit 732e71d7f5a309fc8ca8fe72bb62a8774fd142e7 | Author: arun3688 | Date: Thu Dec 5 18:52:23 2019 +0100 | | Fix ModelVariables in modelDescription.xml for FMI 2.0 (#568) | | - variability | - causality | - initial | - start attribute | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M OMCompiler/Compiler/SimCode/SerializeInitXML.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeVar.mo | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/Template/CodegenXML.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/FMI.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | M testsuite/omsimulator/DualMassOscillator.mos | M testsuite/omsimulator/DualMassOscillator_me.mos | M testsuite/omsimulator/Makefile | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_02.mos | A testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_03.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug5673.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | M testsuite/openmodelica/xml/Bug3857.mos | * commit adbdf73a26eae5aa2d424f3ef2cc093fa384303d | Author: kabdelhak | Date: Thu Dec 5 10:47:45 2019 +0100 | | [BE] Index Reduction: update -d=bltdump | | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M testsuite/simulation/modelica/indexreduction/ASSC.mos | * commit 92cb992f65badb887c0d14cb78893a863a9e090c | Author: Adeel Asghar | Date: Thu Dec 5 09:37:53 2019 +0100 | | Updated FMI export and import instructions | | M doc/UsersGuide/source/fmitlm.rst | * commit 4de19b4dd69f48861641187b28a6f9ecdfdfd67d | Author: Adeel Asghar | Date: Thu Dec 5 09:15:08 2019 +0100 | | Updated instructions | | M OMEdit/OMEditLIB/Resources/nls/README.md | M OMEdit/OMEditLIB/Resources/nls/tsupdate.bat | * commit c3a557c675bd98fbbc5946ba02b8146077000874 | Author: Adeel Asghar | Date: Wed Dec 4 11:37:00 2019 +0100 | | ticket:5671 Handle the coordinate system change | | M OMEdit/OMEditLIB/Component/Component.cpp | M OMEdit/OMEditLIB/Component/Component.h | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | * commit a743f3e5eb85e4d1d4ad1fc2f51b8743841c3819 | Author: Andreas Heuermann | Date: Fri Nov 8 16:02:44 2019 +0100 | | [CRuntime] Add time specific logging | | Added a new runtime flag `-lv_time`to allow logging only in a specific | time interval set by the user. This will disable all set logging streams | except for STDOUT, ASSERT and SUCCESS outside of given time intreval. | This is usefull for giant logs that are otherwise to big to handle. | Usage: `-lv_time=start,stop` with start, stop beeing doubles for time values. | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/c/util/omc_error.c | M OMCompiler/SimulationRuntime/c/util/omc_error.h | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | * commit 9c5134d42892876c8f47113f07d7a50cc88c5133 | Author: Adeel Asghar | Date: Wed Dec 4 10:01:49 2019 +0100 | | Hide the Git menu item until the feature is fully implemented | | M OMEdit/OMEditLIB/MainWindow.cpp | * commit 54cc54632afe0aeade57e4691a4c9e3ed2e20e85 | Author: Adrian Pop | Date: Tue Dec 3 21:59:39 2019 +0200 | | update libraries | | M libraries | * commit ad6f711858d4af7a5b258dafafb2f4b2fdce6974 | Author: Lennart Ochel | Date: Tue Dec 3 15:03:48 2019 +0100 | | Update initialization attributes in simulation dae | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/DAEMode.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/interactive-API/Bug4248.mos | M testsuite/openmodelica/interactive-API/IMCNominalOperation.mo | M testsuite/openmodelica/xml/Bug3857.mos | M testsuite/openmodelica/xml/testMSD.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall1.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall3.mos | M testsuite/simulation/modelica/functions_eval/functionTest4.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | * commit e7ab1da599d3c3ac620210483fc3acb0a04dfefc | Author: arun3688 | Date: Tue Dec 3 12:36:36 2019 +0100 | | Update the fixed attribute in the initialization DAE (#611) | | M OMCompiler/Compiler/BackEnd/Initialization.mo | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/simulation/modelica/algorithms_functions/algorithms.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos | M testsuite/simulation/modelica/initialization/autoFixed.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest1.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest2.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest3.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest4.mos | M testsuite/simulation/modelica/initialization/underdeterminedTest6.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos | * commit d7cc1e91f96728aa7222683282df225f1890c17c | Author: Adrian Pop | Date: Sun Dec 1 18:47:45 2019 +0200 | | [NF] add flag -d=nfDumpFlat to dump the flat model | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/FlagsUtil.mo | * commit 2366380377787b9dee43cabfe513c391248328df | Author: Per Östlund | Date: Wed Nov 27 15:43:47 2019 +0100 | | [NF] Partially revert 497427d. | | - Relax the record check in Inst.instComplexType to only apply to | models, since it currently causes issues for some connectors. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFRestriction.mo | * commit e0502ef372c74fb83940afc2259db81877311b47 | Author: Adrian Pop | Date: Wed Nov 27 08:53:11 2019 +0200 | | update libs | | M libraries | * commit 727beacad2526a86387614dbb8cbce31147bf000 | Author: Per Östlund | Date: Wed Nov 27 00:03:52 2019 +0100 | | [NF] Handle records inherited by non-records better. | | - Don't try to instantiate the constructor for a record that's been | inherited by a non-record, since it's not actually a record in that | context. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | * commit 43c7a2d1e33e87816c88cea04a8a78531d183d29 | Author: Per Östlund | Date: Tue Nov 26 13:43:43 2019 +0100 | | [NF] Add unit checking test case for empty when. | | M testsuite/simulation/modelica/NFunitcheck/Makefile | R100 testsuite/simulation/modelica/NFunitcheck/Unitcheck18.mos testsuite/simulation/modelica/NFunitcheck/UnitCheck18.mos | A testsuite/simulation/modelica/NFunitcheck/UnitCheck19.mos | * commit 6b91544e23eda6a2b217e2602b769ea6c6469db8 | Author: Adeel Asghar | Date: Tue Nov 26 11:22:51 2019 +0100 | | Added information about how to tile subwindows | | M doc/UsersGuide/source/omedit.rst | * commit 98089dead429125faf10f6375cc6472ba3e82f85 | Author: Martin Sjölund | Date: Tue Nov 26 13:26:12 2019 +0100 | | Add script to generate graphviz | | A OMCompiler/Compiler/boot/graphviz-import.sh | * commit 0847e2fae5e6a9010b4938b569aaca75dac7bdd1 | Author: Martin Sjölund | Date: Tue Nov 26 13:25:05 2019 +0100 | | Fix for OSX sed not having \+ | | M OMCompiler/Compiler/boot/find-unused-import.sh | * commit ee29dc4b3c5c4b30260ec3d09996f9740ddfc950 | Author: Adeel Asghar | Date: Tue Nov 26 12:34:15 2019 +0100 | | Fixes ticket:5716 Clear the items when redrawing the views | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 164cdfdb6fcc66a25748ce9c4438193e133d1d8f | Author: Adeel Asghar | Date: Mon Nov 25 19:20:53 2019 +0100 | | Handle the spaces in installation path and working directory | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/scripts/Compile.bat | * commit 42a33350e08c16bff672b238a6c7c684f028c35d | Author: Per Östlund | Date: Mon Nov 25 21:27:01 2019 +0100 | | [NF] Fix unit checking of when equations. | | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | * commit 192dc960b32399b4aeee2ea095f33fe5f2ec630b | Author: Per Östlund | Date: Mon Nov 25 16:20:23 2019 +0100 | | [NF] Fix cat() with empty arrays. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit 19bc4e112de96519285efae11815add162de4df4 | Author: Adrian Pop | Date: Mon Nov 25 13:59:18 2019 +0200 | | bump libraries (ThermoSysPro) & update tests | | M libraries | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos | * commit a0f80a0b13357c38b58ba9e2d5d5d0e7fc4edb57 | Author: Per Östlund | Date: Mon Nov 25 12:07:48 2019 +0100 | | [NF] Forbid local public function variables. | | - Change the warning for public non-input/output function variables back | to an error. | | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/FunctionNonInputOutputParameter.mo | * commit b9b2298f6b1faf0684a290e19370bcf15e8b52af | Author: Andreas Heuermann | Date: Thu Nov 14 15:36:44 2019 +0100 | | [CRuntime] Option to build with USE_PARJAC on Windows | | On Windows systems run | $ make -f Makefile.omdev.mingw omc -j4 USE_PARJAC=yes | to build with paralle jacobians evaluation. | | M OMCompiler/SimulationRuntime/c/Makefile.omdev.mingw | * commit 2cbdc11d5a18fe77cb774745dfe56a331b360dee | Author: Mahder Gebremedhin | Date: Sun Nov 24 17:46:56 2019 +0100 | | Attempt to fix generation of CALL expressions on lhs of assignments and solved equations. (#592) | | - Do not expand records when differentiating functions. | - Try simplifying a RSUB expression before differentiating. | - Print error when finding a CALL expression on the lhs. | | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | * commit a83b51bb2ca11aacdba75873e7b2270eda8e811c | Author: Adrian Pop | Date: Sat Nov 23 12:19:49 2019 +0200 | | fix for ticket:5696 | - allow both -override and -override file | - warn if the same variable is overrided twice | - add test | | M OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket5696.mos | * commit f1e7129c344a034aaea1f8c866f76c24fdafc0fa | Author: adrpo | Date: Fri Nov 22 22:50:38 2019 +0100 | | update libs (ThermoSysPro) and tests | | M libraries | M testsuite/openmodelica/interactive-API/interactive_api_calls.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos | M testsuite/simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos | * commit c5243a77d3745147fcae519e21ddab51a2e5248e | Author: Adeel Asghar | Date: Fri Nov 22 15:48:30 2019 +0100 | | ticket:5704 Remove the connection from the scene | | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | * commit 2d9e7aabe5f516ef0a2331abe5776066e2d4b9f2 | Author: Per Östlund | Date: Thu Nov 21 20:17:31 2019 +0100 | | [NF] Improve Flatten.flattenBindingExp. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/Util/List.mo | * commit 32b3d26dfc30f4e61123666e48318643e0fb5204 | Author: Adeel Asghar | Date: Thu Nov 21 17:33:34 2019 +0100 | | Handle spaces in installation path for cpp-runtime | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/scripts/Compile.bat | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | * commit f097886ab252505f9e3305f9f23a3a355aed93ce | Author: Martin Sjölund | Date: Fri Nov 22 08:51:14 2019 +0100 | | Do not spin forever on OSX | | M OMCompiler/Compiler/boot/find-unused-import.sh | * commit 1e1ba435f250b9cb16ce818f68fc39d58d48ab89 | Author: Per Östlund | Date: Thu Nov 21 18:07:32 2019 +0100 | | [NF] Improve Ceval.subscriptEvaluatedBinding. | | - Fix accumulation order of subscripts in | Ceval.subscriptEvaluatedBinding. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit d44a4a0da06483de432655a6bc24d167f66f578a | Author: Per Östlund | Date: Thu Nov 21 15:32:35 2019 +0100 | | [NF] Fix ExpandExp.expand for arrays. | | - Fixed match pattern in ExpandExp.expand that was supposed to match | arrays with at least two dimensions, but which instead matched arrays | with exactly two dimensions. | | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | * commit 6192db41748b4da8486ae3ed177748e2e6139ffa | Author: Mahder Gebremedhin | Date: Fri Nov 22 09:37:24 2019 +0100 | | [codegen/simcode] Improve code generation for assignment of records in simulation context. (#546) | | - We now split up the record memebers and then create assignments for each member. | We used to textually generate '=' assignments for the memebers. | This does not work if the member is a record or an array. | Instead we now actually create assignment expressions and then send them back to the template | functions. | | Fix generation of auxiliary, residual and algebraicstate vars for daeMode | | - setVariableIndexHelper does not update the index so it is not the one that | should be used. | It also seems uneccsary to add the algebraicstateVars to the hastable manually. | They are already there. | | - disable the creation of a new hastable after we had added the | auxiliary vars to the old one. Otherwise we will discard them. | | - Since it was discarding some of the variables added to the hastable | daemode used #defines to access these vars instead of actaully fixing the | problem. The defines are disabled now. | | Fix creation of an array expression from a list of crefs. | | - Expanded crefs can be multidimensional. Therefore we should | create multidimensional ARRAY expression in such cases. | | - Sometimes we get unevaluated dimensions in a simulation variable cref. | In this case we might not be able to correctly exapnd the cref to an ARRAY exp | if it is multidimensional. Since we do not know where to break up the list of exps. | However there is now a workaround to let this happen if the cref was a one dimensional | array. We jsut create an array with the unevaluated dim exp and hope it is correct. | The proper way to fix this is to fix the FrontEnd to use evaluated dims for all crefs. | But I am not going to try and do that now. | | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | * commit 58b266eb4f97c7db61078cc83290882d6ba9a4e0 | Author: Martin Sjölund | Date: Thu Nov 21 11:05:07 2019 +0100 | | The scripting API does not use the SymbolTable | | M OMCompiler/Compiler/Template/GenerateAPIFunctionsTpl.tpl | * commit ad94f65b0c6e26246b77c9037778ef1717654deb | Author: Martin Sjölund | Date: Thu Nov 21 09:47:32 2019 +0100 | | Give CI error if there are unused imports | | M .CI/common.groovy | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/boot/find-unused-import.sh | * commit b799216d3999b2eef3e38a133836710b0aea403a | Author: Martin Sjölund | Date: Thu Nov 21 09:34:20 2019 +0100 | | Removed unused imports from template files | | This should ideally be done by Susan, but the script works for now. | | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/boot/find-unused-import.sh | * commit f6819c84a9f1b0c29c01062fc0c6a054c5dc0dce | Author: Martin Sjölund | Date: Thu Nov 21 09:35:09 2019 +0100 | | Remove unused imports | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/Util/HashTableSimCodeEqCache.mo | * commit 203c8f27bb00ba27a53dea322cff43403e1843c6 | Author: Mahder Gebremedhin | Date: Thu Nov 21 08:34:40 2019 +0100 | | Traverse exaustively when inlining functions. (#534) | | - Use traverseExp* functions for trversal. | - This way things like subscripts and function function arguments | get traversed as well | | M OMCompiler/Compiler/Util/VarTransform.mo | * commit 9e8c062be1f87c96e69ee883f4d3b01c89d37a97 | Author: Martin Sjölund | Date: Mon Nov 18 11:43:15 2019 +0100 | | Refactoring to make dependencies acyclic | | - Created new package for Gettext | - Move variable mangling to BackendUtil instead of Util | - Removed cyclic dependencies for Util | - Removed Prefix (merged with DAE) | - Created Testsuite.mo, split from Config.mo | - Split Flags into FlagsUtil and Flags (avoids cyclic dependency on | Error) | - Added package ErrorTypes to avoid cycles with ErrorExt | | M Makefile.in | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendInline.mo | A OMCompiler/Compiler/BackEnd/BackendUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/BinaryTree.mo | M OMCompiler/Compiler/BackEnd/DAEMode.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/DumpHTML.mo | M OMCompiler/Compiler/BackEnd/DynamicOptimization.mo | M OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/OpenTURNS.mo | M OMCompiler/Compiler/BackEnd/SymbolicImplicitSolver.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/BackEnd/Unit.mo | M OMCompiler/Compiler/FFrontEnd/FCore.mo | M OMCompiler/Compiler/FFrontEnd/FExpand.mo | M OMCompiler/Compiler/FFrontEnd/FGraph.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuild.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuildEnv.mo | M OMCompiler/Compiler/FFrontEnd/FTraverse.mo | M OMCompiler/Compiler/FrontEnd/AbsynToSCode.mo | M OMCompiler/Compiler/FrontEnd/BackendInterface.mo | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | M OMCompiler/Compiler/FrontEnd/Connect.mo | M OMCompiler/Compiler/FrontEnd/ConnectUtil.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/Dump.mo | M OMCompiler/Compiler/FrontEnd/ElementSource.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M OMCompiler/Compiler/FrontEnd/FHashTableStringToUnit.mo | M OMCompiler/Compiler/FrontEnd/FUnit.mo | M OMCompiler/Compiler/FrontEnd/FUnitCheck.mo | M OMCompiler/Compiler/FrontEnd/InnerOuter.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstBinding.mo | M OMCompiler/Compiler/FrontEnd/InstExtends.mo | M OMCompiler/Compiler/FrontEnd/InstFunction.mo | M OMCompiler/Compiler/FrontEnd/InstHashTable.mo | M OMCompiler/Compiler/FrontEnd/InstSection.mo | M OMCompiler/Compiler/FrontEnd/InstStateMachineUtil.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/InstVar.mo | M OMCompiler/Compiler/FrontEnd/Lookup.mo | M OMCompiler/Compiler/FrontEnd/MetaUtil.mo | M OMCompiler/Compiler/FrontEnd/Mod.mo | M OMCompiler/Compiler/FrontEnd/NFEnvExtends.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeDependency.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeLookup.mo | M OMCompiler/Compiler/FrontEnd/OperatorOverloading.mo | M OMCompiler/Compiler/FrontEnd/Parser.mo | M OMCompiler/Compiler/FrontEnd/Patternm.mo | D OMCompiler/Compiler/FrontEnd/Prefix.mo | M OMCompiler/Compiler/FrontEnd/PrefixUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/FrontEnd/Values.mo | M OMCompiler/Compiler/GenerateOMCHeader.mos | M OMCompiler/Compiler/Lexers/LexerJSON.mo | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/MidCode/MidToMid.mo | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectionSets.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnections.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnector.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandableConnectors.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFHashTableCrToUnit.mo | M OMCompiler/Compiler/NFFrontEnd/NFHashTableStringToUnit.mo | M OMCompiler/Compiler/NFFrontEnd/NFImport.mo | M OMCompiler/Compiler/NFFrontEnd/NFInline.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnit.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFVerifyModel.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/CevalScriptOMSimulator.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Script/StaticScript.mo | M OMCompiler/Compiler/SimCode/HpcOmSimCodeMain.mo | M OMCompiler/Compiler/SimCode/SerializeModelInfo.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Stubs/NFApi.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Template/Tpl.mo | M OMCompiler/Compiler/Util/Config.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/ErrorExt.mo | A OMCompiler/Compiler/Util/ErrorTypes.mo | M OMCompiler/Compiler/Util/Flags.mo | A OMCompiler/Compiler/Util/FlagsUtil.mo | A OMCompiler/Compiler/Util/Gettext.mo | M OMCompiler/Compiler/Util/HashSetString.mo | M OMCompiler/Compiler/Util/HashTable5.mo | M OMCompiler/Compiler/Util/HashTableCrToExp.mo | M OMCompiler/Compiler/Util/HashTableCrToExpOption.mo | M OMCompiler/Compiler/Util/HashTableSimCodeEqCache.mo | M OMCompiler/Compiler/Util/HashTableStringToPath.mo | M OMCompiler/Compiler/Util/HashTableStringToProgram.mo | M OMCompiler/Compiler/Util/HashTableStringToUnit.mo | M OMCompiler/Compiler/Util/HashTableTypeToExpType.mo | M OMCompiler/Compiler/Util/List.mo | M OMCompiler/Compiler/Util/StackOverflow.mo | A OMCompiler/Compiler/Util/Testsuite.mo | M OMCompiler/Compiler/Util/Util.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/runtime/Error_omc.cpp | M testsuite/openmodelica/bootstrapping/JSONParser.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/simulation/modelica/others/TestSolve18.mos | M testsuite/special/MatlabTranslator/Main.mo | M testsuite/special/MatlabTranslator/SCRIPT.mos | * commit 55a9813cf3bd88a88802f6b97c41fcc86b41cd43 | Author: Per Östlund | Date: Wed Nov 20 15:55:38 2019 +0100 | | [NF] Allow rooted(), but give deprecation warning. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit a7ebec271901a191edc24d22b991f29d66ea9a52 | Author: Per Östlund | Date: Wed Nov 20 15:03:21 2019 +0100 | | [NF] Improve Inst.isDiscreteClass. | | - Handle classes extended from builtin types better. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/TypeExtends2.mo | * commit c7013c1352c17853a5420351e1bcde6e0ce57eed | Author: Per Östlund | Date: Tue Nov 19 15:38:52 2019 +0100 | | [NF] Minor fixes. | | - Remove superfluous calls to evalExpPartial in | Ceval.evalArrayConstructor and Ceval.evalReduction. | - Fix makeExpArray so it doesn't create nested array types. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit 189160655c52fa96bfc8a86a9bee7bec1ae121b4 | Author: Adeel Asghar | Date: Wed Nov 20 09:14:38 2019 +0100 | | Added state machines debugging guide | | A doc/UsersGuide/source/media/omedit-state-machine-debugger.png | M doc/UsersGuide/source/omedit.rst | * commit 8a5f1e52a65ff5383bfcc965c9af28860a5d2cf2 | Author: Adeel Asghar | Date: Tue Nov 19 21:10:38 2019 +0100 | | Fix the 2D plotting cross reference | | M doc/UsersGuide/source/plotting.rst | * commit adb77936dfb57c173677f6092fe1858237fedb49 | Author: Per Östlund | Date: Tue Nov 19 14:11:12 2019 +0100 | | [NF] Fix Flatten.isDeletedComponent. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit c334878126d190c369fbd7c2cc51ffbb3fa9689b | Author: Adeel Asghar | Date: Tue Nov 19 11:59:42 2019 +0100 | | Cross reference for OMEdit 2D Plotting | | M doc/UsersGuide/source/omedit.rst | M doc/UsersGuide/source/plotting.rst | * commit 028aa554dbde39d95502bfac700d6f8608bae528 | Author: Adeel Asghar | Date: Tue Nov 19 11:44:15 2019 +0100 | | Show text ellipses when font is below minimum size | | M OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | * commit 0c73ae256ce1a7624f5f44434f34e9893bbd7546 | Author: Adeel Asghar | Date: Thu Nov 14 16:05:28 2019 +0100 | | Delete the items that are not part of the scene | | Do not try to remove child items from the scene | | M OMEdit/OMEditLIB/Component/Component.cpp | M OMEdit/OMEditLIB/Modeling/Commands.cpp | M OMEdit/OMEditLIB/Modeling/Commands.h | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | * commit 8c75568a41c58df132d9611cc68dc87770587783 | Author: perost | Date: Tue Nov 19 10:47:58 2019 +0100 | | Merge pull request #555 from perost/nfinst | | [NF] Fix ceval of reductions/array constructors. | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit 724446d7728f0a74b2f29df0a2a88b43434f52ca | Author: Adeel Asghar | Date: Tue Nov 19 09:58:59 2019 +0100 | | Fixed ticket:5691 first remove the item, draw it and then add it | | M OMEdit/OMEditLIB/Component/Component.cpp | * commit 4cf73067b080d1ad46815ab37752ce1980950bc9 | Author: Per Östlund | Date: Wed Sep 18 12:30:15 2019 +0200 | | Improved handling of propagated array modifiers. | | - Added new BINDING_EXP expression, which is now used to track e.g. the | parents of a binding instead of keeping that information in a Binding. | - Made the Ceval module aware of binding expressions, such that it can | use the binding information to correctly subscript evaluated component | references. | - Improved the flattening of propagated array modifiers. | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpressionIterator.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFScalarize.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit 5219ee2465f8196728c3a471133d94e2413c8087 | Author: arun3688 | Date: Mon Nov 18 13:05:08 2019 +0100 | | add oms_fault_type enumeration to OMSimulator (#551) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit 288be7546a3224e375936d0f1ab896cf231d6d54 | Author: Adeel Asghar | Date: Mon Nov 18 09:47:04 2019 +0100 | | Allow setting the visualization on repeat | | M OMEdit/OMEditLIB/Animation/AbstractAnimationWindow.cpp | M OMEdit/OMEditLIB/Animation/AbstractAnimationWindow.h | M OMEdit/OMEditLIB/Animation/AnimationWindow.cpp | M OMEdit/OMEditLIB/Animation/TimeManager.cpp | M OMEdit/OMEditLIB/Animation/TimeManager.h | M OMEdit/OMEditLIB/Animation/Visualizer.cpp | M OMEdit/OMEditLIB/Util/Helper.cpp | M OMEdit/OMEditLIB/Util/Helper.h | * commit 8b27e5b1d2187e5956df8f166fb64551a3ac9844 | Author: Adrian Pop | Date: Wed Nov 13 14:09:00 2019 +0200 | | fix for ticket:5689 | | M OMCompiler/Compiler/FrontEnd/OperatorOverloading.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit db95ef6dd7972a7feef5685b9988acce3f8f1863 | Author: Andreas Heuermann | Date: Thu Nov 14 11:28:36 2019 +0100 | | [CRuntime] Fix segmentation fault for parallel symbolic Jacobians | | - Evaluate constant equations only outside of parallel region and only | for data->simulationInfo->analyticJacobians[index]. | Was causing problems when enabling parallelization for symbolic jacobians | without constant parts for sparse models. | - Fixed missing evaluation for constant equation inside ida solver | - Updated testcase to check IDA with non-colored symbolic jacobian with | constant parts. | | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.c | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/jacobianSymbolical.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos | * commit 5d145709dc65b109d8d7ba7a80793225b9f462b5 | Author: Andreas Heuermann | Date: Thu Nov 14 12:10:45 2019 +0100 | | Documentation for `method` of (non-)linear systems | | Added some documentation in generated C code and in the runtime for | linearSystemData[index].method = 0 or 1. | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/simulation_data.h | * commit 58e132b034739676824bf1658d0b8dee5ac07c94 | Author: Andreas Heuermann | Date: Wed Aug 21 14:19:55 2019 +0200 | | Updated README to work with OMCompiler beeing no submodule | | M README.md | * commit 8c1ebb1d855be068c24678b6b812efeb3c9ec4f1 | Author: arun3688 | Date: Thu Nov 14 13:02:50 2019 +0100 | | Fix OMC-OMSimulator API calls (#543) | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScriptOMSimulator.mo | M OMCompiler/Compiler/Util/OMSimulator.mo | M testsuite/omsimulator/DualMassOscillator.mos | M testsuite/omsimulator/initialization2_omc.mos | M testsuite/omsimulator/initialization_omc.mos | M testsuite/omsimulator/outputState_omc.mos | M testsuite/omsimulator/reset_omc.mos | M testsuite/omsimulator/test03.mos | * commit 5d013b78a7ff601d0e4ab9c014775f3db1f8b28f | Author: niklwors | Date: Mon Nov 4 11:06:38 2019 +0100 | | [cppRuntime] Added config flags to configure use of zeromq communication in | simulation runtime.The ports for publish and subscribe can be configured. The | simulation runtime can then communicate over these ports with other applications via | zeroMQ. | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/Communicator.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/SimulationThread.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/ToZeroMQEvent.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/Communicator.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/ToZeroMQEvent.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | M OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | M OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | M OMCompiler/SimulationRuntime/cpp/omcWrapper/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/include/OMC.h | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/src/OMC.cpp | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omc.cpp | * commit e9fc5e1b1736f094211ae921b2b1de0fefdbf259 | Author: Per Östlund | Date: Wed Nov 13 12:27:33 2019 +0100 | | [NF] Fix some Expression.map*Opt functions. | | - Fix mapOpt, mapShallowOpt and mapFoldOpt in Expression, which would | return an uninitialized value when given a NONE(). | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit b66d30c400baa7119eb0c7297e2b72e04cb3484c | Author: Adeel Asghar | Date: Wed Nov 13 11:56:55 2019 +0100 | | Test the OMEdit diagrams | | Renamed RunOMEditTestsuite to RunOMEditTestsuite.sh | Merged the browsing tests | | M .CI/common.groovy | R097 OMEdit/Testsuite/BrowseElectricalAnalogBasic/BrowseElectricalAnalogBasic.pro OMEdit/Testsuite/BrowseMSL/BrowseMSL.pro | R077 OMEdit/Testsuite/BrowseMediaAirReferenceMoistAir/Test.cpp OMEdit/Testsuite/BrowseMSL/Test.cpp | R096 OMEdit/Testsuite/BrowseMediaAirReferenceMoistAir/Test.h OMEdit/Testsuite/BrowseMSL/Test.h | R097 OMEdit/Testsuite/BrowseMediaAirReferenceMoistAir/BrowseMediaAirReferenceMoistAir.pro OMEdit/Testsuite/Diagram/Diagram.pro | R060 OMEdit/Testsuite/BrowseElectricalAnalogBasic/Test.cpp OMEdit/Testsuite/Diagram/Test.cpp | R098 OMEdit/Testsuite/BrowseElectricalAnalogBasic/Test.h OMEdit/Testsuite/Diagram/Test.h | M OMEdit/Testsuite/Makefile.omdev.mingw | M OMEdit/Testsuite/Makefile.unix.in | R086 OMEdit/Testsuite/RunOMEditTestsuite OMEdit/Testsuite/RunOMEditTestsuite.sh | M OMEdit/Testsuite/Testsuite.pro | * commit 1694d3475f3785f2e21419de928cbbbae24ed75e | Author: Adeel Asghar | Date: Wed Nov 6 13:07:17 2019 +0100 | | Build and run OMEdit testsuite | | Added a new Jenkins stage for it. | Run it using xvfb-run. | | M .CI/common.groovy | M Jenkinsfile | M Makefile.in | M OMEdit/Makefile.omdev.mingw | M OMEdit/OMEditGUI/OMEditGUI.pro | D OMEdit/OMEditLIB/Makefile.omdev.mingw | D OMEdit/OMEditLIB/Makefile.unix.in | M OMEdit/OMEditLIB/OMEditLIB.pro | M OMEdit/Testsuite/BrowseElectricalAnalogBasic/Test.cpp | M OMEdit/Testsuite/BrowseMediaAirReferenceMoistAir/Test.cpp | M OMEdit/Testsuite/Common/Testsuite.pri | M OMEdit/Testsuite/Common/Util.h | M OMEdit/Testsuite/Makefile.omdev.mingw | M OMEdit/Testsuite/Makefile.unix.in | A OMEdit/Testsuite/RunOMEditTestsuite | * commit 479e6ffb11166e51f3f420bd62eca80caacdf2e0 | Author: Adeel Asghar | Date: Tue Nov 12 15:00:57 2019 +0100 | | Avoid crashing when placement annotation is in wrong format | | M OMEdit/OMEditLIB/Component/Transformation.cpp | * commit 102526daaccf4fcf4684874c3c2cc33dfa8213cd | Author: kabdelhak | Date: Tue Nov 12 11:32:39 2019 +0100 | | [BE] update ASSC comments and flag | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/Util/Flags.mo | * commit 7f854519bb0421349547daa759f62e4ad26995c2 | Author: Karim Abdelhak | Date: Tue Nov 12 00:27:05 2019 +0100 | | [BE] Added flag -d=fullASSC | - experimental full conversion for ASSC | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/Util/Flags.mo | * commit 7e79eec1ea60fc7f9273d08177d4778a13e18baa | Author: Lennart Ochel | Date: Mon Nov 11 16:37:23 2019 +0100 | | Expected output | | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos | * commit d4fe50e88d6c173528c69ba41e2394d02244972c | Author: Lennart Ochel | Date: Mon Nov 11 16:33:12 2019 +0100 | | Expected output | | M testsuite/simulation/modelica/linear_system/linSymSol.mos | M testsuite/simulation/modelica/tearing/Tearing7-omc.mos | * commit 04d00c8efdb4c583fc507d1aebac2805798ee383 | Author: Lennart Ochel | Date: Mon Nov 11 16:13:53 2019 +0100 | | Update reference file | | M testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat.xz | * commit c7301f51ca76d9829b38cc52e881977504f59bf5 | Author: kabdelhak | Date: Mon Nov 11 14:26:13 2019 +0100 | | [testuite] update for ASSC | | M OMCompiler/Compiler/BackEnd/BackendDump.mo | * commit 531dd3ec006e098cd8a6bd5c3ebfd32545b7dd3a | Author: kabdelhak | Date: Thu Nov 7 15:23:06 2019 +0100 | | [BE] update ASSC | - analytical to structural singularity conversion | - preperation for full replacement of equations | - deactivateable with --noASSC | - dump partially integrated in -d=bltdump, main dump in -d=dumpASSC | - add testcase for ASSC | - use array mapping for artifical sanity check | - ASSC replaces reshuffleLoops/resolveLoops algorithm entirely. it is deactivated but not removed for now | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat.xz | M testsuite/openmodelica/cppruntime/testVectorizedPowerSystem.mos | M testsuite/openmodelica/debugDumps/lateInline.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | A testsuite/simulation/modelica/indexreduction/ASSC.mo | A testsuite/simulation/modelica/indexreduction/ASSC.mos | M testsuite/simulation/modelica/indexreduction/Makefile | M testsuite/simulation/modelica/resolveLoops/Circuit1x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit2x.mos | M testsuite/simulation/modelica/resolveLoops/Circuit4x.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/tearing/Tearing10-cel.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC11.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC12.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC21.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC22.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC23.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC231.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos | M testsuite/simulation/modelica/tearing/Tearing10-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing10-omc.mos | M testsuite/simulation/modelica/tearing/Tearing6-cel.mos | M testsuite/simulation/modelica/tearing/Tearing6-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing6-minimal.mos | M testsuite/simulation/modelica/tearing/Tearing6-omc.mos | * commit b8bfeb524f84e60e6d7911d5b9a29673a965d152 | Author: Adrian Pop | Date: Tue Nov 12 08:47:14 2019 +0200 | | omcCAPI wrongly searched even on i386 in lib/x86_64 | - use LIBINSTALLEXT instead | | M OMCompiler/Makefile.common | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/CMakeLists.txt | * commit 6f27fe142a74ddc5030749581f7eb0d15eee2b75 | Author: Per Östlund | Date: Thu Oct 31 11:43:13 2019 +0100 | | [NF] Warn on shadowed iterator in for-equation. | | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/scodeinst/ForEquation2.mo | A testsuite/flattening/modelica/scodeinst/ForEquationShadow1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit e18fa730c5109c6d523a2a85a6693c10b381312b | Author: Per Östlund | Date: Mon Nov 11 12:35:00 2019 +0100 | | [NF] Improve unit checking. | | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | * commit 2bac6ef7680388b05fa20d9c890aa09497ab8e6f | Author: Adrian Pop | Date: Mon Nov 11 12:11:20 2019 +0200 | | fix case in CMakeLists.txt and ModelicaExternalC dependency | | M OMCompiler/Makefile.common | M OMCompiler/SimulationRuntime/cpp/omcWrapper/CMakeLists.txt | * commit 5a5b63c96e3fc6f440ddf7331e9c6ab05364feae | Author: Adrian Pop | Date: Mon Nov 11 10:59:32 2019 +0200 | | v1.16 dev | | M README.md | * commit a0436d0ce4ab93994ee26b41a55d8137aa378144 | Author: Adrian Pop | Date: Mon Nov 11 08:45:54 2019 +0200 | | update libraries | | M libraries | * commit 674da78eb15b0da8b54704c8187872afc5fd71dc | Author: Adrian Pop | Date: Sat Nov 9 10:59:47 2019 +0200 | | update libraries | | M libraries | * commit 384bc768b5d049625bf7b904778c5b914a26a7f4 | Author: niklwors | Date: Fri Nov 8 13:37:52 2019 +0100 | | Fix negate alias parameters (#527) | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/DefaultWriter.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | * commit a7c5e31333a1adfd290962e00630d9e24d607555 | Author: arun3688 | Date: Fri Nov 8 12:39:59 2019 +0100 | | Fix variability of alias variables (#496) | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M .gitignore | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | M testsuite/openmodelica/cppruntime/Makefile | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos | A testsuite/openmodelica/cppruntime/negatedParameter.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/testBug5673.mos | M testsuite/openmodelica/xml/Bug3857.mos | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/openmodelica/xml/testMSD.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | M testsuite/simulation/modelica/initialization/bug_2994.mos | M testsuite/simulation/modelica/parameters/parameterTest17.mos | M testsuite/simulation/modelica/start_value_selection/MinimalModel.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | * commit e658cdc98e601919caf9c5801a3ccd146a13d0fc | Author: Andreas Heuermann | Date: Thu Nov 7 15:08:32 2019 +0100 | | Fix segmentationFault for constant Jacobian equations | | Added constantEqns function pointer to deep copy for parallel Jacobian | data. | | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | * commit 5aea5c3aa654c212ddfbd55aa574bea0644231a5 | Author: Andreas Heuermann | Date: Mon Aug 19 12:08:16 2019 +0200 | | Reuse of constant parts of Jacobians | | Purpose | - A Jacobian can have constant parts, meaning equations that are | independent of the seed vector. These equations only need to be | evaluated once per Jacobian evaluation. | | How to use | - Use new debug flag `symJacConstantSplit` to generate Jacobians with separated | constant part. This will also use PostOptModule removeSimpleEquations | in function optimizeJacobianMatrix. | | Changes | - Added SparsePatternCref type in BackendDAE.mo. | - Split equation system for jacobian in first with all directional derivative | equations and additional systems for constant equations, which are | independente of seed variables and therefore constant. | - Added constantEqns in SimCode.JAC_COLUMN to strore constant part of Jacobian. | - Adapted C code generation to generate constant equations. | - Evaluate constant equations bevor evaluating directional derivativs for Jacobian. | - Added debug flags symJacConstantSplit. | - Updated testsuite due to changed logs. | - Added testcase for reuse constant parts of Jacobian. | | M OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/SimCode/SerializeModelInfo.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/SimulationRuntime/c/linearization/linearize.cpp | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/MoveData.c | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.c | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLapack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | M OMCompiler/SimulationRuntime/c/simulation/solver/stateset.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | M testsuite/Makefile | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/debugDumps/symjacdump.mos | M testsuite/simulation/modelica/commonSubExp/cse1.mos | M testsuite/simulation/modelica/commonSubExp/cse3.mos | M testsuite/simulation/modelica/commonSubExp/cseFunctionCall8.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos | A testsuite/simulation/modelica/jacobian/Makefile | A testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos | * commit 065a64f74f20b2db2b26f53075ad76094332f6ee | Author: Mahder Gebremedhin | Date: Wed Nov 6 18:18:51 2019 +0100 | | Improve handling and sanitization of quoted identifiers. (#524) | | - Do not use ascii codes for alpha numeric or underscore characters. | This makes it easier to read the generated code for sanitized idents. | | - Allocate exactly the amount of memory we need for the sanitization. | | - Removed forceQuotedIdentifier. It is not needed. There is | no need to force sanitization if it is not actually needed. The function | gets misused as replacement for unquoteIdentifier. | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenUtilSimulation.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/System.mo | M OMCompiler/Compiler/runtime/System_omc.c | M OMCompiler/Compiler/runtime/systemimpl.c | * commit cc6e3e86ffcf6105503ebd9a88613d51218d59b6 | Author: Adeel Asghar | Date: Thu Oct 31 13:06:26 2019 +0100 | | Restructured & added a GUI testing framework | | Use the subdirs structure. Create a static lib of OMEdit. The static lib is linked for the GUI application and used by the testsuite for running the tests. | | M Makefile.in | M Makefile.omdev.mingw | M OMEdit/.gitignore | D OMEdit/Makefile.in | M OMEdit/Makefile.omdev.mingw | A OMEdit/Makefile.unix.in | A OMEdit/OMEdit.pro | D OMEdit/OMEdit/OMEditGUI/OMEdit.config.in | R100 OMEdit/OMEdit/OMEditGUI/Info.plist OMEdit/OMEditGUI/Info.plist | R095 OMEdit/OMEdit/OMEditGUI/OMEdit.manifest OMEdit/OMEditGUI/OMEdit.manifest | A OMEdit/OMEditGUI/OMEditGUI.pro | A OMEdit/OMEditGUI/OMEditGUI.unix.config.pri.in | A OMEdit/OMEditGUI/OMEditGUI.win.config.pri | R100 OMEdit/OMEdit/OMEditGUI/main.cpp OMEdit/OMEditGUI/main.cpp | R082 OMEdit/OMEdit/OMEditGUI/rc_omedit.rc OMEdit/OMEditGUI/rc_omedit.rc | R100 OMEdit/OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp OMEdit/OMEditLIB/Animation/AbstractAnimationWindow.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h OMEdit/OMEditLIB/Animation/AbstractAnimationWindow.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/AnimationUtil.h OMEdit/OMEditLIB/Animation/AnimationUtil.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/AnimationWindow.cpp OMEdit/OMEditLIB/Animation/AnimationWindow.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/AnimationWindow.h OMEdit/OMEditLIB/Animation/AnimationWindow.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/ExtraShapes.cpp OMEdit/OMEditLIB/Animation/ExtraShapes.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/ExtraShapes.h OMEdit/OMEditLIB/Animation/ExtraShapes.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp OMEdit/OMEditLIB/Animation/FMUSettingsDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/FMUSettingsDialog.h OMEdit/OMEditLIB/Animation/FMUSettingsDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/FMUWrapper.cpp OMEdit/OMEditLIB/Animation/FMUWrapper.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/FMUWrapper.h OMEdit/OMEditLIB/Animation/FMUWrapper.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/GLWidget.cpp OMEdit/OMEditLIB/Animation/GLWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/GLWidget.h OMEdit/OMEditLIB/Animation/GLWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/OpenGLWidget.cpp OMEdit/OMEditLIB/Animation/OpenGLWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/OpenGLWidget.h OMEdit/OMEditLIB/Animation/OpenGLWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/Shapes.cpp OMEdit/OMEditLIB/Animation/Shapes.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/Shapes.h OMEdit/OMEditLIB/Animation/Shapes.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/ThreeDViewer.cpp OMEdit/OMEditLIB/Animation/ThreeDViewer.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/ThreeDViewer.h OMEdit/OMEditLIB/Animation/ThreeDViewer.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.cpp OMEdit/OMEditLIB/Animation/TimeManager.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.h OMEdit/OMEditLIB/Animation/TimeManager.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/ViewerWidget.cpp OMEdit/OMEditLIB/Animation/ViewerWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/ViewerWidget.h OMEdit/OMEditLIB/Animation/ViewerWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/Visualizer.cpp OMEdit/OMEditLIB/Animation/Visualizer.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/Visualizer.h OMEdit/OMEditLIB/Animation/Visualizer.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/VisualizerCSV.cpp OMEdit/OMEditLIB/Animation/VisualizerCSV.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/VisualizerCSV.h OMEdit/OMEditLIB/Animation/VisualizerCSV.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp OMEdit/OMEditLIB/Animation/VisualizerFMU.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/VisualizerFMU.h OMEdit/OMEditLIB/Animation/VisualizerFMU.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp OMEdit/OMEditLIB/Animation/VisualizerMAT.cpp | R100 OMEdit/OMEdit/OMEditGUI/Animation/VisualizerMAT.h OMEdit/OMEditLIB/Animation/VisualizerMAT.h | R100 OMEdit/OMEdit/OMEditGUI/Animation/rapidxml.hpp OMEdit/OMEditLIB/Animation/rapidxml.hpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp OMEdit/OMEditLIB/Annotations/BitmapAnnotation.cpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h OMEdit/OMEditLIB/Annotations/BitmapAnnotation.h | R100 OMEdit/OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp OMEdit/OMEditLIB/Annotations/EllipseAnnotation.cpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h OMEdit/OMEditLIB/Annotations/EllipseAnnotation.h | R100 OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.h OMEdit/OMEditLIB/Annotations/LineAnnotation.h | R100 OMEdit/OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp OMEdit/OMEditLIB/Annotations/PolygonAnnotation.cpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h OMEdit/OMEditLIB/Annotations/PolygonAnnotation.h | R100 OMEdit/OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp OMEdit/OMEditLIB/Annotations/RectangleAnnotation.cpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h OMEdit/OMEditLIB/Annotations/RectangleAnnotation.h | R100 OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h OMEdit/OMEditLIB/Annotations/ShapeAnnotation.h | R100 OMEdit/OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp OMEdit/OMEditLIB/Annotations/ShapePropertiesDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h OMEdit/OMEditLIB/Annotations/ShapePropertiesDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp | R100 OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.h OMEdit/OMEditLIB/Annotations/TextAnnotation.h | R100 OMEdit/OMEdit/OMEditGUI/Component/Component.cpp OMEdit/OMEditLIB/Component/Component.cpp | R100 OMEdit/OMEdit/OMEditGUI/Component/Component.h OMEdit/OMEditLIB/Component/Component.h | R100 OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp OMEdit/OMEditLIB/Component/ComponentProperties.cpp | R100 OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.h OMEdit/OMEditLIB/Component/ComponentProperties.h | R100 OMEdit/OMEdit/OMEditGUI/Component/CornerItem.cpp OMEdit/OMEditLIB/Component/CornerItem.cpp | R100 OMEdit/OMEdit/OMEditGUI/Component/CornerItem.h OMEdit/OMEditLIB/Component/CornerItem.h | R100 OMEdit/OMEdit/OMEditGUI/Component/Transformation.cpp OMEdit/OMEditLIB/Component/Transformation.cpp | R100 OMEdit/OMEdit/OMEditGUI/Component/Transformation.h OMEdit/OMEditLIB/Component/Transformation.h | R100 OMEdit/OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp OMEdit/OMEditLIB/CrashReport/CrashReportDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h OMEdit/OMEditLIB/CrashReport/CrashReportDialog.h | R100 OMEdit/OMEdit/OMEditGUI/CrashReport/GDBBacktrace.cpp OMEdit/OMEditLIB/CrashReport/GDBBacktrace.cpp | R100 OMEdit/OMEdit/OMEditGUI/CrashReport/GDBBacktrace.h OMEdit/OMEditLIB/CrashReport/GDBBacktrace.h | R100 OMEdit/OMEdit/OMEditGUI/CrashReport/backtrace.c OMEdit/OMEditLIB/CrashReport/backtrace.c | R100 OMEdit/OMEdit/OMEditGUI/CrashReport/backtrace.h OMEdit/OMEditLIB/CrashReport/backtrace.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp OMEdit/OMEditLIB/Debugger/Attach/AttachToProcessDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.h OMEdit/OMEditLIB/Debugger/Attach/AttachToProcessDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.cpp OMEdit/OMEditLIB/Debugger/Attach/ProcessListModel.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.h OMEdit/OMEditLIB/Debugger/Attach/ProcessListModel.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp OMEdit/OMEditLIB/Debugger/Breakpoints/BreakpointDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.h OMEdit/OMEditLIB/Debugger/Breakpoints/BreakpointDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp OMEdit/OMEditLIB/Debugger/Breakpoints/BreakpointMarker.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h OMEdit/OMEditLIB/Debugger/Breakpoints/BreakpointMarker.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp OMEdit/OMEditLIB/Debugger/Breakpoints/BreakpointsWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h OMEdit/OMEditLIB/Debugger/Breakpoints/BreakpointsWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp OMEdit/OMEditLIB/Debugger/DebuggerConfigurationsDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.h OMEdit/OMEditLIB/Debugger/DebuggerConfigurationsDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp OMEdit/OMEditLIB/Debugger/GDB/CommandFactory.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h OMEdit/OMEditLIB/Debugger/GDB/CommandFactory.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp OMEdit/OMEditLIB/Debugger/Locals/LocalsWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h OMEdit/OMEditLIB/Debugger/Locals/LocalsWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp OMEdit/OMEditLIB/Debugger/Locals/ModelicaValue.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.h OMEdit/OMEditLIB/Debugger/Locals/ModelicaValue.h | R096 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/GDBMIOutput.g OMEdit/OMEditLIB/Debugger/Parser/GDBMIOutput.g | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.cpp OMEdit/OMEditLIB/Debugger/Parser/GDBMIParser.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.h OMEdit/OMEditLIB/Debugger/Parser/GDBMIParser.h | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/Makefile.common OMEdit/OMEditLIB/Debugger/Parser/Makefile.common | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.common OMEdit/OMEditLIB/Debugger/Parser/Makefile.lib.common | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.omdev.mingw OMEdit/OMEditLIB/Debugger/Parser/Makefile.lib.omdev.mingw | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.unix.in OMEdit/OMEditLIB/Debugger/Parser/Makefile.lib.unix.in | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/Makefile.omdev.mingw OMEdit/OMEditLIB/Debugger/Parser/Makefile.omdev.mingw | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/Makefile.unix.in OMEdit/OMEditLIB/Debugger/Parser/Makefile.unix.in | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/README.txt OMEdit/OMEditLIB/Debugger/Parser/README.txt | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/SampleGDBMIOutput.txt OMEdit/OMEditLIB/Debugger/Parser/SampleGDBMIOutput.txt | R100 OMEdit/OMEdit/OMEditGUI/Debugger/Parser/main.cpp OMEdit/OMEditLIB/Debugger/Parser/main.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp OMEdit/OMEditLIB/Debugger/StackFrames/StackFramesWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h OMEdit/OMEditLIB/Debugger/StackFrames/StackFramesWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp OMEdit/OMEditLIB/Editors/BaseEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.h OMEdit/OMEditLIB/Editors/BaseEditor.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/CEditor.cpp OMEdit/OMEditLIB/Editors/CEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/CEditor.h OMEdit/OMEditLIB/Editors/CEditor.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp OMEdit/OMEditLIB/Editors/CompositeModelEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/CompositeModelEditor.h OMEdit/OMEditLIB/Editors/CompositeModelEditor.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/HTMLEditor.cpp OMEdit/OMEditLIB/Editors/HTMLEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/HTMLEditor.h OMEdit/OMEditLIB/Editors/HTMLEditor.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp OMEdit/OMEditLIB/Editors/MetaModelicaEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/MetaModelicaEditor.h OMEdit/OMEditLIB/Editors/MetaModelicaEditor.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp OMEdit/OMEditLIB/Editors/ModelicaEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.h OMEdit/OMEditLIB/Editors/ModelicaEditor.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/OMSimulatorEditor.cpp OMEdit/OMEditLIB/Editors/OMSimulatorEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/OMSimulatorEditor.h OMEdit/OMEditLIB/Editors/OMSimulatorEditor.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/TextEditor.cpp OMEdit/OMEditLIB/Editors/TextEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/TextEditor.h OMEdit/OMEditLIB/Editors/TextEditor.h | R100 OMEdit/OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp OMEdit/OMEditLIB/Editors/TransformationsEditor.cpp | R100 OMEdit/OMEdit/OMEditGUI/Editors/TransformationsEditor.h OMEdit/OMEditLIB/Editors/TransformationsEditor.h | R100 OMEdit/OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp OMEdit/OMEditLIB/FMI/ImportFMUDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/FMI/ImportFMUDialog.h OMEdit/OMEditLIB/FMI/ImportFMUDialog.h | R100 OMEdit/OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp OMEdit/OMEditLIB/FMI/ImportFMUModelDescriptionDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.h OMEdit/OMEditLIB/FMI/ImportFMUModelDescriptionDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Git/CleanDialog.cpp OMEdit/OMEditLIB/Git/CleanDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Git/CleanDialog.h OMEdit/OMEditLIB/Git/CleanDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp OMEdit/OMEditLIB/Git/CommitChangesDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Git/CommitChangesDialog.h OMEdit/OMEditLIB/Git/CommitChangesDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Git/GitCommands.cpp OMEdit/OMEditLIB/Git/GitCommands.cpp | R100 OMEdit/OMEdit/OMEditGUI/Git/GitCommands.h OMEdit/OMEditLIB/Git/GitCommands.h | R100 OMEdit/OMEdit/OMEditGUI/Git/RevertCommitsDialog.cpp OMEdit/OMEditLIB/Git/RevertCommitsDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Git/RevertCommitsDialog.h OMEdit/OMEditLIB/Git/RevertCommitsDialog.h | R099 OMEdit/OMEdit/OMEditGUI/MainWindow.cpp OMEdit/OMEditLIB/MainWindow.cpp | R098 OMEdit/OMEdit/OMEditGUI/MainWindow.h OMEdit/OMEditLIB/MainWindow.h | R100 OMEdit/OMEdit/OMEditGUI/Makefile.omdev.mingw OMEdit/OMEditLIB/Makefile.omdev.mingw | R100 OMEdit/OMEdit/OMEditGUI/Makefile.unix.in OMEdit/OMEditLIB/Makefile.unix.in | R100 OMEdit/OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.cpp OMEdit/OMEditLIB/Modeling/CoOrdinateSystem.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.h OMEdit/OMEditLIB/Modeling/CoOrdinateSystem.h | R100 OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp OMEdit/OMEditLIB/Modeling/Commands.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/Commands.h OMEdit/OMEditLIB/Modeling/Commands.h | R100 OMEdit/OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp OMEdit/OMEditLIB/Modeling/DocumentationWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/DocumentationWidget.h OMEdit/OMEditLIB/Modeling/DocumentationWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.cpp OMEdit/OMEditLIB/Modeling/FunctionArgumentDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.h OMEdit/OMEditLIB/Modeling/FunctionArgumentDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp OMEdit/OMEditLIB/Modeling/ItemDelegate.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/ItemDelegate.h OMEdit/OMEditLIB/Modeling/ItemDelegate.h | R100 OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp OMEdit/OMEditLIB/Modeling/MessagesWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/MessagesWidget.h OMEdit/OMEditLIB/Modeling/MessagesWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.h | R100 OMEdit/OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h OMEdit/OMEditLIB/Modeling/ModelicaClassDialog.h | R098 OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp OMEdit/OMEditLIB/OMC/OMCProxy.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.h OMEdit/OMEditLIB/OMC/OMCProxy.h | R092 OMEdit/OMEdit/OMEditGUI/OMEditApplication.cpp OMEdit/OMEditLIB/OMEditApplication.cpp | R094 OMEdit/OMEdit/OMEditGUI/OMEditApplication.h OMEdit/OMEditLIB/OMEditApplication.h | R074 OMEdit/OMEdit/OMEditGUI/OMEditGUI.pro OMEdit/OMEditLIB/OMEditLIB.pro | A OMEdit/OMEditLIB/OMEditLIB.unix.config.pri.in | R100 OMEdit/OMEdit/OMEditGUI/OMS/BusDialog.cpp OMEdit/OMEditLIB/OMS/BusDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMS/BusDialog.h OMEdit/OMEditLIB/OMS/BusDialog.h | R100 OMEdit/OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.cpp OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.h OMEdit/OMEditLIB/OMS/ElementPropertiesDialog.h | R100 OMEdit/OMEdit/OMEditGUI/OMS/InstantiateDialog.cpp OMEdit/OMEditLIB/OMS/InstantiateDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMS/InstantiateDialog.h OMEdit/OMEditLIB/OMS/InstantiateDialog.h | R100 OMEdit/OMEdit/OMEditGUI/OMS/ModelDialog.cpp OMEdit/OMEditLIB/OMS/ModelDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMS/ModelDialog.h OMEdit/OMEditLIB/OMS/ModelDialog.h | R100 OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.cpp OMEdit/OMEditLIB/OMS/OMSProxy.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.h OMEdit/OMEditLIB/OMS/OMSProxy.h | R100 OMEdit/OMEdit/OMEditGUI/OMS/OMSSimulationDialog.cpp OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMS/OMSSimulationDialog.h OMEdit/OMEditLIB/OMS/OMSSimulationDialog.h | R100 OMEdit/OMEdit/OMEditGUI/OMS/OMSSimulationOptions.h OMEdit/OMEditLIB/OMS/OMSSimulationOptions.h | R100 OMEdit/OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.cpp OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.h OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.h | R100 OMEdit/OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.cpp OMEdit/OMEditLIB/OMS/SystemSimulationInformationDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.h OMEdit/OMEditLIB/OMS/SystemSimulationInformationDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Options/NotificationsDialog.cpp OMEdit/OMEditLIB/Options/NotificationsDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Options/NotificationsDialog.h OMEdit/OMEditLIB/Options/NotificationsDialog.h | R099 OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp OMEdit/OMEditLIB/Options/OptionsDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.h OMEdit/OMEditLIB/Options/OptionsDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.cpp OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp | R100 OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.h OMEdit/OMEditLIB/Plotting/DiagramWindow.h | R100 OMEdit/OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp | R100 OMEdit/OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h OMEdit/OMEditLIB/Plotting/PlotWindowContainer.h | R100 OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.h OMEdit/OMEditLIB/Plotting/VariablesWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd OMEdit/OMEditLIB/Resources/XMLSchema/tlmModelDescription.xsd | R100 OMEdit/OMEdit/OMEditGUI/Resources/bitmaps/check.png OMEdit/OMEditLIB/Resources/bitmaps/check.png | R100 OMEdit/OMEdit/OMEditGUI/Resources/css/stylesheet.qss OMEdit/OMEditLIB/Resources/css/stylesheet.qss | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/add-connector.svg OMEdit/OMEditLIB/Resources/icons/add-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/add-icon.svg OMEdit/OMEditLIB/Resources/icons/add-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/add-system.svg OMEdit/OMEditLIB/Resources/icons/add-system.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/align-center.svg OMEdit/OMEditLIB/Resources/icons/align-center.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/align-interfaces.svg OMEdit/OMEditLIB/Resources/icons/align-interfaces.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/align-left.svg OMEdit/OMEditLIB/Resources/icons/align-left.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/align-right.svg OMEdit/OMEditLIB/Resources/icons/align-right.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/animation.svg OMEdit/OMEditLIB/Resources/icons/animation.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/array-parametric-plot-window.svg OMEdit/OMEditLIB/Resources/icons/array-parametric-plot-window.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/array-plot-window.svg OMEdit/OMEditLIB/Resources/icons/array-plot-window.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/arrow-end-fill.svg OMEdit/OMEditLIB/Resources/icons/arrow-end-fill.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/arrow-end-open-half.svg OMEdit/OMEditLIB/Resources/icons/arrow-end-open-half.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/arrow-end-open.svg OMEdit/OMEditLIB/Resources/icons/arrow-end-open.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/arrow-start-fill.svg OMEdit/OMEditLIB/Resources/icons/arrow-start-fill.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/arrow-start-open-half.svg OMEdit/OMEditLIB/Resources/icons/arrow-start-open-half.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/arrow-start-open.svg OMEdit/OMEditLIB/Resources/icons/arrow-start-open.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/background-color-icon.svg OMEdit/OMEditLIB/Resources/icons/background-color-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bitmap-delete.svg OMEdit/OMEditLIB/Resources/icons/bitmap-delete.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bitmap-shape.svg OMEdit/OMEditLIB/Resources/icons/bitmap-shape.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/block-icon.svg OMEdit/OMEditLIB/Resources/icons/block-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bold-icon.svg OMEdit/OMEditLIB/Resources/icons/bold-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/boolean-input-connector.svg OMEdit/OMEditLIB/Resources/icons/boolean-input-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/boolean-output-connector.svg OMEdit/OMEditLIB/Resources/icons/boolean-output-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bottom.svg OMEdit/OMEditLIB/Resources/icons/bottom.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/breakpoint_disabled.svg OMEdit/OMEditLIB/Resources/icons/breakpoint_disabled.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/breakpoint_enabled.svg OMEdit/OMEditLIB/Resources/icons/breakpoint_enabled.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bring-forward.svg OMEdit/OMEditLIB/Resources/icons/bring-forward.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bring-to-front.svg OMEdit/OMEditLIB/Resources/icons/bring-to-front.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bullet-list.svg OMEdit/OMEditLIB/Resources/icons/bullet-list.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bus-connector.svg OMEdit/OMEditLIB/Resources/icons/bus-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/bus.svg OMEdit/OMEditLIB/Resources/icons/bus.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/changeColor.svg OMEdit/OMEditLIB/Resources/icons/changeColor.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/check-all.svg OMEdit/OMEditLIB/Resources/icons/check-all.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/check.svg OMEdit/OMEditLIB/Resources/icons/check.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/checkered.svg OMEdit/OMEditLIB/Resources/icons/checkered.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/class-icon.svg OMEdit/OMEditLIB/Resources/icons/class-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/clear.svg OMEdit/OMEditLIB/Resources/icons/clear.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/completerAnnotation.svg OMEdit/OMEditLIB/Resources/icons/completerAnnotation.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/completerClass.svg OMEdit/OMEditLIB/Resources/icons/completerClass.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/completerCodeSnippets.svg OMEdit/OMEditLIB/Resources/icons/completerCodeSnippets.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/completerComponent.svg OMEdit/OMEditLIB/Resources/icons/completerComponent.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/completerType.svg OMEdit/OMEditLIB/Resources/icons/completerType.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/completerkeyword.svg OMEdit/OMEditLIB/Resources/icons/completerkeyword.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/connect-mode.svg OMEdit/OMEditLIB/Resources/icons/connect-mode.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/connector-icon.svg OMEdit/OMEditLIB/Resources/icons/connector-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/console.svg OMEdit/OMEditLIB/Resources/icons/console.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/control-panel.svg OMEdit/OMEditLIB/Resources/icons/control-panel.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/copy.svg OMEdit/OMEditLIB/Resources/icons/copy.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/csv.svg OMEdit/OMEditLIB/Resources/icons/csv.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/cut.svg OMEdit/OMEditLIB/Resources/icons/cut.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/debugger.svg OMEdit/OMEditLIB/Resources/icons/debugger.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/decrease-indent.svg OMEdit/OMEditLIB/Resources/icons/decrease-indent.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/delete.svg OMEdit/OMEditLIB/Resources/icons/delete.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/down.svg OMEdit/OMEditLIB/Resources/icons/down.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/duplicate.svg OMEdit/OMEditLIB/Resources/icons/duplicate.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/edit-icon.svg OMEdit/OMEditLIB/Resources/icons/edit-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/edit-info-header.svg OMEdit/OMEditLIB/Resources/icons/edit-info-header.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/edit-info.svg OMEdit/OMEditLIB/Resources/icons/edit-info.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/edit-revisions.svg OMEdit/OMEditLIB/Resources/icons/edit-revisions.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/ellipse-shape.svg OMEdit/OMEditLIB/Resources/icons/ellipse-shape.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/equational-debugger.svg OMEdit/OMEditLIB/Resources/icons/equational-debugger.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/exit.svg OMEdit/OMEditLIB/Resources/icons/exit.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/export-fmu.svg OMEdit/OMEditLIB/Resources/icons/export-fmu.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/export-omnotebook.svg OMEdit/OMEditLIB/Resources/icons/export-omnotebook.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/export-variables.svg OMEdit/OMEditLIB/Resources/icons/export-variables.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/export-xml.svg OMEdit/OMEditLIB/Resources/icons/export-xml.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-backward.svg OMEdit/OMEditLIB/Resources/icons/fill-backward.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-cross-diagnol.svg OMEdit/OMEditLIB/Resources/icons/fill-cross-diagnol.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-cross.svg OMEdit/OMEditLIB/Resources/icons/fill-cross.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-forward.svg OMEdit/OMEditLIB/Resources/icons/fill-forward.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-horizontal-cylinder.svg OMEdit/OMEditLIB/Resources/icons/fill-horizontal-cylinder.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-horizontal.svg OMEdit/OMEditLIB/Resources/icons/fill-horizontal.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-none.svg OMEdit/OMEditLIB/Resources/icons/fill-none.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-solid.svg OMEdit/OMEditLIB/Resources/icons/fill-solid.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-sphere.svg OMEdit/OMEditLIB/Resources/icons/fill-sphere.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-vertical-cylinder.svg OMEdit/OMEditLIB/Resources/icons/fill-vertical-cylinder.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fill-vertical.svg OMEdit/OMEditLIB/Resources/icons/fill-vertical.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fillstyle.svg OMEdit/OMEditLIB/Resources/icons/fillstyle.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/flatmodel.svg OMEdit/OMEditLIB/Resources/icons/flatmodel.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/flip-horizontal.svg OMEdit/OMEditLIB/Resources/icons/flip-horizontal.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/flip-vertical.svg OMEdit/OMEditLIB/Resources/icons/flip-vertical.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fmi.svg OMEdit/OMEditLIB/Resources/icons/fmi.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/fmu-icon.svg OMEdit/OMEditLIB/Resources/icons/fmu-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/function-icon.svg OMEdit/OMEditLIB/Resources/icons/function-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/general.svg OMEdit/OMEditLIB/Resources/icons/general.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/grid.svg OMEdit/OMEditLIB/Resources/icons/grid.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/import-fmu.svg OMEdit/OMEditLIB/Resources/icons/import-fmu.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/import-omnotebook.svg OMEdit/OMEditLIB/Resources/icons/import-omnotebook.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/import-tlmmodel.svg OMEdit/OMEditLIB/Resources/icons/import-tlmmodel.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/increase-indent.svg OMEdit/OMEditLIB/Resources/icons/increase-indent.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/info-icon.svg OMEdit/OMEditLIB/Resources/icons/info-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/initialize.svg OMEdit/OMEditLIB/Resources/icons/initialize.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/instantiate.svg OMEdit/OMEditLIB/Resources/icons/instantiate.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/integer-input-connector.svg OMEdit/OMEditLIB/Resources/icons/integer-input-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/integer-output-connector.svg OMEdit/OMEditLIB/Resources/icons/integer-output-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/interaction.svg OMEdit/OMEditLIB/Resources/icons/interaction.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/interface-data.svg OMEdit/OMEditLIB/Resources/icons/interface-data.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/interrupt.svg OMEdit/OMEditLIB/Resources/icons/interrupt.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/invisible.svg OMEdit/OMEditLIB/Resources/icons/invisible.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/italic-icon.svg OMEdit/OMEditLIB/Resources/icons/italic-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/justify.svg OMEdit/OMEditLIB/Resources/icons/justify.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/libraries.svg OMEdit/OMEditLIB/Resources/icons/libraries.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/line-dash-dot-dot.svg OMEdit/OMEditLIB/Resources/icons/line-dash-dot-dot.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/line-dash-dot.svg OMEdit/OMEditLIB/Resources/icons/line-dash-dot.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/line-dash.svg OMEdit/OMEditLIB/Resources/icons/line-dash.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/line-dot.svg OMEdit/OMEditLIB/Resources/icons/line-dot.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/line-none.svg OMEdit/OMEditLIB/Resources/icons/line-none.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/line-shape.svg OMEdit/OMEditLIB/Resources/icons/line-shape.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/line-solid.svg OMEdit/OMEditLIB/Resources/icons/line-solid.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/linestyle.svg OMEdit/OMEditLIB/Resources/icons/linestyle.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/link-external.svg OMEdit/OMEditLIB/Resources/icons/link-external.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/link.svg OMEdit/OMEditLIB/Resources/icons/link.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/lock.svg OMEdit/OMEditLIB/Resources/icons/lock.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/mat.svg OMEdit/OMEditLIB/Resources/icons/mat.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/messages.svg OMEdit/OMEditLIB/Resources/icons/messages.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/model-icon.svg OMEdit/OMEditLIB/Resources/icons/model-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/model.svg OMEdit/OMEditLIB/Resources/icons/model.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/modeling.png OMEdit/OMEditLIB/Resources/icons/modeling.png | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/modeltext.svg OMEdit/OMEditLIB/Resources/icons/modeltext.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/new.svg OMEdit/OMEditLIB/Resources/icons/new.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/next.svg OMEdit/OMEditLIB/Resources/icons/next.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/notificationicon.svg OMEdit/OMEditLIB/Resources/icons/notificationicon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/numbered-list.svg OMEdit/OMEditLIB/Resources/icons/numbered-list.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/omedit.icns OMEdit/OMEditLIB/Resources/icons/omedit.icns | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/omedit.ico OMEdit/OMEditLIB/Resources/icons/omedit.ico | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/omedit.png OMEdit/OMEditLIB/Resources/icons/omedit.png | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/omedit_splashscreen.png OMEdit/OMEditLIB/Resources/icons/omedit_splashscreen.png | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/omplot.png OMEdit/OMEditLIB/Resources/icons/omplot.png | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/omshell.svg OMEdit/OMEditLIB/Resources/icons/omshell.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/open.svg OMEdit/OMEditLIB/Resources/icons/open.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/optimization-icon.svg OMEdit/OMEditLIB/Resources/icons/optimization-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/options.svg OMEdit/OMEditLIB/Resources/icons/options.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/order.svg OMEdit/OMEditLIB/Resources/icons/order.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/package-icon.svg OMEdit/OMEditLIB/Resources/icons/package-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/parametric-plot-window.svg OMEdit/OMEditLIB/Resources/icons/parametric-plot-window.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/paste.svg OMEdit/OMEditLIB/Resources/icons/paste.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/pause.svg OMEdit/OMEditLIB/Resources/icons/pause.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/perspective0.svg OMEdit/OMEditLIB/Resources/icons/perspective0.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/perspective1.svg OMEdit/OMEditLIB/Resources/icons/perspective1.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/perspective2.svg OMEdit/OMEditLIB/Resources/icons/perspective2.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/perspective3.svg OMEdit/OMEditLIB/Resources/icons/perspective3.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/play_animation.svg OMEdit/OMEditLIB/Resources/icons/play_animation.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/plot-window.svg OMEdit/OMEditLIB/Resources/icons/plot-window.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/plt.svg OMEdit/OMEditLIB/Resources/icons/plt.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/polygon-shape.svg OMEdit/OMEditLIB/Resources/icons/polygon-shape.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/previous.svg OMEdit/OMEditLIB/Resources/icons/previous.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/print.svg OMEdit/OMEditLIB/Resources/icons/print.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/quit.svg OMEdit/OMEditLIB/Resources/icons/quit.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/re-simulate.svg OMEdit/OMEditLIB/Resources/icons/re-simulate.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/re-simulation-center.svg OMEdit/OMEditLIB/Resources/icons/re-simulation-center.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/real-input-connector.svg OMEdit/OMEditLIB/Resources/icons/real-input-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/real-output-connector.svg OMEdit/OMEditLIB/Resources/icons/real-output-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/record-icon.svg OMEdit/OMEditLIB/Resources/icons/record-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/rectangle-shape.svg OMEdit/OMEditLIB/Resources/icons/rectangle-shape.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/redo.svg OMEdit/OMEditLIB/Resources/icons/redo.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/refresh.svg OMEdit/OMEditLIB/Resources/icons/refresh.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/resume.svg OMEdit/OMEditLIB/Resources/icons/resume.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/rotateCameraLeft.svg OMEdit/OMEditLIB/Resources/icons/rotateCameraLeft.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/rotateCameraRight.svg OMEdit/OMEditLIB/Resources/icons/rotateCameraRight.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/rotateanticlockwise.svg OMEdit/OMEditLIB/Resources/icons/rotateanticlockwise.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/rotateclockwise.svg OMEdit/OMEditLIB/Resources/icons/rotateclockwise.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/save.svg OMEdit/OMEditLIB/Resources/icons/save.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/saveall.svg OMEdit/OMEditLIB/Resources/icons/saveall.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/saveas.svg OMEdit/OMEditLIB/Resources/icons/saveas.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/sc-system-icon.svg OMEdit/OMEditLIB/Resources/icons/sc-system-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/send-backward.svg OMEdit/OMEditLIB/Resources/icons/send-backward.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/send-to-back.svg OMEdit/OMEditLIB/Resources/icons/send-to-back.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/simulate-animation.svg OMEdit/OMEditLIB/Resources/icons/simulate-animation.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/simulate-debug.svg OMEdit/OMEditLIB/Resources/icons/simulate-debug.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/simulate-equation.svg OMEdit/OMEditLIB/Resources/icons/simulate-equation.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/simulate.svg OMEdit/OMEditLIB/Resources/icons/simulate.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/simulation-center.svg OMEdit/OMEditLIB/Resources/icons/simulation-center.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/simulation-parameters.svg OMEdit/OMEditLIB/Resources/icons/simulation-parameters.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/step-into.svg OMEdit/OMEditLIB/Resources/icons/step-into.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/step-over.svg OMEdit/OMEditLIB/Resources/icons/step-over.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/step-return.svg OMEdit/OMEditLIB/Resources/icons/step-return.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/strikethrough-icon.svg OMEdit/OMEditLIB/Resources/icons/strikethrough-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/subscript-icon.svg OMEdit/OMEditLIB/Resources/icons/subscript-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/superscript-icon.svg OMEdit/OMEditLIB/Resources/icons/superscript-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/switch.svg OMEdit/OMEditLIB/Resources/icons/switch.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/text-color-icon.svg OMEdit/OMEditLIB/Resources/icons/text-color-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/text-shape.svg OMEdit/OMEditLIB/Resources/icons/text-shape.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/texture.svg OMEdit/OMEditLIB/Resources/icons/texture.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-bus.svg OMEdit/OMEditLIB/Resources/icons/tlm-bus.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-electric-bus-connector.svg OMEdit/OMEditLIB/Resources/icons/tlm-electric-bus-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-hydraulic-bus-connector.svg OMEdit/OMEditLIB/Resources/icons/tlm-hydraulic-bus-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-icon.svg OMEdit/OMEditLIB/Resources/icons/tlm-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-input-bus-connector.svg OMEdit/OMEditLIB/Resources/icons/tlm-input-bus-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-mechanical-bus-connector.svg OMEdit/OMEditLIB/Resources/icons/tlm-mechanical-bus-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-output-bus-connector.svg OMEdit/OMEditLIB/Resources/icons/tlm-output-bus-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-rotational-bus-connector.svg OMEdit/OMEditLIB/Resources/icons/tlm-rotational-bus-connector.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-simulate.svg OMEdit/OMEditLIB/Resources/icons/tlm-simulate.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/tlm-system-icon.svg OMEdit/OMEditLIB/Resources/icons/tlm-system-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/top.svg OMEdit/OMEditLIB/Resources/icons/top.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/traceability.svg OMEdit/OMEditLIB/Resources/icons/traceability.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/transition-mode.svg OMEdit/OMEditLIB/Resources/icons/transition-mode.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/transparency.svg OMEdit/OMEditLIB/Resources/icons/transparency.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/txt.svg OMEdit/OMEditLIB/Resources/icons/txt.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/type-icon.svg OMEdit/OMEditLIB/Resources/icons/type-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/underline-icon.svg OMEdit/OMEditLIB/Resources/icons/underline-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/undo.svg OMEdit/OMEditLIB/Resources/icons/undo.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/unlink.svg OMEdit/OMEditLIB/Resources/icons/unlink.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/unlock.svg OMEdit/OMEditLIB/Resources/icons/unlock.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/up.svg OMEdit/OMEditLIB/Resources/icons/up.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/update.svg OMEdit/OMEditLIB/Resources/icons/update.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/wc-system-icon.svg OMEdit/OMEditLIB/Resources/icons/wc-system-icon.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/zoomIn.svg OMEdit/OMEditLIB/Resources/icons/zoomIn.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/zoomOut.svg OMEdit/OMEditLIB/Resources/icons/zoomOut.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/icons/zoomReset.svg OMEdit/OMEditLIB/Resources/icons/zoomReset.svg | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_de.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_es.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_fr.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_it.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_ja.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_ro.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_ru.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_sv.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts OMEdit/OMEditLIB/Resources/nls/OMEdit_zh_CN.ts | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/README.md OMEdit/OMEditLIB/Resources/nls/README.md | R100 OMEdit/OMEdit/OMEditGUI/Resources/nls/tsupdate.bat OMEdit/OMEditLIB/Resources/nls/tsupdate.bat | R100 OMEdit/OMEdit/OMEditGUI/Search/SearchWidget.cpp OMEdit/OMEditLIB/Search/SearchWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Search/SearchWidget.h OMEdit/OMEditLIB/Search/SearchWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp OMEdit/OMEditLIB/Simulation/OpcUaClient.cpp | R100 OMEdit/OMEdit/OMEditGUI/Simulation/OpcUaClient.h OMEdit/OMEditLIB/Simulation/OpcUaClient.h | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp OMEdit/OMEditLIB/Simulation/SimulationDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.h OMEdit/OMEditLIB/Simulation/SimulationDialog.h | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOptions.h OMEdit/OMEditLIB/Simulation/SimulationOptions.h | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp OMEdit/OMEditLIB/Simulation/SimulationOutputHandler.cpp | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h OMEdit/OMEditLIB/Simulation/SimulationOutputHandler.h | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp OMEdit/OMEditLIB/Simulation/SimulationProcessThread.cpp | R100 OMEdit/OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h OMEdit/OMEditLIB/Simulation/SimulationProcessThread.h | R100 OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.cpp OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.h OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.h | R100 OMEdit/OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp OMEdit/OMEditLIB/TLM/FetchInterfaceDataDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h OMEdit/OMEditLIB/TLM/FetchInterfaceDataDialog.h | R100 OMEdit/OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp OMEdit/OMEditLIB/TLM/FetchInterfaceDataThread.cpp | R100 OMEdit/OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.h OMEdit/OMEditLIB/TLM/FetchInterfaceDataThread.h | R100 OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp OMEdit/OMEditLIB/TLM/TLMCoSimulationDialog.cpp | R100 OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h OMEdit/OMEditLIB/TLM/TLMCoSimulationDialog.h | R100 OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationOptions.h OMEdit/OMEditLIB/TLM/TLMCoSimulationOptions.h | R100 OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp OMEdit/OMEditLIB/TLM/TLMCoSimulationOutputWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h OMEdit/OMEditLIB/TLM/TLMCoSimulationOutputWidget.h | R100 OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp OMEdit/OMEditLIB/TLM/TLMCoSimulationThread.cpp | R100 OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h OMEdit/OMEditLIB/TLM/TLMCoSimulationThread.h | R100 OMEdit/OMEdit/OMEditGUI/Traceability/TraceabilityGraphViewWidget.cpp OMEdit/OMEditLIB/Traceability/TraceabilityGraphViewWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/Traceability/TraceabilityGraphViewWidget.h OMEdit/OMEditLIB/Traceability/TraceabilityGraphViewWidget.h | R100 OMEdit/OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp OMEdit/OMEditLIB/Traceability/TraceabilityInformationURI.cpp | R100 OMEdit/OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.h OMEdit/OMEditLIB/Traceability/TraceabilityInformationURI.h | R100 OMEdit/OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp OMEdit/OMEditLIB/TransformationalDebugger/OMDumpXML.cpp | R100 OMEdit/OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h OMEdit/OMEditLIB/TransformationalDebugger/OMDumpXML.h | R100 OMEdit/OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp | R100 OMEdit/OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.h | R100 OMEdit/OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.cpp OMEdit/OMEditLIB/TransformationalDebugger/diff_match_patch.cpp | R100 OMEdit/OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.h OMEdit/OMEditLIB/TransformationalDebugger/diff_match_patch.h | R100 OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp OMEdit/OMEditLIB/Util/Helper.cpp | R100 OMEdit/OMEdit/OMEditGUI/Util/Helper.h OMEdit/OMEditLIB/Util/Helper.h | R100 OMEdit/OMEdit/OMEditGUI/Util/ResourceCache.cpp OMEdit/OMEditLIB/Util/ResourceCache.cpp | R100 OMEdit/OMEdit/OMEditGUI/Util/ResourceCache.h OMEdit/OMEditLIB/Util/ResourceCache.h | R100 OMEdit/OMEdit/OMEditGUI/Util/StringHandler.cpp OMEdit/OMEditLIB/Util/StringHandler.cpp | R100 OMEdit/OMEdit/OMEditGUI/Util/StringHandler.h OMEdit/OMEditLIB/Util/StringHandler.h | R100 OMEdit/OMEdit/OMEditGUI/Util/Utilities.cpp OMEdit/OMEditLIB/Util/Utilities.cpp | R100 OMEdit/OMEdit/OMEditGUI/Util/Utilities.h OMEdit/OMEditLIB/Util/Utilities.h | R100 OMEdit/OMEdit/OMEditGUI/resource_omedit.qrc OMEdit/OMEditLIB/resource_omedit.qrc | A OMEdit/Testsuite/BrowseElectricalAnalogBasic/BrowseElectricalAnalogBasic.pro | A OMEdit/Testsuite/BrowseElectricalAnalogBasic/Test.cpp | A OMEdit/Testsuite/BrowseElectricalAnalogBasic/Test.h | A OMEdit/Testsuite/BrowseMediaAirReferenceMoistAir/BrowseMediaAirReferenceMoistAir.pro | A OMEdit/Testsuite/BrowseMediaAirReferenceMoistAir/Test.cpp | A OMEdit/Testsuite/BrowseMediaAirReferenceMoistAir/Test.h | A OMEdit/Testsuite/Common/Testsuite.pri | A OMEdit/Testsuite/Common/Util.cpp | A OMEdit/Testsuite/Common/Util.h | A OMEdit/Testsuite/Makefile.omdev.mingw | A OMEdit/Testsuite/Makefile.unix.in | A OMEdit/Testsuite/Testsuite.pro | M OMEdit/configure.ac | R100 OMEdit/OMEdit/OMEditGUI/omc_config.h.in OMEdit/omc_config.h.in | M doc/UsersGuide/Makefile | M doc/UsersGuide/source/omedit.rst | * commit aeb08ca462428ac9216414b4e982a37eadba0d46 | Author: AnHeuermann | Date: Fri Jul 5 12:49:22 2019 +0200 | | [C-Runtime] Parallelise DASSL and IDA Jacobian evaluation | | Add support for parallel Jacobian evaluation in DASSL and IDA for symbolical | jacobian of right hand side of DAE. | For this linear systems can now be solved in parallel with all linear solvers, | since a Jacobian column can contain linear loops. | | - Parallel Jacobian evaluation will be encapsulated by USE_PARJAC defines and | compiler directives. | - To compile omc with parallel jacobians pass `--enable-parjac` to | `OMCompiler/configure`. This will check for OpenMP support and add | corresponding Flags to simulation makefile and c runtime makefile. | - To simulate a model with parallel jacobian evaluations use | a) Pass `-jacobianThreads=` as simulationflag to use desired | ammount of threads for parallel jacobian evaluation. | b) environment variable `OMP_NUM_THREADS=N` | This order also gives the order of the precedence, i.e. if both are specified | value of -jacobianThreads is taken over `OMP_NUM_THREADS`. If nothing is | specified by the user `omp_get_max_thread()` is used to set the number of | threads to use for parallel jacobian evaluation. | | Co-authored-by: mflehmig | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.c | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.h | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.h | M OMCompiler/SimulationRuntime/c/simulation/solver/jacobianSymbolical.c | M OMCompiler/SimulationRuntime/c/simulation/solver/jacobianSymbolical.h | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLapack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLapack.h | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLis.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.h | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | M OMCompiler/SimulationRuntime/c/util/CMakeLists.txt | A OMCompiler/SimulationRuntime/c/util/jacobian_util.c | A OMCompiler/SimulationRuntime/c/util/jacobian_util.h | A OMCompiler/SimulationRuntime/c/util/parallel_helper.c | A OMCompiler/SimulationRuntime/c/util/parallel_helper.h | M OMCompiler/SimulationRuntime/c/util/simulation_options.c | M OMCompiler/SimulationRuntime/c/util/simulation_options.h | M OMCompiler/configure.ac | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | * commit 549fe860907840122ab940091842cd72c547c17e | Author: mflehmig | Date: Fri Jul 5 12:49:22 2019 +0200 | | Add support for parallel Jacobian evaluation | | - Parallel Jacobian evaluation will be encapsulated by USE_PARJAC defines. | - Enable parallel Jacobian evaluation passing --enable-parjac to | OMCompiler/configure, which will check for OpenMP support and add | corresponding Flags to simulation makefile and c runtime makefile. | | M OMCompiler/SimulationRuntime/c/Makefile.in | M OMCompiler/configure.ac | * commit 388e08bb217f2dae3b35076aa2a449a5d79cae88 | Author: Adrian Pop | Date: Tue Nov 5 02:06:38 2019 +0200 | | add test for ticket:5680 | | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket5680.mos | * commit 757c374a34d5d2c3b9573a08adfb87924c04f30d | Author: Adrian Pop | Date: Tue Nov 5 01:12:57 2019 +0200 | | fix ticket:5680, allow Modelica output -m only for DAEDump | | M OMCompiler/Compiler/FrontEnd/Dump.mo | * commit 993f8de748f3833732768cffabb8f90d83747ecd | Author: arun3688 | Date: Mon Nov 4 13:52:36 2019 +0100 | | fix ticket5670 FMU export with output Integer | | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile | A testsuite/openmodelica/fmi/ModelExchange/2.0/ticket5670.mos | * commit 09b92921d1a7e5c39414ec647150606e5a805128 | Author: niklwors | Date: Thu Oct 17 13:21:33 2019 +0200 | | [cppRuntime] added application omcZeroMQ that links to omc c api library and zeromq, | parses the arguments for port information and the OpenModelica home folder and inits | omc | | M OMCompiler/.gitignore | A OMCompiler/SimulationRuntime/cpp/CMake/CheckCXX11.cmake | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Makefile.in | M OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw | A OMCompiler/SimulationRuntime/cpp/omcWrapper/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/readme.md | A OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/omc.cpp | A OMCompiler/SimulationRuntime/cpp/omcWrapper/omcZeroMQ/src/zhelpers.hpp | * commit 269a2bfca548a66a3e1dcf2a6497e713f48c594e | Author: kabdelhak | Date: Wed Oct 30 17:30:16 2019 +0100 | | [BE] update analytical to structural algorithm | - switch to sparse structure | - it actually works now for ticket #5452 | - ToDo: full replacement | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/Util/List.mo | * commit 2a6332d498e360ecf43250ab37902ae7438d51b5 | Author: Adrian Pop | Date: Thu Oct 31 03:45:28 2019 +0200 | | fix dependencies when building semla | | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | * commit 5b1d632e8d751cf5096ca9b042477389a2e6217f | Author: Per Östlund | Date: Wed Oct 30 12:43:06 2019 +0100 | | [NF] Fix type of empty array when subscripting. | | - Fix the type when making an empty array in | Expression.applySubscriptArray, the first dimension should be removed | before adding the zero dimension to the type. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit 08132f5142f8ad1f80970a888dc90d339e06af96 | Author: kabdelhak | Date: Fri Oct 25 14:56:44 2019 +0200 | | [BE] analytical to structural singularity conv | - related to ticket #5452 | - implements experimental analytical to structural conversion algorithm, available with --convertAnalyticalSingularities | - change BackendDAE.EQSYSTEM() by making new information about adjacency matrices available at all times: | - array to scalar index-list mapping | - scalar to array index mapping (not unique) | - occurence rules (indexType) | - Boolean: true if scalar | - Boolean: true if analytical to structural singularity processing has already been done | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAETransform.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/Causalize.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/List.mo | * commit 34505da8a0b1e20ff10b8c1bf20157daf15ea751 | Author: Martin Sjölund | Date: Tue Oct 29 14:11:39 2019 +0100 | | Handle daemode with 0 residuals | | M OMCompiler/SimulationRuntime/c/simulation/solver/dae_mode.c | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | * commit 01e7573d05c94d966752cbba96ca7323b937e74f | Author: Adeel Asghar | Date: Tue Oct 29 11:46:08 2019 +0100 | | Fetch features and license information from Protection annotation | | M .gitignore | M OMCompiler/Compiler/FrontEnd/Parser.mo | M OMCompiler/Compiler/FrontEnd/ParserExt.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Parser/Parser_omc.c | M OMCompiler/Parser/parse.c | * commit bfa56aa9806811fbd4c86cb3944a9298c958b68e | Author: Adrian Pop | Date: Mon Oct 28 13:06:07 2019 +0100 | | add missing ) | | M .CI/common.groovy | * commit ab0a71a35f40d739f6111e8d3c8406db0d8bc4df | Author: Adrian Pop | Date: Mon Oct 28 13:03:07 2019 +0100 | | fix compliance files handling | | M .CI/common.groovy | * commit 7d9c06292871926990794a9f6be71760e731db9b | Author: Adrian Pop | Date: Mon Oct 28 12:57:33 2019 +0100 | | return 1.14 instead of maintenance/v1.14 for tagName() | | M .CI/common.groovy | * commit e12defac0488cdf72d9b4a4b0aee76a859ef3056 | Author: Adrian Pop | Date: Mon Oct 28 11:52:07 2019 +0100 | | allow . in the path to OpenModelica build directory | | M .CI/common.groovy | * commit 4d1ebfb78b7544ee6bae42e819bf447254e090f0 | Author: Adrian Pop | Date: Sun Oct 27 12:12:26 2019 +0100 | | attempt to fix maintenance builds | | M .CI/common.groovy | * commit a1046a2f8441b691815c15c346442a8be65e5c85 | Author: Adrian Pop | Date: Mon Oct 28 14:32:02 2019 +0100 | | update libs and 3rdParty | | M OMCompiler/3rdParty | M libraries | * commit c75e477500248ba4af42d161479e8156bf9e4544 | Author: Andreas Heuermann | Date: Mon Oct 28 12:30:10 2019 +0100 | | Added missing else case for DAE.Dump with --showStructuralAnnotations | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | * commit e0baa6330b1b898e7a468919a7677f70e39bb733 | Author: Adrian Pop | Date: Fri Oct 25 12:40:16 2019 +0200 | | update version to v1.15.0-dev and update libraries | | M libraries | * commit 425307da8dd42ec25157776ac76e6a02aa4f198c | Author: Per Östlund | Date: Fri Oct 25 12:18:38 2019 +0200 | | Fix DAEUtil.topLevelInput. | | - Don't treat protected variables as top level inputs. | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | * commit 953cb00b7472af45632e2843eaf6e383874a9c0e | Author: Adeel Asghar | Date: Fri Oct 25 09:53:54 2019 +0200 | | Fixes ticket:5668 Check if the class name is valid | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.h | * commit 49960b0eda7ed4a66d2ff47d4ab3a9e68f3ae21a | Author: Adrian Pop | Date: Thu Oct 24 16:01:29 2019 +0200 | | partial fix for #5431, do not fail for bogus DynamicSelect dynamic part | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | * commit 791fc8dd1d11d2b2379e15b21ca5d75f5b020364 | Author: Per Östlund | Date: Wed Oct 23 16:25:07 2019 +0200 | | [NF] Fix variability of array() and reductions. | | - Take the variability of the argument expression in array constructors | and reductions into account when determining the overall variability, | and not only the variability of the range expressions. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | A testsuite/flattening/modelica/scodeinst/ArrayConstructorComplex1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit cb0aed4d11d76463e9f2ae851680fcfd3ac816e7 | Author: kabdelhak | Date: Wed Oct 23 11:54:16 2019 +0200 | | [BE] update algorithm output vars | - strip all subs but those of models | | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M testsuite/simulation/modelica/algorithms_functions/bug_5659.mos | * commit ed07d20d9d414b90be314829a428a8a6a865de3d | Author: Adeel Asghar | Date: Thu Oct 17 16:02:19 2019 +0200 | | Keep the newline if it is last token in the added tree | | Fixes ticket:3424 and ticket:4781 | | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | M testsuite/openmodelica/diff/Makefile | A testsuite/openmodelica/diff/ticket4781.mo | A testsuite/openmodelica/diff/ticket4781.mos | * commit 1c369fe1af2718c9c9638e9f6c6818e491cf8214 | Author: Per Östlund | Date: Mon Oct 21 16:16:54 2019 +0200 | | Update libraries. | | M libraries | * commit a9e5097274bd4c71e30efc39702eb10457d6daab | Author: Adrian Pop | Date: Fri Oct 18 16:54:44 2019 +0200 | | fix ticket:5663, handle '%%' in text annotation | | Don't restart the lookup. Use the current position. | | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | * commit 820af85c7081735ec3a803b43c2e57460bb825ea | Author: Adeel Asghar | Date: Mon Oct 21 13:15:23 2019 +0200 | | ticket:5666 Check component name against the list of keywords | | Use the default component name, if there is any, to find a new unique name. | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp | * commit 2705ebe78213137cb16c5112ccc567a3c5f7a75b | Author: Karim Abdelhak | Date: Mon Oct 21 11:17:54 2019 +0200 | | [BE] fix algorithm incidenceRow | - remove try catch and update discrete output var detection | - add testcase for ticket #5659 | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M testsuite/simulation/modelica/algorithms_functions/Makefile | A testsuite/simulation/modelica/algorithms_functions/bug_5659.mos | * commit 6bb71921e64744bdc81cb98b7531dfb36059471a | Author: Adrian Pop | Date: Fri Oct 18 15:41:03 2019 +0200 | | flush OMEdit log before sending the command to omc, it might die there | | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | * commit ac9e8eca39375d1225e99219b93d16d706fdaea4 | Author: Karim Abdelhak | Date: Tue Oct 15 12:18:04 2019 +0200 | | [BE] update algorithms discrete output variables | - add all discrete output variables to the adjacency matrix | - update small spelling errors | - ticket #5659 | - remove bug_2452_2 since it is not valid due to the specification, | see discussion under ticket #5659 for further information | | M .CI/compliance.failures | M OMCompiler/Compiler/BackEnd/BackendDAETransform.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M testsuite/simulation/modelica/algorithms_functions/bug_2452.mos | * commit 023bac197a095932ada932409eace808e44fcc5d | Author: Mahder Gebremedhin | Date: Fri Oct 18 19:24:25 2019 +0200 | | Codegen/fix record in function modification handling 2 (#490) | | [NF/OF/Codegen] Fix handling of record variables with modifications on declaration in functions. | | NF: | - Fix the new Front-end to mark modification bindings. | | OF: | - Manually remove Prefixes from cref's TYPES_VARs. | | - Mark record EQBOUND bindings that are created from submods by the old front-end. | - We will not generate code for these bindings. SimCode will skip them. | They are redundant. The types_vars of the record variable already have the | correct bindings. | - They are also not 'properly' prefixed anymore since we do not prefix types_vars | (the bindings are taken from the typesvars by the front end.) | - The correct way to fix these would have been not to create eqmod modifications | from submods in the first place. However it is impossible to fix that properly | in short time (if possible at all). | | - Improve constant evaluation. | - Try not to create DAE.EMPTY from Values.EMPTY(). | - We usually have the original expression before ceval was applied. | if ceval return values.empty use the original exp if available. | - Fix match failures caused by unmatched Absyn.NO_MSG(). Use | Absyn.MSG(dummy) always. We should probably just remove Absyn.Msg altogether. | - Use the types_var bindings if no bindings are found in Env for records. | - Remove error messages from constant evaluation failure. | Failure to constant evaluate is not an error by itself. | | Codegen/SimCode: | | - We now create additional constructors for each unique modification use of a record. | - For example R r(a=1), r(b=2) will use two different constructors. | We only create these constructors if they are actually needed. | | - There are some optimizations and cleanups that can be done. Will be fixed afterwards. | | - Pass correct context to outside bindings in CodeGen. | | - Update expected outputs. | | - Some error messages are removed since they report failures in | constant evaluation. Which is not technically an error. | | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/CevalFunction.mo | M OMCompiler/Compiler/FrontEnd/ClassInf.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstBinding.mo | M OMCompiler/Compiler/FrontEnd/InstVar.mo | M OMCompiler/Compiler/FrontEnd/PrefixUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/FrontEnd/Types.mo | M OMCompiler/Compiler/FrontEnd/ValuesUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/SimCode/SimCodeFunction.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M testsuite/flattening/libraries/3rdParty/Buildings/System2.mo | M testsuite/flattening/modelica/algorithms-functions/StackOverflowTest.mos | M testsuite/flattening/modelica/msl/Gear.mo | M testsuite/metamodelica/meta/ErrorInteractiveCallFunctionPtr.mos | M testsuite/metamodelica/meta/FunctionReturningArray.mos | M testsuite/metamodelica/meta/PartialFn3.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos | M testsuite/simulation/modelica/parameters/revoluteConstraint.mos | * commit 1817194388f077e8a9d520f8ef485201cd1cd5c4 | Author: niklwors | Date: Thu Oct 17 13:21:33 2019 +0200 | | [cppRuntime] moved omccapi library project in omcWrapper subfolder, adapted cpp CMake file for VS 2019 | | D OMCompiler/SimulationRuntime/cpp/CMakeLists-VS2019.txt | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Makefile.in | M OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMC.h OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/include/OMC.h | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCAPI.h OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/include/OMCAPI.h | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCFunctions.h OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/include/OMCFunctions.h | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/readme.md OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/readme.md | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMC.cpp OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/src/OMC.cpp | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp OMCompiler/SimulationRuntime/cpp/omcWrapper/omcCAPI/src/OMCTest.cpp | * commit a81540ec1336b6680175ca2bfbf621aa91d253e2 | Author: arun3688 | Date: Mon Sep 23 13:47:14 2019 +0200 | | Link OMSimulator with omc | | M OMCompiler/Compiler/CMakeLists.txt | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | A OMCompiler/Compiler/Script/CevalScriptOMSimulator.mo | A OMCompiler/Compiler/Util/OMSimulator.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Compiler/runtime/CMakeLists.txt | M OMCompiler/Compiler/runtime/Makefile.common | A OMCompiler/Compiler/runtime/OMSimulator_omc.c | M OMCompiler/Compiler/runtime/config.unix.h.in | M OMCompiler/Compiler/runtime/omc_config.h | A testsuite/omsimulator/DualMassOscillator.mos | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/initialization2_omc.mos | A testsuite/omsimulator/initialization_omc.mos | A testsuite/omsimulator/outputState_omc.mos | A testsuite/omsimulator/reset_omc.mos | A testsuite/omsimulator/test03.mos | * commit a2df68da5c65dc240808ebb80802ee02f350a221 | Author: Adrian Pop | Date: Wed Oct 16 09:36:54 2019 +0200 | | update 3rdParty | | M OMCompiler/3rdParty | * commit b704f7b87d926884f1a6a7482c07a0399981f970 | Author: niklwors | Date: Thu Aug 1 15:26:28 2019 +0200 | | [cppRuntime] Adapted cpp runtime for asynchron communication with zeromq | -start and stop simulation, send notification of simulation progress via zeromq | -Adapted cpp runtime for Visual Studio 2019 64Bit support | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/Template/CodegenUtil.tpl | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/cpp/CMake/FindDgesv.cmake | A OMCompiler/SimulationRuntime/cpp/CMakeLists-VS2019.txt | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/Communicator.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/ProgressThread.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/SimulationThread.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/ToZeroMQEvent.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/threading/zhelpers.hpp | M OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimController.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/Communicator.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/INotify.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/ProgressThread.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/Runnable.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/SimulationThread.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/threading/ToZeroMQEvent.h | M OMCompiler/SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | M OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/cpp/PrecompiledHeader.cmake | M OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVode.cpp | M OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/omcCAPI/CMakeLists.txt | * commit 4a6d2869f13eaf8c3e4784e7828dc43380a4b4c7 | Author: Adrian Pop | Date: Tue Oct 15 15:27:58 2019 +0200 | | update 3rdParty | | M OMCompiler/3rdParty | * commit 204f28e8a79c15e71546d8522d1d05047004ad2c | Author: Adrian Pop | Date: Tue Oct 15 13:04:30 2019 +0200 | | update 3rdParty | | M OMCompiler/3rdParty | * commit be71e4e1d46adc84da7931c89b1103c217e12331 | Author: Per Östlund | Date: Tue Oct 15 12:47:32 2019 +0200 | | [NF] Propagate record bindings more. | | - Propagate record bindings to records in records. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M testsuite/flattening/modelica/scodeinst/Makefile | A testsuite/flattening/modelica/scodeinst/RecordBinding5.mo | * commit fa2931ad320848fd0b7c13531bf95e9e5116715f | Author: Per Östlund | Date: Tue Oct 15 11:43:56 2019 +0200 | | [NF] Improve Expression.nthRecordElement. | | - Handle nthRecordElement of a record element of an array of records. | | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | * commit 261032ca773d1b95193d156f2def4adeda85d1d8 | Author: Adrian Pop | Date: Mon Oct 14 14:37:11 2019 +0200 | | update 3rdParty submodule | | M OMCompiler/3rdParty | * commit a29a31351f109742c1c7259c6a68ae8ca2dbfcbe | Author: Adrian Pop | Date: Fri Oct 11 21:11:21 2019 +0200 | | update libs and 3rdParty | - update compliance tests | ModelicaCompliance.Scoping.InnerOuter.MissingInner started working | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/3rdParty | M libraries | * commit c22f30e5b148ef06484f41bc06aaa045c0af5633 | Author: kabdelhak | Date: Fri Oct 11 15:18:21 2019 +0200 | | [BE] fix solvable call check | | M .CI/compliance-newinst.failures | M .CI/compliance.failures | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | * commit b49f2c1873ff82fe810790d9786392068bd39762 | Author: Andreas Heuermann | Date: Mon Oct 7 17:49:40 2019 +0200 | | Removed tearing testcase 17 | | - The example is not solvable for time > 0. Test has nothing to do with tearing | and is not "fixable" | | M testsuite/simulation/modelica/tearing/Makefile | D testsuite/simulation/modelica/tearing/Tearing17-cel.mos | D testsuite/simulation/modelica/tearing/Tearing17-celMC3.mos | D testsuite/simulation/modelica/tearing/Tearing17-omc.mos | D testsuite/simulation/modelica/tearing/Tearing17.mo | * commit 6cf2a6d3b91de428f7aa738d6144b05dcd4f7441 | Author: rbulatow | Date: Wed May 29 14:55:02 2019 +0200 | | [Backend] Minimal tearing | | A new way to tear strong components. Minimal tearing can be used to tear | discrete variables from strong components. This is usefull for models where | tearingMethod=noTearing fails and omc-tearing is too slow. | Use debug flag `tearingMethod=minimalTearing` to enable minimalTearing. | | - Added minimalTearing to Tearing.mo | - Added helper functions to BackendDAEUtil.mo | - Added testcases for minimal tearing | | Co-authored-by: rbulatow | Co-authored-by: kabdelhak | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/Util/Flags.mo | A testsuite/simulation/modelica/tearing/Algorithm1-minimal.mos | A testsuite/simulation/modelica/tearing/Algorithm2-minimal.mos | M testsuite/simulation/modelica/tearing/Makefile | A testsuite/simulation/modelica/tearing/MixedTearing1-minimal.mos | M testsuite/simulation/modelica/tearing/MixedTearing1-omc.mos | A testsuite/simulation/modelica/tearing/MixedTearing2-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing02-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing1-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing10-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing11-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing12-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing13-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing14-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing15-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing16-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing18-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing2-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing3-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing4-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing5-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing6-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing7-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing8-minimal.mos | A testsuite/simulation/modelica/tearing/Tearing9-minimal.mos | A testsuite/simulation/modelica/tearing/minimalTearing.mos | A testsuite/simulation/modelica/tearing/tearingSelect-minimal.mos | * commit 11ac15244d6d2f9d68ee25b470cf0d9b7ba7c200 | Author: Adeel Asghar | Date: Thu Oct 10 11:40:13 2019 +0200 | | Fixes ticket:5655 Don't re-index the non connectorSizing array. | | When re-indexing consider the case that both start and end connectors can be connectorSizing. | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit c47d9349cdcaf7f4245ec8c3cf93903bffa18ff4 | Author: Per Östlund | Date: Wed Oct 9 13:49:30 2019 +0200 | | [NF] Fix connects in for-loops with -d=nfScalarize. | | - Unroll connect equations in for-loops even if -d=nfScalarize is used. | | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | * commit 4efc376c939672c77aaa7377aba1be7f8be1c1d5 | Author: Adeel Asghar | Date: Wed Oct 9 13:29:40 2019 +0200 | | Quote the installation directory path when configuring the FMU | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 48efb091860213b6daca7769b2e00c5e3d0ed00a | Author: Adeel Asghar | Date: Tue Oct 8 15:57:33 2019 +0200 | | Fix FMU export for Windows | | Quote the OMHOME path so that `cp` doesn't complain about spaces. | | M OMCompiler/Compiler/Template/CodegenFMU.tpl | * commit 9564849e482665e2d9ca8ffbbf176ce56bde1ccd | Author: Adrian Pop | Date: Tue Oct 8 17:18:54 2019 +0200 | | replace libzmq dep with cppzmq dep | | M OMCompiler/Makefile.common | * commit 712214c5e05ce0bb7fceca3cd0455f1decb49944 | Author: Per Östlund | Date: Tue Oct 8 16:14:28 2019 +0200 | | [NF] Fix smooth calls when evaluating actualStream. | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | * commit 11d76cba7212ec7728a9b3df996571bb572cc986 | Author: adeas31 | Date: Wed Sep 25 11:40:40 2019 +0200 | | Adpat to the new output of text annotation | | Added a test for generate_icons.py | | M Jenkinsfile | M OMCompiler/Examples/generate_icons.py | A testsuite/openmodelica/icon-generator/GenerateMSLIcons.mos | A testsuite/openmodelica/icon-generator/Makefile | * commit 294d057b80d4e1d4faa756ebfb347004c381003e | Author: Per Östlund | Date: Tue Oct 8 11:53:56 2019 +0200 | | [NF] Only add smooth when need to actualStream. | | - Only add smooth when the flow direction is unknown when evaluating | actualStream. | | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | M testsuite/flattening/modelica/scodeinst/ActualStreamMinMax.mo | * commit fa6b8e71cf3c8f7eb6a09a92a91a75de375396ae | Author: Adeel Asghar | Date: Tue Oct 8 09:41:18 2019 +0200 | | Breakpoint markers for models inside package | | Calculate the line numbering from model line start instead of text block start | | M OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp | M OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h | M OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h | M OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp | M OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp | * commit be7c68060f783596345cb109f7603dc9d575c86f | Author: Per Östlund | Date: Tue Oct 8 11:04:32 2019 +0200 | | [NF] Improve ConnectEquation.evaluateFlowDirection. | | - Simplify the min and max attribute expressions before evaluating the | flow direction. | | M OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo | * commit 83d0207e8fd19e441485b525a2ea6869612346b7 | Author: Adeel Asghar | Date: Wed Oct 2 14:49:16 2019 +0200 | | Skip the include headers warnings | | This avoids the warnings e.g., from FMILibrary. However, this still shows the warnings of OMEdit. | | M OMEdit/OMEdit/OMEditGUI/OMEditGUI.pro | * commit 8730c27748134753175fc97ac2a302dbc0abaa02 | Author: niklwors | Date: Fri Oct 4 13:34:50 2019 +0200 | | removed dependency from cppruntime to cppzmq | | M OMCompiler/Makefile.common | * commit e5a537df4dd34a5c40543c164013e1f630741dbb | Author: niklwors | Date: Fri Oct 4 12:39:02 2019 +0200 | | readded dependency | | M OMCompiler/Makefile.common | * commit 34a08f5befbedd4666befcd98ff0d565ee00975c | Author: niklwors | Date: Wed Oct 2 15:45:50 2019 +0200 | | Updated 3rdParty with new cppzmq library. Extended makefile.common for installing zmq config files to libzmq/build/ folder, for using find_package(zeromq) in cmake. Installing cppzqm file to cppzmq/build/ | | M OMCompiler/3rdParty | M OMCompiler/Makefile.common | * commit 41c101fbffdfbc2dd73d52f1e29391ce001a01c3 | Author: Adeel Asghar | Date: Thu Oct 3 15:15:05 2019 +0200 | | Appropriate extents for default text shape | | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | * commit 0218247f065eb150cf521f57443ff8b66dfd826b | Author: Mahder Gebremedhin | Date: Thu Sep 26 13:14:38 2019 +0200 | | [codegen] Improved handling of records and record arrays in the codegen. | | - Every record now gets | - A dedicated "default" constructor function for allocating its members. | - this is used when the variable is declared. It initializes members to | their default values. | - Note that this is different from default modelica record constructor. | The modelica constructor is used explictly. The "default" one is used | always on declaration. | - A dedicated copy function for copying its members. | - An array typedef to base_array. | - A macro for creating an array of the record. | - This uses the constructor function to create each element of the array. | - This uses generic array function with the record size. | - A macro for copying an array | - This uses the copy function to copy each element of the array. | - A macro getter to access elements of the array. | - this uses the proper casting on the returned type. | | - We now keep bindings in TYPES_VARS in when creating a record declaration | in SimCode structure. The bindings are used as default values by the "default" | constructor. | | - Bindings of a derived record declaration are handled properly now. | - If a record is a derived record with modifications, then bindings of the modifications | are available in the declration scope. | record A = B(k=exp); A r; // 'exp' needs to be passed to the constrcutor | => A_construct(A* r, exp) {...; r->k = exp; ...} | This means a default constrcutor will need those bindings passed to it explictly | if it is to work correctly. Now every TYPES_VAR of a record has a boolean attribute | specifiying whether it is bound from outside or not. | | - When collecting used functions in the BACKEND we traverse bindings of record members. | - Right now this is needed because some functions get inlined and are not used by the | equation system even though the model has instances of the record (since we generate | constructors now we need them to be visiable even if the record is never used in a function). | - The proper way to fix this would be to check if a record is used in a function and | only then generate a constrcutor. OR another option is to also traverse record member | bindings when doing inlining of functions (which is not done right now.) | This seemed to be the simplest and probably quickest way even though we sometimes may | generate a function even though it is not really used (very rarely). | | - Fixed copying of records in the simulation context. | | - If a record is being copied to simulation vars we need special handling. | This is because there is no structure to simvars. The variables are scattered. | Therefore there is now a copy function that writes a given record to the corresponding | element in the simvars arrays. | | The generated function _copy_to_vars(RecType* src, .../*simvars locations*/) is used to achive this. | | - Improved generation of component references in function context | - We can now handle qualified crefs with subscripts anywhere in the cref. | - This is done uniformly in functionContextCref template. Try to use this everywehre. | | - CONTEXT_FUNCTION now has a cref prefix | - This is prepeneded to any cref generated in function context. This gives us some scope | control. E.g. it is used in record constructor functions to make all local variable accesses | prepended to a specific record name that is passed as input to the function. | | - Unknown size array handling. | - Arrays of unknown size are arrays where at least one dimension is unknown. | - If an unknown size array is declared with a default value, i.e. a binding, | then it has fixed dimension sizes equal to the binding. | - However if the unknown size array is declared with out a binding then it | is considered flexible and can change sizes as needed. | - The array representation in the runtime system ,i.e. base_array, now has a | new memeber .flexible to signify this. | | - Handle array expressions of records i.e. {c1,c2,..} properly | - Array expressions of records are handled a bit more cleanly now. | - Do not sort record member variables in the record declaration. This is just absurd. | | - instDims in SimCodeFunction.VARIABLE is now list not list. | This Helps to normalize handling od dimension expressions. | - We really need to normalize the handling of dimension and subscript | - Plus dimension and subscript related functions are not exchangable. | Constructs are interpreted differntly as dimension compared to subscript | and vice versa. | - template dimension() now takes context as input. This is needed. | | - Some more minor fixes. | - Casting of call expressions which return records is handled explictly now. | - Change handling of casts. | - Casts to modelica_integer are disabled for now. | - Casts to records with different number of members are disabled for now. | - Remove PARALLE_FUNCTION_CONTEXT | - Use a boolean value in FUNCTION_CONTEXT instead. Most of what we do for these contexts is very similar. | - Fix and rename sortIntN to countingSort. | - The function can now handle non-unique lists. | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/FFrontEnd/FBuiltin.mo | M OMCompiler/Compiler/FFrontEnd/FGraph.mo | M OMCompiler/Compiler/FFrontEnd/FNode.mo | M OMCompiler/Compiler/FrontEnd/CevalFunction.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/Inline.mo | M OMCompiler/Compiler/FrontEnd/InnerOuter.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstBinding.mo | M OMCompiler/Compiler/FrontEnd/InstSection.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/InstVar.mo | M OMCompiler/Compiler/FrontEnd/Lookup.mo | M OMCompiler/Compiler/FrontEnd/Patternm.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/FrontEnd/Types.mo | M OMCompiler/Compiler/FrontEnd/ValuesUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/StaticScript.mo | M OMCompiler/Compiler/Script/SymbolTable.mo | M OMCompiler/Compiler/SimCode/SimCodeFunction.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/CodegenAdevs.tpl | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/CodegenCFunctions.tpl | M OMCompiler/Compiler/Template/CodegenCSharp.tpl | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/Compiler/Template/CodegenSparseFMI.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/List.mo | M OMCompiler/SimulationRuntime/c/openmodelica_types.h | M OMCompiler/SimulationRuntime/c/util/boolean_array.c | M OMCompiler/SimulationRuntime/c/util/generic_array.c | M OMCompiler/SimulationRuntime/c/util/generic_array.h | M OMCompiler/SimulationRuntime/c/util/integer_array.c | M OMCompiler/SimulationRuntime/c/util/real_array.c | M OMCompiler/SimulationRuntime/c/util/string_array.c | M testsuite/flattening/modelica/records/RecordNonPublic.mo | * commit 4772e5fa35f11dd708b10a7016c61d66c3a1b25b | Author: kabdelhak | Date: Wed Oct 2 14:57:37 2019 +0200 | | [BE] fix zero crossing detection iterator | - use dummy $$$ var instead of real 0.0 val | | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | * commit 3b5fdf83afd41607c89746aceef60949c74d3dff | Author: Adeel Asghar | Date: Wed Oct 2 14:23:40 2019 +0200 | | ticket:5646 Disable call to GitCommands until its fully implemented. | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit 1ba9373c3c510832f69772d0bf6af9fcb1ce3f82 | Author: Adeel Asghar | Date: Tue Oct 1 13:52:00 2019 +0200 | | Get rid of warnings | | M OMEdit/OMEdit/OMEditGUI/Animation/ExtraShapes.cpp | M OMEdit/OMEdit/OMEditGUI/Animation/ExtraShapes.h | M OMEdit/OMEdit/OMEditGUI/Animation/FMUWrapper.cpp | M OMEdit/OMEdit/OMEditGUI/Animation/ViewerWidget.h | M OMEdit/OMEdit/OMEditGUI/Animation/Visualizer.h | M OMEdit/OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp | M OMEdit/OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Component/Component.h | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.h | M OMEdit/OMEdit/OMEditGUI/Component/CornerItem.h | M OMEdit/OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.h | M OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h | M OMEdit/OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h | M OMEdit/OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h | M OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp | M OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/CEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/CompositeModelEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/HTMLEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/MetaModelicaEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/OMSimulatorEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/TextEditor.h | M OMEdit/OMEdit/OMEditGUI/Editors/TransformationsEditor.h | M OMEdit/OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Git/RevertCommitsDialog.cpp | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/MainWindow.h | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.h | M OMEdit/OMEdit/OMEditGUI/Modeling/DocumentationWidget.h | M OMEdit/OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ItemDelegate.h | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.h | M OMEdit/OMEdit/OMEditGUI/OMEdit.config.in | M OMEdit/OMEdit/OMEditGUI/OMEditApplication.h | M OMEdit/OMEdit/OMEditGUI/OMEditGUI.pro | M OMEdit/OMEdit/OMEditGUI/OMS/BusDialog.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/BusDialog.h | M OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.h | M OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.h | M OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.h | M OMEdit/OMEdit/OMEditGUI/Simulation/OpcUaClient.h | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h | M OMEdit/OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.h | M OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp | M OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h | M OMEdit/OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h | M OMEdit/OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Utilities.h | M OMEdit/OMEdit/OMEditGUI/main.cpp | * commit 990f1750c120208c42a44e16d0c61f8b2659fc62 | Author: Adeel Asghar | Date: Tue Oct 1 12:39:15 2019 +0200 | | Remove the array index braces only once | | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.h | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.h | * commit f42a582f725d0cb7686ddb6cdebfb5d64c85bf01 | Author: Adrian Pop | Date: Tue Oct 1 11:50:55 2019 +0200 | | update libs | | M .CI/compliance-newinst.failures | M libraries | * commit 422e08e262c770da8334741636f7cc4a859c0746 | Author: Adeel Asghar | Date: Tue Sep 24 11:19:18 2019 +0200 | | Handle connectorSizing with array connectors | | Fixes ticket:5628 and ticket:5629 | | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Component/Component.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.h | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | * commit 9f1f788c3b27d59b1ec5ae04aac6e923a9a4843c | Author: kabdelhak | Date: Thu Sep 26 16:23:01 2019 +0200 | | [BE] update sanity check for artificial states | - replace der operator before differentiation | - ticket 5459 | - fixup testsuite | | M OMCompiler/Compiler/BackEnd/Matching.mo | M testsuite/omsimulator/DualMassOscillator_cs.mos | M testsuite/omsimulator/DualMassOscillator_me.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos | * commit 201d5a1ba412e7d9f114b7d98014155bf1ff5ce1 | Author: Karim Abdelhak | Date: Sat Sep 21 15:41:44 2019 +0200 | | [testsuite] fixup for ticket 5459 | | M testsuite/omsimulator/DualMassOscillator_cs.mos | M testsuite/omsimulator/DualMassOscillator_me.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos | M testsuite/simulation/modelica/indexreduction/PantelidesSingular.mos | M testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos | M testsuite/simulation/modelica/inheritances/Ticket4258a.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos | * commit ad95e1a338b6da41309d67738e5ffbfc46c17865 | Author: kabdelhak | Date: Fri Sep 6 10:41:23 2019 +0200 | | [BE] implement sanity check for artificial states | - ticket 5459 | - revert some stateSelect.prefer based on partial derivatives | - revert stateSelect.prefer if contained in smooth(0, cr) | - force in stateSelect.never more rigorously | - make function tree more accessible when stuff gets differentiated | - add some convenience functions | | M OMCompiler/Compiler/BackEnd/AdjacencyMatrix.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/Util/Array.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/List.mo | * commit 33ce6e182dae8b30b8d46417acd6790d7777622d | Author: kabdelhak | Date: Mon Sep 2 11:11:15 2019 +0200 | | [BE] update state select prefer handling | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | M OMCompiler/Compiler/BackEnd/ResolveLoops.mo | * commit 77fc13e9105c2bc73c976539be81738b53e73d51 | Author: Adrian Pop | Date: Wed Sep 25 01:59:33 2019 +0200 | | update libs to latest | | M libraries | * commit b152e84581cc9551ba9e76506fe1a37a4ff01632 | Author: John | Date: Tue Sep 24 13:36:40 2019 +0200 | | Remove dup variable and legacy commented code (#444) | | * Update README.md | | Bump jenkins | | * Removed commented out function. Also removed variable | | M OMCompiler/Compiler/FFrontEnd/FGraphBuildEnv.mo | M README.md | * commit f7ba6ee9f458456f4f1d40994ee28340b82e822d | Author: Adrian Pop | Date: Thu Sep 19 15:22:43 2019 +0200 | | update libraries submodule to the latest | | M libraries | * commit 14c3d12d59f42a2a874e006955cdaa49c90845cb | Author: kabdelhak | Date: Thu Sep 19 16:22:42 2019 +0200 | | [BE] update function call differentiation | - ticket5459 | | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | * commit 57a0101ee7015aa7d12696a62270f550a289b013 | Author: arun3688 | Date: Wed Sep 18 13:25:40 2019 +0200 | | update phdthesis and scripting interface API | | M doc/UsersGuide/source/omjulia.rst | M doc/UsersGuide/source/ommatlab.rst | M doc/UsersGuide/source/ompython.rst | M doc/bibliography/openmodelica.bib | M doc/bibliography/phd.cite | * commit cfcdc38f76190e13c208e717bc7bc227535ee99c | Author: kabdelhak | Date: Wed Sep 18 12:06:57 2019 +0200 | | [BE] homotopy differentiation and matching | - ticket5459 | - use only actual input and not simplified | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | * commit 0a10b0d9996cf0c532d2cc6051fd90ba393e085f | Author: Per Östlund | Date: Wed Sep 18 12:46:07 2019 +0200 | | [NF] Mark parameter ranges as structural. | | - Mark parameter ranges as structural in a model context, to make sure | they get a known dimension. | | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 98f34a4c5440df7bcc5560645c9a07b8d8fa4d99 | Author: Adeel Asghar | Date: Wed Sep 18 09:32:29 2019 +0200 | | Enable or disable the paste action | | Depending on the validity of the clipboard data enable/disable the paste context menu item | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit 4e86690534967305548d09180ae1e6c6bcf49b5a | Author: Adeel Asghar | Date: Tue Sep 17 09:50:21 2019 +0200 | | Only run the tests when we should | | Avoid running the tests when all the commit files belongs to `skipTestsFilesList` otherwise run tests. | | M .CI/common.groovy | M Jenkinsfile | * commit 66641cb7051c20446b710f2cb5ac2219de7a9753 | Author: Adeel Asghar | Date: Tue Sep 17 10:49:52 2019 +0200 | | Don't use the default component name to find a new unique name | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit f13a64bf4f876e17f38605c2e48b9ad442dd8be3 | Author: arun3688 | Date: Mon Sep 16 19:38:03 2019 +0200 | | update phd thesis | | M doc/bibliography/openmodelica.bib | M doc/bibliography/phd.cite | * commit 368c7057907628e56b99fc753a50c2146be8920b | Author: Adeel Asghar | Date: Wed Sep 4 17:24:06 2019 +0200 | | ticket:4302 Fixed the distorted texts problem | | Also fixes ticket:4945 by adding ellipses to the text if its too big to fit. | | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.h | * commit f3eaba7963a52450b02f0a87cd272e5501c3b5b7 | Author: Adeel Asghar | Date: Mon Sep 16 14:13:25 2019 +0200 | | Update connection when both start and end connectors are rotated | | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.h | * commit e180ffce0116ce532d4d359e6954458a1732998d | Author: Adeel Asghar | Date: Mon Sep 16 11:31:28 2019 +0200 | | Set the focus on GraphicsView | | Once the shape properties dialog is closed then set the focus back to GraphicsView. | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit 3934eefc906cec2984b2563586b1d5780e481081 | Author: Adeel Asghar | Date: Fri Sep 13 11:39:49 2019 +0200 | | Better handling of context menus for graphics items | | This is needed so we can create context menus when multiple items are selected. | | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Component/Component.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.h | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.h | * commit bf603de8e77831bd0a9eac886d130db6fa9bcdb5 | Author: arun3688 | Date: Fri Sep 13 11:48:13 2019 +0200 | | update OMPython-OMjulia-OMMatlab documentation | | M doc/UsersGuide/source/omjulia.rst | M doc/UsersGuide/source/ommatlab.rst | M doc/UsersGuide/source/ompython.rst | * commit e613a91d65983172329b338c6b4cf521a07f5bea | Author: Adeel Asghar | Date: Thu Sep 12 10:56:43 2019 +0200 | | Merged the mouse and keyboard delete functionality | | Made ShapeAnnotation::duplicate() pure virtual. | Don't allow making transitions from non-existing classes. | Emit component added signal when duplicating a component. | | M OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Component/Component.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | * commit e95f9c9bdb05ae0a9edab736b02d90d132ff1ee6 | Author: Adrian Pop | Date: Wed Sep 11 23:11:25 2019 +0200 | | update OMSimulator to latest | | M OMSimulator | * commit e87237ff28a428e94751bd95e9cef2b2060a932b | Author: Adrian Pop | Date: Wed Sep 11 13:28:00 2019 +0200 | | update libraries to latest | | M OMSimulator | * commit 6daedb79052ba27e0b36c9b018b7df832967f2be | Author: johti | Date: Tue Aug 20 16:59:45 2019 +0200 | | The utilities modules are no longer a part of MetaModelica.jl | | M OMCompiler/Compiler/Template/AbsynToJulia.tpl | * commit 459088b1609f2adece194b3bcfd3a42110ab1e91 | Author: Martin Sjölund | Date: Mon Aug 19 17:06:15 2019 +0200 | | Remove MMToJulia (old implementation) | | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit dbad4046b94a92c3d1b30d99a1dccaf2fce0adca | Author: johti | Date: Mon Aug 19 01:56:21 2019 +0200 | | Removed unused AbsynUtil import in SCode | | M OMCompiler/Compiler/FrontEnd/SCode.mo | * commit 21cd3b6f3359bf5d7ba4e0b9e0e40ef0ba28ed1b | Author: johti | Date: Mon Aug 19 01:55:59 2019 +0200 | | Added MetaScript | | A OMCompiler/toJulia/generateTranslationTemplate.el | * commit ecba9bc10e399c7f12960261636463f68e0ed902 | Author: adrpo | Date: Mon Aug 19 00:04:23 2019 +0200 | | update OMOptim, OMSimulator, libraries to master | | M OMSimulator | * commit e1dd27458bfe642d300d553369143d68e41940ee | Author: adrpo | Date: Sun Aug 18 23:39:19 2019 +0200 | | fix bootstrapping | | M OMCompiler/Compiler/Template/Makefile.common | * commit 914ddcc8ff96ba4242276fea65335cdd16700e2f | Author: johti | Date: Sun Aug 18 20:55:29 2019 +0200 | | Minor updates to the transpiler | | M OMCompiler/Compiler/Template/AbsynToJulia.tpl | * commit 8a06f29285d4ebb177268ea91281af3e1ca35fda | Author: johti | Date: Sun Aug 18 17:30:14 2019 +0200 | | Adjusted MMToJuliaUtil after the changes to DLList | | M OMCompiler/Compiler/Script/MMToJuliaUtil.mo | * commit a8736665f3c7887e8222f288e387f679fef9fa7f | Author: johti | Date: Sat Aug 17 19:14:39 2019 +0200 | | All tests now passes after the latest changes to MetaModelica.jl | | A testsuite/julia/MMToJuliaTestSuite/.gitignore | A testsuite/julia/MMToJuliaTestSuite/OutputAlgorithms/.gitignore | D testsuite/julia/MMToJuliaTestSuite/OutputAlgorithms/Algorithms.jl | D testsuite/julia/MMToJuliaTestSuite/OutputPrimitives/BoolTests.jl | M testsuite/julia/MMToJuliaTestSuite/SemanticCheckPrimitives/testRealSemantics.jl | M testsuite/julia/MMToJuliaTestSuite/makefile | M testsuite/julia/MMToJuliaTestSuite/syntaxCheck.jl | * commit b80b80cbd3d25e2b9ba1b70e2d516f20ae9eb10e | Author: johti | Date: Sat Aug 17 16:30:20 2019 +0200 | | Reverted volatile in the parser for now | | M OMCompiler/Parser/Modelica.g | * commit 66953f7ed3975b8e27838bac91b21137d42edc38 | Author: johti | Date: Fri Aug 16 21:02:59 2019 +0200 | | Added basic sanity test for the Julia transpiler | | Removed emacs temporaries | | Added basic sanity test for the Julia transpiler | | Removed emacs temporaries | | Removed old MMToJuliaTestSuite | | R100 OMCompiler/toJulia/MMToJuliaTestSuite/Algorithms/Algorithms.mo testsuite/julia/MMToJuliaTestSuite/Algorithms/Algorithms.mo | R100 OMCompiler/toJulia/MMToJuliaTestSuite/MatchExpressions/MatchExpressions.mo testsuite/julia/MMToJuliaTestSuite/MatchExpressions/MatchExpressions.mo | A testsuite/julia/MMToJuliaTestSuite/OutputAlgorithms/Algorithms.jl | A testsuite/julia/MMToJuliaTestSuite/OutputPrimitives/BoolTests.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/Primitives/BoolTests.mo testsuite/julia/MMToJuliaTestSuite/Primitives/BoolTests.mo | R100 OMCompiler/toJulia/MMToJuliaTestSuite/Primitives/IntegerTests.mo testsuite/julia/MMToJuliaTestSuite/Primitives/IntegerTests.mo | R100 OMCompiler/toJulia/MMToJuliaTestSuite/Primitives/RealTests.mo testsuite/julia/MMToJuliaTestSuite/Primitives/RealTests.mo | R100 OMCompiler/toJulia/MMToJuliaTestSuite/README.md testsuite/julia/MMToJuliaTestSuite/README.md | R100 OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/tableu.jl testsuite/julia/MMToJuliaTestSuite/SemanticCheckPrimitives/tableu.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testAlgorithms.jl testsuite/julia/MMToJuliaTestSuite/SemanticCheckPrimitives/testAlgorithms.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testBooleanSemantics.jl testsuite/julia/MMToJuliaTestSuite/SemanticCheckPrimitives/testBooleanSemantics.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testIntegerSemantics.jl testsuite/julia/MMToJuliaTestSuite/SemanticCheckPrimitives/testIntegerSemantics.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testMatchSemantics.jl testsuite/julia/MMToJuliaTestSuite/SemanticCheckPrimitives/testMatchSemantics.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testRealSemantics.jl testsuite/julia/MMToJuliaTestSuite/SemanticCheckPrimitives/testRealSemantics.jl | A testsuite/julia/MMToJuliaTestSuite/makefile | R100 OMCompiler/toJulia/MMToJuliaTestSuite/runAllTests.jl testsuite/julia/MMToJuliaTestSuite/runAllTests.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/runSemanticCheck.jl testsuite/julia/MMToJuliaTestSuite/runSemanticCheck.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/runSyntaxCheck.jl testsuite/julia/MMToJuliaTestSuite/runSyntaxCheck.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/semanticCheck.jl testsuite/julia/MMToJuliaTestSuite/semanticCheck.jl | R086 OMCompiler/toJulia/MMToJuliaTestSuite/syntaxCheck.jl testsuite/julia/MMToJuliaTestSuite/syntaxCheck.jl | R100 OMCompiler/toJulia/MMToJuliaTestSuite/testsuiteUtil.jl testsuite/julia/MMToJuliaTestSuite/testsuiteUtil.jl | A testsuite/julia/metaModelicaToJulia.jl | * commit 92d0b8f482fdf35de2741f5900ca5dd0243c8da5 | Author: Martin Sjölund | Date: Tue Aug 13 13:24:47 2019 +0200 | | Updated grammar to not crash on GC | | When GC occurred in the middle of a call like | `Absyn_ABC(SOME(a),SOME(b))`, we would call Julia to allocate nodes | twice but then the first temporary would not be protected against | garbage collection. | | M OMCompiler/Parser/Modelica.g | M OMCompiler/toJulia/Parser/loadMSL.jl | * commit 9d9ebe890dd29f262eb81e4243c73c6ae8ccb0c9 | Author: Adrian Pop | Date: Fri Aug 9 14:57:38 2019 +0300 | | use julia gc during parsing | - use finally in ANTRL3 | - define JL_GC_PUSHNN where NN > 6 and NN < 12 | | M OMCompiler/Parser/Modelica.g | M OMCompiler/Parser/ModelicaParserCommon.h | M OMCompiler/Parser/Parser_jl.c | * commit a6a3d38249c7711e3e5eb810f675c3e6670f18c5 | Author: johti | Date: Mon Aug 12 18:31:06 2019 +0200 | | Removed non needed replaceable declarations | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | * commit 21faef8fb58b412e2a8a1ef7bdca4ee3a0a53538 | Author: johti | Date: Mon Aug 12 18:26:34 2019 +0200 | | Removed redundant replaceable declaration | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | * commit bbb7fe74a60e7b3d4c3bfcf122048c8db1481935 | Author: johti | Date: Mon Aug 12 15:07:24 2019 +0200 | | Updated tests | | M OMCompiler/toJulia/MMToJuliaTestSuite/Algorithms/Algorithms.mo | M OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testAlgorithms.jl | * commit ab563e2e632735274057593019b351a1b0fe5acc | Author: johti | Date: Mon Aug 12 15:05:31 2019 +0200 | | Use Martins solution to the typestability issue for cons | | M OMCompiler/Compiler/Template/AbsynToJulia.tpl | * commit 0e2f09b3744b6722f663c2480de3e0d539d1aceb | Author: Martin Sjölund | Date: Tue Aug 6 14:16:09 2019 +0200 | | Start tracking allocations with JL_GC_PUSH | | M OMCompiler/Parser/Modelica.g | M OMCompiler/Parser/ModelicaParserCommon.h | M OMCompiler/Parser/Parser_jl.c | * commit 7519656142ab17d898dfbe08c1886664717a8b92 | Author: Martin Sjölund | Date: Mon Aug 5 08:41:54 2019 +0200 | | Used typed cons calls in more places | | M OMCompiler/Parser/MetaModelicaJuliaLayer.c | M OMCompiler/Parser/MetaModelicaJuliaLayer.h | M OMCompiler/Parser/Modelica.g | * commit 1848a173ced3a0f370aecfe27e44763ec1bc6100 | Author: Adrian Pop | Date: Sat Aug 3 14:56:29 2019 +0300 | | make the Modelica Julia parser work on Windows | | M OMCompiler/Parser/Makefile.omdev.mingw | M OMCompiler/Parser/ModelicaParserCommon.h | M OMCompiler/Parser/Parser_jl.c | M OMCompiler/toJulia/Parser/OpenModelicaParser.jl | * commit db5872ac0c3162e484b715d2c8f8f50de293fc4d | Author: Martin Sjölund | Date: Fri Aug 2 18:27:09 2019 +0200 | | Add the missing Parser scripts | | A OMCompiler/toJulia/Parser/OpenModelicaParser.jl | A OMCompiler/toJulia/Parser/loadMSL.jl | * commit a7e68fbb6efdebf88c81c904545bfe3cbb9106e1 | Author: Martin Sjölund | Date: Fri Aug 2 17:04:21 2019 +0200 | | MSL can now be parsed | | In particular, I added a typed cons function which should be added everywhere | in the parser as it should improve efficiency by a lot. | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/FrontEnd/CevalFunction.mo | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/MidCode/DAEToMid.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Template/Unparsing.tpl | M OMCompiler/Parser/BaseModelica_Lexer.g | M OMCompiler/Parser/Makefile.common | M OMCompiler/Parser/MetaModelicaJuliaLayer.c | M OMCompiler/Parser/MetaModelicaJuliaLayer.h | M OMCompiler/Parser/Modelica.g | M OMCompiler/Parser/ModelicaParserCommon.h | A OMCompiler/Parser/OpenModelicaJuliaHeader.c | M OMCompiler/Parser/OpenModelicaJuliaHeader.h | M OMCompiler/Parser/Parser_jl.c | * commit 95cf4565070d967288145a913a1d4e67bc682094 | Author: Adrian Pop | Date: Wed Sep 11 22:44:13 2019 +0200 | | Added MetaModelica to Julia branch (edited, no OMEdit) | | M OMCompiler/.gitignore | M OMCompiler/Compiler/FrontEnd/Absyn.mo | M OMCompiler/Compiler/FrontEnd/AbsynToSCode.mo | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/Graphviz.mo | M OMCompiler/Compiler/FrontEnd/MetaUtil.mo | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/FrontEnd/SCode.mo | M OMCompiler/Compiler/FrontEnd/SCodeDump.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/Global/Global.mo | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | A OMCompiler/Compiler/Script/MMToJuliaUtil.mo | M OMCompiler/Compiler/Stubs/NFInstDump.mo | M OMCompiler/Compiler/Stubs/SimCode.mo | M OMCompiler/Compiler/Stubs/SimCodeUtil.mo | M OMCompiler/Compiler/Template/AbsynDumpTV.mo | A OMCompiler/Compiler/Template/AbsynJLDumpTpl.tpl | A OMCompiler/Compiler/Template/AbsynToJulia.tpl | A OMCompiler/Compiler/Template/AbsynToJuliaTV.mo | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Template/SCodeTV.mo | M OMCompiler/Compiler/Template/Unparsing.tpl | M OMCompiler/Compiler/Util/Array.mo | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/Util/Util.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Parser/BaseModelica_Lexer.g | A OMCompiler/Parser/GenerateJLHeader.mos | M OMCompiler/Parser/Makefile.common | A OMCompiler/Parser/MetaModelicaJuliaLayer.c | A OMCompiler/Parser/MetaModelicaJuliaLayer.h | M OMCompiler/Parser/Modelica.g | M OMCompiler/Parser/ModelicaParserCommon.h | A OMCompiler/Parser/OpenModelicaJuliaHeader.h | A OMCompiler/Parser/Parser_jl.c | A OMCompiler/toJulia/Absyn.mos | A OMCompiler/toJulia/AbsynToGraphviz.mos | A OMCompiler/toJulia/AbsynToSCode.mos | A OMCompiler/toJulia/AbsynUtil.mos | A OMCompiler/toJulia/Clean.jl | A OMCompiler/toJulia/CreateUtils.mos | A OMCompiler/toJulia/Graphviz.mos | A OMCompiler/toJulia/MMToJuliaTestSuite/Algorithms/Algorithms.mo | A OMCompiler/toJulia/MMToJuliaTestSuite/MatchExpressions/MatchExpressions.mo | A OMCompiler/toJulia/MMToJuliaTestSuite/Primitives/BoolTests.mo | A OMCompiler/toJulia/MMToJuliaTestSuite/Primitives/IntegerTests.mo | A OMCompiler/toJulia/MMToJuliaTestSuite/Primitives/RealTests.mo | A OMCompiler/toJulia/MMToJuliaTestSuite/README.md | A OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/tableu.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testAlgorithms.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testBooleanSemantics.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testIntegerSemantics.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testMatchSemantics.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/SemanticCheckPrimitives/testRealSemantics.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/runAllTests.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/runSemanticCheck.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/runSyntaxCheck.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/semanticCheck.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/syntaxCheck.jl | A OMCompiler/toJulia/MMToJuliaTestSuite/testsuiteUtil.jl | A OMCompiler/toJulia/lex.jl | A OMCompiler/toJulia/lexer.jl | A OMCompiler/toJulia/metaModelicaToJulia.jl | A OMCompiler/toJulia/toJulia.jl | A OMCompiler/toJulia/tokens.jl | M OMSimulator | * commit 02f18afd34f3fcfd59c32ff5705163a28043eba0 | Author: Adrian Pop | Date: Wed Sep 11 13:36:55 2019 +0200 | | update libraries | | M libraries | * commit 2056452174116f9c2f7ad34e558586af3d1793c6 | Author: Adeel Asghar | Date: Wed Sep 11 14:31:16 2019 +0200 | | ticket: 5633 don't add a number to the first instance | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | * commit 540136ba7712b2dd377550fd50ee6d56db88d9be | Author: Adeel Asghar | Date: Wed Sep 11 13:19:51 2019 +0200 | | Only copy the connections where both start and end components are selected | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit af0b7bfee4a20b6393f7fe5106b545b093cf7c34 | Author: Adeel Asghar | Date: Tue Sep 10 14:37:39 2019 +0200 | | Added more items in AutoCompletion package | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit 7bcccd3bfdd046b220b54814d0ff49fb048b9060 | Author: Adeel Asghar | Date: Tue Sep 10 14:44:24 2019 +0200 | | Only set the displayUnit if its really changed | | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp | * commit 7aa92c12411c2b20871903c663d8a5809d873649 | Author: Adeel Asghar | Date: Tue Sep 10 11:33:26 2019 +0200 | | Set the focus to active view when ModelWidget is changed | | Create a proper text annotation string. | | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit 16d9afbb4925baceb9ab4c19995738c26e76c0d8 | Author: johti | Date: Mon Sep 9 12:47:27 2019 +0200 | | Removed redundant decls | | M OMCompiler/Compiler/FFrontEnd/FMod.mo | * commit 7fe727d0081e7c0c6e4cb5bfc2986ad18263c04c | Author: arun3688 | Date: Mon Sep 9 16:53:05 2019 +0200 | | add OMMatlab documentation | | M doc/UsersGuide/source/ommatlab.rst | * commit db329f7ec64cb523a115232c72e7e51791e17e06 | Author: Adeel Asghar | Date: Mon Sep 9 09:59:05 2019 +0200 | | ticket:5622 validate the text | | When users double clicks to open a new model then validate the text of the existing model before switching if it is changed. | | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | * commit 1ff9a98ba26efb167bed61877e61cc5b0a2867b5 | Author: Karim Abdelhak | Date: Sun Sep 8 19:01:58 2019 +0200 | | [Template] add linearization dump languages | - ticket 5626 | - added julia and python | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Util/Flags.mo | * commit bc1d4b89282bb7717264979fd5fbcaa4cfb8ea63 | Author: Karim Abdelhak | Date: Fri Sep 6 20:29:16 2019 +0200 | | [Template] add linearize dumping options | - ticket 5626 | - basic matlab dumping option | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Util/Flags.mo | * commit 13274ae75514c27d93ba0276443dcbebb0497655 | Author: Anatoly Trosinenko | Date: Sat Sep 7 08:55:17 2019 +0300 | | OMEdit: drawing-related optimizations | | QGraphicsScene::items() sorts its items on each invocation, so avoid | using it in cases such as scene()->items().contains(...). | | Drop unused mpResizerRectangle. | | M OMEdit/OMEdit/OMEditGUI/Component/Component.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.h | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | * commit f6e91d01af2823ff673ecde971d4fa83b5f750e7 | Author: Adrian Pop | Date: Fri Sep 6 20:13:50 2019 +0200 | | bump libraries | | M libraries | * commit be00c7f92fd5567fa1ad6a3a6f61def91ad22c72 | Author: kabdelhak | Date: Tue Sep 3 14:04:01 2019 +0200 | | [BE] update DAEmode auxillary var handling | | M OMCompiler/Compiler/BackEnd/DAEMode.mo | * commit d20fefb0218e246fcb4362af9cbf7492d96240a6 | Author: Robert Braun | Date: Mon Sep 2 10:50:55 2019 +0200 | | Browse button for external TLM start scripts | | M OMEdit/OMEdit/OMEditGUI/OMS/ModelDialog.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/ModelDialog.h | * commit a1c86e59759cbb0b0f3359293f8d04cea4f3d052 | Author: Anatoly Trosinenko | Date: Mon Aug 19 10:57:31 2019 +0300 | | Do not mix annotation completions and other ones | | Do not annoy user with keywords when completing a class name | | M OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp | M OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.h | * commit 120858d4e7d70fb366bcd7873368bed146b41cf8 | Author: Adeel Asghar | Date: Tue Aug 27 09:04:40 2019 +0200 | | Implemented cut copy paste functionality for graphical items | | Fixes ticket:3776 | | M OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Component/Component.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.h | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/MainWindow.h | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.h | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.h | M OMEdit/OMEdit/OMEditGUI/Util/Utilities.h | * commit 2eedaef09a455ca2febe3e92718ec67ada13cc8f | Author: perost | Date: Thu Aug 29 14:46:16 2019 +0200 | | [NF] Unit checking fixes. (#412) | | - Add bar to the list of known units. | - Print failtrace when the unit parser fails. | - Pass the string to unit table when calling parseUnitString to avoid | constructing the default table over and over. | | M OMCompiler/Compiler/NFFrontEnd/NFUnit.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | * commit 0cf0b1ebfb2f5e38c7e7f6d59578a4e1c83e9f5a | Author: perost | Date: Thu Aug 29 13:35:49 2019 +0200 | | [NF] Restrict imports in composite names. (#411) | | - Make it illegal to use imported names in any part of a composite name | except for the first identifier. | | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/Util/Error.mo | A testsuite/flattening/modelica/scodeinst/ImportInCompositeName1.mo | A testsuite/flattening/modelica/scodeinst/ImportInCompositeName2.mo | D testsuite/flattening/modelica/scodeinst/ImportNested1.mo | D testsuite/flattening/modelica/scodeinst/ImportNested2.mo | M testsuite/flattening/modelica/scodeinst/ImportSubPackage1.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 02516b2b9cb784b717b50c0aa66378d45e009e34 | Author: kabdelhak | Date: Wed Aug 28 12:34:45 2019 +0200 | | [BE] update non linear iteration var dump | | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos | * commit 34e9358ab730d7dd3c64f71071364e7cd17b30d6 | Author: Anatoly Trosinenko | Date: Mon Aug 26 23:00:27 2019 +0300 | | Cache some frequently created icons | | M OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.cpp | M OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/OMEditGUI.pro | A OMEdit/OMEdit/OMEditGUI/Util/ResourceCache.cpp | A OMEdit/OMEdit/OMEditGUI/Util/ResourceCache.h | M OMEdit/OMEdit/OMEditGUI/Util/StringHandler.cpp | * commit c8a55466375bb9b182190d2c4f4147e0e015fe16 | Author: perost | Date: Mon Aug 26 11:31:10 2019 +0200 | | [NF] Implement ModelicaStrings external functions. (#408) | | - Add the remaining ModelicaStrings functions from ModelicaExternalC. | - Rename Strings_advanced_* to Strings_*, the functions should be named | after the external functions they implement, not after the library | functions that use them. | - Fix return type of scanReal. | | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/Util/ModelicaExternalC.mo | * commit b57b29f0ece17210b179c172f0935bc3982527e2 | Author: Martin Sjölund | Date: Sun Aug 25 13:35:54 2019 +0200 | | Fix author in bibliography | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | * commit 84d09a4a27ab0c4384cb9990e9f1f9221cf60400 | Author: AnHeuermann | Date: Fri Aug 23 16:51:02 2019 +0200 | | Hotfix for failing libraries from commit 85d9636 | | - Suppresses error but doesn't solve the underlying problem with | `checkNonLinDependecies` function | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos | * commit 679b05e9c4380830dc8cc8b84557053377b1e9ca | Author: Adeel Asghar | Date: Thu Aug 22 14:04:35 2019 +0200 | | Update the array plots on the re-simulation | | M OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | * commit 1509b427a009de45e582915033f89bcb367cf2b4 | Author: perost | Date: Thu Aug 22 13:25:01 2019 +0200 | | Merge pull request #403 from perost/nfinst3 | | [NF] Add scanInteger to known external functions. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/Util/ModelicaExternalC.mo | * commit 1b470a55de93768d62db119873cc0e12f3cdf196 | Author: Per Östlund | Date: Thu Aug 22 10:45:44 2019 +0200 | | [NF] Implemented unit checking for FlatModel. | | - Copied NFFrontEnd/NFUnit* to FrontEnd/FUnit*, since it's using old | frontend structures and is used by the old frontend. | - Adapted NFUnit/NFUnitCheck for the FlatModel structure rather than | the old DAE structure. | - Moved unit checking before model simplification. | - Removed the workaround in EvalConstants for the unit checking, | since EvalConstants is now done after unit checking. | - Copied NFunitcheck test folder to Funitcheck, since it was in fact | only testing the old frontend, and changed the NFunitcheck tests to | use the new frontend. | | A OMCompiler/Compiler/FrontEnd/FHashTableCrToUnit.mo | A OMCompiler/Compiler/FrontEnd/FHashTableStringToUnit.mo | A OMCompiler/Compiler/FrontEnd/FHashTableUnitToString.mo | A OMCompiler/Compiler/FrontEnd/FUnit.mo | A OMCompiler/Compiler/FrontEnd/FUnitCheck.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | M OMCompiler/Compiler/NFFrontEnd/NFHashTableCrToUnit.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnit.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFVariable.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/Makefile | M testsuite/flattening/modelica/scodeinst/OCGTests.mos | A testsuite/simulation/modelica/Funitcheck/Makefile | A testsuite/simulation/modelica/Funitcheck/UnitCheck1.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck10.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck11.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck12.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck13.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck14.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck15.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck16.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck17.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck2.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck3.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck4.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck5.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck6.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck7.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck8.mos | A testsuite/simulation/modelica/Funitcheck/UnitCheck9.mos | A testsuite/simulation/modelica/Funitcheck/Unitcheck18.mos | A testsuite/simulation/modelica/Funitcheck/ticket3631.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck1.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck10.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck11.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck12.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck13.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck14.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck15.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck16.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck17.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck2.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck3.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck4.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck5.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck6.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck7.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck8.mos | M testsuite/simulation/modelica/NFunitcheck/UnitCheck9.mos | M testsuite/simulation/modelica/NFunitcheck/ticket3631.mos | M testsuite/simulation/modelica/unitcheck/UnitCheck17.mos | * commit 6f47f449b4455277b4206587209d20d3b8e8fc83 | Author: arun3688 | Date: Thu Aug 22 11:24:09 2019 +0200 | | update master thesis | | M doc/bibliography/msc.cite | M doc/bibliography/openmodelica.bib | * commit 6a1d918828e27a466d21cf25b8b8c742d6d974e7 | Author: Adeel Asghar | Date: Wed Aug 21 10:01:05 2019 +0200 | | ticket:5618 Disable the unit drop down when we have a symbolic parameter | | Unit conversions are only done for literal constants. When we have an expression then we just use the default unit. | | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.h | M OMEdit/OMEdit/OMEditGUI/Util/Utilities.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Utilities.h | * commit 9e65e64bd7078edd7278f1002ec87740af30ca5f | Author: Andreas Heuermann | Date: Mon Aug 19 10:18:22 2019 +0200 | | Fixed indentation and avoided "if if" construct | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit 17381f217276d4d90170061755e8042745fcb622 | Author: Andreas Heuermann | Date: Wed Aug 21 11:03:53 2019 +0200 | | Fixed some warnings in ida_solver.c and dassl.c | | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.c | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | * commit 3fca764010ec2f09ea23e4290a7535ebdded6345 | Author: Martin Sjölund | Date: Thu Aug 22 07:21:21 2019 +0200 | | Include full name of author | | M doc/bibliography/openmodelica.bib | * commit 7fbab404759c2ceb7a87ed8279fa07b0e7a8645e | Author: AnHeuermann | Date: Fri Jul 26 14:17:54 2019 +0200 | | Windows Subsystem for Linux build instructions | | A OMCompiler/README-Windows-WSL.md | M OMCompiler/README.md | * commit 0a18d896fea62add3098e26f361cbbc788bd467a | Author: Andreas Heuermann | Date: Thu Aug 15 15:19:19 2019 +0200 | | Created SparsePatternCref and SparsePatternCrefs type and changed dump function | | - Type to be used in BackEnd | - Changed printSparsityPattern to printSparsityPatternCrefs | - Use new type in printSparsityPatternCrefs | | Co-authored-by: wibraun | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M testsuite/openmodelica/debugDumps/dumpSparsePatternLin.mos | M testsuite/openmodelica/debugDumps/symjacdump.mos | * commit fa0a16123c0854b9666ff0c2aab2ddd924735112 | Author: Adeel Asghar | Date: Tue Aug 20 11:12:41 2019 +0200 | | Allow to change font sizes in plot windows | | The user can also set default font sizes for new plot windows via settings. | Use the plot setup window to update the font sizes of the existing plot windows. | | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.h | M OMEdit/OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp | M OMPlot/OMPlot/OMPlotGUI/Legend.cpp | M OMPlot/OMPlot/OMPlotGUI/OMPlot.h | M OMPlot/OMPlot/OMPlotGUI/Plot.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | * commit 0fab3485d302ea6e4b5854e2522465bfa1a22d6e | Author: Andreas Heuermann | Date: Wed Jul 31 16:14:26 2019 +0200 | | Show warning when IDA should use uncolored jacobians. | | - IDA does not support jacobians without coloring | | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | * commit 7e68f577afa5a1f36a08e5d67df9549b5c27e168 | Author: adrpo | Date: Mon Aug 19 11:31:49 2019 +0200 | | update tests and libraries submodule | - base LargeFileChange.mos on MSL 3.2.3 as trunk changes radically lately | | M libraries | M testsuite/openmodelica/diff/LargeFileChange.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos | M testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos | M testsuite/simulation/modelica/external_functions/MDD_test.mos | * commit 8b8faf7d424b6f711a452b8b57905c1dfc328942 | Author: Per Östlund | Date: Mon Aug 19 12:15:46 2019 +0200 | | Don't attempt to simplify mod(x, 0). | | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | * commit 3a58ea45582b09f213705ac350debe41248b5546 | Author: Per Östlund | Date: Mon Aug 19 11:11:28 2019 +0200 | | [NF] Fix simplification of mod(x, 0). | | - Print error in Ceval.evalBuiltinMod when the second argument is 0. | - Ignore failures when trying to constant evaluate calls during | expression simplification, since failure to simplify an expression | shouldn't be an error. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | * commit 2ca8f1e957ff88b9e3466eb10ca30b96ffe662f3 | Author: johti | Date: Fri Aug 16 15:42:49 2019 +0200 | | The DoubleEndedList is no longer treated as package with methods | | Removed unecessary files | | Adjust for review comment | | Adjusted tests after refactoring | | Changed DoubleEndedListUtil, to DoubleEnded. The DoubleEndedList is now named MutableList | | Removed wrongly added file | | Corrected misspelling | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendInline.mo | M OMCompiler/Compiler/BackEnd/BackendVarTransform.mo | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/Tearing.mo | M OMCompiler/Compiler/BackEnd/ZeroCrossings.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/MidCode/DAEToMid.mo | M OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | R079 OMCompiler/Compiler/Util/DoubleEndedList.mo OMCompiler/Compiler/Util/DoubleEnded.mo | M OMCompiler/Compiler/Util/List.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/openmodelica/bootstrapping/UtilTest.mos | * commit d226fe5b25389fab07b278da5e9c7aea51c81a39 | Author: johti | Date: Tue Aug 13 13:35:50 2019 +0200 | | Removed cyclic dependency between Error and Util | | added missing file | | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/Util/List.mo | M OMCompiler/Compiler/Util/Util.mo | * commit c59e7a82440d0f97ae6a8707464f0aae369e47cd | Author: Martin Sjölund | Date: Fri Aug 16 12:01:52 2019 +0200 | | Moved function from AbsynToSCode that belong to Inst | | M OMCompiler/Compiler/FFrontEnd/FGraphBuild.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuildEnv.mo | M OMCompiler/Compiler/FrontEnd/AbsynToSCode.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstExtends.mo | M OMCompiler/Compiler/FrontEnd/Mod.mo | A OMCompiler/Compiler/FrontEnd/SCodeInstUtil.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 4d7ee8a9d265d168b4a23b3594afb77bd71e090d | Author: Martin Sjölund | Date: Fri Aug 16 09:04:57 2019 +0200 | | Use if-expression instead of match | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | * commit bcd3502e929bf689ccf40aec60d7ace54814978d | Author: Martin Sjölund | Date: Fri Aug 16 09:00:25 2019 +0200 | | Remove unnecessary failure calls | | M OMCompiler/Compiler/FrontEnd/AbsynToSCode.mo | * commit 28e53adbdfb02b9bbc8c50e6bba88c9d51716b37 | Author: Adeel Asghar | Date: Fri Aug 16 11:24:09 2019 +0200 | | Improved the PNG export quality of plots | | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | * commit 55e2dbda6231ea448016e4bd543a318e3ea9cbd0 | Author: Robert Braun | Date: Fri Jul 5 14:37:22 2019 +0200 | | Add external TLM models to OMSimulator models | | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.h | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.h | M OMEdit/OMEdit/OMEditGUI/OMS/ModelDialog.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/ModelDialog.h | M OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.h | A OMEdit/OMEdit/OMEditGUI/Resources/icons/import-tlmmodel.svg | M OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.h | M OMEdit/OMEdit/OMEditGUI/resource_omedit.qrc | M OMSimulator | * commit c4d95ff7ac387cf53947965cb841b97932e2f096 | Author: Adeel Asghar | Date: Thu Aug 15 11:55:16 2019 +0200 | | Added AutoCompletion package | | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit b8bff128521b22c1e279cd2ad81d50a9943a9635 | Author: Karim Abdelhak | Date: Thu Aug 15 10:36:53 2019 +0200 | | [BE] remove unused dumping functions | - ticket #5602 | | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos | * commit f96d9de096e8f2f12022340ee562420891a14dc9 | Author: Adeel Asghar | Date: Thu Aug 15 10:04:26 2019 +0200 | | ticket:5515 add some margin at the top and bottom of plot curves | | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.h | * commit f809ccf373a523cd6fedd25b1d4aec5b84efb807 | Author: Adeel Asghar | Date: Wed Aug 14 11:41:17 2019 +0200 | | Makesure we don't use a null region | | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | * commit 46971929befa0089139bdb78d0b0df2e532393c9 | Author: Adeel Asghar | Date: Wed Aug 14 10:37:21 2019 +0200 | | Ticket:5610 Implemented IconMap and DiagramMap support | | M OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.h | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.h | M OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.cpp | * commit 85d96360c18d5239b3805f8faa3e814e23c49e7e | Author: AnHeuermann | Date: Fri Jun 14 18:53:54 2019 +0200 | | [BE] update iteration var warning and dump | - ticket #5602 | - fixup testsuite | | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/flattening/modelica/modification/Bug3817.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC4.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC7.mos | M testsuite/openmodelica/cruntime/optimization/basic/TFC8.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop3.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop4.mos | M testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos | M testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos | M testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos | M testsuite/openmodelica/linearization/testRecordDiff.mos | M testsuite/openmodelica/linearization/test_06.mos | M testsuite/openmodelica/xml/Bug3857.mos | M testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos | M testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test11.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test12.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test4.mos | M testsuite/simulation/libraries/3rdParty/PNlib/Test9.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos | M testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos | M testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos | M testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos | M testsuite/simulation/modelica/algorithms_functions/ASubIfExp.mos | M testsuite/simulation/modelica/algorithms_functions/TupleReturn.mos | M testsuite/simulation/modelica/arrays/Bug3916.mos | M testsuite/simulation/modelica/built_in_functions/MeasureTime.mos | M testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos | M testsuite/simulation/modelica/daemode/testDAE10.mos | M testsuite/simulation/modelica/daemode/testDAEScaling.mos | M testsuite/simulation/modelica/daemode/testDAEp3.mos | M testsuite/simulation/modelica/daemode/testDAEp4.mos | M testsuite/simulation/modelica/daemode/testDAEp7.mos | M testsuite/simulation/modelica/functions_eval/CascodeCircuit.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos | M testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos | M testsuite/simulation/modelica/initialization/boundParameterExpUnfixed.mos | M testsuite/simulation/modelica/initialization/fullRobot.mos | M testsuite/simulation/modelica/initialization/homotopy1.mos | M testsuite/simulation/modelica/initialization/homotopy2.mos | M testsuite/simulation/modelica/initialization/homotopy3.mos | M testsuite/simulation/modelica/initialization/homotopy4.mos | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | M testsuite/simulation/modelica/initialization/homotopy5.mos | M testsuite/simulation/modelica/initialization/scaling1.mos | M testsuite/simulation/modelica/initialization/scaling2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos | M testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray2.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray3.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction1.mos | M testsuite/simulation/modelica/msl22/IdealGearBrake.mos | M testsuite/simulation/modelica/nonlinear_system/inverseTest.mos | M testsuite/simulation/modelica/nonlinear_system/nanTest.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinear.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/nonlinear_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem1.mos | M testsuite/simulation/modelica/nonlinear_system/problem12.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_kinsol.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem2.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem4.mos | M testsuite/simulation/modelica/nonlinear_system/problem4_symjac.mos | M testsuite/simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos | M testsuite/simulation/modelica/nonlinear_system/problem8_newton.mos | M testsuite/simulation/modelica/nonlinear_system/problem9.mos | M testsuite/simulation/modelica/others/Bug2432.mos | M testsuite/simulation/modelica/others/Bug2788.mos | M testsuite/simulation/modelica/others/Bug3023.mos | M testsuite/simulation/modelica/others/TestExpressionSolve.mos | M testsuite/simulation/modelica/others/TestSolve14.mos | M testsuite/simulation/modelica/others/TestSolve16.mos | M testsuite/simulation/modelica/others/TestSolve17.mos | M testsuite/simulation/modelica/others/TestSolve18.mos | M testsuite/simulation/modelica/parallel/ParallelPRV.mos | M testsuite/simulation/modelica/parameters/Engine1a_output.mos | M testsuite/simulation/modelica/tearing/Algorithm1-cel.mos | M testsuite/simulation/modelica/tearing/Algorithm1-celMC3.mos | M testsuite/simulation/modelica/tearing/Algorithm1-omc.mos | M testsuite/simulation/modelica/tearing/Algorithm2-cel.mos | M testsuite/simulation/modelica/tearing/Algorithm2-celMC3.mos | M testsuite/simulation/modelica/tearing/Algorithm2-omc.mos | M testsuite/simulation/modelica/tearing/Tearing9-cel.mos | M testsuite/simulation/modelica/tearing/Tearing9-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing9-omc.mos | M testsuite/simulation/modelica/tearing/dynamicTearing1.mos | M testsuite/simulation/modelica/tearing/dynamicTearing3.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-celMC3.mos | M testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos | M testsuite/simulation/modelica/tearing/totalTearing2.mos | M testsuite/simulation/modelica/tearing/userDefinedTearing2.mos | * commit c6fab8d26e85e94479eb0ab64085f97924ba3b75 | Author: Adeel Asghar | Date: Fri Aug 9 11:29:05 2019 +0200 | | Check for a DiagramWindow NULL pointer | | Fixes the window title issues when showing a DiagramWindow and switching between perspectives. | | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/MainWindow.h | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/OMSSimulationDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | M OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp | * commit 2a822018dcfa179f3fe0afe43d9d0024895b259f | Author: Martin Sjölund | Date: Fri Aug 9 15:31:29 2019 +0200 | | Forward the git cache for stages using git describe | | M Jenkinsfile | * commit 3ab0241b686ae17120a545843a7275a0fcca418f | Author: Martin Sjölund | Date: Fri Aug 9 14:54:37 2019 +0200 | | Make sure the version is OK before continuing | | M Jenkinsfile | * commit 895ffe68bbb473f94f604fd0c248af4b3aa50735 | Author: Andreas Heuermann | Date: Fri Aug 2 11:22:36 2019 +0200 | | Logging of homotopy path fixed. | | - Save csv file without "sep=," in first line. OMEdit can't open the file | with that. | - Workaround for `homotopy parameter lambda` print to work with asserts. | | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | * commit cb352b8dc86b2a4ab2bbe84490c40ad4deff906e | Author: Adeel Asghar | Date: Wed Aug 7 11:51:45 2019 +0200 | | Visualize the array plots | | Fixes ticket:5611 avoid crashing when time is out of bounds. | Remove the DiagramWindow from PlotWindowContainer on closeEvent. | Enable/disable the visualization controls based on the active result file. | | M OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.cpp | M OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.h | M OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.cpp | M OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.h | M OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.h | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.h | * commit 88852a1b8022aa9c2fa0c9d8fc6ed32ac8daf5a2 | Author: Adeel Asghar | Date: Mon Aug 5 14:51:24 2019 +0200 | | ticket:5533 Do not apply the protection annotation on .mo file | | Unless specified in the settings. | | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | * commit 564225478a6e6278d040389444666d5f6d1e996a | Author: Adeel Asghar | Date: Mon Aug 5 12:16:33 2019 +0200 | | ticket:5613 Allow double click in the white-space area of a component | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | * commit 0711709e7969d10d819b1b23ce0596703cd22a3f | Author: Martin Sjölund | Date: Wed Jul 31 11:28:13 2019 +0200 | | Add the == and != operators for embedded codegen | | M OMCompiler/Compiler/Template/CodegenEmbeddedC.tpl | * commit ac376bb370d203be8e7f0be9d800593cacde1743 | Author: John | Date: Sun Jul 28 13:20:40 2019 +0200 | | Made implicit import to AbsynUtil explicit | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | * commit ba989390cf662538f47a6e7a6162defd13758703 | Author: Adrian Pop | Date: Fri Jul 26 22:16:51 2019 +0300 | | fix rpath on Mac for OMSI | | M OMCompiler/Makefile.omsi.common | * commit 30350fd77956cd7b99233ed259cda5516934fe59 | Author: Adrian Pop | Date: Fri Jul 26 21:53:20 2019 +0300 | | fix bad error message text from PR: #354 | | M OMCompiler/Compiler/Util/Error.mo | M testsuite/metamodelica/meta/MatchCaseInteractive2.mos | * commit 9ca9056aa1b6a20cff1fc30e7a4e26c9b8226af0 | Author: Martin Sjölund | Date: Fri Jul 26 08:29:00 2019 +0200 | | Refactoring away mixed positional/named matching | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/DynamicOptimization.mo | M OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/FrontEnd/AbsynToSCode.mo | M OMCompiler/Compiler/FrontEnd/ConnectionGraph.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstBinding.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/Types.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | * commit 68450fd09f875c92eee21b9e21ab4403fda19c7e | Author: Martin Sjölund | Date: Fri Jul 26 08:01:33 2019 +0200 | | Add warning for mixed position/named matching | | M OMCompiler/Compiler/FrontEnd/Patternm.mo | M OMCompiler/Compiler/Util/Error.mo | M testsuite/metamodelica/meta/MatchCaseInteractive2.mos | * commit f83a0246e13e18172f91ffed3bfb0f1eb74a705f | Author: Martin Sjölund | Date: Fri Jul 26 07:37:10 2019 +0200 | | Split MetaUtil into SCode and front-end parts | | M OMCompiler/Compiler/FrontEnd/Inst.mo | A OMCompiler/Compiler/FrontEnd/InstMeta.mo | M OMCompiler/Compiler/FrontEnd/MetaUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 0464072fddfc610562e4d318eac65c51c6f60c3f | Author: John | Date: Fri Jul 26 12:15:59 2019 +0200 | | Made implicit import to Absyn explicit | | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | * commit 21757d358cde4a78e48dca7421bb4b691e719e01 | Author: Martin Sjölund | Date: Wed Jul 24 17:05:11 2019 +0200 | | Moved around SCodeUtil | | SCodeUtil was renamed AbsynToSCode and functions from SCode moved | to a new SCodeUtil package. | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/FFrontEnd/FBuiltin.mo | M OMCompiler/Compiler/FFrontEnd/FGraph.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuild.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuildEnv.mo | M OMCompiler/Compiler/FFrontEnd/FGraphDump.mo | M OMCompiler/Compiler/FFrontEnd/FMod.mo | M OMCompiler/Compiler/FFrontEnd/FNode.mo | M OMCompiler/Compiler/FFrontEnd/FResolve.mo | M OMCompiler/Compiler/FrontEnd/Absyn.mo | A OMCompiler/Compiler/FrontEnd/AbsynToSCode.mo | M OMCompiler/Compiler/FrontEnd/Algorithm.mo | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/ConnectUtil.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Inline.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstBinding.mo | M OMCompiler/Compiler/FrontEnd/InstDAE.mo | M OMCompiler/Compiler/FrontEnd/InstExtends.mo | M OMCompiler/Compiler/FrontEnd/InstFunction.mo | M OMCompiler/Compiler/FrontEnd/InstSection.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/InstVar.mo | M OMCompiler/Compiler/FrontEnd/Lookup.mo | M OMCompiler/Compiler/FrontEnd/MetaUtil.mo | M OMCompiler/Compiler/FrontEnd/Mod.mo | M OMCompiler/Compiler/FrontEnd/NFEnvExtends.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeCheck.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeDependency.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeEnv.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeFlattenImports.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | M OMCompiler/Compiler/FrontEnd/OperatorOverloading.mo | M OMCompiler/Compiler/FrontEnd/Parser.mo | M OMCompiler/Compiler/FrontEnd/Patternm.mo | M OMCompiler/Compiler/FrontEnd/SCode.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/FrontEnd/UnitAbsynBuilder.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/Script/Binding.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Script/Refactor.mo | M OMCompiler/Compiler/Script/SymbolTable.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit d9901afc5b767356550b12bca36c3e0a8d911d01 | Author: Martin Sjölund | Date: Wed Jul 24 13:22:05 2019 +0200 | | Refactor SCode/SCodeUtil to become more independent | | The packages no longer import any packages that use SCode/SCodeUtil | again. | | M OMCompiler/Compiler/FFrontEnd/FBuiltin.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | A OMCompiler/Compiler/FrontEnd/InstHashTable.mo | M OMCompiler/Compiler/FrontEnd/InstTypes.mo | M OMCompiler/Compiler/FrontEnd/Mod.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeCheck.mo | M OMCompiler/Compiler/FrontEnd/SCode.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/Figaro.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | * commit 6904ae951def96a5ba2cfe2bd0eb8abc001bc78a | Author: Martin Sjölund | Date: Wed Jul 24 11:38:52 2019 +0200 | | Check to not override buffer in Sphinx help text | | M OMCompiler/Compiler/runtime/settingsimpl.c | M OMCompiler/Compiler/runtime/systemimpl.c | * commit b9322da05837c12c6a232f8e79ea870d1cd5bb63 | Author: Martin Sjölund | Date: Wed Jul 24 09:56:36 2019 +0200 | | Give additional diagnostics if the omhome is bad | | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit 9bf7646c7fa0e6a5d2c921801dce091a580c8116 | Author: Martin Sjölund | Date: Tue Jul 23 17:51:52 2019 +0200 | | Add a sanity check that the build folder can be moved | | `make install` assumes that `omc` will work even if the installation | directory is moved. This should check that the rpath works fine; it will | not check if files are linked directly against temporary files in the | source directories though. | | Changed implementation of getting the installation directory on | Linux by using dladdr like we do on OSX. | | M .CI/common.groovy | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit 0a25f934f47c1bdd259ddb40a590d76b5f460590 | Author: Martin Sjölund | Date: Wed Jul 24 08:39:12 2019 +0200 | | Use __linux__ for C++11 compatibility | | gcc -std=c++11 does not define linux on Linux OSes. | | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_builtin.c | M OMCompiler/SimulationRuntime/c/meta/meta_modelica_segv.c | M OMCompiler/SimulationRuntime/c/util/rtclock.c | * commit 0e171720b256939724159e6f0f464774b56d588a | Author: Martin Sjölund | Date: Wed Jul 24 09:43:39 2019 +0200 | | Add a script to look for mutually dependent packages | | A OMCompiler/Compiler/boot/check-mutual-recursion.py | * commit 007ec585e4dc4e5f571172942f368beccc548e73 | Author: Martin Sjölund | Date: Tue Jul 23 08:08:12 2019 +0200 | | Update 3rdParty for dgesv fix including math.h | | This resolves some issues with embedded systems using a special | `log()` function rather than the one assumed by f2c. | | M OMCompiler/3rdParty | * commit e120f555737b200fb9c67f6c7c698ef38f88b726 | Author: AnHeuermann | Date: Sun Jul 21 10:30:43 2019 +0200 | | Build OMSI under OSX | | - added install_name_tool -change ... in makefile | | M OMCompiler/Makefile.omsi.common | * commit 9aa8157abea002c5d8c643939191f0b93d68e7f7 | Author: Andreas Heuermann | Date: Fri Jul 5 14:38:12 2019 +0200 | | Updated NPendulum test to work on Windows | | M testsuite/simulation/modelica/linear_system/NPendulum.mos | * commit 17758170c38ea9d37255663bdff0b8ac76b2db14 | Author: Andreas Heuermann | Date: Fri Jul 5 12:04:53 2019 +0200 | | Added some comments for DASSL C files | | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.c | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.h | * commit 6ecd8e35fbedc0b2c5e1e7332a85bc9d264f1eea | Author: Andreas Heuermann | Date: Thu Jul 4 17:01:56 2019 +0200 | | Dynamically allocated sparse structure and generic jacobian evaluation | | - Changed `SPARSE_PATTERN` to be dynamically allocated | - Updated code generation | - Updated C runtime solvers | - Added generic function to evaluate jacobian for ida and dassl | - Added jacobianSymbolical.c and jacobianSymbolical.h | | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/DerStructure.c | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/MoveData.c | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.c | M OMCompiler/SimulationRuntime/c/simulation/solver/dassl.h | M OMCompiler/SimulationRuntime/c/simulation/solver/ida_solver.c | A OMCompiler/SimulationRuntime/c/simulation/solver/jacobianSymbolical.c | A OMCompiler/SimulationRuntime/c/simulation/solver/jacobianSymbolical.h | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLapack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLis.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_qss_simulation.c.inc | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | M OMCompiler/SimulationRuntime/c/simulation/solver/stateset.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | * commit 03cf86a1aae634f3cb912d6781408f41e4b93b54 | Author: Adrian Pop | Date: Mon Jul 22 02:00:22 2019 +0300 | | more fixes for ticket:5565 | | M OMCompiler/Compiler/Script/Interactive.mo | M testsuite/openmodelica/interactive-API/Ticket5565.mos | * commit e80848f648c99bed8430beb0ab28d3826200ef4a | Author: Lennart Ochel | Date: Fri Jul 19 10:46:52 2019 +0200 | | Disable inlineArray1.mos | | M testsuite/simulation/modelica/inlineFunction/Makefile | * commit d5d406a3e11b2955b12ee2adfd4a5d67823e7702 | Author: Lennart Ochel | Date: Fri Jul 19 09:53:28 2019 +0200 | | Expected output | | M testsuite/openmodelica/cppruntime/testArrayEquations.mos | M testsuite/openmodelica/cruntime/debugDumps/testDumpEvents.mos | M testsuite/openmodelica/cruntime/optimization/basic/Makefile | M testsuite/openmodelica/cruntime/optimization/basic/pendel.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalRK.mos | M testsuite/openmodelica/debugDumps/lateInline.mos | M testsuite/openmodelica/debugDumps/optSimpleSolveDAEdump.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/debugDumps/paramdlowdump.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall1.mos | M testsuite/simulation/modelica/indexreduction/PantelidesSingular.mos | M testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos | M testsuite/simulation/modelica/initialization/homotopy2.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray1.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction1.mos | M testsuite/simulation/modelica/inlineFunction/testBug4808.mos | M testsuite/simulation/modelica/linear_system/linSymSol.mos | M testsuite/simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos | M testsuite/simulation/modelica/nonlinear_system/TestInputIteration.mos | M testsuite/simulation/modelica/others/TestSolve16.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum2.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum3.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/tearing/Tearing12-cel.mos | M testsuite/simulation/modelica/tearing/Tearing12-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing12-omc.mos | M testsuite/simulation/modelica/tearing/Tearing4-cel.mos | M testsuite/simulation/modelica/tearing/Tearing4-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing4-omc.mos | M testsuite/simulation/modelica/tearing/dynamicTearing2.mos | * commit a9e4e2175c2d6419bd384df5be22fe418a3a9aff | Author: Lennart Ochel | Date: Tue Jul 16 10:56:05 2019 +0200 | | Avoid printing trailing whitespaces | | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | * commit 363c1e238a26947b95f78118845c7fd2d260e43c | Author: Lennart Ochel | Date: Tue Jul 16 10:36:10 2019 +0200 | | Improve Error.STRUCT_SINGULAR_SYSTEM | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/Causalize.mo | M OMCompiler/Compiler/Util/Error.mo | * commit 00048f49b0cd8114f35950c1209f522687674d03 | Author: Lennart Ochel | Date: Thu Jul 18 13:53:12 2019 +0200 | | Make optdaedump printing the original system | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | * commit a6beda527ccda3f979f472ebcf5c876b542b0a84 | Author: Lennart Ochel | Date: Thu Jul 18 13:33:01 2019 +0200 | | Reactivate removeEqualFunctionCalls | | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/SymbolicImplicitSolver.mo | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/Util/Flags.mo | * commit 981f8ab3de7a2e7da856570ce80c002ce060d391 | Author: Adeel Asghar | Date: Thu Jul 18 11:42:54 2019 +0200 | | ticket:5441 Show the relevant toolbars based on the active model type | | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/MainWindow.h | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit a75b5bff63661ecd650b4be5b82811e9815cb5a3 | Author: kabdelhak | Date: Wed Jul 17 14:51:09 2019 +0200 | | [BE] consider protected toplevel inputs as unknown | - ticket #5591 | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | * commit e996e67735f19339123e77c95a57fb4be5b91837 | Author: Adeel Asghar | Date: Wed Jul 17 13:58:01 2019 +0200 | | Information message about the usage of global translation flags | | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp | * commit 65e0457f4e103164499161acc54bffca55822de1 | Author: Adeel Asghar | Date: Wed Jul 17 14:49:15 2019 +0200 | | Flush the logs if --Debug=true is set | | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.cpp | * commit 10978819adce69c019a40faab19618a9eeeeb05e | Author: Adeel Asghar | Date: Wed Jul 17 16:51:33 2019 +0200 | | Delete the associated connections of unknown component | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit ea7fc62cab4943e96a873437d080361166d8e789 | Author: Adrian Pop | Date: Wed Jul 17 23:24:24 2019 +0300 | | extra fixes to ticket:5565, more shush | | M OMCompiler/Compiler/Script/Interactive.mo | M testsuite/openmodelica/interactive-API/Ticket5565.mos | * commit f62be2dc9b2edb4988a138008de78bdc7bf960be | Author: Per Östlund | Date: Wed Jul 17 15:19:18 2019 +0200 | | [NF] Fix function derivative mapping. | | - Add lower order derivatives to the function derivative mappings like | the old frontend does. | | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | * commit 9587ed9e4a01f369a8e098b0e4b5a6faf99c8f8b | Author: Adeel Asghar | Date: Wed Jul 17 13:40:50 2019 +0200 | | ticket:5588 Avoid crash when deleting a connection without a component | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit 3ea3db005e8692b66111e6a469db7f6b3e72cda5 | Author: Adeel Asghar | Date: Wed Jul 17 09:56:20 2019 +0200 | | ticket:5537 Handle multiple parameter values in a TextAnnotation | | Display the unit of the parameter if available. The unit is only shown if parameter has some value. | | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.cpp | M OMEdit/OMEdit/OMEditGUI/Component/Component.h | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp | M OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.h | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.h | * commit e0b417b96af105ce4ed84be652540aa6441272e4 | Author: vwaurich | Date: Tue Jul 16 09:00:37 2019 +0200 | | add complete AutoDeskColorMap | | M OMEdit/OMEdit/OMEditGUI/Animation/ExtraShapes.cpp | M OMEdit/OMEdit/OMEditGUI/Animation/ExtraShapes.h | * commit 7b001b072f08af7a65db72051b4b1df6baca1a25 | Author: Per Östlund | Date: Tue Jul 16 11:06:18 2019 +0200 | | Handle fully qualified reduction expressions. | | M OMCompiler/Compiler/FrontEnd/Static.mo | M testsuite/flattening/modelica/operators/Reductions.mo | * commit bda57e778c1f1e82ffdf0380535b952642d88260 | Author: John | Date: Mon Jul 15 14:32:12 2019 +0200 | | Update AbsynUtil.mo | | Readded dump | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | * commit 3ac48fc7c43884336dabaed1ee3b9cebf5088d66 | Author: John | Date: Mon Jul 15 14:02:41 2019 +0200 | | Removed unused imports | | These imports are not needed | | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | * commit fac042699b8bb8a5a1ab7954a6a0cfa2d0a1f3cb | Author: kabdelhak | Date: Mon Jul 15 11:52:29 2019 +0200 | | [BE] update InlineAfterIndexReduction | - inline function calls with InlineAfterIndexReduction only for matching | - ticket 5170 | - fixup testuite | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendInline.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos | M testsuite/openmodelica/xml/XmlDumpComment.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos | M testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos | M testsuite/simulation/modelica/others/EngineV6_output.mos | M testsuite/simulation/modelica/parameters/Engine1a_output.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum2.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum3.mos | M testsuite/simulation/modelica/tearing/Tearing12-cel.mos | M testsuite/simulation/modelica/tearing/Tearing12-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing12-omc.mos | * commit b2eff481d849203da4e47bf047c8b3ff55fc86d3 | Author: John | Date: Mon Jul 15 09:34:35 2019 +0200 | | Updated copyright to current year (#325) | | M OMCompiler/Compiler/Util/Flags.mo | * commit 7be26d60de9a3bcbd28d6dc03af2d31068eb1a2d | Author: John | Date: Wed Jul 3 12:10:05 2019 +0200 | | Updated comments in Absyn.mo | | The comment no longer make any references to functions since there is no longer logic in Absyn | | M OMCompiler/Compiler/FrontEnd/Absyn.mo | * commit 88bb448e0215a6f082f3cd8f9eb2d95261fa412c | Author: Adrian Pop | Date: Fri Jul 12 22:27:30 2019 +0300 | | fix ticket:5565 | - add test Ticket5565.mos | - quiet down the graphical API noise (only activated with -d=nfAPINoise) | - update tests | | M OMCompiler/Compiler/Script/Interactive.mo | M testsuite/openmodelica/interactive-API/IllegalGraphics.mos | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket5565.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | M testsuite/openmodelica/interactive-API/interactive_api_classes.mos | * commit af536f93bf202c4c7eebe840ad824c43a8c70a9b | Author: Karim Abdelhak | Date: Sat Jul 13 00:00:28 2019 +0200 | | [FE] Expand structural annotations | + InlineAfterIndexReduction | + GenerateEvents | | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | * commit 3479eb5b75bf6412089e03be4ee8744d7abfbb71 | Author: niklwors | Date: Thu Jul 11 16:10:14 2019 +0200 | | [cppRuntime] fix for ModelicaExternal C missing objects, fix for misssing status return of omc c-api init function, deactivated threads in c-api test | | M OMCompiler/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | M OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | M OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp | * commit 53467af1c71d3ee70b17fc4a6d1ee1020635260e | Author: Adrian Pop | Date: Fri Jul 12 18:52:03 2019 +0300 | | fix ticket:5571 | - give default BitMap(imageSource = "") | - add test, update test | | M OMCompiler/Compiler/FrontEnd/Constants.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket5571.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | * commit ef78cd2a553dec4a43f45511ce537685e7e7f5c8 | Author: Lennart Ochel | Date: Thu Jul 11 13:27:29 2019 +0200 | | Add doc/SimulationRuntime/OMSI/.gitignore | | A doc/SimulationRuntime/OMSI/.gitignore | * commit 4c99eb3ce7a8bbac7d7825a27f0df0a4e6404a7a | Author: Adeel Asghar | Date: Thu Jul 11 09:41:36 2019 +0200 | | Improved the error message of multiple top level entities | | Tell the user that its not possible to load a model saved with `saveTotalModel`. | | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp | * commit 529511bee4c3f2b51dffc0cf850be8763a1c4c10 | Author: Francesco Casella | Date: Wed Jul 10 23:02:34 2019 +0200 | | Added documentation of saveTotalFile to old FE | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | * commit 0ee3d89179bf015d450deb03187903cd29cd5242 | Author: Francesco Casella | Date: Wed Jul 10 22:59:39 2019 +0200 | | Added saveTotalFile documentation to NF | | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | * commit 6bd362bb6093f5bf4630eddf1a29ec8897f68063 | Author: Adrian Pop | Date: Thu Jul 11 00:22:29 2019 +0300 | | [NF] fix ticket:5577 | - for an FMU build, evaluate OpenModelica_uriToFilename in NFCeval to OpenModelica_fmuLoadResource same as the old frontend does | | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | * commit c49661443be1cc0b23da98a6d6404148f3416b59 | Author: Karim Abdelhak | Date: Wed Jul 10 16:20:22 2019 +0200 | | [BE] fix computation of array record sizes | - ticket 4611 | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAETransform.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/BackendInline.mo | M OMCompiler/Compiler/BackEnd/BackendVarTransform.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/BackEnd/InlineArrayEquations.mo | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | * commit 8eee160313af65d1775742e96f9a0fd90a0ab3cd | Author: Adeel Asghar | Date: Wed Jul 10 15:12:12 2019 +0200 | | Fixes ticket:2166 & ticket:5561 | | Show values of all the curves at a point. | | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotCurve.h | M OMPlot/OMPlot/OMPlotGUI/PlotPicker.cpp | M OMPlot/OMPlot/OMPlotGUI/PlotPicker.h | * commit bf4545d54f1c8a3e09a719d7e6ea9074c12c611e | Author: Adrian Pop | Date: Fri Jul 5 16:32:37 2019 +0300 | | make OPENMODELICAHOME have precedence over exe/so path | - libOpenModelicaCompiler can be used from other programs that | may not be installed in the bin directory of OpenModelica, | using the path from that exe is really wrong! | | M OMCompiler/Compiler/runtime/settingsimpl.c | * commit 5e270127ab595216d05c815301dad3734483cf3a | Author: Adeel Asghar | Date: Tue Jul 9 11:32:09 2019 +0200 | | ticket:5566 Load the animation window | | even if the `Switch to plotting perspective after simulation` is unchecked. | | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | * commit eb59bf2b385515908ce10e81bbd56091f4ada39f | Author: Adrian Pop | Date: Mon Jul 8 00:09:43 2019 +0300 | | better fix for ticket:5431 | - check if URI has a drive letter, not if system is Windows as | one could send the source code FMU to somebody who will compile | it on Linux (and the URI will be in windows format) | | M OMCompiler/SimulationRuntime/c/util/utility.c | * commit dae57577a0dca2f49f0e939856afbee898d13fec | Author: Adeel Asghar | Date: Mon Jul 8 10:32:54 2019 +0200 | | ticket:5554 Don't stretch the library icon | | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | * commit ae23951b155e8ab4a44ffd2b765cc52aed85065f | Author: Adrian Pop | Date: Sun Jul 7 03:54:27 2019 +0300 | | fix ticket:5431 | - do NOT, i repeat, do NOT reset memory_pools->used in pool_free_extra_list | as this will basically remove all the allocated stuff from the current | memory pool | | M OMCompiler/SimulationRuntime/c/gc/memory_pool.c | * commit 96cf577415d4b947969a8b67e42517e68219aded | Author: Per Östlund | Date: Fri Jul 5 17:26:04 2019 +0200 | | [NF] Don't trust global connector flags. | | - Set the "has stream operators" flag when typing a stream connector, | rather than trusting what SCodeUtil has set. SCodeUtil operates on | all loaded models rather than only the used classes, and the flag | might be overwritten by API calls before the NF is called. | - Clear the overconstrained connector flag at the start of | instantiation, since the NF already sets it itself. | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit 9fa7b26c805305082162d7cd63b76f2e780ec493 | Author: Adrian Pop | Date: Fri Jul 5 12:34:34 2019 +0300 | | fix ticket:5431 | - proper handling of modelica:// URI resources for Windows | - fix handling of start values/bindings for strings in the generated FMUs | | M OMCompiler/Compiler/Template/CodegenFMU.tpl | M OMCompiler/SimulationRuntime/c/util/utility.c | * commit 1d78a970789f4f081e63625b796a73029204aa6f | Author: kabdelhak | Date: Wed Jul 3 13:45:44 2019 +0200 | | [BE] fix stateSelect.never | - force dummy selection of stateSelect.never variables | - change adjacency matrix of states with stateSelect.never | to SOLVABILITY_SOLVED() in all equations they appear on | only one side (only for static state selection) | - additional check for known variables in solvability checks | | [fixup] testsuite update | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/Util/List.mo | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos | * commit ecca413dce4a2e921fe32379a9041eb1ee3786a7 | Author: Adeel Asghar | Date: Thu Jul 4 14:21:05 2019 +0200 | | Return the compilation error | | M OMCompiler/Compiler/scripts/Compile.bat | * commit f5eb454ee15f183350824fac1762093acaef1975 | Author: Adrian Pop | Date: Wed Jul 3 22:36:09 2019 +0300 | | partial fix for ticket:4608 | - properly reset newInst flag to the previous value | - do not fail in getComponents on full type qualification, just return the same path | | M OMCompiler/Compiler/Script/NFApi.mo | * commit 939861939f19d65c8d3a60f42d548b9bf6992a80 | Author: kabdelhak | Date: Tue Jul 2 14:45:32 2019 +0200 | | [BE] resolveLoops update | - eqCrossNodes triple loops can be detected now | - detection of equal structure (e.g. arrays) | | [fixup] testsuite | | M OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo | M OMCompiler/Compiler/BackEnd/ResolveLoops.mo | M OMCompiler/Compiler/Util/List.mo | M OMSimulator | M libraries | M testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos | M testsuite/simulation/modelica/tearing/Tearing10-cel.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC11.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC12.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC21.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC22.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC23.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC231.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos | M testsuite/simulation/modelica/tearing/Tearing10-omc.mos | M testsuite/simulation/modelica/tearing/Tearing6-cel.mos | M testsuite/simulation/modelica/tearing/Tearing6-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing6-omc.mos | M testsuite/simulation/modelica/tearing/Tearing7-omc.mos | * commit a2704b4b0fd5b466e0c34a69ba53b31b66cd4917 | Author: Adeel Asghar | Date: Tue Jul 2 13:47:08 2019 +0200 | | Preserve the SimulationDialog geometry correctly | | Added a new tab for interactive simulation and moved some control to reduce the height of the SimulationDialog | | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.h | * commit 18ceea3a6ad29ded0542855a8c84484642773178 | Author: Adeel Asghar | Date: Thu Jun 27 15:50:15 2019 +0200 | | ticket:5490 Enable new instantiation and API by default | | Prompt the user if the new instantiation fails and allow translation with the old. | Added two new APIs `enableNewInstantiation` and `disableNewInstantiation` which allows on/off for the new frontend instead of calling `clearCommandLineOptions` and `setCommandLineOptions`. | | M OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.h | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.h | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOptions.h | M OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.h | * commit 212bdd73c40e5e36bd606a19b883acb4ed375540 | Author: adrpo | Date: Tue Jul 2 18:32:53 2019 +0200 | | fix boostrapping | - patch Absyn C sources | - fix QT api generation | - fix MatlabTranslator test | - fix testsuite | | M OMCompiler/Compiler/Template/GenerateAPIFunctionsTpl.tpl | M OMCompiler/Compiler/boot/Makefile.common | A OMCompiler/Compiler/boot/patches/Absyn.c.1.patch.xz | A OMCompiler/Compiler/boot/patches/Absyn.h.1.patch.xz | M testsuite/openmodelica/bootstrapping/DumpTest.mos | M testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | M testsuite/simulation/modelica/others/TestSolve18.mos | M testsuite/special/MatlabTranslator/LoadCompilerSources.mos | M testsuite/special/MatlabTranslator/SCRIPT.mos | * commit d506d8d5919228153284dd0317c0ede9dd117a18 | Author: johti | Date: Tue Jul 2 16:44:06 2019 +0200 | | Decoupled utility functions and logic from absyn to make it standalone | | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/BackendInline.mo | M OMCompiler/Compiler/BackEnd/BackendVarTransform.mo | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/DAEQuery.mo | M OMCompiler/Compiler/BackEnd/Differentiate.mo | M OMCompiler/Compiler/BackEnd/EvaluateFunctions.mo | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/BackEnd/MathematicaDump.mo | M OMCompiler/Compiler/BackEnd/OpenTURNS.mo | M OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo | M OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/BackEnd/Vectorization.mo | M OMCompiler/Compiler/BackEnd/VisualXML.mo | M OMCompiler/Compiler/BackEnd/XMLDump.mo | M OMCompiler/Compiler/FFrontEnd/FBuiltin.mo | M OMCompiler/Compiler/FFrontEnd/FCore.mo | M OMCompiler/Compiler/FFrontEnd/FExpand.mo | M OMCompiler/Compiler/FFrontEnd/FGraph.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuild.mo | M OMCompiler/Compiler/FFrontEnd/FGraphBuildEnv.mo | M OMCompiler/Compiler/FFrontEnd/FGraphDump.mo | M OMCompiler/Compiler/FFrontEnd/FInst.mo | M OMCompiler/Compiler/FFrontEnd/FLookup.mo | M OMCompiler/Compiler/FFrontEnd/FMod.mo | M OMCompiler/Compiler/FFrontEnd/FNode.mo | M OMCompiler/Compiler/FFrontEnd/FResolve.mo | M OMCompiler/Compiler/FFrontEnd/FTraverse.mo | M OMCompiler/Compiler/FrontEnd/Absyn.mo | M OMCompiler/Compiler/FrontEnd/AbsynUtil.mo | M OMCompiler/Compiler/FrontEnd/Ceval.mo | M OMCompiler/Compiler/FrontEnd/CevalFunction.mo | M OMCompiler/Compiler/FrontEnd/CheckModel.mo | M OMCompiler/Compiler/FrontEnd/ClassInf.mo | M OMCompiler/Compiler/FrontEnd/ClassLoader.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/FrontEnd/ConnectUtil.mo | M OMCompiler/Compiler/FrontEnd/DAE.mo | M OMCompiler/Compiler/FrontEnd/DAEDump.mo | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/FrontEnd/Dump.mo | M OMCompiler/Compiler/FrontEnd/DumpGraphviz.mo | M OMCompiler/Compiler/FrontEnd/Expression.mo | M OMCompiler/Compiler/FrontEnd/ExpressionDump.mo | M OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo | M OMCompiler/Compiler/FrontEnd/Inline.mo | M OMCompiler/Compiler/FrontEnd/InnerOuter.mo | M OMCompiler/Compiler/FrontEnd/Inst.mo | M OMCompiler/Compiler/FrontEnd/InstBinding.mo | M OMCompiler/Compiler/FrontEnd/InstExtends.mo | M OMCompiler/Compiler/FrontEnd/InstFunction.mo | M OMCompiler/Compiler/FrontEnd/InstSection.mo | M OMCompiler/Compiler/FrontEnd/InstUtil.mo | M OMCompiler/Compiler/FrontEnd/InstVar.mo | M OMCompiler/Compiler/FrontEnd/Lookup.mo | M OMCompiler/Compiler/FrontEnd/MetaUtil.mo | M OMCompiler/Compiler/FrontEnd/Mod.mo | M OMCompiler/Compiler/FrontEnd/NFEnvExtends.mo | M OMCompiler/Compiler/FrontEnd/NFInstPrefix.mo | M OMCompiler/Compiler/FrontEnd/NFInstTypes.mo | M OMCompiler/Compiler/FrontEnd/NFInstUtil.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeCheck.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeDependency.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeEnv.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeFlatten.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeFlattenImports.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | M OMCompiler/Compiler/FrontEnd/NFSCodeLookup.mo | M OMCompiler/Compiler/FrontEnd/OperatorOverloading.mo | M OMCompiler/Compiler/FrontEnd/Patternm.mo | M OMCompiler/Compiler/FrontEnd/PrefixUtil.mo | M OMCompiler/Compiler/FrontEnd/SCode.mo | M OMCompiler/Compiler/FrontEnd/SCodeDump.mo | M OMCompiler/Compiler/FrontEnd/SCodeSimplify.mo | M OMCompiler/Compiler/FrontEnd/SCodeUtil.mo | M OMCompiler/Compiler/FrontEnd/Static.mo | M OMCompiler/Compiler/FrontEnd/Types.mo | M OMCompiler/Compiler/FrontEnd/UnitAbsynBuilder.mo | M OMCompiler/Compiler/FrontEnd/Values.mo | M OMCompiler/Compiler/FrontEnd/ValuesUtil.mo | M OMCompiler/Compiler/Main/Main.mo | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinFuncs.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo | M OMCompiler/Compiler/NFFrontEnd/NFDimension.mo | M OMCompiler/Compiler/NFFrontEnd/NFEquation.mo | M OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpandExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NFFrontEnd/NFImport.mo | M OMCompiler/Compiler/NFFrontEnd/NFInline.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookup.mo | M OMCompiler/Compiler/NFFrontEnd/NFLookupState.mo | M OMCompiler/Compiler/NFFrontEnd/NFModifier.mo | M OMCompiler/Compiler/NFFrontEnd/NFOCConnectionGraph.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperator.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFRecord.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFStatement.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | M OMCompiler/Compiler/Script/Binding.mo | M OMCompiler/Compiler/Script/BlockCallRewrite.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Figaro.mo | M OMCompiler/Compiler/Script/GlobalScriptDump.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Script/Refactor.mo | M OMCompiler/Compiler/Script/RewriteRules.mo | M OMCompiler/Compiler/Script/StaticScript.mo | M OMCompiler/Compiler/Script/SymbolTable.mo | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M OMCompiler/Compiler/SimCode/SimCodeFunction.mo | M OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/Template/AbsynDumpTV.mo | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/Compiler/Template/Unparsing.tpl | M OMCompiler/Compiler/Template/VisualXMLTplTV.mo | M OMCompiler/Compiler/Util/AvlSetPath.mo | M OMCompiler/Compiler/Util/HashTable5.mo | M OMCompiler/Compiler/Util/HashTablePathToFunction.mo | M OMCompiler/Compiler/Util/HashTableStringToPath.mo | M OMCompiler/Compiler/runtime/Dynload_omc.cpp | M OMCompiler/Parser/Modelica.g | * commit 37e230930db6e727a330afd2a5d711230b45aeb9 | Author: Martin Sjölund | Date: Tue Jun 11 16:55:36 2019 +0200 | | Skip building libraries on OSX check gmake | | M Jenkinsfile | * commit 708c50277d8d435bb193d3ef2374e6f00b7eed33 | Author: Andreas Heuermann | Date: Thu Jun 6 17:58:21 2019 +0200 | | Fix OMSISolver build on macOS | | - Made reading of sundials version more robust in OMSI/solver/CMakeList.txt | - Only use Sundials from 3rdParty because specific header are needed | | M OMCompiler/SimulationRuntime/OMSI/base/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | * commit 6604e0d34d711f7ebeef173cc8ee5c2211ea5065 | Author: AnHeuermann | Date: Tue Jun 18 16:45:52 2019 +0200 | | Added analytical jacobian for linear strong components | | - Added new flag LSanalyticJacobian to enable analytical jacobian for linear loops | Defaults to false | - Generate symbolic jacobian for linear systems when flag is enabled | - Added testcase for linear solvers with analytical jacobian | - Added testcase to dump sparsity pattern for linear problem | | M OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/openmodelica/debugDumps/Makefile | A testsuite/openmodelica/debugDumps/dumpSparsePatternLin.mos | M testsuite/simulation/modelica/linear_system/Makefile | A testsuite/simulation/modelica/linear_system/analyticJacProblem3.mos | * commit ea1e2c16f0d7c591f9ea76df420d3236ff812b3c | Author: Andreas Heuermann | Date: Wed Jun 19 13:22:19 2019 +0200 | | Linear solvers: Check residuals and fixes for Lis | | - Fixed wrong index in analytic Jacobian lead index for Lis solver | - Switched column and rows in getAnalytical Jacobian for Lis | - Added check for all linear solver using jacobian matrices for residual vector equals null | - Added missing linear solver for linear solver tests | | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLapack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLis.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverLis.h | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | M OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | M OMCompiler/SimulationRuntime/c/simulation/solver/omc_math.c | M OMCompiler/SimulationRuntime/c/simulation/solver/omc_math.h | M testsuite/simulation/modelica/linear_system/problem2.mos | M testsuite/simulation/modelica/linear_system/problem3.mos | * commit 4dc44f91c3bb6d10b5571cbf1217b922479ff0d3 | Author: Adrian Pop | Date: Thu Jun 27 17:03:47 2019 +0300 | | Fix ticket:5548 | - split CevalScriptBackend.cevalInteractiveFunctions3 into two functions | - move some functions from Interactive to InteractiveUtil | - add test for calling getAvailableMatchingAlgorithms() without crashing | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket5548.mos | * commit c2275ed3becf87c1ba8635162976af483fa3147f | Author: Adeel Asghar | Date: Wed Jun 26 14:54:12 2019 +0200 | | Don't quote environment variable otherwise short names won't work | | M OMCompiler/Compiler/Script/CevalScript.mo | * commit 6d621c3f623b5ebd928a256581864640555bc7aa | Author: arun3688 | Date: Tue Jun 25 16:39:45 2019 +0200 | | implement new extraction algorithm for dataReconciliation | | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M testsuite/openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos | * commit 0d156da81cec805951092a13d20575a87f7db224 | Author: Lennart Ochel | Date: Tue Jun 25 16:38:00 2019 +0200 | | Add test case for fmi2Reset | | M testsuite/omsimulator/Makefile | A testsuite/omsimulator/reset.mos | * commit 6b0461b0bfae89a7ec83d6e3ca5f6d4b410a95cb | Author: Lennart Ochel | Date: Tue Jun 25 13:29:56 2019 +0200 | | Fix fmi2Reset | | M OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | * commit 08ed26076c3aa2f4eb4ab56fef721105e750a6d9 | Author: Adeel Asghar | Date: Tue Jun 25 15:00:46 2019 +0200 | | ticket:5519 Fixed updateConnection API | | Made it possible to set the annotation with and without $annotation. | | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | M testsuite/openmodelica/interactive-API/interactive_api_attributes.mos | * commit d9239c4c0918c55c912abdff163b05b008924956 | Author: johti | Date: Mon May 27 07:57:40 2019 +0200 | | ISSUE-5435: Now possible to reset OMEdit via the UI | | ISSUE-5435: Changed to utf8. changed variables according to coding rules for OMEDit | | ISSUE-5435: Added translation support for QT versions < 5.4 | | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.h | * commit 86c18c59c028f48430833c90dedaaa63b114920d | Author: Josh Bode | Date: Tue Jun 25 18:40:18 2019 +1000 | | bump OMOptim | | M OMOptim | * commit a23711f1437f12fa9cb7319bfeda039eada228d9 | Author: Adeel Asghar | Date: Tue Jun 25 11:24:25 2019 +0200 | | Preserve the geometry of OMC CLI Window | | and SimulationOutputWidget | | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.h | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | * commit 04749d3a77ade7b00fde1ea8e24bb9f846c7de87 | Author: Adeel Asghar | Date: Tue Jun 25 09:44:09 2019 +0200 | | ticket:5541 Enable ctrl+home | | M OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp | * commit d5ff08ecd6698428b9fb4138581a3b4f3b4d13ae | Author: Adeel Asghar | Date: Mon Jun 24 15:05:36 2019 +0200 | | Skip the call to diffModelicaFileListings if before and after strings are same | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | * commit 3d25372217e04486ef07884b03395bdff170d349 | Author: Adeel Asghar | Date: Mon Jun 24 10:00:24 2019 +0200 | | ticket:5333 Use the whole suggested word instead of completing it | | M OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp | * commit 0adf2ffff4080009c06cb2f9fc0425c85ca0786b | Author: Anatoly Trosinenko | Date: Sun Jun 23 17:01:24 2019 +0300 | | Fix completion for dot-qualified names | | Probably due to regression, completions were generated for | Model|{ica,...} but not for Modelica.Bl|{ocks,...} because in the second | case, the completer machinery was generating just the [Blocks], not | [Modelica.Blocks], so Qt completer filtered it out on its own. | | M OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp | * commit da81d44317e92396f7904d0ede35a8964b32d369 | Author: Per Östlund | Date: Sat Jun 22 18:03:40 2019 +0200 | | [NF] Compare names when type checking connections. | | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | A testsuite/flattening/modelica/scodeinst/ConnectInvalidType2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 4698d268b4df714b6fab3af01504da3cabaa30da | Author: kabdelhak <38032125+kabdelhak@users.noreply.github.com> | Date: Wed Jun 19 22:50:07 2019 +0200 | | [BE] fix bltdump (#274) | | - removed dumping of stateorder in handler function to prevent | failing during initialzation with NO_STATESELECTION | - simulating with -b=bltdump should have always failed before | | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | * commit 20f03ff14b403629140557f9937c0d5553e334c2 | Author: Lennart Ochel | Date: Wed Jun 19 22:48:39 2019 +0200 | | Prefer tearing variables with start value for initialization (#256) | | * Prefer tearing variables with start value for initialization | * Deactivate preOptModule removeEqualFunctionCalls | * Fix IndexReduction.addStateOrderFinder | * Disable two unstable optimization test cases | * Update expected output | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/openmodelica/cruntime/debugDumps/testDumpEvents.mos | M testsuite/openmodelica/cruntime/optimization/basic/Makefile | M testsuite/openmodelica/cruntime/optimization/basic/pendel.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos | M testsuite/openmodelica/cruntime/simoptions/testOutputIntervalRK.mos | M testsuite/openmodelica/debugDumps/lateInline.mos | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3763.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos | M testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos | M testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos | M testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos | M testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos | M testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos | M testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/modelica/commonSubExp/cseTestCall1.mos | M testsuite/simulation/modelica/daemode/testDAEmodeDrumBoiler.mos | M testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos | M testsuite/simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos | M testsuite/simulation/modelica/inheritances/Ticket4258b.mos | M testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos | M testsuite/simulation/modelica/inlineFunction/inlineArray1.mos | M testsuite/simulation/modelica/inlineFunction/inlineFunction1.mos | M testsuite/simulation/modelica/linear_system/linSymSol.mos | M testsuite/simulation/modelica/others/TestSolve16.mos | M testsuite/simulation/modelica/others/localKnownVars.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum2.mos | M testsuite/simulation/modelica/resolveLoops/NPendulum3.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | M testsuite/simulation/modelica/tearing/Tearing11-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing12-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing12-omc.mos | M testsuite/simulation/modelica/tearing/Tearing4-cel.mos | M testsuite/simulation/modelica/tearing/Tearing4-celMC3.mos | M testsuite/simulation/modelica/tearing/Tearing4-omc.mos | M testsuite/simulation/modelica/tearing/totalTearing3.mos | M testsuite/simulation/modelica/tearing/userDefinedTearing1.mos | * commit 55e5d89922fda316664e22e97ee4ad81ab3677bd | Author: Adeel Asghar | Date: Wed Jun 19 15:12:21 2019 +0200 | | Use the short path names even for the installation path | | M OMCompiler/Compiler/scripts/Compile.bat | * commit 95d832b0751c0c2d4c68b3be33105ee95c12ff8f | Author: kabdelhak | Date: Tue Jun 18 15:36:40 2019 +0200 | | [BE] cleanup -d=bltdump | - more comprehensible output of MSSS and state selection | - remove too verbose dumping of full system | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M OMCompiler/Compiler/BackEnd/BackendEquation.mo | M OMCompiler/Compiler/BackEnd/IndexReduction.mo | M OMCompiler/Compiler/BackEnd/Matching.mo | * commit 98e4980894d9430f1a493e5988af81f12b214f82 | Author: Per Östlund | Date: Tue Jun 18 14:25:10 2019 +0200 | | [NF] Fix for ticket 5534. | | - Always evaluate structural parameters in type attributes, to avoid | scalarization issues. | | M OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo | * commit 915982a816fa3915c335ed72f6b70da6992d1d03 | Author: Andreas <38031952+AnHeuermann@users.noreply.github.com> | Date: Mon Jun 17 16:24:50 2019 +0200 | | Add OMSI documentation (#242) | | * added OMSI doxygen generation | * Renamed omsi -> OMSI and added target | | M doc/Makefile | A doc/SimulationRuntime/OMSI/CMakeLists.txt | A doc/SimulationRuntime/OMSI/OmsiRuntimeDoc.config.in | * commit 882f32b060e86f105b5bbaaead5a8830672c2203 | Author: Lennart Ochel | Date: Mon Jun 17 13:37:52 2019 +0200 | | Update OMNotebook/.gitignore | | M OMNotebook/.gitignore | * commit c521adfdc4ffcc14fd0b1a768921a62fa6a641f8 | Author: Andreas Heuermann | Date: Thu May 23 10:57:36 2019 +0200 | | Made homotopy initialization test independent of OS | | M testsuite/simulation/modelica/initialization/homotopy4_solver.mos | * commit 96fa58abaaad973c4619bd1b83c19be18536e010 | Author: Andreas Heuermann | Date: Wed May 15 10:59:52 2019 +0200 | | [OMSI] Added test for algebraic loops | | Added models with linear and non-linear loops to test default OMSIBase solver | for algebraic loops. | | M testsuite/openmodelica/omsi/omsic/Makefile | M testsuite/openmodelica/omsi/omsic/problem2.mos | A testsuite/openmodelica/omsi/omsic/simpleLoop.mos | A testsuite/openmodelica/omsi/omsic/simpleNonLinLoop.mos | M testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos | * commit 4ce17f701cf84155c24418cd1be4c0a66b68165f | Author: arun3688 | Date: Mon Jun 17 11:36:54 2019 +0200 | | add more modelica proceedings 2019 | | M doc/bibliography/openmodelica.bib | M doc/bibliography/papers.cite | * commit 5e058f37e4bbec5ae3237511f448f68478a98cb9 | Author: Adrian Pop | Date: Sat Jun 15 09:37:08 2019 +0300 | | exit on error on the Win/MinGW pipeline | | M .CI/common.groovy | * commit 08ad2710af891bc2ae750136d579dadc5c2c3ea2 | Author: Adrian Pop | Date: Fri Jun 14 17:55:24 2019 +0300 | | allow Win/MinGW stage to run on all nodes labeled windows | | M Jenkinsfile | * commit ef87d102e4ab3b5625d639b1ec06a0b1624f4d6a | Author: kabdelhak | Date: Fri Jun 14 14:05:47 2019 +0200 | | [BE] added usage of flag -d=tearingdump and -d=tearingdumpV | - extends -d=optdaedump to print residual/inner equations and | tearing/inner variables instead of only printing indices | | M OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo | M OMCompiler/Compiler/BackEnd/BackendDump.mo | M testsuite/openmodelica/debugDumps/optdaedump.mos | M testsuite/simulation/modelica/start_value_selection/asmaFlow.mos | * commit 61b6e52e897fc990b70b54d549fa7f3c33a9ba44 | Author: Adeel Asghar | Date: Fri Jun 14 14:03:27 2019 +0200 | | Bumped OMSimulator | | Fixed SEMLA compilation | | M OMCompiler/Compiler/boot/Makefile.omdev.mingw | M OMCompiler/Makefile.common | M OMSimulator | * commit 0375f06c372c6794695246cda724f184851f4bac | Author: Per Östlund | Date: Thu Jun 13 15:50:45 2019 +0200 | | [NF] Improve handling of min/max of Booleans. | | - Implement missing min/max_boolean_array functions in the runtime. | - Add min/max(arg) => arg optimization when arg is an array with a | single element. | | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo | M OMCompiler/Compiler/NFFrontEnd/NFType.mo | M OMCompiler/SimulationRuntime/c/util/boolean_array.c | M OMCompiler/SimulationRuntime/c/util/boolean_array.h | * commit c870ea6900d7793effd2f18cccae16618e9bcd73 | Author: Per Östlund | Date: Thu Jun 13 14:05:42 2019 +0200 | | [NF] Fix fixed binding check for records. | | M OMCompiler/Compiler/NFFrontEnd/NFComponent.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFInstNode.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit c40ba8148534bdc2cf1129abad7d99152feb1907 | Author: Adrian Pop | Date: Tue Jun 11 22:39:46 2019 +0300 | | use withEnv for both MacOS and Win/MinGW pipelines | - this is so we do not share the env.PATH variable | - quote "git clean -ffdx" for the submodule command for Windows | as otherwise you get error: unknown switch `f' | - do not put spaces in the MSYS_WORKSPACE as make/gcc cannot handle them later on | - quote ${WORKSPACE} when giving it to cygpath, echo the MSYS_WORKSPACE for debugging | | M .CI/common.groovy | M Jenkinsfile | * commit 4b7302e19d12ad08290954bfb6f3de472377b0d9 | Author: Adrian Pop | Date: Tue Jun 11 22:05:03 2019 +0300 | | Revert "more fixes for building OMSICpp on MinGW" | | This reverts commit 3ae6d2dc06abea8b8c6cac2c9b3867d876de5ac4. | | Revert "Fix a pch issue when building release" | | This reverts commit 7247254c0320c6096415d5669194402c470be8d6. | | Revert "add more deps for OMSI msvc" | | This reverts commit 9fd7ac7e08cc44524c9621cd797a5c229f235f20. | | Revert "Fix OMSICpp build on MSVC" | | This reverts commit 33e993f8f0e123efd631d29c782490939827e7aa. | | Revert "Applied codestyle to omsicpp runtime" | | This reverts commit dc1348bd5542e569a6affa243ffd64d2e1a6536b. | | Revert "[OMSICpp] Add OMSI Cpp library and omsicpp code target template" | | This reverts commit 8633ec15ac094110f7810b99ff4ae12010f21801. | | M Makefile.omdev.mingw | M OMCompiler/.gitignore | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppHpcom.tpl | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCppHpcom.tpl | M OMCompiler/Compiler/Template/CodegenOMSIC.tpl | D OMCompiler/Compiler/Template/CodegenOMSICpp.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/Makefile.omsi.common | M OMCompiler/SimulationRuntime/OMSI/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSI/base/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSIC/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2FunctionTypes.h OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2FunctionTypes.h | R100 OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2Functions.h OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2Functions.h | R100 OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2TypesPlatform.h OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2TypesPlatform.h | D OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMC.h | D OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMCFunctions.h | D OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/src/OMC.cpp | D OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/src/OMCTest.cpp | D OMCompiler/SimulationRuntime/OMSICpp/omsi/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/omsi/README | D OMCompiler/SimulationRuntime/OMSICpp/omsi/include/omsi_factory.h | D OMCompiler/SimulationRuntime/OMSICpp/omsi/include/omsi_global_settings.h | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.cpp | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.h | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_settings.h | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.cpp | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.h | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/omsi_fmi2_me.cpp | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi.cpp | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_factory.cpp | D OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_global_settings.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/HistoryImpl.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/IHistory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/IPropertyReader.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ISimTable.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ISimVar.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ParallelContainerManager.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/BufferReaderWriter.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimBoolean.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimData.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimDouble.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimInteger.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimString.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Writer.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Extensions/IModelicaCompiler.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Array.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ArraySlice.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/IBlas.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/SparseMatrix.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/IObject.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/Object.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/IReduceDAESettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/Ranking.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/ReduceDAESettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/Reduction.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/com/ModelicaCompiler.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/Configuration.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimController.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimData.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/Initialization.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/SimManager.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/Factory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/GlobalSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/IGlobalSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/ISettingsFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/ISimControllerSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ILinearAlgLoopSolver.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/INonLinearAlgLoopSolver.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ISolver.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ISolverSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/AlgLoopSolverFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/DiscreteEvents.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ILinearAlgLoop.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IMixedSystem.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/INonLinearAlgLoop.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IOMSI.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimObjects.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimVars.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IStateSelection.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IStepEvent.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemTypes.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ITime.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IWriteOutput.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OSUSystem.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SystemDefaultImplementation.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/ModelicaSimulationError.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/OMCompilerSimulationRuntimeOMSICppruntimesrcSolverRTEulerRTEuler.cpp.URL | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/adaptable_factory.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/convenience.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/filesystem.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/factory.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/factory_map.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/parameter.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/parameter_map.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/shared_library.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/type_map.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/addressing_index.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/at.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/bandwidth.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/begin.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/set.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/her.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/boost/array.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/boost/multi_array.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/column.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/conj.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/data_order.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/data_side.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/adaptor.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/array.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/convert_to.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/copy_const.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/get.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/if_left.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/offset.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/pod.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/property_map.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/diag_tag.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/eigen/matrix.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/end.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/compressed.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_linear_array.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_rank.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_static_size.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_static_stride.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/herm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/index_base.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/io.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_mutable.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/workspace.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lower.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/noop.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/num_columns.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/num_rows.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/remove_imaginary.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/row.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/size.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std/valarray.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std/vector.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/stride.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/symm.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/tag.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type_traits.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/trans.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/trans_tag.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/banded.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/storage.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/triangular.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/unit_lower.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/unit_upper.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/uplo_tag.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/upper.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/vector_view.hpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/utils.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMUGlobalSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMULibInterface.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMUWrapper.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FactoryExport.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2GlobalSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Interface.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Wrapper.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Wrapper.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/OMCFactory/OMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/ObjectFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemOMCFactory.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/ARKode.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/ARKodeSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/BroydenSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVode.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVodeSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/CppDASSLSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/dassl.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/dasslaux.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/DgesvSolver.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/DgesvSolverSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/EulerSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/Hybrj.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/HybrjSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDA.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDASettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/Kinsol.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolver.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolverSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/Newton.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/NewtonSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/Nox.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxLapackInterface.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/PeerSettings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/RK12.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/RK12Settings.h | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/XmlPropertyReader.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/ArrayOperations.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/Functions.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/Ranking.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/ReduceDAESettings.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/ReduceDAESettings.xml | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/Reduction.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/com/ModelicaCompiler.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/com/OMCTest.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/FactoryExport.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/Initialization.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimManager.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/config/GlobalSettings.xml | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SolverDefaultImplementation.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SystemStateSelection.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/AlgLoopSolverFactory.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/ContinuousEvents.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/FactoryExport.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OSUSystem.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimObjects.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimVars.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SystemDefaultImplementation.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaSimulationError.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaUtilities.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/logger.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_rdtsc.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_statistic.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/FMU/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/FMU/FMULogger.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/CMakeLists.txt | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/OMCFactory.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/ARKode.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/Broyden.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVode.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/ddaskr.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/DgesvSolver.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/DgesvSolverSettings.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/Hybrj.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDA.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/Kinsol.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolLapack.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolSettings.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/LinearSolver.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/Newton.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NOX_StatusTest_SgnChange.C | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/Nox.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxLapackInterface.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxSettings.cpp | D OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/RK12.cpp | R098 OMCompiler/SimulationRuntime/OMSICpp/CMake/FindDgesv.cmake OMCompiler/SimulationRuntime/cpp/CMake/FindDgesv.cmake | R100 OMCompiler/SimulationRuntime/OMSICpp/CMake/FindPugiXML.cmake OMCompiler/SimulationRuntime/cpp/CMake/FindPugiXML.cmake | R095 OMCompiler/SimulationRuntime/OMSICpp/CMake/FindScoreP.cmake OMCompiler/SimulationRuntime/cpp/CMake/FindScoreP.cmake | R099 OMCompiler/SimulationRuntime/OMSICpp/CMake/FindSuiteSparse.cmake OMCompiler/SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | R099 OMCompiler/SimulationRuntime/OMSICpp/CMake/FindTBB.cmake OMCompiler/SimulationRuntime/cpp/CMake/FindTBB.cmake | R078 OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | R068 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | R055 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/SimData.cpp OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | A OMCompiler/SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Math/CMakeLists.txt | R090 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Math/Functions.cpp | R086 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/SparseMatrix.cpp OMCompiler/SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | R084 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | R076 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/Modelica.cpp OMCompiler/SimulationRuntime/cpp/Core/Modelica/Modelica.cpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaConfig_gcc.inc.in OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | R097 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaConfig_msvc.inc.in OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | R073 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ModelicaExternalC/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | R058 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Ranking.cpp | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.cpp | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.xml | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Reduction.cpp | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | A OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/OMCTest.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | R054 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/Configuration.cpp OMCompiler/SimulationRuntime/cpp/Core/SimController/Configuration.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/Initialization.cpp | R076 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimController/SimObjects.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | R067 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/Factory.cpp OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | R097 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | R055 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/GlobalSettings.cpp OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml | A OMCompiler/SimulationRuntime/cpp/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | R062 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SimulationMonitor.cpp OMCompiler/SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | R066 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SolverSettings.cpp OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | R061 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/DiscreteEvents.cpp OMCompiler/SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/EventHandling.cpp OMCompiler/SimulationRuntime/cpp/Core/System/EventHandling.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/FactoryExport.cpp | R059 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/LinearAlgLoopDefaultImplementation.cpp OMCompiler/SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.cpp | R061 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/NonLinearAlgLoopDefaultImplementation.cpp OMCompiler/SimulationRuntime/cpp/Core/System/NonLinearAlgLoopDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/SimVars.cpp | A OMCompiler/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | R051 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_papi.cpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | R061 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_scorep.cpp OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp | A OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.cpp | A OMCompiler/SimulationRuntime/cpp/FMU/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/FMU/FMULogger.cpp | R086 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/DefaultContainerManager.h OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/DefaultContainerManager.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h | R064 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/FactoryPolicy.h OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryPolicy.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ParallelContainerManager.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | R077 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/DefaultWriter.h OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/DefaultWriter.h | R070 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/MatfileWriter.h OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | R057 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/TextfileWriter.h OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | R067 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/XmlPropertyReader.h OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Extensions/API.h OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/API.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/IModelicaCompiler.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Array.h | R069 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ArrayOperations.h OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | R099 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Constants.h OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Constants.h | R051 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Functions.h OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Functions.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/IBlas.h | R067 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ILapack.h OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ILapack.h | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/OMAPI.h OMCompiler/SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Utility.h OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Utility.h | R081 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica.h OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h | R092 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h | R064 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ModelicaDefine.h OMCompiler/SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/DCSAPI.h OMCompiler/SimulationRuntime/cpp/Include/Core/Object/DCSAPI.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Object/IObject.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Object/Object.h | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/IReduceDAE.h OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAE.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAESettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Ranking.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/ReduceDAESettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Reduction.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/com/ModelicaCompiler.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | R081 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimObjects.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | R068 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/SimController.h OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimController.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | R052 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimObjects.h OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimObjects.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | R067 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/AlgLoopSolverDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/AlgLoopSolverDefaultImplementation.h | R089 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | R070 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ILinSolverSettings.h OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinearAlgLoopSolver.h | R050 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/INonLinSolverSettings.h OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinearAlgLoopSolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SimulationMonitor.h OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | R098 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SolverDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SolverSettings.h OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | R081 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SystemStateSelection.h OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | R051 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ContinuousEvents.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | R060 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/EventHandling.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/EventHandling.h | R095 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | R057 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IAlgLoopSolverFactory.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | R083 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IContinuous.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/IContinuous.h | R051 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ICoupledSystem.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | R071 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IEvent.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/IEvent.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/INonLinearAlgLoop.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISimVars.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | R051 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemInitialization.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | R059 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemProperties.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemTypes.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/ITime.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | R063 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/LinearAlgLoopDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h | R076 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/NonLinearAlgLoopDefaultImplementation.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/NonLinearAlgLoopDefaultImplementation.h | R075 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimVars.h OMCompiler/SimulationRuntime/cpp/Include/Core/System/SimVars.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | R076 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | R089 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp | R096 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/barriers.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/barriers.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/common.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/common.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/extension.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp | R082 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/factory.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/factory_map.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp | R053 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory.hpp | R079 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp | R078 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory_set.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_set.hpp | R061 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/create.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp | R063 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/create_func.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create_func.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/decl.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory_map.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/function.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/function.hpp | R067 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/library_impl.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp | R090 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/shared_library.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/shared_library.hpp | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/typeinfo.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/typeinfo.hpp | R075 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/logger.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | R055 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | R091 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_papi.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | R088 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_rdtsc.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | R087 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_scorep.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp | R087 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_statistic.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_statistic.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter_map.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/registry.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/registry.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | R099 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | R099 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas_names.h OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cblas.h OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cublas.h OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/config/fortran.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/generate_functions.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | R058 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_band_array.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | R058 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_triangular_array.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | R050 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_column_major.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp | R059 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_complex.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | R063 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_numeric.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp | R058 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_real.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp | R050 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_row_major.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp | R058 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_symmetric.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/clapack.h OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | R099 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | R061 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/min_rank.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | R078 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | R080 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | R079 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | R078 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/rank.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | R091 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type.h OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | R100 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | R054 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/value_type.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | R099 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/views.hpp OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp | A OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/utils.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULibInterface.h | R075 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMULogger.h OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULogger.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU/FactoryExport.h | R054 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/IFMUInterface.h OMCompiler/SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | R066 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/fmiModelFunctions.h OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/fmiModelTypes.h OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelTypes.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | A OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2FunctionTypes.h OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h | R081 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2Functions.h OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h | R090 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2TypesPlatform.h OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h | R078 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/ModelicaUtilities.h OMCompiler/SimulationRuntime/cpp/Include/ModelicaUtilities.h | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/BodasFactory/BodasFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | R057 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/OMCFactory/StaticOMCFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryConfig.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | R099 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryPolicy.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | R076 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverBodasFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | R067 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | R068 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | R065 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverBodasFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | R051 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | R054 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | R055 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | R074 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemBodasFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | R061 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemVxWorksFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | R067 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKodeSettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/FactoryExport.h | R059 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/Broyden.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/BroydenSettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h | R095 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h | R080 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/CppDASSL.h OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSL.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSLSettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dassl.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dasslaux.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolverSettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/FactoryExport.h | R063 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/Euler.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | R067 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/IEulerSettings.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | R092 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDASettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | R082 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolLapack.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolverSettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/FactoryExport.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NOX_StatusTest_SgnChange.H | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxSettings.h | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/FactoryExport.h | R080 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/Peer.h OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/PeerSettings.h | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/FactoryExport.h | R070 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/IRK12Settings.h OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/IRK12Settings.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12.h | A OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12Settings.h | R091 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h | R071 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/RTEuler.h OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | R092 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/RTEulerSettings.h OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h | R087 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/FactoryExport.h OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/FactoryExport.h | R070 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/UmfPack.h OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | R083 OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/UmfPackSettings.h OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPackSettings.h | R097 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/LibrariesConfig.h.in OMCompiler/SimulationRuntime/cpp/LibrariesConfig.h.in | R100 OMCompiler/SimulationRuntime/OMSICpp/Licenses/sundials.license OMCompiler/SimulationRuntime/cpp/Licenses/sundials.license | R074 OMCompiler/SimulationRuntime/OMSICpp/Makefile.env.in OMCompiler/SimulationRuntime/cpp/Makefile.env.in | R091 OMCompiler/SimulationRuntime/OMSICpp/Makefile.in OMCompiler/SimulationRuntime/cpp/Makefile.in | R085 OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw | R098 OMCompiler/SimulationRuntime/OMSICpp/CMake/PrecompiledHeader.cmake OMCompiler/SimulationRuntime/cpp/PrecompiledHeader.cmake | R100 OMCompiler/SimulationRuntime/OMSICpp/README OMCompiler/SimulationRuntime/cpp/README | R057 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/BodasFactory/BodasFactory.cpp OMCompiler/SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | A OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | A OMCompiler/SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | R058 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/ARKodeSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKodeSettings.cpp | R058 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt | R095 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/ARKode/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | R054 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/BroydenSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/Broyden/BroydenSettings.cpp | R052 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp | R060 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVode.cpp | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVodeSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | R071 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt | R098 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CppDASSL.cpp OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | R058 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CppDASSLSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSLSettings.cpp | R095 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/ddaskr.cpp | R074 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolverSettings.cpp | R095 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/FactoryExport.cpp | R065 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | R061 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/Euler.cpp OMCompiler/SimulationRuntime/cpp/Solver/Euler/Euler.cpp | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/EulerSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | R097 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | R097 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/config/EulerSettings.xml OMCompiler/SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | R093 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | R052 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/HybrjSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDA.cpp | R057 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDASettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDASettings.cpp | R050 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | R095 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | R059 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | R069 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/LinearSolverSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolverSettings.cpp | R052 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/NewtonSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/Nox/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.C | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/Nox.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxSettings.cpp | R070 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | R095 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/Peer/FactoryExport.cpp | R099 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/Peer.cpp OMCompiler/SimulationRuntime/cpp/Solver/Peer/Peer.cpp | R057 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/PeerSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/Peer/PeerSettings.cpp | R065 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt | R097 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/RK12/FactoryExport.cpp | A OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12.cpp | R072 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/RK12Settings.cpp OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12Settings.cpp | R094 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/config/RK12Settings.xml OMCompiler/SimulationRuntime/cpp/Solver/RK12/config/RK12Settings.xml | R076 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | R097 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | R050 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/RTEuler.cpp OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | R054 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/RTEulerSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | R056 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | R096 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/FactoryExport.cpp OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | R054 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/UmfPack.cpp OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | R054 OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/UmfPackSettings.cpp OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | R100 OMCompiler/SimulationRuntime/OMSICpp/configure.ac OMCompiler/SimulationRuntime/cpp/configure.ac | R093 OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/CMakeLists.txt OMCompiler/SimulationRuntime/cpp/omcCAPI/CMakeLists.txt | A OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMC.h | R054 OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMCAPI.h OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCAPI.h | A OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCFunctions.h | R100 OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/readme.md OMCompiler/SimulationRuntime/cpp/omcCAPI/readme.md | A OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | A OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp | M OMCompiler/configure.ac | M testsuite/Makefile | D testsuite/openmodelica/omsi/omsicpp/BouncingBall.mo | D testsuite/openmodelica/omsi/omsicpp/BouncingBall.mos | D testsuite/openmodelica/omsi/omsicpp/BouncingBall_ref_res.mat | D testsuite/openmodelica/omsi/omsicpp/Makefile | D testsuite/openmodelica/omsi/omsicpp/helloWorld.mos | D testsuite/openmodelica/omsi/omsicpp/helloWorldOMSI_ref_res.mat | * commit 4c957b7c277e2d75fc60dbaf365a0eea7fd1dab7 | Author: Per Östlund | Date: Mon Jun 10 12:23:16 2019 +0200 | | [NF] Improve expandability check for if-equations. | | M OMCompiler/Compiler/NFFrontEnd/NFBinding.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | A testsuite/flattening/modelica/scodeinst/IfEquation8.mo | M testsuite/flattening/modelica/scodeinst/Makefile | * commit 08bda243a2406c3ccefdde389cc4da2fa7c7b509 | Author: Martin Sjölund | Date: Fri Jun 7 22:19:33 2019 +0200 | | Use a label for MINGW/OSX builds in PR | | By setting the label CI/Build OSX (or MINGW), Jenkins will now build | this PR also with the selected target(s). Useful if you do not have | access to a Mac machine and want to make sure you don't break it. | | M .CI/common.groovy | M Jenkinsfile | * commit a2e86cd43ecd79d92b8cf467a8594c08498303b5 | Author: Lennart Ochel | Date: Mon Jun 10 09:36:03 2019 +0200 | | Add license badge to README.md | | R100 OMCompiler/OSMC-License.txt OSMC-License.txt | M README.md | * commit 3ae6d2dc06abea8b8c6cac2c9b3867d876de5ac4 | Author: Adrian Pop | Date: Sat Jun 8 23:50:26 2019 +0300 | | more fixes for building OMSICpp on MinGW | - link with shlwapi as is needed by fmil lib | - revert to OMC_LIB from LIB_OMC as is actually the libOpenModelicaCompiler in that case | - propagate LIB_OMC to more parts when building OMSICpp | - guard with IF(MSVC) installation of $TARGET_PDB_FILE | | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/omsi/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/FMU/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/CMakeLists.txt | * commit 8674038a7eef6a15182e3cd40a6b81bed7bf517c | Author: Adrian Pop | Date: Wed Jun 5 13:36:50 2019 +0300 | | add staging and pipeline commands for Windows/MinGW (optional) | - remove tabs | - put parentheses for the if condition | - escape $ in string -> \$ | - escape \ -> \\ | - shorten the name of the stage Windows/MinGW -> Win/MinGW | - use msys sh on Windows | - export OPENMODELICAHOME and OPENMODELICALIBRARY | - hardcode OMDEV for now, print PATH on Windows for debugging | - use bat instead of sh on Windows | - use cygpath to go from windows $WORKSPACE to msys directory | - more magic with quoting the Windows paths in the msys script | - use: set MSYS2_PATH_TYPE=inherit | - resurect runtimeCPPinstall target and make it point to OMSICPPinstall | | M .CI/common.groovy | M Jenkinsfile | M Makefile.omdev.mingw | * commit 7247254c0320c6096415d5669194402c470be8d6 | Author: Adrian Pop | Date: Sat Jun 8 17:35:19 2019 +0300 | | Fix a pch issue when building release | | M OMCompiler/SimulationRuntime/OMSICpp/CMake/PrecompiledHeader.cmake | M OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | * commit 9fd7ac7e08cc44524c9621cd797a5c229f235f20 | Author: Adrian Pop | Date: Sat Jun 8 03:38:41 2019 +0300 | | add more deps for OMSI msvc | | M OMCompiler/Makefile.omsi.common | * commit 33e993f8f0e123efd631d29c782490939827e7aa | Author: Adrian Pop | Date: Sat Jun 8 01:37:21 2019 +0300 | | Fix OMSICpp build on MSVC | - change OMC_LIB to LIB_OMC inside the OMSICpp project and the makefiles | - properly propagate $LIB_OMC via cmake | | M Makefile.omdev.mingw | M OMCompiler/.gitignore | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/Makefile.omsi.common | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/Makefile.in | M OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSICpp/omsi/CMakeLists.txt | * commit 3134605d8e9d79e63ed9bcf7e920ed42135d6b21 | Author: Adrian Pop | Date: Fri Jun 7 00:35:50 2019 +0300 | | fix MSVC build after adding of omc_file.c|h | - fix the msvc part of omc_file.h | | M OMCompiler/SimulationRuntime/c/util/CMakeLists.txt | M OMCompiler/SimulationRuntime/c/util/omc_file.h | * commit a0cd1542fa0e83b114aa2c8145a246d9dbb375b4 | Author: Martin Sjölund | Date: Thu Jun 6 19:35:34 2019 +0200 | | Do not require amd64 linux to run the milestone job | | M Jenkinsfile | * commit a21da63b405c7ed64f1b4ecb7a491ebe34f44bda | Author: Martin Sjölund | Date: Thu Jun 6 18:03:16 2019 +0200 | | Use gmake instead of make | | Forgot this part in 6da56e2. | | M .CI/common.groovy | * commit 12b7ab2e17565615667645391417e7e1cc454918 | Author: Adrian Pop | Date: Thu Jun 6 19:59:12 2019 +0300 | | update OMOptim submodule | | M OMOptim | * commit 67e0a74f510ca0fd745be97fa332f4980a10f5b8 | Author: Martin Sjölund | Date: Thu Jun 6 16:13:48 2019 +0200 | | Fix unit checking error in tested full model | | M testsuite/flattening/modelica/scodeinst/Rectifier.mo | * commit 55dd05d26a3311d7a32a36dcb452cd7a3870b37b | Author: Martin Sjölund | Date: Wed Jun 5 12:23:57 2019 +0200 | | Add test for checkModel performing unit check | | M testsuite/simulation/modelica/unitcheck/Makefile | A testsuite/simulation/modelica/unitcheck/UnitCheck17.mos | * commit b84a30fcead46049abb96d89560f15af91abed6a | Author: Martin Sjölund | Date: Wed Jun 5 11:34:44 2019 +0200 | | Enable unit checking for newInst + checkModel | | M OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo | * commit e0c46871412f9d8d0be124501de569d4dbe45268 | Author: Martin Sjölund | Date: Thu Jun 6 15:26:49 2019 +0200 | | Make it an option to test OSX | | M Jenkinsfile | * commit 6da56e2ef76510e66e951d0d40051f039fab8cac | Author: Martin Sjölund | Date: Thu Jun 6 15:22:46 2019 +0200 | | Use gmake instead of make | | M .CI/common.groovy | * commit 2bc49d377d8e0718e4d187516c5783a0d4ae0336 | Author: kabdelhak | Date: Wed Jun 5 11:24:32 2019 +0200 | | [BE,daeMode] add removed equations from shared | | M OMCompiler/Compiler/BackEnd/DAEMode.mo | * commit dc1348bd5542e569a6affa243ffd64d2e1a6536b | Author: niklwors | Date: Wed Jun 5 11:14:14 2019 +0200 | | Applied codestyle to omsicpp runtime | | M OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMC.h | M OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMCAPI.h | M OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMCFunctions.h | M OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/src/OMC.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/src/OMCTest.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/include/omsi_factory.h | M OMCompiler/SimulationRuntime/OMSICpp/omsi/include/omsi_global_settings.h | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.h | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_settings.h | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.h | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/omsi_fmi2_me.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_factory.cpp | M OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_global_settings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/DefaultContainerManager.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/FactoryPolicy.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/HistoryImpl.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/IHistory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/IPropertyReader.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ISimTable.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ISimVar.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ParallelContainerManager.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/BufferReaderWriter.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/DefaultWriter.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/MatfileWriter.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/TextfileWriter.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimBoolean.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimData.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimDouble.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimInteger.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimString.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Writer.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/XmlPropertyReader.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Extensions/IModelicaCompiler.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Array.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ArrayOperations.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ArraySlice.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Constants.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Functions.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/IBlas.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ILapack.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/SparseMatrix.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Utility.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ModelicaDefine.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/IObject.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/Object.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/IReduceDAE.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/IReduceDAESettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/Ranking.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/ReduceDAESettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/Reduction.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/com/ModelicaCompiler.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/Configuration.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimController.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimData.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/Initialization.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/SimController.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/SimManager.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/Factory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/GlobalSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/IGlobalSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/ISettingsFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/ISimControllerSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/AlgLoopSolverDefaultImplementation.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ILinSolverSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ILinearAlgLoopSolver.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/INonLinSolverSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/INonLinearAlgLoopSolver.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ISolver.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ISolverSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SimulationMonitor.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SolverDefaultImplementation.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SolverSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SystemStateSelection.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/AlgLoopSolverFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ContinuousEvents.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/DiscreteEvents.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/EventHandling.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IAlgLoopSolverFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IContinuous.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ICoupledSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IEvent.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ILinearAlgLoop.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IMixedSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/INonLinearAlgLoop.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IOMSI.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimObjects.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimVars.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IStateSelection.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IStepEvent.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemInitialization.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemProperties.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemTypes.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ITime.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IWriteOutput.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/LinearAlgLoopDefaultImplementation.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/NonLinearAlgLoopDefaultImplementation.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OSUSystem.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimObjects.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimVars.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SystemDefaultImplementation.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/ModelicaSimulationError.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/FactoryExport.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/OMCompilerSimulationRuntimeOMSICppruntimesrcSolverRTEulerRTEuler.cpp.URL | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/adaptable_factory.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/barriers.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/convenience.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/factory.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/factory_map.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/filesystem.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory_set.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/create.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/create_func.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/factory.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/factory_map.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/library_impl.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/shared_library.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/typeinfo.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/logger.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_papi.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_rdtsc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_scorep.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_statistic.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/parameter.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/parameter_map.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/shared_library.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/type_map.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/addressing_index.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/at.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/bandwidth.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/begin.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/set.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/her.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/boost/array.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/boost/multi_array.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/column.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/conj.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/data_order.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/data_side.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/adaptor.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/array.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/convert_to.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/copy_const.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/get.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/if_left.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/offset.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/pod.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/property_map.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/diag_tag.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/eigen/matrix.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/end.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/compressed.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_band_array.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_linear_array.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_rank.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_static_size.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_static_stride.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_triangular_array.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/herm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/index_base.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/io.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_column_major.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_complex.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_mutable.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_numeric.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_real.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_row_major.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_symmetric.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/workspace.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lower.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/min_rank.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/noop.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/num_columns.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/num_rows.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/rank.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/remove_imaginary.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/row.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/size.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std/valarray.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std/vector.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/stride.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/symm.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/tag.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type_traits.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/trans.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/trans_tag.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/banded.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/storage.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/triangular.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/unit_lower.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/unit_upper.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/uplo_tag.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/upper.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/value_type.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/vector_view.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/views.hpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/utils.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMUGlobalSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMULibInterface.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMULogger.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMUWrapper.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/IFMUInterface.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/fmiModelFunctions.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/fmiModelTypes.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2GlobalSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Interface.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Wrapper.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Wrapper.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2FunctionTypes.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2Functions.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2TypesPlatform.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/ModelicaUtilities.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/BodasFactory/BodasFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/OMCFactory/OMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/ObjectFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryConfig.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryPolicy.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverBodasFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverBodasFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverVxWorksFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemBodasFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemOMCFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemVxWorksFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/ARKode.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/ARKodeSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/Broyden.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/BroydenSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVode.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVodeSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/CppDASSL.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/CppDASSLSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/dassl.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/dasslaux.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/DgesvSolver.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/DgesvSolverSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/Euler.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/EulerSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/IEulerSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/Hybrj.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/HybrjSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDA.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDASettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/Kinsol.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolLapack.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolver.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolverSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/Newton.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/NewtonSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/Nox.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxLapackInterface.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/Peer.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/PeerSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/IRK12Settings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/RK12.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/RK12Settings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/RTEuler.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/RTEulerSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/FactoryExport.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/UmfPack.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/UmfPackSettings.h | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/SimData.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/XmlPropertyReader.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/ArrayOperations.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/Functions.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/SparseMatrix.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/Ranking.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/ReduceDAESettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/ReduceDAESettings.xml | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/Reduction.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/com/ModelicaCompiler.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/com/OMCTest.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/Configuration.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/Initialization.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimManager.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/Factory.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/GlobalSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/config/GlobalSettings.xml | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SimulationMonitor.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SolverDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SolverSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SystemStateSelection.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/AlgLoopSolverFactory.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/ContinuousEvents.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/DiscreteEvents.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/EventHandling.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/LinearAlgLoopDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/NonLinearAlgLoopDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OSUSystem.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimObjects.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimVars.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SystemDefaultImplementation.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaSimulationError.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaUtilities.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/logger.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_papi.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_rdtsc.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_scorep.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_statistic.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/FMU/FMULogger.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/BodasFactory/BodasFactory.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/OMCFactory.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/ARKode.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/ARKodeSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/Broyden.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/BroydenSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVode.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVodeSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CppDASSLSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/ddaskr.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/DgesvSolver.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/DgesvSolverSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/Euler.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/EulerSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/config/EulerSettings.xml | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/Hybrj.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/HybrjSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDA.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDASettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/Kinsol.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolLapack.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/LinearSolver.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/LinearSolverSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/Newton.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/NewtonSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NOX_StatusTest_SgnChange.C | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/Nox.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxLapackInterface.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/Peer.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/PeerSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/RK12.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/RK12Settings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/config/RK12Settings.xml | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/RTEuler.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/RTEulerSettings.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/FactoryExport.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/UmfPack.cpp | M OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/UmfPackSettings.cpp | * commit 8633ec15ac094110f7810b99ff4ae12010f21801 | Author: niklwors | Date: Fri May 17 16:33:31 2019 +0200 | | [OMSICpp] Add OMSI Cpp library and omsicpp code target template | | Simulation runtime for FMU/OMSU simulation in C++. | | - Added OMSICpp build | - Use CMake to build SimultaionRuntime/OMSICpp | - Added OMSICpp in Simulation Runtime | - The code targets cpp and cpp fmu using this runtime also now | - Using OMSIBase library for base functionalities shared with OMSIC runtime | - Wrapper for FMI 2.0 ModelExchange functions | - Functions for continuous simulation of FMU/OMSU | - Functions for event simulation of FMU/OMSU | - Getter and Setter functions for FMU/OMSU | - Logging and some debugging functionalities | - Initialization and deallocation of FMU/OMSU | - OMSICpp Simulation runtime which supports omsu/fmu 2.0 ME and the old | cpp code traget systems | - Documentation with Doxygen | - Doxyfile not included | | Co-authored-by: AnHeuermann | Co-authored-by: wibraun | | M Makefile.omdev.mingw | M OMCompiler/.gitignore | M OMCompiler/Compiler/BackEnd/BackendDAECreate.mo | M OMCompiler/Compiler/BackEnd/ExpressionSolve.mo | M OMCompiler/Compiler/BackEnd/HpcOmMemory.mo | M OMCompiler/Compiler/BackEnd/Initialization.mo | M OMCompiler/Compiler/FrontEnd/ComponentReference.mo | M OMCompiler/Compiler/Script/CevalScriptBackend.mo | M OMCompiler/Compiler/SimCode/SimCodeMain.mo | M OMCompiler/Compiler/Template/CodegenCpp.tpl | M OMCompiler/Compiler/Template/CodegenCppCommon.tpl | M OMCompiler/Compiler/Template/CodegenCppHpcom.tpl | M OMCompiler/Compiler/Template/CodegenFMUCommon.tpl | M OMCompiler/Compiler/Template/CodegenFMUCpp.tpl | M OMCompiler/Compiler/Template/CodegenFMUCppHpcom.tpl | M OMCompiler/Compiler/Template/CodegenOMSIC.tpl | A OMCompiler/Compiler/Template/CodegenOMSICpp.tpl | M OMCompiler/Compiler/Template/Makefile.common | M OMCompiler/Compiler/Util/Flags.mo | M OMCompiler/Compiler/boot/LoadCompilerSources.mos | M OMCompiler/Makefile.common | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/Makefile.omsi.common | M OMCompiler/SimulationRuntime/OMSI/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSI/base/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2FunctionTypes.h OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2FunctionTypes.h | R100 OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2Functions.h OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2Functions.h | R100 OMCompiler/SimulationRuntime/OMSIC/include/fmi2/fmi2TypesPlatform.h OMCompiler/SimulationRuntime/OMSI/include/fmi2/fmi2TypesPlatform.h | M OMCompiler/SimulationRuntime/OMSI/solver/CMakeLists.txt | M OMCompiler/SimulationRuntime/OMSIC/CMakeLists.txt | R098 OMCompiler/SimulationRuntime/cpp/CMake/FindDgesv.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindDgesv.cmake | R100 OMCompiler/SimulationRuntime/cpp/CMake/FindPugiXML.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindPugiXML.cmake | R095 OMCompiler/SimulationRuntime/cpp/CMake/FindScoreP.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindScoreP.cmake | R099 OMCompiler/SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindSuiteSparse.cmake | R099 OMCompiler/SimulationRuntime/cpp/CMake/FindTBB.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/FindTBB.cmake | R098 OMCompiler/SimulationRuntime/cpp/PrecompiledHeader.cmake OMCompiler/SimulationRuntime/OMSICpp/CMake/PrecompiledHeader.cmake | R078 OMCompiler/SimulationRuntime/cpp/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Licenses/sundials.license OMCompiler/SimulationRuntime/OMSICpp/Licenses/sundials.license | R074 OMCompiler/SimulationRuntime/cpp/Makefile.env.in OMCompiler/SimulationRuntime/OMSICpp/Makefile.env.in | R091 OMCompiler/SimulationRuntime/cpp/Makefile.in OMCompiler/SimulationRuntime/OMSICpp/Makefile.in | R094 OMCompiler/SimulationRuntime/cpp/Makefile.omdev.mingw OMCompiler/SimulationRuntime/OMSICpp/Makefile.omdev.mingw | R100 OMCompiler/SimulationRuntime/cpp/README OMCompiler/SimulationRuntime/OMSICpp/README | R100 OMCompiler/SimulationRuntime/cpp/configure.ac OMCompiler/SimulationRuntime/OMSICpp/configure.ac | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/CMakeLists.txt | R099 OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMC.h OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMC.h | R099 OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCAPI.h OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMCAPI.h | R098 OMCompiler/SimulationRuntime/cpp/omcCAPI/include/OMCFunctions.h OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/include/OMCFunctions.h | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/readme.md OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/readme.md | R099 OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMC.cpp OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/src/OMC.cpp | R100 OMCompiler/SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp OMCompiler/SimulationRuntime/OMSICpp/omcCAPI/src/OMCTest.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/omsi/README | A OMCompiler/SimulationRuntime/OMSICpp/omsi/include/omsi_factory.h | A OMCompiler/SimulationRuntime/OMSICpp/omsi/include/omsi_global_settings.h | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_log.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_settings.h | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/detail/omsi_fmi2_wrapper.h | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/fmi2/omsi_fmi2_me.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_factory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/omsi/src/omsi_global_settings.cpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/DefaultContainerManager.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/DefaultContainerManager.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/FactoryPolicy.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/FactoryPolicy.h | R088 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/HistoryImpl.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/IHistory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/IPropertyReader.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ISimTable.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ISimVar.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/ParallelContainerManager.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/ParallelContainerManager.h | R098 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/BufferReaderWriter.h | R092 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/DefaultWriter.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/DefaultWriter.h | R099 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/MatfileWriter.h | R093 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Policies/TextfileWriter.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimBoolean.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimData.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimDouble.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimInteger.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/SimString.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/Writer.h | R075 OMCompiler/SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/DataExchange/XmlPropertyReader.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/API.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Extensions/API.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Extensions/IModelicaCompiler.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Extensions/IModelicaCompiler.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Array.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Array.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ArrayOperations.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ArraySlice.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Constants.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Constants.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Functions.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Functions.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/IBlas.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/IBlas.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/ILapack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/ILapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/OMAPI.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/OMAPI.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/SparseMatrix.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Math/Utility.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Math/Utility.h | R098 OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Modelica/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ModelicaDefine.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ModelicaDefine.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Object/DCSAPI.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/DCSAPI.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Object/IObject.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/IObject.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Object/Object.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Object/Object.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAE.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/IReduceDAE.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAESettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/IReduceDAESettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Ranking.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/Ranking.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/ReduceDAESettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/ReduceDAESettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/Reduction.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/Reduction.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/ReduceDAE/com/ModelicaCompiler.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/ReduceDAE/com/ModelicaCompiler.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Configuration.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/Configuration.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/FactoryExport.h | R089 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimController.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimData.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/ISimData.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/Initialization.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/Initialization.h | R091 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimController.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/SimController.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimManager.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimController/SimManager.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/Factory.h | R096 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/GlobalSettings.h | R097 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/IGlobalSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/ISettingsFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/SimulationSettings/ISimControllerSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/AlgLoopSolverDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/AlgLoopSolverDefaultImplementation.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ILinSolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ILinearAlgLoopSolver.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ILinearAlgLoopSolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/INonLinSolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/INonLinearAlgLoopSolver.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/INonLinearAlgLoopSolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolver.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ISolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/ISolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SimulationMonitor.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SolverDefaultImplementation.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Solver/SystemStateSelection.h | R088 OMCompiler/SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/AlgLoopSolverFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ContinuousEvents.h | R092 OMCompiler/SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/DiscreteEvents.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/EventHandling.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/EventHandling.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IAlgLoopSolverFactory.h | R098 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IContinuous.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IContinuous.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ICoupledSystem.h | R086 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IEvent.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IEvent.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ILinearAlgLoop.h | R097 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IMixedSystem.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/INonLinearAlgLoop.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/INonLinearAlgLoop.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IOMSI.h | R091 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/ISimObjects.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimObjects.h | R087 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISimVars.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISimVars.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStateSelection.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IStateSelection.h | R075 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IStepEvent.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IStepEvent.h | R085 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemInitialization.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemProperties.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ISystemTypes.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ISystemTypes.h | R095 OMCompiler/SimulationRuntime/cpp/Include/Core/System/ITime.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/ITime.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/IWriteOutput.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/LinearAlgLoopDefaultImplementation.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/System/NonLinearAlgLoopDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/NonLinearAlgLoopDefaultImplementation.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/OSUSystem.h | R073 OMCompiler/SimulationRuntime/cpp/Include/Core/SimController/SimObjects.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimObjects.h | R086 OMCompiler/SimulationRuntime/cpp/Include/Core/System/SimVars.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SimVars.h | R091 OMCompiler/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/System/SystemDefaultImplementation.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/Modelica/ModelicaSimulationError.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/adaptable_factory.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/barriers.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/barriers.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/common.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/common.hpp | R099 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/convenience.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/extension.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/factory.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/factory_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/filesystem.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_set.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/adaptable_factory_set.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/create.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create_func.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/create_func.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/decl.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/factory.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory_map.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/factory_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/function.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/function.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/library_impl.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/shared_library.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/shared_library.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/typeinfo.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/impl/typeinfo.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/logger.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time.hpp | R099 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_papi.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_rdtsc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_scorep.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_statistic.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/measure_time_statistic.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/parameter.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter_map.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/parameter_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/registry.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/registry.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/shared_library.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/extension/type_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/addressing_index.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/at.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/bandwidth.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/begin.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cblas.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/cublas.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/set.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/her.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/boost/array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/boost/multi_array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/column.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/conj.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/data_order.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/data_side.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/adaptor.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/convert_to.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/copy_const.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/get.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/if_left.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/offset.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/pod.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/detail/property_map.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/diag_tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/eigen/matrix.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/end.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/compressed.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_band_array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_linear_array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_rank.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_static_size.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_static_stride.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/has_triangular_array.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/herm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/index_base.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/io.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_column_major.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_complex.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_mutable.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_numeric.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_real.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_row_major.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/is_symmetric.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lapack/workspace.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/lower.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/min_rank.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/noop.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/num_columns.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/num_rows.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/rank.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/remove_imaginary.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/row.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/size.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std/valarray.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/std/vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/stride.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/symm.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/traits/type_traits.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/trans.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/trans_tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/banded.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/storage.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/triangular.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/unit_lower.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/unit_upper.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/uplo_tag.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/upper.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/value_type.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/vector_view.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/bindings/views.hpp | R100 OMCompiler/SimulationRuntime/cpp/Include/Core/Utils/numeric/utils.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Core/Utils/numeric/utils.h | R096 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMUGlobalSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULibInterface.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMULibInterface.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMULogger.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMULogger.h | R098 OMCompiler/SimulationRuntime/cpp/Include/FMU/FMUWrapper.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FMUWrapper.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/IFMUInterface.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/IFMUInterface.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/fmiModelFunctions.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU/fmiModelTypes.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU/fmiModelTypes.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2GlobalSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Interface.cpp | R092 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Wrapper.cpp | R098 OMCompiler/SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/FMU2Wrapper.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2FunctionTypes.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2Functions.h | R100 OMCompiler/SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/FMU2/fmi2TypesPlatform.h | R100 OMCompiler/SimulationRuntime/cpp/Include/ModelicaUtilities.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/ModelicaUtilities.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/BodasFactory/BodasFactory.h | R098 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/OMCFactory/OMCFactory.h | R068 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/ObjectFactory.h | R095 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryConfig.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/FactoryPolicy.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | R063 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SolverVxWorksFactory.h | R099 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | R095 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | R052 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | R051 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | R088 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemBodasFactory.h | R072 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemOMCFactory.h | R083 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/Policies/SystemVxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/ARKode.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/ARKodeSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/ARKodeSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/ARKode/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/ARKode/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/Broyden.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/BroydenSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/BroydenSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Broyden/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Broyden/FactoryExport.h | R099 OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVode.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/CVodeSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CVode/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSL.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/CppDASSL.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSLSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/CppDASSLSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dassl.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/dassl.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/CppDASSL/dasslaux.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/CppDASSL/dasslaux.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/DgesvSolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/DgesvSolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Dgesv/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Dgesv/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/Euler.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/EulerSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Euler/IEulerSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/Hybrj.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Hybrj/HybrjSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDA.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDA.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/IDA/IDASettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/IDA/IDASettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/Kinsol.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolLapack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Kinsol/KinsolSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolver.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolverSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/LinearSolver/LinearSolverSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/Newton.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/Newton.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Newton/NewtonSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/Nox.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/Nox.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxLapackInterface.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NoxSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Nox/NoxSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/Peer.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/Peer.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/Peer/PeerSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/Peer/PeerSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/IRK12Settings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/IRK12Settings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/RK12.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RK12/RK12Settings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RK12/RK12Settings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/RTEuler.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/RTEuler/RTEulerSettings.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/FactoryExport.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/FactoryExport.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/UmfPack.h | R100 OMCompiler/SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPackSettings.h OMCompiler/SimulationRuntime/OMSICpp/runtime/include/Solver/UmfPack/UmfPackSettings.h | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/CMakeLists.txt | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/CMakeLists.txt | R069 OMCompiler/SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/DataExchange/SimData.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/SimData.cpp | R096 OMCompiler/SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/DataExchange/XmlPropertyReader.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/ArrayOperations.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Core/Math/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Math/Functions.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/Functions.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Math/SparseMatrix.cpp | R084 OMCompiler/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/CMakeLists.txt | R076 OMCompiler/SimulationRuntime/cpp/Core/Modelica/Modelica.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/Modelica.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaConfig_gcc.inc.in | R094 OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaConfig_msvc.inc.in | R073 OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in | R100 OMCompiler/SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in | R100 OMCompiler/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ModelicaExternalC/CMakeLists.txt | R058 OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Ranking.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/Ranking.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/ReduceDAESettings.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.xml OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/ReduceDAESettings.xml | R100 OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/Reduction.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/Reduction.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/com/ModelicaCompiler.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/ReduceDAE/com/OMCTest.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/ReduceDAE/com/OMCTest.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Core/SimController/Configuration.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/Configuration.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/FactoryExport.cpp | R091 OMCompiler/SimulationRuntime/cpp/Core/SimController/Initialization.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/Initialization.cpp | R093 OMCompiler/SimulationRuntime/cpp/Core/SimController/SimController.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimController.cpp | R096 OMCompiler/SimulationRuntime/cpp/Core/SimController/SimManager.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimController/SimManager.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/Factory.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/FactoryExport.cpp | R095 OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/GlobalSettings.cpp | R096 OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/SimulationSettings/config/GlobalSettings.xml | R100 OMCompiler/SimulationRuntime/cpp/Core/Solver/AlgLoopSolverDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SimulationMonitor.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SolverDefaultImplementation.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SolverSettings.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Solver/SystemStateSelection.cpp | R094 OMCompiler/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/AlgLoopSolverFactory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/ContinuousEvents.cpp | R095 OMCompiler/SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/DiscreteEvents.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/System/EventHandling.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/EventHandling.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/LinearAlgLoopDefaultImplementation.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/System/NonLinearAlgLoopDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/NonLinearAlgLoopDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/OSUSystem.cpp | R089 OMCompiler/SimulationRuntime/cpp/Core/SimController/SimObjects.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimObjects.cpp | R067 OMCompiler/SimulationRuntime/cpp/Core/System/SimVars.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SimVars.cpp | R087 OMCompiler/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/System/SystemDefaultImplementation.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaSimulationError.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/Modelica/ModelicaUtilities.cpp | R072 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/logger.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/logger.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_papi.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_rdtsc.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_scorep.cpp | R100 OMCompiler/SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Core/Utils/extension/measure_time_statistic.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/FMU/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/FMU/FMULogger.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/FMU/FMULogger.cpp | R097 OMCompiler/SimulationRuntime/cpp/LibrariesConfig.h.in OMCompiler/SimulationRuntime/OMSICpp/runtime/src/LibrariesConfig.h.in | R100 OMCompiler/SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/BodasFactory/BodasFactory.cpp | A OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/CMakeLists.txt | R095 OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/OMCFactory/OMCFactory.cpp | R099 OMCompiler/SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | R099 OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/ARKode.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/ARKode/ARKodeSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/ARKodeSettings.cpp | R061 OMCompiler/SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/ARKode/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/ARKode/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/Broyden.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Broyden/BroydenSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/BroydenSettings.cpp | R053 OMCompiler/SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Broyden/FactoryExport.cpp | R062 OMCompiler/SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CMakeLists.txt | R098 OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVode.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVode.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/CVodeSettings.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CVode/FactoryExport.cpp | R072 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CMakeLists.txt | R098 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CppDASSL.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/CppDASSLSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/CppDASSLSettings.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/CppDASSL/ddaskr.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/CppDASSL/ddaskr.cpp | R074 OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/DgesvSolver.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/DgesvSolverSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/DgesvSolverSettings.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Dgesv/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Dgesv/FactoryExport.cpp | R065 OMCompiler/SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/Euler/Euler.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/Euler.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/EulerSettings.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/RK12/config/RK12Settings.xml OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Euler/config/EulerSettings.xml | R074 OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/Hybrj.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Hybrj/HybrjSettings.cpp | R058 OMCompiler/SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/FactoryExport.cpp | R099 OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDA.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDA.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/IDA/IDASettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/IDA/IDASettings.cpp | R051 OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/Kinsol.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolLapack.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Kinsol/KinsolSettings.cpp | R060 OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/LinearSolver.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/LinearSolver/LinearSolverSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/LinearSolver/LinearSolverSettings.cpp | R053 OMCompiler/SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Newton/Newton.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/Newton.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Newton/NewtonSettings.cpp | R064 OMCompiler/SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/Nox/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.C OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NOX_StatusTest_SgnChange.C | R100 OMCompiler/SimulationRuntime/cpp/Solver/Nox/Nox.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/Nox.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxLapackInterface.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Nox/NoxSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Nox/NoxSettings.cpp | R071 OMCompiler/SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/Peer/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Peer/Peer.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/Peer.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/Peer/PeerSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/Peer/PeerSettings.cpp | R065 OMCompiler/SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/RK12/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/RK12.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/RK12/RK12Settings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/RK12Settings.cpp | R097 OMCompiler/SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RK12/config/RK12Settings.xml | R079 OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/FactoryExport.cpp | R097 OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/RTEuler.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/RTEuler/RTEulerSettings.cpp | R058 OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/CMakeLists.txt | R100 OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/FactoryExport.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/UmfPack.cpp | R100 OMCompiler/SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp OMCompiler/SimulationRuntime/OMSICpp/runtime/src/Solver/UmfPack/UmfPackSettings.cpp | D OMCompiler/SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/Math/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | D OMCompiler/SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/System/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Core/System/FactoryExport.cpp | D OMCompiler/SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/FMU/CMakeLists.txt | D OMCompiler/SimulationRuntime/cpp/Include/Solver/Nox/NOX_StatusTest_SgnChange.H | D OMCompiler/SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | M OMCompiler/configure.ac | M testsuite/Makefile | A testsuite/openmodelica/omsi/omsicpp/BouncingBall.mo | A testsuite/openmodelica/omsi/omsicpp/BouncingBall.mos | A testsuite/openmodelica/omsi/omsicpp/BouncingBall_ref_res.mat | A testsuite/openmodelica/omsi/omsicpp/Makefile | A testsuite/openmodelica/omsi/omsicpp/helloWorld.mos | A testsuite/openmodelica/omsi/omsicpp/helloWorldOMSI_ref_res.mat | * commit 33fb7b969896eb9fb1b073f3737f58c4bcf0eaa4 | Author: Adeel Asghar | Date: Tue Jun 4 12:43:02 2019 +0200 | | Use the macros for unicode to utf-8 and back conversions | | Added a `omc_file.h/c` which contains the file system operations like fopen, stat etc. Use the functions declared in this file instead of directly calling them. | | M OMCompiler/Compiler/runtime/SimulationResults.c | M OMCompiler/Compiler/runtime/System_omc.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Compiler/runtime/systemimpl.h | M OMCompiler/Parser/parse.c | M OMCompiler/SimulationRuntime/c/Makefile.common | M OMCompiler/SimulationRuntime/c/Makefile.objs | M OMCompiler/SimulationRuntime/c/gc/omc_gc.c | M OMCompiler/SimulationRuntime/c/linearization/linearize.cpp | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/DebugeOptimization.c | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | M OMCompiler/SimulationRuntime/c/optimization/DataManagement/MoveData.c | M OMCompiler/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | M OMCompiler/SimulationRuntime/c/simulation/results/simulation_result_mat4.cpp | M OMCompiler/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | M OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/external_input.c | M OMCompiler/SimulationRuntime/c/simulation/solver/initialization/initialization.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | M OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c | M OMCompiler/SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | A OMCompiler/SimulationRuntime/c/util/omc_file.c | A OMCompiler/SimulationRuntime/c/util/omc_file.h | M OMCompiler/SimulationRuntime/c/util/omc_mmap.c | M OMCompiler/SimulationRuntime/c/util/read_csv.c | M OMCompiler/SimulationRuntime/c/util/read_matlab4.c | M OMPlot/OMPlot/OMPlotGUI/PlotWindow.cpp | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos | M testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos | * commit 93a3ce5276b72c7917b136065fff640014feab13 | Author: Martin Sjölund | Date: Tue Jun 4 17:17:28 2019 +0200 | | Add tests for alternative OS/compilers | | A .CI/Jenkinsfile.more-compilers | A .CI/cache-32/Dockerfile | A .CI/cache-disco/Dockerfile | A .CI/cache-jessie/Dockerfile | A .CI/cache-stretch/Dockerfile | M .CI/common.groovy | M OMCompiler/Compiler/boot/Makefile.common | M OMCompiler/Compiler/runtime/Makefile.common | M OMCompiler/configure.ac | * commit 3e60c14bfc729519ed7944cf7ab1f726323f9a04 | Author: Martin Sjölund | Date: Tue Jun 4 07:15:46 2019 +0200 | | Add a pipeline for OSX | | M .CI/Jenkinsfile.osx | M .CI/common.groovy | M OMCompiler/SimulationRuntime/cpp/CMakeLists.txt | * commit 84f52c559a977f9cf3c784bf769187c3407c066f | Author: Per Östlund | Date: Tue Jun 4 12:43:17 2019 +0200 | | [NF] Set structural parameters as final in the DAE | | - Set structural parameters as final when creating the DAE structure, | to indicate that they've been evaluated and shouldn't be modified. | - Disable the old way of doing this used by the OF when using the NF, | to avoid unnecessary traversal of the DAE. | | M OMCompiler/Compiler/FrontEnd/DAEUtil.mo | M OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo | M testsuite/flattening/modelica/scodeinst/Condition3.mo | M testsuite/flattening/modelica/scodeinst/ConnectArrays2.mo | M testsuite/flattening/modelica/scodeinst/ConnectArrays3.mo | M testsuite/flattening/modelica/scodeinst/DimRagged2.mo | M testsuite/flattening/modelica/scodeinst/DimUnknown9.mo | M testsuite/flattening/modelica/scodeinst/EvaluateAllParams.mo | M testsuite/flattening/modelica/scodeinst/EvaluateAllParams2.mo | M testsuite/flattening/modelica/scodeinst/IfConnect1.mo | M testsuite/flattening/modelica/scodeinst/IfConnect2.mo | M testsuite/flattening/modelica/scodeinst/IfEquation3.mo | M testsuite/flattening/modelica/scodeinst/IfEquation4.mo | M testsuite/flattening/modelica/scodeinst/IfEquation5.mo | M testsuite/flattening/modelica/scodeinst/InStreamReduction1.mo | M testsuite/flattening/modelica/scodeinst/RedeclareMod5.mo | M testsuite/flattening/modelica/scodeinst/RedeclareMod6.mo | M testsuite/flattening/modelica/scodeinst/Size6.mo | M testsuite/flattening/modelica/scodeinst/StateSelect2.mo | M testsuite/flattening/modelica/scodeinst/TestSampleNoClock.mos | M testsuite/flattening/modelica/scodeinst/ceval1.mo | M testsuite/flattening/modelica/scodeinst/ceval2.mo | M testsuite/flattening/modelica/scodeinst/ceval3.mo | M testsuite/flattening/modelica/scodeinst/ceval4.mo | M testsuite/flattening/modelica/scodeinst/cond4.mo | M testsuite/flattening/modelica/scodeinst/const7.mo | M testsuite/flattening/modelica/scodeinst/dim1.mo | M testsuite/flattening/modelica/scodeinst/dim13.mo | M testsuite/flattening/modelica/scodeinst/dim18.mo | M testsuite/flattening/modelica/scodeinst/dim19.mo | M testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/testArrayEquations.mos | M testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos | M testsuite/openmodelica/cppruntime/testVectorizedPowerSystem.mos | M testsuite/openmodelica/cppruntime/testVectorizedSolarSystem.mos | * commit 4e286fa3e25f74f77cbc6007dd7ab59e39c1ec62 | Author: Lennart Ochel | Date: Tue Jun 4 13:41:06 2019 +0200 | | Adjust minimal step size (#219) | | M OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp | M OMCompiler/SimulationRuntime/c/simulation/solver/epsilon.h | M OMCompiler/SimulationRuntime/c/simulation/solver/solver_main.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | M testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos | M testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos | M testsuite/simulation/modelica/functions_eval/Inverter2.mos | * commit 43bbd731b9e7316f550b5a2f9b3ed6c6233fb77c | Author: Adeel Asghar | Date: Wed May 29 11:46:51 2019 +0200 | | Use the Windows short path names to make MINGW happy | | Windows creates are short path name for each folder that contains spaces or special characters. If we use the that MINGW can compile files from such paths. | Use the -w flag for make to print the current directory | | M OMCompiler/Compiler/scripts/Compile.bat | * commit 2ac39849e3c357da1c642f340685abc4df596cd6 | Author: Martin Sjölund | Date: Fri May 31 15:16:11 2019 +0200 | | Fixes for latest sphinx version | | M .CI/cache/Dockerfile | M Jenkinsfile | M doc/UsersGuide/source/conf.py | * commit 2b3b8d85c04fbcfa1598599773d073d3f8b82d4b | Author: Martin Sjölund | Date: Fri May 31 11:13:01 2019 +0200 | | Add pipeline for cppruntime tests | | A .CI/Jenkinsfile.cpp | M .CI/common.groovy | * commit dbbd56ea3e03593a92dcaacbc0b808b5586c7967 | Author: Adrian Pop | Date: Fri May 31 18:13:45 2019 +0300 | | more fixes for ticket:5507 | - give defaults for 'extent' and 'textString' also in the Text record | other changes | - split execstat in NFApi for better performance info | - display the OMEdit log numbers with better formatting | | M OMCompiler/Compiler/FrontEnd/Constants.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.cpp | * commit 716cbd9c45190d81203ea10ac8d8efb684bf3d8e | Author: Martin Sjölund | Date: Wed May 29 08:48:30 2019 +0200 | | Add Jenkins pipelines for slower jobs | | A .CI/Jenkinsfile.osx | A .CI/Jenkinsfile.static_analysis | A .CI/clang-tools/Dockerfile | A .CI/common.groovy | M Jenkinsfile | * commit 75252ef16838be063a2877e78936d97584d300cb | Author: johti | Date: Tue May 28 18:11:29 2019 +0200 | | ISSUE-5507: Prevents OMEdit from crashing when parsing text annotations. Fixed incorrect bound check | | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | * commit d1598f762ce4ea8e2f1a0a854bc91c62fdf3dabd | Author: Martin Sjölund | Date: Thu May 30 14:11:19 2019 +0200 | | Fixes for parallel builds | | M OMCompiler/Makefile.common | M OMCompiler/Makefile.in | M OMCompiler/SimulationRuntime/c/Makefile.common | * commit a99df61b012639045e46130c346b61b5aabfe0d4 | Author: Adrian Pop | Date: Thu May 30 12:08:03 2019 +0300 | | [NF] minor change to remove duplication | | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | * commit a38506dec18976e2ed0e53652acfdf7353f6a532 | Author: Adrian Pop | Date: Wed May 29 21:52:07 2019 +0300 | | - use NF for getComponents API | | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/InteractiveUtil.mo | * commit fa1ba18eac089e0495de069c7b555fe984232701 | Author: Martin Sjölund | Date: Wed May 29 18:21:45 2019 +0200 | | Actually clean difftool on make clean | | M Makefile.in | * commit 89db729e40a6155c28b5a7fbec1c07758b9fbd7f | Author: Martin Sjölund | Date: Wed May 29 13:10:10 2019 +0200 | | The clean target should clean difftool | | M testsuite/difftool/Makefile | * commit 89c20ab3597abffdfe9fddf25310459812a14a1e | Author: Martin Sjölund | Date: Wed May 29 12:44:45 2019 +0200 | | Use a mutex for nodes that share docker volumes | | This avoids problems when checking out git repositories that are | cached using docker volumes. | | M Jenkinsfile | * commit 43c2b75e881bf740bae3344bd4be54a0ed0d3a81 | Author: Adrian Pop | Date: Wed May 22 01:11:07 2019 +0200 | | - more NF API changes | - expose DynamicSelect expressions in annotations | - avoid parameter in annotation records to force scalarization, use nfAPI flag to force it | - handle DynamicSelect typing and evaluation | - support conversion from Boolean to Real (used in annotations in MSL, i.e. Boolean > 0.5) only if -d=nfAPI is on and issue a warning | - fix for ticket:5506, add test: testsuite/openmodelica/interactive-API/Ticket5506 | - fix for ticket:5502, return just the first expression in DynamicSelect for all API if -d=nfAPIDynamicSelect flag is not given | - update testsuite/openmodelica/interactive-API/interactive_api_annotations | | M OMCompiler/Compiler/FrontEnd/Absyn.mo | M OMCompiler/Compiler/FrontEnd/Constants.mo | M OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFCeval.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo | M OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo | M OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Script/Refactor.mo | M OMCompiler/Compiler/Stubs/NFApi.mo | M OMCompiler/Compiler/Util/Flags.mo | M testsuite/openmodelica/interactive-API/Makefile | A testsuite/openmodelica/interactive-API/Ticket5506.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | * commit 3e12ff23da6d3552bc4df9f45badb02d8f014fba | Author: Adeel Asghar | Date: Tue May 28 13:22:43 2019 +0200 | | Better reading of visual xml file | | Fixes memory leaks. | | M OMEdit/OMEdit/OMEditGUI/Animation/Visualizer.cpp | M OMEdit/OMEdit/OMEditGUI/Animation/Visualizer.h | * commit 767bbe4ce0de900d6205f59bc8a956ea007776ec | Author: Adeel Asghar | Date: Tue May 28 11:20:09 2019 +0200 | | Always send utf-8 data from OMEdit to OMC | | Use the wide char APIs for file handling | | M OMCompiler/Compiler/Template/GenerateAPIFunctionsTpl.tpl | M OMCompiler/SimulationRuntime/c/util/read_matlab4.c | M OMEdit/OMEdit/OMEditGUI/Animation/AnimationUtil.h | M OMEdit/OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp | M OMEdit/OMEdit/OMEditGUI/CrashReport/GDBBacktrace.cpp | M OMEdit/OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp | M OMEdit/OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp | M OMEdit/OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/OMEditApplication.cpp | M OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.cpp | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp | M OMEdit/OMEdit/OMEditGUI/Util/Utilities.cpp | * commit c8b2e0e0e66ada93518d3abddebf5b9eed8a6e90 | Author: Martin Sjölund | Date: Mon May 27 08:35:30 2019 +0200 | | Update ModelicaExternalC | | This fixes ticket:5469. | | M OMCompiler/3rdParty | * commit 04b5e7ae6c7a9a553ddff41ecce14e90916d60a3 | Author: johti | Date: Fri May 24 17:25:25 2019 +0200 | | ISSUE-5503: Focus set proper when changing the shape that we are activly drawing | | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit a7237c207cf8a99c6b3a1fc1148ab874b761be57 | Author: johti | Date: Fri May 24 14:21:07 2019 +0200 | | RemovedOutCommentedCode: Removed code that was not used in Commands.cpp. They are still in the history so should be retrievable | | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | * commit 4d4d80992fba91b425ec5ae15726fb77e9d9abeb | Author: johti | Date: Mon May 6 15:00:55 2019 +0200 | | enhancement-5444: Now possible to escape while drawing lines and polygons | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | * commit c6b0e20c008b7caec273638f0c23e3596bedd6d5 | Author: Martin Sjölund | Date: Mon May 20 10:56:22 2019 +0200 | | Prevent some memory leaks in KINSol | | Related to ticket:5485. Note that free'ing the KINSol data makes | simulations time out so that part is not disabled. | | M OMCompiler/SimulationRuntime/c/simulation/solver/kinsolSolver.c | M OMCompiler/SimulationRuntime/c/simulation/solver/omc_math.h | * commit 7d0026e3f199d8a4a4c71ad8f682a0de34513386 | Author: Martin Sjölund | Date: Thu May 23 14:48:27 2019 +0200 | | Abort previous builds when PR has a new commit | | M Jenkinsfile | * commit 6bcd564584b8da983c15985eef05714c963bc366 | Author: Adeel Asghar | Date: Thu May 23 14:27:25 2019 +0200 | | Documentation about DynamicSelect and state machine debugging | | M doc/UsersGuide/source/media/omedit-variables-browser.png | M doc/UsersGuide/source/omedit.rst | * commit 0468d6921f9b40fcd97dbf570a23a5a04190b3a0 | Author: Per Östlund | Date: Thu May 23 11:55:38 2019 +0200 | | [NF] Avoid evaluating external functions. | | - Mark external function calls as non-structural, to avoid expressions | containing such calls from being marked as structural when its not | strictly necessary. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFPrefixes.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | * commit a09c8abbb1d730b46fdfb124e3f5098ecb2aeb15 | Author: Adrian Pop | Date: Thu May 23 12:33:08 2019 +0200 | | fix MSVC build | - handle MSVC that doesn't know how to handle array declarations with sizes set by local variables on the stack | | M OMCompiler/SimulationRuntime/c/util/read_csv.c | M OMCompiler/SimulationRuntime/c/util/read_matlab4.c | * commit dbe3960e81b930925d513b966ab7acc2da712974 | Author: Martin Sjölund | Date: Wed May 22 11:38:53 2019 +0200 | | RHEL6 requires libatomic_ops/m4 to exist | | If the directory does not exist, autoreconf fails | | M OMCompiler/Makefile.common | * commit 53f0fcbc8aa1ab13cd05be2c26c83ec0e2794ec3 | Author: Adeel Asghar | Date: Wed May 22 12:20:56 2019 +0200 | | Adapt to the new output format for text options | | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | * commit 69a67b26e8d414e6dc528a998db995f450d4ee00 | Author: Adeel Asghar | Date: Tue May 21 11:07:44 2019 +0200 | | Support non-ascii characters on Windows | | Handle the file writing and removing code. | Handle reading the result files. | Use c_add_message instead of stderr. | Updated 3rdParty antlr. | | M OMCompiler/3rdParty | M OMCompiler/Compiler/Util/System.mo | M OMCompiler/Compiler/runtime/SimulationResults.c | M OMCompiler/Compiler/runtime/System_omc.c | M OMCompiler/Compiler/runtime/systemimpl.c | M OMCompiler/Compiler/runtime/systemimpl.h | M OMCompiler/Parser/parse.c | M OMCompiler/SimulationRuntime/c/util/read_csv.c | M OMCompiler/SimulationRuntime/c/util/read_matlab4.c | * commit 38bb5e0468c4f5daf50c213a1a83ec97698fd956 | Author: arun3688 | Date: Wed May 22 11:48:49 2019 +0200 | | set datarecon uncertain var unreplaceable | | M OMCompiler/Compiler/BackEnd/BackendVariable.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | * commit 0e102be30561a0ed7eef78a2d4d6ab6a13db67df | Author: Adrian Pop | Date: Mon May 20 16:16:11 2019 +0300 | | - more API using the NF | - fix ticket:5482 handle getIconAnnotation and getDiagramAnnotation via the NF | - cache results of the NF instantiation | - better fix for ticket:5484 | - change annotation Text record to have defaults for fontName and testStyle | - update tests due to changes to Text annotation | | M OMCompiler/Compiler/FFrontEnd/FBuiltin.mo | M OMCompiler/Compiler/FrontEnd/Absyn.mo | M OMCompiler/Compiler/FrontEnd/Constants.mo | M OMCompiler/Compiler/Global/Global.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/Interactive.mo | M OMCompiler/Compiler/Script/NFApi.mo | M OMCompiler/Compiler/Stubs/NFApi.mo | M testsuite/openmodelica/interactive-API/Bug2871.mos | M testsuite/openmodelica/interactive-API/Buildings.PartialFlowMachine.mos | M testsuite/openmodelica/interactive-API/IllegalGraphics.mos | M testsuite/openmodelica/interactive-API/getIconAnnotation.mos | M testsuite/openmodelica/interactive-API/interactive_api_annotations.mos | M testsuite/openmodelica/interactive-API/interactive_api_calls.mos | * commit ad11e888d35c662254a4f2f6880706a955d1a83a | Author: arun3688 | Date: Mon May 20 18:21:31 2019 +0200 | | generate seperate c function for setting datarecon inputs | | M OMCompiler/Compiler/BackEnd/BackendDAE.mo | M OMCompiler/Compiler/BackEnd/Uncertainties.mo | M OMCompiler/Compiler/SimCode/ReduceDAE.mo | M OMCompiler/Compiler/SimCode/SimCode.mo | M OMCompiler/Compiler/SimCode/SimCodeUtil.mo | M OMCompiler/Compiler/SimCode/SimCodeVar.mo | M OMCompiler/Compiler/Template/CodegenC.tpl | M OMCompiler/Compiler/Template/SimCodeTV.mo | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | M OMCompiler/SimulationRuntime/c/openmodelica_func.h | M OMCompiler/SimulationRuntime/c/simulation/solver/model_help.c | M OMCompiler/SimulationRuntime/c/simulation_data.h | * commit 00057d265ece799adbab1eafe4a4eb65d8b1a31b | Author: johti | Date: Mon May 6 15:00:55 2019 +0200 | | Removed duplicate code. Instead create a new method for LineAnnotation | | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.h | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp | M OMEdit/OMEdit/OMEditGUI/Modeling/Commands.h | * commit dc9a2b2a30a96b222e71c0b0f7769da62801b2f4 | Author: Per Östlund | Date: Tue May 21 12:33:31 2019 +0200 | | Remove pedantic option. | | - Remove the option to toggle the pedantic debug flag, since it's been | removed from the compiler on account of begin unused. | | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOptions.h | M OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.h | * commit cef23d1b3a18dd7ecd815d12ac57df7fce0e092c | Author: Ruediger Franke | Date: Tue May 21 06:05:20 2019 +0200 | | [Cpp] Support assignment to vectorized discrete-time states in for loops | | M OMCompiler/Compiler/Template/CodegenCpp.tpl | * commit 61686da507a6e9ec31a97237e062a70c4b33bc64 | Author: Per Östlund | Date: Mon May 20 14:19:53 2019 +0200 | | [NF] Implement sum-reduction of operator records. | | - Implemented support for sum-reductions of operator records that have | the appropriate operators. | - Change constructor calls in bindings of outputs in operator record | constructors into record expressions, to avoid infinite loops. | | M OMCompiler/Compiler/NFFrontEnd/NFCall.mo | M OMCompiler/Compiler/NFFrontEnd/NFClass.mo | M OMCompiler/Compiler/NFFrontEnd/NFExpression.mo | M OMCompiler/Compiler/NFFrontEnd/NFOperatorOverloading.mo | M OMCompiler/Compiler/NFFrontEnd/NFRestriction.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/Util.mo | M testsuite/flattening/modelica/scodeinst/Makefile | M testsuite/flattening/modelica/scodeinst/OperatorOverloadComplex.mo | A testsuite/flattening/modelica/scodeinst/OperatorOverloadSum1.mo | M testsuite/flattening/modelica/scodeinst/ReductionInvalidTypeMax.mo | M testsuite/flattening/modelica/scodeinst/ReductionInvalidTypeMin.mo | M testsuite/flattening/modelica/scodeinst/ReductionInvalidTypeSum.mo | M testsuite/simulation/modelica/records/Makefile | A testsuite/simulation/modelica/records/TestComplexSum2.mos | * commit 52269bf53192ca6ff0668be359327e7e19df5e4e | Author: Per Östlund | Date: Mon May 20 12:19:00 2019 +0200 | | [NF] Add --strict flag. | | - Added a new --strict flag that turns some warnings into errors. | | M .CI/compliance-newinst.failures | M OMCompiler/Compiler/NFFrontEnd/NFFunction.mo | M OMCompiler/Compiler/NFFrontEnd/NFFunctionDerivative.mo | M OMCompiler/Compiler/NFFrontEnd/NFInst.mo | M OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo | M OMCompiler/Compiler/NFFrontEnd/NFTyping.mo | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/Flags.mo | A testsuite/flattening/modelica/scodeinst/ConditionInvalidContext1.mo | A testsuite/flattening/modelica/scodeinst/ConditionInvalidContext2.mo | M testsuite/flattening/modelica/scodeinst/Makefile | D testsuite/flattening/modelica/scodeinst/log | * commit 8e39485c487bbc310b22605f6fbd33797d15e4d7 | Author: Martin Sjölund | Date: Mon May 20 11:12:01 2019 +0200 | | Create m4 directory to please CentOS6 | | M OMCompiler/Makefile.common | * commit 739106a9ffe7af8713ddde9f705ce14a291edb51 | Author: Per Östlund | Date: Fri May 17 17:46:53 2019 +0200 | | Fix check of flags in Flags.loadFlags. | | - Handle flag index errors more gracefully by printing the error and | then terminating the compiler execution, instead of risking an | infinite loop of flag loading that results in a stack overflow and the | error message being lost. | - Removed the unused -d=pedantic flag. | | M OMCompiler/Compiler/Util/Error.mo | M OMCompiler/Compiler/Util/Flags.mo | A testsuite/flattening/modelica/scodeinst/log | M testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos | M testsuite/simulation/modelica/functions_eval/ticket2535.mos | M testsuite/simulation/modelica/initialization/SingularInitial.mos | M testsuite/simulation/modelica/initialization/bug_2263.mos | M testsuite/simulation/modelica/initialization/bug_2504.mos | M testsuite/simulation/modelica/initialization/bug_2566.mos | M testsuite/simulation/modelica/initialization/discreteTest06.mos | M testsuite/simulation/modelica/initialization/discreteTest10.mos | M testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos | * commit fcce7079d2159a9c0776b680f32d6825bb16436d | Author: Martin Sjölund | Date: Mon May 20 10:55:42 2019 +0200 | | Add the MidCode theses to the list | | M doc/bibliography/openmodelica.bib | * commit 2ec8f357452ebe3e5daa11ca9579f9c43026649b | Author: Adrian Pop | Date: Sat May 18 02:27:57 2019 +0300 | | update 3dParty | | M OMCompiler/3rdParty | * commit 4f1956f242ca0e5774deb5e8ed388d8acbeac51f | Author: Martin Sjölund | Date: Wed May 15 15:47:48 2019 +0200 | | Make a list of flaky tests for the compliance suite | | A .CI/compliance.flaky | M Jenkinsfile | M OMCompiler/Examples/ComplianceSuite.py | * commit 24d90d7f31dc2f6a31d613c776db00755e0cd74f | Author: Martin Sjölund | Date: Wed May 15 15:40:07 2019 +0200 | | Update compliance suite tests for newInst | | M .CI/compliance-newinst.failures | * commit 0d019321fbea187590acbcdd8acfe9eb959cae80 | Author: Adeel Asghar | Date: Fri May 17 09:58:53 2019 +0200 | | Update the package.order file after the class rename | Made it optional to delete file/folder once a model/package is deleted. | Fixes ticket:4852 and ticket:5355 | | M OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp | M OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.h | * commit e851d0e3f703742a296dcecf6fe48865ebb53d48 | Author: hudson | Date: Thu May 16 19:34:35 2019 +0200 | | * libraries d7daa7e...1f7f382 (1): | > Bump libraries | | M libraries | * commit f066cbaf9912070d0ea4ced2f08b2d9c9587a39a | Author: Adrian Pop | Date: Thu May 16 19:14:49 2019 +0200 | | * libraries 92788d8...d7daa7e (1): | > update provided after AdvancedNoise version change | | M libraries | * commit 8581d04c0e3d03ffc3258af1fcfe9b44a1f9b85a | Author: Adrian Pop | Date: Thu May 16 19:14:40 2019 +0300 | | fix ticket:5484 allow only -d=nfAPI to be set | | M OMCompiler/Compiler/Script/CevalScript.mo | M OMCompiler/Compiler/Script/NFApi.mo | * commit 89b42042fdb095d861571910755b7b0d1cd174da | Author: Adeel Asghar | Date: Thu May 16 11:43:42 2019 +0200 | | ticket:5481 Updated the parameter when the value is changed | | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | M OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.h | * commit 41b846d665ee53a10a4b1baae5cd4d51ca1dd8cf | Author: Adeel Asghar | Date: Thu May 16 10:53:45 2019 +0200 | | Updated translations | Thanks to LI Wenhui for Chinese translations | | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts | M OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts | * commit 0b3c742c56e315abfb04dbb1919eacc6b9aee50e | Author: Lennart Ochel | Date: Thu May 16 09:54:16 2019 +0200 | | * OMSimulator 5d63a37...83936fb (1): | > Update .gitignore | | M OMSimulator | * commit e00938b54c8f28656c144ab86fab660eabffd271 | Author: Lennart Ochel | Date: Thu May 16 09:10:47 2019 +0200 | | * OMSimulator 9e04b31...5d63a37 (1): | > Emit events for strongly connected systems (#680) | | M OMSimulator | * commit 555414b0aa3ffa4a1d2e7a0f2edb739cb64fac35 | Author: Adeel Asghar | Date: Wed May 15 12:56:30 2019 +0200 | | Check for the index out of bounds | | M OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | * commit 2f2c9955b045471cd68ac4e23ce505b3dd1bf7be | Author: Adeel Asghar | Date: Wed May 15 16:25:34 2019 +0200 | | Unify the getVersion output for all platforms | Updated the OMEdit's about page. | | M OMCompiler/Makefile.omdev.mingw | M OMCompiler/SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | M OMEdit/OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp | M OMEdit/OMEdit/OMEditGUI/MainWindow.cpp | M OMEdit/OMEdit/OMEditGUI/Makefile.omdev.mingw | M OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp | M OMEdit/OMEdit/OMEditGUI/omc_config.h.in | * commit f6f572707287dc33d08bb71f0deffb2f9252faea | Author: hudson | Date: Wed May 15 19:23:45 2019 +0200 | | * libraries bf78c4b...92788d8 (1): | > Bump libraries | | M libraries | * commit efba4f83c80865d8f778f787de7003af2d63e238 | Author: Martin Sjölund | Date: Wed May 15 14:21:20 2019 +0200 | | The doc repo is never used | | M doc/UsersGuide/source/conf.py | * commit 75becfa81b8f9bb2739c8dc807e9665931f56544 |\ Merge: 2ab97af9b9 c2d73c7677 | | Author: Martin Sjölund | | Date: Wed May 15 14:00:43 2019 +0200 | | | | Merge pull request #182 from sjoelund/fix-common-version | | | | Fix common submodule + version script | | | * commit c2d73c7677174f6c80973968f5ec46552f7f208b | | Author: Martin Sjölund | | Date: Wed May 15 13:53:16 2019 +0200 | | | | Fix version string used | | | | M common/semver.sh | | | * commit b66fa07c24ec6c6475a0abbd097b894587ed0ed4 | |\ Merge: 746f6d55e9 c9c90856e0 | | | Author: Martin Sjölund | | | Date: Wed May 15 13:53:08 2019 +0200 | | | | | | Add 'common/' from commit 'c9c90856e0875fc31ccc71f97114023dc640170b' | | | | | | git-subtree-dir: common | | | git-subtree-mainline: 746f6d55e96f7fd84db4cf6ae68cc1e8ee7dd29a | | | git-subtree-split: c9c90856e0875fc31ccc71f97114023dc640170b | | | | | * commit c9c90856e0875fc31ccc71f97114023dc640170b | | | Author: Adeel Asghar | | | Date: Fri Jul 13 14:59:40 2018 +0200 | | | | | | Include lib folder in RPATH_QMAKE | | | | | | M m4/omhome.m4 | | | | | * commit db79fa717cb7cf995681384e2717294fd3c6777c | | | Author: Martin Sjölund | | | Date: Mon Dec 12 15:20:52 2016 +0100 | | | | | | Pass the PACKAGE_NAME to semver.sh | | | | | | M m4/semver.m4 | | | M semver.sh | | | | | * commit 747145757edf4e3ad50d9d9e1b0d9f792cbeb54d | | | Author: hkiel | | | Date: Fri Nov 25 15:26:13 2016 +0100 | | | | | | fix qmake.sh on darwin | | | | | | M m4/qmake.m4 | | | | | * commit 1fccf2c310ba9c56baeadb62da5c81c23f9bdf66 | | | Author: Martin Sjölund | | | Date: Thu Nov 10 10:27:30 2016 +0100 | | | | | | Access QT_INSTALL_HEADERS in autoconf | | | | | | M m4/qmake.m4 | | | | | * commit b895c9a00289ba145bc2ff78d9aa87512c1a7714 | | | Author: Martin Sjölund | | | Date: Tue Oct 18 17:48:25 2016 +0200 | | | | | | Fix for OSX quoting | | | | | | M m4/qmake.m4 | | | | | * commit 99788c65078f5571b11df3dc20abd230629d2a01 | | | Author: Martin Sjölund | | | Date: Mon Oct 17 11:58:07 2016 +0200 | | | | | | Handle qmake -qt4 | | | | | | M m4/qmake.m4 | | | | | * commit 3b1089fafba87106bb41f384a70f14d3a907dff5 | | | Author: Martin Sjölund | | | Date: Mon Oct 17 11:34:35 2016 +0200 | | | | | | We need to substitute LRELEASE like before | | | | | | M m4/qmake.m4 | | | | | * commit 5ede8caae10c63be30bfbe6a12217faaba6ac389 | | | Author: Martin Sjölund | | | Date: Mon Oct 17 09:22:22 2016 +0200 | | | | | | Fix logic for qjson Qt4/Qt5 | | | | | | Why doesn't cmake just look at QTDIR? | | | | | | M m4/qmake.m4 | | | | | * commit c7d60273c464abe98b6c3a7291d053b13ee17d82 | | | Author: Martin Sjölund | | | Date: Mon Oct 17 09:12:11 2016 +0200 | | | | | | Improve detection of lrelease | | | | | | M m4/qmake.m4 | | | | | * commit 364b7ddc3e56c33bc3b02f4e9b5bc2e1d99105f4 | | | Author: Martin Sjölund | | | Date: Thu Jul 21 14:21:37 2016 +0200 | | | | | | Allow configure to detect QT5 | | | | | | M m4/qmake.m4 | | | | | * commit 0b04a780d5584f3673e3d2a8d97b3bd2a82fc795 | | | Author: Martin Sjölund | | | Date: Fri Apr 29 08:12:19 2016 +0200 | | | | | | Make pre-commit hook remove tabs as well | | | | | | M pre-commit.sh | | | | | * commit 2fe814f59e21e5eb91ccfd51950819c0e953e589 | | | Author: Martin Sjölund | | | Date: Fri Apr 15 16:29:24 2016 +0200 | | | | | | Use rpath-link to make linking easier | | | | | | M m4/omhome.m4 | | | | | * commit c535ec79728ac2887d46e802cfe0e5bc310acb76 | | | Author: Martin Sjölund | | | Date: Tue Oct 20 13:38:03 2015 +0200 | | | | | | Look for env.vars QTDIR/QMAKE/LRELEASE | | | | | | This makes it easier to work with for example macports, which is able | | | to pass the env.vars to the configure process (and it recently moved | | | these programs so they are not on the default macports path). | | | | | | M m4/qmake.m4 | | | | | * commit d7e96410a8be73d31c312dcf42e920f5ed6ab2f3 | | | Author: Martin Sjölund | | | Date: Fri Aug 28 07:48:41 2015 +0200 | | | | | | Fix typo | | | | | | M semver.sh | | | | | * commit ccdc6b74e470657d6d2ec0889dbf1dd4950013c8 | | | Author: Martin Sjölund | | | Date: Wed Aug 5 10:48:09 2015 +0200 | | | | | | Add hook for testing 50/72 style | | | | | | A commit-msg.sh | | | M m4/pre-commit.m4 | | | | | * commit 5316bb3677448b8f387268052eaf6150a9209bba | | | Author: Martin Sjölund | | | Date: Mon Jun 22 18:59:43 2015 +0200 | | | | | | Fix qmake/OSX detection | | | | | | M m4/qmake.m4 | | | | | * commit 51d5f523effcb6c050c766e97f1c3b2ec9a4a50d | | | Author: Martin Sjölund | | | Date: Thu Jun 18 10:56:40 2015 +0200 | | | | | | Add macros to get the semantic version of the current release | | | | | | A m4/semver.m4 | | | A semver.sh | | | | | * commit 00c80dcd01a2ad92460b807db98637dcaec683ce | | | Author: Martin Sjölund | | | Date: Wed May 20 12:21:47 2015 +0200 | | | | | | Always copy the required config.guess, etc | | | | | | M m4/omhome.m4 | | | | | * commit 2e0e4dd1d5a31703e042edc851815ef9c24a7d9a | | | Author: Martin Sjölund | | | Date: Wed May 20 11:41:15 2015 +0200 | | | | | | Add the canonical host_short to omhome | | | | | | M m4/omhome.m4 | | | | | * commit 8700c259c99580ac3959af30c3c86b50d37ec87e | | | Author: Martin Sjölund | | | Date: Wed May 20 08:09:37 2015 +0200 | | | | | | Add c++11 macro | | | | | | A m4/ax_cxx_compile_stdcxx_11.m4 | | | | | * commit d52ab4e30b913ba383613f53a3792a3eaae33d21 | | | Author: Martin Sjölund | | | Date: Mon May 18 15:04:18 2015 +0200 | | | | | | Make pre-commit hook work with submodules | | | | | | M m4/pre-commit.m4 | | | | | * commit ec62513e656d2a50bf7e1b5ac8a49ea926d8e41e | | | Author: Adeel Asghar | | | Date: Tue May 12 13:21:29 2015 +0200 | | | | | | - Make pre-commit work on Windows. | | | | | | M pre-commit.sh | | | | | * commit 0997d2ec1dcc950e6881f0eb302862401568d8f1 | | | Author: Martin Sjölund | | | Date: Tue May 5 22:15:32 2015 +0200 | | | | | | Add searching for libqwt | | | | | | M m4/omhome.m4 | | | | | * commit 687e1d940fa42a11f9d638693565d0abd4758ff3 | | | Author: Martin Sjölund | | | Date: Tue May 5 21:57:46 2015 +0200 | | | | | | Nicer omhome messages | | | | | | M m4/omhome.m4 | | | | | * commit 1d955ae09e7c778107ee364d28a3944092a63c41 | | | Author: Martin Sjölund | | | Date: Tue May 5 14:56:04 2015 +0200 | | | | | | Skip looking for omc build artifacts if we are compiling omc at the same time | | | | | | M m4/ombuilddir.m4 | | | M m4/omhome.m4 | | | | | * commit d41c2b184ebad45f70bf09ea79685aad5d39358a | | | Author: Martin Sjölund | | | Date: Tue May 5 11:24:40 2015 +0200 | | | | | | Share build dirs between projects | | | | | | A m4/ombuilddir.m4 | | | M m4/omhome.m4 | | | | | * commit d6652d48b2b4212a868dbdd608278aca2a85806a | | | Author: Martin Sjölund | | | Date: Sun May 3 18:46:39 2015 +0200 | | | | | | Update configure | | | | | | M m4/omhome.m4 | | | | | * commit 9a08f0d8b8c898b38282b971352a52343efc0615 | | | Author: Martin Sjölund | | | Date: Sun May 3 16:16:46 2015 +0200 | | | | | | Add pre-commit hooks | | | | | | A m4/pre-commit.m4 | | | A pre-commit.sh | | | | | * commit 7dd9c1a3ec54b774fc07666ae280b4d4948d21d2 | | | Author: Martin Sjölund | | | Date: Sat May 2 16:26:44 2015 +0200 | | | | | | Some additional useful m4 checks | | | | | | M m4/omhome.m4 | | | M m4/qmake.m4 | | | | | * commit e3db36176409e506b2f8f17c63762ce40d7e09fc | | | Author: Martin Sjölund | | | Date: Sat May 2 13:50:39 2015 +0200 | | | | | | Add autoconf dependencies | | | | | | A config.guess | | | A config.sub | | | A install-sh | | | | | * commit 021808598f8a120df3c797e5b470246a47739272 | | | Author: Martin Sjölund | | | Date: Sat May 2 13:35:58 2015 +0200 | | | | | | Add m4 files for autoconf | | | | | | A .gitattributes | | | M LICENSE | | | A m4/corba.m4 | | | A m4/omhome.m4 | | | A m4/qmake.m4 | | | | | * commit 32f158e1aba6b80aee7700d657da00816ba24b3d | | Author: Martin Sjölund | | Date: Sat May 2 09:42:50 2015 +0200 | | | | Initial commit | | | | A LICENSE | | A README.md | | | * commit 746f6d55e96f7fd84db4cf6ae68cc1e8ee7dd29a |/ Author: Martin Sjölund | Date: Wed May 15 13:52:51 2019 +0200 | | Remove common submodule (use subtree instead) | | M .gitmodules | D common | * commit 2ab97af9b9d55f692eb3bb0077715170685c6883 | Author: Martin Sjölund | Date: Wed May 15 12:17:32 2019 +0200 | | Update to the actual latest 3rdParty | | M OMCompiler/3rdParty | * commit 4b57428d243964ed01126f4c30120c2766b6fbf4 |\ Merge: 5caf2a52a0 8c0cb3f93e | | Author: Martin Sjölund | | Date: Wed May 15 12:02:11 2019 +0200 | | | | Merge pull request #179 from sjoelund/omcompiler-subtree | | | | Make OMCompiler and Documentation into a subtree | | | * commit 8c0cb3f93edc6de231abc6e997028faa57b67abe | | Author: Martin Sjölund | | Date: Wed May 15 11:55:30 2019 +0200 | | | | Add common and 3rdParty back | | | | M .gitmodules | | A OMCompiler/3rdParty | | A OMCompiler/common | | | * commit f2b058a41d72ca9dbe646b0a96a9a3c556b6635c | | Author: Martin Sjölund | | Date: Wed May 15 11:54:43 2019 +0200 | | | | Remove 3rdParty and common submodules | | | | D OMCompiler/.gitmodules | | D OMCompiler/3rdParty | | D OMCompiler/common | | | * commit 83be5f2b790fa813f11e0465a2108ad1cb276f4b | |\ Merge: 7e93f6768a 5dc61f678f | | | Author: Martin Sjölund | | | Date: Wed May 15 11:46:25 2019 +0200 | | | | | | Add 'OMCompiler/' from commit '5dc61f678fe0ed388fc811fe2cea14c54a0a0b29' | | | | | | git-subtree-dir: OMCompiler | | | git-subtree-mainline: 7e93f6768a63eef834c83f4b2b95dbe8e98064e2 | | | git-subtree-split: 5dc61f678fe0ed388fc811fe2cea14c54a0a0b29 | | | | | * commit 5dc61f678fe0ed388fc811fe2cea14c54a0a0b29 | | | Author: Adrian Pop | | | Date: Wed May 15 11:18:33 2019 +0200 | | | | | | any target starting with 'msvc' is msvc | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3090 | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Util/System.mo | | | | | * commit c33af0978e01d22eaef6897f993f4d240e23e6d3 | | | Author: Per Östlund | | | Date: Tue May 14 14:24:14 2019 +0200 | | | | | | [NF] Check conditional component contexts. | | | | | | - Check that conditional components aren't used in non-connect contexts. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3089 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 9a3a75822881f0c13d693d4d0721bfc91c3b1db2 | | | Author: Per Östlund | | | Date: Tue May 14 13:24:18 2019 +0200 | | | | | | [NF] Fix expandable connector lookup. | | | | | | - Only allow lookup of undeclared elements in components, not classes. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#177 | | | - OpenModelica/OMCompiler#3088 | | | | | | M Compiler/NFFrontEnd/NFLookup.mo | | | | | * commit ad34730536c2c9808f88240f4a106bcb3e67a7fd | | | Author: Adrian Pop | | | Date: Tue May 14 09:40:02 2019 +0200 | | | | | | [FE] new API and replaceable support | | | - work in progress | | | - to use, just add +d=nfAPI to the OMEdit simulation flags | | | - handling of getComponentAnnotations via NF (some models are about 6x faster) | | | - some crashes in OMEdit, not debugged yet, for example: Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#175 | | | - OpenModelica/OMCompiler#3087 | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | A Compiler/Script/InteractiveUtil.mo | | | A Compiler/Script/NFApi.mo | | | A Compiler/Stubs/NFApi.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 92a411947501902a4017d343a43599a458c454e6 | | | Author: Andreas Heuermann | | | Date: Fri May 10 13:24:50 2019 +0200 | | | | | | Handle complex equations in when statements. | | | | | | Fix for ticket #4157 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3086 | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit d9dbed6b5ea16de09598c9a51260a5a6c7ad05da | | | Author: Andreas | | | Date: Thu May 9 17:55:03 2019 +0200 | | | | | | Fix rpath for OMSI FMU with gcc | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#171 | | | - OpenModelica/OMCompiler#3084 | | | | | | M Compiler/Template/CodegenOMSIC.tpl | | | | | * commit a4e794b3fd021bde57dbf410951a622d514ed03f | | | Author: Andreas | | | Date: Wed May 8 16:26:20 2019 +0200 | | | | | | Fix wrong linkage of expat lib for FMUs | | | | | | Expat is used in OMSI FMUs and now installed to | | | build/lib//omc/omsi. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3083 | | | | | | M Compiler/Template/CodegenOMSIC.tpl | | | M SimulationRuntime/OMSI/base/CMakeLists.txt | | | | | * commit d2540cc708801be202f0122b092fe77bf03b5016 | | | Author: Per Östlund | | | Date: Wed May 8 15:34:50 2019 +0200 | | | | | | [NF] Improve unit checking. | | | | | | - Make constant variability configurable in EvalConstants, and use it to | | | not evaluate structural parameters in general when checking a model. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#170 | | | - OpenModelica/OMCompiler#3082 | | | | | | M Compiler/NFFrontEnd/NFEvalConstants.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | | | * commit 6cebda4386e1a6465bfe9a55ee6c087e087cc15f | | | Author: Per Östlund | | | Date: Wed May 8 14:00:50 2019 +0200 | | | | | | [NF] Improve overconstrained connection handling. | | | | | | - Fix handling of arrays of overconstrained connectors. | | | - Clean up the NFOCConnectionGraph.add* functions and reorder their | | | arguments to be more fold-friendly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3081 | | | | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | | | * commit c8a95fdf0c568ead33ae5139e2c0c362ff9a448e | | | Author: kabdelhak | | | Date: Tue May 7 15:56:53 2019 +0200 | | | | | | [BE] Avoid records in remove simple equations | | | - #4793 | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#167 | | | - OpenModelica/OMCompiler#3077 | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 80f6ed2acb82f9140e3f130ea8c53e411ff1b9b9 | | | Author: Per Östlund | | | Date: Tue May 7 13:04:18 2019 +0200 | | | | | | Fix NFUnitCheck.getFunctionName for records. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3078 | | | | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit ee7aaabe653db736d99cb9e31f2a6fb507381237 | | | Author: Adeel Asghar | | | Date: Tue May 7 11:37:20 2019 +0200 | | | | | | ticket:5030 Fix the broken profiling for OMEdit | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3076 | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit 5daaf9ba0d473c57e1a7fc9d4c98413d44e02fc4 | | | Author: kabdelhak | | | Date: Fri May 3 11:50:35 2019 +0200 | | | | | | [BE] Remove dumping of empty sets from index reduction | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3074 | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit f6e121244274fcf68b09696c2373021755041d3e | | | Author: Per Östlund | | | Date: Thu May 2 15:27:01 2019 +0200 | | | | | | [NF] Fix redeclaration of enumerations. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#156 | | | - OpenModelica/OMCompiler#3073 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/Util/Error.mo | | | | | * commit 364f80f3dfe76d36cdc4614307eadeb983334003 | | | Author: arun3688 | | | Date: Thu May 2 11:17:58 2019 +0200 | | | | | | fix dataReconciliation top level inputs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3072 | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | M SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | | | | | * commit 0baa0669f664d479e1a7eb3477ed895cf1494406 | | | Author: Martin Sjölund | | | Date: Tue Apr 30 15:55:17 2019 +0200 | | | | | | Fix detection of setlocale using -O0 | | | | | | For some reason -O2 disables the error from using undeclared functions | | | in both gcc and clang. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3071 | | | | | | M configure.ac | | | | | * commit 10081da2c8455cc8fc8f262496b7eefc3d149d06 | | | Author: Andreas | | | Date: Tue Apr 30 12:33:06 2019 +0200 | | | | | | Fix bug introduced by PR #3067 | | | | | | - Library tests could not detect errors when building FMUs | | | - Removed introduced try-catch and new time measurement | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3070 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 67b880245176d955db79a785d8e02c77ff6f635a | | | Author: Andreas | | | Date: Mon Apr 29 17:05:45 2019 +0200 | | | | | | [OMSI] Added buildModelFMU for simCodeTarget=omsic | | | | | | It's now possible to build first FMUs with --simCodeTarget=omsic | | | - Added new simCodeTarget flag "omsic" | | | - buildModelFMU can now return resultValues and saves time needed to build model | | | - Added OMSIC template functions to callTargetTemplatesFMU in SimCodeMain.mo | | | - Added template compilation for OMSI templates in Compiler/Template/Makefile.common | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#154 | | | - #3067 | | | | | | Co-authored-by: niklwors | | | Co-authored-by: wibraun | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#154 | | | - OpenModelica/OMCompiler#3067 | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenOMSIC.tpl | | | M Compiler/Template/CodegenOMSI_common.tpl | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 10a0a9df6a3a2e75a2a2570b43b0ee4a23c10c97 | | | Author: Andreas Heuermann | | | Date: Fri Apr 26 12:16:10 2019 +0200 | | | | | | [OMSI] Fixed wrong header guard and warnings in OMSIBase and OMSIC | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#154 | | | - #3067 | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#154 | | | - OpenModelica/OMCompiler#3067 | | | | | | M SimulationRuntime/OMSI/base/include/omsi_getters_and_setters.h | | | M SimulationRuntime/OMSIC/include/omsu/omsu_getters_and_setters.h | | | M SimulationRuntime/OMSIC/src/omsu/omsu_helper.c | | | | | * commit 84b5f7ec3899e623577a3012853ba33830febc43 | | | Author: Martin Sjölund | | | Date: Mon Apr 29 15:29:18 2019 +0200 | | | | | | Update 3rdParty | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3069 | | | | | | M 3rdParty | | | | | * commit fafb07605d9c86dc4982f66ae6ac31c4ef093ee8 | | | Author: Martin Sjölund | | | Date: Mon Apr 29 15:01:30 2019 +0200 | | | | | | Fixes for latest MacOS release | | | | | | M Makefile.common | | | M configure.ac | | | | | * commit 8b33074dd5492d01f5b9e6fc67a4eaa4e24b4fbf | | | Author: arun3688 | | | Date: Wed Apr 24 12:55:04 2019 +0200 | | | | | | generate dataReconc-csvInputs when not exists | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3066 | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit a5eccbadb693feade43a4fd2b94247708ee3300a | | | Author: Per Östlund | | | Date: Wed Apr 24 12:03:41 2019 +0200 | | | | | | Add dumping of external declaration annotations. | | | | | | - Dump external declaration annotations in DAEDumpTpl when | | | --showAnnotations is used. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3065 | | | | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit bdf89c36aba34aa71426e8e2bd178651fb0e3f7e | | | Author: Martin Sjölund | | | Date: Wed Apr 24 09:34:15 2019 +0200 | | | | | | Load libraries case insensitive on case sensitive OS | | | | | | Libraries where files are stored in the unexpected files will still give | | | warnings, but OpenModelica will load them regardless. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3064 | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Util.mo | | | | | * commit b7a2c69139c8b57c90e51225a4ff79fdd0234679 | | | Author: Volker Waurich | | | Date: Tue Apr 23 15:45:43 2019 +0200 | | | | | | catch crash in visualXML | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3063 | | | | | | M Compiler/BackEnd/VisualXML.mo | | | | | * commit eef9c24ac527a674afdc4a5cf110ec86779f5ba5 | | | Author: Adeel Asghar | | | Date: Tue Apr 23 14:09:55 2019 +0200 | | | | | | Update the connection instead of deleting and adding it | | | Moved the updateConnection API to ModelicaBuiltin.mo | | | Added a new API updateConnectionNames which updates the connection connectors. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#151 | | | - OpenModelica/OMCompiler#3061 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit c252b047bf981c997f80a7c421a69738aae39a00 | | | Author: Andreas Heuermann | | | Date: Tue Apr 23 13:43:51 2019 +0200 | | | | | | [OMSI] Add OMSI C library | | | | | | Simulation runtime for FMU/OMSU simulation in ANSI C. | | | | | | - Added OMSIC build | | | - Added OMSIC to existing omsi-Makefiles | | | - Use CMake to build SimultaionRuntime/OMSIC | | | - Added OMSIC in Simulation Runtime | | | - Using OMSIBase library for base functionalities shared with OMSICpp runtime | | | - Wrapper for FMI 2.0 ModelExchange functions | | | - Functions for continuous simulation of FMU/OMSU | | | - Functions for event simulation of FMU/OMSU | | | - Getter and Setter functions for FMU/OMSU | | | - Logging and some debugging functionalities | | | - Initialization and deallocation of FMU/OMSU | | | - Documentation with Doxygen | | | - Doxyfile not included | | | | | | Belonging to [master]: | | | - #3059 | | | | | | Co-authored-by: niklwors | | | Co-authored-by: wibraun | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3059 | | | | | | M .gitignore | | | M Makefile.omsi.common | | | M SimulationRuntime/OMSI/include/omsi.h | | | A SimulationRuntime/OMSIC/CMakeLists.txt | | | A SimulationRuntime/OMSIC/cmake_uninstall.cmake.in | | | A SimulationRuntime/OMSIC/include/fmi2/fmi2FunctionTypes.h | | | A SimulationRuntime/OMSIC/include/fmi2/fmi2Functions.h | | | A SimulationRuntime/OMSIC/include/fmi2/fmi2TypesPlatform.h | | | A SimulationRuntime/OMSIC/include/omsic.h | | | A SimulationRuntime/OMSIC/include/omsu/omsu_common.h | | | A SimulationRuntime/OMSIC/include/omsu/omsu_continuous_simulation.h | | | A SimulationRuntime/OMSIC/include/omsu/omsu_event_simulation.h | | | A SimulationRuntime/OMSIC/include/omsu/omsu_getters_and_setters.h | | | A SimulationRuntime/OMSIC/include/omsu/omsu_helper.h | | | A SimulationRuntime/OMSIC/include/omsu/omsu_initialization.h | | | A SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c | | | A SimulationRuntime/OMSIC/src/omsu/CMakeLists.txt | | | A SimulationRuntime/OMSIC/src/omsu/omsu_continuous_simulation.c | | | A SimulationRuntime/OMSIC/src/omsu/omsu_event_simulation.c | | | A SimulationRuntime/OMSIC/src/omsu/omsu_getters_and_setters.c | | | A SimulationRuntime/OMSIC/src/omsu/omsu_helper.c | | | A SimulationRuntime/OMSIC/src/omsu/omsu_initialization.c | | | | | * commit 047112f289d8059c9cdb75a02516fcc388e634cd | | | Author: Per Östlund | | | Date: Tue Apr 23 13:21:58 2019 +0200 | | | | | | [NF] stream connector improvements. | | | | | | - Reenable special handling for inStream/actualStream. | | | - Handle arrays in BuiltinCall.typeActualInStreamCall. | | | - Check that components with flow or stream prefix has Real type. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#152 | | | - OpenModelica/OMCompiler#3062 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 2da4cb37580107ba79bc3478ad096e1cce2ee2b2 | | | Author: Per Östlund | | | Date: Tue Apr 23 11:28:36 2019 +0200 | | | | | | [NF] Fix structural analysis of if-condition. | | | | | | - Remove marking of conditions in if-equations as structural during the | | | instantiation, it can't be done correctly at that point and is already | | | done correctly during the typing anyway. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#150 | | | - OpenModelica/OMCompiler#3060 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 22a570fa3625061972d7071328ec3be011db6ebc | | | Author: Per Östlund | | | Date: Fri Apr 19 09:25:33 2019 +0200 | | | | | | [NF] Disable checks for actualStream/inStream. | | | | | | - Temporarily disable special handling of actualStream/inStream | | | operators until they can be fixed properly. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#149 | | | - OpenModelica/OMCompiler#3058 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit 8e0f7c517c75c5aeeacc8eb7f824b2ad27563ebe | | | Author: Per Östlund | | | Date: Thu Apr 18 16:39:45 2019 +0200 | | | | | | [NF] inStream/actualStream improvements. | | | | | | - Fix infinite loop when inStream/actualStream is used in reductions, | | | by expanding the reduction argument instead of treating it like an | | | array constructor (since reductions does not expand to arrays). | | | - Added checking of the argument to inStream/actualStream to make sure | | | it's a stream variable with parameter subscripts. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#148 | | | - OpenModelica/OMCompiler#3057 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit e9f83304e4460523713fdcc9fdeb5daa433833e7 | | | Author: kabdelhak | | | Date: Thu Apr 18 10:47:10 2019 +0200 | | | | | | [SimCode] Remove unnecessary verbose SimCode dump | | | - Repeats the same information | | | - Dump size grows factorially with number of elsewhen statements | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3053 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit dd336f954ee4459475c10af330a3856895918be4 | | | Author: Anatoly Trosinenko | | | Date: Tue Apr 16 20:38:28 2019 +0200 | | | | | | Allow parsing the Text(textColor = ...) annotation | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#142 | | | - OpenModelica/OMCompiler#3052 | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit b423c404349bcbcc0a7f516c35b9250c95caa9e1 | | | Author: kabdelhak | | | Date: Thu Apr 11 17:55:57 2019 +0200 | | | | | | [BE,daeMode] Fix: add removed (simple) eqns to dae system | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3051 | | | | | | M Compiler/BackEnd/DAEMode.mo | | | | | * commit d6957d571bb548900f82792e8a92899e4e33d21c | | | Author: kabdelhak | | | Date: Thu Apr 11 16:05:19 2019 +0200 | | | | | | [BE] Add initial state selection | | | - available with flag "--initialStateSelection" | | | - implemented for C runtime | | | - has still some bugs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3050 | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit 5ef43cce81cac3693698abd04e6a8bfe58047089 | | | Author: Per Östlund | | | Date: Tue Apr 9 18:06:08 2019 +0200 | | | | | | Handle uses-annotation according to the standard. | | | | | | - Only consider uses-annotations on top-level classes when deciding | | | which models/libraries to load. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#137 | | | - OpenModelica/OMCompiler#3049 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 9a506ce9bffc9528e5016612012a2aca6024acce | | | Author: Anatoly Trosinenko | | | Date: Tue Apr 9 15:34:00 2019 +0200 | | | | | | Initial implementation of String vars in the Cpp runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2992 | | | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit 963b33e1369fec2cb0f52dc34bfe6c46baf235a0 | | | Author: kabdelhak | | | Date: Tue Apr 9 11:57:27 2019 +0200 | | | | | | [BE] Add jacobian dependencies | | | - Preparation for initial state selection, used for matching | | | - The dependencies of a jacobian are all unknowns contained in it | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#136 | | | - OpenModelica/OMCompiler#3048 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 3006b8aee04e19c2ba992006efb800e87bd3c534 | | | Author: Per Östlund | | | Date: Mon Apr 8 17:42:29 2019 +0200 | | | | | | [NF] Fix Typing.typeCrefDim for array types. | | | | | | - Handle untyped component with array types in Typing.typeCrefDim. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#134 | | | - OpenModelica/OMCompiler#3047 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit ee4deabd83e24ec479fe822434802bf55c78ace5 | | | Author: kabdelhak | | | Date: Mon Apr 8 16:24:24 2019 +0200 | | | | | | [BE] Add unique index of stateSets as attribute | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3046 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 3f5cb6832ea0a470b1b537f933cd37fb92a562cc | | | Author: kabdelhak | | | Date: Mon Apr 8 15:48:04 2019 +0200 | | | | | | [C] update inline documentation of stateSelection | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3045 | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit f2e6265d0937324e37b0dab359a22912ff270037 | | | Author: Per Östlund | | | Date: Mon Apr 8 15:09:05 2019 +0200 | | | | | | [NF] Don't evaluate external objects. | | | | | | - Ignore external objects when -d=evaluateAllParameters is used. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3044 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit d82185e196fe2edfd9e307528d4eb2d8fb53bc91 | | | Author: Per Östlund | | | Date: Mon Apr 8 13:32:49 2019 +0200 | | | | | | [NF] Various fixes. | | | | | | - Changed ExpandExp.expandCref to return an array with the same | | | dimensions as the input cref, even when the cref's type has | | | zero-dimensions. | | | - Added case for Expression.TYPENAME in Expression.typeOf. | | | - Added better error checking when deducing unknown dimensions. | | | - Added check for negative dimension sizes. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#130 | | | - OpenModelica/OMCompiler#3042 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 2ee23a6f587e2683703877275e5656ab49e81cc1 | | | Author: kabdelhak | | | Date: Mon Apr 8 13:06:37 2019 +0200 | | | | | | [C] split up sets for state selection | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3043 | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 199705757bd0ee5d42f6ef411733e7d178032467 | | | Author: Per Östlund | | | Date: Fri Apr 5 19:19:46 2019 +0200 | | | | | | [NF] Various fixes. | | | | | | - Check that connector subscripts are parameter expressions. | | | - Split tuple equations when the call is evaluated into a tuple | | | expression, same as tuple assigments. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#126 | | | - OpenModelica/OMCompiler#3035 | | | | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 8a2def5ada779f30475d97103eded73fa2693890 | | | Author: arun3688 | | | Date: Fri Apr 5 15:41:43 2019 +0200 | | | | | | fix csv file inputs and LOG_STATS for dataReconciliation | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#128 | | | - OpenModelica/OMCompiler#3039 | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | | | | | * commit 0a7961e9a5e5611fe574f95ccc72924f1b817349 | | | Author: Andreas | | | Date: Fri Apr 5 14:30:25 2019 +0200 | | | | | | Fixed error with install_name_tool for OMSI | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3041 | | | | | | M Makefile.omsi.common | | | M SimulationRuntime/OMSI/base/CMakeLists.txt | | | | | * commit 45edd24a9e6421f78ff91a4d18a59f09606f7793 | | | Author: Martin Sjölund | | | Date: Fri Apr 5 09:49:02 2019 +0200 | | | | | | Add a warning if FMU is generated without compile-time URI | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#127 | | | - OpenModelica/OMCompiler#3037 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Error.mo | | | | | * commit b694f3f03e0c229637b94ac0e7f702074e2c55b0 | | | Author: Andreas | | | Date: Thu Apr 4 17:55:23 2019 +0200 | | | | | | Fix linking shared libs on mac os | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3040 | | | | | | M Makefile.omsi.common | | | | | * commit 9cb23bc220a84261b7196464b4c1a89232a732dc | | | Author: Martin Sjölund | | | Date: Thu Apr 4 15:38:23 2019 +0200 | | | | | | Move cJSON to Compiler runtime as simulations do not use it | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#125 | | | - OpenModelica/OMCompiler#3036 | | | | | | M Compiler/runtime/Makefile.common | | | R100 SimulationRuntime/c/util/cJSON.c Compiler/runtime/cJSON.c | | | R100 SimulationRuntime/c/util/cJSON.h Compiler/runtime/cJSON.h | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | * commit 30afa79d31f9ad36d0332e9ba452258ac1215554 | | | Author: Martin Sjölund | | | Date: Thu Apr 4 13:57:24 2019 +0200 | | | | | | Disable mmap in FMUs | | | | | | Some platforms are unreliable and might say mmap exists for one set of | | | includes and say it does not in another. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3038 | | | | | | M SimulationRuntime/c/util/omc_mmap.h | | | | | * commit 0839b2fe1786d629df2f1d49fad49e4b0115f4ef | | | Author: Per Östlund | | | Date: Wed Apr 3 15:00:36 2019 +0200 | | | | | | [NF] Add component prefix checks for records. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3034 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 450104a6ce744dcb947a218f038a86c8a606ad14 | | | Author: Per Östlund | | | Date: Wed Apr 3 14:14:16 2019 +0200 | | | | | | [NF] Fix Expression.typeOf for size(x). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3033 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 8676697867cd3ddf5b8a52d3ea0664636e5b08c0 | | | Author: Martin Sjölund | | | Date: Wed Apr 3 10:54:12 2019 +0200 | | | | | | Allow to configure without hwloc | | | | | | This is good for docker builds since older hwloc versions cannot parse | | | long lines in /proc/mounts (which often occur in docker images). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3032 | | | | | | M configure.ac | | | | | * commit 73c7be83918c09fdb3c0d912ae0947079348f6bf | | | Author: Martin Sjölund | | | Date: Wed Apr 3 09:13:33 2019 +0200 | | | | | | Fix path that the FMU binary is copied back into | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3031 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 7984f74f84b3207394d0c580fa9629599b2d52ec | | | Author: Martin Sjölund | | | Date: Wed Apr 3 08:22:50 2019 +0200 | | | | | | Copy source-code FMU to a docker volume before compiling | | | | | | This avoids problems where the FMU source code is generated in a docker | | | volume that cannot be forwarded to another container. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3030 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 1983c2f1446d8335a5bd2f09625aa9cc0f2bc581 | | | Author: Anatoly Trosinenko | | | Date: Tue Apr 2 16:49:05 2019 +0200 | | | | | | Add some example auto-completion information for use by OMEdit | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2958 | | | - OpenModelica/OpenModelica-testsuite#1157 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit a2024ab5ccc6495cd4fcc4b6a4d658bac6b6bdda | | | Author: Martin Sjölund | | | Date: Tue Apr 2 16:22:42 2019 +0200 | | | | | | Fix path used to debug docker run in FMI cross-compile | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3029 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 304f3536ada2117b89d50fbeeafc438393093086 | | | Author: Martin Sjölund | | | Date: Tue Apr 2 14:22:13 2019 +0200 | | | | | | Fixes for crashes in dynamic FMUs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3028 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M SimulationRuntime/c/gc/memory_pool.c | | | | | * commit ed7a206ba82ed439a6f1eb3e1bda76118359baef | | | Author: Martin Sjölund | | | Date: Tue Apr 2 13:58:40 2019 +0200 | | | | | | More debugging for cross-compilation of FMUs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3027 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 5de59c3df0363011d9207d402b726a5af90eb2a8 | | | Author: Martin Sjölund | | | Date: Tue Apr 2 13:17:00 2019 +0200 | | | | | | Fix runtime CFLAGS detection | | | | | | The old code only worked for some combinations of CFLAGS. It did not | | | actually find -fno-dollars-in-identifiers. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2371 | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimpl.c | | | M configure.ac | | | | | * commit 17ca1eee86cf1dbe5efb21b994406166a057322a | | | Author: Martin Sjölund | | | Date: Tue Apr 2 12:49:07 2019 +0200 | | | | | | Fix configure of ModelicaExternalC | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3026 | | | | | | M Makefile.common | | | M Makefile.in | | | M Makefile.omdev.mingw | | | M configure.ac | | | | | * commit 384c6f8e7049bc297f59bdfd9f29dd03a190e37b | | | Author: Martin Sjölund | | | Date: Tue Apr 2 11:00:16 2019 +0200 | | | | | | Show files visible in docker before failing | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3025 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 04649501207b8b38c7844714a26248d515d639e9 | | | Author: Martin Sjölund | | | Date: Tue Apr 2 08:35:57 2019 +0200 | | | | | | Fix include path for docker FMI builds | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3024 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit ccf8c899a6517a3f4a90c51d5db65f498b7d15cf | | | Author: Martin Sjölund | | | Date: Mon Apr 1 13:08:08 2019 +0200 | | | | | | Link libzlib explicitly since gcc fails bootstrapping | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3023 | | | | | | M Compiler/boot/Makefile.in | | | | | * commit f12151ccad023e525a31102af8921fc49b111b7b | | | Author: Adeel Asghar | | | Date: Mon Apr 1 12:49:15 2019 +0200 | | | | | | Make sure file is not modified before using the cache | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3017 | | | | | | M Compiler/runtime/SimulationResults.c | | | | | * commit b9d5e4a5bdf4fc370cbabdea5b269ed5ff729118 | | | Author: Martin Sjölund | | | Date: Mon Apr 1 12:31:00 2019 +0200 | | | | | | Clear the extra memory pools on each iteration | | | | | | https://trac.openmodelica.org/OpenModelica/ticket/5406 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3022 | | | | | | M SimulationRuntime/c/gc/memory_pool.c | | | M SimulationRuntime/c/gc/memory_pool.h | | | M SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | | | | | * commit 09f079c675da702df1a469799a3ecfa6440c72b2 | | | Author: Adrian Pop | | | Date: Fri Mar 29 23:45:39 2019 +0100 | | | | | | [BUILD] - add missing = in Autoconf.mo.omdev.mingw | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3021 | | | | | | M Compiler/Util/Autoconf.mo.omdev.mingw | | | | | * commit db4e230f0fb04be8511cde0c01d6a0efc92a5529 | | | Author: Adrian Pop | | | Date: Fri Mar 29 23:08:52 2019 +0100 | | | | | | [BUILD] - fix System.c external interface for bootstrapping on Windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3020 | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 81d8a03651b9aeea3e9d7a81c62452b54afd141b | | | Author: Adrian Pop | | | Date: Fri Mar 29 19:52:01 2019 +0100 | | | | | | [BUILD] - fix generation of Autoconf.mo on msys/mingw | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3019 | | | | | | M .gitignore | | | M Compiler/boot/Makefile.omdev.mingw | | | | | * commit 02027beef5ab862411c2ac9d11e0c01693de6363 | | | Author: Martin Sjölund | | | Date: Fri Mar 29 15:40:45 2019 +0100 | | | | | | Move more constants from System.mo to Autoconf.mo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3018 | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Autoconf.mo.in | | | M Compiler/Util/Autoconf.mo.omdev.mingw | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/omc_config.h | | | M Compiler/runtime/systemimpl.c | | | M configure.ac | | | | | * commit 5db7684885477e84e3653356f9f42d668b9e610b | | | Author: Martin Sjölund | | | Date: Fri Mar 29 11:49:48 2019 +0100 | | | | | | Use Autoconf.mo instead of external C functions | | | | | | This starts using Autoconf.mo for constants such as the dll extension. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3016 | | | - OpenModelica/OpenModelica-testsuite#1154 | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Autoconf.mo.in | | | M Compiler/Util/Autoconf.mo.omdev.mingw | | | M Compiler/Util/GraphStream.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/omc_config.h | | | M Compiler/runtime/systemimpl.c | | | | | * commit c97542d2cdf9347033c5d63e6ddd0e77541b554d | | | Author: Martin Sjölund | | | Date: Fri Mar 29 08:40:30 2019 +0100 | | | | | | Update work-around for MSL 3.2.1 tables | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3015 | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit 13eb1f39e66e0421ec4138e108daa3d870d8dbac | | | Author: Martin Sjölund | | | Date: Fri Mar 29 06:59:43 2019 +0100 | | | | | | Compile ModelicaExternalC static lib | | | | | | Skip compilation of hdf5 for better handling of FMUs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3015 | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 4a2a554eb67420049df695610c5560ae3aa07d03 | | | Author: Martin Sjölund | | | Date: Fri Mar 29 07:00:50 2019 +0100 | | | | | | Use -Wl,-Bstatic for user libraries in FMUs | | | | | | FMUs should be statically compiled. This enforces it, but might cause | | | some FMUs to no longer compile if no static library is available or | | | dependencies are missing in the Library annotation. | | | | | | Also added a new file Compiler/Util/Autoconf.mo which is generated by | | | autoconf and contains constants previously in external C functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3015 | | | | | | M .gitignore | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Template/CodegenFMU.tpl | | | A Compiler/Util/Autoconf.mo.in | | | A Compiler/Util/Autoconf.mo.omdev.mingw | | | M Compiler/Util/System.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/Makefile.in | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/omc_config.h | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | M configure.ac | | | | | * commit c84e407b45da50e6e6062c3ff9fe3819df05eb87 | | | Author: Adrian Pop | | | Date: Thu Mar 28 21:53:56 2019 +0100 | | | | | | [RUNTIME] the usual evening fix for Windows builds | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3014 | | | | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | | | * commit 3997aa3fdbc3c4b4d851d216abaa065a08c42cee | | | Author: Per Östlund | | | Date: Thu Mar 28 14:31:41 2019 +0100 | | | | | | [NF] Don't split external objects in connectors. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3013 | | | - OpenModelica/OpenModelica-testsuite#1153 | | | | | | M Compiler/NFFrontEnd/NFConnector.mo | | | | | * commit 72c947e42a16fb4370ba7e87ff1f694da9a4d5f4 | | | Author: Per Östlund | | | Date: Thu Mar 28 13:19:05 2019 +0100 | | | | | | [NF] Fix ExpOrigin.isSingleExpression. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3012 | | | - OpenModelica/OpenModelica-testsuite#1152 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit b8d7e26fcdbed23054d011ea694d0dba7998939d | | | Author: Per Östlund | | | Date: Thu Mar 28 12:52:15 2019 +0100 | | | | | | [NF] More fixes for checking when-clauses. | | | | | | - Handle all kinds of equations when checking when-clauses. | | | - Make the componentref set check more robust. | | | - Fix variability check for reinit. | | | - Do model verification after scalarization, it takes a negligible | | | amount of time anyway. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3011 | | | - OpenModelica/OpenModelica-testsuite#1151 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFVerifyModel.mo | | | | | * commit adba422fe1328ec828f5c4bc3484351a75a437b6 | | | Author: Martin Sjölund | | | Date: Thu Mar 28 12:33:23 2019 +0100 | | | | | | Call the correct Makefile target on OMDev | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3010 | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit fc29404a7e708a49f6875019475b52a5617e6984 | | | Author: Per Östlund | | | Date: Thu Mar 28 11:51:48 2019 +0100 | | | | | | [NF] Fix when-branch cref set check. | | | | | | - Use lists instead of AVL trees for the sets, since the order of | | | insertion changes the structure of the trees such that structural | | | equality can't be used for the check. | | | - Remove BaseAvlSet.isEqual, it's no longer needed and might be | | | misleading due to only checking structural equality. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3009 | | | - OpenModelica/OpenModelica-testsuite#1150 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFVerifyModel.mo | | | M Compiler/Util/BaseAvlSet.mo | | | | | * commit ec459e7babbcbd093afd2b81b6c4d86be87d00d4 | | | Author: Martin Sjölund | | | Date: Thu Mar 28 11:21:36 2019 +0100 | | | | | | Add more timers for solvers | | | | | | - dassl, ida, euler, rungekutta (default) now have a timer for | | | the solver itself to separate generated and solver code slightly. | | | - Added timer for functionDAE | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3007 | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit 53c7613a63ae2049a1f7c15724255c471e88c7ec | | | Author: Martin Sjölund | | | Date: Thu Mar 28 09:36:55 2019 +0100 | | | | | | Try even harder to fix Windows builds | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3006 | | | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | * commit e9616abe968cd355206a228f6ce29f1de04a95e6 | | | Author: Martin Sjölund | | | Date: Thu Mar 28 07:11:32 2019 +0100 | | | | | | Fix for Windows builds | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3005 | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit f337f6da5fbd262fe9913ed7a3cb5f6e1fcb1d09 | | | Author: Adrian Pop | | | Date: Wed Mar 27 17:32:10 2019 +0100 | | | | | | [OMSI] link with expat on non Windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3004 | | | | | | M SimulationRuntime/OMSI/base/CMakeLists.txt | | | | | * commit 9c7d828b1d0bcf4f267e8fdae72a85ddb8577e6d | | | Author: Adrian Pop | | | Date: Wed Mar 27 16:39:10 2019 +0100 | | | | | | [OMSI] fix the search lib path for sundial | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3003 | | | | | | M SimulationRuntime/OMSI/solver/CMakeLists.txt | | | | | * commit a356daf4bf099de93df62a2fbcd8b1357375d74c | | | Author: Martin Sjölund | | | Date: Wed Mar 27 15:42:18 2019 +0100 | | | | | | Do not include the standard FMI headers in the FMU | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2989 | | | - OpenModelica/OpenModelica-testsuite#1149 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/RuntimeSources.mo.tpl | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | R100 SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h SimulationRuntime/fmi/export/fmi/fmi2FunctionTypes.h | | | R100 SimulationRuntime/fmi/export/fmi2/fmi2Functions.h SimulationRuntime/fmi/export/fmi/fmi2Functions.h | | | R100 SimulationRuntime/fmi/export/fmi2/fmi2TypesPlatform.h SimulationRuntime/fmi/export/fmi/fmi2TypesPlatform.h | | | R100 SimulationRuntime/fmi/export/fmi1/fmiModelFunctions.h SimulationRuntime/fmi/export/fmi/fmiModelFunctions.h | | | R100 SimulationRuntime/fmi/export/fmi1/fmiModelTypes.h SimulationRuntime/fmi/export/fmi/fmiModelTypes.h | | | R100 SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c.inc SimulationRuntime/fmi/export/openmodelica/fmu1_model_interface.c.inc | | | R100 SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h SimulationRuntime/fmi/export/openmodelica/fmu1_model_interface.h | | | R100 SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c.inc SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc | | | R100 SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.h | | | | | * commit 03a4ab6fe184f968907ad9ae9d7446e9905589c2 | | | Author: Martin Sjölund | | | Date: Thu Mar 21 14:34:55 2019 +0100 | | | | | | Updates for source-code FMUs | | | | | | Make it possible to compile source-code FMUs without setting include- | | | directives to the preprocessor. This required changes to most files | | | since they assume preprocessor flags were set. | | | | | | The generated FMU now contains a list of the files to compile (in the | | | XML structure), in case the user does not have access to a make system. | | | | | | Still missing is a config-file containing number of linear systems, etc. | | | This would make it possible to compile without configure-script at all. | | | The configure script should also look for the standard FMI includes | | | which should not need to be present in a source-code FMU. | | | | | | Use a settings file for FMUs instead of preprocessor, stored inside the | | | generated FMU. | | | | | | This allows automatic compilation of the sources, by a tool agnostic of | | | OpenModelica. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2989 | | | - OpenModelica/OpenModelica-testsuite#1149 | | | | | | M .gitignore | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMU2.tpl | | | M Compiler/Template/CodegenFMUCommon.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/Tpl.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.objs | | | A SimulationRuntime/c/RuntimeSources.mo.tpl | | | M SimulationRuntime/c/dataReconciliation/dataReconciliation.h | | | M SimulationRuntime/c/fmi/FMICommon.h | | | M SimulationRuntime/c/gc/memory_pool.c | | | M SimulationRuntime/c/gc/memory_pool.h | | | M SimulationRuntime/c/gc/omc_gc.c | | | M SimulationRuntime/c/gc/omc_gc.h | | | M SimulationRuntime/c/linearization/linearize.h | | | D SimulationRuntime/c/math-support/blaswrap.h | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_data.h | | | A SimulationRuntime/c/omc_simulation_settings.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/omc_simulation_util.c | | | M SimulationRuntime/c/simulation/omc_simulation_util.h | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | M SimulationRuntime/c/simulation/simulation_info_json.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | M SimulationRuntime/c/simulation/simulation_omc_assert.c | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/delay.h | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/fmi_events.c | | | M SimulationRuntime/c/simulation/solver/fmi_events.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.h | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.h | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/nonlinearValuesList.c | | | M SimulationRuntime/c/simulation/solver/nonlinearValuesList.h | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation/solver/omc_math.h | | | R100 SimulationRuntime/c/simulation/solver/perform_qss_simulation.c SimulationRuntime/c/simulation/solver/perform_qss_simulation.c.inc | | | R097 SimulationRuntime/c/simulation/solver/perform_simulation.c SimulationRuntime/c/simulation/solver/perform_simulation.c.inc | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | M SimulationRuntime/c/simulation/solver/synchronous.c | | | M SimulationRuntime/c/simulation/solver/synchronous.h | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/OldModelicaTables.c | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/generic_array.c | | | M SimulationRuntime/c/util/generic_array.h | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/index_spec.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/java_interface.h | | | M SimulationRuntime/c/util/modelica.h | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | M SimulationRuntime/c/util/modelica_string_lit.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/omc_init.c | | | M SimulationRuntime/c/util/omc_init.h | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/read_write.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | M SimulationRuntime/c/util/varinfo.c | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | R098 SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c.inc | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h | | | R099 SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c.inc | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit e13c1c325b4d5a58323d7f5f66076a8f10b4d67e | | | Author: Adrian Pop | | | Date: Wed Mar 27 15:20:01 2019 +0100 | | | | | | attempt to fix MacOS builds | | | - depend OMSI on fmil as well | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3002 | | | | | | M Makefile.common | | | M Makefile.in | | | M Makefile.omsi.common | | | | | * commit ab4e3e6234b2b6d1d925460bd8c644c5c9c42156 | | | Author: Per Östlund | | | Date: Tue Mar 26 16:01:34 2019 +0100 | | | | | | [NF] Improve error checking of when-clauses. | | | | | | - Moved the check of equations inside when-equations from Inst to | | | Typing, to allow skipping the check if the when is clocked. | | | - Mark lhs subscripts in when-equations as structural. | | | - Added check that clocked when doesn't have an elsewhen. | | | - Added check that non-clocked when doesn't have a clocked elsewhen. | | | - Made clocked when illegal in algorithm. | | | - Added new phase VerifyModel that checks for errors that can't be | | | detected until after flattening and constant evaluation. | | | It currently checks that each branch of a when-equation contains | | | the same set of crefs. | | | - Implemented BaseAvlSet.isEqual. | | | - Renamed Expression.ClockKind.toString to toDebugString, and | | | implemented new toString that doesn't leak implementation details. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3001 | | | - OpenModelica/OpenModelica-testsuite#1148 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | A Compiler/NFFrontEnd/NFVerifyModel.mo | | | M Compiler/Util/BaseAvlSet.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit e3fab539cf00ef625e32ed227acf4d7385021fee | | | Author: Andreas | | | Date: Tue Mar 26 14:19:55 2019 +0100 | | | | | | [OMSI] Add OMSIBase library with solvers | | | | | | Going to be used by OMSIC and OMSICPP libraries. | | | | | | - Created build structure with Makefiles and CMake | | | - Added OMSI to omc target in top Makefile | | | - Added OMSI/omsi-clean target to Makefiles | | | - Added Makefile.omsi.common with build rules for all OMSI stuff | | | - Use CMake build for SimulationRuntime/OMSI | | | - Added OMSI in Simulation Runtime | | | - OMSIBase library contains base functions for | | | - data handling | | | - event handling | | | - solving loops | | | - handling xml and json files | | | - initialiazing/ freeing stuff | | | - utility functions | | | - OMSISolver library contains solver and interface | | | - general solver API | | | - KINSOL solver | | | - LAPCAK solver | | | - Data types | | | - omsi.h contains most important definitions | | | - omsi_solver.h | | | - Documentation with Doxygen | | | - Doxyfile not included | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2986 | | | | | | Co-authored-by: niklwors | | | Co-authored-by: wibraun | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2986 | | | | | | M Makefile.common | | | M Makefile.in | | | M Makefile.omdev.mingw | | | A Makefile.omsi.common | | | A SimulationRuntime/OMSI/CMakeLists.txt | | | A SimulationRuntime/OMSI/base/CMakeLists.txt | | | A SimulationRuntime/OMSI/base/include/omsi_event_helper.h | | | A SimulationRuntime/OMSI/base/include/omsi_getters_and_setters.h | | | A SimulationRuntime/OMSI/base/include/omsi_global.h | | | A SimulationRuntime/OMSI/base/include/omsi_initialization.h | | | A SimulationRuntime/OMSI/base/include/omsi_input_json.h | | | A SimulationRuntime/OMSI/base/include/omsi_input_model_variables.h | | | A SimulationRuntime/OMSI/base/include/omsi_input_sim_data.h | | | A SimulationRuntime/OMSI/base/include/omsi_input_xml.h | | | A SimulationRuntime/OMSI/base/include/omsi_mmap.h | | | A SimulationRuntime/OMSI/base/include/omsi_posix_func.h | | | A SimulationRuntime/OMSI/base/include/omsi_solve_alg_system.h | | | A SimulationRuntime/OMSI/base/include/omsi_utils.h | | | A SimulationRuntime/OMSI/base/include/uthash.h | | | A SimulationRuntime/OMSI/base/src/omsi_event_helper.c | | | A SimulationRuntime/OMSI/base/src/omsi_getters_and_setters.c | | | A SimulationRuntime/OMSI/base/src/omsi_initialization.c | | | A SimulationRuntime/OMSI/base/src/omsi_input_json.c | | | A SimulationRuntime/OMSI/base/src/omsi_input_model_variables.c | | | A SimulationRuntime/OMSI/base/src/omsi_input_sim_data.c | | | A SimulationRuntime/OMSI/base/src/omsi_input_xml.c | | | A SimulationRuntime/OMSI/base/src/omsi_mmap.c | | | A SimulationRuntime/OMSI/base/src/omsi_posix_func.c | | | A SimulationRuntime/OMSI/base/src/omsi_solve_alg_system.c | | | A SimulationRuntime/OMSI/base/src/omsi_utils.c | | | A SimulationRuntime/OMSI/cmake_uninstall.cmake.in | | | A SimulationRuntime/OMSI/include/fmi2/omsi_fmi2_cs.h | | | A SimulationRuntime/OMSI/include/fmi2/omsi_fmi2_me.h | | | A SimulationRuntime/OMSI/include/fmi2/omsi_fmi2_wrapper.h | | | A SimulationRuntime/OMSI/include/omsi.h | | | A SimulationRuntime/OMSI/include/omsi_api_functions.h | | | A SimulationRuntime/OMSI/include/omsi_callbacks.h | | | A SimulationRuntime/OMSI/solver/CMakeLists.txt | | | A SimulationRuntime/OMSI/solver/include/omsi_solver.h | | | A SimulationRuntime/OMSI/solver/include/solver_api.h | | | A SimulationRuntime/OMSI/solver/include/solver_global.h | | | A SimulationRuntime/OMSI/solver/include/solver_helper.h | | | A SimulationRuntime/OMSI/solver/include/solver_kinsol.h | | | A SimulationRuntime/OMSI/solver/include/solver_lapack.h | | | A SimulationRuntime/OMSI/solver/src/solver_api.c | | | A SimulationRuntime/OMSI/solver/src/solver_helper.c | | | A SimulationRuntime/OMSI/solver/src/solver_kinsol.c | | | A SimulationRuntime/OMSI/solver/src/solver_lapack.c | | | | | * commit f881685f6ca61e19e729905e9231b6b229c64616 | | | Author: Per Östlund | | | Date: Tue Mar 26 13:40:53 2019 +0100 | | | | | | [NF] Fix visualization (ticket:5319). | | | | | | - Use the derived node in ConvertDAE.addComponentTypeToSource. | | | - Check for "Shape" instead of "Shape$" in VisualXML.hasVisPath. | | | - Clean up some left over debug stringification in VisualXML. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#3000 | | | | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit b70342a5e2ad9900bad9e251cc16507cd37c370b | | | Author: Martin Sjölund | | | Date: Tue Mar 26 12:13:03 2019 +0100 | | | | | | Make the diff algorithm handle within in new code | | | | | | The code assumed that we would not be moving the code where it is | | | diffed, so the within sort of had to match. Now we add the within | | | in the source text and it won't show up in the diff but the white- | | | space should be properly preserved. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2998 | | | - OpenModelica/OpenModelica-testsuite#1147 | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit 759292c242aeec8838c952ec8195a8e32d49dc1f | | | Author: Per Östlund | | | Date: Tue Mar 26 11:22:52 2019 +0100 | | | | | | [NF] Remove workaround for ticket:4904. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2999 | | | | | | M Compiler/NFFrontEnd/NFEvalConstants.mo | | | | | * commit 417604fee992aee99fee08d4708d13dddbab8092 | | | Author: Martin Sjölund | | | Date: Tue Mar 26 09:05:22 2019 +0100 | | | | | | Extend LOG_STATS_V with more timers | | | | | | See https://trac.openmodelica.org/OpenModelica/ticket/5353 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2997 | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit 2305d7585a3827586cb01f5645dfd771d01f9e6a | | | Author: Per Östlund | | | Date: Mon Mar 25 23:11:25 2019 +0100 | | | | | | Fix Interactive.transformClassInProgram. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2996 | | | - OpenModelica/OpenModelica-testsuite#1146 | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 89078f5d626c2fd16388a6c8b92ea3d4b54ca9d1 | | | Author: Per Östlund | | | Date: Mon Mar 25 17:10:12 2019 +0100 | | | | | | Fix integer packing in C code generation. | | | | | | - Pack integers into new arrays instead of packing in place, to avoid | | | segfaults when passing integer array literals to external functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2994 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit 72fdfb4f883d12912d71ab2b2ab8c52d610a3c85 | | | Author: Martin Sjölund | | | Date: Mon Mar 25 15:04:19 2019 +0100 | | | | | | Do not run both event and output timers at the same time | | | | | | When doing event iteration, we sometimes emit to the result-file. When | | | doing so, we should not include this time in the time it takes to | | | perform event iteration. | | | | | | Fixes https://trac.openmodelica.org/OpenModelica/ticket/5381 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2993 | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit d85a258495d3fa259c4ae268faf0a31ff64ffca7 | | | Author: Per Östlund | | | Date: Sat Mar 23 00:15:20 2019 +0100 | | | | | | [NF] Disable evaluation of final parameters. | | | | | | - Disable the evaluation of non-structural final parameters, since doing | | | so causes too many issues currently. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2991 | | | - OpenModelica/OpenModelica-testsuite#1145 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 3b38d7b82130194e2bbba304894a09ecc4ee005a | | | Author: Per Östlund | | | Date: Fri Mar 22 15:25:10 2019 +0100 | | | | | | [NF] Improved parameter evaluation analysis. | | | | | | - Avoid evaluating parameters that are non-final or depend on non-final | | | parameters when Evaluate=true or -d=evaluateAllParameters is used. | | | - Evaluate parameters that are both fixed and final if their bindings | | | are also fixed and final. | | | - Propagate finalness from modifiers to components, to better exploit | | | the above optimization. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2990 | | | - OpenModelica/OpenModelica-testsuite#1144 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModifier.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | | | * commit 050a8206283ce1ee6f673f7cb20e278305dc9123 | | | Author: Adrian Pop | | | Date: Wed Mar 20 20:21:19 2019 +0100 | | | | | | use fabs for doubles | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2988 | | | | | | M SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | | | | | * commit f3500415c7e6084eec84bc66475e9eee181b466e | | | Author: Adrian Pop | | | Date: Wed Mar 20 19:37:56 2019 +0100 | | | | | | fix MacOS builds | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2987 | | | | | | M SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | | | | | * commit 570e9f077a958cacd8d9cee36a680206a7057702 | | | Author: Adeel Asghar | | | Date: Wed Mar 20 15:36:15 2019 +0100 | | | | | | Option to filter the nested classes when dumping the class via listFile | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2950 | | | - OpenModelica/OpenModelica-testsuite#1143 | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 04df807f5eb590ab71618b8a88833984ec1aa142 | | | Author: Per Östlund | | | Date: Tue Mar 19 15:15:56 2019 +0100 | | | | | | [NF] Function scoping improvements. | | | | | | - Use the instance scope instead of the class scope when prefixing | | | functions. | | | - Use the correct scope when instantiating derived function modifiers. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2984 | | | - OpenModelica/OpenModelica-testsuite#1142 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit f63f7ac403200666de28c0332ab9ba938f3e64b1 | | | Author: kabdelhak | | | Date: Fri Mar 15 17:48:30 2019 +0100 | | | | | | [BE] Consider complex as impure for removeSimpleEquations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2982 | | | - OpenModelica/OpenModelica-testsuite#1141 | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit f44020770a8deed662a038d2dfc42f2d13db9b03 | | | Author: Per Östlund | | | Date: Fri Mar 15 02:28:01 2019 +0100 | | | | | | [NF] Real range fixes. | | | | | | - Fix constant evaluation of real ranges. | | | - Expand expressions in SimplifyExp.simplifyBinaryOp before delegating | | | to Ceval.evalBinaryOp, since Ceval.evalBinaryOp doesn't handle ranges. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2981 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 2f5968bdb3ffe04c6e9304916520d47986913783 | | | Author: Per Östlund | | | Date: Thu Mar 14 16:38:42 2019 +0100 | | | | | | [NF] Minor type casting fixes. | | | | | | - Fix type of casted unary expression. | | | - Add type casting of Integer ranges to Real. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2980 | | | - OpenModelica/OpenModelica-testsuite#1139 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 0c79e1c5f0a283533a93b6e3f1fd9bba2b9e1f69 | | | Author: Per Östlund | | | Date: Wed Mar 13 14:31:29 2019 +0100 | | | | | | [NF] Try to detect instantiation loops. | | | | | | - Set a limit on the depth of the instance tree, to be able to give an | | | error message instead of overflowing the stack when a model contains | | | mutually dependent classes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2978 | | | - OpenModelica/OpenModelica-testsuite#1138 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/Util/Error.mo | | | | | * commit 9a49909f0613ea3c4121cf5729db5a11aff47f08 | | | Author: Adrian Pop | | | Date: Wed Mar 13 14:13:09 2019 +0100 | | | | | | Fix windows build after linking with tables | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2977 | | | | | | M Compiler/boot/Makefile.omdev.mingw | | | | | * commit 113e9da8162ac7e4ca7db11238b3599b6cce420c | | | Author: Martin Sjölund | | | Date: Wed Mar 13 08:14:53 2019 +0100 | | | | | | Updating 3rdParty | | | | | | e1e4ca3 Skip linking against empty libzlib.la | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler-3rdParty#38 | | | | | | M 3rdParty | | | | | * commit a5562ccab4bd8ec1b552e72807c306b320744510 | | | Author: Per Östlund | | | Date: Tue Mar 12 11:36:33 2019 +0100 | | | | | | [NF] Improve ModelicaIO support. | | | | | | - Rename Streams_readMatrixSize => ModelicaIO_readMatrixSizes, | | | since that's the actual name of the external function. | | | - Implemented evaluation of ModelicaIO_readRealMatrix. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2975 | | | | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | | | * commit 965626166cf456d172df14cd97467d52f1bd313a | | | Author: Per Östlund | | | Date: Mon Mar 11 20:12:24 2019 +0100 | | | | | | [NF] Implement ModelicaIO_readMatrixSizes. | | | | | | - Add ModelicaIO_readMatrixSizes as a known external function in | | | EvalFunction. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2973 | | | | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/boot/Makefile.in | | | M Compiler/boot/Makefile.omdev.mingw | | | | | * commit fe78a6da21f905178131609daf5cc94d40829a63 | | | Author: Per Östlund | | | Date: Mon Mar 11 17:30:12 2019 +0100 | | | | | | [NF] Implement ElementSource.getElementSourceTypes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2974 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit fe6fd3174d6ba3c4f8799ff109437997362e6a00 | | | Author: Martin Sjölund | | | Date: Mon Mar 11 15:40:51 2019 +0100 | | | | | | Do not BackendDump empty sections | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2971 | | | - OpenModelica/OpenModelica-testsuite#1136 | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 61571e834a2a0947ceb85ac0c56531f06899565c | | | Author: Per Östlund | | | Date: Mon Mar 11 13:43:40 2019 +0100 | | | | | | [NF] Merge constraining class modifiers. | | | | | | - Merge modifiers from constrainedby clauses when instantiating | | | replaceable components, instead of only doing it when actually | | | redeclaring a component. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2972 | | | - OpenModelica/OpenModelica-testsuite#1135 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 04f106144e229956b4351723fd8bbbe06c146f35 | | | Author: Adeel Asghar | | | Date: Fri Mar 8 14:28:19 2019 +0100 | | | | | | Make buildEncryptedPackage export read-only packages | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2970 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 56f218af8decba14984863e66bd5a3deaa2997ce | | | Author: Per Östlund | | | Date: Thu Mar 7 15:48:31 2019 +0100 | | | | | | [NF] Merge redeclared attributes in correct order. | | | | | | - Merge the attributes from the replaced component with the redeclare | | | component before instantiating the redeclare component, so that the | | | attributes are correctly propagated to the redeclare's children. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2969 | | | - OpenModelica/OpenModelica-testsuite#1134 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit cfee59268f6259a7f62783d79102aebd8df11b64 | | | Author: Andreas | | | Date: Thu Mar 7 15:07:00 2019 +0100 | | | | | | [OMSI] Preparing Code generation for C | | | | | | Preparing OpenModelica/OMCompiler master for generating OMSUs with `simCodeTarget=omsic`. | | | | | | - Compiler/Template/CodegenCFunctions.tpl | | | - Use new C data structure for generated code for OMSUs. | | | - Added function `crefOMSI` and C basic data types depending on `simCodeTarget`. | | | - Compiler/Template/CodegenUtil.tpl | | | - Added `varKinds` `LOOP_ITERATION()` and `LOOP_SOLVED()`. Those are used for solving algebraic loops. | | | - Compiler/Template/CodegenUtilSimulation.tpl | | | - Added function `template fullPathPrefix(SimCode simCode)` to get `fullPathPrefix` from `SimCode`. Used for generating OMSUs in specified folder. | | | - Return `equationIndex` for `SES_ALGEBRAIC_SYSTEM`. | | | - Added dump functions for `derivativeMatrix` and `OMSIFunction`. | | | - Compiler/Template/SimCodeTV.mo | | | - Added optional `OMSIData` to `SimCode` | | | - Added typeview for new records `OMSIData`, `SES_ALGEBRAIC_SYSTEM`, `DerivativeMatrix`, `OMSI_CONTEXT`, `LOOP_ITERATION`, `LOOP_SOLVED` | | | - Added typeview for new functions `getLocalValueReference`, `localCref2SimVar`, crefPrefixPre | | | - Compiler/Stubs/SimCodeUtil.mo | | | - Added `function localCref2SimVar`, `function getValueReference`, `function getLocalValueReference` | | | | | | - Compiler/Template/CodegenOMSIC.tpl | | | - Functions for code generation only used for `simCodeTarget=omsic` | | | - Compiler/Template/CodegenOMSIC_Equations.tpl | | | - Mainly functions for code generation for equation code. Used for C and C++ | | | - Compiler/Template/CodegenOMSI_common.tpl | | | - Shared template functions, used for `simCodeTarget=omsic` and `simCodeTarget=omsicpp` | | | | | | Co-authored-by: niklwors | | | Co-authored-by: wibraun | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2948 | | | | | | M Compiler/Stubs/SimCodeUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | A Compiler/Template/CodegenOMSIC.tpl | | | A Compiler/Template/CodegenOMSIC_Equations.tpl | | | A Compiler/Template/CodegenOMSI_common.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenUtilSimulation.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit ea6c15501f96668373b73ab3006182945c676aee | | | Author: Per Östlund | | | Date: Thu Mar 7 13:52:00 2019 +0100 | | | | | | [NF] Fix ComponentRef.transferSubscripts. | | | | | | - Use InstNode.refEqual instead of referenceEq in transferSubscripts, | | | since different nodes can point to the same component instance due | | | to e.g. redeclare. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2968 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | | | * commit a0d3cc1b6755ac4a29a381ac5d0f2d76f97d894c | | | Author: Per Östlund | | | Date: Wed Mar 6 16:02:24 2019 +0100 | | | | | | [NF] Reuse pointer when redeclaring component. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2967 | | | - OpenModelica/OpenModelica-testsuite#1133 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 1cc697e0e51f8c8d937a21df22d5c64b4d13cd86 | | | Author: Per Östlund | | | Date: Wed Mar 6 13:59:25 2019 +0100 | | | | | | Add referencePointerString debug function. | | | | | | - Add referencePointerString that returns the address of a reference | | | as a string. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2966 | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 68d87aa246cff83c7c32fb3b8874517de0725cbd | | | Author: Per Östlund | | | Date: Tue Mar 5 23:11:29 2019 +0100 | | | | | | [NF] Use explicit scope in InstNode.scopeName. | | | | | | - Use the explicit scope in InstNode.scopeName so that error messages | | | give the correct scope when errors occur in e.g. for loops. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2965 | | | | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 50bc1b13645dbffd866d2b490b0880ad98182a13 | | | Author: Per Östlund | | | Date: Tue Mar 5 13:11:15 2019 +0100 | | | | | | [NF] Split TUPLE() := TUPLE() assigments. | | | | | | - Split assigments where both sides are tuple expressions after | | | simplification into separate assigments, since the code generation | | | expects it to be done. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2964 | | | - OpenModelica/OpenModelica-testsuite#1132 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | | | * commit 5c656ca74eb1634507fd6671d848a49e4c86f8c6 | | | Author: AnHeuermann | | | Date: Tue Mar 5 10:19:52 2019 +0100 | | | | | | Add comment for parameters in generated code | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2963 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit f211539ebd01205848df2ddde90c7bd25b619467 | | | Author: Per Östlund | | | Date: Mon Mar 4 17:37:51 2019 +0100 | | | | | | [NF] Hack to fix some array conditions. | | | | | | - Handle component and if expression conditions that evaluate to | | | arrays (due to array modifiers) by checking if all scalar elements | | | are the same value, and in that case use that value. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2962 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit ae2ddcb40b5a6f6168ffa052405b17e327392e10 | | | Author: Per Östlund | | | Date: Mon Mar 4 15:57:07 2019 +0100 | | | | | | [NF] Inner/outer fixes. | | | | | | - Fix lookup of inner components by instantiating the class tree of a | | | derived class earlier, to make sure that the node inside the | | | InstNodeType.BASE_CLASS() of the base class node points to the | | | instance created by Inst.instClass and not the shared expanded node. | | | - Fix adding generated inner components when the class being | | | instantiated is a short class definition. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2961 | | | - OpenModelica/OpenModelica-testsuite#1131 | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit b55fb1b3d0edfacdcbb1218c9109ce4e8303e5be | | | Author: Per Östlund | | | Date: Mon Mar 4 12:09:38 2019 +0100 | | | | | | [NF] Collect functions in array dimensions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2960 | | | | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit f0376d4b664180b8225f3dccc2459713d8700666 | | | Author: Per Östlund | | | Date: Mon Mar 4 11:38:33 2019 +0100 | | | | | | [NF] Fix equation counting for _. | | | | | | - Set wildcard crefs (_) to be Type.UNKNOWN() instead of Type.ANY(), | | | to avoid them being counted when counting equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2959 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit b691eb147de47633b60c10ebbeb2eeed5cdabf24 | | | Author: Per Östlund | | | Date: Fri Mar 1 18:56:29 2019 +0100 | | | | | | [NF] Improve errors for binding type mismatches. | | | | | | - Added more specific errors for the case where a scalar is given an | | | array binding, and for the case where the element types matches but | | | the dimensions don't. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2957 | | | - OpenModelica/OpenModelica-testsuite#1130 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/Util/Error.mo | | | | | * commit 2ba9e4bf602aeaf29185b77804454d9abb8309c3 | | | Author: Per Östlund | | | Date: Fri Mar 1 18:27:37 2019 +0100 | | | | | | [NF] Update the call type when type casting. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2956 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit 69a3ec4fa07fbc1938fbf32a854d7d2c9e10096f | | | Author: Per Östlund | | | Date: Fri Mar 1 16:26:57 2019 +0100 | | | | | | Fix : subscripting in Ceval.cevalSubscriptValue. | | | | | | - Fix Ceval.cevalSubscriptValue, x[:, 1] is not the same as x[1]. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2955 | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit 0470a5b383cac05fcb633729f4b5353eb55ede75 | | | Author: Per Östlund | | | Date: Fri Mar 1 15:22:33 2019 +0100 | | | | | | Improve runtime implementation of 'diagonal'. | | | | | | - Rewrote runtime functions for 'diagonal' to handle all kinds of array | | | expressions, and not only array literals. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2954 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit cc9ae7881346b95ee67406f4fe02c62ea88cee8c | | | Author: Per Östlund | | | Date: Fri Mar 1 14:44:48 2019 +0100 | | | | | | [NF] Improve type casting of some builtins. | | | | | | - Added special cases for type casting fill and diagonal. | | | - Renamed Expression.typeCastElements to Expression.typeCast, | | | and removed the old unused Expression.typeCast. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2953 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 482cb0e7ebddd00dda264ba66b8753bb80648246 | | | Author: Per Östlund | | | Date: Fri Mar 1 00:53:18 2019 +0100 | | | | | | [NF] Fix function vectorization with type casting. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2952 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit ba58857214b8598e642ece1dc189877a6a6de7fe | | | Author: Per Östlund | | | Date: Thu Feb 28 19:33:44 2019 +0100 | | | | | | [NF] Improve function vectorization. | | | | | | - Merged Function.matchArgs and matchArgsVectorize, to avoid having to | | | match functions twice when doing vectorization. | | | - Handle vectorization over unknown dimensions by generating the | | | appropriate size expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2951 | | | - OpenModelica/OpenModelica-testsuite#1129 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/Util/List.mo | | | | | * commit 46fdf1a5a82ad1fe786e391832b873b228c44e60 | | | Author: Per Östlund | | | Date: Wed Feb 27 15:00:59 2019 +0100 | | | | | | [NF] Restrict cardinality usage. | | | | | | - Implemented stricter checks for where cardinality is allowed to be | | | used, to improve the user feedback. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#99 | | | - OpenModelica/OMCompiler#2949 | | | - OpenModelica/OpenModelica-testsuite#1128 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 4961b365392c2dc2ecbc02e0d9056662655ea40e | | | Author: Per Östlund | | | Date: Tue Feb 26 15:35:29 2019 +0100 | | | | | | [NF] Fix Call.reductionDefaultValue. | | | | | | - Return no default value for reductions of arrays. The array type might | | | contain unknown dimensions in functions, and the old frontend does the | | | same thing. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2947 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit c4e03c808e6a655d3f71ec62deeef3825363f1b8 | | | Author: Per Östlund | | | Date: Tue Feb 26 14:51:59 2019 +0100 | | | | | | [NF] Fix tuple calls in builtins and reductions. | | | | | | - Fix the origin for arguments of special builtin calls and | | | reductions/array constructors so that tuple calls are handled | | | correctly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2946 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit a44d71c00618d0cc90816c6d8b5c852ae17c7453 | | | Author: Per Östlund | | | Date: Tue Feb 26 13:25:47 2019 +0100 | | | | | | [NF] Fix scope in Inst.instConnectorCref. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2945 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 178481276db817ffb98a84e6f48f2488076ac77b | | | Author: Per Östlund | | | Date: Mon Feb 25 14:58:43 2019 +0100 | | | | | | [NF] Improve replaceable base class error message. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2944 | | | - OpenModelica/OpenModelica-testsuite#1126 | | | | | | M Compiler/Util/Error.mo | | | | | * commit 7c64e955fb06da5cd1827eba6597a49df0f90fd2 | | | Author: arun3688 | | | Date: Mon Feb 25 14:11:01 2019 +0100 | | | | | | generate HTML report and debug log for dataReconciliation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2942 | | | | | | M SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | | | | | * commit 57fb8ee7d29234eecf0982ad5abe24a45ac3abdb | | | Author: Per Östlund | | | Date: Mon Feb 25 13:53:05 2019 +0100 | | | | | | Rename System.stringHashDjb2Mod alias. | | | | | | - Replace all calls to System.stringHashDjb2Mod with the builtin | | | stringHashDjb2Mod, and remove the alias in meta_modelica_builtin.h. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2943 | | | | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/NFFrontEnd/NFCardinalityTable.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFHashTableStringToUnit.mo | | | M Compiler/NFFrontEnd/NFUnit.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/HashSetString.mo | | | M Compiler/Util/HashTable5.mo | | | M Compiler/Util/HashTableCrToExp.mo | | | M Compiler/Util/HashTableCrToExpOption.mo | | | M Compiler/Util/HashTableStringToPath.mo | | | M Compiler/Util/HashTableStringToProgram.mo | | | M Compiler/Util/HashTableStringToUnit.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 0eec718df021b86f59a594fb4114a851cb49f03b | | | Author: Per Östlund | | | Date: Mon Feb 25 12:53:09 2019 +0100 | | | | | | [NF] Implementation of expandable connectors. | | | | | | - Added new module ExpandableConnectors that handles expandable | | | connections. | | | - Changed Prefixes.ConnectorType from an enumeration into a bit field, | | | so that it also can keep track of whether something is a connector, | | | expandable connector, or expandable connector element. | | | - Fixed connector form error message so that the whole connector name is | | | printed out. | | | - Changed OCConnectionGraph.handleOverconstrainedConnections to take a | | | Connections record, so it only needs to be created once and so that | | | expandable connector can be handled first. | | | | | | - Removed the list of broken equations from Equation.CONNECT since it | | | wasn't used. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2941 | | | - OpenModelica/OpenModelica-testsuite#1125 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComplexType.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFConnection.mo | | | M Compiler/NFFrontEnd/NFConnectionSets.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | A Compiler/NFFrontEnd/NFExpandableConnectors.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit a385b605db5615c6f59f5c29db9070795188e67b | | | Author: Adeel Asghar | | | Date: Sat Feb 23 11:47:17 2019 +0100 | | | | | | Added new API parseEncryptedPackage | | | Works similar to `parseFile`. | | | Added support for creating .mol packages without encryption which means they only contains the .mo files and also updated `loadEncryptedPackage` to be able to load such packages. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#98 | | | - OpenModelica/OMCompiler#2940 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | M Parser/parse.c | | | | | * commit 5c5d5ade87c672f6229473330225062469cd90ac | | | Author: Adeel Asghar | | | Date: Thu Feb 21 20:56:33 2019 +0100 | | | | | | Check if .mol contains .mo files | | | If it does then load them normally | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2939 | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 61b21dfdaaa9f7bb2f08e549c8582d542f04169c | | | Author: Andreas | | | Date: Tue Feb 19 17:07:31 2019 +0100 | | | | | | Changed string documentation, removed unused variables, changed name for omsiAllEquations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2937 | | | - OpenModelica/OpenModelica-testsuite#1123 | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 2a07fcece69ca97bfa0f1ac8a3a7c6b428bfa73f | | | Author: wibraun | | | Date: Tue Feb 19 15:56:35 2019 +0100 | | | | | | don't remove DAE_AUX_VAR case in BackendDump | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2937 | | | - OpenModelica/OpenModelica-testsuite#1123 | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 2f1a098461d15c1dd409af3f227066d7bd86aaf3 | | | Author: Lennart Ochel | | | Date: Tue Feb 19 14:31:36 2019 +0100 | | | | | | Changed more comments to documentation strings | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2937 | | | - OpenModelica/OpenModelica-testsuite#1123 | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeFunction.mo | | | | | * commit f281bdb8d442244e86a618abce8aca12761ece73 | | | Author: Andreas | | | Date: Tue Feb 19 14:13:08 2019 +0100 | | | | | | Changed comments to string documentation in BackEnd/BackendDAE.mo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2937 | | | - OpenModelica/OpenModelica-testsuite#1123 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | * commit 7e911566777fc0f30f545d671fbc30e393fc0291 | | | Author: wibraun | | | Date: Tue Feb 19 12:37:52 2019 +0100 | | | | | | fix index of jacobian variable in function createJacSimVarsColumn | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2937 | | | - OpenModelica/OpenModelica-testsuite#1123 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 9b98e73e3676fe3d14ac22c17718afa94b91c026 | | | Author: wibraun | | | Date: Tue Feb 19 09:45:04 2019 +0100 | | | | | | fix added jacobian vars also to HT (#1) | | | | | | - fix mergeError | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2937 | | | - OpenModelica/OpenModelica-testsuite#1123 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit af50f26e4699c173d5d32f9190b4dfca5afba335 | | | Author: AnHeuermann | | | Date: Mon Feb 18 11:00:16 2019 +0100 | | | | | | [OMSI] Preparing data structure for code generation in SimCode | | | | | | - Added new FMU types for simCodeTarget omsic or omsicpp | | | - Added new uniontypes and recors: | | | * OMSIData | | | * OMSIFunction | | | * SES_ALGEBRAIC_SYSTEM | | | * DerivativeMatrix | | | - Added hashTable for each OMSIFunction for local indices | | | - Added helper functions to prepare OMSIData | | | * generate equations, algebraic loops | | | * dump and print functions for some OMSI data strucutres | | | * helper functions to get simvar or local index for a cref in OMSIFunction | | | | | | Co-authored-by: niklwors | | | Co-authored-by: wibraun | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2937 | | | - OpenModelica/OpenModelica-testsuite#1123 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/SerializeInitXML.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeFunction.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/HashTableCrefSimVar.mo | | | | | * commit 91743cecb45274fbc0b2d3230c0e629f3ec38101 | | | Author: Adeel Asghar | | | Date: Tue Feb 19 11:53:24 2019 +0100 | | | | | | ticket:5343 set the isReadOnly attribute to false | | | When copying the class make sure we make set `isReadOnly` attribute to false. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2938 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit e32846a8c77815c1d59964caa86ca2f8570e4e7a | | | Author: Adrian Pop | | | Date: Fri Feb 15 12:20:29 2019 +0100 | | | | | | more fixes to ticket:5305 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2936 | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit 0c02427c1026fc16fe7adceb0b7de4c8e1e88da5 | | | Author: Adrian Pop | | | Date: Fri Feb 15 10:49:40 2019 +0100 | | | | | | fix for ticket:5340 | | | - handle DAE.INITIAL_TERMINATE in BackendDAECreatelowerEq | | | - correctly add DAE.TERMINATE to the regular equations, not the initial equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2935 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit b5e109e1b0f9bc4886e1046a30661a03802ed7b8 | | | Author: Adrian Pop | | | Date: Thu Feb 14 19:28:00 2019 +0100 | | | | | | fix ticket:5305 | | | - handle ModelicaStandardTables in SimCodeFunctionUtil.getLibraryStringInMSVCFormat | | | - fix some msvc C codegen issues (some linker issues stil remain) | | | - now models with tables work fine with --target=msvc --simCodeTarget=Cpp | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2934 | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit 33c5dbaabc9b0f92083bb0fe6576d744e6d1d632 | | | Author: Per Östlund | | | Date: Thu Feb 14 14:20:55 2019 +0100 | | | | | | [NF] Fix checkConnectorType for derived nodes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2933 | | | | | | M 3rdParty | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 1afef5fbde036b8a8c97b8062be9680ff43b16ec | | | Author: Per Östlund | | | Date: Thu Feb 14 13:27:00 2019 +0100 | | | | | | [NF] Fix default connector type for discrete types. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2931 | | | | | | M 3rdParty | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit a154b44114ca201d4350dafcf51645af8ea12c45 | | | Author: Adrian Pop | | | Date: Wed Feb 13 23:32:44 2019 +0100 | | | | | | fix ticket:5336, set non connector instead of potential | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2930 | | | - OpenModelica/OpenModelica-testsuite#1121 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit cea3023604deb469ac271dc02f9119d179dc48f6 | | | Author: Adrian Pop | | | Date: Wed Feb 13 23:30:10 2019 +0100 | | | | | | update 3rdParty | | | | | | M 3rdParty | | | | | * commit 19e82eab7423c2dfcbc56847ab34bfd4bd434187 | | | Author: Per Östlund | | | Date: Tue Feb 12 23:49:16 2019 +0100 | | | | | | [NF] Inherit annotations in functions. | | | | | | - Merge comments from derived classes when instantiating functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2929 | | | | | | M 3rdParty | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 89e4fb8e69ae6ca2fe6d679b5c1c86fddd013abb | | | Author: hkiel | | | Date: Mon Feb 11 21:47:55 2019 +0100 | | | | | | update documentation of some functions | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2928 | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | | | * commit dfeebf26e7a7c65d8b783258d8573afc27c58fe7 | | | Author: hkiel | | | Date: Mon Feb 11 17:01:18 2019 +0100 | | | | | | fix compile warnings | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2928 | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit a55f71c86313917ca0ee8c2e78d3af1bc6fb97b5 | | | Author: Per Östlund | | | Date: Mon Feb 11 18:07:25 2019 +0100 | | | | | | [NF] Fix type when casting arrays. | | | | | | - When casting arrays in NFSimplifyExp.simplifyCast, don't just cast | | | the elements but update the type of the array too. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2927 | | | | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 2de3e75827143d23a94f640c95333654d52b2cfe | | | Author: AnHeuermann | | | Date: Fri Feb 8 15:31:53 2019 +0100 | | | | | | Removed unused makefile rule mkbuilddir | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2926 | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit b3d524855d4973d251d42ff5d881faafbea7c6e5 | | | Author: arun3688 | | | Date: Fri Feb 8 14:15:37 2019 +0100 | | | | | | fix Fstar Computation for dataReconciliation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2925 | | | | | | M SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | | | | | * commit ce469c3e2ab854ffad525b84eaf82c0e470fdc3e | | | Author: Karim Abdelhak | | | Date: Fri Feb 8 10:27:06 2019 +0100 | | | | | | [BE] Fix mixed-determined dump and raise index to 10 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2920 | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 5c4124cc240f7e251bd7a74acf1c15c1cabb2ffc | | | Author: Adrian Pop | | | Date: Thu Feb 7 21:18:43 2019 +0100 | | | | | | re-update 3rdParty to latest | | | | | | M 3rdParty | | | | | * commit 086fe63ba49f7c7a82e025d77f5ce650c4bbed07 | | | Author: arun3688 | | | Date: Thu Feb 7 16:12:18 2019 +0100 | | | | | | add debug log and fix jacobian transpose for dataReconciliation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2924 | | | | | | M SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | | | | | * commit d45128c2be956e33490b0f73a7aa3a8a9c230192 | | | Author: Adeel Asghar | | | Date: Thu Feb 7 13:51:52 2019 +0100 | | | | | | Expose the functions required by OMEncryption | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2923 | | | | | | M Compiler/runtime/systemimpl.h | | | | | * commit c0983d2a88bb632bdda487fa395195c4084276ea | | | Author: Per Östlund | | | Date: Thu Feb 7 13:00:48 2019 +0100 | | | | | | [NF] Fix equation order for branch selection. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2921 | | | - OpenModelica/OpenModelica-testsuite#1120 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | | | * commit e13c41a265dabe9705b27b1cd1a798be3874e221 | | | Author: Adrian Pop | | | Date: Wed Feb 6 17:10:59 2019 +0100 | | | | | | fix ticket:5048, lookup starting in the class, not the parents | | | - only do this if the class is not derived | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2922 | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 8017c67f8c4bbe1046fb01d116a339f766eb9345 | | | Author: Per Östlund | | | Date: Tue Feb 5 15:55:27 2019 +0100 | | | | | | [NF] Expand complex array crefs. | | | | | | - Expand crefs where one of the prefix nodes is an array, i.e. | | | a.b.c => {a.b[1].c, a.b[2].c}, to work around backend issues. | | | - Fix order of equations in if-equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2919 | | | - OpenModelica/OpenModelica-testsuite#1119 | | | | | | M 3rdParty | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | | | * commit 71414e449efe417c6da985a6fc6c5709dd674cb6 | | | Author: Per Östlund | | | Date: Tue Feb 5 13:21:10 2019 +0100 | | | | | | [NF] Add execStat för Absyn->SCode. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2918 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 2fee2f0643f3ecb4ae231110a6b93668b1780ea3 | | | Author: Per Östlund | | | Date: Mon Feb 4 17:22:48 2019 +0100 | | | | | | Fix code generation for function outputs. | | | | | | - Fix code generation for array output function parameters with literal | | | default values. Such outputs were previously set to be equal to the | | | shared literal, which caused a segfault if the array was then assigned | | | to. This fix makes sure that a new array is created from the literal | | | instead. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2917 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 4b0bcc210ceb87bf6886c010d1d38fa92aea0202 | | | Author: Per Östlund | | | Date: Mon Feb 4 16:01:53 2019 +0100 | | | | | | [NF] Improve Typing.typeExpDim. | | | | | | - Try harder to use the type of the expression if it has one. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2916 | | | | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 68cc7385385b7112338d5245afd396f4d630a281 | | | Author: arun3688 | | | Date: Mon Feb 4 14:49:40 2019 +0100 | | | | | | fix datareconciliation jacobians var ordering | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2915 | | | - OpenModelica/OpenModelica-testsuite#1118 | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 05c8b026da23c3b8adb9baf72df581087da36ec2 | | | Author: Martin Sjölund | | | Date: Fri Feb 1 11:28:54 2019 +0100 | | | | | | Unroll the patch commands | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2914 | | | | | | M Compiler/boot/Makefile.common | | | | | * commit bbc721e3bbbd875a781c5cea26f05f2146965837 | | | Author: Per Östlund | | | Date: Thu Jan 31 12:55:40 2019 +0100 | | | | | | [NF] Use System.setUsesCardinality. | | | | | | - Call System.setUsesCardinality to indicate whether the model uses | | | cardinality or not, instead of just using whatever value it happens to | | | be set to. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2913 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit d255b3a73507a6bb07d9d4e8ccbe07532c024603 | | | Author: Martin Sjölund | | | Date: Thu Jan 31 09:51:33 2019 +0100 | | | | | | Updating 3rdParty | | | | | | 83c880b Add unistd.h to the top of open62541.c | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler-3rdParty#37 | | | | | | M 3rdParty | | | | | * commit a6a240619b7d60d1b70485282331c532548dfa11 | | | Author: Martin Sjölund | | | Date: Thu Jan 31 09:32:15 2019 +0100 | | | | | | Remove svn-clean.py | | | | | | We have not used subversion for years... | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2912 | | | | | | D svn-clean.py | | | | | * commit 554ce08ab423b8a1f2bf9e86975927914ae37b80 | | | Author: Martin Sjölund | | | Date: Thu Jan 31 08:57:44 2019 +0100 | | | | | | Unify BSD/OSX and GNU sed syntax to one | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2911 | | | | | | M Compiler/boot/Makefile.common | | | | | * commit a27fbae91a8af876d15396152ebe757bddc5bf58 | | | Author: Martin Sjölund | | | Date: Thu Jan 31 08:07:57 2019 +0100 | | | | | | Updating 3rdParty | | | | | | 20a847e We do not need metis programs compiled | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler-3rdParty#36 | | | | | | M 3rdParty | | | | | * commit e10d5e4f5685d551b48cf69f4e65c376b42070c7 | | | Author: Martin Sjölund | | | Date: Wed Jan 30 15:13:45 2019 +0100 | | | | | | Use $(MAKE) in Makefile | | | | | | make does not exist on some systems, where you need to call gmake. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2910 | | | | | | M Makefile.common | | | | | * commit fbc944f68d03d153400ab1db29b73cf052b83f62 | | | Author: Martin Sjölund | | | Date: Wed Jan 30 14:11:37 2019 +0100 | | | | | | Updating 3rdParty | | | | | | 19d3036 Update ancient libtool for liblis | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler-3rdParty#35 | | | | | | M 3rdParty | | | | | * commit 2f863d03e849b0b5c21967a9b5d4f4bc31fdabd2 | | | Author: Per Östlund | | | Date: Wed Jan 30 13:27:04 2019 +0100 | | | | | | [NF] Make Real range generation more robust. | | | | | | - Generate Real ranges using start+step*i, instead of relying on the | | | code generation that uses repeated addition which causes unnecessary | | | inaccuracies. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2909 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 0f5c4be90ccfdccc0a1aeda36a5c5ae61533d6cc | | | Author: Per Östlund | | | Date: Wed Jan 30 12:30:18 2019 +0100 | | | | | | [NF] Handle inner/outer in records. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2908 | | | | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit 58af603f1786c8c67d83e79b116f2e1ea3e3490a | | | Author: Per Östlund | | | Date: Wed Jan 30 11:47:36 2019 +0100 | | | | | | [NF] Allow Fortran 77 as external language. | | | | | | - Allow Fortran 77 as an alternative to FORTRAN 77, since it's used by | | | libraries and allowed by the old frontend and other tools. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2907 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 38fd61a5fe530569d569dc0129ebc9b0aeaffcc0 | | | Author: Per Östlund | | | Date: Tue Jan 29 17:06:14 2019 +0100 | | | | | | [NF] Various fixes. | | | | | | - Unpack input arrays that have been packed after an external call. | | | - Fix ordering of initial algorithm sections. | | | - Type cast the branches of an if-expression instead of the whole | | | expression. | | | - Fix expansion of cast expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2906 | | | - OpenModelica/OpenModelica-testsuite#1116 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 9a351995819083ad74649c28437482dc91facc3c | | | Author: Martin Sjölund | | | Date: Tue Jan 29 10:14:32 2019 +0100 | | | | | | Updating 3rdParty | | | | | | 85fa70f Call ::bind instead of std::bind | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler-3rdParty#34 | | | | | | M 3rdParty | | | | | * commit 8167b9d2bbd30fd36dc22c9be84ccb4d5db8de17 | | | Author: Per Östlund | | | Date: Mon Jan 28 18:59:58 2019 +0100 | | | | | | [NF] Partially revert 8fcf925. | | | | | | - The equations shouldn't be reverted when replacing an if-equation with | | | its first branch. | | | - Disable simplification of for-loops over a one-sized range, it causes | | | some models to become unbalanced for unknown reasons. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2905 | | | | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | | | * commit be0943f3ae423a6adcee02112812fc8b4991bb08 | | | Author: Per Östlund | | | Date: Mon Jan 28 15:39:30 2019 +0100 | | | | | | [NF] Fix scoping of redeclared components. | | | | | | - Add InstNodeType to component nodes too, and use it to keep track of | | | the parent of the replaced component. This is then used by | | | InstNode.scopeList, so that crefs pointing to redeclared components | | | are generated correctly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2904 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 247f185a6293704492702da197684dcf1373d1ee | | | Author: Per Östlund | | | Date: Mon Jan 28 13:11:54 2019 +0100 | | | | | | [NF] Handle importing and inheriting the same name. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2903 | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | | | * commit 852d89ec56deb6e50be42e6c991bd1cce72e4f68 | | | Author: Per Östlund | | | Date: Mon Jan 28 12:51:45 2019 +0100 | | | | | | [NF] Fix operator overloading. | | | | | | - Ignore non-binary operators when implicitly matching arguments. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2902 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 8fcf925f215de535f808ac4c93fe11efd130b3e3 | | | Author: Per Östlund | | | Date: Mon Jan 28 12:03:06 2019 +0100 | | | | | | [NF] Various improvements. | | | | | | - Fix ordering of equations/statements during simplification, when | | | replacing an if-equation/statement with the first branch. | | | - Unroll for-loops in algorithms when the range has size 1. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2901 | | | | | | M 3rdParty | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit fcedc05ffc17aef4422eb414eb53354ff59ac621 | | | Author: Willi Braun | | | Date: Mon Jan 28 11:03:35 2019 +0100 | | | | | | [BE] added support for INITIAL_ASSERT in BackendCreate | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2895 | | | - OpenModelica/OpenModelica-testsuite#1115 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit db18f0d5b123ad5eec1c5acb44cd3f9610c29129 | | | Author: Karim Abdelhak | | | Date: Mon Jan 28 09:42:17 2019 +0100 | | | | | | [BE]apply simplifyIfEquations on initial equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2889 | | | - OpenModelica/OpenModelica-testsuite#1112 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit eb421e8aa8b5b224789455c7721d93bfbc282807 | | | Author: Per Östlund | | | Date: Sun Jan 27 18:05:07 2019 +0100 | | | | | | [NF] Evaluate bindings of complex final parameters. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2900 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit bf2e0a4e49393145ce41799b0dc0cdd5eac9aadb | | | Author: Lennart Ochel | | | Date: Fri Jan 25 22:47:44 2019 +0100 | | | | | | Don't rename outputs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2899 | | | - OpenModelica/OpenModelica-testsuite#1114 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7eaf6bce7319bc8dad3e10e80862bb3116e0e40c | | | Author: Lennart Ochel | | | Date: Fri Jan 25 17:52:57 2019 +0100 | | | | | | Replace BackendDAEUtil.traverseBackendDAEExpsEqnsWithUpdate | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2898 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e3d42ecdd19e14dceb4c1fc535a9637f1c4c0bad | | | Author: Per Östlund | | | Date: Fri Jan 25 16:39:34 2019 +0100 | | | | | | Implement --showStructuralAnnotations flag. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2897 | | | - OpenModelica/OpenModelica-testsuite#1113 | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 547468f7b9025fe7ea76de27323f0153c5ac1355 | | | Author: Per Östlund | | | Date: Fri Jan 25 15:41:39 2019 +0100 | | | | | | Expand crefs when simplifying cat. | | | | | | - Expand one-dimensional crefs before trying to simplify cat in | | | ExpressionSimplify.simplifyCat. This is needed when using the new | | | frontend, since it generally doesn't expand function arguments. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2896 | | | | | | M 3rdParty | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 21283341fd06ada1d4fd83deba432ee7ef521f64 | | | Author: Adrian Pop | | | Date: Wed Jan 23 21:28:44 2019 +0100 | | | | | | Updating 3rdParty | | | | | | 8295908 make it possible to statically link sundials on Windows mingw - even if we build both static / dynamic libs - if LINK_SUNDIALS_STATIC is defined then SUNDIALS_EXPORT is defined to empty instead of __declspec(dllimport) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2894 | | | - OpenModelica/OMCompiler-3rdParty#33 | | | | | | M 3rdParty | | | | | * commit 158c497a45c3d939b0e2b7ac7fe1824bb84ec16e | | | Author: Adrian Pop | | | Date: Wed Jan 23 21:05:31 2019 +0100 | | | | | | on mingw C runtime link statically with sundials | | | - on mingw define LINK_SUNDIALS_STATIC before including sundials headers | | | - fix rule for dataReconcilation.cpp (was overwritten before) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2894 | | | - OpenModelica/OMCompiler-3rdParty#33 | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | | | * commit 43044cb559b8d731d8c9abe32e30bbd263789d75 | | | Author: Adrian Pop | | | Date: Wed Jan 23 17:13:25 2019 +0100 | | | | | | [FMU] static link sundials, ticket:5293 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2892 | | | | | | M Compiler/runtime/omc_config.h | | | | | * commit e2dbad235ff495bf3b2a32ebe9379eddf18f8942 | | | Author: Adrian Pop | | | Date: Wed Jan 23 14:29:59 2019 +0100 | | | | | | more execstat: at the end of frontend and for checkmodel | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2891 | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 5e72f06ed7294ea539f7ac65a794d015253fb6cc | | | Author: Per Östlund | | | Date: Wed Jan 23 13:16:26 2019 +0100 | | | | | | [NF] Fix ordering of when-branches. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2890 | | | - OpenModelica/OpenModelica-testsuite#1111 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 8a20ce05c24ec9a161b88d0d8fde4800f54a11f6 | | | Author: Per Östlund | | | Date: Mon Jan 21 16:29:30 2019 +0100 | | | | | | [NF] Propagate structuralness via modifications. | | | | | | - Mark parameters that have a structural cref as binding as also | | | structural. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2887 | | | - OpenModelica/OpenModelica-testsuite#1108 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 25cfbd504db4e756eb1750eb806d8625d5c29957 | | | Author: Willi Braun | | | Date: Mon Jan 21 14:57:26 2019 +0100 | | | | | | removed misleading fScalings labels in kinsol dump | | | | | | - fixed ticket:4941 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2886 | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 8cd974325de7249e026565eae61b1ce91e9c5d24 | | | Author: Per Östlund | | | Date: Mon Jan 21 11:35:56 2019 +0100 | | | | | | [NF] Fix root class modifiers. | | | | | | - Allow ComponentRef.subscriptsN to handle N larger than the number of | | | subscript parts. This can happen when the root class is a short class | | | definition with modifiers. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2885 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | | | * commit 683050ef1f9f43c3d8983cc1d2e99168fbd40386 | | | Author: David Polak | | | Date: Sat Jan 19 14:00:54 2019 +0100 | | | | | | Fix FMU hybrj_ function signature | | | | | | 3rdParty/CMinpack/hybrj_.c has void return value, FMU export uses int. | | | | | | EMCC linking and WebAssembly runtime errors out on incorrect function signature. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2806 | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | | | * commit 0ef03fcc642b588f3d713c789093670abbeee866 | | | Author: Anatoly Trosinenko | | | Date: Sat Jan 19 13:31:28 2019 +0100 | | | | | | Use the stack bottom value from the old threadData, if available | | | | | | On linux, fetching the stack bottom involves huge amounts of user | | | and kernel CPU time. Assuming the stack bottom does not change over | | | time, copy it from the old threadData structure. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2884 | | | | | | M SimulationRuntime/c/meta/meta_modelica_data.h | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | | | * commit 23d8d265b984678a80db71dc3b9cfc7eea3a1b60 | | | Author: Adrian Pop | | | Date: Fri Jan 18 19:08:21 2019 +0100 | | | | | | fix metis build on mac | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2883 | | | | | | M Makefile.common | | | | | * commit 0861aa33097e2569cc59489b2cf09c41280678a6 | | | Author: Per Östlund | | | Date: Fri Jan 18 15:59:57 2019 +0100 | | | | | | [NF] Fix Typing.typeCrefDim. | | | | | | - Rewrite Typing.typeCrefDim so that it handles qualified crefs | | | correctly and with less magic. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2882 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit ea405614892993b7858ce1e3304c6dfaa27d7967 | | | Author: Per Östlund | | | Date: Fri Jan 18 14:23:31 2019 +0100 | | | | | | [NF] Add type checking for reductions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2881 | | | - OpenModelica/OpenModelica-testsuite#1107 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/Util/Error.mo | | | | | * commit bbc01270d728b012c1de4ea7b90fa67942fde154 | | | Author: Per Östlund | | | Date: Thu Jan 17 15:17:51 2019 +0100 | | | | | | [NF] Record binding fixes. | | | | | | - Fix type in Expression.recordElement. | | | - Fix parents in Binding.recordFieldBinding. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2880 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit ef2d3b4584bea4b637451eab4793d31f787b5c8e | | | Author: Per Östlund | | | Date: Tue Jan 15 16:31:48 2019 +0100 | | | | | | [NF] Element-wise overloaded operator support. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2879 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 1f8addeb06042b4c93df7739be3d71b4415400c3 | | | Author: Per Östlund | | | Date: Tue Jan 15 15:04:48 2019 +0100 | | | | | | Error message improvements. | | | | | | - Add division by zero error message in NFCeval.evalBinaryDiv. | | | - Improve the error message for using == and <> on Reals. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2878 | | | - OpenModelica/OpenModelica-testsuite#1105 | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1f99d4a85444b2de90e2f488b2b546b5e394b7f3 | | | Author: Per Östlund | | | Date: Tue Jan 15 12:49:35 2019 +0100 | | | | | | [NF] Add case for MUTABLE in Typing.typeExp. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2877 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 5e47a157ea6e76fbb18797391aefe50d4ccfdcac | | | Author: Per Östlund | | | Date: Tue Jan 15 12:21:31 2019 +0100 | | | | | | [NF] Flatten for-loop ranges when unrolling. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2876 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 158a345b4cb641c7ef7969ab9c7f2ec50c9e9967 | | | Author: Per Östlund | | | Date: Tue Jan 15 12:01:24 2019 +0100 | | | | | | [NF] Fix TypeCheck.getRangeTypeReal. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2875 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit c0d2c57291f24589af63843f882ab7b152668ab4 | | | Author: Per Östlund | | | Date: Tue Jan 15 11:22:21 2019 +0100 | | | | | | [NF] Improve Ceval.evalArrayConstructor. | | | | | | - Improve the performance of evalArrayConstructor by precomputing the | | | types of the created arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2874 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 973bab372faf771a75b3dd0091b36c8126764633 | | | Author: Per Östlund | | | Date: Mon Jan 14 17:42:12 2019 +0100 | | | | | | [NF] Cleanup some toString functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2872 | | | | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatModel.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | | | * commit d681d71113146f257b1a4f861c910d33f7d14a06 | | | Author: Lennart Ochel | | | Date: Mon Jan 14 16:53:00 2019 +0100 | | | | | | Trigger internal computation in initialization mode | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2871 | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 8481cc556f4fff2e82f0988a4e363ac1a4b66224 | | | Author: Per Östlund | | | Date: Mon Jan 14 15:13:35 2019 +0100 | | | | | | [NF] Fix type in Ceval.evalArrayConstructor. | | | | | | - Create a new type based on the actual sizes of the created arrays in | | | evalArrayConstructor, instead of using the original type which might | | | have non-constant dimensions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2870 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 3c1d34e4567c72da02e1387e48d9265fb0dafab2 | | | Author: Per Östlund | | | Date: Mon Jan 14 11:26:28 2019 +0100 | | | | | | [NF] Collect functions in builtin attributes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2869 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 0fb5b980a1f58e28e86d8c08a2978998512e22a7 | | | Author: Per Östlund | | | Date: Mon Jan 14 11:05:33 2019 +0100 | | | | | | [NF] Fix Flatten.collectTypeFuncs for arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2868 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 2be04fdfcea90dab1cad63bdded2213273b4ed34 | | | Author: Adrian Pop | | | Date: Sun Jan 13 05:38:20 2019 +0100 | | | | | | [NF] support range based on enumeration type | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2867 | | | | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | | | * commit 1871ad3007eadea895625fb28a28006bf19dd49c | | | Author: Adrian Pop | | | Date: Sun Jan 13 05:20:20 2019 +0100 | | | | | | add more operators and builtin functions to the embedded codegen | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2866 | | | | | | M Compiler/Template/CodegenEmbeddedC.tpl | | | | | * commit da971419804d708e27b866e4f017d1543ab7a0c7 | | | Author: Per Östlund | | | Date: Fri Jan 11 15:18:52 2019 +0100 | | | | | | Handle record better in lowerArrayEqn. | | | | | | - Move the case that handles arrays of records to the top in | | | BackendDAECreate.lowerArrayEqn, to avoid array equations involving | | | records being turned into arrays of normal non-complex equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2864 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit c8cc40e45c4c733352ed2988a2d9a4486b829e18 | | | Author: Per Östlund | | | Date: Thu Jan 10 21:21:44 2019 +0100 | | | | | | [NF] Fix Ceval.makeRecordBindingExp. | | | | | | - Evaluate all parameters in makeRecordBindingExp, not only structural | | | ones. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2862 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit c68f4330c3d3e903392f63d82eb390b3e4877ac4 | | | Author: Per Östlund | | | Date: Thu Jan 10 15:24:01 2019 +0100 | | | | | | [NF] Ceval/SimplifyExp improvements. | | | | | | - When building record bindings, only evaluate structural parameter | | | fields and not the whole generated expression (which might contain | | | non-constant expressions). | | | - Added simplification of and/or expressions where only one side is | | | true/false (for example 'true or e => true'). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2861 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit ef2fed95fa26ad03a217cf9091f0e9be3446e426 | | | Author: Lennart Ochel | | | Date: Thu Jan 10 13:05:18 2019 +0100 | | | | | | Fix more initialization issues with FMUs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2859 | | | - OpenModelica/OpenModelica-testsuite#1099 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 2f4f72e3f7200f2fbb50d369d6287ed2049adc36 | | | Author: Per Östlund | | | Date: Thu Jan 10 12:45:17 2019 +0100 | | | | | | [NF] Fix connection graph. | | | | | | - Emulate the old frontend better by not splitting array connectors when | | | building the connection graph. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2860 | | | | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | | | * commit 82a256a7b343ec0689a01727767cae2d4c2e41c0 | | | Author: arun3688 | | | Date: Thu Jan 10 12:02:15 2019 +0100 | | | | | | add runtime support to dataReconciliation module | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2845 | | | - OpenModelica/OpenModelica-testsuite#1096 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/SimCode/ReduceDAE.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Makefile.common | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.objs | | | A SimulationRuntime/c/dataReconciliation/dataReconciliation.cpp | | | A SimulationRuntime/c/dataReconciliation/dataReconciliation.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit a4086ba13259ddff302618591eef8491d301f1f0 | | | Author: Lennart Ochel | | | Date: Wed Jan 9 19:44:11 2019 +0100 | | | | | | Fix initialization of parameters and attributes for FMUs | | | | | | Fix ticket:5218 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2856 | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 5c686487eb6a33a6a10fb993cbf02dfbd5c2d6ba | | | Author: Per Östlund | | | Date: Wed Jan 9 15:34:16 2019 +0100 | | | | | | [NF] Retype array constructors after ceval. | | | | | | - Retype array constructors in EvalConstants.evalExp when necessary, | | | to avoid the scalarization failing due to non-constant dimensions. | | | - Handle 'each' in Variable.toString. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2855 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFEvalConstants.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | | | * commit 15e62b72c6c4e73011eeeae2e28d717df71d7528 | | | Author: Per Östlund | | | Date: Wed Jan 9 15:00:46 2019 +0100 | | | | | | [NF] Improve toString functions. | | | | | | - Implement toString for Variable, Algorithm and FlatModel. | | | - Improve formatting in Equation.toString and Statement.toString. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2854 | | | | | | M Compiler/NFFrontEnd/NFAlgorithm.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatModel.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | | | * commit 8311f2653c0f46a7f882391607b06c693577dee2 | | | Author: Lennart Ochel | | | Date: Wed Jan 9 14:30:45 2019 +0100 | | | | | | Fix capability flag maxOutputDerivativeOrder | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2853 | | | | | | M Compiler/Template/CodegenFMU2.tpl | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 0695240364191524e49f1ca08ce352ea53639674 | | | Author: Per Östlund | | | Date: Wed Jan 9 12:16:12 2019 +0100 | | | | | | [NF] Various fixes. | | | | | | - Don't cache bindings created in NFCeval.makeComponentBinding if the cref | | | has subscripts, it might not be safe. | | | - Don't ignore subscripts in connections when building the connection | | | graph. | | | - Don't expand record in Expression.extendArrExp. Doing so causes record | | | crefs to be expanded into arrays of record fields, which causes | | | BackendVarTransform to make invalid replacements. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2852 | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 43bdde4e31e62ef09546aeabc6ec9c929dac126f | | | Author: Martin Sjölund | | | Date: Wed Jan 9 07:26:52 2019 +0100 | | | | | | Add the trigonometric functions to EmbeddedC | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2851 | | | | | | M Compiler/Template/CodegenEmbeddedC.tpl | | | | | * commit 17e11864e8a3ac8d3cc91765beeb870253b5316c | | | Author: Per Östlund | | | Date: Tue Jan 8 11:36:45 2019 +0100 | | | | | | [NF] Improve Expression.splitRecordCref. | | | | | | - Improve splitRecordCref so that it can handle arrays of records too, | | | to reduce the amount of complex bindings that're moved to equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2850 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit cf3c2d4445248d2c55cd5f37efa561aecb5404c1 | | | Author: Per Östlund | | | Date: Mon Jan 7 15:00:48 2019 +0100 | | | | | | [NF] Fix DAE conversion of ^ operator. | | | | | | - Element-wise exponentiation of arrays should use DAE.POW_ARR2 and not | | | DAE.POW. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2849 | | | | | | M Compiler/NFFrontEnd/NFOperator.mo | | | | | * commit b839fa14f2bb864c7c2955259e599b22118267a7 | | | Author: Per Östlund | | | Date: Mon Jan 7 13:56:01 2019 +0100 | | | | | | [NF] Fix DAE conversion of / operator. | | | | | | - Element-wise division of arrays should use DAE.DIV_ARR and not | | | DAE.DIV. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2848 | | | | | | M Compiler/NFFrontEnd/NFOperator.mo | | | | | * commit 8ad5de13b62f1ad35ba1e549b3a17537ce901c0a | | | Author: Per Östlund | | | Date: Mon Jan 7 12:11:31 2019 +0100 | | | | | | Implement Interactive.transformPathedClassInClass. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2847 | | | - OpenModelica/OpenModelica-testsuite#1097 | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 1e836b6e7f430f696493c25779bdc2c09959f970 | | | Author: Anatoly Trosinenko | | | Date: Thu Jan 3 17:53:08 2019 +0100 | | | | | | Implement *_get_5D(...) array accessors | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2846 | | | | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit 1b6a960aca290c985159870721a38d0da5e2f826 | | | Author: Anatoly Trosinenko | | | Date: Sun Dec 23 12:20:37 2018 +0100 | | | | | | Do not complain on NULL returned when allocating 0 objects | | | | | | According to documentation on malloc/calloc, when zero allocation size | | | is requested, it is allowed to return either unique pointer or NULL. | | | In the latter case, FMU was previously incorrectly complaining about | | | "out of memory". | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2844 | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 52cd12972ec05a9dbbf8a6c6eba1bd217914e6cd | | | Author: Martin Sjölund | | | Date: Fri Dec 21 15:26:13 2018 +0100 | | | | | | Additional debug messages for overdetermined systems | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2843 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 2b1c2bf5c00a7c9e9dbf62a8507c7dfc20fbda53 | | | Author: hkiel | | | Date: Thu Dec 20 14:13:11 2018 +0100 | | | | | | fix copy&paste error | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2842 | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit 802d9c8f522e7dd2a6fe4a9142ac69d4713932dc | | | Author: Dietmar Winkler | | | Date: Thu Dec 20 03:37:14 2018 +0100 | | | | | | BeautifulSoup 3 is no longer maintained, switch to bs4 | | | | | | Also needed for Python 3 compliance. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2840 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 4eda4f78277dabd1b9515fd0996e3704c60f82c2 | | | Author: Adrian Pop | | | Date: Thu Dec 20 02:20:34 2018 +0100 | | | | | | more fixes for ticket:5030 | | | - fix variable cross reference for equations in modelinfo.c | | | - fix equation display in html in default_profiling.xsl | | | - fix a bad string comparison (str == "") in systemimpl.c | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2841 | | | | | | M Compiler/runtime/systemimpl.c | | | M Compiler/scripts/default_profiling.xsl | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit 434838c38ddbe58a2c38e342781a8f2d11570897 | | | Author: hkiel | | | Date: Wed Dec 19 08:50:39 2018 +0100 | | | | | | fix SVG generation script for Python3 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2839 | | | | | | M Examples/generate_icons.py | | | | | * commit 71404534475b05dcd93fe499cd18d894b3450bec | | | Author: Adrian Pop | | | Date: Sat Dec 15 02:44:29 2018 +0100 | | | | | | fix ticket:5250 handle '<' and '>' the way GenerateDoc.mos does | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2838 | | | | | | M Examples/generate_icons.py | | | | | * commit d090ace87f34a08fa6aa16efb930b9cf25c6d192 | | | Author: Per Östlund | | | Date: Fri Dec 14 18:45:35 2018 +0100 | | | | | | [NF] Improve operator overloading. | | | | | | - Implement scalar*array, array*scalar and array/scalar for overloaded | | | operators. | | | - Improve TypeCheck.implicitConstructAndMatch so that it checks that the | | | constructed argument actually matches the expected type for the | | | operator, to avoid it matching e.g. scalars with operators that only | | | take arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2837 | | | - OpenModelica/OpenModelica-testsuite#1095 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit b8ddb69cdf795d0bf3f49affde7f1e675f824d28 | | | Author: Andreas | | | Date: Fri Dec 14 11:34:35 2018 +0100 | | | | | | Added dependency for CPP runtime on Windows mingw build | | | | | | - Now runnig make -f Makefile.omdev.mingw runtimeCPPinstall works | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2816 | | | | | | M Makefile.common | | | | | * commit 3fa798f48e8fdbac01f27f2b550f0706593245e4 | | | Author: niklwors | | | Date: Fri Dec 14 10:04:16 2018 +0100 | | | | | | [cppruntime] Adapted zero function tolerance | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2829 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7a31ea6b652638f7aaf96a682af4d90d0af0b08b | | | Author: Adrian Pop | | | Date: Fri Dec 14 06:37:26 2018 +0100 | | | | | | fix ticket:5249 | | | - add a flag to typed binding to signal if it was flattened | | | - do not flatten again already flattened typed binding | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2836 | | | - OpenModelica/OpenModelica-testsuite#1094 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 83d5105013335adf4a05daa8074daff6fc8fb9fe | | | Author: wibraun | | | Date: Fri Dec 14 00:46:15 2018 +0100 | | | | | | added UsersGuide ref ticket:4246 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2835 | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 8255622635cda3a9b4d01a53f389d902e6f3a344 | | | Author: Lennart Ochel | | | Date: Thu Dec 13 23:11:52 2018 +0100 | | | | | | Fix typos | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2834 | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 35cf6f80a77a13d799b730765b317077f19853a0 | | | Author: Per Östlund | | | Date: Thu Dec 13 17:50:41 2018 +0100 | | | | | | [NF] Move overconstrained equation generation. | | | | | | - Move the generation of equations for overconstrained connections from | | | Typing to Flattening, so that it can handle e.g. iterators correctly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2832 | | | - OpenModelica/OpenModelica-testsuite#1091 | | | | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 53a0dfdf81d5e0f3e015e34d58ffd8936a3ae9b5 | | | Author: Willi Braun | | | Date: Thu Dec 13 17:25:40 2018 +0100 | | | | | | [BE] adjust daeMode flag | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2831 | | | - OpenModelica/OpenModelica-testsuite#1090 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit 23e4c45083c6429a6f63eb3129c887a62a2020db | | | Author: Per Östlund | | | Date: Thu Dec 13 16:36:57 2018 +0100 | | | | | | Improve code generation for ADD/SUB_ARRAY_SCALAR. | | | | | | - Store the source array in a temporary variable, to avoid taking the | | | address of a an rvalue. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2830 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 7b01c957be94bcfd281211b2b50219fbfc9827d4 | | | Author: Per Östlund | | | Date: Thu Dec 13 03:48:10 2018 +0100 | | | | | | [NF] Fix Record.collectRecordParam. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2828 | | | | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit 32d10a91db4f7f1b0287671d3ab18ea3145405b2 | | | Author: Per Östlund | | | Date: Wed Dec 12 22:37:07 2018 +0100 | | | | | | [NF] Record fixes. | | | | | | - Fill in all field names when constructing a record expression during | | | constant evaluation. | | | - Use correct node in Inst.makeRecordComplexType. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2827 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit d8ca87311cf5644e44935c703c9e02ae18b0a7a1 | | | Author: Per Östlund | | | Date: Wed Dec 12 15:55:14 2018 +0100 | | | | | | [NF] Record constructor fixes. | | | | | | - Only add constructor inputs to the list of field names when | | | constructing ComplexType.RECORD types. | | | - Make non-modifiable fields protected when creating the DAE type, like | | | the old frontend does. | | | - Propagate visibility to Component.Attributes.toDAE so we get the | | | actual visibility in the DAE.ATTR. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2826 | | | - OpenModelica/OpenModelica-testsuite#1089 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit a16d2aa3fc80b534186945b10d9eee978ac3b28f | | | Author: Per Östlund | | | Date: Wed Dec 12 13:56:58 2018 +0100 | | | | | | Fix lowerEqn for initial complex equations. | | | | | | - Split initial complex equations in the same way as normal complex | | | equations in BackendDAECreate.lowerEqn. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2825 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit c257574c6c15c76e39a8bc845cc93a0ee4f381a3 | | | Author: Per Östlund | | | Date: Tue Dec 11 16:47:04 2018 +0100 | | | | | | [NF] Collect constructors from record expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2824 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit b6419112112b2ca079c1a8c5c78966d8013c506b | | | Author: Per Östlund | | | Date: Mon Dec 10 14:56:39 2018 +0100 | | | | | | Handle DAE.REDUCTION in differentiateExp. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2823 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit a1f95a6990a3be2ac0ecc8ec1f953ef022caf625 | | | Author: Per Östlund | | | Date: Mon Dec 10 13:55:25 2018 +0100 | | | | | | [NF] Relax restriction on input/output prefixes. | | | | | | - Allow an input/output prefix on a component with a short class type | | | that also has an input/output prefix, as long as they are the same. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2822 | | | - OpenModelica/OpenModelica-testsuite#1088 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | | | * commit e1d80fc2719a53907546bdf6a1d8469ec366d298 | | | Author: Adrian Pop | | | Date: Sat Dec 8 03:18:30 2018 +0100 | | | | | | v1.14.0-dev | | | | | * commit f4aa462e4dabed434290fccebeff3d23e02fa39d | | | Author: Per Östlund | | | Date: Fri Dec 7 21:27:28 2018 +0100 | | | | | | [NF] Fix Expression.compare for arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2821 | | | - OpenModelica/OpenModelica-testsuite#1087 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit c1a48de423aced1243075a6a1da998220111a224 | | | Author: Per Östlund | | | Date: Fri Dec 7 20:38:31 2018 +0100 | | | | | | [NF] Add missing cases to Expression.compare. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2820 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit cb2f4d4df8d17d316f4003fa5f2db6fe1e8d9449 | | | Author: Per Östlund | | | Date: Fri Dec 7 16:16:48 2018 +0100 | | | | | | [NF] Various fixes. | | | | | | - Remove the type in Call.CallAttributes, the call itself already | | | contains the same type. | | | - Improve subscripting of calls such as pre(), where the argument can | | | be subscripted instead of the whole call expression. | | | - Fix Type.copyDims so that it doesn't create an array with no | | | dimensions if the source type is a scalar type. | | | - Add simplification 'if ... then x else x' => 'x'. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2819 | | | - OpenModelica/OpenModelica-testsuite#1086 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit c7c9c712a8f1ae17ad2946ffa4ae486913ecf55d | | | Author: Per Östlund | | | Date: Fri Dec 7 13:59:09 2018 +0100 | | | | | | [NF] Clone derived nodes. | | | | | | - Add back cloning of derived nodes, it seems it's still needed in | | | some cases. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2818 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 9fc7ba2af13e48ff3a67fc4bde16db459cd3710a | | | Author: Per Östlund | | | Date: Thu Dec 6 15:48:10 2018 +0100 | | | | | | [NF] Improve evaluation of record fields. | | | | | | - Change the check in Ceval.evalCref that checked that the cref had a | | | cref origin to instead check that it doesn't have an iterator origin. | | | The cref might have a scope origin when evaluating the parent of a | | | record field, and the intent was only to make sure that iterators are | | | not evaluated by mistake. | | | - Add a flag to Typing.typeComponentBinding to make it possible to skip | | | typing the component's children, otherwise we might get loops when | | | calling it from Ceval.evalComponentBinding. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2817 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 8ffc95a47e41b24157c341670ec30721fa1f4fc2 | | | Author: Per Östlund | | | Date: Thu Dec 6 15:16:58 2018 +0100 | | | | | | [NF] Improve functions called through components. | | | | | | - Clone all classes except operators (because operators are special | | | and cloning them causes typing loops) when instantiating a class | | | tree, to ensure that classes inside of instantiated components have | | | unique caches. | | | - Remove cloning of extends nodes, since cloning all classes makes | | | that unnecessary. | | | - Implemented Statement.toString for debugging. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2815 | | | - OpenModelica/OpenModelica-testsuite#1085 | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | | | * commit e7d386dfb5d12bf8923cc76196e78a0a3048dfcc | | | Author: Willi Braun | | | Date: Wed Dec 5 12:31:48 2018 +0100 | | | | | | [Backend] symbolic jacobian remove defines in generates code | | | | | | - prepare for thread-safe linear systems in symbolic jacobian | | | - mark which linear systems are part of the jacobian | | | - expand most jacobian related functions in the cRuntime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2745 | | | - OpenModelica/OpenModelica-testsuite#1084 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/SimCode/ReduceDAE.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeFunction.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Error.mo | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.h | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit de1221967f149c66dce95dde4211ed5ebfa2e0b4 | | | Author: Rüdiger Franke | | | Date: Tue Dec 4 06:25:10 2018 +0100 | | | | | | [Cpp] Normalize paths for simple concatenation of file names | | | | | | This also reverts changes introduced in 2661fa9b04cd0c4e47a16b7c40f4c31679b10143 | | | to FMU GlobalSettings. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2814 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 6770e63000bca4bf73ee0aea7d3bb49dca4140a3 | | | Author: Rüdiger Franke | | | Date: Mon Dec 3 20:25:43 2018 +0100 | | | | | | Rename --solver-threads option to confirm with Cpp naming | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2813 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit c842427a6762c65e8a839442c58fba261fa2c1e8 | | | Author: Rüdiger Franke | | | Date: Mon Dec 3 20:10:14 2018 +0100 | | | | | | [Cpp] Don't use outputPath for results file, ticket:4773 | | | | | | The results file has its own call argument -F (or -r for the C runtime) | | | that is typically used with an absolute file name, including path. | | | A results file with relative name should be placed in the current | | | directory according to discussions at dev meeting on 12/03, 2018. | | | | | | Moreover raise an error if open of the results file fails. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2813 | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/DefaultWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | * commit aa64ed4c64c437ab8861a8c52863f3cf7e39d4eb | | | Author: Per Östlund | | | Date: Mon Dec 3 18:11:59 2018 +0100 | | | | | | [NF] Constant evaluation optimizations. | | | | | | - Added a field to NFExpression.ARRAY that indicates whether an array | | | contains only literal expression or not, so that arrays that have | | | already been evaluated can be skipped during constant evaluation. | | | - Implemented Ceval.evalExpPartial that only evaluates the parts of an | | | expression that can be evaluated, keeping e.g. iterators intact. | | | - Use the function mentioned above to optimize the evaluation of array | | | constructors and reductions, by partially evaluating the expression | | | that's evaluated in each iteration. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2812 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFEvalFunctionExt.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 8b10a6696a59532dadea9cad0691e590c42b1406 | | | Author: Per Östlund | | | Date: Mon Dec 3 13:08:14 2018 +0100 | | | | | | [NF] Include root name when creating complex DAE types. | | | | | | - The root is included when creating e.g. record constructors, so the | | | created DAE types must match. Not including the root in either case | | | could cause name conflicts. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2811 | | | | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 99e1c395475f304d93b7a601a4015fd02c15a93c | | | Author: Per Östlund | | | Date: Mon Dec 3 12:47:45 2018 +0100 | | | | | | [NF] Improve Expression.hasArrayCall. | | | | | | - Use Expression.contains instead of Expression.fold. | | | - Handle "tuple subscripted" calls correctly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2810 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit 809abfcb3f3adf48fc42dcb21eee78b0e33ad18d | | | Author: Per Östlund | | | Date: Mon Dec 3 12:02:51 2018 +0100 | | | | | | [NF] Collect more record constructors. | | | | | | - Collect record constructors from all cref expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2809 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit bccd64c5ac9b856a5098da89886bfb69aed96ce3 | | | Author: Per Östlund | | | Date: Mon Dec 3 11:44:38 2018 +0100 | | | | | | [NF] Record fixes. | | | | | | - Use derived node when constructing record types. | | | - Don't rename imported nodes. They aren't used when creating the | | | lookup trees anyway and just causes e.g. imported functions to be | | | named incorrectly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2808 | | | | | | M Compiler/NFFrontEnd/NFImport.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 2661fa9b04cd0c4e47a16b7c40f4c31679b10143 | | | Author: Rüdiger Franke | | | Date: Sun Dec 2 17:37:18 2018 +0100 | | | | | | [Cpp] Implement flags for input and output path, ticket:4773 | | | | | | This follows up 1be2a07fd09f6bc5eab46ffcd568011d99d007be that implemented | | | these flags to the C runtime. | | | | | | Both flags are added to GlobalSettings and default to the path of the | | | compiled model. The flag inputPath replaces the previously hard coded | | | path in OMCppInitialize.cpp. | | | | | | The flag outputPath is not yet used (the results file has an own flag). | | | These flags make sense once more that one input or output file will be used. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2807 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 9bcafd67aa7ca12576250a9ad511783bfe688cfc | | | Author: Rüdiger Franke | | | Date: Sun Dec 2 15:10:21 2018 +0100 | | | | | | [Cpp] Fix derivative vars in XmlPropertyReader, ticket:4773 | | | | | | Commit b528b72f1484c42d12f1be9b91cf16cca894ab7d | | | (Fatemeh Davoudi implementation of the symbolic model reduction algorithm) | | | introduced _derVars and _resVars along with a second constructor that | | | initialized the dimension of _derVars as _dimRHS. This second constructor | | | was not used though, leaving _dimRHS undefined and running a for loop with | | | undefined end during initialization. | | | | | | This commit removes the second constructor and the uninitialized variable. | | | It uses consistent size info from SimVars instead. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2805 | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit 6f93d97a8a4d9a0836f75cbefbfcabf09efd26f4 | | | Author: Willi | | | Date: Fri Nov 30 10:48:28 2018 +0100 | | | | | | Scalarize differentiated exp RSUB and TSUB equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2769 | | | - OpenModelica/OpenModelica-testsuite#1083 | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 0a46029abac99d450640b7a9ae1027582a4aea43 | | | Author: Willi | | | Date: Tue Nov 6 17:30:27 2018 +0100 | | | | | | partial differentiation of function with record outputs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2769 | | | - OpenModelica/OpenModelica-testsuite#1083 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 210af859fbe9b87504c7aaf4048f00215e0cc709 | | | Author: Rüdiger Franke | | | Date: Wed Nov 28 19:47:17 2018 +0100 | | | | | | Re-add local ModelicaExternalC to Cpp runtime, ticket:5227 | | | | | | They had been removed in commit 90621756a8e8f3978a17347146a6fc3b044f3e71, | | | but are needed to avoid unclear dependencies from MSL to HDF5 (and ZLIB). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2804 | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | * commit 7f7fb538986b7a4c73e637c830985b558510410d | | | Author: Per Östlund | | | Date: Wed Nov 28 15:23:06 2018 +0100 | | | | | | [NF] Clone inherited classes. | | | | | | - Clone inherited classes so that they get unique caches, to prevent e.g. | | | the same record constructor instance from being shared between classes | | | where the record has different modifiers or use package constants with | | | different bindings. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2803 | | | - OpenModelica/OpenModelica-testsuite#1082 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 96dfd76e2864d64f905ec8d700e82427f37f86ad | | | Author: Per Östlund | | | Date: Mon Nov 26 12:49:58 2018 +0100 | | | | | | [NF] Evaluate more constants in functions. | | | | | | - Evaluate package constants in the types of function parameters. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2802 | | | | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit 12ee163a54c465c0dc74e7926eb567f028fa9d4a | | | Author: Per Östlund | | | Date: Mon Nov 26 12:08:00 2018 +0100 | | | | | | [NF] Minor fixes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2801 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 6ac3d327c51d612d64234b4bab0d23e66bd5e112 | | | Author: Per Östlund | | | Date: Mon Nov 26 11:27:18 2018 +0100 | | | | | | [NF] Fix type checking of tuple expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2800 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 83bdb3db9dd529ccf95d87adaa0914e961fd5a28 | | | Author: Per Östlund | | | Date: Sun Nov 25 20:46:16 2018 +0100 | | | | | | [NF] Fix subscripting of ranges. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2799 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit eeb0df6cee291bd9789a6b926e619da5672c5929 | | | Author: Rüdiger Franke | | | Date: Sun Nov 25 18:08:07 2018 +0100 | | | | | | [NF] Treat arrays of overconstrained connectors | | | | | | A Connections.branch argument may be an element of an array of connectors. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2798 | | | - OpenModelica/OpenModelica-testsuite#1081 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | | | * commit 17cf378aec98b517a713d3fb1a226aefc4fbb086 | | | Author: Per Östlund | | | Date: Fri Nov 23 17:56:16 2018 +0100 | | | | | | [NF] Initial partial function application support. | | | | | | - Implemented handling of partial function applications. | | | - Changed TypeMatch.matchExpressions to handle type checking/casting by | | | itself instead of relying on matchTypes, since matchTypes assumes a | | | strict actual/expected relation between the types which is not the | | | case for matchExpressions. This could e.g. lead to inconsistent | | | boxing/unboxing of expressions depending on which side of a binary | | | expression a boxed expression appeared on. | | | - Replaced all usage of intBitOr/intBitAnd for ExpOrigin flags with | | | ExpOrigin.setFlag/flagSet. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2797 | | | - OpenModelica/OpenModelica-testsuite#1080 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 0fa8007989d2c17ae61f117746037daa6fb088c4 | | | Author: Per Östlund | | | Date: Fri Nov 23 16:41:54 2018 +0100 | | | | | | Fix anyString for SOME(). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2796 | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit f5cbc6bd01ad39072f845dcbc9d8c7c73edea709 | | | Author: Lennart Ochel | | | Date: Fri Nov 23 15:55:52 2018 +0100 | | | | | | Fix CS-FMU doStep function | | | - Fix event handling | | | - Fix integration method (euler) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2795 | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit dc05202e2e52d732ad5f60b0e148f4b979475706 | | | Author: Adrian Pop | | | Date: Thu Nov 22 18:41:51 2018 +0100 | | | | | | fix linearization file generation in Windows (ticket:5223) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2794 | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | | | * commit 19f18d65222d3f33c80ef658517bcb738c142491 | | | Author: Rüdiger Franke | | | Date: Tue Nov 20 16:04:49 2018 +0100 | | | | | | [BE] Improve inlining and solution of array equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2793 | | | - OpenModelica/OpenModelica-testsuite#1079 | | | | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f80c21e1a9551823218ae0ca998b1e5da1439659 | | | Author: Rüdiger Franke | | | Date: Tue Nov 20 06:40:55 2018 +0100 | | | | | | [Cpp] Use array assign in for loops | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2793 | | | - OpenModelica/OpenModelica-testsuite#1079 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit cb53a44ef97c5632306cc883bcf3170f4eb33bb6 | | | Author: Rüdiger Franke | | | Date: Mon Nov 19 19:12:38 2018 +0100 | | | | | | [Cpp] Implement array fill assignments | | | | | | This prevents temporary arrays with all equal elements. | | | Also fix the assignment of bool(ean) arrays in CodegenCpp.tpl. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2792 | | | - OpenModelica/OpenModelica-testsuite#1078 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit e2321aef7f78c7179cdece0b45c4a85a613568ac | | | Author: Rüdiger Franke | | | Date: Mon Nov 19 17:23:39 2018 +0100 | | | | | | [BE] Create array equations for array bindings | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2792 | | | - OpenModelica/OpenModelica-testsuite#1078 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit a581f29091159cd3bec4ca1090c0658f39331dc4 | | | Author: Per Östlund | | | Date: Mon Nov 19 16:29:19 2018 +0100 | | | | | | Improve parsing of function partial applications. | | | | | | - Change the parser to only accept named arguments for function partial | | | applications, as defined by the grammar in the Modelica specification. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2791 | | | - OpenModelica/OpenModelica-testsuite#1077 | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Parser/Modelica.g | | | | | * commit 74a1cd4dac85725a1f7f2658ff003c0033cc2fb0 | | | Author: Adrian Pop | | | Date: Sun Nov 18 06:12:48 2018 +0100 | | | | | | fix GC stats | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2790 | | | | | | M Compiler/Util/GC.mo | | | | | * commit d5e13f9293ed1d97edceb89d0c23610965699cba | | | Author: Lennart Ochel | | | Date: Sat Nov 17 20:33:15 2018 +0100 | | | | | | Small changes to Modelica export of linearized models | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2789 | | | - OpenModelica/OpenModelica-testsuite#1076 | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/linearization/linearize.cpp | | | | | * commit a616890f6d6ad7882eeddedeabd6d91c2b6f7935 | | | Author: Lennart Ochel | | | Date: Thu Nov 15 15:02:05 2018 +0100 | | | | | | Make dummy states derivatives bidirectional | | | | | | - Fix ticket:5219 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2788 | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 8fe98ae9587cd20e2f98bda202a85f8b98cfa786 | | | Author: hkiel | | | Date: Thu Nov 15 12:16:42 2018 +0100 | | | | | | remove superfluous matchcontinue | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2787 | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 565b72f5de68d0444fd2a34e7fd3374b40682bde | | | Author: hkiel | | | Date: Thu Nov 15 12:06:53 2018 +0100 | | | | | | improve doc generation speed | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2787 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 789a1ecd90789f47c06317f042dc3af4d39e6b87 | | | Author: Rüdiger Franke | | | Date: Wed Nov 14 20:49:51 2018 +0100 | | | | | | Vectorize equations with iter at appropriate position | | | | | | Basically replace crefSetLastSubs with crefApplySubs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2786 | | | - OpenModelica/OpenModelica-testsuite#1075 | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit c308368c88b076afad32222e0cb48f997abda9a8 | | | Author: Per Östlund | | | Date: Mon Nov 12 13:42:26 2018 +0100 | | | | | | [NF] Fix Ceval.evalComponentBinding. | | | | | | - Swap the order of trying to construct a binding and using the start | | | value, using the start value should be the last thing we try if | | | there's no explicit binding. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2785 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 42eeda45244ada9d3632626d79414ecb9043880d | | | Author: Per Östlund | | | Date: Mon Nov 12 13:00:43 2018 +0100 | | | | | | Fix inline type checking. | | | | | | - Allow record types to have different names when checking that the type | | | of the call to be inlined and its output is the same. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2784 | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 7905e37cf586e6c679bd699b63a9d4291c9ed832 | | | Author: Per Östlund | | | Date: Fri Nov 9 23:31:18 2018 +0100 | | | | | | [NF] Fix NFFunction.mapExpParameter. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2783 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit a2b203f300e793faeacf1e9c25b3f71433a90f42 | | | Author: Per Östlund | | | Date: Fri Nov 9 15:16:18 2018 +0100 | | | | | | [NF] Evaluate more package constants in functions. | | | | | | - Evaluate package constants in the children of function parameters too | | | (e.g. in attributes of basic type function parameters). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2782 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFEvalConstants.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit 13a4ae4fa632cfdbbba0a6322e251028bb69aa42 | | | Author: Per Östlund | | | Date: Fri Nov 9 13:39:11 2018 +0100 | | | | | | [NF] Fix typing of when statements too. | | | | | | - Use correct origin when typing when-conditions in statements. | | | - Propagate the when-flag properly when marking variables inside | | | when-clauses as discrete. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2781 | | | - OpenModelica/OpenModelica-testsuite#1074 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 088d4352411aa2d64deab95325ce92535b33d26a | | | Author: Per Östlund | | | Date: Fri Nov 9 12:44:45 2018 +0100 | | | | | | [NF] Fix typing of when conditions. | | | | | | - Use the correct origin when typing when conditions, so they're not | | | considered to be inside the when body. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2780 | | | - OpenModelica/OpenModelica-testsuite#1073 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 144493f2477ac05d67bf82aa2bd7010cf6b8da79 | | | Author: Rüdiger Franke | | | Date: Fri Nov 9 11:53:45 2018 +0100 | | | | | | [Cpp] Fix reduce_array, usub_array and in-situ access to array slice | | | | | | See Modelica.Blocks.Nonlinear.PadeDelay | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2779 | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 4125b19e2da4a95e0c0bd91e78b7ea8df27545f3 | | | Author: hkiel | | | Date: Thu Nov 8 15:31:46 2018 +0100 | | | | | | fix for Python3 | | | remove redundant code | | | optimize string compare | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2778 | | | | | | M Examples/ConvertBuildingsReferenceToCSV.py | | | M Examples/GenerateDoc.mos | | | | | * commit 83d21165d87cddb98711c7605a6549f44a1f5f3f | | | Author: Rüdiger Franke | | | Date: Thu Nov 8 15:14:16 2018 +0100 | | | | | | Treat array flows as array equations and solve them for code generation | | | | | | Note that ExpressionSolve.solveSimpleEquations does not cover array | | | equations, even though it would work. This is why SimCodeUtil calls | | | ExpressionSolve.solve2 now. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2776 | | | - OpenModelica/OpenModelica-testsuite#1072 | | | | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e8bea85971c6c615742f35eb0bcc7016975e9bf5 | | | Author: Per Östlund | | | Date: Thu Nov 8 14:00:58 2018 +0100 | | | | | | [NF] Improve simplification of functions. | | | | | | - Evaluate constants and simplify functions during collection, to make | | | sure all collected functions are processed correctly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2777 | | | | | | M Compiler/NFFrontEnd/NFEvalConstants.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | | | * commit 52bf40229c803ac81dd58b9ab9cac826687ac901 | | | Author: hkiel | | | Date: Thu Nov 8 10:58:57 2018 +0100 | | | | | | increase performance of file name case sensitivity fix | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2775 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 5c466368f98552ee2105d595e340c78c840d1e72 | | | Author: Willi Braun | | | Date: Wed Nov 7 22:57:46 2018 +0100 | | | | | | [BE] add support for if equations as residual equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2774 | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 19ec6d1a77fb971fdfbec03971fd4807c20a13e1 | | | Author: Per Östlund | | | Date: Wed Nov 7 15:05:58 2018 +0100 | | | | | | [NF] Evaluate >= as >=, not as >. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2773 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 2492d601ad542ad331776c44fb94e9a346223948 | | | Author: Per Östlund | | | Date: Wed Nov 7 14:47:54 2018 +0100 | | | | | | [NF] Improve typing of vector(). | | | | | | - Handle unknown dimensions better when typing vector(). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2772 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | | | * commit 223798abb1f402c8b7f7bcf36c938a6a4e3c1362 | | | Author: Per Östlund | | | Date: Wed Nov 7 14:04:15 2018 +0100 | | | | | | [NF] Evaluate parameter subscripts. | | | | | | - Mark parameter subscripts as structural so that they're evaluated. | | | This should ideally not be necessary, but the backend relies on it | | | since the old frontend does it. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2771 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 98896ae5cfa321edf3fce814081b70fc2d27576e | | | Author: Rüdiger Franke | | | Date: Wed Nov 7 13:37:18 2018 +0100 | | | | | | [Cpp] Skip array subscripts in cref names if not NF_SCALARIZE | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2768 | | | - OpenModelica/OpenModelica-testsuite#1070 | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 9188bd56e79fcff812bfb46129f946a81793fb6f | | | Author: Rüdiger Franke | | | Date: Wed Nov 7 11:41:08 2018 +0100 | | | | | | [Cpp] Implement operator= for ArraySlice to avoid call to crefIsScalar | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2768 | | | - OpenModelica/OpenModelica-testsuite#1070 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 648de426474c1370d86f447c113b8d0fac9d7724 | | | Author: Rüdiger Franke | | | Date: Wed Nov 7 11:39:26 2018 +0100 | | | | | | [Cpp] Consider array slices with less subscripts than dimensions | | | | | | The remaining dimensions are treated as whole dim. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2768 | | | - OpenModelica/OpenModelica-testsuite#1070 | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 47d8ecf261cc54c54f405a405a63e09dbabd9fc9 | | | Author: Rüdiger Franke | | | Date: Tue Nov 6 21:16:55 2018 +0100 | | | | | | [Cpp] Fix code generation for array dimensions and slices | | | | | | - assign to array slices in for loops | | | - omit subscripts within array names | | | - usub_array supports multiple dimensions | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2768 | | | - OpenModelica/OpenModelica-testsuite#1070 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit d4e9036c79e4c33d092295d7772bd25c6af8584a | | | Author: Rüdiger Franke | | | Date: Tue Nov 6 20:57:44 2018 +0100 | | | | | | Apply inline to for-equations as well | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2768 | | | - OpenModelica/OpenModelica-testsuite#1070 | | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | * commit 2b8ffc95b13f6d5976d15077ddf282618295ab93 | | | Author: Rüdiger Franke | | | Date: Tue Nov 6 20:57:19 2018 +0100 | | | | | | Consider ADD_ARR and SUB_ARR when solving equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2768 | | | - OpenModelica/OpenModelica-testsuite#1070 | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3e8df38ec1101f019d159f9b785986839ed1b846 | | | Author: Rüdiger Franke | | | Date: Tue Nov 6 20:42:10 2018 +0100 | | | | | | [NF] Treat vectorized connectors with flow variables | | | | | | - split array connectors into variables and keep dimensions | | | - enhanced generation of for equations | | | - add unconnected flow variables after connections to sets | | | to get the right dimensions of connections | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2768 | | | - OpenModelica/OpenModelica-testsuite#1070 | | | | | | M Compiler/NFFrontEnd/NFConnectionSets.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 023c904a11a5a5a9c7bcad7411400b1d43b55af5 | | | Author: Willi | | | Date: Wed Nov 7 12:41:35 2018 +0100 | | | | | | add RSUB dump to ExpressionDump | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2770 | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | * commit 0e4d8eed0f2ce98963b97094d0a5a8f22d8c048d | | | Author: Per Östlund | | | Date: Tue Nov 6 12:42:07 2018 +0100 | | | | | | [NF] Remove bad NFCeval optimization. | | | | | | - Removed the caching of record field bindings that are created from the | | | record instance's binding. It's not safe and causes subscripts to be | | | dropped in some cases, and the record instance's binding is cached now | | | anyway. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2767 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit c54cb4b24af5feed52e444e5923d47c93e382341 | | | Author: Adrian Pop | | | Date: Tue Nov 6 03:16:42 2018 +0100 | | | | | | support cycles in anyString (ticket:5205) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2766 | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 804c58ed3b8a826b3312a7603acb07a0e1a6bef1 | | | Author: Per Östlund | | | Date: Mon Nov 5 17:46:54 2018 +0100 | | | | | | [NF] Fix inStream/actualStream on arrays. | | | | | | - Fix evaluation of inStream/actualStream so it can handle reductions | | | and array constructors containing such calls. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2765 | | | | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | | | * commit 6da90a04e5b0c230ad6eb4366a5b53a4cecd0049 | | | Author: Per Östlund | | | Date: Mon Nov 5 15:36:20 2018 +0100 | | | | | | [NF] Generate fold expression for reductions. | | | | | | - Fill in the fold expression in the DAE.REDUCTIONINFO record when | | | converting reduction to DAE form. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2764 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 2726ae48eedc7ae5186ea5a4c26fa90b845074b0 | | | Author: Per Östlund | | | Date: Mon Nov 5 13:30:38 2018 +0100 | | | | | | [NF] Improve Expression.recordElement. | | | | | | - Handle arrays of records better in Expression.recordElement. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2763 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit fbe0a6675562b2da312aa99eca6cbad230f8019d | | | Author: Per Östlund | | | Date: Mon Nov 5 11:43:58 2018 +0100 | | | | | | [NF] Initial support for functional arguments. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2762 | | | - OpenModelica/OpenModelica-testsuite#1069 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c6038ff00090df5bbdb800b020eaf532d6123a97 | | | Author: hkiel | | | Date: Sun Nov 4 12:19:03 2018 +0100 | | | | | | fix creation of zip file | | | use dominant_baseline instead of alignment_baseline to circumvent SVG display flaw in Firefox | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2761 | | | | | | M Examples/GenerateDoc.mos | | | M Examples/generate_icons.py | | | | | * commit dd78c0858c462c1fa4cbfc424c7bc9be29a925d2 | | | Author: hkiel | | | Date: Fri Nov 2 19:14:32 2018 +0100 | | | | | | archive Icons as well | | | clean working dir before creating docs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2760 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 08c3710b3eb4ed8a3813f2b313f401aac8a7f586 | | | Author: Adrian Pop | | | Date: Fri Nov 2 17:57:40 2018 +0100 | | | | | | copy values of fmi2CallbackFunctions in fmi2Instantiate | | | - copy fmi2CallbackFunctions* functions in fmi2Instantate as it could be freed by the caller environment after the call | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2759 | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 06d58cd7fe97d4d3e3a4b8b38583a8a2d0743a9a | | | Author: Per Östlund | | | Date: Thu Nov 1 09:20:08 2018 +0100 | | | | | | [NF] Implement -d=evaluateAllParameters. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2758 | | | - OpenModelica/OpenModelica-testsuite#1067 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit c77f81ef740a250fa56337da27bc21f2c3f8e2d9 | | | Author: hkiel | | | Date: Wed Oct 31 15:34:20 2018 +0100 | | | | | | small fix for GenerateDoc.mos | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2757 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit d129e47b8bdf48a3583ab3703127fe679212ecda | | | Author: Per Östlund | | | Date: Wed Oct 31 15:13:12 2018 +0100 | | | | | | [NF] Various fixes. | | | | | | - Fix Typing.typeComponentDim so that it looks at the component's | | | parents when needed. | | | - Fix Ceval.makeComponentBinding2 so that it can handle subscripted | | | expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2756 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit e073cfc2060f64d41e3671c4b5c73966e1162c10 | | | Author: Per Östlund | | | Date: Wed Oct 31 12:39:47 2018 +0100 | | | | | | [NF] Fixes for Modelica tables. | | | | | | - Remove empty arrays in function calls from component bindings too. | | | - Don't evaluate constant arguments to external functions, the runtime | | | doesn't handle array literals well in that context. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2755 | | | | | | M Compiler/NFFrontEnd/NFEvalConstants.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | | | * commit d39b07be9480f68fbf9e7c4a6b69c64412f0a6c1 | | | Author: Per Östlund | | | Date: Wed Oct 31 10:16:48 2018 +0100 | | | | | | [NF] Optimize cref evaluation. | | | | | | - Keep track of which bindings have been evaluated so we don't need to | | | evaluate a component's binding multiple times. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2754 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 9a925117daeb9306024b01962479f529bbe8a2d7 | | | Author: Per Östlund | | | Date: Wed Oct 31 09:27:57 2018 +0100 | | | | | | [NF] Optimize evaluation of for loops. | | | | | | - Replace for loop iterators with mutable expressions before starting to | | | evaluate a function, so we don't have to do it each time a for loop is | | | entered. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2753 | | | | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | | | * commit 7e237d3711f04ee43d74f487806191bcbaab6a7b | | | Author: hkiel | | | Date: Tue Oct 30 16:26:12 2018 +0100 | | | | | | fix GenerateDoc.mos | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2752 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit ad7bdaf987e71ce642bd25a9ff9be42d858e44f7 | | | Author: Per Östlund | | | Date: Tue Oct 30 01:04:11 2018 +0100 | | | | | | [NF] Improve handling of Evaluate=true. | | | | | | - Also mark dependencies as structural for parameters that are | | | structural due to Evaluate=true. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2750 | | | - OpenModelica/OpenModelica-testsuite#1066 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit ff431bde68b4085f81e8b7453b25f0e2cfb3262c | | | Author: hkiel | | | Date: Mon Oct 29 14:46:47 2018 +0100 | | | | | | try to fix some "Argument list too long" errors | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2751 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 898f94d471da8a1cf806342b41eba0b7e396a2cf | | | Author: Per Östlund | | | Date: Mon Oct 29 11:30:57 2018 +0100 | | | | | | [NF] Simplify trivial array constructors. | | | | | | - Simplify some array constructors that results in an empty array or an | | | array with one element. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2749 | | | | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit ad14159dd67dbb767fa54cb0cda6126cdc73e626 | | | Author: Adrian Pop | | | Date: Sun Oct 28 19:40:57 2018 +0100 | | | | | | better explain where to change directory | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2748 | | | | | | M README-OMDev-MINGW.md | | | | | * commit 3fd3624227f2d6877e40f371db7a9084ac07ee4c | | | Author: hkiel | | | Date: Sun Oct 28 18:52:26 2018 +0100 | | | | | | make subdirs for hashed SVGs optional | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2747 | | | | | | M Examples/generate_icons.py | | | | | * commit 6571fe8922f7a7010fe207d9c14295b4f582a157 | | | Author: Martin Sjölund | | | Date: Sun Oct 28 18:16:27 2018 +0100 | | | | | | Upgrade libgc to 8.0 release | | | | | | This fixes a problem with docker builds on 32-bit Linux. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2744 | | | | | | M 3rdParty | | | | | * commit a588c55bc8699ae9b905b8658e784744fc653898 | | | Author: Rüdiger Franke | | | Date: Sun Oct 28 17:50:29 2018 +0100 | | | | | | Generalize FOR_EQUATION in backend from left=right to any equation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2746 | | | - OpenModelica/OpenModelica-testsuite#1065 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Vectorization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 01a29286334d499fdb05fc31093f48f7e37c3133 | | | Author: Rüdiger Franke | | | Date: Sat Oct 27 16:11:54 2018 +0200 | | | | | | Use crefToExp when creating backend DAE with arrays | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2743 | | | - OpenModelica/OpenModelica-testsuite#1063 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 76f3cebd41f1d82887a4665e6b4f8fc1cbc2c3f8 | | | Author: Rüdiger Franke | | | Date: Sat Oct 27 15:14:27 2018 +0200 | | | | | | [NF] Convert equality of array type to DAE.ARRAY_EQUATION | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2743 | | | - OpenModelica/OpenModelica-testsuite#1063 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit 8a234f06dd73bf1725be11457fefeee9752aad28 | | | Author: Per Östlund | | | Date: Thu Oct 25 14:49:00 2018 +0200 | | | | | | [NF] Allow invalid bindings on deleted components. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2741 | | | - OpenModelica/OpenModelica-testsuite#1062 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 7a86b4c7ea4efea843cb1a4bd97cd96414a5f52f | | | Author: Willi Braun | | | Date: Thu Oct 25 13:43:43 2018 +0200 | | | | | | [daeMode] fix decision when use pure algebraic solver | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2740 | | | - OpenModelica/OpenModelica-testsuite#1061 | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit f73af463cac304ed417f4b0bce9f6993dd90bfc1 | | | Author: hkiel | | | Date: Thu Oct 25 09:52:59 2018 +0200 | | | | | | fix link to svg | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2739 | | | | | | M Examples/generate_icons.py | | | | | * commit 743eec1b1a6f917364bef2fd229d461bfa1cbbbb | | | Author: Rüdiger Franke | | | Date: Wed Oct 24 22:52:49 2018 +0200 | | | | | | Add equation size to vectorized equalities and for loops | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2738 | | | - OpenModelica/OpenModelica-testsuite#1060 | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 8e8393f5736cd5d626d442f313eaa50922c4e1be | | | Author: Rüdiger Franke | | | Date: Wed Oct 24 22:29:31 2018 +0200 | | | | | | [NF] Skip empty array variables and equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2738 | | | - OpenModelica/OpenModelica-testsuite#1060 | | | | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | | | * commit a08ef7bf2427366a3f4d4818e7ba81560de53e33 | | | Author: Per Östlund | | | Date: Wed Oct 24 13:24:39 2018 +0200 | | | | | | [NF] Fix typing of Clock constructors. | | | | | | - Fix the Clock() definitions in NFBuiltinFuncs, and use them in | | | NFBuiltinCall.typeClockCall instead of doing argument matching | | | manually. This fixes the typing such that e.g. Clock(1, 2) works. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2737 | | | - OpenModelica/OpenModelica-testsuite#1059 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | | | * commit 5e591840b011c9b659d0fe0d5720fbac13ac5941 | | | Author: Per Östlund | | | Date: Tue Oct 23 18:34:47 2018 +0200 | | | | | | [NF] Expand transpose during simplification. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2735 | | | | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit f66e5ac112ffec9fc7d4ef7cc264568566fb3231 | | | Author: Per Östlund | | | Date: Tue Oct 23 12:41:42 2018 +0200 | | | | | | [NF] Disable expansion of function arguments. | | | | | | - Expanding all function arguments is bad for performance and didn't | | | really have a positive enough impact to be worth it. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2736 | | | - OpenModelica/OpenModelica-testsuite#1058 | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 13e5b32c4b1c3e27062d97fb17092e8dd06ff4c2 | | | Author: Rüdiger Franke | | | Date: Sat Oct 20 20:06:19 2018 +0200 | | | | | | Avoid conversion of of a = b to b = -(-a), ticket:5144 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2733 | | | - OpenModelica/OpenModelica-testsuite#1056 | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit e57c4cc10b21e40861b4c45cf2dc5e2580166851 | | | Author: Rüdiger Franke | | | Date: Sat Oct 20 18:15:54 2018 +0200 | | | | | | Disable inlineArrayEqn in vectorized models | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2733 | | | - OpenModelica/OpenModelica-testsuite#1056 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 58cae62e0252b3c6161cc079d1381c0480a681e7 | | | Author: wibraun | | | Date: Fri Oct 19 15:28:39 2018 +0200 | | | | | | [cRuntime] add some jacobian statistics | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2732 | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit 75c4b3ecaa6324e6dd9e7d39c0837cf8e5465c32 | | | Author: Per Östlund | | | Date: Fri Oct 19 14:08:02 2018 +0200 | | | | | | [NF] Expand function call arguments. | | | | | | - Added a new debug flag nfExpandFuncArgs (on by default, off when | | | nfScalarize is off) that tries to mimic the old frontend by expanding | | | all function call arguments, except those containing function calls | | | that return arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2731 | | | - OpenModelica/OpenModelica-testsuite#1055 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/Util/Flags.mo | | | | | * commit be5254a735b2bb1fceb5a6087f23ecb3d42ebdec | | | Author: wibraun | | | Date: Thu Oct 18 15:27:05 2018 +0200 | | | | | | fix SimCodeDump, dump also bool variables | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2730 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 88c0b81bc3429fc5ec8c260465ace0845ae7877d | | | Author: Per Östlund | | | Date: Thu Oct 18 14:48:17 2018 +0200 | | | | | | [NF] Do more branch selection during flattening. | | | | | | - Do more branch selection during the flattening phase, waiting until | | | model simplification might lead to trying to e.g. evaluate invalid | | | constants in a branch that won't be selected anyway. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2729 | | | - OpenModelica/OpenModelica-testsuite#1054 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 3753d6d745cc7c26ab754c53165ec1118db81c20 | | | Author: hkiel | | | Date: Thu Oct 18 07:55:36 2018 +0200 | | | | | | remove ulimit from call, it hangs the script | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2728 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 18e327174c75b46b04d2b4814d96403ab704e640 | | | Author: Per Östlund | | | Date: Wed Oct 17 18:04:20 2018 +0200 | | | | | | [NF] Split record crefs in binding equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2727 | | | - OpenModelica/OpenModelica-testsuite#1053 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit e14b054320cc0e437d51bfcb2b783050b966a1b8 | | | Author: Per Östlund | | | Date: Wed Oct 17 13:05:24 2018 +0200 | | | | | | [NF] Improve handling of if-equations. | | | | | | - Delay branch selection for if-equations to flattening (for | | | if-equations containing connects) or model simplification (for other | | | if-equations). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2725 | | | - OpenModelica/OpenModelica-testsuite#1051 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 9595dac0e366090f57ad08960792435c06c29e8f | | | Author: Willi Braun | | | Date: Tue Oct 16 23:40:15 2018 +0200 | | | | | | [BE] replace zeroCrossings in jacobian matrices | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2726 | | | - OpenModelica/OpenModelica-testsuite#1052 | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit ecd1fed3eccec05a947001e2a1b1d538f1ea7c46 | | | Author: Willi Braun | | | Date: Tue Oct 16 17:31:56 2018 +0200 | | | | | | [cRuntime] fix total simulation time measurement | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2724 | | | | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit fb2861e8c3ddcb8b7c31416b13f23fde08977aed | | | Author: hkiel | | | Date: Mon Oct 15 16:05:53 2018 +0200 | | | | | | dump model name and start time in generate_icons.py | | | for debugging purpose | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2722 | | | | | | M Examples/generate_icons.py | | | | | * commit bf49d96b05fe461d2675cc7fa9cc4a64a714bfc1 | | | Author: Per Östlund | | | Date: Mon Oct 15 11:41:45 2018 +0200 | | | | | | Optimize EvaluateFunctions.getStatementLHSScalar | | | | | | - Don't append the input list recursively, to avoid exponential growth. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2723 | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit ca41844c375a2536a11a679e76a9fcb0d8e8f1b3 | | | Author: Rüdiger Franke | | | Date: Sat Oct 13 15:20:47 2018 +0200 | | | | | | [NF] Evaluate constants in for-equations as well | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2721 | | | - OpenModelica/OpenModelica-testsuite#1050 | | | | | | M Compiler/NFFrontEnd/NFEvalConstants.mo | | | | | * commit 78191053e3e346a9ae93bfda249eb7fd56e35bd9 | | | Author: Rüdiger Franke | | | Date: Sat Oct 13 15:14:11 2018 +0200 | | | | | | Rename sub-methods for initialization from define... to init... | | | | | | This follows up dcd7c9ef5f3306442c3ccc7f457fb0e1bab92d1d | | | "Separate init of StatArray from assign with operator=" | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2721 | | | - OpenModelica/OpenModelica-testsuite#1050 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1619f730c8b4acefc17565d45c2879575037ecb1 | | | Author: hkiel | | | Date: Sat Oct 13 10:30:17 2018 +0200 | | | | | | fix race condition on concurrent call | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2720 | | | | | | M Examples/generate_icons.py | | | | | * commit c303e6d32e7331b18bf0689c8a83d84ea14530bb | | | Author: Per Östlund | | | Date: Fri Oct 12 14:53:16 2018 +0200 | | | | | | Optimize EvaluateFunctions. | | | | | | - Use a hash set instead of List.unique when generating lists of outputs | | | in EvaluateFunctions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2719 | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit d99646653266887894442ad3ff7a9f6fbecdc374 | | | Author: Rüdiger Franke | | | Date: Fri Oct 12 13:57:35 2018 +0200 | | | | | | Simplify treatment of trivial array equations cref=exp and exp=cref | | | | | | Remove solveTrivialArrayEquation that may produce | | | cref = -(-exp) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2718 | | | - OpenModelica/OpenModelica-testsuite#1049 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e645dd79145ef2fc276a3b494abc371be6f41e78 | | | Author: Per Östlund | | | Date: Thu Oct 11 14:49:16 2018 +0200 | | | | | | Add missing dgelsy to Lapack functions. | | | | | | - Add dgelsy to the runtime, the Lapack module and to the function | | | evaluation in both the old and the new frontend. | | | - Improve the function evalution in the new frontend so it can handle | | | variables that depend on each other better. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2717 | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFEvalFunctionExt.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/runtime/lapackimpl.c | | | | | * commit 29048075a13b76ac910a7ef062c45bc76cb29232 | | | Author: Rüdiger Franke | | | Date: Thu Oct 11 12:46:29 2018 +0200 | | | | | | Remove separate memberVariableDefinePreVariables | | | | | | The function was misleading because the defined algebraic variables | | | go beyond pre variables. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2716 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCppHpcom.tpl | | | | | * commit dcd7c9ef5f3306442c3ccc7f457fb0e1bab92d1d | | | Author: Rüdiger Franke | | | Date: Thu Oct 11 12:29:35 2018 +0200 | | | | | | Separate init of StatArray from assign with operator= | | | | | | This way operator=(array) is always a synonym for assign(array). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2716 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 095844b3974b08c592f55b1f4269c84d15f9ae4b | | | Author: hudson | | | Date: Thu Oct 11 11:29:38 2018 +0200 | | | | | | Updating 3rdParty | | | | | | 9680bcc Fix jm_rmdir for paths that contain whitespaces | | | 167af68 FMIL: Pass system name/RC to subprojects | | | a1d17d3 Use RTLD_DEEPBIND | | | 5642b1c updates to 3rdParty to support mingw64 | | | adf3990 Update FMIL to revision 10948 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler-3rdParty#32 | | | | | | M 3rdParty | | | | | * commit a5a404e28eeefa531b4ffa80e9afe9773d23777a | | | Author: hkiel | | | Date: Thu Oct 11 10:39:53 2018 +0200 | | | | | | close opened files again | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2715 | | | | | | M Examples/generate_icons.py | | | | | * commit b7aefa70ec883050d5506bd01161413edd820353 | | | Author: hkiel | | | Date: Wed Oct 10 17:05:23 2018 +0200 | | | | | | Do not crash when Bitmap file is not found | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2714 | | | | | | M Examples/generate_icons.py | | | | | * commit 89692f53d72f6a3f8cba2635a4bd22dc003eea46 | | | Author: Per Östlund | | | Date: Wed Oct 10 16:02:56 2018 +0200 | | | | | | [NF] Fix Expression.applySubscriptArray. | | | | | | - Fix the case for : in Expression.applySubscriptArray so that it | | | actually applies the subscripts and not just pretends to do so. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2713 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 65065879c169faabf68639e7ad0558c048861744 | | | Author: Rüdiger Franke | | | Date: Wed Oct 10 15:37:19 2018 +0200 | | | | | | Detect enumeration type in arrays as well | | | | | | This is the same as for any basic type. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2712 | | | | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit d7274ca925fd25e3c0c94a73d778866fcdf80a02 | | | Author: Rüdiger Franke | | | Date: Wed Oct 10 15:29:27 2018 +0200 | | | | | | [NF] Keep vectors in connect equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2712 | | | | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | | | * commit 0dbda2b3b43f24529455db31ee04b491127e9de2 | | | Author: Rüdiger Franke | | | Date: Wed Oct 10 15:27:27 2018 +0200 | | | | | | [NF] Vectorize arrays of components, ticket:5144 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2712 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFSections.mo | | | | | * commit bac7d12e38583fd8676a59e1cdf691282367d544 | | | Author: Per Östlund | | | Date: Wed Oct 10 15:13:46 2018 +0200 | | | | | | [NF] Improve typing of record field dimensions. | | | | | | - Handle typing of record field dimensions where the record instance has | | | a binding. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2711 | | | - OpenModelica/OpenModelica-testsuite#1048 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 521d55e98fbb28785eb0e6be2b71ad6e13c80aea | | | Author: hkiel | | | Date: Wed Oct 10 10:21:22 2018 +0200 | | | | | | generate hashed SVGs in subdirs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2704 | | | | | | M Examples/generate_icons.py | | | | | * commit 7961fdb4d846098cdeb562280f3427a2595a936b | | | Author: Per Östlund | | | Date: Tue Oct 9 17:40:38 2018 +0200 | | | | | | [NF] Improve array assignment in EvalFunction. | | | | | | - Handle slices and : in EvalFunction.assignArrayElement. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2710 | | | | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | | | * commit 00d75285f78dee95f76c612777ac3673b16c8af3 | | | Author: Per Östlund | | | Date: Tue Oct 9 16:57:42 2018 +0200 | | | | | | [NF] Fix typing of dimensions. | | | | | | - Use Dimension.fromExp when evaluating an expression dimension in | | | Typing.typeDimension instead of just putting the evaluated expression | | | back, since the whole point is to get rid of such dimensions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2709 | | | | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 6127ec966d330b416f4c8bccf8546ceb8c30e9de | | | Author: Per Östlund | | | Date: Tue Oct 9 15:39:33 2018 +0200 | | | | | | [NF] Various improvements. | | | | | | - Implement expansion for diagonal(). | | | - Mark slice subscripts in equations as structural. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2707 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 0283b33babdc91480825b1a8b5354488418c4dcd | | | Author: Per Östlund | | | Date: Tue Oct 9 14:55:44 2018 +0200 | | | | | | [NF] Improve DAE conversion of reductions. | | | | | | - Use the type of the iterator and not the iteration range when | | | converting iterators. | | | - Fill in the default value in the created DAE.REDUCTIONINFO record. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2706 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit c7d9e16dcfc27aafc13f565411511f54a9ac2640 | | | Author: Per Östlund | | | Date: Tue Oct 9 13:10:52 2018 +0200 | | | | | | [NF] Fix Call.typeCall. | | | | | | - Restore mistakenly removed case for TYPED_CALL. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2705 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit f34bf81fbaa5159f3ab7282a01f7b0a67e9fa6a7 | | | Author: Per Östlund | | | Date: Mon Oct 8 16:33:01 2018 +0200 | | | | | | [NF] Improve handling of reductions. | | | | | | - Separate the handling of array constructors and reductions so | | | reductions can be handled properly. | | | - Implement expansion of type names, to better handle enumeration names | | | as iteration ranges. | | | - Expand enumeration type names in Expression.toDAE, so that they can be | | | converted to DAE-form. | | | - Add missing case for enumeration literals in Expression.compare. | | | - Don't fill in "missing" subscripts in crefs with :, it interfers with | | | reductions in some cases and doesn't seem to have any benefits. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2703 | | | - OpenModelica/OpenModelica-testsuite#1047 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 63c9d14014df7a7e431141ed03afdaaeaaa5182c | | | Author: Per Östlund | | | Date: Mon Oct 8 11:21:38 2018 +0200 | | | | | | [NF] Make inStream evaluation properly recursive. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2702 | | | | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | | | * commit 9b06327d048324f5659519596ce455d9b2ff950c | | | Author: Per Östlund | | | Date: Mon Oct 8 11:02:49 2018 +0200 | | | | | | [NF] Fix handling of Evaluate annotation. | | | | | | - Only consider the Evaluate annotation for parameters as per the | | | specification, otherwise non-parameters might be turned into parameters. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2701 | | | - OpenModelica/OpenModelica-testsuite#1046 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 09a79cbaebfb18d6e002fe10f53d1dea284cc6ff | | | Author: hkiel | | | Date: Sun Oct 7 10:50:03 2018 +0200 | | | | | | do not generate json with icon annotations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2700 | | | | | | M Examples/GenerateDoc.mos | | | M Examples/generate_icons.py | | | | | * commit 976a9966f8b0a50eabcdf8c6663dc7ab33aaa5ea | | | Author: Rüdiger Franke | | | Date: Sat Oct 6 19:00:21 2018 +0200 | | | | | | Treat sample with clock constructor in array equations as well | | | | | | model Example | | | parameter Integer n = 10; | | | input Real[n] u; | | | Real[n] u_sampled = sample(u, Clock(period)); | | | end Example; | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2699 | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit ec7f7412e80051a025e2b9db5cab4b793a6f448a | | | Author: Rüdiger Franke | | | Date: Sat Oct 6 07:16:32 2018 +0200 | | | | | | Make inline integration for synchronous models work with arrays | | | | | | - synchronousFeatures generates for-equation with integration formula | | | - SimCodeUtil.createEquation solves for-equations for states | | | - (CodegenUtilSimulation.dumpEqs uses Modelica instead of C syntax) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2698 | | | - OpenModelica/OpenModelica-testsuite#1045 | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenUtilSimulation.tpl | | | | | * commit eda1ea2dadbbfa8eddfa490711ddb7521e0ff5c9 | | | Author: Rüdiger Franke | | | Date: Sat Oct 6 07:06:06 2018 +0200 | | | | | | Change size of array equations to 1 if -nfScalarize | | | | | | This makes many backend modules work for models with arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2698 | | | - OpenModelica/OpenModelica-testsuite#1045 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit dad3995e5ffe2f669eb486baf486856cc7d14ea7 | | | Author: Per Östlund | | | Date: Fri Oct 5 16:16:55 2018 +0200 | | | | | | [NF] Use correct origin in Typing.typeCref. | | | | | | - Base the origin on where the component is declared when typing a cref | | | node, rather than where it's used. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2697 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit d59074e77cfacd952c2af34158a586a221dea2c1 | | | Author: hkiel | | | Date: Fri Oct 5 11:55:40 2018 +0200 | | | | | | embed image data from URI into svg | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2695 | | | | | | M Examples/generate_icons.py | | | | | * commit e6854b504395bc8403a0e23e629c6f2f2f22f711 | | | Author: hkiel | | | Date: Thu Oct 4 16:46:01 2018 +0200 | | | | | | put base64 data into svg image | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2695 | | | | | | M Examples/generate_icons.py | | | | | * commit 09d7769b65d320e34fc22a0bede4c2fafc26dcb6 | | | Author: Per Östlund | | | Date: Thu Oct 4 19:19:30 2018 +0200 | | | | | | [NF] Add ceval handlers for Clock constructors. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2696 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 2e848178051cefdfd24f4451bcff7d6217182cdc | | | Author: Per Östlund | | | Date: Thu Oct 4 14:07:23 2018 +0200 | | | | | | [NF] Fix Ceval.evalComponentBinding with 'each'. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2694 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 7fd4fbc3fe6bcb996a86e58ac90568c27610ab6b | | | Author: Adeel Asghar | | | Date: Thu Oct 4 13:48:50 2018 +0200 | | | | | | Allow only the valid FMI versions. ticket:5146 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2693 | | | | | | M Compiler/Util/FMI.mo | | | | | * commit 3f4c043b5680e7e69cf210bd6395b0c77a4998e2 | | | Author: Rüdiger Franke | | | Date: Thu Oct 4 12:35:54 2018 +0200 | | | | | | Reactivate Cpp code generation for SimCode.SES_FOR_LOOP | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2692 | | | - OpenModelica/OpenModelica-testsuite#1044 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 6952465e4e2fbb48c0f1b2053ddf64a2a9d02e35 | | | Author: Rüdiger Franke | | | Date: Thu Oct 4 12:23:54 2018 +0200 | | | | | | Convert BackendDAE.FOR_EQUATION to SimCode.SES_FOR_LOOP (simplified) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2692 | | | - OpenModelica/OpenModelica-testsuite#1044 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit d2c673dcb6a42bb536ed50ec5b4ec0c2a066a6db | | | Author: Rüdiger Franke | | | Date: Thu Oct 4 12:23:14 2018 +0200 | | | | | | Optionally strip loop subscript from clocked states | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2692 | | | - OpenModelica/OpenModelica-testsuite#1044 | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit e37e5cc072a7227eaee0883cf5521730f5baacf9 | | | Author: Rüdiger Franke | | | Date: Thu Oct 4 12:21:22 2018 +0200 | | | | | | Extend treatment of for-equations in backend | | | | | | Basic assumption: one for-equation defines one array variable. | | | This makes sense along with -d=newInst,-nfScalarize. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2692 | | | - OpenModelica/OpenModelica-testsuite#1044 | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 9220d77b38d174f9370eb954fce81ae0b19b1942 | | | Author: Rüdiger Franke | | | Date: Thu Oct 4 12:04:23 2018 +0200 | | | | | | Convert DAE.FOR_EQUATION to BackendDAE.FOR_EQUATION, ticket:5110 | | | | | | This requires the new frontend with -d=newInst,-nfScalarize. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2692 | | | - OpenModelica/OpenModelica-testsuite#1044 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 0641eaf32fb9c95bbff4aa5f721fe0ab97d60e7f | | | Author: Rüdiger Franke | | | Date: Thu Oct 4 10:03:23 2018 +0200 | | | | | | Generate FMI model structure without dependencies for array vars | | | | | | This corrects the lists of derivatives, outputs and discrete states. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2679 | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit dd5a6fd76549d5c76962f4ffe3b8b68719100e20 | | | Author: Rüdiger Franke | | | Date: Wed Oct 3 11:41:56 2018 +0200 | | | | | | Treat variable index for array elements in FMI model description | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2679 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit efe296fac1f743d4a0af7dee3695c7e7f2c42350 | | | Author: Rüdiger Franke | | | Date: Wed Sep 26 21:47:58 2018 +0200 | | | | | | Roll out arrays for FMI model description and Cpp init XML files | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2679 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCppInit.tpl | | | M Compiler/Template/CodegenFMUCommon.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 098c4ec2fdfcd546f0db334350beac37136bdbf6 | | | Author: Rüdiger Franke | | | Date: Wed Sep 26 21:45:04 2018 +0200 | | | | | | Treat array variables during Cpp code generation, ticket:5110 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2679 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 0880a6c60086ec62dcf2807670e99f2646f0ba55 | | | Author: Rüdiger Franke | | | Date: Wed Sep 26 21:39:38 2018 +0200 | | | | | | Assume simple array equations solved and count scalars for ModelInfo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2679 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 8b160f9d2a68561e1c5534669838a28e55b97dbb | | | Author: Rüdiger Franke | | | Date: Wed Sep 26 21:28:45 2018 +0200 | | | | | | Let simple array equations pass the backend, ticket:5110 | | | | | | if -d=-nfScalarize | | | - adapt equation count | | | - turn error from strongComponentsScalar to warning | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2679 | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit cc4c1bf6abad20abc94b3bc16b0ba3e29be34c76 | | | Author: Dietmar Winkler | | | Date: Thu Oct 4 08:04:26 2018 +0200 | | | | | | Make sed greedy since there are two links per line to fix | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2687 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 3638716391e232f54f06c907c95b4002d60be401 | | | Author: Adrian Pop | | | Date: Thu Oct 4 01:59:32 2018 +0200 | | | | | | [NF] don't try to evaluate external functions in the backend | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2691 | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 5468d69debda8e7b19eba4f3d4c312ce7cfe2042 | | | Author: Per Östlund | | | Date: Wed Oct 3 15:27:11 2018 +0200 | | | | | | [NF] Move general evaluation to separate phase. | | | | | | - Added new module NFEvalConstants which evaluates constants and | | | structural parameters after the flattening, instead of doing it during | | | the typing which causes lots of issues. | | | - Moved the construction of the function tree to after the evaluation | | | and simplification phases, to avoid collecting functions that have | | | been optimized out. | | | - Fixed Ceval.evalCref so that subscripts are applied correctly. | | | - Fixed EvalFunction so that it fails if an assertion is triggered, | | | instead of returning the current value of the outputs. | | | - Improved subscripting of if-expressions by subscripting the branches | | | instead of the whole expression. | | | - Added check that terminate is not used in a function context, | | | and removed the handling of terminate in EvalFunction. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2690 | | | - OpenModelica/OpenModelica-testsuite#1043 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | A Compiler/NFFrontEnd/NFEvalConstants.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFSections.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 6f85ead02fad4932e3847de48a2184a9f0e22836 | | | Author: Martin Sjölund | | | Date: Wed Oct 3 12:10:59 2018 +0200 | | | | | | Do not add weird GCC CFLAGS when using ccc-analyzer | | | | | | ccc-analyzer uses both gcc and clang commands to analyze code. | | | The check for the flags seem to not trigger clang to be called; possibly | | | because the function is empty. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2688 | | | | | | M configure.ac | | | | | * commit 317fb48548cc55097662eb166cd76f169cb0859f | | | Author: Martin Sjölund | | | Date: Wed Oct 3 11:49:35 2018 +0200 | | | | | | Print the TRY_FLAGS accepted | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2688 | | | | | | M configure.ac | | | | | * commit 7ebe12bc50fecf6dda879f3055404dada623ab8b | | | Author: hkiel | | | Date: Mon Oct 1 20:18:10 2018 +0200 | | | | | | adjust text height to extent height if no text size is specified | | | add option to create only a warning if a files already exists | | | accept floats for any decimal number | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2686 | | | | | | M Examples/generate_icons.py | | | | | * commit 5bf01fd89d9e4f3cc33c0b9dfab62cd4ea5f78f2 | | | Author: Dietmar Winkler | | | Date: Mon Oct 1 16:15:30 2018 +0200 | | | | | | format expects string and encode not needed | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2681 | | | | | | M Examples/generate_icons.py | | | | | * commit b102b48472804f9d7953e6480bfb94b951d9bcd8 | | | Author: Rüdiger Franke | | | Date: Mon Oct 1 13:54:53 2018 +0200 | | | | | | [NF] Preserve for loops with -d=-nfScalarize, ticket:5110, ticket:5144 | | | | | | See NFFlatten.flattenEquation to enable this feature. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2685 | | | - OpenModelica/OpenModelica-testsuite#1042 | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit 84d4820dd17192100346d268e5594a6b1c33cdc8 | | | Author: Adrian Pop | | | Date: Mon Oct 1 03:37:48 2018 +0200 | | | | | | increase the timeout 600s is not enough for MSL icons | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2683 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 43ad2678ac7dae3a5b923d034e87a4677a00fe1f | | | Author: Adrian Pop | | | Date: Mon Oct 1 01:37:36 2018 +0200 | | | | | | ticket:5144 do not expand complex array components | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2682 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit b9307fbc48c17aa80b3245796fdd8dbe3745a75e | | | Author: hkiel | | | Date: Thu Sep 27 15:26:33 2018 +0200 | | | | | | fix svg generation | | | - Add correct opacity value to svg objects | | | - ignore empty icons | | | - support DynamicSelect strings | | | - encode unicode strings | | | - handle *(use Support,...) | | | - recognize 1e-1 numbers in Polygon | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2680 | | | | | | M Examples/generate_icons.py | | | | | * commit d4d60596c7f991ab4e93a67060c473f1a903efbc | | | Author: Willi Braun | | | Date: Wed Sep 26 19:58:01 2018 +0200 | | | | | | [CG] stip subs before copy array | | | | | | - fixing ticket:5114 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2678 | | | - OpenModelica/OpenModelica-testsuite#1041 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit b860115532ea846352771d87dbf8f007a90497cd | | | Author: Willi Braun | | | Date: Mon Sep 24 21:00:50 2018 +0200 | | | | | | [cRuntime] fix minor outpur issue in kinsol | | | | | | - fixes 4395 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2677 | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 090346b01f921f21ee7ab62fd42bffbfa03cebd7 | | | Author: Willi Braun | | | Date: Mon Sep 24 15:58:27 2018 +0200 | | | | | | [BE] added debug flag to enable error asserts from min/max attributes | | | | | | - debug flag warnMinMax is default to true, because the desired | | | behavior is an error assert | | | - also check min/max assert in the initialization | | | - fixing ticket:4985 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2676 | | | - OpenModelica/OpenModelica-testsuite#1040 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 0cdd3ea6a5f904c809f98e7f1da79e5935ef3b39 | | | Author: Adrian Pop | | | Date: Fri Sep 21 21:58:01 2018 +0200 | | | | | | fix ticket:5134, pass by reference | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2674 | | | - OpenModelica/OpenModelica-testsuite#1039 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/gc/omc_gc.h | | | | | * commit d671df53df9a5e8180e0eac54f8cfd6378a228d8 | | | Author: Adrian Pop | | | Date: Thu Sep 20 16:57:05 2018 +0200 | | | | | | fix to handle array variables attributes if we dont do scalarization | | | - the each qualifier will be lost as we cannot represent it yet in DAE.Var | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2673 | | | - OpenModelica/OpenModelica-testsuite#1038 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit 9646ce44187f13ee6ecdb0ac132880e73b8430a0 | | | Author: Per Östlund | | | Date: Wed Sep 19 22:55:11 2018 +0200 | | | | | | [NF] Don't evaluate impure funcs in if-conditions. | | | | | | - Add check for impure functions in isNonConstantIfCondition. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2672 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit b0af930c0b13674c8f7e4b1dd0b18ad43ac37902 | | | Author: Adrian Pop | | | Date: Wed Sep 19 16:33:16 2018 +0200 | | | | | | fix for ticket:5133, make impure function calls be parameter expressions | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2671 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit e941483d364e1619e059f4cb6d314d833ff8c8d4 | | | Author: Adrian Pop | | | Date: Wed Sep 19 14:10:41 2018 +0200 | | | | | | fix for ticket:5130 and ticket:5131 | | | - do not free memory on fmi2Terminate as it should be possible | | | to call fmi2GetXXX after it, just set the modelTerminated status | | | - move memory free from fmi2Terminate to fmi2FreeInstance | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2670 | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 2708d45b1dd550c396db4a11ab40e817bf2fe4f4 | | | Author: Adrian Pop | | | Date: Wed Sep 19 13:20:37 2018 +0200 | | | | | | activate the needed flags when -d=-nfScalarize is on | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2669 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit aa6173bbd428449b4713a09a6982c3187753b35d | | | Author: Adrian Pop | | | Date: Wed Sep 19 12:29:34 2018 +0200 | | | | | | make impure functions be of variability continuous (ticket:5127) | | | - remove the check for impure in NFFrontEnd/NFCeval.mo | | | - add check for impure in NFFrontEnd/NFCall.mo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2668 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit 3048851a8ff43dec570e1b5a84067181f23d4a2f | | | Author: Adrian Pop | | | Date: Wed Sep 19 06:20:16 2018 +0200 | | | | | | all synchronous features except state machines should work (ticket:5127) | | | - do not constant evaluate impure functions | | | - better fix for sample that requires no patching of NFModelicaBuiltin.mo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2667 | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit 0f7d6b99728e072c3e48095b11d05fb1fb7a874b | | | Author: Adrian Pop | | | Date: Wed Sep 19 01:39:32 2018 +0200 | | | | | | patch sample overload if --std < 3.3 (ticket:5127) | | | - reparse builtin for each language standard, associate the builtin file with both grammar and language standard | | | - change sample definition if --std < 3.3 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2666 | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit f7f06a216f6a6638dc991082a861b0285e3bc199 | | | Author: Adrian Pop | | | Date: Tue Sep 18 15:36:40 2018 +0200 | | | | | | add more synchronous features (ticket:5127): interval, firstTick, overload sample | | | - firstTick and interval are specified in NFModelicaBuiltin.mo | | | - sample is handled specially in NFBuiltinCall.mo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2665 | | | - OpenModelica/OpenModelica-testsuite#1036 | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit 09518b9e2cd5123f92af8b7cd151aed325ae96e2 | | | Author: Adrian Pop | | | Date: Mon Sep 17 23:33:11 2018 +0200 | | | | | | add Clock synchronous features to the new front-end (NF), ticket:5127 | | | - currently only Clock operators are supported, no clock variables | | | - change the ugly | | | intGe(Flags.getConfigEnum(Flags.LANGUAGE_STANDARD), 33); | | | to | | | Config.synchronousFeaturesAllowed(); | | | - unbox external function arguments if __OpenModelica_UnboxArguments is present | | | so that previous polymorphic definition in NFModelicaBuiltin.mo works fine | | | - do not simplify sum and other builtin operators if nfScalarize flag is disabled | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2664 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Config.mo | | | | | * commit 92b7fbb1deb4e9aacfd1688e0d34bfe879fc9e74 | | | Author: Per Östlund | | | Date: Mon Sep 17 17:33:20 2018 +0200 | | | | | | Check named arguments of API calls like simulate. | | | | | | - Check that the named arguments in StaticScript.getSimultionArguments | | | actually exist, which is used by e.g. simulate and buildModel. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2663 | | | - OpenModelica/OpenModelica-testsuite#1035 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit 95e1e125720863d72464e61f03ba2a4b5821a18c | | | Author: Willi Braun | | | Date: Mon Sep 17 16:23:04 2018 +0200 | | | | | | [BE] fix order of jacobian equation of a dynamic stateSet | | | | | | - attempt to fix ticket:4943 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2662 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 03101bd0b4e11a6e62cff50b4ae177fb03865715 | | | Author: Per Östlund | | | Date: Mon Sep 17 13:13:21 2018 +0200 | | | | | | [NF] Variability fixes. | | | | | | - Change the variability of size to be constant, except for size of | | | : in functions where it's discrete. | | | - Disable variability checks for bindings in functions. It's not well | | | specified how it should work, and the variability doesn't really need | | | to match when initializing local variables in a function anyway. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2661 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 0bcaee03bc350e8c7407a63eecbcaadddfcd235d | | | Author: Per Östlund | | | Date: Mon Sep 17 11:43:38 2018 +0200 | | | | | | [NF] Expand tranpose better. | | | | | | - Do proper expansion of transpose in ExpandExp instead of using the | | | generic expansion. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2660 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | | | * commit 232b213467212b7fe17a44bd82778a44053f6de1 | | | Author: Per Östlund | | | Date: Mon Sep 17 11:20:54 2018 +0200 | | | | | | [NF] Fix simplification of transpose. | | | | | | - Check that the second dimension of the argument to transpose is also | | | expanded before trying to simplify the call. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2659 | | | | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 049ab69342efc0c646da71e7f9d5ff873ae5a0e7 | | | Author: Rüdiger Franke | | | Date: Sun Sep 16 08:32:49 2018 +0200 | | | | | | Support array equation with der(v) on left hand side | | | | | | See e.g. import of FMU in | | | testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos: | | | der(fmi_x) = DIC_me_FMU.fmi2Functions.fmi2GetDerivatives(fmi2me, 2, flowStatesInputs) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2658 | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 18752c9b4f9bf67779563a52c91b3b92792933cc | | | Author: Adrian Pop | | | Date: Sun Sep 16 06:19:57 2018 +0200 | | | | | | fix for ticket:5129 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2657 | | | - OpenModelica/OpenModelica-testsuite#1034 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 358f0dcc97ecb318c4796c4612cb4b31c120700a | | | Author: Adrian Pop | | | Date: Sun Sep 16 03:07:34 2018 +0200 | | | | | | improve the build process | | | - remove mkbuilddirs target | | | - create directories before runing the first target if OMBUILDDIR is not empty | | | - avoid build of some dependencies if they are already built | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2656 | | | | | | M Compiler/Makefile.omdev.mingw | | | M Makefile.common | | | M Makefile.in | | | M Makefile.omdev.mingw | | | | | * commit eb75cbe888907d57f238d794484d9439d4c8f8ab | | | Author: Rüdiger Franke | | | Date: Sat Sep 15 23:20:13 2018 +0200 | | | | | | Restrict to previous with Cpp runtime too, ticket:5110 | | | | | | due to error message for der: | | | "array equations currently only supported on form v = functioncall(...)" | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2655 | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 66ceece9bfae2b40d2caba1d9ca598a2b314aca7 | | | Author: Rüdiger Franke | | | Date: Sat Sep 15 22:32:39 2018 +0200 | | | | | | Support more vectorized calls for Cpp runtime only, ticket:5110 | | | | | | C runtime fails for previous(array), see e.g. | | | Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2655 | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit bfccc5f2d5ebb2ce94467a22967b7fae2b644da6 | | | Author: Adrian Pop | | | Date: Sat Sep 15 00:55:49 2018 +0200 | | | | | | fix MetaModelica examples on mingw | | | - this is until we fix PR: https://github.com/OpenModelica/OMCompiler/pull/2138 | | | - compile also with -fno-ipa-pure-const | | | - link functions with -lOpenModelicaCompiler if MetaModelica flag is on | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2654 | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/runtime/omc_config.h | | | | | * commit 5b5cfe87b3fbebd536367984e4dce79d295b524b | | | Author: Willi Braun | | | Date: Fri Sep 14 15:56:03 2018 +0200 | | | | | | [FMI] added debug flag "disableFMIDependencies" | | | | | | - disables also the directional derivatives | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2652 | | | - OpenModelica/OpenModelica-testsuite#1033 | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9e884a5b46749de9c544f4dbca4c0d4900632392 | | | Author: Adrian Pop | | | Date: Fri Sep 14 15:00:50 2018 +0200 | | | | | | remove the output from cleaning, it might change | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2651 | | | - OpenModelica/OpenModelica-testsuite#1032 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit c3a6587d8f52bf6a1b87019dd322ccd0d86426c6 | | | Author: Adrian Pop | | | Date: Fri Sep 14 14:22:30 2018 +0200 | | | | | | don't propagate command line arguments of make to Ipopt | | | - this allows to compile everything in Windows with: | | | make -f Makefile.omdev.mingw CFLAGS=-g | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2650 | | | | | | M Makefile.common | | | | | * commit dfb7517be7707670dfc7056b302888be85959e2a | | | Author: Per Östlund | | | Date: Fri Sep 14 13:14:04 2018 +0200 | | | | | | [NF] Do substitution of default function arguments. | | | | | | - Substitute parameter names in default arguments with the actual | | | bindings of the parameters. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2649 | | | - OpenModelica/OpenModelica-testsuite#1031 | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit 3f9ecccd2cb228bda8309efc425935a7385e43b5 | | | Author: Adrian Pop | | | Date: Fri Sep 14 12:16:37 2018 +0200 | | | | | | fix library linking order | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2648 | | | | | | M Compiler/runtime/omc_config.h | | | | | * commit 2f395d31aa819ce8c7f7afd20b282f2b8f2122c8 | | | Author: Per Östlund | | | Date: Fri Sep 14 10:56:45 2018 +0200 | | | | | | [NF] Fix typing of min/max. | | | | | | - Do manual typing of min/max instead of relying on polymorphic types | | | that doesn't work correctly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2647 | | | - OpenModelica/OpenModelica-testsuite#1030 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit 22bbcbbc91de509e15a3e1ada2f198ada086b115 | | | Author: Adrian Pop | | | Date: Fri Sep 14 03:15:30 2018 +0200 | | | | | | Fixes for ticket:5117 and ticket:5119 | | | - link in static libs (even for Modelica tables) for FMU and for the generated executable (all except sundials) | | | - on 32bit, pass gcc flag -mstackrealign to reallign SSE functions (so they can be used from other Windows processes, such as fmuChecker) | | | - build SimulationRuntime/c/ with -mstackrealign | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2646 | | | | | | M Compiler/runtime/omc_config.h | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | * commit f9edf2817df2d63864632602cfb224441f6879f6 | | | Author: Rüdiger Franke | | | Date: Thu Sep 13 21:33:49 2018 +0200 | | | | | | Restrict collapse of arrays with same call on each element to previous | | | | | | This is because many models fail that use other calls, like pre. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2645 | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 1fd1dd9e67ed1fc90d526644c39f4b41cf6e062c | | | Author: Rüdiger Franke | | | Date: Thu Sep 13 14:24:03 2018 +0200 | | | | | | Collapse arrays with same call on each element, ticket:5110 | | | | | | This particularly applies to {previous(x[1]), previous(x[2])}. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2645 | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit df1914c2030fea08123b2017e1baaf308590b93d | | | Author: Per Östlund | | | Date: Tue Sep 11 20:17:54 2018 +0200 | | | | | | [NF] Fix ConnectEquations.associatedFlowCref. | | | | | | - Handle arrays of connectors in associatedFlowCref too. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2643 | | | | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | | | * commit 2fa8c5ec98c933b566a2ccb86b64fa31a5129194 | | | Author: Per Östlund | | | Date: Tue Sep 11 15:40:52 2018 +0200 | | | | | | [NF] Evaluate actualStream. | | | | | | - Add missing evaluation of actualStream to ConnectEquations. | | | - Remove the associated flow cref stored in stream connectors, | | | since it doesn't work for actualStream and we can just look it up | | | in the type of the connector instead. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2642 | | | - OpenModelica/OpenModelica-testsuite#1029 | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/Util/DisjointSets.mo | | | | | * commit 661b5958f7e3ba090917e01e4a61418b00d07586 | | | Author: Per Östlund | | | Date: Tue Sep 11 13:28:35 2018 +0200 | | | | | | [NF] Improve evaluation of some external functions. | | | | | | - Implement evaluation of Lapack functions. | | | - Fix typo of ModelicaStrings_compare. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2641 | | | | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | A Compiler/NFFrontEnd/NFEvalFunctionExt.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 33aa19d18838e6380ac118a70760c19e560d32d6 | | | Author: Adrian Pop | | | Date: Mon Sep 10 20:07:08 2018 +0200 | | | | | | use LONG_MAX for integer in FMU min/max | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2640 | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit eefcdcc54b8f1403cf6aa77fd33b9d6c77ea8879 | | | Author: Anatoly Trosinenko | | | Date: Mon Sep 10 19:20:40 2018 +0200 | | | | | | Fix String inputs/outputs handling for FMUs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2625 | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit baf7ba404ca260a2e34fe0af0b1292fa80431ea2 | | | Author: Per Östlund | | | Date: Mon Sep 10 13:08:27 2018 +0200 | | | | | | Fix for #5111. | | | | | | - Add cases for enum_expression = cref and enum_expression = | | | enum_expression in InstSection.instEqEquation2. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2638 | | | - OpenModelica/OpenModelica-testsuite#1028 | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 32ad2f523e416427f15744806c4e2ddab1504d2b | | | Author: Adrian Pop | | | Date: Sat Sep 8 01:55:59 2018 +0200 | | | | | | fix checkAllModelsRecursive reporting and add a flag | | | - add the nfAPI flag so we don't get conflicts on changes to this file | | | - report the number of failing models for checkAllModelsRecursive | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2637 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1eeffa0d0b5511692858c2b16b82acc8160b5c3c | | | Author: Per Östlund | | | Date: Fri Sep 7 13:00:32 2018 +0200 | | | | | | [NF] Evaluate functions with constant arguments. | | | | | | - Implemented -d=nfEvalConstArgFuncs to turn on evaluation of functions | | | with constant arguments (on by default). Evaluation failures are | | | silently ignored, -d=failtrace can be used to display errors. | | | - Remove empty algorithms in SimplifyModel. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2636 | | | - OpenModelica/OpenModelica-testsuite#1027 | | | | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/Util/Flags.mo | | | | | * commit eb0909d9238c96d1a90ccc9fc39a3cf841998522 | | | Author: Per Östlund | | | Date: Thu Sep 6 16:28:13 2018 +0200 | | | | | | [NF] Fix function vectorization/cast conflict. | | | | | | - Add the base type of match to vectorized functions, so that it's | | | possible to differentiate between vectorized functions with exact or | | | type cast arguments and choose the correct one. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2635 | | | - OpenModelica/OpenModelica-testsuite#1025 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit cbc69f9e9e96ec2e44ef798be198a7b0c185ec16 | | | Author: Per Östlund | | | Date: Thu Sep 6 13:50:38 2018 +0200 | | | | | | [NF] SimplifyExp improvements. | | | | | | - Added trivial simplifications of binary expressions, such as 0*e=0. | | | - Added simplification of transpose of an array expression. | | | - Turned off expansion of expressions containing calls to functions with | | | array return type when -d=nfExpandOperations is used (on by default), | | | to better mimic the old frontend and avoid unnecessary calls. | | | - Rearranged SimplifyExp and ExpandExp a bit so that expressions are | | | always simplified before being expanded with -d=nfExpandOperations. | | | - Try to expand the argument in Expression.promoteExp to avoid getting | | | promote calls in the flat model that the backend can't handle. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2634 | | | - OpenModelica/OpenModelica-testsuite#1024 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 7b82c413126df178ab4aef6a2e06a49bb1a5338f | | | Author: Adrian Pop | | | Date: Wed Sep 5 16:52:36 2018 +0200 | | | | | | Updating 3rdParty | | | | | | 67d4764 fix makefile and guard clang on windows for drand48 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler-3rdParty#31 | | | | | | M 3rdParty | | | | | * commit dd340df3fbc6defab23b61cee54bf69368cfd822 | | | Author: Per Östlund | | | Date: Wed Sep 5 15:15:39 2018 +0200 | | | | | | [NF] Fix nfExpandOperations with unary ops. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2633 | | | - OpenModelica/OpenModelica-testsuite#1023 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit b8a07779d5b4ed835dbd3f38509c907f3f25079d | | | Author: Per Östlund | | | Date: Wed Sep 5 14:46:23 2018 +0200 | | | | | | [NF] Add flag to expand binary operations. | | | | | | - Add new debug flag nfExpandOperations that expands the operators | | | of binary operations, to mimic the old frontend behaviour. | | | This flag is on by default. | | | - Fixed some small issues with ExpandExp so that it doesn't fail on | | | basic arithmetic operations involving scalars. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2632 | | | - OpenModelica/OpenModelica-testsuite#1022 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 852216723e281a50316a3599ba271ba6ad7699ad | | | Author: Adrian Pop | | | Date: Wed Sep 5 00:41:47 2018 +0200 | | | | | | adapt to latest msys2 and mingw clang | | | - set prefix on all configure (msys2 sets it to default /mingw64 or mingw32) | | | - override the needed cflags | | | - remove -fPIC on windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2627 | | | | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/Makefile.omdev.mingw | | | M Makefile.common | | | M Makefile.omdev.mingw | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.omdev.mingw | | | | | * commit 5ce059386f09d700a4cdd9d109db796ca47bf715 | | | Author: Per Östlund | | | Date: Tue Sep 4 16:32:16 2018 +0200 | | | | | | [NF] Fix ExpandExp.expandRange. | | | | | | - Use Ceval instead of RangeIterator to create the array of elements, | | | since the range might contain expressions that need to be evaluated. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2631 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 7d0f654ca0f6d4ccbac55ac8316c49059761dd3b | | | Author: Per Östlund | | | Date: Tue Sep 4 16:10:11 2018 +0200 | | | | | | [NF] Fix Expression.makeSubscriptedExp. | | | | | | - Merge subscripts properly in makeSubscriptedExp instead of just | | | concatenating them. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2630 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 9aaad999bb7b2ddc780a33698432b5440eac8fa7 | | | Author: Per Östlund | | | Date: Tue Sep 4 12:50:59 2018 +0200 | | | | | | [NF] Fix Subscript.mergeList. | | | | | | - Fix small mistake in Subscript.mergeList that caused old slices to | | | always be added even when replaced. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2629 | | | | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | | | * commit 6e03b386a3db16e7c89b98e5880896097fdb166d | | | Author: Per Östlund | | | Date: Mon Sep 3 16:29:14 2018 +0200 | | | | | | [NF] Improve subscripting of expressions. | | | | | | - Improved Expression.applySubscripts so that multiple subscripts as | | | well as slice and : subscripts are handled correctly. | | | - Changed Expression.SUBSCRIPTED_EXP to use Subscript for subscripts | | | instead of Expression, to better handle slicing. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2628 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | | | * commit 33b800de6cf1bf76914cc00e6515b3236ac27bd4 | | | Author: vruge | | | Date: Sun Sep 2 22:37:34 2018 +0200 | | | | | | [BE] fixes for inStream | | | | | | see: https://trac.openmodelica.org/OpenModelica/ticket/5104#comment:6 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2626 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 67189f385a12fa64b7e59894418bac6eb4597925 | | | Author: vruge | | | Date: Sat Sep 1 21:37:31 2018 +0200 | | | | | | [BE] improved inStream | | | | | | see: ticket:5104 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2624 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 2f78a66acae70c558c0edfcae116fd61ac664046 | | | Author: arun3688 | | | Date: Fri Aug 31 11:32:03 2018 +0200 | | | | | | implement DataReconciliation algorithm | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2620 | | | - OpenModelica/OpenModelica-testsuite#1017 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 46d9c5b683fdd93bea2f3b6e292224b951eff0ad | | | Author: vruge | | | Date: Wed Aug 29 22:21:42 2018 +0200 | | | | | | [BE] fixes for inStream | | | | | | fixes if posetiveMax is called for constant | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2623 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 13b403fe536105be2cb664287cd451d05d9ba0ec | | | Author: vruge | | | Date: Wed Aug 29 21:34:56 2018 +0200 | | | | | | [BE] fixes for inStream | | | | | | see.: | | | https://trac.openmodelica.org/OpenModelica/ticket/3885#comment:15 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2622 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 49624efbca4911ffc4ccf927f99b1d610390291a | | | Author: Adrian Pop | | | Date: Wed Aug 29 17:32:16 2018 +0200 | | | | | | better Qt log | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2621 | | | | | | M Compiler/Script/Makefile.common | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 51e9b19daf6b959d49446dbf64facd159a6f3119 | | | Author: niklwors | | | Date: Wed Aug 29 11:05:18 2018 +0200 | | | | | | [cppruntime] fixed division by zero during setting start values | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2619 | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 94992759d36ec748af33e3cae70bee4261343703 | | | Author: Per Östlund | | | Date: Tue Aug 28 11:47:25 2018 +0200 | | | | | | [NF] Relax connector check for e.g. isRoot. | | | | | | - Allow A in A.R to be a qualified cref. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2618 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | | | * commit 6d27fdff209d5f3aeea7c30f0429beb59d3b9ffe | | | Author: Per Östlund | | | Date: Fri Aug 24 13:17:35 2018 +0200 | | | | | | [NF] Fix SimplifyExp.simplifySubscriptedExp. | | | | | | - Make SimplifyExp.simplifySubscriptedExp handle slices too. | | | - Added Equation.toString for debug output. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2617 | | | | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 62dcbfd132ca6002584e2740bdd70f7f75a6c8c3 | | | Author: Per Östlund | | | Date: Wed Aug 22 14:54:03 2018 +0200 | | | | | | [NF] Fix access violation check for Lookup. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2615 | | | | | | M Compiler/NFFrontEnd/NFLookup.mo | | | | | * commit 4e5b4c7b3353039d01465da9eac02991114696ac | | | Author: Per Östlund | | | Date: Wed Aug 22 13:10:28 2018 +0200 | | | | | | [NF] Ignore some funcs in Expression.hasArrayCall. | | | | | | - Ignore der/pre/previous when checking whether an equation contains | | | function calls that shouldn't be scalarized, like the old frontend | | | does. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2614 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 6a4d8d1be95745ab2a5770b71731bbe508fdd27a | | | Author: Per Östlund | | | Date: Wed Aug 22 12:18:50 2018 +0200 | | | | | | [NF] Make protected class lookup possible. | | | | | | - Added a flag to Lookup.lookupClassName that allows lookup of a class | | | without checking for access violations, so that e.g. protected | | | classes can be instantiated by Inst.instClassInProgram. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2613 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | | | * commit f558b3b83a001c4facda3efc8112503b3d6cf5c2 | | | Author: Per Östlund | | | Date: Tue Aug 21 11:34:14 2018 +0200 | | | | | | [NF] Improve handling of matrix(). | | | | | | - Use matrix(A) = promote(A, 2) when ndims(A) < 2, | | | and matrix(A) = A when ndims(A) = 2. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2612 | | | - OpenModelica/OpenModelica-testsuite#1016 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | | | * commit 07b398de6b06c6978fff76c4f4ddad4e83353083 | | | Author: Adrian Pop | | | Date: Mon Aug 20 19:13:25 2018 +0200 | | | | | | use 'start' attribute if parameter has no binding (ticket:5065) | | | - better Component.getFixedAttribute implementation | | | - use start attribute if the component has no binding and has fixed=true (or has no fixed and is a parameter or structural parameter) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2611 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | | | * commit 11eaca39aa71bf03100810a0ceb908b3d887e1ce | | | Author: Per Östlund | | | Date: Mon Aug 20 17:11:19 2018 +0200 | | | | | | [NF] Inline the skew operator. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2610 | | | | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit 2bfa83f6186978dd9cc472cbaad1b2734948e9f1 | | | Author: Per Östlund | | | Date: Mon Aug 20 13:01:05 2018 +0200 | | | | | | [NF] Fix expansion of cref slices. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2609 | | | - OpenModelica/OpenModelica-testsuite#1015 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit 2e978c5e8ca0cf71e82135757826dc27b7def5c7 | | | Author: Adrian Pop | | | Date: Sat Aug 18 14:28:18 2018 +0200 | | | | | | [NF] Expandable Connectors [ticket:5015] | | | - partial implementation | | | - during lookup create virtual crefs | | | - during typing, type virtual crefs | | | | | | Short on what remains: | | | Not sure how/when to add the virtual crefs as components in the ClassTree. | | | We need to collect all connects, do the union of expandable connectors and | | | then add all the virtual components to the FLAT_TREE before we do the | | | flattening. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2608 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 5698726b66654aa2cb83f8d6f30ad67c847dcbe7 | | | Author: Adrian Pop | | | Date: Thu Aug 16 13:20:37 2018 +0200 | | | | | | make sure people git clone OMDev properly | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2607 | | | | | | M README-OMDev-MINGW.md | | | | | * commit 444fbec6822ab07181a2babcc1c46b67df15d73e | | | Author: Per Östlund | | | Date: Mon Aug 13 12:41:13 2018 +0200 | | | | | | [NF] Fix parent in Inst.instComponentExpressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2606 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit f2acbf58a8b5499c9e2bed9b5ed340f68a309d96 | | | Author: Per Östlund | | | Date: Mon Aug 13 12:17:56 2018 +0200 | | | | | | Fix InstUtil.splitInnerAndOtherTplLstElementMod. | | | | | | - Rewrote splitInnerAndOtherTplLstElementMod to use a for-loop | | | instead of non-tail recursion. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2605 | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 9840114c9daf16ba39e98534ab0296af08972a2e | | | Author: Per Östlund | | | Date: Mon Aug 13 10:27:16 2018 +0200 | | | | | | [NF] Potential fix for #5063. | | | | | | - Treat functions with a discrete output variable as implicitly | | | discrete if the arguments are continuous. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2604 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit 01f7068288e65903c71342bb53df9a77d283822d | | | Author: Per Östlund | | | Date: Mon Aug 13 10:00:26 2018 +0200 | | | | | | [NF] Fix instantiation of derived classes. | | | | | | - Fix Typing.typeClass so that it correctly handles the case where the | | | root class is a short class definition. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2603 | | | - OpenModelica/OpenModelica-testsuite#1014 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 363af9f137e4227b34f39ef397e40e8ad81afc9f | | | Author: Adrian Pop | | | Date: Sun Aug 12 17:00:54 2018 +0200 | | | | | | include function name in the error message for clarity | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2602 | | | - OpenModelica/OpenModelica-testsuite#1013 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/Util/Error.mo | | | | | * commit ceb595ee2469b398ffc47a7c6e94778e4ad8edb2 | | | Author: Adrian Pop | | | Date: Sat Aug 11 13:12:30 2018 +0200 | | | | | | [NF] do not set structural parameter variability for constants | | | if they have annotation(Evaluate=true) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2601 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 11bce5ace090aa9b8637a67f8cc4c0530b48ced7 | | | Author: Adrian Pop | | | Date: Fri Aug 10 23:59:02 2018 +0200 | | | | | | [NF] better error messages and more evaluation of parameters | | | - evaluate parameters with annotation(Evaluate=true), make them structural parameters | | | - give the deduced variability of the expression that doesn't match the expected variability | | | - fix ticket:5062, add an warning message for parameter Type p(fixed=true) annotation(Evaluate=true); with no binding | | | - handle ticket:5061 by accepting parameters in the public section of the functions and issue a warning | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2600 | | | - OpenModelica/OpenModelica-testsuite#1012 | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/Error.mo | | | | | * commit 418233658816326cfc7e4ecff196b321d813c6ce | | | Author: Martin Sjölund | | | Date: Fri Aug 10 08:50:56 2018 +0200 | | | | | | Fix use before define | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2599 | | | | | | M Examples/ComplianceSuite.py | | | | | * commit 47f3ecb05a4bc3211e721f13b31cffd4fdf1bb0e | | | Author: Martin Sjölund | | | Date: Fri Aug 10 07:53:58 2018 +0200 | | | | | | Allow the compliance suite tests to crash | | | | | | If a test always crashes or fails, we can still test for this behaviour | | | even if it is a really bad result. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2598 | | | | | | M Examples/ComplianceSuite.py | | | | | * commit 8423437c400ae0450d1eae64724035d76cd14684 | | | Author: Karim Abdelhak | | | Date: Thu Aug 9 14:47:26 2018 +0200 | | | | | | [Backend] do not hide $-variables in result file | | | | | | - instead mark $TMP and $CSE variables with hide result | | | - fixing ticket:5021 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2597 | | | - OpenModelica/OpenModelica-testsuite#1010 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit fabb954c4cdd72a63829aadc50ca4486809d634e | | | Author: Martin Sjölund | | | Date: Thu Aug 9 09:20:05 2018 +0200 | | | | | | Improve stack overflow detection for compliance suite | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2596 | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 9489b472f28d8e7b208d7019e2a77e0dac281df9 | | | Author: Martin Sjölund | | | Date: Wed Aug 8 12:51:32 2018 +0200 | | | | | | Handle stack overflow for compliance suite test | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2595 | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 6bfa734e18eeee6b05fce71dd2555ad05c909d42 | | | Author: Martin Sjölund | | | Date: Wed Aug 8 10:54:06 2018 +0200 | | | | | | Avoid backslashes in JSON strings | | | | | | This helps generating valid JSON for the compliance suite. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2594 | | | | | | M Examples/ComplianceSuite.mos | | | M Examples/ComplianceSuite.py | | | | | * commit 63848be39fe6ff0bb7096c8fad3f68b8078286db | | | Author: Julien Schueller | | | Date: Wed Aug 8 06:45:54 2018 +0200 | | | | | | Add cp -r option to ${builddir_share}/omc/runtime/ | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2593 | | | | | | M Makefile.common | | | | | * commit 80b06e9a4c5f8ad5f95bf417cc82026f6f85eb1e | | | Author: Martin Sjölund | | | Date: Tue Aug 7 11:11:46 2018 +0200 | | | | | | Test all of the compliance suite | | | | | | Forgot to remove debugging code in previous commit. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2592 | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 8c3db214b019517baa1663d7b8eadcefb0a477df | | | Author: Adrian Pop | | | Date: Tue Aug 7 00:17:53 2018 +0200 | | | | | | fix for ticket:5054 | | | - proper prefixing (subscript transfer) of condition in Equation.IF | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2591 | | | - OpenModelica/OpenModelica-testsuite#1007 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 9ebd34b9d38c075ea7f91e23531d248fcf618d41 | | | Author: Martin Sjölund | | | Date: Mon Aug 6 14:22:13 2018 +0200 | | | | | | Compliance-Suite: Fix crash when simulation fails | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2590 | | | | | | M Examples/ComplianceSuite.mos | | | M Examples/ComplianceSuite.py | | | | | * commit 7d6cb6d476dc5b6dd013e8b0373a1994b54025c2 | | | Author: Martin Sjölund | | | Date: Mon Aug 6 13:35:08 2018 +0200 | | | | | | Sort results of compliance suite testing | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2589 | | | | | | M Examples/ComplianceSuite.py | | | | | * commit 94cae26a1556e6088a3995653fe5f7c6a9b76624 | | | Author: Volker Waurich | | | Date: Fri Aug 3 10:08:45 2018 +0200 | | | | | | copyFile call for scripting api | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2584 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit bab4ecd2f095ade767c99f4333f6d1d67c264d66 | | | Author: Volker Waurich | | | Date: Fri Aug 3 09:04:48 2018 +0200 | | | | | | fix evalOutputOnly | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2583 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 9d2a05f37c5b942acae05ba70f54657f2ae4b5ec | | | Author: Adrian Pop | | | Date: Thu Aug 2 21:21:30 2018 +0200 | | | | | | better handling of builtin and extern C functions (ticket:5057) | | | - check if the non fullyqualified name of the function is the same as the name of the external function | | | - if the non fullyqualified name is not the same, generate the function and call the extern definition | | | - fix definition of builtin integerMax and numBits | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2585 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit fc9be10d433964997b5482cd97f3919a522b1b93 | | | Author: Willi Braun | | | Date: Thu Aug 2 18:43:52 2018 +0200 | | | | | | [cRuntime] fix nonlinear value extrapolation | | | | | | - use minimal step size as threshold for comparision of equal time stamps | | | - fixes ticket:5049 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2587 | | | - OpenModelica/OpenModelica-testsuite#1006 | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearValuesList.c | | | | | * commit 489266015037a71aed2eec04439081647413e118 | | | Author: Adrian Pop | | | Date: Thu Aug 2 18:03:17 2018 +0200 | | | | | | ticket:5054 - add an warning message about missing rooted branch and continue | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#78 | | | - OpenModelica/OMCompiler#2586 | | | | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/Util/Error.mo | | | | | * commit bb8f3d85e2206b1abe756b49f3c02f9ebb9fa007 | | | Author: Willi Braun | | | Date: Thu Aug 2 16:30:16 2018 +0200 | | | | | | [cRuntime] improve dump of the non-linear system solution | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2581 | | | - OpenModelica/OpenModelica-testsuite#1005 | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 8fd8d3e213496c1ad65458d15bf66fd4135fb95c | | | Author: Willi Braun | | | Date: Thu Aug 2 15:59:28 2018 +0200 | | | | | | [Backend] fix text of algebraic loops jacobian | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2582 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit a9fc037cd422ed25a586bf3b94a7a4f78a365468 | | | Author: Adrian Pop | | | Date: Sun Jul 29 07:09:13 2018 +0200 | | | | | | [NF] fixes to overconstrained connection graph (OCG) | | | - strip subscripts from the overconstrained components when used in the graph or the equalityConstraint function | | | - lookup "fill" in top | | | - add flag (no)nfScalarize to be able to disable scalarization in NF | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2580 | | | - OpenModelica/OpenModelica-testsuite#1002 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b28062c1885f74b64f799511a471cb4c8eaab8f2 | | | Author: Adrian Pop | | | Date: Sun Jul 29 01:58:43 2018 +0200 | | | | | | [NF] finalize overconstrained connection graph (OCG) | | | - generate zeros(:) = OverconstrainedType.equalityConstraint(A, B) equations | | | - replace broken connects with the generated equalityConstraint equation | | | - also run the Connections.* operator evaluation on initial equations | | | - do not delete inner outer nodes as it will fail miserably | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2579 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 15177bd51d320c1529553302fb6167f9e9198c69 | | | Author: Adrian Pop | | | Date: Tue Jul 24 12:38:31 2018 +0200 | | | | | | [NF] overconstrained connection graph (OCG) | | | - creating and breaking of the OCG is working | | | - replacement of broken connect equation with the equalityConstraint call is missing | | | - update common | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2578 | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnectionSets.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | A Compiler/NFFrontEnd/NFHashTable.mo | | | A Compiler/NFFrontEnd/NFHashTable3.mo | | | A Compiler/NFFrontEnd/NFHashTableCG.mo | | | A Compiler/NFFrontEnd/NFOCConnectionGraph.mo | | | M Compiler/Util/System.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/systemimpl.c | | | M common | | | | | * commit c5bc6e51935306d1e7263236e36a376575db5029 | | | Author: niklwors | | | Date: Thu Jul 19 08:55:06 2018 +0200 | | | | | | Removed code generation for algebraic loop variables and added it to algebraic loop default solver implementation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2577 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | A SimulationRuntime/cpp/Core/Solver/AlgLoopSolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/NonLinearAlgLoopDefaultImplementation.cpp | | | A SimulationRuntime/cpp/Include/Core/Solver/AlgLoopSolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ILinearAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinearAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/INonLinearAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/NonLinearAlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | M SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | M SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | | | M SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit 04d541f514bed1c6bc8b1ff4e4eb1d7c0c09cda4 | | | Author: Per Östlund | | | Date: Wed Jul 11 23:46:05 2018 +0200 | | | | | | [NF] Fix type when expanding unary expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2576 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | | | * commit 06e511fcaa7d545ab1d8867c056c3c44fdec6859 | | | Author: Per Östlund | | | Date: Wed Jul 11 16:38:07 2018 +0200 | | | | | | [NF] Array equation fixes. | | | | | | - Use DAE.UMINUS_ARR in NFOperator.toDAE for array types instead of | | | the scalar operator DAE.UMINUS. | | | - Simplify InlineArrayEquations.getScalarArrayEqns1. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2575 | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | | | * commit 65d13903b494da05362399e2fd5fd568bdecf2e8 | | | Author: niklwors | | | Date: Wed Jul 11 09:30:58 2018 +0200 | | | | | | Added flag to use only one instance of algebraic loop solver in cpp | | | runtime | | | | | | Added flag to use only one instance of algebraich loop solver in cpp | | | runtime | | | | | | [cppRuntime] Simplified handling algebraic loops in cpp runtime | | | Use only one solver for linear and one for nonlinear system. If needed a | | | own solver can used for a system | | | | | | removed accidentally added files | | | | | | added new AlglooperSolver class for linear and nonlinear systems | | | | | | adapted linear and nonlinear solvers on new interfaces ILinearAlgloopSolver and INonLinearAlgloopSolver | | | | | | added restart attribute to solve methode of algloopsolver, to restart without initialisation of algloop system | | | | | | Adapted cpp template for new algloop solver interface | | | | | | fix for intialize algloops at first solve call | | | | | | fix for init algloop solvers used by analytic jacobians | | | | | | fix for start algebraic loop solver without initializing | | | | | | Combined initialize and evaluate function from algebraic loops | | | | | | for parallel simulation use multiple instances of algloopsolver | | | | | | fix typo | | | | | | added flag to use only one instance of algloop solver in cpp runtime | | | | | | removed initiequation call for some kind of linear equations | | | | | | added missing code for jacobian algloopsolvers | | | | | | fix call for create kinsol solver in cpp runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2574 | | | | | | M .gitignore | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/NonLinearAlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | R080 SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h SimulationRuntime/cpp/Include/Core/Solver/ILinearAlgLoopSolver.h | | | A SimulationRuntime/cpp/Include/Core/Solver/INonLinearAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/INonLinearAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/NonLinearAlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/FMU/FactoryExport.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | M SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | | | M SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | M SimulationRuntime/cpp/Solver/Dgesv/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/LinearSolver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Nox/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit 23656fa58542fc766d5e557226433bf70fbdee1b | | | Author: Adrian Pop | | | Date: Mon Jul 9 11:34:01 2018 +0200 | | | | | | allow disabling of 'stdout' and 'assert' streams | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2573 | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp | | | | | * commit 578550f20f9f59f8b18a89bd125af733ad2de2f9 | | | Author: Martin Sjölund | | | Date: Sun Jul 8 09:04:06 2018 +0200 | | | | | | Fix path names for compliance suite | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2572 | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 66b19e05fbfdf3924212746eb498863314b736fb | | | Author: Martin Sjölund | | | Date: Sat Jul 7 10:29:51 2018 +0200 | | | | | | More options for ModelicaCompliance testing | | | | | | - Added the ability to add custom flags (to test newInst) | | | - Optionally add a list of tests expected to fail (for Jenkins) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2571 | | | | | | M Examples/ComplianceSuite.mos | | | A Examples/ComplianceSuite.py | | | | | * commit c44a5382dc7aa34290226a024695ea558b02a301 | | | Author: Adrian Pop | | | Date: Fri Jul 6 19:34:59 2018 +0200 | | | | | | better fix for Windows compilation | | | - use gcc instead of g++ | | | - use -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic instead of -static-stdc++ | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2570 | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/omc_config.h | | | | | * commit f251a60435ed1954f0efd3a9e01a67c22b3b5fbd | | | Author: Adrian Pop | | | Date: Fri Jul 6 16:36:38 2018 +0200 | | | | | | fix simulation code compilation on Windows | | | - use g++ to link the executable on Windows with -static-libstc++ | | | - remove c++ includes from the | | | SimulationRuntime/c/simulation/simulation_runtime.h | | | - guard some files with extern "C" so we can always | | | use g++ to compile the generated code | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2569 | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit a32b6223f2fe777dcfbd4020a576d8f94df8595b | | | Author: Adrian Pop | | | Date: Fri Jul 6 03:41:46 2018 +0200 | | | | | | Fix FMU build on Windows and other FMU fixes | | | - use fmuTargetName instead of fileNamePrefix to remove the fmu | | | - use rm -f if System.removeDirectory doesn't work on Windows | | | - compile with static libstdc++ and pthreads | | | - don't add extra dlls to the binary directory | | | - fix resource copy on Windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2568 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Util/System.mo | | | M Compiler/runtime/omc_config.h | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | * commit 8089bfdf4753e8632658031d5824df9ae731ece3 | | | Author: Per Östlund | | | Date: Thu Jul 5 23:11:06 2018 +0200 | | | | | | [NF] Fix package constant detection. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2567 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 52c826aba70376898b21e83bccaaeafab7ced305 | | | Author: Per Östlund | | | Date: Thu Jul 5 15:23:15 2018 +0200 | | | | | | [NF] Handle SUBSCRIPTED_EXP in Typing.typeExp. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2566 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 7f60f82938a9ce66675dab8a1eacd4965d94d279 | | | Author: Per Östlund | | | Date: Thu Jul 5 15:05:23 2018 +0200 | | | | | | [NF] Don't evaluate local constants in functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2565 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 008d2d22c9fd64a8adf91c268612c0a9862bd1cd | | | Author: Willi Braun | | | Date: Thu Jul 5 01:36:30 2018 +0200 | | | | | | [FMI] fix directional derivatives in c fmu | | | | | | - fixes ticket:4977 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2560 | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 2d1ed04ac8ec61ba3ecd519a1aa7f15852ab05e7 | | | Author: Adeel Asghar | | | Date: Wed Jul 4 20:06:30 2018 +0200 | | | | | | Add quotes around the full command | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2564 | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 0eac6626af186445746e08217fdd4add8320fde6 | | | Author: Per Östlund | | | Date: Wed Jul 4 15:31:18 2018 +0200 | | | | | | [NF] Fix lookup error message. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2562 | | | | | | M Compiler/Util/Error.mo | | | | | * commit c3159ae3e1c3d70159b46059caaedd233ab3aba3 | | | Author: Per Östlund | | | Date: Wed Jul 4 14:57:20 2018 +0200 | | | | | | [NF] Change cref evaluation strategy. | | | | | | - Evaluate all crefs that refer to a constant, even if the subscripts | | | aren't constant. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2561 | | | - OpenModelica/OpenModelica-testsuite#1001 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 5ae39b97635d2d66264b2a191b3f95ff06e8ed57 | | | Author: Martin Sjölund | | | Date: Tue Jul 3 19:51:23 2018 +0200 | | | | | | Return success for found steady state simulation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2559 | | | - OpenModelica/OpenModelica-testsuite#999 | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 53c7b2549ebb9c9b4abe1cbc29b165cfde644e35 | | | Author: Per Östlund | | | Date: Tue Jul 3 16:34:55 2018 +0200 | | | | | | [NF] Collect more functions during flattening. | | | | | | - Collect functions in the type of equality equations and assignments as | | | well as in for statement ranges. | | | - Add type to Statement.ASSIGNMENT. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2558 | | | - OpenModelica/OpenModelica-testsuite#998 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 25d5df2bb7523a1babd21731a1e3958df6f1ae83 | | | Author: Per Östlund | | | Date: Tue Jul 3 15:51:13 2018 +0200 | | | | | | [NF] Simplification improvements. | | | | | | - Remove for-loops with empty ranges. | | | - Simplify all statements in the flat model, | | | not only those inside functions. | | | - Also simplify when-statements. | | | - Implement evaluation of and/or/not of arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2557 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | | | * commit fd178e184d7bd1e046203a745c5e5dec5dfc423a | | | Author: Per Östlund | | | Date: Tue Jul 3 15:12:06 2018 +0200 | | | | | | [NF] Fix simplification of sum/product. | | | | | | - Use the array element type of the argument when creating default | | | expressions, since the result should be a scalar. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2556 | | | | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 412a02353dc0448242891d4b4c7d6cc9c2fc5321 | | | Author: Per Östlund | | | Date: Tue Jul 3 14:57:04 2018 +0200 | | | | | | [NF] Revert to first base class lookup fix. | | | | | | - Just checking that the scope is a class is probably the best way | | | after all. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2555 | | | | | | M Compiler/NFFrontEnd/NFLookup.mo | | | | | * commit e3f55e4c6d1c2528c9770d6e5cd1a71cfc3efe8c | | | Author: Martin Sjölund | | | Date: Tue Jul 3 08:50:08 2018 +0200 | | | | | | Fix the FMU resource path on Win32 | | | | | | Do not strip all characters if there is a `:` in the path; only strip | | | leading `/`. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2553 | | | | | | M SimulationRuntime/c/simulation/omc_simulation_util.c | | | | | * commit d870b3b9188c590a42a782c45ec2db1dc6c42702 | | | Author: Per Östlund | | | Date: Mon Jul 2 22:50:11 2018 +0200 | | | | | | [NF] Fix `delay` definition. | | | | | | - Define delay(expr, delayTime) as delay(expr, delayTime, delayTime). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2552 | | | - OpenModelica/OpenModelica-testsuite#995 | | | | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit 647ef1079e18932031eab0b02a4194c42f2c7f44 | | | Author: Per Östlund | | | Date: Mon Jul 2 16:16:56 2018 +0200 | | | | | | [NF] Fix Ceval error reporting. | | | | | | - Give unbound constant errors for all targets except IGNORE_ERROR. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2551 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 7d0153e3ffb3efb22513ae52a610558349e634c8 | | | Author: Per Östlund | | | Date: Mon Jul 2 15:48:05 2018 +0200 | | | | | | [NF] Simplification improvements. | | | | | | - Move simplification of sum/product from the typing phase to the model | | | simplification phase, so that it's done after loop unrolling. | | | - Reevaluate the type of simplified crefs and ranges, since their types | | | can depend on the simplified expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2550 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 582a03819cf6396ed9ceb7a9aad743679846036e | | | Author: Per Östlund | | | Date: Mon Jul 2 14:30:03 2018 +0200 | | | | | | [NF] Implement evaluation of cardinality. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2549 | | | - OpenModelica/OpenModelica-testsuite#994 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | A Compiler/NFFrontEnd/NFCardinalityTable.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 6ec2d31b340ab82b4dd64f5bd33c253b47718f53 | | | Author: Per Östlund | | | Date: Mon Jul 2 13:04:12 2018 +0200 | | | | | | [NF] Better fix for base class lookup issue. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2548 | | | | | | M Compiler/NFFrontEnd/NFLookup.mo | | | | | * commit e9a73b9e85d719452c9e8a02826fa461bfb3a1c5 | | | Author: Per Östlund | | | Date: Mon Jul 2 12:35:26 2018 +0200 | | | | | | [NF] Fix base class lookup. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2547 | | | - OpenModelica/OpenModelica-testsuite#993 | | | | | | M Compiler/NFFrontEnd/NFLookup.mo | | | | | * commit a34b659b0aa30e23b7a6dde1b9b9e9453aa3cd97 | | | Author: Martin Sjölund | | | Date: Sun Jul 1 18:28:55 2018 +0200 | | | | | | Fix for Windows paths in URIs | | | | | | If a path contains a colon and starts with / (`file:///C:/`), we should | | | return `C:/` and not `/C:/`. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2546 | | | | | | M SimulationRuntime/c/simulation/omc_simulation_util.c | | | | | * commit 7cd71ba5f3c649bb9f81390b35e3ba33841240ad | | | Author: Martin Sjölund | | | Date: Sat Jun 30 12:50:19 2018 +0200 | | | | | | Check if file can be opened before using dup2 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2545 | | | - OpenModelica/OpenModelica-testsuite#987 | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 7660aa04333909f6f0cf82179c865b2bbaf7184c | | | Author: Martin Sjölund | | | Date: Sat Jun 30 10:38:59 2018 +0200 | | | | | | Add support for compiling FMUs using docker | | | | | | For example using the following: | | | ```mo | | | buildModelFMU(M, platforms={"arm-linux-gnueabihf docker run | | | docker.openmodelica.org/armcross-omsimulator:v2.0"} | | | ``` | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2545 | | | - OpenModelica/OpenModelica-testsuite#987 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_omc.c | | | | | * commit 3f36b04dd6ce1fcb58d90261cadb4dbf64d5491f | | | Author: Adrian Pop | | | Date: Fri Jun 29 22:47:03 2018 +0200 | | | | | | small readme update | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2544 | | | | | | M README-UseOwnCompiledOpenModelica.txt | | | | | * commit 1257694a0d851de74f6ba6f213a9e545278c59f2 | | | Author: Adeel Asghar | | | Date: Fri Jun 29 14:43:10 2018 +0200 | | | | | | listFile should work for Access.nonPackageText and higher | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2543 | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 75c94ec6debd1e9ad2c4639bc5bf8d0cc6631d90 | | | Author: Adeel Asghar | | | Date: Fri Jun 29 14:15:40 2018 +0200 | | | | | | Restrict instantiateModel based on the access annotation | | | If the class is encrypted then check the access level for instantiateModel | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2541 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit bc961b4f70a877c8f601c01b4bde32441e4cfc56 | | | Author: Per Östlund | | | Date: Fri Jun 29 13:58:28 2018 +0200 | | | | | | [NF] Expand sum/product in equations/bindings. | | | | | | - Expand sum/product in equations and non-function bindings, | | | since the backend doesn't like sum in equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2542 | | | - OpenModelica/OpenModelica-testsuite#986 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | | | * commit ad9df37e14bb7ff0f73bc90e075bd29cb5e02d3f | | | Author: Adrian Pop | | | Date: Thu Jun 28 20:05:27 2018 +0200 | | | | | | add a readme about using own compiled OpenModelica | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2540 | | | | | | A README-UseOwnCompiledOpenModelica.txt | | | | | * commit facb5c9db28a21db5f2ea144568e1d4394773fe9 | | | Author: Per Östlund | | | Date: Thu Jun 28 19:07:17 2018 +0200 | | | | | | [NF] Improve handling of scalar(). | | | | | | - Implement expansion of size(x). | | | - Try to expand the argument to scalar and retrieve the result directly | | | instead of creating a call to scalar, since scalar isn't implemented | | | in the runtime. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2539 | | | - OpenModelica/OpenModelica-testsuite#985 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | | | * commit 5615485840a1091a20f27140fa238b53954f1b26 | | | Author: Per Östlund | | | Date: Thu Jun 28 15:52:46 2018 +0200 | | | | | | [NF] Improve expression expansion. | | | | | | - Improved ExpandExp so that it doesn't try to expand expressions that | | | can't be expanded and triggering assertions, but instead returning a | | | flag that indicates whether the expansion was successful or not. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2538 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 592a4a4695009484d8e044d0e05100f0a93c73a5 | | | Author: Per Östlund | | | Date: Thu Jun 28 13:27:37 2018 +0200 | | | | | | [NF] Make array constructors structural in bindings. | | | | | | - Mark the ranges of array constructors used in binding equations as | | | structural, since bindings must have known sizes (with the exception | | | of function parameters). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2537 | | | - OpenModelica/OpenModelica-testsuite#984 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit f7612801082643566aa27ad92010dc3b03099e63 | | | Author: Martin Sjölund | | | Date: Thu Jun 28 11:24:19 2018 +0200 | | | | | | The FMIL includes are necessary to compile OMEdit | | | | | | OMEdit currently points to ../OMCompiler/3rdParty, which is really bad | | | and will be fixed. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2536 | | | | | | M Makefile.common | | | | | * commit 1c8bb86deaf4260feba1ff2f53377590c7df8077 | | | Author: Lennart Ochel | | | Date: Wed Jun 27 20:50:45 2018 +0200 | | | | | | Fix copyright header | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2535 | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit dfa7337c572f6c440426327735b961e9fd71fc07 | | | Author: Adeel Asghar | | | Date: Wed Jun 27 19:56:06 2018 +0200 | | | | | | Use the correct working directory | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2534 | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit fb766b3f4db1a802f14afc4c763fd18c9940aad7 | | | Author: Per Östlund | | | Date: Wed Jun 27 15:17:50 2018 +0200 | | | | | | Handle : in ComponentReference.compareSubs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2533 | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | * commit cce54d9070f3cd64fc0d7af282d7eb9b3ad99e62 | | | Author: Per Östlund | | | Date: Wed Jun 27 15:02:45 2018 +0200 | | | | | | [NF] Tuple and array equation improvements. | | | | | | - Simplify `cat` calls. | | | - Simplify "tuple subscripted" arrays by making each array element a | | | tuple subscript. | | | - Move the check whether an array equation should be scalarized or not | | | from the typing to the scalarization, so it's done after | | | simplification (which might affect the decision). | | | - Evaluate "tuple subscripted" expressions in Ceval. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2532 | | | - OpenModelica/OpenModelica-testsuite#983 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 37e717734c391499d2e58261bb6dd8ff47149041 | | | Author: Per Östlund | | | Date: Tue Jun 26 15:30:51 2018 +0200 | | | | | | [NF] Fix issue with conditional components. | | | | | | - Handle the case where an array of complex components contain | | | conditional components. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2531 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit f9bcda0ca0b4a2128304627f6eb4151704bb33f6 | | | Author: Per Östlund | | | Date: Tue Jun 26 14:44:32 2018 +0200 | | | | | | [NF] Fix scope in Inst.instExpressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2530 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 72ee12239d95a6be3ffc3e097731aeb35f5ff7d1 | | | Author: Per Östlund | | | Date: Tue Jun 26 13:44:40 2018 +0200 | | | | | | [NF] Improve handling of conditional components. | | | | | | - Correctly handle connections where the connectors themselves are not | | | deleted but contain children that are. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2529 | | | - OpenModelica/OpenModelica-testsuite#982 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnectionSets.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 0fb948cd0e04752122ab946dac70f9a2f8d3d56f | | | Author: Per Östlund | | | Date: Mon Jun 25 16:58:07 2018 +0200 | | | | | | [NF] Fix moving of parameter binding to equation. | | | | | | - Set 'fixed' to false when moving a complex parameter binding to an | | | initial equation, not true. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2528 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 6fe40c2e978cba9834202acb527b5e50c180bd6a | | | Author: Per Östlund | | | Date: Mon Jun 25 16:25:46 2018 +0200 | | | | | | [NF] Remove empty arrays equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2527 | | | | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | | | * commit 24b68a22754b41564936123a8c139ebfb5bbc2e0 | | | Author: Per Östlund | | | Date: Mon Jun 25 16:10:38 2018 +0200 | | | | | | [NF] Handle initial complex equations better. | | | | | | - Create the appropriate DAE element for initial complex equations. | | | - Always generate default constructors for operator records, but hide | | | them from the function matching if an overloaded constructor exists. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2526 | | | - OpenModelica/OpenModelica-testsuite#981 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFOperatorOverloading.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | | | * commit 27740e16f956695baf361585ac2c7549124f73e6 | | | Author: Martin Sjölund | | | Date: Mon Jun 25 15:14:05 2018 +0200 | | | | | | Use the FMI 2.0 resources directory for info.json | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2525 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit e3fba96fbbb0964ed933ca49fb02c786bae86a85 | | | Author: Martin Sjölund | | | Date: Mon Jun 25 13:24:05 2018 +0200 | | | | | | Do not enforce -flto when building FMUs | | | | | | The link-time optimization flags might not be available for all targets. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2524 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 7f3aeefb4e24c81cffa03c6464832404252eff3a | | | Author: Per Östlund | | | Date: Mon Jun 25 13:04:37 2018 +0200 | | | | | | [NF] Update NFModelicaBuiltin. | | | | | | - Use the same inline definition of 'rem' as in the old frontend, | | | since inlining now works and the backend doesn't handle 'rem'. | | | - Port recent changes of ModelicaBuiltin to NFModelicaBuiltin. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2523 | | | | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit a107bb4b6ddb91beba533a7b61d49d5ecbf2f8b9 | | | Author: Per Östlund | | | Date: Mon Jun 25 12:04:51 2018 +0200 | | | | | | [NF] Fix handling of 'each' in Ceval. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2522 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit d262d0a53fa18bda14d867b46763728db13c0a52 | | | Author: Adrian Pop | | | Date: Fri Jun 22 15:54:49 2018 +0200 | | | | | | some readme updates after feedback from DING Ni, thanks | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2521 | | | | | | M README-OMDev-MINGW.md | | | | | * commit c0e48477d1258a7b3f1ea50c268ff48da6f4d23f | | | Author: Adrian Pop | | | Date: Fri Jun 22 13:12:00 2018 +0200 | | | | | | small readme update | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2520 | | | | | | M README-OMDev-MINGW.md | | | | | * commit 97ad0bf479456674bb500157ebf8e0aeaf98557f | | | Author: Adrian Pop | | | Date: Fri Jun 22 00:21:28 2018 +0200 | | | | | | check if the file is valid | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2519 | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit 5e991705439b8178853d5f81ff634e8c4ad995d6 | | | Author: Per Östlund | | | Date: Thu Jun 21 16:37:08 2018 +0200 | | | | | | [NF] Evaluate if-conditions in more cases. | | | | | | - Change the branches of if- and when-equation from tuples to | | | uniontypes that also contains variability. | | | - Evaluate structural if-conditions during model simplification. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2518 | | | - OpenModelica/OpenModelica-testsuite#980 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 05b35777d3b418ce111f1b49641103a140ac5107 | | | Author: Per Östlund | | | Date: Thu Jun 21 14:45:12 2018 +0200 | | | | | | [NF] Handle evaluation of some record arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2517 | | | - OpenModelica/OpenModelica-testsuite#979 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit 8f36866bc00ccb53d7b087bbe61263700b05d0d7 | | | Author: Adeel Asghar | | | Date: Wed Jun 20 11:32:42 2018 +0200 | | | | | | Pass the correct number of arguments. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2516 | | | | | | M Parser/parse.c | | | | | * commit ab5e5eef5cbc95c0384be68f46a6304a54d91918 | | | Author: Adeel Asghar | | | Date: Wed Jun 20 11:04:37 2018 +0200 | | | | | | Kill the library vendor executable after load | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2505 | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Parser/Parser_omc.c | | | M Parser/parse.c | | | | | * commit def3e2eb6bccabff786ca4c2574ab8f728696f7d | | | Author: Adeel Asghar | | | Date: Thu Jun 14 15:52:33 2018 +0200 | | | | | | Start the library vendor executable separately | | | For each `loadEncryptedPackage` call create only one instance of library vendor executable. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2505 | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Parser/Parser_omc.c | | | M Parser/parse.c | | | | | * commit af928ab2b0182e6e4edee9f8453de848e7a662f5 | | | Author: Per Östlund | | | Date: Tue Jun 19 16:31:59 2018 +0200 | | | | | | [NF] Operator overloading fixes. | | | | | | - Handle +/- with arrays when no exact matching operator is defined. | | | - Fix the matching so that the operator overloading can use operator | | | functions that take operator record arrays as argument. | | | - Move some code from TypeCheck to OperatorOverloading. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2515 | | | - OpenModelica/OpenModelica-testsuite#978 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFOperatorOverloading.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 8dca89a955ea802fa72de4cbd0cc73444a08970f | | | Author: Per Östlund | | | Date: Mon Jun 18 21:00:04 2018 +0200 | | | | | | [NF] Try harder. | | | | | | - Allow FLAT_BINDINGs to repeat when using them with | | | ExpressionIterator, to avoid having to create unnecessary arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2514 | | | | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | | | * commit b5921938b6c91fc866f226cc4e7c842b929f18f0 | | | Author: Per Östlund | | | Date: Mon Jun 18 15:47:08 2018 +0200 | | | | | | [NF] Try not evaluating complex parameter bindings. | | | | | | - Use the same strategy as the old frontend of moving complex parameter | | | bindings that couldn't be split into an initial equation section and | | | setting the field to 'fixed = false'. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2513 | | | - OpenModelica/OpenModelica-testsuite#977 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 5e365bfc475cd7023d368189b361a6e2f132b00b | | | Author: Per Östlund | | | Date: Mon Jun 18 11:57:54 2018 +0200 | | | | | | [NF] Function output type fixes. | | | | | | - Set the variability of expression dimensions in function outputs to | | | constant. This might not be strictly correct, but will cause fewer | | | issues than using the actual variability of the output which isn't | | | correct either. | | | - Evaluate function output dimensions too when evaluating functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2512 | | | - OpenModelica/OpenModelica-testsuite#976 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | | | * commit e1790645875d1a98d39d2a9995e487497a8c46d4 | | | Author: Adrian Pop | | | Date: Sun Jun 17 21:19:54 2018 +0200 | | | | | | fix include path for SEMLA | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2511 | | | | | | M Parser/Makefile.common | | | | | * commit 7ee060b8b886526d3ccf1039a8bf11b75816f785 | | | Author: Adrian Pop | | | Date: Sun Jun 17 17:19:24 2018 +0200 | | | | | | handle list and listFile if we have encryption | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2510 | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 8c6ff4182ae37b0177042ae44d6e9d0dc8817eb4 | | | Author: Adeel Asghar | | | Date: Fri Jun 15 20:42:22 2018 +0200 | | | | | | Build SEMLA from OMEncryption | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2509 | | | | | | M Makefile.common | | | | | * commit b96cf7167f874f160f41bfcfa51aa016e11dd0c4 | | | Author: Per Östlund | | | Date: Fri Jun 15 14:14:00 2018 +0200 | | | | | | [NF] Fix function vectorization with type casting. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2508 | | | - OpenModelica/OpenModelica-testsuite#975 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit 1761f6d0b7ae0e107f7a341ece0591c396bff32c | | | Author: Dietmar Winkler | | | Date: Fri Jun 15 11:48:53 2018 +0200 | | | | | | Py3 fix. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2507 | | | | | | M Examples/generate_icons.py | | | | | * commit fd86471cb0a2e609b9ca87666c3f76a0e6663c1b | | | Author: Dietmar Winkler | | | Date: Fri Jun 15 10:57:37 2018 +0200 | | | | | | Use ZMQ only since testing for CORBA did not really work out. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2507 | | | | | | M Examples/generate_icons.py | | | | | * commit 383f8207f620b08ad486deced8be223318ecdade | | | Author: Dietmar Winkler | | | Date: Fri Jun 15 09:34:30 2018 +0200 | | | | | | Ref: #4622 Making the icon generator compatible with ZMQ | | | | | | It should also still run with CORBA | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2507 | | | | | | M Examples/generate_icons.py | | | | | * commit 7ad3a17b9866cdec09564e6b679e26c9efc86c06 | | | Author: Per Östlund | | | Date: Thu Jun 14 19:15:56 2018 +0200 | | | | | | [NF] Make record constructors work again. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2506 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit dc81059a37959321f3097467b0ebbecd2ca6ac77 | | | Author: Per Östlund | | | Date: Thu Jun 14 16:02:41 2018 +0200 | | | | | | [NF] Operator overloading improvements. | | | | | | - Only generate default constructors for operator records that has no | | | overloaded constructor defined. | | | - Avoid generating duplicate operator functions that causes the matching | | | to fail. | | | - Some other minor fixes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2504 | | | - OpenModelica/OpenModelica-testsuite#974 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFFunctionDerivative.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | A Compiler/NFFrontEnd/NFOperatorOverloading.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFSections.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 9419b55f7529f654bc375cb9d5ad7acbda1e0e3c | | | Author: Adeel Asghar | | | Date: Wed Jun 13 17:18:26 2018 +0200 | | | | | | Make sure to clean SEMLA | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2503 | | | | | | M Makefile.common | | | | | * commit 1f361bb09b1b20be656ef8789ee4364d7b3c79f1 | | | Author: Adeel Asghar | | | Date: Wed Jun 13 14:33:57 2018 +0200 | | | | | | Restrict the API based on the access annotation of the encrypted class | | | Show error message when user can't access contents | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2498 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | M Parser/parse.c | | | | | * commit 91cd77d8429f817e5676c525e7ba101a66e75fb3 | | | Author: Rüdiger Franke | | | Date: Mon Jun 11 21:40:43 2018 +0200 | | | | | | Fix type of firstTick operator | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2502 | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 6533bcd6eacc0d1c32699c0139ec22019655b702 | | | Author: Per Östlund | | | Date: Mon Jun 11 17:28:27 2018 +0200 | | | | | | [NF] Handle function derivative annotations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2501 | | | - OpenModelica/OpenModelica-testsuite#973 | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | A Compiler/NFFrontEnd/NFFunctionDerivative.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 82c686da72d38b51e3510548cc3bc64823eccdd6 | | | Author: Per Östlund | | | Date: Fri Jun 8 14:11:53 2018 +0200 | | | | | | [NF] Evaluation improvements. | | | | | | - Guard against evaluating expressions containing iterators. | | | - Move evaluation of for-loop ranges to the unrolling phase, to make it | | | possible to handle ranges with iterators in them. | | | - Handle evaluation of min/max of empty arrays. | | | - Fix SimplifyModel so that it removes assertions with condition true, | | | not false. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2499 | | | - OpenModelica/OpenModelica-testsuite#972 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 58dca932a7b80a77a757f240029736f2d981e722 | | | Author: Per Östlund | | | Date: Tue Jun 5 10:59:38 2018 +0200 | | | | | | [NF] Minor optimization for fold/map of crefs. | | | | | | - Don't traverse into scope crefs in the cref fold/map function in | | | Expression, they won't contain any subscripts we want to traverse. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2497 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 9d7f5d5ed272cd1e0e70bad7aa288fee7ce34aa8 | | | Author: Per Östlund | | | Date: Mon Jun 4 18:17:46 2018 +0200 | | | | | | [NF] Improve subscripting in EvalFunction. | | | | | | - Implement handling of scalar subscripts on the lhs of assignments. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2496 | | | - OpenModelica/OpenModelica-testsuite#971 | | | | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | | | * commit f4308839c70989f9da469135521d45f12aa7a931 | | | Author: Per Östlund | | | Date: Mon Jun 4 17:34:16 2018 +0200 | | | | | | [NF] Expression evaluation fixes. | | | | | | - Fix type in Ceval.evalBinaryArrayScalar so that it calls itself | | | instead of evalBinaryScalarArray. | | | - Replaced Ceval.evalBuiltinPromoteWork with Expression.promote, | | | since evalBuiltinPromoteWork gave incorrect results. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2495 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 15644b5c8fa2db67f57ca3daa43944a9180213ee | | | Author: Per Östlund | | | Date: Mon Jun 4 16:07:38 2018 +0200 | | | | | | [NF] Handle unassigned record field better. | | | | | | - Ignore record fields that are Expression.EMPTY in record expressions | | | during flattening (such expressions can be created when evaluating a | | | function that doesn't assign all fields of a record). | | | - Rename Function.instFunc => instFunction for consistency. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2494 | | | - OpenModelica/OpenModelica-testsuite#970 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 030f499452ec37e9e2cf98356e8d68baddc68111 | | | Author: Per Östlund | | | Date: Mon Jun 4 12:27:43 2018 +0200 | | | | | | Add code generation for 'product'. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2492 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit df6ecef0e50da1bdc2787cdc14fe37645a0e80e7 | | | Author: Per Östlund | | | Date: Mon Jun 4 12:12:52 2018 +0200 | | | | | | [NF] Use correct call attributes everywhere. | | | | | | - Use Call.makeTypedCall everywhere a typed call is created, so that | | | the calls get the correct attributes. | | | - Use correct variability for overloaded unary and binary operators. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2491 | | | | | | M Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 21665552512f766f4ffbd827909ff10d759d1158 | | | Author: Adrian Pop | | | Date: Mon Jun 4 01:36:33 2018 +0200 | | | | | | try to not use the new dtags also for shared objects | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2490 | | | | | | M configure.ac | | | | | * commit e8a302419f71b923cd679c2dab6ced104f13572d | | | Author: Adrian Pop | | | Date: Sun Jun 3 23:43:50 2018 +0200 | | | | | | - handle -Wl,--no-as-needed via configure | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2489 | | | | | | M Makefile.common | | | M configure.ac | | | | | * commit cc5bf4bb304d99df7e2a92cc81973fd9994a00e8 | | | Author: Adrian Pop | | | Date: Sun Jun 3 23:15:35 2018 +0200 | | | | | | handle -Wl,--disable-new-dtags via configure | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2488 | | | | | | M Compiler/boot/Makefile.in | | | M configure.ac | | | | | * commit cf3746a7b7a574f37213f0dadac8576087895b97 | | | Author: Adrian Pop | | | Date: Sun Jun 3 23:51:38 2018 +0300 | | | | | | use RPATH not RUNPATH via -Wl,--disable-new-dtags | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2488 | | | | | | M Compiler/boot/Makefile.in | | | | | * commit 4c949e125c3d008b2406fadb863cc792d461102d | | | Author: Adrian Pop | | | Date: Sun Jun 3 00:40:50 2018 +0200 | | | | | | use -Wl,--no-as-needed as otherwise the klu test fails | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2487 | | | | | | M Makefile.common | | | | | * commit 3afa6f7ee3cb897e317994bd11aa4e644e08dce1 | | | Author: Volker Waurich | | | Date: Fri Jun 1 16:01:33 2018 +0200 | | | | | | remove duplicated relation checking for cpp codegen, fixes relations using iterators | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2486 | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 84be5a9517586b02f426e7ba4d28f866149c5881 | | | Author: Per Östlund | | | Date: Fri Jun 1 13:06:30 2018 +0200 | | | | | | [NF] Fix variability issues. | | | | | | - When typing subscripts, fetch the actual variability of already typed | | | subscripts instead of assuming they're constant. | | | - Don't go into crefs when evaluating 'end', it's more efficient to let | | | the recursive typing handle it. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2485 | | | - OpenModelica/OpenModelica-testsuite#969 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 2fffc2075d179ccc9cb3586206137ac10f22af99 | | | Author: Per Östlund | | | Date: Thu May 31 22:49:06 2018 +0200 | | | | | | Handle "()" for __OpenModelica_simulationFlags. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2484 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit c3468c05ae398606faf1fef95ebeb161a40da685 | | | Author: Per Östlund | | | Date: Thu May 31 19:08:10 2018 +0200 | | | | | | [NF] Various fixes. | | | | | | - Fixed duplicate element handling when inheriting the same element from | | | two base classes, where the element is a duplicate in one base class | | | but not the other. | | | - Added missing constant evaluation of unary minus for arrays. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2483 | | | - OpenModelica/OpenModelica-testsuite#968 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit afc94ce2e3ccaa399ae576b628191b940518f136 | | | Author: Per Östlund | | | Date: Thu May 31 14:19:38 2018 +0200 | | | | | | Use __OpenModelica_simulationFlags in buildModel | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2482 | | | - OpenModelica/OpenModelica-testsuite#967 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 66094846e67c4a835d103667fa5491a4f3598bc7 | | | Author: Per Östlund | | | Date: Wed May 30 19:20:58 2018 +0200 | | | | | | [NF] Function improvements/cleanup. | | | | | | - Refactored handling of builtin functions with special rules into a new | | | package NFBuiltinCall. | | | - Cleaned up NFCall a bit. | | | - Removed default variability argument from BuiltinCall.makeCall and | | | fixed all calls to it to give the actual variability instead of just | | | setting it to constant. | | | - Implemented some basic handling of functional formal parameters. | | | - Fixed handling of String function so that it doesn't fail without | | | error for a non-basic argument without a 'String' overload. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2481 | | | - OpenModelica/OpenModelica-testsuite#966 | | | | | | A Compiler/NFFrontEnd/NFBuiltinCall.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 6f42885b43ccff6867a77361075ad4596e4ce1a8 | | | Author: Per Östlund | | | Date: Wed May 30 12:05:01 2018 +0200 | | | | | | [NF] Improvements to handling of 'when'. | | | | | | - Replace NFInst.EquationScope with ExpOrigin. | | | - Extend the structural parameter marking phase to also mark variables | | | assigned in 'when' as implicitly discrete. | | | - Add more error checking for how 'when' is used. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2480 | | | - OpenModelica/OpenModelica-testsuite#965 | | | | | | M Compiler/NFFrontEnd/NFAlgorithm.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFSections.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 9b09552c325a66ab6af87f2625bf0233f3580e54 | | | Author: Per Östlund | | | Date: Wed May 30 11:03:04 2018 +0200 | | | | | | Add evaluation of intBit*. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2479 | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 9878b52ae313868c898178184b0d8ac5c85c9fa5 | | | Author: Per Östlund | | | Date: Mon May 28 17:34:19 2018 +0200 | | | | | | [NF] Fill in field names when converting records. | | | | | | - Fill in the field names when converting record expressions to DAE, | | | since the old ExpressionSimplify relies on them being present. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2478 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComplexType.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 12e54e083c19ce46ed5c9a8e15d9985bf032a509 | | | Author: Per Östlund | | | Date: Mon May 28 16:27:51 2018 +0200 | | | | | | [NF] Fix Package.collectVariableConstants. | | | | | | - Make Package.collectVariableConstants handle generated record | | | bindings correctly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2477 | | | | | | M Compiler/NFFrontEnd/NFPackage.mo | | | | | * commit a44441915de38213420e3624a2d53e86cac1e122 | | | Author: Per Östlund | | | Date: Mon May 28 16:10:15 2018 +0200 | | | | | | [NF] Allow both types to be unknown in matchTypes. | | | | | | - When allowing unknown types, allow both the actual and the expected | | | type to be unknown. This can happen with e.g. : subscripts on a | | | function parameter with : dimensions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2476 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit debb491d8860c0b6dd1faef1f73442fe5e68b814 | | | Author: Per Östlund | | | Date: Mon May 28 12:36:42 2018 +0200 | | | | | | [NF] Apply scope fixes to records constructors too. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2475 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit 0fd679ded81b65e77badf79f54e64df9fc72036e | | | Author: Per Östlund | | | Date: Mon May 28 11:30:37 2018 +0200 | | | | | | [NF] Fix scoping issues. | | | | | | - Fix InstNode.scopeList for derived classes. | | | - When including the root class in scope names, include the full path | | | of the root to avoid name clashes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2474 | | | - OpenModelica/OpenModelica-testsuite#964 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 14c51e072b1ca9c5510898e7634844e27f1f22b0 | | | Author: Per Östlund | | | Date: Sat May 26 11:48:04 2018 +0200 | | | | | | [NF] Pad cref subscripts with :. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2473 | | | - OpenModelica/OpenModelica-testsuite#963 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit e2290c947463d9194ec7a3a28c2c2770ec51c2bd | | | Author: Per Östlund | | | Date: Fri May 25 21:19:04 2018 +0200 | | | | | | Fix ComponentReference.expandCref. | | | | | | - Pad the subscript list of partially subscripted crefs in expandCref | | | with : to fill up all dimensions, to make if actually expand the | | | crefs instead of only saying it did. The backend sometimes creates | | | such crefs when using the NF, since it doesn't expand as much. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2472 | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit a1852058458249dcd80ff513b487f702fd60ed27 | | | Author: Per Östlund | | | Date: Fri May 25 19:20:06 2018 +0200 | | | | | | Improve inlining to handle Complex constructor. | | | | | | - Make a binding from the record field bindings for record outputs | | | with no explicit binding. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2471 | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit e8395d74f094b92b0e17904a3ee17f3d1d2872fb | | | Author: Per Östlund | | | Date: Fri May 25 19:05:16 2018 +0200 | | | | | | [NF] Fix call attributes for operator overloading. | | | | | | - Create real call attributes for overloaded operator calls, so that | | | they get e.g. the correct inline attributes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2470 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 215b5fc1c3b0b8eb4deed6be5352668d53791166 | | | Author: Per Östlund | | | Date: Fri May 25 14:20:16 2018 +0200 | | | | | | [NF] Fix ConnectEquations.makePositiveMaxCall. | | | | | | - Fetch the instance node from the flow cref instead of assuming that | | | the flow expression is always a cref expressions, which is often | | | not the case. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2469 | | | | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 526262a25e8a8934ff5ae062d8f7d7209d37ba8e | | | Author: Per Östlund | | | Date: Fri May 25 14:05:19 2018 +0200 | | | | | | [NF] Fix default values in record constructors. | | | | | | - Fix conversion of bindings for DAE.Var, since record constructors | | | uses them for default values. | | | - Don't generate type variables when converting types of scope crefs, | | | to avoid loops when converting complex types. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2468 | | | - OpenModelica/OpenModelica-testsuite#962 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c2593f279bb7aba38bf792c21dff02bb57fee0da | | | Author: Dietmar Winkler | | | Date: Fri May 25 12:20:09 2018 +0200 | | | | | | Add default top alignment for table rows | | | | | | During a documentation clean up of the MSL for 3.2.3 release the | | | style settings for vertical alignment were removed (https://github.com/modelica/ModelicaStandardLibrary/pull/2517) | | | Other tools (e.g., SimulationX and Dymola) have their own default settings | | | that actually match top alignment. OMEdit is probably going to have | | | the same. This PR adds this for the documentation generation. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2467 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 0ea5484bbd8f5a6b5710164700a321f8a6a8b042 | | | Author: Per Östlund | | | Date: Thu May 24 14:19:48 2018 +0200 | | | | | | [NF] Fix InstNode.scopePath for derived classes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2466 | | | | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit f09a7d4a8245f1a0ed14f60e1bf5db516cf0d47c | | | Author: Per Östlund | | | Date: Thu May 24 13:33:23 2018 +0200 | | | | | | [NF] Improve expansion of reductions. | | | | | | - Implemented expansion of reductions instead of relying on the | | | generic expansion using subscripting. | | | - Added handling of more expressions in SimplifyExp. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2465 | | | - OpenModelica/OpenModelica-testsuite#961 | | | | | | M Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 0f7ec31767375fec81fac0a0ec805ba46fac94c8 | | | Author: Willi Braun | | | Date: Thu May 24 13:00:21 2018 +0200 | | | | | | [cRuntime] fix typo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2464 | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit e80e9272d7782ae71d1821759c9758f58cb2aae8 | | | Author: Per Östlund | | | Date: Thu May 24 12:14:10 2018 +0200 | | | | | | [NF] Implemented expansion of cat and promote. | | | | | | - Refactored expression expansion code into a new module NFExpandExp. | | | - Implemented expansion of cat and promote to avoid them being | | | subscripted and blowing up the flat model during scalarization. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2463 | | | - OpenModelica/OpenModelica-testsuite#960 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | A Compiler/NFFrontEnd/NFExpandExp.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 2ea6748522523de34dcc630221a58eb1a71851aa | | | Author: Willi Braun | | | Date: Thu May 24 11:29:25 2018 +0200 | | | | | | [cRuntime] Fixing LOG_DSS dump | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2462 | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 2716d05b8f8d1153cdb767f0c1cc52eb9d318bff | | | Author: Willi Braun | | | Date: Wed May 23 20:33:24 2018 +0200 | | | | | | [DAEMode] create aux variable for cse variables | | | | | | - this attempts to fix initialization issue in DAEmode | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2460 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEMode.mo | | | | | * commit 729fcc06b99f8f009a5761fd4089b3af688722a3 | | | Author: Willi Braun | | | Date: Wed May 23 20:18:35 2018 +0200 | | | | | | [cRuntime] fix function _omc_maximumVectorNorm | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2459 | | | | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | | | * commit ef288f9413dc9345e2cd74a974f71a890997811d | | | Author: Per Östlund | | | Date: Wed May 23 17:00:35 2018 +0200 | | | | | | [NF] Fix equation counting for algorithms. | | | | | | - Adds an ElementSource to algorithm sections with the necessary | | | information that CheckModel needs to correctly count the number of | | | equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2458 | | | | | | M Compiler/FrontEnd/ElementSource.mo | | | A Compiler/NFFrontEnd/NFAlgorithm.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFFlatModel.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSections.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit e5b9e3eebdf2b862d2e94b02291a2404172115ba | | | Author: Per Östlund | | | Date: Wed May 23 12:12:46 2018 +0200 | | | | | | [NF] QoL fixes. | | | | | | - Fixed order of equations in when-equations. | | | - Added __OpenModelica_builtinType annotation to allow the $Code types | | | in NFModelicaBuiltin to work in both the new and old instantiation, | | | so that Interactive doesn't break if NFModelicaBuiltin is loaded at | | | start (i.e. by using -d=newInst on the command line instead of | | | setting it in the script). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2457 | | | - OpenModelica/OpenModelica-testsuite#959 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit 71fb0a70361b130637169ea3a8cf16779600208e | | | Author: Per Östlund | | | Date: Tue May 22 23:23:21 2018 +0200 | | | | | | [NF] Fix prefixing issue. | | | | | | - Handle prefixing of bindings coming from a parent of an instance. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2456 | | | - OpenModelica/OpenModelica-testsuite#958 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | | | * commit 2d96bc28409a3b14dfb69c2a17dd4035bb503513 | | | Author: Per Östlund | | | Date: Tue May 22 22:40:23 2018 +0200 | | | | | | [NF] Fix flattening of bindings. | | | | | | - Use flattenExp when flattening bindings, so any crefs in the binding | | | gets the correct subscripts. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2455 | | | - OpenModelica/OpenModelica-testsuite#957 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 4f6e4cd98f160b24cdfeaffeb8005e72e285d90e | | | Author: Per Östlund | | | Date: Tue May 22 21:33:10 2018 +0200 | | | | | | [NF] Fix dimension deduction with 'each' bindings. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2454 | | | - OpenModelica/OpenModelica-testsuite#956 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 5733f33e5d7000978ada9dd37d04e26e0bf15f05 | | | Author: Per Östlund | | | Date: Tue May 22 15:36:24 2018 +0200 | | | | | | [NF] Modifier/binding fixes. | | | | | | - Fix incorrect merge order of class modifiers. | | | - Fix flattening of type attribute bindings. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2453 | | | - OpenModelica/OpenModelica-testsuite#955 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit fed5daceedaa05951c39cca3e3debb8c1845e285 | | | Author: Per Östlund | | | Date: Tue May 22 15:12:36 2018 +0200 | | | | | | [NF] Fix binding issues. | | | | | | - Remove invalid dimension deduction error for 'each' bindings. | | | - Fix type matching of bindings to catch array dimension mismatches | | | for 'each' bindings. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2452 | | | - OpenModelica/OpenModelica-testsuite#954 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 437e35d6131a7f03cc703ef1546837d3c8909bea | | | Author: Adrian Pop | | | Date: Tue May 22 13:43:22 2018 +0200 | | | | | | fixes to FMI modelDescription import | | | - do not require the imported file to be named modelDescription.xml | | | - do all the zipping operations in the temporary folder and cleanup after | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2451 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 6b41403247d878ffe343ef66e054e91e2494c50d | | | Author: Per Östlund | | | Date: Tue May 22 13:20:36 2018 +0200 | | | | | | [NF] Various fixes. | | | | | | - Simplify variables too in SimplifyModel. | | | - Implemented simplification of size. | | | - Evaluate subscripts when evaluating component references. | | | - Fix origin in Call.typeMapIteratorCall. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2450 | | | - OpenModelica/OpenModelica-testsuite#953 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | | | * commit 0c485418965e381277e88370b74df94363b478db | | | Author: Per Östlund | | | Date: Tue May 22 12:17:16 2018 +0200 | | | | | | [NF] Fix ExpressionIterator for arrays. | | | | | | - Expand the array when creating a new array iterator, since it can | | | contain non-scalar elements. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2449 | | | - OpenModelica/OpenModelica-testsuite#952 | | | | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | | | * commit 6a4b5f12113158c3da7429e5a269a46d4dfd3df9 | | | Author: Per Östlund | | | Date: Tue May 22 11:42:57 2018 +0200 | | | | | | [NF] Improve handling of class modifiers. | | | | | | - Replace the whole binding level system of handling nested modifiers | | | with keeping a list of a parents for each binding, to be able to | | | handle nested modifiers that are a mix of component and classes. | | | - Changed NFBinding into a package to be able to have constants in it. | | | - Removed deprecated BindingOrigin module. | | | - Removed restriction that only types are allowed to have dimensions, | | | it works correctly now and the intent of the specification is | | | probably that they should be allowed. | | | - Added better error message when dimension deduction fails due to the | | | binding being 'each'. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2448 | | | - OpenModelica/OpenModelica-testsuite#951 | | | | | | M 3rdParty | | | M Compiler/NFFrontEnd/NFBinding.mo | | | D Compiler/NFFrontEnd/NFBindingOrigin.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModifier.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 6812b5269e320d19c917b516f466d5e54bf9234e | | | Author: Per Östlund | | | Date: Mon May 21 12:10:34 2018 +0200 | | | | | | [NF] Ignore unused record field bindings. | | | | | | - Ignore record field bindings when the record instance itself has a | | | binding, so the constant evalution doesn't use the wrong binding. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2447 | | | - OpenModelica/OpenModelica-testsuite#950 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit c06350fe93e7523093d5cb3d0d9c72441a85bbb1 | | | Author: Per Östlund | | | Date: Fri May 18 12:56:09 2018 +0200 | | | | | | [NF] Fix record constructor generation issue. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2446 | | | | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit c6677a428615355af7d06a12bd457bcaa8216a4e | | | Author: Per Östlund | | | Date: Fri May 18 11:19:01 2018 +0200 | | | | | | Make saveTotalModel respect uses-annotations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2445 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 54d7a401cf18df7db1f6377b070184b295ea105f | | | Author: Per Östlund | | | Date: Fri May 18 10:19:41 2018 +0200 | | | | | | [NF] Fix modifier scope in Inst.instClassDef. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2444 | | | | | | M 3rdParty | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit c0cc57f7ce72c9bb1c02c43543abecaf81d2d144 | | | Author: Martin Sjölund | | | Date: Fri May 18 08:03:06 2018 +0200 | | | | | | Build lpsolve55 if it is not found | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2443 | | | | | | M 3rdParty | | | M Makefile.in | | | M configure.ac | | | | | * commit 74abb64441328b983f8478c48be003cd883b28b7 | | | Author: Per Östlund | | | Date: Thu May 17 19:39:06 2018 +0200 | | | | | | [NF] Improve binding type mismatch error message. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2442 | | | - OpenModelica/OpenModelica-testsuite#949 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c02ea2ff4b27f8583a0d444d01a6ae4b27671716 | | | Author: Per Östlund | | | Date: Thu May 17 16:48:51 2018 +0200 | | | | | | [NF] Improve handling of record evaluation. | | | | | | - Generate a binding from the record fields for record instances with | | | no explicit binding. | | | - Attempt to use the binding from the record instance when evaluating | | | record fields with no explicit binding. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2441 | | | - OpenModelica/OpenModelica-testsuite#948 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 90c18869672e7e124a6cede06e1c5e35bcb7524a | | | Author: Per Östlund | | | Date: Thu May 17 13:30:15 2018 +0200 | | | | | | [NF] Improve type checking of records. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2439 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit 1a8d9828230f80ee6e6cb3e8fc3782664176afe3 | | | Author: Per Östlund | | | Date: Thu May 17 11:52:42 2018 +0200 | | | | | | [NF] Fix generation of record constructors. | | | | | | - Generate record constructors from new instances of the records, | | | so that they don't share child instances with the record instances | | | that triggered the generation. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2439 | | | | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit 2fefbbb8626427ed9de06b45a8d28fbf00cde285 | | | Author: Per Östlund | | | Date: Thu May 17 12:30:23 2018 +0200 | | | | | | [NF] Improve type checking of records. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2440 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 16e088377f4aaef3c73d058fb6ab5ddb999bdc4a | | | Author: Per Östlund | | | Date: Wed May 16 16:53:25 2018 +0200 | | | | | | [NF] Implement getInstanceName(). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2438 | | | - OpenModelica/OpenModelica-testsuite#947 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 803cabd92077e1be6ae931c7cc49dd1e934c8730 | | | Author: Per Östlund | | | Date: Wed May 16 16:22:05 2018 +0200 | | | | | | [NF] Record fixes. | | | | | | - Generate default record constructors even when they aren't | | | explicitly called, since calls might be generated by the backend. | | | - Remove the 'constructor'.$default suffix that was previously added | | | to generated record constructors, since the rest of the compiler | | | assumes constructors have the same name as the record itself. | | | - Use DAE.Function.RECORD_CONSTRUCTOR for record constructors instead | | | of DAE.Function.FUNCTION. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2437 | | | - OpenModelica/OpenModelica-testsuite#946 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComplexType.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 57e8ce74ff284ce614dea5bdf3092429e2b87f25 | | | Author: Martin Sjölund | | | Date: Wed May 16 16:07:18 2018 +0200 | | | | | | Generate correct code for integer mod(i1,i2) | | | | | | Changed Ceval/ExpressionSimplify to use the mod calls. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2432 | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/boot/Makefile.common | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/util/utility.h | | | | | * commit 17adb9a8c6b92218db47194369a09fa5dae49631 | | | Author: Per Östlund | | | Date: Wed May 16 15:33:27 2018 +0200 | | | | | | [NF] Performance improvements. | | | | | | - Guard some Error.assertions that otherwise would do lots of | | | unnecessary work. | | | - Save evaluated bindings. | | | - Improve evaluation of subscripted ranges. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2436 | | | - OpenModelica/OpenModelica-testsuite#945 | | | | | | M 3rdParty | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | | | * commit ed95fad9a60e56cf6f8cc07dbdcb0d9240f1b48b | | | Author: Per Östlund | | | Date: Wed May 16 10:59:18 2018 +0200 | | | | | | [NF] Constant evaluation fixes. | | | | | | - Implement evaluation of smooth. | | | - Declare pre, change, edge and sample as impure. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2435 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit 6aa87b50ea52a52563e45efeae1956d64145d6f2 | | | Author: Lennart Ochel | | | Date: Tue May 15 22:56:24 2018 +0200 | | | | | | Updating 3rdParty | | | | | | ddc7706 Fix Markdown linter warning | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler-3rdParty#30 | | | | | | M 3rdParty | | | | | * commit c09713212f3c1d02b6f2aecd20a96baeeea84915 | | | Author: Per Östlund | | | Date: Tue May 15 17:39:45 2018 +0200 | | | | | | [NF] Generate less stupid flat models. | | | | | | - Improved the expression simplification, and used it to simplify more | | | things in SimplifyModel. | | | - Implemented constant evaluation of matrix and symmetric. | | | - Added squareness check to argument of symmetric. | | | - Improved DAE conversion of if-statements so that 'else' is created | | | instead of 'elseif true then' for the last branch. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2434 | | | - OpenModelica/OpenModelica-testsuite#944 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | | | * commit fb58909f0036a7669ae19d4eb483a54242690a62 | | | Author: Per Östlund | | | Date: Mon May 14 18:49:41 2018 +0200 | | | | | | [NF] Various improvements. | | | | | | - Fixed ceval of ^ by actually using ^ and not /. | | | - Fixed type when converting array parameters in function to DAE. | | | - Added new model simplification phase, which currently only removes | | | some empty array crefs in function calls. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2433 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | A Compiler/NFFrontEnd/NFSimplifyModel.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 52e894fe70926da94fbd386e414c2caad590f68b | | | Author: Per Östlund | | | Date: Mon May 14 13:09:52 2018 +0200 | | | | | | [NF] Use class scopes for function names. | | | | | | - Use the enclosing scope of a function when generating it's name, | | | instead of the found scope (which might be a component). This fixes | | | some issues with external functions where the backend assumes the | | | name is prefixed with the enclosing scope, and we don't yet generate | | | unique instances for functions in components anyway. | | | - Use better coding style in Class.isExternalFunction. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2431 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit d47670afb84794c198fdaf54eaeb275fd5eff047 | | | Author: Per Östlund | | | Date: Mon May 14 11:58:27 2018 +0200 | | | | | | [NF] Don't treat external "builtin" as external. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2430 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | | | * commit 271b70dce215529b903129d4dfbd7a385e6a2ff2 | | | Author: Per Östlund | | | Date: Mon May 14 11:18:48 2018 +0200 | | | | | | [NF] Fix lookup scope for inner names. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2429 | | | - OpenModelica/OpenModelica-testsuite#943 | | | | | | M Compiler/NFFrontEnd/NFLookup.mo | | | | | * commit 74e8456e8528b4a9764b2457e96852689d9107f6 | | | Author: Martin Sjölund | | | Date: Mon May 14 08:25:25 2018 +0200 | | | | | | filterSimulationResults option to remove descriptions | | | | | | The string comments on variables take up a lot of space in the result- | | | file. This option allows filtering them all away. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2428 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/runtime/SimulationResults.c | | | | | * commit a3a17502f450104a331a02526b1c56f32e4bc958 | | | Author: Per Östlund | | | Date: Wed May 9 18:27:21 2018 +0200 | | | | | | Add dumping of INITIAL_NORETCALL to DAEDump. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2427 | | | | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit 3d7f6a4615b694a9920a8f38055a4324476704d8 | | | Author: Per Östlund | | | Date: Wed May 9 17:59:11 2018 +0200 | | | | | | [NF] Fix evaluation of dimensions in functions. | | | | | | - Only evaluate structural parameter dimensions in functions, not | | | non-structural parameters. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2426 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 0e2c8f5685d4b17992b88cd34f123c5016a33e92 | | | Author: Per Östlund | | | Date: Wed May 9 17:29:14 2018 +0200 | | | | | | [NF] Fix variability of size() properly. | | | | | | - Partially revert previous commit that propagated origin to | | | Ceval.evalExp, and deduce the origin based on where a component is | | | declared instead. Package constants should be typed like they're | | | class variables, even when used in a function. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2425 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 63ed252539d1446382a443893f38f902d2c6c62f | | | Author: Per Östlund | | | Date: Wed May 9 16:44:51 2018 +0200 | | | | | | [NF] Handle derived classes in collectRecordParams. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2424 | | | | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit 59a392a87ae3303ac00ca4a6013cfc53ad9582a2 | | | Author: Per Östlund | | | Date: Wed May 9 15:55:30 2018 +0200 | | | | | | [NF] Minor fixes. | | | | | | - Fix type when evaluating reductions. | | | - Don't do branch selection during typing for if-expressions with | | | conditions that contain non-evaluatable expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2423 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 1bed3ff2be5a4d8b8a52f7dc3771a23f7a7c8b1b | | | Author: Per Östlund | | | Date: Wed May 9 15:40:41 2018 +0200 | | | | | | [NF] Fix variability of size() in functions. | | | | | | - Limit the variability of size in a function to parameter. The | | | variability of the input arguments should be used rather than the | | | input parameters, but functions are currently typed without taking the | | | input arguments into consideration. | | | - Propagate origin to Ceval.evalExp, since it might need to type | | | expressions when evaluating bindings of constants. | | | - Removed deprecated NFExpOrigin.mo. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2422 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | D Compiler/NFFrontEnd/NFExpOrigin.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit a3ddfaf940ce5230549c3e3659874f3a6fc31c11 | | | Author: Per Östlund | | | Date: Wed May 9 14:20:51 2018 +0200 | | | | | | [NF] Function evaluation improvements. | | | | | | - Handle some subscripted expressions in EvalFunction. | | | - Fixed type of cat in Ceval.evalBuiltinCat. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2421 | | | - OpenModelica/OpenModelica-testsuite#942 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit 8b4871a39412b49b9e95f059e423e907b993f9e3 | | | Author: Per Östlund | | | Date: Wed May 9 12:53:32 2018 +0200 | | | | | | [NF] Improve function vectorization. | | | | | | - Handle dimensions defined by an expression when vectorizing calls. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2420 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c84474230f941d0f9ff605c103a03baabb48e813 | | | Author: Martin Sjölund | | | Date: Wed May 9 11:43:41 2018 +0200 | | | | | | Only perform logging of delay for LOG_EVENTS_V | | | | | | The delay logging is very verbose, causing huge logs. It is now only | | | enabled when verbose logging is enabled. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2419 | | | | | | M SimulationRuntime/c/simulation/solver/delay.c | | | | | * commit 4912fd69bb66fdc4e041a11c35109327a69de0c5 | | | Author: Per Östlund | | | Date: Tue May 8 17:37:06 2018 +0200 | | | | | | [NF] Inlining fixes. | | | | | | - Create an appropriate dimension expression for ranges of unknown size. | | | - Do replacements in array dimensions during inlining too. | | | - Fix Call.typeArgs so that only external function arguments are left | | | unevaluated, and not all function arguments. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2418 | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInline.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit bc9cecefe72789980b91ac763cf3b12284b1177a | | | Author: Bernhard Thiele | | | Date: Tue May 8 14:24:51 2018 +0200 | | | | | | Removing description of a previously removed module | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2416 | | | | | | M Compiler/Util/Flags.mo | | | | | * commit d9899db2c7cd5abe4a05e1b2230afcb43578d31a | | | Author: Per Östlund | | | Date: Mon May 7 19:44:34 2018 +0200 | | | | | | [NF] Support for records in NFEvalFunction. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2415 | | | - OpenModelica/OpenModelica-testsuite#941 | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit a1911e7517076cbbb9176ccfafa2d98a412f14ff | | | Author: Per Östlund | | | Date: Mon May 7 16:24:52 2018 +0200 | | | | | | [NF] Function evaluation improvements for records. | | | | | | - Build a record expression from the child nodes if a record output | | | doesn't have an explicit binding. | | | - Evaluate expressions in function outputs and local variables too | | | (currently in order of declaration, needs to be dependency sorted). | | | - Added check that the outputs are assigned a value when evaluation a | | | function (by adding Expression.EMPTY() and using it as the initial | | | value if an output has no binding). | | | - Always evaluate complex bindings on parameters, even if they aren't | | | structural, since they need to be split into their component values. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2414 | | | - OpenModelica/OpenModelica-testsuite#940 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/Util/Error.mo | | | | | * commit 60e8e0a5a2b07502fd9cd81b5816f28fe45f131f | | | Author: Per Östlund | | | Date: Mon May 7 15:12:19 2018 +0200 | | | | | | [NF] Evaluation of reductions and SUBSCRIPTED_EXP. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2413 | | | - OpenModelica/OpenModelica-testsuite#939 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 5feb8326077dc738477b1cbc5c089db6cb647c0f | | | Author: Per Östlund | | | Date: Mon May 7 12:43:35 2018 +0200 | | | | | | [NF] Implemented basic function inlining. | | | | | | - Implemented early inlining of functions with one output and one | | | statement. | | | - Removed Ceval.evalBuiltinCross, the definition in ModelicaBuiltin | | | is used instead. | | | - Updated Expression map and fold function to also consider reduction | | | iterators. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2412 | | | - OpenModelica/OpenModelica-testsuite#938 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | A Compiler/NFFrontEnd/NFInline.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 87286cb84a45122e73b999218d1affbd4a5b5c2a | | | Author: Per Östlund | | | Date: Sat May 5 15:35:29 2018 +0200 | | | | | | [NF] Various improvements. | | | | | | - Add manual typing of cardinality and Connections.*. | | | - Fixed typing of if equations when the condition contains one of the | | | above mentioned connection operators. | | | - Added evaluation of OpenModelica_uriToFilename. | | | - Improved Expression.applyIndexSubscript for crefs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2411 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 89eacbb81cd7c8fb878159ead3fc9929018226e4 | | | Author: Per Östlund | | | Date: Fri May 4 16:49:53 2018 +0200 | | | | | | [NF] Minor fixes. | | | | | | - Flatten the class tree of functions before creating the actual | | | Function, so that duplicate elements are handled correctly. | | | - Use Ceval when evaluating 'fill' instead of deprecated SimplifyExp. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2410 | | | - OpenModelica/OpenModelica-testsuite#937 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit ace473cd5295486ce64ac2bc7e6c8a3daa98e78c | | | Author: Per Östlund | | | Date: Fri May 4 15:41:01 2018 +0200 | | | | | | [NF] Add evalution of known external functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2409 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | | | * commit bc4b3e1b69489f26b80d4b10888c944848022b2f | | | Author: Per Östlund | | | Date: Fri May 4 13:52:45 2018 +0200 | | | | | | [NF] Add sanity check to Call.vectorizeCall. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2408 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit cd7b28ae3f0706903ee57298b974b97c85799356 | | | Author: Per Östlund | | | Date: Thu May 3 19:50:51 2018 +0200 | | | | | | [NF] Initial function evaluation implementation. | | | | | | - Implemented basic function evaluation that supports all control | | | structures and scalar assignments, but not e.g. arrays or records. | | | - Moved storage of iteration ranges from the mutable iterators to the | | | loop or reductions themselves, so they can safely be modified. | | | - Added new mutable Expression for use by the function evaluation to | | | avoid having to do name lookup. | | | - Added flags --evalLoopLimit and --evalRecursionLimit to let users | | | set the limits used to avoid infinite evaluation or stack overflows. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#73 | | | - OpenModelica/OMCompiler#2407 | | | - OpenModelica/OpenModelica-testsuite#936 | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit f92e6eb390968312568ee77726f0acc73ddb73c4 | | | Author: Adeel Asghar | | | Date: Thu May 3 14:57:37 2018 +0200 | | | | | | Fixed the windows FMU export | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2406 | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | * commit 6a5320c62a5dcc9c92ed50639c5424c2b479d0e8 | | | Author: Per Östlund | | | Date: Wed May 2 15:51:08 2018 +0200 | | | | | | Fix Inst.releaseInstHashTable. | | | | | | - Create a new hash table of appropriate size, instead of one with | | | size 1, since it will be reused by subsequent instantiations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2405 | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 26cb1843b1a62ae2908dbbb271754d3dfb35ad56 | | | Author: Martin Sjölund | | | Date: Wed May 2 13:26:49 2018 +0200 | | | | | | Improved instantiateModel | | | | | | - Report execStat for the frontend | | | - Support the silent flag `-q` for the instantiateModel API, avoiding | | | calling the dumping routine if the result is not desired (the output | | | is still non-empty to allow checking for empty string to signify | | | success) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2404 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 7fc85eb69d5c28a5c279b254b7b24c3403b3bd4c | | | Author: Martin Sjölund | | | Date: Wed May 2 08:12:20 2018 +0200 | | | | | | Fix undefined behaviour in codegen of array reduction | | | | | | There was a condition variable that was never assigned to that caused | | | the C-compiler to either assume the reduction always failed, always | | | succeeded or at runtime get random memory that made the choice. | | | The variable and superfluous check have been removed. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2402 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 5a7ce94586fec9f20c1cee82171b416183ce04f9 | | | Author: Per Östlund | | | Date: Fri Apr 27 16:29:19 2018 +0200 | | | | | | [NF] Implemented evaluation of Integer(). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2401 | | | - OpenModelica/OpenModelica-testsuite#935 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 81ba8681949732b9a12f245180e97e98f25079e0 | | | Author: Per Östlund | | | Date: Fri Apr 27 16:14:26 2018 +0200 | | | | | | [NF] Various fixes. | | | | | | - Fix ExpressionSimplify.evalCat so that it doesn't reverse the | | | arguments when dim == 1. | | | - Disabled constant evaluation of function call arguments during typing. | | | - Added constant evaluation of ranges. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2400 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 3aae2a0d80bfd56ced39dc4596c45a7ee20ef216 | | | Author: Adrian Pop | | | Date: Thu Apr 26 20:45:07 2018 +0200 | | | | | | pass the makefile file in Windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2399 | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 338d1df7a2fce518e30e3786046697dc68a3b73e | | | Author: Per Östlund | | | Date: Thu Apr 26 15:31:51 2018 +0200 | | | | | | [NF] Improve constant evaluation. | | | | | | - Implemented evaluation of more operators and expressions. | | | - Implemented evaluation of the String function. | | | - Added Expression.contains utility function. | | | - Improved unrolling of for equations. | | | - Added System.sprintff to print Real values of any size. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2398 | | | - OpenModelica/OpenModelica-testsuite#934 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | | | * commit 27184161bfa3999a7807a1596c1aa4d5eeee8fed | | | Author: Martin Sjölund | | | Date: Wed Apr 25 09:31:07 2018 +0200 | | | | | | Change the default to statically linked FMUs | | | | | | Added a pre-built static version of the FMI SimulationRuntime to | | | improve performance of statically linked FMUs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2395 | | | - OpenModelica/OpenModelica-testsuite#933 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.objs | | | | | * commit 004da7332f0644d216f2c42894c1018874748656 | | | Author: Per Östlund | | | Date: Tue Apr 24 16:39:24 2018 +0200 | | | | | | Disable incorrect typing of .+ for Strings. | | | | | | - Concatenation of a String scalar and array was previously defined | | | incorrectly in OperatorOverloading, such that it would expect the | | | scalar to be a Boolean instead of String. This fixes that particular | | | issue, but the frontend still handles it wrong since it assumes that | | | the .+ operator is commutative (which isn't true for Strings). This | | | commit disables the incorrect Boolean matches, but keeps the old | | | behaviour of String not working until someone fixes it properly or | | | it's made obsolete by the new frontend. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2396 | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | * commit d8d9e02c37433371de40735828f69f328178236c | | | Author: Per Östlund | | | Date: Tue Apr 24 13:48:35 2018 +0200 | | | | | | [NF] Improve Expression.promote. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2394 | | | - OpenModelica/OpenModelica-testsuite#932 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit f5e1d77ecf929efd391360d8d01079957ded619d | | | Author: Martin Sjölund | | | Date: Tue Apr 24 13:33:22 2018 +0200 | | | | | | Inline mmc_mk_modelica_array for source FMUs | | | | | | This fixes ticket:4899. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2393 | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_data.h | | | | | * commit 549896e2e7e6ee31281b05d92e26aea3e8c76068 | | | Author: Per Östlund | | | Date: Tue Apr 24 12:45:38 2018 +0200 | | | | | | [NF] Improve subscripting of expressions. | | | | | | - Handle typenames, ranges and reductions in | | | Expression.applySubscriptIndex. | | | - Use Expression.applySubscriptIndex in Expression.expandGeneric, | | | instead of just creating a subscripted expression. | | | - Fixed mistake in typing of Boolean ranges that resulted in them | | | always getting a size of 1. | | | - Added case to Typing.typeIterator for when the iterator has already | | | been typed (which can happen e.g. if the iterator is needed to | | | determine the size of a dimension). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2392 | | | - OpenModelica/OpenModelica-testsuite#931 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c51b823862e99e7c452b61340c2fd59b2b90aac9 | | | Author: Martin Sjölund | | | Date: Tue Apr 24 09:35:18 2018 +0200 | | | | | | Fix stateselection destructor | | | | | | - Fixed a double free for FMUs with state selection | | | - Fixed a use of a pointer after it was free'd | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2391 | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 0b569ccd9847ab533d7332af999b1df1081737b0 | | | Author: Martin Sjölund | | | Date: Tue Apr 24 08:18:42 2018 +0200 | | | | | | Remove wrong code for translateModelFMU | | | | | | The code only runs if the call to translateModelFMU fails to type, but | | | will ignore the bad arguments, change the defaults, and return a wrong | | | result-type. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2390 | | | - OpenModelica/OpenModelica-testsuite#930 | | | | | | M Compiler/Script/StaticScript.mo | | | | | * commit d6ea7eb493496de9b4e634d90378843374e8407c | | | Author: Rüdiger Franke | | | Date: Tue Apr 24 06:27:20 2018 +0200 | | | | | | Support assignment to arrays of discrete states | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2389 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d4122a2d85e935b31a6bd1bf5907ceff9059dc0c | | | Author: Willi Braun | | | Date: Tue Apr 24 00:38:41 2018 +0200 | | | | | | [Runtime] fix some debug outputs in kinsol solver | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2388 | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit c2ffbc562b6c6a3ac01f6cac8e98b1b6279eed27 | | | Author: Martin Sjölund | | | Date: Mon Apr 23 13:37:18 2018 +0200 | | | | | | Handle # in the working path | | | | | | Fixes ticket:4896. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2387 | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 3f638304b0a00d928db3ef484852624edfde36e0 | | | Author: Per Östlund | | | Date: Mon Apr 23 12:53:27 2018 +0200 | | | | | | [NF] Fix type of DAE.RANGE. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2386 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit c2dad7bbfa40d535a4f8e5471f24a2329fec940d | | | Author: Per Östlund | | | Date: Mon Apr 23 10:58:53 2018 +0200 | | | | | | Add comment strip option to saveTotalModel. | | | | | | - Added stripAnnotations and stripComments option to saveTotalModel. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2375 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 340f1d39e1a95f25327547b155b89ac9da286c4c | | | Author: Per Östlund | | | Date: Sat Apr 21 17:04:25 2018 +0200 | | | | | | [NF] Improve structural parameter marking. | | | | | | - Look for structural parameters in derived classes too. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2385 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 19ce60ad9954f68b0f9a195d7ff670b507504368 | | | Author: Per Östlund | | | Date: Sat Apr 21 15:28:47 2018 +0200 | | | | | | [NF] Minor fixes for type attributes. | | | | | | - Set correct basetype in ClassTree.instantiate for derived classes. | | | - Fixed scalarization of non-each class modifiers on array components. | | | - Moved subscript count check from the instantiation to the typing, | | | since dimensions from types aren't added to components until then. | | | - Use correct parent node when type checking type attributes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2384 | | | - OpenModelica/OpenModelica-testsuite#929 | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c9c4c305924206ef81381390ac197bb01ba052ad | | | Author: Per Östlund | | | Date: Fri Apr 20 23:12:07 2018 +0200 | | | | | | [NF] Improved handling of types. | | | | | | - Added class trees to the builtin types with their attributes, to | | | simplify the handling of builtin attributes and make inheriting | | | builtin types work properly. | | | - Changed instantiation of short class declarations so that we keep | | | the derived class instead of replacing it with the base class, | | | since we otherwise loose information we need later. | | | - Changed the instantiation of components so that dimensions from | | | their types are added during typing instead of during instantiation. | | | - Various other fixes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2383 | | | - OpenModelica/OpenModelica-testsuite#928 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComplexType.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 29bc2a84678c0d924c040853e75451069b5b2c89 | | | Author: Willi Braun | | | Date: Wed Apr 18 18:45:40 2018 +0200 | | | | | | [SC] Refactor some functions that reconstruct SimEqSystems | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2382 | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit feb746ee889a4622d0f87afda203c00741773097 | | | Author: Willi Braun | | | Date: Wed Apr 18 17:04:35 2018 +0200 | | | | | | [SC] remove the replacement of the DIV operator by a call | | | | | | - added thow execption to the optimization, since ipopt | | | seems to be abel to handle it | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2379 | | | - OpenModelica/OpenModelica-testsuite#927 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit de3a487895630021a3054dd3b810c050dbede943 | | | Author: Adrian Pop | | | Date: Wed Apr 18 12:34:20 2018 +0200 | | | | | | add GC_get_prof_stats as OMC API, ticket:4889 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2381 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit ae5e0b10dbc636f1eb28d949221d6aaf19657082 | | | Author: Per Östlund | | | Date: Wed Apr 18 11:49:57 2018 +0200 | | | | | | [NF] Connection handling improvements. | | | | | | - Fixed typing error in ComponentRef.setSubscriptsList, the crefs | | | type shouldn't take subscripts into account. | | | - Expand connector expressions before creating connectors from them. | | | - Fixed error in Expression.expandCref2 that caused some array crefs | | | to be erroneously expanded into an empty array. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2380 | | | - OpenModelica/OpenModelica-testsuite#926 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit ff8188090a5432d840ff26d4d2607e0370335e55 | | | Author: Per Östlund | | | Date: Tue Apr 17 17:23:22 2018 +0200 | | | | | | [NF] ones/zeros and dimensions type check fixes. | | | | | | - Change ones/zeros to the appropriate fill calls, since the code | | | generation expects that. | | | - Fixed equality check for dimensions to handle expressions better. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2378 | | | - OpenModelica/OpenModelica-testsuite#925 | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 129d50fea9458f4c2f07798751f67547d7fdaca9 | | | Author: Adrian Pop | | | Date: Tue Apr 17 15:49:52 2018 +0200 | | | | | | fix copy of antlr jars for Linux and Windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2377 | | | | | | M Makefile.common | | | M Makefile.omdev.mingw | | | | | * commit a8f003fffa2fbfb04e7d8f3043a3054c3ef7263b | | | Author: Per Östlund | | | Date: Tue Apr 17 15:33:19 2018 +0200 | | | | | | [NF] Use correct DAE type for array assignments. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2376 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit f6ae791a64e89ba166daa4e1f332f6f6cff56086 | | | Author: Adrian Pop | | | Date: Tue Apr 17 14:29:03 2018 +0200 | | | | | | fix windows builds, copy of antlr*jar | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2374 | | | | | | M Makefile.omdev.mingw | | | | | * commit 92163598897d58ef804eae432e766db513f89453 | | | Author: Per Östlund | | | Date: Tue Apr 17 13:47:40 2018 +0200 | | | | | | [NF] ExternalObject fixes. | | | | | | - Added missing calls to typeFunctionBody when typing ExternalObject | | | structors, so the whole function is typed and not only the inputs. | | | - Collect ExternalObject structors in functions too. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2373 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit a47336541d81feae0759a2f5133069cd6b98ce6d | | | Author: Per Östlund | | | Date: Tue Apr 17 13:00:10 2018 +0200 | | | | | | [NF] Hack to fix type of min/max/sum/product. | | | | | | - Patch the type of min/max/sum/product earlier to avoid getting | | | polymorphic types in the calls. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2372 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit 6ca89244b048420804340a29617caf142e3dd529 | | | Author: Per Östlund | | | Date: Mon Apr 16 18:36:15 2018 +0200 | | | | | | [NF] Improvements. | | | | | | - Simplified the type checking of bindings, and made it work for | | | binding on array types too. | | | - Added check that non-type classes shouldn't have dimensions. | | | - Fixed the check for 'each' being used correctly, and made it into | | | a varning instead of an error. | | | - Fixed the typing of crefs so that it doesn't cause typing cycles. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2370 | | | - OpenModelica/OpenModelica-testsuite#923 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFBindingOrigin.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFModifier.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit d36f68c8447f989d01d0d877bd9a847abfa2d2e2 | | | Author: Martin Sjölund | | | Date: Mon Apr 16 15:03:14 2018 +0200 | | | | | | Compile runtime code with no-dollars-in-identifiers | | | | | | The dollar is not allowed in C-code, so we should enforce that we do not | | | generate such code. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2369 | | | | | | M configure.ac | | | | | * commit d7c5c23cc59e61a69c4c6555cba860cb5cd06dac | | | Author: Martin Sjölund | | | Date: Mon Apr 16 12:04:42 2018 +0200 | | | | | | Moved the Java interface to new repo OMJava | | | | | | See for example: https://github.com/OpenModelica/OMJava | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2367 | | | | | | M .gitignore | | | M SimulationRuntime/c/Makefile.common | | | D SimulationRuntime/java_interface/.project | | | D SimulationRuntime/java_interface/Makefile.common | | | D SimulationRuntime/java_interface/Makefile.in | | | D SimulationRuntime/java_interface/Makefile.omdev.mingw | | | D SimulationRuntime/java_interface/antlr_license.txt | | | D SimulationRuntime/java_interface/src/org/openmodelica/ComplexTypeSpec.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/IModelicaRecord.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaAny.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaArray.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaBaseArray.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaBoolean.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaFunction.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaHelper.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaInteger.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaObject.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaObjectException.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaOption.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaReal.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaRecord.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaRecordException.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaString.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaTuple.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/ModelicaVoid.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/OMCModelicaRecord.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/SimpleTypeSpec.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/TypeSpec.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/CommunicationException.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/CompilerException.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/ConnectException.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/InvocationError.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/JreSocketFactory.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/OMCProxy.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunication.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/Result.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/SmartProxy.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/ParseException.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/test/ABC_UT.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/test/TestObjects.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/test/TestParser.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/test/TestRecord.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/test/TestSmartProxy.java | | | D SimulationRuntime/java_interface/src/org/openmodelica/test/abc.java | | | D SimulationRuntime/java_interface/test_files/meta_modelica.mo | | | D SimulationRuntime/java_interface/test_files/meta_modelica.mos | | | D SimulationRuntime/java_interface/test_files/simple.mo | | | D SimulationRuntime/java_interface/test_files/simple.mos | | | M configure.ac | | | | | * commit 0f2f73e3361d8a556d0b6c538309c611fc9fc434 | | | Author: Martin Sjölund | | | Date: Mon Apr 16 10:49:27 2018 +0200 | | | | | | Run javac with encoding=utf8 | | | | | | The behaviour of javac changed such that comments containing utf-8 | | | characters is now an error unless you specify the encoding of the file. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2366 | | | | | | M SimulationRuntime/java_interface/Makefile.in | | | | | * commit e86a4580d902c675d6df36abe14116371bcc08a2 | | | Author: Martin Sjölund | | | Date: Mon Apr 16 08:35:15 2018 +0200 | | | | | | Increase the size of equation alias cache | | | | | | Parameters were not considered in the size, causing severe scalability | | | issues for models with few equations and many parameters. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2365 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 20e6c2d3c17c6c9448b525df57db2b94c2fdf86a | | | Author: Martin Sjölund | | | Date: Fri Apr 13 14:01:15 2018 +0200 | | | | | | Disable equation aliasing for C++ runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2361 | | | - OpenModelica/OpenModelica-testsuite#922 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 53af8ff6a1825034d762b60e9f3d40b123a003dd | | | Author: Martin Sjölund | | | Date: Fri Apr 13 11:13:33 2018 +0200 | | | | | | Introduce aliasing of SimCode equations | | | | | | Very many equations are the same in the continuous, initial, lambda0, | | | and parameter equation systems. This makes some of these equations | | | become aliases to other ones. The aliasing is performed as the last | | | step before code generation since this is the most conservative | | | approach (it might be bad for performance since the same traversals | | | have been performed on the different systems). Strongly connected | | | components, if-equations, and algorithms are not considered yet. | | | Roughly 1/3 of the equations seem to be removed by this aliasing which | | | hopefully increases performance. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2361 | | | - OpenModelica/OpenModelica-testsuite#922 | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenUtilSimulation.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | A Compiler/Util/HashTableSimCodeEqCache.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 4d89e7f1a786854cce59ed24273c9aeae6e202f1 | | | Author: Per Östlund | | | Date: Fri Apr 13 13:12:51 2018 +0200 | | | | | | [NF] Fix FBuiltin.getBasicTypes for NF. | | | | | | - ExternalObject is defined in ModelicaBuiltin in the NF and should not | | | be added by FBuiltin.getBasicTypes when -d=newInst is set. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2363 | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | | | * commit 5680ad363cdb244264f6feb4b973263d6aeac1e2 | | | Author: Willi Braun | | | Date: Fri Apr 13 11:53:58 2018 +0200 | | | | | | [BE] added execStat to BackendDAEUtil.sortGlobalKnownVarsInDAE | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2362 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 74a526d35005e0634213f4820029dc2693d78b26 | | | Author: hkiel | | | Date: Thu Apr 12 15:04:59 2018 +0200 | | | | | | some minor optimizations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2358 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | | | * commit 368ac8c5391a21e29a98a4ca72bb2ab1a49de704 | | | Author: Martin Sjölund | | | Date: Thu Apr 12 13:16:18 2018 +0200 | | | | | | Refactor SimCode.createEquation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2360 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 7a3a58fa5c6b9f214cc9a63530ae2183afdb3932 | | | Author: Willi Braun | | | Date: Thu Apr 12 11:59:57 2018 +0200 | | | | | | [DAEmode] reduce generated code for algebraic variables | | | | | | - store algebraic variable indices in static array | | | - move get/set AlgebricDAEVar functions to runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2359 | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/simulation/solver/dae_mode.c | | | M SimulationRuntime/c/simulation/solver/dae_mode.h | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit f6ef4b263458a77f15023066c98ecf68703f4ce5 | | | Author: Martin Sjölund | | | Date: Thu Apr 12 07:44:54 2018 +0200 | | | | | | [NF] Simplify enumeration ranges | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2316 | | | - OpenModelica/OpenModelica-testsuite#921 | | | | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 4fc65f53b0ca00c18e0052c8993324306c28d551 | | | Author: Martin Sjölund | | | Date: Mon Mar 26 15:02:21 2018 +0200 | | | | | | [NF] Simplify Integer/Real/Boolean ranges | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2316 | | | - OpenModelica/OpenModelica-testsuite#921 | | | | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit e6bd88360dd747bba48612f221cd4d78b88acefb | | | Author: Willi Braun | | | Date: Wed Apr 11 19:16:23 2018 +0200 | | | | | | [DAEMode] update at event update again all equations | | | | | | - for now evaluate at event update all equations, since | | | the dependency evaluation breaks a lot of models. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2355 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 22458626a6c2d6ab52dab171b70e8da37ba1343b | | | Author: Martin Sjölund | | | Date: Wed Apr 11 14:26:43 2018 +0200 | | | | | | [NF] Improve TODO-messages | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2356 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit c160a16d76f174d3588a27e702064d4572bc819c | | | Author: Martin Sjölund | | | Date: Wed Apr 11 13:01:15 2018 +0200 | | | | | | Handle SVGs containing UTF-8 characters | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2354 | | | | | | M Examples/generate_icons.py | | | | | * commit 3f9491d0001b5c491d8d31a2e6e8dde364c0abdd | | | Author: Martin Sjölund | | | Date: Wed Apr 11 11:52:12 2018 +0200 | | | | | | Handle empty rotation in icon generation script | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2353 | | | | | | M Examples/generate_icons.py | | | | | * commit 38efbe7876bc456cdb321b12c90349e9f3179ed9 | | | Author: Martin Sjölund | | | Date: Wed Apr 11 10:54:41 2018 +0200 | | | | | | [NF] Handle more binary vector operations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2352 | | | | | | M Compiler/NFFrontEnd/NFOperator.mo | | | | | * commit 45f753c5b6062e33e82d1660610e8c777e91ba00 | | | Author: Martin Sjölund | | | Date: Wed Apr 11 10:51:49 2018 +0200 | | | | | | [NF] Unlift arrays types when expanding expressions | | | | | | This is now done for element-wise operations and matrix-vector | | | multiplication. There might be other operations that do not set the type | | | correctly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2352 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 20ca0048fba52a5dde0fa4708ab9a4d80a7005b2 | | | Author: Martin Sjölund | | | Date: Wed Apr 11 10:50:36 2018 +0200 | | | | | | [NF] Fix evaluation of promote | | | | | | We calculated the number of dimensions to promote, but did not pass this | | | to the function. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2352 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 38d78f522ba850bb9f52f37a1a4a482a232e79ee | | | Author: Martin Sjölund | | | Date: Wed Apr 11 10:49:54 2018 +0200 | | | | | | Fix simplify for cat-expressions | | | | | | The dimensions stored in the arrays were sometimes wrong. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2352 | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 65d57a519f52b8c0fb74046e9831c4618acd12f8 | | | Author: Per Östlund | | | Date: Tue Apr 10 18:54:41 2018 +0200 | | | | | | [NF] Set correct restriction for complex types. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2351 | | | | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit bd785a4ce582b2fe8e31635dbe2bbf4ee4128abb | | | Author: Willi Braun | | | Date: Tue Apr 10 16:56:50 2018 +0200 | | | | | | [DAEmode] Introduce evaluation stages on equation level | | | | | | For the simulation it is needed to evaluate the related | | | equations at four different stages: | | | - *dynamic* - Evaluate all dependent equations to obtain the | | | residuals for the integration. | | | - *algebraic* - Evaluate equations needed at the output points. | | | - *zerocross* - Evaluate equations, which are needed to obtain the | | | zeroCrossings expressions. | | | - *discrete* - Evaluate the equations depending on the discrete equations. | | | | | | Enabled for now only in DAE mode, but it's also applicable in ODE mode. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2349 | | | - OpenModelica/OpenModelica-testsuite#920 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dae_mode.c | | | M SimulationRuntime/c/simulation/solver/dae_mode.h | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 5e99e6163d1093abea2ba59bb6e0c9489c077b18 | | | Author: Martin Sjölund | | | Date: Tue Apr 10 14:57:22 2018 +0200 | | | | | | [NF] Translate more binary vector operations to DAE | | | | | | There are still some operators in there that I do not know if they work | | | properly. They now give internal errors and continue translation so we | | | can check which models are affected easier. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2350 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | | | * commit e84261d437885c3ca19028528242ebfd47e9e6cb | | | Author: Martin Sjölund | | | Date: Tue Apr 10 11:18:37 2018 +0200 | | | | | | [NF] Evaluate scalar product and power operator | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2348 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 5c7b2f01831411a0c08f462583b3ea72144d3892 | | | Author: vruge | | | Date: Mon Apr 9 13:41:42 2018 +0200 | | | | | | fixes for tmpVars | | | | | | don't create a tmpVar for a constValue | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2340 | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit cc58a7bcbea6c12c8992b6749fa43588f6a780ae | | | Author: Martin Sjölund | | | Date: Thu Apr 5 11:34:33 2018 +0200 | | | | | | Handle builtin functions in isConst | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2340 | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 08403397fca762be24890b2ce31d9eac6cdbf21b | | | Author: Martin Sjölund | | | Date: Mon Apr 9 09:06:08 2018 +0200 | | | | | | Fix the tar-file in GenerateDoc.mos | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2347 | | | | | | M Examples/GenerateDoc.mos | | | | | * commit baa1a2541520cb56a9dba80c6e2211ae8c7f8eb9 | | | Author: vruge | | | Date: Fri Apr 6 23:37:51 2018 +0200 | | | | | | improved inStream | | | | | | define `0/0` for inStream-equation as first `stream_exp` | | | | | | refs ticket:4869 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2346 | | | - OpenModelica/OpenModelica-testsuite#917 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit 7dd0320aeb0ad7e33acff5f353033c4db4ac81f7 | | | Author: Per Östlund | | | Date: Fri Apr 6 14:57:54 2018 +0200 | | | | | | Fix order of arguments to String. | | | | | | - The significantDigits parameter should come before the other options | | | in String() according to the specification, but the compiler expected | | | it to be last instead. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2344 | | | - OpenModelica/OpenModelica-testsuite#916 | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit 3f9d53fdce7aa636a9fb4aef57324327f5e5e06d | | | Author: Per Östlund | | | Date: Fri Apr 6 14:16:57 2018 +0200 | | | | | | Fix ParModelica compilation with Clang 6.0. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2345 | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.cpp | | | | | * commit 4204ff08edff480d40e72d71a9e2a98afef44036 | | | Author: Per Östlund | | | Date: Thu Apr 5 15:22:39 2018 +0200 | | | | | | [NF] Handle records in Connector.split. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2343 | | | - OpenModelica/OpenModelica-testsuite#915 | | | | | | M Compiler/NFFrontEnd/NFConnector.mo | | | | | * commit ee22481b7882c663d208ac19377fa7d10b57816e | | | Author: Per Östlund | | | Date: Thu Apr 5 13:43:56 2018 +0200 | | | | | | [NF] Branch selection of if-expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2342 | | | - OpenModelica/OpenModelica-testsuite#914 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 180e0084f2f433affec8f60f9d1f1a52ba870312 | | | Author: Willi Braun | | | Date: Thu Apr 5 03:29:11 2018 +0200 | | | | | | [BE] improve inverse algorithm handling | | | | | | - attempt to fix ticket:4855 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2336 | | | - OpenModelica/OpenModelica-testsuite#913 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 73e3f9c6124e3aa74e2f0f587963fc0827343547 | | | Author: vruge | | | Date: Wed Apr 4 22:35:03 2018 +0200 | | | | | | [BE] fix for inStream | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2339 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 862a0978bf727053b40a7499de5a90a089b7aa26 | | | Author: vruge | | | Date: Wed Apr 4 20:20:10 2018 +0200 | | | | | | improved inStream | | | | | | simplify/evaluate bounds before compare with zero | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2338 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit acd54fca97d33e6edd375065b0a9084001b8d71a | | | Author: Volker Waurich | | | Date: Wed Apr 4 08:00:20 2018 +0200 | | | | | | check if evaluate annotation is actually true | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2337 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 87a0162b892ed90a15be11e95ee4ff90e9bd4b81 | | | Author: Per Östlund | | | Date: Tue Apr 3 17:38:25 2018 +0200 | | | | | | [NF] Implement structural parameter handling. | | | | | | - Added Variability.STRUCTURAL_PARAMETER used to mark structural | | | parameters. | | | - Changed the condition for evaluating bindings to include structural | | | parameters, and changed the conditions for evaluation various | | | expressions to exclude non-structural parameters. | | | - Added Variability.IMPLICITLY_DISCRETE used for discrete-time variables | | | that are not declared as such, e.g. Integer, Boolean, etc variables. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2335 | | | - OpenModelica/OpenModelica-testsuite#912 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 0616b65b5777a7267a379f9f409b0f38c0f47390 | | | Author: Per Östlund | | | Date: Tue Apr 3 11:34:11 2018 +0200 | | | | | | [NF] Expand when conditions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2334 | | | - OpenModelica/OpenModelica-testsuite#911 | | | | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | | | * commit e74a4200454d2fb66e8f7034e9321b7254a53acb | | | Author: Volker Waurich | | | Date: Tue Apr 3 09:45:52 2018 +0200 | | | | | | fix cad-file based visualization | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2333 | | | | | | M Compiler/BackEnd/VisualXML.mo | | | | | * commit 23f5dff8b943a161e08ef4f22165a3b2f9d20605 | | | Author: vruge | | | Date: Thu Mar 29 23:06:17 2018 +0200 | | | | | | added sum to skipped case for cse | | | | | | refs ticket:4850 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2332 | | | - OpenModelica/OpenModelica-testsuite#910 | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit d180efb92c20df4ede1f9e6623c5d83504a3da93 | | | Author: vruge | | | Date: Thu Mar 29 21:15:27 2018 +0200 | | | | | | improved inline-function | | | | | | - disable guard inside addReplacement | | | - guard called before addOptBindingReplacements if needed | | | - since #2314 using replacement for outputs, too | | | - allowed array-type and record type for outputs | | | | | | refs ticket:4808 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2331 | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit bb49baab0f63ff1631cc6deb9b7f25558d3e9861 | | | Author: Per Östlund | | | Date: Thu Mar 29 14:13:16 2018 +0200 | | | | | | Fix expression simplification rules. | | | | | | - Fixes several expression simplifications rules that changed Integer | | | expressions into Real expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2330 | | | - OpenModelica/OpenModelica-testsuite#908 | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 9edd1f5a377ae7640bccf21a3945f1b40d824386 | | | Author: Per Östlund | | | Date: Wed Mar 28 18:16:02 2018 +0200 | | | | | | [NF] Port inStream changes from #2319. | | | | | | - Port the changes made to inStream in the old frontend to the new, | | | in particular setting the Global.isInStream global root to avoid | | | the backend failing when trying to access it. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2329 | | | - OpenModelica/OpenModelica-testsuite#907 | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | | | * commit a4776a6127e84fd902bb8f05f2aee5ed8745fd53 | | | Author: Per Östlund | | | Date: Wed Mar 28 17:55:08 2018 +0200 | | | | | | [NF] Fix typing of calls with multiple outputs. | | | | | | - Fix typing of function calls with multiple outputs so that only the | | | first output is used when the call isn't alone on the rhs. | | | - Use correct origin in Typing.typeSubscripts. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2328 | | | - OpenModelica/OpenModelica-testsuite#906 | | | | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 72d39d69184ba9d360ae988b242a89c3be2e406f | | | Author: Per Östlund | | | Date: Wed Mar 28 16:52:33 2018 +0200 | | | | | | [NF] Fix path when creating record expressions. | | | | | | - Remove the record constructor name from the path when creating | | | record expressions, and only keep the name of the record itself. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2327 | | | - OpenModelica/OpenModelica-testsuite#905 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit 1792dd70cdce3469aa3e65b1215c7b551c1d4d8a | | | Author: Per Östlund | | | Date: Wed Mar 28 16:32:23 2018 +0200 | | | | | | [NF] Cleaning and various optimizations. | | | | | | - Cleaned up the name lookup a bit, and got rid of the error spamming | | | from Function.lookupFunctionSilent. | | | - Changed the handling of Integer and String so that e.g. the type | | | Integer and the function Integer are different entities, instead of | | | e.g. using the same InstNode for both. | | | - Optimize the constants in NFBuiltin and NFBuiltinFuncs so that they | | | become actual constants in the generated code, and not created each | | | time they're used. | | | - Remove special handling of StateSelect and ExternalObject from the | | | name lookup, since Modelica 3.4 clarifies that they aren't reserved | | | names, and added ExternalObject to ModelicaBuiltin instead | | | (StateSelect was already defined there). | | | - Implemented a better check for subscripts on elements that shouldn't | | | be subscripted. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2326 | | | - OpenModelica/OpenModelica-testsuite#904 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 11aa135c21f6bd2a409cebfddd7f48f8ed8ea10d | | | Author: Martin Sjölund | | | Date: Wed Mar 28 11:51:49 2018 +0200 | | | | | | Fix listArrayLiteral | | | | | | The functionality had some bad logic previously that caused it to give | | | unexpected results (such as giving an array of size 1 when size 3 as | | | expected). listArrayLiteral now always contains one argument of size 1 | | | which has a List type. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2325 | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 7199ae18fd58f3838c0406656e998db797fcdff0 | | | Author: Martin Sjölund | | | Date: Wed Mar 28 10:44:44 2018 +0200 | | | | | | Reduced code used when bootstrapping | | | | | | - Stubbed away MidCode and NFUnitCheck | | | - Removed most NF packages from bootstrapping | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2324 | | | - OpenModelica/OpenModelica-testsuite#903 | | | | | | R100 Compiler/NFFrontEnd/NFInstUtil.mo Compiler/FrontEnd/NFInstUtil.mo | | | A Compiler/Stubs/CodegenMidToC.mo | | | A Compiler/Stubs/DAEToMid.mo | | | A Compiler/Stubs/MidCode.mo | | | A Compiler/Stubs/NFUnitCheck.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 0e62fe0548d18d7afbd6b8a02b8871729524790c | | | Author: Simon Eriksson | | | Date: Thu Mar 15 11:52:44 2018 +0100 | | | | | | Initial MidCode implementation | | | | | | Co-authored-by: Simon Eriksson | | | Co-authored-by: Patrik Andersson | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2324 | | | - OpenModelica/OpenModelica-testsuite#903 | | | | | | A Compiler/MidCode/.gitignore | | | A Compiler/MidCode/DAEToMid.mo | | | A Compiler/MidCode/HashTableMidVar.mo | | | A Compiler/MidCode/MidCode.mo | | | A Compiler/MidCode/MidToMid.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/SimCodeFunction.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | A Compiler/Template/CodegenMidToC.tpl | | | M Compiler/Template/Makefile.common | | | A Compiler/Template/MidCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit a9b58e13a501675333d699ce69fbeadf1b315641 | | | Author: Martin Sjölund | | | Date: Tue Mar 27 14:37:40 2018 +0200 | | | | | | Update to Java6 since Java5 is obsolete | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2323 | | | | | | M SimulationRuntime/java_interface/Makefile.in | | | | | * commit 6a6c0332fb738a714756c1a8fad1ed6fd6cd3fe3 | | | Author: Martin Sjölund | | | Date: Tue Mar 27 13:45:03 2018 +0200 | | | | | | Replace tabs with 2 spaces | | | | | | Also changes some indentation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2321 | | | | | | M Compiler/BackEnd/DAEMode.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Template/SimCodeBackendTV.mo | | | M Compiler/Template/VisualXMLTplTV.mo | | | | | * commit 25da4670f23b1eaf3afbf722ae1ace30552f4f3c | | | Author: Martin Sjölund | | | Date: Tue Mar 27 12:58:06 2018 +0200 | | | | | | [NF] Relax variability error in functions | | | | | | The binding expression of a parameter in a function is now allowed to be | | | a discrete expression (since we do not distinguish between inputs and | | | other bindings). This now gives a warning instead of an error (because | | | the Modelica specification does not seem to allow this, but other tools | | | and libraries use this pattern for no obvious reason). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2321 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 3a6cb88d32a0a8c07b6c8aca90fbea05ba9c2d05 | | | Author: Martin Sjölund | | | Date: Tue Mar 27 12:57:44 2018 +0200 | | | | | | [NF] Unescape raw Absyn.STRING | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2321 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit b4635bbb1a9d24219fa9c1d4a1d8d56c1bc38c40 | | | Author: Per Östlund | | | Date: Tue Mar 27 13:29:34 2018 +0200 | | | | | | [NF] More derived scope fixes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2322 | | | - OpenModelica/OpenModelica-testsuite#902 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 659bcbc3efd19421e58c7ccba0e20645eca3f761 | | | Author: Lennart Ochel | | | Date: Tue Mar 27 06:32:12 2018 +0200 | | | | | | Fix indentation of 1c86d4e3a86bdc7c7708ae2816682d536ad96f57 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2320 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 1c86d4e3a86bdc7c7708ae2816682d536ad96f57 | | | Author: vruge | | | Date: Tue Mar 27 00:13:36 2018 +0200 | | | | | | improved inStream | | | | | | use positiveMax like proposed in | | | see. https://trac.openmodelica.org/OpenModelica/ticket/3885#comment:12 | | | | | | refs ticket:3885, ticket:4441 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2319 | | | - OpenModelica/OpenModelica-testsuite#900 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/Global/Global.mo | | | | | * commit de9ded9a90309da7e27a60c1659c61c651cc2071 | | | Author: Per Östlund | | | Date: Mon Mar 26 17:02:14 2018 +0200 | | | | | | [NF] Improve typing of size expression. | | | | | | - Handle size expressions such as x[:, size(x, 1)] in functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2318 | | | - OpenModelica/OpenModelica-testsuite#899 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 75bf644edf3f75391d97004e7d47a75611721c1b | | | Author: Per Östlund | | | Date: Mon Mar 26 16:06:53 2018 +0200 | | | | | | [NF] Fix scoping for derived classes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2317 | | | - OpenModelica/OpenModelica-testsuite#898 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit c282ec9aaa446d6ddeb9796c2719ea2e36c7aa67 | | | Author: Per Östlund | | | Date: Mon Mar 26 12:09:08 2018 +0200 | | | | | | [NF] Fix array binding issue. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2315 | | | - OpenModelica/OpenModelica-testsuite#897 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit f10312d579a3e9433c5378bb3ec6ac7c320ac711 | | | Author: Willi Braun | | | Date: Sun Mar 25 17:35:22 2018 +0200 | | | | | | [DAEmode] added several minor things | | | | | | - added DAE_CONTEXT | | | - disable compiler optimization for some dae functions | | | - preparation to use eqAttr in the code generation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2309 | | | | | | M Compiler/SimCode/SimCodeFunction.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 90d01e948649a8d75333a0378dc86f846da5ffd1 | | | Author: vruge | | | Date: Sun Mar 25 16:05:29 2018 +0200 | | | | | | fixed inline | | | | | | - use VariableReplacements | | | | | | refs ticket:4841 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2314 | | | - OpenModelica/OpenModelica-testsuite#895 | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit f3d84c6de0085477b057e81cf4345b5fbd951780 | | | Author: vruge | | | Date: Sun Mar 25 13:08:14 2018 +0200 | | | | | | bugfixes | | | | | | consider doInverseFactors | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2313 | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3933f1c6a61d9f13ccc5c3394418fcb8769100a7 | | | Author: vruge | | | Date: Sat Mar 24 18:21:24 2018 +0100 | | | | | | added rule for expandFactors | | | | | | - x/0 => x*1/0 | | | impact of ExprssionSolve: | | | (x-c)/ 0 = c2 --> x = c | | | | | | refs ticket:4316 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2312 | | | - OpenModelica/OpenModelica-testsuite#894 | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 907d54ec29c5fb9d3019821fe98a59dfe367dfbe | | | Author: vruge | | | Date: Sat Mar 24 09:12:35 2018 +0100 | | | | | | improved inInline.getFunctionInputsOutputBody | | | | | | use loop instead of recursive match | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2311 | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit f9d9de0cbcc49c855b68f674a868d06889b3ba76 | | | Author: vruge | | | Date: Sat Mar 24 00:24:36 2018 +0100 | | | | | | fixed inline | | | | | | - output variables can have a binding like protected variables | | | - create from binding of outputs new Statement | | | refs ticket4808 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2310 | | | - OpenModelica/OpenModelica-testsuite#893 | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 69ee163e8cf1270f4aa229d133f5cfb5a56c6546 | | | Author: Per Östlund | | | Date: Fri Mar 23 16:07:28 2018 +0100 | | | | | | [NF] Subscripting improvements. | | | | | | - Implemented basic handling of slices in Expression.applySubscript. | | | - Implemented missing cases for Real ranges in RangeIterator. | | | - Added the concept of invalid ranges to RangeIterator to allow it to | | | fail gracefully on non-expandable ranges. | | | - Improved detection of too small step size in Real ranges. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2308 | | | - OpenModelica/OpenModelica-testsuite#892 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/Util/Error.mo | | | | | * commit 13b595d697ed0626b521e4ca21f3582313c647bb | | | Author: hkiel | | | Date: Fri Mar 23 15:52:39 2018 +0100 | | | | | | avoid failure(_=BaseHashTable.get()), use hasKey() instead | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2306 | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 43f36d562402d9099cfa9a47765a519f6b9c891b | | | Author: hkiel | | | Date: Fri Mar 23 10:46:12 2018 +0100 | | | | | | fix match -> matchcontinue | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2306 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 35f216d9f781a6f3de2cd8b8963721b11affc954 | | | Author: hkiel | | | Date: Thu Mar 22 16:48:49 2018 +0100 | | | | | | use BaseHashTable.hasKey() instead of failing/passing get() | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2306 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit ff5f8bf62d7a1580a6e929b235fc0a30733a8605 | | | Author: hkiel | | | Date: Thu Mar 22 15:22:15 2018 +0100 | | | | | | implement non-failing versions of get and has in BaseHashSet | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2306 | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit 63888ab878aa1e08eb102dba9c179a1bec374b84 | | | Author: Per Östlund | | | Date: Fri Mar 23 13:02:21 2018 +0100 | | | | | | [NF] Record binding improvements. | | | | | | - Evaluate record constructors to record expressions. | | | - Split record expressions when flattening a complex component. | | | - Added dummy node to the definition of the Integer function instead | | | of using an empty node, so we can assume each function has a node. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2307 | | | - OpenModelica/OpenModelica-testsuite#891 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit f103a0d61bbc406ea02bbc5cc7dba60158b452fd | | | Author: Per Östlund | | | Date: Thu Mar 22 15:17:20 2018 +0100 | | | | | | [NF] Create equations for complex bindings. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2305 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit fb72969f027acaf7ccd9e0e21fecc2dbb917f685 | | | Author: Per Östlund | | | Date: Thu Mar 22 14:41:14 2018 +0100 | | | | | | [NF] Fix record constructor DAE issue. | | | | | | - Create a real record constructor node, instead of using the record | | | class itself when creating a record constructor function. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2304 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/Util/Array.mo | | | | | * commit cd42dc7464322f069dd705f73138309320536852 | | | Author: Willi | | | Date: Thu Mar 22 07:56:38 2018 +0100 | | | | | | [SimCode] added equation attributes to SimCode.SimEqSystem | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2301 | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/ReduceDAE.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 93b4018ec4d1762b85480146608fa6cf833a5a74 | | | Author: Per Östlund | | | Date: Wed Mar 21 20:27:06 2018 +0100 | | | | | | [NF] Fix issue with converting functions to DAE. | | | | | | - Convert the function tree before everything else, to avoid function | | | nodes being clobbered if the function is used as a type somewhere. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2303 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit f7f4c35ec4b20b823cc4c944591901a341597b26 | | | Author: Willi Braun | | | Date: Wed Mar 21 19:37:28 2018 +0100 | | | | | | [DAEmode] get rid of the old implementation | | | | | | - the new one is further developed anyway | | | - make ida as default solver if DAE mode is chosen | | | - mark simulation flag -daeMode as deprecated | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2302 | | | - OpenModelica/OpenModelica-testsuite#890 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 05a951b53ec5f802eb74be7989f80fd8501ec16d | | | Author: Martin Sjölund | | | Date: Wed Mar 21 17:03:41 2018 +0100 | | | | | | Handle tail recursion in CevalFunction | | | | | | This fixes ticket:4838 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2300 | | | - OpenModelica/OpenModelica-testsuite#889 | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit 748b75ab9f4a3c3bb69a44c269c97e13bc859132 | | | Author: Per Östlund | | | Date: Wed Mar 21 14:48:36 2018 +0100 | | | | | | [NF] Fix typing loop. | | | | | | - Avoid a loop when a component's type references the component, | | | by typing the type's bindings after updating the component node. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2299 | | | - OpenModelica/OpenModelica-testsuite#888 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit e30046d30f6a32432791c8c09ea2131c9da09923 | | | Author: Per Östlund | | | Date: Wed Mar 21 13:47:19 2018 +0100 | | | | | | [NF] Fix size as external argument. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2298 | | | - OpenModelica/OpenModelica-testsuite#887 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit fc8513b93d504b3ab5bfd3092074312824531901 | | | Author: niklwors | | | Date: Wed Mar 21 13:03:53 2018 +0100 | | | | | | copy Visual Studio libs and pdb of cpp runtime with CMake instead of make | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2297 | | | | | | D SimulationRuntime/cpp/.vs/ProjectSettings.json | | | D SimulationRuntime/cpp/.vs/VSWorkspaceState.json | | | D SimulationRuntime/cpp/.vs/cpp/v15/.suo | | | D SimulationRuntime/cpp/.vs/slnx.sqlite | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit 20606a96d6d36c270758d8e135f2222994945a28 | | | Author: Per Östlund | | | Date: Wed Mar 21 12:13:13 2018 +0100 | | | | | | [NF] Improve performance of DAE conversion. | | | | | | - Cache the conversion of complex types by replacing a converted | | | INSTANCED_CLASS with a new DAE_TYPE class. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2296 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit 77407e8d853c0c1095eef620010fd442b30e8b3f | | | Author: Willi Braun | | | Date: Tue Mar 20 17:33:03 2018 +0100 | | | | | | [DAEmode] Avoid IDA for models without states | | | | | | - when the model has no states and no residual equations | | | the general simulation algorithm with event handling is used. | | | - This fixes models like Modelica.Blocks.Examples.RealNetwork1 for | | | the daeMode=new. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2295 | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | A SimulationRuntime/c/simulation/solver/dae_mode.c | | | A SimulationRuntime/c/simulation/solver/dae_mode.h | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 1769e7028b17907cfb421ed099661fda9f78dbe4 | | | Author: Per Östlund | | | Date: Tue Mar 20 15:05:15 2018 +0100 | | | | | | [NF] Fix the variability of size. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2294 | | | - OpenModelica/OpenModelica-testsuite#886 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 921ea29206430d3b6782d6ac2955b08597ca9253 | | | Author: Per Östlund | | | Date: Tue Mar 20 13:07:37 2018 +0100 | | | | | | [NF] Redeclare and extends fixes. | | | | | | - Avoid expanding shared class extends nodes before cloning them. | | | - Added check for short class definition self reference (class A = A). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2293 | | | - OpenModelica/OpenModelica-testsuite#885 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit c2feb3fdec696a6f0cd032fdb98cb9f870f76d40 | | | Author: Willi Braun | | | Date: Mon Mar 19 19:07:33 2018 +0100 | | | | | | [DAEmode] improve event handling and discrete loops | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2291 | | | - OpenModelica/OpenModelica-testsuite#884 | | | | | | M Compiler/BackEnd/DAEMode.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 90be43449df4b0117fc6dfc8a0549212661d05b9 | | | Author: Per Östlund | | | Date: Mon Mar 19 17:29:02 2018 +0100 | | | | | | [NF] Improve handling of imports. | | | | | | - Qualified imports are now resolved ondemand, to avoid dependency | | | issues when importing a subpackage. | | | - Added error checks for conflicting imports. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2292 | | | - OpenModelica/OpenModelica-testsuite#883 | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | A Compiler/NFFrontEnd/NFImport.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit df1cb2759ec4c335c8f93e89146c99d1159b9b9e | | | Author: Per Östlund | | | Date: Mon Mar 19 11:58:31 2018 +0100 | | | | | | [NF] Fix redeclare final, for real this time. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2290 | | | - OpenModelica/OpenModelica-testsuite#882 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 9d7f3fd2e3c10b2e7ec0e8809b72eb513df13105 | | | Author: Per Östlund | | | Date: Mon Mar 19 11:38:40 2018 +0100 | | | | | | [NF] Fix for redeclare with final issue. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2289 | | | - OpenModelica/OpenModelica-testsuite#881 | | | | | | M Compiler/NFFrontEnd/NFModifier.mo | | | | | * commit 1efe7ca1c278fd328a783a13f8944b97a64b350c | | | Author: Per Östlund | | | Date: Mon Mar 19 11:10:52 2018 +0100 | | | | | | [NF] Redeclare improvements. | | | | | | - Improved handling of all types of redeclare. | | | - Implemented propagation of final through the frontend, and added | | | checks for final elements being modified. | | | - Various instantiation improvements. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2288 | | | - OpenModelica/OpenModelica-testsuite#880 | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFModifier.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit fc30ae13d58ca054aaf1bf6a1c4d5a2c87d4cc3c | | | Author: Rüdiger Franke | | | Date: Sat Mar 17 20:54:32 2018 +0100 | | | | | | Rename Periodic to Inferred clocks in FMI modelDescription | | | | | | This reflects the current proposal by the FMI working group. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2287 | | | - OpenModelica/OpenModelica-testsuite#879 | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 399b730895e9ac87a7a5a7cca3c9a403a37e93b3 | | | Author: Rüdiger Franke | | | Date: Sat Mar 17 20:44:36 2018 +0100 | | | | | | Use sorted variable references in Cpp fmi2GetDirectionalDerivative | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2287 | | | - OpenModelica/OpenModelica-testsuite#879 | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit ced7f13fe96045fd75b83e26a8cb832d4c7034ca | | | Author: Rüdiger Franke | | | Date: Sat Mar 17 20:43:08 2018 +0100 | | | | | | Set index of clocked partition in algebraic loops of FMI Jacobian | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2287 | | | - OpenModelica/OpenModelica-testsuite#879 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 79e9b3da98cb6d72d7b05d15daf5044698a1b96b | | | Author: Mahder Gebremedhin | | | Date: Sat Mar 17 12:18:26 2018 +0100 | | | | | | [NF] Add missing case for fold subscript. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2286 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 3c4a0942be2226e145a6bfaffaee026277f937fe | | | Author: Mahder Gebremedhin | | | Date: Fri Mar 16 21:20:19 2018 +0100 | | | | | | [NF] Disable conversion of bindings in TYPES_VAR. | | | | | | - When converting variables to DAE versions we need to create TYPES_VARS for complex types. | | | remove conversion of bindings in this types vars for now since it causes infinte recurssions in some cases. | | | | | | - See https://github.com/OpenModelica/OMCompiler/commit/a134d4eadcc72fc2828d9e8779cc13a131d39daa#commitcomment-28104629 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2285 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit 695f2e1799f06a82c23249726beb24d8691bc647 | | | Author: Martin Sjölund | | | Date: Fri Mar 16 14:31:51 2018 +0100 | | | | | | Support function pointers with underscores in them | | | | | | Fixes ticket:4571 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2284 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 5aa5373b43b4a442d8b5ae866273a91c4a126aa5 | | | Author: Martin Sjölund | | | Date: Fri Mar 16 13:33:08 2018 +0100 | | | | | | Resolve polymorphic bindings in the the function type | | | | | | Partially evaluated functions use elabTypes to generate the type | | | signature of the argument; this needs to resolve polymorphic bindings in | | | order to type-check subsequent expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2283 | | | - OpenModelica/OpenModelica-testsuite#878 | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit cccd62d1a770333a6a17ee5347f07ba45202e6c8 | | | Author: Martin Sjölund | | | Date: Fri Mar 16 11:10:53 2018 +0100 | | | | | | Fix typo | | | | | | list is a list of function pointers. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2283 | | | - OpenModelica/OpenModelica-testsuite#878 | | | | | | M Compiler/SimCode/ReduceDAE.mo | | | | | * commit e89be0095dcc9b3b30bed24ba4ae2cc9dadb58a6 | | | Author: Martin Sjölund | | | Date: Fri Mar 16 10:41:16 2018 +0100 | | | | | | Type-check arguments of function pointers | | | | | | This fixes ticket:4786. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2283 | | | - OpenModelica/OpenModelica-testsuite#878 | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 659c5672e2f0683fbaf7fdae28d792db00b107c2 | | | Author: Mahder Gebremedhin | | | Date: Fri Mar 16 10:14:23 2018 +0100 | | | | | | [NF] Minor fixs | | | | | | - Fix wrong type for some discrete builtin functions. | | | - Fix binding type matching decision. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2282 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit cc3ff32b42275683dc40534ca0673301ce715576 | | | Author: Rüdiger Franke | | | Date: Fri Mar 16 07:15:30 2018 +0100 | | | | | | Consider discrete states in Cpp fmi2GetDirectionalDerivative | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2281 | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit 056a0fae0211ab77bd0cfe7c3ff3c55d472006c7 | | | Author: Rüdiger Franke | | | Date: Fri Mar 16 07:11:02 2018 +0100 | | | | | | Set index of clocked partition for FMI Jacobian | | | | | | There may be multiple indices. Use the max index for now, | | | resulting in 0 for continuous models. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2281 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit de26b558a52fe54c5b3115a786289304407be943 | | | Author: Adrian Pop | | | Date: Thu Mar 15 23:14:58 2018 +0100 | | | | | | fix msvc build | | | - select skd 8.1 for msvc 2015 | | | - use jom to compile things in parallel | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2280 | | | | | | M Makefile.omdev.mingw | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit b3683ed28a3fd3c696a52ec350251b0c8fc8e729 | | | Author: Willi Braun | | | Date: Thu Mar 15 22:36:03 2018 +0100 | | | | | | [BE] differentiate the inner exp of getPart | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2276 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 65beadfa5cbe2fe7cb0507287fc5302bd428e119 | | | Author: Mahder Gebremedhin | | | Date: Thu Mar 15 20:43:43 2018 +0100 | | | | | | [NF] Initial support for function vectorization. | | | | | | - Implemented function vectorization. | | | - Improved mapping function implementations. | | | - Lots of changes to function handling in general. See diffs. | | | - Other minor fixes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2278 | | | - OpenModelica/OpenModelica-testsuite#877 | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit e9740997eac0637a3b3d93bd46ce8a1bae2e12ea | | | Author: Lennart Ochel | | | Date: Thu Mar 15 20:14:26 2018 +0100 | | | | | | Update 3rdParty | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2279 | | | | | | M 3rdParty | | | | | * commit d98c067db67f2f2a026e4e6e8f8b4e519cce69b2 | | | Author: Per Östlund | | | Date: Thu Mar 15 15:54:19 2018 +0100 | | | | | | Notify about constant values in match inputs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2277 | | | - OpenModelica/OpenModelica-testsuite#876 | | | | | | M 3rdParty | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Util/Error.mo | | | | | * commit f2d424245ec888bd0c6604843762942208a57756 | | | Author: Martin Sjölund | | | Date: Thu Mar 15 09:33:34 2018 +0100 | | | | | | Check uses-annotation on loadFile of non-package | | | | | | This fixes ticket:2926 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2265 | | | - OpenModelica/OpenModelica-testsuite#872 | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit d0e1fe9a1fbe6a90dfbb6dfe3dd4b8d4bb8fc6d6 | | | Author: Willi Braun | | | Date: Wed Mar 14 12:58:19 2018 +0100 | | | | | | [BE] remove redundant Expression.simplify calls | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2273 | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 079c102b1dd117f1ffaf6f430d50881597165d78 | | | Author: hkiel | | | Date: Wed Mar 14 12:38:27 2018 +0100 | | | | | | remove unnecessary define in Makefile | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2275 | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 779ff677ba556caadb0fd071c13d879fda5936a8 | | | Author: Willi Braun | | | Date: Wed Mar 14 12:23:27 2018 +0100 | | | | | | [cRuntime] if IDA fails with linear solver setup reinit and try again | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2274 | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit 747e40188521b8a6d53c8f22d5bd4aba9d2e84f5 | | | Author: Willi Braun | | | Date: Wed Mar 14 11:51:31 2018 +0100 | | | | | | [DAEmode] try to improve the performance of the main traverseFunction | | | | | | - move list operation out of match | | | - fix order of aguments for creation array | | | - use array instead list | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2272 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEMode.mo | | | | | * commit 995c5ef0f4a385706e480adae85deee7c74cbe85 | | | Author: Willi Braun | | | Date: Wed Mar 14 11:36:32 2018 +0100 | | | | | | move profiling function from BackendDAEUtil > Util | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2271 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/Util/Util.mo | | | | | * commit 09e106cf9245413baeb35ece02344488cbef974c | | | Author: Martin Sjölund | | | Date: Wed Mar 14 07:03:11 2018 +0100 | | | | | | Change the default simulation opt. level to -Os | | | | | | Testing has shown that the performance of clang seems to be good enough | | | to enable -Os by default now. It's still slightly slower for most | | | models, especially small ones. But it should be a good default for | | | larger models. | | | | | | The optimization level for simulations is now set by Susan, and | | | setCFlags will override this. This makes it possible for dynload to use | | | a different optimization level unless set by setCFlags. The disadvantage | | | is that getCFlags does not show what optimization level the simulations | | | will use (unless explicitly set by setCFlags), and this will be different | | | for C++ and C. | | | | | | Note that this is how the MinGW version of OM worked before (except the | | | default for simulations was -O0). | | | | | | OMEdit also has an option to change optimization level, so it should be | | | reasonably convenient for the user to change this to -O0 if desired. | | | | | | Disabled -march=native as a default flag since it is annoying for FMUs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1869 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/omc_config.h | | | M configure.ac | | | | | * commit 46dca42457e95a5d532511620d8384b59c6dab61 | | | Author: Willi Braun | | | Date: Tue Mar 13 11:40:37 2018 +0100 | | | | | | [BE] Fixing differentiation of synchronous states | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2269 | | | - OpenModelica/OpenModelica-testsuite#874 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 407a017ff841938e05f1236023ae7a08179d3e6c | | | Author: Mahder Gebremedhin | | | Date: Mon Mar 12 15:27:47 2018 +0100 | | | | | | [NF][#4784] Fix conversion of complex types to old DAE. | | | | | | - Create proper DAE.TYPES_VAR for complex types. | | | - create DAE complex equation for complex equations | | | - until we start scalarizing complex equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2266 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit a134d4eadcc72fc2828d9e8779cc13a131d39daa | | | Author: Per Östlund | | | Date: Mon Mar 12 15:07:18 2018 +0100 | | | | | | [NF] Fix Expression.mapShallow. | | | | | | - Fixed the reference checks in mapShallow, that previously were | | | reversed leading to changed subexpressions being thrown away. | | | This caused e.g. the evaluation of end to not have any effect | | | if the end was part of a larger expression. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2267 | | | - OpenModelica/OpenModelica-testsuite#873 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 2199757a218cbc246173b6ef4190b46c363b5117 | | | Author: hkiel | | | Date: Fri Mar 9 10:15:55 2018 +0100 | | | | | | remove unnecessary and wrong cast | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2264 | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit ead22198dcd340e4e56f31a762cac68098bf4934 | | | Author: Adrian Pop | | | Date: Thu Mar 8 23:00:00 2018 +0100 | | | | | | pass the default makefile file for windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2263 | | | | | | M Makefile.common | | | | | * commit 920540b757b4553f01da07e5f3263d8871abd95b | | | Author: Martin Sjölund | | | Date: Thu Mar 8 08:57:38 2018 +0100 | | | | | | Do not recompile Sundials all the time | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2262 | | | | | | M Makefile.common | | | | | * commit c4e5102f474e43f45b6e66c023983df8d235e64e | | | Author: Rüdiger Franke | | | Date: Wed Mar 7 22:43:28 2018 +0100 | | | | | | Reuse factors of linear equation systems during Jacobian evaluation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2261 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | | | * commit e3f5017088db6660aacf775d02f1389fd0d0eec3 | | | Author: Rüdiger Franke | | | Date: Wed Mar 7 20:45:37 2018 +0100 | | | | | | Unify capitalization in FMU2Wrapper | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2260 | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 514196213912d7819f965562012f053f7085d316 | | | Author: Rüdiger Franke | | | Date: Wed Mar 7 20:40:55 2018 +0100 | | | | | | Reuse factors of linear equation systems in fmi2GetDirectionalDerivative | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2260 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | M SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | | | * commit 71c219d80d5f2ef960bad5cf1be56189bb495f72 | | | Author: Willi Braun | | | Date: Wed Mar 7 18:46:33 2018 +0100 | | | | | | [DAEmode] several minor improvments and fixes for events | | | | | | - fixes the when equations generation | | | - fixes the event handling at startTime | | | - minor improvments | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2259 | | | - OpenModelica/OpenModelica-testsuite#871 | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit fbf28bfa3a5b53305694933a448c49d9610a5ecc | | | Author: Willi Braun | | | Date: Wed Mar 7 13:16:25 2018 +0100 | | | | | | [DAEmode] use IDA when the model is compiled in DAEmode | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2258 | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 47aed5e03ec67d696ed6e9f713fa68414165cee0 | | | Author: Martin Sjölund | | | Date: Wed Mar 7 10:58:02 2018 +0100 | | | | | | Prefix partial function application | | | | | | This fixes ticket:4795. | | | Also added internal error-messages if prefixing an expression fails. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2257 | | | - OpenModelica/OpenModelica-testsuite#870 | | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | * commit bf562e79a61b1b5ae028dea7833a7a6c30e41242 | | | Author: Willi Braun | | | Date: Wed Mar 7 10:03:19 2018 +0100 | | | | | | [DAEmode] don't not put JacobianEqns into json | | | | | | - makes json file parseable | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2256 | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit ad854a60fd1bd7b92e6513cac8feee412c7e4e87 | | | Author: Willi Braun | | | Date: Wed Mar 7 00:15:15 2018 +0100 | | | | | | [DAEMode] create startValueEquations from initDAE | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2255 | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit 19657600ef8751ae30565e9d849831a40b1478d9 | | | Author: Willi Braun | | | Date: Tue Mar 6 22:55:27 2018 +0100 | | | | | | [cRuntime] clean DASSL from DAEmode code | | | | | | - since DAEmode works anyway better with IDA/KLU | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2254 | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | | * commit d66515a6349db4a8e7dd66a2d860adbd9357ee27 | | | Author: Willi Braun | | | Date: Tue Mar 6 16:56:20 2018 +0100 | | | | | | [FMI] added model structure for discrete states | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2253 | | | - OpenModelica/OpenModelica-testsuite#869 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 1453d7dd8749b799f3bed9fe7a80ffa4d9cfaf2b | | | Author: Adrian Pop | | | Date: Tue Mar 6 15:21:05 2018 +0100 | | | | | | remove quotes that are not needed in Windows makefile | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2252 | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit 04159c54a731c3341105cf19bf825c4426173ca4 | | | Author: Willi Braun | | | Date: Mon Mar 5 17:09:36 2018 +0100 | | | | | | [DAEmode] improving array equations support | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2250 | | | - OpenModelica/OpenModelica-testsuite#868 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/DAEMode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit c5d63e71ad397e9c57ec3c8193cdeefc99547ff5 | | | Author: Martin Sjölund | | | Date: Mon Mar 5 11:37:29 2018 +0100 | | | | | | Add a warning for StateSelect.always/never | | | | | | If a non-state variable has StateSelect.always or a state variable has | | | StateSelect.never, we now give a warning during the SimCode phase. | | | | | | This resolves ticket:3689. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2191 | | | - OpenModelica/OpenModelica-testsuite#867 | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Error.mo | | | | | * commit be2bc8962a9e85dd859623b6a2887fe9e14ecab8 | | | Author: Willi Braun | | | Date: Fri Mar 2 20:57:50 2018 +0100 | | | | | | [BE] Fixing initialization of algorithms | | | | | | - added initial statements also to the initial system algorithms and | | | initial algorithms. | | | - improve expandAlgorithmStmts to handle array variables | | | - fixes ticket:4568 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2249 | | | - OpenModelica/OpenModelica-testsuite#866 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/DAEMode.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit f5c562920b8643d7a6dbcfd39959896bd42e0b4e | | | Author: Willi Braun | | | Date: Fri Mar 2 15:08:26 2018 +0100 | | | | | | [DAEmode] added basic algorithms support | | | | | | - added dae header to all files | | | - added a funciton in CheckModel to verify if crefs are algorithm outputs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2248 | | | - OpenModelica/OpenModelica-testsuite#865 | | | | | | M Compiler/BackEnd/DAEMode.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b54a3c9da41f8d384f1ff1c02e8edc3a39afeabb | | | Author: Rüdiger Franke | | | Date: Fri Mar 2 06:58:48 2018 +0100 | | | | | | Safeguard possible repeated finalization of Cpp logger | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2247 | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | * commit da270f8db8fe1c976cdaec3d34b430f21eb696db | | | Author: Rüdiger Franke | | | Date: Thu Mar 1 22:51:49 2018 +0100 | | | | | | Enable Cpp logger under Windows and finalize it, ticket:4773 | | | | | | The finalizer shall flush buffers, e.g. of LoggerXMLTCP. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2246 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit 67e62cb48087b3d7c0ade1c453312328c035a78b | | | Author: Willi Braun | | | Date: Thu Mar 1 18:11:06 2018 +0100 | | | | | | [DAEmode] added when equation support | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2245 | | | - OpenModelica/OpenModelica-testsuite#864 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/DAEMode.mo | | | | | * commit 1cc3bf35e63bf81bb8001848e95e04eddbedf719 | | | Author: Willi Braun | | | Date: Thu Mar 1 15:56:11 2018 +0100 | | | | | | [DAEmode] Fix sorting of parameter equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2244 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/DAEMode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit 24e74bf8fa542f725bdbbb23e0bd43a097d1abc4 | | | Author: Willi Braun | | | Date: Thu Mar 1 12:23:41 2018 +0100 | | | | | | [DAEmode] added removed equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2244 | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f06fb1485f672d312d60b7188e4894570a6c5571 | | | Author: Willi Braun | | | Date: Wed Feb 28 16:59:15 2018 +0100 | | | | | | attempt to fix Codegen issue of inverse algorithms | | | | | | see ticket:4568 | | | | | | - expand all crefs | | | - use only solved vars as residuals variables | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1926 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 46705f787031b69bce56fbdbfa320000ceb4c66e | | | Author: Martin Sjölund | | | Date: Wed Feb 28 08:36:38 2018 +0100 | | | | | | [NF] Evaluate cat and promote operators | | | | | | The cat operator calls ExpressionSimplify.evalCat which has been | | | rewritten to be a higher-order function that allows you to perform | | | cat on any tree structure (to reduce maintenance effort). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2243 | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 85e6162389516ac4b53fdbce8ed05abd8b77bfe3 | | | Author: Willi Braun | | | Date: Tue Feb 27 16:47:42 2018 +0100 | | | | | | [DAEMode] Several improvments to the DAEmode | | | | | | - use sorting information to traverse equations | | | - fixing event update using ida solver | | | - added compilation debug flag: debugDAEmode | | | - better handling of algebraic state variables | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2242 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/DAEMode.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 6c9726ffaf5004eb583dd72e1ecc46959691c2d6 | | | Author: Martin Sjölund | | | Date: Tue Feb 27 14:41:56 2018 +0100 | | | | | | [NF] Add support for array concatenation | | | | | | - [NF] `cat(k, A, ..., C)` now works | | | - [NF] `[A,B ; C,D]` is now implemented | | | - simplify of cat now handles more cases (also for the old frontend) | | | | | | Previously, support for `cat` did not exist in the new frontend and | | | `[A,B ; C,D]` pretended it was the array constructor. | | | | | | This fixes ticket:4778. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2240 | | | - OpenModelica/OpenModelica-testsuite#863 | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Util/Error.mo | | | | | * commit 878318efae24eeace7b729951a8e640e43260ed1 | | | Author: Mahder Gebremedhin | | | Date: Tue Feb 27 13:34:50 2018 +0100 | | | | | | [NF] Fix overload ambiguity with default constrctors for operator records. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2241 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit c17054f4bbc5b3b2e6d990832e1e9053995ba96f | | | Author: Rüdiger Franke | | | Date: Tue Feb 27 07:47:27 2018 +0100 | | | | | | Consider row major ordering when assigning arrays to seed vars | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2239 | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit ffb66c31e0ee059531f6e3eb7a56e773912a2daa | | | Author: Per Östlund | | | Date: Mon Feb 26 14:52:05 2018 +0100 | | | | | | [NF] Update builtin uriToFilename. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2238 | | | | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit adb7a38e5e7f4db3160408a9041aaa0e9020ae03 | | | Author: Per Östlund | | | Date: Mon Feb 26 14:23:08 2018 +0100 | | | | | | Fix handling of element redeclare condition. | | | | | | - Add error message when an element redeclare includes a condition. | | | - Fix the sanity check for positional argument indices in the error | | | message handling code. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2237 | | | - OpenModelica/OpenModelica-testsuite#862 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/Error.mo | | | M Compiler/runtime/ErrorMessage.cpp | | | | | * commit 7a6270389a69553802e7301bd0b742b8cf0050ce | | | Author: Willi Braun | | | Date: Mon Feb 26 13:46:25 2018 +0100 | | | | | | [BE] fixing handling seed vars of symbolic jacobians | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2236 | | | - OpenModelica/OpenModelica-testsuite#861 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit f570c07f39c840e21c1404181371bff376054993 | | | Author: Mahder Gebremedhin | | | Date: Mon Feb 26 10:38:53 2018 +0100 | | | | | | [NF] Operator overloading support. | | | | | | - Initial operator overloading support for the new front-end. | | | | | | - Some error messaages and extra checks needs improvments. | | | - A few other minor modifications. | | | - new type-matching type PLUG_COMAPTIBLE. | | | - used when matching is possible on a component basis. | | | - use different matching rules for different cases. | | | - e.g matchings allowed for assignments are different from matchings allowed for arguments. | | | - needs more improvment. | | | - Type 'String' calls as special builtin. | | | - ... | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2235 | | | - OpenModelica/OpenModelica-testsuite#860 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 983f52f9edc5cca459dff4799fe3015fcc7ccd7d | | | Author: Martin Sjölund | | | Date: Mon Feb 26 10:00:16 2018 +0100 | | | | | | [NF] Fix type-checking of arrays with >1 dimension | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2233 | | | - OpenModelica/OpenModelica-testsuite#859 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit ca288a2104a727b27b9687569cc6c718ee3f63a5 | | | Author: Martin Sjölund | | | Date: Mon Feb 26 09:23:49 2018 +0100 | | | | | | [NF] Type-check array constructor | | | | | | This resolves ticket:4779. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2233 | | | - OpenModelica/OpenModelica-testsuite#859 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit ee3f9cf3367a66e72f6bdaeecf5a59dd6272e70d | | | Author: Martin Sjölund | | | Date: Mon Feb 26 09:39:48 2018 +0100 | | | | | | Use C++17 has_include for unordered map/set | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2234 | | | | | | M Compiler/runtime/systemimplmisc.cpp | | | | | * commit 88c4d6102e0ff504437691de3075a2e12edc15e2 | | | Author: Rüdiger Franke | | | Date: Mon Feb 26 08:28:24 2018 +0100 | | | | | | Reduce common template code from assignDerArray to assignJacArray | | | | | | See failing tests cppruntime/solveTest and cppruntime/RefArrayDim2 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2230 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 2cb619ac5a0631ecd078be5c830120e52fdaa5ad | | | Author: Rüdiger Franke | | | Date: Mon Feb 26 07:19:54 2018 +0100 | | | | | | Implement assignment of arrays to Jacobian vars, ticket:3266,4696 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2230 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit b082e742dcaa75791e737a794ca404a2d7a19369 | | | Author: Martin Sjölund | | | Date: Mon Feb 26 08:08:14 2018 +0100 | | | | | | [NF] Fix type of matrix-vector multiply | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2232 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 4835303b4af8a95228dd3fe7564dd8f40111af1d | | | Author: Martin Sjölund | | | Date: Mon Feb 26 07:53:09 2018 +0100 | | | | | | Report possible savings from sharing strings | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2231 | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimplmisc.cpp | | | | | * commit 90621756a8e8f3978a17347146a6fc3b044f3e71 | | | Author: Rüdiger Franke | | | Date: Fri Feb 23 19:18:21 2018 +0100 | | | | | | Remove duplicate and erroneous Modelica external C libs, ticket:4772 | | | | | | Use libs from C runtime for Cpp as well, | | | see also https://github.com/modelica/Modelica/issues/2470 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2229 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | D SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | * commit bf329a177f0dd5d8ed68d719594853516c576e0f | | | Author: Martin Sjölund | | | Date: Fri Feb 23 09:43:25 2018 +0100 | | | | | | Improve report of used size of MM datatypes | | | | | | We now collect both how many bytes we want to allocate and how much | | | memory libGC will consume and report this when reportSerializedSize | | | is used. | | | | | | Also fixed a bug where the incorrect size was calculated for the GC | | | overhead: GC uses 1 byte internally so a 15-byte allocation allocates | | | a single 16-byte granule whereas a 16-byte allocation allocates 2 16- | | | byte granules. This accounts for a 20% overhead that was not accounted | | | for previously. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2228 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimplmisc.cpp | | | | | * commit 419eaa1e3f3198a98956829d283353feab6a285e | | | Author: Martin Sjölund | | | Date: Thu Feb 22 10:10:57 2018 +0100 | | | | | | [VS] Make autoconf generate revision.h | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2227 | | | - OpenModelica/OpenModelica-testsuite#858 | | | | | | A Compiler/runtime/revision.h.in | | | M configure.ac | | | | | * commit 68e1bff11a53a931c54a0203f0f851a3bf85449c | | | Author: Martin Sjölund | | | Date: Thu Feb 22 08:21:04 2018 +0100 | | | | | | [VS] LIB also needs trailing slashes | | | | | | Otherwise, the VS linker looks for a file named LIBOLDNAMES.lib | | | instead of OLDNAMES.lib in directory LIB. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2227 | | | - OpenModelica/OpenModelica-testsuite#858 | | | | | | M scripts/wine-msvc.source | | | | | * commit 19b3154eefa0f53e91f59cb7f54c7ee3b491ffaf | | | Author: Martin Sjölund | | | Date: Thu Feb 22 07:26:52 2018 +0100 | | | | | | Print the environment before starting wine | | | | | | This enables us to perform some debugging of the wine environment | | | without running commands manually on the server. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2227 | | | - OpenModelica/OpenModelica-testsuite#858 | | | | | | M Makefile.in | | | M scripts/wine-msvc.source | | | | | * commit 88711c9ee4bb1e4d6b43c461a1914b546a034f6d | | | Author: Martin Sjölund | | | Date: Thu Feb 22 07:05:50 2018 +0100 | | | | | | Improve MSVC compilation on Wine | | | | | | - Do not pass GNU Make MAKEFLAGS to nmake.exe | | | - Uninstall wine-mono to reduce the log-file | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2226 | | | | | | M Makefile.in | | | M scripts/wine-msvc.source | | | | | * commit 1dbe81e927d7bdd4205c32982daad1a70d43fe3e | | | Author: Martin Sjölund | | | Date: Wed Feb 21 10:57:39 2018 +0100 | | | | | | Add targets for the MSVC FMI C-runtime via wine | | | | | | Note: This requires a visual studio setup including env.variables WSDK and | | | W10SDK set, as well as OMDEV installed (for cmake.exe). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2225 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/runtime/CMakeLists.txt | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/socketimpl.c | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/gc/omc_gc.h | | | M SimulationRuntime/c/util/omc_msvc.h | | | A scripts/parallel-wine-msvc.py | | | A scripts/wine-msvc.source | | | | | * commit 70e2f0075c832d0045ac2e495a978843629c97df | | | Author: Adeel Asghar | | | Date: Tue Feb 20 14:24:11 2018 +0100 | | | | | | Check if we receive the expected file | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#71 | | | - OpenModelica/OMCompiler#2224 | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | | | * commit cacc8bf978c0be0acf4e3197159ca1dd328f494d | | | Author: Rüdiger Franke | | | Date: Tue Feb 20 02:14:48 2018 +0100 | | | | | | Link MODELICA_EXTERNAL_LIBS after model defined libs, ticket:4772 | | | | | | This works around the problem that MSL 3.2.2 Tables define | | | annotation (Library={"ModelicaStandardTables", "ModelicaMatIO", "zlib"}) | | | with wrong link order. | | | MODELICA_EXTERNAL_LIBS contains ModelicaStandardTables as well, | | | linking it after ModelicaMatIO now. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2223 | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 30322f1107449b1816c7ae1d381c78423482f698 | | | Author: wibraun | | | Date: Mon Feb 19 18:48:01 2018 +0100 | | | | | | fixing simulation flags, mostly ticket:4390 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2222 | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 0334c25876d664a82aff4a2ce300c5e23642f890 | | | Author: Adeel Asghar | | | Date: Mon Feb 19 15:24:49 2018 +0100 | | | | | | Remove the extension | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2221 | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 07921476f8fec33acb76ff3b377ffd8782749b0f | | | Author: Martin Sjölund | | | Date: Mon Feb 19 13:19:10 2018 +0100 | | | | | | Use set instead of unordered_set | | | | | | OSX has some difficulty using unordered_set so use set instead. | | | Performance is not important here since this is only used for debugging. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2220 | | | | | | M Compiler/runtime/systemimplmisc.cpp | | | | | * commit b4562fbddbf983e47ce7fb2b916340374c01e86f | | | Author: Adrian Pop | | | Date: Mon Feb 19 12:21:49 2018 +0100 | | | | | | fix compilation on Windows, add -std=c++11 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2219 | | | | | | M Compiler/runtime/Makefile.omdev.mingw | | | | | * commit ec9f5430f9818a4d7e801741a78705cb0b2f02b2 | | | Author: Adeel Asghar | | | Date: Mon Feb 19 12:06:54 2018 +0100 | | | | | | Compile semla before omc | | | declare the functions in systemimpl | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2212 | | | | | | M Compiler/runtime/systemimpl.h | | | M Makefile.in | | | | | * commit 0c3f696cdedbe3f6b0f3e8f41f0ca0b7e9f6f344 | | | Author: Adeel Asghar | | | Date: Fri Feb 16 13:56:57 2018 +0100 | | | | | | Load encrypted package | | | Checkout the SEMLA and OMEncryption repositories inside the OM super project i.e., at the same level where OMCompiler is. | | | Run the makefile with OMENCRYPTION=yes i.e., `make -f Makefile.omdev.mingw OMENCRYPTION=yes` on Windows. | | | Configure on Linux `./configure --with-ENCRYPTION`. | | | loadEncryptedPackage API takes a .mol file and decrypts the package and load it into the AST. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2212 | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | M Parser/Makefile.common | | | M Parser/parse.c | | | | | * commit 526b822d50a9f1a0908480fee36640780d94627b | | | Author: Martin Sjölund | | | Date: Mon Feb 19 08:31:58 2018 +0100 | | | | | | Improve reporting memory usage | | | | | | Disabled Serializer.mo and wrote a dedicated memory usage counter. It | | | also tries to account for GC overhead (allocating 24 bytes actually | | | results in 32 bytes being allocated). | | | | | | Added -d=execstatGCcollect, which adds a GC.gcollect() and an extra | | | notification for each execstat event so we can track how much memory is | | | in use for each phase. This has a roughly 3x performance penalty as full | | | GC is expensive. -d=reportSerializedSize is even slower though, and | | | together they cause a 10x hit to performance. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2218 | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ExecStat.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Serializer.mo | | | M Compiler/Util/System.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/systemimplmisc.cpp | | | M Compiler/runtime/systemimplmisc.h | | | | | * commit 9c759d91aa5221cfe9ece0fc2500074e3245e806 | | | Author: Lennart Ochel | | | Date: Sat Feb 17 00:54:45 2018 +0100 | | | | | | Merge postOptModules that detect sparse pattern | | | | | | - detectJacobianSparsePattern | | | - generateSymbolicJacobian | | | | | | Flag --generateSymbolicJacobian can be used to additionally | | | generate the symbolic Jacobian itself. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2217 | | | - OpenModelica/OpenModelica-testsuite#857 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 51635434768ac1b1d36cad686f6ac4dd89b4511e | | | Author: Adrian Pop | | | Date: Fri Feb 16 22:49:17 2018 +0100 | | | | | | fix crashes in omccAPI if threadData is allocated in the heap | | | - hide threadData again | | | - set threadData and then copy it after each call | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2216 | | | | | | M SimulationRuntime/c/meta/meta_modelica_data.h | | | M SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | | | M SimulationRuntime/cpp/Include/Core/ReduceDAE/com/ModelicaCompiler.h | | | M SimulationRuntime/cpp/omcCAPI/include/OMC.h | | | M SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | | | M SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp | | | | | * commit 69b2c906b418812836f734ef6653b202a52b918c | | | Author: Adrian Pop | | | Date: Fri Feb 16 21:24:08 2018 +0100 | | | | | | fix windows GCC now :) | | | - more checks for pthread: attribute init, stack setting | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2215 | | | | | | M Compiler/runtime/System_omc.c | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | | | * commit 325b3925f3233b27dccc07766fcaee96853d6f04 | | | Author: Adrian Pop | | | Date: Fri Feb 16 20:28:07 2018 +0100 | | | | | | fix windows build | | | - include omc_msvc.h for attribute | | | - exclude wsock2 as is already incldued | | | - for some reason lst1 and lst2 are defined | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2214 | | | | | | M Makefile.omdev.mingw | | | M SimulationRuntime/c/gc/omc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | | | * commit 74ad9da44eecec54a1104bfccc1aef4e507975e7 | | | Author: Willi Braun | | | Date: Fri Feb 16 17:19:29 2018 +0100 | | | | | | [Backend] fix generateSymbolicJacobian config flag | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2186 | | | - OpenModelica/OpenModelica-testsuite#852 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f6ac4dd0d9a94da627226004145b9dd0212a1647 | | | Author: Willi Braun | | | Date: Fri Feb 16 16:58:42 2018 +0100 | | | | | | [NF] set index of relations to -1 otherwise it's a zc | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2213 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit 7b8186ac60330fb40007a50d873b53282640f719 | | | Author: Willi Braun | | | Date: Fri Feb 16 12:45:26 2018 +0100 | | | | | | [BE] fixing function differentiation and tuple calls in algorithms | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2203 | | | - OpenModelica/OpenModelica-testsuite#856 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit d874cd0ea7f61008216af373d25f1b1a8f794ca4 | | | Author: Willi Braun | | | Date: Thu Feb 15 08:02:15 2018 +0100 | | | | | | [BE] move transpose to a single function calls | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2203 | | | - OpenModelica/OpenModelica-testsuite#856 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 90b9c22c706eec3fb5b4322f5a445a8fc2a79536 | | | Author: Willi Braun | | | Date: Thu Feb 15 07:57:58 2018 +0100 | | | | | | [BE] added size and range operator to diff module | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2203 | | | - OpenModelica/OpenModelica-testsuite#856 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 808888cb52c48b63d13ca710965d6e25a7521dd2 | | | Author: Willi Braun | | | Date: Thu Feb 15 07:50:40 2018 +0100 | | | | | | [BE] added debug for diff exp and calls | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2203 | | | - OpenModelica/OpenModelica-testsuite#856 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 846ccc5bc1f149ed61ba04525042660484789d5e | | | Author: Martin Sjölund | | | Date: Fri Feb 16 09:56:27 2018 +0100 | | | | | | Catch out of memory errors | | | | | | Also added an API call to limit the maximum GC heap. This is useful | | | when you are using a ulimit on vmem since the OS simply kills the | | | process instead of making malloc calls return NULL. | | | | | | The eval loop will now catch out of memory and stack overflow and | | | continue with the next command. This is annoying for mos-scripts but | | | is necessary to make OMPython not simply crash (we want to get the | | | error-message through getErrorString(), and hopefully there is enough | | | memory to get the string after collecting some garbage). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2210 | | | - OpenModelica/OpenModelica-testsuite#855 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/GC.mo | | | M Compiler/Util/StackOverflow.mo | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/errorext.cpp | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/gc/omc_gc.c | | | M SimulationRuntime/c/gc/omc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit 30a4db0a07559fc4c2956932e941d513ce14d456 | | | Author: adrpo | | | Date: Thu Feb 15 22:10:22 2018 +0100 | | | | | | update 3rdParty manually | | | | | | M 3rdParty | | | | | * commit d27683d7a63eee34c70ba3fb8643693616d53314 | | | Author: Adrian Pop | | | Date: Thu Feb 15 21:50:07 2018 +0100 | | | | | | update 3rdParty submodule | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#70 | | | - OpenModelica/OMCompiler#2209 | | | - OpenModelica/OMCompiler-3rdParty#29 | | | | | | M 3rdParty | | | | | * commit 092daf6859494707a88d992835e09a0b8943a321 | | | Author: Willi Braun | | | Date: Thu Feb 15 19:45:32 2018 +0100 | | | | | | [Backend] Fix coloring of sparse matrix | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2206 | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit b44f0a7d22e7ab40f42e0f1c5ffc9ae476de1586 | | | Author: Adeel Asghar | | | Date: Thu Feb 15 18:24:10 2018 +0100 | | | | | | Fix the SEMLA Windows build. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2208 | | | | | | M Makefile.common | | | M Makefile.omdev.mingw | | | | | * commit 06a166d23b484d18fb1d0d4e3c64b121de8b33ff | | | Author: Adrian Pop | | | Date: Thu Feb 15 18:21:05 2018 +0100 | | | | | | update 3rdParty manually | | | | | | M 3rdParty | | | | | * commit ba5ff89f3cb7dd1386ba15996d5945587447b70e | | | Author: Rüdiger Franke | | | Date: Thu Feb 15 16:51:16 2018 +0100 | | | | | | Apply complete pivoting to singular linear systems in FMUs, ticket:4747 | | | | | | Call LAPACK routines dgetc2 and dgesc2 in case of singularity. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2205 | | | - OpenModelica/OMCompiler-3rdParty#28 | | | | | | M SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | | | * commit fcdc6b2723de2a6d40036da66798746669466217 | | | Author: Adeel Asghar | | | Date: Thu Feb 15 15:38:45 2018 +0100 | | | | | | Added missing Windows variables. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2197 | | | | | | M Makefile.omdev.mingw | | | | | * commit 06cea20daebb0776370a0c99d428ab8a9ddf22a5 | | | Author: Adeel Asghar | | | Date: Wed Feb 14 13:05:02 2018 +0100 | | | | | | configure option for encryption | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2197 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/Error.mo | | | M Makefile.common | | | M Makefile.in | | | M configure.ac | | | | | * commit 081af3b22e602aafcd8ad218b38248639569b0a8 | | | Author: Adeel Asghar | | | Date: Tue Feb 13 20:21:14 2018 +0100 | | | | | | Build SEMLA | | | Checkout the SEMLA repository inside the OM super project i.e., at the same level where OMCompiler is. | | | Run the makefile with `OMENCRYPTION=ON` i.e., `make -f Makefile.omdev.mingw OMENCRYPTION=ON`. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2197 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Makefile.common | | | M Makefile.omdev.mingw | | | | | * commit 0a2708a82a484d6aa6e0ccb3e2eb51d901bf0463 | | | Author: hudson | | | Date: Thu Feb 15 12:50:15 2018 +0100 | | | | | | Fix broken 3rdParty hash | | | | | | M 3rdParty | | | | | * commit ad98b0357ef64a75a36833851544e86b5546976a | | | Author: Martin Sjölund | | | Date: Thu Feb 15 10:59:41 2018 +0100 | | | | | | Update 3rdParty for new dgesv | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2204 | | | - OpenModelica/OMCompiler-3rdParty#27 | | | | | | M 3rdParty | | | | | * commit e3267ce3b4e831476d8cb31672d51688537e7c03 | | | Author: Adrian Pop | | | Date: Thu Feb 15 02:48:38 2018 +0100 | | | | | | fix ZMQ on Linux | | | - ZMQ on Linux never worked as it was killed by an extra dot :) | | | - dump the correct filename for ZMQ to make OMPython work | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2202 | | | | | | M Compiler/runtime/zeromqimpl.c | | | | | * commit 12121dfc137fada829b9724d54a7b73afd4a8e58 | | | Author: Adrian Pop | | | Date: Wed Feb 14 21:45:25 2018 +0100 | | | | | | fix crashes of omcCAPI on Windows | | | - use threadData from stack not via GC_malloc_uncollectable | | | - increase exe stack on windows | | | - link with pthread | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2201 | | | | | | M Makefile.common | | | M SimulationRuntime/c/meta/meta_modelica_data.h | | | M SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | | | M SimulationRuntime/cpp/Core/ReduceDAE/com/OMCTest.cpp | | | M SimulationRuntime/cpp/Include/Core/ReduceDAE/com/ModelicaCompiler.h | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | M SimulationRuntime/cpp/omcCAPI/CMakeLists.txt | | | M SimulationRuntime/cpp/omcCAPI/include/OMC.h | | | M SimulationRuntime/cpp/omcCAPI/include/OMCFunctions.h | | | M SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | | | M SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp | | | | | * commit 027e5cb1ee2793424b4406867937f288609978b6 | | | Author: Per Östlund | | | Date: Wed Feb 14 16:00:21 2018 +0100 | | | | | | [NF] Fill in dims when creating DAE.Element.VAR. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2200 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit 3bd1e3c8f122c231c18002433912405e49045f20 | | | Author: Willi Braun | | | Date: Wed Feb 14 13:39:43 2018 +0100 | | | | | | [DAEmode] fix update event in ida solver | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2199 | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit c68882d4b2f619926c786d4931627ea11c302b5f | | | Author: Willi Braun | | | Date: Wed Feb 14 10:50:23 2018 +0100 | | | | | | [SimCode] dump algorithms in correct sorting | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2198 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit c15e7bd2022caa42e72e473702950fab1c44e36d | | | Author: Willi Braun | | | Date: Tue Feb 13 21:31:02 2018 +0100 | | | | | | [Backend] prevent stackoverflow for recursive function differentiation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2196 | | | - OpenModelica/OpenModelica-testsuite#854 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 815ffe0fbbf3dd44b77155a44d8fbee92cb826f3 | | | Author: ptaeuber | | | Date: Tue Feb 13 17:10:58 2018 +0100 | | | | | | Make KINSOL compatible with adaptive homotopy | | | | | | This workaround sets -homotopyOnFirstTry, so trying without homotopy | | | first is not possible (for kinsol with adaptive homotopy). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2185 | | | - OpenModelica/OpenModelica-testsuite#851 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 6b6a486e75bbe960329b576a8c9d54c32210078f | | | Author: Lennart Ochel | | | Date: Tue Feb 13 16:49:23 2018 +0100 | | | | | | Dummy commit to satisfy Hudson | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2195 | | | - OpenModelica/OMCompiler-3rdParty#22 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit cf5c9a7652403cd22dac5851d77d65b9279516a6 | | | Author: Per Östlund | | | Date: Tue Feb 13 14:30:48 2018 +0100 | | | | | | [NF] Fix type of unary operators. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2194 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 5cf076a5dbdde8d885aaa61c6cd7e3d7bbf77730 | | | Author: Willi Braun | | | Date: Tue Feb 13 14:16:06 2018 +0100 | | | | | | [Backend] Use the original functionTree instead an empty one | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2193 | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 92921a4db721aed3784140c811bbfda2fdd2aa07 | | | Author: Willi Braun | | | Date: Tue Feb 13 11:47:47 2018 +0100 | | | | | | [Backend] fix functions with record argument | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2192 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit bf59c08ef2843e881e13f1f794a7c8e5cdb43cb2 | | | Author: Willi Braun | | | Date: Tue Feb 13 10:56:50 2018 +0100 | | | | | | [Backend] fix differentiation of the SteamPipe model | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2190 | | | - OpenModelica/OpenModelica-testsuite#853 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 4c05be3efb354f1d738fcdcf109fbef3e806ee32 | | | Author: Martin Sjölund | | | Date: Tue Feb 13 10:36:35 2018 +0100 | | | | | | Fix suffix for ZMQ | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2188 | | | | | | M Compiler/Main/Main.mo | | | | | * commit 5056d0b1f2c04b2d77e508540bd3711361a33805 | | | Author: Willi Braun | | | Date: Mon Feb 12 18:06:42 2018 +0100 | | | | | | [Backend] fix differentiation of functions with function arguments | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2184 | | | - OpenModelica/OpenModelica-testsuite#850 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 3cc00f3368cd2eb405d214a4b386eea9c419fab5 | | | Author: wibraun | | | Date: Mon Feb 12 14:03:15 2018 +0100 | | | | | | [CRuntime] Tweak linear solvers for Symbolic Jacobians | | | | | | - reuse the matrix and the factoriaztaion of algebraic loops | | | in the calculation of symbolic jacobian columns. | | | - added context information to the optimization | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2182 | | | - OpenModelica/OpenModelica-testsuite#848 | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 71c512556e85bce0e7f73427514950eaaf940496 | | | Author: Per Östlund | | | Date: Mon Feb 12 12:44:47 2018 +0100 | | | | | | [NF] Fix builtin type attribute order. | | | | | | - Fix the order type attributes are scalarized so that each attribute | | | is matched up with the correct name. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2183 | | | - OpenModelica/OpenModelica-testsuite#849 | | | | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | | | * commit 3be99feec79182e602f96e79043514b3b14479e4 | | | Author: Per Östlund | | | Date: Mon Feb 12 12:25:33 2018 +0100 | | | | | | [NF] Handle empty arrays better. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2183 | | | - OpenModelica/OpenModelica-testsuite#849 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/Util/List.mo | | | | | * commit 5614078f52986175866fcbb409e790b0bce07fd1 | | | Author: Willi Braun | | | Date: Fri Feb 9 15:25:16 2018 +0100 | | | | | | [C Runtime] added symbolical jacobian support to ida | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2181 | | | - OpenModelica/OpenModelica-testsuite#847 | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit de1bcf844e1ac11e74f0af35eb4d491a58349f4c | | | Author: Martin Sjölund | | | Date: Fri Feb 9 11:24:25 2018 +0100 | | | | | | [NF] Set the correct type in the relation | | | | | | This fixes ticket:4750. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2180 | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit f5acc120c2c62aa5a31b113471bbb93ff7ce61a1 | | | Author: ptaeuber | | | Date: Thu Feb 8 18:45:01 2018 +0100 | | | | | | Make non-default nonlinear solvers ... | | | | | | ... compatible with adaptive homotopy. | | | | | | kinsol still not compatible | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2179 | | | - OpenModelica/OpenModelica-testsuite#846 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 10a2c8b0abef37acc9692dc50b07aa19883627d9 | | | Author: ptaeuber | | | Date: Thu Feb 8 14:57:18 2018 +0100 | | | | | | Do not try without homotopy twice | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2178 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 693886bd2b94301491e07d9192dcc309986753db | | | Author: Martin Sjölund | | | Date: Thu Feb 8 11:22:51 2018 +0100 | | | | | | [NF] Fix generation of reduction temp-var names | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2177 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit cce5d8325d7037edbc319be395e0934ed13d60d5 | | | Author: Rüdiger Franke | | | Date: Wed Feb 7 20:37:26 2018 +0100 | | | | | | Always apply tearing if MAX_SIZE > 0 and dense matrices are used | | | | | | See ticket:4751. | | | Tearing can be disabled with --maxSizeNon/LinearTearing=0 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2176 | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 70ef32be798ea7e6c557929c65785e3dac96c3a5 | | | Author: Per Östlund | | | Date: Wed Feb 7 16:47:06 2018 +0100 | | | | | | [NF] Better handling of constants. | | | | | | - Take the subscripts into account when determining the variability | | | of a cref, so we don't try to e.g. evaluate a constant with | | | non-constant subscripts. | | | - Turn on collection of package constants again, since they might be | | | used in the flat model due to the above change. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2175 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 5cc04d9ba0706c6675fa9cb8c7fa15c81f07dcd4 | | | Author: ptaeuber | | | Date: Wed Feb 7 16:32:35 2018 +0100 | | | | | | Further improve solver memory management | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2174 | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 891db48ef49329b20769f3c23f8dda9252e105e1 | | | Author: ptaeuber | | | Date: Wed Feb 7 16:02:50 2018 +0100 | | | | | | Always initialize lambda with 0 | | | | | | Addition to 5cf25d19d1ceff49aae829b3584c8bd4f40dec24 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2173 | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit df6431cf8d0322fc5bfff2a02da70660abbc036d | | | Author: Per Östlund | | | Date: Wed Feb 7 15:48:20 2018 +0100 | | | | | | [NF] Use correct variability for pre error. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2172 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit 5cf25d19d1ceff49aae829b3584c8bd4f40dec24 | | | Author: ptaeuber | | | Date: Wed Feb 7 14:05:01 2018 +0100 | | | | | | Fix for trying without adaptive homotopy | | | | | | Do not override lambda with 0 (has to be 1). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2171 | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 3418ccff336f74fc18a94cf3c51a417dcbcff1f4 | | | Author: wibraun | | | Date: Wed Feb 7 12:22:54 2018 +0100 | | | | | | adjust documentation string to actual config value | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2169 | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 9529c78324c235501634a3103699efbe44222561 | | | Author: Lennart Ochel | | | Date: Wed Feb 7 11:31:25 2018 +0100 | | | | | | Fix var attrributes | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2168 | | | - OpenModelica/OpenModelica-testsuite#845 | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit cf973f1d026dd3ec205592a6572fdd9743b1ff3c | | | Author: Lennart Ochel | | | Date: Wed Feb 7 10:20:22 2018 +0100 | | | | | | Make when condition variables protected and add description string to them | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2168 | | | - OpenModelica/OpenModelica-testsuite#845 | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/FrontEnd/DAE.mo | | | | | * commit c4493da8bbca058738d68d3c90fd2299c70b9e18 | | | Author: Per Östlund | | | Date: Tue Feb 6 16:22:57 2018 +0100 | | | | | | [NF] Generate correct DAE for tuple assignments. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2167 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit 4b2df5a85481433e8a7d3ea0fad1547b148e31d3 | | | Author: ptaeuber | | | Date: Tue Feb 6 15:59:17 2018 +0100 | | | | | | Set variables back to start values before trying homotopy | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2166 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 162cdb597e73d6111f4ac80a17b42ef5ed1568f6 | | | Author: ptaeuber | | | Date: Tue Feb 6 15:21:51 2018 +0100 | | | | | | Try without homotopy also for adaptive homotopy | | | | | | - Adaptive homotopy is a fallback initialization method | | | - Use -homotopyOnFirstTry to directly activate homotopy | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2165 | | | - OpenModelica/OpenModelica-testsuite#844 | | | | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 81869605c7196fdc232eea9f6f41a1c75b4a07d6 | | | Author: ptaeuber | | | Date: Tue Jan 30 16:27:15 2018 +0100 | | | | | | Better handling of solver memory | | | | | | Homotopy-based initialization can be combined with all nonlinear solvers. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2165 | | | - OpenModelica/OpenModelica-testsuite#844 | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 9de0296c9a70f68f3a3edc3c4e5f48db4bd7ce9e | | | Author: Per Östlund | | | Date: Tue Feb 6 15:05:54 2018 +0100 | | | | | | [NF] Add FuncArgs when making DAE function types. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2164 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | | | * commit e0c71b02930cde5a12f1bc56ba8458010a91422f | | | Author: Per Östlund | | | Date: Tue Feb 6 14:13:34 2018 +0100 | | | | | | [NF] Remove connects with deleted components. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2163 | | | - OpenModelica/OpenModelica-testsuite#843 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | | | * commit f15d2b3b5c829ff94d3721b3948be87ecca51003 | | | Author: Rüdiger Franke | | | Date: Tue Feb 6 11:35:31 2018 +0100 | | | | | | Fix error messages for linear solver | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2162 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 76bc17ee0b6ea5c7828a8ecbfe1514651eb71a13 | | | Author: Lena Buffoni | | | Date: Tue Feb 6 05:32:46 2018 +0100 | | | | | | added an extends VerificationModel | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1971 | | | - OpenModelica/OpenModelica-testsuite#759 | | | | | | M Compiler/Script/Binding.mo | | | | | * commit 218f17f07408f66ad96229ddfb462071346eda3d | | | Author: Lennart Ochel | | | Date: Mon Feb 5 16:55:49 2018 +0100 | | | | | | Make cse variables protected | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2161 | | | - OpenModelica/OpenModelica-testsuite#842 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 31c7f16448382a56f73fb2d142156008f61b06ff | | | Author: Per Östlund | | | Date: Mon Feb 5 15:25:08 2018 +0100 | | | | | | [NF] Implement proper handling of subscripts. | | | | | | - Change typing of crefs so that subscripts aren't taken into account | | | when typing each part, only for the whole cref expression. | | | - Implement/fix expansion of subscript slices. | | | - Fix type checking of array dimensions so that it actually gives an | | | error message and fails on mismatched dimensions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2160 | | | - OpenModelica/OpenModelica-testsuite#841 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | | | * commit 17ce08db2011859409e2084989146ee7bca978af | | | Author: Willi Braun | | | Date: Fri Feb 2 12:42:40 2018 +0100 | | | | | | [DAEmode] Varios fixes including complex equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2158 | | | - OpenModelica/OpenModelica-testsuite#839 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/DAEMode.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | | | * commit 70d5639f51aef529cdbc29b1a12f5959a5e940d6 | | | Author: Per Östlund | | | Date: Fri Feb 2 12:28:15 2018 +0100 | | | | | | [NF] Deduce dimensions from the start attribute. | | | | | | - Try to use the start attribute to deduce unknown dimensions if a | | | component doesn't have a binding. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2159 | | | - OpenModelica/OpenModelica-testsuite#840 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 0f8a7d1af139c19e9aa72f7d93f8fc83df469924 | | | Author: niklwors | | | Date: Fri Feb 2 09:27:09 2018 +0100 | | | | | | added assert for sqrt function calls | | | | | | fix typo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2154 | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit c97c5bb18a4e88b95095f366325610ddb5f76973 | | | Author: Per Östlund | | | Date: Thu Feb 1 22:56:52 2018 +0100 | | | | | | [NF] Various fixes. | | | | | | - Better type checking for smooth. | | | - Fix typing of if expressions. | | | - Fix printing of if expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2157 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 91ae007a342c748e893b17fd50f9438d8283135b | | | Author: Rüdiger Franke | | | Date: Thu Feb 1 21:24:57 2018 +0100 | | | | | | Clean up after building Cpp FMU (the sources are saved inside the FMU) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2156 | | | - OpenModelica/OpenModelica-testsuite#838 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit bdcee4ec7b557fccb86cb63bce6f87d4517a4062 | | | Author: Rüdiger Franke | | | Date: Thu Feb 1 20:25:54 2018 +0100 | | | | | | Store source files in Cpp FMU | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2156 | | | - OpenModelica/OpenModelica-testsuite#838 | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 339512106ea8dd869b867cd8628dd5adb1e8818c | | | Author: Adrian Pop | | | Date: Thu Feb 1 18:16:36 2018 +0100 | | | | | | ticket:4674: add new api to retrieve instantiated parameters | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2155 | | | - OpenModelica/OpenModelica-testsuite#837 | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 047c5a81a05e996f68c4587bc45b5678cd41fe47 | | | Author: Martin Sjölund | | | Date: Thu Feb 1 17:18:15 2018 +0100 | | | | | | Handle ceval of asub using enum literals | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2153 | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | * commit c51b59582f9239b97b0f5f62ea4611ff3c536e33 | | | Author: Willi Braun | | | Date: Thu Feb 1 16:55:05 2018 +0100 | | | | | | [Backend] improve residual creation for complex equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2152 | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit ddd8677e3e3570eff1bb991af54ca33b0131d97b | | | Author: Per Östlund | | | Date: Thu Feb 1 16:40:33 2018 +0100 | | | | | | [NF] Don't use polymorphic builtin functions. | | | | | | - Type some builtin function call manually instead of relying on | | | polymorphic functions in ModelicaBuiltin, since polymorphic types | | | aren't supported yet. | | | - Improved error checking for some builtin functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2151 | | | - OpenModelica/OpenModelica-testsuite#836 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/Util/Error.mo | | | | | * commit d8c8c30732e5ae72b4458a253713aef3d97f0887 | | | Author: Adrian Pop | | | Date: Thu Feb 1 14:16:42 2018 +0100 | | | | | | use the default makefile name in windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2150 | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 02a553b4bf9957c7bbde1912dc7bd56d40d591dc | | | Author: Adeel Asghar | | | Date: Thu Feb 1 11:50:37 2018 +0100 | | | | | | move symbolTable back to local roots | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2149 | | | | | | M Compiler/Global/Global.mo | | | | | * commit ef2592729ca2ba81ba88cd4203e1a68c698a26ee | | | Author: Willi Braun | | | Date: Thu Feb 1 09:53:59 2018 +0100 | | | | | | added DAEMode module | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2142 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | A Compiler/BackEnd/DAEMode.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit bcc40861b5bbce3b756d592d18b947c38f476720 | | | Author: Martin Sjölund | | | Date: Thu Feb 1 09:39:28 2018 +0100 | | | | | | Allow `size()` on non-crefs at runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2148 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 27ab27562405914cb2e3ea005b322954c527f15a | | | Author: Martin Sjölund | | | Date: Thu Feb 1 09:16:01 2018 +0100 | | | | | | Bugfix for URI lookup in class | | | | | | Classes in a package were not handled properly; the wrong directory | | | was used for the isDirectory check. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2147 | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit f8d52b9635498c182af024dc611858fb1a753b37 | | | Author: Martin Sjölund | | | Date: Thu Feb 1 08:56:07 2018 +0100 | | | | | | Clean patches with make clean | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2146 | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 38212aa27d0c8d5bfb62d63c3ae24ede38e5790a | | | Author: Martin Sjölund | | | Date: Thu Feb 1 07:54:22 2018 +0100 | | | | | | Fix memory corruption in ZeroMQ init | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2144 | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/ZeroMQ.mo | | | M Compiler/runtime/zeromqimpl.c | | | | | * commit 8b177b924c44ca9be4ffa2d4e476bed9d6150e80 | | | Author: Per Östlund | | | Date: Wed Jan 31 20:49:11 2018 +0100 | | | | | | [NF] Improve operator handling. | | | | | | - Improved type checking of all binary and unary operators, and | | | implemented array expansion of them to allow them to be scalarized. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2143 | | | - OpenModelica/OpenModelica-testsuite#835 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit a7e6f7fc8c70c1752e67cd82e2feb9230a6ac29b | | | Author: Adrian Pop | | | Date: Wed Jan 31 16:20:36 2018 +0100 | | | | | | move symboltable from threadData vars to global ones | | | this will fix OMEdit crash on startup on Windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2141 | | | | | | M Compiler/Global/Global.mo | | | | | * commit 82f103f3611cb3ad939fb8794e83ce047460a5c9 | | | Author: Martin Sjölund | | | Date: Wed Jan 31 07:33:39 2018 +0100 | | | | | | Don't print error-message about missing impact | | | | | | This fixes ticket:4573. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2139 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 9c4635fefd4748b76d2869614633fe190d092b4f | | | Author: Adrian Pop | | | Date: Tue Jan 30 19:38:30 2018 +0100 | | | | | | fix copy of the files and cmake search directories | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2137 | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit ac51afc9eeb7246ceec4398add7856050b622b6a | | | Author: adrpo | | | Date: Tue Jan 30 16:53:35 2018 +0100 | | | | | | fix Windows and Linux builds of omcCAPI | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2136 | | | | | | M SimulationRuntime/cpp/Makefile.in | | | M SimulationRuntime/cpp/omcCAPI/CMakeLists.txt | | | M SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | | | | | * commit 51ed4361486355bf1292acee6003c98fd45e9cb3 | | | Author: ptaeuber | | | Date: Tue Jan 30 14:52:11 2018 +0100 | | | | | | Fix nls flag order | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2135 | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 8e5affa3085cca9aedb4862997ccd7ac1bccce3f | | | Author: Martin Sjölund | | | Date: Tue Jan 30 14:30:19 2018 +0100 | | | | | | Fix wrong pointer type | | | | | | Added detection of wrong pointer types being sent using -Werror and | | | fixed the errors caused by it. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2134 | | | | | | M Compiler/Util/System.mo | | | M Compiler/boot/Makefile.common | | | R100 Compiler/boot/patches/CevalScript.1.patch.xz Compiler/boot/patches/CevalScript.c.1.patch.xz | | | A Compiler/boot/patches/System_includes.h.patch.xz | | | M Parser/BaseModelica_Lexer.g | | | M Parser/ModelicaParserCommon.h | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/string_array.c | | | M configure.ac | | | | | * commit a7e840a9c76e00b738d334a01bfdf032c5f007d2 | | | Author: Lennart Ochel | | | Date: Tue Jan 30 13:45:34 2018 +0100 | | | | | | Fix array allocation | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2133 | | | | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/string_array.c | | | | | * commit a2e245d640534f2d37a15a1450b1abc306186c9a | | | Author: Adrian Pop | | | Date: Tue Jan 30 13:16:20 2018 +0100 | | | | | | fix windows build | | | add omcCAPI build on Linux as well (commented out for now as there are some issues) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2132 | | | | | | M SimulationRuntime/cpp/Makefile.in | | | M SimulationRuntime/cpp/omcCAPI/include/OMCFunctions.h | | | M SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | | | | | * commit 5cb3f412858d1384b5f08d764599182053f1f9a3 | | | Author: Martin Sjölund | | | Date: Tue Jan 30 10:41:08 2018 +0100 | | | | | | Make matchcontinue inputs volatile | | | | | | This avoids problems with C-compilers making too many optimizations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2131 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 782245f208d8d156b0411caf2bd571e814f67382 | | | Author: Martin Sjölund | | | Date: Tue Jan 30 08:59:10 2018 +0100 | | | | | | Update the Qt API | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2130 | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit e2c51895769f6769b1a1660e83bfe307d206139c | | | Author: Martin Sjölund | | | Date: Tue Jan 30 08:14:55 2018 +0100 | | | | | | Move initialization of symboltable | | | | | | The interactive clients all call Main.init, so init the symbol table | | | in this call as well. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2129 | | | | | | M Compiler/Main/Main.mo | | | | | * commit 5296b688f18380ca6c45436682f325e1f6ed7de3 | | | Author: Martin Sjölund | | | Date: Tue Jan 30 07:45:47 2018 +0100 | | | | | | Handle the correct command in CORBA | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2128 | | | | | | M Compiler/Main/Main.mo | | | | | * commit af0968b8f56185def78ee3f35954998407bb57a6 | | | Author: Adrian Pop | | | Date: Mon Jan 29 17:57:11 2018 +0100 | | | | | | fix windows build | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2127 | | | | | | M SimulationRuntime/c/util/omc_msvc.h | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 177b914b4be54ab16187ced5f526981020bbe0fd | | | Author: Martin Sjölund | | | Date: Mon Jan 29 13:58:23 2018 +0100 | | | | | | Do not elaborate using scripting functions in models | | | | | | For example, looking in OpenModelica.Scripting.xxx should not succeed | | | in models when performing model translation. It should only be performed | | | in the scripting context. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2126 | | | - OpenModelica/OpenModelica-testsuite#834 | | | | | | M Compiler/FrontEnd/BackendInterface.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit fbbbe205b5d04a1443935a6220d432e65e24a4e9 | | | Author: Martin Sjölund | | | Date: Mon Jan 29 12:59:28 2018 +0100 | | | | | | Evaluate uriToFilename in the script environment | | | | | | Added a new internal flag that keeps track of if we are translating | | | a model or not. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2125 | | | - OpenModelica/OpenModelica-testsuite#833 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 75770db86ec80aacc552e45002ab5161b44e5d51 | | | Author: Martin Sjölund | | | Date: Mon Jan 29 12:18:30 2018 +0100 | | | | | | Change examples to new uriToFilename | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2124 | | | | | | M Examples/BuildModelRecursive.mos | | | M Examples/ComplianceSuite.mos | | | | | * commit 95af275164cb9ac321597d4150bdd7a01f90eba5 | | | Author: Martin Sjölund | | | Date: Mon Jan 29 11:02:51 2018 +0100 | | | | | | [FMI2] Handle the jump buffers better | | | | | | The catch in try/catch needs execute, so do not return before the | | | jump buffers have been restored. | | | | | | Also tries to detect a parent OM calling the FMU. The threadData would | | | be shared between the two, but the functions now set and restore the | | | threadData at each call if a parent (using pthread_setspecific) has | | | been detected. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2116 | | | - OpenModelica/OpenModelica-testsuite#829 | | | | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 1b2f2b9ee646a364f1ec25ee77858cce9fd35466 | | | Author: Martin Sjölund | | | Date: Fri Jan 26 11:48:58 2018 +0100 | | | | | | [FMI2] Copy resources into the FMU | | | | | | Also fixes some other issues: | | | - Annotations are now inherited when handling for example derivative | | | and inline annotations (for functions only) | | | - Assertions in FMUs (using omc_assert) now print to the FMI logger | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2116 | | | - OpenModelica/OpenModelica-testsuite#829 | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Global/Global.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/gc/memory_pool.c | | | M SimulationRuntime/c/gc/omc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | A SimulationRuntime/c/simulation/omc_simulation_util.c | | | A SimulationRuntime/c/simulation/omc_simulation_util.h | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 103b43500e3437ad175bd9bbdd7c5f370a3abc1c | | | Author: Martin Sjölund | | | Date: Fri Jan 26 11:47:42 2018 +0100 | | | | | | Check for undeclared functions | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2116 | | | - OpenModelica/OpenModelica-testsuite#829 | | | | | | M Compiler/boot/Makefile.in | | | M Compiler/runtime/Makefile.in | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M configure.ac | | | | | * commit 620b30df5173e554ef60e354aa162e4c5b886b15 | | | Author: Martin Sjölund | | | Date: Wed Jan 24 14:44:31 2018 +0100 | | | | | | Move win32/mingw32 realpath to simulation runtime | | | | | | realpath is used for URI lookup during runtime. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2116 | | | - OpenModelica/OpenModelica-testsuite#829 | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit bd035a4c02d4ef2c352ebf5f373261869e191d23 | | | Author: Martin Sjölund | | | Date: Mon Jan 22 15:05:04 2018 +0100 | | | | | | Generate fewer templates during bootstrapping | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2116 | | | - OpenModelica/OpenModelica-testsuite#829 | | | | | | M Compiler/Template/Makefile.common | | | M Compiler/boot/Makefile.common | | | | | * commit 8a7d7b192eb5f6696e87d60552ef0f26a206b17a | | | Author: Martin Sjölund | | | Date: Fri Jan 19 11:27:43 2018 +0100 | | | | | | Redesign SymbolTable handling | | | | | | The SymbolTable has been moved out from the frontend completely. It is | | | now handled by a new module called SymbolTable, which uses a thread- | | | local variable to avoid passing around the symbol table. This makes the | | | handling of caching SCode much simpler. | | | | | | Some functionality has been removed: | | | - Cached classes in the symbol table (we use the FCache instead) | | | - Instantiated functions (since they were not used before, and -d=gen | | | is not used anyway) | | | - The LoadedFiles list (since the result was ignored anyway) | | | - OpenModelicaInternal.simplify (since the bootstrapping tests can run | | | simplify instead) | | | | | | Other functionality has been moved between frontend and backend files in | | | order to make the interface cleaner. | | | | | | The handling of loadResource has been updated. The locations of | | | resources is now stored in the runtime in order to make the handling | | | of URIs easier to implement for FMI. | | | | | | There are also fixes for e.g. getErrorString and runScript to not | | | generate error-messages during elaboration. This is done by making | | | getErrorString impure, and by making elabCall able to roll back messages | | | that were not at the top of the stack previously. | | | | | | CevalFunction now stops evaluation on fail() like it does for | | | assert(false). | | | | | | The frontend now fails when the function tree is not valid because there | | | seems to be some model(s) that manage to ignore failing to instantiate a | | | function. | | | | | | We now handle assertions triggered in built-in functions that previously | | | printed to stderr by making them write to the Error.mo buffer instead. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2116 | | | - OpenModelica/OpenModelica-testsuite#829 | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FrontEnd/Absyn.mo | | | A Compiler/FrontEnd/AbsynUtil.mo | | | M Compiler/FrontEnd/BackendInterface.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/GlobalScriptDump.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Script/StaticScript.mo | | | A Compiler/Script/SymbolTable.mo | | | M Compiler/SimCode/ReduceDAE.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/CevalScriptBackend.mo | | | M Compiler/Stubs/RewriteRules.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | A Compiler/Util/AvlTreeStringString.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/System.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/MakeSources.mos | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/errorext.cpp | | | M SimulationRuntime/c/gc/omc_gc.h | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 105aad9071b7e90ec403bc3bc7191d2b0729c1df | | | Author: Per Östlund | | | Date: Thu Jan 25 16:59:45 2018 +0100 | | | | | | [NF] Fix return type of smooth. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2123 | | | - OpenModelica/OpenModelica-testsuite#832 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit eb49dd7c6ab26f8b852dd86c7a0d39cec73c048b | | | Author: Per Östlund | | | Date: Thu Jan 25 15:46:08 2018 +0100 | | | | | | [NF] Propagate comments to the DAE. | | | | | | - Add comments to Component and use ElementSource for | | | equations/algorithms instead of SourceInfo. | | | - Generate comments for generated connect equations. | | | - Fix instantiation of if-statements so it doesn't add an else branch | | | when there is none. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2122 | | | - OpenModelica/OpenModelica-testsuite#831 | | | | | | M Compiler/FrontEnd/ElementSource.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFConnectEquations.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatModel.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFVariable.mo | | | | | * commit c28b63027f0ade93046f73c9beb344d30f5553c8 | | | Author: hkiel | | | Date: Wed Jan 24 21:24:45 2018 +0100 | | | | | | removed wrong translations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2121 | | | | | | M Compiler/Translation/de.po | | | | | * commit c5ca0a5c33378fd91950d9e7a9e6f37aca26ecdb | | | Author: Per Östlund | | | Date: Tue Jan 23 15:31:07 2018 +0100 | | | | | | [NF] Various fixes. | | | | | | - Evaluate all constants in Typing.typeExp by default, and disable | | | the package constant replacing phase since it's no longer needed. | | | - Don't evaluate iterators in Ceval. | | | - Use a type alias for ExpOrigin instead of Integer, to make it | | | clearer what it is. | | | - Add generic error for unbound constants. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2120 | | | - OpenModelica/OpenModelica-testsuite#830 | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit dbda08c0812c6b98124deb09a47bcbb49ba7bfed | | | Author: Per Östlund | | | Date: Tue Jan 23 13:11:20 2018 +0100 | | | | | | Make saveTotalModel more accurate when using NF. | | | | | | - Don't resolve imported names when using saveTotalModel with | | | -d=newInst set. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2119 | | | | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | | | * commit 59944ec07e0944ceb5ccb8f01ba3cb2d349e264b | | | Author: Per Östlund | | | Date: Mon Jan 22 15:43:27 2018 +0100 | | | | | | [NF] Fix scoping of imported components. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2118 | | | - OpenModelica/OpenModelica-testsuite#828 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | | | * commit 59e722eeb90bb36612bb5739f2e0c6ebc91c4933 | | | Author: Martin Sjölund | | | Date: Mon Jan 22 09:48:23 2018 +0100 | | | | | | Evaluate parameters with non-literal bindings | | | | | | Previously, constant non-literal bindings such as `p=f(0)` were | | | ignored. This is because Expression.isConst was used while it should | | | have used isConstValue. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2117 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 587cac20a3f4abf746ce4e81812289d8386febd8 | | | Author: niklwors | | | Date: Thu Jan 18 14:04:43 2018 +0100 | | | | | | fix for division by zero in cpp runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2114 | | | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | * commit e43fc8abf694fec5b33d208ca92d5c188201a50a | | | Author: niklwors | | | Date: Thu Jan 18 11:22:12 2018 +0100 | | | | | | fix for asserts during event iteration | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2114 | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | * commit b1a437a8f6a062f5d36a17e238d15380764d2d1d | | | Author: niklwors | | | Date: Wed Jan 17 16:50:02 2018 +0100 | | | | | | fix for save pre varibales in cpp runtime | | | | | | fix for typo | | | | | | extended save operation for extra save value | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2112 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | A SimulationRuntime/cpp/.vs/ProjectSettings.json | | | A SimulationRuntime/cpp/.vs/VSWorkspaceState.json | | | A SimulationRuntime/cpp/.vs/cpp/v15/.suo | | | A SimulationRuntime/cpp/.vs/slnx.sqlite | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | * commit 96f7d96e4a69903d5e31da1f0bc22de5620f67f2 | | | Author: Per Östlund | | | Date: Wed Jan 17 15:44:24 2018 +0100 | | | | | | [NF] Typing improvements. | | | | | | - Remove if-branches with known false conditions during typing, | | | to avoid typing potentially invalid equations. | | | - Handle der of arrays. | | | - Try to evaluate function output types better. | | | - Expand fill/ones/zeros when possible. | | | - Don't expand array equations containing function calls. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2113 | | | - OpenModelica/OpenModelica-testsuite#826 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 2716d589c66366ee047f523aa0c87775cb882303 | | | Author: ptaeuber | | | Date: Tue Jan 16 14:44:08 2018 +0100 | | | | | | Fix lambda position in non-torn homotopy components | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2111 | | | - OpenModelica/OpenModelica-testsuite#825 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 991cbcb11bc76bece54005aae971195004ba20d9 | | | Author: Martin Sjölund | | | Date: Mon Jan 15 14:50:34 2018 +0100 | | | | | | Support importFMU for me_cs FMUs | | | | | | me_cs FMUs will be treated as ME FMUs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2110 | | | - OpenModelica/OpenModelica-testsuite#824 | | | | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | | | * commit bb2c1bae68e98498add72e2084bd27c557889253 | | | Author: Adrian Pop | | | Date: Sat Jan 13 18:21:23 2018 +0100 | | | | | | fix a typo | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2109 | | | - OpenModelica/OpenModelica-testsuite#823 | | | | | | M README-BUILD-WINDOWS.txt | | | | | * commit ce6c93b4f3dee046fd4e8048bab537598b1ea5f9 | | | Author: Per Östlund | | | Date: Fri Jan 12 18:06:46 2018 +0100 | | | | | | [NF] Ceval/Simplify fixes. | | | | | | - Fix simplification of division, result should always be Real. | | | - Fix ceval of integer with Integer argument. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2108 | | | - OpenModelica/OpenModelica-testsuite#822 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 4df4938385c52cbca88943f2ddbbfc995afc85cc | | | Author: Per Östlund | | | Date: Fri Jan 12 17:42:27 2018 +0100 | | | | | | [NF] Handle derived class bindings better. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2107 | | | - OpenModelica/OpenModelica-testsuite#821 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | A Compiler/NFFrontEnd/NFBindingOrigin.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModifier.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit c0777112ac1a8aa934512357eb40c505d2d5765d | | | Author: Martin Sjölund | | | Date: Fri Jan 12 14:22:15 2018 +0100 | | | | | | Keep loaded libraries after buildModel failure | | | | | | We automatically load libraries from uses-annotations; this keeps the | | | libraries in memory even if translation fails. | | | | | | We now also record frontend/etc timings for failed simulations. | | | Some code for handling normal simulations, FMUs, and XML export were | | | merged in order to avoid having mostly duplicate code lying around | | | (this code tends to get out of synch). | | | | | | This fixes ticket:4255. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2106 | | | - OpenModelica/OpenModelica-testsuite#820 | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Stubs/CevalScriptBackend.mo | | | M Compiler/Stubs/SimCodeMain.mo | | | | | * commit e46b83760fb93816284404e62c11dbb67df60af7 | | | Author: Martin Sjölund | | | Date: Fri Jan 12 13:51:42 2018 +0100 | | | | | | Propagate unit checking to the DAE | | | | | | This fixes some of the issues in ticket:4526. displayUnit is not | | | considered. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2104 | | | - OpenModelica/OpenModelica-testsuite#819 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit 92c6383188f2ee970d97015d2015534053a2a269 | | | Author: Bernhard Thiele | | | Date: Fri Jan 12 11:49:40 2018 +0100 | | | | | | Fixes Ticket:4618 | | | | | | Adds support for clocked when clauses in states. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2105 | | | - OpenModelica/OpenModelica-testsuite#818 | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | * commit cb8de49f924f94fc9db92b19898c3832d9f161d8 | | | Author: Per Östlund | | | Date: Thu Jan 11 14:32:39 2018 +0100 | | | | | | [NF] Improved handling of array modifiers. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2103 | | | - OpenModelica/OpenModelica-testsuite#817 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFExpressionIterator.mo | | | A Compiler/NFFrontEnd/NFFlatModel.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModifier.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | A Compiler/NFFrontEnd/NFVariable.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit f7a213646ab365c3ff188bd181e6105f22e3abf2 | | | Author: hkiel | | | Date: Thu Jan 11 12:15:52 2018 +0100 | | | | | | [CodegenC] do not check for zero increment if it is constant +1 or -1 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2049 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit cbe247e37fbc6db2e03dbc134bcc35808bf940e4 | | | Author: Martin Sjölund | | | Date: Thu Jan 11 09:05:48 2018 +0100 | | | | | | Handle indexed assignment of string arrays | | | | | | Synchronize the indexed assignment function for string arrays to match | | | the other types. Also refactored the code shared by indexed assignment | | | and allocation functions. This fixes ticket:4705. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2102 | | | | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit fe5c35df485e0a5c438a2ee9860c30fedf600f57 | | | Author: Martin Sjölund | | | Date: Wed Jan 10 13:17:39 2018 +0100 | | | | | | Fix generation of FMI 1.0 import | | | | | | Bad code was generated previously, causing OM to try to get string | | | parameter values by creating an algebraic loop. This causes string | | | parameters to be fixed so the start-value is used instead. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2101 | | | - OpenModelica/OpenModelica-testsuite#816 | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit bcf422b7487f177e03c9406ae57773abd2fda5b5 | | | Author: Martin Sjölund | | | Date: Wed Jan 10 12:23:51 2018 +0100 | | | | | | Support for fixed=false for strings | | | | | | Modelica 3.4 added a fixed attribute for strings. This adds support | | | for it in the compiler. Fixes ticket:4703. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2101 | | | - OpenModelica/OpenModelica-testsuite#816 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 5c05ef6def757dac6d7778950bcd69b1817fc28d | | | Author: Martin Sjölund | | | Date: Tue Jan 9 11:08:02 2018 +0100 | | | | | | Move comments after doing the diff algorithm | | | | | | This handles some cases with whitespace better. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2099 | | | - OpenModelica/OpenModelica-testsuite#815 | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit efcef39d8dbe74665987a135f44c2146fd98539d | | | Author: Martin Sjölund | | | Date: Tue Jan 9 07:31:27 2018 +0100 | | | | | | Fix typo causing duplicate elements to appear | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2099 | | | - OpenModelica/OpenModelica-testsuite#815 | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit 715fb858fd16f539400162c683bbe85870cf6ad0 | | | Author: Martin Sjölund | | | Date: Tue Jan 9 07:28:31 2018 +0100 | | | | | | Do not remove added lines that don't match label | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2099 | | | - OpenModelica/OpenModelica-testsuite#815 | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit 708e9962202502061e1be9ff0c45221f3eef439b | | | Author: Martin Sjölund | | | Date: Tue Jan 9 07:27:08 2018 +0100 | | | | | | Update debugging code | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2099 | | | - OpenModelica/OpenModelica-testsuite#815 | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit f16fbfd1dcf424345f303a31ee10b42402f8f11a | | | Author: Martin Sjölund | | | Date: Fri Jan 5 12:08:07 2018 +0100 | | | | | | Fix copy-paste error | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2098 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 67acb2d4414acee3af392ba2cebb1e329cfee0b8 | | | Author: Martin Sjölund | | | Date: Fri Jan 5 10:37:15 2018 +0100 | | | | | | The attributes of a pre-var is the same as the var | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2097 | | | - OpenModelica/OpenModelica-testsuite#814 | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 62d1de3b175c351b426c45952d778178fcfafc8e | | | Author: Martin Sjölund | | | Date: Fri Jan 5 09:44:33 2018 +0100 | | | | | | Add Jacobian variables to the simvar lookup | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2097 | | | - OpenModelica/OpenModelica-testsuite#814 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 705b6a1fb056a8b504bb2666d666de0af1124bbc | | | Author: Martin Sjölund | | | Date: Fri Jan 5 08:55:15 2018 +0100 | | | | | | Handle alias variables in Susan | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2097 | | | - OpenModelica/OpenModelica-testsuite#814 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 25d84d4103d418c29f4b3fddd95ec4ee5a483af0 | | | Author: Martin Sjölund | | | Date: Thu Jan 4 13:42:57 2018 +0100 | | | | | | Fix pretty-printing of negative real literals | | | | | | This fixes ticket:4503. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2096 | | | - OpenModelica/OpenModelica-testsuite#813 | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit bd8571daf3006ed5ed35b98599af1b97930fc9e3 | | | Author: Martin Sjölund | | | Date: Thu Jan 4 12:57:55 2018 +0100 | | | | | | Look for external libraries in /usr | | | | | | This resolves an issue in ticket:4523 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2095 | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit ee6b27bba35d086581dc3143f83123d953d6514b | | | Author: Martin Sjölund | | | Date: Thu Jan 4 11:11:55 2018 +0100 | | | | | | Let the CSE look into if-conditions | | | | | | If-conditions always execute, so we can consider them for CSE | | | optimizations. This improves some Media models by a factor of 10x since | | | the function calls are called inside an algebraic loop (multiple times, | | | although this matters little relative to moving the call outside of the | | | loop). | | | | | | This fixes an issue with performance discovered in ticket:4423. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2094 | | | - OpenModelica/OpenModelica-testsuite#812 | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit d1104cedb525af7d37d9c0627450f3756fca19cc | | | Author: Martin Sjölund | | | Date: Thu Jan 4 08:06:45 2018 +0100 | | | | | | Handle record indexing better | | | | | | Simplify record constructor calls with record indexing. Also, handle | | | construction of zero records better (array components were flattened | | | before, resulting in additional arguments to the constructor). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2093 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 5aac106d53ae34ae1921dffd6f679dd6998d7c1d | | | Author: Martin Sjölund | | | Date: Wed Jan 3 15:25:42 2018 +0100 | | | | | | loadFile(".../package.mo") ignores MODELICAPATH | | | | | | Note: If the same directory contains other libraries that are loaded | | | according to uses-annotations, the full MODELICAPATH is used for these. | | | This means you might end up loading only one of the packages from the | | | given directory. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2092 | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 775a336b6f97d20e9bd3f696ae4b7682c974372c | | | Author: Martin Sjölund | | | Date: Wed Jan 3 13:27:08 2018 +0100 | | | | | | Do not evaluate the residuals if xloc is inf or NaN | | | | | | This avoids generating silly error-messages saying you have division | | | involving Inf/NaN when it was simply the non-linear solver making an | | | unreasonable guess. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1896 | | | - OpenModelica/OpenModelica-testsuite#811 | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit eca7e56d18a5a8068724588be709a2f27f69dc4b | | | Author: Martin Sjölund | | | Date: Wed Jan 3 09:01:53 2018 +0100 | | | | | | Warnings for aliases during codegen | | | | | | The code generator gave the wrong variable indexes for aliases that | | | were not replaced in the backend. This prints some warnings or errors | | | for these cases so we can either fix the code (or replace the code | | | generator to handle aliases better). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2076 | | | - OpenModelica/OpenModelica-testsuite#810 | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 47aad95393c8eed47d20e69736af5d7967d2020a | | | Author: Martin Sjölund | | | Date: Tue Dec 19 08:58:27 2017 +0100 | | | | | | Add differentiation of DAE.RSUB | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2076 | | | - OpenModelica/OpenModelica-testsuite#810 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 059c8c0fa4720822a875df70762f9c99863132d9 | | | Author: Martin Sjölund | | | Date: Tue Dec 19 06:32:13 2017 +0100 | | | | | | Fix for DAE.RSUB with Expression.factorsWork | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2076 | | | - OpenModelica/OpenModelica-testsuite#810 | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 1c428bf8d9388b7fe7d6c8b4d4863d338300fa87 | | | Author: Martin Sjölund | | | Date: Fri Dec 15 08:55:54 2017 +0100 | | | | | | Handle inline where inputs are record fun-calls | | | | | | Use DAE.RSUB() to handle general expressions. When doing inline of a | | | function call, we can use DAE.RSUB instead of failing; previously we | | | only handled component references passed to the call. Also added code | | | generation and simplifications for DAE.RSUB since it was only used | | | for MetaModelica previously. | | | | | | This fixes some of the issues raised in ticket:4423. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2076 | | | - OpenModelica/OpenModelica-testsuite#810 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 62a0b9dffe3eea4ae1ddb2b493bb4286e86805b0 | | | Author: Martin Sjölund | | | Date: Wed Dec 13 15:28:26 2017 +0100 | | | | | | Add support for inline of some if-statements | | | | | | If-statements that look like if-expressions can now be inlined. | | | This fixes an issue reported in ticket:4423. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2076 | | | - OpenModelica/OpenModelica-testsuite#810 | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 70f05e5d3eac9d70f274405d98e9c57a10671534 | | | Author: Lennart Ochel | | | Date: Fri Dec 22 12:13:24 2017 +0100 | | | | | | Define vrStates iff states are available | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2091 | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit aee683cbbe4d2752fb2eff8bc080b7da17e42f6d | | | Author: ptaeuber | | | Date: Thu Dec 21 16:51:35 2017 +0100 | | | | | | Improve adaptive homotopy | | | | | | - Add orthogonal backtrace strategy for homotopy corrector step | | | - Break if tau cannot be decreased any further | | | - Fix lambda in the last step to avoid going beyond 1 | | | - Set tolerance in last homotopy step to global tolerance | | | - Fix generation of homotopy component for equation systems | | | - Some more debugging and clean up | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2090 | | | - OpenModelica/OpenModelica-testsuite#809 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 7366c32615819d073129994b8b459566f8b11ee0 | | | Author: hkiel | | | Date: Thu Dec 21 14:00:16 2017 +0100 | | | | | | do not recreate objects | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2089 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 1a07660b3efbc2efc7ab77b862df3101191733e4 | | | Author: Per Östlund | | | Date: Wed Dec 20 15:20:48 2017 +0100 | | | | | | [NF] Ceval fixes. | | | | | | - Allow ceval of constant binding to fail for now, since ceval | | | isn't complete. | | | - Handle Modelica.Math builtins. | | | - Fix bad interval check for asin/acos. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2088 | | | - OpenModelica/OpenModelica-testsuite#808 | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 481bef0a71e8a061e7480a3c35f0934f08eabd23 | | | Author: ptaeuber | | | Date: Wed Dec 20 13:35:55 2017 +0100 | | | | | | Look for homotopy in the whole system | | | | | | ... and not only in residual equations. | | | | | | And removing obsolete and outdated code. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2087 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 6bc981e1a27adb0c7320b179405128c2c5d057cf | | | Author: Per Östlund | | | Date: Wed Dec 20 12:12:10 2017 +0100 | | | | | | [NF] Ceval for builtin functions and other fixes. | | | | | | - Implemented constant evaluation of many builtin functions. | | | - Always evaluate bindings of non-package constants. | | | - Show fewer but better errors when type matching function calls. | | | - Fix NFExpression.fold so it actually recurses all the way down. | | | - Various other fixes for builtin functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2086 | | | - OpenModelica/OpenModelica-testsuite#807 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit b91fa8ff5080c116a89ef7829b140a2fbb99cfa3 | | | Author: hkiel | | | Date: Tue Dec 19 07:26:35 2017 +0100 | | | | | | avoid recursions | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2085 | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | * commit 926d8af51e0c2a77503189180229148c112775cb | | | Author: hkiel | | | Date: Sat Dec 16 12:02:38 2017 +0100 | | | | | | avoid excessive longjmp (matchcontinue) | | | avoid recursion (stack overflow) when processing lists | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2084 | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 55a1b638faf530aaee14fc984af6bcdf7996d132 | | | Author: Willi Braun | | | Date: Fri Dec 15 16:14:42 2017 +0100 | | | | | | fixing scaling of the ida solver | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2082 | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | | | * commit 64d4bf14c5024be62abfaf701026f8d438cf5c86 | | | Author: Martin Sjölund | | | Date: Fri Dec 15 07:19:16 2017 +0100 | | | | | | [NF] Use Error.assertion() instead of assert() | | | | | | Error.assertion reports errors to the error buffer, which means that the | | | message can be access in scripting and OMPython. | | | | | | This fixes ticket:4676 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2080 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFEvalFunction.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 62af4e6957ba941d128a8f15bd5a9c49de3caf6b | | | Author: niklwors | | | Date: Thu Dec 14 11:45:09 2017 +0100 | | | | | | fix for Ubuntu Clang build error in Peer solver | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2079 | | | | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | | | * commit e44d430b1f6b3640d0ee3aeec4adae6ae1dbb33f | | | Author: niklwors | | | Date: Wed Dec 13 17:26:55 2017 +0100 | | | | | | fix for linux gcc 4.4 build error | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2078 | | | | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | | | * commit d71fe296db73dc82fa64a3c2f81e7e1fd1aece95 | | | Author: Per Östlund | | | Date: Wed Dec 13 16:09:44 2017 +0100 | | | | | | [NF] Fix external object calls. | | | | | | - Change external object calls so they call the constructor instead. | | | - Use an empty class tree for external object so the constructor or | | | destructor can't be called explicitly. | | | - Fix error message for when a function can't be found to say function | | | instead of variable. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2077 | | | - OpenModelica/OpenModelica-testsuite#806 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | | | * commit f37e0292c5263ed672567f212b037a913de98470 | | | Author: Volker Waurich | | | Date: Wed Dec 13 14:09:34 2017 +0100 | | | | | | extend cse3 to find state alias | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2075 | | | - OpenModelica/OpenModelica-testsuite#804 | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit b528b72f1484c42d12f1be9b91cf16cca894ab7d | | | Author: niklwors | | | Date: Wed Dec 13 12:43:14 2017 +0100 | | | | | | Fatemeh Davoudi implementation of the symbolic model reduction algorithm | | | For detailed description see http://www.ep.liu.se/ecp/043/090/ecp09430136.pdf | | | The algorithm is implemented in the cpp runtime in Core/ReduceDAE | | | At the moment for the ranking method the residuen ranking is implement in class Core/ReduceDAE/Ranking.cpp | | | The reduction mehtods cancel terms, linearize terms and substitute terms are implemented in class Core/ReduceDAE/Reduction.cpp | | | The label algorithms for cancel terms, linearize terms and substitute terms are implemented in | | | OMCompiler/Compiler/SimCode/ReduceDAE.mo | | | The method can be used with: | | | setCommandLineOptions("+simCodeTarget=Cpp --labeledReduction | | | --disableExtraLabeling -d=writeToBuffer"); | | | loadFile("your model file"); | | | simulate(yourmodel); | | | | | | added omc c-api communication project to the cpp folder. The c- api is build with the cpp runtime for mingw and gcc. The c-api is used by the reduce dae algorithm to start labeling and reduce terms | | | | | | adapted reduce dae build for cpp runtime build | | | added omc C-API library to cpp runtime | | | added build for C-API library to cpp runtime build | | | fixed includes | | | removed unused files | | | reorganized some code parts | | | | | | added test for c-api | | | | | | moved in LoadCompilerSources the include order for ReduceDAE.mo to the backend part | | | | | | fix in Flags.mo, two Flags used the same id | | | | | | only build reduce dae for mingw | | | | | | merged in cpp template model reduction code generation | | | | | | added missing interface methods | | | | | | fix for compiler errors whem getDimRHS return nothing | | | | | | change formtat ReduceDAE.mo to utf8 | | | | | | moved function getNumContinuousEquations to SimCodeUtil | | | | | | use std chrono instead of boost time library | | | | | | added sundials dependicies to runtimeCPP make target | | | | | | fix for wrong type for timeout in SimSettings | | | | | | fix for wrong reduceDAE includes, if reduceDAE flag is disabled | | | | | | fix for some tests, where der variables are filtered in outputfike | | | | | | fix for missing IDEAReduce include in generated code | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1973 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | A Compiler/SimCode/ReduceDAE.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Makefile.common | | | M Makefile.omdev.mingw | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | A SimulationRuntime/cpp/Core/ReduceDAE/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/ReduceDAE/Ranking.cpp | | | A SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.cpp | | | A SimulationRuntime/cpp/Core/ReduceDAE/ReduceDAESettings.xml | | | A SimulationRuntime/cpp/Core/ReduceDAE/Reduction.cpp | | | A SimulationRuntime/cpp/Core/ReduceDAE/com/ModelicaCompiler.cpp | | | A SimulationRuntime/cpp/Core/ReduceDAE/com/OMCTest.cpp | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | A SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAE.h | | | A SimulationRuntime/cpp/Include/Core/ReduceDAE/IReduceDAESettings.h | | | A SimulationRuntime/cpp/Include/Core/ReduceDAE/Ranking.h | | | A SimulationRuntime/cpp/Include/Core/ReduceDAE/ReduceDAESettings.h | | | A SimulationRuntime/cpp/Include/Core/ReduceDAE/Reduction.h | | | A SimulationRuntime/cpp/Include/Core/ReduceDAE/com/ModelicaCompiler.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSL.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | M SimulationRuntime/cpp/Include/Solver/RK12/RK12.h | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/RK12/RK12.cpp | | | A SimulationRuntime/cpp/omcCAPI/CMakeLists.txt | | | A SimulationRuntime/cpp/omcCAPI/include/OMC.h | | | A SimulationRuntime/cpp/omcCAPI/include/OMCAPI.h | | | A SimulationRuntime/cpp/omcCAPI/include/OMCFunctions.h | | | A SimulationRuntime/cpp/omcCAPI/readme.md | | | A SimulationRuntime/cpp/omcCAPI/src/OMC.cpp | | | A SimulationRuntime/cpp/omcCAPI/src/OMCTest.cpp | | | | | * commit fb52840dc56b21dc675d1fd97c57ed0c01fef1d0 | | | Author: Martin Sjölund | | | Date: Wed Dec 13 09:10:08 2017 +0100 | | | | | | Fix for elabBuiltinSize of zero-size arrays | | | | | | Previously, we had work-arounds for T_UNKNOWN being passed to size. | | | Since we fixed that, we now need to provide the correct number of | | | dimensions. This is either the expression type or the type from | | | elaboration; if we take the longer of the two we should get the | | | correct number of dimensions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2074 | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit cdf224b8d2b01195dc1de27d80a0b07afb843b7a | | | Author: Martin Sjölund | | | Date: Wed Dec 13 08:18:47 2017 +0100 | | | | | | Some work-arounds for Ceval of zero-size arrays | | | | | | The Values.mo structure does not store the type of the array which means | | | that `Values.ARRAY({})` becomes `{} /* T_UNKNOWN[0] */` instead of | | | containing the actual type. We now have some work-arounds for this case: | | | - cevalIfConstant will not try to evaluate literal values | | | - If an empty array is returned in cevalIfConstant, we backpatch the | | | array type to the expected type (but this only works for the top-level | | | expression; hopefully this is enough to not propagate unknown | | | dimensions too far though). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2074 | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | * commit d1a57b2fdf96b3d8f8059da4595d12664a25729e | | | Author: Per Östlund | | | Date: Mon Dec 11 11:53:59 2017 +0100 | | | | | | [NF] Fix handling of duplicate outer elements. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2073 | | | - OpenModelica/OpenModelica-testsuite#803 | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit dad39fb0c56267c919cec8082c8bd43949974455 | | | Author: Per Östlund | | | Date: Mon Dec 11 11:38:25 2017 +0100 | | | | | | [NF] Fix undefined behaviour due to #4502. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2072 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit eeb91480ac7cdab1e02cd01a83b7b1d1fe445f75 | | | Author: Per Östlund | | | Date: Fri Dec 8 22:20:36 2017 +0100 | | | | | | [NF] Function expressions also count as discrete. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2071 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit aa363fe254e31c655500becd49219a6f09a06336 | | | Author: Per Östlund | | | Date: Fri Dec 8 20:19:48 2017 +0100 | | | | | | [NF] Minor fixes. | | | | | | - Fix return type of pre, min and max. | | | - Set ExpOrigin.WHEN bit also in when-statements. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2070 | | | - OpenModelica/OpenModelica-testsuite#802 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 117eefb217761138d93c690a042d5004bcd6bbc7 | | | Author: Per Östlund | | | Date: Fri Dec 8 18:50:49 2017 +0100 | | | | | | [NF] Variability fixes and other improvements. | | | | | | - Replaced EquationScope, ClassScope and ExpOrigin with new ExpOrigin | | | bitfield. | | | - Removed Component.Attributes.DEFAULT and Class.Attributes.DEFAULT, | | | constants work equally well to save memory and simplifies the code. | | | - Set variables with no variability prefix and discrete type to be | | | discrete so e.g. pre() works correctly. | | | - Fixed variability of many builtin functions. | | | - Fixed variability of relations with regards to noEvent. | | | - Fixed variability of expressions in when-clauses. | | | - Fixed typing of noEvent. | | | - Added check that time, pre, edge and change isn't used in a | | | function context. | | | - Fixed handling of size on subscripted expressions. | | | - Moved handling of end to typing of subscripts, since the old handling | | | relied upon ExpOrigin being a uniontype with subscript information. | | | - Improved handling of end to generate appropriate size expressions when | | | the size of the dimension is unknown. | | | - Adapted the parenthesization algorithm from Dump to | | | NFExpression.toString to get rid of extraneous parentheses in error | | | messages. | | | - Fixed flattening of if-equations so the bodies of the branches aren't | | | in reverse order compared with the conditions (oops...). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2069 | | | - OpenModelica/OpenModelica-testsuite#801 | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 5cea0b5a2b33652959ba51f3457928b794165b30 | | | Author: ptaeuber | | | Date: Thu Dec 7 18:48:51 2017 +0100 | | | | | | Fix solving of array equations | | | | | | - Do not solve crefL = crefR always for crefL, | | | but consider the matching. | | | - Make getArrayOrRangeContents also work for | | | qualified crefs. | | | | | | This fixes ticket:4634 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2068 | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit cf618db76026fd19b406cf0b0376d92a6e2c6a31 | | | Author: Per Östlund | | | Date: Wed Dec 6 13:47:59 2017 +0100 | | | | | | Fix setCommandLineOptions with -d=newInst. | | | | | | - Invalidate the builtin cache if the newInst flag is toggled via | | | setCommandLineOptions. | | | - Call execStatReset in Main.main to make sure the global root is | | | always initialized. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2067 | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 71f4da23fbeecd117dc083008440f98ff404d956 | | | Author: Per Östlund | | | Date: Tue Dec 5 12:48:04 2017 +0100 | | | | | | Fix setCommandLineOptions. | | | | | | - Make setCommandLineOptions return false if it encounters any | | | arguments that are not flags. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2066 | | | - OpenModelica/OpenModelica-testsuite#800 | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 5148feff70a6bcd92b80a53ca6e1d11579d0df44 | | | Author: Per Östlund | | | Date: Mon Dec 4 11:58:34 2017 +0100 | | | | | | [NF] Fix NFTypeCheck.matchDimensions segfault. | | | | | | - Fix NFTypeCheck.matchDimensions so it actually fails when the | | | dimensions don't match, and always assigns all outputs. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2065 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 4d02b9063aee60319984ec07338af63bf5cda9d3 | | | Author: Per Östlund | | | Date: Mon Dec 4 10:49:47 2017 +0100 | | | | | | [NF] Function handling improvements. | | | | | | - Optimize a couple of match expressions to match on strings instead of | | | matching the same structure over and over. | | | - Implement fill/ones/zeros completely by special handling until we have | | | support for __OpenModelica_varArgs or similar. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2064 | | | - OpenModelica/OpenModelica-testsuite#799 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | | | * commit 0e14e987c26da72c4335b82fd9479f55355b04d9 | | | Author: Adrian Pop | | | Date: Sat Dec 2 04:01:16 2017 +0100 | | | | | | [NF] handle discrete variability better | | | - if the type of component is discrete return discrete if | | | is lower variability than the explicit component variability | | | - handle discrete builtin calls (String, Integer, pre, edge, change) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2063 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | | | * commit e8f130fbd78d7d1b477bbf25cf352d841bed5673 | | | Author: hkiel | | | Date: Thu Nov 30 14:13:03 2017 +0100 | | | | | | remove redundant simplification rule | | | recognized by commutative call | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2062 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 83ffab2f77fca5a109d468883219e5aaf30aa357 | | | Author: Per Östlund | | | Date: Wed Nov 29 17:07:41 2017 +0100 | | | | | | [NF] Fix some variability issues. | | | | | | - Changed pre and change to be discrete and ndims to be parameter, | | | as per the specification. | | | - Derive the variability of components with no explicit variability | | | by using their types. | | | - Hacked the variability of relations to be at most discrete to | | | avoid breaking implicitly discrete variables, needs to be fixed | | | properly for e.g. noEvent. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2060 | | | - OpenModelica/OpenModelica-testsuite#798 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 12d1ede4db658e0fa89bbab24e3edc5793922a0d | | | Author: Per Östlund | | | Date: Wed Nov 29 16:11:31 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Collect/replace package constants in functions too. | | | - Fix naming of functions by appending the scope path. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2059 | | | - OpenModelica/OpenModelica-testsuite#797 | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | | | * commit b9cba5b3b1abfaedc8dfbac1878b05db75c8c924 | | | Author: Volker Waurich | | | Date: Wed Nov 29 15:39:54 2017 +0100 | | | | | | removeEdgesToDiscreteEquations for MSSS | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2058 | | | - OpenModelica/OpenModelica-testsuite#796 | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit a0c7ddf5ea3f5fafd90be102d01e41335aec9a98 | | | Author: Per Östlund | | | Date: Wed Nov 29 14:43:41 2017 +0100 | | | | | | Added --ignoreReplaceable flag. | | | | | | - Added the --ignoreReplaceable flag that disables the check that | | | an element is replaceable before redeclaring. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2057 | | | - OpenModelica/OpenModelica-testsuite#795 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/Util/Flags.mo | | | | | * commit c73638c6897cb2b1354dda60ca40d2751ed9e1a9 | | | Author: niklwors | | | Date: Wed Nov 29 10:37:17 2017 +0100 | | | | | | fixed divsion by zero if zero crossing was detected and before event handling started | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2056 | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit b636b011bc7a335fa755da85600fb1cbeeb5ee05 | | | Author: Volker Waurich | | | Date: Wed Nov 29 10:21:48 2017 +0100 | | | | | | fix bipartiteGraphML generation for algorithms | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2055 | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 3e982aa5c5a4c35d5189f6b99bb5564ef12b5bc3 | | | Author: Per Östlund | | | Date: Tue Nov 28 22:23:46 2017 +0100 | | | | | | [NF] Fix check of size() as external argument. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2054 | | | - OpenModelica/OpenModelica-testsuite#794 | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 908566603333b1deb8ff8f02424d5085a705ecdd | | | Author: Per Östlund | | | Date: Tue Nov 28 16:16:48 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Implemented support for external functions. | | | - Implemented support for external objects. | | | - Fixed complex type paths when converting to DAE. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2053 | | | - OpenModelica/OpenModelica-testsuite#793 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComplexType.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFSections.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit d653ea8f8992480cebbb8866b4479df7d374e3f9 | | | Author: Mahder Gebremedhin | | | Date: Tue Nov 28 15:52:51 2017 +0100 | | | | | | NFInst builtin function handling. | | | | | | - Most builtin functions are now handled. | | | - A new builtin file NFFrontEnd/NFModelicaBuiltin.mo | | | is used by the new instantiation now. | | | - Builtin functions are handled by a combination of | | | - gnenric functions | | | - overloading | | | - and special intenral handling when needed. | | | | | | - Error messages need to be improved in a number of places. | | | - There are some builting functions which will pass | | | when not suppsoed to. The will be fixed. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2052 | | | - OpenModelica/OpenModelica-testsuite#792 | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/Makefile.in | | | M Compiler/Makefile.omdev.mingw | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | A Compiler/NFFrontEnd/NFModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit da629b0c936230ad9badc23935957c810222c814 | | | Author: Volker Waurich | | | Date: Mon Nov 27 09:12:59 2017 +0100 | | | | | | moved simplification rule to simplifyBinaryCommutativeWork | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2051 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit d76e9c2f7d50b9a40b51303f5e97bccb9851fda5 | | | Author: hkiel | | | Date: Fri Nov 24 12:11:32 2017 +0100 | | | | | | use heap sort for ascending integer sort | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2050 | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/List.mo | | | | | * commit 0e8a7381133bd5b39bdd06d96e1863172014033f | | | Author: hkiel | | | Date: Fri Nov 24 11:12:43 2017 +0100 | | | | | | fix reheap when sorting the array | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2048 | | | | | | M Compiler/Util/Array.mo | | | | | * commit 68ab9042b0b443222707bc8b1ebe0f8db9571d0a | | | Author: hkiel | | | Date: Thu Nov 23 17:49:49 2017 +0100 | | | | | | use Array.heapSort to reduce memory usage for large models | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2048 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit aa30cda9794f127808e49381a4ecf63bc2493ed3 | | | Author: hkiel | | | Date: Thu Nov 23 17:49:28 2017 +0100 | | | | | | implemented heap sort for arrays | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2048 | | | | | | M Compiler/Util/Array.mo | | | | | * commit 6dc1882cc7eac86f918abd64e57b77a90050ce6d | | | Author: Per Östlund | | | Date: Wed Nov 22 14:28:54 2017 +0100 | | | | | | [NF] Replace package constants by default. | | | | | | - Implemented new phase that replaces package constants. | | | - Added debug flag replacePackageConstants to toggle whether to | | | replace or collect package constants (default replace). | | | - Added more generic traversal functions for Equation and Statement, | | | and removed some duplicated code. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2047 | | | - OpenModelica/OpenModelica-testsuite#791 | | | | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d9b21268b9ea28103b853f33cee28b13c52d328b | | | Author: niklwors | | | Date: Wed Nov 22 14:13:23 2017 +0100 | | | | | | fix for linker error in ModelicaExtrenalC for cpp runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2046 | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | * commit 814b4aeeaba4ad8d45780a439fc9b9e273376fe3 | | | Author: ptaeuber | | | Date: Wed Nov 22 13:16:18 2017 +0100 | | | | | | Calculate numerical jacobian for adaptive homotopy correctly | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2045 | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit ea246de58f37632724acc958c6ce45f8d8317189 | | | Author: Per Östlund | | | Date: Tue Nov 21 19:04:29 2017 +0100 | | | | | | NFInst fixes. | | | | | | - Use correct parent in NFInst.modifyExtends. | | | - Use DAE.T_FUNCTION when converting a function to DAE. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2044 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit df577f24d3553b0c024296e5b1c9f0ee1bb0ee90 | | | Author: hkiel | | | Date: Tue Nov 21 17:26:50 2017 +0100 | | | | | | fix copy/paste bug introduced in 1fd2008cf5 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2043 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 8e9ee9145822068750e7757862cda1051b075301 | | | Author: Per Östlund | | | Date: Tue Nov 21 16:22:25 2017 +0100 | | | | | | [NF] Better handling of stateSelect. | | | | | | - Evaluate stateSelect attributes so they can be converted to DAE. | | | - Fix bindings of StateSelect members in Builtin, they'd been | | | mistakenly set as the components' conditional expressions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2042 | | | - OpenModelica/OpenModelica-testsuite#790 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 0790acfb4b2bc04d7ff9cb24a6e81c8099c71a63 | | | Author: Per Östlund | | | Date: Tue Nov 21 15:25:56 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Handle wildcard crefs in NFInst.instCref. | | | - Renamed Type.ANY_TYPE to POLYMORPHIC, and added Type.ANY that's type | | | compatible with any other type (used for wildcards). | | | - Fixed scope when instantiating inherited sections. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2041 | | | - OpenModelica/OpenModelica-testsuite#789 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 9ec3abdfe0e12aceae5ff29cfe2b3be426e13db1 | | | Author: ptaeuber | | | Date: Tue Nov 21 10:44:53 2017 +0100 | | | | | | Add flag to start running the homotopy path ... | | | | | | ... in negative direction first. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2040 | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 5730246181701cf87770627f528fe5a15e76e834 | | | Author: Rüdiger Franke | | | Date: Tue Nov 21 09:19:18 2017 +0100 | | | | | | Skip displayUnit in FMI2 export because FMI2XML fails for e.g. bar | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2039 | | | - OpenModelica/OpenModelica-testsuite#788 | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 2b46fc8350c13e7c878675acd8607216a7f8afab | | | Author: Rüdiger Franke | | | Date: Tue Nov 21 08:42:04 2017 +0100 | | | | | | Generate units in FMI 2 modelDescription.xml, ticket:4649 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2039 | | | - OpenModelica/OpenModelica-testsuite#788 | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 05ebd2ec516b795e24ae12a2fcac9cd16f30edff | | | Author: Rüdiger Franke | | | Date: Tue Nov 21 08:17:39 2017 +0100 | | | | | | Only consider Real variables for fmi2GetDirectionalDerivative | | | | | | Integer and Boolean variables don't work because they appear cluttered | | | in SIMVARS.inputVars and their FMI valueReference re-starts from 0. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2039 | | | - OpenModelica/OpenModelica-testsuite#788 | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit d4ea7ac8215bfd050938219281e2c220e40ba9c6 | | | Author: ptaeuber | | | Date: Mon Nov 20 16:49:02 2017 +0100 | | | | | | Solve lambda0-system separately ... | | | | | | ... before applying adaptive local homotopy method. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2038 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 34369f3ca78cb028de7bd89948e4ddfb77fb1c12 | | | Author: Per Östlund | | | Date: Mon Nov 20 16:09:22 2017 +0100 | | | | | | [NF] Handle recursive functions. | | | | | | - Update the function cache before instantiating a function's | | | expressions, to avoid instantiating it again in the case of | | | a recursive call. | | | - Split the typing of functions so their signatures are typed | | | first, then type their bodies only after updating the cache. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2037 | | | - OpenModelica/OpenModelica-testsuite#787 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 3548b470f1a3c2bed46c1de021628d54222394ed | | | Author: Per Östlund | | | Date: Mon Nov 20 15:01:54 2017 +0100 | | | | | | NFInst fix. | | | | | | - Fix NFClassTree.flatten so that the lookup tree isn't invalidated | | | when there are duplicate elements. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2036 | | | - OpenModelica/OpenModelica-testsuite#786 | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit add36ffd151cdd02ebdda9a77f29a7f72134ec9e | | | Author: hkiel | | | Date: Sun Nov 19 10:19:31 2017 +0100 | | | | | | do simplification of "a and not a" to false only for boolean type | | | same for "a or not a" to true | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2035 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit ce3522c3ee382d2eb6f47de946e6c93daf15f031 | | | Author: hkiel | | | Date: Sun Nov 19 08:48:41 2017 +0100 | | | | | | workaround for PNLib | | | in PNlib the LBINARY expression "{} and not {}" must be handled and should not be simplified to "false" by ExpressionSimplify.simplifyLBinary | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2034 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 6f71dc57fa8b271850b7845fd54091bce0afbf6c | | | Author: Rüdiger Franke | | | Date: Fri Nov 17 20:27:05 2017 +0100 | | | | | | Dummy commit to (hopefully) get around Hudson bugs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2033 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f2d48acad84592f56ff99348e99278b7bfb9d267 | | | Author: Rüdiger Franke | | | Date: Fri Nov 17 18:31:48 2017 +0100 | | | | | | Treat removed Jacobian var defines in daeExpCrefRhsArrayBox | | | | | | Following up 2264580fd02b05dfbe0860f6dc065c91702ecf0f | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2033 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 6ee245861b96c4b22fcce8774b7a997b3f932867 | | | Author: hkiel | | | Date: Fri Nov 17 19:36:59 2017 +0100 | | | | | | fix "a or not a" and "a and not a" simplifications | | | optimize some simplify rules | | | reuse existing structures | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2032 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 37ec0ba157cf551265e8ef657f39424a4d18f68f | | | Author: hkiel | | | Date: Fri Nov 17 10:10:24 2017 +0100 | | | | | | [CodeGenC] skip cases independent of passing guard | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2031 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 0cd326810a8a25ff706671566385376f55d6c7db | | | Author: hkiel | | | Date: Thu Nov 16 15:46:05 2017 +0100 | | | | | | use list comprehension instead of recursion | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2030 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 16e800b39b67f6b0c64bfe3a35e07e7a6a7e81e4 | | | Author: Per Östlund | | | Date: Thu Nov 16 15:30:13 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Fixed type of array cast expressions. | | | - Added internal error when Scalarize fails to expand equation. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2029 | | | - OpenModelica/OpenModelica-testsuite#785 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | | | * commit 2fe6fb8400d79e6bc60084b9128cf82f9e115da2 | | | Author: Per Östlund | | | Date: Thu Nov 16 14:58:43 2017 +0100 | | | | | | [NF] Improved handling of function parameter dims. | | | | | | - Allow function parameter dimensions to be unknown or continuous. | | | - Improved typing of size when size can't be evaluated. | | | - Fixed type of min/max of array. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2028 | | | - OpenModelica/OpenModelica-testsuite#784 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 613640092ee29d4fde6a2d36d53c76046a39dab6 | | | Author: Volker Waurich | | | Date: Thu Nov 16 14:12:28 2017 +0100 | | | | | | modified description of comsubexp | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2027 | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 02355eb897dc9f1208748833dcae0ccdf704109d | | | Author: hkiel | | | Date: Thu Nov 16 13:57:00 2017 +0100 | | | | | | use loop instead of recursive matchcontinue in BaseHashSet.get2 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2026 | | | | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit a6ecff61785fcec47f4683db696aefefd912c810 | | | Author: Volker Waurich | | | Date: Thu Nov 16 13:00:16 2017 +0100 | | | | | | fix external object alias in initial equations | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2025 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 197ec7ad2232b03480a9d1a6dce62abc1fa2a7c9 | | | Author: hkiel | | | Date: Thu Nov 16 12:14:34 2017 +0100 | | | | | | fix cosh^2(x)-sinh^2(x)=1 in ExpressionSimplify.simplifyBinary | | | also remove asin(sin(x))=x and atan(tan(x))=x from simplifyCall | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2023 | | | - OpenModelica/OpenModelica-testsuite#783 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 1fd2008cf5ea32aa9abbe07cf0cdfb1a64064af5 | | | Author: Volker Waurich | | | Date: Thu Nov 16 09:50:46 2017 +0100 | | | | | | simpify r1+r2+cr ->r3+cr | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2024 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a4417ed6973ff2e06b96d70fd9cc3d90b53f4bb0 | | | Author: Per Östlund | | | Date: Wed Nov 15 16:21:58 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Move if equation branch selection and for loop unrolling to | | | NFFlatten, so it's done before resolving connections. | | | - Check that connect isn't used in an if equation with non-parameter | | | condition. | | | - Move NFConnectionSets.Connection to its own file. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2022 | | | - OpenModelica/OpenModelica-testsuite#782 | | | | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnectionSets.mo | | | A Compiler/NFFrontEnd/NFConnections.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSections.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 517bf930b53b20df3a89538429a4e43dfb93df1a | | | Author: niklwors | | | Date: Wed Nov 15 14:22:41 2017 +0100 | | | | | | fix for typo in cpp tempalte | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2020 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 3e4eb948547e5e6a1b0a9dc9dd6362f80d56dedc | | | Author: ptaeuber | | | Date: Wed Nov 15 13:47:33 2017 +0100 | | | | | | Better flag handling for different homotopy approaches | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2019 | | | - OpenModelica/OpenModelica-testsuite#781 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 0a33707b193befbad44cd1550083f63fe1a4a9e5 | | | Author: Martin Sjölund | | | Date: Wed Nov 15 12:15:47 2017 +0100 | | | | | | Handle vectorization of matrix slightly better | | | | | | This partially resolves ticket:2469. Code generation still does not | | | fully work unless `-v=1` is used. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2018 | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit b8738186ae7bf47577f6f83f17595bed685c36d6 | | | Author: Martin Sjölund | | | Date: Wed Nov 15 09:20:41 2017 +0100 | | | | | | Partially type-check for min,max,smooth | | | | | | Does not handle all cases yet (min/max does not check if `<` or `>` | | | can be used on the expressions; smooth does not check for all allowed | | | expressions, like records containing only arrays of reals, etc). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2017 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit 5e28f3c11e830fec120965cb2f1211ea8ba2226f | | | Author: Per Östlund | | | Date: Tue Nov 14 16:07:43 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Handle enumeration relations in NFSimplifyExp. | | | - Fix case for if-equation in NFConvertDAE.convertInitialEquation | | | so that it generates an initial if-equation instead of a normal one. | | | - Fix NFScalarize.scalarizeIfEquation to handle the case where an | | | if-equation is completely removed due to all conditions being false. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2016 | | | - OpenModelica/OpenModelica-testsuite#780 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | | | * commit 7c50cbcad63271bc95b5e63f8cd7af7b358c5209 | | | Author: Per Östlund | | | Date: Tue Nov 14 15:11:25 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Rename NFMod to NFModifier, since that's the actual package name. | | | - Add instance tree hierarchy level to components, and have bindings | | | keep track of which level they're from instead of keeping track of | | | how many levels they've been pushed down. | | | - Added Expression.SUBSCRIPTED_EXP to handle subscripting of | | | expressions that can't be scalarized. | | | - Add missing cases for Call.UNTYPED_MAP_CALL and CAll.TYPED_MAP_CALL | | | to some Expression functions. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2015 | | | - OpenModelica/OpenModelica-testsuite#779 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | R084 Compiler/NFFrontEnd/NFMod.mo Compiler/NFFrontEnd/NFModifier.mo | | | M Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit d55e7e17575171aaf24cb0d49636dad36e9e4ce8 | | | Author: ptaeuber | | | Date: Tue Nov 14 14:05:10 2017 +0100 | | | | | | Allow adaptive step size also for local homotopy | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2014 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit e82a713699f624dabc3e359a06bdbe1d167c913d | | | Author: Per Östlund | | | Date: Tue Nov 14 12:52:15 2017 +0100 | | | | | | Propagate component visibility down in NFFlatten. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2013 | | | - OpenModelica/OpenModelica-testsuite#778 | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | | * commit 1a074b0746bc9f4f63904f25b6cfd138810fd013 | | | Author: Martin Sjölund | | | Date: Tue Nov 14 08:48:40 2017 +0100 | | | | | | Avoid using + for options | | | | | | Use -- or - for long/short options instead. | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#66 | | | - OpenModelica/OMCompiler#2012 | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Util/Error.mo | | | | | * commit d8b46d09d07fe3200b9c53f832a28f85120ea09f | | | Author: Per Östlund | | | Date: Mon Nov 13 17:36:43 2017 +0100 | | | | | | NFInst fixes. | | | | | | - Handle derived functions in NFFunction.collectParams. | | | - Remove the warning when finding an outer element when looking for | | | an inner, since this is valid and commonly used. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2011 | | | - OpenModelica/OpenModelica-testsuite#777 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/Util/Error.mo | | | | | * commit 8fe91b3bf2db68ac9738a710bf2bddb08137f32a | | | Author: Per Östlund | | | Date: Mon Nov 13 17:16:01 2017 +0100 | | | | | | Improve detection of invalid each in NFInst. | | | | | | - Take the dimensions of a component's type into account when checking | | | whether each is used on an array or not. | | | - Don't fail when an invalid use of each is found, since the MSL | | | uses each incorrectly. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2010 | | | - OpenModelica/OpenModelica-testsuite#776 | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | | | * commit 38bf65a63afc13c09c08c2c62da589a11f9aa5bc | | | Author: Martin Sjölund | | | Date: Mon Nov 13 16:31:29 2017 +0100 | | | | | | [NF] Type-check pre operator | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2009 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit c536259acba3838c114f8de8a29b0a1ea8fecab0 | | | Author: Martin Sjölund | | | Date: Mon Nov 13 15:03:22 2017 +0100 | | | | | | [NF] Call fail() when failing | | | | | | This avoids segmentation faults due to the type checking returning | | | types even when it fails. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2008 | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 8f80b4e4891c69071aa31e4dd3d385b4a3c9c62c | | | Author: Martin Sjölund | | | Date: Mon Nov 13 15:00:40 2017 +0100 | | | | | | [NF] Support default attributes in functions | | | | | | The previous code only worked for variables with some attributes set | | | but failed for the default attributes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2008 | | | | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit 63769821e4885e4f195c397b4bee7468d572660a | | | Author: Per Östlund | | | Date: Mon Nov 13 13:59:46 2017 +0100 | | | | | | Disable unit checking in nfinst. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2006 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ff1e618b3989828b14d2898cd8bb0edb215270e9 | | | Author: Per Östlund | | | Date: Mon Nov 13 12:45:00 2017 +0100 | | | | | | Fix for ticket:4625. | | | | | | - Implement case for Absyn.Exp.CALL in | | | Interactive.renameComponentInExp. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2007 | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit a72f16503d28ad51defe62bad31d2df39983d1db | | | Author: hkiel | | | Date: Fri Nov 10 16:08:46 2017 +0100 | | | | | | some small optimizations | | | avoid matchcontinue | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1949 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/HashTableCrToExpOption.mo | | | | | * commit 978d2764de7dfcce5b761eb7d1479751637f9ef9 | | | Author: hkiel | | | Date: Fri Nov 10 15:07:41 2017 +0100 | | | | | | avoid recursion and matchcontinue in getSparsePattern | | | reduce memory overhead in ExpressionSimplify.simplifyAdd | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2005 | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 679140ab75453c42bc30a6358dad3e8409c57fed | | | Author: Martin Sjölund | | | Date: Fri Nov 10 12:28:51 2017 +0100 | | | | | | Remove DAE.SUM in favor of DAE.REDUCTION | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2004 | | | | | | M Compiler/BackEnd/Vectorization.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit ea3a1f6a30aab8bdca6486351244847c14e1f55e | | | Author: Per Östlund | | | Date: Thu Nov 9 14:11:47 2017 +0100 | | | | | | Builtin attribute type checking for NFInst | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2003 | | | - OpenModelica/OpenModelica-testsuite#775 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1dfcc602d11bfbb77e50d5089f6d5bbddc9b2b7b | | | Author: hkiel | | | Date: Thu Nov 9 13:27:23 2017 +0100 | | | | | | replace matchcontinue by match | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2002 | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit eaa2e128d718ed7347ff459aec258e83ce92f098 | | | Author: Martin Sjölund | | | Date: Thu Nov 9 09:44:34 2017 +0100 | | | | | | [NF] Fix for builtin calls | | | | | | Calls like Modelica.Math.sin need to be replaced with sin in the DAE | | | structure. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2001 | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | | | * commit 332341ba8c2b249428c9062b115d3025577ca736 | | | Author: Martin Sjölund | | | Date: Thu Nov 9 08:17:19 2017 +0100 | | | | | | Do not optimize CC for initialAnalyticJacobian | | | | | | This resolves the easy part of ticket:4601. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#2000 | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 89998d3feb82d67073df50c42495f40503f7ac9f | | | Author: Per Östlund | | | Date: Wed Nov 8 16:39:03 2017 +0100 | | | | | | Stripping of direction in nfinst. | | | | | | - Implemented stripping of input/output on non top-level components, | | | including support for the useLocalDirection flag. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1999 | | | - OpenModelica/OpenModelica-testsuite#774 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | | | * commit 7360bc3f7140dbf3da6045d26eb3c7b2f757b07c | | | Author: ptaeuber | | | Date: Wed Nov 8 16:19:13 2017 +0100 | | | | | | Fix writing of homotopy csv-file for matrix elements | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1998 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 9cb312a831979567e1f659c4502868940f6f30f0 | | | Author: Per Östlund | | | Date: Wed Nov 8 16:03:02 2017 +0100 | | | | | | Fix prefixing of modifiers on inherited elements. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1997 | | | - OpenModelica/OpenModelica-testsuite#773 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 9b63a0edad43104be9f9e95a4b002e2194aeb9fd | | | Author: Per Östlund | | | Date: Wed Nov 8 14:38:18 2017 +0100 | | | | | | Handle package constants in nfinst. | | | | | | - Implemented new phase that collects used package constants and adds | | | them to the flat model to make it complete. | | | - Implemented ComponentRef.compare. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1996 | | | - OpenModelica/OpenModelica-testsuite#772 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFConnectionSets.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | A Compiler/NFFrontEnd/NFPackage.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 2a409cde6cbd9446ffc7b986deca5edd66a83fa0 | | | Author: Willi Braun | | | Date: Tue Nov 7 19:01:32 2017 +0100 | | | | | | added first version of ida scaling | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1995 | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 725d9defb55fc62c092977355208ee368600fd4d | | | Author: niklwors | | | Date: Tue Nov 7 18:19:55 2017 +0100 | | | | | | acitvate 'Allow dividing by all globalKnownVars in initDAE' for cpp runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1994 | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 425073cef38d0b65feeacb223c07b7b0a564076d | | | Author: Willi Braun | | | Date: Tue Nov 7 17:23:19 2017 +0100 | | | | | | [FMI] fix sorting of the directional derivatives | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1993 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 28e9498e5d2e2371d2b69660ac367715bbb7657f | | | Author: ptaeuber | | | Date: Tue Nov 7 16:43:15 2017 +0100 | | | | | | Always select start value with lowest... | | | | | | confidence number. | | | | | | See | | | - Section 8.6.2 of the Modelica Specification. | | | - ticket:4603 | | | | | | The confidence number is currently the minimum of the cref depth | | | and the depth of the start value cref (if it is a cref). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1985 | | | - OpenModelica/OpenModelica-testsuite#770 | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit cf744823ef9b57d6820618d3c012075e8391ba1d | | | Author: Per Östlund | | | Date: Tue Nov 7 15:42:18 2017 +0100 | | | | | | Basic handling of component conditions in nfinst. | | | | | | - Implemented handling of component conditions, including instantiation, | | | typing and removal of component with a false condition, but not | | | including removing connections to such components. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1992 | | | - OpenModelica/OpenModelica-testsuite#769 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFExpOrigin.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 42bc0b10a84d566bc2c01b66eb2bce4501747191 | | | Author: Mahder Gebremedhin | | | Date: Tue Nov 7 14:11:18 2017 +0100 | | | | | | NFFrontEnd small fix for array expressions ($array) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1991 | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | | | * commit 1e0528341ab70618cd8f78d2da63343527d6e9bc | | | Author: Per Östlund | | | Date: Tue Nov 7 13:55:40 2017 +0100 | | | | | | Implement simple branch selection in nfinst. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1990 | | | - OpenModelica/OpenModelica-testsuite#768 | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 67d63de5e5c9c015176f1fc14987f2e3d63d99a6 | | | Author: Per Östlund | | | Date: Tue Nov 7 13:31:18 2017 +0100 | | | | | | Clean up NFUnitCheck.foldEquation2 a bit. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1989 | | | | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit 8ab93d5b390ee8f1c39b0b6276a955f98df703d4 | | | Author: Per Östlund | | | Date: Tue Nov 7 12:54:01 2017 +0100 | | | | | | Redeclare improvement in nfinst. | | | | | | - Strip the modifier from the SCode.REDECL and add it to the | | | Modifier.REDECLARE, so that it's merged in the correct order and | | | instantiated in the correct scope. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1986 | | | - OpenModelica/OpenModelica-testsuite#767 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit 1be2a07fd09f6bc5eab46ffcd568011d99d007be | | | Author: Adeel Asghar | | | Date: Tue Nov 7 12:29:47 2017 +0100 | | | | | | Added flags for input and output path. | | | Input path flag `-inputPath` is used to read the model_init.xml and model_info.json files. `-f` flag for model_init.xml file gets the preference over `-inputPath`. | | | Output path flag `-outputPath` is used to write the output files like model_res.mat, model_prof.intdata etc. `-r` flag for model_res.mat file gets preference over `-outputPath` flag. | | | Fixes ticket:4583 where we need to set a different working directory for simulation executable. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1970 | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/modelinfo.h | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 1a778dd4aecf16bc277026b114eccc5f57e65c09 | | | Author: Mahder Gebremedhin | | | Date: Tue Nov 7 11:52:34 2017 +0100 | | | | | | NFFrontEnd record fix | | | | | | - create a typed component for the return type of default constuctors. | | | - when converting a function to old DAE structures use the splitted inputs, outputs and locals instead of the components from the class node so that the auto generated return component is picked up. It is not added to the classInst. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1987 | | | | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit 1b186d3c33e532c4af17ddc04dc64aa84168175e | | | Author: Volker Waurich | | | Date: Tue Nov 7 08:13:06 2017 +0100 | | | | | | throw warning when SimCodeUtil.makeSES_SIMPLE_ASSIGN fails | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1981 | | | - OpenModelica/OpenModelica-testsuite#766 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit a1aa13855b367e8718666bd05d6fd3ead00f395b | | | Author: Volker Waurich | | | Date: Mon Nov 6 15:54:46 2017 +0100 | | | | | | fix for SimCodeUtil.makeSES_SIMPLE_ASSIGN | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1981 | | | - OpenModelica/OpenModelica-testsuite#766 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 49cdb03269b9296b35be48ecf155fcfefb92c8c8 | | | Author: Adrian Pop | | | Date: Tue Nov 7 01:38:48 2017 +0100 | | | | | | fix opcua lib exports on windows | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1984 | | | | | | M SimulationRuntime/opc/ua/Makefile.omdev.mingw | | | | | * commit 19933497b95401fa6d5ceeb731095583fa67ab26 | | | Author: Adrian Pop | | | Date: Mon Nov 6 22:58:53 2017 +0100 | | | | | | fix windows build | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1983 | | | | | | M SimulationRuntime/opc/ua/Makefile.omdev.mingw | | | | | * commit 27d4fab071fcef6ee12ef59a12ba9359d88716fa | | | Author: ptaeuber | | | Date: Mon Nov 6 17:36:30 2017 +0100 | | | | | | Fix init message for FMI | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1979 | | | - OpenModelica/OpenModelica-testsuite#762 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit bb335c693006f64c1458235d11ca90d0b58c9fe4 | | | Author: ptaeuber | | | Date: Mon Nov 6 14:11:50 2017 +0100 | | | | | | Move default success messages from stdout to LOG_SUCCESS | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1979 | | | - OpenModelica/OpenModelica-testsuite#762 | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 691f4e90331eeef3720bb789dfc26ae4bda2b981 | | | Author: Per Östlund | | | Date: Mon Nov 6 17:21:07 2017 +0100 | | | | | | Improve element visibility in nfinst. | | | | | | - Move visibility to InstNode so that it's always available for any | | | class or component. | | | - Fix attribute propagation so that components don't inherited | | | visibility from their parents. | | | - Turn on visibility check in lookup for classes (fixes ticket:2296). | | | - Fixed stream connection handling having undefined behaviour | | | due to ticket:4502. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1982 | | | - OpenModelica/OpenModelica-testsuite#765 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | | | * commit b30e47aac802f8984bf2f7a2dc8903dd46cfdd33 | | | Author: Martin Sjölund | | | Date: Mon Nov 6 14:08:00 2017 +0100 | | | | | | Handle reporting real stack overflow in Susan | | | | | | We use a fake stack overflow to signal some logic error in the | | | templates. This also checks for a real stack overflow so we can | | | report the stack overflow message. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1978 | | | - OpenModelica/OpenModelica-testsuite#764 | | | | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/Error.mo | | | | | * commit 037d5bb3fe15f9fce0e32754ee90e1ef6d07ad46 | | | Author: Martin Sjölund | | | Date: Mon Nov 6 12:31:53 2017 +0100 | | | | | | Fix scalability issue in NFUnitCheck | | | | | | Set the cref hashtable to an appropriate size at the start. | | | | | | Also re-added the `-d=-frontEndUnitCheck` flag which was previously | | | not used in the new frontend always enabling the unit checking. This | | | has the default set to true with the ability to disable the phase. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1978 | | | - OpenModelica/OpenModelica-testsuite#764 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9e0eb5fd743f597bd8d6f601270fa2de7656d211 | | | Author: Per Östlund | | | Date: Mon Nov 6 13:46:13 2017 +0100 | | | | | | Fix StateSelect variability in nfinst. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1980 | | | - OpenModelica/OpenModelica-testsuite#763 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | | | * commit 0f0996174eb0e3ace945cf0fc8e1e1532072fcec | | | Author: Per Östlund | | | Date: Mon Nov 6 13:03:42 2017 +0100 | | | | | | Fix ticket:4611. | | | | | | - Fix counting of complex equations in checkModel. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1977 | | | - OpenModelica/OpenModelica-testsuite#761 | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 23c2c8b8f7c56576af08b78ac2c64383573d9fac | | | Author: hudson | | | Date: Mon Nov 6 11:24:03 2017 +0100 | | | | | | Updating 3rdParty | | | | | | 50a4182 Added open62541 v0.2 | | | | | | M 3rdParty | | | | | * commit fb2513cd398c7dd43768e233b291b4893331be46 | | | Author: Martin Sjölund | | | Date: Mon Nov 6 11:24:01 2017 +0100 | | | | | | Update open62541 to 0.2 release | | | | | | Changed publishing/sampling limits so the client can draw nicer curves. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1976 | | | - OpenModelica/OMCompiler-3rdParty#24 | | | | | | M 3rdParty | | | M COPYING | | | M SimulationRuntime/opc/ua/omc_opc_ua.c | | | | | * commit 9a8bb1d62f2069978ca372ba479c195f62323aa6 | | | Author: Martin Sjölund | | | Date: Mon Nov 6 08:08:02 2017 +0100 | | | | | | Fix stack overflow in NFUnitCheck | | | | | | This resolves ticket:4610. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1975 | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit 0a53c4f7bef95b7e425b9fcc321cb57b95cb9d03 | | | Author: hkiel | | | Date: Sat Nov 4 15:54:44 2017 +0100 | | | | | | do not use matchcontinue where match+guard can be used | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1974 | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit 75a30894f6a76fce28f6a561b7bc15c9a61abdae | | | Author: Per Östlund | | | Date: Fri Nov 3 16:26:19 2017 +0100 | | | | | | Basic connection handling for NFInst. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1972 | | | - OpenModelica/OpenModelica-testsuite#760 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | A Compiler/NFFrontEnd/NFComplexType.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | A Compiler/NFFrontEnd/NFConnectEquations.mo | | | A Compiler/NFFrontEnd/NFConnection.mo | | | A Compiler/NFFrontEnd/NFConnectionSets.mo | | | A Compiler/NFFrontEnd/NFConnector.mo | | | M Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | A Compiler/NFFrontEnd/NFRestriction.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | M Compiler/Util/BaseHashTable.mo | | | A Compiler/Util/DisjointSets.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 2c5818d2b45fcb64dac0d5d9c8d9fac52f075bbd | | | Author: Lennart Ochel | | | Date: Thu Nov 2 23:48:04 2017 +0100 | | | | | | Add flag to fix the mat file headers every N steps | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1968 | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat4.cpp | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 0a2dcae72e1a42a1aa3684a61f34dcdfd4a190f9 | | | Author: Mahder Gebremedhin | | | Date: Thu Nov 2 15:45:56 2017 +0100 | | | | | | Enable unit checking by default in the New FrontEnd. | | | | | | - Unit checking is enabled now. | | | - Add some missing cases in equation unit checking. | | | - Minor cleanup of NFInst | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1958 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit 7e6dbfd82ce735bd530685e0eb4621941b0a7fba | | | Author: Per Östlund | | | Date: Thu Nov 2 12:18:36 2017 +0100 | | | | | | Fix for #4606. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1969 | | | - OpenModelica/OpenModelica-testsuite#758 | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit 0a64f0055d2ccc0e1bd17c4a5b524556b234555d | | | Author: Martin Sjölund | | | Date: Wed Nov 1 20:48:15 2017 +0100 | | | | | | Add rpath for the C runtime libraries | | | | | | When linking against the C runtime, we usually add rpath entries for all | | | the paths. But the C++ runtime does not do this, which seems to break | | | linking on Ubuntu 17.10. So we now add rpath entries in the shared | | | object itself, which solves this problem (ticket:4605). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1967 | | | | | | M SimulationRuntime/c/Makefile.in | | | | | * commit b3c9646b6dca2766f3dca6fc2769828c2398e1f5 | | | Author: Lennart Ochel | | | Date: Wed Nov 1 18:44:30 2017 +0100 | | | | | | Add unit information of alias variables to mat files | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1965 | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat4.cpp | | | | | * commit a07c7d7f8a335c8607c9861500eb5285bb187a6e | | | Author: Martin Sjölund | | | Date: Wed Nov 1 14:55:48 2017 +0100 | | | | | | Passing fixed=true where expected in the examples | | | | | | Most of the examples are old; we should showcase modern Modelica, and | | | leaving initialization partially undefined is not recommended. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1966 | | | | | | M Examples/BouncingBall.mo | | | M Examples/VanDerPol.mo | | | M Examples/dcmotor.mo | | | | | * commit 1f28d87c1a8722344efc34d196f2a0e1fc3ce025 | | | Author: Lennart Ochel | | | Date: Wed Nov 1 10:40:28 2017 +0100 | | | | | | Save units of measure for parameters to mat files | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1964 | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat4.cpp | | | | | * commit 66d69d5a76ca741105abc30d97969542c204ef63 | | | Author: Rüdiger Franke | | | Date: Wed Nov 1 09:15:41 2017 +0100 | | | | | | Unify generated code for variable access under FMI 1.0 and 2.0 | | | | | | Differences, if any, shall be treated in the respective wrappers. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1963 | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 0ed5264e971741dce27d8aff91c5491dddf9d5d9 | | | Author: Martin Sjölund | | | Date: Wed Nov 1 07:46:55 2017 +0100 | | | | | | Fix scalability for systems without variables | | | | | | If a system has only parameters and no equations, we now properly | | | estimate the size of the HashSet used for creating the ModelInfo | | | structure as variables+parameters. This avoids using linear search | | | due to the HashSet having size 1. This fixes ticket:4590. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1961 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 32ea34faacf8f95765976c7b0b7001f51246b075 | | | Author: Rüdiger Franke | | | Date: Wed Nov 1 04:30:41 2017 +0100 | | | | | | Fix Cpp code generation for derivative functions of media, ticket:4600 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1960 | | | - OpenModelica/OpenModelica-testsuite#757 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d01f3d6c0abfae535d90e2efcee4a19f5da85962 | | | Author: David Polak | | | Date: Tue Oct 31 16:09:24 2017 +0100 | | | | | | Added pressure unit mmHg | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1953 | | | - OpenModelica/OpenModelica-testsuite#756 | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit bf377faf44312ffe5c356e010ca70a7205632f2b | | | Author: Lennart Ochel | | | Date: Tue Oct 31 12:25:14 2017 +0100 | | | | | | Avoid deprecated usage of flags | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1959 | | | | | | M CMakeLists.txt | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.in | | | M Compiler/Makefile.omdev.mingw | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Makefile.in | | | M Compiler/Script/Makefile.omdev.mingw | | | M Compiler/Script/OpenModelicaScriptingAPI.mos | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/Makefile.common | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/ZeroMQ.mo | | | M Compiler/boot/CompileFile.mos | | | M Compiler/boot/GenerateInterface.mos | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/MakeSources.mos | | | M Compiler/susan_codegen/Makefile | | | M Examples/BuildModelRecursive.mos | | | M Examples/BuildModelTest.sh | | | M Examples/ComplianceSuite.mos | | | M Examples/GenerateDoc.mos | | | M Examples/LibraryTest.sh | | | M Examples/generate_icons.py | | | M Parser/Modelica.g | | | M README.Linux.md | | | M SimulationRuntime/java_interface/src/org/openmodelica/corba/OMCProxy.java | | | | | * commit ebaacfbd4938dd68becd0f5426dc988f876d7fdb | | | Author: Mahder Gebremedhin | | | Date: Mon Oct 30 12:51:38 2017 +0100 | | | | | | NFrontEnd Unit checking. | | | | | | Enable unit checking for the new front end | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1813 | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit d4dd96b0ca178d1675bacc66285ebcb7bf69b9bc | | | Author: Lennart Ochel | | | Date: Mon Oct 30 12:29:55 2017 +0100 | | | | | | Cleanup MatVer4 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1956 | | | | | | M SimulationRuntime/c/simulation/results/MatVer4.cpp | | | M SimulationRuntime/c/simulation/results/MatVer4.h | | | M SimulationRuntime/c/simulation/results/simulation_result_mat4.cpp | | | | | * commit 119136c6cdd726ca06f4b92f063613e751ddc62c | | | Author: Mahder Gebremedhin | | | Date: Mon Oct 30 11:23:19 2017 +0100 | | | | | | New FrontEnd improvments | | | | | | - Basic implementation of generic/polymorphic functions (function arguments). | | | - Implementation of array functions | | | - mapping (iterator) functions | | | - special Modelica reduction functions. | | | - Handling of record Constructors. | | | - Basic handling of overloaded operator functions. | | | - Expression level handling not implemented yet. | | | - Changed CachedData in InstNodes to an array. | | | - Each element represents a different type of cache. | | | - So far we have caches for functions, package and Inner Outer information. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1785 | | | - OpenModelica/OpenModelica-testsuite#755 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 80e3d34fa6fc956092c82b081615eb5d225661cf | | | Author: Martin Sjölund | | | Date: Mon Oct 30 09:37:42 2017 +0100 | | | | | | Added optional Susan debugging help | | | | | | There is a new flag -d=susanDebug which can generate a different | | | MetaModelica from the Susan code. It will give a stack-trace of the | | | point where a failure happens. | | | | | | Use the debug-flag when compiling the Susan code to add extra try/catch | | | blocks everywhere (this slows down the code considerably and is not | | | intended for use in the production executable; only for debugging). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1955 | | | | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/StackOverflow.mo | | | M Compiler/susan_codegen/TplCodegen.tpl | | | M Compiler/susan_codegen/TplCodegenTV.mo | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | | | * commit fe021bdbee4a62a864d0d02ee22067e06897525a | | | Author: Lennart Ochel | | | Date: Mon Oct 30 08:57:22 2017 +0100 | | | | | | Remove old mat file writer | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1952 | | | | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | D SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | D SimulationRuntime/c/simulation/results/simulation_result_mat.h | | | M SimulationRuntime/c/simulation/results/simulation_result_mat4.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 36778dd5ed4ebad869d5577502e957b6bef81db8 | | | Author: Lennart Ochel | | | Date: Sat Oct 28 14:12:59 2017 +0200 | | | | | | Add unit information to mat files | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1952 | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat4.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit a981b3727ddd9e4cdea8e472d98680e6c65754f2 | | | Author: Lennart Ochel | | | Date: Thu Oct 26 18:06:06 2017 +0200 | | | | | | New implementation for writing mat files | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1952 | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | A SimulationRuntime/c/simulation/results/MatVer4.cpp | | | A SimulationRuntime/c/simulation/results/MatVer4.h | | | A SimulationRuntime/c/simulation/results/simulation_result_mat4.cpp | | | A SimulationRuntime/c/simulation/results/simulation_result_mat4.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit bf1eaeb34e2063a120cf39d0094d703a0f4ff049 | | | Author: Rüdiger Franke | | | Date: Mon Oct 30 06:09:34 2017 +0100 | | | | | | Implement fmi2GetDirectionalDerivative in Cpp runtime | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1954 | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 6c0d7cf2d8fc73a92f65b3fff7cb5c7160dc5bdb | | | Author: Rüdiger Franke | | | Date: Mon Oct 30 06:02:16 2017 +0100 | | | | | | Set FMI flag providesDirectionalDerivative depending on generated code | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1954 | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 69f2571cdbf49adbd2c2401b3e3d543ddea99302 | | | Author: Rüdiger Franke | | | Date: Mon Oct 30 05:47:31 2017 +0100 | | | | | | Change int to size_t in FMU accessors | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1954 | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit a33d4f3c14b13dec3fb396da1c53ed28830df80b | | | Author: Per Östlund | | | Date: Fri Oct 27 14:32:57 2017 +0200 | | | | | | Fix NFInst.instClass for encapsulating classes. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1951 | | | - OpenModelica/OpenModelica-testsuite#754 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 1749c2e3fb02bcd9799744eac56fbc4d1111ecfb | | | Author: Martin Sjölund | | | Date: Fri Oct 27 13:30:30 2017 +0200 | | | | | | Disable CC optimizations on linear systems | | | | | | Linear systems are huge and typically just assign array elements to | | | literal values. Huge functions take a long time to optimize for little | | | gain (relative to the cost of running the linear solver). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1950 | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 8abed04d0bef70d0b7bd8dab103539a17e4f01ee | | | Author: Per Östlund | | | Date: Thu Oct 26 15:24:52 2017 +0200 | | | | | | Split NFFlatten into multiple phases. | | | | | | - Split NFFlatten into NFFlatten, NFScalarize and NFConvertDAE. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1948 | | | - OpenModelica/OpenModelica-testsuite#753 | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | A Compiler/NFFrontEnd/NFConvertDAE.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | A Compiler/NFFrontEnd/NFScalarize.mo | | | M Compiler/NFFrontEnd/NFSections.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/List.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 43d3d5d395153e2916d2a00beb8c70f4f27b01e4 | | | Author: hkiel | | | Date: Thu Oct 26 12:42:07 2017 +0200 | | | | | | fix Matching.removeEdgesForNoDerivativeFunctionInputs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1904 | | | | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 11df6e6734b063d781c33c0a7a38bc548e3b8a2f | | | Author: hkiel | | | Date: Thu Oct 26 12:26:41 2017 +0200 | | | | | | some minor optimizations | | | - remove a matchcontinue | | | - do not operate twice on list | | | - make function tail recursive | | | - avoid tuples | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1947 | | | | | | M Compiler/BackEnd/AdjacencyMatrix.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/Util/List.mo | | | | | * commit dfbce6c2ff0d48e686be7958c492c4e12c922556 | | | Author: Martin Sjölund | | | Date: Thu Oct 26 10:20:58 2017 +0200 | | | | | | Use Set instead of List.unique | | | | | | This improves scalability for ticket:4398. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1946 | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 9ff276e85425ffc38a0fe9e19a7b8b5426fdf4a4 | | | Author: Martin Sjölund | | | Date: Thu Oct 26 09:42:02 2017 +0200 | | | | | | Make findLoops able to look for at most one loop | | | | | | comSubExp expects exactly one loop to be found, so we do not look for | | | all 12798 loops if we know the result will be discarded. Slightly | | | helps ticket:4798. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1945 | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit c21c29dde6a055b5b636d7e4eafb2281b9cc2fe5 | | | Author: Martin Sjölund | | | Date: Wed Oct 25 17:08:24 2017 +0200 | | | | | | Use sets instead of lists in comSubExp | | | | | | This resolves some performance problems reported in ticket:4398. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1944 | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/Util/BaseAvlSet.mo | | | | | * commit 7b04aa1891217624d27554c68c6dd7eac9cc6e33 | | | Author: Martin Sjölund | | | Date: Wed Oct 25 16:09:20 2017 +0200 | | | | | | Use sets in comSubExp | | | | | | This improves performance of comSubExp (ticket:4398). Part of the | | | underlying problem is that the adjacency matrix stores everything as | | | list, but really is a set of integers. Using List.intersect, | | | and similar functions is much slower than using for example AvlSetInt. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1943 | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 2ac44ced4759124b930d656d9d5abfe0822c6ea7 | | | Author: ptaeuber | | | Date: Wed Oct 25 14:17:27 2017 +0200 | | | | | | Fix check of homotopy solution | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1942 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 9e2d1a7c509b03a36792ba63d697dbbbdbe59cde | | | Author: Martin Sjölund | | | Date: Wed Oct 25 13:29:10 2017 +0200 | | | | | | Fix scalability of collectInitialBindings | | | | | | Use a Set instead of searching a list. Fixes ticket:4388. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1941 | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 68350e96d6d317ad8b46adfa24653d946c656ebf | | | Author: Martin Sjölund | | | Date: Tue Oct 24 14:38:35 2017 +0200 | | | | | | [OSX] ModelicaExternalC install names | | | | | | Belonging to [maintenance/v1.12]: | | | - OpenModelica/OMCompiler#1939 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1940 | | | | | | M Makefile.common | | | | | * commit 2f828a21cad8fc79caa9a71ca5249c1dcfc15ee1 | | | Author: Martin Sjölund | | | Date: Tue Oct 24 11:24:01 2017 +0200 | | | | | | [MAT4] Add special case when nrows==0 | | | | | | This fixes ticket:4581 by not crashing OMEdit when opening a corrupt | | | mat-file. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1937 | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit a5b8a71ba863a1d63f10b6ce7520e12938b7b4cc | | | Author: Martin Sjölund | | | Date: Tue Oct 24 08:37:33 2017 +0200 | | | | | | [OSX] Fix install name of OPC library | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1936 | | | | | | M Makefile.common | | | | | * commit c2e5abee77ca3a0afac277d59e93a6042ff48854 | | | Author: Martin Sjölund | | | Date: Tue Oct 24 07:59:41 2017 +0200 | | | | | | [OSX] Fix builds when using a single thread | | | | | | With a single thread, install_name_tool did not execute for the | | | MSL external libraries (except for libModelicaExternalC.dylib). | | | | | | Belonging to [maintenance/v1.12]: | | | - OpenModelica/OMCompiler#1934 | | | - OpenModelica/OpenModelica-testsuite#751 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1935 | | | | | | M Makefile.common | | | | | * commit 18b70e240dba4941d58040ad970b73e02ae19767 | | | Author: Martin Sjölund | | | Date: Mon Oct 23 15:31:04 2017 +0200 | | | | | | Silence some warnings | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1932 | | | | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit a3eea2746b597814d1efd726f463c3538cdaadab | | | Author: Willi Braun | | | Date: Mon Oct 23 12:46:00 2017 +0200 | | | | | | [cRuntime] move jacobian eval LOG_STATS output | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1931 | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 7f2aee4a87da9a718f7c32e8f8209005338b3b85 | | | Author: Willi Braun | | | Date: Mon Oct 23 12:24:19 2017 +0200 | | | | | | [SimCode] fixing symbolic jacobians order for info | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1930 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 3532b108b7ef35cae735cb53ce250300554330f7 | | | Author: Martin Sjölund | | | Date: Fri Oct 20 11:48:38 2017 +0200 | | | | | | Support bootstrapping when using array literals | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1929 | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 09c37cd93c6574d72c23e5487c35fcd642d70a0e | | | Author: Martin Sjölund | | | Date: Thu Oct 19 17:24:29 2017 +0200 | | | | | | Add MetaModelica.Dangerous.listArrayLiteral | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1928 | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit ec1d2927270eb3e10a1e8e2ae4a59418e7c380ed | | | Author: Martin Sjölund | | | Date: Thu Oct 19 16:19:22 2017 +0200 | | | | | | Update linear system debugging | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1928 | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | * commit 04560c977e65e62e2bb444f03a25f0495b198ede | | | Author: ptaeuber | | | Date: Thu Oct 19 16:24:29 2017 +0200 | | | | | | Warn of conflicting alias variables | | | | | | Now a warning is printed if there are alias variables | | | with different start or nominal values. | | | To print the conflicting sets and the chosen values | | | you can use -d=aliasConflicts. | | | | | | ticket:4329 | | | | | | Belonging to [master]: | | | - OpenModelica/OpenModelica#64 | | | - OpenModelica/OMCompiler#1927 | | | - OpenModelica/OpenModelica-testsuite#750 | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit baaffecf6633b478f0faa55de4a51f0f1e730884 | | | Author: niklwors | | | Date: Thu Oct 19 10:38:09 2017 +0200 | | | | | | fix in cpp template for jacobian variables used by algebraic loop | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1924 | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit ed4ccd80be141790f36efab0a6327ef42ffa3565 | | | Author: Martin Sjölund | | | Date: Wed Oct 18 18:02:18 2017 +0200 | | | | | | Fix for linear sparse solvers in source code FMUs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1925 | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | * commit 15730cb502567bda6477cbe74c65a80d2a5aa572 | | | Author: Martin Sjölund | | | Date: Wed Oct 18 17:25:14 2017 +0200 | | | | | | Return correct variability for reductions | | | | | | If either the expression or the iterator is parameter, the entire | | | expression has that variability (or lower). This fixes ticket:4550 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1870 | | | - OpenModelica/OpenModelica-testsuite#727 | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit b610cb9d9d839c81faf23b32c7f67c8c06acacc2 | | | Author: Martin Sjölund | | | Date: Wed Oct 18 16:56:27 2017 +0200 | | | | | | Do not store time in the data_1 matrix | | | | | | Also changed the number of rows in the data_1 matrix to 1 instead of 2. | | | Previously, startTime/stopTtime was stored in the data_1 matrix, but | | | this is not really necessary. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1920 | | | - OpenModelica/OpenModelica-testsuite#749 | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | * commit 2f8fe8ec5c142cfd83e5853489625fcc93926912 | | | Author: Martin Sjölund | | | Date: Wed Oct 18 15:22:11 2017 +0200 | | | | | | Make error-message shorter | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1912 | | | - OpenModelica/OpenModelica-testsuite#748 | | | | | | M Compiler/Util/Error.mo | | | | | * commit 625bb6584d0a91025d19d2c8e5531cbcb6fe1e01 | | | Author: Per Östlund | | | Date: Wed Oct 18 12:45:47 2017 +0200 | | | | | | NFInst fixes. | | | | | | - Use correct parent scope in Lookup.lookupSimpleName. | | | - Cache packages before instantiating them, to avoid loops. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1922 | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | | | * commit ac679f79a6ed8421f72ee8ed02483cf378f4cfe9 | | | Author: Lennart Ochel | | | Date: Wed Oct 18 11:06:14 2017 +0200 | | | | | | Remove unused variables | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1921 | | | | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit 2d0ba0f989e2fa5458d65fa97c75cabcc90382c2 | | | Author: Lennart Ochel | | | Date: Tue Oct 17 22:15:43 2017 +0200 | | | | | | New function to debug hash tables | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1921 | | | | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit f55d7d6b591207f514adfdca310c7b858f7e141d | | | Author: Martin Sjölund | | | Date: Tue Oct 17 21:24:19 2017 +0200 | | | | | | Fix for using default sparse linear solver | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1918 | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | * commit 348695870d6505515b7a7ef0e282c852ce86abed | | | Author: Martin Sjölund | | | Date: Tue Oct 17 19:36:28 2017 +0200 | | | | | | Improved debugging of bad variables in codegen | | | | | | No real changes; just improving the C-code so you can see which | | | variables defines correspond to. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1917 | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 98136a9867e6009d0345609e4065a5bea5a10fe4 | | | Author: Bernhard Thiele | | | Date: Tue Oct 17 13:29:35 2017 +0200 | | | | | | checkModel support for state machines | | | | | | Related to the discussion in ticket:4570 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1916 | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 6c085bb839374ee59cbbf9a544706cd634dddf7e | | | Author: Willi Braun | | | Date: Tue Oct 17 12:58:44 2017 +0200 | | | | | | [FMI] join functionTrees for directional derivative | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1915 | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 75ec7ef8d07e37ec658c46d550589e36d6b7fb56 | | | Author: Willi Braun | | | Date: Tue Oct 17 12:32:33 2017 +0200 | | | | | | disable fmi directional derivatives by default | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1911 | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 73e4cc5eec4c69d94fa2b9a81d32f94bf8c862a6 | | | Author: ptaeuber | | | Date: Tue Oct 17 11:19:29 2017 +0200 | | | | | | Do not get algorithm crefs that will be discarded | | | | | | This fixes the scaling issue of evaluateParameters. | | | | | | ticket:4552 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1914 | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 702e3381bcb63a3df79aa5353542041d68aa88d5 | | | Author: Martin Sjölund | | | Date: Tue Oct 17 11:02:18 2017 +0200 | | | | | | Add a scripting function to access stat | | | | | | It is otherwise very inconvenient to access file sizes from the | | | scripting environment. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1913 | | | - OpenModelica/OpenModelica-testsuite#746 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/System.mo | | | | | * commit aeb9725a3ea0bc3b4a27257a21c537df20a75066 | | | Author: Martin Sjölund | | | Date: Tue Oct 17 10:02:15 2017 +0200 | | | | | | Add support for single precision in mat4 output | | | | | | This resolves (part of) ticket:4569 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1913 | | | - OpenModelica/OpenModelica-testsuite#746 | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 92ac5a60d22a549637a782306dba7bd07a641f5e | | | Author: Lennart Ochel | | | Date: Mon Oct 16 15:33:04 2017 +0200 | | | | | | Increase hash table sizes for the unit checking | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1910 | | | | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/NFFrontEnd/NFUnit.mo | | | | | * commit bba43625e34a2a4e9529c4258ee42e388cc47a87 | | | Author: Willi Braun | | | Date: Mon Oct 16 14:08:07 2017 +0200 | | | | | | fixing FMI directional derivatives and model structure | | | | | | - enable directional derivatives for fmi 2.0 by default and generation | | | of the corresponding symbolic jacobians | | | - rewrite the structure for the dependencies and the partial derivatives generation | | | adjust C-runtime code generation | | | - fixing model structure for output states | | | - rename debug flag disableSymbolicLinearization to disableDirectionalDerivatives | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1715 | | | - OpenModelica/OpenModelica-testsuite#722 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit a766c29ea80d0064a1e36924bc689835dce2e362 | | | Author: Martin Sjölund | | | Date: Mon Oct 16 10:42:21 2017 +0200 | | | | | | Unify reading enumeration flags | | | | | | This commit simplifies the handling of the command-line arguments. It | | | fixed some typos from copy-paste, etc. Hopefully generated FMUs will be | | | able to set flags in the future as well (then the routines handling the | | | flags need to be moved to a separate module since they are all part of | | | simulation_runtime.cpp right now). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1908 | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/fmi_events.h | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 0e39b73bcc36f3dd6bd702b33972582a6d1a1a22 | | | Author: Martin Sjölund | | | Date: Mon Oct 16 09:38:13 2017 +0200 | | | | | | [FMI] Fix static source code FMUs | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1909 | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | * commit b4aa137b30208486d361e1a83cf26d3dac7f1d96 | | | Author: Martin Sjölund | | | Date: Mon Oct 16 08:14:39 2017 +0200 | | | | | | [FMI] Set default dense and sparse linear solvers | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1907 | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit c1445a8677faaf51fbd69c09278e1b4cb1e480dd | | | Author: Martin Sjölund | | | Date: Sun Oct 15 06:27:37 2017 +0200 | | | | | | [FMI] Escape the model's description attribute | | | | | | Models with a class comment containing `<` or `>` would cause parser | | | errors when loading the generated FMU. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1905 | | | | | | M Compiler/Template/CodegenFMU1.tpl | | | M Compiler/Template/CodegenFMU2.tpl | | | | | * commit fba8150480e8f7da0b1dc2aa6e56282182324dcf | | | Author: Martin Sjölund | | | Date: Sat Oct 14 08:18:55 2017 +0200 | | | | | | [FMI] Set nominal to 1.0 as a default | | | | | | This improves scaling of non-linear solvers. Also fixed some default | | | settings in FMUs, such as setting a default linear solver for non-linear | | | systems. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1899 | | | - OpenModelica/OpenModelica-testsuite#744 | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 2a43b90b7c32fee7b3c9b8c03bcfac90bf339ffe | | | Author: hkiel | | | Date: Sat Oct 14 00:06:37 2017 +0200 | | | | | | optimize memory further for ticket:1451 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1902 | | | | | | M Compiler/BackEnd/Sorting.mo | | | | | * commit 84dc1d9ec1c11a07ea7a1de9dbf7989b0a415274 | | | Author: Bernhard Thiele | | | Date: Fri Oct 13 18:33:17 2017 +0200 | | | | | | State machines ticket:4563 | | | | | | Modified semantic equations for state machines for fixing wrong | | | reset behaviour in nested state machines. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1901 | | | - OpenModelica/OpenModelica-testsuite#742 | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | * commit fdcc01d6afe3d7c6eca12adcdda4f2f1b8cf87f1 | | | Author: hkiel | | | Date: Fri Oct 13 16:29:59 2017 +0200 | | | | | | absAdjacencyMatrix only changes lists if values < 0 are contained | | | improves ticket:1451 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1900 | | | | | | M Compiler/BackEnd/AdjacencyMatrix.mo | | | | | * commit b5d86d3277e30ebb4c9222de2379af53e8029b86 | | | Author: Per Östlund | | | Date: Fri Oct 13 15:41:52 2017 +0200 | | | | | | Fix InstExtends for MetaModelica constructs. | | | | | | - Implement handling for MetaModelica constructs in fixstatement, | | | so that it's possible to use e.g. try in an inherited function. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1898 | | | - OpenModelica/OpenModelica-testsuite#741 | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | * commit d8c018eaa15c9ec32f75007ef0496da0a322011e | | | Author: Martin Sjölund | | | Date: Fri Oct 13 14:26:36 2017 +0200 | | | | | | Make FMU tmpTick indexes more similar to C codegen | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1897 | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit aa907b11bca07e43ccb08cd6c4f2ac79ab8b3885 | | | Author: Willi Braun | | | Date: Fri Oct 13 11:49:34 2017 +0200 | | | | | | fix array differentiation for symbolic jacobains | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1895 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit a9268a9e896cbb3c66ab7de2faeaa4d817b15b3a | | | Author: Martin Sjölund | | | Date: Fri Oct 13 08:01:59 2017 +0200 | | | | | | Move parameter record bindings to initial equations | | | | | | Previously, parameter bindings that failed constant evaluation would be | | | silently discarded. Now we move them to the initial section and set | | | fixed=false, in addition to giving a notification stating that we did | | | this (it might influence some heuristics for matching, etc). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1773 | | | - OpenModelica/OpenModelica-testsuite#678 | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 37e75adf89bbd0d597dc9b8042a0efae12a01f83 | | | Author: Martin Sjölund | | | Date: Thu Aug 17 18:36:06 2017 +0200 | | | | | | Improve check for failed function inlining | | | | | | Expressions like `v[i]` would fail to inline before, and be silently | | | ignored. Now inlining fails, which does not corrupt the model. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1773 | | | - OpenModelica/OpenModelica-testsuite#678 | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 0406ea2e67af8254450bff6525b04dabceec2ba3 | | | Author: Martin Sjölund | | | Date: Fri Oct 13 07:46:26 2017 +0200 | | | | | | Fix crash is default linear solver | | | | | | If an expression makes a longjmp, the linear solver data was not | | | restored. This fix makes it so the solver data does not need to be | | | patched depending on which linear solver is running; it simply allocates | | | memory for an extra void* to hold the fallback solver's data. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1894 | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit aba36850854c6e244aa71099dc63fdeaa4f76c5c | | | Author: Martin Sjölund | | | Date: Thu Oct 12 17:51:40 2017 +0200 | | | | | | Calling terminate at initialization means success | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1893 | | | - OpenModelica/OpenModelica-testsuite#740 | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit c22c35be40ae3ebcc87520120209e57d2b9fd24b | | | Author: ptaeuber | | | Date: Thu Oct 12 15:24:08 2017 +0200 | | | | | | Fix problems with ExpressionSolve | | | | | | ExpressionSolve solved equations wrongly due to | | | wrong replacement handling. | | | ticket:4253 | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1892 | | | - OpenModelica/OpenModelica-testsuite#739 | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit ebb0ea835d56a8436e9d4122e1ea781286e79cca | | | Author: Martin Sjölund | | | Date: Thu Oct 12 14:35:38 2017 +0200 | | | | | | Move checkForDiscreteChanges to simulation runtime | | | | | | We should not need to generate code for this function since all it does | | | is compare two vectors to each other to set a flag if a discrete value | | | changed. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1891 | | | - OpenModelica/OpenModelica-testsuite#738 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | A SimulationRuntime/c/simulation/solver/fmi_events.c | | | A SimulationRuntime/c/simulation/solver/fmi_events.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 3a0af47b17eed47bd65951de602213e5fa10df9b | | | Author: Lennart Ochel | | | Date: Thu Oct 12 09:01:33 2017 +0200 | | | | | | New package AdjacencyMatrix | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1602 | | | | | | A Compiler/BackEnd/AdjacencyMatrix.mo | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 2264580fd02b05dfbe0860f6dc065c91702ecf0f | | | Author: Willi Braun | | | Date: Thu Oct 12 01:44:25 2017 +0200 | | | | | | remove jacobian var defines in cpp codegen | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1872 | | | - OpenModelica/OpenModelica-testsuite#730 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 24d57037ca56a85c94f6b649d8fd0df65898ff27 | | | Author: Willi Braun | | | Date: Sat Oct 7 02:57:49 2017 +0200 | | | | | | fix differentiation of arrays crefs(ticket:4545) | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1872 | | | - OpenModelica/OpenModelica-testsuite#730 | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 6d2338df2efd3719693b863be959ee117f18dd96 | | | Author: Willi Braun | | | Date: Wed Oct 11 22:20:04 2017 +0200 | | | | | | improve variable generation for jacobians | | | | | | - use varKind to distinguish result, tmp and seed vars | | | - added matrixName to SimVar to remove the jacobian defines in future | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1890 | | | - OpenModelica/OpenModelica-testsuite#737 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 024a75d0addd49ee87a6eea5c644cbcdd10318e6 | | | Author: Martin Sjölund | | | Date: Wed Oct 11 18:07:43 2017 +0200 | | | | | | Make it possible to ignore OMC_DISABLE_OPT | | | | | | By setting cflags to `-DOMC_DISABLE_OPT=`, you can force the C-compiler | | | to optimize all code fully (not recommended). | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1889 | | | | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit 94e29a9aa597051ae7d07ca73bef094827924246 | | | Author: Martin Sjölund | | | Date: Wed Oct 11 17:47:57 2017 +0200 | | | | | | [C-code] Binding equations disable optimization | | | | | | The number of binding equations is huge and only executes once, | | | typically only setting a variable to a constant value and checking | | | assertions. This disables optimizations for most of those equations. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1889 | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b0b8677b721ff2c4ce5a0754400c76a98a6a8d3c | | | Author: Martin Sjölund | | | Date: Wed Oct 11 13:49:32 2017 +0200 | | | | | | Bootstrapping depends on zmq | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1888 | | | | | | M Makefile.common | | | | | * commit 173618cd51a1b998cdfd0c5497bf2a3f20c415df | | | Author: Martin Sjölund | | | Date: Wed Oct 11 10:31:19 2017 +0200 | | | | | | [FMI] Implement a faster setReal/getReal | | | | | | Only implemented for FMI2 set/get Real/Integer for now. | | | The implementation should be much faster for clang to optimize since | | | it does not use a huge switch-statement. All indexes are used directly | | | and are just calculated as offsets. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1884 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | A Compiler/Util/AvlTreeCRToInt.mo | | | | | * commit a6037498487c2356138e3aadeb9f0642dccb5e3b | | | Author: Martin Sjölund | | | Date: Tue Oct 10 14:12:44 2017 +0200 | | | | | | Do not generate defines for value references | | | | | | Use a lookup table for value references instead of letting the C | | | preprocessor do all the work. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1884 | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 88845bb533b495e908880f7ff33ce4d56db5bda7 | | | Author: Martin Sjölund | | | Date: Wed Oct 11 10:00:11 2017 +0200 | | | | | | Fixes from static analysis of ranges in reductions | | | | | | Do not generate a variable to remember the first index of the range | | | unless needed; do not generate check for range step==0 for integer | | | literals<>0. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1887 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit ccd5c42a2e2c293650884bf1292bcb56c02eec99 | | | Author: ptaeuber | | | Date: Wed Oct 11 08:46:06 2017 +0200 | | | | | | maxSizeLinearTearing=200 as default | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1885 | | | - OpenModelica/OpenModelica-testsuite#735 | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 624b9a6ea87798abe5445a5d9a4301fb97ca24df | | | Author: ptaeuber | | | Date: Tue Oct 10 17:00:11 2017 +0200 | | | | | | Warn about unbalanced system after WFC | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1886 | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 3c3ca87727e6bb17c87eaf45e16318877b8c4770 | | | Author: Per Östlund | | | Date: Tue Oct 10 14:39:16 2017 +0200 | | | | | | Component attribute propagation for NFInst. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1882 | | | - OpenModelica/OpenModelica-testsuite#734 | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | | | * commit 7648bd565dd9b27d4a9a13393259fcc12d166d3c | | | Author: Per Östlund | | | Date: Tue Oct 10 14:15:06 2017 +0200 | | | | | | Clean up obsolete files from new frontend. | | | | | | Belonging to [master]: | | | - OpenModelica/OMCompiler#1883 | | | | | | D Compiler/NFFrontEnd/NFConnect2.mo | | | D Compiler/NFFrontEnd/NFConnectCheck.mo | | | D Compiler/NFFrontEnd/NFConnectEquations.mo | | | D Compiler/NFFrontEnd/NFConnectUtil2.mo | | | D Compiler/NFFrontEnd/NFConnectionSets.mo | | | D Compiler/NFFrontEnd/NFExpandableConnectors.mo | | | D Compiler/NFFrontEnd/NFExtend.mo | | | D Compiler/NFFrontEnd/NFImport.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 351cb376778f48218843a4ef64568b592531cd24 | | | Author: Martin Sjölund | | | Date: Tue Oct 10 11:37:03 2017 +0200 | | | | | | Do not add FMI runtime while bootstrapping | | | | | | M Compiler/Util/FMIExt.mo | | | M Compiler/runtime/Makefile.common | | | M configure.ac | | | | | * commit aad32e02a0a8e9f0709cd84d04e6f1d5a901d74b | | | Author: Martin Sjölund | | | Date: Tue Oct 10 10:49:37 2017 +0200 | | | | | | Split updateParameters into simple and complex | | | | | | Compile simple literal bindings separate from other bindings. The simple | | | bindings can be sorted according to index to get better cache locality | | | and disable optimization since they are only executed once anyway. | | | | | | Also split the binding equations into multiple files when there are too | | | many of them. | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 6138df4eb86c3ff9982beef06c79a8cb3b432ee9 | | | Author: Martin Sjölund | | | Date: Tue Oct 10 08:49:03 2017 +0200 | | | | | | Improve scalability for binding equations | | | | | | When using an optimizing C-compiler, the huge number of binding | | | equations in for example the 4-bit binary adder example becomes the | | | bottleneck. This splits these into multiple files and disables | | | optimization for the wrapper functions. | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit 38a9013452602afd2fbc952cf54eeac8626d4588 | | | Author: Martin Sjölund | | | Date: Tue Oct 10 08:53:40 2017 +0200 | | | | | | Add a JSON parser | | | | | | The parser is a manually written recursive-descent parser taking tokens | | | from an OMCC-generated flex parser as input. | | | | | | A Compiler/Lexers/.gitignore | | | M Compiler/Lexers/LexerJSON.mo | | | M Compiler/Lexers/lexerJSON.l | | | A Compiler/Parsers/JSON.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit ad52d37cb6f8b4af0d58ec4328ed2f2152e5dcf4 | | | Author: Martin Sjölund | | | Date: Mon Oct 9 09:14:16 2017 +0200 | | | | | | Add a JSON lexer | | | | | | A Compiler/Lexers/LexerJSON.mo | | | M Compiler/Lexers/Makefile.in | | | A Compiler/Lexers/lexerJSON.l | | | | | * commit 958906ae8e0414744d6c38da40bb0c56322959fc | | | Author: Martin Sjölund | | | Date: Mon Oct 9 09:14:51 2017 +0200 | | | | | | Updates for libomcruntime | | | | | | libomcruntime was now split into a backend part including some things | | | that are annoying to link if you only want to use OM utilities for | | | some other project (like OMCC). Updated the linker flags when trying | | | to link against "omcruntime" in the Library annotation (fmil, uuid, | | | and zmq were missing). | | | | | | M Compiler/Util/GraphStreamExt.mo | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/Makefile.omdev.mingw | | | M configure.ac | | | | | * commit 3d141a9e1207364ec469e0fa6178c418558f0286 | | | Author: Adeel Asghar | | | Date: Mon Oct 9 17:20:19 2017 +0200 | | | | | | Return "" as file name when duplicating top level class | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit e92a0b57cfb6f78d7526d38f7afc77edad16f1ed | | | Author: Per Östlund | | | Date: Mon Oct 9 12:59:30 2017 +0200 | | | | | | Fix min/max for enumerations. | | | | | | - Fixed elaboration and constant evaluation of min/max with | | | enumeration arguments. | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit c2054ffd3020fbbeb75795d324f0623c0f995423 | | | Author: Per Östlund | | | Date: Mon Oct 9 11:29:58 2017 +0200 | | | | | | Added stringEmpty and arrayEmpty to MetaModelica. | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Util.mo | | | | | * commit 0e625e9d009e7397e8c0097e78419a74cf17368e | | | Author: hkiel | | | Date: Sat Oct 7 14:30:58 2017 +0200 | | | | | | fix some warnings from static code analysis | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit fe070413e87b8dc218d735905e7b55b4b33d680b | | | Author: Per Östlund | | | Date: Fri Oct 6 13:44:02 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Changed Lookup.lookupCref to return a ComponentRef instead of a | | | list of nodes, to handle inner/outer better. | | | - Implemented collapsing of crefs with outer components in them, | | | and correct scoping of such crefs. | | | - Improved Lookup.lookupBuiltinCref to disallow e.g. Boolean[1] or | | | Boolean.foo. | | | - Fixed Absyn.crefHasSubscripts so it doesn't fail on some crefs.. | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | | | * commit 8943f737c4bcb494318fccf86c5e8f8413794d46 | | | Author: Per Östlund | | | Date: Fri Oct 6 12:41:41 2017 +0200 | | | | | | Added debug flag ignoreCycles for #4543. | | | | | | - Added debug flag ignoreCycles to ignore the error regarding cyclically | | | dependent constants or parameters. | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ec69d301bc920f0e52a8770b0b504a212716af5d | | | Author: Martin Sjölund | | | Date: Fri Oct 6 07:57:40 2017 +0200 | | | | | | Applied the refactoring script | | | | | | This removes some dead code and makes it easier to read the code to | | | figure out what is happening. | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SymbolicImplicitSolver.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | M Compiler/Script/Binding.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ec7206f2ea10e433a58d3bfd3c0b882606bf1472 | | | Author: Martin Sjölund | | | Date: Fri Oct 6 07:11:22 2017 +0200 | | | | | | Only add _length variable for array reduction | | | | | | The variable is unused in other reductions. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 9ce0a4a131c54cb2cca2a6975c374abd9132699b | | | Author: Martin Sjölund | | | Date: Thu Oct 5 17:00:27 2017 +0200 | | | | | | Avoid static analyzer dead assignment warning | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 215f1b1e5481fe16cc54fb5b64c92d36c691a205 | | | Author: ptaeuber | | | Date: Thu Oct 5 14:26:02 2017 +0200 | | | | | | Better handling of redundant initial equations | | | | | | - check for redundant initial equations after simplification | | | and remove them in RemoveSimpleEquations. | | | - warn about consistency/inconsistency. | | | - better error messages | | | | | | ticket:4525 | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit d3f9ab11e4c1ea5e70312cd18a9b3a027f2b2af8 | | | Author: hkiel | | | Date: Thu Oct 5 12:42:50 2017 +0200 | | | | | | some small list optimizations | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Util.mo | | | | | * commit f85f44f91c7f1af4c6508dece546966b2a4e485e | | | Author: Willi Braun | | | Date: Wed Oct 4 19:14:02 2017 +0200 | | | | | | fix differentiation of function outputs | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit ebf70e33903e6bb67632596fe62182b97c322ced | | | Author: Per Östlund | | | Date: Wed Oct 4 17:47:35 2017 +0200 | | | | | | inner/outer handling for nfinst. | | | | | | - Implemented handling of inner/outer, including automatic generation | | | of inner elements when missing. | | | - Moved setting the type of a component from instComponent to | | | instClass, to allow lookup in a component's parent component | | | during instantiation. | | | - Fixed scoping of builtin variables (i.e. time), to avoid them | | | being incorrectly prefixed. | | | - Fixed lookup of self-referencing extends and added check for | | | inherited base classes. | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/Error.mo | | | | | * commit 669df4128304cd6d0aeeb1688027832815019a8e | | | Author: Martin Sjölund | | | Date: Wed Oct 4 14:48:18 2017 +0200 | | | | | | Fix for fileNamePrefix not a valid C identifier | | | | | | Previously, we only handled dots in the prefix; now we replace all | | | invalid characters in C identifiers with an underscore. | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenUtilSimulation.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | | | * commit defddaa0ebd71871e3729f16eb7724a5f332a52a | | | Author: Martin Sjölund | | | Date: Wed Oct 4 14:09:34 2017 +0200 | | | | | | [MetaModelica] Use goto instead of done variable | | | | | | By using goto directly in match expressions, we avoid the static | | | analyzer telling we have an unused assignment to variable `done` in some | | | cases. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/meta/meta_modelica_data.h | | | | | * commit 19186f7c29826a4b9982c5f36006860a6f405313 | | | Author: Martin Sjölund | | | Date: Wed Oct 4 12:40:17 2017 +0200 | | | | | | [FMI] Give default start-values for parameters | | | | | | Previously we would just give an error for parameters with bindings and | | | no start-value. | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit c5205762f735cfb76425f4630714557899f51bf1 | | | Author: Martin Sjölund | | | Date: Tue Oct 3 13:41:25 2017 +0200 | | | | | | translateModelFMU returns empty string on failure | | | | | | This makes it possible to script the result of translateModelFMU, to | | | compare the result with empty string (or the expected string). | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit da38b3e64f226adbe5b1d811992b0b25c9e0e19f | | | Author: Willi Braun | | | Date: Wed Oct 4 11:24:05 2017 +0200 | | | | | | rewrite algebraic system in SimCode | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 29e812163660c09b04cd336f50023c3189ac6e35 | | | Author: Martin Sjölund | | | Date: Tue Oct 3 11:10:06 2017 +0200 | | | | | | Make getAnnotationNamedModifiers not return bad data | | | | | | If the annotation does not exist, use the error buffer to return the | | | message instead of saying an annotation with a weird name exists. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 702501a8659215c1a6d63d55878fd1138e7f2429 | | | Author: Willi Braun | | | Date: Mon Oct 2 18:21:56 2017 +0200 | | | | | | enable discrete vars in symbolic jacobian | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit fff17884712b8f07b818e240698db2a3c82dc6d8 | | | Author: Per Östlund | | | Date: Mon Oct 2 16:47:04 2017 +0200 | | | | | | Forbid invalid tuple use in nfinst. | | | | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit f42e28055684ea6228ab1195383b5e4d4c7b695b | | | Author: Per Östlund | | | Date: Mon Oct 2 16:21:21 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Added type checking and various other checks for equations and | | | algorithms. | | | - Improved flattening of initial equation and algorithm sections. | | | - Changed SCode.EQ_REINIT to have a Absyn.Exp instead of | | | Absyn.ComponentRef as first field, for better error handling. | | | - Removed Statement.REINIT, since reinit statements are not allowed. | | | | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Util/Error.mo | | | | | * commit 15ba583b50d2a7f20cce30c1c03ad47feaff6430 | | | Author: Martin Sjölund | | | Date: Mon Oct 2 14:54:01 2017 +0200 | | | | | | Fix generated C++ FMU filenames | | | | | | Previously, the API reported dots were used, but underscores were | | | actually being used. The problem is that the FMI templates changed | | | the meaning of the fileNamePrefix (from the OM API user's perspective). | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit bacaf0378ca31f5d615e5d0faefc8cca2e173cfd | | | Author: Lennart Ochel | | | Date: Mon Oct 2 13:22:47 2017 +0200 | | | | | | Don't replace dots in fileNamePrefix for FMUs | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit b7bed213c6b755a1ff2cf681e24d1972eb83a4cb | | | Author: Per Östlund | | | Date: Mon Oct 2 11:33:49 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Added origin as argument to typeExp to handle 'end' and to allow | | | specific handling of expression based on where they're occuring. | | | - Moved detection of invalid usage of typenames from the | | | instantiation to the typing. | | | - Changed Variability to an enumeration for easier handling. | | | - Improved typing of subscripts, including type checking and checking | | | the number of subscripts. | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | A Compiler/NFFrontEnd/NFExpOrigin.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | A Compiler/NFFrontEnd/NFPrefixes.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 5dfdea2fafc46bb3d9c1ba4fc3d8ea611126f0e5 | | | Author: Adeel Asghar | | | Date: Mon Oct 2 11:18:09 2017 +0200 | | | | | | Return same number of output from failing case. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 453e1c7703d431ff5ec065b9da3d2baf52f37901 | | | Author: Per Östlund | | | Date: Sat Sep 30 16:14:21 2017 +0200 | | | | | | Fix for OperatorOverloading.makeEnumOperator. | | | | | | - Change makeEnumOperator so it doesn't return both types when only the | | | second is an enumeration, so that type checking of operations doesn't | | | always succeed as long as the second operand has an enumeration type. | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | * commit 9670ad9e5f0694ce22fd1bc2d72eb311cbc44401 | | | Author: Adeel Asghar | | | Date: Fri Sep 29 13:12:38 2017 +0200 | | | | | | Return the access annotation with getClassInformation. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit c64663db568b6473531e708c09990e1be4219958 | | | Author: hkiel | | | Date: Fri Sep 29 12:35:56 2017 +0200 | | | | | | make SimCodeUtil.createAllDiffedSimVars tail recursive | | | fix ticket:4534 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e6d2062488646509bf8b303ae2efb57be78df02c | | | Author: Martin Sjölund | | | Date: Fri Sep 29 11:54:59 2017 +0200 | | | | | | Make C++ FMUs respect fileNamePrefix | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit b383de7ebec202e81b7e4b06b5ce5d1e0df24d97 | | | Author: Martin Sjölund | | | Date: Fri Sep 29 09:47:56 2017 +0200 | | | | | | Cache the FMI configure results | | | | | | This was previously done for Windows and now for Linux/OSX as well. | | | The "dynamic" and "static" platforms now skip running the configure | | | script since we know what the results (should) be. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit cd1bf87564f3d2df827b6c1e35048b2de7254c64 | | | Author: Martin Sjölund | | | Date: Thu Sep 28 16:26:46 2017 +0200 | | | | | | [FMI] Do not optimize read_input_fmu | | | | | | The function is huge and takes a long time for clang/GCC to deal with. | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 5122abb87410ac039744f3dd35a4d48580e5f342 | | | Author: Martin Sjölund | | | Date: Thu Sep 28 16:19:41 2017 +0200 | | | | | | [FMI] Keep more logs with generated binary | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit f99f612543eb515a8a0821be5a8e282e3d02fd01 | | | Author: Martin Sjölund | | | Date: Thu Sep 28 16:17:55 2017 +0200 | | | | | | Enabled RT_CLOCK_BUILDMODEL for buildModelFMU | | | | | | This makes the timing reported for buildModelFMU correct. | | | Previously, all time was reported for the Susan stage. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit d39727c21fd2c171b878814b71848cf6f0965c45 | | | Author: hkiel | | | Date: Thu Sep 28 13:41:19 2017 +0200 | | | | | | update omc translations | | | | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | | | * commit 351c73d382bb723ec98abcf20e7aabb0a809ea89 | | | Author: hkiel | | | Date: Thu Sep 28 13:16:35 2017 +0200 | | | | | | fix some c-compiler warnings | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/runtime/serializer.cpp | | | M Compiler/runtime/systemimpl.c | | | | | * commit 15276ce9fb95baf028ac8faeda6acb77153f3b95 | | | Author: hkiel | | | Date: Thu Sep 28 09:16:15 2017 +0200 | | | | | | avoid stack overflow (ticket:4534) | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 0371e971141073a2b24c0bc76b0e58f0cd0cc3d8 | | | Author: Rüdiger Franke | | | Date: Wed Sep 27 15:27:08 2017 +0200 | | | | | | Third attempt to fix shiftSample, ticket:4530 | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 5b8217142a1a25e40087ddcb213ad93c80a9c502 | | | Author: Rüdiger Franke | | | Date: Wed Sep 27 10:33:05 2017 +0200 | | | | | | Eliminate subSampleFactor from FMI model description | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 23493d868b8e95aff7e7798c97f24006b7a714fe | | | Author: Lennart Ochel | | | Date: Wed Sep 27 13:43:34 2017 +0200 | | | | | | [FMI2] Fix set/get methods for types integer, boolean, and string | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit c7cddda447c7870215580148b7137a58ecb5237e | | | Author: Lennart Ochel | | | Date: Wed Sep 27 13:03:30 2017 +0200 | | | | | | Fix some error messages | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 08c6143c3afe28311b2a02552ac62c2cc25d68c8 | | | Author: Lennart Ochel | | | Date: Wed Sep 27 11:00:05 2017 +0200 | | | | | | [FMI2] Calculate real values if needed | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 453670fdba06df65c693446992f15df6ad232460 | | | Author: Per Östlund | | | Date: Tue Sep 26 15:07:13 2017 +0200 | | | | | | Fix #4524 for Cpp and XML codegen too. | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit 93a4aedd914517944ba6cd580b22fc9af40fae39 | | | Author: hkiel | | | Date: Tue Sep 26 14:35:55 2017 +0200 | | | | | | make unmodified objects constant | | | | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit 415de246dbef4284e2e124e9c5f4857328c48381 | | | Author: Per Östlund | | | Date: Tue Sep 26 14:04:44 2017 +0200 | | | | | | Fix for #4524: | | | | | | - Fix expTypeFromExpFlag in CodegenCFunction.tpl for size expressions. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 5bf9661f627293ab785f1c83ebda8b0241518da9 | | | Author: Rüdiger Franke | | | Date: Tue Sep 26 12:21:23 2017 +0200 | | | | | | Revert "Alternative treatment of shiftSample also considering event clocks" | | | | | | This reverts commit 6554061cfcd98080c64f4756464dc3f1895a78f8. | | | Due to failed verification for: | | | Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample | | | Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold | | | Modelica_Synchronous.Examples.Elementary.BooleanSignals.ShiftSample | | | Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample | | | Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample | | | Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold | | | Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample | | | Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample | | | Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay | | | Modelica_Synchronous.Examples.Elementary.RealSignals.Hold | | | Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1 | | | Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2 | | | Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6554061cfcd98080c64f4756464dc3f1895a78f8 | | | Author: Rüdiger Franke | | | Date: Mon Sep 25 22:52:27 2017 +0200 | | | | | | Alternative treatment of shiftSample also considering event clocks | | | | | | See Modelica spec 3.3 Rev1, section 16.5.2 Sub-clock conversion | | | and testsuite/simulation/modelica/synchronous/boolSubClocks.mos | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit df66a21326464d2d8943c2413e276659cfe9f01d | | | Author: Rüdiger Franke | | | Date: Mon Sep 25 22:01:48 2017 +0200 | | | | | | Revert "Separate subSample and superSample from shiftSample" | | | | | | This reverts commit c0dbec8f54b5283cdf962fcff61ee169a9e53107. | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9a067c8d041b93f12c34ad1b292cb648e3114c3d | | | Author: Rüdiger Franke | | | Date: Mon Sep 25 21:01:58 2017 +0200 | | | | | | Fix clock ordering in FMI model description | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit edd5dda09c83358f72eaa91013e93b0dbc3a619d | | | Author: Rüdiger Franke | | | Date: Mon Sep 25 20:37:32 2017 +0200 | | | | | | Separate subSample and superSample from shiftSample | | | | | | See Modelica spec 3.3 Rev1, section 16.5.2 Sub-clock conversion. | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5c6d6e3ac4ef5aff76705950b2462b35dd2c9940 | | | Author: Rüdiger Franke | | | Date: Mon Sep 25 18:48:12 2017 +0200 | | | | | | Remove superSampleFactor from FMI model description | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 79caae607f89b6223324551d2e19ac5a4e94ca64 | | | Author: Per Östlund | | | Date: Mon Sep 25 17:20:15 2017 +0200 | | | | | | Fix for #4521. | | | | | | - Select the first tuple element when a tuple is used as a modifier. | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit b9e79ece9cc7343033355e92ef7d945924b81789 | | | Author: Jan Šilar | | | Date: Mon Sep 25 12:41:35 2017 +0200 | | | | | | PDEModelica | | | | | | - bugfix | | | - improved error reports | | | - cleaning | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Util/List.mo | | | | | * commit aab2f928388db5703c8116a1afad13d45642c799 | | | Author: Volker Waurich | | | Date: Mon Sep 25 12:22:32 2017 +0200 | | | | | | fix for simplifyIfEquation | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit bbbda07eaa3a72d5eb0aa523ef23cc60f1ed98d9 | | | Author: bernhardbachmann | | | Date: Mon Sep 25 11:54:54 2017 +0200 | | | | | | Fix division by zero problem | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 594ab601984251a2fe22323fef618edc77cf4df5 | | | Author: hudson | | | Date: Mon Sep 25 07:33:36 2017 +0200 | | | | | | Updating 3rdParty | | | | | | cd30af5 update readme for handling changes to ModelicaExternalC | | | 829c593 Merge commit '7e3a41f7f5137dca09a4bc10f6f11feeb3bdcc9e' | | | 7e3a41f Squashed 'ModelicaExternalC/BuildProjects/autotools/' changes from 474a48f..c102ca9 | | | 3bd9ec9 Merge commit '1848e8903283f6ca8b480458db07921b59c73626' | | | 1848e89 Squashed 'ModelicaExternalC/C-Sources/' changes from 0ea99d4..877ffd3 | | | | | | M 3rdParty | | | | | * commit 555e13e7271c409c92d418d54bfac3dd73e939f7 | | | Author: Adrian Pop | | | Date: Mon Sep 25 07:15:45 2017 +0300 | | | | | | fix for ticket:4459 and ticket:4491 | | | - support both BuildType and BUILDTYPE on command line | | | - update 3rdParty/ModelicaExternalC tables C source code to the latest version from MSL: | | | https://github.com/modelica/Modelica/commit/8209e73d7739ebcacd779f0d189d0a2885dfe105 | | | | | | M Makefile.omdev.mingw | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit a633fbbc23cff6f4684dee82a8dc51c85216b410 | | | Author: Rüdiger Franke | | | Date: Sat Sep 23 21:24:59 2017 +0200 | | | | | | Apply resolution to shiftCounter in FMI model description | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit e844e3abcf4ef74fa9dfc835b05b1e58e9687128 | | | Author: Bernhard Thiele | | | Date: Fri Sep 22 17:45:33 2017 +0200 | | | | | | Fix for ticket:4527 | | | | | | Fixed wrong array dimension in a state machine semantic equation. | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | * commit 50d02d9072d2456480baaaef166760cae9dd7329 | | | Author: Per Östlund | | | Date: Thu Sep 21 14:28:00 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Replaced all use of DAE.Const with DAE.VarKind, to be able to handle | | | discrete variability and avoid unnecessary conversions. | | | - Added variability check for bindings. | | | - Fixed bug in unknown dimension inference that would make it fail on | | | propagated bindings in some cases. | | | - Added type check for array dimensions. | | | - Moved setting a component's type to before typing its children, | | | to handle the case where a child is dependent on its parent's type. | | | - Removed deprecated file NFFunc.mo and deprecated code in NFInstUtil. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | D Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFInstUtil.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit d3dffead4f73691226017e0001a25c1e16688b32 | | | Author: bernhardbachmann | | | Date: Wed Sep 20 17:28:24 2017 +0200 | | | | | | Improved damping criteria of the newton solver | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit e59152f17f72ccc187651e9ec713a8318d66465c | | | Author: Per Östlund | | | Date: Wed Sep 20 12:37:57 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Improved flattening of bindings, equations and statements. | | | - Changed flattening of bindings to generate array equations | | | when applicable like the old instantiation. | | | - Added prefixing of statements during flattening. | | | - Improved typing of component references. | | | - Implemented basic support for tuples. | | | - Added constant evaluation of size expressions. | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | A Compiler/NFFrontEnd/NFExpressionIterator.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 0c97493ceae883e6b5399fb9d2bfd9ae83412545 | | | Author: Per Östlund | | | Date: Fri Sep 15 16:16:58 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Improved handling of class modifiers. | | | - Improved merging of redeclares with modifiers. | | | - Implemented basic type matching for complex types. | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c40d463d2c37327d1063efecd7dbcf6075232bf9 | | | Author: Adrian Pop | | | Date: Fri Sep 15 02:47:46 2017 +0200 | | | | | | fix a crash in sphinxoutput | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 7bd484726e6b5bce298815e88882b76f6109d3d7 | | | Author: Volker Waurich | | | Date: Thu Sep 14 12:54:51 2017 +0200 | | | | | | fix visualization xml | | | | | | M Compiler/BackEnd/VisualXML.mo | | | | | * commit a275e4ca0da47197f17e154fe514ea3148e99eef | | | Author: Willi Braun | | | Date: Wed Sep 13 20:31:02 2017 +0200 | | | | | | more fixes for ticket:4395 | | | | | | - scale matrix for residual factors | | | - fix additional check of fnorm | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit ff269274cdfd06a64f76b91e85d3eefb6ffcf103 | | | Author: bernhardbachmann | | | Date: Wed Sep 13 15:51:46 2017 +0200 | | | | | | Fix some scaling issues | | | | | | M 3rdParty | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit cc3c53183c15a8ad54aed5f4ccd7ae309f371dbf | | | Author: Per Östlund | | | Date: Wed Sep 13 13:30:12 2017 +0200 | | | | | | Fix InstExtends.fixCref for fully qualified crefs. | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | * commit 5307f91e15fac43d42c4ae3df2071a2e90bb4215 | | | Author: Per Östlund | | | Date: Wed Sep 13 12:27:29 2017 +0200 | | | | | | Fix parsing of imports. | | | | | | - Fixed the Modelica parser so that it conforms to the Modelica syntax | | | and rejects fully qualified imports. | | | | | | M Parser/Modelica.g | | | | | * commit df8573fec9c790e357af784041d2005a50b337a0 | | | Author: Willi Braun | | | Date: Tue Sep 12 22:36:04 2017 +0200 | | | | | | added noScaling flag and fix minor kinsol things | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 275ccba0e9bf1d47b88ace96c13bd2ec03dfe171 | | | Author: ptaeuber | | | Date: Tue Sep 12 18:32:13 2017 +0200 | | | | | | Introduce new global homotopy approach | | | | | | The new approach finds the smallest homotopy iteration loop | | | in the system and solves it with an adaptive lambda step size. | | | | | | Activate with: | | | --initOptModules+=generateHomotopyComponents | | | (in combination with: --homotopyApproach=global) | | | | | | see ticket:2266 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 62dc75df3a90acd1391bc0e4e97260d0a8412d8a | | | Author: Per Östlund | | | Date: Tue Sep 12 13:05:22 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Improved the type checking of bindings to handle binding dimensions. | | | - Improved deduction of array dimensions to handle binding dimensions. | | | - Improved flattening of array bindings. | | | - Implemented better detection of typenames during name lookup. | | | - Fixed prefixing of inherited redeclared elements. | | | - Implemented better support for enumeration ranges. | | | | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit e2dfbf69bd8e638f615f7e72e035925a5827bdb7 | | | Author: Volker Waurich | | | Date: Tue Sep 12 08:08:10 2017 +0200 | | | | | | fix for partlintorn | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 568224974756bc1bba921c25fdfb3776ed320f77 | | | Author: ptaeuber | | | Date: Fri Sep 8 14:58:58 2017 +0200 | | | | | | Warn about iteration variables with no nominal attribute | | | | | | Activate warning with: -d=warnNoNominal | | | see ticket:4512 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 3d27c595dc0081cea07cd2203ab96dfb804eea29 | | | Author: hkiel | | | Date: Fri Sep 8 10:49:53 2017 +0200 | | | | | | make SymbolicJacobian.createAllDiffedVars tail recursive | | | fixes ticket:4392 | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 8cf74960aeafe3fbcc28d4e088b7dbe8c9d99ecd | | | Author: Per Östlund | | | Date: Thu Sep 7 13:01:18 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Implemented handling of array classes. | | | - Improved typing of dimensions, including detection of dependency | | | loops and inferring unknown dimensions from bindings. | | | - Improved type matching of arrays and component bindings. | | | - Improved typing of size expressions. | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit df2b0b43258b37c013ee4d7bdc1f13dbc3f986dd | | | Author: Willi Braun | | | Date: Tue Sep 5 20:05:55 2017 +0200 | | | | | | further fixes to ticket:4395 | | | | | | - adjust default linear solver to klu | | | - fix tolerances | | | - fix scaling factors | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 60fecdddd1e9c197b180cacb2f4c9f2e68677f1a | | | Author: Adrian Pop | | | Date: Mon Sep 4 19:12:32 2017 +0200 | | | | | | fix ticket:4509, use correct defines on Windows | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/meta/meta_modelica_data.h | | | | | * commit 45d12dbee6471e58ff8fa7588bd895df09798921 | | | Author: Lennart Ochel | | | Date: Fri Sep 1 11:39:13 2017 +0200 | | | | | | Removed the eol comma separator | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | | | * commit 8befe8aa0e668b18030fee67dad3fc794976dccc | | | Author: Lennart Ochel | | | Date: Fri Sep 1 11:01:21 2017 +0200 | | | | | | Skip exporting variables of type string for csv export | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | | | * commit 503e9a1f57d5204d3b446eaff789ce7b6d4b8384 | | | Author: Lennart Ochel | | | Date: Fri Aug 25 14:06:51 2017 +0200 | | | | | | Fix csv export for variables of type string | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | | | * commit dc5dc2be7dca77c0cbb4c073a56d174417b2967d | | | Author: Willi Braun | | | Date: Thu Aug 31 18:30:03 2017 +0200 | | | | | | fixes issues from ticket:4395 | | | | | | - added runtime option newtonMaxStepFactor, which adjustes the maximum | | | step size of a newton step in kinsol. | | | - used as: mxnewtstep = maxStepFactor * norm2(xScaling) | | | - added a much better initial value for the maximum step size | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit b67fdd1b55a831f5ab81fb6aebc5f1b55b5aa1d6 | | | Author: ptaeuber | | | Date: Thu Aug 31 14:35:06 2017 +0200 | | | | | | Try without homotopy also for local homotopy method | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 9db6254895cd70f34e5fa9b8728a02fe65f766b0 | | | Author: ptaeuber | | | Date: Wed Aug 30 10:53:17 2017 +0200 | | | | | | Fix bug in homotopy solver | | | | | | Do not discard the solution at the beginning of each iteration step. | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 56f95c75cb9ce5c0704b6799e4627ffb566d4d05 | | | Author: Willi Braun | | | Date: Tue Aug 29 15:57:23 2017 +0200 | | | | | | added additional ida statistics | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit a4b82803193d108e7932b6fc1cfedf0b6883181a | | | Author: Willi Braun | | | Date: Tue Aug 29 15:41:44 2017 +0200 | | | | | | fix daeMode=all by skipping algebraic evaluation | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 29740e24b36bdf99874017edea490e3cc5ac1978 | | | Author: Lennart Ochel | | | Date: Thu Aug 24 16:03:41 2017 +0200 | | | | | | Fix sorting of external object destructors | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 52b0a0920366c6565235505994e2340d7a24038b | | | Author: Lennart Ochel | | | Date: Thu Aug 24 13:50:39 2017 +0200 | | | | | | Align variables to avoid unexpected behaviour | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 3ade1973b9bb98a5350f9b41a0448e658a648fd2 | | | Author: ptaeuber | | | Date: Thu Aug 24 12:37:45 2017 +0200 | | | | | | Fix success messages | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 4522d1311fb81cbbe773590cda9f679d63d92feb | | | Author: adrpo | | | Date: Wed Aug 23 23:57:18 2017 +0200 | | | | | | v1.13.0-dev | | | | | * commit c74f60564e582fdc80120f6ba0b3a159216828f3 | | | Author: Per Östlund | | | Date: Wed Aug 23 16:54:32 2017 +0200 | | | | | | Implemented initial support for size in nfinst. | | | | | | - Implemented instantiation and typing of size calls in nfinst. | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 1a120c83634b8b6d00a25fb22072ffd847d5a5a0 | | | Author: hkiel | | | Date: Wed Aug 23 15:38:18 2017 +0200 | | | | | | evaluateForStatement: do not loop over ranges with stop < start | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 2e4c6ff81809b9f8e7a09c3daa57ace52d2887bf | | | Author: Per Östlund | | | Date: Wed Aug 23 13:19:19 2017 +0200 | | | | | | Implemented class extends in nfinst. | | | | | | - Implemented basic handling of class extends in nfinst. | | | - Added slightly smarter dummy complex type in NFType.toDAE, so that | | | e.g. record function parameters are dumped correctly. | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/Util/Error.mo | | | | | * commit cc3ad15071bbff3bf693e7828be299cfb5886e3b | | | Author: hkiel | | | Date: Tue Aug 22 16:52:31 2017 +0200 | | | | | | avoid creation of temporary lists | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/List.mo | | | | | * commit 1c87ab09030de9a8fea65c6ba810776a31f5b770 | | | Author: Per Östlund | | | Date: Mon Aug 21 17:57:12 2017 +0200 | | | | | | Remove name from class extends SCode.ClassDef. | | | | | | - Removed the baseClassName field from SCode.ClassDef.CLASS_EXTENDS, | | | since it can never be different from the name already in the class | | | element it belongs to. | | | | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 5b5e235d49a3c844b7e64629259b18e3225a0b1c | | | Author: Per Östlund | | | Date: Mon Aug 21 15:35:30 2017 +0200 | | | | | | Implemented handling of duplicates in nfinst. | | | | | | - Changed BaseAvlTree.ConflictFunc to also take the key as argument, | | | to make it more useful for e.g. BaseAvlTree.join and to facilitate | | | reuse of conflict handlers. | | | - Implemented basic handling of duplicate elements. | | | - Implemented basic handling of element redeclares. | | | - Improved name lookup for e.g. base class names. | | | - Added check for transitively non-replaceable base classes. | | | | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/Util/BaseAvlTree.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/StringUtil.mo | | | | | * commit db0864769cfd30d6489fdf0776b52e85c4521e5f | | | Author: Martin Sjölund | | | Date: Wed Aug 16 14:06:54 2017 +0200 | | | | | | Check for -g=Optimica in optimization solver | | | | | | This fixes ticket:4488. | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 7e5cc77a11310654e2c843d30fc26c7465558659 | | | Author: ptaeuber | | | Date: Mon Aug 14 13:06:53 2017 +0200 | | | | | | Change homotopyOnFirstTry flag description | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 19f24e8a0346f5a2174e6c66bdc29adb839ee8a1 | | | Author: Volker Waurich | | | Date: Fri Aug 11 12:04:23 2017 +0200 | | | | | | fix for HpComEqSystems.partlintorn | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 24c3047c71d105c96664738fa7919bd2b6392ddd | | | Author: Martin Sjölund | | | Date: Thu Aug 10 12:36:51 2017 +0200 | | | | | | Perform incomplete matching for over/underdet syst | | | | | | This performs an incomplete matching after producing the message unbalanced | | | equation system, and instead of just a number differing OMC will try to | | | perform a sanity check to figure out if for example a variable is never | | | referenced in any equation or if two variables must be matched by the same | | | equation. | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1355755febff5c6d7e81327e8ce8207e175ba5be | | | Author: Volker Waurich | | | Date: Thu Aug 10 08:15:22 2017 +0200 | | | | | | fix for evalfunc #4456 | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit dc49b6e2487ff342f938e51c34adac2f75ebd6a2 | | | Author: ptaeuber | | | Date: Wed Aug 9 16:08:20 2017 +0200 | | | | | | Initialization and simulation success messages on stdout | | | | | | ticket:4486 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit e988ea489dc83b386647aa1d5237bfe8a61b48ae | | | Author: Volker Waurich | | | Date: Wed Aug 9 10:57:15 2017 +0200 | | | | | | add 1-norm, 2-norm and max error for deltaSimualtionResults API | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResults_omc.c | | | | | * commit a845edafca4d09fea340ed2de81b11458a52b762 | | | Author: Volker Waurich | | | Date: Tue Aug 8 16:14:11 2017 +0200 | | | | | | use fmax() instead max() | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 66f09c41354be1cf3be449995b9e2770f75b4bc8 | | | Author: Volker Waurich | | | Date: Tue Aug 8 15:59:42 2017 +0200 | | | | | | add scriptingAPI to compute error sum | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResults_omc.c | | | | | * commit 5b71b6690b204e19c126c1bba22d613276c81c95 | | | Author: ptaeuber | | | Date: Tue Aug 8 14:00:53 2017 +0200 | | | | | | Fix wrong error message ... | | | | | | when trying to use a non-existing optimization module. | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 2cd28b6c3d1a43af72b5c17786ca00a5d5870e3a | | | Author: ptaeuber | | | Date: Mon Aug 7 17:09:31 2017 +0200 | | | | | | Fix bug in function evaluation | | | | | | When predicting the outputs of if branches do not replace | | | the constants altogether because this leads to wrong results. | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 2eed74cb2bf1a571edc841ddace8c4cb73e186a9 | | | Author: Volker Waurich | | | Date: Fri Aug 4 14:56:21 2017 +0200 | | | | | | proper cref comparison in evalFunc | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 3645e8bd6cee0bb30db2df46c35bdf001bea60d6 | | | Author: Volker Waurich | | | Date: Fri Aug 4 13:16:35 2017 +0200 | | | | | | correct type in DAEUtil.varCref | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 4d034e923f1be810f009219b2bde114b8903920d | | | Author: Adeel Asghar | | | Date: Thu Aug 3 21:24:53 2017 +0200 | | | | | | Fixed the addInitialState API. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 564c4059023d0f44ebe3f05710939bb3ba7071ae | | | Author: Martin Sjölund | | | Date: Thu Aug 3 13:53:13 2017 +0200 | | | | | | Lift restriction on connector extending from type | | | | | | This resolves ticket:4471 | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | | | * commit 2432a47d7f61feca9fc1086734ff2a680f7f1fb1 | | | Author: ptaeuber | | | Date: Wed Aug 2 16:59:55 2017 +0200 | | | | | | Do not remove functions used in lambda0 system | | | | | | This fixes a lot of models failing since 5ee6abb | | | (Enable global homotopy as fallback option by default) | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 0b97943f3e51c6bf2c195882b4499139aa32de27 | | | Author: ptaeuber | | | Date: Wed Aug 2 14:56:07 2017 +0200 | | | | | | Add function tree to jacobian dae | | | | | | This fixes a lot of models failing since 5ee6abb | | | (Enable global homotopy as fallback option by default) | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 2e17f151fe1adb7eb4197c1044b05bdeebee990e | | | Author: Martin Sjölund | | | Date: Wed Aug 2 13:51:51 2017 +0200 | | | | | | Handle range special case for reductions | | | | | | This resolves ticket:4474 | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Util/ExpandableArray.mo | | | | | * commit 5ee6abbdfea3b9bed9016dc71d762ee3591f6c78 | | | Author: ptaeuber | | | Date: Mon Jul 31 15:44:21 2017 +0200 | | | | | | Enable global homotopy as fallback option by default | | | | | | Introduce runtime flag homotopyOnFirstTry (default: false). | | | If that flag is not activated first try to solve the initialization | | | problem without homotopy. | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit d0deadfb084a6fb551e64ae81dfaf175c70f2e52 | | | Author: Lennart Ochel | | | Date: Fri Jul 28 08:10:11 2017 +0200 | | | | | | Fix homotopy for source code FMUs | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit 42663b6a166c2cd68bebfa4e054a2d82fba66ceb | | | Author: Adeel Asghar | | | Date: Thu Jul 27 12:57:01 2017 +0200 | | | | | | Added new add, update and delete APIs for initial state. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 21ce9323ad26991893debf7e3ecf05e660339a63 | | | Author: ptaeuber | | | Date: Wed Jul 26 16:49:01 2017 +0200 | | | | | | Fix bug in homotopy method | | | | | | Do not set lambda=1 in each step when using global homotopy | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 441b181a8f837949eee522d71cbe96404a097829 | | | Author: Volker Waurich | | | Date: Wed Jul 26 16:26:38 2017 +0200 | | | | | | avoid List.intRange() in for loop | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 388bbcf25d77383ad309ddc763f26f5cb2aa7963 | | | Author: hkiel | | | Date: Wed Jul 26 11:37:38 2017 +0200 | | | | | | optimize Graph.partialDistance2colorInt | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Graph.mo | | | | | * commit e8e2216cc15b924ff35876d769c67d04f695e87f | | | Author: Martin Sjölund | | | Date: Wed Jul 26 10:09:46 2017 +0200 | | | | | | Remove equations like "{} = f(...)" | | | | | | This should not be done, but breaks the Chemical library if we don't | | | and this was the previous behaviour of the compiler. Should be fixed | | | properly by patching index reduction, sorting/matching, or adding | | | assertions for lhs/rhs that the expressions evaluate to zero-dimension | | | (or at least that f(...) does not cause run-time errors). | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 545461b1ccc84c11ded3477c6e10b458e8f21bad | | | Author: Martin Sjölund | | | Date: Wed Jul 26 07:36:44 2017 +0200 | | | | | | Accept DAE.MATRIX in codegen of array equation | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit abde81d4e1fb8306f8cd7199d806ca97b3d1b9b4 | | | Author: Martin Sjölund | | | Date: Tue Jul 25 10:29:29 2017 +0200 | | | | | | Handle a stack overflow in HpcOm | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 74ffe7010b4583b46b3a421883e80ba92c25323d | | | Author: Martin Sjölund | | | Date: Tue Jul 25 08:44:53 2017 +0200 | | | | | | Expand equations marked inlineAfterIndexReduction | | | | | | This seems to be required for the multibody models. The sorting+matching | | | should probably have been modified rather than making it depend on | | | removeSimpleEquations. This is a quick fix. | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 789abbee3a8511d923bd7c3870d8fad587d0766e | | | Author: Martin Sjölund | | | Date: Tue Jul 25 08:19:30 2017 +0200 | | | | | | Handle running the same optimization module twice | | | | | | Useful for testing if removeSimpleEquations helps when done multiple | | | times... | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 2933df617d00374778dfae923ca4bce5be28b91d | | | Author: Martin Sjölund | | | Date: Fri Jul 14 13:49:43 2017 +0200 | | | | | | Avoid expanding equations | | | | | | - In RemoveSimpleEquations, check if simplifying a vector equation after | | | expanding it causes simplify to perform any changes. If no change | | | occurs, it is unlinkely that removeSimpleEquations will work on the | | | equation, so discard the expansion. | | | | | | This fixes the performance problem reported in ticket:4453 | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 169fa51dff8ea9f53f6b210c42a4a86b63678299 | | | Author: Volker Waurich | | | Date: Tue Jul 25 09:18:57 2017 +0200 | | | | | | rewrite ResolveLoops.getSimpleEquations | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 220e25fe56f9e8f82350468cbe18747254a654bb | | | Author: Lennart Ochel | | | Date: Mon Jul 24 15:40:52 2017 +0200 | | | | | | Global homotopy approach | | | | | | - requires compilation flag --homotopyApproach=global | | | - special treatment of lambda=0 | | | - homotopy path is exported if -lv=LOG_INIT is set | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/Main/Main.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/BackendDAEUtil.mo | | | M Compiler/Stubs/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 4221d29abf36147772cc4be592c3505888911e77 | | | Author: Martin Sjölund | | | Date: Mon Jul 24 09:52:37 2017 +0200 | | | | | | Add an extra step before daeExp in Susan | | | | | | We now check if arrays are stored in contiguous memory before blindly | | | creating an array that assumes so. | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/SimCodeUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 97fddd8027e186dd91fc49394b270838de9171be | | | Author: hkiel | | | Date: Fri Jul 21 15:10:25 2017 +0200 | | | | | | move option creation out of outer loop | | | | | | M Compiler/Util/Graph.mo | | | | | * commit d30d68c372905bb7a6c421677679e8e6d8cb14a6 | | | Author: hkiel | | | Date: Fri Jul 21 14:44:24 2017 +0200 | | | | | | do not recreate Option | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/Util/Graph.mo | | | | | * commit 12c7c7fff8ba56c42b51d7d97492fefbc6141828 | | | Author: Martin Sjölund | | | Date: Fri Jul 21 10:57:17 2017 +0200 | | | | | | Collapse arrays of crefs | | | | | | This helps performance in the code generation slightly. It is only done | | | as a post and init optimization module at the very end because it seems | | | to affect some models negatively (either not solving or failing to | | | compile) since some optimization modules expect arrays like | | | `{x[1],...,x[n]}` rather than `x`. | | | We should try to fix these modules in the future since the backend | | | becomes very slow if we pass huge arrays all the way through it | | | especially when array equations are expanded (creating 2000 equations | | | instead of 1 array equation). | | | | | | This is related to ticket:4453. | | | | | | Note that crefs like `{x[7].y[1], ..., x[7].y[n]}` are not considered | | | since the code generator becomes really unhappy in these cases. The | | | code generator should probably expand every cref into indexes into the | | | runtime arrays so we can collapse and memcpy these things when possible. | | | For now, this fix is very conservative. | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9ebc68cb4e46237c367cc44e341f7b885b6802ce | | | Author: Adrian Pop | | | Date: Thu Jul 20 15:56:45 2017 +0200 | | | | | | proper handling of corba file dump path | | | | | | M Compiler/runtime/corbaimpl.cpp | | | | | * commit d51f346fbcdc933a6e941c6160efe1053e5d350c | | | Author: hkiel | | | Date: Thu Jul 20 09:43:35 2017 +0200 | | | | | | speed up and memory enhance ResolveLoops.getShortPathsBetweenEqCrossNodes | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit b00d68d7231238fdcec5228d67c4a05f75333a1a | | | Author: Martin Sjölund | | | Date: Thu Jul 20 09:27:32 2017 +0200 | | | | | | Make predictable tmp-indexes for residual functions | | | | | | This makes it easier to compare the generated code of different OMC | | | versions since each residual starts from tmp-index=0. | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 88c73ca887376dce5e6cc8b73cb754832236e2bc | | | Author: hkiel | | | Date: Wed Jul 19 21:24:37 2017 +0200 | | | | | | reduce memory footprint of comSubExp | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 853b43e5aa366e180c359b247cfb44f63d9259e5 | | | Author: ptaeuber | | | Date: Wed Jul 19 16:17:36 2017 +0200 | | | | | | Speed up tearing | | | | | | See ticket:4470 | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Util.mo | | | | | * commit b69a9eb7415308861119c1618af28e7f4f790039 | | | Author: hkiel | | | Date: Wed Jul 19 14:17:42 2017 +0200 | | | | | | some small optimizations for large models | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Util/ExpandableArray.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | | | * commit f50884b47e74fd7770130e9addc22329c9c71ac4 | | | Author: Martin Sjölund | | | Date: Wed Jul 19 09:45:33 2017 +0200 | | | | | | Expand arrays in record when generating simcode | | | | | | This avoids a problem with generating scalar assignments for arrays in | | | a record variable in simulation context (code generation fails). | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 49a3767585b863b166f2defe56e2eebb2c5a6c64 | | | Author: Niklas Worschech | | | Date: Tue Jul 18 05:07:34 2017 +0200 | | | | | | using Kinsol as standard nonlinear solver | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit ffcf1b14afc1df246f1ac2801b369936b263f0dd | | | Author: Niklas Worschech | | | Date: Tue Jul 18 02:49:59 2017 +0200 | | | | | | fixed errors in commits cca3ace0a656a71348290808b13138057a06c732 and 6e5cf6bf01ad7cde7a8a461969924e361ef4b24d | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit e19e1ee92a5a7555e1846f116485c19d742c2dd5 | | | Author: Niklas Worschech | | | Date: Wed Jul 5 22:51:53 2017 +0200 | | | | | | added simple NoxSettings | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxSettings.cpp | | | | | * commit 315bbe1a79d2bb6dbf2441c163fad4481ecfa379 | | | Author: Niklas Worschech | | | Date: Wed Jul 5 22:47:35 2017 +0200 | | | | | | refactored Nox.cpp when calling CheckWhetherSolutionIsNearby | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit be4b2d9ef321ffd55f055571f048619667ecf710 | | | Author: Niklas Worschech | | | Date: Wed Jul 5 22:42:53 2017 +0200 | | | | | | completed replacing generateoutput-flag by logging | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 28e177d7aeb41a4dd3f82ef2b39f378bd1716646 | | | Author: Niklas Worschech | | | Date: Wed Jun 14 13:18:54 2017 +0200 | | | | | | revert activating Logger | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 0f0914305c92e41f7a06eddedda3f659b4b418e5 | | | Author: qichenghua | | | Date: Fri Jun 9 19:58:32 2017 +0200 | | | | | | Added Logger, added Doxygen and fixed bug in varying initial guess by 10% if initial guess has components that are zero. | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 34f3bd745b75cdfe9eaf5da7566ec24188c31e14 | | | Author: qichenghua | | | Date: Thu Jun 8 18:39:26 2017 +0200 | | | | | | Softened tolerance for homotopy solver | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 46e1cff890f9c99b1d5dcd635d316729c4a336dc | | | Author: qichenghua | | | Date: Thu Jun 8 12:42:46 2017 +0200 | | | | | | Using homotopy for nominal values as start values as well. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 6eee27b44af832eba8c03a9d28924f530ac231a3 | | | Author: qichenghua | | | Date: Wed Jun 7 18:56:29 2017 +0200 | | | | | | fixed error in variation of initial guess in commit fb31cf3e8a7b1523d3e86170359c4a8ef279ae47 | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 7c973e6c47f16d051685d6a0b76a8ddaa8a39869 | | | Author: qichenghua | | | Date: Wed Jun 7 18:49:37 2017 +0200 | | | | | | added frames for Doxygen | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 78e7aa71fe7a6518dfb24dd55305411f6bc8b814 | | | Author: qichenghua | | | Date: Wed Jun 7 12:26:20 2017 +0200 | | | | | | Try extrapolatin start values of nonlinear solver | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 951ee926f293c11fd9e71ca94a09d414d5bfe62c | | | Author: qichenghua | | | Date: Wed Jun 7 00:17:41 2017 +0200 | | | | | | Preparations for extrapolating start values for nonlinear solver. | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit b4973f6fba4d01617edc7e422ccd65abde31c79c | | | Author: qichenghua | | | Date: Tue Jun 6 12:02:54 2017 +0200 | | | | | | Try setting initial guess to nominal values if other methods fail. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 3ba7fa6535bdb87bb7236fe7ad7ac8b3b57fa757 | | | Author: qichenghua | | | Date: Tue Jun 6 12:01:13 2017 +0200 | | | | | | Nox: Try more methods if and only if eventretry is false. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 179903604a4cfea3f84bf7271a799e22ba79a6f4 | | | Author: qichenghua | | | Date: Mon Jun 5 23:11:11 2017 +0200 | | | | | | added varying initial guess in NoxSolver again. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit ec62f807b6f50de8fe9af6eef133570d3f8f8e06 | | | Author: qichenghua | | | Date: Mon Jun 5 23:10:26 2017 +0200 | | | | | | fixed error in the lacking precision of double precision handling that was introduced during refactoring in commit f2f0b7eb56785e14bf78f2acb0ab888596a998d3, so this criterion is applied successfully again. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 6d48942b817ae689d9441e78659a05c51d576ca0 | | | Author: qichenghua | | | Date: Mon Jun 5 16:20:37 2017 +0200 | | | | | | added retry of nonlinear solver nox in case of events | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 456875edf940d90e00456df172248467e0781804 | | | Author: qichenghua | | | Date: Mon Jun 5 15:05:38 2017 +0200 | | | | | | Further Refactoring of nonlinear solver nox | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 8ea3763a4e1c9287ad03bb40ae1e2e5ffce052d0 | | | Author: qichenghua | | | Date: Mon Jun 5 00:10:13 2017 +0200 | | | | | | refactored nox.solve() | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit eccaa1fab3b1bad59673fb0c96d5910e78c57665 | | | Author: qichenghua | | | Date: Sun Jun 4 15:23:03 2017 +0200 | | | | | | deactivated variation of initial guess. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 95501487951295416edefc3ae7f2d66101f10df2 | | | Author: qichenghua | | | Date: Fri Jun 2 17:35:14 2017 +0200 | | | | | | fixed bad cast error when homotopy solver within Nox is used. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit d633a30e0d18d1a4154fe7db3a156e82dd8217f9 | | | Author: qichenghua | | | Date: Tue May 30 20:37:34 2017 +0200 | | | | | | added variation of initial guesses in nonlinear solver. | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit e13383428b92bd473422f7c7705b11282dd47eb1 | | | Author: qichenghua | | | Date: Tue May 30 20:37:01 2017 +0200 | | | | | | added more accurate (4th order) method of computing the finite difference approximation to the jacobian of the algloop. | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 7187f7036fa944c0c06b1c6b0c2c387aded61e55 | | | Author: qichenghua | | | Date: Tue May 30 15:00:53 2017 +0200 | | | | | | set algloop to 1e12 instead of 1e6 when evaluating the right hand side fails | | | | | | M SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.C | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 5914059d71e54cadff7f06a10261bca530adc828 | | | Author: qichenghua | | | Date: Thu Apr 27 16:25:04 2017 +0200 | | | | | | added new abort criterion for nonlinear solver based on sign changes in case of errors due to lacking precision of double precision variables implemented in commit b433b2d6ec92460fae06a9dd1b5243ee438cf0a7. Now this criterion is applied after each iteration step and not after a complete iteration cycle. | | | | | | A SimulationRuntime/cpp/Include/Solver/Nox/NOX_StatusTest_SgnChange.H | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Nox/NOX_StatusTest_SgnChange.C | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 267a1c706605798d78758f9970c42cb4bbda1b58 | | | Author: qichenghua | | | Date: Wed Apr 19 14:20:19 2017 +0200 | | | | | | used normal Newton again | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit ea35f342ce174be14f7339cf1a7f7874c85da97e | | | Author: qichenghua | | | Date: Wed Apr 12 17:34:50 2017 +0200 | | | | | | fixed KLU path | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 3290599a7336a84c0c0eb37076598a2f3a43c60e | | | Author: qichenghua | | | Date: Wed Apr 12 17:34:13 2017 +0200 | | | | | | adapted initial step length in homotopy method in nonlinear solver nox in cppruntime | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit d5d856ec44b5d129848316d6f8fbd4a29dbcfca2 | | | Author: qichenghua | | | Date: Fri Apr 7 10:33:37 2017 +0200 | | | | | | refactored Nox | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 557c01749555b80f4a2b57abf18af85428d5e10a | | | Author: qichenghua | | | Date: Thu Apr 6 17:54:13 2017 +0200 | | | | | | refactored Nox.cpp | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 6079a8638ff2e261db0943e13c663129f9ec5c78 | | | Author: qichenghua | | | Date: Wed Apr 5 15:36:06 2017 +0200 | | | | | | Trying less methods in nonlinear solver | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 2a98b08a0269ad25d6b76cddfd7208c14c7de804 | | | Author: qichenghua | | | Date: Wed Apr 5 10:43:48 2017 +0200 | | | | | | reduced output in nonlinear solver nox | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit d0b99ccbd82eef9139910665dcb61328885da647 | | | Author: qichenghua | | | Date: Wed Apr 5 10:39:21 2017 +0200 | | | | | | enabled nonlinear solver for arbitrary tolerances by solving issues with lacking precision of double precision in case of too tight tolerances | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 9a1334396b4661e5a99056184260049bf7e873c8 | | | Author: qichenghua | | | Date: Mon Apr 3 13:45:28 2017 +0200 | | | | | | muted output and disabled tolerance alleviation in nonlinear solver nox completely. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 6beb4f401da7f48329e91c7a5a05d1fc68e4d9af | | | Author: qichenghua | | | Date: Mon Apr 3 13:34:36 2017 +0200 | | | | | | Experimental rounding error fixing for fluid models in MSL | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit faa82e65d6a2a5bec98ec76244468fa8b3ede6a1 | | | Author: qichenghua | | | Date: Thu Mar 30 11:07:34 2017 +0200 | | | | | | fixed error introduced in 31424fc19ae5b7e29f5a17e102eb4d6e0a29d311 | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 330aa9e1e5237f2bd97657012d1f09109e2b4545 | | | Author: qichenghua | | | Date: Wed Mar 29 17:54:27 2017 +0200 | | | | | | use kinsol instead of nox as default nonlinear solver | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 83d7b4ac06b56a62f9b17c793b662ba5bc1ae7a9 | | | Author: qichenghua | | | Date: Wed Mar 29 17:36:39 2017 +0200 | | | | | | deleted unnecessary comments and dead code in Nox. | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit b3f0ed0facbb7f0de0e9a0fbb5896099fb92e12f | | | Author: qichenghua | | | Date: Fri Mar 24 15:42:33 2017 +0100 | | | | | | added additional homotopy methods | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit d2c74c006d68e396dbb7c1f68583043868e87095 | | | Author: ptaeuber | | | Date: Mon Jul 17 17:19:12 2017 +0200 | | | | | | Allow dividing by all globalKnownVars in initDAE | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 88fee4f5a4712d22b5d0ef84a4ab77bea3472572 | | | Author: Adeel Asghar | | | Date: Mon Jul 17 15:04:27 2017 +0200 | | | | | | New API to get initial states. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 591485e63b58b7ee73146d7bda8b0cc2d4341c7b | | | Author: Bernhard Thiele | | | Date: Wed Jul 12 15:45:16 2017 +0200 | | | | | | Fix FMU import related simulation deviations | | | | | | Fixes the problem described in trac4455 | | | (https://trac.openmodelica.org/OpenModelica/ticket/4455) | | | by enforcing that FMU inputs are set directly after | | | fmi2SetTime is called. | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeBackendTV.mo | | | M Compiler/Util/FMI.mo | | | | | * commit acc20cc1ae69b2236a6e3193e15bb25b9f27733a | | | Author: Adeel Asghar | | | Date: Wed Jul 12 14:07:01 2017 +0200 | | | | | | Check if the list is empty. | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit ca1c6de2c5ee9de152758f4b978afa63b0e1ed01 | | | Author: hkiel | | | Date: Wed Jul 12 09:50:37 2017 +0200 | | | | | | increase size of base array to avoid expensive re-sizing | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 7029f3afb7270e53d9a07d1b1a7c2f89620d9ce4 | | | Author: niklwors | | | Date: Tue Jul 11 16:02:12 2017 +0200 | | | | | | fix for coping sim values in BufferReaderWriter | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | * commit 90441d8cdc01f09ae4018549b619c88665a372bd | | | Author: ptaeuber | | | Date: Tue Jul 11 13:56:24 2017 +0200 | | | | | | Improve model_info.json | | | | | | Add tags: torn, jacobian, system, tornsystem | | | Add attribute 'unknowns' | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | | | * commit 64eefbbd2d1c1eef6151762c77f353ecfb1e9d11 | | | Author: ptaeuber | | | Date: Tue Jul 11 10:19:27 2017 +0200 | | | | | | Speed up tearing matching a bit | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 498ae9ff3d1710bd6f27ab1a3e54f88db5e6018f | | | Author: Adeel Asghar | | | Date: Mon Jul 10 23:47:36 2017 +0200 | | | | | | If an embedded server is specified. | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 02b0bab99b88703fec9173f5b810c1a211ba8092 | | | Author: Adeel Asghar | | | Date: Mon Jul 10 23:10:40 2017 +0200 | | | | | | Output the information when opc-ua server is initialized. | | | | | | M SimulationRuntime/c/simulation/solver/embedded_server.c | | | M SimulationRuntime/c/simulation/solver/embedded_server.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/opc/ua/omc_opc_ua.c | | | M SimulationRuntime/opc/ua/omc_opc_ua.h | | | | | * commit 0fc8e098ccfe056c0871d90201156532761b0c8d | | | Author: hkiel | | | Date: Mon Jul 10 13:22:56 2017 +0200 | | | | | | optimize ResolveLoops.getShortPathsBetweenEqCrossNodes() further | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 107d88df342499987225194a2cad24b853e5cebb | | | Author: ptaeuber | | | Date: Mon Jul 10 11:53:14 2017 +0200 | | | | | | Add execStat for matching/sorting of init dae | | | | | | Has been counted among 'prepare postOptimizeDAE' before. | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit da6c53fe6f8abe4c86b732024c220fa63f97a257 | | | Author: hkiel | | | Date: Sun Jul 9 16:30:48 2017 +0200 | | | | | | avoid multiple sorts | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 743991c8f78d09355505bbcd298a68a48551a1f1 | | | Author: hkiel | | | Date: Sat Jul 8 16:45:01 2017 +0200 | | | | | | fix reverse ranges n:-1:1 | | | | | | M Compiler/Util/List.mo | | | | | * commit 89f3548de4504713d10065e87829b50a12ab21d7 | | | Author: hkiel | | | Date: Sat Jul 8 11:51:57 2017 +0200 | | | | | | fix List.sortIntN() | | | | | | M Compiler/Util/List.mo | | | | | * commit 9a5c35eeed772b0c4ab63acfdcdec65b76f2da81 | | | Author: hkiel | | | Date: Fri Jul 7 17:09:07 2017 +0200 | | | | | | sort lists before intersection to speed up | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit feee0cf2833d37e23dc0d8388991e5156ca9c73a | | | Author: hkiel | | | Date: Fri Jul 7 17:08:33 2017 +0200 | | | | | | implement intersection on sorted Integer lists | | | | | | M Compiler/Util/List.mo | | | | | * commit 767bebdf198ccf7a8d54afab11440d158ac182d6 | | | Author: hkiel | | | Date: Fri Jul 7 10:00:28 2017 +0200 | | | | | | Remove loop check from differentiation | | | ther is still a maxIteration check. | | | reduces running time tremendously | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit bfbc14590dc5c4c7e01a79a7f2f28d2ee874025e | | | Author: ptaeuber | | | Date: Thu Jul 6 09:52:56 2017 +0200 | | | | | | Count tmp vars to unknowns in SimCode EqSystem | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 62106406ffcdc0c6414e50ce41dcbdcc93f4a7e9 | | | Author: ptaeuber | | | Date: Wed Jul 5 17:32:48 2017 +0200 | | | | | | Add more info to SimCode EqSystem | | | | | | Is it a torn system? | | | How many unknowns does the system have? | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 0b0a647ac755cd9152ff8833b65f66ca94aec5f2 | | | Author: hkiel | | | Date: Wed Jul 5 13:20:30 2017 +0200 | | | | | | use AvlSetInt instead of too big List.uniqueIntN() array for large models | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit f30ae8ae4fa57823753e2f2e5d9397a562fc4d74 | | | Author: ptaeuber | | | Date: Tue Jul 4 11:22:26 2017 +0200 | | | | | | Improve model_info.json | | | | | | Make jac eqns of nonlinear system have a parent | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | * commit 929645f9426b66a14cfb4441aac35c6937d9c165 | | | Author: Rüdiger Franke | | | Date: Mon Jul 3 16:09:57 2017 +0200 | | | | | | Delay initialization of FMU2 logger until it is requested | | | | | | This is to avoid errors among multiple FMU instances using the same | | | global logger instance. | | | At most one FMU instance may use the current logger. | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit c617a1f585ffe17586f798c1bac77398f9b230a3 | | | Author: ptaeuber | | | Date: Mon Jul 3 13:47:17 2017 +0200 | | | | | | Fix detection of fixed globalKnownVars | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit ade8bc4852a0323c04ebf758572a47245575ff7a | | | Author: hkiel | | | Date: Mon Jul 3 12:15:07 2017 +0200 | | | | | | do not create temporary arrays | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit cbeb9b317560238631ef1ae37d6ea309a5207fd1 | | | Author: hkiel | | | Date: Mon Jul 3 11:59:44 2017 +0200 | | | | | | do not copy key if it already exists | | | | | | M Compiler/Util/BaseAvlSet.mo | | | | | * commit 6674cbe6a026adc92e1f6dc433c81859db39a124 | | | Author: Rüdiger Franke | | | Date: Sat Jul 1 20:02:27 2017 +0200 | | | | | | Export FMI functions for multi-rate sampled data systems | | | | | | this is needed for Windows | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 0d0414ca3fa24ab5f5a3eec869172796a2ab2083 | | | Author: Rüdiger Franke | | | Date: Sat Jul 1 12:40:37 2017 +0200 | | | | | | Fix initialization of nominal values in DgesvSolver, ticket:4459 | | | | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | | | * commit 61870e3e316332e9ae001c101145d1e6a2b9eac4 | | | Author: Rüdiger Franke | | | Date: Sat Jul 1 11:39:34 2017 +0200 | | | | | | Enhance logging of DgesvSolver | | | | | | M SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | | | * commit 4866f55986edaf53be65f4cf0b77328fff4d08bf | | | Author: Rüdiger Franke | | | Date: Sat Jul 1 11:33:34 2017 +0200 | | | | | | Fix whitespaces in DgesvSolver | | | | | | M SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | | | * commit 1504ef744b3547f8fca2795f57dd1e4f1df0f1c6 | | | Author: Adeel Asghar | | | Date: Fri Jun 30 12:40:41 2017 +0200 | | | | | | Copy the open62541.h file build include directory | | | | | | M SimulationRuntime/opc/ua/Makefile.common | | | | | * commit 214f0d63afce2b041339f993de3a0d9aa631f6ab | | | Author: ptaeuber | | | Date: Thu Jun 29 11:25:45 2017 +0200 | | | | | | Do not create parameter equations for constant variables ... | | | | | | depending on non-fixed parameters. | | | Fix for PhotoVoltaics library (ticket:4450). | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 299703b4739f98c93a90abcb81b0fda5cd76a0d3 | | | Author: Martin Sjölund | | | Date: Wed Jun 28 16:24:46 2017 +0200 | | | | | | Copy libzmq dylib files | | | | | | This should fix ticket:4457 | | | | | | M Makefile.common | | | | | * commit 708c3b4889f7956eac9ec0493f6b8b2a48958cb7 | | | Author: hkiel | | | Date: Wed Jun 28 15:28:13 2017 +0200 | | | | | | reduce memory footprint of Tearing | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 0ecd8be5b32bf10827499f8a2c3a9204175f592e | | | Author: hkiel | | | Date: Wed Jun 28 06:21:37 2017 +0200 | | | | | | some small optimizations | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit dc91086f1c5e3f5c2152f03134e3f0285b10bc20 | | | Author: ptaeuber | | | Date: Tue Jun 27 14:02:06 2017 +0200 | | | | | | Do not create unnecessary large nonlinear systems | | | ... around single complex functions | | | | | | ticket:4046 | | | ticket:4446 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 092ac3896a867be3cce53ef979f5ec83afd46ed6 | | | Author: Martin Sjölund | | | Date: Mon Jun 26 11:00:47 2017 +0200 | | | | | | Fix for RHEL/GCC not compiling in C99 mode | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit dfebc074c79573add8aa492e17d5227f98d348e3 | | | Author: Jan Šilar | | | Date: Fri Jun 23 16:50:41 2017 +0200 | | | | | | A new function to read whole array from .mat file. | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | * commit 1606f8a100f6be914f62c7d3ce85520aff814af1 | | | Author: hkiel | | | Date: Tue Jun 20 21:46:40 2017 +0200 | | | | | | do not use tuple as function argument when not necessary | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 76d87502f63ceb39a7695f035cfd6d0dc9663b3d | | | Author: Per Östlund | | | Date: Mon Jun 19 16:19:45 2017 +0200 | | | | | | More nfinst fixes for ScalableTestSuite. | | | | | | - Add preliminary support for end (just passing it through for now). | | | - Remember to actually increment the index when adding imports, | | | so more than one import per scope works. | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 6e926926cab2a86cb45be03114afbbc07a8d47e7 | | | Author: Per Östlund | | | Date: Mon Jun 19 15:48:50 2017 +0200 | | | | | | Ignore imports in NFClassTree.expandExtends2. | | | | | | - Fixes some more ScalableTestSuite models. | | | | | | M Compiler/NFFrontEnd/NFClassTree.mo | | | | | * commit c8caa6d3d8740652fd7511a4f0e9e6953b7a3b54 | | | Author: Volker Waurich | | | Date: Mon Jun 19 15:01:18 2017 +0200 | | | | | | adapt yEd dump, add borderwidth to graphml nodes | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/DumpGraphML.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit 3dcf0f9f658cde069491fc30c3bb5a99844eee21 | | | Author: Per Östlund | | | Date: Mon Jun 19 13:53:06 2017 +0200 | | | | | | Added execStat for instantiateModel DAE dumping. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit c8394ea31c3b80656c9dbd7701db6d3425795f98 | | | Author: Per Östlund | | | Date: Mon Jun 19 12:46:37 2017 +0200 | | | | | | Handling of self-referencing extends in nfinst. | | | | | | - Handle extending a local class via the scope itself. | | | - Detect some cases of extends loops. | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/Util/Error.mo | | | | | * commit b2744b01b9e73a8d7c009645abaa30df58d0fb0f | | | Author: Per Östlund | | | Date: Mon Jun 19 10:57:00 2017 +0200 | | | | | | Simple typing of subscripts for nfinst. | | | | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c28fb0ce1a123713c968fdbbcfb7ca29b9a4e831 | | | Author: Lennart Ochel | | | Date: Mon Jun 19 09:58:00 2017 +0200 | | | | | | Simplify handling of invalid states | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit c7d04e1fb29aab0a752476669fdd9e3c97014600 | | | Author: Per Östlund | | | Date: Fri Jun 16 19:45:51 2017 +0200 | | | | | | NFInst improvements. | | | | | | - Implemented new type ClassTree which contains a class' elements, | | | and moved some of the instantiation logic to it. | | | - Implemented new type Sections which contains a class' equations and | | | algorithms. | | | - Added new class type DERIVED_CLASS to better handle short class | | | definitions. | | | - Implemented some basic support for class prefixes. | | | - Improved the handling of imports. | | | - Improved the handling of modifiers, though element redeclares are | | | currently broken (but didn't really work well before anyway). | | | - Improved the handling of package constants. | | | - Fixed lots of lookup and scoping issues. | | | - Rewrote SCode.translateArgs to filter out empty modifiers better. | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | A Compiler/NFFrontEnd/NFClassTree.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExtend.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFImport.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | A Compiler/NFFrontEnd/NFSections.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Array.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 4e4ac932dc85bfc30773e70ab569bcc8a1b0cee8 | | | Author: Adeel Asghar | | | Date: Fri Jun 16 16:38:24 2017 +0200 | | | | | | Added a new flag for interactive mode. | | | `--interactive=none|corba|tcp|zmq` | | | The flags `-d=interactive` and `-d=interactiveCorba` are still valid with a depreciation message. | | | The flag -d=interactiveZMQ is removed. | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/socketimpl.c | | | | | * commit f1f89ccf89f3076c369f11e4dde07af178e50b78 | | | Author: adeas31 | | | Date: Fri Jun 16 14:08:46 2017 +0200 | | | | | | Fix the zmq initialization for linux | | | | | | M Compiler/runtime/zeromqimpl.c | | | | | * commit 709531b2ed22a97f4a2b4607a9fface7c811bbcc | | | Author: hkiel | | | Date: Fri Jun 16 12:41:17 2017 +0200 | | | | | | Ticket4407 case preserving filesystems | | | fixes problem with re-generating files on case-preserving filesystems | | | | | | M Compiler/Util/omc_file.h | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 73555c0acfa3a08c39c22a5c3ea6146acc54741d | | | Author: Volker Waurich | | | Date: Thu Jun 15 15:06:24 2017 +0200 | | | | | | new yEd dump of complete dae system as bipartite graph | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit 8ba253e1f8f5cc1745d0ae5977301d4ead70cbc5 | | | Author: Adeel Asghar | | | Date: Thu Jun 15 12:05:41 2017 +0200 | | | | | | Write zmq server connect string to file. | | | Let zmq choose the port automatically and write it to a file. | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/ZeroMQ.mo | | | M Compiler/runtime/zeromqimpl.c | | | | | * commit f2b55ccb73137352be7d747cddb53eb837a77545 | | | Author: Martin Sjölund | | | Date: Thu Jun 15 09:42:46 2017 +0200 | | | | | | Fix compilation of zmq on OSX | | | | | | libzmq uses the LDFLAGS to find libraries, so do not send cmake LDFLAGS | | | that ignore linker errors since that will give compiler errors on OSX | | | (the makefile does not check if the symbol exists in a header; it just | | | compiles a program and checks linking). | | | | | | M Makefile.common | | | M Makefile.in | | | M Makefile.omdev.mingw | | | M configure.ac | | | | | * commit 86cfac41d429e250cb81a6ad2c842d479a020335 | | | Author: Martin Sjölund | | | Date: Thu Jun 15 09:11:53 2017 +0200 | | | | | | Do not copy so-files to bin/ | | | | | | M Makefile.common | | | | | * commit ea473e72a2129fc25b924236b24535c1e63331f9 | | | Author: Volker Waurich | | | Date: Thu Jun 15 08:56:34 2017 +0200 | | | | | | comments for synchronous implementation | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 6a81761cf6635c72d87b971399c6b7485825b024 | | | Author: Volker Waurich | | | Date: Thu Jun 15 07:57:35 2017 +0200 | | | | | | solver clocks do connect base partitions | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 4a475acca142f0d81665a2a809c86ce71779b4ac | | | Author: Adeel Asghar | | | Date: Wed Jun 14 15:43:06 2017 +0200 | | | | | | Improved the ZeroMQ server send method | | | | | | M Compiler/Main/Main.mo | | | M Compiler/runtime/zeromqimpl.c | | | | | * commit 7827a66b1017b632211c064dc8fedfe2c1695857 | | | Author: Volker Waurich | | | Date: Wed Jun 14 13:57:04 2017 +0200 | | | | | | new subclock partitioning implementation with new partition adjacency matrix | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/MMath.mo | | | | | * commit 95cea6e24bd601cc7bc2f36dcbc657ce897bc028 | | | Author: ptaeuber | | | Date: Wed Jun 14 11:39:55 2017 +0200 | | | | | | Also dump resEq in tearing dump | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 2f2fed896ba6c46d55ad3f9c522a4fd03983d883 | | | Author: hkiel | | | Date: Wed Jun 14 11:18:17 2017 +0200 | | | | | | some small improvements | | | do not update Avl.key when adding key of equal value | | | optimize function intersection | | | | | | M Compiler/Util/BaseAvlSet.mo | | | | | * commit 96636050174c984db9738edf40be4363f2a1e072 | | | Author: hkiel | | | Date: Thu Jun 1 11:30:46 2017 +0200 | | | | | | use simpler if instead of matchcontinue | | | | | | M Compiler/Main/Main.mo | | | | | * commit ba78dc70360ef42133a84ff03ad0868c1e7c4b51 | | | Author: hkiel | | | Date: Thu Jun 1 11:29:56 2017 +0200 | | | | | | do not explode and re-create tuple | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 9276843c9de542e7aae9b1661b1c563fac7c628a | | | Author: hkiel | | | Date: Thu Jun 1 11:29:00 2017 +0200 | | | | | | fix static analysis: avoid dead assignment | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | * commit 1b08e2b10186848bb336b500012cc580c5a1e405 | | | Author: hkiel | | | Date: Thu Jun 1 11:28:30 2017 +0200 | | | | | | do not generate intermediate list | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit b11bb9742e6429e32154f5cc35e66124d973792c | | | Author: Lennart Ochel | | | Date: Wed Jun 14 10:45:14 2017 +0200 | | | | | | Use different call sequence logics for ME and CS | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 71eeb5f42bbcaf9236af4a50d632fe254edc8889 | | | Author: Lennart Ochel | | | Date: Tue Jun 13 18:05:43 2017 +0200 | | | | | | Fix indentation | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 050739da0c5bfdc8e908352a85d7c20309f52d29 | | | Author: Adeel Asghar | | | Date: Tue Jun 13 20:01:15 2017 +0200 | | | | | | Fixed encoding. | | | | | | M Compiler/runtime/zeromqimpl.c | | | | | * commit b70932d98c797aac4480f1d1099fb242c5d39d2f | | | Author: Adeel Asghar | | | Date: Tue Jun 13 19:17:31 2017 +0200 | | | | | | Improved the ZeroMQ server receive method | | | | | | M Compiler/runtime/zeromqimpl.c | | | | | * commit 7a88dc81ea6b5c2938e7389975e924e95a6f1097 | | | Author: hudson | | | Date: Tue Jun 13 15:03:21 2017 +0200 | | | | | | Updating 3rdParty | | | | | | 23f84f5 Added ZeroMQ library | | | 79cc72e Add 'libzmq/' from commit '10a9ba0926028a2e380a1409da278a48e5ecf3f8' | | | 10a9ba0 Merge pull request #2593 from ilovexyz/dev | | | af598f2 fix bug: dish client does not resend subscriptions to radio server after radio server restart | | | 9980593 Merge pull request #2591 from laplaceyang/pr_cancel_timer_in_reconnect | | | 67a6594 fix bug: coredump if set linger and immediate together | | | bcc30f2 Merge pull request #2584 from GreatFruitOmsk/master | | | 545135f RELICENSE: Ilya Kulakov | | | ec56eaa Merge pull request #2583 from timou/wincmake | | | 293a182 Suppress linker warning 4221 for MSVC | | | 92339a4 Merge pull request #2582 from bluca/test_poller_use_after_free | | | 1763753 Problem: use-after-free in test_poller | | | bc8ad88 Merge pull request #2580 from diorcety/ninja | | | f66c49a Fix precompiled | | | 6ad533b Merge pull request #2578 from rkfg/dev | | | 72b4b68 Problem: abort at socket creation on Android with jzmq | | | 8e1facc Merge pull request #2577 from bluca/rep_leak | | | bdc676f Problem: REP leaves label msgs for dead REQ in pipe | | | 766c47f Merge pull request #2575 from zeromq/revert-2572-rep_leak | | | 1489fc1 Revert "Problem: REP leaves label msgs for dead REQ in pipe" | | | 75cc201 Merge pull request #2572 from bluca/rep_leak | | | 0999fdd Problem: REP leaves label msgs for dead REQ in pipe | | | d175819 Merge pull request #2570 from jruffin/master-relicense | | | 30dac38 Added the license grant for jruffin | | | b7e8a3d Merge pull request #2566 from leonarf/leonarf-relicense | | | 7dc06fd license right grant from Leonard Michelet | | | f0df483 Merge pull request #2564 from rotty/master | | | 806bc9d Relicensing grant from rotty | | | fb92cd3 Merge pull request #2562 from pijyoi/fix_init_fdset | | | d11f501 problem: not using official api FD_ZERO to init fd_set | | | 0a66acb Merge pull request #2560 from bluca/tests_ports | | | 18651d1 Merge pull request #2561 from flub/master | | | 3241875 Grant permission to relicense to MPL | | | 655fbfc Problem: ASAN test doesn't print good traces with GCC 4.8 | | | 86f9f1d Problem: CI doesn't build with debugging symbols | | | 11e2e5f Problem: address sanitizer support in CI is hacky | | | 6d76106 Problem: test_many_sockets is flacky on OSX | | | 463c2d7 Problem: CI builds and test runs not done in parallel | | | 48792f8 Problem: CI runs libsodium tests | | | b29d46b Problem: tests use same IPC endpoint | | | 5934919 Problem: tests bind to hardcoded TCP ports | | | 2c2c813 Merge pull request #2559 from michicc/master | | | 584706f RELICENSE: Grant from michicc | | | ae461dc Problem: cannot use wildcard port with source address | | | 06666d8 Merge pull request #2558 from bluca/obs_release | | | f126da8 Problem: no way to deploy releases to OBS | | | e24ef3f Merge pull request #2557 from bluca/package_gssapi_manpage | | | d96c48f Problem: OBS _service sets version to unix timestamp.commitid | | | 9dd75e6 Problem: RPM build fails due to ignored zmq_gssapi.7 | | | 2215a9d Merge pull request #2554 from bluca/disable_new_poller_without_drafts | | | 90c76fb Problem: new zmq_poller used by zmq_poll without DRAFTs | | | e905f9d Merge pull request #2553 from diorcety/x | | | ec7b948 Fix WITH_DOC | | | 54b8985 Merge pull request #2550 from garlick/gssapi_test | | | edd6b0a gssapi: add a basic test for GSSAPI security | | | 8e33d42 Merge pull request #2549 from garlick/gssapi_nametype | | | 53918fc gssapi: drop unnecessary ifdefs | | | c978d3b gssapi: renumber socket options | | | c23fcc1 Merge pull request #2548 from garlick/gssapi_nametype | | | 568feb1 gssapi: document NAMETYPE options in get/setsockopt(3) | | | 8892087 gssapi: add NAMETYPE options to zmq_getsockopt | | | 9fbf2e2 gssapi: move new options to DRAFT section | | | c49436a Merge pull request #2547 from diorcety/x | | | 17460b3 Targets broken by some parts of f7d1c159d4f96686ce994319280c1bd3a2eab994 | | | 7439566 Merge pull request #2546 from rikvdh/master | | | 67eee47 RELICENSE: Grant from rikvdh | | | 4ae2ffd Merge pull request #2545 from garlick/gssapi_nametype | | | 48f7284 gssapi: add zmq_gssapi.7 to MAN7 in Makefile.am | | | 8bd3f03 gssapi: add NAMETYPE socket opts to zmq_gssapi.7 | | | 0b185e8 gssapi: add NAMETYPE socket options | | | 4783605 Merge pull request #2544 from Asmod4n/patch-2 | | | 798b258 Create Asmod4n.md | | | 4272925 Merge pull request #2541 from garlick/gssapi_fix | | | 2b9a352 gssapi: use gss_buffer_desc consistently | | | 4e22dd0 gssapi: fail if client sets wrong principal | | | f2b579c gssapi: use GSS_C_BOTH to acquire credentials | | | c371824 gssapi: document ZMQ_GSSAPI_PRINCIPAL as optional | | | 43f4c28 gssapi: define HAVE_LIBGSSAPI_KRB5 in configure.ac | | | aa90863 Merge pull request #2539 from juan-filewave/win_build_if_defined_ZMQ_USE_POLL | | | 52ce6aa Problem: Windows build broken by #if ZMQ_USE_POLL | | | ce602d0 change macOS < 10.12 clock to SYSTEM_CLOCK, fixes #2537 (#2538) | | | 45f4a40 Merge pull request #2536 from RPGillespie6/master | | | 69b2aff Add CMake Build Output Options | | | 1d4014d Problem: Minor inconsistency in macro syntax. Solution: Code fixed. (#2534) | | | e8be2e9 Merge pull request #2533 from bjovke/my_work | | | dc7bbe3 Problem: FD set copying on Windows still not optimal on some places. Solution: Improved memcpy() of FD sets for Windows builds. | | | a3ad12f Merge pull request #2532 from bjovke/my_work | | | 6d3d99f Problem: Stack overflow in Windows VS 2012 builds for simple ZeroMQ usage. Solution: Added notice in INSTALL file to mandatory use at least 2 MB stack size in VS 2012 and recommendation to use at least 2 MB in all other Windows builds. | | | eb37793 Merge pull request #2528 from kurdybacha/master | | | 01f8ae0 RELICENSE: Pawel Kurdybacha grant | | | bf07573 Merge pull request #2527 from diorcety/x | | | f7d1c15 Fix windows compilation | | | dfde9a2 Merge pull request #2526 from bjovke/my_work | | | aa3540e Problem: misleading indentation and visually ambiguous if/else block ordering. Solution: fixed indentation and if/else block. | | | c2798ef Merge pull request #2525 from swansontec/master | | | 0b1402f RELICENSE: William Swanson | | | d815228 Merge pull request #2523 from bjovke/my_working_branch | | | 3b01410 Merge pull request #2524 from jakecobb/tcp_codestyle | | | c635ee7 Critical BUG introduced with #2518 fixed. | | | f89e3ee Problem: Bad style in tcp.hpp/cpp | | | 2df4e87 Merge pull request #2522 from bjovke/my_working_branch | | | af6e071 Merge pull request #2521 from jakecobb/windows_tcptuning_consistency | | | cd39b00 Consistency of Windows TCP tuning assertions | | | 9bee9d6 Another macro correction. | | | d66c250 Merge pull request #2519 from bjovke/master | | | b6fb1f6 Macro correction. | | | 2bdd06c Relicense file extensions corrected. | | | 6480721 Merge pull request #2520 from twhittock/patch-1 | | | 6ecdd68 Tom Whittock grant | | | 30cd655 Case found not covered in latest zmq::proxy() code. | | | 545cacf Merge pull request #2518 from bjovke/master | | | 26520fe zmq::socket_poller_t speed improvement for constructor and wait() function. | | | a7977a5 Reworked zmq::proxy() for improved performance. | | | 3e55545 Code reformatting of proxy.cpp | | | 2b543e7 Merge pull request #2516 from meox/master | | | c8d6b67 adding licence | | | 6853e3f Merge pull request #2514 from lytboris/freebsd-enable-ai_v4mapped | | | 63e1984 Merge pull request #2513 from lytboris/windows-assign-instead-compare | | | ef8b0c6 re-enable AI_V4MAPPED on FreeBSD & DragonFlyBSD Detect AI_V4MAPPED is not supported in getaddrinfo() on the fly and retry query. This issue was seen on ancient FreeBSD releases and current implementation does support this flag correctly. | | | 2b1bbf1 fix a typo - assigment was used instead of comparison | | | 6a41f27 Merge pull request #2510 from lytboris/ipv6-resolve_nic_name-fix | | | ac7d02e Relicense Grant (#2511) | | | 8bc92bd choose IP(v6) address based on ipv6_ flag in a correct way | | | 9846da0 Merge pull request #2507 from eburkitt/upmaster | | | 9dbf579 Add relicense grant for eburkitt | | | e5583cb Merge pull request #2495 from bluca/relicense_typo | | | c7fea39 Fix asciidoc | | | 238aa49 Merge pull request #2504 from herbrechtsmeier/location | | | 9deb6b0 cmake: Use LOCATION property only for imported targets | | | 96e61d9 Merge pull request #2503 from herbrechtsmeier/msvc | | | 2f367bd cmake: Remove build/msvc include path to remove file name clash | | | 926d2d2 Merge pull request #2493 from herbrechtsmeier/cmake | | | ac92fb5 Merge pull request #2502 from herbrechtsmeier/appveyor | | | abbfed2 appveyor: Use correct CURVE security options | | | cd753ee Merge pull request #2501 from mauri-melato/master | | | 0c2ffd6 RELICENSE: Maurizio Melato grant | | | 84f83d6 Merge pull request #1 from zeromq/master | | | 699b3a2 Merge pull request #2500 from kobolog/kobolog/relicense | | | d0427d1 Relicense. | | | f186421 cmake: Export targets to package config | | | 4e3e3f6 cmake: Disable runtime checks while cross compiling | | | 556de55 cmake: Use project specific source directory instead of top level source tree | | | f5ba27f Relicense bjovke (#2498) | | | 61ba79a Merge pull request #2497 from jakecobb/relicense | | | 33db22c Relicensing permission for Jake Cobb | | | 3458810 Merge pull request #2496 from bbdb68/master | | | 840f726 RELICENSE : Bruno Bodin grant | | | 98dc4a4 Problem: typos in RELICENSE/ptroja.md | | | b26b193 RELICENSE: Piotr Trojanek grant (#2381) | | | 26513b7 Merge pull request #2494 from bjovke/master | | | 319eb27 Unnecessary dynamic memory allocation for zmq::socket_poller_t in zmq_poller_poll(). Fixed by allocating zmq::socket_poller_t from stack. | | | 5d5263e Prevent DOS by asserts in TCP tuning (#2492) | | | 1d58a00 Problem: no windows UWP support | | | e224cc9 Merge pull request #2490 from lodagro/master | | | 9e86341 Merge pull request #2489 from reunanen/relicense | | | dfdd84f Relicense: Wouter Overmeire (lodagro) | | | e1b9dbe RELICENSE: Juha Reunanen / Tomaattinen / Outotec grant | | | c5acd1b Merge pull request #2486 from evoskuil/master | | | 7952c58 Problem: xpub test has broken style (missing whitespace). | | | 1dd9cac Problem: xpub_t.xattach_pipe no handle msg.copy or pipe_t.write fails. | | | 6436bc5 Problem: sub.xsetsockopt leaks message (0..n bytes) payload on fail. | | | 1b79da0 Problem: proxy leaks one message payload (0..n bytes) on close. | | | 4ea7d01 Problem: send_failure() util name undergeneralized (for read success). | | | 8c165ad Problem: excess whitespace (style). | | | d91cd41 Merge pull request #2485 from zeromq/relicense | | | 77562f7 License grant | | | f1bbb6f Merge pull request #2484 from bluca/address_sanitizer | | | d3ca235 Problem: lack of out-of-bound memory checks in tests | | | 7ce68da Merge pull request #2482 from evoskuil/master | | | 0bfd747 Problem: heartbeats test has invalid curve design; xplat and style probs. | | | a014e77 Problem: leaks on send_zap_request fail, use of goto idiom is fragile. | | | 29a5c98 Problem: zap_connect() asserts on write fail (yet returns fail codes). | | | a0ccdc8 Problem: secure servers ignore zap_connect failre code and set ready. | | | 9c6fb09 Merge pull request #2478 from evoskuil/master | | | 6c1fb4d Problem: NuGet pacakge out of date. | | | f44300c Problem: assert used for ZAP error handling aborts process. | | | a6d03df Merge pull request #2477 from zeromq/jemc-relicense | | | a86751b Problem: No relicense file for jemc contributions. | | | 84d94b4 Merge pull request #2475 from chrisstaite/master | | | 5cc487c Relicense grant for chrisstaite | | | 8e2d2d4 Merge pull request #2472 from linville/master | | | 6d739f4 RELICENSE: Aaron Linville grant | | | 815f412 Merge pull request #2471 from t-b/improve_oom_handling | | | 33e29bd Problem: Out of memory condition not always checked | | | fe9f6b2 Problem: GSSAPI check for Out of memory is done conditionally | | | 19f30f7 Problem: throwing version of new called | | | 634c69a Add relicense statement | | | 182cb0e Merge pull request #2470 from ianbarber/master | | | 1f74979 Relicense grant for ianbarber | | | 14bb269 Merge pull request #2469 from madebr/relicense | | | 38e3c12 RELICENSE: Anonymous Maarten grant | | | 5744042 Merge pull request #2468 from goodfella/goodfella-relicensing | | | 0a6f540 RELICENSE: Nick Guiffrida grant | | | 159b39e Merge pull request #2467 from bjoto/master | | | 31a3ead RELICENSE: Björn Töpel / bjoto | | | 8cf64c2 Merge pull request #2466 from evoskuil/master | | | 616fbef Problem: insufficient use of const complicates calling. | | | 7a4c802 Merge pull request #2465 from evoskuil/master | | | fd51347 Merge pull request #2464 from ulikoehler/relicense | | | be94f91 added czmq to permission as well | | | e1cc4cd Added relicense permit | | | feb8e86 Problem: typo in comment. | | | e9e2f8d Merge pull request #2463 from tSed/sma/relicensing | | | 754e9f6 RELICENSE: Samuel Martin grant | | | 9900739 Relicense (#2462) | | | 66accc0 Relicense (#2456) | | | 28cdd11 Allow relicense (#2458) | | | 9221b60 Problem: need to relicense libzmq (#2459) | | | 771b7c6 RELICENSE: Maarten Ditzel (#2460) | | | 85165ba Problem: need to relicense libzmq (#2461) | | | 3f80657 Merge pull request #2457 from evoskuil/master | | | 72714ad Problem: no nuget package for 4.2.2 | | | f2d7b2c Problem: curve not enabled by default in Visual Studio. | | | 91a01f4 Problem: libsodium linked by default in Visual Studio projs. | | | dbb5e72 Problem: Visual Studio projects intertwined and drifting. | | | dbd8346 Merge pull request #2455 from willstrang/master | | | 779561f RELICENSE: William P Strang grant | | | b906f48 Merge pull request #2454 from evoskuil/master | | | 068c815 Problem: __STDC_LIMIT_MACROS before PCH causes VC++ warning. | | | 6622e16 Merge pull request #2451 from evoskuil/master | | | af0320f Problem: implicit cast from size_t to int implies data loss. | | | ded6c84 Merge pull request #2450 from pijyoi/master | | | c796240 RELICENSE: KIU Shueng Chuan | | | 773b8ff Merge pull request #2449 from sdrsdr/sdrsdr-relicense-grant | | | d468e7a Relicense Grant | | | ed6fd03 Merge pull request #2448 from chickenkiller/master | | | 6a87d20 RELICENSE: Lionel Orry grant | | | f82ef5a Merge pull request #2447 from somdoron/gitfoxi-relicense | | | a4e90f6 relicense michael fox | | | 7c58414 Merge pull request #2446 from Hugne/master | | | a898cd3 Relicense: Erik Hugne | | | 04b96ad Merge pull request #2445 from reza-ebrahimi/master | | | c6409b5 Relicense: Reza Ebrahimi | | | d0ebd03 Merge pull request #2444 from tabe/relicense-tabe | | | af6293d Merge pull request #2442 from bprager/master | | | 04e4f0f Create BerndPrager.md | | | 6c63f17 RELICENSE: Takeshi Abe | | | 96402a8 Merge pull request #2441 from natano/master | | | d1ce868 Relicense grant: Martin Natano | | | 88d1b86 Relicense - Chuck Remes (#2439) | | | ce4a57f Merge pull request #2440 from fidlej/topic_license | | | 10f591d RELICENSE: Ivo Danihelka grant | | | 9d14c2d Merge pull request #2438 from a4z/authors | | | fcb826f Problem: not on the authors list | | | 98ddc96 Merge pull request #2437 from a4z/relicense | | | 2e564e9 add relicense file | | | 59ecc99 Merge pull request #2435 from Bklyn/master | | | 58bf0dd Relicense: Caleb Epstein (Bklyn) | | | 0d039c9 Merge pull request #2434 from opedroso/master | | | 30ba395 RELICENSE: Osiris Pedroso | | | 895e03e Merge pull request #2431 from robertcastle/master | | | 889fd55 Merge pull request #2433 from SRombauts/master | | | 144c76c RELICENSE: Sébastien Rombauts (SRombauts) | | | 2a2b67c Merge pull request #2429 from cowo78/master | | | a3b8174 Merge pull request #2428 from olafmandel/relicense | | | acd115f Relicense - Robert Castle / Egomotion Ltd | | | 4273383 Merge pull request #2427 from mipaaa/master | | | 45c6ba1 Relicense (#2426) | | | fef3f23 Merge pull request #2430 from roalz/relicense | | | 1f2d5ad Merge pull request #2425 from fichtner/relicense | | | cbd9c00 RELICENSE: Roal Zanazzi (roalz) | | | 1fafe0a Added RELICENSE/GiuseppeCorbelli.md to allow libzmq relicensing | | | 5f09a98 RELICENSE: Olaf Mandel grant | | | c38bf8f Michael Hand grant | | | 4961671 add "any" relicensing permission | | | 27ce7f6 Merge pull request #2424 from gena-moscow/master | | | 607b52f Merge pull request #2423 from aseering/master | | | ed989bf RELICENSE | | | 5d61675 RELICENSE: Adam Seering | | | 1df0de7 Merge pull request #2419 from sheremetyev/relicense | | | bf6656e Merge pull request #2420 from drodri/relicense | | | 123d8a7 Merge pull request #2421 from ezhikus/master | | | c030c6c RELICENSE: Volodymyr Korniichuk | | | 2c9ce72 RELICENSE: Fedor Sheremetyev | | | 5f51911 relicense | | | d80e822 Merge pull request #2418 from djelenc/master | | | 50f8c6d RELICENSE: David Jelenc | | | 09c91ec Merge pull request #2417 from c-rack/relicense-c-rack | | | 730de88 RELICENSE: Constantin Rack | | | d1f5070 Merge pull request #2416 from ghpu/master | | | 59478a8 Agreement to relicensing. | | | 237ad22 Merge pull request #2415 from febeling/copyright-grant | | | d34aa4b RELICENSE febeling | | | 9833d18 Relicense approval (#2397) | | | bf46e30 Merge pull request #2414 from JohanMabille/relicense | | | 949a920 relicense | | | 69038ec Merge pull request #2413 from SylvainCorlay/relicense | | | 45ff021 Relicense | | | 78e4989 Merge pull request #2412 from banburybill/master | | | 85782f3 RELICENSE: Jim Hague | | | 05b6928 Merge pull request #2411 from camachat/master | | | 78b2866 Merge pull request #2410 from soulik/testing | | | 86eed73 RELICENSE: Eric Camachat | | | 5781df5 RELICENSE: soulik | | | ece055a Merge pull request #2409 from danriegsecker/master | | | 68c49b2 Relicense statement for Dan Riegsecker (@danriegsecker) | | | e2e9f7c Merge pull request #2408 from loachfish/master | | | d5e6ec0 RELICENSE: Justin.Hung grant | | | adea1ce RELICENSE: Diego Fons (#2407) | | | e9372f2 Added RELICENSE for amuraru contributor (#2406) | | | 56484e6 Merge pull request #2405 from shripchenko/master | | | 6d4d25a RELICENSE: shripchenko | | | 47c3a6b Merge pull request #2404 from zeromq/gonzus-patch-1 | | | 66b7314 Create gonzus.md | | | 9d5b5b7 Merge pull request #2401 from rlenferink/master | | | 2c771a4 Merge pull request #2403 from montoyaedu/patch-1 | | | f6e80e4 Create montoyaedu.md | | | ec14bb7 RELICENSE: Updated wrong filename | | | 89096c7 Merge pull request #2400 from cjuniet/master | | | 88bf9f8 Merge pull request #2399 from sappo/master | | | a2e9ad6 RELICENSE: Christophe Juniet | | | d561143 RELICENSE: Kevin Sapper grant | | | a0d61a8 Merge pull request #2398 from demozon/master | | | 951ba9d Merge pull request #2392 from clkao/patch-1 | | | 0793c7a Merge pull request #2396 from vtellier/master | | | 95940fa Merge pull request #2391 from Bitiquinho/master | | | bc7c5a1 Merge pull request #2390 from taotetek/master | | | 7b2ba9f Merge pull request #2389 from johntconklin/relicense | | | 0df66b9 RELICENSE: Tore Halvorsen | | | b121e62 Merge pull request #2395 from ckamm/ckamm-relicense | | | 39407c0 [RELICENSE] Vincent Tellier | | | 0434e03 RELICENSE: Christian Kamm grant | | | 6c42446 Merge pull request #2394 from danielhtshih/master | | | 61cf277 Merge pull request #2393 from evoskuil/master | | | 555f4cc RELICENSE: Daniel Shih grant | | | eb3f007 RELICENSE: Eric Voskuil grant | | | 44a7a3e Create clkao.md | | | 10a39e5 RELICENSE: Leonardo J. Consoni grant | | | 2ac5117 Problem: want to relicense under mplv2 | | | d26414d RELICENSE: John T. Conklin grant | | | 027856d Merge pull request #2385 from rgagnon24/master | | | 2b7cda2 Merge pull request #2386 from jkryl/master | | | 7913e96 I have added msys building, license stuff (#2387) | | | 8ce9a11 Merge pull request #2388 from TTimo/master | | | 7df5373 Merge pull request #2384 from agronholm/master | | | cef0289 relicensing | | | c0ddcf6 RELICENSE: Jan Kryl grant | | | 28e3225 RELICENSE: Robert Gagnon | | | 63120a8 Create agronholm.md | | | 6517d91 Merge pull request #2383 from thompsa/master | | | b9ac5cd RELICENSE: Andrew Thompson grant | | | d4b9065 Merge pull request #2382 from AndreLouisCaron/relicense | | | 625f52e RELICENSE: Andre Caron grant | | | c4d80a5 Merge pull request #2380 from cdolan/relicense | | | eaa77b3 RELICENSE: Christopher Dolan grant | | | 5aab04b Merge pull request #2379 from yuvallanger/master | | | 4ea0dc4 RELICENSE: Yuval Langer grant | | | b43cd5a Merge pull request #2378 from staticfloat/sf/relicensing | | | 4856169 Merge pull request #2377 from tailhook/relicense | | | c33b875 Add relicensing agreement for Elliot Saba | | | 86c7be3 Relicense permission by Paul Colomiets | | | 9091623 Fixed lib and dll paths in visual studio build (#2375) | | | 4cc32d3 Merge pull request #2374 from rlenferink/license_grants | | | a46ca65 RELICENSE: Added templates for relicensing | | | eccf8b7 Merge pull request #2373 from rlenferink/rlenferink_grant | | | bf2b957 RELICENSE: Roy Lenferink grant | | | db85461 Merge pull request #2372 from Q-Leap-Networks/pr-fix_test_sodium | | | 1dd5fef zmq_curve_keypair(): return result from crypto_box_keypair() to make testcase meaningfull | | | da1633e Merge pull request #2368 from bluca/io_thread_name | | | d7aceef Problem: thread name is redundant | | | 092ad50 Problem: I can't refactor | | | 33246f7 Merge pull request #2367 from bluca/io_thread_name | | | 3ab4796 Problem: ZMQ background threads are unnamed | | | 3548d5e Merge pull request #2365 from somdoron/deprecate_zmq_poll | | | aac8bb1 problem:zmq_poll is slow and the API is complicated | | | 580c5b2 Merge pull request #2364 from somdoron/master | | | f694a2d problem: zmq_poll is slow because FD is being created on every call | | | 651f81e Merge pull request #2362 from nexcvon/patch-2 | | | 9624f9a Problem: zmq::signaler_t::send may loop forever | | | 70a7756 Merge pull request #2361 from bluca/obs_new | | | 05a967f Problem: Travis using deprecated OBS project | | | 34be53d Merge pull request #2360 from nexcvon/patch-2 | | | bcf7577 Problem: Assertion failed in zmq::signaler_t::send | | | 07d904a Merge pull request #2354 from bluca/fix_pipe | | | a73d5cd Problem: router pipe can block forever | | | 1cfc3e1 Merge pull request #2353 from bluca/fix_test | | | 0f473d1 Problem: unnecessary change to router_mandatory_hwm test | | | ca311f7 Merge pull request #2352 from reza-ebrahimi/master | | | 06740b5 Problem with ZMQ_ROUTER_MANDATORY option when peer lost | | | 995a41b Merge pull request #2350 from tabe/zmq_socket_doc-typo | | | c7ce4a1 Problem: typo in the zmq_socket doc | | | d6f4263 cmake WITH_LIBSODIUM option is broken (#2349) | | | 6818cce Merge pull request #2347 from zstang/patch-1 | | | 3b0dfd5 #2341 fix | | | 64a85eb Merge pull request #2346 from bluca/news | | | ac5c75c Problem: 4.2.2 is out, version(s) are out of date | | | 8d75d50 Merge pull request #2345 from bluca/news | | | 5285b6e Problem: packaging versions out of date | | | 854ed90 Problem: NEWS not up to date | | | 26998b7 Merge pull request #2332 from bluca/parse_v4_mapped_in_v6 | | | 0db22c0 Merge pull request #2337 from SylvainCorlay/include-find-sodium | | | 33dccd2 Include FindSodium.cmake in dist tarball | | | 18cb7ca Problem: v4-in-v6 mapped addresses cause parsing failure | | | 78dafe5 Merge pull request #2331 from jimklimov/sol-poller | | | f881694 Problem: polling does not work well OOB in OpenIndiana | | | e56bc48 Merge pull request #2327 from chutz/fix-divide-by-zero | | | df7c684 fix divide by zero in zmq::lb_t::sendpipe | | | 5c34f65 Merge pull request #2326 from SylvainCorlay/framework | | | 4e472b1 Make OS Xframwork build optional | | | bf6d8a5 Fix clock_t crash on iOS 9.3.2 and 9.3.5 (#2325) | | | c6c21cf Problem: zmq_z85_decode does not validate its input (#2322) | | | 673bb50 Merge pull request #2318 from kurdybacha/static_file_fix | | | 877419e CMake static library output does not match ZeroMQ Config. | | | c031b0c Merge pull request #2317 from SylvainCorlay/windows-static-target-name | | | e384538 Problem: cmake artefacts different from make generated artefacts | | | e5677d8 Merge pull request #2315 from bluca/typo | | | 5f8d87b Problem: typo in the zmq_has doc | | | 9aae95e Merge pull request #2314 from Asmod4n/master | | | b7cd6e8 add test and documentation for "draft" capability | | | a6a56e2 Merge pull request #2313 from Asmod4n/patch-1 | | | 4dbd387 Add "draft" capability to zmq_has | | | 4c1b338 Merge pull request #2311 from SylvainCorlay/static-target-name | | | c65a272 Problem: name of static library generated by cmake differs from the behavior of kernel. | | | ee9751e Merge pull request #2308 from chuggafan/master | | | 020ff65 Updated buildbase and buildall to work with visual studio 2017 | | | f86053b Merge pull request #2304 from JohanMabille/cmake_fix | | | 36d0c70 cmake install on linux fixed | | | b8d8c49 Merge pull request #2302 from laplaceyang/pr_thread_safe_modify_pipe | | | 107f244 Problem: Thread-safe solution for modify hwm of pipe | | | 4fc313d Merge pull request #2301 from bluca/set_peer_unsafe | | | edc770d Problem: HWM always boosted by 1 | | | 9f1ba60 Problem: modifying pipe from different thread is not safe | | | 598befc Merge pull request #2299 from laplaceyang/pr_set_hwm_after_connect | | | 5adcb83 Problem: set hwm after connect lead to infinite hwm | | | 77e1792 Merge pull request #2298 from bluca/spec_uuid | | | ce735c4 Problem: spec file still depends on libuuid | | | 81bbd2b Merge pull request #2296 from bluca/asciidoc-base | | | e379366 Problem: debian packages do not build manpages | | | 9dbbd69 Merge pull request #2295 from JohanMabille/cmake_win_install | | | e258890 INSTALLATION instructions | | | 7c709e5 cmake install config file | | | e95d231 CPack option and .txt files installation dir | | | e80db0e Merge pull request #2294 from JohanMabille/cmake_precompiled | | | 2d749a0 Windows cmake build fixed | | | ceb6be7 Merge pull request #2292 from bluca/osx_sigpipe | | | 31a3a06 Problem: peer can close connection before SO_NOSIGPIPE is set | | | d532f2e Merge pull request #2290 from bluca/doc_proxy_eintr | | | 17ef8c6 Merge pull request #2289 from bluca/windoze_includes_test | | | 28c7abf Problem: zmq_proxy* may return EINTR other than ETERM | | | 7e18643 Problem:capitalized include filenames trip mingw | | | dce4d06 Merge pull request #2288 from paddor/master | | | 1b3df75 fix typos | | | ec2ba8a Merge pull request #2283 from vtellier/master | | | ea7e03a Fixed issue #2286 by documentation | | | 7e36db0 Handshake events null pointer fix | | | ffb31dc Fixed issue #2227 second part | | | ee98e7d Merge pull request #2287 from bluca/hurd_ipv6_tos | | | efc0e94 Problem: build fails on GNU/Hurd as it does not support IPV6_TCLASS | | | c38fde0 Merge pull request #2285 from bluca/bump_versions | | | 7c0ded9 Problem: 4.2.1 is out, time to bump versions | | | 7005f22 Bugfix release 4.2.1 | | | 086bb89 Merge pull request #2282 from bluca/event_test | | | 3f3601e Problem: handshake events not tested with curve | | | d50b5b8 Problem: NEWS entry for ctx option does not point to docs | | | fc748ec Problem: new monitor events not mentioned in NEWS | | | 200649f Problem: new handshake event monitoring undocumented | | | 2afba00 Problem: documentation does not warn about ZMQ_EVENT_ALL and new events | | | c0e2bc4 Problem: new DRAFT monitor events returned even without --enable-draft | | | 0ebed80 Merge pull request #2281 from vtellier/master | | | 48bc75e Code formatting + reverted hard error handshake fail | | | 0ad600c Merge pull request #2280 from vtellier/master | | | b6e9e0c Fixed issue #2227 | | | 64b07d8 Merge pull request #2278 from bluca/msg_t_size_draft | | | 8c22ba2 Problem: bug fixes not mentioned in NEWS file | | | 113feb6 Problem: ZMQ_MSG_T_SIZE draft but not in DRAFT section | | | 715f87f Merge pull request #2277 from bluca/automake_1.14 | | | 47c7d8e Problem: debian build fails with automake < 1.14 | | | ef88b8c Merge pull request #2276 from bluca/sodium_pkg | | | bbae5d0 Problem: dpkg-query might fail in CI build and fail the build | | | b2a2bb8 Merge pull request #2275 from bluca/travis_pkg | | | b1137b7 Problem: documentation build not tested on Travis | | | 822def9 Problem: Travis rebuilds libsodium every time | | | a1220b7 Problem: Travis OSX workaround for libtool no longer needed | | | 1f86019 Problem: Travis installs packages when not needed | | | 5871ea5 Merge pull request #2274 from bluca/cloexec | | | 06055a7 Problem: cmake does not run test_zmq_poll_fd | | | 6e708ce Problem: socketpair leaks file on fork+exec | | | f287c7a Problem: eventfd leaks socket on fork+exec | | | 211898d Problem: epoll leaks socket on fork+exec | | | 16439e4 Merge pull request #2272 from bluca/document_read_after_free | | | d68e2e0 Merge pull request #2273 from bluca/docs | | | 3dc016c Problem: no documentation for ZMQ_SOCKS_PROXY | | | baf32a1 Problem: no documentation for zmq_curve_public | | | a06f97d Problem: fix for read-after-free not documented | | | dc39ceb Merge pull request #2268 from imkos/master | | | 4394105 add link libsodium.a | | | edad90f mingw32 fix | | | fe3756d Merge pull request #2266 from Cziken/master | | | ee72493 Problem: Duplicated code | | | 7a8180e Merge pull request #2265 from bluca/contribution_notice_github | | | e6b1f56 Problem: contributing guidelines unclear for new devs | | | 2dec320 Merge pull request #2263 from bluca/revert_curve_break | | | 48e9e24 Problem: #2262 broke curve | | | 2aa09d3 Merge pull request #2262 from Cziken/master | | | 022eeaf Problem: Duplicated code | | | d514bb5 Fixed handling of WSAEWOULDBLOCK to be generic (#2260) | | | 2b56508 Merge pull request #2257 from minrk/check-event | | | 0abdc28 only compare FD when neither item is a zmq socket | | | 1910ef8 Merge pull request #2256 from laplaceyang/pr_zmq4_pub_with_zmtp_v1_sub | | | 02a6079 Merge pull request #2255 from bluca/poll_fd_testcase | | | 8e8fdcc fix bug zmq4.x PUB msg to ZMTP1.0 SUB server | | | 272d340 Problem: no mixed FD and zmq socket zmq_poll test | | | f9d2314 Merge pull request #2251 from hnwyllmm/master | | | a4e448d misuse of 'close' | | | 9052862 Merge pull request #2250 from bluca/poll_regression | | | 72176d5 Problem: check for item.fd causes zloop_poller regression | | | c47e017 Merge pull request #2249 from pavel-pimenov/fix-v817 | | | 4d6fbe1 "%" -> '%' | | | 39947d5 Merge pull request #2248 from pavel-pimenov/fix-precompiled | | | eff42fa Add #include "precompiled.hpp" | | | f64d3ad Merge pull request #2247 from bluca/trusty_unwind | | | 379028f Problem: there is no libunwind-dev on Ubuntu 14.04LTS | | | ad4a1bd Merge pull request #2245 from anass-b/builds-vs2017 | | | ad04551 Build support for VS2017, Windows SDK 10.0.14393.0, toolset v141 | | | d407657 Merge pull request #2244 from rotty/wip/fix-mstcpip-include | | | 365ca85 Fix #include case for | | | 519940d Merge pull request #2241 from bluca/aix_test | | | dcec022 Problem: test_stream_exceeds_buffer does not build on AIX | | | 8325355 Problem: test_stream_exceeds_buffer has redundant includes | | | 5e03ad6 Merge pull request #2240 from bluca/aix_poll | | | 57db5f2 Problem: 4.2.0 won't compile on AIX 7.1 | | | 3f8e6c0 Merge pull request #2239 from loachfish/master | | | 52ebffd avoid crashing in the multi-thread operation for std::vector | | | 42c6336 Merge pull request #2238 from bluca/revert | | | e46d91d Problem: PR #2236 breaks the build | | | 324f104 Merge pull request #2236 from loachfish/master | | | e1368bd avoid crashing in the multi-thread operation for std::vector | | | 9a20f42 Merge pull request #2235 from bluca/cmake_soversion | | | abeaba1 Problem: CMake build uses library version as the ABI version | | | febf801 bug fix: AIX pollset error (#2233) | | | 294bdb4 Merge pull request #2231 from bluca/windows_ipv6_tos | | | 33fcd2d Problem: Windows does not support IPV6_TCLASS | | | 4a24805 Merge pull request #2225 from bluca/select_broken | | | 121c9d1 Problem: select.cpp/hpp build fails with reorder error | | | ba74890 Problem: cannot pick select for poller | | | e6572fa Merge pull request #2222 from SuperFluffy/doc_explain_context | | | ec25fd2 Add a single sentence explaining what a context is | | | 53bf6df Merge pull request #2221 from minrk/check-socket | | | f302d8a only compare pollitem.fd if pollitem.socket is NULL | | | 185fed3 Merge pull request #2220 from bluca/zmq_msg_size | | | 8a286bb Problem: no documentation for ZMQ_MSG_T_SIZE ctx option | | | b480457 Problem: ZMQ_MSG_T_SIZE is not mentioned in NEWS | | | 670bec5 Problem: size of zmq_msg_t is not known to FFI wrappers | | | 3db6921 Merge pull request #2216 from rotty/master | | | 5d176cb Document terminating NUL behavior in API more explicitly | | | 93ccb5a Merge pull request #2215 from Bklyn/udp-bugfix | | | 10181d7 Untabify | | | 5879f72 Merge pull request #2214 from Bklyn/udp-bugfix | | | f577cea Problem: multicast is spelled incorrectly in udp_address class | | | ace9532 Merge pull request #2213 from Bklyn/udp-bugfix | | | cdac1ac Fix htons copy pasta | | | b9b0fd8 Merge pull request #2210 from bluca/ipv6_tos_v4_only | | | 90f091a Problem: IPV6_TCLASS setsockopt fails on IPv4 socket | | | bc18604 Merge pull request #2209 from saifhhasan/master | | | fc8007e Make ZMQ_TOS work with IPv6 sockets | | | 8ac7500 Merge pull request #2203 from bluca/bump_version | | | e50c6b6 Merge pull request #2206 from bluca/dladdr | | | 1b3fcbd Problem: linker fails looking for dladdr | | | 8015794 Problem: 4.2.0 is out, time to bump version for development | | | 065169a Merge pull request #2201 from bluca/news_blocky | | | 4b58b37 Problem: NEWS says ZMQ_BLOCKY is a sock opt, but it's a ctx opt | | | 067bfa1 Merge pull request #2198 from vyskocilm/master | | | cab901c Problem: linking fails on glibc 2.24 with dladdr missing | | | ef3c259 Merge pull request #2197 from bluca/install_keygen_rpm | | | b73809c Problem: curve_keygen not packaged by RPM spec | | | d9ff348 Merge pull request #2196 from bluca/kfreebsd | | | 43f3cc5 Problem: kFreeBSD does not implement pthread_setschedparam | | | 361e99a Problem: kFreeBSD might return ECONNRESET under load when destroying engine | | | 6585aea Merge pull request #2195 from vyskocilm/master | | | 213a7ef Problem: curve_keygen not build unless --enable-curve is passed | | | 8f57724 Merge pull request #2193 from warriorkitty/patch-1 | | | a5ad378 Fix small typo | | | 42d3ef5 Merge pull request #2192 from bluca/udp_news | | | 7ff6d57 Problem: NEWS says scatter/gather support UDP but they don't | | | 18bd4d1 Merge pull request #2191 from bluca/news_multicast | | | 127ca8b Problem: NEWS does not mention UDP multicast transport | | | 097bf26 Finalize NEWS for 4.2.0 | | | 785d9b5 Merge pull request #2189 from bluca/changelog | | | 9e52806 Problem: no NEWS for 4.2.0 | | | 932cc82 Problem: NEWS does not include previouos stable releases | | | 7000e84 Merge pull request #2187 from Dmitriy-GH/master | | | 488cb5a MSVC 2015 project for compile libzmq.dll in WinXP compatible mode | | | e7b12b3 Add WinXP compatibility | | | 819bf78 Merge pull request #2186 from bluca/de-draft | | | b5b5f75 Problem: socket option marked as draft for 4.2 | | | 8cf4832 Merge pull request #2184 from bluca/rc | | | 6da8385 Problem: new public symbols added | | | e0d6f4e Problem: no NEWS entry for 4.2.0 | | | cc70c82 Merge pull request #2183 from a4z/opmg_cmake | | | 6f597d0 Problem: CMake build rejects to build with openpgm enabled | | | 50a6c11 Merge pull request #2182 from pmienk/master | | | 28fbee7 Suppress warning on uninitialized variable use by initializing variable. | | | fb59cd1 Merge pull request #2181 from jolting/patch-2 | | | 60b63ed Remove an unnecessary while (true) | | | 2ece58a Merge pull request #2180 from cxreg/xpub-metadata-corruption | | | b7f2c7e Increment metadata refcount while it's in pending_metadata | | | 16f5847 Merge pull request #2179 from bluca/alignment_windoz | | | 2484d1c Problem: MS VC++ build broken | | | ac14981 Merge pull request #2177 from bluca/alignment | | | df367a6 Problem: pointer union for zmq_msg_t is a hack | | | 0d032c9 Merge pull request #2176 from robertcastle/master | | | 0dfb32a Problem: clock_gettime is now defined in macOS 10.12 SDK | | | 2e92643 Merge pull request #2173 from bluca/without_docs | | | 8345fe9 Problem: build API incompatible with 4.1 | | | 1e69309 Merge pull request #2171 from bluca/connect_reuse_addr | | | 25bf30b Problem: 2 connects with same sourceip:port to different destip:port fail | | | 669ff41 Merge pull request #2170 from vielmetti/patch-1 | | | 92b1b2b Update INSTALL to note issues with 'make -j check' | | | 1a02b1b Merge pull request #2168 from outotec/fix-build-2 | | | bb7421d Problem: Does not build in Visual Studio 2013 / Win32 | | | d8f55dd Merge pull request #2164 from reunanen/add-EHOSTUNREACH-to-errno_to_string | | | 57c765e Add EHOSTUNREACH to errno_to_string | | | 6ce2fb2 Merge pull request #2162 from hnwyllmm/master | | | c5b528f performance enhancement | | | b031325 Fixed problems from previous PR for #2158 (#2160) | | | 398f256 Merge pull request #2159 from jens-auer/2158 | | | d1c7280 Add mutex for monitor socket | | | 23be1dc Merge pull request #2157 from athampy/master | | | 134f08b Fixed issue #2155 | | | f696290 Implemented network interface name resolution on Windows platform Added fallback mechanism for specific socket binding on Windows platform with IPv6 enabled | | | 3996d4e Merge branch 'master' of github.com:zeromq/libzmq | | | c30da71 Merge pull request #2156 from yasirs/patch-WSL | | | 36af3ed Update tcp_address.cpp | | | 9780945 Merge pull request #2152 from t-b/fix_socket_docu | | | a151ac5 Problem: Invalid markup in zmq_socket.txt | | | 7f8c17b Merge pull request #2150 from bluca/request | | | c592897 Problem: a request | | | 075dd6a Merge pull request #2148 from WGH-/doc-router-mandatory-block | | | eb0e0dd doc/zmq_socket.txt: clarify that ROUTER can be blocking | | | 88e4cff Merge pull request #2147 from goodfella/fix-zmq-poller-poll-return | | | ffdb44a Fix zmq_poll return code assert in tests/test_radio_dish.cpp | | | 1a2d58e Add #ifndef ZMQ_HAVE_WINDOWS guard around unistd.h include | | | f3de534 Do not assign rc to zmq_poller_destroy in zmq_poller_poll | | | f46e45c Include unitstd.h in src/stream_engine.cpp for close system call | | | 6c16693 Merge pull request #2145 from minrk/zmq-poll-repeat | | | fb5a04e allow duplicate entries in zmq_poller_poll | | | ae0676e Merge pull request #2144 from minrk/fix-poller | | | 310dafb zmq_poll returns 0 on timeout | | | 718608c socket_poller::wait returns only triggered events | | | 872f1e5 Merge pull request #2143 from minrk/avoid-duplicate-poller-proxy | | | c636147 avoid duplicate entries in zmq_poll | | | b0df7f1 Merge pull request #2141 from minrk/heap-alloc-poll-events | | | 53fb120 heap-allocate events in zmq_poller_poll | | | 55930f5 Merge pull request #2140 from minrk/zmq_poll_poller | | | c0b1114 Merge pull request #2138 from minrk/darwin-clock | | | 91e121c Merge pull request #2139 from minrk/update-poll-based-on-poll | | | bdcaa93 zmq_poll calls zmq_poller if available | | | e50a987 update socket_poller when ZMQ_POLL_BASED_ON_SELECT | | | 978c5c3 only define clock macros on darwin if not already defined | | | c751899 Merge pull request #2136 from bluca/copyright | | | 2768df8 Merge pull request #2135 from bluca/unbreak-pkg-config | | | 2204cb4 RELICENSE: Brocade Communications Systems Inc. MPLv2 grant | | | 0023941 Problem: Brocade has copyright but not in AUTHORS | | | 06d810b Problem: pkg-config Requires.private is broken | | | 34a1292 Merge pull request #2134 from bluca/pkg-config-static | | | 6d94116 Problem: pkgconfig file does not support static link | | | 131a262 Merge pull request #2131 from minrk/poller-static-2 | | | ec75073 pass through poller events | | | 06aeb47 Merge pull request #2130 from minrk/poller-static-alloc | | | de7fc1f add n_events argument to zmq_poller_wait_all | | | 187b4bf Merge pull request #2128 from minrk/multi-event-poller | | | 2bc9796 Problem: zmq_poller only signals one event | | | 555a087 fix bugs of the pollset (#2127) | | | 113d3ff Merge pull request #2126 from paddor/master | | | 7e07ff3 fix markup syntax on zmq_tipc(7) page | | | 2e55bc5 Merge pull request #2125 from GreatFruitOmsk/master | | | 06614a3 Fix fd_entry may reference invalid object. | | | 22dac19 Merge pull request #2123 from bluca/dealer_router_async | | | ab5c8c8 Problem: zmq_ctx_term segfaults with too many pending inproc connects | | | fab846a Problem: zmq_ctx_term asserts with connect-before-bind and sockets with identity over inproc transport | | | 2540233 Problem: no bind-after-connect TCP test | | | 5524493 Merge pull request #2122 from gena-moscow/master | | | 2e3888d Problem: Pub socket crashes on client disconnect. family_entry.fd_entries [i] is modified in zmq::select_t::rm_fd() Solution: do not copy family_entry.fd_entries [i] | | | e30ab69 Merge pull request #2121 from paddor/master | | | 18e0451 Problem: documentation markup unrecognized | | | bacba21 Merge pull request #2120 from hnwyllmm/pollset | | | bdf887f move macro define `ZMQ_USE_POLLSET` to the position between `ZMQ_USE_DEVPOLL` and `ZMQ_USE_POLL` | | | 5544269 replace tabs with space | | | eee7880 move the `pollset` to the position between `devpoll` and `poll` | | | 861fcaf Merge pull request #2113 from hnwyllmm/pollset | | | c964b7c remove pollset.hpp/.cpp to src directory | | | 4039858 Merge pull request #2112 from hnwyllmm/pollset | | | 3a59711 add pollset poller in AIX | | | 45286fa add pollset poller in AIX | | | 38931b2 add pollset poller in AIX | | | 390e8f4 add pollset poller in AIX | | | 50e277b Merge pull request #2111 from bluca/ipv6_multi_endpoint | | | 53e5a9a Problem: zmq_connect with IPv6 "source:port;dest:port" format is broken | | | c1d07c6 Problem: test_reqrep_tcp does not have IPv6 tests | | | 896192f Problem: test_reqrep_tcp does not test multiple endpoints | | | 75219e3 Problem: test_reqrep_tcp does not test disconnect/unbind | | | 8d723fe Problem: test_reqrep_tcp is too limited | | | f0945c8 Merge pull request #2110 from c-rack/remove-tabs | | | 8cd3333 Problem: source conatins trailing spaces | | | 022cf2a Problem: source code contains tabs | | | e8d665c Merge pull request #2106 from kou/support-mingw-cross-compile | | | da9b954 Problem: MinGW cross compile is failed on Linux | | | 3683a96 Merge pull request #2105 from t-b/bugfix/missing_newline | | | c9c49f3 Problem: Missing newline in printf statement | | | cf34aeb Merge pull request #2100 from a4z/master | | | a43f6ce Problem: scoped optional mutex lock caused unit tests to fail | | | 3068f47 Merge pull request #2099 from a4z/master | | | 9201009 Problem: socket_base uses macros for mutex lock and unlock | | | fb34c32 Merge pull request #2097 from bluca/cmake_dist | | | a4ae43e Problem: CMake build from dist tarball broken | | | ae31587 Merge pull request #2094 from bluca/obs_draft | | | abd3742 Problem: cannot build rpm with drafts on OBS | | | a8a774e Problem: cannot build deb with drafts on OBS | | | 493f17c Merge pull request #2093 from t-b/fix_building_documentation | | | ae08099 Problem: Documentation still has .txt suffix | | | 1303eea Problem: Broken documentation build | | | 81fd404 Merge pull request #2092 from bluca/xp_testutils_ipv6 | | | a9343db Problem: testutil.hpp fails to build on Windows XP | | | 5d1c75f Merge pull request #2090 from jolting/patch-1 | | | fd758d7 [gssapi] memory allocation mismatch on windows | | | 7f8a1da Merge pull request #2089 from bluca/ipv6_test_windows | | | 0002824 Problem: is_ipv6_available needs context to work on Windows | | | f486176 Revert "is_ipv6_available: Create a fake zmq context on windows" | | | aab6ca7 Merge pull request #2088 from t-b/bugfix/initialize_network_stack_for_ipv6_test | | | 9adf20a is_ipv6_available: Create a fake zmq context on windows | | | c9bc939 Merge pull request #2084 from GreatFruitOmsk/cmake-fix | | | 8678fcc Fix compatibility with newer CMake. | | | 8d00cdd Merge pull request #2082 from pijyoi/fix_zmqstream_doc | | | 5340215 Problem: zmq_stream doc is confusing regarding ZMQ_SNDMORE flag | | | 2fc86bc Merge pull request #2074 from bluca/obs_compress | | | ae0ba52 Problem: OBS service changes ver after compress | | | 9029121 Problem: OBS compress not available on CentOS | | | 8454267 Merge pull request #2073 from bluca/obs | | | 6822252 Problem: no OBS service file | | | ce75606 Problem: RPM package does not follow convention | | | 202e7e0 Problem: RPM build targets outdated docs | | | faaa8e5 Problem: RPM has hard-coded SONAME versions | | | c4defc7 Problem: RPM does not support PGM | | | 373b63d Problem: RPM build does not support automake | | | 0372e5c Problem: spec file needs version before build on OBS | | | 9c741c0 Problem: no Debian packaging | | | a7ccb35 Merge pull request #2072 from reza-ebrahimi/master | | | a2db60e Fixing indentation related to commit #2071 | | | e5599de Convert manual (locking and unlocking) mutexes to scoped mutexes for the case of unlocking mutex even if the protected operation throws an exception (#2071) | | | bbece55 Fix copy/paste error (#2070) | | | 61f9e71 Merge pull request #2069 from hjp/master | | | e175fe2 Avoid race condition with accept4 where available | | | 5e68417 Fix build with NORM enabled on FreeBSD. (#2066) | | | 3814b87 Merge pull request #2065 from bluca/osx_sed | | | 531b3bf Problem: Travis CI OSX builds are broken | | | b2e8a90 Merge pull request #2064 from garlick/issue_2051 | | | d090a87 Problem: getifaddrs can fail with ECONNREFUSED | | | d44ef4f Merge pull request #2061 from cowo78/master | | | 7fdb167 [tests/testutil.hpp] Problem: wrong windows.hpp path | | | 0b01cc1 [tests/CMakeLists.txt] Problem: The libzmq.lib search path should be set only if the library is found at a specific path | | | f9c8687 Merge pull request #2054 from BLangpap/master | | | 96c306c Problem: parameter %1 set hard to build target and prevents the skipping of pause Solution: removed Pause | | | d51940a Merge pull request #2053 from BLangpap/master | | | 73631bf modified build.bat to support non-pausing installation | | | 5de974a modified build.bat for msvc to support no-pausing script-based installation | | | 9561cc8 Merge pull request #2046 from pijyoi/reduce_msvc_warnings | | | 603cd1d change event monitoring functions to use zmq::fd_t | | | 5eb6fc3 Merge pull request #2045 from sheremetyev/update-ignores | | | 219f2ff Add missing Git ignores. | | | a1f691e Merge pull request #2042 from sheremetyev/xpub-unsubscribe-manual | | | baea406 Store manual subscriptions in XPUB and send them out on pipe termination. | | | 813c738 Add test for consistent unsubscription in XPUB manual mode. | | | a343059 Merge pull request #2041 from packetstash/select-fix-rebased | | | 4019112 Copy instead of reference to a vector that gets reallocated. | | | b3bfa42 Merge pull request #2036 from aburgm/abort-flush | | | 07a3743 Flush stderr buffer before calling zmq_abort in assert macros | | | 9578245 Merge pull request #2035 from slishak/master | | | d49e43b Problem: FD_SETSIZE not set to 16k for all build definitions | | | cb0eaf6 Merge pull request #2034 from michicc/poll_windows | | | 7a6ff07 Problem: Windows performance is not optimal due to select(). | | | 8d8d32f Problem: Theoretical overflow when polling more than INT_MAX handles. | | | 7292de8 Merge pull request #2031 from bluca/vector_data | | | 0dede9b Problem: std:vector.data breaks compat with C++98 | | | 4ea6df4 Merge pull request #2032 from jlblancoc/patch-1 | | | 38d7bec Fix build error in MSVC11 | | | dc40c95 Merge pull request #2028 from bluca/update_ndk | | | b4abaad Problem: Android CI uses outdated C++ ABI 4.8 | | | b872e7d Problem: Android CI NDK version out of date | | | 8be5689 Problem: Android CI script hardcodes ABI version | | | 33ed569 Merge pull request #2024 from wbx-github/master | | | 492a035 allow to build sparc (v8,leon) | | | 46912c4 Merge pull request #2023 from jimenezrick/patch-1 | | | c86e07d Problem: update zmq_setsockopt doc with new flag name | | | 2b6200c Merge pull request #2018 from diorcety/mingw64 | | | 9835e18 Fix compilation with mingw64 using autotools | | | 7b063a0 Merge pull request #2014 from GreatFruitOmsk/vmci | | | 73e360f VMCI family does not support non-blocking sockets. | | | 184840c Merge pull request #2013 from aseering/master | | | b1e2b87 On systems where getifaddrs() exists but isn't implemented, behave as if 'resolve_nic_name()' were entirely unsupported | | | 9a50364 Merge pull request #2011 from evoskuil/master | | | 96a66ba Problem: msvc imports missing Rule.Category declarations. | | | 5708051 Merge pull request #2008 from hitstergtd/x-fix-windowshpp-style | | | 40a2ed9 Problem: style broken in src/windows.hpp | | | 4cd630f Merge pull request #2004 from evoskuil/master | | | c050d95 Problem: no unit tests for base85 or public curve functions. | | | 5cae5bb Merge pull request #2003 from evoskuil/master | | | 460bc75 Problem: no function to derive curve public key from secret key. | | | 34164ec Merge pull request #2001 from evoskuil/master | | | c7f1673 Problem: unresolved dgram externals in msvc builds. | | | 6a99bb0 Problem: implicit integer narrowing cast warnings. | | | d018029 Merge pull request #2000 from Chris-P-Bacon/patch-1 | | | 874c346 Typo in define for libsodium | | | 99373ff Merge pull request #1998 from hitstergtd/x-style-testsrcfd | | | fed1774 Problem: Wrapping issue in test for SRCFD [style] | | | 5f0ac2a Merge pull request #1997 from Bitiquinho/master | | | c1af4fd Add myself to the AUTHORS file | | | d65d15f Merge pull request #1996 from somdoron/udp_raw_sockets | | | bbfed6b problem: memory issues, access uninitiailized memory and leak | | | c7effea Merge pull request #1995 from somdoron/udp_raw_sockets | | | c4d0146 problem: udp doesn't enforce correct usage of bind/connect | | | 443176d Merge pull request #1994 from somdoron/udp_raw_sockets | | | 0db70e2 problem: compilation error on windows | | | d58eb54 problem: test_dgram is missing in .gitignore | | | 55f0a55 problem: dgram is not enforcing two-part message | | | ded0e5a problem: udp_engine didn't work with dgram socket type | | | 6db8f1e problem: test is using connect with dgram, dgram only support bind | | | eb80fa3 problem: dgram more out logic was incorrect | | | 47c0b6e problem: dgram doesn't need to prefetch messages | | | d791932 problem: terminating conn doesn't make sense in disconnected protocol | | | 8cd64b7 Adapt to new draft header. Rebase dgram socket on pair socket | | | 23b3403 Remove printf and add asserts on test | | | 977e700 Fix Copyright range | | | a7399fa Fix Makefile.am | | | da14bb4 Added ZMQ_DGRAM tests to build (Makefile.am and CMakeLists.txt) | | | 94c53e5 Added test for ZMQ_DGRAM socket type (unicast and multicast) | | | cea473d Added ZMQ_DGRAM socket option to precmpiled.hpp | | | 3e54ecd Added dgram.cpp to CMakeLists.txt sources | | | 365c8ed Add dgram_t class (based on stream socket and udp engine) | | | 72f1964 Merge pull request #1992 from evoskuil/master | | | 8474dc3 Problem: precompiled.cpp/hpp required but excluded from non-msvc builds. | | | bd66cfe Merge pull request #1991 from hitstergtd/x-testcov-zmq-2 | | | 5939deb Problem: incorrect file extension (.hpp) for zmq_draft.h in Makefile.am. | | | 2b798e4 Problem: name conflicts from windows.h, draft API declared in pch. | | | bda9374 Problem: inadvertently deployed nuget package without tweetnacl enabled. | | | a3aa10c Problem: nuget packaging script doesn't pause at the end. | | | 94774f6 Merge pull request #1988 from evoskuil/master | | | 5e0fb27 Problem: tab characters are poor for source readability. | | | af524ae Problem: msvc dist has redundancies and missing elements. | | | 9e26bb1 Problem: typo in platform.hpp comment. | | | 1c9d02d Problem: mo current nuget package. | | | 7684ce4 Problem: incorrect white spacing for standard vcxproj file. | | | 9622a83 Problem: inapplicable, redundant and invalid references in msvc pch. | | | 4b041ef Problem: nuget package using wrong symbol and configured for libsodium. | | | 2113fee Problem: msvc precompiled header config is a mess, tweetnacl is missing. | | | 0db0739 Problem: msvc configuration options are invalid and/or inconsistent. | | | 01ab149 Problem: copy of libsodium import props is unnecessary. | | | 7425fcc Problem: incorrect include guard symbol. | | | 40d7a4c Problem: redundant copies of msvc .props and .xml files. | | | 71ba7df Merge pull request #1987 from hitstergtd/x-reduce-cliserv-sends | | | e82e4ea Problem: test send count too high for AppVeyor | | | f25a13b Problem: configure.bat is incomplete and conflicts with MSVC UI. | | | 9e872d0 Merge pull request #1984 from hitstergtd/x-testcov-zmq-ctx | | | 477cc1c Problem: zmq_poller_destroy parameter checking | | | 4842b6b Problem: No coverage for ctx termination errors | | | f8c93d5 Merge pull request #1983 from hitstergtd/x-unused-thread | | | e946b0d Problem: scheduling parameters unused on OSX | | | bce1cf9 Problem: vc common props have platform specific conditions. | | | a3c3bcf Problem: visual c++ invalid ToolsVersion warnings. | | | 9cb7077 Problem: inconsistent msvc property sheet display name (vs2012). | | | b5342bc Problem: no tool for maintainers to build all vs solutions. | | | 398a5fd Problem: vs2010/12 build breaks, exclude atomic & inttypes in msvc pch. | | | 29c8e30 Merge pull request #1982 from Hugne/bug_1968 | | | f81ef1b tipc: add support for address domain suffix | | | 4ad68e0 Merge pull request #1981 from hitstergtd/x-unused-req | | | 10a84ac Merge pull request #1979 from dmillard/patch-1 | | | 9e6745c Fix autotools for static MinGW builds | | | c7ecbed Merge pull request #1977 from hitstergtd/x-unused-variables | | | 5efa118 Problem: hint parameter throws unused warning | | | 545e8e8 Problem: sockfd_ parameter throws unused warning | | | dc72965 Merge pull request #1976 from zeromq/revert-1975-master | | | c41d514 Revert "problem:Socket try to access closed mutex" | | | f6ce1d7 Merge pull request #1975 from somdoron/master | | | 77d3d7b problem:Socket try to access closed mutex | | | a6e8d15 Merge pull request #1974 from hitstergtd/master | | | 8fc985a Problem: style/typo issue | | | a4a247c Merge pull request #1973 from hitstergtd/x-fix-m4-llvm-gcov-coverage | | | 3eef0a7 Merge pull request #1972 from hitstergtd/x-stylefix-udpengine | | | 415af27 Problem: Coverage option broken with LLVM GCOV | | | 1f309d3 Merge pull request #1971 from sappo/master | | | b225581 Problem: Deploying release artifacts is a manual process Solution: Use travis to deploy these artifacts automatically. | | | c4ce6d9 Merge pull request #1970 from hitstergtd/x-add-ancillary-tests | | | 124ebd2 Problem: UDP engine code not indented properly | | | 206771a Problem: Not all ancillary API methods tested | | | d6aa6e7 Merge pull request #1969 from pijyoi/fix_invalidsocket | | | bb4bcf8 fix: sockets are not signed int on Windows | | | f88d129 Merge pull request #1966 from bluca/backtrace_assert | | | bb5037e Problem: leftover commented out line in configure | | | 8045e9a Problem: no backtrace is printed on assert | | | c1dc9d0 Merge pull request #1967 from hitstergtd/x-add-militant-option | | | 6ea9dbc Problem: No CMake option to set ZMQ_ACT_MILITANT | | | f98b5bb Merge pull request #1964 from bluca/sock_close_read_after_free | | | 17132f0 Problem: read-after-free when closing socket | | | e9380b5 Merge pull request #1962 from somdoron/master | | | be741f6 problem: timers test is flapping on windows | | | 5dadded Merge pull request #1961 from somdoron/Signaler | | | a747f72 problem:closed poller still associated with socket | | | fb75b20 Merge pull request #1960 from hitstergtd/x-sort-AUTHORS | | | 001ddd8 Merge pull request #1958 from hitstergtd/x-deprecate-zmq-sendrecviov-fix | | | a46d7b9 Merge pull request #1959 from hitstergtd/x-zmqpoll-fix | | | b3bb0b7 Problem: zmq_sendiov/zmq_recviov not Deprecated | | | 109122d Problem: style issues with comment in zmq_poll | | | c33e96f Merge pull request #1957 from hitstergtd/x-TIPC-CMake-fix | | | b470ed4 Problem: ZMQ_HAVE_TIPC option for CMake is broken | | | 00d7ee1 Merge pull request #1956 from hitstergtd/x-addto-AUTHORS-file | | | ad82bd1 Merge pull request #1955 from hitstergtd/x-remove-MAINTAINERS-file | | | 6ae2ff6 Problem: MAINTAINERS file has no purpose anymore | | | 745e07d Merge pull request #1954 from somdoron/master | | | e15da4b problem: compilation error on osx | | | feec476 Merge pull request #1953 from somdoron/master | | | ba20f66 problem: SRCFD is redundant as we have metadata | | | 4012538 problem: srcfd is broken | | | a192663 Merge pull request #1951 from hitstergtd/x-monitorcomment-fix | | | 372ab4b Merge pull request #1949 from somdoron/master | | | 50c2f7a fix sndbuf/rcvbuf tests | | | fca4592 problem: zeromq performance got worsen by some changes | | | 115e7de Merge pull request #1948 from hitstergtd/x-gitignore-fix | | | e68c8ae Problem: Not all GCOV extensions in .gitignore | | | fc7d5e7 Merge pull request #1946 from somdoron/master | | | b3667cc mark zmq_msg new methods as draft | | | fcc80d4 add draft option to windows configure | | | 91394d2 Merge pull request #1945 from bluca/draft_api | | | b741350 Problem: test_pub_invert_matching not ignored | | | a782be7 Problem: no CI tests with DRAFT enabled | | | 6de24c1 Problem: scatter/gather are not yet stable APIs | | | caaf66c Problem: radio/dish are not yet stable APIs | | | 32a1ef8 Problem: zmq_timers* are not yet stable APIs | | | 7389680 Problem: zmq_poller* are not yet stable APIs | | | 7e700f1 Problem: client/server are not yet stable APIs | | | 064cd1f Problem: no support for DRAFT API in build systems | | | f0a34e0 Problem: test_poller/use_fd_ipc/tcp use draft API | | | c293618 Problem: testutil.hpp includes platform.hpp last | | | b469832 Problem: precompiled.hpp ifdef'd for windows | | | 464d3fd Merge pull request #1944 from hitstergtd/x-testmonitor-fix | | | b65fc90 Merge pull request #1943 from hitstergtd/x-style-tunetcpkeepalives-fix | | | dc81aac Merge pull request #1940 from hitstergtd/x-update-autoconf-archive-m4-macros | | | 52871b0 Problem: autoconf-archive m4 macros out of date | | | a8f7561 Merge pull request #1941 from hitstergtd/x-doc-setsockopt-fix | | | 1ab7dd0 Problem: supported protocols comment is stale | | | 40dbbe3 Problem: bounce() arguments reversed | | | 4809926 Problem: zmq_setsockopt(3) man page formatting | | | b3ae7cf Merge pull request #1937 from hitstergtd/test-add-sendiov | | | e453977 Problem: multiple issues with sendiov/recviov | | | a31c508 Problem: tune_tcp* related code has style issues | | | 89ef8b3 Merge pull request #1938 from hitstergtd/decoder-fix | | | d7038bf Problem: AUTHORS file is not sorted | | | 56e83d0 Problem: Not shamelessly plugged into AUTHORS | | | 8820e35 Problem: style issues in decoder.hpp | | | 95acb29 Merge pull request #1934 from somdoron/master | | | fee8413 UDP and Radio-dish documentation | | | 34d5028 allow specify binding address on radio with udp | | | 9ec9c4a Merge pull request #1933 from sappo/master | | | a1ee5e3 Problem: relicense statement from imatix is in the wrong place Solution: move the statement to the folder introduced in commit: dd51cad082923a5973cdaff9c0418e5ab28de763 | | | 5264a9a Merge pull request #1917 from hintjens/master | | | c1155fa Merge pull request #1925 from ewen-naos-nz/ewen_mcneill_relicense_naos | | | f64c842 Merge pull request #1924 from ewen-naos-nz/ewen_mcneill_relicense_readme | | | f7cf246 Merge pull request #1932 from hitstergtd/doxygen-libzmq | | | f950f2b Problem: No default doxygen cfg for ZeroMQ project | | | 6712f6d Merge pull request #1931 from hitstergtd/unistd-fix | | | e604bbc RELICENSE: Link to 0MQ Licensing page | | | 3df0a4f Merge pull request #1929 from hitstergtd/autotools-fix | | | 9218441 Problem: unistd.h redundantly included twice | | | 876ee5d Problem: test_pub_invert_matching missing in autotools build | | | 4b3199f Merge pull request #1927 from hitstergtd/codespell-fixes | | | af82d06 Merge pull request #1926 from hitstergtd/codespell-fixes | | | d3c800a Problem: tune_tcp_keepalives signature >80 chars | | | b2d0ab1 Problem: trailing whitespace in code | | | 11311f9 Problem: trailing spaces in code comments | | | a4b426b Problem: typos/trailing spaces in code comments | | | 0e5ea0c RELICENSE: Naos Ltd MPLv2 grant | | | dd51cad RELICENSE: Start collecting MPLv2 license grants | | | 7b9005a Merge pull request #1923 from hitstergtd/testxpubmanual-msvc-fix | | | 8872809 Problem: XPUB test broken since #1566 on Windows | | | fb01556 Merge pull request #1921 from somdoron/master | | | 9798f74 add have timers define to detect if timers class available | | | a4d219c Problem: need to collect grants to relicense under MPLv2 | | | 230df28 Merge pull request #1920 from somdoron/master | | | 0655ed2 fix test unbind wildcard | | | 0934bc7 fix test term endpoint | | | 6f1dc64 Merge pull request #1919 from bluca/xpub_test_logic | | | a936003 Problem: assertion in test_xpub_manual is swapped | | | dd038ae Merge pull request #1918 from hitstergtd/hitstergtd-testxpubmanual-win | | | ff02862 Problem: XPUB test broken on Windows since #1569 | | | 4ae62df Merge pull request #1916 from linville/master | | | a57fd70 Fix issue with unresolved external symbols for the gather and scatter classes by adding them to the MSVC 2010, 2012, 2013 and 2015 projects. | | | ad4e091 Merge pull request #1915 from hitstergtd/checkproto-windows-fix | | | 7feb1e4 Problem: Windows IPC check broken (check_protocol) | | | 0ece425 Merge pull request #1914 from hitstergtd/clang-testfiles-fix | | | 7f0e380 Problem: LD search path warnings if using Clang | | | 23e4252 Merge pull request #1913 from bluca/ipc_windows | | | 5178251 Problem: test_ipc_wildcard is ran on Windows | | | d6a57ad Merge pull request #1912 from hitstergtd/hitstergtd-testsrcfd-win-fix | | | e8aeb36 Problem: ZMQ_SRCFD test does not work on Windows | | | 99763cc Merge pull request #1909 from somdoron/master | | | e6dae56 Scatter-Gather socket types | | | fae3a4e Merge pull request #1911 from somdoron/FixUDPWindows | | | bf50f9f Merge pull request #1910 from bluca/tipc | | | 87e455f Fix UDP failing on windows | | | a117c1f Problem: Travis CI CMake build does not run tests | | | ea294af Problem: CMake does not check for TIPC support | | | 317499e Merge pull request #1906 from hitstergtd/hitstergtd-cmake-tests-os-fix | | | 846b2ba Problem: Linker search path warnings on OS X | | | 136870f Merge pull request #1902 from bluca/zmq_unbind_api_breakage | | | c8211bf Problem: can't unbind with bound addr with IPv6 | | | 58c4e7e Problem: IPv6 is disabled on Travis Precise/Trusty | | | ac0e97e Problem: can't test if IPv6 is available in tests | | | 8d49650 Merge pull request #1901 from hitstergtd/hitstergtd-testcmake-fix | | | e09eb0d Problem: comment not well formed in CMakeLists.txt | | | 1d083a3 Merge pull request #1900 from hitstergtd/hitstergtd-testudp-fix | | | 9a9bfb6 Problem: test_udp does not release resources properly | | | c354e0b Merge pull request #1898 from hitstergtd/checkprotocol-fixes-1 | | | 8cb2731 Problem: check_protocol() logic duplicated twice | | | a670e81 Merge pull request #1897 from hitstergtd/udp-errno-fix | | | 3623779 Problem: errno not set if UDP is NOT used with ZMQ_RADIO or ZMQ_DISH | | | c2a1be5 Merge pull request #1896 from hitstergtd/macosx-testfixes-1 | | | 307bd95 Make all Linux-specific tests conditional | | | 8c88297 Merge pull request #1895 from hitstergtd/libzmq-docfixes-2 | | | a17389e Fix typos similar to #1894 | | | 6a7eb2f Merge pull request #1894 from hitstergtd/libzmq-docfixes-1 | | | 6c31292 Fix typo | | | 3f77cf5 Merge pull request #1892 from bluca/solaris_fixes | | | f6f89a8 Merge pull request #1893 from paddor/master | | | ba9a559 Problem: PR #1891 wasn't complete | | | 1afed1d Problem: tabs instead of spaces used for indentation | | | b1232a0 Problem: Solaris build fails with libsodium | | | a01baba Problem: test_use_fd_tcp does not work on Solaris | | | edda165 Problem: pragma diagnostic is new in GCC 4.2 | | | abe4450 Problem: tweetnacl does not build on Solaris 10 | | | c54589d Merge pull request #1891 from paddor/master | | | 621c965 Problem: tricky return value from zmq::socket_poller_t::wait when poller is empty | | | b5dc794 Problem: zmq_poller_wait doesn't check *event arg | | | d570f57 Problem: ipc://* random dir created with USE_FD | | | f18463f Problem: mkdtemp not available on all platforms | | | 8028817 Problem: 1E9 is double but assigned to an int var | | | 32f2b78 Merge pull request #1889 from spadalkar/master | | | e3016b6 Fix tests/test_many_sockets.cpp | | | 23d08c2 Merge pull request #1888 from bluca/ipv6_downgrade | | | 9cf6f85 Problem: redundant Windows errno conversion | | | 99a8795 Problem: zmq_connect (TCP) has no IPv4 fallback | | | d169281 Problem: zmq_bind IPv4 fallback still tries IPv6 | | | 8251306 Merge pull request #1885 from jimklimov/zmq_utils_header | | | d7d9171 Problem: including recent "zmq_utils.h" crashes gcc -pedantic jobs | | | fb4c226 Merge pull request #1884 from hintjens/master | | | 9eb74d4 Problem: ZMQ_SERVER man page is wrong | | | aa13a49 Merge pull request #1883 from yuvallanger/master | | | 37a4a40 Fix NetBSD thread scheduling problem. | | | 7a563eb Merge pull request #1882 from FredTreg/master | | | 625b618 Fixed ZMQ_REQ_CORRELATE (see pull request #1730) | | | 0feec7a Merge pull request #1881 from camachat/master | | | 023b34a Fix issue #1419 segfault when using a XSUB/XPUB proxy. Ref. https://github.com/zeromq/libzmq/issues/1419 | | | a7922e5 Merge pull request #1880 from MatthewPowley/fix-windows-xp-compatability | | | f2018ab Fixes for Windows XP compatibility | | | dac5b45 Merge pull request #1879 from MatthewPowley/improve-msvc-builds | | | 260860d Add .gitignore for Visual Studio builds in the 'builds/msvc' folder | | | 0e405a5 Use vs2015 MSBuild property sheets in older projects | | | cddfda2 Merge pull request #1875 from hintjens/master | | | e70e39b Problem: ctx.cpp still uses old HAVE_LIBSODIUM | | | d6354c6 Merge pull request #1874 from hintjens/master | | | 396237f Problem: MSVC builds instructions aren't entirely clear | | | 6a78b3e Problem: HAVE_LIBSODIUM macro is inconsistent | | | 6630a7c Merge pull request #1873 from edigaryev/fix-urandom-chroot | | | 8673fa7 Problem: build fails when CURVE security is disabled | | | c71bb5f Merge pull request #1872 from edigaryev/fix-urandom-chroot | | | 884e00c Problem: CURVE mechanism is unusable with chroot() | | | c39741d Merge pull request #1871 from gnieboer/gnieboer-patch-1 | | | 8c7b19b Update zmq_utils.h | | | 05c8de7 Merge pull request #1869 from jimklimov/fix-tcp_address | | | e9c8557 zeromq-4.1.4/src/tcp_address.cpp : fix relaxed use of sizeof() without parenthesis | | | b8ae850 Merge pull request #1862 from FredTreg/master | | | e45dfe3 Fixed issue #1695 (ZMQ_REQ_CORRELATE) | | | 98ab7f4 Merge pull request #1860 from bluca/valgrind | | | dc27ad4 Problem: coveralls uses wrong path on Trusty | | | 0eca822 Problem: Valgrind in Ubuntu Precise is too old | | | 9d94eb1 Problem: test_fork causes valgrind false positive | | | 00e0957 Problem: false positive on valgrind 3.10 | | | ebc7316 Problem: CI doesn't run Valgrind | | | 2b2f904 Problem: no Makefile target for Valgrind | | | d5aaaeb Merge pull request #1859 from soulik/master | | | 75579fe Added comment to sockaddr_storage | | | e38166c Use sockaddr_storage instead of sockaddr to support IPv6 addresses | | | 3777309 Merge pull request #1858 from zoobab/master | | | 516efa4 add some doc for docker android compilation | | | 340eb52 Merge pull request #1847 from bluca/test_large_msg | | | 9a3c9ff Merge pull request #1857 from Suudy/master | | | 075de03 Use FILENAME_MAX to determine BUFSIZE when getting socket path. | | | 15fd419 Problem: test_large_msg requires 2GB of free RAM | | | de56bc2 Merge pull request #1853 from bluca/osx_ipc_wildcard | | | 11917f8 Problem: IPC wildcard test broken on OSX | | | 5ce6bc5 Merge pull request #1852 from Suudy/master | | | b6080a7 Updated handling of Unix Domain Sockets, make use of temporary directories, and cleanup afterward. Fix test_term_endpoint handling of optvallen | | | 96c9e4a Merge pull request #1851 from bluca/gcov | | | 1ac71c3 Problem: no coveralls.io badge in README.md | | | 0cd7c0f Problem: no code coverage in CI | | | 6df753c Problem: no code coverage integration | | | 22cb66d Merge pull request #1849 from opedroso/WINPDB | | | a6392b9 Problem: Windows PDB not created for RELEASE targets | | | dbb6b01 Merge pull request #1848 from benjamg/benjamg-patch-1 | | | 7cc50d0 parameter naming consistency [aesthetic] | | | 24d12dc Merge pull request #1827 from bluca/make_dist_missing_files | | | 6aa5819 Merge pull request #1845 from claudioscordino/master | | | cb1b6bc Better comments for understanding the classes array_t<> and array_item_t<> | | | 6024dd5 Problem: ci_build does not fully test build system | | | ff1ebf6 Problem: ci_build.sh make check is overly complex | | | 4366d7e Problem: doc/Makefile.am ignores --without-docs | | | 2d9e7b5 Problem: make dist does not tar up macros.hpp | | | 8a0a18a Merge pull request #1844 from opedroso/CMAKELIST_PRECOMP | | | cd1dfb4 Problem: CMakelist missing support for Windows Precompiled headers | | | 2cd4c38 Merge pull request #1843 from opedroso/WINDOWS_MAKE_TEST | | | 1c9cec2 Problem: Tests do no build in Windows environment | | | a911fa4 Problem: Tests do no build in Windows environment | | | 0916c17 Merge pull request #1842 from opedroso/PRECOMPILED | | | 72898a0 Merge pull request #1841 from opedroso/MAKE_CLEAN | | | 224c067 Problem: Windows Build not using precompiled headers for all targets | | | 09d003a Problem: Added "make clean" to Windows build scripts | | | d315eea Merge pull request #1839 from opedroso/master | | | ee31ea1 Merge pull request #1838 from obache/neatsrc/fix-c-comment-style | | | 693d638 Merge pull request #1837 from obache/neatsrc/fix-test-portability | | | 3c4377b Merge pull request #1836 from obache/neatsrc/heimdal | | | 8c7c8ec Problem: Fix C++ style comment usage in C source | | | 55dad06 Problem: Fix unportable `==` operator for `test` | | | 09e868b Problem: Fix build with Heimdal krb5 | | | 36abdf7 Merge pull request #1834 from garlick/config_nacl | | | 54389fe Problem: AS_HELP_STRING improperly quoted | | | 9d75a9c Problem: AM_CONDITIONAL is used incorrectly | | | ec62097 Merge pull request #1832 from hintjens/master | | | 5b7bf75 Problem: can't be sure crypto_box always returns 0 | | | 708c206 Merge pull request #1830 from stevenc99/master | | | dd8ccd5 include sys/ucred.h for struct ucred | | | d769175 Merge pull request #1829 from dflupu/master | | | 3190de8 update Makefile.mingw32 | | | 8b32073 Merge pull request #1826 from bluca/make_dist | | | b3b9cfd Problem: packaging/redhat/zeromq.spec not ignored | | | f3686e3 Problem: make dist broken due to builds/msvc | | | 3913975 Problem: make dist broken due to builds/android | | | 8d81147 Problem: make dist broken due to builds/cmake | | | 232094a Merge pull request #1825 from bluca/whitespace_and_werror | | | 80e529a Problem: all tests fail with assert in in_event | | | ae8efc2 Problem: nullptr is a reserved keyword in C++0x | | | 7187169 Problem: socket_poller_t initialization reorder | | | c84a52b Problem: udp_engine_t fd cannot be init to NULL | | | 1046f35 Problem: udp_engine_t initialization reorder | | | 24b8408 Problem: socks_connecter_t initialization reorder | | | a6e4986 Problem: tcp_connecter_t initialization reorder | | | 645c2be Problem: stream_engine_t initialization reorder | | | c21dd8d Problem: socket_base_t initialization reorder | | | acbf021 Problem: reaper_t initialization reorder | | | 779bed6 Problem: encoder_base_t initialization reorder | | | de46fc6 Problem: can't do anything with load.sub ret val | | | 14054d2 Problem: can't statically initialized pthread_t | | | cf309a4 Problem: maxfd definition depends on ifdef | | | d4c0716 Problem: indentation should be 4 spaces, no tabs | | | 406b573 Merge pull request #1823 from opedroso/COVERITY | | | b3d5fa6 Problem: Several problems found by Coverity Static Analyzer | | | 4fca95a Problem: Visual Studio Toolset was incorrectly set in VCXPROJ files | | | 1ffd874 Merge pull request #1822 from opedroso/VS_TOOLSET | | | b4784d9 roblem: Visual Studio Toolset was incorrectly set in VCXPROJ files | | | c5d8353 Merge pull request #1819 from bluca/C++11 | | | 15945dc Merge pull request #1820 from obache/neatsrc/fix-netbsd-build | | | 8eaa43d Problem: pgm/in.h is required on NetBSD too for `struct group_req` | | | 0782b58 Problem: tweetnacl warnings override not needed | | | 7dfbab3 Problem: it's 2016 and we are building with C++98 | | | 80650ec Problem: need to check for C++ standard in cmake | | | b9f1e3e Problem: writing autoconf macros is boring | | | 266500a Merge pull request #1818 from opedroso/PRECOMPILED | | | afdf277 Merge pull request #1817 from hintjens/master | | | 8ae3671 Problem: tweetnacl gives many warnings on MSVC | | | 79538ed Problem: Windows build not using precompiled header | | | 4a5af9d Problem: Precompiled headers not being used | | | 325eb69 Merge pull request #1815 from hintjens/master | | | 27fe489 Problem: VC++ gives warnings on inet_addr | | | 1c43aaa Merge pull request #1814 from minrk/deprecate-zmq_utils.h | | | d5b6629 Deprecate zmq_utils.h | | | b202598 Merge pull request #1811 from somdoron/master | | | 352ae14 remove using of dynamic cast | | | b168e10 Merge pull request #1810 from opedroso/IMPROVE_WINDOWS_BUILD | | | 80024ec Problem: Windows build script requires edit for DevStudio version | | | 7200f47 Merge pull request #1809 from hintjens/master | | | 94c7087 Problem: piece of garbage ended up in configure.ac | | | 7129187 Problem: getting various warnings in tweetnacl | | | 3443da2 Problem: node-gyp defaults to -fno-rtti, which breaks libzmq | | | c78e4f3 Problem: if src/platform.hpp still exists, gyp uses this | | | 9bebd4d Problem: local build should do its own .gitignore | | | 8559770 Problem: in builds/gyp, socket limit is 4K on Windows | | | 4a481c8 Problem: socket limit is still 4K on Windows | | | df6876a Merge pull request #1805 from bluca/uninitialised_sockopt | | | f867953 Problem: curve keys getsockopt uninitialised read | | | 93f99d0 Merge pull request #1804 from bluca/test_fixes | | | facb512 Problem: SETTLE_TIME is too short on slow systems | | | 217f6c4 Problem: tests README does not document msleep | | | 706c3b7 Problem: test_shutdown_stress_tipc broken on OSX/Cmake | | | 63a0924 Problem: test_sockopt_hwm not renamed in gitignore | | | cb41201 Problem: various tests fail in slow environments | | | 4a84f8a Problem: tests use various sleep patterns to wait | | | 955b51d Problem: test_msg_ffn uses unitialised memory | | | 2401901 Problem: test_srcfd uses unitialised memory | | | 302c7be Problem: test_fork does not clean up at exit | | | f87888f Problem: test_router_mandatory_hwm uses unitialised memory | | | cffc653 Problem: test_pre_allocated_fd_tcp leaks addrinfo | | | 05ad915 Problem: test_term_endpoint does not clean up at exit | | | f8f8043 Problem: test_msg_ffn uses unitialised memory | | | e177512 Problem: test_system does not clean up at exit | | | 18dcc32 Merge pull request #1803 from bluca/ci_default_only_on_secondary | | | 9a6e104 Problem: too many CI builds | | | 930a244 Merge pull request #1802 from hintjens/master | | | 9c0d176 Problem: tests don't build on Windows | | | 0dbb918 Merge pull request #1800 from hintjens/master | | | bbcc79d Problem: tests don't build on Windows | | | 06acd76 Problem: people don't know how to write test cases | | | d148c3e Problem: no clue how to run gyp on Windows | | | 8bee4e2 Merge pull request #1799 from hintjens/master | | | 8230c0d Problem: gyp does not build tests | | | 44c3859 Problem: minor glitch, test_socketopt_hwm <> test_sockopt_hwm | | | 25ce52e Problem: tcp_address.cpp has messy include usage | | | a682f94 Problem: tcp_address.cpp won't compile on OS/X w/o ZMQ_HAVE_IFADDRS | | | 22e830b Merge pull request #1798 from hintjens/master | | | 6bef3fe Problem: can't build libzmq.a using gyp | | | 781ddd6 Merge pull request #1797 from bluca/ci_matrix | | | 9393f06 Problem: CI use of sodium or nacl is confusing | | | 05f382d Merge pull request #1796 from bluca/cmake_build | | | 01eb580 Problem: typo in CMake platform.hpp breaks build | | | fde81d7 Problem: can't build using gyp | | | db77fc9 Merge pull request #1795 from bluca/ci_tweetnacl | | | 0afac59 Problem: empty files are against ISO C++ | | | f1c4416 Problem: typo in CMakeLists "matches" keyword | | | 1e69150 Problem: typo in CMakeLists.txt, can't use sodium | | | f777ad8 Problem: typo in configure.ac, can't use libsodium | | | 0bdc5d0 Problem: CMake CI build still clones libsodium | | | 4f5594c Problem: Android CI build uses unstable libsodium | | | 3420e6e Problem: CI still thinks libsodium is default | | | 1fb4840 Merge pull request #1794 from hintjens/master | | | f8ed793 Problem: tweetnacl sources are a mess | | | a460e5a Merge pull request #1793 from hintjens/master | | | e65367e Problem: some configure options are confusing | | | 8e40e67 Merge pull request #1792 from bluca/fix_gitignore | | | 700de65 Merge pull request #1791 from hintjens/master | | | 2e3a0db Problem: old filenames in .gitignore | | | 9f8ced3 Problem: autotools platform.hpp is not compatible with CMake | | | dd4b93d Merge pull request #1790 from hintjens/master | | | ddbbe3b Problem: cmake fails with #error None of the ZMQ_USE_* macros defined | | | b49a604 Problem: use of libsodium vs. tweetnacl is confused | | | 42ab88e Merge pull request #1786 from hintjens/master | | | 62c66ae Problem: test_large_msg kills my system temporarily | | | 7470c00 Problem: ZMQ_TCP_RECV_BUFFER/SEND_BUFFER are redundant | | | 884c7f7 Problem: zmq_getsockopt wrongly referred to ZMQ_THREADSAFE | | | 7f6ed16 Problem: ZMQ_XPUB_VERBOSE_UNSUBSCRIBE is clumsy | | | da8ce55 Problem: ZMQ_TCP_RETRANSMIT_TIMEOUT is a clumsy name | | | 5eccd87 Merge pull request #1785 from bluca/one_more_rename | | | edc4ee0 Problem: ZMQ_USEFD does not follow conventions | | | 15846f2 Merge pull request #1784 from bluca/rename_pre_allocated_fd | | | c158178 Problem: ZMQ_PRE_ALLOCATED_FD is too long | | | 66d9a5f Merge pull request #1783 from bluca/travis_tweetnacl | | | c23cc65 Problem: no CMake Travis CI build | | | 918c1ec Problem: CMake uses command added in 2.8.12 | | | 84544ca Problem: no CI build with tweetnacl | | | 6681bcf Problem: tweetnacl/contrib/randombytes need C++0x | | | c59670d Merge pull request #1782 from minrk/configure-with-tweetnacl | | | e866507 fallback on tweetnacl if libsodium is not found and not explicitly requested | | | 2902fd6 add --with-tweetnacl to configure | | | 135c411 Merge pull request #1780 from hintjens/master | | | 5805993 Problem: compile warnings on Windows in new radio/dish code | | | e0f02bd Problem: libzmq uses different build.bat style than zproject | | | 07cba23 Merge pull request #1779 from obache/neatsrc/fix-a-typo-for-ZMTP-heartbeats | | | 8a1dcca Merge pull request #1778 from obache/neatsrc/fix1768 | | | 4c67533 Merge pull request #1777 from brian-peloton/master | | | 99495bb Fix a typo in "Add ZMTP heartbeats" changes | | | 7cd60fa Change to detect POSIX Thread priority support properly | | | 273b547 Use memcpy instead of assuming option values are aligned | | | ffe4a1c Merge pull request #1776 from hintjens/master | | | a1f51b6 Problem: unclear rules for passing null arguments | | | 27a8961 Problem: resolution of int optval_ was made more verbose | | | c831891 Problem: test case is using internal API | | | 0d7e7bf Problem: MSVC project filters were out of date | | | 39563d7 Merge pull request #1775 from CommanderBubble/patch-2 | | | 7270d4d windows.hpp needs to be included before zmq.h | | | a9666d7 Merge pull request #1774 from brian-peloton/master | | | d06314d added windows includes as well as unix includes | | | 75bea4b update for mingw's default _WIN32_WINNT | | | 05b5633 update for mingw's default _WIN32_WINNT | | | 596fd24 added ZMQ_HAVE_WINDOWS check to _WIN32_WINNT usage | | | b98b149 added ZMQ_HAVE_WINDOWS check to _WIN32_WINNT usage | | | 595181d added ZMQ_HAVE_WINDOWS check to _WIN32_WINNT usage | | | 56efddd remove c++11 requirement and -Werror=sign-compare | | | 988d33b added windows.hpp with include check | | | f472893 changed order of includes | | | 3cdc921 remove include that is already in header | | | def0336 increase mingw's minimum _WIN32_WINNT version | | | f4fe375 Don't call memcpy with 0 size and NULL pointer(s) | | | c9c9a77 Merge pull request #1773 from bluca/libsodium_stable | | | 3641f70 Problem: CI builds libsodium from dev branch | | | b9e4fa8 Merge pull request #1772 from hintjens/master | | | 86aa7bb Problem: commit a464eec7 really broke VS2015 builds | | | 0212020 Merge pull request #1771 from bluca/valgrind_iterator | | | a9aeb49 Problem: Valgrind reports read of freed memory | | | c5bf0dc Merge pull request #1770 from bluca/systemd | | | 84ad4bf Problem: cannot use new pre-allocated FD with TCP | | | 9b885b7 Problem: cannot use new pre-allocated FD with IPC | | | 4bcbb30 Problem: cannot use pre-allocated FDs. Fixes #777 | | | 8b0fdd9 Merge pull request #1767 from hintjens/master | | | a3d9b46 Problem: Android build is slow and noisy | | | 08cfbde Merge pull request #1766 from hintjens/master | | | 31d181e Problem: MSVC build does not detect libsodium | | | 8fad51c Merge pull request #1765 from hintjens/master | | | 6a9af8e Problem: can't build without libsodium from command line (MSVC) | | | 984699c Problem: was ignoring directories with build files | | | d7a7f48 Problem: my name is not in the AUTHORS file | | | 3d9984e Merge pull request #1764 from GreatFruitOmsk/master | | | ad286d9 Merge pull request #1763 from CommanderBubble/patch-1 | | | 538e5d4 Make VMCI to work on Windows. | | | d7e59d6 Fix integer overflow error when calculating throughput. | | | f38062e fix configure errors for 64bit mingw | | | 0463926 change references from mingw32 to mingw | | | bdda518 fix configure errors for 64bit mingw | | | 0329402 Merge pull request #1762 from hintjens/master | | | d218e03 Problem: project files have tool version in two places | | | 4ce9c7c Problem: does not build on VS2015 | | | 963dffb Merge pull request #1760 from hintjens/master | | | b92055f Problem: not building on VS2015 | | | c6b11ae Merge pull request #1758 from zeromq/revert-1757-revert-1756-replace-zmq-term | | | 44c6b04 Revert "Revert "Problem: deprecated use and reference of `zmq_term`"" | | | c143a7d Merge pull request #1757 from zeromq/revert-1756-replace-zmq-term | | | 1708bfe Revert "Problem: deprecated use and reference of `zmq_term`" | | | d44a8cc Merge pull request #1756 from c-rack/replace-zmq-term | | | a26bb74 Problem: docs are still referring to deprecated `zmq_term` | | | 589464c Problem: comments still refer to deprecated `zmq_term`. | | | 10d9ef8 Problem: perf use deprecated `zmq_term` | | | 0d17156 Problem: tests use deprecated `zmq_term` function | | | d92e409 Merge pull request #1755 from UsamaMehboob/master | | | a72cb5d added #include in udp_engine.cpp to solve error 'close was not declared in scope' | | | e1254e1 Merge pull request #1751 from c-rack/remove-zmq-utils-includes | | | 7da3ee1 Problem: deprecated `zmq_utils.h` is still included | | | 435535c Merge pull request #1750 from hintjens/master | | | 6f94af8 Problem: various errors in build scripts | | | 3cf6c33 Merge pull request #1748 from sunkin351/master | | | 9b01ae8 Restoring zmq_utils.h from previous version | | | a464eec Added "udp_address" and "udp_engine" to enable windows build | | | d7ef68d Merge pull request #1747 from c-rack/remove-zmq-utils-h | | | af775c0 Problem: `zmq_utils.h` is deprecated since 2014-07-09 | | | 8dbda15 Merge pull request #1745 from somdoron/master | | | 4f4e475 Merge pull request #1746 from minrk/allow-underscore-dns | | | cdec4dc allow underscores in domain names | | | 389e853 Fix compilation errors on windows | | | add4e76 Merge pull request #1744 from jcfr/fix-gcc-warnings | | | 318dd7c Merge pull request #1743 from jcfr/add-missing-ctest-tests | | | 73f73dd Merge pull request #1742 from jemc/master | | | 2cb8da3 Style: Fix -Wmissing-field-initializers in socket_poller.cpp | | | 46b0233 Style: Fix -Wunused-but-set-variable in test_stream_exceeds_buffer.cpp | | | f329252 Style: Fix unused parameter compilation warnings | | | 05e48cc ctest: Add missing test_udp and test_large_msg | | | cf5c288 Rename `udp_address::interface` to `iface` for VS2015 build. Resolves #1739. | | | b784943 Merge pull request #1737 from somdoron/radio-dish | | | 5ebfd17 make udp support for radio-dish | | | a2b9d82 Merge pull request #1735 from hintjens/master | | | 2ae4c55 Problem: radio/dish class broke Windows builds | | | 1bcb0a7 Merge pull request #1734 from somdoron/radio-dish | | | 1960b4e Filtering messages on dish side | | | c7d52ec radio-dish join/leave are ZMTP commands | | | 5054f2e radio-dish is sending the group as first frame | | | 68675e2 adds group to zmq_msg | | | b271814 msg external storage is using content_t | | | e424388 Merge pull request #1730 from somdoron/master | | | 15ad6f8 save some bytes in msg class | | | dc94599 missing virtual modifier or session_base | | | 16f1be9 Merge pull request #1729 from c-rack/update-copyright-year | | | a539b0c Problem: copyright year is still 2015 | | | a7b7f3e Merge pull request #1727 from somdoron/master | | | b8425a2 radio-dish pattern | | | 511d701 Merge pull request #1725 from GreatFruitOmsk/master | | | 77f5344 Fix VMCI compilation errors on Windows. | | | 1c7d59a Merge pull request #1724 from minrk/multi-monitor | | | f0dce00 stop previous monitor socket before starting new one | | | f25a9c8 Merge pull request #1723 from GreatFruitOmsk/master | | | 6c99747 Family is not set when resolving NIC on android. | | | cfbeac6 Merge pull request #1722 from GreatFruitOmsk/master | | | e785041 Fix trailing spaces. | | | e5894d5 Fix missing headers which makes compilation fail on Android. | | | 55e8191 Merge pull request #1721 from c-rack/fix-issue-1720 | | | 5c9bd5f Problem: SIZE_MAX is not defined in all stdint.h includes | | | b7d42a4 Problem: SIZE_MAX is not defined | | | 924bce6 Problem: build fails due to undefined INT_MAX | | | a40dd50 Merge pull request #1719 from minrk/rc-int-max | | | 5fe75f0 truncate rc to INT_MAX | | | 90f9f5f Merge pull request #1718 from gcsideal/master | | | be387d5 Last bits of Hurd support | | | c42bf87 Merge pull request #1717 from c-rack/fix-typo | | | e6edc47 Problem: typo | | | cc29578 Merge pull request #1716 from somdoron/master | | | 669c569 fixing a bug: client over inproc receives msg with routing id set | | | e0fc584 Merge pull request #1715 from hintjens/master | | | 8894969 Problem: configure --without-documentation is clumsy | | | 9ebb5cc Merge pull request #1714 from somdoron/master | | | 4bfe2ec fix bug in condition variable using invalid timeout | | | d906e81 Merge pull request #1713 from minrk/stdint | | | 6ee7870 restore check for MSC 1600 before including stdint.h | | | 1a502cc Merge pull request #1709 from gcsideal/master | | | be5ab6d GNU/Hurd support | | | 6d491a4 Merge pull request #1707 from minrk/tweetnacl | | | cf57a88 include tweetnacl in dists | | | 93bb756 Merge pull request #1706 from zoobab/master | | | e19454e Problem: OpenWRT Makefile still uses tarballs, now using GIT HEAD master | | | d8941f5 Merge pull request #1705 from hintjens/master | | | 055995e Problem: builds directory contains packaging scripts | | | d8d9ee3 Problem: no support for OpenWRT | | | b9167df Merge pull request #1702 from GreatFruitOmsk/greatfruit-master | | | bfbb655 Add support for the RelWithDebInfo CMake configuration. | | | 47d9caa Merge pull request #1701 from madebr/cmake_test_include_source_dir | | | be36423 Problem: On Windows CI, the included file Windows.hpp could not be found. Solution: Include the source directory | | | 8f4574f Merge pull request #1700 from madebr/stable_sodium | | | e7afed0 Problem: Windows CI fails due to libsodium build failure Solution: Use stable branch of libsodium | | | b9d8316 Merge pull request #1699 from somdoron/master | | | 6bbca7c fix case when zmq_poller access a dead socket | | | 714988e Merge pull request #1694 from hintjens/master | | | c49eef4 Problem: Android build is too slow | | | f64c385 Merge pull request #1692 from FredTreg/master | | | 9bdb605 Test for issue #1690 (ZMQ_REQ_RELAXED) | | | c30676f Merge pull request #1691 from FredTreg/master | | | 89417dd Fixed issue #1690 (ZMQ_REQ_RELAXED) | | | 06402f4 Merge pull request #1687 from hintjens/master | | | 2566c02 Problem: CLIENT and SERVER don't check SNDMORE | | | ae3b273 Merge pull request #1684 from hintjens/master | | | 6bb0cc1 Problem: still one error in vcxproj files | | | 6164e3d Merge pull request #1683 from hintjens/master | | | 137afd5 Problem: includes timer.cpp/hpp instead of timers.cpp/hpp | | | 1c87487 Merge pull request #1682 from hintjens/master | | | 065fbcd Problem: performance tests don't link on Windows/MSVC | | | 114f2b4 Merge pull request #1681 from hintjens/master | | | bf14b1f Merge pull request #1680 from hintjens/master | | | 6665bff Problem: MSVC projects don't include timers.cpp/hpp | | | 7893a6a Problem: zmq poller API is not CLASS conformant | | | f8b9ca5 Problem: zmq timers API is not CLASS conformant | | | 6278095 Problem: on Windows, link fails on missing Iphlpapi.lib | | | 78c3ba0 Merge pull request #1677 from c-rack/faster-git-clone | | | d32cb1a Merge pull request #1679 from hintjens/master | | | 97092d9 Problem: Windows build gives warning on v2_decoder.cpp:130 | | | 33c5985 Problem: build scripts don't need full git history | | | 4705feb Merge pull request #1676 from GreatFruitOmsk/master | | | 0475c6d CMAKE_VS_PLATFORM_TOOLSET may not be set. | | | c19470e Merge pull request #1675 from somdoron/Timers | | | aadaf99 add timers API to libzmq | | | 9ce8fe8 Merge pull request #1674 from GreatFruitOmsk/master | | | b76ccb8 Add missing header for the if_nametoindex on Windows. | | | 066ff13 Merge pull request #1672 from GreatFruitOmsk/master | | | 9236450 Fix redirecting location of pdb via CMAKE_PDB_OUTPUT_DIRECTORY. | | | b67cdcf Merge pull request #1670 from hintjens/master | | | 987eb6d Merge pull request #1671 from brian-peloton/master | | | 700b91d Fix alignment of initial chunk in yqueue | | | f3bcb73 Fixed old path to qt-android | | | 31c3549 Revert "fixes #1565: Allow session to flush commands on an engine error" | | | 768fc76 Merge pull request #1668 from zoobab/master | | | 8f1810d Add a Dockerfile to build libzmq for android | | | 819a879 Merge pull request #1669 from bluca/travis_android | | | bd222d9 Problem: travis CI tries to build "qt-android" | | | a9bad3b Merge pull request #1665 from hintjens/master | | | 9b45ba7 Problem: builds/qt-android name is inaccurate | | | f00eb5a Merge pull request #1664 from Kentzo/vmci | | | 3caa637 Add special interface to represent local VMCI context. | | | 3019896 Merge pull request #1663 from hurtonm/master | | | 3ae5c55 Fix mailmap entry for Max Skaller | | | 86efa67 Add mailmap entry for Chuck Remes | | | 7eeb7d5 Merge pull request #1662 from hurtonm/master | | | d8af708 Add mailmap file | | | c18904c Merge pull request #1659 from syenna/master | | | 7cfa933 Add missing support for IPv6 link local addresses (which include % followed by the interface name) | | | 6eeef5e Merge pull request #1658 from hintjens/master | | | 3cc7cfc Merge pull request #1657 from Kentzo/vmci | | | 6ae70a9 Remove unnecessray comment and unnecessary include. | | | 141de87 Fix a typo in reference to with_norm_ext. | | | 4dcfb23 Problem: zmq_vmci man page claims to be zmq_ipc man page | | | 765fd20 Merge pull request #1656 from bluca/vmci_include | | | 64ce6ca Problem: build fails, vmci enabled by default | | | a556b50 Problem: build failure, vmci include out of IFDEF | | | fc7e3bc Merge pull request #1654 from Kentzo/vmci | | | 68b13fb Add the VMCI transport. | | | 61f74e2 Merge pull request #1652 from chrisstaite/master | | | ba3cf3c Only start the heartbeat timer when the underlying mechanism is ready to stop cipher streams from trying to encrypt a heartbeat before the handshake has completed. Addresses issue #1601. | | | f6018e8 Merge pull request #1651 from wcs1only/master | | | 54799c8 fixes #1565: Allow session to flush commands on an engine error | | | e56b486 Merge pull request #1650 from c-rack/show-log-on-build-error | | | dfaa92c Problem: test-suite.log is not accessible on failing CI build | | | 782fbe5 Merge pull request #1649 from sheremetyev/fix-pipe-activation-race | | | bad93c5 Set LWM to half of HWL. | | | 234018d Add test demostrating that HWM applies to messages that have been already consumed. | | | 6e064f9 Merge pull request #1648 from c-rack/remove-out-batch-size | | | f9b8a94 Problem: out_batch_size has been replaced by ZMQ_TCP_SEND_BUFFER option in cdeec4c1 | | | b407b54 Merge pull request #1647 from banburybill/master | | | e71471b Add new option ZMQ_MULTICAST_MAXTPDU to set PGM_MTU. | | | 5d04dc3 Merge pull request #1645 from somdoron/master | | | 804bce8 Fix pipe terimation in router while reading message | | | 4f7dc49 Merge pull request #1643 from somdoron/master | | | 2105722 Fix a bug when stream_engine try to set alreadt set metadata | | | afc7c5c Merge pull request #1641 from c-rack/fix-recv-send-buffer | | | fc1099f Problem: documentation shows wrong default value | | | ec41f65 Problem: tcp_recv/send_buffer should be byte value instead of scale factor | | | 5ba328d Problem: there is no test for setsockopt ZMQ_TCP_SEND/RECV_BUFFER | | | f80faec Merge pull request #1640 from c-rack/fix-setsockopt | | | a992d9a Problem: comparison between signed and unsigned integer expressions | | | 98d5d4d Problem: call of overloaded ‘pow()’ is ambiguous | | | 8671495 Merge branch 'master' of github.com:zeromq/libzmq | | | 18c5170 Merge pull request #1638 from jens-auer/tcp_buffer_options | | | 908d6b6 Update options.cpp | | | d2516a9 Merge branch 'tcp_buffer_options' of github.com:jens-auer/libzmq into tcp_buffer_options | | | cdeec4c New options to set send/recv buffer size for TCP sockets. | | | c41fe88 Merge pull request #1636 from roalz/feature-add-msvc2015-build | | | 5f5fb5e Added solution and project files to build with Microsoft Visual Studio 2015 | | | 4444361 Merge branch 'master' of github.com:zeromq/libzmq | | | c775c50 Merge pull request #1631 from swansontec/master | | | b201043 Do not crash on unusual connection-failure cases | | | 9a8c822 Merge branch 'master' of github.com:zeromq/libzmq | | | 22179af Merge pull request #1629 from hintjens/master | | | 54e2e2a Problem: Windows 7 TCP slow start | | | ac46e6d Merge pull request #1628 from hintjens/master | | | ba1515f Problem: asserts if EINVAL recieved on read/write | | | f38c11c Whitespace fixes | | | ab2c009 Merge pull request #1626 from ahmetkakici/master | | | 7c8e65e Added missing socket_poller.cpp file to msvc solutions. also fixes issue https://github.com/zeromq/libzmq/issues/1624 | | | 182688d Merge pull request #1625 from lytboris/master | | | a4baa36 acutally allow specifying interfaces as source address | | | 9b14322 Merge pull request #1623 from zeromq/sappo-patch-1 | | | 64ffb3f Problem: libzmq appveyor build status is not visible | | | dc04c5b Merge pull request #1621 from madebr/cmake_winci_fixes | | | 0a0b9fd tweetNaCL: fix winrandom | | | 571ee21 appveyor: build all relevant combinations | | | 89338f4 CMake: fix library name on linux | | | c557221 Merge pull request #1620 from madebr/ctest_missing_tests | | | 9930f1f CTest: add missing tests + check for unknown tests | | | 2f63231 cmake: libzmq can now be built with both sodium and TweetNaCL | | | 7fe0321 Merge pull request #1619 from madebr/winrandombytes | | | b2c87b9 TweetNaCL: add windows randombytes implementation | | | e182438 Merge pull request #1618 from madebr/cmake_sodium | | | 35d723c Add Windows Continuous Integration (appveyor) | | | 55ca9c5 CMake: use libsodium if available, else use tweet_nacl | | | 5d98e60 Merge pull request #1617 from somdoron/removing_pollfd | | | da2bc60 Removing zmq_pollfd as it is replaced by zmq_poller | | | 0650b59 Merge pull request #1616 from somdoron/ZMQ_POLLER | | | 24fc0d4 drop the socket postfix from poller methods | | | 5c71fe6 Fix socket_poller windows compiling issue | | | 024819b add ZMQ_HAVE_POLLER define to check if ZMQ_POLLER exist | | | 476ba22 ZMQ_Poller support more event types | | | 544d1e3 Change the error of zmq_poller from EAGAIN to ETIMEDOUT | | | c22f9f3 Merge branch 'master' of github.com:zeromq/libzmq | | | a7ea57f Merge pull request #1615 from jeroenooms/master | | | 9114d39 enable static libraries on mingw | | | 979e6bb Merge pull request #1613 from maxkozlovsky/master | | | 06e882f honor buffer reference count in zmq::shared_message_memory_allocator::deallocate | | | f1e6cb8 Merge pull request #1611 from somdoron/zpoller-port | | | e387ce1 remove pollfd from sockets when destroying poller | | | 6501b80 port zpoller to libzmq as zmq_poller | | | 5002699 Merge pull request #1604 from wcs1only/master | | | 516b440 fixes #1315 socket monitor hangs if zmq_bind fails | | | a28398a Merge pull request #1603 from jizhilong/fix/typo | | | 9a78582 fix a typo in ypipe.hpp | | | ea26e68 New options to set send/recv buffer size for TCP sockets. | | | ca52520 Merge pull request #1602 from scemama/master | | | aefc5d1 Default behavior is --with-libsodium=yes | | | 73a0eed Fixes issue #1556 | | | 96014ee Merge pull request #1600 from lsniks/master | | | 8ec747e Issue 1588 : Rollback in case send fails for multipart msg | | | cca67fd Merge pull request #1595 from pijyoi/signaler_failable | | | 596d6e5 create signaler::recv_failable() | | | 52ee724 Merge pull request #1593 from meox/master | | | 992ac3b fix error with gcc 5.2 | | | 79daac1 Merge pull request #1592 from c-rack/fix-test | | | e4c06be Problem: check_hwm() has different semantic of 'full' | | | a8605f5 Merge pull request #1591 from c-rack/check-hwm | | | f1358c1 Problem: duplicate code for hwm check | | | dd6bb9a Merge pull request #1586 from ricnewton/master | | | 05d0451 Update cmake to support Visual Studio 2015 | | | d89753c Merge pull request #1585 from msb-at-yahoo/fix-send-doc-typo | | | b12b8ca Fix typo on send documentation re: nullification | | | ed1009b Merge pull request #1584 from ymax/master | | | e9e03f5 fixed zmq assertion in signaler.cpp under ubuntu | | | 2452c59 Merge pull request #1582 from pengweichu/master | | | 5dc8b51 Fixed the bug which cause the application crashed when use TCP connect to an invalid address(such as 192.168.1.255). | | | 0f51190 Merge pull request #1580 from ricnewton/master | | | 3f4f3c1 Fix windows cmake build | | | ee7f2a2 Merge pull request #1579 from staticfloat/patch-2 | | | 1fbc67a Fix pointer indirection precedence issue in docs | | | 2c94bb4 Merge pull request #1578 from hintjens/master | | | 3f92550 Problem: description of ZMQ_CLIENT/SERVER has inaccuracies | | | 50859e4 Problem: drop tests on CLIENT/SERVER are misleading | | | fb57110 Merge pull request #1577 from hintjens/master | | | f3ee8c6 Problem: request-reply pattern is lousy | | | e7da0ea Problem: client/server pattern is not documented | | | 4db73fc Problem: msg.cpp:set_routing_id accepts a zero routing ID | | | 6b00f40 Problem: test_client/server_drop_more are invalid | | | c2dffb9 Problem: threadsafe test uses CLIENT-to-CLIENT | | | d416ffc Problem: cannot build single test case in tests | | | 5e936fe Problem: routing ID cycles back to zero | | | 60fdfd9 Problem: whitespace at end of lines, removed | | | c5b1de3 Problem: code lets CLIENT connect to CLIENT | | | 87f2dff Problem: zmq_msg_get_routing_id () is not consistent with API | | | 7be6ad0 Replaced tabs in some files, with spaces | | | d0ffb91 Merge pull request #1574 from pijyoi/master | | | 25a50ca avoid dereferencing uint32_t on unaligned address | | | 734a73c Merge pull request #1571 from c-rack/fix-typos | | | bd923f0 Problem: some comments contain typos | | | 3e43258 Merge pull request #1570 from djelenc/deque_bug | | | 64ffda9 Problem: Tests in Travis are failing randomly | | | 39a0d33 Merge pull request #1569 from djelenc/xpub_manual_lost_subscriptions | | | 8fd71d6 Fixed missing subscriptions on XPUB with manual subscriptions | | | 47e1216 Merge pull request #1567 from djelenc/xpub_manual_proxy_disconnect_unsubscribe | | | dd35e1d Problem: lingering subscriptions on XPUB sockets (#1566) | | | 9e8e81c Merge pull request #1564 from c-rack/issue-1558-2 | | | 5dad00e Problem: do not call poller->add_fd() with -1. Fixes #1558 | | | 23c5561 Merge pull request #1563 from zeromq/revert-1561-issue-1558 | | | 2159618 Revert "Solution: check return code of make_fdpair() with zmq_assert" | | | 13db11c Merge pull request #1562 from markuspf/fix-dragonfly-compile-2 | | | ee984b1 Make DragonFly a first class citizen in terms of compilation | | | 32d7da1 Merge pull request #1561 from c-rack/issue-1558 | | | bb97888 Problem: return code of make_fdpair() is not checked. Fixes #1558 | | | 801f39d Merge pull request #1557 from hintjens/master | | | 1fdf8f7 Cleaned up test case | | | 146be48 Merge pull request #1553 from flub/master | | | f86264d Update zmq_inproc manpage for bind/connect order | | | 0e1448a Merge pull request #1550 from xaqq/master | | | bc513b6 Merge pull request #1547 from jemc/master | | | 3341942 Problem: Private/internal macros defined in public header. Solution: Move the macros to a private header. | | | 735c02e Merge pull request #1546 from reza-ebrahimi/master | | | 63260d8 rename ZMQ_UNUSED macro to LIBZMQ_UNUSED | | | b07b1e2 Merge pull request #1545 from ricnewton/master | | | 096007c Fix zmq crash when calling shutdown with a pending inproc socket connect | | | 4e5843b Merge pull request #1543 from csiro-workspace/master | | | 7e09306 -Set signaler_port to 0 which allows the OS to find a free port, rather than crashing if 5905 is in use (https://github.com/zeromq/libzmq/issues/1542) -Added config.hpp to the source list so it shows up in generated projects -Remove CMAKE_BUILD_TYPE setting for generators that don't use it | | | ec98916 Merge pull request #1541 from jemc/master | | | 61217a2 Problem: Source files contain mixed tabs and spaces. Solution: Convert to spaces and remove trailing whitespace in these files. | | | 6aa5c20 Merge pull request #1540 from djelenc/fix_failing_tests | | | 1240d7a Fixes failing tests regarding XPUB sockets. | | | 391bc12 Merge pull request #1539 from djelenc/issue1116 | | | b9634e1 Addresses zeromq/libzmq#1116. | | | 370b8c9 Problem: Identity frame from router has no metadata | | | 3f326b1 Merge pull request #1536 from bluca/ci-osx-missing-dependency | | | 709a1e9 Merge pull request #1535 from somdoron/master | | | 0c4032b CI run on OSX needs binutils | | | 4da5ff6 revert to original zmq_polland creating zmq_pollfd_poll for polling on pollfd | | | a96f16e Merge pull request #1534 from somdoron/master | | | d83b045 rename poller to pollfd | | | 7d42aac Merge pull request #1533 from c-rack/fix-tests | | | 34fe5ea Solution: explicitly set u.base.metadata to null | | | 5bae691 remove poller field, using fd instead | | | 87e7ed0 Merge pull request #1531 from reza-ebrahimi/master | | | 7058c54 apply a change to LIBZMQ_DELETE macro (related to issue #1524) | | | 6d9eb18 Merge pull request #1530 from reza-ebrahimi/master | | | 1621c25 define a macro for heap object deletion in a unified manner (related to issue #1524) | | | 9bf88bc Merge pull request #1529 from bluca/container | | | 1ab4667 Set -x in ci_build.sh to show commands in log | | | f6b0ead Set sudo: false to force container build | | | 1afc30a CI build/install in local directory | | | 9ebd54a Merge pull request #1528 from bluca/fix-travis-check | | | f4e9e6f CI build does not fail when tests fail. Fix #1527 | | | eb1d72f Merge pull request #1526 from somdoron/master | | | 9d829f7 moving new poller field to the end of the struct | | | e74e36d Merge pull request #1525 from somdoron/master | | | 6eddbd9 polling on thread safe sockets | | | 1653d3c add new tests to gitignore | | | 1aaa893 add tests for polling on thread safe sockets | | | a638189 add methods to handle poller | | | 3496877 add an option to check if the socket is thread safe | | | de018e8 Merge pull request #1522 from reza-ebrahimi/master | | | a50834c fixed issue with ticket #1517 (wrong lib output name in MSVC CMake build) and apply some improvements in CMake build system | | | eb2eec6 Merge pull request #1521 from reza-ebrahimi/master | | | 8e6ef46 changing some camelCase variable names to snake_case in previous commit | | | 003ae1b Merge pull request #1520 from reza-ebrahimi/master | | | d7b74d1 remove unnecessary multiple WSAGetLastError() calls | | | 6d217aa Merge pull request #1519 from reza-ebrahimi/master | | | bff2284 place a ZMQ_UNUSED macro and replace all unused variables with ZMQ_UNUSED macro | | | bf27d58 Merge pull request #1518 from sappo/master | | | 8bf4d1e Problem: Missing src/ prefix for libzmq library in Makefile.am for test_getsockopt_memset Solution: Add prefix to fix test compilation | | | effc26c Merge pull request #1476 from hintjens/master | | | 08c2a92 Merge pull request #1514 from rikvdh/master | | | de55e3a Merge pull request #1515 from rikvdh/test-proxy-return | | | 5485d6e Check proxy return values in tests | | | c68e9a3 Merge fix for zeromq/zeromq4-1#52, getsockopt ZMQ_RCVMORE now resets all bits | | | fd9bd1b Problem: broke Cmake build | | | 5d5cdac Problem: source packages lack makefiles for all systems except msvc | | | 2b45e38 Problem: documentation for ZMQ_CTX_BLOCKY is wrong | | | 11fba2b Fixed compile errors in test_stream | | | 92c4dec Problem: lack test case for large stream messages | | | b791031 Merge pull request #1512 from pijyoi/retransmit_fix | | | e129640 fix: ZMQ_TCP_RETRANSMIT_TIMEOUT not applied to bind socket | | | 84a93d4 Merge pull request #1511 from sorenh/linger_fix | | | abc845d Avoid terminating connections prematurely | | | ba6e133 Merge pull request #1510 from pijyoi/retransmit_timeout | | | c7f2cdd fix: Windows setsockopt needs char* cast | | | ca9215d add ZMQ_TCP_RETRANSMIT_TIMEOUT socket option | | | 064c2e0 Merge pull request #1508 from pijyoi/connect_timeout | | | c9971e0 write man pages | | | eeb697b add connect timeout logic | | | c0ca2be add ZMQ_CONNECT_TIMEOUT socket option | | | 4a0bde8 rename timer_started to reconnect_timer_started | | | 5724b55 Merge pull request #1507 from pijyoi/fixdoc | | | 2d9c7f3 ZMQ_TCP_KEEPALIVE_IDLE doc wrongly mentions TCP_KEEPCNT | | | d65dab2 Merge pull request #1504 from bluca/travis-file-limit | | | 85da2ea Increase file limit in travis config | | | 23655c5 Merge pull request #1503 from bluca/travis-ci-osx | | | 270a1ac Add OSX build to travis config. Fixes #1502 | | | 20ba661 Do not use ldconfig in CI if running on OSX | | | 40e2bef Update NDK version to r10e, OSX support | | | 102d1b1 Check for [g]readelf availability in qt-android helper | | | 57ef593 Merge pull request #1501 from jemc/fix/issue-1500 | | | 438b520 Remove type-pun in zmq.cpp to resolve issue #1500. | | | 7604e1f Merge branch 'master' of github.com:zeromq/libzmq | | | 6764055 Merge pull request #1499 from jemc/docfix/setsockopt | | | 6d0cea5 Fix alphabetical order of non-deprecated setsockopt docs. | | | 94c579a Fix title of docs for `ZMQ_XPUB_WELCOME_MSG` socket option. | | | 7b5bf4a Merge pull request #1498 from pijyoi/master | | | d9f3261 ZMQ_TCP_KEEPALIVE_IDLE doc wrongly says it overrides TCP_KEEPCNT | | | 2d8b1a7 Merge pull request #1497 from bluca/fix-autogen-libtool-detection | | | 89fa904 Check for libtoolize instead of libtool on Linux | | | a656b39 Merge pull request #1496 from brian-peloton/macro-to-disable-test-timeout | | | 94b6fca Merge pull request #1495 from brian-peloton/fix-test-flakiness | | | 5dee460 Merge pull request #1494 from brian-peloton/fix-partial-recv-in-test | | | 4152023 Merge pull request #1493 from brian-peloton/fix-other-test-flakiness | | | 6dfe8f2 Merge pull request #1492 from brian-peloton/fix-memory-leak | | | 80adc13 Merge pull request #1491 from brian-peloton/fix-eventfd-under-load | | | c4c5135 Retry recv if it only returns part of a message during tests. | | | 62a0e45 Fix eventfd read handling under heavy load. | | | e449d7b Fix test flakiness. | | | 9796980 Fix a documented memory leak. | | | f86bded Increase sleep in test to fix flakiness under CPU load. | | | cb0491c Add a way to disable libzmq's internal test timeout. | | | 7b2e37d Merge pull request #1490 from evoskuil/master | | | 81aa6f4 Style and explicitness. | | | 6f0efc0 Make lossy cast explicit. | | | 342c417 Add decoder_allocators to VS builds. | | | 0917ece Merge pull request #1489 from pijyoi/fix_1488 | | | 2182bc9 check for potential unsigned integer wraparound before adding | | | 7701a8f Merge pull request #1487 from pijyoi/stream_notify | | | fd51b0e update test that relied on connect notifications to be disabled | | | 3e7d737 change ZMQ_STREAM_NOTIFY to default to 1 | | | 518b939 make ZMQ_STREAM_NOTIFY also control disconnect notificatons | | | 588e0d2 Merge pull request #1486 from jimenezrick/fix-1478 | | | ec5592d Fix 1478: receive unsubscriptions in XPUB when verbose | | | 305c075 Merge pull request #1485 from ricnewton/master | | | 91877a2 Fix windows build | | | a4509d8 Merge pull request #1484 from pijyoi/fixsmash | | | 93218a6 Merge pull request #1483 from ktf/master | | | e2be0d2 Fix compilation on mac. | | | 5fead47 Merge pull request #1482 from brian-peloton/master | | | 773a06f Fix memory leak when creating a socket fails. | | | 708353a advance refcnt only if it was used | | | c05a475 Merge pull request #1481 from brian-peloton/master | | | 18791f2 Fix several missing msg_t::close calls. | | | 3f70aca Merge pull request #1480 from brian-peloton/master | | | a88524d Fix test_proxy hanging occasionally by setting ZMQ_LINGER to 0. | | | b71f720 Merge pull request #1479 from jens-auer/issue1477 | | | 6b9b13b Fixed whitespace error. | | | 2379712 Fixed #1477 corruption in "zero-copy" raw_decoder for payloads larger than 8192 bytes #1477 | | | 15e35c5 Merge pull request #1475 from jimenezrick/fix-doc-setsockopt | | | 7030bc4 Fix doc formatting issues in zmq_setsockopt page | | | 6653775 Merge pull request #1474 from leonarf/patch-1 | | | 4a59983 THREAD PRIORITY option documentation | | | 311f4d0 Merge pull request #1472 from reunanen/allow-explicitly-setting-buf-sizes-to-0 | | | 7362f3a update documentation regarding the rcvbuf parameter | | | 8096990 update documentation regarding the sndbuf and rcvbuf parameters | | | f7b933f LIBZMQ-195 allow explicitly setting sndbuf and rcvbuf to 0 (see https://support.microsoft.com/en-us/kb/201213) | | | 72a9488 Merge pull request #1471 from reunanen/retry-on-WSAENOBUFS | | | adafdb8 Merge pull request #1470 from reunanen/check-msg-type-in-rm_refs | | | ccb13e1 add sanity check in msg_t::rm_refs in order to avoid invalid memory access with u.zclmsg.refcnt | | | 8339271 LIBZMQ-195 on Windows, handle WSAENOBUFS like WSAEWOULDBLOCK | | | db898de Merge pull request #1469 from tkoeppe/master | | | 29b4548 [decoder.hpp] Fix misspelled inclusion | | | d60040d Merge pull request #1468 from tkoeppe/master | | | 5b4b8a0 [decoder*] Style fixes for consistency | | | e83bad1 Merge pull request #1467 from jens-auer/upstream | | | ef36515 - Replaced C-style casts with C++-casts - Replaced stdlib.h with cstdlib - Made single-argument constructors explicit | | | f541ac9 Merge pull request #1466 from jens-auer/upstream | | | 3679793 "zero-copy" raw_decoder | | | d83220e Merge pull request #1465 from tkoeppe/master | | | 14d69a3 Clean-up: Rename internal macros consistently. | | | 6059e8e Merge pull request #1461 from tkoeppe/master | | | ddb82a5 atomic_counter.hpp: clean up the clean-up | | | 26e3873 Add C++11 support to atomic_counter_t. | | | 010f93b Merge pull request #1460 from tkoeppe/master | | | 73e6a38 atomic_ptr.h: clean up the clean-up | | | 80b1e67 Merge pull request #1459 from tkoeppe/master | | | 08f9bf5 Add missing relaxed memory ordering. | | | f448dcd Merge pull request #1458 from tkoeppe/master | | | 68f5926 Add support for in C++11 | | | f3ef027 Merge pull request #1457 from calid/ignore-unbind-tests | | | ee78766 ignore unbind tests | | | 818491e Merge pull request #1455 from calid/update-gitignore | | | 9802dd5 Merge pull request #1456 from calid/issue-949-tests | | | 0f208c1 be pedantic and call zmq_close in tests | | | d14f419 another errant comment | | | 6dac509 fix errant comments | | | a9fd750 add tests for #949 | | | 3412959 update gitignore with additional tests | | | 6ab66ca Merge pull request #1451 from jbreams/heartbeat-defaults | | | e9a5bc8 Fix units and default values for heartbeats options | | | 2e5435e Merge pull request #1449 from jbreams/heartbeats-docswindows | | | 85417ba Add documentation for ZMTP heartbeat socket options | | | df0c707 Fix test_heartbeats compile in VS2013 | | | 3a27be3 Merge pull request #1448 from jbreams/heartbeats | | | cbb3b17 Add ZMTP heartbeats | | | 4b4e00b Merge pull request #1446 from dnaeon/typo-fix | | | fa3b5d8 Typo fix | | | f9d0dab Merge pull request #1445 from c-rack/fix-resolve-ipv6 | | | 15f9ee1 Solution: allow brackets in tcp ipv6 address | | | d33fb6a Merge pull request #1441 from jens-auer/rebase3 | | | e70b5ef Reuse buffer when no messages depend on it. | | | 51cb57e Fixed wrong handling of shared messages | | | dfe1908 Fixed wrong buffer end detection in v2_decoder. | | | b3f2acf Merge pull request #1440 from xaqq/fix_solaris_build | | | 8ffd723 Probably fix build issue on Solaris. | | | 6d4d7a5 Merge pull request #1439 from hintjens/master | | | 6f1d114 Problem: 4.1 broke the ABI yet did not bump ABI number | | | 8fb5590 Merge pull request #1437 from ricnewton/master | | | f696d03 Fix tabbing | | | 8484e16 Fix windows build | | | 52191af Merge pull request #1435 from minrk/test-ffn | | | fdb7d68 test zmq_msg custom free-function | | | 4267334 Merge pull request #1433 from minrk/single-socket-proxy | | | f34cc24 test proxy with single REP socket | | | 158d77d don't check POLLOUT for single-socket proxies | | | d3bb450 Merge pull request #1432 from xaqq/fix_init_order | | | c35971a Fix initialization order. | | | 5cbd197 Merge pull request #1430 from junovitch/fix-man-install-without-doc-build | | | 45610c3 Enable install of man pages when BUILD_DOC is not set by shifting INSTALL_MAN outside of BUILD_DOC's if/endif | | | f4da544 Merge pull request #1427 from xaqq/doc-patch | | | 4ad9a5e Update documentation for zmq_setsockopt. | | | c0cda2e Merge pull request #1426 from ricnewton/master | | | dc94962 Handle infinite hwms properly | | | 15eecf4 Update high water marking to allow changing high water mark after connection established. | | | a3b8f80 Merge pull request #1425 from mipaaa/master | | | b0296bc Fixed executable name in the usage string | | | bc2f5f7 Merge pull request #1424 from ricnewton/master | | | dc105ff Fix xpub test to set hwm before bind. | | | d4b11b0 Merge pull request #1423 from ricnewton/master | | | 32770d2 Remove accidentally committed appveyor file. | | | 9f8b8af Fail ZMQ_SNDHWM and ZMQ_RCVHWM setsockopt if already connected. | | | 64e711e Merge branch 'master' of https://github.com/zeromq/libzmq | | | 383f67a Merge pull request #1422 from hintjens/master | | | e37d715 Problem: tests/test_socketopt_hwm fails and breaks CI | | | 1540737 Merge branch 'master' of https://github.com/zeromq/libzmq | | | bfb0ac1 Merge pull request #1418 from xaqq/setsockopt | | | fb96014 Introduce a failing test against zmq_setsockpt(). | | | 9e80f07 Merge pull request #1417 from jens-auer/zero_copy | | | e9b403a zero-copy message receive | | | 611e96c Allocation-free msg::init_data | | | 03d6a73 Merge pull request #1415 from hintjens/master | | | 3e330d6 Fixes to README | | | a07244c Merge pull request #1414 from hintjens/master | | | 8620c3e Problem: source file headers are somewhat confusing about LGPLv3 | | | 1e10222 Merge pull request #1413 from malexzx/master | | | 1eb8e2a HPUX build and gmake check issues solution (#1412) | | | 4676e65 Merge pull request #1411 from jens-auer/address-sanitizer | | | d337cf5 Fixed out-of-bounds access when releasing socket handles. | | | a146503 Merge pull request #1409 from rikvdh/master | | | aa2e74c Fix another degradation, CPU maxes out when POLLOUT is set because poll exits on POLLOUT and doesn't wait for POLLIN. | | | d8077bb Merge pull request #1406 from rikvdh/master | | | ae630cf Fix degradation from #1382, POLLOUT was tested but not requested | | | 099fd43 Merge pull request #1405 from c-rack/fix-brackets | | | 8a3296c Solution: add missing brackets | | | f9315e1 Merge pull request #1403 from dfons/master | | | fcf7b22 doc/zmq_socket.txt: Remove note about ZMQ_PAIR being experimental. | | | dfaa55f Merge branch 'master' of https://github.com/zeromq/libzmq | | | f03a78b Merge pull request #1401 from taotetek/master | | | 5376262 remove temp printf from stream_engine | | | d35473e Merge pull request #1398 from jacmet/pkgconfig-static-linking | | | e89577d libzmq: Fix pkg-config files for static linking | | | 4c36c93 Merge pull request #1397 from danriegsecker/master | | | f4f918b Some test fail to build targeting less that Windows Vista | | | 59add70 Merge pull request #1395 from anton-sergeev/master | | | 5f9b258 Make CMake option for perf-tools | | | 3699242 Merge pull request #1394 from BurningEnlightenment/master | | | f0a7631 REPLACE MSVC VERSION SUFFIX VARIABLE | | | 959ab52 Merge pull request #1391 from CommanderBubble/master | | | 1bfff06 Merge pull request #3 from CommanderBubble/FD-SETSIZE-update | | | 166a14c Update configure.ac | | | bd795d6 Update configure.ac | | | 095741c set FD_SETSIZE to 1024 on mingw | | | 235a1db Merge pull request #2 from zeromq/master | | | 43a1192 Merge pull request #1390 from hintjens/master | | | 7488876 Problem: incomplete specs for test_proxy_terminate | | | eead3bc Merge pull request #1388 from rikvdh/issue-1382 | | | 7b9e9b8 Issue #1382: Do not send data to backend when there are no listeners (+ tests) | | | e1e9fb3 Merge pull request #1387 from c-rack/1386-libsodium-checkout | | | 7e8ba0e Solution: Build libsodium from latest master branch. Fixes 1386. | | | 3ec0e77 Merge pull request #1384 from hurtonm/master | | | 2e06737 pub: Don't delay pipe termination | | | 09a65c5 push: Don't delay pipe termination | | | aabbe3f Merge pull request #1383 from somdoron/master | | | c2dcc80 change minimum version to windows vista and implement dummy condition variable for lower versions | | | dbacc34 Merge pull request #1379 from evoskuil/master | | | 30bd7c4 Fix integer narrowing issues. | | | cd830dd Merge pull request #1378 from CommanderBubble/master | | | a53404f Merge pull request #1 from CommanderBubble/CommanderBubble-configure.ac-adds_mingw64_support | | | 88ac631 Merge pull request #1341 from hintjens/master | | | 594e3dc Problem: shutdown asserts if WSASTARUP wasn't done previously | | | 0673cd4 Problem: test_disconnect_inproc sometimes fails | | | 9a4c4da Merge pull request #1375 from natano/configure_bitrig | | | 8957ad5 Add Bitrig to OS detection in configure.ac. | | | f9fe77f Merge branch 'master' of https://github.com/zeromq/libzmq | | | c9bdcfc allow host_os to accept mingw64 | | | 04a9d58 Merge pull request #1374 from kreuzberger/master | | | d4a5803 Update zmq_setsockopt.txt | | | 18b6e68 Add documenation for ZMQ_XPUP_NODROP | | | a756eee Merge branch 'master' of https://github.com/zeromq/libzmq | | | 41d85f5 Merge branch 'master' of github.com:zeromq/libzmq | | | 89bf2af Add libsodium directory path hints for cmake | | | 6b4d9bc Merge pull request #1370 from calid/unbind-enoent | | | edc0640 doc: add ENOENT to list of zmq_unbind error codes | | | 2d435eb Merge pull request #1369 from calid/ctx-term-vs-destroy | | | 023505a update zmq_ctx_term description for consistency | | | 4820d49 Merge pull request #1368 from calid/docfix-zmq-msg-init | | | 4c92fef doc: zmq_msg_init does not set errno | | | eb34533 Merge pull request #1367 from evoskuil/master | | | 1e27b36 Fix default VC rt lib for release dynamic exe. | | | 6b06bc3 Merge pull request #1366 from xantares/patch-1 | | | 032c5ed fix CMP0053 warning with cmake 3.1 | | | ec4200a Merge pull request #1365 from xantares/master | | | 0f24f67 set soversion without ZMQ_BUILD_FRAMEWORK | | | 80044c9 mutualize win32 flags | | | 7dfa7b7 do not mix DLL_EXPORT & ZMQ_STATIC definitions | | | 1d2b34d install *.txt in share/zmq | | | 866e752 do not install sources | | | 1a5ced9 Merge pull request #1361 from rodgert/master | | | d47980a Allow zmq_msg_gets checks to assert rather than segfault | | | f053854 Merge pull request #1360 from hurtonm/master | | | 5ed6ac6 Adjust number of sent messages on hiccups | | | b7e5275 Merge pull request #1359 from rodgert/master | | | 700f7bf resolve #1347 addresses issue of no metadata on identity frame | | | 1e6e5b1 Merge pull request #1357 from rodgert/master | | | 4b948b1 Code cleanup | | | cf0804b Remove unused include | | | 8daa74d Fix comment from prior commit | | | fefe0d4 Update gitignore to include recently added tests for server sockets | | | 638ddeb resolve #1347 Support limited metadata for STREAM sockets | | | 8a52687 Merge pull request #1356 from rodgert/master | | | 39338e2 Fix autogen.sh warning about trailing whitespace | | | 2ae7ae6 Merge branch 'master' of github.com:zeromq/libzmq | | | fe2ce47 Merge pull request #1355 from evoskuil/master | | | bc53d71 Fix error return for clock_gettime. | | | 759c3e3 Merge pull request #1354 from evoskuil/master | | | a8f11b3 Add clock_gettime implementation for OSX. | | | 6630f19 Apply VS2013 changes to VS2010 and VS2012. | | | 55886b8 Merge pull request #1352 from somdoron/master | | | deaa896 thread safety bug - lock when sending | | | cac4d7a Merge pull request #1350 from zeromq/revert-1345-bzimmerman_CMAKE | | | a4de3df Revert "Bzimmerman cmake" | | | 5d42fe1 Merge pull request #1349 from somdoron/master | | | 5a897f7 allocate reaper_signal only when needed | | | bbdd866 thread safety - supporting windows | | | 6749c9b thread safety | | | 88c6e69 Merge pull request #1348 from evoskuil/master | | | 6bf1609 Update VS DLL and NuGet versioning to 4.2.0. | | | 91eead1 Add client.cpp/hpp and server.cpp/hpp to VS projects. | | | 2fd2fca Make implicit cast explicit. | | | 6724f41 Fix forcing to bool. | | | 405a749 Merge pull request #1345 from QbaseLLC/bzimmerman_CMAKE | | | c743bd9 changed test tools to compile statically | | | caf4276 removed packaged export added version to builds other cleanup | | | fef20b1 Merge remote-tracking branch 'remotes/origin/HEAD' into bzimmerman_CMAKE | | | eacbd0c Merge branch 'master' of github.com:zeromq/libzmq | | | c9418db Merge pull request #1344 from febeling/cond-build-tools | | | 54b5621 Problem: curve keygen build cannot be switched off | | | 2d59594 Problem: perf tools build cannot be switched off | | | 49f58c0 Merge remote-tracking branch 'remotes/upstream/master' | | | 7020086 Adding Bryan's changes. | | | 2bb72ad update to use new find_program syntax | | | 552c136 replace check_library and check_include with find_file and find_library | | | e05c805 Merge pull request #1342 from chickenkiller/master | | | 9daf6dd acinclude.m4: make kernel-specific flags cacheable | | | ade54d7 Merge remote-tracking branch 'remotes/upstream/master' | | | 8e89d11 Merge pull request #1339 from evoskuil/master | | | 1a0d134 Add missing EOL at EOF. | | | ca94cf5 Add appveyor support for building on windows. | | | 05df707 Merge remote-tracking branch 'remotes/upstream/master' | | | 34cd718 Merge pull request #1337 from somdoron/JenkinsFix | | | ee96211 fix jenkins build | | | edb3a13 Merge pull request #1336 from somdoron/ClientSocket | | | 79f162a test the client socket can drop multi frame messages that being sent to it | | | 14a19cd test the server socket can drop multi frame messages that being sent to it | | | 862cd41 implement client socket type and drop messages when more flag is set on client and server | | | a6362a4 Merge pull request #1334 from somdoron/ServerSocket | | | 5632b57 adds server socket type and routing id to msg | | | d5e7922 Merge remote-tracking branch 'remotes/upstream/master' | | | 9826a7b Merge pull request #1333 from hintjens/master | | | a7a512a Problem: test cases are failing on slower PCs (eee PC) | | | e351cbd Merge remote-tracking branch 'remotes/upstream/master' | | | 9fc0d2f Merge pull request #1331 from jemc/master | | | 2894634 Problem: qt-android build script out of date Solution: copy changes from latest zproject | | | 153e048 Merge pull request #1330 from rodgert/master | | | 937d485 Add cast to make Clang happy | | | be8cdc2 Merge branch 'master' of https://github.com/zeromq/libzmq | | | e6c45f5 Support using compielr intrinsics for atomic operations | | | 8c8d23c Merge pull request #1328 from rodgert/master | | | d8c15cf Code cleanup - removing unused local | | | 0303131 Merge pull request #1327 from rodgert/master | | | bccf0bc Merge pull request #1326 from rodgert/master | | | 1c72bf4 Clean up of metadata_t | | | d9fb1d3 resolve #1325 Alignment issue with zmq_msg_t on SPARC CPU | | | 96a27d1 Merge pull request #1324 from jruffin/invert-matching | | | cf2238f Added socket option ZMQ_INVERT_MATCHING. | | | 148cec0 Merge pull request #1323 from ricnewton/master | | | 415b49b Fix Windows build | | | 4ad2edf Merge pull request #1322 from hintjens/master | | | 6ced702 Problem: commit afb24b53 broke ZMQ_STREAM contract | | | 0d9852a Merge pull request #1321 from hintjens/master | | | 94d9a4f Problem: copyright statements are out of date | | | fd560b4 Merge pull request #1319 from rodgert/master | | | 73bf0fb Remoe more test_id2fd cruft | | | 3d44050 Merge pull request #1317 from topher200/master | | | 708298e documentation clarification on pipe::write failure | | | be23e69 Merge pull request #1314 from topher200/master | | | 866a046 Close messages that failed to send | | | 03a1b0e Merge remote-tracking branch 'upstream/master' | | | 94b0ad3 Merge pull request #1312 from rodgert/master | | | 40d2f9a fix typo in zmq_msg_gets documentation | | | 53431a5 Merge pull request #1310 from rodgert/master | | | 4e89ae6 Fix typo in zmq_msg_gets documentation | | | 0e404ec Merge pull request #1309 from rodgert/master | | | cf2bd3b Expand on 'Peer-Address' property documentation | | | 97f3126 Formatting cleanup | | | b443618 Code cleanup | | | 7d224d7 Add 'Peer-Address' property to connection metadata | | | 2e76bbe Merge pull request #1308 from rodgert/master | | | 39285cb Try to clarify the intent of zmq_msg_gets() in documentation | | | 1046662 Merge pull request #1301 from rodgert/master | | | 413f835 Make alignment compiler directive | | | b6b990f Merge pull request #1300 from moteus/master | | | 57cb34f Fix. Use C++03 compatible way to align struct. (Build on MSVC) | | | 3503fda Merge pull request #1299 from rodgert/master | | | 6372fc2 Align inter-thread shared structers on cache-line granularity | | | c816e42 Merge pull request #1298 from rodgert/master | | | 9019403 Increase size of zmq_msg_t to 64 bytes | | | 95e7611 Merge pull request #1297 from rodgert/master | | | a55005f Remove documentation for ZMQ_IDENTITY_FD | | | 7c0a644 Remove of ZMQ_IDENTITY_FD socket option | | | a450bde Revert "resolve #1292 ZMQ_IDENTITY_FD does not validate option_len" | | | 1ae98c7 Merge pull request #1293 from rodgert/master | | | 45c6815 resolve #1292 ZMQ_IDENTITY_FD does not validate option_len | | | fa1f676 Merge remote-tracking branch 'upstream/master' | | | 4e9e719 Merge pull request #1286 from ricnewton/master | | | b1305bb Remove int typedefs and use stdint.h for windows. | | | 25f1539 Merge pull request #1283 from DaiyuHurst/master | | | c993ac8 Merge pull request #1284 from hintjens/master | | | 89a2041 Problem: incomplete definition of integer types | | | 5d084cd Implement a definitive cygwin target for libzmq. | | | 4b4adbb Merge branch 'master' of github.com:zeromq/libzmq | | | d2bacdf Merge pull request #1282 from hintjens/master | | | eacd4d9 Problem: test cases were sporadically failing | | | 04664f0 Problem: 'bool' is not defined by default | | | ae53b27 Merge pull request #1281 from hintjens/master | | | 2de940b Problem: need atomic reference counting in several projects | | | 07229c7 Merge pull request #1280 from hintjens/master | | | 17937ff Problem: very hard to debug security mechanism mismatch | | | f78f4e3 Changed library name to zmq.lib. | | | 5b1b3b5 Updated Cmake file to remove ascii doc. | | | 187c743 Merge pull request #1276 from hintjens/master | | | f5f4d27 Problem: zmq_epgm is duplicate of zmq_pgm | | | ffb7cab Merge pull request #1275 from pmienk/master | | | 510eaba Alter --with-libsodium default. | | | 4494286 Merge pull request #1272 from minrk/security-old-zmtp | | | 5385a51 craft vanilla socket security test messages | | | 5a8b46e allow vanilla socket security tests to run on Windows | | | efed3d0 add session->zap_enabled() | | | 6cf120e reject old ZMTP connections if auth enabled | | | c35c0ca test unauthenticated messages from vanilla sockets | | | c57d557 Merge pull request #1269 from somdoron/manual_and_welcome | | | dd809de add to authors | | | cdf4a12 documentation for welcome msg and xpub manual | | | bcaae7d Merge pull request #1268 from somdoron/manual_and_welcome | | | 0ac0b04 remove debug printf in test_xpub_welcome_msg | | | 9bd3410 Merge pull request #1267 from somdoron/manual_and_welcome | | | 768b62e xpub welcome msg | | | 96e29f1 Add manual control over subscriptions to Pub | | | cefce68 Merge pull request #1262 from hurtonm/master | | | 905b168 Fix issue #1257 | | | 1680a3c Merge pull request #1260 from abbradar/master | | | 32b2d30 Fix test_filter_ipc for cleared supplementary groups | | | cb5eebd Merge pull request #1258 from hintjens/master | | | b6e61d7 Problem: linger values other than -1 or 0 are unsafe | | | f448af9 Merge pull request #1255 from klaussfreire/master | | | 6a227b2 Re-enable pollout before cancelling tx timeout | | | 3de1163 Fix busy-polling bug in pgm_sender causing it to consume CPU cycles | | | fca34e5 Merge pull request #1253 from minrk/linger-timeout | | | 35dd85a use more conservative 30 second default timeout for LINGER | | | ed4f342 Merge pull request #1252 from c-rack/master | | | 479db21 Problem: return code of sodium_init() is not checked. | | | 6dc9db1 Merge pull request #1251 from johntconklin/master | | | bc718b5 Merge remote-tracking branch 'upstream/master' | | | ea011a3 Fix typos. | | | afec844 Use consistant spelling in documentation | | | 7b6e310 Merge pull request #1248 from hintjens/master | | | 661bccb Merge pull request #1250 from c-rack/master | | | e00ea53 Add tests for issue #1094. | | | 1844fc3 Problem: No error-checking of setsockopt ZMQ_CURVE_* z85 keys. Solves #1094. | | | 7781375 Problem: default LINGER value is insane | | | 6d9f97a Merge pull request #1246 from hintjens/master | | | ea9f7ac Problem: zmq_ctx_term has insane behavior by default | | | e3817a1 Merge pull request #1244 from johntconklin/master | | | 7176b85 Fix typo: endpoind -> endpoint | | | b6ae984 Fix typo: addres -> address | | | eda042d Merge pull request #1243 from jemc/master | | | 5b6293c Problem: qt-android build doesn't fully work for downstream builds Solution: Fix the qt-android build | | | 57eff1b Merge pull request #1242 from pmienk/master | | | 384fbbe Restore structure to targets lost during nonrecursive refactor. | | | be55c5a Fixed .gitignore for mains in root | | | 4a79f09 Merge pull request #1241 from jemc/builds-qt-android | | | aeec276 Problem: Travis ci logs are too long Solution: Don't print tar extraction verbosely | | | eae6797 Problem: No builtin way to build for qt-android Solution: Add qt-android build system and add to travis-ci | | | 98e22da Merge pull request #1234 from lysyloren/master | | | 87c2236 Disable IPC testing on ipc-incapable systems in test_term_endpoint.cpp | | | b863709 Merge pull request #1233 from lysyloren/master | | | f47960e Added test and updated documentation for unbind wild-card * binded socket | | | c9eb7b8 Merge pull request #1229 from lysyloren/master | | | 4c6ea12 Merge pull request #1232 from johntconklin/master | | | 10c18f7 Support both --enable-eventfd and --disable-eventfd options. | | | 3ac1925 Merge pull request #1231 from johntconklin/master | | | f78cbc5 Correct libgssapi_krb5 packages. | | | 0fe9cec Pass --with/--without-libgssapi_krb5 to configure. | | | 09e7416 Unbind socket with real endpoint when binding by wild-card * address | | | d6c4750 Merge pull request #1226 from pmienk/master | | | 2153043 Add support for --with/--without libgssapi_krb5 | | | 1735c1e Add --with-libgssapi_krb5 to match libsodium and pgm. | | | 9b2700c Merge pull request #1225 from hurtonm/master | | | 1fd1d51 Fix issue #1224 | | | e9b9860 Merge pull request #1223 from xaqq/build-script | | | 216caee Improve build script error checking. | | | e74b10b Merge pull request #1222 from zeromq/revert-1183-size_fix | | | 0d45931 Revert "ZMQ API diverges from POSIX" | | | 527eddc Merge pull request #1183 from mschneider/size_fix | | | b1d766a Merge pull request #1219 from pmienk/master | | | 607fa58 Merge pull request #1218 from johntconklin/master | | | 7c33d91 Update travis script to configure with libsodium. | | | 9078a7a Add support for --with/--without libsodium and --with/--without pgm command line options. | | | 64a92cc Support both --with-* and --without-* options for libsodium and pgm | | | 39b8ac3 Merge pull request #1217 from johntconklin/master | | | ebfe635 Merge pull request #1214 from johntconklin/master | | | 0e7458d Merge pull request #1216 from xaqq/pollpri | | | 779c37a Add support for POLLPRI flag. | | | a109723 Merge pull request #1207 from hintjens/master | | | 2e0c1a9 Append to libzmq_la_CPPFLAGS and libzmq_la_LIBADD. | | | 359933a Merge pull request #1213 from dmick/master | | | 983eaec Merge pull request #1212 from dstftw/fix-typos | | | c22bcf4 Fix builds/msvc/Makefile.am to include all properties files in the build | | | 76d86c3 Fix some typos | | | 9289845 Remove build and runtime dependencies on e2fsprogs and e2fsprogs-devel. | | | 08d90e8 Merge pull request #1210 from pmienk/master | | | 8cf5e9f Correct declaration of HAVE_LIBSODIUM. | | | eb89555 Merge pull request #1209 from pmienk/master | | | c8ee169 Require pkg-config, use pkg-config to pull seek libsodium. | | | b6762a6 Marked TCP and IPC filters as deprecated (ZAP) | | | bc0f8d5 Updated development master to 4.2.x | | | 7f849b8 Updated NEWS for 4.0.x releases | | | 3f10e40 Merge pull request #1208 from pmienk/master | | | 00b3bfa Remove local pgm configuration option, cleanup configure.ac, remove unused Makefile.am instances. | | | c6aedc3 Partial migration to nonrecursive make. | | | 3aa5a9d Merge pull request #1202 from pavel-pimenov/fix-pvs-studio | | | 18ee219 Fix V815 Decreased performance. Consider replacing the expression 'peer_address = ""' with 'peer_address.clear()'. stream_engine.cpp 99 | | | 0e3d40c Fix V815 Decreased performance. Consider replacing the expression 'options.socks_proxy_address != ""' with '!options.socks_proxy_address.empty()'. session_base.cpp 497 | | | 0b541b7 Fix V803 Decreased performance. In case 'it' is iterator it's more effective to use prefix form of increment. Replace iterator++ with ++iterator. stream_engine.cpp http://www.viva64.com/en/d/0165/print/ | | | 432c849 Merge pull request #1201 from johntconklin/master | | | fbce7a2 Remove build and runtime dependencies on uuid and uuid-devel. | | | 610d64d Merge branch 'master' of github.com:zeromq/libzmq | | | cb9a0d2 Merge pull request #1200 from dmick/master | | | dfd021b builds/redhat/zeromq.spec: fix manpage lists | | | 8fde2d6 src/Makefile.am: libzmq.vers must go in dist tarball | | | 2a0fa6b builds/redhat/zeromq.spec: missing '%' | | | de4a442 builds/msvc/Makefile.am: fix up project file/property file paths | | | 91cc9a2 src/Makefile.am: i_properties.hpp removed some time ago | | | d3c391c zeromq.spec.in: shared library version bump | | | 6e53253 zeromq.spec.in: Missing build dependencies in specfile: asciidoc, xmlto | | | 43028c7 Merge pull request #1198 from toussa/master | | | 7c5906d Problem : Build failed with MinGW on windows | | | 053b14e Merge branch 'master' of github.com:zeromq/libzmq | | | ca0a216 Merge pull request #1196 from evoskuil/master | | | cf4c03c Update NuGet package. | | | 7da4012 Merge branch 'master' of github.com:zeromq/libzmq | | | e40d4b2 Merge pull request #1189 from steamraven/master | | | 0900a48 Problem: curve messages can be replayed | | | fe4396c Merge pull request #1188 from hintjens/master | | | 77f14aa Problem: stream_engine.cpp security can be downgraded | | | 8e9005d Merge pull request #1186 from hintjens/master | | | 57ade6d Problem: test_security_curve does't try wrong mechanisms | | | 8fbf810 Local changes of libsodium path | | | 2bf89bd Merge pull request #1185 from banburybill/master | | | 94943ba Fix hang terminating PGM ZMQ_SUB (#822). | | | b55288f return values of socket functions are ssize_t (not int) in compliance with POSIX | | | 19712d3 Merge pull request #1181 from whoshuu/patch-1 | | | 5642366 Fix non-constant-expression narrowing | | | 4b70793 Merge pull request #1179 from hurtonm/master | | | 50e0915 Stop session's timer when pipe terminates | | | be9fecd Merge pull request #1178 from evoskuil/master | | | a8e900c Update nuget package | | | c897af5 Merge pull request #1177 from hurtonm/master | | | 5a497d7 Code cleanup | | | 41a9968 Merge pull request #1176 from hintjens/master | | | 51c8c1d Problem: undocumented limit on IPC paths in Linux is 107 chars | | | cca297c Merge pull request #1173 from evoskuil/master | | | 8cd8585 Fix potential redefinition of common DEBUG symbol, replace tabs. | | | 2c1d5f5 Merge pull request #1174 from jbreams/master | | | d1881ac Clean up after using randombytes from libsodium | | | 992dca6 Fix configure warning. | | | 83c6bc2 Merge pull request #1172 from evoskuil/master | | | d76536e Default Travis clang build fails on unused variable 'MAX_SENDS'. | | | 2208907 Hide VS turd. | | | 21e2012 Merge pull request #1171 from hintjens/master | | | f15146b Problem: nodrop code is ugly | | | 128bed4 Merge pull request #1170 from hintjens/master | | | 2584c3a Added test cases to .gitignore | | | 35040aa Problem: issues with nodrop property | | | 81485c7 Merge pull request #1168 from ricnewton/master | | | 8926cb3 Fix test broken when we changed FD_SETSIZE. | | | 3811b0b Merge pull request #1166 from hintjens/master | | | 1acc1b1 Problem: FD_SETSIZE 1024 is too restrictive under Windows | | | 72b8a19 Merge pull request #1163 from hurtonm/master | | | f550d66 Code cleanup | | | b817f3c Merge pull request #1162 from xaqq/encode_decode | | | fbdc5aa Add const qualifier to source parameters in zmq_z85_decode and zmq_z85_encode | | | fadb2a3 Merge pull request #1161 from hurtonm/master | | | a54d8d7 Reset metadata for outbound messages | | | 25de6a0 Merge pull request #1159 from kreuzberger/master | | | 212220d Bugfix wrong CMakeLists.txt after rename of file | | | ea719a8 Merge pull request #1151 from hintjens/master | | | f20b70b Cleaned up test_xpub_nodrop | | | a7fed98 Minor changes to Travis CI script | | | 785aebc Reworking Travis script | | | 75d4f50 Problem: ZMQ_CURVE_SECRETKEY reads beyond end of Z85 data | | | 0dcf6b5 Added AppDynamics as corporate author | | | 2c5baff Note that ZMQ_TCP_ACCEPT_FILTER is deprecated | | | acc4fe8 Merge pull request #1158 from hurtonm/master | | | 2145539 Return -1 when failed to publish message | | | 228426a Code cleanup | | | bb6d18d Merge pull request #1156 from kreuzberger/master | | | f042ea9 better naming of flags and variables to real functionality: nodrop | | | d9a3cc4 do not silently drop messages in publisher if hwm is reached | | | 446e8ef Merge pull request #1155 from mrvn/pull-document_hwm_behaviour_with_ZMQ_ROUTER_MANDATORY | | | da6cf63 Document altered HWM behaviour when ZMQ_ROUTER_MANDATORY is set. | | | bbbe8d7 Merge pull request #1154 from mrvn/pull-test_router_mandatory_hwm | | | 893995e Add test for HWM behaviour for mandatory ROUTER sockets over tcp | | | 0f780ef Merge pull request #1152 from drodri/task/cmake_structure | | | 6537e20 moved root CMakeLists.txt tests config to tests/CMakeLists.txt | | | 0c4ee0a Merge pull request #1147 from rodgert/master | | | 03f097a Update zmq_msg_get(ZMQ_SHARED) to return true for type_cmsg messages | | | 416ee8e Merge pull request #1146 from minrk/utf8-metadata | | | 10a2e6c Merge pull request #1145 from pijyoi/master | | | 4406329 define encoding for message metadata to be UTF8 | | | 6bcced7 use enum retired_fd instead of -1 | | | ac99d50 Merge pull request #1142 from hintjens/master | | | cdbe557 Problem: does not install man pages correctly when out of tree | | | 817912d Merge pull request #1139 from ewen-naos-nz/zos | | | 326dec0 z/OS: Updated portability notes | | | f1cd205 z/OS: chmod +x builds/zos/{cxxall,runtests} | | | 256c32d z/OS: builds/zos/platform.hpp for libzmq 4.1.0 | | | 501666d z/OS: Skip pthread_{get,set}schedparam | | | b27baff z/OS: Autodetect tests to run | | | 9d4f719 z/OS: Update build defines: | | | 829b1bb Include testutil.hpp if using SETTLE_TIME | | | 217e0ae Remove "const" from std::map key | | | 6b21b1e z/OS: Avoid removing libzmq.pc.in in makeclean | | | 5cab63e z/OS: Transferrring from GitHub to z/OS UNIX | | | f8ec9b5 z/OS: Make builds/zos scripts executable | | | 57a70d5 Merge pull request #1138 from ewen-naos-nz/zos | | | 0af693c z/OS: Loop on EAGAIN on close() in ~signaler | | | fc80e8c z/OS: signal(SIGPIPE, SIG_IGN) for tests | | | 19808ff z/OS: Documented SIGPIPE considerations | | | 070fcd4 Merge pull request #1137 from evoskuil/master | | | f96ebba Add socks files to VS2010 builds, update VS2012/2010 filters. | | | 126b9d3 Remove libsodium VS import props crypt32.lib dependency. | | | 0efd8d9 Update VS filters for socks additions. | | | b0103de Merge pull request #1136 from ewen-naos-nz/zos | | | f72f4b2 Extend z/OS UNIX port to allow building DLL | | | 6e0c1c0 builds/zos/* portability files to z/OS UNIX | | | 81b9f21 Merge pull request #1132 from rodgert/master | | | 82282d6 Added test and doc section for ZMQ_SHARED message flag | | | d4d65da Merge pull request #1131 from rodgert/master | | | 3497244 Added ZMQ_SHARED message option to zmq_msg_get() | | | 5dc4066 Merge pull request #1130 from trevorbernard/master | | | a62e6f4 Add Docker support | | | d846fbf Merge pull request #1127 from twhittock/utils-eol | | | 6099acd Ensure EOL is present at end of utils file. | | | 428cf02 Merge pull request #1125 from hurtonm/master | | | 816299f Code cleanup | | | bf74c0c Merge pull request #1124 from ricnewton/master | | | 31cff7c Add test for unbinding inproc socket. | | | 3c61407 Merge branch 'master' of https://github.com/zeromq/libzmq | | | e71ebbb Merge pull request #1123 from hurtonm/master | | | 54e0fde Resolve issue #949 | | | 36d529c Merge pull request #1122 from twhittock/win-errhandle | | | 993cb32 Windows: if WSA error number is held, use directly. It must be done this way, as WSAGetLastError returns 0 in these circumstances | | | 660bf43 Merge pull request #1121 from twhittock/master | | | cb2582b vs2012: Add missing socks files | | | 1353d28 Merge pull request #1120 from hurtonm/master | | | ccfbaea Don't delay reception of signal | | | 3696d0d Merge pull request #1119 from mosconi/master | | | 4ae4896 duplicated type definitions when using CMAKE | | | 3a16b0b Merge remote-tracking branch 'upstream/master' | | | 51b3fad Fix to build on OpenBSD | | | e6b7c7a Merge pull request #1118 from guidefloripa/master | | | 9c42d28 Add static compilation on CMake | | | 13ed711 Merge pull request #1117 from jlauenercern/master | | | 219310b Thread scheduling parameters: Use ZMQ context options instead of environment variables. | | | 00fe56c Merge pull request #1115 from hurtonm/master | | | bbf5971 Merge pull request #1112 from hintjens/master | | | 079ff8b Code cleanup | | | fa3ae97 Merge pull request #1114 from PalmStoneGames/master | | | a9cb902 Add missing socks files | | | 1b9f67c Merge pull request #1113 from fichtner/socks_include | | | f1207e6 socks: fix build on FreeBSD | | | 39f2e8f Problem: missing stdlib.h include in curve_keygen.cpp | | | a087ce5 Problem: two header files for a single library | | | 7e8dd46 Merge pull request #1111 from hintjens/master | | | dd05a64 Problem: zmq_msg_gets did not set errno on unknown properties | | | 3b505f1 Merge pull request #1110 from hintjens/master | | | 6e91330 Added clarifying comment | | | 58c067f Revert "Problem: tcp_address.cpp allowed [ and ] around address" | | | 47c7962 Merge pull request #1109 from hintjens/master | | | ce8fbb2 Problem: zmq_connect doesn't return EINVAL on invalid endpoint | | | 2524e26 Code cleanups | | | 859b43f Merge pull request #1107 from jlauenercern/master | | | 112ef6f Allow change of pthread priority | | | 64513d8 Merge pull request #1106 from hintjens/master | | | 78a7b46 Problem: tcp_address.cpp allowed [ and ] around address | | | deaad00 Problem: zmq_connect() does not validate TCP addresses | | | 4078433 Merge pull request #1105 from hintjens/master | | | 18d2225 Fixed typo in doc example | | | 1f063dc Merge pull request #1103 from ricnewton/master | | | 61c2a7d Merge pull request #1104 from tristianc/master | | | fe2532e Merge branch 'master' of https://github.com/zeromq/libzmq | | | 82be399 Merge pull request #1097 from hintjens/master | | | 369725a Fix windows build | | | de3832d Merge pull request #1101 from hurtonm/master | | | b73d1c8 Fix memory leak in socks connecter | | | 79d578e Merge pull request #1100 from hurtonm/master | | | f06ca69 Add support for SOCKS proxies | | | 883e95b Merge pull request #1099 from chrox/master | | | bdf6427 Fixed build with arm-linux-androideabi toolchain | | | 8b80197 Merge pull request #1098 from mgatny/add_gssapi_documentation | | | 0a4123f Add documentation for GSSAPI options. | | | 36db9c0 Fixed compile error if Kerberos installed | | | 7242cdf Trivial whitespace fixup | | | f11d673 Problem: need way to probe library capabilities | | | 27547bc Problem: when libgssapi isn't available, GSSAPI options 'seem' to work | | | cac5e74 Merge pull request #1096 from hintjens/master | | | 1beb54c Added militant API checking on zmq_getsockopt | | | d066746 Fixed build: malformed only defined when needed. | | | b4ed3f5 Problem: API violations are treated as recoverable errors | | | 232e6ff Merge branch 'master' of https://github.com/tristianc/libzmq | | | 1d236d8 Merge pull request #1090 from hintjens/master | | | 373d688 Merge pull request #1093 from hurtonm/master | | | b62d1c7 Code cleanup | | | 188f786 Fixed testcase for ZMQ_MAX_SOCKETS | | | 39455c2 Problem: zmq_ctx_get (ZMQ_MAX_SOCKETS) returns gibberish | | | 8d7b64d Added packaged files and binary to RPM spec | | | 3aec42e Merge pull request #1089 from jkryl/master | | | cc4c37d program dumps core when getpeername() returns EINVAL (#1085) | | | c973c98 Merge pull request #1088 from olafmandel/WSAENOTSOCK | | | ab5775f Fix failed assertion for WSAENOTSOCK | | | 668b2c4 Merge pull request #1083 from hurtonm/master | | | 706eb4d Code cleanup | | | 8c61629 Merge pull request #1082 from dmeehan1968/exclude-test-abstract-ipc-non-linux | | | a1f8737 Exclude test_abstract_ipc from non-Linux builds | | | 34e8f3c Merge pull request #1080 from tberkey/master | | | fae07d9 Merge pull request #1079 from evoskuil/master | | | 10e5277 Update NuGet template to incorporate platform.hpp from relative dir. | | | 455bba6 Refresh VS 2010/2012 projects with recent VS2013 updates. | | | c23420c Merge pull request #1078 from mkluwe/handle-WSAEADDRINUSE | | | fa95d0b removed whitespace | | | 5154c54 handle WSAEADDRINUSE in tcp_connecter_t::connect | | | ff6b684 Merge pull request #1076 from dmeehan1968/msvc-platform-hpp-no-copy | | | d775b45 Modified remote_thr project to not copy platform.hpp | | | 66ebe31 Modified remote_lat project to not copy platform.hpp | | | dd95eb9 Modified local_thr project to not copy platform.hpp | | | 06e67ff Modified local_lat project to not copy platform.hpp | | | 7b50270 Modified inproc_thr project to not copy platform.hpp | | | f547885 Modified inproc_lat project to not copy platform.hpp | | | 649f4b0 Modified libzmq project to not copy platform.hpp | | | d0371dc Merge pull request #1075 from dmeehan1968/perf-platform-hpp-restore | | | 87ce17e Restore unpathed references to platform.hpp for cmake builds | | | 14afbf9 Merge pull request #1074 from dmeehan1968/ignore-suo-in-subfolders | | | 79575b0 Exclude MSVC SUO files regardless of where they are in the builds/msvc folder | | | 78ada21 Merge pull request #1073 from evoskuil/master | | | f1111ce VS set switch /Z7 in debug static (DebugLIB/DebugLTCG) base props. | | | cbad7de Whitespace in VS projects. | | | 4b543e2 Merge pull request #1072 from olafmandel/issue_1071 | | | de9eef3 Extend zmq::wsa_error_to_errno() | | | ad98388 Merge pull request #1069 from evoskuil/master | | | 920371e Corrected installer source path for VS pdb debug symbols file. Removed prefix path to platform.h | | | 8e7a8a4 Merge pull request #1070 from ricnewton/master | | | c9e86ac Set up hwm's before we connect the other end of the pipe in ctx_t::connect_inproc_sockets | | | 6af46c3 Update VS import props to allow delinking by dependent projects. | | | 4a02604 Reset PDB out path change in base VS props. | | | 764a349 Merge pull request #1067 from hintjens/master | | | ff07d85 Problem: email addresses in AUTHORS harvested for spam | | | b42b9c9 Merge pull request #1066 from hurtonm/master | | | f447386 Style fixes | | | c6e38ec Merge pull request #1064 from evoskuil/master | | | 77f50f9 Merge pull request #1061 from dmeehan1968/fix-perf-platform-hpp-windows | | | 451c94a Fix for perf/platform.hpp not being cleaned up by distclean | | | b118acb Merge pull request #1059 from dmeehan1968/msvc-pdb-output | | | ed49057 Added ProgramDataBaseFile directive so that .pdb file goes into same directory as the .lib so that debug builds can find it | | | d456e70 cosmetic msvc xml fix | | | cfc754f Merge pull request #1020 from jemc/inproc_simult | | | ac244b4 Merge pull request #1057 from hurtonm/master | | | dd2be38 Add const qualifier to register_endpoint param | | | 8b47d36 Revert "Mark failing test for issue #1015 as XFAIL" | | | 99dba23 Merge pull request #1055 from hurtonm/master | | | 3901d94 Fix race condition in connecting inproc sockets | | | 313b2ec Merge pull request #1054 from evoskuil/master | | | 77514e0 Merge pull request #1053 from hurtonm/master | | | 414fc86 Code cleanup | | | be99f06 Update NuGet packaging. | | | c0c89a3 Update VS version resource and package version. | | | 51c1a1c Generalize dependency reference in GSL config/script. | | | 0c60256 Revert change to VS props references because of VS UI limitation. | | | 96501d7 Merge pull request #1051 from hurtonm/master | | | 5f4145e Small code cleanup | | | 6bdedcb Merge pull request #1049 from hintjens/master | | | 4b67919 Minor trim of man page title | | | 11175a3 Problem: security tests block on zmq_send | | | a1fbd97 Merge pull request #1048 from hurtonm/master | | | 32b3daa PLAIN: Small simplification | | | 155fecc Merge pull request #1047 from mrvn/pull-testutil-expect_bounce_fail-send-timeout | | | 11357df Merge pull request #1046 from mrvn/pull-testutil-set-alarm | | | 2ba5af6 Set an alarm(60) in setup_test_environment() when not on windows so tests will not block too long if they go wrong. | | | 0ebf94e Add a send timeout in expect_bounce_fail() so tests for authentication failures don't block. | | | 77f5f7a Merge pull request #1043 from hurtonm/dont_reconnect_on_protocol_errors | | | de639c3 Merge pull request #1042 from hurtonm/master | | | 045dab9 Merge pull request #1037 from hintjens/master | | | 9a53f33 Don't reconnect on protocol errors | | | ed076d4 Fix bug in reporting protocol errors | | | bac001c Merge pull request #1041 from hurtonm/master | | | 7d3fa3a Tell the session why the engine has stopped | | | a9a15cc Use different endpoint for each test step | | | aad54b2 Whitespace fixes | | | a178097 Problem: artificial restriction on binary identities | | | adddda1 Merge pull request #1038 from hurtonm/master | | | bd73119 CURVE: Implement server-side ERROR handling | | | 4f571ed Merge pull request #1036 from hurtonm/master | | | 0750303 CURVE: Implement client-side ERROR handling | | | 0975be6 Merge pull request #1035 from hurtonm/master | | | 410f891 Prefix error-reason with length in ERROR command | | | 6dbc705 Merge pull request #1034 from hurtonm/master | | | dd6a4fe NULL: Correct ERROR command format | | | 2ff098f Merge pull request #1033 from hurtonm/master | | | 164ff4b Remove debugging output | | | 57546f4 PLAIN: Implement ERROR handling in server | | | 8651b55 PLAIN: Fix parsing of ERROR command | | | 3338c76 Merge pull request #1032 from hurtonm/master | | | 6b85137 PLAIN: Implement ERROR handling in client | | | 8c4e049 Merge pull request #1031 from sdrsdr/identity_fd | | | 14e8e8a Merge branch 'master' of https://github.com/zeromq/libzmq into identity_fd | | | 6f5e771 test case for zmq_getsockopt/ZMQ_IDENTITY_FD | | | c6dec22 Merge pull request #1030 from evoskuil/master | | | 3aa6c1e Optimize VS projects and common props. | | | 7e7508a Harden MSBUILD base script against various VS installations. | | | 09b17c1 Merge pull request #1029 from olafmandel/master | | | c5cca55 Update build files to include metadata | | | d58dfa4 Update build files after plain_mechanism split | | | ec0094c Merge pull request #1027 from evoskuil/master | | | bf16902 Batched VS builds. | | | 5ab44f4 Ignore error on concurrent file copy in parallel VS builds. | | | 249a59a Updated libsodium imports. | | | dde45a9 Merge pull request #1026 from sdrsdr/identity_fd | | | 1d5bc80 Merge pull request #1025 from ricnewton/master | | | 3d05df9 Merge remote-tracking branch 'upstr/master' into identity_fd | | | a16d3db docu | | | 3f479f5 Merge pull request #1024 from sdrsdr/identity_fd | | | 1c4cea6 Update cmake for split of plain_mechanism | | | 8fcefed patch cleanup | | | d5991d6 merge to upstream | | | 098d01b Merge pull request #1023 from hurtonm/master | | | 22d6a97 Split plain_mechanism into client and server part | | | 17cb14f Merge pull request #1022 from danielhtshih/master | | | 70b6516 add untracked test_stream_timeout into .gitignore and tests/Makefile.am | | | acb71e0 store also here! | | | b6c577a Mark failing test for issue #1015 as XFAIL | | | 5cf74db Add failing test reproducing issue #1015. | | | 7ec7f70 Merge pull request #1019 from willstrang/master | | | afe5fd8 Issue #1017: add ZMQ_HANDSHAKE_IVL time limit on connection handshake | | | 1cf12ee Merge pull request #1018 from soundart/master | | | b846f30 ws | | | 8962b7d removed return code check for now, got -1 in test_security_curve. | | | 05ab9a8 find libsodium with cmake | | | 2cdfa1f initialize libsodium and tweetnacl | | | ba22eff Merge pull request #1016 from hurtonm/master | | | 934560b NULL: Implement ERROR handling | | | 61d4115 Merge pull request #1014 from evoskuil/master | | | 4e5921b Update VS 2008/10/12/13 file distribution. | | | 033040f Integrate GSSAPI option in VS UI options and props. | | | 17735a4 Rename VS version resource file. | | | b0b6dd4 Consolidate VS props to shared location. | | | 4d640fe Merge pull request #1012 from hurtonm/master | | | 43d8252 Update gssapi mechanism | | | 0be8144 Update mechanism API so we can check for ERROR status | | | 8672f30 Merge pull request #1011 from fichtner/abstract_freebsd_again | | | fff29a4 ipc: fail harder for abstract ipc on non-Linux | | | b745455 Merge pull request #1010 from fichtner/abstract_freebsd | | | 69bd470 tests: fix abstract ipc test by omitting slashes | | | 4c4ca1f Merge pull request #1009 from fichtner/gss_freebsd | | | 8c09ae6 gssapi: RFC 2744 mandates GSS_C_NT_HOSTBASED_SERVICE | | | 40cbbe3 Merge pull request #1008 from hurtonm/master | | | dcd1f20 Minor renaming | | | 2c786a2 Merge pull request #1007 from tSed/sma/fork-fix | | | d178c71 cmake: fix indentation | | | c83d4e0 cmake: tests: disable test_fork if fork() is not available | | | 6fdafc4 autotools: tests: disable test_fork if fork() is not available | | | 87a08e1 Merge pull request #1006 from hurtonm/master | | | f2807d1 Remove i_properties interface | | | c5cd92d Merge pull request #1005 from ricnewton/master | | | 2f08477 Initialise _has_src_addr variable, fixes hang on Windows. | | | f21116b Merge pull request #1003 from hintjens/master | | | b064743 ZAP vs. ZMTP metadata priority fixed | | | c01365d Fixed man page example | | | bd4a76c Problem: GSSAPI server doesn't parse ZAP user id | | | 0d13971 Fixed compile error in test_security_null | | | 84ed81c Added test_metadata | | | dd6c752 Merge pull request #1001 from hintjens/master | | | ded0017 Revert "Add code to investigate data race" | | | d190325 Revert "Enlarge the race window for some test cases" | | | 0bc669b Merge pull request #1000 from daveab/feature/divide_by_zero_investigation | | | 2a84d25 Enlarge the race window for some test cases | | | 5e0facd Add code to investigate data race | | | 2db7cdc Merge pull request #999 from hurtonm/master | | | 8d82cc2 Include ZMTP properties in message metadata | | | 55c0692 Merge pull request #998 from hurtonm/master | | | e95b477 Don't add empty metadata to received messages | | | f721a7a Merge pull request #997 from soundart/master | | | 351c845 Merge branch 'master' of github.com:soundart/libzmq | | | 551bcda add metadata | | | 01afdf8 no tweetnacl for windows currently | | | 63cc250 typo | | | e5a294e tweetnacl integration | | | 49f18d5 Merge pull request #996 from hurtonm/master | | | b9c2748 Add metadata to received messages | | | 62bb403 Merge pull request #995 from hintjens/master | | | cac0f98 Problem: generates incompatible libzmq.so.3.1.0 | | | 79ef025 Port 9999 is unsafe for tests | | | fe3e8c5 linking fd to pipe identity via socket option | | | 408dea7 Merge pull request #993 from klnikita/src_addr_connect | | | acb6807 Allow to set up a source address and port for outgoing tcp connections in zmq_connect() | | | 69d27b3 Merge pull request #992 from hurtonm/master | | | 19c62b9 Define i_properties interface | | | ddde62a Merge pull request #991 from hurtonm/master | | | f81a130 Update function prototype for zmq_msg_gets () | | | c24b457 Merge pull request #988 from hurtonm/master | | | 724b2bb Add pointer to properties into message structure | | | 26bf749 Merge pull request #987 from hintjens/master | | | 39ccfea Added more scaffolding for security | | | d1232d1 Fixed NULL security test | | | c6f8093 Added zmq_ctx_shutdown to Makefile | | | 4307641 Merge pull request #986 from evoskuil/master | | | c1ac534 Change OpenEvent to OpenEventW (Windows builds Unicode only). | | | 2d6f5b0 Merge pull request #985 from hintjens/master | | | 9753de8 Problem: zmq_socket_monitor code is dirty | | | 97935c5 Added link to zmq_msg_gets | | | 50afebe Merge pull request #984 from ricnewton/master | | | bbaa85e Fix windows non-unicode build | | | cb0e8f1 Merge pull request #983 from pijyoi/master | | | d4c5dc9 update ZMQ_STREAM docs about connection notification | | | 2b9a5e4 Uupdate GSL referenece in packaging script. | | | 763bf34 Merge pull request #981 from evoskuil/master | | | e97bed3 Add gssapi files to msvc project. | | | ca29709 Change TCHAR to Unicode, use safe swprintf to remove warning. | | | e37c206 Merge pull request #980 from claws/fix_build_issue_when_missing_gssapi | | | 7abf256 fixes for gssapi build issue | | | 09647fa src/gssapi_client.cpp | | | dd64f64 Merge pull request #978 from connamara/gssapi | | | d1334d9 using latest copyright header | | | 634c8ab encrypt option on gss ready | | | 27591d2 ZMQ_GSSAPI_PLAINTEXT option for disabling encryption | | | 18da8a7 encode and decode ready message | | | 2e1645a principle->principal | | | 87834dd fixed up comments from pr | | | 5441db3 configurable principle and service principle (for client) | | | 4e6880e gss mech sends principle as part of zap request | | | be62be0 gss encode/decode 'more' flag | | | 778c72b :fixed client state transition bug | | | 04db842 added ready for meta data exchange at end of gss handshake | | | 761508b Added comments to methods. | | | 3c414c4 GSSAPI mechanism now fully working with encryption | | | eb28625 Methods to send/recv gssapi-wrapped messages | | | 1445516 Establishing GSSAPI sec context is working now | | | 6290ba1 Added gss produce/process routines. | | | c00b8c3 Refactored common impl into gssapi_mechanism_base. | | | a4a0dc6 Split up gssapi mechanism into client and server. | | | abcb224 stubbed in TOKEN command | | | 4b1c851 Stubbed in gssapi security mechanism. | | | d1bdd45 Merge pull request #975 from evoskuil/master | | | 1ee980c Update filter file tool versions. | | | 5a76db6 Merge branch 'zeromq/master' | | | d03a1b0 Fix platform tools versioning on project files. | | | bd45b74 Remove versioning from VS .props files. | | | cfe2036 Merge pull request #974 from xantares/master | | | ce4c4f2 Fixed mingw poll detection | | | 98a6471 Merge pull request #973 from HughPowell/master | | | 213d111 Reference default locations for libsodium for VS2010 | | | 6cb742c Change ToolsVersion to 4.0 for VS2010 | | | 6409c0e Merge pull request #972 from mditzel/master | | | 802d1bc Fix issue #971 | | | 91e77e6 Fix issue #969 | | | d40580c Merge pull request #970 from mditzel/master | | | 52cfab3 Merge pull request #968 from hintjens/master | | | 407b7fb Removed duplicate zmq_z85_* methods from zmq.h | | | b9823a1 Merge pull request #965 from evoskuil/master | | | 51be440 Update VS build configurations. | | | f9ef2dd Merge pull request #964 from evoskuil/master | | | c392c26 Merge branch 'evoskuil/master' | | | 34f4851 Incorporate libsodium option and linkage, generalize, update packaging. | | | dd227d7 Merge pull request #961 from evoskuil/master | | | f01b48c Update packaging metadata. | | | 28c074e Merge pull request #960 from evoskuil/master | | | b7675ea Update packaging metadata. | | | 69fa001 Merge branch 'evoskuil/master' | | | e01801f Rationalize and update Visual Studio projects and packaging. | | | 8fcda0d Cleaned up XFAIL on resources | | | 84bf625 Merge pull request #959 from evoskuil/master | | | cbbfa14 Merge branch 'zeromq/master' | | | 5d0701d Add executable projects to VS2013 solution. | | | 2ad6469 Modify MSVC link incremental setting for deconfliction with LTCG flag. | | | c1f7e1f Merge pull request #958 from hurtonm/master | | | a53d703 Resolve issue #939 | | | 7140bf0 Merge pull request #957 from jkryl/master | | | 48b37f2 sockets created by accept are leaked to child processes (ticket #956) | | | 55bde2a Merge pull request #952 from evoskuil/master | | | 2e802a4 Change NuGet package id. | | | 441fdd7 Typo. | | | ee69fa5 In nuget package copy copied DLLs to bin with linked name. | | | c044f73 Add nuget package generation and GUI selection of OpenPGM option. | | | f3c156b Merge branch 'zeromq/master' | | | 86ef40d Reorganize and clean up visual studio build configurations. | | | 29586d3 Merge pull request #950 from phreed/master | | | 91c409f updated with better owner, author and copyright information | | | 394e4c6 corrected some issues with the autopkg, include the dll | | | af5b960 added files to assist in building nuget packages | | | 5a3b633 cmake: correct find function | | | b04abfa cmake: use FindSodium module | | | 4706a18 Merge pull request #945 from twwlogin/patch-2 | | | 20f22e0 Merge pull request #944 from twwlogin/patch-1 | | | b7a663f Allow iov_base as char * on Solaris 8/9/10. | | | 9051456 Include zmq.h after platform.hpp | | | c217ab7 Merge pull request #941 from veegee/master | | | 89cbd3d Fix building on MinGW64 Windows | | | faacb14 Merge pull request #938 from bebopagogo/master | | | 8116fe5 Merge pull request #937 from snikulov/fix_dll_out_path | | | cd9755e removed norm_engine dependency on deprecated encoder_base::has_data() method | | | 0a97e05 removed dependency on deprecated encoder_base::has_data() method | | | 58a1430 fixed msvc dll output path | | | 65dcd79 Merge pull request #936 from soundart/master | | | 8edc80f cmake: fix fragile code related to HAVE_FORK macro | | | 59b20e7 Merge pull request #934 from evoskuil/master | | | 8782484 Visual Studio 2013 build updates. | | | a57cf19 Merge pull request #933 from soundart/master | | | 9dc890c fix test_fork | | | 65c0ed4 Merge pull request #932 from ricnewton/master | | | b31ea51 Merge pull request #931 from Dahko/patch-1 | | | f5eebc2 Remove delays and destroy/recreate context between tests | | | 6a627ac Fixed wrong assert in zmq_recv | | | 5ced51b Merge pull request #930 from ricnewton/master | | | e27a610 Fix tabs | | | 26dc643 Add delays in test_connect_rid to allow time for socket to close before address reuse. | | | 18e885b Add vs2013 solution and build for (v120) of libzmq project. | | | be6763e Merge pull request #928 from bebopagogo/master | | | e9523a9 Merge pull request #927 from ricnewton/master | | | 43071bc fixed another missed norm_engine issue for non-norm build | | | 5bd5188 Fix tabs | | | 7cead2b Fix travis build. | | | a4b0e93 Fix travis build. | | | 05229ea Fix cmake build on windows. | | | 0e0c46a Merge pull request #926 from bebopagogo/master | | | d3e0be1 added uncommitted norm_engine changes | | | 0514aa5 Merge pull request #925 from hintjens/master | | | b433adf Fixed comment | | | 74d344c Merge pull request #924 from bebopagogo/master | | | 33f22d0 added norm_engine | | | c91a638 added norm_engine | | | 72c02b1 Merge pull request #923 from hintjens/master | | | b1e74f7 Revert "Fixed potential SEGFAULT." | | | a5e397a Merge pull request #922 from horus42/master | | | 03a3dd2 Merge remote-tracking branch 'upstream/master' | | | 79b81f4 Fixed potential SEGFAULT. | | | 49e035f Merge pull request #921 from mbarbisan/master | | | 350a1ac Allow TCP addresses to be re-resolved whenever there is a reconnection attempt | | | 4e5f866 Merge pull request #920 from mbarbisan/master | | | 52db50f Add the tag name to the zmq_pollitem_t struct to allow easier forward declaration | | | e224be2 Merge pull request #914 from drewcrawford/issue_912 | | | 6009e2c Libsodium is now required if and only if --with-libsodium is used | | | b63c5e5 Merge pull request #911 from KennethWilke/master | | | 2bcf860 Minor change to zmq_curve_keypair doc | | | bf08114 Merge pull request #910 from hintjens/master | | | 305a144 Added scaffolding for zmq_msg_gets | | | 8de07ad Merge pull request #906 from olafmandel/fix_msvc8_build | | | e7a0c54 Fix MSVC8 build | | | b008a34 Merge pull request #905 from guruofquality/missing_librt | | | 2bc3c82 add linking to librt under cmake build - fixes missing symbol | | | 176d2c8 Merge pull request #904 from olafmandel/zmq-socket.man | | | 45dfbc5 Fix zmq_socket example in documentation | | | 8b7ac4f Merge pull request #902 from pavel-pimenov/fix-pvs-studio-v547 | | | acfbfe5 Fix build with ZMQ_HAVE_WINDOWS (typedef UINT_PTR fd_t; -> unsigned type) V547 Expression 'file_desc >= 0' is always true. Unsigned type value is always >= 0. socket_base.cpp 845 V547 Expression 'file_desc >= 0' is always true. Unsigned type value is always >= 0. socket_base.cpp 863 V547 Expression 'file_desc >= 0' is always true. Unsigned type value is always >= 0. socket_base.cpp 897 http://www.viva64.com/en/d/0137/print/ | | | 88ed56f Merge pull request #901 from pijyoi/master | | | acf0949 workaround missing Mstcpip.h in mingw32 | | | 3b8254d Merge pull request #900 from pijyoi/master | | | 9d3d9d6 fix: win32 tcp_keepalive gets set even when option is -1 | | | 1879b8b Merge pull request #899 from olafmandel/duplicate_poller_detect | | | 48b50ce Remove duplicate poller decision making | | | f789177 Merge pull request #898 from hintjens/master | | | 8cca473 Added temporary CURVE debugging support | | | 0be4a92 Merge pull request #895 from olafmandel/LIBZMQ_CHECK_POLLER | | | a838b38 Merge pull request #894 from olafmandel/Cygwin_gitignore | | | d9d73e4 Clarify configure messages for --with-poller=... | | | f1ba66a Update .gitignore to exclude *.exe under Cygwin | | | ba5fcc9 Merge pull request #892 from olafmandel/ZMQ_SOCKET_LIMIT | | | e41c8cb Rename ZMQ_MAX_SOCKETS_MAX to ZMQ_SOCKET_LIMIT | | | 1e9ea54 Merge pull request #889 from olafmandel/MAX_SOCKETS_MAX | | | af42d43 Merge pull request #890 from brunoqc/880 | | | a6e05ad Merge pull request #891 from lalebarde/master | | | 3fb800c fix revert | | | abf9d8b Revert "add a proxy hook" | | | bc25366 Revert "add proxy_chain, a multi proxies chaining in the same thread feature" | | | e8a13c4 Fix a strict-aliasing with type-punning | | | 5815b76 Add ZMQ_MAX_SOCKETS_MAX to zmq_ctx_get() | | | b54a168 Merge pull request #884 from guruofquality/cmake_fixes | | | c7ffef3 Merge pull request #886 from guruofquality/auto_fixes | | | 1737520 Merge pull request #887 from ricnewton/master | | | 12442a3 Bind pending connections on terminate outside lock. | | | 668c42f Fix hang on term when inproc is connected but never bound. | | | a5741ea fix autotools out of tree build link issue on linux | | | b1471da fix libzmq.pc generation under cmake | | | 6150812 Merge pull request #881 from hintjens/master | | | ab9349d Revert "Fix potential memory leak" | | | e376ad2 Merge pull request #876 from hurtonm/master | | | a094078 Fix identity handling for inproc transport | | | 8cda54c Merge pull request #874 from gyulalaszlo/cmake-switchable-tests | | | 7a86b39 Added ZMQ_BUILD_TESTS to CMakeLists.txt to allow turning off tests. Useful when building ZMQ as a git submodule. | | | 5a47fc4 Merge pull request #871 from apyrgio/develop | | | 50d34e5 Fix potential memory leak | | | e6ef16d Fix potential segmentation fault | | | 0ac223c Merge pull request #870 from hintjens/master | | | 4f56631 Fixed issue #868 | | | 45b593e Whitespace fix | | | 40d7ca6 Whitespace cleanups | | | 1fe82ae Merge pull request #866 from hintjens/master | | | bb81b1e Fixed issue #865 - validation on ZMQ_TCP_KEEPALIVE | | | 365b7b8 Merge pull request #864 from ricnewton/master | | | 0b9a9f7 Fix cmake build | | | 6cd8693 Merge pull request #863 from hintjens/master | | | 046e37e Test for 127.0.0.1 at tests startup | | | de96d65 Merge pull request #862 from hintjens/master | | | fa31840 Fixed man page for zmq_proxy_hook | | | e45fddc Merge pull request #861 from pavel-pimenov/master | | | 5dd82a6 [libzmq] const string p -> const string& p (#860) | | | e436073 Merge pull request #858 from lalebarde/master | | | bc7441f add proxy_chain, a multi proxies chaining in the same thread feature | | | fcd9b95 Merge pull request #855 from hintjens/master | | | b1aba5d Fixed example for zmq_msg_copy | | | 62ac5bb Fixed type for ZMQ_RCVMORE getsockopt example | | | 188e99c Merge pull request #854 from lalebarde/master | | | 9ae6a91 add a proxy hook | | | a706551 Merge pull request #852 from hintjens/master | | | 9c228e9 Fixes to test cases | | | 8fea78b Merge pull request #849 from pijyoi/master | | | e71dfd1 typo fix: RECVHWM -> RCVHWM | | | 9c6aa1e Merge pull request #848 from Prarrot/master | | | 188e76a Added asserts on socket close in test_conenct_rid. | | | 515af9b Added assert on duplicate id in ROUTER and STREAM sockets. Updated man to reflect this change. Modified test case to match. | | | 141e1b5 Cleaned up formatting of test_connect_rid. Set LINGER to 0 on sockets. This may address the test failing on some devices. | | | 14c6cba Merge pull request #846 from lalebarde/master | | | 6602470 Merge pull request #847 from Prarrot/master | | | 2d6d8af added space at end of file | | | 2b0fe6d Updated AUTHORS | | | 7279429 tabs to spaces | | | de11642 added test_connect_rid file and added to CMakeLists again. | | | 5bc6737 factorize code in proxy | | | 0e94ddf Merge pull request #842 from ipechorin/master | | | ebb51d7 Fix CMake tests - delete non-existing test_connect_rid | | | 1d7a07d Fix compilation of tests on MSVC 2008 | | | aaeae8d Merge pull request #841 from Prarrot/master | | | 3fbc10e Updated man entries, and added behavior in case the user duplicates peer ids. In this case the socket reverts to default behavior. | | | 1d9b76c Added test for ZMQ_CONNECT_RID | | | 2f36f65 Fixed duplicate variable declaration. | | | 2f85447 Merge pull request #839 from hintjens/master | | | 50bd28c Cleaned up option to force identity on outgoing connection | | | 5f07d10 Merge pull request #838 from Prarrot/master | | | cedca84 Merge pull request #837 from arsenm/master | | | b1920bd Fixed compile issue with missing member of socket_base. Changed ZMQ_NEXT_IDENTITY to ZMQ_NEXT_CONNECT_PEER_ID. | | | 00aeadd Fix unused parameter and variable warnings. | | | 5a230f7 Fix cmake configure error from deleted test. | | | d82389a Merge pull request #834 from Prarrot/master | | | a66c47f Merge pull request #833 from mrvn/pull_store-fd-on-connect | | | d13b74e Merge pull request #832 from mrvn/pull_stream-connect-notification | | | f13512a fixed define value in header | | | 5d4860e Both STREAM and ROUTER sockets suffer from a naming problem on outbound connections. While these connections can be created, they can't be immediately used. Traffic must be received before it can be sent. This prevents practical, minimal usage of STREAM or ROUTER as a true N fan in/out socket. | | | afb24b5 Add STREAM connect notification. Adjust test cases to connection notification. Increase error checking in test cases. | | | 92f8f24 Store socket FD after connect | | | 53d0199 Merge pull request #828 from snikulov/cmake_rc_merge_fix | | | f4a67b2 fixed cmake merge related to version.rc.in handling | | | 22655d0 Merge pull request #827 from EricMCornelius/master | | | 88a8be8 Update pipe.cpp | | | 589fa57 Corrects ypipe initialization when conflate is NOT enabled. | | | 526847b Merge pull request #825 from AndreLouisCaron/disconnect-notifications | | | f8300d1 Merge pull request #824 from AndreLouisCaron/fix-cmake-build | | | 2101154 Fixes CMake build after ZAP test file was deleted. | | | 17651b9 Adds support for detecting ZMQ_STREAM disconnections. | | | f253fe5 Merge pull request #823 from ricnewton/master | | | bf06f3b Define NOMINMAN to fix windows build. | | | d981d01 Merge pull request #821 from davipt/master | | | d38a0c4 use version-script only for ELF linux | | | d765a0e Merge pull request #820 from jtanx/win32 | | | 5efee6e Fix compilation on MinGW-w64 | | | 676dada Merge pull request #819 from hurtonm/master | | | e46ec31 Implement socket_base_t::get_credential member function | | | 5c4f3cc Merge pull request #817 from Debian/symbols | | | ea54669 Merge pull request #818 from Debian/s390x | | | 245c75a Fix timestamp counter on s390/s390x | | | 27c0508 Only export zmq_* symbols | | | 6e1b1fe Merge pull request #816 from snikulov/fix_test_windows | | | bd2874a windows: changed tcp port from glrpc assigned to unassigned one | | | 2667115 Merge pull request #815 from snikulov/cmake_install_update | | | 1904f90 cmake: fixed error 'install TARGETS given no ARCHIVE DESTINATION for static library target' | | | ab07f72 Merge pull request #814 from hurtonm/master | | | 5d41d51 Replace assert with zmq_assert | | | 1014501 Merge pull request #813 from hurtonm/master | | | a80fb34 Fix some comments regarding method overriding | | | 60d6b89 Merge pull request #812 from hurtonm/master | | | d72ceb9 Make it explicit that the probe function doesn't modify passed message | | | 6292218 Merge pull request #810 from sradomski/master | | | 23ea1b2 typo in docs | | | 3aeaa6f ZMQ_SRCFD docs and tests | | | ecb9770 Merge pull request #809 from hurtonm/master | | | 96f5fdd Simplify ypipe_t and ypipe_base_t template parameters | | | c7e3efb Merge pull request #808 from sradomski/master | | | 823b7eb Removed dead code | | | f30fb85 Expose remote FD via zmq_msg_get(&msg, ZMQ_SRCFD) | | | 08d897b Merge pull request #804 from mattconnolly/master | | | 8c3e645 Update test_filter_ipc to not use abstract socket. | | | b5d2239 Merge pull request #803 from vortechs2000/fix-libzmq-576 | | | cd2827f Fix LIBZMQ-576 - Revert "Merge pull request #510 from miniway/master" | | | 2fa49e9 Merge pull request #800 from hintjens/master | | | b3b9e04 Updated copyright statements for 2014 | | | ff45caa Fixed copyrights on TIPC code | | | 5bf96f6 Removed ZMQ_ZAP_IPC_CREDS option | | | adf5b45 Reordered socket options | | | 3ad8c61 Whitespace fixes | | | 49a2902 Fixed issue #801 | | | 9d9592f Whitespace fixes | | | 384f852 Merge pull request #799 from lodagro/patch-1 | | | a5f4d82 fix doc typo | | | 5a0d212 Merge pull request #798 from pijyoi/master | | | 5fa3f0a doc bugfix: ZMQ_MSGMORE should be ZMQ_SNDMORE | | | b5aa2b0 Merge pull request #797 from agronholm/master | | | b554757 Fixed setting TCP keepalive parameters on Windows | | | 93e26ef Merge pull request #796 from hintjens/master | | | 311b6bf Test was sometimes failing | | | bf37023 Fixed wildcard IPC endpoint and added test case | | | 62f3fdf Fixed indentation | | | 32f3fb4 Merge pull request #794 from hintjens/master | | | 8ba1311 Fixed use of deprecated tempnam | | | cf69781 Added release notes for 4.0.3 | | | fc93902 Merge pull request #793 from minrk/test_resource | | | f4c5c9e add failing test for binding to resources | | | b459120 Merge pull request #791 from moteus/patch-1 | | | b7a2248 Update doc for zmq_proxy_steerable [ci skip] | | | 5401c35 Merge pull request #790 from trevorbernard/master | | | dc2ab43 Merge pull request #789 from trevorbernard/single-connect | | | dfcf295 Add tests/test_zap_ipc_creds to .gitignore | | | 754ae1b Add Trevor Bernard to AUTHORS | | | 10a6641 Fix issue #788 - Only allow a single connect per endpoint for SUB, REQ, and DEALER sockets | | | 02a8d1e Merge pull request #785 from pijyoi/mutex_signaler | | | e14c9bc Merge pull request #786 from algernon/hotfix/curve_keygen.cpp | | | b50ed02 tools/: Link curve_keygen with a c++ linker | | | 7f22995 use mutex implementation if fixed signaler_port!=5905 | | | b4395d1 Merge pull request #782 from hashstat/master | | | a018ef5 Add support for extending ZAP request address with IPC peer credentials. | | | 0f3703a Merge pull request #781 from hashstat/master | | | 56b1710 Merge branch 'master' of https://github.com/zeromq/libzmq | | | f0bd333 Move {SO,LOCAL}_PEERCRED checks to C++ context. | | | dc5528c Enable building IPC filtering with cmake. | | | 4a4db83 Merge pull request #780 from hashstat/master | | | dc9b130 Shortened ZMQ_IPC_ACCEPT_FILTER_[UGP]ID to ZMQ_IPC_FILTER_[UGP]ID. | | | 0a9a4fa Merge pull request #779 from hashstat/master | | | af80820 Fix failing test case in test_filter_ipc. | | | f5b6bd7 Merge pull request #775 from pijyoi/master | | | e48ca50 Merge pull request #774 from shubred1/master | | | b7de042 Merge pull request #773 from hashstat/master | | | fd8d6d4 use enum retired_fd instead of -1 | | | 2252322 Add IPC accept filter socket options. | | | 8662f44 Intial IPC accept filter support. | | | c7693be Updated documentation for zmq_disconnect() and zmq_setsockopt(). | | | a9492a0 Merge pull request #770 from hurtonm/master | | | 973d13d Code cleanup | | | 39e2b79 Merge pull request #768 from Talksum/master | | | ff292d6 changing zmq_proxy_steerable to not use null terminated strings | | | 0f6e737 Merge pull request #766 from hurtonm/master | | | cf14c54 Fix issue #763 | | | 243aba2 Merge pull request #765 from pijyoi/master | | | bd41087 make win32 signaler support ephemeral ports | | | a9eb6f7 Merge pull request #762 from ricnewton/master | | | abbe704 Fix windows build for type of service. | | | 3cddcba Merge pull request #761 from claws/add_dscp_sockopt | | | a4385e6 tidy up | | | 38bceca Add ability to set and get DSCP socket option | | | b91ef99 Merge pull request #760 from shancat/move_linger_test | | | 8f97f62 Move linger test to issue repo. | | | 7c2c028 Merge pull request #759 from hintjens/master | | | 75a293d Moved version macros to top for better visibility | | | 46c5a23 Merge pull request #758 from hintjens/master | | | 4d22d45 Reverting path change on platform.hpp, this broke some builds | | | f98fbd5 Fixed test_many_sockets | | | 0ee7691 Merge pull request #756 from 0x6d686b/master | | | 3535a1d Fixed typo in documentation about zmq_proxy_steerable() | | | a0bde50 Merge pull request #755 from hintjens/master | | | c89518d Added links to RFCs for socket patterns | | | 4a7f07a Merge pull request #754 from pijyoi/master | | | e3ddda7 Merge pull request #753 from pijyoi/master | | | 7bd0b6a remove all asserts during critical section | | | ba33fb7 Merge pull request #752 from ricnewton/master | | | cf8ba92 return error to caller on bind error | | | 5f8067c Fix signed/unsigned comparison | | | dee333b Fix signed/unsigned comparison | | | 51fa803 Merge pull request #751 from psl-felipefarinon/master | | | 7c51429 Reduce default maximum number of sockets by 1 so there is room for the reaper socket. | | | f77b96e Revert "Make FD_SETSIZE = ZMQ_MAX_SOCKETS_DFLT + 1 so there is room for the repear socket." | | | 31cf53f issue #583 removing C++11 code. | | | dc339f4 Merge pull request #750 from mattconnolly/master | | | f06645c Update signaler make_fdpair to set file descriptors to -1 when too many files are open using socketpair. | | | 1719b63 Merge pull request #749 from davipt/fix-001-test_many_sockets_and_mac_open | | | 7504260 Fix socket creation above sistem limits for all 'other' OS not covered by eventfd, windows or vms; enhanced test to create sockets up to a bigger limit to really test hitting the OS limit | | | 2b989de Merge pull request #748 from hintjens/master | | | 7971ef3 Added ignore test case | | | 8e21bc0 Merge pull request #747 from hurtonm/master | | | 05d5962 Signal that the peer performed orderly shutdown | | | e66b42f Merge pull request #746 from ricnewton/master | | | 0b92831 Make FD_SETSIZE = ZMQ_MAX_SOCKETS_DFLT + 1 so there is room for the repear socket. | | | 4616403 Merge pull request #745 from ricnewton/master | | | 7a510b4 Fix formatting. | | | 90425cd Merge branch 'master' of https://github.com/zeromq/libzmq | | | 89ecf2d Merge pull request #744 from psl-felipefarinon/master | | | 3aa7348 Merge branch 'master' of https://github.com/zeromq/libzmq | | | 568cc1a Get maximum number of sockets it can handle from poller_t | | | 485db41 Fixing broken build issue #583 | | | 1596a5e Merge pull request #743 from ricnewton/master | | | 97cfa64 Merge branch 'master' of https://github.com/zeromq/libzmq | | | 998c10a Merge pull request #741 from hintjens/master | | | c4f0995 Merge remote-tracking branch 'upstream/master' | | | 554b3c1 Add test case for many sockets | | | de5a787 Merge pull request #742 from psl-felipefarinon/master | | | b8a9f29 Fixing issue #583. Using low resolution timer for clock::now_ms | | | 51f8571 Simplified fdpair reset after fork | | | 2be70dc Simplified error handling for make_fdpair on Windows | | | e3898b5 Merge pull request #740 from hintjens/master | | | c573f6b Fix for issue 574 | | | 729e949 Merge pull request #739 from mbarbisan/master | | | e84f17b Modified the zmq_setsockopt documentation to include the ZMQ_ROUTER_HANDOVER option | | | 6ed1f47 Merge pull request #738 from ricnewton/master | | | 844689e Fix race condition on shutdown | | | 8797af7 Merge pull request #737 from hintjens/master | | | 5b60540 Removed over-long pauses in tests | | | c2c6ec1 Merge pull request #736 from Hugne/lookup_domain | | | edbfae3 zmq: change TIPC default lookup domain when connecting | | | 3700453 Merge pull request #735 from Hugne/tipc_docs | | | bbbcceb zmq: add TIPC manpage | | | 0d5ffd5 Merge pull request #734 from hintjens/master | | | 5e6aa58 Fixed issue 578 - corrected type usage | | | d7c8021 Fixed issue 578 | | | 75af9dd Merge pull request #733 from mingulov/doc | | | bdf8bc3 Doc examples with zmq_msg_close usage - parameter is 'zmq_msg_t *' | | | 027990a Merge pull request #732 from Hugne/tipc | | | 58ac87d zmq: narrow condition to include TIPC in build/test | | | 299068b Merge pull request #731 from mbarbisan/master | | | 2db808f Merge pull request #730 from Hugne/tipc | | | 632677e ricnewton review comment | | | 9d5a379 zmq: add TIPC transport tests | | | eab85b5 zmq: add support for TIPC transport | | | 5e71475 Shorten ZMQ_ROUTER_REASSIGN_IDENTITIES to ZMQ_ROUTER_HANDOVER. Also, added a test for the HANDOVER functionality. | | | bc88b88 Merge pull request #729 from mbarbisan/master | | | 9d22ab1 Merge pull request #728 from NetImperia/patch-1 | | | 3825f3b Add support to the ROUTER socket to reassign identities upon name collision. | | | c75ed69 Update tcp_connecter.cpp | | | 2a03d54 Merge pull request #727 from ricnewton/master | | | 5405c6a Remove redundant entry in tests makefile. | | | 37450fa Merge pull request #726 from mattconnolly/master | | | 36d7bba Adding source for test_stream_empty | | | 9f87f74 Merge pull request #725 from ricnewton/master | | | 2b08047 Fix formatting issue. | | | 54a379f Clean up dead code in cmake. | | | 5a74ad5 Sync cmake tests with tests in makefile.am | | | 335cffc Merge pull request #724 from hintjens/master | | | eaba5df Renamed test_router_raw_empty to test_stream_empty | | | ac63e56 Merge pull request #723 from hintjens/master | | | c2c0f39 Fixed ref to zmq_socket_monitor | | | b40879f Merge pull request #722 from ricnewton/master | | | 379c280 Fix test warning. | | | 15f5b7f Fix test warning. | | | c9772d0 Merge pull request #721 from minrk/init-raw | | | 366c8f8 test zmq_msg_close after sending empty message on ROUTER_RAW | | | 96ee8bb add missing msg->init for ROUTER_RAW with empty message | | | dad0933 Merge pull request #718 from xantares/tarball_cmake | | | 628787c Merge pull request #720 from hintjens/master | | | 65050b1 Added --with-relaxed to disable pedantic compiles | | | 1ee7b9b test_stream failed when response was broken into frames | | | 770d52e Merge pull request #719 from xantares/mingw_arch | | | ffd633b fix use of CMAKE_SYSTEM_PROCESSOR | | | 0beb39a Revert "fix use of CMAKE_SYSTEM_PROCESSOR" | | | e5baf1e fix use of CMAKE_SYSTEM_PROCESSOR | | | e273d94 include cmake files in tarball | | | 71b423a Merge pull request #717 from hintjens/master | | | 87718c6 Clarified use of secret/public keys | | | 1f85ed0 Merge pull request #716 from hintjens/master | | | 09426ff Fixed man page for CURVE key options | | | 4582fe3 Merge pull request #715 from ricnewton/master | | | 8ee2a47 Add new tests to CMakeLists.txt | | | 41b2f83 Merge pull request #714 from hintjens/master | | | 406e605 Cleaned up the code | | | 08c91c0 Merge pull request #712 from lalebarde/master | | | 984c2e9 small fix inzmq_proxy_steerable doc | | | 99b1363 add doc to zmq_proxy_steerable | | | 5f1a9a4 Merge pull request #713 from ricnewton/master | | | 5250bda add tests/test_proxy in gitignore | | | 1b8daed Use consistant integer type in raw_decoder | | | 1bb982e Merge branch 'master' of https://github.com/zeromq/libzmq | | | e33a382 new zmq_proxy is zmq_proxy_steerable to respect C API | | | 1b75d1e add proxy control flow and test | | | 3b628fd Merge pull request #710 from jenshz/patch-1 | | | f0a0e4d Update zmq_msg_init_data.txt | | | 6139a66 Merge pull request #709 from hintjens/master | | | 097c2c8 Temporary workaround for broken libsodium install | | | ff90fa7 Merge pull request #708 from hurtonm/master | | | 7ecab54 Load identity message to decoder at start | | | 9bb4215 Merge pull request #707 from xantares/master | | | b2d52a3 Fixed out-of-source build | | | 82ab836 Merge pull request #706 from hurtonm/master | | | b35c08b Rename engine's methods to improve code readability | | | 63e0fe9 Merge pull request #705 from hintjens/master | | | 50a1973 Identity can only be set on sockets that can connect to ROUTER | | | cc22825 Update NEWS | | | 1b6ca34 Merge pull request #703 from hintjens/master | | | b7eb1cd Revert "replace macro constants with enum types for user facing constants" | | | b0085a7 Revert "distinguish between options and defaults" | | | 2cf6d52 Fixed NEWS for 4.0.1 release | | | c629b6c Merge pull request #702 from hintjens/master | | | 6ef68be Updated NEWS for 4.0.1 release | | | 7560103 Merge pull request #701 from ezhikus/master | | | 433ea35 Typo in type name "emTPy_slots_t" | | | 283e523 Merge pull request #700 from hashstat/master | | | 62e26b3 Add tests/test_abstract_ipc to .gitignore. | | | e0f4d60 Fix detection of abstract ipc pathname and length calculation. | | | ae7fad4 Add note on Linux abstract namespace to ipc documentation. | | | 1a20220 Merge pull request #699 from ezhikus/free_and_delete | | | bacc9ae Merge pull request #698 from hashstat/master | | | 7a960ff useless checks were removed | | | f499c89 Add test for abstract namespace support in ipc sockets on Linux. | | | 31cdbd2 Add abstract namespace support for IPC sockets on Linux. | | | 23e58e3 Merge pull request #697 from pijyoi/master | | | 55bfe7d WinSock2.h filename should be all lowercase | | | 79c2598 test for _MSC_VER before using MSVC specific code | | | d33a3ad Merge pull request #696 from calid/enum-constants | | | e7804c5 distinguish between options and defaults | | | 6934766 Merge pull request #695 from hurtonm/master | | | d4bb6d6 replace macro constants with enum types for user facing constants | | | 88882e3 Stop curve handshake when cookie box verification fails | | | 21129c7 Merge pull request #694 from hintjens/master | | | edeedc6 Disabled randomly failing part of test | | | d37d32f Clarified that zmq.h constants are part of the public contract | | | cd030ef Merge pull request #693 from calid/doc-fix | | | 0b4ce80 fix minor typo in zmq_ctx_get doc example | | | 73ae948 Merge pull request #692 from hintjens/master | | | fd4d125 Packaging for zmq_curve_keypair function | | | ead6826 Merge pull request #691 from minrk/curve_keygen | | | 4577956 return NULL and set EINVAL on bad z85 input | | | 87254ab use zmq_curve_keypair in curve_keygen | | | d1a927a add zmq_curve_keypair to zmq_utils | | | 30d3488 Merge pull request #690 from mattconnolly/master | | | 7660b78 config for libsodium in alternate path, using CPP flags for both C and C++ sources. | | | 6c25d2f Merge pull request #689 from minrk/curve_keygen | | | cf4bfd4 include missing platform.hpp in curve_keygen | | | 3d7b2b4 declare z85_encode / decode in zmq_utils | | | f1002e9 Merge pull request #688 from mattconnolly/master | | | 848ce1a Disable compiler warning for Solaris | | | aa84e85 Add '-lssp' linker flag for Solaris. Check for libraries after host specific setup. | | | 2af23cf Merge pull request #687 from hintjens/master | | | 015b43f Updated CMake project for test_issue_566 | | | d568e7f Merge pull request #686 from hintjens/master | | | e42a0a4 Added test case for issue 566 | | | 5271bc9 Merge pull request #685 from hintjens/master | | | 26d5ac4 curve_keygen needed assert.h | | | 9d51155 Build/test errors on OS/X with clang++ | | | 9827a12 Merge pull request #684 from hurtonm/master | | | be25cfd Call flush after writing the identity message | | | f06bf8d Merge branch 'master' of https://github.com/zeromq/libzmq | | | b0b2567 Merge pull request #683 from hintjens/master | | | 82149dd Updated libzmq CURVE to track RFC 27 | | | cc2823e Merge pull request #682 from hintjens/master | | | 51fe8cf Merge pull request #681 from ipechorin/master | | | b3346fb Fixed build for MSVC 2008 | | | b504aad stdint.h is not available on all platforms | | | 5f0a8dc Merge pull request #680 from hintjens/master | | | 186b713 Bumped library version and age | | | 920385c Merge pull request #679 from mattconnolly/master | | | 12eef06 Update configure: Allow libsodium to be installed in a custom path | | | 7b5da7d git ignore test run output files: tests/test*.{log|trs} | | | 9db0791 Revert "Copy platform.hpp into src directory in cmake build." | | | efbe7d4 Merge branch 'master' of https://github.com/zeromq/libzmq | | | 0e7124b Merge pull request #678 from hintjens/master | | | f36a49d Move away from port 8080 which is occupied on some boxes | | | 59f1fbc Merge pull request #677 from vortechs2000/fix_aix | | | e3e7efe Revert "Reference platform.h by ../src/platform.h - AIX is ignoring -I flags" | | | aa2aab1 Merge pull request #674 from hintjens/master | | | 11b699e Copy platform.hpp into src directory in cmake build. | | | 1293f1b Merge pull request #675 from vortechs2000/fix_aix | | | 015d956 Reference platform.h by ../src/platform.h - AIX is ignoring -I flags | | | b49aa7a Updated NEWS for 4.0.0 release | | | 0d3f9eb Missing file from Makefile.am | | | 21157f7 Next version off libzmq master is 4.1.0 | | | 84a013e Fixed packaging for source distribution | | | 1a9ea3e Merge pull request #673 from hintjens/master | | | 5e609be Renamed new socket options to be clearer | | | aaf2a2c Merge pull request #672 from hintjens/master | | | 0997a8b Removed inaccurate note in zmq_poll man page | | | 71c9ae8 Built zmq_send_const man page properly | | | 92c01f6 Renamed test_connect_delay to test_immediate | | | 0644256 Updated NEWS for 3.2.x releases | | | 8f0a757 Merge pull request #671 from ricnewton/master | | | 78cabfe More testing github jenkins integration | | | d503e19 Merge branch 'master' of https://github.com/zeromq/libzmq | | | 544575d Revert "More testing github jenkins integratio" | | | 0640d6d More testing github jenkins integratio | | | 575ff39 Testing github jenkins integration | | | 90867a4 Merge pull request #670 from ricnewton/master | | | 7a747b5 Fix cmake build | | | 39de9be Merge pull request #669 from hintjens/master | | | e055560 Renamed inproc connect test (name was too long) | | | de91c73 Merge pull request #668 from mrothe/no-public-tests | | | 94c98ab Merge pull request #667 from hintjens/master | | | b132305 tests: don't listen on public ports | | | 825052f Revert "makes curve keys symetric as in libcurve + factorisation" | | | 22eb4d6 Revert "oblige the application to explicitely set the node type for PLAIN" | | | 9e66685 Reformatted text | | | dc79171 Merge pull request #666 from lalebarde/master | | | 1206f45 oblige the application to explicitely set the node type for PLAIN | | | bfd472f makes curve keys symetric as in libcurve + factorisation | | | ad0b325 Merge pull request #665 from hintjens/master | | | 7bb2b6a Fixed length of domain setting | | | 7735ca5 Added test case for NULL domains | | | 67013f1 Merge pull request #664 from hintjens/master | | | 321a8ff NULL mechanism was not dealing with ZAP denials properly | | | 971b275 Merge pull request #663 from hintjens/master | | | fe9815a Fixed random failures in test_security_plain and _curve | | | 276cd1f Merge pull request #662 from ricnewton/master | | | 6f35100 Fix windows build | | | fbe1b79 Merge pull request #661 from lalebarde/master | | | dc1f5e9 simplify test_security_curve.cpp with zmq_z85_encode | | | d76f3f7 Merge pull request #660 from hintjens/master | | | 576e3ca Added z85 codec to ZMQ API | | | 5c7b392 Merge pull request #659 from hintjens/master | | | 193d0bb Fixed Z85 methods to be static and not pollute library | | | 65ef76b Minor simplification to makefile | | | 9066851 Merge pull request #658 from ricnewton/inproc_connect_before_bind | | | 4e6c56e Merge branch 'master' of https://github.com/zeromq/libzmq into inproc_connect_before_bind | | | b929882 Set hwm on connect socket before bind has happend to just that of connects hwm. | | | 7841b0d Support high water mark on inproc socket connect before bind. | | | 133c32d Merge pull request #657 from hintjens/master | | | 0db2bbe Build didn't work if libsodium wasn't installed | | | 3298e5a Merge pull request #656 from ricnewton/inproc_connect_before_bind | | | b9c0906 Fix whitespace | | | d5bd68b Merge branch 'master' of https://github.com/zeromq/libzmq into inproc_connect_before_bind | | | 379bcb0 Send identities when connecting pending sockets. | | | c1fabf5 Merge pull request #655 from hintjens/master | | | 7c3496a Fix race condition and support multiple socket connects before bind. | | | 60f4704 Merge pull request #654 from lalebarde/master | | | 6c84a54 add exhaustive comparison in testutil bounce | | | 345bf14 Fixed overwrite in zmq_getsockopt | | | 6fefa41 Merge remote-tracking branch 'upstream/master' into inproc_connect_before_bind | | | 5f20d63 First attempt at inproc connect before bind | | | 168efb9 Merge pull request #653 from mattconnolly/master | | | 6ff65a8 Builds and installs curve_keygen tool | | | 0d14efe Merge pull request #652 from hintjens/master | | | ac8c72c Added test_ctx_destroy to .gitignore | | | d1ba8a5 Extended TravisCI build to use libsodium | | | 52370bf Removed debugging printfs | | | 0f9e5f6 Fix preprocessor typoe | | | 0f7141c Merge pull request #651 from ricnewton/master | | | 8e6b5ad Fix Makefile.am for test_ctx_destroy | | | bba0dd1 Merge pull request #650 from ricnewton/master | | | ccf0e61 Merge remote-tracking branch 'upstream/master' | | | 64e1c18 Implement non-blocking shutdown command that unblocks other threads waiting on blocking operations. | | | 25c89ca Merge pull request #649 from hintjens/master | | | 6725c46 Added ZMQ_ZAP_DOMAIN socket option | | | c45d91a Fixed comments on curve_keygen tool | | | 635a03d Was sending NULL mechanism name with extra null (fixed) | | | 4edad54 Merge pull request #648 from ricnewton/master | | | a601b3f Remove windows debug code. | | | 7485b09 Fix tests on windows | | | 498dc37 Merge pull request #645 from hintjens/master | | | 4c75306 Fixed test_stream case | | | 9dd324a z85 encoding buffer overrun | | | 1f03710 Merge pull request #647 from sebastien/master | | | 11deee4 Merge branch 'master' of github.com:sebastien/libzmq | | | f918884 Clarified zmq_socket.txt ZMQ_STREAM section, added example | | | 0a92614 Removed test_raw_socket | | | 32fa426 Added system check at start of selftests | | | 7b02f1c Merge pull request #646 from minrk/xfail-linger | | | bb34885 mark test_linger as expected failure | | | 6612280 Removed temporary patch on tests/Makefile.am | | | 28b0a5f Updated libzmq to match RFC 23, 24, 25, 26 | | | 1844a27 Removed test_raw_sock test case (replaced by test_stream) | | | ef207e4 Merge pull request #644 from ipechorin/master | | | 873d80c fix MSVC 2008 project: include the source files added recently | | | e071d3a fix MSVC10 project: include the source files added recently | | | 7561ff7 Merge pull request #643 from ricnewton/master | | | 4696f00 Fix cmake file for security tests | | | 0ff896d Merge pull request #642 from hintjens/master | | | fb67e16 Fixed ZAP authentication | | | 3a50aa4 Merge pull request #641 from hintjens/master | | | fba5612 Fixed 'make check' failures | | | 01b336f Whitespace fixes | | | c128fac Merge pull request #639 from minrk/test_linger | | | 6fa274e Merge pull request #640 from mattconnolly/fork | | | 282765c Merge pull request #628 from ianbarber/master | | | 1771755 test_fork.cpp: adding missing headers for linux | | | c646ac9 cast rc to size_t for comparisons | | | c3adc86 Fix unused variable when using eventfd | | | ca8ac83 Merge pull request #637 from minrk/test_plain_inauth | | | a3d9d01 test_fork: update test to verify communication between parent and child | | | ff2900f Terminate context in a child process of fork() to replace file descriptors to not interfere with parent process's context | | | 0478ee0 Adding test showing failure to close socket/context in forked child | | | 58b370d add test_linger | | | 8ef7fbb Merge pull request #638 from shawnjgoff/master | | | 6a18f59 Change name of icanhasall to subscribe_to_all | | | 9d94640 test failed CURVE auth | | | 0cac56f test PLAIN auth with failed login | | | 82a00e3 Merge pull request #636 from ricnewton/master | | | da52806 Disable failing tests on windows. | | | 22f05fa Merge pull request #635 from guidog/master | | | 93a068a Fixed silly port number. | | | 4ca6ab2 Merge pull request #634 from guidog/master | | | 455739f Fixed markup so documentation can be built. | | | 83e547f Merge pull request #633 from eburkitt/vs2012-clean-compile | | | eaf227d get to clean compile under vs2012 | | | 2e9385a Merge pull request #631 from jrossi/master | | | 436cad3 fix type on HWM | | | a9baa05 Merge in master changes | | | d485404 Merge pull request #626 from dkrikun/master | | | 19ca8a0 Add the Socket Identity info to the ZAP Messages | | | cb6b5a6 Merge pull request #629 from ulikoehler/init_data_assert | | | fd8b0fe Re-add comment line from cmsg branch | | | a28c38e Fix spaces before comments | | | 3f3777d Add test for ZMQ_CONFLATE option | | | 9c2740d Minor fixes to doc ; added zmq_msg_init_data() assert preventing deferred segfault | | | bcfe863 Merge pull request #630 from ulikoehler/cmsg | | | da4a70d Fix indentation | | | 121a838 Added message type for constant messages | | | 531d3eb Remove delay options | | | b3ca7fd Merge pull request #627 from ianbarber/master | | | 1011e8a Merge pull request #624 from ricnewton/master | | | cb35fd7 Attempt to fix disconnect not respecting linger | | | ed272fe Merge pull request #625 from ulikoehler/zmq_send_const | | | f59c1a5 Update doc for ZMQ_CONFLATE socket option | | | daa7a80 Plug in dbuffer to serve the ZMQ_CONFLATE option | | | 4c35b88 Implement double buffer for conflate option | | | d020dd6 Declare ZMQ_CONFLATE option | | | 4eac7e3 Add scoped_lock_t syntactic sugar | | | 87c84a2 Add try_lock() to mutex_t | | | 503da83 Add #include to string.h in blob.hpp | | | e23d396 Fix doc typo | | | 10becae Added zmq_send_const test | | | e2c322c Implemented zmq_send_const | | | 70a1fbe Fix running tests from cmake on linux. | | | e1b2b64 Merge branch 'master' of https://github.com/zeromq/libzmq | | | a83baa9 Fix up threading code from port tests to windows. | | | 7f74fc7 Port tests to windows and add to cmake build. | | | eccfede Merge pull request #623 from ricnewton/master | | | e16a6af Fix compile error on windows. | | | 749c391 Merge pull request #622 from ckamm/req-strict | | | 423ca36 Rename ZMQ_REQ_SEND_RESETS -> ZMQ_REQ_STRICT. | | | fe30cc6 Merge pull request #619 from ckamm/req-send-resets | | | 9f4526f Merge pull request #621 from hintjens/master | | | 39ddc69 Added note about tivotisation | | | f5c5955 REQ: Unset reply_pipe if it terminates. | | | a0cc87a Add ZMQ_REQ_SEND_RESETS option. | | | 637f794 Merge pull request #620 from ckamm/req-id | | | b9646f2 Add ZMQ_REQ_REQUEST_IDS option. | | | 6473dfd Merge pull request #617 from hurtonm/zap_updates | | | 4a5358f Implement ZAP for NULL mechanism | | | 53bc53d Update PLAIN mechanism to the latest ZAP revision | | | d65231b Update CURVE mechanism to the latest ZAP revision | | | 7541deb Add get_peer_ip_address utility function | | | 4944095 Merge pull request #615 from hintjens/master | | | 1068bc0 Merge pull request #616 from steve-o/master | | | 409721b Add CMake support for static libraries. | | | 21fe600 Move CMake dependencies together. | | | ae86c56 README file moved to GitHub format and extension, drop from packaging and default to NEWS file for popup. | | | d46c2ee Disabled last step in test_spec_req so build can complete | | | 4fb004f Merge pull request #614 from ckamm/fix-spec-req-fail | | | 7de23c0 Fix intermittent failure in test_spec_req. | | | bccf3d6 Merge pull request #613 from ckamm/coding-style-spec-tests | | | 93b9f90 Merge pull request #608 from ckamm/req-drops-unwanted | | | bbc9a61 Fix coding style in spec tests. | | | c56d797 REQ sockets drop replies from unasked peers. | | | 524bd7a Merge pull request #612 from ulikoehler/markdown | | | 6bf4ffe Converted README to markdown + added travis build img | | | 7560910 Merge pull request #611 from pijyoi/master | | | 0f28b72 update to include stream.cpp and curve related | | | 5ac1964 Merge pull request #610 from hintjens/master | | | 9ca6898 Got new test cases working with libzmq | | | 08622a7 Merge pull request #609 from ckamm/tests | | | dfba19c Make pipeline/reqrep tests try tcp:// endpoints. | | | 5038ef7 Merge pull request #606 from ckamm/master | | | 8fd163c Add tests for PUSH/PULL sockets. | | | e093bd9 Merge pull request #607 from cjuniet/master | | | 7b7f7e4 Fix compilation warnings on unsigned comparisons. | | | 798b394 Add tests for Request-Reply pattern sockets. | | | 78e4791 Merge pull request #605 from ricnewton/master | | | 9986106 Fix tab/space formatting issue | | | 5a30022 Merge pull request #603 from ricnewton/master | | | a3e16c1 Merge pull request #604 from ricnewton/cmake_fix | | | 01dd6eb Fix cmake build Fix build on windows, uint isn't a standard type, unsigned int is. | | | f6e972d Fix montior tests to handle the monitor stopped event correctly | | | d4d23ca Add new socket monitor event for when socket monitoring is stopped. | | | 1cfee8d Merge pull request #601 from leewoosung/hotfixes/patched | | | 2a4aef9 Merge pull request #602 from hurtonm/master | | | 783bb89 Check socket types during mechanism handshake | | | 4671108 LIBZMQ-541 issue fix | | | 58b1082 Merge pull request #600 from hurtonm/master | | | afe9afa Set socket buffers before establishing TCP connection | | | 11947b1 Merge pull request #597 from hintjens/master | | | a71d64a Merge pull request #599 from hurtonm/master | | | aef2171 Make last_endpoint attribute of socket object | | | c9bdb89 Use generic session class whenever possible | | | 7460d00 Merge pull request #598 from hurtonm/master | | | fd7e9b8 Use generic session class whenever possible | | | 7041770 Added Z85 support | | | 1beec5e Merge pull request #596 from hintjens/master | | | 76df045 Return EINVAL when trying to use CURVE without libsodium | | | 357a9c4 Simplify ZMQ_STREAM socket implementation, part II | | | 7832add Updated security mechanisms to use variable-length commands | | | ba1ae7d Merge pull request #595 from hurtonm/master | | | 7b27c12 Simplify ZMQ_STREAM socket implementation, part II | | | dd14d4e Minor whitespace fixes in man page | | | c4ae74f Fixed zmq_errno function definition | | | fe2753d Merge pull request #594 from hurtonm/master | | | a1bb5e8 Simplify ZMQ_STREAM socket implementation | | | d8f1376 Merge pull request #593 from hintjens/master | | | ad77937 Added ZMQ_STREAM socket type | | | 4a4d222 Merge pull request #592 from gavinmcniff/master | | | b893ce2 Store identity for raw socket | | | e9d11c6 Merge pull request #591 from hurtonm/master | | | b12be41 Rename parse_properties to parse_metadata | | | ec943ac Merge pull request #590 from hurtonm/master | | | 99d4974 Refactor how properties are parsed | | | 19cf076 Merge pull request #589 from ianbarber/master | | | 13df8e6 Merge branch 'master' of git://github.com/zeromq/libzmq | | | 211bf2b Added security curve test | | | 73e1952 Merge pull request #588 from hurtonm/master | | | 084e879 Small cleanup in pipe.cpp | | | 2bf5124 Merge pull request #587 from hurtonm/master | | | fa0f0e2 Make ZAP optional for PLAIN mechanism | | | 8bb79b5 Merge pull request #586 from hurtonm/master | | | 5975e00 Make ZAP optional for CURVE mechanism | | | acaaaa5 Merge pull request #585 from hintjens/master | | | fadfcac Fixed compile error, needed unistd.h | | | 1ea0688 Fixed spelling in comments | | | fb43d5a Whitespace fix to man page | | | f4848dd Prints message and exits if app tries to use CURVE without libsodium | | | 675bd46 Merge pull request #584 from hurtonm/master | | | 1b86324 Fix test_disconnect_inproc to work on ILP64 systems | | | 9eb2521 Merge pull request #583 from ianbarber/master | | | 694543e Merge branch 'master' of git://github.com/zeromq/libzmq | | | f4c51db Fix small streamengine issue w/ term and handshake | | | 91bc740 Merge pull request #582 from hurtonm/master | | | 8af208f Implement ZMTP/3.0 CURVE mechanism | | | e4a2118 Implement CurveZMQ message encryption and authentication | | | c9638fc Merge pull request #581 from hintjens/master | | | 8c0ded5 Properly set mechanism to CURVE when setting a curve option | | | c5078ea Merge pull request #580 from hurtonm/master | | | 20a7978 Stop ZMTP handshake when an unexpected message comes | | | 92b02b9 Merge pull request #579 from ianbarber/master | | | cabf4e6 Comments to clarify the socket name function | | | 1fe7820 Merge pull request #577 from hintjens/master | | | c5a9fa5 Merge pull request #578 from gonzus/master | | | 3b355fe Introduced private constants for the context sanity tag values. Ignored more MSVC intermmediate files. | | | 10f69c1 Clarified man pages on mixed security | | | d9bb167 Added options for CURVE security | | | 65c84ab Merge pull request #576 from hurtonm/zmtp_curve | | | 37b99c0 Implement ZMTP/3.0 CURVE handshake | | | 9273022 Merge pull request #575 from murphybytes/master | | | 9bd8d9a added missing files required to build | | | 1195092 Merge pull request #574 from pijyoi/master | | | 3832792 fix memory leak in tempnam() usage | | | 5c54bc3 Merge pull request #573 from shripchenko/master | | | 627190c another iteration on ZMQ_PROBE_ROUTER now it properly works for ROUTER | | | 6b8569d Merge pull request #572 from hintjens/master | | | 6ff51ee Updated ZAP request for changed protocol draft | | | 656ff5b Small fixes to documentation | | | 210fcbb Merge pull request #571 from hurtonm/master | | | 2928c91 Implement ZAP and integrate it with PLAIN mechanism | | | 4e47084 Minor cleanups | | | c3e4073 Rename terminated->pipe_terminated | | | 7a43c02 Merge pull request #570 from hintjens/master | | | a9679da Packaging on ZMQ_PROBE_ROUTER | | | 2344131 Packaging of ZMQ_PROBE | | | dbd58f8 Fixed out-of-date reference | | | 9c980e1 changed option name. +documentation changes | | | 9732439 refactored ZMQ_ROUTER_ANNOUNCE_SELF code. renamed it to ZMQ_PROBE_NEW_PEERS. implement it for DEALER tocket. +documentation | | | d5f6036 Merge pull request #569 from jpoliv/master | | | 42ab0e8 Make ./configure --with-system-pgm detect the OpenPGM 5.2 system library. | | | d1f011d Merge pull request #568 from jmgao/patch-2 | | | 43d0497 Fix mistaken use of xor in "2^31 - 1". | | | 6caa173 Merge pull request #567 from ianbarber/master | | | 9a0b2c8 Pieter's change to fix memory leak on mechanism | | | 240eff3 Merge pull request #563 from shripchenko/master | | | 9d63ebf Merge pull request #564 from hurtonm/master | | | 4e4803e Rename pipe states to make it more mnemonic | | | f805e4d changed option name. +documentation changes | | | aec989f small refactoring | | | 51750a7 refactored ZMQ_ROUTER_ANNOUNCE_SELF code. renamed it to ZMQ_PROBE_NEW_PEERS. implement it for DEALER tocket. +documentation | | | f781eb7 Merge pull request #562 from hintjens/master | | | fbd1729 Removed tracing for Travis builds | | | 13643b2 Merge pull request #561 from shripchenko/master | | | 910b469 Merge branch 'master' of https://github.com/shripchenko/libzmq | | | ed3a115 Add ROUTER socket option to introduce self(send an empty message) to new peers, to allow ROUTER<->ROUTER auto-discovery problem. | | | ec7f711 Add ROUTER socket option to introduce self(send an empty message) to new peers, to allow ROUTER<->ROUTER auto-discovery problem. | | | c7c865d Whitespace fixes | | | d113495 Merge pull request #560 from hintjens/master | | | 4112693 Cleaned up router option code - made consistent with options.cpp code - added trace print for ongoing issue with Travis CI builds | | | 536ea4f Merge pull request #559 from hintjens/master | | | bf96cb4 Fixed name of Travis file | | | 59a164d Added support for Travis CI | | | e9e44c6 Merge pull request #558 from hintjens/master | | | 31ee92f stdint.h is not available on all platforms | | | 7356211 Whitespace fixes | | | fa5c0e1 Trivial fix to man page | | | 5d2a8b1 Merge pull request #557 from hintjens/master | | | f06abca Disable failing test for now | | | f909b9c plain_mechanism now uses options.as_server - we need to switch to PLAIN according to options.mechanism - we need to catch case when both peers are as-server (or neither is) - and to use username/password from options, for client | | | da1e9a1 Cleaned up test pingpong code | | | 342e576 Merge pull request #556 from hurtonm/master | | | 182a224 Use socket options to select security mechanism | | | fbcbb06 Merge pull request #555 from hintjens/master | | | e1f797b Added configuration for PLAIN security | | | 8ea779c Fixed sizeof usage in man pages | | | 593010f Merge pull request #554 from hurtonm/master | | | 4eecda8 Implement ZMTP/3.0 PLAIN mechanism | | | d47295d Abstract security mechanism | | | 131b0a7 Merge pull request #553 from hintjens/master | | | e918fd4 Use correct libsodium call for detection | | | ff268b7 Fixed packaging for Windows - was missing errno sources | | | fa346fd Added configure check for libsodium | | | 3ef3b94 Merge pull request #552 from hurtonm/master | | | a7032e9 Update test_raw_sock to work with ZMTP/3.0 | | | cd4d8bb Implement ZMTP/3.0 NULL mechanism | | | df01235 Merge pull request #551 from hintjens/master | | | cb2ee7a Fixed up test_iov case | | | 7e129a4 Clarified zmq_msg_close not needed after zmq_msg_send | | | 522765b Merge pull request #550 from JonDyte/iovec | | | 56ead84 Experimental function zmq_recviov doesnt work correctly in a couple of cases 1) VSM - you cannot hand out the 'data' address as it was not allocated on the heap 2) for other messages the 'data' address cannot be handed out either, as it not the address originally returned by malloc and hence cannot be passed to 'free'. see msg.cpp u.lmsg.content = (content_t*) malloc (sizeof (content_t) + size_); .... u.lmsg.content->data = u.lmsg.content + 1; | | | 0bf5a31 Merge pull request #549 from methodmissing/sigpipe-declare-err | | | b5e5e10 Fix return code redeclaration for platforms with SO_NOSIGPIPE | | | 9703dd8 Merge pull request #548 from hintjens/master | | | 710f38f Fixed syntax error | | | f4dbccd Fix for LIBZMQ-526 | | | 0880d5b Merge pull request #547 from hintjens/master | | | f0cf409 Fixed issue #525 - multipart upstreaming from xsub to xpub | | | d0c58d2 Merge pull request #546 from hintjens/master | | | 9df7c70 Cleaned up copyright statements in perftest tools | | | c980820 I'm reverting the various changes to the throughput test programs since as far as I can see, these didn't work any more. At the very least, the command line API was broken and forced the user to enter new, exotic arguments. Patches should not break existing APIs. But also, the internals of these programs had become weird. | | | 67e02ca Use of named authors on man pages is no longer a good idea since it puts off contributors and doesn't reflect the real process. I've taken out all named authors and referred to the contribution policy. Hopefully this will improve the contributions to the man pages. | | | f4a07b3 Merge pull request #545 from hurtonm/master | | | e52c436 Interoperate with higher versions of ZMTP protocol | | | c5721f9 Merge pull request #544 from steve-o/libzmq-446 | | | d079190 [#LIBZMQ-446] Silence error on setting PGM_TOS due to some platforms raising an error at runtime. Noted are RHEL 4. | | | d2b5f1f Merge pull request #543 from steve-o/vc110_fix | | | a432ea1 Add vc80 project dependency on platform.hpp for local & remote throughput tests. | | | cd31f67 Add platform.hpp as project dependency to vc100 and vc110 projects for local & remote throughput tests. | | | a3713cb Merge pull request #542 from hurtonm/master | | | 9d79ac2 Use state functions for message flow | | | fd42be9 Merge pull request #541 from hurtonm/rework_message_flow | | | 7942db7 Refactor code so that messages go through engines | | | 91f1e13 Merge pull request #540 from hintjens/master | | | 6d19e40 Added clarification about connect on ROUTER | | | c396144 Merge pull request #539 from TTimo/master | | | 2aec837 InitializeSecurityDescriptor needs Advapi32.lib | | | 106d962 restore fixed MSVC 2010 projects, fork new MSVC 2012 projects | | | b5ace90 Merge pull request #538 from TTimo/master | | | 44df35c Use Multithreaded DLL Runtime, Debug/Release accordingly - need consistency for the czmq configurations | | | 5973b4c Windows friendly replacement for gettimeofday | | | 574fe35 Fix MSVC project files. | | | 1e7db60 Merge pull request #537 from TTimo/master | | | f8e7d46 mingw32 fixes | | | 01fef41 Merge pull request #536 from hintjens/master | | | 257debf Removed IPC endpoint from test; not portable, and fragile (#80) | | | 09a00de Merge pull request #534 from hintjens/master | | | 5ba7445 Merge pull request #535 from ken-tilera/master | | | 3286bf5 On the Tile architecture, use atomic instructions for atomic ptr and counter. | | | 8c96deb Added corporate copyrights | | | 39214b3 Merge pull request #533 from mika-fischer/workaround-for-496 | | | 03c2841 Work around for LIBZMQ-496 | | | 3b132e3 Merge pull request #532 from hurtonm/pgm_build_fix | | | 8181840 Update PGM with recent changes | | | 16f8ea3 Clarified HWM=0 means infinite | | | 9ea20b8 Merge pull request #531 from murrekatt/master | | | c69e797 Fix to building libzmq with CMake as sub-project (git submodule). | | | 601eedb Updated CMake building to work after encoder/decoder changes. | | | c7cb5ab Merge pull request #530 from hintjens/master | | | f1738b9 More copyright cleanups | | | 0e77d65 Removed pointless comment | | | 8358d4e Renamed ZMQ_DELAY_ATTACH_ON_CONNECT_COULD_THIS_BE_ANY_LONGER to ZMQ_IMMEDIATE | | | 12c7db8 Code name clean up | | | d826c53 Bumped ZMTP revision to 2 | | | 785ef41 Refactored codecs to match ZMTP version numbers | | | f0f1650 Removed corporate advertisements from source file headers | | | cb69986 Comment change | | | 898ad19 It's its not it's | | | 1810f10 Merge pull request #529 from guidog/master | | | d78d497 Adapted man page to API. | | | ba2dda4 Merge pull request #528 from guidog/master | | | b0b8ab2 Changed message structure for event notifications. | | | 656258c Merge pull request #527 from guidog/master | | | 21eeb03 Simplified the zmq_event_t structure for easier access and better usability towards language bindings. | | | 068909f Merge pull request #526 from breese/master | | | 7e37cc8 Linux build fails due to undeclared variable | | | be11608 Merge pull request #525 from pijyoi/master | | | 679869d add simple Makefile to build with mingw32 | | | 3176509 include source directory version of zmq.h and zmq_utils.h | | | 402f9fd remote_thr.cpp: port pthreads usage to win32 api | | | f420f0a Merge pull request #524 from dlittleton/master | | | 1e52a45 Windows: Fix rounding error when calculating now_us | | | 22d9d95 Merge pull request #523 from ambitslix/perf | | | a22714d Improvements and fixes for performance of PUSH/PULL in local_thr and remote_thr. | | | deb9773 Merge pull request #522 from hintjens/master | | | 066f3d2 Fixed overflow in local_thr results calculation | | | fb45685 Merge pull request #521 from SRombauts/master | | | 0ecc96b Adding missing new ZeroMQ_Static.props and Static.props files | | | b3bcd8e Static Library Linking for Windows | | | 0434366 Merge pull request #520 from xantares/master | | | d175676 Fixed module path with cmake < 2.8.3 | | | 25dc715 Merge pull request #519 from SRombauts/master | | | 897023c Merge pull request #518 from hintjens/master | | | a61535a VS2008 & VS2010: adding the pre-build command to copy platform.hpp in perf/ directory to the two appropriate projects, for each MSVC version | | | a85c9f4 MAXMSGSIZE broke when I cleaned up this code - fixed | | | 157bf45 VS2010: adding another pre-build command to copy platform.hpp in perf/ directory | | | 23db53d Corrected linking error in MSVC 2010 build | | | ccf2b9b Merge pull request #517 from SRombauts/master | | | 57f84d6 Windows CE support : some more #if !defined _WIN32_WCE | | | 05bb0ea Windows CE support : uncommenting #define EACCES needed | | | 41d79bc Windows CE support : using standard _WIN32_WCE flag instead of WINCE | | | a5ef501 Merge pull request #516 from SRombauts/master | | | 927000f Fixed 7 MSVC2008 Compiler Warning (level 3) C4800: 'const int' : forcing value to bool 'true' or 'false' (performance warning) | | | 42be4d1 Corrected more linking error in MSVC build | | | a8dfcb3 Merge pull request #515 from hintjens/master | | | e628421 Updated NEWS for 3.2.2 stable | | | 08be168 Merge pull request #514 from pijyoi/fixcs | | | 8c71ac4 release critical section on failure to create signaler fdpair | | | 7094a70 Merge pull request #513 from hintjens/master | | | 51cfcb1 Some DNSs will resolve ANY domain name so I made more reliable errors. | | | 9a6b875 Merge pull request #512 from montoyaedu/master | | | 1a13554 solved broken tests compilation | | | 6b2304a Merge pull request #511 from mjasperse/patch-2 | | | ec04ccb Corrected linking error in MSVC build | | | f27eb67 Merge pull request #510 from miniway/master | | | 2c1a3c5 LIBZMQ-497 there could be unsent bytes in encoder | | | a3ae0d4 Merge pull request #509 from hintjens/master | | | 8ab3c4a Fixed issue #500 | | | b60689e Merge pull request #508 from hintjens/master | | | 309740e Fixed issue #499 | | | 963c6a8 Lots of cleanups to self-tests * Removed or truncated sleeps so the tests run faster * Removed dependencies on zmq_utils * Rewrote a few tests that were confusing * Minor code cleanups | | | c39cb0b Rewrote completely, was bogusly testing EAGAIN | | | 3a558fc Rewrote raw test completely | | | 8c92893 Fixed use of deprecated zmq_init/term | | | 5f009e5 Various cleanups to test programs | | | 18a14ae Added ZMQ_IPV6 option, cleaned up setsockopt code, it was nasty | | | aa21e09 Updated .gitignore | | | 049931f Merge pull request #507 from bjoto/master | | | f1e77f2 Removed heap allocation for in zmq_poll for small item sets | | | 470d06b Merge pull request #506 from arsenm/master | | | e464a91 Fix using wrong name for windows.h check in cmake | | | e8cbfac Merge pull request #503 from chazmcgarvey/define-dummy-eproto | | | abc8907 Merge pull request #505 from arsenm/master | | | 93618e7 Merge pull request #504 from o172/master | | | f01bab6 Fix cmake not linking librt to perf-tools | | | 0a1bd45 Added tests/test_disconnect_inproc to .gitignore | | | 7bc3e53 Merge pull request #502 from ianbarber/master | | | ba3e18f define a dummy EPROTO for platforms that don't use it | | | d850272 Add size check on XSUB message sends | | | eeaa2c8 Merge pull request #501 from chazmcgarvey/conditional-eproto | | | 2e2ef7f do not use EPROTO on platforms that do not have it | | | 3a63218 Merge pull request #500 from haf/fixes/asciidoc-title | | | 7918175 Shortening the =-chars to make asciidoc work | | | 29a1d8e Merge pull request #499 from minrk/ac_header | | | f467011 Merge pull request #498 from minrk/zmq_ctx_term | | | 21c97f0 AM_CONFIG_HEADER -> AC_CONFIG_HEADERS | | | 64c019e move configure.in -> configure.ac | | | edd43e1 deprecate zmq_ctx_destroy in favor of zmq_ctx_term | | | 21fc2a9 Merge pull request #497 from hintjens/master | | | bbc5bef Clarified zmq_bind on icp:// | | | c2fbb72 Merge pull request #496 from amuraru/master | | | 35f18ae Fixed newline in test_disconnect_inproc | | | fb0beb6 Fixed el5/el6 deps in RPM spec file | | | 7d475ad Merge pull request #495 from hintjens/master | | | d997d88 Revert "Old change to move ports off 5555 (was conflicting with other stuff)" | | | aff1406 Revert "Test cases were failing on bind" | | | a4bedc5 Whitespace and comment fixes | | | da0efaa Old change to move ports off 5555 (was conflicting with other stuff) | | | b0f0d3f Clarification on zmq_msg_more | | | 12a648d Specified that it's safe to call zmq_msg_more after zmq_msg_close | | | ef186fe Spelling fixes | | | af934f8 Removed use of deprecated API methods | | | 8ba097f Test cases were failing on bind | | | c1f76e4 Merge pull request #494 from jgm-radez/master | | | d32e392 allow XSUB/XPUB to send/recv messages unrelated to sub/unsub (LIBZMQ-490) | | | 98a91e8 Merge pull request #493 from arsenm/master | | | 45f504d Fix looking for rc sources in toplevel binary directory | | | 949d157 Merge pull request #492 from arsenm/master | | | 6ce4644 Fix typos | | | f770954 Fix a couple more warnings | | | 6ecb796 Fix warnings with MinGW | | | 1ffc5d1 Fix some of the -Wshadows | | | 14d3245 Fix -Wmismatched-tags | | | edb5a05 Fix -Wmissing-field-initializers | | | 3ebab09 Fix unused argument warnings | | | e88dc49 Fix random 3 space tabs | | | 59cafec Fix MinGW32 build | | | 3c7d484 Fix NSIS installer errors, MinGW build. | | | a1d6a22 Generated header is not in ../src/ | | | 4704159 Fix cmake build with sun studio | | | 74763e2 Don't use the toplevel cmake paths so the build works as a subproject | | | f3901b3 Comments about ICC build failure with 12.x were crazy | | | 0362c31 First pass at getting cmake build to work with non-Windows systems. | | | 73c370d Fix inconsistently using #if or #ifdef instead of #if defined | | | c7009d2 Merge pull request #491 from pijyoi/issue84 | | | 1eee9ce Merge pull request #490 from pijyoi/master | | | 151a806 set SO_LINGER on first signaler socket to close in order to avoid TIME_WAIT state. | | | 322808b eliminate code moved into zmq_utils.cpp | | | 8dda553 Merge pull request #489 from pijyoi/master | | | 942c654 win32: close zmq-signaler-port-sync event object to avoid handle leak | | | ce24557 Merge pull request #488 from steve-o/openpgm-next | | | 2e9d4d4 Pull upstream OpenPGM 5.2.122 for multi-platform minor fixes. | | | 4febe88 Merge pull request #487 from miniway/master | | | a0cecc7 returns -1 with EAGAIN when mandatory is set and pipe is full | | | 2a7b219 Merge pull request #486 from miniway/master | | | 394d755 return EHOSTUNREACH at full only when mandatory is set | | | 8da6b7a Merge pull request #485 from miniway/master | | | 9382941 returns EHOSTUNREACH when a peer is full if ZMQ_ROUTER_MANDATORY is set | | | 95d36f4 Merge pull request #484 from pijyoi/master | | | 6706efb fix wrong boolean operator | | | ebd1bf9 Merge pull request #482 from sradomski/master | | | 21345ff Break early when pipe to be removed was found | | | f9770e9 Fixed iterator when erasing from inprocs multimap | | | 624dd1e Removal of terminated pipes from inproc and ignoring peer ends | | | 66c2245 Close pipes for inproc sockets on zmq_disconnect | | | b2f6741 Merge pull request #481 from ianbarber/master | | | 75161b5 Serialise test_connect_delay | | | 013a99d Merge pull request #480 from vperron/master | | | 3fc8c70 Same fix, in-line style | | | 33f42ef Change NULL to 0 to keep compatibility with some cross-compiling GCC versions | | | a4a7316 Merge pull request #479 from ianbarber/master | | | 1d11f19 Update SPEC file | | | cae5d3b Merge pull request #478 from methodmissing/event-messages-3.2 | | | d1cbf96 Merge pull request #477 from hintjens/master | | | e6da46f Added autogen.sh hint | | | 359a505 Prefer malloc to new for event address allocation as per Martin's recommendation | | | a28322c Merge pull request #476 from hurtonm/master | | | a8721c3 Check decoder's state function for NULL before calling it | | | b1f4850 Let socket event messages initialize with zmq_msg_init_data and let the framework handle cleanup | | | f78ca62 Merge branch 'master' of github.com:zeromq/libzmq | | | 8db8c45 Merge pull request #475 from ianbarber/master | | | be4cc2f Update zmq_tcp to include a reference to RFC | | | 7e6c304 Merge pull request #474 from hintjens/master | | | 1489857 Fixed ZMQ_SNDHWM description | | | 7533ebb Clarified that SNDHWM is per part, not message | | | 6d245eb Copy monitor specific event endpoints to event messages as the engine etc. can be released at anytime | | | ce4d321 Revert "Merge pull request #473 from methodmissing/fix-engine-endpoint" | | | 1a18c7b Merge pull request #473 from methodmissing/fix-engine-endpoint | | | fdf162a [LIBZMQ-450] Copy the stream engine endpoint - string reference caused memory corruption | | | bef9a41 Merge pull request #472 from jgm-radez/master | | | b8d5d3f Issue 468 | | | 01b9bc3 Merge pull request #471 from methodmissing/fix-disconnect-event-addr | | | 5205415 Fix addresses on triggered events | | | 37f8ce6 Merge pull request #470 from cdolan/master | | | 6559da3 Use memset/memmove rather than bzero/bcopy | | | 30eaadd Merge pull request #469 from hurtonm/code_cleanup | | | 9013ee0 Minor code cleanup | | | c179ad1 Merge pull request #468 from hurtonm/issue_465 | | | c543b2c Resolve LIBZMQ-465 | | | 99f7144 Merge pull request #467 from hurtonm/code_cleanup | | | 66dc4d8 Don't pass flags to xrecv method | | | 7865f96 Don't pass flags to xsend method | | | 793895c Merge pull request #466 from hurtonm/code_cleanup | | | b78800e Simplify implementation of DEALER socket | | | d1e0889 Merge pull request #463 from hintjens/master | | | 3eaf4a9 Merge pull request #465 from steve-o/cmake-minor | | | 19a8ea4 Update source list with raw codec. | | | 3ba401d Bring along CMake patchset from zeromq3-x for adding minor version to Windows labeling. | | | de33978 Merge pull request #464 from hurtonm/code_cleanup | | | ea19b7b Small cleanups | | | 925a530 Use const_cast operator to remove const modifier | | | 82999f2 Don't forward identities to DEALER sockets | | | 6290054 Added ROUTER-ROUTER as legal combination | | | ec08241 Merge pull request #462 from hurtonm/raw_fixes | | | c1e960b Never exchange identities for sockets in raw mode | | | aec47b3 Extend ZMQ_ROUTER_RAW test | | | 872ef76 Added DEALER-DEALER as legal combination | | | 4e028ec Merge pull request #461 from hurtonm/code_cleanup | | | e51a1f0 session_base: code cleanup | | | 5da9712 Merge pull request #460 from hintjens/master | | | 777c38a Renamed raw option to ZMQ_ROUTER_RAW | | | 80aef8d Merge pull request #459 from hurtonm/issue_459 | | | 41dc2e6 Resolve LIBZMQ-459 | | | 1348924 Merge pull request #458 from vortechs2000/remove_cpp_comments_from_zmq_h | | | f67a199 Older versions of C compilers don't like C++ comments | | | 2deb2e0 Merge pull request #457 from mjasperse/patch-1 | | | 1e60d17 Update builds/msvc/libzmq/libzmq.vcproj | | | cdd7cd1 Merge pull request #456 from hurtonm/issue_464 | | | 7c66e8f Resolve LIBZMQ-464 | | | 04e716a Merge pull request #455 from hintjens/master | | | 79da450 Fixed formatting in man page | | | 0404b3b Merge pull request #454 from hurtonm/code_cleanup | | | 9d8eb1f Style fixes | | | abbe34c Merge pull request #453 from hurtonm/issue_458 | | | d16e0a5 Resolve LIBZMQ-458 | | | 4bc405a Merge pull request #452 from hshardeesi/master | | | 7523b9e Merge pull request #451 from hurtonm/use_correct_types_in_stream_engine | | | dcf0693 Merge pull request #450 from hurtonm/issue_447 | | | 3aa3032 Use correct types when returning value in read/write methods | | | 03deb2c Resolve LIBZMQ-447 | | | 83387b4 Added support for non-zmq tcp client connections to router socket. - Created a new option ZMQ_ROUTER_RAW_SOCK - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client - Added test case file tests/test_raw_sock.cpp | | | 19f77a1 Merge pull request #449 from hintjens/master | | | 0bf8a4d Code formatting | | | 6b45262 Merge pull request #448 from jgm-radez/master | | | 500f6cf patch for issue 456 | | | bb59dc1 Merge pull request #447 from hintjens/master | | | 171897f Cleanups to man pages | | | 0b13872 Merge pull request #446 from hurtonm/issue_452 | | | 01be614 Merge pull request #445 from hurtonm/issue_417 | | | ef79492 Resolve LIBZMQ-452 | | | 4824237 Resolve LIBZMQ-417 | | | d2ee38a Merge pull request #444 from vortechs2000/fix_aix | | | 422c418 Move socket_base.hpp and err.hpp after poll.h include | | | 2675a9d Merge pull request #443 from hintjens/master | | | 4ba34c9 Whitespace and style fixes | | | 7abb6cc Merge pull request #442 from hintjens/master | | | 0666063 Added unbind/disconnect man pages, notes to deprecated methods | | | ee21fac Added ZMQ_FAIL_UNROUTABLE alias back as deprecated | | | a3889d0 Fixed issue #451 | | | 45c0637 Fixed issue #449 | | | 7f63fc6 Merge pull request #441 from hintjens/master | | | 9681157 Fixed issue #448 | | | 9bab346 Merge pull request #440 from hintjens/master | | | 3a43bd7 Several include files were missing | | | 6e676af Merge pull request #439 from hintjens/master | | | 351eff5 Bumped version to 3.3.0 | | | 8e7892b Upated version for next release | | | a7b2e9d Upated NEWS for 3.2.1 | | | cdcaca2 Merge pull request #438 from steve-o/master | | | c62fb89 Update to libzmq source set. | | | 7a1a5f9 Update AsciiDoc version details with CMake detected ZeroMQ version. | | | 8ddb9fc Enable parallel make and LTO by default. | | | dfe7d15 MSVC11 not getting defined in CMake 2.8.9, punt to version string. | | | ebe4eab Detect compiler version to tag libraries. | | | 046c8ec Add metadata to CMake options; mark executables advanced to hide from default view; fix WoW64 redirections. | | | 56bb3df Detect ZeroMQ version at build time; hide NSIS dependencies in new cmake folder. | | | b42e45a Make OpenPGM a CMake option, default disabled. | | | c53cf0d Minor refactor of CMake build script. | | | 000d1a5 Update CMakeLists.txt | | | 58f7c21 added artificacts for windows and openpgm build | | | 73537e6 Merge pull request #437 from rohanbedarkar/master | | | 93a7a37 fixed trailing whitespace | | | a438e63 explicit comments on multicast loopback | | | 11c2291 commented out TOS related opt for PGM | | | 1ef63bc Merge pull request #436 from hintjens/master | | | 983ee76 Renamed ZMQ_ROUTER_BEHAVIOR to ZMQ_ROUTER_MANDATORY for clarity | | | db690e3 Merge pull request #435 from hintjens/master | | | f87bf38 Fixed issue #443 | | | e41e071 Merge pull request #434 from vaughan0/master | | | ce53fe0 Minor documentation fix: zmq_msg_recv instead of zmq_msg_send | | | d6e0ae2 Prepared for release 3.2.1 | | | 2440863 Merge pull request #433 from michelp/reject-no-fds-avail | | | b84d011 Ported from libxs revision 123c0f5387ecef287dd11f4dc790fb76ee1c0f67 | | | 81482ec Merge pull request #432 from hurtonm/master | | | 82d7238 Make socket IO more robust | | | 343ec62 Merge pull request #431 from ipechorin/master | | | 5b83fe7 Merge pull request #430 from ipechorin/master | | | 725f141 Fix LIBZMQ-211: REP socket asserting when getting malformed request | | | a49e392 Merge pull request #429 from ipechorin/dcf683aacb533634c273bb2f51fa3ceaadf89202 | | | 9b58372 Fix compilation using MSVC 2008: its defines wrong min/max without NOMINMAX | | | 396b4e3 Fix compilation using MSVC 2008: stdint.h is not present in this compiler | | | 4de27b6 Update MSVC2008 project after recent renames and additions | | | 2eb849c Merge pull request #428 from ipechorin/9056c13e1ebbfd7798ddd7b5cfdb9950933c710e | | | dcf683a Update MSVC2010 project after recent renames and additions | | | 9056c13 Use shipped with Visual Studio 2010 and later | | | ff264cb Merge pull request #427 from ianbarber/master | | | afa4933 Init message in drop subscription | | | 2a20914 Merge pull request #426 from methodmissing/fix-monitor | | | b1776e2 Merge branch 'master' into fix-monitor | | | a6c6054 Merge pull request #425 from Astellar/zmq_msg_t | | | 7bf516d zmq_msg_t will now typedef a named struct. | | | 8a57e4a Merge branch 'master' into fix-monitor | | | 759d453 Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads | | | d981c91 Merge pull request #424 from vaughan0/patch-1 | | | f6a840b Update doc/zmq_msg_get.txt | | | 86eb7bc Merge pull request #423 from jmgao/patch-1 | | | 67d88bc Add pthread.h include to test_connect_delay.cpp | | | 7a40df6 Merge pull request #422 from hintjens/master | | | 5db2875 Removed 'device' concept and introduced proxies * zmq_device is now a wrapper that calls zmq_proxy * zmq_proxy adds capture socket | | | f074f6b Merge pull request #412 from Quuxplusone/test-release-builds-too | | | cf20932 Add "#undef NDEBUG" to all tests. | | | aaac4b8 Code cleanups | | | 84728cd Merge pull request #421 from hurtonm/master | | | 2a41c8d Simplify initial handshaking | | | 3f6148a Implement new message encoder/decoder | | | 8672f58 Introduce abstract interface for message encoder/decoder | | | a224c97 Merge pull request #420 from ianbarber/master | | | d7331b7 Fixing PGM issues | | | d068787 Merge pull request #419 from hurtonm/code_cleanup | | | 9d17ead Remove superfluous statement | | | 7e6db47 Remove unused member variable | | | 9143ac5 Merge pull request #418 from hurtonm/versioned_ztp | | | d9307c9 Make ZMQ interoperate with ZMQ 2.x SUB sockets | | | dfc0222 Decouple encoder_t and decoder_t from session_base_t | | | 1bca4f6 Extend ZTP/1.0 protocol | | | 6347f8b Merge pull request #416 from hintjens/master | | | ab82488 Fixed license to remove references to X11 code | | | c959f52 Merge pull request #415 from Quuxplusone/unused-parameters | | | 08f6a9e Remove unused argc/argv parameters in tests. | | | c29aef4 Verify the value of the "void *s" passed to the monitor function. | | | 3b984d4 Silence all "unused parameter" warnings from Clang. | | | 7fa4d42 Fix char_traits to what looks like correct behavior. | | | f6fe600 Merge pull request #414 from ianbarber/master | | | fd67cd8 Update ROUTER_BEHAVIOR documentation | | | 95c018c Use full endpoint string in monitor response | | | 9483558 Remove early return on terminated state | | | 206e5f6 Incorrect function name in socket_base | | | f028379 Incorrect var name in monitor_event | | | 8bf541b Fixing incorrect argument order on va_start | | | 4a43a0d Merge pull request #413 from Quuxplusone/static-analysis | | | 7fadd70 Fix monitor_event() to work at all. | | | 537a802 Add a missing null-check, turning a segfault into an assertion. | | | 6347d39 Fix a bug in pipe_t::flush(). | | | 0886b7a Silence a compiler warning. | | | a48751b The "count_" out-parameter is doubled instead of unchanged. | | | d588dbf Merge pull request #410 from Quuxplusone/LIBZMQ-414 | | | 033e311 Merge pull request #411 from Quuxplusone/fix-test_monitor-bug | | | f718d2b Fix a bug reported on the mailing list. | | | 28c9255 Fix an error in the inline assembly for Thumb2. | | | 1283380 Merge pull request #409 from hurtonm/master | | | 1ab85f4 Exchange greeting messages for all socket types | | | b32542e Merge pull request #403 from methodmissing/efault-zmq-poll | | | 040d4d3 Merge pull request #408 from teotwaki/master | | | a622328 Fix reordering compile errors | | | 5637ed0 Merge pull request #407 from methodmissing/LIBZMQ-399 | | | 9dc248f Fix invalid address metadata for ZMQ_EVENT_DISCONNECTED | | | 1f22954 Merge pull request #406 from hurtonm/master | | | 9fab993 Fix issue #406 | | | 84560c1 Merge pull request #405 from jimenezrick/master | | | 92bee5a Fix LIBZMQ-404: zmq_term not truly re-entrant | | | 631e12d Merge pull request #404 from mimetnet/master | | | a0eb0bb signaler.cpp's Windows Lock should be in the "Global" namespace | | | 8353791 Fix issue 335 | | | 556074d Revert zmq_poll NULL poll items check to 2.2 behavior - let the poll items count filter out empty poll sets and not return a sometimes unexpected EFAULT error status | | | 9be0c7e Merge pull request #402 from hurtonm/master | | | 92827e4 Small code cleanup | | | bea0b48 Merge pull request #401 from hurtonm/master | | | 62b5b91 Always mark socket as retired when closing ipc_listener | | | 43ee439 Merge pull request #400 from hurtonm/master | | | c84ca01 Be more conservative about when to generate ZMQ_EVENT_CLOSE_FAILED | | | 0533fb1 Merge pull request #399 from hurtonm/master | | | 6ac5cf8 Simplify code for writer activation in Router socket | | | f8752bf Merge pull request #398 from hurtonm/master | | | e37814e Rewrite event processing in io_thread | | | 823d14c Merge pull request #397 from hurtonm/master | | | 37d1e84 Merge pull request #396 from hintjens/master | | | 86eaa9c Rewrite process_command's loop | | | 8d64fc6 Reverted fix for #393, was already fixed | | | 73f960e Merge pull request #395 from hintjens/master | | | 9aa8452 Fixed issue #393, compilation warnings | | | 77dd0a6 Merge pull request #394 from hintjens/master | | | 8d96a43 Fixed documentation of HWM on ZMQ_PULL | | | e7f5929 Merge pull request #393 from cyrilh/master | | | 0191977 Making Android&pyzmq friendly version with avoid-version | | | 1ff5af0 Merge pull request #392 from hurtonm/master | | | 1b0e6ef mtrie: Code simplification | | | 692648d mtrie: Do not throw exception on allocation failure | | | e471e5b Merge pull request #391 from methodmissing/monitor-manual-format | | | 9ccbeb8 Let docs for zmq_ctx_set_monitor() respect a 80 char wide column width | | | 6a1bd3e Merge pull request #390 from hurtonm/master | | | 26e14d3 Small code simplification | | | 6f1229b Merge pull request #389 from hurtonm/master | | | f8293df Fix a bug in trie implementation | | | c251d94 Merge pull request #388 from minrk/forward-iovec | | | a178817 forward-declare struct iovec | | | b57b7de Merge pull request #386 from steve-o/err-handler | | | fc335c5 Fix missing ENETRESET for Jira #LIBZMQ-329. | | | c60b0f5 Merge pull request #385 from jdc8/master | | | 85c19f1 added missing files to MSVC10 solution file: tcp.cpp, tcp.hpp | | | 98ee759 Added missing semi-colon. | | | eb16f6b Merge pull request #384 from steve-o/err-handler | | | 5b3d0c6 Add errno fallback values for MSVC2008. | | | 7bbccde Merge pull request #383 from Kobolog/master | | | 08749c8 Removed an unneeded include in tests | | | 6da48ae Fixed tests | | | 829d000 Verbose ROUTER socket behavior patch | | | 21eb8c8 Merge pull request #382 from hurtonm/master | | | 7d99129 Fix open_socket to return -1 (INVALID_SOCKET on Windows) on error | | | 7753379 Merge pull request #381 from hurtonm/connecter_cleanups | | | 919bd96 {tcp|ipc}_connecter: check whether socket is valid before closing it | | | ec9f899 Simplify {tcp|ipc}_connecter | | | e0fed9d Simplify {tcp|ipc}_connecter | | | c8d0d68 Merge pull request #380 from jlopex/master | | | eb6c668 libzmq3.x not compiling on Android crosscompiler | | | 67ab339 Merge pull request #379 from hitenp/doc-changes | | | a96dcfb Correct typo: add missing single quote. | | | 426ea71 Merge pull request #378 from steve-o/err-handler | | | acbb993 Add additional Windows Sockets Error Codes. | | | f35bed0 Merge pull request #377 from hurtonm/master | | | 75d6728 {tcp|ipc}_listener: close socket when set_address () fails | | | a9507cc Merge pull request #376 from ianbarber/master | | | c7c834a Add unistd header to test_connect_delay header | | | dc9749f Merge pull request #375 from ianbarber/master | | | 35c55a2 Add newline to end of test_connect_delay file | | | 9e1e68e Merge pull request #374 from steve-o/branding | | | b2e56c5 Add ZeroMQ branding. | | | 076e081 Merge pull request #373 from ianbarber/master | | | e1cc2d4 Merge pull request #372 from ianbarber/manfix | | | bc9ae71 Add asserts and rename pipe set | | | 704b952 Add reference to the inproc documentation | | | 7b78ed9 Update bind and connect documentation for clarity | | | e5904e6 Allow blocking while connect() is completing | | | 409d5e8 Allow blocking while connect() is completing | | | 95cbad3 Revert "After speaking with Ben Gray and the discussion on the mailing list, this is an attempt to create a sockopt to allow connecting pipes to not immediately be available for traffic. The problem is in a PUSH to many PULL situation, where there is a connect to a PULL which is not there. This connect will immediately create a pipe (unlike bind), and traffic will be load balanced to that pipe. This means if there is a persistently unavailable end point then the traffic will queue until HWM is hit, and older messages will be lost." | | | a563d49 Revert "Remove extra brackets as suggested by Martin H, and fix up a comment which was missing a word" | | | cc230cf Revert "And another typo on the same comment" | | | 5b167aa Revert "Remove the extra outpipe handling as the session is quite capable of delaying the creation of the pipe until the connection has happened. Simply don't build the pipe, and let it do that automatically." | | | 81b8362 Revert "Fix a number of whitespace issues in various parts of the code, add validation to most calls on the test and take a first stab at implementing the reconnection pipe blocking." | | | 48d3977 Revert "Fix condition so that PGM and EPGM sockets always create pipes immediately, even if delay_attach_on_connect is set. This allows passing through the icanhasall flag, and is realistic given the fact those protocols should be able to connect immediately" | | | 6c382c5 Revert "Fix whitespace in test" | | | 72bae20 Revert "Rebinding on reconnection to allow for the pipe blocking will set the event sink again, which will cause an assert to be triggered. I have modified that to allow for setting the same sink to be OK. I believe this should be ok - on termination, if a pipe hasn't reconnected, it would just attempt to be erased from the pipes list again, which is reasonable" | | | f0920ca Revert "On the advice of Martin Hurton, removed the new command type and just terminated the pipe in a reconnect situation, and notified the socket of the same. This handles the blocking properly, but at the cost of potentially losing in flight messages. However, this is a reasonable trade off given how much simpler it makes the patch." | | | b020bd4 Revert "Remove unnecessary extra test in pipe assertion - now we are terminating pipes we don't need to allow the case in which a pipe is rebound to the same sink" | | | 956cfd9 Revert "Fix incorrect whitespace in if statement" | | | 74175de Revert "Removing unnecessary outpipe values that had been used for reconnecting existing pipes - no longer needed when using a pipe term for the delay_attach situation." | | | 440af00 Revert "Restoring comment for clarity" | | | 8968b29 Revert "When detaching a pipe, as well as checking the delay on connect sockopt is set, also ensure that the protocol is not pgm or epgm as we are not implementing the functionality for multicase types" | | | 836fa4b Revert "The previous code to block the socket from receiving on that pipe during a disconnect was vulnerable to a race condition. This code calls with the terminate functions of both ends of the pipe - I believe this should be safer. This required storing a pointer to the socket end of the pipe" | | | 2c6f261 Revert "Reverted to a simpler shutdown. This seems to disconnect and reconnect the pipe properly, but there is a problem in overall shutdown when the pipe has blocked and reconnected - the session seems to get terminated() called on it only in shutdown for the original pipe, by which point it has been replaced. I am not sure at the moment why this only happens then, but this does mean this patch is broken at the moment" | | | 3ae68d6 Revert "Use the hiccup mechanism to notify the socket end of the pair of the change in state, and have it shutdown that end, and shutdown the local end normally. This seems to resolve the shutdown and race condition issues." | | | f5a072f Revert "Code formatting, and clean up so that xhiccuped is only handled in case the pipe isn't terminating" | | | 6eeaf15 Revert "Remove unnecessary condition in assert" | | | c9926f6 Revert "As Martin pointed out, there is a race condition in the old code where a pipe could start shutting down after disconnection, but the new one could connect first. This connection would not get a pipe created for it, so the messages could never flow. The simplest way round this would be a flag, but it is possibly for a very bouncy but fast connection to go up and down twice I imagine, so instead I have added a counter. This starts at zero, and will null out the pipe if terminate is called while it is zero. On a disconnect situation the counter is incremented, and the pipe is the not nulled if the value is non zero. In the terminated function it is decremented for each pipe that is shut down, and the assertion that the terminated pipe == the current pipe is skipped while it is non-zero. This should deal with the race condition and not allow any extra terminated() calls without hitting the assertion." | | | 19da88b Revert "Filter read and write activated calls from the pipe to the session, and delay shutdown in terminated until the final pipe is shutdown." | | | 4aaf3e6 Revert "Add disconnect test" | | | eb14890 Revert "Revert "Merge branch 'master' of github.com:ianbarber/libzmq"" | | | bdd4e13 Revert "Revert "Merge branch 'master' of github.com:zeromq/libzmq"" | | | 029d3df Revert "Merge branch 'master' of github.com:ianbarber/libzmq" | | | dde69fb Revert "Merge branch 'master' of github.com:zeromq/libzmq" | | | 6117a2b Revert "Replace incomplete count with a std::set" | | | 4aa5ba3 Replace incomplete count with a std::set | | | 7b10586 Merge branch 'master' of github.com:zeromq/libzmq | | | 3345902 Merge branch 'master' of github.com:ianbarber/libzmq | | | b448de9 Merge pull request #371 from hurtonm/fix_race_condition_in_connecters | | | 3ec8e57 Fix race conditions in {tcp,ipc}_connecter | | | d8f3487 Add disconnect test | | | a90c1db Filter read and write activated calls from the pipe to the session, and delay shutdown in terminated until the final pipe is shutdown. | | | a5f7300 As Martin pointed out, there is a race condition in the old code where a pipe could start shutting down after disconnection, but the new one could connect first. This connection would not get a pipe created for it, so the messages could never flow. The simplest way round this would be a flag, but it is possibly for a very bouncy but fast connection to go up and down twice I imagine, so instead I have added a counter. This starts at zero, and will null out the pipe if terminate is called while it is zero. On a disconnect situation the counter is incremented, and the pipe is the not nulled if the value is non zero. In the terminated function it is decremented for each pipe that is shut down, and the assertion that the terminated pipe == the current pipe is skipped while it is non-zero. This should deal with the race condition and not allow any extra terminated() calls without hitting the assertion. | | | 841cf69 Merge branch 'master' of https://github.com/zeromq/libzmq | | | ace8f75 Merge pull request #370 from hurtonm/code_cleanup | | | 1f53697 Use struct keyword consistently with sockaddr and sockaddr_in | | | e9bfd76 Merge pull request #368 from hurtonm/code_cleanup | | | 66b7edf Merge pull request #367 from hurtonm/issue_309 | | | 602c501 Small code simplification | | | 796212a Fix the message decoder to ignore reserved flags. | | | 3053f7e Remove unnecessary condition in assert | | | 5da289c Code formatting, and clean up so that xhiccuped is only handled in case the pipe isn't terminating | | | 0bf1d02 Merge branch 'master' of https://github.com/zeromq/libzmq | | | 67497a2 Use the hiccup mechanism to notify the socket end of the pair of the change in state, and have it shutdown that end, and shutdown the local end normally. This seems to resolve the shutdown and race condition issues. | | | b0792ec Merge pull request #366 from hitenp/tcp-consolidate | | | db13fbf Consolidate TCP-specific common code into their own files. | | | 1c65921 Merge pull request #365 from hitenp/master | | | 31cb1f2 Change connection failure test to use an invalid hostname | | | b84b007 Reverted to a simpler shutdown. This seems to disconnect and reconnect the pipe properly, but there is a problem in overall shutdown when the pipe has blocked and reconnected - the session seems to get terminated() called on it only in shutdown for the original pipe, by which point it has been replaced. I am not sure at the moment why this only happens then, but this does mean this patch is broken at the moment | | | 889b0e6 Merge branch 'master' of github.com:zeromq/libzmq | | | 1dcedf7 Merge pull request #364 from AlexBio/fix_unused_variable | | | 8643d71 Merge branch 'master' of github.com:zeromq/libzmq | | | 3db9bf3 Merge pull request #363 from AlexBio/fix_nosigpipe_check | | | 4bd78bb Check if SO_NOSIGPIPE is defined | | | 271ced9 Remove unused variable which causes build to fail with -Werror | | | f611c57 Merge pull request #362 from hintjens/master | | | e5bb5a6 Bumped version to 3.3.0 | | | 336f727 The previous code to block the socket from receiving on that pipe during a disconnect was vulnerable to a race condition. This code calls with the terminate functions of both ends of the pipe - I believe this should be safer. This required storing a pointer to the socket end of the pipe | | | 5008f38 When detaching a pipe, as well as checking the delay on connect sockopt is set, also ensure that the protocol is not pgm or epgm as we are not implementing the functionality for multicase types | | | 4d4674e Merge pull request #360 from vortechs2000/fix_hpux | | | 09d18e4 Merge branch 'master' of https://github.com/zeromq/libzmq | | | f8b79f8 Merge pull request #361 from vortechs2000/fix_aix7 | | | 897b6b5 Merge pull request #359 from vortechs2000/fix_older_linux_gcc | | | 97c48cc Fix build on HPUX 11iv3 | | | 3687789 Fix build on RHEL5 and SLES10 | | | 616bcf9 Fix up build on AIX7 | | | 09956de Restoring comment for clarity | | | ace7c99 Removing unnecessary outpipe values that had been used for reconnecting existing pipes - no longer needed when using a pipe term for the delay_attach situation. | | | 55cbdfc Fix incorrect whitespace in if statement | | | 29f8d9c Remove unnecessary extra test in pipe assertion - now we are terminating pipes we don't need to allow the case in which a pipe is rebound to the same sink | | | c13f1d5 On the advice of Martin Hurton, removed the new command type and just terminated the pipe in a reconnect situation, and notified the socket of the same. This handles the blocking properly, but at the cost of potentially losing in flight messages. However, this is a reasonable trade off given how much simpler it makes the patch. | | | 1566091 Rebinding on reconnection to allow for the pipe blocking will set the event sink again, which will cause an assert to be triggered. I have modified that to allow for setting the same sink to be OK. I believe this should be ok - on termination, if a pipe hasn't reconnected, it would just attempt to be erased from the pipes list again, which is reasonable | | | 0b3478d Fix whitespace in test | | | b5ace39 Fix condition so that PGM and EPGM sockets always create pipes immediately, even if delay_attach_on_connect is set. This allows passing through the icanhasall flag, and is realistic given the fact those protocols should be able to connect immediately | | | 6f6466f Fix a number of whitespace issues in various parts of the code, add validation to most calls on the test and take a first stab at implementing the reconnection pipe blocking. | | | 06485d9 Remove the extra outpipe handling as the session is quite capable of delaying the creation of the pipe until the connection has happened. Simply don't build the pipe, and let it do that automatically. | | | 297af95 And another typo on the same comment | | | b79aaaf Remove extra brackets as suggested by Martin H, and fix up a comment which was missing a word | | | f687a29 Merge branch 'master' of https://github.com/zeromq/libzmq | | | 98ef560 Merge pull request #358 from steve-o/issue-320-author | | | 0f58a98 Merge branch 'issue-320' of https://github.com/steve-o/libzmq into issue-320-author | | | 320684e Return error on invalid PGM url instead of raising assertion (Douglas Young). Fix Win32 build. | | | fe3fb41 After speaking with Ben Gray and the discussion on the mailing list, this is an attempt to create a sockopt to allow connecting pipes to not immediately be available for traffic. The problem is in a PUSH to many PULL situation, where there is a connect to a PULL which is not there. This connect will immediately create a pipe (unlike bind), and traffic will be load balanced to that pipe. This means if there is a persistently unavailable end point then the traffic will queue until HWM is hit, and older messages will be lost. | | | c28af41 Merge pull request #356 from hurtonm/code_cleanup | | | bc150de Merge pull request #355 from hurtonm/fq_lb_fix | | | 89ff277 lb: code cleanup | | | 2973eaf Prevent connection starvation | | | 4e7be10 Merge pull request #354 from steve-o/issue-320 | | | 13976a3 Return error on invalid PGM url instead of raising assertion. Fix Win32 build. | | | 32befeb Merge pull request #353 from steve-o/master | | | 75df019 Fix title on zmq_disconnect manpage. | | | 1adb7b1 Merge pull request #352 from hurtonm/issue_370 | | | 7fe45af Fix issue #370 | | | f7bd543 Merge pull request #351 from hurtonm/code_cleanup | | | 24b79c7 Prefer errno_assert/alloc_assert to zmq_assert | | | 0139676 fq: code cleanup | | | 8152502 Merge pull request #350 from hurtonm/issue_369 | | | 130dfc5 Fix issue #369 | | | e30e48c Merge pull request #349 from hintjens/master | | | 2ab12ef Fixing issue #361 | | | 3a76d24 Merge pull request #348 from hurtonm/code_cleanup | | | d0b9005 Don't assume SOCKET_ERROR is -1 on Windows | | | ac53f1a Remove unnecessary casts | | | e053464 Simplify error handling in tcp_connecter | | | 13ef1e4 Make wsa_error_to_errno pure function | | | a8f9a0d Use zmq_assert rather then assert | | | 52ed4cd Remove dead code | | | 7cfd03b Remove unplug from i_engine interface | | | 5db30fe Merge pull request #347 from methodmissing/monitor-doc-fails | | | b85ff17 Fix too long underline in monitor docs | | | 74af2f9 Merge pull request #346 from methodmissing/monitor-regressions | | | 400f6f3 Rename monitor documentation source file to match zmq_ctx_set_monitor() API | | | 22b4388 Merge pull request #345 from methodmissing/monitor-regressions | | | 1e92ee0 Oust last remaning ZMQ_MONITOR reference from NEWS as well | | | adf7a7a Merge branch 'master' into monitor-regressions | | | 991b7fc Rename zmq_monitor to zmq_ctx_set_monitor for compat with existing context specific APIs | | | 04f0e7f Documentation for zmq_monitor | | | 20152a6 Merge pull request #344 from hintjens/master | | | 604456a Man page for zmq_ctx_new had error, fixed | | | f27c02d Change context monitor_event prototype to accept a va_list instead | | | 4767159 Initial stab at a context level monitor callback and registration API | | | 7cb19fb Merge pull request #343 from jimenezrick/master | | | 65b6351 Merge pull request #342 from ipechorin/master | | | 0e053e3 Doc improvement: document interface omission in zmq_pgm.txt | | | e13b372 Rename type zmq_monitor_fn -> zmq_monitor for a more natural callback definition API (zmq_monitor type, monitor.function callback) | | | 06cce15 Change zmq_monitor_fn type to cast between pointer-to-object and pointer-to-function in a more standards compliant way | | | d25dce9 Solaris/SunCC build fix: could not find a match for std::multimap<...>::insert(std::pair<...,...>) | | | 5ef6331 Merge pull request #341 from kennytm/master | | | c995de6 Allow the ZMQ_MONITOR code compilable on gcc 4.7 on Linux. | | | 89d5054 Merge pull request #340 from methodmissing/events | | | d046175 Merge branch 'master' into events | | | 70b067e Merge pull request #339 from ianbarber/master | | | e65d228 gitignore endpoint test and add docs for unbind and disconnect | | | c7af07c Merge pull request #336 from mauri-melato/master | | | d087548 Merge pull request #338 from hurtonm/code_cleanup | | | 6419439 Simplify encoder's loop | | | 80e8baa Merge pull request #337 from hurtonm/issue_268 | | | 3d93c1a Fix issue #268 | | | 5fe6ddf On Windows, preventing sockets to be inherited by child processes. | | | 5dc44a6 Merge pull request #335 from jdc8/master | | | 37e4a38 Fix compile error with Visual C++ 2008 | | | 68c1be8 Fix for issue 355. Added missing source files dealer.cpp, device,cpp and router.cpp. Removed source files no longer present: xrep.cpp and xreq.cpp | | | c38aecd Merge branch 'master' into events | | | 5c6f72c ZMQ_MONITOR socket option registers a callback / event sink for changes in socket state | | | 47dbd4a Merge pull request #334 from ianbarber/master | | | 1075005 Patch from Mato that fixes a subtle connect bug: EAGAIN was being used as a translation value for EINPROGRESS, thus shadowing a real EAGAIN return value from the OS. This caused later assertions of "Invalid argument" in stream_engine.cpp when it attempted to use a socket which was not connected. | | | f497aae Merge pull request #333 from hurtonm/fix_decoder_to_properly_handle_large_messages | | | 36bfaaa Merge pull request #332 from hurtonm/fix_issue_264 | | | 9098f4d Merge pull request #331 from hurtonm/code_cleanup | | | dd3eb08 Merge pull request #330 from hurtonm/pair_socket_rejects_additional_connections | | | d847094 Do not crash when multiple peers connect to PAIR socket | | | 5227f67 Fix decoder to properly handle large messages | | | 776563f Fix issue #264 | | | 394a248 socket_base: process_unplug () is not used, remove it | | | 16ec286 Merge pull request #329 from ianbarber/master | | | b7c9fc0 Slight tweak to text for readability | | | 7c5d79d Merge pull request #328 from tailhook/patch-1 | | | 138def0 Added refinement for ZMQ_FD option | | | 29000d3 Merge pull request #326 from hurtonm/pipe_code_cleanup | | | 41c82bd Merge pull request #327 from hurtonm/fq_drop_unused_parameter | | | 2cbf799 fq: remove unused parameter | | | 1788fd3 pipe: code cleanup | | | 648e319 Merge pull request #325 from hurtonm/update_comment_in_device_plus_whitespace_fixes | | | a2c3772 Mention limitation of the device implementation | | | e8b701c Merge pull request #324 from hurtonm/rename_xrep_xreq_in_tests | | | 9d02b3d Merge pull request #323 from hurtonm/xsub_fix_message_initialisation | | | 873abdd Rename XREP/XREQ to ROUTER/DEALER in tests | | | df5344b xsub: fix memory leak | | | 016df8e Merge pull request #322 from tranthamp/master | | | 135fdab Implement atomic operations for armv7a | | | c120f02 Merge pull request #321 from shripchenko/master | | | f858321 add process_commands() to the beginning of zmq_connect() and zmq_bind() | | | b9fb919 Merge pull request #320 from shripchenko/master | | | 057fab0 fixes for zmq_unbind() / zmq_disconnect() usage corner cases | | | 4f668ad added zmq_unbind() / zmq_disconnect() test script. it works but rises very serious questions. | | | 74ae19a spaces deleted | | | 952127d Merge pull request #319 from shripchenko/master | | | 06b2eae small wording change | | | 2faa4c4 stupid bug. I feel ashamed ^) | | | 653e585 Merge pull request #318 from shripchenko/master | | | 2eb6b32 fixes for | | | 4894818 2nd try wuth sock->unbind() and sock->disconnect(). now with blackjack and const char*'s | | | d56b752 Merge pull request #316 from pieterh/master | | | 8837852 Merge pull request #317 from shripchenko/master | | | 7b8e728 implement zmq_unbind(),zmq_disconnect(), zmq->sock->getsockopt(ZMQ_LAST_ENDPOINT_ID) | | | 318d55f Fixed issue LIBZMQ-358 | | | 36e9c4a Merge pull request #315 from shripchenko/master | | | b89a53e fix bug in zmq::tcp_address_t::resolve_interface() where all resolved interface ip's overwrited by 0.0.0.0 | | | 334f99f Merge pull request #314 from ianbarber/master | | | 5b30089 port of patch by Martin Sustrik to libxs: This patch instantiate a clock_t instance for each XS socket. Thus, it is shared between subsequent calls to xs_recv (and xs_send). That in turn significantly limits the number of invocations of getimeofday (or similar) when timeouts are used and recv/send is called in a tight loop. | | | f663ad9 Merge pull request #313 from ianbarber/master | | | 206d80b Make docs reflect socket mappings better | | | 084c182 Merge pull request #312 from shripchenko/master | | | c77dc98 some spaces cleanups + delete unused anymore zmq::max_sockets + some minor code chages | | | 525be51 Merge pull request #311 from shripchenko/master | | | acba6bd Implement ZMQ_TCP_ACCEPT_FILTER setsockopt() for listening TCP sockets. | | | e276df2 Merge pull request #309 from hurtonm/fix_issue_335 | | | cfa6f4b Fix issue #335 | | | 899778d Merge pull request #308 from jdc8/master | | | 177264d c++ style comments result in compile errors with non-c99 C compiler | | | f6330f3 Merge pull request #307 from mkoppanen/master | | | 70cf2d4 ETIMEDOUT is a valid error code here. Fixes intermittent assertion failure on laggy networks | | | 3cd0b1b Merge pull request #306 from shripchenko/master | | | 4315467 documentation trimmed down to be just placeholders for who knows english better than me | | | 4b30340 more flexible keepalive options detection + awful options documentation | | | 0c3d917 initial implementation of tuning TCP keep-alives for TCP socket currently not fully cross-platform work on linux possibly work in *bsd and could be enhanced to work on windows | | | 4ab3c5a Merge pull request #305 from hurtonm/fix_identity_exchange_for_inproc_transport | | | 12c0c6a Fix identity exchange for inproc transport | | | 88db804 Merge pull request #304 from hurtonm/flush_identity_message_for_inproc_transport | | | b41036a Flush identity message for inproc transport | | | 5bc9fd6 Merge pull request #303 from pieterh/master | | | d8c5808 Fixed issue #351 | | | a969028 Merge pull request #302 from hurtonm/router_bugfix | | | 9a60b3a Fix error in router socket introduced in the previous commit | | | 2faedd9 Merge pull request #300 from hurtonm/router_send_fixes | | | 5c6e278 Merge pull request #301 from hurtonm/router_rework_peer_identification | | | 600488f router: always respect message boundaries | | | f037290 router: reimplement peer identification | | | 476c9b9 Merge pull request #299 from pieterh/master | | | 9728706 Added optval checking in zmq_ctx_set | | | 3eaae8b Merge pull request #298 from pieterh/master | | | eb8217b Fixed zmq_init(-1) issue | | | cecc790 Merge pull request #297 from hurtonm/code_cleanup | | | 8da7271 Merge pull request #296 from hurtonm/fix_router_send | | | 1e2564a Fix return value of send for router socket | | | 77d93d7 Simplify use of posix_assert in mutex.hpp | | | e767402 Remove the launch_sibling method | | | 6f47f12 Do not pass a message to the check_write method | | | ed65271 Merge pull request #295 from hurtonm/tcp_address_fixes_anc_cleanups | | | 9c46e87 tcp_address: minor cleanups | | | 700e08c tcp_address: make port number conversion more robust | | | c428f6a tcp_address: check address length before manipulating it | | | 19f364e Merge pull request #294 from pieterh/master | | | 2bcc300 Fixed issue #348 | | | 4c93fc2 Merge pull request #291 from rcxdude/bugfix | | | 64732ae Merge pull request #293 from hurtonm/fix_getaddrinfo_for_ipv6_on_freebsd | | | c2e9997 Don't set the AI_V4MAPPED flag on FreeBSD | | | dc4d61f Merge pull request #292 from hurtonm/fix_issue_334 | | | 00b4571 Fixed issue #334 | | | 084e1c2 Fix for issue #307 | | | 6d776d0 Merge pull request #290 from pieterh/master | | | ba798ee Fixed issue #325 | | | 82c06e4 Fixed issue #325 | | | c861fb4 Merge pull request #289 from pieterh/master | | | 3585ec8 Fixed Makefile for ROUTER/DEALER rename | | | 712e36d Merge pull request #288 from pieterh/master | | | 27c28bd Mark sockets as invalid when closed, not when destroyed | | | 6f720f0 Merge pull request #287 from pieterh/master | | | c12fedc Completed internal renaming of XREP/XREQ to ROUTER/DEALER | | | 0480ce1 Merge pull request #286 from pieterh/master | | | 75809b2 Fixed issue LIBZMQ-345 - race condition in ctx.socket/term allows segfault | | | 3b483a8 Merge pull request #285 from hurtonm/ctx_patches | | | 84707d3 Merge pull request #284 from pieterh/master | | | 151d071 Minor cleanups | | | ae2b938 register_endpoint: simplify locking | | | e56f698 choose_io_thread: do not assert when no I/O thread was chosen | | | f944336 Fix race condition in find_endpoint | | | 860e1d2 Fixed issue #344 | | | 8a64d80 Merge pull request #283 from pieterh/master | | | f26e4ab Simplified zmq_msg_get/set functions | | | 0afd8a8 Merge pull request #281 from pieterh/master | | | cd57c43 Merge pull request #282 from hurtonm/remove_unused_variable | | | 58378c6 Merge pull request #280 from hurtonm/fix_ipc_connecter | | | 35233f9 remove unused variable | | | 0a6fc02 fix connection establishment for AF_UNIX sockets | | | 60e45f3 Merge pull request #279 from pieterh/master | | | 6dd102c Fixed issue #293 | | | 1e4c5b2 Merge branch 'issue-337' | | | 7d6d2f9 Merge pull request #278 from taurel/master | | | 1075812 Disable reconnection option | | | 5973da4 Merge pull request #277 from pieterh/master | | | 9426bd5 Merge branch 'issue-336' | | | 87fa8e7 Merge pull request #276 from pieterh/master | | | 6e71a54 Fixed issues #337, #341, and #340 | | | bdefa18 Fixed issue 336 | | | 06dd31c Removed last vestiges of thread-safe sockets | | | 8665f9a Merge pull request #275 from pieterh/master | | | 9ccfbf8 Removed zmq.hpp, may add this back in separate commit | | | 9ac40c4 Fixed issue LIBZMQ-333 | | | 32c85e0 Merge pull request #274 from Kobolog/master | | | cb70c5e fixed some typos | | | 8095a12 man entry for the new option | | | df584a3 an option to fail on unroutable messages in ROUTER sockets | | | 62d27b7 Merge pull request #273 from BoresExpress/wm5 | | | 318ba88 Add WinCE support. | | | f967430 Merge pull request #272 from staticfloat/patch-1 | | | 020f777 Eliminate unnecessary line break | | | 19d3096 Merge pull request #271 from BoresExpress/bug1 | | | ce24bf0 Changed wrong file name in VC++ project. | | | 4c59b1f Merge pull request #270 from rgagnon24/master | | | 3aabbba Fix IPC transport domain socket stream file not being removed when connection is closed | | | 0fed3a3 Merge pull request #269 from datasift/master | | | 5820438 update lower bound flag when removing topics | | | 3f8322b Merge pull request #268 from gimaker/compact-trie-table | | | 3485b3e Fixed a bug in the mtrie table compaction logic. | | | 7689d20 Merge pull request #267 from mkoppanen/windows-project-files | | | b05fb46 Add missing files to Windows project files | | | 58f8d4a Merge pull request #266 from mkoppanen/improve-tests | | | 879ab39 Merge pull request #265 from mkoppanen/freebsd-solaris-fixes | | | 5d7450d Improve the test for last_endpoint, use the same ports as other tests | | | 1824574 Minor fixes to get_address code to fix build on solaris and freebsd. Also service doesnt need to be discovered here | | | 78d24d3 Merge pull request #264 from ianbarber/master | | | 5e1efc9 Update documentation for last endpoint to mention inaddr_any and add a test for IPC last endpoint checking | | | 2533909 Merge pull request #263 from mkoppanen/tcp-get-address | | | 33a18f0 More fixes based on CentOS 6.2 results | | | b19c5fc Merge pull request #262 from mkoppanen/tcp-get-address | | | d00d484 More fixes for ZMQ_LAST_ENDPOINT. Added a test | | | b057348 Fixes for tcp_listener::get_address | | | 06140da Merge pull request #261 from mkoppanen/windows-build | | | 1bf4067 More fixes for win build | | | e248549 Merge pull request #260 from mkoppanen/solaris-build | | | 51b59b4 Fix build on windows | | | 9a4fd8a Needs explicit cast on solaris | | | dd35385 Merge pull request #259 from mkoppanen/solaris-build | | | 56aa49f Fix build on solaris | | | cfe2a82 Merge pull request #258 from skaller/master | | | 916f1a5 Remove build script references to test_ts_context. | | | e7da123 Remove thread safe test. | | | 38e74c9 Remove thread safe socket stuff from C binding. | | | 0fa6b8e Remove thread safe context init. | | | 9e622d5 Merge pull request #256 from ianbarber/master | | | 9910439 Merge pull request #257 from mkoppanen/master | | | da1920d Revert NULL checks in the API | | | 82bd543 Updating documentation to remove ECANTROUTE error code | | | c9898d2 Merge pull request #255 from jtzl/master | | | 132112a added more specific installation documentation | | | 244f3a3 Merge pull request #254 from pieterh/minor-cleanups | | | ccdb7a6 Minor cleanups | | | a457be3 Merge pull request #246 from pieterh/arguments | | | 9321dfb Merge pull request #248 from pieterh/scattered | | | 5d9432b Merge pull request #253 from ianbarber/master | | | 2da76a3 Updating to use getnameinfo rather than inet_ntop | | | 4b62344 Merge pull request #252 from gimaker/compact-trie-table | | | c9d124b Merge pull request #251 from gimaker/sub-sndhwn-assert | | | bfbe556 Merge pull request #250 from gimaker/connect-assert | | | 4697634 Resolved conflicts after merge | | | 3ee99ae Renamed scatter/gather methods, cleaned up source | | | 8a497e2 Resolved conflicts after merge | | | 0efb49f Fixed up all references to zmq_msg_size | | | 02b81d4 Changed return type of zmq_msg_size to ssize_t to allow error return | | | dc09da4 Return EFAULT if required arguments are null | | | 07b49ff Fixed up all references to zmq_msg_size | | | 2f44faa Merge pull request #247 from pieterh/sendrecv | | | 2b646cb Merge pull request #249 from pieterh/msgpeekpoke | | | 2cd04c5 Compact the trie/mtrie node tables where possible, to reduce memory usage. | | | e18f9da Drop subscription messages when reaching the SNDHWM rather than asserting. | | | b9fb48f Resolve addresses in the calling thread on connect. | | | d092f26 Renamed peek/poke to get/set | | | dcc1725 Renamed zmq_getmsgopt to zmq_msg_peek | | | b3d7b29 Renamed scatter/gather methods, cleaned up source | | | fb4748f Added zmq_msg_send/recv functions | | | 6b2ec36 Changed return type of zmq_msg_size to ssize_t to allow error return | | | d38951d Return EFAULT if required arguments are null | | | b2e2fa6 Merge pull request #244 from pieterh/master | | | 0c4a19c Deprecated XREQ/XREP | | | 5f6b95f Fixed footers to refer to man page, not all docs | | | c85ecfc Cleaned up description of multi-part messages | | | 636de46 Removed section on devices, added new methods | | | 086c059 Ported numerous fixes from 2.1 man page | | | 9bc0e10 Merge pull request #243 from pieterh/master | | | bd4f703 Ignored generated files | | | 2000d44 Fixed syntax error in zmq_getsockopt man page | | | a50a8aa Revert "more checks for parameters of API functions" | | | afe8cd5 Revert "fix warn unused" | | | b2e9347 Merge pull request #238 from ianbarber/master | | | cc10c00 Updating docs with new sockopt | | | b6c9723 Merge branch 'master' of https://github.com/zeromq/libzmq | | | b5d3373 Moving to std::string in options | | | a908ccb Merge pull request #241 from skaller/master | | | 48423c9 Merge pull request #242 from niXman/master | | | e646ce4 more checks for parameters of API functions | | | 4807935 Implement type safe sockets and contexts. | | | 770f843 Allowing value 0, and moving code to get_address functions based on feedback | | | 91bf494 Merge branch 'master' of https://github.com/zeromq/libzmq | | | 256fa5d Merge pull request #240 from niXman/master | | | 7b7d404 fix warn unused | | | 40052c1 Merge pull request #239 from skaller/master | | | 7fa14f3 Merge branch 'master' of https://github.com/zeromq/libzmq | | | 7b32c9c Adding ZMQ_LAST_ENDPOINT for wildcard support on TCP and IPC sockets | | | c3f7543 Fix uio support. | | | 970a005 Provide interface. | | | 383a49d Implement zmq_recvmmsg. | | | 531835b Implement zmq_sendv. | | | f59fff7 Add check for sys/uio.h to configure script. | | | 21571cf Merge pull request #237 from skaller/master | | | 81662d7 Add a test for thread safe sockets. | | | 759b2e0 Fix comments to conform to style guide. | | | 9dab56c Merge pull request #235 from skaller/master | | | cbf6126 Merge pull request #234 from ianbarber/master | | | 935f174 Merge pull request #236 from danielnorberg/master | | | 67fd4c9 add missing semicolon | | | 520ad3c Set and arrange propagation of thread safe sockets flag. | | | 988efbc Thread Safe Sockets. | | | 4dd6ce0 Add mission ; character | | | 43b71ae Fixing missing semicolon in xpub.cpp as reported on the list by Emmanuel TAUREL | | | dc50bf5 Merge pull request #233 from danielnorberg/master | | | 79f753b xpub: free received subscription messages | | | 4f4d72a Merge pull request #232 from chuckremes/master | | | 93db782 Merge branch 'libzmq-268' of git://git.lucina.net/libzmq | | | adee827 Merge pull request #231 from chuckremes/master | | | 762bcff Merge branch 'libzmq-303' of git://git.lucina.net/libzmq | | | e89a5f1 Merge pull request #230 from chuckremes/master | | | c54ad48 Merge branch 'libzmq-205' of git://git.lucina.net/libzmq | | | 0319cb2 Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268) | | | edf7db7 Merge pull request #227 from gimaker/smaller-mtrie | | | e6c97c5 Reduce memory usage of mtrie. | | | 1925c92 Merge branches 'libzmq-205' and 'libzmq-303' | | | 7e8a839 Merge pull request #226 from gitfoxi/master | | | 1e5a48f Epoll is default for cross-compile. For regular-compile, test kernel (run) support. | | | 281dcd2 Merge pull request #221 from fidlej/master | | | 676d4f4 Merge pull request #222 from gimaker/trie-pruning | | | 0c94cd0 Merge pull request #223 from gimaker/libzmq-310 | | | 95f6a07 Merge pull request #224 from vortechs2000/master | | | 57f64c5 Merge pull request #225 from gitfoxi/master | | | c71375e Fix: Case where system library has epoll but kernel does not support it. | | | c4f2240 Fix: runtime patch for when system has clock_gettime but does not support CLOCK_MONOTONIC. | | | b5dbff8 Fix basic_string not implemented in stdc++ 3 | | | 99df984 Fix bad combination of gcc3, -Werror and private destructor. | | | bc4d1b6 Fixed segfault bug sometimes happening when pruning the trie/mtrie. | | | 2e0c433 Patch from Mikko Koppanen for #LIBZMQ-301 | | | 3621565 Throw away unexpected data received by XPUB sockets, rather than asserting. | | | c34a144 Fix pgm_receiver.cpp: zmq_assert (pending_bytes == 0) (LIBZMQ-205) | | | 19129ed Prune redundant nodes in the trie. | | | 6fa9ffe Prune redundant nodes in the mtrie. | | | 029e288 Fix assertion in pgm_sender_t::plug() (LIBZMQ-303) | | | 1d8b132 Updated connector open() doc strings. | | | 6f32361 Version bumped to 3.1.1 | | | b3fbe01 Merge branch 'master' of github.com:zeromq/libzmq | | | dcb1d55 Fix MSVC10 build distfiles | | | 3bf7860 NEWS updated for 3.1.0 release | | | 22ef966 Update email address in man pages | | | 183e126 Fix typo in zmq_sendmsg(3) manual page | | | adc0712 Merge branch 'master' of github.com:zeromq/libzmq | | | 3fbe8ac Dont wait for pending subscription commands on shutdown | | | bfbd16d Merge branch 'master' of github.com:zeromq/libzmq | | | 91fdedf Fix polling on XREP socket | | | f9eb763 zmq_sendmsg and zmq_recvmsg checks for NULL message object | | | 3fb5c11 Added MSVC10 solution and project files for Windows | | | a9e0333 A synchronous connect() failure in ipc_connecter can result in Assertion failed: s == retired_fd (ipc_connecter.cpp:174), as reported in LIBZMQ-294. | | | 82d9353 Fix synchronous connect failure for ipc://, tcp:// (LIBZMQ-294) | | | c90f54e Merge branch 'master' of github.com:zeromq/libzmq | | | e7d748e Mika Fischer added to AUTHORS file | | | 0df86c4 rt library required on all platforms | | | aaac96d This makes clock_t insensitive to the system clock being reset by NTP or the sysadmin, which could previously cause long hangs for instance in zmq_poll. | | | b4f5ee5 Merge branch 'master' of github.com:zeromq/libzmq | | | fc17bd4 ENOTCONN on recv() on TCP socket is treated decently (issue 254) | | | daac9ac Phillip Kovacs added to the AUTHORS file | | | bf90629 Fix broken VPATH/parallel builds | | | 5c1a91e Stuart Webster added to the AUTHORS file | | | a610b3d Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users | | | f8bd396 Documentation for IPv4ONLY option clarified | | | 5a6503e Bug in XREP and XREQ fixed (issue 280) | | | 83975c1 Missing "defined" tokens added | | | 21bca4d Bug concerining identity in XREQ socket fixed (issue 280) | | | 1c23970 Couple of bugs in XREP handling of identities fixed. wq: Signed-off-by: Martin Sustrik | | | f8b0055 Hangup in signaler creation on Windows fixed | | | 90d0435 Merge branch 'master' of github.com:zeromq/libzmq | | | a7b0b0d AUTHORS file changed | | | 2752490 Set libzmq ABI version to 3 | | | c79abee Get AIX 6.1 compiling again by making msg_t class explicit | | | 991f7e2 Set libzmq ABI version to 3 | | | 89962a8 Uninitialised FSM state in REQ session fixed (issue 278) | | | 11e3198 Chuck Remeas added to the AUTHORS file | | | 93529d8 Add zmq_getmsgopt to the API | | | bb66f3c Bug in trie fixed (issue 277) | | | 6503716 Minor typo corrected | | | fe81827 Version changed to 3.1.0 | | | 21a0b49 Obsolete ECANTROUTE errror code removed | | | a756956 Use identities in inproc transport | | | de1d32d Fix getaddrinfo calls to work on OpenVMS | | | 50a9ee6 MSVC build fixed | | | 05ce301 Merge branch 'master' of github.com:zeromq/libzmq | | | 6cdd720 Merge pull request #220 from 250bpm/HEAD | | | e9c3a22 Linking exception corrected | | | a4843b6 Identities re-introduced | | | d20ea25 ZMQ_IDENTITY option re-introduced | | | 8e21d64 Copyright dates adjusted to reflect reality | | | 8a0f5f7 Miru copyrights added | | | 1c071f5 LABELs removed from the documentation | | | 7563518 Tests print their name before running | | | 7842c71 LABELS and COMMANDs removed | | | 626099a VTCP transport removed | | | ac7717b 250bpm copyrights added | | | 4b832ea Revert the early dropping of request and replies for disconnected clients | | | 9227c38 ROUTER and DEALER are aliases for XREP and XREQ | | | dee8b23 New style ROUTER socket removed. | | | 541b83b Perry Kundert added to the AUTHORS file | | | 09574a6 Corrected discarding of remainder of message when request ID invalid | | | 52bab42 Missing bracket added | | | 9b3e61a Ben Gray added to the AUTHORS file | | | 9e000c8 Patch for issue LIBZMQ-275. Dealing with VSM in distribution when pipes fail to write. | | | 68ab5f8 Paul Betts added to the AUTHORS file | | | 1b706ac Enable exceptions raising on assert on Win32 | | | a8362ab Enable exceptions raising on assert on Win32 | | | a70bea0 Merge branch 'master' of github.com:zeromq/libzmq | | | b3cda2a Bug in kqueue poller fixed (issue 261) | | | 6c1b50c Added compile-time test for SOCK_CLOEXEC | | | d31792e Default HWMs are set to 1000 | | | f5f1a8b New upstream OpenPGM maintenance release 5.1.118. | | | cc5d316 Re-add PGM rate limiting | | | 81da391 Use single port for creating signalers on Windows | | | 7a10bbe Bug in subscription matching fixed (issue 263) | | | 34b114d Make sure new ROUTER socket honours POLLIN for cmd messages | | | 8485a5e Assert fixed in XREP & ROUTER when sending to terminating pipe (issue 258) | | | d726120 Bug in matching algorithm fixed | | | 25cc25e MSVC build fixed | | | e170136 More bugs in mtrie fixed | | | 5936379 Bug in mtrie fixed | | | 06bdf2c Check message syntax in REQ asynchronously | | | f78d9b6 Session class separated into socket-type-specific sessions | | | 78b02d1 Minor optimisation in message distribution algorithm | | | cf499ee Bug in message distribution algorithm fixed (issue 251) | | | 42737f0 test_invlid_rep added to .gitignore | | | 8f8bfca Fixed issue with req assertions (issue 252) | | | e191e80 Fix polling system detection on mingw32 build | | | 9d0e122 Added option to choose internal polling system | | | 193fa1c Accept square brackets around IPv6 address | | | 4138aca Fixed doc to clarify how label parts work | | | 9fb9fea Improve error reporting in a minor way | | | 8b7ac4c Close file descriptors on exec (issue 218) | | | 2910a72 msg_t::rm_refs closes the message when number of refs drops to 0 (issue 245) | | | 82ab08d Premature deallocation bug in XSUB fixed (issue 244) | | | 65bb758 Fixed warnings on Win64 | | | 940c5b3 zmq_msg_t changed to structure | | | dd7c629 Typo fixed in zmq_socket(3) | | | 80a5f60 NIC name resolution moved to tcp_address_t | | | f0c7edb Missing include added to ip.cpp | | | 898ee99 Windows build fixed | | | b6ecb00 TCP address related functionality moved to tcp_address_t | | | 4a8dd1e MSVC build fixed | | | b01a8e1 IPC address related functionality refactored into ipc_address_t class | | | 3488af0 Fix the PGM support on win64 | | | ed37345 MSVC build fixed | | | b3bac17 tcp_engine renamed to stream engine | | | 41457e1 Semaphores are not used anymore, build system is adjusted accordingly | | | 714d3b2 EAFNOSUPPORT defined on Windows platform | | | 85851d3 Preliminary Android support | | | 0354d4d Added Android support | | | 57440b8 Add IPv6 support to tcp_listener | | | 3c3c0bf Minor problems in MSVC build fixed | | | 9196c48 select version zmq_poll reports invalid FDs | | | 9380098 Compilation error on HP-UX and AIX fixed | | | 6dc3b2a Compilation error on FreeBSD fixed | | | a3f2740 Minor compile-time bug on Windows fixed | | | 1c54ce3 tcp_connecter disables IPV6_IPV6ONLY if needed. | | | c27b9ac Update resolve_ip_interface and resolve_ip_hostname with ipv4only parameter. | | | 9184a54 Update resolve_nic_name to take more generic sockaddr parameter. | | | 784041f ZMQ_IPV4ONLY option added | | | 8378180 Minor bug in vtcp_listener fixed | | | 2423051 vtcp connection string simplified | | | be48970 MSVC build brought up-to-date | | | d5f3628 Different connecters simplified | | | f63db00 Different listener implementations simplified | | | b45fec3 Tuning of TCP sockets is done at a single place | | | 46b053b Dead code removed from TCP and IPC transports | | | 5ac6314 Implementations of TCP and IPC transports separated | | | 6e98742 Precise reconnect interval randomised | | | ce7a9a5 Setting TCP socket options moved to tcp_engine_t | | | 588c728 vtcp_connecter fixed | | | d7319de First version of vtcp_connecter added | | | 258e7e6 Code cleanup | | | 279302c Experimental VTCP listener added | | | 9906c65 Outdated entries removed from .gitignore | | | 9119b4f TCP transport classes simplified | | | 43b5b34 PGM subscription forwarding fixed | | | 7c1dca5 Session classes merged into a single class | | | f716b57 Only one polling mechanism is compiled | | | 0e71b11 Obsolete include in ctx.hpp removed | | | 11e21d0 semaphore_t class removed | | | 837451e Remove blob_t class | | | 5650743 MSVC build brought up to date | | | 75c4e0e mailbox::recv correctly passes EINTR to the caller | | | 4bd3359 ECANTROUTE error documented in zmq_sendmsg(3) | | | 6b873d4 ROUTER socket blocks on SNDHWM | | | a1e09fa ROUTER socket reports error when message cannot be routed | | | 72a793f ZMQ_GENERIC renamed to ZMQ_ROUTER | | | cb2d715 endmsg(3) and zmq_recvmsg(3) added to RPM spec file | | | a808431 Fixed email addresses in the MAITAINERS file | | | a33a275 Fixed issue 230 | | | 7298b57 Includes in zmq.cpp cleaned-up | | | 18d8be5 Fix pollin on Cygwin. | | | ac20e17 Reference to C++ binding removed from zmq(7) | | | 66ff99c Martin Lucina remove from MAINTAINERS file | | | f97f50c Signaler timeout bug on Windows fixed | | | 1a40880 ZMQ_IDENTITY option removed from the documentation | | | 89daa57 Missing files for GENERIC socket implementation added | | | bf78e23 GENERIC socket type and COMMAND flag added | | | c8e8f2a ZMQ_IDENTITY socket option removed | | | ba67eff non-immediate_connect functionality removed | | | 364839f Debian packaging removed | | | e4f98d1 ROUTER and DEALER sockets removed | | | 73630de Version number bumped to 4.0.0 | | | 57c1342 Bug with setting options on SUB socket fixed | | | 2927481 zmq_bind(3) and zmq_connect(3) describe EINVAL error | | | 2afb791 Subscription forwarding test added | | | 215cfc6 REQ/REP drop test extended | | | c754298 PGM transport reconciled with subscription forwarding | | | d7adc3f ZMQ_FILTER option removed | | | a154ef6 Man pages for send & recv function brought up to date | | | 7e12511 Experimental code from zmq_init_t removed. | | | 52eaf60 Drop outbound messages in XREP socket when SNDHWM is reached | | | aa2150c VSM data are aligned to 32/64 bit boundary | | | 1526ff6 License text in autogen.sh fixed | | | 8d96036 Build system checks for presence of eventfd.h header | | | 8fb9d3c Merge branch 'master' of github.com:zeromq/libzmq | | | 6ae1be1 Race condition in eventfd signaler fixed | | | 9a9a0cf eventfd implementation of the signaler | | | c687c7e Fix MSVC build | | | da26134 Inproc tests need no I/O threads | | | 7c0c798 Command are now stored in ypipes instead of in socketpairs | | | de38384 Testing for errors from pthread_* functions fixed | | | 4f4cc73 Use strrchr to ensure we split off the last colon for the service port | | | 543ad30 Packaging for MSVC build fixed | | | f8bf3a4 Rename i_inout to i_engine_sink | | | 3ae73ee Typo in zmq_msg_size(3) fixed | | | 770d0bc Fix MSVC build | | | d137379 Outstanding requests dropped when requester dies (issue 190) | | | 12532c7 O(1) fair-queueing in XREP implemented | | | ec81f8f New wire format for REQ/REP pattern | | | 10a93bb Unspecified error code from mailbox_t::recv on Win32 fixed | | | a28928f Introduce ZMQ_ROUTER and ZMQ_DEALER sockets | | | f437c9e Fix errors in zmq_getsockopt(3) manpage | | | ab99975 LABEL flag added to the wire format | | | ada5d42 Basic tests now test multi-part messages instead of single-part | | | c80908c Bug fixed in pipe termination | | | 7572fee Optimise block/non-block switching in mailbox_t | | | 8440de2 Fix minor warning in MSVC build | | | f4760f0 Disable timeo test on MinGW | | | 082f8e1 Mailbox timeouts fixed on Windows | | | ed680a3 Documentation for XPUB and XSUB socket added | | | 9f4d376 Session termination error fixed | | | 00dc024 Race condition in pipe_t fixed. | | | 6052709 ENETDOWN is a legal error from TCP connect | | | 5b77a41 Throughput tests fixed. | | | 4b60023 Merge branch 'master' of github.com:zeromq/libzmq | | | 9b795de Refactor Windows versioning and WinSock usage.Signed-off-by: Steven McCoy | | | dc66053 Minor MSVC warning fixed | | | d7923f0 Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. | | | e895607 ENETUNREACH is a valid error from connect | | | 65d2b70 Minor patch to fix ICC build | | | 970798f mtrie.cpp added to MSVC build | | | c7fb5c5 Reverting previous commit that broke MSVC2010 build | | | b164023 Fix scope on Windows includes. | | | ff93f54 ZMQ_FILTER socket option added | | | e080e3e Publisher-side filtering for multi-part messages fixed | | | bd86def Actual message filtering happens in XPUB socket | | | 3935258 Minor code beautification for mtrie_t | | | ee7313b Subscriptions are processed immediately in XPUB socket | | | a24a7c1 Session termination induced by socket fixed | | | 0b59866 Patches from sub-forward branch incorporated | | | 311fb0d Subscription matching moved from XSUB to SUB socket | | | 718885f Pending messages are delivered even if connection doesn't exist yet | | | 87a6490 All pipe termination code moved to pipe_t | | | 3d4203d Fabien Ninoles added to the AUTHORS file | | | 71ac91b Add multi-array support to array_item_t. | | | 0f6f727 Move the pipe termination code to socket_base_t | | | acf0b0e Introduces bi-directional pipes | | | 9e6b399 Couple of minor issues in MSVC build fixed | | | da7b6d0 Paul Colomiets added to AUTHORS file | | | 38e5f86 Better handling of memory error in resolve_ip_hostname | | | 864c18f zmq_msg_init_data returns ERRNO instead aborting | | | d8d5a62 Duplicate initialisation of PGM_MULTICAST_HOPS removed | | | 5d0cffc ZMQ_MULTICAST_HOPS socket option added | | | 49df2f4 Fixes warning when compiling with MSVC on Win64 | | | 4938787 Async connect doesn't fail on EWSANETDOWN | | | da1ef4d Fixed REP assert on missing envelope | | | 0c5b781 urrent pipe pointer in XREP out of range -- fixed. | | | 3ef7c74 Tore Halvorsen added to the AUTHORS file | | | 1012021 Accessing an iterator after it is accessed is not valid. | | | ceb5e1a Deallocation functions in zmq.h and msg_t class are consistent. | | | 5e329ba Minor patch to keep ICC compiler happy | | | 6ecec9b Current inpipe remains unchaged in XREP when other pipe terminates | | | e5d4cd3 Yet one more fix related to PUB socket and multipart messages | | | e78cc47 Moved tests off 5555 (conflict with Eclipse) | | | eb9bc1b Message atomicity problem in PUB socket fixed. | | | fe2e772 pgm_socket uses binary version of UUID | | | 96213d5 WSAENETUNREACH is a valid networking error | | | b2eb84f Substantial simplification of uuid_t | | | 10fbc78 Assert during SUB socket termination fixed. | | | e0246e3 Message-related functionality factored out into msg_t class. | | | 5816976 Message validity is checked in the runtime | | | 20e0b7c zmq_socket(3) describes the EMFILE error code | | | e3dc0b2 OpenPGM compilation error on OSX fixed | | | 452ea97 zmq_send(3) manpage improved | | | 590ad25 Error handling for accept on Cygwin fixed | | | 5444064 Minor cleanup of preprocessor definitions for OpenPGM | | | 933ace0 MSVC build fixed to reflect zmq.cpp split | | | 6191213 Code dealing with messages moved to msg.cpp | | | 3b636d7 zmq_utils implementation moved to zmq_utils.cpp | | | e6fd193 OpenPGM now doesn't redefine bool, we can drop the workaround | | | a3b49ca Fixed example | | | 0839cce Missing ENOTSOCK added on Win32 | | | b96fe15 Run-time checking for context & socket validity added | | | e62686a RPM packaging improvements | | | 6fd403c Make pkg-config dependency conditional | | | 4b52cf9 TCP and IPC connection initiation allow for multiple properties | | | 8203c4d Another error handling issue on Win32 solved | | | 475ba38 Issue with error checking on Win32 platform fixed | | | 1842628 Unreferenced variable removed | | | 2c7af35 Add note about thread-safety to zmq_msg_init_data() manpage. | | | 54ea458 Git ignores .gcno files | | | a48b6cf Additional gcov changes | | | 656b646 Large rename: AC_ZMQ_ to LIBZMQ_ and ac_zmq_ to libzmq_. Fixes "warning suspicious cache-id" | | | bdeddb8 Added code coverage checking | | | 7af1846 Add option to build with system opepgm | | | 0e0e455 Project location on github changed in README file | | | 3e65522 Fixed memory leak with threads on win32 | | | 85c2a84 inproc perf tests now work on Windows | | | 54830ac MSVC build system updated to match 3.0 changes | | | ae90d3b inproc_lat and inproc_thr added to .gitignore | | | 599df52 PGM wire format specification improved in zmq_pgm(7) | | | cce5761 Ian Barber and Zed Shaw added to credits section | | | 5142a16 Robert G. Jakabosky added to the AUTHORS file | | | d84558e Adding thread latency/throughput perf. examples. | | | fbf1f51 Upstream the openpgm build fixes. Add DSO symbol visibility to OpenPGM builds | | | d36d9a3 Comments improvement | | | 17fdb5e zmq_recv() returns size of the message even if it's truncated | | | 82dbef3 Memory leak in zmq_recv fixed | | | abb184a ZMQ_NOBLOCK renamed ZMQ_DONTWAIT | | | bc4a1ce ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWM | | | 507718e ZMQ_HWM type changed to int | | | bd9d771 ZMQ_RATE and ZMQ_RECOVERY_IVL types cahnged to int | | | d61f067 ZMQ_EVENTS type changed to int | | | 23bd372 ZMQ_RCVMORE type changed to int | | | 17e82a3 ZMQ_SNDBUF and ZMQ_RCVBUF type changed to int | | | a2252de ZMQ_RECOVERY_IVL and ZMQ_RECOVERY_IVL_MSEC reconciled | | | 8463b4d SWAP functionality removed | | | fb27a00 send/recv was changed to send/recv/sendmsg/recvmsg | | | d4e83d2 C++ binding removed from the core | | | 7d87db0 Auto-tests modified to use C API instead of C++ binding | | | 941be8d zmq_device removed | | | d4d184a Pre-compiled devices removed | | | b45b68a ZMQ_MCAST_LOOP removed | | | f5e6d67 Timeout in zmq_poll is in milliseconds | | | e3cf6e9 Obsolete note removed from zmq_poll(3) manpage | | | 34d7854 Obsolete constants ZMQ_UPSTREAM and ZMQ_DOWNSTREAM removed | | | dee5f65 Version bumped to 3.0.0 | | | 1619b3d Message atomicity bug in load-balancer fixed | | | 92c7c18 Message atomicity problem solved in PUB socket | | | fac9c2d zmq_socket(3) and zmq_setsockopt(3) man pages improved | | | f5015f4 Incorrect errno reported from tcp_listener_t::set_address | | | 32ded2b Duplicate identities now checked with zmq_connect | | | b79d07b reset socket state when identity message cannot be written to xrep | | | 7045a4a Dead code removed from named_session.cpp | | | f987f4b FreeBSD complation error fixed | | | 2970d6c Remove obsolete assert from pgm_socket.cpp | | | d0c8edd Added missing close method w/ check if socket is already closed. | | | 7b95c59 Windows build fixed | | | b00be26 Different fixed to make OpenVMS port work. | | | 184bdb8 Bug caused by interaction of REQ/REP routing and HWM fixed. | | | 97add1e Documentation wrt thread-safety cleaned up. | | | 18b9ebe The copyrights in file headers updated. | | | 5fcef1c ZMQ_MAXMSGSIZE option added | | | 4c74462 Explicit identities bug in inproc transport fixed. | | | 67b1f14 Memory leak in PUB/XPUB sockets fixed. | | | d4e418f Socket with no owner objects is deallocated immediately | | | c22e527 Minor patch to zmq_getsockopt(3) man page | | | 29e0e7d Incorrect PGM sender/receiver creation fixed | | | 820fec7 Version bumped to 2.2.0 | | | 43e8868 Added explicit error message in case of memory exhaustion | | | 98ccff1 Fixes build on at least CentOS 5 | | | 0eea935 Fix for memory leak caused by long identities | | | 5c09311 Computation of buffer size for PGM fixed. | | | 12486fe Fix MSVC and SunStudio builds with OpenPGM | | | 17e2ca7 Logging of duplicit identities added | | | 1f536b2 Init object is child of listener | | | 28f3e87 Add delay before reconnecting | | | fbe5d85 Added note regarding setting sockopt before bind/connect | | | ba26cc9 Build problem with OpenPGM and MSVC fixed | | | 14a0e14 Fixed win32 issue with WSAStartup | | | e947900 reaper added to MSVC build | | | 5b82b1b Reaper thread waits for commands rather them retrieving them periodically | | | 80ac398 Initial implementation of reaper thread. | | | 889424e max_sockets honoured precisely | | | 5dcbc34 zmq_poll with no fds behaves decently | | | 908b39b m4_esyscmd_s doesnt seem to be portable across different systems | | | c8e5be8 test-hwm added to .gitignore | | | 4efead1 Fixed autogen.sh warnings on Debian 6 systems. | | | 042e34a operator void* () added to context_t. | | | 3f758ab Don't use RLIMIT_NOFILES in devpoll_t. | | | ca1acc3 RLIMIT_NOFILE not used in poll_t anymore | | | 1e03026 Added WithOpenPGM configuration into MSVC builds | | | 72d3203 Added test for HWM | | | 1b15eba Fixed the problem of subscription forwarding and PGM interaction | | | f7f1dfc ZMQ_RECONNECT_IVL_MAX socket option added | | | 8e61a11 Do not execute ipc tests under MinGW | | | 8561a55 Remove unnecessary visibility pragmas | | | c91bf25 Fix handle connection reset during session init | | | 56bdba5 Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. | | | b262f2f Typo fixed in zmq_send(3) man page. | | | 667b247 Cancel pending timers when decoder for PGM stalls | | | a249d15 Fix MSVC build | | | 59fa0c9 Gerard Toonstra added to the authors file | | | a348d94 Fair queueing of subscriptions added to XPUB socket | | | 58c9830 XSUB socket has a subscription distributor | | | 8eae7d8 'message distribution mechanism' separated from XPUB socket | | | 18f29de Make cppcheck not complain about "'operator=' should return something" | | | 7051387 Support dynamic generation of C preprocessor definitions for PGM rather than hardcoding them. | | | 725ebce Version bumped to 2.1.1 | | | bd0ba6e Size of inproc hwm and swap is sum of peers' hwms and swaps | | | babdf48 Fix pipe writer termination | | | 8e0049e Disable sending messages on SUB socket | | | 08cd2ce resolve "function declaration isn't a prototype" | | | 472bdcd Return ETERM from getsockopt(ZMQ_EVETS) if zmq_term() was called | | | 95eebbf sunos/gcc3 compilation issue fixed | | | 51d2d9b Yet one more fix for oversized messages. | | | 112d0cd Fix the segfault when over-sized message is rejected. | | | cbbb1e9 Fix passing through CFLAGS/CPPFLAGS/CXXFLAGS when using --enable-debug | | | d15e881 unplugged engine tries to manipulate the pollset -- fixed | | | b19ee99 fix race condition in session init | | | 27e83cc Fixes assertion on pipe.cpp:237 when swap fills up. | | | a46980b Remove assertions from devices | | | f749f2d add basic uri validations | | | 22b2b9a fix overwriting errno on bind failure | | | a9d969a Bob Beaty added to the AUTHORS file | | | fcfad56 Added Recovery Interval in Milliseconds | | | 1d81d2f tar doesn't accept -C flag on solaris while extracting | | | a335315 Fix werror flag store/restore | | | aed2eea Fix visibility on rhel4 | | | 9bb5323 Clarify zmq_send() operation for ZMQ_PUB sockets | | | 73bbcb5 MSVC build fixed | | | 8d6cafe All devices conflated into a single implementation. | | | ec61751 options.type correctly set for PUB/SUB/XPUB/XSUB | | | 8a6ff4c xup and xsub files added to the MSVC build | | | 2daa0bb XSUB accepts (un)subscriptions in form of messages. | | | c80e7b8 XPUB and XSUB socket types added. | | | abc8b5e Update NEWS file for 2.1.0 release | | | 4a3ed39 Bump OpenPGM to 5.0.92. | | | 520d621 Bump ABI version to 1:0:0 for ZeroMQ 2.1.0 release | | | b70d628 Documentation updates for 2.1 | | | 5bb0a33 Prefix variables with "ac_zmq_" | | | 17d7e6e Merge branch 'maint' | | | 289b1f5 Remove unnecessary cast in kevent_delete | | | 28db150 Fix thread thunker scope for MSVC. | | | 325dd2f Functions passed to pthread_create are declared as extern "C" | | | 0bc2a05 .gitignore modified to ignore test executables | | | c958409 Control symbol exports using -fvisibility | | | 734624b Typo fixed in a comment. | | | 92618fd Small fix for the rhel6 spec | | | a689047 Merge branch 'maint' | | | 83d9af9 Mikko Koppanen becomes a maintainer of the build system. | | | ac40680 Problem with blob_t initialisation fixed. | | | edf7c18 Add a check that the compiler actually works. | | | 945c931 Run autoupdate on the configure.in | | | 72a7b93 Allow building without documentation. | | | c863758 Remove unneeded substitutions | | | b83d0a1 Remove unnecessary conditional | | | 9255952 MinGW32 build fixes | | | 3dbd5d5 Fix mingw32 build | | | 34f50a6 Merge branch 'maint' | | | bd0ecf4 FD_SETSIZE defaults to 1024 in MSVC build | | | 152c64f FD_SETSIZE defaults to 1024 in MSVC build | | | da3327c Build refactoring | | | f77c8ca Merge branch 'maint' | | | ffcb0ba Couple of patches for AIX build | | | a2500ae Fix a bug that zmq_poll's select backend spins when timeout=-1, due to ptimeout not properly recalculated after first pass. | | | 8abe673 Merge branch 'maint' | | | f7123de Fix socket_t::recv() hang scenario where initial call to process_commands() eats signal | | | c021702 Coding style cleanup in mailbox.cpp | | | 9da84a5 signaler renamed to mailbox | | | 9cfdb44 slots renamed to tids | | | 623a9c9 Jacob Rideout added to the AUTGORS file. | | | 0ada4f8 Fix documentation typos | | | 1b39bcd Automatically resize signalling socket buffer if full | | | 756f7df Previous FD_STSIZE patch reverted. | | | 2246689 FD_SETSIZE for internal polling defaults to 1024 | | | b90e621 minor typo fixed | | | d4a4106 HP-UX has no OPEN_MAX defined | | | de93f63 crypto library is needed on HP-UX to generate UUIDs | | | dbcd382 Merge branch 'maint' | | | eb83678 Add INSTALL to Git, thus making it a normal file | | | 0ad71f8 select now uses Erase-Remove idiom for retired fds | | | 085b709 Documentation for zmq_close and zmq_term fixed. | | | 3d8eb07 Coding style fixed for pgm_socket | | | b358df9 Name of "GNU Lesser Public License" corrected. | | | 3d01b92 Peter Bourgon added to the AUTHORS file | | | 9384faf Add function to zmq::error_t to access errnum | | | dace247 Burak Arslan added to the AUTHORS file | | | 3eb935e switch to c++-specific headers | | | 9a1d4df fix typo, destroy new engine | | | 465da7b drop connection requests with duplicate peer identity | | | 401986e Build with MSVC2005 fixed | | | e1debf1 Update to OpenPGM 5.0.91. | | | 11af0fc Merge branch 'maint' | | | 8ef53c0 Fixes build on Linux using Sun Studio compiler | | | 71bef33 handle decoding malformed messages | | | 8d69799 Changes for MSVC OpenPGM build. | | | da59f8d Merge branch 'maint' | | | 21b0c0b SunStudio fixed. | | | e73c96b Minor comment improvement. | | | 0c86f90 Minor typo fixed in zmq_getsockopt(3) man page. | | | a780833 ZMQ_BACKLOG socket option added. | | | e8e2944 ZMQ_RECONNECT_IVL socket options added. | | | 8b88376 Couple of bugs in zmq_poll fixed. | | | 72b15a6 Implementation of zmq_strerror moved from zmq.cpp to err.cpp | | | 61d38fb Bug in low precision clock fixed. | | | 0a03e86 ZMQ_LINGER socket option added. | | | a1474e3 Cancel tx_timer_id in pgm_sender_t::out_event(). | | | 733c678 Minor code clean-up to keep clang compiler happy. | | | b95f11a Don't set pedantic to yes if using ICC | | | 48b0a90 Obsolete compile-time option removed. | | | ae5a3c8 Merge branch 'maint' | | | 710615c Version number increased. | | | 18d46c8 Merge branch 'maint' | | | 53d1677 Update NEWS for 2.0.10 release | | | 027eed4 Merge branch 'maint' | | | 6e95205 Fix memory leak under Windows | | | 2e9871c Merge branch 'maint' | | | 5b44025 maint: Upgrade OpenPGM to 2.1.28~dfsg | | | eeb8e7c Merge branch 'maint' | | | 3cf01bf Makefile.am: Add missing files to distribution, improve maintainer-clean | | | 3b3df73 configure.in: Extract API version from zmq.h | | | 7b9e397 Minor fix in devpoll.hpp | | | 17b0785 Destructor of poller_base_t made virtual. | | | 3e74a43 Cast execute_timers() result to int | | | b64b50a Timers correctly canceled by PGM engines on shutdown. | | | e288f7a Fixes build on Linux using Sun Studio compiler | | | e33e4d7 ICC related qualifier fix | | | 03a18c2 zmq::clock_t : return correct value in rdtsc() on solaris | | | 26d7669 Added bin directory to ignore list. | | | b7386f5 To insert to associateive STL containers value_type used instead of make_pair | | | f9e6d94 zmq::poller_base_t : workaround for sunstudio compiler in add_timer() | | | cafcdbb Safety measure in zmq_msg_close implemented | | | b174ad2 zmq_poll man page fixed to reflect the precise timeout semantics. | | | da73b7c zmq::devpoll_t : correct a typo in loop() | | | e2167ce Precise timouts in zmq_poll implemented | | | 9d96e00 Clean-up of the code related to attaching/detaching engines to sessions. | | | 5ae878b Merge branch 'maint' | | | 2568947 Add support for RHEL6 in the spec file | | | 954d7f7 Avoid duplicate creation of pipes for a single session | | | c6d74e0 Drop PGM parameters to 100mb friendly range. | | | 5b8af52 Fix assertion in PGM transports on cancel_timer | | | e168173 Merge branch 'maint' | | | 57428db configure.in: Do not patch libtool rpath handling | | | 6cd0867 Fixing the Red Hat packaging | | | f22e85f Reverting commit 1d431190f50c86f62460 | | | 73e7ef3 When XREP silently drops message, it does not empty it -- fixed | | | f5030a9 Execute the timers before pollset initialisation. | | | 318cdd1 Merge branch 'maint' | | | ef8db78 Version macros added | | | 214b560 Fix missing platform.hpp in zmq_connecter.cpp | | | daf5d32 More cleanup of session termination process. | | | f90c8d9 Scalability improvements for large amounts of connections | | | 7a685b0 Clean-up of session termination process | | | 965fb77 configure.in: OpenPGM no longer requires pkg-config | | | d62d721 configure.in: Add amd64 to OpenPGM supported platforms | | | 1d43119 make sure that reader does not terminate in the middle of a multipart message | | | 2142b89 issue 92 -- Assertion failed: inpipe && outpipe (pair.cpp:86) -- fixed | | | 1a6cd59 stress test for shutdown process added | | | 2a85cce Merge branch 'master' of github.com:zeromq/zeromq2 | | | 0bb76b6 assert when xrep socket gets reconnected in the middle of the shutdown -- fixed | | | 8f9080e zmq_poll(): Fix busy-loop if timeout is zero | | | ac9b05c Merge branch 'maint' | | | 79aea5f zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed | | | 98fa2fa fix in XREP's fair queueing mechanism | | | 7881ba1 minor whitespace fix | | | eaa925e FreeBSD doesn't define MSG_ERRQUEUE -- now it's defined in 0MQ | | | ec2e859 C++ binding destructors don't throw exceptions | | | d14be62 more fixes to (e)pgm transport | | | 96d85b2 * Add assertions to check for OpenPGM calls with invalid parameters. * Assertion to check that pgm_getaddrinfo is actually returning something. * Missing pgm_connect call. * Typo on TOS causing immediate abort. * Placeholder calls for timeouts whilst continuing spin loop functionality. * OpenPGM v5 now supports reference counting so remove init checks. * Duplicate UDP unicast port setting, requires one unicast and one multicast. * Incorrectly set socket rcvbuf size with sndbuf. * Replace std::lexicographical_compare of TSI's with long word integer comparisons. * pgm_socket_t::receive returns -1 on no data. | | | 00cd7d4 Upgrade to OpenPGM-5.0.78 | | | 10bb9d0 Dhammika Pathirana was missing from the AUTOHRS file for some reason -- fixed | | | 87beaaa ZMQ_TYPE socket option added | | | 6715f9b Merge branch 'maint' | | | c1deb22 crash when closing an ypipe -- fixed | | | f61921d REQ socket can die when reply is delivered on wrong unerlying connection -- fixed | | | 16c3884 MSVC build fixed | | | e2f834d ZMQ_FD and ZMQ_EVENTS documentation added | | | 30c1cba latency optimisation for the case where there are no timers | | | 238640a timers properly implemented | | | 8d7bf66 common base for all pollers created; the only thing it handles at the moment is 'load' | | | cf815e8 new interfaces for timers; the implementation is not changed yet | | | be79a9f minor beautifications | | | 5dae27d clock_t class added | | | 7d50617 Merge branch 'maint' | | | 9129b79 if TSC jumps backwards (in case of migration to a different CPU core) latency peak may occur -- fixed | | | e478468 minor error in comment fixed | | | 9c11886 The flag in the socket has clear semantics now -- it tracks whether corresponding context was closed, it doesn't track whether zmq_close was called on the socket itself | | | 4d51a52 zmq_poll (select version) now correctly assumes that ZMQ_FD is edge-trigerred | | | f49b77e zmq_poll honours ZMQ_FORCE_POLL and ZMQ_FORCE_SELECT options | | | 1abfc92 minor problem in zmq_poll (select version) fixed | | | 328c92a problem with engine being attached to session while it's being terminated fixed | | | 1d23997 zmq_init_t destroyed zmq_engine_t before plugging it out from the poller first -- fixed | | | cda3c96 minor code reorganisation in ctx_t::terminate | | | 938689a synchronisation problem fixed in ctx_t | | | 471013a two races fixed in session creation | | | 1f10208 termination of pipe via delimiter message could stuck when no data were read from the pipe (because connection wasn't active) -- fixed | | | 5153b63 obsolete 'active' flag removed from session_t | | | 4c6d07d single term ack counting mechanism for every socket (no separate mechanisms for fq_t and lb_t) | | | fb6ce53 more details on launch_sibling in comments | | | 0c215fa potential duplicate termination of pipes removed | | | c7b9ba3 reconnection process fixed when failure occurs during init phase | | | 85aa25e bug in REQ+multipart fixed | | | ff10807 Merge branch 'maint' | | | e2802d9 values of RATE, RECOVERY_IVL and SWAP options are checked for negative values | | | be159b6 zmq::writer_t: Add missing test for swap | | | 92f9136 lefover assert removed | | | a68e673 when no I/O threads are available error is raised instead of assertion | | | 47e87b7 EMTHREAD error code returned to zmq.h to ensure backward compatibility | | | 91ea204 EINTR returned from the blocking functions | | | f374431 get rid of 'has virtual functions but non-virtual destructor' warnings in pipe.hpp | | | 6d4ffd9 Bug in fq_t and lb_t (when used via ZMQ_EVENTS option) fixed | | | b4740c1 Merge branch 'maint' | | | 01c463c Version number incremented to 2.0.10 | | | ebf3089 NEWS updated for 2.0.9 | | | d4c8de5 Merge branch 'maint' | | | 1e84519 Update .gitignore | | | 32fd916 doc: Add 0MQ version to XHTML11 backend footer | | | a6d3629 build: Generate ChangeLog in 'make dist', ZIP automatically | | | 76f2e5d Merge branch 'maint' | | | db7fe85 Broken device numbering reverted | | | 1022789 assert on malformed messages | | | c2f3b3b forwarder and streamer devices handle multi-part messages correctly | | | ae567be improved null checking in zmq_term | | | ca17612 Merge branch 'maint' | | | 51a84c1 zmq::select_t, zmq_poll(): assert if FD_SETSIZE reached | | | f850190 zmq.h: Fix typo and use of C99 comment | | | 2673a84 Merge branch 'maint' | | | ee3444f doc: Update zmq_socket(3) for 2.0.8 API changes | | | 26b39bc Revert "Added man page for the zmq_device method" | | | 8800ac7 Revert "Added clean target that deletes generated man pages" | | | 32baeb6 Revert "Various changes to documentation project:" | | | 4cb6dbd Revert "Reverting 'clean' change to Makefile" | | | 48d3e2d Revert "Removed empty man pages for old standalone devices" | | | 6c393f5 Revert "Further cleanups on reference manual" | | | 6647e61 Revert "Small improvements to zmq_device(3) page" | | | 83d253d Revert "Removed wip zmq_deviced from master" | | | 0a1f7e3 Merge branch 'maint' | | | 14853c2 Prior to this patch prefix_tree asserts. | | | 8ec0743 Fix for signaler_t on HP-UX and AIX platforms | | | d5b6f68 Mikael Kjaer added to AUTHORS | | | a81a373 Merge branch 'maint' | | | 59315eb Erasure of retired fd's in select.cpp causes an assertion in MSVC 2008 STL | | | 47aaf10 Merge branch 'maint' | | | 99ddfa7 maint: will become 2.0.9 | | | 0fe7d3c conflicts resolved | | | 651c1ad sys transport introdced; inproc://log moved to sys://log | | | 6a0c323 MSVC build fixed | | | ce0972d context creates an inproc endpoint ('inproc://log') to distribute 0MQ's log messages | | | db73c76 assert when pipe attaches to PUB socket in process of termination -- fixed | | | aaa0761 pipe being attached to the PAIR socket during its termination process is immediately asked to terminate itself | | | 47c064f hangup when closing socket with no pipes attached -- fixed | | | 090e460 naming cleanup: yarray->array | | | f5acbb5 naming cleanup: zmq_encoder->encoder, zmq_decoder->decoder | | | e45583c OSX build fixed -- semaphore replaced by mutex | | | f0a36f9 Minor patch to zmq_cpp(7) | | | fba90af Issue 54 - socket_base.cpp:162 comparison error | | | 68d62cf MSVC build fixed | | | 0a8473d Added tests for transports per socket | | | 6ec783e prefix_tree_t renamed to trie_t | | | beea535 swap's block size made into a compile-time parameter | | | d8b975f msg_store_t renamed to swap_t | | | d90b407 refactoring of pipe/swap interaction | | | 42000d2 terminology unified: revive->activate | | | 92923cd bug in pipe deactivation fixed | | | 035c937 zmq_poll: account for the fact that ZMQ_FD is edge-triggered | | | 67aa788 Fixed socket states in tests | | | 4d9b046 two tests added | | | 0b76f23 Merge branch 'master' of github.com:zeromq/zeromq2 | | | 35cb1fa Add a basic framework for a test suite | | | 98dc118 assert on malformed messages | | | 56faac7 zmq_poll returns prematurely even if infinite timeout is set - fixed | | | 3cb84b5 forwarder and streamer devices handle multi-part messages correctly | | | 43f2c6f improved null checking in zmq_term | | | b608c19 MSVC build fixed | | | 9b8993e elementary fixes to the named session | | | 46d7055 connecter object unregisters its fd correctly | | | 87655b0 listener object unregisters its fd correctly | | | 0d5f3eb sessions created by listerner are correctly shut down | | | 5a731e7 added ZMQ_MAKE_VALGRIND_HAPPY compile-time option | | | 43e34d0 engine leak fixed; pgm compilation fixed | | | 45f83d7 one more dezombification bug fixed | | | 936dbf9 dezombification procedure fixed | | | 76bd6e7 engine termination on disconnect fixed | | | d13933b I/O object hierarchy implemented | | | ee1f1af zmq_poll(): Fix some corner cases | | | a85d1e5 zmq_poll(): Rewrite to use ZMQ_FD/ZMQ_EVENTS pt2 | | | 6b1ca2c Fix whitespace | | | cd12508 zmq_poll(): Rewrite to use ZMQ_FD/ZMQ_EVENTS pt1 | | | eb7b8a4 REP socket layered on top of XREP socket | | | 3e97c0f REQ socket implementation is layered on top of XREQ | | | f77edfc Destruction of session is delayed till both in & out pipes are closed | | | 05d9084 WIP: Socket migration between threads, new zmq_close() semantics | | | b7e0fa9 'master' will become 2.1.x release | | | 1e089f7 Update ChangeLog for v2.0.8 | | | c9076c5 Basic documentation for XREQ/XREP socket types | | | 6d275a8 Updated NEWS for stable 2.0.8 release | | | 98bea86 Updated NEWS for stable 2.0.8 release | | | d788c1f Updated NEWS for stable 2.0.8 release | | | c06a3cc Update version number to 2.0.8 | | | b66dd7a zmq_stopwatch_stop: Don't return EFAULT | | | 2b2accb Added calls to zmq_msg_close in examples | | | c52d1f2 Fixed example for multipart zmq_recv() | | | 87612be Merge branch '46_device_robustness' | | | de0035b Fixed git URL in README | | | 7aba2d1 documentation leftover from v2.0.6 cleaned in zmq(7) | | | de01737 Removed wip zmq_deviced from master | | | 5be54b9 46 - Devices vulnerable to invalid messages | | | e74d350 Fixed (un)signed type errors in get/setsockopt manual | | | a12f446 Modified zmq_tcp(7) to emphasize wildcard interfaces | | | b6cdd36 Added error checking (EFAULT) for null arguments | | | 677b3d9 Added not-null assertions on pointer arguments in C API functions * zmq_term * zmq_socket * zmq_close * zmq_setsockopt * zmq_getsockopt * zmq_bind * zmq_connect * zmq_send * zmq_recv * zmq_poll * zmq_device * zmq_stopwatch_stop | | | b579aa9 Merge branch 'master' of github.com:zeromq/zeromq2 | | | 6d35e82 Fix uninitialized use of nbytes in signaler fix | | | 2100a91 Merge branch 'master' of github.com:zeromq/zeromq2 | | | 16b43e6 Merge branch 'master' of github.com:zeromq/zeromq2 | | | 9ac2ff4 zmq::signaler_t: Restart syscalls on EINTR | | | 78e9ee8 Fixed MSVC project for PULL/PUSH | | | 96bcc9e Small improvements to zmq_device(3) page | | | 13f3481 Further cleanups on reference manual | | | 6ff1939 Removed empty man pages for old standalone devices | | | c51de31 Reverting 'clean' change to Makefile | | | 77a3c36 Various changes to documentation project: | | | 6cd9030 Added clean target that deletes generated man pages | | | f575f25 Added man page for the zmq_device method | | | 11a410b Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old definitions as aliases, to be removed in release 3.0. Also renamed the source files implementing these two socket types. This change does not break existing applications nor bindings, but allows us to fix the documentation and user guide now, rather than keeping the old (confusing) names. | | | 544b36d XREQ: Correct behaviour on hitting ZMQ_HWM | | | 66470b2 perf: fix typo | | | 10533a5 pipe: check_read() should check for message delimiter | | | e1c596b Make sure lwm > 0 when hwm > 0 | | | 5b1a6a4 Issue 42 - getaddrinfo() fails | | | aedf3f8 EHOSTUNREACH is a valid return value from recv() | | | 2699043 minor comment clarification | | | da49e5a devices exit in case of context termination | | | ca057c7 Fix identity generation for transient inproc connections | | | 1f61c87 issue 40 - nbytes != -1 (tcp_socket.cpp:216) | | | fd707fe issue 38 - Assertion failed: fetched (xrep.cpp:196) | | | 805af82 asciidoc.conf was missing from distribution tarball | | | 0ab6532 Prevent socket reuse by second bind, on win32 | | | 79a3d07 MSVC build fixed | | | ba91644 msg_store added to MSVC build | | | 1dda8a2 Used more expressive variable names | | | fca2e8e Add SWAP support | | | 10c28c1 Revive reader on pipe termination | | | 2c3913b fix double free error in PAIR socket | | | cff7ba2 Windows build fixed | | | 7f01e99 stopwatch returned to libzmq | | | 4777fe4 pipe: fix bug in rollback() method | | | 9151de3 generate identity for transient inproc connections | | | 341e8a2 test commit | | | 9858447 getsockopt documentation fixed | | | ac90b7e issue 35 - ZMQ_RCVMORE sometimes erroneously returns false | | | 5ee355d if connect asserts, exact error is reported | | | 27877d7 EHOSTUNREACH is acceptable outcome from connect | | | c818b14 clearing thread info structure | | | 74a3907 couple of ICC warnings fixed | | | 8782b4d -lcrypto added to linking flags for QNX | | | 76e0153 issue 33 - missing virtual destructors | | | d329c55 issue 31 - Assertion failed: err == ECONNREFUSED || err == ETIMEDOUT (tcp_connecter.cpp:296) | | | 604f747 issue 32 - poll_t poller broken | | | 7a29e85 Piotr Trojanek added to AUTHORS file | | | 751b60a extra ';' inside a struct or union -- clang warnings fixed | | | 240fc33 minor comment clarification | | | 784e73a Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | ce53d02 C++ docs for zmq::poll function improved | | | 8f51a10 Update ChangeLog for v2.0.7 | | | 5c97ff9 More NEWS for 2.0.7 | | | e8a9614 Update NEWS for 2.0.7 release | | | 9b8f902 initial version of 2.0.7 NEWS | | | baf659f Move news from ChangeLog into NEWS | | | 94dfe13 Fix MINGW build | | | cf048bb platform.hpp for MSVC contains only very basic stuff | | | 9279938 MSVC build fixed | | | 621d741 Fix Solaris/NetBSD breakage in atomic_ptr.hpp | | | 67ca7dc obsolete API elements removed - this commit breaks backward compatibility | | | d844a90 zmqd: Removing for now, not ready for 2.0.7 | | | 606c773 Move perf helper functions to perf/helpers.cpp | | | 05b4a7a Remove PGM examples from build | | | 4d65d7a Documentation: zmq_tcp(7) update for 2.0.7 | | | 7fc15c2 Documentation: zmq_cpp(7) update for 2.0.7 | | | 10f4bf3 Documentation: Cosmetic changes | | | 8076fd1 Documentation: zmq_errno(3) | | | 7c9b09b Documentation: Flow control, zmq_socket(3) | | | 9d00d30 Documentation: zmq_init() API changes for 2.0.7 | | | 8ba1d3c Documentation: zmq_term() and ETERM for 2.0.7 | | | 74a03df Merge branch 'master' of github.com:sustrik/zeromq2 | | | 8a77135 Pieter Hintjens added to 'authors' section | | | 0b07166 multiple vulnerabilities in xml paerser fixed | | | 99e6179 Documentation updates | | | b4f3e0a Documentation updates | | | 7bbe754 Documentation updates | | | 8a4df43 Documentation updates | | | dfbaf4f Documentation updates | | | 0fa73b0 Documentation updates | | | eb9ff1e Documentation updates | | | 8becacf Documentation updates | | | be6019a issue 28. - SNDMORE/ RCVMORE is dropping every other message | | | 2e9be56 memory leak in REQ socket fixed | | | 3bb60da Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 04fcd4d memory leak in REP socket fixed | | | da37c45 Clarify zmq_bind/zmq_connect | | | 74f1a4a RPM packaging cleanups | | | b4cc7b9 dist-hook for copying zeromq.spec to top-level | | | 8bd3f74 Import redhat packaging | | | 5219e4c Clarify socket types in documentation, reinstate ZMQ_PAIR | | | 8408ae0 LWM is computed rather than explicitly specified by user | | | f34a468 coding style fixed in zmqd | | | 7773fdd Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 091e92a Pieter Hintjens added to AUTHORS file | | | 89783c3 incomplete messages can be stored in ypipe | | | f40ce4e single 0MQ daemon (zmqd) - initial version | | | 6705a3d some more sanity checks in pgm_socket | | | ff9d398 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 56262d7 some more sanity checks in pgm_socket | | | f6c1c97 Merge branch 'master' of github.com:sustrik/zeromq2 | | | 52ef3f3 Revert commit 7cb076e, atomic ops cleanup | | | 127cb89 MAINTAINERS file added | | | 8e5ac10 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 714a8d5 fixes for OpenVMS | | | 9fbb914 Update historic include paths | | | 9d16a41 OpenPGM build flags cleanup | | | 2cf9f04 Update OpenPGM to version 2.1.26 | | | a25414e Fix in zmq_poll (Windows version) | | | 4d33c43 caution about zmq_msg_init_* functions added to the docs | | | 4a3b857 commands not processed immediatelly in some scenarios; fixed | | | 36b044a ZMQ_PAIR socket removed from the documentation as it is unfinished yet | | | f60d891 Issue 23. zmq_init() crashes on illegal numbers | | | 64c5866 MSVC build fixed | | | 835e893 dispatcher_t class renamed to ctx_t | | | 10f5334 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 44dd005 number of application threads to use 0MQ sockets is unlimited; app_threads parameter in zmq_init is unused and obsolete | | | 3f5465a Windows port fixed | | | 235ed3a signaler transports commands per se rather than one-bit signals | | | 8b9bd05 thread ID and dispatcher made private in object_t | | | 84e0c79 queue device fixed | | | 4a6bac1 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | acfd0f8 prefix in XREP recv'd message misses MORE flag | | | beb4da3 windows port fixed | | | ae93ed3 signaler rewritten in such a way that any number (>64) of threads can be used | | | 1ffc6dd eventfd-style signaling removed | | | 37128b7 fd_signaler_t renamed to signaler_t | | | c193fd1 lock-free polling removed; ZMQ_POLL flag removed | | | 7cb076e Defer NetBSD atomic ops to GCC builtins. Revert Sun atomic ops #define. | | | ad6fa9d initial version of multi-hop REQ/REP | | | 1ad6ade MSVC build fixed | | | beffee9 P2P renamed to PAIR | | | 7d9603d Bug in zmq_queue fixed | | | d524c4e fix of documentation typo | | | 1c33941 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | ea18d30 atomic_ptr fix of Win64 | | | 370cde0 win build fixed | | | 0024d29 Build fixes for cross compiling and Win32 | | | 3496476 MSVC perf build fixed | | | 7668e79 zmq_poll returns ETERM in case of context termination | | | 3236cb1 ETERM is accounted for in the documentation | | | fba28c7 issue 1 - Change zmq_term semantics | | | dff79d7 version number bumped to 2.0.7 for MSVC build | | | 6cf0765 C-style comments in zmq.h | | | 00cf3ce multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE | | | 6fea422 getsockopt added to c++ binding | | | b668387 Remove -Wxxx gcc-isms from subdir Makefiles | | | f6fa41d Compile perf tests with the C++ compiler | | | c214a24 fix for Sun C++ 5.8 | | | 770aedb Build fixes for Solaris and non-GNU compilers | | | 1dc0380 Debian packaging fixes suitable for 0MQ git | | | 8aa2acd Debian packaging update from Adrian von Bidder | | | 1d28dc9 Fix for Issue #14 | | | 6ea76e9 version bumped to 2.0.7 | | | 716f4ac zmq_getsockopt function added | | | 027bb1d issue 10 - zmq_strerror problem on Windows | | | 5cd9f74 few fixed related to multi-part messages in REP socket | | | 77cbd18 issue 11 - Assertion failed: it != peers.end () (pgm_receiver.cpp:161) | | | 38e9103 issue 13 (Assertion failed: load.get () == 0 (epoll.cpp:49)) fixed | | | 0f7aab5 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 745db9c unitialised member in seesion_t class - fixed | | | b0250cc Win32 build fixed | | | 065e4d0 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | edfd05d devices can be created via API | | | a7973a2 Documentation fixes | | | 0777567 ENODEV from zmq_bind error described | | | 37fd1a7 Handle full-pipe for REP sockets more gracefully | | | 2f219d7 ZMQ_TBC renamed to ZMQ_MORE | | | 842b4dd muti-part message functionality available via API | | | 8d8e085 as advertised, zmq_flush and ZMQ_NOFLUSH were removed | | | 06538fc multi-part messages work with REQ/REP sockets | | | bbfac78 multi-part message work with UPSTREAM/DOWNSTREAM | | | ed291b0 multi-part messages work with PUB/SUB | | | 0b9897b Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 783463a Clarify use of poll() with C++ API, fix typo | | | c802a72 configure does not mention xmlto when missing | | | 0a53ff7 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 93bdb79 PUB socket was blocking occassionally - fixed | | | f031677 rollback of half-processed messages in case of disconnection | | | dfdaff5 XREP-style prefixing/trimming messages removed | | | cbaf109 fixes for building with Sun CC | | | ae35a16 fix include paths in perf on Win32 | | | 49a30d4 Update contributors for 2.0.6 | | | fe18ce1 ChangeLog for v2.0.6 | | | 38c942a Add Git location to README | | | 6d5a9e9 Update README | | | ad75d02 Add MSVC build files to distribution | | | a9e0c3c Removing leftover MSVC builds | | | 5472861 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 8a3f974 Clarify zmq_poll restrictions | | | 1705ec2 C++ interface documentation updates | | | 8fcf6ff Cleanups to autogen.sh | | | fceba03 Cleanups to autogen.sh | | | 61ad236 ZMQ_NOFLUSH and zmq_flush obsoleted | | | c42343d pipe_t::rollback removes only unfinished message from the pipe rather than all unflushed messages | | | dcb9836 zmq_queue implementation added | | | 22db38b MSVC build: C++ perf tests removed; all executables go into bin directory | | | c08a7f8 C perf tests are built non-optionally; C++ perf tests removed | | | 1fbeba2 simplify configuration summary | | | 66b67fb devices are built unconditionally | | | 430aa53 text concerning language bindings removed from configure | | | 54df388 Java binding removed from MSVC build | | | 6badd20 Implement flow control for ZMQ_REP sockets | | | 923609b Implement flow control for ZMQ_REQ sockets | | | 42e575c Implement flow control fox ZMQ_XREP sockets | | | e34184a Implement flow control for ZMQ_XREQ sockets | | | 06d7a44 Implement flow control for ZMQ_PUB sockets | | | f9c84a1 Implement flow control for ZMQ_DOWNSTREAM sockets | | | 5d4f6b1 Implement flow control for ZMQ_P2P sockets | | | f9521c6 PGM: implement flow control | | | 61ee6fa Implement flow control | | | 31d3610 devices/ build fixed | | | 10bbe6a Cleanup .gitignore | | | 27e2d08 Restructure language bindings | | | 9094475 Removed Java binding from core distribution | | | 9fda070 Typeset literal correctly | | | 0a1e0be Fixes to PGM wire format description | | | 5fef480 Fixes to TCP wire format specification | | | 8f90ae8 wire formats in docs clarified | | | 98801eb Documentation fixes | | | bc468b3 Add missing section with zmq_version() | | | edebff9 Add dependency for zmq_epgm.7 | | | ca70b40 Hack, zmq_epgm.7 needs to be copied from zmq_pgm.7 | | | 1aee864 Documentation rewrite | | | d790940 udp transport renamed to epgm | | | 5a776f5 PGM late joiners would start receiving a complete message rather than a message part | | | 0f891e0 message flags from the wire are written to zmq_msg_t and vice versa | | | 531c6af message flags added to zmq_msg_t strcuture | | | 96ccc1c 'flags' fields added to the wire format | | | e04e2cd rollback functionality added to pipe | | | 9481c69 problem with NIC name resolution on OSX fixed | | | 26b0aea Win32 build fixes | | | 352da8a type mismatch in tcp_listener (win version) fixed | | | 14054ec Fix typo: zmq_close -> zmq_msg_close | | | 708298d Fix possible lockups when reading from ZMQ_REP sockets | | | 157a66f polling on POSIX sockets returns POLLERR (win32) | | | 4e7158b return POLLERR from polling on POSIX sockets (linux version) | | | 7442f53 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | ea0a44c Ruby binding removed | | | 83f85ea ruby binding removed from msvc build | | | 696ada8 python binding removed from nsvc build | | | 45414b5 python binding removed | | | efefa06 Cygwin support | | | deda7ca Java Poller patch | | | 4a1a838 Win32 build of Java binding fixed | | | 4440b13 Poller object implemented in Java binding | | | 1c4daf7 MIT license text added | | | 57e057c 1st version of Java poll added | | | ed8fe68 handle invalid PGM connection string decently | | | be51cfa Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 0b4172b minor cast issues on cygwin fixed | | | b7f01f9 chat example removed from win build; missing fd_signaler_t::poll on win added | | | 476ebde use binary UUIDs instead of string representation to save some bytes | | | cc5c30f Fix: OpenPGM is now distributed as .tar.gz | | | bba36e6 Disable IPv6 support | | | 39b8961 Update OpenPGM to 2.0.24 (stable) | | | ccd47f1 chat example moved to separate repo | | | 8980a98 zmq_error used from ruby binding | | | 551fa10 zmq_errno used in C++ binding | | | 9532971 zmq_errno is exported from the DLL | | | 2441ef1 zmq_errno helper function added | | | 2dd5560 recv fails after polling for IN on REQ socket | | | 025c9e1 execution disabled on certain source files; some comments on java binding; MSVC temp files added to .gitignore | | | 71b4947 Win32 build fixed | | | 7c0df6e Java binding beautified, inline documentation added | | | ef1b597 minor fix in zmq_socket(3) man page | | | b9a612f Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | f249555 zmq_poll doesn't exit when infinite timeout is set and interrupt occurs | | | 61f0ef5 NetBSD: Check for and use atomic_ops(3) if available | | | 3a69cca Fix $build_doc/$install_man check yet again | | | 1294c1d typo in zmq_ipc(7) fixed | | | ff99d75 Minor buid system tunning | | | 740e531 Aleksey Yeschenko added to the credit section of AUTHORS file | | | 57148b1 Add missing check for install_man=yes | | | 8b86dcf build on cygwin enabled | | | 7270545 don't check for identity, if the connection is anonymous | | | aff1f66 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 75f571c Multi-hop REQ/REP, part XII., generate unique identities for anonymous connections | | | 2a79a94 Add NetBSD support | | | 776b126 Fix typo | | | ab27f84 libstdc++ depends on libm on some platforms | | | 495f0d1 Fix detection of libstdc++ | | | 46824ab Never build docs from tarball releases | | | 8be491b Use feature test macros more conservatively | | | d008637 one more attempt to fix the previous win32 problem | | | f97da5e Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | e385319 recv returning -1 while errno=0 fixed | | | 41354bf zmq_version fixed on Win32 platform | | | f745c96 Add POSIX and GNU Feature Test Macros | | | 9d8623b ZMQII-76: Bug in how replies are handled when the REQ endpoint goes away | | | 33cb20a ZMQII-77: Put librbzmq symbols into ZMQ module | | | 1e78784 exconf.rb checks for libzmq.so installation | | | 8214d38 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 4190f64 Special exception clause added to LGPL license | | | 96b2690 Merge branch 'master' of github.com:sustrik/zeromq2 | | | 60ce5cc PGM tarball should be removed on 'distclean', not 'clean' | | | b9caa31 Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality | | | 2ddce20 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | a2f9899 missing COPYING file added | | | afb526f Fix 'make dist' to work with no special magic | | | 8e9b78a Correct path for pgm distclean | | | df0c18c Missed one instance of pgm2 | | | b09eeeb Update gitignore | | | 80c820d Cleaning up more PGM cruft | | | 635e314 Clarify python.h messages | | | 55800ce Fix typo | | | 5687661 Cleanup messages from configure.in | | | 48a90cf Replace check for sparc with host_cpu | | | 0ded6c1 Multiple fixes to --with-pgm | | | 94c74d5 Brian Granger added to credits list | | | f96f53c ZMQ_POLLERR placeholder added to zmq.h | | | 5041b0b fixing the previous commit :( | | | 7778010 care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5 | | | 817c89a removed first dummy run of PKG_CHECK_EXISTS | | | 43620b3 Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect | | | 4405250 Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t | | | f5ce81f Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity | | | cdc2efe Multi-hop REQ/REP, part VII., identity-related algorithms rewritten | | | 923eacd Multi-hop REQ/REP, part VI., session 'name' renamed to 'peer_identity' | | | 2e78e48 Multi-hop REQ/REP, part V., peer identity is passed from init object to session | | | d8430f4 Multi-hop REQ/REP, part IV., add command deallocation mechanism | | | 313b5df Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute' flag | | | 96e0442 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 36a5763 Multi-hop REQ/REP, part I., tracerouting switched on on XREP socket | | | dc8f4b1 Fix memory leak in bind() | | | 7b4cf2a Multi-hop REQ/REP, part I., socket type is known to all associated objects | | | cd7300f Resolve command starvation in recv() | | | 7f7ac84 Next 0MQ release will be 2.0.6 | | | de41c9d Merge branch 'master' of github.com:sustrik/zeromq2 | | | 30b967e Integrate version numbering into autoconf | | | 92d0147 python binding build with 2.4 version of python fixed | | | 432fbd7 ZMQII-72: Add zmq_version function (documentation) | | | bd9213e ZMQII-72: Add zmq_version function | | | 7cab423 Merge branch 'master' of github.com:sustrik/zeromq2 | | | bc9b7f1 lb: bugfix - never skip active pipe when sending msg | | | 6b3c179 fq: bugfix - don't read msg from inactive pipe | | | 354efc5 Convert documentation to AsciiDoc | | | 2d44bf3 ZMQII-69: Make 0MQ build on HP-UX | | | 8c25bab ZMQII-70: zmq_poll on win32 fails with EINVAL | | | 8f86cac ZMQII-69: Make 0MQ build on HP-UX | | | fd673ae couple of typos in the documentation fixed | | | 6b2ca4e ZMQII-67: Build checks for python even if it's not needed | | | 4c870ed ZMQII-57: Shutdown OpenPGM library | | | 396e41a minor change to README | | | 01533a5 ZMQII-65: Two OS threads are mapped to the same app_thread_t | | | 7593d81 ZMQII-64: First message stuck in 0MQ in case of immediate disconnection | | | 427bc32 minor code cleanup | | | b0ee6b0 ZMQII-62: zmq_close after sending message via P2P socket fails | | | bbaa494 ZMQII-59: TCP server crashes sometimes when message is send and socket is closed immediately | | | d21bf21 allow async connect on Win32 return WSAECONNABORTED | | | 0888fcd yqueue_t uses malloc/free instead of new/delete | | | 30076c4 ZMQII-58: TCP connecting asserts on Win32 (same fix for POSIX) | | | c46b7ed ZMQII-58: TCP connecting asserts on Win32 | | | b86483a ZMQII-50: Document Ruby Bindings | | | bc90231 contrain interface name resolving in OpenPGM to IPv4 interfaces | | | 0f697fe ZMQII-56: Avoid allocation of chunk in yqueue.hpp by keeping a spare one | | | 72bbc92 Merge branch 'master' of github.com:sustrik/zeromq2 | | | 6502c16 Update OpenPGM to 2.0.23rc8 | | | 4172fdd Win32 build fixed | | | 7c25feb ZMQII-55: At most one PGM/UDP transport can be opened | | | 9cee8f9 problem with PGM messages larger than 1 MTU fixed | | | 27e47bd ZMQII-54: Affinity isn't honoured | | | 5d16070 ZMQII-53: Memory leak when using invalid socket type | | | a1e70f2 ZMQII-52: Asserion during reconnection | | | 528610f typo in zmq_socket(3) man page fixed | | | 00b9a5d ZMQII-51: Implement O(1) topic matching | | | 70ea8e9 ZMQII-48: Implement P2P socket type | | | eb47c1b Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 2784f90 moving debian directory to the root of the project | | | 4d5e643 patching libtool script moved at the end of configure | | | 849095a Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | f17f0fa CL binding ripped out of the tree | | | e5ff617 fixed OpenPGM compilation on mingw32 | | | 8f57ff4 fixed OpenPGM compilation on mingw32 | | | 2056c88 changed version of the master branch back to dev | | | 0b97e7a libpgm updated to 2.6.21rc6 | | | 943125b Hard-wired constant on OpenVMS replaced by symbolic constant | | | aa27034 IPv6 patch - part V. (win32) | | | adc5d76 IPv6 patch - part IV. | | | fca9a21 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 079d327 IPv6 patch - part III. | | | 454f43a IP address resolving on Win32 fixed | | | df4548a Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 2634934 IPv6 patch part 2/2 | | | 6aaf095 IPv6 support -part II. | | | d762e1a Win32 build fixed | | | 34d65e2 Tero Marttila's Ipv6 patch - part I. | | | 6edec4f zmq_udp(7) man page fixed | | | 70601c2 zmq_pgm(7) man page fixed | | | d1e0957 Hardcoded loopback address removed from fd_signaler | | | f4832fa small fix to man pages to comply with lintian | | | b1b66df PGM man page improved | | | 66ef229 zmq_close man page improved | | | a008af6 Asko Kauppi added to the list of authors | | | f0757c0 ZMQII-43: Race condition when writing to pipe | | | 6a46ca7 ZMQ-42: Building with ICC fails | | | 111f0ff ZMQII-41: Poll function in C++ binding doesn't convert errors to exceptions | | | 6b0457f minor documentation patch | | | 7094edd error handling in C perf tests improved | | | 4ceb839 typos in man pages fixed | | | bddff50 ZMQII-40: wrong return code from recolve_ip_interface | | | 5594472 ChangeLog modified for 2.0-beta2 version | | | f40e3a6 version number bumped | | | 51e012c Solaris build fixed | | | a507d16 Win32 build fixed | | | 2bb57ac ZMQII-39: Implement IPC transport | | | 56c3692 Merge branch 'master' of github.com:sustrik/zeromq2 | | | b9b0124 ZMQII-34: ensure that poll won't return POLLIN event when the message will be filtered out anyway (Win32) | | | b60342a man pages are more specific on NIC name issue | | | 067ba3b ZMQII-34: ensure that poll won't return POLLIN event when the message will be filtered out anyway (POSIX) | | | 06105d1 transports man pages updated | | | 30a107e timeout parameter for zmq_poll added in cl binding | | | 20a8edc ZMQII-38: Compiler complains about missing virtual constructors | | | 76dbb4f zmq_tcp man page added | | | bcd278a ZMQII-37: SIGSEGV when polling on REQ socket | | | 4c613b3 script to convert man pages to html added | | | 72b2f07 ZMQII-36: Chat example & forwarder broken because of changes subscribe semantics | | | 65f450f minor man page fix | | | bd07baf ZMQII-33: zmq_poll may exceed timeout if signal interrupts the waiting | | | e806615 ZMQII-31: memory leak in zmq_poll (on timeout) | | | 9fc8827 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | ddf5f75 zmq.cpp build probelm on non-linux platforms fixed | | | e9a4ad3 updated version to 2.0-beta1 in configure.in | | | 7546526 ChangeLog updated for 2.0-beta1 | | | e21b33e forced WINVER to 0x0501 for mingv32 build | | | ef049ef perf tests modified to reflect change in subscription format | | | 8d339e9 Fixed newer autotools warningng about AC_CONFIG_MACRO_DIR | | | 11fec36 added pending event fd handling by the pgm_sender | | | 472ddf8 fixed failed merge with autogen.sh | | | d10c605 updated to libpgm-2.0.20rc5 | | | 4f6baf4 Copyrights transferred from FastMQ to iMatix | | | bf01727 updated to libpgm 2.0.19rc4 | | | 1528edb fixed autogen.sh complaining about existing config dir | | | f2b235d ZMQII-29: Add timeout to zmq_poll function | | | 7884f45 problem with new version of autoreconf fixed | | | 1b90e5f added missing likely.hpp file into the dist | | | 9bda63c fixed minor gcc warning in src/pgm_receiver.cpp | | | 819590c libpgm updated to 2.0.18rc3 | | | 9fadf0b fixed minor gcc warning in src/pgm_socket.cpp | | | d6da790 removed unused foreign/openpgm/create_custom_gsi_1.patch file | | | 7cb02fb fixed make dist for non pgm configuration | | | 1020774 error in zmq_poll manpage fixed | | | e9cebc8 EINPROGRESS definition added on Win32 platform | | | 23e5c3b polling on SUB socket fixed | | | 72161fb format of subscriptions changed (no * needed anymore) | | | c97967e MSVC build fixed | | | 5852db4 PGM code cleanup | | | aebff62 ZMQII-28: Bidirectional introduction on TCP connection establishment | | | b3bd4c1 OpenPGM error handling fixed | | | 7cf18a2 minor fixes | | | 5a0674d OpenPGM error handling improved | | | 990a1e8 zmq_cl(7) man page added | | | bad2242 minor errors in zmq_cpp man page fixed | | | d50c7da hint parameter (zmq_free_fn) added to Lisp binding | | | 1924cba memory management in Lisp binding fixed | | | 86d68cb memory leaks related to OpenPGM errors fixed | | | 500d32a examples & perf added to the Debian package | | | 667d1a8 man page updated to match change in zmq_free_fn | | | ab5abf6 hint parameter added to zmq_free function | | | 02202ec addition to CREDITS section of AUTHORS file | | | 5e77a1d debian package added | | | 7479871 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 8aa0908 all news converted to nothrow variant | | | 3e64083 win32 build fixed | | | 2cef05d reconnection mechanism added to tcp transport | | | 14b1123 handle error during connecting by eventual reconnection | | | e491152 zmq_encoder/decoder are able to add/trim prefixes from messages; fair queueing and load balancing algorithms factorised into separate classes | | | bd792fa ZMQ_SNDBUF and ZMQ_RCVBUF honoured in PGM transport | | | 6848821 Man pages for XREQ/XREP/zmq_queue updated | | | 0637e06 zmq_streamer & zmq_queue are built under MSVC | | | fa6bf24 XREP & XREQ socket types added; zmq_queue device added | | | c43aded debug code removed from PGM engines | | | f4ac8d7 OpenPGM v1 support removed | | | 73b765e PGM transport fixed | | | d5670f3 ZMQII-26: Use zero-copy for large messages (rx side) | | | 7701787 errors are never predicted in branch prediction (likely/unlikely macros added) | | | d4fdc26 zmq_poll implemented on Win32 platform | | | 986ab66 ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (Win32) | | | 8d58643 MSVC build for chat example added | | | 2e39f89 ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX) | | | 72dacc3 zero-copy on tx side optimised to minimise number of user/kernel space transitions | | | 1c1dfb5 zmq_cpp(7) man page filled in | | | cab5a4a minor documentation updates | | | c98e29f README added to chat example | | | 902d4f2 minor fix of zero-copy on tx side | | | 9be877c ZMQII-26: Use zero-copy for large messages | | | bfef2fc autotools build system builds chat example now | | | a08a72d chat example added | | | 8201266 Deadlock on zmq_close | | | 9f49594 C & C++ header files clean-up | | | 356ce8f man pages updated | | | 3e051e8 Vitaly Mayatskikh added to authors section | | | 721e37a platform.hpp.in removed from the codebase | | | 734aaa2 placeholders for new man pages added | | | 6fcdc5f common lisp binding & perf tests added | | | 7146ef8 seqnum mechanism automated | | | cb84580 harmless uninitialised memory read fixed | | | 9bd309b annoying optimisation in 'bind' command removed | | | c04583f minor code beautification | | | 0d704fc MSVC warnings fixed | | | 9cff475 added libpgm-2.0.17rc2 into the dist package | | | 82242f6 minor formatting fix in zmq_init.3 man page | | | c637bf2 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 9ccf2b4 minor tweaks in pgm code | | | fa1641a msvc build fixed | | | 19ce7c0 zmq_msg_data.3 referenced twice in Makefile.am - fixed | | | 8d85638 memory leak in message encoder fixed | | | 92aa9e9 experimental code to use futexes instead of mutexes added to simple_semapthore_t | | | c98fd6b ZMQII-25: Implement streamed request/reply | | | 5cd98bc the rest of man3 man pages filled in | | | e90ada0 more man pages filled in | | | 6602cce zmq_init, zmq_term & zmq_strerror man pages added | | | ed5563f man pages (dummy) added for zmq_msg_* functions | | | 55b64a0 man pages - initial (dummy) version | | | c41daca race condition in inproc transport shutdown fixed | | | 6463460 obsolete parameter removed from 'bind' command | | | 0e9ab2e inproc transport - initial commit | | | 14f2fec ZMQII-24: SEGFAULT when anonymous session disconnects | | | c2e0661 uninitialised variable in devpoll_t and kqueue_t | | | 26ca5ed Fixing concurrency issue in rep.cpp resulting in broken connections with multiple requesters under heavy load. | | | 84585a9 pgm_transport_recvmsgv in process_upstream returns PGM_IO_STATUS_RATE_LIMITED on busy sender | | | c2cd797 update pgm_socket to recent openpgm2 | | | 08b02a4 fixed get_sender_fds and get_receiver_fds for openpgm2 | | | 7d672d3 minor fixes for MSVC++ 2005 build | | | 7cbdcc9 ZMQII-21: Problem with fd_signaler_t::poll on socket close | | | 55acf36 releasing python global lock when doing blocking operations | | | 8b08047 added --with-pgm2-examples configure option | | | 71e455b ZMQII-19: add --disable-eventfd configure option | | | 50c7d12 added HAVE_LIBWS2_32 into platform.hpp.in | | | 0ce0205 updated 0MQ to recent OpenPGM2 rev.562 | | | ea2f655 mingw fixed winsock linking issue | | | 7afc61a 0MQ compilable on winXP mingw with --with-pgm2 option | | | ac83175 updated to recent PGM2 changes | | | 3daeff2 mingw port | | | de2e439 1 minor change in xmlParser.cpp | | | 14dc1f4 build system tuning - fixed make dist | | | b0c97a5 build system tuning | | | d57ee09 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | ff65e26 create_custom_gsi.patch renamed to create_custom_gsi_1.patch | | | e1b9fcd moved pgm_create_custom_gsi into PGM1 and drop ssl dependency | | | 4efe236 poller is a concept now rather than virtualised class | | | 4a3b4da ZMQII-9: Check and implement speculative reads & writes | | | 49a9ef5 windows error handling improved | | | cc631c4 ZMQII-18: Implement I/O multiplexing (first approximation) | | | f2ff2c6 checking for available messages added to ypipe/pipe | | | 84d854a documentation error in zmq.h fixed | | | 64e68e7 detecting data loss for PGM2 receiver | | | 39d915d PGM2 sender | | | cf6cc01 pgm2 receiver working (partly) | | | 72c5c5f --with-pgm2 compilable | | | 33afdcd added --with-pgm2 into build system | | | 5aee5fd Updated libzmq.vcproj file | | | 27d8627 Updated changelog for alpha3 release | | | b0a1a16 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 088a2db ZMQII-16: Change "struct zmq_msg_t" to "zmq_msg_t" in C binding | | | 2521130 ZMQII-14: Change default for ZMQ_MCAST_LOOP to true | | | 85cbd7f added PGM bus functionality | | | 3bd8f83 language bindings use zmq_strerror instead of strerror | | | a0db7f6 POSIX error codes unsupported on win platform faked | | | e136d92 ZMQ-specific error codes added | | | cc81368 documentation in zmq.h improved | | | e6ca5da Windows build fixed | | | b15f695 different fixes to req/rep | | | cb1b6fe initial version of req/rep sockets | | | 7668b24 ZMQ_POLL option forces fd_signaler to be used in app_thread | | | 495a222 MSVC warnings removed | | | f99b8fc receiving side of signaler virtualised | | | 50a8b9e 'flags' parameter added to zmq_init | | | edecf75 python binding checks ctx argument type | | | 8cdf753 ChangeLog updated | | | dffbdbb fixed compiler warning cast from uint64 to bool in socket_base.cpp | | | 1bd6d5e fixed missing xmlParser in dist package | | | 2be1529 java binding Makefile.am cleanup | | | cff6eb4 msvc directory moved into builds dir | | | 3ebe993 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 1a65504 ruby directory moved into bindings dir | | | c63387c python directory moved into bindings dir | | | 1b2a426 c and cpp directories moved into bindings directory | | | 6bfb9e6 java directory moved into bindings directory II | | | 3de435a java directory moved into bindings directory | | | d16b3bc Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 35c58dc ZMQII-1: fix for devpoll, kqueue & poll | | | 10dd8c5 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 03d494d added udp:// transport prefix for PGM UDP encapsulation | | | fc7715b Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | f1c72d6 ZMQII-4: Failure in dev/poll poller | | | c6665f4 set rc to 0 in its declaration (pyzmq.cpp) | | | 3b2c3ca setsockopt cleanup in rbzmq | | | 3534732 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 17800ac setsockopt cleanup in pyzmq.cpp | | | a71d002 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 4631fde ZMQII-8: Failure during orphan pipe deallocation | | | 7a5db60 added newly added socket options to all language bindings, P2P model changed to PUB/SUB for throughput tests | | | 9c522dc reconnect added to zmq_connecter | | | 6e03cb2 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 9fbdcc7 removed reset method from zmq_decoder_t | | | 969522b added OpenPGM receiver - ZMQ_SUB | | | bce2e60 more errors from send & recv handled decently on windows | | | 0381a78 added reset method into zmq_decoder_t class | | | 79d4a6d Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 7653f34 fixed pub_t class creating ZMQ_SUB socket_base_t | | | 98b8e9b Merge branch 'master' of github.com:sustrik/zeromq2 | | | a841774 forwarder renamed to zmq_forwarder (MSVC build) | | | 3a3bcd3 pgm_sender code beautiication | | | f44b215 added out_event call into pgm_sender_t revive | | | 712c7bd Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 35e82b4 forwarder renamed to zmq_forwarder | | | 3642813 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | bdf22e9 deleted useles iostream include from socket_base.cpp | | | f7ad4a2 forwarder device compilable on windows | | | 6cfd175 forwarder device added | | | e2900ce xmlParser added | | | 2bc9419 ZMQII-10: Make connections interrupted during the init phase be closed silently | | | 37cacc5 ZMQII-1: Win32 - failure on shutdown | | | c806aab java binding sets socket options using setsockopt function | | | 3670752 minor merge problem corrected | | | 89b1f27 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 47350ad separate class for PUB-style socket added | | | 1a4d6f9 added OpenPGM sender - ZMQ_PUB | | | e940878 build on win32 fixed | | | 7be7962 prefix-style message filtering added | | | 42ad2aa ZMQII-7: Pipe detach fails on shutdown | | | 29c5930 asserts for invalid indexes in pipe reader & writer added | | | e0d1294 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 5daa0de ZMQII-5: Only one consumer in a process gets the message | | | a91b449 Revert "link libzmq with glib when congifured --with-pgm" | | | 88695aa link libzmq with glib when congifured --with-pgm | | | f824b8a classify error from async connect as network related or 0MQ bugs | | | f674c92 ZMQII-2: SIGSEGV in zmq_connecter_init_t::read | | | 93e70ee throughput tests use P2P sockets consistently | | | 9594455 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | b3f32e2 ZMQII-3: cheap and nasty implementation of message filtering | | | 5acef9f added --with-pgm option, libpgm-1.2.14 build within 0mq build system | | | d81d341 Merge branch 'master' of github.com:sustrik/zeromq2 | | | 1864832 building zmq.jar on win32 fixed | | | 4cc923b Stop configure, when could not link with libuuid | | | 65b8b2d Merge branch 'master' of github.com:sustrik/zeromq2 | | | 305b81d higher precision time measurement in python perf tests | | | d743d97 Updated AUTHORS, ChangeLog, README and added COPYING.LESSER files | | | 4d07d7c fix of async connect on win32 | | | c99f39a Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 37d8371 async connect bug fixed | | | cb78991 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 734a62c Sparc solaris port | | | d3fb9f9 missing java MSVC project added | | | dadfd24 Merge branch 'master' of github.com:sustrik/zeromq2 | | | ef34c94 win build for python | | | 844b590 added libzmq.pc.in file | | | b3fc145 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 2a4a10c build system tuning | | | 3069b6b win port of java binding + java perf tests | | | ec6822a win port for c and cpp perf tests | | | b71c300 include directory split into c and cpp dirs, added --with-c and --with-cpp configure options | | | f895426 initial changes for win port | | | 87ccbb9 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | d62c742 Merge branch 'master' of git://github.com/sustrik/zeromq2 | | | 11a6cb9 Ruby binding functional | | | 67253f3 Java perf tests added | | | 63b56d7 python perf tests are included into distribution package | | | 4307baf python binding functional | | | 450b31c bug in python binding fixed | | | 103cbee couple of bugs fixed | | | 4914e5c O(1) socket removal | | | f92de9b bug during terminal shutdown fixed | | | 702fdbb messages that may have been received in the init phase are flushed immediately after engine is plugged in | | | 75a5a87 --disable-shared & C perf tests: a better way | | | 947b463 building C perf tests with --disable-shared fixed | | | 5e08a89 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 6a5120b python extension & perf tests | | | 1f06d99 Add Java binding | | | 0aacee3 POSIX threads don't use errno to report errors | | | 72fdf47 python perf tests added | | | b6d345f Ruby perf tests added | | | 314deb6 build system for perf/C and perf/C++ | | | 6c36673 C perf tests added | | | 4617fd9 c++ perf tests added | | | 176879e engine virtualised; chatroom example removed | | | 1d65093 Ruby bidning added | | | 3666a49 bug in identifying current thread fixed | | | 6996ef6 improved error handling | | | cb09c69 pipe deallocation added | | | 2dd5016 multiple bugs fixed | | | 6719426 Merge branch 'master' of git@github.com:sustrik/zeromq2 | | | 99c5d92 pipes added | | | 67c69f9 make configure respect --with-python option | | | aacdb7a python build fix | | | 77bc379 python extension added | | | 6be4b01 session management implemented | | | a801b6d couple of bugs in shutdown mechanism fixed | | | 131f2e3 subscribe API removed | | | 059beca listener/connecter/init/session added | | | bda766a redundant interface (i_api) removed | | | 9f1f823 zmq_listener/zmq_connecter implemented | | | 3147ff8 getsockopt implemented | | | bde396f fix to 3-thread synchronisation algorithm | | | 5b5b513 socket options interface modeled as in BSD sockets | | | a8b410e lockfree interaction patter for 3 theads implemented | | | 0b5cc02 clean up - session/socket/engine stuff removed | | | b8b4ace dispatcher renamed to context | | | 43fa72b C++ binding uses exceptions to signal failure | | | cc3755a renamed from zs to zmq | | | 183b688 git ignoring intermediary files | | | 4ed70a9 initial commit | | | | | | M 3rdParty | | | | | * commit fcd2bf7635e94d2c859aeb00b625d01026e1a0b7 | | | Author: Adeel Asghar | | | Date: Tue Jun 13 15:01:39 2017 +0200 | | | | | | Include the ZeroMQ headers. | | | | | | M Compiler/runtime/Makefile.in | | | | | * commit 579677bef1678bde8f5ccbf40148adae0a9e6bc1 | | | Author: Adeel Asghar | | | Date: Tue Jun 13 14:22:46 2017 +0200 | | | | | | Added ZeroMQ communication interface | | | | | | M Compiler/CMakeLists.txt | | | M Compiler/Main/Main.mo | | | M Compiler/Util/Flags.mo | | | A Compiler/Util/ZeroMQ.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/Makefile.in | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.omdev.mingw | | | A Compiler/runtime/ZeroMQ_omc.c | | | A Compiler/runtime/zeromqimpl.c | | | M Makefile.common | | | M Makefile.in | | | M Makefile.omdev.mingw | | | M configure.ac | | | | | * commit e2bcaf36d64f668c213cf254f5011fc578de9281 | | | Author: Adeel Asghar | | | Date: Tue Jun 13 10:56:49 2017 +0200 | | | | | | Fixed socket communication. | | | | | | M Compiler/runtime/socketimpl.c | | | | | * commit 76dc2503a8033ab680544b8a036225633c045f9b | | | Author: ptaeuber | | | Date: Mon Jun 12 14:33:07 2017 +0200 | | | | | | Match more nonlinear equations first while tearing | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit b95b469c7ae3ff6e78fa9a18408a9ce78b85d3c6 | | | Author: Lennart Ochel | | | Date: Fri Jun 9 11:33:45 2017 +0200 | | | | | | Allow fmi2SetInteger in continuous-time mode | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit d84ea136f71628c3b82046bd9530552726f4fa4e | | | Author: ptaeuber | | | Date: Thu Jun 8 11:53:45 2017 +0200 | | | | | | Make Evaluate=false have an effect | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit e116454e90d2c6d2cb7edb549166a695c5fb0f9c | | | Author: ptaeuber | | | Date: Tue May 30 19:01:13 2017 +0200 | | | | | | Do not prefer vars with start value for tearing | | | | | | ... to avoid excessive sensitivity on model changes | | | | | | M 3rdParty | | | M Compiler/Util/Flags.mo | | | | | * commit 9ca61408c135ea805c002181cc178ef1a223d735 | | | Author: ptaeuber | | | Date: Tue May 30 11:55:07 2017 +0200 | | | | | | Revert "Use nominal value as start value for iteration vars" | | | | | | This reverts commit e7045ec96e1d12fd46b0b363b779d29bf05d50a1. | | | Since there is no influence on the coverage test. The ThermoSysPro | | | model which started to work has got a new start value | | | (start=nominal) in the model, which leads to a different | | | tearing set. | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | | | * commit e7045ec96e1d12fd46b0b363b779d29bf05d50a1 | | | Author: ptaeuber | | | Date: Mon May 29 18:57:38 2017 +0200 | | | | | | Use nominal value as start value for iteration vars | | | | | | If there is no start value but a nominal value, print a | | | warning and use the nominal value rather than 0.0 | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | | | * commit ddfec0ed75ac8907910c3f3d641ab7db61861385 | | | Author: wibraun | | | Date: Tue May 23 18:11:18 2017 +0200 | | | | | | remove unused functions as a last step of backend | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit f821aa3e72b9a95aff17931af90b6c7371add9f5 | | | Author: Danny Moesch | | | Date: Tue May 23 10:10:43 2017 +0200 | | | | | | Avoid 'and' operator in C++ code since MSVC12 does not support it | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit 16a7626183a6045f9068c8d5ca9f125b3454c8cd | | | Author: Martin Sjölund | | | Date: Sat May 20 11:57:59 2017 +0200 | | | | | | Handle dassl better in opc-ua | | | | | | M SimulationRuntime/c/simulation/solver/embedded_server.c | | | M SimulationRuntime/c/simulation/solver/embedded_server.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/opc/ua/omc_opc_ua.c | | | M SimulationRuntime/opc/ua/omc_opc_ua.h | | | | | * commit 7b440a1b1a427b78f1d1e8d51311eb294cf4d6ea | | | Author: Lennart Ochel | | | Date: Wed May 17 08:46:42 2017 +0200 | | | | | | Fix derivation rule of pre calls | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 0042521a3d9b4c3b96f8abf350352310c3198fd9 | | | Author: Lennart Ochel | | | Date: Wed May 17 08:15:53 2017 +0200 | | | | | | Fix derivation of previous calls | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 9492f9ed569f8a4a9d9285ebdecc9b9cf91574da | | | Author: Lennart Ochel | | | Date: Mon May 15 23:33:58 2017 +0200 | | | | | | Fix homotopy debug dump | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit a7b3828768a5195bc2cb7e482c3f47fb39e3e2ad | | | Author: Lennart Ochel | | | Date: Mon May 15 16:53:44 2017 +0200 | | | | | | Read csv file delim from header | | | | | | M SimulationRuntime/c/util/libcsv.c | | | M SimulationRuntime/c/util/libcsv.h | | | M SimulationRuntime/c/util/read_csv.c | | | M SimulationRuntime/c/util/read_csv.h | | | | | * commit ef8d92946da73c1e15b14dd63a846c784b25ab32 | | | Author: Jan Hagemann | | | Date: Fri May 12 23:39:22 2017 +0200 | | | | | | wrapFunctionCalls can be used in initOpt: --initOptModules+=wrapFunctionCalls | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f6f6a142e80bf90d8d1e38820a0c17579745cec8 | | | Author: hkiel | | | Date: Fri May 12 23:23:53 2017 +0200 | | | | | | spell fix | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeFunction.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Util/Util.mo | | | | | * commit 9dc481ed62cd9a8ea3b46f170e4c3ec243f42f19 | | | Author: hkiel | | | Date: Fri May 12 23:08:40 2017 +0200 | | | | | | fix C-macros (missing braces) | | | | | | M SimulationRuntime/c/meta/meta_modelica_data.h | | | | | * commit 480ac49a2cbe31f5532f2ab3ff3e35d3c6bd915f | | | Author: Lennart Ochel | | | Date: Fri May 12 18:54:59 2017 +0200 | | | | | | Removed unused variables | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 8ed0af6eeeb02ba893eb3b4e273a1d8314fa8df1 | | | Author: hkiel | | | Date: Fri May 12 18:33:07 2017 +0200 | | | | | | fix prototype to avoid a warning from C compiler | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit d0c4de069e78896f3db26a976d85c1f3ddc0f6e0 | | | Author: Lennart Ochel | | | Date: Fri May 12 13:54:04 2017 +0200 | | | | | | Fix zero crossings for div calls | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit a342dab3d5a5fb3d55b63e07e03d65083f83487d | | | Author: hkiel | | | Date: Fri May 12 13:38:51 2017 +0200 | | | | | | correctly compare mod() and div() zerocrossing pairs | | | | | | M Compiler/BackEnd/ZeroCrossings.mo | | | | | * commit 2f4a4090ae32f026682855dfad06ccd08e070ae7 | | | Author: Lena Buffoni | | | Date: Thu May 11 19:23:25 2017 +0200 | | | | | | inversed path order | | | | | | M Compiler/Script/Binding.mo | | | | | * commit d147790caee3caf5b024e216fcadb2e6118bb70d | | | Author: Lena Buffoni | | | Date: Mon May 8 10:06:35 2017 +0200 | | | | | | Fixed autogen names, finding correct client paths, not parsing through Modelica Standard Library | | | | | | M Compiler/Script/Binding.mo | | | | | * commit 96267f1412bb19ba16a6ed98d290b7283d030262 | | | Author: Volker Waurich | | | Date: Thu May 11 17:27:04 2017 +0200 | | | | | | fix Ws2_32.dll linking under windows | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit 6d5709bda5c763b23002c00d042acf50a2e93c17 | | | Author: hkiel | | | Date: Thu May 11 13:04:37 2017 +0200 | | | | | | turn non tail-recursive functions into for-loops | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit ba45c06e57d06b2f422032afdbc2a0313380d570 | | | Author: Lennart Ochel | | | Date: Mon May 8 17:37:37 2017 +0200 | | | | | | Hide protected variables | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit 19285705c7905f2a81da7d251bbfa33f135c61e5 | | | Author: Volker Waurich | | | Date: Mon May 8 17:22:15 2017 +0200 | | | | | | fix subclocktree | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 1ec58addada3bcae140b1580eb97be822093a9c0 | | | Author: ptaeuber | | | Date: Mon May 8 15:33:14 2017 +0200 | | | | | | Define separator for homotopy path csv file | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 9f917019dea027d40d77e62b25d8edacdb09d4c5 | | | Author: ptaeuber | | | Date: Mon May 8 13:16:36 2017 +0200 | | | | | | Fix initialization of external objects | | | | | | See ticket:4413 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ce11282f76c511801aab3dd32b6af808a1e56be5 | | | Author: Martin Sjölund | | | Date: Fri May 5 12:50:10 2017 +0200 | | | | | | OPC-UA: Trigger an event when changing inputs | | | | | | This should make dassl and other solvers not discard changes as was | | | done previously. | | | | | | M SimulationRuntime/c/simulation/solver/embedded_server.c | | | M SimulationRuntime/c/simulation/solver/embedded_server.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/opc/ua/omc_opc_ua.c | | | M SimulationRuntime/opc/ua/omc_opc_ua.h | | | | | * commit 7abe6456aeebdf9941ca78d6934359ad0b182d85 | | | Author: Christoffer Fors Johansson | | | Date: Fri May 5 12:10:03 2017 +0200 | | | | | | Added a new flag, -embeddedServerPort | | | | | | M SimulationRuntime/c/simulation/solver/embedded_server.c | | | M SimulationRuntime/c/simulation/solver/embedded_server.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | M SimulationRuntime/opc/ua/omc_opc_ua.c | | | M SimulationRuntime/opc/ua/omc_opc_ua.h | | | | | * commit deeabde08bcb8a9f64cd94c22624aaf1a5dc660e | | | Author: hkiel | | | Date: Thu May 4 15:49:04 2017 +0200 | | | | | | Fix initial size of HashSet | | | reduces execution time of inlineWhenForInitialization from O(n^3) to O(n^2) (see ScalableTestSuite) | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 398f56301dc8167dea0a13d8d1dafcc68566c03f | | | Author: Volker Waurich | | | Date: Thu May 4 14:21:26 2017 +0200 | | | | | | dont order partitions if there are none | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 3a944419d3dfcb43aa14f42b0c12d037e8c344cc | | | Author: Volker Waurich | | | Date: Wed May 3 13:54:35 2017 +0200 | | | | | | sort clocked sub-partitions and deactivate negative shift | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 54881ac367dbc0f7afd8b6373aea4a64bb3b8db8 | | | Author: Martin Sjölund | | | Date: Tue May 2 18:25:37 2017 +0200 | | | | | | Use Mutable in the backend | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Util.mo | | | | | * commit d12a0358618142b01229cc1481bc29b0327c2eb7 | | | Author: Martin Sjölund | | | Date: Tue May 2 15:16:32 2017 +0200 | | | | | | Use Mutable for the DoubleEndedList | | | | | | M Compiler/Util/DoubleEndedList.mo | | | | | * commit 12245351321a69d834165b42b1dd55d3d7ebd5f2 | | | Author: Martin Sjölund | | | Date: Tue May 2 15:16:14 2017 +0200 | | | | | | Use Mutable in the frontend | | | | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit f618817f93a07489483c6d630dad4c6a58c96bac | | | Author: Martin Sjölund | | | Date: Tue May 2 10:48:48 2017 +0200 | | | | | | Add a Pointer type similar to the Mutable type | | | | | | The main difference is a pointer may be mutable or immutable. | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | A Compiler/Util/Pointer.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit f92a4a00a90566b83d20ead380934b32ca4d1555 | | | Author: Martin Sjölund | | | Date: Fri Apr 28 08:46:26 2017 +0200 | | | | | | Add support for a Mutable data structure | | | | | | A Compiler/Util/Mutable.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 8780cf754fa3d36500de02b055bd7a89377bcb6a | | | Author: Lennart Ochel | | | Date: Tue May 2 11:18:08 2017 +0200 | | | | | | Revert "Enable homotopy by default" | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 8dc4feab25b6019e6709f2ea45ad9589baa5d4b6 | | | Author: Lennart Ochel | | | Date: Fri Apr 28 21:24:29 2017 +0200 | | | | | | Fix ExpandableArray.compress | | | | | | M Compiler/Util/ExpandableArray.mo | | | | | * commit 8e2a2a0714c3482ee6fd040ff5ba43e4b6cea3c7 | | | Author: Martin Sjölund | | | Date: Thu Apr 27 13:17:23 2017 +0200 | | | | | | Parse mos-file statements using iteration | | | | | | Recursion caused very long mos-files to crash during the parsing. Doing | | | a listReverseInPlace is a small price to pay for not crashing. | | | Note: There will be no testcase for this since you need ~45MB mos-files | | | to trigger this on an -Os optimized omc (really only triggers for | | | -O0 -g). | | | | | | M Parser/Modelica.g | | | | | * commit f9882c38f589a105a6859e90403b99ea36f8991b | | | Author: Volker Waurich | | | Date: Wed Apr 26 18:22:18 2017 +0200 | | | | | | support boolean sub clocks for cpp | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | | | * commit 89d9bc659b252dc99f08788de4a8399f20080d05 | | | Author: Lennart Ochel | | | Date: Wed Apr 26 14:47:17 2017 +0200 | | | | | | Enable homotopy by default | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit a9e3d63a492383356eec4e0a6e2a8ec542f48cc9 | | | Author: Lennart Ochel | | | Date: Wed Apr 26 10:55:07 2017 +0200 | | | | | | Estimate required allocations for selectInitializationVariablesDAE | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 4f1dc42d2f498f3c12c1cb68cb4ae5bcb2d290ff | | | Author: Lennart Ochel | | | Date: Mon Apr 24 23:15:00 2017 +0200 | | | | | | Estimate number of equations | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit cf6f51c512266a1142d29591ea9b8db7fac456ad | | | Author: Lennart Ochel | | | Date: Mon Apr 24 21:37:57 2017 +0200 | | | | | | Estimate number of equations | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit e3fdafb1945b029fad4293dbd3b364f7f518db2b | | | Author: Adeel Asghar | | | Date: Mon Apr 24 16:27:10 2017 +0200 | | | | | | ticket:4381 | | | Updated the implementation of fetching connect equations. | | | Build a list of connections and then use the list for getting a specific connection. | | | Also moved `getConnectionCount` API to ModelicaBuiltin.mo | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit a8b251ebf16e77d53330e866eabf2fa729b01a2f | | | Author: Adrian Pop | | | Date: Sat Apr 22 00:54:12 2017 +0200 | | | | | | experimental support for merging alg sections, ticket:4365 | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 935a1c922569895e64a83655f0f723d5a82f3109 | | | Author: Adrian Pop | | | Date: Fri Apr 21 23:26:13 2017 +0200 | | | | | | fix inner/outer prefixing in algorithms ticket:4365 | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit dd5fb2b864c6604082a85ad1dd5fc4b60ca24fa4 | | | Author: Adrian Pop | | | Date: Fri Apr 21 20:49:30 2017 +0200 | | | | | | fix frontend part of ticket:4157 | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit ac1663df69f59485c2533c8ab3324fb48cc31a7e | | | Author: Martin Sjölund | | | Date: Thu Apr 20 18:13:36 2017 +0200 | | | | | | Provide more information for invalid roots | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit eb3f80fe333b20a12aceec59e8fbe106473e1a8a | | | Author: Martin Sjölund | | | Date: Tue Mar 14 09:49:19 2017 +0100 | | | | | | Handle recursion better when inlining calls | | | | | | This partially fixes FCSys.Characteristics.Examples.CellPotential (still | | | fails to compile functions due to them using parameters). | | | | | | M 3rdParty | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | A Compiler/Util/AvlSetPath.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 894837ccd40cfde13e1713c9452f53295e7d02d8 | | | Author: Lennart Ochel | | | Date: Thu Apr 20 13:47:03 2017 +0200 | | | | | | Reimplementation of the c runtime homotopy support | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/Main/Main.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/BackendDAEUtil.mo | | | M Compiler/Stubs/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 17e88411d884acb6cde1ed9ed075c2b4d6ed0401 | | | Author: ptaeuber | | | Date: Thu Apr 20 11:56:30 2017 +0200 | | | | | | Add experimental initOptModule inlineHomotopy | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit f0af412018caf27e5f282c023a2b1300df49854f | | | Author: Willi Braun | | | Date: Wed Apr 19 14:30:02 2017 +0200 | | | | | | added scaling for f(u) in kinsol, based on jacobian | | | | | | add more debug info from kinsol if LOG_NLS_V is enabled | | | | | | start printVector with 1 | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | | | * commit 11f1da2a375d1c5628cdfd11f7a0f435f1ee0155 | | | Author: Lennart Ochel | | | Date: Mon Apr 17 11:43:04 2017 +0200 | | | | | | Adjust memory management of equation arrays | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/Util/ExpandableArray.mo | | | | | * commit fa0a689e5de2d99fab24747a952d1ba6c55f4580 | | | Author: Lennart Ochel | | | Date: Sun Apr 16 23:16:10 2017 +0200 | | | | | | Fix side-effect in getSymbolicJacobian | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 2892979abd8aadb4534094e0941814bcb16201b4 | | | Author: Lennart Ochel | | | Date: Sat Apr 15 23:40:36 2017 +0200 | | | | | | Fix BackendEquation.merge | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 8e24cbffec583e0764b5bdeda245a96c7c17ec3a | | | Author: Lennart Ochel | | | Date: Sat Apr 15 15:59:17 2017 +0200 | | | | | | Clean up BackendEquation.mo | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/DumpGraphML.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Unused/InlineSolver.mo | | | | | * commit 9abe3dcf0bff31118f8cf8ea31121876b20dab42 | | | Author: Lennart Ochel | | | Date: Fri Apr 14 02:08:10 2017 +0200 | | | | | | Fix ExpandableArray | | | | | | M Compiler/Util/ExpandableArray.mo | | | | | * commit 3eb1be03fed75653140f9a1f139c5cce50be42e2 | | | Author: Lennart Ochel | | | Date: Tue Apr 11 18:03:48 2017 +0200 | | | | | | Use ExpandableArray for BackendDAE.EquationArray | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/DumpGraphML.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SymbolicImplicitSolver.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/ExpandableArray.mo | | | | | * commit 8429f9475ea689a2d51c86e356c0cda960cc30b4 | | | Author: ptaeuber | | | Date: Wed Apr 12 21:32:08 2017 +0200 | | | | | | Fix wrapFunctionCalls for cpp runtime | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit fd294f600e08044949210a1912d3b56b3d2b895b | | | Author: Lennart Ochel | | | Date: Tue Apr 11 16:44:51 2017 +0200 | | | | | | Remove unused variable arrays | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit a12c3491ab275bd83cf285fd8a0b7cc8f449d8b0 | | | Author: Bernhard Thiele | | | Date: Tue Apr 11 15:52:01 2017 +0200 | | | | | | Removed obsolete state machine back-end code | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | D Compiler/BackEnd/HashTableSM.mo | | | D Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 2cb1d8f6d1ed5593b7af150801509bc37010fc79 | | | Author: ptaeuber | | | Date: Tue Apr 11 14:44:53 2017 +0200 | | | | | | Improve module wrapFunctionCalls | | | | | | - constant cse-variables are stored in globalKnownVars and only | | | evaluated once before simulation instead of in each simulation step | | | - SimEqns for parameters are created from the globalKnownVars | | | - constant variables (eg. cse-variables) are solved before initialization in | | | updateBoundParameters in *_08bnd.c | | | - primaryParameters and allPrimaryParameters are removed | | | - improved dumps and documentation | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Main/Main.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/BackendDAEUtil.mo | | | M Compiler/Stubs/SimCodeMain.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/ExpandableArray.mo | | | A Compiler/Util/HashSetExp.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit c224a4b97355cccd491d79e705033880481311c3 | | | Author: Per Östlund | | | Date: Mon Apr 10 17:16:42 2017 +0200 | | | | | | Attempt to speed up collectInitialBindings. | | | | | | - Change BackendEquation.addEquation so it doesn't iterate over the | | | array in an attempt to find an empty slot. | | | - Removed some unnecessary tuple construction/deconstruction in | | | Initialization.collectInitlaVarsEqnsSystem. | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 32a70d2658128381d740b8d38c64951f07beda26 | | | Author: Willi Braun | | | Date: Mon Apr 10 12:02:35 2017 +0200 | | | | | | fix kinsol, reinit klu matrix onyl if klu is used | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 639c7bdc423b277d9347ec4c2229353abe55ff9b | | | Author: Lennart Ochel | | | Date: Mon Apr 10 09:45:06 2017 +0200 | | | | | | Remove when initial() from dynamic system | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 3d4461dbd179f454cb92528cce7fe6f299d0dfd5 | | | Author: Lennart Ochel | | | Date: Mon Apr 10 08:17:48 2017 +0200 | | | | | | Fix ticket:4387 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit e05d9d557263c10ab1884b1a189795d728b9b7ad | | | Author: Lennart Ochel | | | Date: Sun Apr 9 17:14:20 2017 +0200 | | | | | | Move timings from LOG_LS to LOG_LS_V | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | * commit 65dd5bc7e901f2a6b201c22f1a9f48dc75d5958f | | | Author: Lennart Ochel | | | Date: Sun Apr 9 07:28:31 2017 +0200 | | | | | | compareSimulationResults is deprecated | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/Error.mo | | | | | * commit adf56d3866a86d05db2b02b0ad8793643d51056b | | | Author: Lennart Ochel | | | Date: Fri Apr 7 20:49:01 2017 +0200 | | | | | | Adjust comparison of initial data point | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 9166cbfaf5f2f86e385bfb13c8ce4bf768152ff8 | | | Author: hkiel | | | Date: Fri Apr 7 17:09:25 2017 +0200 | | | | | | do not use tuple for one needed arg | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit f31ed5b0bb207a4a1113069ac11230408b0b25a4 | | | Author: Lennart Ochel | | | Date: Fri Apr 7 10:27:50 2017 +0200 | | | | | | Remove $_old(.) | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 2aadf4f0bfbf29f9d81de7505911e42238e71ef9 | | | Author: Lennart Ochel | | | Date: Fri Apr 7 09:52:32 2017 +0200 | | | | | | Add .vscode/ to .gitignore | | | | | | M .gitignore | | | | | * commit 1698ce9ba9c0e5527ce55325e4583ba495f56093 | | | Author: Willi Braun | | | Date: Fri Apr 7 00:04:56 2017 +0200 | | | | | | fix symbolic jacobian in kinsol | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit d2f4ddbda499b0308395310e6276607020ee34d0 | | | Author: Lennart Ochel | | | Date: Thu Apr 6 23:19:06 2017 +0200 | | | | | | Fix variable names in debug output | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9b4cb3b6427cfb6f98d3ce4446ed7a573eb44159 | | | Author: Lennart Ochel | | | Date: Thu Apr 6 16:01:40 2017 +0200 | | | | | | Implement missing case for SUB_SCALAR_ARRAY | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit 5124b80a0e7dc55925261db0c88b271d5df1d0e5 | | | Author: Lennart Ochel | | | Date: Thu Apr 6 14:39:57 2017 +0200 | | | | | | Fix add_alloc_scalar_real_array | | | | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 3f31abbf0460d989fe948f29f355d1a54db9e928 | | | Author: Volker Waurich | | | Date: Wed Apr 5 14:28:24 2017 +0200 | | | | | | compute time events during runtime instead of precalculation (cpp) | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit 064433e8faeb6252bce357fcda87cbf402903f54 | | | Author: Lennart Ochel | | | Date: Wed Apr 5 13:58:22 2017 +0200 | | | | | | Add number of linear/non-linear/mixed systems to debug output | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 3b5a5eadd8101c2d0a0d8fd28d4542074012f1e2 | | | Author: ptaeuber | | | Date: Tue Apr 4 15:59:29 2017 +0200 | | | | | | Show warning if parameter is overwritten with small value or zero | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit 3ad0767e1146b6473be71d5cd8ef51e8eb964597 | | | Author: Willi Braun | | | Date: Sat Apr 1 14:14:45 2017 +0200 | | | | | | remove old unneeded code for symbolic jacobian | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 78b18d88ba767d4dbd942d4d437facf02bb55429 | | | Author: Lennart Ochel | | | Date: Fri Mar 31 14:09:53 2017 +0200 | | | | | | Remove $_initialGuess(.) | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 495a97376783def068cc80d936aa176c8b4f14fd | | | Author: Lennart Ochel | | | Date: Thu Mar 30 14:11:01 2017 +0200 | | | | | | Fix homotopy-based initialization | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 74f46789180f83ee1317e439014b9ee79971ce0d | | | Author: Lennart Ochel | | | Date: Thu Mar 30 13:27:10 2017 +0200 | | | | | | Adjust generation of start-value equations | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 280c5ba72c434dca1d69f6e39cd2cf23d99bc2a7 | | | Author: Lennart Ochel | | | Date: Thu Mar 30 12:19:29 2017 +0200 | | | | | | Use start values as initial guess for nonlinear systems | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 4548444fb96b8f40239b324fc70739bc71b0f575 | | | Author: Lennart Ochel | | | Date: Wed Mar 29 21:24:44 2017 +0200 | | | | | | Don't generate unnecessary start value equations | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e36b947c7eab548b45e935b4826e63e6d6a6d48f | | | Author: ptaeuber | | | Date: Wed Mar 29 17:31:00 2017 +0200 | | | | | | Use nominal value to define threshold for param division | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/List.mo | | | | | * commit 5351a6eb8050bbe47780825fbf24acb75bae9fdc | | | Author: Worschech Niklas (DC/ENE22) | | | Date: Wed Mar 29 14:12:58 2017 +0200 | | | | | | updated 3rdparty | | | | | | M 3rdParty | | | | | * commit b78943f0c8d3126301de3fc10625b3a7a64be778 | | | Author: Lennart Ochel | | | Date: Wed Mar 29 12:36:01 2017 +0200 | | | | | | Remove unused templates | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 4ba7588dcfc6d7644cf3f148d6e7f03f70b6b061 | | | Author: Lennart Ochel | | | Date: Wed Mar 29 11:40:22 2017 +0200 | | | | | | Remove obsolete start value call cases | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit bca32a3137d280211b0b6c6ea4f3329f95924671 | | | Author: Lennart Ochel | | | Date: Wed Mar 29 10:55:41 2017 +0200 | | | | | | Adapt handling of start-values | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit fbffa36faddb5b9fe005b9442cd640cd065120aa | | | Author: Lennart Ochel | | | Date: Tue Mar 28 20:51:02 2017 +0200 | | | | | | Improve some debug dumps of package Differentiate | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit c0606aaf4a6a930332baa35416968153e8f58b93 | | | Author: Volker Waurich | | | Date: Tue Mar 28 16:26:09 2017 +0200 | | | | | | fix cpp codegen | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 85e1ec8df5d8c40f90bee51df721f08712bd467f | | | Author: Lennart Ochel | | | Date: Sat Mar 25 10:34:15 2017 +0100 | | | | | | Adapt index reduction to new representation of start values | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 03e06df29bd0b8682ee0e3f7ddb570a89c7459ff | | | Author: Lennart Ochel | | | Date: Fri Mar 24 11:28:09 2017 +0100 | | | | | | Fix initialization of start attributes | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 803f52cd01a5358be58d8def54a7865ceee28701 | | | Author: Lennart Ochel | | | Date: Fri Mar 24 11:26:53 2017 +0100 | | | | | | Cleaning up | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit d379a34dc44a81acd4e1777fa7ec946ce93ab0bb | | | Author: ptaeuber | | | Date: Tue Mar 28 12:47:03 2017 +0200 | | | | | | Add config flag tearingStrictness | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 13fc9557e1374257ab630d6c36fa8f198d91d132 | | | Author: Adrian Pop | | | Date: Mon Mar 27 17:40:37 2017 +0200 | | | | | | Link ModelicaStandardTables with ModelicaIO and ModelicaMatIO | | | - we need this to be able to update ModelicaExternalC | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit 7e8436ef902584a74e31a84f7fee6a8d38b87a84 | | | Author: Lennart Ochel | | | Date: Sun Mar 26 17:36:30 2017 +0200 | | | | | | [NF] Check if binding type does match component type | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 84fadec4dc7a97982c2ea119dc5c583b1d0c9e62 | | | Author: Adrian Pop | | | Date: Sun Mar 26 08:34:12 2017 +0200 | | | | | | fix library order for ModelicaStandardTables on Windows | | | - this order should work for MSL 3.2.1, 3.2.2 and trunk | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit 0130f958eac31a5853c5756c1433ff59f8260ce9 | | | Author: adrpo | | | Date: Thu Mar 23 20:11:59 2017 +0100 | | | | | | revert code from c77eae8d2283a15e140c3289e9ebc5f0ae84a179 | | | - we need to constant evaluate the parameters of Clock! | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 0785449db43ca2ef57acc45350a3bc2aec3dcb51 | | | Author: qichenghua | | | Date: Wed Mar 22 18:22:19 2017 +0100 | | | | | | Fixed error with commit 75c04c436d443a147f3f6a11451a74221a4b1e95 | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 75c04c436d443a147f3f6a11451a74221a4b1e95 | | | Author: qichenghua | | | Date: Wed Mar 22 16:37:46 2017 +0100 | | | | | | muted nonlinear solver nox | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | | | * commit 33db7845201095f878f8a917cbb9ad28bb8ece0e | | | Author: ptaeuber | | | Date: Wed Mar 22 14:41:10 2017 +0100 | | | | | | Revert "Improve module wrapFunctionCalls" | | | | | | This reverts commit a919ef478d5658621b602b394411891136d63a2f. | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Main/Main.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/BackendDAEUtil.mo | | | M Compiler/Stubs/SimCodeMain.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/ExpandableArray.mo | | | D Compiler/Util/HashSetExp.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 4984d9d02f7c48f34ab9a026d7cdd86a33864bfe | | | Author: Martin Sjölund | | | Date: Tue Mar 21 18:00:06 2017 +0100 | | | | | | Avoid empty autoconf statements | | | | | | This fixes bugs in older autoconf (RedHat 6). Fixes ticket:4326. | | | | | | M configure.ac | | | | | * commit a919ef478d5658621b602b394411891136d63a2f | | | Author: ptaeuber | | | Date: Tue Mar 21 14:25:13 2017 +0100 | | | | | | Improve module wrapFunctionCalls | | | | | | - constant cse-variables are stored in globalKnownVars and only | | | evaluated once before simulation instead of in each simulation step | | | - also traverse globalKnownVars for function calls before | | | traversing the systems | | | - SimEqns for parameters are created from the globalKnownVars | | | - constant variables (eg. cse-variables) are solved before initialization in | | | updateBoundParameters in *_08bnd.c | | | - primaryParameters and allPrimaryParameters are removed | | | - improved dumps and documentation | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Main/Main.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/BackendDAEUtil.mo | | | M Compiler/Stubs/SimCodeMain.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/ExpandableArray.mo | | | A Compiler/Util/HashSetExp.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 52cd6addf58d656bfac5733d44d6331eb633927f | | | Author: qichenghua | | | Date: Tue Mar 21 13:41:43 2017 +0100 | | | | | | extended error message in Cvode in case of too many events in small time interval. | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 4712b7a5d7019eaa3b2a77b9ddb5c533791c5eb8 | | | Author: qichenghua | | | Date: Tue Mar 21 13:12:20 2017 +0100 | | | | | | Set algloop to high values instead when otherwise errors were thrown. | | | | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 2659444bcb186036c93ab58b287b7f967c75b430 | | | Author: Adeel Asghar | | | Date: Tue Mar 21 12:39:56 2017 +0100 | | | | | | Return boolean from deleteOrUpdateComponentFromElementitems when its successful. | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 63a779abb7a8d02f397d403f734868b161404052 | | | Author: Adeel Asghar | | | Date: Tue Mar 21 11:44:25 2017 +0100 | | | | | | ticket:4342 Fixed updating protected components | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit f159b76180985b200bc5bd697b948407dc3d1a73 | | | Author: Lennart Ochel | | | Date: Mon Mar 20 22:51:49 2017 +0100 | | | | | | Simplify polymorphic types of function mapAllValue | | | | | | M Compiler/Util/List.mo | | | | | * commit d628e4c653a0a758ecfadfff916256943ccec472 | | | Author: Willi Braun | | | Date: Mon Mar 20 18:15:12 2017 +0100 | | | | | | fix codegeneration for records | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 59a2173e2e66ef4addb2e782c86c5728a92d9503 | | | Author: Niklas Worschech | | | Date: Mon Mar 20 16:13:55 2017 +0100 | | | | | | added windows makefile flags to build cpp runtime with Klu and trilinos | | | make runtimeCPPinstall USE_KLU="true" USE_TRILINOS="true" | | | for trilions the 3rdparty packages has to be build before with | | | make -f Makefile.omdev.mingw nox on windows | | | | | | M Makefile.omdev.mingw | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | M SimulationRuntime/cpp/README | | | | | * commit 6deba45e6d3542dc052e2b7b9a1cb07f03fc22af | | | Author: Per Östlund | | | Date: Mon Mar 20 12:10:48 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Added Expression.TYPENAME to handle typenames better. | | | - Use RangeIterator more to simplify scalarization. | | | - Improved handling of for loops. | | | - Improved iteration ranges. | | | - Cleaned up type checking: | | | - Removed erroneous cases for Type.FUNCTION. | | | - Changed MatchKind into an enumeration. | | | - Removed boolean return value from type matching functions, | | | not needed when we also return MatchKind. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit d74861a098755aee4e7339d18f3aa5e9fc7df40b | | | Author: Lennart Ochel | | | Date: Sun Mar 19 01:10:09 2017 +0100 | | | | | | Fix attributes of state derivatives | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 84fa514185a9943c2f6a8dc661cf8745e3a0378d | | | Author: Lennart Ochel | | | Date: Sun Mar 19 00:23:14 2017 +0100 | | | | | | Improve indentation of the generated *_init.xml file | | | | | | M Compiler/SimCode/SerializeInitXML.mo | | | | | * commit 621f1b6839c266b1785bc3c61946be180eadcbb3 | | | Author: Lennart Ochel | | | Date: Sun Mar 19 00:21:53 2017 +0100 | | | | | | Fix comments of state derivatives | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 1f69fcc34d8261e3655007d8d95b00a5b9e906fd | | | Author: Per Östlund | | | Date: Fri Mar 17 15:31:25 2017 +0100 | | | | | | Fix overload of String in new inst. | | | | | | M Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | | | * commit 0f52fc6c664eb66dfa9a6ec9ea2fa6caa71bd930 | | | Author: Niklas Worschech | | | Date: Fri Mar 17 14:06:16 2017 +0100 | | | | | | fix pdp file copy | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit bff59069ce8e446c93d40bef45bfc3e7463cfef1 | | | Author: Niklas Worschech | | | Date: Fri Mar 17 09:46:21 2017 +0100 | | | | | | fix for release build with VS 2015 of cpp runtime | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | * commit b93e15a5c9b2a73869dd6c7ba1f41a036d07193a | | | Author: Lennart Ochel | | | Date: Fri Mar 17 12:36:46 2017 +0100 | | | | | | Constant evaluate fixed attributes | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 15883dd1cc980b1dc81f00eb61bd7dda0a4f6650 | | | Author: Lennart Ochel | | | Date: Fri Mar 17 08:41:06 2017 +0100 | | | | | | Clean up NFUnitCheck | | | | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit a14eb1024a3fb27669a8549dd26aa8f69c5c5fd0 | | | Author: Danny Moesch | | | Date: Thu Mar 16 10:55:41 2017 +0100 | | | | | | Update submodule '3rdParty' again | | | | | | M 3rdParty | | | | | * commit 3f98c16fb6a42f85cb74e1144640301a50747ae5 | | | Author: Danny Moesch | | | Date: Thu Mar 16 10:23:40 2017 +0100 | | | | | | Update submodule '3rdParty' concerning the added NOX solver | | | | | | M 3rdParty | | | | | * commit 2ecdd1dd7e04641c5c5a92d60b19ea95b352f069 | | | Author: Danny Moesch | | | Date: Fri Mar 10 16:53:04 2017 +0100 | | | | | | Regard operating system specific directories | | | | | | M Makefile.common | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 1cb1bf8738e89ec2ee9ac920761f0a0a571f1461 | | | Author: Danny Moesch | | | Date: Thu Mar 9 18:30:10 2017 +0100 | | | | | | Add Nox building in makefiles | | | | | | M Makefile.common | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 62fa9b30c3626f0bb65d0c7a154273a99b18a4c7 | | | Author: Mahder Gebremedhin | | | Date: Thu Mar 16 10:00:56 2017 +0100 | | | | | | NFFrontEnd function and typing improvements | | | | | | - Overloading is now resolved with priority to exact match if there is any. | | | - Overwrite overload resolved name back to the overload name for builtin functions | | | - if OpenModelica.Internal.intAbs is matched we just rename the call to abs() anyway. | | | - Only for builtin functions because they are not collected anyway. | | | - If overloading fails print the overload name instead of the actual names in the errors. | | | - TypeMatch now notifies how matching is done (exact, cast, generic or UNKNOWN) | | | - Function matching now notifies how it is matched (exact, cast, generic or vectorized). | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 0ed34dc3ed1a8160fa56635b5c3e38ae7dbb49b9 | | | Author: Mahder Gebremedhin | | | Date: Fri Mar 10 20:15:52 2017 +0100 | | | | | | NFFrontEnd function updates. | | | | | | - Instantiate overloaded functions one by one and propagate multiple overlaods. | | | - OVERLOADED_CLASS is not used for overloaded functions anymore. We keep things in the cache. | | | - Do not overwrite function names by the overload name. | | | - Make sure we can't overlaod non function classes... | | | - Do not match args while insting them. | | | - We need the positional and named args separtely until we reach typing. | | | - If we match and try to replace named args by values then overlaoding will not work properly. | | | - Create slots after typing a function not when insting. We need the type info in the slots. | | | - Added a new Call type ARG_TYPED_CALL | | | - this is used while typing a call t preserve type and variablity info. | | | - Track errors and print if no match only. | | | - Save type info when filling args from slot defaults. | | | - Handle printing of arr_typed_call. | | | - Some more changes... | | | | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit bfc2e252d28750517a0ec32e3f5e998c0aecc2f2 | | | Author: Lennart Ochel | | | Date: Thu Mar 16 09:36:30 2017 +0100 | | | | | | Fix module unitChecking (ticket:4306) | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit 8d690cf157e73bcab967883dfd9d7ae9a8609030 | | | Author: Adeel Asghar | | | Date: Wed Mar 15 13:59:12 2017 +0100 | | | | | | Do not use a default value. | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit ec908e4e5c683f857d7763e8586474919fd9eb44 | | | Author: Adrian Pop | | | Date: Wed Mar 15 00:32:40 2017 +0100 | | | | | | Fix windows msvc build | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit cfa55d770f5f29f86b5a2ee295fe3da7c1b735dd | | | Author: Per Östlund | | | Date: Tue Mar 14 16:28:59 2017 +0100 | | | | | | Improved support for for loop equations in NFInst. | | | | | | - Implemented support for for loop equations with constant integer or | | | array range. | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | A Compiler/NFFrontEnd/NFRangeIterator.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 4d0d14fa796304439656e4628f73cd5f39b93642 | | | Author: Per Östlund | | | Date: Tue Mar 14 14:59:47 2017 +0100 | | | | | | Initial support for for loops in NFInst | | | | | | - Implemented for loop statements with explicit range. | | | - Partially implemented for loop equations with explicit range | | | (unrolling missing). | | | - Implemented initial typing of subscripts. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 4124ebe831fa5ef64bfb5f19f455039ce140d23c | | | Author: Adrian Pop | | | Date: Tue Mar 14 13:21:31 2017 +0100 | | | | | | Fix windows builds | | | - update 3rdParty to one that knows how to find lapack for sundials | | | | | | M 3rdParty | | | M Makefile.omdev.mingw | | | | | * commit 15992776fd8e647395efa69b8adc987ebb94bb1c | | | Author: Lennart Ochel | | | Date: Tue Mar 14 11:49:43 2017 +0100 | | | | | | Add missing cases to unit checking | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | | | * commit 343d155ebd5bfdc2ca9be8ce9aef99ee4055158b | | | Author: Per Östlund | | | Date: Mon Mar 13 18:07:26 2017 +0100 | | | | | | Fix InstUtil.findUnboundVariableUse for _ | | | | | | - Fix findUnboundVariableUse so that it prints an error message if _ is | | | used like a variable, instead of failing and confusing users who | | | forget to fill in placeholders. | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit d5b7bc2fae38bb62db705b6f7e874b93a3271e96 | | | Author: Martin Sjölund | | | Date: Mon Mar 13 15:01:43 2017 +0100 | | | | | | Simplify of asub where the subscript is a range | | | | | | This handles some obscure code that gets inlined. Ranges are not | | | simplified in the general case because they can be huge and usually are | | | used to iterate over some indexes without the need to construct an | | | array. Subscripts are different in that they are used to construct | | | arrays, so they should be safe to evaluate at compile-time. | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 2091a03143df89f0671a33999a069d2b5a9ee4ac | | | Author: Martin Sjölund | | | Date: Mon Mar 13 11:22:07 2017 +0100 | | | | | | Use the OM-compiled Sundials for C and C++ runtime | | | | | | This means Sundials is always available (before it was only compiled, | | | and compilation only succeeded if Sundials was installed locally and of | | | the same version as the OM Sundials; the C runtime linked against the | | | OM sundials while the C++ runtime used the OM headers and the OS lib). | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/runtime/config.unix.h.in | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M configure.ac | | | | | * commit c7fe8a234952bd742223085e1c8734e66bae880b | | | Author: Per Östlund | | | Date: Mon Mar 13 10:28:49 2017 +0100 | | | | | | Some small NFInst improvements. | | | | | | - Fix type casting of unary expressions. | | | - Fix definition of spatialDistribution. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | | | * commit e10293f7114d2322747ed722036117076cb30eb7 | | | Author: Lennart Ochel | | | Date: Sat Mar 11 22:58:11 2017 +0100 | | | | | | Add handling of initial terminate to c runtime | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 8064d3a89861fc3fb5275d8ceba47919b8c11ebb | | | Author: Lennart Ochel | | | Date: Sat Mar 11 09:42:41 2017 +0100 | | | | | | Fix classification of initial equations | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit b8fe1840ca6a758e39255b674a549a2c7c4a4bbe | | | Author: Adrian Pop | | | Date: Sat Mar 11 19:50:08 2017 +0100 | | | | | | Fix the front-end part of ticket:4304 | | | - add new DAE.INITIAL_ASSERT and handle it in the front-end | | | - add new DAE.INITIAL_TERMINATE and handle it in the front-end | | | - added preliminary back-end handling | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ElementSource.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 9e033a100dfdc20ed909e97facca4948430d492c | | | Author: Jan Šilar | | | Date: Fri Mar 10 17:08:38 2017 +0100 | | | | | | PDEModelica bugfix and minor changes | | | | | | - Added other than EQ_EQUALS and EQ_PDE cases to discretizePDE() function. | | | - _ghostL/R renamed to $ghostL/R | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 02e5c4a5194d21ef30bb1bf35fef15e65f47873a | | | Author: Jan Šilar | | | Date: Tue Feb 21 18:34:51 2017 +0100 | | | | | | PDEModelica bug fix | | | | | | - Fixed bug #3835, an unset variable was returned from function | | | - Avoid calling addGhostCells when PDEModelica grammar is not enabled. | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 3e1d7967927016dbaf1c721818a2e46e626867fc | | | Author: Jan Šilar | | | Date: Thu Jan 12 15:17:35 2017 +0100 | | | | | | PDEModelica ghost cell rename | | | | | | previously fieldVar.ghostR now fieldVar_ghostR (or L) | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit e7ae049c8c4d1d0e0f1e4aa70555d4ec668ae7da | | | Author: Jan Šilar | | | Date: Fri Jan 6 12:25:52 2017 +0100 | | | | | | PDEModelica -- left boundary x value | | | | | | Enabled x coordinate value of the left boundary to be any nuber, not only 0. | | | | | | M Compiler/FrontEnd/PDEModelicaBuiltin.mo | | | | | * commit f8b26335f600935c6363e360222074c5a1485ac7 | | | Author: Jan Šilar | | | Date: Mon Dec 12 15:08:39 2016 +0100 | | | | | | second order pder | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit aea3ec9c87ba21aaeca4bcdf188c1feb0e11aaa4 | | | Author: Jan Šilar | | | Date: Wed Jun 15 14:26:38 2016 +0200 | | | | | | PDEModelica -- ghost cells | | | | | | fixed bug - swaped variables in space difference | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 3461537034d893e694bfb81e1f1be145c43074b7 | | | Author: Jan Šilar | | | Date: Tue Jun 14 15:35:36 2016 +0200 | | | | | | PDEModelica - ghost cells hopefully finished | | | | | | addGhostCell() call moved before addComponentsToEnv() call. | | | Fixed some other bugs in ghost cell handling. | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 52646f206f24aef675971e87cf619346dab3d306 | | | Author: Jan Šilar | | | Date: Fri Jun 10 10:28:34 2016 +0200 | | | | | | PDEModelica - GhostCells | | | | | | almost finished but crashing | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit a0d00d881c4412c09adb26d4b65db96d3c032af5 | | | Author: Jan Šilar | | | Date: Fri Jun 3 17:45:32 2016 +0200 | | | | | | PDEModelica Ghost Cells | | | not finished -- serching for fields in pder to be extended by ghost cells | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit c4c02c1d44982a091a5e58336ee6e26f0d197a0c | | | Author: Jan Šilar | | | Date: Tue May 31 16:21:59 2016 +0200 | | | | | | PDEModelica -- minor refactoring | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 69b294ba0d3185eab15b745ea6be9af4677fb4b4 | | | Author: Volker Waurich | | | Date: Thu Mar 9 15:43:12 2017 +0100 | | | | | | fix for when in algorithms | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 62633fb1681520ee892d61d4d9163fc11d28414a | | | Author: Adrian Pop | | | Date: Thu Mar 9 00:46:57 2017 +0100 | | | | | | NF: implement partial support for unqualified imports | | | | | | M Compiler/NFFrontEnd/NFImport.mo | | | | | * commit d981c30a43d89d0177cc4eff412b1acf6ae4f608 | | | Author: Lennart Ochel | | | Date: Wed Mar 8 20:06:02 2017 +0100 | | | | | | New feature: detect steady state | | | | | | - New runtime flag -steadyState aborts simulation as soon as | | | steady state is detected. | | | - New runtime flag -steadyStateTol= overrides default | | | tolerance to detect steady state. | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 4c362d1ecf945c44ea4f139b7b4af29e222bbbd0 | | | Author: Per Östlund | | | Date: Wed Mar 8 18:51:01 2017 +0100 | | | | | | Improved function handling in NFInst. | | | | | | - Added new uniontype NFCall.Call, and changed NFExpression.CALL to only | | | contain an instance of NFCall.Call. | | | - Moved NFExpression.CallAttributes to NFCall, and changed NFExpression | | | to be a uniontype instead of package. | | | - Added new package NFBuiltinFunc, for defining builtin functions that | | | can't be declared in ModelicaBuiltin (currently Integer and String). | | | - Implemented typing and type checking of function calls. | | | - Implemented flattening of functions and generation of a | | | DAE.FunctionTree during flattening. | | | - Added lots of error checking for functions and calls. | | | - Added Type.ENUMERATION_ANY() to represent enumeration(:). | | | - Implemented support for overloaded functions using $overload. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | A Compiler/NFFrontEnd/NFBuiltinFuncs.mo | | | M Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 2a857f12d2e8bb657047ae788e47f2f2bd9ddace | | | Author: Lennart Ochel | | | Date: Wed Mar 8 13:51:15 2017 +0100 | | | | | | Add more functionality for constant evaluation | | | | | | M Compiler/NFFrontEnd/NFCeval.mo | | | | | * commit 9f923be66ee0f6632a992e6615ebf1add77ce345 | | | Author: Lennart Ochel | | | Date: Sun Mar 5 12:12:33 2017 +0100 | | | | | | New module to simplify expressions | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | A Compiler/NFFrontEnd/NFSimplifyExp.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 8777f9a1d8c9516f7b4540e03e84df45476db9b4 | | | Author: Adeel Asghar | | | Date: Tue Mar 7 16:52:42 2017 +0100 | | | | | | ticket:3680 & 4296 Look for connect equation within for loop equation. | | | Moved getNthConnection to ModelicaBuiltin.mo. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 8f1fd569f1fb9776565019b26b98713ef183cddd | | | Author: Willi Braun | | | Date: Tue Mar 7 00:25:11 2017 +0100 | | | | | | update module sortEqnsandVars | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 4f66de934b7d6ecfbde869651d3ee7853dd34c13 | | | Author: ptaeuber | | | Date: Mon Mar 6 13:39:46 2017 +0100 | | | | | | Only reassign start value if it has been overwritten | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit ae9b4cff083f6305dd7d7b1321136e0e0fb59345 | | | Author: Adeel Asghar | | | Date: Mon Mar 6 13:23:59 2017 +0100 | | | | | | Set a default value. | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit 2d2b491c96e6a4239174c205dfc9b69c4f48930a | | | Author: Adeel Asghar | | | Date: Mon Mar 6 12:38:21 2017 +0100 | | | | | | ticket:4295 checkBox instead of checkbox. | | | Also consider __Dymola_checkBox. | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit 43c6d443d15a5bf1f75b47463addea8e5a5f2600 | | | Author: Martin Sjölund | | | Date: Fri Mar 3 19:00:04 2017 +0100 | | | | | | Add a few stackoverflow checks to the backend | | | | | | Also fixes a stack overflow in SimCodeUtil.replaceCrefWithStartValue, | | | which recursed on a start-value expression being the variable itself | | | (replace x by x by x by ... x). | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f79568b89321a6413117c243fe1c772ecc05f275 | | | Author: Adeel Asghar | | | Date: Fri Mar 3 17:14:46 2017 +0100 | | | | | | Fixed arrays for OMEdit logs. | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 94c1c9be9a0c6f6a7e0a0602210f39c69574790c | | | Author: Adeel Asghar | | | Date: Fri Mar 3 15:07:20 2017 +0100 | | | | | | Fixed typename & strings for OMEdit logs | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit d130cee20a2cbcd5612a780ad6151e5935640fd4 | | | Author: qichenghua | | | Date: Fri Mar 3 11:39:36 2017 +0100 | | | | | | Fixed issue with finding KLU library | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 9d93410e0a75ac77d19cbce6a834b68346f40d5d | | | Author: Niklas Worschech | | | Date: Thu Mar 2 11:08:48 2017 +0100 | | | | | | fix in Kinsol of cpp runtime for sundials 2.7 | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | | | | | * commit c4ab6842818ca1b65dc05d8777fa8e95f4bd8207 | | | Author: Adrian Pop | | | Date: Thu Mar 2 10:36:20 2017 +0100 | | | | | | fixes for ticket:4276 | | | - allow write to parameter(fixed=false) in initial algorithm | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/Util/Error.mo | | | | | * commit f4e679c968b43c13bd5830caf7659cfdddb91a62 | | | Author: wibraun | | | Date: Wed Mar 1 22:52:35 2017 +0100 | | | | | | added jacobian timings to linear and non-linear solver | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 0db7959d4a97539695f439a53eb7679e68058b7f | | | Author: wibraun | | | Date: Wed Mar 1 18:07:42 2017 +0100 | | | | | | add jacobian timings to LOG_STATS | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | M SimulationRuntime/c/simulation/solver/irksco.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit afb17e2554939f4455433cd9b0444188dc1d1fbf | | | Author: Niklas Worschech | | | Date: Wed Mar 1 15:46:57 2017 +0100 | | | | | | fix for visual studio 2015 | | | | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | * commit c4d4d2e7cb55004b63eb7f4040b05c7f490f826b | | | Author: Niklas Worschech | | | Date: Mon Feb 27 09:59:41 2017 +0100 | | | | | | build suitesparse for visual studio with cpp runtime build | | | | | | M Makefile.omdev.mingw | | | | | * commit e76f5774ccedfb08dd38ffdd75d4fd8b0586bdda | | | Author: ptaeuber | | | Date: Wed Mar 1 11:43:45 2017 +0100 | | | | | | Do not create a new cse variable for record=call | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit b1a493aa8c6541fd8377dc42da2740e850821c37 | | | Author: Adrian Pop | | | Date: Wed Mar 1 06:22:53 2017 +0100 | | | | | | fix ticket:4292, handle DAE.REDUCTION also | | | | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/SimCodeFunction.mo | | | | | * commit 64ce9d91143d1a467e988d34c8fd1b0e09f2fe9a | | | Author: Per Östlund | | | Date: Tue Feb 28 20:58:10 2017 +0100 | | | | | | Partial implementation of functions for NFInst. | | | | | | - New uniontype NFFunction to represent functions. | | | - New module NFCall with functions to handle function calls. | | | - Added CachedData to InstNode, initially only used to cache functions. | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | A Compiler/NFFrontEnd/NFCall.mo | | | M Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | A Compiler/NFFrontEnd/NFFunction.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 7cf48f892153a93c57fb64c09d482bc7e0b23396 | | | Author: Adeel Asghar | | | Date: Tue Feb 28 16:12:46 2017 +0100 | | | | | | ticket:4287 Look for choices checkbox annotation. | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit b0ebfd44fb33134c291d09bbbf9796a374fc25ed | | | Author: Lennart Ochel | | | Date: Mon Feb 27 20:48:02 2017 +0100 | | | | | | Fix output type of simulate | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 7a0af381006aeabcdc423edbaece54a69b6a01b3 | | | Author: hkiel | | | Date: Mon Feb 27 20:30:13 2017 +0100 | | | | | | fix output type of sortStrings | | | remove unused variable | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 57b34d5781aaa05b434916b8bd8c9e56f810cd26 | | | Author: hkiel | | | Date: Mon Feb 27 17:10:46 2017 +0100 | | | | | | fix uninitialized variables | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 71726270438a47cb4c8de36a8e5574a9bf61609e | | | Author: Adrian Pop | | | Date: Fri Feb 24 23:11:53 2017 +0100 | | | | | | fix for ticket:4258 | | | - create more unique scopes when there are redeclares for derived classes | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit a5c5270bc609d79f619d110fcc69232f0ae59e65 | | | Author: Rüdiger Franke | | | Date: Fri Feb 24 15:58:46 2017 +0100 | | | | | | Fix use of new LinearSolver for FMI export | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | * commit d30bd1ea53187d3bb32713a1a25ed196c7c0998b | | | Author: Rüdiger Franke | | | Date: Fri Feb 24 11:27:18 2017 +0100 | | | | | | Fix scaling of Jacobian of new LinearSolver | | | | | | The previous version was comparing with 1.0 instead of assigning it. | | | | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | | | * commit 5570fe32c25fed04377d15ca1aa472d584640d4d | | | Author: Rüdiger Franke | | | Date: Fri Feb 24 11:19:36 2017 +0100 | | | | | | Enhance logging of new LinearSolver (cf. logging of former Newton) | | | | | | M SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | | | * commit 490c35c72aaf697b02f4295725a445f3e5d74ce3 | | | Author: Rüdiger Franke | | | Date: Fri Feb 24 11:14:02 2017 +0100 | | | | | | Fix whitespaces for new Cpp LinearSolver | | | | | | M SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolverSettings.cpp | | | | | * commit 0f722ad17221024cd1e6f43e115c60bac8c46b2d | | | Author: qichenghua | | | Date: Fri Feb 24 10:02:41 2017 +0100 | | | | | | fixed issue that occured if evaluating the algloop at the initial guess throws a division by zero error and added homotopy solver | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit 4ad960fa96fa8dc4839704d27faa88fde28d38d5 | | | Author: Per Östlund | | | Date: Wed Feb 22 22:39:52 2017 +0100 | | | | | | Error message pedantry. | | | | | | - Fix spelling: ALLREADY -> ALREADY | | | - Fix misuse of 'argument'. | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1096f0547b03d56c3246224518e4464bf38ab242 | | | Author: Adeel Asghar | | | Date: Wed Feb 22 12:45:01 2017 +0100 | | | | | | Fixed compilation of runtime. | | | | | | M Compiler/runtime/Makefile.omdev.mingw | | | | | * commit 6e54ca1b92b7d35190112ba45820c3a4b1a07cb1 | | | Author: Lennart Ochel | | | Date: Tue Feb 21 15:51:25 2017 +0100 | | | | | | Replace alias variables within external objects | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 4b89b3ce63ea89ba41cd62e9a6860d746eb7c5d2 | | | Author: Lennart Ochel | | | Date: Tue Feb 21 09:54:55 2017 +0100 | | | | | | Support external object constructors depend on variables | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit 5aeafb19b2af0da52cc9e9bb5fc2ee912f0b03ad | | | Author: Martin Sjölund | | | Date: Tue Feb 21 12:07:09 2017 +0100 | | | | | | Refactor the File module | | | | | | The C-code was much larger than the Modelica code (and contained much | | | duplicated boilerplate code); it has been moved to its own file. | | | | | | The File constructor was changed back to only taking one input (an | | | opaque pointer); it is no longer is passed NONE() but instead is passed | | | NULL (`File.noReference()`). | | | | | | M Compiler/SimCode/SerializeInitXML.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/File.mo | | | A Compiler/Util/omc_file.h | | | M Compiler/boot/Makefile.in | | | M Compiler/boot/Makefile.omdev.mingw | | | | | * commit a06724a4bc4d043637b314aadfac54bea320e601 | | | Author: Martin Sjölund | | | Date: Tue Feb 21 08:42:21 2017 +0100 | | | | | | Only find files in the current directory | | | | | | M Examples/GenerateDoc.mos | | | | | * commit f0ca662d129faa2a927d0ec94b4b88e0f37f7a4a | | | Author: Martin Sjölund | | | Date: Tue Feb 21 08:10:47 2017 +0100 | | | | | | Frontend: Do not evaluate external object inputs | | | | | | This fixes ticket:4207, where calling the external object constructor in | | | the correct order was fixed. It is then safe to not force evaluation of | | | its inputs. | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 40f70ce8ab60676220c965b2c10ac6d69bb184e9 | | | Author: Per Östlund | | | Date: Mon Feb 20 11:00:08 2017 +0100 | | | | | | Fix extends modifier issue in NFInst. | | | | | | - Fixed extends modifier issue by cloning base classes, so that | | | modifiers aren't applied to the class tree. | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 057661f71d3273f92872f375612a0dc0de1048da | | | Author: Adrian Pop | | | Date: Mon Feb 20 00:21:10 2017 +0100 | | | | | | Fixes for ticket:3894 | | | - improve the File package, support for file names in error messages, etc. | | | - get rid of failures on Windows 32bit (where isNone(fromID) returned true for existing files) | | | - add partial support for dladdr in Windows | | | | | | M Compiler/SimCode/SerializeInitXML.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/File.mo | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/omc_config.h | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 314ff91ae3284fed60849d0620e2b9c969b042a4 | | | Author: Bernhard Thiele | | | Date: Fri Feb 17 18:39:04 2017 +0100 | | | | | | Added FIXME comment for a state reset issue | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | * commit 7961f859ee4e3b3d33fbee1b1de20bef5025f001 | | | Author: adrpo | | | Date: Fri Feb 17 17:12:55 2017 +0100 | | | | | | fix ModelicaBuiltin.mo interface until fixes to ticket:3539 are ready | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit a6f54ce7ad5d16bf9127cf1ae254f6b5cb33072b | | | Author: Bernhard Thiele | | | Date: Fri Feb 17 14:16:31 2017 +0100 | | | | | | State machine bug fix for state reset | | | | | | Modified generated reset and activation equations | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | * commit 3532cb45a7d755ee83280c50328c5587db10f10e | | | Author: Per Östlund | | | Date: Thu Feb 16 15:27:29 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Move instantiation of expressions to NFInst instead of NFTyping. | | | - Removed UNTYPED_* equations and statements, they are needed anymore | | | since we don't need to store absyn expressions now. | | | - Fixed many instantiation issues. | | | - Implemented simple constant evaluation. | | | - Implemented new component reference type: NFComponentRef. | | | - Removed NFPrefix, use NFComponentRef instead. | | | - Temporarily disabled handling of for loops (wasn't really working | | | anyway). | | | - Temporarily disabled handling of functions and records. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | A Compiler/NFFrontEnd/NFCeval.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | A Compiler/NFFrontEnd/NFComponentRef.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | D Compiler/NFFrontEnd/NFPrefix.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFSubscript.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit fc47277a0ebd08665fdb4b3abf825739e4b08f5f | | | Author: Lennart Ochel | | | Date: Thu Feb 16 14:33:36 2017 +0100 | | | | | | Add support for firstTick to c runtime | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit e4071b5c27124ad3814e2be431090e301fe594a3 | | | Author: Martin Sjölund | | | Date: Wed Feb 15 09:57:48 2017 +0100 | | | | | | Make getClassnamesInElts not stack overflow | | | | | | matchcontinue+append list after the recursion cause OM crashes... | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 4af9b08e41ba55edd212a32a47bab85a81cedd07 | | | Author: Mahder Gebremedhin | | | Date: Tue Feb 14 18:24:07 2017 +0100 | | | | | | NFFrontEnd improvments | | | | | | - Improved function call typing. | | | - Vectorization | | | - Record constructors | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFPrefix.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 63678038e33e6a129ce3a925582cad77a7c03c15 | | | Author: Lennart Ochel | | | Date: Tue Feb 14 17:22:37 2017 +0100 | | | | | | Don't apply removeSimpleEquations to clocked partitions | | | | | | - ticket:4271 | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit fdacb6b3872e59c3a66b2a58dfae8277bbdc6fde | | | Author: Martin Sjölund | | | Date: Tue Feb 14 13:14:53 2017 +0100 | | | | | | Sort the FindFiles.log in a nicer way | | | | | | M Examples/GenerateDoc.mos | | | | | * commit f22b02c18839381f5fa2dcf555cd676beda64d0b | | | Author: Martin Sjölund | | | Date: Tue Feb 14 08:30:54 2017 +0100 | | | | | | For icons, if failing, partially evaluate the icon | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 54840e06a477c7d705dcf5e0cbe1fd184fa8bacf | | | Author: Martin Sjölund | | | Date: Mon Feb 13 13:10:59 2017 +0100 | | | | | | Handle comparison of empty expressions | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 03dd6d2c898b5b8186b9ffd4ecdad00208c6287c | | | Author: Martin Sjölund | | | Date: Mon Feb 13 12:18:11 2017 +0100 | | | | | | Fix uninitialized variable in Lookup | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit fec4a09a36147dca6dbd68f97ccd16ec3c93d0ee | | | Author: Martin Sjölund | | | Date: Mon Feb 13 10:33:34 2017 +0100 | | | | | | When in graphics expression mode, allow failures | | | | | | This handles some models where constant evaluation and prefixing of | | | expressions sometimes fails, but usually does not influence the | | | variables we are interested in for the graphics expression. | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/System.mo | | | | | * commit edd4913939ab1709344b9eb2e37631cb571ca9e9 | | | Author: Martin Sjölund | | | Date: Mon Feb 13 08:58:05 2017 +0100 | | | | | | Handle limit on shell expansion | | | | | | The documentation job is trying to zip/tar too many files for bash to | | | handle, so use their ability to take filenames from stdin instead. | | | | | | M Examples/GenerateDoc.mos | | | | | * commit db6f0524ae967c3b7b34824089a62b87cf1152a4 | | | Author: Adrian Pop | | | Date: Sat Feb 11 00:57:20 2017 +0100 | | | | | | NF better class extends: replace base class | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | A Compiler/NFFrontEnd/NFExtend.mo | | | A Compiler/NFFrontEnd/NFImport.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 33e26aac8cfb5547156162c2dbbfc902c1a195bc | | | Author: Lennart Ochel | | | Date: Fri Feb 10 19:21:34 2017 +0100 | | | | | | Make translateModelXML return the name of the xml file | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit 55eb281c5c3b7270eeab57ef89ffcddc2900a167 | | | Author: Lennart Ochel | | | Date: Fri Feb 10 16:20:44 2017 +0100 | | | | | | Make translateModelFMU return the name of the FMU | | | | | | - see ticket:4262 | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit 3ab01a44930a4c2cdbbb1da1d8c98ea123f82639 | | | Author: Martin Sjölund | | | Date: Fri Feb 10 14:19:22 2017 +0100 | | | | | | Fix equation indexes for clocked equations | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f06f9c6c51c425a6e755e79ad894b34d57f2d8c1 | | | Author: Martin Sjölund | | | Date: Fri Feb 10 13:57:07 2017 +0100 | | | | | | Fix array indexing check | | | | | | Also fixed problems with not calling fail() when a function failed. | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 2a86f292ef33fd366ed933698424b88517a41437 | | | Author: Adrian Pop | | | Date: Fri Feb 10 12:42:18 2017 +0100 | | | | | | check array length before trying indexing | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit ed7a5af4caf72b11bc90cce8285e088417e46c09 | | | Author: Martin Sjölund | | | Date: Fri Feb 10 12:01:26 2017 +0100 | | | | | | Remove some error-messages when viewing icons | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit e53eddf4297c32e81dc1eaf36999a5e007daef41 | | | Author: Martin Sjölund | | | Date: Fri Feb 10 09:13:29 2017 +0100 | | | | | | Create array of correct size | | | | | | The old code worked as long as there were fewer removed variables than | | | remaining variables. | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c77eae8d2283a15e140c3289e9ebc5f0ae84a179 | | | Author: Martin Sjölund | | | Date: Fri Feb 10 08:05:00 2017 +0100 | | | | | | Implement more operators in ModelicaBuiltin.mo | | | | | | The Clock constructor has a special work-around since it is both a | | | built-in type and a function (so we search OpenModelica.Internal when | | | looking for the Clock function). It then uses ExpressionSimplify to | | | convert DAE.CALL into DAE.CLKCONST. | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 06e3ebd858575d44d7e46d5ae50575c48e14c60d | | | Author: Martin Sjölund | | | Date: Thu Feb 9 16:12:13 2017 +0100 | | | | | | Add an internal flag for graphics mode | | | | | | This is used to hide error-messages about partial classes, etc instead | | | of hiding all error-messages. | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit fd915469a1978c1d80beda814a68378846343758 | | | Author: Martin Sjölund | | | Date: Thu Feb 9 14:47:50 2017 +0100 | | | | | | Do not ignore errors in icons | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 3f636cdbf8340679360c200da962f14a2f63fbb0 | | | Author: Per Östlund | | | Date: Thu Feb 9 14:48:15 2017 +0100 | | | | | | Change getCommandLineOptions failure mode. | | | | | | - Change getCommandLineOptions to return fail() instead of false in case | | | of failure. | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 57cdce5719c1105961b4c0f0ac1c45e8938288c5 | | | Author: Martin Sjölund | | | Date: Thu Feb 9 14:31:47 2017 +0100 | | | | | | Ignore illegal inputs to records (for icons) | | | | | | This fixes ticket:4259. | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 17cecc36cf581dda8b909dfcaf60cd1563e2e5cf | | | Author: Per Östlund | | | Date: Thu Feb 9 12:20:55 2017 +0100 | | | | | | Change getCommandLineOptions to return an array. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 674967bcafffa019ae83480536de05be19452e7c | | | Author: Martin Sjölund | | | Date: Thu Feb 9 09:51:56 2017 +0100 | | | | | | Changes to ModelicaBuiltin | | | | | | - Added type inference for Modelica builtin operators. | | | When using annotation __OpenModelica_UnboxArguments=true, the result | | | is an expression that is not boxed. | | | - Made the following functions not use the elabBuiltinHandler | | | - delay (with a fix in ExpressionSimplify for 2->3 args) | | | - diagonal | | | - previous | | | - subSample | | | - superSample | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/Script/Makefile.common | | | M Compiler/boot/Makefile.common | | | | | * commit e4c31ead3ac394757e95fa65bc68804658a77f0b | | | Author: ptaeuber | | | Date: Wed Feb 8 21:35:31 2017 +0100 | | | | | | Set fixed attribute in globalKnownVars for ... | | | | | | parameters depending on non-fixed parameters also to false | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit d9d4df52a193236dba186dcfd72c5a2a5683ff1b | | | Author: Adrian Pop | | | Date: Wed Feb 8 18:33:32 2017 +0100 | | | | | | fixes for ticket:4248 | | | - properly revert flag Flags.CHECK_MODEL to the previous state | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit ccdf5e9243285b0f63c3e2ae80dc0e3f76ba323e | | | Author: Per Östlund | | | Date: Wed Feb 8 16:23:06 2017 +0100 | | | | | | Added new API call getCommandLineOptions. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ba8f12ebe74aece5243a766ff927b32aa7f9a596 | | | Author: Martin Sjölund | | | Date: Wed Feb 8 09:49:51 2017 +0100 | | | | | | Handle double matrix when strings are expected | | | | | | This handles some versions of matlab that save character or integer | | | matrices using double precision. | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit d2bbe7a2c0144f80868d077983efa40432613088 | | | Author: Willi Braun | | | Date: Tue Feb 7 16:04:17 2017 +0100 | | | | | | fix return value solver step(ticket:4257) | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 582c1ef9c80adee40ac05fac1a59fd233726d27b | | | Author: Martin Sjölund | | | Date: Tue Feb 7 14:07:52 2017 +0100 | | | | | | Return the strdup result | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit f688b5d83b04feaea4b82c3de7819cd7a9d004df | | | Author: Adrian Pop | | | Date: Tue Feb 7 13:45:28 2017 +0100 | | | | | | add a pointer to the class in the NFExpression.CALL | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | | | * commit b1b90d8e97eda272fc53560297ff2b9db17dbec7 | | | Author: Martin Sjölund | | | Date: Tue Feb 7 12:16:39 2017 +0100 | | | | | | Create arrays of strings correctly in C89 | | | | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/utility.c | | | | | * commit a36d08f4f22de2355fdeeb71eb430893efe939c8 | | | Author: qichenghua | | | Date: Mon Feb 6 15:56:04 2017 +0100 | | | | | | added scaling and adapted tolerance in case of failure for nonlinear solver Nox | | | | | | M SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | M SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | M SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | M SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | | | * commit cafab4319ea82d6bfa01c51c5de7b215cad7f8e8 | | | Author: Willi Braun | | | Date: Sat Feb 4 18:38:19 2017 +0100 | | | | | | fix initial guess of irksco on first step | | | | | | M SimulationRuntime/c/simulation/solver/irksco.c | | | | | * commit 79d3e32548ffb25e528226a727b6d7bba0beeab7 | | | Author: Adrian Pop | | | Date: Fri Feb 3 16:31:04 2017 +0100 | | | | | | fix MSVC compilation of new added solver | | | - remove jacobian variable (not used) | | | - MSVC 2010 does not support definition of variables with size from local or stack variables, use malloc/free instead | | | | | | M SimulationRuntime/c/simulation/solver/irksco.c | | | | | * commit 8ce7212e96234b16f204c95b7ac35ccf38972709 | | | Author: Adrian Pop | | | Date: Fri Feb 3 15:15:17 2017 +0100 | | | | | | fix MSVC build of simulation runtime C | | | - jacobian is not used, comment it out for now | | | - the MSVC 2010 does not support declarations of variables using sizes from local stack variables | | | | | | M SimulationRuntime/c/simulation/solver/sym_solver_ssc.c | | | | | * commit 0ebf1ec80d6de78a77c2a940e681934884a41a62 | | | Author: kbalzereit | | | Date: Fri Feb 3 14:37:24 2017 +0100 | | | | | | added new solver irksco | | | | | | - step size control based on mid-point rule | | | - evaluate the system with order 1 and 2 for step size control | | | - _i_mplicit _r_unge-_k_utta solver with _s_tep size _co_ntrol | | | | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | A SimulationRuntime/c/simulation/solver/irksco.c | | | A SimulationRuntime/c/simulation/solver/irksco.h | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | M SimulationRuntime/c/simulation/solver/newtonIteration.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 0dbd1e971888597ab95215b8418b7ca4b27d91c9 | | | Author: kbalzereit | | | Date: Thu Feb 2 23:18:08 2017 +0100 | | | | | | added improved symbolical inline solver | | | | | | - symbolic inline integration is working by replacing the der operator with the | | | difference quotient(forward/backward) | | | - solver supports explicit and implicit order 1 integration methods | | | enabled by compiler flag --symSolver=(impEuler|expEuler) | | | - added solver methods to the runtime -s symSolver|symSolverSsc without and with step size control | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | A Compiler/BackEnd/SymbolicImplicitSolver.mo | | | M Compiler/Main/Main.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/BackendDAEUtil.mo | | | M Compiler/Stubs/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | D SimulationRuntime/c/simulation/solver/sym_imp_euler.c | | | A SimulationRuntime/c/simulation/solver/sym_solver_ssc.c | | | R076 SimulationRuntime/c/simulation/solver/sym_imp_euler.h SimulationRuntime/c/simulation/solver/sym_solver_ssc.h | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 69c53b3e1aa169eb3459c49a7d8db495f0e22148 | | | Author: Willi Braun | | | Date: Wed Feb 1 17:07:13 2017 +0100 | | | | | | add -impRKLS flag with current iterative solving strategy | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit c55d31017e7049c9f4526d6af66a070f37fe35d1 | | | Author: Rüdiger Franke | | | Date: Wed Feb 1 12:11:04 2017 +0100 | | | | | | Further append underscores to Modelica names | | | | | | - append undersores to initRecordMembers, see e.g.: | | | Modelica.Media.Examples.R134a.R134a1 | | | | | | - don't append underscores to function refs, see e.g.: | | | Modelica.Math.Nonlinear.Examples.quadratureLobatto3 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 815cea322fbaa53c4b668dfc7b82cc5b884f0ab6 | | | Author: Lennart Ochel | | | Date: Tue Jan 31 23:31:05 2017 +0100 | | | | | | Remove some dummy strings | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 257ddee167a762498ab8003102dbe68c63bc8ce8 | | | Author: Lennart Ochel | | | Date: Tue Jan 31 22:23:23 2017 +0100 | | | | | | Fix solver descriptions (#1446) | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit c0c96357af1528706188183412583d2d3cc24613 | | | Author: Willi Braun | | | Date: Tue Jan 31 22:04:26 2017 +0100 | | | | | | ticket:4246 reorder solver flags and reword solver description | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit b609f85e0f93c84dd8c75f73370d9ace00f40740 | | | Author: Per Östlund | | | Date: Tue Jan 31 15:09:36 2017 +0100 | | | | | | NFInst prefixing improvements. | | | | | | - Changed Lookup.lookupCref to return a list of all found nodes instead | | | of a prefix, so the prefix can be properly constructed by the caller. | | | - Fixed prefixing in Typing.typeCref, which previously typed the prefix | | | incorrectly. | | | - Moved typing of builtin attributes from typeComponent to typeBinding, | | | to avoid infinite loops with enumerations. | | | - Fixed handling of builtin functions size and smooth to use the correct | | | arguments. | | | | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFPrefix.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 9c988b682e41e4e931adafcfe57dc22acbbe9806 | | | Author: Willi Braun | | | Date: Tue Jan 31 14:47:35 2017 +0100 | | | | | | integrate implicit runge-kutta and lobatto | | | | | | - add imprungekutta integration method | | | - add simflag impRKOrder to select different order[1-6] | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 0014f95a104849c40d3c5604ed3bef8a9ab2e92c | | | Author: Willi Braun | | | Date: Tue Jan 31 13:33:44 2017 +0100 | | | | | | ticket:4237 fix partition index in jacobians | | | | | | - change default partition index of Jacobians => 0 | | | - fixed a small cpp codegen issue | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4ffbdb438a6ee8403cc533701d117a2ca9e07d19 | | | Author: Per Östlund | | | Date: Tue Jan 31 11:45:20 2017 +0100 | | | | | | Fix NFInst lookup of inherited names. | | | | | | - Keep a list of instantiated extends nodes in instantiated classes, | | | to make lookup of inherited names work in them. | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit ff80ea0f5d8f727b3290e236bcb037fdeb0330ef | | | Author: Lennart Ochel | | | Date: Tue Jan 31 11:09:25 2017 +0100 | | | | | | Don't apply removeSimpleEquations to clocked partitions | | | | | | during pre-optimization | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 5f0ad984158f883559ad1e6a005f459b80382814 | | | Author: Lennart Ochel | | | Date: Thu Jan 19 11:59:37 2017 +0100 | | | | | | Split synchronous features into pre and post phase | | | | | | This should allow to handle higher-index problems within clocked | | | partitions. | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 2099c8be1c09a980c48c105bc6cdbc87e71c9fae | | | Author: Rüdiger Franke | | | Date: Tue Jan 31 10:12:33 2017 +0100 | | | | | | More append underscores to Modelica names | | | | | | See e.g. Modelica.Fluid.Examples.Tanks.ThreeTanks | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit fd5058e6b40d0ab03c573936d39c2873cc411d95 | | | Author: Willi Braun | | | Date: Mon Jan 30 19:01:47 2017 +0100 | | | | | | fixing ticket:4237: Support of clockPartitions in jacobians | | | | | | - rewrite the SimCode jacobian tuple to records | | | - added partitionIndex to jacobians | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenCppInit.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | | | * commit 576ecd35c305e1e8e42bf3d43ae2d68a274712c2 | | | Author: Rüdiger Franke | | | Date: Mon Jan 30 17:41:58 2017 +0100 | | | | | | Append underscore to names in Cpp functions | | | | | | Remove special treatment for a subset of C++ keywords and | | | treat all Modelica names equal instead. | | | | | | In summary we have: | | | name_ : Modelica name in functions | | | name : local variable of Cpp runtime | | | _name : member variable of Cpp runtime | | | _name_ : Modelica name as member variable/define for equations | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit b1aac58fd80ce0f534857ec798f99371549fd162 | | | Author: Per Östlund | | | Date: Mon Jan 30 16:00:06 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Support for using enumerations and Boolean as | | | dimensions. | | | - Handling of enumeration attributes. | | | - Support for StateSelect. | | | | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit b4a66a288b349af95a26cea547ae4a730fd2491a | | | Author: Rüdiger Franke | | | Date: Sun Jan 29 18:45:00 2017 +0100 | | | | | | More add underscore to variable names in Cpp runtime | | | | | | - add underscore to iterators outside functions | | | - remove filter for keywords outside functions -- | | | they are covered with the generally added underscores | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 4d45d7ac94407f54cb282efa174af981cabee2bd | | | Author: Rüdiger Franke | | | Date: Sun Jan 29 18:33:19 2017 +0100 | | | | | | Add clockIndex to Jacobians for clocked partitions, ticket:4237 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 175a65b6f42306292e122c12d07317b514315bf7 | | | Author: Adrian Pop | | | Date: Sat Jan 28 02:02:00 2017 +0100 | | | | | | new front-end connection handling preparation | | | - adapt the old front-end with some changes needed for the new front-end | | | - add DAE.CONNECT_EQUATION | | | - use DAE.ConnectorType inside DAE.Attributes.ATTR instead of SCode.ConnectorType | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFInstUtil.mo | | | M Compiler/Template/DAEDumpTV.mo | | | | | * commit fdff91a3cb6b393a5aa7add0c38ff4f653148672 | | | Author: Adeel Asghar | | | Date: Sat Jan 28 00:21:09 2017 +0100 | | | | | | Copy omniORB dlls from the correct target. | | | | | | M Makefile.omdev.mingw | | | | | * commit 610eb709cf9fd908936a04d4266d419325bdf677 | | | Author: Adrian Pop | | | Date: Fri Jan 27 23:52:28 2017 +0100 | | | | | | fix interactive Corba crash | | | - guard SystemImpl__directoryExists for NULL string | | | - guard CorbaImpl__initialize agains NULL corbaObjectReferenceFilePath | | | | | | M Compiler/runtime/corbaimpl.cpp | | | M Compiler/runtime/systemimpl.c | | | | | * commit aef38989321634e73996c054a70f6d5c713a7d57 | | | Author: Rüdiger Franke | | | Date: Fri Jan 27 22:52:28 2017 +0100 | | | | | | Append underscore to variable names in Cpp runtime | | | | | | This is to avoid name clashes with predefined variables of runtime, | | | like _conditions, _simTime or _b -- a model variable b is now called _b_ | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 0b5f0dda240cb5c8af84ac289b448c96f463288c | | | Author: Rüdiger Franke | | | Date: Fri Jan 27 21:20:48 2017 +0100 | | | | | | Fix log category of linear solver | | | | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | | | * commit be0ab4e03b22c75ccd391e834ab8c5b6124af322 | | | Author: Bernhard Thiele | | | Date: Fri Jan 27 13:53:12 2017 +0100 | | | | | | NF partial support for synchronous operators | | | | | | - Added state machine related operators ("initialState", | | | "transition","activeState", "ticksInState","timeInState") | | | - Added several synchronous operators ("previous", | | | "hold", "subSample", "superSample") | | | | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | | | * commit 81844647faea1e6f0b52b70c32875e7325a4f876 | | | Author: Willi Braun | | | Date: Fri Jan 27 11:56:04 2017 +0100 | | | | | | improve and fix several simulation option descriptions | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 645a6be7fc761112c3979df8278ab866f2228b94 | | | Author: Adrian Pop | | | Date: Thu Jan 26 23:36:27 2017 +0100 | | | | | | partial implementation of class extends | | | - the class extends changes are not applied to the baseclass, only the local scope | | | - check if this is the correct way to implement this, or we actually need to replace in the base class | | | | | | M Compiler/Global/Global.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/Util/Error.mo | | | | | * commit 0ec2a213752ab4b9fcec48f8795fa9fe875710f1 | | | Author: Martin Sjölund | | | Date: Thu Jan 26 16:39:20 2017 +0100 | | | | | | Ran the refactoring script | | | | | | Removed many unused variables and bindings | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Vectorization.mo | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/BackEnd/ZeroCrossings.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/ElementSource.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/NFFrontEnd/NFUnitCheck.mo | | | M Compiler/Script/Binding.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ef1458eee743a7cec74feb49eef8e370da9d55c0 | | | Author: Martin Sjölund | | | Date: Thu Jan 26 16:05:43 2017 +0100 | | | | | | Only print we remove variables actually removed | | | | | | The problem is loops have 1 extra call to find dead stores, and | | | notifications from this step should not be visible. | | | | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Util/BaseAvlSet.mo | | | | | * commit 86c322678972ec0b248bbb214ded0ce71dbd1ed0 | | | Author: Lennart Ochel | | | Date: Thu Jan 26 13:42:23 2017 +0100 | | | | | | Catch inf and nan in divisions | | | | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit 3b40c1c8497775125429e66ebc185ced8f7a0076 | | | Author: Martin Sjölund | | | Date: Thu Jan 26 12:52:40 2017 +0100 | | | | | | Remove unused imports | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFPrefix.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Script/Binding.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeInitXML.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeFunction.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/HashTableCrToExpOption.mo | | | M Compiler/boot/find-unused-import.sh | | | | | * commit 06fb1c2ed26a48118beb857820bdc074f2ef75ab | | | Author: hkiel | | | Date: Thu Jan 26 11:56:41 2017 +0100 | | | | | | optimize tailrecursive into leaner for loop | | | | | | M Compiler/Template/TplParser.mo | | | | | * commit 3c1004b8d23056e61e188b7eb72e1af68a700494 | | | Author: Martin Sjölund | | | Date: Thu Jan 26 09:53:17 2017 +0100 | | | | | | Cache typeviews in Susan | | | | | | This improves performance a lot since the same typeview is added | | | multiple times and it does linear search or something, making the | | | performance of Susan scale n^2 or worse with the number of typeviews | | | included (and each imported template imports new typeviews). | | | | | | Time to run CodegenFMUCppHpcom.tpl went from 8 minutes to a bit less | | | than a second, showing that scalability improves drastically. | | | | | | M Compiler/Template/TplParser.mo | | | | | * commit 343b8685578d8a096f05a1a827fcd34d0313c414 | | | Author: Rüdiger Franke | | | Date: Thu Jan 26 08:48:57 2017 +0100 | | | | | | Add solver method ImplicitTrapezoid | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Util/Error.mo | | | | | * commit a8cd99080941af5451946a64c9c51e2a66a583b2 | | | Author: Rüdiger Franke | | | Date: Wed Jan 25 20:59:02 2017 +0100 | | | | | | Inline integration initializes clocked continuous states | | | | | | Initialization during code generation does not work for states | | | in algebraic loops. This initialization in the backend becomes possible | | | with the introduction of $DER.x variables for derivatives. | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit d32ecbb30f3cd8de9baad8576b1f9a1df0425ec3 | | | Author: Rüdiger Franke | | | Date: Wed Jan 25 19:05:07 2017 +0100 | | | | | | Delay derivatives of clocked states for ExplicitEuler | | | | | | This is to conform with Modelica spec, at the price of delayed inputs | | | and additional clocked states for derivatives. | | | Introduce SemiImplicitEuler to only delay existing clocked states. | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit dce7606b15b90788decf495cc5c77b17af380f9c | | | Author: Per Östlund | | | Date: Wed Jan 25 14:20:43 2017 +0100 | | | | | | Initial enumeration support in NFInst. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFPrefix.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 49dc8a6c0f6b5d593622649a476859cef6b27cb9 | | | Author: Martin Sjölund | | | Date: Wed Jan 25 13:41:16 2017 +0100 | | | | | | Remove all remaining DAE.TypeSource | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 1ca1591bb805bfc95b23b663b306fa5764e1f5ed | | | Author: Martin Sjölund | | | Date: Wed Jan 25 12:58:36 2017 +0100 | | | | | | Remove TypeSource for T_COMPLEX | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/DAEDumpTV.mo | | | | | * commit 94b2cb3e1d6d71224ce74e94576836ad2c526458 | | | Author: Lennart Ochel | | | Date: Wed Jan 25 11:50:57 2017 +0100 | | | | | | Add all built-in intrinsic operators with function syntax | | | | | | ... to wrapFunctionCalls exception list | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit d82857104cae8f548e370994f126c84b79a63e0e | | | Author: Martin Sjölund | | | Date: Wed Jan 25 11:28:20 2017 +0100 | | | | | | Remove TypeSource from UT/Code/function pointer | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 36620005839d4568ec709fb2e2c51a5b02c7b71e | | | Author: Martin Sjölund | | | Date: Wed Jan 25 09:54:09 2017 +0100 | | | | | | Remove TypeSource from functions | | | | | | Replaced it with a Path, so now it should be set in all places since | | | you can no longer pass an empty list. | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.tpl | | | | | * commit 376bb8fb9321c7dbafabe157e9c7ced847044c12 | | | Author: Adrian Pop | | | Date: Wed Jan 25 05:46:19 2017 +0100 | | | | | | updates to NFFrontEnd | | | - implement toString for expressions | | | - implement toString for types | | | - add CAST expression | | | - handle Type.FUNCTION better | | | | | | M Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 507cdb3134f4f493607160d4360e16ca617f869a | | | Author: Per Östlund | | | Date: Tue Jan 24 12:25:31 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Simplify builtin type handling by storing the actual type in | | | Class.PARTIAL_BUILTIN/INSTANCED_BUILTIN instead of the name. | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit fac34e17fd166cf8620530064c08cb223b90e074 | | | Author: Per Östlund | | | Date: Tue Jan 24 11:32:21 2017 +0100 | | | | | | NFInst improvements. | | | | | | - Better typing of crefs. | | | - Improved flattening of equations. | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFPrefix.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit d767990dfcc48056b8da39d2e4028431be30cf77 | | | Author: Lennart Ochel | | | Date: Tue Jan 24 10:51:39 2017 +0100 | | | | | | Add support for constants to expContains | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit d58aa69963a894dd4f75e7ec56c59f34cf66fad6 | | | Author: Martin Sjölund | | | Date: Tue Jan 24 08:23:18 2017 +0100 | | | | | | Remove TypeSource from more types | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/NFFrontEnd/NFBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/ExpressionDumpTV.mo | | | | | * commit b444d8e8c17a5d8b5df3ec709fe23d7335844134 | | | Author: Martin Sjölund | | | Date: Tue Jan 24 07:13:21 2017 +0100 | | | | | | Strip DAE.TypeSource from some DAE.Type | | | | | | Remove TypeSource from some records in DAE.Type. The data is not | | | really used and will not be collected in the new instantiation. | | | Subsequent commits will change the structure even further. | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/NFFrontEnd/NFType.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 67c5d4532016ca3117c9f6c48dba4c93fab86ad7 | | | Author: Lennart Ochel | | | Date: Mon Jan 23 22:53:31 2017 +0100 | | | | | | Fix ticket:4228 | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 399ee4122f1dd8fd366010f4b28a39032ea88664 | | | Author: Martin Sjölund | | | Date: Mon Jan 23 10:46:37 2017 +0100 | | | | | | Add an is_utf8 implementation | | | | | | This avoids allocating memory when simply testing if a string is UTF-8 | | | or not. | | | | | | M COPYING | | | M Compiler/runtime/Makefile.common | | | A Compiler/runtime/is_utf8.c | | | A Compiler/runtime/is_utf8.h | | | M Compiler/runtime/systemimpl.c | | | | | * commit b7ec83fecc25269eaef8f30a52f7991df692437d | | | Author: Martin Sjölund | | | Date: Mon Jan 23 09:46:38 2017 +0100 | | | | | | Include | | | Date: Sun Jan 22 21:27:01 2017 +0100 | | | | | | Add integer() to CommonSubExpression.isSkipCase, ticket:4224 | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 22f0d9b888bb20f48c29755d6627ab3762671819 | | | Author: Rüdiger Franke | | | Date: Sun Jan 22 19:52:10 2017 +0100 | | | | | | Support linear systems in clocked partitions | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 15bcdab7e4b182629745274a39bc1ec3a2a04e36 | | | Author: Lennart Ochel | | | Date: Sun Jan 22 17:27:00 2017 +0100 | | | | | | Don't return success for unimplemented functions | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 1f4d4e0f1b9d4d9dbad1d5620c301ea2b0674ff9 | | | Author: Lennart Ochel | | | Date: Sat Jan 21 06:37:15 2017 +0100 | | | | | | Improve logging of homotopy-based initialization | | | | | | - see ticket:4220 | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 20fbe26b5fa9adfcf107975b3da3be8cbad8539b | | | Author: Per Östlund | | | Date: Fri Jan 20 20:04:53 2017 +0100 | | | | | | NFInst changes | | | | | | - Started implementation of NFExpression and NFType to replace | | | DAE.Exp and DAE.Type. | | | - Added Array.exist. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFDimension.mo | | | M Compiler/NFFrontEnd/NFEquation.mo | | | A Compiler/NFFrontEnd/NFExpression.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | A Compiler/NFFrontEnd/NFOperator.mo | | | M Compiler/NFFrontEnd/NFPrefix.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFStatement.mo | | | A Compiler/NFFrontEnd/NFSubscript.mo | | | A Compiler/NFFrontEnd/NFType.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Array.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit c80769b259657e89c8a158a73ac4d95cf5b32e16 | | | Author: Lennart Ochel | | | Date: Fri Jan 20 07:36:35 2017 +0100 | | | | | | Fix c runtime command line options (#1383) | | | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 4fe59c4ab040f87f661a25d01b1bfcb324b06794 | | | Author: Martin Sjölund | | | Date: Thu Jan 19 13:31:48 2017 +0100 | | | | | | Follow FMI 2.0 schema (no empty output section) | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 6ed4cfdbdb0f2a5e70ec4d4177a5d56b54d85849 | | | Author: Lennart Ochel | | | Date: Thu Jan 19 10:08:55 2017 +0100 | | | | | | Don't use default matching arguments within postOptimizeDAE | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit b894ea2c8f9d1c4ffdb9b823d17da47ea04a5b66 | | | Author: Lennart Ochel | | | Date: Thu Jan 19 09:34:55 2017 +0100 | | | | | | New index reduction method "none" | | | | | | This method can be selected using --indexReductionMethod=none. | | | It will not handle higher index problems at all and just fail | | | to get proper error messages if no higher index problem is | | | expected. | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 0c828c123db264951b1029f574dc42c0bba86ff4 | | | Author: Lennart Ochel | | | Date: Thu Jan 19 07:27:46 2017 +0100 | | | | | | Fix new runtime flags (#1383) | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit b0da1de61bc6788e300206323d66559495d38001 | | | Author: Willi Braun | | | Date: Thu Jan 19 01:42:20 2017 +0100 | | | | | | fix row jac norm sum | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 8788348c00078b6e8804d1cdc4bb7df817417cc0 | | | Author: Willi | | | Date: Thu Jan 19 01:10:43 2017 +0100 | | | | | | reset BackendDAE after replace simplifid expressions for lambda=0 | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 0ed97dad843be9b461985a191a48cf3d55246521 | | | Author: Willi | | | Date: Thu Jan 19 00:06:41 2017 +0100 | | | | | | added -nlssMaxDensity and -nlssMinSize simulation flags | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit e66beaed58a45e46eb04c70b53a80a3d498e5a5f | | | Author: Lennart Ochel | | | Date: Wed Jan 18 21:43:44 2017 +0100 | | | | | | Add index reduction to optdaedump output | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 3b5135a9eaf2b7422e84069608aaed6fd7f84bca | | | Author: Lennart Ochel | | | Date: Mon Jan 16 14:42:43 2017 +0100 | | | | | | Simplify match/matchcontinue pattern | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 1754fe34e7a71626308179f9b38889c563a48cde | | | Author: vwaurich | | | Date: Wed Jan 18 15:16:25 2017 +0100 | | | | | | resolveNodes_cutNodes applies DFS | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 733fc0ad3b91acedbca14a8f99ed6065c0e4761a | | | Author: Martin Sjölund | | | Date: Wed Jan 18 13:10:31 2017 +0100 | | | | | | Make linear systems not depend on nonlinear | | | | | | Make shared debugging routines static inline functions. This helps | | | compiling source FMUs that contain linear systems but no non-linear | | | systems. | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M configure.ac | | | | | * commit 21f7de22ef674f988cf7cdc66200ed871ce79653 | | | Author: vwaurich | | | Date: Wed Jan 18 12:03:10 2017 +0100 | | | | | | reworked resolveLoops | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 04cd792774c1607f68ab8712b8196d2cb817812e | | | Author: qichenghua | | | Date: Wed Jan 18 11:47:47 2017 +0100 | | | | | | fixed issue with c runtime due to usage of compressed sparse column/row matrix format | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 0625e7242e8d2818849148b7d0d8c28a7470eb18 | | | Author: qichenghua | | | Date: Fri Jan 13 18:51:56 2017 +0100 | | | | | | added Sparse Solver Klu | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | M SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | | | * commit 6f8bb1496f31d7c6590608048cbff8e966d9761f | | | Author: Martin Sjölund | | | Date: Tue Jan 17 16:10:23 2017 +0100 | | | | | | Fix code generation where `&` is used on an rvalue | | | | | | Added a daeExpReturnLValue function to Susan which converts an rvalue to | | | an lvalue when the code requires it. Can also be used when you want to | | | cache the expression and use its value twice (without evaluating the | | | expression twice). | | | | | | This fixes ticket:4212. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Util/Util.mo | | | | | * commit d5f9643dc5ef5fcb3b06cfcd1a7686bd83040021 | | | Author: Martin Sjölund | | | Date: Tue Jan 17 14:35:33 2017 +0100 | | | | | | Return error value when FMU compilation fails | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit a317639ebb69bc7c3a88aa824302eb562eb27f82 | | | Author: ptaeuber | | | Date: Tue Jan 17 12:30:45 2017 +0100 | | | | | | Minor changes | | | | | | - some comments for symbolic jacobian | | | - recursion -> loop | | | - some renaming | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit c1159bc1ca1454862d43509d75752e6caf70df79 | | | Author: vwaurich | | | Date: Tue Jan 17 09:17:25 2017 +0100 | | | | | | small fix for resolveLoops + error messages | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit a6ef39968e116a3a30ab7253f400af3a3437a9c6 | | | Author: Lennart Ochel | | | Date: Mon Jan 16 13:03:36 2017 +0100 | | | | | | Avoid nested try/matchcontinue clauses | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit d82121dbc2dad84ab90eec91eba7114601210d5f | | | Author: Lennart Ochel | | | Date: Mon Jan 16 10:58:00 2017 +0100 | | | | | | Clean up index reduction | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit ab539288e4c89a0231d680a3941a360414474fae | | | Author: vwaurich | | | Date: Mon Jan 16 12:32:55 2017 +0100 | | | | | | activate resolveLoops backend module | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 6700d3eb8341d3644a3bb172ab789f3a3d11c4fa | | | Author: Willi Braun | | | Date: Fri Jan 13 17:29:52 2017 +0100 | | | | | | add jac row sum as debug output | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 0177dac470b2d5f45e3c3563f3d7c6ec411d38d2 | | | Author: Martin Sjölund | | | Date: Fri Jan 13 09:14:08 2017 +0100 | | | | | | Guard GC initialization | | | | | | This way, OMEdit can use GC (does not require threadData) before | | | Main.init (requires threadData). | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 669113dccd1d7d6166d29d00c74a895c6cb81d6c | | | Author: Per Östlund | | | Date: Thu Jan 12 17:50:10 2017 +0100 | | | | | | Fix for #3535. | | | | | | - Detect duplicate classes and give an error. | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit eae1de19900c1e2f237f204b6f6a6bfedc47645f | | | Author: Willi Braun | | | Date: Thu Jan 12 17:30:13 2017 +0100 | | | | | | use sparsePattern.nnz instead of the extended | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit 860bb91842b14e0a76b07ec7a27eea67021658da | | | Author: Per Östlund | | | Date: Thu Jan 12 15:52:06 2017 +0100 | | | | | | Partial fix for bug3535. | | | | | | - Replaced avl tree implementation in NFSCodeEnv with generic avl tree. | | | - Fixed NFSCodeDependency to handle duplicate elements better. | | | - Changed Main.loadLib so that it doesn't remove duplicate top-level | | | elements when loading libraries. | | | | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/BaseAvlTree.mo | | | | | * commit 2749b171444d56ef1596a2da40b27091097afebd | | | Author: qichenghua | | | Date: Thu Jan 12 15:36:36 2017 +0100 | | | | | | fix ticket:4213, added scaling of linear systems back again | | | | | | M SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | | | M SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | | | * commit 40f96b87aac42f9099a807e84a150bcb0cadfc26 | | | Author: qichenghua | | | Date: Thu Jan 12 13:52:38 2017 +0100 | | | | | | cleaned up LinearSolver and DgesvSolver. Also fixed minor errors. | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | M SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | | | * commit a558ce28f6bb6ba0c20cba52a0dee06ec289d630 | | | Author: qichenghua | | | Date: Thu Dec 22 16:27:53 2016 +0100 | | | | | | Renamed getSystemMatrix, getSystemSparseMatrix and getRHS in ILinearAlgloop.h to getAMatrix, getSparseAMatrix and getb. | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | M SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit a70aefe48dec13971b4a06ebeb05b1c7d90399dc | | | Author: Martin Sjölund | | | Date: Thu Jan 12 13:23:03 2017 +0100 | | | | | | Remove unused function | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 23f4cf88c8883ef59e631efb1cf34323916316ea | | | Author: Willi Braun | | | Date: Thu Jan 12 13:07:37 2017 +0100 | | | | | | fix colprts for sparse matrixes: ida and kinsol | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit ba209b7022da5120346c0eb4d6377323c1e65d9d | | | Author: Martin Sjölund | | | Date: Thu Jan 12 12:21:19 2017 +0100 | | | | | | Do not link pthreads statically in ARM FMUs | | | | | | This caused issues on Raspbian (only), wheras Ubuntu auto-detected | | | shared pthreads. On all ARM platforms, only sharéd pthreads is | | | tested. | | | | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | | | * commit 5e1589ad4699c19bd76b1233c06a5c5759674db8 | | | Author: Martin Sjölund | | | Date: Thu Jan 12 09:16:36 2017 +0100 | | | | | | Make ParModelica String variables an error | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit bbc489cd20a4376c757699be92bad4f7b710720e | | | Author: Willi Braun | | | Date: Thu Jan 12 11:40:49 2017 +0100 | | | | | | fix identity tmp sparse matrix for ida solver | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit 4d49ee5768a9c8c571d9dd76bbd51d13797b5c71 | | | Author: ptaeuber | | | Date: Wed Jan 11 14:29:40 2017 +0100 | | | | | | Remove unused and superfluous BackendDAE.VAR.bindValue | | | | | | see ticket:3682 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/GraphvizDumpTV.mo | | | | | * commit ed61035c7c1b64a60a62c30036041f7228dbf0ee | | | Author: Rüdiger Franke | | | Date: Wed Jan 11 13:59:20 2017 +0100 | | | | | | Remove obsolete separate initialization of external objects | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 5e4878f6cbeb55a919cfe8d47d603b0747b55982 | | | Author: Rüdiger Franke | | | Date: Wed Jan 11 11:31:11 2017 +0100 | | | | | | Initialize external objects with parameters in Cpp runtime | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 8899379f769a426599274d7a242d7f3b9bb28605 | | | Author: Rüdiger Franke | | | Date: Wed Jan 11 11:29:24 2017 +0100 | | | | | | Revert "[workaround] Disable sorting of external objects for cpp runtime" | | | | | | This reverts commit 1bf65f3a3a9a2d61f90bb7af16ec0d5ee2ee8093. | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 9cbbca630c4db9101729ad723bf47e5ef81ed44d | | | Author: Rüdiger Franke | | | Date: Wed Jan 11 09:09:17 2017 +0100 | | | | | | Remove special treatment of string return args, ticket:3446 | | | | | | The removed code assigned an uninitialized temporary strVar | | | to the output of the function. It does not appear needed because | | | std::string can be assigned like any other variable. | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit dba9dd8f5c5dba905b82bc20ef49792943f659e7 | | | Author: Martin Sjölund | | | Date: Wed Jan 11 08:53:28 2017 +0100 | | | | | | Add SourceInfo to typed modifiers | | | | | | Use this SourceInfo to try to improve error-messages for some | | | common errors, to show both the modification and variable source. | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/Util/Error.mo | | | | | * commit 6730d6f6cabf6ab8ff0014ad8925a925285709a1 | | | Author: Per Östlund | | | Date: Tue Jan 10 12:11:19 2017 +0100 | | | | | | Fix extends handling in NFInst. | | | | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 1bf65f3a3a9a2d61f90bb7af16ec0d5ee2ee8093 | | | Author: Lennart Ochel | | | Date: Tue Jan 10 08:41:59 2017 +0100 | | | | | | [workaround] Disable sorting of external objects for cpp runtime | | | | | | - see ticket:3446 | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit cde3ffc4daf7d212ade5b8fa39c1f3134abbdeee | | | Author: Lennart Ochel | | | Date: Tue Jan 10 08:35:34 2017 +0100 | | | | | | Clean up code generation | | | | | | - remove obsolete function callExternalObjectConstructors from c runtime | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit df2b1c7b2c20247f7e0f7171d83f15e4b61c9430 | | | Author: Lennart Ochel | | | Date: Wed Jan 4 13:26:17 2017 +0100 | | | | | | Initialize external objects together with parameters | | | | | | - see ticket:3446 | | | | | | M Compiler/BackEnd/Initialization.mo | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit d2c938f97a8f10f67b19df564fcfd9e3fb1d5adb | | | Author: Adrian Pop | | | Date: Mon Jan 9 23:27:55 2017 +0100 | | | | | | fix ticket:4209, suppress wrong error messages | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 1240784e210e2cf2e9dbc763a0cad8e84e5aa526 | | | Author: Adrian Pop | | | Date: Mon Jan 9 22:52:29 2017 +0100 | | | | | | use memset instead of non-standard bzero | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit e3ba94bad6d5f07b2b2149498b6d57083c0d3c71 | | | Author: jhag | | | Date: Mon Jan 9 12:38:01 2017 +0100 | | | | | | wrapFunctionCalls is activated and add configFlag --wfcAdvanced to skip more than default cases | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e7c76f7dd82379cb657e6ba067299d2481422458 | | | Author: Rüdiger Franke | | | Date: Mon Jan 9 06:45:29 2017 +0100 | | | | | | Introduce subactive evaluation mode for clocked equations | | | | | | Subactive evaluation means that discrete states are kept constant | | | while all other discrete variables are updated. This is useful for | | | numerical analysis, like calculation of partial derivatives. | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit d316ab24ac01b5641183bd7af7bc72814da027e5 | | | Author: Rüdiger Franke | | | Date: Fri Jan 6 20:35:49 2017 +0100 | | | | | | Add synchronous solver method ExplicitEuler, besides ImplicitEuler | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit c2a8668fa35fd94fa9a699ed816aaa1512763f1b | | | Author: Rüdiger Franke | | | Date: Fri Jan 6 18:11:56 2017 +0100 | | | | | | Generate code for algebraic loops in clocked partitions | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 82570014f50af5fa909735d0bdfb255ab838711e | | | Author: vwaurich | | | Date: Fri Jan 6 09:31:17 2017 +0100 | | | | | | dont evaluate functions with multipleDim arrays and Inline=false | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit bff7053b1a3a5ff9a04e1371337f4dd23bb8609c | | | Author: ptaeuber | | | Date: Thu Jan 5 14:43:35 2017 +0100 | | | | | | Add warning for parameters with no binding | | | | | | ticket:4189 | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 97e737eda2e31c39893bc15d8527d8fc7b49f0b0 | | | Author: ptaeuber | | | Date: Thu Jan 5 14:02:39 2017 +0100 | | | | | | Improve Dynamic Tearing | | | | | | ... by adding constraints for the casual set | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenUtilSimulation.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 56dc448288c8b40be2adf805ee364cb07cea031f | | | Author: Martin Sjölund | | | Date: Wed Dec 21 12:54:53 2016 +0100 | | | | | | Add some sanity checks for threads | | | | | | - Check pthread status codes | | | - Check that we executed all tasks | | | - Check that all returned types are not mixed boxed/immediate (usual | | | case is the values contain a NULL value when some data was expected) | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 468d99e894f92f762c1a99ab3b03f969608422c9 | | | Author: Adrian Pop | | | Date: Wed Dec 21 06:56:44 2016 +0100 | | | | | | fix SystemImpl__directoryExists for Windows, cannot end in (forward) slash | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 558fab013f5ec78283bfb21247660b5756f57a3d | | | Author: Martin Sjölund | | | Date: Tue Dec 20 13:22:21 2016 +0100 | | | | | | [Susan] Remove unused imports from generated code | | | | | | Susan now analyzes its internal AST and removes unused imports. | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | | | * commit 6b8c5955566f084409534c2e868d56fa45e8eaba | | | Author: Martin Sjölund | | | Date: Tue Dec 20 08:34:48 2016 +0100 | | | | | | Add note about pkg-config | | | | | | M README.Linux.md | | | | | * commit e1918e8196a219a48b73d17859a166857ac46cca | | | Author: Adrian Pop | | | Date: Tue Dec 20 01:44:25 2016 +0100 | | | | | | this is really ridiculous | | | | | | M Makefile.common | | | | | * commit 5042c645fb4e5a3609c36520c74240c82e097712 | | | Author: Adrian Pop | | | Date: Mon Dec 19 17:50:23 2016 +0100 | | | | | | fix ticket:4125, use mmc_(u|s)int_t instead of long! | | | | | | M Compiler/runtime/UnitParserExt_omc.cpp | | | M Compiler/runtime/unitparser.cpp | | | M Compiler/runtime/unitparser.h | | | | | * commit 3f1dccbac4736d4b7ce182a546f731a10e956526 | | | Author: qichenghua | | | Date: Mon Dec 19 16:09:42 2016 +0100 | | | | | | Added first version of nonlinear solver Nox. | | | cannot be compilated at the moment, because Trilinos is not part of 3rdParty yet. | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | A SimulationRuntime/cpp/Include/Solver/Nox/FactoryExport.h | | | A SimulationRuntime/cpp/Include/Solver/Nox/Nox.h | | | A SimulationRuntime/cpp/Include/Solver/Nox/NoxLapackInterface.h | | | A SimulationRuntime/cpp/Include/Solver/Nox/NoxSettings.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | A SimulationRuntime/cpp/Solver/Nox/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Nox/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/Nox/Nox.cpp | | | A SimulationRuntime/cpp/Solver/Nox/NoxLapackInterface.cpp | | | A SimulationRuntime/cpp/Solver/Nox/NoxSettings.cpp | | | | | * commit ca147d71c25281cfc9a0a4ad59fc8cfa9a62afcc | | | Author: Adrian Pop | | | Date: Mon Dec 19 06:09:05 2016 +0100 | | | | | | handle if expressions | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 8ac8faf6c53bcca023644bff9d022839e8b5d102 | | | Author: Adrian Pop | | | Date: Mon Dec 19 04:36:56 2016 +0100 | | | | | | more changes to new frontend | | | - change the scope of the extends modifiers to be able to lookup them | | | - minor typing fixes | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/System.mo | | | | | * commit 5fed0538880f8aef5277da191b9fec287db4d756 | | | Author: Adrian Pop | | | Date: Sun Dec 18 22:56:02 2016 +0100 | | | | | | more improvements to new frontend | | | - provide souce information to all DAE elements | | | - flatten all statements and equations (except connect) | | | - use a for loop in DAEUtil.getVarBinding | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ElementSource.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | | | * commit 778e564d0a9dd4291edea5d68c277ccd034626a2 | | | Author: Adrian Pop | | | Date: Sun Dec 18 15:50:30 2016 +0100 | | | | | | use execstat for new front-end phases | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit 73f37044f44f5c2306336c4ebad5ea45731f87a9 | | | Author: Adrian Pop | | | Date: Sun Dec 18 06:21:05 2016 +0100 | | | | | | new frontend improvements | | | - copy sections from inherited classes to the instantiated class in NFClass.instExpandedClass | | | - fix some typing issues | | | - handle "pre" | | | - do some pour man's evaluation on the dae | | | - handle FOR equations with simple ranges | | | - handle WHEN equations | | | - transform SCode.ENUMERATION in a class with parts | | | - whith this about 37 models from ScalableTestSuite are flattening | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 6757b5356fbe2ff3d993b82409af825e6651dbf5 | | | Author: Adrian Pop | | | Date: Sat Dec 17 19:06:24 2016 +0100 | | | | | | fix ticket:4190 allow arrays components in when conditions | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 26d9240a01b0094af8ffa398f1db01b8b5942354 | | | Author: Adrian Pop | | | Date: Sat Dec 17 03:42:08 2016 +0100 | | | | | | create the directory during docs target | | | | | | M Makefile.common | | | | | * commit 8b0bf11b7ba3f51517726c0839dd49edd0d9277d | | | Author: Adrian Pop | | | Date: Sat Dec 17 00:51:22 2016 +0100 | | | | | | only display the error when failtrace is activated | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 21bd84fa557f8796da20d7bd3c8feb0195d17bd0 | | | Author: Adrian Pop | | | Date: Sat Dec 17 00:16:56 2016 +0100 | | | | | | small fixes for Windows building | | | - we don't have mico anymore, use use omniOrb | | | - set global roots to zero by default | | | - if we find OpenCL.dll in Windows generate libOpenCL.a so that ParModelica can be used | | | | | | M Compiler/runtime/omc_config.h | | | M Makefile.omdev.mingw | | | M SimulationRuntime/c/gc/omc_gc.c | | | | | * commit 8b58dcc5a39640927671afddc1404e10441ac2aa | | | Author: Adrian Pop | | | Date: Fri Dec 16 19:39:13 2016 +0100 | | | | | | add a JSON serializer for any MetaModelica data | | | | | | A Compiler/Util/JSONExt.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 823536e4947e87b3c03c4864b040139d7c855133 | | | Author: Adrian Pop | | | Date: Fri Dec 16 12:32:58 2016 +0100 | | | | | | some updates to OMDev readme | | | | | | M README-OMDev-MINGW.md | | | | | * commit 9fabde55bcdbd0f602591f1feefa2694330be7e8 | | | Author: Martin Sjölund | | | Date: Fri Dec 16 11:21:34 2016 +0100 | | | | | | Copy entire array when a dimension is unknown | | | | | | Only copying the data only works if the array has allocated the | | | correct amount of memory. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 334f2f6227d79c1c03697c36223e399569b3182b | | | Author: Martin Sjölund | | | Date: Fri Dec 16 10:47:14 2016 +0100 | | | | | | Change the default of -d=gen to false | | | | | | We should try to not rely on evaluation of external functions, the | | | performance issues we have with compiling code during translation, | | | and the crashes that -d=gen may cause. | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 298a3966040c9b01f966a8027bf4d910279703fa | | | Author: Martin Sjölund | | | Date: Fri Dec 16 08:33:16 2016 +0100 | | | | | | Refactor SimCode.mo for bootstrapping tarball | | | | | | Made SimCode.mo a Stub, and moved the essential parts for bootstrapping | | | to SimCodeFunction.mo. | | | | | | This fixes problems with adding backend things to SimCode.mo and | | | suddenly needing to add more backend modules to the bootstrapping | | | tarball. | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeInitXML.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeFunction.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | A Compiler/Stubs/SimCode.mo | | | M Compiler/Stubs/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenEmbeddedC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMU1.tpl | | | M Compiler/Template/CodegenFMU2.tpl | | | M Compiler/Template/CodegenFMUCommon.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | A Compiler/Template/CodegenUtilSimulation.tpl | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/Makefile.in | | | M Compiler/Template/Makefile.omdev.mingw | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 7311f9ccc82b327e1cfec1bac00b007b49dd9767 | | | Author: Martin Sjölund | | | Date: Fri Dec 16 08:29:40 2016 +0100 | | | | | | Do not allow paths like A..B.C (typo in grammar) | | | | | | M Parser/Modelica.g | | | | | * commit d234d60710070bfe55d1886d723004e8d6d54a61 | | | Author: Adrian Pop | | | Date: Thu Dec 15 18:15:57 2016 +0100 | | | | | | fixes for ticket:4183, copy the needed dlls inside FMU | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit c3e6c1b0eee6aa3f1cd753bccca52964ddbd744c | | | Author: Willi Braun | | | Date: Wed Dec 14 13:59:44 2016 +0100 | | | | | | Revert "generate sparsityPattern for EQUATIONSYSTEM without rewrite equations" | | | | | | This reverts commit 0f5d188abb467c06f3ac55314ae90f5ff37f013d. | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 3a09a12c24d54d46bf9d783bf61a45f15850c397 | | | Author: Martin Sjölund | | | Date: Wed Dec 14 13:38:35 2016 +0100 | | | | | | Add newline after annotation in AST dump - list() | | | | | | This newline is so OMEdit gets code folding by default. Each top- | | | level modification in the annotation gets its own line. | | | | | | Also now handles newline in annotation String literals better (by not | | | converting Text to string in Susan, which messes with indentation). | | | | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | * commit d1572e3d0e2a2329437d9c6d570b8a5196a9f3ae | | | Author: Niklas Worschech | | | Date: Wed Dec 14 09:42:29 2016 +0100 | | | | | | deactivated sort of jacobian in SimCodeUtil | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit cab8786aaf392317662695b24fac2708be3592e7 | | | Author: Niklas Worschech | | | Date: Tue Dec 13 14:41:23 2016 +0100 | | | | | | Separated nonlinear and linear system and the corresponding solver in two classes | | | -adapted Newton,Kinsol,Umfpack,Hybrj,Broyden for new linear and nonlinear System/AlgLoopDefaultImplementation.cpp | | | -separted AlgLoopDefaultImplementation in two classes | | | -adapted cpp and fmu cpp tempalted to new linear and nonlinear System/AlgLoopDefaultImplementation.cpp | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | D SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | D SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/System/LinearAlgLoopDefaultImplementation.cpp | | | A SimulationRuntime/cpp/Core/System/NonLinearAlgLoopDefaultImplementation.cpp | | | D SimulationRuntime/cpp/Core/System/tpl.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | D SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | A SimulationRuntime/cpp/Include/Core/System/ILinearAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | R088 SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h SimulationRuntime/cpp/Include/Core/System/INonLinearAlgLoop.h | | | A SimulationRuntime/cpp/Include/Core/System/ISystemTypes.h | | | A SimulationRuntime/cpp/Include/Core/System/LinearAlgLoopDefaultImplementation.h | | | R058 SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h SimulationRuntime/cpp/Include/Core/System/NonLinearAlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU/FactoryExport.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | M SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | A SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolver.h | | | A SimulationRuntime/cpp/Include/Solver/Dgesv/DgesvSolverSettings.h | | | A SimulationRuntime/cpp/Include/Solver/Dgesv/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | A SimulationRuntime/cpp/Include/Solver/LinearSolver/FactoryExport.h | | | A SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolver.h | | | A SimulationRuntime/cpp/Include/Solver/LinearSolver/LinearSolverSettings.h | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | M SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | | | M SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Dgesv/DgesvSolver.cpp | | | A SimulationRuntime/cpp/Solver/Dgesv/DgesvSolverSettings.cpp | | | A SimulationRuntime/cpp/Solver/Dgesv/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | A SimulationRuntime/cpp/Solver/LinearSolver/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/LinearSolver/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/LinearSolver/LinearSolver.cpp | | | A SimulationRuntime/cpp/Solver/LinearSolver/LinearSolverSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit d60d7e6595bf10bcafed2818fefccbf8bffb2cb9 | | | Author: Martin Sjölund | | | Date: Tue Dec 13 16:38:31 2016 +0100 | | | | | | Removes tabs, use algorithm section | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit fdb6f8fcbb2a431217644a4f84c7fd4e439836a7 | | | Author: hkiel | | | Date: Tue Dec 13 15:17:07 2016 +0100 | | | | | | fix some warnings | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/ringbuffer.c | | | | | * commit a617ea79c67d556a314c30e59dc093e8c665f1f4 | | | Author: Per Östlund | | | Date: Tue Dec 13 15:02:05 2016 +0100 | | | | | | NFInst clean up. | | | | | | - Remove some parts of Component which are already in InstNode. | | | - Use an InstNode in NFMod.REDECLARE instead of keeping the element | | | and scope separate. | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit c978947114168866a16ecfb96085b286870ad8e9 | | | Author: Willi Braun | | | Date: Tue Dec 13 13:51:00 2016 +0100 | | | | | | suppress debug output of max tearing size | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit d1d09a165bd2f0e2f8bd76006bdc5b06ba2680af | | | Author: Willi Braun | | | Date: Mon Dec 12 13:15:04 2016 +0100 | | | | | | added LOG_SOLVER_V | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit ab3e53f81722f4c867d11c6c31aa990e9cdf547a | | | Author: Willi Braun | | | Date: Mon Dec 12 23:21:39 2016 +0100 | | | | | | fix daeMode for records fucntions | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit b6789acf3efbb95db71a82ce8f979f4b0e49572b | | | Author: Willi Braun | | | Date: Mon Dec 12 22:30:49 2016 +0100 | | | | | | added debug flag to disable coloring | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 0f5d188abb467c06f3ac55314ae90f5ff37f013d | | | Author: Willi Braun | | | Date: Mon Dec 12 14:06:16 2016 +0100 | | | | | | generate sparsityPattern for EQUATIONSYSTEM without rewrite equations | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 648ebcb207b245756bb4ed789e8968e9f3f32b3c | | | Author: Adeel Asghar | | | Date: Mon Dec 12 20:11:45 2016 +0100 | | | | | | ticket:4175 Remove the unexpected integer formatter. | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit cc7fdac2707cd6a62c55fab9aa52d6abb78a5c18 | | | Author: Martin Sjölund | | | Date: Mon Dec 12 17:10:48 2016 +0100 | | | | | | Use CXXFLAGS instead of CFLAGS | | | | | | M Compiler/runtime/Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 9fcae81e34e38200af85ea250af6e36c66580efa | | | Author: Martin Sjölund | | | Date: Mon Dec 12 15:28:37 2016 +0100 | | | | | | Add OMCompiler prefix if there is no REVISION file | | | | | | So we have for example OMCompiler v1.12.0-dev.XX+gYYYYY. | | | | | | M Compiler/runtime/omc_config.h | | | M common | | | | | * commit 68920ea8eb87395f18566c64848d8351261e82f1 | | | Author: Adrian Pop | | | Date: Sat Dec 10 01:37:37 2016 +0100 | | | | | | update the buildings2csv script | | | | | | M Examples/ConvertBuildingsReferenceToCSV.py | | | | | * commit 8c0a156152161864380972d552efc06387b1fa42 | | | Author: Per Östlund | | | Date: Fri Dec 9 17:10:14 2016 +0100 | | | | | | NFInst improvements. | | | | | | - Merge the class and instance tree by merging ComponentNode into | | | InstNode. | | | - Renamed NFInstance to NFClass. | | | - Removed Component.EXTENDS_NODE, use class InstNode instead. | | | - Improved lookupCref to be able to start with a class scope, to get rid | | | of fake components. | | | - Got rid of Lookup.LookupResult, not needed with new InstNode. | | | - Got rid of Component.Scope, use InstNode as binding scope instead. | | | - Cleaned up lots of obsolete code. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | R065 Compiler/NFFrontEnd/NFInstance.mo Compiler/NFFrontEnd/NFClass.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | D Compiler/NFFrontEnd/NFComponentNode.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFFunc.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | D Compiler/NFFrontEnd/NFInstanceTree.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 926c35e44c4d90c8f2f009b926e0278266e1525d | | | Author: Adrian Pop | | | Date: Fri Dec 9 05:04:28 2016 +0100 | | | | | | update common | | | | | | M common | | | | | * commit 9ba9c3d97ce68e51495fc1f6ba83dcccb0e0e4a3 | | | Author: Adrian Pop | | | Date: Fri Dec 9 02:42:58 2016 +0100 | | | | | | unify the way we handle version in Windows / Linux | | | - add OpenModelica prefix to the CONFIG_REVISION in omc_config.h | | | - removed OpenModelica prefix from Windows generated revision.h | | | | | | M Compiler/runtime/omc_config.h | | | M Makefile.omdev.mingw | | | | | * commit 051f9ea2317e2f08656f14ef32d7096ddd36ff6d | | | Author: Martin Sjölund | | | Date: Thu Dec 8 20:57:38 2016 +0100 | | | | | | Handle race condition in launchParallelTasks | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 4041222e854117a4dfbc2d7decdf4d8ee655116a | | | Author: Martin Sjölund | | | Date: Thu Dec 8 17:16:50 2016 +0100 | | | | | | Update CXXFLAGS in a better way | | | | | | We currently compile with std=c++11 everywhere we can, but | | | SimulationRuntime/c was missing due to not passing the CXXFLAGS. | | | These are now detected in a slightly better way, including optimization | | | flags from CFLAGS if they cause no warnings. Should cause fewer errors | | | from the static analysis. | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | M SimulationRuntime/c/util/omc_error.h | | | M configure.ac | | | | | * commit e2c90aecd83119e8c48f332fd0cbaa6ea8ffe55c | | | Author: Martin Sjölund | | | Date: Thu Dec 8 14:24:30 2016 +0100 | | | | | | Fixes from static error checker | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/serializer.cpp | | | M Parser/Modelica.g | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/util/OldModelicaTables.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 4fc6fb7d71ce95f4de5c47b018dbf39e5115c7d3 | | | Author: Adrian Pop | | | Date: Thu Dec 8 11:53:06 2016 +0100 | | | | | | minor performance enhancement for OMC API | | | | | | M Compiler/Global/Global.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 7e9c752ce249570dcc9e221a9994492d8db98bc0 | | | Author: Willi Braun | | | Date: Thu Dec 8 11:23:00 2016 +0100 | | | | | | fix printSparseStructure | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit a5282288af94bb739064b343d1d6cd589d3e2e2e | | | Author: Willi Braun | | | Date: Wed Dec 7 16:52:37 2016 +0100 | | | | | | improve debug prints for daeMode | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit 0ab52c8971576417d4498dbf1b4f391c91debd68 | | | Author: Peter Fritzson | | | Date: Thu Dec 8 09:01:20 2016 +0100 | | | | | | Completed support for checking Unary operators in checkUnaryOperation. | | | | | | Now also removing unary plus since it is a noop and there is no unary plus operator in DAE.Operator | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | | | * commit 67fd9975535aaa6e91419cef105da2428ea6a539 | | | Author: Peter Fritzson | | | Date: Mon Dec 5 07:11:35 2016 +0100 | | | | | | NF typing and typechecking of unary operators | | | | | | - Changes to NFTyping.mo and NFTypeCheck.mo for typing and typechecking | | | unary operators +, -, not. | | | - Changes to Absyn.mo - better comment text for unary operators | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/Makefile.common | | | | | * commit f25b1b5980a049d829fdd7dd739c61d618be4951 | | | Author: Adrian Pop | | | Date: Thu Dec 8 02:19:44 2016 +0100 | | | | | | attempt to make the windows compilation more robust | | | | | | M Makefile.common | | | | | * commit 2395ff7ffb9db2abe2869fe5cdc404406488ba62 | | | Author: Adrian Pop | | | Date: Thu Dec 8 01:37:43 2016 +0100 | | | | | | fix annex conversion script | | | | | | M Examples/ConvertBuildingsReferenceToCSV.py | | | | | * commit a7e1b49fbd7af6424ad52d82fc2d9d68c89bbccb | | | Author: Mahder Gebremedhin | | | Date: Wed Dec 7 17:46:33 2016 +0100 | | | | | | Typing updates for new Front-end | | | | | | Typing of crefs. Slices also handled fairly. | | | Typing of ranges. | | | Non constant range expressions now result in unknown dimension for the type of the range. This will be fixed later. | | | Enum ranges still remaining. | | | | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 0d56452a06106fdc387d5631c6448f01bd8bd989 | | | Author: Willi Braun | | | Date: Wed Dec 7 16:47:01 2016 +0100 | | | | | | fix printSpasityPattern for daeMode | | | | | | - updated sparsity generation with leading 0 | | | - update all usage of this | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 3f5a3c0edd5ca6db5b096ade61feb117b83e26a8 | | | Author: Martin Sjölund | | | Date: Wed Dec 7 14:37:57 2016 +0100 | | | | | | Remove sundials on make clean | | | | | | M Makefile.common | | | | | * commit 0514fbef76cc8bba0e8ff1a22ee25b0ddd9f56ce | | | Author: Adrian Pop | | | Date: Wed Dec 7 13:04:50 2016 +0100 | | | | | | try to run mkbuilddirs before anything else | | | | | | M Makefile.omdev.mingw | | | | | * commit f5162837d91e09b5cb5b751318b68c80b88adb8a | | | Author: Adrian Pop | | | Date: Wed Dec 7 03:40:20 2016 +0100 | | | | | | improvements to function handling | | | - handle some of the builtin functions | | | - handle named arguments | | | - check argument type, variability, etc | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | A Compiler/NFFrontEnd/NFFunc.mo | | | A Compiler/NFFrontEnd/NFRecord.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit c7e8c027fc91341bd9f6aac4f1e4596336d3e097 | | | Author: Martin Sjölund | | | Date: Mon Dec 5 12:18:39 2016 +0100 | | | | | | Do not fail for a warning | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit de28a2253f035562f9ea3abaf51e450951da9869 | | | Author: Martin Sjölund | | | Date: Mon Dec 5 11:24:16 2016 +0100 | | | | | | Perform type-checking on when conditions | | | | | | Previously, any expression was allowed in when-conditions. Now only | | | Boolean expressions, and also checks the usage of initial() in the | | | condition. | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit 4a4bd52ca095c06e213b0e03b4d1b314d6e1bd6c | | | Author: Adrian Pop | | | Date: Mon Dec 5 03:30:40 2016 +0100 | | | | | | partial support for handling functions | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFInstUtil.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit da294f8106f948c142c0ac7ab6b788b960da93d2 | | | Author: Per Östlund | | | Date: Sun Dec 4 13:32:09 2016 +0100 | | | | | | NFInst improvements. | | | | | | - Ported state machine for checking lookup restrictions from old new | | | inst to new inst. | | | - Many other lookup improvements. | | | - Fixed cloning of instances so that modifiers don't stick to classes. | | | - Other minor instantiation fixes. | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFInstance.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | A Compiler/NFFrontEnd/NFLookupState.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 974e2ad5bbc26e80340d546e2cc7cb0b703224af | | | Author: Adrian Pop | | | Date: Sat Dec 3 16:55:05 2016 +0100 | | | | | | docs depends on mkbuilddirs | | | | | | M Makefile.common | | | | | * commit 6c8d8e35dc2412c786c9c4e16ab81b2da823e5e7 | | | Author: Adrian Pop | | | Date: Sat Dec 3 16:22:15 2016 +0100 | | | | | | -use $MAKE instead of make | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit 8c4133092e29fa3c88be9ed3e59f344787861184 | | | Author: Lennart Ochel | | | Date: Fri Dec 2 23:20:45 2016 +0100 | | | | | | Fix dummy attributes | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 9b4c1fe108bf692b53cb79e3fbb35c577747c0c6 | | | Author: Lennart Ochel | | | Date: Fri Dec 2 16:28:56 2016 +0100 | | | | | | Fix dummy real attributes | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 9da1640afe59a7165dd86c584f6fe5c35aef26d8 | | | Author: Per Östlund | | | Date: Fri Dec 2 14:01:49 2016 +0100 | | | | | | Added new flag condenseArrays | | | | | | - Added new flag condenseArrays to make it possible to turn of the | | | array condensing done in InstSection. | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Flags.mo | | | | | * commit bfd4680035c81c3df4b851eb30fbe84cfbfd0b2e | | | Author: arun3688 | | | Date: Fri Dec 2 12:32:10 2016 +0100 | | | | | | FrontEnd unitchecking | | | | | | M Compiler/FrontEnd/Inst.mo | | | A Compiler/NFFrontEnd/NFHashTableCrToUnit.mo | | | A Compiler/NFFrontEnd/NFHashTableStringToUnit.mo | | | A Compiler/NFFrontEnd/NFHashTableUnitToString.mo | | | A Compiler/NFFrontEnd/NFUnit.mo | | | A Compiler/NFFrontEnd/NFUnitCheck.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit f17048081149fcf6ee78ecd8a93b9067d6f00e38 | | | Author: Per Östlund | | | Date: Thu Dec 1 12:59:09 2016 +0100 | | | | | | Fix compilation without sundials/kinsol support. | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 5b7362b4c2100e5c4f2d9f00206951f6b307ca09 | | | Author: Adrian Pop | | | Date: Thu Dec 1 12:07:34 2016 +0100 | | | | | | add all Codegen*.mo to .gitignore | | | | | | M .gitignore | | | | | * commit debe19c08b5df8c83d4b2823fb9d1382c39f2dda | | | Author: Martin Sjölund | | | Date: Wed Nov 30 13:19:24 2016 +0100 | | | | | | Initial commit for embedded C code generator | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | A Compiler/Template/CodegenEmbeddedC.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 8dcb4435df95d9439a4d09bb4cf4f9a5494f6034 | | | Author: Martin Sjölund | | | Date: Wed Nov 30 13:04:13 2016 +0100 | | | | | | Use AvlSetInt instead of lists for inc. matrix | | | | | | The incidence matrix takes a long time to calculate for certain systems, | | | especially when you have one equation that ties into all of the other | | | equations. | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Util/BaseAvlSet.mo | | | M Compiler/Util/BaseAvlTree.mo | | | | | * commit dc675db2f16b2b750406b787bfabb70cfecfe8e8 | | | Author: Willi Braun | | | Date: Wed Nov 30 12:44:29 2016 +0100 | | | | | | ticket:4159 fix some flag descriptions | | | | | | M Compiler/Util/Flags.mo | | | | | * commit fdfc4244b065809941630182e05d0d2ec86a9fa4 | | | Author: Lena Buffoni | | | Date: Wed Nov 30 12:08:00 2016 +0100 | | | | | | support for verification scenario generation from requirement models | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/Binding.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit f727803aa18aacb6ea3bc42f66e9b5562e000c9f | | | Author: Martin Sjölund | | | Date: Tue Nov 29 20:47:13 2016 +0100 | | | | | | Patch bootstrapping tarball | | | | | | M Compiler/boot/Makefile.common | | | A Compiler/boot/patches/CevalScript.1.patch.xz | | | | | * commit 561c2f95c3ac72d3c9f5692ad0dc71067076d166 | | | Author: Adeel Asghar | | | Date: Tue Nov 29 18:29:45 2016 +0100 | | | | | | ticket:4152 Added includeConstants argument to getClassNames API. | | | If true then the API will also return the constants of the class along with classes. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 1df8a4a52204bc57a77a744d98009803f36244a1 | | | Author: Willi Braun | | | Date: Tue Nov 29 15:57:56 2016 +0100 | | | | | | added kinsol/klu solver support with sparsity | | | | | | - reimplemented kinsol interface | | | - enable sparsity generation for non-linear algebraic loops | | | - enable usage of klu with nlsLS | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation/solver/omc_math.h | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit ff3d39d281711d43764d0f941a26369c8d21129d | | | Author: Willi Braun | | | Date: Thu Nov 17 22:09:44 2016 +0100 | | | | | | generate always SparsePattern for non-linear algebraic loops | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit af8cd3e3f6b730dfd1b97207e75c28f93e8294e1 | | | Author: Martin Sjölund | | | Date: Tue Nov 29 08:52:34 2016 +0100 | | | | | | v1.12 development | | | | | * commit ecceebd66d60087781d4cbf98fdc875b4d53ce4c | | | Author: adrpo | | | Date: Tue Nov 29 07:31:32 2016 +0100 | | | | | | make sure we don't have a old version number when no git present | | | | | | M Compiler/runtime/omc_config.h | | | | | * commit 2ccad20e28c59eff694645cadcabe0aa4a02525c | | | Author: Per Östlund | | | Date: Mon Nov 28 16:36:23 2016 +0100 | | | | | | Fix lookup of qualified crefs in nfinst. | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | | | * commit e1efb57dc1ecb296d9e49cf5d48d298654f4bb87 | | | Author: adrpo | | | Date: Mon Nov 28 16:21:19 2016 +0100 | | | | | | isXMLTCP is defined only if NO_INTERACTIVE_DEPENDENCY is undefined | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 3ee365e698ccd898d4afef8967171d4865ba93e0 | | | Author: Niklas Worschech | | | Date: Mon Nov 28 14:15:55 2016 +0100 | | | | | | use boost 1.59 if Visual Studio 2013 is used | | | | | | M Makefile.omdev.mingw | | | | | * commit daab8bb4b0147ece564911fc48b771b646141678 | | | Author: Martin Sjölund | | | Date: Mon Nov 28 08:54:35 2016 +0100 | | | | | | Allow multiple class annotations in diff algorithm | | | | | | Fixes ticket:4153 | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit b0c9b437508f524f60e15c89cff69918b72a6cb2 | | | Author: Rüdiger Franke | | | Date: Mon Nov 28 07:37:36 2016 +0100 | | | | | | Adapt log levels to OMEdit, ticket:4048 | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | * commit ce441e184cccd9914a6d517f188e1ed17ced8b57 | | |\ Merge: d9f30dc8be 407fc9c9b8 | | | | Author: hudson | | | | Date: Sun Nov 27 17:34:34 2016 +0100 | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | * commit 407fc9c9b84c634d418022ad36e083f1285c0a6b | | | | Author: Adrian Pop | | | | Date: Sun Nov 27 13:58:38 2016 +0100 | | | | | | | | link generated executable with with wsock32 and ws2_32 | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Makefile.omdev.mingw | | | | | | | * commit a8258d47b38d9e8b97b730061f2c85201e265364 | | | | Author: Martin Sjölund | | | | Date: Sun Nov 27 13:43:36 2016 +0100 | | | | | | | | FMUs cannot set logFormat | | | | | | | | M SimulationRuntime/c/simulation/options.c | | | | | | | * commit 8dec8301dc914d2a14820c1e498a2fa5a90df4fb | | | | Author: Adeel Asghar | | | | Date: Sat Nov 26 14:03:36 2016 +0100 | | | | | | | | Use str to clear the stream instead of clear. | | | | Make sure we count the opening of tags. | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | | | * commit cfb2366b5062a15abec94831116d2cf7fa060107 | | | | Author: Martin Sjölund | | | | Date: Thu Nov 24 11:25:42 2016 +0100 | | | | | | | | Add logFormat=xmltcp | | | | | | | | logFormat=xmltcp requires a port to be passed and changes the format of | | | | the status sent periodically to be an XML message. | | | | | | | | All messages are buffered and sent when the message is finished in order | | | | to always send complete XML fragments to OMEdit. | | | | | | | | M SimulationRuntime/c/simulation/options.c | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | M SimulationRuntime/c/util/omc_error.c | | | | M SimulationRuntime/c/util/omc_error.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | | | * commit e02bbf266fa03066f7c00ae53f7fff7f8618bafb | | | | Author: Rüdiger Franke | | | | Date: Sat Nov 26 21:53:17 2016 +0100 | | | | | | | | Implement logging of simulation status | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | * commit ad7adca9d98ab3fc1f2e86b48f0efb9e23762f4a | | | | Author: Rüdiger Franke | | | | Date: Sat Nov 26 15:07:16 2016 +0100 | | | | | | | | Unify treatment of Logger instance | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | M SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | * | commit d9f30dc8be1f0ef69d551994b17e5afeecf6fb0d | | | | Author: Rüdiger Franke | | | | Date: Sat Nov 26 15:35:08 2016 +0100 | | | | | | | | Implement logging of simulation status | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | * | commit 01ca4a37e76af3de60c87cd547834ab6444e6cd1 | | |/ Author: Rüdiger Franke | | | Date: Sat Nov 26 15:07:16 2016 +0100 | | | | | | Unify treatment of Logger instance | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 6b059e07ea38eff8723d92b0164b3c9546b0d249 | | | Author: adrpo | | | Date: Fri Nov 25 14:37:48 2016 +0100 | | | | | | fix windows builds add libs wsock32 ws2_32 | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | * commit 3a460b5f00679570b97f2b8903a7bb436ea0893d | | | Author: Rüdiger Franke | | | Date: Thu Nov 24 23:09:34 2016 +0100 | | | | | | Add xmltcp logger to Cpp runtime, ticket:4048 | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 712e12e55845e1ba352310c25ee6fb0fbb1a8914 | | | Author: Willi Braun | | | Date: Thu Nov 24 17:57:18 2016 +0100 | | | | | | add try-catch execption if initialSolverData fails | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 0c85d9a679973f75e0bf3dbccf0123d905822556 | | | Author: Willi Braun | | | Date: Thu Nov 24 17:28:24 2016 +0100 | | | | | | add exception for ida solver if no sparsity available | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit 95e5e65f3d0b33a1bffc8b0677c4fb64a0e3d6fd | | | Author: Willi Braun | | | Date: Thu Nov 24 13:46:54 2016 +0100 | | | | | | improve symbolic jacobian generation | | | | | | - generate sparse pattern for algebraic loops with GENERIC_JACOBIAN() | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e4cfc38aa7f386bb9ee7c282a36e6371aa6c2c99 | | | Author: Per Östlund | | | Date: Wed Nov 23 21:57:17 2016 +0100 | | | | | | New instantiation improvements. | | | | | | - Fixed scoping when instantiating inherited components. | | | - Fixed userdefined types so they can be used more than once. | | | - Fixed userdefined type which extends from userdefined type. | | | - Added error message for combining extends of builtin type with other | | | elements. | | | | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentNode.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstance.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/Error.mo | | | | | * commit d7fc7be80cf87482dcedb33bd1e767729303c8ed | | | Author: Per Östlund | | | Date: Wed Nov 23 15:11:15 2016 +0100 | | | | | | Generate less empty structures in absyn2SCode. | | | | | | - Don't generate empty modifiers in SCodeUtil.translateMod. | | | - Don't generate empty annotations in SCodeUtil.translateAnnotation. | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 60beb68ece0a6a0c4c3453a6e0d1df16664d2c95 | | | Author: Mahder Gebremedhin | | | Date: Tue Nov 22 13:40:29 2016 +0100 | | | | | | Type checking updates for the new fron-end | | | | | | Filling up the missing cases for equations and algorithms. | | | Updated binary operation checks. | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit b781dc9d5bde945f405c081582fe422cc1ad34ac | | | Author: Adeel Asghar | | | Date: Tue Nov 22 11:50:59 2016 +0100 | | | | | | Add 32/64 bit version. | | | | | | M Makefile.omdev.mingw | | | | | * commit bd46362ef96642d0be2d81910df614ee8d5296f5 | | | Author: Per Östlund | | | Date: Mon Nov 21 16:43:56 2016 +0100 | | | | | | Fix the check for final modification. | | | | | | - Moved the final attribute from NFMod.Modifier to NFBinding.Binding, | | | so that an element can be declared final without having a binding. | | | - Update the check for merging two modifiers where the inner is final. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | | | * commit dc38639c44e7a39c24ae1b9ad8e296acd8dac00c | | | Author: Per Östlund | | | Date: Mon Nov 21 15:17:48 2016 +0100 | | | | | | Better error for duplicate mods in new inst. | | | | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | | | * commit 2c7afbd075a058e52dc0a0b5607444eff0f7f039 | | | Author: vwaurich | | | Date: Mon Nov 21 15:02:40 2016 +0100 | | | | | | fix signalArrows in visualization | | | | | | M Compiler/BackEnd/VisualXML.mo | | | | | * commit e68f0a0edb158750a2b0842c506d22182d6f80ee | | | Author: Per Östlund | | | Date: Mon Nov 21 14:33:36 2016 +0100 | | | | | | New instantiation improvements. | | | | | | - Initial support for class modifiers. | | | - Fixed cloning of component types. | | | | | | M Compiler/NFFrontEnd/NFComponentNode.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFInstance.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/BaseAvlTree.mo | | | | | * commit 592cec8b7b998986b1200724574bb54060489c0f | | | Author: vwaurich | | | Date: Mon Nov 21 13:19:27 2016 +0100 | | | | | | dont evaluate functions with unknown type on lhs | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit e11567af82dedf5e586083db471b8c37f11778ba | | | Author: ptaeuber | | | Date: Mon Nov 21 12:35:28 2016 +0100 | | | | | | Fix vararrayList | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 63b77e73101a473bd0f8b8ddc2d2e819c295511c | | | Author: vwaurich | | | Date: Mon Nov 21 11:34:41 2016 +0100 | | | | | | dont add A-Vars of statesets to BackendDAE | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 555ce77f04f3cda41e9322dbd0bf62d6676b099f | | | Author: Martin Sjölund | | | Date: Fri Nov 18 14:50:22 2016 +0100 | | | | | | Make test utils able to clean more generated files | | | | | | This is necessary since Cppruntime statically links its runtime system | | | with the simulation. It caused the library testing server to have 50GB | | | of unused files lying around. It is less crucial for the C runtime since | | | the executable is always cleaned (this is an so-file for cppruntim | | | which was not cleaned up), and because the objects were small (few kB | | | instead of 10MB). | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit a343431667540d8a6021246d3bc82a16d2ab4453 | | | Author: Adrian Pop | | | Date: Fri Nov 18 04:06:03 2016 +0100 | | | | | | some fixes to modelDescription.xml import | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/runtime/FMIImpl.c | | | | | * commit fdec2bcb94d98be60c0acb8dd3a320ad614a0a08 | | | Author: Willi Braun | | | Date: Thu Nov 17 23:14:54 2016 +0100 | | | | | | improve sparsePattern dump | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 797a4ef71c8762169e8cfd428e077983018177eb | | | Author: alash325 | | | Date: Thu Nov 17 16:21:38 2016 +0100 | | | | | | Better naming for imported modelDescription XML | | | | | | Show error message if the file not found | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 33b3b8e0fae3826dfc57fda478a352f4fe3a7850 | | | Author: Adeel Asghar | | | Date: Thu Nov 17 13:57:52 2016 +0100 | | | | | | ticket:4144 Use anyString to print the Integer values. | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 901d152b737bbd3f3a5c31a142cdeb0675213dab | | | Author: ptaeuber | | | Date: Tue Nov 15 16:31:09 2016 +0100 | | | | | | Use qualified component names in hideResult attribute | | | | | | Fix for ticket:4089 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 350333d627395c6b43cfa5f6ec514f239fb76a60 | | | Author: Per Östlund | | | Date: Tue Nov 15 12:39:24 2016 +0100 | | | | | | NFInst fixes. | | | | | | - Fix modifier scope propagation. | | | - Fix binding expansion during flattening. | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | | | * commit adf0f0d498cfe13bce66e5edea99fc3d03ef0a7b | | | Author: Per Östlund | | | Date: Tue Nov 15 10:50:05 2016 +0100 | | | | | | Fix broken stuff from previous new inst change. | | | | | | - Fixed cref lookup. | | | - Fixed prefixing of crefs. | | | - Fixed modifier scoping. | | | - Lots of other small fixes. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | M Compiler/NFFrontEnd/NFComponentNode.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFInstance.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit a4e70885194a882c5b7b7b0e974db26ac6ff4309 | | | Author: Rüdiger Franke | | | Date: Mon Nov 14 08:22:12 2016 +0100 | | | | | | Correct logging for FMUs and IDA | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit b6a7a6d692825586dd4593446c28ba946ef678f3 | | | Author: Rüdiger Franke | | | Date: Mon Nov 14 07:45:52 2016 +0100 | | | | | | Log errors during initialization and asserts | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit f2e948cbed35b44e6d68b21ec357278d62baeac9 | | | Author: Rüdiger Franke | | | Date: Mon Nov 14 07:37:29 2016 +0100 | | | | | | Give log categories full names | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit c26746fb4912a6be339eaed98bbb55947f642a19 | | | Author: Rüdiger Franke | | | Date: Sun Nov 13 19:54:27 2016 +0100 | | | | | | Add debug log for event conditions | | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit a556edebe935e74daa05ab1320f7711b359294c4 | | | Author: Rüdiger Franke | | | Date: Sun Nov 13 18:46:54 2016 +0100 | | | | | | Connect Cpp Logger to FMI2 callback function | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | M SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit edbd85c1a710f79aefe9aa505f0c5e94c309af7e | | | Author: Rüdiger Franke | | | Date: Sun Nov 13 18:44:36 2016 +0100 | | | | | | Let Newton not scale Jacobian columns | | | | | | See e.g. Modelica.Fluid.Examples.Tanks.ThreeTanks | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit 47e18462fa4bd1b70ee5365bd51f57121afb29ae | | | Author: Rüdiger Franke | | | Date: Sat Nov 12 16:55:54 2016 +0100 | | | | | | Suppress duplicate error message if simulation fails | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit 066543650ff121b918dcb1a92d31f88c305351de | | | Author: Rüdiger Franke | | | Date: Sat Nov 12 16:49:32 2016 +0100 | | | | | | Always do at least one Newton step | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit ba319245d55051bc8f77563a70fe833c7775bf10 | | | Author: Adeel Asghar | | | Date: Fri Nov 11 13:50:02 2016 +0100 | | | | | | ticket:4132 | | | Added pathStripSamePrefix function for addComponent API. Makes the path relative to class. | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 7f31e3155c545337c47437487c27514a12de8058 | | | Author: Rüdiger Franke | | | Date: Fri Nov 11 10:52:11 2016 +0100 | | | | | | Let Newton scale Jacobians of linear systems as well | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit 863c7b71a47c3ebb2407cddc16b8d94a7ea2019f | | | Author: Rüdiger Franke | | | Date: Fri Nov 11 10:15:43 2016 +0100 | | | | | | Let Newton solver catch errors from analytic Jacobian | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit 3821a19a84667206b54cc86f64355411650475e9 | | | Author: Rüdiger Franke | | | Date: Thu Nov 10 22:13:33 2016 +0100 | | | | | | Reduce code nesting in Newton solver | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit 7d6aaa01cc962c850a81b76c0c44e6ca593463ce | | | Author: Rüdiger Franke | | | Date: Thu Nov 10 21:44:07 2016 +0100 | | | | | | Scale Newton solver with nominal values | | | | | | Get nominal variables from model and nominal residuals from Jacobian. | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit 450b5bea1c8ce3b9bff69fcaeca4352d81601d7a | | | Author: Rüdiger Franke | | | Date: Thu Nov 10 21:35:12 2016 +0100 | | | | | | Increase accuracy of Newton solver | | | | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | * commit f4d1b5a5a64f33eee817ff66be45b16e8e5d6e43 | | | Author: Rüdiger Franke | | | Date: Thu Nov 10 21:34:36 2016 +0100 | | | | | | Reactivate analytic Jacobian for Newton solver | | | | | | Also remove tabs after fcc0b47dcb04a452d5bc9d4d6e46fda4c9149394. | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit 54ab0e4ed39b2af8578ee7e82460d276862c563a | | | Author: Martin Sjölund | | | Date: Thu Nov 10 15:56:57 2016 +0100 | | | | | | Do not crash when reading a parameter | | | | | | The filterSimulationResults API expects only variables when converting | | | to CSV. This adds a check to see if a parameter was passed instead. | | | | | | M Compiler/runtime/SimulationResults.c | | | | | * commit 40b6e79b5bb93a59504a33b517a2ab07704d16aa | | | Author: Rüdiger Franke | | | Date: Wed Nov 9 21:29:20 2016 +0100 | | | | | | Activate Kinsol overflow test to avoid endless iterations | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 1b514e3f3c15acca40c536431da61cb1ffd44c82 | | | Author: Martin Sjölund | | | Date: Tue Nov 8 15:07:48 2016 +0100 | | | | | | Simplify counting number of real variables | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit d487be4fdbe4aa2f3ac995f94b8e8199ac4fcbfd | | | Author: ptaeuber | | | Date: Tue Nov 8 11:19:39 2016 +0100 | | | | | | Also simplify DAE.NOT() wout type | | | | | | see ticket:4089 | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit a50dbe10e5ed560e996e1498e72a92bc29daf4d8 | | | Author: Martin Sjölund | | | Date: Tue Nov 8 09:43:08 2016 +0100 | | | | | | Updates to source-code FMUs | | | | | | - Do not compile nonlinear/linear/mixed solvers unless the model uses | | | the solvers. | | | - Add support to compile a-files instead of so-files (--disable-shared | | | --enable-static). | | | - Added some preprocessor flags to disable more features in the run-time | | | (this should be improved; all logging functionality is included even | | | though the FMI runtime cannot access them, etc). | | | - Use global variables if pthreads is unavailable. | | | - Succesfully compiles to AVR CPUs now, but uses way too much SRAM to be | | | useful. | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/gc/memory_pool.c | | | M SimulationRuntime/c/gc/omc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/omc_init.c | | | M SimulationRuntime/c/util/omc_init.h | | | M SimulationRuntime/c/util/omc_mmap.c | | | M SimulationRuntime/c/util/omc_mmap.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit efd9b1f671bbf6d8900998f0e7055ee3a3004494 | | | Author: Rüdiger Franke | | | Date: Tue Nov 8 09:27:59 2016 +0100 | | | | | | Check for FMUType, ticket:4130 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/Error.mo | | | | | * commit 844621f31b0c7f402e67bdff32d61ca66af9fb7e | | | Author: Rüdiger Franke | | | Date: Tue Nov 8 08:30:44 2016 +0100 | | | | | | Make internal copy of instance name, ticket:4130 | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit d1a64527d1fed1cb46deedd32bd1afe9aa586847 | | | Author: Martin Sjölund | | | Date: Tue Nov 8 08:37:51 2016 +0100 | | | | | | Handle the type specifier being lost in the diff | | | | | | This fixes a new issue found in ticket:4110 | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit 91a2bb438c433e1d48c4d55c01dbf791573cf31b | | | Author: ptaeuber | | | Date: Mon Nov 7 13:53:46 2016 +0100 | | | | | | Add spline interpolation also to ModelicaTables | | | | | | M SimulationRuntime/c/util/OldModelicaTables.c | | | | | * commit 9c32ee8c0c03dfddc848d1e64855b8956a24be97 | | | Author: Martin Sjölund | | | Date: Mon Nov 7 12:03:37 2016 +0100 | | | | | | Handle whitespace in single tree diffs better | | | | | | If a diff produces a single add and a single delete node, and these | | | nodes are separated only by whitespace, move the whitespace before | | | or after the nodes in order to merge them and produce a better overall | | | diff. This fixes ticket:4110. | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit 39d920f4ace60b6570638c983eaf0fbbb56f7622 | | | Author: vwaurich | | | Date: Mon Nov 7 10:02:14 2016 +0100 | | | | | | set hideResult to false for visualization vars | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e0cca96a48386e3cfcc72859ac796b262717f614 | | | Author: Martin Sjölund | | | Date: Mon Nov 7 07:40:24 2016 +0100 | | | | | | Handle multiple connection points being changed | | | | | | The diff algorithm now handles multiple component clauses and equations | | | being modified at the same time. This fixes ticket:4065. | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit 736a94383affca0927cb9615176f61203a9e65f0 | | | Author: Rüdiger Franke | | | Date: Sun Nov 6 20:09:14 2016 +0100 | | | | | | Remove obsolete function | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 49cb49cbee70a0055f297f611fc05a74537cd341 | | | Author: Lennart Ochel | | | Date: Sun Nov 6 15:04:30 2016 +0100 | | | | | | Simplify some auxiliary function implementations | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f44f9c50922f01f7bd78c28566ed13913724da44 | | | Author: Rüdiger Franke | | | Date: Fri Nov 4 15:55:17 2016 +0100 | | | | | | Small optimization to RefArray code generation | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 1ee8c832b9270cda41b7b990d360802fe53303d7 | | | Author: Rüdiger Franke | | | Date: Fri Nov 4 14:50:42 2016 +0100 | | | | | | Rewrite SimCodeUtil.getUnrolledArrayIndex in procedural style | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e657602228b40dc9eb103833607fc983e5d50ed2 | | | Author: Rüdiger Franke | | | Date: Fri Nov 4 14:13:40 2016 +0100 | | | | | | Unifiy storage order of RefArray, ticket:4093, ticket:4072 | | | | | | Assigning between RefArray and value Array copies storage linearly. | | | This is why RefArray must have column-major storage layout as well. | | | | | | The bug doesn't seem to show up because generated code currently | | | instantiates an intermediate array element by element, e.g. if a | | | RefArray is passed to a function. This could and should be optimized. | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 7359ea2c9a58271ef1e73d5c7d10a9e67d3cc49a | | | Author: Niklas Worschech | | | Date: Fri Nov 4 13:30:50 2016 +0100 | | | | | | Fix for division during internalization in cpp runtime | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | * commit 96f16777fb42d97318832a3d3f32e08ae9775c4a | | | Author: Niklas Worschech | | | Date: Wed Nov 2 11:17:52 2016 +0100 | | | | | | added Modelica Randaom to cpp runtime build | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | * commit 95bc48164d3a12bde4f0fc1d0f4aeeb36f663439 | | | Author: Lennart Ochel | | | Date: Fri Nov 4 10:55:55 2016 +0100 | | | | | | Only mark states as changeable if the start attribute is constant | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit db9157bbc133a7dda72dad19d93e9028b0722699 | | | Author: Martin Sjölund | | | Date: Fri Nov 4 10:18:25 2016 +0100 | | | | | | Handle comments moving around | | | | | | This fixed ticket:4065, where comments move around and the diff | | | algorithm gets confused. It works by moving comment tokens from one | | | scope to another. By getting closer to the original point, the | | | existing diff algorithm (often) manages to get the comment into the | | | correct position. | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | M Compiler/Util/List.mo | | | | | * commit 93bd45ea5561fed81d93468d5f6e8fae5b91c8ee | | | Author: Mahder Gebremedhin | | | Date: Thu Nov 3 18:35:29 2016 +0100 | | | | | | - Escape quoted idents in aliases in _init.xml | | | | | | M Compiler/SimCode/SerializeInitXML.mo | | | | | * commit 98461c47a9f4000b37bfbe7968e12c79c5bddd0f | | | Author: vwaurich | | | Date: Thu Nov 3 15:55:38 2016 +0100 | | | | | | fix FMU string-type start attributes | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit a3b03f07d48fa2eaf57392dc77df8749e8bdb480 | | | Author: Rüdiger Franke | | | Date: Thu Nov 3 15:03:47 2016 +0100 | | | | | | Complete fix for 3dim RefArray, ticket:4093 | | | | | | This applies the fix of ea606a1b8af45859733d7c73bbe5778de42fc2bb to | | | five further occurences of the wrong index calculation. | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 73f7fca9797fa76969dba793ffcbeb40fe420e92 | | | Author: Rüdiger Franke | | | Date: Thu Nov 3 14:38:29 2016 +0100 | | | | | | Add error if daeExpCall finds no match | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 3cd68ac53dc30f28b34bd9615329d8a5f93492fe | | | Author: Willi Braun | | | Date: Thu Nov 3 14:48:34 2016 +0100 | | | | | | move findZeroCrossings to a postOptModule | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1081354d0e0fbb2570435cfc1d873828babd8657 | | | Author: Per Östlund | | | Date: Thu Nov 3 14:11:50 2016 +0100 | | | | | | Redesigned NFInst to eliminate InstanceTree. | | | | | | - Changed NFInstNode to contain a mutable instance, instead of using | | | indices to an array of all classes. | | | - Added NFComponentNode which is similar to NFInstNode but for | | | components, to allow for a bidirectional instance tree. | | | - This is work in progress, expect things to be broken. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | A Compiler/NFFrontEnd/NFComponentNode.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFInstance.mo | | | M Compiler/NFFrontEnd/NFInstanceTree.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit bc49d1dcb571bcded332311e13966128de055241 | | | Author: vwaurich | | | Date: Thu Nov 3 13:50:08 2016 +0100 | | | | | | add warning for external alias | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 1731292fc24cbcd452ec86ebe60253542fd93f56 | | | Author: vwaurich | | | Date: Thu Nov 3 10:29:58 2016 +0100 | | | | | | added case in external alias detection | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 0c7a532a0c0ce0efd0168fca3eace15e7ff329d1 | | | Author: Adrian Pop | | | Date: Wed Nov 2 23:09:01 2016 +0100 | | | | | | fix ticket:4124 | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 786193c1607b7bc3c82b303e3f324a0a5142193d | | | Author: Willi Braun | | | Date: Wed Nov 2 21:10:24 2016 +0100 | | | | | | improve dynamic state selection | | | | | | - fix initial state selection matrix A | | | - improve LOG_DSS dumps | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 70c742284f5ae3b14ab08f2be2c09436773fbf5e | | | Author: ptaeuber | | | Date: Wed Nov 2 14:32:17 2016 +0100 | | | | | | Replace evaluated parameters in hideResult | | | | | | - introduce hideResult in BackendDAE.VAR | | | - replace parameters in that attribute and do not use annotation anymore | | | | | | see ticket:4089 | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 8747e2fe2b4c7a4dd3527d6d0a0920c7f88e425e | | | Author: Lennart Ochel | | | Date: Tue Nov 1 12:18:25 2016 +0100 | | | | | | Remove superfluous whitespace from generated xml file | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit ea606a1b8af45859733d7c73bbe5778de42fc2bb | | | Author: vwaurich | | | Date: Tue Nov 1 11:53:07 2016 +0100 | | | | | | fix 3dim array for cpp | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit f2641d78a39435324ae8729e7b92cc4a05e8c5c3 | | | Author: Lennart Ochel | | | Date: Mon Oct 31 21:36:03 2016 +0100 | | | | | | Remove attribute useStart from model_init.xml | | | | | | M Compiler/SimCode/SerializeInitXML.mo | | | M Compiler/Template/CodegenCppInit.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 369fd73a5982ac6233c8134443a55a9bb44e1168 | | | Author: Rüdiger Franke | | | Date: Mon Oct 31 13:07:05 2016 +0100 | | | | | | Exploit structured logging for Newton solver | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit a94610ae08af24f4ac7014e707cf8fc843f59a1a | | | Author: Rüdiger Franke | | | Date: Mon Oct 31 11:17:34 2016 +0100 | | | | | | Exploit structured logging for LOG_INIT and LOG_STATS | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 7c61be0ea8fed426111db32ba1d6783eaff7da6d | | | Author: Rüdiger Franke | | | Date: Mon Oct 31 10:34:10 2016 +0100 | | | | | | Unify command line names of log settings | | | | | | solv --> solver, i.e. LOG_SOLVER | | | event --> events, i.e. LOG_EVENTS | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit f0015838120e02a4c030d9540137e6516f46e348 | | | Author: Rüdiger Franke | | | Date: Mon Oct 31 10:31:02 2016 +0100 | | | | | | Implement XML logger for Cpp runtime in OMEdit | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 1e169048715ac546c82916bf1f8190b8f6e85fb8 | | | Author: Rüdiger Franke | | | Date: Sun Oct 30 23:30:33 2016 +0100 | | | | | | Only initialize variabes with start value from init.xml | | | | | | Default start values of 0 are already given in SimVars.cpp. | | | Moreover the set*StartValue of initEquations will not override it. | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | * commit c60d86d4fec89270a3946652fa8c5c7b63b010c6 | | | Author: Rüdiger Franke | | | Date: Sat Oct 29 14:36:47 2016 +0200 | | | | | | Additionally check for array element, ticket:4093 | | | | | | See e.g. | | | PowerSystems.Examples.Spot.AC1ph_DC.Inverter | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4a3540b4da47f0ddf566e5461a922b501c014f86 | | | Author: Rüdiger Franke | | | Date: Sat Oct 29 09:17:28 2016 +0200 | | | | | | SIMVAR's numArrayElement is not sufficient, ticket:4093 | | | | | | It may contain a dimension for a scalar. See e.g. | | | Modelica.Electrical.PowerConverters.Examples.ACDC.Rectifier1Pulse.Thyristor1Pulse_R | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c655395efa4f2a67ae2f8dc810ac20a3492091ee | | | Author: Rüdiger Franke | | | Date: Fri Oct 28 17:11:18 2016 +0200 | | | | | | Robustify elabBuiltinDynamicSelect, ticket:3675 | | | | | | The determination of dynamic values currently fails for | | | crefs with indices. Always return at least the static value. | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 76cba8f169c3cf8919a40a1c941f78b0f0b594e5 | | | Author: Rüdiger Franke | | | Date: Fri Oct 28 13:30:53 2016 +0200 | | | | | | Fix cpp codegen for array assignment in when, ticket:4093 | | | | | | Can't detect array with Expression.typeof(exp) returning DAE.CREF. | | | Moreover cover arbitrary array dimensions and | | | avoid 5x copy/paste of lengthy cref1 call. | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 3840dead797c0a6b05bc900e6e424220030fcf73 | | | Author: Rüdiger Franke | | | Date: Thu Oct 27 22:25:03 2016 +0200 | | | | | | Enhance elabBuiltinDynamicSelect for visible, ticket:3675 | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 024573ebc6347934db0057e84df251bc0eb0cf40 | | | Author: Willi Braun | | | Date: Thu Oct 27 18:28:42 2016 +0200 | | | | | | add further deltaX option for the solvers | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 5c6c19f25f001ccae34d6693f36df098d1397f48 | | | Author: Willi Braun | | | Date: Thu Oct 27 18:05:52 2016 +0200 | | | | | | Revert "add xml root element for logFormat=xml" | | | | | | This reverts commit c98026b27117612ea944128788e90b80dfc74d7d. | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 183b510d5ab8e06661fae1026f7083ac61033a23 | | | Author: vwaurich | | | Date: Thu Oct 27 17:21:46 2016 +0200 | | | | | | Remove tab from visualxml tpl | | | | | | M Compiler/Template/VisualXMLTpl.tpl | | | | | * commit 82c4ecda81f977d3e8e93461ed92815049916349 | | | Author: vwaurich | | | Date: Thu Oct 27 16:14:51 2016 +0200 | | | | | | Take an arbitrary alias for externalObjects if unsure | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 745621ea70c887233049f2752482bc5f9d5ce4b5 | | | Author: vwaurich | | | Date: Thu Oct 27 15:20:05 2016 +0200 | | | | | | Fix visXMl for file-shapeTypes since new parameter stuff made things different | | | | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/Template/VisualXMLTpl.tpl | | | M Compiler/Template/VisualXMLTplTV.mo | | | | | * commit c98026b27117612ea944128788e90b80dfc74d7d | | | Author: Willi Braun | | | Date: Thu Oct 27 14:30:04 2016 +0200 | | | | | | add xml root element for logFormat=xml | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit c237c18825da39b01ef5d05a37fbfa3c445b92c8 | | | Author: vwaurich | | | Date: Thu Oct 27 09:16:11 2016 +0200 | | | | | | always expand records when counting algos | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit ae27c2b0f3711aba214fad2508f4195487c5ebe2 | | | Author: vwaurich | | | Date: Wed Oct 26 16:10:39 2016 +0200 | | | | | | Dont expand algorithm when counting the size after removeSimpleEquations | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 7def99eacbf1eb31d60bc87a0d985c45d19c414d | | | Author: Rüdiger Franke | | | Date: Thu Oct 27 07:25:50 2016 +0200 | | | | | | Enhance elabBuiltinDynamicSelect for texts, ticket:3675 | | | | | | This is needed to get dynamic text annotation working in OMEdit. | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 6345c52cb6103eae0f001334ce75312364f97466 | | | Author: Rüdiger Franke | | | Date: Wed Oct 26 20:26:43 2016 +0200 | | | | | | Override protected with HideResult annotation, ticket:4089 | | | | | | This treats protected variables with annotation(HideResult=false) | | | like public variables during model translation. | | | In particular such parameters can be changed after model translation. | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 1580918657cb841a0c214b3420504cd844366038 | | | Author: vwaurich | | | Date: Wed Oct 26 15:44:42 2016 +0200 | | | | | | fix cpp codegen for tuple assignments in whenOperators | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 3fd4d4ffd102c07e4944fd7da6a7e620caf10303 | | | Author: Lennart Ochel | | | Date: Wed Oct 26 12:07:09 2016 +0200 | | | | | | Fix generation of parameter equations | | | | | | - see second issue of ticket:4093 | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit c8df1c5481e66392ca6bcb7504620de4d103d74d | | | Author: Lennart Ochel | | | Date: Wed Oct 26 11:45:07 2016 +0200 | | | | | | Revert "rewrite simplifyComplexFunction" | | | | | | This reverts commit 68f9aae4815d7a2829277878a27d0db7c31dff5f. | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 8feaea880c8b7f74f4edfb5ada24da398b2e4323 | | | Author: Lennart Ochel | | | Date: Wed Oct 26 11:35:59 2016 +0200 | | | | | | Revert "fixed PR 1148" | | | | | | This reverts commit 893adb73f101480a976e1342e6afce238756dfe0. | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 2722e764c9ef24d4e10ede7cac228de49569adbd | | | Author: Lennart Ochel | | | Date: Wed Oct 26 11:35:50 2016 +0200 | | | | | | Revert "improved array dump" | | | | | | This reverts commit c3733b363358461823e3d403b52372176c830513. | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit b2f7540d32c22dc995f526dbe002e27ba37169b5 | | | Author: Lennart Ochel | | | Date: Wed Oct 26 11:35:30 2016 +0200 | | | | | | Revert "workaround for array=f()" | | | | | | This reverts commit 339c7493844674d935f245f979e136576572cc4e. | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 5515de8b02a330f8790be3c4bde423e5d32b3ad2 | | | Author: Martin Sjölund | | | Date: Wed Oct 26 09:47:31 2016 +0200 | | | | | | Add support for clang (3.7+) OpenMP | | | | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/config.unix.h.in | | | M SimulationRuntime/cpp/Makefile.env.in | | | M SimulationRuntime/cpp/Makefile.in | | | M configure.ac | | | | | * commit 295a040751982046e98681b560550c407bfeb472 | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 23:25:58 2016 +0200 | | | | | | Read all values from init.xml, ticket:4089 | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | * commit c58bee3b9b72a03d53406eac03e85fe5f6ef8e51 | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 22:21:00 2016 +0200 | | | | | | Emit protected variables with HideResult=false, ticket:4089 | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit 6d02154ba445fd9e04017ba30386db6fa4da78f7 | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 22:20:19 2016 +0200 | | | | | | Accept -alarm and -abortSlowSimulation for nightly tests | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 599e0f68dbce6290b6ef6812a6c5710f53af339f | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 22:18:03 2016 +0200 | | | | | | Filter protected and hidden in Cpp runtime, ticket:4089 | | | | | | The former global setting ResultsOutput {true, false} is replaced | | | with enum EmitResults {EMIT_ALL, EMIT_PUBLIC, EMIT_NONE}. | | | The default value is EMIT_ALL (cf. former true). | | | | | | OMCFactory uses the default value EMIT_PUBLIC and introduces the | | | new option --emit-results with the values all, public or none. | | | The OMEdit option `-emit-protected` is tranlated to `--emit-results all`. | | | | | | The actual filtering simply skips values in XmlPropertyReader. This works | | | out as protected values are not needed from init.xml because they are | | | calculated in the generated code. | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 32dfa07c221cc45a184cbeab8bbfb99bc3f28e8c | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 19:24:19 2016 +0200 | | | | | | Replace tabs with spaces in XmlPropertyReader, ticket:4089 | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | | | * commit f992d19981d05ffedfcaa39ff68575f54b2776c8 | | | Author: Willi Braun | | | Date: Mon Oct 24 19:26:24 2016 +0200 | | | | | | let linearize also run in numerical mode | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 3775ade2f97382a4718d2f196f9effda25f568da | | | Author: vwaurich | | | Date: Mon Oct 24 14:20:40 2016 +0200 | | | | | | small cleanup | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 60e12868e4a071a6afd2f9918309ddadcf90a2f1 | | | Author: vwaurich | | | Date: Mon Oct 24 13:47:06 2016 +0200 | | | | | | function to get linker library paths with extra case for Winmm | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit bef320ce3dca47b9009695deb118fce2b46ce999 | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 12:35:01 2016 +0200 | | | | | | The 1 matters (see Filter parameter results) | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | | | * commit cbb742b51933303a0c3bb3ab522a677ed2a383ab | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 12:05:46 2016 +0200 | | | | | | Filter parameter results, ticket:3925, ticket:4029 | | | | | | Note: the new function `calcParamsSize` starts to count sz at 0; | | | the previous implementation in `calcDataNames` started with 1. | | | Should not matter as there are no aliases to parameters. | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | | | * commit 1692f27c86cdbda67a641df8800ed2be35cb29a1 | | | Author: vwaurich | | | Date: Mon Oct 24 11:13:27 2016 +0200 | | | | | | BackendDAE.ASSIGN can hold tuples on lhs | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | | | * commit dd59e5404772f5fc65e092e4fdecfc03a8f635a0 | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 09:08:53 2016 +0200 | | | | | | Only filter public variables with HideResult, ticket:4089 | | | | | | This is needed as HideResult defaults to protected. | | | Protected variables are filtered anyway. | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit 77bf4cba2af5cb9abed31830e11582f5b6e2c7c3 | | | Author: Rüdiger Franke | | | Date: Mon Oct 24 06:30:57 2016 +0200 | | | | | | HideResult defaults to protected, ticket:4089 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCppInit.tpl | | | | | * commit 339c7493844674d935f245f979e136576572cc4e | | | Author: vruge | | | Date: Sun Oct 23 21:29:37 2016 +0200 | | | | | | workaround for array=f() | | | | | | for cpp | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c3733b363358461823e3d403b52372176c830513 | | | Author: vruge | | | Date: Sat Oct 22 20:09:58 2016 +0200 | | | | | | improved array dump | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 893adb73f101480a976e1342e6afce238756dfe0 | | | Author: vruge | | | Date: Sat Oct 22 10:53:30 2016 +0200 | | | | | | fixed PR 1148 | | | | | | added losing case (_,_, ..., xi ,_,_) = f(.)[i] | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 1a1a32a858a4de001764e0732687e392e7267e44 | | | Author: Martin Sjölund | | | Date: Fri Oct 21 14:12:09 2016 +0200 | | | | | | Fix order of clocked equations | | | | | | Before, the IDs given to clocked equations was in the middle of the | | | regular equations, but it needs to come after (or before). | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f9018bb81a5adfb04bfeab161d2c9735e17828ab | | | Author: Niklas Worschech | | | Date: Fri Oct 21 11:23:30 2016 +0200 | | | | | | fix in cpp runtime for msvc 2013 | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | * commit 68f9aae4815d7a2829277878a27d0db7c31dff5f | | | Author: vruge | | | Date: Tue Oct 11 23:23:17 2016 +0200 | | | | | | rewrite simplifyComplexFunction | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit d75f648c03d06c472542ab0494959fca17ccd1ad | | | Author: ptaeuber | | | Date: Thu Oct 20 23:12:23 2016 +0200 | | | | | | Correct handling of parameters | | | | | | This commit corrects the improper and inconsistent handling | | | of parameters by implementing what is listed below: | | | | | | - Only evaluate structural parameters and parameters with | | | annotation(Evaluate=true) during compile time by default. | | | Final parameters and protected parameters are not evaluated | | | any more. | | | (see ticket:3211, ticket:4027) | | | | | | - Many different preOpt modules are merged to one preOpt module | | | "evaluateParameters" with different flags instead | | | -> To calculate additional parameters the following flags are introduced: | | | --evaluateFinalParameters= (default: false) | | | --evaluateProtectedParameters= (default: false) | | | | | | -> To activate/deactivate the replacement of the calculated parameters | | | in the DAE use: | | | --replaceEvaluatedParameters= (default: true) | | | | | | - Mark structural parameters deciding the if-branch final | | | (see ticket ticket:4053) | | | | | | - Structural parameters in instances are detected correctly | | | (see ticket:4059) | | | | | | - Propagate the final attribute to parameters structural parameters | | | depend on | | | (see ticket:4052) | | | | | | - Mark parameters final if used for calculation of other parameters, | | | because otherwise it leads to inconsistency when changing the value | | | after compilation. | | | Also replace the evaluated expressions because they are already evaluated | | | and not changeable anymore. | | | (see ticket:4027, ticket:3211) | | | | | | - Make final, structural and protected parameters unchangeable | | | -> Write final parameters to _08bnd.c | | | -> Make use of the isValueChangeable-flag | | | (see ticket:4060, ticket:3211, ticket:4027) | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit c2ed655aac4792cefd41854900f575ce6b115dc4 | | | Author: Martin Sjölund | | | Date: Thu Oct 20 08:00:45 2016 +0200 | | | | | | Changes to FMI autoconf, more debugging messages | | | | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | | | * commit 53b732f53dec22a38d996a408786feeeea233f2c | | | Author: Rüdiger Franke | | | Date: Thu Oct 20 06:58:27 2016 +0200 | | | | | | ConvertUnits, ticket:4081 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 5d9af8447c6cf3926675e3d403d46f63bdc94b60 | | | Author: Willi Braun | | | Date: Thu Oct 20 00:39:46 2016 +0200 | | | | | | add deltaX flag and pass it to the linearization | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 620a9dfb7f9d0003224e7a3a182ded91a7c33b6c | | | Author: Willi Braun | | | Date: Wed Oct 19 15:19:02 2016 +0200 | | | | | | review lineraize code | | | | | | - use actual values of the states instead of the start values | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | | | * commit b304032e78a3f3df1d75fbde2eaaea74129bffa8 | | | Author: Martin Sjölund | | | Date: Wed Oct 19 13:01:29 2016 +0200 | | | | | | Produce error-messages when linearize fails | | | | | | And also prevent linearize/optimize to run twice when failing, | | | by returning a value when failing. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 92846a43a62e4c05bf0223c7900e8e650af462b8 | | | Author: vwaurich | | | Date: Wed Oct 19 11:36:53 2016 +0200 | | | | | | remove unused function | | | | | | M Compiler/BackEnd/VisualXML.mo | | | | | * commit f97e445378bd3f47f00277be203195e3232981ee | | | Author: Martin Sjölund | | | Date: Wed Oct 19 11:23:39 2016 +0200 | | | | | | AvlSet instead of HashSet for structural params | | | | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | A Compiler/Util/AvlSetCR.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 1ccc53d70f2bf9213ef167ab7e9c14ef86943287 | | | Author: vwaurich | | | Date: Wed Oct 19 11:08:41 2016 +0200 | | | | | | use CevalScript.getFullPathFromUri to get animation file paths | | | | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f45d03b38e9ffac58c9845d977708dd04c4898b9 | | | Author: vwaurich | | | Date: Wed Oct 19 09:00:09 2016 +0200 | | | | | | get absolute paths of resource files which are used for animation | | | | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/Script/GlobalScriptDump.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 88b6260b5a9a6e7ece71e8f5fd8bb47d19aea14c | | | Author: Martin Sjölund | | | Date: Wed Oct 19 08:05:55 2016 +0200 | | | | | | Structural parameters as HashSet instead of Table | | | | | | The FCore.Cache stores the structural parameters as a HashTable, but | | | does not use the value. This changes the structure to a HashSet | | | instead. | | | | | | Note: This also fixes a bug in a model where the HashTable gets | | | corrupted (probably due to matchcontinue use). The structure should | | | possibly be changed to an AvlSet instead (or HashTable/HashSet | | | changed to be fully mutable). | | | | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/Util/BaseHashTable.mo | | | M common | | | | | * commit eae52ab3123448045bb7a4041238210f261603a7 | | | Author: Rüdiger Franke | | | Date: Tue Oct 18 09:13:52 2016 +0200 | | | | | | Remove Cpp code generation for initialization of alias vars | | | | | | This should hardly be needed anymore, because aliases share memory | | | with the actual variables. The generation of | | | function bodies was commented out (init7, ..., init10). | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit d7838200a0f2d92b7070fae39c8df573eed80f73 | | | Author: Rüdiger Franke | | | Date: Tue Oct 18 06:59:58 2016 +0200 | | | | | | Adapt Cpp code to increased use of calculatedParameter, ticket:4027 | | | | | | This follows up 25249c864ee6b90431f618d4ee42d2deb580c4d1 | | | "Fix initialization problems containing parameters having implicitly fixed=false" | | | | | | - move initialization details to the three sub-methods | | | initializeMemory/FreeVariables/BoundVariables | | | - in particular place initParameterEquations() in initializeBoundVariables | | | - avoid duplicate initialization steps in FMUWrapper and FMU2Wrapper | | | - force HARDCODED_START_VALUES for FMI export -- this is needed for FMI2, | | | because calculatedParameters have no values in the XML file; | | | it is also needed for FMI1 tests that re-import FMUs (e.g. Crane*) | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit 55548c186428ea36a2b3506efc30126c6bc99bd5 | | | Author: Per Östlund | | | Date: Mon Oct 17 15:56:11 2016 +0200 | | | | | | Improved prefixing in NFInst. | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFInstanceTree.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFPrefix.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 7efbde0d47061ea90518a83c4e1530e495e2fc42 | | | Author: Martin Sjölund | | | Date: Mon Oct 17 13:49:28 2016 +0200 | | | | | | Only run SMFlatten if the model uses SMs | | | | | | The state machine handling is slow and always runs. This disables that | | | code unless the model actually contains a state machine. | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | M common | | | | | * commit c9f67a82086c632d6cd0c78702105b676e3192f9 | | | Author: Martin Sjölund | | | Date: Mon Oct 17 13:49:08 2016 +0200 | | | | | | Tabs to spaces | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | * commit c8b206d6f514c2117ca951ab2de2b855dc177c3f | | | Author: Rüdiger Franke | | | Date: Mon Oct 17 08:30:42 2016 +0200 | | | | | | Correct numbers of variables, ticket:4072 | | | | | | Index 0 of real vars is the first state, not reserved. | | | Moreover inputs and outputs are already covered by alg vars and states. | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | * commit 8b1f74ec9868827a59de7fd5b07a9ba7e8b01597 | | | Author: Rüdiger Franke | | | Date: Mon Oct 17 08:27:46 2016 +0200 | | | | | | Fix multi-dimensional arrays in Cpp init.xml, ticket:4072 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCppInit.tpl | | | | | * commit db80ad11b45960a1ffc897b7089c93a6adfcdddb | | | Author: Rüdiger Franke | | | Date: Mon Oct 17 07:53:57 2016 +0200 | | | | | | Partly revert "Move adding of tempVars into model info" | | | | | | This reverts SimCodeUtil.getValueReference that was broken | | | in commit 63a287984ce9e99a37e4a1f8890602521e88ba1c. | | | See ticket:4072 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 30c4b4cd220fa38203070a9527b99abc9399d027 | | | Author: hudson | | | Date: Sat Oct 15 18:55:47 2016 +0200 | | | | | | Updating 3rdParty | | | | | | 0827b3e adapt code to msvc2015 | | | | | | M 3rdParty | | | | | * commit 9447a8c56b2b89e7b62266198f6237571083e535 | | | Author: Adrian Pop | | | Date: Sat Oct 15 18:50:28 2016 +0200 | | | | | | adapt code to MSVC2015 | | | - the compilation will now use the existing | | | VS 2015, 2013, 2012, 2010 in that order | | | - use VSVERSION=20NN to change the order | | | - fix a minor warning in the CPP runtime CMakeLists.txt | | | | | | M Makefile.omdev.mingw | | | M SimulationRuntime/c/util/omc_msvc.h | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit 4f6ee12c77bccdcb68fe1230702b352dbdd5fd5d | | | Author: Rüdiger Franke | | | Date: Sat Oct 15 17:12:48 2016 +0200 | | | | | | Fix array storage order in FMI export, ticket:4072 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit d314f5cd71de539aaf15880ca878e341130f621f | | | Author: Niklas Worschech | | | Date: Fri Oct 14 15:16:18 2016 +0200 | | | | | | added ModelicaIO and zlib to cpp runtime build | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | * commit 892dc5ad9138b02caf242470b4276f8b0d647a1f | | | Author: Rüdiger Franke | | | Date: Thu Oct 13 22:39:16 2016 +0200 | | | | | | Mark inputs changeable | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit d95bf9970ef8f43976efbf45b864a23e06ff8d40 | | | Author: Per Östlund | | | Date: Thu Oct 13 21:23:47 2016 +0200 | | | | | | Don't dump the flat model in silent mode. | | | | | | M Compiler/Main/Main.mo | | | | | * commit bdb177c3f748ea7f51c0f50345801534a21efbd6 | | | Author: Adeel Asghar | | | Date: Thu Oct 13 14:29:17 2016 +0200 | | | | | | Added new API getComponentModifierValues. | | | Returns the submodifiers. | | | Moved getComponentModifierValue to ModelicaBuiltin.mo | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 69d8e82a61698a1e0cb8dd19670a1e2bfa0a0688 | | | Author: Martin Sjölund | | | Date: Thu Oct 13 13:34:57 2016 +0200 | | | | | | Start splitting large C-files into smaller ones | | | | | | 06inz.c is now split into parts of 2000 (configurable by | | | --equationsPerFile) number of equations per part (C-file). | | | | | | Once implemented for all files, there should be a performance increase | | | for large models such as ScalableTestSuite. | | | | | | M Compiler/Global/Global.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | | | * commit 043a7563c63edaa59a81310fc149203894e63fcb | | | Author: Per Östlund | | | Date: Wed Oct 12 15:42:34 2016 +0200 | | | | | | Fix for a few compiler warnings. | | | | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit b11d246c9a583dde6372fe9a8210d5facc019f45 | | | Author: Martin Sjölund | | | Date: Wed Oct 12 15:02:32 2016 +0200 | | | | | | Link with expat when not bootstrapping | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 1a5a648eff50997fc3d96eb274dca90790439c17 | | | Author: Per Östlund | | | Date: Wed Oct 12 13:10:14 2016 +0200 | | | | | | Quick hack to fix some NFInst issues. | | | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | | | * commit 6324199e589b9d14af08c2a14e4d8de15d691322 | | | Author: Martin Sjölund | | | Date: Wed Oct 12 09:19:21 2016 +0200 | | | | | | Link against fewer libraries when bootstrapping | | | | | | There is no need to link against CORBA, reading of simulation results, | | | FMI parsing, HPCOM, etc during bootstrapping stage 1 so these are no | | | longer linked during stage 1. | | | | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/Makefile.common | | | | | * commit cba2c4a0d7ceee4e2c3f786d52804fb61902b2a9 | | | Author: Rüdiger Franke | | | Date: Wed Oct 12 08:17:16 2016 +0200 | | | | | | Add attributes to init.xml file of Cpp runtime, ticket:4069 | | | | | | These attributes are needed for OMEdit. | | | | | | M Compiler/Template/CodegenCppInit.tpl | | | | | * commit 2f98348cf3996ab7a24771cb6e3510306c48096b | | | Author: Willi Braun | | | Date: Tue Oct 11 16:42:00 2016 +0200 | | | | | | add functionAlgebraic to callStatistics | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit e502e335818280c7c130ae2a729ca7fe0891c28b | | | Author: ptaeuber | | | Date: Tue Oct 11 15:40:17 2016 +0200 | | | | | | Also dump iteration variable names in tearing dump | | | | | | if -d=iterationVars is set | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 0c4be26f5132d56dc868fd2bf718c1f9e3ead057 | | | Author: Martin Sjölund | | | Date: Tue Oct 11 14:09:58 2016 +0200 | | | | | | HPCOM is not needed for bootstrapping | | | | | | M Compiler/runtime/Makefile.common | | | | | * commit e2728465b637d72c4dfdb1de96993f0c5908262e | | | Author: Martin Sjölund | | | Date: Tue Oct 11 08:50:42 2016 +0200 | | | | | | Do not link expat with omc | | | | | | Expat is linked in via FMIL, but we do not need FMIL to bootstrap | | | so it should not be hard-coded. | | | | | | M Compiler/boot/Makefile.in | | | M Makefile.common | | | M Makefile.omdev.mingw | | | | | * commit e52e2f988016980b5779033cd4e55ede7a90ffea | | | Author: Rüdiger Franke | | | Date: Tue Oct 11 07:42:28 2016 +0200 | | | | | | Fix use of scale factor in unit conversion, ticket:4031 | | | | | | This bug showed up with the newly introduced degF. | | | | | | Also re-introduce ms, because OMEdit uses it for scaling of plots | | | and millisecond is globally unique. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/runtime/unitparser.cpp | | | | | * commit 5609fed3a85b4cd4d0bfea7656c3f2d8549f0978 | | | Author: Rüdiger Franke | | | Date: Sat Oct 8 13:56:57 2016 +0200 | | | | | | Add support for Imperial units, ticket:4031 | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit 038e71cb4815b308c78d9baff710908ff44594d2 | | | Author: Rüdiger Franke | | | Date: Sat Oct 8 13:28:18 2016 +0200 | | | | | | Add missing derived units, ticket:4031 | | | | | | These units are accepted for use with SI and/or | | | find in Modelica.SIunits and thus should be supported. | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit 561b96766916997c60e9df08bc492ac981f1710b | | | Author: Rüdiger Franke | | | Date: Sat Oct 8 08:22:56 2016 +0200 | | | | | | Remove derived units with standard prefixed, ticket:4031 | | | | | | They should be treated anyway. | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit 0901cc3c6dc08d5b85083f718ef280a217074594 | | | Author: Rüdiger Franke | | | Date: Fri Oct 7 18:49:44 2016 +0200 | | | | | | Add derived unit deg | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit b5b49b0f3a7df7b032f177c64b53626b46147b50 | | | Author: ptaeuber | | | Date: Fri Oct 7 14:44:10 2016 +0200 | | | | | | Use Ceval.ceval to evaluate ... | | | | | | ... constant function calls in parameter bindings | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 0382fe813acf60d04ab9d4bd94be25aec2e19e74 | | | Author: vwaurich | | | Date: Fri Oct 7 13:56:43 2016 +0200 | | | | | | better external object detection | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 0cba0030be852eb296d2fd65259584f1eb02bb3e | | | Author: Adeel Asghar | | | Date: Fri Oct 7 13:26:32 2016 +0200 | | | | | | ticket:4031 | | | Added kV & mV derived units. | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit 9e417e13802fef90c674450321740a83c5bec678 | | | Author: vwaurich | | | Date: Fri Oct 7 11:22:56 2016 +0200 | | | | | | external alias handling | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a4f724f74198c1f4a8465f7439a79f0fb60dca79 | | | Author: Martin Sjölund | | | Date: Fri Oct 7 08:00:36 2016 +0200 | | | | | | Simpler check if running the testsuite | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Parser.mo | | | | | * commit c5383bb8892de96316c7c589fa586bc61c84145b | | | Author: Lennart Ochel | | | Date: Wed Oct 5 17:46:39 2016 +0200 | | | | | | Fix wrong escape sequence | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit bb86695f0a550fbbb8c9ea5524e724ef955bdd57 | | | Author: adrpo | | | Date: Wed Oct 5 17:35:00 2016 +0200 | | | | | | fix for ticket:4062 | | | - put external objects inside the connection sets | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 0e6d68f921dbe86952e35fd7cb7ddf02ea72e0a8 | | | Author: Willi Braun | | | Date: Wed Oct 5 17:10:36 2016 +0200 | | | | | | nonlinear homotopy solver with lapack | | | | | | - added -nls-LS option with options [lapack|totalpivot] | | | - make lapack as default, since it's faster | | | - in the next step klu will added | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 08ea75e3beff81823ad56e539e10cf92ff4d79cf | | | Author: vwaurich | | | Date: Wed Oct 5 16:29:25 2016 +0200 | | | | | | replace parameters in external objects, extend simCodeDebugDump | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit db1919123a0b20764b4530d4db82ca49c0150b88 | | | Author: vwaurich | | | Date: Tue Oct 4 16:14:45 2016 +0200 | | | | | | do not link some external library resources (user32, pthread, X11) | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit c687a7749a177f31b93bf5d2c47ff20b354bcf95 | | | Author: ptaeuber | | | Date: Tue Oct 4 15:30:06 2016 +0200 | | | | | | Fix BackendVarTransform.replaceExp | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit a6e40958b0504ba9e40b7090423c97e383f3b71c | | | Author: Per Östlund | | | Date: Tue Oct 4 14:02:09 2016 +0200 | | | | | | New instantiation update. | | | | | | - Initial support for dimensions and equations/algorithms. | | | - Improved lookup. | | | - Prefixing WIP. | | | - Probably a lot more. | | | | | | M Compiler/NFFrontEnd/NFBinding.mo | | | M Compiler/NFFrontEnd/NFComponent.mo | | | A Compiler/NFFrontEnd/NFDimension.mo | | | A Compiler/NFFrontEnd/NFEquation.mo | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | M Compiler/NFFrontEnd/NFInst.mo | | | M Compiler/NFFrontEnd/NFInstNode.mo | | | M Compiler/NFFrontEnd/NFInstance.mo | | | M Compiler/NFFrontEnd/NFInstanceTree.mo | | | M Compiler/NFFrontEnd/NFLookup.mo | | | M Compiler/NFFrontEnd/NFMod.mo | | | A Compiler/NFFrontEnd/NFPrefix.mo | | | A Compiler/NFFrontEnd/NFStatement.mo | | | M Compiler/NFFrontEnd/NFTypeCheck.mo | | | M Compiler/NFFrontEnd/NFTyping.mo | | | M Compiler/Util/BaseAvlTree.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit ea2bf103e052465c20e6ddcec255933a1a517360 | | | Author: adrpo | | | Date: Tue Oct 4 04:08:23 2016 +0200 | | | | | | fix windows build | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit f03616c74a8ec867bd687b125f03f52840a7976f | | | Author: vruge | | | Date: Tue Oct 4 00:24:46 2016 +0200 | | | | | | loop -> memcpy | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit aaeec2c4ad480f0dd61044e121a4b1440cf18711 | | | Author: vruge | | | Date: Mon Oct 3 21:34:01 2016 +0200 | | | | | | added explicit rungekutta with step size control of order 4 | | | | | | based on: | | | 2016 9th EUROSIM Congress on Modelling and Simulation, | | | Solving Stiff Systems of ODEs by Explicit Methods with Conformed Stability | | | Domains, | | | A. E. Novikov, A. E. Novikov, A. E. Novikov, A. E. Novikov | | | | | | ToDo: | | | - terms for stability error missing in the ste size control | | | - added internal event handling (??) | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 6759feda5ee0b578f748eae14c323220e66bd8cd | | | Author: alash325 | | | Date: Fri Sep 30 20:15:07 2016 +0200 | | | | | | - added wrongly deleted line | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit f9cfd80774370ace51f3abe3d0e142d437dc086d | | | Author: alash325 | | | Date: Fri Sep 30 15:38:50 2016 +0200 | | | | | | Added importFMUModelDescription API | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 64c43c258cd4a543a7c1c709c9a6809a2c9b126d | | | Author: vwaurich | | | Date: Fri Sep 30 09:07:33 2016 +0200 | | | | | | add error if file name is too long | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 27e278312435a2296f23ac02222278813f1adf4f | | | Author: Lennart Ochel | | | Date: Thu Sep 29 20:43:42 2016 +0200 | | | | | | Catch unbalanced models | | | | | | fixed ticket:4061 | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 895a1e12735b85bba5041bdb0931689d4643a1b8 | | | Author: Willi Braun | | | Date: Thu Aug 4 11:05:05 2016 +0200 | | | | | | try to fix ticket:3999 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit aadd604bfe303f80c0b15f062c2aceb186300ab4 | | | Author: Lennart Ochel | | | Date: Wed Sep 28 14:08:03 2016 +0200 | | | | | | Highlight that the unit checking module is still experimental | | | | | | M Compiler/Util/Flags.mo | | | | | * commit e4eee95ef040ced23358e51f2c89ae0bbce2be05 | | | Author: Lennart Ochel | | | Date: Wed Sep 28 13:50:25 2016 +0200 | | | | | | Fix unit checking for products | | | | | | see ticket:3939 | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | * commit 99952ed7df8ae342f2d24bec7c17747c7c357e84 | | | Author: ptaeuber | | | Date: Mon Apr 25 14:00:45 2016 +0200 | | | | | | Generate smaller initialization tearing sets | | | | | | This fixes a bug which causes the initialization tearing set to | | | be much bigger than needed. | | | | | | Deactivated for Cpp-runtime, because of failing Cpp models. This | | | should be fixed. | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 61f5e0357165f6df7f98b2a06c058fb3c030b2a0 | | | Author: Lennart Ochel | | | Date: Mon Sep 26 10:11:56 2016 +0200 | | | | | | Do not use + for OM flags | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit b8604ac3655cd20f04ebe27e24a73223f81617a8 | | | Author: ptaeuber | | | Date: Fri Sep 23 15:26:03 2016 +0200 | | | | | | Fix marking structural parameters final | | | | | | Only one structural parameter was marked final. Now all | | | structural parameters deciding array dimensions are marked | | | final. | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 4f0d7610636886fa994537f6272dbe6ee347fb34 | | | Author: adrpo | | | Date: Thu Sep 22 18:58:00 2016 +0200 | | | | | | fix for ticket:3979 | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit f0f37a3476ebbd2c7ec3275ffcf255a71fb63255 | | | Author: Adeel Asghar | | | Date: Wed Sep 21 14:18:47 2016 +0200 | | | | | | Added zero as default timePoint. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 7c98eac5436a81d3657e8be0eeef0f047c10a91f | | | Author: Adeel Asghar | | | Date: Wed Sep 21 13:17:16 2016 +0200 | | | | | | Updated the initialization warning text. | | | Also marked it for translation. | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | | | * commit 25249c864ee6b90431f618d4ee42d2deb580c4d1 | | | Author: Lennart Ochel | | | Date: Tue Sep 20 21:22:44 2016 +0200 | | | | | | Fix initialization problems containing | | | | | | parameters having implicitly fixed=false | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 4434dd5c868865192a95419ba594735acb7e8ca6 | | | Author: ptaeuber | | | Date: Tue Sep 20 11:22:09 2016 +0200 | | | | | | Provide information about which solver is used | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 372119f675c2e26d1aef42f3e7aa84b7979bf3cf | | | Author: Lennart Ochel | | | Date: Sat Sep 17 17:04:01 2016 +0200 | | | | | | Fix typo in documentation of isExperiment(..) | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 83c663168187e6c308e263be321fb3b1e48a30e5 | | | Author: Lennart Ochel | | | Date: Wed Sep 14 10:01:30 2016 +0200 | | | | | | Add available options of runtime flag -iim | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 9945189fd8313328a46e64dd741b0da57f331545 | | | Author: Lennart Ochel | | | Date: Wed Sep 14 09:56:17 2016 +0200 | | | | | | Remove obsolete flag from description | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 6d333d424b1aec948a19d14cdb3a3bd871c6e394 | | | Author: Lennart Ochel | | | Date: Thu Sep 8 12:17:56 2016 +0200 | | | | | | Remove useless condition | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 5ac72189923307f29264697f6761a76e7bfdc2ff | | | Author: ptaeuber | | | Date: Wed Sep 7 14:31:46 2016 +0200 | | | | | | Some code optimizations in Tearing.mo | | | | | | - simplify tarjan matching | | | - remove matchcontinues | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 3423a6ece1648be7bffbbe940b0f89d8d5012643 | | | Author: Martin Sjölund | | | Date: Mon Sep 5 16:12:38 2016 +0200 | | | | | | Detect tuples used as expressions | | | | | | This fixes ticket:4007. Tuples may only be used on the left side of an | | | assignment in Modelica. In MetaModelica, we allow tuples anywhere. | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 863a98b9519c9a697899c2372876c6eeaca79bca | | | Author: vwaurich | | | Date: Wed Aug 31 08:41:35 2016 +0200 | | | | | | - fix visualization attribute extra | | | | | | M Compiler/BackEnd/VisualXML.mo | | | | | * commit 55589c8fea93ae7054350c1e5c3d92dae756727e | | | Author: vwaurich | | | Date: Mon Aug 29 15:51:21 2016 +0200 | | | | | | - generate visual.xml with +d=visxml only | | | | | | M Compiler/BackEnd/VisualXML.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 9f51354a3642bc03d30354b107f8c6318032ff3a | | | Author: Willi Braun | | | Date: Mon Aug 29 14:51:33 2016 +0200 | | | | | | fix dae residual varKind for code generation | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 5d7be40ecfca5105f4017fa22eb3891830bf30b3 | | | Author: vwaurich | | | Date: Mon Aug 29 08:50:44 2016 +0200 | | | | | | - get source info for Flags.VISUAL_XML | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ElementSource.mo | | | | | * commit 8c6ebff922a937a8956f808e7f13b70da1910052 | | | Author: Adeel Asghar | | | Date: Fri Aug 26 15:25:54 2016 +0200 | | | | | | Better implementation for add/update/delete transition APIs. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit a543be3df7ce221dd87e870b8e49e6d05b18b4c1 | | | Author: Rüdiger Franke | | | Date: Thu Aug 25 17:08:47 2016 +0200 | | | | | | Add new function signatures to ArrayOperations.h | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 7ce61b89745e29d59aca12902021288cecfd6199 | | | Author: Rüdiger Franke | | | Date: Thu Aug 25 08:16:01 2016 +0200 | | | | | | Implement DIV_ARR and ADD_ARRAY_SCALAR in Cpp runtime | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 0b58b42180a971084a65d5c6f9d7cd92a64adc2a | | | Author: Adeel Asghar | | | Date: Tue Aug 23 13:59:29 2016 +0200 | | | | | | Added updateTransition API. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit ed06e0510cad5e206b7f0e5f401b7485198e958d | | | Author: Adeel Asghar | | | Date: Tue Aug 23 10:45:27 2016 +0200 | | | | | | Fixed implementation of addTransition and deleteTransition. | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 5435748106f9a5a49f6a048437e3b1bce873b04b | | | Author: Adeel Asghar | | | Date: Mon Aug 22 12:57:34 2016 +0200 | | | | | | Added deleteTransition API. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit dbbcff9b301a98a2f438c641245b70d04bac72cd | | | Author: Per Östlund | | | Date: Mon Aug 22 12:31:45 2016 +0200 | | | | | | Fix for ticket:4028. | | | | | | - Fix recursion of ValuesUtil.***ScalarArrayelt/***ArrayScalarelt. | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | * commit 0735a9d8399edff2366f07f8083357db5046ba59 | | | Author: Adeel Asghar | | | Date: Wed Aug 17 14:40:40 2016 +0200 | | | | | | Added new API addTransition. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 974a19ccd6f2642e228bb3683936595003cbc661 | | | Author: vwaurich | | | Date: Wed Aug 17 13:21:10 2016 +0200 | | | | | | - compute timeevents for tEnd | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit fcc0b47dcb04a452d5bc9d4d6e46fda4c9149394 | | | Author: vwaurich | | | Date: Wed Aug 17 12:55:31 2016 +0200 | | | | | | - deactivate analytic jac for nls in cpp Newton solver | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit a1fe865038f1ff565319d85f5a0f1344e834d06b | | | Author: vwaurich | | | Date: Mon Aug 15 11:05:54 2016 +0200 | | | | | | - cpp synchronous implementation back to time events | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit cd3785d41b9b1362b2f4f7f39d91e4598ed3d21c | | | Author: ptaeuber | | | Date: Fri Aug 12 12:00:50 2016 +0200 | | | | | | Some minor SimCode Optimization | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 338dd80e01d6a9d884f6624c09f6ee12c74e540b | | | Author: ptaeuber | | | Date: Wed Aug 10 09:45:32 2016 +0200 | | | | | | Prefer iteration variables with start value | | | | | | With new flag --preferTVarsWithStartValue=true variables with | | | start value are preferred when creating the initialization tearing set. | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 779a2068a2ecff36ad141d930b4db3f52ae27eee | | | Author: ptaeuber | | | Date: Mon Aug 8 15:26:42 2016 +0200 | | | | | | Fix Dynamic Tearing for initialization | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit bcf29cceaf614556e3f6668a806f56f08025daf9 | | | Author: ptaeuber | | | Date: Mon Aug 8 14:00:00 2016 +0200 | | | | | | Allow Dynamic Tearing for initialization | | | | | | --dynamicTearingForInitialization=true activates | | | Dynamic Tearing also for initialization systems. | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit 5fed8c18c20f31f9606eadafc20d06372bbef94f | | | Author: ptaeuber | | | Date: Fri Aug 5 16:38:23 2016 +0200 | | | | | | Improve userDefinedTearing | | | | | | Allow to define only tearing variables by --setTearingVars | | | and residual equations will be found by the compiler | | | (corresponding to tearingSelect=always). | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit db1de5b4a1ec208e8f2f3ea9c3ec096d55b7f4cf | | | Author: Niklas Worschech | | | Date: Thu Aug 4 18:04:43 2016 +0200 | | | | | | fix for hpcom | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 4deb51bc04dec261331511e7deac0905d8313049 | | | Author: Niklas Worschech | | | Date: Thu Aug 4 16:46:10 2016 +0200 | | | | | | integrated DAE mode in cpp runtime | | | | | | -adapted ida solver for dae mode | | | -adapted cpp template for residual equations | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | * commit d0a57cdf363fd0c6a9f3a2ccda7075696390a361 | | | Author: vwaurich | | | Date: Wed Aug 3 16:34:26 2016 +0200 | | | | | | - fix booleanclock handling, use subpartidx for clockinit | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 4ec62d0f203f0c71df34eae1eabf528ab09639a5 | | | Author: vwaurich | | | Date: Tue Aug 2 14:57:05 2016 +0200 | | | | | | - fix for hpcom | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 8c6cf451318657e946c254f16a01c36bed852ade | | | Author: vwaurich | | | Date: Tue Aug 2 13:17:03 2016 +0200 | | | | | | - remove debug output | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit aeb57109d3c0d299da5e366e384cbabdff0493c7 | | | Author: vwaurich | | | Date: Tue Aug 2 12:09:39 2016 +0200 | | | | | | - fix partlintorn system | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 41f85a50b0492fc29906b48e8ab66d7e0c687737 | | | Author: vwaurich | | | Date: Tue Aug 2 09:31:00 2016 +0200 | | | | | | Reactivated reverted clock adaptions | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit 5a18bd5df08a30f42f9640d5f8b54c2c0eaa08bb | | | Author: vruge | | | Date: Sun Jul 31 22:50:15 2016 +0200 | | | | | | fixed set subscripts in inline: | | | | | | - using subscriptIndexExp | | | - skipped DAE.WHOLEDIM with try else | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit c5749a6695243032b25128c0048f39af01f9358a | | | Author: vruge | | | Date: Sun Jul 31 21:38:28 2016 +0200 | | | | | | recursion -> loop | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 2d4224045ad68e2786d7c679ba10e79841fbb05c | | | Author: vruge | | | Date: Thu Jul 28 22:47:14 2016 +0200 | | | | | | added new modul | | | | | | force inlineing of functions in looop and complex equation | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendInline.mo | | | | | * commit b7af71c5770aa8d56cecd1bf3cfbc610f3350d8a | | | Author: vruge | | | Date: Wed Jul 27 20:59:19 2016 +0200 | | | | | | improved modul order | | | | | | - allowed easy switch between e.g. evaluateReplaceProtectedFinalEvaluateParameters and evaluateReplaceEvaluateParameters | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 145cac2487c490c023981418742d11ef2ee7b984 | | | Author: vwaurich | | | Date: Wed Jul 27 15:41:06 2016 +0200 | | | | | | - copy missing dlls in omdev_extra_dlls to fix FMUs | | | | | | M Makefile.omdev.mingw | | | | | * commit 75fffde41c1c4709a9091e3663966afb27d5604a | | | Author: Martin Sjölund | | | Date: Tue Jul 26 11:43:06 2016 +0200 | | | | | | Handle default external calls with array arguments | | | | | | This fixes ticket:4009 and also should add support for handling | | | protected variables as they should be handled. | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Util/Error.mo | | | | | * commit c709213eb7bc46d91b0f73dd93b9bdebee53c33a | | | Author: Martin Sjölund | | | Date: Tue Jul 26 12:08:16 2016 +0200 | | | | | | Only store direction of external variables | | | | | | Stream attributes, etc are not necessary for code generation of | | | external calls. | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit e9986145efab7479d712fb787f8532d743351018 | | | Author: Martin Sjölund | | | Date: Mon Jul 25 16:25:36 2016 +0200 | | | | | | Generate unique UUID if libuuid is present | | | | | | This resolves ticket:3809 | | | | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/systemimpl.c | | | M configure.ac | | | | | * commit a4c1eab6d1a248022cf4c9fc72dcafae22667994 | | | Author: Martin Sjölund | | | Date: Fri Jul 22 15:31:30 2016 +0200 | | | | | | setDocumentationAnnotation now escapes strings | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 96951b49e872fd01e9b629f642f0788d21df3202 | | | Author: Martin Sjölund | | | Date: Mon Jul 18 16:11:25 2016 +0200 | | | | | | Use an AVL Tree to make adding new ZCs faster | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/ZeroCrossings.mo | | | A Compiler/Stubs/ZeroCrossings.mo | | | M Compiler/Util/DoubleEndedList.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 4877c8d2985d64b9dc9b46ed2e39f4af78858167 | | | Author: Martin Sjölund | | | Date: Tue Jul 19 09:43:30 2016 +0200 | | | | | | Add Expression.compare for sorting expressions | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Util.mo | | | | | * commit 295b0a4c62bd19a6642eb9f8a70f786a3966fe5c | | | Author: ptaeuber | | | Date: Mon Jul 18 16:25:59 2016 +0200 | | | | | | Add flag to control function-binding evaluation | | | | | | See ticket:4000 | | | Default: Only try to evaluate parameter function-bindings | | | if their arguments could be evaluated to a constant. | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 06257ffc9da1fdbe6ae422f433392d28cb2987df | | | Author: Martin Sjölund | | | Date: Mon Jul 18 14:02:57 2016 +0200 | | | | | | Add built-in function valueCompare | | | | | | This is needed to create a generic sorting function. valueEq is now | | | defined as `0==valueCompare(v1,v2)`. | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 6cead398dd0d1e4dfb6bf6abca724bafdae59371 | | | Author: ptaeuber | | | Date: Mon Jul 18 13:37:56 2016 +0200 | | | | | | Add missing else | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 221647993714e1973f749a3acb2c6a1a9787d1a2 | | | Author: Lennart Ochel | | | Date: Mon Jul 18 11:40:03 2016 +0200 | | | | | | Handle error stage ERROR_EVENTHANDLING | | | | | | M SimulationRuntime/c/simulation/simulation_omc_assert.c | | | | | * commit 96282dd9d84ff0797a83ff36eb88e1f6670cf5ca | | | Author: ptaeuber | | | Date: Mon Jul 18 11:14:42 2016 +0200 | | | | | | Some optimizations to evaluateFunctions_updateStatement | | | | | | see ticket:4000 | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 2d38e9a690e8b0f2fa0ea105a0109e98962cebb6 | | | Author: Martin Sjölund | | | Date: Thu Jul 14 14:44:19 2016 +0200 | | | | | | Encapsulate the ZeroCrossings set type | | | | | | Note that the relations will not use the set type since the current | | | implementation depends on adding duplicate relations in order to | | | generate correct zero-crossings. This should be changed in the future. | | | | | | This commit will not improve performance, but rather abstracts away | | | some methods to make it simpler to experiment with hashtables and AVL | | | trees for representing zero-crossings. | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/XMLDump.mo | | | A Compiler/BackEnd/ZeroCrossings.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 9d126613e1d4e23a160847bd860666e1dba312a0 | | | Author: Adeel Asghar | | | Date: Sat Jul 16 04:29:16 2016 +0200 | | | | | | Added getTransitions API. | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit a968496d090143440bd8899ceb7eb356b9a6ebc4 | | | Author: Martin Sjölund | | | Date: Fri Jul 15 12:41:36 2016 +0200 | | | | | | Do not pass around numRelations | | | | | | DoubleEndedList already stores the number of elements in the list so it | | | is a constant-time operation to access the length without passing it | | | around. | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 68b63409644b85790b84c8fc77529c6acf2bacbf | | | Author: Martin Sjölund | | | Date: Thu Jul 14 10:01:15 2016 +0200 | | | | | | Merge only 0 or 1 zero-crossings | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit a25dc00fbf4c6a296c69e4ec5ffc7e8b66ea9454 | | | Author: Dietmar Winkler | | | Date: Wed Jul 13 17:49:57 2016 +0200 | | | | | | Avoid characters in file names that are illegal in Windows | | | | | | In https://trac.modelica.org/Modelica/ticket/2024 it was noticed that | | | the help files generated by this OMC script contained the under | | | Windows illegal characters '<' and '>'. This patch fixes that issue. | | | | | | The characters are replaced by something that resambles URI encoding | | | but not quite since using actual "%3C" causes other issues when overly | | | clever browser revert "%3c" into "<" and hence the filename can not | | | be found by the browser. Therefore this patch uses "x3C" and "x3E". | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 1cb219fc4b5f5b38ec0b8e75a3ba711d2bdc2b9b | | | Author: Martin Sjölund | | | Date: Wed Jul 13 12:44:25 2016 +0200 | | | | | | Use DoubleEndedList for zero-crossings internally | | | | | | This may need to be changed to an AvlTree or HashTable instead. | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/DoubleEndedList.mo | | | | | * commit c06dade9818cfd985d94342ecedfcd48ed573d09 | | | Author: Martin Sjölund | | | Date: Wed Jul 13 13:33:49 2016 +0200 | | | | | | Fix type variables of metarecords | | | | | | This resolves ticket:3995 | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 51623041a5543db710308f52050290a65223e16b | | | Author: Adeel Asghar | | | Date: Mon Jul 11 17:53:40 2016 +0200 | | | | | | Read the __Dymola_state annotation. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 52f0eb751f69dbbf2f8fa9b61a11283152b90218 | | | Author: Martin Sjölund | | | Date: Fri Jul 8 14:28:14 2016 +0200 | | | | | | Improved performance of SimCode zero-crossings | | | | | | Changed the functions to not consume memory when not collecting | | | anything. When the are many independent equation systems, the | | | zero-crossings are traversed once per system, making the translation | | | slow (this is still true; it just uses less memory now). | | | | | | In order to fix the problems, it needs to be possible to query which | | | equation system a zero-crossing belongs to in constant time (or vice | | | versa). | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | A Compiler/Util/AvlSetInt.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit fde847bd88e4f380e98a87891bb5a353a0e3abb5 | | | Author: hkiel | | | Date: Mon Jul 11 10:24:42 2016 +0200 | | | | | | some small optimizations | | | - remove arrSize from records, size of array can be determined in O(1) time | | | - make BackendEquation.addEquations() add all equations in a loop instead of calling addEquation() for each equation | | | - use addEquations() instead of List.fold(lst,addEquation,eqns) | | | - avoid some intermediate lists | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/Template/GraphvizDumpTV.mo | | | | | * commit 6f92e41fe3208c55fbe9f9fcc2ce0c8711608922 | | | Author: ptaeuber | | | Date: Mon Jul 11 08:47:41 2016 +0200 | | | | | | Minor changes to EvaluateParameter | | | | | | - some debug dumps | | | - some variable renaming | | | - don't create unnecessary large array | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1a9bdf26400e6a26766307901373050ceb0cd242 | | | Author: Willi Braun | | | Date: Fri Jul 8 16:23:36 2016 +0200 | | | | | | added DAE_RESIDUAL_VAR as varKind | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 1127a0fb296a6fbb32953c818722e650c976996b | | | Author: Willi Braun | | | Date: Fri Jul 8 15:59:28 2016 +0200 | | | | | | added ida-solver stopTime ticket:3991 | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit 5f3633932bb17c9bba1b32d1dcf2d05d601f036d | | | Author: Willi Braun | | | Date: Fri Jul 8 12:12:52 2016 +0200 | | | | | | make array variable for DAEres in DAEmode | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f60e155b72cd560c3466c1e9827412734d8a0634 | | | Author: Martin Sjölund | | | Date: Fri Jul 8 10:23:53 2016 +0200 | | | | | | Fix equation system partitioning performance | | | | | | There was a scalability issue for systems where many equations were | | | connected to the same variable - variables were not checked for | | | visited status so the same variable was visited multiple times. | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 1464a0db7ad5ebbf42da95f8bb8c01ced4017dca | | | Author: hkiel | | | Date: Thu Jul 7 14:53:45 2016 +0200 | | | | | | some minor list optimizations | | | | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 3405204531d989e89f41811f3404ff14c63e7b98 | | | Author: Martin Sjölund | | | Date: Thu Jul 7 13:35:01 2016 +0200 | | | | | | FindZeroCrossings - avoid bad listAppend | | | | | | Use DoubleEndedList instead of listAppend in the wrong order. | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 590fe402cdb45be01d44d6bd675b76be84e43174 | | | Author: Martin Sjölund | | | Date: Wed Jul 6 16:01:57 2016 +0200 | | | | | | Use DoubleEndedList for FindZeroCrossings | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/Util/DoubleEndedList.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 63127526f43bcf36cee2b605018e03f6d6912c42 | | | Author: Martin Sjölund | | | Date: Wed Jul 6 14:12:05 2016 +0200 | | | | | | Avoid matchcontinue in FindZeroCrossings | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 112b0bc99a0e9c7ea5ba309ebcd5b95e11ca424c | | | Author: Martin Sjölund | | | Date: Wed Jul 6 13:07:04 2016 +0200 | | | | | | Remove matchcontinue from FindZeroCrossings | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 76f47caa0727d267ca6f44552ba99b904266bdac | | | Author: Martin Sjölund | | | Date: Wed Jul 6 11:14:11 2016 +0200 | | | | | | Avoid matchcontinue in FindZeroCrossings | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 185f006e9c8ae5244bd3dd726ec394878977a8a6 | | | Author: Martin Sjölund | | | Date: Wed Jul 6 09:18:43 2016 +0200 | | | | | | Avoid matchcontinue in FindZeroCrossings | | | | | | The matchcontinue makes it hard to write the corresponding code | | | using DoubleEndedList. | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 3d60086889e340d836334158899b6c1ae20e4e9d | | | Author: Willi | | | Date: Mon Jun 27 18:19:11 2016 +0200 | | | | | | add further daeMode option | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | * commit f2eb970b1df3d8373021b9261eab7b26949af6b7 | | | Author: Willi Braun | | | Date: Tue Jul 5 14:01:37 2016 +0200 | | | | | | do not use extrapolation for to big steps | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 9206950250311fee95b3cbadacf61346090b7005 | | | Author: Martin Sjölund | | | Date: Tue Jul 5 08:37:08 2016 +0200 | | | | | | Change order in mergeZeroCrossings | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 4638cca5ed4f03aea83483a4278f017c12db7945 | | | Author: Lennart Ochel | | | Date: Sat Jul 2 12:12:47 2016 +0200 | | | | | | New debug flag "partitionInitialization" | | | | | | This flag controls if partitioning is applied to the | | | initialization system. | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit dec4b30d8491e4abae3fc2939f38917e1b22099b | | | Author: hkiel | | | Date: Fri Jul 1 19:30:11 2016 +0200 | | | | | | some minor optimizations | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 3fd8767028f42b1c4cc6a2ef5be18eb0b6ef1555 | | | Author: Willi Braun | | | Date: Fri Jul 1 13:47:59 2016 +0200 | | | | | | fix typos ticket:3983 | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 48f93f0e2be076a263cbe69d11d89eb7aedbeebf | | | Author: hkiel | | | Date: Fri Jul 1 13:23:59 2016 +0200 | | | | | | some minor optimizations to Backend | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit c6520af83e8382162897b699e0538189afc9a851 | | | Author: Adeel Asghar | | | Date: Fri Jul 1 03:42:02 2016 +0200 | | | | | | Measure the correct time of API calls. | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 5725c2bb51d2484db95f4dcc1ae7c5bc5ba98cfc | | | Author: adrpo | | | Date: Thu Jun 30 23:34:56 2016 +0200 | | | | | | fix ticket:3980 | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit 3e83c1818bc567c98677b8fea8c665684c776693 | | | Author: Willi Braun | | | Date: Thu Jun 30 17:09:37 2016 +0200 | | | | | | fix ticket:3983 | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 7b072a740760a8a54405f0d1ac79755ed8a1e1a0 | | | Author: hkiel | | | Date: Thu Jun 30 12:00:50 2016 +0200 | | | | | | use list comprehension | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit c84c17910b079e880b6f0ef809e7f9837e151641 | | | Author: hkiel | | | Date: Thu Jun 30 11:43:48 2016 +0200 | | | | | | slightly improve performance of getComponentAnnotations() | | | ticket:3679 | | | do better scanning through lists | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 638acf92245ad1e4980905d324b233fc8cd56cdc | | | Author: Lennart Ochel | | | Date: Wed Jun 29 10:18:05 2016 +0200 | | | | | | Don't evaluate alg. loops once before start of simulation | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c1cac0c13d8fca581b4ef6ff3b3fe14adc2256a0 | | | Author: Adrian Pop | | | Date: Wed Jun 29 00:38:50 2016 +0200 | | | | | | fix ticket:3973 | | | | | | M Compiler/boot/MakeSources.mos | | | | | * commit 96924a5d0673c51e072907f0b80f414757060823 | | | Author: Lennart Ochel | | | Date: Tue Jun 28 10:22:28 2016 +0200 | | | | | | Add missing TRACE_POP statement | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | | | * commit 6cb06d842fdd2c81461235f5595f10673cc8b916 | | | Author: Lennart Ochel | | | Date: Tue Jun 28 10:00:25 2016 +0200 | | | | | | Minor optimizations to EvaluateParameter.mo | | | | | | - matchcontinue -> match | | | - simplified some functions | | | - removed superfluous variables | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit 8ab6b8a40951e4265a742f21b1953187cd9d6f15 | | | Author: Lennart Ochel | | | Date: Tue Jun 28 09:27:52 2016 +0200 | | | | | | Remove superfluous variables | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit cbd9cd37f3e0e59f6e29eb53d7bde0fe596c99e0 | | | Author: Willi Braun | | | Date: Tue Jun 28 00:11:28 2016 +0200 | | | | | | add noEqudistant step flags for ida solver | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | | | * commit cf561f73ec8ce192c5b4d5b17b683c7d0b6a2dc4 | | | Author: Willi Braun | | | Date: Tue Jun 28 00:23:55 2016 +0200 | | | | | | fix event handling of ida solver | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit c268564be0fbcdd5ed0282b169e9b7c7075836cc | | | Author: Willi Braun | | | Date: Mon Jun 27 19:22:26 2016 +0200 | | | | | | fix debug trace | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | | | * commit 8257389db8d2561afde2889141dc7744df61d6fa | | | Author: hkiel | | | Date: Mon Jun 27 15:27:35 2016 +0200 | | | | | | GC.free() some temporary arrays | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/Sorting.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/List.mo | | | | | * commit 2ce167a64b8a7025e221ec9d9a0610c8e3f0cfc3 | | | Author: adrpo | | | Date: Sun Jun 26 14:55:42 2016 +0200 | | | | | | small memory optimizations | | | - free the array in List.mo | | | - return the input in SystemImpl__iconv if to == from | | | - signal that we don't want malloc_atomic in arrayCreateNoInit | | | | | | M Compiler/Util/List.mo | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 499d340a3ad0c5e88ad7e3b12f00074cb4c339dc | | | Author: Rüdiger Franke | | | Date: Sat Jun 25 22:24:04 2016 +0200 | | | | | | Support startInterval of event clocks, ticket:3272 | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a5b5466a570be5f8641986c5d6ae152c0f9657dd | | | Author: hudson | | | Date: Fri Jun 24 18:34:48 2016 +0200 | | | | | | Updating 3rdParty | | | | | | ce27e42 update gc.txt | | | 402c4e2 increase max heap sections to 2048 | | | 35d9253 fix conflicts and change libgc to libomcgc | | | d5bb8ad Squashed 'gc/' changes from bf62552..d02ea97 | | | 37989e8 Merge commit 'c32a32f9a536e7d20ef10ffad677b0effad27d6b' into Ticket3868updateGC | | | c32a32f Squashed 'gc/libatomic_ops/' changes from c6f7c2e..e78ba18 | | | | | | M 3rdParty | | | | | * commit be46866e0606aad9c2a4f4a0645e883adcc61173 | | | Author: hudson | | | Date: Fri Jun 24 16:21:11 2016 +0200 | | | | | | Updating 3rdParty | | | | | | f48f832 Merge commit 'c30aa92c766f029378fb37d5217f6573e89e86f6' into Ticket3868 - update to latest libatomic_ops from github | | | c30aa92 Squashed 'gc/libatomic_ops/' changes from c6f7c2e..e78ba18 | | | e34033a increase max heap sections to 2048 for 32bit | | | 46df279 update build files to change libgc to libomcgc | | | 2bbd924 fix conflicts | | | 337dea6 Squashed 'gc/' changes from bf62552..d02ea97 | | | 6726a45 update gc.txt | | | | | | M 3rdParty | | | | | * commit 99ef1e340a556aadbc501684064f2c1c12fdf216 | | |\ Merge: 3fe711d404 60b9239cce | | | | Author: hudson | | | | Date: Fri Jun 24 05:30:13 2016 +0200 | | | | | | | | Merge branch 'master' of https://openmodelica.org/git-readonly/OMCompiler | | | | | | | * commit 60b9239ccece59e3c4bd84f3b0f9cd03b0a3baa3 | | | | Author: Rüdiger Franke | | | | Date: Thu Jun 23 19:09:26 2016 +0200 | | | | | | | | Remove optional argument from interval() and firstTick() | | | | | | | | The argument is only exploited for clock partitioning. | | | | It does not generate an algebraic dependency or loop. | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | * commit 2a93be59449e21af6112aacf8228c8a52b9f5837 | | | | Author: Rüdiger Franke | | | | Date: Thu Jun 23 18:53:53 2016 +0200 | | | | | | | | Remove fixed start values for discrete states (MCP-0024) | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | * commit 4cd90269f44084fd1e2e7d1aaf706ed24088dd6a | | | | Author: Rüdiger Franke | | | | Date: Thu Jun 23 18:51:49 2016 +0200 | | | | | | | | Implement firstTick operator (MCP-0024) | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | M Compiler/BackEnd/Differentiate.mo | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 70198be034d073c9dec132927a0233d19b0d6768 | | | | Author: hkiel | | | | Date: Thu Jun 23 18:07:43 2016 +0200 | | | | | | | | fix some warnings from static code analysis | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | M Compiler/FrontEnd/MetaUtil.mo | | | | M Compiler/FrontEnd/Mod.mo | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | M Compiler/FrontEnd/Patternm.mo | | | | M Compiler/Script/Interactive.mo | | | | | | | * commit 96ee4981c4430b20397d33c176dfebdfe9902125 | | | | Author: Willi Braun | | | | Date: Thu Jun 23 17:09:49 2016 +0200 | | | | | | | | added more solving options from ida as sim flags | | | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit 84d574197e5a2dff1725d68cad35bf554090d846 | | | | Author: Willi Braun | | | | Date: Thu Jun 23 16:20:49 2016 +0200 | | | | | | | | added flag to suppress algebraic vars from error test (daeMode) | | | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit e740f2d701670fa8cd3a3f252a5eb6f61ca5e14c | | | | Author: Willi Braun | | | | Date: Thu Jun 23 16:13:40 2016 +0200 | | | | | | | | add relative tolerance to alg variables in daeMode | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit a25d3fd79a15c4d2212e0356c4d9d7c3ac152d8c | | | | Author: Niklas Worschech | | | | Date: Thu Jun 23 10:19:00 2016 +0200 | | | | | | | | Revert "fix for clock ticks at end time in cpp runtime" | | | | | | | | This reverts commit f67918e1e7516819db056e093a083fbcb809020d. | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | * commit df84bca0bad9d2e7825c8f768d80b7a448b02f6d | | | | Author: adrpo | | | | Date: Thu Jun 23 01:37:48 2016 +0200 | | | | | | | | fix ticket:3974 | | | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | | | * commit 913b58d463b5e881544dca3ad82abbb238f45b2b | | | | Author: Niklas Worschech | | | | Date: Wed Jun 22 10:19:59 2016 +0200 | | | | | | | | Revert "Adapted clock handling in cpp runtime" | | | | | | | | This reverts commit ddf5050a5843ff64fdff4f4a80cb4daa052de8f1. | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | M SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | * commit f67918e1e7516819db056e093a083fbcb809020d | | | | Author: Niklas Worschech | | | | Date: Tue Jun 21 16:40:03 2016 +0200 | | | | | | | | fix for clock ticks at end time in cpp runtime | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | * commit ddf5050a5843ff64fdff4f4a80cb4daa052de8f1 | | | | Author: Niklas Worschech | | | | Date: Mon Jun 20 14:03:47 2016 +0200 | | | | | | | | Adapted clock handling in cpp runtime | | | | | | | | - clocks are implemented with zero crossing functions instead of time events | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | M SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | * commit 3829472a2614757e2ca2ef91fefba2dd21c83a92 | | | | Author: adrpo | | | | Date: Sun Jun 19 03:25:48 2016 +0200 | | | | | | | | small memory optimizations | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | M Compiler/runtime/Dynload.cpp | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | M SimulationRuntime/c/meta/meta_modelica_gen_mk_box.py | | | | M SimulationRuntime/c/meta/meta_modelica_mk_box.h | | | | | | | * commit fcde532ecd074b2280be3b2ede28018073c7b65b | | | | Author: Willi | | | | Date: Fri Jun 17 21:33:18 2016 +0200 | | | | | | | | try to fix daeMode for complex equations | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit ce355312b46083486659e0372f35fe80d31bada0 | | | | Author: hkiel | | | | Date: Fri Jun 17 16:14:00 2016 +0200 | | | | | | | | fix some issues from static code analysis | | | | ticket:3954 | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | M Compiler/BackEnd/DAEQuery.mo | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | M Compiler/BackEnd/Initialization.mo | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/Script/CevalScript.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Util/DiffAlgorithm.mo | | | | M Compiler/Util/DoubleEndedList.mo | | | | M Compiler/Util/ExecStat.mo | | | | | | | * commit a38e0f0b43203b2e3a06f081227a85ec15a9344d | | | | Author: Lennart Ochel | | | | Date: Tue Jun 14 16:01:24 2016 +0200 | | | | | | | | Extract variables also from clocked partitions | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit c4ba4ab868194a1b9648d2ce45c03609a4044449 | | | | Author: Lennart Ochel | | | | Date: Wed Jun 15 10:23:59 2016 +0200 | | | | | | | | Small improvements to module wrapFunctionCalls | | | | | | | | * Don't introduce alias variables for time | | | | * Don't introduce cse variables for constant expressions | | | | * Skip ASUB expressions | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | | | * commit 31aeef3336fb735a73d334539a93d34304641413 | | | | Author: Lennart Ochel | | | | Date: Thu Jun 16 09:54:39 2016 +0200 | | | | | | | | Simplify RemoveSimpleEquations.handleSets | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | * commit 532bec8689b8426bdfda3ddf8f13bff00bb4839e | | | | Author: Henning Kiel | | | | Date: Wed Jun 15 10:39:02 2016 +0200 | | | | | | | | fix CodegenC for dynamic tearing (#1) | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 18caa8b2f09ab949e2efef444c8d32c50d5a73b1 | | | | Author: Martin Sjölund | | | | Date: Fri May 27 12:55:41 2016 +0200 | | | | | | | | Write equations directly to file | | | | | | | | Some refactoring to make Susan able to write some code directly to | | | | file instead of keeping temporary strings in memory. | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 64d176d1ffb784e535af0de362508606579427de | | | | Author: Lennart Ochel | | | | Date: Tue Jun 14 13:35:51 2016 +0200 | | | | | | | | Move prototype to _model.h | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 0e098204ee9cf324b570133fc39805a6ef728b2d | | | | Author: Willi Braun | | | | Date: Tue Jun 14 11:40:34 2016 +0200 | | | | | | | | fix ticket:3913 | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 4936316fc0b6db7c113c3f40f26e180496e7b6e2 | | | | Author: Martin Sjölund | | | | Date: Tue Jun 14 10:36:48 2016 +0200 | | | | | | | | Remove some unused function calls | | | | | | | | Refecatored some code using `_ = f()` | | | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/FrontEnd/Types.mo | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Util/BaseHashTable.mo | | | | | | | * commit d59e2f8dec9d284958548c4c6440cf6b85cf7fa0 | | | | Author: adrpo | | | | Date: Tue Jun 14 08:21:23 2016 +0200 | | | | | | | | fix ticket:3960 | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | * commit 447096dc7e71e50a6c15adb96597008b47183ba5 | | | | Author: Lennart Ochel | | | | Date: Mon Jun 13 21:11:42 2016 +0200 | | | | | | | | Fix implicit function declaration | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 8bbb70aeb48f65d7feba8940b8a42bb94428e2a3 | | | | Author: Rüdiger Franke | | | | Date: Mon Jun 13 19:41:15 2016 +0200 | | | | | | | | Fix discrete state indices for FMI export | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit eba46540688478690af66b97eb8d10f2068df33d | | | | Author: Lennart Ochel | | | | Date: Tue May 31 11:48:07 2016 +0200 | | | | | | | | New implementation of module wrapFunctionCalls | | | | | | | | * handles nested function calls | | | | * doesn't introduce unnecessary cse variables | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * commit 0f1524280532ba3cf5acb9984b58dcef9d052ee3 | | | | Author: Lennart Ochel | | | | Date: Mon Jun 6 10:51:00 2016 +0200 | | | | | | | | Improve ExpandableArray | | | | | | | | * Make ExpandableArray.add faster | | | | * Add function ExpandableArray.getNumberOfElements | | | | * Add function ExpandableArray.compress | | | | | | | | M Compiler/Util/ExpandableArray.mo | | | | | | | * commit a1a5408916ad052b52da6d98d64bce929908b676 | | | | Author: Martin Sjölund | | | | Date: Wed Jun 8 19:08:53 2016 +0200 | | | | | | | | Ran the refactoring script to remove unused code | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/BackendEquation.mo | | | | M Compiler/BackEnd/BackendInline.mo | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/BackEnd/MathematicaDump.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/BackEnd/VisualXML.mo | | | | M Compiler/FrontEnd/Algorithm.mo | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | | M Compiler/Main/Main.mo | | | | M Compiler/Script/Binding.mo | | | | M Compiler/Script/Figaro.mo | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Template/Tpl.mo | | | | M Compiler/Util/AvlTree.mo | | | | M Compiler/Util/BaseHashTable.mo | | | | M Compiler/Util/Flags.mo | | | | M Compiler/Util/VarTransform.mo | | | | M Compiler/boot/refactor-fix-notifications.py | | | | | | | * commit 7e1286ce17d82b7cebebeaf2efbf889cc5ec4fa9 | | | | Author: hudson | | | | Date: Wed Jun 8 14:36:58 2016 +0200 | | | | | | | | Updating 3rdParty | | | | | | | | 250e6ba Fixes for ticket:3955 - remove special Windows handling of files in antlr/3.2/libantlr3c-3.2/src/antlr3filestream.c - rename libgc.la to libomcgc.la in gc/cord/cord.am - disable usage of pthreads for GC parallel marking in gc/win32_threads.c | | | | | | | | M 3rdParty | | | | | | | * commit f45c1dd2a0967e15b3915871a392d903234bc13f | | | | Author: adrpo | | | | Date: Wed Jun 8 14:36:57 2016 +0200 | | | | | | | | Fixes for ticket:3955 | | | | - enable GC parallel marking in Windows (Makefile.omdev.mingw) | | | | - enable parallel parsing in Windows (Compiler/FrontEnd/ClassLoader.mo) | | | | - give parallel parsing thread 2MB stack (Compiler/runtime/System_omc.c) | | | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | M Compiler/runtime/System_omc.c | | | | M Makefile.omdev.mingw | | | | | | | * commit f5d4c269d9fca9da7947f958933fac03384d2ea1 | | | | Author: hkiel | | | | Date: Wed Jun 8 14:20:13 2016 +0200 | | | | | | | | fix some abnormalities from static code check | | | | ticket:3954 | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendInline.mo | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | M Compiler/FrontEnd/Absyn.mo | | | | | | | * commit bb33335a639ba7a14c88f997355f1d41bfe37589 | | | | Author: Willi Braun | | | | Date: Wed Jun 8 01:51:50 2016 +0200 | | | | | | | | improve some simulation option descriptions | | | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | | | * commit 76b1b286ae330ac670b1a1195b2fa596627d88c6 | | | | Author: Willi | | | | Date: Tue Jun 7 22:53:33 2016 +0200 | | | | | | | | update non-linear system code | | | | | | | | - add a function to get iterartions variables values | | | | - mostly janitor changes | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | M SimulationRuntime/c/simulation/solver/nonlinearValuesList.c | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | * commit 8700280888740bab4c0c6c31c4c9572fa3d83d89 | | | | Author: Willi | | | | Date: Tue Jun 7 22:08:25 2016 +0200 | | | | | | | | generalized nonLinearSystemData generation | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 0a9c9b502460a512411907bd9749462cf145eb26 | | | | Author: Willi Braun | | | | Date: Tue Jun 7 15:56:16 2016 +0200 | | | | | | | | generealize staticData generation | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit e9351e0970e0b1739a894edfbd85e5ee4ba61f6b | | | | Author: hkiel | | | | Date: Tue Jun 7 17:09:21 2016 +0200 | | | | | | | | OS X: run otool on libzlib.dylib | | | | | | | | M Makefile.common | | | | | | | * commit 68ed95517c2dca419bd9d98af5ef48e0f03cb43c | | | | Author: Willi Braun | | | | Date: Tue Jun 7 16:14:06 2016 +0200 | | | | | | | | clean up nonlinear systems: remove unsed field | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | * commit 201f9d3503ab093a3e50946ada81c19149c86fec | | | | Author: Willi Braun | | | | Date: Tue Jun 7 14:36:52 2016 +0200 | | | | | | | | improve codegeneration for non-linear systems | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 7fda7d4d225bb942ade0d099ed829b24ecd8f420 | | | | Author: vruge | | | | Date: Mon Jun 6 23:23:07 2016 +0200 | | | | | | | | Cosmetic changes for DynOptimization | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | * commit 63527ec43373b550b978679f1bb7b130885f51a0 | | | | Author: vruge | | | | Date: Mon Jun 6 23:00:42 2016 +0200 | | | | | | | | make create dynamic optimization problem as modul | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | * commit 43294bc3caec2997f4ab8bbd8d12cf390daa992f | | | | Author: Niklas Worschech | | | | Date: Mon Jun 6 14:52:49 2016 +0200 | | | | | | | | fix in fmu 1.0 export and cpp runtime for ambiguous symbols for shared_ptr | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMULibInterface.h | | | | | | | * commit 912301a4d994d359caf73c7c84885930ac4437c3 | | | | Author: Niklas Worschech | | | | Date: Mon Jun 6 10:50:22 2016 +0200 | | | | | | | | fix for algloop variable attributes assignment in cpp Template/CodegenCpp.tpl | | | | | | | | the v={..} for c++ struct assignment only woks with c++11. | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | | * commit 7a7247f57f2608699fff29953a4d8f5d5fb080a1 | | | | Author: Rüdiger Franke | | | | Date: Sun Jun 5 19:54:48 2016 +0200 | | | | | | | | Link Cpp FMUs all static under Windows | | | | | | | | This in particular links the static pthread lib, in addition | | | | to static libstdc++ and libgcc. | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * commit 4eaf6a37f9836a9391efd62f836a55bdd84ed4fe | | | | Author: adrpo | | | | Date: Sun Jun 5 00:48:29 2016 +0200 | | | | | | | | add needed libs to FMUs on windows, ticket:3946 | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | * commit 2dbc14b1eaf39ddc60936185eddb0981a50dcf57 | | | | Author: Willi Braun | | | | Date: Sat Jun 4 13:34:37 2016 +0200 | | | | | | | | fix nominal values for daeMode | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | * commit d08a2510864c872923bdb9ec679ca83849ba464d | | | | Author: Rüdiger Franke | | | | Date: Sat Jun 4 12:41:50 2016 +0200 | | | | | | | | Clean up comments and indentation | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | * commit 8987eb2498f4e1b21e729e5e2ed27214dfdf1ec3 | | | | Author: Rüdiger Franke | | | | Date: Sat Jun 4 12:38:17 2016 +0200 | | | | | | | | Refine treatment of clocked start values to fix ticket:3770 | | | | | | | | Hold start values at first clock tick for clocked continuous states | | | | and for clocked discrete states with fixed=true attribute. | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | * commit 6a480c870f42f7367175df581f5f97654eb20e86 | | | | Author: Lennart Ochel | | | | Date: Wed Jun 1 20:23:08 2016 +0200 | | | | | | | | New generic type ExpandableArray | | | | | | | | A Compiler/Util/ExpandableArray.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit e867d82b1e6c7d492206f341de3198d58c2d4b09 | | | | Author: Rüdiger Franke | | | | Date: Sat Jun 4 10:39:31 2016 +0200 | | | | | | | | Remove unnecessary Sundials include directories | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | | | | | * commit 86e2894c220e82e12e62912f224a34e6d9d12648 | | | | Author: Rüdiger Franke | | | | Date: Sat Jun 4 10:04:43 2016 +0200 | | | | | | | | Move Sundials paths to Sundials section (ticket:3933) | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * commit dd39b9fb59e9daa3643ae05a406054fd76dbee55 | | | | Author: Willi Braun | | | | Date: Fri Jun 3 21:40:57 2016 +0200 | | | | | | | | adjust nominal usage in daeMode for alg variables | | | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | | | * commit 9e077feb8419487023124996d84c516c7edc0cae | | | | Author: Willi Braun | | | | Date: Fri Jun 3 20:55:38 2016 +0200 | | | | | | | | add initial step size flag to ida solver | | | | | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | | | | * commit c40d6c471c6861043a58867abb3ddb56be09d4c3 | | | | Author: Adeel Asghar | | | | Date: Fri Jun 3 14:38:18 2016 +0200 | | | | | | | | ticket:3488 | | | | Added ignoreSimulationFlagsAnnotation flag. | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 0a6dd266cc0d5e80548e9fa7702d55f92e55af69 | | | | Author: Rüdiger Franke | | | | Date: Fri Jun 3 07:46:42 2016 +0200 | | | | | | | | Attempt to fix ticket:3948 for Windows build | | | | | | | | The runtime is compiled with the new C++ ABI now. | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * commit 5a887dbe9adc977a0f95944638c0586523c25772 | | | | Author: Niklas Worschech | | | | Date: Thu Jun 2 16:53:42 2016 +0200 | | | | | | | | fix for typo in cmakefile | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * commit 1dd553e34fb7a72377c2ef8e32f918a57c633af2 | | | | Author: Niklas Worschech | | | | Date: Thu Jun 2 16:35:26 2016 +0200 | | | | | | | | added status message for sundials libraries | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * commit 21c5d5fb1204e6c57287d836ff452fb1ced179d5 | | | | Author: Niklas Worschech | | | | Date: Thu Jun 2 16:18:23 2016 +0200 | | | | | | | | fix for #3933 | | | | | | | | find library in cmakefile of cpp runtime searches for sundials libraries in 3rdParty folder on linux | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * commit 0fe727959a9d92fcb2c6ca99dc42ecd82e870d97 | | | | Author: vwaurich | | | | Date: Thu Jun 2 15:33:59 2016 +0200 | | | | | | | | - functions to debug Index Reduction | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * commit 24669b25fba210647a4e0f2d0df37df2cd1bd6db | | | | Author: adrpo | | | | Date: Thu Jun 2 12:06:32 2016 +0200 | | | | | | | | fix ticket:3942 | | | | - use -std=c++11 for Windows | | | | - add -lz -lhdf5 libs to linking, needed for Modelica tables | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * commit 38e81d67e8a5fc8680e135391a202e462ae3c88c | | | | Author: ptaeuber | | | | Date: Thu Jun 2 09:03:54 2016 +0200 | | | | | | | | Add flag to emit solver steps to the result file | | | | | | | | simflag: -steps | | | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | M SimulationRuntime/c/simulation_data.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit 81b676597bef7ccedadc68cdaf4802a87d2f4832 | | | | Author: Lennart Ochel | | | | Date: Wed Jun 1 20:03:47 2016 +0200 | | | | | | | | Improve error message | | | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | | | * commit dc14e0f3b53de46f48673d0c1e3c57def224b37c | | | | Author: ptaeuber | | | | Date: Wed Jun 1 15:48:11 2016 +0200 | | | | | | | | Make total tearing a config flag to specify SCCs | | | | | | | | --totalTearing= | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit ec6bb2383ba660d24f64876101d2795309016ba6 | | | | Author: adrpo | | | | Date: Wed Jun 1 15:07:18 2016 +0200 | | | | | | | | ticket:3092, activate OMC_NO_GC_MAPPING only on FMI or minimal runtime | | | | | | | | M SimulationRuntime/c/gc/memory_pool.c | | | | | | | * commit c7a21ff6e902259f2a03d5a710284344e4bf860d | | | | Author: adrpo | | | | Date: Wed Jun 1 02:01:38 2016 +0200 | | | | | | | | more fixes ticket:3902 | | | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | | | * commit 1aab55e6d9c904562ca041ffe2446910ec883775 | | | | Author: adrpo | | | | Date: Wed Jun 1 00:07:14 2016 +0200 | | | | | | | | omc_ua depends on boehm-gc target, ticket:3902 | | | | | | | | M Makefile.common | | | | | | | * commit 3f4962fd21ab2ba4b090136cb6244124412c3682 | | | | Author: adrpo | | | | Date: Tue May 31 23:49:00 2016 +0200 | | | | | | | | ParModelica depends on boehm-gc, ticket:3902 | | | | | | | | M Makefile.common | | | | | | | * commit 28420a1f62e11aaed9fff3f7c9a6cb59ac464ed3 | | | | Author: adrpo | | | | Date: Tue May 31 23:02:46 2016 +0200 | | | | | | | | small changes to the memory allocation interface, ticket:3902 | | | | | | | | M Compiler/runtime/Makefile.common | | | | M Makefile.common | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.in | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.omdev.mingw | | | | M SimulationRuntime/c/Makefile.common | | | | M SimulationRuntime/c/Makefile.objs | | | | D SimulationRuntime/c/build_mingw_libs.bat | | | | R098 SimulationRuntime/c/util/memory_pool.c SimulationRuntime/c/gc/memory_pool.c | | | | R100 SimulationRuntime/c/util/memory_pool.h SimulationRuntime/c/gc/memory_pool.h | | | | R099 SimulationRuntime/c/meta/gc/mmc_gc.c SimulationRuntime/c/gc/omc_gc.c | | | | A SimulationRuntime/c/gc/omc_gc.h | | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | | D SimulationRuntime/c/meta/gc/mmc_gc.h | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | | M SimulationRuntime/c/openmodelica.h | | | | M SimulationRuntime/c/openmodelica_func.h | | | | M SimulationRuntime/c/openmodelica_types.h | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | | M SimulationRuntime/c/util/base_array.c | | | | M SimulationRuntime/c/util/boolean_array.c | | | | M SimulationRuntime/c/util/generic_array.c | | | | M SimulationRuntime/c/util/generic_array.h | | | | M SimulationRuntime/c/util/index_spec.c | | | | M SimulationRuntime/c/util/integer_array.c | | | | M SimulationRuntime/c/util/integer_array.h | | | | M SimulationRuntime/c/util/modelica.h | | | | M SimulationRuntime/c/util/modelica_string.c | | | | M SimulationRuntime/c/util/omc_init.c | | | | M SimulationRuntime/c/util/real_array.c | | | | M SimulationRuntime/c/util/real_array.h | | | | M SimulationRuntime/c/util/rtclock.c | | | | M SimulationRuntime/c/util/string_array.c | | | | M SimulationRuntime/opc/ua/Makefile.in | | | | M SimulationRuntime/opc/ua/Makefile.omdev.mingw | | | | | | | * commit ad52d27809319ff49c2b1e78f999c0c1495dd723 | | | | Author: adrpo | | | | Date: Tue May 31 07:25:07 2016 +0200 | | | | | | | | Fix ticket:3941 disable tests Modelica_Synchronous.WorkInProgress.* | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | | * commit 944192f3919f3424a1ef56e9b4fdb0de8b7ef06d | | | | Author: Lennart Ochel | | | | Date: Mon May 30 12:04:11 2016 +0200 | | | | | | | | Don't share memory between different variable arrays | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 70349b5919789120829ed7e5709fb14fa2605385 | | | | Author: ptaeuber | | | | Date: Mon May 30 09:57:05 2016 +0200 | | | | | | | | Make redundant --disableLinearTearing deprecated | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit ace8794c30ae9e6130e216b7d6a41758492655ca | | | | Author: Patrick Täuber | | | | Date: Fri May 27 14:39:33 2016 +0200 | | | | | | | | Performance fix of instantiation of syst in loop | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | * commit b526c9b9d73d60bfcf7eae75a05a616cf703ff12 | | | | Author: Rüdiger Franke | | | | Date: Sun May 29 18:13:55 2016 +0200 | | | | | | | | Remove wrong error for clocked continuous exps | | | | | | | | See: Modelica_Synchronous.Examples. | | | | Elementary.RealSignals.HoldWithDAeffects2 | | | | Elementary.RealSignals.SampleWithADeffects | | | | SimpleControlledDrive.ClockedWith_AD_DA_Effects | | | | ... | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | M Compiler/Util/Error.mo | | | | | | | * commit cde23afcecfb0c22181320b195d3f6d64ae6e3fe | | | | Author: Rüdiger Franke | | | | Date: Sat May 28 22:54:46 2016 +0200 | | | | | | | | Use start values at first clock tick (ticket:3770) | | | | | | | | This shall only apply to states of solved continuous equations. | | | | We check for the existence of a solver method so far. | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | * commit 9e139b9c29115eabf86a8351b532b00d89e5d371 | | | | Author: adrpo | | | | Date: Sat May 28 20:32:06 2016 +0200 | | | | | | | | more fixes to svg generation | | | | | | | | M Examples/LibraryCoverageTrend.sh | | | | | | | * commit 28405d807e0f509d341b59143bf5369fdeed138d | | | | Author: vwaurich | | | | Date: Fri May 27 13:31:06 2016 +0200 | | | | | | | | - fix order of subpartition clocks | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | M Compiler/FrontEnd/DAEDump.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit d19242a2e449b79f065074229e0a2ff33015d5e2 | | | | Author: ptaeuber | | | | Date: Tue May 24 13:57:23 2016 +0200 | | | | | | | | New approach to handle known vars | | | | | | | | - Rename knownVars to globalKnownVars | | | | (variabes only dependent on parameters, constants) | | | | - Introduce localKnownVars | | | | (variables only dependent on states, inputs) | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/BackendInline.mo | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/Differentiate.mo | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/BackEnd/Initialization.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/BackEnd/Uncertainties.mo | | | | M Compiler/BackEnd/UnitCheck.mo | | | | M Compiler/BackEnd/VisualXML.mo | | | | M Compiler/BackEnd/XMLDump.mo | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | | | * commit 998331701d476562513caf5780da7204c146e0bd | | | | Author: Adeel Asghar | | | | Date: Thu May 26 17:04:48 2016 +0200 | | | | | | | | Use 1 for record type. | | | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | | | * commit 215f2b4c9841687b743f22f0a9c18e2dcdc3bb53 | | | | Author: Willi Braun | | | | Date: Thu May 26 13:54:31 2016 +0200 | | | | | | | | hide alias warnings behind AliasDump flag | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | * commit 240213bccd10c260bea794f590a7c7cab6025312 | | | | Author: Martin Sjölund | | | | Date: Thu May 26 13:38:50 2016 +0200 | | | | | | | | Do not generate #define for variables | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | M Compiler/Template/CodegenFMU.tpl | | | | M Compiler/Template/CodegenUtil.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M Compiler/Util/HashTableCrefSimVar.mo | | | | | | | * commit cea271efcc50bdd4cac72c9bcbb5d418a69d3b17 | | | | Author: Willi Braun | | | | Date: Thu May 26 12:09:41 2016 +0200 | | | | | | | | remove not used extrapolation code | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 1d03f63399d5ecbc0dbd78d70b57b61413b440cf | | | | Author: adrpo | | | | Date: Thu May 26 11:09:52 2016 +0200 | | | | | | | | add support for --alarm on command line ticket:3928 | | | | | | | | M Compiler/Main/Main.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 5a28893b9a062db254f9da8e27ed835ff253be23 | | | | Author: ptaeuber | | | | Date: Wed May 25 18:48:46 2016 +0200 | | | | | | | | Detect JAC_CONSTANT() as linear component | | | | | | | | Fix ticket:3927 | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | * commit 59c64aca0d86c797f507c672d371886437c2e94e | | | | Author: Willi Braun | | | | Date: Wed May 25 18:33:47 2016 +0200 | | | | | | | | add some exeption handling for torn linear systems | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Util/Error.mo | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | | | * commit 087bdd2e31a6fdf96f5bb7018ae383bc53db4cbe | | | | Author: Martin Sjölund | | | | Date: Wed May 25 16:09:31 2016 +0200 | | | | | | | | Make reinit message output a readable cref | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 05eb8b9a68790ffcfb5b8c09ecacd7ace34ae9de | | | | Author: Martin Sjölund | | | | Date: Wed May 25 15:26:23 2016 +0200 | | | | | | | | Fix name of vars in linear model | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit a3a1e9a93345ba767fbf4d3c0394b2489344228f | | | | Author: Per Östlund | | | | Date: Wed May 25 15:36:56 2016 +0200 | | | | | | | | Renamed scodeInst debug flag to newInst. | | | | | | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | | M Compiler/NFFrontEnd/NFFlatten.mo | | | | M Compiler/NFFrontEnd/NFInst.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit f0a3a7ccdffc79d6a06ffd044794eed329eaf8b9 | | | | Author: Per Östlund | | | | Date: Wed May 25 15:15:09 2016 +0200 | | | | | | | | Reorganized source files for new instantiation. | | | | | | | | - Moved the source files for the new instantiation to it's own folder, | | | | and removed some unused files. | | | | | | | | D Compiler/FrontEnd/NFEnv.mo | | | | D Compiler/FrontEnd/NFEnvAvlTree.mo | | | | M Compiler/FrontEnd/NFInstDump.mo | | | | D Compiler/FrontEnd/NFInstFlatten.mo | | | | D Compiler/FrontEnd/NFInstSymbolTable.mo | | | | M Compiler/FrontEnd/NFInstTypes.mo | | | | D Compiler/FrontEnd/NFInstTypesOld.mo | | | | D Compiler/FrontEnd/NFRedeclare.mo | | | | D Compiler/FrontEnd/NFSCodeExpand.mo | | | | D Compiler/FrontEnd/NFSCodeHashTable.mo | | | | D Compiler/FrontEnd/NFSCodeMod.mo | | | | D Compiler/FrontEnd/NFSCodeStatic.mo | | | | R100 Compiler/FrontEnd/NFBinding.mo Compiler/NFFrontEnd/NFBinding.mo | | | | R100 Compiler/FrontEnd/NFBuiltin.mo Compiler/NFFrontEnd/NFBuiltin.mo | | | | R100 Compiler/FrontEnd/NFComponent.mo Compiler/NFFrontEnd/NFComponent.mo | | | | R100 Compiler/FrontEnd/NFConnect2.mo Compiler/NFFrontEnd/NFConnect2.mo | | | | R100 Compiler/FrontEnd/NFConnectCheck.mo Compiler/NFFrontEnd/NFConnectCheck.mo | | | | R100 Compiler/FrontEnd/NFConnectEquations.mo Compiler/NFFrontEnd/NFConnectEquations.mo | | | | R100 Compiler/FrontEnd/NFConnectUtil2.mo Compiler/NFFrontEnd/NFConnectUtil2.mo | | | | R100 Compiler/FrontEnd/NFConnectionSets.mo Compiler/NFFrontEnd/NFConnectionSets.mo | | | | R100 Compiler/FrontEnd/NFEvalFunction.mo Compiler/NFFrontEnd/NFEvalFunction.mo | | | | R100 Compiler/FrontEnd/NFExpandableConnectors.mo Compiler/NFFrontEnd/NFExpandableConnectors.mo | | | | R100 Compiler/FrontEnd/NFFlatten.mo Compiler/NFFrontEnd/NFFlatten.mo | | | | R100 Compiler/FrontEnd/NFInst.mo Compiler/NFFrontEnd/NFInst.mo | | | | R100 Compiler/FrontEnd/NFInstNode.mo Compiler/NFFrontEnd/NFInstNode.mo | | | | R100 Compiler/FrontEnd/NFInstUtil.mo Compiler/NFFrontEnd/NFInstUtil.mo | | | | R100 Compiler/FrontEnd/NFInstance.mo Compiler/NFFrontEnd/NFInstance.mo | | | | R100 Compiler/FrontEnd/NFInstanceTree.mo Compiler/NFFrontEnd/NFInstanceTree.mo | | | | R100 Compiler/FrontEnd/NFLookup.mo Compiler/NFFrontEnd/NFLookup.mo | | | | R100 Compiler/FrontEnd/NFMod.mo Compiler/NFFrontEnd/NFMod.mo | | | | R100 Compiler/FrontEnd/NFTypeCheck.mo Compiler/NFFrontEnd/NFTypeCheck.mo | | | | R100 Compiler/FrontEnd/NFTyping.mo Compiler/NFFrontEnd/NFTyping.mo | | | | M Compiler/Template/NFInstDumpTV.mo | | | | M Compiler/Template/NFInstDumpTpl.tpl | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit cbc956152d3d8ea8290c7050bb5568c5436f5cef | | | | Author: Per Östlund | | | | Date: Wed May 25 14:35:44 2016 +0200 | | | | | | | | Added component attributes to new instantiation. | | | | | | | | M Compiler/FrontEnd/NFComponent.mo | | | | M Compiler/FrontEnd/NFFlatten.mo | | | | M Compiler/FrontEnd/NFInst.mo | | | | M Compiler/FrontEnd/NFInstUtil.mo | | | | | | | * commit 5184da392e078d1877a3f09165c600334bf41f26 | | | | Author: Per Östlund | | | | Date: Wed May 25 12:31:34 2016 +0200 | | | | | | | | New instantiation improvements. | | | | | | | | - Initial support for type attributes. | | | | - Reenable redeclaration of components. | | | | - Expanded NFInst.instExp to handle more types of expressions. | | | | | | | | M Compiler/FrontEnd/NFFlatten.mo | | | | M Compiler/FrontEnd/NFInst.mo | | | | M Compiler/FrontEnd/NFInstance.mo | | | | M Compiler/FrontEnd/NFLookup.mo | | | | | | | * commit c3bcdbbf4616e1920a70974bc093dedf8c2cd2ab | | | | Author: arun3688 | | | | Date: Wed May 25 13:11:24 2016 +0200 | | | | | | | | ticket:3488 added new API functions for vendorannotation | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | * commit 9e87f6de73cd246a905fadfca0fc717b7655b992 | | | | Author: Martin Sjölund | | | | Date: Wed May 25 12:34:46 2016 +0200 | | | | | | | | Fix SVG generation | | | | | | | | M Examples/LibraryCoverageTrend.sh | | | | | | | * commit 887637aca1949dd22f51e1e302b43d14f3f6e2df | | | | Author: Martin Sjölund | | | | Date: Wed May 25 12:01:34 2016 +0200 | | | | | | | | Put each library into its own history folder | | | | | | | | M Examples/LibraryTest.sh | | | | | | | * commit bf97bdcd17dda4ebaa2c83d728df5b2fa50b109a | | | | Author: Willi | | | | Date: Wed May 25 11:57:58 2016 +0200 | | | | | | | | fix sparse pattern for daeMode | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit 7ef887367ba49231f6db3d052eb84b587b26ad2a | | | | Author: Willi Braun | | | | Date: Thu May 19 19:16:21 2016 +0200 | | | | | | | | adjust code generation for daeMode | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M SimulationRuntime/c/openmodelica_func.h | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | * commit 397dd823607daba66713274d3cd34f6fd1557a8c | | | | Author: Willi Braun | | | | Date: Thu May 19 19:14:09 2016 +0200 | | | | | | | | improve daeMode implementation | | | | | | | | - restructured data types a bit better | | | | - added sparse pattern | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/SimCode/SimCodeVar.mo | | | | | | | * commit 30d4a89ca83a105b746df68d23de16edf62ead30 | | | | Author: Willi | | | | Date: Thu May 19 03:45:53 2016 +0200 | | | | | | | | add sparse pattern for daeMode | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | * commit eacfc6b20b385227001989463d6e27f2c2b9cccd | | | | Author: Lennart Ochel | | | | Date: Wed May 25 11:22:18 2016 +0200 | | | | | | | | Move the actual unit parsing to Unit.mo | | | | | | | | M Compiler/BackEnd/Unit.mo | | | | M Compiler/BackEnd/UnitCheck.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit c7fe6415d15df7902bab73f02591e5e3562150a4 | | | | Author: Martin Sjölund | | | | Date: Wed May 25 10:42:47 2016 +0200 | | | | | | | | Handle writing empty files | | | | | | | | M Compiler/runtime/printimpl.c | | | | | | | * commit f47e48bdc6f76e7d02064ed4b1371490f55a146f | | | | Author: Martin Sjölund | | | | Date: Wed May 25 09:12:17 2016 +0200 | | | | | | | | Do not create HT of size 0 | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 689ff409b44a2c47a238a39e09c5ab9aa43bdf34 | | | | Author: Martin Sjölund | | | | Date: Wed May 25 08:13:37 2016 +0200 | | | | | | | | Use BaseHashTable for the SimCode HT | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | A Compiler/Util/HashTableCrefSimVar.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit 3e9b0e836f64b885b0340a117a6558e0604f1234 | | | | Author: hkiel | | | | Date: Wed May 25 08:53:30 2016 +0200 | | | | | | | | use less memory when operating on units | | | | | | | | M Compiler/BackEnd/Unit.mo | | | | | | | * commit 17df9f3c3717464566d03526db72d06956f6f935 | | | | Author: Lennart Ochel | | | | Date: Tue May 24 11:30:56 2016 +0200 | | | | | | | | Clean up unit check module | | | | | | | | M Compiler/BackEnd/Unit.mo | | | | M Compiler/BackEnd/UnitCheck.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 1e5da4b63ee1d7bd054f24831eefc70849e4df7a | | | | Author: Per Östlund | | | | Date: Tue May 24 17:54:59 2016 +0200 | | | | | | | | Added some proper error messages to NFLookup. | | | | | | | | M Compiler/FrontEnd/NFInst.mo | | | | M Compiler/FrontEnd/NFLookup.mo | | | | | | | * commit d816a47fd6da4988559d8c6b93150c69989bc30c | | | | Author: Per Östlund | | | | Date: Tue May 24 15:56:35 2016 +0200 | | | | | | | | More new instantiation modifier stuff. | | | | | | | | M Compiler/FrontEnd/NFComponent.mo | | | | M Compiler/FrontEnd/NFInst.mo | | | | M Compiler/FrontEnd/NFInstance.mo | | | | M Compiler/FrontEnd/NFMod.mo | | | | | | | * commit 82eeffe30033a7ba51620038cd280660ce548e37 | | | | Author: hkiel | | | | Date: Tue May 24 17:36:16 2016 +0200 | | | | | | | | fix BackendDAETransform.eqnAssignmentNonScalar() | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | | | * commit 9b0163de622e485f65b13e376665a36e4321afea | | | | Author: Adeel Asghar | | | | Date: Tue May 24 16:51:37 2016 +0200 | | | | | | | | Handle the integer inside record. | | | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | | | * commit 120a9e2bb582347fe42077aa8dda60fa680112f0 | | | | Author: adrpo | | | | Date: Tue May 24 16:34:14 2016 +0200 | | | | | | | | Activate multiple FMU instances per process ticket:3820 | | | | | | | | M Compiler/Template/CodegenFMU2.tpl | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | * commit ec70f33419e516c3a016923ec18b34ab63a89159 | | | | Author: hkiel | | | | Date: Tue May 24 16:21:35 2016 +0200 | | | | | | | | fix memory leaks in C runtime | | | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | * commit 4c94fc01cf9ac39daa9cdf021758fc5d667644a2 | | | | Author: hkiel | | | | Date: Tue May 24 15:53:58 2016 +0200 | | | | | | | | fix some issues from static analysis | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/Util/AvlTree.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 72f98cf7a93cdcd5b4a143d8317020ed859b06a5 | | | | Author: adrpo | | | | Date: Tue May 24 14:44:53 2016 +0200 | | | | | | | | Fixes for ticket:3898 do not output empty InitialUnknowns element | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | * commit 7570c6b94f684010b3082ac5dd899330cc563c74 | | | | Author: Martin Sjölund | | | | Date: Tue May 24 12:27:39 2016 +0200 | | | | | | | | Do not use pre-processor for array variables | | | | | | | | We have full knowledge about the dimensions and subscripts, so we can | | | | generate code without pre-processing the C-code. | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | * commit 2aa49359f0cb27143a850f2837a15bab9156c8cb | | | | Author: Per Östlund | | | | Date: Tue May 24 11:59:28 2016 +0200 | | | | | | | | Modifier improvements in new instantiation. | | | | | | | | - Change submodifier from list to AVL tree. | | | | - Handle modifications of the same element in the same scope. | | | | - Added BaseAvlTree.fromList. | | | | | | | | M Compiler/FrontEnd/NFInst.mo | | | | M Compiler/FrontEnd/NFMod.mo | | | | M Compiler/Util/BaseAvlTree.mo | | | | | | | * commit 57990bab9103d37b68393d27b900729c543a1c74 | | | | Author: Patrick Täuber | | | | Date: Tue May 24 10:40:54 2016 +0200 | | | | | | | | Rename squared 2-norms | | | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | | | * commit 737e02469c6dfca6ad002f2816637c6cef0d64fe | | | | Author: Patrick Täuber | | | | Date: Mon May 23 23:48:51 2016 +0200 | | | | | | | | Change input tol of Newton solver to 2-norm | | | | | | | | ticket:3923 | | | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | | | * commit 7b5e81b4e5310c4f8e58156b7133123ef535febb | | | | Author: Lennart Ochel | | | | Date: Tue May 24 10:03:31 2016 +0200 | | | | | | | | Use always the unit representation that was defined first | | | | | | | | M Compiler/BackEnd/Unit.mo | | | | | | | * commit 4383a9c117fa19079b2a03b014bd18e34f6b9c63 | | | | Author: Lennart Ochel | | | | Date: Mon May 23 19:12:57 2016 +0200 | | | | | | | | Don't override empty unit information with dummy value | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | * commit 22d2ccb3111426daed1a614d6e7e5b15e8657ee1 | | | | Author: Lennart Ochel | | | | Date: Mon May 23 18:35:56 2016 +0200 | | | | | | | | Calculate unit information for state derivatives | | | | | | | | See ticket:2750 | | | | | | | | M Compiler/BackEnd/Unit.mo | | | | M Compiler/BackEnd/UnitCheck.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 7271c6f71741830d86e0d752b4f6f4b4b1bec56b | | | | Author: Per Östlund | | | | Date: Tue May 24 09:39:27 2016 +0200 | | | | | | | | NFInst improvements. | | | | | | | | - Implemented initial support for redeclare of components. | | | | - Added scope to modifiers. | | | | - Disabled debug output to allow enabling of testcases. | | | | | | | | M Compiler/FrontEnd/NFBinding.mo | | | | M Compiler/FrontEnd/NFInst.mo | | | | M Compiler/FrontEnd/NFMod.mo | | | | | | | * commit 012b2829892000a897a39d85ff2dcd99ec022a49 | | | | Author: adrpo | | | | Date: Mon May 23 16:38:53 2016 +0200 | | | | | | | | fix windows external annotation for omcruntime library | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Makefile.common | | | | M Makefile.omdev.mingw | | | | | | | * commit f79cce4379841cda12b5380e8c43eeae1b8194c2 | | | | Author: Per Östlund | | | | Date: Mon May 23 15:28:11 2016 +0200 | | | | | | | | Implement derived class modifiers in NFInst. | | | | | | | | M Compiler/FrontEnd/NFInst.mo | | | | M Compiler/FrontEnd/NFInstance.mo | | | | M Compiler/FrontEnd/NFMod.mo | | | | | | | * commit 4a27b09127c708380b2a30a4aca0b2a4687f0b12 | | | | Author: hkiel | | | | Date: Mon May 23 15:13:26 2016 +0200 | | | | | | | | shorter C code for non-guarded list comprehensions | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | * commit 029864fe41e766002b9527aff0e0b8ea5a1dd033 | | | | Author: hkiel | | | | Date: Mon May 23 14:55:59 2016 +0200 | | | | | | | | allocate using mmc_alloc_words_atomic where no pointer is stored. | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_mk_box.h | | | | | | | * commit d02a3753ef97201b05afe600d55e7ba0bf1761d0 | | | | Author: hkiel | | | | Date: Mon May 23 14:43:14 2016 +0200 | | | | | | | | preserve some more tuples | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendInline.mo | | | | | | | * commit 3507862d0f0c825b3c757ba7d94182a5e17595f2 | | | | Author: Per Östlund | | | | Date: Mon May 23 14:19:34 2016 +0200 | | | | | | | | Propagate modifiers for structured components. | | | | | | | | - Propagate modifiers from NFInst.instComponent to NFInst.instClass. | | | | - Some input/output clean up. | | | | | | | | M Compiler/FrontEnd/NFInst.mo | | | | | | | * commit f1904b88fd1ac3840087b46e8fd5f6fb01c5eb67 | | | | Author: Per Östlund | | | | Date: Mon May 23 12:08:02 2016 +0200 | | | | | | | | Clean up some new instantiation modules. | | | | | | | | M Compiler/FrontEnd/NFInstNode.mo | | | | M Compiler/FrontEnd/NFInstance.mo | | | | M Compiler/FrontEnd/NFInstanceTree.mo | | | | M Compiler/FrontEnd/NFMod.mo | | | | | | | * commit 06b1abefc45f00cdf7bfddce942ef5a2bf675bb5 | | | | Author: Martin Sjölund | | | | Date: Mon May 23 11:53:52 2016 +0200 | | | | | | | | Do not use preprocessor to generate sample() code | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | * commit 4e18fb90cf6df6afe00b9a806049ec5fb91f5252 | | | | Author: Per Östlund | | | | Date: Mon May 23 10:59:52 2016 +0200 | | | | | | | | Replace old new instantiation with new new instantiation. | | | | | | | | A Compiler/FrontEnd/NFBinding.mo | | | | M Compiler/FrontEnd/NFBuiltin.mo | | | | A Compiler/FrontEnd/NFComponent.mo | | | | M Compiler/FrontEnd/NFEnv.mo | | | | M Compiler/FrontEnd/NFFlatten.mo | | | | M Compiler/FrontEnd/NFInst.mo | | | | A Compiler/FrontEnd/NFInstNode.mo | | | | A Compiler/FrontEnd/NFInstance.mo | | | | A Compiler/FrontEnd/NFInstanceTree.mo | | | | M Compiler/FrontEnd/NFLookup.mo | | | | M Compiler/FrontEnd/NFMod.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Util/BasePVector.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit 58bbbff8868b139cb01c42f82080878cb44b3686 | | | | Author: Lennart Ochel | | | | Date: Sun May 22 15:47:38 2016 +0200 | | | | | | | | Fix LOG_STATS (ticket:3922) | | | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | * commit a52420cf9cf36153b5e7f9f45bbfdaa11d53e10d | | | | Author: Martin Sjölund | | | | Date: Fri May 20 17:10:12 2016 +0200 | | | | | | | | Skip calling unnecessary tmpTick | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit c79b8cac085cde2c4e71ec960814c799ff8cff97 | | | | Author: ptaeuber | | | | Date: Fri May 20 16:07:40 2016 +0200 | | | | | | | | Improve total tearing algorithm | | | | | | | | Fix bug and enable handling of arrays and algorithms | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | * commit f098371bcf840a54943df98bb5b1ee987e86e458 | | | | Author: Martin Sjölund | | | | Date: Fri May 20 14:22:58 2016 +0200 | | | | | | | | Do not use preprocessor for attributes | | | | | | | | Use the index stored in the SimVar directly instead of using the C | | | | preprocessor to find the correct memory location for attributes. | | | | | | | | Also changed SimCode to be accessible as a global root in the templates | | | | since it is used in so many places. | | | | | | | | M Compiler/Global/Global.mo | | | | M Compiler/SimCode/SimCodeFunction.mo | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | * commit 04496accf9f25eb2ab131d525b199a1228de240c | | | | Author: hkiel | | | | Date: Fri May 20 12:56:25 2016 +0200 | | | | | | | | remove function getAliasContinue() | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | * commit 109dc98dc4de1543934e965ef1d16bfb74c6aa30 | | | | Author: hkiel | | | | Date: Fri May 20 11:39:41 2016 +0200 | | | | | | | | do not thread two lists, just to unthread them again | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | | | * commit d665b64a49f4d01a12eb15ea6835d37fbacb8b8e | | | | Author: ptaeuber | | | | Date: Fri May 20 10:55:44 2016 +0200 | | | | | | | | Add flag to change the tolerances for newton solver | | | | | | | | <-newtonFTol=value> or <-newtonFTol value> | | | | [double (default 1e-24)] tolerance for accepting accuracy in Newton solver | | | | <-newtonXTol=value> or <-newtonXTol value> | | | | [double (default 1e-24)] tolerance for updating solution vector in Newton solver | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit c5b68a9387f07d4b34a87200188779b959a958f5 | | | | Author: adrpo | | | | Date: Thu May 19 23:01:25 2016 +0200 | | | | | | | | fix GenerateDoc.mos | | | | | | | | M Examples/GenerateDoc.mos | | | | | | | * commit f10487d1562d1d9848be7d67b3db59ff86ee8c92 | | | | Author: hkiel | | | | Date: Thu May 19 16:44:42 2016 +0200 | | | | | | | | some minor optimizations | | | | - match -> matchcontinue | | | | - simplified some functions | | | | | | | | M Compiler/FFrontEnd/FExpand.mo | | | | M Compiler/FFrontEnd/FGraph.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 8f16329a072be0c3663ed848f0fdc6b0871df2a0 | | | | Author: vwaurich | | | | Date: Thu May 19 13:33:56 2016 +0200 | | | | | | | | - dump a graphic blt-matrix in a html file via +d=bltmatrixdump | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/DumpHTML.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit f0d46d5647c4ee0f6ec92294be26cf7e0fa8a610 | | | | Author: Willi | | | | Date: Thu May 19 02:55:38 2016 +0200 | | | | | | | | seperate coloring from generateSparsePattern | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit 73a73b0236e63e1919ab989b3e8534282536d4ea | | | | Author: jhag | | | | Date: Wed May 18 17:40:49 2016 +0200 | | | | | | | | fixed wrapFunctionCalls (see:ticket:3102 ticket:3910) | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | | | * commit 50dade940a7c187c4daf631960954d6107d11541 | | | | Author: Martin Sjölund | | | | Date: Wed May 18 16:21:48 2016 +0200 | | | | | | | | Prefer omc libs over system libs | | | | | | | | This should resolve an issue with /usr/lib being preferred over the | | | | OM-provided version of Sundials (ticket:3893). | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | | * commit 016c25e5e5aa2789e1a05c38fde6e5a861d757e6 | | | | Author: Martin Sjölund | | | | Date: Wed May 18 15:49:27 2016 +0200 | | | | | | | | Do not look for otool lines containing : | | | | | | | | M Makefile.in | | | | | | | * commit 0e88db868423e881c66690a3117345080a3be9eb | | | | Author: hkiel | | | | Date: Wed May 18 15:31:46 2016 +0200 | | | | | | | | use listEmpty() instead of listLength()==0 | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | | | | * commit c628fac31341f45bc4c86d96799ca37c6c545a43 | | | | Author: hkiel | | | | Date: Wed May 18 15:18:53 2016 +0200 | | | | | | | | fix PR #837 | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | * commit 67e0588359d95bd745c5bb5cd80b4b39b12ec85a | | | | Author: adrpo | | | | Date: Wed May 18 13:27:39 2016 +0200 | | | | | | | | fix for ticket:3914 | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Examples/GenerateDoc.mos | | | | | | | * commit ff7351840f914e5efebe863b16d0f3c2312e22ba | | | | Author: Martin Sjölund | | | | Date: Wed May 18 12:43:45 2016 +0200 | | | | | | | | Check all dylib files for improper linking | | | | | | | | After compiling the OMC target, check all dylib files for links to the | | | | build or source directories. If there is such a link, give an error | | | | message stating that the file should use @rpath. | | | | | | | | M Makefile.in | | | | | | | * commit 542abe9369f53697e57c34e183bd44ca854546d6 | | | | Author: hkiel | | | | Date: Wed May 18 11:26:16 2016 +0200 | | | | | | | | optimize List.sort() a bit more | | | | | | | | M Compiler/Util/List.mo | | | | | | | * commit 5a7efaddca1a63a3e06bcb19c06915099ed6a791 | | | | Author: hudson | | | | Date: Wed May 18 05:26:11 2016 +0200 | | | | | | | | Updating 3rdParty | | | | | | | | b2c5266 add m library to sundialsKLU test | | | | | | | | M 3rdParty | | | | | | | * commit 12b13360ea130101b96e55a034b2f790ba3aeaad | | | | Author: hkiel | | | | Date: Wed May 18 05:26:10 2016 +0200 | | | | | | | | fix ticket:3897 | | | | - run install_name_tool on the libraries (also for libsundials_idas.0.dylib) | | | | | | | | M SimulationRuntime/c/Makefile.common | | | | | | | * commit e9739870d5938287a0ea00ae3d24c438b75b5258 | | | | Author: vruge | | | | Date: Tue May 17 23:56:26 2016 +0200 | | | | | | | | don't add noEvent twice | | | | | | | | we already add noEvent inside inline | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | * commit 60be6c4523996199535e610a22ca15c1223e0d0b | | | | Author: vruge | | | | Date: Tue May 17 23:49:38 2016 +0200 | | | | | | | | matchcontinue -> match | | | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | * commit 605cd572869c1f4f09cf4b9eb64797a9e17f7569 | | | | Author: vruge | | | | Date: Tue May 17 22:24:50 2016 +0200 | | | | | | | | fixed inline-anno interpretation | | | | | | | | -Inline=LateInline=true --> LateInline=true see http://book.xogeny.com/behavior/functions/func_annos/ | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 008b751ed80f1ceb38b8c63aa867dfba3b6bce13 | | | | Author: Willi Braun | | | | Date: Tue May 17 21:33:11 2016 +0200 | | | | | | | | fix modelicaStringToCStr for "'" | | | | | | | | M Compiler/Util/Util.mo | | | | | | | * commit e713fe26f603ef45bce89cdf0d6749f31b697250 | | | | Author: hkiel | | | | Date: Tue May 17 16:55:49 2016 +0200 | | | | | | | | introduce List.splitr() which returns the first list in reverse order | | | | - optimizes code that does (l1,l2)=List.split() + listAppend(l1,l2) | | | | by avoiding double listReverse on first list: (l1r,l2)=List.splitr() + List.append_reverse(l1r,l2); | | | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 389ec43c33560b2831c880c63bff2d7d0a1478e6 | | | | Author: hkiel | | | | Date: Tue May 17 10:18:51 2016 +0200 | | | | | | | | fix ticket:3897 | | | | - run install_name_tool on the libraries | | | | | | | | M SimulationRuntime/c/Makefile.common | | | | | | | * commit b3a16671bf302036e56bb0e2ebb42eb670cb5af7 | | | | Author: Martin Sjölund | | | | Date: Tue May 17 07:07:32 2016 +0200 | | | | | | | | Run install_name_tool on the libraries | | | | | | | | M Makefile.common | | | | | | | * commit e7dc97954f340a025018fb1c7a8d85fb51739cf7 | | | | Author: adrpo | | | | Date: Mon May 16 17:59:35 2016 +0200 | | | | | | | | properly set FMI_PLATFORM for FMIL library | | | | | | | | M Makefile.common | | | | M Makefile.omdev.mingw | | | | | | | * commit 3ba065e44df56c3201934a6dbce69039f7986cc6 | | | | Author: Willi Braun | | | | Date: Mon May 16 15:07:28 2016 +0200 | | | | | | | | add module to calculate sensivities matrix | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/SimCode/SerializeInitXML.mo | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/SimCode/SimCodeVar.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M Compiler/Util/Flags.mo | | | | M Compiler/runtime/omc_config.h | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation_data.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | M configure.ac | | | | | | | * commit ade6473da1bc855e02005c677327d969d33f42c5 | | | | Author: Rüdiger Franke | | | | Date: Mon May 16 12:59:40 2016 +0200 | | | | | | | | Use old C++ ABI for cross compilation of FMUs | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * commit 833bce927e573144d6562aa170f95a344fd836e4 | | | | Author: hkiel | | | | Date: Sun May 15 21:37:47 2016 +0200 | | | | | | | | try to fix ticket:3897 and ticket:3900 | | | | | | | | M Makefile.common | | | | | | | * commit c9c2dad359be749b9d9e0687ac2cd5b9a4d13819 | | | | Author: Willi Braun | | | | Date: Sun May 15 14:46:35 2016 +0200 | | | | | | | | fix initialize SolverData control flow | | | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | * commit 8f3825c5d7ae84947f4f9a32f4369100e866750f | | | | Author: hkiel | | | | Date: Sat May 14 10:28:28 2016 +0200 | | | | | | | | avoid List.intRange in conjunction with for loops | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * commit f1fc67506c60619d8a619efd03337c55519688f4 | | | | Author: ptaeuber | | | | Date: Fri May 13 19:05:27 2016 +0200 | | | | | | | | fix ticket:3192 | | | | | | | | Allow discrete iteration variables if system cannot be torn otherwise. | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | * commit 17c031c2742bb31a0a7e315c07e39e1fb9f29f4d | | | | Author: adrpo | | | | Date: Fri May 13 12:13:59 2016 +0200 | | | | | | | | updates to ticket:3857 | | | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | | | * commit 04080aeb8577ce6f729773fa852ff08d3f12380c | | | | Author: hkiel | | | | Date: Thu May 12 17:16:22 2016 +0200 | | | | | | | | remove some matchcontinue | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 7e7eec7add11b17d47197aca195e217de699033c | | | | Author: vwaurich | | | | Date: Thu May 12 16:42:11 2016 +0200 | | | | | | | | - add case in dumpStateorder | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * commit 9873878ef2e3d52588d0cfd705c33bfff7665d42 | | | | Author: Patrick Täuber | | | | Date: Thu May 12 15:23:36 2016 +0200 | | | | | | | | Reset strong component index | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | * commit 9d8edb68e9dd10541969ffedc7f2977f7abf6e40 | | | | Author: Willi Braun | | | | Date: Thu May 12 14:46:49 2016 +0200 | | | | | | | | fix ticket:3846 | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 9c5ab12bedb91e904be4bd5079b2d90f1474e045 | | | | Author: Adeel Asghar | | | | Date: Thu May 12 14:05:24 2016 +0200 | | | | | | | | ticket:3488 | | | | Added a flag --ignoreCommandLineOptionsAnnotation | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Util/Config.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit e652a2004c3bce6c965b21accc628c3fd59b1bfd | | | | Author: Adeel Asghar | | | | Date: Thu May 12 12:55:21 2016 +0200 | | | | | | | | backup the originals flags. Reset the flags after translation. | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 28c405d4d639cc95e9093669bf9a675c262757ab | | | | Author: Adeel Asghar | | | | Date: Tue May 10 16:31:40 2016 +0200 | | | | | | | | ticket:3488 | | | | Read the __OpenModelica_commandLineOptions annotation and apply it. | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | * commit 018590eb35d468da91d2d996e63a3960402548dd | | | | Author: vwaurich | | | | Date: Thu May 12 12:16:19 2016 +0200 | | | | | | | | - fix dumpComp2 for empty Jac | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | * commit 938a17927b9ad045c77371d5ce1addfee858f964 | | | | Author: Martin Sjölund | | | | Date: Wed May 11 15:59:03 2016 +0200 | | | | | | | | Do not use cp -u | | | | | | | | OSX does not allow -u for cp commands. Also disabled copying of .so- | | | | files into the bin directory on Linux/OSX. | | | | | | | | M Makefile.common | | | | | | | * commit 4d5ce50f112b721c3b444018fed1985352334dcc | | | | Author: Martin Sjölund | | | | Date: Wed May 11 14:59:30 2016 +0200 | | | | | | | | Pass more linker flags to sundials cmake | | | | | | | | Previous, CFLAGS had an override, ignoring the user CFLAGS and setting | | | | them to -lm, which is a linker flag, giving warnings. This has been | | | | changed to also pass the library directory which is needed for OSX. | | | | It was also tested to properly use linker flags instead of cmake cflags, | | | | but this break the test suite. | | | | | | | | M Makefile.common | | | | | | | * commit d1716435f60881f7450ec43ae6157042b7e4e018 | | | | Author: ptaeuber | | | | Date: Wed May 11 13:53:01 2016 +0200 | | | | | | | | Rename flag advanceTearing in allowImpossibleAssignments | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 8f2844293551d8f1705ae15e4864fa8ba2f49eea | | | | Author: Bernhard Thiele | | | | Date: Wed May 11 11:34:31 2016 +0200 | | | | | | | | Deactivated state machine when-equations hack | | | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | | | * commit bff2761d37044bd0a0a9ab75ba8f6d722214168d | | | | Author: adrpo | | | | Date: Wed May 11 06:29:24 2016 +0200 | | | | | | | | revert changes | | | | | | | | M Makefile.common | | | | | | | * commit 14328ef6d37c45d68f845ad38dae701423b220d3 | | | | Author: ptaeuber | | | | Date: Tue May 10 15:48:21 2016 +0200 | | | | | | | | Improved user defined tearing | | | | | | | | User defined tearing also for models with algorithms and | | | | equation arrays | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 63cb7fe71f2a905edce907ac1d33eae4e913136a | | | | Author: Willi Braun | | | | Date: Tue May 10 14:11:21 2016 +0200 | | | | | | | | try to fix OSX build | | | | | | | | M Makefile.common | | | | | | | * commit 6792db5d88aaa569b775c71143e2932951bd8439 | | | | Author: adrpo | | | | Date: Tue May 10 13:35:04 2016 +0200 | | | | | | | | update the OMDev readme | | | | | | | | M README-OMDev-MINGW.md | | | | | | | * commit eb0e110057bb8237c60ef4022026fad149a8e8e0 | | | | Author: hkiel | | | | Date: Tue May 10 09:27:48 2016 +0200 | | | | | | | | avoid a few more tuples | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit a11618424d1c890fcb136e9913fafa7df14a678e | | | | Author: hkiel | | | | Date: Wed May 4 13:38:51 2016 +0200 | | | | | | | | avoid unnecessary tuple creation | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | * commit b8aed2c07ae396eb4f6d4b35dde7ae7d776ff493 | | | | Author: hkiel | | | | Date: Wed May 4 13:47:15 2016 +0200 | | | | | | | | misc optimizations | | | | use guards | | | | avoid memory allocations | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | * commit 86ca95e2f9b033d9bc943d9ecc75ec89d9fe7d7d | | | | Author: hkiel | | | | Date: Wed May 4 13:38:51 2016 +0200 | | | | | | | | use guard to avoid some MMC_THROW_INTERNAL | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | * commit 243042d0d34e7b77d82831b1982bf3b580396607 | | | | Author: hkiel | | | | Date: Wed May 4 13:36:32 2016 +0200 | | | | | | | | do not recreate Option<> | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * commit 19d7c975f11a4e3d0b894f1cbf54dd9c409e7146 | | | | Author: hkiel | | | | Date: Wed May 4 13:34:15 2016 +0200 | | | | | | | | add List.mapFold* varaiants with more InOut arguments | | | | needed to be able to avoid tuples in some places | | | | | | | | M Compiler/Util/List.mo | | | | | | | * commit 09c5a1c6156215e6725a4819cd675bf746aaaf95 | | | | Author: Martin Sjölund | | | | Date: Tue May 10 07:22:49 2016 +0200 | | | | | | | | Make it easier to override FMU CPPFLAGS | | | | | | | | When not using ./configure in the FMU, make it possible to pass a | | | | required make -f Makefile.in CPPFLAGS=... from the command-line and | | | | getting a good result. | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | * commit 83443129b3fd5aa1d1aa369d2b1969b8d2aebf43 | | | | Author: Adeel Asghar | | | | Date: Mon May 9 16:27:28 2016 +0200 | | | | | | | | More updated instructions. | | | | | | | | M README-OMDev-MINGW.md | | | | | | | * commit 900ac5211e313aa89122aed538349e89b4f9623c | | | | Author: Adeel Asghar | | | | Date: Mon May 9 16:12:11 2016 +0200 | | | | | | | | Format instructions. | | | | | | | | M README-OMDev-MINGW.md | | | | | | | * commit 35aa7d17763378ef13d8c6590acb7914bb960592 | | | | Author: Adeel Asghar | | | | Date: Mon May 9 15:56:52 2016 +0200 | | | | | | | | Updated install instructions for OMC. | | | | | | | | D README-BUILD-RELEASE.txt | | | | A README-OMDev-MINGW.md | | | | D README-OMDev-MINGW.txt | | | | M README.md | | | | | | | * commit b832f3e50d591887e4a98a7cb680b394c0baad8f | | | | Author: vwaurich | | | | Date: Mon May 9 14:47:45 2016 +0200 | | | | | | | | - fix RemoveSimpleEquations, added comments | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | * commit 891e7e11f9a97e97a74dd381e330fd46c1ef4780 | | | | Author: ptaeuber | | | | Date: Fri Apr 8 10:20:25 2016 +0200 | | | | | | | | Introduce userDefinedTearing | | | | | | | | Enabels the user to select the tearing variables and residual | | | | equations for a specified strong component. | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/Error.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit d0a958974d6a3cbfff64721cb8a9d10cfb018a0d | | | | Author: adrpo | | | | Date: Fri May 6 22:06:03 2016 +0200 | | | | | | | | fix for ticket:3857 | | | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | | | * commit 0aaf81a7dd5ca7a9e9a40c6614770f12173025cf | | | | Author: Niklas Worschech | | | | Date: Fri May 6 11:29:54 2016 +0200 | | | | | | | | reverted clock modifications in C template | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 3a0012b948bb739652e523f029bcfa4c0d485c7b | | | | Author: Niklas Worschech | | | | Date: Fri May 6 09:35:56 2016 +0200 | | | | | | | | revertet clock modifications in cpp template, cpp runtime and SimCode | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | M common | | | | | | | * commit 3a80514811ab59b11dba5384972f070ba388d3b4 | | | | Author: vwaurich | | | | Date: Wed May 4 16:19:34 2016 +0200 | | | | | | | | - shorten Paths CSE-option | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | | | * commit 7e798ee4de5d9d8de24788be61a8ff8fa492d53b | | | | Author: Martin Sjölund | | | | Date: Wed May 4 10:35:33 2016 +0200 | | | | | | | | Do lookup of varInfo directly | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 8bcbed025f4234c9b74b690e48f2ed26f25b6f1f | | | | Author: hudson | | | | Date: Wed May 4 01:18:17 2016 +0200 | | | | | | | | Updating 3rdParty | | | | | | | | 268b6f5 fix ticket:3892 | | | | | | | | M 3rdParty | | | | | | | * commit 51d6b8e0312d202295a456ab7f47e5fd677f6b18 | | | | Author: adrpo | | | | Date: Wed May 4 00:43:53 2016 +0200 | | | | | | | | fix ticket:3892 | | | | | | | | M Makefile.common | | | | M Makefile.in | | | | M Makefile.omdev.mingw | | | | | | | * commit 18dd83044dc13c5ed8c6c5960cd710cf8d00e905 | | | | Author: Martin Sjölund | | | | Date: Tue May 3 13:37:14 2016 +0200 | | | | | | | | Calculate index including offset in SimCode | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | * commit fdfccbe5e014dd6f82b146836101396ab05faf53 | | | | Author: adrpo | | | | Date: Tue May 3 12:36:21 2016 +0200 | | | | | | | | fix windows build | | | | | | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | | | | | * commit 0306552ce18db9377f22c1dacf46d4eb03c93b40 | | | | Author: Lennart Ochel | | | | Date: Tue May 3 11:50:41 2016 +0200 | | | | | | | | Don't copy unit information from state to state derivative | | | | | | | | - fix ticket:3668 | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit f5b5cee03b09b5e98304c500d262f8dd938983c0 | | | | Author: jhag | | | | Date: Tue May 3 11:37:42 2016 +0200 | | | | | | | | fixed ticket:3888 | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | * commit 30d6c079334b0238efb9787788e30fb68b616f5d | | | | Author: Lennart Ochel | | | | Date: Tue May 3 10:00:32 2016 +0200 | | | | | | | | Make unitChecking the first pre-optimization module again | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | * | commit 3fe711d404e96d335d3bb07ed54affe3435c6a8c | | | | Author: hudson | | | | Date: Fri Jun 24 05:28:47 2016 +0200 | | | | | | | | Updating 3rdParty | | | | | | | | cc31287 update libatomic_ops to latest from from github Merge commit 'ff6c167228e18284768c0df5aa20eeacf2a5d6ef' into Ticket3868 | | | | ff6c167 Squashed 'gc/libatomic_ops/' changes from c6f7c2e..e78ba18 | | | | 6b0fde2 update gc to d02ea9707b8d9bb1fd0b3d908a107198658ca2ad, update gc.txt, increase MAX_HEAP_SECT | | | | 1f1de6b Squashed 'gc/' changes from bf62552..d02ea97 | | | | | | | | M 3rdParty | | | | | | * | commit 141d59741d504e2659b9c94530d9cacf40405bdf | | |/ Author: hudson | | | Date: Wed May 18 04:45:37 2016 +0200 | | | | | | Updating 3rdParty | | | | | | b2c5266 add m library to sundialsKLU test | | | | | | M 3rdParty | | | | | * commit fe2bb79d00437ef237f68c7b64856ee0674c4244 | | | Author: Willi Braun | | | Date: Sun May 1 11:10:54 2016 +0200 | | | | | | add more linear solver for ida integrator | | | | | | - new simulation flag idaLS = {spgmr|spbcg|sptfqmr|klu} | | | | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 4189bbde5cfc7cdcedcd6b2db461a4668be59c99 | | | Author: vwaurich | | | Date: Mon May 2 09:12:55 2016 +0200 | | | | | | - dont interrupt clock-event assignment in cpp runtime | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 243b35440a25da6e7b2306a44dfd1ac6fb8f1713 | | | Author: vwaurich | | | Date: Mon May 2 08:18:24 2016 +0200 | | | | | | - extended debug dump for synchronous | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 6ed3a54365ad7db53b6e615282b2716fc19b9ff8 | | | Author: vruge | | | Date: Sun May 1 14:29:19 2016 +0200 | | | | | | implementation of new Backend inline module | | | - started fixing [ticket:3510](https://trac.openmodelica.org/OpenModelica/ticket/3510) | | | - also [ticket:3785](https://trac.openmodelica.org/OpenModelica/ticket/3785) | | | | | | merge with [wibraun](https://github.com/wibraun/OMCompiler/tree/newBackendInline16) | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 5e9854ebcf0b70f91cd95cc684b84093c1e5501d | | | Author: Willi Braun | | | Date: Sat Apr 30 00:11:55 2016 +0200 | | | | | | build sundials with klu interface | | | | | | M Makefile.common | | | M Makefile.in | | | M common | | | M configure.ac | | | | | * commit 57cb40521e4b074e12aa45a94aec6e678ea13553 | | | Author: jhag | | | Date: Fri Apr 29 08:52:29 2016 +0200 | | | | | | wrapFunctionCalls is disabled | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 4931a92a3141b55d380d8b7bad08cc3ee11b26ef | | | Author: Martin Sjölund | | | Date: Fri Apr 29 08:12:36 2016 +0200 | | | | | | Remove tabs, pre-commit removes tabs | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M common | | | | | * commit 31e33d4d3207cddd91d2305b10ea7efb397e69d7 | | | Author: adrpo | | | Date: Fri Apr 29 01:21:42 2016 +0200 | | | | | | update mingw makefiles so no cygwin like OMDEV path is needed | | | | | | M Compiler/boot/Makefile.omdev.mingw | | | M Compiler/runtime/Makefile.omdev.mingw | | | M Makefile.omdev.mingw | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit 63a287984ce9e99a37e4a1f8890602521e88ba1c | | | Author: Martin Sjölund | | | Date: Thu Apr 28 16:00:18 2016 +0200 | | | | | | Move adding of tempVars into model info | | | | | | This makes the tempVars get a proper index automatically instead of | | | trying to patch it in later. | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 72ef546a14a7db31a9211b33764c3411402642df | | | Author: hkiel | | | Date: Thu Apr 28 15:41:05 2016 +0200 | | | | | | simplified and optimized some functions | | | in Expression.mo amd ExpressionSimplify.mo | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 58a891528e0a9231c84db75e0c6b086482b571ce | | | Author: Adeel Asghar | | | Date: Thu Apr 28 14:09:26 2016 +0200 | | | | | | ticket:2250 | | | Added time derived units. | | | Fixed a typo. | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit 688abe8c31f95d6fe37e394da0d633f5c6e26a92 | | | Author: jhag | | | Date: Thu Mar 24 11:54:37 2016 +0100 | | | | | | activate wrapFunctionCalls by default | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 109fbac51f47d7a14bc5bca2e7440a04296a10b5 | | | Author: Martin Sjölund | | | Date: Thu Apr 28 09:33:36 2016 +0200 | | | | | | Also fail when giving bad a lapack config | | | | | | Earlier, we would silently accept a broken --with-lapack command. | | | | | | M m4/lapack.m4 | | | | | * commit 7c597ec8b277cbc6446344aefcfa9fb9e5fda848 | | | Author: Willi Braun | | | Date: Thu Apr 28 01:50:02 2016 +0200 | | | | | | add daeMode support for ida and dassl solver | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/ida_solver.c | | | M SimulationRuntime/c/simulation/solver/ida_solver.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit b9640d0007c01271fff31d54c71584f543430102 | | | Author: Willi Braun | | | Date: Wed Apr 13 16:06:30 2016 +0200 | | | | | | add code generation for DAE mode | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 75b496ebd88e37e7f13c0c465efb01ab218b6c85 | | | Author: Willi Braun | | | Date: Wed Apr 13 16:03:18 2016 +0200 | | | | | | initial implementation of daeMode integration | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 6a64b9d57c53666eda2f72267b96351718ff32ba | | | Author: Dietmar Winkler | | | Date: Wed Apr 27 14:56:32 2016 +0200 | | | | | | Get rid of deprecation warnings | | | | | | Modifiers no longer allow assignments. | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 825af5155f73cbd848655c36fab6fd151a05ae9d | | | Author: adrpo | | | Date: Wed Apr 27 13:30:44 2016 +0200 | | | | | | do not copy the wrong lib over the correct one | | | | | | M Makefile.omdev.mingw | | | | | * commit af97876e97e361b2b118cfe3ab6c87d48dcfdc5e | | | Author: hudson | | | Date: Wed Apr 27 12:01:22 2016 +0200 | | | | | | Updating 3rdParty | | | | | | 463efc1 Fix metis for broken xcode | | | | | | M 3rdParty | | | | | * commit 4d6000161d3f098cfc0405c1213af8bb17f48eb9 | | |\ Merge: 7ee20e6611 08d59fb404 | | | | Author: Niklas Worschech | | | | Date: Wed Apr 27 09:39:19 2016 +0200 | | | | | | | | Merge branch 'mychanges' of https://github.com/niklwors/OMCompiler into mychanges | | | | | | | | Conflicts: | | | | SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | * commit 08d59fb40479759be29730f8925008848c0af2d2 | | | | Author: Niklas Worschech | | | | Date: Wed Apr 13 15:26:38 2016 +0200 | | | | | | | | fix for boost includes | | | | added 3rdparty/boost for msvc and gcc | | | | | | | | M Makefile.omdev.mingw | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | * | commit 7ee20e6611c931a3fd68811d91c5b82f673c9e0f | | | | Author: Niklas Worschech | | | | Date: Wed Apr 27 09:33:52 2016 +0200 | | | | | | | | fix for initialize clock conditions in cpp runtime, #3872 | | | | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | | * | commit e2726c6c7bd5908c69c95c801cf139277976cf4c | | | | Author: adrpo | | | | Date: Wed Apr 27 01:13:35 2016 +0200 | | | | | | | | speedup prefix handling for outer ticket:3817 | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | | | * | commit 2acba86dffa4664c84b771be837366ec961e0db7 | | | | Author: adrpo | | | | Date: Tue Apr 26 21:14:42 2016 +0200 | | | | | | | | fix for ticket:3817 | | | | | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | | | * | commit 982cf94219b3c3c67872b9b45d872ba1aaa23df9 | | | | Author: hkiel | | | | Date: Tue Apr 26 20:27:45 2016 +0200 | | | | | | | | fix for ticket:3863 | | | | avoid stack overflow | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/Initialization.mo | | | | | | * | commit 993db0829b8f0ae135859b41e82c8957cb7a7446 | | |\ \ Merge: 4f37b928f0 5dd8d5a441 | | | | | Author: hudson | | | | | Date: Tue Apr 26 16:26:05 2016 +0200 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | * | commit 5dd8d5a441dba0bddcfdb003e8e60c0d44728f5a | | | | | Author: Martin Sjölund | | | | | Date: Tue Apr 26 12:38:44 2016 +0200 | | | | | | | | | | Output keys in sorted order | | | | | | | | | | M Compiler/Util/BaseAvlTree.mo | | | | | | | | * | commit 39abc94c3f188fdfb05c0e6f746fc212cc461afc | | | | | Author: Martin Sjölund | | | | | Date: Tue Apr 26 12:32:25 2016 +0200 | | | | | | | | | | Add LEAF node for AVL trees | | | | | | | | | | This halves memory usage for leaf nodes. | | | | | | | | | | M Compiler/Util/BaseAvlSet.mo | | | | | M Compiler/Util/BaseAvlTree.mo | | | | | | | | * | commit bad8c829d12602d9c97470d623aea22b2dde1bbf | | | | | Author: Bernhard Thiele | | | | | Date: Fri Apr 15 16:21:09 2016 +0200 | | | | | | | | | | First steps towards continuous-time state machines | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit fd06aab7a4f25f90b079632c44dc92007e3a1ee0 | | | | | Author: Lena Buffoni | | | | | Date: Tue Apr 26 02:32:38 2016 +0200 | | | | | | | | | | killed whitespaces | | | | | | | | | | M Compiler/Script/Figaro.mo | | | | | | | | * | commit d2d99737a944fa2d8d93e890730d7e609fb4b113 | | | | | Author: Lena Buffoni | | | | | Date: Tue Apr 26 02:12:37 2016 +0200 | | | | | | | | | | Fixed issue with hierarchical class list | | | | | | | | | | M Compiler/Script/Figaro.mo | | | | | | | | * | commit 8d790c3117f87d3cd891f6cfe131936b3aa9a01b | | | |\ \ Merge: 30c4dbdfdf cc23004038 | | | | | | Author: Lena Buffoni | | | | | | Date: Tue Apr 26 00:41:11 2016 +0200 | | | | | | | | | | | | Merge branch 'master' of https://openmodelica.org/git-readonly/OMCompiler | | | | | | | | | | * | commit cc230040384ffb8b28371e457b4aa52d0b619ea1 | | | | | | Author: hkiel | | | | | | Date: Sun Apr 24 09:15:56 2016 +0200 | | | | | | | | | | | | remove warning on OSX | | | | | | | | | | | | M Compiler/runtime/systemimpl.c | | | | | | | | | | * | commit 1dc4adc9ce280e80c81dc2b5728721d8365ab524 | | | | | | Author: Rüdiger Franke | | | | | | Date: Sat Apr 23 15:42:42 2016 +0200 | | | | | | | | | | | | Formatting and compile time static_cast in getAMatrixCode | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit 15ff3002e239b854342abe6afbb546cbb1fa1c32 | | | | | | Author: Rüdiger Franke | | | | | | Date: Sat Apr 23 15:21:59 2016 +0200 | | | | | | | | | | | | Let Newton solver exploit symbolic Jacobians | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | | * | commit 6221caea47d5541e0e11fbcd11fc52306bb4ad91 | | | | | | Author: Martin Sjölund | | | | | | Date: Sat Apr 23 08:11:49 2016 +0200 | | | | | | | | | | | | Fix stack overflow in splitConnectEquationsExpandable | | | | | | | | | | | | This fixes ticket:3863. It also makes performance faster. | | | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | | | * | commit 00d230677378e02d7b995a62040357480ef09f87 | | | | | | Author: Adeel Asghar | | | | | | Date: Sat Apr 23 01:50:45 2016 +0200 | | | | | | | | | | | | fix simulation flags format for sphinz. | | | | | | | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | | | | | | * | commit c350b9bd299edb57b51d897862c9cdac1e73734a | | | | | | Author: Adeel Asghar | | | | | | Date: Sat Apr 23 01:38:17 2016 +0200 | | | | | | | | | | | | Qt clients and python targets are moved to top level make file | | | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | * | commit 15841df777df1c4b47ca49038c3305f4dc594ec6 | | | | | | Author: ptaeuber | | | | | | Date: Fri Apr 22 23:31:02 2016 +0200 | | | | | | | | | | | | Remove redundant debug dump | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | * | commit 8bd6359d22af26a7dde75d86d408d1dc8fa8df16 | | | | | | Author: Lennart Ochel | | | | | | Date: Fri Apr 22 22:58:09 2016 +0200 | | | | | | | | | | | | Dump more information for state sets | | | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | | * | commit 981faaad0a0f560a24c668af98ad65c190d2755b | | | | | | Author: Lennart Ochel | | | | | | Date: Fri Apr 22 15:59:00 2016 +0200 | | | | | | | | | | | | Fix initialization of dynamic state selection | | | | | | | | | | | | The current runtime design requires to evaluate the simulation | | | | | | system at least once before dynamic state selection can get | | | | | | initialized. | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | | | | | | * | commit c6e84de98873cd2a8723333e0dbec73e9c21a431 | | | | | | Author: Martin Sjölund | | | | | | Date: Thu Apr 21 18:12:32 2016 +0200 | | | | | | | | | | | | Fix memory profiler | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | * | commit 18210f47c5fbdc8677f5af7f154263e3406ed0f0 | | | | | | Author: jhag | | | | | | Date: Thu Apr 21 16:58:10 2016 +0200 | | | | | | | | | | | | update LOG_DSS dump | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | | | | | | * | commit c29d4542636166afb1c53790e264b004ead95750 | | | | | | Author: adrpo | | | | | | Date: Thu Apr 21 13:29:53 2016 +0200 | | | | | | | | | | | | copy the libomopcua.dll into the bin folder | | | | | | | | | | | | M SimulationRuntime/opc/ua/Makefile.common | | | | | | M SimulationRuntime/opc/ua/Makefile.in | | | | | | M SimulationRuntime/opc/ua/Makefile.omdev.mingw | | | | | | | | | | * | commit 3bd7ac2fd6b66ae59e83c8d4d4c10124b4193bb8 | | | | | | Author: Martin Sjölund | | | | | | Date: Thu Apr 21 12:38:00 2016 +0200 | | | | | | | | | | | | Use dumpExp instead of printExpStr in templates | | | | | | | | | | | | Note: In the future, Susan should probably gain a capability to print | | | | | | text using text escape sequences directly. | | | | | | | | | | | | M .gitattributes | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | M Compiler/Template/CodegenJava.tpl | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | M Compiler/Template/TaskSystemDump.tpl | | | | | | | | | | * | commit f07d8948be98f609ddce9e8317ed6100bf6749a4 | | | | | | Author: ptaeuber | | | | | | Date: Thu Apr 21 11:56:11 2016 +0200 | | | | | | | | | | | | Fix order | | | | | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | | | | * | commit 4d8f6c5283b784186985260ab269497e416da982 | | | | | | Author: jensdo | | | | | | Date: Thu Apr 21 11:30:00 2016 +0200 | | | | | | | | | | | | Fix sleep duration for rt sync on windows | | | | | | | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | | | | | | * | commit 86399e47492fcc7e2ecc8c28625d15b76633cf2d | | | | | | Author: Martin Sjölund | | | | | | Date: Thu Apr 21 11:10:59 2016 +0200 | | | | | | | | | | | | Replace CREF with ComponentPrefix in ElementSource | | | | | | | | | | | | It takes time to calculate a cref in elementsource and the only real | | | | | | usage of cref is in StateMachineFeatures (but it could just as well | | | | | | use hashing on the prefix; this is not done yet). | | | | | | | | | | | | Also removed generation of the _info.xml (replaced by the JSON file | | | | | | which has been the default for a long time). | | | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | | M Compiler/FrontEnd/ElementSource.mo | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | M Compiler/Template/TaskSystemDump.tpl | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | * | commit 077a6e61c6967433799fdf428c6489b444138f71 | | | | | | Author: Lena Buffoni | | | | | | Date: Thu Apr 21 10:58:48 2016 +0200 | | | | | | | | | | | | rem whitespaces | | | | | | | | | | | | M Compiler/Script/Binding.mo | | | | | | M Compiler/Script/Figaro.mo | | | | | | | | | | * | commit 459a362635b66f0044d6408eeee6af759247998d | | | | | | Author: Lena Buffoni | | | | | | Date: Thu Apr 21 10:03:10 2016 +0200 | | | | | | | | | | | | hierarchy fixed in FigaroExport | | | | | | | | | | | | M Compiler/Script/Binding.mo | | | | | | M Compiler/Script/Figaro.mo | | | | | | M common | | | | | | | | | * | | commit 30c4dbdfdfd3a248fd51847bd6670c94839729a0 | | | | | | Author: Lena Buffoni | | | | | | Date: Thu Apr 21 10:43:46 2016 +0200 | | | | | | | | | | | | rem whitespaces | | | | | | | | | | | | M Compiler/Script/Binding.mo | | | | | | M Compiler/Script/Figaro.mo | | | | | | | | | * | | commit ee87e1e52dcf8309c4ba3d4286e72c584a40cd96 | | | |/ / Author: Lena Buffoni | | | | | Date: Thu Apr 21 10:03:10 2016 +0200 | | | | | | | | | | hierarchy fixed in FigaroExport | | | | | | | | | | M Compiler/Script/Binding.mo | | | | | M Compiler/Script/Figaro.mo | | | | | M common | | | | | | | | * | commit b3b92998476047d72f3531eda243a92aea58e9e7 | | | | | Author: Martin Sjölund | | | | | Date: Thu Apr 21 09:59:23 2016 +0200 | | | | | | | | | | Fix for PowerSystems | | | | | | | | | | e44c8ff was not restrictive enough. It caused problems for: | | | | | model M = SomeBlock; | | | | | We now only optimize if the restrictions are equal. | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | | * | commit ad78c4418852ca1524a13b30782440f573bc592f | | | | | Author: adrpo | | | | | Date: Wed Apr 20 23:40:34 2016 +0200 | | | | | | | | | | attempt to fix ticket:3805 | | | | | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | | | | * | commit aab60103e129e85ba4a27995ee270d140985d442 | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 20 23:17:43 2016 +0200 | | | | | | | | | | Do not keep --no-undefined during the whole config | | | | | | | | | | M configure.ac | | | | | | | | * | commit 90bfcfbd8879522eeccd01fac42fa5e50e1d49cd | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 20 23:05:42 2016 +0200 | | | | | | | | | | No memory profiling on interface.mo-files | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | * | commit 25cc4ea0ba2a8e0b1d0b73b46412f87fc1d06016 | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 20 22:31:14 2016 +0200 | | | | | | | | | | Make special case for BackendVariable.getVarSingle | | | | | | | | | | BackendVariable.getVar returns a list of often size 1, and is expected | | | | | to return a list of exactly size 1. This checks that the size is 1 | | | | | directly in the call to getVarSingle. Also uses isPresent to avoid | | | | | constructing the indexes list if it is not desired. | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | M Compiler/FrontEnd/Types.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit a4a6b3ad752968fd28ed6572d9d6449fe2924bb2 | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 20 21:33:30 2016 +0200 | | | | | | | | | | Construct CREF after checking HT is not empty | | | | | | | | | | Constructing a CREF from Prefix is very expensive. It should probably | | | | | not be done at all (HashSet from ComponentPrefix to X instead of always | | | | | creating a CREF from Prefix first). | | | | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | | * | commit e44c8ffe2a39811260958fc841f3a53be7094c44 | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 20 18:21:34 2016 +0200 | | | | | | | | | | Make a special case for derived classes | | | | | | | | | | Handle derived class declarations with simple modifications special: | | | | | do not translate them using extends, but rather by directly using | | | | | the base class + modifiers. | | | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/Mod.mo | | | | | M Compiler/Util/Error.mo | | | | | | | | * | commit c932d4e7150d6392aa8f8d28d3438231f000ff10 | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 20 17:26:07 2016 +0200 | | | | | | | | | | Link lpsolve55 in compiler runtime | | | | | | | | | | M configure.ac | | | | | | | | * | commit 2e137d9606e622fb22a419b572a7352ae0bbbe33 | | | | | Author: vruge | | | | | Date: Wed Apr 20 16:43:13 2016 +0200 | | | | | | | | | | BackendDAECreate: removed inline for alg | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | * | commit eb7652c7a2d481410750584fd31fe7940e9b6053 | | | | | Author: adrpo | | | | | Date: Wed Apr 20 15:01:22 2016 +0200 | | | | | | | | | | extend BuildModelRecursive.mos to accept extraSimFlags | | | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | | | * | commit d523f13772775ffa63cdc0b6b994e75f92afdc03 | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 20 14:07:20 2016 +0200 | | | | | | | | | | Do not compile sim files when bootstrapping | | | | | | | | | | M Makefile.common | | | | | | | | * | commit c76b40bae80332b037f4e6a958e5eee73771a3f8 | | | | | Author: adrpo | | | | | Date: Wed Apr 20 12:59:29 2016 +0200 | | | | | | | | | | fix ticket:3783 | | | | | - add flag keepRedeclares to removeComponentModifiers and removeExtendsModifiers set to false by default | | | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | M Compiler/Script/Interactive.mo | | | | | | | | * | commit 45c0cb2d68b20296b0da4a0398d7b09ec9e28375 | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 20 11:33:22 2016 +0200 | | | | | | | | | | Allow cross-compiling bootstrapping without ipopt | | | | | | | | | | M Makefile.in | | | | | M configure.ac | | | | | | | * | | commit 4f37b928f04d7d823c4045d47003ef92302789b6 | | | | | Author: Niklas Worschech | | | | | Date: Tue Apr 26 13:48:00 2016 +0200 | | | | | | | | | | Merge branch 'master' into clocks | | | | | | | | | | # Please enter a commit message to explain why this merge is necessary, | | | | | # especially if it merges an updated upstream into a topic branch. | | | | | # | | | | | # Lines starting with '#' will be ignored, and an empty message aborts | | | | | # the commit. | | | | | | | | | | M .gitattributes | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | M Compiler/BackEnd/Tearing.mo | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | M Compiler/FrontEnd/DAE.mo | | | | | M Compiler/FrontEnd/ElementSource.mo | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | M Compiler/FrontEnd/Mod.mo | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | M Compiler/FrontEnd/Types.mo | | | | | M Compiler/Script/Binding.mo | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | M Compiler/Script/Figaro.mo | | | | | M Compiler/Script/Interactive.mo | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M Compiler/Template/CodegenJava.tpl | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | M Compiler/Template/CodegenXML.tpl | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M Compiler/Template/TaskSystemDump.tpl | | | | | M Compiler/Util/BaseAvlSet.mo | | | | | M Compiler/Util/BaseAvlTree.mo | | | | | M Compiler/Util/Error.mo | | | | | M Compiler/Util/Flags.mo | | | | | M Compiler/runtime/systemimpl.c | | | | | M Examples/BuildModelRecursive.mos | | | | | M Makefile.common | | | | | M Makefile.in | | | | | M Makefile.omdev.mingw | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | M SimulationRuntime/opc/ua/Makefile.common | | | | | M SimulationRuntime/opc/ua/Makefile.in | | | | | M SimulationRuntime/opc/ua/Makefile.omdev.mingw | | | | | M configure.ac | | | | | | | * | | commit fde84cd58b9f27f1e6a8db3fe00cfca390d92563 | | | | | Author: Niklas Worschech | | | | | Date: Tue Apr 26 13:26:17 2016 +0200 | | | | | | | | | | merged submoduls | | | | | | | | | | M common | | | | | | | * | | commit c57105d470fc1c3be912f1a0c0e5750865a7932e | | | | | Author: Worschech Niklas (DC/ENE22) | | | | | Date: Tue Apr 26 11:17:10 2016 +0200 | | | | | | | | | | fix for event clocks in cpp template | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | M SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | | | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | * | | commit 7733e05e0f349ad23a9435d5285fe9802b6a0e62 | | | | | Author: Niklas Worschech | | | | | Date: Wed Apr 20 14:40:07 2016 +0200 | | | | | | | | | | fix for dim zerofuncs | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * | | commit c138b2b2adf096f5446e32258a8b73a4b5a44c9e | | |\| | Merge: e04b3b70dc d5d018738f | | | | | Author: Niklas Worschech | | | | | Date: Wed Apr 20 11:12:37 2016 +0200 | | | | | | | | | | Merge branch 'master' into clocks | | | | | | | | | | # Conflicts: | | | | | # Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit d5d018738fdfacbbe30bb3dee09691a144affbbd | | | | | Author: Martin Sjölund | | | | | Date: Tue Apr 19 20:54:15 2016 +0200 | | | | | | | | | | Cache operator overloading | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | M Compiler/Global/Global.mo | | | | | M Compiler/Util/StackOverflow.mo | | | | | | | | * | commit f198b827ea3936c536761834ca3ae08b3cf00415 | | | | | Author: vruge | | | | | Date: Tue Apr 19 08:58:06 2016 +0200 | | | | | | | | | | RemoveSimpleEquations: remove force inline | | | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | * | commit 836ca3fa9c7fe7f79be4b65f8e467de0f298b21d | | | | | Author: Martin Sjölund | | | | | Date: Tue Apr 19 07:30:56 2016 +0200 | | | | | | | | | | Use env.var OPENMODELICAHOME when bootstrapping | | | | | | | | | | M Compiler/boot/Makefile.common | | | | | M Compiler/runtime/settingsimpl.c | | | | | | | | * | commit e74ce8c4fab3beeda583e7e5d82adad4c8e49cc7 | | | | | Author: adrpo | | | | | Date: Tue Apr 19 06:52:15 2016 +0200 | | | | | | | | | | Fix for ticket:3649 - split the connection set | | | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | | | | | * | commit 463ca8e0580d096f97b482e83c2803037285ef0d | | | | | Author: Martin Sjölund | | | | | Date: Mon Apr 18 21:26:08 2016 +0200 | | | | | | | | | | Handle fixAlgorithm traversal using referenceEq | | | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | | | * | commit f0613dd205821af89148a8fe3beb788a2fabedda | | | | | Author: Rüdiger Franke | | | | | Date: Mon Apr 18 20:37:34 2016 +0200 | | | | | | | | | | Use default C++ ABI, assuming Boost is doing this as well | | | | | | | | | | This adds on 6f376720754bf278dfae4c73c9ebf17129eeba31 "- fix for GCC 5". | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | * | commit fbedcab0b307f40b7e555cafa47c39c4bea6084e | | | | | Author: Martin Sjölund | | | | | Date: Mon Apr 18 17:32:15 2016 +0200 | | | | | | | | | | Use referenceEq more for InstExtends/Absyn | | | | | | | | | | Still does not find every possible structure to use referenceEq on, but | | | | | does find a much larger number than before (before, CREFs, function | | | | | calls, modifiers, etc. all caused referenceEq to fail). | | | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | M Compiler/Util/List.mo | | | | | | | | * | commit ccb265a437b6496a76254d170ea0ad62a2015d55 | | | | | Author: Martin Sjölund | | | | | Date: Mon Apr 18 14:30:24 2016 +0200 | | | | | | | | | | Make a more minimal FGraph structure | | | | | | | | | | Store Extra, Name, etc in a new GTOP structure. Use array loops to | | | | | make this GTOP point to a statically allocated top node. | | | | | | | | | | M Compiler/FFrontEnd/FCore.mo | | | | | M Compiler/FFrontEnd/FGraph.mo | | | | | M Compiler/FFrontEnd/FInst.mo | | | | | | | | * | commit 4dcb44d8acc2b5dc1f0e078da2ef9c0f47ebca6c | | | | | Author: Martin Sjölund | | | | | Date: Mon Apr 18 11:58:11 2016 +0200 | | | | | | | | | | Special cases for lookup/fq idents | | | | | | | | | | For lookup, add more cases for sending identifiers, avoiding memory | | | | | allocation of an Absyn.Path.IDENT as well as skipping some cases in | | | | | match expressions. | | | | | | | | | | For fully-qualifying paths, add special cases for builtin operators, | | | | | avoiding memory allocation for them (store them all in the executable | | | | | and use a lookup table (switch-expression) to quickly get the value | | | | | without memory allocation. | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | * | commit 6f9e018b13fc8ec8679e61a111b355b0502703b9 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Apr 18 08:59:06 2016 +0200 | | | | | | | | | | Small cleanup to Newton solver (std::copy) | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | * | commit 0d4c57c998dbda750b2d1b799a517cb3e6d07206 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Apr 18 08:09:45 2016 +0200 | | | | | | | | | | Enhance Newton solver with line search | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | * | commit e6905275cd70fccd918d953630764aebfb52b66e | | | | | Author: vruge | | | | | Date: Sun Apr 17 21:33:41 2016 +0200 | | | | | | | | | | move inline from BackendCreate to modul (normalInlineFunction) | | | | | - issues with complex function | | | | | - remove force inline don't work (e.g. for ThermoPower, Mdedia.TwoPhaseWate) | | | | | | | | | | preparatory work for tickt:3510 (partial merge from wibraun/OMCompiler/tree/newBackendInline16) | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 3b52462defaae0274d896846874e2a5dedff44bc | | | | | Author: Martin Sjölund | | | | | Date: Sun Apr 17 13:15:34 2016 +0200 | | | | | | | | | | Avoid printExpStr in SimCode | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Util/StringUtil.mo | | | | | | | | * | commit 7ea26e0e655f8452fbeee862181d232733aeee69 | | | | | Author: hkiel | | | | | Date: Sat Apr 16 22:32:53 2016 +0200 | | | | | | | | | | reduce memory usage | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | | * | commit 9c532799af4e2ba620dd60d7d9426190c33c1c6b | | | | | Author: Martin Sjölund | | | | | Date: Sat Apr 16 16:32:31 2016 +0200 | | | | | | | | | | Do not use part of list except when debugging | | | | | | | | | | M Compiler/FrontEnd/ElementSource.mo | | | | | | | | * | commit 22db45900ed434f3bf9e824e5e0b788b43d731be | | | | | Author: Martin Sjölund | | | | | Date: Sat Apr 16 14:14:00 2016 +0200 | | | | | | | | | | Avoid creating cref to lookup an ident | | | | | | | | | | M Compiler/FrontEnd/Builtin.mo | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | * | commit 70dd92aaebbcb11ae7ea1d227a345f03d39274ee | | | | | Author: Martin Sjölund | | | | | Date: Sat Apr 16 12:44:35 2016 +0200 | | | | | | | | | | Create symbolic Jacobian faster | | | | | | | | | | Avoid copying and merging variable sets when creating the known | | | | | variables for the symbolic Jacobian. | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | * | commit d6544d1e86a17501edc9712b66243a4990c1fab1 | | | | | Author: Martin Sjölund | | | | | Date: Sat Apr 16 10:38:09 2016 +0200 | | | | | | | | | | Memory optimizations | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | * | commit 2aca7e47a607ff53b9ed74aebf9db3c72bb0d313 | | | | | Author: Martin Sjölund | | | | | Date: Sat Apr 16 10:04:38 2016 +0200 | | | | | | | | | | Reduce memory consumption | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | M Compiler/FrontEnd/SCode.mo | | | | | M Compiler/FrontEnd/Static.mo | | | | | M Compiler/Script/Interactive.mo | | | | | | | | * | commit 2ac963a7f0eb6226545b8f30222e0aac8a3ebd6f | | | | | Author: adrpo | | | | | Date: Sat Apr 16 03:02:37 2016 +0200 | | | | | | | | | | fix windows builds after runtime changes | | | | | | | | | | M Compiler/boot/Makefile.common | | | | | M Compiler/boot/Makefile.in | | | | | M Compiler/boot/Makefile.omdev.mingw | | | | | M Compiler/runtime/Makefile.common | | | | | M Compiler/runtime/settingsimpl.c | | | | | | | | * | commit 0c33ef36338b4e54d96f4afd34c9eb51c242bdd2 | | | | | Author: Martin Sjölund | | | | | Date: Fri Apr 15 21:41:45 2016 +0200 | | | | | | | | | | Memory-saving performance changes | | | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | | | * | commit 7265334849d6c5599ab89497f4060f3b93de6314 | | | | | Author: Martin Sjölund | | | | | Date: Fri Apr 15 18:50:20 2016 +0200 | | | | | | | | | | Fix compilation on OSX | | | | | | | | | | M Compiler/boot/Makefile.common | | | | | M Compiler/runtime/Makefile.common | | | | | M Compiler/runtime/Makefile.in | | | | | M Compiler/runtime/settingsimpl.c | | | | | M configure.ac | | | | | | | | * | commit 9b56b3c36f768bf597562a5a30289bbde587c451 | | | | | Author: jensdo | | | | | Date: Fri Apr 15 18:13:27 2016 +0200 | | | | | | | | | | Fix name of OPC UA aliases, pt 2 | | | | | | | | | | Put the name of the alias, also for booleans | | | | | | | | | | M SimulationRuntime/opc/ua/omc_opc_ua.c | | | | | | | | * | commit 222a84763936e5d2c2c50cda898928ec1d23281c | | | | | Author: Martin Sjölund | | | | | Date: Fri Apr 15 16:42:42 2016 +0200 | | | | | | | | | | Make Compiler/runtime shared to avoid C++ issues | | | | | | | | | | This hopefully fixes OSX where there are multiple competing full C++ | | | | | ABI's. | | | | | | | | | | M Compiler/boot/Makefile.common | | | | | M Compiler/boot/Makefile.in | | | | | M Compiler/runtime/Makefile.common | | | | | M Compiler/runtime/Makefile.in | | | | | M Compiler/runtime/Makefile.omdev.mingw | | | | | M Makefile.common | | | | | M configure.ac | | | | | | | | * | commit d9f7f91e2191e48d8ff8718511d4f8fd09cf4cda | | | | | Author: Martin Sjölund | | | | | Date: Fri Apr 15 14:39:02 2016 +0200 | | | | | | | | | | Add support to hot-swap function impl at run-time | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | M Compiler/Util/System.mo | | | | | M Compiler/runtime/systemimpl.c | | | | | | | | * | commit 5fd8e2394e1ac83e4889b55c1aaae253720f86cd | | | | | Author: Lennart Ochel | | | | | Date: Fri Apr 15 09:46:24 2016 +0200 | | | | | | | | | | Fix generated code of algorithm when clauses | | | | | | | | | | see [ticket:3850] | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | * | commit a2599ba265db5d1338471cf469de75cf87362557 | | | | | Author: Martin Sjölund | | | | | Date: Fri Apr 15 09:10:42 2016 +0200 | | | | | | | | | | Fix for relocatable functions | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | * | commit 766fa6aed59b9b869d4abc364b47aa60fefc963f | | | | | Author: Martin Sjölund | | | | | Date: Fri Apr 15 08:45:33 2016 +0200 | | | | | | | | | | Use stat to check existance of file | | | | | | | | | | Old C++ code was invalid in C++11 and breaks on newer clang versions. | | | | | | | | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | | | | * | commit 668e38982b5755244eafe75c264cb35154ff8640 | | | | | Author: Martin Sjölund | | | | | Date: Fri Apr 15 07:59:48 2016 +0200 | | | | | | | | | | Relocatable function fix | | | | | | | | | | Do not hide protected functions when generating relocatable code. | | | | | Generated code needs to access these functions. | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | * | commit 4ed2f2bda8ee907d1fcbcce43e136a78113844ba | | | | | Author: Martin Sjölund | | | | | Date: Fri Apr 15 07:45:17 2016 +0200 | | | | | | | | | | Remove some unused external C code | | | | | | | | | | M Compiler/Util/System.mo | | | | | M Compiler/runtime/systemimpl.c | | | | | | | | * | commit cfcd347bd4bcb57daec2924c0d170f420b75912e | | | | | Author: Rüdiger Franke | | | | | Date: Fri Apr 15 07:12:41 2016 +0200 | | | | | | | | | | Remove duplicate creation of crefToSimVarHT | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit bd7263ee91deb0aaa1e621557983eef5e7c3d95d | | | | | Author: Rüdiger Franke | | | | | Date: Fri Apr 15 07:08:56 2016 +0200 | | | | | | | | | | Remove mixedArrayVars from Cpp code and SimVars | | | | | | | | | | They are a subset of states and derivatives added in 08b243e7b7. | | | | | See e.g.: Modelica.Blocks.Examples.FilterWithDifferentiation | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/SimCode/SimCodeVar.mo | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 44087ac162740bc85930e8dcd2ed4a2285a2b60f | | | | | Author: Martin Sjölund | | | | | Date: Thu Apr 14 23:40:12 2016 +0200 | | | | | | | | | | Add CXXFLAGS to some libraries | | | | | | | | | | M Compiler/runtime/Makefile.in | | | | | M Makefile.common | | | | | | | | * | commit b85a431c2035b7563a78ded55e07f5902611d073 | | | | | Author: Martin Sjölund | | | | | Date: Thu Apr 14 23:22:06 2016 +0200 | | | | | | | | | | Configure ANTLR with CXX | | | | | | | | | | CXX is actually unused, but may put g++ in the config.log even though it | | | | | is unused. | | | | | | | | | | M Parser/Makefile.common | | | | | | | | * | commit 829e658c11c6ffa397ee72ebe7d95a3a27105014 | | | | | Author: Lennart Ochel | | | | | Date: Thu Apr 14 23:05:30 2016 +0200 | | | | | | | | | | Use unique mapping for linearized variable names | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | * | commit 48bdc062c00a8aae50b78f64c536a09a8dcce28a | | | | | Author: jhag | | | | | Date: Thu Apr 14 12:07:41 2016 +0200 | | | | | | | | | | update the output of the numerical linearization | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | * | commit 08b243e7b78ad6f688ea8d0b8475a30e1ff42e02 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Apr 14 22:04:37 2016 +0200 | | | | | | | | | | Introduce names for states and derivatives | | | | | | | | | | See: ModelicaTest.Blocks.Continuous_InitialOutput | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 8bf71c6dc8ff17b3fe1e5b123ab95ad105a366e9 | | | | | Author: Martin Sjölund | | | | | Date: Thu Apr 14 21:05:55 2016 +0200 | | | | | | | | | | Increase the maximum number of threads for codegen | | | | | | | | | | After implementing FILE_TEXT in Susan, more threads can write data at | | | | | the same time without locking up the GC (because it is straight to | | | | | disk). This commit increases the previous maximum of 2 parallel threads | | | | | to the number of processors. | | | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | | * | commit 05cfc469d7706eccc61e045a393df2d740f20948 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Apr 14 20:45:20 2016 +0200 | | | | | | | | | | Delay construction of external objects | | | | | | | | | | FMU needs to initialize free parameters first. | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 89306dec2d6cc4e7d1ee2b2aebba4d58d9d7b6af | | | | | Author: hkiel | | | | | Date: Thu Apr 14 17:50:45 2016 +0200 | | | | | | | | | | fix coding style | | | | | else then -> else | | | | | remove unused variables | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/BackEnd/Tearing.mo | | | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | | | | * | commit 50cddbb45f3e3e5128043b691fb15a8c280ed47c | | | | | Author: Martin Sjölund | | | | | Date: Thu Apr 14 10:04:05 2016 +0200 | | | | | | | | | | Remove some unused buffers | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | * | commit eadffd4e43a2a90952ae39c2874483d76618c541 | | | | | Author: Martin Sjölund | | | | | Date: Thu Apr 14 08:56:26 2016 +0200 | | | | | | | | | | Support for writing Susan text directly to file | | | | | | | | | | This partially resolves ticket:3356 (separators with alignment and | | | | | wrapping was not yet implemented for direct file output). It is now | | | | | possible to make a Tpl.Text bound to a file. Such a file needs to be | | | | | explicitly closed because the Susan engine does not know what it is. | | | | | It is simply a Tpl.mo function that changes the internal structure | | | | | of the Text and writes its output directly to file. This is only | | | | | possible because it knows that it cannot be read. You could write in | | | | | the template that you want to append a FILE_TEXT to a MEM_TEXT, but | | | | | this would just result in errors. | | | | | | | | | | There are a few ways to use this new functionality. | | | | | | | | | | From MetaModelica: | | | | | | | | | | ```mo | | | | | Tpl.closeFile(somTplFunc,Tpl.redirectToFile(Tpl.emptyTxt, file)); | | | | | ``` | | | | | | | | | | From Susan: | | | | | | | | | | ``` | | | | | let &literalsFile = buffer "" | | | | | let &literalsFile += redirectToFile('<%fileNamePrefix%>_literals.h') | | | | | let &literalsFile += simulationLiteralsFile(fileNamePrefix, literals) | | | | | let &literalsFile += closeFile() | | | | | ``` | | | | | | | | | | Susan alternative: | | | | | ``` | | | | | redirectToFile('<%fileNamePrefix%>_literals.h') + | | | | | simulationLiteralsFile(fileNamePrefix, literals) | | | | | closeFile() | | | | | ``` | | | | | | | | | | Note that fully taking advantage of FILE_TEXT requires using as few let- | | | | | expressions as possible and as few impure external functions as | | | | | possible. The reason is that let-expressions need to be stored in memory | | | | | and that writing the expressions directly in the template in order is | | | | | very hard with impure functions. | | | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M Compiler/Template/Tpl.mo | | | | | M Compiler/Util/Error.mo | | | | | M Compiler/Util/File.mo | | | | | M Compiler/Util/StringUtil.mo | | | | | M Compiler/runtime/systemimpl.c | | | | | | | | * | commit 9076ed15647d169e66e29650d6f996e7af1dfc5f | | | | | Author: Rüdiger Franke | | | | | Date: Thu Apr 14 07:27:11 2016 +0200 | | | | | | | | | | Move ModelicaUtilities.h to main include directory | | | | | | | | | | Model specific code may want to include it. See: | | | | | ModelicaTest.Tables.*.*_usertab | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | R100 SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h SimulationRuntime/cpp/Include/ModelicaUtilities.h | | | | | | | | * | commit e7cbe783d5db4c3dac8c2b684d0c0bbeb1705bc7 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Apr 14 06:47:22 2016 +0200 | | | | | | | | | | Link model specific extra libs with msvc as well | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit 12f928e943cd2a42bd142e53f223d46099dbf558 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Apr 13 21:32:02 2016 +0200 | | | | | | | | | | Disable default clock for FMI export | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 8cf1a8fae4016681bff26981b6ef46204f94e3fc | | | | | Author: Rüdiger Franke | | | | | Date: Wed Apr 13 21:31:27 2016 +0200 | | | | | | | | | | Link Modelica utils and extra libs to Cpp FMUs | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit 58a87b7f299fc5ea9b962a0203d3f8e4c70bdd4c | | | | | Author: Martin Sjölund | | | | | Date: Wed Apr 13 17:31:44 2016 +0200 | | | | | | | | | | Avoid buffers when generating constant literals | | | | | | | | | | This is used to test future enhancements in ticket:3356. One of the | | | | | limitations for writing directly to files is that no temporary buffers | | | | | or texts are created. | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | * | commit dd4ad7747988e1dd1f40f93632275db398c7d2c5 | | | | | Author: Willi Braun | | | | | Date: Wed Apr 13 16:18:42 2016 +0200 | | | | | | | | | | generalize convertResidualsIntoSolvedEquations | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | * | commit 7068c812132b5994c98af9b210482a4dd1c8de89 | | | | | Author: Niklas Worschech | | | | | Date: Wed Apr 13 15:32:45 2016 +0200 | | | | | | | | | | fix for boost includes | | | | | added 3rdparty/boost for msvc and gcc | | | | | | | | | | M Makefile.omdev.mingw | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | | * | commit 3dc8b59a01d18723a6de50e3ba34c99d40a6af39 | | | |/ Author: hkiel | | | | Date: Wed Apr 13 15:14:34 2016 +0200 | | | | | | | | remove List.appendNoCopy() | | | | and replace calls to it by listAppend() | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/Types.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Util/Graph.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 925566254aa428e3261ab62515b6095339559df5 | | | | Author: Per Östlund | | | | Date: Wed Apr 13 11:53:19 2016 +0200 | | | | | | | | Fix for ticket:3842. | | | | | | | | - Use Expression.unliftArray instead of Types.unliftArray when | | | | simplifying symmetric. | | | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | * commit f35a0e242d35adcd0cbaf63dee6908b0d5f60b23 | | | | Author: Per Östlund | | | | Date: Wed Apr 13 11:08:58 2016 +0200 | | | | | | | | Clean up DAEUtil.splitElements. | | | | | | | | - Clean up DAEUtil.splitElements. | | | | - Move DAEDump.dumpDAEList -> DAEUtil.splitComponent | | | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | * commit 89c4bb600aeff469888077600945b61ad38c6139 | | | | Author: Jan Šilar | | | | Date: Wed Apr 13 10:54:27 2016 +0200 | | | | | | | | PDEModelica in AbsynDump | | | | | | | | field and indomain keywords added to AbsynDumpTpl templates. Fixing ticket: 3755 | | | | | | | | M Compiler/Template/AbsynDumpTV.mo | | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | | | * commit 82f543fde8249c660c40a659133480f63da28b8a | | | | Author: Martin Sjölund | | | | Date: Wed Apr 13 10:18:49 2016 +0200 | | | | | | | | Fix name of OPC UA aliases | | | | | | | | Previously, we put the name of the actual variable instead of the alias. | | | | Also, we added aliases for parameters even though parameters are not | | | | added in the OPC UA interface. | | | | | | | | M SimulationRuntime/opc/ua/omc_opc_ua.c | | | | | | | * commit b550ed1af58f5ec1d578bc5572e48302a8cb633e | | | | Author: Martin Sjölund | | | | Date: Wed Apr 13 09:54:44 2016 +0200 | | | | | | | | Implement support for relocatable functions | | | | | | | | With the debug-flag -d=relocatableFunctions, functions are generated as | | | | pointers, which should enable us to swap them out at run-time. The test | | | | suite passes, but a relocatable compiler can not be bootstrapped since | | | | it uses a different simulation runtime (compiled with different pre- | | | | processor flags). | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M Compiler/Util/Flags.mo | | | | M Compiler/boot/Makefile.common | | | | M Compiler/runtime/Dynload_omc.cpp | | | | M Compiler/runtime/errorext.cpp | | | | M Parser/Makefile.common | | | | M Parser/Modelica.g | | | | D Parser/ModelicaParser_omc.c | | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | | | * commit 9939891b3efa305530c13415fbd2dc6fd7f44932 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 13 09:18:27 2016 +0200 | | | | | | | | Always traverse down non-literal array expressions | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | | * commit 7251626eae07b7f934a2b13da2d76d676c9fa49c | | | | Author: Martin Sjölund | | | | Date: Wed Apr 13 08:57:25 2016 +0200 | | | | | | | | Handle literal array expressions better | | | | | | | | Partial fixes for ticket:3844. Do traverse further into arrays even if | | | | they are not array literals since it might be a part of a much bigger | | | | expression. | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | | * commit 661329bf90363d4e33bef84557c3c1e8e171a527 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 13 08:02:26 2016 +0200 | | | | | | | | Traverse record bindings when traversing functions | | | | | | | | This is a fix for ticket:3844. | | | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | * commit 62b81fe06efb67c9e6308d3c7d755b3f6e38c63c | | | | Author: Rüdiger Franke | | | | Date: Tue Apr 12 18:45:28 2016 +0200 | | | | | | | | Add DIM_EXP to code generation for reduction expression | | | | | | | | See: | | | | ModelicaTest.Fluid.TestComponents.Machines.TestWaterPumpCharacteristics | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 7ce091856df028c81d574aec15bf04ab574a0bcf | | | | Author: Martin Sjölund | | | | Date: Tue Apr 12 16:58:06 2016 +0200 | | | | | | | | Write the rest of init.xml as file | | | | | | | | M Compiler/SimCode/SerializeInitXML.mo | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | * commit cc7a3c978223bb9bf910a6fedca1f0d7c57b17cf | | | | Author: Adeel Asghar | | | | Date: Tue Apr 12 16:20:48 2016 +0200 | | | | | | | | Use pressure as quantity name | | | | | | | | M Compiler/runtime/unitparser.cpp | | | | | | | * commit 9c0d4845fc3328e38bd5513052fa0b67af2eaa97 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 12 15:59:25 2016 +0200 | | | | | | | | Faster stringAppend of 6 strings | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/Util/StringUtil.mo | | | | | | | * commit 47597700d236da4d2f36b6ef6f8ffaf0c76c4863 | | | | Author: Adeel Asghar | | | | Date: Tue Apr 12 15:46:59 2016 +0200 | | | | | | | | Added derived unit bar. | | | | | | | | M Compiler/runtime/unitparser.cpp | | | | | | | * commit a1c9bae84c6771fe97e7277fa1faa40818a20578 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 12 14:41:46 2016 +0200 | | | | | | | | Revert to old InstCache (baf1866) | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | * commit 6517ed8e735ca8e0fd5b516dd7f1b9c9888ae907 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 12 13:40:59 2016 +0200 | | | | | | | | Serialize init.xml directly to file | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/Dump.mo | | | | A Compiler/SimCode/SerializeInitXML.mo | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Util/File.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit b623cc22f985338539096a5fe91ffaa910e84e96 | | | | Author: Per Östlund | | | | Date: Tue Apr 12 12:27:37 2016 +0200 | | | | | | | | Improve DAE.traverseDAE* | | | | | | | | - Cleanup and improve DAE.traverseDAE* | | | | - Renamed some functions: | | | | * traverseDAE2 -> traverseDAEElementList | | | | * traverseDAE2_tail2 -> traverseDAEElement | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/Script/CevalScript.mo | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit a17aa0ec92666b2dfea9e1b098a29df9b4561cd0 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 12 10:14:02 2016 +0200 | | | | | | | | Only display RT warnings if RT is enabled | | | | | | | | M SimulationRuntime/c/simulation/solver/real_time_sync.c | | | | | | | * commit a35737a6c577ba97df32c6b86db04c1f38067a0a | | | | Author: hkiel | | | | Date: Tue Apr 12 09:31:51 2016 +0200 | | | | | | | | Use array instead of tuple to count variables | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 2399ea0938f20cf46a74403442bf95a6adc87660 | | | | Author: hkiel | | | | Date: Tue Apr 12 08:43:24 2016 +0200 | | | | | | | | Small optimisations to SimCodeUtil | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 82c3f1bbbc09a4398ee9e705c26086c9efd8b3d0 | | | | Author: Rüdiger Franke | | | | Date: Tue Apr 12 07:27:17 2016 +0200 | | | | | | | | Force evaluation of structural solverMethod | | | | | | | | See: Modelica_Synchronous.Examples.Systems.ControlledMixingUnit | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | * commit 81787f3ef82c791030fc108d8320d8dc8fca3a99 | | | | Author: adrpo | | | | Date: Tue Apr 12 02:11:41 2016 +0200 | | | | | | | | ANSI C needed for stupid compilers | | | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | * commit 26d5e8fc8d12339c9ee224c98e549f060c2ec83b | | | | Author: Cory Rupp | | | | Date: Mon Apr 11 23:14:28 2016 +0200 | | | | | | | | Memory leak fixes for sparse solvers. See ticket:3548 | | | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | | | | | * commit 588d564e4db5539912d87789ecdf2e89a7586778 | | | | Author: Rüdiger Franke | | | | Date: Mon Apr 11 22:21:32 2016 +0200 | | | | | | | | Always link Cpp FMUs with static gcc libs | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * commit 3344b5241fa523aa4c671b1010fb14bc38dfd619 | | | | Author: Rüdiger Franke | | | | Date: Mon Apr 11 22:02:40 2016 +0200 | | | | | | | | Keep more call parameters to external objects | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | * commit 271abb1ee37f138d014c11d22efe2ae1f1f77002 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 11 21:44:47 2016 +0200 | | | | | | | | Try to cache the keys of the InstCache | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | * commit 8dbf39e59bd0ef2a047768bc4606a9e542ce88c8 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 11 21:24:13 2016 +0200 | | | | | | | | Avoid some memory allocations | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | * commit a42d9165d326c01dde30f2e645e969c66970ed3a | | | | Author: Martin Sjölund | | | | Date: Mon Apr 11 17:27:29 2016 +0200 | | | | | | | | Tweak inst cache hashing | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/Util/BaseHashTable.mo | | | | M Compiler/Util/StringUtil.mo | | | | | | | * commit baf1866fd5747216ed9c55702b540bb9497cdfd5 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 11 15:47:43 2016 +0200 | | | | | | | | Use a new key for InstCache | | | | | | | | The new key for InstCache is a tuple of the parts that previously | | | | created an Absyn.Path by converting the individual elements to | | | | strings or paths. Now, we hash each tuple element individually. | | | | | | | | M Compiler/FFrontEnd/FNode.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | M Compiler/FrontEnd/SCode.mo | | | | | | | * commit e008b58a715182d8680a697cea8c0b55850773cb | | | | Author: Per Östlund | | | | Date: Mon Apr 11 13:55:21 2016 +0200 | | | | | | | | Fix DAEUtil.addDaeFunction. | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/Util/BaseAvlTree.mo | | | | | | | * commit 7007bf4b1dfa14a926c390eb930b9dfbc6138744 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 6 08:57:08 2016 +0200 | | | | | | | | Change DAE.FunctionTree to the new AvlTree | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/Differentiate.mo | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/FFrontEnd/FCore.mo | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | M Compiler/FrontEnd/DAE.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/FrontEnd/Inline.mo | | | | M Compiler/FrontEnd/InstDAE.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | | M Compiler/Util/VarTransform.mo | | | | | | | * commit 2b381915adb8162bec06a35b455e54b9c9e6825e | | | | Author: Willi Braun | | | | Date: Tue Feb 9 14:14:28 2016 +0100 | | | | | | | | added runtime ida integrator solver | | | | | | | | M Compiler/runtime/omc_config.h | | | | M SimulationRuntime/c/Makefile.common | | | | M SimulationRuntime/c/Makefile.objs | | | | A SimulationRuntime/c/simulation/solver/ida_solver.c | | | | A SimulationRuntime/c/simulation/solver/ida_solver.h | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | M configure.ac | | | | | | | * commit 390188e284afc2802ae08eb45e9116ee5e280be8 | | | | Author: Martin Sjölund | | | | Date: Sun Apr 10 13:05:23 2016 +0200 | | | | | | | | Use referenceEq for more InstExtends traversals | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | | * commit 0c3a76eb18021ef5faea1069f2130363dc7a5790 | | | | Author: Lennart Ochel | | | | Date: Mon Apr 11 10:08:25 2016 +0200 | | | | | | | | Add new flag to set maximum number of bisection iterations | | | | | | | | to determine state event time value | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | M SimulationRuntime/c/simulation/solver/events.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit 3a64133c5019f73f997e904a0b4ce8d54988c744 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 11 09:49:34 2016 +0200 | | | | | | | | Fix some InstExtends referenceEq | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | | * commit ec5320e0e8426ee799f027ae96fe8109dda8fcde | | | | Author: Martin Sjölund | | | | Date: Mon Apr 11 07:50:35 2016 +0200 | | | | | | | | Write common datatypes directly to file | | | | | | | | Serialize to file without using pathString, intString, realString. | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | M Compiler/Util/File.mo | | | | | | | * commit 1d08c394e817b7b3c1e540f098225b690e2c6f35 | | | | Author: Rüdiger Franke | | | | Date: Mon Apr 11 07:33:27 2016 +0200 | | | | | | | | Keep multi-dimensional array parameters, ticket:3363 | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | * commit 30d85487b828f40e84c2c74787f2486ed51ad75a | | | | Author: Rüdiger Franke | | | | Date: Sun Apr 10 23:24:20 2016 +0200 | | | | | | | | Small fix | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | * commit 4832d7a401e8f0319c602a16559871e3f45fe6dd | | | | Author: Rüdiger Franke | | | | Date: Sun Apr 10 22:26:00 2016 +0200 | | | | | | | | Add default clock period to C runtime, ticket:3752 | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 0182b277ef3602756afb535da5029ddb608c73d9 | | | | Author: Rüdiger Franke | | | | Date: Sun Apr 10 21:54:41 2016 +0200 | | | | | | | | Keep arrays of free parameters, ticket 3363 | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | * commit a204f67dd422d4cd16ce7b4c76d7b7dbae10572f | | | | Author: Martin Sjölund | | | | Date: Sun Apr 10 12:30:45 2016 +0200 | | | | | | | | Better listMaxInt | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | * commit d341b73bfedbc196aa012989bdd12a9650d42eb9 | | | | Author: Rüdiger Franke | | | | Date: Sun Apr 10 20:28:30 2016 +0200 | | | | | | | | Less aggressive fix to ticket:3363 | | | | | | | | Stay with old behavior; only keep free parameters. | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | * commit a10e5cd14a47f91b2d07012932517a4b530ee1bc | | | | Author: Martin Sjölund | | | | Date: Sun Apr 10 20:15:46 2016 +0200 | | | | | | | | Special case for list intersection | | | | | | | | M Compiler/Util/List.mo | | | | | | | * commit e64e95fb2b6d63d31e2a4c25d8e6093e8c78bbc9 | | | | Author: Martin Sjölund | | | | Date: Sun Apr 10 11:24:07 2016 +0200 | | | | | | | | Re-enable backendKeepEnv | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit a7a4dbee4177797093ba964189359e697241f1f6 | | | | Author: Rüdiger Franke | | | | Date: Sat Apr 9 23:50:28 2016 +0200 | | | | | | | | Support parametrization of external objects, fixing ticket:3363 | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | * commit 3c02320e3359f28277211822c57f463f006dfaca | | | | Author: Rüdiger Franke | | | | Date: Sat Apr 9 23:47:33 2016 +0200 | | | | | | | | Call destructors of external objects from Cpp runtime | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit 1ba0f8ab12951e12fa4adf4bcd4d5e3f5cb1c2d0 | | | | Author: Martin Sjölund | | | | Date: Sat Apr 9 21:38:37 2016 +0200 | | | | | | | | Send initial env to backend | | | | | | | | We should not need to evaluate package constants or instantiate classes | | | | once we have reached the backend, so we send in the initial environment | | | | instead. | | | | | | | | This behaviour can be disabled by setting -d=-backendKeepEnv. | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 4dbbfd4e54350d8a3f82df52b95c1e63637aa140 | | | | Author: Rüdiger Franke | | | | Date: Sat Apr 9 19:15:12 2016 +0200 | | | | | | | | More precise fix to ticket:3752 | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit 900bb22898c3edb459bfa21fe4379cce5e37d18d | | | | Author: Rüdiger Franke | | | | Date: Sat Apr 9 18:42:58 2016 +0200 | | | | | | | | Add default clock period to fix ticket:3752 | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | | | * commit 5d188489baaae24dac720a393e3d3002a3ea1204 | | | | Author: Martin Sjölund | | | | Date: Sat Apr 9 15:04:51 2016 +0200 | | | | | | | | Set -d=nogen in the backend to avoid dynload | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | * commit 85f4a3866d63d4d13781ae77d2e5832afbd48107 | | | | Author: Martin Sjölund | | | | Date: Sat Apr 9 14:19:21 2016 +0200 | | | | | | | | Refactoring EvaluateParameter | | | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | | | * commit 84c62fccce8807330b9526012fbdb4c3b4b4b554 | | | | Author: Rüdiger Franke | | | | Date: Sat Apr 9 12:59:34 2016 +0200 | | | | | | | | Evaluate structural Clock arguments (fix ticket:3717) | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/Util/Error.mo | | | | | | | * commit 6a704ad0a20d03908921ce25a8a0bbb7cade2381 | | | | Author: Martin Sjölund | | | | Date: Sat Apr 9 08:59:17 2016 +0200 | | | | | | | | Let execStat keep track of heap free/total size | | | | | | | | M Compiler/Global/Global.mo | | | | M Compiler/Util/Error.mo | | | | M Compiler/Util/ExecStat.mo | | | | | | | * commit 312e5a4510be276aa144946ca8091562fdbbed79 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 8 21:52:41 2016 +0200 | | | | | | | | Add debug flag reportSerializedSize | | | | | | | | The debug flag will serialize data structures and report their sizes | | | | via compiler notifications. | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Util/Error.mo | | | | M Compiler/Util/Flags.mo | | | | M Compiler/Util/StringUtil.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit 86e3c048dd628d89cd126b1ccd60c6896ed175ae | | | | Author: hkiel | | | | Date: Sat Apr 9 08:46:50 2016 +0200 | | | | | | | | reduce memory usage | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit d8837658db481d60eb94cb1fd0e1e934df94d27f | | | | Author: Willi Braun | | | | Date: Fri Apr 8 19:41:56 2016 +0200 | | | | | | | | revert unwanted change to debug flag | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit 12b9c58c79d4325fa9a61cac0a0ee84370f53e8b | | | | Author: Martin Sjölund | | | | Date: Fri Apr 8 19:23:22 2016 +0200 | | | | | | | | Changes to ElementSource | | | | | | | | - Do not store element source type by default (need debugging flags) | | | | - Changed connections to store as a list instead of option list | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | M Compiler/FrontEnd/DAE.mo | | | | M Compiler/FrontEnd/DAEDump.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/ElementSource.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstFunction.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/InstVar.mo | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | * commit 25dbe82c6412430005d4f01c3e336707117762ae | | | | Author: Per Östlund | | | | Date: Fri Apr 8 19:06:55 2016 +0200 | | | | | | | | Fix for ticket:3825. | | | | | | | | - Handle conditional expandable connectors. | | | | - Moved InstSection.isExpandableConnectorType => | | | | Types.isExpandableConnector. | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/Lookup.mo | | | | M Compiler/FrontEnd/Types.mo | | | | | | | * commit 6e3121a41ebd419b2110bfd0ef8bff5dd079d4d0 | | | | Author: Rüdiger Franke | | | | Date: Fri Apr 8 18:53:29 2016 +0200 | | | | | | | | Skip min/max for derivatives (work around ticket:3832) | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit f11f59c2012caedbe53899b220b65916e030edaf | | | | Author: Willi Braun | | | | Date: Fri Apr 8 15:52:52 2016 +0200 | | | | | | | | fixing ticket:3786 | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit 12997634ba5d8eff8fc929f1b65d8a4131bd9c7e | | | | Author: Martin Sjölund | | | | Date: Fri Apr 8 15:08:06 2016 +0200 | | | | | | | | Remove varkind from DAE.RECORD_CONSTRUCTOR | | | | | | | | The varKind seems to be unused and is expensive to calculate. It | | | | depends on storing a list of DAE.Type as deep as the prefix depth | | | | for each variable. This reverts b42e0c23. | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/InstFunction.mo | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 027b44e24c47ff187acfe9912a1627decc944fa0 | | | | Author: ptaeuber | | | | Date: Fri Apr 8 13:41:44 2016 +0200 | | | | | | | | Add compiler flag to skip tearing for specified components | | | | | | | | - --noTearingForComponent= | | | | - value is list with strong component indexes | | | | - to find out relevant indexes use +d=tearingdump | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/Error.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 0d11bbe987d2435ddc3704fadc5d0515f2d7d8b6 | | | | Author: ptaeuber | | | | Date: Fri Apr 8 12:50:33 2016 +0200 | | | | | | | | Introduce indexing of strong components | | | | | | | | Allows access to single components e.g. to deactivate tearing or | | | | to use a user defined tearing for selected components | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Global/Global.mo | | | | | | | * commit fc4de9ec85d04baa60a9a7c15bd4513c8cd2ab3e | | | | Author: Martin Sjölund | | | | Date: Fri Apr 8 13:28:41 2016 +0200 | | | | | | | | Try to free data to collect front-end garbage | | | | | | | | M 3rdParty | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Util/GC.mo | | | | | | | * commit fd246e86fd59d5e9766eb3f4bc140b8408c5e476 | | | | Author: Adeel Asghar | | | | Date: Fri Apr 8 11:59:46 2016 +0200 | | | | | | | | Set OMBUILDDIR properly. | | | | | | | | M SimulationRuntime/java_interface/Makefile.omdev.mingw | | | | | | * | commit e04b3b70dc1174bdfc1e738a177db1fee8f3cf5c | | |\ \ Merge: 1f4723eff7 a98c322684 | | | | | Author: niklwors | | | | | Date: Wed Apr 20 09:03:58 2016 +0200 | | | | | | | | | | Merge pull request #1 from vwaurich/synchronous | | | | | | | | | | -fix synchronous for variable intervals in cpp-runtime | | | | | | | | * | commit a98c3226841ab97e7a6bc0001d63cfd136198f2c | | |/ / Author: vwaurich | | | | Date: Thu Apr 14 16:07:58 2016 +0200 | | | | | | | | -fix synchronous for variable intervals in cpp-runtime | | | | -separate clocked equations | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | | | * | commit 1f4723eff77dc06aefcf3c4ad797ec8c73b15e5c | | |\| Merge: 029e82ef5a dec85325da | | | | Author: niklwors | | | | Date: Fri Apr 8 10:57:19 2016 +0200 | | | | | | | | Merge branch 'master' into clocks | | | | | | | * commit dec85325dac1c736b76a41a79cd8170955770112 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 8 09:59:27 2016 +0200 | | | | | | | | Consume less memory traversing expandDer | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | * commit ad9aa799a4a4f88dbdefe52fe0092e7aad9c93fe | | | | Author: Martin Sjölund | | | | Date: Fri Apr 8 08:18:29 2016 +0200 | | | | | | | | Get a better default size for SimCode hashset | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 98c1ed01c6e1fab60590900608a25d0978f78b7d | | | | Author: Per Östlund | | | | Date: Thu Apr 7 20:41:39 2016 +0200 | | | | | | | | Improve instantiation caching. | | | | | | | | - Only call Inst.generateCachePath once in instClassIn2 and | | | | partialInstClassIn, instead of twice for each class not found | | | | in the cache. | | | | - Don't store unused things in the cache. | | | | - Some code clean up. | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | | | * commit b1a1225dc000dfff44ad2de4925ebc13d20d1eca | | | | Author: Rüdiger Franke | | | | Date: Thu Apr 7 20:24:31 2016 +0200 | | | | | | | | Improve stop test and logging of Newton solver | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | * commit f90b5128d2c280147e2d88a9bcb2672e5f174b28 | | | | Author: Martin Sjölund | | | | Date: Thu Apr 7 16:56:20 2016 +0200 | | | | | | | | Fix typo extern extern | | | | | | | | M Compiler/runtime/errorext.cpp | | | | | | | * commit b0f602615368ce6d9cf5bbad573e5ca3b2285071 | | | | Author: Martin Sjölund | | | | Date: Thu Apr 7 16:29:58 2016 +0200 | | | | | | | | Fix problems with errorext bootstrapping linking | | | | | | | | M Compiler/runtime/Makefile.common | | | | M Compiler/runtime/Makefile.in | | | | | | | * commit 2c7da6d0cc76778927a8a6a4f15c19af9005f7cb | | | | Author: Martin Sjölund | | | | Date: Thu Apr 7 16:14:21 2016 +0200 | | | | | | | | Fix bottleneck for create model info | | | | | | | | This is related to ticket:3813. Uses an array of SimVar instead of | | | | pushing everything into a large uniontype record for every change | | | | to a simvar. The array is indexed by an enumeration, which maintains | | | | some knowledge of which field a particular index belongs to. The | | | | enumeration has elements ordered in FMI order since it is important | | | | these indexes appear in a certain order. | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit c3cf1e9236d5b875f58e8b9778f4694d50692730 | | | | Author: Martin Sjölund | | | | Date: Thu Apr 7 14:45:44 2016 +0200 | | | | | | | | Improve extractVarsFromList | | | | | | | | Send in some variables by closure instead of updating tuples in | | | | each iteration. Only call derVarFromStateVar on state variables. | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit f6051a17f2190e9d77387420f68fac38b73003bb | | | | Author: vwaurich | | | | Date: Thu Apr 7 13:46:47 2016 +0200 | | | | | | | | - caching of evaluated functions | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | * commit 058fd5a910a278833aeafabeb85c7b7236df7a7e | | | | Author: Rüdiger Franke | | | | Date: Thu Apr 7 12:23:32 2016 +0200 | | | | | | | | Add variable attributes to Newton solver | | | | | | | | - implement debug logging | | | | - exploit nominal values for approximation of Jacobian | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | * commit 8f17d04cca359bbc26d3a28cda0c1e66dc8366d9 | | | | Author: Martin Sjölund | | | | Date: Thu Apr 7 07:41:52 2016 +0200 | | | | | | | | Make error messages consume less memory | | | | | | | | This implements ticket:3824 by making updateCurrentComponent store the | | | | Prefix instead of always making a String out of it. This should result | | | | in a big performance gain without changing the behaviour of OMC. | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstVar.mo | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | M Compiler/Global/Global.mo | | | | M Compiler/Util/Error.mo | | | | M Compiler/Util/ErrorExt.mo | | | | M Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | | | | M Compiler/runtime/Error_omc.cpp | | | | M Compiler/runtime/errorext.cpp | | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | | | | | * commit 17d76a045681514c353ed754f7d830e101e51cee | | | | Author: hkiel | | | | Date: Thu Apr 7 07:41:07 2016 +0200 | | | | | | | | Fix compilation when not using SUNDIALS | | | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | | | * commit 9c5b9e7085aa0d4f0f0c89a5fdd0980ed2069842 | | | | Author: Rüdiger Franke | | | | Date: Thu Apr 7 07:13:21 2016 +0200 | | | | | | | | Add new attributes to IAlgLoop | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | | | * commit 583180ae42f6ce640beb1a794604fd5985f0433b | | | | Author: Adeel Asghar | | | | Date: Thu Apr 7 00:47:15 2016 +0200 | | | | | | | | copy PDEModelicaBuiltin.mo to builddir_lib | | | | | | | | M Compiler/Makefile.omdev.mingw | | | | | | | * commit 000a65f4a38daf840e55e5f8a41c7f1320104a5d | | | | Author: Rüdiger Franke | | | | Date: Wed Apr 6 23:24:23 2016 +0200 | | | | | | | | Make more variable attributes available in alg loops | | | | | | | | They are needed for debug messages and boxing. | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | | * commit 2894deef313b0e94342468c79d18607912509c7c | | | | Author: Martin Sjölund | | | | Date: Wed Apr 6 19:26:25 2016 +0200 | | | | | | | | Do not allocate memory to traverse prefix | | | | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | | | * commit 96898a5de5961eae09f5cfd178ff99d40cc915d0 | | | | Author: Willi Braun | | | | Date: Wed Apr 6 18:08:24 2016 +0200 | | | | | | | | generalize and move dasslJacobian flag | | | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit e44d63b88b90846046b3ab47c9adfcac7eeb16e1 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 6 16:22:29 2016 +0200 | | | | | | | | Replace HT with AvlSet in InstExtends | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | | * commit df3f1c9449a4db01cbe03a0f10c85a05814a8c2c | | | | Author: Willi Braun | | | | Date: Wed Apr 6 13:55:42 2016 +0200 | | | | | | | | extends solver stats for all solver | | | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | M SimulationRuntime/c/simulation/solver/radau.h | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | | | * commit e8fbdf632c630d6017cf31ce986010fbf9ae5825 | | | | Author: Rüdiger Franke | | | | Date: Wed Apr 6 13:19:25 2016 +0200 | | | | | | | | Improve stop and error tests of Newton solver | | | | | | | | - relate rtol to value instead of residual | | | | - throw nonlinear error if dgesv fails | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | * commit 41d4cef69a3c9298375ae565e6b67821e656457c | | | | Author: hkiel | | | | Date: Wed Apr 6 10:54:48 2016 +0200 | | | | | | | | avoid copying tuples | | | | recursion -> loop (BackendVariable.getVarLst) | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/Differentiate.mo | | | | M Compiler/BackEnd/Matching.mo | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 7d8f15f2cb51ce5fc6621c412652f3b3e488168a | | | | Author: ptaeuber | | | | Date: Wed Apr 6 10:33:25 2016 +0200 | | | | | | | | Introduce runtime flags for using sparse solvers | | | | | | | | <-lss=value> or <-lss value> | | | | value specifies the linear sparse solver method (default: umfpack) | | | | | | | | <-lssMaxDensity=value> or <-lssMaxDensity value> | | | | [double (default 0.2)] value specifies the maximum density | | | | for using a linear sparse solver | | | | | | | | <-lssMinSize=value> or <-lssMinSize value> | | | | [int (default 4001)] value specifies the minimum system size | | | | for using a linear sparse solver | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/Error.mo | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | M SimulationRuntime/c/simulation_data.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit fda31e08a672ad30e48a240a9fa9679fb2f3fff7 | | | | Author: ptaeuber | | | | Date: Tue Mar 15 08:48:40 2016 +0100 | | | | | | | | Introduce flag to skip tearing for huge systems | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/Error.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 325d842c0cf66513eec6c89b97616ddb00141620 | | | | Author: Rüdiger Franke | | | | Date: Wed Apr 6 09:56:31 2016 +0200 | | | | | | | | Whitespaces Newton solver | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | M SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | | | * commit cf3ceac0a8b2c35d1eb9f1052266cb46418e2cc3 | | | | Author: adrpo | | | | Date: Wed Apr 6 09:28:43 2016 +0200 | | | | | | | | make sure we have attribute defined before we use it | | | | | | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | | | * commit 11698385035e66f0eb5313f0a71483b48d5f7eaa | | | | Author: adrpo | | | | Date: Wed Apr 6 08:02:21 2016 +0200 | | | | | | | | update 3rdParty | | | | | | | | M 3rdParty | | | | | | | * commit fd0af6a15e3feee091809b37ad9356ea82b28c9b | | | | Author: Martin Sjölund | | | | Date: Wed Apr 6 07:37:34 2016 +0200 | | | | | | | | Add Avl sets in addition to trees | | | | | | | | Added package BaseAvlSet, and let BaseAvlTree extend from it to reduce | | | | code overlap. Replaced AvlTreeString with AvlSetString in Patternm.mo | | | | since it does not use the inserted values. | | | | | | | | M Compiler/FFrontEnd/FNode.mo | | | | M Compiler/FrontEnd/Patternm.mo | | | | A Compiler/Util/AvlSetString.mo | | | | M Compiler/Util/AvlTreeString.mo | | | | D Compiler/Util/AvlTreeString2.mo | | | | A Compiler/Util/BaseAvlSet.mo | | | | M Compiler/Util/BaseAvlTree.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit be289f9d79d1e4ad30c29d128dc4d6125d50bd62 | | | | Author: adrpo | | | | Date: Wed Apr 6 07:18:34 2016 +0200 | | | | | | | | fix windows build | | | | | | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | | | * commit 86230f2f492a99765cd028b92e7d14ea58e28a3f | | | | Author: Adeel Asghar | | | | Date: Wed Apr 6 05:11:36 2016 +0200 | | | | | | | | Avoid some warnings. | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | | | * commit 17bf815c44a925c32d03c569d2c22eb701014c05 | | | | Author: Rüdiger Franke | | | | Date: Tue Apr 5 21:54:47 2016 +0200 | | | | | | | | Small cleanup | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 9027e889d6f9b302706e3015f9ea3361d99483b4 | | | | Author: hkiel | | | | Date: Tue Apr 5 16:28:24 2016 +0200 | | | | | | | | avoid intermediate lists | | | | instead use: | | | | List.fold(List.map()) -> List.applyAndFold() | | | | List.map(List.map()) -> List.mapMap() | | | | listReverse(List.mapFlat()) -> List.mapFlatReverse() | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/Differentiate.mo | | | | M Compiler/BackEnd/DumpGraphML.mo | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/BackEnd/VisualXML.mo | | | | M Compiler/FFrontEnd/FLookup.mo | | | | M Compiler/FFrontEnd/FNode.mo | | | | M Compiler/FrontEnd/Algorithm.mo | | | | M Compiler/FrontEnd/CheckModel.mo | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/FrontEnd/NFMod.mo | | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | | M Compiler/FrontEnd/Patternm.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Util/BaseHashTable.mo | | | | M Compiler/Util/Flags.mo | | | | M Compiler/Util/List.mo | | | | M Compiler/Util/Util.mo | | | | | | | * commit 6a1e39bcda3022062ae8514bacc021706e9869c2 | | | | Author: hkiel | | | | Date: Tue Apr 5 16:10:28 2016 +0200 | | | | | | | | recursion -> loop | | | | | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | | | | * commit 6c0fc0ddad05d79ffd3ce106889acbf98c4f0619 | | | | Author: ptaeuber | | | | Date: Tue Apr 5 14:08:27 2016 +0200 | | | | | | | | Add missing comma to log-option | | | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | | | * commit b500b8450daeb6c26ccaa1e135f65c6ff6a9ce3e | | | | Author: Per Östlund | | | | Date: Tue Apr 5 12:27:12 2016 +0200 | | | | | | | | Move conditional component info to environment. | | | | | | | | - Move the information about deleted conditional components to | | | | FCore.Graph instead of Connect.Sets, to make it more efficient | | | | and simplify the connection handling. | | | | | | | | M Compiler/FFrontEnd/FCore.mo | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/Connect.mo | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/Lookup.mo | | | | M Compiler/FrontEnd/SCode.mo | | | | | | | * commit d89da7c600338926c18a2fe8f4d20fac61d84245 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 5 12:35:18 2016 +0200 | | | | | | | | Keep track of more memory allocations | | | | | | | | M Compiler/runtime/Error_omc.cpp | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | M Compiler/runtime/System_omc.c | | | | M Compiler/runtime/settingsimpl.c | | | | M Compiler/runtime/systemimpl.c | | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | | | | | * commit 8287b0b0ddf8200864f8fb196433a22ba03f810c | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 20:37:56 2016 +0200 | | | | | | | | Do some cref compare without printing to string | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * commit c15031068778074787f4da835eda8871bb3892ce | | | | Author: adrpo | | | | Date: Mon Apr 4 20:05:00 2016 +0200 | | | | | | | | update 3rdParty in OMCompiler | | | | | | | | M 3rdParty | | | | | | | * commit 70d6f0e22724423e532626f31ac3d4e825bbed38 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 18:07:53 2016 +0200 | | | | | | | | Use OMC allocation in more places over GC | | | | | | | | M Compiler/runtime/IOStreamExt_omc.cpp | | | | M Compiler/runtime/SimulationResults.c | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | M Compiler/runtime/systemimplmisc.cpp | | | | | | | * commit a2943a8ae104b7833814f4843c1a6b0a9c4799b0 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 17:30:56 2016 +0200 | | | | | | | | Optimize crefStr slightly | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * commit e841e30dce72a22469dae5e414361c89be0288c8 | | | | Author: adrpo | | | | Date: Mon Apr 4 17:17:43 2016 +0200 | | | | | | | | needed defines for Linux | | | | | | | | M Compiler/runtime/omc_config.h | | | | | | | * commit 817c9161644b07e6e9e7f34ab2d527e8d59c5fe5 | | | | Author: adrpo | | | | Date: Mon Apr 4 02:14:41 2016 +0200 | | | | | | | | fix ifdefs in omc_config.h | | | | | | | | M Compiler/runtime/omc_config.h | | | | | | | * commit 5e18b0523279c39f30519c843d4742fa63454c60 | | | | Author: adrpo | | | | Date: Mon Apr 4 00:24:19 2016 +0200 | | | | | | | | adapt to msys2 mingw32/mingw64 - ticket:2578 | | | | | | | | M Compiler/Main/Main.mo | | | | M Compiler/Script/CevalScript.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenFMU.tpl | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M Compiler/Template/SimCodeDump.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M Compiler/Util/System.mo | | | | M Compiler/boot/Makefile.omdev.mingw | | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | | M Compiler/runtime/Makefile.omdev.mingw | | | | M Compiler/runtime/Makefile.vc | | | | M Compiler/runtime/System_omc.c | | | | M Compiler/runtime/corbaimpl.cpp | | | | M Compiler/runtime/omc_config.h | | | | M Compiler/runtime/systemimpl.c | | | | M Compiler/scripts/Compile.bat | | | | M Compiler/scripts/Prompt.bat | | | | M Makefile.omdev.mingw | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | * commit b7a25b3f4396ceccc1330b8f77badf1dfe81955e | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 16:41:01 2016 +0200 | | | | | | | | Use OMC allocation functions instead of libgc | | | | | | | | M Compiler/runtime/System_omc.c | | | | M Compiler/runtime/systemimpl.c | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | | | * commit 68465ab6ade9970f0e637271929fae75f03a6cd7 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 14:53:54 2016 +0200 | | | | | | | | Fix compilation | | | | | | | | M SimulationRuntime/c/util/memory_pool.c | | | | | | | * commit 536387b30abdfbed8b454615488015bdb46ba333 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 14:37:05 2016 +0200 | | | | | | | | Profile memory allocations for strings | | | | | | | | M SimulationRuntime/c/util/memory_pool.c | | | | | | | * commit 4f671af01747d5fdadcc346496d41522d5bee42f | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 14:06:30 2016 +0200 | | | | | | | | Do not use listReverse in append_reverse | | | | | | | | The only difference is listReverse may optimize the case listLength==1. | | | | | | | | M Compiler/Util/List.mo | | | | | | | * commit b4f223efad14ba3a886d59b481711d7441ff7722 | | | | Author: Martin Sjölund | | | | Date: Sun Apr 3 16:07:51 2016 +0200 | | | | | | | | Handle listReverse of 1 element as a special case | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | | | * commit 18c51d6ec5b18f7ddf0ae2ee9e53436e434a392b | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 13:11:52 2016 +0200 | | | | | | | | Move functions into new package ElementSource | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/BackendEquation.mo | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/Causalize.mo | | | | M Compiler/BackEnd/Differentiate.mo | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/BackEnd/Initialization.mo | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | M Compiler/BackEnd/Matching.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/BackEnd/Tearing.mo | | | | R099 Compiler/Util/VisualXML.mo Compiler/BackEnd/VisualXML.mo | | | | M Compiler/BackEnd/XMLDump.mo | | | | M Compiler/FrontEnd/Algorithm.mo | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | M Compiler/FrontEnd/DAEDump.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | A Compiler/FrontEnd/ElementSource.mo | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | M Compiler/FrontEnd/Inline.mo | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstBinding.mo | | | | M Compiler/FrontEnd/InstDAE.mo | | | | M Compiler/FrontEnd/InstFunction.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/InstVar.mo | | | | M Compiler/FrontEnd/Patternm.mo | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/SimCodeTV.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit 492b0ccbe6e9c09b172da66539e4b9a79510f870 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 10:38:10 2016 +0200 | | | | | | | | Do not allocate operations if the flag is unset | | | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | * commit 5f554440800855b791ccedc229faa11a57ce4fb9 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 12:43:52 2016 +0200 | | | | | | | | Reduce the maximum codegen threads to 2 | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | * commit 0aff3d1e5986c9f3973b69b884887a7748cd20da | | | | Author: jhag | | | | Date: Thu Mar 24 11:54:37 2016 +0100 | | | | | | | | wrapFunctionCalls: avoid simple equations | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | | | * commit 7100384feb1baeaecc64b5fe304e88fdf9fe2ef7 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 08:50:36 2016 +0200 | | | | | | | | Workaround for bugs with hash tables | | | | | | | | M Compiler/FrontEnd/Inline.mo | | | | M Compiler/Util/BaseHashTable.mo | | | | | | | * commit f49dbc4a84d31db4208141069abd2b932042b82c | | | | Author: Martin Sjölund | | | | Date: Mon Apr 4 07:46:17 2016 +0200 | | | | | | | | Fix referenceEq for traverseExpBottomUp reduction | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | * commit cd37dee625bc7d1b0495c05e38856b3a9f3d9b21 | | | | Author: Martin Sjölund | | | | Date: Sun Apr 3 22:44:33 2016 +0200 | | | | | | | | Use a single shared HashTable for Inline.mo | | | | | | | | Add HashTable+VarTransform to the global roots in order to allocate a | | | | single HashTable in Inline.mo that only needs to clear the previously | | | | added elements before use (typically 3-4 instead of 4000 before, while | | | | also reducing the stress on GC). | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/FrontEnd/Inline.mo | | | | M Compiler/Global/Global.mo | | | | M Compiler/Util/BaseHashTable.mo | | | | | | | * commit 8bddad557901cb226cf5a65d27096370c5ec171a | | | | Author: vruge | | | | Date: Mon Apr 4 00:20:22 2016 +0200 | | | | | | | | clean up | | | | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | | | * commit a2edcfd4c6fb4212cbbfe9008c17e8225b05ef02 | | | | Author: vruge | | | | Date: Sun Apr 3 23:47:45 2016 +0200 | | | | | | | | - move some variable-function to BackenVariable | | | | - function for further development | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * commit 17340edfaffaff6cc0e508224d218cf05e388b16 | | | | Author: vruge | | | | Date: Sun Apr 3 23:16:21 2016 +0200 | | | | | | | | improved simplifyComplexFunction | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | * commit d7ed464b2a7f411292c24fc5bdedfc0d5a71b59a | | | | Author: Martin Sjölund | | | | Date: Sun Apr 3 22:27:34 2016 +0200 | | | | | | | | Inline: do assertion before memory allocation | | | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | * commit d42016bd8036d0095695ed6eddec98c4ab3aa910 | | | | Author: vruge | | | | Date: Sun Apr 3 21:26:45 2016 +0200 | | | | | | | | improved isContinuousIntegration for expressionSolve | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit a0ee81bcc6174b00b8263c35c06bc8fc20b78297 | | | | Author: Rüdiger Franke | | | | Date: Sun Apr 3 19:16:52 2016 +0200 | | | | | | | | Use VarKind JAC_VAR for Jacobian SimVars | | | | | | | | This further reduces erroneous guesses during Cpp code generation. | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 948feba7fa328ddf98ce4dc157d92495de360406 | | | | Author: Rüdiger Franke | | | | Date: Sun Apr 3 18:34:22 2016 +0200 | | | | | | | | Introduce VarKind SEED_VAR for SimVars | | | | | | | | Distinguish seed vars from STATE_DER during Cpp code generation | | | | without attempting to guess from the context. This partly reverts 7186674. | | | | See: PowerSystems.Examples.Spot.AC1ph_DC.Line | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit aea896ce34dffd0b9d8a32d5f9fdb1721b07a5fa | | | | Author: Martin Sjölund | | | | Date: Sun Apr 3 16:40:07 2016 +0200 | | | | | | | | Use implode_reverse in PrefixUtil | | | | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | | | * commit 98214dcfe0f1603eec2c52805f548c7883be6d00 | | | | Author: Martin Sjölund | | | | Date: Sun Apr 3 15:51:36 2016 +0200 | | | | | | | | Use referenceEq in more places in InstExtends | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 2ddae71332916f541f4bd5d779eb8f1ded3ada2a | | | | Author: Martin Sjölund | | | | Date: Sun Apr 3 13:52:33 2016 +0200 | | | | | | | | Enable code generation in parallel | | | | | | | | The default will enable parallel code generation if you have more than | | | | 2 physical cores, and will use half of the physical cores for code | | | | generation. The reason is that the templates allocate a lot of memory, | | | | causing the GC to become slow if too many threads are used. On a 4-core | | | | machine, 2 threads was 60~65% the speed of 1 thread and 3~4 threads around | | | | 75~105% the speed of 1 thread. It might need a new flag to tune the number | | | | of threads used. -d=-parallelCodegen disables the new functionality. | | | | NOTE: Parallel code generation is only used for the C code generator. | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenFMU.tpl | | | | M Compiler/Template/Tpl.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 3ad7933b365507edccf6f5640e114613d84e4845 | | | | Author: vruge | | | | Date: Sat Apr 2 22:51:03 2016 +0200 | | | | | | | | improved solveSimpleEquation | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit 28678f06807b4d68fad57d5f73520597fe2601d9 | | | | Author: Martin Sjölund | | | | Date: Sat Apr 2 21:28:14 2016 +0200 | | | | | | | | Use constant lookup for more operators | | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | * commit 34d31de30bef496d42f0233ee1804e7af0f554c3 | | | | Author: Martin Sjölund | | | | Date: Sat Apr 2 16:48:24 2016 +0200 | | | | | | | | Use constant lookup for more operators | | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | * commit e26c7b244c14e985e6d502e6bbf2a14419715c85 | | | | Author: Rüdiger Franke | | | | Date: Sat Apr 2 14:40:17 2016 +0200 | | | | | | | | Deactivate optimized matrix assign | | | | | | | | It generates wrong code for some PowerSystems Line models. | | | | Let's see which models suffer from not having the optimized assign. | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 718667496e574d59a74d5564030bcae1742f9caa | | | | Author: Rüdiger Franke | | | | Date: Sat Apr 2 13:46:51 2016 +0200 | | | | | | | | Add seed variables to SIMVARS | | | | | | | | This is to distinguish seeds from local vars like iterators. | | | | See: PowerSystems.Examples.Spot.DrivesAC3ph.SM_ctrl | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/SimCode/SimCodeVar.mo | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 392b6e64760fc2f76bfc36a1b5390d2101186efd | | | | Author: vruge | | | | Date: Mon Mar 28 21:55:27 2016 +0200 | | | | | | | | ExpressionSolve: added rule for solve if-expression inside continuous integration | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 49bc0cb3465b2158492b2130ffdc0ea92d505e37 | | | | Author: hkiel | | | | Date: Sat Apr 2 09:40:47 2016 +0200 | | | | | | | | preserve some more tuples | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 22754cb9db967521f839b3cf5fe8bec9597061a5 | | | | Author: Martin Sjölund | | | | Date: Sat Apr 2 07:34:39 2016 +0200 | | | | | | | | Use constant lookup for operatorsBinary, etc | | | | | | | | Earlier, we would append/flatten many lists to get the potential types | | | | of an operator. This is now mostly replaced with constant lookup. Some | | | | types are unknown, such as enumerations, but can these types can be | | | | generated cheaper than previously. | | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | * commit 18bb4e8a21aa8a210ae5834937254e72dd5b3d9d | | | | Author: Martin Sjölund | | | | Date: Sat Apr 2 05:57:19 2016 +0200 | | | | | | | | Do not generate function code for constants | | | | | | | | Constants are replaced by values and do not need to be duplicated in | | | | functions. Currently, if evaluation of the constant fails, we get the | | | | same constant that cannot be evaluated in the function prologue. | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | | * commit 141c87f0dc9769078d744e2fd6a182df5a99d5a5 | | | | Author: Per Östlund | | | | Date: Fri Apr 1 20:16:57 2016 +0200 | | | | | | | | Cleanup ConnectUtil. | | | | | | | | - Update ConnectUtil to modern MetaModelica, and remove unused code. | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | | | | * commit 5ed2c5ed4b5f8ae82685d98c7ceeb8d9f5f050bf | | | | Author: Martin Sjölund | | | | Date: Fri Apr 1 19:22:48 2016 +0200 | | | | | | | | Detect cardinality being used | | | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | | | | | * commit c914d20d47b869f1dbf863440ff534b6cbec8dc9 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 1 17:19:48 2016 +0200 | | | | | | | | Reduce memory used by state machines | | | | | | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | | | | | * commit d00a5127a742758678ac53a27820c83b29675160 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 1 16:58:56 2016 +0200 | | | | | | | | Some changes for C90 | | | | | | | | //-style comments are not allowed in ISO C90 (new gcc defaults). | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | M SimulationRuntime/c/simulation/solver/embedded_server.h | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | M SimulationRuntime/c/util/rational.h | | | | M SimulationRuntime/c/util/rtclock.h | | | | | | | * commit 82e78ebd5f7616ea24ff4bf8598c72e978bad963 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 1 14:56:08 2016 +0200 | | | | | | | | Reduce memory allocations for ConnectUtil | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | * commit 13e54206ff808b3818bb21b2c598205fedf952e6 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 1 13:27:22 2016 +0200 | | | | | | | | Change to prepend instead of append | | | | | | | | setTrieUpdateLeaf now prepend a node if it does not find any node to | | | | update. This saves a lot of memory since otherwise the entire set is | | | | updated on every new node that is added. It is still slow in time. | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | M Compiler/Util/DoubleEndedList.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit e5d70b8c4629f0c9638ffa8ea973359f5ed538c6 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 1 12:36:21 2016 +0200 | | | | | | | | Remove redundant size Integer from HashTable | | | | | | | | Also removed some unnecessary outputs (when we know that the HT is | | | | updated mutable without changing the returned structure, etc). | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/BackEnd/HashTableSM.mo | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | M Compiler/BackEnd/UnitCheck.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/Util/BaseHashTable.mo | | | | M Compiler/Util/HashTable.mo | | | | M Compiler/Util/HashTable2.mo | | | | M Compiler/Util/HashTable3.mo | | | | M Compiler/Util/HashTable4.mo | | | | M Compiler/Util/HashTable5.mo | | | | M Compiler/Util/HashTable6.mo | | | | M Compiler/Util/HashTableCG.mo | | | | M Compiler/Util/HashTableCrIListArray.mo | | | | M Compiler/Util/HashTableCrILst.mo | | | | M Compiler/Util/HashTableCrIntToExp.mo | | | | M Compiler/Util/HashTableCrToCrEqLst.mo | | | | M Compiler/Util/HashTableCrToExp.mo | | | | M Compiler/Util/HashTableCrToExpOption.mo | | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | | M Compiler/Util/HashTableCrToUnit.mo | | | | M Compiler/Util/HashTableExpToExp.mo | | | | M Compiler/Util/HashTableExpToIndex.mo | | | | M Compiler/Util/HashTableExpToIndexExp.mo | | | | M Compiler/Util/HashTablePathToFunction.mo | | | | M Compiler/Util/HashTableSM1.mo | | | | M Compiler/Util/HashTableStringToPath.mo | | | | M Compiler/Util/HashTableStringToProgram.mo | | | | M Compiler/Util/HashTableStringToUnit.mo | | | | M Compiler/Util/HashTableTypeToExpType.mo | | | | M Compiler/Util/HashTableUnitToString.mo | | | | M Compiler/Util/VarTransform.mo | | | | | | | * commit 7eb2bd0d2ffec2a644c5e566652192aced226f5a | | | | Author: Willi Braun | | | | Date: Fri Apr 1 11:10:30 2016 +0200 | | | | | | | | improve sortEqnsVars module | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 1aec67d1dc423cd72c2fca5a9442e43493bef0bf | | | | Author: hkiel | | | | Date: Thu Mar 31 18:54:49 2016 +0200 | | | | | | | | preserve more tuples | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 19712133acba9067d719479a0d7128f3efdc3c61 | | | | Author: Lennart Ochel | | | | Date: Thu Mar 31 18:13:34 2016 +0200 | | | | | | | | Improve description of module wrapFunctionCalls | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 27234f653cc1fe985f5c93f155d3ab9e80fdef56 | | | | Author: adrpo | | | | Date: Thu Mar 31 17:16:39 2016 +0200 | | | | | | | | - windows fix for ticket:3809 | | | | | | | | M Compiler/runtime/systemimpl.c | | | | | | | * commit a78d6b3396c0b562c2baf50ffee1da97ba05b6b0 | | | | Author: vruge | | | | Date: Thu Mar 31 16:23:37 2016 +0200 | | | | | | | | use System.tmpTickIndex as counter | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | * commit e0b38d17e50af0e3017270b455e0d847a23a2a54 | | | | Author: hkiel | | | | Date: Thu Mar 31 16:00:53 2016 +0200 | | | | | | | | remove tuple decompostion-recomposition | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendEquation.mo | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 4da6f5b06633f938b0403d509439cbf8bf5c8a5a | | | | Author: ptaeuber | | | | Date: Thu Mar 31 11:37:09 2016 +0200 | | | | | | | | Solve assigned variables in when-equation in the equation | | | | | | | | This is about to fix ticket:1228 | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit ae226805806a8e6926772e70ac39618cc3797133 | | | | Author: hkiel | | | | Date: Thu Mar 31 10:58:53 2016 +0200 | | | | | | | | Optimize some operations on lists | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | * commit 971d7f1d9488de8d85f60fe846b0158b905f62bc | | | | Author: Martin Sjölund | | | | Date: Thu Mar 31 10:08:23 2016 +0200 | | | | | | | | Do not reset matching on no change | | | | | | | | For wrapFunctionCall, do not reset the matching unless the module | | | | actually added an equation or variable. | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | | | * commit 09afcd1400520587944eb18f7d922e8dc997ce1e | | | | Author: Martin Sjölund | | | | Date: Thu Mar 31 09:55:12 2016 +0200 | | | | | | | | Fix stack overflow in traversal | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 29cc490f3c227010cb710f9ae58208f6b23244c5 | | | | Author: hkiel | | | | Date: Thu Mar 31 09:35:17 2016 +0200 | | | | | | | | replace List.flatten(listReverse(l)) by List.flattenReverse(l) | | | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 2eb7120c0086498a36025fc14fc5ad227a2d1d24 | | | | Author: Lennart Ochel | | | | Date: Thu Mar 31 09:17:53 2016 +0200 | | | | | | | | Add libomopcua.dll to .gitignore file | | | | | | | | M .gitignore | | | | | | | * commit e57ec5c74a6ddc0d064f47d7ad9a4f3664ae4a6f | | | | Author: hkiel | | | | Date: Thu Mar 31 09:04:38 2016 +0200 | | | | | | | | Fix SimulationRuntime/c for OSX | | | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | | | * commit 8d51784ee238aad07763a03e47cade2ae9b650c9 | | | | Author: Rüdiger Franke | | | | Date: Thu Mar 31 08:38:23 2016 +0200 | | | | | | | | Revert "Access iterators locally in alg loops as well" | | | | | | | | This reverts commit a37f8bace13daa81f3b47ed4add598562a564cb1. | | | | See Modelica.Fluid.Examples.HeatingSystem | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 3b38cab6430c1beba29f596d6b2901aea2a0957c | | | | Author: Martin Sjölund | | | | Date: Thu Mar 31 07:52:27 2016 +0200 | | | | | | | | Fix for unassigned variable in function | | | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | | | * commit 536d88e0466079e0e096094ae989e00764f13164 | | | | Author: Rüdiger Franke | | | | Date: Wed Mar 30 21:59:02 2016 +0200 | | | | | | | | Create closure for functions without args | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit a37f8bace13daa81f3b47ed4add598562a564cb1 | | | | Author: Rüdiger Franke | | | | Date: Wed Mar 30 16:58:09 2016 +0200 | | | | | | | | Access iterators locally in alg loops as well | | | | | | | | See: PowerSystems.Examples.Spot.DrivesAC3ph.SM_ctrl | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 630a9d05d512a3112c1d7c50f5d305bdba029e70 | | | | Author: ptaeuber | | | | Date: Tue Mar 22 17:49:59 2016 +0100 | | | | | | | | Prototype for total tearing | | | | | | | | This module determines all possible tearing sets for a system. | | | | Especially for research purposes. | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/Array.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 7d676ef9fdd7e0d4c7db40bc2cb0171d8a42727e | | | | Author: Lennart Ochel | | | | Date: Sat Mar 26 11:12:12 2016 +0100 | | | | | | | | Improve documentation of some flags | | | | | | | | * preOptModules+/- | | | | * postOptModules+/- | | | | * initOptModules+/- | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 789f9965c55ec8ca0c834330a7b08150da4c55f6 | | | | Author: crupp2 | | | | Date: Mon Mar 14 12:12:32 2016 -0600 | | | | | | | | implement numerical linearization | | | | | | | | numerical linearization + data recovery implementation | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | | M SimulationRuntime/c/openmodelica_func.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit f1c557c847dee2c4f775f30de8b92167b6f90fe2 | | | | Author: Per Östlund | | | | Date: Tue Mar 29 14:22:50 2016 +0200 | | | | | | | | Decrease default instantiation cache size. | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit cedd89a125f6aee7402bcab995521ab323264ba8 | | | | Author: Martin Sjölund | | | | Date: Tue Mar 29 13:25:01 2016 +0200 | | | | | | | | Change order of listAppend | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | * commit 1e32d47b6ad944d1b08da3e63012eb94ced0d2ec | | | | Author: Per Östlund | | | | Date: Tue Mar 29 13:04:22 2016 +0200 | | | | | | | | Disable removing of duplicate equations. | | | | | | | | - Disable removing of duplicate equations, since it's deprecated, | | | | unused and slow. | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | * commit 16226ebe6d5ba7a03498d51756482c9cad9f06cb | | | | Author: Per Östlund | | | | Date: Mon Mar 21 16:40:25 2016 +0100 | | | | | | | | Add new instCacheSize flag. | | | | | | | | - Added new instCacheSize flag that can be used to change the size | | | | of the instantiation cache. | | | | - Increased the default size of the instantiation cache to better | | | | handle large models. | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/Util/BaseHashTable.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 3dc2a248f6a864ccfdfab0af1468c8fe82e70383 | | | | Author: vruge | | | | Date: Tue Mar 29 10:06:06 2016 +0200 | | | | | | | | slight improvement (ticket:3801) | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit 992c9244f1d251d7536214941f71021cbd383061 | | | | Author: Martin Sjölund | | | | Date: Tue Mar 29 09:18:45 2016 +0200 | | | | | | | | Remove unused code | | | | | | | | M Compiler/Util/VarTransform.mo | | | | | | | * commit 5ad8e78a7278419fa4b9831a961d5847004b512b | | | | Author: Rüdiger Franke | | | | Date: Tue Mar 29 03:50:47 2016 +0200 | | | | | | | | Attempt to fix msvc build after 9a0cbdb | | | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | | | * commit 5e8c11b1932d7bbf72019fc19f62ce4c8a319d7e | | | | Author: adrpo | | | | Date: Tue Mar 29 00:40:20 2016 +0200 | | | | | | | | - fix ticket:3801 | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit 76e6efa9e033f3a6c23f9a0c058e1c8f597509bf | | | | Author: adrpo | | | | Date: Mon Mar 28 23:45:56 2016 +0200 | | | | | | | | - revert previous commit | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit c81d1df46af027c78dcea8e280912bec2f42233d | | | | Author: adrpo | | | | Date: Mon Mar 28 23:25:45 2016 +0200 | | | | | | | | - attempt to fix ticket:3801 | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit 6eefa07bd9ef9086d6d0159f35114ca6927db4a7 | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 23:07:44 2016 +0200 | | | | | | | | Record sorting/state selection in execstat | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 9feeed444a335a0d2c29cd3c3087123abd440925 | | | | Author: Rüdiger Franke | | | | Date: Mon Mar 28 22:10:02 2016 +0200 | | | | | | | | Tweak F77 call args | | | | | | | | - add const to inputs | | | | - treat char args as const char* | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit 9a0cbdb5c64ead94a746cb87426b02c3841a10de | | | | Author: Rüdiger Franke | | | | Date: Mon Mar 28 22:06:45 2016 +0200 | | | | | | | | Implement identity function | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | | | * commit 3702bb9bd81a98203dc2919c1ab0651bb04fce8b | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 21:44:49 2016 +0200 | | | | | | | | Do not use Option in FGraph.openScope | | | | | | | | All calls to openScope were using SOME(id), which allocates a SOME-cell | | | | for every single call to openScope. While easy to collect, it still | | | | causes some extra work for the GC, so it has been refactored away. | | | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | | M Compiler/FrontEnd/Ceval.mo | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstExtends.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/Lookup.mo | | | | M Compiler/FrontEnd/Patternm.mo | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Script/Interactive.mo | | | | | | | * commit 7f405eff6f130f47560cd7c0e44550b25da20a53 | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 21:31:51 2016 +0200 | | | | | | | | Do not allocate same Absyn.CREF when traversing | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | | * commit 9a6f2aa2b430806ae68881d2bea4d6834a1df4d5 | | | | Author: vruge | | | | Date: Mon Mar 28 20:46:06 2016 +0200 | | | | | | | | don't inline inside solveSimpleEquation (performance issues after inline) | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit 50ebc1fe6a3f601056b6f6389c4dbc0cf4ed44f8 | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 20:10:14 2016 +0200 | | | | | | | | Fix scalability of matching | | | | | | | | Only clear the indexes that were set to true in the previous iteration. | | | | This makes the complexity of matching become much closer to linear in | | | | time. | | | | | | | | M Compiler/BackEnd/Matching.mo | | | | | | | * commit f98a3b2a67030a91e927e5c57abbcdb94d378e29 | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 18:30:49 2016 +0200 | | | | | | | | Do not allocate tables for DSS using uode | | | | | | | | This commit disables allocating of large hash tables for dynamic state | | | | selection when using uode (no DSS), and sizes the hash tables based on | | | | the number of states if we do use DSS. | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/BackEnd/Matching.mo | | | | | | | * commit e07680e1d228e923d42283f358062ce7ce726ef0 | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 16:15:05 2016 +0200 | | | | | | | | Do not compile dlopen for FMUs | | | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | | | * commit b6f2d8ba13eb0b31e10a794d7a944bd1f77d4edf | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 15:56:00 2016 +0200 | | | | | | | | Change set representation for BackendVarTransform | | | | | | | | Most expressions contain few crefs (0~2), so we use a list for a set | | | | representation. The HashSet datatype typically allocates 4k elements | | | | just to remove duplicates in this set of 0~2 variables. | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | * commit cbd4fc8f72a445c54b2544e0fa4a89f45f8bd3d8 | | | | Author: Rüdiger Franke | | | | Date: Mon Mar 28 15:42:57 2016 +0200 | | | | | | | | Another fix for ArraySlice with dim = 1 vs. whole dim | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | * commit bb4bdc29756f9e5b77e76e7c85ed3066cf4c0e08 | | | | Author: Rüdiger Franke | | | | Date: Mon Mar 28 14:02:20 2016 +0200 | | | | | | | | Revert "Fix ArraySlice for dim reduction if size(dim) is 1" | | | | | | | | This reverts commit d4f46815a2b6811b44e945e653c6dc4fc6f94ad5. | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | * commit 630d4b6772f1a141e6829977a5646af43fb42175 | | | | Author: vruge | | | | Date: Mon Mar 28 15:28:57 2016 +0200 | | | | | | | | simplify ASUB for binarays | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | * commit 89a5ee4e30180d7d69f9ce7a2a399ab3be9e1179 | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 14:59:44 2016 +0200 | | | | | | | | Append in the fast order | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit 9fef384bcc3bf1c723767f59df3e7e9fcffec83f | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 14:57:51 2016 +0100 | | | | | | | | Improve performance of traversals | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * commit acf466e4c9e96f73394d9fff67972877dd5d7d68 | | | | Author: Martin Sjölund | | | | Date: Mon Mar 28 13:42:17 2016 +0200 | | | | | | | | Improve performance of traversals | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/Util/DoubleEndedList.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit fdacf597a6c3c31cf78d7a64476fab6efadce7b9 | | | | Author: Rüdiger Franke | | | | Date: Mon Mar 28 11:26:21 2016 +0200 | | | | | | | | Support external function that returns a string array | | | | | | | | See Modelica.Utilities.Streams.readFile in MSL 3.2.2 | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | * commit c74ac6c4716af060276b455ca09be3d8e6c97c7f | | | | Author: Rüdiger Franke | | | | Date: Mon Mar 28 11:22:41 2016 +0200 | | | | | | | | Fix ModelicaAllocateString to consider null terminator | | | | | | | | See ModelicaInternal.c calling e.g. ModelicaAllocateString(0) | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | | | * commit d4f46815a2b6811b44e945e653c6dc4fc6f94ad5 | | | | Author: Rüdiger Franke | | | | Date: Mon Mar 28 11:17:15 2016 +0200 | | | | | | | | Fix ArraySlice for dim reduction if size(dim) is 1 | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | * commit 84a39dc5a3ad0cc8df541d0a05ad03d2185dbab0 | | | | Author: Rüdiger Franke | | | | Date: Sun Mar 27 20:57:11 2016 +0200 | | | | | | | | Let ModelicaFormatError format the message | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | | | * commit 86d4eee6e945d7b6fa3c85d7fb763614f3feff04 | | | | Author: Rüdiger Franke | | | | Date: Sun Mar 27 20:55:40 2016 +0200 | | | | | | | | Fix compilation errors for ModelicaTest.Utilities | | | | | | | | - remove targTest name from SIMEXTARGSIZE (TestReadFile) | | | | - treat reserved names like "string" in record members (TestStrings) | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 1fe4ff25c4c5b4593ea2128c275525c9c5399af1 | | | | Author: Rüdiger Franke | | | | Date: Sun Mar 27 20:31:08 2016 +0200 | | | | | | | | Support ArraySlice with negative step | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | * commit e9bb3a161337ddea60294f1ac788dbbf09116b0a | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 26 22:48:31 2016 +0100 | | | | | | | | Skip actual simulation if no time span specified | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | * commit 5aae6d2dd912c6717538b5e88ed75227b7ef4885 | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 26 20:37:23 2016 +0100 | | | | | | | | Clean up duplicate and unused templates | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit 7514136b18cc5a76615d7b9293639273f0293d61 | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 26 19:29:51 2016 +0100 | | | | | | | | Improve indentation of Cpp array code | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit bfe5eb20b9d89d57fb942f41ce95e4368f9ba93e | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 26 19:17:26 2016 +0100 | | | | | | | | Directly call Slice constructor for slice expressions | | | | | | | | This reduces the generated Cpp code. No temporary array | | | | is generated anymore for the index set (range expression). | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 0af318b75e58e74c868c3b43d3d8263f86a1916c | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 26 19:07:57 2016 +0100 | | | | | | | | Attempt to fix the reverted ArraySlice issue | | | | | | | | We would need a test or at least a ticket for it. | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | * commit ce2f8816821931a9c3c1f40955579c633e683476 | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 26 14:28:50 2016 +0100 | | | | | | | | Revert "fixed bug which lead to wrong cat_array behaviour for ArraySlice" | | | | | | | | This reverts commit 1adf486dcdb915e76ce01d0871fab6d36a7e8f0a | | | | because ModelicaTest.{PadeDelay1,PadeDelay2} segfault and | | | | and getDim(0) must be wrong for one based arrays. | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | * commit 5f32cac6ff671ae779752f1a44aa0fcbbb295484 | | | | Author: vruge | | | | Date: Fri Mar 25 18:03:03 2016 +0100 | | | | | | | | Revert "solveSimplEquation change order" | | | | | | | | This reverts commit f71b9780d2331a2bd0a21f17f8f42429c8365a66. | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit a53faabc95d75d08fe9bd3c1b9bed1875ca827ca | | | | Author: vruge | | | | Date: Fri Mar 25 15:52:29 2016 +0100 | | | | | | | | reduce implicit inlining | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | * commit 6387b43560994d292f0d61e81d853666c74a83b5 | | | | Author: vruge | | | | Date: Wed Mar 23 20:09:22 2016 +0100 | | | | | | | | Fix for #3791 | | | | don't force inline function with annotation(Inline=false), trust modeler | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/Differentiate.mo | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/FrontEnd/DAE.mo | | | | M Compiler/FrontEnd/DAEDump.mo | | | | M Compiler/FrontEnd/Inline.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit b84340bb2b996f69f812729bef41b399fb2d3dcf | | | | Author: Rüdiger Franke | | | | Date: Fri Mar 25 11:56:59 2016 +0100 | | | | | | | | Implement vector conversion for dynamic arrays | | | | | | | | See: ModelicaTest.Blocks.{PadeDelay1, PadeDelay2} | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | * commit 9f902c3f6d0202a262a2a1bfa2167797d8f7fbaf | | | | Author: vruge | | | | Date: Fri Mar 25 11:41:39 2016 +0100 | | | | | | | | added rule for derive DAE.RECORD | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | * commit 41a0601eea2c8c48f3600919c54ec00594092dc8 | | | | Author: vruge | | | | Date: Fri Mar 25 09:49:00 2016 +0100 | | | | | | | | recursion -> loop | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | * commit b4d4a97a523f169746f61335feac5c5fb198d299 | | | | Author: vruge | | | | Date: Fri Mar 25 00:46:45 2016 +0100 | | | | | | | | added rule for derive SCONST | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | * commit 7b8142a69d7715a2feb3e635533f1b835f8d4adb | | | | Author: Rüdiger Franke | | | | Date: Thu Mar 24 22:49:34 2016 +0100 | | | | | | | | Fix for #3782 | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 9d2b906f3ec8823eadc7a35f18536b316e720d55 | | | | Author: Rüdiger Franke | | | | Date: Thu Mar 24 21:52:40 2016 +0100 | | | | | | | | Keep top level input / output of connector arrays (#3794) | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | * commit cbd8a4222832c3cb871a06e1516305981b466898 | | | | Author: Lennart Ochel | | | | Date: Thu Mar 24 18:38:07 2016 +0100 | | | | | | | | Unbox modelica_string | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | | | * commit 65736d134afb897da202872a0f5fc4e5cffa8d08 | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 17:23:39 2016 +0100 | | | | | | | | Perform list filtering in the fast order | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit 9cffa050359193815762192bd1bb5a2cdb1811cb | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 17:01:53 2016 +0100 | | | | | | | | Fix stack overflow | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | * commit 44a9f5944a786a79270ad9f5f9f74bd57c7a200d | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 14:58:20 2016 +0100 | | | | | | | | Reduce hashtable bucket size | | | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | * commit 4c591e7f4ea4b6c9dae8cef8eea6a1044c70a946 | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 16:32:19 2016 +0100 | | | | | | | | Spend less memory trying to build a queue | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 1e4a45875fb7f1071f6016b27e82d491100c1e0e | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 16:17:10 2016 +0100 | | | | | | | | Move creating of list | | | | | | | | The list of initial equations is only used for overdet. systems, so | | | | it is now only calculated when needed. | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | * commit a7cea92a2e5638afb00a55d7ba98d2a809ba3750 | | | | Author: Willi Braun | | | | Date: Thu Mar 24 12:06:30 2016 +0100 | | | | | | | | fix function description | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * commit ffd22493df9324132e4f5d593fddf5a4c10b3213 | | | | Author: Lennart Ochel | | | | Date: Thu Mar 24 09:35:04 2016 +0100 | | | | | | | | Maximum number of event iterations | | | | | | | | This is about to fix ticket 3795. | | | | * decreased default limit of event iterations to 20 | | | | * new flag '-mei=' | | | | * improved error message | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * commit 9b7aa44def763601c3f0e9eae1ec404cb4f5ad13 | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 09:12:20 2016 +0100 | | | | | | | | Add functionality to record all mmc_alloc_words | | | | | | | | To use it: configure with CPPFLAGS=-DOMC_RECORD_ALLOC_WORDS and run | | | | make OMC_EXTRA_FLAGS=-d=metaModelicaRecordAllocWords | | | | | | | | Then in your mos-script, finish the script by calling exit(0) since we | | | | usually call _exit(0), skipping the atexit handler. Note that your mos- | | | | script must run with -n=1 since the code is not thread-safe. | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M Compiler/Util/Flags.mo | | | | M Compiler/boot/Makefile.common | | | | M Compiler/boot/Makefile.in | | | | M SimulationRuntime/c/meta/gc/mmc_gc.c | | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | | | | | * commit ffcb0f705ac3c1bfae6ff42d45b8e68d22059e76 | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 06:44:38 2016 +0100 | | | | | | | | Do not compile embedded server for source FMU | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | * commit b472093c842185e094ae20e160d21fadeb898eab | | | | Author: Adeel Asghar | | | | Date: Thu Mar 24 00:35:03 2016 +0100 | | | | | | | | More derived units. | | | | We need more derived units to fill convert unit drop down. | | | | | | | | M Compiler/runtime/unitparser.cpp | | | | | | | * commit 95e3a3bed845b0c714cce32f1dd4585dfc2a3aab | | | | Author: Martin Sjölund | | | | Date: Wed Mar 23 21:31:56 2016 +0100 | | | | | | | | Avoid some memory allocations in tearing | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | * commit b4c41d710be94c47daa850d6fda101f0385cd135 | | | | Author: Rüdiger Franke | | | | Date: Wed Mar 23 20:44:36 2016 +0100 | | | | | | | | Move creation of boost symlinks to CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | * commit f6f9906efcc57b90a3da8b44c507697a8d52042e | | | | Author: Martin Sjölund | | | | Date: Wed Mar 23 16:30:24 2016 +0100 | | | | | | | | Add a removeVerySimpleEquations pre-opt module | | | | | | | | The reason for adding an additional early and faster remove simple | | | | equations is that it speeds up the subsequent modules since they need | | | | to traverse fewer equations and allocate less data. This gives upwards | | | | of a 20% performance increase for medium-size models. | | | | | | | | This is disabled by default and marked Experimental due to the used | | | | algorithm not working for all cases. | | | | | | | | It is only used for the preOptModules, but for systems depending on | | | | LateInline, it could be possible to use it as the first post-opt module | | | | as well. | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 8fc40e641072f5592d06807ff0a1d4cc813896d3 | | | | Author: Lennart Ochel | | | | Date: Wed Mar 23 16:17:30 2016 +0100 | | | | | | | | Remove redundant function dumpTypeStr | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | | * commit fbd2797615d727552797499aa998de78bc3b77f0 | | | | Author: Lennart Ochel | | | | Date: Thu Sep 24 14:00:56 2015 +0200 | | | | | | | | Fix a typo | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 72574824c28710810a6f516a6c28f3be26035069 | | | | Author: Lennart Ochel | | | | Date: Wed Mar 23 15:40:33 2016 +0100 | | | | | | | | Simplify generated code of algorithm when clauses | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | * commit f2e9b23a6f252b5197b6c4d91e397792887b7e55 | | | | Author: Martin Sjölund | | | | Date: Wed Mar 23 14:55:35 2016 +0100 | | | | | | | | Source FMUs do not need embedded servers | | | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | * commit 0f08ea6e40452c5b2ea361f0a86f07e96006f33e | | | | Author: Lennart Ochel | | | | Date: Wed Mar 23 14:16:37 2016 +0100 | | | | | | | | Simplify implementations of math functions | | | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | | | * commit a56dd557157fac13691faf75419b7fd5e160098f | | | | Author: Lennart Ochel | | | | Date: Wed Mar 23 14:03:30 2016 +0100 | | | | | | | | Fix indentation | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | * commit 3f8822a5dc369fd50cabf0a863d1205a85e1e53f | | | | Author: Martin Sjölund | | | | Date: Wed Mar 23 13:50:30 2016 +0100 | | | | | | | | Fix scalability for Tearing.selectCausalVars | | | | | | | | Tearing.selectCausalVars does intersection of each row, which | | | | typically has a small size (say 2), with selEqs which has size ~500 | | | | and is fixed for all rows. The indexes are in a known range (for | | | | example 1~1000), so an array of the known maximum size is | | | | created and filled with true/false (true=exists in selEqs). | | | | | | | | This makes the intersection trivial to calculate. | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 2f31423a90e7c096fdc1531b2a759f7658be57f1 | | | | Author: Martin Sjölund | | | | Date: Wed Mar 23 12:03:11 2016 +0100 | | | | | | | | Avoid memory allocation in traversals | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | * commit 02cbe35ad815847194b75a61435dacb6b49e301d | | | | Author: Willi Braun | | | | Date: Wed Mar 23 13:37:30 2016 +0100 | | | | | | | | dump error messages only with failtrace for traverseBackendDAEExpsEqnsWithUpdate | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 80ab59a6582e83ca278a94f7d95546a6847d281c | | | | Author: Willi Braun | | | | Date: Wed Mar 23 13:32:14 2016 +0100 | | | | | | | | fix debug dump of time | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 15e8be76896d4e042df69e7db4d17703d80b352e | | | | Author: Lennart Ochel | | | | Date: Mon Mar 21 10:51:02 2016 +0100 | | | | | | | | Don't replace operator mod in findZeroCrossings | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | | | * commit 1fbe837d1b92ef83e1c865f3c8258eabc0a5d87f | | | | Author: Martin Sjölund | | | | Date: Wed Mar 23 11:11:35 2016 +0100 | | | | | | | | Fix stack overflow in SCodeDump | | | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | M Compiler/Template/SCodeTV.mo | | | | | | | * commit 5e63e23c4c8ca82c5dd840149e3587ce36b02dc9 | | | | Author: Martin Sjölund | | | | Date: Wed Mar 23 08:44:00 2016 +0100 | | | | | | | | Moved execStat to its own Util package | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/Initialization.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/Main/Main.mo | | | | M Compiler/Script/CevalScript.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | A Compiler/Util/ExecStat.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit 01f0b65afa95208a35eeaa26539a385dbdd7315b | | | | Author: adrpo | | | | Date: Wed Mar 23 06:32:41 2016 +0100 | | | | | | | | - add open62541* to ignore list | | | | | | | | M .gitignore | | | | | | | * commit bceaafe5c0c488fe4ce874db5c0e789ac7a201e7 | | | | Author: adrpo | | | | Date: Wed Mar 23 06:30:01 2016 +0100 | | | | | | | | - fix the opc_ua build on msvc | | | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | | | * commit 6b6f863c787c407ea23e2f4f743bb1ce05922f5f | | | | Author: adrpo | | | | Date: Wed Mar 23 01:49:17 2016 +0100 | | | | | | | | - fix the opc_ua build on mingw | | | | | | | | M SimulationRuntime/opc/ua/Makefile.omdev.mingw | | | | | | | * commit a2fcd1e4d5c1d2767d13ca4bf4e9288b9988cfe6 | | | | Author: adrpo | | | | Date: Wed Mar 23 00:21:59 2016 +0100 | | | | | | | | - fix opc_ua on GCC | | | | | | | | M SimulationRuntime/opc/ua/Makefile.in | | | | M SimulationRuntime/opc/ua/omc_opc_ua.c | | | | | | | * commit 0424117eb70c9c44dc41f0e484dd64a8fc553482 | | | | Author: Martin Sjölund | | | | Date: Tue Mar 22 21:40:46 2016 +0100 | | | | | | | | Experimental support for OPC UA embedded server | | | | | | | | We support: | | | | | | | | - OPC UA subscriptions for boolean/real variables | | | | - Changing boolean/real variables (but not triggering an event) | | | | - Boolean/Real aliases | | | | - Not Real discrete variables and parameters | | | | - Real-time synchronization support (via OPC or simflags: -rt 1.0) | | | | - Having no stop-time (OPC only) | | | | - Handling lowlatency kernel as root, allowing a tighter real-time | | | | frequency (best-case 100 Hz as regular user, 2 kHz as root without | | | | OPC communication or writing simulation results) | | | | | | | | We no longer trigger time events at stopTime+1. This causes problems | | | | when the stopTime is not used. Instead, we put a value of NAN for the | | | | next sample event when there are no samples which effectively disables | | | | time events. | | | | | | | | There is a simple Python client for testing using a GUI. A testcase | | | | for OPC is still missing. | | | | | | | | M 3rdParty | | | | M Makefile.common | | | | M SimulationRuntime/c/Makefile.common | | | | M SimulationRuntime/c/Makefile.objs | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | M SimulationRuntime/c/simulation/solver/embedded_server.c | | | | M SimulationRuntime/c/simulation/solver/embedded_server.h | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | A SimulationRuntime/c/simulation/solver/real_time_sync.c | | | | A SimulationRuntime/c/simulation/solver/real_time_sync.h | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | M SimulationRuntime/c/simulation_data.h | | | | M SimulationRuntime/c/util/omc_error.c | | | | M SimulationRuntime/c/util/omc_error.h | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | M SimulationRuntime/c/util/omc_msvc.h | | | | M SimulationRuntime/c/util/rtclock.c | | | | M SimulationRuntime/c/util/rtclock.h | | | | M SimulationRuntime/c/util/simulation_options.c | | | | M SimulationRuntime/c/util/simulation_options.h | | | | M SimulationRuntime/opc/da/opc_da.cpp | | | | M SimulationRuntime/opc/da/opc_da.h | | | | A SimulationRuntime/opc/ua/Makefile.common | | | | A SimulationRuntime/opc/ua/Makefile.in | | | | A SimulationRuntime/opc/ua/Makefile.omdev.mingw | | | | A SimulationRuntime/opc/ua/client.c | | | | A SimulationRuntime/opc/ua/omc_opc_ua.c | | | | A SimulationRuntime/opc/ua/omc_opc_ua.h | | | | A SimulationRuntime/opc/ua/test.c | | | | M configure.ac | | | | A tools/opc-client/opc-client.py | | | | | | | * commit 2d44ae9bc779da0b6169e48605e9f56157e53e8d | | | | Author: Martin Sjölund | | | | Date: Thu Jan 14 16:54:10 2016 +0100 | | | | | | | | Partially restore the old OPC branch | | | | | | | | Restores the old OPC branch (except it does not yet populate any | | | | groups with variables since the structure of these changed in the | | | | compiler). This is the old OPC DA branch and will probably not be | | | | updated for the current version of the compiler. | | | | | | | | M SimulationRuntime/c/Makefile.common | | | | M SimulationRuntime/c/Makefile.objs | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | A SimulationRuntime/c/simulation/solver/embedded_server.c | | | | A SimulationRuntime/c/simulation/solver/embedded_server.h | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | A SimulationRuntime/opc/da/Makefile.omdev.mingw | | | | A SimulationRuntime/opc/da/OPCregistry.h | | | | A SimulationRuntime/opc/da/README.md | | | | A SimulationRuntime/opc/da/StdAfx.h | | | | A SimulationRuntime/opc/da/adopcs_stubs.cpp | | | | A SimulationRuntime/opc/da/adopcs_stubs.h | | | | A SimulationRuntime/opc/da/opc_da.cpp | | | | A SimulationRuntime/opc/da/opc_da.h | | | | A SimulationRuntime/opc/da/opc_event.h | | | | A SimulationRuntime/opc/da/opc_registered.h | | | | A SimulationRuntime/opc/da/opc_utility.cpp | | | | A SimulationRuntime/opc/da/opc_utility.h | | | | A SimulationRuntime/opc/da/test.cpp | | | | | | | * commit 7a512b5f663774e51d49b7a5f122ea22d86b4184 | | | | Author: Rüdiger Franke | | | | Date: Tue Mar 22 20:43:57 2016 +0100 | | | | | | | | Automate symlinks to boost includes (#3760) | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | * commit b99bfbd176e378ebf6edf0eaefa1268bff5b6eb5 | | | | Author: vruge | | | | Date: Tue Mar 22 16:25:40 2016 +0100 | | | | | | | | try to fixe compilier warning | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit 05d473af30d8567e1c98cc7740b17bb199e5b746 | | | | Author: Adeel Asghar | | | | Date: Tue Mar 22 16:00:12 2016 +0100 | | | | | | | | Added API getDerivedUnits | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | | M Compiler/FrontEnd/UnitParserExt.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/runtime/unitparser.cpp | | | | M Compiler/runtime/unitparser.h | | | | M Compiler/runtime/unitparserext.cpp | | | | | | | * commit b98debe16dd23b7c5310ba468df24af4c7a9923b | | | | Author: ptaeuber | | | | Date: Tue Mar 22 14:51:38 2016 +0100 | | | | | | | | Only dump info for casual set if DT is activated | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | * commit c3889ed06cfbfee4acc1f3d9607de70df7ca1314 | | | | Author: Willi Braun | | | | Date: Tue Mar 22 13:37:52 2016 +0100 | | | | | | | | try to improve solveLinearSystem | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit de2cd141f2c8382e68a2001d4de29df8d11c8979 | | | | Author: Martin Sjölund | | | | Date: Tue Mar 22 11:01:05 2016 +0100 | | | | | | | | Add script to analyze library logs using execstat | | | | | | | | A Examples/BuildModelRecursiveAnalyzeLog.py | | | | | | | * commit 5791e855eee3e7262dd82cc143efb214dcc96e6d | | | | Author: Martin Sjölund | | | | Date: Tue Mar 22 10:59:56 2016 +0100 | | | | | | | | Use execstat for all tested libraries | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | * | commit 029e82ef5a7828a592c686e4bbb0995bb649facf | | |\| Merge: 0e205e2212 0502333d71 | | | | Author: niklwors | | | | Date: Tue Mar 22 11:28:58 2016 +0100 | | | | | | | | Merge branch 'master' into clocks | | | | | | | * commit 0502333d711d5f22b8bc9cce93a7de9c32bc9bcc | | | | Author: Rüdiger Franke | | | | Date: Tue Mar 22 06:17:45 2016 +0100 | | | | | | | | Install cross compiled libs in target path | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * commit 92a48a53d1f782390be98e0eb18d4daffc6fa1e1 | | | | Author: Rüdiger Franke | | | | Date: Tue Mar 22 06:16:20 2016 +0100 | | | | | | | | Link target dependent version of OMCppDgesv lib | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * commit c3dcba6523ce843d0fbfdcd27fdf172af9a47694 | | | | Author: Per Östlund | | | | Date: Mon Mar 21 17:36:08 2016 +0100 | | | | | | | | Fix for #3773. | | | | | | | | - Change also getExtendsModifierValue and | | | | getDerivedClassModifierValue to work | | | | like getComponentModifierValue. | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | * commit f71b9780d2331a2bd0a21f17f8f42429c8365a66 | | | | Author: vruge | | | | Date: Mon Mar 21 16:59:05 2016 +0100 | | | | | | | | solveSimplEquation change order | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 230aa3eb9f08eae5b3cb8d2c887a810bdabaafec | | | | Author: Per Östlund | | | | Date: Mon Mar 21 16:41:38 2016 +0100 | | | | | | | | Code cleanup. | | | | | | | | - Change FNode to use BaseAvlTree for children. | | | | - Some improvements to BaseAvlTree. | | | | - Various code cleanup. | | | | | | | | M Compiler/FFrontEnd/FCore.mo | | | | M Compiler/FFrontEnd/FGraph.mo | | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | | M Compiler/FFrontEnd/FGraphDump.mo | | | | M Compiler/FFrontEnd/FNode.mo | | | | M Compiler/FFrontEnd/FResolve.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/Lookup.mo | | | | M Compiler/FrontEnd/Patternm.mo | | | | M Compiler/Script/CevalScript.mo | | | | M Compiler/Util/BaseAvlTree.mo | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | * commit b5698132d1182a1b5e505fadf695bdf877224713 | | | | Author: vwaurich | | | | Date: Mon Mar 21 15:34:28 2016 +0100 | | | | | | | | - fix FMU valueReferences for non-consecutive array-variables | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 84e82edd39b58b32629c851d9000d81fe8ffad84 | | | | Author: Per Östlund | | | | Date: Mon Mar 21 14:56:58 2016 +0100 | | | | | | | | Fix for bug3773. | | | | | | | | - Do not return the submodifiers in getComponentModifierValue, | | | | only the binding. | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | * commit 5d60737a58a232c16ab238785826a376160346f0 | | | | Author: vwaurich | | | | Date: Mon Mar 21 14:43:36 2016 +0100 | | | | | | | | - fix static gcc lib linking issue for g++ 4.4 | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * commit dd0c8bd4d559439f688657bce4673e9fba9fd607 | | | | Author: vruge | | | | Date: Mon Mar 21 13:39:36 2016 +0100 | | | | | | | | improved ExpressionSolve | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit 34e4a4c0d524dc22b6c0a34bf2f8c7f7154392e9 | | | | Author: Lennart Ochel | | | | Date: Mon Mar 21 12:46:32 2016 +0100 | | | | | | | | Clean up some runtime calls | | | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | M SimulationRuntime/c/simulation/solver/events.h | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | | | * commit 708659720b9aa39ad2113ca112e47f7a10f18841 | | | | Author: ptaeuber | | | | Date: Mon Mar 21 11:35:44 2016 +0100 | | | | | | | | New data type for inner equations of tearing set | | | | | | | | - save the inner equations in BackendDAE.InnerEquations | | | | instead of in list>> | | | | - introduced record INNEREQUATIONCONSTRAINTS for constraints | | | | on the inner equations of the casual set (Dynamic Tearing) | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/BackEnd/Initialization.mo | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/BackEnd/Tearing.mo | | | | M Compiler/BackEnd/XMLDump.mo | | | | M Compiler/FrontEnd/DAE.mo | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 6bd48ef396a37a0da53ba1f3e266467ab86be2a5 | | | | Author: adrpo | | | | Date: Mon Mar 21 10:54:19 2016 +0100 | | | | | | | | - properly comment out the print as \n expands on two lines | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | | * commit ad1689a925ec5ad6724248e67cdba12d90d12d64 | | | | Author: vruge | | | | Date: Mon Mar 21 10:21:18 2016 +0100 | | | | | | | | improved solveSimpleEquations | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | * commit 01b9dd9b6a1a2a7975b2b22895eb97d75922607c | | | | Author: Lennart Ochel | | | | Date: Mon Mar 21 10:08:03 2016 +0100 | | | | | | | | Remove prototypes of not existing functions | | | | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | | | * commit 94f82573bf1bb06c057aef0c1e8acfe40a539f90 | | | | Author: vwaurich | | | | Date: Mon Mar 21 09:13:56 2016 +0100 | | | | | | | | - remove maxDer info from SimCode.Modelinfo | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | * commit 0c0fc1a6c6452d6a48bd9834656b49083b87e349 | | | | Author: Martin Sjölund | | | | Date: Mon Mar 21 08:05:18 2016 +0100 | | | | | | | | Do not print the variable filter | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | | * commit e022be4d493d6be9916b197695859042c610352b | | | | Author: vruge | | | | Date: Sun Mar 20 23:54:31 2016 +0100 | | | | | | | | added cases for getNumJacEntries | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | * commit 473cb9ca3756ea1842fd223632c17d92c4cddd40 | | | | Author: vruge | | | | Date: Sun Mar 20 19:27:54 2016 +0100 | | | | | | | | actived solveSimpleEquations for simulation | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit c6caa77a8e86f677d2ff27df383d3d61c7747745 | | | | Author: Rüdiger Franke | | | | Date: Sun Mar 20 20:56:33 2016 +0100 | | | | | | | | Clean up expTypeArray templates | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 0c3dbc0d791f636c163856c362f68e5a85f0594d | | | | Author: Rüdiger Franke | | | | Date: Sun Mar 20 19:06:28 2016 +0100 | | | | | | | | Add support for arrays of arrays | | | | | | | | See e.g. PowerSystems.Examples.Spot.AC1ph_DC.Line | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 6b8ad0f9929cd5f4f175b839899db9c2cec69f5e | | | | Author: Martin Sjölund | | | | Date: Sun Mar 20 18:45:04 2016 +0100 | | | | | | | | Fix scaling of getHighestDerivation | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit b9f7f012ff65f33b9db68ebd54d9294c97480a55 | | | | Author: Martin Sjölund | | | | Date: Sun Mar 20 17:46:27 2016 +0100 | | | | | | | | Translate to iterative Tpl.mo | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * commit 67f1d6b76487d53f799e36af7f634a1e583e4708 | | | | Author: Martin Sjölund | | | | Date: Sun Mar 20 15:59:20 2016 +0100 | | | | | | | | Improve tail recursion | | | | | | | | M Compiler/Template/Tpl.mo | | | | | | | * commit 5fc71003d0f2f9465dc95f627b0c2c759af4e1ea | | | | Author: Martin Sjölund | | | | Date: Sun Mar 20 14:00:18 2016 +0100 | | | | | | | | Prevent stack overflow in graph colouring | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/Util/Graph.mo | | | | | | | * commit f5d2be9b3e542449d3b338b09330815a40f77b23 | | | | Author: Martin Sjölund | | | | Date: Sun Mar 20 11:58:56 2016 +0100 | | | | | | | | Improve scaling of collapseIndependentBlocks | | | | | | | | This fixes #3781. | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit 88cdf8efee7fdf6072889377f044bd94b447ec25 | | | | Author: Rüdiger Franke | | | | Date: Sun Mar 20 09:18:49 2016 +0100 | | | | | | | | Generate static OMCFactory for all targets | | | | | | | | This is not nice, but at least a consistent escape of the dll hell. | | | | | | | | D SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/FactoryExport.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | * commit 0a629c718b04db040c169f0c3e3c563f57a65c7b | | | | Author: Martin Sjölund | | | | Date: Sun Mar 20 08:58:36 2016 +0100 | | | | | | | | Keep all release notes in one place | | | | | | | | By keeping all of the release notes in trac, we only need to update a | | | | single location when we update the release notes. | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | * commit 2c2f53c0a03059961f8c01da5e19354963214ef0 | | | | Author: hkiel | | | | Date: Sun Mar 20 08:08:07 2016 +0100 | | | | | | | | use append_reverse | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | * commit 8793d2307461785cdede7fcd5ae9ddc4a950f9d8 | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 19 16:37:49 2016 +0100 | | | | | | | | Use OMCFactory dll with msvc | | | | | | | | This reverts a change introduced in 1ed94c9 | | | | "- cherry picked niklas changes". | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit dc190dc6ae170842103513ba6e430d33e6f4e512 | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 19 15:00:51 2016 +0100 | | | | | | | | Export OMCFactory for dll linkage (#3760) | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/FactoryExport.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | * commit 65c36697c000d7fb872abe30b424e47a5d15c2f1 | | | | Author: Rüdiger Franke | | | | Date: Sat Mar 19 13:37:30 2016 +0100 | | | | | | | | Revert "Revert "Remove static link dependencies of dynamic runtime"" | | | | | | | | This reverts commit a801b41e553f29ac7585eb7b0f1698ce277b2947. | | | | Give dynamic linking under Windows another try. | | | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | * commit 5c0486058e1a0edb6393dfcb42eb56fb0c689044 | | | | Author: adrpo | | | | Date: Sat Mar 19 04:16:19 2016 +0100 | | | | | | | | - fix libraries in ModelicaLibraryConfig_msvc.inc.in | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in | | | | | | | * commit c341199196fa9f8790bdef844005a86eb955ee88 | | | | Author: adrpo | | | | Date: Sat Mar 19 04:12:24 2016 +0100 | | | | | | | | - fix order of libraries in CMakeLists.txt | | | | - fix libraries in ModelicaLibraryConfig_msvc.inc.in | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in | | | | | | | * commit c27405c8cfff0de012fb387250fff4906f58d7a9 | | | | Author: adrpo | | | | Date: Sat Mar 19 02:25:37 2016 +0100 | | | | | | | | - fix cpp runtime build on msvc | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | | | * commit 95e9b4641b8ddce1c0aba80c4a92d57dcb87c9bc | | | | Author: Rüdiger Franke | | | | Date: Fri Mar 18 21:58:14 2016 +0100 | | | | | | | | Implement cross compilation for Cpp FMUs (#3760) | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * commit 4bb6e51b8faaf24d79832352e4a59c87256e2bec | | | | Author: Adeel Asghar | | | | Date: Fri Mar 18 16:57:06 2016 +0100 | | | | | | | | Do not throw the error message to stderr. | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/runtime/UnitParserExt_omc.cpp | | | | | | | * commit 555843c8a8965227a2ad98b41cb414712c730cb0 | | | | Author: Rüdiger Franke | | | | Date: Fri Mar 18 16:39:54 2016 +0100 | | | | | | | | Link FMUs with static gcc libs under Windows | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * commit 73f0312fc721b323810b851a7162b885783ff50a | | | | Author: vwaurich | | | | Date: Fri Mar 18 16:26:44 2016 +0100 | | | | | | | | - fix valueReferences for FMU export cpp runtime | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 17b662bcf8f89627cc2e036369ded0b71f4965d5 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 18 16:13:40 2016 +0100 | | | | | | | | Fixed convertUnits interface. | | | | Added a fail case for convertUnits. | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | * commit da98e25dd7cc30e13ffa7d032085a7f63801935a | | | | Author: hkiel | | | | Date: Fri Mar 18 15:28:46 2016 +0100 | | | | | | | | recursion -> loop | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | * commit 0fd4258bfb131c881338b0049801ad33896ff5f9 | | | | Author: Rüdiger Franke | | | | Date: Fri Mar 18 08:48:14 2016 +0100 | | | | | | | | Create precompiled header for dynamic build only (#3760) | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | * commit c200a484fa162bba0c44e3c7a8b2545b79d51213 | | | | Author: Rüdiger Franke | | | | Date: Fri Mar 18 07:07:17 2016 +0100 | | | | | | | | First windows fix for previous commit | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | * commit d48d574b0b983fc0c8f93dd13bb54634c304a6c2 | | | | Author: Rüdiger Franke | | | | Date: Fri Mar 18 06:43:34 2016 +0100 | | | | | | | | Configure cross compilation of Cpp runtime (#3760) | | | | | | | | M .gitignore | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Makefile.in | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | * commit e741ddf6b7835629ec93ce08664824e5fc3943aa | | | | Author: Martin Sjölund | | | | Date: Thu Mar 17 14:46:21 2016 +0100 | | | | | | | | Create a new bootstrapping tarball | | | | | | | | This enables the front-end files to use all current MetaModelica | | | | features. | | | | | | | | M Compiler/boot/Makefile.common | | | | M Compiler/boot/bootstrap-sources.tar.xz | | | | D Compiler/boot/patches/CevalScript.1.patch.xz | | | | D Compiler/boot/patches/CodegenC.1.patch.xz | | | | D Compiler/boot/patches/CodegenC.2.patch.xz | | | | D Compiler/boot/patches/Patternm.1.patch.xz | | | | D Compiler/boot/patches/Types.1.patch.xz | | | | D Compiler/boot/patches/Types.2.patch.xz | | | | M Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | | | | M Parser/Modelica.g | | | | | | | * commit 608ffbb49517e37e73cc98311259e23771db0f56 | | | | Author: Martin Sjölund | | | | Date: Thu Mar 17 14:01:43 2016 +0100 | | | | | | | | Add support for input output variables | | | | | | | | Rewrite prefix "input output" to both an input and output variable. | | | | This is a MetaModelica extension and fixes enhancement ticket #3709. | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/Template/AbsynDumpTV.mo | | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | M Compiler/Template/SCodeTV.mo | | | | M Compiler/Util/Flags.mo | | | | M Compiler/boot/GenerateInterface.mos | | | | M Parser/Modelica.g | | | | | | | * commit fedeb7c549f4a2a8f546d89914578d0beeb01ce1 | | | | Author: Rüdiger Franke | | | | Date: Thu Mar 17 08:05:32 2016 +0100 | | | | | | | | Fix type name for subtype of basic | | | | | | | | See: PowerSystems | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit f162d510871d7ac50e3a3a1b706c756e7a91060a | | | | Author: hkiel | | | | Date: Thu Mar 17 07:52:23 2016 +0100 | | | | | | | | recursion -> loop | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | M Compiler/BackEnd/Uncertainties.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 3fc9ebdb1868e29b4a380aca12797940eb5dc936 | | | | Author: hkiel | | | | Date: Thu Mar 17 07:32:39 2016 +0100 | | | | | | | | Remove dumping of graph in production code | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | * commit 30f3e8b1c55612ee84882be9d50e6db6b7eace47 | | | | Author: Rüdiger Franke | | | | Date: Wed Mar 16 21:01:13 2016 +0100 | | | | | | | | Avoid overwrite error on mv (#3670) | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | * commit a801b41e553f29ac7585eb7b0f1698ce277b2947 | | | | Author: Rüdiger Franke | | | | Date: Wed Mar 16 18:13:03 2016 +0100 | | | | | | | | Revert "Remove static link dependencies of dynamic runtime" | | | | | | | | This reverts commit b0a5479d81e26e10ad317789f0f4cb79e3ba3f21, | | | | because the msvc build does not find OMCppOMCFactory.lib. | | | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | * commit df9f30256c901f5b59f721b3ba3b9103f22536c2 | | | | Author: vruge | | | | Date: Wed Mar 16 16:06:43 2016 +0100 | | | | | | | | semiLinear as inline function: | | | | see https://trac.openmodelica.org/OpenModelica/ticket/3765#comment:7 | | | | | | | | M SimulationRuntime/c/openmodelica.h | | | | | | | * commit 87f4bb3e1672e25702138e4d6c66d29b59f268d9 | | | | Author: vruge | | | | Date: Wed Mar 16 15:46:35 2016 +0100 | | | | | | | | DIVISION_SIM map again inline function | | | | - see https://trac.openmodelica.org/OpenModelica/ticket/3765#comment:7 | | | | | | | | M SimulationRuntime/c/util/division.h | | | | | | | * commit fced1932a8a23319025e5c21466b533c44371405 | | | | Author: Martin Sjölund | | | | Date: Wed Mar 16 15:28:49 2016 +0100 | | | | | | | | Check for failed model structure | | | | | | | | This adds internal testing for #3763. | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 10fe64951e6897f6122827784c8e5ba6b4a470d5 | | | | Author: hkiel | | | | Date: Wed Mar 16 15:15:24 2016 +0100 | | | | | | | | recursion -> loop | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | * commit 0fe22a278b19d2f1f16156205fe8b0512435f331 | | | | Author: hkiel | | | | Date: Wed Mar 16 14:44:31 2016 +0100 | | | | | | | | array optimizsations | | | | new function Array.createIntRange() | | | | | | | | M Compiler/BackEnd/DAEQuery.mo | | | | M Compiler/BackEnd/DumpGraphML.mo | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | M Compiler/BackEnd/Matching.mo | | | | M Compiler/BackEnd/Uncertainties.mo | | | | M Compiler/Script/Refactor.mo | | | | M Compiler/Util/Array.mo | | | | | | | * commit 80dcee464a45f051fb2e044994c9004ed5a0af18 | | | | Author: Rüdiger Franke | | | | Date: Wed Mar 16 10:40:14 2016 +0100 | | | | | | | | Attempt to fix Windows build (#3760) | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | * commit b0a5479d81e26e10ad317789f0f4cb79e3ba3f21 | | | | Author: Rüdiger Franke | | | | Date: Tue Mar 15 23:59:24 2016 +0100 | | | | | | | | Remove static link dependencies of dynamic runtime | | | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | * commit 05ca4d21e1438f36553ae111b0d1c7d6fc83a906 | | | | Author: Rüdiger Franke | | | | Date: Tue Mar 15 22:02:21 2016 +0100 | | | | | | | | Small fix to previous commit | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | * commit fea7a0a350d65167a2af66367409711471ccd5d5 | | | | Author: Rüdiger Franke | | | | Date: Tue Mar 15 21:35:40 2016 +0100 | | | | | | | | Brake up dynamic and static build of Cpp runtime (#3760) | | | | | | | | M .gitignore | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | M SimulationRuntime/cpp/Makefile.in | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | | | * commit 91127f13216df4e74c53f5fdda6cec01ebf3368b | | | | Author: Per Östlund | | | | Date: Tue Mar 15 17:25:56 2016 +0100 | | | | | | | | Fix listAppend usage to get rid of some warnings. | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | M Compiler/FFrontEnd/FNode.mo | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/Lookup.mo | | | | M Compiler/FrontEnd/Patternm.mo | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/FrontEnd/Types.mo | | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Script/Interactive.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit a5957dc51d9863ade47dd9d76ef8d55981353d28 | | | | Author: Per Östlund | | | | Date: Tue Mar 15 16:39:35 2016 +0100 | | | | | | | | Fix push_list_back on empty DoubleEndedList. | | | | | | | | M Compiler/Util/DoubleEndedList.mo | | | | | | * | commit 0e205e2212da597d76143db1a1378bcefa080ee1 | | | | Author: Niklas Worschech | | | | Date: Wed Mar 16 16:10:40 2016 +0100 | | | | | | | | reverted 1a7228c340febb755d92899b8e75aff032f43ebb | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | * | commit 1a7228c340febb755d92899b8e75aff032f43ebb | | | | Author: Niklas Worschech | | | | Date: Wed Mar 16 08:39:38 2016 +0100 | | | | | | | | fix for initialization of the clock variables | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | * | commit eeff847b638a14204fbf264dabba8d20f5725b80 | | |/ Author: Niklas Worschech | | | Date: Tue Mar 15 15:16:52 2016 +0100 | | | | | | changed clock handling with state events | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit d0f6b479cf5fd8e7f6374c4f95e0e58c0a193c7b | | | Author: vruge | | | Date: Mon Mar 14 23:52:30 2016 +0100 | | | | | | fixed semiLinear | | | - see #3765 | | | | | | Thanks crupp | | | | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit 6c723ab0bbccae6770130161a8dcde9479336b6e | | | Author: Rüdiger Franke | | | Date: Mon Mar 14 18:23:16 2016 +0100 | | | | | | Fix generation of Cpp start value accessors | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 46515af0a31bedac55602ce4e32e6103457f1cd5 | | | Author: unknown | | | Date: Mon Mar 14 14:43:48 2016 +0100 | | | | | | changed results output at start time if events occured | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 0bcc79ae336bb311774c9b747de0b5515c8c801c | | | Author: hkiel | | | Date: Mon Mar 14 12:18:25 2016 +0100 | | | | | | Implement and use List.listArrayReverse() | | | as a short cut for listArray(listReverse(lst)) | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/BasePVector.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/List.mo | | | | | * commit 6d761ce5e911ca8ed7e70ce4cb6835a8d54dfde2 | | | Author: Martin Sjölund | | | Date: Mon Mar 14 10:59:51 2016 +0100 | | | | | | Fix appending variables in correct order | | | | | | This fixes #3763. | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/DoubleEndedList.mo | | | | | * commit b629d9d40164c581fa82716d4e3c51aca0ff429d | | | Author: Rüdiger Franke | | | Date: Sun Mar 13 19:17:05 2016 +0100 | | | | | | Remove unused include directories | | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | * commit 93f2bfc8a1a3e4080fee17cbff2172fb136d3525 | | | Author: Rüdiger Franke | | | Date: Sun Mar 13 18:57:53 2016 +0100 | | | | | | Avoid compiler flag for standard /usr/include | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit 12879a0462d0fc9f665e077f691036583de8d1d6 | | | Author: Rüdiger Franke | | | Date: Sun Mar 13 18:56:01 2016 +0100 | | | | | | Fix capitalization of windows include | | | | | | This makes a difference when cross compiling under Linux. | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp | | | | | * commit 1aa261249d0baeb1e40b2ad260e2372236e02919 | | | Author: Rüdiger Franke | | | Date: Sun Mar 13 18:54:06 2016 +0100 | | | | | | Exploit CMAKE_POSITION_INDEPENDENT_CODE in Cpp runtime | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit 1be79369c77dfa87e73155ed34483085355e00ea | | | Author: vruge | | | Date: Sun Mar 13 14:45:56 2016 +0100 | | | | | | Dynamic Optimization: improved naming | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit cf3a4160d9a00dd0ec71edea3dc01f4bab36b37c | | | Author: Lennart Ochel | | | Date: Sun Mar 13 11:22:51 2016 +0100 | | | | | | Remove useless line of code | | | | | | It was introduced in #254. | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 757fe5fc30a72706d05aad21710f8bff20a96c1e | | | Author: Niklas Worschech | | | Date: Fri Mar 11 15:58:29 2016 +0100 | | | | | | fix for save pre variables | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit facc2565ff79c30a95f93b5da496443e2e232a16 | | | Author: ptaeuber | | | Date: Fri Mar 11 14:35:40 2016 +0100 | | | | | | Dynamic Tearing Full Prototype | | | | | | * Dynamic Tearing also for | | | * linear solver LAPACK (default) and umfpack | | | * nonlinear solver homotopy (mixed) | | | * Added flags and dumps | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearValuesList.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit bf26a22752d45868d88eedf2bf15b8ada5e60d83 | | | Author: Lennart Ochel | | | Date: Tue Mar 8 09:37:46 2016 +0100 | | | | | | change differentiation rule for the homotopy operator | | | | | | der(homotopy(actual, simplified)) -> | | | * Previous rule: der(actual) | | | * New rule: homotopy(der(actual), der(simplified)) | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 6b7b848577f7524fba0945358460f7c1aa81a407 | | | Author: Rüdiger Franke | | | Date: Fri Mar 11 08:30:39 2016 +0100 | | | | | | Include std::thread only if configured (#3760) | | | | | | This is because MinGW does not implement it. | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit af457aa9fe100837e0a5a3787599428357e3ac14 | | | Author: Martin Sjölund | | | Date: Thu Mar 10 12:41:11 2016 +0100 | | | | | | Handle lost information for MetaModelica record | | | | | | This fixes OM ticket #3757 by checking knownSingleton=true on either | | | lhs or rhs instead of only on the rhs (which loses information after | | | passing through for example Ceval or Expression.typeof). | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 6d86372eff7ee052330c775a7583c498f6acf93d | | | Author: Niklas Worschech | | | Date: Thu Mar 10 08:26:27 2016 +0100 | | | | | | fix for save call in cpp template | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 83309e54b93e854b3dac678d96db7c7c679240fa | | | Author: Rüdiger Franke | | | Date: Wed Mar 9 23:09:26 2016 +0100 | | | | | | Use const qualifier in declarations of external functions | | | | | | See CombiTimeTable, e.g. Modelica.Thermal.HeatTransfer.Examples.Motor | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a4ad037f404c0864df0da83cb177fbef52dbe891 | | | Author: Rüdiger Franke | | | Date: Wed Mar 9 22:32:26 2016 +0100 | | | | | | Fix passing of Cpp array inputs to external functions (#3758) | | | | | | See: Modelica.Blocks.Noise | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit d88a3ea5c67775ced995d1b9a35f10036e2a0d65 | | | Author: adrpo | | | Date: Wed Mar 9 22:06:39 2016 +0100 | | | | | | - switch version to 1.9.5-dev | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/omc_config.h | | | | | * commit 5ccf9cba53aeb129367431210527aa3eb8bf1c4d | | | Author: adrpo | | | Date: Wed Mar 9 14:55:45 2016 +0100 | | | | | | fix 1.9.4 version and date | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/omc_config.h | | | | | * commit 6f118e9d744298cbce709e53602a0c60586a31ca | | | Author: Martin Sjölund | | | Date: Tue Mar 8 19:10:55 2016 +0100 | | | | | | Add Adrian's generic AvlTree to the backend | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | A Compiler/Util/AvlTree.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 8f0669447018dfc583203947a8d5744b215516c1 | | | Author: Martin Sjölund | | | Date: Tue Mar 8 18:25:24 2016 +0100 | | | | | | Implement cevalBuiltinSum | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit b114551263654aa0843d44b564d4cf6b6e030903 | | | Author: Martin Sjölund | | | Date: Tue Mar 8 18:08:09 2016 +0100 | | | | | | Allow if instead of guard in the grammar | | | | | | M Parser/Modelica.g | | | | | * commit 0e2f188d53fea23c1733088a826d8a142c8e6feb | | | Author: Martin Sjölund | | | Date: Mon Mar 7 16:02:45 2016 +0100 | | | | | | Handle bootstrapping DoubleEndedList.mo | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Util/DoubleEndedList.mo | | | M Compiler/Util/List.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 30945393f0ec467ba41393e2ec9c70a2d0fed1e8 | | | Author: Martin Sjölund | | | Date: Mon Mar 7 13:46:30 2016 +0100 | | | | | | Add a double-ended list implementation | | | | | | M Compiler/Script/CevalScript.mo | | | A Compiler/Util/DoubleEndedList.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 7e8eeef2477346dfe3fbc75482a5c588c1c79623 | | | Author: Martin Sjölund | | | Date: Mon Mar 7 11:44:00 2016 +0100 | | | | | | Add support for type variables in uniontypes | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Util/Error.mo | | | M Compiler/Util/GC.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 22263b6cbf840547e54de871fd0e373fbb5625e6 | | | Author: hkiel | | | Date: Tue Mar 8 12:08:02 2016 +0100 | | | | | | use list comprehensions | | | inline small helper functions | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit db37146e73936d2983bfcb568e56187c179b13b0 | | | Author: Rüdiger Franke | | | Date: Tue Mar 8 07:14:45 2016 +0100 | | | | | | Fix context of function Cpp calls (#3742) | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | * commit 19160685b4064a711eb8397c46db559e0dc22af3 | | | Author: vruge | | | Date: Mon Mar 7 22:57:06 2016 +0100 | | | | | | BackendDAEUtil.tryToSolveOrDerive: guard vs. zero --> zero no dependence --> UNSOLVABLE | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 80b17a190906bdcfa926afacdcd4374fc74d11eb | | | Author: hkiel | | | Date: Mon Mar 7 19:20:04 2016 +0100 | | | | | | Clean up some code | | | avoid warning about incorrect use of listAppend | | | recursion -> loop | | | listReverseInPlace where possible | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | | | * commit 0cdcd6a6ca7c25b5efe92fbcc170117ad7fde8c0 | | | Author: bernhard Thiele | | | Date: Sat Mar 5 21:38:01 2016 +0100 | | | | | | SM workaround removed for Cpp runtime | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | * commit 3e54f2ac766da66688bcf6a8a9f025becb5f958a | | | Author: Rüdiger Franke | | | Date: Mon Mar 7 08:10:26 2016 +0100 | | | | | | Improve error messages of SynchronousFeatures | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 494857e2a5a8bff38d66b562cc304d5b89b7215b | | | Author: Rüdiger Franke | | | Date: Sun Mar 6 20:19:39 2016 +0100 | | | | | | Remove duplicate traversal for clocked states | | | | | | They are already obtained in SynchronousFeatures; | | | Initialization can exploit VarKind CLOCKED_STATE. | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit e2f045ad8a81cee694e4d8de119ca4bba054fb5e | | | Author: Rüdiger Franke | | | Date: Sun Mar 6 17:49:14 2016 +0100 | | | | | | Fix VarKind of previous after commit 69f1837 | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 1845ffa3236a377e692cc22ddf36c6110e8d4fb2 | | | Author: Rüdiger Franke | | | Date: Sun Mar 6 15:17:38 2016 +0100 | | | | | | Proper treatment of clocked states (#3741) | | | | | | SynchronousFeateatures uses VarKind CLOCKED_STATE | | | and ResolveSimpleEquations checks for it. | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 69109754dca7035baa229383afe19b30193bc11f | | | Author: Rüdiger Franke | | | Date: Sun Mar 6 15:10:05 2016 +0100 | | | | | | Revert "Attempt to fix #3741" | | | | | | This reverts commit 12ddb6a9a248cb8d536da15889c3c4e3295c4737. | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 8236a0d333a998003c1ecbe268d5ae2d7ba2f179 | | | Author: hkiel | | | Date: Sun Mar 6 16:29:28 2016 +0100 | | | | | | do not use listAppend to prepend one element | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 12ddb6a9a248cb8d536da15889c3c4e3295c4737 | | | Author: Rüdiger Franke | | | Date: Sun Mar 6 00:16:29 2016 +0100 | | | | | | Attempt to fix #3741 | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit f31e10e4595b3f5ce3dc78c20f1d075edfb08b47 | | | Author: Martin Sjölund | | | Date: Sat Mar 5 22:07:24 2016 +0100 | | | | | | MM: Multiple algorithm sections without warning | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 0e016dc235f2d72d19081e52ac2a3db276b5c6c0 | | | Author: bernhard Thiele | | | Date: Sat Mar 5 20:38:36 2016 +0100 | | | | | | Fix array elements #3651 | | | | | | Fixed dimensions of array variables created during state machine flattening | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | * commit 99fe3bde40374aa52ff27706eeb00ead46c45b04 | | | Author: Rüdiger Franke | | | Date: Sat Mar 5 19:50:41 2016 +0100 | | | | | | Keep order of clocked partitions for regression tests | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 4d11cc6c536dd69b0d82b7e1750eafba21bb4595 | | | Author: Rüdiger Franke | | | Date: Sat Mar 5 19:09:10 2016 +0100 | | | | | | Initial implementation of clocked continuous equations | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 89ded3c0a5d06d92558ca8111a61d4ca2b923b44 | | | Author: hkiel | | | Date: Sat Mar 5 08:27:21 2016 +0100 | | | | | | remove superfluos check for failure | | | it already failed in the first case | | | | | | M Compiler/Template/TplAbsyn.mo | | | | | * commit b8f53b08d1e65025210d8d6b30bcae20b86b3a92 | | | Author: hkiel | | | Date: Sat Mar 5 08:14:15 2016 +0100 | | | | | | fix two compiler warnings in parser | | | | | | M Parser/Modelica.g | | | | | * commit b388aff6904a079e07b35eab376318b9389199fa | | | Author: adrpo | | | Date: Fri Mar 4 23:30:59 2016 +0100 | | | | | | - cast to double so that 1/10 doesn't become zero | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a391fa93a58039a6266f1b44bf4c43140ce8c9cd | | | Author: Martin Sjölund | | | Date: Fri Mar 4 22:32:44 2016 +0100 | | | | | | Use isPresent() to disable some allocations | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/Util/List.mo | | | | | * commit bcd948c9e8d2d99d1e27bb3d8ef24fe858ef1610 | | | Author: Martin Sjölund | | | Date: Fri Mar 4 16:12:50 2016 +0100 | | | | | | Add basic memory profiling to execstat | | | | | | M Compiler/Global/Global.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/GC.mo | | | M Compiler/Util/StringUtil.mo | | | | | * commit cfa27e9dfdeb1120ea15824ec2f87a805d5455cd | | | Author: Martin Sjölund | | | Date: Fri Mar 4 15:59:38 2016 +0100 | | | | | | Add implementation of isPresent() | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 150bb05f20b8414eb17cfe2fc4477c9a00016c19 | | | Author: Adeel Asghar | | | Date: Fri Mar 4 15:42:09 2016 +0100 | | | | | | More output from getClassInformation. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 8abe1ff4009f33a7f33543e5c47132de40e0a45e | | | Author: hkiel | | | Date: Fri Mar 4 15:02:14 2016 +0100 | | | | | | try to reduce memory usage | | | - use listReverseInPlace where possible | | | - remove some recursions and matchcontinue | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/Sorting.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/List.mo | | | | | * commit cc074b4b12bb4407b22835e441ca2b2c557f124c | | | Author: Rüdiger Franke | | | Date: Fri Mar 4 13:28:36 2016 +0100 | | | | | | Improve error message if resolveClock fails | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit f8a8026c37b530cd6bbbe6b21fb9b6e00ca20e83 | | | Author: Martin Sjölund | | | Date: Fri Mar 4 09:58:33 2016 +0100 | | | | | | Fix zlib for OSX nighly | | | | | | M Makefile.common | | | | | * commit 224e2c4cb724e6e2385a4589c0cb3e2f14ad95b4 | | | Author: Martin Sjölund | | | Date: Fri Mar 4 09:31:49 2016 +0100 | | | | | | Workaround for Java8 | | | | | | Run ANTLR first, which generates errors. Ignore these errors and | | | instead check that the generated files exist. | | | | | | M SimulationRuntime/java_interface/Makefile.common | | | | | * commit b308dafc70d8ab5aacdf3dea15468cb6af568e1e | | | Author: adrpo | | | Date: Thu Mar 3 19:29:00 2016 +0100 | | | | | | - fix front-end parts of #3503 | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMUCommon.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 0eaf54c1bc9bb17c45966993821fd2009b3d6873 | | | Author: adrpo | | | Date: Thu Mar 3 19:12:01 2016 +0100 | | | | | | attempt to fix Linux build | | | | | | M 3rdParty | | | | | * commit 06d03b4ab939faa7ae4c4ad5d6832ffcb19fe978 | | | Author: adrpo | | | Date: Thu Mar 3 18:40:22 2016 +0100 | | | | | | update 3rdParty to fix windows build | | | | | | M 3rdParty | | | | | * commit fa8b0d281ef028fc4336b64175110ce0b2483121 | | | Author: Martin Sjölund | | | Date: Thu Mar 3 14:23:31 2016 +0100 | | | | | | MetaModelica has more bits available | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | * commit 64554e12f092c1a1741aaff3a8c71643255c20f6 | | | Author: Adeel Asghar | | | Date: Thu Mar 3 13:56:52 2016 +0100 | | | | | | Added Debugging.mo to examples. | | | | | | A Examples/Debugging.mo | | | | | * commit ef88044c44e40b50039f8ba1bb7c389a175beb23 | | | Author: hkiel | | | Date: Thu Mar 3 08:33:04 2016 +0100 | | | | | | put cascaded listAppend in optimal order | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/VisualXML.mo | | | | | * commit f0f455beaf21f714a645a779500cc5c587b51443 | | | Author: hkiel | | | Date: Wed Mar 2 18:38:23 2016 +0100 | | | | | | optimize some list operations | | | matchcontinue -> match | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 3a40ea36224dd852ffdfae863a94305913f3f6fb | | | Author: Martin Sjölund | | | Date: Thu Mar 3 07:24:48 2016 +0100 | | | | | | Update external C-sources for MSL 3.2.2 | | | | | | M 3rdParty | | | | | * commit 1d8aec65fa886108e8d3b46f862ced053be5c8ea | | | Author: Willi Braun | | | Date: Wed Mar 2 19:51:27 2016 +0100 | | | | | | fix functionTree propogation for system homotopy0 | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit dc5bdff688282891a378b0db21b77f071e38f87d | | | Author: Willi Braun | | | Date: Wed Mar 2 19:17:11 2016 +0100 | | | | | | better fix for #3738 | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 540ad848f6aa36e408f2a5ef9c447092e19ae2be | | | Author: Rüdiger Franke | | | Date: Wed Mar 2 18:58:36 2016 +0100 | | | | | | Fix FMI 2.0 dependenciesKind | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 90c58b3883bf9346e7caaeefba9d198c1b63f428 | | | Author: Rüdiger Franke | | | Date: Wed Mar 2 18:41:45 2016 +0100 | | | | | | Fix FMI 2.0 dependencies | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 6e9b4f9fa7938838ed89ec13fd89d8787e83802f | | | Author: Willi Braun | | | Date: Wed Mar 2 18:09:30 2016 +0100 | | | | | | try to fix #3738 | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 77ddf9ef09432af9809244ff03c8474dd2b07ba8 | | | Author: Martin Sjölund | | | Date: Wed Mar 2 16:53:16 2016 +0100 | | | | | | Fix some ordering of listAppend in SimCodeUtil | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit fc73d033b46b17e2416938159b56ca589f4069c3 | | | Author: Martin Sjölund | | | Date: Wed Mar 2 15:16:30 2016 +0100 | | | | | | Change order of some listAppend calls | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 7e7852d9c3cbdc47f3d17bca67611e67a1bcc8f2 | | | Author: Martin Sjölund | | | Date: Wed Mar 2 14:56:34 2016 +0100 | | | | | | Remove FMI1 log-message | | | | | | The reason for removing this log-message is that FMIL passes loggingOn | | | as true even if we call instantiate with loggingOn=false. The FMU would | | | work correctly when FMIL was not used, but the OM FMU import does use | | | FMIL and it is annoying to see the GUID when not debugging. | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit 7f65a75ba8277c99eb8f53a6bf8ebb7ddc4d4c36 | | | Author: Willi Braun | | | Date: Wed Mar 2 14:39:30 2016 +0100 | | | | | | remove unnecessery variables merge | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f19d3870d52c15118dce33a16844a5dc8aead965 | | | Author: Willi Braun | | | Date: Wed Mar 2 13:08:30 2016 +0100 | | | | | | remove unnecessary array list transformation | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 38f41651f47208c9ff66843c1f066249e123bf4d | | | Author: Adeel Asghar | | | Date: Wed Mar 2 14:06:28 2016 +0100 | | | | | | Include OpenModelica in version string. | | | | | | M Makefile.omdev.mingw | | | | | * commit 00e96aced845ed3c516e2b91b997a1d1626427c3 | | | Author: Martin Sjölund | | | Date: Wed Mar 2 13:31:51 2016 +0100 | | | | | | Change order of listAppend in BackendDAEUtil | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 5161a931cfb8a2950168b7f199707d7c43006c83 | | | Author: Martin Sjölund | | | Date: Wed Mar 2 11:40:02 2016 +0100 | | | | | | Notify the user about listAppend in wrong order | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Error.mo | | | | | * commit 0a0d480852b775940b47ec3f9f0a2638a761a9da | | | Author: Martin Sjölund | | | Date: Wed Mar 2 09:03:41 2016 +0100 | | | | | | Implement Dangerous.listSetRest | | | | | | This takes a cons-cell and does a destructive update of the rest (CDR). | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 23bb6ec070e33fff16f05096d2b7db08c0c345a0 | | | Author: Rüdiger Franke | | | Date: Wed Mar 2 08:25:14 2016 +0100 | | | | | | Fix 3a7d119 for arbitrary tree traversal order | | | | | | See: | | | Modelica_Synchronous.Examples.Elementary.*Signals.UpSample | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit e4f94d662f550a63fc53115ddd045b1133a40fc8 | | | Author: Martin Sjölund | | | Date: Wed Mar 2 06:59:32 2016 +0100 | | | | | | Add support for MA Impure annotation | | | | | | This annotation is handled like the impure prefix, and not like | | | __OpenModelica_Impure=true (which also makes the function unavailable | | | for parameters). | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 769e528bb8fff75a44a90435087c590ba8c3ba8b | | | Author: Rüdiger Franke | | | Date: Tue Mar 1 22:00:46 2016 +0100 | | | | | | obtain grand parent from previously stored parent | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 3a7d119bed8d39be90314005e2835a64feddb3af | | | Author: Rüdiger Franke | | | Date: Tue Mar 1 21:32:19 2016 +0100 | | | | | | implement backward propagation of clock conversions | | | | | | See: | | | Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit dbf171042f6e5b1199314b1530c7ad50b2154613 | | | Author: Martin Sjölund | | | Date: Tue Mar 1 16:32:16 2016 +0100 | | | | | | Use a FIFO instead of slow listAppend | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 81141969288656913355d42a003875a0e9095999 | | | Author: Per Östlund | | | Date: Tue Mar 1 15:28:43 2016 +0100 | | | | | | Fix segfault in InstSection.unroll. | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 3f4477c825273f991216782723c2f006fd92db4b | | | Author: Martin Sjölund | | | Date: Tue Mar 1 14:07:45 2016 +0100 | | | | | | Fix code generation for add-array-scalar | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit d65644efc0ef2287d5456c906509f85ce798df3a | | | Author: Martin Sjölund | | | Date: Tue Mar 1 13:04:47 2016 +0100 | | | | | | Optimize max({arr})->max(arr) instead of arr | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 26ec49ed072709e9d2034a1eb93fa24aa1b2ed84 | | | Author: Martin Sjölund | | | Date: Tue Mar 1 09:31:35 2016 +0100 | | | | | | Handle expandExpression for unary | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a1a01c3e65e75ad23c24cd28a3aca01993ec3d92 | | | Author: Martin Sjölund | | | Date: Tue Mar 1 09:17:30 2016 +0100 | | | | | | Initialize variable to zero | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 0bb9e15c6741f74927c1818213acf255a7219818 | | | Author: Martin Sjölund | | | Date: Mon Feb 29 22:48:23 2016 +0100 | | | | | | Implement vector() code generation | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit c64c048dd3d43ea40385d68a1f98cd9149fcdd7a | | | Author: Martin Sjölund | | | Date: Mon Feb 29 22:05:12 2016 +0100 | | | | | | OSX fix for new MSL tables | | | | | | M Makefile.common | | | | | * commit 5cd19d9464a22cb946b46266daceee284362f99d | | | Author: Martin Sjölund | | | Date: Mon Feb 29 17:01:56 2016 +0100 | | | | | | Allow modifications for addClassAnnotation API | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | M Parser/BaseModelica_Lexer.g | | | M Parser/Modelica.g | | | | | * commit 5e8f396b9b6e5976b55974b5c6d61a7c54f8a6a6 | | | Author: Martin Sjölund | | | Date: Mon Feb 29 16:34:48 2016 +0100 | | | | | | Unparse {a for a in as} correctly | | | | | | Previously, the parser changed array reductions to array() in the | | | parser, which meant that they unparsed incorrectly. This can mess up | | | the diff algorithm and thus editing in OMEdit. | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Examples/BuildModelRecursive.mos | | | M Parser/Modelica.g | | | | | * commit cd48e7db8a848659b11a1db52284a4a7dd32d8d3 | | | Author: Rüdiger Franke | | | Date: Mon Feb 29 15:23:49 2016 +0100 | | | | | | Support multiple integer base clocks | | | | | | See: | | | Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit cf999be7116b647a4f91759f2ac209f458bc7007 | | | Author: Willi Braun | | | Date: Mon Feb 29 14:16:26 2016 +0100 | | | | | | improve extractVarFromVar | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f140ab4105c32b6ca91018fd0798d4789345291f | | | Author: Willi Braun | | | Date: Wed Feb 24 15:38:25 2016 +0100 | | | | | | improve BackendVariable.mo further | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit d6b5549e1b91007427916afc014d40d208bd88b8 | | | Author: Willi Braun | | | Date: Wed Feb 24 14:44:14 2016 +0100 | | | | | | added isVarAlg function | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 5458fb549c142bcb9793ac7ada90781d5d695ff6 | | | Author: Martin Sjölund | | | Date: Mon Feb 29 12:27:05 2016 +0100 | | | | | | Handle poorly unparsed strings | | | | | | Sometimes, Susan adds extra spaces in the middle of strings. This | | | patch ignores spaces in multi-line strings for the diff algorithm. | | | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | M Compiler/Lexers/lexerModelicaDiff.l | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit 5fd29e600c6cef7f191acd9737c917e7dcf9a47c | | | Author: Martin Sjölund | | | Date: Mon Feb 29 11:11:21 2016 +0100 | | | | | | Handle StandardTables depends by dynamic linking | | | | | | M 3rdParty | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Makefile.common | | | M Makefile.in | | | | | * commit 32cb4c174c952ea1560fac7c130d6bba9492cc01 | | | Author: Rüdiger Franke | | | Date: Mon Feb 29 08:33:30 2016 +0100 | | | | | | implement event clock in Cpp runtime | | | | | | See: | | | Modelica_Synchronous.WorkInProgress.ForDocumentation.TheDifferentClocks | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenCppInit.tpl | | | | | * commit 5d5c631bab8cf1a64373f7c6cf2ead7780ab411b | | | Author: vruge | | | Date: Sun Feb 28 22:56:51 2016 +0100 | | | | | | added debuge dump for loops | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ca1480a060aa4fe0d3902a37ea475252cebdb4ea | | | Author: hkiel | | | Date: Sat Feb 27 11:51:16 2016 +0100 | | | | | | remove some matchcontinue | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f5881f25e2371fc5cf924dae3d7c8315a3f99205 | | | Author: vruge | | | Date: Sun Feb 28 11:58:02 2016 +0100 | | | | | | recursion -> loop | | | -small optimization | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 3a8f02ad7f7229c90cfa4cd1709da18228b8ba72 | | | Author: vruge | | | Date: Sun Feb 28 00:44:53 2016 +0100 | | | | | | fixed compiler warning | | | | | | M SimulationRuntime/c/optimization/DataManagement/DebugeOptimization.c | | | | | * commit 2d6fcff9a998f2431964c104cf74b3123f92e488 | | | Author: vruge | | | Date: Sun Feb 28 00:12:37 2016 +0100 | | | | | | remove matchcontinue for some functions | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 35e5ffaf4dc76c415a666ef66bf04b026640d2ce | | | Author: vruge | | | Date: Sat Feb 27 20:19:53 2016 +0100 | | | | | | addEquation: remove matchcontinue | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit e5a26e43f72fd75ef2d2e94466af8775bd621c79 | | | Author: hkiel | | | Date: Fri Feb 26 21:42:27 2016 +0100 | | | | | | rescursion -> loop | | | | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/List.mo | | | | | * commit a3605edd5115561bd39193b42592030848306c54 | | | Author: Martin Sjölund | | | Date: Fri Feb 26 19:03:05 2016 +0100 | | | | | | Add ModelicaMatIO for MSL 3.2.1 | | | | | | If ModelicaStandardTables is specified, we add ModelicaMatIO because | | | the MSL version of ModelicaExternalC lacks some Mat_* variables if | | | we don't. | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | * commit e4cafbc9c96bdfdb285ff8674b6bb66f1ef035bc | | | Author: Martin Sjölund | | | Date: Fri Feb 26 17:26:07 2016 +0100 | | | | | | New ModelicaExternalC | | | | | | M 3rdParty | | | | | * commit bd3e67c9f9fa13a7da626b17d69bc9eafb5026e0 | | | Author: Martin Sjölund | | | Date: Fri Feb 26 11:44:39 2016 +0100 | | | | | | Fix a bug that lost tokens in the diff algorithm | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 8e32ac5ec6255b178008cdbf378266b09d5d67fe | | | Author: Per Östlund | | | Date: Thu Feb 25 15:15:21 2016 +0100 | | | | | | Fix for #3722. | | | | | | - Change copyClass to just put the copy in the same file as the | | | destination class, if possible. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 01fdb3eb6fd5e7544031028d3046753fbf6ac2cf | | | Author: Martin Sjölund | | | Date: Thu Feb 25 14:48:00 2016 +0100 | | | | | | Reject invalid polymorphic function call | | | | | | Previously, we could call a function taking tuple by passing | | | it a variable that is a type variable in the current function (but is | | | not necessarily a tuple). This fixes #2794. | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 457cabf7d3a07c013f6fbafa3617732b20c902b1 | | | Author: Martin Sjölund | | | Date: Thu Feb 25 12:53:36 2016 +0100 | | | | | | Constant variable names as constant patterns | | | | | | This fixes #3005 by allowing constant identifiers that evaluate to | | | constant literal expressions of suitable type (boxed, integer, real, | | | string, boolean, enumeration) to be used in a pattern. For boxed | | | variables, we replace the pattern expression with a shared literal | | | and perform valueEq on this. This should prove to be fast especially | | | if referenceEq holds (such as when passing a constant to a function). | | | | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Util/Error.mo | | | M Compiler/boot/Makefile.common | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 8b8930dabc58a2b836ff2ce8c516a6509a3362be | | | Author: Martin Sjölund | | | Date: Thu Feb 25 10:46:30 2016 +0100 | | | | | | Partially evaluated functions depend on modules | | | | | | Earlier, we did not #include headers for packages unless there was a | | | DAE.CALL or function pointer to a package. | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 064eb9e3fd9b26047bdcd3ac6416a1ec6ed644a4 | | | Author: Jan Šilar | | | Date: Thu Feb 25 10:33:27 2016 +0100 | | | | | | PDEModelica bugfix | | | | | | grammar modified according to changes in Absyn in 85b39a0d09aa4500377ae. | | | | | | M Parser/Modelica.g | | | | | * commit 1a69278e2f5d97428032de1dba0f3ca1bf308f02 | | | Author: Jan Šilar | | | Date: Wed Feb 17 14:42:45 2016 +0100 | | | | | | PDEModelica boundary extrapolation | | | | | | extrapolateField may be part of an expression now. | | | (cherry-picked) | | | | | | Conflicts: | | | Compiler/FrontEnd/InstUtil.mo | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit bd443007596444f06b1af5b0b4f58e4123964e8d | | | Author: Lennart Ochel | | | Date: Thu Feb 25 07:34:19 2016 +0100 | | | | | | Add rule to differentiate homotopy | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 8125c69ce6157b83bb9c73f13d9368f7f8b0a8df | | | Author: Lennart Ochel | | | Date: Wed Feb 24 14:13:52 2016 +0100 | | | | | | Remove dead cases and cleanup | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit b559b1dd6243ecbc075626c10eeda7eafa60d244 | | | Author: Lennart Ochel | | | Date: Wed Feb 24 11:51:02 2016 +0100 | | | | | | Fix expansion of array expressions | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a61daefb46c8e9e7e07be6c85448448aa20ea95f | | | Author: Willi Braun | | | Date: Wed Feb 24 13:06:05 2016 +0100 | | | | | | fix for #3381 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit fa412ec6d8d1394dd793c2342c0d53c743917ef6 | | | Author: Martin Sjölund | | | Date: Wed Feb 24 08:48:16 2016 +0100 | | | | | | Susan: Do not assign the same variable twice | | | | | | Earlier, Susan would assign to the same variable twice when calling | | | a template that takes two Text arguments and was passed the same | | | variable name for both of them. Now, the last argument is used in the | | | assignment. | | | | | | Clean templates at stage 3 bootstrapping in order to get the latest | | | version of Susan-generated code. | | | | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/boot/Makefile.common | | | | | * commit f13e19fb63a60e14e12ff88bcd851e82d87c8498 | | | Author: Martin Sjölund | | | Date: Tue Feb 23 12:55:36 2016 +0100 | | | | | | Add check for duplicate definitions | | | | | | This fixes OM ticket #2915. | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Util/Error.mo | | | | | * commit 0b12aa5a547cc8def853aacc9b659e783eb7a3bb | | | Author: hkiel | | | Date: Wed Feb 24 06:31:06 2016 +0100 | | | | | | use direct access to head and tail of lists | | | we already check for empty lists in the for-loop's condition, no need to do it more often. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 4ddb2fed98688ebf51615f524f5b60513bcdfbbc | | | Author: Willi Braun | | | Date: Wed Feb 24 02:46:28 2016 +0100 | | | | | | added cruntime LOG flag | | | | | | - for context information during the solving process | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit fc9c9bb1088092054368477119d8659ba2f8327b | | | Author: Willi Braun | | | Date: Wed Feb 24 01:37:13 2016 +0100 | | | | | | fix for #3685 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit d541c90aa4d7248b28ba20bb3ad8a06c716202be | | | Author: Willi Braun | | | Date: Wed Feb 24 00:21:07 2016 +0100 | | | | | | fix #3701 | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit da4204cf08c09aecdcd137d5eca36689e1fcc00d | | | Author: Adeel Asghar | | | Date: Tue Feb 23 18:35:54 2016 +0100 | | | | | | Fixes #3311. | | | Read __OpenModelica_infoHeader annotation. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit cb732fc280ac2d8940713d8a104c18952a0634da | | | Author: Lennart Ochel | | | Date: Tue Feb 23 17:27:52 2016 +0100 | | | | | | Restrict domain of definition of exponential function | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 472d00ec04f4ea1158dc2bfa44c30c22c28efc29 | | | Author: hkiel | | | Date: Tue Feb 23 16:14:26 2016 +0100 | | | | | | recursive -> loop | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit a64582dfbb2628a50e6e542a778f2621b3ed0424 | | | Author: Per Östlund | | | Date: Tue Feb 23 15:48:51 2016 +0100 | | | | | | Fix for #3577. | | | | | | - Change copyClass so that it changes the sourceinfo to contain | | | the filepath that the copied class should have. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit c93aec78b359a4d8ea131db603226a19070367e7 | | | Author: Martin Sjölund | | | Date: Tue Feb 23 14:34:13 2016 +0100 | | | | | | Do not optimize guarded patterns to switch | | | | | | This fixes OM ticket #3021 | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 23dd7a9c251aecaa099f82bc26d9809db56fc7a8 | | | Author: vwaurich | | | Date: Tue Feb 23 13:51:34 2016 +0100 | | | | | | - fix HPCOMScheduler | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 3542223e35c98ae0eed0ae4dfa05c5ccccb8344b | | | Author: jhag | | | Date: Tue Feb 23 10:41:30 2016 +0100 | | | | | | Modified array case in record handling | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit a59c82496953e60a13dfd17f9149ae62396d18a4 | | | Author: Martin Sjölund | | | Date: Tue Feb 23 09:33:13 2016 +0100 | | | | | | Fix stack overflow | | | | | | M Compiler/Util/Graph.mo | | | | | * commit 4bed8a964447a0e77dfbd9dc1e9cfc9571bd81cf | | | Author: Martin Sjölund | | | Date: Tue Feb 23 09:20:29 2016 +0100 | | | | | | Fix stack overflow | | | | | | M Parser/Modelica.g | | | | | * commit 86267ae3bc1c77e2b9c7cd4c7d3ea1b81b32fb8d | | | Author: Lennart Ochel | | | Date: Tue Feb 23 08:19:51 2016 +0100 | | | | | | Don't wrap functions within if expressions | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 265024d6c4305c155f267af0692b1f58a2ff5abd | | | Author: Rüdiger Franke | | | Date: Tue Feb 23 07:34:43 2016 +0100 | | | | | | fix to yesterday's commit c06017c | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit c06017c0d295b00fe73163c676af9a89f597f161 | | | Author: Rüdiger Franke | | | Date: Mon Feb 22 21:51:00 2016 +0100 | | | | | | check for equal base clocks | | | | | | See: | | | Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Util/Error.mo | | | | | * commit 3cd6f318f16faf1aa3bc04eba5c36bda4a0f104c | | | Author: Lennart Ochel | | | Date: Mon Feb 22 21:15:14 2016 +0100 | | | | | | Fix CRLF issue for override files | | | | | | See ticket 3602 | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit 14d87350df548f8997b821e065579e78819fb742 | | | Author: Lennart Ochel | | | Date: Mon Feb 22 18:36:57 2016 +0100 | | | | | | Fix typos | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit 08f36deeeaacfeda7a02dce9a57aa2ed2dcdb93e | | | Author: Martin Sjölund | | | Date: Mon Feb 22 17:07:00 2016 +0100 | | | | | | Fix stack overflow | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 7153a59d319697d2cbff7206a51db4c8138784fe | | | Author: Adeel Asghar | | | Date: Mon Feb 22 16:44:24 2016 +0100 | | | | | | Check for what kind of FMUs we can export. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/FMI.mo | | | | | * commit c4d4b4a601757a78d089e96f1067358e88b66b1a | | | Author: Martin Sjölund | | | Date: Fri Feb 19 16:42:51 2016 +0100 | | | | | | Fix stack overflow | | | | | | Made Modelica.g element_list tail-recursive. | | | | | | This resolves OM ticket #3694. | | | | | | M Parser/Modelica.g | | | | | * commit 0054a876e15ab4927b6746ca7c2718e1c94746fc | | | Author: Martin Sjölund | | | Date: Mon Feb 22 13:28:48 2016 +0100 | | | | | | Handle comments in uniontypes with single record | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | | | * commit 4d60525aea139de2fd7e77964e3e8e2ee60d42f2 | | | Author: Martin Sjölund | | | Date: Mon Feb 22 11:37:42 2016 +0100 | | | | | | Introduce List.append_reverse | | | | | | Rewrote functions using listAppend(listReverse(x),y) to | | | List.append_reverse(x,y). | | | | | | Improved performance/stack usage of SCodeUtil.translateEitemlist | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Vectorization.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/DiffAlgorithm.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | | | * commit 15d130fa880434c958e4389cb1799bb8ca7063c5 | | | Author: Martin Sjölund | | | Date: Mon Feb 22 11:24:48 2016 +0100 | | | | | | Fix stack overflow | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 812a38e75d1addafee48ba1d3207254993611aee | | | Author: Rüdiger Franke | | | Date: Sun Feb 21 22:31:06 2016 +0100 | | | | | | guard against synchronous models without variables | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 96ebbdd3fe46cdcd504640a785eb4c3ee96428db | | | Author: Rüdiger Franke | | | Date: Sun Feb 21 19:44:50 2016 +0100 | | | | | | adapt +d=dumpSynchronous to expected output | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 837ff6d53e58dfcdcd1ecf0f07e0573f0fe879af | | | Author: Rüdiger Franke | | | Date: Sun Feb 21 19:30:52 2016 +0100 | | | | | | remove new debug output from +d=dumpSynchronous | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 2c5439f294424299fc8e2497a60aff78b368e989 | | | Author: Rüdiger Franke | | | Date: Sun Feb 21 19:09:14 2016 +0100 | | | | | | Improve clock propagation in synchronous models | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Util/Error.mo | | | | | * commit c37fa36a0f36bd0a206855e5a24dc145a239710d | | | Author: Rüdiger Franke | | | Date: Sun Feb 21 19:04:46 2016 +0100 | | | | | | Move Clocks from ModelStructure to TypeDefinitions | | | | | | This represents the status of the proposal FCP-001_Clocks. | | | | | | M Compiler/Template/CodegenCppInit.tpl | | | M Compiler/Template/CodegenFMU1.tpl | | | M Compiler/Template/CodegenFMU2.tpl | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 8768d11f8ad56a53eaf0a179d50fc10cfb36a08e | | | Author: vruge | | | Date: Sun Feb 21 10:01:34 2016 +0100 | | | | | | build don't fail without git | | | | | | M Makefile.omdev.mingw | | | | | * commit 49dc36a42c5efc781b7f0f3b661425912e17b218 | | | Author: Rüdiger Franke | | | Date: Sat Feb 20 22:41:15 2016 +0100 | | | | | | work on clock sub- and supersampling | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Util/Error.mo | | | | | * commit 54e3041c30d5f55e77125aeaef5e24282cedb6ef | | | Author: Rüdiger Franke | | | Date: Sat Feb 20 22:40:23 2016 +0100 | | | | | | fix clock sub- and supersampling in Cpp runtime | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | * commit 4d534f72194c87d725d647baaf2a5eec9ce7e24f | | | Author: Lennart Ochel | | | Date: Sat Feb 20 12:34:15 2016 +0100 | | | | | | Add more trace statements | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b3692d0699ec0765737c69f41cc52dcbf71c9316 | | | Author: Lennart Ochel | | | Date: Sat Feb 20 12:19:11 2016 +0100 | | | | | | Clean up code generation | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 55cb6490a577f44426754eca60d885d671e733c9 | | | Author: adrpo | | | Date: Sat Feb 20 03:41:56 2016 +0100 | | | | | | fix frontend performance degradation #3697 | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 63d57dd2ca84c3e72641edba77fde0494bc56b73 | | | Author: Lennart Ochel | | | Date: Fri Feb 19 10:20:28 2016 +0100 | | | | | | Handle roots of negative values | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 56626b0f96f85b86dd979018624abac4031acc5c | | | Author: adrpo | | | Date: Thu Feb 18 21:27:41 2016 +0100 | | | | | | a bit of improvement for #3668 | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 78ba5299e0ca9a86b4ba5b1945339ba151782cfa | | | Author: Willi Braun | | | Date: Thu Feb 18 19:57:23 2016 +0100 | | | | | | review simplify usage in symbolic jacobians | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 880ef3cd78b3356a20e0c6e77a91f313dd25d8a9 | | | Author: Martin Sjölund | | | Date: Thu Feb 18 16:21:24 2016 +0100 | | | | | | Some runtime fixes for VS2013 | | | | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/Dynload_omc.cpp | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/util/modelica.h | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 1adf486dcdb915e76ce01d0871fab6d36a7e8f0a | | | Author: mhartung | | | Date: Thu Feb 18 15:15:06 2016 +0100 | | | | | | fixed bug which lead to wrong cat_array behaviour for ArraySlice | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit ecf792f373e8021f857ccffe77e497b3b7a13c9f | | | Author: jhag | | | Date: Thu Feb 18 14:36:55 2016 +0100 | | | | | | don't wrap "sign"-calls | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 01caff945377ecd54ebf4badae97c700fae6a3ac | | | Author: Willi Braun | | | Date: Thu Feb 18 12:59:09 2016 +0100 | | | | | | added differentiation rule for built-in sum call | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 5a950a9da7ab31c788dffb22e59bc67492e27990 | | | Author: Willi Braun | | | Date: Thu Feb 18 01:50:35 2016 +0100 | | | | | | fix #3684 | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 7e414c9fd5a9ddc9d8767065c7ff546d41b9fcf7 | | | Author: Willi Braun | | | Date: Thu Feb 18 01:37:39 2016 +0100 | | | | | | fix #3687 | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit dc7da8cafd4f4e0ca72f6221379f4c7747cc47b9 | | | Author: hkiel | | | Date: Wed Feb 17 15:21:10 2016 +0100 | | | | | | matchcontinue -> match | | | | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/Script/Binding.mo | | | | | * commit d41fb978045264639b603fd24688f69d8f48d681 | | | Author: hkiel | | | Date: Wed Feb 17 12:35:47 2016 +0100 | | | | | | Use filterOnTrue instead of filter | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplParser.mo | | | | | * commit 3cd16cc1ae550915ab71c6c109768d7ad8e1f335 | | | Author: hkiel | | | Date: Wed Feb 17 12:24:30 2016 +0100 | | | | | | recursive -> loop list optimizations | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit dd6bae1f39a5eaf7766ce936e497790a4d514e91 | | | Author: adrpo | | | Date: Wed Feb 17 04:49:35 2016 +0100 | | | | | | fix for #3688 and #3641 | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 31eaa49f1d746f290d61d37578914de501d1689e | | | Author: hkiel | | | Date: Tue Feb 16 20:59:03 2016 +0100 | | | | | | optimize isConst*Work* | | | removes need for boolean input argument | | | optimize list operations | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Util/List.mo | | | | | * commit 18edd82bf2d80fc222c4e3ea399157a125df0e23 | | | Author: bernhard Thiele | | | Date: Tue Feb 16 16:21:44 2016 +0100 | | | | | | Dumping state machines to streams | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit e8a1b5cc525cafdbb9521e19a39f4e9e8bde942a | | | Author: Per Östlund | | | Date: Tue Feb 16 14:26:05 2016 +0100 | | | | | | Fix for #3662. | | | | | | - Handle DAE.EMPTY in Expression.traverseExpTopDown. | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 325267489eac2bf8ce142d53deaff9fa53a016d6 | | | Author: vruge | | | Date: Tue Feb 16 10:47:13 2016 +0100 | | | | | | make equationList2 tail recursive | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 32584102120b18462a9d7393f7e1b96249cb9431 | | | Author: vruge | | | Date: Tue Feb 16 01:16:21 2016 +0100 | | | | | | make some traverseExpsOfExpList_WithStop tail recursive | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 4492ef73e26db70cd38f73fa444629a18f5adcea | | | Author: vruge | | | Date: Mon Feb 15 23:59:22 2016 +0100 | | | | | | make equationNthSize1 tail recursive | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit fdebf711867a75aa70696c430e52e32d79a9528e | | | Author: vruge | | | Date: Mon Feb 15 23:39:14 2016 +0100 | | | | | | equationNth1: removed matchcontinue | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit bc07b6905dbbb9dcfbf8c704933107579674a8e0 | | | Author: vruge | | | Date: Mon Feb 15 23:22:21 2016 +0100 | | | | | | make traverseExpsOfExpList tail recursive | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit a38fd9aeefc695b2737a25f2ab0ed7d3852b8d40 | | | Author: vruge | | | Date: Mon Feb 15 23:09:15 2016 +0100 | | | | | | make traverseExpsOfEquationListList_WithStop tail recursive | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit ffa3db0663deee1d2f5c9ce3fe5d881706fac994 | | | Author: vruge | | | Date: Mon Feb 15 21:58:12 2016 +0100 | | | | | | make traverseExpsOfEquationList_WithStop tail recursive | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit a2301d8a2f51707ea52dea2b94e4f526c6041ee2 | | | Author: vruge | | | Date: Mon Feb 15 21:21:40 2016 +0100 | | | | | | make listEquation1 tail recursive | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 792f93ca752849a0be497ec6bc423da77241ba27 | | | Author: hkiel | | | Date: Mon Feb 15 12:32:29 2016 +0100 | | | | | | fix stack overflow | | | make functions Ceval.ceval and Types.matchTypeList use loops instead of recursion | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit a2d3cf252a3bc9f8ccfa986745a2a72edbee1a5e | | | Author: vwaurich | | | Date: Mon Feb 15 12:08:04 2016 +0100 | | | | | | RSE-fix | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 5f792d289c54f011cd241ba90d9d6b4e1d34853a | | | Author: Willi | | | Date: Mon Feb 15 03:09:56 2016 +0100 | | | | | | fix #3668 | | | | | | - remove time and memory consuming recursion | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit c343375da945a5578770cb48591b570f7893ce05 | | | Author: Willi Braun | | | Date: Sun Feb 14 14:28:36 2016 +0100 | | | | | | improving analytic jacobian flags | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 758919984ebf144e496ca14f467d100b2310818a | | | Author: adrpo | | | Date: Sat Feb 13 19:57:42 2016 +0100 | | | | | | update .gitignore | | | | | | M .gitignore | | | | | * commit 68966ebbd8d7e71ddd50bf29fa5c37b623bca14d | | | Author: Per Östlund | | | Date: Fri Feb 12 21:43:34 2016 +0100 | | | | | | Improve performance of getComponents API. | | | | | | - Cache the work done by Interactive.buildEnvForGraphicProgram | | | instead of redoing it for every single component when calling | | | getComponentAnnotations. | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit ddccaeb945a1b849bb07c745b0bf0688c3c9326d | | | Author: Willi Braun | | | Date: Fri Feb 12 20:00:14 2016 +0100 | | | | | | improved flags for symbolic jacobians | | | | | | - adjusted description test | | | - added flag "NLSanalyticJacobianDisable" | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9c9d72e613267bf886ea3c5c5820f41195a7af82 | | | Author: Martin Sjölund | | | Date: Fri Feb 12 19:08:05 2016 +0100 | | | | | | Set LC_NUMERIC to C locale | | | | | | This might fix ticket #3559. | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 03b0c4c4e14f8c2e992fc77640e51ff5e1d00821 | | | Author: Martin Sjölund | | | Date: Fri Feb 12 18:45:05 2016 +0100 | | | | | | Add boxvar function for boolString | | | | | | This fixes #3647. | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | M SimulationRuntime/c/util/modelica_gen_string_lit.sh | | | M SimulationRuntime/c/util/modelica_string_lit.c | | | M SimulationRuntime/c/util/modelica_string_lit.h | | | | | * commit a555ec0dd7c1583b0edd817c5e15028aa4a47c19 | | | Author: Martin Sjölund | | | Date: Fri Feb 12 17:13:18 2016 +0100 | | | | | | Handle boxed arguments to String() | | | | | | This fixes ticket #3653. | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit daf875123ad9ff54e1c017acb488af43cde80ab4 | | | Author: Martin Sjölund | | | Date: Fri Feb 12 16:55:43 2016 +0100 | | | | | | Do not install OMEdit files | | | | | | This fixes ticket #3609. | | | | | | M Makefile.common | | | | | * commit 824acedabf37cba8df5f9431fa69cf7d94697cc0 | | | Author: Adeel Asghar | | | Date: Fri Feb 12 16:42:40 2016 +0100 | | | | | | Fixes #3376. Added a batch file for command prompt. | | | | | | M Compiler/Makefile.omdev.mingw | | | A Compiler/scripts/Prompt.bat | | | | | * commit 19362e064fd4696d3565c633192ebfa261623fec | | | Author: vruge | | | Date: Fri Feb 12 16:02:49 2016 +0100 | | | | | | make jacobianConstant tail recursive | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit ff665c9e90e6798649ec764a82cc4d65e82702a1 | | | Author: Martin Sjölund | | | Date: Fri Feb 12 15:45:23 2016 +0100 | | | | | | Fixes to compile with Visual Studio 2010 | | | | | | Mostly related to only declaring variables at the top of a block. | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/GraphStreamExt_omc.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.h | | | M Compiler/runtime/TaskGraphResults_omc.cpp | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 1ab7b4735ec3d633d9839211d6cdaac91fc1fa15 | | | Author: Per Östlund | | | Date: Fri Feb 12 15:14:01 2016 +0100 | | | | | | Changed behaviour of getComponents API. | | | | | | - Try to return the path where a type should be found, even if it | | | doesn't actually exist. | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 1088cbd2b397f64567e2cbecc7039ea0a40abf33 | | | Author: Willi Braun | | | Date: Fri Feb 12 13:03:20 2016 +0100 | | | | | | added debug flag to disbale jacobian calculation for SCC analysis | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 2ab6a8c391ff07ce9e9b270e2f722604f4bd68d9 | | | Author: Martin Sjölund | | | Date: Fri Feb 12 12:50:08 2016 +0100 | | | | | | Fix code generation for VS2010 | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 1d662e35c6f9f0d2fd92272ac9a414142b49669c | | | Author: Martin Sjölund | | | Date: Thu Feb 11 17:25:22 2016 +0100 | | | | | | Check for NULL | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit edeb32092821ca49731563bf00d0a0a9e5dae4d8 | | | Author: Martin Sjölund | | | Date: Thu Feb 11 17:12:06 2016 +0100 | | | | | | Remove RCS-id from source files | | | | | | RCS id is not supported by git, and does not make much sense to use | | | together with git anyway. | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEFunc.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DumpGraphML.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSchedulerExt.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/Sorting.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/BackEnd/Vectorization.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FGraphStream.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FFrontEnd/FTraverse.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/BackendInterface.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ExpressionSimplifyTypes.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFConnect2.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFEvalFunction.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFFlatten.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstDump.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFSCodeStatic.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/GlobalScriptDump.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Unused/InlineSolver.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/ClockIndexes.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/DynLoad.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/GraphStream.mo | | | M Compiler/Util/GraphStreamExt.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableCrToUnit.mo | | | M Compiler/Util/HashTableExpToExp.mo | | | M Compiler/Util/HashTableStringToUnit.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/HashTableUnitToString.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/IOStreamExt.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Serializer.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/StringUtil.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/TaskGraphResults.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/Util/VisualXML.mo | | | M Compiler/runtime/BackendDAEEXT.cpp | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/GraphStreamExt_impl.cpp | | | M Compiler/runtime/GraphStreamExt_omc.cpp | | | M Compiler/runtime/IOStreamExt.c | | | M Compiler/runtime/IOStreamExt_omc.cpp | | | M SimulationRuntime/c/meta/gc/mmc_gc.c | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | | | * commit 272277c0cc117553953cc88873f61efb5374a8e8 | | | Author: bernhard Thiele | | | Date: Thu Feb 11 16:15:18 2016 +0100 | | | | | | Added internal flag DEFAULT_CLOCK_PERIOD | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 443a05959171de557b189a36ad10a0c6822e28dd | | |\ Merge: b95e6ebd04 a2c7ddf0cf | | | | Author: Per Östlund | | | | Date: Thu Feb 11 13:25:16 2016 +0100 | | | | | | | | Merge remote-tracking branch 'origin' into perffix | | | | | | | * commit a2c7ddf0cfc0f642590482b1d20e35daad8b3ade | | | | Author: Lennart Ochel | | | | Date: Thu Feb 11 11:08:47 2016 +0100 | | | | | | | | Make execstat dump each step in a single line. | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | | * commit 70ce925f7dc66e7917ce94144ca63aecd2560f07 | | | | Author: Martin Sjölund | | | | Date: Thu Feb 11 08:16:36 2016 +0100 | | | | | | | | Use correct bootstrapping header during stage 1 | | | | | | | | M Parser/BaseModelica_Lexer.g | | | | M Parser/Makefile.common | | | | M Parser/Makefile.in | | | | M Parser/Makefile.omdev.mingw | | | | M Parser/Modelica.g | | | | M Parser/parse.c | | | | | | | * commit d422fe7ac70cf9e7c8772ddeb4504fa5657ee0bf | | | | Author: Martin Sjölund | | | | Date: Thu Feb 11 07:52:32 2016 +0100 | | | | | | | | Add missing includes | | | | | | | | M Compiler/Util/System.mo | | | | | | | * commit 56e3dffcf6fb99367285a26f98e138cd1818a0a7 | | | | Author: hkiel | | | | Date: Wed Feb 10 16:45:10 2016 +0100 | | | | | | | | convert some matchcontinue to match | | | | | | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | | | | | * commit 9415bfe3a432355e9d1eb5bb58f606a5c4e96bd4 | | | | Author: hkiel | | | | Date: Wed Feb 10 13:30:02 2016 +0100 | | | | | | | | convert some matchcontinue to match | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | * commit 6cd879ff80ead2a49897d397c041adb330c2dea1 | | | | Author: hkiel | | | | Date: Wed Feb 10 10:34:33 2016 +0100 | | | | | | | | use correct return code | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | | | * commit b88ce87d352162927f76f154320e806f2a1fcf61 | | | | Author: hkiel | | | | Date: Tue Feb 9 17:33:37 2016 +0100 | | | | | | | | use match instead of matchcontinue | | | | modify pushRedeclareIntoExtends3() to make it tail recursive -> saves time and stack | | | | | | | | M Compiler/FFrontEnd/FCore.mo | | | | M Compiler/FFrontEnd/FGraph.mo | | | | M Compiler/FFrontEnd/FGraphDump.mo | | | | M Compiler/FFrontEnd/FNode.mo | | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | | M Compiler/FrontEnd/NFMod.mo | | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | | | * commit 3433e8319fe284074259f4221731bebc7a7bc6f0 | | | | Author: Martin Sjölund | | | | Date: Wed Feb 10 15:49:39 2016 +0100 | | | | | | | | Fixes for bootstrapping PDEModelica | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Parser/Makefile.common | | | | M Parser/Modelica.g | | | | | | | * commit 85b39a0d09aa4500377ae98803e7081a1468590e | | | | Author: Jan Šilar | | | | Date: Fri Jan 29 13:37:44 2016 +0100 | | | | | | | | Absyn.EQ_EQUALS splitted into EQ_EQUALS and EQ_PDE. | | | | | | | | there is some bug, doesnt compile any pde model. | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/Dump.mo | | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | | M Compiler/FrontEnd/InstBinding.mo | | | | M Compiler/FrontEnd/InstExtends.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/SCode.mo | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/Script/BlockCallRewrite.mo | | | | M Compiler/Script/Interactive.mo | | | | M Compiler/Template/AbsynDumpTV.mo | | | | M Compiler/Template/SCodeTV.mo | | | | M Compiler/Template/SimCodeTV.mo | | | | M Parser/Modelica.g | | | | | | | * commit 82b0921b73c70d0b4f6703d1ab9d81d7ca969b6e | | | | Author: Jan Šilar | | | | Date: Fri Jan 8 13:53:32 2016 +0100 | | | | | | | | isField attribute / API function | | | | | | | | PDEModelica attribute isField removed from API function setComponentProperties argument. | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | * commit a2da0ef532218311d905f3f73a1ac91eb0eb244d | | | | Author: Jan Šilar | | | | Date: Mon Jan 4 08:40:46 2016 +0100 | | | | | | | | field equations without pder() include also boundary nodes | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 154579c0180abd79c6f71a8d551bcf966d53040e | | | | Author: Jan Šilar | | | | Date: Thu Dec 31 19:42:49 2015 +0100 | | | | | | | | PDEModelica -- extrapolation on boundary | | | | | | | | Temporary modelica function extrapolateField() implemented to extrapolate field on boundaries, where is no real boundari condition needed. | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/PDEModelicaBuiltin.mo | | | | | | | * commit 9c66112715730ee98053b07218dd99eeaf4dc6fb | | | | Author: Jan Šilar | | | | Date: Tue Dec 15 14:30:11 2015 +0100 | | | | | | | | Bugfix | | | | | | | | Tuple -> tuple | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit f7fe0d9054e6717b476305220a586317ef5c6fd2 | | | | Author: Jan Šilar | | | | Date: Thu Dec 10 15:39:55 2015 +0100 | | | | | | | | PDEModelica -- flag in grammar | | | | | | | | field, nonfield and indomain keywords enabled by --grammar="PDEModelica" flag | | | | | | | | M Parser/BaseModelica_Lexer.g | | | | M Parser/Parser_omc.c | | | | | | | * commit 0ca507a9229be4ed1226df32baacb149126763c8 | | | | Author: Jan Šilar | | | | Date: Wed Dec 9 13:48:59 2015 +0100 | | | | | | | | PDEModelica pdemodelica_enabled() | | | | | | | | new macro to enable pdemodelica grammar | | | | | | | | M Parser/ModelicaParserCommon.h | | | | M Parser/Parser_omc.c | | | | | | | * commit 186d4012fbe1fc99aeba67851ecf6806ead0452a | | | | Author: Jan Šilar | | | | Date: Wed Dec 2 16:38:32 2015 +0100 | | | | | | | | PDEModelica flag | | | | | | | | Calling PDEModelica specific functions only if enabled by grammar flag. | | | | | | | | M Compiler/FrontEnd/Dump.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/FrontEnd/PDEModelicaBuiltin.mo | | | | M Compiler/Script/Interactive.mo | | | | M Compiler/Util/Config.mo | | | | | | | * commit 9a9dd8ae4d99c781dcf8504a248f40000c71077c | | | | Author: Jan Šilar | | | | Date: Mon Nov 30 14:38:27 2015 +0100 | | | | | | | | Fixing previous rebase. | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 7b107b25ece0ba042f3fd4a37b273ee3ce524242 | | | | Author: Jan Šilar | | | | Date: Mon Nov 30 11:10:33 2015 +0100 | | | | | | | | Flag --PDE removed. | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 554b2a608b9108efd271a30b3d0cbd88da500952 | | | | Author: Jan Šilar | | | | Date: Mon Nov 30 11:06:15 2015 +0100 | | | | | | | | PDEModelica fag and new built-in file | | | | | | | | --PDE flag changed to --grammar="PDEModelica" | | | | New PDEModelicaBuiltin file. Loading enabled by the flag. | | | | | | | | M Compiler/FrontEnd/Builtin.mo | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | A Compiler/FrontEnd/PDEModelicaBuiltin.mo | | | | M Compiler/Makefile.in | | | | M Compiler/Util/Flags.mo | | | | | | | * commit c1ec6d8fdf59bd43077668d605f30cb103b82c4d | | | | Author: Jan Šilar | | | | Date: Fri Nov 13 13:47:48 2015 +0100 | | | | | | | | fixed bad rebase merge | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | * commit 084a83663bf1ad0f634872bc000a4150915c7f4a | | | | Author: Jan Šilar | | | | Date: Mon Nov 9 12:26:02 2015 +0100 | | | | | | | | PDE | | | | | | | | boundary conditions, equations containing coordinates | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit a384029e570bc945f8ab9ce4ea4ca81ef9727c24 | | | | Author: Jan Šilar | | | | Date: Mon Oct 12 10:30:53 2015 +0200 | | | | | | | | PDE extension - regions | | | | | | | | now it's possible to write "... indomain omege.interior;" in domain specification of an equation. | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | * commit dae025210bcdbf2a4199f5d77dbc230e6aa98aed | | | | Author: Jan Šilar | | | | Date: Mon Oct 5 14:33:00 2015 +0200 | | | | | | | | PDE modelica. Some model error checks. | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 187c57b08fafcc999f472864b63c74c05d98215a | | | | Author: Jan Šilar | | | | Date: Wed Sep 23 11:23:26 2015 +0200 | | | | | | | | PDE extension | | | | | | | | - better error messages. | | | | - fixed bug with pder | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 692fa0f954ea38b113ea9f5935c6ebb99caf500a | | | | Author: Jan Šilar | | | | Date: Tue Sep 22 17:33:43 2015 +0200 | | | | | | | | Discretization of PDE equations. | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit aed8fab218fdc8f3449e0b9de5a66be3ae4215d9 | | | | Author: Jan Šilar | | | | Date: Mon Sep 21 11:21:34 2015 +0200 | | | | | | | | Moving code around. | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 61c812f857301435245fd69ad61107984fcdfd64 | | | | Author: Jan Šilar | | | | Date: Fri Sep 18 17:13:37 2015 +0200 | | | | | | | | Several changes in PDE extension | | | | | | | | New type InstUtil.DomainFieldsLst to store domain and its fields. | | | | -- passed from elabField | | | | | | | | N of domain is taken from the evalueted variables of domain. | | | | | | | | DomainLineSegment1D.L and .N are given default values. | | | | | | | | New function List.findSome. | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit f0da417dabd8ad50e0915257f1a89ea78971bb76 | | | | Author: Jan Šilar | | | | Date: Mon Sep 14 17:09:13 2015 +0200 | | | | | | | | Work towards discretization of PDEs | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 4d0cbd81f77038f964185ede874e7b63e6ca0563 | | | | Author: Jan Šilar | | | | Date: Thu Sep 10 10:33:54 2015 +0200 | | | | | | | | Returning (field,domain) tuple list from elabField() upto instClassdef2. | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/Lookup.mo | | | | M Compiler/FrontEnd/Patternm.mo | | | | M Compiler/Util/Error.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 12a5593b9b01d852765fe4b21a65b54d9065d939 | | | | Author: Jan Šilar | | | | Date: Fri Jun 19 14:52:18 2015 +0200 | | | | | | | | Option domainOpt; added to SCode.EQ_EQUALS. | | | | Subsequent changes. | | | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | M Compiler/FrontEnd/InstExtends.mo | | | | M Compiler/FrontEnd/SCode.mo | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | M Compiler/Template/SCodeTV.mo | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | * commit bf029a092b32331442ef12ca4110a4a411091fcb | | | | Author: Jan Šilar | | | | Date: Tue Jun 16 11:01:33 2015 +0200 | | | | | | | | fixing code due to added domainOpt to Absyn.EQ_EQUALS | | | | | | | | Cherry-pick of 6a8583798897f9a9f210a459b2965f7b0664620d | | | | | | | | Conflicts: | | | | Compiler/OpenModelicaBootstrappingHeader.h | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/Dump.mo | | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | | M Compiler/Script/BlockCallRewrite.mo | | | | M Compiler/Script/Interactive.mo | | | | M Compiler/Template/AbsynDumpTV.mo | | | | M Parser/Modelica.g | | | | | | | * commit 6defd95fbd784b692767339f659156d6e18db46a | | | | Author: Jan Šilar | | | | Date: Tue May 26 16:26:13 2015 +0200 | | | | | | | | starting indomain implementation | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Parser/BaseModelica_Lexer.g | | | | M Parser/Modelica.g | | | | | | | * commit 9090acd569ea649c7a2dd3f7ba58b3b2aa8b44d8 | | | | Author: Jan Šilar | | | | Date: Wed May 20 10:18:41 2015 +0200 | | | | | | | | each prefix is added to every modifier in fields | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 71d9e6a06863b30841624f26f5b6d7d8a9e22e16 | | | | Author: Jan Šilar | | | | Date: Tue May 19 14:18:06 2015 +0200 | | | | | | | | elaborate function now replaces field variables with arrays | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 1ab796528acf9b4ec2ddb05a8e1a90bd26ada59c | | | | Author: Jan Šilar | | | | Date: Mon May 18 16:35:20 2015 +0200 | | | | | | | | elabField function - converts field into array. Not finished yet. | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 01c0933bb5ab786182c31d5349800cf7fd2c8b97 | | | | Author: Jan Šilar | | | | Date: Mon May 18 10:01:18 2015 +0200 | | | | | | | | started writing function elabField | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | * commit 8d3896689db684bc2449309c8db0a9e6e3e307d4 | | | | Author: Jan Šilar | | | | Date: Wed Jul 8 12:43:26 2015 +0200 | | | | | | | | All changes from PDE branch from svn in one commit. | | | | | | | | (Cherry-pick of f374870b28a3de9426910072e3efbb5aaeedf454) | | | | | | | | Conflicts: | | | | Compiler/FrontEnd/InstFunction.mo | | | | Compiler/Util/Flags.mo | | | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | | M Compiler/FFrontEnd/FGraph.mo | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/Builtin.mo | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | M Compiler/FrontEnd/Dump.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstExtends.mo | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/InstUtil.mo | | | | M Compiler/FrontEnd/Lookup.mo | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | | M Compiler/FrontEnd/SCode.mo | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | M Compiler/Script/BlockCallRewrite.mo | | | | M Compiler/Script/GlobalScriptUtil.mo | | | | M Compiler/Script/Interactive.mo | | | | M Compiler/Util/Flags.mo | | | | M Parser/BaseModelica_Lexer.g | | | | M Parser/Modelica.g | | | | | | | * commit 748d6d57620d0358c0c52185cd946028c645dcdb | | | | Author: adrpo | | | | Date: Wed Feb 10 15:40:31 2016 +0100 | | | | | | | | fix windows build | | | | | | | | M Compiler/Makefile.omdev.mingw | | | | M Compiler/boot/Makefile.common | | | | M Compiler/boot/Makefile.omdev.mingw | | | | M Compiler/runtime/Makefile.omdev.mingw | | | | | | | * commit 801d118186cbc4a4dd6522a5a546c232323195d4 | | | | Author: Per Östlund | | | | Date: Wed Feb 10 14:55:36 2016 +0100 | | | | | | | | Generic AVL tree improvements. | | | | | | | | M Compiler/Util/BaseAvlTree.mo | | | | | | * | commit b95e6ebd0467259e3552864430ed42bc40bd00a1 | | |/ Author: Per Östlund | | | Date: Wed Feb 10 14:50:50 2016 +0100 | | | | | | Performance fixes. | | | | | | - Changed paths hashtable in InstExtends to a list of hashtables, | | | to avoid the need to copy it when entering a new scope. | | | - Cleaned up and optimized various functions in InstExtends. | | | - Disabled state machine processing when using a Modelica version | | | older than 3.3, to avoid creating expensive but unused hashtables. | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstStateMachineUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit e0b0d22a6d54064481d5a0217b138a224db449dd | | | Author: Martin Sjölund | | | Date: Wed Feb 10 09:38:35 2016 +0100 | | | | | | Changes for bootstrapping header | | | | | | OpenModelicaBootstrappingHeader.h is now treated as part of the tarball | | | for bootstrapping. This makes it possible to change Absyn.mo without | | | generating a new tarball. | | | | | | The build system now generates special a-files for Compiler/runtime/ | | | and Parser/ that uses the tarball version of the header for stage 1 of | | | the bootstrapping, and a fresh header for other objects. This file is | | | not copied to the build directory. | | | | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | R100 Compiler/OpenModelicaBootstrappingHeader.h Compiler/boot/tarball-include/OpenModelicaBootstrappingHeader.h | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | M Makefile.in | | | M Makefile.omdev.mingw | | | M Parser/Makefile.common | | | M Parser/Modelica.g | | | M Parser/Parser_omc.c | | | | | * commit 0c39bf621feacaf80e9c7b4fead58cbc62d903e8 | | | Author: Lena Buffoni | | | Date: Tue Feb 9 20:02:39 2016 +0100 | | | | | | update requirement bindings | | | | | | M Compiler/Script/Binding.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit f45a8b27a2655de7571393749d7846e90b176462 | | | Author: Per Östlund | | | Date: Tue Feb 9 20:06:03 2016 +0100 | | | | | | Fix for #3669. | | | | | | - Rewrote InstVar.instArrayDimInteger to be more efficient, and more | | | tail recursive than it claimed to be. | | | - Changed Lookup.makeDimensionSubscript so it uses DAE.RANGE for | | | integer dimensions, instead of expanding to an array. | | | - Updated rest of the front end to handles range slices properly. | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 5018d90653fc5e1a67f1442398c7ed42af7e69bf | | | Author: vwaurich | | | Date: Tue Feb 9 14:17:23 2016 +0100 | | | | | | - dont evaluate start values for parameters if there is a bindExp | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit 0a4684b83a976127c9baa1249526fc1e09222e0a | | | Author: Martin Sjölund | | | Date: Tue Feb 9 12:24:47 2016 +0100 | | | | | | Fix OSX configuration (broken LAPACK) | | | | | | M Makefile.in | | | M m4/lapack.m4 | | | | | * commit cf5d61e49e61bdd49d95b02ace03223af84308ce | | | Author: Martin Sjölund | | | Date: Tue Feb 9 12:23:30 2016 +0100 | | | | | | Update 3rdParty | | | | | | M 3rdParty | | | | | * commit 0214b3af35359744581630f584f47ced4eea34d2 | | | Author: Martin Sjölund | | | Date: Tue Feb 9 11:12:46 2016 +0100 | | | | | | Handle empty within for Modelica diff | | | | | | This fixes #3619. | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit 9bf7608837f498e2a5bafbfda75da5397a961dcb | | | Author: adrpo | | | Date: Mon Feb 8 16:11:53 2016 +0100 | | | | | | do not use time in functions used in coverage testing | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 47ae7d2d7525eb1aaf0d9c6f4644983bf55923bb | | | Author: Per Östlund | | | Date: Mon Feb 8 15:23:37 2016 +0100 | | | | | | Fix for #3666. | | | | | | - Only allow time in models and blocks as per the spec. | | | - Treat time more like a built-in name. | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1a62d7857ca9926256751452c498cc1a4c93f504 | | | Author: Martin Sjölund | | | Date: Mon Feb 8 14:01:11 2016 +0100 | | | | | | Handle addition of comments in Modelica diff | | | | | | This fixed ticket #3658. | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 4f02c1718578bab2d88028eee90ed28d3dd8b822 | | | Author: Adeel Asghar | | | Date: Sun Feb 7 00:36:06 2016 +0100 | | | | | | Fixes #3670. Order target language. Added `OpenModelica` for `getVersion()` output. | | | | | | M Compiler/Util/Flags.mo | | | M Makefile.omdev.mingw | | | | | * commit 240ce9eb882984b3e19988ec920d5805cba58a48 | | | Author: vruge | | | Date: Sat Feb 6 15:26:53 2016 +0100 | | | | | | matchcontinue -> match | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 86500a3554346dc27c8d6b9cfae5fc3d179113af | | | Author: Rüdiger Franke | | | Date: Fri Feb 5 22:12:12 2016 +0100 | | | | | | Remove obsolete OMCppSystem_FMU_static | | | | | | Use regular OMCppSystem_static instead that is compiled with | | | -DENABLE_SUNDIALS_STATIC without causing more link dependencies. | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | * commit 6d7b0935228690c05012c183786942b03007991f | | | Author: Martin Sjölund | | | Date: Fri Feb 5 10:59:14 2016 +0100 | | | | | | Do not include rtclock in FMU (#3616) | | | | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit 1b64dc04ba6f1050a01aacd4a569ba1c363a477a | | | Author: Martin Sjölund | | | Date: Fri Feb 5 10:41:18 2016 +0100 | | | | | | Fix #3616 - stringAppend missing in FMU | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit 5fcced9802f5b78f9a90fff4ccea3e8b27358fde | | | Author: vruge | | | Date: Fri Feb 5 00:03:19 2016 +0100 | | | | | | improved debuge for optimization | | | | | | M 3rdParty | | | M SimulationRuntime/c/Makefile.objs | | | A SimulationRuntime/c/optimization/DataManagement/DebugeOptimization.c | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/OptimizerLocalFunction.h | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit fc1c55df8e3a927b2069ee6453e0fe51f2f9daaa | | | Author: Rüdiger Franke | | | Date: Thu Feb 4 20:36:14 2016 +0100 | | | | | | fix use of dgesv for Cpp FMI export | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMake/FindDgesv.cmake | | | | | * commit 73392453aeabb83b847b9151410ebb34cc85a586 | | | Author: Martin Sjölund | | | Date: Thu Feb 4 06:46:16 2016 +0100 | | | | | | Changes to compile with VS2010 express | | | | | | M 3rdParty | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/util/generic_array.c | | | M SimulationRuntime/c/util/generic_array.h | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/tinymt64.h | | | | | * commit 2c85e5f40c87dd3cd549f2f3d3e6ddbf4503a576 | | | Author: Rüdiger Franke | | | Date: Wed Feb 3 21:46:48 2016 +0100 | | | | | | add solver libs to Cpp FMUs compiled with msvc | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 6f7b438f5c29cd4fb50686947ab17e6ee1a117e5 | | | Author: Rüdiger Franke | | | Date: Wed Feb 3 21:35:37 2016 +0100 | | | | | | fix Cpp FMU name if compiled with msvc | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 8d53fa93380234046e9b131eb7545287089d02d8 | | | Author: Lennart Ochel | | | Date: Wed Feb 3 19:17:38 2016 +0100 | | | | | | Fix #3644 | | | | | | Don't remove stateSets, partitionKind and removedEqs from the | | | systems within optimization module 'simplifyComplexFunction'. | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit d9e7af7b5288a12c5389b627e82cb09ffb08eee7 | | | Author: Martin Sjölund | | | Date: Wed Feb 3 14:22:33 2016 +0100 | | | | | | Add a sanity check to the Modelica diff tool | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Util/StringUtil.mo | | | | | * commit 521a5df004a4682174cbc38dd392fecb15555841 | | | Author: Martin Sjölund | | | Date: Wed Feb 3 11:36:12 2016 +0100 | | | | | | Fixes for ticket 3642 | | | | | | diffModelicaFileListings no longer removes model M in the ticket. | | | The problems with UTF-8 comments have already been fixed. | | | | | | M Compiler/Parsers/SimpleModelicaParser.mo | | | | | * commit fb06e80956870d22e90e87af21752424390056c8 | | | Author: Martin Sjölund | | | Date: Wed Feb 3 07:49:03 2016 +0100 | | | | | | Rename solvers | | | | | | - Radau1 is now impeuler | | | - Lobatto2 is now trapezoid | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 9056eb25bef0fa3eb31e1dcec4b05b7e53e05bae | | | Author: vruge | | | Date: Fri Jan 29 14:47:09 2016 +0100 | | | | | | some fixes from static analysis | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 63ec077230a0d18a74f288b95fbde3841d4da36f | | | Author: Per Östlund | | | Date: Tue Feb 2 19:34:39 2016 +0100 | | | | | | Fix for #3528. | | | | | | - Ignore inner redeclares that doesn't have a constraining class | | | in Mod.doMerge. | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 08f0eec4ecc8e2ae54add2bb42dd335125fbe83d | | | Author: Per Östlund | | | Date: Tue Feb 2 18:10:06 2016 +0100 | | | | | | Fix for #3608. | | | | | | - Return an empty string for the type in Interactive.getComponentInfo | | | when the type can't be found, instead of returning the unqualified | | | class path. | | | | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/StringUtil.mo | | | | | * commit a5d0c6951ea9075731ef513880726809afa170de | | | Author: Willi Braun | | | Date: Tue Feb 2 17:26:24 2016 +0100 | | | | | | fix #3659. | | | - accidental removed an exception for inlining while differentiate | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit a8ef4b2c8ddd85c58c3d3aa29cd9157c36260711 | | | Author: Rüdiger Franke | | | Date: Tue Feb 2 16:31:26 2016 +0100 | | | | | | Rename hpcom init file | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 12039e236e3993eddd3bc5e668532f0c3b06b5a7 | | | Author: Rüdiger Franke | | | Date: Tue Feb 2 15:14:57 2016 +0100 | | | | | | Rename Cpp simulation init file for OMEdit | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 002aeac2e912e726cea7dfd89889b965decb61bc | | | Author: hkiel | | | Date: Tue Feb 2 16:11:24 2016 +0100 | | | | | | direct assignment of s in String(s) | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 24fc4a1ea51d256848c0e89f3657f7cacb847a74 | | | Author: hkiel | | | Date: Tue Feb 2 13:27:42 2016 +0100 | | | | | | optimize String(s) | | | just return the string | | | | | | M SimulationRuntime/c/util/modelica_string.c | | | | | * commit 3e1c6c4470d15905703c22b1707f0bca55e2433c | | | Author: hkiel | | | Date: Mon Feb 1 16:24:52 2016 +0100 | | | | | | runtime code for String(s) | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit 9aeedf519f88aaef33354591c95a678f69249004 | | | Author: hkiel | | | Date: Mon Feb 1 16:24:19 2016 +0100 | | | | | | fix clang analyzer warning | | | | | | M SimulationRuntime/c/util/write_csv.c | | | | | * commit dcc0ed6a46a2607284dbfa87ee7fb9514dbbf705 | | | Author: hkiel | | | Date: Mon Feb 1 16:23:23 2016 +0100 | | | | | | convert some matchcontinue to match | | | makes some functions tail recursive | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/MMath.mo | | | | | * commit 905b903ec4d5ecb1751493da299334bf86c5f196 | | | Author: Martin Sjölund | | | Date: Tue Feb 2 13:55:22 2016 +0100 | | | | | | Rename explicit trapezoidal rule to Heun (RK2) | | | | | | Also added some additional description to the solvers. | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 9c59763037ba0decaeb7b3007df11bd92d48e621 | | | Author: Martin Sjölund | | | Date: Tue Feb 2 12:18:33 2016 +0100 | | | | | | Add support for the trapezoidal method (RK2) | | | | | | Error for der(x)=1-x shrinks by halving the step size: | | | * Euler: x2 | | | * Trapezoidal: x4 | | | * RK4: x16 | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit d89bde8c92770e0a223d14be1909a1b330f0dbef | | | Author: Martin Sjölund | | | Date: Tue Feb 2 10:44:02 2016 +0100 | | | | | | Do not stringAppend if either side is empty | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | * commit 379c4c55d298204046e549833fab17d642e4d6bb | | | Author: vruge | | | Date: Tue Feb 2 02:43:56 2016 +0100 | | | | | | fixed csvInput | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit 530076c5c2642a89d3f07c767351cc3552b7da32 | | | Author: vruge | | | Date: Tue Feb 2 02:27:44 2016 +0100 | | | | | | csvInput: input order by name | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit 993bd3a11fe31c6b608091463e34e46407766995 | | | Author: hkiel | | | Date: Mon Feb 1 20:24:23 2016 +0100 | | | | | | change some matchcontinue to match | | | | | | M Compiler/Script/Binding.mo | | | | | * commit e2d5aa8c3242523f259b4ca97110d3ea6926eae8 | | | Author: Lena Buffoni | | | Date: Mon Feb 1 16:20:26 2016 +0100 | | | | | | Bindings for requirement modeling support | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | A Compiler/Script/Binding.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 58962877c69c29dde1d0788ae2b4a4f74f936835 | | | Author: Lennart Ochel | | | Date: Fri Jan 29 13:55:31 2016 +0100 | | | | | | Modify getAvailableLibraries | | | | | | Make getAvailableLibraries only return those subdirectories that | | | contain a package.mo file. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 25cfcd61ccf92ce51cc77fa608141a7dd96da1fe | | | Author: Lennart Ochel | | | Date: Sat Jan 30 11:48:54 2016 +0100 | | | | | | Update .gitignore file | | | | | | Add tags files to .gitignore | | | | | | M .gitignore | | | | | * commit 333813aaa315a28aa6d9773adeb3a7e1b9551d06 | | | Author: Lennart Ochel | | | Date: Fri Jan 29 17:09:09 2016 +0100 | | | | | | Recover original cse index logic | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 52c001d296da065dd2d13154d95b313fbd623af7 | | | Author: Lennart Ochel | | | Date: Fri Jan 29 16:40:36 2016 +0100 | | | | | | Reset cse indices for each back end run | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 99682815489d934f2d943623186346f946672a3e | | | Author: Willi Braun | | | Date: Fri Jan 29 20:08:36 2016 +0100 | | | | | | activate wrapFunctionCall for jacobians | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ba87c65584cef29987efb8cfa58e8a4edd210875 | | | Author: Willi Braun | | | Date: Thu Jan 28 16:41:00 2016 +0100 | | | | | | remove error messages from convertResidualsIntoSolvedEquations | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit c81dc9f53de929fa07a776c9007ab1f70861b343 | | | Author: Willi Braun | | | Date: Thu Jan 28 16:03:28 2016 +0100 | | | | | | active symbolic jacobain for loops without functions | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 4b7f96a8499fbb29b96f0d7298833b1e41f92a22 | | | Author: Willi Braun | | | Date: Wed Jan 27 21:51:02 2016 +0100 | | | | | | further improvments for differentiation | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 658b927998fc05b034aabb59685031e6652a0861 | | | Author: Willi Braun | | | Date: Wed Jan 27 21:51:02 2016 +0100 | | | | | | # This is a combination of 3 commits. | | | # The first commit's message is: | | | fix function differentiation | | | | | | # The 2nd commit message will be skipped: | | | | | | # fixed function mapper | | | | | | # The 3rd commit message will be skipped: | | | | | | # fix differentiation of functions | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 3ccd90a9786792f85e6c5636142b6fdaced1c9cc | | | Author: Willi Braun | | | Date: Thu Jan 21 21:36:23 2016 +0100 | | | | | | fixing differentiation of Records | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 49bf67a4e99e7919da36abd2ee510ae4c9bf6a20 | | | Author: Willi Braun | | | Date: Fri Jan 29 03:13:30 2016 +0100 | | | | | | use global index in wrapfunctionCall module | | | - This allows the usage of the modlue at different stages of the compile process | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/Global/Global.mo | | | | | * commit 3029c6409f57f4494d35ef9394b9edab5af13e85 | | | Author: Lennart Ochel | | | Date: Thu Jan 28 12:15:47 2016 +0100 | | | | | | Fix Windows makefile | | | | | | M SimulationRuntime/fmi/export/buildproject/Makefile.omdev.mingw | | | | | * commit 152dfb16cf5b71aa0fab80de463d3afb17950525 | | | Author: vruge | | | Date: Thu Jan 28 00:10:25 2016 +0100 | | | | | | added flag: csvInput - use libcsv.lib for external input | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 10e85bd73620d03315663eed3a00c4c015ffcd22 | | | Author: hkiel | | | Date: Wed Jan 27 16:14:49 2016 +0100 | | | | | | convert matchcontinue to match | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b1d0c1d50171317d9efb05e18ef2f38a163b3d93 | | | Author: Per Östlund | | | Date: Wed Jan 27 16:01:42 2016 +0100 | | | | | | Fix for #3577. | | | | | | - Change the source info of classes and all their elements when | | | using the copyClass API function. | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 767d908221cedd1ddde06667b1a1d8c882af6a27 | | | Author: Martin Sjölund | | | Date: Wed Jan 27 15:48:50 2016 +0100 | | | | | | Make source FMU smaller (minimal files for dgesv) | | | | | | M SimulationRuntime/c/Makefile.objs | | | | | * commit 51ca6a500da164616f484f218c97bc466fb55467 | | | Author: vruge | | | Date: Wed Jan 27 13:23:35 2016 +0100 | | | | | | improved heuristic | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 783a9b02227bf5c1ad9f151fd767d73abe9c89c5 | | | Author: hkiel | | | Date: Wed Jan 27 11:39:20 2016 +0100 | | | | | | convert some matchcontinue to match | | | leads to some tail-recursive functions | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 06265e07253c7230aa84e96d1796bc72614a4056 | | | Author: vruge | | | Date: Wed Jan 27 10:54:46 2016 +0100 | | | | | | matchcontinue->match | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 104520f8046a8f364b5597bf4e53932b50dbd0ac | | | Author: vruge | | | Date: Tue Jan 26 23:45:13 2016 +0100 | | | | | | terms heuristic: don't distinguish der(x) from $DERAliasx | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit b7eda9c2ed2fd6aa82e1eede01338f3431b990b8 | | | Author: Willi Braun | | | Date: Wed Jan 27 00:56:09 2016 +0100 | | | | | | fix function fixAliasVarsCausal2 | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit de5898cdbb908bb243e59bad54c535eb1d1d9ea5 | | | Author: vruge | | | Date: Wed Jan 27 00:30:02 2016 +0100 | | | | | | added first heuristic for sorting terms (optional) | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 072f8e9844b597440ac6cdc483d61aa4b5494723 | | | Author: Martin Sjölund | | | Date: Tue Jan 26 16:05:05 2016 +0100 | | | | | | Fix stack overflow in removeStateDerInfo | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit b1fb7f98c260e196ac36522f6494f3ece2d3b2a6 | | | Author: hkiel | | | Date: Tue Jan 26 15:31:29 2016 +0100 | | | | | | get rid of some matchcontinue statements | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit b04455e08e7cff9b635b15cb909b10345c10bf0e | | | Author: hkiel | | | Date: Tue Jan 26 13:39:09 2016 +0100 | | | | | | make two functions tail recursive | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit c89f8ab1f691423b2c2f74975650bf0ce31e01a0 | | | Author: Martin Sjölund | | | Date: Tue Jan 26 10:09:46 2016 +0100 | | | | | | Fix stack overflow | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 675b7d6fb5f39fcd1614ae10deecdd8060e8285a | | | Author: Martin Sjölund | | | Date: Mon Jan 25 16:38:59 2016 +0100 | | | | | | Handle CRLF in the lexer | | | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | M Compiler/Lexers/lexerModelicaDiff.l | | | | | * commit f614495f16e7fa497cd3569a5e53410a44b9e769 | | | Author: Martin Sjölund | | | Date: Mon Jan 25 16:38:27 2016 +0100 | | | | | | stringGet should return unsigned integers (0-255) | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit f105a55be2f0001fb5de29dfd343d472442bf397 | | | Author: Per Östlund | | | Date: Mon Jan 25 14:21:34 2016 +0100 | | | | | | Fix for #3640. | | | | | | - Fix code generation for local function variables in | | | external C functions. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit ba656e8f894e71f2963b1cb73834080ff5fad177 | | | Author: hkiel | | | Date: Mon Jan 25 13:38:27 2016 +0100 | | | | | | Fix order of equations in json file (removed-initial must go directly after initial) | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M configure.ac | | | | | * commit 47db7d2ba3bc960c3c863ecd6e48a75890ddded0 | | | Author: Willi Braun | | | Date: Fri Jan 22 13:51:46 2016 +0100 | | | | | | fix accedently commited logic | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit a2e0a2ce3c7a2c256cb21a6ae54a653c3a7eb22d | | | Author: Willi Braun | | | Date: Fri Jan 22 12:26:57 2016 +0100 | | | | | | cleanup of symbolic jacobian of algebraic loops | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 3e079bc58c039333a2c90746c097230589a3e008 | | | Author: Willi Braun | | | Date: Tue Jan 19 13:53:23 2016 +0100 | | | | | | preparations to activate NLSanalyticJacobians | | | | | | - excluded certain expression for now: | | | - delay | | | - homotopy | | | - matrix | | | - some function calls | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 3c8a7d4cffabf3cde4ec8223d0b6002c14676e22 | | | Author: Willi Braun | | | Date: Wed Jan 20 23:46:54 2016 +0100 | | | | | | fix discrete differentiation of statements | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 8c9025a2c22d0a5cd8cc1c64a8694ede5b2fcf5c | | | Author: Per Östlund | | | Date: Thu Jan 21 14:04:28 2016 +0100 | | | | | | Fix for #3633. | | | | | | - Don't generate result assignment when match is used as a | | | non-returning call. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 9f7f95eee62e088a7d61672e5263b83915fb5198 | | | Author: Martin Sjölund | | | Date: Thu Jan 21 13:25:38 2016 +0100 | | | | | | Add input index to M_init.xml file | | | | | | This is so that we can map external input files (or OPC input) to a | | | variable name from an index. Previously, you only knew how many input | | | variables there were, not in which order they should be given. | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit ff6909b7444508985e3ead9ba910b6c564bfc332 | | | Author: vwaurich | | | Date: Wed Jan 20 14:55:53 2016 +0100 | | | | | | -fix visxml for constant systems | | | | | | M Compiler/Util/VisualXML.mo | | | | | * commit 2fde1e42454234cf981fcff0644f3254cbb01ea7 | | | Author: Willi Braun | | | Date: Wed Jan 20 12:48:07 2016 +0100 | | | | | | fix function BackendDump.jacobianTypeStr | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 84d4b50ae3e2affa6079cc068330c33a59307e80 | | | Author: vwaurich | | | Date: Tue Jan 19 15:28:52 2016 +0100 | | | | | | - rk12 singlerate solver | | | | | | M SimulationRuntime/cpp/Solver/RK12/RK12.cpp | | | | | * commit 1492e9b6589a756e12273938d696754e2a53e2e1 | | | Author: vwaurich | | | Date: Fri Jan 15 08:45:09 2016 +0100 | | | | | | - proper order of states for multiratepartitioning, some rk12 enhancements | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Array.mo | | | M SimulationRuntime/cpp/Include/Solver/RK12/RK12.h | | | M SimulationRuntime/cpp/Solver/RK12/RK12.cpp | | | | | * commit b9b870d65d3a820745415ae3800de32bcc02aec4 | | | Author: Lennart Ochel | | | Date: Thu Jan 14 20:18:02 2016 +0100 | | | | | | Handle empty unit strings | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | * commit 67773353ff223121c16e078fbfde614d457e44d9 | | | Author: Martin Sjölund | | | Date: Thu Jan 14 06:21:17 2016 +0100 | | | | | | Install the new project files for FMI | | | | | | M Makefile.common | | | | | * commit b27cca871b01fde8bfb3eb498f4f94a24079a849 | | | Author: vwaurich | | | Date: Wed Jan 13 12:45:17 2016 +0100 | | | | | | - fix cpp tests | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit fd65350e131315bc8b2ba9ef2626cd523d52e974 | | | Author: vwaurich | | | Date: Wed Jan 13 09:57:19 2016 +0100 | | | | | | - multirate rk12 solver for cpp runtime | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | A SimulationRuntime/cpp/Include/Solver/RK12/FactoryExport.h | | | A SimulationRuntime/cpp/Include/Solver/RK12/IRK12Settings.h | | | A SimulationRuntime/cpp/Include/Solver/RK12/RK12.h | | | A SimulationRuntime/cpp/Include/Solver/RK12/RK12Settings.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | A SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/RK12/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/RK12/RK12.cpp | | | A SimulationRuntime/cpp/Solver/RK12/RK12Settings.cpp | | | A SimulationRuntime/cpp/Solver/RK12/config/RK12Settings.xml | | | | | * commit f701c465721d58f53faa3aeed0974b6d6d7bde47 | | | Author: vwaurich | | | Date: Tue Jan 12 12:25:53 2016 +0100 | | | | | | - task graph based multirate partitioning | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 71918c7fada6a3f7544a02ba0b947e711d08c61c | | | Author: mflehmig | | | Date: Mon Jan 11 12:44:33 2016 +0100 | | | | | | Clean up in HPCOM module. | | | | | | Redeclared public functions that are not used in other packages to protected with respect to compile efficiently (https://trac.openmodelica.org/OpenModelica/wiki/WritingEfficientMetaModelica). | | | | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit dc2d3ef0465e4c25d2f288701d69c20efb9acf46 | | | Author: Martin Sjölund | | | Date: Fri Dec 11 18:10:56 2015 +0100 | | | | | | Add a simple Modelica diff based on tree parsing | | | | | | There is a hand-written parse tree generator for a relaxed version of | | | the Modelica grammar. | | | | | | There exists an algorithm for tree merging, which is based on trying | | | to diff all the subtrees in a node, to figure out which subtrees | | | changed (syntactically, not lexically). Only these subtrees are then | | | traversed. | | | | | | Diff algorithms scale O(N*D), which made the old scanner-based diff | | | slow since N and D are both very large (many whitespace changes). | | | The new diff has a low N (because entires subtrees are pruned away | | | early on), and a low D (because whitespace changes are often pruned | | | away in semantically identical subtreees). | | | | | | However, the algorithm still scales poorly if there is a large number | | | of nested classes in the file. It works much better when models are | | | stored in separate files (takes around 1-2 seconds for 300 kB files). | | | The lexer-based diff did spend hours to perform this diff however... | | | | | | The diff is patched to perform move operations in order to preserve | | | whitespace better (otherwise whitespace would be reset to the updated | | | file). | | | | | | Token content is performed using a tokenContentEq operation, which | | | can do string comparison on substrings directly (to avoid creating | | | strings only to compare them). The (Boolean) tree comparison is | | | linear in both memory and time. | | | | | | There is a labelling of some nodes (like named modifications), in order | | | to know which subtrees belong together in a comparison. | | | | | | Whitespace and indentation is considered in a similar way as the old | | | comparison algorithm. | | | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | M Compiler/Lexers/lexerModelicaDiff.l | | | M Compiler/Main/Main.mo | | | A Compiler/Parsers/SimpleModelicaParser.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/DiffAlgorithm.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/StackOverflow.mo | | | M Compiler/Util/StringUtil.mo | | | M Compiler/Util/System.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/runtime/System_omc.c | | | | | * commit 3c6096c5c437f63a91bb1fb5b7712eb2f8f51ec7 | | | Author: mflehmig | | | Date: Thu Jan 7 13:07:01 2016 +0100 | | | | | | Cleanup with respect to documentation in hpcom | | | | | | - Function heads and the correspondig comments were harmonized. | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit a646bc72fb2c9295b897464c9ba499b374525865 | | | Author: mflehmig | | | Date: Mon Jan 4 10:16:05 2016 +0100 | | | | | | Added support for dgesv to cpp runtime | | | | | | - Depending on the size of linear and nonlinear systems of a model, the use of dgesv (OMCompiler/3rdParty) or the use of Lapack is recommended. | | | - Added support for dgesv to makefile generation and ModelicaConfig file. | | | | | | A SimulationRuntime/cpp/CMake/FindDgesv.cmake | | | | | * commit cbd807d3a0bda743fe40b7b770cebf16a4e37d70 | | | Author: mflehmig | | | Date: Tue Dec 15 13:47:01 2015 +0100 | | | | | | Added support for dgesv to cpp runtime | | | | | | - Depending on the size of linear and nonlinear systems of a model, the use of dgesv (OMCompiler/3rdParty) or the use of Lapack is recommended. | | | - Added support for dgesv to makefile generation and ModelicaConfig file. | | | | | | A SimulationRuntime/cpp/Solver/Dgesv/CMakeLists.txt | | | | | * commit f90d6e45708d2c5863b0ee88861f0192265aefdf | | | Author: mflehmig | | | Date: Tue Dec 15 13:45:40 2015 +0100 | | | | | | Added support for dgesv to cpp runtime | | | | | | - Depending on the size of linear and nonlinear systems of a model, the use of dgesv (OMCompiler/3rdParty) or the use of Lapack is recommended. | | | - Added support for dgesv to makefile generation and ModelicaConfig file. | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | | | * commit 49412430ccb2d077bb99fdb3dd7cb52578de6603 | | | Author: mflehmig | | | Date: Fri Dec 11 12:24:19 2015 +0100 | | | | | | - Added dgesv to makefile, compile it into static library | | | | | | M SimulationRuntime/cpp/CMake/FindScoreP.cmake | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in | | | | | * commit fda95818346ca1629899128928d360ee6f7beeaf | | | Author: Martin Sjölund | | | Date: Mon Jan 4 09:44:02 2016 +0100 | | | | | | Fix order of components in updateComponent() API | | | | | | Previously, the updated component was always moved to the end of the | | | components. Now, it is updated in the original position. | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 71c220705ad90b3b3da205ce9b2dc44f1aaaf942 | | | Author: Martin Sjölund | | | Date: Mon Jan 4 08:59:37 2016 +0100 | | | | | | Do not use nested functions in AC_TRY_LINK (#3621) | | | | | | M configure.ac | | | | | * commit 69ff31b44f8ea12da3ac4db6e2f0d8804235e1e2 | | | Author: vwaurich | | | Date: Wed Dec 23 12:37:37 2015 +0100 | | | | | | - hpcom clean up | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | * commit 5e38c0c78951399327a4ca89e164e383b09f6ec9 | | | Author: Per Östlund | | | Date: Mon Dec 14 14:37:23 2015 +0100 | | | | | | Implemented a persistent array type. | | | | | | A Compiler/Util/BasePVector.mo | | | | | * commit 80e3e04fdf4f37543f3600f1cb29dfce36b2086f | | | Author: vruge | | | Date: Mon Dec 21 11:48:46 2015 +0100 | | | | | | simplify2: improved sorting of constants | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f7bf9871b5d2ef766dfa53cd084c585ebd17b34a | | | Author: vwaurich | | | Date: Mon Dec 21 11:24:40 2015 +0100 | | | | | | - matchcontinue in resolveLoops | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit a6c7cb26a6a32dde32ac3d2d8794949ae2553e4a | | | Author: vruge | | | Date: Sun Dec 20 11:35:06 2015 +0100 | | | | | | simplify2: improved sort of constants | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit dd2007d56cedbd708b92e45c115fefc77bdf3bf3 | | | Author: vruge | | | Date: Sat Dec 19 23:55:09 2015 +0100 | | | | | | improved simplifyAddMakeMul | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit ed4729083c9a9c22eba8363b29243c60b5fe5091 | | | Author: vruge | | | Date: Fri Dec 18 00:03:10 2015 +0100 | | | | | | improved simplifyMulJoinFactorsFind | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 8fd278b908b7a4c0b5f0800881ea2bb0206639f0 | | | Author: Lennart Ochel | | | Date: Sat Dec 19 12:47:22 2015 +0100 | | | | | | Add c run-time flag –ignoreHideResult | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 386cb985766177e621fe3fbf6313b69486ae4bfc | | | Author: Lennart Ochel | | | Date: Sat Dec 19 12:19:03 2015 +0100 | | | | | | Add support for HideResult annotation | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | * commit 1abd25536ddfbf1801136225873723ae6533a3e2 | | | Author: Lennart Ochel | | | Date: Fri Dec 18 11:52:11 2015 +0100 | | | | | | Fix potential memory overrun for large models | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 5e91d0f7165beb2b8eec528795da1dab312b11a7 | | | Author: vruge | | | Date: Fri Dec 18 00:08:15 2015 +0100 | | | | | | improved simplifyAddJoinTerms | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit ecd1bc603d364b0da7b3a1d069e389da538094d3 | | | Author: Lennart Ochel | | | Date: Thu Dec 17 22:04:34 2015 +0100 | | | | | | Fix memory overrun inside nonlinearSolverHomotopy.c | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit e8c89b5d2e7160eef23d2b24e86f7fb09e6180ab | | | Author: vruge | | | Date: Thu Dec 17 21:39:34 2015 +0100 | | | | | | improved simplifyMulMakePow | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 5088b2df72a29bba7954d2189ad1421b5a9b6b84 | | | Author: hkiel | | | Date: Thu Dec 17 15:26:27 2015 +0100 | | | | | | optimize some functions | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 8000c936f99f8268562be1360520fd14bcee3145 | | | Author: Lennart Ochel | | | Date: Thu Dec 17 13:13:36 2015 +0100 | | | | | | Make use of aux function equivtypes | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 3e5359659e859391409884566ca8828892f59112 | | | Author: Lennart Ochel | | | Date: Thu Dec 17 11:14:46 2015 +0100 | | | | | | Don't treat T_UNKNOWN as clock type | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit a14668695d25ed5c13aaaf7f9f60890d450dcf07 | | | Author: vwaurich | | | Date: Wed Dec 16 16:47:00 2015 +0100 | | | | | | - fix countOperations | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit eb50a09a8235400ea133d95944629512673b3435 | | | Author: Lennart Ochel | | | Date: Wed Dec 16 12:24:28 2015 +0100 | | | | | | Consider that sample may have just one argument | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 9297bf090dda8e54b6e0311f53e8a43b9d507db1 | | | Author: Lennart Ochel | | | Date: Wed Dec 16 12:24:18 2015 +0100 | | | | | | Fix handling of elsewhen stmts in traverseDAEEquationsStmts | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 48651560116b1f7eb7bbfc43ab97350a3f81ca77 | | | Author: Martin Sjölund | | | Date: Wed Dec 16 11:59:06 2015 +0100 | | | | | | Try to detect LAPACK/BLAS better | | | | | | This includes detecting ATLAS, as well as looking for static versions | | | of LAPACK/BLAS that can be linked into a shared object (-fPIC). The | | | only such library found on Ubuntu systems seems to be OpenBLAS (but | | | only with -lm and -lpthread dynamically linked, since -lm -lpthread | | | are not compiled with -fPIC). | | | | | | M Makefile.in | | | M SimulationRuntime/fmi/export/buildproject/Makefile.in | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | M configure.ac | | | A m4/lapack.m4 | | | | | * commit 59c32f17b79a9417f655e350aa0a0c91335b548d | | | Author: Martin Sjölund | | | Date: Wed Dec 16 09:10:24 2015 +0100 | | | | | | Bump 3rdParty for ModelicaExternalC | | | | | | M 3rdParty | | | | | * commit 786049c9522af15af245abc4af106aac259c973b | | | Author: vruge | | | Date: Tue Dec 15 23:31:04 2015 +0100 | | | | | | simplify2: | | | - split global simplification in add/sub, mul/div and others | | | - use only one global simplification in each split | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f8c1de5508feb313e34187b799bdb760e490e624 | | | Author: Lennart Ochel | | | Date: Tue Dec 15 16:36:09 2015 +0100 | | | | | | Removed some unused variables | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 2d0bc6b618fefbded70c0a37c3fc9f237f20bff2 | | | Author: Lennart Ochel | | | Date: Tue Dec 15 10:16:14 2015 +0100 | | | | | | Mangle arguments of record constructors | | | | | | * adding omc_ as prefix to the arguments of record constructors | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit 49e67ac6439dffa107c3cf349119cf48feb2febc | | | Author: Niklas Worschech | | | Date: Tue Dec 15 09:52:19 2015 +0100 | | | | | | fix for inverse algorithm in cpp tempplate | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ecbede07ed2531d71ecc5bd83097f2acbbaeaf7a | | | Author: Niklas Worschech | | | Date: Tue Dec 15 09:48:23 2015 +0100 | | | | | | fix for get simdata in cpp tempalte and vxworks target | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 8e6d4fbf73377e84409c760b02eb47e2c0558f96 | | | Author: Lennart Ochel | | | Date: Tue Dec 15 09:31:47 2015 +0100 | | | | | | Update dumpSimCode | | | | | | * dump also initial equation that are optimized for lambda=0 | | | * dump removed equations | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 51597ed54b59822cc586a6a0db6f1c15d7020aeb | | | Author: Willi Braun | | | Date: Mon Dec 14 23:45:16 2015 +0100 | | | | | | fix incidenceRow for WILD() on left side | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit b2d40b309f5b03a8dfbfbd45587010757d67e6a0 | | | Author: vruge | | | Date: Mon Dec 14 17:35:09 2015 +0100 | | | | | | matchcontinue -> match | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 881d9f61dd05ab3e55147c96a9b388d046015810 | | | Author: Per Östlund | | | Date: Mon Dec 14 12:36:54 2015 +0100 | | | | | | Fix for #3594. | | | | | | - Fixed code generation for intBit* functions. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | * commit e70366d00bb132272585f8bae5e8924f50edb661 | | | Author: Lennart Ochel | | | Date: Mon Dec 7 13:43:12 2015 +0100 | | | | | | Handle deprecated post-optimization flags | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 6c8bc92f03479a8489deff7e8094c4cd9d0efe5e | | | Author: Lennart Ochel | | | Date: Mon Dec 7 11:34:54 2015 +0100 | | | | | | Handle deprecated pre-optimization flags | | | | | | * make "evalFunc" default pre-optimization module | | | * display a warning for deprecated pre-optimization flags | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 8759c84697e1a756f15b4ba46b59579322653470 | | | Author: vruge | | | Date: Sun Dec 13 21:19:46 2015 +0100 | | | | | | imrpoved simplifyMulJoinFactors | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 49a533c0361673d298efca5d13d581a24d7a8b48 | | | Author: vruge | | | Date: Sun Dec 13 19:16:53 2015 +0100 | | | | | | improved simplifyBinarySortConstantsMul | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit d87d488f14e631c74ded6a990ca1b233644743b7 | | | Author: vruge | | | Date: Sun Dec 13 12:42:24 2015 +0100 | | | | | | improved simplifyBinaryAddConstants | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 5c5b56b7259f936bb0683e3675f7ed117432be89 | | | Author: vruge | | | Date: Sun Dec 13 10:51:11 2015 +0100 | | | | | | remove simplify in merge min/max-values | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 058d1c90ae4a11bf45fbe48f04616dcafbf1e9a8 | | | Author: Marcus Walther | | | Date: Fri Dec 11 20:04:37 2015 +0100 | | | | | | UMFPACK temporary disabled to fix Windows Nightly Build | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit e4fdb95bc8c7a4825afd36f98d42940ba23be7d2 | | | Author: Marcus Walther | | | Date: Fri Dec 11 14:54:51 2015 +0100 | | | | | | Fixed issue with old GCC | | | | | | - older versions of GCC are not able to separate the different std::vector-constructors in a user friendly way | | | - typo fix in Makefile.omdev.mingw | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | M SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | | | | | * commit ea08c41e518156c665837f06ebf40bd866aa230b | | | Author: Martin Sjölund | | | Date: Fri Dec 11 13:24:55 2015 +0100 | | | | | | Update 3rdParty sources | | | | | | ModelicaExternalC was updated for new FFT functions, among other | | | things. | | | | | | M 3rdParty | | | | | * commit 231fda98e806821beee058aca45af28210e32030 | | | Author: Marcus Walther | | | Date: Fri Dec 11 12:02:23 2015 +0100 | | | | | | Added spaces between template brackets | | | | | | M SimulationRuntime/cpp/Core/SimController/SimObjects.cpp | | | | | * commit f5aa013404e567276abc7d524e507f090955249a | | | Author: Martin Sjölund | | | Date: Fri Dec 11 10:06:35 2015 +0100 | | | | | | Fix code generation for String(enum) | | | | | | Previously, the integer_to_string routines were called instead of | | | the enumeration case. | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit 9b84eda78d66434b4375dc158162b683988b9729 | | | Author: Marcus Walther | | | Date: Fri Dec 11 08:48:56 2015 +0100 | | | | | | Fixed build issue with Cpp runtime | | | | | | - the CppDassl library is now only generated if CMake is able to find OpenMP suppoprt and Umfpack | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 5fcf1c8924e51619960cd7a0cacc49fbe3bb3bcb | | | Author: Willi Braun | | | Date: Thu Dec 10 14:48:44 2015 +0100 | | | | | | added some more significant execstate statements | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 322d28dc852b26cae956ba348ce6e03124e9c060 | | | Author: vruge | | | Date: Thu Dec 10 13:40:29 2015 +0100 | | | | | | simplifyBinarySortConstants: don't sort terms if we don't have constants term | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit c3cf2aca5f50d28ad4955585eb3d30ee3e241128 | | | Author: vwaurich | | | Date: Thu Dec 10 13:27:40 2015 +0100 | | | | | | - for-loop in IndexReduction.collectVarEqns | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit eba5efed3e6ed22ab38e4d035955301d16d66971 | | | Author: Marcus Walther | | | Date: Thu Dec 10 13:06:37 2015 +0100 | | | | | | Parallelized DASSL added to C++ Simulation Runtime | | | | | | - the new cppdassl solver is able to calculate the jacobian in parallel. The number of threads can be controlled by the solverThreads arguments, which must be passed to the model executable | | | - the copy-constructors should now work as expected again | | | - removed sim_vars and sim_data from SystemDefaultImplementation | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimObjects.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimObjects.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimObjects.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | A SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSL.h | | | A SimulationRuntime/cpp/Include/Solver/CppDASSL/CppDASSLSettings.h | | | A SimulationRuntime/cpp/Include/Solver/CppDASSL/FactoryExport.h | | | A SimulationRuntime/cpp/Include/Solver/CppDASSL/dassl.h | | | A SimulationRuntime/cpp/Include/Solver/CppDASSL/dasslaux.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | A SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/CppDASSL/CppDASSL.cpp | | | A SimulationRuntime/cpp/Solver/CppDASSL/CppDASSLSettings.cpp | | | A SimulationRuntime/cpp/Solver/CppDASSL/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/CppDASSL/ddaskr.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | * commit 7e7a75baa27622a3854b08763d135a7dcc0fa174 | | | Author: Martin Sjölund | | | Date: Thu Dec 10 10:48:30 2015 +0100 | | | | | | Use the index from the correct set | | | | | | Earlier, we did go through all variables in all equation systems in | | | order to find the indexes of initialization variables in the current | | | equation system. Now we check which variables in the current equation | | | system are initialization variables (and return the current index). | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 87f37338e76206797547f63df0cb3fcd4642f166 | | | Author: Martin Sjölund | | | Date: Wed Dec 9 15:36:21 2015 +0100 | | | | | | Fix scaling issues for initialization | | | | | | Iterate over the smaller set of variables. | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 5f3520e5c8ac8268d964fc89b9d1d3f2be0e57c9 | | | Author: vwaurich | | | Date: Thu Dec 10 09:51:02 2015 +0100 | | | | | | - for-loop in SymbolicJacobian.jacobianNonlinear | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit ca2207e92e96687bd8eab070250aef94003a40ec | | | Author: vwaurich | | | Date: Thu Dec 10 09:12:47 2015 +0100 | | | | | | - for loop in replaceDifferentiatedEqns | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit e677cacc635710a8a4e4072c60d1d1ac8fa770d8 | | | Author: vwaurich | | | Date: Thu Dec 10 07:24:44 2015 +0100 | | | | | | - changed BackendDAE.ConstraintEquations to array type | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Util/Array.mo | | | | | * commit 45ad04c2744aed268e6dd4fd562db194625a4171 | | | Author: Martin Sjölund | | | Date: Wed Dec 9 20:41:53 2015 +0100 | | | | | | Append in the fast order | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 8b75192a36e27ac11915634dc1402950ed87d816 | | | Author: Per Östlund | | | Date: Wed Dec 9 16:37:13 2015 +0100 | | | | | | Improved BaseVector. | | | | | | - BaseVector is now completely mutable. | | | - Added a lot more functionality. | | | | | | M Compiler/Util/BaseVector.mo | | | | | * commit 67ce850b100809efcca7a309b9856450b1bb14e8 | | | Author: vruge | | | Date: Wed Dec 9 16:12:23 2015 +0100 | | | | | | expressionSolve: | | | - improved expand | | | - improved rule for simplify | | | - improved termination criterion | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 2ad55506dd01421c74800671ee031e3ee872eaf4 | | | Author: vwaurich | | | Date: Wed Dec 9 15:11:03 2015 +0100 | | | | | | - output empty list in differentiateEqnsLst when failing | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit b09bb10f50608b50f6db11381d9b0a8eb79f7b3b | | | Author: vwaurich | | | Date: Wed Dec 9 14:06:06 2015 +0100 | | | | | | - rewritten IndexReduction.differentiateEqnsLst() | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 37ad4ee407a236423666110565fee6225d12b488 | | | Author: Per Östlund | | | Date: Tue Dec 8 17:45:01 2015 +0100 | | | | | | Added arrayUpdateNoBoundsChecking. | | | | | | - Added MetaModelica.Dangerous.arrayUpdateNoBoundsChecking | | | as complement to arrayGetNoBoundsChecking. | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 82962b55c39f51638ce302c0469d55666bd5bcbe | | | Author: Per Östlund | | | Date: Tue Dec 8 13:16:04 2015 +0100 | | | | | | Fix redeclare issue with generic types. | | | | | | - Use the modifier in redeclares in InstBinding.makeBinding, | | | so that constants with redeclared type are constant evaluated. | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | * commit cce1788f2c90bed039dafe84ab4142780f6c53c2 | | | Author: Niklas Worschech | | | Date: Mon Dec 7 14:49:41 2015 +0100 | | | | | | fix for inverse algorithm in cpp template | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5a4b3a7b6731e0df7e354b47294aa95b88adc95f | | | Author: Per Östlund | | | Date: Mon Dec 7 13:55:21 2015 +0100 | | | | | | Implemented more generic datatypes. | | | | | | - Updated BaseAvlTree to modern MetaModelica, | | | and added some more functionality. | | | - Implemented dynamic array base class, BaseVector. | | | | | | M Compiler/Util/AvlTreeString2.mo | | | M Compiler/Util/BaseAvlTree.mo | | | A Compiler/Util/BaseVector.mo | | | | | * commit 375fb6ddd2a8010002082454b0f224f60b8c7048 | | | Author: Martin Sjölund | | | Date: Mon Dec 7 12:55:57 2015 +0100 | | | | | | Fix cc warning about missing include | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit cd8c3a1cea392001b94400189fb0b539711753e0 | | | Author: Per Östlund | | | Date: Sun Dec 6 20:08:38 2015 +0100 | | | | | | Fix for #3581. | | | | | | - Fixed Interactive.getComponentItemsName so that it doesn't fail | | | on multiple components with annotations but no comments. | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 1a9a853f06c2a1795db90823c249892c740075a2 | | | Author: Marcus Walther | | | Date: Fri Dec 4 16:03:54 2015 +0100 | | | | | | - fixed Intel TBB code generation | | | - fixed serial code generation of HPCOM | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | | | * commit 352422181d4e1ce2d0e58a470b4dad60e7df2950 | | | Author: Marcus Walther | | | Date: Fri Dec 4 11:11:05 2015 +0100 | | | | | | - added the new output_type to the list of default runtime parameters (cpp-runtime) | | | - removed some unused code | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit df90683deaf55af870249e407f1cee01ddbaa13b | | | Author: Marcus Walther | | | Date: Fri Dec 4 10:16:47 2015 +0100 | | | | | | - removed task sorting, because the openMP-runtime seems to use junks of sections for each thread | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 5028097f925a1bdd47d6dc711d2ba3057498b2e1 | | | Author: Marcus Walther | | | Date: Fri Dec 4 09:02:00 2015 +0100 | | | | | | - changed the tail recursive MCP-algorithms to while-loops --> this will prevent stack overflows for large models | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 10ac684dc8a375b50889229db1b8da9bb0f7005d | | | Author: Niklas Worschech | | | Date: Thu Dec 3 13:24:33 2015 +0100 | | | | | | fix for query output results in cpp runtime | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | * commit 7f3814bd168cedda9edf6c71d40eea28ab08196f | | | Author: Martin Sjölund | | | Date: Thu Dec 3 12:22:20 2015 +0100 | | | | | | Optimize warnAboutVars2 for memory consumption | | | | | | Certain large models would run out of memory due to the naive | | | implementation of string concatentation used previously. | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 45515a61fc61fe8536ea7a27c65ac58b2709b056 | | | Author: adrpo | | | Date: Wed Dec 2 20:45:38 2015 +0100 | | | | | | - fix for feature #3417 | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | A Compiler/boot/patches/CevalScript.1.patch.xz | | | | | * commit fee3aec5c5fd07873df15c3e7718fdb5e8ffa56d | | | Author: Adeel Asghar | | | Date: Wed Dec 2 18:21:07 2015 +0100 | | | | | | Added some additional arguments to compile.bat so OMEdit can use it. | | | | | | M Compiler/scripts/Compile.bat | | | | | * commit 063ca3e1e5cef4d155a9bdb3d28577a67b1c9406 | | | Author: Martin Sjölund | | | Date: Wed Dec 2 17:11:17 2015 +0100 | | | | | | Make functions tail-recursive | | | | | | M Compiler/Util/Graph.mo | | | | | * commit 56d19733974497dd158443bcf87c5fee27d0a348 | | | Author: Niklas Worschech | | | Date: Wed Dec 2 11:48:12 2015 +0100 | | | | | | fix for external string arrays in cpp template | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 712e46e6f1230346f88cad95f005956a5438e90d | | | Author: Niklas Worschech | | | Date: Wed Dec 2 09:53:01 2015 +0100 | | | | | | added output format parameter to simulation start script of cpp runtime | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 86dce0fea696707a98ac9deba90625d6db0f384b | | | Author: wibraun | | | Date: Tue Dec 1 21:36:27 2015 +0100 | | | | | | adjust DATA object in C runtime DATA | | | | | | - use pointer of modelData and simulationInfo in DATA | | | - to use DATA object in parallel use cases | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCFunctions.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_ia.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/sym_imp_euler.c | | | M SimulationRuntime/c/simulation/solver/synchronous.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/rtclock.h | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 7eeeca2a1514d0996fdf9441115f19eca33f81c9 | | | Author: Per Östlund | | | Date: Tue Dec 1 19:17:32 2015 +0100 | | | | | | Fix for #3552. | | | | | | - Add moveClassToTop and moveClassToBottom API functions. | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | | | * commit 0581f1eb2d5fe7022de246ceddc90c53125d2d58 | | | Author: Niklas Worschech | | | Date: Tue Dec 1 14:41:56 2015 +0100 | | | | | | fix for handle time events in cpp runtime | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 372837d0ba250f158efe5ae9fb5c2a958092e32f | | | Author: Marcus Walther | | | Date: Tue Dec 1 12:08:44 2015 +0100 | | | | | | - hpcom level and levelfix scheduler will now schedule the largest tasks first | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit ff60f299995761b410c78d1f808565777bb0efde | | | Author: Niklas Worschech | | | Date: Tue Dec 1 13:43:55 2015 +0100 | | | | | | fix for change output format in cpp runtime | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 67b941c70256cc6d6ae44c098b7faa3d5f05243b | | | Author: Martin Sjölund | | | Date: Tue Dec 1 12:12:23 2015 +0100 | | | | | | Use arrayGet for random access instead of listGet | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/List.mo | | | | | * commit 7a8c72268227c3b8c374e087056444fa91fec7b0 | | | Author: vruge | | | Date: Mon Nov 30 19:04:17 2015 +0100 | | | | | | fixed and simplify allTermsForCref | | | - remove recursion | | | - split terms | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 59192a427c2007866dc8e98b5199c1600723e223 | | | Author: vruge | | | Date: Mon Nov 30 18:17:33 2015 +0100 | | | | | | ExpressionSolve: reduce expansion of multiplications | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit f81f8c6bb7c0de4861e1fba0a061d5843524ec89 | | | Author: Lennart Ochel | | | Date: Mon Nov 9 10:31:26 2015 +0100 | | | | | | New optimization module to wrap function calls | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 150aaf3627b574a09e1d2ab69695e5ae7748f84b | | | Author: Niklas Worschech | | | Date: Mon Nov 30 16:32:31 2015 +0100 | | | | | | fix for PrecompiledHeader and msvc build in cpp runtime | | | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit 9638dc4c0db633eedf83b533ebde0f91c2612b38 | | | Author: Martin Sjölund | | | Date: Mon Nov 30 15:58:10 2015 +0100 | | | | | | Print size of DAE for sorting and matching | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 6ceb89f1bd3265960ea8f7d4e5c9491d08027849 | | | Author: Lennart Ochel | | | Date: Mon Nov 30 13:10:17 2015 +0100 | | | | | | Generate additional initialization system for lambda=0 | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/Main/Main.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Stubs/BackendDAEUtil.mo | | | M Compiler/Stubs/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 712abe4f3183f22d97106dfba750334f9e65b3e1 | | | Author: Martin Sjölund | | | Date: Mon Nov 30 09:04:10 2015 +0100 | | | | | | Allow inheritance when bootstrapping | | | | | | This fixes some issues in #3573, by making it possible to extend and | | | redeclare elements in different files also in the bootstrapped | | | compiler. The base package needs to be marked as such since the | | | definitions are part of the interface. | | | | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/Unparsing.tpl | | | A Compiler/Util/AvlTreeString2.mo | | | A Compiler/Util/BaseAvlTree.mo | | | M Compiler/Util/List.mo | | | M Compiler/boot/GenerateInterface.mos | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/Makefile.common | | | | | * commit 36b9fbe046649f07fd10c860e43570f8403de83b | | | Author: Marcus Walther | | | Date: Fri Nov 27 16:05:09 2015 +0100 | | | | | | - fixed C++ MinGW FMU export on Windows (the libgcc-dll is now copied to build/bin, lapack and blas are embedded into the FMU) | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Makefile.omdev.mingw | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit fe43efbab30191fa27da693016be177756955dd4 | | | Author: Niklas Worschech | | | Date: Fri Nov 27 15:27:57 2015 +0100 | | | | | | added additionl compiler target flag for Visual Studio versions | | | there are now the target msvc,msvc10,msvc12,msvc13,msvc15 for visual studio builds, the target msvc uses the latest, installed visual studio | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Util/Flags.mo | | | M Compiler/scripts/Compile.bat | | | | | * commit 6c675e6ea5f468277509782de3076522def77f15 | | | Author: vwaurich | | | Date: Fri Nov 27 10:54:06 2015 +0100 | | | | | | - getValueReference works with row major order for cpp fmus | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 292fdcad77592e1de17b5a639c1a8ccbe782995e | | |\ Merge: b6c970ae39 b7b42318da | | | | Author: adrpo | | | | Date: Fri Nov 27 02:05:12 2015 +0100 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | * commit b7b42318da53c5dff57b2c8bba849943e3fec2dd | | | | Author: Per Östlund | | | | Date: Thu Nov 26 23:01:56 2015 +0100 | | | | | | | | Fix for #3552. | | | | | | | | - Implemented moveClass API. | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Script/Interactive.mo | | | | | | * | commit b6c970ae3979ee5023f0c832c093ea10ebdd51d2 | | |/ Author: adrpo | | | Date: Fri Nov 27 02:03:48 2015 +0100 | | | | | | - fix windows build | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit 65f402e4d05d2b10c5ddc17b293282af6e7fce20 | | | Author: adrpo | | | Date: Thu Nov 26 22:46:29 2015 +0100 | | | | | | - fix windows build | | | | | | M Makefile.omdev.mingw | | | | | * commit 2d700ff8c6652fe8ce0f818f99053802ebe81188 | | | Author: Adeel Asghar | | | Date: Thu Nov 26 17:41:08 2015 +0100 | | | | | | Updated getClassInformation to get more information for OMEdit. | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScriptBackend.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 3bfc949e697bc91abf238de3ae0f751434a930dc | | | Author: Rüdiger Franke | | | Date: Thu Nov 26 17:22:01 2015 +0100 | | | | | | remove boost_system lib from FMU generated with msvc in release mode | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 2663366d42125a7d25271043fb94ae723d822736 | | | Author: Marcus Walther | | | Date: Thu Nov 26 16:26:23 2015 +0100 | | | | | | - the init-XML-file of the cpp runtime does now consider the column-major storage of the arrays -> this will produce correct value references for multi dimensional arrays and fix some initialization issues | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppInit.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 885c632bb8d4ce93bc5cbc12c33e160fa5c83255 | | | Author: Lennart Ochel | | | Date: Thu Nov 26 09:46:45 2015 +0100 | | | | | | Revert "reduce ExpressionSimplify-Calls inside solve(.)" | | | | | | This reverts commit 4b79bb8de2ca863c91ab47327a2597d7523fe6e5. | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 0d78a38d37e317c24404a18910236d65c9b3f177 | | | Author: Niklas Worschech | | | Date: Thu Nov 26 09:21:11 2015 +0100 | | | | | | changed msvc build, latest visual studio version is used if no verion is set with VSVERSION flag | | | | | | M Makefile.omdev.mingw | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit dedd5085e3885f9bcabcaf1b5bb0fba67796f0d8 | | | Author: vwaurich | | | Date: Wed Nov 25 17:08:04 2015 +0100 | | | | | | - reverse lists in getUnrolledArrayIndex | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 72f90e7c76c7f0d696ef4c120f47d01eb41fc66c | | | Author: vwaurich | | | Date: Wed Nov 25 15:11:04 2015 +0100 | | | | | | - fix for SimCodeUtil.getUnrolledArrayIndex() | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit fe52534966d4ce3765012b56741ddfc110a95ea2 | | | Author: Federico Bergero | | | Date: Wed Nov 25 14:21:35 2015 +0100 | | | | | | Dump empty arrays {} as fill(0,0) | | | | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 945d4504907e1d43a43bc52ed0d0392737298bff | | | Author: fbergero | | | Date: Wed Nov 18 21:08:45 2015 -0300 | | | | | | Generating modelica output in the flat DAE dump | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 6c58add6ffaa05a36bbae0531e6bd86d5c400d9d | | | Author: vruge | | | Date: Wed Nov 25 14:09:12 2015 +0100 | | | | | | DIVISION_SIM improved check, using old logic | | | | | | M SimulationRuntime/c/util/division.h | | | | | * commit 9f2a0ec31a33b03884939644842ebc9497b23804 | | | Author: Marcus Walther | | | Date: Wed Nov 25 13:46:35 2015 +0100 | | | | | | - removed trailing whitspaces | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit 66c68d2586cd5e77cbf2591420fffd4cbce6c930 | | | Author: Marcus Walther | | | Date: Wed Nov 25 13:31:50 2015 +0100 | | | | | | - removed empty lines at the end of files | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit b9f455efe7197637592aa0fdaf82d09d74a01161 | | | Author: Marcus Walther | | | Date: Wed Nov 25 13:23:03 2015 +0100 | | | | | | - fixed HPCOM measure time functionality | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | | | * commit d8fb05717ac97fb4abee2675c3197f51c6a8eb05 | | | Author: Marcus Walther | | | Date: Tue Nov 24 14:46:45 2015 +0100 | | | | | | - some simple cleanups | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | * commit 9d31ebc8f6e1fc0aa258dc1c31f7fee5d089cdfa | | | Author: Marcus Walther | | | Date: Tue Nov 24 14:34:11 2015 +0100 | | | | | | - fixed Linux build issues | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit 7014278800fa5258a762081b8d9d6e2ad560ddc5 | | | Author: Niklas Worschech | | | Date: Tue Nov 24 12:38:16 2015 +0100 | | | | | | fix for cpp runtime release build | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit ee4f5b62a2532f7ff01c3d297916ee9fa05586ac | | | Author: Marcus Walther | | | Date: Tue Nov 24 09:11:59 2015 +0100 | | | | | | - disabled boost threads in MSVC release mode | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit f0b4fd3d7b66d68ab1ed3d71abb46bda358605bd | | | Author: Niklas Worschech | | | Date: Wed Nov 25 13:25:45 2015 +0100 | | | | | | added flag to mingw make files to change Visual Studio version | | | VSVERSION=[2010,2012,2013,2015] default is 2010 | | | | | | M Makefile.omdev.mingw | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | * commit e144c6d608db53f4761b233ce6affb2eefc47037 | | | Author: Willi Braun | | | Date: Wed Nov 25 13:10:00 2015 +0100 | | | | | | cleanup and revise dassl code | | | | | | - remove inner ringbuffer of dassl, since the extrapolation is not | | | based on it anymore. | | | - a bit of cleanup of the dassl-steps mode | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit da87f6ade225caaa5fdff4040e784a14dd8b48a9 | | | Author: Martin Sjölund | | | Date: Wed Nov 25 12:50:50 2015 +0100 | | | | | | Fix OSX paths for new suitesparse dependencies | | | | | | M Makefile.common | | | | | * commit bad389217d8e676eb9dfc37c85aaf04db448b80a | | | Author: vruge | | | Date: Wed Nov 25 11:09:16 2015 +0100 | | | | | | simplifyAllExpressions: | | | - don't use simplify use simplify1 | | | - see: https://trac.openmodelica.org/OpenModelica/ticket/2647 | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a59b7ee8dd918ce4c71396dc86988de7d3351a5c | | | Author: Martin Sjölund | | | Date: Wed Nov 25 10:08:35 2015 +0100 | | | | | | The exe extension on OSX is not .app | | | | | | M configure.ac | | | | | * commit 7458c241a7ea0f49321663e0b4f3023857ba1428 | | | Author: Per Östlund | | | Date: Tue Nov 24 16:37:23 2015 +0100 | | | | | | Fix for #3460. | | | | | | - Added new flag --permissive, used to make the compiler less strict. | | | - Use --permissive in Interactive.getComponents2 to allow extends of | | | non-existing classes. | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d16243970085165d22551ead10c0a61de6c5627d | | | Author: RuedKamp | | | Date: Tue Nov 24 16:24:47 2015 +0100 | | | | | | -USE_CPP_03 is not defined under VxWorks although not using C++11 | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 328cdad88b1ed0715894d792ce670ea83a4cd53c | | | Author: RuedKamp | | | Date: Tue Nov 24 16:12:59 2015 +0100 | | | | | | -removed OMDEV Variable from VxWorks makefile | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c780050125627b9579d86a1a7757bea6a21cbb4c | | | Author: RuedKamp | | | Date: Tue Nov 24 14:46:32 2015 +0100 | | | | | | -some minor changes | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d237bc50e4f3d6e66c17f8ee118ee2e1ac723882 | | | Author: Martin Sjölund | | | Date: Tue Nov 24 14:39:51 2015 +0100 | | | | | | Minor performance fixes for Absyn.traverseExp | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M common | | | | | * commit 13854c1c06de19aceaae0d258266a950fa3da7b1 | | | Author: Per Östlund | | | Date: Tue Nov 24 00:41:49 2015 +0100 | | | | | | Fix for #3574. | | | | | | - Implement support for all kinds of classes in | | | Interactive.addClassAnnotationToClass and | | | Interactive.getAnnotationInClass. | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Util.mo | | | | | * commit 2b1abe885249def8ca14ca28970d03996a1edd40 | | | Author: RuedKamp | | | Date: Mon Nov 23 10:33:16 2015 +0100 | | | | | | -fixed functionblock generation | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e09f1554f20b1efa7bf34110a0ded81f2e078fed | | | Author: RuedKamp | | | Date: Mon Nov 23 10:32:56 2015 +0100 | | | | | | -changed defines for sparse solver | | | | | | M SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | M SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | | | | | * commit 83b998c751391121a0696ccb44e0661f4669b6be | | |\ Merge: 78bf148493 a5b060172d | | | | Author: RuedKamp | | | | Date: Mon Nov 23 09:30:57 2015 +0100 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | # Conflicts: | | | | # Compiler/Template/CodegenCpp.tpl | | | | | | | * commit a5b060172d46c0eb1da7826d32e98410c607d0bc | | | | Author: Willi Braun | | | | Date: Fri Nov 20 19:09:38 2015 +0100 | | | | | | | | fix minor issue in dassl.c and clean up | | | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | | | * commit ad626e112baf2ddd25812c805eb92e0ce535863a | | | | Author: Marcus Walther | | | | Date: Fri Nov 20 11:16:34 2015 +0100 | | | | | | | | - added cpp-runtime flags to Windows-Makefile | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | * commit f2cca5abe103971e793a763f0f16d6c5f721c66e | | | | Author: Marcus Walther | | | | Date: Fri Nov 20 11:13:39 2015 +0100 | | | | | | | | - removed spaces in Modelica.cpp | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/Modelica.cpp | | | | | | | * commit 51b0039a74a9ca256db572b0955419b3a432a890 | | | | Author: Marcus Walther | | | | Date: Fri Nov 20 10:30:27 2015 +0100 | | | | | | | | - Documentation updates | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/README | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | * commit 7a131d669a69797c5cf77a6104e89d1c36377799 | | | | Author: Martin Sjölund | | | | Date: Fri Nov 20 15:25:42 2015 +0100 | | | | | | | | Rewrote Absyn.pathString | | | | | | | | The new implementation of pathString uses external object | | | | System.StringAllocator to allocate a string as well as | | | | System.stringAllocatorStringCopy to write into this external object | | | | in a way that regular MetaModelica functions cannot. This avoids | | | | a bunch of list creation and delimiting of string lists. | | | | | | | | The size of the String is first detected by traversing the path, | | | | which is needed in order to allocate a string of the correct length. | | | | After this, the data is copied into the correct places. | | | | | | | | M 3rdParty | | | | M Compiler/BackEnd/BackendDump.mo | | | | M Compiler/FFrontEnd/FGraph.mo | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | | M Compiler/FrontEnd/Types.mo | | | | M Compiler/Main/Main.mo | | | | M Compiler/Script/CevalScript.mo | | | | M Compiler/Script/Interactive.mo | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | M Compiler/Util/HashTableStringToPath.mo | | | | M Compiler/Util/System.mo | | | | M Compiler/Util/VisualXML.mo | | | | M Compiler/runtime/Dynload_omc.cpp | | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | | | | | * commit 487eea1818d3858b28befeb444b44036008fe6b4 | | | | Author: vwaurich | | | | Date: Fri Nov 20 14:43:37 2015 +0100 | | | | | | | | - fix for evalOutputOnly | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 4564e1cd39faa1bbcf6a737e85139b60427c5321 | | | | Author: vwaurich | | | | Date: Fri Nov 20 12:10:16 2015 +0100 | | | | | | | | - changed dumpSimCode implementation | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 199d4cd49994753bafff76451e4b29e85f6051a7 | | | | Author: Lennart Ochel | | | | Date: Fri Nov 20 10:06:15 2015 +0100 | | | | | | | | Revert "Hack for ticket 3544" | | | | | | | | This reverts commit fb0cb7385104bdc0c2e90cb8d4cd4d2b693dd6f4. | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit dbb674db7b9fd7521827cec1937724898c4e968a | | | | Author: Marcus Walther | | | | Date: Fri Nov 20 08:52:45 2015 +0100 | | | | | | | | - changed the flag "USE_CPP_ELEVEN" to "USE_CPP_03" to be compatible with further standards | | | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | M SimulationRuntime/cpp/Makefile.in | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | * commit fb2973748ee85d2f506742e1484edc37fe2ff4c0 | | | | Author: Niklas Worschech | | | | Date: Fri Nov 20 08:35:31 2015 +0100 | | | | | | | | re-added accidentally removed assert warning | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit 57d05fd105c915467acf7a6df2cea08d32fcf267 | | | | Author: Willi Braun | | | | Date: Thu Nov 19 23:03:43 2015 +0100 | | | | | | | | adding context depending extrapolation | | | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearValuesList.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearValuesList.h | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | M SimulationRuntime/c/simulation_data.h | | | | M SimulationRuntime/c/util/list.c | | | | M SimulationRuntime/c/util/list.h | | | | | | | * commit 920eedf11d4446c2aa94ae8c779d1a176a9f4f33 | | | | Author: Marcus Walther | | | | Date: Thu Nov 19 16:38:48 2015 +0100 | | | | | | | | - increased memory for precompiled headers (MSVC) | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | * commit fb0cb7385104bdc0c2e90cb8d4cd4d2b693dd6f4 | | | | Author: Lennart Ochel | | | | Date: Thu Nov 19 16:22:09 2015 +0100 | | | | | | | | Hack for ticket 3544 | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit e090d3da58780dc751cbc98db460f013c02a01c9 | | | |\ Merge: e1afc3d0ea 5ea6c42033 | | | | | Author: hudson | | | | | Date: Thu Nov 19 16:09:14 2015 +0100 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | * commit 5ea6c42033fbc4b8181051712db6c9dc0d0fb5c1 | | | | | Author: Per Östlund | | | | | Date: Thu Nov 19 15:55:47 2015 +0100 | | | | | | | | | | Cleanup DAE.Mod.REDECL. | | | | | | | | | | - Change the list of elements to one element, since redeclare | | | | | modifiers always have exactly one element anyway. This simplifies the | | | | | redeclare handling code a lot. | | | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | | | * commit 63cd39e46ab096af86a68730cd4506388bb4be66 | | | | | Author: vwaurich | | | | | Date: Thu Nov 19 15:27:27 2015 +0100 | | | | | | | | | | - fix for evaluateOutputOnly | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit e1afc3d0eabb424ce0ff0aa17c21b5fdba73248b | | | | | Author: Niklas Worschech | | | | | Date: Thu Nov 19 15:56:39 2015 +0100 | | | | | | | | | | reverted 2d6e1a7d26ee397d9295368aec0f9450d9db1e23 | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 7fcf026a6c1c6d478d33d764230e4601ea46e2ca | | | |\ \ Merge: 3011206159 2d6e1a7d26 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu Nov 19 15:41:03 2015 +0100 | | | | | | | | | | | | Merge branch 'master' of https://github.com/niklwors/OMCompiler | | | | | | | | | | | | Conflicts: | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit 2d6e1a7d26ee397d9295368aec0f9450d9db1e23 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu Nov 19 14:11:48 2015 +0100 | | | | | | | | | | | | fix for external string in cpp template | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | | * | commit 9da56998f15316e9865a30c07c1bfa2d92d60541 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu Nov 19 13:51:34 2015 +0100 | | | | | | | | | | | | added assert warnings in cpp template | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit d110f644c21985f844bf821ece9144551a632529 | | | | | | Author: Per Östlund | | | | | | Date: Thu Nov 19 13:56:26 2015 +0100 | | | | | | | | | | | | Fix for #2964. | | | | | | | | | | | | - Move SourceInfo from DAE.EqMod to DAE.Mod, so we don't loose them | | | | | | for modifiers without bindings. | | | | | | - Rename DAE.MOD.eqModOption to binding, | | | | | | DAE.REDECL.tplSCodeElementModLst to elements. | | | | | | - Add check for final modification in Mod.merge. | | | | | | | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | M Compiler/Util/Error.mo | | | | | | M Compiler/Util/Util.mo | | | | | | | | | | * | commit c7b7e74d45869623dc5c95acd7b8b65e2639910f | | | | | | Author: vwaurich | | | | | | Date: Thu Nov 19 13:40:22 2015 +0100 | | | | | | | | | | | | - replace evalAllParams-implementation | | | | | | - dump bipartite graphs for sccs after backend | | | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | * | commit 4b930ae6b087680471b9ed413f15865d87677ba5 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 18:26:46 2015 +0100 | | | | | | | | | | | | ExpressionSolve: matchcontinue in match | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | * | commit afa3ac41f650b6c176ee03b1b553c858487c2645 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 17:43:22 2015 +0100 | | | | | | | | | | | | ExpressionSolve: matchcontinue in match | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | * | commit 0071e68091893a2f1153494f35d529b9baa90f9e | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 17:20:40 2015 +0100 | | | | | | | | | | | | ExpressionSolve: using guard | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | * | commit 79c8b96a492d1f0fa30d7f7c6bbde9731c9940e3 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 15:57:40 2015 +0100 | | | | | | | | | | | | improved SolveSimpleEquation using (for loops, reduce number of operation) | | | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | * | commit bd00240bca19a0789a29c9619589697881d29589 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 14:56:29 2015 +0100 | | | | | | | | | | | | reduce ExpressionSimplify-Calls inside solve(.) | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | * | commit 16b1a424de0aa341be1279e2b8b9e9992f344406 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 14:26:41 2015 +0100 | | | | | | | | | | | | ExpressionSolve: matchcontinue in match | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | * | commit a6891f398b2be35c3ead27db88677560a463acfc | | | | | | Author: Lennart Ochel | | | | | | Date: Wed Nov 18 11:36:42 2015 +0100 | | | | | | | | | | | | Fix performance issue of module inlineWhenForInitialization | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | * | commit 7550912d44cc50ec551ddcfbe7a9e42cd3269a6d | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 11:20:01 2015 +0100 | | | | | | | | | | | | - improved stop criteria in ExpressionSolve.solve | | | | | | - reduce simplify-calls in ExpressionSolve.solve2 | | | | | | - fixed start value for iterration var in simplifyComplexFunction | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | * | commit ee25428c01c68a37a56d98dddd4671c948e24595 | | | | | | Author: RuedKamp | | | | | | Date: Wed Nov 18 11:06:53 2015 +0100 | | | | | | | | | | | | -removed one environmental variable required in VxWorks makefile | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit c672f553ecd79a073ebf0b89ebc20e8bf2aa42d7 | | | | | | Author: RuedKamp | | | | | | Date: Wed Nov 18 11:02:41 2015 +0100 | | | | | | | | | | | | -copy some headers required for VxWorks build | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | | | | * | commit 75acf015cb1ff008c0f4b176ad8767e46684e807 | | | | | | Author: Rüdiger Franke | | | | | | Date: Tue Nov 17 22:52:27 2015 +0100 | | | | | | | | | | | | remove $(OMHOME) substitution for nmake | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | | * | commit 85c4f53f11dffbf617fa23a7d0912129e3be539b | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Nov 17 17:53:41 2015 +0100 | | | | | | | | | | | | Add tail recursion for Expression.makeMatrix | | | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | | * | commit ced7bfa9ee05ff674b679bc458d6a6a4fe1cc3d3 | | | | | | Author: RuedKamp | | | | | | Date: Tue Nov 17 16:24:35 2015 +0100 | | | | | | | | | | | | -add export for VxWorks makefile | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit 18c0050a2f26070dd8947cec51ac1f0042be673f | | | | | | Author: RuedKamp | | | | | | Date: Tue Nov 17 14:23:52 2015 +0100 | | | | | | | | | | | | -fixed some VxWorks error | | | | | | -adapted VxWorks makefile | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit 50f43eb6473697ce0b2de173028cc75f88c78c9d | | | | | | Author: RuedKamp | | | | | | Date: Fri Nov 13 08:48:02 2015 +0100 | | | | | | | | | | | | -xml file generation for functionsblock | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit 65da0bc77e6ffe613aa73dcc9455a2977ef97d6f | | | | | | Author: RuedKamp | | | | | | Date: Tue Nov 17 14:18:43 2015 +0100 | | | | | | | | | | | | -fixed some VxWorks error | | | | | | -adapted VxWorks makefile | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit e480d238bf4abf543b40c3352f0eb88ba8855db4 | | | | | | Author: RuedKamp | | | | | | Date: Fri Nov 13 08:48:02 2015 +0100 | | | | | | | | | | | | -xml file generation for functionsblock | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | * | commit 64a0568e980c73a4fff69f94d61efc98d7a27b35 | | | | |\ \ Merge: e344cf7049 3a3e682e04 | | | | | | | Author: Niklas Worschech | | | | | | | Date: Tue Nov 17 11:34:57 2015 +0100 | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/niklwors/OMCompiler | | | | | | | | | | | | * | commit 3a3e682e041f51c393a167f605c030d3d944d81b | | | | | | | Author: Niklas Worschech | | | | | | | Date: Thu Nov 12 14:22:03 2015 +0100 | | | | | | | | | | | | | | fix for typo in define alias string variable in cpp Template/CodegenCpp.tpl | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | * | | commit e344cf70496085f74989003352760046d1e367be | | | | | | | Author: unknown | | | | | | | Date: Tue Nov 17 11:01:16 2015 +0100 | | | | | | | | | | | | | | fix for daeExpReduction in cpp template | | | | | | | | | | | | | | M 3rdParty | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | | | | | | * | | | commit 3011206159be5ffdf842e85c014ec6e924423d98 | | | | | | | Author: Niklas Worschech | | | | | | | Date: Thu Nov 19 15:25:40 2015 +0100 | | | | | | | | | | | | | | revert 2d6e1a7d26ee397d9295368aec0f9450d9db1e23 in cpp template | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | | | commit 6d1160c77f4d1e1b6ba1d78d70b086d95011b461 | | | | | | | Author: Niklas Worschech | | | | | | | Date: Thu Nov 19 14:11:48 2015 +0100 | | | | | | | | | | | | | | fix for external string in cpp template | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | | * | | | commit 609f8a7d56c5fd69b9b7967356dec806f58c15bb | | | | | | | Author: Niklas Worschech | | | | | | | Date: Thu Nov 19 13:51:34 2015 +0100 | | | | | | | | | | | | | | added assert warnings in cpp template | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | | | commit e1aa8b03267962c7f68c893bda1c52a2558efe35 | | | | |_|/ Author: RuedKamp | | | |/| | Date: Fri Nov 13 08:48:02 2015 +0100 | | | | | | | | | | | | -xml file generation for functionsblock | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * | | commit f2902c071051c9219b5fd5815f00dfc2a49ce9ac | | | | | | Author: RuedKamp | | | | | | Date: Thu Nov 19 14:33:14 2015 +0100 | | | | | | | | | | | | -improved xml FunctionBlock generation | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | | | commit 78bf148493c89455914d1e1986ac7acf763f16ba | | |\| | | Merge: b33dd2e311 415e95d419 | | | | | | Author: RuedKamp | | | | | | Date: Thu Nov 19 14:20:09 2015 +0100 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit 415e95d4198afc106a904ab506b25769a87d2e2f | | | | | | Author: Per Östlund | | | | | | Date: Thu Nov 19 13:56:26 2015 +0100 | | | | | | | | | | | | Fix for #2964. | | | | | | | | | | | | - Move SourceInfo from DAE.EqMod to DAE.Mod, so we don't loose them | | | | | | for modifiers without bindings. | | | | | | - Rename DAE.MOD.eqModOption to binding, | | | | | | DAE.REDECL.tplSCodeElementModLst to elements. | | | | | | - Add check for final modification in Mod.merge. | | | | | | | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | M Compiler/Util/Error.mo | | | | | | M Compiler/Util/Util.mo | | | | | | | | | * | | commit 936fccdcb1cd73321fe38010d76a7a5cb437b50a | | | | | | Author: vwaurich | | | | | | Date: Thu Nov 19 13:40:22 2015 +0100 | | | | | | | | | | | | - replace evalAllParams-implementation | | | | | | - dump bipartite graphs for sccs after backend | | | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * | | commit 29c46641ce139cc45dc1e66f9a78467161cc2fca | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 18:26:46 2015 +0100 | | | | | | | | | | | | ExpressionSolve: matchcontinue in match | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | * | | commit f2b7cd2e245b6dc2929f47116e30603c67993c85 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 17:43:22 2015 +0100 | | | | | | | | | | | | ExpressionSolve: matchcontinue in match | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | * | | commit d3176fd2fc2520f727109707e20018267679143d | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 17:20:40 2015 +0100 | | | | | | | | | | | | ExpressionSolve: using guard | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | * | | commit 997e51408152f93077b031e4ec0d6f166a3df8d9 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 15:57:40 2015 +0100 | | | | | | | | | | | | improved SolveSimpleEquation using (for loops, reduce number of operation) | | | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | * | | commit 4b79bb8de2ca863c91ab47327a2597d7523fe6e5 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 14:56:29 2015 +0100 | | | | | | | | | | | | reduce ExpressionSimplify-Calls inside solve(.) | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | * | | commit 4756935cc4fd079a21381f3124f4d098e0cb0273 | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 14:26:41 2015 +0100 | | | | | | | | | | | | ExpressionSolve: matchcontinue in match | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | * | | commit c45436a1f33aea9f89cc4e3cd4d6519637fccb7c | | | | | | Author: Lennart Ochel | | | | | | Date: Wed Nov 18 11:36:42 2015 +0100 | | | | | | | | | | | | Fix performance issue of module inlineWhenForInitialization | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | * | | commit 199855a7fd60d09e2d03fd67a31771e2a0b23d8a | | | | | | Author: vruge | | | | | | Date: Wed Nov 18 11:20:01 2015 +0100 | | | | | | | | | | | | - improved stop criteria in ExpressionSolve.solve | | | | | | - reduce simplify-calls in ExpressionSolve.solve2 | | | | | | - fixed start value for iterration var in simplifyComplexFunction | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | * | | commit 4647aa6ac7da0dccb1cf2f0be72ef6c03bd72f73 | | | | | | Author: RuedKamp | | | | | | Date: Wed Nov 18 11:06:53 2015 +0100 | | | | | | | | | | | | -removed one environmental variable required in VxWorks makefile | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * | | commit c0cc940b6666b50a7ca88b8e5080b24632d8f2fb | | | | | | Author: RuedKamp | | | | | | Date: Wed Nov 18 11:02:41 2015 +0100 | | | | | | | | | | | | -copy some headers required for VxWorks build | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | | * | | | commit b33dd2e311931af34be50220b553de08a7530eb5 | | | | | | Author: RuedKamp | | | | | | Date: Thu Nov 19 14:19:32 2015 +0100 | | | | | | | | | | | | -improved xml FunctionBlock generation | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | | | commit c462bedbb2d423993425d0195a657f1bee50607a | | |\| | | Merge: db7e3316eb 5a65e9df30 | | | | | | Author: RuedKamp | | | | | | Date: Wed Nov 18 11:05:23 2015 +0100 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit 5a65e9df30f813c2a786987089174b032b8fe54d | | | | | | Author: Rüdiger Franke | | | | | | Date: Tue Nov 17 22:52:27 2015 +0100 | | | | | | | | | | | | remove $(OMHOME) substitution for nmake | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | * | | commit 352fa2afd4961176584b308ee696aa8e4f96acb5 | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Nov 17 17:53:41 2015 +0100 | | | | | | | | | | | | Add tail recursion for Expression.makeMatrix | | | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | * | | | commit db7e3316eb588411c5027f5eb94a5309d3232efc | | | | | | Author: RuedKamp | | | | | | Date: Wed Nov 18 11:03:36 2015 +0100 | | | | | | | | | | | | -removed one environmental variable required in VxWorks makefile | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | | | commit 420c34b8ab119f5c614a692af57d03e1db41da36 | | |/ / / Author: RuedKamp | | | | | Date: Wed Nov 18 11:02:41 2015 +0100 | | | | | | | | | | -copy some headers required for VxWorks build | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | * | | commit 37f75383a68c5770a1ecf25b525b2155932a1670 | | |\ \ \ Merge: eb3c09a901 071107013c | | | | | | Author: RuedKamp | | | | | | Date: Tue Nov 17 16:30:02 2015 +0100 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | # Conflicts: | | | | | | # Compiler/Template/CodegenCpp.tpl | | | | | | | | | * | | commit 071107013c504eb9ea8f051936644946b34e021d | | | | | | Author: RuedKamp | | | | | | Date: Tue Nov 17 14:23:52 2015 +0100 | | | | | | | | | | | | -fixed some VxWorks error | | | | | | -adapted VxWorks makefile | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * | | commit 851aaca7c5bc0e8e3ef97a84d6a3efddc3b7d383 | | | | | | Author: RuedKamp | | | | | | Date: Fri Nov 13 08:48:02 2015 +0100 | | | | | | | | | | | | -xml file generation for functionsblock | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | * | | | commit eb3c09a90100f829ffd29f74a996bdbe5d0152d6 | | | | | | Author: RuedKamp | | | | | | Date: Tue Nov 17 16:24:35 2015 +0100 | | | | | | | | | | | | -add export for VxWorks makefile | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | | | commit 2e308722343e948756c5837f8b43a897ae0faf3b | | |\| | | Merge: 62a6e06579 446a0903b1 | | | | | | Author: RuedKamp | | | | | | Date: Tue Nov 17 14:19:09 2015 +0100 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit 446a0903b1a1184754dc9209020f21a0bc72b48c | | | |/ / Author: unknown | | | | | Date: Tue Nov 17 11:37:12 2015 +0100 | | | | | | | | | | fix for daeExpReduction in cpp template | | | | | | | | | | M 3rdParty | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | | | | * | commit 13983f6a9fae71bcd43b2010c861a29c3777e062 | | | | | Author: Martin Sjölund | | | | | Date: Tue Nov 17 09:45:20 2015 +0100 | | | | | | | | | | Always compile with ipopt | | | | | | | | | | M 3rdParty | | | | | M Compiler/runtime/config.unix.h.in | | | | | M configure.ac | | | | | | | | * | commit 44ea7beda3080178f7530a601055b93dfe06888a | | | | | Author: Lennart Ochel | | | | | Date: Mon Nov 16 16:20:19 2015 +0100 | | | | | | | | | | Remove short type declarations | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | * | commit e430545a28f43c0e952000474a79552575e431ce | | | | | Author: Lennart Ochel | | | | | Date: Mon Nov 16 15:16:50 2015 +0100 | | | | | | | | | | Remove unused imports | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | * | commit d700365c28eca53f333327ab6f983b7753e5883b | | | | | Author: Lennart Ochel | | | | | Date: Mon Nov 16 13:23:17 2015 +0100 | | | | | | | | | | Renamed --forceRecommendedOrdering to --defaultOptModulesOrdering | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 3fe15e2648af848bb5b89a776b157785588f0b7c | | | | | Author: Martin Sjölund | | | | | Date: Mon Nov 16 11:53:00 2015 +0100 | | | | | | | | | | Do CONFIG_OS in autoconf | | | | | | | | | | M Compiler/Main/Main.mo | | | | | M Compiler/runtime/config.unix.h.in | | | | | M Compiler/runtime/settingsimpl.c | | | | | M configure.ac | | | | | | | | * | commit 80f16ca9c5ce1760df5280e53bb036aa532fc8fc | | | | | Author: Martin Sjölund | | | | | Date: Tue Sep 29 08:46:05 2015 +0200 | | | | | | | | | | Run without OPENMODELICAHOME on Windows | | | | | | | | | | Use GetModuleFileName on Windows if the environment variable is not | | | | | defined. This is similar to Linux and OSX, where the pidpath and | | | | | /proc/self are used to find out where OpenModelica was installed. | | | | | | | | | | If OPENMODELICAHOME is set, the same behaviour as before applies. | | | | | | | | | | M Compiler/runtime/settingsimpl.c | | | | | | | | * | commit 7b269d16cb5944bc3225c928629ccbeb4efb8405 | | | | | Author: Lennart Ochel | | | | | Date: Mon Nov 16 11:39:09 2015 +0100 | | | | | | | | | | Add special cases to enable/disable additional opt modules | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 9f852892cd82730f379b5abc6a8c057ce087c746 | | | | | Author: Martin Sjölund | | | | | Date: Mon Nov 16 10:32:05 2015 +0100 | | | | | | | | | | Add configure option --with-msys=msys-root | | | | | | | | | | The msys configure option makes it easier to find the msys | | | | | installation, making cross-compilation simpler. | | | | | | | | | | The 64-bit omc.exe now compiles, and targets were added to also | | | | | compile a static version of that executable. | | | | | | | | | | M 3rdParty | | | | | M Compiler/boot/Makefile.common | | | | | M Compiler/boot/Makefile.in | | | | | M Makefile.common | | | | | M configure.ac | | | | | | | | * | commit 11653b52cb0a288c82c6747610ad3829e2f30c88 | | | | | Author: adrpo | | | | | Date: Mon Nov 16 04:16:25 2015 +0100 | | | | | | | | | | - small optimizations | | | | | - use memcpy instead of for loop | | | | | - do not copy the hashtable if not needed | | | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | | | | * | commit e0d2d02a291d4cae817ff09b3b577b36f23f701b | | | | | Author: Rüdiger Franke | | | | | Date: Sat Nov 14 17:36:53 2015 +0100 | | | | | | | | | | re-add Jacobian variable refs if +d=gendebugsymbols | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit d2ceb48d14adf44eae95bfcc2e6dcd2c96c0ba3d | | | | | Author: adrpo | | | | | Date: Sat Nov 14 17:00:05 2015 +0100 | | | | | | | | | | - small optimization | | | | | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | | | | | | * | commit 91f3526d11056e969798b18c5e360e59f62a218f | | | | | Author: Per Östlund | | | | | Date: Sat Nov 14 14:41:30 2015 +0100 | | | | | | | | | | Fix for #2959. | | | | | | | | | | - Propagate partial attribute to environment scope elements. | | | | | - Add SourceInfo to Prefix.ComponentPrefix. | | | | | - Replace Boolean message argument to Lookup.lookupClass with | | | | | Option so we know where an error comes from. | | | | | - Print error in Lookup.lookupClassQualified2 if we're trying | | | | | to look a name up in a partial class. | | | | | - Propagate redeclares when instantiating an element of an empty | | | | | array in InstVar.instArray, so we get the correct type. | | | | | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | M Compiler/FrontEnd/Mod.mo | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | M Compiler/FrontEnd/Prefix.mo | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | M Compiler/FrontEnd/SCode.mo | | | | | M Compiler/FrontEnd/Static.mo | | | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | | | M Compiler/Script/CevalScript.mo | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | M Compiler/Script/Interactive.mo | | | | | M Compiler/Util/Error.mo | | | | | | | | * | commit 43df7a65eda57c76c82ba4befb936d143abe5e04 | | | | | Author: Rüdiger Franke | | | | | Date: Sat Nov 14 11:03:24 2015 +0100 | | | | | | | | | | refinements to Cpp FMU makefiles for win32 | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit 5fb2fc51ea1851a545a400ef766048f68c9df68e | | | | | Author: Rüdiger Franke | | | | | Date: Fri Nov 13 23:08:46 2015 +0100 | | | | | | | | | | update Makefile for Cpp FMI export using msvc | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit 52a439f43f80c83ecbac783f69f85f7e3f7b65cc | | | | | Author: Rüdiger Franke | | | | | Date: Fri Nov 13 22:18:48 2015 +0100 | | | | | | | | | | replace Jacobian variable refs and initializers with defines | | | | | | | | | | This is according to the approach used in the overall | | | | | simulation model to speed up compilation. | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit f20146ebdd6c2f655d5fbe8f238d1c0345bdf2c5 | | | | | Author: Rüdiger Franke | | | | | Date: Fri Nov 13 21:20:44 2015 +0100 | | | | | | | | | | skip Jacobian::get* code if there are no equations | | | | | | | | | | This reduces the generated code if symbolic Jacobians are deactivated, | | | | | e.g. with Flags.DIS_SYMJAC_FMI20. | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 3107627313203a5bb828f1ea7eca2c5229ce67c5 | | | | | Author: Lennart Ochel | | | | | Date: Fri Nov 13 15:50:38 2015 +0100 | | | | | | | | | | Clean up default initOptModules | | | | | | | | | | Modules that need to get activated using additional flags appear | | | | | no longer in the default initOptModule list. | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 40390de26141d0fb1d5a103e4bd02f9b1311f164 | | | | | Author: Willi Braun | | | | | Date: Fri Nov 13 15:37:41 2015 +0100 | | | | | | | | | | added density information to backenddaeinfo of liner torn systems | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit be96874407052048eb1f800ca32546bcc99fcd4b | | | | | Author: Martin Sjölund | | | | | Date: Fri Nov 13 15:06:37 2015 +0100 | | | | | | | | | | Can now cross-compile a working omc from Linux | | | | | | | | | | Requires msys2 (installed using a pacman ported from arch Linux). | | | | | The compiled omc.exe is statically linked except for | | | | | libOpenModelicaCompiler.dll. The following configure flags were used: | | | | | | | | | | '--host=i686-w64-mingw32' | | | | | '--with-omc=/usr/bin/omc' | | | | | '--without-omniORB' | | | | | '--with-lapack="-Wl,-Bstatic -lopenblas -lgfortran -lquadmath \ | | | | | -Wl,-Bdynamic -flto' | | | | | '--without-lpsolve' | | | | | | | | | | CPPFLAGS: | | | | | | | | | | * msys32/usr/include | | | | | * msys32/mingw32/include/tre | | | | | * msys32/mingw32/include' | | | | | | | | | | LDFLAGS: | | | | | * msys32/usr/lib | | | | | * msys32/mingw32/lib | | | | | | | | | | M Compiler/boot/Makefile.in | | | | | M Makefile.in | | | | | M Parser/Makefile.common | | | | | M configure.ac | | | | | | | | * | commit f19ece7b87ad60f76131aa743d666ddf869cc115 | | | | | Author: Martin Sjölund | | | | | Date: Fri Nov 13 14:02:19 2015 +0100 | | | | | | | | | | Fixes to compile using msys2 on Linux | | | | | | | | | | OMC now compiles fine, but fails to load due to missing DLLs (some | | | | | files were compiled as .a-files, but were in fact DLLs, etc). | | | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | M Compiler/boot/Makefile.common | | | | | M Compiler/boot/Makefile.in | | | | | M Compiler/runtime/Makefile.common | | | | | M Compiler/runtime/config.unix.h.in | | | | | M Compiler/runtime/omc_config.h | | | | | M Makefile.in | | | | | M Parser/Makefile.common | | | | | M Parser/Makefile.in | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | M configure.ac | | | | | | | | * | commit 4f43fa197eab20b91f23a1237753a73b7c043f72 | | | | | Author: Lennart Ochel | | | | | Date: Fri Nov 13 12:42:26 2015 +0100 | | | | | | | | | | Fix handling of symbolic Jacobians | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | * | commit f75088c5e7833ba2bf6ef52b65d61e5e77612014 | | | | | Author: Lennart Ochel | | | | | Date: Fri Nov 13 11:19:25 2015 +0100 | | | | | | | | | | Clean up default postOptModules | | | | | | | | | | Modules that need to get activated using additional flags appear | | | | | no longer in the default postOptModule list. | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 72230edf4aa10a8a451b558c9c79f534119d0dc4 | | | | | Author: Lennart Ochel | | | | | Date: Fri Nov 13 10:40:18 2015 +0100 | | | | | | | | | | Clean up default preOptModules | | | | | | | | | | Modules that need to get activated using additional flags appear | | | | | no longer in the default preOptModule list. | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | * | | commit 62a6e06579bb24ec030af222e866bdb860a60220 | | | | | Author: RuedKamp | | | | | Date: Tue Nov 17 14:18:43 2015 +0100 | | | | | | | | | | -fixed some VxWorks error | | | | | -adapted VxWorks makefile | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * | | commit 8597f421b18e12b8e8ffbf48168248854877d571 | | |\| | Merge: cda5d97dd4 fff2ee5531 | | | | | Author: RuedKamp | | | | | Date: Fri Nov 13 09:50:19 2015 +0100 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit fff2ee55318e6378b494a98e7f400c62dbf174d9 | | | | | Author: Willi Braun | | | | | Date: Thu Nov 12 02:18:59 2015 +0100 | | | | | | | | | | - added new linear solver klu from suitespase | | | | | | | | | | M Compiler/runtime/omc_config.h | | | | | M SimulationRuntime/c/Makefile.objs | | | | | A SimulationRuntime/c/simulation/solver/linearSolverKlu.c | | | | | A SimulationRuntime/c/simulation/solver/linearSolverKlu.h | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | M configure.ac | | | | | | | | * | commit 2b53c2b4561ce68a146e3c3cf5314f5670efebd9 | | | | | Author: Willi Braun | | | | | Date: Fri Nov 13 00:04:04 2015 +0100 | | | | | | | | | | - fix 3rdParty | | | | | | | | | | M 3rdParty | | | | | | | | * | commit 33012b07fbeebc201b0a3ab752d027019ee3160d | | | | | Author: Niklas Worschech | | | | | Date: Thu Nov 12 14:27:37 2015 +0100 | | | | | | | | | | fix for typo in define alias string variable in cpp Template/CodegenCpp.tpl | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 50deea622ee3fc8ad23722e331dbfc86374753fd | | | | | Author: Lennart Ochel | | | | | Date: Thu Nov 12 11:13:55 2015 +0100 | | | | | | | | | | Remove newUnitChecking config flag | | | | | | | | | | Use --preOptModules+=unitChecking instead | | | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 44a6be4a69fe0c6e4ce2ecd3866ac390a06ddf3d | | | | | Author: Lennart Ochel | | | | | Date: Thu Nov 12 11:09:50 2015 +0100 | | | | | | | | | | Fix *OptModules+ flags | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | * | commit ca73a56b203d8347bf31486fad92cb990312ea61 | | | | | Author: Lennart Ochel | | | | | Date: Wed Nov 11 16:02:36 2015 +0100 | | | | | | | | | | Rearrange optimization modules for symbolic Jacobians | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | * | commit 43143af017b881696a21b6bb5c11317b68d07c18 | | | | | Author: Lennart Ochel | | | | | Date: Wed Nov 11 14:54:42 2015 +0100 | | | | | | | | | | Add config flags to enable/disable certain optimization modules | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit c5e16b0011abb6fb569934748e46bdbe12999759 | | | | | Author: Lennart Ochel | | | | | Date: Wed Nov 11 14:19:04 2015 +0100 | | | | | | | | | | Improved warnings/errors | | | | | | | | | | * Add a warning if the specified module ordering will be ignored | | | | | * Improve error message for invalid modules | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit ca7e4474c74bef62c092d09fd087d72545fdbdee | | | | | Author: Lennart Ochel | | | | | Date: Wed Nov 11 13:23:46 2015 +0100 | | | | | | | | | | Allow not-recommended module ordering in modelEquationsUC | | | | | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | | | | * | commit 8a170eceede1c60c4fdbf71090d1f25868939eba | | | | | Author: Lennart Ochel | | | | | Date: Wed Nov 11 12:28:29 2015 +0100 | | | | | | | | | | Dump dae type to pre-opt module heading | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | * | commit cc923c7dbba4065274b81fabfa186b78691a82f4 | | | | | Author: Lennart Ochel | | | | | Date: Wed Nov 11 11:35:48 2015 +0100 | | | | | | | | | | Force recommended pre-/post-/init-opt module ordering | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 27e482212dae10e2be9f7bbd994032d83a110b08 | | | | | Author: vruge | | | | | Date: Thu Nov 12 09:43:13 2015 +0100 | | | | | | | | | | Revert "attempt: extends getFunctionInputsOutputBody for Array-Types" | | | | | | | | | | This reverts commit dd7ca6ed4a4d76ac66063c0cb91d52593a756f42. | | | | | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | | * | commit 511edc7e17f5b13f934a4564537889de1beeb082 | | | | | Author: vruge | | | | | Date: Thu Nov 12 09:42:28 2015 +0100 | | | | | | | | | | Revert "workaround for [https://trac.openmodelica.org/OpenModelica/ticket/3531 #3531]" | | | | | | | | | | This reverts commit f401b32013cf94904c8c0e8821bb6f9ef8400c48. | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/FrontEnd/Inline.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit aff0026ed477b4b1e72de91ff2b5da3195dad19a | | | | | Author: Rüdiger Franke | | | | | Date: Thu Nov 12 07:10:54 2015 +0100 | | | | | | | | | | remove DOS line endings | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit 1ba1aac92068e19ed11f03163c5d3024e31bf9fd | | | | | Author: adrpo | | | | | Date: Thu Nov 12 05:11:42 2015 +0100 | | | | | | | | | | - attempt to fix windows build again | | | | | | | | | | M Compiler/runtime/omc_config.h | | | | | M Parser/Makefile.omdev.mingw | | | | | | | | * | commit 0e0b9116c85039e9fba2ac13d1257bbde06ec7bc | | | | | Author: Rüdiger Franke | | | | | Date: Wed Nov 11 22:25:08 2015 +0100 | | | | | | | | | | fix least size of static vectors and return value | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | | * | commit 1da7404e860ec22119b437e7e1012547abe42763 | | | |/ Author: Martin Sjölund | | | | Date: Wed Nov 11 21:41:50 2015 +0100 | | | | | | | | Some updates for mingw cross-compilation | | | | | | | | The autoconf now ignores some headers when mingw cross-compilation is | | | | requested. | | | | | | | | M 3rdParty | | | | M Compiler/runtime/Makefile.omdev.mingw | | | | M Compiler/runtime/Print_omc.c | | | | M Compiler/runtime/config.unix.h.in | | | | M Compiler/runtime/omc_config.h | | | | M Compiler/runtime/systemimpl.h | | | | M configure.ac | | | | | | | * commit 36cabeec863093eec197c44ce963cb6017429356 | | | | Author: adrpo | | | | Date: Wed Nov 11 04:15:23 2015 +0100 | | | | | | | | - fix Windows build, for now C FMUs are broken | | | | | | | | M SimulationRuntime/c/Makefile.common | | | | M SimulationRuntime/c/Makefile.in | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | A SimulationRuntime/fmi/export/buildproject/Makefile.omdev.mingw | | | | | | | * commit f401b32013cf94904c8c0e8821bb6f9ef8400c48 | | | | Author: vruge | | | | Date: Tue Nov 10 17:05:32 2015 +0100 | | | | | | | | workaround for [https://trac.openmodelica.org/OpenModelica/ticket/3531 #3531] | | | | - added option inline function with array type (defaulte= false) | | | | - option will be irnored insidedynamicStateSelection | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/FrontEnd/Inline.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 1c737e1827e37cec2c02043577ef880fba0a4502 | | | | Author: Martin Sjölund | | | | Date: Tue Nov 10 13:23:17 2015 +0100 | | | | | | | | Try harder to preserve whitespace | | | | | | | | This fixes #3551, where a whitespace between identifier and | | | | annotation keyword was sometimes lost. | | | | | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | | M Compiler/Lexers/lexerModelicaDiff.l | | | | | | | * commit ab2a526e16f8ac2a1dfab0043f21d8c35bccc31c | | | | Author: Martin Sjölund | | | | Date: Tue Nov 10 11:20:53 2015 +0100 | | | | | | | | Use the INFO from the CLASS when updating program | | | | | | | | This fixes ticket #3545, where setSourceFile is not updated in the | | | | Absyn.ELEMENT (only the Absyn.CLASS). | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | * commit ea546267cf367174ba5af77ba4aa795e6416e8ad | | | | Author: Lennart Ochel | | | | Date: Tue Nov 10 00:41:59 2015 +0100 | | | | | | | | Add replace rules for clock expressions | | | | | | | | ticket 3549 | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | * commit d465e4875302d67e739abc6b64ff2999eafe3416 | | | | Author: Lennart Ochel | | | | Date: Sat Oct 31 16:39:18 2015 +0100 | | | | | | | | Replace matching algorithm that is used by fixInitialSystem | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | * commit 186cf150704cd0d45c78a606ed34062ebcf1157a | | | | Author: Niklas Worschech | | | | Date: Mon Nov 9 17:20:03 2015 +0100 | | | | | | | | fix for external C functions an string arrays in cpp runtime | | | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | * commit 460260f95fefdd1d15be93f45aa7f644c2d0e593 | | | | Author: Martin Sjölund | | | | Date: Mon Nov 9 16:23:29 2015 +0100 | | | | | | | | Make 2.0 ME FMI the default | | | | | | | | The FMI importer does not yet handle me_cs FMUs (even if other tools | | | | handle them fine). | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | * commit b14997c53bb9aa88ce8796a41b5bb9687983ee25 | | | | Author: Martin Sjölund | | | | Date: Mon Nov 9 14:00:04 2015 +0100 | | | | | | | | Compile MinGW FMUs with static libgcc | | | | | | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | | | | | * commit c578a6be3bf41f2b47b201da64fc5ffc742324fe | | | | Author: Martin Sjölund | | | | Date: Fri Nov 6 15:24:41 2015 +0100 | | | | | | | | FMU export changes | | | | | | | | The defaults for FMU export has changed to: 2.0 me_cs by default | | | | (previously, 1.0 me was used). | | | | | | | | A new API function buildModelFMU has been introduced. This takes an | | | | argument platforms={"dynamic"} (by default), and can be used to cross- | | | | compile FMUs using for example platforms={"i386-apple-darwin15", | | | | "x86_64-apple-darwin15", "x86_64-w64-mingw32", "x86_64-linux-gnu", | | | | "arm-linux-gnueabihf", "i686-linux-gnu", "i686-w64-mingw32"}. | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/SimCode/SimCodeMain.mo | | | | M Compiler/Template/CodegenFMU.tpl | | | | M Compiler/Util/Flags.mo | | | | M SimulationRuntime/fmi/export/buildproject/configure.ac | | | | | | | * commit e89eaf5ae2e31c90d4551eff8e28fe8a7aac8b2e | | | | Author: Martin Sjölund | | | | Date: Thu Nov 5 09:04:18 2015 +0100 | | | | | | | | Use autoconf in the source-code FMUs | | | | | | | | By using autoconf, we move a lot of the work from the user of the | | | | Makefiles to autoconf itself. | | | | | | | | To try it out, cross-compiling for multiple platforms (with the FMU | | | | unzipped to M.fmutmp): | | | | | | | | (for arch in x86_64-w64-mingw32 x86_64-linux-gnu arm-linux-gnueabihf \ | | | | i686-linux-gnu i686-w64-mingw32 | | | | do | | | | (cd M.fmutmp/sources/ && \ | | | | ./configure --host=$arch CFLAGS=-Os && \ | | | | make -j6) || exit 1; | | | | done) | | | | | | | | So it is enough to pass the host and optionally CFLAGS (on Ubuntu). | | | | Recommended packages on an x86_64 host: | | | | apt-get install gcc-arm-linux-gnueabihf libc6-dev:i386 gcc-mingw-w64 | | | | | | | | Note that installing gcc-multilib conflicts with gcc-arm, which means | | | | you need the i386 libc6 headers. | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenFMU.tpl | | | | M SimulationRuntime/c/Makefile.common | | | | M SimulationRuntime/c/Makefile.objs | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | A SimulationRuntime/fmi/export/buildproject/Makefile.in | | | | A SimulationRuntime/fmi/export/buildproject/README.md | | | | A SimulationRuntime/fmi/export/buildproject/configure.ac | | | | M common | | | | M configure.ac | | | | | | | * commit d77c3cff4fb056d400508809520265cd50ee9656 | | | | Author: Martin Sjölund | | | | Date: Mon Nov 9 14:58:52 2015 +0100 | | | | | | | | Make colorNodePartitions tail-recursive | | | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | | * commit a9225b77f0f70bdd5fa609e8d4336382cd35d6ea | | | | Author: RuedKamp | | | | Date: Mon Nov 9 14:41:21 2015 +0100 | | | | | | | | -fixed simObjects also for VxWorks | | | | | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | | | | | | | * commit ae2c20039230d71f24836875d8586c0916cb337a | | | | Author: RuedKamp | | | | Date: Mon Nov 9 13:43:36 2015 +0100 | | | | | | | | -fixed simObjects also for VxWorks | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | | * commit 1858edc35baef42fee6c490b04920dbccbd74bc4 | | | | Author: RuedKamp | | | | Date: Fri Nov 6 15:32:27 2015 +0100 | | | | | | | | -enable sparse solver only for vxworks | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | | M SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | | | | | | * | commit cda5d97dd402873a6086a5c8da532711fe8987e9 | | | | Author: RuedKamp | | | | Date: Fri Nov 13 08:48:02 2015 +0100 | | | | | | | | -xml file generation for functionsblock | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | * | commit 4be732e6fcf8f57625c2f005ddb1dff2ecb5325f | | |\| Merge: 9ef7f9061e 0320fe7c7c | | | | Author: RuedKamp | | | | Date: Mon Nov 9 14:15:37 2015 +0100 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | * commit 0320fe7c7c9411bff753d98c967e3927c89a2b7b | | | | Author: Mahder Gebremedhin | | | | Date: Sun Nov 8 15:02:37 2015 +0100 | | | | | | | | + Fix handling of complex equations so that we won't generate unecessary nonlinear systems. | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | * | commit 9ef7f9061e521654db959a02f01590b09c54a46a | | | | Author: RuedKamp | | | | Date: Mon Nov 9 14:14:39 2015 +0100 | | | | | | | | -fixed simObjects also for VxWorks | | | | | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectVxWorksFactory.h | | | | | | * | commit f2791803f5b98d3e674ce6ef8b8634ebd2c982e3 | | | | Author: RuedKamp | | | | Date: Mon Nov 9 13:43:36 2015 +0100 | | | | | | | | -fixed simObjects also for VxWorks | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | * | commit b612c7ac32745483314c06aaa574ba3b7199d860 | | |\| Merge: e6a9a5dc5f b635a28dd1 | | | | Author: RuedKamp | | | | Date: Fri Nov 6 15:33:23 2015 +0100 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | * commit b635a28dd1b9991caf3eb17e298ad2fd038fbdb4 | | | | Author: Lennart Ochel | | | | Date: Fri Nov 6 13:29:36 2015 +0100 | | | | | | | | Fix mat file import for parameters | | | | | | | | ticket 2673 | | | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | | | * commit 2af9d1652839d6eb64e5cac92535dbb75db88578 | | | | Author: Lennart Ochel | | | | Date: Fri Nov 6 12:35:51 2015 +0100 | | | | | | | | Fix start values for algebraic states | | | | | | | | which are introduces by symEuler | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit a14041dd0f53c11a35cdd342945b5d1a9bc27249 | | | | Author: Lennart Ochel | | | | Date: Fri Nov 6 11:21:15 2015 +0100 | | | | | | | | Fix analysis of over-determined systems | | | | | | | | due to secondary start values | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | * commit 1f77ff2a57ea1368d2b82ceb2be6dc1d354e29bf | | | | Author: Lennart Ochel | | | | Date: Fri Nov 6 10:02:18 2015 +0100 | | | | | | | | Fix start value dependent initial equations | | | | | | | | Start values get now analyzed for their dependencies of | | | | primary/secondary parameters. Start value dependent initial | | | | equations that depend on primary parameters can now get | | | | overwritten or imported via result file. | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | * commit 51fcae41c3fdcfe424494b3b77b90577a2f2f1b4 | | | | Author: Lennart Ochel | | | | Date: Fri Nov 6 09:04:13 2015 +0100 | | | | | | | | Make module detectJacobianSparsePattern dispensable | | | | | | | | This will continue the transformation process even if the | | | | post-optimization module detectJacobianSparsePattern failed. | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | * commit 90fe820ce7db03da34c7840735cc7c1b4c10f28e | | | | Author: Rüdiger Franke | | | | Date: Thu Nov 5 18:14:22 2015 +0100 | | | | | | | | remove NULL to please gcc 4.4 and boost | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * commit 36d2ed8a6d8b58261f142ae0f73a1d6adbfe90ed | | | | Author: Lennart Ochel | | | | Date: Thu Nov 5 16:23:59 2015 +0100 | | | | | | | | Fix modelEquationsUC | | | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | | | * commit ecc4f610351b4f13dcedc0d1aa5215b7572be3a5 | | | | Author: Lennart Ochel | | | | Date: Thu Nov 5 15:27:46 2015 +0100 | | | | | | | | Store all optimization modules in only one list | | | | | | | | Optimization modules are no longer allowed to fail. If it is intended | | | | that a module should fail for some reason, then that need to be handled | | | | within the module from now on. | | | | New modules are now defined using a function pointer to the module | | | | implementation, a name as string, and a Boolean that defines if that | | | | module is "post-optimization only" or not. | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * commit 6880ebb4dae9f0db22f98d8999ac07750f36d049 | | | | Author: Lennart Ochel | | | | Date: Thu Nov 5 14:36:34 2015 +0100 | | | | | | | | Merge interface for pre/post-optimization modules | | | | | | | | Stop on failure during pre/post-optimization phase | | | | | | | | M Compiler/BackEnd/BackendDAEFunc.mo | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | * commit 13a7f096b7b52185d52f4334709f69b73f148afd | | | | Author: Niklas Worschech | | | | Date: Thu Nov 5 15:22:16 2015 +0100 | | | | | | | | removed PreVariables class from cpp runtime | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | D SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | | | * commit 168aff96d0684833294bbc93b6978efd527e86c1 | | | | Author: Rüdiger Franke | | | | Date: Thu Nov 5 00:08:28 2015 +0100 | | | | | | | | remove unnecessary dependencies from exported FMUs | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | * commit 291f55df5e241f870ba9d4f63afec3329702d1f3 | | | | Author: Mahder Gebremedhin | | | | Date: Wed Nov 4 23:51:54 2015 +0100 | | | | | | | | + Fixed handling of complex residual equations. We expand all complex residuals to simple | | | | residuals now. | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | M Compiler/FrontEnd/Expression.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 031124626667e016c532740cd3f13b71dfefcd50 | | | |\ Merge: b7a55c71c4 bf9ac82048 | | | | | Author: Niklas Worschech | | | | | Date: Wed Nov 4 14:37:55 2015 +0100 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit bf9ac8204816e8128c61d6a9154d1b44a496c62f | | | | | Author: Per Östlund | | | | | Date: Wed Nov 4 12:44:40 2015 +0100 | | | | | | | | | | Fix for Buildings. | | | | | | | | | | - Don't reorder elements in Inst.instElementList, to avoid record | | | | | elements being reordered based on their modifications. Unless | | | | | the elements belong to a function, then the elements are sorted | | | | | as before to avoid things breaking. | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/SCode.mo | | | | | | | | | * commit 91906e76a89f8b53034c993fb3fefd856d3444c4 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Nov 4 13:27:51 2015 +0100 | | | | | | | | | | fix quotes | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | * commit 5e2e086cc79e026c80ac7fbd59ba21c8215412ab | | | | | Author: Lennart Ochel | | | | | Date: Wed Nov 4 12:03:18 2015 +0100 | | | | | | | | | | Fix type information of temporary variables | | | | | | | | | | that are introduced during sim code phase | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 604f9170ca41887df6480c6d86a0cee1230f5825 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Nov 4 10:37:55 2015 +0100 | | | | | | | | | | simplify XML output for clocks according to FCP-001 | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | * commit c2668175f9f1ba87cd81a36ca7666c77ea199323 | | | | | Author: adrpo | | | | | Date: Wed Nov 4 05:33:16 2015 +0100 | | | | | | | | | | - add first prototype of FMI for Co-simulation | | | | | - fix a typo in dassl.h | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | M Compiler/Template/CodegenFMU2.tpl | | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | M Compiler/Util/FMI.mo | | | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | | * | commit b7a55c71c486203e53e92874c31a1abeca79bbce | | | | | Author: Niklas Worschech | | | | | Date: Wed Nov 4 14:37:39 2015 +0100 | | | | | | | | | | fix for fmu instantiation in cpp runtime | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | M SimulationRuntime/cpp/Core/SimController/SimObjects.cpp | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimObjects.h | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | | | | * | commit 3598a1f69ebc65d214a3ae1f48ff3a31ac6b6967 | | | |\| Merge: 1e2fbd796b 11fb0e937a | | | | | Author: Niklas Worschech | | | | | Date: Tue Nov 3 15:46:10 2015 +0100 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | Conflicts: | | | | | Compiler/Template/CodegenC.tpl | | | | | Compiler/Template/CodegenFMUCpp.tpl | | | | | SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | * commit 11fb0e937a0c8afc4c3537eb2f71b55f1c1e7445 | | | | | Author: Martin Sjölund | | | | | Date: Tue Nov 3 14:43:38 2015 +0100 | | | | | | | | | | Fix for C89 | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | * commit fb6950e12370bcda0605c816b0e57f358222c8d3 | | | | | Author: Per Östlund | | | | | Date: Tue Nov 3 14:05:58 2015 +0100 | | | | | | | | | | Fix for Buildings library, #3506: | | | | | | | | | | - Fix InstExtends.fixModifications so that it uses fixClassdef instead | | | | | of fixElement on class names in redeclares, since fixElement will | | | | | always fully qualify them even when it shouldn't. | | | | | - Some cleanup. | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | M Compiler/FrontEnd/Mod.mo | | | | | M Compiler/Util/List.mo | | | | | | | | | * commit 1034be47a99688a15a265a8208deafa60eb22b2d | | | | | Author: Martin Sjölund | | | | | Date: Tue Nov 3 13:28:18 2015 +0100 | | | | | | | | | | Use equivTypes function instead of equality | | | | | | | | | | This fixes #3518. Equality does not take into consideration that the | | | | | source information might be different for two types. | | | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | | * commit 728d95da3c639a375c57e2f594cee9124af36a80 | | | | | Author: Adeel Asghar | | | | | Date: Mon Nov 2 18:01:39 2015 +0100 | | | | | | | | | | Added new API `removeComponentModifiers` and `removeExtendsModifiers` | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | M Compiler/Script/Interactive.mo | | | | | | | | | * commit fefe856a6b541a764df0975ddac8fd0e2390eded | | | | | Author: Martin Sjölund | | | | | Date: Mon Nov 2 14:42:21 2015 +0100 | | | | | | | | | | Fix OSX stack base on Mavericks | | | | | | | | | | OSX returns a made-up stack size on Mavericks. | | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | | | | | * commit a498326c45a5e5aa1fbd986ba18a953f89d80135 | | | | | Author: RuedKamp | | | | | Date: Mon Nov 2 14:26:13 2015 +0100 | | | | | | | | | | -fixed typo | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | | | * | commit 1e2fbd796bae04a60e1ec3c2bf33cb75cefb8303 | | | | | Author: Niklas Worschech | | | | | Date: Tue Nov 3 15:05:19 2015 +0100 | | | | | | | | | | Moved write output classes of cpp runtime in DataExchange lib | | | | | | | | | | M 3rdParty | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/BackEnd/Matching.mo | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/Inline.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | M Compiler/FrontEnd/Mod.mo | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/FrontEnd/Types.mo | | | | | M Compiler/Script/CevalScript.mo | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | M Compiler/Script/Interactive.mo | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M Compiler/Template/CodegenXML.tpl | | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M Compiler/Util/FMI.mo | | | | | M Compiler/Util/Flags.mo | | | | | M Compiler/Util/List.mo | | | | | M Makefile.common | | | | | M SimulationRuntime/c/Makefile.common | | | | | M SimulationRuntime/c/Makefile.objs | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | | | M SimulationRuntime/c/simulation/simulation_info_json.h | | | | | D SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | D SimulationRuntime/c/simulation/simulation_info_xml.h | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | M SimulationRuntime/c/simulation/solver/sym_imp_euler.c | | | | | M SimulationRuntime/c/simulation_data.h | | | | | M SimulationRuntime/c/util/list.c | | | | | M SimulationRuntime/c/util/list.h | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | M SimulationRuntime/c/util/utility.c | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | | D SimulationRuntime/cpp/Core/SimController/Main.cpp | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | A SimulationRuntime/cpp/Core/SimController/SimObjects.cpp | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | M SimulationRuntime/cpp/Core/System/tpl.cpp | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/DefaultContainerManager.h | | | | | R075 SimulationRuntime/cpp/Include/Core/HistoryImpl.h SimulationRuntime/cpp/Include/Core/DataExchange/HistoryImpl.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ParallelContainerManager.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | A SimulationRuntime/cpp/Include/Core/DataExchange/Policies/DefaultWriter.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | | | M SimulationRuntime/cpp/Include/Core/SimController/FactoryExport.h | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | A SimulationRuntime/cpp/Include/Core/SimController/ISimObjects.h | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | A SimulationRuntime/cpp/Include/Core/SimController/SimObjects.h | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SimObjectOMCFactory.h | | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSimObjectOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | M configure.ac | | | | | | | * | | commit e6a9a5dc5f81ac5976f667ffdc0de6eb91d890ba | | | | | Author: RuedKamp | | | | | Date: Fri Nov 6 15:32:27 2015 +0100 | | | | | | | | | | -enable sparse solver only for vxworks | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | | | M SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | | | | | | | * | | commit d9734be4cb790d1e60241240e6a9aaf9a21d5e03 | | |\ \ \ Merge: ce4ab8c7a3 c9447a6c26 | | | | |/ Author: RuedKamp | | | |/| Date: Mon Nov 2 14:19:15 2015 +0100 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit c9447a6c262b14933c13657dc49b47298076e283 | | | | | Author: Martin Sjölund | | | | | Date: Mon Nov 2 12:43:42 2015 +0100 | | | | | | | | | | Fix for old C standards in FMU Jacobians | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | * | commit acb946eac32bab6b9a540e3e795358751a4e0bed | | | | | Author: Martin Sjölund | | | | | Date: Mon Nov 2 12:09:57 2015 +0100 | | | | | | | | | | Fixes bug in lookup of builtin classes | | | | | | | | | | The bug was introduced in 88d0d6f. | | | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | * | | commit ce4ab8c7a367c888015747b1e86d7f1132586973 | | |/ / Author: RuedKamp | | | | Date: Mon Nov 2 14:18:54 2015 +0100 | | | | | | | | -fixed typo | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | * | commit 4d8edfa31ae2797aa832b200dc3dcdc06cf36784 | | | | Author: RuedKamp | | | | Date: Mon Nov 2 10:37:21 2015 +0100 | | | | | | | | -add factory for vxworks | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | * | commit 1edd09e599a18e8bb502725331c7ece874546174 | | | | Author: Rüdiger Franke | | | | Date: Sun Nov 1 20:31:23 2015 +0100 | | | | | | | | extend Cpp runtime with sub clocks | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | * | commit ceca57ec49d0a4eafbf43807793b9170b1818074 | | | | Author: Rüdiger Franke | | | | Date: Sun Nov 1 20:30:38 2015 +0100 | | | | | | | | extend FMI export with sub clocks | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | * | commit 693d9cff90c7b621dbce80e046102c4923b19df6 | | | | Author: Rüdiger Franke | | | | Date: Sat Oct 31 12:52:52 2015 +0100 | | | | | | | | skip FMI initial and start attributes for alias variables | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | * | commit 2490aa1ec587f5a97b2cb6db6167b4e3fce40ad7 | | | | Author: Rüdiger Franke | | | | Date: Sat Oct 31 11:01:41 2015 +0100 | | | | | | | | disable elimination of alias references for C FMI export | | | | | | | | See test: | | | | openmodelica_fmi_ModelExchange_2.0.Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos | | | | openmodelica_fmi_ModelExchange_2.0.Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | * | commit 161ad391f323a0af2031c24626c0d62e7582b1f8 | | | | Author: Rüdiger Franke | | | | Date: Sat Oct 31 10:40:35 2015 +0100 | | | | | | | | implement direct memory access in Cpp FMI 2.0 | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | * | commit 5e6d738f1b768a0f1e9432e56f3b93bf9403de50 | | | | Author: Rüdiger Franke | | | | Date: Sat Oct 31 10:40:09 2015 +0100 | | | | | | | | enable direct memory access with FMI value references | | | | | | | | - eliminate aliases (note: negated aliases not supported by FMI 2.0) | | | | - consider array storage order | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | M Compiler/Template/SimCodeTV.mo | | | | | | * | commit 0d33c3b2d0f9a2bcbd20951166e7c5f1b552b9b1 | | | | Author: Lennart Ochel | | | | Date: Fri Oct 30 16:18:21 2015 +0100 | | | | | | | | Remove redundant deep copy | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | * | commit f4a51e2213e8e4afb0af8c1d3e12eb4557b11dde | | | | Author: RuedKamp | | | | Date: Fri Oct 30 14:40:34 2015 +0100 | | | | | | | | -removed unused variable, which caused an runtime error with msvc | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | * | commit f1c1c96987adee0cc6ac782773cce247695d898f | | | | Author: Rüdiger Franke | | | | Date: Fri Oct 30 10:13:23 2015 +0100 | | | | | | | | introduce isFMIVersion10 check for old versions | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | M Compiler/Util/FMI.mo | | | | | | * | commit 525b6daa7c482d37174e44105824be218e4add44 | | | | Author: Rüdiger Franke | | | | Date: Fri Oct 30 08:58:23 2015 +0100 | | | | | | | | declare usage of boost::numeric::ublas explicitly | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | M SimulationRuntime/cpp/Core/System/tpl.cpp | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | | * | commit d172abda4fec00141024f66b96a04545e00b9a99 | | | | Author: vwaurich | | | | Date: Thu Oct 29 14:34:57 2015 +0100 | | | | | | | | - introduce alias eqs and no alias vars in CSE | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | | * | commit 30a76f91b6011744eed2ce41602c6f086d9a708c | | | | Author: Rüdiger Franke | | | | Date: Wed Oct 28 21:03:40 2015 +0100 | | | | | | | | remove two unused libs from Cpp FMU build | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | * | commit 4acff37eb7e387dcc09670f3c910fdefb2f0fb22 | | |\ \ Merge: 712c8c356a 3844b740bf | | | | | Author: Adrian Pop | | | | | Date: Wed Oct 28 20:45:09 2015 +0100 | | | | | | | | | | Merge pull request #241 from gossen/ticket-3520 | | | | | | | | | | Allow instantiaton of inherited classes | | | | | | | | * | commit 3844b740bf9fd88e6d5f63b7e6e9483ccdead645 | | | | | Author: gossen | | | | | Date: Sun Oct 18 11:00:48 2015 +0300 | | | | | | | | | | Allow to instantiate inherited classes | | | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | | * | commit 88d0d6f217240845c8da8fa7bace66821527cfff | | | | | Author: gossen | | | | | Date: Sat Oct 17 22:39:10 2015 +0300 | | | | | | | | | | Allow to not throw error if qualified class hasn't found in Absyn.Program | | | | | | | | | | Add flag to function Interactive.getPathedClassInProgram | | | | | to return enclosing class if required qualified class isn't found. | | | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | | * | commit af50501702a6e7a94ae0ece5f1716978e92c9c86 | | | | | Author: gossen | | | | | Date: Sat Oct 17 22:25:51 2015 +0300 | | | | | | | | | | Remove unused arguments from function Interactive.getClassesInClass | | | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | | * | commit 96d6e28cbc3ae935abd2ea5dc1547864e14d9330 | | | | | Author: gossen | | | | | Date: Sat Oct 17 21:25:01 2015 +0300 | | | | | | | | | | In function CevalScript.loadModel replace recursive call with List functions | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | * | | commit 712c8c356afab24a5d94532823d0140e0d0392ef | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 28 16:02:52 2015 +0100 | | | | | | | | | | remove unused SimData and FactoryExport from FMU | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * | | commit db830e586a61207853620c66286cafabff6d5fce | | | | | Author: Lennart Ochel | | | | | Date: Wed Oct 28 15:32:57 2015 +0100 | | | | | | | | | | Add description of flag newUnitChecking | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * | | commit 3d8d346b6d6d816d9e33e22374d0bb72206fbbc8 | | | | | Author: Lennart Ochel | | | | | Date: Wed Oct 28 15:11:14 2015 +0100 | | | | | | | | | | Rename function insertUnitinEquation | | | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | * | | commit fe7b58c76ca8febd7906fc0b25984c34326c5486 | | | | | Author: Lennart Ochel | | | | | Date: Wed Oct 28 14:54:00 2015 +0100 | | | | | | | | | | Suppress some warnings | | | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | * | | commit 7c390101e6830a0edefe766d6da3da2f078be12f | | | | | Author: Lennart Ochel | | | | | Date: Wed Oct 28 14:53:21 2015 +0100 | | | | | | | | | | Improve error message | | | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | * | | commit c1d6eb48b8d5c46ca9e6f04114145c29c38a81b7 | | | | | Author: Lennart Ochel | | | | | Date: Wed Oct 28 14:53:04 2015 +0100 | | | | | | | | | | Clean up indentation | | | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | * | | commit 0ac9894f5cbf19fbdf2b0a3a0b790f40cb56f714 | | | | | Author: fbergero | | | | | Date: Wed Oct 28 11:12:54 2015 +0100 | | | | | | | | | | Removing white space | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | * | | commit ece74d036952d5829d625909367da7876c3c84c1 | | | | | Author: fbergero | | | | | Date: Tue Oct 27 10:10:34 2015 +0100 | | | | | | | | | | Correct checking of range for derivatives | | | | | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | * | | commit e71335cad92627caa98a41ed11b03ed9cfb901ef | | | | | Author: fbergero | | | | | Date: Mon Oct 26 16:16:37 2015 +0100 | | | | | | | | | | * Functionality to include the Jacobian in the FMU | | | | | * This code adds an extra callback function in the C runtime to call the Jacobian evaluation. | | | | | This changes also force the generation of the Jacobian code in the generated FMU. | | | | | Only the A matrix of the Jacobian is supported by now | | | | | (i.e. derivatives of state derivatives with respect to other states). | | | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | | | * | | commit afc37d0e13ef1cd0b850712e4ae1e5a96b95871d | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 28 10:12:18 2015 +0100 | | | | | | | | | | replace hash tables for pre SimVars with offsets | | | | | | | | | | this is possible with the recently introduced new SimVars design | | | | | | | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | * | | commit 398dd55357d5dc24f7a700e24bcfa9dcb17b521f | | | | | Author: Paul Scott | | | | | Date: Wed Oct 28 18:40:05 2015 +1100 | | | | | | | | | | Fixed alias default and initial equation sub expression tag | | | | | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | | | * | | commit dd7ca6ed4a4d76ac66063c0cb91d52593a756f42 | | | | | Author: vruge | | | | | Date: Tue Oct 27 17:43:24 2015 +0100 | | | | | | | | | | attempt: extends getFunctionInputsOutputBody for Array-Types | | | | | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | * | | commit 101b6b243cb11d44c526fb6171dc8700f8de0d22 | | | | | Author: Rüdiger Franke | | | | | Date: Tue Oct 27 17:06:12 2015 +0100 | | | | | | | | | | small fix to delay buffers | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | * | | commit 7c86a6a8e710aa4795eb8d033be1c2739cccdf0b | | | | | Author: Rüdiger Franke | | | | | Date: Tue Oct 27 16:19:04 2015 +0100 | | | | | | | | | | use std::deque for delay buffers (#3522) | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | * | | commit d96c198267f679ea6609c9e0c6cffa9bc39d3b1e | | | | | Author: vwaurich | | | | | Date: Tue Oct 27 14:21:43 2015 +0100 | | | | | | | | | | - fix getNoDerivativePosition | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | * | | commit 8f2cd7e7b74d86bd3282cf56f74830180c9230b6 | | | | | Author: vwaurich | | | | | Date: Tue Oct 27 13:40:32 2015 +0100 | | | | | | | | | | - fix for modified Pantelides | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/Matching.mo | | | | | | | * | | commit 57cecad8671b9420dd5263feafbdcbf68560709b | | | | | Author: Martin Sjölund | | | | | Date: Tue Oct 27 13:50:37 2015 +0100 | | | | | | | | | | FMUs need to contain the info.json data | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * | | commit c5120f3da2e040b7ff946ffcdac66a77ed018691 | | | | | Author: vwaurich | | | | | Date: Tue Oct 27 13:19:35 2015 +0100 | | | | | | | | | | - handle empty systems in CSE | | | | | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | | * | | commit 0f589ef15c1c9b8fd4bbd4a2914c9399365ef6dd | | | | | Author: Martin Sjölund | | | | | Date: Tue Oct 27 11:49:36 2015 +0100 | | | | | | | | | | Include dgesv in static source FMU external code | | | | | | | | | | M 3rdParty | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | M SimulationRuntime/c/Makefile.common | | | | | M SimulationRuntime/c/Makefile.objs | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | * | | commit 7c902c1de5d315c0046b16567b4ea4300f152aeb | | | | | Author: Marcus Walther | | | | | Date: Tue Oct 27 10:05:06 2015 +0100 | | | | | | | | | | - fixed FMU start value behaviour | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | * | | commit 90cc19cdf84584a05d4a0bcf3df7ac30b940db3c | | | | | Author: Marcus Walther | | | | | Date: Tue Oct 6 08:03:29 2015 +0200 | | | | | | | | | | - start values are now correctly set for exported FMU 1.0 ModelExchange | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | * | | commit 33b29ef19fdb50fe9fcd7e458e859e731b2027d8 | | | | | Author: Rüdiger Franke | | | | | Date: Tue Oct 27 09:47:34 2015 +0100 | | | | | | | | | | fix integer once more | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | | | * | | commit 02c1d40be33978e1ca2f6e7dc1e5617de4d7fc23 | | | | | Author: Rüdiger Franke | | | | | Date: Tue Oct 27 09:25:57 2015 +0100 | | | | | | | | | | replace lexical_cast with to_string (#3522) | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | * | | commit 4ca8547d01d888ca77dfae18244ed6d4c328dd74 | | | | | Author: Willi Braun | | | | | Date: Tue Oct 27 04:07:41 2015 +0100 | | | | | | | | | | - fixed noEquidistant mode | | | | | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | | | * | | commit e15a57ad8c79aa98b050fdfdd0f0aa2019539835 | | | | | Author: Willi Braun | | | | | Date: Tue Oct 27 01:36:14 2015 +0100 | | | | | | | | | | - fix noEquidistantGrid mode of dassl | | | | | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | M common | | | | | | | * | | commit a2254ab48bf2806d7cec9e2258847e1f48e5de25 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Oct 26 21:03:28 2015 +0100 | | | | | | | | | | use C++11 builtin range based for loop (#3522) | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | * | | commit 27e6c561224976f59b222cd8fbff3dd11e2f1c98 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Oct 26 16:07:35 2015 +0100 | | | | | | | | | | use std::hash to obtain thread number with C++11 | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | * | | commit 608360da218311c12e3dcf44001de76df24a7f61 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Oct 26 15:44:48 2015 +0100 | | | | | | | | | | use C++11 std::unordered_map and set (#3522) | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | * | | commit 64ec735f4ea1764ffceb191a832ae6d840809ade | | | | | Author: Rüdiger Franke | | | | | Date: Mon Oct 26 14:44:04 2015 +0100 | | | | | | | | | | replace boost list_of with C++11 builtins (#3522) | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | * | | commit 069f34ed128c917e287500c9516b52a26568ecc2 | | | | | Author: Lennart Ochel | | | | | Date: Mon Oct 26 11:51:28 2015 +0100 | | | | | | | | | | Fix replacements for NORETCALL in when equations | | | | | | | | | | ticket 3521 | | | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | * | | commit 93d872f3e2bdd5927f9f62312ba9264c5d18ac10 | | | | | Author: Martin Sjölund | | | | | Date: Mon Oct 26 10:04:28 2015 +0100 | | | | | | | | | | Remove readline dependency from OMCompiler | | | | | | | | | | M configure.ac | | | | | | | * | | commit ab452a3546da8e1dbbb12f837c275a964ba08a26 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Oct 26 08:31:07 2015 +0100 | | | | | | | | | | fix usage of trunc | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | | | * | | commit bc3311a9c68e5aeccba07df60cf78ef04ca14254 | | | | | Author: adrpo | | | | | Date: Mon Oct 26 04:38:07 2015 +0100 | | | | | | | | | | fix msvc build | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | | | * | | commit 0425c8f4d7bf5a449957d1e04b4e08d5c3a73bc5 | | | | | Author: Rüdiger Franke | | | | | Date: Sun Oct 25 21:49:10 2015 +0100 | | | | | | | | | | introduce namespace omcpp for more C++11 (#3522) | | | | | | | | | | - use namespace omcpp in generated code to avoid name clashes | | | | | - replace ref, bind, trunc | | | | | - localize boost::container::vector to DataExchange/Writer.h | | | | | - reduce usage of lexical_cast in generated code | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | * | | commit 5da3ed26bc02b47ae89d6e3da3db83cecf89c827 | | | | | Author: vruge | | | | | Date: Sun Oct 25 21:36:17 2015 +0100 | | | | | | | | | | extended the case tuple() = tuple in simplfyComplexFunction for array types in lhs/rhs | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | * | | commit 5c33b207b7ead5696962500a24fd29599a0f0142 | | | | | Author: vruge | | | | | Date: Sat Oct 24 23:48:16 2015 +0200 | | | | | | | | | | Inline.inlineCall and forceInlineCall return DAE.TUPLE for more than a single assignment statement | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | * | | commit 111757f3a94e24678e7e68a614cd3f896bc45c94 | | | | | Author: Rüdiger Franke | | | | | Date: Sun Oct 25 10:57:11 2015 +0100 | | | | | | | | | | re-add a used boost include | | | | | | | | | | see Modelica.Electrical.Digital.Examples.Counter | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | * | | commit 730289784c41a7ff40a7b45f6fd63ad749f904e4 | | | | | Author: Rüdiger Franke | | | | | Date: Sun Oct 25 10:38:18 2015 +0100 | | | | | | | | | | align using boost::get with usage of tuple (#3522) | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | * | | commit 0b4c12507072aa29f31f1f65c84441b88897679d | | | | | Author: Rüdiger Franke | | | | | Date: Sun Oct 25 10:34:03 2015 +0100 | | | | | | | | | | replace using namespace std with std::abs (#3522) | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | * | | commit 014017110e22370111a13f8bf4f436044f28568a | | | | | Author: Rüdiger Franke | | | | | Date: Sun Oct 25 10:28:34 2015 +0100 | | | | | | | | | | remove unused boost includes and usings (#3522) | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | * | | commit d5a818318215e8c2eae12cb53f71c04a6ab0d504 | | | | | Author: Willi Braun | | | | | Date: Fri Oct 23 17:16:59 2015 +0200 | | | | | | | | | | improved extrapolation of non-linear initial guess | | | | | | | | | | M SimulationRuntime/c/Makefile.common | | | | | M SimulationRuntime/c/Makefile.objs | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | A SimulationRuntime/c/simulation/solver/nonlinearValuesList.c | | | | | A SimulationRuntime/c/simulation/solver/nonlinearValuesList.h | | | | | M SimulationRuntime/c/simulation_data.h | | | | | M SimulationRuntime/c/util/list.c | | | | | M SimulationRuntime/c/util/list.h | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | | | * | | commit b04f8ee79eec2a9a213bce34a32758723c1f4c4d | | | | | Author: Rüdiger Franke | | | | | Date: Sat Oct 24 10:56:59 2015 +0200 | | | | | | | | | | move FMU solver factory include to solver creation | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | * | | commit f65e383894777fabf7da8ddb710ecb64936e2219 | | | | | Author: Adeel Asghar | | | | | Date: Sat Oct 24 02:12:05 2015 +0200 | | | | | | | | | | Update component comment when component contains dimensions. | | | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | * | | commit 7f4c0010e4851f5a4b67c10ba32bf05776be88d5 | | | | | Author: adrpo | | | | | Date: Fri Oct 23 23:50:17 2015 +0200 | | | | | | | | | | remove deleted files from cmake makefiles to please the msvc build | | | | | | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | | | * | | commit 82c9ab7ddc376bb87ad1067c42fa0983f05a160c | | | | | Author: Martin Sjölund | | | | | Date: Fri Oct 23 17:22:24 2015 +0200 | | | | | | | | | | Remove the dependency on expat from FMUs | | | | | | | | | | - The FMU variables data is now initialized through a compiled | | | | | C-function. | | | | | | | | | | - The simulation_info_xml.c was removed since it has been mostly | | | | | unused for some time now. | | | | | | | | | | M 3rdParty | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | M SimulationRuntime/c/Makefile.common | | | | | M SimulationRuntime/c/Makefile.objs | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | | | M SimulationRuntime/c/simulation/simulation_info_json.h | | | | | D SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | D SimulationRuntime/c/simulation/simulation_info_xml.h | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | M SimulationRuntime/c/simulation/solver/sym_imp_euler.c | | | | | M SimulationRuntime/c/simulation_data.h | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | M SimulationRuntime/c/util/utility.c | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | M configure.ac | | | | | | | * | | commit a5e016e84bf25e0e44574c933f10c05bb218a6c2 | | | | | Author: Martin Sjölund | | | | | Date: Fri Oct 23 14:33:30 2015 +0200 | | | | | | | | | | Check that we do not revert 3rdParty by accident | | | | | | | | | | Some people checked in changes to 3rdParty that were not intended. | | | | | This commit checks that all new commits use the old hash or a more | | | | | recent one. | | | | | | | | | | M Makefile.common | | | | | | | * | | commit 5bcd7ee53d1898e002da0fe33173fa0b89edcba1 | | | | | Author: Rüdiger Franke | | | | | Date: Fri Oct 23 17:09:34 2015 +0200 | | | | | | | | | | move solver creation to specific Cpp FMU system | | | | | | | | | | this way only FMUs with algebraic loops contain solver code | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | * | | commit 4bf245a6513dcdfde4d28552637cb653c6289d10 | | | | | Author: vwaurich | | | | | Date: Fri Oct 23 16:39:46 2015 +0200 | | | | | | | | | | - fix for simjacCSRToCSC | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * | | commit b0724337bc7098d5760a0b49611bd0eab5e33968 | | |\ \ \ Merge: 08c5320ea9 b5101ef99d | | | |_|/ Author: hudson | | |/| | Date: Fri Oct 23 15:48:04 2015 +0200 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | * | commit b5101ef99d78c9fc2a16b542d8444308d19db471 | | | | | Author: vwaurich | | | | | Date: Fri Oct 23 13:58:53 2015 +0200 | | | | | | | | | | - activate modified pantelides | | | | | | | | | | M Compiler/BackEnd/Matching.mo | | | | | | | * | | commit 08c5320ea9908563e93bb889061c21dfec2182ce | | | | | Author: Niklas Worschech | | | | | Date: Fri Oct 23 15:22:29 2015 +0200 | | | | | | | | | | fix for csv output in cpp runtime | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | * | | commit 03f5aaf5f10b88a7d239e2118a41046d2f5948f5 | | |\| | Merge: 5b15507c75 56d9b006c1 | | | | | Author: Niklas Worschech | | | | | Date: Fri Oct 23 14:35:55 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | Conflicts: | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 56d9b006c158d36678196e0751d32e6bd252dead | | | | | Author: vwaurich | | | | | Date: Fri Oct 23 13:27:14 2015 +0200 | | | | | | | | | | - get smaller MSSS for pantelides | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/BackEnd/Matching.mo | | | | | | | | * | commit 29ef347b3a114b0c96d99c6344c71ab32c53efd1 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Oct 22 16:23:38 2015 +0200 | | | | | | | | | | use C++11 to_string for numeric values (#3522) | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | * | commit 8907348a758e4e866e246c180949d47a05090fb4 | | | | | Author: Marcus Walther | | | | | Date: Thu Oct 22 15:43:01 2015 +0200 | | | | | | | | | | - simple fix for array slices | | | | | - typo fixes for array operations | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | | | | * | commit 57d7bf3785bb0b53de8abcdefa481799554f747a | | | | | Author: Niklas Worschech | | | | | Date: Thu Oct 22 15:30:12 2015 +0200 | | | | | | | | | | simplified inheritance structure for Modelica system in cpp template | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit 3c5fbea49d4b78d95b070b3152dbd5b0ef470ecf | | | | | Author: Rüdiger Franke | | | | | Date: Thu Oct 22 14:44:56 2015 +0200 | | | | | | | | | | typo in previous commit | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | * | | commit 5b15507c7523004989b0b5e837a4f2b0cbc2a607 | | |/ / Author: Niklas Worschech | | | | Date: Thu Oct 22 15:10:33 2015 +0200 | | | | | | | | simplified inheritance structure for Modelica system in cpp template | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | * | commit f5433093d4a1dbd95a9f69e6d2cb75c6612e4577 | | | | Author: Rüdiger Franke | | | | Date: Thu Oct 22 14:10:30 2015 +0200 | | | | | | | | fix new WriteOutputVar for boolean aliases (#3524) | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | * | commit 33ae1ea7a2977b375de796471555eb54e7c10261 | | |\ \ Merge: 49554e71c8 cc068045ea | | | | | Author: RuedKamp | | | | | Date: Thu Oct 22 11:43:39 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | # Conflicts: | | | | | # SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | * | commit cc068045eabf0d6ab42dd733e35d5a1129e0b112 | | | | | Author: Marcus Walther | | | | | Date: Thu Oct 22 10:07:14 2015 +0200 | | | | | | | | | | - fixed windows build | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | * | | commit 49554e71c81ccab882aab2353a372768c10e8b43 | | | | | Author: RuedKamp | | | | | Date: Thu Oct 22 11:40:34 2015 +0200 | | | | | | | | | | -fixed error with boost::minmax for c++11 in msvc | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | * | | commit b99d59c5d4fe114910f1a03451fc7b705fedf616 | | |\| | Merge: 6d1f0254c4 85dda17c7a | | | | | Author: RuedKamp | | | | | Date: Thu Oct 22 09:38:10 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit 85dda17c7a9d183cf4e1a08c27b51e5f55cec8d6 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 21 23:20:37 2015 +0200 | | | | | | | | | | re-add boost lib to FMI export prior to C++11 | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit abf63499a8e0686a243b623e76f424617ec8f877 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 21 23:18:18 2015 +0200 | | | | | | | | | | remove unused FactoryExport from FMU | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * | | commit 6d1f0254c4f12cca76cc36510e0a5c126d89e5d6 | | |\| | Merge: 6166cfd5b0 a51c28ce36 | | | | | Author: RuedKamp | | | | | Date: Wed Oct 21 15:46:07 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit a51c28ce362f9a6c4477bf79e2f142f08e401f88 | | | | | Author: Willi Braun | | | | | Date: Wed Oct 21 13:22:47 2015 +0200 | | | | | | | | | | - fix symbolic jacobian generation in dynamic state selection | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit ab4c77139578942050233586ce16f32721a47be1 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 21 12:25:29 2015 +0200 | | | | | | | | | | move xml parser include to XmlPropertyReader | | | | | | | | | | this way it is not included during each model compilation | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | * | commit 4eede182a853b756ec9d4a192feb05a2e8864b8b | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 21 12:22:57 2015 +0200 | | | | | | | | | | use C++11 minmax_element (#3522) | | | | | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | * | commit cfc7caf9d19bbebd33bea793ff6f9e11f553fbc8 | | | | | Author: Lennart Ochel | | | | | Date: Wed Oct 21 11:36:47 2015 +0200 | | | | | | | | | | Clean up match pattern | | | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | | * | commit 3b89fb746238f039714c4812c705bf2aee5d4b6f | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 21 11:15:11 2015 +0200 | | | | | | | | | | remove duplicate includes from FactoryConfig.h | | | | | | | | | | see Modelica.h | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | | | * | commit 9ea2fe6f079d6eb7306c9ee049080b1aae2b2fe0 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 21 09:52:28 2015 +0200 | | | | | | | | | | completely remove boost libs from FMI export | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | | | | * | commit 8beab334fc6de8f41eb47470f0c09ca9526874c5 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Oct 21 09:42:53 2015 +0200 | | | | | | | | | | Localize use of boost filesystem and program_options (#3522) | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | * | commit 8d2f20e820ff35d0abd02583ab9da2b3ab296f5e | | | | | Author: Martin Sjölund | | | | | Date: Wed Oct 21 09:39:19 2015 +0200 | | | | | | | | | | FMU support for OSX, which does not support cp -u | | | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | * | commit 1bb207d00df2c4e5bcac4558c549f4915f4077f1 | | | | | Author: Martin Sjölund | | | | | Date: Wed Oct 21 09:26:09 2015 +0200 | | | | | | | | | | Reduce stack space | | | | | | | | | | Use iteration instead of recursion to reduce stack overflows. | | | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | | * | commit 300f04e8a5ce7258c32af08fb71a51db281026ed | | | | | Author: Rüdiger Franke | | | | | Date: Tue Oct 20 23:29:09 2015 +0200 | | | | | | | | | | remove dummy LoadLibrary from static Cpp runtime | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | | | | | | * | commit ea09fa1ecee6753571f64aa160ef947f64033dd6 | | | | | Author: Martin Sjölund | | | | | Date: Tue Oct 20 16:24:27 2015 +0200 | | | | | | | | | | Use va_copy when re-using a va_list | | | | | | | | | | This fixes a bug in GC_asprintf, which is now used more often than | | | | | earlier. This should fix simulation of models on OSX. | | | | | | | | | | M 3rdParty | | | | | M SimulationRuntime/c/util/modelica_string.c | | | | | | | | * | commit c7fdce2cdd2940ab56bf86a26c02c53b370d7533 | | | | | Author: Marcus Walther | | | | | Date: Tue Oct 20 15:53:44 2015 +0200 | | | | | | | | | | - cpp runtime logger is now enabled on windows systems | | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | * | commit 657b5ca09567348e89eb89bc5be357a8d99596b0 | | | | | Author: RuedKamp | | | | | Date: Tue Oct 20 13:17:31 2015 +0200 | | | | | | | | | | -added FactoryExport for VxWorks | | | | | | | | | | M SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp | | | | | | | | * | commit b2c8ddd11fb28937db0c813073673e643165aa39 | | | | | Author: Rüdiger Franke | | | | | Date: Tue Oct 20 12:35:26 2015 +0200 | | | | | | | | | | remove boost_filesystem and boost_program_options from FMU (#3522) | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | * | | commit 6166cfd5b05b777b000e51334655a1c10859f3e9 | | |\| | Merge: 83daf1ecba d462a69050 | | | | | Author: RuedKamp | | | | | Date: Tue Oct 20 12:58:37 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit d462a69050d5032fc472a7aee17a1b86acda9171 | | | | | Author: Rüdiger Franke | | | | | Date: Tue Oct 20 12:05:33 2015 +0200 | | | | | | | | | | move Logger call from generated code to FMUWrapper | | | | | | | | | | This should not change the behavior for FMI 1.0. | | | | | FMI 2.0 uses the logging mechanism of the FMI spec. | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | * | commit 5ad900c6273f0827d6a31012093a4d57504dff5b | | | | | Author: Rüdiger Franke | | | | | Date: Tue Oct 20 11:58:20 2015 +0200 | | | | | | | | | | remove unused XmlPropertyReader from FMU build (#3522) | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit 860b463702f8fc6d6510b92bf9d05fe22185e092 | | | |\ \ Merge: 19bd533d89 56438a0916 | | | | | | Author: hudson | | | | | | Date: Tue Oct 20 11:26:38 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | | * | commit 56438a0916d97b602dccb0489603a46bc1808c49 | | | | |\ \ Merge: 8c2f3ec733 fe751df68f | | | | | | | Author: hudson | | | | | | | Date: Tue Oct 20 11:06:26 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | | * | | | commit 19bd533d89804150706da5beaa04ae11c677db97 | | | |\ \ \ \ Merge: 5a22ed334f fe751df68f | | | | | |/ / Author: Niklas Worschech | | | | |/| | Date: Tue Oct 20 11:15:44 2015 +0200 | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | * | | commit fe751df68fe0ff0a07635dc34b1d4dead5a4ece9 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Tue Oct 20 10:39:28 2015 +0200 | | | | | | | | | | | | | | Init Boehm GC (necessary for OSX) | | | | | | | | | | | | | | Bug was introduced in 2ed993a, copy-paste error. | | | | | | | | | | | | | | M SimulationRuntime/c/util/omc_init.c | | | | | | | | | | * | | | commit 5a22ed334fa3838ddd1c5955fe73ab54335c7daa | | | | | | | Author: Niklas Worschech | | | | | | | Date: Tue Oct 20 11:14:46 2015 +0200 | | | | | | | | | | | | | | restored fix for hard coded start values in cpp template | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | | | commit 308b0b104a6ba29552773ee6f476f016e8e1f296 | | | |\ \ \ \ Merge: 4ca01e4931 9576b56651 | | | | | | | | Author: Niklas Worschech | | | | | | | | Date: Tue Oct 20 10:09:58 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/niklwors/OMCompiler | | | | | | | | | | | | * | | | commit 9576b56651b6edef1effa67e1ab206b5102d0516 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Tue Oct 20 09:30:07 2015 +0200 | | | | | | | | | | | | | | | | - fixed windows build | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | | | | | | * | | | | commit 4ca01e4931b972cefd18ad25a77054668427c28d | | | |\ \ \ \ \ Merge: 63842aa661 6544142fac | | | | | |/ / / Author: Niklas Worschech | | | | |/| | | Date: Tue Oct 20 09:11:07 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | * | | | | commit 63842aa66105fedd97a0186aac3bc8b93c45a22b | | | |\ \ \ \ \ Merge: 3f4cc57ede a6932e46dd | | | | | | | | | Author: Niklas Worschech | | | | | | | | | Date: Tue Oct 20 08:24:57 2015 +0200 | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | * | | | | | commit 3f4cc57edea241b9b722833a754eceda391bb474 | | | |\ \ \ \ \ \ Merge: f4f5eb0313 137767a3d3 | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | Date: Mon Oct 19 15:41:37 2015 +0200 | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | * | | | | | | commit f4f5eb03135d95b59229e87e70763fafa2bc5e7b | | | |\ \ \ \ \ \ \ Merge: 308ffab2f4 0c1e4fb1d3 | | | | |_|_|_|/ / / Author: Niklas Worschech | | | |/| | | | | | Date: Mon Oct 19 10:11:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | * | | | | | | commit 308ffab2f4e379622f885e8c5be255749f4df85b | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | Date: Fri Oct 16 16:35:01 2015 +0200 | | | | | | | | | | | | | | | | | | | | fix for uninitialized xmlreader and hardcoded start values in cpp template | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | * | | | | | | commit 89c5e8ce99893ddaed9394a8a5076faf93185f5a | | | |\ \ \ \ \ \ \ Merge: 3792fac23c 524ce11471 | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | Date: Fri Oct 16 14:30:02 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/niklwors/OMCompiler | | | | | | | | | | | | | | | * | | | | | | commit 524ce11471646c5713ee655647ee1c7fd246b75e | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | Date: Fri Oct 16 13:49:57 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - fixed segfault in writer-class (occured because boost::make_tuple was used for std::tuples) | | | | | | | | | | | - removed the ifdef-stuff in writer.h (now there are new classes called "DefaultContainerManager" and "ParallelContainerManager" to handle the container stuff) | | | | | | | | | | | - renamed busywaiting_barrier.hpp to barriers.hpp | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | | | | | A SimulationRuntime/cpp/Include/Core/DataExchange/DefaultContainerManager.h | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h | | | | | | | | | | | A SimulationRuntime/cpp/Include/Core/DataExchange/FactoryPolicy.h | | | | | | | | | | | A SimulationRuntime/cpp/Include/Core/DataExchange/ParallelContainerManager.h | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | R100 SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/barriers.hpp | | | | | | | | | | | | | | * | | | | | | | commit 3792fac23cc85affe2070cb4fc8b648c9fb02845 | | | |\ \ \ \ \ \ \ \ Merge: 38d9d5e57e 3a9e48eeb1 | | | | |/ / / / / / / Author: Niklas Worschech | | | |/| | | | | | | Date: Fri Oct 16 08:26:20 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | * | | | | | | | commit 38d9d5e57e06ae8548a1f6a47461d8d078dc228a | | | |\ \ \ \ \ \ \ \ Merge: d248f480a1 8cbbb37941 | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Thu Oct 15 17:25:35 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | * | | | | | | | | commit d248f480a10794b9515bbcd1fc87c9c40cd6ed2f | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Thu Oct 15 17:24:30 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | move WriteOutputVar class from MatFileWriter to Writer | | | | | | | | | | | | removed unnecessary typedef's | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | | | | | | | * | | | | | | | | commit cc63c1f24790adf8a4cc38127a63bb3015550537 | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | Date: Thu Oct 15 16:13:57 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - fixed std::shared_ptr and boost::shared_ptr mixing | | | | | | | | | | | | - fixed undefined reference to return value in WriteOutputVar | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | | | | | | | | | | * | | | | | | | | commit b3391fe1c5cd46839a608c5c598b4b8892fccf93 | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Thu Oct 15 13:56:54 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | fix in intialization routine, if variable is a negated alias | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | | | | | | | | | | | * | | | | | | | | commit e26b2abc4ddc10618ec5cfe98f84d376c1e8322b | | | |\ \ \ \ \ \ \ \ \ Merge: 3c084f6741 f34585c80e | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | Date: Thu Oct 15 13:36:24 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | * | | | | | | | | | commit 3c084f6741fded29e51aa9353b68cf05974b211c | | | |\ \ \ \ \ \ \ \ \ \ Merge: cb8e341382 ef387e7ebc | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | Date: Thu Oct 15 08:45:11 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit cb8e341382355fa8dc5b031cfdb0dddafa3348c8 | | | |\ \ \ \ \ \ \ \ \ \ \ Merge: 2a6e75635c db371fa848 | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | Date: Wed Oct 14 16:21:09 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | commit 2a6e75635c73241b4f18f1b7f7e98377a61f69c4 | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | Date: Wed Oct 14 16:20:52 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for negated Alias Vars in write output routine | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | commit 6bec4588032989383a15f636db3a034e7dfe429a | | | |\ \ \ \ \ \ \ \ \ \ \ \ Merge: 3370770659 748021d468 | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | Date: Wed Oct 14 09:49:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit 3370770659a08e110c3c9df3790766ee69e51a29 | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ Merge: eb0d20985e 213ddae555 | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | Date: Tue Oct 13 16:03:06 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | commit eb0d20985e1b5b273a1f631a12d3de519a70be79 | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | Date: Mon Oct 12 15:11:09 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for addContainerToWriteQueue | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | commit 3a9498464ed03fbd3bcf485937886ff9ebcf40c4 | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge: c835a1d83e fb0df3440c | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | Date: Mon Oct 12 10:38:49 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | | | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | | SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | | | | | | | | | | | | | | | SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | | | | | | | | | | SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | commit c835a1d83e18fd29fc89ca67ba062ad2365632c4 | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | Date: Fri Sep 25 17:47:24 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for getfreeContainer in writer class | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | commit 3fb3c9b12f4629cec5e012c3c53707108603f8a3 | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | Date: Fri Sep 25 17:02:04 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for merger error in cpp template | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | commit 9aa4b65ae3cfafe87bf401dfca2400e1513e802b | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge: 19c8d32899 6b5d3a2c74 | | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | | Date: Fri Sep 25 16:26:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | | | | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | commit 19c8d32899720d4a8b14651fb6ae13e96774895f | | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | | Date: Fri Sep 25 16:13:25 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed output method uses xml file to pass variables from simvars to output routine | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | commit e2767e6a4843e2f7200c001d46daca5545813149 | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge: 9c70b1b19c bbce7feaf6 | | | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | | | Date: Tue Sep 22 15:38:16 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | commit 9c70b1b19cd2ad26416f9693e0fb0cb3301dfa73 | | | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | | | Date: Tue Sep 22 15:36:49 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for external C Array arguments data pointer | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | commit f49a665badd321760ed270bf9823f5cd5e124c28 | | | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | | | Date: Mon Sep 21 15:53:41 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for start index for array creation in cpp template | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | commit a59dc08e1186b6bba1af1938abff06757e7504e2 | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge: dc45f54a70 b7dbd4a85c | | | | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | | | | Date: Mon Sep 21 13:12:26 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | commit dc45f54a705a6f61ad1b29a6bf6964c1a33c13db | | | | | | | | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | | | | | | | | Date: Mon Sep 21 13:12:13 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for createArray in cpp template | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | commit 83daf1ecba75bc9b9f5eac8cf32da68bd1b62fa8 | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / Author: RuedKamp | | |/| | | | | | | | | | | | | | | | | Date: Tue Oct 20 12:58:08 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -added FactoryExport for VxWorks | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | commit 8c2f3ec73382d68f95de2a52f7e48ceb8fbf0fe9 | | | | | | | | | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | | | | | | | | | Date: Tue Oct 20 11:03:50 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -removed klu includes | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | commit aa32aa85668519be1de611342b145276af368575 | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge: 1362549a78 6544142fac | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / Author: RuedKamp | | | |/| | | | | | | | | | | | | | | | Date: Tue Oct 20 10:39:00 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | commit 6544142fac5ef543a40626b6dc9138c64d2bfe4a | | | | | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | | | | | Date: Tue Oct 20 08:46:03 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix StaticOMCFactory after previous commit | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | commit e7c2e15d60350471e7de62af904090117d21a310 | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / Author: Rüdiger Franke | | | |/| | | | | | | | | | | | | | | Date: Tue Oct 20 08:30:04 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | separate out static solver factories (#3522) | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables FMI export without having to link the whole runtime. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | commit a6932e46ddd6e075aa15ac49186aa3518801ea68 | | | | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | | | | Date: Mon Oct 19 18:37:47 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove remaining use of boost::multi_array (#3522) | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | commit 96a1c7828d444ced575ad57198a12548dc1ab020 | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / Author: Per Östlund | | | |/| | | | | | | | | | | | | | Date: Mon Oct 19 11:29:41 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inst of Annex60 (and maybe Buildings). | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Type convert record values when when evaluating modifier values, | | | | | | | | | | | | | | | | | | to make sure they are of the correct types. | | | | | | | | | | | | | | | | | | - Better check for duplicate modifiers, | | | | | | | | | | | | | | | | | | gets rid of some "duplicate modifier" errors. | | | | | | | | | | | | | | | | | | - Better merging of record modifiers, | | | | | | | | | | | | | | | | | | gets rid of even more "duplicate modifier" errors. | | | | | | | | | | | | | | | | | | - Some cleanup. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | | | | | | | | | | | | | M Compiler/Util/Error.mo | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | commit 1362549a7828286030395e666feacaf6bd4ead16 | | |\| | | | | | | | | | | | | | | Merge: 7bd5b8cde0 137767a3d3 | | | | | | | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | | | | | | | Date: Mon Oct 19 17:45:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | commit 137767a3d3ddf607ef7edb3ee692977c49176d15 | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / Author: vwaurich | | | |/| | | | | | | | | | | | | Date: Mon Oct 19 15:19:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - restructured and extended graph dump of bipartite graphs | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | | | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | | | | | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | | | | | | | | | | | | M Compiler/Util/Util.mo | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | commit 7bd5b8cde05545fcd5748a66d1394778d5d6b3c5 | | | | | | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | | | | | | Date: Mon Oct 19 16:20:24 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -added Broyden's method | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Include/Solver/Broyden/Broyden.h | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Include/Solver/Broyden/BroydenSettings.h | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Include/Solver/Broyden/FactoryExport.h | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | commit 11d211cc7157245de4380064d7cb6ddd4802fcdd | | | | | | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | | | | | | Date: Mon Oct 19 16:19:38 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -added Broyden's method | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Solver/Broyden/Broyden.cpp | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Solver/Broyden/BroydenSettings.cpp | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Solver/Broyden/FactoryExport.cpp | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | commit 8ee84dfcf51a6d29203e298dfff090007f09ddf2 | | |\| | | | | | | | | | | | | | Merge: 1ebf92014f 0c1e4fb1d3 | | | | | | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | | | | | | Date: Mon Oct 19 15:42:10 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | | | | | | | | | | | | SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | commit 0c1e4fb1d34ed6af058bcdc741d1af2b4985edf0 | | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | | Date: Mon Oct 19 08:36:23 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extend FMI2 Cpp interface with clock interval | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for the first tick in FMUs with inferred sample time. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | commit 9c388fa76a18f658e566f17dbe2798e5b153ec96 | | | | |_|_|_|_|_|_|_|_|_|_|_|/ Author: Rüdiger Franke | | | |/| | | | | | | | | | | | Date: Mon Oct 19 08:04:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert Cpp Newton solver to version f23c4961 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was the last version before the introduction of the Broyden method. | | | | | | | | | | | | | | | | The basic Newton method turned out to work more reliably. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit 8505a24a19cb5d86b4a7c90c5478f5a46f87122b | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | Date: Sat Oct 17 12:20:06 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix getClockInterval for integer clocks | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit f62e535c5b90d999fec3e039bf5494d613022103 | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | Date: Sat Oct 17 11:18:06 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove $PRE replacements that don't apply | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit b1f63b615d633c2896b34d33d8fb65340efb16dd | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | Date: Sat Oct 17 10:25:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use nice names for $PRE and $CLKPRE in C and Cpp runtimes | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit 463e40ecb005f7f2f382ea837541b0c97ebe5d2f | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | Date: Fri Oct 16 22:54:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change order of clocked variable attributes | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit b71ca8a52475be9523acbf43d684fd545f5201b4 | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | Date: Fri Oct 16 22:36:08 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mark clocked variables discrete | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also adapt ordering of call args to commonly used style | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit f1a843359c5de549aec16032719acf710b87ea1d | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | Date: Fri Oct 16 21:50:56 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make clockIndex optional instead of 0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit 4002cbdf53278d265e7c1eb4c5b39ff6928fa3d5 | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | Date: Fri Oct 16 21:03:28 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace $PRE and $CLKPRE with nicer names (cf. $DER) | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit fc6c659c83b801f2cdfadbfe3e07707daf9a06f2 | | | | | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | | | | | Date: Fri Oct 16 20:33:12 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove obsolete workaround | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | commit fbb8233806aaf3577c9993b93a502e3d947c148d | | | | |_|_|_|_|_|_|_|_|_|_|/ Author: Rüdiger Franke | | | |/| | | | | | | | | | | Date: Fri Oct 16 08:58:11 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | populate clockIndex to FMI 2 modelDescription.xml | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | commit 3a9e48eeb1b041b5b71569a2231c88c47b7f0dc2 | | | | |_|_|_|_|_|_|_|_|_|/ Author: Lennart Ochel | | | |/| | | | | | | | | | Date: Thu Oct 15 12:31:29 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for interval operator to c runtime | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket 3513 | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 8cbbb37941271b1d1b677658b79ecefebfb647dd | | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | | Date: Wed Oct 14 23:22:25 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove outdated QSS implementation | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refers to +simCodeTarget=QSS | | | | | | | | | | | | | | | | | | | | | | | | | | | | D Compiler/BackEnd/BackendQSS.mo | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | | | | | | | | D Compiler/Template/CodegenQSS.tpl | | | | | | | | | | | | | | M Compiler/Template/Makefile.common | | | | | | | | | | | | | | D Compiler/Template/SimCodeQSSTV.mo | | | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | | | | | | | D SimulationRuntime/qss/cross_detector.cpp | | | | | | | | | | | | | | D SimulationRuntime/qss/cross_detector.h | | | | | | | | | | | | | | D SimulationRuntime/qss/integrator.cpp | | | | | | | | | | | | | | D SimulationRuntime/qss/integrator.h | | | | | | | | | | | | | | D SimulationRuntime/qss/qss_signal.cpp | | | | | | | | | | | | | | D SimulationRuntime/qss/qss_signal.h | | | | | | | | | | | | | | D SimulationRuntime/qss/runtime.h | | | | | | | | | | | | | | D SimulationRuntime/qss/sampler.cpp | | | | | | | | | | | | | | D SimulationRuntime/qss/sampler.h | | | | | | | | | | | | | | D SimulationRuntime/qss/simulator.h | | | | | | | | | | | | | | D SimulationRuntime/qss/solver_qss.cpp | | | | | | | | | | | | | | D SimulationRuntime/qss/solver_qss.h | | | | | | | | | | | | | | D SimulationRuntime/qss/static_function.cpp | | | | | | | | | | | | | | D SimulationRuntime/qss/static_function.h | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit e1a4c64d5b61d139342dbf8b08c65a0a96dfb4e3 | | | | | | | | | | | | | | Author: Per Östlund | | | | | | | | | | | | | | Date: Thu Oct 15 15:42:35 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for attribute propagation with redeclares. | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Treat (redeclare Real3 x) with type Real3 = Real[3] the same as | | | | | | | | | | | | | | (redeclare Real x[3]). | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit f9ed55d4bf7c941bbe5622f6e03ad20c44e753dd | | | | |_|_|_|_|_|_|_|_|/ Author: Marcus Walther | | | |/| | | | | | | | | Date: Thu Oct 15 14:55:05 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - added some more array operations to c++ runtime | | | | | | | | | | | | | - fixed some issues with array slices | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | | | | | | | | | | | | * | | | | | | | | | commit f34585c80e37a1ecdac313d9589383168c3697fd | | | | |_|_|_|_|_|_|_|/ Author: Rüdiger Franke | | | |/| | | | | | | | Date: Thu Oct 15 08:32:38 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | getClockInterval returns 0.0 instead of 1.0 if unknown | | | | | | | | | | | | | | | | | | | | | | | | This shall enable the caller to detect an unknown interval. | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | | * | | | | | | | | commit ef387e7ebc40f7902fd03b5f0aa438034c711747 | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | Date: Thu Oct 15 07:33:33 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | use implementation of SES_IFEQUATION from C for Cpp | | | | | | | | | | | | | | | | | | | | | | | | See: | | | | | | | | | | | | Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | * | | | | | | | | commit 51ba47061f5c164b208c7c55cc6a7fa5ae960b9f | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | Date: Wed Oct 14 21:55:52 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | add basic clocks to FMI modelDescription.xml | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMU2.tpl | | | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | | | | | | | * | | | | | | | | commit 994c93384903ba9ca842daf843c29b99a1dd6bc4 | | | |\ \ \ \ \ \ \ \ \ Merge: 17c6d82421 96486005e5 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Wed Oct 14 21:39:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'fbergero/fmu-experimental' into merge-fmu-experimental | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | | | Compiler/Util/Flags.mo | | | | | | | | | | | | | | | | | * | | | | | | | | commit 96486005e50a804ff93a22d7c4bd01db07e4116f | | | | |\ \ \ \ \ \ \ \ \ Merge: e88115af61 1eff681c37 | | | | | | | | | | | | | | Author: fbergero | | | | | | | | | | | | | | Date: Tue Oct 13 13:18:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge with master | | | | | | | | | | | | | | | | | | | * | | | | | | | | commit 1eff681c37c3dcf51fa910d5a0209127f1805a3f | | | | | |\ \ \ \ \ \ \ \ \ Merge: 1363820ead 93652648e7 | | | | | | | | | | | | | | | Author: Federico Bergero | | | | | | | | | | | | | | | Date: Tue Oct 13 10:57:07 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1 from OpenModelica/master | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebasing | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit e88115af61f38eb29b2bcf45ad4ceacf0f04906f | | | | | | | | | | | | | | | Author: fbergero | | | | | | | | | | | | | | | Date: Mon Oct 12 10:38:40 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding dependencies for NL System RHS | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 886ec2b17657bb9a0b64f88497865ca6648fcc77 | | | | | | | | | | | | | | | Author: fbergero | | | | | | | | | | | | | | | Date: Fri Oct 9 17:04:43 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introducing the GetSpecificDerivatives in the FMU and the corresponding debug flag | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMU2.tpl | | | | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | | | | | M SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h | | | | | | | | | | | | | | | M SimulationRuntime/fmi/export/fmi2/fmi2Functions.h | | | | | | | | | | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit b570c96de5fcc1a9b6c14634d4dab5b431439c14 | | | | | | | | | | | | | | | Author: fbergero | | | | | | | | | | | | | | | Date: Fri Oct 9 14:52:16 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Making the function TR | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 7212ce4b96831eba35f7d5201a5f714596db3cc7 | | | | | | | | | | | | | | | Author: fbergero | | | | | | | | | | | | | | | Date: Fri Oct 9 13:00:15 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving FMU Experimental outside QSS and into SimCodeUtil | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 175945493e9b53a9c32d324742a991a88180e66c | | | | |/ / / / / / / / / / Author: fbergero | | | | | | | | | | | | | | Date: Thu Oct 8 16:23:33 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | First working version of the FMU extension | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | | | | | | | M Compiler/Template/CodegenFMU2.tpl | | | | | | | | | | | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | | | | | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 17c6d82421d0dd3225ef03b0e3a08f1000ef47b5 | | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | | Date: Wed Oct 14 17:25:52 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some typos (#236) | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 1e22e09652a02c809ea96a621c90fa039e817404 | | | | | | | | | | | | | | Author: Per Östlund | | | | | | | | | | | | | | Date: Wed Oct 14 17:07:34 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new flag --useLocalDirection. | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Used to revert back to the old behaviour of not stripping input/output | | | | | | | | | | | | | | from non-toplevel variables. | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 91f79f8b5d7643252e922a75385383ff643af833 | | | | | | | | | | | | | | Author: Willi Braun | | | | | | | | | | | | | | Date: Mon Oct 12 19:20:38 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | added debug flags for differentation | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 22a42a4b21e6863b2f779fa215479bdd3645fb4b | | | | |_|_|_|_|_|_|_|_|/ Author: mahge | | | |/| | | | | | | | | Date: Wed Oct 14 16:12:59 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | + Fix #2933. Fix type informations for nested array reductions | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | | | | | | | * | | | | | | | | | commit db371fa848c28d5a36b8f3d64200db32ade4faac | | | | | | | | | | | | | Author: Willi Braun | | | | | | | | | | | | | Date: Wed Oct 14 11:49:57 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - use functionTree from initDAE further for simDAE | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit cde0a70f1ce0dfa0c009dfce040be730e8ea1e12 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Wed Oct 14 11:40:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Try to fix floating point exception | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid division by zero for simplifyRat(0/a, 0/b) | | | | | | | | | | | | | divRat2Rat(0/a, 0/b) -> 0/1 | | | | | | | | | | | | | Fix Modelica_Synchronous.WorkInProgress.Tests.TestRealSampler | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/synchronous.c | | | | | | | | | | | | | M SimulationRuntime/c/util/rational.c | | | | | | | | | | | | | | | | * | | | | | | | | | commit ad77454e23b7974fff9963cd27f4a3d4c165f2be | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Tue Oct 13 17:12:35 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Revised substitutePartitionOpExps and substClock | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 46923d2154852f0d3b7dbd8ebbf95498021a46b1 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Tue Oct 13 17:03:25 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Revised function substituteParitionOpExps | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 0d1a7a82fea53b5a1a98dde4d29a11dcd5e41c19 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Tue Oct 13 16:41:08 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up SynchronousFeatures.mo | | | | | | | | | | | | | | | | | | | | | | | | | | Removed obsolete functions | | | | | | | | | | | | | Made some functions protected | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 244b2a2709344b2b09700d23f0615d846c17cd22 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Wed Oct 14 09:47:05 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Add more TRACE instructions | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | | | | | | | | | | | | * | | | | | | | | | commit 176b400700de623e1a3e5ecb60afda90e0ccfece | | | | |_|_|_|_|_|_|_|/ Author: Lennart Ochel | | | |/| | | | | | | | Date: Wed Oct 14 09:42:42 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Add missing TRACE instructions | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/synchronous.c | | | | | | | | | | | | | | | * | | | | | | | | commit 748021d468d44ee8680a8ed7b462b50010a0b1f3 | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | Date: Wed Oct 14 09:26:47 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Fix indentation | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | | | | | | | | | * | | | | | | | | commit b297e3a0e17eb79669728a5c2ca3fab8df7557e5 | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | Date: Wed Oct 14 07:51:25 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | cleanup creation of non-clocked variables | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | | * | | | | | | | | commit d404391e272cf6767d5751e767695470fa4c5872 | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | Date: Wed Oct 14 07:40:54 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | support clocked states of any base type | | | | | | | | | | | | | | | | | | | | | | | | This is achieved by creating clocked vars along with initial equations. | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | | * | | | | | | | | commit c7257cc6d78d788dc5586866101f9dec042fbb0e | | | | | | | | | | | | Author: adrpo | | | | | | | | | | | | Date: Wed Oct 14 00:05:36 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | more fixes to #3503, fix clock substitution | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 55125bf2ce033b5ef81e46d32bb42ce430c90d1e | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | Date: Tue Oct 13 22:03:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | implement interval operator in Cpp runtime | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | | | | | | | | | * | | | | | | | | commit c1357acebd31ba56e359671bff42d466747e16d8 | | | | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | | | | Date: Tue Oct 13 22:02:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | fix initialization of clocked variables (#3497) | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 3e6f284f652f710cf94cd45ca3d385886b73ed7c | | | | | | | | | | | | Author: adrpo | | | | | | | | | | | | Date: Tue Oct 13 18:20:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | fix more typos | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 8447b1bd0760e2cf05d8a6c083920d04422ee8ca | | | | |_|_|_|_|_|_|/ Author: vwaurich | | | |/| | | | | | | Date: Tue Oct 13 16:34:07 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - store crefs for protected variables in visual.xml | | | | | | | | | | | | | | | | | | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | | | | | | | * | | | | | | | commit 213ddae5550b44e71c28129e70e1860cc2258383 | | | | | | | | | | | Author: adrpo | | | | | | | | | | | Date: Tue Oct 13 15:23:21 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | fix typo in function names | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | | | | * | | | | | | | commit 9608520fd27647b8c45a55eb7960b6909fd09c4a | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | Date: Tue Oct 13 12:36:32 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Use module "Error" instead of print for errors | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | | | | | | | | | | * | | | | | | | commit cea00ab48fbcbfe2cfb21a6a7ad8e8896ab14d88 | | | | |/ / / / / / Author: Lennart Ochel | | | |/| | | | | | Date: Tue Oct 13 11:53:59 2015 +0200 | | | | | | | | | | | | | | | | | | | | Add more helpful error message | | | | | | | | | | | | | | | | | | | | for untreated assertions | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_omc_assert.c | | | | | | | | | | | | | * | | | | | | commit 93652648e7f48f1d27f33e74a71324780fc22b61 | | | | | | | | | | Author: adrpo | | | | | | | | | | Date: Tue Oct 13 09:42:43 2015 +0200 | | | | | | | | | | | | | | | | | | | | more fixes for #3503, handle shiftSample arguments better | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | | | | | * | | | | | | commit ae1a72c736674ec06294cae95ae6665079ee5613 | | | | | | | | | | Author: adrpo | | | | | | | | | | Date: Tue Oct 13 08:15:34 2015 +0200 | | | | | | | | | | | | | | | | | | | | more fixes for #3503 | | | | | | | | | | - fix subSample, superSample argument checking | | | | | | | | | | - fix to allow Clock to be used as a connector | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | | | | | * | | | | | | commit e78c79d901650bbf69a7271c6ecb9f4c7b4c797f | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | Date: Mon Oct 12 19:58:07 2015 +0200 | | | | | | | | | | | | | | | | | | | | Use constant emptyInputData | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | | | | | * | | | | | | commit 0b7d5fb789be9dcd29e5d987706701c2b0f5ae31 | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | Date: Wed Oct 7 09:55:29 2015 +0200 | | | | | | | | | | | | | | | | | | | | Simplified record DIFFINPUTDATA | | | | | | | | | | | | | | | | | | | | Removed option type to avoid redundant values (NONE() and SOME({})) | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | | | | | * | | | | | | commit 7e6ad026afe6d1da76eb4648db4783eb67a06b26 | | | | | | | | | | Author: Willi Braun | | | | | | | | | | Date: Mon Oct 12 19:34:32 2015 +0200 | | | | | | | | | | | | | | | | | | | | - fix diffInputData for zero differentiation | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | | | | | * | | | | | | commit 9079fd27f1edccf2065083020f13cc616f3f5012 | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | Date: Mon Oct 12 10:04:23 2015 +0200 | | | | | | | | | | | | | | | | | | | | Add missing brackets to cast expressions | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | | | | * | | | | | | commit 2f0f007dbb83c9eafb0b39d0d38ab924765c122b | | | | | | | | | | Author: mahge | | | | | | | | | | Date: Mon Oct 12 17:20:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | - parenthesize expression is div() | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | | | | * | | | | | | commit bfa33db853ed8372d5622921d3e70bd42dd66179 | | | | | | | | | | Author: gossen | | | | | | | | | | Date: Mon Oct 12 13:30:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | In Lookup.lookupConnectorVar get inner/outer prefix for first ident | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | | | | | | * | | | | | | commit 9ef520ebd1906ae5808aee9c6a511430de7c02b2 | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | Date: Mon Oct 12 12:12:22 2015 +0200 | | | | | | | | | | | | | | | | | | | | Fixed module simplifyComplexFunction | | | | | | | | | | | | | | | | | | | | Avoid conflict due to variables with identical names and different | | | | | | | | | | types generated for initialization and simulation system (#122). | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | | | * | | | | | | commit e02e8c96bff994d38ada7f1627f4a367630fc4c7 | | | | | | | | | | Author: gossen | | | | | | | | | | Date: Mon Oct 12 11:52:40 2015 +0200 | | | | | | | | | | | | | | | | | | | | Use ConnectUtil.componentFaceType function for detecting top level variables | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | | | | | | | * | | | | | | commit c43ea9289ad9f746586627e824ad1f6c11d7596c | | | | | | | | | | Author: gossen | | | | | | | | | | Date: Tue Sep 29 19:20:36 2015 +0300 | | | | | | | | | | | | | | | | | | | | Replace recursive call to CheckModel.countVarEqnSize function with List utility function | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | | | | | | | | | * | | | | | | commit c5ce437f2bca9d2ae01dfe3da731770de6fefdd2 | | | | | | | | | | Author: adrpo | | | | | | | | | | Date: Mon Oct 12 11:20:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | fix for #3503, prefix clocks | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | | | | | | | | | * | | | | | | commit 0610df2e21f270aaea8be2379749f7a834aaa21a | | | | |_|_|_|_|/ Author: adrpo | | | |/| | | | | Date: Mon Oct 12 10:38:16 2015 +0200 | | | | | | | | | | | | | | | | | | add the new files to the msvc cmake files | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | | | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | | | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | | | | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | | | | | | | | * | | | | | commit fb0df3440c2b58371ffe28d33958cd8f25eb50d2 | | | | | | | | | Author: adrpo | | | | | | | | | Date: Sun Oct 11 02:47:03 2015 +0200 | | | | | | | | | | | | | | | | | | fix windows build and source fmu test on gcc | | | | | | | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | | | | | | | | * | | | | | commit fb7644bdf6e79bb0fae5e59581534e57f1974fa9 | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | Date: Sat Oct 10 22:41:04 2015 +0200 | | | | | | | | | | | | | | | | | | attempt to fix #3502 | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | * | | | | | commit 5dfc9cded4165e13fa9dca943e8be6324a0fcfd5 | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | Date: Sat Oct 10 19:58:46 2015 +0200 | | | | | | | | | | | | | | | | | | Abstract naming of previous variables | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | * | | | | | commit 794b44452e4d708e8c022428fd75a6627c24ff10 | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | Date: Sat Oct 10 19:14:04 2015 +0200 | | | | | | | | | | | | | | | | | | adapt whitespaces to existing tests | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | | | | * | | | | | commit b0d49ab81953fd5604b043bd2b635a8ec0df39e7 | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | Date: Sat Oct 10 18:52:11 2015 +0200 | | | | | | | | | | | | | | | | | | Extend FMI2 export with DiscreteState | | | | | | | | | | | | | | | | | | So far clocked Modelica states are exported as discrete FMU states. | | | | | | | | | Strict FMI 2.0 ompatibility is maintained for models without | | | | | | | | | synchronous features; no DiscreteState appears in this case. | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | M Compiler/Template/CodegenFMU1.tpl | | | | | | | | | M Compiler/Template/CodegenFMU2.tpl | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | * | | | | | commit 0a6d92e255ea250fab19bafdfa3c6ef942171b64 | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | Date: Sat Oct 10 18:46:47 2015 +0200 | | | | | | | | | | | | | | | | | | Introduce clocked state variables | | | | | | | | | | | | | | | | | | See ModelicaSpec33, section 16.4 Discrete States. | | | | | | | | | The actual variable is declared as CLOCKED_STATE. It contains | | | | | | | | | a component ref to previousName (cf. STATE containing derName). | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | * | | | | | commit e28a98faa7c4d4a651d808ad20d8a4a41dee2f7b | | | | | | | | | Author: adrpo | | | | | | | | | Date: Sat Oct 10 17:38:06 2015 +0200 | | | | | | | | | | | | | | | | | | update 3rdParty | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | | * | | | | | commit 23515467b30aa768b92099a223ee1707cfb4dfc8 | | | | | | | | | Author: adrpo | | | | | | | | | Date: Sat Oct 10 17:05:42 2015 +0200 | | | | | | | | | | | | | | | | | | fix windows build | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/Makefile.common | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | | | | | | | | | | * | | | | | commit 5a5e52f3f4069a4858cb9b3ee1e79188b8ac2fc9 | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | Date: Fri Oct 9 18:51:39 2015 +0200 | | | | | | | | | | | | | | | | | | Cpp update for initialization of clocked variables (#3497) | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | | | | | | * | | | | | commit 9e5b3b0d652143f577b3025b67c6db6138c2f01f | | | | | | | | | Author: Rüdiger Franke | | | | | | | | | Date: Fri Oct 9 18:49:38 2015 +0200 | | | | | | | | | | | | | | | | | | distinguish clocked variables during initialization (#3497) | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | * | | | | | commit fae5a0ac1ecb286d540d67bf2b57ad4b4c8fb5c6 | | | |\ \ \ \ \ \ Merge: 4b5a985594 2f9f8a7324 | | | | | | | | | | Author: Adrian Pop | | | | | | | | | | Date: Fri Oct 9 13:26:38 2015 +0200 | | | | | | | | | | | | | | | | | | | | Merge pull request #229 from lochel/PlanarMechanics | | | | | | | | | | | | | | | | | | | | Fix broken PlanarMechanics examples | | | | | | | | | | | | | | * | | | | | commit 2f9f8a732424471fb7c747d1aa3b799d627cb91f | | | |/ / / / / / Author: Lennart Ochel | | | | | | | | | Date: Fri Oct 9 12:48:19 2015 +0200 | | | | | | | | | | | | | | | | | | Fix missing brackets for rhs of division | | | | | | | | | | | | | | | | | | in trunc argument | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | | | * | | | | | commit 4b5a985594adc21a845e99b6cd2ce635880bc2b8 | | | | | | | | | Author: Lennart Ochel | | | | | | | | | Date: Fri Oct 9 11:03:22 2015 +0200 | | | | | | | | | | | | | | | | | | Remove useless line of code | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | | | | | | | | * | | | | | commit 74bab6970400b40b4bac336c4213d7feea6417a0 | | | | | | | | | Author: Lennart Ochel | | | | | | | | | Date: Fri Oct 9 10:40:25 2015 +0200 | | | | | | | | | | | | | | | | | | Fix dump of sparsity information | | | | | | | | | | | | | | | | | | (ticket 3501) | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | | | | | | | | * | | | | | commit 8734a496e5674970abf81a2be2c8d82e5e316612 | | | |/ / / / / Author: vwaurich | | | | | | | | Date: Thu Oct 8 14:04:53 2015 +0200 | | | | | | | | | | | | | | | | - rewritten ResolveLoops.partitionBipartiteGraph | | | | | | | | | | | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | | | | | | * | | | | commit 1363820ead37126e5af9f0c98b8db79a356f649e | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Thu Oct 8 13:27:04 2015 +0200 | | | | | | | | | | | | | | | | Try to fix #3482/#3498 | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | * | | | | commit 10f5341502434d11e575eaf49a3d566af43c3193 | | | | | | | | Author: Per Östlund | | | | | | | | Date: Thu Oct 8 12:30:57 2015 +0200 | | | | | | | | | | | | | | | | Fix for #3479. | | | | | | | | | | | | | | | | - Ceval DAE.EMPTY to Values.EMPTY, to handle partial record bindings | | | | | | | | better. | | | | | | | | - Removed Types.flattenArrayType to avoid accidental conversion of | | | | | | | | DAE.Dimension to integer, and renamed flattenArrayTypeOpt to | | | | | | | | flattenArrayType. | | | | | | | | - Use the type of the expression in Mod.lookupComplexCompModification, | | | | | | | | not the type of the variable (might be different due to implicit | | | | | | | | type conversion). | | | | | | | | - Use the evaluated value in Ceval.cevalCrefBinding for all types of | | | | | | | | variables, not only variables and parameters, to avoid reevaluation | | | | | | | | (that might fail) of constant binding. | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | * | | | | commit 2ed993a62a3d6d089a36e7247e7c1f38517bea8b | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Wed Oct 7 07:56:22 2015 +0200 | | | | | | | | | | | | | | | | Allow generation of source-code FMUs | | | | | | | | | | | | | | | | All generated (modelica-exchange) FMUs now include the source code of | | | | | | | | the runtime, so that it is possible to compile an (almost) static | | | | | | | | FMU. | | | | | | | | | | | | | | | | By default, the runtime is still linked to the generated FMU, but | | | | | | | | this can be changed by using -d=buildStaticSourceFMU. | | | | | | | | | | | | | | | | The makefiles for the FMUs have been changed, such that we first | | | | | | | | generate a source-code FMU, copying in all the files. Then a second | | | | | | | | Makefile is used to compile the binary. Both make commands are | | | | | | | | executed by default for translateModelFMU, but this API function will | | | | | | | | only generate pure source-code FMUs in the future (buildModelFMU will | | | | | | | | also compile the FMU, and there should be an API to compile | | | | | | | | additional targets for an existing FMU). | | | | | | | | | | | | | | | | FMUs no longer use garbage collection by default since some | | | | | | | | simulators used libgc, and it just caused all sorts of headaches. | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | M Compiler/Util/System.mo | | | | | | | | M Compiler/runtime/System_omc.c | | | | | | | | M Compiler/runtime/config.unix.h.in | | | | | | | | M Compiler/runtime/omc_config.h | | | | | | | | M SimulationRuntime/c/Makefile.common | | | | | | | | M SimulationRuntime/c/Makefile.in | | | | | | | | M SimulationRuntime/c/Makefile.objs | | | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | | | | A SimulationRuntime/c/meta/meta_modelica_data.h | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | | | | | | M SimulationRuntime/c/openmodelica.h | | | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.h | | | | | | | | A SimulationRuntime/c/simulation/simulation_omc_assert.c | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | | | | M SimulationRuntime/c/simulation/solver/events.h | | | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | | | | A SimulationRuntime/c/simulation/solver/sample.c | | | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | | M SimulationRuntime/c/simulation/solver/synchronous.c | | | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | | M SimulationRuntime/c/util/memory_pool.c | | | | | | | | R100 SimulationRuntime/c/meta/meta_modelica_gen_string_lit.sh SimulationRuntime/c/util/modelica_gen_string_lit.sh | | | | | | | | M SimulationRuntime/c/util/modelica_string.c | | | | | | | | M SimulationRuntime/c/util/modelica_string.h | | | | | | | | R099 SimulationRuntime/c/meta/meta_modelica_string_lit.c SimulationRuntime/c/util/modelica_string_lit.c | | | | | | | | R100 SimulationRuntime/c/meta/meta_modelica_string_lit.h SimulationRuntime/c/util/modelica_string_lit.h | | | | | | | | A SimulationRuntime/c/util/omc_init.c | | | | | | | | A SimulationRuntime/c/util/omc_init.h | | | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | | | | M SimulationRuntime/c/util/string_array.c | | | | | | | | M SimulationRuntime/c/util/utility.c | | | | | | | | M SimulationRuntime/c/util/utility.h | | | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | | M configure.ac | | | | | | | | | | | * | | | | commit 4cdc91bcf835921a2d340d221935a0ddae252d41 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Wed Oct 7 09:36:29 2015 +0200 | | | | | | | | | | | | | | | | Improved some error messages | | | | | | | | | | | | | | | | * Error.NON_EXISTING_DERIVATIVE | | | | | | | | * ExpressionSolve | | | | | | | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | M Compiler/Util/Error.mo | | | | | | | | | | | * | | | | commit 7bf48ba72db0020c903272f683733983348e7ccb | | | | | | | | Author: mflehmig | | | | | | | | Date: Tue Oct 6 14:26:45 2015 +0200 | | | | | | | | | | | | | | | | - Added some german translations of error and warning messages. | | | | | | | | - Small cleanup in flag description. | | | | | | | | | | | | | | | | M Compiler/Translation/de.po | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | * | | | | commit 62eff23216b6ccfefa93b931acdf372f57afc7a9 | | | | | | | | Author: adrpo | | | | | | | | Date: Tue Oct 6 00:31:10 2015 +0200 | | | | | | | | | | | | | | | | update 3rdParty submodule | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | * | | | | commit 4dfa16d8bb17be3b66574537e15cfd63eac48e61 | | | | | | | | Author: adrpo | | | | | | | | Date: Tue Oct 6 00:09:40 2015 +0200 | | | | | | | | | | | | | | | | remove tabs | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | | | | | | | * | | | | commit 09dea2614281305489b4f06d5dbc1cd7b8ab1a95 | | | | | | | | Author: adrpo | | | | | | | | Date: Tue Oct 6 00:07:37 2015 +0200 | | | | | | | | | | | | | | | | fix msvc build, ansi C and cmake files | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | | | | | | | * | | | | commit eda1836bf691a36828c6b85b244ce2abddc04a61 | | | | | | | | Author: Rüdiger Franke | | | | | | | | Date: Mon Oct 5 20:37:03 2015 +0200 | | | | | | | | | | | | | | | | implement clocks in Cpp FMI2 interface | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | | | | | * | | | | commit b021f4a3dd73b7062b0d19a7ce320f5ec606c2fa | | | | | | | | Author: Rüdiger Franke | | | | | | | | Date: Mon Oct 5 20:34:34 2015 +0200 | | | | | | | | | | | | | | | | add clock accessors to Cpp model | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | | | | | * | | | | commit 92cf27fa43553f78d13efd3b9b2751a3999365f5 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Mon Oct 5 19:13:24 2015 +0200 | | | | | | | | | | | | | | | | Update ModelicaExternalC for Noise library | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | * | | | | commit 8ed87db68994953413d38c6497f18f053016a318 | | | | | | | | Author: adrpo | | | | | | | | Date: Mon Oct 5 17:30:28 2015 +0200 | | | | | | | | | | | | | | | | fix gcc build | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | | | | | | | * | | | | commit 29aa22f276314aaec9c3e675a6ac3fd292148582 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Mon Oct 5 16:29:44 2015 +0200 | | | | | | | | | | | | | | | | Removed unused variable | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | * | | | | commit 2602d04a9601b75d06ee22df3efe675ac780c9d9 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Mon Oct 5 14:30:58 2015 +0200 | | | | | | | | | | | | | | | | Speed up initialization | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | * | | | | commit 75feda9cf76eb8342594b8d98bfee7c002f26bef | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Mon Oct 5 15:53:12 2015 +0200 | | | | | | | | | | | | | | | | Change simulation_input_xml from C++ to pure C | | | | | | | | | | | | | | | | M SimulationRuntime/c/Makefile.objs | | | | | | | | R079 SimulationRuntime/c/simulation/simulation_input_xml.cpp SimulationRuntime/c/simulation/simulation_input_xml.c | | | | | | | | | | | * | | | | commit 672f53e0577b2ddc0fe657ffbf6edf05706b6305 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Mon Oct 5 12:46:35 2015 +0200 | | | | | | | | | | | | | | | | Remove one more C++ hashmap | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | | | * | | | | commit ca9109b874a592058150515b6e906fd7a39ab0c8 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Mon Oct 5 11:26:19 2015 +0200 | | | | | | | | | | | | | | | | Keep also removed equations of empty eq systems | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | * | | | | commit 7c88a18b3c3828e574baac3dbe9576467e6d3d53 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Sat Oct 3 08:54:37 2015 +0200 | | | | | | | | | | | | | | | | Revised implementation of analyzeInitialSystem | | | | | | | | | | | | | | | | * Removed unnecessary matchcontinue statement | | | | | | | | * Added new flag +maxMixedDeterminedIndex | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | * | | | | commit a030088e5673275801e0fc36b11380944f289f51 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Mon Oct 5 10:03:42 2015 +0200 | | | | | | | | | | | | | | | | Change implementation to fread instead of getline | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | | | * | | | | commit f0f7bc97f5344d02106cabcdbd23881dd18ce95f | | | | | | | | Author: adrpo | | | | | | | | Date: Sat Oct 3 20:45:55 2015 +0200 | | | | | | | | | | | | | | | | fix msvc issue | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | | | * | | | | commit 1c35b32d5ae556d428ab912a92ad42757002d873 | | | | | | | | Author: adrpo | | | | | | | | Date: Sat Oct 3 05:16:39 2015 +0200 | | | | | | | | | | | | | | | | remove bad free | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | | | * | | | | commit 3ba85d73d6ad867d1a9132dc44b1da1efe8cdee3 | | | | | | | | Author: adrpo | | | | | | | | Date: Sat Oct 3 04:59:32 2015 +0200 | | | | | | | | | | | | | | | | remove tabs | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | | | * | | | | commit 6f05b75f4a06427ec3a722cc59424e8ef3008a7b | | | | | | | | Author: adrpo | | | | | | | | Date: Sat Oct 3 04:57:06 2015 +0200 | | | | | | | | | | | | | | | | attempt to fix the windows build | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | | | * | | | | commit 4a406ed4b6fa86275d14b05df3ad3a76497c0714 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Fri Oct 2 14:45:03 2015 +0200 | | | | | | | | | | | | | | | | Introduce uthash to the XML reader | | | | | | | | | | | | | | | | All hashmaps have not yet been replaced by uthash, but a few of them | | | | | | | | now use pure C-based hashmaps. | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | | | * | | | | commit 0283c7b7f5f8681cf013d9ec8039baa6a39f994f | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Fri Oct 2 11:43:29 2015 +0200 | | | | | | | | | | | | | | | | Removed some C++ features from the XML reader | | | | | | | | | | | | | | | | Reduced the amount of std::string. Removed function overloading | | | | | | | | and C++ file IO. This is in preparation of a pure C runtime system | | | | | | | | for source FMUs. | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | | | * | | | | commit 9e822e78cb642da78f5d38edba0a9256234777e3 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Fri Oct 2 11:15:37 2015 +0200 | | | | | | | | | | | | | | | | Decompose exectStat for initialization phase | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | * | | | | commit 42a54d3d13a8c589171c8c1b6847f2fa36c317ce | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Fri Oct 2 08:59:08 2015 +0200 | | | | | | | | | | | | | | | | - boost root is now only passed to cmake if it is set to something != "" | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | | | | | * | | | | commit 1aff8213a88c3247692ed60a932f458ad7533c8a | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Thu Oct 1 17:58:21 2015 +0200 | | | | | | | | | | | | | | | | Omit some unnecessary parenthesis | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | * | | | | commit 9913bac06b22c2d3aa87497a8023f3fe84dcd129 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Thu Oct 1 10:33:27 2015 +0200 | | | | | | | | | | | | | | | | Generate c code with less nested brackets | | | | | | | | | | | | | | | | Try to fix ticket 3478. | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | | * | | | | commit 482b658b2972af45928ff8fcb4209ec2f31204a5 | | | | | | | | Author: vwaurich | | | | | | | | Date: Thu Oct 1 17:05:38 2015 +0200 | | | | | | | | | | | | | | | | - remove invalid comment section | | | | | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | * | | | | commit 18a82cf047b2ee610449339017764c276410fe79 | | | | | | | | Author: vwaurich | | | | | | | | Date: Thu Oct 1 14:07:31 2015 +0200 | | | | | | | | | | | | | | | | - clean up vectorization for trunk | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | * | | | | commit 21d79d8f0d5629110cf215ae535fa34d83d8ddd3 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Thu Oct 1 15:51:17 2015 +0200 | | | | | | | | | | | | | | | | Fix logic error for SystemImpl__removeDirectory | | | | | | | | | | | | | | | | M Compiler/runtime/systemimpl.c | | | | | | | | | | | * | | | | commit 6f376720754bf278dfae4c73c9ebf17129eeba31 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Thu Oct 1 13:59:20 2015 +0200 | | | | | | | | | | | | | | | | - fix for GCC 5 | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | | | * | | | | commit f317b8bcce8d795a719665f60461beee115e58ce | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Thu Oct 1 10:19:22 2015 +0200 | | | | | | | | | | | | | | | | Update .gitignore file for java_interface | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | | * | | | | commit 79cd7cacde279107812814d33554a74f66dd089d | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Wed Sep 30 15:58:37 2015 +0200 | | | | | | | | | | | | | | | | - try to fix OSX Cpp-Runtime Job | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | | | | | | | * | | | | commit 5fd45cfe4c5b1a86a6e13c813dfc68923384d90d | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Wed Sep 30 13:48:59 2015 +0200 | | | | | | | | | | | | | | | | Deactivate module constantLinearSystem | | | | | | | | | | | | | | | | for initialization phase | | | | | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | * | | | | commit 5119eb72bdca70f3d7f2f1e8025851b7045229b1 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Wed Sep 30 13:44:45 2015 +0200 | | | | | | | | | | | | | | | | - try to fix OSX Cpp-Runtime Job | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | | | | | * | | | | commit 88785c86ede3dc1ea1b2150d2ef17c59001ec5a2 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Wed Sep 30 13:31:51 2015 +0200 | | | | | | | | | | | | | | | | Simplified implementation of execStat | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | | | | | | * | | | | commit 30fb32ef76f24835f0d6af4d89f8b2ed4ece09a0 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Wed Sep 30 12:05:12 2015 +0200 | | | | | | | | | | | | | | | | Reduce the number of dependencies in FMUs | | | | | | | | | | | | | | | | - Skipped including perform_simulation (normal and QSS) for ME FMUs | | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | | | | * | | | | commit bf00971054d19d11ecae7f19cc058602ae47c850 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Wed Sep 30 09:46:51 2015 +0200 | | | | | | | | | | | | | | | | Add mssing Jacobian types | | | | | | | | | | | | | | | | M Compiler/Template/GraphvizDumpTV.mo | | | | | | | | | | | * | | | | commit e5e550e4bff254e7cdb142b953d4f00d5cb73cfd | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Wed Sep 30 09:39:56 2015 +0200 | | | | | | | | | | | | | | | | Fixed definition of StrongComponent | | | | | | | | | | | | | | | | in GraphvizDumpTV.mo | | | | | | | | | | | | | | | | M Compiler/Template/GraphvizDumpTV.mo | | | | | | | | | | | * | | | | commit a378a1ab95079f6852e1d8822ccf5e78f96d34c9 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Wed Sep 30 08:15:10 2015 +0200 | | | | | | | | | | | | | | | | - try to fix OSX Cpp-Runtime Job | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | | | | | | | * | | | | commit bd69748132e49f8a638a736403929ced3f1c885a | | | |\ \ \ \ \ Merge: 87c24d8e81 ea9b035f5e | | | | | | | | | Author: adrpo | | | | | | | | | Date: Wed Sep 30 00:23:32 2015 +0200 | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | * | | | | commit ea9b035f5e940804d7a903db61aa329b18968acc | | | | | | | | | Author: RuedKamp | | | | | | | | | Date: Tue Sep 29 15:56:42 2015 +0200 | | | | | | | | | | | | | | | | | | -added initialization of pointers | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | | | | | * | | | | commit d353fa6f232542e33455b81967379bdd0de2f974 | | | | | | | | | Author: RuedKamp | | | | | | | | | Date: Wed Sep 23 14:02:49 2015 +0200 | | | | | | | | | | | | | | | | | | -changed cycletime for vxworks | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | * | | | | | commit 87c24d8e812a142bda3cfa36728a9dffb785452b | | | |/ / / / / Author: adrpo | | | | | | | | Date: Wed Sep 30 00:21:47 2015 +0200 | | | | | | | | | | | | | | | | update the relative path to Compiler directory | | | | | | | | | | | | | | | | M SimulationRuntime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java | | | | | | | | | | * | | | | | commit 1ebf92014f31bb34ebee3967d797971acc8bb6e3 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 13:34:13 2015 +0200 | | | | | | | | | | | | | | | | -fixed typo | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | | | | | | | | * | | | | | commit 08df195dc9bd35cc0dec69a1abd9dab77be5be6a | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 11:45:42 2015 +0200 | | | | | | | | | | | | | | | | -fixed typo | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | | * | | | | | commit c12fd20b25f8db7ba7698215b01c274581a1fb54 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 11:44:20 2015 +0200 | | | | | | | | | | | | | | | | -fixed typo | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | | | | | | * | | | | | commit a1cfadd5d72e00da8e165a494f0b96e7237d8ce3 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 11:12:12 2015 +0200 | | | | | | | | | | | | | | | | -some changes for vxworks | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | | | | | commit 085c2c7dcf485e4b607d95692659e5b8f4e671d1 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:56:45 2015 +0200 | | | | | | | | | | | | | | | | -added Broyden | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | | | | | | | | * | | | | | commit a027236a2f1cae60dda088feb26d064251cbf86e | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:56:32 2015 +0200 | | | | | | | | | | | | | | | | -added Broyden | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | | * | | | | | commit 31050196e3b41ef2844e781ff90ff2de1c565819 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:55:39 2015 +0200 | | | | | | | | | | | | | | | | -added Broyden method | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | | | | | * | | | | | commit 948a483cc970185277a0ca857acf9c918d85a679 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:55:02 2015 +0200 | | | | | | | | | | | | | | | | -reverted original newton method | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | | * | | | | | commit d17b30006a67954cfba70956b0bff87f5d050348 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:54:29 2015 +0200 | | | | | | | | | | | | | | | | -removed klu | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | | | | | | * | | | | | commit 3a9ccebcb035bacc8639c748daaee13e4d127876 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:44:07 2015 +0200 | | | | | | | | | | | | | | | | -reverted | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | | | | | * | | | | | commit 3ad22ddf8533ee64a52f4ceaa6bf5be532d2e23a | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:39:34 2015 +0200 | | | | | | | | | | | | | | | | -actually nothing changed | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | | | | | | * | | | | | commit e64c91371f1bd36c933c255a1b58d90af2ff8029 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:36:46 2015 +0200 | | | | | | | | | | | | | | | | -added broyden solver | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | | | | | * | | | | | commit 22f67d2a027da113ab6ef228871551c39434c27e | | | | | | | | Author: RuedKamp | | | | | | | | Date: Mon Oct 19 10:31:40 2015 +0200 | | | | | | | | | | | | | | | | -added using boost::dynamic_pointer_cast; | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | * | | | | | commit a5e1cee0cb5a3aefc87a9b23f0ce636cdbd4d37c | | |\| | | | | Merge: 5d714dc32d 9e3866dd1b | | | | | | | | Author: RuedKamp | | | | | | | | Date: Tue Sep 29 15:32:49 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | * | | | | commit 9e3866dd1be3943acefb719356f0f4e13eb80f69 | | | | | | | | Author: adrpo | | | | | | | | Date: Tue Sep 29 15:16:34 2015 +0200 | | | | | | | | | | | | | | | | fix windows build | | | | | | | | | | | | | | | | M SimulationRuntime/java_interface/Makefile.omdev.mingw | | | | | | | | | | * | | | | | commit 5d714dc32d578b0665ad0991c1f808ee4dfcb9ff | | |\| | | | | Merge: c181c4a78e ed9ce6f734 | | | | | | | | Author: RuedKamp | | | | | | | | Date: Tue Sep 29 14:40:17 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | * | | | | commit ed9ce6f73454e966689c2fc2bc8e4eec74d279e5 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Tue Sep 29 14:12:12 2015 +0200 | | | | | | | | | | | | | | | | Removed initial equations from simulation system | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | * | | | | commit 210bf97ee28b0267152262f1ffe33d53529a543b | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Tue Sep 29 12:22:40 2015 +0200 | | | | | | | | | | | | | | | | - "using namespace::std" now depends on compiler | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | * | | | | commit 3a20542368917f15432013d52a28cf3873096756 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Tue Sep 29 07:45:38 2015 +0200 | | | | | | | | | | | | | | | | - resolved some warnings and namespace issues | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | | | | | | | * | | | | commit 919c27ee9ab32e8b0f913b97e5ae19a115da5f75 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Mon Sep 28 16:22:55 2015 +0200 | | | | | | | | | | | | | | | | - resolved some boost namespcae problems | | | | | | | | - added c++11 option to autoconf | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | | | | | * | | | | commit e81337e27c21b2543d1b66603bb53c11e702835c | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Mon Sep 28 08:56:33 2015 +0200 | | | | | | | | | | | | | | | | - moved property inclusion to modelica.h | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | * | | | | commit 2ea6a5abba77a4b5d5e580e25ac965fb8774f389 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Mon Sep 28 08:55:39 2015 +0200 | | | | | | | | | | | | | | | | - fixed namespaces::std issues | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | | | * | | | | commit d0cef12fc8a07fa83052b8d42ba68acc1fdfebf1 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Mon Sep 28 07:49:26 2015 +0200 | | | | | | | | | | | | | | | | - removed some empty lines | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | * | | | | commit 4d33f4770a27a07d8bb394ee169f6714b61c4892 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Fri Sep 25 14:54:45 2015 +0200 | | | | | | | | | | | | | | | | -reorganized some includes | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | * | | | | commit 8c752627de5f428d2dee99295ceda75ec79eb922 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Fri Sep 25 14:02:17 2015 +0200 | | | | | | | | | | | | | | | | - made c++ runtime more c++11 friendly, which means that explicit namespaces are removed for boost (example: boost::shared_ptr -> shared_ptr) | | | | | | | | - cmake now detects if the compiler is able to work with c++11 and it will switch the following types from boost to std: | | | | | | | | bind, function, thread, atomic, mutex, memory_order_release, memory_order_relaxed, condition_variable, unique_lock, array, tuple, shared_ptr, weak_ptr, dynamic_pointer_cast | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | M SimulationRuntime/cpp/Core/System/tpl.cpp | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FactoryExport.h | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | | | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | | | | * | | | | | commit c181c4a78e5f9d4504f29b8f8af5fc0b534e84a3 | | |\| | | | | Merge: 6af90d9360 116b7c73fc | | | | | | | | Author: RuedKamp | | | | | | | | Date: Tue Sep 29 13:41:02 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | * | | | | commit 116b7c73fc46072d8cc15b99e29ca6d77c9c69fd | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Tue Sep 29 11:30:26 2015 +0200 | | | | | | | | | | | | | | | | Moved the location of java_interface | | | | | | | | | | | | | | | | The files are not really part of the C runtime, and were | | | | | | | | thus moved. | | | | | | | | | | | | | | | | M SimulationRuntime/c/Makefile.common | | | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | | R100 SimulationRuntime/c/util/java_interface/.project SimulationRuntime/java_interface/.project | | | | | | | | R100 SimulationRuntime/c/util/java_interface/Makefile.common SimulationRuntime/java_interface/Makefile.common | | | | | | | | R100 SimulationRuntime/c/util/java_interface/Makefile.in SimulationRuntime/java_interface/Makefile.in | | | | | | | | R100 SimulationRuntime/c/util/java_interface/Makefile.omdev.mingw SimulationRuntime/java_interface/Makefile.omdev.mingw | | | | | | | | R100 SimulationRuntime/c/util/java_interface/antlr_license.txt SimulationRuntime/java_interface/antlr_license.txt | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ComplexTypeSpec.java SimulationRuntime/java_interface/src/org/openmodelica/ComplexTypeSpec.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/IModelicaRecord.java SimulationRuntime/java_interface/src/org/openmodelica/IModelicaRecord.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaAny.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaAny.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaArray.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaArray.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaBaseArray.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaBaseArray.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaBoolean.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaBoolean.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaFunction.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaFunction.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaFunctionReference.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaHelper.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaHelper.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaInteger.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaInteger.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaObject.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaObject.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaObjectException.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaObjectException.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaOption.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaOption.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaReal.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaReal.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecord.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaRecord.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecordException.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaRecordException.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaString.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaString.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaTuple.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaTuple.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaVoid.java SimulationRuntime/java_interface/src/org/openmodelica/ModelicaVoid.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/OMCModelicaRecord.java SimulationRuntime/java_interface/src/org/openmodelica/OMCModelicaRecord.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/SimpleTypeSpec.java SimulationRuntime/java_interface/src/org/openmodelica/SimpleTypeSpec.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/TypeSpec.java SimulationRuntime/java_interface/src/org/openmodelica/TypeSpec.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/CommunicationException.java SimulationRuntime/java_interface/src/org/openmodelica/corba/CommunicationException.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/CompilerException.java SimulationRuntime/java_interface/src/org/openmodelica/corba/CompilerException.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/ConnectException.java SimulationRuntime/java_interface/src/org/openmodelica/corba/ConnectException.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/InvocationError.java SimulationRuntime/java_interface/src/org/openmodelica/corba/InvocationError.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/JreSocketFactory.java SimulationRuntime/java_interface/src/org/openmodelica/corba/JreSocketFactory.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OMCProxy.java SimulationRuntime/java_interface/src/org/openmodelica/corba/OMCProxy.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunication.java SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunication.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java SimulationRuntime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/Result.java SimulationRuntime/java_interface/src/org/openmodelica/corba/Result.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/SmartProxy.java SimulationRuntime/java_interface/src/org/openmodelica/corba/SmartProxy.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JarCreator.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/ParseException.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/ParseException.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java SimulationRuntime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java SimulationRuntime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/ABC_UT.java SimulationRuntime/java_interface/src/org/openmodelica/test/ABC_UT.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java SimulationRuntime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestObjects.java SimulationRuntime/java_interface/src/org/openmodelica/test/TestObjects.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestParser.java SimulationRuntime/java_interface/src/org/openmodelica/test/TestParser.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestRecord.java SimulationRuntime/java_interface/src/org/openmodelica/test/TestRecord.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestSmartProxy.java SimulationRuntime/java_interface/src/org/openmodelica/test/TestSmartProxy.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/abc.java SimulationRuntime/java_interface/src/org/openmodelica/test/abc.java | | | | | | | | R100 SimulationRuntime/c/util/java_interface/test_files/meta_modelica.mo SimulationRuntime/java_interface/test_files/meta_modelica.mo | | | | | | | | R100 SimulationRuntime/c/util/java_interface/test_files/meta_modelica.mos SimulationRuntime/java_interface/test_files/meta_modelica.mos | | | | | | | | R100 SimulationRuntime/c/util/java_interface/test_files/simple.mo SimulationRuntime/java_interface/test_files/simple.mo | | | | | | | | R100 SimulationRuntime/c/util/java_interface/test_files/simple.mos SimulationRuntime/java_interface/test_files/simple.mos | | | | | | | | M configure.ac | | | | | | | | | | | * | | | | commit c71d1aeda2fc2060b07c661d4d092f8d26ef2eaa | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Mon Sep 28 17:01:07 2015 +0200 | | | | | | | | | | | | | | | | Do not override the user's --std choice | | | | | | | | | | | | | | | | This solves ticket #3481, where the language standard is reset to 3.2 | | | | | | | | when loading MSL after loading Modelica_Synchronous (which requires | | | | | | | | Modelica language 3.3). | | | | | | | | | | | | | | | | Also changed the implementation from uniontypes to Modelica arrays | | | | | | | | (since it should speed up lookup). | | | | | | | | | | | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | M Compiler/Util/Config.mo | | | | | | | | | | | * | | | | commit 8c0b06e548d1846e3548317a84919bf0d3fa4574 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Mon Sep 28 12:40:50 2015 +0200 | | | | | | | | | | | | | | | | Allow the use of package.order | | | | | | | | | | | | | | | | BuildModelRecursive.mos previously always sorted the libraries. | | | | | | | | This is now possible to configure by setting sortFiles:=false. | | | | | | | | | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | | | | | | * | | | | commit f9b879fcc4a3cd14041dfceb7f8da7c45b035095 | | | | | | | | Author: Rüdiger Franke | | | | | | | | Date: Sun Sep 27 18:55:04 2015 +0200 | | | | | | | | | | | | | | | | evaluate Cpp events at final time as well | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | | | | | * | | | | commit 326a2f56109872ef48bc44e6eb21b827e85dc430 | | | | | | | | Author: Rüdiger Franke | | | | | | | | Date: Sun Sep 27 18:54:25 2015 +0200 | | | | | | | | | | | | | | | | refinements to Cpp synchronous support | | | | | | | | | | | | | | | | - remove public evaluateClocked as treated with time events | | | | | | | | - use one based clock indices | | | | | | | | - evaluate clocked equations before regular equations | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | * | | | | commit 732ac5dc555c2244278a0ea40bd77878150b1201 | | | | | | | | Author: Ruediger Franke | | | | | | | | Date: Sat Sep 26 20:51:54 2015 +0200 | | | | | | | | | | | | | | | | remove virtual qualifier for hpcom | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | * | | | | commit fffbbaf61021fed3f65328850956b52602fd1eb4 | | | | | | | | Author: Ruediger Franke | | | | | | | | Date: Sat Sep 26 20:09:25 2015 +0200 | | | | | | | | | | | | | | | | initial version of Cpp synchronous support | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | | | * | | | | commit 1f2a731a436de2c68064e602130b8b1905f8cc96 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Fri Sep 25 15:10:25 2015 +0200 | | | | | | | | | | | | | | | | Try to fix ticket 3477 | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | * | | | | commit c5706c47e276c6ab32da51bdc7d46834d1ccf7ce | | | | |_|_|/ Author: Lennart Ochel | | | |/| | | Date: Sat Sep 26 09:23:18 2015 +0200 | | | | | | | | | | | | | | Added differentiation rule for start values | | | | | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | | * | | | commit 6b5d3a2c74f4c2488cc08779cf8f50115204f9fc | | | | | | | Author: Lennart Ochel | | | | | | | Date: Fri Sep 25 13:32:35 2015 +0200 | | | | | | | | | | | | | | Filter const when conditions within shared object | | | | | | | | | | | | | | * Remove empty algorithm in module simplifyAllExpressions | | | | | | | * Remove constant when conditions | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | * | | | commit 88a65ee3af446458ddef389db059c3f99cfa9d68 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Fri Sep 25 12:18:27 2015 +0200 | | | | | | | | | | | | | | Filter constant when conditions | | | | | | | | | | | | | | * Adjust dump of when clauses | | | | | | | * Simplify initial stuff in removed equations | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | * | | | commit aca0480fb53e4ac454a123918db46c78856c5263 | | | | | | | Author: vwaurich | | | | | | | Date: Fri Sep 25 11:04:26 2015 +0200 | | | | | | | | | | | | | | - fix for evalAllParams | | | | | | | | | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | | | | | | * | | | commit 4a58ffa05d3c449fdca9d2d1f772528c5f2e5bf7 | | | | | | | Author: Marcus Walther | | | | | | | Date: Fri Sep 25 09:50:39 2015 +0200 | | | | | | | | | | | | | | - removed wrong brackets | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | | | commit 2fa610a1ee3a5ecf03a54d72bf089e52be7c2fe2 | | | | | | | Author: Marcus Walther | | | | | | | Date: Fri Sep 25 08:42:50 2015 +0200 | | | | | | | | | | | | | | - dummy initialization for complex types added, to prevent linker error with GCC 4.4 | | | | | | | --> this workaround should be removed if a newer compiler is the default compiler | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | * | | | commit 4a959d095942efa81e55268444f81b2334cc3422 | | | | | | | Author: Marcus Walther | | | | | | | Date: Thu Sep 24 14:47:31 2015 +0200 | | | | | | | | | | | | | | - duplicated ModelicaLibraryConfig for gcc and msvc | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | R100 SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_gcc.inc.in | | | | | | | A SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig_msvc.inc.in | | | | | | | | | | * | | | commit ef8b4ae6166c37b6b4f3193789c8d4726440dc12 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Thu Sep 24 11:01:57 2015 +0200 | | | | | | | | | | | | | | Fixed ticket 2337 | | | | | | | | | | | | | | Solve when equations for lhs. | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | | | * | | | commit a78d281e05de8364cc0bf9d3bc4060fd0d8221d0 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Mon Sep 21 18:15:34 2015 +0200 | | | | | | | | | | | | | | Cleaned up Differentiate.mo | | | | | | | | | | | | | | * fixed comments | | | | | | | * fixed typos | | | | | | | * removed unused match patterns | | | | | | | * removed unused variables | | | | | | | * used some syntactic sugar | | | | | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | | * | | | commit ad14fcb8eadade5fd45bebb68da6287eb00460e5 | | | | | | | Author: Per Östlund | | | | | | | Date: Wed Sep 23 18:06:26 2015 +0200 | | | | | | | | | | | | | | Fix for #3473. | | | | | | | | | | | | | | - Changed ConnectUtil.setTrieGet to look for both single | | | | | | | array element as well as whole array components. | | | | | | | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | | | | * | | | commit b384418abdf8158b69cd639bf82e96ea8efac7b4 | | | | | | | Author: Marcus Walther | | | | | | | Date: Wed Sep 23 15:27:16 2015 +0200 | | | | | | | | | | | | | | - added a flag "solverThreads" to the c++ runtime. With this flag the number of threads that is used by the solver can be controlled (e.g. for parallel jacobian evaluation) | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | | * | | | commit 5e4b2b110e9162f6975a529865d4874bd937fe07 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Wed Sep 23 14:31:46 2015 +0200 | | | | | | | | | | | | | | New flag to dump functions | | | | | | | | | | | | | | This can be used in combination with most back end dumps. | | | | | | | e.g. "+d=dumpindxdae,dumpFunctions" | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * | | | | commit 6af90d9360b6bab8b363584a702507df29e32236 | | | | | | | Author: RuedKamp | | | | | | | Date: Tue Sep 29 13:39:26 2015 +0200 | | | | | | | | | | | | | | -added initialization of pointers | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | * | | | | commit ee793f0c26764619a0f8b709eded8c294eb98cdb | | |\| | | | Merge: b33dc5a5b6 0ed9bc8eb8 | | | | | | | Author: RuedKamp | | | | | | | Date: Wed Sep 23 14:03:57 2015 +0200 | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | * | | | commit 0ed9bc8eb83436be610a7f3e2d1dbc279a68df30 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Wed Sep 23 10:45:16 2015 +0200 | | | | | | | | | | | | | | Added index reduction to optdaedump | | | | | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | | * | | | | commit b33dc5a5b61401335122b4c1f5571e34cc32eecd | | |/ / / / Author: RuedKamp | | | | | | Date: Wed Sep 23 14:02:49 2015 +0200 | | | | | | | | | | | | -changed cycletime for vxworks | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | | | commit 56804f25500edd49fca3abe62ec90ef22d02a45f | | | | | | Author: RuedKamp | | | | | | Date: Tue Sep 22 17:19:32 2015 +0200 | | | | | | | | | | | | -fixed typo | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | | | | * | | | commit 95e65330869e8a17bd91e84665e8b6c282f4b332 | | | | | | Author: RuedKamp | | | | | | Date: Tue Sep 22 16:51:13 2015 +0200 | | | | | | | | | | | | -commented out klu | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | * | | | commit 0b32c47f68c4067958b66aec42e088acbff1952d | | |\ \ \ \ Merge: e86e3e9c9a bbce7feaf6 | | | | |_|/ Author: RuedKamp | | | |/| | Date: Tue Sep 22 16:41:21 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit bbce7feaf6421b2e1d7e5db7475e7d1b84a14236 | | | | | | Author: Lennart Ochel | | | | | | Date: Tue Sep 22 11:57:15 2015 +0200 | | | | | | | | | | | | Adapted optimization modules for Jacobians | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | | | commit e86e3e9c9a2444a87c7fae721323edfd155bb85b | | | | | | Author: RuedKamp | | | | | | Date: Tue Sep 22 16:37:50 2015 +0200 | | | | | | | | | | | | -commented out sparse solver klu | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | * | | | commit dfdabf30e910a1f89a7f98a06d075fab866e7f81 | | | | | | Author: RuedKamp | | | | | | Date: Tue Sep 22 16:37:27 2015 +0200 | | | | | | | | | | | | -changed settings for vxworks | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | | | commit 72fac42ec18701ad326d496b108fad82e75c6343 | | |\| | | Merge: 76a8d190ed e7e6f99b76 | | | | | | Author: RuedKamp | | | | | | Date: Tue Sep 22 13:16:33 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit e7e6f99b7660a5213b710bca8cf679554de21f23 | | | | | | Author: Lennart Ochel | | | | | | Date: Tue Sep 22 10:58:51 2015 +0200 | | | | | | | | | | | | Added new backend module "simplifyAllExpressions" | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | | | commit 76a8d190ed5842298f76b9e764dec3b9d3d1293e | | |\| | | Merge: 9db05a8c7e 9318f20822 | | | | | | Author: RuedKamp | | | | | | Date: Tue Sep 22 13:16:12 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | Conflicts: | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | | * | | commit 9318f20822ef9686d22e4aa054ba6c26f54b8c63 | | | | | | Author: Marcus Walther | | | | | | Date: Tue Sep 22 10:26:59 2015 +0200 | | | | | | | | | | | | - fix typo | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * | | commit 12df3f8ee3669b6e6f6b22f0e2a0c93295677de5 | | | | | | Author: Marcus Walther | | | | | | Date: Tue Sep 22 09:40:20 2015 +0200 | | | | | | | | | | | | - debug flag "hardcodedStartValue" added -- this will put the initial values of parameters and variables as fixed values into the c++ code and will not read if from the initXML-file (C++ runtime only) | | | | | | - simple fixes for vector-constructor in CodegenCpp.tpl | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * | | commit 845393724699f57fc297738014d49f1538b6b2d7 | | | | | | Author: Niklas Worschech | | | | | | Date: Mon Sep 21 16:02:26 2015 +0200 | | | | | | | | | | | | fix for start index for array creation in cpp template | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | * | | commit ffb9197825d3bfb7faa16c98c4f87b17c2a36937 | | | | | | Author: Niklas Worschech | | | | | | Date: Mon Sep 21 13:12:13 2015 +0200 | | | | | | | | | | | | fix for createArray in cpp template | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * | | commit e44b65be54cf6bf9b4697cf526008989f4a9ed47 | | | | |/ Author: Lennart Ochel | | | |/| Date: Mon Sep 21 14:03:35 2015 +0200 | | | | | | | | | | Exclude removeInitializationStuff from | | | | | | | | | | postOptModules since it is essential | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit b7dbd4a85c6b96815f08c42cba7a33d810d103de | | | |/ Author: Lennart Ochel | | | | Date: Mon Sep 21 11:19:31 2015 +0200 | | | | | | | | Moved some optimization modules | | | | | | | | from SimCode to post optimization | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 01d3cd1d7685e457a108aa6010d020de9ce119d5 | | | | Author: Lennart Ochel | | | | Date: Mon Sep 21 10:42:35 2015 +0200 | | | | | | | | Mark assertions that are triggered during initialization | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | * commit 805ce17e43bfa962faeb3ccfc359d66af90c0e0c | | | | Author: Lennart Ochel | | | | Date: Sat Sep 19 07:45:34 2015 +0200 | | | | | | | | Fixed ticket 2659 | | | | | | | | Fixed handling of initial equations that are stored in the shared | | | | objects removedEqs. | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | * commit 76217d26e14c911b59ff608d7b981fefec22dc4e | | | | Author: bernhard Thiele | | | | Date: Fri Sep 18 21:48:05 2015 +0200 | | | | | | | | Fixed array dimension error | | | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | | | * commit f9eb551eb23a0c1a791aff1cf32339eb046c8ed3 | | | | Author: bernhard Thiele | | | | Date: Fri Sep 18 19:08:11 2015 +0200 | | | | | | | | Added some missing start values | | | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | | | * commit 8d8549fdcca042178d8cb2684abd901afa598a13 | | | | Author: Lennart Ochel | | | | Date: Fri Sep 18 12:29:21 2015 +0200 | | | | | | | | Added missing descriptions for opt. modules | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 707bc0b083f5a356fbf500219f889cb15a3f0729 | | | | Author: Lennart Ochel | | | | Date: Fri Sep 18 09:02:26 2015 +0200 | | | | | | | | Cleaned up BackendDAETransform | | | | | | | | * removed obsolete/duplicated functions | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | M Compiler/BackEnd/IndexReduction.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 0de2ae0c4a5c29d7ab31f20b0eb0366c6ee01f94 | | | | Author: Per Östlund | | | | Date: Thu Sep 17 15:51:34 2015 +0200 | | | | | | | | Fix for #3467. | | | | | | | | - Merge redeclare and binding modifier when looking up a modifier for a | | | | redeclared record component. | | | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | * commit 0ad7abbd858e3175b6c5c12ece5664fde395f88e | | | | Author: Marcus Walther | | | | Date: Thu Sep 17 14:44:35 2015 +0200 | | | | | | | | - sundials is now available again, if static linking is selected (c++ runtime) | | | | - fixed an issue with the std::vector fill constructor, because he could not distinguish between the different constructors in GCC 4.4 (MinGW) | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | | | | | | | * commit ac0ef81b8504f832c640a2e35a041bc4183bfd1f | | | | Author: Marcus Walther | | | | Date: Thu Sep 17 08:20:23 2015 +0200 | | | | | | | | - removed $-sign from variable/parameter names in modelDescription of c++ runtime (FMU 1.0) | | | | | | | | M Compiler/Template/CodegenCppInit.tpl | | | | | | | * commit 058d92ceaf3ee602630c01fa2dff616f4840583e | | | | Author: Marcus Walther | | | | Date: Wed Sep 16 08:14:30 2015 +0200 | | | | | | | | - changed the name of "USE_FMU_KINSOL" to "USE_FMU_SUNDIALS" because otherwise we have to add such defines for CVode and IDA as well | | | | - added a SimController_FMU and System_FMU library to the build of the c++ runtime -- otherwise we can not turn off sundials for the FMUs | | | | - the function OMCFactory::loadSimControllerLib was created, now we are able to overload the loading mechanism in StaticOMCFactory | | | | - StaticOMCFactory is now header only and added to the build process again | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | M SimulationRuntime/cpp/Include/FMU/FactoryExport.h | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | M SimulationRuntime/cpp/Makefile.in | | | | M SimulationRuntime/cpp/README | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | * commit e6cfb0d7575f47ffe80d5524db0bbc722ec3afa8 | | | | Author: Rüdiger Franke | | | | Date: Thu Sep 17 07:32:19 2015 +0200 | | | | | | | | disable erronous dimensioning of array (#3464) | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 16639983792552e6f194faa39cc60b5dd811751e | | | | Author: Adeel Asghar | | | | Date: Thu Sep 17 02:40:07 2015 +0200 | | | | | | | | Copy the required binaries for FMU. | | | | Display information about state when fails. | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | * commit f71d5c4535869ff7ce408423cb618f459f66071b | | | | Author: Rüdiger Franke | | | | Date: Wed Sep 16 20:51:05 2015 +0200 | | | | | | | | avoid duplicate definition of Cpp alias records | | | | | | | | moreover remove out-dated constructor for array sizing | | | | | | | | See e.g.: | | | | Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit a23d238e11206abf54c72d3d39d6f9b674172573 | | | | Author: Lennart Ochel | | | | Date: Wed Sep 16 10:33:07 2015 +0200 | | | | | | | | Added missing options to potOptModules ... | | | | | | | | and initOptModules | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit bf8a3b993486accf6f2290d867e5a8d0ad658067 | | | | Author: Lennart Ochel | | | | Date: Wed Sep 16 10:18:34 2015 +0200 | | | | | | | | Added initOptModules to documentation | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | * commit 75935f471dbfe1d05e3044df813f7ecae11e6faf | | | | Author: Rüdiger Franke | | | | Date: Tue Sep 15 19:25:43 2015 +0200 | | | | | | | | redo yesterday's Array commits after merge 31041f6 | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | * | commit 9db05a8c7e8c8d287761eb22d42ee74098cad562 | | | | Author: RuedKamp | | | | Date: Tue Sep 22 11:04:41 2015 +0200 | | | | | | | | -changed xml path for vxworks | | | | -added string to simVars for vxworks | | | | -changed default settings for vxworks | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | * | commit 4fc9dfb3bac6967452e6fd15c7dc417b88224d8e | | | | Author: RuedKamp | | | | Date: Tue Sep 22 10:58:26 2015 +0200 | | | | | | | | -removed some obsolete stuff | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | * | commit fcb03b16e0194e9e5b763ba8b58752ed57a504b4 | | | | Author: RuedKamp | | | | Date: Tue Sep 22 10:57:35 2015 +0200 | | | | | | | | -added define for Vxworks | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h | | | | | | * | commit 827c7a92d23ba90b66b5ead3d113819d765dca98 | | | | Author: RuedKamp | | | | Date: Wed Sep 16 08:53:17 2015 +0200 | | | | | | | | -added string Vars to simVars for VxWorks | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | * | commit 381292290a84ee6c94bfa67f075a941746290548 | | | | Author: RuedKamp | | | | Date: Tue Sep 15 16:59:44 2015 +0200 | | | | | | | | -fixed merge conflicts | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | * | commit 80f4a6531d4b05e3c0bf1e470a82b32848547b82 | | |\| Merge: e71411d001 dc6ee4f055 | | | | Author: RuedKamp | | | | Date: Tue Sep 15 16:09:42 2015 +0200 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | Conflicts: | | | | SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | * commit dc6ee4f0550a2ac8bb44e2b8eeee9db7388e0f45 | | | | Author: Per Östlund | | | | Date: Tue Sep 15 14:53:07 2015 +0200 | | | | | | | | Bootstrapping fix. | | | | | | | | - Fix CevalScript.matchQualifiedCalls so it doesn't fail on | | | | crefs nested more than one level deep. | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | * commit 28fda15a2d3adc880296f7cc3d118cda70bc0c1f | | | | Author: Niklas Worschech | | | | Date: Tue Sep 15 10:03:37 2015 +0200 | | | | | | | | fix in cpp runtime for XmlPropertyReader and fmi export | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | M SimulationRuntime/cpp/Include/FMU/FactoryExport.h | | | | | | | * commit 31041f6ecd90e0b7e44a21d44e67deb4e9368eaf | | | |\ Merge: eeef9c426d 71012083ad | | | | | Author: Niklas Worschech | | | | | Date: Tue Sep 15 09:18:03 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | Conflicts: | | | | | SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit 71012083adc2359ce27909b0cd9b69ff31a634f6 | | | | | Author: Lennart Ochel | | | | | Date: Mon Sep 14 14:53:08 2015 +0200 | | | | | | | | | | Fixed #2763 | | | | | | | | | | * Override start values of inputs using external input file if available | | | | | * Initialize inputs with its start value | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | | | * commit a2f905b9cabe5ec443e4251b361c9f43fc7c9d00 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Sep 14 22:25:07 2015 +0200 | | | | | | | | | | replace dynamic boost::multi_array with new/delete | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit 483b18adc157c9bf6f28c510d662331e901ab0a2 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Sep 14 22:22:15 2015 +0200 | | | | | | | | | | replace static boost::array with built-in array | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit e19799fc6480961b869790042886db987030ed78 | | | | | Author: Marcus Walther | | | | | Date: Mon Sep 14 16:00:06 2015 +0200 | | | | | | | | | | - enabled JOM for build of C++ simulation runtime | | | | | - changed folder-name build_msvc to Build_MSVC, to be consistent to GCC build | | | | | - boost-property tree header are now copied to output folder as well | | | | | | | | | | M Makefile.omdev.mingw | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | * commit 442b07a6deffa366ffc3ce8d8ea648460c56520f | | | | | Author: Niklas Worschech | | | | | Date: Mon Sep 14 15:17:18 2015 +0200 | | | | | | | | | | fix for precompiled header for msvc cpp runtime | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | | | * commit 2ed0fcd7d5e787a7af848cbd6671dce41787038d | | | | | Author: Niklas Worschech | | | | | Date: Thu Sep 10 10:17:18 2015 +0200 | | | | | | | | | | fix for load ini xml file with msvc for cpp runtime | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | * | commit eeef9c426da851447a6203d63093c632a228eda4 | | | | | Author: Niklas Worschech | | | | | Date: Tue Sep 15 09:14:56 2015 +0200 | | | | | | | | | | fix for build of shared DataExchange lib | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | | | | * | commit f8ebb31b43b6ef6dec6ba15d74097cf0a000803f | | | | | Author: Niklas Worschech | | | | | Date: Mon Sep 14 15:15:32 2015 +0200 | | | | | | | | | | fix for precompiled header for msvc cpp runtime | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | | * | commit 1a4a35798e208a5b1d1cca3210829b7899a0bddd | | | |\| Merge: 456e413431 967f532aad | | | | | Author: Niklas Worschech | | | | | Date: Mon Sep 14 10:44:43 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 967f532aad1a1fb695c0f30226df0302e5414ac3 | | | | | Author: Lennart Ochel | | | | | Date: Mon Sep 14 09:43:38 2015 +0200 | | | | | | | | | | Removed match statement from removeUnusedFunctions | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | * commit b786010b495f56773d85463effe3d1af713d6736 | | | | | Author: Lennart Ochel | | | | | Date: Mon Sep 14 09:19:05 2015 +0200 | | | | | | | | | | Added dae type information to post-opt ... | | | | | | | | | | dump/execStat | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | * commit edba84e7a2d8cb0246a0ec11d9625379ff848584 | | | | | Author: bernhard Thiele | | | | | Date: Sun Sep 13 23:22:35 2015 +0200 | | | | | | | | | | Added support for timeInState() | | | | | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | | | | | * commit 4597a3a5eb978d28abe4b534ec7001e9ddb35708 | | | | | Author: Adeel Asghar | | | | | Date: Sun Sep 13 23:07:42 2015 +0200 | | | | | | | | | | Handle case when baseclass not defined. | | | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | | | * commit 8cbf8b35810d28aca79912a885d2f90d3138af8d | | | | | Author: Rüdiger Franke | | | | | Date: Sun Sep 13 21:36:56 2015 +0200 | | | | | | | | | | dereference system from when equation in alg loop | | | | | | | | | | See: Modelica.Electrical.PowerConverters.Examples | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * commit e785f3b5b90c4f0a900bd6baaa6fcf2b82d08ee4 | | | | | Author: bernhard Thiele | | | | | Date: Sun Sep 13 13:54:15 2015 +0200 | | | | | | | | | | Add support for ticksInState() op | | | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | | | | | * commit cd7c5dc18d3b104b2ddfb387dd165ad09447ab53 | | | | | Author: bernhard Thiele | | | | | Date: Sun Sep 13 12:46:33 2015 +0200 | | | | | | | | | | Renamed misleading function name | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | * commit 1dff76a87c9266e809fa7ecaa63b7138c4da43fe | | | | | Author: Rüdiger Franke | | | | | Date: Sun Sep 13 10:10:36 2015 +0200 | | | | | | | | | | cleanup Cpp daeExpBinary (#3458) | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | * commit d78c1bfa80e52f9fca8f58b116517a5bd5551d47 | | | | | Author: adrpo | | | | | Date: Sun Sep 13 03:43:24 2015 +0200 | | | | | | | | | | fix for #3458, proper type in DAE.MUL_MATRIX_PRODUCT | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * commit 94be67b295b0d97987b502b3a2f256afe5c85db8 | | | | | Author: Rüdiger Franke | | | | | Date: Sat Sep 12 21:26:23 2015 +0200 | | | | | | | | | | implement Cpp cast_array | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | | | | | * commit d8285af80121428b5f75afdddb8b090751ff00db | | | | | Author: mahge | | | | | Date: Fri Sep 11 19:39:08 2015 +0200 | | | | | | | | | | - Minor explicit parmodelica fixes | | | | | - consistent library naming | | | | | - add cmake compilation | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | A SimulationRuntime/ParModelica/explicit/openclrt/CMakeLists.txt | | | | | A SimulationRuntime/ParModelica/explicit/openclrt/FindOpenCL.cmake | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.common | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.in | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.omdev.mingw | | | | | | | | | * commit e3768899021aa5152fe0f671957a8dc28fe017e1 | | | | | Author: mahge | | | | | Date: Fri Sep 11 19:02:31 2015 +0200 | | | | | | | | | | - Fix parmodelica automatic parallelization | | | | | - Fix function signatures | | | | | - Consistent cost handling | | | | | - Fix makefiles. Update CMake rules | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M SimulationRuntime/ParModelica/auto/CMakeLists.txt | | | | | M SimulationRuntime/ParModelica/auto/Makefile.common | | | | | M SimulationRuntime/ParModelica/auto/Makefile.in | | | | | M SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | | | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.hpp | | | | | M SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | | | M SimulationRuntime/ParModelica/auto/om_pm_model.hpp | | | | | M SimulationRuntime/ParModelica/auto/pm_cluster_level_scheduler.hpp | | | | | M SimulationRuntime/ParModelica/auto/pm_cluster_system.hpp | | | | | M SimulationRuntime/ParModelica/auto/pm_clustering.hpp | | | | | M SimulationRuntime/ParModelica/auto/pm_utility.cpp | | | | | | | | | * commit 8de5c5e6a7243ca1a81f1cd8b94d1ac4587ac7f9 | | | | | Author: Martin Sjölund | | | | | Date: Fri Sep 11 19:15:35 2015 +0200 | | | | | | | | | | Check hwloc exit status before using the data | | | | | | | | | | M Compiler/runtime/systemimpl.c | | | | | | | | | * commit ef0a90639dc4b61612b0dc0b35fc8038ee883fb2 | | | | | Author: Lennart Ochel | | | | | Date: Fri Sep 11 16:37:15 2015 +0200 | | | | | | | | | | Fixed removeUnusedFunctions | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * commit c14ac3989645ea24744d687642f29b3b8399a7d2 | | | | | Author: Lennart Ochel | | | | | Date: Fri Sep 11 14:50:26 2015 +0200 | | | | | | | | | | Added config flag ... | | | | | | | | | | for optimization modules used for initialization system | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/Util/Config.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * commit 56d186b60d7904ed253b34995e6ff4543a16e09d | | | | | Author: Lennart Ochel | | | | | Date: Wed May 6 11:13:04 2015 +0200 | | | | | | | | | | Separation of back end transformations... | | | | | | | | | | ... for simulation and initialization | | | | | | | | | | * Move initialization before post-optimization phase | | | | | * Revert some CodegenC.tpl changes | | | | | * Remove workaround for "symEuler" | | | | | * Moved 'encapsulateWhenConditions' to pre-optimization phase | | | | | * Cleanup known variables after 'remove simple equations' | | | | | * Activate more modules for initialization | | | | | - activate modules "simplifyComplexFunction" and "simplifyLoops" | | | | | - Fixed module "simplifyLoops" for initialization | | | | | * Moved each post-opt module to a new line | | | | | * Moved module "simplifyLoops" from simulation to initialization | | | | | * Don't add known vars to simulation system in post-optimization | | | | | * Updated debug dumps | | | | | * Fixed "Known Variables" again | | | | | * Initialize relations properly | | | | | * New opt module "removeInitializationStuff" | | | | | - This module does simplifications by removing initialization | | | | | information like homotopy(..) and initial() from simulation DAE. | | | | | * Fixed Stubs files | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/Main/Main.mo | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Stubs/BackendDAEUtil.mo | | | | | M Compiler/Stubs/SimCodeMain.mo | | | | | M Compiler/Util/Flags.mo | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | | | | | * commit 523217eb68b5627d81e76c0f5816d6083c50245e | | | | | Author: vwaurich | | | | | Date: Fri Sep 11 13:53:23 2015 +0200 | | | | | | | | | | - new +d=evalOutputOnly feature | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * commit 00ba1c4e99e8f99bb50753ddec14cce9781eb9a0 | | | | | Author: Marcus Walther | | | | | Date: Fri Sep 11 13:11:43 2015 +0200 | | | | | | | | | | - removed unused parts of init.xml-file (cpp runtime) | | | | | | | | | | M Compiler/Template/CodegenCppInit.tpl | | | | | | | | | * commit d5feda678cabcc083503f66a79a00c9b7f4863e9 | | | | | Author: Martin Sjölund | | | | | Date: Thu Sep 10 14:00:58 2015 +0200 | | | | | | | | | | Make the gettext targets start working again | | | | | | | | | | M .gitattributes | | | | | M Compiler/Translation/Makefile | | | | | M Compiler/Translation/de.po | | | | | M Compiler/Translation/es.po | | | | | M Compiler/Translation/openmodelica.pot | | | | | M Compiler/Translation/sv.po | | | | | | | | | * commit b135ff80cfea402f7cd3faf4d754e094ee5af73d | | | | | Author: tbeu | | | | | Date: Thu Sep 10 13:44:47 2015 +0200 | | | | | | | | | | Fix typo in message | | | | | | | | | | M Compiler/Util/Error.mo | | | | | | | | | * commit 1eda356a7def5893880d316a23c72c07e7364a28 | | | | | Author: Martin Sjölund | | | | | Date: Thu Sep 10 13:27:11 2015 +0200 | | | | | | | | | | When merging annotation, consider the order | | | | | | | | | | Previously, annotations did not consider the order of submods. | | | | | These are now considered such that code does not move around when | | | | | adding graphical annotations. If you want to change the order | | | | | explicitly, this can be done by first removing the old annotation. | | | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | | | | | * commit 3b35f139ef0fead47fa4b504ba3a95bfa5023908 | | | | | Author: bernhard Thiele | | | | | Date: Thu Sep 10 13:07:41 2015 +0200 | | | | | | | | | | Less intrusive wrap hack | | | | | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | | | | | * commit e444b71eea2b0a7dcb9cf4a4c87f8d461071b2a3 | | | | | Author: Martin Sjölund | | | | | Date: Thu Sep 10 11:27:08 2015 +0200 | | | | | | | | | | Handle delete+whitespace+add better | | | | | | | | | | diffModelicaFileListings gives unexpected results when whitespace is | | | | | added and a token moves from one line to another. This is fixed by | | | | | these routines. | | | | | | | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | | | M Compiler/Lexers/Makefile.in | | | | | M Compiler/Lexers/lexerModelicaDiff.l | | | | | | | | * | commit 456e4134312b7d5f8724446039df5aef86df2901 | | | |\| Merge: f27e16bc3c 326bdaac6a | | | | | Author: Niklas Worschech | | | | | Date: Thu Sep 10 10:17:38 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 326bdaac6a74e2e6c68b5fc1c3f6e524194e01fb | | | | | Author: vwaurich | | | | | Date: Thu Sep 10 09:09:55 2015 +0200 | | | | | | | | | | - new evalAllParams implementation | | | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | | * | commit f27e16bc3c084a0d70582973017b1709eee5ea2b | | | |/ Author: Niklas Worschech | | | | Date: Thu Sep 10 10:17:18 2015 +0200 | | | | | | | | fix for load ini xml file with msvc for cpp runtime | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | * commit 83ee71a691c610e37d8dbdb89d0dffe0251ed627 | | | | Author: bernhard Thiele | | | | Date: Wed Sep 9 17:24:36 2015 +0200 | | | | | | | | Activated wrap-hack for SMs | | | | | | | | M Compiler/FrontEnd/StateMachineFlatten.mo | | | | | | | * commit a2fb46584a50697bfaca1edfea12519bfed7e5cb | | | | Author: Rüdiger Franke | | | | Date: Wed Sep 9 23:11:14 2015 +0200 | | | | | | | | resolve name clashes with built-in math functions | | | | | | | | See | | | | ModelicaTest.Fluid.Dissipation.TestCases.PressureLoss.SeveralTestCases | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit ed38335895dfb63d517a72425d834910b8f21c00 | | | | Author: Marcus Walther | | | | Date: Wed Sep 9 15:18:12 2015 +0200 | | | | | | | | - added missing type (array of enumerations) | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | * commit 2523b1becd55c24589c3a37af4f528f8a345d9a9 | | | | Author: Niklas Worschech | | | | Date: Wed Sep 9 14:25:31 2015 +0200 | | | | | | | | fix for logger dll export in cpp runtime | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | M SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | | M SimulationRuntime/cpp/Include/FMU/FactoryExport.h | | | | | | | * commit 8717b8eef4ce9536d4c4cc4a7a1782b21c09b9fa | | | | Author: Marcus Walther | | | | Date: Wed Sep 9 11:10:07 2015 +0200 | | | | | | | | - removed unused boost_export | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FactoryExport.h | | | | | | | * commit f23c4961ad314ec55b63c6fd8266abe284d95f93 | | | | Author: Marcus Walther | | | | Date: Tue Sep 8 16:23:27 2015 +0200 | | | | | | | | - strings are now handled in arrays as well | | | | - initial values are taken from xml file | | | | - number of HPCOM threads can now be variied for different systems (ode, all, zeroFuncs) | | | | - changed Logger::write to LOGGER_WRITE | | | | - changed flag "nls_continue" to "nls-continue" | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | M Compiler/SimCode/HpcOmSimCode.mo | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M Compiler/Template/CodegenCppInit.tpl | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M Compiler/Template/CodegenFMUCppHpcom.tpl | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | M Compiler/Template/SimCodeTV.mo | | | | M Makefile.common | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | A SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | * commit 631897c9643c49f5dad061c9d660fc68a0dace6d | | | | Author: Marcus Walther | | | | Date: Wed Sep 9 14:03:29 2015 +0200 | | | | | | | | - hpcom levelfix scheduler is now available in combination with openmp | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | | | * commit 494b8d67913425248ac5708c5ecefec0e3ced0bb | | | | Author: Per Östlund | | | | Date: Wed Sep 9 13:00:01 2015 +0200 | | | | | | | | Fix for #3421. | | | | | | | | - When checking if the rhs is a function call in an tuple assignment, | | | | check the unelaborated expression since the elaborated one might no | | | | longer be a function call. | | | | - Changed Types.stripTypeVars to also strip tuple element names | | | | (for less confusing error messages). | | | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/Types.mo | | | | | | | * commit 555db1445aae31d84caf76d2bd4c7b1db5e91463 | | | | Author: Martin Sjölund | | | | Date: Wed Sep 9 11:49:08 2015 +0200 | | | | | | | | Do not allow 2D arrays in for loops | | | | | | | | This is a restriction in Modelica spec, see OM ticket #3422. | | | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/Util/Error.mo | | | | | | | * commit 1ecd285b0043303691cc8fb79dedf5a890dc2746 | | | | Author: Martin Sjölund | | | | Date: Wed Sep 9 09:41:54 2015 +0200 | | | | | | | | Fix tail recursion (#3448) | | | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | | | * commit 260aeb544befe17d244e515dedeb7fba60edbf7d | | | | Author: Martin Sjölund | | | | Date: Wed Sep 9 08:54:29 2015 +0200 | | | | | | | | Fixes for stack overflow detection | | | | | | | | - Add a stack overflow try-block in Main. | | | | - Add code for pretty OSX stack overflow messages. | | | | | | | | M Compiler/Main/Main.mo | | | | M Compiler/Util/StackOverflow.mo | | | | | | | * commit ceb197503b6fdfda51574396de7872a87dfe8ba9 | | | | Author: Per Östlund | | | | Date: Wed Sep 2 14:04:16 2015 +0200 | | | | | | | | Fix for #3409. | | | | | | | | - Type cast matrix elements before assembling the matrix, | | | | not after when it's too late. | | | | - Various type fixes for elaboration of matrices. | | | | - Fix List.mapFoldList so that it updates the argument, | | | | not just reusing the input argument for each call. | | | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | M Compiler/FrontEnd/Static.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 0e43de59523089663518c567aaa6a78237180679 | | | | Author: adrpo | | | | Date: Tue Sep 8 16:27:30 2015 +0200 | | | | | | | | fix #3444 - show only real numbers with 4 decimal digits | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | * commit d68413f838b6766998eef095e8fb17955b957b9d | | | | Author: Marcus Walther | | | | Date: Tue Sep 8 14:53:49 2015 +0200 | | | | | | | | - improved memory management of measure-time | | | | - removed some memory leaks in OMCFactory and MeasureTime | | | | - removed some compiler warnings caused by uninitialized member variables in constructors (see CVode and IDA) | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.cpp | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_statistic.hpp | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | * commit 1322e7704e2e96bd386034fcde7b413d23b1d1cd | | | | Author: adrpo | | | | Date: Tue Sep 8 14:22:32 2015 +0200 | | | | | | | | add 1.9.4 version | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | * commit 1dae48da7d57bdfe5620aef245d64733b30a1624 | | | | Author: adrpo | | | | Date: Tue Sep 8 06:10:56 2015 +0200 | | | | | | | | add 1.10.0 version | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | * commit f7a9b467ca3332cf26d8799b5fab6d4f2a1c720c | | | | Author: gossen | | | | Date: Mon Sep 7 20:35:39 2015 +0200 | | | | | | | | Fix bug #3327 | | | | | | | | Correct handling of enumeration redeclarations | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | M Compiler/FrontEnd/InstExtends.mo | | | | M Compiler/FrontEnd/Mod.mo | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | | | * commit deca16e80d0a0404e75cec4058b7137c3019b8a4 | | | | Author: Martin Sjölund | | | | Date: Mon Sep 7 17:21:49 2015 +0200 | | | | | | | | Handle only removals when merging text files | | | | | | | | Fixes the re-opened #3424 | | | | | | | | M Compiler/Util/DiffAlgorithm.mo | | | | | | | * commit 2ca32d44f7f84634bf99763c11c60817c522a01d | | | | Author: Marcus Walther | | | | Date: Mon Sep 7 15:56:41 2015 +0200 | | | | | | | | - fix typo | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | * commit 06ce3b8d3ff4286a2e1c1a862895f319ecbffc87 | | | | Author: hkiel | | | | Date: Mon Sep 7 15:44:05 2015 +0200 | | | | | | | | Fix system() call by continuing to wait if EINTR is received from child process | | | | | | | | M Compiler/runtime/systemimpl.c | | | | | | | * commit 7c85c2ebbb41f984922caaaa7c83f4c4709e79c4 | | | | Author: Rüdiger Franke | | | | Date: Sat Sep 5 09:58:00 2015 +0200 | | | | | | | | treat reductions to empty connection sets (#3430) | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | * commit 83ed62aae3f7e2a786b9862fc5c137d74766e50d | | | | Author: mahge | | | | Date: Fri Sep 4 17:10:47 2015 +0200 | | | | | | | | - Check and exit if there are no valid OpenCL devices. | | | | - Fix makefile. | | | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.in | | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp | | | | | | | * commit 5e4151e9df525cb2361199fc39ade63f5131c359 | | | | Author: Adeel Asghar | | | | Date: Fri Sep 4 13:21:29 2015 +0200 | | | | | | | | Added new API `getInheritedClasses`. | | | | Returns the list of inherited classes. Better than using `getInheritanceCount` and `getNthInheritedClass`. | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Script/Interactive.mo | | | | | | | * commit e33279aa3ceb2e01578bcce151058e99afa73924 | | | |\ Merge: 38b8a98c18 4300bd200d | | | | | Author: adrpo | | | | | Date: Fri Sep 4 02:15:24 2015 +0200 | | | | | | | | | | Merge upstream changes | | | | | | | | | * commit 4300bd200d268d9e3377e47e8e9353a4c1dad384 | | | | | Author: mahge | | | | | Date: Thu Sep 3 23:48:03 2015 +0200 | | | | | | | | | | - Fix inculde path for Intel OpenCL | | | | | - Fix include directory for build | | | | | - Disable extra timing outputs | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.in | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp | | | | | | | | * | commit 38b8a98c189e173bdb589f29084ccfcfa47c4e07 | | | | | Author: adrpo | | | | | Date: Fri Sep 4 02:14:36 2015 +0200 | | | | | | | | | | fix for ticket #3444 | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Examples/BuildModelRecursive.mos | | | | | | | | * | commit 6f0b7a70fc84ea54461ad094d3f1fcaf1ef788b5 | | | |/ Author: adrpo | | | | Date: Fri Sep 4 02:13:40 2015 +0200 | | | | | | | | more fixes for #3430, handle both lists empty | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | * commit d78c686c48a3c9730a2b0294d2437ed967042b1e | | | | Author: Martin Sjölund | | | | Date: Thu Sep 3 15:08:40 2015 +0200 | | | | | | | | Use class info for inserted classes | | | | | | | | Fixes #3410, where listFile depends on the ELEMENTITEM having a | | | | correct Absyn.Info. | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | * | commit e71411d00101bc29ff85be322d0fdf9a1e8eb249 | | | | Author: RuedKamp | | | | Date: Tue Sep 15 16:04:56 2015 +0200 | | | | | | | | -some changes during intialization of linear algloops | | | | -some changes in default settings for vxworks | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | * | commit 0ea0def39f7fc50cd8b4d9aa6b93b012b7876fab | | | | Author: RuedKamp | | | | Date: Tue Sep 15 15:59:34 2015 +0200 | | | | | | | | -changed to broyden's method | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | * | commit 8749018535e64cf07fa981f2b54c77fa31987a0e | | | | Author: RuedKamp | | | | Date: Tue Sep 15 15:59:00 2015 +0200 | | | | | | | | -fixed typo in "newton" | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | * | commit d0b65ef847bc2bfe1c62f375c3692c9542a2d241 | | | | Author: RuedKamp | | | | Date: Tue Sep 15 15:58:03 2015 +0200 | | | | | | | | -added bool for initializiation | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | * | commit 21527ac0a898897b7a48fea9358045eb7b93ee65 | | | | Author: RuedKamp | | | | Date: Tue Sep 15 15:57:32 2015 +0200 | | | | | | | | -added blas and lapack methods | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | | | | * | commit 6158667796a0d975d9b68607989c2a15f2a8134f | | | | Author: RuedKamp | | | | Date: Tue Sep 15 15:57:01 2015 +0200 | | | | | | | | -added Newton Solver for Vxworks | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | * | commit 608f05bc4bbbde24bc2e5e91cbf17ccc192f8f70 | | | | Author: RuedKamp | | | | Date: Tue Sep 15 15:49:16 2015 +0200 | | | | | | | | -added sparse solver | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | * | commit 62659ebda8b48da07d86338aab20279f81532b01 | | | | Author: RuedKamp | | | | Date: Tue Sep 15 15:48:15 2015 +0200 | | | | | | | | -changed to broyden and added sparse linear solver | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | * | commit cd20244e83f7ef8a9c5a9631955656d2ae906dc7 | | | | Author: RuedKamp | | | | Date: Tue Sep 15 15:47:29 2015 +0200 | | | | | | | | -fixed bug with zero states | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | * | commit 19b35e19ee9ac7e61694c7918bb134e72ef7a904 | | |\| Merge: 5490591ea2 20a6b173cf | | | | Author: RuedKamp | | | | Date: Thu Sep 3 14:46:00 2015 +0200 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | * commit 20a6b173cf12194f2dbda4a1c9410530ccacd169 | | | | Author: vwaurich | | | | Date: Thu Sep 3 14:17:22 2015 +0200 | | | | | | | | - dont care about dummystates in plts | | | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | | | * commit 6fe518d79a6fb7dcd3842837149f5cf6076dcb49 | | | | Author: Per Östlund | | | | Date: Thu Sep 3 13:05:26 2015 +0200 | | | | | | | | Fix for #3386: | | | | | | | | - Fixed spliced exp creation for crefs prefixed with a class name. | | | | - Cleaned up Static.elabCref2 by removing dead and redundant code. | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | M Compiler/FrontEnd/Static.mo | | | | | | | * commit cdb08e09a8e070a3fbe6ad9bd1aeac69e8c0f337 | | | | Author: Adeel Asghar | | | | Date: Thu Sep 3 12:52:53 2015 +0200 | | | | | | | | Fixes #3442 | | | | Also fixes the make clean. Use $(OMBUILDDIR). | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Makefile.common | | | | | | | * commit 7b9a6c997f9edc13baa990fa96a3e65488c51b4c | | | | Author: Martin Sjölund | | | | Date: Thu Sep 3 12:29:02 2015 +0200 | | | | | | | | Handle diffs better when there are only additions | | | | | | | | This fixes #3424. | | | | | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | | M Compiler/Lexers/Makefile.in | | | | M Compiler/Lexers/lexerModelicaDiff.l | | | | M Compiler/Script/CevalScriptBackend.mo | | | | M Compiler/Util/DiffAlgorithm.mo | | | | | | | * commit 3632351366da703e3d8f5ba16be40078117e7b72 | | | | Author: vwaurich | | | | Date: Thu Sep 3 12:09:12 2015 +0200 | | | | | | | | - make limit for plts configurable | | | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | M Compiler/Util/Flags.mo | | | | | | * | commit 5490591ea2bef866e51abf32d629b38f966bd4f4 | | |\| Merge: c2c3d4d462 385a51dff3 | | | | Author: RuedKamp | | | | Date: Thu Sep 3 10:31:26 2015 +0200 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | * commit 385a51dff3374efbcccaa4ffe07ee28b68bd3c90 | | | | Author: mflehmig | | | | Date: Thu Sep 3 10:05:47 2015 +0200 | | | | | | | | - fixed newline bug | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | | * | commit c2c3d4d462d2b33d9a5891f2048526594e64e204 | | |\| Merge: 299d7170d5 c5a5c81042 | | | | Author: RuedKamp | | | | Date: Thu Sep 3 09:15:14 2015 +0200 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | * commit c5a5c81042ef6c211072e7504b9f66a7de342d8e | | | | Author: adrpo | | | | Date: Thu Sep 3 03:02:54 2015 +0200 | | | | | | | | copy recursive | | | | | | | | M Makefile.omdev.mingw | | | | | | | * commit c97eca9bc909c938e53a63bcbf9df1cf160d828e | | | | Author: adrpo | | | | Date: Thu Sep 3 01:32:53 2015 +0200 | | | | | | | | proper include directory for sundials | | | | | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | | | * commit a1671c506f69bc4f034e5fa1bfeac5e4e64137b8 | | | | Author: adrpo | | | | Date: Thu Sep 3 00:10:20 2015 +0200 | | | | | | | | add more sundials dependecies so parallel make works | | | | | | | | M Makefile.common | | | | | | | * commit 3a5180c43d796e3d240d6ebc7231450f864cdad4 | | | | Author: Niklas Worschech | | | | Date: Wed Sep 2 19:47:48 2015 +0200 | | | | | | | | fix for missing FactoryExport include | | | | | | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | | | | | * commit 14b86ba6945633b31a1d280acd0ca8357e29d908 | | | |\ Merge: 6c80f5f36c c3cc02de79 | | | | | Author: Niklas Worschech | | | | | Date: Wed Sep 2 19:28:52 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit c3cc02de79cde658ebb8d5d99d9ffbb68d6cfa6d | | | | | Author: adrpo | | | | | Date: Wed Sep 2 19:27:46 2015 +0200 | | | | | | | | | | comment out the search for libsundials_arkode | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | * commit 77249d4640e35ff40cd6992841a7d94c75fbb23a | | | | |\ Merge: 865e87c23a 9a1798243d | | | | | | Author: adrpo | | | | | | Date: Wed Sep 2 19:12:36 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | * commit 9a1798243dca65df97ac3f42a1d807a57156aa0c | | | | | | Author: Niklas Worschech | | | | | | Date: Wed Sep 2 15:53:10 2015 +0200 | | | | | | | | | | | | fix in cpp runtime isConsistent method | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | | | | * commit 27d04a518d63adc1af01cfe9364c5804cd6d00e0 | | | | | | Author: Niklas Worschech | | | | | | Date: Tue Sep 1 14:36:44 2015 +0200 | | | | | | | | | | | | fix in cpp template for wrong sparse pattern index | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | commit 865e87c23a360b8a90121507cec25d3f1e144f0b | | | | | | Author: adrpo | | | | | | Date: Wed Sep 2 19:10:56 2015 +0200 | | | | | | | | | | | | compile 3rdParty/sundials on Windows during build | | | | | | | | | | | | M 3rdParty | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | M Makefile.common | | | | | | M Makefile.omdev.mingw | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | | | | | | * | | commit 6c80f5f36c8dfccfa714d45b251a8456b582fd9d | | | | | | Author: Niklas Worschech | | | | | | Date: Wed Sep 2 19:27:36 2015 +0200 | | | | | | | | | | | | removed sundials includes from FactoryPolicy from cpp runtime | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | | | | * | | commit c4b6d782f4df0a91a1db18b4fa68b6dc79fd10f1 | | | |\ \ \ Merge: c542205025 a5fb0ef4a7 | | | | | |/ Author: Niklas Worschech | | | | |/| Date: Wed Sep 2 15:21:43 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | * | commit a5fb0ef4a7cbc63bdde3ca02a48d7e55516b233c | | | | | | Author: vwaurich | | | | | | Date: Wed Sep 2 13:30:49 2015 +0200 | | | | | | | | | | | | - interrupt for-loop eval correctly | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | | * | commit a54318fbe06931525a6e9d03b18236980c706eb8 | | | | | | Author: vwaurich | | | | | | Date: Wed Sep 2 10:03:46 2015 +0200 | | | | | | | | | | | | - interrupt eval forLoops if nothing is evaluated | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | | * | commit 52e1cc8fd68a3321672e3004494372aec2bcc776 | | | | | | Author: vwaurich | | | | | | Date: Tue Sep 1 15:04:13 2015 +0200 | | | | | | | | | | | | - constant call-types are not always evaluated | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | | * | commit f252d1fac8a809535ab9ddeae749f727d3b4441f | | | | | | Author: vwaurich | | | | | | Date: Tue Sep 1 14:19:40 2015 +0200 | | | | | | | | | | | | - remove Repl for const funcCalls | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | | * | commit d1ecf33d5ba89540f5b729987a7c86734fe715a5 | | | | | | Author: vwaurich | | | | | | Date: Tue Sep 1 13:04:01 2015 +0200 | | | | | | | | | | | | - fix non-evaluatable for-loops | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | | * | commit 91fa0e7eef3ba3e9324c345c6457626e19166ff7 | | | | |/ Author: vwaurich | | | | | Date: Tue Sep 1 11:47:31 2015 +0200 | | | | | | | | | | - fix plts,eval for-loops,eval params | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | | | | | * commit 477db3ca393028b5f7ba52456d49b73e02b07861 | | | | | Author: Lennart Ochel | | | | | Date: Wed Sep 2 10:48:42 2015 +0200 | | | | | | | | | | Fixed implicit declaration of function debugDouble | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | * commit c4ec9b3b3e0a647bf30b040494bc18605d1fc0d7 | | | | | Author: Martin Sjölund | | | | | Date: Wed Sep 2 10:01:03 2015 +0200 | | | | | | | | | | Add Windows ifdef's for stack overflow | | | | | | | | | | Dummy implementation for now. Will not catch stack overflow. | | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | | | | | * commit e1d541a8e8092ba0b6f04192d6aef950b614bb4f | | | | | Author: Martin Sjölund | | | | | Date: Tue Sep 1 18:10:38 2015 +0200 | | | | | | | | | | Dependencies for array dimensions in functions | | | | | | | | | | Previously, array dimensions were not traverse, which causes dynload | | | | | to fail. | | | | | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | | | * commit 7f30078699aceca64596460272d8fd7170b7b81c | | | | | Author: Martin Sjölund | | | | | Date: Tue Sep 1 12:10:06 2015 +0200 | | | | | | | | | | Only guard against stack overflow in the topmost ceval call | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/Global/Global.mo | | | | | M Compiler/Script/CevalScript.mo | | | | | M Compiler/Util/Error.mo | | | | | M Compiler/Util/ErrorExt.mo | | | | | M Compiler/Util/StackOverflow.mo | | | | | M Compiler/runtime/errorext.cpp | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | | | | | | | * commit 3fd53755954593966d9e3ce20ae43a26cb4118ce | | | | | Author: Martin Sjölund | | | | | Date: Tue Aug 11 20:26:16 2015 +0200 | | | | | | | | | | Add stack overflow checks without signal handlers | | | | | | | | | | Do not check for stack overflow in simulation code. | | | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | M Compiler/Script/CevalScript.mo | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M Compiler/Util/DynLoad.mo | | | | | A Compiler/Util/StackOverflow.mo | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | M Compiler/boot/Makefile.common | | | | | M Parser/Modelica.g | | | | | M Parser/ModelicaParserCommon.h | | | | | M Parser/ModelicaParser_omc.c | | | | | M Parser/Parser_omc.c | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | | | M SimulationRuntime/c/openmodelica_types.h | | | | | | | | | * commit d8ff3e0d6d7981953a2a4d86fa64dc30578f9d7f | | | | | Author: Martin Sjölund | | | | | Date: Wed Sep 2 09:41:10 2015 +0200 | | | | | | | | | | Try to fix OSX install name path | | | | | | | | | | M 3rdParty | | | | | M Makefile.common | | | | | M common | | | | | | | | | * commit 8b93f29f4b607ca9fbe3b3151a5db556030a9925 | | | | | Author: Lennart Ochel | | | | | Date: Wed Sep 2 09:24:16 2015 +0200 | | | | | | | | | | Fixed function createVars | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 7c20b57cad8fb149cff90b0068b834a9e684a702 | | | | | Author: Marcus Walther | | | | | Date: Wed Sep 2 09:09:29 2015 +0200 | | | | | | | | | | - preserved "=" if the argument was not replaced | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | * commit d115f8bce56d2cd539a49004c435d2fb9e90d484 | | | | | Author: Marcus Walther | | | | | Date: Wed Sep 2 08:50:02 2015 +0200 | | | | | | | | | | - fixed leading "=" in result file if OMEdit is used | | | | | - removed @CMAKE_C_FLAGS@ from config file | | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | * commit c242492f2a8053984a7ad474ba3d4d4139f1a216 | | | | | Author: Marcus Walther | | | | | Date: Tue Sep 1 15:40:42 2015 +0200 | | | | | | | | | | - changed the -r" flag of the cpp-runtime to "-F" to have a consistent flag-behaviour | | | | | - added some asserts to array-classes of c++ runtime | | | | | - fixed Kinsol-FMU support | | | | | - some typos | | | | | - added the possibility to overwrite flags in the c++ simulation runtime -- we can now replace "-r=file" with "-F=file" and "-w" with "-V all=warning" | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | * | commit c542205025df90ea6380e2df8c01d15a15350314 | | | | | Author: Niklas Worschech | | | | | Date: Wed Sep 2 15:21:23 2015 +0200 | | | | | | | | | | fix in cpp runtime isConsistent method | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | * | commit 355aa822523aae5046fe25ce60e1fad57d32d331 | | | |\| Merge: 32a85cdae2 44eef17e37 | | | | | Author: Niklas Worschech | | | | | Date: Wed Sep 2 08:55:11 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 44eef17e379843a61d37663853a174aa4b96a17b | | | | | Author: Rüdiger Franke | | | | | Date: Wed Sep 2 06:51:34 2015 +0200 | | | | | | | | | | small cleanup of stream implementation | | | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | | * | commit 32a85cdae2abaf418650b6d0f5bbdd17b8f78b9b | | | | | Author: Niklas Worschech | | | | | Date: Tue Sep 1 14:51:59 2015 +0200 | | | | | | | | | | merged common folder | | | | | | | | | | M common | | | | | | | | * | commit 050c0ba83cd89a6b67e3ad82a1d614c19e10273b | | | |\| Merge: 3ba9138e98 ef238a6303 | | | | | Author: Niklas Worschech | | | | | Date: Tue Sep 1 14:37:00 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit 3ba9138e982c33ba2e4af5fec29dc184ef0fefa8 | | | | | Author: Niklas Worschech | | | | | Date: Tue Sep 1 14:36:44 2015 +0200 | | | | | | | | | | fix in cpp template for wrong sparse pattern index | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 79df0142d3daa2f0c3052b120e71dfd1440039b4 | | | | | Author: Niklas Worschech | | | | | Date: Tue Sep 1 11:07:06 2015 +0200 | | | | | | | | | | fix for wrong ublas matrix indices | | | | | removed not needed files | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticLinSolverOMCFactory.cpp | | | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticNonLinSolverOMCFactory.cpp | | | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticSolverOMCFactory.cpp | | | | | | | * | | commit 299d7170d5dd25ab59bd6aa856c35abf5de08371 | | | | | Author: RuedKamp | | | | | Date: Thu Sep 3 09:14:52 2015 +0200 | | | | | | | | | | -some minor changes | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * | | commit 1a782bb7081885c32eb4c55f66364605afa74f32 | | |\ \ \ Merge: d6f4cb02aa ef238a6303 | | | | |/ Author: RuedKamp | | | |/| Date: Tue Sep 1 16:02:26 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit ef238a6303b2160d48522ef72fc7ed9c568d2837 | | | | | Author: vwaurich | | | | | Date: Tue Sep 1 11:22:21 2015 +0200 | | | | | | | | | | - add SimCodeUtil.simJacCSRToCSC | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit 7075c87e611abe78b728815fec48810d4df06b14 | | | | | Author: Niklas Worschech | | | | | Date: Tue Sep 1 11:09:30 2015 +0200 | | | | | | | | | | fix for wrong ublas matrix indices | | | | | removed not needed files | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticLinSolverOMCFactory.cpp | | | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticNonLinSolverOMCFactory.cpp | | | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticSolverOMCFactory.cpp | | | | | | | | * | commit 1213c368d1d49edeb4e7b5a24dcbfcd43d1b03b9 | | | |/ Author: mflehmig | | | | Date: Tue Sep 1 10:26:08 2015 +0200 | | | | | | | | - Error message handling in Cpp Runtime, fixes ticket #3429; | | | | - Merged constructors of class ModelicaSimulationError into one. | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | * commit e18a45ae3291b4723965b8e16b47ab7fd4b20991 | | | | Author: Rüdiger Franke | | | | Date: Tue Sep 1 08:43:45 2015 +0200 | | | | | | | | reduce inStream equations for zero flow (#3430) | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | * commit 7a8b275d95754ca4de6634bab328205cd9de9cff | | | | Author: vwaurich | | | | Date: Tue Sep 1 08:16:27 2015 +0200 | | | | | | | | - fix 4bba, fix setRecordTypes for tuples | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | * commit 04b8271446b89d321c2fb07b03465a5e0ea6be53 | | | | Author: vwaurich | | | | Date: Mon Aug 31 13:28:17 2015 +0200 | | | | | | | | - remove debug output | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | * commit e58a9beea0d57fb89835e4709bf3585373a3dde2 | | | | Author: vwaurich | | | | Date: Mon Aug 31 13:08:37 2015 +0200 | | | | | | | | - remove 2nd preCalcStart | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 0da7c2bd48ac6dac99b9a52c98fc314b3a5bba36 | | | | Author: vwaurich | | | | Date: Mon Aug 31 12:41:08 2015 +0200 | | | | | | | | - merge commit | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit fad9fe29bba01b767e7807377eb6480e0b24862f | | | | Author: vwaurich | | | | Date: Fri Aug 28 11:10:09 2015 +0200 | | | | | | | | - fix for EvaluateFunctions.getStatementLHS | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | * commit b19dc57700700b95cc653f2c4fde08090a2c2c96 | | | | Author: vwaurich | | | | Date: Thu Aug 27 16:40:32 2015 +0200 | | | | | | | | - enhance partFuncEval for initValues | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 15d68519ba8da469269260a11ced29178c0f06a9 | | | | Author: vwaurich | | | | Date: Wed Aug 26 09:30:25 2015 +0200 | | | | | | | | single eval of knvars | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 2d51ecfa73a2cc87ce19098f953fc04ed4c228c0 | | | | Author: vwaurich | | | | Date: Wed Aug 26 09:01:30 2015 +0200 | | | | | | | | - evaluate funcCalls in start-values | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 6e76cee652ab7f1b3fc339f99853c5ce9a9cae8f | | | | Author: Marcus Walther | | | | Date: Mon Aug 31 17:40:18 2015 +0200 | | | | | | | | - changed the default buildtype for linux back to RelWithDebInfo | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | * commit 890f7b4d10c21305a9c3f376003c5bc6b4e5ff9a | | | |\ Merge: 8efdf53089 68b4a6027c | | | | | Author: hudson | | | | | Date: Mon Aug 31 15:52:00 2015 +0200 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | * commit 68b4a6027c330804344b71c2d915b507f1746ae0 | | | | | Author: adrpo | | | | | Date: Mon Aug 31 15:31:54 2015 +0200 | | | | | | | | | | adapt code to agree with ANSI C for the msvc compiler | | | | | | | | | | M SimulationRuntime/c/util/rational.c | | | | | M SimulationRuntime/c/util/rational.h | | | | | | | | * | commit 8efdf53089e9610d8b287c94d8345b52b7c0facf | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 31 15:49:52 2015 +0200 | | | | | | | | | | fix for missing ModelicaUtilities include in cpp runtime | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | * | commit 10c501bf865bef8c5537ff3f00ec064b133cfb25 | | | |\| Merge: e9df6e7613 a481fe6a68 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 31 14:44:22 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | Conflicts: | | | | | SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | * commit a481fe6a68354f9395f8d0e6c579079d035a0dd7 | | | | | Author: mahge | | | | | Date: Mon Aug 31 13:24:09 2015 +0200 | | | | | | | | | | - Fix #3339 and #3347 | | | | | - Fix parfor loop tick counters. | | | | | - Update assert gneration in parallel context. | | | | | - Fix argument type generation for some parallel cases. | | | | | - Fix ParModelica integer division (no ldiv in OpenCL). | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | * commit e747152e2ee34c3343bc298b337106aa3d9e2595 | | | | | Author: mahge | | | | | Date: Fri Aug 28 11:24:01 2015 +0200 | | | | | | | | | | - Fix #3335 and #3336 | | | | | - Update assert defines | | | | | - Fix boxed function issues for functions with parallel variables. | | | | | - Fix arg types for parallel arguments | | | | | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/OCLRuntimeUtil.cl | | | | | | | | | * commit 010b68623314733c334b5da02ecbf3cbbbc1954c | | | | | Author: mahge | | | | | Date: Wed Aug 26 17:08:54 2015 +0200 | | | | | | | | | | - Fix #3334 | | | | | - Update/fix code generation of parallel functions. | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | * commit fec5e5b91d3986fe9c24f4a56cec79d7613960b5 | | | | | Author: mahge | | | | | Date: Wed Aug 26 17:02:37 2015 +0200 | | | | | | | | | | - Fix #3326 and #3332. | | | | | - Update KernelFunctionInterfacegenerations. | | | | | - Fix 64 bit integer issues with parmodelica. | | | | | - Fix the parmodelica makefiles. | | | | | - Disable freeing of parallel arrays for now (need to handle the return variable). | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.common | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.in | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.omdev.mingw | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/OCLRuntimeUtil.cl | | | | | | | | | * commit 17d8596bf1869fef3c03787e99256b0c2a879ec7 | | | | | Author: mahge | | | | | Date: Wed Aug 26 16:59:07 2015 +0200 | | | | | | | | | | - Fix #3198. | | | | | - modelica_string (void*) expected. Not const char*. No implicit conversion in C++. | | | | | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | | | * commit 2683a17cbbb6de42f4cad6ee3ccbe7f87f559660 | | | | | Author: mahge | | | | | Date: Wed Aug 26 16:57:04 2015 +0200 | | | | | | | | | | - ParModelica fixes. | | | | | - Move global declarations to the source file. | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | * commit 6c17d0c541a4f80a5f9e43a707c630dbb5bdbba7 | | | | | Author: vwaurich | | | | | Date: Thu Aug 27 13:36:56 2015 +0200 | | | | | | | | | | - remove debug output | | | | | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | | | | | * commit e83657d8dc744123623b9223a2a804e27c80082f | | | | | Author: vwaurich | | | | | Date: Tue Aug 25 13:35:07 2015 +0200 | | | | | | | | | | - new module evalAllParams | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * commit b6bb89dfa4568cd7c412398441a394338dd0048b | | | | | Author: Marcus Walther | | | | | Date: Mon Aug 31 10:42:54 2015 +0200 | | | | | | | | | | - c++ modelica-exceptions can now be suppressed - so no error is printed | | | | | - "--help" is working in c++ simulation runtime | | | | | - c++ command line arguments are divided into hidden and available flags | | | | | - unrecognized flags produce a warning on std::cerr again | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | * commit 76858d6bab365c69f045a084337d24ea76f9ed3a | | | | | Author: gossen | | | | | Date: Mon Aug 31 10:29:28 2015 +0200 | | | | | | | | | | Print error for clocked continuous systems | | | | | | | | | | They are not supported yet | | | | | | | | | | M SimulationRuntime/c/simulation/solver/synchronous.c | | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | | | * commit cdf4d6836250a4babe19f0cde4d8dc8ed8defdcd | | | | | Author: gossen | | | | | Date: Thu Aug 20 23:22:44 2015 +0300 | | | | | | | | | | Add support for Boolean clocks | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | M SimulationRuntime/c/simulation/solver/synchronous.c | | | | | M SimulationRuntime/c/simulation/solver/synchronous.h | | | | | | | | | * commit 43e12c93f8451c65e434f0ba576ccfb1bd037ef6 | | | | | Author: gossen | | | | | Date: Sat Aug 22 13:23:24 2015 +0300 | | | | | | | | | | Fix clock partitioning in encapsulateWhenConditions | | | | | | | | | | Re-partition only continuous systems if necessary. | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | * commit 60202fe1f29ef0fdd2fe3b738156ed79933106a2 | | | | | Author: gossen | | | | | Date: Sat Aug 22 16:55:13 2015 +0300 | | | | | | | | | | Dump partitions info in BackendDump.printShared function | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | * commit 81dc5b007e6364b832e855f6d535fda2c393f142 | | | | | Author: gossen | | | | | Date: Thu Aug 20 22:49:45 2015 +0300 | | | | | | | | | | Emit results before clock equations fired | | | | | | | | | | M SimulationRuntime/c/simulation/solver/synchronous.c | | | | | | | | | * commit da4018549d65c31a96d2a12cebac5421d31f00e7 | | | | | Author: gossen | | | | | Date: Thu Aug 20 22:39:11 2015 +0300 | | | | | | | | | | Save pre values for clocked variables | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | * commit cbfc72333a5bbc2eaebbebe19fe73ab591735195 | | | | | Author: gossen | | | | | Date: Tue Aug 18 22:13:07 2015 +0300 | | | | | | | | | | Fix typo | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | * commit d9175e1d34a28e45d0aff3fb8978aa714b32cc2e | | | | | Author: gossen | | | | | Date: Tue Aug 18 22:12:23 2015 +0300 | | | | | | | | | | "previous" operator support in C simulation runtime | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | * commit 9fa1b91b2ca0c42f14f8500ff0333f6b0e78f610 | | | | | Author: gossen | | | | | Date: Tue Aug 18 21:32:32 2015 +0300 | | | | | | | | | | Support for previous operator in SimCode | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/SimCode/SimCode.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * commit e090c54aeb8544b15a7d23ea7e0ceb4b6c4ee947 | | | | | Author: gossen | | | | | Date: Mon Aug 17 22:18:28 2015 +0300 | | | | | | | | | | Clocked vars simcode translation changes | | | | | | | | | | Move var-to-simvar translation from SimCodeUtil.crateModelInfo to | | | | | SimCodeUtil.translateClockedEquations for clocked systems variables | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 58bd3ab2d49c6125740a90525ef1abf58355872e | | | | | Author: gossen | | | | | Date: Sun Aug 16 20:04:31 2015 +0300 | | | | | | | | | | Implement interval Clock support in C simulation runtime | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M SimulationRuntime/c/Makefile.common | | | | | M SimulationRuntime/c/Makefile.objs | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | | M SimulationRuntime/c/simulation/solver/epsilon.h | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | A SimulationRuntime/c/simulation/solver/synchronous.c | | | | | A SimulationRuntime/c/simulation/solver/synchronous.h | | | | | M SimulationRuntime/c/simulation_data.h | | | | | M SimulationRuntime/c/util/list.c | | | | | M SimulationRuntime/c/util/list.h | | | | | M SimulationRuntime/c/util/rational.c | | | | | M SimulationRuntime/c/util/rational.h | | | | | | | | | * commit 9ca046fd4e8288b02f42fcbb85f8940841f6716e | | | | | Author: gossen | | | | | Date: Sun Aug 16 20:00:47 2015 +0300 | | | | | | | | | | Improve clock partitioning | | | | | | | | | | 1. Move subpartitions info in shared.partitionsInfo field record | | | | | 2. Sort sub-partitions to preserve sub-clock hierarchy | | | | | 3. Fix removed equations partitioning | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/FrontEnd/MMath.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 96c79085a0d4bb3e2a38d1375ebdd672c8bc747e | | | | | Author: gossen | | | | | Date: Sun Aug 16 19:42:05 2015 +0300 | | | | | | | | | | Remove duplicate function MMath.printNumber | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/FrontEnd/MMath.mo | | | | | | | | | * commit 3f8214dd87dd4460a8ffcfe87f11d9730a2b733e | | | | | Author: gossen | | | | | Date: Fri Aug 14 22:51:28 2015 +0300 | | | | | | | | | | Extract functions from prefixed_simulation function | | | | | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | | | | | * commit a0f09a7fb9e6fb7540ce88bf35dd7f2789457e2f | | | | | Author: Rüdiger Franke | | | | | Date: Sat Aug 29 13:42:51 2015 +0200 | | | | | | | | | | Tweak pass by reference in Cpp function closures | | | | | | | | | | The change fixes a problem with array arguments. | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | * commit cd36c55594f634cc1f5735ad5b3ac498eaac20d3 | | | | | Author: Rüdiger Franke | | | | | Date: Fri Aug 28 19:49:17 2015 +0200 | | | | | | | | | | remove unspecific metatype from Cpp function closures | | | | | | | | | | see #3419 | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * commit e9cd5237b1ead60c123f1b21fac82de9cfe19918 | | | | | Author: Marcus Walther | | | | | Date: Fri Aug 28 15:01:34 2015 +0200 | | | | | | | | | | - added a set of arguments that should be ignored by OMCFactory | | | | | - disabled the unrecognized option warning of OMCFactory, if C-Runtime flags are used | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | * commit e8a399455b61738e20121fb2ecf3087d896804ec | | | | | Author: mflehmig | | | | | Date: Fri Aug 28 14:48:46 2015 +0200 | | | | | | | | | | * Typos, Indention, Logging | | | | | | | | | | M .gitignore | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | | | | | * commit ec7b8ac2e3cd875496ab2551509cc835af9e0409 | | | | | Author: hkiel | | | | | Date: Fri Aug 28 11:48:27 2015 +0200 | | | | | | | | | | ignore generated files and dirs | | | | | | | | | | M .gitignore | | | | | | | | | * commit d96bc5821110564de2f094b3da618e31498e5fd7 | | | | | Author: hkiel | | | | | Date: Thu Aug 27 09:15:45 2015 +0200 | | | | | | | | | | bump to current version | | | | | | | | | | M 3rdParty | | | | | | | | | * commit 614402501c7853ce942dcdcbf28030e8a2de3309 | | | | | Author: Marcus Walther | | | | | Date: Fri Aug 28 10:29:23 2015 +0200 | | | | | | | | | | - fix for array allocation in hpcom profiling | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | * commit 3dc3315e435205b1034748032449e881e8b4e65d | | | | | Author: Marcus Walther | | | | | Date: Fri Aug 28 09:57:59 2015 +0200 | | | | | | | | | | - fixed wrong build type of cpp-runtime | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | * commit 4535b264132c118ad9df663e44642b6d5b206fdf | | | | | Author: Marcus Walther | | | | | Date: Fri Aug 28 09:59:38 2015 +0200 | | | | | | | | | | - simple fix for hpcom profiling | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | * commit cb5014a925d5933c57809dcb7c7908e0c3098276 | | | | | Author: adrpo | | | | | Date: Thu Aug 27 20:45:25 2015 +0200 | | | | | | | | | | propagate buildtype on Windows for bug #3426 | | | | | | | | | | M Makefile.omdev.mingw | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | * commit a96b59aff4fb5a4ed58db2dbab0c0cebbe88fba8 | | | | | Author: Marcus Walther | | | | | Date: Thu Aug 27 12:49:00 2015 +0200 | | | | | | | | | | - build type (release, debug or relwithdebinfo) of the c++ simulation runtime can now be switched with the help of configure (--with-cppruntime-args=BUILD_TYPE=Release) | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | | * | commit e9df6e76134fe172663145ffc33ac01e20426bf6 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 31 14:33:50 2015 +0200 | | | | | | | | | | fix for cpp runtime release msvc build and msvc precompiled header | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticLinSolverOMCFactory.cpp | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticNonLinSolverOMCFactory.cpp | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticSolverOMCFactory.cpp | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | | | | | | * | commit 02bc3aa0128ae7a7cfabafa96c87d4438890ad71 | | | |\| Merge: f94d39ed47 fcbfeb5331 | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 27 12:29:17 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit fcbfeb5331f37fe76e324a5099feeb5f715db753 | | | | | Author: Marcus Walther | | | | | Date: Thu Aug 27 07:56:28 2015 +0200 | | | | | | | | | | - fixed profiling in hpcom | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | * commit a783b5ebd63bcfbf1f0f3198a0e1d2fb76d97591 | | | | | Author: Marcus Walther | | | | | Date: Wed Aug 26 14:40:56 2015 +0200 | | | | | | | | | | - integer-function should now work according to modelica specification (cpp runtime) | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | | | | | * commit e683e8bfcb847d0636b2ab4e5a3fa9d26822b72d | | | | | Author: Rüdiger Franke | | | | | Date: Wed Aug 26 23:09:23 2015 +0200 | | | | | | | | | | Quick fix for div operator | | | | | | | | | | This is to avoid a compilation error for models using div or rem. | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | * commit e03b0653982fc2837a0f33c431d3b51fbf0ca9c8 | | | | | Author: Per Östlund | | | | | Date: Wed Aug 26 15:39:45 2015 +0200 | | | | | | | | | | Revert fix for #3386, since it doesn't work correctly. | | | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | * commit cf16403b07a5cace7be9b97aea2030a835b7412d | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 26 14:57:17 2015 +0200 | | | | | | | | | | fix in cpp template for wrong StatArray dimension size | | | | | added therefore a dimension check function in Expression.mo | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * commit 1bdca5e78c9bbae7d0b754b3e88762b62026e009 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 24 13:48:15 2015 +0200 | | | | | | | | | | merged OMCompiler/Common | | | | | | | | | | M common | | | | | | | | | * commit 6b681c4666a2c50520d4c683d0eff87382f50ee3 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 24 09:53:18 2015 +0200 | | | | | | | | | | added restoreOldValues and restoreNewValues to Algoop of cpp runtime to restore all alglopvalues during output routine | | | | | | | | | | M common | | | | | | | | * | commit f94d39ed4764b6e25f99552da7df68c0f66581b6 | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 27 11:16:24 2015 +0200 | | | | | | | | | | optimized isConsistent in SystemDefaultImplementation | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | | * | commit fe6d8edd7bec35bf3887ae82814f586f08c97115 | | | |\| Merge: f6a3cc1edd 9138159eab | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 26 14:55:08 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 9138159eab5b23c620659ebb57557f2a873c92c5 | | | | | Author: Martin Sjölund | | | | | Date: Wed Aug 26 09:14:35 2015 +0200 | | | | | | | | | | Fix for return in try-block | | | | | | | | | | This fixes bug #3240, where the jmp_buf is set to a deeper stack | | | | | frame after returning from the middle of a try block (the jmp_buf | | | | | needs to be restored after exiting the block). | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | M Compiler/SimCode/SimCode.mo | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | M Compiler/Template/CodegenXML.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | * | commit f6a3cc1edd66b1d29a003bed6c90b50c75c093a2 | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 26 14:54:51 2015 +0200 | | | | | | | | | | fix in cpp template for wrong StatArray dimension size | | | | | added therefore a dimension check function in Expression.mo | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | * | commit 1cb60824699b0338551fc620e62827799e5ff2a3 | | | |\| Merge: 52a9c9309a 3f56facb75 | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 26 08:52:27 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 3f56facb75e0ca6d0fcffacb568cf4e9bbdafd66 | | | | | Author: Niklas Worschech | | | | | Date: Tue Aug 25 17:26:35 2015 +0200 | | | | | | | | | | fix in cpp template for allocating Jacobian | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | * commit 076671c5817da3b2d755a6777ee1822a8af66565 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 24 13:48:15 2015 +0200 | | | | | | | | | | merged OMCompiler/Common | | | | | | | | | | M common | | | | | | | | | * commit fc527e92c94182c64fdfe9dd1952e85f1b8a56a1 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 24 09:53:18 2015 +0200 | | | | | | | | | | added restoreOldValues and restoreNewValues to Algoop of cpp runtime to restore all alglopvalues during output routine | | | | | | | | | | M common | | | | | | | | * | commit 52a9c9309aaa649faa473c7cb01781dcadf04a8e | | | | | Author: Niklas Worschech | | | | | Date: Tue Aug 25 17:23:24 2015 +0200 | | | | | | | | | | fix in cpp template for allocating Jacobian | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | * | commit e47e0611bace5d27659bec416efca6799eec2ce8 | | | |\| Merge: 0500ba250f 1981ce9472 | | | | | Author: Niklas Worschech | | | | | Date: Tue Aug 25 13:22:06 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit 0500ba250f579927252a529d4120f74a5396e2f8 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 24 13:48:15 2015 +0200 | | | | | | | | | | merged OMCompiler/Common | | | | | | | | | | M common | | | | | | | | * | commit 336b14a65ab4e401fa6b4b85f9e329ca3345eccd | | | |\ \ Merge: 605ae75452 8c86132057 | | | | | | Author: Niklas Worschech | | | | | | Date: Mon Aug 24 09:53:42 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit 605ae754528bddbc2588c52f6b79bded5aa84c5f | | | | | | Author: Niklas Worschech | | | | | | Date: Mon Aug 24 09:53:18 2015 +0200 | | | | | | | | | | | | added restoreOldValues and restoreNewValues to Algoop of cpp runtime to restore all alglopvalues during output routine | | | | | | | | | | | | M 3rdParty | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | M common | | | | | | | | * | | | commit d6f4cb02aafa6fa708f947849d8e595ffbdba146 | | | | | | Author: RuedKamp | | | | | | Date: Tue Sep 1 16:00:35 2015 +0200 | | | | | | | | | | | | -some changes for sparse matrices without lineartearing | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Util/Flags.mo | | | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | | | * | | | commit f70ec8bd76c13f6ff21d709b9894d7f23c609843 | | |\ \ \ \ Merge: c30bade9f3 1981ce9472 | | | | |_|/ Author: RuedKamp | | | |/| | Date: Tue Aug 25 14:54:47 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | Conflicts: | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * | | commit 1981ce9472c2a231ebff546c641d10ddadc2f421 | | | | | | Author: Per Östlund | | | | | | Date: Tue Aug 25 11:50:37 2015 +0200 | | | | | | | | | | | | Some List changes: | | | | | | | | | | | | - List.find was replaced with the more efficient List.mapFirst. | | | | | | - List.selectFirst* was replaced by List.find*, to make List | | | | | | a bit less surprising. | | | | | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | M Compiler/FrontEnd/NFInstUtil.mo | | | | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | M Compiler/Script/Interactive.mo | | | | | | M Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | M Compiler/Util/List.mo | | | | | | | | | * | | commit 540a4646eda865ddc15b36c25889c7e08e832c05 | | | | | | Author: Per Östlund | | | | | | Date: Tue Aug 25 11:24:19 2015 +0200 | | | | | | | | | | | | Changed some unneccesary uses of List.find to List.selectFirst. | | | | | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | | | | | * | | commit ccced530e39d0ede4c981bf672eb574389782876 | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Aug 25 10:49:24 2015 +0200 | | | | | | | | | | | | Use faster addressing of arrays | | | | | | | | | | | | Avoid use of var-args functions, using specialized 1/2-dim array | | | | | | access instead. | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | M SimulationRuntime/c/util/generic_array.c | | | | | | M SimulationRuntime/c/util/generic_array.h | | | | | | | | | * | | commit 395a4e727d432b6ec2478396966ca7efdf6e667d | | | | | | Author: Rüdiger Franke | | | | | | Date: Mon Aug 24 17:51:20 2015 +0200 | | | | | | | | | | | | exploit type info available for function pointers | | | | | | | | | | | | See: Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX | | | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | * | | commit 669dc8990ae64c1199d7acb0abb87910eb6ae414 | | | | | | Author: Niklas Worschech | | | | | | Date: Mon Aug 24 13:49:47 2015 +0200 | | | | | | | | | | | | merged OMCompiler/Common | | | | | | | | | | | | M common | | | | | | | | | * | | commit 879063bafc59ac6b4f6abd93000409a7da1e8161 | | | | |/ Author: Niklas Worschech | | | |/| Date: Mon Aug 24 09:53:18 2015 +0200 | | | | | | | | | | added restoreOldValues and restoreNewValues to Algoop of cpp runtime to restore all alglopvalues during output routine | | | | | | | | | | M 3rdParty | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | M common | | | | | | | | * | commit 8c86132057dbd58b14ad924e7a01af9ab2da79b7 | | | | | Author: Rüdiger Franke | | | | | Date: Sun Aug 23 20:39:28 2015 +0200 | | | | | | | | | | implement function inputs to functions | | | | | | | | | | See: Modelica.Math.Nonlinear.Examples.quadratureLobatto3 | | | | | | | | | | So far only Real arguments are supported because | | | | | the type information is insufficient during code generation. | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | * | commit 023bd801062cabdc519435189b21c8650599161d | | | | | Author: vwaurich | | | | | Date: Fri Aug 21 11:17:01 2015 +0200 | | | | | | | | | | - function to dump simJac | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit 629f329b8a3da00939856a04a3a3fd864a2bb718 | | | | | Author: Per Östlund | | | | | Date: Thu Aug 20 18:06:33 2015 +0200 | | | | | | | | | | Fix for #3386: | | | | | | | | | | - Fixed spliced exp creation for crefs prefixed with a class name. | | | | | - Cleaned up Static.elabCref2 by removing dead and redundant code. | | | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | * | commit 9e20c7d937f3812e33ccbbbef00079e424f42520 | | | | | Author: vwaurich | | | | | Date: Wed Aug 19 15:35:04 2015 +0200 | | | | | | | | | | - make try/else around orderExtVars | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Util/List.mo | | | | | | | | * | commit 108a8453f86d2957b56758bd3bb411a4ecd33151 | | | |/ Author: vwaurich | | | | Date: Wed Aug 19 15:07:58 2015 +0200 | | | | | | | | - order external vars correctly | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | M Compiler/Util/List.mo | | | | | | | * commit 9c088a9adf96b8a75644c583836380d4ca30d8a7 | | | | Author: Niklas Worschech | | | | Date: Wed Aug 19 14:31:59 2015 +0200 | | | | | | | | fix in Kinsol if perturbed system matrix, system evaluation was missing after system was solved | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | * commit 70794634904e805217428a11bfa65ccb111d1927 | | | | Author: Per Östlund | | | | Date: Wed Aug 19 14:03:09 2015 +0200 | | | | | | | | Fix for #3401: | | | | | | | | - Fix code generation for F77 external functions broken by r50e2ca6. | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | * commit 820257d9646aa396c35917dafff2699814fcc28b | | | | Author: adrpo | | | | Date: Wed Aug 19 03:07:16 2015 +0200 | | | | | | | | update .gitignore with new template file | | | | | | | | M .gitignore | | | | | | | * commit a504a6249ab2ca5e4594c615fce7a76623aaecfe | | | | Author: Willi Braun | | | | Date: Tue Aug 18 16:51:48 2015 +0200 | | | | | | | | - fix elsewhen handling in BackendDAECreate | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | M Compiler/BackEnd/BackendEquation.mo | | | | M common | | | | | | | * commit 1654145f0d9a6133f21e1fd1623359ae089ff9c4 | | | |\ Merge: f79d9636e8 32ed7bfc9d | | | | | Author: Niklas Worschech | | | | | Date: Tue Aug 18 10:57:29 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 32ed7bfc9d4c940a3fd9d0197bbf31add80ee2c0 | | | | | Author: Willi Braun | | | | | Date: Tue Aug 11 14:37:50 2015 +0200 | | | | | | | | | | revise isDiscretExp function for zero-crossings | | | | | | | | | | - moved and merged isVarDiscrete | | | | | - removed isDiscreteEquation, since it's not used and it's wrong. | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 45e4f5066c59a5ff8e2bb7b49e64378998e8ebba | | | | | Author: Willi Braun | | | | | Date: Mon Aug 17 15:53:25 2015 +0200 | | | | | | | | | | - removed most stuff that deals with WHEN_CLAUSES | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | M Compiler/BackEnd/DAEQuery.mo | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | M Compiler/SimCode/SimCode.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M Compiler/Template/CodegenFMUCppHpcom.tpl | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | M Compiler/Template/CodegenXML.tpl | | | | | M Compiler/Template/SimCodeQSSTV.mo | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * commit e949cdd3afb4515de6332f94bdf96d6b4c28c70f | | | | | Author: Marcus Walther | | | | | Date: Mon Aug 17 12:05:33 2015 +0200 | | | | | | | | | | - added makefile dependency from runtimeCPPinstall to omc, because the suitesparse libraries should be used by the cpp-runtime | | | | | - the "--nls_continue" flag is now working again, if the kinsol solver is used | | | | | | | | | | M Makefile.common | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit 92eaf4ad18c01033c3c27d2514fdb1659ec18f12 | | | | | Author: Willi Braun | | | | | Date: Mon Aug 17 11:38:00 2015 +0200 | | | | | | | | | | -fix BackendInline.inlineWhenEq | | | | | | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | | | | | * commit afb23b09bddd471aa44af582c5790c5d5295d592 | | | | | Author: Willi Braun | | | | | Date: Mon Aug 17 11:25:14 2015 +0200 | | | | | | | | | | - fix replaceWhenEquation | | | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | | | * commit 98b6821bf536ed7eec8365f43b98d596dd0a4483 | | | | | Author: Rüdiger Franke | | | | | Date: Fri Aug 14 18:25:07 2015 +0200 | | | | | | | | | | change import order for duplicates like crefStr | | | | | | | | | | See Modelica.Utilities.Examples.readRealParameterModel | | | | | defining a variable with C++ keyword string as name. | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * commit 2d797bbfe2aec40ce0c8004d2d788069decc0029 | | | | | Author: Rüdiger Franke | | | | | Date: Fri Aug 14 17:39:58 2015 +0200 | | | | | | | | | | adapt Cpp terminate() to other runtimes | | | | | | | | | | The previous implementation was broken after | | | | | commit 88a5a6610abcceba22365b99807f72adb8cc36f1. | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | | | * commit 005f9dc90572828f18cd1a1a227ab1522b93d961 | | | | | Author: Willi Braun | | | | | Date: Fri Aug 14 05:56:06 2015 +0200 | | | | | | | | | | replace WHEN_EQ with WHEN_STMTS | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | M Compiler/BackEnd/DAEQuery.mo | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenQSS.tpl | | | | | | | | | * commit 46442658a85caac6b0a2ea87ce72a65f5ec8b035 | | | | | Author: Martin Sjölund | | | | | Date: Fri Aug 14 15:44:03 2015 +0200 | | | | | | | | | | Rewrite using more recent language features | | | | | | | | | | M Compiler/BackEnd/Matching.mo | | | | | | | | | * commit 97de296ec7fd170f4884fbe53cdf6c82ce9e7b4f | | | | | Author: Martin Sjölund | | | | | Date: Fri Aug 14 15:43:15 2015 +0200 | | | | | | | | | | Fix for GCC 5.x | | | | | | | | | | GCC 5.x incorrectly detects functions as pure, so we need to disable | | | | | this feature. | | | | | | | | | | M 3rdParty | | | | | M configure.ac | | | | | | | | | * commit fed7fe571feb490018858cb0ada2436b1079788a | | | | | Author: Willi Braun | | | | | Date: Thu Aug 13 19:51:17 2015 +0200 | | | | | | | | | | fix variable transform replacements | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | * commit e965b64ea4dcb5b6defc37c476bb8fadc60b46e5 | | | | | Author: Willi Braun | | | | | Date: Thu Aug 13 16:21:24 2015 +0200 | | | | | | | | | | fix CPP-Runtime | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * commit 8d63159d8ccc4e24a2abda4def64f51746bb9599 | | | | | Author: Willi Braun | | | | | Date: Thu Aug 13 15:45:43 2015 +0200 | | | | | | | | | | fix XMLDump output | | | | | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | | | | | * commit 108b0bd5d283e10d04c80c3fdf5a57b1a54c9d71 | | | | | Author: Willi Braun | | | | | Date: Thu Aug 13 14:23:04 2015 +0200 | | | | | | | | | | - fixed Serialized model info | | | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit e7db13c2252c0e85c93ae0fae4f991e904eb3113 | | | | | Author: Willi Braun | | | | | Date: Thu Aug 13 13:54:51 2015 +0200 | | | | | | | | | | more fixes to make when equation work again | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 88a5a6610abcceba22365b99807f72adb8cc36f1 | | | | | Author: Willi Braun | | | | | Date: Wed Aug 12 13:40:11 2015 +0200 | | | | | | | | | | adapt SimCode and Codegeneration | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | M Compiler/SimCode/SimCode.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | M Compiler/Template/CodegenXML.tpl | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M Compiler/Template/TaskSystemDump.tpl | | | | | | | | | * commit e351ab13eb34e5f702fcc233a0a1ff39c736d7b7 | | | | | Author: Willi Braun | | | | | Date: Wed Aug 12 00:22:57 2015 +0200 | | | | | | | | | | fixed module detectSparsePattern | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | * commit 69e92993c31a146e75382f32a6a3112458566348 | | | | | Author: Willi Braun | | | | | Date: Wed Aug 12 00:11:44 2015 +0200 | | | | | | | | | | fixed module removeSimpleEquations | | | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | * commit d09df9ffbb9a4125211105131fe79bb291d01a39 | | | | | Author: Willi Braun | | | | | Date: Wed Aug 12 00:11:07 2015 +0200 | | | | | | | | | | fixed module encapsulateWhenConditions | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | | | * commit d97b9f4cc4a701ee884221b39aa3ac43b589d7f6 | | | | | Author: Willi Braun | | | | | Date: Wed Aug 12 00:00:24 2015 +0200 | | | | | | | | | | fixed module clockPartitioning | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | * commit f7635bb3fa3fe08e56717f8987618582e97bcb5f | | | | | Author: Willi Braun | | | | | Date: Tue Aug 11 23:09:28 2015 +0200 | | | | | | | | | | - push further new when equation record | | | | | | | | | | - added dumps in BackendDump | | | | | - create record in BackendDAECreate | | | | | - fix incidenceRow in BackendDAEUtil | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | * commit ce9bdb5e162c32339b285280b9c2eaaa4b2837c6 | | | | | Author: Willi Braun | | | | | Date: Tue Aug 11 16:35:25 2015 +0200 | | | | | | | | | | started to remove when clauses | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | * commit 3a46e9d1b94abbea58e8070788e88f30029a0728 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Aug 13 18:50:53 2015 +0200 | | | | | | | | | | add treatment of tuple return with records | | | | | | | | | | See Modelica.Electrical.Spice3.Examples.Graetz | | | | | | | | | | M Compiler/Template/CodegenCppCommon.tpl | | | | | | | | | * commit ce835a2c2056ecbb1097c28530f1360c56c4693c | | | | | Author: Rüdiger Franke | | | | | Date: Thu Aug 13 18:48:37 2015 +0200 | | | | | | | | | | reduce max file size back to 684k in sanity check | | | | | | | | | | This is because CodegenCpp.tpl has been split meanwhile. | | | | | | | | | | M Makefile.common | | | | | | | | | * commit 8cf492e533874477cf446d5b1c74f6c6cd6dc2f0 | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 13 14:16:01 2015 +0200 | | | | | | | | | | fix in Ida, Ida did not stop if an error accrued in non linear solver | | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | | * commit 6fdcf3601fc0459a8abc4b2ccd657f0c8face5aa | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 12 15:48:34 2015 +0200 | | | | | | | | | | removed BOM in Kinsol | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit 5cf2b90b95023902842bb96eb243f16e81fd2683 | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 12 15:29:15 2015 +0200 | | | | | | | | | | some fixes in Kinsol of cpp runtime | | | | | - reduced max number of iterations | | | | | - increased tolerance for function norm | | | | | - start earlier with line search method | | | | | - increase tolerance for jacobian eps, if Kinsol fails in line search method | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | * | commit f79d9636e895ba71e136aa1332dd7f0ebe00cb98 | | | | | Author: Niklas Worschech | | | | | Date: Tue Aug 18 10:57:01 2015 +0200 | | | | | | | | | | added initialization method for parameter equations to cpp system | | | | | fix in Kinsol, function evaluation was missing after system was solved | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M common | | | | | | | | * | commit 3d953f062829f66f4f4c5cf7b23c8c0a54e877bb | | | |\| Merge: 4906ef49e0 6bcab709b3 | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 13 14:13:00 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 6bcab709b3c30e674d61d531f52dde4b6695dfaf | | | | | Author: Rüdiger Franke | | | | | Date: Thu Aug 13 12:01:37 2015 +0200 | | | | | | | | | | remove pragma once from main compilation files | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/ARKode/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/Peer/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | | | | | | | * commit c79c991cc4c6df8c7c180c1588710d1cd0c7ad11 | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 13 11:48:23 2015 +0200 | | | | | | | | | | splitted cpp template file | | | | | throw exception if Newton stops with error | | | | | Kinsol always throws exception if Kinsol stops with error | | | | | | | | | | M 3rdParty | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | A Compiler/Template/CodegenCppCommon.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M Compiler/Template/Makefile.common | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | * commit fc2558adef0410867dc9c293c46bdad4a202149e | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 12 15:48:34 2015 +0200 | | | | | | | | | | removed BOM in Kinsol | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit 52249f276fb8fe01777d35e25fd45a9e300efdab | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 12 15:29:15 2015 +0200 | | | | | | | | | | some fixes in Kinsol of cpp runtime | | | | | - reduced max number of iterations | | | | | - increased tolerance for function norm | | | | | - start earlier with line search method | | | | | - increase tolerance for jacobian eps, if Kinsol fails in line search method | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | * | commit 4906ef49e0e1c3be12cf91180e048cc35555fac3 | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 13 14:12:47 2015 +0200 | | | | | | | | | | fix in Ida, Ida did not stop if an error accrued in non linear solver | | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | * | commit ed2fbf807f55373799e99932ad10392a7e97c3dc | | | |\| Merge: 03cb48d003 44f0b9150a | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 13 11:46:44 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 44f0b9150ac634e3be970f6a118ff997d1882ee3 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Aug 13 10:59:01 2015 +0200 | | | | | | | | | | fix memory error in OMEdit options parser | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | * commit 23a483a99c3f5238ef268553093d8b2742ad6809 | | | | | Author: Marcus Walther | | | | | Date: Thu Aug 13 09:28:50 2015 +0200 | | | | | | | | | | - Metis-Scheduler is now working if n was set to 1 | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | * commit 7f2317642cb5e57c46ae1457dc0391b4bb4f920f | | | | | Author: Marcus Walther | | | | | Date: Thu Aug 13 08:14:07 2015 +0200 | | | | | | | | | | - Logger of cpp-runtime can now be disabled by passing an argument to cmake | | | | | - removed a lot of logger output in FMUWrapper.h | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | M SimulationRuntime/cpp/configure.ac | | | | | | | | | * commit 85dbcb379f6fd2f9e6d7bc8f06e99385e192859e | | | | | Author: Martin Sjölund | | | | | Date: Thu Aug 13 08:20:49 2015 +0200 | | | | | | | | | | Do not use a macro called time | | | | | | | | | | This fixes #3403. time is defined in system headers and may cause | | | | | conflicts, so we write out the getter for simulation time instead | | | | | of using a macro. | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M SimulationRuntime/c/util/division.h | | | | | M common | | | | | | | | * | commit 03cb48d003343fa5e4777d087ffb0f2fe6825906 | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 13 11:46:23 2015 +0200 | | | | | | | | | | splitted cpp template file | | | | | throw exception if Newton stops with error | | | | | Kinsol always throws exception if Kinsol stops with error | | | | | | | | | | M 3rdParty | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | A Compiler/Template/CodegenCppCommon.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M Compiler/Template/Makefile.common | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | * | commit 2e3857088367939c198fd80a59da24f991e578ec | | | |\| Merge: 630c7beb53 49329bba59 | | | | | Author: Niklas Worschech | | | | | Date: Thu Aug 13 08:32:15 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 49329bba59ba96efcc41d33c737d709bf46256a7 | | | | | Author: adrpo | | | | | Date: Wed Aug 12 23:01:04 2015 +0200 | | | | | | | | | | increase max file size to 800k in sanity-check | | | | | | | | | | M Makefile.common | | | | | | | | | * commit ce556f370134bfd8b20ae181f47675cd9821c252 | | | | | Author: Martin Sjölund | | | | | Date: Wed Aug 12 21:36:42 2015 +0200 | | | | | | | | | | Fixes for listFile | | | | | | | | | | listFile now lists non-class elements with a different source file | | | | | than the given class. The reason is that components always need to be | | | | | part of the same file. | | | | | | | | | | M 3rdParty | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | M Compiler/Template/AbsynDumpTV.mo | | | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | | | | | * commit 7180491cd93c3a09cd7c409dc260aa02db1af618 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Aug 12 20:36:35 2015 +0200 | | | | | | | | | | enable pull request for CodegenCpp.tpl | | | | | | | | | | M Makefile.common | | | | | | | | | * commit 50ff4c2705d889d3f6f64cc84638fccddd84c665 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Aug 12 19:10:30 2015 +0200 | | | | | | | | | | cherry pick initialization of record variables | | | | | | | | | | fixes #3291, see fd7495952d9c6c481e517e9bfa99cd1536cc18a4 | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * commit 9027f74ab6f9bb5bc96b99371b2c25403e4e14ee | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 12 16:04:07 2015 +0200 | | | | | | | | | | removed BOM in Kinsol | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit 68654dbd1a8e9a31295e675981cb101a02c4edb8 | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 12 15:29:15 2015 +0200 | | | | | | | | | | some fixes in Kinsol of cpp runtime | | | | | - reduced max number of iterations | | | | | - increased tolerance for function norm | | | | | - start earlier with line search method | | | | | - increase tolerance for jacobian eps, if Kinsol fails in line search method | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | * | commit 630c7beb53fa99c58df496c057fa4d45f69ecc26 | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 12 15:48:34 2015 +0200 | | | | | | | | | | removed BOM in Kinsol | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | * | commit 573d09bb02e609af5c75d19acb215d6c4e2983b8 | | | |\| Merge: 887bfa485a fd7495952d | | | | | Author: Niklas Worschech | | | | | Date: Wed Aug 12 15:29:33 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit fd7495952d9c6c481e517e9bfa99cd1536cc18a4 | | | | | Author: adrpo | | | | | Date: Wed Aug 12 14:25:20 2015 +0200 | | | | | | | | | | fix bug #3291 | | | | | - set default values for record members in functions | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * commit 9f28039fe2f823df23d391d6265a441733476d79 | | | | | Author: Marcus Walther | | | | | Date: Wed Aug 12 13:24:03 2015 +0200 | | | | | | | | | | - forgot new getter/setter in global settings for FMU 2.0 export | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | | | | * commit f0b6faea12c8aa15aaa6be694c2b10ecd2c461a1 | | | | | Author: Marcus Walther | | | | | Date: Wed Aug 12 10:59:45 2015 +0200 | | | | | | | | | | - fix for new sundials-version in cpp-runtime | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h | | | | | | | | | * commit b5906fa4a40773dd924f2a243a3c81b5f20761cb | | | | | Author: Marcus Walther | | | | | Date: Wed Aug 12 10:58:02 2015 +0200 | | | | | | | | | | - removed wrong enum forward-declaration | | | | | - fix for new sundials-version in cpp-runtime | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h | | | | | | | | | * commit 61b36136e043951684f913398df733c5a3bf4085 | | | | | Author: Marcus Walther | | | | | Date: Wed Aug 12 08:10:54 2015 +0200 | | | | | | | | | | - function arguments for the !WITH_SUNDIALS functions are now up to date again | | | | | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | | | | | * commit 12f2912dc8f5ce031498654688c1d6c6afef348d | | | | | Author: Marcus Walther | | | | | Date: Tue Aug 11 18:22:23 2015 +0200 | | | | | | | | | | - removed the old Kinsol_lapack - flag of the cpp-runtime | | | | | - KinsolLapack will now work with new and old versions of sundials | | | | | - Non linear solver can now continue simulation instead of throwing an exception, if it does not reach the given precision, by passing a flag to the executable | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | | | | * | commit 887bfa485a1ab03695459cdf482bd5ded35f6426 | | | |/ Author: Niklas Worschech | | | | Date: Wed Aug 12 15:29:15 2015 +0200 | | | | | | | | some fixes in Kinsol of cpp runtime | | | | - reduced max number of iterations | | | | - increased tolerance for function norm | | | | - start earlier with line search method | | | | - increase tolerance for jacobian eps, if Kinsol fails in line search method | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | * commit 3e376747b514ba0260aea9545a8170a9a3bc5a02 | | | | Author: Rüdiger Franke | | | | Date: Tue Aug 11 23:02:22 2015 +0200 | | | | | | | | implement terminate() in Cpp runtime | | | | | | | | See: | | | | Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot | | | | Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | * commit 5ccde2312e31ca9cb3dafa34982c7222fd105f88 | | | | Author: Rüdiger Franke | | | | Date: Tue Aug 11 19:21:36 2015 +0200 | | | | | | | | use explicit StatArray constructors and operator= | | | | | | | | replace not functioning template methods introduced with | | | | 2f482f2e6d4f48d6f4759c9eb498bd930cf5ac33 | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | * commit a892206ef9ee7fe7a6ba76d4718ed8b7f81a54a8 | | | | Author: Martin Sjölund | | | | Date: Fri Aug 7 18:29:36 2015 +0200 | | | | | | | | Move threadData away from simulation data | | | | | | | | Each thread needs its own threadData, and must be initalized. By moving | | | | the data, it will be easier to see if the correct threadData is passed. | | | | This resolves issues with HPCOM using the same thread-local data for all | | | | threads. | | | | | | | | Move the generated function prototypes to a common header since having | | | | the function prototypes to a common header gives compiler errors if | | | | there is a mismatch, instead of run-time errors. | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | | M SimulationRuntime/c/linearization/linearize.h | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | M SimulationRuntime/c/meta/realString.c | | | | M SimulationRuntime/c/openmodelica_func.h | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | | M SimulationRuntime/c/optimization/OptimizerInterface.h | | | | M SimulationRuntime/c/optimization/OptimizerLocalFunction.h | | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | M SimulationRuntime/c/simulation/modelinfo.h | | | | M SimulationRuntime/c/simulation/results/simulation_result.cpp | | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.h | | | | M SimulationRuntime/c/simulation/results/simulation_result_ia.cpp | | | | M SimulationRuntime/c/simulation/results/simulation_result_ia.h | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.h | | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.h | | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.h | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | M SimulationRuntime/c/simulation/solver/delay.c | | | | M SimulationRuntime/c/simulation/solver/delay.h | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | M SimulationRuntime/c/simulation/solver/events.h | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.h | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | | M SimulationRuntime/c/simulation/solver/mixedSystem.h | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.h | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.h | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | M SimulationRuntime/c/simulation/solver/radau.h | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | | M SimulationRuntime/c/simulation/solver/sym_imp_euler.c | | | | M SimulationRuntime/c/simulation/solver/sym_imp_euler.h | | | | M SimulationRuntime/c/simulation_data.h | | | | M SimulationRuntime/fmi/export/fmi1/fmiModelFunctions.h | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | | | * commit 2f482f2e6d4f48d6f4759c9eb498bd930cf5ac33 | | | | Author: Rüdiger Franke | | | | Date: Tue Aug 11 13:33:13 2015 +0200 | | | | | | | | saveguard array copy operations against zero size | | | | | | | | This prevents possible NULL pointer arithmetics. | | | | Also extend copy constructors and operator= of StatArray. | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | * commit 3917c8111dfae502366ad697e2a1d0dc060a7a2c | | | | Author: Willi Braun | | | | Date: Tue Aug 11 12:11:06 2015 +0200 | | | | | | | | - add DIVISION replacement also for symbolic jacobians | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit 1c2c8042152b1370176a7bb3495a5307d1d768c4 | | | | Author: Marcus Walther | | | | Date: Tue Aug 11 09:10:01 2015 +0200 | | | | | | | | - removed debug output | | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | | * commit 21c6f3bd7e7ef3bbf7e837355336c0f67169f323 | | | | Author: Marcus Walther | | | | Date: Tue Aug 11 08:57:55 2015 +0200 | | | | | | | | - _AMaxColors is now initialized with 0, to prevent access to uninitialized value from cvode | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit d3a395374e4b02fa9afcaab1f381d85d749ec33f | | | | Author: Marcus Walther | | | | Date: Tue Aug 11 08:11:28 2015 +0200 | | | | | | | | - added some helper functions to extract data from objects (getCompsOfMatching and getSimVarMappingOfBackendMapping) | | | | - HPCOM is now able to handle models with NO_MATCHING() | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | * commit ef230546088500e7ffd78445cff1943bb2bd50ea | | | | Author: Rüdiger Franke | | | | Date: Mon Aug 10 21:31:06 2015 +0200 | | | | | | | | relax precautions for wrong uses of StatArray | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | * commit 19060fd4e7f8c98f5b8bcfa3542c7b398cdf86ee | | | | Author: Rüdiger Franke | | | | Date: Mon Aug 10 17:48:32 2015 +0200 | | | | | | | | rename Cpp command line arguments | | | | | | | | avoid name clashes with the C runtime, e.g. when used from OMEdit | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | | * commit ec27dd855b94e67f46f4add40c059d7f8950776b | | | | Author: Marcus Walther | | | | Date: Mon Aug 10 16:41:29 2015 +0200 | | | | | | | | - fixed a stack overflow in HPCOM | | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | * | commit c30bade9f3ff6dbccf4d6ca7c978dc2ab9d20a89 | | | | Author: RuedKamp | | | | Date: Tue Aug 25 14:29:54 2015 +0200 | | | | | | | | -updated VxWorks makefile | | | | -some experimental changes to improve sparseMatrices | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | * | commit 6ac54189ccfdc2350d18a7ed677a18bd9ab99044 | | |\| Merge: 2d7e7249b4 9819b58213 | | | | Author: RuedKamp | | | | Date: Mon Aug 10 17:30:08 2015 +0200 | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | Conflicts: | | | | SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | * commit 9819b5821385a49c9a66e71dd5663de13f6c9b59 | | | | Author: Marcus Walther | | | | Date: Mon Aug 10 14:28:24 2015 +0200 | | | | | | | | - logger can now be used in several classes (including the model class) of the cpp-runtime | | | | - cpp-runtime is now build in debug-mode by default on linux/mac | | | | - internal StatArrays can now be applied to internal StatArrays | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | M SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | * commit a0f0122e4966430dbd623c1b78c23e3835e8a7dd | | | | Author: Niklas Worschech | | | | Date: Mon Aug 10 10:53:56 2015 +0200 | | | | | | | | fix in Array getData and getDataCopy for segmentation fault | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | * commit a037dd84714bb0c219a6d8a1f0740d503eaecead | | | | Author: Niklas Worschech | | | | Date: Mon Aug 10 10:02:02 2015 +0200 | | | | | | | | fix for missing include in FactoryExport of Kinsol | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | | | * commit 74d4e2f3741256f249ceec861c810f66c34763e1 | | | |\ Merge: c34f65cece 28f13edca8 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 10 09:46:08 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 28f13edca8ca752dffd2d3ef005a2a967d216187 | | | | | Author: Marcus Walther | | | | | Date: Mon Aug 10 07:45:12 2015 +0200 | | | | | | | | | | - fixed FMU generation if kinsol is used as non linear solver | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | * commit 2d652462aea2d380e80066419a0894276174b520 | | | | | Author: Marcus Walther | | | | | Date: Fri Aug 7 08:09:17 2015 +0200 | | | | | | | | | | - removed the old documentation stuff -> it's now part of the openmodelica-doc-project | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | D SimulationRuntime/cpp/cppruntimedoc.config.in | | | | | | | | * | commit c34f65cece3692918e0044b1a29cb938a41281a6 | | | | | Author: Niklas Worschech | | | | | Date: Mon Aug 10 09:44:03 2015 +0200 | | | | | | | | | | fix for missing include in KinsolLapack of cpp runtime | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | | | | | | | | * | commit e5cd1b4d112870eb2b200febf5cdffaf04de47d4 | | | | | Author: Niklas Worschech | | | | | Date: Fri Aug 7 16:35:13 2015 +0200 | | | | | | | | | | fix for missing kinsol_klu include in cpp runtime | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | | * | commit 6f0267d16fcf60aaaf9554eba234d57985d1e57f | | | | | Author: Niklas Worschech | | | | | Date: Fri Aug 7 16:25:57 2015 +0200 | | | | | | | | | | added missed files for cpp runtime | | | | | | | | | | A SimulationRuntime/cpp/Makefile.env.in | | | | | A SimulationRuntime/cpp/configure.ac | | | | | | | | * | commit f4ba1f47d4f1c628806a90c97b85842bf290654d | | | |\| Merge: de80e2bfc9 9d54400166 | | | | | Author: Niklas Worschech | | | | | Date: Fri Aug 7 16:05:39 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | Conflicts: | | | | | SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit 9d5440016627ca1822de1d93a025a78e89852f75 | | | | | Author: Rüdiger Franke | | | | | Date: Fri Aug 7 12:37:36 2015 +0200 | | | | | | | | | | free memory of strings from external C functions | | | | | | | | | | also flip the implementations of ModelicaAllocateString and | | | | | ModelicaAllocateStringWithErrorReturn | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | | | | | | | * commit 9352ce6a8e2087574b617b30fe0eff1f271894e0 | | | | | Author: Martin Sjölund | | | | | Date: Fri Aug 7 11:07:59 2015 +0200 | | | | | | | | | | Fix for OSX stack overflow check | | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | | | | | * commit f9a05a162ac7c67c5696e4d3e6bbf27869832744 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Aug 6 19:17:41 2015 +0200 | | | | | | | | | | fix treatment of outputs of external C functions | | | | | | | | | | see Modelica.Utilities.Examples.readRealParameterModel | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * commit a05d7975cc6aa83a26b5cf7f64c7bd7a8114549e | | | | | Author: Adeel Asghar | | | | | Date: Thu Aug 6 18:37:38 2015 +0200 | | | | | | | | | | Ste the proper value for FMU initial attribute by using the combination of variability and causality as defined in FMI specs section 2.2.7. | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | * commit c8ffe0bcb13c82a5cc2545b7f2b546e114e51199 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Aug 6 17:55:52 2015 +0200 | | | | | | | | | | further Array refinements | | | | | | | | | | - add specific assignment operator from StatArray to StatArray | | | | | with external storage (cf. copy constructor) | | | | | - remove virtual and add const qualifiers to operator= of StatArrays | | | | | - skip check for identity in assignments | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit e182aade28071f7d500d8f7b2c40fc00fccedace | | | | | Author: Rüdiger Franke | | | | | Date: Thu Aug 6 11:53:19 2015 +0200 | | | | | | | | | | adapt processing of outputs to recent changes | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * commit e2b32ce8c7eaf69c89d84cd1e8a254acdbadb949 | | | | | Author: Rüdiger Franke | | | | | Date: Thu Aug 6 10:38:19 2015 +0200 | | | | | | | | | | re-add processing of outputs of external functions | | | | | | | | | | It was removed in commit b0dc6e73a687eb879a7de5b3548378573bd001bd. | | | | | See new solveTest. | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * commit 80fd0d620622462dd3578df166c1143eaf336ddc | | | | | Author: Marcus Walther | | | | | Date: Thu Aug 6 11:02:46 2015 +0200 | | | | | | | | | | - updated the gitignore file | | | | | - README update for Windows build of cpp-runtime | | | | | - removed the unused --with-cppruntime-args | | | | | | | | | | M .gitignore | | | | | M SimulationRuntime/cpp/README | | | | | M configure.ac | | | | | | | | | * commit 6732193336cc7dff08cb42229504629e022da686 | | | | | Author: Marcus Walther | | | | | Date: Thu Aug 6 10:07:08 2015 +0200 | | | | | | | | | | - fixed some typos in configure | | | | | - output directories for cpp-runtime libraries are now written into Makefile.env | | | | | - changed README for cpp-runtime | | | | | | | | | | A SimulationRuntime/cpp/Makefile.env.in | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | M SimulationRuntime/cpp/README | | | | | M SimulationRuntime/cpp/configure.ac | | | | | M configure.ac | | | | | | | | | * commit 078b80ae5cb1971538165a4519326e1327f5f4a2 | | | | | Author: Marcus Walther | | | | | Date: Thu Aug 6 09:06:42 2015 +0200 | | | | | | | | | | - fix for autoconf of cpp runtime | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | * commit 354f8a23cfdeb246421efdd1e402b2e358b0b5d7 | | | | | Author: Marcus Walther | | | | | Date: Wed Aug 5 18:36:27 2015 +0200 | | | | | | | | | | - paramters for the cpp-runtime are now handled in configure instead of makefile | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | A SimulationRuntime/cpp/configure.ac | | | | | M configure.ac | | | | | | | | | * commit 992f6e455d16e5e5afcb3a0b3d2a94e8d21d8a71 | | | | | Author: Martin Sjölund | | | | | Date: Thu Aug 6 09:54:39 2015 +0200 | | | | | | | | | | Libraries are not needed for omc-no-sim | | | | | | | | | | M Makefile.in | | | | | | | | | * commit 799bcc330704f71dfe4bef8c4c669114271145b7 | | | | | Author: ptaeuber | | | | | Date: Wed Aug 5 15:01:13 2015 +0200 | | | | | | | | | | - fix bug in newton solver with fvec | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | | | | | | | * commit 3236596ea8adc085caaa250cabfaf0aaa6bb559c | | | | | Author: ptaeuber | | | | | Date: Tue Aug 4 12:48:16 2015 +0200 | | | | | | | | | | introduced dynamic tearing | | | | | | | | | | - for non linear systems (without dynamic state selection) | | | | | and newton solver (beta version) | | | | | - introduced LOG_DT for dynamic tearing information | | | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | M SimulationRuntime/c/simulation_data.h | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | | | | | * commit e522fc2fcf913cfe9e4a835ef1990902033157df | | | | | Author: Adeel Asghar | | | | | Date: Wed Aug 5 14:35:08 2015 +0200 | | | | | | | | | | Do not create empty documentation folders. | | | | | | | | | | M Makefile.common | | | | | | | | | * commit 08f747ba8e12620bd88d4695a57c8d0bff8e3995 | | | | | Author: Martin Sjölund | | | | | Date: Wed Aug 5 13:14:29 2015 +0200 | | | | | | | | | | Skip the commit message sanity check | | | | | | | | | | There is now a commit-msg hook that is installed instead. This makes | | | | | sure that developers who install the hooks do these checks on commit. | | | | | | | | | | M Makefile.common | | | | | | | | | * commit 6443c248abd894658e93f9354fdc49f7618a1a20 | | | | | Author: Rüdiger Franke | | | | | Date: Wed Aug 5 11:19:19 2015 +0200 | | | | | | | | | | fix implementation of delay operator | | | | | | | | | | The delayTime should be within the interpolation interval, not before -- | | | | | Modelica.Electrical.Digital.Examples.{Counter, FlipFlop, Multiplexer}. | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | | * commit d2ac409a433dc126b8bfcac271ddaffcabcf57d8 | | | | | Author: Martin Sjölund | | | | | Date: Wed Aug 5 10:55:05 2015 +0200 | | | | | | | | | | Add hook for testing commit messages | | | | | | | | | | M Makefile.common | | | | | M common | | | | | | | | | * commit b6c518b28820a4afa2faf5f16fbecea32b9fe15e | | | | | Author: Martin Sjölund | | | | | Date: Wed Aug 5 09:17:44 2015 +0200 | | | | | | | | | | Improve check for long commit messages | | | | | | | | | | M Makefile.common | | | | | | | | | * commit 6b6457c83048ae5b83b73e27b62d05438fa09a97 | | | | | Author: Lennart Ochel | | | | | Date: Tue Aug 4 15:43:03 2015 +0200 | | | | | | | | | | Removed unused inputs to get cleaner interfaces | | | | | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | M Compiler/Main/Main.mo | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | M Compiler/Stubs/SimCodeMain.mo | | | | | | | | | * commit e05e21a35e62180d4043895f55038fff7d0b2f18 | | | | | Author: Marcus Walther | | | | | Date: Tue Aug 4 15:37:10 2015 +0200 | | | | | | | | | | - Logger of Cpp runtime is now enabled by default, the standard log level was reduced to "warning" | | | | | - Kinsol will no continue solving non linear equation systems if the convergence criteria was not reached -> a warning is printed instead until we have a solver that is able to solve the systems correctly | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit e427c5c10b7a30fae6d5d0c6d63ec6a61f5767e0 | | | | | Author: Lennart Ochel | | | | | Date: Tue Aug 4 15:24:02 2015 +0200 | | | | | | | | | | Revised createFunctions | | | | | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 228800efc550b16272b1a9d3fb56106c02289f63 | | | | | Author: Lennart Ochel | | | | | Date: Tue Aug 4 15:10:48 2015 +0200 | | | | | | | | | | Removed unused vars from createSimCode | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 50e2ca643f09ced7c87a08b59a6ac3d9a842b4ee | | | | | Author: Martin Sjölund | | | | | Date: Tue Aug 4 13:58:26 2015 +0200 | | | | | | | | | | Handle external string arrays better (fixes #3292) | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M SimulationRuntime/c/meta/meta_modelica_gen_string_lit.sh | | | | | M SimulationRuntime/c/meta/meta_modelica_string_lit.c | | | | | M SimulationRuntime/c/meta/meta_modelica_string_lit.h | | | | | M SimulationRuntime/c/util/string_array.c | | | | | M SimulationRuntime/c/util/string_array.h | | | | | | | | | * commit 8b6bf38595d5ce29a02ad5d047618468210b176d | | | | | Author: Rüdiger Franke | | | | | Date: Tue Aug 4 13:30:09 2015 +0200 | | | | | | | | | | fix assignment of pre values of Cpp arrays | | | | | | | | | | see Modelica.Blocks.Examples.Interaction1 | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | | | | | * commit c689bad04eceef62bcad61b40d518a05e935e732 | | | | | Author: Martin Sjölund | | | | | Date: Tue Aug 4 11:44:01 2015 +0200 | | | | | | | | | | Prevent stack overflow for differentiateExp | | | | | | | | | | For details, see [#3345]( | | | | | https://trac.openmodelica.org/OpenModelica/attachment/ticket/3345 | | | | | ) | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | * commit 1e10ce245e62d58f844c8570aaf102a118f0151d | | | | | Author: Lennart Ochel | | | | | Date: Tue Aug 4 08:19:25 2015 +0200 | | | | | | | | | | Fixed regression in BioChem lib | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit b985f3cbe0939b6eb4bed8e9e408acaa5e382871 | | | | | Author: Rüdiger Franke | | | | | Date: Tue Aug 4 07:23:22 2015 +0200 | | | | | | | | | | make FMU Cpp compiler optimization flag configurable in local makefile | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | * commit ff736de64f7ae15b50729930351fa86c4a8f6293 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Aug 3 20:56:42 2015 +0200 | | | | | | | | | | Let operator= of StatArray copy data like previous StatRefArray | | | | | | | | | | This is to make the CoupledClutches FMU test work (see second test round). | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit bee37e0fabf33836765d308e14bd107ec16bc1ba | | | | | Author: Rüdiger Franke | | | | | Date: Mon Aug 3 17:29:00 2015 +0200 | | | | | | | | | | Fixes after first test round | | | | | | | | | | - relax runtime tests for zero dimensional arrays | | | | | - add missing template parameter external to StatArrayDim 2 and 3 | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit 1ffe2deb4c3af4bd8a93d72492da894b7197a5b2 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Aug 3 14:18:21 2015 +0200 | | | | | | | | | | add runtime checks for proper use | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit 3cf48567ab742ac4f3aedc83411b45f21ca4b289 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Aug 3 14:03:43 2015 +0200 | | | | | | | | | | fixes to previous commit | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit 832c3beaabbf8c6368511d71114f3e534f9aba94 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Aug 3 13:08:52 2015 +0200 | | | | | | | | | | extend StatArray to also work with external data | | | | | | | | | | This makes StatRefArray obsolete. | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | * commit 3027167a0d0b2355ff61c15f113432cd5525c93b | | | | | Author: Marcus Walther | | | | | Date: Mon Aug 3 17:27:16 2015 +0200 | | | | | | | | | | - added missing return value to default implementation of peer solver | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | | | | | | | * commit 42f521d790517e07ca378c6cacf0be15f470fddf | | | | | Author: Martin Sjölund | | | | | Date: Mon Aug 3 17:14:03 2015 +0200 | | | | | | | | | | Print string list default values in Sphinx doc | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * commit 16fa18465aebd7999d0304cd281ee6f01f89a283 | | | | | Author: Marcus Walther | | | | | Date: Mon Aug 3 15:43:48 2015 +0200 | | | | | | | | | | - further fixes for HPCOM compare components | | | | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | | | | * commit 49ec8ae577bdbdfe8a7b5317f718d3298944ef3c | | | | | Author: Martin Sjölund | | | | | Date: Mon Aug 3 15:03:13 2015 +0200 | | | | | | | | | | Fixes #3395. Generate lhs crefs instead of rhs. | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | * commit 860b23c2a183656d5c2d6f0d0fa8743d389ab3be | | | | | Author: Willi Braun | | | | | Date: Mon Aug 3 14:50:08 2015 +0200 | | | | | | | | | | change variability for fmi 1.0 back | | | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | | * commit 49a6e7ecddd78978eab9997e011578bbe6a4cc82 | | | | | Author: Willi Braun | | | | | Date: Mon Aug 3 10:47:16 2015 +0200 | | | | | | | | | | fix attribute name for causality | | | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | | * commit e3641b8ea41c8cb6d0aca3f986bb4670c7ddf902 | | | | | Author: RuedKamp | | | | | Date: Mon Aug 3 14:24:31 2015 +0200 | | | | | | | | | | -some changes for vxworks | | | | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit 59be825341e11ad7759aac8e855e8a58a124aadd | | | | | Author: Martin Sjölund | | | | | Date: Mon Aug 3 13:47:36 2015 +0200 | | | | | | | | | | Additional messages if files do not exist | | | | | | | | | | In the class loader, add error messages if a file does not exist that | | | | | that asserted to exist due to the given directory structure. This is | | | | | usually checked by the calling function, but perhaps not always. | | | | | | | | | | This changes were made when debugging #3394. | | | | | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | | | | * | commit de80e2bfc92a271d4516a02edcf1e4fa97566d2c | | | | | Author: Niklas Worschech | | | | | Date: Fri Aug 7 14:30:36 2015 +0200 | | | | | | | | | | fix for getStateJacobian method, wrong return type was generated | | | | | added additional linear solver to Kinol solver which uses complete pivot lu factorization | | | | | fix for Kinsol solve iteration, added iteration method section | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | A SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | A SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp | | | | | | | | * | commit 3bea645486ed261da8d78e26cfdca0e80e6b0d7d | | | | | Author: Niklas Worschech | | | | | Date: Thu Jul 30 14:40:56 2015 +0200 | | | | | | | | | | fix in umfpack solver, only include umfpack.h if umfpack was found | | | | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | * | commit 1577288a557f229321e1c16890ef9a09e80580b7 | | | | | Author: unknown | | | | | Date: Thu Jul 30 13:50:38 2015 +0200 | | | | | | | | | | added correct numeric bindings version | | | | | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp | | | | | | | | * | commit 3f974fc28819bb7f43da9b77e3640d4833eb7cab | | | |\ \ Merge: cbe21ee20a 2c8a396e31 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu Jul 30 13:00:57 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit cbe21ee20aa98470c810559c0a5c6b18b8c304d2 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu Jul 30 13:00:29 2015 +0200 | | | | | | | | | | | | adapted umfpack solver of cpp runtime on new Matrix interfaces | | | | | | | | | | | | M SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | | * | | commit 3082af8b2cb2a38488a60f1f73c3717822ffb094 | | | | | | Author: Niklas Worschech | | | | | | Date: Wed Jul 29 13:51:42 2015 +0200 | | | | | | | | | | | | removed wrong version of numeric bindings | | | | | | | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp | | | | | | | | * | | | commit 2d7e7249b4a33b6c0fe0b25c632876ed3bfd298e | | | | | | Author: RuedKamp | | | | | | Date: Mon Aug 10 16:36:12 2015 +0200 | | | | | | | | | | | | -enabled test for real time with msvc | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | | | | * | | | commit 6670be24be86ed5780419788bd470b955c8fdc8a | | | | | | Author: RuedKamp | | | | | | Date: Tue Aug 4 10:04:58 2015 +0200 | | | | | | | | | | | | -bug fix in RTEuler | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | | | * | | | commit 4a7ed5cb61be25862125fc329bdb3500b6c319bb | | |\ \ \ \ Merge: f4c643a1fe 6fd7783b9f | | | | |_|/ Author: RuedKamp | | | |/| | Date: Mon Aug 3 13:52:32 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit 6fd7783b9f4c0cdce05190b7b0cc29683f9f57e0 | | | | | | Author: Marcus Walther | | | | | | Date: Mon Aug 3 12:53:40 2015 +0200 | | | | | | | | | | | | - fixed MSVC build if openmp was not found | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | | | | | * | | commit 236b21bcfdf9eb209cac52f23e6297f81d2f0504 | | | | | | Author: Lennart Ochel | | | | | | Date: Mon Aug 3 12:34:17 2015 +0200 | | | | | | | | | | | | Removed obsolete initial() testing | | | | | | | | | | | | * Fixed typos | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | | | | | * | | commit cebbe0416cc138f8708cb565a360fad24d051f3f | | | | | | Author: Martin Sjölund | | | | | | Date: Mon Aug 3 11:13:20 2015 +0200 | | | | | | | | | | | | Fix #3380: Handle save() for short class definitions | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | M Compiler/Script/Interactive.mo | | | | | | M Compiler/runtime/systemimpl.c | | | | | | | | | * | | commit 57a269ecf77876b0b26ad6e7c3c9bfdab0106ee9 | | | |\ \ \ Merge: 72c5b339cb 21ff51970e | | | | | | | Author: hudson | | | | | | | Date: Mon Aug 3 11:00:14 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | | | * | | commit 21ff51970e87efdc5ca85db2c42548dcf43a083a | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Aug 3 09:42:09 2015 +0200 | | | | | | | | | | | | | | - peer-cmake should now work if no openmp was found on system | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | | | | | | * | | commit cc84d1c36838f0e82ff31f78cf637b46ad7f12a9 | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Aug 3 09:33:34 2015 +0200 | | | | | | | | | | | | | | - peer-cmake should now work if no openmp was found on system | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | | | | | | * | | commit bd115c168dbbe59cc53622416fcf7eee3e5f69ce | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Aug 3 08:59:33 2015 +0200 | | | | | | | | | | | | | | - removed some unused code, to stay below 684k and fix the sanity check | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | * | | commit 259fa727f9282fc9592beea2e18d04d0b3f65aee | | | | | | | Author: Marcus Walther | | | | | | | Date: Fri Jul 31 14:57:17 2015 +0200 | | | | | | | | | | | | | | - Peer solver (openMP flavor) is now working | | | | | | | - copy constructor of model extension class makes a deep copy of all important variables now | | | | | | | - openmp is now added to all simulation runs, if cmake has find it | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | | | | | | | * | | commit ef76cd6ec46049547687e6ad1772f5f41ca8c269 | | | | | | | Author: Willi Braun | | | | | | | Date: Fri Jul 31 15:05:55 2015 +0200 | | | | | | | | | | | | | | only evaluate the model if something changed | | | | | | | | | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | | | | | | * | | | commit 72c5b339cb14d0f1987c8993e3a7aa38d854524a | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Aug 3 10:57:18 2015 +0200 | | | | | | | | | | | | | | - fixed Intel TBB build with c++ simulation runtime | | | | | | | - HPCOM Task-Graph validation should now work correctly | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | | | | * | | | commit 95c1f364a6a9cf9aa3efd84aa8c707368f3e95f4 | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Aug 3 09:41:18 2015 +0200 | | | | | | | | | | | | | | - peer-cmake should now work if no openmp was found on system | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | | | | | * | | | commit bd201bdc4d37e4fa9fe8f58e1467498d78cdaa8d | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Aug 3 09:33:34 2015 +0200 | | | | | | | | | | | | | | - peer-cmake should now work if no openmp was found on system | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | | | | | * | | | commit 4cd88de65cfe9ee4628f63d0a70ca025ad590650 | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Aug 3 08:59:33 2015 +0200 | | | | | | | | | | | | | | - removed some unused code, to stay below 684k and fix the sanity check | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | | | commit 57646056a4847a84e94048320371ce7d4bfd26a1 | | | |/ / / Author: Marcus Walther | | | | | | Date: Fri Jul 31 14:57:17 2015 +0200 | | | | | | | | | | | | - Peer solver (openMP flavor) is now working | | | | | | - copy constructor of model extension class makes a deep copy of all important variables now | | | | | | - openmp is now added to all simulation runs, if cmake has find it | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | | | | * | | | commit f4c643a1fe8e71afdff9517a6ae861fc3693306b | | |/ / / Author: RuedKamp | | | | | Date: Mon Aug 3 13:51:42 2015 +0200 | | | | | | | | | | -some changes for vxworks | | | | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | * | | commit 177055d7a5e58cc9fbf591805b7963b88659ac14 | | | | | Author: RuedKamp | | | | | Date: Fri Jul 31 11:16:08 2015 +0200 | | | | | | | | | | -added handling for singular matrices | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | * | | commit 927783ca5ef52b31d8cb86581a22cf487215e7cf | | |\ \ \ Merge: b4d1655bed e7091b642a | | | | | | Author: RuedKamp | | | | | | Date: Fri Jul 31 10:16:47 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | Conflicts: | | | | | | SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * | | commit e7091b642aaae26486614cad52ec4b74e54f8b22 | | | | | | Author: adrpo | | | | | | Date: Fri Jul 31 00:09:27 2015 +0200 | | | | | | | | | | | | - fix conversion script for Annex lib to handle bad input | | | | | | | | | | | | M Examples/ConvertBuildingsReferenceToCSV.py | | | | | | | | | * | | commit 494d5cffba3c4c8162ab552ad6274c81fbdfad97 | | | | | | Author: adrpo | | | | | | Date: Thu Jul 30 23:40:47 2015 +0200 | | | | | | | | | | | | - check for None in conversion script | | | | | | | | | | | | M Examples/ConvertBuildingsReferenceToCSV.py | | | | | | | | | * | | commit cc94341a92ac6a945bfe6af0a7279fb32cfa14c1 | | | | | | Author: adrpo | | | | | | Date: Thu Jul 30 23:26:16 2015 +0200 | | | | | | | | | | | | - print the file we convert | | | | | | | | | | | | M Examples/ConvertBuildingsReferenceToCSV.py | | | | | | | | | * | | commit e43f7a00abdb4c56b87231833f98e1f00469f502 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu Jul 30 14:42:32 2015 +0200 | | | | | | | | | | | | fix in umfpack solver, only include umfpack.h if umfpack was found | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | | * | | commit ebe75f6845dafbfde19a528c0e2c4727103f5797 | | | | | | Author: unknown | | | | | | Date: Thu Jul 30 13:50:38 2015 +0200 | | | | | | | | | | | | added correct numeric bindings version | | | | | | | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp | | | | | | | | | * | | commit 35e39f7b42b10c1ee7ade1cb102ee8ac21cd8b30 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu Jul 30 13:00:29 2015 +0200 | | | | | | | | | | | | adapted umfpack solver of cpp runtime on new Matrix interfaces | | | | | | | | | | | | M SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | | * | | commit fbe1b9dd1f22ca89b5f47497a7a156cb2675f9e1 | | | | | | Author: Niklas Worschech | | | | | | Date: Wed Jul 29 13:51:42 2015 +0200 | | | | | | | | | | | | removed wrong version of numeric bindings | | | | | | | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp | | | | | | | | | * | | commit 91a2bb1e8521935d25e8c8999a88b4e5b4595c83 | | | | | | Author: Lennart Ochel | | | | | | Date: Thu Jul 30 13:53:18 2015 +0200 | | | | | | | | | | | | Added default values for matching and index reduction | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * | | commit 36c6ff771a39b8a7374e88c715fb74577f06b434 | | | | |/ Author: Lennart Ochel | | | |/| Date: Wed Jul 29 13:18:32 2015 +0200 | | | | | | | | | | Added default values for "--preOptModules" and "--postOptModules" to help page | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 2c8a396e31605be579e494d63383b69d3bbee11c | | | | | Author: Willi Braun | | | | | Date: Wed Jul 29 17:41:07 2015 +0200 | | | | | | | | | | - deactivate symbolic jacobian calculation for fmi2.0, since it's currently not used anyway. | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit aed449ccec1fcaf41b3fe1caaf322bf5484cbced | | | | | Author: Willi Braun | | | | | Date: Wed Jul 29 12:56:06 2015 +0200 | | | | | | | | | | fix some debug output in symbolic jacobain | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | * | commit 564af844c47350e315cb663e2fa4119406117c83 | | | | | Author: vwaurich | | | | | Date: Wed Jul 29 14:15:46 2015 +0200 | | | | | | | | | | - dont use artificial vars for prestartcalc | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit 9bbf3adc2344745029c7b5009c474d65df19b7ca | | | | | Author: gossen | | | | | Date: Mon Jul 27 22:04:40 2015 +0300 | | | | | | | | | | Replace expr in Clock constructors to previous(expr) | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | * | commit 3d21fe70d54c8890a38886b1b88d6ad570d1b8dc | | | | | Author: gossen | | | | | Date: Mon Jul 27 00:00:27 2015 +0300 | | | | | | | | | | Add initial synchronous support to simcode and c-codegen | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/SimCode/SimCode.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M SimulationRuntime/c/Makefile.common | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | M SimulationRuntime/c/simulation_data.h | | | | | | | | * | commit e93d69cb60ae55521ccb4f96f4bb8fdea3e559d1 | | | | | Author: gossen | | | | | Date: Sun Jul 26 23:58:27 2015 +0300 | | | | | | | | | | previous operator should be marked as known and its variable should be a fixed | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | M Compiler/BackEnd/DAEQuery.mo | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | | * | commit ad5f2bd2c8b0d9302b1f0362fc8eb058f273c344 | | | | | Author: gossen | | | | | Date: Sat Jul 25 12:18:18 2015 +0300 | | | | | | | | | | Some refactoring | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | * | commit f9f8aae8bb2269a5dc493e8de25e9a76a6f923fb | | | |/ Author: vwaurich | | | | Date: Tue Jul 28 14:48:27 2015 +0200 | | | | | | | | - fix countoperations for small nl-systems | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | * commit 6f2f71529f0916e950ae948260e891c0808c4933 | | | | Author: Niklas Worschech | | | | Date: Tue Jul 28 11:26:47 2015 +0200 | | | | | | | | fix in cpp template for getSystemMatrix method | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * commit 4a391c0c459187ceeb0ae6b973c8639ab09be56b | | | |\ Merge: 8d089ff3a0 e2e030f989 | | | | | Author: Niklas Worschech | | | | | Date: Tue Jul 28 10:53:29 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit e2e030f98904f2ebb6a96215567fb1f13b29fb49 | | | | | Author: Lennart Ochel | | | | | Date: Tue Jul 28 10:17:51 2015 +0200 | | | | | | | | | | Added missing vars to SimCode | | | | | | | | | | Add all variables to SimCode stage that are introduced during post-optimization to the simulation and initialization system. | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit ec93d42fc6e9a689195ecd4ebf4986c52f77e5a0 | | | | | Author: Marcus Walther | | | | | Date: Tue Jul 28 10:02:25 2015 +0200 | | | | | | | | | | - fixed windows build of cpp-runtime | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | | | | | * commit cbe8e9dd530a06fad7badab4864f181649c8d26b | | | | | Author: Marcus Walther | | | | | Date: Mon Jul 27 15:12:20 2015 +0200 | | | | | | | | | | - the number of event indicators should now be correct for c and c++ simulation runtime | | | | | | | | | | M Compiler/Template/CodegenCppInit.tpl | | | | | M Compiler/Template/CodegenFMU1.tpl | | | | | M Compiler/Template/CodegenFMU2.tpl | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | * commit d9b26e6b6fb2b6efa951713889794202088303cd | | | | | Author: Marcus Walther | | | | | Date: Mon Jul 27 14:14:23 2015 +0200 | | | | | | | | | | - Kinsol can now be used for FMUs, by passing a parameter to cmake | | | | | - added some logger output to the kinsol and newton solver | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | * commit 810476f8ad75637c4ce5da925723eed43ebc8371 | | | | | Author: Lennart Ochel | | | | | Date: Mon Jul 27 11:46:59 2015 +0200 | | | | | | | | | | Removed obsolete cases in RemoveSimpleEquations | | | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | * commit fa5acbcb2c2659f40e9e27088a13e31284127354 | | | | | Author: Marcus Walther | | | | | Date: Mon Jul 27 10:18:37 2015 +0200 | | | | | | | | | | - removed input and output variables from simVar to index mapping, because they are already part of the other variable arrays and thus they are added twice | | | | | - commented out the -DUSE_UMFPACK statement, until Niklas has delivered a fix for the umfpack solver | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | * | commit 8d089ff3a0ae2693f17aa23e95acf6d8e3a241bc | | | | | Author: Niklas Worschech | | | | | Date: Tue Jul 28 10:52:25 2015 +0200 | | | | | | | | | | added config flag to switch the matrix format in cpp runtime | | | | | +matrixFormat=[dense,sparse] | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M Compiler/Util/Flags.mo | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | * | commit dfee2945ec4cd010ca4c81158bd3ab87d8ccb495 | | | | | Author: Niklas Worschech | | | | | Date: Fri Jul 24 15:48:01 2015 +0200 | | | | | | | | | | fix for memory leak in algloop system of cpp runtime | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | | | | * | commit 201b0726f3ed5d22e6b79112d89d86827b35b9ae | | | |\| Merge: b0fae1745f 5ff3cc0eff | | | | | Author: Niklas Worschech | | | | | Date: Fri Jul 24 15:00:13 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 5ff3cc0effe02c4768fcef1ec8a222b05a56c089 | | | | | Author: Niklas Worschech | | | | | Date: Fri Jul 24 10:30:54 2015 +0200 | | | | | | | | | | changed A Matrix to ublas matrix in Algloop class | | | | | removed template functions in AlgLoop classes to calc A matrix, only one A matrix type can be used now(sparse matrix can be used with a flag later) | | | | | adapted non linear solvers on new getSystemMatrix method | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/utils.h | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | | * commit 12822bc2b718f37ba3b8e32089f8d46f7d33f59b | | | | | Author: unknown | | | | | Date: Thu Jul 23 10:52:03 2015 +0200 | | | | | | | | | | updated numeric bindings | | | | | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/LICENSE_1_0.txt | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_names.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_overloads.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_enum.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_inc.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_inc.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_overloads.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas_names.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | | | | | R055 SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ilaenv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gbsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gees.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geev.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gels.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelsd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelss.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geqrf.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesdd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesvd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbev.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbevx.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heev.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevx.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hegv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hesv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hpsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hseqr.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack_names.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/orgqr.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ormqr.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/posv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ppsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ptsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/spsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/steqr.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syev.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevx.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sygv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sysv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sytrd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trevc.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trexc.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/algorithm.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/boost_array.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/config.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/dense_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array_impl.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/dense_ordering.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/generate_const.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/fortran.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_raw.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/sparse_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/symm_herm_raw.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/tnt.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/transpose.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_banded.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_hermitian.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_matrix.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_sparse.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_symmetric.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_raw.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_traits.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp | | | | | | | | * | commit b0fae1745fda6e00e3fc553a6eb882f3c1a8ebc6 | | | |\| Merge: af9687a1c3 fd0d73bc4c | | | | | Author: Niklas Worschech | | | | | Date: Fri Jul 24 10:06:56 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit fd0d73bc4c2aba478d20807b0f3342384496a57c | | | | | Author: Lennart Ochel | | | | | Date: Wed Jul 22 12:29:42 2015 +0200 | | | | | | | | | | Don't print empty dimensions list | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | * | commit af9687a1c39db7e20eb57e45dde487906d1accb2 | | | | | Author: Niklas Worschech | | | | | Date: Fri Jul 24 08:33:50 2015 +0200 | | | | | | | | | | changed A Matrix to ublas matrix in Algloop class | | | | | removed template functions in AlgLoop classes to calc A matrix, only one A matrix type can be used now(sparse matrix can be used with a flag later) | | | | | adapted non linear solvers on new getSystemMatrix method | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/utils.h | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | * | commit f9c741ae0bf3035581650e507d38a1e2a511d20c | | | | | Author: unknown | | | | | Date: Thu Jul 23 10:52:03 2015 +0200 | | | | | | | | | | updated numeric bindings | | | | | | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/LICENSE_1_0.txt | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/addressing_index.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_names.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_overloads.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/at.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_enum.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_inc.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_inc.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_overloads.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/bandwidth.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/begin.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3_overloads.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas_names.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_names.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/blas_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cblas_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/cublas.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/detail/default_order.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/asum.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/axpy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/copy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/dotu.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/iamax.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/nrm2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/prec_dot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rot.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/rotmg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/scal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/set.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level1/swap.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gemv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/ger.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/gerc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/geru.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hemv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/her2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/hpr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/sbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/spr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/symv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/syr2.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/tpsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trmv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level2/trsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/gemm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/hemm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/her2k.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/herk.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/symm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syr2k.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/syrk.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trmm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/level3/trsm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/boost/multi_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/column.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/conj.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_order.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/data_side.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptable_type.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/adaptor.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_unwrapper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/basic_wrapper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/complex_utils.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/config/fortran.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/copy_const.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/generate_functions.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/get.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_left.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/if_row_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/linear_iterator.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/offset.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/pod.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/detail/property_map.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/diag_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/eigen/sparsematrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/end.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/compressed.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/dense_vector_collection.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/glas/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_band_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_linear_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_size.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_static_stride.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/has_triangular_array.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/herm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/index_base.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/io.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_column_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_complex.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_mutable.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_numeric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_real.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_row_major.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/is_symmetric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary.hpp | | | | | R055 SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ilaenv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/ilaenv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/labrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lacon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/laebz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lalsd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/langb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lange.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhe.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lanhs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lansy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/lantr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfg.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larft.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larfx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/largv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larnv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larrb.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larre.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/larz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/auxiliary/latrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsdc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/bdsqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbbrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebak.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gebrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gecon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gehrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gelqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqlf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqp3.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/geqrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gerqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/getrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbak.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggbal.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gghrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggqrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggrqf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ggsvp.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gtrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/gttrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbgst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hbtrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hecon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hegst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/herfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hetrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hgeqz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hpcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hsein.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/hseqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/opmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orghr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orglq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/orgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormhr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormlq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ormtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbstf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pftrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pocon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/poequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/porfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/potrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ppequ.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pstrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pteqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ptrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/pttrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbgst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sbtrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/spcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stebz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stedc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stegr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stein.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/stemr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/steqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sterf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sycon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sygst.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/syrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/sytrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tbtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tftri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgevc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgexc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsen.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsja.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsna.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tgsyl.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tpcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tprfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tptrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trcon.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trevc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trexc.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trrfs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsen.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsna.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trsyl.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtri.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/trtrs.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/tzrzf.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unghr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unglq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/ungtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmbr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmhr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmlq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmql.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmqr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrq.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmrz.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/unmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upgtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/computational/upmtr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/clapack_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_names.h | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/detail/lapack_option.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gbsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gees.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geesx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/geevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gegv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gejsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gels.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelss.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gelsy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesdd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gesvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gges.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggesx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggglm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gglse.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ggsvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/gtsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hbgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/heevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hegvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hesvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/hpsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_gesv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/iter_posv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/pbsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/posvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ppsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/ptsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sbgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spgvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/spsvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/stevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syev.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevr.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/syevx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvd.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sygvx.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysv.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/driver/sysvx.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gbsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gees.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geev.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gels.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelsd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelss.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geqrf.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesdd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesvd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbev.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbevx.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heev.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevx.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hegv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hesv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hpsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hseqr.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack_names.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/orgqr.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ormqr.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/posv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ppsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ptsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/spsv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/steqr.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syev.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevx.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sygv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sysv.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sytrd.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trevc.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trexc.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lower.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/min_rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/compressed2D.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense2D.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/dense_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mtl/detail/convert_to.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/noop.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_columns.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/num_rows.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/rank.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/remove_imaginary.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/row.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/size.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/valarray.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/std/vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/stride.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/symm.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/tag.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/algorithm.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/boost_array.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/config.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/dense_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array_impl.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/dense_ordering.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/generate_const.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/fortran.h | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_raw.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/sparse_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/symm_herm_raw.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/tnt.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/transpose.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_banded.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_hermitian.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_matrix.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_sparse.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_symmetric.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector2.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_raw.hpp | | | | | D SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_traits.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/trans_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/banded.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/basic_ublas_adaptor.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/detail/convert_to.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/hermitian.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_expression.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_proxy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/matrix_sparse.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/scalar_vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/storage.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/symmetric.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/triangular.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_expression.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_proxy.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/ublas/vector_sparse.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_lower.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/unit_upper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/uplo_tag.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/upper.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/value_type.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/vector_view.hpp | | | | | A SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/views.hpp | | | | | | | * | | commit b4d1655bed405712e0680e21a8a013f9e08a9f76 | | | | | Author: RuedKamp | | | | | Date: Fri Jul 31 10:07:19 2015 +0200 | | | | | | | | | | -commented out boost::math::isfinite for vxworks | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | * | | commit fd6076ef3304a48a06bdd5d9342b968231f2e8b1 | | | | | Author: RuedKamp | | | | | Date: Fri Jul 31 10:05:13 2015 +0200 | | | | | | | | | | -commented out boost::math::isfinite for vxworks | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | * | | commit a49f7c1f492edce88bcdbcedaa516ad6bdffc1fa | | |\ \ \ Merge: 15ba0155c7 fff5d101fc | | | | |/ Author: RuedKamp | | | |/| Date: Thu Jul 23 13:21:49 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit fff5d101fc7029f0ce25a8cc66b03af6e36fefbf | | | | | Author: Willi Braun | | | | | Date: Wed Jul 22 23:10:08 2015 +0200 | | | | | | | | | | - fix alpha constant for damping. Fixes partially #3118. | | | | | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | | | | * | commit 4a52c46f68ecf0e381989efb26aa2ceaa2df3881 | | | | | Author: Willi Braun | | | | | Date: Wed Jul 22 23:09:32 2015 +0200 | | | | | | | | | | - fix debug output | | | | | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | | | | * | commit d1656bbac745658fef38dde83cae93b172079492 | | | | | Author: Willi Braun | | | | | Date: Wed Jul 22 16:16:11 2015 +0200 | | | | | | | | | | - revise lambda debug output | | | | | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | | | | * | commit 65593bf2126e36e90e8528c80df228630c54b534 | | | | | Author: gossen | | | | | Date: Wed Jul 22 15:43:36 2015 +0200 | | | | | | | | | | SimCode refactoring | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit c30ebadd3d29e0071beac301baf8db135701a050 | | | | | Author: bernhard Thiele | | | | | Date: Wed Jul 22 11:16:45 2015 +0200 | | | | | | | | | | New Modelica state machine prototype | | | | | | | | | | - Added DAE.FLAT_SM and DAE.SM_COMP to capture state machine | | | | | composition | | | | | - Most of the code for state machine instantiation is in the new | | | | | package "InstStateMachineUtil.mo" | | | | | - Transformation from state machines to data-flow is now triggered | | | | | within the front-end function | | | | | DAEUtil.transformationsBeforeBackend(..) | | | | | - The state machine to data-flow transformation code is in the new | | | | | package "StateMachineFlatten.mo" | | | | | (stateMachineFlatten.stateMachineToDataFlow(..)) | | | | | - The old back-end prototype in package "StateMachineFeatures.mo" | | | | | is now obsolete | | | | | | | | | | Remaining issues: | | | | | - Not yet implemented operators "ticksInState()" and "timeInState()" | | | | | and MLS "17.3.6 Merging Connections to Multiple Outputs" | | | | | - Equations in states need to confirm to the same requirements as | | | | | when-equations (component ref to be assigned to must be at the LHS) | | | | | - State machines are based on the synchronous elements features and | | | | | in order simulate state-machines requires these to be working in OM | | | | | - As a current workaround to simulate state machines is is possible | | | | | to uncomment code that wraps all equations in "when-equations" and | | | | | replaces "previous(x)" by "pre(x)", however, this is only intended | | | | | for development purposes | | | | | - The functionality provided by "StateMachineFlatten.mo" should be | | | | | better adapted to a back-end implementation, however this will | | | | | require to adapt the data structures used in the back-end | | | | | (future work) | | | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | M Compiler/FrontEnd/DAE.mo | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | | M Compiler/FrontEnd/Inst.mo | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | A Compiler/FrontEnd/InstStateMachineUtil.mo | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | A Compiler/FrontEnd/StateMachineFlatten.mo | | | | | M Compiler/Template/DAEDumpTV.mo | | | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | A Compiler/Util/HashTableCrToExpOption.mo | | | | | A Compiler/Util/HashTableSM1.mo | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | * | commit e8d65ec9c48bb55b037f6d26567c861b0f923ac8 | | | | | Author: vruge | | | | | Date: Tue Jul 21 12:26:40 2015 +0200 | | | | | | | | | | cosmetic changes | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | * | commit e3690021bd2e3588ac94699c2bae0bc2ee5e9f3c | | | | | Author: vruge | | | | | Date: Tue Jul 21 11:54:50 2015 +0200 | | | | | | | | | | some fixes for complex functions | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 32bc6830ee153b3d02c60dfe5cd545289372107b | | | | | Author: Lennart Ochel | | | | | Date: Fri Jul 17 13:59:56 2015 +0200 | | | | | | | | | | Revised singularity check for linear systems | | | | | | | | | | * add explanation of dgesv return values | | | | | * let transformation fail if "LINEAR_SYSTEM_INVALID" error message is triggered | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/Util/System.mo | | | | | | | | * | commit b454d6132ec2770ae5c0c3b20834ddd4c9ef2882 | | | | | Author: vwaurich | | | | | Date: Fri Jul 17 08:25:29 2015 +0200 | | | | | | | | | | - warning for singular systems instead error | | | | | | | | | | M Compiler/Util/Error.mo | | | | | | | | * | commit fca1e8a4fa6003de65b8c93733857d438a18ac8f | | | | | Author: vwaurich | | | | | Date: Thu Jul 16 13:55:23 2015 +0200 | | | | | | | | | | - continue Translation after SingularSystemCheck | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | * | commit f15f3a2aa56e416aeabdf826ee07e37f5b7856e1 | | | | | Author: vwaurich | | | | | Date: Thu Jul 16 11:52:29 2015 +0200 | | | | | | | | | | - stupid fix for PrismaticConstraint | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | * | commit 9a7e0fb793e259f5ef7c42e625bcf139b5757f92 | | | | | Author: vwaurich | | | | | Date: Wed Jul 15 08:17:15 2015 +0200 | | | | | | | | | | - proper debug Matching in IndexReduktion (reverted from commit 1cd837980a2d5e2b708cc0181f0498713d5d912a) | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit 847d505497b8e4db9e55899a4d76e20a1c52a289 | | | | | Author: vwaurich | | | | | Date: Wed Jul 15 08:16:09 2015 +0200 | | | | | | | | | | - proper debug Matching in IndexReduktion | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit ca563fcecc8e0025271522d34a2b00ca8c68e2ef | | | | | Author: Per Östlund | | | | | Date: Thu Jul 16 17:14:25 2015 +0200 | | | | | | | | | | Fix for #3382. | | | | | | | | | | - Use 1e-7 as default flow threshold when generating stream connect | | | | | equations instead of 1e-15. | | | | | - Use a flow variables nominal value (if any) to calculate a better | | | | | flow threshold as 1e-7 * nominal. | | | | | - Allow the flow threshold to be set with --flowThreshold. | | | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | M Compiler/FrontEnd/Types.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | * | | commit 15ba0155c707be47a818f50b78d0ebc87e101608 | | |/ / Author: RuedKamp | | | | Date: Thu Jul 23 13:21:14 2015 +0200 | | | | | | | | -some changes for vxWorks | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | * | commit ab4e34c95c0edab753b2f02e338ac224637ce71b | | | | Author: RuedKamp | | | | Date: Thu Jul 16 16:10:50 2015 +0200 | | | | | | | | -changed evaluateAll in Cvode to evaluate evaluateODE | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | * | commit 9573413a95132bbb4d3e9f0fbb3c80dd301044d9 | | |\ \ Merge: 4bc045b3cd 0db3df1842 | | | | | Author: RuedKamp | | | | | Date: Thu Jul 16 15:36:06 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit 0db3df1842e428a95131bbcb741f69510ecee013 | | | | | Author: vwaurich | | | | | Date: Thu Jul 16 15:05:28 2015 +0200 | | | | | | | | | | - continue Translation after SingularSystemCheck | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | * | commit c2ea9a5ad58e2d65031bcf9064ea96213b367e0e | | | | | Author: vwaurich | | | | | Date: Thu Jul 16 11:52:29 2015 +0200 | | | | | | | | | | - stupid fix for PrismaticConstraint | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | * | commit cc8f06f196ca10d4de7262dd06659ffc6034e4c9 | | | | | Author: vwaurich | | | | | Date: Thu Jul 16 10:49:01 2015 +0200 | | | | | | | | | | - evaluate ASUB-Calls partially (fix gravityAcc) | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | * | commit 78d8b9ea0c9990330d04dfc01414b21369f3b758 | | | | | Author: vwaurich | | | | | Date: Wed Jul 15 08:17:15 2015 +0200 | | | | | | | | | | - proper debug Matching in IndexReduktion (reverted from commit 1cd837980a2d5e2b708cc0181f0498713d5d912a) | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit d2e10c48f5464a31812871298a52f208a7f1d0b2 | | | | | Author: vwaurich | | | | | Date: Wed Jul 15 08:16:09 2015 +0200 | | | | | | | | | | - proper debug Matching in IndexReduktion | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * | | commit 4bc045b3cdb103c8a9a52dc4411e7b07bdf531b7 | | | | | Author: RuedKamp | | | | | Date: Thu Jul 16 15:35:50 2015 +0200 | | | | | | | | | | - added some brackets | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * | | commit 59cca54a35b582d0825a6cf1b05ffa2aef476e52 | | | | | Author: RuedKamp | | | | | Date: Thu Jul 16 14:36:53 2015 +0200 | | | | | | | | | | -commented out arkode | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * | | commit 3dab5aa47a2c6e7a8a12770fda8d9540f79dd290 | | |\| | Merge: a757ab529b 6a5d5bd001 | | | | | Author: RuedKamp | | | | | Date: Thu Jul 16 14:20:05 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit 6a5d5bd0018185335fdcc5a69ff1bbd5297b6c0a | | | | | Author: kbalzereit | | | | | Date: Thu Jul 16 11:42:33 2015 +0200 | | | | | | | | | | - added step-sie control for symbolic inline solver | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | M SimulationRuntime/c/Makefile.objs | | | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | A SimulationRuntime/c/simulation/solver/sym_imp_euler.c | | | | | A SimulationRuntime/c/simulation/solver/sym_imp_euler.h | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | * | | commit a757ab529b7b86565b2bd45bca7cfdaa565e8759 | | | | | Author: RuedKamp | | | | | Date: Thu Jul 16 14:09:42 2015 +0200 | | | | | | | | | | -commented out arkode in CMakeLists.txt | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | * | | commit 26a008ac0b4bec44b4c3cbf833567f2c5227772a | | | | | Author: RuedKamp | | | | | Date: Thu Jul 16 13:40:09 2015 +0200 | | | | | | | | | | -used anyedit | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | * | | commit 890bfba4e5d667728268b488071cc03f26a5d8c8 | | |\| | Merge: 639e64f40e 006502b58d | | | | | Author: RuedKamp | | | | | Date: Thu Jul 16 11:48:53 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit 006502b58df04ca96f109479b4ce5b571455469a | | | | | Author: Lennart Ochel | | | | | Date: Thu Jul 16 09:53:39 2015 +0200 | | | | | | | | | | Stop pre/post-optimization on failure properly | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | * | commit 2fcf8c139f3197e475c553d40c2512087a468c00 | | | | | Author: adrpo | | | | | Date: Thu Jul 16 01:21:39 2015 +0200 | | | | | | | | | | - ANSI C please to please the MSVC compiler :) | | | | | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | | | | * | commit af61d763d0706b84f491f668b7f0448ef5d53826 | | | | | Author: Lennart Ochel | | | | | Date: Wed Jul 15 15:47:42 2015 +0200 | | | | | | | | | | Cleaned up #116 | | | | | | | | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | | | M SimulationRuntime/c/simulation/solver/newtonIteration.h | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.h | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | | | | * | commit f7b4037a27ce27ff90c933ac343800aa7c8cab58 | | | | | Author: Willi Braun | | | | | Date: Wed Jul 15 15:12:41 2015 +0200 | | | | | | | | | | - fixed indentation | | | | | | | | | | M SimulationRuntime/c/simulation/solver/newtonIteration.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | | | | * | commit 35e6782661ac7ceee5faf66113e36d542cd4bc66 | | | | | Author: kbalzereit | | | | | Date: Wed Jul 15 13:21:19 2015 +0200 | | | | | | | | | | - collected commits for improving non-linear solver newton. | | | | | | | | | | M SimulationRuntime/c/Makefile.objs | | | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | | | A SimulationRuntime/c/simulation/solver/newtonIteration.c | | | | | A SimulationRuntime/c/simulation/solver/newtonIteration.h | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.h | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | | * | commit 4a8e6683699d1c0a494ff7e59e9e66fa679f75cc | | | | | Author: Willi Braun | | | | | Date: Wed Jul 15 10:02:47 2015 +0200 | | | | | | | | | | - add simulation flag -nlsInfo that generates csv files for every non-linear system for detailed analysis propose | | | | | | | | | | M SimulationRuntime/c/Makefile.objs | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | M SimulationRuntime/c/simulation_data.h | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | A SimulationRuntime/c/util/write_csv.c | | | | | A SimulationRuntime/c/util/write_csv.h | | | | | | | | * | commit 8b345f03b85726ce9fd2601a823a458734ec44b4 | | | | | Author: Lennart Ochel | | | | | Date: Wed Jul 15 09:11:48 2015 +0200 | | | | | | | | | | Fixed typos in flag descriptions | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit 74002730a31e1eea7cb5f9a1295e054b3397b81d | | | | | Author: vwaurich | | | | | Date: Tue Jul 14 15:04:18 2015 +0200 | | | | | | | | | | - Errormessage in IndexReduktion | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit bff59551571c680edf59a46e9eb98fd43b234ff5 | | | | | Author: vwaurich | | | | | Date: Tue Jul 14 15:00:00 2015 +0200 | | | | | | | | | | - some ErrorMessages for IndexReduktion | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit ce246869e0e991a66ac3a002d9cfbf10046ac0c4 | | | | | Author: Lennart Ochel | | | | | Date: Tue Jul 14 11:44:40 2015 +0200 | | | | | | | | | | Fixed nls dump for newton method | | | | | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | | | | * | commit 69cde813d2442cdf012d84fe4747229f19b3c550 | | | | | Author: vwaurich | | | | | Date: Mon Jul 13 11:49:16 2015 +0200 | | | | | | | | | | singleThreadSchedule | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | * | commit 37686b47524b496ab14ede813598a57389ae6aeb | | | | | Author: vwaurich | | | | | Date: Thu Jul 9 09:12:08 2015 +0200 | | | | | | | | | | revised partScheduler and reversed idxs in eventgraph | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | M Compiler/Util/Array.mo | | | | | | | * | | commit 639e64f40eb34ec5f8e43cdca4faadfcba593f87 | | | | | Author: RuedKamp | | | | | Date: Thu Jul 16 11:48:29 2015 +0200 | | | | | | | | | | -changed std::vector to double * in AlgLoopDefaultImplementation | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | | * | | commit 403163e08ee0a6205377c2b2fe1051ba44016cdf | | |\| | Merge: 98141da953 b25d1f38d8 | | | | | Author: RuedKamp | | | | | Date: Mon Jul 13 09:21:53 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit b25d1f38d8f55f48e306bcade41120076b32dacc | | | | | Author: adrpo | | | | | Date: Fri Jul 10 22:05:45 2015 +0200 | | | | | | | | | | - handle BackendDAE.NO_MATCHING inside BackendDAEUtil.getStrongComponents | | | | | - remove msgpack include as we don't have it anymore in 3rdParty (why is that?) | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/boot/Makefile.omdev.mingw | | | | | | | | * | commit eaac1dc06858056c4b93745e82e1d30a3ea78604 | | | |\ \ Merge: 160737d24c 92491bd2a7 | | | | |/ Author: hudson | | | |/| Date: Fri Jul 10 14:48:10 2015 +0200 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | * commit 92491bd2a7de79b9b9686f9267f7d0a5afecf3d7 | | | | | Author: Marcus Walther | | | | | Date: Fri Jul 10 14:10:10 2015 +0200 | | | | | | | | | | - added the old switch-case-statements again, to handle fmu 2.0 export correctly | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | * commit 1caa4f9e37a0e2956fe46eea73e3af0e9dd02c87 | | | | | Author: gossen | | | | | Date: Fri Jul 10 13:45:21 2015 +0200 | | | | | | | | | | Replace SIMCODE record constructors | | | | | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 41e9fb059c48a6ef03367359300f0a92b7813476 | | | | | Author: Marcus Walther | | | | | Date: Fri Jul 10 13:14:34 2015 +0200 | | | | | | | | | | - fixed wrong variable indices in modelDescription.xml (FMU export for CPP runtime) | | | | | - fixed FMU 1.0 export of cpp runtime | | | | | - fixed linker flags for hpcom fmu export (cpp-runtime) | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M Compiler/Template/CodegenCppInit.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M Compiler/Template/CodegenFMUCppHpcom.tpl | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | * | commit 160737d24c99e6198353f64f08c75d6166ae2e48 | | | | | Author: Niklas Worschech | | | | | Date: Fri Jul 10 14:45:47 2015 +0200 | | | | | | | | | | adapted newton solver of cpp runtime for linear tearing | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | * | commit 52eb407ccdf877a1d742179b51011f57a616062f | | | |\| Merge: 8cb67d01be 4476180d99 | | | | | Author: Niklas Worschech | | | | | Date: Fri Jul 10 13:09:51 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * commit 4476180d99fa38005a2e67d2c5dc67e83cbabb38 | | | | | Author: gossen | | | | | Date: Fri Jul 10 09:38:08 2015 +0200 | | | | | | | | | | Dont filter out clocked partitions with removed equations | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | * commit 7c8141652c3aa99942360ed5964a8b8f2b6343dc | | | | | Author: gossen | | | | | Date: Thu Jul 9 15:29:16 2015 +0300 | | | | | | | | | | Do partitioning for removed equations | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit 706508369e888faa250b554d750be30840c13126 | | | | | Author: gossen | | | | | Date: Wed Jul 8 21:16:14 2015 +0300 | | | | | | | | | | Split removed equations beetwen shared and eqsystems sections of dae | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | M Compiler/BackEnd/DAEQuery.mo | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit b9431117bafb65566d54df106e614d2b7231607b | | | | | Author: gossen | | | | | Date: Tue Jul 7 21:51:12 2015 +0300 | | | | | | | | | | Print base clocks in synchronous dump info | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | * commit 9116d28f67400af1078da2569dced6cd9ac66e9d | | | | | Author: gossen | | | | | Date: Mon Jul 6 16:17:42 2015 +0300 | | | | | | | | | | Remove FindZeroCrossings getters functions | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * commit e728806dc4d1b9bda3b48b4b1f5d2465de168523 | | | | | Author: Marcus Walther | | | | | Date: Fri Jul 10 08:05:32 2015 +0200 | | | | | | | | | | - added missing comma to json profiling files | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | | | | | | | * commit 5be3c0864a6115af896bf06fe15a2618fa656e64 | | | | | Author: adrpo | | | | | Date: Fri Jul 10 07:47:24 2015 +0200 | | | | | | | | | | - update 3rdParty | | | | | | | | | | M 3rdParty | | | | | | | | | * commit db870f44289e73d7b5105c830683e738e759da54 | | | | | Author: adrpo | | | | | Date: Fri Jul 10 05:52:13 2015 +0200 | | | | | | | | | | - use strol instead of strtoll as MSVC doesn't like it | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | | | | | * commit 1b3e57a25e06b4d40a416d4f90e6d1f59557f3ec | | | | | Author: adrpo | | | | | Date: Fri Jul 10 03:53:41 2015 +0200 | | | | | | | | | | - do not use atoll as MSVC does not have it | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | * commit 61a6e5aa78493ad20e330fb8dd7b5bea0a6177f6 | | | | | Author: adrpo | | | | | Date: Fri Jul 10 01:45:39 2015 +0200 | | | | | | | | | | - more fixes for mingw64 | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | | | | | * commit a6dc843ba4feb55d1015b67622d9b2389173765b | | | | | Author: adrpo | | | | | Date: Fri Jul 10 01:18:51 2015 +0200 | | | | | | | | | | - some mingw64 bit fixes | | | | | | | | | | M Compiler/runtime/Dynload.cpp | | | | | M Compiler/runtime/Dynload_omc.cpp | | | | | M Compiler/runtime/Print_omc.c | | | | | M Compiler/runtime/Settings_omc.cpp | | | | | M Compiler/runtime/SimulationResults_omc.c | | | | | M Compiler/runtime/Socket_omc.c | | | | | M Compiler/runtime/System_omc.c | | | | | M Compiler/runtime/printimpl.c | | | | | M Compiler/runtime/systemimpl.c | | | | | M Parser/Modelica.g | | | | | M Parser/ModelicaParser_omc.c | | | | | M Parser/Parser_omc.c | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | M SimulationRuntime/c/meta/realString.c | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | M SimulationRuntime/c/simulation/socket.h | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | M SimulationRuntime/c/util/OldModelicaTables.c | | | | | M SimulationRuntime/c/util/java_interface.c | | | | | | | | | * commit 95c827c4d6d085593343dc4471f6d769bfa17e66 | | | | | Author: Lennart Ochel | | | | | Date: Thu Jul 9 16:38:58 2015 +0200 | | | | | | | | | | Call module "expandDerOperator" before module "clockPartitioning" | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * commit a4ddaa188c666b020966b9748e381a32ff31f019 | | | | | Author: Niklas Worschech | | | | | Date: Thu Jul 9 16:25:57 2015 +0200 | | | | | | | | | | fix in kinsol of cpp runtime for linear tearing system | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | | * commit 66ba9e3f3e956add559e2331142e330dd072082d | | | | | Author: Niklas Worschech | | | | | Date: Wed Jul 8 10:43:15 2015 +0200 | | | | | | | | | | linear tearing systems using jacobians for A matrix in cpp runtime | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit d53f8f577f2057d48264c23f5da84b463f7b17fe | | | | | Author: Niklas Worschech | | | | | Date: Fri Jul 3 14:43:54 2015 +0200 | | | | | | | | | | added getJacobian matrix method for an Jacobain matrix index to cpp runtime | | | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | | | | | * commit 6327e130f5ec87aecaee5ff67229c4da0385f571 | | | | | Author: Niklas Worschech | | | | | Date: Fri Jun 26 11:26:30 2015 +0200 | | | | | | | | | | aktivated linear Tearing in cpp template | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * commit 33972b1fb303fbd4e2d46fccc59cc8ff5f99630a | | | | | Author: Lennart Ochel | | | | | Date: Thu Jul 9 16:13:01 2015 +0200 | | | | | | | | | | Generate cleaner code for when clauses | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | * | commit 8cb67d01be0dc13f2481d6fa5338f34da968d05f | | | |\| Merge: 9205fb7d45 f9236803f6 | | | | | Author: Niklas Worschech | | | | | Date: Thu Jul 9 10:36:31 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit 9205fb7d456dc3f50f5327d7dbe44e024bf972a9 | | | | | Author: Niklas Worschech | | | | | Date: Thu Jul 9 10:36:03 2015 +0200 | | | | | | | | | | fix in kinsol of cpp runtime for linear tearing system | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | * | commit 6a820527c21d6926fd6b85a992edb551205fdefe | | | |\ \ Merge: 21906db5b5 2839510c68 | | | | | | Author: Niklas Worschech | | | | | | Date: Wed Jul 8 10:43:30 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit 21906db5b5236c9ef376b344bc4f14c357f78e61 | | | | | | Author: Niklas Worschech | | | | | | Date: Wed Jul 8 10:43:15 2015 +0200 | | | | | | | | | | | | linear tearing systems using jacobians for A matrix in cpp runtime | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | * | | commit 1195db077006e725a1171ab1f7c220af6e1324cc | | | |\ \ \ Merge: 7fcda78a77 98ca067f8e | | | | | | | Author: Niklas Worschech | | | | | | | Date: Mon Jul 6 10:01:57 2015 +0200 | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | * | | | commit 7fcda78a77fe1672b70a4c07fefe5142710b6720 | | | | | | | Author: Niklas Worschech | | | | | | | Date: Fri Jul 3 14:43:54 2015 +0200 | | | | | | | | | | | | | | added getJacobian matrix method for an Jacobain matrix index to cpp runtime | | | | | | | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | | | | | | * | | | commit 324df4944647c64da7b998937ec5f2a0e562f999 | | | |\ \ \ \ Merge: ff50eb254f 26c02a24ba | | | | | | | | Author: Niklas Worschech | | | | | | | | Date: Fri Jul 3 09:03:38 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | * | | | | commit ff50eb254ffa431eecb6d9ad8bf9aa7da360b81c | | | |\ \ \ \ \ Merge: bf98442b54 a5ea4c9637 | | | | | | | | | Author: Niklas Worschech | | | | | | | | | Date: Thu Jul 2 16:08:33 2015 +0200 | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | * | | | | | commit bf98442b54564bb29b6b9012dbc28b4cf7b19b5a | | | |\ \ \ \ \ \ Merge: 1b616669ef 509f225c4c | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | Date: Thu Jul 2 12:49:16 2015 +0200 | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | * | | | | | | commit 1b616669efafd2c49b4bcc410057aaac2a00a05c | | | |\ \ \ \ \ \ \ Merge: dba5362362 471efb23b9 | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | Date: Thu Jul 2 08:51:07 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | * | | | | | | | commit dba53623628d464c7252e48845fcc91a44777294 | | | |\ \ \ \ \ \ \ \ Merge: 4609f5a099 69e41fc434 | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Wed Jul 1 16:26:32 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | * | | | | | | | | commit 4609f5a099f8831cefdd6fc74d0d8768dd51c625 | | | |\ \ \ \ \ \ \ \ \ Merge: 9847abb110 6518e3cf9e | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | Date: Wed Jul 1 09:51:03 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | * | | | | | | | | | commit 9847abb110a737cadc3fd85a089998a882c75ebd | | | |\ \ \ \ \ \ \ \ \ \ Merge: 2542dd936a 3aa480b21d | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | Date: Fri Jun 26 11:26:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 2542dd936a6b26b7e227978fb723b2b72dffbc5f | | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | | Date: Fri Jun 26 11:26:30 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | aktivated linear Tearing in cpp template | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | | | | | | M common | | | | | | | | | | | | | | | | * | | | | | | | | | | | commit 98141da953d393d3a79b572bf2cb7af085df4ea5 | | | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | | | Date: Mon Jul 13 09:21:19 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | -changes for vxworks | | | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | | | | | | | | * | | | | | | | | | | | commit 5838895b1d6fd1f697e340d8d0a522ea977030f7 | | | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | | | Date: Mon Jul 13 09:20:16 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | -changes for vxworks | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | * | | | | | | | | | | | commit 1ef03bc1b517c5d42281209a03d152e19a64b83e | | |\ \ \ \ \ \ \ \ \ \ \ \ Merge: ffbbe2c4a4 f9236803f6 | | | | |_|_|_|_|_|_|_|_|_|/ Author: RuedKamp | | | |/| | | | | | | | | | Date: Thu Jul 9 09:26:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit f9236803f6c3948f74ed8d772ba0e32dbd3df01b | | | | | | | | | | | | | | Author: adrpo | | | | | | | | | | | | | | Date: Thu Jul 9 00:46:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | - put back --emit_protected for CPP runtime as is used by Hudson library coverage script | | | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit d490ce2bf29a789234fdefc11ec43f6aae48b78f | | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | | Date: Wed Jul 8 17:50:25 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate cleaner code for reinit statements | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit f186db9f33e9b325b3e5ff6dbac249236c4aeb42 | | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | | Date: Wed Jul 8 15:40:57 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear the flag discreteCall on the same level on which it is set | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | | | | | | * | | | | | | | | | | commit 812ef728c437511f8658eaea1e18b28d866501b3 | | | | |_|_|_|_|_|_|_|_|/ Author: adrpo | | | |/| | | | | | | | | Date: Wed Jul 8 15:01:14 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - fix MSVC build of simulation code | | | | | | | | | | | | | | | | | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | | | | | | | | | M SimulationRuntime/c/util/division.c | | | | | | | | | | | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | | | | | | | | | | | | * | | | | | | | | | commit 2839510c6828cd255cbe1b71fde14725733b6982 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Wed Jul 8 09:48:15 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Revised Initialization.mo | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 026f2b473f785b3287e70ef00627e2426f3270b8 | | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | | Date: Wed Jul 8 08:26:32 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - changed output point type OPT_EMTPY to OPT_NONE | | | | | | | | | | | | | - if outputFormat in mos-skript is set to "empty", no result file is created in the cpp simulation runtime anymore | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | | | | | | | | | * | | | | | | | | | commit 42f53d1c8bf3f6e0b11afdbc32eb733ec0e86fe9 | | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | | Date: Tue Jul 7 13:23:19 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - removed alias variable initialization | | | | | | | | | | | | | - removed some unused flags from cpp-runtime | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | | | | | | | | | * | | | | | | | | | commit 1a4cb22bd551775bf535270cf40946798a161f34 | | | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | | | Date: Tue Jul 7 11:43:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - more trailing whitespace stuff | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 3b2b0aadc376199596a402bf95d9f01533e6001a | | | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | | | Date: Tue Jul 7 11:34:50 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - remove trailing whitespaces | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 083ced88f0251a1438b08d19ee234bed8dd21869 | | | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | | | Date: Tue Jul 7 11:25:44 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - apply GRS for DAe and ZeroFunc System, adapt validateTaskGraph | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit f04aa02386e0c6e5eb83e9e1d9fe0122f2a2795e | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Tue Jul 7 09:56:05 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Hide SimCodeUtil error if initialization fails | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 2980576bf1fdb9328ad9087741907d23dd060d23 | | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | | Date: Mon Jul 6 16:51:24 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - HPCOM-FMU-Support added | | | | | | | | | | | | | - the HPCOM-ODE-System size is now checked against the number of sim code equations | | | | | | | | | | | | | - Cpp-Runtime does now create a valid modelDescription.xml | | | | | | | | | | | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | | | M Compiler/Template/CodegenCppInit.tpl | | | | | | | | | | | | | A Compiler/Template/CodegenFMUCppHpcom.tpl | | | | | | | | | | | | | M Compiler/Template/Makefile.common | | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | | | | | | | | | * | | | | | | | | | commit 6cd6458be09da45967ec258eadd2190ad7e1be7c | | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | | Date: Mon Jul 6 15:42:48 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - cpp-runtime will now create reference variables instead of defines, if +d=gendebugsymbols is set | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | | | | | | * | | | | | | | | | commit db1ab6ea9108794aee94b246c50e6ff38e79e891 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Mon Jul 6 11:19:50 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced some more record constructors | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 21bb0ca09b802afc892ea025514def8e6ed41eb1 | | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | | Date: Mon Jul 6 10:48:01 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Revise handling of MM singleton uniontypes | | | | | | | | | | | | | | | | | | | | | | | | | | - Singleton uniontypes are now simplified using the new structure | | | | | | | | | | | | | expression RSUB. | | | | | | | | | | | | | - Singleton uniontypes now contain the full T_METARECORD type for | | | | | | | | | | | | | easier traversal. This is implemented using a closure since the cache | | | | | | | | | | | | | needs to contain the uniontype/record first in order to prevent | | | | | | | | | | | | | infinite recursion. The type is infinite, but will be constructed | | | | | | | | | | | | | lazily. | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | | | | | | M Compiler/FrontEnd/MetaUtil.mo | | | | | | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | | | | M Compiler/Template/ExpressionDumpTV.mo | | | | | | | | | | | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 10cb0fb530c73e679f5d0d8c28d7e400c6206a13 | | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | | Date: Sun Jul 5 16:21:23 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Make List.position return failure | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, position would silently return success with position as | | | | | | | | | | | | | listLength+1. | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Util/List.mo | | | | | | | | | | | | | | | | * | | | | | | | | | commit 6547655f05b045cff214818a8dba9b59a479d04e | | | | |_|_|_|_|_|_|_|/ Author: gossen | | | |/| | | | | | | | Date: Fri Jul 3 23:11:48 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Causalize.mo | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 98ca067f8e626b50f1e3e684406cc4d59081a8d4 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Sun Jul 5 09:16:01 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Handle boxed arguments in ranges | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 1488c5e78ebcc33a7b76cfd315edd9257a043392 | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | Date: Sat Jul 4 12:47:42 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Make use of singleton uniontypes in the back end | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 129db8b17601db3965d5d830faeeeebe0fc016d7 | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | Date: Sat Jul 4 12:10:29 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Replaced function Util.isSome by built-in function isSome | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | | | | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | | | M Compiler/Script/RewriteRules.mo | | | | | | | | | | | | M Compiler/Util/Util.mo | | | | | | | | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | | | | | | | | * | | | | | | | | commit bd201785ab33458bbfb77c197488348a9d852148 | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | Date: Fri Jul 3 16:33:18 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Make use of singleton uniontypes in the back end | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | M Compiler/BackEnd/Matching.mo | | | | | | | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 4306540e2ef083afccf550cb427a96aeed0f3b61 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Fri Jul 3 16:10:13 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Use singleton records without matching | | | | | | | | | | | | | | | | | | | | | | | | This is demonstrating the new language features from 41d43d5. | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 069390107a5f535299584b2760e278e830f5e88f | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Fri Jul 3 13:19:08 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Treat singleton uniontypes as records | | | | | | | | | | | | | | | | | | | | | | | | - Make it possible to access singleton records using dot-notation. | | | | | | | | | | | | - LHS and RHS expressions have been tested for now and is working. | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | | | | | M Compiler/FrontEnd/MetaUtil.mo | | | | | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | | | | | M Compiler/Template/CodegenCFunctions.tpl | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 0e1c517134c36ed869a239d88aee4dd36195d5bf | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Fri Jul 3 15:56:59 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Use BackendDAEUtil.emptyClocks function | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 1f4d2f289cda0295a235749e6b4140b278a9e5bd | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Fri Jul 3 12:05:31 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Move base clocks info from SHARED.EVENT_INFO record to SHARED record | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 2362cf33b79abc1779348dc246e37917af7848f8 | | | | | | | | | | | | Author: Per Östlund | | | | | | | | | | | | Date: Fri Jul 3 15:06:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - Differentiate between generated and non-generated meta records. | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | | | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | | | | | | | | | | M Compiler/FrontEnd/MetaUtil.mo | | | | | | | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | | | | | | | | M Compiler/FrontEnd/SCodeDump.mo | | | | | | | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | | | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | M Compiler/Template/Unparsing.tpl | | | | | | | | | | | | | | | * | | | | | | | | commit ce51c36113853214df130535ae27265dd49b76db | | | | | | | | | | | | Author: Per Östlund | | | | | | | | | | | | Date: Mon Jun 29 18:09:30 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | MetaUtil cleanup and fixes. | | | | | | | | | | | | | | | | | | | | | | | | - Update uniontypes when converting records to metarecords, to make | | | | | | | | | | | | functions inside uniontypes work. | | | | | | | | | | | | - Cleaned up a lot of code and removed unused code. | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | | | | | M Compiler/FrontEnd/MetaUtil.mo | | | | | | | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | | | | | | | * | | | | | | | | commit b876223fd33b9a54f320423c4b25e91f339bc51b | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 23:05:04 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in VisualXML | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | | | | | | | | * | | | | | | | | commit a9303a80f938293775d1f3800e3f7ddb4e01e8bf | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 18:21:17 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in SimCodeUtil | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | * | | | | | | | | commit ca80204882115b2ec187bf6974d80a59eb728ddd | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 18:19:13 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in RemoveSimpleEquations | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 511dbadd29bc0cbfe1bd06de22fad72921a4e4f9 | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 18:17:21 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in IndexReduction | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | | | | | | | | * | | | | | | | | commit aadcee5bd9244c4eb3d75df57fa404aeb6c0eaf1 | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 17:32:08 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in FindZeroCrossings | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 14e4611441e8320d578c41d272ec9bdc18cb94c5 | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 16:57:07 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in EvaluateParameter | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | | | | | | | | | | | * | | | | | | | | commit c9721cc62aa5eccfba7669e0c59a302d9f0a2b67 | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 16:47:21 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in Initialization | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 426d2c1bf3e312733a5a6412a087dc038550fdae | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 16:45:38 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in StateMachineFeatures | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 5f29c5c7ff181d49c7ee036e6dc541f9142ce8f9 | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 16:40:29 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in BackendDAEUtil | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 08a8ac2ade1fefdd8a1a0265c032bf244b4610e4 | | | | | | | | | | | | Author: gossen | | | | | | | | | | | | Date: Thu Jul 2 16:35:53 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | | | Add function setSharedOptimica in BackendDAEUtil | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | | * | | | | | | | | | commit ffbbe2c4a43f2a5ecdb2e378b7459ac20a8cdd8f | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | Date: Thu Jul 9 09:25:26 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | -some changes for vxworks | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | * | | | | | | | | | commit 1df8f02067fdb9243b710db41b124bcbd8b79dd5 | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | Date: Thu Jul 9 09:24:59 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | -whitespace error whatever | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | | | | | | | | * | | | | | | | | | commit 18bbee159ffe58c86fdce8faede036e0f4503c1b | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | Date: Thu Jul 9 09:24:25 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | -merged | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | | | | | | | * | | | | | | | | | commit db74734cc9f7452d3c38e89e0a10490b6d19e678 | | |\| | | | | | | | | Merge: c9ea075081 d1fdf8210a | | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | | Date: Fri Jul 3 10:12:10 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | * | | | | | | | | commit d1fdf8210aaab81e4fe11f520f5c69ef9b3f569b | | | | |_|_|_|_|_|_|/ Author: Lennart Ochel | | | |/| | | | | | | Date: Fri Jul 3 09:11:13 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Revised function preBalanceInitialSystem2 | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | * | | | | | | | | commit c9ea07508141b19294b13d628bdb67aba745955d | | |\| | | | | | | | Merge: 69ba9498f6 26c02a24ba | | | | | | | | | | | Author: RuedKamp | | | | | | | | | | | Date: Fri Jul 3 08:41:32 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | | | | | | | * | | | | | | | commit 26c02a24ba83988b1315fd9193dc803956d7b2c0 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Fri Jul 3 08:22:44 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | SynchronousFeatures refactoring | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | | | | | * | | | | | | | commit b8c8618cbf4f725f2e70d2bc288bfef3e4354470 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 19:24:05 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in RemoveSimpleEquations | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | | | | | | * | | | | | | | commit 31da2af4e9ef88baa84c379cc149c39202b0577c | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 19:20:51 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in ResolveLoops | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | | | | | | | | | * | | | | | | | commit 23af696ff89eb9823dec536f1083dd52573a02de | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 19:17:42 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in Vectorization | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | | | | * | | | | | | | commit e2ec7cfd5fdc05f94ff487e6c6868cd82c4ae83e | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:59:13 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in OpenTURNS | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | | | | | | | | | | * | | | | | | | commit 811d799bf543a8af0bd91e5d4a68626f61baea06 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:56:01 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in Matching | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Matching.mo | | | | | | | | | | | | | | * | | | | | | | commit 70d59a90aa8aab6627e0fd3a958a87d43db267b2 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:52:47 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in InlineArrayEquations | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | | | | | | | | | | * | | | | | | | commit 248535d58ba1848278e09bb5dccab0877730e702 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:45:19 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in Initialization | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | * | | | | | | | commit 5691325478bd13245a80c9a5b427af9cc1e1d472 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:41:40 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replacing BackendDAE record constructors in FindZeroCrossings | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | | | | | | | | * | | | | | | | commit fbf521a1afc6b0d1b2329f2f9f7e739d62535461 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:37:12 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replacing BackendDAE record constructors in EvaluateParameter | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | | | | | | | | | | * | | | | | | | commit b604146eb044f93dbef9d6db43d5765d92daea25 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:33:06 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replacing BackendDAE record constructors in DynamicOptimization | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | | | | | | | * | | | | | | | commit cbf3347ea1668e9615cfcbdf6de76633a9546d5c | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:26:01 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replacing BackendDAE record constructors in CommonSubExpression | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | | | | | | | | | | * | | | | | | | commit 8e856290c74e6b8848ff506c101ec327c84cfc2f | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 18:19:35 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replacing BackendDAE record constructors in BackendDAEUtil | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | | * | | | | | | | commit 409d49b896db28afcb8201d08d739ed9b75beb6a | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Wed Jul 1 13:00:33 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Add function setEqSystMatrices to BackendDAEUtil | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | | * | | | | | | | commit afe896e992e97a4ff5a562e8c8d42e80aa4ac443 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Tue Jun 30 21:56:23 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in BackendInline | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | | | | | | | | | | * | | | | | | | commit e0c6d316e4fef7a6139a4e3626339557bdb90f00 | | | | | | | | | | | Author: gossen | | | | | | | | | | | Date: Tue Jun 30 21:44:56 2015 +0300 | | | | | | | | | | | | | | | | | | | | | | Replace BackendDAE record constructors in BackendDAETransform | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | | | | | | | | | | * | | | | | | | commit bcde872f809c58edd9a224a7dcf7c0c8588ec8e9 | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Thu Jul 2 17:52:05 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Compile fewer packages when bootstrapping | | | | | | | | | | | | | | | | | | | | | | M Compiler/FFrontEnd/FGraphStream.mo | | | | | | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | | | | | A Compiler/Stubs/DumpGraphviz.mo | | | | | | | | | | | A Compiler/Stubs/FGraphStream.mo | | | | | | | | | | | A Compiler/Stubs/NFInstDump.mo | | | | | | | | | | | A Compiler/Stubs/UnitAbsynBuilder.mo | | | | | | | | | | | A Compiler/Stubs/UnitChecker.mo | | | | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | | | | M Compiler/Template/CodegenFMU1.tpl | | | | | | | | | | | M Compiler/Template/CodegenFMU2.tpl | | | | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | | | M Compiler/Template/Makefile.common | | | | | | | | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | M Compiler/Util/SimulationResults.mo | | | | | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | | | | A Compiler/boot/find-unused-import.sh | | | | | | | | | | | | | | * | | | | | | | commit 452a7cc5f0423e1ba889385c55f946d1709a5b62 | | | | |_|_|_|_|_|/ Author: Martin Sjölund | | | |/| | | | | | Date: Thu Jul 2 16:07:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | Remove unused imports | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | M Compiler/BackEnd/BinaryTree.mo | | | | | | | | | | M Compiler/BackEnd/Causalize.mo | | | | | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | | | | | | M Compiler/BackEnd/DumpGraphML.mo | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | M Compiler/BackEnd/Matching.mo | | | | | | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | | | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | | | | | M Compiler/BackEnd/Sorting.mo | | | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | M Compiler/FFrontEnd/FMod.mo | | | | | | | | | | M Compiler/FFrontEnd/FResolve.mo | | | | | | | | | | M Compiler/FrontEnd/BackendInterface.mo | | | | | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | | | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | | | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | | | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | | | | | | M Compiler/FrontEnd/MetaUtil.mo | | | | | | | | | | M Compiler/FrontEnd/NFConnect2.mo | | | | | | | | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | | | | | | | | M Compiler/FrontEnd/NFFlatten.mo | | | | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | | | | M Compiler/FrontEnd/Parser.mo | | | | | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | | | | | M Compiler/Main/Main.mo | | | | | | | | | | M Compiler/Script/BlockCallRewrite.mo | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | M Compiler/Script/CevalScriptBackend.mo | | | | | | | | | | M Compiler/Script/GlobalScript.mo | | | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | | | | M Compiler/SimCode/HpcOmSimCode.mo | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | M Compiler/Stubs/SimCodeUtil.mo | | | | | | | | | | M Compiler/Util/HashTable6.mo | | | | | | | | | | M Compiler/Util/HashTableCrToCrEqLst.mo | | | | | | | | | | M Compiler/Util/HashTableCrToExp.mo | | | | | | | | | | M Compiler/Util/HashTableExpToIndexExp.mo | | | | | | | | | | M Compiler/Util/HashTablePathToFunction.mo | | | | | | | | | | M Compiler/Util/HashTableStringToProgram.mo | | | | | | | | | | M Compiler/Util/HashTableUnitToString.mo | | | | | | | | | | M Compiler/Util/PriorityQueue.mo | | | | | | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | | | | | | * | | | | | | commit a5ea4c9637ce95fa7d38d850879f440f2bda98d4 | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | Date: Thu Jul 2 15:08:01 2015 +0200 | | | | | | | | | | | | | | | | | | | | Split CevalScript into CevalScriptBackend | | | | | | | | | | | | | | | | | | | | CevalScriptBackend is the parts of CevalScript that used to handle | | | | | | | | | | simulations and most of the interactive API. | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | | | | | | M Compiler/Main/Main.mo | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | A Compiler/Script/CevalScriptBackend.mo | | | | | | | | | | M Compiler/Script/StaticScript.mo | | | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | | | | D Compiler/Stubs/BackendDAEOptimize.mo | | | | | | | | | | D Compiler/Stubs/BackendDAETransform.mo | | | | | | | | | | D Compiler/Stubs/BackendDump.mo | | | | | | | | | | D Compiler/Stubs/BackendEquation.mo | | | | | | | | | | D Compiler/Stubs/BackendQSS.mo | | | | | | | | | | D Compiler/Stubs/BackendVarTransform.mo | | | | | | | | | | D Compiler/Stubs/BackendVariable.mo | | | | | | | | | | D Compiler/Stubs/BlockCallRewrite.mo | | | | | | | | | | A Compiler/Stubs/CevalScriptBackend.mo | | | | | | | | | | D Compiler/Stubs/CodegenFMU.mo | | | | | | | | | | D Compiler/Stubs/DAEQuery.mo | | | | | | | | | | D Compiler/Stubs/DiffAlgorithm.mo | | | | | | | | | | D Compiler/Stubs/Differentiate.mo | | | | | | | | | | D Compiler/Stubs/ExpressionSolve.mo | | | | | | | | | | D Compiler/Stubs/Figaro.mo | | | | | | | | | | D Compiler/Stubs/FindZeroCrossings.mo | | | | | | | | | | D Compiler/Stubs/HpcOmTaskGraph.mo | | | | | | | | | | D Compiler/Stubs/Initialization.mo | | | | | | | | | | D Compiler/Stubs/LexerModelicaDiff.mo | | | | | | | | | | D Compiler/Stubs/OpenTURNS.mo | | | | | | | | | | D Compiler/Stubs/SimCodeDump.mo | | | | | | | | | | D Compiler/Stubs/SymbolicJacobian.mo | | | | | | | | | | D Compiler/Stubs/TaskSystemDump.mo | | | | | | | | | | D Compiler/Stubs/Uncertainties.mo | | | | | | | | | | D Compiler/Stubs/Vectorization.mo | | | | | | | | | | D Compiler/Stubs/VisualXML.mo | | | | | | | | | | D Compiler/Stubs/XMLDump.mo | | | | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | | | M Compiler/boot/MakeSources.mos | | | | | | | | | | | | | * | | | | | | commit aea876d89356eca3f459aa2124596f1599284059 | | | | |_|_|_|_|/ Author: Marcus Walther | | | |/| | | | | Date: Thu Jul 2 14:52:40 2015 +0200 | | | | | | | | | | | | | | | | | | - added zeroFunc-Schedule to HPCOM | | | | | | | | | - fixed windows msvc build for cpp-runtime | | | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | | | | | M Compiler/SimCode/HpcOmSimCode.mo | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | A SimulationRuntime/cpp/Include/Core/SimController/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | A SimulationRuntime/cpp/Include/FMU/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | | | | | A SimulationRuntime/cpp/README | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | | | | | * | | | | | commit 509f225c4c4cd8f9fd5f2342242a7337f2b3a46a | | | | |_|_|_|/ Author: Martin Sjölund | | | |/| | | | Date: Thu Jul 2 11:14:36 2015 +0200 | | | | | | | | | | | | | | | | Split CodegenC into CodegenCFunctions | | | | | | | | | | | | | | | | CodegenCFunctions has a smaller amount of references to simulations. | | | | | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | M Compiler/SimCode/SimCodeFunction.mo | | | | | | | | D Compiler/Stubs/HpcOmSimCodeMain.mo | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | A Compiler/Template/CodegenCFunctions.tpl | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | M Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | M Compiler/Template/CodegenQSS.tpl | | | | | | | | M Compiler/Template/Makefile.common | | | | | | | | M Compiler/Template/SimCodeBackendTV.mo | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | | | | * | | | | commit 471efb23b9ae34d689711160bfb840b8996f080f | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Thu Jul 2 07:59:44 2015 +0200 | | | | | | | | | | | | | | | | Make it possible to compile OMC without backend | | | | | | | | | | | | | | | | For bootstrapping and the bootstrapping tarball in particular, the | | | | | | | | OMC backend is not needed. This patch adds stubs for (some) unused | | | | | | | | parts of the compiler. Using the stubs requires setting an env. var | | | | | | | | (done automatically when creating a new tarball). | | | | | | | | | | | | | | | | Some packages were split up (SimCodeUtil, SimCodeFunctionUtil) in order | | | | | | | | to avoid having references to equation systems in the compiler. Still | | | | | | | | missing: | | | | | | | | - CevalScript | | | | | | | | - Interactive | | | | | | | | - CodegenC | | | | | | | | Some additional packages are in the wrong list at the moment. | | | | | | | | | | | | | | | | An additional side-effect is that it should be possible to use new | | | | | | | | language features in the backend parts by stubbing them out when | | | | | | | | bootstrapping. The three phases will accomodate this: | | | | | | | | - First phase from the tarball (OMC not needed). | | | | | | | | - Second phase cannot use new language features, but does not compile | | | | | | | | the backend. | | | | | | | | - Third phase now has an up-to-date OMC with stubbed backend, which is | | | | | | | | able to compile the backend with new language features. | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | M Compiler/Main/Main.mo | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | | | | A Compiler/SimCode/SimCodeFunction.mo | | | | | | | | A Compiler/SimCode/SimCodeFunctionUtil.mo | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | A Compiler/Stubs/BackendDAECreate.mo | | | | | | | | A Compiler/Stubs/BackendDAEOptimize.mo | | | | | | | | A Compiler/Stubs/BackendDAETransform.mo | | | | | | | | A Compiler/Stubs/BackendDAEUtil.mo | | | | | | | | A Compiler/Stubs/BackendDump.mo | | | | | | | | A Compiler/Stubs/BackendEquation.mo | | | | | | | | A Compiler/Stubs/BackendQSS.mo | | | | | | | | A Compiler/Stubs/BackendVarTransform.mo | | | | | | | | A Compiler/Stubs/BackendVariable.mo | | | | | | | | A Compiler/Stubs/BlockCallRewrite.mo | | | | | | | | A Compiler/Stubs/CodegenFMU.mo | | | | | | | | A Compiler/Stubs/DAEQuery.mo | | | | | | | | A Compiler/Stubs/DiffAlgorithm.mo | | | | | | | | A Compiler/Stubs/Differentiate.mo | | | | | | | | A Compiler/Stubs/ExpressionSolve.mo | | | | | | | | A Compiler/Stubs/Figaro.mo | | | | | | | | A Compiler/Stubs/FindZeroCrossings.mo | | | | | | | | A Compiler/Stubs/HpcOmSimCodeMain.mo | | | | | | | | A Compiler/Stubs/HpcOmTaskGraph.mo | | | | | | | | A Compiler/Stubs/Initialization.mo | | | | | | | | A Compiler/Stubs/LexerModelicaDiff.mo | | | | | | | | A Compiler/Stubs/OpenTURNS.mo | | | | | | | | A Compiler/Stubs/Refactor.mo | | | | | | | | A Compiler/Stubs/RewriteRules.mo | | | | | | | | A Compiler/Stubs/SimCodeDump.mo | | | | | | | | A Compiler/Stubs/SimCodeMain.mo | | | | | | | | A Compiler/Stubs/SimCodeUtil.mo | | | | | | | | A Compiler/Stubs/SymbolicJacobian.mo | | | | | | | | A Compiler/Stubs/TaskSystemDump.mo | | | | | | | | A Compiler/Stubs/Uncertainties.mo | | | | | | | | A Compiler/Stubs/Vectorization.mo | | | | | | | | A Compiler/Stubs/VisualXML.mo | | | | | | | | A Compiler/Stubs/XMLDump.mo | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | M Compiler/Template/CodegenQSS.tpl | | | | | | | | M Compiler/Template/Makefile.common | | | | | | | | A Compiler/Template/SimCodeBackendTV.mo | | | | | | | | A Compiler/Template/SimCodeQSSTV.mo | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | M Compiler/Util/Error.mo | | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | M Compiler/boot/MakeDepends.mos | | | | | | | | M Compiler/boot/Makefile.common | | | | | | | | | | | * | | | | commit 28efb3efd594178146739bfaec58aba52b84fa8f | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Thu Jul 2 07:45:24 2015 +0200 | | | | | | | | | | | | | | | | Fix c99eeed | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | | | M common | | | | | | | | | | | * | | | | commit cb40561ea9dd64034c7325377afb039f3006780e | | | | | | | | Author: adrpo | | | | | | | | Date: Thu Jul 2 04:22:12 2015 +0200 | | | | | | | | | | | | | | | | - fix compilation | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | | | * | | | | commit c99eeed8d31e3b58701217b1a4655c5c676358ff | | | | |_|_|/ Author: adrpo | | | |/| | | Date: Thu Jul 2 03:34:08 2015 +0200 | | | | | | | | | | | | | | - fix Windows build by prefixing the enumerations in the CPP runtime settings with OM_ as otherwise the MSVC compiler complains madly | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | | | * | | | commit 69e41fc434365a7cd25983f2a98f889b987d9ed0 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Wed Jul 1 14:51:57 2015 +0200 | | | | | | | | | | | | | | Cleanup package Initialization | | | | | | | | | | | | | | - removed unused variables | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | * | | | | commit 69ba9498f69fdfcb1293f2dca62331fed3638a0c | | |\| | | | Merge: b38ffe3751 74f231ca57 | | | | | | | Author: RuedKamp | | | | | | | Date: Wed Jul 1 14:07:24 2015 +0200 | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | * | | | commit 74f231ca573500a1565f1c6749a4940c2da21ba7 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Wed Jul 1 13:42:00 2015 +0200 | | | | | | | | | | | | | | Fixed typos in flag descriptions | | | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | * | | | commit aa6c0e0ad1f3bd130355b153902c1644170bef0d | | | | | | | Author: Martin Sjölund | | | | | | | Date: Wed Jul 1 13:16:08 2015 +0200 | | | | | | | | | | | | | | Fix for missing __func__ | | | | | | | | | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | | | | | | * | | | commit 78af16b84c3b9f6ce2603bcc3dce22c147d9dc98 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Wed Jul 1 12:52:08 2015 +0200 | | | | | | | | | | | | | | Use GNU sed | | | | | | | | | | | | | | M Compiler/boot/Makefile.common | | | | | | | | | | * | | | commit 3c606c71092ef98d4c252c12339f647e648c44f0 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Wed Jul 1 12:31:07 2015 +0200 | | | | | | | | | | | | | | Fixes #3367,#3249 (unknown dim in function call) | | | | | | | | | | | | | | Treat arrays with dim_size=0 as arrays using :, and allocate new arrays | | | | | | | instead of trying to copy the memory. | | | | | | | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | M SimulationRuntime/c/util/integer_array.c | | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | | | M SimulationRuntime/c/util/real_array.c | | | | | | | | | * | | | | commit b38ffe3751865af670565d003034fb3107d53274 | | | | | | | Author: RuedKamp | | | | | | | Date: Wed Jul 1 13:04:07 2015 +0200 | | | | | | | | | | | | | | -changed encoding | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | | | * | | | | commit 5643d00bb1503c76e6edeee191c88b2e3a4e5012 | | | | | | | Author: RuedKamp | | | | | | | Date: Wed Jul 1 11:44:50 2015 +0200 | | | | | | | | | | | | | | -whitespaces | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | | | * | | | | commit f5b68bb65e960f17e67772731b946d82b5c81858 | | |\| | | | Merge: b65b1532cb 728c5a3f4a | | | | | | | Author: RuedKamp | | | | | | | Date: Wed Jul 1 11:35:01 2015 +0200 | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | * | | | commit 728c5a3f4ae760a299086fef0db9e13bead0cbc1 | | | | |_|/ Author: vruge | | | |/| | Date: Wed Jul 1 09:44:56 2015 +0200 | | | | | | | | | | | | imporved "collect" of terms | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | | | * | | commit 6518e3cf9e749a9a934941b71f73f676141b5fd7 | | | | | | Author: vruge | | | | | | Date: Tue Jun 30 23:16:21 2015 +0200 | | | | | | | | | | | | added prototype recursive tearing | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * | | commit c5516d9d31ce8acba2a49b4d2f8a3572f692796a | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Jun 30 22:36:16 2015 +0200 | | | | | | | | | | | | Add API diffModelicaFileListings | | | | | | | | | | | | The function takes two strings and a formatter. The output is either | | | | | | a diff or the resulting text after merging the Modelica strings. | | | | | | The API is designed to consider the list API and indents new elements | | | | | | properly, while ignoring whitespace added by list() as well as moves | | | | | | comments into the correct places. Partially fixes #2905. | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | | | | M Compiler/Lexers/Makefile.in | | | | | | M Compiler/Lexers/lexerModelicaDiff.l | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | * | | commit 8c6597489263faa11b807f83063edff7b42606c4 | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Jun 30 21:30:35 2015 +0200 | | | | | | | | | | | | addComponent API now uses the correct filename | | | | | | | | | | | | Previously "" was used for filename. Now, the filename of the class | | | | | | the component was inserted into is used. | | | | | | | | | | | | M Compiler/Script/Interactive.mo | | | | | | | | | * | | commit 0c8443671e754db1398e909c013b5610236e71cc | | | | | | Author: Adeel Asghar | | | | | | Date: Tue Jun 30 17:40:17 2015 +0200 | | | | | | | | | | | | Fixes #3375 OMNotebook array plotting. | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | * | | commit 1a677547f999d7cd2d5ceb9da8012da86fe03d94 | | | | | | Author: Adeel Asghar | | | | | | Date: Tue Jun 30 16:29:09 2015 +0200 | | | | | | | | | | | | - Updated Types patch to fix Windows build. | | | | | | | | | | | | M Compiler/boot/patches/Types.1.patch.xz | | | | | | | | | * | | commit f9f25dd798a71ae9d415f8209bc64088ef69d6b7 | | | | | | Author: Lennart Ochel | | | | | | Date: Tue Jun 30 14:59:09 2015 +0200 | | | | | | | | | | | | Fixed typos, indentation and coding style | | | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | * | | commit 226e96dec842af0fb9aa5ad955088e7a94b2ef05 | | | | | | Author: Lennart Ochel | | | | | | Date: Tue Jun 30 14:02:07 2015 +0200 | | | | | | | | | | | | Fixed some error messages | | | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | * | | commit b1e44121d819b040f21fefd869ea5ef059ee19f2 | | | | | | Author: marchartung | | | | | | Date: Tue Jun 30 12:07:04 2015 +0200 | | | | | | | | | | | | Fixed Windows bug for conversion const int to LogLevel | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | | | * | | commit 4f4dbe2181538ad009e0f3ad3459c9d4212cfeb8 | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Jun 30 11:45:19 2015 +0200 | | | | | | | | | | | | Compile the ModelicaDiff lexer with OMC | | | | | | | | | | | | Added the relevant enumeration pattern matching patches to the | | | | | | bootstrapping sources. | | | | | | | | | | | | M Compiler/Lexers/LexerModelicaDiff.mo | | | | | | M Compiler/Lexers/Makefile.in | | | | | | M Compiler/Lexers/lexerModelicaDiff.l | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | M Compiler/boot/Makefile.common | | | | | | A Compiler/boot/patches/.gitignore | | | | | | A Compiler/boot/patches/CodegenC.1.patch.xz | | | | | | A Compiler/boot/patches/CodegenC.2.patch.xz | | | | | | A Compiler/boot/patches/Patternm.1.patch.xz | | | | | | R100 Compiler/boot/patches/Types.patch.xz Compiler/boot/patches/Types.1.patch.xz | | | | | | A Compiler/boot/patches/Types.2.patch.xz | | | | | | | | | * | | commit adab1eea06d455f9b2c51d2b3b4f5bcf6bc60a6e | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Jun 30 07:32:21 2015 +0200 | | | | | | | | | | | | Add target to update the lexer | | | | | | | | | | | | A Compiler/Lexers/Makefile.in | | | | | | M configure.ac | | | | | | | | | * | | commit 09c0b45ce73e57108b876a9fc011f312fca08e33 | | | | | | Author: gossen | | | | | | Date: Tue Jun 30 11:27:20 2015 +0200 | | | | | | | | | | | | Replace BackendDAE record constructors in BackendDAEOptimize | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | * | | commit ddeca2f9f9c27858373f4e63107501ad06e32de1 | | | | | | Author: gossen | | | | | | Date: Sun Jun 28 21:14:55 2015 +0300 | | | | | | | | | | | | Add function clearEqSyst | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | * | | commit 7f24872550c8c7f56f30f759b07896a813f5a884 | | | | | | Author: vruge | | | | | | Date: Mon Jun 29 23:10:57 2015 +0200 | | | | | | | | | | | | fixed whitespace | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | | | * | | commit e4f030addf9578bca935b8a048612ce6b4d7ae83 | | | | | | Author: vruge | | | | | | Date: Mon Jun 29 21:47:56 2015 +0200 | | | | | | | | | | | | clean up | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | * | | commit d94675ccdc8529a850b0ab89026fdc54933bb7de | | | | | | Author: vruge | | | | | | Date: Mon Jun 29 21:26:46 2015 +0200 | | | | | | | | | | | | improved simplifySumOperatorExpression | | | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | | | * | | commit e9b910ea9669e7a35a3a1f4f305923381d7a4013 | | | | | | Author: vruge | | | | | | Date: Mon Jun 29 20:29:53 2015 +0200 | | | | | | | | | | | | improved symplifyLoops | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | | | * | | commit 5942fbcdce772c61fedfb35c22c99efc8232bef5 | | | | | | Author: vruge | | | | | | Date: Mon Jun 29 19:18:12 2015 +0200 | | | | | | | | | | | | added post module for simplify loops for the simulation/optimization | | | | | | | | | | | | - split and collect residual expression and make more simplification in | | | | | | relation to unknown variables | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * | | commit c53af00d32cb81c9ab00431a058218ee4653b631 | | | | | | Author: Martin Sjölund | | | | | | Date: Mon Jun 29 17:54:27 2015 +0200 | | | | | | | | | | | | Add ModelicaDiff lexer | | | | | | | | | | | | A Compiler/Lexers/LexerModelicaDiff.mo | | | | | | A Compiler/Lexers/lexerModelicaDiff.l | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | M Compiler/Util/DiffAlgorithm.mo | | | | | | | | | * | | commit 49f3f03cad3ff262b02d457ed5af72c4688a61eb | | | | | | Author: Martin Sjölund | | | | | | Date: Mon Jun 29 16:06:09 2015 +0200 | | | | | | | | | | | | Check commit summary and message lengths | | | | | | | | | | | | M Makefile.common | | | | | | | | | * | | commit e234aa135689e9bb12dcc6ff52bd14ef0ed64fab | | | | | | Author: marchartung | | | | | | Date: Mon Jun 29 15:44:34 2015 +0200 | | | | | | | | | | | | Fixed FMU2-Errors. Static member FMU2Wrapper::logCategory is now FMU2Wrapper::LogCategoryFMU | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | | | * | | commit 16dee2532c75d97416146633a0f8232fcde8ebcd | | | | | | Author: marchartung | | | | | | Date: Mon Jun 29 12:58:02 2015 +0200 | | | | | | | | | | | | Logger for CPP-Runtime updated | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | M SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | | * | | commit 7e74d3bc2bb3b09754ec8701fdc8f91afe1c89b1 | | | | | | Author: Marcus Walther | | | | | | Date: Wed Jun 24 15:21:15 2015 +0200 | | | | | | | | | | | | - added boost::atomic to windows cpp-runtime-build | | | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | * | | commit 33853171048dadaeea45760bbbdb6363e8fa791a | | | | | | Author: Marcus Walther | | | | | | Date: Wed Jun 24 15:13:28 2015 +0200 | | | | | | | | | | | | - replaced boost_log with logger-class of cpp-runtime | | | | | | - moved the implementation of StaticNonLinSolver-, StaticLinSolver- and StaticSolverOMCFactory to code files (because otherwise we are not able to disable cvode and kinsol for FMU export, easily) | | | | | | - FMU is now using Newton instead of Kinsol by default | | | | | | - FMU has no dependencies to sundials anymore | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | A SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticLinSolverOMCFactory.cpp | | | | | | A SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticNonLinSolverOMCFactory.cpp | | | | | | A SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticSolverOMCFactory.cpp | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | | * | | commit 48def8bdee4fc12d5f588e01de758959fa7f1edd | | | | | | Author: Lennart Ochel | | | | | | Date: Mon Jun 29 12:12:46 2015 +0200 | | | | | | | | | | | | Fixed typos | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | M Compiler/Template/TplAbsyn.mo | | | | | | | | | * | | commit 4446bdb9fb9cf6122fe56461bb8d8379f11faca9 | | | | | | Author: Lennart Ochel | | | | | | Date: Mon Jun 29 11:37:09 2015 +0200 | | | | | | | | | | | | Fixed some typos | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * | | commit 45d02162e450bef3bb44a1b1017938cbb311c259 | | | | | | Author: Lennart Ochel | | | | | | Date: Mon Jun 29 09:46:53 2015 +0200 | | | | | | | | | | | | Improved handling of inverse algorithms | | | | | | - Discrete variables do no longer appear as iteration variable | | | | | | - Proper error message for systems that need to have discrete iteration variable | | | | | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * | | commit 70c020cb531e973ea53f62d49eae3706f8520503 | | | | | | Author: Martin Sjölund | | | | | | Date: Sat Jun 27 06:20:54 2015 +0200 | | | | | | | | | | | | Patch the bootstrapping tarball | | | | | | | | | | | | Need this patched Types.c (or a new tarball) in order to compile the | | | | | | updated Patternm.mo (polymorphism in the call). | | | | | | | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | M Compiler/boot/Makefile.common | | | | | | A Compiler/boot/patches/Types.patch.xz | | | | | | | | | * | | commit 127ddbfe754e9037a6828f34b50edcda73abdcb7 | | | | | | Author: Martin Sjölund | | | | | | Date: Fri Jun 26 14:28:00 2015 +0200 | | | | | | | | | | | | Fix some polymorphism checks | | | | | | | | | | | | - Updated check for polymorphism boxed vs. unboxed | | | | | | - Added traverseExpTopdown cases for match-expressions | | | | | | - NOTE: These require a new tarball and have been commented out | | | | | | - Various notifications added for missing traverse cases for match | | | | | | expressions | | | | | | | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | | * | | commit 91eaa018acce13407ea725e6bc522f01bd10d3f2 | | | |\ \ \ Merge: 639dcf9c20 14c7f83d6e | | | | | | | Author: Lennart Ochel | | | | | | | Date: Fri Jun 26 14:56:33 2015 +0200 | | | | | | | | | | | | | | Merge branch 'master' into inverse-algorithm | | | | | | | | | | | | | | Conflicts: | | | | | | | Compiler/SimCode/SerializeModelInfo.mo | | | | | | | | | | | * | | commit 14c7f83d6e5c64dbe359932fe4ceba1da40b0797 | | | | | |/ Author: Marcus Walther | | | | |/| Date: Fri Jun 26 13:37:45 2015 +0200 | | | | | | | | | | | | - support for Intel Compiler added to C++ Simulation Runtime (by Joseph Schuchart) | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | | | | | | * | commit 3aa480b21d93fbd9ab1ce03cd77997b10c45c78b | | | | | | Author: Martin Sjölund | | | | | | Date: Fri Jun 26 07:01:47 2015 +0200 | | | | | | | | | | | | Add missing fail calls | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | * | commit ac6e440cba15d4b282aa6486e3193611102a6d82 | | | | | | Author: Martin Sjölund | | | | | | Date: Thu Jun 25 18:06:46 2015 +0200 | | | | | | | | | | | | Print default values | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | * | commit 072de1ac4af791edc9bc7631d4d1e7bbfe67af94 | | | | | | Author: Lennart Ochel | | | | | | Date: Thu Jun 25 12:06:41 2015 +0200 | | | | | | | | | | | | Removed case for empty algorithms in SerializeModelInfo.serializeEquation | | | | | | There should be no empty algorithms in the backend anymore. | | | | | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | | | | | | * | commit 166d282f79915e2b1c1bd1d1cab953c4cad4464b | | | | | | Author: Martin Sjölund | | | | | | Date: Thu Jun 25 09:41:17 2015 +0200 | | | | | | | | | | | | Add a complete sphinx help text | | | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * | | commit 639dcf9c204c266c426d46741f91aaabb55a37ae | | | |/ / Author: Lennart Ochel | | | | | Date: Thu Jun 25 11:56:44 2015 +0200 | | | | | | | | | | Solve for inputs (or a combination of inputs and outputs) of an algorithm section if necessary | | | | | Therefore, the algorithm is treated as a nonlinear loop. This should be improved for discrete or hybrid systems (mixed continuous and discrete systems). | | | | | See #3081 | | | | | TODO: Handle discrete algorithm outputs properly. | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | M Compiler/SimCode/SimCode.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M Compiler/Util/List.mo | | | | | | | | * | commit f2102e35598dfd9a8ad59d0b073c708656318966 | | | | | Author: Lennart Ochel | | | | | Date: Thu Jun 25 09:18:38 2015 +0200 | | | | | | | | | | Removed optional initialization | | | | | This removes obsolete code that was introduced to make numeric initialization available as fall-back solution if the symbolic initialization failed. Since the numeric initialization is removed for some time, this should be removed as well. | | | | | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | M Compiler/SimCode/SimCode.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | | | | * | commit 8927383eff3ea5f7586470b195b82e6b8ee5eb20 | | | | | Author: Lennart Ochel | | | | | Date: Wed Jun 24 21:38:09 2015 +0200 | | | | | | | | | | Don't add empty algorithms to BackendDAE | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | * | commit 3c02ab56020e837d55338af83f4b23730c97c206 | | | | | Author: Martin Sjölund | | | | | Date: Wed Jun 24 19:45:41 2015 +0200 | | | | | | | | | | Improve --help=simulation | | | | | | | | | | Some fixes for #3371 | | | | | - Added solver details to simulation options file so omc can find it. | | | | | - Added --help=simulation-sphinxoutput | | | | | | | | | | M Compiler/Util/Flags.mo | | | | | M Compiler/Util/System.mo | | | | | M Compiler/runtime/systemimpl.c | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | | | | * | commit ec9f2b8e426c56b937c526b3f634c37151ac8960 | | | | | Author: Willi Braun | | | | | Date: Wed Jun 24 17:25:31 2015 +0200 | | | | | | | | | | - fix noevents debug flag | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit 281db692c461e135f93dd7145db7068b021d700e | | | | | Author: Martin Sjölund | | | | | Date: Wed Jun 24 14:19:11 2015 +0200 | | | | | | | | | | Implement Myer's diff algorithm | | | | | | | | | | An O(ND) Difference Algorithm and Its Variations | | | | | http://xmailserver.org/diff2.pdf | | | | | | | | | | Implemented as a generic function, and tested using sequences of | | | | | strings and integers. | | | | | | | | | | A Compiler/Util/DiffAlgorithm.mo | | | | | | | | * | commit 3a59575371843bd06185abef8c5c99727d272ec6 | | | | | Author: Martin Sjölund | | | | | Date: Wed Jun 24 14:04:53 2015 +0200 | | | | | | | | | | Improve operator overloading and error-messages | | | | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | * | commit ced87142223cf97c3e20d3efc8306651bab9b41e | | | | | Author: Martin Sjölund | | | | | Date: Tue Jun 23 14:41:00 2015 +0200 | | | | | | | | | | Handle array as iterator | | | | | | | | | | M 3rdParty | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/Types.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | * | commit e924e3c86a565eddc41bbdefe4b2ad9c2e4904e4 | | | | | Author: Martin Sjölund | | | | | Date: Tue Jun 23 14:31:46 2015 +0200 | | | | | | | | | | Fix umfpack rpath | | | | | | | | | | M Makefile.common | | | | | | | | * | commit 05fad1a9ff12fbcdb9bed11dfaf6b01f329b7b26 | | | |\ \ Merge: 3432e3e7b8 9f8ce9c5d5 | | | | | | Author: hudson | | | | | | Date: Tue Jun 23 13:59:40 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | | * | commit 9f8ce9c5d5b976ba6f29cd741ba5fa812153310b | | | | |/ Author: Martin Sjölund | | | | | Date: Tue Jun 23 11:07:56 2015 +0200 | | | | | | | | | | Support pattern matching for enumerations | | | | | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | M Compiler/FrontEnd/Types.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | * | commit 3432e3e7b8cdb7b269d563c60c368835535fad6c | | | |\| Merge: 2ab80728d2 47ff858e34 | | | | | Author: Marcus Walther | | | | | Date: Tue Jun 23 11:04:24 2015 +0200 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into masterMW | | | | | | | | | * commit 47ff858e341f562ae46a991c8e722d1a78ac2dd0 | | | | | Author: gossen | | | | | Date: Mon Jun 22 22:53:38 2015 +0200 | | | | | | | | | | Replace BackendDAE record constructors with BackendDAEUtil helper functions | | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/BackEnd/Initialization.mo | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | M Compiler/BackEnd/Matching.mo | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/BackEnd/Tearing.mo | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | | | | | * commit 7ae1fb468e6a3ede00764e6a5fb0b8a5673812db | | | | | Author: gossen | | | | | Date: Thu Jun 18 23:00:51 2015 +0300 | | | | | | | | | | Add functions setVars and setEqs to BackendDAEUtil | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | * commit 30ddcebb0d5b1d1a574575e5139109047e569889 | | | | | Author: gossen | | | | | Date: Thu Jun 18 22:51:30 2015 +0300 | | | | | | | | | | Add function setSharedInitialEqns | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | * commit 2263f8d82af469a56a7418ded77f20b2eb9cce7a | | | | | Author: gossen | | | | | Date: Thu Jun 18 21:47:14 2015 +0300 | | | | | | | | | | Replace BackendDAE setter functions with new ones with uniform name and prototype | | | | | | | | | | BackendDAEUtil setter function for parameter of type : | | | | | set(BackendDAE.BackendDAE, ) | | | | | setShared(BackendDAE.Shared, ) | | | | | setEqSyst(BackendDAE.EqSystem, ) | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/Causalize.mo | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/BackEnd/Matching.mo | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | M Compiler/BackEnd/Tearing.mo | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | * commit b6d7f284b935a09cb48cd993ac8a101feb35cf3e | | | | | Author: Martin Sjölund | | | | | Date: Mon Jun 22 19:44:06 2015 +0200 | | | | | | | | | | Support the now standard Connections.rooted | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | * commit 234e916ba01b6467948719a595d4184045ba9068 | | | | | Author: Martin Sjölund | | | | | Date: Mon Jun 22 18:41:41 2015 +0200 | | | | | | | | | | Fix for OMPCC on OSX | | | | | | | | | | M Makefile.common | | | | | M Makefile.in | | | | | M configure.ac | | | | | | | | | * commit 5942cf8306c1da2a7aaaf594980b745032d71d42 | | | | | Author: marchartung | | | | | Date: Mon Jun 22 16:35:39 2015 +0200 | | | | | | | | | | Fixed Modelica.Thermal.HeatTransfer.Examples.Motor for debug=hpcom | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | * commit dd9ec804e648f44d7d804f86486b7f0e7aa4c557 | | | | | Author: Martin Sjölund | | | | | Date: Mon Jun 22 16:07:44 2015 +0200 | | | | | | | | | | Fix wrong parameter name for regex | | | | | | | | | | Was behaviour of "ignore case"=true, but said insensitive=true. | | | | | | | | | | M 3rdParty | | | | | M Compiler/Util/System.mo | | | | | M SimulationRuntime/c/util/utility.c | | | | | | | | | * commit e691274579e97e43b36c3156cec5eb0b49bc93dc | | | | | Author: vruge | | | | | Date: Mon Jun 22 15:09:50 2015 +0200 | | | | | | | | | | improved sortEqnsAndVars | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * commit 95945478b628ce35e7ab73210392ef23e72c3888 | | | | | Author: vruge | | | | | Date: Fri Jun 19 17:39:37 2015 +0200 | | | | | | | | | | added: sortEqnsVars -> heuristic for sorting eqns and vars. TODO: improve the heuristic | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * commit 0fc49fbadac23a3bc43cfc958b1863144b0a128e | | | | | Author: Martin Sjölund | | | | | Date: Mon Jun 22 12:48:25 2015 +0200 | | | | | | | | | | Update system libs list | | | | | | | | | | M Compiler/runtime/config.unix.h.in | | | | | | | | * | commit 2ab80728d24f7a194e257b176566f7aaad0ce5c2 | | | | | Author: Marcus Walther | | | | | Date: Tue Jun 23 11:03:30 2015 +0200 | | | | | | | | | | - added sundials license file to cpp-runtime and to FMU distribution | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | A SimulationRuntime/cpp/Licenses/sundials.license | | | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | | | | | | * | commit c4642999839be666f583a47129c3f6d0ae583fe9 | | | | | Author: Marcus Walther | | | | | Date: Tue Jun 23 10:23:16 2015 +0200 | | | | | | | | | | - all libraries of cpp runtime are now compiled with -fPIC on Linux systems | | | | | - boost log completely deactivated -> I will change the boost logger to the new logger code, soon | | | | | - fixed FMU compilation (now the static libraries are used) | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | | | | * | commit e8f8cc59471dc45d91d53f03dfe7b9c517b145c2 | | | |\ \ Merge: 433bd28f9c 0feb1da876 | | | | | | Author: Marcus Walther | | | | | | Date: Mon Jun 22 10:49:15 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into masterMW | | | | | | | | | | | | Conflicts: | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | Compiler/Template/CodegenFMUCpp.tpl | | | | | | SimulationRuntime/cpp/CMakeLists.txt | | | | | | SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | | SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | SimulationRuntime/cpp/Makefile.in | | | | | | SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | * | | commit 433bd28f9cf50526717367adaf041223ec5c6204 | | | | | | Author: Marcus Walther | | | | | | Date: Mon Jun 22 09:49:07 2015 +0200 | | | | | | | | | | | | - Added measureTime-Regions to thread-functions | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | * | | commit c1b896dab9a6f3e33c4bbcdb40ed80a791530b22 | | | | | | Author: Marcus Walther | | | | | | Date: Mon Jun 22 09:26:48 2015 +0200 | | | | | | | | | | | | - fix for undefined MEASURETIME_REGION | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | * | | commit 44e6e5e4dbc826cf3e98a29d83714763269628a7 | | | | | | Author: Marcus Walther | | | | | | Date: Mon Jun 22 09:06:41 2015 +0200 | | | | | | | | | | | | - fixed some linker problems | | | | | | - added measureTime-statements for threads of thread-schedule | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | | | | * | | commit 97c3eb8ad0579a644ac47a3cf45fe9d256dce20b | | | | | | Author: Marcus Walther | | | | | | Date: Fri Jun 19 14:09:31 2015 +0200 | | | | | | | | | | | | - fixed CVodeWriteOutput-Tracing | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | * | | commit 8e9e1aed60241a562defe9b8f8ddbbbe884e4bf5 | | | | | | Author: Marcus Walther | | | | | | Date: Fri Jun 19 13:54:57 2015 +0200 | | | | | | | | | | | | - fixed CVodeWriteOutput-Tracing | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | * | | commit 1a975c24c4a698c0c65f59032f207a90534e2cca | | | | | | Author: Marcus Walther | | | | | | Date: Fri Jun 19 13:29:25 2015 +0200 | | | | | | | | | | | | - fix for FMU export | | | | | | - fixed CVodeWriteOutput-Tracing | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | * | | commit d335cc63bbdac8d9f5aa4d336a94d67962abb4a3 | | | | | | Author: Marcus Walther | | | | | | Date: Fri Jun 19 08:48:32 2015 +0200 | | | | | | | | | | | | - further changes on Makefile structure, to disable papi if scorep is used | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | | | * | | commit 59574f7d5be5320c3ca47377aa6b504230e60e33 | | | | | | Author: Marcus Walther | | | | | | Date: Fri Jun 19 08:07:05 2015 +0200 | | | | | | | | | | | | - removed runtime_static_linking from mingw-makefile | | | | | | - removed threading instruction for scorep | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | * | | commit d32effdcc169f179fd610195fbd049b2a038c026 | | | | | | Author: Marcus Walther | | | | | | Date: Thu Jun 18 16:54:16 2015 +0200 | | | | | | | | | | | | - fixed segfault | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | | | * | | commit f3cb54a807638900cc6470ad322b6e4844da55f8 | | | | | | Author: Marcus Walther | | | | | | Date: Thu Jun 18 16:41:44 2015 +0200 | | | | | | | | | | | | - added missing static library | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * | | commit 39283a106f85a1e29d8c6ba73bfc4b4d1e827218 | | | | | | Author: Marcus Walther | | | | | | Date: Thu Jun 18 16:15:03 2015 +0200 | | | | | | | | | | | | - removed runtime_static_linking from Makefile | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | * | | commit c0aed9a7789849c43616e712290b7d131d1d41a4 | | | | | | Author: Marcus Walther | | | | | | Date: Thu Jun 18 15:52:11 2015 +0200 | | | | | | | | | | | | - fixed runtimeStaticLinking | | | | | | - fixed ScoreP-Support | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | | | | | * | | commit 800439e6eec1fc389e4f7579829fee97a5855e51 | | | | | | Author: Marcus Walther | | | | | | Date: Wed Jun 17 14:11:11 2015 +0200 | | | | | | | | | | | | - fixed mingw build | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | * | | commit 371736ec03345af76e15c78068ad0c8e2308ef59 | | | | | | Author: Marcus Walther | | | | | | Date: Wed Jun 17 13:39:11 2015 +0200 | | | | | | | | | | | | - ScoreP-include added | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | | | * | | commit e7e289030178edf722420e2e06fa1a867375b4b3 | | | | | | Author: Marcus Walther | | | | | | Date: Wed Jun 17 10:18:32 2015 +0200 | | | | | | | | | | | | - fixed ScoreP-Handling in Cmake | | | | | | | | | | | | M SimulationRuntime/cpp/CMake/FindPugiXML.cmake | | | | | | A SimulationRuntime/cpp/CMake/FindScoreP.cmake | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | * | | | commit b65b1532cb403ced7359ba2566d816c76a617d4b | | | | | | Author: RuedKamp | | | | | | Date: Wed Jul 1 11:30:21 2015 +0200 | | | | | | | | | | | | -whitespace error | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | | * | | | commit afaf039769685ac9d18ea1c70378dca7501d0f60 | | | | | | Author: RuedKamp | | | | | | Date: Wed Jul 1 11:17:34 2015 +0200 | | | | | | | | | | | | -changes reverted | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | * | | | commit 876a71052ced74beea9ca6ec4bfd8d244a9e8274 | | | | | | Author: RuedKamp | | | | | | Date: Wed Jul 1 11:06:21 2015 +0200 | | | | | | | | | | | | -some adaptions for vxworks | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | | | * | | | commit b0733603c22cd7efc0133418525d97387e2fd76e | | |\ \ \ \ Merge: 18b5e7e5e1 d084a77e39 | | | | |_|/ Author: RuedKamp | | | |/| | Date: Mon Jun 22 11:55:23 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit d084a77e3999c6770f6fb402af8f638cfe3f51a7 | | | | | | Author: Per Östlund | | | | | | Date: Mon Jun 22 11:18:27 2015 +0200 | | | | | | | | | | | | Made ConnectUtil.sizeOfVariable2 handle array dimensions better. | | | | | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | | | * | | commit 1a119b6f81bba6772bee8005fc5a69b3099c5a93 | | | | |/ Author: Lennart Ochel | | | |/| Date: Mon Jun 22 10:58:42 2015 +0200 | | | | | | | | | | Change some matchcontinue statements to match statements | | | | | Remove some unhelpful comments | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | | * | commit 0feb1da87656a61f4c3ed69c06560a802ebbb511 | | | | | Author: Rüdiger Franke | | | | | Date: Mon Jun 22 10:12:59 2015 +0200 | | | | | | | | | | add libs of external objects to gcc makefile of Cpp FMI | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | * | commit 930ee92427f1c3d4527081e0b1af48679f50f43a | | | | | Author: Rüdiger Franke | | | | | Date: Mon Jun 22 09:28:12 2015 +0200 | | | | | | | | | | Adapt Cpp FMI2 to recent changes to make it compile again | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | | * | commit c0786262e5b1b405f3e5c78aa3f9aff975148183 | | | | | Author: Ruediger Franke | | | | | Date: Mon Jun 22 08:38:45 2015 +0200 | | | | | | | | | | Redo 8963da5 to make Cpp FMI2 work again | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | * | commit ef62d68d27bda4cc043b153d15cb0478a57cd60a | | | | | Author: Martin Sjölund | | | | | Date: Mon Jun 22 09:54:49 2015 +0200 | | | | | | | | | | Add a CONTRIBUTING file | | | | | | | | | | A CONTRIBUTING.md | | | | | M README.md | | | | | | | | * | commit 164e53e17435d5a3e4ab036bcf0806c9db20aa7f | | | | | Author: Martin Sjölund | | | | | Date: Mon Jun 22 09:02:19 2015 +0200 | | | | | | | | | | Fix ipopt compilation on OSX | | | | | | | | | | M Makefile.common | | | | | M configure.ac | | | | | | | | * | commit 77a112e21bf6f0b08470dcf95fad4aa522e0e0d7 | | | | | Author: Martin Sjölund | | | | | Date: Sun Jun 21 19:19:08 2015 +0200 | | | | | | | | | | Add weak linking for OSX umfpack | | | | | | | | | | M Makefile.in | | | | | M configure.ac | | | | | | | | * | commit 5d52a95fc6d987d470a3c73437de3521cdb615a6 | | | | | Author: Martin Sjölund | | | | | Date: Sun Jun 21 11:16:23 2015 +0200 | | | | | | | | | | Fix sanity check | | | | | | | | | | We sometimes commit only to testsuite, and not OMCompiler. | | | | | | | | | | M Makefile.common | | | | | | | | * | commit ee53ba66674fff7c2f7b0c7679c3e464daecf20e | | | | | Author: Martin Sjölund | | | | | Date: Sun Jun 21 09:55:00 2015 +0200 | | | | | | | | | | Make a tail-recursive call | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | commit 390d4753311a62d1d0170d575226b83163e93c97 | | | | | Author: Willi Braun | | | | | Date: Sat Jun 20 00:51:05 2015 +0200 | | | | | | | | | | - fix codegeneration of sparse pattern | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | * | commit 4d21edaad6bf182fbab42b441633c702807e1335 | | | | | Author: Lennart Ochel | | | | | Date: Fri Jun 19 13:24:32 2015 +0200 | | | | | | | | | | Fix #3358 (Strange discrete behavior in algorithms) | | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | * | | commit 18b5e7e5e1fa195cc463ff10cf6a5d6fd9325213 | | | | | Author: RuedKamp | | | | | Date: Mon Jun 22 11:54:51 2015 +0200 | | | | | | | | | | -added functionblock for vxworks69 | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | * | | commit ed4808a236a878372493c3fdf659e80cabaad4f8 | | | | | Author: RuedKamp | | | | | Date: Fri Jun 19 10:24:55 2015 +0200 | | | | | | | | | | -fixed whitespace | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | * | | commit e052ac0843d6e60b6624a7dbd141884bc8269360 | | | | | Author: RuedKamp | | | | | Date: Fri Jun 19 08:12:18 2015 +0200 | | | | | | | | | | -fixed whitespaces | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | * | | commit e6aeb1d16e4e82242cf0f1506555cb85fe98b1a1 | | |\| | Merge: bd9ddd2013 69e381087b | | | | | Author: RuedKamp | | | | | Date: Fri Jun 19 08:01:52 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit 69e381087b63691be6ca024f9b0e2929eeaf00bc | | | | | Author: Willi Braun | | | | | Date: Thu Jun 18 18:38:31 2015 +0200 | | | | | | | | | | - change execStat usage a bit to get a better overview | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Util/Error.mo | | | | | | | | * | commit c9cd590a4ca9b38bebdc7a8af76a9ece13148c43 | | | | | Author: Henning Kiel | | | | | Date: Thu Jun 18 17:40:33 2015 +0200 | | | | | | | | | | some fixes for compilation on OS X | | | | | | | | | | M Makefile.common | | | | | M configure.ac | | | | | | | | * | commit 7b13279fa6726ae0a70dee8c0548bafa7fd7642c | | | | | Author: Martin Sjölund | | | | | Date: Thu Jun 18 15:55:11 2015 +0200 | | | | | | | | | | Introduce new API call listFile | | | | | | | | | | The function takes a class name and only prints elements that | | | | | originated in the same file as this class. It also adds a within | | | | | statement at the top of the file. | | | | | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | M Compiler/Script/CevalScript.mo | | | | | M Compiler/Template/AbsynDumpTV.mo | | | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | | | | * | commit b0dc6e73a687eb879a7de5b3548378573bd001bd | | | | | Author: Niklas Worschech | | | | | Date: Thu Jun 18 15:13:08 2015 +0200 | | | | | | | | | | fix for external c calls return values in cpp runtime | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 0af65300b9a61d7c44537aae30bad1d5789db27e | | | | | Author: Martin Sjölund | | | | | Date: Thu Jun 18 10:57:37 2015 +0200 | | | | | | | | | | Use better version | | | | | | | | | | M Makefile.in | | | | | M common | | | | | M configure.ac | | | | | | | * | | commit bd9ddd201363191403f6bd902c01c6f5ddab602f | | | | | Author: RuedKamp | | | | | Date: Wed Jun 17 18:05:12 2015 +0200 | | | | | | | | | | -fixed whitespaces | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | * | | commit cddf2701738d83a0c661f27c126472dc184b4a8a | | | | | Author: RuedKamp | | | | | Date: Wed Jun 17 17:38:08 2015 +0200 | | | | | | | | | | -fixed whitespaces | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | * | | commit d92fe2ed0d4118f6ac21b15c2d029808a73db7f2 | | |\| | Merge: 562f2cb17d ca33ed1ef0 | | | | | Author: RuedKamp | | | | | Date: Wed Jun 17 17:22:50 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit ca33ed1ef09262fe350cd8fb358cb5932e045bc2 | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 14:14:23 2015 +0200 | | | | | | | | | | - fixed mingw build | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 575332101748ad8d75e8034bb7671d2bf17dcb6f | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 13:39:11 2015 +0200 | | | | | | | | | | - ScoreP-include added | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | | * | commit 0c25b668bb936df13b2480d0ddc518b19c5974c2 | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 10:18:32 2015 +0200 | | | | | | | | | | - fixed ScoreP-Handling in Cmake | | | | | | | | | | M SimulationRuntime/cpp/CMake/FindPugiXML.cmake | | | | | A SimulationRuntime/cpp/CMake/FindScoreP.cmake | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | * | commit 1a632d21b678a0e333d134f5c482a9f683331f9e | | | |\ \ Merge: 7a965d793a 5f59a5b476 | | | | |/ Author: hudson | | | |/| Date: Wed Jun 17 09:57:26 2015 +0200 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | * commit 5f59a5b476be14489fae1116c1fba8cd2af0a606 | | | | | Author: Martin Sjölund | | | | | Date: Wed Jun 17 09:36:30 2015 +0200 | | | | | | | | | | Install pre-commit hook | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | * | commit 7a965d793a8b845ffe9441aaec443eab3e85d0c6 | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 09:56:23 2015 +0200 | | | | | | | | | | - fixed msvc build | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | M SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | | | | | * | commit 42e3157dae162f971da5143a28bf45f6e6fb19ca | | | |\| Merge: a5bdcbf7b9 df48d6ed17 | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 08:25:02 2015 +0200 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into fastMW2 | | | | | | | | | | Conflicts: | | | | | SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.cpp | | | | | | | | * | commit a5bdcbf7b972643c2c1392d9039e3e6831689b1d | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 08:23:35 2015 +0200 | | | | | | | | | | - removed experimental PropertyReader | | | | | - updated gitignore-file | | | | | | | | | | M .gitignore | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | * | commit 0d01144193bb8d8c0f09239f492237ec37dfa0a7 | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 08:10:47 2015 +0200 | | | | | | | | | | - added missing property reader interface | | | | | | | | | | A SimulationRuntime/cpp/Include/Core/DataExchange/IPropertyReader.h | | | | | | | | * | commit 1ed94c99ff22beb5aec3d626e42d73bc715018dd | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 07:47:40 2015 +0200 | | | | | | | | | | - cherry picked niklas changes | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | * | commit cf1058ae25f6bcc71e133add29da2f444d2bcf25 | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 17 07:35:14 2015 +0200 | | | | | | | | | | - added XmlPropertyReader-Class | | | | | - Fix for FMU shared object generation | | | | | | | | | | A SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp | | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | A SimulationRuntime/cpp/Include/Core/DataExchange/XmlPropertyReader.h | | | | | | | | * | commit 2c70f15c52fdf12acea5269e1944672d8cdc8799 | | | | | Author: Marcus Walther | | | | | Date: Tue Jun 16 16:51:08 2015 +0200 | | | | | | | | | | fix for msvc build of cpp runtime | | | | | fix msvc build in cpp runtime | | | | | | | | | | A SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.cpp | | | | | | | | * | commit b2d7e9fadf9a29b43b23c566930973067f42263d | | | | | Author: Marcus Walther | | | | | Date: Tue Jun 16 13:02:27 2015 +0200 | | | | | | | | | | - first version of initialization XML for c++ simulation runtime added | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | A Compiler/Template/CodegenCppInit.tpl | | | | | M Compiler/Template/Makefile.common | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | * | | commit 562f2cb17dffad8010018437b0260bf2fd19b615 | | | | | Author: RuedKamp | | | | | Date: Wed Jun 17 09:18:59 2015 +0200 | | | | | | | | | | -fixed whitespaces | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | * | | commit 55f5ad0525529b13ea501a9fcb4dc6b7bb5985cf | | |\ \ \ Merge: 0f3a1f9e23 df48d6ed17 | | | | |/ Author: RuedKamp | | | |/| Date: Wed Jun 17 08:14:39 2015 +0200 | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | * | commit df48d6ed175956b55ff9ba61b1c26042eecc3924 | | | |\ \ Merge: b2427203bf d36f27a3b5 | | | | | | Author: hudson | | | | | | Date: Tue Jun 16 15:58:47 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | | * | commit d36f27a3b5df58ad0624138533423d7d7a426b79 | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Jun 16 15:44:42 2015 +0200 | | | | | | | | | | | | Look for Susan-generated files | | | | | | | | | | | | M Makefile.common | | | | | | | | | | * | commit 6f28e4181c4f0c9d64bd9262b966b65bc06967dd | | | | | | Author: Per Östlund | | | | | | Date: Tue Jun 16 14:52:30 2015 +0200 | | | | | | | | | | | | Fix for #3357: | | | | | | - Simplify actualStream when flow direction can be determined from min/max of | | | | | | flow variable. | | | | | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | | | * | commit 1abf2a92f29d69ca989359ab41b9c7fa0770bea1 | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Jun 16 10:56:25 2015 +0200 | | | | | | | | | | | | Update sanity check | | | | | | | | | | | | M Makefile.common | | | | | | | | | | * | commit e6dec7cd72e47ca1bc56840b0e0c6dbc925a09bf | | | | | | Author: Martin Sjölund | | | | | | Date: Tue Jun 16 10:53:55 2015 +0200 | | | | | | | | | | | | Fix MODELICAPATH/OMHOME confusion | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | | | * | | commit b2427203bf14d5ef56975d461c55fc3c116ac72c | | | | | | Author: ptaeuber | | | | | | Date: Tue Jun 16 15:22:45 2015 +0200 | | | | | | | | | | | | - minor bug fix | | | | | | | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | | | | * | | commit f2b42a73fce2bab16f43a90dc3a8fccf02daba22 | | | |\| | Merge: 7db7104f75 bffe982e51 | | | | | | Author: ptaeuber | | | | | | Date: Tue Jun 16 10:50:03 2015 +0200 | | | | | | | | | | | | Merge branch 'master' into passSystem | | | | | | | | | | | | Conflicts: | | | | | | Compiler/BackEnd/BackendVariable.mo | | | | | | Compiler/Util/Flags.mo | | | | | | | | | | * | commit bffe982e51ae3a13e7c6adecb3315d2c4a0ef9f4 | | | | | | Author: Per Östlund | | | | | | Date: Mon Jun 15 16:09:57 2015 +0200 | | | | | | | | | | | | Fixed naming of record constructors when using enumeration arrays. | | | | | | | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | | | * | | commit 7db7104f7598e41867eeb0091a0f15e773e6cb21 | | | | | | Author: ptaeuber | | | | | | Date: Mon Jun 15 16:44:05 2015 +0200 | | | | | | | | | | | | - pass second tearing set to runtime | | | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | | | | | * | | commit 2b2d49903de2bd59c4dc9d92d23aae8856f44bbc | | | | | | Author: ptaeuber | | | | | | Date: Thu Jun 11 11:32:03 2015 +0200 | | | | | | | | | | | | pass second tearing set to runtime | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * | | commit c112818594b38792e750c195f12cf44f4c58ccfd | | | | | | Author: ptaeuber | | | | | | Date: Fri May 22 14:09:41 2015 +0200 | | | | | | | | | | | | Pass casual tearing set to SimCode | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | * | | | commit 0f3a1f9e239a8f9b1ab812952a0e668d20ddc236 | | |\ \ \ \ Merge: 16a7b8a8fd 10e080e240 | | | | |/ / Author: RuedKamp | | | |/| | Date: Mon Jun 15 14:23:08 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit 10e080e240021787d1b14d9fc5b0bfc054ee6230 | | | | | | Author: vwaurich | | | | | | Date: Mon Jun 15 13:55:25 2015 +0200 | | | | | | | | | | | | - remove trailing whitespaces | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | * | | commit 3a00a4279b23702f3e1bb59b5de6af6f5d84f9cc | | | | | | Author: vwaurich | | | | | | Date: Mon Jun 15 13:11:42 2015 +0200 | | | | | | | | | | | | - fix for var replacements | | | | | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | | | * | | commit 96c3492bb2f5f6a2c6f261a7ac591aa3acff130a | | | | | | Author: vwaurich | | | | | | Date: Mon Jun 15 12:53:42 2015 +0200 | | | | | | | | | | | | - extend var replacement to substitute partial function calls | | | | | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | * | | commit 810b701c54509ce762b10c0513d82b7c79673e72 | | | | | | Author: vwaurich | | | | | | Date: Mon Jun 15 08:49:27 2015 +0200 | | | | | | | | | | | | - remove file that does not belong to this branch | | | | | | | | | | | | D Compiler/BackEnd/BackendArrayVarTransform.mo | | | | | | | | | * | | commit c97550e75290f0ca93b700c8ba37cf3cbb204cd4 | | | | | | Author: vwaurich | | | | | | Date: Mon Jun 15 08:44:40 2015 +0200 | | | | | | | | | | | | - remove trailing whitespaces | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | * | | commit 9b7f32e78079d1dcd86b530253327ab1ed9ba030 | | | | | | Author: vwaurich | | | | | | Date: Mon Jun 15 08:25:57 2015 +0200 | | | | | | | | | | | | - fix indexing of partial function evaluation | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | * | | commit 55f212251b169ecd009752eaec561659f3a89992 | | | | | | Author: vwaurich | | | | | | Date: Fri Jun 12 16:57:50 2015 +0200 | | | | | | | | | | | | - fix function evaluation | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | * | | commit eeeb68ede920ca9d64c088a30adc0f54909370e1 | | | | | | Author: vwaurich | | | | | | Date: Fri Jun 12 15:44:26 2015 +0200 | | | | | | | | | | | | - remove some debug output in eval funcs | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | * | | commit 8da901279cb5b516201c5613e4b09bafad63b512 | | | | | | Author: vwaurich | | | | | | Date: Fri Jun 12 15:28:55 2015 +0200 | | | | | | | | | | | | - even mroe fixes | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | | | | * | | commit abf4da5399c983a82c679a5ebbb25e0210374898 | | | | | | Author: vwaurich | | | | | | Date: Fri Jun 12 11:41:18 2015 +0200 | | | | | | | | | | | | - more fixes for eval func epxs | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | * | | commit 35582b75fd1047ad4a0c91ea5285f7141eb942e4 | | | | | | Author: vwaurich | | | | | | Date: Thu Jun 11 15:06:08 2015 +0200 | | | | | | | | | | | | - some more stuff for eval function calls | | | | | | | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | * | | commit c53f53cdeb0c939c63bfc5d78d62c04ef3b1973f | | | | | | Author: vwaurich | | | | | | Date: Thu Jun 11 15:05:04 2015 +0200 | | | | | | | | | | | | - added evaluation of function calls in exp, replace ceval with this in removesimpleequations | | | | | | | | | | | | A Compiler/BackEnd/BackendArrayVarTransform.mo | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | * | | | commit 16a7b8a8fd3175e4441deed9319e20fc1df54044 | | |\| | | Merge: 47f02a3094 e145aa85f0 | | | | | | Author: RuedKamp | | | | | | Date: Mon Jun 15 13:21:33 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | * | | commit e145aa85f0b681830e650e5fa446e484c852d54b | | | |\ \ \ Merge: de1412c596 cbb42691a0 | | | | |_|/ Author: hudson | | | |/| | Date: Mon Jun 15 12:02:54 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | | * | commit cbb42691a054b4ab98021189fb3bb2c498404d16 | | | | | | Author: marchartung | | | | | | Date: Mon Jun 15 11:12:42 2015 +0200 | | | | | | | | | | | | BugFix level scheduler | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | | * | commit 7b43f2b66076973668d3e5fb0fc931570ccf1390 | | | | | | Author: marchartung | | | | | | Date: Mon Jun 15 10:41:03 2015 +0200 | | | | | | | | | | | | Added new statistical profiling feature | | | | | | | | | | | | A SimulationRuntime/cpp/Core/Utils/extension/measure_time_statistic.cpp | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_statistic.hpp | | | | | | | | | | * | commit a48c2f9e8c9a9c74b206335b32cc080119a07e5e | | | | | | Author: marchartung | | | | | | Date: Mon Jun 15 10:26:58 2015 +0200 | | | | | | | | | | | | Added statistical support for profiling | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | M Compiler/SimCode/HpcOmSimCode.mo | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | * | commit f4112f439c9daae957005f72aaf33d9aa0b8b8a5 | | | | | | Author: marchartung | | | | | | Date: Mon Jun 15 09:22:29 2015 +0200 | | | | | | | | | | | | Updating profiling cpp | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp | | | | | | | | | * | | commit de1412c596bf43d3968f6f5a00910308159aa2f6 | | | | | | Author: Marcus Walther | | | | | | Date: Mon Jun 15 11:50:37 2015 +0200 | | | | | | | | | | | | - fix for windows build | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | * | | commit 3ec9602ba65e299e51a2bb4217c1ec20357be6dd | | | |\ \ \ Merge: f7f3c6652c 752d5e7382 | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Jun 15 08:07:31 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into masterMW | | | | | | | | | | | | | | Conflicts: | | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | | | | | SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | | SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | | | | | | | | * | | | commit f7f3c6652cf56eb18e6d3046810d7334a7b53c8b | | | | | | | Author: Marcus Walther | | | | | | | Date: Mon Jun 15 07:57:06 2015 +0200 | | | | | | | | | | | | | | - fixed runtimeStaticLinking for C++ Runtime | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | | | | | * | | | commit 32417fc4629678d62808451e507a4845f35def3d | | | | | | | Author: Marcus Walther | | | | | | | Date: Fri Jun 12 11:15:43 2015 +0200 | | | | | | | | | | | | | | - fixed msvc build | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMake/FindTBB.cmake | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | | | | | | | | * | | | commit 6e8220bc8b5ce12d25e02acc96cca2445237ef4e | | | | | | | Author: Marcus Walther | | | | | | | Date: Thu Jun 11 15:47:32 2015 +0200 | | | | | | | | | | | | | | -Added kinsol library to FMU | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | | | | | | | | * | | | commit 7dfa590ead78d09aca81fbb3d99025909cf31a23 | | | | | | | Author: Marcus Walther | | | | | | | Date: Thu Jun 11 13:51:09 2015 +0200 | | | | | | | | | | | | | | - added some gitignore-files for cpp-runtime | | | | | | | - FMU includes the kinsol library now | | | | | | | | | | | | | | M .gitignore | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | | * | | | commit 71bd4c298d3d731d1033d81e4a84da1f0034651f | | | | | | | Author: Marcus Walther | | | | | | | Date: Thu Jun 11 13:21:26 2015 +0200 | | | | | | | | | | | | | | - changed return type of evluate functions to void | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | * | | | commit f7600b21fa0e2dee7fe630005781fe1646339ba8 | | | | | | | Author: Marcus Walther | | | | | | | Date: Thu Jun 11 11:03:07 2015 +0200 | | | | | | | | | | | | | | - moved creation of build-folder from clean- to runtimeCPP-target | | | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | * | | | commit 82bcd946f150714b3ef5f02bd6fc052088f05dcd | | | |\ \ \ \ Merge: c885abde30 95d54df03b | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Thu Jun 11 10:53:57 2015 +0200 | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into masterMW | | | | | | | | | | | * | | | | commit c885abde3035de50d6b40a0b47b52263e2232edc | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Thu Jun 11 10:53:19 2015 +0200 | | | | | | | | | | | | | | | | - removed clean in makefile-target "runtimeCPP", to reduce the build time | | | | | | | | - removed RUNTIME_STATIC_LINKING from ModelicaConfig (Cpp-Runtime) | | | | | | | | - Modelica-import in busywaiting-barrier is now correct again | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | | * | | | | commit ed6c94996b68e0ea77c76c66d332b0a919eb13a1 | | | |\ \ \ \ \ Merge: 47955e830a f54c86fb37 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Wed Jun 10 15:57:07 2015 +0200 | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into masterMW | | | | | | | | | | | | * | | | | | commit 47955e830a8c5aa2bdbb8323a2619ede0f355b1a | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Wed Jun 10 15:55:45 2015 +0200 | | | | | | | | | | | | | | | | | | - splitted evaluate-functions | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | * | | | | | commit 32b35ec26644a242c893d583e2a35aaa91400f8f | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Wed Jun 10 10:16:13 2015 +0200 | | | | | | | | | | | | | | | | | | - fixed initialization | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | | | | * | | | | | commit f778574a8ac6781dc5c18d03bca3b8e3847d8375 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Wed Jun 10 10:08:38 2015 +0200 | | | | | | | | | | | | | | | | | | - fixed fmu-logging | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | | | | * | | | | | commit 07d7d9aac0c2b3fbbc743a6a2655a3245c42fdd0 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Mon Jun 8 14:58:10 2015 +0200 | | | | | | | | | | | | | | | | | | - fixed linking issue with FMULogger | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | | | | | | | * | | | | | commit c2017c2f1d0ef23c0af4e7e032cbe31a61b629df | | | |\ \ \ \ \ \ Merge: 0a7c2fae91 6ebad16a46 | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Mon Jun 8 07:42:17 2015 +0200 | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into masterMW | | | | | | | | | | | | | * | | | | | | commit 0a7c2fae91782825945bdcbb804871255b8e1e79 | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Mon Jun 8 07:41:22 2015 +0200 | | | | | | | | | | | | | | | | | | | | - fix for Cpp-Runtime | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | * | | | | | | commit ac4dc2e81e17ac043fb8383fa4e25f77b58ea2c3 | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Fri Jun 5 13:53:52 2015 +0200 | | | | | | | | | | | | | | | | | | | | - logging can now be switched on and off | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | | | | | | | | * | | | | | | commit 6c67400e1fe8d15ab62e687db7ae18874f4f2d1c | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Fri Jun 5 13:14:07 2015 +0200 | | | | | | | | | | | | | | | | | | | | - fixed FMU logger and getter- and setters | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | | | | | * | | | | | | commit 41793d5d4d18888e54be668022dda1f74e275f6b | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Fri Jun 5 09:04:30 2015 +0200 | | | | | | | | | | | | | | | | | | | | - FMU cleanup (CPP-Runtime) | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | | | | | | D SimulationRuntime/cpp/Include/FMU/FMULibInterface.cpp | | | | | | | | | | D SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | | | | | * | | | | | | commit 403265c491139d2d91d653bbd0c5ad9934e31948 | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Fri Jun 5 09:02:37 2015 +0200 | | | | | | | | | | | | | | | | | | | | - added a simple logger class to cpp-runtime | | | | | | | | | | - cleaned up FMU files | | | | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | | | | | A SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | | | | | A SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | | | | | A SimulationRuntime/cpp/Include/FMU/FMULibInterface.h | | | | | | | | | | A SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | | | | | | | | | | | * | | | | | | commit be2165344143269128520daa0874cae6e4712a3b | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Thu Jun 4 13:47:25 2015 +0200 | | | | | | | | | | | | | | | | | | | | - removed the eclipse stuff because it is part of the superproject | | | | | | | | | | | | | | | | | | | | D .cdtproject-sample-cdt | | | | | | | | | | D .externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample | | | | | | | | | | D .project-sample | | | | | | | | | | D .project-sample-cdt | | | | | | | | | | D .settings/org.eclipse.core.runtime.prefs | | | | | | | | | | | | | * | | | | | | commit ec3daec0746f7d12b729ad9da805dca1d081d039 | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Thu Jun 4 10:29:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | - some fmu-cleanups for cpp runtime | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | | | | | | | | | | | | * | | | | | | | commit 47f02a3094700bb7689df3b2acf1c247e4b24d18 | | | | | | | | | | Author: RuedKamp | | | | | | | | | | Date: Mon Jun 15 10:53:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | -fixed whitespaces | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | M SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | | | | | | | * | | | | | | | commit 876897cfd3b5750855654381d5b32ca1d9ac8c11 | | |\ \ \ \ \ \ \ \ Merge: 27e85a18a9 004a350bda | | | | |_|_|_|_|/ / Author: RuedKamp | | | |/| | | | | | Date: Mon Jun 15 09:54:31 2015 +0200 | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | | | | * | | | | | | commit 004a350bda139164b2a4b2db7f83ccd69b6b7eec | | | | |_|_|_|/ / Author: Martin Sjölund | | | |/| | | | | Date: Mon Jun 15 09:08:07 2015 +0200 | | | | | | | | | | | | | | | | | | Improve sanity check by checking all commits | | | | | | | | | | | | | | | | | | This compares this commit to the master, looking for bad files. | | | | | | | | | | | | | | | | | | M Makefile.common | | | | | | | | | | | | * | | | | | commit 752d5e7382fa2e0e10a78f3b5c564e8f770254a9 | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Sun Jun 14 12:03:56 2015 +0200 | | | | | | | | | | | | | | | | | | Evaluate NORETCALL function as well | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/BackendInterface.mo | | | | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | | | | | | | | * | | | | | commit 7417377b3b0da3582cee61b7ddcbec4c10507a50 | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Sun Jun 14 09:41:29 2015 +0200 | | | | | | | | | | | | | | | | | | Fix getClassComment | | | | | | | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | | | * | | | | | commit e78a319f401a59c138ab4f3ad298d96d507141c7 | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Sun Jun 14 11:47:36 2015 +0200 | | | | | | | | | | | | | | | | | | Remove references to OMVisualize | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | | | * | | | | | commit bf14425402717301969dd1d6c7a285677f2ca84b | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Sun Jun 14 10:44:22 2015 +0200 | | | | | | | | | | | | | | | | | | Add stringSplit to the API functions | | | | | | | | | | | | | | | | | | The reason for not using strtok is that it removes empty tokens. | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | M Compiler/Util/Util.mo | | | | | | | | | | | | * | | | | | commit 940803f8d718d52dd48f52e4366f171367ddfc77 | | | | | | | | | Author: gossen | | | | | | | | | Date: Sat Jun 13 19:07:50 2015 +0200 | | | | | | | | | | | | | | | | | | Use Absyn path equality check function in SCode.hasExtendsOfExternalObject function | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | | | | | | | | * | | | | | commit 8d8d325e72fbc4f959185c2a6059e2750128909b | | | | | | | | | Author: adrpo | | | | | | | | | Date: Sat Jun 13 16:23:54 2015 +0200 | | | | | | | | | | | | | | | | | | - the MSVC compiler does not like the structure to be constructed while returning from a function; fix function rat2Real | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/rational.c | | | | | | | | | | | | * | | | | | commit 50340df485ae8cfeeeded761ef9c30f56b0553f0 | | | | | | | | | Author: adrpo | | | | | | | | | Date: Sat Jun 13 16:13:48 2015 +0200 | | | | | | | | | | | | | | | | | | - the C language does not have bool and the MSVC crap compiler complains about it, change it to int | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/rational.c | | | | | | | | | M SimulationRuntime/c/util/rational.h | | | | | | | | | | | | * | | | | | commit 080582ddccab3c44889de3530c04fcd48f2d815b | | | | | | | | | Author: gossen | | | | | | | | | Date: Sat Jun 13 11:38:26 2015 +0200 | | | | | | | | | | | | | | | | | | Fix typo in InstUtil failtrace messages | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | | | | | * | | | | | commit 8319e8c7d2f447b6253915db3b5cddae0ab670d6 | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Sat Jun 13 10:59:57 2015 +0200 | | | | | | | | | | | | | | | | | | Trim trailing whitespace | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Utility.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | | | | | | | | | | | | * | | | | | commit db90b5d56615e9487df1890824b40c9160576ff7 | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Sat Jun 13 08:38:09 2015 +0200 | | | | | | | | | | | | | | | | | | Squashed commit of the following: | | | | | | | | | | | | | | | | | | Additional change: | | | | | | | | | - Skipped changes to SimulationRuntime | | | | | | | | | | | | | | | | | | commit d40c51142e56d487703ae6a61e2c54b1fe8981cb | | | | | | | | | Merge: a996a90 9300fd4 | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Sat Jun 13 08:37:30 2015 +0200 | | | | | | | | | | | | | | | | | | Merge branch 'master' into gossenpull-5-cleanup | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | | | | | | | | | | | commit a996a90eb2a53b6153df0266484b5505e5586557 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed Jun 3 19:25:15 2015 +0300 | | | | | | | | | | | | | | | | | | Refine documentation for DAEUtil.verifyEquationsDAE function | | | | | | | | | | | | | | | | | | commit 9c3b89f746c6d3852a497ff16cb06257e118cf63 | | | | | | | | | Author: gossen | | | | | | | | | Date: Mon Jun 1 21:44:41 2015 +0300 | | | | | | | | | | | | | | | | | | Rename function verifyDAE to verifyEquationsDAE in DAEUtil.mo and add documentation for it | | | | | | | | | | | | | | | | | | commit 56e9a7f2ddd06837a089307b5012c879f7ae7a3e | | | | | | | | | Merge: dc8140e 4715552 | | | | | | | | | Author: gossen | | | | | | | | | Date: Mon Jun 1 21:27:26 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'upstream' | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | | SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | | | | | | | | | | | | | | | | commit dc8140e54e2536fb3bf0b411a112411fbbc13def | | | | | | | | | Author: gossen | | | | | | | | | Date: Thu May 28 10:47:11 2015 +0300 | | | | | | | | | | | | | | | | | | Fix typo | | | | | | | | | | | | | | | | | | commit 459659a929c20b26bec4191971820ff1a8506fd8 | | | | | | | | | Author: gossen | | | | | | | | | Date: Thu May 28 10:38:01 2015 +0300 | | | | | | | | | | | | | | | | | | Fix typo in comments | | | | | | | | | | | | | | | | | | commit 4e67dd0b17309d2775404c73ba42f71685442101 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 27 21:38:03 2015 +0300 | | | | | | | | | | | | | | | | | | Remove debug messages | | | | | | | | | | | | | | | | | | commit 1cabda5a8afc20a2723b86dd6065e90ac05b08ae | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 27 21:16:41 2015 +0300 | | | | | | | | | | | | | | | | | | Change default partition kind to UNKNOWN_PARTITION | | | | | | | | | | | | | | | | | | commit cc20af9162a517e133571ff175df6240cbe33077 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 27 21:09:03 2015 +0300 | | | | | | | | | | | | | | | | | | Restore old synchronous dump format | | | | | | | | | | | | | | | | | | commit 430811fcd63937257a1f8084079a398720a064ac | | | | | | | | | Merge: 2ab8393 1eb6ca8 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 27 21:07:10 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'upstream' | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | Compiler/FrontEnd/Expression.mo | | | | | | | | | Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | | | | commit 2ab8393baf3a1e89fbc2c4cb2c936d141367b440 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 27 19:48:53 2015 +0300 | | | | | | | | | | | | | | | | | | Add partitions count in synchronous debug info | | | | | | | | | | | | | | | | | | commit a70638e5d70ba107dadde5126c0f97888628cb17 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 27 19:27:09 2015 +0300 | | | | | | | | | | | | | | | | | | Make new partitioning algorithm backward-compatible with old one | | | | | | | | | | | | | | | | | | Some tests produce different results ( Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot, | | | | | | | | | ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve ) | | | | | | | | | and others have mismatched output due to equation reordering. | | | | | | | | | So restore compiler old behavior for continuous systems. | | | | | | | | | | | | | | | | | | commit 6099375345919e495641ee7f209b6a6cc871f398 | | | | | | | | | Merge: d2b8a39 cc6a016 | | | | | | | | | Author: gossen | | | | | | | | | Date: Sun May 24 23:14:27 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'upstream' into sync | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | | | | | | commit d2b8a3936a5ea8e3f2cfba73055006aca56ae441 | | | | | | | | | Author: gossen | | | | | | | | | Date: Sun May 24 19:03:34 2015 +0300 | | | | | | | | | | | | | | | | | | Fix removed parameter binding equations | | | | | | | | | | | | | | | | | | commit 3c5963cf692eeb3a23fbf750050700577cad3d6d | | | | | | | | | Author: gossen | | | | | | | | | Date: Sat May 23 16:38:46 2015 +0300 | | | | | | | | | | | | | | | | | | Fix discrete partitions zero-crossings | | | | | | | | | | | | | | | | | | commit 0345ffdd69e41e15bf84d5690f721d161e456327 | | | | | | | | | Author: Maximov Timur | | | | | | | | | Date: Fri May 22 15:28:31 2015 +0300 | | | | | | | | | | | | | | | | | | Asserts in parameter bindings should be in removed equations section in BackendDAE | | | | | | | | | | | | | | | | | | commit 72c8a5e2f23018af7ea6a0ecfea1534364123fd2 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 20 23:00:18 2015 +0300 | | | | | | | | | | | | | | | | | | Fix merge errors | | | | | | | | | | | | | | | | | | commit 14ec9a2511d1adf006807f4c4ce0f4804eca93ae | | | | | | | | | Merge: fbd89b4 3ede179 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 20 22:48:30 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | commit fbd89b4c387203ca23561e7a233c7831ab03c6f9 | | | | | | | | | Merge: e1e1efc bf6ce68 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 20 01:28:12 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | commit e1e1efcfa4b79dadce9c3d982ef46efbceaf3169 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 20 01:28:01 2015 +0300 | | | | | | | | | | | | | | | | | | Fix typo | | | | | | | | | | | | | | | | | | commit ad19eaa2c984181d55b0ddb1583b4a6700880437 | | | | | | | | | Merge: 04973aa 60c93f5 | | | | | | | | | Author: gossen | | | | | | | | | Date: Tue May 19 19:56:07 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | commit 04973aabffe56c3fc1f415650a9c445a8fdc710c | | | | | | | | | Merge: 78d2dd3 0d42956 | | | | | | | | | Author: gossen | | | | | | | | | Date: Mon May 18 19:16:10 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | commit 78d2dd33244cf30d0e0f05c7f763be1436c8b008 | | | | | | | | | Author: gossen | | | | | | | | | Date: Mon May 18 19:15:09 2015 +0300 | | | | | | | | | | | | | | | | | | Add comments to SynchronousFeatures.mo | | | | | | | | | | | | | | | | | | commit 9f62ef9164830c8baa478947e05184f12e698a66 | | | | | | | | | Author: gossen | | | | | | | | | Date: Mon May 18 00:35:11 2015 +0300 | | | | | | | | | | | | | | | | | | More fixes | | | | | | | | | | | | | | | | | | commit 69028127770fb0fa216f6babaa62d9f85c2307b6 | | | | | | | | | Author: gossen | | | | | | | | | Date: Mon May 18 00:00:59 2015 +0300 | | | | | | | | | | | | | | | | | | Fix factor and shift inferencing errors | | | | | | | | | | | | | | | | | | commit a4466403c9156bc910f08223512fd0593f4e942f | | | | | | | | | Author: gossen | | | | | | | | | Date: Sun May 17 19:53:41 2015 +0300 | | | | | | | | | | | | | | | | | | Revert base clocks dumping in print function for BackendDAE.Shared because of some tests failure | | | | | | | | | | | | | | | | | | commit b4333b880dccc96381afe7aa31bdfffe07a61257 | | | | | | | | | Author: gossen | | | | | | | | | Date: Sun May 17 14:14:54 2015 +0300 | | | | | | | | | | | | | | | | | | No zero crossings for clocked discrete partitions | | | | | | | | | | | | | | | | | | commit 990dfb0285fe209dc5f3a193149c00c16210fca8 | | | | | | | | | Merge: 230f349 348b22c | | | | | | | | | Author: gossen | | | | | | | | | Date: Sun May 17 13:26:54 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | Compiler/BackEnd/BackendQSS.mo | | | | | | | | | Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | SimulationRuntime/c/util/CMakeLists.txt | | | | | | | | | | | | | | | | | | commit 230f349559bceae2d3df8edeb1a39c8c710faa19 | | | | | | | | | Author: gossen | | | | | | | | | Date: Sun May 17 13:20:07 2015 +0300 | | | | | | | | | | | | | | | | | | Revert Synchronous support in C simulation runtime. | | | | | | | | | | | | | | | | | | commit a9954e8263456efc77cede1c57fe2a9eeea41667 | | | | | | | | | Author: gossen | | | | | | | | | Date: Sun May 17 13:16:47 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | commit da9219766e4444dadce5579f6e2bd3b25727bcc4 | | | | | | | | | Author: gossen | | | | | | | | | Date: Sat May 16 13:02:02 2015 +0300 | | | | | | | | | | | | | | | | | | Add rational module to CMakeLists | | | | | | | | | | | | | | | | | | commit 92dfa97f962dbc77f04bcc83ad3ce19ae53d481e | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 13 02:12:04 2015 +0300 | | | | | | | | | | | | | | | | | | Add rational number support in SimulationRuntime-C. | | | | | | | | | | | | | | | | | | commit 70ec35aa8bc3e911fa0e0f1a3055a612b33418a3 | | | | | | | | | Merge: acf5306 ff139a3 | | | | | | | | | Author: gossen | | | | | | | | | Date: Mon May 11 23:04:52 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | commit acf5306708d425c0f6fd9f04bb1de24c5eee6b56 | | | | | | | | | Merge: b6feb53 66346e3 | | | | | | | | | Author: Timur Maksimov | | | | | | | | | Date: Fri May 8 00:35:47 2015 +0300 | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | commit b6feb5375b2e96bf2519e32a0f1298ee46b11432 | | | | | | | | | Author: Timur Maksimov | | | | | | | | | Date: Fri May 8 00:33:38 2015 +0300 | | | | | | | | | | | | | | | | | | Import from svn and merging with upstream. | | | | | | | | | Improved support for Modelica synchronous features. | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | | | | | M Compiler/FrontEnd/MMath.mo | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | M Compiler/Template/ExpressionDumpTV.mo | | | | | | | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | | | | | M Compiler/Util/Error.mo | | | | | | | | | M Compiler/Util/List.mo | | | | | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | | | | | * | | | | | commit 9300fd4ba8a831cf2de90f07c5699d462741575a | | | | | | | | | Author: vruge | | | | | | | | | Date: Fri Jun 12 16:45:19 2015 +0200 | | | | | | | | | | | | | | | | | | skipped createStateSets for dummyDerivatives | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | * | | | | | commit 8d92effe939160592c8db398c08f1db2112ed2f1 | | | | | | | | | Author: Willi Braun | | | | | | | | | Date: Fri Jun 12 16:01:40 2015 +0200 | | | | | | | | | | | | | | | | | | - improve symbolic jacobian just by removing unionList | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | | | | * | | | | | commit 131f0134fd910de32b9bfbef714316f8e9ad1323 | | | | | | | | | Author: gossen | | | | | | | | | Date: Wed May 13 02:12:04 2015 +0300 | | | | | | | | | | | | | | | | | | Add rational number support in SimulationRuntime-C. | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | | | | | A SimulationRuntime/c/util/rational.c | | | | | | | | | A SimulationRuntime/c/util/rational.h | | | | | | | | | | | | * | | | | | commit ebc9ca992352a36e86ea4ada3da9324ccb8ed644 | | | | | | | | | Author: adrpo | | | | | | | | | Date: Thu Jun 11 15:19:12 2015 +0200 | | | | | | | | | | | | | | | | | | - return value from Logger::isEnabled | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | | | | | | | * | | | | | commit 97f4aaf3505c6874e999eab1aa565076ae8ef034 | | | | | | | | | Author: vruge | | | | | | | | | Date: Thu Jun 11 13:58:37 2015 +0200 | | | | | | | | | | | | | | | | | | makeEquationToResidualExp: added case for Wild | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | | * | | | | | commit 7e2e9c58bf436627de248554091bbdb1b36c0249 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu Jun 11 13:23:25 2015 +0200 | | | | | | | | | | | | | | | | | | - changed return type of evluate functions to void | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | * | | | | | commit b913ad9c607196bf9a540c8bd90247e6ade6cf01 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu Jun 11 11:03:07 2015 +0200 | | | | | | | | | | | | | | | | | | - moved creation of build-folder from clean- to runtimeCPP-target | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | | | * | | | | | commit c04586ef153f5b33a6b60e799ecb868ce0b9706b | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu Jun 11 10:53:19 2015 +0200 | | | | | | | | | | | | | | | | | | - removed clean in makefile-target "runtimeCPP", to reduce the build time | | | | | | | | | - removed RUNTIME_STATIC_LINKING from ModelicaConfig (Cpp-Runtime) | | | | | | | | | - Modelica-import in busywaiting-barrier is now correct again | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | | | * | | | | | commit f760fd3fd5a3a043b12d258c72b483ebd2fbda56 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Wed Jun 10 15:55:45 2015 +0200 | | | | | | | | | | | | | | | | | | - splitted evaluate-functions | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | * | | | | | commit 8020ee945afc4fd7967d46a0675ef96c81e3305b | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Wed Jun 10 10:16:13 2015 +0200 | | | | | | | | | | | | | | | | | | - fixed initialization | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | | | | * | | | | | commit 541a4430b57e27a9b74e60377204de3a64326a5f | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Wed Jun 10 10:08:38 2015 +0200 | | | | | | | | | | | | | | | | | | - fixed fmu-logging | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | | | | * | | | | | commit 57f18a987e9a9511bc0917e81ff9ac818b6f900e | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Mon Jun 8 14:58:10 2015 +0200 | | | | | | | | | | | | | | | | | | - fixed linking issue with FMULogger | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | | | | | | | * | | | | | commit 0232968b3a9ed7ff2317baaa651bda17468589e1 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Mon Jun 8 07:41:22 2015 +0200 | | | | | | | | | | | | | | | | | | - fix for Cpp-Runtime | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | * | | | | | commit fcaa46e5cb883e6909c3b53ca80725b2427c4960 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Fri Jun 5 13:53:52 2015 +0200 | | | | | | | | | | | | | | | | | | - logging can now be switched on and off | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | | | | | | | * | | | | | commit 8963da5732d02a708249fe791a8cadcfb1c5e138 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Fri Jun 5 13:14:07 2015 +0200 | | | | | | | | | | | | | | | | | | - fixed FMU logger and getter- and setters | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | | | | * | | | | | commit 278ed061c6d0349e494d30c2b7035ec86c99af3e | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Fri Jun 5 09:04:30 2015 +0200 | | | | | | | | | | | | | | | | | | - FMU cleanup (CPP-Runtime) | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | | | | | D SimulationRuntime/cpp/Include/FMU/FMULibInterface.cpp | | | | | | | | | D SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | | | | * | | | | | commit 13c46982f91a2a4bcc8b51326506abc9293d691d | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Fri Jun 5 09:02:37 2015 +0200 | | | | | | | | | | | | | | | | | | - added a simple logger class to cpp-runtime | | | | | | | | | - cleaned up FMU files | | | | | | | | | | | | | | | | | | A SimulationRuntime/cpp/Core/Utils/extension/logger.cpp | | | | | | | | | A SimulationRuntime/cpp/FMU/CMakeLists.txt | | | | | | | | | A SimulationRuntime/cpp/FMU/FMULogger.cpp | | | | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp | | | | | | | | | A SimulationRuntime/cpp/Include/FMU/FMULibInterface.h | | | | | | | | | A SimulationRuntime/cpp/Include/FMU/FMULogger.h | | | | | | | | | | | | * | | | | | commit c0cb378c2020a5d1dfdaa9023769f39280f8efde | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu Jun 4 13:47:25 2015 +0200 | | | | | | | | | | | | | | | | | | - removed the eclipse stuff because it is part of the superproject | | | | | | | | | | | | | | | | | | D .cdtproject-sample-cdt | | | | | | | | | D .externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample | | | | | | | | | D .project-sample | | | | | | | | | D .project-sample-cdt | | | | | | | | | D .settings/org.eclipse.core.runtime.prefs | | | | | | | | | | | | * | | | | | commit 933ebb37b2e925941496c577ba913f8443131cd9 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu Jun 4 10:29:55 2015 +0200 | | | | | | | | | | | | | | | | | | - some fmu-cleanups for cpp runtime | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | | | | | | | | | | | | * | | | | | commit f03a9557dffee30ffa573adf1d5aa40d4dc89faf | | | | |_|_|/ / Author: adrpo | | | |/| | | | Date: Thu Jun 11 12:35:58 2015 +0200 | | | | | | | | | | | | | | | | - split the CodegenFMU.tpl into several files | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | | | | A Compiler/Template/CodegenFMU1.tpl | | | | | | | | A Compiler/Template/CodegenFMU2.tpl | | | | | | | | A Compiler/Template/CodegenFMUCommon.tpl | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | M Compiler/Template/Makefile.common | | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | | | | | * | | | | commit 95d54df03be6ece6491209acd070ee8b5b50c149 | | | | | | | | Author: vruge | | | | | | | | Date: Wed Jun 10 20:47:06 2015 +0200 | | | | | | | | | | | | | | | | change flag +d=extendsDynOpt in loop2con=all | | | | | | | | added option for loop2con: none, all, lin, noLin | | | | | | | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | * | | | | commit 4344719b5205aa562a466ff8c0545f5231d04fe4 | | | | | | | | Author: vruge | | | | | | | | Date: Tue Jun 9 19:27:32 2015 +0200 | | | | | | | | | | | | | | | | added flag: nonlinear loops --> nonlinear constraints | | | | | | | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | * | | | | commit 8d8f136cc0e839c109c3c1fd233cdbefe35d7b45 | | | | |_|/ / Author: Martin Sjölund | | | |/| | | Date: Wed Jun 10 09:45:55 2015 -0400 | | | | | | | | | | | | | | Update instructions | | | | | | | | | | | | | | M README.Linux.md | | | | | | | | | * | | | | commit 27e85a18a972994f01e4c555f037634eb7a8b69f | | | | | | | Author: RuedKamp | | | | | | | Date: Mon Jun 15 09:48:26 2015 +0200 | | | | | | | | | | | | | | -added some fixed concerning VxWorks | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | | | | * | | | | commit b22e36e7bd2a3ec7f408877a73ecdbc17c9c2a72 | | | | | | | Author: RuedKamp | | | | | | | Date: Wed Jun 10 08:54:14 2015 +0200 | | | | | | | | | | | | | | -added missing files | | | | | | | | | | | | | | A SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h | | | | | | | A SimulationRuntime/cpp/Include/Solver/ARKode/ARKodeSettings.h | | | | | | | A SimulationRuntime/cpp/Include/Solver/ARKode/FactoryExport.h | | | | | | | | | * | | | | commit 6adadd7b193e12fce6aee522e3f5ec2ede187db1 | | |/ / / / Author: RuedKamp | | | | | | Date: Wed Jun 10 08:53:05 2015 +0200 | | | | | | | | | | | | -added solver arkode | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | A SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp | | | | | | A SimulationRuntime/cpp/Solver/ARKode/ARKodeSettings.cpp | | | | | | A SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt | | | | | | A SimulationRuntime/cpp/Solver/ARKode/FactoryExport.cpp | | | | | | | | * | | | commit f54c86fb37522dd0ee8d2cb528e7590868369397 | | | | | | Author: Martin Sjölund | | | | | | Date: Mon Jun 8 10:39:17 2015 -0400 | | | | | | | | | | | | Add a sanity check for OMCompiler | | | | | | | | | | | | The check should be even tighter in the future, checking more things. | | | | | | | | | | | | M Makefile.common | | | | | | D tools/OMCMonitor/OMCMonitor.aps | | | | | | | | * | | | commit 90b6c5d5da2805332d54f09b6a074a58b23ae19d | | | | | | Author: vruge | | | | | | Date: Mon Jun 8 12:22:11 2015 +0200 | | | | | | | | | | | | cosmetic change | | | | | | | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | * | | | commit 538b90949dfd7f32f35225275b12e51897f9c8ab | | | |/ / Author: vruge | | |/| | Date: Mon Jun 8 11:42:48 2015 +0200 | | | | | | | | | | generateCrefsExpLstFromExp: added case for der(x) | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * | | commit 6ebad16a462c603f5536db2293f5c7410e804f6c | | | | | Author: vruge | | | | | Date: Sun Jun 7 10:21:31 2015 +0200 | | | | | | | | | | disable optimization OptModules for dynopt where +simCodeTarget=XML | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | * | | commit b3abd2b5071f4c22a59e18a4011587f62e472fe7 | | | | | Author: vruge | | | | | Date: Fri Jun 5 22:52:46 2015 +0200 | | | | | | | | | | added postOptModule for dynamic optmization: simplifyConstraints | | | | | - try to simplify nonlinear constraint in box constraints | | | | | (expansion planned) | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | * | | commit df3bcafde09b6f03786ce284feab43b5d53b0964 | | | | | Author: Martin Sjölund | | | | | Date: Fri Jun 5 21:05:52 2015 +0200 | | | | | | | | | | Make alt text unique for profiling images | | | | | | | | | | M Compiler/scripts/default_profiling.xsl | | | | | | | * | | commit 1462eb5d64dc5b1b5e2c5ace38a59a946c5909ca | | |\ \ \ Merge: 8cc1cf792d 780b277df7 | | | | | | Author: hudson | | | | | | Date: Fri Jun 5 14:19:04 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into pullrequest | | | | | | | | | * | | commit 780b277df71f010038f4109712d070e8093e33dd | | | | | | Author: Martin Sjölund | | | | | | Date: Fri Jun 5 12:20:20 2015 +0200 | | | | | | | | | | | | Dump Optimica cref's | | | | | | | | | | | | M Compiler/Template/ExpressionDumpTV.mo | | | | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | | | | * | | | commit 8cc1cf792d460b719cf6959c6e57904fe724fc2f | | |/ / / Author: Lennart Ochel | | | | | Date: Wed May 27 11:35:14 2015 +0200 | | | | | | | | | | Some changes to "remove simple equations" and related stuff | | | | | * [fixed] propagation of variable attribute "unreplaceable" within the back end | | | | | * [fixed] all variables that have unreplaceable=true will now get skipped by "removeSimpleEquations" | | | | | * [improved] reimplemented function selfGeneratedVar that is used to figure out if a variable was generated internally (by the back end) | | | | | * [prepared] After doing casualization no new alias variable will be introduced (substitutions will be still made) by the back end. This will be needed once the system get split up right after the casualization module into systems for initialization and simulation. | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | * | | commit bd824ec450707000163bdacaf328f4a66375e8b8 | | | | | Author: Martin Sjölund | | | | | Date: Thu Jun 4 12:51:41 2015 +0200 | | | | | | | | | | Add support to filter to CSV | | | | | | | | | | M Compiler/runtime/SimulationResults.c | | | | | | | * | | commit 36f6156b98f85d8eb36b97663c4eb01033760796 | | | | | Author: vruge | | | | | Date: Thu Jun 4 12:33:04 2015 +0200 | | | | | | | | | | added assert for pow(x,0.5) = sqrt(x) | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | * | | commit 5b20ca63fd5b0f265eefa500d8f5901026e330de | | | | | Author: marchartung | | | | | Date: Thu Jun 4 10:16:31 2015 +0200 | | | | | | | | | | Update HPCOM-IntelTBB (Task-Arena, Bug-Fix) | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | * | | commit 26ab95a951b00801ac5a86123e88acf3a007132b | | |/ / Author: Martin Sjölund | | | | Date: Thu Jun 4 08:43:50 2015 +0200 | | | | | | | | Fix indentation | | | | | | | | M Examples/bubblesort.mo | | | | | | * | commit bd5ab445becf898e99047c5054338a44a04c8ff6 | | | | Author: Marcus Walther | | | | Date: Wed Jun 3 15:41:39 2015 +0200 | | | | | | | | - removed a whitespace | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | * | commit b38eaf292f3ad464b8d280b2c9a81377d95b70c0 | | | | Author: Marcus Walther | | | | Date: Wed Jun 3 15:39:40 2015 +0200 | | | | | | | | - moved serializer.cpp to the correct location | | | | | | | | R100 Compiler/Util/serializer.cpp Compiler/runtime/serializer.cpp | | | | | | * | commit 8d7d1f718d2d20a909100d7fb33c7af7383750f9 | | | | Author: Marcus Walther | | | | Date: Wed Jun 3 15:36:09 2015 +0200 | | | | | | | | - added serializer files again | | | | | | | | A Compiler/Util/Serializer.mo | | | | A Compiler/Util/serializer.cpp | | | | | | * | commit 06264302fba197adfdb7d797e1a84272a9139272 | | |\ \ Merge: 25a4f71f3e 8de4ae3011 | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 3 15:29:08 2015 +0200 | | | | | | | | | | Merge remote-tracking branch 'origin/master' into masterMW | | | | | | | | * | commit 8de4ae30119b8b270b772754ee3c337bbf6d8558 | | | | | Author: Per Östlund | | | | | Date: Wed Jun 3 12:21:46 2015 +0200 | | | | | | | | | | - Fixed typo. | | | | | | | | | | M README.md | | | | | | | | * | commit f141d14f09d76fe6fa04ac38258f3dab367d21ae | | | | | Author: vruge | | | | | Date: Tue Jun 2 00:10:51 2015 +0200 | | | | | | | | | | dynOpt: using IndexReduction=dummyDerivatives | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | | * | commit dd0e9a6f99ba0922f777671c517e5926fb35ac05 | | | | | Author: vruge | | | | | Date: Mon Jun 1 19:31:09 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit 2678ace106d6cf2feb32a2256ee3d238cb0b9eea | | | | | Author: vruge | | | | | Date: Mon Jun 1 19:04:58 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit dfb35e8c94d35ddfaf9408819eec0ba3c6c361ab | | | | | Author: vruge | | | | | Date: Sat May 30 18:08:56 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit ed177d3b939dbbc3db9014491425414932ae6560 | | | | | Author: vruge | | | | | Date: Fri May 29 10:40:33 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit 0b4809c283e977b049ed3f0a9ea2e4bea66dc4cd | | | | | Author: vruge | | | | | Date: Thu May 28 09:49:54 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | * | commit 3dcc1b410fb3b08e1134f62232aa82c4dc11035c | | | | | Author: vruge | | | | | Date: Wed May 27 23:07:38 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * | | commit 25a4f71f3e231e5b7c20bd3ccf43389db40ff060 | | | | | Author: Marcus Walther | | | | | Date: Wed Jun 3 15:09:36 2015 +0200 | | | | | | | | | | - fix for msvc build | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | | | * | | commit 79613997f1185942440ae7d068741c7fd3f51d7c | | | | | Author: Per Östlund | | | | | Date: Wed Jun 3 12:21:46 2015 +0200 | | | | | | | | | | - Fixed typo. | | | | | | | | | | M README.md | | | | | | | * | | commit db388688a01f39b24b67cc1f6f2253b783816bd9 | | | | | Author: vruge | | | | | Date: Tue Jun 2 00:10:51 2015 +0200 | | | | | | | | | | dynOpt: using IndexReduction=dummyDerivatives | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | M Compiler/Util/Flags.mo | | | | | | | * | | commit fea68cf9a68702421ff9de3b8f8d00986ec3748f | | | | | Author: vruge | | | | | Date: Mon Jun 1 19:31:09 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * | | commit 7778c46127a018efda1c80650e7fb81b58d13d38 | | | | | Author: vruge | | | | | Date: Mon Jun 1 19:04:58 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * | | commit 89587729dd646adbb3bbc2fa63f717563a17b0bb | | | | | Author: vruge | | | | | Date: Sat May 30 18:08:56 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * | | commit f32cefe261b3026154572b257b660f69a343e3e5 | | | | | Author: vruge | | | | | Date: Fri May 29 10:40:33 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * | | commit 6d53562079a8d32ea5e34c03109bed06c9986342 | | | | | Author: vruge | | | | | Date: Thu May 28 09:49:54 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | * | | commit 44e54ebc0afdc6fbcde4a298953f0b1665f3a8a9 | | | | | Author: vruge | | | | | Date: Wed May 27 23:07:38 2015 +0200 | | | | | | | | | | cosmetic change | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | * | | commit 4db1c9a43502b3a2f14828440ab3e2fce620a0a1 | | |\ \ \ Merge: c5496789c2 c537d6e761 | | | | | | Author: Marcus Walther | | | | | | Date: Mon Jun 1 17:20:38 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'originMW/master' into masterMW | | | | | | | | | * | | commit c537d6e761aa6ac2c13a8840bbd7af80550a19fe | | | | | | Author: Marcus Walther | | | | | | Date: Mon Jun 1 16:47:10 2015 +0200 | | | | | | | | | | | | - cmake should now select the correct libraries (either debug or release) for the c++-runtime | | | | | | - fixed fmu export for windows (c++-runtime) | | | | | | - changed default cmake_build_type to debug | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | * | | commit dbce3475bfe7bbf7fed58cc72b40c626f791439e | | | | | | Author: Marcus Walther | | | | | | Date: Fri May 29 16:21:03 2015 +0200 | | | | | | | | | | | | - removed whitespaces | | | | | | | | | * | | commit f3cd8338cb77b35a4359fa33cfbc7ceb63cd5f7b | | | |\ \ \ Merge: f5ac5cf2a4 272e2c6adb | | | | | | | Author: Marcus Walther | | | | | | | Date: Fri May 29 16:20:03 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'originMW/master' into masterMW | | | | | | | | | | | * | | commit 272e2c6adbe64feb928f39792acbfed38f6d6127 | | | | | | | Author: Marcus Walther | | | | | | | Date: Fri May 29 14:40:45 2015 +0200 | | | | | | | | | | | | | | - static libraries are now created with each build of the cpp-runtime | | | | | | | - turn on static linking by using +d=runtimeStaticLinking of omc | | | | | | | - cleanups and bug-fixes | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | M Compiler/Util/Flags.mo | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | | | | | | | * | | commit e3c2d0a9e01dc3aa7e973defc619439622b318ae | | | | | | | Author: Marcus Walther | | | | | | | Date: Fri May 29 11:14:19 2015 +0200 | | | | | | | | | | | | | | - fixed fmu export of cpp-runtime | | | | | | | - cleaned up some static-linking stuff | | | | | | | - fixed a segfault with the newly added profiling-points | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | | | | | * | | commit b4072682830ab01ee88c8664d6fa8c450542f4fa | | | | |\ \ \ Merge: a8a58f801d 1ab4b1ac1d | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Thu May 28 16:15:11 2015 +0200 | | | | | | | | | | | | | | | | Merge remote-tracking branch 'originMW/master' into masterMW | | | | | | | | | | | | * | | | commit a8a58f801d11dcd84624ab89727f6c4b5f997cbe | | | | |\ \ \ \ Merge: 5b680aefcd d11bd4bf54 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu May 28 16:03:52 2015 +0200 | | | | | | | | | | | | | | | | | | Merge branch 'master' into masterMW | | | | | | | | | | | | | | * | | | commit d11bd4bf5457eb93c36775075826be09244ab66b | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu May 28 08:58:16 2015 +0200 | | | | | | | | | | | | | | | | | | - some simple improvements for HPCOM | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | | * | | | | | commit f5ac5cf2a45117cc7173baf22df1f93ed7cc2f04 | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Fri May 29 14:40:45 2015 +0200 | | | | | | | | | | | | | | | | | | - static libraries are now created with each build of the cpp-runtime | | | | | | | | | - turn on static linking by using +d=runtimeStaticLinking of omc | | | | | | | | | - cleanups and bug-fixes | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | | | | | | | | * | | | | | commit 757ad0519b03f4ea9abe031bc76fb261753f7f7d | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Fri May 29 11:14:19 2015 +0200 | | | | | | | | | | | | | | | | | | - fixed fmu export of cpp-runtime | | | | | | | | | - cleaned up some static-linking stuff | | | | | | | | | - fixed a segfault with the newly added profiling-points | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | | | | | | * | | | | | commit 4dba01a2ba96e0de09821b77cf44998d5dd37a5f | | | |\ \ \ \ \ \ Merge: 04f6fcaa09 1ab4b1ac1d | | | | | |_|/ / / Author: Marcus Walther | | | | |/| | | | Date: Thu May 28 16:15:11 2015 +0200 | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'originMW/master' into masterMW | | | | | | | | | | | | * | | | | | commit 04f6fcaa09d8e132c2491db49740a4cecb14e80c | | | |\ \ \ \ \ \ Merge: 5b680aefcd c7db96163d | | | | |_|/ / / / Author: Marcus Walther | | | |/| | | | | Date: Thu May 28 16:03:52 2015 +0200 | | | | | | | | | | | | | | | | | | Merge branch 'master' into masterMW | | | | | | | | | | | | | * | | | | commit c7db96163d8458e559a48541ab908a3ce5ecb4aa | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu May 28 08:58:16 2015 +0200 | | | | | | | | | | | | | | | | | | - some simple improvements for HPCOM | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | * | | | | | | commit c5496789c23eab3c0484ae846737591f55cb2a7d | | |\ \ \ \ \ \ \ Merge: 5386ff0bdc 1ab4b1ac1d | | | | |_|/ / / / Author: Marcus Walther | | | |/| | | | | Date: Thu May 28 16:15:11 2015 +0200 | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'originMW/master' into masterMW | | | | | | | | | | | | * | | | | | commit 1ab4b1ac1dcaee0b9100c2407a002bdc7c3642de | | | |\ \ \ \ \ \ Merge: 5b680aefcd 26abf7f516 | | | | |/ / / / / Author: Marcus Walther | | | |/| | | | | Date: Thu May 28 16:03:52 2015 +0200 | | | | | | | | | | | | | | | | | | Merge branch 'master' into masterMW | | | | | | | | | | | | | * | | | | commit 26abf7f5160e401fce02f292dcb591e05d6ea90f | | | | | | | | | Author: Marcus Walther | | | | | | | | | Date: Thu May 28 08:58:16 2015 +0200 | | | | | | | | | | | | | | | | | | - some simple improvements for HPCOM | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | * | | | | | | commit 5386ff0bdc19d29feea5aec843e794dffd330682 | | |\ \ \ \ \ \ \ Merge: 5b680aefcd 47155523fa | | | |/ / / / / / Author: Marcus Walther | | |/| | | | / / Date: Thu May 28 16:03:52 2015 +0200 | | | | |_|_|/ / | | | |/| | | | Merge branch 'master' into masterMW | | | | | | | | | | | * | | | | commit 47155523faedf1914ce87f3280c91e40d1acba27 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Mon Jun 1 16:58:20 2015 +0200 | | | | | | | | | | | | | | | | - cmake should now select the correct libraries (either debug or release) for the c++-runtime | | | | | | | | - fixed fmu export for windows (c++-runtime) | | | | | | | | - changed default cmake_build_type to debug | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | | * | | | | commit 61a29c2b52f2f32eab1f4c36a6d8fb58d73f80e6 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Fri May 29 14:40:45 2015 +0200 | | | | | | | | | | | | | | | | - static libraries are now created with each build of the cpp-runtime | | | | | | | | - turn on static linking by using +d=runtimeStaticLinking of omc | | | | | | | | - cleanups and bug-fixes | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h | | | | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | | | | | | | * | | | | commit 450d0f7823527d07cda05eba2f90600e0f5a7934 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Fri May 29 11:14:19 2015 +0200 | | | | | | | | | | | | | | | | - fixed fmu export of cpp-runtime | | | | | | | | - cleaned up some static-linking stuff | | | | | | | | - fixed a segfault with the newly added profiling-points | | | | | | | | | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | | | | | | | * | | | | commit 5ec662ed7fffe661af2e652d3363bcc3a575d160 | | | | | | | | Author: Marcus Walther | | | | | | | | Date: Thu May 28 16:03:04 2015 +0200 | | | | | | | | | | | | | | | | - added new profiling points to c++ runtime | | | | | | | | - improved compile performance | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | | | | | | | * | | | | commit 2ad8c899fc0eb28578228cde94ecc78770dc0efc | | | | |/ / / Author: Marcus Walther | | | |/| | | Date: Thu May 28 08:58:16 2015 +0200 | | | | | | | | | | | | | | - some simple improvements for HPCOM | | | | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | * | | | commit c8a256209248579776e0564d6eefd22345e50d4d | | | | | | | Author: leonardo | | | | | | | Date: Fri May 29 15:38:47 2015 +0200 | | | | | | | | | | | | | | Adds serialization of MMC values | | | | | | | | | | | | | | M Compiler/CMakeLists.txt | | | | | | | A Compiler/Util/Serializer.mo | | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | | | M Compiler/runtime/CMakeLists.txt | | | | | | | M Compiler/runtime/Makefile.common | | | | | | | A Compiler/runtime/serializer.cpp | | | | | | | | | | * | | | commit 7f603ec4cc782d3e440bec46f489ddb152ba7ccf | | | | |/ / Author: Lennart Ochel | | | |/| | Date: Thu May 28 15:48:08 2015 +0200 | | | | | | | | | | | | Remove duplicated interface declaration | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * | | commit 7dccb34f5cb8a23de5bc62c2c4a0aa47f1eea450 | | | |\ \ \ Merge: b406a81e82 9b0b4387c1 | | | | |/ / Author: Martin Sjölund | | | |/| | Date: Thu May 28 15:43:20 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'origin/maxDer' | | | | | | | | | | * | commit 9b0b4387c1c5d967784ee75019e17b3c0d7b68e4 | | | | | | Author: vwaurich | | | | | | Date: Thu May 28 14:25:03 2015 +0200 | | | | | | | | | | | | - fix for highestDerivativeAdd a README | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * | | commit b406a81e82f01029c30ece05c609edf31c3c145b | | | |/ / Author: Per Östlund | | | | | Date: Thu May 28 14:53:31 2015 +0200 | | | | | | | | | | Fix for #3337: | | | | | - Lift type modifiers to the dimensions of the component. | | | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | M Compiler/FrontEnd/Types.mo | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | | * | | commit 5b680aefcd86607d99b680a8fb14853138840c65 | | | | | Author: Marcus Walther | | | | | Date: Thu May 28 16:03:04 2015 +0200 | | | | | | | | | | - added new profiling points to c++ runtime | | | | | - improved compile performance | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | | | * | | commit 201cc128834c6a9622fd81f3bae120f194704243 | | |\| | Merge: 9870b17391 b7387b3b35 | | | | | Author: Marcus Walther | | | | | Date: Thu May 28 14:06:47 2015 +0200 | | | | | | | | | | Merge pull request #1 from OpenModelica/master | | | | | | | | | | Update fork | | | | | | | | * | commit b7387b3b354444a7a989f0811a60819f96da6741 | | | | | Author: Martin Sjölund | | | | | Date: Thu May 28 08:38:14 2015 +0200 | | | | | | | | | | Add a README | | | | | | | | | | A README.md | | | | | | | | * | commit 09168902cfea454ec5059590df83db9d2fed43b2 | | | |\ \ Merge: 1eb6ca8076 99f5ac6567 | | | | | | Author: Martin Sjölund | | | | | | Date: Thu May 28 07:27:07 2015 +0200 | | | | | | | | | | | | Merge pull request #9 from vruge/disableDynStateSelectionInDynOpt2 | | | | | | | | | | | | improved: disable dynamic state selction | | | | | | | | | | * | commit 99f5ac6567f5a6543b15f7f0e4ef6710c7e09795 | | | |/ / Author: vruge | | | | | Date: Wed May 27 21:45:13 2015 +0200 | | | | | | | | | | fixed: disable dynamic state selction | | | | | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | | | * | commit 1eb6ca8076438f6cb3e4829042f986cca9ce44bf | | | | | Author: Marcus Walther | | | | | Date: Wed May 27 13:20:07 2015 +0200 | | | | | | | | | | - removed some debug output | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | * | commit 199d2aac1ccb6f9cf88fd7a1d5f808bd8dea6d0e | | | | | Author: Marcus Walther | | | | | Date: Wed May 27 13:03:10 2015 +0200 | | | | | | | | | | - some cleanups in HpcOmMemory | | | | | - empty-scheduler contains an equation-list now | | | | | - c++-simulation runtime can now calculate the dae-system in parallel | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/SimCode/HpcOmSimCode.mo | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/CodegenC.tpl | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | M Compiler/Template/SimCodeTV.mo | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | * | commit 28ad2449b09727a48ebc6ff12955437fc69576ff | | | |\ \ Merge: 5992e4a1c4 3828ff11c3 | | | | | | Author: vruge | | | | | | Date: Wed May 27 12:02:55 2015 +0200 | | | | | | | | | | | | Merge branch 'disableDynStateSelectionInDynOpt' | | | | | | | | | | * | commit 3828ff11c35cbd93e7c9b6f02cf9424f6395e983 | | | | | | Author: vruge | | | | | | Date: Thu May 21 16:53:23 2015 +0200 | | | | | | | | | | | | - attempt disable dynamic state selction in dyn. optmization | | | | | | - cosmetic changes in IndexReduction.mo | | | | | | - using for loop construct | | | | | | - scale heutistic in IndexReduction for StateSelection | | | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | * | | commit 5992e4a1c4008d65c6b3978bf6e48adf670e9e81 | | | | | | Author: Per Östlund | | | | | | Date: Tue May 26 14:32:16 2015 +0200 | | | | | | | | | | | | - Fixed encoding of HpcOmScheduler.mo and SimCodeUtil.mo. | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * | | commit b8bb7135cbf775ac4f8ee3ee1e84f6321a649e7b | | | | | | Author: vwaurich | | | | | | Date: Tue May 26 14:22:36 2015 +0200 | | | | | | | | | | | | - fix testsuite for now, still have to handle underdetermined systems with derivation loops | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * | | commit b98a5ebfe92ee604e771aeb9d9ce0d2ca17c52a8 | | | | | | Author: Per Östlund | | | | | | Date: Tue May 26 12:08:13 2015 +0200 | | | | | | | | | | | | - Don't treat outer parameters without binding as a special case in | | | | | | Static.elabCref2, to enable vectorization. | | | | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | * | | commit df2d272456a0d7564c6c616d9618b26dd9b8931e | | | | | | Author: vwaurich | | | | | | Date: Tue May 26 13:25:18 2015 +0200 | | | | | | | | | | | | - added information about highest derivative to SimCode.ModelInfo | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | * | | commit 19efba22f5e1690b1dc7fe4866dafff79192006a | | | |\ \ \ Merge: 0a1de37821 dd06f18195 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Tue May 26 12:40:55 2015 +0200 | | | | | | | | | | | | | | Merge pull request #7 from sjoelund/master | | | | | | | | | | | | | | Base everything on @perost commit before @vwaurich merge | | | | | | | | | | | * | | commit dd06f18195e4822a95ac1def14aeb7bf97960b42 | | | |/ / / Author: Martin Sjölund | | | | | | Date: Tue May 26 12:26:10 2015 +0200 | | | | | | | | | | | | Base everything on @perost commit before vwaurich merge | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * | | commit 0a1de3782111f87cb56fdb753357ac909aa7a833 | | | |\ \ \ Merge: 89982147f3 124e8b80ac | | | | | | | Author: Martin Sjölund | | | | | | | Date: Tue May 26 10:28:10 2015 +0200 | | | | | | | | | | | | | | Merge pull request #6 from sjoelund/master | | | | | | | | | | | | | | Manually force away some commits | | | | | | | | | | | * | | commit 124e8b80ac071a9fcec91b5df832e39ccd0f5901 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Tue May 26 10:07:36 2015 +0200 | | | | | | | | | | | | | | Manually force away some commits | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | * | | | commit 89982147f39aefdcc04ee209e7dedb259923a969 | | | | | | | Author: Niklas Worschech | | | | | | | Date: Tue May 26 10:12:36 2015 +0200 | | | | | | | | | | | | | | fix for typo | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | | | | * | | | commit 9ca7f93881bfcca44547fd9547299ab26b0da10b | | | |\| | | Merge: d32301f99b 13d2ab883a | | | | | | | Author: Niklas Worschech | | | | | | | Date: Tue May 26 09:56:40 2015 +0200 | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | Conflicts: | | | | | | | SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | | SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | | | | | SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | | SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | | | | | | * | | commit 13d2ab883a13322c1dcc46f5ccf2683d20e49b75 | | | | |\ \ \ Merge: 7357a72093 837ddfba3c | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Tue May 26 09:33:10 2015 +0200 | | | | | | | | | | | | | | | | Merge master into branch without b13b350 | | | | | | | | | | | | * | | | commit 7357a720932880051b7277bd9b67271af76feb40 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Tue May 26 08:32:09 2015 +0200 | | | | | | | | | | | | | | | | Replace recursions with loops | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | * | | | | commit d32301f99b2f3c2989c49895f6844e636c6e160c | | | |\ \ \ \ \ Merge: 837ddfba3c 94cddf13d8 | | | | |_|/ / / Author: Niklas Worschech | | | |/| | | | Date: Tue May 26 09:32:12 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | | | SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | | | | | | SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | | SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | | | SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | | SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | | SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | | | | | | | * | | | commit 94cddf13d89c16d7da4fe08784f4ca09b2af1c47 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Tue May 26 08:32:09 2015 +0200 | | | | | | | | | | | | | | | | Replace recursions with loops | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | * | | | commit 29b89aceb56eb17f676a6d955ea0f4f4895829f9 | | | | | | | | Author: vwaurich | | | | | | | | Date: Tue May 26 08:20:35 2015 +0200 | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8) | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.common | | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.in | | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | | * | | | commit 9991681240803b77c684f9f288813d218aed88e5 | | | | | | | | Author: vwaurich | | | | | | | | Date: Tue May 26 08:19:07 2015 +0200 | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8) (reverted from commit af3393f641463c913c4c74512d04e941de8abf9d) | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | * | | | commit ca6d73778ab1e35ce914ea349028a8f28db4b4f6 | | | | |/ / / Author: vwaurich | | | | | | | Date: Tue May 26 08:18:32 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8) | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | * | | commit 89e82018296b747dea4d053a9c4f5b9ffe2f0d7b | | | | | | | Author: Per Östlund | | | | | | | Date: Mon May 25 17:12:10 2015 +0200 | | | | | | | | | | | | | | - Changed recursive instantiation of enumeration arrays to a loop, to avoid | | | | | | | issues with type checking. | | | | | | | | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | | | | | * | | commit 87394699377aca27aefe775a453e325910725ee4 | | | | | | | Author: Per Östlund | | | | | | | Date: Mon May 25 15:43:45 2015 +0200 | | | | | | | | | | | | | | - Fix expansion of enumeration dimensions on bindings when using inner/outer. | | | | | | | - Renamed Types.isArray to Types.isNonscalarArray and implemented a new | | | | | | | Types.isArray that actually checks if a type is an array. | | | | | | | | | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | * | | commit 8f4cc512a851628887a2c75dee9a0b91adabf058 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Sun May 24 17:25:35 2015 +0200 | | | | | | | | | | | | | | Add workaround to RemoveSimpleEquations to sort out known vars from alias vars (#3323) | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | | | * | | commit ad3d7cdb20fd55746fc6e6ef84e5d3d577b60952 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Sun May 24 15:29:53 2015 +0200 | | | | | | | | | | | | | | Remove usertab.c as expected | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | | | | | | | * | | commit 996bcc1604aeffef695795d123cc4ebc48c9d8ec | | | | | | | Author: Martin Sjölund | | | | | | | Date: Sun May 24 13:47:43 2015 +0200 | | | | | | | | | | | | | | Remove usertab.c from cppruntime as it should never be compiled | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | | | | | | | * | | commit 045b50a9990e504a7d7fcc02b8f8e5d4f1b6f881 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Sat May 23 17:50:04 2015 +0200 | | | | | | | | | | | | | | Fixes #3332, ParModelica install paths | | | | | | | | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.common | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.in | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | | | | | | | | | | | * | | commit a4a032a62e55cc1ab0d575ec17f19c66ea5c25e0 | | | | | | | Author: Niklas Worschech | | | | | | | Date: Fri May 22 17:12:01 2015 +0200 | | | | | | | | | | | | | | replaced for loop with std::transform in SimVars.initRealAliasArray | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | * | | commit c786ac7865a866a13d1119e9adf1a60467fb386a | | | | | | | Author: Niklas Worschech | | | | | | | Date: Fri May 22 16:17:39 2015 +0200 | | | | | | | | | | | | | | fix for ModelicaExternalC usertab linker error in cpp runtime | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | | | | | | | * | | commit 482de6d280d5de660b6d5fd3ebb10a235dd35491 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Thu May 21 17:58:07 2015 +0200 | | | | | | | | | | | | | | Fix 8a7b5a0 by updating to the latest submodules | | | | | | | | | | | | | | M 3rdParty | | | | | | | M common | | | | | | | | | | | * | | commit 2af70e228ceca273ff4fdf79c2cc3715cd2f53d3 | | | | | | | Author: adrpo | | | | | | | Date: Thu May 21 17:42:42 2015 +0200 | | | | | | | | | | | | | | - fix testsuite on windows, checking if first char is '/' is obviously not Windows friendly | | | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | M Compiler/Util/Util.mo | | | | | | | | | | | * | | commit f8df9d6e7a5a647f4ce537a17b817e337f54df1a | | | | | | | Author: Niklas Worschech | | | | | | | Date: Fri May 22 08:24:24 2015 +0200 | | | | | | | | | | | | | | fix for typo in SimController comment | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | | | | * | | commit 58985dcf0292b34e64206051a5bd3dcc25fae8fc | | | | | | | Author: Niklas Worschech | | | | | | | Date: Thu May 21 15:46:16 2015 +0200 | | | | | | | | | | | | | | fix for debug msvc cpp runtime build | | | | | | | | | | | | | | M 3rdParty | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | M common | | | | | | | | | | | * | | commit 58f885701eda7104110f5f5c4162b43089cceb44 | | | | | | | Author: Niklas Worschech | | | | | | | Date: Thu May 21 14:56:29 2015 +0200 | | | | | | | | | | | | | | changed msvc build type for cpp runtime to release | | | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | | * | | commit 81b98e355e0ba6bf3420d7bb49757ed038b34b02 | | | | | | | Author: Adeel Asghar | | | | | | | Date: Thu May 21 12:48:18 2015 +0200 | | | | | | | | | | | | | | - git describe instead of git rev-parse for getVersion() | | | | | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | | * | | commit 6cf73dc42406a8dd77f81b66401f1ba976a56b8c | | | | | | | Author: Niklas Worschech | | | | | | | Date: Thu May 21 14:55:21 2015 +0200 | | | | | | | | | | | | | | added doxygen call to generate documentation for cpp runtime in main CMakefile | | | | | | | it can be generated with BUILD_DOCUMENTATION=true. | | | | | | | the documentation is build in SimulationRuntime\cpp\Build\Doc | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | R093 SimulationRuntime/cpp/cppruntimedoc.config SimulationRuntime/cpp/cppruntimedoc.config.in | | | | | | | | | | | * | | commit 80fd8be07819911be87d6179870517eec0012506 | | | | | | | Author: Niklas Worschech | | | | | | | Date: Thu May 21 11:56:27 2015 +0200 | | | | | | | | | | | | | | added doxygen config file for cpp runtime, add doxygen group comments in cpp runtime source files | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Utility.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h | | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h | | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | | | | | | | A SimulationRuntime/cpp/cppruntimedoc.config | | | | | | | | | | * | | | commit 837ddfba3c29cf41e411361ef085e505af2602ea | | | | | | | Author: Lennart Ochel | | | | | | | Date: Tue May 26 08:32:09 2015 +0200 | | | | | | | | | | | | | | Replace recursions with loops | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | * | | | commit fac1d4ea73df21e4e246bbe91861a42d3ec1d5c7 | | | | | | | Author: vwaurich | | | | | | | Date: Tue May 26 08:20:35 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8) | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.common | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.in | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | * | | | commit 185e25ff21e7850d6479c717d9b7f5570f74220f | | | | | | | Author: vwaurich | | | | | | | Date: Tue May 26 08:19:07 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8) (reverted from commit af3393f641463c913c4c74512d04e941de8abf9d) | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | * | | | commit af3393f641463c913c4c74512d04e941de8abf9d | | | | | | | Author: vwaurich | | | | | | | Date: Tue May 26 08:18:32 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8) | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | * | | | commit b13b350383859be31fd5f6f39d0198c26776d4f8 | | | |\ \ \ \ Merge: 6584fe1056 e95da2bb8d | | | | | | | | Author: vwaurich | | | | | | | | Date: Tue May 26 08:05:10 2015 +0200 | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | | | | | | | | | | | | * | | | commit e95da2bb8dee1f53030d5812c39a3d78ab2b8745 | | | | | | | | Author: Per Östlund | | | | | | | | Date: Mon May 25 17:12:10 2015 +0200 | | | | | | | | | | | | | | | | - Changed recursive instantiation of enumeration arrays to a loop, to avoid | | | | | | | | issues with type checking. | | | | | | | | | | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | | | | | | * | | | commit aec10af19bdc7c346e5246df2a2ac160107b0248 | | | | | | | | Author: Per Östlund | | | | | | | | Date: Mon May 25 15:43:45 2015 +0200 | | | | | | | | | | | | | | | | - Fix expansion of enumeration dimensions on bindings when using inner/outer. | | | | | | | | - Renamed Types.isArray to Types.isNonscalarArray and implemented a new | | | | | | | | Types.isArray that actually checks if a type is an array. | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | | | | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | M Compiler/FrontEnd/Types.mo | | | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | * | | | commit cc6a016f19c5cd61f997a1bbe86c3496b16b7ef3 | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Sun May 24 17:25:35 2015 +0200 | | | | | | | | | | | | | | | | Add workaround to RemoveSimpleEquations to sort out known vars from alias vars (#3323) | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | | | | * | | | commit fd2efe96ca0ad6bf933b3a10d937a2649a3dd852 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Sun May 24 15:29:53 2015 +0200 | | | | | | | | | | | | | | | | Remove usertab.c as expected | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | | | | | | | | * | | | commit a63f61bd41b87728d131417f573e8801218a6f55 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Sun May 24 13:47:43 2015 +0200 | | | | | | | | | | | | | | | | Remove usertab.c from cppruntime as it should never be compiled | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | | | | | | | | * | | | commit dff6c831203667e1a7863bf19e4f801a97c893bc | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Sat May 23 17:50:04 2015 +0200 | | | | | | | | | | | | | | | | Fixes #3332, ParModelica install paths | | | | | | | | | | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.common | | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.in | | | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | | | | | | | | | | | | * | | | commit 04badcea131c53aee96ad508ac5eb141db60e071 | | | | | | | | Author: Niklas Worschech | | | | | | | | Date: Fri May 22 17:12:01 2015 +0200 | | | | | | | | | | | | | | | | replaced for loop with std::transform in SimVars.initRealAliasArray | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | | * | | | commit 5c9479acfa61d47112dc8cc335bd6bc2d306bfd8 | | | | | |_|/ Author: Niklas Worschech | | | | |/| | Date: Fri May 22 16:17:39 2015 +0200 | | | | | | | | | | | | | | fix for ModelicaExternalC usertab linker error in cpp runtime | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | | | | | | * | | | commit 6584fe1056d7387cffcde1a5c8e7e230daf18b0e | | | |\| | | Merge: 76f2202f97 eb6f8146f8 | | | | | | | Author: vwaurich | | | | | | | Date: Fri May 22 09:20:35 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | | | | | | | | | | | * | | commit eb6f8146f820876262f0c2d3f7a76924b8c2f630 | | | | |\ \ \ Merge: 6f309c9710 9f6854b467 | | | | | | | | Author: Niklas Worschech | | | | | | | | Date: Fri May 22 08:24:39 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | * | | commit 9f6854b467849aab17a156e5dd4d2d063161d3b6 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Thu May 21 17:58:07 2015 +0200 | | | | | | | | | | | | | | | | Fix 8a7b5a0 by updating to the latest submodules | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | M common | | | | | | | | | | | | | * | | commit 0e1eab34ead943c1c783eabca8f3d8723a57331e | | | | | | | | Author: adrpo | | | | | | | | Date: Thu May 21 17:42:42 2015 +0200 | | | | | | | | | | | | | | | | - fix testsuite on windows, checking if first char is '/' is obviously not Windows friendly | | | | | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | M Compiler/Util/Util.mo | | | | | | | | | | | | * | | | commit 6f309c9710d0d7792e02bf795810f80e87e1807f | | | | |/ / / Author: Niklas Worschech | | | | | | | Date: Fri May 22 08:24:24 2015 +0200 | | | | | | | | | | | | | | fix for typo in SimController comment | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | | | * | | | commit 76f2202f978d3f1715a34522fd246fe4ea75f5e5 | | | |\| | | Merge: b110e2f9fe 8a7b5a0d29 | | | | |/ / Author: vwaurich | | | |/| | Date: Thu May 21 15:51:10 2015 +0200 | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | | | | | | | | | | * | commit 8a7b5a0d299fa518a69b588a377b1033e651bbed | | | | | | Author: Niklas Worschech | | | | | | Date: Thu May 21 15:46:16 2015 +0200 | | | | | | | | | | | | fix for debug msvc cpp runtime build | | | | | | | | | | | | M 3rdParty | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | M common | | | | | | | | | | * | commit 1b90621711dc7e83eb9a64f8fa38eb3de3ac13d4 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu May 21 14:56:29 2015 +0200 | | | | | | | | | | | | changed msvc build type for cpp runtime to release | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | * | commit dbe14945ac124d8576a4dda64910af0f207a460c | | | | |\| Merge: c1dcb6563a 537d965fd4 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu May 21 14:55:40 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | * commit 537d965fd4ef9320c23b5a954daf4467d1386989 | | | | | | Author: Adeel Asghar | | | | | | Date: Thu May 21 12:48:18 2015 +0200 | | | | | | | | | | | | - git describe instead of git rev-parse for getVersion() | | | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | * | commit c1dcb6563ad17fd42b47b27b37d04085b503961e | | | | | | Author: Niklas Worschech | | | | | | Date: Thu May 21 14:55:21 2015 +0200 | | | | | | | | | | | | added doxygen call to generate documentation for cpp runtime in main CMakefile | | | | | | it can be generated with BUILD_DOCUMENTATION=true. | | | | | | the documentation is build in SimulationRuntime\cpp\Build\Doc | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | R093 SimulationRuntime/cpp/cppruntimedoc.config SimulationRuntime/cpp/cppruntimedoc.config.in | | | | | | | | | | * | commit ed947eff2a0e445ebd5014b156209b20758d6205 | | | | |\| Merge: cf3a3f6fc9 1bda3b0d74 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu May 21 11:57:43 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | * | commit cf3a3f6fc93fc6c3da2917a863225c8a827bde91 | | | | | | Author: Niklas Worschech | | | | | | Date: Thu May 21 11:56:27 2015 +0200 | | | | | | | | | | | | added doxygen config file for cpp runtime, add doxygen group comments in cpp runtime source files | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Utility.h | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h | | | | | | M SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | | | | | | A SimulationRuntime/cpp/cppruntimedoc.config | | | | | | | | | * | | commit b110e2f9fed3306b74d1c6f9527e4fc819b06211 | | | | |/ Author: vwaurich | | | |/| Date: Thu May 21 15:50:53 2015 +0200 | | | | | | | | | | - added information about highest derivative of complete model to modelinfo | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | M Compiler/SimCode/SimCode.mo | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | * | commit 1bda3b0d745d51bee646514ce5dc61a4f388d5f3 | | | | | Author: vwaurich | | | | | Date: Thu May 21 11:49:09 2015 +0200 | | | | | | | | | | - fix for visualization xml | | | | | | | | | | M Compiler/Template/VisualXMLTpl.tpl | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | * | commit 5608b79b9741b28d197e19039afff89ff095039d | | | | | Author: Martin Sjölund | | | | | Date: Thu May 21 09:18:28 2015 +0200 | | | | | | | | | | Update README.Linux.md | | | | | | | | | | M README.Linux.md | | | | | | | | * | commit 841c42bc44299e0765b2b3f04509b76c6c363873 | | | | | Author: Martin Sjölund | | | | | Date: Thu May 21 09:17:49 2015 +0200 | | | | | | | | | | Update README.Linux.md | | | | | | | | | | M README.Linux.md | | | | | | | | * | commit a87083051a8e4db02becabee089fa68a027b1693 | | | | | Author: Martin Sjölund | | | | | Date: Thu May 21 08:31:15 2015 +0200 | | | | | | | | | | Change the Linux readme to markdown | | | | | | | | | | A README.Linux.md | | | | | D README.Linux.txt | | | | | | | | * | commit 3ede179acb5a83c3d161f81c353f167a68617f57 | | | | | Author: Martin Sjölund | | | | | Date: Wed May 20 16:14:36 2015 +0200 | | | | | | | | | | Pass CFLAGS/CXXFLAGS to ipopt | | | | | | | | | | M 3rdParty | | | | | M Makefile.common | | | | | | | | * | commit f2f0f3925ad01831b7b057d03e65d2766d02e9cd | | | | | Author: vwaurich | | | | | Date: Wed May 20 16:11:31 2015 +0200 | | | | | | | | | | - visualization xml stores equations for protected, time-dependent variables | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | * | commit 76801feaf05398674a77d28e6da1d3283093c57c | | | |\ \ Merge: 72f9143d87 e0381a2e35 | | | | | | Author: Lennart Ochel | | | | | | Date: Wed May 20 13:20:09 2015 +0200 | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | * | commit e0381a2e3573ca58d61a40bf2b8c5e78f24917ba | | | | | | Author: vwaurich | | | | | | Date: Wed May 20 13:18:23 2015 +0200 | | | | | | | | | | | | - added BackendDAE.FOR_EQUATION related to vectorization | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | * | | commit 72f9143d87ee20f4d4a8321d3b18afe719e56f6a | | | |\ \ \ Merge: bb4056bdf4 7201a95cb0 | | | | |/ / Author: Lennart Ochel | | | |/| | Date: Wed May 20 13:17:05 2015 +0200 | | | | | | | | | | | | Merge branch 'qss' | | | | | | | | | | * | commit 7201a95cb0823b8c23bae72292f1f2e7f2f9689a | | | | |\ \ Merge: c5fb326852 bf6ce68997 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Tue May 19 19:45:50 2015 +0200 | | | | | | | | | | | | | | Merge branch 'master' into qss | | | | | | | | | | | * | | commit c5fb3268524d6bc66528ea0770e3153bfaedd720 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Sun May 17 07:33:02 2015 +0200 | | | | | | | | | | | | | | Remove workaround for algebraic systems | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | | | | | | | | * | | commit 6c53415a11a62d5b3b8054feb286b9f22b0a7ea0 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Sun May 17 07:08:58 2015 +0200 | | | | | | | | | | | | | | Add new post-opt module "addTimeAsState" | | | | | | | This module introduces $time as state variable (+addTimeAsState). | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | | | M Compiler/Util/Flags.mo | | | | | | | | | | | * | | commit 0bed96358d18e8d63d18be748bd920b40a5327c8 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Fri May 15 00:00:47 2015 +0200 | | | | | | | | | | | | | | Minor changes to qss solver | | | | | | | - Add warning for the case that all derivatives become zero | | | | | | | - Clean-up, formatting, ... | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | | | | | | | | * | | commit 60dd426dcedeb5f14bfeb5526b6071f1a6202727 | | | | |\ \ \ Merge: b83df49b5c 454c9c45cc | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Thu May 14 19:31:19 2015 +0200 | | | | | | | | | | | | | | | | Merge branch 'master' into qss | | | | | | | | | | | | * | | | commit b83df49b5c6fca18edcac0c4d64a4d32343a332e | | | | | | | | Author: Lennart Ochel | | | | | | | | Date: Thu May 7 09:51:58 2015 +0200 | | | | | | | | | | | | | | | | Handle systems that are in steady state | | | | | | | | | | | | | | | | Previously, the simulation stopped unexpectedly if all derivatives | | | | | | | | become zero. Now this is fixed and the simulation get finished in one | | | | | | | | step if the system is at equilibrium. | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | | | | | | | | | * | | | commit ff2cc7c53a0586d11bc117fa8ce82addbd71d224 | | | | |\ \ \ \ Merge: 14e08b2e49 fa70703afa | | | | | | | | | Author: Lennart Ochel | | | | | | | | | Date: Thu May 7 09:45:07 2015 +0200 | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into lochel/qss | | | | | | | | | | | | | * | | | | commit 14e08b2e49310a8f2a7cc054ab96f046b4fee6da | | | | |\ \ \ \ \ Merge: 5b92c2a9bd b55e4eee11 | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | Date: Wed May 6 08:50:50 2015 +0200 | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into qss | | | | | | | | | | | | | | * | | | | | commit 5b92c2a9bd3188622eb47bdb9b73175232719435 | | | | |\ \ \ \ \ \ Merge: cce4cff385 56ab447319 | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | Date: Tue May 5 12:32:11 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into qss | | | | | | | | | | | | | | | * | | | | | | commit cce4cff385b440f8175c4b1fc655771a42460ba4 | | | | |\ \ \ \ \ \ \ Merge: 6b95dbaab3 873ece23f2 | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | Date: Tue May 5 09:39:20 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into qss | | | | | | | | | | | | | | | | * | | | | | | | commit 6b95dbaab3a32a6ed6aad50d5c4c364ea5c74e5f | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | Date: Tue May 5 08:28:11 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Initial commit for elementary qss solver | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | | | | | | | | | | | | * | | | | | | | | commit bb4056bdf4f9a734321a00f709cfe878fcf51276 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Wed May 20 11:40:49 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Remove Modelica3D from OMCompiler (moved to OMLibraries) | | | | | | | | | | | | | | | | | | | | | | | | M Makefile.common | | | | | | | | | | | | M Makefile.in | | | | | | | | | | | | M configure.ac | | | | | | | | | | | | | | | * | | | | | | | | commit 060a0ac627ae38cac48be55f917cb4b67e6af574 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Wed May 20 09:18:14 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Use the configured CXX in cppruntime | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | | | | M configure.ac | | | | | | | | | | | | | | | * | | | | | | | | commit 38d0c59d2df80a6152f0490f8095a9d64f83cec1 | | | | |_|_|_|_|_|/ / Author: Martin Sjölund | | | |/| | | | | | | Date: Wed May 20 08:15:45 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Use C++11 by default | | | | | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | M common | | | | | | | | | | | M configure.ac | | | | | | | | | | | | | | * | | | | | | | commit bf6ce68997b03b988533a47d6974521a25662605 | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | Date: Tue May 19 19:37:43 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Fix generation of sparse pattern for systems with just one state | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | | | * | | | | | | | commit 60c93f57dc66991a2f23fe7d230eff7612945a75 | | | |\ \ \ \ \ \ \ \ Merge: 3f57560dab 77066968bf | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | Date: Tue May 19 18:43:31 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #4 from ptaeuber/tearing2 | | | | | | | | | | | | | | | | | | | | | | | | Prepare SimCode and Templates for dynamic tearing | | | | | | | | | | | | | | | | * | | | | | | | commit 77066968bf5de49eca820c1d88725cca79997dde | | | | | | | | | | | | Author: ptaeuber | | | | | | | | | | | | Date: Tue May 19 18:17:37 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | fix SimCodeUtil.mo after merging | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | | * | | | | | | | commit 6db755903473a8adb35cb26e39631c67067b10a4 | | | | |\ \ \ \ \ \ \ \ Merge: b1c294da01 defa77ce50 | | | | | | |_|_|_|_|_|/ Author: ptaeuber | | | | | |/| | | | | | Date: Tue May 19 17:42:40 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into tearing2 | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | | Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | | | | Compiler/SimCode/SimCode.mo | | | | | | | | | | | | Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | * | | | | | | | commit b1c294da01c02152a6a2994d791033d5bf96b65d | | | | | | | | | | | | Author: adrpo | | | | | | | | | | | | Date: Wed May 6 11:59:01 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - fix compilation of Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | * | | | | | | | commit b8f8ff5da7de7cc817fe20d291cc6611a328b788 | | | | | | | | | | | | Author: ptaeuber | | | | | | | | | | | | Date: Tue May 5 22:29:46 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - prepared SimCode for dynamic tearing | | | | | | | | | | | | - still not able to build omc because of unspecified error | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | M Compiler/Template/CodegenQSS.tpl | | | | | | | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | | | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | | | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | | | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | M Compiler/Template/TaskSystemDump.tpl | | | | | | | | | | | | | | | * | | | | | | | | commit 3f57560dab7980ffa4a924d5dc84af27a1257832 | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | Date: Tue May 19 17:06:08 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - sundials 2.4.0 has support for colored jacobian, so I've changed the ifdef | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | | | | | | | * | | | | | | | | commit b3dabebbe6b3d04e448d84c24f02ced4a7f3537e | | | |\ \ \ \ \ \ \ \ \ Merge: 0fa54ddeaf b97fedb30e | | | | | | | | | | | | | Author: adrpo | | | | | | | | | | | | | Date: Tue May 19 16:47:40 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | * | | | | | | | | commit b97fedb30eb8df9d6d21bf3e15bfdb6587a30459 | | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | | Date: Mon May 18 18:09:50 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed the ordering of the array elements in RefArray class | | | | | | | | | | | | | - added a counter for the number of ODE-evaluations to CVode | | | | | | | | | | | | | - included version check for Sundials, colored jacobians are now enabled if the version is new enough | | | | | | | | | | | | | - some typo fixes | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | | | | | | | | * | | | | | | | | | commit 0fa54ddeaf2fd60dc96ebcfd0abae2410f1a23cc | | | |/ / / / / / / / / Author: adrpo | | | | | | | | | | | | Date: Tue May 19 16:46:34 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - try to improve on #3318 by giving memory back as much as possible to the OS on Windows | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Main/Main.mo | | | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | | | | | | * | | | | | | | | commit e2a22243ea320e65418f373edb36876e5a2d8819 | | | | |/ / / / / / / Author: vruge | | | |/| | | | | | | Date: Tue May 19 15:36:19 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | dyn. optmization: attempt to fix CombiTimeTable with Periodic | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | | | | | | | | | | * | | | | | | | commit defa77ce504060709a8fff8d3cf8185ddf8b2634 | | | |\ \ \ \ \ \ \ \ Merge: e145287ec0 7abb7cca4b | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Tue May 19 11:18:41 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | | Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | * | | | | | | | commit 7abb7cca4bc4d2d81297ac4c83640852fc20878c | | | | |\ \ \ \ \ \ \ \ Merge: d01c9049e9 dcf2a053d2 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Tue May 19 11:06:47 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | * | | | | | | | commit dcf2a053d243ae8c4d3d27886b49f4de906f4f50 | | | | | | | | | | | | | Author: mflehmig | | | | | | | | | | | | | Date: Tue May 19 10:25:22 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - Added for-loops to dumpEqs. | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | | | | | | | | | | | | | | * | | | | | | | commit 57e65788eb2fa59bd1404deebce4ead321b960d3 | | | | | | | | | | | | | Author: mflehmig | | | | | | | | | | | | | Date: Tue May 19 10:24:17 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - Codegen for vectorization using for loops. | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | | | | | * | | | | | | | commit 3b55904103a4ec04727b5c91821be47940d310cb | | | | | | | | | | | | | Author: mflehmig | | | | | | | | | | | | | Date: Tue May 19 10:23:10 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - Cleaned up vectorization. | | | | | | | | | | | | | - Fixed upper bound for vectorization. | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | | | | | | * | | | | | | | | commit d01c9049e97488f7685a3a7be46585a10e0272bb | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Tue May 19 11:04:26 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused code - there is no $dummy state anymore | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | | | | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | | | | | | | | | | | | | * | | | | | | | | commit 8b2edc75f565cf1c21efab7cd7959e86a8d30e9b | | | | |/ / / / / / / / Author: Lennart Ochel | | | | | | | | | | | | Date: Tue May 19 10:36:47 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Don't add a dummy state to generate symbolic Jacobians | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | | | | | | | | | | | * | | | | | | | | commit e145287ec096a13cd5d4e5cba51e4c2c8a35a630 | | | |\| | | | | | | | Merge: eaf99f9ed1 27df1e58e9 | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Tue May 19 09:14:12 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | | 3rdParty | | | | | | | | | | | | | | | | * | | | | | | | commit 27df1e58e9a3f5202bbace5842774319779be8ce | | | | | | | | | | | | Author: adrpo | | | | | | | | | | | | Date: Mon May 18 23:44:10 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - fix windows compilation | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/modelica_string.h | | | | | | | | | | | | | | | | * | | | | | | | commit 6d49a94d6f15efeae5f098f41f881ac39db14857 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 18 22:10:31 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge outputs 2 and 3 of diffSimulationResults | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | | | M Compiler/Util/SimulationResults.mo | | | | | | | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | | | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | | | | | | | | M Compiler/runtime/SimulationResults_omc.c | | | | | | | | | | | | | | | | * | | | | | | | commit ab8f95a54c8892148eb689ad01018cbaa04dcc53 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 18 20:31:34 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Bump 3rdParty | | | | | | | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | | | | | | * | | | | | | | commit 2bf2c4e2c827d911eaa6a5ddbbebb3b1bac73ae8 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 18 20:17:41 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Quote directory names | | | | | | | | | | | | | | | | | | | | | | | | M configure.ac | | | | | | | | | | | | | | | | * | | | | | | | commit 0d42956ed0b8b6df3065186266cf6ba8dc0287fb | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 18 16:38:45 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Fix extrapolation error | | | | | | | | | | | | - Use the stopTime for the last point to avoid rounding errors | | | | | | | | | | | | - Add better error-messages if getting the value of a variable fails | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/runtime/SimulationResults.c | | | | | | | | | | | | | | | | * | | | | | | | commit 98e9206e39cfa9ab49592f4edf999c815c7e2827 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 18 16:08:26 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Allocate the correct size | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/runtime/SimulationResults.c | | | | | | | | | | | | M common | | | | | | | | | | | | | | | * | | | | | | | | commit eaf99f9ed151a63f154c3eb865a82cf9218c195d | | | |\| | | | | | | | Merge: a332da61ab ba5b824d94 | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Mon May 18 15:15:38 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | * | | | | | | | commit ba5b824d94db3bd2fc250f7ba0016861acf7488a | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 18 14:11:48 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Simulation results fixes | | | | | | | | | | | | - Add failed variables as output from diffSimulationResults | | | | | | | | | | | | - Add numberOfIntervals flag to filterSimulationResults | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | | | M Compiler/Util/SimulationResults.mo | | | | | | | | | | | | M Compiler/runtime/SimulationResults.c | | | | | | | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | | | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | | | | | | | | M Compiler/runtime/SimulationResults_omc.c | | | | | | | | | | | | | | | | * | | | | | | | commit 6c14d24639dd2ac384e83a219261ad49a9c10085 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 18 14:10:00 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Create GC_asprintf function | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/runtime/errorext.cpp | | | | | | | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | | | | | | | | M SimulationRuntime/c/util/modelica_string.c | | | | | | | | | | | | M SimulationRuntime/c/util/modelica_string.h | | | | | | | | | | | | M common | | | | | | | | | | | | | | | * | | | | | | | | commit a332da61ab7ea946fb377b828764092ca9159415 | | | |\| | | | | | | | Merge: e1788d44de a6b4656e04 | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Mon May 18 14:09:09 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | * | | | | | | | commit a6b4656e0453d69c4eb2f5f29c860827fd0748c4 | | | | |\ \ \ \ \ \ \ \ Merge: b0b4602e69 23a54a4225 | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Mon May 18 13:17:40 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | | * | | | | | | | commit 23a54a4225e2a53ae90edb0cb02e56c1326490ba | | | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | | | Date: Mon May 18 09:57:24 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - removed some debug dumps in vectorization | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | | | | | | | | * | | | | | | | commit 0295dd0683cd6069b9d6f81a2e59e66b4acd8b8b | | | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | | | Date: Mon May 18 09:53:15 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - some fixes for vectorization | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | | | | | | | | * | | | | | | | commit ea135be250a9d190e298e1290586cd0da22f6725 | | | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | | | Date: Mon May 18 09:51:35 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - extended vectorization (reverted from commit 4e506d6574516164ddaf3ee1eee666e5b4c31857) | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | | | | | | | | * | | | | | | | commit bb28025cc3600cfb14d5d6f6d9b35cad2416c9c6 | | | | | |\ \ \ \ \ \ \ \ Merge: 4e506d6574 20a5a0cc9a | | | | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | | | | Date: Mon May 18 09:46:59 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | | | | | | | | | | | | | | | | | | | | * | | | | | | | commit 20a5a0cc9a358739f2d30c48133c7f776586e506 | | | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | | | Date: Mon May 18 09:34:47 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed GCC compiler warnings for invalid-pch define and force_inline | | | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | | | | | | | | | | | | | | | | | * | | | | | | | | commit 4e506d6574516164ddaf3ee1eee666e5b4c31857 | | | | | |/ / / / / / / / Author: vwaurich | | | | | | | | | | | | | Date: Mon May 18 09:46:15 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | - extended vectorization | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | | | | | | | * | | | | | | | | commit b0b4602e69e1d3dcb7885acd58bec61cfb9eed6b | | | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | | | Date: Mon May 18 13:14:59 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Remove workaround for dummy state in dassl solver since there is no dummy state for algebraic systems anymore. | | | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | | | | | | | | | | | | * | | | | | | | | | commit e1788d44de925ba26a97cab45c7635b4045f4139 | | | | |/ / / / / / / / Author: Niklas Worschech | | | |/| | | | | | | | Date: Mon May 18 13:58:27 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | removed special case for static factory policies | | | | | | | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | | | | | | | | | | | | | * | | | | | | | | commit c895e990c492c50560268569b33692f25b44ffc5 | | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | | Date: Mon May 18 09:10:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - fixed appended subscripts for vectorization | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 348b22c3fa23b63f0b651c78743a0827e0f43f51 | | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | | Date: Fri May 15 16:02:13 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - removed the boost shared pointers in the sim var class, because the reference is never passed to the outside | | | | | | | | | | | | - alignment for the sim var arrays is now working correctly | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | | | | | | | | | * | | | | | | | | commit 6303044af691e25f647576f8e18b7b00ea8bd90f | | | |/ / / / / / / / Author: Marcus Walther | | | | | | | | | | | Date: Fri May 15 15:59:21 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - a lot of typo fixes in CodegenCpp.tpl and CodegenCppHpcom.tpl | | | | | | | | | | | - removed some unused functions in CodegenCpp.tpl to shrink the size of the file a litte bit | | | | | | | | | | | - splitted cpp code generation for the initialization of constant values (e.g. string parameter) | | | | | | | | | | | - improved memory optimization of hpcom | | | | | | | | | | | - added var to index mapping to the simCode-structure | | | | | | | | | | | - enums can now be handled in var to array index mapping | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | | | | * | | | | | | | commit 97f744c60434fa73f14abbe2cc77329d25e2445e | | | | | | | | | | | Author: adrpo | | | | | | | | | | | Date: Fri May 15 02:10:36 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - update 3rdParty and .gitignore | | | | | | | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | | M 3rdParty | | | | | | | | | | | | | | * | | | | | | | commit d8cca3fb02e98ceee702a06e64dd332a42e17146 | | | |\ \ \ \ \ \ \ \ Merge: ee02481b33 454c9c45cc | | | | | |_|_|_|_|_|/ Author: mflehmig | | | | |/| | | | | | Date: Thu May 14 21:00:01 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | * | | | | | | commit 454c9c45ccf857824fcb6c537c32eb655ce2f4f1 | | | | | | | | | | | Author: adrpo | | | | | | | | | | | Date: Thu May 14 09:15:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - support -emit_protected for CPP runtime | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | | | | | | | * | | | | | | commit ec0bb5e2ea2d883d9b3b122bdcac97aed2d2c5c6 | | | | | | | | | | | Author: vruge | | | | | | | | | | | Date: Wed May 13 22:42:18 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | symEuler: fixed values for der(x) | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | | | | | | | | | * | | | | | | commit ed7da3e898f26fa5bb227de984edfdb39788a4ec | | | | | | | | | | | Author: vruge | | | | | | | | | | | Date: Wed May 13 22:01:56 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | fixed symEuler | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | | | | | | | | | | | * | | | | | | commit bae5316c688cce1ebba1c1718c01fec18b573258 | | | | | | | | | | | Author: adrpo | | | | | | | | | | | Date: Tue May 12 23:50:36 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - proper include | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | | | | | | | | | | | * | | | | | | commit 969cb9c8c4d527054446fff19d6e3beb4bb5f091 | | | | | | | | | | | Author: adrpo | | | | | | | | | | | Date: Tue May 12 23:43:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - more fixes for MSVC compilation | | | | | | | | | | | | | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | | | | | | | | | M SimulationRuntime/c/fmi/CMakeLists.txt | | | | | | | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | | | | | | | | | M SimulationRuntime/c/simulation/solver/initialization/CMakeLists.txt | | | | | | | | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | | | | | | * | | | | | | commit dadc3dc390abda81750ad800da4376abfac265c3 | | | | | | | | | | | Author: adrpo | | | | | | | | | | | Date: Tue May 12 21:53:13 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - fix MSVC compilation of C runtime | | | | | | | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | | | | | | | | | | | * | | | | | | commit adf53f3a42658e0d9a0d4853b8cf3b376ec04c58 | | | | | | | | | | | Author: adrpo | | | | | | | | | | | Date: Tue May 12 21:26:27 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - update 3rdParty in OMCompiler | | | | | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | | | | | * | | | | | | commit 945b16da01513ad8480ee43ccf8ea34b704d4321 | | | | | | | | | | | Author: Per Östlund | | | | | | | | | | | Date: Tue May 12 16:54:08 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - Fix previous commit, due to constants with wrong type getting eating. | | | | | | | | | | | | | | | | | | | | | | M Compiler/FFrontEnd/FBuiltin.mo | | | | | | | | | | | M Compiler/FrontEnd/Builtin.mo | | | | | | | | | | | | | | | * | | | | | | commit ed483a28db9682f7366dca9fd10928daf796d89a | | | | | | | | | | | Author: Per Östlund | | | | | | | | | | | Date: Tue May 12 15:58:10 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - Removed unused delayed type checking to simplify SCode.Mod. | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | | | | | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | | | | | | | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | | | | | | | | | M Compiler/FFrontEnd/FMod.mo | | | | | | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | | | | | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | | | | | | | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | | | | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | | M Compiler/Script/Figaro.mo | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | | | | | | | M Compiler/Template/SCodeTV.mo | | | | | | | | | | | | | | | * | | | | | | commit 475d005a5ca4b37555e12474fedf572e2e107065 | | | | | | | | | | | Author: vruge | | | | | | | | | | | Date: Tue May 12 15:42:22 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | extends dyn. optmization: update var direction | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | | | | | | | | * | | | | | | commit 56f577dec5eb61fdca44e7ea66314a3467ddb925 | | | | | | | | | | | Author: vruge | | | | | | | | | | | Date: Tue May 12 14:25:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | relax the rules for reduce and extends dyn. optimization flags | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | | | | | | | | | | | * | | | | | | commit 6913c02b448a458fb12e55db677b0fc1ea577781 | | | | | | | | | | | Author: vruge | | | | | | | | | | | Date: Tue May 12 13:45:34 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | symEler: improved generation of helper-var DT | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | | * | | | | | | commit af3435e49f8f854c30557b06c739fdb02829e31c | | | | |\ \ \ \ \ \ \ Merge: 74189fa7d3 9e6d93d424 | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Tue May 12 13:15:21 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | * | | | | | | commit 9e6d93d42418ca4c5815d9b9febc80c609eeffab | | | | | | | | | | | | Author: vruge | | | | | | | | | | | | Date: Tue May 12 12:27:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | ExpressionSolve: added additional for symEuler(dt == 0) | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | | | | | | | | | | | | | * | | | | | | commit 29cd04e2bf30e78136d832beddc1b9b29e4f0fd9 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Tue May 12 09:36:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Build cppruntime into OMBUILDDIR | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.in | | | | | | | | | | | | M SimulationRuntime/cpp/Makefile.omdev.mingw | | | | | | | | | | | | | | | | * | | | | | | | commit 74189fa7d349b599abc6e18f85edd424644bdb2c | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Tue May 12 13:12:09 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | removed special includes for static cpp runtime build | | | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | | | | | | | | | | | | * | | | | | | | commit 4f787ab67e5a98e929ab8dfd0a3befd2491f5f2b | | | | |\| | | | | | | Merge: c160230dea 3a51e346a4 | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | Date: Tue May 12 07:35:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | * | | | | | | | commit c160230dea35f927a7deb78fa20826a1c99bb585 | | | | |\ \ \ \ \ \ \ \ Merge: 93754c4fe2 de41cdb56c | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | Date: Mon May 11 17:08:09 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | | * | | | | | | | | commit 93754c4fe2dcaec51a106d5010acf45272efa5c8 | | | | | | | | | | | | | Author: Niklas Worschech | | | | | | | | | | | | | Date: Mon May 11 17:05:48 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | separated defines and includes in Modelica.h | | | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/Modelica.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | | | | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | | | | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/IDA/IDASettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/Peer/PeerSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | | | | | | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | | | | | | | | | | | | * | | | | | | | | | commit ee02481b33d1912bf98974242918617183eee57b | | | | | | | | | | | | | Author: mflehmig | | | | | | | | | | | | | Date: Thu May 14 20:55:32 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | | | Changes towards vectorization | | | | | | | | | | | | | | | | * | | | | | | | | | commit 638f287d172c91ed93f9548c930ef26c585e4617 | | | | |_|/ / / / / / / Author: mflehmig | | | |/| | | | | | | | Date: Thu May 14 20:50:35 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Changes towards vectorization. | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | M Compiler/Template/CodegenC.tpl | | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | | * | | | | | | | | commit 3a51e346a4b864a0cc16a3d1d778578ac619b8b1 | | | | | | | | | | | | Author: adrpo | | | | | | | | | | | | Date: Tue May 12 06:00:04 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - add Compiler/OpenModelicaSetup to .gitignore | | | | | | | | | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | | | | | | * | | | | | | | | commit 550f780c3a83c980dfd5b3a4a78d7140d5ce7098 | | | | | | | | | | | | Author: adrpo | | | | | | | | | | | | Date: Tue May 12 04:30:07 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | - fix library coverage script, have emit_protected defined on all branches, otherwise you get an error when running system | | | | | | | | | | | | | | | | | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | | | | | | | | | | * | | | | | | | | commit 8c0132ba23819fbb965efa3742dd39e26d239d65 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 11 22:15:18 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Fix OMC path for --without-omc | | | | | | | | | | | | | | | | | | | | | | | | M configure.ac | | | | | | | | | | | | | | | * | | | | | | | | commit 47bae7abd7fa63ecc53fa4ce686e72d4aac38c42 | | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | | Date: Mon May 11 22:14:54 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | | | Handle filtering negative aliases | | | | | | | | | | | | | | | | | | | | | | | | M Compiler/runtime/SimulationResults.c | | | | | | | | | | | | | | | * | | | | | | | | commit ff139a309a85412bc886a8b7ec2b2a3b2bfe45b2 | | | | |/ / / / / / / Author: Marcus Walther | | | |/| | | | | | | Date: Mon May 11 17:50:56 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - added a new array-class to c++ runtime (StatRefArray), that can be used to handle sub-arrays of the SimVar-Array | | | | | | | | | | | - if the array-variables are consecutive, the c++ runtime now generates a StatRefArray | | | | | | | | | | | - first code snippets for vectorized for-loops added to c++ codegeneration (not working at the moment, because we don't know at which point the iterator-variable is located in the body-expressions) | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCode.mo | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | | | | | | | | | | * | | | | | | | commit de41cdb56cd8f50c9457b3814e049ee003832f82 | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Mon May 11 13:54:33 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Fix off-by-4 error | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | | | | | | | | | | * | | | | | | | commit 08c1d7ead9ea6ff3fcd4633d54510ec897287a4d | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | Date: Mon May 11 13:07:29 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - some fixes for hpcom-memory-mapping | | | | | | | | | | | - isVarIndexListConsecutive-function added to SimCodeUtil - we are now able to check if all elements of an array are stored consecutive | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | | | | * | | | | | | | commit d2765ee71aee89ddedd01e0be4a5f5245835906b | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | Date: Mon May 11 09:55:56 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - CodegenCpp.MemberVariableInitialize and CodegenCpp.MemberVariableDefine have now a similar interface | | | | | | | | | | | - scalar variables are now added as #define in C++ code | | | | | | | | | | | - some cleanups in CodegenCppHpcom.tpl | | | | | | | | | | | - changed SimVars array getter to non constant return value | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | | | | | | | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | | | | | | | | | | * | | | | | | | commit 0f658eea127bc3393005d5f444897975ddf0e02a | | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | | Date: Fri May 8 17:35:56 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - some bug fixes for hpcom memory | | | | | | | | | | | - moved some code from hpcom-cpp-template to cpp-template | | | | | | | | | | | - variable initialization is now seperated into multiple functions | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | | | | | * | | | | | | | commit 723695e70ef59206de16856b2a5cfd63de5aaa48 | | | |/ / / / / / / Author: Martin Sjölund | | | | | | | | | | Date: Mon May 11 13:03:17 2015 +0200 | | | | | | | | | | | | | | | | | | | | Handle mixed OMC and Dymola names better | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | | | | M Compiler/Script/CevalScript.mo | | | | | | | | | | M Compiler/Util/SimulationResults.mo | | | | | | | | | | M Compiler/runtime/SimulationResults.c | | | | | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | | | | | | M Compiler/runtime/SimulationResults_omc.c | | | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | | | | | | | | | * | | | | | | commit 7023616eb11d22c9dfe4f1e85e5391a37239b1d2 | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | Date: Mon May 11 08:23:58 2015 +0200 | | | | | | | | | | | | | | | | | | | | Fix a rollback bug | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/Static.mo | | | | | | | | | | | | | * | | | | | | commit 77acafc051180615de026412cf232ef69e626d63 | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | Date: Mon May 11 08:23:44 2015 +0200 | | | | | | | | | | | | | | | | | | | | Update submodules | | | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | M common | | | | | | | | | | | | | * | | | | | | commit e4460295ed340118dd322900e7165412dd86b6aa | | | | | | | | | | Author: adrpo | | | | | | | | | | Date: Mon May 11 00:11:10 2015 +0200 | | | | | | | | | | | | | | | | | | | | - attempt to partially fix #3313 and the library coverage hangs | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | | | | | | | | | * | | | | | | commit a09817b40bd13cac4b7180360927c87c6e5f016e | | | | | | | | | | Author: vruge | | | | | | | | | | Date: Sun May 10 15:19:06 2015 +0200 | | | | | | | | | | | | | | | | | | | | reduce symEuler-system | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | | | | | | | | | * | | | | | | commit 6b8dc8e078c92d4d8b47f240c1a18ca199bf31d2 | | | |\ \ \ \ \ \ \ Merge: 5fc88b51df 009ab2dbff | | | | | | | | | | | Author: vruge | | | | | | | | | | | Date: Sun May 10 13:41:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upmaster/master' into symEuler2 | | | | | | | | | | | | | | | | | | | | | | Conflicts: | | | | | | | | | | | Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | | | | | * | | | | | | commit 009ab2dbff2abcc72b543a199e24e3d43aaf828a | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Fri May 8 20:48:17 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Show the Java test command | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.in | | | | | | | | | | | | | | | * | | | | | | commit ecc9596c2887a13113b2fdfe10375d26b000f90c | | | | | | | | | | | Author: Adeel Asghar | | | | | | | | | | | Date: Fri May 8 17:10:52 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - case sensitivity. | | | | | | | | | | | | | | | | | | | | | | M .gitattributes | | | | | | | | | | | | | | | * | | | | | | commit 4ee2c6cdc230bcc4eb3aa4b934f983bae8fd0159 | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | Date: Fri May 8 15:28:26 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - some more infos about arraycrefs in dumpSimCode | | | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | * | | | | | | commit 57c90929012125b31f42c5dc0c7edfe4f3b3756e | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | Date: Fri May 8 13:53:31 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - some more fixes for vectorization | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | | | * | | | | | | commit 1ff5d9a01a71b9ca3f0bdb45aa2ee03d6ee42e2b | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | Date: Fri May 8 13:34:18 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | - get cref as ident for the visualizationxml objects instead of string | | | | | | | | | | | | | | | | | | | | | | M Compiler/Template/VisualXMLTpl.tpl | | | | | | | | | | | M Compiler/Template/VisualXMLTplTV.mo | | | | | | | | | | | M Compiler/Util/VisualXML.mo | | | | | | | | | | | | | | | * | | | | | | commit 074dd844393d7384d6dc732e9653fa2e32da04c1 | | | | | | | | | | | Author: vwaurich | | | | | | | | | | | Date: Fri May 8 09:56:33 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | added BackendVarTransform.replaceEquationAttributes | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | | | | | | | | | | | * | | | | | | commit 3ad6e72d05658be13efd1ff63bb0cfb9e915dcda | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Fri May 8 08:28:16 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Change default path to reference files | | | | | | | | | | | | | | | | | | | | | | M Examples/BuildModelRecursive.mos | | | | | | | | | | | | | | | * | | | | | | commit 66346e301501dcb6f472375902774bc172edeb85 | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Thu May 7 20:55:16 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Update gitignore | | | | | | | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | | | | | | * | | | | | | commit 15c798a59994be0940becc9e0d6ef11be96e3a4f | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Thu May 7 20:54:14 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Improve the mat4 reader to also lookup Dymola-style names | | | | | | | | | | | | | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | | | | | | | | | | | * | | | | | | commit d254dbf4b50383bce2f40033c64a1f214f9c02ac | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Thu May 7 14:01:55 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Fix detection of version in submodules | | | | | | | | | | | | | | | | | | | | | | M Compiler/runtime/omc_config.h | | | | | | | | | | | M configure.ac | | | | | | | | | | | | | | | * | | | | | | commit cb69a5af4de7bb62ce50dc49bb3341cb475da751 | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Thu May 7 14:01:24 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Fix testing of the Java interface | | | | | | | | | | | | | | | | | | | | | | Added junit to 3rdParty and updated the paths | | | | | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.common | | | | | | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.in | | | | | | | | | | | | | | | * | | | | | | commit cbc725d06ae92ca87fe5989dbcdb75cd42d76bb4 | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Thu May 7 13:29:34 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Improve the filtering of results files | | | | | | | | | | | | | | | | | | | | | | - Read both "time" and "Time" directly in read_matlab4.c. | | | | | | | | | | | - Handle filtering of parameters in filterSimulationResults. | | | | | | | | | | | | | | | | | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | | | | | | | M Compiler/runtime/SimulationResults.c | | | | | | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | | | | | | | M common | | | | | | | | | | | | | | | * | | | | | | commit 06ed6bf71a6b9cf70cd9c351917081defb4133dc | | | | | |_|_|_|_|/ Author: Marcus Walther | | | | |/| | | | | Date: Thu May 7 13:00:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | - using the var-index mapping of the cpp runtime for hpcom memory optimization | | | | | | | | | | - removed debug output | | | | | | | | | | - fixed a mapping bug in cpp code generation | | | | | | | | | | - updated the git ignore file | | | | | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | | | | M Compiler/SimCode/HpcOmSimCode.mo | | | | | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | | * | | | | | commit fa70703afa70565c5497a5750dd499865bc7b0ce | | | | | | | | | | Author: Marcus Walther | | | | | | | | | | Date: Thu May 7 08:11:45 2015 +0200 | | | | | | | | | | | | | | | | | | | | - update reference commit | | | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | | | | * | | | | | commit c91e3219f88a779e2ef26f33a55f84179ae8b837 | | | | |\ \ \ \ \ \ Merge: 673eaa12be c52b5f340a | | | | | | | | | | | Author: Lennart Ochel | | | | | | | | | | | Date: Wed May 6 20:42:15 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/OpenModelica/OMCompiler | | | | | | | | | | | | | | | | * | | | | | commit c52b5f340ac06d81c1f4d85b2b3c8d5985affbee | | | | | | | | | | | Author: Adeel Asghar | | | | | | | | | | | Date: Wed May 6 20:26:39 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Update 3rdParty. | | | | | | | | | | | | | | | | | | | | | | M 3rdParty | | | | | | | | | | | | | | | * | | | | | | commit 673eaa12be5e57165111b00d919efb95e01046b2 | | | | |/ / / / / / Author: Lennart Ochel | | | | | | | | | | Date: Wed May 6 20:02:51 2015 +0200 | | | | | | | | | | | | | | | | | | | | Highlight workaround for "symEuler" | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | * | | | | | commit e2edb497df1bfc220e049d7f4f77763f72f11d32 | | | | |\ \ \ \ \ \ Merge: 506ac549fa 9bc4e2e999 | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Wed May 6 16:03:59 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3 from vruge/master | | | | | | | | | | | | | | | | | | | | | | fixed symEuler | | | | | | | | | | | | | | | | * | | | | | commit 9bc4e2e9993222ca950edee782b282a333077a85 | | | | | | | | | | | Author: Vitalij Ruge | | | | | | | | | | | Date: Wed May 6 15:57:33 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | fixed symEuler | | | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | | | | | | | | | | | * | | | | | | commit 506ac549fae2341258dcd9a5c45d8a7dc0902eaf | | | | | | | | | | | Author: Martin Sjölund | | | | | | | | | | | Date: Wed May 6 15:35:48 2015 +0200 | | | | | | | | | | | | | | | | | | | | | | Fix install paths | | | | | | | | | | | | | | | | | | | | | | M Compiler/Translation/Makefile | | | | | | | | | | | M Makefile.common | | | | | | | | | | | | | | | * | | | | | | commit baef0588e890ef007cfb28322f564593fa43b30b | | | | |/ / / / / / Author: Martin Sjölund | | | | | | | | | | Date: Wed May 6 14:51:36 2015 +0200 | | | | | | | | | | | | | | | | | | | | Print the whole path always | | | | | | | | | | | | | | | | | | | | When running the test suite and a reference file cannot be opened, | | | | | | | | | | the whole path is useful. And if it fails, the test should never | | | | | | | | | | pass so it does not matter if we strip away anyway. | | | | | | | | | | | | | | | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | | | | | | | | | | * | | | | | commit d6cbc6179db3d4c26c58d68be444417cd8f9213f | | | | | | | | | | Author: Adeel Asghar | | | | | | | | | | Date: Wed May 6 14:31:37 2015 +0200 | | | | | | | | | | | | | | | | | | | | omc/qwt include is moved to omplot/qwt | | | | | | | | | | | | | | | | | | | | M Makefile.common | | | | | | | | | | | | | * | | | | | | commit 5fc88b51dfe8f54641f533c39d026a3f0bd383e5 | | | | | | | | | | Author: vruge | | | | | | | | | | Date: Sun May 10 11:23:34 2015 +0200 | | | | | | | | | | | | | | | | | | | | improved symEuler | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | | | | | * | | | | | | commit 8d64f4bf3b0c422aee7a0290cc2bdff3d5971780 | | | | | | | | | | Author: vruge | | | | | | | | | | Date: Fri May 8 15:21:51 2015 +0200 | | | | | | | | | | | | | | | | | | | | improved symEuler | | | | | | | | | | | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | | | | * | | | | | | commit 7c55968de6b474d5bab98837f1b614420262d915 | | | | | | | | | | Author: vruge | | | | | | | | | | Date: Fri May 8 14:46:09 2015 +0200 | | | | | | | | | | | | | | | | | | | | improved symEuler | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | | | * | | | | | | commit db89c1f32679533f883666f4744cd499d9b06fa8 | | | | | | | | | | Author: vruge | | | | | | | | | | Date: Fri May 8 14:08:01 2015 +0200 | | | | | | | | | | | | | | | | | | | | improved symEuler | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | | | | * | | | | | | commit 6fb6271d2fc82a5337414db3aacd6a2505609265 | | | | | | | | | | Author: vruge | | | | | | | | | | Date: Fri May 8 14:05:56 2015 +0200 | | | | | | | | | | | | | | | | | | | | improved symEuler | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | | * | | | | | | commit ce23826cb8738a20d133428ea4f27a33b0ab6f77 | | | | | | | | | | Author: vruge | | | | | | | | | | Date: Fri May 8 13:51:13 2015 +0200 | | | | | | | | | | | | | | | | | | | | improved symEuler | | | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | | | | * | | | | | | commit 8ad90c528893acd2cb66c848e2ffaf7d85b7a720 | | | |/ / / / / / Author: vruge | | | | | | | | | Date: Fri May 8 13:49:55 2015 +0200 | | | | | | | | | | | | | | | | | | improved symEuler | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | | | | | | | | * | | | | | commit 505d30a626bc1f71453f6025e6898901d8b5da89 | | | | | | | | | Author: adrpo | | | | | | | | | Date: Wed May 6 14:22:30 2015 +0200 | | | | | | | | | | | | | | | | | | - properly clean 3rdParty/ModelicaExternalC | | | | | | | | | | | | | | | | | | M Makefile.common | | | | | | | | | | | | * | | | | | commit f9cb094f9097f48593645479dede6a648cb01dcd | | | | | | | | | Author: Per Östlund | | | | | | | | | Date: Wed May 6 13:03:11 2015 +0200 | | | | | | | | | | | | | | | | | | - Remove dead code to get rid of compilation warning. | | | | | | | | | | | | | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | | | | | | | | * | | | | | commit dcdf6143d9b70f5d0f56cec172271ade8fc26635 | | | | | | | | | Author: Lennart Ochel | | | | | | | | | Date: Wed May 6 09:56:05 2015 +0200 | | | | | | | | | | | | | | | | | | Define HashTableCrIListArray.HashTable in SimCodeTV.mo | | | | | | | | | | | | | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | | | | | | | | * | | | | | commit 96caac0cb004037d51e493a98a529749f978570b | | | | |_|_|_|/ Author: adrpo | | | |/| | | | Date: Wed May 6 09:32:45 2015 +0200 | | | | | | | | | | | | | | | | - more propagation of OMBUILDDIR | | | | | | | | | | | | | | | | M Makefile.common | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | | * | | | | commit b55e4eee1128a58a132445c8065d34312cf7b18d | | | | | | | | Author: Adeel Asghar | | | | | | | | Date: Wed May 6 00:40:51 2015 +0200 | | | | | | | | | | | | | | | | - More fixes for windows compilation. | | | | | | | | | | | | | | | | M Compiler/Script/Makefile.omdev.mingw | | | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.omdev.mingw | | | | | | | | | | | * | | | | commit 7d696cd7496094faf29fffc575d062eafc0729ce | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Tue May 5 21:58:52 2015 +0200 | | | | | | | | | | | | | | | | Include the scripting API files in build | | | | | | | | | | | | | | | | M Compiler/Script/Makefile.common | | | | | | | | M Compiler/Script/Makefile.in | | | | | | | | D SimulationRuntime/c/util/java_interface/Makefile | | | | | | | | M common | | | | | | | | | | | * | | | | commit 68fb39e4d08937ec5716ad1b6d6bd075bc068f21 | | | | | | | | Author: Martin Sjölund | | | | | | | | Date: Tue May 5 19:27:22 2015 +0200 | | | | | | | | | | | | | | | | Make git describe always work | | | | | | | | | | | | | | | | M configure.ac | | | | | | | | | | | * | | | | commit 4e57ea427b3876d5e3109f510d6708bc21c31149 | | | |\ \ \ \ \ Merge: 70377b4884 8960bd8dfe | | | | | | | | | Author: adrpo | | | | | | | | | Date: Tue May 5 19:08:26 2015 +0200 | | | | | | | | | | | | | | | | | | - use $OMBUILDDIR properly in Windows build | | | | | | | | | | | | | * | | | | commit 8960bd8dfe82698301de7ead95affede12625d95 | | | | | | | | | Author: adrpo | | | | | | | | | Date: Tue May 5 18:30:29 2015 +0200 | | | | | | | | | | | | | | | | | | - fix Windows build to use $OMBUILDDIR | | | | | | | | | | | | | | | | | | M Compiler/Makefile.omdev.mingw | | | | | | | | | M Compiler/boot/Makefile.omdev.mingw | | | | | | | | | M Makefile.common | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.common | | | | | | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | | | | | | | | * | | | | | commit 70377b488473a5c64d9aaab920cb7c8b6f5f60b6 | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Tue May 5 17:58:32 2015 +0200 | | | | | | | | | | | | | | | | | | Fix OMC bootstrapping path | | | | | | | | | | | | | | | | | | M Compiler/boot/Makefile.in | | | | | | | | | | | | * | | | | | commit 89b699ec554070defa002b18ef92751ff3db0eee | | | | | | | | | Author: Martin Sjölund | | | | | | | | | Date: Tue May 5 17:55:50 2015 +0200 | | | | | | | | | | | | | | | | | | Fix some warnings in logs, skip re-compiling if target already exists | | | | | | | | | | | | | | | | | | M Makefile.common | | | | | | | | | M Makefile.in | | | | | | | | | M common | | | | | | | | | | | | * | | | | | commit 907803b45beee98b8116792545eb809cf294e694 | | | |\ \ \ \ \ \ Merge: a27a9ed3b0 6c148e7973 | | | | | | | | | | Author: Per Östlund | | | | | | | | | | Date: Tue May 5 17:34:53 2015 +0200 | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of ssh://github.com:22/OpenModelica/OMCompiler | | | | | | | | | | | | | | * | | | | | commit 6c148e7973e92cbc692c646ee41464fd9bb91985 | | | | |/ / / / / Author: Adeel Asghar | | | | | | | | | Date: Tue May 5 16:50:53 2015 +0200 | | | | | | | | | | | | | | | | | | OMBUILDDIR absolute path and git HEAD | | | | | | | | | | | | | | | | | | - Set absolute path for OMBUILDDIR otherwise ModelicaExternalC configure | | | | | | | | | doesn't work | | | | | | | | | - Get the git SHA instead of svn revision. | | | | | | | | | - Set Modelica.g EOL to LF. | | | | | | | | | - Set OMBUILDIR in Parser makefile to properly copy the parser lib. | | | | | | | | | | | | | | | | | | M Makefile.common | | | | | | | | | M Makefile.omdev.mingw | | | | | | | | | M Parser/Makefile.omdev.mingw | | | | | | | | | | | | * | | | | | commit a27a9ed3b09d466e3805593292c33739db4fc395 | | | |/ / / / / Author: Per Östlund | | | | | | | | Date: Tue May 5 17:22:04 2015 +0200 | | | | | | | | | | | | | | | | - Ignore vim buffer files. | | | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | | * | | | | commit a6085583ea62ac445e4b5689e6cad5c00e015f7e | | | |/ / / / Author: Adeel Asghar | | | | | | | Date: Tue May 5 14:38:18 2015 +0200 | | | | | | | | | | | | | | set OMBUILDDIR in root makefile | | | | | | | | | | | | | | M .gitignore | | | | | | | M Makefile.omdev.mingw | | | | | | | | | | * | | | commit c422bf07df006297fe4ca258cabd10a859e62d6e | | | | | | | Author: Martin Sjölund | | | | | | | Date: Tue May 5 13:36:55 2015 +0200 | | | | | | | | | | | | | | Fix compilation using different build directory | | | | | | | | | | | | | | M Compiler/Makefile.in | | | | | | | M Compiler/runtime/Makefile.common | | | | | | | M Compiler/runtime/Makefile.in | | | | | | | M Compiler/runtime/Makefile.omdev.mingw | | | | | | | M Makefile.common | | | | | | | M Makefile.in | | | | | | | M Parser/Makefile.common | | | | | | | M Parser/Makefile.in | | | | | | | M SimulationRuntime/c/Makefile.common | | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | | | | | M SimulationRuntime/c/util/java_interface/Makefile | | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.common | | | | | | | A SimulationRuntime/c/util/java_interface/Makefile.in | | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.omdev.mingw | | | | | | | M configure.ac | | | | | | | | | | * | | | commit 521fee19e340aa3c61bdc64c23a634d4353f06f3 | | | | | | | Author: Lennart Ochel | | | | | | | Date: Tue May 5 13:17:38 2015 +0200 | | | | | | | | | | | | | | Update .gitignore file | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | * | | | commit bc25068039a766a2128343bd4c839949c9058961 | | | | | | | Author: Martin Sjölund | | | | | | | Date: Tue May 5 13:12:03 2015 +0200 | | | | | | | | | | | | | | Update gitignore | | | | | | | | | | | | | | M .gitignore | | | | | | | | | | * | | | commit aecbc157ed3cf34dd86d825dcbf840959ce7ea5d | | |/ / / / Author: Martin Sjölund | | | | | | Date: Tue May 5 12:18:48 2015 +0200 | | | | | | | | | | | | Allow configuration of build directory | | | | | | | | | | | | M Compiler/boot/Makefile.in | | | | | | M Makefile.common | | | | | | M Makefile.in | | | | | | M SimulationRuntime/c/Makefile.in | | | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | | M common | | | | | | M configure.ac | | | | | | | | * | | | commit 9870b173919c0ddd2032ef0e49056733f483b592 | | |\ \ \ \ Merge: d5f6a985b1 5b594bb7ee | | | | | | | Author: Marcus Walther | | | | | | | Date: Tue May 5 12:51:28 2015 +0200 | | | | | | | | | | | | | | Merge remote-tracking branch 'originMW/master' | | | | | | | | | | * | | | commit 5b594bb7ee2723c4e946f1ccb671f1c284ca16c2 | | | | | | | Author: Marcus Walther | | | | | | | Date: Tue May 5 12:38:10 2015 +0200 | | | | | | | | | | | | | | - some changes on hpcom memory optimization | | | | | | | - added more files to gitignore | | | | | | | | | | | | | | M .gitignore | | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | | * | | | | commit d5f6a985b1e55ed7d70a356b713618f8c6caed5d | | | |_|_|/ Author: Marcus Walther | | |/| | | Date: Tue May 5 12:38:10 2015 +0200 | | | | | | | | | | | | - some changes on hpcom memory optimization | | | | | | - added more files to gitignore | | | | | | | | | | | | M .gitignore | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | | | | * | | | commit 56ab447319eaddd001c70dd4651d5dfdd1140ad7 | | | | | | Author: Martin Sjölund | | | | | | Date: Tue May 5 12:17:54 2015 +0200 | | | | | | | | | | | | Add gitattributes | | | | | | | | | | | | A .gitattributes | | | | | | M Compiler/Makefile.omdev.mingw | | | | | | M Compiler/runtime/Makefile.omdev.mingw | | | | | | M Parser/ParModelica_Lexer.g | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.common | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.common | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/Makefile.omdev.mingw | | | | | | M SimulationRuntime/c/Makefile.omdev.mingw | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | | | | M tools/debugging/BreakProcess.cpp | | | | | | M tools/xml/LICENSE | | | | | | | | * | | | commit 8806a1661d365f0e4041f8efa29bb9eef5e660fc | | | | | | Author: Per Östlund | | | | | | Date: Tue May 5 11:46:22 2015 +0200 | | | | | | | | | | | | - Ignore input/output when counting connector variables. | | | | | | | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | | | | * | | | commit dad53816dee1f45e784235511c5446e315be4d32 | | |\| | | Merge: 873ece23f2 4e29a0caab | | | |_|/ Author: Martin Sjölund | | |/| | Date: Tue May 5 10:32:56 2015 +0200 | | | | | | | | | | Merge pull request #2 from MarcusWalther/master | | | | | | | | | | - external tool builder for eclipse added | | | | | | | | * | commit 4e29a0caabddb0a3dac1ed10b54783e594761929 | | |/ / Author: Marcus Walther | | | | Date: Tue May 5 10:14:33 2015 +0200 | | | | | | | | - external tool builder for eclipse added | | | | | | | | A .externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample | | | | | | * | commit 873ece23f2f4fe8cddd3256513d95e907151b5ea | | |\ \ Merge: 0b11f8d1fb a4f2a4a28a | | | |/ Author: Martin Sjölund | | |/| Date: Tue May 5 09:13:59 2015 +0200 | | | | | | | | Merge pull request #1 from OpenModelica/lochel-gitignore | | | | | | | | Update .gitignore | | | | | | | * commit a4f2a4a28ac9040f7768f7ea6e4787e12dfe53ba | | |/ Author: Lennart Ochel | | | Date: Tue May 5 08:40:52 2015 +0200 | | | | | | Update .gitignore | | | | | | M .gitignore | | | | | * commit 0b11f8d1fbbfab1ff56a92211544eb4f61cfa292 | | | Author: Lennart Ochel | | | Date: Tue May 5 07:48:27 2015 +0200 | | | | | | Add .gitignore file | | | | | | A .gitignore | | | | | * commit d79e9ec0f4c69c439d413f7e604c94f8d48c6a0a | | | Author: Martin Sjölund | | | Date: Mon May 4 23:29:45 2015 +0200 | | | | | | Add support for new API: filterSimulationResults | | | | | | M 3rdParty | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/runtime/SimulationResults.c | | | M SimulationRuntime/c/Makefile.objs | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/util/read_matlab4.c | | | A SimulationRuntime/c/util/write_matlab4.c | | | A SimulationRuntime/c/util/write_matlab4.h | | | | | * commit 23686e66ced8c5c48cc36ac7cd811402442be8ba | | | Author: adrpo | | | Date: Mon May 4 21:03:47 2015 +0200 | | | | | | - put back the Windows Makefiles (Makefile.omdev.mingw) | | | - fix windows build of the OMCompiler | | | | | | A Compiler/Makefile.omdev.mingw | | | A Compiler/Script/Makefile.omdev.mingw | | | A Compiler/Template/Makefile.omdev.mingw | | | A Compiler/boot/Makefile.omdev.mingw | | | A Compiler/runtime/Makefile.omdev.mingw | | | M Makefile.common | | | M Makefile.omdev.mingw | | | M Parser/Makefile.common | | | A Parser/Makefile.omdev.mingw | | | A SimulationRuntime/ParModelica/Makefile.omdev.mingw | | | A SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw | | | A SimulationRuntime/ParModelica/explicit/openclrt/Makefile.omdev.mingw | | | A SimulationRuntime/c/Makefile.omdev.mingw | | | A SimulationRuntime/c/util/java_interface/Makefile.omdev.mingw | | | A SimulationRuntime/cpp/Makefile.omdev.mingw | | | A tools/debugging/BreakProcess.cpp | | | | | * commit 411434424282ebf15deadbf3cc5325ecf25ae25a | | | Author: Martin Sjölund | | | Date: Mon May 4 18:19:12 2015 +0200 | | | | | | Fix compilation of cppruntime | | | | | | M Makefile.common | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile.in | | | | | * commit fc27f01df645dc8f7eb6175fe219ceac7b8883db | | | Author: Martin Sjölund | | | Date: Mon May 4 16:38:03 2015 +0200 | | | | | | Compile UMFPACK as a shared library | | | | | | M 3rdParty | | | M Makefile.common | | | M Makefile.in | | | A Makefile.omdev.mingw | | | | | * commit bed671762693fbb3ad8ff0637cef3b394bd9dbcf | | | Author: Martin Sjölund | | | Date: Mon May 4 15:27:18 2015 +0200 | | | | | | Add bootstrapping tarball | | | | | | A Compiler/boot/bootstrap-sources.tar.xz | | | | | * commit 33c62391a19e527fc1dcd25bc78a7f4fd8ae9510 | | | Author: Martin Sjölund | | | Date: Mon May 4 15:19:22 2015 +0200 | | | | | | Ipopt include path | | | | | | M 3rdParty | | | M SimulationRuntime/c/Makefile.common | | | | | * commit f34600b0664bab418aefdac800e31af3ff8f2046 | | | Author: Martin Sjölund | | | Date: Mon May 4 15:13:55 2015 +0200 | | | | | | Fix ipopt clang compilation | | | | | | M 3rdParty | | | | | * commit aa74a256cad35c18ac9a5b72cfd142132994c248 | | | Author: Martin Sjölund | | | Date: Mon May 4 15:01:45 2015 +0200 | | | | | | Use git describe for version | | | | | | M configure.ac | | | | | * commit d256b6c67a2dd39b92b27d9a1f40dbef39b7b38a | | | Author: Martin Sjölund | | | Date: Mon May 4 14:57:28 2015 +0200 | | | | | | Fix lis compilation from clean | | | | | | M 3rdParty | | | M Makefile.in | | | | | * commit 193371b997a33822830715666eeb678dba16533a | | | Author: Martin Sjölund | | | Date: Mon May 4 14:49:54 2015 +0200 | | | | | | Add mkbuilddirs | | | | | | M Makefile.in | | | | | * commit 9689db132ef03a4da9e8819280b9b53a124a1cf8 | | | Author: Martin Sjölund | | | Date: Mon May 4 14:47:14 2015 +0200 | | | | | | Add mkbuilddirs | | | | | | M Makefile.common | | | | | * commit a9971900035fe7cdf03ac7ab0781d2e33d8e36a4 | | | Author: Martin Sjölund | | | Date: Mon May 4 14:45:03 2015 +0200 | | | | | | Fix make clean | | | | | | D Compiler/Template/VisualXMLTpl.mo | | | M Makefile.common | | | | | * commit f8fba98ebe9c7b5b616edb1d4068007dee0c00c5 | | | Author: Martin Sjölund | | | Date: Mon May 4 14:34:40 2015 +0200 | | | | | | Remove qtclients references | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 623a4772f70bd0d8aec8c86017b61f9e6660768e | | | Author: Martin Sjölund | | | Date: Mon May 4 13:26:55 2015 +0200 | | | | | | Compilation --without-UMFPACK is now working | | | | | | M 3rdParty | | | M Makefile.common | | | M Makefile.in | | | | | * commit ae1c52446117a1c65175ac4057060b2f012c192f | | | Author: Martin Sjölund | | | Date: Mon May 4 11:09:30 2015 +0200 | | | | | | Getting a little further, failing at metis now | | | | | | M 3rdParty | | | M Makefile.common | | | A SimulationRuntime/c/Makefile.objs | | | | | * commit 35e46050f296c95dcb6a52b56c116778e3b62055 | | | Author: Martin Sjölund | | | Date: Mon May 4 10:14:35 2015 +0200 | | | | | | Add Cminpack including OMC patches | | | | | | M 3rdParty | | | M Makefile.common | | | | | * commit d042ebb697e90cfa7f4c043ea928fed75fc84614 | | | Author: Martin Sjölund | | | Date: Mon May 4 09:35:47 2015 +0200 | | | | | | Add some of the 3rdParty modules | | | | | | M .gitmodules | | | M 3rdParty | | | M Makefile.common | | | M Makefile.in | | | A common | | | D config.guess | | | D config.sub | | | M configure.ac | | | D corba.m4 | | | D install-sh | | | D qmake.m4 | | | | | * commit 3e1de4b0581ffe7218a3dab41d4c326cac469f5c | | | Author: Martin Sjölund | | | Date: Mon May 4 08:25:23 2015 +0200 | | | | | | Add a submodule for 3rdParty sources | | | | | | A .gitmodules | | | A 3rdParty | | | | | * commit 778d3b394e7463c19769534759024d4218f2a388 | | | Author: rfranke | | | Date: Sun May 3 19:46:17 2015 +0000 | | | | | | support for loops over Real ranges | | | | | | See Modelica.Electrical.Digital.Examples.RAM (even if this is certainly a bad example for the feature). | | | Attempt to avoid rounding errors for cases like 1.1:0.1:2.5 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a3052d49daa576c725d1f813b7718f04ba2388fc | | | Author: sjoelund.se | | | Date: Sun May 3 16:01:43 2015 +0000 | | | | | | Also include antlr3config.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit f65334da74619103d27df10d3ff4495aef4716df | | | Author: Martin Sjölund | | | Date: Sun May 3 09:41:46 2015 +0000 | | | | | | Missing omc in the path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit d834a7ff665f5c0eb98ca2bf52a2095eb4e8cd53 | | | Author: Martin Sjölund | | | Date: Sun May 3 09:40:29 2015 +0000 | | | | | | antlr3 library changed name to omantlr3 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ParserExt.mo | | | | | * commit 74d8748a7c97aa5bfecbdc309dcd0690f5942c79 | | | Author: Martin Sjölund | | | Date: Sun May 3 09:24:31 2015 +0000 | | | | | | Add host_short to install correct antlr files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 5a2380c1af756ea2280bab6ce5b491866d201fc5 | | | Author: OpenModelica Hudson | | | Date: Sun May 3 09:02:13 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit da50f0232a54dee54e60fd929fa8708e72b80385 | | | Author: Martin Sjölund | | | Date: Sun May 3 08:31:35 2015 +0000 | | | | | | Install antlr3 includes. Fix OMNotebook linking | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | | | * commit 556609d75834e779f756c7f6d2c802adcb1e860e | | | Author: Martin Sjölund | | | Date: Sun May 3 07:58:04 2015 +0000 | | | | | | Rename libantlr3.a to libomantlr3.so | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | | | * commit dbefb5764e56a3ef3aa847f969dda902c3dd6108 | | | Author: Martin Sjölund | | | Date: Sun May 3 07:43:30 2015 +0000 | | | | | | Remove the old antlr jar-file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.ac | | | | | * commit a575fd97b8c9c2200c43c56fc9512d6f45fe07a8 | | | Author: Martin Sjölund | | | Date: Sun May 3 07:21:35 2015 +0000 | | | | | | Copy antlr-2.7.7 as well; it is needed for org.antlr.Tool | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.common | | | | | * commit c8fd4cb1d4ffcbd51b78d730cc928c04024ce2ad | | | Author: Martin Sjölund | | | Date: Sun May 3 07:05:45 2015 +0000 | | | | | | Update java_interface to use the antlr-3.2 jar | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.common | | | | | * commit 2d328d6d1f3f6e0d8856b5b3bf7828851c31383f | | | Author: Ruediger Franke | | | Date: Sat May 2 21:04:44 2015 +0000 | | | | | | attempt to fix pre variables in algebraic loops | | | | | | See e.g.: | | | - Modelica.Fluid.Examples.PumpingSystem | | | - Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d1043b9f30f515ca3b9671280934253cf72b329e | | | Author: Ruediger Franke | | | Date: Sat May 2 19:44:21 2015 +0000 | | | | | | implement pre values of arrays | | | | | | see Modelica.Blocks.Examples.Interaction1 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit 62bbc24dd8d7d0e1c8697c408972ad95fa48ea13 | | | Author: Vitalij Ruge | | | Date: Sat May 2 19:27:07 2015 +0000 | | | | | | markStateEquationsWork: rewrite with while loop | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 344c23e5e1968369ad016a9279f1e0d7967826d0 | | | Author: Martin Sjölund | | | Date: Sat May 2 14:04:13 2015 +0000 | | | | | | Link lapack | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | | | * commit 6f2dde4dc2f7c4be9d07b00cbf59071e4e5ca53b | | | Author: Martin Sjölund | | | Date: Sat May 2 13:48:01 2015 +0000 | | | | | | Fix compilation of libcsv in C++ mode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/libcsv.c | | | | | * commit 0ddc8a1c2c59f5447c4d9468b9e242acb128cded | | | Author: Martin Sjölund | | | Date: Sat May 2 13:42:25 2015 +0000 | | | | | | Copy more results file reading functions with the includes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit e80bc51ff10c7274ba14029c06278ffab8c186b9 | | | Author: Vitalij Ruge | | | Date: Sat May 2 13:20:15 2015 +0000 | | | | | | small improvement | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit b760c6a985c04daac21ce7e2a63435f96582128d | | | Author: Martin Sjölund | | | Date: Sat May 2 12:54:07 2015 +0000 | | | | | | Lock OMNotebook/OMPlot/OMShell for edits since they are being moved to the git repositories | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.ac | | | | | * commit c5cc09382992520c85eb1e305c2fba8a5cd17a50 | | | Author: Ruediger Franke | | | Date: Sat May 2 11:10:49 2015 +0000 | | | | | | prevent clang++ warning "lookup of 'set' in member access expression is ambiguous; using member of 'mapped_type'" | | | | | | (also remove explicit ASCII code from previous commit) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 244eeeb82894247e3a3eca2c34e80e0637a93d3a | | | Author: Ruediger Franke | | | Date: Sat May 2 10:57:37 2015 +0000 | | | | | | bug fix to previous commit r25871 | | | | | | (check the start of expStr against the ASCII code for "(", lacking knowledge about a nicer formulation) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit aa43b695f7fa7e396eb9f3e080728b1c390f9b9c | | | Author: Ruediger Franke | | | Date: Sat May 2 10:18:13 2015 +0000 | | | | | | remove double parenthesis from if statements to avoid clang++ warning "equality comparison with extraneous parentheses" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c92ce0327b1a2c301ad4330fd1ba6c39357336d0 | | | Author: Ruediger Franke | | | Date: Fri May 1 22:43:04 2015 +0000 | | | | | | attempt to fix access to seed variables from algebraic loops in Jacobian evaluation | | | | | | see generation of DrumBoiler FMU 2.0 basing on Modelica.Fluid.DrumBoiler.DrumBoiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 22f067e17135b1c1384ebbe2f7ff6960ea050663 | | | Author: Ruediger Franke | | | Date: Fri May 1 20:57:22 2015 +0000 | | | | | | fix newlines between Algloop includes of Jacobian files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f14a53ff650dd498472f96f5ebd5abf341229909 | | | Author: Ruediger Franke | | | Date: Fri May 1 20:03:48 2015 +0000 | | | | | | fix code generation for createArray from functions | | | | | | See e.g. Modelica.Media.Examples.R134a.R134a1 -- the treatment of constant array data may make you cringe though. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4cfa5ba3b4792e8334f06905a1b4e546b606091a | | | Author: Ruediger Franke | | | Date: Fri May 1 14:31:24 2015 +0000 | | | | | | skip initialization of aliases if they are just references now | | | | | | See e.g. Modelica.Blocks.Examples.ShowLogicalSources, where the alias const.y overrides the parameter const.p with a wrong value otherwise. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit edbccc71a28a83ddb3c87a98f2c79f65ec172f79 | | | Author: Ruediger Franke | | | Date: Fri May 1 13:57:22 2015 +0000 | | | | | | separate ArraySliceConst from ArraySlice to enable slices of const arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit ce9e27e09bf567207d4f4ceda0a4f4e44ff63318 | | | Author: Martin Sjölund | | | Date: Fri May 1 10:34:55 2015 +0000 | | | | | | OSX fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 087afe0bac49cced2f06eb7f75176ede41bcc0b0 | | | Author: Ruediger Franke | | | Date: Fri May 1 10:01:23 2015 +0000 | | | | | | don't use references for external objects (fixes r25804) | | | | | | see compilation error for MSL examples that use a table | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d2ab89bd32e35bbb3e0f70182c92261cce002733 | | | Author: Ruediger Franke | | | Date: Fri May 1 09:39:50 2015 +0000 | | | | | | fix FMU makefile after r25821 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 202be2956c94218e18658b1292a6b2d563234059 | | | Author: Ruediger Franke | | | Date: Fri May 1 08:21:39 2015 +0000 | | | | | | remove second accessElement method from ArraySlice | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 683c60c852c4b08e38414758759bf1bbf6d88a8d | | | Author: Ruediger Franke | | | Date: Fri May 1 06:14:54 2015 +0000 | | | | | | add const qualifiers to array operations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit b3594d5cad121b0a3e0cbe7b038766f973a06125 | | | Author: Martin Sjölund | | | Date: Thu Apr 30 19:53:59 2015 +0000 | | | | | | Fix modelica3d paths | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit c5df3e60de1ef8c6e7dfa43a65d325e4d2ae5b33 | | | Author: Martin Sjölund | | | Date: Thu Apr 30 14:22:14 2015 +0000 | | | | | | Move qmake detection to separate m4-file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.ac | | | A qmake.m4 | | | | | * commit 35e60a4e09e496bd40b14562f2ce8c0d8797624c | | | Author: OpenModelica Hudson | | | Date: Thu Apr 30 14:09:19 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b85bc79840bc01ef94c94303e5c933b0900a98f5 | | | Author: Volker Waurich | | | Date: Thu Apr 30 14:04:02 2015 +0000 | | | | | | - added template functions for DAE.SUM and SimCode.SES_FOR_LOOP | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 799136a9d7317299d0065abc3734df94568231ff | | | Author: Martin Sjölund | | | Date: Thu Apr 30 13:09:00 2015 +0000 | | | | | | Install cppruntime libraries in the correct directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | R094 SimulationRuntime/cpp/Makefile SimulationRuntime/cpp/Makefile.in | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | M configure.ac | | | | | * commit 998faebc6159da7dbb9d0893a96870705c016d77 | | | Author: Martin Sjölund | | | Date: Thu Apr 30 12:30:16 2015 +0000 | | | | | | Fix a broken install path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit e07a8fde68bb972db8fbe6e9dca488b674b7ad18 | | | Author: Martin Sjölund | | | Date: Thu Apr 30 11:58:13 2015 +0000 | | | | | | Update bootstrapping tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 9a9e8b9738fcef30b79d7d6b662be5eef4da9468 | | | Author: Martin Sjölund | | | Date: Thu Apr 30 11:51:29 2015 +0000 | | | | | | See if bootstrapping is fixed without a new tarball (skip checking for ModelicaExternalC when bootstrapping) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/CompileFile.mos | | | M Compiler/boot/Makefile.common | | | | | * commit e553b2d8101627ad2d4b27ba3aac5bbc659b9767 | | | Author: Volker Waurich | | | Date: Thu Apr 30 11:27:45 2015 +0000 | | | | | | - removed some debug prints for vectorization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 178cbda6c7e4507f755825955dd95193187885dc | | | Author: Martin Sjölund | | | Date: Thu Apr 30 10:57:04 2015 +0000 | | | | | | Fix linker paths | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.in | | | | | * commit af9a702f11fe5fc0be1c90ad6c53783e754a8aae | | | Author: OpenModelica Hudson | | | Date: Thu Apr 30 10:56:06 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | * commit 8d6ce3a4bf2f8cf716c32b2c55fd8c67ceeec089 | | | Author: Volker Waurich | | | Date: Thu Apr 30 10:52:39 2015 +0000 | | | | | | - some more fixes for Vectorization.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Vectorization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 9510ad4ef3d70e90aab545fa6a20dd430537b45c | | | Author: Martin Sjölund | | | Date: Thu Apr 30 10:46:15 2015 +0000 | | | | | | Fix mkbuilddirs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 7fdfaed4e10cbb79bc8a36c666a1040038ffff77 | | | Author: Martin Sjölund | | | Date: Thu Apr 30 10:40:33 2015 +0000 | | | | | | Multiarch patch: install libraries to OMHOME/lib//omc | | | - This will allow users to install multiple versions of the simulation libraries at the same time | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/omc_config.h | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | M Makefile.in | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | M SimulationRuntime/c/Makefile.in | | | M configure.ac | | | | | * commit f521cf9bee1d19b93dc1a960dd7d1c90ff729ece | | | Author: OpenModelica Hudson | | | Date: Thu Apr 30 08:42:37 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit df6001a29231ca21c8ea85280e74e1cbc0e4a6cc | | | Author: Marcus Walther | | | Date: Thu Apr 30 08:40:56 2015 +0000 | | | | | | - removed for-loop in in RefArray-constructor (sorry, I was not able to remove the cast in RefArray2RefArray) | | | - added missing variables to array-allocation, hopefully this will fix all "Wrong variable index"-exceptions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 28e0e8820ddd86fa13c6672dcfce76340e2933a5 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 30 07:50:00 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Vectorization.mo | | | | | * commit 0595c66d92baf55af15a4aaa4502a5cb8fa0f024 | | | Author: Volker Waurich | | | Date: Thu Apr 30 07:08:15 2015 +0000 | | | | | | - some fixes for alias handling when unrolling variable arrays (for vectorization) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Vectorization.mo | | | | | * commit 1dd25caaba79609d52688a45672272f8c3fc10d4 | | | Author: Ruediger Franke | | | Date: Thu Apr 30 05:19:20 2015 +0000 | | | | | | add support for read access to data of RefArray and make arg of sum_array const | | | | | | see Modelica.Fluid.Examples.TraceSubstances.RoomCO2 after r25804 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit c1078250010390548744c37d1c71ff3f396c36cc | | | Author: Adrian Pop | | | Date: Wed Apr 29 23:35:47 2015 +0000 | | | | | | - handle Clang also | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit 762167cf9ce90891b48e1b12c33f76ff544856da | | | Author: Adrian Pop | | | Date: Wed Apr 29 23:29:02 2015 +0000 | | | | | | - fix Windows build | | | - fix nightly-build (get OMPython from github) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/unitparser.cpp | | | M Makefile.common | | | | | * commit 50157ff734e6a8484fec2dac62e4183147bf0e1c | | | Author: Martin Sjölund | | | Date: Wed Apr 29 21:31:50 2015 +0000 | | | | | | Try to fix fmil dependency in Compiler/runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit cd70933c19fafdae019406c3642c90377412a766 | | | Author: Martin Sjölund | | | Date: Wed Apr 29 21:20:47 2015 +0000 | | | | | | Some cross-compilation fixes. | | | - Adding switches to disable compiling parts for a bootstrapped compiler. | | | - New switches mainly used to cross-compile a minimal omc on the build platform that can be used to compile omc for the host platform. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/lapackimpl.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/unitparser.cpp | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M configure.ac | | | | | * commit 876ee3e85fbf78b6eba93b7f1e5f18289851cc27 | | | Author: Martin Sjölund | | | Date: Wed Apr 29 15:13:26 2015 +0000 | | | | | | Update makefiles for better cross-compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | M configure.ac | | | | | * commit 1714881712ce5afab3852ff4b0e6d414f71e9c91 | | | Author: Niklas Worschech | | | Date: Wed Apr 29 11:55:35 2015 +0000 | | | | | | added cpp runtime config for gcc and msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | R100 SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in | | | A SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_msvc.inc.in | | | | | * commit 8ec90b9493a921d164eaa477a6c5126b511bfd74 | | | Author: Per Östlund | | | Date: Wed Apr 29 11:33:17 2015 +0000 | | | | | | - Fix flag typo. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit dc27e82a37b7715273d0f4bc5e58286695933b45 | | | Author: Volker Waurich | | | Date: Wed Apr 29 11:31:48 2015 +0000 | | | | | | - remove more whitespaces | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit d61f4028810404b3568cabb9540c7165052e6ad2 | | | Author: Niklas Worschech | | | Date: Wed Apr 29 10:55:14 2015 +0000 | | | | | | re added missing boost ublas vector | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 55d87750368679970bdf36cbd67e65a5aa7ec00c | | | Author: Marcus Walther | | | Date: Wed Apr 29 10:37:55 2015 +0000 | | | | | | - support for non constant array-indices added to variable - memory - mapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit dbedd116074b6e8c500cbd10f6c6c88fb5ea0cfc | | | Author: Volker Waurich | | | Date: Wed Apr 29 10:05:04 2015 +0000 | | | | | | - remove whitespace in array subscripts | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 473a03538bb6dbb67eccece8a1c7a2ec655aff2d | | | Author: Martin Sjölund | | | Date: Wed Apr 29 09:44:10 2015 +0000 | | | | | | Fix installation target (* copies all directories) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1821f5bbe4bdefbdb7b4448fd3b412bdda743151 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 29 09:18:53 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 795603189c75b104414635db83f08b747889eb96 | | | Author: Marcus Walther | | | Date: Wed Apr 29 08:58:52 2015 +0000 | | | | | | - added handling for special case, that variables have a subscript at the end but are not part of an array | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit af0384daa096ca23344163a31a80abc7d99fd989 | | | Author: Martin Sjölund | | | Date: Wed Apr 29 08:58:15 2015 +0000 | | | | | | Fix installation of idl file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 8b738d608ec51b67f3b0f74dee4bfe3d605b1de1 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 29 08:36:13 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 2f771a17a575cbe0ab153fe335e53c4fb5348961 | | | Author: Marcus Walther | | | Date: Wed Apr 29 08:20:53 2015 +0000 | | | | | | - added optimization variables to mapping | | | - added some scripts to execute all simulations in the msl with special flags | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 1a2bb5786766819184441a37c6f07d554dd7798d | | | Author: Marcus Walther | | | Date: Wed Apr 29 08:01:18 2015 +0000 | | | | | | - added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays | | | - a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers | | | - HpcOm memory optimization disabled | | | - initAliasArray-interface extended in SimVars-Class | | | - some typo fixes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Graph.mo | | | A Compiler/Util/HashTableCrIListArray.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/MakeDepends.mos | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit 516588475ac0dfc3100a40b69671efc8654666c2 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 29 07:53:18 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit ad1232f04e1becbff7f6d7c19cc936583f4f0afe | | | Author: Volker Waurich | | | Date: Wed Apr 29 07:44:12 2015 +0000 | | | | | | - removed some additional prints to fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 6c0221c1acf87a1d191c7603c2d3a25d2850781c | | | Author: Volker Waurich | | | Date: Wed Apr 29 07:23:16 2015 +0000 | | | | | | - added SimCode.SES_FOR_LOOP and DAE.SUM expression to express loop-equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/Vectorization.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 9ad1051d43b2acfd18306f6931e7a836a6635516 | | | Author: Niklas Worschech | | | Date: Wed Apr 29 07:10:39 2015 +0000 | | | | | | removed boost ublas includes for mac os because of build errors | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit c135e9939a113c621ec57e55528ad06b96d449ba | | | Author: Ruediger Franke | | | Date: Wed Apr 29 04:58:18 2015 +0000 | | | | | | exploit new getDataCopy in assign to DynArray | | | | | | See many Modelica.MultiBody examples that throw an exception after r25788. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit cf8c34845508b9423b2661bc18faee6ef27ae868 | | | Author: Martin Sjölund | | | Date: Tue Apr 28 19:44:12 2015 +0000 | | | | | | #2619 Move OMPython to https://github.com/OpenModelica/OMPython | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M configure.ac | | | | | * commit cd5fbe6aac574fdc60e9ca9b934c1b1abeaae391 | | | Author: Ruediger Franke | | | Date: Tue Apr 28 18:52:21 2015 +0000 | | | | | | remove irrelevant cases from algStmtAssignArr to fix assignment to array slices | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 46295b52afcb1de4f59c9a7a3b76ba2c900fe073 | | | Author: Ruediger Franke | | | Date: Tue Apr 28 17:31:34 2015 +0000 | | | | | | add more missing throw | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 453d33f344740c767e933a52d4e687b5d4f41e12 | | | Author: Per Östlund | | | Date: Tue Apr 28 15:03:33 2015 +0000 | | | | | | - Propagate the actual attributes to match aliases, to allow assigning to them | | | if they are non-inputs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit d8892d1f84440caf51aa202ce56b651990fb7966 | | | Author: Niklas Worschech | | | Date: Tue Apr 28 13:06:01 2015 +0000 | | | | | | fix in Array getData, added missing throw | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 1e37a76cd02b52f4ac37ef2c88a3b810f0aa1458 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 28 12:13:47 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | | | * commit 2db19012fef6f5ae02eb374cf6a3eb5b86575a8d | | | Author: Niklas Worschech | | | Date: Tue Apr 28 11:53:13 2015 +0000 | | | | | | fix for precompiled header of cpp runtime msvc build | | | added use of precompiled header for cpp runtime libraries | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit e4d15d5d8c9d9cc0319e5ba77ad18b595a0e4a80 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 28 10:45:49 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 2da1e338ff573d342467c3e1a316263cac58ee83 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Apr 28 10:37:18 2015 +0000 | | | | | | - included Jacobian in TearingSet because it differs for different sets | | | - adapt some modules to new tearing structure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit fb2ca722abdc172877fa9e62c5ba48e1c6dc1db5 | | | Author: Lennart Ochel | | | Date: Tue Apr 28 07:46:18 2015 +0000 | | | | | | - Use common variable names (ass1, ass2) to store matching information | | | - Add comments to make clear what is actually stored in ass1 and ass2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 46c3015311c98556d307b0623eb0638b384b4227 | | | Author: Lennart Ochel | | | Date: Tue Apr 28 06:51:06 2015 +0000 | | | | | | - use new syntax to access arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 3631bcffa7531db72338ea6a535f2d469cbee4d6 | | | Author: Lennart Ochel | | | Date: Tue Apr 28 06:41:17 2015 +0000 | | | | | | - Restore r25682 and r25683 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/Sorting.mo | | | | | * commit 7eab2fc8797dca2709975a48955e8fe9e1a295e0 | | | Author: Ruediger Franke | | | Date: Mon Apr 27 20:42:33 2015 +0000 | | | | | | remove unused outputAllocate from external function code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e20ab9588b791d8d86704cbea39e82e66a4fa224 | | | Author: Ruediger Franke | | | Date: Mon Apr 27 20:35:14 2015 +0000 | | | | | | make Cpp code generation work for Modelica.Math.Matrices.leastSquares | | | | | | - initialize local array variables of functions with dimensions if default value is missing | | | - implement size(array) | | | - fix type detection for max/sum/min(array) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7865309c3614797e9f0898a7c6593b8951187112 | | | Author: Henning Kiel | | | Date: Mon Apr 27 19:34:33 2015 +0000 | | | | | | - ignore some more generated files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit cc81be1ea82b14b417e5aa469ecdb51176e01a27 | | | Author: Martin Sjölund | | | Date: Mon Apr 27 16:21:32 2015 +0000 | | | | | | Rename configure.in to configure.ac | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | R100 configure.in configure.ac | | | | | * commit 45fcbb3aa69054a718a34882866a9a6731cc164a | | | Author: Martin Sjölund | | | Date: Mon Apr 27 14:56:53 2015 +0000 | | | | | | Fix builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 6a3fcd4e08916da1fb1e6cc14d04985410a787c8 | | | Author: Martin Sjölund | | | Date: Mon Apr 27 14:40:17 2015 +0000 | | | | | | Try to fix builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M configure.in | | | M corba.m4 | | | | | * commit e240093a904251c203b1a4d138a07a605207a2dd | | | Author: Per Östlund | | | Date: Mon Apr 27 14:24:27 2015 +0000 | | | | | | - Don't simplify MetaModelica array ASUBs in ExpressionSimplify, | | | it doesn't know which side an expression is on. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 16cfe1989f8c12f6ef6a5ded77036a84a87d24e7 | | | Author: Martin Sjölund | | | Date: Mon Apr 27 13:51:09 2015 +0000 | | | | | | Some fixes for splitting the OM repository | | | - Save idl-file in share/omc | | | - Save qwt includes in include/omc/qwt | | | - Use a corba.m4 so it is easier to update common autoconf parts between repositories (possibly making this part of a small common repository) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | A corba.m4 | | | | | * commit c33cb3a3a3bef306d7122d93d754467160566750 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 27 12:46:15 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/Vectorization.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 32f9749de49725bbec5ed120ed4b47d753dd684d | | | Author: Volker Waurich | | | Date: Mon Apr 27 12:30:42 2015 +0000 | | | | | | - add Vectorization.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/Vectorization.mo | | | | | * commit 4e0bde5a264bbae0f2cfaec31a490b2bd3873b8f | | | Author: Volker Waurich | | | Date: Mon Apr 27 12:23:37 2015 +0000 | | | | | | - added first implementation for handling for-loops and variable arrays | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 337e2badcdefdbedf60b92a675809ccd36998a10 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 27 11:22:29 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 3dab9b1fb4e172d87803e4872f00019523b1693a | | | Author: Niklas Worschech | | | Date: Mon Apr 27 11:20:55 2015 +0000 | | | | | | moved linear solver selection to initialization method | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 90e88f08bbd9629cf1e680632eb3c16e3cce22a4 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 27 06:56:01 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | * commit bae454fef1d652ce828c394430e45c645ea6c46c | | | Author: Ruediger Kampfmann | | | Date: Mon Apr 27 06:54:59 2015 +0000 | | | | | | -moved FactoryExport.h to include directory | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | D SimulationRuntime/cpp/Core/System/FactoryExport.h | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | * commit 26a4f091dfb831069ff76933bfaee3ceb49b0cb8 | | | Author: Ruediger Kampfmann | | | Date: Mon Apr 27 06:54:14 2015 +0000 | | | | | | -moved FactoryExport.h to header | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Include/Core/System/FactoryExport.h | | | | | * commit 831361ef8fe29eeb3cd66b0c016262564fb2edd1 | | | Author: Ruediger Franke | | | Date: Sun Apr 26 18:40:21 2015 +0000 | | | | | | avoid underflow of unsigned size_t and access to NULL if there are no real variables | | | | | | This follows up r25740 (see Modelica.Utilities.Examples.readRealParameterModel). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | * commit 6ddc3165ddd8a4c20a0843d3065cb9b6c5444217 | | | Author: Ruediger Franke | | | Date: Sat Apr 25 21:25:35 2015 +0000 | | | | | | revert changes of previous commit on CVode.cpp and introduce an internal dummy state instead | | | | | | This way the event processing runs as before for models without states. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit c5ef2559c9d327220fd5b2288ddf7567c7cf71ae | | | Author: Ruediger Franke | | | Date: Sat Apr 25 17:38:40 2015 +0000 | | | | | | remove dummy state from Cpp runtime as well (#3057) | | | | | | This was a TODO from r23937, which only fixed the C runtime. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit e6017b43f7459978a2cf2e999298e5f56b270e0e | | | Author: Ruediger Franke | | | Date: Sat Apr 25 08:06:03 2015 +0000 | | | | | | fix Cpp code generation for complex types | | | | | | See e.g. Modelica.Media.Examples.MixtureGases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c3ab2b81cc2462e66b27e8f0184207d1bf9408c4 | | | Author: Ruediger Franke | | | Date: Sat Apr 25 05:35:13 2015 +0000 | | | | | | replace memcpy with std::copy to make arrays work with complex types (fixes r25735) | | | | | | See many Modelica.Fluid models that failed with string arrays used by Media: | | | https://test.openmodelica.org/libraries/history/MSL_3.2.1_cpp-2015-04-25.html | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 0a7073df9377318d30c709e16152388689e8b07e | | | Author: OpenModelica Hudson | | | Date: Fri Apr 24 17:13:15 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit d8ec3c18a0093e334759fc12ce86b4b6672ac6a6 | | | Author: Ruediger Franke | | | Date: Fri Apr 24 17:04:45 2015 +0000 | | | | | | replace specialized string arrays with a converter for external "C" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 2d119c70f8080a7ddd893b49cdcd20c2d3ed971e | | | Author: Lennart Ochel | | | Date: Fri Apr 24 08:13:06 2015 +0000 | | | | | | - Use "listEmpty(...)" instead of "listLength(...) > 0" or similar expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 2736819c38e51a82389eadec4287d5eed65ab4a1 | | | Author: Ruediger Franke | | | Date: Fri Apr 24 06:30:47 2015 +0000 | | | | | | remove const qualifiers from data constructors of RefArrays (fixes r25725) | | | | | | This is because the RefArrays store pointer and may modify the data. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit c26c9da3ab8b6a47201245ecae58549f901c2ba4 | | | Author: Ruediger Franke | | | Date: Fri Apr 24 04:27:28 2015 +0000 | | | | | | add some more array constructors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit e2e732694f11589ae1a53221f2107f832833ba73 | | | Author: Ruediger Franke | | | Date: Fri Apr 24 04:03:20 2015 +0000 | | | | | | add const qualifiers to data arguments of array constructors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit f23c302e6f18cd4699da7d02779d063996357338 | | | Author: Ruediger Franke | | | Date: Fri Apr 24 03:56:11 2015 +0000 | | | | | | fix StatArrayDim3 | | | | | | see e.g. Modelica.Electrical.Digital.Examples.BUF3S | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit f628fa0cda607386180fc65beb12e47bdeae980f | | | Author: Vitalij Ruge | | | Date: Thu Apr 23 22:37:56 2015 +0000 | | | | | | simplify adjacency row for tearing | | | - important for symEuler | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit d17bcea52469155c32d14d119792b83c012a683f | | | Author: OpenModelica Hudson | | | Date: Thu Apr 23 21:48:28 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit 5147a694bbad8cccb3ea1227bdb2b4f982e250bb | | | Author: Vitalij Ruge | | | Date: Thu Apr 23 21:46:55 2015 +0000 | | | | | | added symbolic implicit euler. Improvements will come!! | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit 681f96c3e9a51976c9686c373d10d8790f4aa87c | | | Author: Ruediger Franke | | | Date: Thu Apr 23 20:11:21 2015 +0000 | | | | | | implement POW_ARRAY_SCALAR in Cpp runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 7bf88477615bf0c3ec764b3b9e8986e965328cbd | | | Author: Henning Kiel | | | Date: Thu Apr 23 12:36:48 2015 +0000 | | | | | | eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead()) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/List.mo | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | * commit 045668adaeae3134fe64d9c2d4708fad551dfdaa | | | Author: Niklas Worschech | | | Date: Thu Apr 23 11:26:55 2015 +0000 | | | | | | fix for linker error in StatArray.resize | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit db58904418396c1af987c134bcc3ff0f2aa7bba3 | | | Author: Niklas Worschech | | | Date: Thu Apr 23 09:47:43 2015 +0000 | | | | | | fix for r25703 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 044184b84f60802bfd2297061783e10f231ff58e | | | Author: OpenModelica Hudson | | | Date: Thu Apr 23 09:04:06 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit a114ce44553acce952df8998bf8121489318fd70 | | | Author: Niklas Worschech | | | Date: Thu Apr 23 09:02:33 2015 +0000 | | | | | | added special assignment operator one,two and three dim StateArray which call assignment operator from base array | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit bd6eb589fd7bf366f3e18327ca2d4db35b39eb5f | | | Author: Ruediger Franke | | | Date: Thu Apr 23 06:36:07 2015 +0000 | | | | | | fix negation of aliases for boolean variables | | | | | | See e.g. Modelica.Blocks.Examples.BooleanNetwork1 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 53ce52a124b6f0fc803a78ce9ec23ee3d4ca52d9 | | | Author: Adeel Asghar | | | Date: Thu Apr 23 01:23:12 2015 +0000 | | | | | | - Fix builds. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 679fd4d091834cc91a8b85701d84be5f5c4f972a | | | Author: Adeel Asghar | | | Date: Wed Apr 22 23:17:48 2015 +0000 | | | | | | - Fix build, | | | - Don't use Qt threads with OpenModelicaCompiler shared library. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 7181721821e6defddc357f4f919ba47f48270376 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 22 22:37:40 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit e4baa369c3d8f7741c6f6b1bac91b54d2f6b78de | | | Author: Adeel Asghar | | | Date: Wed Apr 22 22:36:06 2015 +0000 | | | | | | - Removed the plotSilent flag. | | | - Added argument forceOMPlot to plot APIs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit 753a764bec8e8177b38564a974bcdb00b6eb97cc | | | Author: Ruediger Franke | | | Date: Wed Apr 22 18:34:48 2015 +0000 | | | | | | remove reindex(1) from DynArrays to get the same zero based indexing as in other arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 4e83a6303e387a6daccf415aaeda5b8e72503359 | | | Author: Ruediger Franke | | | Date: Wed Apr 22 18:32:48 2015 +0000 | | | | | | move iterator from DynArray to DynArrayDim1, where it was before | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 3ae39f71eb3663b5654632d5e81f2361f276211c | | | Author: Ruediger Franke | | | Date: Wed Apr 22 18:04:04 2015 +0000 | | | | | | introduce base classes StatArray and DynArray to avoid repeated code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 73fa6370f62c9aaa4c4d1a1e24fa87a6918e35e7 | | | Author: Adeel Asghar | | | Date: Wed Apr 22 15:40:42 2015 +0000 | | | | | | #1768 | | | - Set a call back function for plot commands. | | | - Updated OMNotebook to use the OpenModelicaCompiler shared library. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | M SimulationRuntime/c/openmodelica_types.h | | | | | * commit 8a9f3b41b453945665de98654d5027dd6ea545b2 | | | Author: Lennart Ochel | | | Date: Wed Apr 22 15:18:55 2015 +0000 | | | | | | - Removed List.isEmpty | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/List.mo | | | | | * commit aa7cd40ce42d0096bb70e3b06f1caffdf9a0ec9f | | | Author: Volker Waurich | | | Date: Wed Apr 22 15:03:52 2015 +0000 | | | | | | - uncomment separation of parameter dependent and variable dependent asserts, have to fix dae-task-graph generation first | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 31ea9af71d9eda3cb1434327cd14b890f960da92 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 22 14:14:31 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit c0ea844a8b7ed96787aadab8c9c8848a722a9fb7 | | | Author: Lennart Ochel | | | Date: Wed Apr 22 14:12:42 2015 +0000 | | | | | | - Reverted r25682 and r25683 until the bootstrapping tarball is updated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/Sorting.mo | | | | | * commit d62f8e8bfee32083abc8809a07dc2ffe059e0350 | | | Author: Volker Waurich | | | Date: Wed Apr 22 14:06:29 2015 +0000 | | | | | | - put parameter dependent asserts in the paramEquation section and not in all-equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 2d01a1a8a89f5effd702b757e1262c08c7ae4e13 | | | Author: Lennart Ochel | | | Date: Wed Apr 22 13:59:15 2015 +0000 | | | | | | - Removed workaround for #3281 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 6cdd11dd449ef9c008146ed35416ea663e468d56 | | | Author: Lennart Ochel | | | Date: Wed Apr 22 13:57:09 2015 +0000 | | | | | | - use new syntax to access arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/Sorting.mo | | | | | * commit 1902e06c360d5883a8a05157c103c8f6c1edb5e3 | | | Author: Ruediger Franke | | | Date: Wed Apr 22 13:54:45 2015 +0000 | | | | | | remove reference array code from static arrays | | | | | | the code has been separated out in r25671 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 038cffed53439b82b78b3ebc1e00a85ed79da71d | | | Author: Patrick Marcel Taeuber | | | Date: Wed Apr 22 13:53:27 2015 +0000 | | | | | | - Generate a second tearing set for simulation DAEs with weaker constraints in solvability (not passed along to the runtime yet) | | | - Renamed some functions in Tearing.mo | | | - Use list instead of list> for the order of the inner equations in tearing sets | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Config.mo | | | | | * commit b35172a8ab2e4fa39cbb5fc587e2cca1d0879f2c | | | Author: Per Östlund | | | Date: Wed Apr 22 13:31:19 2015 +0000 | | | | | | Fix for #3281: | | | - Fixed handling of subscripted MetaModelica array crefs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b0bedfc972cfb6a0a22dc5bc4e80031c56e2ef19 | | | Author: Lennart Ochel | | | Date: Wed Apr 22 09:42:16 2015 +0000 | | | | | | - avoid unnecessary wrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 4d1f61e3fc20df0504aa1aea33a5418bb1947247 | | | Author: Lennart Ochel | | | Date: Wed Apr 22 08:07:30 2015 +0000 | | | | | | - Fixed sorting of boolean parameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Sorting.mo | | | | | * commit 2729e7deb22fd7d2f8e3a9c64487a8098d494d8e | | | Author: Adrian Pop | | | Date: Wed Apr 22 06:05:40 2015 +0000 | | | | | | Fix: #3288 | | | - properly convert between modelica_string to fmiString | | | - some warning fixes in SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit 28657dfddc619fad4b0b2cb06c06ae02b7c5a301 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 22 05:39:21 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 5d4fa21ee8f7bdcc4b7e097e66f143b775c221e3 | | | Author: Ruediger Franke | | | Date: Wed Apr 22 05:36:55 2015 +0000 | | | | | | implement specific classes for reference arrays accessing simvars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 854821e85d95832c3e5b3456880953ccee7f57ae | | | Author: Ruediger Franke | | | Date: Tue Apr 21 20:26:38 2015 +0000 | | | | | | more universal version of previous commit | | | | | | replace special assign methods with a general BaseArray::getDataReferences | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 84b3de38df2a14d271d830c044d027dec6710e2d | | | Author: Ruediger Franke | | | Date: Tue Apr 21 19:01:08 2015 +0000 | | | | | | implement assign from ref arrays | | | | | | this is needed for the examples Modelica.Electrical.Digital.Registers.DFFREG* | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit ec198e99ff1663a023301b25ac23d2bb56b7f3dd | | | Author: Lennart Ochel | | | Date: Tue Apr 21 12:26:23 2015 +0000 | | | | | | - Oops! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Sorting.mo | | | | | * commit 43f2f507669dcb954439000fbf5ceaf2108ef9cb | | | Author: Lennart Ochel | | | Date: Tue Apr 21 12:23:56 2015 +0000 | | | | | | - Some improvements to Tarjan's algorithm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/Sorting.mo | | | | | * commit 79fa406454b130ae1d9a8de2c5d4c27844123fcc | | | Author: OpenModelica Hudson | | | Date: Tue Apr 21 11:05:46 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 4c16895d8596011692fb5328b1b6e228c3434e66 | | | Author: Volker Waurich | | | Date: Tue Apr 21 10:57:28 2015 +0000 | | | | | | - dump alias vars in dumpSimCode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit bb207eed74af496ea9d95fd8e093835ce2cd5050 | | | Author: Lennart Ochel | | | Date: Tue Apr 21 10:50:56 2015 +0000 | | | | | | - Merged TarjanTransposed and TarjanTransposedPartial | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/Sorting.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit aee0b0eb15ef7bc24d8f03dcb6ea56d7e14e35cf | | | Author: Patrick Marcel Taeuber | | | Date: Tue Apr 21 10:50:16 2015 +0000 | | | | | | - remove inadvertent comments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit e6644252e45b6fbf7c80c40042dc71b85f5def08 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Apr 21 10:36:41 2015 +0000 | | | | | | Prepared Backend for the introduction of dynamic Tearing (tearing set can be changed during runtime) | | | In detail: | | | - introduced record BackendDAE.SOLVABILITY_SOLVABLE, which means the equation is analytically solvable for the variable, regardless of how the variable occurs in the equation | | | - function BackendDAEUtil.tryToSolveOrDerive (old: getFactorForX) can be activated by parameter in getAdjacencyMatrixEnhancedScalar | | | - introduced uniontype BackendDAE.TearingSet, restructured record TORNSYSTEM | | | - introduced ConfigFlag "dynamicTearing" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 4172d0007e4264e197a5565fc25346040f38cc00 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 21 10:31:55 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit dcb7ea9124a046ef26c114dbc30789dae2d6618b | | | Author: Lennart Ochel | | | Date: Tue Apr 21 10:23:25 2015 +0000 | | | | | | - Use new implementation of Tarjan's algorithm in omc tearing | | | - Removed old implementation of Tarjan's algorithm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/Sorting.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 651b1ba6d60ed2986c7699603f19d83b9ddbb7dd | | | Author: Lennart Ochel | | | Date: Tue Apr 21 09:03:28 2015 +0000 | | | | | | - Use new implementation of Tarjan's algorithm for blt sorting | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Sorting.mo | | | | | * commit bc0e5047d2d46ac95323c38380823514fd98b395 | | | Author: Niklas Worschech | | | Date: Tue Apr 21 08:01:40 2015 +0000 | | | | | | removed shared array from simvars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit c04e35cf06845cb208acd2faeb946496dc42b2bb | | | Author: Niklas Worschech | | | Date: Mon Apr 20 16:51:50 2015 +0000 | | | | | | fix for typo in SimVars initBoolVar | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | | | * commit 5156f823a576bfa1fdd040366dc065dbaf023503 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 20 15:49:27 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit fd6dd1edb934b9fa39161803713e42fb059de05a | | | Author: Niklas Worschech | | | Date: Mon Apr 20 15:46:53 2015 +0000 | | | | | | added method for the initialization of alias arrays in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit 44426d1681b7f56333afad7bcfbd9fcb34f97db9 | | | Author: Lennart Ochel | | | Date: Mon Apr 20 15:46:31 2015 +0000 | | | | | | - cleanup BackendDAETransform | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit a0a74f0bc761e6efaa2392af35e9778cb16ecabe | | | Author: Lennart Ochel | | | Date: Mon Apr 20 15:13:22 2015 +0000 | | | | | | - cleanup calculateJacobianRow2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 8a732ad4e32a0b21f3e22767c840c0f21fcd436a | | | Author: Lennart Ochel | | | Date: Mon Apr 20 14:48:36 2015 +0000 | | | | | | - Removed obsolete module strongComponents | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 846c4873ece35f7a4ea7b29af4f33ee30b415687 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 20 12:26:32 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 2dc3048dce1129b4bd92c91388ac7b1787913f68 | | | Author: Marcus Walther | | | Date: Mon Apr 20 12:18:44 2015 +0000 | | | | | | - removed debug output in HpcOmMemory | | | - some simple improvements in HpcOmMemory | | | - CodegenCpp.tpl: Number of real, int, bool and pre variables can now be passed as argument to simulationMainFile-template | | | - some more fixes for hpcom code generation -> memory optimization is still not working for arrays with the new variable structure | | | - sim var arrays are now aligned to default cache line size of 64 byte | | | - testsuite update for some hpcom tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit 5dbaa55236d253b1099729529b6f5b98eaef3152 | | | Author: Lennart Ochel | | | Date: Mon Apr 20 12:15:54 2015 +0000 | | | | | | - Use new implementation of Tarjan's algorithm for OnRelaxation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit 0e17b8f74536d080217c6b4b16df2045de4e9643 | | | Author: Lennart Ochel | | | Date: Mon Apr 20 12:02:07 2015 +0000 | | | | | | - Use new implementation of Tarjan's algorithm for uncertainties | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 599c412cc4c98d6eb268f85a0219d54a5732bc6e | | | Author: OpenModelica Hudson | | | Date: Mon Apr 20 11:35:34 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/VisualXMLTplTV.mo | | | M Compiler/Util/VisualXML.mo | | | | | * commit 19d996953bb9200462a2807b52d35e2e57125ab9 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 20 11:35:09 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/VisualXMLTpl.mo | | | | | * commit eff2d7ecf7c13f7107eae57b59ac9da139cb6a1c | | | Author: Volker Waurich | | | Date: Mon Apr 20 11:07:12 2015 +0000 | | | | | | - moved visualizationXML dump to extra files | | | - dump ast for complex expressions in visualization xml | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Template/Makefile.common | | | A Compiler/Template/VisualXMLTpl.mo | | | A Compiler/Template/VisualXMLTpl.tpl | | | A Compiler/Template/VisualXMLTplTV.mo | | | M Compiler/Util/GraphML.mo | | | A Compiler/Util/VisualXML.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit da1dbb5ca0d84e9671adef802dcc81a756ac1669 | | | Author: Lennart Ochel | | | Date: Mon Apr 20 09:52:46 2015 +0000 | | | | | | - Use new implementation of Tarjan's algorithm for evaluating parameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit c399b9fb73da7487062d5ea1a9bdb34865bebbec | | | Author: OpenModelica Hudson | | | Date: Mon Apr 20 09:31:34 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit face8330f4e443c188c88695926e802124403da6 | | | Author: Lennart Ochel | | | Date: Mon Apr 20 09:26:37 2015 +0000 | | | | | | - Use new implementation of Tarjan's algorithm for index reduction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Sorting.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Util/Util.mo | | | | | * commit 381f8b500ae8f42a3f9fce43fd41bd01c6398bdd | | | Author: Niklas Worschech | | | Date: Mon Apr 20 09:12:51 2015 +0000 | | | | | | added special StatArray constructor for alias arrays | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 3e154216a9003fe3d9745d9f93c9b17a6d328dad | | | Author: Lennart Ochel | | | Date: Mon Apr 20 08:57:46 2015 +0000 | | | | | | - Added new package "Sorting" to collect all the different sorting algorithms | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | A Compiler/BackEnd/Sorting.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit e39a232312990ddf48fd3bc28c3724130514df61 | | | Author: Ruediger Franke | | | Date: Mon Apr 20 08:23:19 2015 +0000 | | | | | | remove templates that became obsolete with last but one commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit cbfb3fa19e895ca130bc07a6c071408c682a8839 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 20 08:08:16 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f0c15aedf9f7f15a2291697cfbf7ff066fdd00d9 | | | Author: Ruediger Franke | | | Date: Mon Apr 20 08:04:35 2015 +0000 | | | | | | Support multi-dimensional arrays in the external "C" interface again (#3286) | | | | | | This change introduces incompatible changes to fix a bug that only showed up for bool arrays so far. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit d329ff27ad2c47afb31373d00f212ff36fccf8bd | | | Author: Michael Kloeppel | | | Date: Mon Apr 20 07:24:25 2015 +0000 | | | | | | add missing changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 287faafcaae875e5eba3d60617db8cda1224223a | | | Author: Michael Kloeppel | | | Date: Mon Apr 20 07:23:39 2015 +0000 | | | | | | exchange custom sparse matrix format in c++-runtime umfpack for boost::ublas sparse format | | | adapt test case | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit bdc18edf3d750fe455cffc34fbf1df0a7b081258 | | | Author: Ruediger Franke | | | Date: Sun Apr 19 19:22:27 2015 +0000 | | | | | | Reduce impact of new internal matrix layout | | | | | | - don't use assignRowMajorData in createArray_* methods because only single-dimensional data is assigned | | | - this enables to move assignRowMajorData back to the precompiled ArrayOperations.cpp (reverting r25614) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 69f49b8e79b4637fb9ec57ce930463fcc5c63e00 | | | Author: OpenModelica Hudson | | | Date: Sun Apr 19 18:48:18 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit d8d901e806f59683dc201bf95b8e09d6481025f4 | | | Author: Ruediger Franke | | | Date: Sun Apr 19 18:31:12 2015 +0000 | | | | | | move check of program options to precompiled OMCFactory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 8f85408fe2750a77e69ea897e7d55a2121594a06 | | | Author: Ruediger Franke | | | Date: Sun Apr 19 18:21:05 2015 +0000 | | | | | | optimize access to elements of DynArray's | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 12f2ec1901090c04acbedd7599834757602f838c | | | Author: Ruediger Franke | | | Date: Sun Apr 19 18:05:51 2015 +0000 | | | | | | bug fix for r25611 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 7965cf276eb4b3f2f497e3014f1444fefc329d12 | | | Author: Ruediger Franke | | | Date: Sun Apr 19 11:05:06 2015 +0000 | | | | | | Add missing pieces for changed internal storage layout (#3286) | | | | | | - adapt and fix append methods | | | - move assignRowMajorData to Array.h to make it available at compile time, e.g. for ComplexType | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 2c274efde4e2a891086fdcf5a7aee816e73fe5e6 | | | Author: Ruediger Franke | | | Date: Sat Apr 18 19:59:25 2015 +0000 | | | | | | Change internal storage layout of arrays in Cpp runtime to improve linear algebra (#3286) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 25474a7bc2313e619d31c5eba787de737126bb69 | | | Author: Ruediger Franke | | | Date: Sat Apr 18 07:54:03 2015 +0000 | | | | | | replace std::vector _tmp_data with boost::multi_array to make ArraySlice work for bool as well | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 15772169f6d3fa2be4272527425316d9e91b82cd | | | Author: Ruediger Franke | | | Date: Sat Apr 18 06:24:38 2015 +0000 | | | | | | store dimensions of array slice to reduce code size and speed up getDim | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 25860e39bd2a05d722037f3cb0ed64876b6eab6a | | | Author: Henning Kiel | | | Date: Fri Apr 17 12:58:36 2015 +0000 | | | | | | - fix some warnings | | | - spellfix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/ptolemyio.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.cpp | | | | | * commit e8fd706ef1e6fa9a63e3f31c24569ca6eb193c33 | | | Author: Lennart Ochel | | | Date: Fri Apr 17 10:07:52 2015 +0000 | | | | | | - fix indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 5604fc874cb810de09ba2cd839130ef62deb02ae | | | Author: Lennart Ochel | | | Date: Fri Apr 17 10:05:57 2015 +0000 | | | | | | - Added transposed version of Tarjan's algorithm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 8da9195c098b627e63cbb6e7cc516ba540f6094a | | | Author: Lennart Ochel | | | Date: Fri Apr 17 10:05:08 2015 +0000 | | | | | | - Simplified interface for function PerfectMatching | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 1ae29dcfeaf75f0ee10e2e9351356f92c3cc1633 | | | Author: Niklas Worschech | | | Date: Fri Apr 17 09:53:53 2015 +0000 | | | | | | fix in ArraySlice operator(), does not return a value | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 02c5931b2611a9840cbcaca8b989b2a13f68b4ee | | | Author: Adrian Pop | | | Date: Fri Apr 17 07:53:26 2015 +0000 | | | | | | Fix bug: #3243 | | | - set the useStream array as done in simulation_runtime.cpp, function setGlobalVerboseLevel | | | - maybe we should have a function that sets these things which could be called from FMI and not use variable useStream directly | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 5c52f069c73a3e377d3eb7e73a1835b23877964e | | | Author: OpenModelica Hudson | | | Date: Fri Apr 17 06:49:25 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit c6b8c970fc7067653b3658c9f49ca355b490aa86 | | | Author: Marcus Walther | | | Date: Fri Apr 17 06:40:15 2015 +0000 | | | | | | - some smaller fixes for hpcom memory optimization | | | - MemberVariablePreVariables-code is now separated from the simulationCppFile-Code in the CodegenCpp.tpl | | | - _event_system is now initialized to NULL in the continousEvents-Class | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 3072a773268172106f801e97599ac109f67a5990 | | | Author: Adrian Pop | | | Date: Fri Apr 17 06:38:42 2015 +0000 | | | | | | - fix Windows / Linux differences in testsuite/openmodelica/parser/* | | | - proper interface for omc_Absyn_isDerCref | | | - make testsuite/openmodelica/parser/ParseModel.mos more friendly as on Windows the output from system command is not shown | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | M Parser/ModelicaParser_omc.c | | | | | * commit 2e037259d8e6419214c6a21df9464d5fee7bf7f6 | | | Author: OpenModelica Hudson | | | Date: Fri Apr 17 06:06:44 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 511bafb28dfbeeb802fa2d1c42e0aea7f8c8ab33 | | | Author: Ruediger Franke | | | Date: Fri Apr 17 05:59:24 2015 +0000 | | | | | | fix and generalize transpose_array | | | | | | also unify ordering of call arguments for transpose_array and cat_array (return comes last) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 78e0e43d300d3cf2880307b1949b8e5660121b3d | | | Author: Adrian Pop | | | Date: Fri Apr 17 05:55:15 2015 +0000 | | | | | | Fix bug: #3282 | | | - allow parsing of {} for mos scripts | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | | | * commit 22d069adb56a759b4b687c7b0c5956a879baf63a | | | Author: Ruediger Franke | | | Date: Thu Apr 16 19:20:52 2015 +0000 | | | | | | avoid nested comments and quintuple printout of ExpressionDump | | | | | | Modelica.Fluid.Examples.IncompressibleFluidNetwork was failing to compile due to nested comments of the form: | | | | | | /* algStmtTupleAssign: ... /*Real*/(sign(...)...) */ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ef6eda1740532554043a1911f45a7ca773ef4936 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 16 19:11:24 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 9b2eab43edc369ae9fe35dc58ec4676a9c3da5f7 | | | Author: Vitalij Ruge | | | Date: Thu Apr 16 18:39:27 2015 +0000 | | | | | | extend flag for inputs from r25582 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit a9cf8445c096ebb6559ad5f8f57788e66e840dfc | | | Author: Ruediger Franke | | | Date: Thu Apr 16 17:58:40 2015 +0000 | | | | | | use int instead of size_t in reduction expressions (see also r25564) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0efc38a35c37b6f214674ee2e755a3e368716e12 | | | Author: Henning Kiel | | | Date: Thu Apr 16 17:48:05 2015 +0000 | | | | | | replaced "if listLength(lst)>0 then" with "if not listEmpty(lst) then" | | | to reduce run time (O(n) -> O(1)) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 0db243462d3a4028b32ae214b65033e67a75e98f | | | Author: Ruediger Franke | | | Date: Thu Apr 16 16:53:36 2015 +0000 | | | | | | make linkage of LAPACK libs platform independent (fixes r25566) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 267c74d43a5788cf1e32375f690961a1a696bd9e | | | Author: OpenModelica Hudson | | | Date: Thu Apr 16 15:46:27 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit aa1e97b23e3e5306c1ec039f333a183988b46101 | | | Author: Vitalij Ruge | | | Date: Thu Apr 16 15:42:44 2015 +0000 | | | | | | new debuge flag: added new_var = var/nominal where var is state | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 36b0ad4092acd804adc6d453b83c79fda4066fea | | | Author: Jan Silar | | | Date: Thu Apr 16 13:06:25 2015 +0000 | | | | | | Fixed C# template after numeric initialization removal. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit 20f6a9086ce9e52dfcf6b02d8f6712d441602437 | | | Author: Bernhard Bachmann | | | Date: Thu Apr 16 10:37:42 2015 +0000 | | | | | | Some improvements to the matching algorithm | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | | | * commit a26562da48929db64e4a61d9916af035f1ae0876 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 16 09:51:36 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit d448b0b6a45acfc514fb00132032043c6f82df3f | | | Author: Niklas Worschech | | | Date: Thu Apr 16 09:49:15 2015 +0000 | | | | | | clean uclean up static array class for assign and operator= method in cpp runtime | | | expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 39f82c0664bc7e60b8cd87a3d2351d785ba8e2b2 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 15 22:16:29 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c83dfc4cc6ba89ecf69fcd3bf6403e109fe4ffcd | | | Author: Ruediger Franke | | | Date: Wed Apr 15 22:12:59 2015 +0000 | | | | | | a more rigorous attempt to fix the "targTest91" problem (#3263) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5fe6f5075ca36a64edfb0ab6f74e1de26aa77bb6 | | | Author: Ruediger Franke | | | Date: Wed Apr 15 21:59:01 2015 +0000 | | | | | | add support for external F77 to Cpp runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit b817b4dad9b2818535da20088c2f3bb7c9f18b6b | | | Author: Ruediger Franke | | | Date: Wed Apr 15 21:34:12 2015 +0000 | | | | | | let getDim of Arrays return int instead of size_t | | | | | | This simplifies the code generation for Modelica Integer expressions, like "min(1, size(A, 1))" using "template const T& min(const T& a, const T& b)". | | | Avoid introduction of temporary variables for size expressions, which are typically only used once. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit fcbdf2728fa858a7e1576cf4a6828de4f6a13056 | | | Author: Ruediger Franke | | | Date: Wed Apr 15 19:16:15 2015 +0000 | | | | | | revert r25560 back to r25552 because functions returning arrays need assign with const arg | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 1e754dd403859427f3f7d3a1379155ac0f0845f6 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 15 14:19:47 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 71fa8503feb65cfaa006bd962229067471007de5 | | | Author: Niklas Worschech | | | Date: Wed Apr 15 14:06:36 2015 +0000 | | | | | | clean up static array class for assign and operator= method in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 4823b9e2132d7b9d86d9e093877059051688637c | | | Author: Ruediger Kampfmann | | | Date: Wed Apr 15 13:36:49 2015 +0000 | | | | | | -adapted VxWworks for SimVars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4e2e8974870a724406ea423708fbc909e282ceda | | | Author: Lennart Ochel | | | Date: Wed Apr 15 09:48:37 2015 +0000 | | | | | | - New implementation of Tarjan's strongly connected components algorithm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit bb7689a6b9aebd2f9cd263dde7716f3394daa3b7 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 15 09:22:09 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | | | * commit 396ed5a698ff34ece1ab3e19080ab2d8eec5635e | | | Author: Ruediger Kampfmann | | | Date: Wed Apr 15 09:17:18 2015 +0000 | | | | | | -adapted VxWworks for SimVars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | * commit 3ccb61267d5646c368e3b5ec3d273ef69beb565c | | | Author: OpenModelica Hudson | | | Date: Wed Apr 15 08:32:55 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0bbced24eb7d475f094d7432189dd8f51a218596 | | | Author: Volker Waurich | | | Date: Wed Apr 15 08:25:53 2015 +0000 | | | | | | - estimate execution costs for removedEquations as well | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 4960dab035f2c73d474d9623a9d43d98ad2bc1e5 | | | Author: Nils Menager | | | Date: Wed Apr 15 07:58:35 2015 +0000 | | | | | | added functions to factoryexport for bodas and vxworks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit beabea06aed83f6f47dade95dac6b4add691de23 | | | Author: Niklas Worschech | | | Date: Wed Apr 15 07:48:02 2015 +0000 | | | | | | fix in getDatCopy for dynamic array in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit a22ca5ff93a5fe1da501af80a54f29c5201a760e | | | Author: Ruediger Franke | | | Date: Tue Apr 14 21:33:51 2015 +0000 | | | | | | revert CodegenCpp.tpl from previous commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e2a7d2400e5f10eabcec4e57653bb867e3ee438f | | | Author: Ruediger Franke | | | Date: Tue Apr 14 21:26:28 2015 +0000 | | | | | | adapt ArraySlice to r25546 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit cc6601455439ba26dfad919d928120dd97cae3bb | | | Author: OpenModelica Hudson | | | Date: Tue Apr 14 15:24:07 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 780062938fe3f4e846a493c8e379d8b344937f29 | | | Author: Niklas Worschech | | | Date: Tue Apr 14 15:15:38 2015 +0000 | | | | | | fix for reference array methods assign,operator= and getData in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit e9f1e1a1a0ee384c83789dd7a2d651ab2fd12269 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 14 14:24:44 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 26d28e4c0c0454408449ba089ebaa84443f7544e | | | Author: Marcus Walther | | | Date: Tue Apr 14 14:22:38 2015 +0000 | | | | | | - basic structure for DAE-parallelization to HPCOM added | | | - simcode now contains only one hpcom element | | | - list scheduler is not used anymore, if the selected scheduler fails | | | - update for expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 6b1e7bb36e2c521df26f941660d153a4f8338e3a | | | Author: Lennart Ochel | | | Date: Tue Apr 14 11:10:27 2015 +0000 | | | | | | - revise implementation of Tarjan's strongly connected components algorithm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 63116a410651677ed57648752908126e8f6353d9 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Apr 14 09:46:55 2015 +0000 | | | | | | - use while loop instead of recursion in Tarjan matching | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 806fe1d29fcc20dc05894a38376159d340cc6423 | | | Author: Lennart Ochel | | | Date: Tue Apr 14 09:18:28 2015 +0000 | | | | | | - fix indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit d8ebf831174e9467929fa7e25071ff963ab40aa0 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 14 07:59:13 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit fa793d48e421988a8545af2cef9967a877c2eb7e | | | Author: Volker Waurich | | | Date: Tue Apr 14 07:56:15 2015 +0000 | | | | | | - added stuff to dump a xml file that contains information about visualization objects | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit fb7d0d028e31aa56977749f76c24a89fb343d92c | | | Author: OpenModelica Hudson | | | Date: Mon Apr 13 16:32:32 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit f2eeacd1d291a0cb98e1e9450a22dff25b435c9c | | | Author: Vitalij Ruge | | | Date: Mon Apr 13 16:24:05 2015 +0000 | | | | | | - attempt to fix partial negation of the lhs inside createNonlinearResidualEquationsComplex | | | - added warnings for generateCrefsExpFromExp and generateCrefsExpLstFromExp | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 364f69f6c0e320c994676c77235d2c0b0aa58e99 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 13 13:53:19 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | * commit f124afbf565aff4c4685559a990dfb9f3a1830e4 | | | Author: Nils Menager | | | Date: Mon Apr 13 13:44:55 2015 +0000 | | | | | | change in SimController (_simMgr is now member variable again) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | * commit 92b049bf0a30275324b27eedd0dd9ee4e41b06c0 | | | Author: Vitalij Ruge | | | Date: Mon Apr 13 12:38:12 2015 +0000 | | | | | | improved r25524 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit a863589dd5ef99274000f43f73c031a65a4c1374 | | | Author: Lennart Ochel | | | Date: Mon Apr 13 12:10:02 2015 +0000 | | | | | | - clean implementation of some dumps | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 79efc133143790248e9a74bbf7448ba93b716eb6 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 13 10:51:17 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit ddad86f116550f49ba16e4b2f1daed1c0aa4fc76 | | | Author: Vitalij Ruge | | | Date: Mon Apr 13 10:42:02 2015 +0000 | | | | | | added flag for diasbale Msg from omc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 56d931389d234d80a9b8614cbb0b56ae78a0fc21 | | | Author: Lennart Ochel | | | Date: Mon Apr 13 10:23:21 2015 +0000 | | | | | | - cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 48537f980685d94a449629effc972a54c3c68182 | | | Author: Willi Braun | | | Date: Mon Apr 13 10:00:34 2015 +0000 | | | | | | - added additional flags for dassl for output control in non-equidistant mode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 4e56867dad7fdb4af0bc46c059eed5b3ac48d3e4 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 13 08:33:30 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit e4b05e70af971d040b4ecebfe488de31823e61ae | | | Author: Vitalij Ruge | | | Date: Mon Apr 13 08:31:48 2015 +0000 | | | | | | symbolical QR-solver: added householder(default) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3facf89d0ba8e3012a27ebaf3c389f59a90af4f4 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 13 08:24:28 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 4e44eca2fc31405f9cbe8db8b6c95b05cddb4a16 | | | Author: Per Östlund | | | Date: Mon Apr 13 08:22:06 2015 +0000 | | | | | | Fix for #3250: | | | - Rewrote Static.replaceEnd to handle qualified/fully qualified crefs correctly. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 56d5208e77b4a821b451b239dfa8b786334768b3 | | | Author: Adeel Asghar | | | Date: Sun Apr 12 20:59:06 2015 +0000 | | | | | | - Fix documentation examples. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 17967e7d097ce4fa862b87a089e0f4484712f803 | | | Author: Marcus Walther | | | Date: Sun Apr 12 12:00:55 2015 +0000 | | | | | | - fixed HPCOM-Cpp-Tests (memory optimization is still broken) | | | - added some HPCOM-Cpp-Tests to Hudson | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 305ab23be6e6f4444c25941d932b7e38ababcc35 | | | Author: Ruediger Franke | | | Date: Sat Apr 11 08:22:36 2015 +0000 | | | | | | fix name clash if a Modelica model uses a variable pow (#3268) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9fdfa27b98796e7d47de52df816f42fda7246d15 | | | Author: Ruediger Franke | | | Date: Fri Apr 10 15:45:03 2015 +0000 | | | | | | adapt FMI2 to new SimVars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit d9e3df55d446416824d8654b30b439e44b90f9f2 | | | Author: Lennart Ochel | | | Date: Fri Apr 10 11:57:43 2015 +0000 | | | | | | - minor changes to some comments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 08bd5e0cca975511df5469f692917aead09774e8 | | | Author: Lennart Ochel | | | Date: Fri Apr 10 10:20:39 2015 +0000 | | | | | | - Avoid redundant code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 52f33df51560f9be595dd63d60489fa50f13d8ce | | | Author: Lennart Ochel | | | Date: Fri Apr 10 10:18:14 2015 +0000 | | | | | | - Use new matching implementation in Initialization.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 36a2492d97900277913b2b05aadb02549c96cb0d | | | Author: OpenModelica Hudson | | | Date: Fri Apr 10 09:17:09 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Util.mo | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | * commit 2b7a1902448ef49ee8ccb4d6dd6a9456a0a0369b | | | Author: OpenModelica Hudson | | | Date: Fri Apr 10 09:16:43 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | | | * commit cdfcc84626b7452a1e8a150fe18ef7a0e7bca7f7 | | | Author: Niklas Worschech | | | Date: Fri Apr 10 09:03:32 2015 +0000 | | | | | | added SimVars class to cpp runtime which stores all model variables | | | removed [Model]PreVariables class in cpp template and moved functionality to SimVars class | | | modified get/set methods,array class,eventhandling classes to new SimvVars class | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Util.mo | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.h | | | A SimulationRuntime/cpp/Core/System/SimVars.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | A SimulationRuntime/cpp/Include/Core/System/ISimVars.h | | | A SimulationRuntime/cpp/Include/Core/System/SimVars.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 166d96bb4fafd768fae616b5f10ea8c6907fdb00 | | | Author: Ruediger Franke | | | Date: Fri Apr 10 08:55:28 2015 +0000 | | | | | | unify name of iteration variable in ranges to avoid c++ warning about changed lookup rules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ab7e76478e0c5b3bd254ff8e4dc70007db94d012 | | | Author: Adrian Pop | | | Date: Fri Apr 10 08:39:06 2015 +0000 | | | | | | Fix bug: #3269 | | | - add code for deleteFile in Compiler/Script/CevalScript.mo | | | - add test in: testsuite/openmodelica/interactive-API/Bug3269_deleteFile.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 14ffb438a4b95aa088bce601775c407865685f97 | | | Author: Ruediger Franke | | | Date: Fri Apr 10 08:33:09 2015 +0000 | | | | | | add ModelicaExternalC and ModelicaStandardTables to Cpp targets | | | | | | also remove CFLAGS from linking stages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | * commit 2c0590eb159712387698b32f0b00496e1eeacba2 | | | Author: Ruediger Franke | | | Date: Fri Apr 10 05:13:36 2015 +0000 | | | | | | implicit treatment of multiplication of zero dimensional arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 7d9a87e77f441ddf48105f00bc2bef4ce44f9684 | | | Author: Adeel Asghar | | | Date: Thu Apr 9 23:00:51 2015 +0000 | | | | | | #2860 | | | - Allow preserving the zoom level. Don't always auto rescale for new variables in plot. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 1e8e07225efd0bdd48602f120334108ae1f0ea96 | | | Author: Ruediger Franke | | | Date: Thu Apr 9 19:30:17 2015 +0000 | | | | | | implement multiply_array for 1D and 2D arrays | | | | | | Nothing to be proud of ... but better than a missing matrix multiplication. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 105fdb28a600432611d7e17bb3dc4d27e1e332a2 | | | Author: Adrian Pop | | | Date: Thu Apr 9 18:37:45 2015 +0000 | | | | | | Fix bug #3255 | | | - append the annotation from the constrained class to the annotations of the component | | | - added test inside testsuite/openmodelica/interactive-API/choicesAllMatching.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit d6ee7ce70e2bdb6d21e4502730d82cd36743d4a2 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 9 12:35:25 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit bbc6f0302045f059a4b16544b998396d5b9fb29a | | | Author: Bernhard Bachmann | | | Date: Thu Apr 9 12:33:35 2015 +0000 | | | | | | Added another implementation of the "usual" matching algorithm. Method also | | | works in combination with the available index reduction methods. | | | | | | Option: +matchingAlgorithm=BB. | | | | | | Preliminary tests show similar performance compared with the default matching | | | algorithm "PFPlusExt" even for large models! Method might be renamed and set | | | to default, after some small issues in connection with the removeSimpleEquations | | | modul are solved! | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 74cdd7078f10b40d31e912870b59d6763762a1fb | | | Author: Vitalij Ruge | | | Date: Thu Apr 9 12:32:24 2015 +0000 | | | | | | improved r25421 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit e33cf67b8aceac5bfeddbcd8b23d61375a821bde | | | Author: OpenModelica Hudson | | | Date: Thu Apr 9 11:51:38 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendInline.mo | | | | | * commit fcb1fadd8ce49db46b74294fd1545bd9b5f4009c | | | Author: Lennart Ochel | | | Date: Thu Apr 9 11:47:26 2015 +0000 | | | | | | - increase informative value of some error messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 409e11db295ae2ba6b461b9a94866d3f3f7b5dd8 | | | Author: Lennart Ochel | | | Date: Thu Apr 9 11:32:03 2015 +0000 | | | | | | - Preparation for new "remove simple equations" module: This introduces a new variable attribute named "unreplaceable". This is needed to prevent unintended replacements for generated variables (e.g. symbolic jacobian, encapsulated when conditions, substituted common sub-expressions, ...) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit f158abb9333c29bd4e4b3e0db54201bcdb8f5218 | | | Author: Ruediger Franke | | | Date: Thu Apr 9 10:50:36 2015 +0000 | | | | | | move call to initializeAlgloopSolverVariables from initialize to constructor | | | | | | This is to avoid a memory leak if initialize is called a second time. The generated code looks like: | | | // initializeAlgloopSolverVariabes -- moved from initializeMemory to constructor | | | _algloopVars = NULL; | | | // init alg loop vars in initializeMemory | | | if (_algloopVars) | | | delete [] _algloopVars; | | | _algloopVars = new double[dim]; | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 148ec3d5cd5c0857e157ad0b9ed789d81d2a43eb | | | Author: OpenModelica Hudson | | | Date: Thu Apr 9 10:23:47 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | * commit 2ae042b5bdb9d546a585abe5da5e076b0ca8a119 | | | Author: Nils Menager | | | Date: Thu Apr 9 09:54:19 2015 +0000 | | | | | | cleanup of Policy Files for Bodas and VxWorks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | * commit 294834078fa34b5eaf70f32681929d6916f2e6a0 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 9 09:40:05 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | * commit ffdd23ba69116d3f340253b072a37c9638684190 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 9 09:39:40 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | * commit a9009b7e383e2372e4f1fa19af3f2ff6ec76a1a0 | | | Author: Ruediger Franke | | | Date: Thu Apr 9 09:30:15 2015 +0000 | | | | | | FMI2 Cpp: separate initializeMemory from initializeFreeVariables to avoid memory leak in fmi2Reset and to speed it up | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit e296a44cadbc50928c0b45cc41d25e8d3733d0e1 | | | Author: Ruediger Kampfmann | | | Date: Thu Apr 9 09:24:48 2015 +0000 | | | | | | -added files for vxWorks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverVxWorksFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsVxWorksFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverVxWorksFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h | | | | | * commit 2644fd5b0f90e28c07cf2c1cbb31e78dab97328b | | | Author: Ruediger Kampfmann | | | Date: Thu Apr 9 09:17:55 2015 +0000 | | | | | | -added files for vxWorks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | A SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp | | | | | * commit 761b251cc777180798d5edb78debd6e6a78c3e82 | | | Author: Nils Menager | | | Date: Thu Apr 9 09:13:11 2015 +0000 | | | | | | changed function name for BODAS and VxWorks Factory function (cpp runtime) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2398851ee31f5b29caa3ad534e0a560335047745 | | | Author: Ruediger Franke | | | Date: Thu Apr 9 06:03:21 2015 +0000 | | | | | | optimize ArraySlice to avoid internal copy of a given index set (#3263) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit d6d55cbd564dd344d655dd57404efde712516be0 | | | Author: Ruediger Franke | | | Date: Wed Apr 8 17:33:54 2015 +0000 | | | | | | make Cpp code using BOOST_FOREACH work with DynArrayDim1 | | | | | | The iterator things are taken over from StatArrayDim1. The second declaration of <%iterName%> with fixed type short is considered a bug. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 80ecad3dd3c7e85a99a7996a1555f56eb7b538a7 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 8 15:00:22 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit cee9227083da975553cca0b9bab344836cb14692 | | | Author: Adeel Asghar | | | Date: Wed Apr 8 14:51:53 2015 +0000 | | | | | | - Moved the exception handling to OpenModelicaScriptingAPIQt.cpp. Just emit the signal with exception from there and show it in OMEdit. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 267f1de60860d6d3a260dbc1c5540183b973d3ea | | | Author: Ruediger Franke | | | Date: Wed Apr 8 14:05:34 2015 +0000 | | | | | | use ArraySlice for rhs expressions as well, replacing create_array_from_shape | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit cbd5978508ab2fb1bdfc5c0e9d91e078bf0ed0df | | | Author: Ruediger Franke | | | Date: Wed Apr 8 08:12:02 2015 +0000 | | | | | | replace unsigned int with size_t for sizes | | | | | | There is an issue with Modelica Integer arrays used as index sets, because int typically truncates size_t -- but it truncates unsigned int as well. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit c5560490c0b51f9ab62e6e38ad0077ea4bb2dd2d | | | Author: Ruediger Franke | | | Date: Wed Apr 8 07:03:26 2015 +0000 | | | | | | remove useless const's from *ArrayDim2, typo, some whitespaces | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 6e9befcf41f21042262dba85488db4c91a8709ed | | | Author: Ruediger Franke | | | Date: Tue Apr 7 19:08:54 2015 +0000 | | | | | | add getDim method to arrays to avoid temporary vectors if just one size is wanted | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit b109d6407b45997c3201d9e93c05ce9c050d6a8f | | | Author: Ruediger Franke | | | Date: Tue Apr 7 18:21:43 2015 +0000 | | | | | | more const refs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit ce0bfafccc2d4b9bd0717ab15a077fdd3930b970 | | | Author: Ruediger Franke | | | Date: Tue Apr 7 16:45:06 2015 +0000 | | | | | | add missing const qualifiers and pass indices by reference for to access operator | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 504a45ce68780447a72f9a2451a85c06545fa17a | | | Author: Ruediger Franke | | | Date: Tue Apr 7 16:10:16 2015 +0000 | | | | | | add support for SLICE expression | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 3abb26c7e7daa5ff92ec19597b06ee0966fb08c1 | | | Author: Nils Menager | | | Date: Tue Apr 7 15:35:40 2015 +0000 | | | | | | added ifdef's for BODAS in RTEuler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h | | | | | * commit db703eb4d4e7c0dd230ee3bbd57f7bfdb0b898cb | | | Author: OpenModelica Hudson | | | Date: Tue Apr 7 14:58:07 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h | | | M SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | | | | | * commit 9a24136aacb97f1c1fed9a78a425cf0b7a875f91 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 7 14:57:42 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | | | M SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h | | | M SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | M SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | | | | | * commit 10fc0ebb539617b15d0b7792068a03f93338b977 | | | Author: Ruediger Kampfmann | | | Date: Tue Apr 7 14:37:55 2015 +0000 | | | | | | -added RTEuler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Include/Solver/RTEuler/FactoryExport.h | | | A SimulationRuntime/cpp/Include/Solver/RTEuler/RTEuler.h | | | A SimulationRuntime/cpp/Include/Solver/RTEuler/RTEulerSettings.h | | | | | * commit 9d6750f72743416e7b640f933880837220eec18f | | | Author: Ruediger Kampfmann | | | Date: Tue Apr 7 14:37:26 2015 +0000 | | | | | | -added RTEuler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | | | * commit 885c6e3872237e945a04113e6e95f070e189ae12 | | | Author: Ruediger Kampfmann | | | Date: Tue Apr 7 14:37:05 2015 +0000 | | | | | | -added RTEuler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit e446f56227f65c74fe05eebd568445e1d4899400 | | | Author: Ruediger Kampfmann | | | Date: Tue Apr 7 14:36:49 2015 +0000 | | | | | | -added RTEuler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/RTEuler/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp | | | A SimulationRuntime/cpp/Solver/RTEuler/RTEulerSettings.cpp | | | | | * commit 87d477b30aa0b0f8d963f7979e7e31f4e8a7dfd8 | | | Author: Vitalij Ruge | | | Date: Tue Apr 7 14:30:37 2015 +0000 | | | | | | symbolical QR-solver: | | | - improved handling for const exp | | | - added scaling | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3905d14e75d7cf40eea8a912fb0723864299d0a2 | | | Author: Nils Menager | | | Date: Tue Apr 7 13:05:38 2015 +0000 | | | | | | added boost::algorithm::string to Modelica.h in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 4be42e29ebb971ca7fedc085d88f8744b58cb991 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 7 12:47:22 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | | | * commit ccc0e9eccc17d9625168c76320c2337bff161ec8 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 7 12:46:56 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | | | * commit c1810e5414def64c38af09cc3751b877eb3ee3dc | | | Author: Nils Menager | | | Date: Tue Apr 7 12:41:52 2015 +0000 | | | | | | added BodasFactory to cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/BodasFactory/BodasFactory.h | | | A SimulationRuntime/cpp/SimCoreFactory/BodasFactory/BodasFactory.cpp | | | | | * commit 153ff9f9a5f2a20f27dd608510f1881ac7b6f27f | | | Author: Ruediger Kampfmann | | | Date: Tue Apr 7 12:36:03 2015 +0000 | | | | | | -removed obsolete method setcycletime() | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit d086b470a1a11c11d1305704b8fba0e65968c751 | | | Author: Lennart Ochel | | | Date: Tue Apr 7 12:33:47 2015 +0000 | | | | | | - don't observe strictly singular systems during initialization (just for testing) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.h | | | | | * commit ff32e7685579aed21c38ac8ab6de41985863a08e | | | Author: Nils Menager | | | Date: Tue Apr 7 12:20:57 2015 +0000 | | | | | | added Policies in cpp runtime for BODAS | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverBodasFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverBodasFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverBodasFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsBodasFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemBodasFactory.h | | | | | * commit 144e4154e4b03a331b53f5479305f121c2380d98 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 7 11:05:14 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 456f638bf121e4be9fa34b1f6289d4acbf02f806 | | | Author: Vitalij Ruge | | | Date: Tue Apr 7 11:03:41 2015 +0000 | | | | | | symbolical QR-solver: improved handling of know-vars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit bd14462cd24cde09a9cf77548fc3aed2d4d86112 | | | Author: Ruediger Franke | | | Date: Tue Apr 7 09:28:48 2015 +0000 | | | | | | install new file ArraySlice.h (#3263) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | * commit 25108d4792c08bcd4e1b297f41669efea5ca2595 | | | Author: Lennart Ochel | | | Date: Tue Apr 7 09:02:29 2015 +0000 | | | | | | - blanks | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 46ec26287af7deaa66a2cbc3ea0dd3e4cffeb1e3 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 7 07:22:48 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit f20f727138cc323094b0bb385bc39ea5b45018f9 | | | Author: Volker Waurich | | | Date: Tue Apr 7 07:14:53 2015 +0000 | | | | | | - added removedEquations to the DAE-TaskGraph | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 1509df24527031a52aa507b934a6bbd4d419d25a | | | Author: OpenModelica Hudson | | | Date: Tue Apr 7 07:13:43 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | | | * commit 22abefc689ba1038a6ff762010acccb953da6060 | | | Author: Ruediger Franke | | | Date: Tue Apr 7 07:11:20 2015 +0000 | | | | | | introduce ArraySlice to treat assignments to subarrays on the lhs (#3263) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | A SimulationRuntime/cpp/Include/Core/Math/ArraySlice.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 4661b7ed9e5cf8ff690dbd913a5e28508c5847ff | | | Author: Ruediger Franke | | | Date: Mon Apr 6 05:27:04 2015 +0000 | | | | | | fix initialization of array output and implement assignment of a range to an array (#3263) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f98f34d1db66c33d51543735a3eaf28c5e9c5890 | | | Author: Adrian Pop | | | Date: Sun Apr 5 18:27:23 2015 +0000 | | | | | | - attempt to add -fPIC even if getconf LONG_BIT != 64 (as it seems to be on ARM) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit a4075f4dc5cdf216a43fadb466b45a9c768bc50e | | | Author: OpenModelica Hudson | | | Date: Sun Apr 5 09:41:22 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | * commit 81a6c7930c99e46238643dea55e9bc7bf48a33cf | | | Author: Ruediger Franke | | | Date: Sun Apr 5 09:39:01 2015 +0000 | | | | | | revert changes to FMI1 again (r25397), because they are incomplete | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | * commit 07ccc17cf3ea22b21f05544e64ff96fdbd542e69 | | | Author: Ruediger Franke | | | Date: Sat Apr 4 21:47:31 2015 +0000 | | | | | | FMI2 Cpp: implement fmi2Reset function | | | | | | - CodegenFMUCpp.tpl: need an own initialize() method that does all but evaluation of initial equations | | | - FMU2Wrapper.cpp: implement reset() method and adapt initialization | | | - FMUWrapper.cpp: adapt initialization (enabling override of free variables prior to initialization of bound variables) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit 2fd685922310b52e8e60d10759bdfa05419d2c99 | | | Author: OpenModelica Hudson | | | Date: Sat Apr 4 20:30:08 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | * commit 8b611a2a907d452f5dda762c8d682b44fe2ecc09 | | | Author: Ruediger Franke | | | Date: Sat Apr 4 20:21:39 2015 +0000 | | | | | | separate initialization of free variables from initialization of bound variables | | | | | | - CodegenCpp.tpl: split initialize method in a backwards compatible way | | | - FMU2Wrapper.cpp: exploit new initialize methods | | | - FMUWrapper.cpp: revert to before r25374, as FMI1 should not get new features | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit 229d3ebd50346ed5a8d402278b0dd4bd0e864389 | | | Author: Ruediger Franke | | | Date: Sat Apr 4 09:50:39 2015 +0000 | | | | | | FMI2 Cpp: additional changes to remove writing of output file from FMU | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | * commit 6c18317f2c85fdcb875912feca363c3f668e7ccd | | | Author: Ruediger Franke | | | Date: Sat Apr 4 08:50:22 2015 +0000 | | | | | | FMI2 Cpp: remove writing of output file from FMU | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 18dd1410fdcf9051047385a66aca77f303de8953 | | | Author: Ruediger Franke | | | Date: Fri Apr 3 21:21:08 2015 +0000 | | | | | | FMI2 Cpp: upgrade initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit f2e146ea3b78a182315e6445299a981d633c45dc | | | Author: Ruediger Franke | | | Date: Fri Apr 3 20:14:36 2015 +0000 | | | | | | formattings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit f956dabf931d40695abab67c2b1b675719e63901 | | | Author: Ruediger Franke | | | Date: Fri Apr 3 19:12:30 2015 +0000 | | | | | | fix r25379 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | * commit d152f3ff0dcff89b0536b31e1dda66ba7eed0737 | | | Author: Ruediger Franke | | | Date: Fri Apr 3 19:02:02 2015 +0000 | | | | | | FMI2 Cpp: add rpath to solver libs | | | | | | This is currently needed for FMUs with algebraic loops, because the solver libs are loaded dynamically at runtime (see also #3264). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 25a53cd649533bca0128c6863fe9c3fab22d63e3 | | | Author: Ruediger Franke | | | Date: Fri Apr 3 18:46:18 2015 +0000 | | | | | | fix FMU solver names | | | | | | The solver factories expect lower case letters. Use the default names of simulation executable (see OMCFactory::ReadSimulationParameter). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | | | * commit d4e2b94c145182debe3dff62c69b1558cb3f5c11 | | | Author: Adrian Pop | | | Date: Fri Apr 3 16:00:29 2015 +0000 | | | | | | More fixes to bug: #3261 | | | - use '!' instead of '|' which could be used when overriding the regular expression from variableFilter | | | | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit f6abf617a3d0cabbd916e86ce0670e6c1f856b7f | | | Author: Adrian Pop | | | Date: Fri Apr 3 15:40:11 2015 +0000 | | | | | | Properly fix bug: #3261 | | | - replace ',' with '|' when not inside arrays and then tokenize on '|' | | | - update test: testsuite/simulation/modelica/others/Bug3261.mos to test for -output and one dimensional array | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 5eb0f62f72aa72f467690097207d48cf8ca45aea | | | Author: Ruediger Franke | | | Date: Fri Apr 3 11:20:15 2015 +0000 | | | | | | treat multiline doc strings (cf. r24891) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit a8fde2f1a403611c65a0b48d055d54ce95d31dc7 | | | Author: Ruediger Franke | | | Date: Fri Apr 3 10:29:26 2015 +0000 | | | | | | fix initialization of dependent variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit b077351ae9514349b352e0ec7dfbf97574cddc11 | | | Author: Ruediger Franke | | | Date: Fri Apr 3 09:53:01 2015 +0000 | | | | | | FMI2 Cpp: apply runtime license | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 6787788d352bf2375e0246b72ccc9957043fdf4c | | | Author: Adrian Pop | | | Date: Thu Apr 2 21:31:59 2015 +0000 | | | | | | Fix bug: #3261 | | | - support parsing the variable names containing array indexes (which contains ",") | | | - added test: testsuite/simulation/modelica/others/Bug3261.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit e418ae346c64c6af3d4f369535a7b4809e30d365 | | | Author: Willi Braun | | | Date: Thu Apr 2 11:09:00 2015 +0000 | | | | | | fix #3251 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 7aaefa843b01f383a5490eded9d6da648feb27b8 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 2 10:05:04 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/Util/Array.mo | | | | | * commit 2a962db71c83c16ac512053d3620197aaf72062b | | | Author: Willi Braun | | | Date: Thu Apr 2 10:03:30 2015 +0000 | | | | | | - adapt BackendDAEUtil.reduceEqSystem for symbolic jacobians and utilize it. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Array.mo | | | | | * commit 9992292ac9b30856a2cdab4d21c7c13bd99a49a2 | | | Author: Marcus Walther | | | Date: Thu Apr 2 08:14:34 2015 +0000 | | | | | | - fixed build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeVar.mo | | | | | * commit 97ef07226cccf2cd9f0dae81b302be281dc7a829 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 2 07:57:57 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit c12a0de12470887388040743071fa9ae269cab2b | | | Author: Marcus Walther | | | Date: Thu Apr 2 07:52:40 2015 +0000 | | | | | | - moved mixed array vars from SimCode to ModelInfo-SimVars | | | - cpp tests updated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 2820451b80b4a94587b2060b5c87c1396f757d97 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 1 21:49:31 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 77636ee68a10c9572f85d8d12abeac86b63c8c7f | | | Author: Ruediger Franke | | | Date: Wed Apr 1 21:41:02 2015 +0000 | | | | | | FMI2 Cpp: resolve alias variables in new getters and setters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 3e36691a596f4c9c7798df08f8cd712fa23369ff | | | Author: Ruediger Franke | | | Date: Wed Apr 1 16:35:36 2015 +0000 | | | | | | fix memory leak in ModelicaSimulationError (#3256) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit 9c7baf7613f665e5b017884cc6c4f8a2dcca21e2 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 1 12:29:27 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4affa10c779e93b96aadbd5693c3ab5ebb5d3f09 | | | Author: Ruediger Kampfmann | | | Date: Wed Apr 1 12:22:55 2015 +0000 | | | | | | -fixed #3258: Missing AlgebraicModelJacobian::initializeColoredJacobianA() | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2f79736366ce31c655b5c07a3b02e91a39b40ac5 | | | Author: Volker Waurich | | | Date: Wed Apr 1 11:37:16 2015 +0000 | | | | | | - addded proper ordering for metis scheduler | | | - added messages if parallel simulation isn't worth | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Util/List.mo | | | | | * commit 3a4f448cf61c065f99180da9037a30cd39b36de9 | | | Author: Martin Sjölund | | | Date: Wed Apr 1 07:48:48 2015 +0000 | | | | | | Some fixes to compile with parmodelica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/TaskSystemDump.tpl | | | M SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp | | | M configure.in | | | | | * commit 0b3b011a8cce21058176d8c5f823216c6e511b25 | | | Author: Ruediger Franke | | | Date: Wed Apr 1 07:00:02 2015 +0000 | | | | | | cosmetic changes to r25337 (#3253) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 460d445b928e747cea16d9d7809db504266f0182 | | | Author: Olena Rogovchenko | | | Date: Tue Mar 31 22:43:45 2015 +0000 | | | | | | figaro changes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit 16830d325d14deb15f80db0e1dcc80807f9c9192 | | | Author: Adrian Pop | | | Date: Tue Mar 31 21:58:05 2015 +0000 | | | | | | Fix bug: #3254 | | | - return component annotations that are not graphical classes also | | | - added test: testsuite/openmodelica/interactive-API/choicesAllMatching.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit ca0f0dc615524b2a60aed48387c7c95de61230a4 | | | Author: Adrian Pop | | | Date: Tue Mar 31 21:24:30 2015 +0000 | | | | | | - fix Windows builds broken since r25335. | | | - make sure that BOOST_EXTENSION_EXPORT_DECL is not undefined for Windows! | | | - force cmake show what is doing (verbose makefile). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit aa24eef33691cdda58c484e5a1f4519903f53798 | | | Author: Ruediger Franke | | | Date: Tue Mar 31 17:12:18 2015 +0000 | | | | | | FMI2 Cpp: add libOMCppMath_static to FMU (#3238) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | * commit 07c4c4475ee9e6e979b6f042b09323ed9c04d1bd | | | Author: Martin Sjölund | | | Date: Tue Mar 31 16:21:42 2015 +0000 | | | | | | Handle empty origin and rotation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit b853bbc7d56ebac325b1cd696b2adb2db378397b | | | Author: OpenModelica Hudson | | | Date: Tue Mar 31 16:03:03 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 9160007852c2f4aadab639d2ed474268fc01e73c | | | Author: Ruediger Franke | | | Date: Tue Mar 31 15:54:37 2015 +0000 | | | | | | FMI2 Cpp: introduce new getters and setters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 80a062f8dea2187f404aed0d92064112c9fa0549 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 31 14:38:38 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit db98b830e287799ced93026559e482ffcc6e3d23 | | | Author: Ruediger Kampfmann | | | Date: Tue Mar 31 14:20:49 2015 +0000 | | | | | | -adapted cpp runtime files for vxworks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit efada569bf83ac6cc3dfc67c0becfa4a42251fe9 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 31 14:03:11 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit a8fa5985ea9a208b669721993754837d20a8590c | | | Author: Marcus Walther | | | Date: Tue Mar 31 13:54:28 2015 +0000 | | | | | | - added additional information to sim code, about array-variables that contain state or state derivative variables together with other variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit a045c5533d68f9dce56ed5d9c3ecd86fea7797cc | | | Author: OpenModelica Hudson | | | Date: Tue Mar 31 08:39:26 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit 367e696b9d0ea36f2eb61d13512fa2f23f28c384 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 31 08:39:01 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h | | | | | * commit 289da2cdfb505da7d77477921f443656d6111ff6 | | | Author: Nils Menager | | | Date: Tue Mar 31 08:20:36 2015 +0000 | | | | | | Added necessary ifdefs for ModelicaSimulationError on RT targets (cpp runtime) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | A SimulationRuntime/cpp/Include/Core/Utils/Modelica/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit a1bc23b9ec0839704d6f312c7568b80aefa8e222 | | | Author: Ruediger Kampfmann | | | Date: Tue Mar 31 07:52:24 2015 +0000 | | | | | | -some changes concerning colored jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit e6b933727181c33f759e784f02c23b5f73389e1b | | | Author: OpenModelica Hudson | | | Date: Mon Mar 30 21:01:16 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit a639d116df6b6fa4bea74a277ce48fd3110bd839 | | | Author: Olena Rogovchenko | | | Date: Mon Mar 30 20:52:04 2015 +0000 | | | | | | figaro changes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit 39174d74ceab859d79999bc5e3f50fe78c4db3c6 | | | Author: Olena Rogovchenko | | | Date: Mon Mar 30 20:17:20 2015 +0000 | | | | | | figaro changes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit d9490d4f90560fd50a609d7b60914a8a0f1482f1 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 30 16:26:49 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit 4d73bbf47df80e7a6ca02cab49ec59ee37f830f4 | | | Author: Ruediger Kampfmann | | | Date: Mon Mar 30 15:53:02 2015 +0000 | | | | | | -some changes concerning colored jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit 69f32e07b97b7c15b53396accc35aa5ceada03ee | | | Author: Martin Sjölund | | | Date: Mon Mar 30 14:37:39 2015 +0000 | | | | | | GC library changed name | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/GC.mo | | | | | * commit 055bfe8a43928426e9de260ef1d3831be218455a | | | Author: Martin Sjölund | | | Date: Mon Mar 30 14:30:41 2015 +0000 | | | | | | Change libgc to libomcgc to make sure we link against the correct version of boehm-gc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/omc_config.h | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 2b4c9defd2cde16c5efc5aef8a0077c04242f634 | | | Author: Ruediger Franke | | | Date: Mon Mar 30 13:56:32 2015 +0000 | | | | | | allocate options vector optv dynamically (fixes r25299) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1c36eccf3e197557dbd23d5778672f965a7708f8 | | | Author: Ruediger Franke | | | Date: Mon Mar 30 06:04:06 2015 +0000 | | | | | | FMI2 Cpp: remove macro OBJECTCONSTRUCTOR | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU/FMULibInterface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | | | * commit 0f669b27fcd44d714a68382f5852857186b50fcf | | | Author: Ruediger Franke | | | Date: Mon Mar 30 06:00:35 2015 +0000 | | | | | | FMI2 Cpp: distinguish model identifier from model class | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 26bd25889eee64968eb8db95ec3e234267d27173 | | | Author: Ruediger Franke | | | Date: Mon Mar 30 05:52:50 2015 +0000 | | | | | | FMI2 Cpp: fix name of FMU binary for hierarchical models | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 0b93dff21d084d15252e4f622e53afcbf9f14439 | | | Author: OpenModelica Hudson | | | Date: Sun Mar 29 21:12:05 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit c0099a237adcb5e789800f2734baa1c3a6cdd286 | | | Author: Olena Rogovchenko | | | Date: Sun Mar 29 21:10:32 2015 +0000 | | | | | | figaro changes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit 089ffc1923ad765b40c495addc8a6a228a4d0881 | | | Author: Olena Rogovchenko | | | Date: Sat Mar 28 21:52:50 2015 +0000 | | | | | | figaro tweak | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit 6c71abdf0b291992b67b1292e8fb96fb2da64db8 | | | Author: Olena Rogovchenko | | | Date: Sat Mar 28 19:51:55 2015 +0000 | | | | | | figaro tweak | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit 1b94ea5cbea9d9543c192f1e621f109b9ef29358 | | | Author: Adrian Pop | | | Date: Sat Mar 28 18:10:14 2015 +0000 | | | | | | - plot only the last week for the detailed library trend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit 5bffb6b0d67c43396d71582694109e2274159d21 | | | Author: Ruediger Franke | | | Date: Sat Mar 28 05:37:06 2015 +0000 | | | | | | remove some clumsiness of previous commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0aa3aa315ec8157230cc174f346aea6d20b1ab53 | | | Author: Ruediger Franke | | | Date: Fri Mar 27 21:36:53 2015 +0000 | | | | | | treat OMEdit override option in Cpp runtime (#3233) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 44fea8357c5a15de24ef53b9c381adb12271ab31 | | | Author: Ruediger Franke | | | Date: Fri Mar 27 19:59:14 2015 +0000 | | | | | | remove symbolic link from Cpp makefile for Linux | | | | | | This is because the executable has the name of the model since r25291. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5ccd835fce65469fbcbac8ae7a0cf93850d49fcd | | | Author: Ruediger Franke | | | Date: Fri Mar 27 19:57:03 2015 +0000 | | | | | | add default options to Cpp executable (#3233) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 18bc2720b89a0337fcde633b13cdc99398d5cd38 | | | Author: Vitalij Ruge | | | Date: Fri Mar 27 14:31:28 2015 +0000 | | | | | | cosmetic change | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 31c55daf853d104260eaf89cb99b20f9ea88fb70 | | | Author: Niklas Worschech | | | Date: Fri Mar 27 14:06:16 2015 +0000 | | | | | | changed the name for the simulation executable of the cpp runtime to [Model].exe | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d8bd7a383c0d796ae77df84f872591cf186ff6d7 | | | Author: Adrian Pop | | | Date: Fri Mar 27 13:31:56 2015 +0000 | | | | | | - helper to bug #3196 | | | - added setComponentDimensions(class, component, {dim1, dim2, dim3}) | | | - added test for it in testsuite/openmodelica/interactive-API/interactive_api_calls.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 65f22e71fe7f3ac0ac9790f7bae44d663cd65e7d | | | Author: Vitalij Ruge | | | Date: Thu Mar 26 23:16:57 2015 +0000 | | | | | | improved reduceDynamicOptimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 7ceb890dde2264fe085477319edab1b57a9f5516 | | | Author: Ruediger Franke | | | Date: Thu Mar 26 19:30:21 2015 +0000 | | | | | | add exception handling to fmi2Instantiate | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 4977eb57a18673f1432ccdbfc3a63046827b0199 | | | Author: Ruediger Franke | | | Date: Thu Mar 26 19:28:21 2015 +0000 | | | | | | fix getReal of Cpp FMI 1.0 and correct sizes of _tmp_real_buffer | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit c932275eaee0cff6b44d724d3042dfa45636668c | | | Author: Ruediger Franke | | | Date: Thu Mar 26 19:09:00 2015 +0000 | | | | | | fix Cpp getInt/Bool/String | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5c94581030ae346f3798edec7471b25d0b7fc07e | | | Author: Vitalij Ruge | | | Date: Thu Mar 26 17:52:43 2015 +0000 | | | | | | -improved reduceDynamicOptimization | | | -added test for combination reduceDynamicOptimization and extendDynamicOptimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 936a7af8aa4503b9fe597ef3c2100a3eb1c429a0 | | | Author: Adrian Pop | | | Date: Thu Mar 26 15:35:28 2015 +0000 | | | | | | Fix #3247 | | | - use the class modification from the environment | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 3e8fc88eb85677f337a777204ae2e5cf13916457 | | | Author: Marcus Walther | | | Date: Thu Mar 26 13:14:48 2015 +0000 | | | | | | -Boost real paths can now be used optionally | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 0e7a877fe6c952017e651ee150c3b34e14b72624 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 26 12:23:36 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit a9cf315d82e9b3c787e8472d7722c5fb1c1feabb | | | Author: Marcus Walther | | | Date: Thu Mar 26 12:15:07 2015 +0000 | | | | | | - improved memory management with +d=hpcomMemoryOpt | | | - graphml-graphs now contain information if the nodes belong to the ODE- or eventsystem | | | - cpp-locks are now memory aligned | | | - lapack-support for sundials can now be used with the c++ runtime | | | - update for one hpcom test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit b7d3ed76b6c4c8714c237fc3c4248d1c7117e8c3 | | | Author: OpenModelica Hudson | | | Date: Wed Mar 25 22:25:43 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 450ee5e691c60cb52739be93bdec640a5d631095 | | | Author: Vitalij Ruge | | | Date: Wed Mar 25 22:20:27 2015 +0000 | | | | | | added module reduceDynamicOptimization (Thanks, Willi) | | | - remove eqs and vars, which are not part of the optimization problem | | | | | | open issues: overestimation for states | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 74781e3225ff269b5ba5dc7131d2686cbfe8ea50 | | | Author: Ruediger Franke | | | Date: Wed Mar 25 21:02:35 2015 +0000 | | | | | | FMI2 Cpp: add FMU2 to installation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 1c2faebd221629d6f229562fa833cea56f309216 | | | Author: Ruediger Franke | | | Date: Wed Mar 25 20:51:40 2015 +0000 | | | | | | fix uint | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 5fef56ddc180f3a0a9cd496c431ba8442435cd24 | | | Author: OpenModelica Hudson | | | Date: Wed Mar 25 16:50:44 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/HashTableCrToCrEqLst.mo | | | | | * commit 87b383371aa0316d59943e478cc40cacf53a0f02 | | | Author: Bernhard Bachmann | | | Date: Wed Mar 25 16:15:29 2015 +0000 | | | | | | Prototype of a new RemoveSimpleEquation module added | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/Flags.mo | | | A Compiler/Util/HashTableCrToCrEqLst.mo | | | A Compiler/Util/HashTableCrToExp.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 5e2cdf6b8cd3db7c198fde1d369157978d22daf5 | | | Author: Adeel Asghar | | | Date: Wed Mar 25 16:08:51 2015 +0000 | | | | | | - Fix the checkModel output. | | | - Fix failing tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 8a60b27f8426a89000e9326f746b144b23e476f4 | | | Author: Adeel Asghar | | | Date: Wed Mar 25 14:53:56 2015 +0000 | | | | | | - return empty string when checkModel fails and set add error message. | | | - Only show InformationDialog if instantiateModel & checkModel succeed otherwise put the error message in Messages Browser. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 4537d4b105835c0fdd0c146caed0fb7886b9b609 | | | Author: OpenModelica Hudson | | | Date: Wed Mar 25 14:50:23 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1ed8728959237fdd7e9aff7f6b70917956213abb | | | Author: Willi Braun | | | Date: Wed Mar 25 14:46:33 2015 +0000 | | | | | | - added config flag for removeSimpleEquation to select the choose method | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Util/Flags.mo | | | | | * commit bb1ac6c3784952c1f2699d2a7bc8e2366c1e7e67 | | | Author: Per Östlund | | | Date: Wed Mar 25 13:41:52 2015 +0000 | | | | | | Fix for #3245: | | | - Fix code generation for assignment to record slices in functions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ba6fe3e764c62a2d90f4db9176d3bb3e1ec55cb4 | | | Author: Marcus Walther | | | Date: Wed Mar 25 07:59:31 2015 +0000 | | | | | | - forgot to update one cmake version | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit ea7c1aaa804df4ec071c9b199698dd9cde53e43e | | | Author: Marcus Walther | | | Date: Wed Mar 25 07:41:56 2015 +0000 | | | | | | - changed minimum cmake version to 2.8.6 | | | - changed DIRECTORY to PATH keyword, because this is not available in CMake < 2.8.11 (this should fix the linux nightly build) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | | | M SimulationRuntime/cpp/CMake/FindTBB.cmake | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit 1a009710fc4c8fa99bad4a35ca6ca2e26c285cca | | | Author: Ruediger Franke | | | Date: Tue Mar 24 21:58:45 2015 +0000 | | | | | | cosmetic change | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | | | * commit 9ce5e954ae59c535882fd35719d8a6405d0c256e | | | Author: Ruediger Franke | | | Date: Tue Mar 24 21:39:24 2015 +0000 | | | | | | FMI2 Cpp: add debug logging and exception handling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit b369c6dd4613734039c3c743e800c403d7da4853 | | | Author: Adrian Pop | | | Date: Tue Mar 24 17:19:56 2015 +0000 | | | | | | - allocate the structure, not the pointer | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 36dd31ed78da19758313bc4d6ec6f30d13cab43e | | | Author: OpenModelica Hudson | | | Date: Tue Mar 24 14:03:55 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit d6f59bde58b67429ef69d128ccda1cc88ace3032 | | | Author: Adeel Asghar | | | Date: Tue Mar 24 13:55:09 2015 +0000 | | | | | | Another try to fix FMI tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 3a574f395404d914106f8bd64dd84422bfcff409 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 24 11:06:19 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | * commit bff8ce0824c2aed95db4861da0b70ff64c0ad965 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Mar 24 10:57:49 2015 +0000 | | | | | | - Keep External decls. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | * commit 623e8973650ef63f7b46adece1b4c9de1b393b43 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 24 08:26:52 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit b0f7d5bbd1b1b55ea6feab4e3e1d87b9d9254d62 | | | Author: Volker Waurich | | | Date: Tue Mar 24 08:18:26 2015 +0000 | | | | | | - fix for preCalculateStartValues | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 30ee7b508368584a5b9cd1437921fa5b285e8a2d | | | Author: Ruediger Franke | | | Date: Tue Mar 24 03:25:10 2015 +0000 | | | | | | FMI2 Cpp: fix ordering of real variables (aliases behind parameters) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4be6003730905d03abfd1f849574408e10c00610 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 23 22:23:24 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit a496e139af6edef73fc1db3ded62a6c8c9a31ee3 | | | Author: Adeel Asghar | | | Date: Mon Mar 23 22:14:34 2015 +0000 | | | | | | - Try to fix FMI tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 0e77d95e0a88f9e2c18f94c27e35d54f437dee1d | | | Author: Vitalij Ruge | | | Date: Mon Mar 23 21:56:13 2015 +0000 | | | | | | fixed extends dynamic optimization formulation | | | - initial guess with file | | | - handling der(x) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | | | * commit 56bd4dceed618b32a3ac86a62d84fb63cca242fd | | | Author: Ruediger Franke | | | Date: Mon Mar 23 20:28:53 2015 +0000 | | | | | | Fix _dimReal to size expected by getReal and setReal, including aliases and states | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 20e53ecbcdcbe2d06a5ec795fb2cd5fbd49fc3d5 | | | Author: Ruediger Franke | | | Date: Mon Mar 23 20:15:55 2015 +0000 | | | | | | FMI2 Cpp: re-add boost libs to Makefile (got lost in r25209) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit bd33e054b5a82eead29ce8361cc74ee05218b5f2 | | | Author: Ruediger Franke | | | Date: Mon Mar 23 19:04:26 2015 +0000 | | | | | | add extra parser to accept OMEdit options | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit a0bdd0024484cfbde27f3065e30722ecfc5e997b | | | Author: Adeel Asghar | | | Date: Mon Mar 23 16:56:27 2015 +0000 | | | | | | #3240 | | | - Fixed FMI 2 import issues. | | | - Generate code for enumerations. | | | - Generate nice Modelica code to get rid of initial condition are not fully satisfied warning. | | | - Make sure exported parameters are generated as parameters in the imported code. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2Common.h | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | | | * commit 08efd308718c6f1c0a546d8bfa392d400a82d957 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Mar 23 16:21:30 2015 +0000 | | | | | | - ParModelica interface update | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/ParModelicaBuiltin.mo | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.h | | | | | * commit b3ed89120921e5fa87e9c20c525a6e76bb267872 | | | Author: Marcus Walther | | | Date: Mon Mar 23 13:39:26 2015 +0000 | | | | | | - improved cmake error handling if umfpack was not found | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | | | * commit f62345fbca4e23a2bec526b49c9664236d9ec213 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 23 13:33:18 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5cde2c4298a66ce883676b0be775909e823f544e | | | Author: Marcus Walther | | | Date: Mon Mar 23 13:22:38 2015 +0000 | | | | | | - some more cleanups for path-stuff in cpp-runtime | | | - added some debug output to see the content of the ModelicaConfig.inc file at the beginning of cmake-build | | | - update for reference-file of NPendulummath-test (umfpack cpp runtime) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | | | * commit 87be1d417970384e66d08bd4a008c13e40b1c4fd | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Mar 23 12:59:36 2015 +0000 | | | | | | - Clean up of tuple return handling. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4f6b67a104607c1e399caba5498e3fb15f714c89 | | | Author: Marcus Walther | | | Date: Mon Mar 23 12:50:06 2015 +0000 | | | | | | - improved path handling of cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | | | * commit 574dcac2003f533474a84f2e82ee155ce7bde522 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 23 09:37:47 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 04a519d343e1b1b2ceb8f48742bb06908d604107 | | | Author: Marcus Walther | | | Date: Mon Mar 23 09:36:13 2015 +0000 | | | | | | - try to fix Ticket #3232 | | | - Paths in ModelicaConfig.inc - file are now relative to OMHOME-Makefile variable | | | - Boost-Header files that are required for windows-cpp-runtime simulations are now copied into build/include/omc/cpp | | | - msvc-build on windows not testet at the moment | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Makefile.common | | | M Makefile.in | | | A SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | D SimulationRuntime/cpp/Solver/UmfPack/SuiteSparseConfig.cmake | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit 1211dd856a785d23fc006cd05ca32bb629053835 | | | Author: Ruediger Franke | | | Date: Mon Mar 23 06:50:57 2015 +0000 | | | | | | FMI2 Cpp: remove duplicated generation of simulation files as contextFMI does not appear to make a difference. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 131bf48be2312a96472bb86b8cafe1081037842a | | | Author: Ruediger Franke | | | Date: Mon Mar 23 06:47:57 2015 +0000 | | | | | | FMI2 Cpp: fix naming to consistent use of short model identifiers (#3241) | | | | | | This way the FMI export is compatible with the overall Cpp runtime. | | | It might be changed to consistent use long model identifiers later on. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 5d4eb06e20b09e19a62b029ec12e2ebc7a62ae24 | | | Author: Lennart Ochel | | | Date: Sun Mar 22 18:37:14 2015 +0000 | | | | | | - update DSS dump | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit c00f64013b7183834dcdf24dfbe91862d9ea6d04 | | | Author: Adrian Pop | | | Date: Sat Mar 21 23:58:19 2015 +0000 | | | | | | Fix bug #3239 | | | - merge modifiers in correct order outer -> inner | | | - add testsuite/flattening/modelica/redeclare/Bug3239.mo | | | Fix typo in SimulationRuntime/c/util/libcsv.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | M SimulationRuntime/c/util/libcsv.h | | | | | * commit 0097e5dc54ba8a3241be6264e744f6a32ec3f8d9 | | | Author: Ruediger Franke | | | Date: Sat Mar 21 21:25:24 2015 +0000 | | | | | | permit repeated simulation with Cpp runtime by removing already existing link | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 899c1fb4109ffc1cb65cba862be83c6590c48a13 | | | Author: Ruediger Franke | | | Date: Sat Mar 21 20:53:10 2015 +0000 | | | | | | attempt to treat #3233 by just warning about unrecognized command line options | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 0be801ec4a4984e6571c9a4ccd5a305aba3d2e17 | | | Author: Ruediger Franke | | | Date: Sat Mar 21 15:15:16 2015 +0000 | | | | | | FMI2 Cpp: generate missing source files and extend Makefile (#3238) | | | | | | The new FMUCpp template is smaller due to re-use of the regular Cpp template. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 32ac8d115ea56c9c40e6b556aa799d7784def427 | | | Author: OpenModelica Hudson | | | Date: Sat Mar 21 13:48:32 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 85ead7a222038fccddce8e41b98b6355e359f278 | | | Author: Ruediger Franke | | | Date: Sat Mar 21 13:40:07 2015 +0000 | | | | | | FMI2 Cpp: adapt generated model wrapper to FMI version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 993877cbd0d5fb6b8f4b0625365f2e2e0646aff3 | | | Author: Ruediger Franke | | | Date: Sat Mar 21 12:16:33 2015 +0000 | | | | | | FMI2 Cpp: generate appropriate modelDescription.xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 9b531d4e0d89bf2d6ad2ea8a5cfeabf1e00b8948 | | | Author: Ruediger Franke | | | Date: Sat Mar 21 09:56:04 2015 +0000 | | | | | | re-fix whitespace (see r25194) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | | | * commit 9696bb73f2c514f962fad235b9e3705169574dd7 | | | Author: Ruediger Franke | | | Date: Sat Mar 21 09:39:47 2015 +0000 | | | | | | fix wrong LDFLAGS (#3238) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 97c73b47027bc0fab76b2f480e315d9ae23c34fb | | | Author: OpenModelica Hudson | | | Date: Sat Mar 21 09:29:55 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | M SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h | | | | | * commit 4d1eb667225d5dd654b8d9aa7c19afbf9ccb1678 | | | Author: Ruediger Franke | | | Date: Sat Mar 21 09:28:40 2015 +0000 | | | | | | revert unintended change of previous commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | * commit 0a276364385c2e03e359be7f46ce1f0da929cf4d | | | Author: Ruediger Franke | | | Date: Sat Mar 21 09:21:30 2015 +0000 | | | | | | Initial version of FMI 2.0 export with Cpp runtime (#3238) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | A SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h | | | A SimulationRuntime/cpp/Include/FMU2/FMU2Interface.cpp | | | A SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.cpp | | | A SimulationRuntime/cpp/Include/FMU2/FMU2Wrapper.h | | | A SimulationRuntime/cpp/Include/FMU2/fmi2FunctionTypes.h | | | A SimulationRuntime/cpp/Include/FMU2/fmi2Functions.h | | | A SimulationRuntime/cpp/Include/FMU2/fmi2TypesPlatform.h | | | | | * commit 57ea85f84afab827bef67f3adac392462221b3ec | | | Author: Vitalij Ruge | | | Date: Sat Mar 21 07:16:06 2015 +0000 | | | | | | fixed handling der(x) in extends dynamic optimization formulation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 857b7d76f046a51e4b6223c2d6104ccb5b670a5e | | | Author: Volker Waurich | | | Date: Fri Mar 20 16:00:33 2015 +0000 | | | | | | - added BackendDAEUtil.isSimulationDAE() | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 021c789b03534e10094c0f7174ae1b13dc4c9e35 | | | Author: Volker Waurich | | | Date: Fri Mar 20 15:41:49 2015 +0000 | | | | | | - some fixes for constant jacobian evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 72fad54b2ebfeea1f4b0b0cdf91a1da15817ff77 | | | Author: OpenModelica Hudson | | | Date: Fri Mar 20 15:33:26 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 056f99f6600826e479eb01d4f9d8227a836d8ff1 | | | Author: Vitalij Ruge | | | Date: Fri Mar 20 15:09:32 2015 +0000 | | | | | | improved extends dynamic optimization formulation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 27c2636c48dfee78374b775ba761d11822e8ba62 | | | Author: Per Östlund | | | Date: Fri Mar 20 12:21:38 2015 +0000 | | | | | | - Fix ThermoPower tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit d2570c43cb7dc5e7713ec5c0f885ff458ce7db65 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 20 11:07:18 2015 +0000 | | | | | | - Keep restrictions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | | | * commit df00103d3aa1d6ecec140e03eae08e279dd235bc | | | Author: OpenModelica Hudson | | | Date: Thu Mar 19 17:02:45 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 544cf65b13f7d3d4f54f8f88e4b78afe19d9c707 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 19 16:56:20 2015 +0000 | | | | | | + fix parmodelica kernel function interface generations. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp | | | | | * commit 2ebb2d84415731fb0a56ea828e6c71d81879dba1 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 19 16:45:26 2015 +0000 | | | | | | - Add missing decalrations for in_* functions. We need them declared as extern C. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f432f940f2d064619a975d33d9c64a2021725edf | | | Author: Per Östlund | | | Date: Thu Mar 19 15:49:13 2015 +0000 | | | | | | - Prepare Mod.elabModValue to return the cache. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 72597fbf64636b5b237a7be62544898446abeb8c | | | Author: OpenModelica Hudson | | | Date: Thu Mar 19 15:37:33 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 3392478c76e43839f53aadf702b5ceda5373fa4c | | | Author: Vitalij Ruge | | | Date: Thu Mar 19 15:31:10 2015 +0000 | | | | | | added module for move loops as equal constrains in NLP | | | - cheaper,simple evaluation for jacobians, DAE | | | - bigger NLP | | | open issues: initial guess. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 95593e3657ac3d7af499e8aff44705af94c004ca | | | Author: OpenModelica Hudson | | | Date: Thu Mar 19 12:06:13 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 83251a0bc80e5326a09b4d4e2070fb0a5f7b985b | | | Author: Per Östlund | | | Date: Thu Mar 19 12:00:10 2015 +0000 | | | | | | - Make Mod.elabModValue fail if Ceval prints an error message. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit a4e433aef8fac0ad82580c8bc23c049246f71c92 | | | Author: Volker Waurich | | | Date: Thu Mar 19 09:29:46 2015 +0000 | | | | | | - array equations that solve non-array vars have to be handled as non-linear systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 9b852f186d54ba864d47dd4e96becebea8f58c18 | | | Author: Martin Sjölund | | | Date: Thu Mar 19 08:28:53 2015 +0000 | | | | | | Try to output \r for string literals that used \r explicitly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/modelica_string.c | | | | | * commit 2c55fff2aeeb2397d7db9845898f3ec13b44f693 | | | Author: Martin Sjölund | | | Date: Thu Mar 19 07:35:29 2015 +0000 | | | | | | Simplify trimming for whitespace | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/Util/System.mo | | | | | * commit c0e2b8e61d9fd45426bb821726d01d6106eca99d | | | Author: Martin Sjölund | | | Date: Thu Mar 19 07:34:47 2015 +0000 | | | | | | #3169 Try to fix darwin name again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 7d2cc18143e89ec046231da272749b2f5a08f0b5 | | | Author: Adrian Pop | | | Date: Wed Mar 18 04:21:29 2015 +0000 | | | | | | - ISO week number | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryCoverageTrend.sh | | | | | * commit e974a71973cc127c923923298781ab876b8bee91 | | | Author: Adrian Pop | | | Date: Wed Mar 18 04:12:24 2015 +0000 | | | | | | - even more fixes to library trend plotting | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit 3b6b90741308e22d34e417ae38db0716e057ee5d | | | Author: Adrian Pop | | | Date: Wed Mar 18 03:15:01 2015 +0000 | | | | | | - more fixes to library trend plotting | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit 5559a103fe4faa790cc4d36581715c2096dcc922 | | | Author: Adrian Pop | | | Date: Wed Mar 18 02:14:59 2015 +0000 | | | | | | - more fixes to library trend plotting | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit 466d7721dc9befc53873795811966405213a5113 | | | Author: Adrian Pop | | | Date: Wed Mar 18 01:56:44 2015 +0000 | | | | | | - try echo 0 not 0. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit 514d1eee3df6d8363834c6b7cd38aaac5e702194 | | | Author: Adrian Pop | | | Date: Wed Mar 18 01:31:39 2015 +0000 | | | | | | - add verification curve to library trends (set to 0 now if it doesn't exist) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit b53a9615cb46069bdc917dd9bd14bce5c5bd4158 | | | Author: Lennart Ochel | | | Date: Tue Mar 17 15:43:19 2015 +0000 | | | | | | - use hash set instead of hash table to collect variables used in when clauses | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 42051949b199fe772ce0cdaad85ac83fb9148754 | | | Author: Lennart Ochel | | | Date: Tue Mar 17 15:06:36 2015 +0000 | | | | | | - cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit c2eb4de3e3ab99459c99b6ca88810cac2a6c1320 | | | Author: Lennart Ochel | | | Date: Tue Mar 17 14:10:05 2015 +0000 | | | | | | - remove unnecessary cases for when/elsewhen in algorithms | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 5e7ac6fe6beb73b7d1b256b047c32b8cb8802334 | | | Author: Adrian Pop | | | Date: Tue Mar 17 11:31:59 2015 +0000 | | | | | | - fix bad typo in ModelicaBuiltin.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 2fb5d6b15167a745dde3ba94277f0529293d2e71 | | | Author: Adrian Pop | | | Date: Tue Mar 17 11:28:26 2015 +0000 | | | | | | - increase version to 1.9.3 nightly | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/omc_config.h | | | | | * commit 80b135dbff73666194486ed6b00a97fee7c7cba9 | | | Author: Adrian Pop | | | Date: Tue Mar 17 06:42:48 2015 +0000 | | | | | | - switch version to 1.9.2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/omc_config.h | | | | | * commit 290b631b0ecc2dcef0f02b83a2fe6b2349981353 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 16 13:48:45 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit c555854041b9c58c36a7827f603de73756a61924 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Mar 16 13:47:10 2015 +0000 | | | | | | - Fix one of #3214 issues. | | | - Fill in missing subs with whole dims when elaborating subs. | | | - Update overlooked array assignment case in code generation for arrays. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 02db2b276c18c1fd9ddf0fdbf0a24e7fda39daec | | | Author: Volker Waurich | | | Date: Mon Mar 16 09:32:07 2015 +0000 | | | | | | - solve linear systems with constant jacobian and variable b-Vector symbolically with +d=constjac | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 62783d021f8f108a55eca0e219d970e1915439b6 | | | Author: Adrian Pop | | | Date: Sun Mar 15 05:19:28 2015 +0000 | | | | | | - partial fix to #3067 | | | - move initialize*Systems from fmi2EnterInitializationMode to fmi2Instantiate because after an fmi2Reset fuction fmi2EnterInitializationMode will be called again which would allocate memory for systems again | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 09c5cf1bb15cff3651170586b1785a9feb7fb75e | | | Author: Adrian Pop | | | Date: Sat Mar 14 04:55:44 2015 +0000 | | | | | | - bump gitlibs to [changeset:69daa48/OpenModelicaLibraries] | | | - remove class counting from the LibraryCoverageTrend.sh, will be in the Hudson job for easier adding of libs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryCoverageTrend.sh | | | | | * commit 5c8a28d0f9ee8cfaeb8cdbbf35861e4d7f1c22b5 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 13 19:14:45 2015 +0000 | | | | | | Fix List.combinationMap1 too. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 9478fb9336e748bec79c0e751b0237492b53aacd | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 13 19:06:12 2015 +0000 | | | | | | + workaround for cpp runtime until the template gets updated for array handling changes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 5a9c2c7e8a9ef8f948f80a30f36d0f49c7585ea1 | | | Author: OpenModelica Hudson | | | Date: Fri Mar 13 18:41:10 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit b8529bac16a83d7b5b8b0245d5b128163ec7819e | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 13 18:38:08 2015 +0000 | | | | | | + Handle nested array types when creating array equations. | | | + Correct subscript ordering when expanding crefs. | | | + Fix List.combinationMap to properly order combinations and combination lists. Also accumulate the results. | | | + Added List.combination. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/List.mo | | | | | * commit 2f3e6ec1271d6b178387dae30eaa82df07227fc6 | | | Author: Willi Braun | | | Date: Fri Mar 13 15:22:52 2015 +0000 | | | | | | - fix the counting of #3217, but record of arrays are currently not supported by the runtime. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 4d3a80016e36fd0aba71c433ebdeee580ca859e0 | | | Author: Per Östlund | | | Date: Fri Mar 13 14:55:19 2015 +0000 | | | | | | - Fix Expression.typeof for ASUB with non-scalar subscripts. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a798a5f8874b7e9e790ba4f798722c87916dd236 | | | Author: Per Östlund | | | Date: Fri Mar 13 12:14:48 2015 +0000 | | | | | | Fix for #3212 and #3213: | | | - Changed Expression.expandSubscript to use expandRange, so that it's able to | | | also handle non-integer ranges. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 8cd1d4b7b5b281b4115b91aa67c348394f3e063a | | | Author: Lennart Ochel | | | Date: Fri Mar 13 09:40:07 2015 +0000 | | | | | | - rename Expression.traverseExp to Expression.traverseExpBottomUp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit bd3df36b36062d847ae48a5f4fa52577056e940f | | | Author: Lennart Ochel | | | Date: Fri Mar 13 09:09:44 2015 +0000 | | | | | | - minor cleanup to traverseExp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 9863ec82c4c0aed5ae1ba810a346358b1b44c47f | | | Author: Martin Sjölund | | | Date: Fri Mar 13 08:42:58 2015 +0000 | | | | | | Replace MM trig functions with Modelica equivalents | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Util.mo | | | | | * commit 89457a026a5b61e953f6a46320d2db6997ee1039 | | | Author: Lennart Ochel | | | Date: Fri Mar 13 08:20:36 2015 +0000 | | | | | | - cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 1c2ae3cc51a2c3fb8f82490047a5a438e8e2ec76 | | | Author: Vitalij Ruge | | | Date: Fri Mar 13 06:41:16 2015 +0000 | | | | | | added flag for using ExpressionSolve in adjacencyRowEnhanced | | | - can be used e.g. for warmstart in dyn. optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d94fa40edb0110277a128121f3e44f3da74bdff5 | | | Author: Adrian Pop | | | Date: Thu Mar 12 20:18:07 2015 +0000 | | | | | | - switch back to 1.9.2 Nightly | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/omc_config.h | | | | | * commit f5ac4fe57d92384bb301e29ef7b7ac042dc4efb8 | | | Author: Henning Kiel | | | Date: Thu Mar 12 20:09:03 2015 +0000 | | | | | | use realTan instead of realSin/realCos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | | | * commit 07794856549d763f999b5371a7906c6b76088dcc | | | Author: Adrian Pop | | | Date: Thu Mar 12 17:23:51 2015 +0000 | | | | | | - revert r25066, modelica_string is *NOT* const char*, is MetaModelica string, defined as: typedef modelica_metatype modelica_string; | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 93983ebd64d88ab4a1efcf615e0039f026d92ffc | | | Author: Adrian Pop | | | Date: Thu Mar 12 17:18:06 2015 +0000 | | | | | | - switch version to 1.9.2 Beta2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/omc_config.h | | | | | * commit f7944834fd0c180f12aca053b0c85b8af5a52e34 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 12 17:15:46 2015 +0000 | | | | | | - c++ compatibility. const correctness required. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 47730a812aada970c47e3225efc9c18de097d3d6 | | | Author: Lennart Ochel | | | Date: Thu Mar 12 15:12:34 2015 +0000 | | | | | | - prepare module to encapsulate all function calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit dce49f5c0a6874790b3a5f77987ceb2e65432388 | | | Author: Per Östlund | | | Date: Thu Mar 12 14:26:22 2015 +0000 | | | | | | - Fix some bad enum to int conversions in the back end. | | | - Some code clean up. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit b640ae0bf6a5de7952b1c2ce21f1a5f43ef11290 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 12 13:29:49 2015 +0000 | | | | | | Fix wrong array scalar marking. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 4b47dbdb4063b35fde4752ed034acd2774f71c09 | | | Author: Lennart Ochel | | | Date: Thu Mar 12 11:04:08 2015 +0000 | | | | | | - don't handle homotopy in cse module | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit fa61ca65c442c50e734a75bdfb262f949c9252ca | | | Author: Lennart Ochel | | | Date: Thu Mar 12 09:33:03 2015 +0000 | | | | | | - fix indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit a15b84d666e37d3e4cdd7cbb5e082aa45d04c1ab | | | Author: Volker Waurich | | | Date: Thu Mar 12 08:03:16 2015 +0000 | | | | | | - revert r25052, will fix it later | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit a285b3f24127a205337b2cd25662559f8d38f4db | | | Author: Volker Waurich | | | Date: Thu Mar 12 07:20:11 2015 +0000 | | | | | | - array equations solving non-array variables are actually non-linear systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 8f4e8a851fc6ec05449dae3f7977a02a51b76614 | | | Author: Martin Flehmig | | | Date: Thu Mar 12 07:12:39 2015 +0000 | | | | | | Added cppFlags to simulation makefile. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 138f2b4fdf707e0db5e5f1c69a0799fbd9551da8 | | | Author: Martin Sjölund | | | Date: Thu Mar 12 06:27:59 2015 +0000 | | | | | | Clean cmake crap better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 0acd505b090621c476be5f21378b2ee584ad2809 | | | Author: Adrian Pop | | | Date: Thu Mar 12 05:44:49 2015 +0000 | | | | | | - make sure is gcc before you add the extra flags | | | - make the cmake verbose for easier build debugging | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 00dc56ddd35f461f0bbcf34b4f1d648ee686291c | | | Author: Adrian Pop | | | Date: Thu Mar 12 05:12:45 2015 +0000 | | | | | | - pass the cc flags to metis building | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 52096b79a0b39b30a35ce8f05b4d625b03ee7860 | | | Author: Martin Flehmig | | | Date: Wed Mar 11 15:12:09 2015 +0000 | | | | | | Added flag 'cppFlags' in order to commit flags for C++ compiler in CppRuntime. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 0fa91a6515bbe3edad5ac320ee3d5b63ec808edf | | | Author: OpenModelica Hudson | | | Date: Wed Mar 11 15:03:38 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3464a66793c83b4ac5fbb3f4d5deaa855ef2ccc3 | | | Author: Per Östlund | | | Date: Wed Mar 11 14:49:40 2015 +0000 | | | | | | - Handle other types than integer ranges in BackendDAEUtil.extendRange. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 361b4a6c1e7acf26fe08d90ba62bdc05f9b048d8 | | | Author: Martin Flehmig | | | Date: Wed Mar 11 14:42:23 2015 +0000 | | | | | | Added config flag 'cppFlags' in order to commit flags to C++ compiler in cppRuntime. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 3f94931f253cc05dcfa41db0aff0b6828cf6206f | | | Author: Henning Kiel | | | Date: Wed Mar 11 14:20:13 2015 +0000 | | | | | | - replace most List.isEmpty/List.isNotEmpty by internal listEmpty | | | - replace recursive function with while loop | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/PriorityQueue.mo | | | | | * commit 6570b17c7ee131de558f681bc76361ec30a6fd53 | | | Author: Lennart Ochel | | | Date: Wed Mar 11 13:18:33 2015 +0000 | | | | | | - typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 08082c4d9d75b2bf5fe5a02d7cc1a46def680b7c | | | Author: OpenModelica Hudson | | | Date: Wed Mar 11 11:49:24 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c8db6a2d12d3a6056dca707e8005fc35a460dab4 | | | Author: Niklas Worschech | | | Date: Wed Mar 11 10:16:59 2015 +0000 | | | | | | fix for getReal method in cpp template | | | expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit a31b4dff993dea1f433956a98795b90d2d858e7a | | | Author: Marcus Walther | | | Date: Wed Mar 11 09:36:09 2015 +0000 | | | | | | - metis added to bootstrap-dependencies | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit cfee79625f03356dba3e227aaa4e2fd3b59f0366 | | | Author: Marcus Walther | | | Date: Wed Mar 11 09:25:34 2015 +0000 | | | | | | - metis include added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.in | | | | | * commit 8dff8e64ae9f7b1095ee62b3cc24b3690a098c2b | | | Author: Lennart Ochel | | | Date: Wed Mar 11 09:25:08 2015 +0000 | | | | | | - some cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit 1ed8384f6ba8c18d681c2a021c6fca1e2377c152 | | | Author: Marcus Walther | | | Date: Wed Mar 11 09:18:16 2015 +0000 | | | | | | -enabled metis for linux and mac by default | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit c78e112b20e9c9928529edc95ba3b46e9855970a | | | Author: Marcus Walther | | | Date: Wed Mar 11 08:37:41 2015 +0000 | | | | | | - added metis to windows build (mingw) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 76e956b972d68a721dd682ef316f9d7eeddf3141 | | | Author: Adrian Pop | | | Date: Wed Mar 11 08:26:58 2015 +0000 | | | | | | - fix code generation for OpenTURNS (Uncertainties) which was broken since r22958 (bad assert). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3e4a58a97c542a60b8917b312f187663a2a29836 | | | Author: Adrian Pop | | | Date: Wed Mar 11 06:25:16 2015 +0000 | | | | | | - more tries to fix #3056 by fishing in the dark :) | | | - update 3rdParty to r137/OpenModelicaExternal | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 3b82e2ac60110bb587974e721815ef4ab00cefa7 | | | Author: Willi Braun | | | Date: Wed Mar 11 01:19:10 2015 +0000 | | | | | | - fixing Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation | | | by changing alias start-value and nominal-value selection. | | | - prioritise the own variable attribute-value | | | - downgrade test Modelica.Fluid.Examples.HeatingSystem.mos for now. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 0f31e5760ad54e87d7feb3696259137d1b09c025 | | | Author: Adrian Pop | | | Date: Tue Mar 10 20:53:51 2015 +0000 | | | | | | Attempt to fix #3056 | | | - only for Darwin: add -DBOOST_ROOT=/opt/local/include/boost/ to modelica3d build if /opt/local/include/boost/array.hpp exists | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M configure.in | | | | | * commit 918039efdf006ae250d25d90b4722295b52ae202 | | | Author: Willi Braun | | | Date: Tue Mar 10 20:45:15 2015 +0000 | | | | | | make Modelica.Fluid.Examples.PumpingSystem working again | | | - by adding hybrid solver to the homotopy solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | | | * commit 950d9f44be23b5b0d1034eaefd2b05cf3903cff0 | | | Author: Adrian Pop | | | Date: Tue Mar 10 17:51:34 2015 +0000 | | | | | | Fix #3209 | | | - keep only unique equations for initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit d5a87d24683753e385b4c9dcfa6565e64205d6cb | | | Author: Martin Sjölund | | | Date: Tue Mar 10 15:54:24 2015 +0000 | | | | | | Handle different host vendors (default is unknown; dpkg uses pc) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 6c1dd7cfc3c04766ff257cbad4980558fdffb94e | | | Author: Lennart Ochel | | | Date: Tue Mar 10 15:45:54 2015 +0000 | | | | | | - revert r25012, since it breaks some stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit 09180c42b9a04cc40da9b826ca8636731a38a001 | | | Author: Lennart Ochel | | | Date: Tue Mar 10 15:19:27 2015 +0000 | | | | | | - attempt to fix #3211 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit 418a23ae50923a3b00d1dd324dcdd7d060b66d21 | | | Author: Adeel Asghar | | | Date: Tue Mar 10 15:01:06 2015 +0000 | | | | | | - Add a default start value for inputs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit caab11c2078ba75e4ca99ff996cd60b9ac210d41 | | | Author: Martin Sjölund | | | Date: Tue Mar 10 13:07:54 2015 +0000 | | | | | | Serialize algorithm sections with a single assignment differently | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | * commit 9cd11c89ff0937699a8e65f4e1ce69f43b7afd06 | | | Author: Adeel Asghar | | | Date: Tue Mar 10 12:26:19 2015 +0000 | | | | | | - Fixed fmiEventUpdate. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 14abf44abbb0823c9e184c201f871573754425f8 | | | Author: Adrian Pop | | | Date: Tue Mar 10 11:11:28 2015 +0000 | | | | | | Fix #3204 | | | - give a warning on stdout if override name not find in model | | | - i would prefer to do it on stderr but LOG_STDERR doesn't seem to exist | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 6d2afdd64ce55f9e318ed4520f9b7c0b1ab20ee7 | | | Author: Lennart Ochel | | | Date: Tue Mar 10 10:21:32 2015 +0000 | | | | | | - disable warning if removeSimpleEquations failed for a subsystem | | | - cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 0776a08d0a778bce53610ed6b4bdbd6d382923e8 | | | Author: Lennart Ochel | | | Date: Tue Mar 10 09:59:25 2015 +0000 | | | | | | - skip subsystems if removeSimpleEquations failed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 08e1c29bc6105a7728eae4f937ac8c84fd1ff812 | | | Author: Adeel Asghar | | | Date: Mon Mar 9 20:20:35 2015 +0000 | | | | | | #3205 | | | - Fix output causality. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 96fb6d9bdae91593984ce9d7d240b5d6b813a602 | | | Author: Adrian Pop | | | Date: Mon Mar 9 14:59:59 2015 +0000 | | | | | | - msvc friendly implementation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 2826f4eaddb0ee7a630ec00a1e76b5d65341e80c | | | Author: OpenModelica Hudson | | | Date: Mon Mar 9 13:56:31 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit bdcc4ccf9a918feca622613794ac3b392498bbd7 | | | Author: Niklas Worschech | | | Date: Mon Mar 9 12:01:22 2015 +0000 | | | | | | fix for Jacobian initialization in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 3010a0bb918629ef6dfba201e2fc4a3e3efb1a46 | | | Author: Martin Sjölund | | | Date: Mon Mar 9 11:10:38 2015 +0000 | | | | | | Fix printing of sparse Jacobian matrix (crashed for large systems) | | | - Also skip printing the system unless the stream flag is set | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 5dffe2aac63c11fcf27ae75079f337f3d4ecf7e3 | | | Author: Martin Sjölund | | | Date: Mon Mar 9 10:45:08 2015 +0000 | | | | | | Fix type checking error | | | - `Type mismatch in assignment in colorMap := {{0, 0, 0}} of Real[n_colors, 3] := Integer[1, 3]` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit a66a6520882b375828c952734549d213b6d704c9 | | | Author: Adrian Pop | | | Date: Mon Mar 9 08:52:39 2015 +0000 | | | | | | Fix #3095 | | | - add class modifiers from extends to the environment | | | - add testsuite/flattening/modelica/modification/MissingModifiersPackages.mo | | | - 55 tests will fail, I'll update them asap | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 360a84ea8d0c012c60ce132d40b61e8af5169309 | | | Author: Marcus Walther | | | Date: Mon Mar 9 08:51:10 2015 +0000 | | | | | | - changed implementation of tpl.iterSeparatorAlignWrapString to while-loop instead of recursion, to fix stack overflow for large rexroth model | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit 8ce63e596e427d254eb2b1d2d4a61ffbc5e310ac | | | Author: Adrian Pop | | | Date: Mon Mar 9 05:28:54 2015 +0000 | | | | | | Fix #3051 | | | - merge modifiers for the class from the environment | | | - add tests: testsuite/flattening/modelica/modification/MissingModifiers.mo, testsuite/flattening/modelica/modification/TestMissingModifiers.mos | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit d0a00165d3918fa6da2a96d641649b059a3ee990 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Mar 8 18:38:41 2015 +0000 | | | | | | Revert output counting changes until we fix all the issues. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 66c19d2b7bde121f3a8e3aae46f6be35878ba620 | | | Author: OpenModelica Hudson | | | Date: Sat Mar 7 17:33:51 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit a4fa7a9a8ecfb2f4054b0bc1f72429a00f7f0dba | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Mar 7 17:25:26 2015 +0000 | | | | | | - Hanlde multi dimensional array exressions in array equations. | | | - Fix cref expansions. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 95053ca323faa5dfa34592ef3dea18a956db54f3 | | | Author: OpenModelica Hudson | | | Date: Sat Mar 7 12:27:07 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplParser.mo | | | | | * commit 953f298061def89ad27a611c049d9b921c4b81e4 | | | Author: Per Östlund | | | Date: Sat Mar 7 12:18:39 2015 +0000 | | | | | | Fix #3193: | | | - Made TplParser.restOfTemplLine iterative to avoid stack overflows. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplParser.mo | | | | | * commit 42447f5465fa6f30433516b83f6db4db1bfa1eac | | | Author: Adrian Pop | | | Date: Sat Mar 7 06:37:23 2015 +0000 | | | | | | - a bit more optimization in the TplParser for #3193 but still not good enough, rewrite needed to use match instead of matchcontinue in TplParser.restOfTemplLine | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplParser.mo | | | | | * commit f8b44dd8b3022af3cdaed89bd11e2fde6e5fc62c | | | Author: Adrian Pop | | | Date: Sat Mar 7 05:08:49 2015 +0000 | | | | | | - fix unparsing of Absyn.AS | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | * commit d5eff898aae46cbe169e7a8cfbeac8da510c7ef5 | | | Author: Vitalij Ruge | | | Date: Fri Mar 6 16:55:08 2015 +0000 | | | | | | fixed r24971 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 081be3adeb41d21bc06f59d8635bfd1de71aa0b4 | | | Author: OpenModelica Hudson | | | Date: Fri Mar 6 16:53:32 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 17abe8bdb1b08886c4dd8e43d059c24f914e3357 | | | Author: Vitalij Ruge | | | Date: Fri Mar 6 16:46:09 2015 +0000 | | | | | | using time grid inside model for dyn. optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | | | * commit d924b0fb65455f01f71d0fc199b52aaa051ea6e2 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 6 16:33:28 2015 +0000 | | | | | | - Improve r24961. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 95c013ff515ae2975729ef38fab9153cf990f4ec | | | Author: OpenModelica Hudson | | | Date: Fri Mar 6 15:53:12 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit e87391212dc31770541528ea6c64dcc6489fb04e | | | Author: Adeel Asghar | | | Date: Fri Mar 6 15:15:16 2015 +0000 | | | | | | - FMI 1.0 co-simulation API skeleton. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmiModelFunctions.h | | | M SimulationRuntime/fmi/export/fmi1/fmiModelTypes.h | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit 49c55782eeb90e97a71b75e3abc5dbb5c7637db6 | | | Author: Adeel Asghar | | | Date: Fri Mar 6 13:38:13 2015 +0000 | | | | | | #3034 | | | - Define default start value for input causality. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 849516ba83275b75bbfa79cac6cd9290a89cca75 | | | Author: Lennart Ochel | | | Date: Fri Mar 6 13:22:55 2015 +0000 | | | | | | - improve error message of transformation module "sort components" | | | - cleanup pattern matching and unused arguments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 4a344db8185631299e4193f83c69f2c5dbf22d7a | | | Author: Lennart Ochel | | | Date: Fri Mar 6 12:09:48 2015 +0000 | | | | | | - some cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit d768c90b93714438d1b1ee6b512d178ee60c3564 | | | Author: Adeel Asghar | | | Date: Fri Mar 6 12:03:10 2015 +0000 | | | | | | #3171 | | | - Do not generate the empty TypeDefinitions section. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 314bdd897d5ab87920f243fdfa617459f20e5665 | | | Author: Adrian Pop | | | Date: Fri Mar 6 11:07:01 2015 +0000 | | | | | | Fix #3187 (well, not really) | | | - re-added support for array equations of the form: der(x_arr) = fcall() * x_arr; in SimCodeUtil.createSingleArrayEqnCode (r24947 changes removed that) | | | - added test testsuite/simulation/modelica/arrays/Breaker_total.mos | | | - minor change in Compiler/Template/DAEDumpTpl.tpl | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit 9be3b1cffe275da0a74e5dca5ae4eda82af23292 | | | Author: Lennart Ochel | | | Date: Fri Mar 6 10:30:48 2015 +0000 | | | | | | - mark function createStateSets as protected | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f7e4fa2243660cffa08227766b2b7142edc48443 | | | Author: Ruediger Kampfmann | | | Date: Fri Mar 6 08:53:46 2015 +0000 | | | | | | -new target vxworks69 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ec62468866769bd4e3d4b9089a1a376c809877f3 | | | Author: Martin Sjölund | | | Date: Fri Mar 6 08:23:06 2015 +0000 | | | | | | Fix number of spaces | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 78d1b2497edbabc811500c4d23f6172726a5db57 | | | Author: OpenModelica Hudson | | | Date: Fri Mar 6 07:28:11 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 51aca84c1911ef2a23f5c5bfb4fcc0c3eb3231d3 | | | Author: Ruediger Kampfmann | | | Date: Fri Mar 6 07:26:06 2015 +0000 | | | | | | -new target vxworks69 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit c55c29d68683ce46fe86f25f2ae0ea053b25764e | | | Author: Vitalij Ruge | | | Date: Thu Mar 5 19:47:24 2015 +0000 | | | | | | added interface for user time grid in dyn. optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit a4189ad556c61e2403c1255d2d504181df5f8ce9 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 5 18:39:08 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 6bac956339161bcd60afaa02e2049aa325b52fae | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 5 18:25:01 2015 +0000 | | | | | | - Improved array-equation handling in the backend | | | - Array equations now contain Exp for lhs | | | - Fix #3184 again (broke it with r24930) | | | - Test cases for #3184 and #3188 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | | | * commit 2c510caea5721e7e355455313fbc3a39a982bc69 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 5 17:40:34 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 01ea458dfc2c38ec4aabf08347554c513cce9218 | | | Author: Bernhard Bachmann | | | Date: Thu Mar 5 17:25:53 2015 +0000 | | | | | | some cleanup and correction to the nonlinear homotopy solver | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 88e15bf55323c6b063f6d2fccc6c5571cabdf596 | | | Author: Adrian Pop | | | Date: Thu Mar 5 17:04:39 2015 +0000 | | | | | | - revert r24941 (and r24942) as it breaks the builds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e6c3fbc18f531189523c685993e39735702dd166 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 5 16:22:42 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 090894a0be92cf8a1e19be9ae6b60484f5ee1df6 | | | Author: Ruediger Kampfmann | | | Date: Thu Mar 5 16:14:41 2015 +0000 | | | | | | -new target vxworks69 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 145fbaeeb4ac118f0d771340f7c2b5084eba31ce | | | Author: Marcus Walther | | | Date: Thu Mar 5 15:48:29 2015 +0000 | | | | | | - revert revision 24937, because windows build fails | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit eff9e590112682e2085d56bb3036b9f0ac67fe1d | | | Author: Adrian Pop | | | Date: Thu Mar 5 15:47:09 2015 +0000 | | | | | | - small change on DAE.VAR printing | | | - add element source type list dumping, commented out for now | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit 04830c8fd35449e4f8ce5d169cd35fe67c30e2b1 | | | Author: Adeel Asghar | | | Date: Thu Mar 5 15:21:02 2015 +0000 | | | | | | - Start generating co-simulation FMUs. The FMU doesn't contain valid code yet but will soon. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/FMI.mo | | | | | * commit c712037951f605697ec71c608a8147643193451c | | | Author: Marcus Walther | | | Date: Thu Mar 5 15:10:15 2015 +0000 | | | | | | - changed cvode to cvode_lapack | | | - some cleanups for ILapack.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit 871b241b1641ff76b2485bafe266634509bb0b0a | | | Author: OpenModelica Hudson | | | Date: Thu Mar 5 14:48:09 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 1ab23ac23e23bd96643983b5e262c397132459fc | | | Author: Niklas Worschech | | | Date: Thu Mar 5 14:36:32 2015 +0000 | | | | | | fix for Jacobian variable names in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit de54b76ddd533bbd25eb438aaeaa9b82d03e57b5 | | | Author: Vitalij Ruge | | | Date: Thu Mar 5 14:23:41 2015 +0000 | | | | | | improved time grid in dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit 76f0fa74a24ef8b0f5724cfeef3820b3084461dd | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 5 13:16:34 2015 +0000 | | | | | | Fix #3190 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/ParModelica_Lexer.g | | | | | * commit c2593a15b5b4316eb40d382311ff4478e2485817 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 5 12:56:46 2015 +0000 | | | | | | Fix boolean slice assignments in c runtime. Fix #3188 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 936719c7b64dc3e19ff167068ae6d40585bc50e0 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 5 11:56:55 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 73113bd2f1822c5eaf701074c65707e940e73cbb | | | Author: Adrian Pop | | | Date: Thu Mar 5 11:39:34 2015 +0000 | | | | | | - fix the type source for the enumeration type inside DAE.ElementSource.typeList (port from rml branch) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit e19d57d522961a33aadd9a0f39e7f3b7d7642c97 | | | Author: Bernhard Bachmann | | | Date: Thu Mar 5 11:36:30 2015 +0000 | | | | | | speed-up of non-linear homotopy solver by adding new stop criteria | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 4d0c547a40c8382a29b71e7263b9e60b7319d812 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 5 11:27:08 2015 +0000 | | | | | | - Improved handling of slice arrays | | | - Fixed slice array assignments | | | - Fix #3184 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ae11989ce83e9386698984bdd4bff6fc1d9fdc6d | | | Author: Lennart Ochel | | | Date: Thu Mar 5 10:31:03 2015 +0000 | | | | | | - remove obsolete util stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 61172b73a8732185019574087cafb7dbde842fda | | | Author: Lennart Ochel | | | Date: Thu Mar 5 10:29:54 2015 +0000 | | | | | | - change directory separators in some description strings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 3f5f21e4b494b184746750cdb6031d86517c9976 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 5 09:50:40 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit dd21d7e7c2ead74927217ef927788ac545d131d5 | | | Author: Marcus Walther | | | Date: Thu Mar 5 09:18:21 2015 +0000 | | | | | | - dumpCrefToSimVarHashTable function added to dump the crefToSimVarHT informations | | | - a lot of refactoring in HpcOmTaskGraph | | | - additional fields to task graph meta added, that show if a component belongs to the ode or event system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 582614e977cf3b32d59f1a82a919e892fe9b19b7 | | | Author: Adrian Pop | | | Date: Thu Mar 5 02:24:26 2015 +0000 | | | | | | - fmilib needs shlwapi, not OpenModelicaFMIRuntimeC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit adae419984d3d757f4bd198b790b53df571ce4d2 | | | Author: Adrian Pop | | | Date: Thu Mar 5 02:19:33 2015 +0000 | | | | | | - order matters shlwapi needs to be after fmilib | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit d168428b22c2df0d75d4c560847640b4c96a116a | | | Author: OpenModelica Hudson | | | Date: Wed Mar 4 20:11:45 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit b826ccff69d1de1837c8d9bbd824ce8ff2f83310 | | | Author: Patrick Marcel Taeuber | | | Date: Wed Mar 4 20:05:34 2015 +0000 | | | | | | - improved Cellier tearing, now it is able to handle large components | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/List.mo | | | | | * commit efd471ab6cd129798928dcb5b2172b808ae0d17f | | | Author: Martin Sjölund | | | Date: Wed Mar 4 17:06:30 2015 +0000 | | | | | | Document symbolic operations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | | | * commit a463dd5ce5056265b7eacc7ac0968d46c9b31385 | | | Author: OpenModelica Hudson | | | Date: Wed Mar 4 15:54:43 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit a645f637dddf5c9bec1bbbd15a5d8e26255b3a7d | | | Author: Niklas Worschech | | | Date: Wed Mar 4 15:47:04 2015 +0000 | | | | | | fix for string array in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 395cb1eb8d67da71f203bab48a3cc672ea8cd995 | | | Author: Lennart Ochel | | | Date: Wed Mar 4 14:49:46 2015 +0000 | | | | | | - change messages | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | | * commit a37b7ea48221102ee2b105b0037bdc34c34ab2b6 | | | Author: Henning Kiel | | | Date: Wed Mar 4 14:47:18 2015 +0000 | | | | | | fix some warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | | | * commit 9e24c0acca139c9193cf69f5c7c7f584692ed58f | | | Author: Lennart Ochel | | | Date: Wed Mar 4 14:45:37 2015 +0000 | | | | | | - initialize spare structure for jacobian A if qss solver is used | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | | | * commit 63ea0b9dd6cd3cee2052eab16b3d5f5fa9961248 | | | Author: Adrian Pop | | | Date: Wed Mar 4 14:04:36 2015 +0000 | | | | | | - better handling of lib strings for +target=msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 9176dcb67aca9e5b54bf5e3b3bd431440403d896 | | | Author: OpenModelica Hudson | | | Date: Wed Mar 4 13:37:55 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 2d85d41dd421f485d2225fbf71d1cec07230ff1b | | | Author: Willi Braun | | | Date: Wed Mar 4 13:14:30 2015 +0000 | | | | | | - improved handling of differentiated variable names for symbolic jacobians | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 0342f2cf2c91911ea396309907a0a05c1570a7bd | | | Author: Adrian Pop | | | Date: Wed Mar 4 12:52:13 2015 +0000 | | | | | | Fix #3187 | | | - seems that SimulationRuntime/c/util/boolean_array.c got stuck with some old code (i now used the one from integer_array.c) | | | - removed commented out code from SimulationRuntime/c/util/real_array.c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 949fd208a66e3ac2e84275adcbd9923505e088ef | | | Author: Marcus Walther | | | Date: Wed Mar 4 12:11:51 2015 +0000 | | | | | | - fixed some cpp-runtime-tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 697b89a8f9aeba4d6729e18cf4b198423093759e | | | Author: Adrian Pop | | | Date: Wed Mar 4 11:07:48 2015 +0000 | | | | | | - suppress library not found message when running the testsuite. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f8470726df47318b8f2f6b64f421748016c466b9 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 3 19:43:03 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit d40dee77e05160630fa90f58416d4b24aadb390b | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Mar 3 19:34:37 2015 +0000 | | | | | | + Use exps in array assignments instead of direct crefs. | | | + Fix array algorithm assignment generation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 1e44714176a5ef7e36d790bc9130b85aadc7c27a | | | Author: Adrian Pop | | | Date: Tue Mar 3 17:26:44 2015 +0000 | | | | | | - increase simulation executable stack size on Windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4623b8113d8972ec4b16e3a8bc3eb921c7812e82 | | | Author: Marcus Walther | | | Date: Tue Mar 3 15:55:29 2015 +0000 | | | | | | - changed PreVariables-Array from dynamic to static | | | - added a "isSome"-function to the Util-module | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Util/Util.mo | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | * commit 348afb1cefb2721a9e0ee54db3296d6b1c10c87b | | | Author: Niklas Worschech | | | Date: Tue Mar 3 14:51:35 2015 +0000 | | | | | | fix for initialization of string parameter in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6227835a188975f5f9e5623efab8d9ed786c5f93 | | | Author: Martin Sjölund | | | Date: Tue Mar 3 14:16:19 2015 +0000 | | | | | | Avoid generating platform-specific Modelica code for FMU's | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit c983b602f0c8157a399061a72e23a8101300e85c | | | Author: Martin Sjölund | | | Date: Tue Mar 3 14:15:35 2015 +0000 | | | | | | Add %APPDATA% to get a directory to store user files on Windows | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 8c28716778718b69d1013a3d8664d223f843c6e8 | | | Author: Martin Sjölund | | | Date: Tue Mar 3 14:14:33 2015 +0000 | | | | | | Fix assertion of json text | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | | | * commit cf0390daca6661c7aa1312a6bcea02005a3e4e8e | | | Author: OpenModelica Hudson | | | Date: Tue Mar 3 13:06:23 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 293a54fe35fda9d4a5bc82c08b47eec53789890d | | | Author: Vitalij Ruge | | | Date: Tue Mar 3 12:53:33 2015 +0000 | | | | | | aktived postOptModul lateInlineFunction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 0aab849754002b899b5850e1fc7286c9156915e3 | | | Author: Niklas Worschech | | | Date: Tue Mar 3 12:42:17 2015 +0000 | | | | | | fix for cpnvertBoolToInt in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 3dfe5c9642e7a7cf01081ec75a172fb5ce79b2fb | | | Author: Martin Sjölund | | | Date: Tue Mar 3 12:21:03 2015 +0000 | | | | | | Fix the debug info according to the schema | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | * commit 94a443a4caee18d7db8ab7b4c30379041d2471b9 | | | Author: Vitalij Ruge | | | Date: Tue Mar 3 12:08:45 2015 +0000 | | | | | | fixed makeNoEvent? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit ab6c8f4ce6dcebbccf26570fd1bf5a42a49890de | | | Author: Lennart Ochel | | | Date: Tue Mar 3 10:33:11 2015 +0000 | | | | | | - more cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit b36365b9feb626d6ff83189181bbce670bae6282 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 3 10:22:45 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 93cad0ec1f8693b06c1f4fd07b154d8d139a5975 | | | Author: Niklas Worschech | | | Date: Tue Mar 3 10:18:14 2015 +0000 | | | | | | fix for initialization of string alias variables in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 8d0f908eabc574d2196011f410c9fd6f99f0359e | | | Author: Vitalij Ruge | | | Date: Tue Mar 3 10:07:31 2015 +0000 | | | | | | revert r24844, don't work | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 26071c23428809b327b319dd38aeb5e16db1f2e5 | | | Author: Vitalij Ruge | | | Date: Tue Mar 3 10:04:05 2015 +0000 | | | | | | improved handling of not derivable function calls in ExpressionSolve | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 60240740cc1f71877324c4cd98699cf196077954 | | | Author: Lennart Ochel | | | Date: Tue Mar 3 10:03:35 2015 +0000 | | | | | | - some cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 384811463067bb0144543e29a2e5f32ee159678e | | | Author: Lennart Ochel | | | Date: Tue Mar 3 09:12:35 2015 +0000 | | | | | | - mark public templates in CodegenC.tpl | | | | | | | | | CodegenC.* calls: | | | - Compiler\Script\CevalScript.mo (1 hit) | | | - CodegenC.generateEntryPoint | | | - Compiler\Template\CodegenFMU.tpl (11 hits) | | | - CodegenC.simulationLiteralsFile | | | - CodegenC.simulationFunctionsHeaderFile | | | - CodegenC.simulationFunctionsFile | | | - CodegenC.externalFunctionIncludes | | | - CodegenC.recordsFile | | | - CodegenC.simulationHeaderFile | | | - CodegenC.generateSimulationFiles | | | - CodegenC.simulationInitFile | | | - CodegenC.extFunctionName | | | - CodegenC.symbolName | | | - CodegenC.cref | | | - Compiler\Template\CodegenQSS.tpl (1 hit) | | | - CodegenC.daeExp | | | - Compiler\SimCode\SimCodeMain.mo (3 hits) | | | - CodegenC.translateInitFile | | | - CodegenC.translateModel | | | - CodegenC.translateFunctions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 38aa136d9034b24008a2c947ea57df7945177b8b | | | Author: Lennart Ochel | | | Date: Tue Mar 3 08:47:23 2015 +0000 | | | | | | - cleanup of some obsolete templates | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e3c80b8047f4fa071245991907bfdd3d80e4780e | | | Author: Volker Waurich | | | Date: Mon Mar 2 14:17:31 2015 +0000 | | | | | | - dump type information for equations in +d=dumpSimCode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 1cb172cbac04a7ae730553e0fa286def18de4f9d | | | Author: OpenModelica Hudson | | | Date: Mon Mar 2 11:58:03 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFFlatten.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | | | * commit 7803d9ab730298e2801117f22b5a089592ee4c64 | | | Author: Per Östlund | | | Date: Mon Mar 2 11:27:56 2015 +0000 | | | | | | - Completely wreck scodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | A Compiler/FrontEnd/NFFlatten.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit b339f9cbd9eef892d7bbaca635b04137980df657 | | | Author: Henning Kiel | | | Date: Mon Mar 2 11:03:48 2015 +0000 | | | | | | some cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | | | * commit 00c28f7b36eff55a6698d6747bece1040a5a6ba0 | | | Author: Lennart Ochel | | | Date: Mon Mar 2 10:43:31 2015 +0000 | | | | | | - prepare qss solver development (using euler method as place holder) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | A SimulationRuntime/c/simulation/solver/perform_qss_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 7c3bb7807e18ed8aa28c6347d020b87debcd419e | | | Author: OpenModelica Hudson | | | Date: Mon Mar 2 09:57:25 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1935b7aaba5c39623fbd9fd6784ec1110cb8a455 | | | Author: Lennart Ochel | | | Date: Mon Mar 2 09:49:49 2015 +0000 | | | | | | - fix string handling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit aa906305c2f32958f203972ddcd5ff4d7e7abd94 | | | Author: Niklas Worschech | | | Date: Mon Mar 2 09:48:54 2015 +0000 | | | | | | fix for pre call for array in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 3754f6b1dc0d730512164381fc2952237555d620 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 2 09:01:02 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit ae60742912a68aad55da1096badfb8c454fe90f2 | | | Author: Lennart Ochel | | | Date: Mon Mar 2 08:49:43 2015 +0000 | | | | | | - add auxiliary function for printing sparse structure of jacobian A | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 2cdd472a6a05ea69429c55763499ebf733afd37b | | | Author: Ruediger Kampfmann | | | Date: Mon Mar 2 07:15:18 2015 +0000 | | | | | | -removed argument cycletime in calcOneStep and runSingleStep | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | * commit 91056c7bbaaff74d85744e30e9d4e6c1d052fc31 | | | Author: Ruediger Franke | | | Date: Mon Mar 2 06:50:25 2015 +0000 | | | | | | remove call to dimensionKnown from Static.elabBuiltinDiagonal (#3168) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit e88f2c1f0de7b6967212ece3482bde4c30cd0597 | | | Author: Adrian Pop | | | Date: Mon Mar 2 03:23:12 2015 +0000 | | | | | | Fix #3180 | | | - fix unparsing of dummy derivative operations in Model_info.json | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | * commit ec580e2fc395eb0f30ab2ee35aa02dcb6414cf4e | | | Author: Vitalij Ruge | | | Date: Sun Mar 1 14:52:32 2015 +0000 | | | | | | added simplify rule for differentiation of function call (active with flag) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ce92a6a3e74dc471583c1713f40a6a64b57e5a47 | | | Author: Adrian Pop | | | Date: Fri Feb 27 19:13:28 2015 +0000 | | | | | | - split the detailed trend into a new file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryCoverageTrend.sh | | | | | * commit 8a75ddc3f8e7bf397c555c75bfdaa7a996163fe7 | | | Author: Vitalij Ruge | | | Date: Fri Feb 27 18:00:42 2015 +0000 | | | | | | activated some optimization for jacobians | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit f398394ac2b9fe75ac6fc16684148b343bd33e1e | | | Author: Henning Kiel | | | Date: Fri Feb 27 16:44:23 2015 +0000 | | | | | | fix warning | | | fix memory leak | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/runtime/systemimpl.h | | | | | * commit 2e796ee83a10434e246dc9aff617a31f72684afc | | | Author: Lennart Ochel | | | Date: Fri Feb 27 16:39:44 2015 +0000 | | | | | | - remove unused import statement | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit deee448b7ac4f55b4c3b568df6ee373d88f5c475 | | | Author: Lennart Ochel | | | Date: Fri Feb 27 16:38:11 2015 +0000 | | | | | | - move auxiliary functions to BackendDAEUtil | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 70fdb7c0b04a2a4567e4cd0652de945731fb788b | | | Author: Lennart Ochel | | | Date: Fri Feb 27 16:16:51 2015 +0000 | | | | | | - translate html dump into English | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DumpHTML.mo | | | | | * commit daa3a56f57c507d53949917d434b112a92ca78c5 | | | Author: Lennart Ochel | | | Date: Fri Feb 27 16:07:04 2015 +0000 | | | | | | - fix trailing blanks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DumpHTML.mo | | | | | * commit 9fa79540d6210f23c1edd0ad2d6182c3c7125abb | | | Author: Lennart Ochel | | | Date: Fri Feb 27 16:06:25 2015 +0000 | | | | | | - some more cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DumpHTML.mo | | | | | * commit da2f81e151733917e012b980b0bdf112c3904112 | | | Author: Lennart Ochel | | | Date: Fri Feb 27 15:49:31 2015 +0000 | | | | | | - cleanup DumpHTML stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | | | * commit 721d9d0043e11e1efe7e0dad730e2eb64b47580f | | | Author: OpenModelica Hudson | | | Date: Fri Feb 27 13:15:39 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 041dcfb9dbfd2527f9ce9919e7079bfcb7ce8d7a | | | Author: Lennart Ochel | | | Date: Fri Feb 27 12:50:28 2015 +0000 | | | | | | - new xml dump that can be placed at each position of the pre/post optimization phase | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Util/Flags.mo | | | | | * commit c765b0e83c9fb079e1eab34adb009c455f028d2b | | | Author: Lennart Ochel | | | Date: Fri Feb 27 12:33:03 2015 +0000 | | | | | | - cleanup dumpXMLDAE implementation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit e416fb86aa280a93a13b42830fe7f15a2219dfdf | | | Author: Lennart Ochel | | | Date: Fri Feb 27 12:03:51 2015 +0000 | | | | | | - new dump that can be placed at each position of the pre/post optimization phase | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d659af3c89fb39f9736574992ed45d9c191210a6 | | | Author: Lennart Ochel | | | Date: Fri Feb 27 11:41:07 2015 +0000 | | | | | | - dump states properly (LOG_DASSL_STATES) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit f4cd0419d4e1a0c15437623004392df3fd3b3f6f | | | Author: Lennart Ochel | | | Date: Fri Feb 27 11:33:47 2015 +0000 | | | | | | - dump tolerances properly (LOG_SOLVER) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit b61c576d47f5fcda2ad6fd7698b46f27571357fb | | | Author: Vitalij Ruge | | | Date: Fri Feb 27 10:31:47 2015 +0000 | | | | | | fixed output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 3b0a884843049cc2279500544c45131f5cd1113d | | | Author: Marcus Walther | | | Date: Fri Feb 27 09:05:13 2015 +0000 | | | | | | - copy-constructor added to cpp-runtime model-class | | | - some cleanup and fixes for arrays in membervariabledefine in cpp-template and cpp-hpcom-template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 46ba65620bebfa130324437d4f67c344889e7a37 | | | Author: OpenModelica Hudson | | | Date: Fri Feb 27 08:54:42 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 5ce643a00996791146aa77954427db17b41a8b1c | | | Author: Volker Waurich | | | Date: Fri Feb 27 08:47:10 2015 +0000 | | | | | | - fix hpcom for empty system, set numProc correctly for empty systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f92b9886054b7935f1a474dc2b5672a00574b9e7 | | | Author: Adrian Pop | | | Date: Fri Feb 27 08:03:49 2015 +0000 | | | | | | - better handling of detailed trend part | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryCoverageTrend.sh | | | | | * commit 91927af25d6e5471382fad0bede5e82be4b9ce39 | | | Author: Adrian Pop | | | Date: Fri Feb 27 07:58:08 2015 +0000 | | | | | | - generate also *-trend-detailed.svg and png with the last 2 weeks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit 8f626cbb4c05511e2241fda5900dc12b940f5fe0 | | | Author: Adrian Pop | | | Date: Fri Feb 27 07:47:23 2015 +0000 | | | | | | - make it executable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryCoverageTrend.sh | | | | | * commit 578cd5aac2cd097eaeec01ef04c8baba8ea5b988 | | | Author: Adrian Pop | | | Date: Fri Feb 27 07:45:32 2015 +0000 | | | | | | - add the trend generator to svn | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Examples/LibraryCoverageTrend.sh | | | | | * commit e674424fcd61b52675ce2634a8610a36b7a41cc6 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 26 21:24:11 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit fe1b3b8856054599f90ebcda64446575b8e31d00 | | | Author: Olena Rogovchenko | | | Date: Thu Feb 26 21:09:41 2015 +0000 | | | | | | figaro export bug fix in xml generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit a561f6c5ceae033fd5ca743e070a4abcfa5205e3 | | | Author: Martin Sjölund | | | Date: Thu Feb 26 18:54:48 2015 +0000 | | | | | | - use cd() for current directory as you cannot call System.pwd inside ModelicaBuiltin.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit daed35fea2daafa80e5815d3b56f73c620a66810 | | | Author: Adrian Pop | | | Date: Thu Feb 26 18:46:29 2015 +0000 | | | | | | - use "." for current directory as you cannot call System.pwd inside ModelicaBuiltin.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit e3f87030c82e53c36ab63aa57ef42e79968294c8 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 26 14:29:08 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 459a498a4b46948f8850f765877964ece138e636 | | | Author: Henning Kiel | | | Date: Thu Feb 26 14:04:50 2015 +0000 | | | | | | fix mkdtemp according to definition from man page | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit be2b428a804c4c535f75609883c0a62effd0b2a4 | | | Author: Olena Rogovchenko | | | Date: Thu Feb 26 13:53:22 2015 +0000 | | | | | | figaro export bug fix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 37c80aa48ac1d5bb3743ccb2ef5f84d50a581303 | | | Author: Martin Sjölund | | | Date: Thu Feb 26 13:45:35 2015 +0000 | | | | | | Allow --std=latest to change to the default (was previosuly impossible) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e10c23c17f2642518c5a20fb16c0118834abed38 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 26 13:18:45 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 0e6484e67d00e1c96345c43c9301a90ff2f0a2f0 | | | Author: Per Östlund | | | Date: Thu Feb 26 13:15:02 2015 +0000 | | | | | | - Improved deduction of implicit iteration ranges in for-loops. | | | - Added ALG_ASSERT, ALG_TERMINATE and ALG_REINIT to SCode.Statement, | | | to mimic how SCode.EEquation is structured. | | | - Various code cleanup. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 165374bf27ae1b4fd123dcd8653e8df50a1caea5 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 26 12:43:45 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 958e4fecfe4023ad6d7eef3770b8852ac7bbb669 | | | Author: Marcus Walther | | | Date: Thu Feb 26 12:23:44 2015 +0000 | | | | | | - fixed a strange segmentation fault of gcc, if hpcom-openmp code is used | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 74314a7ffd247d4d10073df57af2ebf5159a33c8 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 26 11:41:35 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 6823b02b3fe78932749ea025f22d7ea6c6e2672d | | | Author: Lennart Ochel | | | Date: Thu Feb 26 11:36:00 2015 +0000 | | | | | | - new flag to deactivate partitioning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 46db20a4e0a2dff032c7f9a47b08ad67e049d7c2 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 26 11:32:37 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DumpGraphML.mo | | | | | * commit be66770e16a207c3d96044df312882a13c18c45d | | | Author: Lennart Ochel | | | Date: Thu Feb 26 10:58:43 2015 +0000 | | | | | | - separate dumpGraphML stuff from index reduction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | A Compiler/BackEnd/DumpGraphML.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit f636fff6d008429343169455936320f8a57f8aa7 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 26 10:49:31 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 1a0275d1358db0b5cfb11be886cfef086ab3d86d | | | Author: Per Östlund | | | Date: Thu Feb 26 10:42:17 2015 +0000 | | | | | | Fix for #3178: | | | - Fix dead store elimination for loops. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 01a71e1a09f17068e7b5345ab01558d693a719cf | | | Author: Volker Waurich | | | Date: Thu Feb 26 10:15:13 2015 +0000 | | | | | | - output cpCosts for level-Scheduling | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 54bb76f42db7d69cb476e09a4dcac977e3233741 | | | Author: Adrian Pop | | | Date: Thu Feb 26 10:11:27 2015 +0000 | | | | | | - don't write after the end of the string, read the mkdtemp definition (template ends in 6 chars which are rewritten in place) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 44bbb15fa6e88cc49c8c03da7ef2c0a25ae342a8 | | | Author: Marcus Walther | | | Date: Thu Feb 26 10:07:57 2015 +0000 | | | | | | - removed cachemap-dump if hpcom-dump-flag is set | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | * commit 997ee5f21a5fe1f4a91bad7b0d85d7043d9bb3a2 | | | Author: Henning Kiel | | | Date: Thu Feb 26 10:03:59 2015 +0000 | | | | | | fix generation of tmp path in mkdtemp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 9cfe86c96ca9f329808dd39838bfb6320939bfc1 | | | Author: Vitalij Ruge | | | Date: Thu Feb 26 10:02:58 2015 +0000 | | | | | | fixed output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 313fe2bc87908e09c43661d40a71d639d38ac7bc | | | Author: Adrian Pop | | | Date: Wed Feb 25 21:01:11 2015 +0000 | | | | | | - use rand instead of uuid to get rid of some dependencies | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit c1457fe747d135675e21958a380552557d0e5676 | | | Author: Adrian Pop | | | Date: Wed Feb 25 20:28:29 2015 +0000 | | | | | | - fix MSVC includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 7458ec6ce6a4c2325003e2a2a84737f1f5731699 | | | Author: Adrian Pop | | | Date: Wed Feb 25 18:38:54 2015 +0000 | | | | | | - implement mkdtemp for MinGW and MSVC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 56be07b86621edfdb85eeaf276b8666f63cdc4d9 | | | Author: Vitalij Ruge | | | Date: Wed Feb 25 17:14:48 2015 +0000 | | | | | | initial guess with file for dyn. opt. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | | | * commit 94cf0d3c44e4c80a57b45de702dd09531e6c91f9 | | | Author: Martin Sjölund | | | Date: Wed Feb 25 15:52:05 2015 +0000 | | | | | | Remove odd linux32/linux64 hacks from when omc started using the wrong fmu platform string | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit a63f281aa2b7cd929d15a3922323fd9165594f9e | | | Author: OpenModelica Hudson | | | Date: Wed Feb 25 14:21:19 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 0f64ea66b97fd6cdc11cd87abfcc9aafbcecaf25 | | | Author: Lennart Ochel | | | Date: Wed Feb 25 13:57:42 2015 +0000 | | | | | | - clean up index reduction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit d796a6ff46e2e750603a01c2aa6c46b876f6e767 | | | Author: Martin Sjölund | | | Date: Wed Feb 25 13:03:11 2015 +0000 | | | | | | Automatically compile used libraries if Resources/BuildProjects is available | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimpl.c | | | M configure.in | | | | | * commit 7f4b1c7cecd412131934a3ccafe57e981556263f | | | Author: OpenModelica Hudson | | | Date: Wed Feb 25 12:15:08 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit d9bc2f1d9cc062da03b0b54511b395bf5354c0d4 | | | Author: Olena Rogovchenko | | | Date: Wed Feb 25 11:55:00 2015 +0000 | | | | | | FigaroExport interface update | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | | | * commit 4e9952f3ff715bb5fcc242d31af0c235b16ee434 | | | Author: Lennart Ochel | | | Date: Wed Feb 25 11:31:50 2015 +0000 | | | | | | - add proper cse debug output of substitution | | | - remove unused/duplicated variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 540518342bacb4abf2715ce0ed533d127ec33431 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 25 10:57:09 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 9d4364206aedc1aee9aac8a232269d2a162cf49b | | | Author: Lennart Ochel | | | Date: Wed Feb 25 10:53:52 2015 +0000 | | | | | | - fix internal generation of discrete cse variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit d87131102fba7f8d0de9b3a2b0f33fd2888bae04 | | | Author: Willi Braun | | | Date: Wed Feb 25 10:47:29 2015 +0000 | | | | | | - fixed #3053. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 681bc84ce62f8839dc107c8d2d569a6f64ddb442 | | | Author: Lennart Ochel | | | Date: Wed Feb 25 09:54:39 2015 +0000 | | | | | | - fix type of cse binary substitution | | | - add debug output to trace unsupported cse types | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 2788d6ebac93353ce0e1ba8e00727bbe68d0b5bc | | | Author: OpenModelica Hudson | | | Date: Wed Feb 25 09:48:24 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit c789f13b17383b384996059d12e7362637e78c08 | | | Author: Lennart Ochel | | | Date: Wed Feb 25 09:26:14 2015 +0000 | | | | | | - fix statistics of cse call expressions | | | - proper cse debug output of creating cse statistics | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 9e59c0c84e0ea704f2970d940c096fdbcf658981 | | | Author: Lennart Ochel | | | Date: Wed Feb 25 09:06:06 2015 +0000 | | | | | | - dump equations after variables, since this is the way we dump most stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit e96b6102519d18e3573103b7ec8a7a4e325985f6 | | | Author: Lennart Ochel | | | Date: Wed Feb 25 09:01:09 2015 +0000 | | | | | | - fix binary statistics of cse module | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 6e920f85275b75052173526e2e67fe5f6400bfe0 | | | Author: Lennart Ochel | | | Date: Wed Feb 25 08:21:35 2015 +0000 | | | | | | - clean up (remove unused variables, ...) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 7e833383cdee8319197d14cd24e5aa0bff434f00 | | | Author: Martin Sjölund | | | Date: Wed Feb 25 06:28:50 2015 +0000 | | | | | | Re-enable looking for libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ed98b2996a3898cf2b46b995fc35a5687c40ba4e | | | Author: Adrian Pop | | | Date: Tue Feb 24 23:56:06 2015 +0000 | | | | | | - disable the check for now to make the builds work | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 07e9fbdec58e444d9e4fd1e8d4c0c216b7081660 | | | Author: Adrian Pop | | | Date: Tue Feb 24 23:41:26 2015 +0000 | | | | | | - make it a warning until we sort things out | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 956256c239f7a3546575dec5a45cb9988877d683 | | | Author: Martin Sjölund | | | Date: Tue Feb 24 22:49:06 2015 +0000 | | | | | | Add some code that checks if the external Library from the annotation exists before trying to compile | | | Later on, we can use this as a heuristic to automatically compile the C-sources | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Error.mo | | | | | * commit 4950de851064567c8ed696211a7d95d805c430c1 | | | Author: Martin Sjölund | | | Date: Tue Feb 24 20:07:39 2015 +0000 | | | | | | Change := in modifications to a warning instead of error, fix MM sources | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/BlockCallRewrite.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/File.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/GC.mo | | | M Compiler/Util/HashTableStringToProgram.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/StringUtil.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Parser/Modelica.g | | | | | * commit 2bd5e821b079321cc8c2a63ef47e750f3d1934ca | | | Author: Martin Sjölund | | | Date: Tue Feb 24 19:19:42 2015 +0000 | | | | | | Do not allow using := in modifiers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit bd4959b6c8086175cdb7229a00635d654e528dd1 | | | Author: Martin Sjölund | | | Date: Tue Feb 24 15:31:49 2015 +0000 | | | | | | m:#1595 Do not use := as modifiers in functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit d4c85dad3409830086e87e212d4cce3a7cec2edb | | | Author: Henning Kiel | | | Date: Tue Feb 24 14:40:06 2015 +0000 | | | | | | OSX is always special | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit f59da8963ed3dd5474ccbcc07d614a8a6e965d6e | | | Author: Bernhard Thiele | | | Date: Tue Feb 24 12:25:50 2015 +0000 | | | | | | Disabled debug output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | * commit 6f47d5a0b9dbc7ffd59f9b0b14f93ffcd25d5c83 | | | Author: Bernhard Thiele | | | Date: Tue Feb 24 12:12:44 2015 +0000 | | | | | | Added one sample period "delay" to avoid executing twice at t=0 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | * commit 1d1e10b53a2f2d751160d0595326ac1cf468e4b6 | | | Author: Lennart Ochel | | | Date: Tue Feb 24 11:25:03 2015 +0000 | | | | | | - fix initialization of state machines | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | * commit e39faa2604003ac4627301420ac32ccf733e9e2c | | | Author: Martin Sjölund | | | Date: Tue Feb 24 11:03:20 2015 +0000 | | | | | | Patch _main.c twice | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 02642a98b3218a2e6a41d922588a78604358b153 | | | Author: Martin Sjölund | | | Date: Tue Feb 24 10:43:45 2015 +0000 | | | | | | Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 94763c9703d112e6c0e52ed04a99ee05ef23bc9f | | | Author: Martin Sjölund | | | Date: Tue Feb 24 10:36:01 2015 +0000 | | | | | | Patch `_main.c` to avoid a new tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit c55967eb25debb87c588a063da49c8458d858a0b | | | Author: Henning Kiel | | | Date: Tue Feb 24 10:25:28 2015 +0000 | | | | | | Static analysis fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit d0bc4bfabc56ea15b44b6ac9c0d5a52e4c4d40d6 | | | Author: Martin Sjölund | | | Date: Tue Feb 24 09:25:02 2015 +0000 | | | | | | Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1888ecac48807c9f6f2dfe072f87f5252b269dd2 | | | Author: Martin Sjölund | | | Date: Tue Feb 24 09:15:27 2015 +0000 | | | | | | Static analysis fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Dynload.cpp | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit e2ac4ce611a68f31c2ab5a52a32cd16871d03669 | | | Author: Martin Sjölund | | | Date: Tue Feb 24 08:50:11 2015 +0000 | | | | | | Improve the static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit edd88e18d9d3a6ec22e6a712ab62b6a4ebd1bbbf | | | Author: Lennart Ochel | | | Date: Tue Feb 24 08:33:28 2015 +0000 | | | | | | - add hints to README in case that one wants not to place OMDev into c:\OMDev | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-OMDev-MINGW.txt | | | | | * commit ca4a9ccf50a2d2968796d416c8b8912885aab72d | | | Author: Marcus Walther | | | Date: Mon Feb 23 16:21:15 2015 +0000 | | | | | | - CVode and IDA are now calculating the "final time point" correctly | | | - Added a simple getter for global-settings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit 6acedf7590e19a0158aa7768e8f31dadc4dae606 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 23 15:48:33 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 37ff87af8f865e9d360c1bf4e4ee8d73235fdffd | | | Author: Bernhard Thiele | | | Date: Mon Feb 23 15:40:31 2015 +0000 | | | | | | Deleted unintentionally ressurrected resurrected directories "SimulationRuntime/interactive" and "SimulationRuntime/c/simulation/libf2c" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D SimulationRuntime/interactive/CMakeLists.txt | | | D SimulationRuntime/interactive/Makefile.in | | | D SimulationRuntime/interactive/README.txt | | | D SimulationRuntime/interactive/client.cpp | | | D SimulationRuntime/interactive/omi_Calculation.cpp | | | D SimulationRuntime/interactive/omi_Calculation.h | | | D SimulationRuntime/interactive/omi_Control.cpp | | | D SimulationRuntime/interactive/omi_Control.h | | | D SimulationRuntime/interactive/omi_ResultManager.cpp | | | D SimulationRuntime/interactive/omi_ResultManager.h | | | D SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | D SimulationRuntime/interactive/omi_ServiceInterface.h | | | D SimulationRuntime/interactive/omi_Transfer.cpp | | | D SimulationRuntime/interactive/omi_Transfer.h | | | D SimulationRuntime/interactive/socket.cpp | | | D SimulationRuntime/interactive/socket.h | | | D SimulationRuntime/interactive/socket_unix.cpp | | | D SimulationRuntime/interactive/socket_win.cpp | | | D SimulationRuntime/interactive/thread.cpp | | | D SimulationRuntime/interactive/thread.h | | | | | * commit d7d5bbf2d0657f83c4f89c26bc02747bf7a39c48 | | | Author: Volker Waurich | | | Date: Mon Feb 23 15:36:50 2015 +0000 | | | | | | - rule in startValue calculation that (time > -1.0) is not evaluated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit db2e17101805acb1a9b623f6bdd836fa698a341b | | | Author: Adeel Asghar | | | Date: Mon Feb 23 15:35:24 2015 +0000 | | | | | | - Added the fmi interface files inside fmu. | | | - modelDescription.xml not required in sources directory. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 34c5af0472eb43ca67a43a7b081797fefaa911be | | | Author: Adrian Pop | | | Date: Mon Feb 23 15:06:14 2015 +0000 | | | | | | - support both the old Modelica.Math.Matrices.LAPACK.dgelsx and the new one so one can use evaluation with older MSLs too | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | * commit 5c429bd1a30bc9535a1511d59ea38cc53211e886 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 23 15:04:47 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b2ba263e09c2194a0183165e60f57b3d063d7b76 | | | Author: Bernhard Thiele | | | Date: Mon Feb 23 14:44:53 2015 +0000 | | | | | | Merged StateMachine branch back into trunk! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HashTableSM.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/Flags.mo | | | A Compiler/Util/HashTableExpToIndexExp.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | A SimulationRuntime/interactive/CMakeLists.txt | | | A SimulationRuntime/interactive/Makefile.in | | | A SimulationRuntime/interactive/README.txt | | | A SimulationRuntime/interactive/client.cpp | | | A SimulationRuntime/interactive/omi_Calculation.cpp | | | A SimulationRuntime/interactive/omi_Calculation.h | | | A SimulationRuntime/interactive/omi_Control.cpp | | | A SimulationRuntime/interactive/omi_Control.h | | | A SimulationRuntime/interactive/omi_ResultManager.cpp | | | A SimulationRuntime/interactive/omi_ResultManager.h | | | A SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | A SimulationRuntime/interactive/omi_ServiceInterface.h | | | A SimulationRuntime/interactive/omi_Transfer.cpp | | | A SimulationRuntime/interactive/omi_Transfer.h | | | A SimulationRuntime/interactive/socket.cpp | | | A SimulationRuntime/interactive/socket.h | | | A SimulationRuntime/interactive/socket_unix.cpp | | | A SimulationRuntime/interactive/socket_win.cpp | | | A SimulationRuntime/interactive/thread.cpp | | | A SimulationRuntime/interactive/thread.h | | | | | * commit bf2593f319894360d5441a9020f9df517c42d89f | | | Author: Volker Waurich | | | Date: Mon Feb 23 14:39:35 2015 +0000 | | | | | | - added Flag to disable pre-Calculation of start-values | | | - disable start value calculation for linSymSolConstA test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit eeeb02637d5985e5c3b09c8449c3e57a07cda942 | | | Author: Volker Waurich | | | Date: Mon Feb 23 13:26:33 2015 +0000 | | | | | | - activate PreCalculateStartValues | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 854976105c1dc95543c302673075d2fbe2a9971a | | | Author: Martin Sjölund | | | Date: Sun Feb 22 13:48:21 2015 +0000 | | | | | | Find first | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Array.mo | | | | | * commit a369e43b743b55255bd2992b45918113f1567a2d | | | Author: Martin Sjölund | | | Date: Sun Feb 22 06:57:42 2015 +0000 | | | | | | Static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/unitparser.cpp | | | | | * commit 6382bf18019adc08a9240908a2be2bf7f7eab5cc | | | Author: Martin Sjölund | | | Date: Sat Feb 21 20:58:55 2015 +0000 | | | | | | Compile using CXX; feature-check C++ variadic macros (part of C++11) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit dd529a91a4a89816b7aa3810a732b930ff0e89a1 | | | Author: Martin Sjölund | | | Date: Sat Feb 21 20:43:17 2015 +0000 | | | | | | Static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 7c619223bbb36191cf17cfa057214a3c57cfef46 | | | Author: Martin Sjölund | | | Date: Sat Feb 21 20:39:23 2015 +0000 | | | | | | Fix warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Array.mo | | | | | * commit 5bff6b517690a975633695a8c63dae2b7d2df274 | | | Author: OpenModelica Hudson | | | Date: Sat Feb 21 18:01:28 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7a4dc582a36be1954b8d0e91a4272320a2c80bb9 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Feb 21 17:38:01 2015 +0000 | | | | | | Fix Cpp test. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit b366981fa27892faf22062031dc97649ae7e738b | | | Author: Adrian Pop | | | Date: Sat Feb 21 10:26:24 2015 +0000 | | | | | | - min and max does not exist in C Linux it seems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/lapackimpl.c | | | | | * commit 225b154888efe8d2b4526f6bb1b3c523525b9bf3 | | | Author: Adrian Pop | | | Date: Sat Feb 21 10:16:36 2015 +0000 | | | | | | - MSL 3.2.1 (m:r8095) changes the interface of Modelica.Math.Matrices.LAPACK.dgelsx | | | - adapt our interactive evaluation of Lapack to match the changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/runtime/lapackimpl.c | | | | | * commit c843f04e22b6172fbf1e57067087e5b6cf5872be | | | Author: Adrian Pop | | | Date: Sat Feb 21 09:09:31 2015 +0000 | | | | | | - you need to strdup the message otherwise you get bad messages containing invalid XML characters, see: https://test.openmodelica.org/hudson/job/MSL_trunk_cpp_Simulation/351/console and https://test.openmodelica.org/hudson/job/OpenModelica_TEST_LIBRARIES/ws/OpenModelica/BuildModelTest/MSL_trunk_cpp/BuildModelRecursive.sim.xml | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit 544c14bc6aea65dfc9017343d105b54f1ab82da4 | | | Author: Martin Sjölund | | | Date: Sat Feb 21 09:05:00 2015 +0000 | | | | | | #3169 fix going into the correct case when using osx | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 0bc41237a09dde53138e3ce3842400c0545b074a | | | Author: Martin Sjölund | | | Date: Sat Feb 21 08:25:29 2015 +0000 | | | | | | #3169 Fix OSX name in FMU's | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 0b1d872b9d9d52e9e5f9a648b47d843293c78334 | | | Author: Adrian Pop | | | Date: Fri Feb 20 23:41:22 2015 +0000 | | | | | | - use the alloc interface not malloc directly | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/base_array.c | | | | | * commit 18a23d0bdaa6f0d378d2a61c68432d48e43bcbb0 | | | Author: Martin Sjölund | | | Date: Fri Feb 20 20:42:14 2015 +0000 | | | | | | Fix typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit fa33eb30a4633dc5d7ba4d76043cc4cb4a80c39d | | | Author: Henning Kiel | | | Date: Fri Feb 20 19:34:38 2015 +0000 | | | | | | some code cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 0e6a26a89ddf87c28bb5fa9e2610473f1a973ad7 | | | Author: OpenModelica Hudson | | | Date: Fri Feb 20 19:02:18 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/util/integer_array.c | | | | | * commit b010babf567e1acb130b0631e6cb0ddf705dcb64 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Feb 20 18:47:45 2015 +0000 | | | | | | Handle Slices in simulation contexts. | | | Use correct types when creating common subsexpressions. | | | Fix faulty array expansions. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/util/integer_array.c | | | | | * commit 7d1a1f7c527341d1bff0989fdd216f246418b024 | | | Author: Vitalij Ruge | | | Date: Fri Feb 20 13:51:39 2015 +0000 | | | | | | improved solveLinearSystem | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f1599b9509f5b9d2e6e399eb79aa989e351cd9d2 | | | Author: OpenModelica Hudson | | | Date: Fri Feb 20 12:50:11 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 47506f42aa085e3857d0f56fb22aaf3d7b85167e | | | Author: Marcus Walther | | | Date: Fri Feb 20 12:46:36 2015 +0000 | | | | | | - fixed static linking of cpp-runtime | | | - fix for missing kinsol-includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | * commit ff39f086b381f6990cd5773020bdff128cacedbb | | | Author: Bernhard Bachmann | | | Date: Fri Feb 20 12:27:43 2015 +0000 | | | | | | improved convergence criteria of Newton solver (within Homotopy solver) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 3c1329f3a9eba6c06c9e2728eb1d37e2badb2e9d | | | Author: OpenModelica Hudson | | | Date: Fri Feb 20 11:59:10 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Util/List.mo | | | | | * commit 84731f62276013262c1a223175db32e584b5e861 | | | Author: Marcus Walther | | | Date: Fri Feb 20 11:57:38 2015 +0000 | | | | | | - added a function to find all parameters of an equation | | | - parameter-equation-mapping is now part of hpcom | | | - improved HPCOM-GRS | | | - some HPCOM code improvements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Util/List.mo | | | | | * commit 061cf87f99760b6dcecd0166967236ac38494503 | | | Author: Henning Kiel | | | Date: Fri Feb 20 09:36:57 2015 +0000 | | | | | | fix last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 2a44b01375f4deaf4747f4bc44af5b328b9dd7fe | | | Author: Henning Kiel | | | Date: Fri Feb 20 09:24:35 2015 +0000 | | | | | | fixed some annotations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 65f1416ed507e3cd3aed9af1f591cef92d13e4db | | | Author: Lennart Ochel | | | Date: Fri Feb 20 08:36:58 2015 +0000 | | | | | | - fix initialization of over-determined systems containing when-clause | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit b74f69360b3355078f00eadae60eb666c8b71d23 | | | Author: Martin Sjölund | | | Date: Fri Feb 20 08:15:50 2015 +0000 | | | | | | #3166 Escape \r in C strings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 466b1a8d8cdffba9aba4ba8765b9890db5884d4c | | | Author: OpenModelica Hudson | | | Date: Thu Feb 19 16:43:05 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | * commit 6a1a75d4fd3682f1f3f00d76c2f3c59ed79f949d | | | Author: Niklas Worschech | | | Date: Thu Feb 19 16:35:44 2015 +0000 | | | | | | separated LoadSystem Method in SimController class in LoadSystem and LoadSimData | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | * commit cf0776bd80908c9f9b5195a415d76aa3612273f2 | | | Author: Volker Waurich | | | Date: Thu Feb 19 16:06:40 2015 +0000 | | | | | | - enable BackendEquation.traverseExpsOfEquationList to replace crefs with constants | | | - removed fail message | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 7f784b939806978af2d3946e0fedccf54bcad48e | | | Author: Volker Waurich | | | Date: Thu Feb 19 15:30:20 2015 +0000 | | | | | | - revert last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 6fd4d4fee7e4409286aa162ab3a6f4c1bc13351a | | | Author: Volker Waurich | | | Date: Thu Feb 19 15:19:01 2015 +0000 | | | | | | - activate preCalculateStartValues (will be reverted) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 338816bf819cbe0d8992a4cc501bc2eba489aff9 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 19 14:35:48 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 9c4fd4cdc0fd6d85480a70df14b8f8edf764f6cc | | | Author: Henning Kiel | | | Date: Thu Feb 19 14:31:00 2015 +0000 | | | | | | some code cleanup | | | sin(acos(e)) = cos(asin(e)) = sqrt(1-e^2) | | | sin(atan(e)) = e/sqrt(1+e^2) | | | cos(atan(e)) = 1/sqrt(1+e^2) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | * commit 1b352cf7067392825cfa62a217fb7f7285853655 | | | Author: Volker Waurich | | | Date: Thu Feb 19 14:20:29 2015 +0000 | | | | | | - dont replace discrete vars in cseReplacement | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 3f3b49b4dfab6b34b2d4396a97ad3788c6b7686c | | | Author: Willi Braun | | | Date: Thu Feb 19 13:52:37 2015 +0000 | | | | | | - fix #3151 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 71351844384736d1f696ced15b2b57aefe50a829 | | | Author: Lennart Ochel | | | Date: Thu Feb 19 10:28:59 2015 +0000 | | | | | | - code simplifications and more debug output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit c87d04985c670287980e65804cb81fa98703fed7 | | | Author: Henning Kiel | | | Date: Thu Feb 19 09:24:45 2015 +0000 | | | | | | fix some warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | | | * commit 0a284a1fa833c16b8ec9a418bd7fc129eec3c2d9 | | | Author: Volker Waurich | | | Date: Thu Feb 19 08:11:51 2015 +0000 | | | | | | - added missing files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 3b73d9e68f4e39b33ba2707fbde5afe6bcb5ba99 | | | Author: Volker Waurich | | | Date: Thu Feb 19 07:59:04 2015 +0000 | | | | | | - added preCalculateStartValues (not activated now) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f6178d4ac346874af70f82e6e328e5054d09a28c | | | Author: Adrian Pop | | | Date: Wed Feb 18 23:09:48 2015 +0000 | | | | | | - more removal of __attribute__ | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 491f09af29ca82093adf509bfce56b48242ad217 | | | Author: Adrian Pop | | | Date: Wed Feb 18 23:07:52 2015 +0000 | | | | | | - attempt to fix builds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f3fd414a5902beca9185fc18035aaabd12d52508 | | | Author: Willi Braun | | | Date: Wed Feb 18 22:02:02 2015 +0000 | | | | | | - improved assert output further with debug | | | - fixed #3074 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 17420d7d73f93599f836fff79723bb94f5a502d0 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 18 18:16:43 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3a87bcd3de2d05555a42b1d99ff9d7322c9a7118 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Feb 18 18:08:11 2015 +0000 | | | | | | Attempt to fix PowerSystems tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit b88ecfb92d99a782d1c75fcb8e8d728e7556c6c0 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Feb 18 12:38:15 2015 +0000 | | | | | | Re-enable diagonal() simplification with minor changes. Back-end can't handle unsimplified ones in some cases. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit fbd8cc7f6a17038ff6450890bdabc663225af007 | | | Author: Henning Kiel | | | Date: Wed Feb 18 12:01:25 2015 +0000 | | | | | | small optimizations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit c74f4f6baa0df3edf4126467559d28203f542cb2 | | | Author: Adrian Pop | | | Date: Wed Feb 18 02:02:09 2015 +0000 | | | | | | - ansi c for msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 5750854f4c3d223a0cf6f617110f173b90f3f7b3 | | | Author: OpenModelica Hudson | | | Date: Tue Feb 17 17:09:32 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 588735d7bdc1d847abe0b74230660b1dc65674b7 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Feb 17 17:00:58 2015 +0000 | | | | | | + Fix #2726. | | | Handle diagonal() in code generation instead of simplifying it. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit e985982bfde2531743d1f2565b99f8e81c5e115b | | | Author: Volker Waurich | | | Date: Tue Feb 17 15:53:57 2015 +0000 | | | | | | - keep the correct type when replacing constant alias vars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 8d4137598fc6e0b30406d5dde7ac5d38eac1a111 | | | Author: Volker Waurich | | | Date: Tue Feb 17 14:01:04 2015 +0000 | | | | | | - added partition scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 481132378509b799f482cd2fd7b7b65c5d4e53ea | | | Author: Lennart Ochel | | | Date: Tue Feb 17 10:31:04 2015 +0000 | | | | | | - fix output format "ia" for strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_ia.cpp | | | | | * commit 900d0e1304e53704d91b412b402c63ac1ec0b00c | | | Author: Ruediger Kampfmann | | | Date: Tue Feb 17 08:55:47 2015 +0000 | | | | | | -typo fix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | * commit 3bdec1d45de5bda2f8adede8e6b05017f46f96b0 | | | Author: Willi Braun | | | Date: Mon Feb 16 18:45:58 2015 +0000 | | | | | | - added more information for a triggered Modelica assert | | | - fixes partially #3074 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 8612d77128c04501167e76307778d6696b33c866 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 16 18:28:51 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 456d6db75a889d0f56c4b7683e4791900c532dce | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Feb 16 18:19:57 2015 +0000 | | | | | | + Removed some unnecessary asub creations. | | | + consider subscripts when looking for cref dependencies. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b895d5acf7c3a6befabab9dfe517f3ebf3ae72c0 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 16 17:47:21 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 7e8b29f163c8a0c262e30699e339687a7ff3d2f7 | | | Author: Vitalij Ruge | | | Date: Mon Feb 16 17:45:46 2015 +0000 | | | | | | added structure for der(input) for dyn. opt. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9822673c9da12ca7913c882351cf6c148b1661bf | | | Author: Adrian Pop | | | Date: Mon Feb 16 16:44:46 2015 +0000 | | | | | | Fix bug: #3157 | | | - handle also empty Name annotations, i.e.: annotation(Name); | | | - add test testsuite/openmodelica/interactive-API/getDialogAnnotation.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 4ba9af062e825b725ca77e1ae9e5fb59f787f21b | | | Author: Adrian Pop | | | Date: Mon Feb 16 16:22:16 2015 +0000 | | | | | | - fix Windows builds, msvc doesn't like empty arrays with no initializer. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | * commit c80c47b331527f4abb9edc5a36e4544cc3871fc3 | | | Author: Willi Braun | | | Date: Mon Feb 16 10:44:53 2015 +0000 | | | | | | - moved debug flag "doLinearTearing" to config flag "disableLinearTearing" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit c00de9fea3d228d2e1080e9d69d7819058b7b6a9 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 16 10:03:08 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | * commit 112fcfc4d9aa3e78f70e385a684537d30230208b | | | Author: Willi Braun | | | Date: Mon Feb 16 09:44:03 2015 +0000 | | | | | | - added singular system solver for umfpack | | | - added support for linear tearing systems to umfpack and lis | | | - added more test-cases (e.g. EngineVN) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | * commit db81d2920fae4313ae966abd76a88437d14dec18 | | | Author: Lennart Ochel | | | Date: Mon Feb 16 09:07:39 2015 +0000 | | | | | | - code simplification of function getNominalAsserts | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 8eb3ff7b47ec5656bf46d6ee758aafb15751d1f6 | | | Author: Martin Sjölund | | | Date: Mon Feb 16 08:56:23 2015 +0000 | | | | | | Pass some DAE.ElementSource when doing CSE | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 6ae1d9a211b9ad5507faca5f2dad331f97282575 | | | Author: Lennart Ochel | | | Date: Mon Feb 16 08:35:59 2015 +0000 | | | | | | - code simplification of function getMinMaxAsserts | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 53ee5b585367462642ac5078003235ebeb0779b9 | | | Author: Martin Sjölund | | | Date: Sun Feb 15 17:46:41 2015 +0000 | | | | | | Try to only use the GCC workaround if gcc version is 4.8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 2e7ebe9dce358a9c828fdf2d522fb31a6f062a57 | | | Author: Martin Sjölund | | | Date: Sun Feb 15 15:17:05 2015 +0000 | | | | | | Put back the GCC 4.8 flags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit a6ff3122875024e99ccb2245f1ca6f1b0c34d69c | | | Author: Martin Sjölund | | | Date: Sun Feb 15 14:56:20 2015 +0000 | | | | | | #3147 | | | - Use `goto` instead of `MMC_THROW_INTERNAL` when possible | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Global/Global.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M configure.in | | | | | * commit c9162b8fbb5813dc87b662c6df5ad1f055e39ea3 | | | Author: Martin Sjölund | | | Date: Sun Feb 15 12:20:08 2015 +0000 | | | | | | Add missing file SanityCheck.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Examples/SanityCheck.mos | | | | | * commit eb336e8f428f891b4c1bd9b039887d4dc10933f6 | | | Author: Martin Sjölund | | | Date: Sun Feb 15 10:28:22 2015 +0000 | | | | | | Add target sanity-check | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M configure.in | | | | | * commit 257f828e7c22c30145fe4941ee03c20d6f102de4 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Feb 14 13:11:52 2015 +0000 | | | | | | + Fix Build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 7b6e7e2803cff2eba9872d9d617e0b2a59963e1c | | | Author: OpenModelica Hudson | | | Date: Sat Feb 14 13:00:54 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/util/base_array.c | | | | | * commit 99a799a8d26fa64cc1946ab450048d5c2e77163f | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Feb 14 12:59:18 2015 +0000 | | | | | | + Cleaned up ComponentReference handling in the code generators. Less clutter. Reuse functions as much as possible. | | | + Now we can use offsetting to index arrays in generated code. works for qualified Crefs as well. | | | - Some issues still remain (e.g. alias elimination) so we don't use offsetting by default. | | | only used when the cref involves variable indexes for now. Still might give erroneous results if some array members are missing though. | | | + Improved handling of multi-variable return functions (*tuple returns). | | | + fix for a case where wrong types were used when creating crefs in front-end. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | | | * commit 674bc95582ea54d7f4f23da086a28b021182d799 | | | Author: Martin Sjölund | | | Date: Sat Feb 14 07:26:53 2015 +0000 | | | | | | Strip -g from FMIL. Comment why we pass CC twice to FMIL. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit ada3543e50b3efc2d34a77a3839b8ebb424ee95a | | | Author: Adrian Pop | | | Date: Sat Feb 14 01:04:57 2015 +0000 | | | | | | - pass CC/CXX flags to make | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 27d844d3e86c28d9fee5c925a2940928f1d6ad1e | | | Author: OpenModelica Hudson | | | Date: Fri Feb 13 19:16:26 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit b14d6d1074dbf1d75387dda9d8840f72d65af9eb | | | Author: Willi Braun | | | Date: Fri Feb 13 19:14:52 2015 +0000 | | | | | | - changed sparsity pattern translation | | | - moved mapping (BackendVar->SimVar) from runtime to compile time | | | - added FMI 2.0 modelStructure to SimCode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Util.mo | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 06ee0c207a128fc4f54eb82fc66cc4135e6573f2 | | | Author: Per Östlund | | | Date: Fri Feb 13 14:58:07 2015 +0000 | | | | | | Fix for #3155: | | | - Handle subscripts that use for-loop iterators better. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 83484cfd8e22b1f611aeaa5df852c25d71c572a1 | | | Author: Joseph Schuchart | | | Date: Fri Feb 13 09:19:37 2015 +0000 | | | | | | Remove superfluous const int return type definition to fix compiler warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | * commit 46dd1198353207c6401e35058376b27d2dc784b2 | | | Author: Adrian Pop | | | Date: Fri Feb 13 06:27:21 2015 +0000 | | | | | | - use remove(messageFile) instead of system("rm -f " + messageFile); | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/CompileFile.mos | | | | | * commit 34bce09b4be185e84cf4ba338c1cafab3a4211f7 | | | Author: Adrian Pop | | | Date: Fri Feb 13 02:20:57 2015 +0000 | | | | | | - use MMC_IS_INTEGER instead of doing bitwise and directly | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit a4bd9d9b8d238f0eb8cff65288e3a88c7dde66eb | | | Author: Adrian Pop | | | Date: Fri Feb 13 01:42:34 2015 +0000 | | | | | | - initialize modelica_string variables to NULL otherwise the debugger breaks searching for the type of un-initialized meta variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4816ffff2d29f09cddc332a1bea894bcb6bb4e40 | | | Author: Adrian Pop | | | Date: Thu Feb 12 08:35:59 2015 +0000 | | | | | | - fix target runtimeCPPmsvcinstall, use static cminpack.lib for msvc too | | | - add FMI +target=MSVC test for C runtime | | | - update testsuite/openmodelica/cruntime/msvc/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | | | * commit 83d65d4d06cde36c37b0a410388332f22c3f72dc | | | Author: Adrian Pop | | | Date: Thu Feb 12 02:48:11 2015 +0000 | | | | | | - strdup to allocate memory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit 8565fb84bfee6165a5a21629b7fb2b260dd3ebb5 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 12 00:46:14 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit ddf67c77822c231cf55fd84ee5048c2c876d2450 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 12 00:45:49 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/fmi/CMakeLists.txt | | | | | * commit 42aecfbb0978a22cd52bb50a7a220bcfd8c1acd5 | | | Author: Adrian Pop | | | Date: Thu Feb 12 00:37:48 2015 +0000 | | | | | | Additional fixes to #3137 | | | - fix FMI generation and import for +target=msvc | | | - build static cminpack.lib for msvc | | | - export equations in Model_05evt.c | | | - compile fmil msvc (unfortunately static does not work for some reason) | | | - fix ansi C in the FMI interfaces files | | | - more CMakeLists.txt fixes in SimulationRuntime/c/ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/CMakeLists.txt | | | A SimulationRuntime/c/fmi/CMakeLists.txt | | | M SimulationRuntime/c/fmi/FMI1CoSimulation.c | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | M SimulationRuntime/c/util/CMakeLists.txt | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 7bdfc0d8f57f24f1a56045802510b9569b764f9e | | | Author: OpenModelica Hudson | | | Date: Wed Feb 11 22:14:33 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 37eb6040bff327bdef6c02e91075dd2dade1a138 | | | Author: Adeel Asghar | | | Date: Wed Feb 11 22:06:08 2015 +0000 | | | | | | - logging of arrays. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 2a1d2238aa0c4038a4b22291620f9ba11d3195f1 | | | Author: Adrian Pop | | | Date: Wed Feb 11 19:48:09 2015 +0000 | | | | | | Fix #3137 | | | - revive +target=msvc | | | - compile umfpack, cminpack and cdaskr files | | | - update CMakeLists.txt | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.h | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/util/CMakeLists.txt | | | M SimulationRuntime/c/util/omc_mmap.c | | | M SimulationRuntime/c/util/omc_mmap.h | | | | | * commit b92fc6d1bce1c43dc74bc48eec89e819349ab4ba | | | Author: Henning Kiel | | | Date: Wed Feb 11 18:59:59 2015 +0000 | | | | | | malloc via GC | | | fix some warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 0b2f124aea6e99f1baedd226962d8064b29ecdba | | | Author: Adrian Pop | | | Date: Wed Feb 11 16:08:33 2015 +0000 | | | | | | - get the proper process exit code for System.systemCall command on Windows | | | - put the error code inside the Model.log file | | | - remove Compiler/scripts/CompileMSVC.bat as is not used | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M Compiler/scripts/Compile.bat | | | D Compiler/scripts/CompileMSVC.bat | | | | | * commit 0d5d7815beb73de96f6b5dfcf484c0b7519c2a6f | | | Author: Marcus Walther | | | Date: Wed Feb 11 15:56:16 2015 +0000 | | | | | | - changed BOOST_REALPATH to Boost_REALPATH, because cmake is case sensitive at this case | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 35becd6874d23f8176fc901aaf27b41a277cd83d | | | Author: OpenModelica Hudson | | | Date: Wed Feb 11 15:01:24 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 92b054e17c55667d91d4fec1039d1c4c84f846ff | | | Author: Adeel Asghar | | | Date: Wed Feb 11 14:28:06 2015 +0000 | | | | | | - Added toString method for structs for logging. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 107d190c7b9667d65d3ab8683f6a744561195b2e | | | Author: Adrian Pop | | | Date: Wed Feb 11 14:17:08 2015 +0000 | | | | | | - too many 'end match' | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit cf21081726af048dce533bec90d2b14e8a0c6e66 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 11 13:47:33 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit c901fef50e55ecb5f19f7d064017eec35eb09ebb | | | Author: Martin Flehmig | | | Date: Wed Feb 11 13:22:11 2015 +0000 | | | | | | Indent; added missing 'end match's | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 9b4234220fea21deb1353828defd523b7c3de349 | | | Author: Adrian Pop | | | Date: Wed Feb 11 13:04:37 2015 +0000 | | | | | | - fix _omc_copyMatrix() | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | | | * commit 525e2aecdf7b34020161d05048d552df31b604d2 | | | Author: Henning Kiel | | | Date: Wed Feb 11 12:32:14 2015 +0000 | | | | | | fix some warnings | | | proper implementation of _omc_copyMatrix() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/util/read_write.c | | | | | * commit 73c4823fcc17265236031d8808eb0592e0e2abfe | | | Author: Marcus Walther | | | Date: Wed Feb 11 11:21:53 2015 +0000 | | | | | | - added the possibility to pass CMake-Parameters through the makefile.common to the cpp runtime cmake (e.g. 'make runtimeCPPinstall CMAKE_SUNDIALS_ROOT=$HOME/local') | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M SimulationRuntime/cpp/Makefile | | | | | * commit a4ba91938a45b6d6cdabfdb6d390ec5115793fb0 | | | Author: Marcus Walther | | | Date: Wed Feb 11 11:13:20 2015 +0000 | | | | | | - changed boost libraries to realpath, to prevent issues with different installed boost versions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit dd9c8806f80c3948daf7944ead7d2df87daf7ba8 | | | Author: Marcus Walther | | | Date: Wed Feb 11 09:51:57 2015 +0000 | | | | | | - fix for missing "umfpack.h" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 35c24043387d7f65b787fdc106507b61989e7354 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 11 09:39:05 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | * commit 8931a2d211ac47072b43b21d18228757988626a0 | | | Author: Marcus Walther | | | Date: Wed Feb 11 09:30:38 2015 +0000 | | | | | | - fixed issue with discrete event class and static linking on windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | | | * commit 150db6a01543983181db5cc1b3f85ec64fced41c | | | Author: OpenModelica Hudson | | | Date: Wed Feb 11 08:33:58 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | * commit 9b1b9b82425f7a63b5525cace0a79b1ce70e8365 | | | Author: Marcus Walther | | | Date: Wed Feb 11 07:07:50 2015 +0000 | | | | | | - added IDA-library support for static linked cpp-runtime | | | - fixed static cpp-runtime linking on windows | | | - all static generated libraries have now the suffix "_static" | | | - changed all busy-waiting tests to n=1 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/FactoryExport.h | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit 337c35cdb9a10c799ff18e8d21a857b62f38d196 | | | Author: Adrian Pop | | | Date: Wed Feb 11 03:17:04 2015 +0000 | | | | | | Fix bug: #3150 | | | - do not use the constant-ness of iterator when calculating the constant-ness of the array reduction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 4ff29a9a09dae13ca177d9616301dd0ffbbffff2 | | | Author: Adrian Pop | | | Date: Wed Feb 11 00:31:42 2015 +0000 | | | | | | - ddlspec(dllexport|dllimport) should be first before the return type | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | | | * commit 6ee280ade573e27ce20ffb1b82e6d63c59c26eea | | | Author: OpenModelica Hudson | | | Date: Tue Feb 10 14:33:59 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | | | * commit d084ea1f0ce6f69a79b46a84279f852f6e2a6a23 | | | Author: OpenModelica Hudson | | | Date: Tue Feb 10 14:33:35 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | | | * commit 40a760f83d11d3e0498ff94b4685e58bbfe0a120 | | | Author: Niklas Worschech | | | Date: Tue Feb 10 14:26:35 2015 +0000 | | | | | | changed SimulationError exception class of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaSimulationError.cpp | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | * commit 1aabc0b7ed11e10b8a3092f19d221e5f5d58365f | | | Author: OpenModelica Hudson | | | Date: Tue Feb 10 13:52:28 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 17e24b6d4767e14d4c3e21d7ef21ea22e7b4d59c | | | Author: Per Östlund | | | Date: Tue Feb 10 13:29:22 2015 +0000 | | | | | | Fix for #3041: | | | - Implemented deduction of implicit iteration ranges for reductions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 120de98947c769f8931c8f5076b0ff63d04c403d | | | Author: Martin Sjölund | | | Date: Tue Feb 10 13:05:01 2015 +0000 | | | | | | Remove some -I flags so the headers copied from simulation runtime works without changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_ia.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/java_interface.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/read_write.c | | | | | * commit 43774939384ba67ef4c6a4d5d25e0c7b99f906c3 | | | Author: Martin Sjölund | | | Date: Tue Feb 10 12:31:44 2015 +0000 | | | | | | Use `__attribute__` from omc_msvc.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 6959bd6295879b8c1e70672d936bafd80d2585a7 | | | Author: Adrian Pop | | | Date: Tue Feb 10 12:24:20 2015 +0000 | | | | | | - some compilers have no idea what __attribute__((unused)) is | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 016a235823de2fc678aad7bc74590d600d83025e | | | Author: Martin Sjölund | | | Date: Tue Feb 10 10:14:59 2015 +0000 | | | | | | Fix some unused variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit ed7bdecbf7d2783dea5b43e62e9b3055f8feeb3a | | | Author: Adeel Asghar | | | Date: Tue Feb 10 09:23:09 2015 +0000 | | | | | | - Generate command arguments as string for logging. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 02492522747ef141f69e2b459effd130c6c827e4 | | | Author: Adeel Asghar | | | Date: Mon Feb 9 21:36:35 2015 +0000 | | | | | | - Generate response as string for logging. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 08d8b97285a269f186ff63b67787a8053c128671 | | | Author: Martin Sjölund | | | Date: Mon Feb 9 20:37:38 2015 +0000 | | | | | | Remove %> | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 73d30dc6195caf4ebf11a59027a27daba8677890 | | | Author: Henning Kiel | | | Date: Mon Feb 9 20:05:45 2015 +0000 | | | | | | some code cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 0f2b05ade0b4b3e8b1327e228cca24fc2a72ff2c | | | Author: Adeel Asghar | | | Date: Mon Feb 9 19:59:22 2015 +0000 | | | | | | - Moved getComponentModifierNames to ModelicaBuiltin.mo. | | | - updated getComponentModifierNames to scripting API. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 8b67827353262004c631e802f18f45697b5262e0 | | | Author: Martin Sjölund | | | Date: Mon Feb 9 19:58:47 2015 +0000 | | | | | | Removed some -lf2c that should not be needed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 1c86e217a7badbdfba3155abbae487b008a2bf78 | | | Author: Adeel Asghar | | | Date: Mon Feb 9 17:06:52 2015 +0000 | | | | | | - Moved getParameterValue to ModelicaBuiltin.mo. | | | - updated getParameterValue to scripting API. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 4a5443854be1ccde0d3d9fd75261c9845d1ebe1a | | | Author: Adeel Asghar | | | Date: Mon Feb 9 15:50:32 2015 +0000 | | | | | | - Moved getClaasRestriction & getParameterNames to ModelicaBuiltin.mo. | | | - updated getClaasRestriction to scripting API. Removed some unused APIs from OMCProxy. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit ead213b5d6a27d1f341e08ca82d51fb1aba5f158 | | | Author: Adeel Asghar | | | Date: Sun Feb 8 18:36:01 2015 +0000 | | | | | | - Fixed isEnumeration. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit d5f3d459e51740d405613a789200c92e624dc262 | | | Author: OpenModelica Hudson | | | Date: Sun Feb 8 18:07:56 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 93c777363ff397bf11d0ff7ac164d352aedffd63 | | | Author: Adeel Asghar | | | Date: Sun Feb 8 17:59:30 2015 +0000 | | | | | | - Moved some class restriction query APIs to ModelicaBuiltin.mo. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 0bb85f6388fcb0a8f1ac0cb736b3d8d19140a310 | | | Author: Lennart Ochel | | | Date: Sat Feb 7 16:56:29 2015 +0000 | | | | | | - #3138: add assertions for not dependent parameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 9e45cdf6a17b9d0589138f4fce77f8cd56e6ac0a | | | Author: Martin Sjölund | | | Date: Sat Feb 7 16:53:04 2015 +0000 | | | | | | Fix stack overflow | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 887a839e21427c537f1a1828a1421bf952305e77 | | | Author: Lennart Ochel | | | Date: Sat Feb 7 16:33:35 2015 +0000 | | | | | | - fix wrong else case of function selectSecondaryParameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 3788eadfe6cb03ef164aaba2d12f295864efca4b | | | Author: Lennart Ochel | | | Date: Sat Feb 7 14:56:14 2015 +0000 | | | | | | - #3138: remove wrong asserts of secondary parameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit caed35ea688f61362eb69b8bb39029ee856a35e8 | | | Author: Vitalij Ruge | | | Date: Sat Feb 7 07:19:25 2015 +0000 | | | | | | small improvements of the derivatives for dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 97ab2d3662398117695223dffa3117d2adc3649a | | | Author: Adrian Pop | | | Date: Sat Feb 7 02:52:58 2015 +0000 | | | | | | Fix #3140 | | | - add XML_ParserFree(parser); at the end of modelInfoXmlInit | | | - thanks go to Mathilde for reporting this | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 36e2623864bf97c821bdd0b8a045987ee129ae80 | | | Author: Adrian Pop | | | Date: Sat Feb 7 01:35:26 2015 +0000 | | | | | | - attempt to fix #3136 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 1516a3e6b33b1e7b8b87195ff85c4e9628b57cb1 | | | Author: Vitalij Ruge | | | Date: Fri Feb 6 23:17:24 2015 +0000 | | | | | | fixed generation of dyn. optimization vars | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 2b807def79062c990181223fe28c95bf1ce2e072 | | | Author: Per Östlund | | | Date: Fri Feb 6 16:38:34 2015 +0000 | | | | | | Fix for #3070: | | | - Fix dependency analysis of some cases of redeclares classes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | * commit 498cab6e9944d7dd8f768deaf95895173fde9a48 | | | Author: Martin Sjölund | | | Date: Fri Feb 6 14:53:35 2015 +0000 | | | | | | Better makefile for parallelism | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Makefile.common | | | M Compiler/Script/OpenModelicaScriptingAPI.mos | | | | | * commit c1a432fbe7a68382c92fa5ca2aa3a5d1399bfb10 | | | Author: Martin Sjölund | | | Date: Fri Feb 6 13:12:18 2015 +0000 | | | | | | Remove OpenModelicaScriptingAPI.mo as Adrian updated the tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Script/OpenModelicaScriptingAPI.mo | | | | | * commit 33d3e2ddf1fcfa4c33a178c95f57bec1ebb09d9c | | | Author: Adeel Asghar | | | Date: Fri Feb 6 12:17:02 2015 +0000 | | | | | | - Generate struct field names based on function output names. | | | - Converted few more API calls in OMEdit to use scripting API. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 2900bdefcd4f63025378e5695a063587d961a662 | | | Author: Niklas Worschech | | | Date: Fri Feb 6 10:39:46 2015 +0000 | | | | | | changed exception call in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit fa3e21b52529f4e6a50d2d31f477e9179b7b3ed3 | | | Author: OpenModelica Hudson | | | Date: Fri Feb 6 09:59:13 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit 8c864cca03a83ac318ae4a82262667c76bbea8b7 | | | Author: Ruediger Kampfmann | | | Date: Fri Feb 6 09:50:49 2015 +0000 | | | | | | -some fix for older C++ standard | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit 37ed16a48a412bfd2910292bd58e39841cf5cb95 | | | Author: Adrian Pop | | | Date: Fri Feb 6 04:22:29 2015 +0000 | | | | | | - split qt-clients build on windows so one can build just the ones who is interested in | | | - better Compiler/Script cleaning | | | - clean OMEdit generated files on clean | | | - get rid of some warnings | | | - do Print.clearBuf() a bit differently in Main | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.compiler_subdirs.common | | | M Compiler/Makefile.in | | | M Compiler/boot/Makefile.common | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | | | * commit 5688a32649e114bbe1b548085e89b088ad941e08 | | | Author: Adrian Pop | | | Date: Fri Feb 6 00:26:11 2015 +0000 | | | | | | - missing -f | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 063b01f121f43fee021137c6b85a727ec15735a0 | | | Author: Adeel Asghar | | | Date: Thu Feb 5 17:35:03 2015 +0000 | | | | | | - emit signals from scripting API for logging. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 43bacd0ec711134d0e1b3f190b20dea90e0091ec | | | Author: Lennart Ochel | | | Date: Thu Feb 5 15:49:50 2015 +0000 | | | | | | - restore indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 8aba4fd3edb8de20038d0911466e8f19d5db49a9 | | | Author: Volker Waurich | | | Date: Thu Feb 5 13:59:17 2015 +0000 | | | | | | - fix ordering of parameter equations | | | - removed start value calculation | | | - extended dumpSimEqSystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ca7a56eee7a738cfc54d889c97608fac84284860 | | | Author: Martin Sjölund | | | Date: Thu Feb 5 12:30:11 2015 +0000 | | | | | | Force updating the scripting API to the latest version when bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Makefile.common | | | M Compiler/boot/Makefile.common | | | | | * commit 5d3e19235b9e6ed576478605910d83b57448fd54 | | | Author: Martin Sjölund | | | Date: Thu Feb 5 12:20:04 2015 +0000 | | | | | | Use only 1 version of the threadData and symbol table | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 39c71b81e499fb7e567048ed0ad2a66327de94cd | | | Author: Martin Sjölund | | | Date: Thu Feb 5 10:54:38 2015 +0000 | | | | | | Fix accidental spaces | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 559a06862e6c29dc5745bb9b54297f0a0e1d5e2a | | | Author: Martin Sjölund | | | Date: Thu Feb 5 10:52:13 2015 +0000 | | | | | | Move the copying of the Qt cpp and header files from bootstrapping to omedit target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Makefile.common | | | M Compiler/boot/Makefile.common | | | M Makefile.in | | | | | * commit e56a24408c655604354d4899071576df97630fde | | | Author: Adeel Asghar | | | Date: Thu Feb 5 10:37:42 2015 +0000 | | | | | | - make OSX happy. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit f98ff9b4b64474b8cfe4737b0f6c6f7c5713c4c4 | | | Author: Martin Sjölund | | | Date: Thu Feb 5 10:31:31 2015 +0000 | | | | | | Make sure the scripting API is generated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit b4970240d0af445d306b56ef45f82aa65aeab9fb | | | Author: Lennart Ochel | | | Date: Thu Feb 5 10:22:51 2015 +0000 | | | | | | - remove duplicated function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 84e9228b4aeff8860013aacbbd5a8cfa65897def | | | Author: Lennart Ochel | | | Date: Thu Feb 5 10:15:27 2015 +0000 | | | | | | - remove obsolete debug flag "+d=symbolicInitialization" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1b526bb62324be1233f2e0eab228ae217acaefed | | | Author: Lennart Ochel | | | Date: Thu Feb 5 10:10:11 2015 +0000 | | | | | | - remove obsolete debug flag "+d=dumpoptinit" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 3628240ef1b35496e95c85d515b309a23872eae9 | | | Author: Lennart Ochel | | | Date: Thu Feb 5 10:06:23 2015 +0000 | | | | | | - remove obsolete optimization module "optimizeInitialSystem" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e9dfd6555d53bf505df7a3ff0c9f6c26bc0ea876 | | | Author: Lennart Ochel | | | Date: Thu Feb 5 09:55:44 2015 +0000 | | | | | | - remove obsolete function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 5fe31636bdfcedb5a871984747979a7be2f171a2 | | | Author: Adeel Asghar | | | Date: Wed Feb 4 15:29:07 2015 +0000 | | | | | | - Removed the OMOptim documentation as it is already part of OpenModelicaUsersGuide.pdf. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit fa46752f529f5726e2f81095f702ad1a5de21af8 | | | Author: Martin Sjölund | | | Date: Wed Feb 4 15:17:00 2015 +0000 | | | | | | Update scripting API | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/OpenModelicaScriptingAPI.mo | | | M Compiler/Script/OpenModelicaScriptingAPI.mos | | | | | * commit be73191e198f8ee11e94d46167167d8facf800a2 | | | Author: Martin Sjölund | | | Date: Wed Feb 4 15:02:26 2015 +0000 | | | | | | Add getComponentsTest API (typed version of getComponents) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 11df4e4fc904e6811cbcb8745da6b9756dcac78a | | | Author: Per Östlund | | | Date: Wed Feb 4 14:42:30 2015 +0000 | | | | | | - Some minor optimizations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit abdc5218de2f185fc571f62f8158e35b7f590526 | | | Author: Lennart Ochel | | | Date: Wed Feb 4 14:31:33 2015 +0000 | | | | | | - cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit f3e214ea7480fcae0be5aa44d27b84e56ab08ad0 | | | Author: Niklas Worschech | | | Date: Wed Feb 4 12:58:47 2015 +0000 | | | | | | fix for c-lang build error in SimController class | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | * commit 0e04f588380c18e7fae59ee5dffec9abd91ea945 | | | Author: Lennart Ochel | | | Date: Wed Feb 4 12:37:59 2015 +0000 | | | | | | - add flag "+d=disableComSubExp" to disable module "comSubExp" since it breaks some models | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 77727f6c51fe1b1855cd6a8192e50e32c9ddd12f | | | Author: OpenModelica Hudson | | | Date: Wed Feb 4 12:36:16 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit cf6179485a679543c6c2244757801afb6cb7079d | | | Author: Adeel Asghar | | | Date: Wed Feb 4 12:29:14 2015 +0000 | | | | | | - minor changes in Qt API interface. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit c43b6291f45d56c84fa716cee709dcf42438727e | | | Author: OpenModelica Hudson | | | Date: Wed Feb 4 12:01:36 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 713904dea9942d0b5aeb341ada0958945d95edf6 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 4 12:01:11 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | | | * commit 00003439b85446e8dae1fbb812d3b77b98c1a510 | | | Author: Niklas Worschech | | | Date: Wed Feb 4 11:59:50 2015 +0000 | | | | | | added new exception class for all simulation errors in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | A SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaSimulationError.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | * commit f800645a39c28b9b5c135ad8ec98fe356bc63f38 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 4 11:18:36 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | * commit 95996673469e888385561a9c1e4e7ccaa6e44bf7 | | | Author: Adrian Pop | | | Date: Wed Feb 4 11:16:15 2015 +0000 | | | | | | - expand uniontype records into metarecords on loadFileInteractiveQualified (helps MDT give content assist for uniontype records) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit a45c9e4ab63b8b474812d86832ba868b30e41aa0 | | | Author: Willi Braun | | | Date: Wed Feb 4 11:10:13 2015 +0000 | | | | | | - fix the huge linear solver failings output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 86f06df36718997c05f785012828125717e400e5 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 4 08:50:49 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit 7cd499eb3424f6dd5f616da8a38f9c02bcee96a7 | | | Author: Michael Kloeppel | | | Date: Wed Feb 4 08:49:16 2015 +0000 | | | | | | fix IDAGetDky issue | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit 990e467e495d0b381eb83bad4ef14e5288639b0a | | | Author: OpenModelica Hudson | | | Date: Tue Feb 3 16:25:26 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | * commit a9979fbdbc98ecec66a1082d3427588de48f2f74 | | | Author: Martin Sjölund | | | Date: Tue Feb 3 16:10:42 2015 +0000 | | | | | | Fix assertion output (uses the API for log messages) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 4612ff0f3020ea0ada53004e175e28dedf7482fe | | | Author: Willi Braun | | | Date: Tue Feb 3 15:51:04 2015 +0000 | | | | | | - switch the linear solver, to lapack with totalpivot as fallback | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | | | * commit 727a5df4ddc624f386379810d2e051f952fbe1fc | | | Author: Marcus Walther | | | Date: Tue Feb 3 15:36:33 2015 +0000 | | | | | | - RUNTIME_STATIC_LINKING is now working for Windows systems (MinGW) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Solver/Peer/FactoryExport.h | | | | | * commit 27f7b48f23e2eada8ce4e401621c7e548c7a5959 | | | Author: Martin Sjölund | | | Date: Tue Feb 3 15:23:55 2015 +0000 | | | | | | ModelicaUtilities should output to the chosen log format | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit aa2160398d1cb9b8951f5dc893632f56a184ba5f | | | Author: OpenModelica Hudson | | | Date: Tue Feb 3 14:27:14 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | M SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | | | * commit da36c48ab7df2b95567acd64b832bc5b6794a6a5 | | | Author: Michael Kloeppel | | | Date: Tue Feb 3 14:18:00 2015 +0000 | | | | | | add IDA solver to CPP runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | A SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h | | | A SimulationRuntime/cpp/Include/Solver/IDA/IDA.h | | | A SimulationRuntime/cpp/Include/Solver/IDA/IDASettings.h | | | A SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/IDA/IDA.cpp | | | A SimulationRuntime/cpp/Solver/IDA/IDASettings.cpp | | | | | * commit 94150145d187ef6f67e34d552efe77851be23117 | | | Author: Per Östlund | | | Date: Tue Feb 3 13:35:36 2015 +0000 | | | | | | Fix for #2977: | | | - Allow fewer subscripts than dimensions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit ddc308080ee360cc4beec8dbfe0e8b2967d8a32c | | | Author: Adrian Pop | | | Date: Tue Feb 3 10:46:08 2015 +0000 | | | | | | - use in Windows the same error reporting for dll loading as in Línux | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit bcdda872017de4e7dfe6963d84ef5bdd8b1cee6a | | | Author: Adrian Pop | | | Date: Tue Feb 3 09:12:12 2015 +0000 | | | | | | - back to 1.9.2 nightly | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/omc_config.h | | | | | * commit d22c5857078080e976d511fba3a5c946a0c5b6a4 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 2 13:54:59 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 9e1ce973e31c1a6b525c957ff5984cc2e1bc26f4 | | | Author: Lennart Ochel | | | Date: Mon Feb 2 13:42:11 2015 +0000 | | | | | | - there is no jacobian G anymore | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | * commit da958b846c28e3c1d46a70b395d9fc50f6fb7974 | | | Author: Lennart Ochel | | | Date: Mon Feb 2 13:36:21 2015 +0000 | | | | | | - remove more code from numeric initialization approach | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 5bb9ff382d7bfc26ca0013e8c79a390dc3db0595 | | | Author: Nils Menager | | | Date: Mon Feb 2 13:34:31 2015 +0000 | | | | | | Fix for time events that occur in every cycle in calcOneStep() | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 1378b569a29966b33eb74fd21b5b9f657cd75bbd | | | Author: Lennart Ochel | | | Date: Mon Feb 2 13:11:58 2015 +0000 | | | | | | - remove obsolete functions traverseAlgorithmFinder and createInitialParamAssignments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ee8830b4451c88d70e1f05a8a06ef78a3b7d9e2b | | | Author: Adrian Pop | | | Date: Mon Feb 2 11:25:50 2015 +0000 | | | | | | - switch version to 1.9.2 beta1 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/omc_config.h | | | | | * commit 2ce7805a561f9c16b2afe88e8517ef8d2260b47c | | | Author: Adrian Pop | | | Date: Sun Feb 1 18:19:16 2015 +0000 | | | | | | - back to 1.9.2 nightly | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/omc_config.h | | | | | * commit 135390e5e28cd50cc3b05758e732cc1f69557a46 | | | Author: Adrian Pop | | | Date: Sun Feb 1 13:35:25 2015 +0000 | | | | | | - switch version to 1.9.2 Beta | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/omc_config.h | | | | | * commit ca81b4654fcc19913fcf6a57e88a7e93822a6068 | | | Author: Adrian Pop | | | Date: Sat Jan 31 00:11:33 2015 +0000 | | | | | | - fix some typos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit a92c746f9df563cb8e85a089bce02392e707f289 | | | Author: Adrian Pop | | | Date: Fri Jan 30 22:56:32 2015 +0000 | | | | | | - try some voodoo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 79a0deac1495dba41f21f225a2078f6b29a20f7b | | | Author: Adrian Pop | | | Date: Fri Jan 30 18:30:34 2015 +0000 | | | | | | - use runProcess("cmd /c command") on windows instead of system(command) so that no console window appears | | | - remove some f2c include directories | | | - enable parallel mark in windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/systemimpl.c | | | M Parser/Makefile.common | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | * commit e5df72f80f4f0ed11798672c8c6468c8e5dc7e71 | | | Author: Lennart Ochel | | | Date: Fri Jan 30 18:04:56 2015 +0000 | | | | | | - remove more code for removed numeric initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e40489727f6ac500926e7d0c020b05660b0775d4 | | | Author: Lennart Ochel | | | Date: Fri Jan 30 17:25:24 2015 +0000 | | | | | | - remove more code for removed numeric initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 7680a65610059f6e2ae792df9a9ecb7aab47dea4 | | | Author: Martin Sjölund | | | Date: Fri Jan 30 16:29:42 2015 +0000 | | | | | | Fix some abs/fabs warnings (possibly abs was also part of f2c and was an fabs in disguise) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/openmodelica_types.h | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit 9c48a4acf82b3261476ef6f24c000739e5c87670 | | | Author: Martin Sjölund | | | Date: Fri Jan 30 16:08:07 2015 +0000 | | | | | | Don't call max() in generated code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 83e9f5607526cb23b02befc9b45a0c13c783774a | | | Author: Martin Sjölund | | | Date: Fri Jan 30 15:46:57 2015 +0000 | | | | | | Logic fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 6013e6fdb281cb0f5c88ff90df0e3662aa180dce | | | Author: OpenModelica Hudson | | | Date: Fri Jan 30 15:45:12 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c376912ae1a5c0b23323515788f77100d0bc9b59 | | | Author: Ruediger Kampfmann | | | Date: Fri Jan 30 14:57:26 2015 +0000 | | | | | | + some fix due to inputs for vxworks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit b76a1d6ec0a8868e129fad3ba620401f5736d91b | | | Author: Lennart Ochel | | | Date: Fri Jan 30 10:31:23 2015 +0000 | | | | | | - fix call to min | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 1b823e9fb3093d8cfdf468768ecea77871023461 | | | Author: Martin Sjölund | | | Date: Fri Jan 30 10:23:18 2015 +0000 | | | | | | min/max fixes after f2c.h was removed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | D SimulationRuntime/c/math-support/bigden.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit ca48d9a359cb7da82ac06c59192f54c724fcd09d | | | Author: Martin Sjölund | | | Date: Fri Jan 30 10:16:50 2015 +0000 | | | | | | Remove call to min | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit f2969f964d72e899b8ffaae8dfc5b37c641e72b9 | | | Author: Martin Sjölund | | | Date: Fri Jan 30 10:04:53 2015 +0000 | | | | | | f2c.h fixes, remove some math files from svn | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D SimulationRuntime/c/math-support/dlamch.c | | | D SimulationRuntime/c/math-support/nelmead.c | | | D SimulationRuntime/c/math-support/newuob.c | | | D SimulationRuntime/c/math-support/trsapp.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 4f13e7004a3a6de08c69c19d150e45e8a447df8b | | | Author: Martin Sjölund | | | Date: Fri Jan 30 09:43:15 2015 +0000 | | | | | | There is no more f2c.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/lapackimpl.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/openmodelica_types.h | | | | | * commit 74a53542534fea77647a32fd3453f7b9e71e0a1c | | | Author: Martin Sjölund | | | Date: Fri Jan 30 09:17:01 2015 +0000 | | | | | | No more f2c.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 9c5ae60a39460d2cfee16b22f33a6789433859d9 | | | Author: Martin Sjölund | | | Date: Fri Jan 30 08:54:16 2015 +0000 | | | | | | Remove f2c and a bit more from the simulation runtime (thanks to r24305) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M configure.in | | | | | * commit 2c49ede02b99b7a1d376c7ef31bdad5a0fcc5b3f | | | Author: Adrian Pop | | | Date: Thu Jan 29 22:05:12 2015 +0000 | | | | | | - avoid having extern twice | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/util/modelica.h | | | | | * commit df9bef23f392ad34ad00c403a4b496352dd63faf | | | Author: Adrian Pop | | | Date: Thu Jan 29 20:38:56 2015 +0000 | | | | | | - build OMEdit using the OpenModelicaCompiler.dll on Windows | | | - i think we should have both dll loading and corba in the same OMEdit and toggle it on a flag (so that is easier for testing) | | | - make handleCommand public in Main.mo as otherwise you cannot import it | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 55721f2ce3b2a5fa3b9d740d3276738da5bd2885 | | | Author: Martin Sjölund | | | Date: Thu Jan 29 20:12:50 2015 +0000 | | | | | | Fix performance profiling for info.json files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | M configure.in | | | | | * commit 8ecb6e7a4b2f706c0c89e6f98fa68ef7a5c1fbed | | | Author: Adrian Pop | | | Date: Thu Jan 29 16:35:37 2015 +0000 | | | | | | - on some weird systems case matters :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | | | * commit dc4d75be86cfe4882954a58c62e6c46c4e31aa32 | | | Author: OpenModelica Hudson | | | Date: Thu Jan 29 16:26:41 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Util/StringUtil.mo | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | * commit e79e4e434a24899574a836b381652d83e3e62402 | | | Author: Niklas Worschech | | | Date: Thu Jan 29 16:05:21 2015 +0000 | | | | | | adapted BufferReaderWriter of cpp runtime to new writer interface | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | | | * commit 31db4b31908f579b32b1d3b43023bbbb0af8ffb7 | | | Author: Lennart Ochel | | | Date: Thu Jan 29 15:41:54 2015 +0000 | | | | | | - removed deprecated numeric initialization approach | | | - removed simflags: "-iom=*" and "-iim=numeric" | | | - another commit will remove more code that belongs to the numeric initialization approach | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/initialization/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | D SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | D SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | D SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | D SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h | | | D SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | D SimulationRuntime/c/simulation/solver/initialization/method_kinsol.h | | | D SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | D SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.h | | | D SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | D SimulationRuntime/c/simulation/solver/initialization/method_newuoa.h | | | D SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | D SimulationRuntime/c/simulation/solver/initialization/method_simplex.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit e10c650284cb3d621253b6fab64a09bcf4da0940 | | | Author: Adrian Pop | | | Date: Thu Jan 29 15:38:41 2015 +0000 | | | | | | - send threadData to dynamically loaded external function | | | - do not fail in writeBuf if there is no buffer or there is no data | | | - update test BatchPlant_StandardWater | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/DynLoad.mo | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/Dynload_omc.cpp | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit b68318f6eb24a25621f9ce92dd28b05b46f621a3 | | | Author: Per Östlund | | | Date: Thu Jan 29 15:36:42 2015 +0000 | | | | | | - Added new package StringUtil for string utility functions. | | | - Improved Util.stringWrap and renamed it StringUtil.wordWrap. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | A Compiler/Util/StringUtil.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 109ae133858ca100bc6afea10be609085a7b2fd2 | | | Author: Martin Sjölund | | | Date: Thu Jan 29 15:14:54 2015 +0000 | | | | | | Print the source files used to run the script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 50403286b5153d70848816f3f8bd3fed0e516e1f | | | Author: Lennart Ochel | | | Date: Thu Jan 29 15:11:12 2015 +0000 | | | | | | - #3114: handle empty system in initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 617aa90fc713d60c932fca6f47de0f02085f697c | | | Author: OpenModelica Hudson | | | Date: Thu Jan 29 13:56:56 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 5b3738643b99470f0e7402a8da2892885335ed15 | | | Author: Martin Sjölund | | | Date: Thu Jan 29 13:49:49 2015 +0000 | | | | | | Try to make msl-external-libs thread-safe | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 7899e7aef7eacc52cb730b5e18e189d5868b8d3a | | | Author: Lennart Ochel | | | Date: Thu Jan 29 13:07:34 2015 +0000 | | | | | | - #3113: fix missing implicit defined initial conditions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 65e13190980398b109c64311b5468881080a8cdb | | | Author: Lennart Ochel | | | Date: Thu Jan 29 12:06:59 2015 +0000 | | | | | | - remove redundant case | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 336ad043b72e554af042f7e153cd07f1e85f10f9 | | | Author: Lennart Ochel | | | Date: Thu Jan 29 10:31:39 2015 +0000 | | | | | | - fix initialization of inactive when-equations (example from #3092) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 678e229aca0d46bd64196e78e9cda96d343bd6c1 | | | Author: Martin Sjölund | | | Date: Thu Jan 29 10:16:11 2015 +0000 | | | | | | Detect der() being used inside a function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 3736f27c70f6c97f5a2767cc4e009840456eff95 | | | Author: Marcus Walther | | | Date: Thu Jan 29 08:52:38 2015 +0000 | | | | | | - Threads are now joined correctly after simulation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit dec4b3cb803256705f9535509579eed4aab5ddb6 | | | Author: Martin Sjölund | | | Date: Thu Jan 29 08:42:03 2015 +0000 | | | | | | Do not require setting PATH to run the compliance suite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 0fed5cf8aba181d0bc07286d86f3f386d4c3f4bc | | | Author: Adrian Pop | | | Date: Thu Jan 29 01:47:17 2015 +0000 | | | | | | - don't generate SourceInfo_SOURCEINFO again as is already in meta_modelica_builtin.c and we get duplicate definitions in Windows | | | - small optimization in Compiler/BackEnd/BackendEquation.mo, don't start from 1 (findFirstUnusedEquOptEntry consumes 12% for Spice3BenchmarkFourBitBinaryAdder) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 587a3074933e5108b631e27b8850230b012aa5d2 | | | Author: Adrian Pop | | | Date: Wed Jan 28 22:53:02 2015 +0000 | | | | | | - more fixes for Windows | | | - add include to omc_config.h | | | - ansi-c for the highness | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/initialization/CMakeLists.txt | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit f8a291ffd77f7e11b2c9c241276728ee32a876c5 | | | Author: Willi Braun | | | Date: Wed Jan 28 22:45:23 2015 +0000 | | | | | | - update help text. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 0c9873e2cb5eb4c18f4658e8abf8bea57bec784d | | | Author: Vitalij Ruge | | | Date: Wed Jan 28 22:33:41 2015 +0000 | | | | | | fixed hessian structure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | | | * commit a3b4047c4ea4ce565ce808d6b5ea2da54d9fe85b | | | Author: Willi Braun | | | Date: Wed Jan 28 22:14:32 2015 +0000 | | | | | | - update help text | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 0e37c9cd9f332f683ca555eba67ef410c5dc50d1 | | | Author: Martin Sjölund | | | Date: Wed Jan 28 21:46:39 2015 +0000 | | | | | | Try to fix OSX build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 42f70caabb529af200a38cf696b6db1fba434e6c | | | Author: Martin Sjölund | | | Date: Wed Jan 28 18:22:56 2015 +0000 | | | | | | Handle more things for minimal simulation runtime: | | | - Numeric initalization disabled | | | - f2c disabled | | | - Most NLS solvers disabled due to f2c dependencies | | | (Only set with OMC_MINIMAL_RUNTIME=1) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M configure.in | | | | | * commit b94f6a4f04ce19835356a0ee51624413f7d93138 | | | Author: Willi Braun | | | Date: Wed Jan 28 16:29:03 2015 +0000 | | | | | | - move cse module to the postOptModules | | | - activate it for simulation/libraries/3rdParty/ThermoPower/Bug2537.mos, | | | since it reduce drastically the time of the critical path in the testsuite. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7ac750606350e8b4ab6c2f913c3db8574a41b91c | | | Author: OpenModelica Hudson | | | Date: Wed Jan 28 15:02:29 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 90d4309b675320cdc007d01e3f6daaf51532b53c | | | Author: Marcus Walther | | | Date: Wed Jan 28 14:54:50 2015 +0000 | | | | | | - improved memory optimization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 7615f9d478604000b994dcf1b676b0afeb66edf8 | | | Author: Martin Sjölund | | | Date: Wed Jan 28 14:48:22 2015 +0000 | | | | | | Fix spelling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit e709a5e65d29cf3529b0a6925ec89c88b5280552 | | | Author: Adrian Pop | | | Date: Wed Jan 28 14:21:48 2015 +0000 | | | | | | - space junkie | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 5523e30429a7fde92f8d95969fb908a788be0cef | | | Author: Martin Sjölund | | | Date: Wed Jan 28 14:14:08 2015 +0000 | | | | | | Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | * commit 44e9c29156670f8f5ebe7ff30e6f585e54130615 | | | Author: Martin Sjölund | | | Date: Wed Jan 28 14:09:43 2015 +0000 | | | | | | Add make option OMC_MINIMAL_RUNTIME=1, which skips compilation of many object files in the simulation runtime (to make it easier to cross-compile for real-time targets) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/lapackimpl.c | | | R100 Compiler/runtime/config.h Compiler/runtime/omc_config.h | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/unitparser.cpp | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/optimization/OptimizerInterface.h | | | M SimulationRuntime/c/simulation/results/simulation_result_ia.h | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.h | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 32ea17000e3e7d2d3537d6ebeb5461772ba7349b | | | Author: Volker Waurich | | | Date: Wed Jan 28 14:04:03 2015 +0000 | | | | | | - use initial values of parameters from binding expressions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit a9f97c5a1bd227b47676febfa61ef0f929323cd5 | | | Author: Vitalij Ruge | | | Date: Wed Jan 28 13:23:36 2015 +0000 | | | | | | ExpressionSolve: fixed sign in pow(x,y) = z with respect to x | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit e2e08967c0a4100af22d2e263c9767134ebbdeb0 | | | Author: Adrian Pop | | | Date: Wed Jan 28 12:53:57 2015 +0000 | | | | | | - change alarm to also kill the children (the entire process tree) on Windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 89620a531da0485110b8bb235be5b65de316c765 | | | Author: Marcus Walther | | | Date: Wed Jan 28 12:30:23 2015 +0000 | | | | | | - fixed FMU-Cpp Tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit af7ae50923e0734180975c9f5f0b3a072e682211 | | | Author: Lennart Ochel | | | Date: Wed Jan 28 12:18:08 2015 +0000 | | | | | | - remove unused variable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 6d9aa04acac122ba721a3136ece05c37ccf5233c | | | Author: Lennart Ochel | | | Date: Wed Jan 28 12:16:02 2015 +0000 | | | | | | - #3094: fix some asserts that were not formatted according to "logFormat" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 0af4437cd332d9bdae521c03e5b6432f82205a34 | | | Author: Marcus Walther | | | Date: Wed Jan 28 12:10:13 2015 +0000 | | | | | | - fixed levelfix-scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 96c539f91a871a7eb2969d27cf0523d050159c65 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 28 12:06:45 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 8480703f43b8799f870d0e63bef2d9ea3ac0d309 | | | Author: Marcus Walther | | | Date: Wed Jan 28 11:59:31 2015 +0000 | | | | | | - fixed hpcom of cpp-runtime (levelfix-scheduler still broken) | | | - fixed measure time of cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit b4b45cec2690bd2aad4ccdf9e4b4c2eedcefe3ec | | | Author: OpenModelica Hudson | | | Date: Wed Jan 28 11:31:46 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 52c412c1a64f3dcb0347ce32b10a8300c95725fd | | | Author: Willi Braun | | | Date: Wed Jan 28 11:25:18 2015 +0000 | | | | | | - fix differentiate that results in a zeroExp. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit c94f64d6540b2223cd04950a0591c751cd27a4fb | | | Author: OpenModelica Hudson | | | Date: Wed Jan 28 11:23:01 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit fd7de1966c1071aa191feb9dbe53338d32c5d9a6 | | | Author: Willi Braun | | | Date: Wed Jan 28 11:19:51 2015 +0000 | | | | | | - use BackendEquation.travese* functions, to not change the ordering of the given variables and equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 8ec2622d7fac88f0bebbbfb4c61d5d237d733985 | | | Author: Martin Sjölund | | | Date: Wed Jan 28 10:50:15 2015 +0000 | | | | | | Remove unused code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit a49a2f3b06ea6a4fe4b7ce7914dd915e8167dcb7 | | | Author: Martin Sjölund | | | Date: Wed Jan 28 10:41:01 2015 +0000 | | | | | | Swap Linux/Windows | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 0fbfc876980ced4ab4b698456b09f9ab0e3bdf3c | | | Author: Martin Sjölund | | | Date: Wed Jan 28 10:34:20 2015 +0000 | | | | | | #3107 Send SIGALRM to children when the alarm is triggered | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 7e55368c1391a7c91aba59bbebb5af3418c139b5 | | | Author: Willi Braun | | | Date: Wed Jan 28 09:55:55 2015 +0000 | | | | | | - remove workaround case | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 61bcfa035bd2a5653bfd26dc5878866b50ff6ce0 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 28 01:04:12 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit dd53542c6d7cb6b8eb93861c4e0ea68e418f4b38 | | | Author: Willi Braun | | | Date: Wed Jan 28 00:51:38 2015 +0000 | | | | | | - improved CSE module further. | | | - a remaining isssue that lot of models have issues with the indexReduction if cseCall is activated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 922c68509ee2c710eecfeb5fc184e86dba8ee488 | | | Author: Willi Braun | | | Date: Wed Jan 28 00:20:52 2015 +0000 | | | | | | - fix isRecType | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 013ebfbfc48bfb8239ef0fc6b8a1521f6c4b8c48 | | | Author: Vitalij Ruge | | | Date: Tue Jan 27 21:22:55 2015 +0000 | | | | | | ExpressionSolve: improved numeric for qe | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 7c9df043f8a5684e58033e2939f03e0dc2d22dfc | | | Author: Martin Sjölund | | | Date: Tue Jan 27 18:57:13 2015 +0000 | | | | | | #3106 We no longer install txt-files as documentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit b46fb2dcb2873deeac4efc710f6ac77f62eff67c | | | Author: Marcus Walther | | | Date: Tue Jan 27 13:21:35 2015 +0000 | | | | | | - changed library order to fix cpp-build with statically linked boost | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f90635f44a18b2b34ca0fd57109cb65255cfe45f | | | Author: Volker Waurich | | | Date: Tue Jan 27 12:02:42 2015 +0000 | | | | | | - changed cost estimation model | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 32df748bd0169f3011ef42bc3ae66acbcb7170fb | | | Author: Martin Sjölund | | | Date: Tue Jan 27 10:50:28 2015 +0000 | | | | | | Do not evaluate functions marked `__OpenModelica_Impure=true` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 1a3b70f140c56d012bb4eff85628a34162b20035 | | | Author: Henning Kiel | | | Date: Tue Jan 27 10:09:05 2015 +0000 | | | | | | fix #2939 again (for windows) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 011d9903edb2d7dcae63ad44e080d8cd087bcc64 | | | Author: OpenModelica Hudson | | | Date: Tue Jan 27 09:49:48 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d160160ce55d317e63f09b72c84d57546d6b4678 | | | Author: Niklas Worschech | | | Date: Tue Jan 27 09:44:48 2015 +0000 | | | | | | fix for algloop vars initialization for analytic Jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit c2ae48960e07fddc8ddc81ba5ede1d14ace4fd9a | | | Author: OpenModelica Hudson | | | Date: Tue Jan 27 09:40:42 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f69fefcd4b4eb6efd58cf539d3ca14dd685fc2a2 | | | Author: Willi Braun | | | Date: Tue Jan 27 09:38:58 2015 +0000 | | | | | | - fix SimCode generation for expression like TUPLE() = f(). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit a6b3a321b8f8d6ce62339f5523c5c2a13057b97a | | | Author: Marcus Walther | | | Date: Tue Jan 27 07:55:09 2015 +0000 | | | | | | - forgot one file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit b418da2f0ac282c357be90a1bf712393df974000 | | | Author: OpenModelica Hudson | | | Date: Tue Jan 27 07:50:57 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c7556d2b5e3a3b0b9ce0b98bec7db21647e3da49 | | | Author: Marcus Walther | | | Date: Tue Jan 27 07:49:11 2015 +0000 | | | | | | - changed name of "Analyzation_Mode" to "Runtime_static_linking" | | | - removed flag "hpcomAnalyzationMode" | | | - moved Runtime_static_linking into cpp-template | | | - added a flag to link boost statically to the cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit 0fd212813f8e1e92b26dfb07841438295f46eae4 | | | Author: OpenModelica Hudson | | | Date: Mon Jan 26 22:53:20 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit b5d2be1ddbcc33993c526dee4356e58e54abcd5e | | | Author: Willi Braun | | | Date: Mon Jan 26 22:43:41 2015 +0000 | | | | | | - fix minor issues in some aux functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 7c755e4a346ad24f7da928f9b246c8b798a5533d | | | Author: Lennart Ochel | | | Date: Mon Jan 26 20:43:34 2015 +0000 | | | | | | - recover communicateStatus since it is used by OMEdit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 395ff9b613f3a70a479de43883469f64cfeaa717 | | | Author: Henning Kiel | | | Date: Mon Jan 26 20:41:07 2015 +0000 | | | | | | fix some compile warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | * commit abdeca1f21b071d39832e656f65020381927acba | | | Author: Henning Kiel | | | Date: Mon Jan 26 20:40:29 2015 +0000 | | | | | | fix #2939 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit ef3682206485ca8bfac0dec953393d1a09002e93 | | | Author: Vitalij Ruge | | | Date: Mon Jan 26 19:07:01 2015 +0000 | | | | | | ExpressionSolve: | | | - used Vieta's formulas for qe | | | - improved initial guess | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit a9c82c35ad3731158a09300a1c2ab885bff69e92 | | | Author: Martin Sjölund | | | Date: Mon Jan 26 16:40:23 2015 +0000 | | | | | | Try to fix the builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | | | * commit 4f4b59c80cde22b2ee1deeee8d9009e035be7564 | | | Author: Lennart Ochel | | | Date: Mon Jan 26 16:36:08 2015 +0000 | | | | | | - remove interactive flag properly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 6bbba9c2fb34d6e25f7043fdd816060fb7e6a331 | | | Author: Lennart Ochel | | | Date: Mon Jan 26 16:27:33 2015 +0000 | | | | | | - remove communicateStatus properly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 492d18befae0aa94aedcccf7fc38691094eb49d3 | | | Author: Lennart Ochel | | | Date: Mon Jan 26 16:23:12 2015 +0000 | | | | | | - remove communicateStatus once more | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 0ee476a662e4b55362a513f92189f3c418a5ce5c | | | Author: Lennart Ochel | | | Date: Mon Jan 26 15:42:19 2015 +0000 | | | | | | - remove communicateStatus (interactive simulation) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit 614a89a3eeab40b483d18a0e6b70db559bf4265a | | | Author: Martin Sjölund | | | Date: Mon Jan 26 15:34:53 2015 +0000 | | | | | | Remove interactive flag from help text | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit c56b70ca61d62cef027a1e3375859d1545cd678c | | | Author: Martin Sjölund | | | Date: Mon Jan 26 15:30:10 2015 +0000 | | | | | | Remove interactive simulation couplings from simulation_runtime.cpp | | | - Add socket.cpp to c/simulation (TODO: move to c/util as a C interface) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | A SimulationRuntime/c/simulation/socket.cpp | | | A SimulationRuntime/c/simulation/socket.h | | | A SimulationRuntime/c/simulation/socket_unix.cpp | | | A SimulationRuntime/c/simulation/socket_win.cpp | | | | | * commit a2757ce3156b986294a71ae6740257cc2f363c03 | | | Author: Willi Braun | | | Date: Mon Jan 26 15:22:10 2015 +0000 | | | | | | - remove more interactive stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit e60bd9449e93cc70cdd73fa5ab8509182753ea35 | | | Author: Martin Sjölund | | | Date: Mon Jan 26 15:07:55 2015 +0000 | | | | | | Remove libinteractive stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit bfd6aee57db349b5de98165c846c3f1b99ddbeaa | | | Author: Martin Sjölund | | | Date: Mon Jan 26 13:15:05 2015 +0000 | | | | | | Remove interactive simulation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | D SimulationRuntime/interactive/CMakeLists.txt | | | D SimulationRuntime/interactive/Makefile.in | | | D SimulationRuntime/interactive/README.txt | | | D SimulationRuntime/interactive/client.cpp | | | D SimulationRuntime/interactive/omi_Calculation.cpp | | | D SimulationRuntime/interactive/omi_Calculation.h | | | D SimulationRuntime/interactive/omi_Control.cpp | | | D SimulationRuntime/interactive/omi_Control.h | | | D SimulationRuntime/interactive/omi_ResultManager.cpp | | | D SimulationRuntime/interactive/omi_ResultManager.h | | | D SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | D SimulationRuntime/interactive/omi_ServiceInterface.h | | | D SimulationRuntime/interactive/omi_Transfer.cpp | | | D SimulationRuntime/interactive/omi_Transfer.h | | | D SimulationRuntime/interactive/socket.cpp | | | D SimulationRuntime/interactive/socket.h | | | D SimulationRuntime/interactive/socket_unix.cpp | | | D SimulationRuntime/interactive/socket_win.cpp | | | D SimulationRuntime/interactive/thread.cpp | | | D SimulationRuntime/interactive/thread.h | | | | | * commit 0d8fa46b578384658f786ba9e9f53541c3a28448 | | | Author: Vitalij Ruge | | | Date: Mon Jan 26 12:12:16 2015 +0000 | | | | | | ExpressionSolve: update rule for x^y^ = z | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 426fec1db146d076e5480b79716b923919639624 | | | Author: Martin Sjölund | | | Date: Mon Jan 26 10:03:59 2015 +0000 | | | | | | Allow installing qt interface files to fail | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 2ddfb15227a4d0e336e59d6a74a4c270cafd8690 | | | Author: Martin Sjölund | | | Date: Mon Jan 26 10:00:06 2015 +0000 | | | | | | Install qt scripting API files into build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Makefile.common | | | M Compiler/Script/OpenModelicaScriptingAPI.mos | | | M Compiler/boot/Makefile.common | | | M Makefile.common | | | | | * commit 871d00a022f3cd5566e946ae4dfb85a2207e5095 | | | Author: Marcus Walther | | | Date: Mon Jan 26 08:42:40 2015 +0000 | | | | | | - fixed hpcom codegeneration | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 0f687cb1a072ae34e0a58db98f2db8386825ffb1 | | | Author: Martin Sjölund | | | Date: Mon Jan 26 08:14:37 2015 +0000 | | | | | | Update OpenModelicaScriptingAPI (Qt version) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/OpenModelicaScriptingAPI.mo | | | M Compiler/Script/OpenModelicaScriptingAPI.mos | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit ec9e301c2ccfb04932bf7cd649bbdb9d5ef122e2 | | | Author: Marcus Walther | | | Date: Mon Jan 26 08:04:51 2015 +0000 | | | | | | - now hpcom codegeneration is working again | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit d1b7f9308c707d466bfc2d6e95d205fd6a4f605a | | | Author: Marcus Walther | | | Date: Mon Jan 26 07:15:23 2015 +0000 | | | | | | - some changes in hpcom to get it running again, but it's still not working | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit e379abd81b15df241c4a1e41d479198ab98190a4 | | | Author: Vitalij Ruge | | | Date: Sun Jan 25 11:52:50 2015 +0000 | | | | | | ExpressionSolve: improved rule for solve abs(.) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 78a111aaa9b6c08bd0824a0617d066336129eec2 | | | Author: Adrian Pop | | | Date: Sun Jan 25 11:39:38 2015 +0000 | | | | | | - back to 1.9.2+dev | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 48966ac3727e2b3da83216ced99c0fc5276d3d72 | | | Author: Adrian Pop | | | Date: Sun Jan 25 01:40:02 2015 +0000 | | | | | | - switch version to 1.9.2 Beta | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit d0d6cba8eb366a886852448f255b8adf80ea3781 | | | Author: OpenModelica Hudson | | | Date: Sat Jan 24 00:44:08 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit cfb28f509d183b51eaf91b6e8d5f5afca4553e9a | | | Author: Vitalij Ruge | | | Date: Sat Jan 24 00:35:03 2015 +0000 | | | | | | ExpressionSolve: fixed initial guess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit a7e494d3dc7401c520d8eb63e09524b4dc28b6c6 | | | Author: OpenModelica Hudson | | | Date: Fri Jan 23 23:18:22 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 087ed2b511a19c965594f3ee442005e6ce1b1552 | | | Author: Vitalij Ruge | | | Date: Fri Jan 23 23:16:38 2015 +0000 | | | | | | ExpressionSolve: | | | - improved cos(x) | | | - added rule for sin(x) and tan(x) | | | update tests | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2c2d9a1d5e2c352888c417ebb53d72630335de6f | | | Author: OpenModelica Hudson | | | Date: Fri Jan 23 15:59:43 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 596c31daae89cc1ff826b9db0387e0e597f44a98 | | | Author: Willi Braun | | | Date: Fri Jan 23 15:41:30 2015 +0000 | | | | | | - added debug pre-opt-module addDerAliases, fixes some issues in algebraic loops, but doesn't work for all models. | | | - can be activate via +d=addDerAliases | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 25217f1fdb1a5ca5bbb31ebafa62cb2a08b89855 | | | Author: Niklas Worschech | | | Date: Fri Jan 23 15:18:26 2015 +0000 | | | | | | fix in cpp template for DiscreteEvent file include | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e89830ea7f615bbbc3db4e1c51c7c86926fab07b | | | Author: Martin Sjölund | | | Date: Fri Jan 23 13:32:53 2015 +0000 | | | | | | #3096 Implement prototype for dot operator | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Parser/Modelica.g | | | | | * commit 56877377c93ffabc1f505f138a1e04e61c45c629 | | | Author: Willi Braun | | | Date: Fri Jan 23 11:42:33 2015 +0000 | | | | | | - fix the order of equations dumped by simCodeDump | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit cba6a8aedbf8de3198abc4b59e8c0ea3ad4c58f3 | | | Author: Marcus Walther | | | Date: Fri Jan 23 11:23:39 2015 +0000 | | | | | | - fixed build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | * commit e1a5eb36bacfebed20762f8bd8e54c3c83830739 | | | Author: Henning Kiel | | | Date: Fri Jan 23 11:23:31 2015 +0000 | | | | | | - some code cleanup | | | - converted recursive matchcontinue to simple while loop | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 5216c43148ae9fb8676d30f726b31a228b0cbf21 | | | Author: Martin Sjölund | | | Date: Fri Jan 23 11:10:22 2015 +0000 | | | | | | Work in progress Qt interface | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | | | * commit 8cd3650279a5ba3655eec017f9c7e05ae0435115 | | | Author: Vitalij Ruge | | | Date: Fri Jan 23 10:38:52 2015 +0000 | | | | | | partial revert of r24150 | | | - side effect of the tearing | | | - broke some examples | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 5789935d8d8c367a9362b229bb4c70e7ae593db9 | | | Author: Willi Braun | | | Date: Fri Jan 23 10:09:20 2015 +0000 | | | | | | - fix the function BackendEquation.replaceDerOpInEquationList | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit ba453bfe9c35cd243213cf26ed1f7d8886ab4a11 | | | Author: Marcus Walther | | | Date: Fri Jan 23 09:27:41 2015 +0000 | | | | | | - simple bug fix | | | - improved error handling in cmake | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | | | * commit ba9308aa6a8702a8984fbcfbf6727cae1294b3e6 | | | Author: Adeel Asghar | | | Date: Thu Jan 22 15:26:01 2015 +0000 | | | | | | - updated MDT link. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-OMDev-MINGW.txt | | | | | * commit b84cafbe4ba0380b153044db2bc614b4298826d1 | | | Author: Vitalij Ruge | | | Date: Thu Jan 22 15:05:13 2015 +0000 | | | | | | activated solveSimpleEquations for initialization | | | - probably fixed #3091 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit a991a08b3c48e1c33033e027ecba6c6287f92108 | | | Author: OpenModelica Hudson | | | Date: Thu Jan 22 14:32:03 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 5502c6dbeb6e36a35f1649a820aab88006808cc3 | | | Author: Niklas Worschech | | | Date: Thu Jan 22 13:58:21 2015 +0000 | | | | | | fix for delete objects in cpp template, removed includes SystemDefaultimplementation of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 75100a4b3836c3b1c3f74ad751adb1ae4b28f2cb | | | Author: Vitalij Ruge | | | Date: Thu Jan 22 12:04:16 2015 +0000 | | | | | | activated solveSimpleEquations | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 8dfdb422e25eed7d57cc751c7ab9f6c82b1c4383 | | | Author: OpenModelica Hudson | | | Date: Thu Jan 22 08:44:11 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c5329635f97d2fa285f380264b6d2d1b3d6a9563 | | | Author: Niklas Worschech | | | Date: Thu Jan 22 08:14:45 2015 +0000 | | | | | | fix in cpp template for DiscreteEvents in algloop- files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6ef1ec20c9c362e786f8637776dddbccb21df0f3 | | | Author: Lennart Ochel | | | Date: Thu Jan 22 07:55:00 2015 +0000 | | | | | | - keep pattern clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 9eeca3b1b2b13e5a6a38dff60370901fdb0a5762 | | | Author: Lennart Ochel | | | Date: Thu Jan 22 07:49:35 2015 +0000 | | | | | | - cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 611c0dd4256261859fb78b45125fad2d973eac3b | | | Author: OpenModelica Hudson | | | Date: Thu Jan 22 01:31:28 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 44120c9fab132e5129238b8ea63511b7446ce45e | | | Author: Willi Braun | | | Date: Thu Jan 22 01:22:26 2015 +0000 | | | | | | - improve return value handling in cse module. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 02c371776b2e796f29c9ae2784e2c3f7adc82a46 | | | Author: Willi Braun | | | Date: Wed Jan 21 22:47:08 2015 +0000 | | | | | | - added debug flag dumpSimCode. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 42857722cc0d80726c9442a78cdea4fe123a65a3 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 21 22:37:13 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 5af15bc5b8f97d8f2545d3cd4bd8f05d415cfbec | | | Author: Willi Braun | | | Date: Wed Jan 21 22:35:29 2015 +0000 | | | | | | - fixed #2669. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f7981e150b6a1781c1e5dd8cfbaf01d8594b7a31 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 21 14:08:40 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 8259cd6507ac15cd58f7ab89e7bc9aace9f4546f | | | Author: Willi Braun | | | Date: Wed Jan 21 14:04:40 2015 +0000 | | | | | | - fixed #3092 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit fe85339fb4ac345c14415d13a0d4a675c1a66c79 | | | Author: Niklas Worschech | | | Date: Wed Jan 21 13:40:44 2015 +0000 | | | | | | fix in fmu cpp template for missing PreVariables file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit d9e9f3389a72a14f90bb4c75a32fb1ded1480706 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 21 13:23:43 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | * commit affedaeb6f384e7fa5c0724619681c7f67b8b17b | | | Author: OpenModelica Hudson | | | Date: Wed Jan 21 13:23:13 2015 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | M SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | | | M SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | M SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | | | * commit 6d2782c99f974f9fbf7c127971f525496964b292 | | | Author: Lennart Ochel | | | Date: Wed Jan 21 13:20:20 2015 +0000 | | | | | | - new pre-opt module: CSE | | | - eliminates common sub expression in acausal environment | | | - Different options are available: | | | - +cseCall: consider duplicate call expressions | | | - +cseEachCall: consider each call expressions | | | - +cseBinary: consider duplicate binary expressions | | | - NOTE: This is currently just an experimental prototype to demonstrate interesting effects | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit dad9896ed6520ee259f903aa44a36c93f097a6e2 | | | Author: Niklas Worschech | | | Date: Wed Jan 21 13:14:42 2015 +0000 | | | | | | splitted EventHandling class in DiscreteEvents,ContinuousEvents and PreVariables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/System/ContinuousEvents.cpp | | | A SimulationRuntime/cpp/Core/System/DiscreteEvents.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | A SimulationRuntime/cpp/Include/Core/System/ContinuousEvents.h | | | A SimulationRuntime/cpp/Include/Core/System/DiscreteEvents.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | A SimulationRuntime/cpp/Include/Core/System/PreVariables.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | * commit d649b41e33cd6af1e039ee4db73d6795e81c5af6 | | | Author: Per Östlund | | | Date: Wed Jan 21 10:01:30 2015 +0000 | | | | | | Fix for #3075: | | | - Fixed Util.stringWrap so it handles strings ending with a space properly. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit 20b84827ffd5bae6994f13709f1ac90d0309cb45 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 21 08:12:18 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1c5687786af30e2c94e7c13e699634f678ac4348 | | | Author: Marcus Walther | | | Date: Wed Jan 21 08:03:16 2015 +0000 | | | | | | - initAlgloopSolverVariables is now called in initialize, to prevent an invalid free | | | - renamed initAlgloopSolverVariables to initializeAlgloopSolverVariables | | | - added umfpack to analyzation mode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit dbc94f245c0991f17cf3f88c9dab6c52a92d09f5 | | | Author: Adrian Pop | | | Date: Tue Jan 20 17:31:08 2015 +0000 | | | | | | - use +version instead of ++v which is not available anymore | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 9d69d14e7a953350911c4c37c0d292c16b44e833 | | | Author: Adrian Pop | | | Date: Tue Jan 20 17:14:14 2015 +0000 | | | | | | - somebody played with the flags, use +version instead of ++v | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit 32939a616c041cf0ad2e0b29b9cf6a2270c4a16b | | | Author: OpenModelica Hudson | | | Date: Tue Jan 20 16:31:46 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 77598f17e436de265abb471143a3d0f6b3d6bb35 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Jan 20 16:22:44 2015 +0000 | | | | | | - Temporarily use omcTearing for strong components bigger than 200 variables until problem with Cellier Tearing is fixed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit cf31ae119137353855218bee3cc73691c47d2032 | | | Author: Willi Braun | | | Date: Tue Jan 20 15:27:05 2015 +0000 | | | | | | - move printCurrentStatesVector to get more information | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 107762076aad5c9782cbfd372e55621d832e5685 | | | Author: Per Östlund | | | Date: Tue Jan 20 13:00:38 2015 +0000 | | | | | | - Changed version flag back to --v, -v was already taken by vectorization limit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 907b96332a0176925ecc20c9b5fbdbb5ba800ef7 | | | Author: Per Östlund | | | Date: Tue Jan 20 12:43:36 2015 +0000 | | | | | | Partial fix for #3075: | | | - Improved the flag parsing and added a test case for it. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 487cfb734b9cabf876a87042bc6259ca492f3685 | | | Author: Lennart Ochel | | | Date: Tue Jan 20 11:26:04 2015 +0000 | | | | | | - Fix result via tcp/ip | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 28ba3743de855cb3c4c21c34567e5b83ee3d6372 | | | Author: OpenModelica Hudson | | | Date: Tue Jan 20 00:35:17 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 6daf323e77dfd53fd9e563206edee99f42b1f5aa | | | Author: Willi Braun | | | Date: Tue Jan 20 00:26:13 2015 +0000 | | | | | | - added debug outputs for dassl evaluation context | | | - added simulation runtime flag LOG_DASSL_STATS, which outputs current states vector | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 7df0eb838d37d49bb9dbfb83e92ad4f069c48e90 | | | Author: Willi Braun | | | Date: Mon Jan 19 16:53:20 2015 +0000 | | | | | | - added statistics for all non-linear solvers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 67edf005d23770ea18eb0d1965dc3093d7bab3b3 | | | Author: Lennart Ochel | | | Date: Mon Jan 19 12:27:08 2015 +0000 | | | | | | - random cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 95cd2c5b699df04539273ac3412e891bfa7ba20a | | | Author: Lennart Ochel | | | Date: Mon Jan 19 11:47:46 2015 +0000 | | | | | | - fix typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit a3eb49f5af476984523c1f3f670084ee96ab68f3 | | | Author: Henning Kiel | | | Date: Mon Jan 19 11:15:24 2015 +0000 | | | | | | use "else" instead of "case _ then" in match(continue) expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 9024c893fa096eaa822710b66da7b84ba0a7204e | | | Author: Marcus Walther | | | Date: Mon Jan 19 11:11:08 2015 +0000 | | | | | | - changed default hpcom-code to openmp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 05f745045a7ac89fdc8051c2ce77fd93e859ebc5 | | | Author: OpenModelica Hudson | | | Date: Mon Jan 19 10:40:46 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 6f45669755558f9cd100a4abda214014824d37c8 | | | Author: Per Östlund | | | Date: Mon Jan 19 10:23:23 2015 +0000 | | | | | | - Improved the handling of if-expressions to better handle arrays with different | | | sizes in the branches. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit a3d3b120dd94fc92486ccb40f470c7b74feab203 | | | Author: Lennart Ochel | | | Date: Mon Jan 19 09:32:14 2015 +0000 | | | | | | - update some error messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 5e36cd4710fc0d102fc16f6996d60609dd56b12d | | | Author: OpenModelica Hudson | | | Date: Sun Jan 18 19:19:26 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit bb6000a8ef4fa72aad05e0d6f61a66bce70e2a26 | | | Author: Vitalij Ruge | | | Date: Sun Jan 18 19:10:24 2015 +0000 | | | | | | improved simplification of relations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 7fc2156c8322e80d99ed60f8dcf7e5de6f78a479 | | | Author: Henning Kiel | | | Date: Sat Jan 17 10:55:23 2015 +0000 | | | | | | use match instead of matchcontinue where possible | | | use try/catch instead of matchcontinue | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | | | * commit 7752284aa5929977fd767a8ef3072ae16c7b371e | | | Author: Lennart Ochel | | | Date: Fri Jan 16 17:26:50 2015 +0000 | | | | | | - update some error messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit db2e82fa9005dea8efd50a8eefbe1b1368726968 | | | Author: Nils Menager | | | Date: Fri Jan 16 14:18:31 2015 +0000 | | | | | | Integration of Component ModelicaCompiler to cpp runtime in CMake File and LibrariesConfig.h.in | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | | | * commit 3b283b6941e03f69c1672d2ccaae3ef876a000ab | | | Author: OpenModelica Hudson | | | Date: Fri Jan 16 14:17:01 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 0c05fbfa9f7c2fd6f946515640c75f80bbf15f8e | | | Author: Marcus Walther | | | Date: Fri Jan 16 14:09:51 2015 +0000 | | | | | | - renamed "HpcOmTaskGraphMeta.nodeDescs" to "HpcOmTaskGraphMeta.compDescs" | | | - improved the array-unrolling functions in HpcomMemory | | | - changed CheckODESystemSize of HPCOM -> it checks the scheduled graph now | | | - added a resize-function to the cpp-arrays (required for array unrolling) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 7cfec8bb8a7e6c93e4006b19d9fc4350142644b2 | | | Author: Lennart Ochel | | | Date: Fri Jan 16 13:34:01 2015 +0000 | | | | | | - fix format string | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 1454ee1c54619dd07308b51fddc62f52769566f7 | | | Author: Bernhard Bachmann | | | Date: Fri Jan 16 13:32:37 2015 +0000 | | | | | | Fixed LOG_NLS_JAC dump | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit a36a7d7cf359ded4acca59fedd6cf014c86e5431 | | | Author: Adeel Asghar | | | Date: Fri Jan 16 12:42:07 2015 +0000 | | | | | | - Added FMI version settings. | | | - Allows exporting version 2 FMUs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 9e1f9451be3b65554327bbfc2397329dbd786e69 | | | Author: Lennart Ochel | | | Date: Fri Jan 16 09:48:59 2015 +0000 | | | | | | - remove unnecessary simplifications before pre-opt modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 02da4b2b7eb1942016efd5a5ebcceb215b093354 | | | Author: Willi Braun | | | Date: Fri Jan 16 09:20:42 2015 +0000 | | | | | | - fixed assert handling during event iteration and event handling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/openmodelica_types.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 5105359e494c09ea58f5f7b80335b4beb5438ab5 | | | Author: OpenModelica Hudson | | | Date: Fri Jan 16 08:32:21 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 35c73126c1fe149db4f0737f9cf69fb2ff7106bf | | | Author: Lennart Ochel | | | Date: Fri Jan 16 08:23:04 2015 +0000 | | | | | | - declare numeric initialization as deprecated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 0396498549e5356fb27ad426ff09568b9080aab2 | | | Author: Lennart Ochel | | | Date: Thu Jan 15 19:51:13 2015 +0000 | | | | | | - put trace dump on flag | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 1cf0e4cabb043d7d0a59f11e1543da7fd9ecee16 | | | Author: OpenModelica Hudson | | | Date: Thu Jan 15 19:11:45 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit b4515949bf9b81fd350988f8e010e00541e71d48 | | | Author: Lennart Ochel | | | Date: Thu Jan 15 19:06:57 2015 +0000 | | | | | | - Fix initialization of primary/secondary parameters. The analysis of the symbolic initialization is now used instead of the one from the old approach. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 1870e978695403abf36d11255dea6741efdfb2da | | | Author: Vitalij Ruge | | | Date: Thu Jan 15 16:20:55 2015 +0000 | | | | | | fixed r24047. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 82a4bdb3a7703756413abce6493e512ccba2843f | | | Author: OpenModelica Hudson | | | Date: Thu Jan 15 15:24:50 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit bf1a3ecec754a652d26cb75123dc009de70eee1b | | | Author: Vitalij Ruge | | | Date: Thu Jan 15 15:15:41 2015 +0000 | | | | | | differentiateExpSolve: guard if() and sign() | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 0f0e06547c96f232a606cc52cbcc1c0cbd284162 | | | Author: OpenModelica Hudson | | | Date: Thu Jan 15 11:38:24 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 571159ce6da37382559ad2cdb33e64d956644df1 | | | Author: Vitalij Ruge | | | Date: Thu Jan 15 11:29:14 2015 +0000 | | | | | | createResidualExp: reduce fractions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f4bb4fbcdbe6cb7fe3058d022399463c2abd0cec | | | Author: Adrian Pop | | | Date: Wed Jan 14 19:57:03 2015 +0000 | | | | | | - fix typo, hopefully Mac can start simulating models again after r23974 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit c015ec3bf1426ccd469230bb4676eb9adbfaea70 | | | Author: Willi Braun | | | Date: Wed Jan 14 18:18:38 2015 +0000 | | | | | | - activate case from r24039 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 3927067b0fd0f505765fc46539287885d4fdce66 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 14 16:58:44 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 8bbe824ab81e6d02b28a60bbc68f4f6d78888645 | | | Author: Willi Braun | | | Date: Wed Jan 14 16:56:59 2015 +0000 | | | | | | - added case to avoid generation of nonlinear systems for record constructor in tuple calls (e.g. (R(r1,r2),x) = f(x)). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 95eaaf57b63172b2e298046df305aa08c3f0c599 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 14 13:13:40 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3ab706f2fa62d9123453d11e17958a56856c1ee4 | | | Author: Vitalij Ruge | | | Date: Wed Jan 14 13:04:42 2015 +0000 | | | | | | createResidualExp: using fraction for simplify residual | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 43b807bf4014d7df45262a010f7aa57d814328f2 | | | Author: Martin Sjölund | | | Date: Tue Jan 13 15:41:12 2015 +0000 | | | | | | Fix elab/simplify/ceval for identity and diagonal | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | * commit 62ab4d132e024e2ba5045397f8c36cacfca37f82 | | | Author: Niklas Worschech | | | Date: Tue Jan 13 15:26:48 2015 +0000 | | | | | | modified setStartValue and getStartValue in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 395fbba79edd847de426183208aba4e965c58fff | | | Author: OpenModelica Hudson | | | Date: Tue Jan 13 10:38:57 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | * commit 976ec432768d46a6254b7a95c68635020e095be7 | | | Author: Niklas Worschech | | | Date: Tue Jan 13 10:29:50 2015 +0000 | | | | | | modified pre method in cpp runtime, removed second parameter | | | expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 26a21f0e6aba5718c412df346f34039561c2cf42 | | | Author: Martin Sjölund | | | Date: Tue Jan 13 07:09:28 2015 +0000 | | | | | | Enable modelica3d with --enable-modelica3d | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 4ff428c9eb850210d3523e48b30a692d90e9fe77 | | | Author: Volker Waurich | | | Date: Mon Jan 12 14:57:11 2015 +0000 | | | | | | -extended dump of compInfo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit bf32ebd2bf40314f550daff6f77afe09d225947a | | | Author: Adeel Asghar | | | Date: Mon Jan 12 14:42:06 2015 +0000 | | | | | | #2956 | | | - Do not set a default value of origin. Use the origin as transformation origin point only if it is defined in actual modelica code otherwise extract it from extent points. | | | - Only call snapPointToGrid when creating a shape/component otherwise use movePointByGrid. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit 4a5d82dea678f39b407bee1093e96d1f8f910d82 | | | Author: Martin Sjölund | | | Date: Mon Jan 12 13:20:27 2015 +0000 | | | | | | Fix Modelica format strings on 64-bit platforms | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/modelica_string.c | | | | | * commit 96d909e0022b5298201da574dd9ae9f52cf94f38 | | | Author: Marcus Walther | | | Date: Mon Jan 12 12:08:14 2015 +0000 | | | | | | - result-file is now only written if outputFormat!=EMPTY and outputPointType!=EMPTY | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 0adcbc0e08b4fffdb42a81c32433aa0aa63fbc0c | | | Author: OpenModelica Hudson | | | Date: Mon Jan 12 10:21:14 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit fb8f8ed60e0d15de7c54d1af268e3a9aa2262550 | | | Author: Vitalij Ruge | | | Date: Mon Jan 12 10:07:52 2015 +0000 | | | | | | fix numerical hessian structure for dyn. optimization without nonlinear constraints | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | | | * commit 33e60d65da31140215c2741dc17dbd46351ea225 | | | Author: Volker Waurich | | | Date: Mon Jan 12 10:00:56 2015 +0000 | | | | | | - extended countOperations for division | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit f92dbf352ae4d8795a8e3b0b47f4b952a52d3881 | | | Author: OpenModelica Hudson | | | Date: Mon Jan 12 09:37:41 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit cae79583f34acedf8a65418f6033ada484cbc9d8 | | | Author: Marcus Walther | | | Date: Mon Jan 12 09:35:55 2015 +0000 | | | | | | - added memory-map for cpp-runtime default behaviour and thread-scheduling | | | - LocCo-included (a heuristic value to evaluate memory structure for parallel simulation runs) | | | - c++-classes are now memory-aligned | | | - improvements for hpcom-testsuite | | | - removed metis-debug-output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | | | * commit de2f4d4223c787386cec5cd1fb22fb6969417e86 | | | Author: OpenModelica Hudson | | | Date: Sun Jan 11 22:15:58 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | | | * commit e97f44777f80a2c8cc77a5f9b5f712143d27ff7a | | | Author: Vitalij Ruge | | | Date: Sun Jan 11 22:06:28 2015 +0000 | | | | | | fixed empty dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 15b286cb944e990014b85bce93bae658e61fb086 | | | Author: Martin Sjölund | | | Date: Sun Jan 11 15:34:03 2015 +0000 | | | | | | #3063 | | | - Fix switch of string in cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | * commit df6b717f8bb100045247136f96309b3ea5384801 | | | Author: OpenModelica Hudson | | | Date: Sat Jan 10 15:49:01 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 4e8d6e323a3d20bc783c2c241bf12a2427fa1bb8 | | | Author: Patrick Marcel Taeuber | | | Date: Sat Jan 10 15:47:16 2015 +0000 | | | | | | - Added error message if discrete variable cant be solved explicitly in none of the equations | | | - +d=tearingdumpV now also contains the dumps of +d=tearingdump | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit d079dd07c6b99910f96320c11ea56a1c844611ef | | | Author: OpenModelica Hudson | | | Date: Fri Jan 9 13:07:33 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit d4946d490a589ba4fb7ee9ce1d722c45223e9124 | | | Author: Vitalij Ruge | | | Date: Fri Jan 9 12:51:39 2015 +0000 | | | | | | added postOptModules for solving linear system symbolical in BackEnd (based on QR decomposition) | | | Improvements will come! | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 2b4b277df3f653144fba67405ab7afc61acc147e | | | Author: Martin Sjölund | | | Date: Fri Jan 9 11:10:19 2015 +0000 | | | | | | Don't filter out every component in the record constructor | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit ebbaacf84dea3641c9b0c4b7bfa15d2445cb3a7b | | | Author: OpenModelica Hudson | | | Date: Fri Jan 9 10:27:01 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 8f08f3eea7938d634c7945ebb8bba5358b31d243 | | | Author: Martin Sjölund | | | Date: Fri Jan 9 10:25:18 2015 +0000 | | | | | | #2978 Make it an error to add ExternalObject components to records | | | - Update modelica3d | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit 125504b7eda4c3f5100d077e9df52e304c9b9516 | | | Author: Lennart Ochel | | | Date: Fri Jan 9 10:18:43 2015 +0000 | | | | | | - restore r23957 partially (introduce __DEBUG_TRACE_HANDLE) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 484c891fefd02cd5d2602c8969a24def008b2777 | | | Author: Lennart Ochel | | | Date: Fri Jan 9 10:18:04 2015 +0000 | | | | | | - move initialization of stateSelection properly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit dc6377d81b76d944041ee8fd4ea24501fe498857 | | | Author: Marcus Walther | | | Date: Thu Jan 8 13:25:40 2015 +0000 | | | | | | - try to fix windows and mac OS build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 6f1e3d2bde021da44278fd0b3e2398e8d12dbd43 | | | Author: Adrian Pop | | | Date: Thu Jan 8 06:13:05 2015 +0000 | | | | | | - ansi C | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | | | * commit 60a34f0a05fe1a135992df8fb8aabbe488c5070e | | | Author: OpenModelica Hudson | | | Date: Wed Jan 7 22:27:03 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | * commit 17683717daa9c9f1c6bf06d36f7669197ac7ea3d | | | Author: Willi Braun | | | Date: Wed Jan 7 22:04:41 2015 +0000 | | | | | | - added linear sparse solver umfpack for large linear algebraic loops | | | - activated umfpack for default compilation | | | - revise and adapt all a bit linear solver | | | - added measurment clock for all linear solver | | | - added more linear test cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/config.h | | | M Compiler/runtime/config.unix.h.in | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | | | A SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | A SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation_data.h | | | M configure.in | | | | | * commit af9cf5c6b109db93e80148873480a97a1c4bcc82 | | | Author: Willi Braun | | | Date: Wed Jan 7 19:01:44 2015 +0000 | | | | | | - fix #3064 by moving the stateSelection after the intialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 2b389a7eb53be7104a4e995a40c8dd5f2031d446 | | | Author: Adrian Pop | | | Date: Wed Jan 7 17:31:24 2015 +0000 | | | | | | - fix sending constant strings to external functions | | | - added test for ExternalMedia model: testsuite/simulation/modelica/external_functions/ts.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit df2693cac4b0cabd0f3ac48ec4715a5d111aef83 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 7 16:17:00 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 0b33566fdc38c8230d0d45185b2c1778ca0fc246 | | | Author: Lennart Ochel | | | Date: Wed Jan 7 16:07:41 2015 +0000 | | | | | | - add more TRACE information | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit a7b270dfcf35a91385ca5ab2f3d765120b527363 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 7 14:41:02 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 3e3e58f6bdf7957e602f3bff4200a99a156e2784 | | | Author: Lennart Ochel | | | Date: Wed Jan 7 14:32:05 2015 +0000 | | | | | | - add TRACE information to more generated functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit fc15467c5f2f2172a4e010a45b68db616917abae | | | Author: Martin Sjölund | | | Date: Wed Jan 7 12:32:00 2015 +0000 | | | | | | Fix stack overflow, expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 8f4ce6be9d6c4682a48e8749436bd36e2caad28c | | | Author: Willi Braun | | | Date: Wed Jan 7 11:28:23 2015 +0000 | | | | | | - fix #3057 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit a01449dd3b8591c8527458841d2c7d6981ca1f39 | | | Author: Lennart Ochel | | | Date: Wed Jan 7 09:58:33 2015 +0000 | | | | | | - revert r23957 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit b3705ef6cb4fd3f58bfc176612d5ce0ed231f34c | | | Author: OpenModelica Hudson | | | Date: Wed Jan 7 09:46:49 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit f1d0190095988fae31d489673676ce78f30124aa | | | Author: Lennart Ochel | | | Date: Wed Jan 7 09:37:53 2015 +0000 | | | | | | - new flag –lv=LOG_TRACE to control TRACE-dump for debugging purpose | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 9b0d7a8d70bbddf76ec6736e46e1156ee08d3e46 | | | Author: Martin Flehmig | | | Date: Wed Jan 7 08:44:35 2015 +0000 | | | | | | Typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit 7e49f27e1267115f695b4012a1dc4d46f1667a9d | | | Author: Marcus Walther | | | Date: Wed Jan 7 07:06:28 2015 +0000 | | | | | | - fixed wrong measureTime results for evaluateAll | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 06fedd01730a3c28cde4f0f4e59828acc21734e3 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 7 00:18:19 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 1112fba0b6e157f452c842518c54e9b148c0185f | | | Author: Patrick Marcel Taeuber | | | Date: Wed Jan 7 00:09:18 2015 +0000 | | | | | | Switched default tearing method to Cellier Tearing. | | | Following tests have problems with Cellier Tearing and still run with omcTearing: | | | ./simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos | | | ./simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos | | | ./simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos | | | ./simulation/modelica/events/bug1228.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit c43f2cdb6d97a8d37b31f46f81be44f6065964bb | | | Author: Willi Braun | | | Date: Tue Jan 6 22:11:20 2015 +0000 | | | | | | - inner equations of the non-linear solver are updated by the solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 23cb85baa75d5b5814deff20f97f9b86339e7ee4 | | | Author: Willi Braun | | | Date: Tue Jan 6 15:40:57 2015 +0000 | | | | | | - fix #3060. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_json.c | | | | | * commit 1d9d15fefa07289361d5eedf12f9365a4fb86b6e | | | Author: Willi Braun | | | Date: Tue Jan 6 15:16:15 2015 +0000 | | | | | | - next attempt to fix the testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 3aa1f42c1e22e8a0bae107ff047e3823c4cfca3e | | | Author: Willi Braun | | | Date: Tue Jan 6 13:34:23 2015 +0000 | | | | | | - fixed bisection by calculating the maximum needed iterations for a given tolerance | | | - 04_HandleEvents.mos needs a finer grid, since otherwise some events are missed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit da4d075e5234f97a3bcb1e201bb8abab52530111 | | | Author: Lennart Ochel | | | Date: Tue Jan 6 12:38:32 2015 +0000 | | | | | | - cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 60bb84086313253a4d1130fec342a8f19cff8342 | | | Author: Willi Braun | | | Date: Tue Jan 6 10:15:28 2015 +0000 | | | | | | - attempt to fix fmu binaries path name, mention in #3057. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit bf805554da2124624f91ea9127a6f84f4783d934 | | | Author: Willi Braun | | | Date: Tue Jan 6 10:00:19 2015 +0000 | | | | | | - belongs also to r23943 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 524f93112a8e0c5179516976c058c1104943ffbf | | | Author: Willi Braun | | | Date: Tue Jan 6 09:56:54 2015 +0000 | | | | | | - belongs to r23943 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 090ba38a1537ff9f118fcdc6cf65e93ecbf446a8 | | | Author: Willi Braun | | | Date: Tue Jan 6 09:43:14 2015 +0000 | | | | | | - adding relativ tolerance for bisection event search | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 903aeec88f3adb4c31408272d85d9bbe4acc459f | | | Author: OpenModelica Hudson | | | Date: Tue Jan 6 07:04:44 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2768e5e5c9e5ecf893d945369576a9e62e0139f9 | | | Author: Marcus Walther | | | Date: Tue Jan 6 06:55:49 2015 +0000 | | | | | | - hpcom is now able to handle empty ode-systems correctly -- this should fix the simple resistor test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 611f0d23a6c28aecc3570b5ab36a779ee4b1d528 | | | Author: OpenModelica Hudson | | | Date: Mon Jan 5 23:42:19 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 6bbd9ee83d9752ddc1860fc4af8fa2ec08a9ae63 | | | Author: Willi Braun | | | Date: Mon Jan 5 23:33:24 2015 +0000 | | | | | | fixed variables sorting in FMI 2.0 (see #3057 part 2) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit b8923aa45019b782d748b9e7d89514e6f132977d | | | Author: OpenModelica Hudson | | | Date: Mon Jan 5 22:30:44 2015 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | * commit c8e68bad0cdb5d710c88df2881567ffe60efd118 | | | Author: Willi Braun | | | Date: Mon Jan 5 22:28:59 2015 +0000 | | | | | | prevent adding a dummy state if no states are present | | | - don't use dassl if no state are present | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 703b0bfe40031afc021bf43b5436f18a9bfb2bc0 | | | Author: Volker Waurich | | | Date: Mon Jan 5 13:57:08 2015 +0000 | | | | | | - transfer initial value for replaced common sub expressions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 74cb4e6447496c62f082bc9d7333633c5369f428 | | | Author: Lennart Ochel | | | Date: Mon Jan 5 11:53:30 2015 +0000 | | | | | | - don't overwrite primary parameters while initialization (e.g. #3050) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit fa62b150b8682ae2efe04d9336535ed23f88278a | | | Author: Vitalij Ruge | | | Date: Sat Jan 3 11:35:16 2015 +0000 | | | | | | imporved negate for binary | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit ebaae8568ba4f1883a5a8bc36806dac11fe09973 | | | Author: Vitalij Ruge | | | Date: Tue Dec 30 16:37:16 2014 +0000 | | | | | | improved solveSimpleEquations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit b79fe717b2279391560c502dd3de28daf439b477 | | | Author: OpenModelica Hudson | | | Date: Tue Dec 30 11:48:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 61d1eadbe245817c0f2f8a7d552d7b8d383f4046 | | | Author: Nils Menager | | | Date: Tue Dec 30 11:46:26 2014 +0000 | | | | | | Time Event fix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 87f4492a58ca48e85dc489ac2a763ee0b989bfcd | | | Author: Nils Menager | | | Date: Tue Dec 30 11:39:34 2014 +0000 | | | | | | Get new states after time event | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit e4a96be0358ac2e80c9421c53897d32844d7d7ea | | | Author: OpenModelica Hudson | | | Date: Mon Dec 29 13:37:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 11366f67c75467ab18b8118673c765ebb95fb95f | | | Author: Vitalij Ruge | | | Date: Mon Dec 29 13:35:59 2014 +0000 | | | | | | ExpressionSolve: improved handling of modelica functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit 744bd1ce0388ad0db029c37413080abc8e69869f | | | Author: OpenModelica Hudson | | | Date: Sun Dec 28 13:39:00 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit b363c872939c44afa63b99e7833fa8f47dadd30f | | | Author: Vitalij Ruge | | | Date: Sun Dec 28 13:37:14 2014 +0000 | | | | | | postOptModules: added solveSimpleEquations with manipulations from ExpressionSolve (disable) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit e6c0107b6b2c027d7f4bfcea68e7d6398cddb6ea | | | Author: Henning Kiel | | | Date: Fri Dec 26 13:05:45 2014 +0000 | | | | | | some code cleanup: | | | match ... else then ... -> match ... else ... | | | case (exp as ...) ...exp... -> case (...) ...inExp... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 4da0c1d2ba3c214c859ca3ddc00e7dcec42383a4 | | | Author: Willi Braun | | | Date: Tue Dec 23 15:35:13 2014 +0000 | | | | | | - revert for now r23902, since it break some build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/config.h | | | M Makefile.common | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | | | D SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | D SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation_data.h | | | M configure.in | | | | | * commit e5f52ba51238289d06432714cdb3e519090c1645 | | | Author: OpenModelica Hudson | | | Date: Tue Dec 23 14:33:31 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | | | * commit ecb10bcf8158688857504bd372dd5a66bca54219 | | | Author: Willi Braun | | | Date: Tue Dec 23 14:24:28 2014 +0000 | | | | | | - added linear sparse solver umfpack for large linear algebraic loops | | | - activated umfpack for default compilation | | | - added measurment clock for all linear solver | | | - added more linear test cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/config.h | | | M Makefile.common | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | | | A SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c | | | A SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation_data.h | | | M configure.in | | | | | * commit 611c14d2935bce4933534f5695e91b77fe48bf59 | | | Author: Willi Braun | | | Date: Tue Dec 23 12:28:46 2014 +0000 | | | | | | - fix dist-clean by adding synonym for really-clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | | | * commit f0bedf7330ea4afaf09c2c54a9594bd0c36e25cb | | | Author: Vitalij Ruge | | | Date: Tue Dec 23 10:44:54 2014 +0000 | | | | | | ExpressionSolve: | | | - solve cos(x) = y | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 043c82b5ca67f1fa31147feb46814bf4342591d8 | | | Author: Vitalij Ruge | | | Date: Mon Dec 22 15:29:56 2014 +0000 | | | | | | ExpressionSolve: | | | - simplify qe case | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit afff8b130d30e5ead30ebeb9fd710ddeff023a8f | | | Author: OpenModelica Hudson | | | Date: Mon Dec 22 14:31:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 07dc484f5573328cfcd49bef8ae489aca4f033c3 | | | Author: Vitalij Ruge | | | Date: Mon Dec 22 14:19:18 2014 +0000 | | | | | | mproved DynamicOptimization: use | | | - if-else-construction | | | - for-loop-construction | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 426142a4d516e9abe37ec567d1188e8e7838dd0c | | | Author: Willi Braun | | | Date: Mon Dec 22 14:13:56 2014 +0000 | | | | | | - added min, max and nominal attribute to FMI 2.0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 4805bdb13e8fbd74b9a7def691b3a42df0c9ee80 | | | Author: OpenModelica Hudson | | | Date: Mon Dec 22 13:49:20 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit af3b5bc4e1bee777125abb5fd8dea501a16152e3 | | | Author: Vitalij Ruge | | | Date: Mon Dec 22 13:19:35 2014 +0000 | | | | | | improved DynamicOptimization: use if-else-construction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 025e732163ada93ebf4cc53caab3eddabc59ea18 | | | Author: OpenModelica Hudson | | | Date: Mon Dec 22 13:14:10 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 55023e52665f8047ffe14dbdf21f290caa082600 | | | Author: Willi Braun | | | Date: Mon Dec 22 13:04:51 2014 +0000 | | | | | | - improvement of r23889. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 07cf0aa9b0bb930ce451f42e580fc8e19598e408 | | | Author: OpenModelica Hudson | | | Date: Mon Dec 22 12:14:09 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit f64a9be1984d51e4ac497d241af8faa3bd4ed1b2 | | | Author: Willi Braun | | | Date: Mon Dec 22 12:12:24 2014 +0000 | | | | | | - added rule for max of an array expression. | | | - fixed #3048 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 299db8c4fa3d4800ce4e93c6436ff687189dd59e | | | Author: Adeel Asghar | | | Date: Sat Dec 20 17:51:09 2014 +0000 | | | | | | - Don't copy the SourceInfo so that user can save the copied class to new location. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 504e79d3136d4aad798b2a8429bac06cd19eccc3 | | | Author: Vitalij Ruge | | | Date: Fri Dec 19 22:47:19 2014 +0000 | | | | | | added test case for dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b4221d2b95157a05d3b51a0ff7a74b037a6095ab | | | Author: Vitalij Ruge | | | Date: Fri Dec 19 22:01:05 2014 +0000 | | | | | | dyn. optization: fixed handling case with dummy state | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit e8b7995a7a73e05aadcc59f7b3a1fbb2dc269b50 | | | Author: Vitalij Ruge | | | Date: Fri Dec 19 12:48:40 2014 +0000 | | | | | | clean up ExpressionSolve.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit e78c2433f8fc369b8775bb01ec264d02a9317d42 | | | Author: OpenModelica Hudson | | | Date: Fri Dec 19 10:35:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit ad31576ef63a1630242501207087e234f22c7880 | | | Author: Volker Waurich | | | Date: Fri Dec 19 10:30:21 2014 +0000 | | | | | | - restrict cse functionality until next year | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit c7f12ec14d0d94fb29b074a4bcd67cc38dde22b1 | | | Author: Volker Waurich | | | Date: Fri Dec 19 10:20:14 2014 +0000 | | | | | | - dont remove state vars in cse | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 901d5c56c9d415193fe60aca7af18d23e5553706 | | | Author: Marcus Walther | | | Date: Fri Dec 19 10:11:27 2014 +0000 | | | | | | - fixed metis clustering | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | | | * commit 1d32a224135a161f692e2bf5eefad95d2a444804 | | | Author: Volker Waurich | | | Date: Fri Dec 19 09:50:23 2014 +0000 | | | | | | - fix for cse | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 7d679c60a147440263690b679612a3c1a84157f5 | | | Author: Adrian Pop | | | Date: Fri Dec 19 01:09:45 2014 +0000 | | | | | | - use +n=1 for Makefile.depends bootstrapping target (it seems to deadlock on Windows) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 8d1192a255a673c479dfc4a4110db78efdd93ff6 | | | Author: Lennart Ochel | | | Date: Thu Dec 18 19:45:49 2014 +0000 | | | | | | - add reminder to prevent secondary parameters from being overwritten | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 48d16fcafb23291730c6dcdd142f04f7ab999213 | | | Author: Adeel Asghar | | | Date: Thu Dec 18 19:28:31 2014 +0000 | | | | | | #2746 | | | - FMU type ModelExchange and CoSimulation is not supported yet. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 34e3d0bf69e7d6529ece956d13a1770f83542fbc | | | Author: OpenModelica Hudson | | | Date: Thu Dec 18 15:40:45 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit e7eb8f33cb9a3a15c93d4a3a741989b3c5778d80 | | | Author: Adeel Asghar | | | Date: Thu Dec 18 15:23:14 2014 +0000 | | | | | | - Make FMI 1.0 co-simulation work. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI1CoSimulation.c | | | | | * commit eff1d76b80bfc23eee225bfb3870ee2906b8aa8c | | | Author: Volker Waurich | | | Date: Thu Dec 18 13:45:50 2014 +0000 | | | | | | - fix for cost estimation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 4d03efe82bdbaa5cc774a838208d4855806764fc | | | Author: Marcus Walther | | | Date: Thu Dec 18 13:29:09 2014 +0000 | | | | | | - GC is now disabled if HPCOM-Flag is set | | | - added BDP-Modell to hpcom testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1daea97fdb3a1c019e1998d1abf93764b2e741c2 | | | Author: Lennart Ochel | | | Date: Thu Dec 18 12:57:59 2014 +0000 | | | | | | - Fix initialization of dependent parameters | | | - Detect cyclically dependent parameters | | | - except for some special cases, e.g. parameter Real p = 2p; | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 1bc9fc0bad839d2e5f2d344c6ea7c988b904beff | | | Author: OpenModelica Hudson | | | Date: Thu Dec 18 10:12:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e887372481fd0375dd4268c3510a1129161be4a2 | | | Author: Marcus Walther | | | Date: Thu Dec 18 10:03:46 2014 +0000 | | | | | | - vector-name of state derivatives can now have a different name than "__zDot" | | | - fixed a issue with memory optimization of hpcom | | | - removed some debug output in BackendDAEOptimize | | | - added scheduler specific GRS for levelfix-scheduler | | | - fixed hpcom code generation for cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 6fea97e37e7e337b4ab48f5d7ead272e4c84f592 | | | Author: OpenModelica Hudson | | | Date: Thu Dec 18 07:48:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 98b4b7c2c8a7a1b5287b18c744e9b91ad1e72669 | | | Author: Marcus Walther | | | Date: Thu Dec 18 07:39:32 2014 +0000 | | | | | | - reverted evaluateODE-call in evaluateAll (cpp-runtime) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0312dda704c343179d01e0ac9094b046e3d2567a | | | Author: Vitalij Ruge | | | Date: Wed Dec 17 22:51:40 2014 +0000 | | | | | | ExpressionSolve: | | | improved handling of sqrt | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 66503245ee05aecc9c6264d6ff7721956335e990 | | | Author: Vitalij Ruge | | | Date: Wed Dec 17 21:35:19 2014 +0000 | | | | | | ExpressionSolve: added case for quadratic equation | | | - a*x^n - b*x^m | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 2c02aad5b4556b867133821daf29b0ee06018478 | | | Author: OpenModelica Hudson | | | Date: Wed Dec 17 19:15:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 53f7ebe12b601a4383a1b1eab7c7c6a13b2af76d | | | Author: Vitalij Ruge | | | Date: Wed Dec 17 19:13:16 2014 +0000 | | | | | | TestExpressionSolve: | | | - improved solve of quadratic equation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit aa34db7fb63762521f880d3c47004e88120f2c34 | | | Author: OpenModelica Hudson | | | Date: Wed Dec 17 17:50:04 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | | | * commit 2ac47031198f55e50aaf670f1e5049b28dc77eb1 | | | Author: Willi Braun | | | Date: Wed Dec 17 17:37:08 2014 +0000 | | | | | | - fixes for FMI 2.0 | | | - corrected some case of initial, variability and causality | | | - fixed Boolean handling | | | - added test cases for Boolen and Integer | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | | | * commit 74612094b74d2239ca8a5bfa9e0c43e4fe82e98c | | | Author: OpenModelica Hudson | | | Date: Wed Dec 17 17:15:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 21a005c6043301f3c4e70e0b5a4c5479f3301791 | | | Author: Vitalij Ruge | | | Date: Wed Dec 17 17:06:39 2014 +0000 | | | | | | TestExpressionSolve: | | | - solve some kinds of quadratic equation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 8ebe0db36db37b733cbe5f6397327cc7f5ad6661 | | | Author: Michael Kloeppel | | | Date: Wed Dec 17 15:36:58 2014 +0000 | | | | | | further fix for METIS scheduler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | | | * commit 057f79d84da5e815f0481651e3ca2fbd7b64d596 | | | Author: OpenModelica Hudson | | | Date: Wed Dec 17 13:50:02 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit b3bbecf147ce745df7d46d535d37a632331129e3 | | | Author: Volker Waurich | | | Date: Wed Dec 17 13:39:15 2014 +0000 | | | | | | - introduce der calls for equation systems too (plts) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 60d5b2e4aa6bdce00b14232691a59f1ae4eab62f | | | Author: Willi Braun | | | Date: Wed Dec 17 13:26:52 2014 +0000 | | | | | | - fixed fmu import for zero states case | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 1771a44f85081eccdc3e5cad2a53a7a49f5feea0 | | | Author: OpenModelica Hudson | | | Date: Wed Dec 17 13:15:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit e4fbdab56e67b2d2b14fffacf1413808fbffb281 | | | Author: Michael Kloeppel | | | Date: Wed Dec 17 13:15:23 2014 +0000 | | | | | | fixes for METIS scheduler and UMFPACK solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.unix.h.in | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | M configure.in | | | | | * commit f65b079464a1c9dcdf8c0af9d7f19698c84b38f2 | | | Author: Volker Waurich | | | Date: Wed Dec 17 13:06:29 2014 +0000 | | | | | | - reintroduce der calls in new residual equations for plts | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit e20f76b75e68719edca53eed2c80f0bdebdd6fda | | | Author: OpenModelica Hudson | | | Date: Wed Dec 17 10:04:12 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 5df5805bcb0944ee7c4c42932f6f382934bb5217 | | | Author: Volker Waurich | | | Date: Wed Dec 17 09:55:15 2014 +0000 | | | | | | - assign start values for auxiliary variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 257a7f6c42d263c0088324fc9ca3ce9dae140008 | | | Author: Volker Waurich | | | Date: Wed Dec 17 08:17:51 2014 +0000 | | | | | | - deactivate plts | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit beb8e9519a8584dc135e9e25abedf52c04c41d66 | | | Author: Volker Waurich | | | Date: Wed Dec 17 07:51:09 2014 +0000 | | | | | | - remove debug print | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 434194655de7372e9dcc7f47d8ac9bd89257e581 | | | Author: Volker Waurich | | | Date: Wed Dec 17 07:36:00 2014 +0000 | | | | | | - activate plts | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 29749ccbce14dc3f03360eff0c0172821c58f109 | | | Author: OpenModelica Hudson | | | Date: Tue Dec 16 21:12:10 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a8fa9284542078e10cf97a4855ae45d12b359cb3 | | | Author: Vitalij Ruge | | | Date: Tue Dec 16 20:40:25 2014 +0000 | | | | | | - improved expPow | | | - added case for isNegativeOrZero | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 398516f08d3cfeb2ae57865d3ad6d6fafd67b346 | | | Author: Vitalij Ruge | | | Date: Tue Dec 16 19:54:07 2014 +0000 | | | | | | TestExpressionSolve: | | | added case for cosh | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 6749782f689600aa55fd86e47c0ab2c8758dd9c0 | | | Author: Adrian Pop | | | Date: Tue Dec 16 15:08:08 2014 +0000 | | | | | | - use i386-pc-linux instead of linux-i686 as Willi suggested (unfortunately I have no idea what $host is returning inside configure) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Util/System.mo | | | | | * commit 391396b77e5405791dc9e108755df9df9b1f424a | | | Author: Volker Waurich | | | Date: Tue Dec 16 14:37:55 2014 +0000 | | | | | | - equation systems of size 1 are ok when there is a dummy state | | | - removed prints for partlintornsystems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit e0fcc8b98753124f3b4a5b2803969ca9dbba102f | | | Author: Willi Braun | | | Date: Tue Dec 16 14:21:45 2014 +0000 | | | | | | - fixed fmi platform for linux32 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 91a0a0f4c615885c6470fadd4619d8cc85a3a009 | | | Author: Adrian Pop | | | Date: Tue Dec 16 14:02:35 2014 +0000 | | | | | | - the platform string has changed in r23795, attempt to fix the testsuite. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit c42cec51350f0e427f9b150e7c91aefdbe3467dd | | | Author: Vitalij Ruge | | | Date: Tue Dec 16 13:52:58 2014 +0000 | | | | | | ExpressionSolve: | | | - improved cases for abs, pow(x,n) with Expression.isPositiveOrZero | | | - improved cases for sinh, tanh with tmp vars | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 7743e11046dd7fe0b1f646b63675279015b0e83c | | | Author: Volker Waurich | | | Date: Tue Dec 16 13:50:43 2014 +0000 | | | | | | - dont apply partlintornsystem for systems including dummy states | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit f79268868c981c3f70ce4d92bd9b77bdc5623b77 | | | Author: Willi Braun | | | Date: Tue Dec 16 13:47:23 2014 +0000 | | | | | | - fix for #2840 | | | - a bit of clean up in the fmi interfaces | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 58fad24bc4514aa7f6e341a0d182971ee9641f47 | | | Author: Willi Braun | | | Date: Tue Dec 16 13:23:49 2014 +0000 | | | | | | - fmi2: use platform strings according to the spec: linux64 and linux32 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Makefile.common | | | | | * commit 2984f03e82e1646260d70feffaad5b7a9ecb08c3 | | | Author: Per Östlund | | | Date: Tue Dec 16 12:45:28 2014 +0000 | | | | | | Fix for #3028: | | | - Workaround for compiler bug in Static.getOptionalNamedArg. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit abde7d1f64f88994e9f51f1b4eb8334937a9135c | | | Author: Martin Sjölund | | | Date: Mon Dec 15 21:11:49 2014 +0000 | | | | | | Use host instead of uname to determine platform (since we compile 32-bit files on 64-bit OS) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 359cc86c9018c72f012eae855ed0160e52c8e98e | | | Author: Vitalij Ruge | | | Date: Mon Dec 15 18:38:36 2014 +0000 | | | | | | ExpressionSimplify.simplify2: | | | - fixed simplifyMulJoinFactorsFind for case "e11-e12 and e12-e11, negative -1.0 factor" | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit d5e5273b1884e3b4eae318b58ddcdc0faf9e698f | | | Author: Willi Braun | | | Date: Mon Dec 15 18:06:41 2014 +0000 | | | | | | - fix #3036 by adding an event at terminal() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit afb7e55eb6fa5b16905d0a1e62809d66f4f0c6b3 | | | Author: Marcus Walther | | | Date: Mon Dec 15 15:13:38 2014 +0000 | | | | | | - swapped the __x86_64__ and __i386__ cases in measure time - hopefully this will fix measureTime on x64 machines | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | | | * commit 84793335283b16d0bbeccc09e06af9c6469f228d | | | Author: OpenModelica Hudson | | | Date: Mon Dec 15 15:12:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 4cd26e08caf607d25c05c9759871d43d9d9f1100 | | | Author: Volker Waurich | | | Date: Mon Dec 15 14:42:58 2014 +0000 | | | | | | further extension for countOperations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit cf2b87f52bb53831773c5cfa3680e25d0e3a66ce | | | Author: OpenModelica Hudson | | | Date: Mon Dec 15 14:30:55 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | | * commit 0d3bd335a53a6afcab4f82a499f2ee3fe648dcac | | | Author: Niklas Worschech | | | Date: Mon Dec 15 14:29:10 2014 +0000 | | | | | | removed saveDiscreteVars in cpp template, activated get and set method for variables only for fmi code generation in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | | | * commit 631b81358230a9944dc123badf5d91874d10abdb | | | Author: OpenModelica Hudson | | | Date: Mon Dec 15 13:46:00 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 14a8735bf0c5b7ef53c1a7c2a7f49040b2269b90 | | | Author: Willi Braun | | | Date: Mon Dec 15 13:37:03 2014 +0000 | | | | | | - fixes and testcase for #3034 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 2c7c62c8e2abfbc8ece27990415c01b60fec2f0b | | | Author: OpenModelica Hudson | | | Date: Mon Dec 15 12:46:39 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 60b2c6811f0461f821899290642350fe98a28c8a | | | Author: Nils Menager | | | Date: Mon Dec 15 12:44:54 2014 +0000 | | | | | | Handling time events at one time instant at once | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit df6a4389b6439d63da1a53438594dca2ee4ebcb6 | | | Author: OpenModelica Hudson | | | Date: Mon Dec 15 09:04:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9a0d8e60f3a1b2f7e2f151ea7b6f26ddd4645ded | | | Author: Niklas Worschech | | | Date: Mon Dec 15 08:56:02 2014 +0000 | | | | | | splitted write values in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit cad9e5cf41670227e109dccfd0a35623ffeee0fa | | | Author: Vitalij Ruge | | | Date: Sun Dec 14 21:28:26 2014 +0000 | | | | | | ExpressionSolve: | | | improved numeric for makeProduct | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit c9615a7892d4c119f8d9af646dc5ffe45a2eceab | | | Author: Adeel Asghar | | | Date: Sun Dec 14 04:04:52 2014 +0000 | | | | | | - fixed typo. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit f2b07d93b2632f11cd95f28d895720802c791116 | | | Author: OpenModelica Hudson | | | Date: Fri Dec 12 21:44:27 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit d89adcd9f015835402c104f46ede9fd8c059b839 | | | Author: Volker Waurich | | | Date: Fri Dec 12 21:42:43 2014 +0000 | | | | | | - get more precise information with countOperations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 3cf7b7505f05164a847c401ccc64d661f37dc6c1 | | | Author: OpenModelica Hudson | | | Date: Fri Dec 12 13:10:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 87cef19b70f88497cb66cefeb65d7829f4048aca | | | Author: Marcus Walther | | | Date: Fri Dec 12 13:04:24 2014 +0000 | | | | | | - added intel tbb and pugiXML to the CMake-Configuration of the cpp-runtime | | | - fixed the old tbb-code for HPCOM | | | - changed hpcom-default-scheduler to the level-scheduler | | | - extended the testsuite for hpcom with some tests for tbb and levelfix-scheduling | | | - evaluateConditions is calling evaluateAll now in generated C++ Code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/Flags.mo | | | A SimulationRuntime/cpp/CMake/FindPugiXML.cmake | | | A SimulationRuntime/cpp/CMake/FindTBB.cmake | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | | | * commit 01058b1d38ade6e10293da6c38fe86e08e952fed | | | Author: OpenModelica Hudson | | | Date: Fri Dec 12 11:05:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 867c206b6cda80a36c3adc8580e182d54006062d | | | Author: Niklas Worschech | | | Date: Fri Dec 12 10:55:19 2014 +0000 | | | | | | fix for one dimensional arrays in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ec6e2d5dec7d298fbf01746acb802758a54e893b | | | Author: Per Östlund | | | Date: Fri Dec 12 10:22:53 2014 +0000 | | | | | | - Updated documentation for simulate/buildModel. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 79efe3758b689896834c46c1f9331bf1e6397dd1 | | | Author: Ruediger Kampfmann | | | Date: Fri Dec 12 10:21:58 2014 +0000 | | | | | | -fix in SimManager | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 088f47034bc0cb4bc03a09df4ad35a053476b1c3 | | | Author: Ruediger Kampfmann | | | Date: Fri Dec 12 10:17:28 2014 +0000 | | | | | | -fix in SimManager | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit b2ac5a13b9dd563ac99ed41056951a01cb9a8934 | | | Author: Ruediger Kampfmann | | | Date: Fri Dec 12 09:37:46 2014 +0000 | | | | | | -fix in SimManager | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit a4d6717b14940887437a9046ce334f80534dfbe3 | | | Author: OpenModelica Hudson | | | Date: Fri Dec 12 08:12:17 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit a9c029a1cb393a25e4fe43b3fe2f2b147c563a38 | | | Author: Marcus Walther | | | Date: Fri Dec 12 07:49:20 2014 +0000 | | | | | | - improved splinlock and busy-waiting barrier of cpp runtime | | | - changed the busy wainting tests to n=2, so that they can be executed on dual core machines | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | | | * commit 29158def855c3e1af93550c7a631624570fac971 | | | Author: Niklas Worschech | | | Date: Fri Dec 12 07:38:49 2014 +0000 | | | | | | changed 3d array of cpp runtime to row-major order | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 560aea7f0d1cfd7f27174caed33a5eceb435e8ce | | | Author: OpenModelica Hudson | | | Date: Fri Dec 12 07:30:26 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 7ad52f0b79baf02258feb7f47d1f728ddac5f826 | | | Author: Marcus Walther | | | Date: Fri Dec 12 07:19:49 2014 +0000 | | | | | | - prototype for scheduler based graph rewriting rules added to HPCOM | | | - adopted the new cpp file structure to cpp-hpcom | | | - added a filterOnFalse-function to the list module | | | - some new test models are now part of the hpcom cpp testsuite | | | - fixed listr-scheduler of cpp-runtime | | | - fixed mergeSimpleNodes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/List.mo | | | | | * commit 9fb71ed070d1733c0b9ef6a9670a9fe9fcf8b35c | | | Author: Adrian Pop | | | Date: Fri Dec 12 01:56:45 2014 +0000 | | | | | | - use GC_malloc_uncollectable for stringVars in initialization.c too | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit f2367a9e9e42633875a344f7274cfeac73b4276a | | | Author: Adrian Pop | | | Date: Fri Dec 12 01:48:56 2014 +0000 | | | | | | - fix testsuite (we fixed using GC_malloc_uncollectable in one place but there were more places) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 7db0bbb8b08671cb88fb55b3e4254bea60810ac0 | | | Author: Vitalij Ruge | | | Date: Thu Dec 11 21:26:23 2014 +0000 | | | | | | ExpressionSolve: | | | improved solve for if-expression | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit e4dbe3b136da395f64d05d17e7792013748390f5 | | | Author: Adrian Pop | | | Date: Thu Dec 11 20:50:17 2014 +0000 | | | | | | - return something in SimulationRuntime/c/util/integer_array.c | | | - hopefully fix condition in SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | - try to use proper data types in function interfaces | | | - get rid of some of the warnings | | | - transform to char* where needed | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/string_array.c | | | | | * commit 44803eccbe90e245dd9c954c045a7c1f250585e2 | | | Author: Adrian Pop | | | Date: Thu Dec 11 19:29:26 2014 +0000 | | | | | | - transform to char* where needed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit fa3f55ac8d1e9067e02046030ddd4273f2418957 | | | Author: Henning Kiel | | | Date: Thu Dec 11 19:13:18 2014 +0000 | | | | | | - added skew() and symmetric() to CodegenC.tpl | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e53ed782f245c073412773958a807a3b6e2ff66e | | | Author: Henning Kiel | | | Date: Thu Dec 11 18:48:49 2014 +0000 | | | | | | - implement unary minus for integer arrays | | | - fix pow, exp, division for integer array alloc version | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit 46b35a983d85613ddbce349ac90392254f171676 | | | Author: Henning Kiel | | | Date: Thu Dec 11 18:14:48 2014 +0000 | | | | | | fix matrix multiplication for integer arrays in SimulationRuntime/c | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit db2b683b95ff888a01cfbc7697485210b1ff77ab | | | Author: Henning Kiel | | | Date: Thu Dec 11 17:09:25 2014 +0000 | | | | | | added element wise multiplication of integer arrays to SimulationRuntime/c | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit 18aed9c03fa6b9dc3691717c674c0d12451687a3 | | | Author: Henning Kiel | | | Date: Thu Dec 11 16:46:29 2014 +0000 | | | | | | Fix type casting in CodegenC.tpl | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 70c1514ea4afee4fb6777dbd86d3edabd7e5ea78 | | | Author: OpenModelica Hudson | | | Date: Thu Dec 11 16:20:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 966250816f7ef1d00c73f01153318eb4c58127ef | | | Author: Vitalij Ruge | | | Date: Thu Dec 11 16:14:44 2014 +0000 | | | | | | ExpressionSolve.solve2: | | | fixed $_initialGuess and tmp vars. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9322b32bc5a48276bea1d1985f155b6160f52151 | | | Author: Niklas Worschech | | | Date: Thu Dec 11 16:11:26 2014 +0000 | | | | | | fix for create array in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5aa69a5dde9588c7b4a13cde23dfe0406b57d893 | | | Author: Henning Kiel | | | Date: Thu Dec 11 14:28:28 2014 +0000 | | | | | | fix typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | | | * commit a23b8a80e7364d1876d5ee0b1f28829567f57c92 | | | Author: Henning Kiel | | | Date: Thu Dec 11 14:19:40 2014 +0000 | | | | | | #3026 | | | - Fixed some more integer array operations. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit 9541f6e29f991ebfce3252ff1c8d1b3783df464f | | | Author: Adeel Asghar | | | Date: Thu Dec 11 13:57:37 2014 +0000 | | | | | | #3026 | | | - Fixed the boolean array assignment. DoublePendulum test should work now. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | | | * commit f59b12accb5bd50c0d620de97e7947ef63babe81 | | | Author: OpenModelica Hudson | | | Date: Thu Dec 11 10:32:39 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 522a7e427eeba4caf53ff3755f75b73f6ad79322 | | | Author: Niklas Worschech | | | Date: Thu Dec 11 10:17:11 2014 +0000 | | | | | | reomved start index for writeparams in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 79c02198439d8df6c53953fd806a1a583493dcbf | | | Author: OpenModelica Hudson | | | Date: Thu Dec 11 09:50:07 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit f8c56cfef4900efc8776a00c01655c81180399a9 | | | Author: Vitalij Ruge | | | Date: Thu Dec 11 09:48:23 2014 +0000 | | | | | | improved r23722 | | | - handling of sign() by solve e.g. abs(x) or pow(x,2) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 0a5b7c35884f771107660a423e6f6236d93e9240 | | | Author: Adeel Asghar | | | Date: Thu Dec 11 01:11:53 2014 +0000 | | | | | | #3026 | | | - Fixed the integer array assignment. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit 2eca0f4edd9029a9120cfce313d59d3d3438bb07 | | | Author: Adeel Asghar | | | Date: Thu Dec 11 01:09:22 2014 +0000 | | | | | | - Only check for invalidNumber & nullPointer when NUMBER_OF_STATES > 0. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit 3917aaf61c88139efced5835bb57010e448b260a | | | Author: Adeel Asghar | | | Date: Thu Dec 11 01:08:16 2014 +0000 | | | | | | - Fixed FMI import code generation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit a138e6b25dc0d3c5d06ff53767c6c68b08a29ab1 | | | Author: OpenModelica Hudson | | | Date: Wed Dec 10 23:02:49 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit cf82a107253acb78297cbe98587cd3ba1ed0fb2a | | | Author: Vitalij Ruge | | | Date: Wed Dec 10 22:53:53 2014 +0000 | | | | | | ExressionSolve.solve2: | | | | | | - added more cases for if() and semiLinear() | | | (new rules, which need tmp vars) | | | - added rule for abs(f(x)) = g(y) w.r.t. x | | | - added rule for pow(f(x),y) = z w.r.t. x | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 645b24a2a10c52daea2ab11b2d899548c9c1cd22 | | | Author: Adeel Asghar | | | Date: Wed Dec 10 20:45:44 2014 +0000 | | | | | | - print the error level | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/fmi/FMI1CoSimulation.c | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | | | * commit aa168dc445abbb43bf4dbb867b81b0992aa8eac5 | | | Author: Volker Waurich | | | Date: Wed Dec 10 15:20:24 2014 +0000 | | | | | | -another fix for cse | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit b0d170c6b35a6d99c8aef6bd640d4ab7a6e3cc6b | | | Author: Niklas Worschech | | | Date: Wed Dec 10 15:11:36 2014 +0000 | | | | | | fix in cpp template for array indeces | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d8841b6bdd95394324144e62e44fc52d54fcafc3 | | | Author: Adeel Asghar | | | Date: Wed Dec 10 14:52:06 2014 +0000 | | | | | | - Avoid `FMU could not converge in event update` error by setting the iterationConverged to true. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit ad664f7957caef2a7af60e7ac22fed4b8d603150 | | | Author: Volker Waurich | | | Date: Wed Dec 10 13:46:37 2014 +0000 | | | | | | - fix for cse | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 090a0c4434d2093c0607af5293e66460daa48f6c | | | Author: Vitalij Ruge | | | Date: Wed Dec 10 12:56:05 2014 +0000 | | | | | | #3023 | | | createSingleComplexEqnCode2: | | | update case tupple() = f() | | | - check crefs from lhs inside rhs | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 14cc257c238efa0f27740cfe2928a4a21df2ac90 | | | Author: OpenModelica Hudson | | | Date: Wed Dec 10 09:39:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6617dd1337a26397b4789ef0a9d44cdde37c662f | | | Author: Niklas Worschech | | | Date: Wed Dec 10 09:30:08 2014 +0000 | | | | | | separated array initialization in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 01855e1427ae36abb5350c4726edd5763b63416c | | | Author: Adeel Asghar | | | Date: Tue Dec 9 15:35:39 2014 +0000 | | | | | | - Fix last commit. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | | | * commit 10d936a7bf9b7dd33fdea90210b8851c1198a5ba | | | Author: Adeel Asghar | | | Date: Tue Dec 9 15:34:12 2014 +0000 | | | | | | - Remove the eol comma separator from csv output. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | | | * commit 2e58dbd1de136982285bbe71439495c2e2cfe885 | | | Author: Marcus Walther | | | Date: Tue Dec 9 12:10:03 2014 +0000 | | | | | | - fixed pthreads_spin codegeneration for hpcom | | | - improved measure time and busy waiting locks | | | - added cvode-metrics to measuretime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 9ba42c79996a27026513b32044d718e18d9d8c40 | | | Author: Martin Sjölund | | | Date: Tue Dec 9 11:36:59 2014 +0000 | | | | | | Ignore errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Makefile.common | | | | | * commit f2eae9ee892cd2b0d995e955779bd313fa4fae73 | | | Author: Martin Sjölund | | | Date: Tue Dec 9 11:29:03 2014 +0000 | | | | | | Automatically generate OpenModelicaScriptingAPI.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | A Compiler/Script/Makefile.common | | | A Compiler/Script/Makefile.in | | | M Compiler/Script/OpenModelicaScriptingAPI.mo | | | A Compiler/Script/OpenModelicaScriptingAPI.mos | | | M Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/boot/Makefile.common | | | M configure.in | | | | | * commit 7b223d63711b950123c2daacf5526bdb27e0055d | | | Author: Martin Sjölund | | | Date: Mon Dec 8 15:25:36 2014 +0000 | | | | | | Use the impact package listing in getAvailableLibraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Print_omc.c | | | A Compiler/runtime/printimpl.h | | | M Compiler/runtime/systemimpl.c | | | | | * commit 337c485ec9f73e0f320b998e65597efc4abad88c | | | Author: Martin Sjölund | | | Date: Mon Dec 8 13:31:46 2014 +0000 | | | | | | Fix not loading too low package versions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 69bbeb16287a5b810b35f73c0f9ef2b162248ff6 | | | Author: Martin Sjölund | | | Date: Mon Dec 8 13:09:01 2014 +0000 | | | | | | Add `loadModel(requireExactVersion=true)`, which does not automatically load MSL 3.2.1 if MSL 3.2 is requested | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 0128ee596c2a94e21b42ca08a4dcc727b13c74fe | | | Author: Martin Sjölund | | | Date: Mon Dec 8 12:22:03 2014 +0000 | | | | | | Remove duplicated function introduced in r23676 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 0c53cff3c06753bf0e17be3428023f2a0d9ced05 | | | Author: Martin Sjölund | | | Date: Mon Dec 8 12:09:04 2014 +0000 | | | | | | Also only install libraries if the user libraries path is on the MODELICAPATH | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit da5bbac063c9848880057e5bab67cc841b0ce094 | | | Author: Martin Sjölund | | | Date: Mon Dec 8 12:03:57 2014 +0000 | | | | | | During `loadModel`, use the `impact` command if the user has impact installed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/runtime/ErrorMessage.cpp | | | M Compiler/runtime/Settings_omc.cpp | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 9e90ddcd2e23bb39396d0298179276bb5ca11243 | | | Author: Niklas Worschech | | | Date: Mon Dec 8 09:41:17 2014 +0000 | | | | | | fix for wirteParams in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit bba24ff86a109daa9a5f8f7e8f81db5cb15e7282 | | | Author: Adeel Asghar | | | Date: Sun Dec 7 20:13:14 2014 +0000 | | | | | | - Better names for flow control variables. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit ad72f292fadeb6039bb1211ce5a22c226c9e0d79 | | | Author: Martin Sjölund | | | Date: Sun Dec 7 19:56:03 2014 +0000 | | | | | | #3019 Serialize `NEW_DUMMY_DER` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | * commit 1cb0dbaebcfba74c8190b29e6cddc236c83c623b | | | Author: Lennart Ochel | | | Date: Sun Dec 7 10:28:01 2014 +0000 | | | | | | - Removed some unnecessary local variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 7a1c087775abe69f9e5bebe624749f9c487212f0 | | | Author: Lennart Ochel | | | Date: Sun Dec 7 10:15:03 2014 +0000 | | | | | | - Use of try-else-construction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 5cb155271e00a2e95f7a7e00a0e704636c2813df | | | Author: Adeel Asghar | | | Date: Sun Dec 7 02:12:38 2014 +0000 | | | | | | - Raise the ModelicaError when any of the fmi* functions fail. | | | - Fixed the assert tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/fmi/FMI1CoSimulation.c | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | M SimulationRuntime/c/fmi/FMICommon.h | | | | | * commit 8cac80f70c1bc8607f3123deb15cbed56bbfe2d4 | | | Author: Lennart Ochel | | | Date: Sat Dec 6 14:49:55 2014 +0000 | | | | | | - adapt statistics dump to make it collapsible in the new simulation output view of OMEdit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit bbf01770ad803e826062fc922286b68fa47cd6c6 | | | Author: Adeel Asghar | | | Date: Sat Dec 6 04:04:55 2014 +0000 | | | | | | - fmiSetString should work the same as fmiSetReal/Integer/Boolean. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit f9962402c2c9558cff891a29da35c07c00badc74 | | | Author: OpenModelica Hudson | | | Date: Fri Dec 5 17:31:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 6b78d10d0011a3a2c26cec980ef35098e18ae4e4 | | | Author: Per Östlund | | | Date: Fri Dec 5 17:29:38 2014 +0000 | | | | | | - Optimized some excessively used functions (crefPrefixOf, crefEqual, expEqual) | | | - Small pattern matching optimization, don't match against RECORD() patterns in | | | switch-optimized match-expressions (the switch already does the matching). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit e8bcc2cc558283141a2cd03f653f0312e30e8fd4 | | | Author: Adeel Asghar | | | Date: Fri Dec 5 15:33:56 2014 +0000 | | | | | | - Dump the variables in a better way. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit f13d08e6f837568c3c9a47dd0e39ed28fa300832 | | | Author: Willi Braun | | | Date: Fri Dec 5 15:02:56 2014 +0000 | | | | | | - added statistics section for linears systems | | | - revise linear system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit 06158644d42e2c69feb7e09baa673aab51d79a84 | | | Author: OpenModelica Hudson | | | Date: Fri Dec 5 09:37:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 2cfcbd392341326c4909c61cb298a611349781ac | | | Author: Marcus Walther | | | Date: Fri Dec 5 09:35:38 2014 +0000 | | | | | | - Some more detailed information about level-scheduling added if hpcom dump is set | | | - Removed "simulationMainFile" template function from hpcom-susan file | | | - Improved Profiling of cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | | * commit f66863f2dd5c46bef248d44b52fad164126e0756 | | | Author: Adrian Pop | | | Date: Fri Dec 5 07:06:34 2014 +0000 | | | | | | - do not load files in parallel for target Makefile.sources | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit a0a22f20ca3cc846e5f23eb44d475433597e1937 | | | Author: OpenModelica Hudson | | | Date: Fri Dec 5 06:28:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 44d2ee1460c1873b99d931eb33395830e380ce4f | | | Author: Adeel Asghar | | | Date: Fri Dec 5 03:22:02 2014 +0000 | | | | | | #2130, #2776, #3011 | | | - Call fmiSet* for parameters before initializing the FMU. | | | - Call fmiGet* for dependent parameters after initializing the FMU. | | | - Created a separate section for FMU instantiate and FMU initialize. | | | - Generate a better Modelica code to avoid initialization warnings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | | | * commit 2e8c09e8858f1317e9d0bc4736a0ecb03a30736c | | | Author: Lennart Ochel | | | Date: Thu Dec 4 18:35:04 2014 +0000 | | | | | | - fix #3014 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e09f1fecb754ef77188fd5982d872acd79f46888 | | | Author: Lennart Ochel | | | Date: Thu Dec 4 18:31:14 2014 +0000 | | | | | | - fix #3009 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit f09c7f8290b1ef4fbfaf6a606f4ef86f12c2f649 | | | Author: OpenModelica Hudson | | | Date: Thu Dec 4 13:57:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 09e7e3ea42e4b83655c3ed0e68412060f1bce14d | | | Author: Niklas Worschech | | | Date: Thu Dec 4 13:49:03 2014 +0000 | | | | | | splitted writeParams method in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7062c16435d51da5d8ca3907c011337ef180102f | | | Author: Marcus Walther | | | Date: Thu Dec 4 12:25:00 2014 +0000 | | | | | | - added cpp-file splitting to hpcom template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit df185a957a54b08215f8e0deab8e589f9ee3d2e6 | | | Author: OpenModelica Hudson | | | Date: Thu Dec 4 11:35:12 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 779ad03e71fe86dd957de05ee8ddd0dbc53c0c46 | | | Author: Marcus Walther | | | Date: Thu Dec 4 11:33:27 2014 +0000 | | | | | | - profiling of the cpp-runtime can now be enabled with the help of the makefile argument 'RUNTIME_PROFILING="true"' | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit c2ad1b127cc8f65b975aea14f5bc73e1a95ac897 | | | Author: OpenModelica Hudson | | | Date: Thu Dec 4 08:22:48 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0dfde5b24060c0768267a79b55c8e0964af5da8a | | | Author: Niklas Worschech | | | Date: Thu Dec 4 08:21:03 2014 +0000 | | | | | | splitted initialization and writeoutput files in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ee2785259ed12fdbf9cb655545d8d5f79b2110ce | | | Author: OpenModelica Hudson | | | Date: Wed Dec 3 18:03:21 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit f28fb27db9c354f4851a8f86a0ddf2af52ee9f10 | | | Author: Vitalij Ruge | | | Date: Wed Dec 3 17:55:26 2014 +0000 | | | | | | BackendEquation.solveEquation: | | | - passed DAE.FunctionTree | | | - inline function calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit d9c07f2329da7e9c802614b753839c2a09e325c3 | | | Author: OpenModelica Hudson | | | Date: Wed Dec 3 15:57:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit e701ae7d476a5a12fdc634f6ed95fbba69db50f2 | | | Author: Lennart Ochel | | | Date: Wed Dec 3 15:47:34 2014 +0000 | | | | | | - revert r23613, because it breaks initialization of parameters in some cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 344fbe715cbd69466d1812d28da1430411d9f63c | | | Author: Per Östlund | | | Date: Wed Dec 3 15:29:03 2014 +0000 | | | | | | - Fix tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 27936a328e2c981fba4801680ad04e128373ee00 | | | Author: Marcus Walther | | | Date: Wed Dec 3 15:28:52 2014 +0000 | | | | | | - removed some debug output commands from HpcOmMemory.mo | | | - additional time points for measure time added to cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit e3786a3136434687f80e2fa33700a4ac5fd85e94 | | | Author: OpenModelica Hudson | | | Date: Wed Dec 3 13:53:28 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 91c5ffb925ced168a3fa0b4d6674f71ab162ca2e | | | Author: Martin Sjölund | | | Date: Wed Dec 3 13:35:52 2014 +0000 | | | | | | #3012 Add StateSelect to ModelicaBuiltin.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit f9116f593489806e30b8204adb43e22fdfa4dd9b | | | Author: Marcus Walther | | | Date: Wed Dec 3 13:34:30 2014 +0000 | | | | | | - fixed hpcom windows builds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit c9096710b9ee166a42ae2ddcc770327b38e0e76e | | | Author: OpenModelica Hudson | | | Date: Wed Dec 3 12:09:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 707489b3c87c7abf9170854750898f33f080a33d | | | Author: Vitalij Ruge | | | Date: Wed Dec 3 12:00:49 2014 +0000 | | | | | | ExpressionSolve: | | | - try to solve modelica functions | | | - inline function calls and hope ExpressionSolve can solve new expression | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ccb0e1be361ef3ad0f6f8e0fa3c4189343ebfa76 | | | Author: Per Östlund | | | Date: Tue Dec 2 18:14:39 2014 +0000 | | | | | | - Fix tests? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 434807444aa9659c49ef5c2ab1d2485f31806d6d | | | Author: Per Östlund | | | Date: Tue Dec 2 17:20:40 2014 +0000 | | | | | | - Fix build. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit c51018a578100d629f9b64e9c0162ceed499723b | | | Author: OpenModelica Hudson | | | Date: Tue Dec 2 17:03:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 18e8fd8be172edac05a621cb68ae3243917df566 | | | Author: Per Östlund | | | Date: Tue Dec 2 16:59:26 2014 +0000 | | | | | | - More cleanup of Static. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit 0b23e35df74b108820dad93acda673fa0daff8cd | | | Author: OpenModelica Hudson | | | Date: Tue Dec 2 15:06:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 09ad2d89fe3a15c570e3008e9eaa6c56cb828259 | | | Author: Martin Flehmig | | | Date: Tue Dec 2 15:04:29 2014 +0000 | | | | | | Removed redundancy in templates, brief review | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit ba0ab84651ee8990896fe6e19f2e7d569a35c4b3 | | | Author: Nils Menager | | | Date: Tue Dec 2 14:52:45 2014 +0000 | | | | | | Small fix for calculation of sample cycles | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 78da5d02fefc29baa5c735f94e5a6ddc53a7114f | | | Author: OpenModelica Hudson | | | Date: Tue Dec 2 13:34:55 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 34fd6de9741b53880ff072a7133466b0ac2faec6 | | | Author: Niklas Worschech | | | Date: Tue Dec 2 13:33:11 2014 +0000 | | | | | | fix for array index operator call in cpp template, separated external vars initialization in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit a46773037847cf50749e59296568411a2b006ab1 | | | Author: Vitalij Ruge | | | Date: Tue Dec 2 11:29:33 2014 +0000 | | | | | | ExpressionSolve: | | | - added more nonlinear cases for sinh,cosh,log10 | | | - change collect-strategy | | | - update test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 879ff2493bddfb0afdac217d6d8a3269e498cb08 | | | Author: OpenModelica Hudson | | | Date: Tue Dec 2 09:53:47 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit d8975aedb24d6bc64a854028d1bb1f4660e4032c | | | Author: Marcus Walther | | | Date: Tue Dec 2 09:43:40 2014 +0000 | | | | | | - fixed deleteObject() in hpcom cpp-runtime | | | - disabled memory optimization for level scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/List.mo | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 7bfa7b63c3a2860fd0e2e110a0d5a85f4357cfcb | | | Author: Bernhard Bachmann | | | Date: Tue Dec 2 09:43:20 2014 +0000 | | | | | | proper initialization of counter "numberOfIterations" | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 771a0a80cf9de60cbb743d5f6e87861de5c12960 | | | Author: Adeel Asghar | | | Date: Tue Dec 2 00:26:49 2014 +0000 | | | | | | #2550, #2390 | | | - Fully support showStartAttribute in OMEdit. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit 8470c7d421f9fba1a9b965b22edb39930d748a6c | | | Author: Lennart Ochel | | | Date: Mon Dec 1 18:14:03 2014 +0000 | | | | | | - attempt to fix initialization for parameters that have no binding but a start value | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.h | | | | | * commit 5d17b4dfc6c84facc56e03888cd8a52e72bede57 | | | Author: OpenModelica Hudson | | | Date: Mon Dec 1 17:36:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 6e0b98f05f0fba8e1a6b61a3ffcf0144de9dcffa | | | Author: Vitalij Ruge | | | Date: Mon Dec 1 17:27:56 2014 +0000 | | | | | | ExpressionSolve: | | | - update expand-strategy | | | - improved cases for pow | | | - added and update tests | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 0a2fddeeaf69789eea86ce987f3efdc3873c49e5 | | | Author: OpenModelica Hudson | | | Date: Mon Dec 1 11:27:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 4ff378b890bb6741664d01a3f9021cd219fcccf1 | | | Author: Marcus Walther | | | Date: Mon Dec 1 11:18:25 2014 +0000 | | | | | | - memory optimization of hpcom can now handle int and bool variables | | | - cpp-runtime uses hpcom variable positions now as defines | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 74ce4ad90f01cedd3043d339da5681be3b9d0e26 | | | Author: Henning Kiel | | | Date: Sat Nov 29 10:27:08 2014 +0000 | | | | | | Create real fake files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 2835d11d4db6f21386db34c89108c2ef69f4d5bc | | | Author: OpenModelica Hudson | | | Date: Fri Nov 28 19:47:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit bfd431f70db1bbbd65e59a2cddc2ffbf74ceb3ce | | | Author: Vitalij Ruge | | | Date: Fri Nov 28 19:39:12 2014 +0000 | | | | | | 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) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 660d44547d4bbbd1becd77578007f4558e22e3b1 | | | Author: Bernhard Bachmann | | | Date: Fri Nov 28 12:49:20 2014 +0000 | | | | | | some fixes from static analysis | | | adapted test case | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit 985aa85d70bdc480dc1f278eb24dc2bf0f9f2968 | | | Author: Bernhard Bachmann | | | Date: Fri Nov 28 11:46:24 2014 +0000 | | | | | | added more debug information on nonlinear systems | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | | | * commit ce91d43edc19085136410efb447cbca1e0ee2a51 | | | Author: Marcus Walther | | | Date: Fri Nov 28 11:35:52 2014 +0000 | | | | | | - fixed profiling in cpp runtime on windows machines | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp | | | | | * commit da5bfb6f96cbd1b4cc4646215399e41fce674a7e | | | Author: OpenModelica Hudson | | | Date: Fri Nov 28 11:10:09 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit aecd360d8b68ce815f60a51da36cde64fb3adc84 | | | Author: Vitalij Ruge | | | Date: Fri Nov 28 11:01:23 2014 +0000 | | | | | | ExpressionSimplify.simplify: simplify check for Expression.operatorEqual(a,b) or Expression.operatorEqual(c,d) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a344d2eb5978dc9bb863908d12e2235758f73d16 | | | Author: OpenModelica Hudson | | | Date: Fri Nov 28 09:49:01 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit f1c02f164b277f1e1e85054ae31e1a5c5aefd83d | | | Author: Volker Waurich | | | Date: Fri Nov 28 09:40:13 2014 +0000 | | | | | | - fix partlintornsystem for Asub expressions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 8dd40f9e202d1923a5022de42bc3efef5ee22340 | | | Author: Vitalij Ruge | | | Date: Thu Nov 27 16:55:03 2014 +0000 | | | | | | update some cases for createResidualExp2 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 55eb47ae738d90d9fbdbb7af79ea9a841589f135 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 27 16:33:00 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit 6ed4967d93df8f7d90060d2251468cb727c44afc | | | Author: Bernhard Bachmann | | | Date: Thu Nov 27 16:23:42 2014 +0000 | | | | | | 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 | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit b0d65689af49b212d956b044253df5ea5a51b771 | | | Author: Volker Waurich | | | Date: Thu Nov 27 15:30:18 2014 +0000 | | | | | | - fix partlintornsystem for linear systems that have to be solved numerically (contain function calls with x as inputs) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit dd80764ffaebb981809a24e16d560647a60b889a | | | Author: Volker Waurich | | | Date: Thu Nov 27 14:58:54 2014 +0000 | | | | | | - fix partlintornsystem if there are scalar array exps that hide inside cref exps | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 24e4c4822a19a03f837e1c14e3f98397e2889a9c | | | Author: Vitalij Ruge | | | Date: Thu Nov 27 14:24:28 2014 +0000 | | | | | | - change sum for residual (order) | | | - activated simplify in moveDivToMul | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 820a8b6b31d71fdb9f66acef4af65031efe0fadc | | | Author: Henning Kiel | | | Date: Thu Nov 27 11:52:37 2014 +0000 | | | | | | Remove quotation marks | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.in | | | | | * commit 4e9e185cf2ea9a42298a01cc140001a2afe69ec3 | | | Author: Adrian Pop | | | Date: Thu Nov 27 11:09:26 2014 +0000 | | | | | | - more proper clean | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Parser/Makefile.common | | | | | * commit 0fcfe952119f8cc2362e40420c57b77043a6f1d3 | | | Author: Adrian Pop | | | Date: Thu Nov 27 09:26:52 2014 +0000 | | | | | | - more proper clean | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit f1fa2b1e8e67cc1f7668b32c6cf9f86ed6a4003f | | | Author: OpenModelica Hudson | | | Date: Wed Nov 26 21:42:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit c9754243a1aace7bae26782a7046c37c0bd5cb5d | | | Author: Jim Nutaro | | | Date: Wed Nov 26 21:34:21 2014 +0000 | | | | | | Updates to the sparse FMI generator | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit cc2791ead03cbc861475cf3e0773acc8608dd126 | | | Author: Per Östlund | | | Date: Wed Nov 26 15:49:23 2014 +0000 | | | | | | - Allow enum variables in metarecords. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit a4ea0f82af79beb4572033fa6338bbf132a89ea5 | | | Author: Martin Sjölund | | | Date: Wed Nov 26 14:50:25 2014 +0000 | | | | | | Mark some more allocation uncollectable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit fe436818bafe83d42cda7b6218b4c5fbf2fb5a01 | | | Author: Volker Waurich | | | Date: Wed Nov 26 13:57:31 2014 +0000 | | | | | | - fix partlintornsystem if states are involved | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 09a16679c53ad9efbec9805a6238d3f64badbfbf | | | Author: Martin Sjölund | | | Date: Wed Nov 26 11:53:30 2014 +0000 | | | | | | Change daeExpSconst to use MMC string literals (since we do not optimize away all literals in simulation context) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit acacf031634b3adc2554838b19739ce5225cfc81 | | | Author: OpenModelica Hudson | | | Date: Wed Nov 26 09:07:26 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | | | * commit d0f2d560fc1f2a24df13b347b2f3b74eecac354e | | | Author: Niklas Worschech | | | Date: Wed Nov 26 09:04:08 2014 +0000 | | | | | | fix for 3d array in cpp runtime, added stop method to solver interface, | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | | | * commit e03dabef3a4b5f75599fa17bac7cdb3420192726 | | | Author: Adrian Pop | | | Date: Wed Nov 26 07:48:18 2014 +0000 | | | | | | Fix bug #2980 | | | - use GC_malloc_uncollectable to signal that the arrays of strings are roots | | | - added test gc2980.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit bf1014d3472e54ac8547da2dd610d22826e0c583 | | | Author: Volker Waurich | | | Date: Wed Nov 26 07:42:06 2014 +0000 | | | | | | - extended decomposition of equation systems by Cramer Rule | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 4bd920581fa9b421b0411498cb76a36f95182de3 | | | Author: Adrian Pop | | | Date: Wed Nov 26 05:17:27 2014 +0000 | | | | | | - 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 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23562 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/openmodelica_types.h | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit a376f1d1265503a2b0529ff6795d6df978d95976 | | | Author: OpenModelica Hudson | | | Date: Tue Nov 25 20:32:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit ebccc8012ea2b11da5528a327e4f4cff5a30ec64 | | | Author: Vitalij Ruge | | | Date: Tue Nov 25 20:24:01 2014 +0000 | | | | | | - fixed ExressionSolve.solve: remove wrong case for cosh | | | - improved Expression.createResidualExp2: clean up cases, try to simplify more than once | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 7eed77f4ea1ebdf115cbf5fa2e2d4488bef9abf1 | | | Author: OpenModelica Hudson | | | Date: Tue Nov 25 16:56:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 31f0529e94c7d4160b1a3efb4d11ff39e5c13d8c | | | Author: Nils Menager | | | Date: Tue Nov 25 16:55:15 2014 +0000 | | | | | | Small fix for memory issues in CVode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 47134f35ec415ca06e163a58b09575f7d9d1efa8 | | | Author: Willi Braun | | | Date: Tue Nov 25 14:54:24 2014 +0000 | | | | | | - update help text | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit b2357afc350698301f5e0ce83a55660f243ee874 | | | Author: OpenModelica Hudson | | | Date: Tue Nov 25 07:53:37 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit e14505d6df7da5a6922731bce05815db65464cd4 | | | Author: Vitalij Ruge | | | Date: Tue Nov 25 07:51:52 2014 +0000 | | | | | | improved ExpressionSolve.solve: | | | - added more cases like | | | - sqrt(x) - sqrt(f(x)) = 0 | | | - improved case 1/(x) + 1/(x+1) = 0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 268f3ca4a4c6460b7ed8f6dbaadecabf418d7cbb | | | Author: Adrian Pop | | | Date: Mon Nov 24 16:03:08 2014 +0000 | | | | | | - use GC_malloc instead of GC_malloc_atomic as WE DO HAVE POINTERS in the string arrays | | | - fix typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/util/ringbuffer.c | | | | | * commit b469c4c76c303647882a4e85378a0c7af067f355 | | | Author: Adrian Pop | | | Date: Mon Nov 24 15:56:47 2014 +0000 | | | | | | - support 7.2 gc version too (which does not have GC profile stats) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/GC.mo | | | | | * commit 3bf34a0e6255f835a0e3eb07d375f44facde5b47 | | | Author: Bernhard Bachmann | | | Date: Mon Nov 24 15:56:43 2014 +0000 | | | | | | 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!!! | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | A SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c | | | A SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 2b833b0fccdf81df8d67bf73689fe8ccc987d87b | | | Author: OpenModelica Hudson | | | Date: Mon Nov 24 15:19:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 2ab8d71a6ea482e7ec4ed3251b480f9fca57e399 | | | Author: Per Östlund | | | Date: Mon Nov 24 14:55:20 2014 +0000 | | | | | | - Some cleanup of Interactive.evaluateGraphicalApi. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 6d58d6e9eb31fbf30abe1364c5d50431a94a12e6 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 24 14:35:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 48044ef1bcef0557dc01d42aab8bd270d80620b6 | | | Author: Marcus Walther | | | Date: Mon Nov 24 14:02:17 2014 +0000 | | | | | | - moved sorting of hpcom sim equations to the HpcOmSimCodeMain-module | | | - fixed memory optimization for fixed level scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 3ff7ddcd57370f35d4c2888fc3f09816cb22d660 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 24 13:09:17 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit b77bd7141623172415bc84968b4bf776fb0bb328 | | | Author: Vitalij Ruge | | | Date: Mon Nov 24 13:01:16 2014 +0000 | | | | | | 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 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 1af56e0a57f28422a161b42705e085cd4481e727 | | | Author: Per Östlund | | | Date: Mon Nov 24 12:38:50 2014 +0000 | | | | | | Fix for #2995: | | | - Added boolean literals to Expression.isValidSubscript and subscriptContants. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 9b12f9de219418f2b58bcb44b29db2235d1e99ff | | | Author: Martin Sjölund | | | Date: Mon Nov 24 11:15:08 2014 +0000 | | | | | | Use getInstanceName() to query function names automatically (updated automatically as the the functions are moved) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit a18cd0c75135daf15817ffd88d087887f70ac33f | | | Author: OpenModelica Hudson | | | Date: Mon Nov 24 11:02:49 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 3ff65a98f9a5bbaac61b915679047239168b5579 | | | Author: Per Östlund | | | Date: Mon Nov 24 10:55:02 2014 +0000 | | | | | | - Fix java stuff. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit a61b47776497696ef117045f5d286109c44ede25 | | | Author: Henning Kiel | | | Date: Mon Nov 24 10:47:09 2014 +0000 | | | | | | - some fixes for successful compilation on rasberry pi (arm) or other slow machines | | | - fix some typos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Makefile.in | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | | | * commit 1adcd213bbeb673f13a20ec6bfb0a29099a0aa1e | | | Author: OpenModelica Hudson | | | Date: Mon Nov 24 10:27:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | * commit ee4e5e6262000203929d8d1957b1f0258f7f0fdb | | | Author: Nils Menager | | | Date: Mon Nov 24 10:25:45 2014 +0000 | | | | | | Added time events for oneStepMode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | | | * commit 69f1e27b92670b1ebf54d059e9634723e8d65548 | | | Author: Lennart Ochel | | | Date: Mon Nov 24 10:04:05 2014 +0000 | | | | | | - don't create lists to pass single elements to functions if possible | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 55353face22ff09143bf9e168c3b39225b3618de | | | Author: Volker Waurich | | | Date: Mon Nov 24 08:51:34 2014 +0000 | | | | | | - fix for partlintornsystems(zeros in b vector) | | | - added Sarrus rule | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 15e59288bad3f16100e96ccb82206af9b367ab28 | | | Author: Vitalij Ruge | | | Date: Sat Nov 22 12:27:08 2014 +0000 | | | | | | improved extraPolate value insinde [min,max] | | | exception old value was not insinde [min,max] | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit bb7b8441d99543235a9fd8e467a0238fe88777ea | | | Author: Adrian Pop | | | Date: Sat Nov 22 00:56:15 2014 +0000 | | | | | | - more matchcontinue -> match | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | * commit 36d923a2bb6038af08fbcf5a84f4a01b4f982142 | | | Author: Adrian Pop | | | Date: Fri Nov 21 23:44:06 2014 +0000 | | | | | | - use match instead of matchontinue (to hopefully get tail recursion in these functions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | * commit 91800275bdc7ba563e814a644aaf2881a27e44a5 | | | Author: Martin Flehmig | | | Date: Fri Nov 21 15:04:54 2014 +0000 | | | | | | If flag 'useMPI' is active, a MPI evironment is initalized but computation is not MPI parallel . | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit a8123ef956be8b0cc6457153daa8376b5fb06148 | | | Author: Per Östlund | | | Date: Fri Nov 21 14:14:06 2014 +0000 | | | | | | Fix for #2995: | | | - Don't try to expand already expanded equations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit e40f9fb1ed55563dd5b366ac7c502394f659bf5c | | | Author: Per Östlund | | | Date: Fri Nov 21 13:18:13 2014 +0000 | | | | | | - Reverted r23504, seems to cause bootstrapping issues for some reason. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 9157d5a31e0e23142d64e393182fb7bb3295c7d8 | | | Author: OpenModelica Hudson | | | Date: Fri Nov 21 13:12:01 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 7ab2b1ca1a2400bbfa4108c322af206d5270f7d9 | | | Author: Per Östlund | | | Date: Fri Nov 21 13:04:10 2014 +0000 | | | | | | - Cleaned up Interactive.evaluateGraphicalApi. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 93de56d2012b3c02fe1a6af0ff9a7cdedb50cd56 | | | Author: Martin Sjölund | | | Date: Fri Nov 21 12:28:54 2014 +0000 | | | | | | Do not add errors if subscriptInt fails | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit bf2c9f5c1ffc69d35dea031c1e3c2cbd18be521c | | | Author: Lennart Ochel | | | Date: Fri Nov 21 12:17:08 2014 +0000 | | | | | | - improved names for some auxiliary functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 64f76acba09bd378092c4050961a1e6e616d5c2a | | | Author: Martin Sjölund | | | Date: Fri Nov 21 12:00:53 2014 +0000 | | | | | | - Add half-implemented API call generateScriptingAPI | | | - Handle variables with dimension false and true in SimCode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | A Compiler/Template/GenerateAPIFunctionsTpl.tpl | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 70cc730c5a695bfcf144facfc48350aaee44a2ae | | | Author: Volker Waurich | | | Date: Fri Nov 21 11:36:46 2014 +0000 | | | | | | - fixed partlintornsystem for equation systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 7ced61c024f03fc63b3049a3fb8d9d2ad24f406d | | | Author: OpenModelica Hudson | | | Date: Fri Nov 21 09:52:08 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit b1240e539043a16973c90a7f60075f94840b070c | | | Author: Volker Waurich | | | Date: Fri Nov 21 09:43:40 2014 +0000 | | | | | | - apply Cramer Rule to EquationSystems of size 2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit a2b340055eff4e09b5893f0957ff89f4a3aa388f | | | Author: Adrian Pop | | | Date: Thu Nov 20 23:04:30 2014 +0000 | | | | | | - update MSL 3.2.1 to latest: m:r7901 | | | - update tests | | | - some small Windows changes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit fcfdb099528d25ee5b91f70c648a9e7a6ecedbcf | | | Author: Adrian Pop | | | Date: Thu Nov 20 22:05:31 2014 +0000 | | | | | | - handle size({}, dim) as zero in Compiler/Template/CodegenC.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit cbc63db0cb3968fadcb6076b5071fa7f0419e27f | | | Author: Lennart Ochel | | | Date: Thu Nov 20 20:55:35 2014 +0000 | | | | | | - Hide warnings about not imported start values for self-generated variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 4ebd2092e78752c36ac5084e509c5f2ef4c3a6a5 | | | Author: Vitalij Ruge | | | Date: Thu Nov 20 20:22:15 2014 +0000 | | | | | | createResidualExp: added heuristic for a-b=0 or b-a=0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 20ffbea2a6c78d4313629751985918009c7e2bc1 | | | Author: Per Östlund | | | Date: Thu Nov 20 16:59:06 2014 +0000 | | | | | | - Recommit r22962. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 3667844743db71d187af9d3d50cd1299b7672f0b | | | Author: Jan Silar | | | Date: Thu Nov 20 15:43:24 2014 +0000 | | | | | | Fix for CSharp template | | | - removed wrong shift in algebraic int and bool indexes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit 9eeeee10bbd2203a7dac0af6bde6120b0b0a1b25 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 20 15:42:39 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 47269e8fc3a6de6e2975af2bbc6dd47f93af108a | | | Author: Vitalij Ruge | | | Date: Thu Nov 20 15:38:39 2014 +0000 | | | | | | improved createResidualExp | | | - reduction of sub and mul operations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 6552508e5d7703a770d1a566713f0d7b0e324b59 | | | Author: Per Östlund | | | Date: Thu Nov 20 15:15:20 2014 +0000 | | | | | | - Removed misleading documentation annotation from listDelete. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | | | * commit 23d1cc6b8c2d7d9722d5506acd41672bb2248c78 | | | Author: Per Östlund | | | Date: Thu Nov 20 15:00:25 2014 +0000 | | | | | | - Removed deprecated arrayNth too. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | | | * commit d6fbc97637c62cdf30db21ed3c8ef173c24e3ecf | | | Author: Per Östlund | | | Date: Thu Nov 20 14:52:42 2014 +0000 | | | | | | - Keep listNth in simulation runtime until we have a new tar-ball. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | * commit c70276b9e40edf8754f9b463ac6be0bdaf560ba7 | | | Author: Per Östlund | | | Date: Thu Nov 20 14:41:23 2014 +0000 | | | | | | - Removed deprecated listNth. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/List.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | * commit eae25c1d4efe48e042ada6f928a7e7d3939cc8a9 | | | Author: Henning Kiel | | | Date: Thu Nov 20 13:54:06 2014 +0000 | | | | | | modifications for compilation on arm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | | | * commit a128a85fc919fc44df40697de6677b25c4f9bae0 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 20 12:50:11 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit ba50b00750a1aba0fc0ebbe280e3e388bd103630 | | | Author: Lennart Ochel | | | Date: Thu Nov 20 12:47:35 2014 +0000 | | | | | | - Changed BackendDAEUtil.mapEqSystemAndFold to not create unnecessary tuples | | | - Some random cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 33f4b4f2927fbc899a97936a196ea5b0a9b264f2 | | | Author: Per Östlund | | | Date: Thu Nov 20 12:16:24 2014 +0000 | | | | | | Fix for #2966: | | | - Improved setComponentModifierValue API functions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/List.mo | | | | | * commit 556de0a2691bec624ca75ffcb76e14fe0155bb22 | | | Author: Martin Sjölund | | | Date: Thu Nov 20 11:39:00 2014 +0000 | | | | | | Fail if type-checking fails (did not assign to the output) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit bb8d008646a560f7f5c1f31b8dbd153b982598a9 | | | Author: Lennart Ochel | | | Date: Thu Nov 20 10:58:54 2014 +0000 | | | | | | - Use of List.mapFold2 to avoid unnecessary tuples | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit b0b4369184e48c438077dea1796add307fdf5897 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 20 10:39:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1fd9250d9a1bf07f1786838f287746d56d5b8585 | | | Author: Lennart Ochel | | | Date: Thu Nov 20 10:39:18 2014 +0000 | | | | | | - Renamed/revised some more auxiliary fucntions: | | | - traverseExpsOfEquationList (from traverseBackendDAEExpsEqnList) | | | - traverseEquationArray (from traverseBackendDAEEqns) | | | - traverseEquationArrayWithStop (from traverseBackendDAEEqnsWithStop) | | | - traverseEquationArrayWithUpdate (from traverseBackendDAEEqnsWithUpdate) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 7b0b3eda071eca69a8e782a54d004d3d5b4f5c60 | | | Author: Martin Flehmig | | | Date: Thu Nov 20 10:16:03 2014 +0000 | | | | | | Added debug flag 'useMPI'. This adds MPI init and finalize to main method and MPI compiler wrappers to makefile. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | | | * commit c25aef220dad27552e31c46cf1afa3ac8d20d137 | | | Author: Martin Flehmig | | | Date: Thu Nov 20 10:12:40 2014 +0000 | | | | | | Indent | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit f468a6e0ecb60e6115b6d0d33668cc6ed2831341 | | | Author: Lennart Ochel | | | Date: Thu Nov 20 09:20:36 2014 +0000 | | | | | | - Renamed following auxiliary functions: | | | - BackendDAEUtil.traverseArrayNoCopyWithUpdate (from BackendDAEUtil.traverseBackendDAEArrayNoCopyWithUpdate) | | | - BackendDAEUtil.traverseArrayNoCopyWithStop (from BackendDAEUtil.traverseBackendDAEArrayNoCopyWithStop) | | | - BackendDAEUtil.traverseArrayNoCopy (from BackendDAEUtil.traverseBackendDAEArrayNoCopy) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 6384b9c3714af1afa89a3fb11beea6d32398b58d | | | Author: Lennart Ochel | | | Date: Thu Nov 20 09:14:18 2014 +0000 | | | | | | - 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 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | | | * commit 0e0300b04afc79b5a8ea38c21ca8b7714f05fd16 | | | Author: Martin Sjölund | | | Date: Thu Nov 20 08:48:17 2014 +0000 | | | | | | Fix building of OMEdit without corba configured | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 6380b36142df1526a79cf6890bbc115157633019 | | | Author: Marcus Walther | | | Date: Thu Nov 20 07:48:57 2014 +0000 | | | | | | - fixed AliasVar-Codegeneration of CPP-Runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2aed85361c41c33f1ba1a6cd73cbfd97d3b6ecff | | | Author: Vitalij Ruge | | | Date: Wed Nov 19 18:23:06 2014 +0000 | | | | | | - improved expAdd,expSub, expPow | | | - added test for expAdd, expSub, expPow | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 2ddef83790d55c70b2f9fa1258e3309402aeffe6 | | | Author: OpenModelica Hudson | | | Date: Wed Nov 19 17:23:14 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 6146605055983ec0cd8e31ae93899018e4ead911 | | | Author: Martin Sjölund | | | Date: Wed Nov 19 17:00:52 2014 +0000 | | | | | | #2987 alternative method of getting the OPENMODELICAHOME from a .dylib file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 88e11398a379c6e842d96dc35b91258b447ea61b | | | Author: Martin Sjölund | | | Date: Wed Nov 19 15:38:09 2014 +0000 | | | | | | Handle some invalid uses-annotations, like `annotation(uses(Modelica))` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | | | * commit e446dfd2df98c3c1b3a2e8e4413235cde903ac4f | | | Author: Vitalij Ruge | | | Date: Wed Nov 19 15:15:51 2014 +0000 | | | | | | - update SimplifyTest | | | - added rule a-(-b)/c = a+b/c | | | - small fixes inside simplify | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 4788bb40c3d0b3030c8d76b9401cbf270f6da1a8 | | | Author: Martin Sjölund | | | Date: Wed Nov 19 13:04:21 2014 +0000 | | | | | | Fix OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 048cf73e875fb27db8952ce3ef25c5e12300aff8 | | | Author: Vitalij Ruge | | | Date: Wed Nov 19 11:10:36 2014 +0000 | | | | | | update SimplifyTest | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit fa23f7bab03126af23271d0b47bd189e7fa86ef7 | | | Author: Martin Sjölund | | | Date: Wed Nov 19 06:30:04 2014 +0000 | | | | | | Run mkbuilddirs for qwt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit c099be2129e87c230e011730323c2f884691ceac | | | Author: Vitalij Ruge | | | Date: Tue Nov 18 23:59:54 2014 +0000 | | | | | | -improved simplify | | | -update test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f32c3d39441bba91618cd16dd2f74ebf37ab037c | | | Author: OpenModelica Hudson | | | Date: Tue Nov 18 17:23:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 0eb2422763a98d07de7b2a2e6d89e1b2fcbe6667 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Nov 18 17:15:13 2014 +0000 | | | | | | - Introduced "TearingSelect" as variable attribute in BackendDAE.VAR | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 7930e507f414e612e409bd65cadcae6593a73559 | | | Author: Vitalij Ruge | | | Date: Tue Nov 18 15:08:46 2014 +0000 | | | | | | Fix simplify: simplify(((e1 op2 e) * e3) op1 ((e4*e5) op2 e)) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 0c218aec745167944bb322fe051a25b941df8b10 | | | Author: OpenModelica Hudson | | | Date: Tue Nov 18 15:04:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 52695a0baee98d0becf4113bedd022824739be09 | | | Author: Volker Waurich | | | Date: Tue Nov 18 15:03:13 2014 +0000 | | | | | | - use Cramer Rule instead of Gaussian for partlintornsystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 7158968e6f2f2c34cb752c048983e92056efe6ae | | | Author: OpenModelica Hudson | | | Date: Tue Nov 18 14:14:28 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 322ad41c4835872f55535e8d4e5ba42f21b9160c | | | Author: Volker Waurich | | | Date: Tue Nov 18 14:06:06 2014 +0000 | | | | | | - fix for bipartite graphDump, only edges between state vars and equations with der(state) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 75bbe541d21e462631e9868ba5fc157f33bed611 | | | Author: Martin Sjölund | | | Date: Tue Nov 18 12:07:16 2014 +0000 | | | | | | Fix simplify: simplify((-x) / y - x / z) = (-x) * (1.0 / y + 1.0 / z) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 72dae91e78105c69db8e8e25efef713f6b4fc238 | | | Author: Martin Sjölund | | | Date: Tue Nov 18 09:44:34 2014 +0000 | | | | | | #2987 Try to fix OSX again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 758344521493dee679fd9ffafae0a63a8f303e46 | | | Author: Martin Sjölund | | | Date: Tue Nov 18 08:19:03 2014 +0000 | | | | | | #2987 Try to fix OSX issues by forcing rpath to be used for libOpenModelicaCompiler.dylib | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 535538bb3a32c7d00715e81c18ef4644d73241dd | | | Author: Lennart Ochel | | | Date: Tue Nov 18 08:13:34 2014 +0000 | | | | | | - fixed #2990 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 4490009e4a5eec122f75edd225b5abfe7b268ca2 | | | Author: Volker Waurich | | | Date: Tue Nov 18 07:06:11 2014 +0000 | | | | | | - fix cse for Annex60 model | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 3b5ade5c01264bd1f94d773c88d0b1e9a66ff18d | | | Author: Adrian Pop | | | Date: Tue Nov 18 04:55:54 2014 +0000 | | | | | | - 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) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/boot/Makefile.common | | | | | * commit 2a7043f132e9dff4542e3208001f079870b8927c | | | Author: Adrian Pop | | | Date: Tue Nov 18 02:48:20 2014 +0000 | | | | | | - fix typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit b2434cd25a7eec8a16a8b9b403f096d9aab3f823 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 17 16:36:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 7bfda4aa30b656f0f0283cc1e9616c52f84b8811 | | | Author: Willi Braun | | | Date: Mon Nov 17 16:07:24 2014 +0000 | | | | | | - fixed #2981 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 705db3412a63ef0fb3e3ef8a3222e5c5d568780c | | | Author: OpenModelica Hudson | | | Date: Mon Nov 17 13:08:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit 26e387c4c014fe907ac46d2b4daaabacc0ddc922 | | | Author: Per Östlund | | | Date: Mon Nov 17 13:01:17 2014 +0000 | | | | | | Fix for #2925: | | | - Don't force ceval of reduction iterators in functions. | | | - Fixed ceval of min/max of arrays. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit c8fec8ec2cbeee1cec13f2b0261f1ac1f0ba3b11 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 17 12:26:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 051c7d400d83c9154396b1b314d0c68456a25384 | | | Author: Willi Braun | | | Date: Mon Nov 17 12:24:10 2014 +0000 | | | | | | - added mixedSystem flag for nonlinear systems. Not used, yet. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 42f5de67a55a142ac871044fb13b9ccfda220ec2 | | | Author: Lennart Ochel | | | Date: Mon Nov 17 11:14:42 2014 +0000 | | | | | | - remove obsolete attribute from SimCodeTV.SIMCODE | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit e56ba910d124e9d5e4f9c69a8272729a728a9c9b | | | Author: Henning Kiel | | | Date: Mon Nov 17 11:12:15 2014 +0000 | | | | | | #include if compiling rtclock.c for unsupoorted target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 70efb94daa14f6ad028c67386a72057e8e0ea58d | | | Author: OpenModelica Hudson | | | Date: Mon Nov 17 11:08:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 3157ccca70ced5b44982dbd688652fa60105da7e | | | Author: Per Östlund | | | Date: Mon Nov 17 11:00:00 2014 +0000 | | | | | | - Some code cleanup. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 7f91f596f52b99900b0fb267b31d0b7f49b556ed | | | Author: Volker Waurich | | | Date: Mon Nov 17 09:44:12 2014 +0000 | | | | | | - activate CSE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit e6993d81ee36168ed3cf62408dd1f0994efdfb5c | | | Author: Martin Sjölund | | | Date: Mon Nov 17 08:33:27 2014 +0000 | | | | | | Compile OMEdit even if omc is configured without CORBA bindings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 82f63c65500f343f7b27640216139ea1282fc021 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 17 08:04:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit be8b1796577d4582672a26cd63a3ff7087903685 | | | Author: Volker Waurich | | | Date: Mon Nov 17 07:27:53 2014 +0000 | | | | | | - print number of merged tasks for hpcomDump | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 0b3a478fefdacf2904e1732ac109ce7ca044570c | | | Author: Volker Waurich | | | Date: Mon Nov 17 07:20:58 2014 +0000 | | | | | | - refactored mergeParentNodes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 2f52b936baeac4db670f42d03ab609887f8df2c4 | | | Author: Martin Sjölund | | | Date: Sun Nov 16 14:41:09 2014 +0000 | | | | | | Generate the shared object directly in build/lib/omc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 205dfffb48b8aa04b151975b2d5867b56d24028a | | | Author: Martin Sjölund | | | Date: Sun Nov 16 14:21:30 2014 +0000 | | | | | | Try allowing undefined symbols at compile time in OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 02606a0600fc3e822cf731a4c62996de1c6570bc | | | Author: Martin Sjölund | | | Date: Sun Nov 16 14:03:36 2014 +0000 | | | | | | Try to build a dynamic omc on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 68397f7e5dff6300c74ed85e0c1d3d37feeb8538 | | | Author: Martin Sjölund | | | Date: Sun Nov 16 08:59:45 2014 +0000 | | | | | | - 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 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | A Compiler/Script/OpenModelicaScriptingAPI.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Makefile.in | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M configure.in | | | | | * commit 7d1194cca5a8e59612b243156eaa73aec11c0454 | | | Author: OpenModelica Hudson | | | Date: Fri Nov 14 13:30:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 9afcf3092e029aaf1be9f6a56116f6527a4e5e31 | | | Author: Volker Waurich | | | Date: Fri Nov 14 13:28:38 2014 +0000 | | | | | | - fix build | | | - added Symbolic Gaussian to HpcOmEqSystems.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit ce01598b8f8b0101ef85b3079784ffb5109bf0ee | | | Author: OpenModelica Hudson | | | Date: Fri Nov 14 13:26:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 25e52927398b49418375fa79df49c7616502e279 | | | Author: Volker Waurich | | | Date: Fri Nov 14 13:21:25 2014 +0000 | | | | | | - refactoring GRS, only mergeSimpleNodes for now | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | | | * commit 5afb32df86fbf2234583946463ad6c929c0f7cb4 | | | Author: OpenModelica Hudson | | | Date: Fri Nov 14 10:15:04 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 3186d69b0fe04c48611257f08f21932adde3fe36 | | | Author: Lennart Ochel | | | Date: Fri Nov 14 10:06:21 2014 +0000 | | | | | | - 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.) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 204dc37162a1a92b961a88bfc4eee4f0be998521 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 13 16:56:39 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 44bc61fd7c03a4a30cdc99d56670badccd42cbf1 | | | Author: Willi Braun | | | Date: Thu Nov 13 16:52:38 2014 +0000 | | | | | | - #2975 fixed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit ddeeba38a3417608d1d7f0c010ea0208b502535f | | | Author: OpenModelica Hudson | | | Date: Thu Nov 13 14:12:26 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit cdfd5d09c929c78fc02f73733d723dfc95652a83 | | | Author: Marcus Walther | | | Date: Thu Nov 13 13:37:28 2014 +0000 | | | | | | - splitted large generated cpp functions into smaller ones | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit d1dcc1cf77b527ecbc32c34f4e8dbfa102258710 | | | Author: Martin Sjölund | | | Date: Thu Nov 13 13:00:15 2014 +0000 | | | | | | #2982 Sort if-expressions correctly in function context | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 1ff3a639e79e08fbfff2866caca3fedecfff6617 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 13 12:44:37 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/CommonSubExpression.mo | | | | | * commit 11cfa24e0cdf1e973f6a2d04aa191857ae48d052 | | | Author: Volker Waurich | | | Date: Thu Nov 13 12:13:21 2014 +0000 | | | | | | - added cse module | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | A Compiler/BackEnd/CommonSubExpression.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit abfc842d4242841b9efa34815fce454e0920fd13 | | | Author: Willi Braun | | | Date: Thu Nov 13 12:04:09 2014 +0000 | | | | | | - a bit cleanup of the nonlinear solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 1b87e16b1fb2b271a12789fad228faad8262b6d3 | | | Author: Martin Sjölund | | | Date: Thu Nov 13 11:57:38 2014 +0000 | | | | | | Display the error-message instead of the help-text | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 4d396dbb76725bc823cef6e9552a5ffe3be3ba67 | | | Author: Martin Sjölund | | | Date: Thu Nov 13 11:52:51 2014 +0000 | | | | | | Simplify handling of result files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 98e932b62284f4ae0e656edf9d097bcf72f04c46 | | | Author: Henning Kiel | | | Date: Thu Nov 13 10:09:03 2014 +0000 | | | | | | - fixed some types | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 4cc53996bce43800f1e5012e568c0dce62deac47 | | | Author: Henning Kiel | | | Date: Thu Nov 13 10:08:33 2014 +0000 | | | | | | - improved performance of exp_real_array/exp_integer_array functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit a4bf598676dcf61a454524624479cbb1e9becebe | | | Author: OpenModelica Hudson | | | Date: Thu Nov 13 06:54:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit c86dccd9d4448938d354e8e539fe1dcb6497140f | | | Author: Martin Flehmig | | | Date: Thu Nov 13 06:51:38 2014 +0000 | | | | | | Added function intRandom an interface to C/C++ rand function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 5d15ce582cdf0063374c4b19e3bd4442ded8eda6 | | | Author: Martin Flehmig | | | Date: Thu Nov 13 06:49:03 2014 +0000 | | | | | | Added random scheduler to HPCOM module | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 96133c32fe693408f6068d5cdfdb9b37a0afdda9 | | | Author: Martin Sjölund | | | Date: Wed Nov 12 15:56:04 2014 +0000 | | | | | | Use the better randomness also during matching | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/matching_cheap.c | | | | | * commit d5f884af19d70c01ac56d328451ae56180e20250 | | | Author: Willi Braun | | | Date: Wed Nov 12 15:27:07 2014 +0000 | | | | | | - fix build warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit cfca2acbcc5348e68aa535e090288a7c169f0179 | | | Author: OpenModelica Hudson | | | Date: Wed Nov 12 13:50:47 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | | | * commit 667f376da3dba520b90f6776ee5a2333f96fb236 | | | Author: Marcus Walther | | | Date: Wed Nov 12 13:49:04 2014 +0000 | | | | | | - 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 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | | | * commit 5df37cbd5f38cb99a808870f7e37d5dc6a7cf39d | | | Author: Martin Sjölund | | | Date: Wed Nov 12 11:37:12 2014 +0000 | | | | | | Fix System.intRand (low bits did not have enough entropy) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/util/tinymt64.h | | | | | * commit 29141f0dd208ddd37677ca92f131aed08377bb60 | | | Author: Martin Sjölund | | | Date: Tue Nov 11 15:58:49 2014 +0000 | | | | | | 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 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/IOStreamExt_omc.cpp | | | M Compiler/runtime/System_omc.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/openmodelica_types.h | | | M SimulationRuntime/c/simulation/results/simulation_result_ia.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/read_write.h | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/interactive/Makefile.in | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | | | * commit fae56d99affcb2080ced86d0d06ea9a0668be786 | | | Author: OpenModelica Hudson | | | Date: Tue Nov 11 11:21:18 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5cce585b7101e3d748458def9c02c98f9f1fc738 | | | Author: Per Östlund | | | Date: Tue Nov 11 11:12:52 2014 +0000 | | | | | | - Fixed some code generation issues for subscripted crefs in tuples. | | | - Code cleanup. | | | - Updated and enabled some MetaModelica tests which had started to work. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 6c836e660c92e408013e00fb60bb1a1af404415a | | | Author: Martin Sjölund | | | Date: Tue Nov 11 05:47:26 2014 +0000 | | | | | | #2976 Add depends to _includes.h files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/MakeSources.mos | | | | | * commit cf643e7cca88020140bcab87b3900e8af0d88cd1 | | | Author: Adrian Pop | | | Date: Tue Nov 11 02:44:30 2014 +0000 | | | | | | - fix File.write test fputs using EOF, seems to work on both Linux and Windows. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/File.mo | | | | | * commit f78ab67a573e6d89d44748dbab79235ec17b829d | | | Author: Adrian Pop | | | Date: Tue Nov 11 02:12:52 2014 +0000 | | | | | | - fix File.write (why would you expect fputs to always return 1??!!) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/File.mo | | | | | * commit 416d9f181fc8ec2f0223b66809f2229d4b8794a2 | | | Author: Martin Sjölund | | | Date: Mon Nov 10 12:55:32 2014 +0000 | | | | | | Change to using Model_info.json by default | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 71b4e00060e4fab2185c624ace5fc7bdf5ecabe1 | | | Author: Martin Sjölund | | | Date: Mon Nov 10 12:21:14 2014 +0000 | | | | | | OMEdit: handle equations also for Model_info.json files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | * commit 0245655f971c5d787fe2ce999bed3c35eff56b55 | | | Author: Lennart Ochel | | | Date: Mon Nov 10 12:03:02 2014 +0000 | | | | | | - Clean up some more patterns. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 0c1daf1624505ba1432c9eaf0e2854d78c19add1 | | | Author: Per Östlund | | | Date: Mon Nov 10 11:53:59 2014 +0000 | | | | | | - Dump comments in the correct place for for-equations/statements. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit 126efba134e9e165b45349926e732891c421df93 | | | Author: Lennart Ochel | | | Date: Mon Nov 10 11:38:17 2014 +0000 | | | | | | - clenup pattern of createOdeSystem2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ecd3174aaa5088b65058093b0598b0c7410d733a | | | Author: Lennart Ochel | | | Date: Mon Nov 10 11:15:47 2014 +0000 | | | | | | - 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. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 5c27cbe1276189e9c1816b81982c1d0d4e09df7a | | | Author: OpenModelica Hudson | | | Date: Mon Nov 10 10:26:23 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 4bfa251e3e37b1eac73710e9dcdf83cf2208e685 | | | Author: Marcus Walther | | | Date: Mon Nov 10 10:07:18 2014 +0000 | | | | | | - forgot to add barrier file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/busywaiting_barrier.hpp | | | | | * commit 1495f530903779f53acb17b878b8fff9fb7012cd | | | Author: Marcus Walther | | | Date: Mon Nov 10 09:57:35 2014 +0000 | | | | | | - 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 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/Array.mo | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp | | | | | * commit 5e98ba286fccef2f75d45926b72d63527e4dd34e | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Nov 10 09:51:04 2014 +0000 | | | | | | + Put correct types when vectorizing qualified assignments. | | | - this used to send wrong types all the way to code generation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 81fbc2400723f17d39fcce5afa1263289d766a86 | | | Author: Lennart Ochel | | | Date: Mon Nov 10 08:59:44 2014 +0000 | | | | | | - cleanup of traversingisDiscreteExpFinder | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit be43a219cf339162470729c5b880cc9d8d0567cc | | | Author: Lennart Ochel | | | Date: Mon Nov 10 07:54:02 2014 +0000 | | | | | | - fix comments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | * commit 38e87a7e8e406bf6b8d54a2bcdf2adf00a22e564 | | | Author: Martin Sjölund | | | Date: Mon Nov 10 07:48:22 2014 +0000 | | | | | | Refactor/remove some no-op code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Graph.mo | | | | | * commit 21474792abe7a428df95d86c38b5dea6654207ad | | | Author: Martin Sjölund | | | Date: Mon Nov 10 07:44:24 2014 +0000 | | | | | | 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) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit ff215b5ac79895ed7cb53653301043b862ab6ef9 | | | Author: Lennart Ochel | | | Date: Mon Nov 10 07:33:00 2014 +0000 | | | | | | - typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 736de63b60c1c6c2f8d08df2c75d7196434a377e | | | Author: Martin Sjölund | | | Date: Sun Nov 9 09:24:42 2014 +0000 | | | | | | - Fix loadFiles() when parsing only 1 file | | | - Use loadFile instead of loadFiles in GenerateInterface since it always loads exactly 1 file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/boot/GenerateInterface.mos | | | | | * commit 0611eee04b03ab62a6c09295d5baeee87a709756 | | | Author: Martin Sjölund | | | Date: Sat Nov 8 16:33:44 2014 +0000 | | | | | | - Add missing file in previous commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/Util/HashTableStringToProgram.mo | | | | | * commit 3e9d57c2a1505bc6466c0d74586a422192fe8789 | | | Author: Martin Sjölund | | | Date: Sat Nov 8 16:33:08 2014 +0000 | | | | | | Enable parallel loadModel (gives 2~3x speed-up depending on CPU) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/errorext.cpp | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/openmodelica_types.h | | | | | * commit efcf9b574e2bea9ba189512fedd50c1ea08309bf | | | Author: Adeel Asghar | | | Date: Sat Nov 8 01:49:13 2014 +0000 | | | | | | #2906 | | | - Drop down menus for Enumeration and Boolean types. | | | - Added a new API getBuiltinType. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 7dc01b66f3c53d04c4207902ea7f02576ab964e6 | | | Author: OpenModelica Hudson | | | Date: Fri Nov 7 15:53:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit 89f00133c2431f7d5105f7081808201bbe1fd10a | | | Author: Per Östlund | | | Date: Fri Nov 7 15:43:02 2014 +0000 | | | | | | Fix for #2947: | | | - Optimized usage of BackendDAE.VARIABLES in the backend to improve performance. | | | - Some cleaning up. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit da98a1f2ae8a119e592596496247ff39e7b3dfce | | | Author: Martin Sjölund | | | Date: Fri Nov 7 15:09:59 2014 +0000 | | | | | | Parse all operations correctly for JSON | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SerializeModelInfo.mo | | | | | * commit 8d3347ad8207b19e773723c2cba796024605a67c | | | Author: OpenModelica Hudson | | | Date: Fri Nov 7 13:58:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 68215995b0695f9ee9e86d4415fb1029ac0f28ec | | | Author: Lennart Ochel | | | Date: Fri Nov 7 13:39:02 2014 +0000 | | | | | | - changed r23269. relations/zero crossings get only dumped if LOG_EVENTS_V is used | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 024812dcc0ae707b67f84f77cc39afbbfc371828 | | | Author: OpenModelica Hudson | | | Date: Fri Nov 7 13:23:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 74d0abdc3ee596ce75350c119703ea8d2e018d06 | | | Author: Lennart Ochel | | | Date: Fri Nov 7 13:14:56 2014 +0000 | | | | | | - dump relations/zero crossings after events | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 0501fdf148f85c94ccae3b0a2f1956ba6553ecad | | | Author: OpenModelica Hudson | | | Date: Fri Nov 7 12:33:07 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 68693d61a50ebfede9d5e09d6bf603080f328a66 | | | Author: Niklas Worschech | | | Date: Fri Nov 7 12:24:43 2014 +0000 | | | | | | fix for assert in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6aeb90081277a6730377bffdeddb2b9c57e0796b | | | Author: Martin Sjölund | | | Date: Fri Nov 7 10:03:55 2014 +0000 | | | | | | Add check for using reserved identifiers as components | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/Util/Error.mo | | | | | * commit 4e9730ef4554bc925c748c51904655b605dd3a49 | | | Author: Martin Sjölund | | | Date: Fri Nov 7 08:57:14 2014 +0000 | | | | | | Re-add check for duplicate names in enumeration | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 522c3243934ee129422c0b78edce977ca326b25c | | | Author: Martin Sjölund | | | Date: Fri Nov 7 07:01:20 2014 +0000 | | | | | | Skip _= in front of arrayUpdate calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/Util/Graph.mo | | | | | * commit ad5de84ff75a902d810ec2260af833b37ebbf597 | | | Author: Martin Sjölund | | | Date: Fri Nov 7 06:50:45 2014 +0000 | | | | | | Remove some unused calls, removed _ from some that are used | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 2dd6c8569acfc78155e401496f253305ad0aaa07 | | | Author: Willi Braun | | | Date: Fri Nov 7 00:07:07 2014 +0000 | | | | | | - fixed #1228, by adding when equation also to other torn equations. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit c02de7619e187929fc31b41f58caa3675e9dacbc | | | Author: Martin Sjölund | | | Date: Thu Nov 6 21:20:57 2014 +0000 | | | | | | Removed some calls that should not do anything | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 027cda71ef012886c07fff963b1995fe1e4e144f | | | Author: Martin Sjölund | | | Date: Thu Nov 6 20:52:17 2014 +0000 | | | | | | Check performance when not adding replacements already in the hashtable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/VarTransform.mo | | | | | * commit 92b4dd462e9b8ea3b264fe042d01098b24ff3040 | | | Author: Martin Sjölund | | | Date: Thu Nov 6 20:09:49 2014 +0000 | | | | | | Some HashTable implementation changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit 7cbb7ad8eb6a52bacf28a91ffb399a2477769017 | | | Author: Martin Sjölund | | | Date: Thu Nov 6 20:09:10 2014 +0000 | | | | | | Skip unused get call in VarTransform | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 8ace60b1eced32ca5f2798f1619e65f50f2a1ac0 | | | Author: Martin Sjölund | | | Date: Thu Nov 6 17:55:33 2014 +0000 | | | | | | #2968 Treat function calls as a variable being used (if it is an unbound function pointer) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 3c3d38e86246ad64408c4f5c2a794f97e1862b7b | | | Author: Adeel Asghar | | | Date: Thu Nov 6 17:17:15 2014 +0000 | | | | | | - more typo fixes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit c080d1632c745e2aa6c70a319acc420d538b675d | | | Author: Adeel Asghar | | | Date: Thu Nov 6 17:11:04 2014 +0000 | | | | | | - Fixed typos in dassl simulation flags. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 26b3ad3bad6376ce4fc21be44409ae57e477c309 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 6 17:05:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 40aef38c6a01218b81ae448f6da7fd0f7c604e48 | | | Author: Niklas Worschech | | | Date: Thu Nov 6 16:37:56 2014 +0000 | | | | | | moved allocating of algloop vars in initialization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d5e447757560dd409e8f5666efaf2a9e08d61e08 | | | Author: Martin Sjölund | | | Date: Thu Nov 6 15:44:06 2014 +0000 | | | | | | Refactoring `REC(_)=>REC()` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit 819a2ff176972fe34468afa096423ea0e676807c | | | Author: OpenModelica Hudson | | | Date: Thu Nov 6 14:56:37 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 98e1440c2b3aeeddb9e23e7308f74bf0db3b4315 | | | Author: Volker Waurich | | | Date: Thu Nov 6 14:53:58 2014 +0000 | | | | | | - added flag +graphml to dump a bipartite graph after causalization and a task graph on SCC level. use yEd for visualization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1be83ab285271c5f9aa02fda8895eb7d9094a195 | | | Author: Martin Sjölund | | | Date: Thu Nov 6 14:51:24 2014 +0000 | | | | | | Refactor some more things away | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/TplAbsyn.mo | | | | | * commit 79faad14d964dfaef137f103a2de115fc7470059 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 6 14:12:44 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit a279a49468f833c081b156a39bbe732a7115467f | | | Author: Adeel Asghar | | | Date: Thu Nov 6 14:00:16 2014 +0000 | | | | | | #2190 | | | - Added a new copyClass API. | | | - Added GUI for new copyClass API in OMEdit. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 263f1870ad1e87c0fec5aa7da9b45a7efd563dbf | | | Author: Marcus Walther | | | Date: Thu Nov 6 13:55:12 2014 +0000 | | | | | | - Peer Solver preliminaries added to CPP-Runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | A SimulationRuntime/cpp/Include/Solver/Peer/FactoryExport.h | | | A SimulationRuntime/cpp/Include/Solver/Peer/Peer.h | | | A SimulationRuntime/cpp/Include/Solver/Peer/PeerSettings.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | A SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Peer/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/Peer/Peer.cpp | | | A SimulationRuntime/cpp/Solver/Peer/PeerSettings.cpp | | | | | * commit 6f83bdcdee83a146dd734cba263c2db0e03254c1 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 6 13:37:20 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/TplAbsyn.mo | | | | | * commit f9fb8f7eca9014726ca5f0f35092ce63573b63a3 | | | Author: Martin Sjölund | | | Date: Thu Nov 6 13:28:41 2014 +0000 | | | | | | Updated the refactoring script, handling `REC(name=_)=>REC()` | | | - Ran the refactoring script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FGraphStream.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/BlockCallRewrite.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit 43dbce1df4dbbaac16c0083e34a067d5d4984fb5 | | | Author: OpenModelica Hudson | | | Date: Thu Nov 6 12:40:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 8630439e9372f44d021d5999a8970070ff4ad326 | | | Author: Niklas Worschech | | | Date: Thu Nov 6 12:32:17 2014 +0000 | | | | | | fix for paramater initialization, fix for allocating A matrix in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 4385e1a40ef2e383da4ffb92ad08b082ed06535e | | | Author: Martin Sjölund | | | Date: Thu Nov 6 11:41:10 2014 +0000 | | | | | | Use lookupType instead of lookupClass to handle DIM_ENUM/DIM_BOOLEAN | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 72320b341ca9d8d6c1f5d24191db14a9161355fe | | | Author: Martin Sjölund | | | Date: Thu Nov 6 10:28:46 2014 +0000 | | | | | | Update traverseType to not create a tuple in each step | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit ff43ec6a9b621c10b6a5d68af2150a47202237c5 | | | Author: Martin Sjölund | | | Date: Thu Nov 6 07:58:54 2014 +0000 | | | | | | Fix logic error in assertion (checking the level condition before it was assigned) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e41145dcd2c10ec8668d38bcb7b959010edab55b | | | Author: Willi Braun | | | Date: Wed Nov 5 21:42:26 2014 +0000 | | | | | | - fixed #2878. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 485a7a1d58312091c4e3681076d43ac5879eb57f | | | Author: Lennart Ochel | | | Date: Wed Nov 5 20:54:35 2014 +0000 | | | | | | - Some random cleanups. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit f8d6c7f444c4c3f84e7b3e688a607781ee8e938c | | | Author: Henning Kiel | | | Date: Wed Nov 5 19:31:27 2014 +0000 | | | | | | - remove superfluous strlen() | | | - add short description strings for builtin functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M SimulationRuntime/c/util/modelica_string.c | | | | | * commit e0e9c63b9474c02b3053535127c73e1de6c4e9d1 | | | Author: Martin Sjölund | | | Date: Wed Nov 5 19:15:29 2014 +0000 | | | | | | Guard against some domain errors for trig functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ab77fa60f0cbfcf0a24200afd970c56389ba235b | | | Author: OpenModelica Hudson | | | Date: Wed Nov 5 18:07:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit c4259c1bdc6c5f4d3f1a5dc2fbe4ffdf20a599c3 | | | Author: Willi Braun | | | Date: Wed Nov 5 18:04:43 2014 +0000 | | | | | | - fixed #2867 by fixing the calculation of adjacency rows for ASUB expressions | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit d9892249c39bc4b4e9419b858648bdbd68e9c4b5 | | | Author: Lennart Ochel | | | Date: Wed Nov 5 15:16:33 2014 +0000 | | | | | | - fixed compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a888b87bd05f230d4956402bfed0c15ade05b412 | | | Author: OpenModelica Hudson | | | Date: Wed Nov 5 15:11:02 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 3334f8e635c56ba61272d491fb30da23111fa700 | | | Author: Nils Menager | | | Date: Wed Nov 5 14:52:46 2014 +0000 | | | | | | added call of initialization functions for the jacobian in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 22beed0e9297e2042bc7fb2f68d5f65f0d25cccb | | | Author: Volker Waurich | | | Date: Wed Nov 5 13:43:30 2014 +0000 | | | | | | - use partlintornsystem only flag controlled | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 4736f03b955f607a1e1b4d8ce36c43920195086e | | | Author: Volker Waurich | | | Date: Wed Nov 5 13:36:52 2014 +0000 | | | | | | - extended simplification in partlintornsystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit aca8ab8e4983d91347669466ca765736ea7ded10 | | | Author: Martin Sjölund | | | Date: Wed Nov 5 13:00:54 2014 +0000 | | | | | | 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 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | R091 Compiler/BackEnd/SerializeModelInfo.mo Compiler/SimCode/SerializeModelInfo.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/simulation/modelinfo.c | | | A SimulationRuntime/c/simulation/simulation_info_json.c | | | A SimulationRuntime/c/simulation/simulation_info_json.h | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 9898297892ad6b524976e69f0dfb87e00f03c7b1 | | | Author: OpenModelica Hudson | | | Date: Wed Nov 5 11:52:00 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit f3f25f6887cfbfc34891fba757088fc98b911162 | | | Author: Volker Waurich | | | Date: Wed Nov 5 11:43:35 2014 +0000 | | | | | | - extended partlintornsystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 035e213fc994aa8d064d075947b046e0fcefc48e | | | Author: OpenModelica Hudson | | | Date: Wed Nov 5 10:48:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit cb6c654530ab008d3d9fcaba27ac9e3907a47f4e | | | Author: Lennart Ochel | | | Date: Wed Nov 5 10:47:13 2014 +0000 | | | | | | - Added functionality to dump zero crossings during runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 2fe6e0853fbdc69f33e97bae7dfed79f17ff72e6 | | | Author: Lennart Ochel | | | Date: Wed Nov 5 09:17:44 2014 +0000 | | | | | | - 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 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 71756960b2427841589dfd71fc01a1dbe95410a2 | | | Author: Martin Sjölund | | | Date: Tue Nov 4 18:54:10 2014 +0000 | | | | | | Only restrict root user from using the interactive interfaces (sockets/CORBA) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Util/Error.mo | | | | | * commit dc16af3495d0a643be2238642a81d5360fb64a42 | | | Author: Bernhard Thiele | | | Date: Tue Nov 4 17:03:56 2014 +0000 | | | | | | Collecting outgoing transitions of a mode/state in MODE data structure | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HashTableSM.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | * commit 42e77222613599cce1cd87d9ed594b87d0c629e4 | | | Author: Per Östlund | | | Date: Tue Nov 4 16:29:48 2014 +0000 | | | | | | - sourceInfo returns SourceInfo, not FileInfo. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | | | * commit 1d01378a917f7ec1013b7449be17775127100eeb | | | Author: OpenModelica Hudson | | | Date: Tue Nov 4 15:58:00 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | | | * commit a7e28ab1f9040802647f0a601e1712efd79c7d86 | | | Author: Bernhard Bachmann | | | Date: Tue Nov 4 15:33:25 2014 +0000 | | | | | | Improved linear solver "LU with total pivoting" for solvable underdetermined systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | | | * commit 609a3454edcb0ad7ddc572fa2f59990c449c5166 | | | Author: Lennart Ochel | | | Date: Tue Nov 4 15:03:03 2014 +0000 | | | | | | - Modified epsilon of event hysteresis | | | - Remove unnecessary counter from BackendDAE.EVENT_INFO | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit cc239e281a362cd2a4b06d6d207f1e1383bc2b4f | | | Author: Per Östlund | | | Date: Tue Nov 4 14:03:30 2014 +0000 | | | | | | - Some cleaning up. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Array.mo | | | | | * commit 0ca107670d9dc063488b3760cab2a73d4edcba10 | | | Author: Lennart Ochel | | | Date: Tue Nov 4 13:29:36 2014 +0000 | | | | | | - fixed dumped number of zero crossings and updated test cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit f6e5763646ccfd7619a691dedec6d3717b2dafe6 | | | Author: Lennart Ochel | | | Date: Tue Nov 4 13:14:55 2014 +0000 | | | | | | - revert r23183 temporary | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 7f3ee651df93a973c56889b4b3b3101d33be3f32 | | | Author: Lennart Ochel | | | Date: Tue Nov 4 12:55:02 2014 +0000 | | | | | | - fixed dumped number of zero crossings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit d8535eba8e135d9ea146d3d31fe59bb509c225f3 | | | Author: Lennart Ochel | | | Date: Tue Nov 4 12:22:35 2014 +0000 | | | | | | - improve info message by adding current time value | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit b0599b43a7f8472baae582a3aab8d7241a260010 | | | Author: Bernhard Thiele | | | Date: Tue Nov 4 10:06:40 2014 +0000 | | | | | | Assigning equations to states | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HashTableSM.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | * commit 38dc646c9ef31ccce2ec64cd174a716dfcc8cbc2 | | | Author: Volker Waurich | | | Date: Tue Nov 4 08:44:05 2014 +0000 | | | | | | - use list scheduler as default hpcom scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 0b288749183357e8a4db2bf5fceab92978bdaeea | | | Author: OpenModelica Hudson | | | Date: Tue Nov 4 07:53:13 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit cdc647607cc8d3a7874e7f45c46dab56be71d29f | | | Author: Lennart Ochel | | | Date: Tue Nov 4 07:30:24 2014 +0000 | | | | | | - 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 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit b8ab11659841dfd41de75a0c0e12d72bdc197279 | | | Author: Volker Waurich | | | Date: Tue Nov 4 07:18:38 2014 +0000 | | | | | | - fix for partlintornsystem, debug dump for jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit e5f4fe1dc5e24c124bb6292d689a77db4bde4b46 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 3 17:09:11 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | | | * commit 4fd863a3cdb0f097c45e210957ce6e82f53e692b | | | Author: Bernhard Bachmann | | | Date: Mon Nov 3 16:38:45 2014 +0000 | | | | | | added new linear solver based on LU decomposision using total pivoting | | | - activated it also as default | | | - updated some tests | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | A SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.c | | | A SimulationRuntime/c/simulation/solver/linearSolverTotalPivot.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | | | * commit ba4e44540da02da394049b17262556cc06ec3622 | | | Author: Vitalij Ruge | | | Date: Mon Nov 3 16:24:00 2014 +0000 | | | | | | improved output for optDebugeJac | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit e2436e3a5f9028c096d0fdafed4195ec3a83bd4e | | | Author: Martin Sjölund | | | Date: Mon Nov 3 15:15:36 2014 +0000 | | | | | | Weird work-around for size(arr /* suze [0,2] */, 2) to return 0 at run-time (used by Modelica tables) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/base_array.h | | | | | * commit 2155696d7b4d7e2432a549db667b04645584403b | | | Author: Martin Sjölund | | | Date: Mon Nov 3 14:59:02 2014 +0000 | | | | | | Make sourceInfo() testsuite-friendly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit aed7ecd9e1008634f61b27936db0a741abd89c66 | | | Author: Martin Sjölund | | | Date: Mon Nov 3 14:34:36 2014 +0000 | | | | | | make clean: remove generated templates | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Makefile.common | | | M Makefile.common | | | | | * commit 86e0233b39f360554711da8dd6934f44354df64e | | | Author: Martin Sjölund | | | Date: Mon Nov 3 13:59:28 2014 +0000 | | | | | | Fix r23156 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 8cd2a88fce692288fb6a1973c553ed185db96afe | | | Author: Martin Sjölund | | | Date: Mon Nov 3 13:55:36 2014 +0000 | | | | | | Add sourceInfo() to all Error.addInternalError calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Graph.mo | | | | | * commit 64bbc7de08a19d110d4e621a7ab07fc23da55441 | | | Author: Martin Sjölund | | | Date: Mon Nov 3 13:20:39 2014 +0000 | | | | | | Rename flag "nodoSCodeDep" to "noscodeDep" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 9fcdd6a708ff6e4c07eaced528f51f23a6635a86 | | | Author: Martin Sjölund | | | Date: Mon Nov 3 13:15:21 2014 +0000 | | | | | | Remove unused flag usedep | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 225ad80facdde1a07f42fc7f835a1b14ca2f17b3 | | | Author: Martin Sjölund | | | Date: Mon Nov 3 13:15:10 2014 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 8592b2fe02a98ba0c9cdc205d2102671eafb0c29 | | | Author: Per Östlund | | | Date: Mon Nov 3 13:14:04 2014 +0000 | | | | | | - Got rid of some listArray/arrayList calls. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/Array.mo | | | | | * commit bb15576c632a9e7209f02e4855a36f2529d8392f | | | Author: Vitalij Ruge | | | Date: Mon Nov 3 12:48:08 2014 +0000 | | | | | | -support min and max values by extraPolate | | | -imporevd output for nonlinear solver | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit 5a4ae1254c471156bd93a310647c8b2e88bd0a19 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 3 11:26:49 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 51f68989e39391672ffce4c8ff6c2ffe4421386b | | | Author: Per Östlund | | | Date: Mon Nov 3 11:17:20 2014 +0000 | | | | | | - Fix Array.map. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Array.mo | | | | | * commit 458751587c09dff5cbbc79204b5c0c8e37a90cad | | | Author: Willi Braun | | | Date: Mon Nov 3 11:17:18 2014 +0000 | | | | | | - added flag for SKF TLM Master Solver Interface. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 1505656a4f94ab7a9128a58edcb9ae527381ad0a | | | Author: Martin Sjölund | | | Date: Mon Nov 3 11:05:40 2014 +0000 | | | | | | Some refactoring to use assignment to fields | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 148e7c737b3f9dbaa8dc5407d1f8f3dcaca9b8e7 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 3 10:51:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 9002e08f71dd6af6cfb61ee1b326e71cff83631f | | | Author: Per Östlund | | | Date: Mon Nov 3 10:47:13 2014 +0000 | | | | | | - Removed Array.append (since we have arrayAppend now). | | | - Optimized some Array functions. | | | - Some random cleanups. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/List.mo | | | | | * commit d51b7bf84cce9d93d33b8b60973b1689e7492931 | | | Author: Martin Sjölund | | | Date: Mon Nov 3 10:36:50 2014 +0000 | | | | | | Do not dump bindings to outputs in the interface functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | | | * commit 2569667d19f47c1eee6caf756630c71ffef85b52 | | | Author: Martin Sjölund | | | Date: Mon Nov 3 09:59:27 2014 +0000 | | | | | | Fix indexes of some metarecord literals (Susan does not warn you shadow the variable index with a new index) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 8bd5d5b17a8d755bd08e34a58add1876b4b8efcd | | | Author: Volker Waurich | | | Date: Mon Nov 3 08:38:45 2014 +0000 | | | | | | - rewritten partlintornsystem module | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 4066c642db053bf2ddf97ff8dda1c978c45b145c | | | Author: Vitalij Ruge | | | Date: Sun Nov 2 22:59:19 2014 +0000 | | | | | | improved output for optDebugeJac | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 8e374aa390f21948665dbd4a106c3648bc48f6ff | | | Author: Martin Sjölund | | | Date: Sun Nov 2 21:00:16 2014 +0000 | | | | | | Print SourceInfo to MM definitions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit e64cd0c31e26ee797d5dfe56134f09e217bc4257 | | | Author: Martin Sjölund | | | Date: Sun Nov 2 20:40:09 2014 +0000 | | | | | | Absyn no longer needs to be its own dependency class (Util no longer imports Absyn) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Util/HashTableStringToPath.mo | | | M Compiler/boot/CompileFile.mos | | | | | * commit fc59b4b371d1ddea49dcbfdd3050f4fcc4fc9b23 | | | Author: Martin Sjölund | | | Date: Sun Nov 2 20:15:45 2014 +0000 | | | | | | Susan no longer depends on Absyn | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/CompileFile.mos | | | | | * commit b6f399e877da5b110c43b54b3b44df66ad1f217c | | | Author: Martin Sjölund | | | Date: Sun Nov 2 20:00:22 2014 +0000 | | | | | | 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) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/BackendInterface.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ExpressionSimplifyTypes.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnect2.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Makefile.in | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/BlockCallRewrite.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Template/NFInstDumpTV.mo | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/GC.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/systemimpl.c | | | M Parser/Modelica.g | | | M Parser/ModelicaParser_omc.c | | | M Parser/parse.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 6f72cec470052cc23db24e3275ca2dd04e790ac7 | | | Author: OpenModelica Hudson | | | Date: Sun Nov 2 17:24:32 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 073404243c34572cf96cb73a7adbd7394d54e719 | | | Author: Martin Sjölund | | | Date: Sun Nov 2 17:19:59 2014 +0000 | | | | | | Susan: Handle builtin uniontypes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Template/TplCodegen.mo | | | D Compiler/susan_codegen/TplCodegen.mo | | | M Compiler/susan_codegen/TplCodegen.tpl | | | | | * commit 72145782c84628c5dede09f084a6abba85b98210 | | | Author: Vitalij Ruge | | | Date: Sun Nov 2 17:16:13 2014 +0000 | | | | | | - improved optDebugeJac | | | compare analytical and numerical jacobian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit 5db24959b4fc8922b4d93d7e98ea6f06354d626c | | | Author: Adrian Pop | | | Date: Sat Nov 1 21:36:34 2014 +0000 | | | | | | - fix bug #2882 (careful with the evaluation of expressions having DAE.T_CODE type) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit 7ce663d032da552ff37e40b623a27dc3e3df559c | | | Author: Adrian Pop | | | Date: Sat Nov 1 02:04:24 2014 +0000 | | | | | | - fix bug #2943 (the error was introduced in r23049) | | | - added test: testsuite/openmodelica/interactive-API/Bug2943.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 08ba06d65535c744e2195e42a87f3c70b7b9781b | | | Author: Martin Sjölund | | | Date: Fri Oct 31 16:52:38 2014 +0000 | | | | | | Fix code generation for assignment to metarecord fields | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit cee22a2a0182d6b73d474ecc564856252ed2f510 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 31 16:33:45 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | * commit 8e56d0c3a345bf118efca938d905283279035632 | | | Author: Henning Kiel | | | Date: Fri Oct 31 16:15:26 2014 +0000 | | | | | | Recommit change from r23112 with appropriate fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit cb6049377de676ccb6c1b5e89c3538b87a1dd5b8 | | | Author: Niklas Worschech | | | Date: Fri Oct 31 16:07:59 2014 +0000 | | | | | | fix for dae exp reductions in cpp template, fix for memory leaks in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 68dad5b2d6df619e237831a1629204afb86e5533 | | | Author: Per Östlund | | | Date: Fri Oct 31 15:58:13 2014 +0000 | | | | | | - Reverted part of 23112 that broke the build. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit cc1a03d040ab9ddd53d92fd75e4a6c58ece88478 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 31 15:58:11 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 7a27ec3e2b2714a30302646fba85174e7535851f | | | Author: Per Östlund | | | Date: Fri Oct 31 15:51:01 2014 +0000 | | | | | | - Some optimizations in BackendDAEUtil. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 820667c8b98b42ac919deb866573b04004de5a8a | | | Author: Henning Kiel | | | Date: Fri Oct 31 15:12:25 2014 +0000 | | | | | | Fix some uninitialized values. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 4e79073f375e7ed916003a8c247a210febd2902d | | | Author: Martin Sjölund | | | Date: Fri Oct 31 15:06:28 2014 +0000 | | | | | | Remove pointless call | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 29e81496d656976fa25ad73dafcb747b0eb9999f | | | Author: Adrian Pop | | | Date: Fri Oct 31 14:38:25 2014 +0000 | | | | | | - make distclean for gc on top clean | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 405cae2b13c3ba9671843ad6dbeb439f08be5ba6 | | | Author: Adrian Pop | | | Date: Fri Oct 31 14:23:12 2014 +0000 | | | | | | - disable parallel mark for GC in Windows as it crashes dll loading | | | - override CFLAGS in some places so the CFLAGS given at command line get propagated correctly | | | - remove MMC_INIT from in_function generated for dll loading | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | | | * commit b3d2e0e17ce5f08a2041470c5648c9e06c637d38 | | | Author: Per Östlund | | | Date: Fri Oct 31 11:25:03 2014 +0000 | | | | | | - Removed arrayAdd, it's unused and very inefficient, and arrayAppend can do the | | | same thing. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | * commit 31303c737df15a839cc0109fe93ccc5d9ee3c9d1 | | | Author: Per Östlund | | | Date: Fri Oct 31 10:59:29 2014 +0000 | | | | | | - Implemented builtin MetaModelica operators arrayAppend and | | | MetaModelica.Dangerous.arrayCreateNoInit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | * commit 3747ceda292967654c3d691b4ee7a93ed98930bf | | | Author: Martin Sjölund | | | Date: Fri Oct 31 09:54:53 2014 +0000 | | | | | | - Add new package Util/GC.mo. Moved functions from System into GC | | | - Added new flag --debug=gcProfiling, which uses a new call to gc_prof_stats | | | - Added GC_expand_hp to ModelicaBuiltin.mo; used it for the library tests | | | - Disable munmap in the gc configure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | A Compiler/Util/GC.mo | | | M Compiler/Util/System.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Makefile.in | | | | | * commit 03d7d9d6d57cc81937d702d765444b0b5ecfa454 | | | Author: Lennart Ochel | | | Date: Fri Oct 31 09:28:38 2014 +0000 | | | | | | - moved BackendDAEUtil.analyzeJacobian to package SymbolicJacobian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit dee4d7cee9347d7afcb00c553af1a2afc315a3e5 | | | Author: Martin Sjölund | | | Date: Fri Oct 31 07:21:03 2014 +0000 | | | | | | Always dump builtin external declarations since it affects the interface | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit fa7bbfa91f2cfa96feb29351c76217ffbfbe0c20 | | | Author: Martin Sjölund | | | Date: Fri Oct 31 06:56:48 2014 +0000 | | | | | | Missing changes in CevalScript | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 53d85a2dfba77b59bc72168bb00d9dac85caeb1f | | | Author: Martin Sjölund | | | Date: Fri Oct 31 06:52:55 2014 +0000 | | | | | | Strip external sections and class comments for the interface files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | | | * commit 385bedda279d9b6c3e85446e6f5b70ee8e2c7aea | | | Author: Willi Braun | | | Date: Fri Oct 31 00:08:44 2014 +0000 | | | | | | - fixed #2754. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | * commit 6d0c42fda9d3c79743adfa28df57a42f5cbf1356 | | | Author: Willi Braun | | | Date: Thu Oct 30 22:58:10 2014 +0000 | | | | | | - fixed nominal, min and max attributes for linear systems | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4fd5ed20138c84aff3cfadcf19e0b3b89feb9d72 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 30 22:01:26 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit d470248679f3e2feba8458d60cd234d9e517088f | | | Author: Willi Braun | | | Date: Thu Oct 30 21:52:58 2014 +0000 | | | | | | fixed #2868 and #2754 partially | | | - by using the in BackendEquation.equationToResidualForm and SimCodeUtil | | | the same function createResidualExp | | | | | | - moved functions: | | | - createNonlinearResidualExp from SimCodeUtil to Expression | | | - traverseEquationToScalarResidualForm from SymbolicJacobian to BackendEquation | | | - reintroduced traverseEquationToResidualForm in BackendEquation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit c61d21022012dc409a4133158576ff149a37d2d1 | | | Author: Adrian Pop | | | Date: Thu Oct 30 16:55:14 2014 +0000 | | | | | | - GC_expand_hp 150M for Windows, 300M for others | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit bc5386265403e2e539a8fbe84dbfad819a188566 | | | Author: Adrian Pop | | | Date: Thu Oct 30 16:36:57 2014 +0000 | | | | | | - merge cases based on output from rml -Eunify (https://dev.openmodelica.org/~adrpo/rml-unifications-original.txt) | | | - increase size given to GC_expand_hp to 300M to get a bit more speedup | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/Main/Main.mo | | | | | * commit f6cf0135393417d86ea80c04d9190d9c52377386 | | | Author: Vitalij Ruge | | | Date: Thu Oct 30 16:05:57 2014 +0000 | | | | | | fixed optDebugeJac | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit a1d8cbe9a21206198957f475a4c993f011de7921 | | | Author: Marcus Walther | | | Date: Thu Oct 30 15:50:21 2014 +0000 | | | | | | - fixed analyzation_mode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit e8cc177c9bb4cd01be2c578e1d5d9e0b88982b85 | | | Author: Vitalij Ruge | | | Date: Thu Oct 30 15:40:01 2014 +0000 | | | | | | fixed optDebugeJac | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit eb682eb2ebdd8684e26e299d3ba5fb4e06a87d39 | | | Author: Lennart Ochel | | | Date: Thu Oct 30 14:59:34 2014 +0000 | | | | | | - removed functions: | | | - BackendDAEUtil.addAliasVariables | | | - BackendDAEUtil.calculateSizes (and auxiliary functions) | | | - moved functions to package SymbolicJacobian: | | | - BackendDAEUtil.addBackendDAESharedJacobian | | | - BackendDAEUtil.addBackendDAESharedJacobians | | | - BackendDAEUtil.addBackendDAESharedJacobianSparsePattern | | | - removed unnecessary match/matchcontinue statements | | | - marked functions as protected if possible | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | | | * commit 7577765895b5c643452576ad5b2b0efe620fb239 | | | Author: Lennart Ochel | | | Date: Thu Oct 30 14:27:00 2014 +0000 | | | | | | - removed obsolete functions: | | | - traverseequationToResidualForm | | | - calculateJacobianEnhanced | | | - varsInEqnEnhanced | | | - varsInEqnEnhanced1 | | | - moved functions: | | | - BackendDAEUtil.calculateJacobian -> SymbolicJacobian.calculateJacobian (and depending ones) | | | - BackendDAEUtil.traverseEquationToScalarResidualForm -> SymbolicJacobian.traverseEquationToScalarResidualForm | | | - marked functions as protected if possible | | | - some more clean-up | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 43229ae41375e7aa13b939a4e536f9684beabb5d | | | Author: OpenModelica Hudson | | | Date: Thu Oct 30 14:16:51 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | | | * commit 72429c5f4510d001a8ec271cd8da5f0e69683b51 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 30 14:09:07 2014 +0000 | | | | | | -added some functions required for vxworks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | * commit 19e6ea1368613aef1fece820ac651f05eb2acd2d | | | Author: Marcus Walther | | | Date: Thu Oct 30 14:07:19 2014 +0000 | | | | | | - fixed cpp runtime build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | | | | | * commit b7bd3c8a564953af56d08a364ccd32502f8a42af | | | Author: Marcus Walther | | | Date: Thu Oct 30 13:54:48 2014 +0000 | | | | | | - moved Solver header files into the include folder to fix windows build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | R100 SimulationRuntime/cpp/Solver/CVode/CVode.h SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | | | R100 SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h SimulationRuntime/cpp/Include/Solver/CVode/CVodeSettings.h | | | R100 SimulationRuntime/cpp/Solver/CVode/FactoryExport.h SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h | | | R100 SimulationRuntime/cpp/Solver/Euler/Euler.h SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | | | R100 SimulationRuntime/cpp/Solver/Euler/EulerSettings.h SimulationRuntime/cpp/Include/Solver/Euler/EulerSettings.h | | | R100 SimulationRuntime/cpp/Solver/Euler/FactoryExport.h SimulationRuntime/cpp/Include/Solver/Euler/FactoryExport.h | | | R100 SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.h SimulationRuntime/cpp/Include/Solver/Hybrj/FactoryExport.h | | | R100 SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h SimulationRuntime/cpp/Include/Solver/Hybrj/Hybrj.h | | | R100 SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.h SimulationRuntime/cpp/Include/Solver/Hybrj/HybrjSettings.h | | | R100 SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.h SimulationRuntime/cpp/Include/Solver/Kinsol/FactoryExport.h | | | R095 SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | | | R100 SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.h SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolSettings.h | | | R100 SimulationRuntime/cpp/Solver/Newton/FactoryExport.h SimulationRuntime/cpp/Include/Solver/Newton/FactoryExport.h | | | R098 SimulationRuntime/cpp/Solver/Newton/Newton.h SimulationRuntime/cpp/Include/Solver/Newton/Newton.h | | | R100 SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h SimulationRuntime/cpp/Include/Solver/Newton/NewtonSettings.h | | | R100 SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.h SimulationRuntime/cpp/Include/Solver/UmfPack/FactoryExport.h | | | R095 SimulationRuntime/cpp/Solver/UmfPack/UmfPack.h SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPack.h | | | R100 SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.h SimulationRuntime/cpp/Include/Solver/UmfPack/UmfPackSettings.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | | | | | * commit 6f85d2ed2ac97f100a34148b28ee1d30190a6841 | | | Author: Vitalij Ruge | | | Date: Thu Oct 30 12:04:12 2014 +0000 | | | | | | fixed 23080 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit b3b1e196a050db61b94a789016839213a3efdc80 | | | Author: Vitalij Ruge | | | Date: Thu Oct 30 12:02:29 2014 +0000 | | | | | | fixed output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit d1eb10784eeee40ac904305a3422ac3354b3487d | | | Author: Vitalij Ruge | | | Date: Thu Oct 30 11:46:12 2014 +0000 | | | | | | fixed output format | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 67f59119e2ea127cd179ae8f7faafd0d69a666d8 | | | Author: Martin Sjölund | | | Date: Thu Oct 30 11:38:33 2014 +0000 | | | | | | Remove RML references from the readme | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit bd6aa738c28708f15d463d8ab5cb489865709f8f | | | Author: Vitalij Ruge | | | Date: Thu Oct 30 11:35:22 2014 +0000 | | | | | | improved debuging of the jacobian matrix in dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit a4b691fd87a678e07254e895c10d7e22437a8c46 | | | Author: Per Östlund | | | Date: Thu Oct 30 10:56:38 2014 +0000 | | | | | | Fix for #2935: | | | - Rewrote flag parsing: | | | * Now handles both - and -- flags correctly. | | | * -- now stops processing flags like most Linux commands, | | | so e.g. omc -- -somefile works. | | | - Changed + to - and -- in the help text to be more unixy | | | (+ flags still work as usual) and removed text about runtime flags. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 47ea0a53f7dc8e2241de818bacfa588be35260b0 | | | Author: Martin Sjölund | | | Date: Thu Oct 30 10:52:19 2014 +0000 | | | | | | Enable Figaro | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 4b598ffa7368853a8484f3e02ebd1d812a5bbab1 | | | Author: Martin Sjölund | | | Date: Thu Oct 30 10:26:22 2014 +0000 | | | | | | Tweak arrayCreate (inline) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 10b89b93fad1117fff56a9d7c9d9fe230a7f49cb | | | Author: Lennart Ochel | | | Date: Thu Oct 30 09:48:40 2014 +0000 | | | | | | - Enabled some error messages by default: don't hide error messages of failing functions as long as the function is not supposed to fail in certain cases | | | - Fixed zcEqual and getMinZeroCrossings to also handle sample-calls | | | - Cleaned up more patterns | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit faf7e013645d5ceb0cb92f5373ffac2b46f0935c | | | Author: OpenModelica Hudson | | | Date: Thu Oct 30 09:36:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit f3bb4db316f0f3ae5d0c1ae374ff155f234b1517 | | | Author: Martin Sjölund | | | Date: Thu Oct 30 09:03:57 2014 +0000 | | | | | | Clean CevalScript.compileModel | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 8666ba5de2a4e12e8caf1c5cd4b954a97670dfeb | | | Author: Nils Menager | | | Date: Thu Oct 30 09:02:54 2014 +0000 | | | | | | Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | M SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit d8a615c8444c06b2c917f2f24baa47e1d78023df | | | Author: Lennart Ochel | | | Date: Thu Oct 30 08:06:32 2014 +0000 | | | | | | - Cleaned up more patterns | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit e4f7af7f67218540dcdbc13718c044b7f1911bc9 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 30 08:03:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit b1a2bc297c1f0a8c436d5967d989bedb2054fc98 | | | Author: Marcus Walther | | | Date: Thu Oct 30 07:50:07 2014 +0000 | | | | | | - improved scorep-support for c++ runtime profiling | | | - fixed analyzation mode -> precompiled headers are used now | | | - profiling sections can now be turned on and off in measure_time.hpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit 174f34e6501f647fac87f75f79517c502330d197 | | | Author: Vitalij Ruge | | | Date: Thu Oct 30 07:16:29 2014 +0000 | | | | | | added option for debuging derivations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 31624e1c0847e50cecd90289920cfc0fbfcf2595 | | | Author: Adrian Pop | | | Date: Thu Oct 30 04:34:05 2014 +0000 | | | | | | - merge cases based on output from rml -Eunify (https://dev.openmodelica.org/~adrpo/rml-unifications-original.txt) | | | - set G_SLICE to always-malloc | | | - GC_expand_hp only 150M (1G is too much, maybe we should do it when we have plenty of memory) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Main/Main.mo | | | | | * commit c5e95d232de20e5b9d665587ce7e8d05df41292b | | | Author: Adrian Pop | | | Date: Thu Oct 30 01:30:08 2014 +0000 | | | | | | - merge cases based on output from rml -Eunify (https://dev.openmodelica.org/~adrpo/rml-unifications-original.txt) | | | - time the bootstrapped compilation in Makefile.omdev.mingw | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | | | * commit 35ca2e96b73ebca50eae8b458b9580d708316c3d | | | Author: Martin Sjölund | | | Date: Wed Oct 29 21:22:56 2014 +0000 | | | | | | Call `GC_expand` in main to make the test suite 100% (hopefully) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 201c5cd3f5713fa56a58909ab03aa03f5c486516 | | | Author: Vitalij Ruge | | | Date: Wed Oct 29 19:58:32 2014 +0000 | | | | | | fix indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ae867502c49e84119056329a6ebadb83eb6c8c5f | | | Author: Bernhard Thiele | | | Date: Wed Oct 29 18:13:48 2014 +0000 | | | | | | Modelica state machines data structure extension | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HashTableSM.mo | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | | | * commit ddb11c91a7cabbf6fe46b8813a6344cc7b59b56e | | | Author: OpenModelica Hudson | | | Date: Wed Oct 29 17:28:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2a8f86017dcce2074cb227ed980d2079ba69c874 | | | Author: Julian Ophey | | | Date: Wed Oct 29 16:48:58 2014 +0000 | | | | | | fix in cpp template for external functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e567c70a41b64be94b2d1fa828b2eb6cf5468e20 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 29 15:52:44 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit d6355a4417170691dd39c35ce1ae5aa1eb4b191a | | | Author: Martin Sjölund | | | Date: Wed Oct 29 15:29:21 2014 +0000 | | | | | | Removed the old MetaModelica operators from the parser (+& ==& +. ==., etc) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/GraphStream.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Parser/MetaModelica_Lexer.g | | | | | * commit 38435b1968bcb9d57b1022eace907427f4454485 | | | Author: Per Östlund | | | Date: Wed Oct 29 15:21:39 2014 +0000 | | | | | | - Some case merging and various improvements. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 36d0f700e4928c0e777370216130f43477f3fd69 | | | Author: Lennart Ochel | | | Date: Wed Oct 29 15:11:21 2014 +0000 | | | | | | - fix r23046 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit d50f4dbf68d87b8a67814b26804a4e3e42dfeb44 | | | Author: Willi Braun | | | Date: Wed Oct 29 15:10:36 2014 +0000 | | | | | | - fix printMatrix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | | | * commit 7d7218be0ae91627f8eed98335f5e4e504568bbe | | | Author: Lennart Ochel | | | Date: Wed Oct 29 15:07:55 2014 +0000 | | | | | | - clean-up some patterns | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 9ae856bc0221a9c55eb401f17b3ca910a339fa95 | | | Author: Lennart Ochel | | | Date: Wed Oct 29 14:44:22 2014 +0000 | | | | | | - Removed unnecessary cases | | | - Merged cases if possible | | | - Some more clean-up | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 9b94e295e8b65031f5ee270ad4b31e2733226ef3 | | | Author: Per Östlund | | | Date: Wed Oct 29 13:43:48 2014 +0000 | | | | | | - Improved Util.stringWrap. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit a174a5927bd194746a8b7a9ca29d39b74a4615d3 | | | Author: Martin Sjölund | | | Date: Wed Oct 29 13:38:26 2014 +0000 | | | | | | Start removal of Debug.mo: Removed bcall* fcall* bprint* fprint*, etc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 33fc8e5da5b8953f90c7023397212dbecdda2ceb | | | Author: Bernhard Thiele | | | Date: Wed Oct 29 13:30:26 2014 +0000 | | | | | | Restricting special inner outer rules for variables in state machines to output variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit 182def48b94f63aadaf84ad56874251c671c4c5b | | | Author: Willi Braun | | | Date: Wed Oct 29 13:19:45 2014 +0000 | | | | | | - fixed nominal, min and max attributes for linear systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit eb68f0c5491ff79e63998f4470f8520a3e1e2777 | | | Author: Martin Sjölund | | | Date: Wed Oct 29 12:08:19 2014 +0000 | | | | | | Add System.dladdr for easier debugging of things that should not go wrong | | | - dladdr returns the C name of a symbol in the file (typically a function pointer) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 56fd672a0893f6d4694ca073f8a0646f8a3be0cc | | | Author: Per Östlund | | | Date: Wed Oct 29 11:13:24 2014 +0000 | | | | | | - Readd listReverseInPlace in List, doesn't seem to be the issue. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit aa4758e35d668568c4d176ab1116fce3c16742a6 | | | Author: Per Östlund | | | Date: Wed Oct 29 10:54:43 2014 +0000 | | | | | | - Remove all listReverseInPlace to see if they are causing issues with FourBitBinaryAdder. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 648f3bbeaafe69586735aeaf4878012bc3c49441 | | | Author: Per Östlund | | | Date: Wed Oct 29 10:38:38 2014 +0000 | | | | | | - Removed some potentially unsafe listReverseInPlace. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit d36312faff68f20a2fa1a52fa58734d96928b904 | | | Author: Lennart Ochel | | | Date: Wed Oct 29 09:42:30 2014 +0000 | | | | | | - Merged functions collectZCAlgs and collectZCAlgsFor | | | - Removed unused function arguments | | | - Some more clean-up | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 64513156ca6eb346156e958d88c9a5881fd8e1fb | | | Author: Lennart Ochel | | | Date: Wed Oct 29 07:57:52 2014 +0000 | | | | | | - fix documentation of one more function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | | | * commit 7f15d5e9749ccd23fb245aab9ab9ea096396186a | | | Author: OpenModelica Hudson | | | Date: Wed Oct 29 07:51:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit e4dba6c72c6b36306f1433fe4b626cdc2bb908ca | | | Author: Lennart Ochel | | | Date: Wed Oct 29 07:51:20 2014 +0000 | | | | | | - revise new 'math library' from r23023 | | | - fix some wrong pointers | | | - fix documentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation/solver/omc_math.h | | | | | * commit 03e6c640ee1ad9802d6b322741677b9b8d82fc3c | | | Author: Adrian Pop | | | Date: Wed Oct 29 03:26:38 2014 +0000 | | | | | | - merge cases based on output from rml -Eunify (https://dev.openmodelica.org/~adrpo/rml-unifications-original.txt) | | | - fixed e^-N where N is integer constant | | | - fixed some other bad cases in Expression.mo and ExpressionSimplify.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 808acc6d9e34273ac24b702c5d5c72278d4c221e | | | Author: Willi Braun | | | Date: Wed Oct 29 03:26:32 2014 +0000 | | | | | | - some preparation for linear solver improvments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 3b464114e1280f8cd5b5858373907c22ca6fb570 | | | Author: Willi Braun | | | Date: Wed Oct 29 03:25:40 2014 +0000 | | | | | | - more fixes for omc_math library | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation/solver/omc_math.h | | | | | * commit e95e4093605c73ab085ba65cc9a218b49d6fc973 | | | Author: Adrian Pop | | | Date: Wed Oct 29 03:14:25 2014 +0000 | | | | | | - fix Windows build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | | | * commit 082b08a320a4b0f3083003963ab9590531afdc0e | | | Author: OpenModelica Hudson | | | Date: Wed Oct 29 01:22:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | * commit e66ac81def2f8483c82159951ca624d84ebe3532 | | | Author: Willi Braun | | | Date: Wed Oct 29 01:18:51 2014 +0000 | | | | | | - update lapack solver to use omc_math | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/omc_math.c | | | M SimulationRuntime/c/simulation/solver/omc_math.h | | | | | * commit d5fa00c67a6f4ee37c80282396a2b573d05b09ec | | | Author: Willi Braun | | | Date: Tue Oct 28 22:58:50 2014 +0000 | | | | | | - added own small math library for vectors and matrix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/c/simulation/solver/omc_math.c | | | A SimulationRuntime/c/simulation/solver/omc_math.h | | | | | * commit 52b690ec7ccaf69033c39798eef5ea9457800735 | | | Author: Adrian Pop | | | Date: Tue Oct 28 21:54:00 2014 +0000 | | | | | | - update boehm gc to latest from github (via OpenModelicaExternal 3rdParty/gc) | | | - rename 3rdParty/gc-7.2 to 3rdParty/gc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | M Makefile.in | | | M Parser/Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M config.guess | | | M config.sub | | | M install-sh | | | | | * commit 324e1bdb2938c79df15ed3fcf527e5714340fcf7 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 28 20:37:47 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 0aca84eea55277b53e5eaa3668d860cf76a09807 | | | Author: Lennart Ochel | | | Date: Tue Oct 28 20:23:25 2014 +0000 | | | | | | - remove unnecessary lists | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23020 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit ed2525c9878f95de899ed1aa74a863925b2c4883 | | | Author: Lennart Ochel | | | Date: Tue Oct 28 19:28:54 2014 +0000 | | | | | | - fix Util.if_ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit 4453b9091c2020d9f60829d4db0307b3800da0fb | | | Author: Bernhard Thiele | | | Date: Tue Oct 28 18:35:31 2014 +0000 | | | | | | Reverted back to r23007 since last commit of file was unintentional | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit 0b8a191f9b8d34a7bd484fb45586140806c4191d | | | Author: OpenModelica Hudson | | | Date: Tue Oct 28 18:13:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit 4c603f1fc3da18cb5793ddb70c108615c9eaf9d9 | | | Author: Bernhard Thiele | | | Date: Tue Oct 28 17:48:33 2014 +0000 | | | | | | Modelica State Machines module (not ready, yet). Module is not yet activated (entry commented out in Flags.mo). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | A Compiler/BackEnd/HashTableSM.mo | | | A Compiler/BackEnd/StateMachineFeatures.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit e09fc1ac6ed89ece52a24dcc6e1760b8aac695b8 | | | Author: Lennart Ochel | | | Date: Tue Oct 28 17:15:12 2014 +0000 | | | | | | - use BackendDAEUtil.mapEqSystem instead of BackendDAEUtil.mapEqSystemAndFold | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 676db7eeadf88b80e55496d7db68abdc4e136916 | | | Author: Lennart Ochel | | | Date: Tue Oct 28 16:59:47 2014 +0000 | | | | | | - don't search in shared object for zero crossings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 8f96a65e13fad51f95906e441257ae763e705bcc | | | Author: Lennart Ochel | | | Date: Tue Oct 28 16:36:32 2014 +0000 | | | | | | - don't search in initial equations for zero crossings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 7a0948780817cf688600bb18e31df7da69c7bfdd | | | Author: OpenModelica Hudson | | | Date: Tue Oct 28 15:47:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 891509c9f65034d9851ea8b6bf7e40bcd95cc18d | | | Author: Per Östlund | | | Date: Tue Oct 28 15:39:17 2014 +0000 | | | | | | - List optimizations by using dangerous listReverseInPlace. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/List.mo | | | | | * commit d0a8032fe9bf42dd0b93e4c969b8ce0045aba87e | | | Author: Martin Sjölund | | | Date: Tue Oct 28 14:30:51 2014 +0000 | | | | | | Replace `Util.if_` with if-expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/GraphStream.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Util.mo | | | M Compiler/susan_codegen/TplCodegen_handMade.mo | | | | | * commit a7bb0f209da6a323781ee7a4ec74d775136adaf0 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 28 14:10:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit f2f0c0c51bb24719d935978b37ad25c21766a37b | | | Author: Vitalij Ruge | | | Date: Tue Oct 28 13:53:23 2014 +0000 | | | | | | -imporved error msg for dyn. optimization | | | -some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit 090e12d2293d566e94dfd3efb06e7598abdf204e | | | Author: Lennart Ochel | | | Date: Tue Oct 28 13:24:21 2014 +0000 | | | | | | - use zc::lst instead of listAppend({zc}, lst) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 258654df98c18c647d393caacf43116a0e265696 | | | Author: Nils Menager | | | Date: Tue Oct 28 13:04:49 2014 +0000 | | | | | | Adaptions in Kinsol (Cpp Runtime) for VxWorks and Bodas | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.h | | | | | * commit 925a4248a37f4e2b628508ce3b6b9790ed2a8ad5 | | | Author: Martin Sjölund | | | Date: Tue Oct 28 10:37:52 2014 +0000 | | | | | | - Add FileInfo to the top-level scope and fix the builtin environment to build the data structures needed to use this | | | - Handle import MetaModelica in the dependency analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 967779ca2076dc1b4e3c21786b8014163743b26e | | | Author: OpenModelica Hudson | | | Date: Tue Oct 28 10:04:09 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9bc199fc96ec6fe24fff0c2a75ca28f57a0ca8a2 | | | Author: Niklas Worschech | | | Date: Tue Oct 28 10:01:09 2014 +0000 | | | | | | fix for get start value in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0ac8b0b6c75b62b1a5f2945ceb1d4603b9c1180d | | | Author: Lennart Ochel | | | Date: Tue Oct 28 09:55:02 2014 +0000 | | | | | | - Split up package BackendDAEOptimize (moved some stuff to new package SymbolicJacobian and other packages) | | | - Marked functions as protected if they should be | | | - Removed redundant/obsolete code | | | - Removed symbolic matrix G that was used to improve old initialization approach, since it is deactivated for a long time and isn't working anymore anyway | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Differentiate.mo | | | A Compiler/BackEnd/SymbolicJacobian.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | | | * commit c8ddc965f89ad040e3ef2becb58dc7bad8e956ba | | | Author: OpenModelica Hudson | | | Date: Tue Oct 28 09:13:23 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit ca4471bf7b9c7c5658c81278cccf25abd34756f1 | | | Author: Marcus Walther | | | Date: Tue Oct 28 08:58:01 2014 +0000 | | | | | | - added defines for measure time, to support scoreP | | | - scoreP support to c++ profiling added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Utils/extension/measure_time_scorep.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_scorep.hpp | | | | | * commit 045378016db0c3082eda9758c5ccd49fd3f41e7c | | | Author: Martin Sjölund | | | Date: Tue Oct 28 08:47:22 2014 +0000 | | | | | | Increase time limits for library testing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit fe7c64eea66831bcd7eb98dac745f19979dc4893 | | | Author: Marcus Walther | | | Date: Tue Oct 28 08:43:40 2014 +0000 | | | | | | - fix for hpcom analyzation mode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 2ce864d355c360876f4618d10295df88c1db6c57 | | | Author: Volker Waurich | | | Date: Tue Oct 28 08:01:32 2014 +0000 | | | | | | - replace numArrayDim with ExpressionDump.dimensionIntString only in the simCodeVar and not in the backendVar | | | - some dumpSimCode extension for constant and parameter vars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 70ab734f1245963acbc85f17896a22ebeb90a641 | | | Author: Martin Sjölund | | | Date: Tue Oct 28 07:23:11 2014 +0000 | | | | | | Replace matchcontinue without accumulator with a reverse for-loop | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit fdf9cbab1c8a4608a16be75b8691b24959de5f6c | | | Author: OpenModelica Hudson | | | Date: Mon Oct 27 22:20:06 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 17f361c580783de0a852c8979428368ca5f9bf79 | | | Author: Willi Braun | | | Date: Mon Oct 27 22:10:30 2014 +0000 | | | | | | #2481 | | | - added flags for better control of integration methods | | | - flag for initial step size of dassl | | | - flag for choosing jacobian of dassl | | | - flag for no equidistant time grid -noEquidistantTimeGrid | | | - flag to avoid restart dassl after an event | | | - removed some of the old solver methods | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 66da7d0fee5187920376c87e109cb10a4fa4ff04 | | | Author: Martin Sjölund | | | Date: Mon Oct 27 21:01:52 2014 +0000 | | | | | | #2932 Do not make protected functions static | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit f1208de2e05d333650650eece60c25407ca48967 | | | Author: OpenModelica Hudson | | | Date: Mon Oct 27 14:45:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | M SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | * commit 6b7fbc97cde56fcbba7897a186cda0e3771445b4 | | | Author: Nils Menager | | | Date: Mon Oct 27 14:37:35 2014 +0000 | | | | | | Cleanup of Cpp Runtime files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | M SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | * commit 53333de85405cd2483c75e784e17389a6ad5bc0c | | | Author: Lennart Ochel | | | Date: Mon Oct 27 13:59:25 2014 +0000 | | | | | | - some cleanup, removed unnecessary matchcontinue statements, ... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 5b0863d864c8137d5df90110bc01df68622c89a6 | | | Author: Volker Waurich | | | Date: Mon Oct 27 13:49:40 2014 +0000 | | | | | | - use the size instead of the Absyn.path in ExpressionDump.dimensionString() | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | * commit f837a7bc9b9b8de8b6e4fb2c15a1de8c4b06d943 | | | Author: OpenModelica Hudson | | | Date: Mon Oct 27 12:56:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 45118487267ebf9f360b721330ed61a513cb4948 | | | Author: Per Östlund | | | Date: Mon Oct 27 12:54:15 2014 +0000 | | | | | | - Fixed logic in Main.main2. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit efdaa466d9be284cb8859592150015825a45f396 | | | Author: Niklas Worschech | | | Date: Mon Oct 27 12:33:11 2014 +0000 | | | | | | deactivated function parameter generation in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1312a9bf04b32ff099591564a1c771d5da74496d | | | Author: Martin Sjölund | | | Date: Mon Oct 27 12:31:15 2014 +0000 | | | | | | Update tarball for partial function evaluation | | | - Removed List.fold5 and List.fold6 (called directly using `List.fold(..., function f(x1=y1,x2=y2)` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Util/List.mo | | | M Compiler/boot/Makefile.common | | | | | * commit 3d5bf5be5f5064e0856b5dae04627a95519e5e1c | | | Author: Martin Sjölund | | | Date: Mon Oct 27 12:15:17 2014 +0000 | | | | | | Handle metaarray when generating code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4037b0a74c4e2eaae5c56b736477542d1a7c9bde | | | Author: Lennart Ochel | | | Date: Mon Oct 27 12:05:52 2014 +0000 | | | | | | - Make more functions work with one-based indices: | | | - List.replaceAt | | | - List.positionOnTrue | | | - List.positionList | | | - Use listGet instead of listNth in some places | | | - Add tests for List.List.replaceAt and List.replaceAtIndexFirst | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/List.mo | | | | | * commit de29fb1035a04e4bbfcf733a5a475eabf9d1e0d5 | | | Author: OpenModelica Hudson | | | Date: Mon Oct 27 11:18:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit dff9b254064b3bd72fe47075afb3024966e82aa1 | | | Author: Per Östlund | | | Date: Mon Oct 27 11:15:43 2014 +0000 | | | | | | - Case merging. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | | | * commit 20ca1f20aea33c96852205b8bab6a0af1443f827 | | | Author: Lennart Ochel | | | Date: Mon Oct 27 08:19:16 2014 +0000 | | | | | | - Unraveling some indices by making List.position work with one-based index. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | | | * commit d88ae5f86df9186cbec0c3020741b43f52fdde21 | | | Author: Martin Sjölund | | | Date: Mon Oct 27 08:13:45 2014 +0000 | | | | | | Remove bootstrapping version text since RML is no longer in use | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Settings_omc.cpp | | | | | * commit 253cb478041d3d4a929e103fe5988b1e3dc2390f | | | Author: Martin Sjölund | | | Date: Mon Oct 27 07:07:01 2014 +0000 | | | | | | Remove RML references from configure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 708c137eb3354aeceeca53001ee12e1e527abd73 | | | Author: Martin Sjölund | | | Date: Mon Oct 27 06:56:17 2014 +0000 | | | | | | Do not expand-expand-...-expand crefs hoping this will change the results | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 4daf4d1e4cc56aec9aae82548fb59fa9ed5f3dd4 | | | Author: Adrian Pop | | | Date: Mon Oct 27 01:45:59 2014 +0000 | | | | | | - merge cases based on output from rml -Eunify (https://dev.openmodelica.org/~adrpo/rml-unifications-original.txt) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 8da37a600f9adeb5b3a1ee8bf5e80126a3a74b35 | | | Author: Martin Sjölund | | | Date: Sun Oct 26 16:45:40 2014 +0000 | | | | | | cppruntime uses cminpack | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1a6526077691c0ef80e3f2fa7c75a5b77f2c0b62 | | | Author: Per Östlund | | | Date: Sun Oct 26 14:19:32 2014 +0000 | | | | | | - Fix previous fix. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 41a6753638af2ea57431d22bf1b0977298d2952d | | | Author: OpenModelica Hudson | | | Date: Sun Oct 26 14:05:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit d08bfbc4720de27626c6f9a52ab39ad1100b5f1c | | | Author: Per Östlund | | | Date: Sun Oct 26 13:55:57 2014 +0000 | | | | | | - Another try to fix build, avoid function partial evaluation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit fa69a34e5c58a757c6e3750ca3c67de67ae4afb3 | | | Author: Per Östlund | | | Date: Sun Oct 26 13:32:46 2014 +0000 | | | | | | - Try to fix build, function partial evaluation seems a bit buggy. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 194a5d1d64503f2d515c867c78b0f32d9c97e1bb | | | Author: OpenModelica Hudson | | | Date: Sun Oct 26 13:29:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Array.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | | | * commit d8ea3a027154f0d4de0268104302c77f4fc55ca1 | | | Author: Per Östlund | | | Date: Sun Oct 26 13:22:25 2014 +0000 | | | | | | - Rewrote List package to take advantage of bootstrapped features. | | | - Refactored Util, moved some functions to new Array package, some to List. | | | - Better handling of conditional components. | | | - Various optimizations to handle larger models. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | A Compiler/Util/Array.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit bd3faed4e4a9ad64504a801be64835231b7ebcf6 | | | Author: Martin Sjölund | | | Date: Sun Oct 26 12:36:42 2014 +0000 | | | | | | Keep System_isRML until we make a new tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 9a56a9c69a7c2675f6b047fb843d486b08854cc6 | | | Author: Martin Sjölund | | | Date: Sun Oct 26 12:31:32 2014 +0000 | | | | | | Remove some RML stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_omc.c | | | | | * commit 76df8c9b212e09ea3008543e6913aec728afd896 | | | Author: Lennart Ochel | | | Date: Sun Oct 26 09:37:52 2014 +0000 | | | | | | - Removed function List.delete, since it was just an rml workaround | | | - Changed listDelete to work with one-based index (mm:#1623) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/List.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | * commit 6690dc70788d4b5d8efbb764590dad07fa604e7a | | | Author: Martin Sjölund | | | Date: Sun Oct 26 08:17:59 2014 +0000 | | | | | | Remove generated susan files (should not be needed since we always have omc available) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Template/AbsynDumpTpl.mo | | | D Compiler/Template/NFInstDumpTpl.mo | | | D Compiler/Template/TaskSystemDump.mo | | | D Compiler/Template/Unparsing.mo | | | | | * commit 24cec0328b3a96a3e1b3ab09cfc797140cd5e544 | | | Author: Martin Sjölund | | | Date: Sun Oct 26 07:58:56 2014 +0000 | | | | | | Remove the NONE check from the parser; we no longer need special checks for RML stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | M Parser/Modelica.g | | | | | * commit 7c246abb3911e0ae131fce3af398820aafb81009 | | | Author: Adrian Pop | | | Date: Sun Oct 26 01:55:22 2014 +0000 | | | | | | - no more rml_compatibility.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | | | * commit f6a9a76c1b4645f2ba23f39717e05d5f877f6aa7 | | | Author: Adrian Pop | | | Date: Sun Oct 26 01:28:07 2014 +0000 | | | | | | - more cleanup | | | - use CFLAGS=-g -O2 -falign-functions on Windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | M Compiler/Makefile.in | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/ptolemyio.cpp | | | M Makefile.common | | | M Parser/Modelica.g | | | | | * commit f1fee065abaf172b4f6b0877635eee3e79f9f9bd | | | Author: Adrian Pop | | | Date: Sun Oct 26 00:28:06 2014 +0000 | | | | | | - mk_* -> mmc_mk_* | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.unix.h.in | | | | | * commit 102e4dacfbf3dd1a8d987614101bba3425d0a38b | | | Author: Adrian Pop | | | Date: Sun Oct 26 00:06:21 2014 +0000 | | | | | | - more proper RML cleanup | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Makefile.common.w32 | | | D Compiler/Makefile.debug.w32 | | | D Compiler/Makefile.sig.w32 | | | D Compiler/Makefile.w32 | | | D Compiler/myrmlc | | | D Compiler/rml2sig/rmldep-new.sh | | | M Compiler/runtime/BackendDAEEXT.cpp | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | D Compiler/runtime/BackendDAEEXT_rml.cpp | | | D Compiler/runtime/Corba_rml.cpp | | | M Compiler/runtime/Database_omc.c | | | D Compiler/runtime/Database_rml.c | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/Dynload_omc.cpp | | | D Compiler/runtime/Dynload_rml.cpp | | | M Compiler/runtime/Error_omc.cpp | | | D Compiler/runtime/Error_rml.cpp | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_omc.c | | | D Compiler/runtime/FMI_rml.c | | | M Compiler/runtime/GraphStreamExt_impl.cpp | | | M Compiler/runtime/GraphStreamExt_omc.cpp | | | D Compiler/runtime/GraphStreamExt_rml.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | D Compiler/runtime/HpcOmBenchmarkExt_rml.cpp | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | D Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | D Compiler/runtime/IOStreamExt_rml.c | | | M Compiler/runtime/Lapack_omc.cpp | | | D Compiler/runtime/Lapack_rml.c | | | M Compiler/runtime/Makefile.common | | | D Compiler/runtime/ModelicaExternalC_rml.c | | | D Compiler/runtime/Print_rml.c | | | D Compiler/runtime/Settings_rml.c | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/SimulationResults_omc.c | | | D Compiler/runtime/SimulationResults_rml.c | | | D Compiler/runtime/Socket_rml.c | | | M Compiler/runtime/System_omc.c | | | D Compiler/runtime/System_rml.c | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/TaskGraphResults_omc.cpp | | | D Compiler/runtime/TaskGraphResults_rml.cpp | | | D Compiler/runtime/UnitParserExt_rml.cpp | | | M Compiler/runtime/config.h | | | D Compiler/runtime/corbaimpl_stub.c | | | D Compiler/runtime/dynload_stub.c | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/lapackimpl.c | | | M Compiler/runtime/ptolemyio.cpp | | | M Compiler/runtime/ptolemyio_omc.cpp | | | D Compiler/runtime/ptolemyio_rml.cpp | | | M Compiler/runtime/systemimpl.c | | | M Parser/Makefile.common | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/ModelicaParser_omc.c | | | D Parser/ModelicaParser_rml.c | | | M Parser/Parser_omc.c | | | D Parser/Parser_rml.c | | | D Parser/main.c | | | M Parser/parse.c | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | D SimulationRuntime/c/meta/rml_compatibility.h | | | | | * commit a84edccfe768344380fbb476e5d9e523f3c980b0 | | | Author: Per Östlund | | | Date: Sat Oct 25 19:33:31 2014 +0000 | | | | | | - Removed strict RML checks. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7268e5ccdb0c113b66394890c6e74f658b92bb48 | | | Author: Adrian Pop | | | Date: Sat Oct 25 16:13:59 2014 +0000 | | | | | | - more rml cleanup | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.compiler_subdirs.common | | | M Compiler/Makefile.in | | | D tools/Makefile.in | | | | | * commit 9fd0b89903b3d0e99742268ea904d54f5c492aa4 | | | Author: Adrian Pop | | | Date: Sat Oct 25 15:55:46 2014 +0000 | | | | | | - Compiler/omc_release is no more, nothing to clean | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 242e84445c77b23c034fa7f6397d2cbf443a2398 | | | Author: Martin Sjölund | | | Date: Sat Oct 25 15:46:41 2014 +0000 | | | | | | Don't generate omc_release | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 6fbeedd303a39ce39ebb960b82f20058b0b00cdd | | | Author: Martin Sjölund | | | Date: Sat Oct 25 15:46:17 2014 +0000 | | | | | | Remove RML version of BlockCallRewrite.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Script/BlockCallRewrite.bootstrapped.mo | | | M Compiler/Script/BlockCallRewrite.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 8560c0e0bfdcbbcd360df7a7e905da5341e6db4a | | | Author: Martin Sjölund | | | Date: Sat Oct 25 15:44:11 2014 +0000 | | | | | | Remove some RML stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/omc_release/Makefile.in | | | D tools/rml2mmo/README.txt | | | D tools/rml2mmo/rdball.sh | | | D tools/rml2mmo/trall.sh | | | D tools/rml2mmo/translate-if-needed.sh | | | D tools/rml2mod/.project | | | D tools/rml2mod/Makefile | | | D tools/rml2mod/absyn.rml | | | D tools/rml2mod/defs.h | | | D tools/rml2mod/dictionary.rml | | | D tools/rml2mod/external.c | | | D tools/rml2mod/external.rml | | | D tools/rml2mod/lexer.c | | | D tools/rml2mod/loadprogramdb.c | | | D tools/rml2mod/loadprogramdb.rml | | | D tools/rml2mod/lookup.rml | | | D tools/rml2mod/main.rml | | | D tools/rml2mod/moddump.rml | | | D tools/rml2mod/modrefactor.rml | | | D tools/rml2mod/modrefactortypes.rml | | | D tools/rml2mod/parser.y | | | D tools/rml2mod/print.rml | | | D tools/rml2mod/rml-db-parse.y | | | D tools/rml2mod/rml-db-scan.l | | | D tools/rml2mod/rml2mmod/rml2mmod.sln | | | D tools/rml2mod/rmldump.rml | | | D tools/rml2mod/rmlrefactor.rml | | | D tools/rml2mod/rmltomod.rml | | | D tools/rml2mod/scanparse.c | | | D tools/rml2mod/scanparse.rml | | | D tools/rml2mod/test.rml | | | D tools/rml2mod/test1.rml | | | D tools/rml2mod/test2.rml | | | D tools/rml2mod/util.rml | | | D tools/rml2mod/yacclib.c | | | D tools/rml2mod/yacclib.h | | | D tools/rmldoc/rmldoc | | | | | * commit 386c20d2b379d4563ec6e90dfbc84e9299c782fd | | | Author: Adrian Pop | | | Date: Sat Oct 25 11:37:00 2014 +0000 | | | | | | - build the omc-bootstrapped by default on Linux also | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 6bc74cdfb6ac4a186129bcef195af61ea5be8b55 | | | Author: Adrian Pop | | | Date: Sat Oct 25 09:21:19 2014 +0000 | | | | | | - switch version to 1.9.2+dev | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 0a5b77a94bb066bf0c7ea34bc624289d521f474e | | | Author: Adrian Pop | | | Date: Sat Oct 25 05:18:49 2014 +0000 | | | | | | - update version to 1.9.1 release | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 0f60125e59833c30c2273ec39f9ab564c6c0b3d6 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 17:21:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 2b5888f2a7557ea70904e977f5caccc8e68e3578 | | | Author: Lennart Ochel | | | Date: Fri Oct 24 17:01:26 2014 +0000 | | | | | | - removed obsolete/unused code from package Differentiate | | | - function getFunctionResultTypes | | | - function differentiateExpCrefFunction | | | - function differentiateExpCref | | | - function differentiateFunctionPartial | | | - function differentiatePartialFunctionwrt | | | - function addElementVars2AllVars | | | - function addElementVars2InDep | | | - function addIndependentVars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 3c69a09d77bc8c9ffd150204226824bbd47d1c6b | | | Author: Lennart Ochel | | | Date: Fri Oct 24 16:57:47 2014 +0000 | | | | | | - marked some functions as protected | | | - removed a few unused variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit c333452929e84b686bee8c1b93da399884f29c73 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 14:57:33 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | | | * commit 2ab8ae445e490e21b49b162a7baa9749fb6722f6 | | | Author: Ruediger Kampfmann | | | Date: Fri Oct 24 14:51:28 2014 +0000 | | | | | | -adapted cpp runtime files for vxworks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | | | * commit 51a231834645b0d9068b4e0608ddb00371254c3d | | | Author: Adrian Pop | | | Date: Fri Oct 24 14:41:01 2014 +0000 | | | | | | - fix bootstrapping | | | - fix UTF-8 encoding | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/StaticScript.mo | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | | | | | * commit 42b5aebcea831d1b655bb97006d36f8e0916da8c | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 14:19:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | | | | | * commit c6c97bc07ce4b51925de0f54309b74b2fdc19801 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 14:18:48 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | | | | | * commit e518546f1ae0db19c44d08383ae7a2737027042c | | | Author: Ruediger Kampfmann | | | Date: Fri Oct 24 14:09:45 2014 +0000 | | | | | | -adapted cpp runtime includes for vxworks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | * commit fb4672a5968c1aa3ce20d57b6f61ea825e49b05b | | | Author: Ruediger Kampfmann | | | Date: Fri Oct 24 14:08:09 2014 +0000 | | | | | | -added for vxworks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Include/Core/DataExchange/ISimTable.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/SimInteger.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/SimString.h | | | | | * commit 79dd4ff82fa05eb40d8bba00f35b1b7658cfdb44 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 13:12:37 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 5766264bcf4a7c03cb71f700b08c1f0181ece9c3 | | | Author: Willi Braun | | | Date: Fri Oct 24 13:07:39 2014 +0000 | | | | | | - added tranformModelFMU to scripting commands | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit f107cb633dfa8f9f5374a21b9b3ae85194d3fd28 | | | Author: Per Östlund | | | Date: Fri Oct 24 12:20:52 2014 +0000 | | | | | | - Optimized the adding of connect equations to the DAE. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | | * commit 09bcd6563b849899e0f3d905cf33bc7770d34cf2 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 10:40:42 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Unit.mo | | | | | * commit 729f0309f41b0e6747840e0b8c33b80ac568af1a | | | Author: Martin Sjölund | | | Date: Fri Oct 24 10:12:18 2014 +0000 | | | | | | UTF-8 fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | | | * commit 01de4cf284ed6bb0b8d45c5922ef84e7048e4163 | | | Author: Lennart Ochel | | | Date: Fri Oct 24 10:00:37 2014 +0000 | | | | | | - Update unit check module | | | - Use of hash tables instead of lists | | | - Minor fixes (e.g. messages) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/Makefile.common | | | A Compiler/Util/HashTableCrToUnit.mo | | | A Compiler/Util/HashTableStringToUnit.mo | | | A Compiler/Util/HashTableUnitToString.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit a0315728ac8d57f779d8ecf49711fbab6e5265f3 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 09:27:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit 6178f9c772c9201edfdfa5a49a9820eaa5ab30d8 | | | Author: Nils Menager | | | Date: Fri Oct 24 09:25:55 2014 +0000 | | | | | | Additional changes in include files for Bodas and VxWorks in Cpp Core | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit e2824ca6eff9b5a2e6edc8a19eadea2cd305f290 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 08:45:18 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit 58510d575849bf5718a254b3f2e561e8393f7ee4 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 24 08:44:47 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | | | | | * commit cdd125a0b859bb18c24fa99832e359b05aa5a951 | | | Author: Nils Menager | | | Date: Fri Oct 24 08:39:22 2014 +0000 | | | | | | Integration of Bodas and VxWorks functions into Cpp Simcore | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.h | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/SimBoolean.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/SimDouble.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit 64604bb5f349497c0ab501c682db382c566d6eda | | | Author: Adeel Asghar | | | Date: Thu Oct 23 17:01:33 2014 +0000 | | | | | | #2480 | | | - Added IntegrationAlgorithms.pdf to build/share/doc/omc/SimulationRuntime/IntegrationAlgorithms/. | | | - Added references of Appendix C in sections 2.5.1 and 14.1.5 in users guide. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 9934577fa0fcbaa5bb610c6f537edb8eb57f70b7 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 23 14:54:46 2014 +0000 | | | | | | -added include for vxworks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2a9396c39c564c6feb0341253759579f7d85b38f | | | Author: Lennart Ochel | | | Date: Thu Oct 23 14:51:32 2014 +0000 | | | | | | - remove redundant functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 5d7c17caf5b10c5828f3fda7b43f646b0b285100 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 23 14:43:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 40bcdea6eb15943568401bb25788e00edd2f64b3 | | | Author: Nils Menager | | | Date: Thu Oct 23 14:37:52 2014 +0000 | | | | | | Extension for VxWorks and Bodas | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 222c7c1053c409d49b2525bc08d8c2ebb5885a40 | | | Author: Lennart Ochel | | | Date: Thu Oct 23 13:22:24 2014 +0000 | | | | | | - add missing optmodules description | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d78f14e7bb62a0706ce0444cdee644b3e714052d | | | Author: Lennart Ochel | | | Date: Thu Oct 23 08:59:48 2014 +0000 | | | | | | - fix indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 01f4145ee60d15456e14c19ac1a3a8485096fb9c | | | Author: OpenModelica Hudson | | | Date: Thu Oct 23 08:28:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | | * commit 1a6edc450e1dc801727e4f27783f7a9fc2706b7c | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 23 08:26:49 2014 +0000 | | | | | | -added stepStarted method | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | | * commit 474d83cb994de22b2831a9693915ad2f8a35e633 | | | Author: Niklas Worschech | | | Date: Thu Oct 23 07:16:06 2014 +0000 | | | | | | fix in SimCodeUtil, correct number of outputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 0165625c1f7acf758d4fe9aad2ad4cd36fca5a6b | | | Author: OpenModelica Hudson | | | Date: Thu Oct 23 07:08:49 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit c7ac9f5ce8e6c9f6b8a15e582c3bda0f121892e4 | | | Author: Niklas Worschech | | | Date: Thu Oct 23 07:01:15 2014 +0000 | | | | | | added library path to Simcode, used for external functions in shared libraries | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit eca612a8161f475152ef8c5f838369612881b147 | | | Author: Martin Sjölund | | | Date: Wed Oct 22 21:20:14 2014 +0000 | | | | | | - Load dependent libraries when using the command-line (`omc a.mo Modelica` now loads ModelicaServices) | | | - Allow calling the compiler without running any files (`omc +i=Modelica.Blocks.Examples.Filter`) | | | - Print a parser error message if we fail to load a library from command-line (also if this is the "main" file) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 213280cccfc0ab721c2c00a8f31c43f8ac0ecf31 | | | Author: Martin Sjölund | | | Date: Wed Oct 22 17:53:43 2014 +0000 | | | | | | Fix bootstrapping without updating tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/GenerateInterface.mos | | | | | * commit c80fed2bbca553bc37965ca821078fffc0f2fe8a | | | Author: Martin Sjölund | | | Date: Wed Oct 22 17:35:44 2014 +0000 | | | | | | - Add loadFile(uses=false) to not use the uses-annotation to load additional libraries | | | - Automatically call loadModel() if the model is missing when running the front-end | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit f612a29403d773a129d7b98188769c1659394979 | | | Author: Martin Sjölund | | | Date: Wed Oct 22 16:36:32 2014 +0000 | | | | | | Allow failing to load a model from uses-annotation. | | | Append the regular MODELICAPATH when searching for packages in uses-annotations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1fedf0520c8c7e603733b6d668dbef6e395bb270 | | | Author: Martin Sjölund | | | Date: Wed Oct 22 14:53:49 2014 +0000 | | | | | | Make loadFile("Modelica/package.mo") also consider the uses-annotation and load those packages (just like loadModel does, but with a different MODELICAPATH) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 2406f953105ebf84d440e7ccfaab1849f5f14e46 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 22 11:47:04 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1ee2d85439110fec655dafd9944b811b1362f0e0 | | | Author: Julian Ophey | | | Date: Wed Oct 22 11:45:19 2014 +0000 | | | | | | fix in cpp template for external objects | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1144193ff2fa06d6dee09bcd668e5e1e2e610850 | | | Author: Per Östlund | | | Date: Wed Oct 22 09:33:16 2014 +0000 | | | | | | - Make continue work in cases also. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 1dd6aa6b352e8123cd183fd50ca64d19cccca522 | | | Author: Adrian Pop | | | Date: Wed Oct 22 02:24:19 2014 +0000 | | | | | | - fix bug: #2917 | | | - handle protected sections better | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | | | * commit 231155d319cd9d4d943a37b8ec254caf1ed60a4f | | | Author: Willi Braun | | | Date: Wed Oct 22 00:33:31 2014 +0000 | | | | | | - fix events in fmi 2.0 | | | - added more tests for fmi 2.0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit e4bb7632c55eeee5cbb0082735eead6ee32471fd | | | Author: OpenModelica Hudson | | | Date: Tue Oct 21 15:20:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | | | * commit 848214c750e5ecf580755d1f2d05388831323182 | | | Author: Willi Braun | | | Date: Tue Oct 21 14:47:05 2014 +0000 | | | | | | - fixes for FMI 2.0 import and export | | | - reorganize testsuite for fmi | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2Common.h | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 51d7e25e22c5e58369fd07bc4045c195bed4711c | | | Author: Martin Sjölund | | | Date: Tue Oct 21 13:52:51 2014 +0000 | | | | | | Add missing imports | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | | | * commit 3356e5d3f33a7f12c538e1d3890489d1ab80c82e | | | Author: Martin Sjölund | | | Date: Tue Oct 21 13:46:04 2014 +0000 | | | | | | Create package Util/ClockIndexes (used to be part of Script/GlobalScript) in order to decouple susan from the front-end modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/Tpl.mo | | | A Compiler/Util/ClockIndexes.mo | | | M Compiler/boot/CompileFile.mos | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 48413dce9966f3355a6f3b546b34f3927dbbc758 | | | Author: Per Östlund | | | Date: Tue Oct 21 13:30:35 2014 +0000 | | | | | | - More RML fixes (RML seems to be making errors up now). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/GlobalScriptUtil.mo | | | | | * commit 8c7c8d2c969723c065bd0935c283ebd9b0f4f49f | | | Author: Martin Sjölund | | | Date: Tue Oct 21 13:28:20 2014 +0000 | | | | | | RML fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | | | * commit e53218167f80e5a2f00279fb9d6a8d84a74a20fe | | | Author: Martin Sjölund | | | Date: Tue Oct 21 13:21:58 2014 +0000 | | | | | | Add package BackendInline (the backend parts of Inline are moved there) | | | - Marked more packages as using Interface="backend". Now only BackendInterface.mo has Interface="backendInterface" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | A Compiler/BackEnd/BackendInline.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit dac27359e5c77ba6578e57d4802985a3b92e3226 | | | Author: Per Östlund | | | Date: Tue Oct 21 13:19:57 2014 +0000 | | | | | | - RML fix. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/GlobalScriptUtil.mo | | | | | * commit 1ad1ef9801c8c25dc5a733e778c966bf905a27ee | | | Author: Per Östlund | | | Date: Tue Oct 21 13:10:18 2014 +0000 | | | | | | - More RML fixes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 6a7a33716ee8f73dc15e5eed691767c4782cc7b9 | | | Author: Martin Sjölund | | | Date: Tue Oct 21 13:07:03 2014 +0000 | | | | | | Indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 41a7c0bffa6d38ef42d219d240a331e8c73206cc | | | Author: Per Östlund | | | Date: Tue Oct 21 13:04:55 2014 +0000 | | | | | | - Fix RML compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | * commit d4a5709dc81ead758daed95d8916c64e1ea03993 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 21 12:57:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Script/GlobalScriptDump.mo | | | M Compiler/Script/GlobalScriptUtil.mo | | | | | * commit 7e6f28e2c8515371eab22403c14758bb86224dae | | | Author: OpenModelica Hudson | | | Date: Tue Oct 21 12:50:26 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit a88f41d7e9d6c94bff5099ab97209597d2d29f8f | | | Author: Per Östlund | | | Date: Tue Oct 21 12:48:57 2014 +0000 | | | | | | - Added a backend interface package so that frontend modules doesn't use | | | backend modules directly. | | | - Moved some code around to further separate the frontend from the backend. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Absyn.mo | | | A Compiler/FrontEnd/BackendInterface.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | A Compiler/Script/GlobalScriptDump.mo | | | A Compiler/Script/GlobalScriptUtil.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 8c63eb91f928b678cf0a2e468889250d494736eb | | | Author: Julian Ophey | | | Date: Tue Oct 21 12:48:40 2014 +0000 | | | | | | -fix in cpp-template for external objects/external functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 6551d11df4c868b00c29da22a6d7c89e31a5ea7b | | | Author: Martin Sjölund | | | Date: Tue Oct 21 09:59:00 2014 +0000 | | | | | | Fix compiler sources for r22831 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit f99931e41c8355ab2332203bc6bbd2f685643b49 | | | Author: Martin Sjölund | | | Date: Tue Oct 21 09:49:39 2014 +0000 | | | | | | - Added support for a new annotation `__OpenModelica_Interface`, and the corresponding scripting function `checkInterfaceOfPackages` | | | - Using this function and annotating every source package, it is possible to restrict and document which packages are part of the front-end and which are back-end modules | | | - The interface types are given in the call to `checkInterfaceOfPackages` | | | - Currently, too many packages have the backendInterface type (allowing front-end modules to call it even though it is a back-end module. Only one package should be a backendInterface once we refactor) | | | - Improved Susan to be able to insert a custom class annotation at the end of the class (so we automatically add the required `__OpenModelica_Interface` packages) | | | - Note that this requires installing an updated omc in order to compile susan files. (or run touch Compiler/Template/*.mo to skip trying to compile these, then touch the tpl files once you have an updated susan compiler) | | | - Improved SCodeDumpTpl to include non-blacklisted class annotations without +showAnnotations | | | - Removed the non-standard built-in function differentiate (re-add it as a scripting function if needed, or using bootstrapping tests to test differentiation) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEFunc.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSchedulerExt.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphBuildEnv.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FGraphStream.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FFrontEnd/FTraverse.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ExpressionSimplifyTypes.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFConnect2.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFEvalFunction.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstDump.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFSCodeStatic.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsyn.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/BlockCallRewrite.bootstrapped.mo | | | M Compiler/Script/BlockCallRewrite.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenJS.tpl | | | M Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/CodegenModelica.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Template/GraphvizDump.tpl | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/NFInstDumpTpl.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/TaskSystemDump.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Template/Unparsing.tpl | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Database.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/DynLoad.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/Util/File.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/GraphStream.mo | | | M Compiler/Util/GraphStreamExt.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashSetString.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTable5.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableExpToExp.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/HashTableStringToPath.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/IOStreamExt.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/MessagePack.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/TaskGraphResults.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/CompileFile.mos | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/MakeDepends.mos | | | M Compiler/susan_codegen/TplCodegen.mo | | | M Compiler/susan_codegen/TplCodegen.tpl | | | M Compiler/susan_codegen/TplCodegenTV.mo | | | M Compiler/susan_codegen/TplCodegen__testShouldBe.mo | | | M Compiler/susan_codegen/paper.mo | | | M Compiler/susan_codegen/test.mo | | | M Compiler/susan_codegen/test.tpl | | | | | * commit fe5bb5a8905bb686a73cbb5d91fcb69ef91c0eba | | | Author: Niklas Worschech | | | Date: Tue Oct 21 08:13:33 2014 +0000 | | | | | | fix for bat file in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 42a9ba8f1e85c89ec053711f96eaf2ed20dab6e7 | | | Author: Adrian Pop | | | Date: Mon Oct 20 17:47:48 2014 +0000 | | | | | | - fix bug: #2916 | | | - ignore Connections.root and Connections.potentialRoot and Connections.branch getting crefs being arrays of zero size | | | - return false from Connections.isRoot, rooted wich get crefs being arrays of zero size | | | - do not consider potential variables having equality constraint as counting in connector balance (return 0 for T_SUBTYPE_BASIC with equality constraint) | | | - do not simplify T_SUBTYPE_BASIC types with equality constraint | | | - handle T_SUBTYPE_BASIC in CodegenC.tpl | | | - proper error message in BackendDAEUtil.mo instead of print | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Error.mo | | | | | * commit 6a0e3c39ac1c05ed444f9ccbc455a0e21d001440 | | | Author: Per Östlund | | | Date: Mon Oct 20 13:14:07 2014 +0000 | | | | | | - Updated swedish translation of OMC. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | | | * commit 6528e5f99a925aa0fa891fa4ff6c498bab40bae9 | | | Author: Willi Braun | | | Date: Mon Oct 20 13:01:42 2014 +0000 | | | | | | - #2911 fixed. replace also comma in a generated variable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 012006740b6bd8cb57d5e8ec4d4b85bc6fb4335a | | | Author: Willi Braun | | | Date: Mon Oct 20 08:54:30 2014 +0000 | | | | | | - fix some typos in fmi | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 1975f0e79db8e0fa92fc2dc395dd0df5b56a5c06 | | | Author: Niklas Worschech | | | Date: Mon Oct 20 07:48:28 2014 +0000 | | | | | | fix for assign array in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4086780698b2f0fb6f5e93a7e380c3bedb9bfaed | | | Author: Adrian Pop | | | Date: Sun Oct 19 19:46:02 2014 +0000 | | | | | | - fix bug #2899 | | | - partial fix for bug #2484 (still needs some work on dae declaring complex components, i.e. connectors inside expandable connector) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9ee276449db9fd4807cfcd594fa116e5a7081178 | | | Author: Adrian Pop | | | Date: Sun Oct 19 00:56:36 2014 +0000 | | | | | | - fix bug #2877 | | | - add "_total" to the dummy class that we build extending the class we want | | | - actually unparse the modfiers on model extends X(mods) when dumping the SCode (ignored before) | | | - always show the string comments, show annotations only if +showAnnotations is given | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | | | * commit 96b97c795cac80e657f5ff6ce32f62b17d751e6a | | | Author: Adrian Pop | | | Date: Sat Oct 18 23:59:28 2014 +0000 | | | | | | - fix FMI crashes? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit ee0b6b9b83aa6624ff3b52d598139b7cabaa0e8d | | | Author: Adrian Pop | | | Date: Sat Oct 18 17:52:44 2014 +0000 | | | | | | - don't go searching where you shouldn't | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit ccaa86a140655f1289f13db330b0554ccd41a949 | | | Author: Henning Kiel | | | Date: Sat Oct 18 14:01:27 2014 +0000 | | | | | | Free allocated memory again. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | | | * commit 3806e270dac635d385d628b9c743ea57184ff284 | | | Author: Adrian Pop | | | Date: Sat Oct 18 11:37:32 2014 +0000 | | | | | | - attempt to fix SimulationRuntime/cpp compilation on Win MSVC, target runtimeCPPmsvcinstall | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | | * commit 019ae0028af5f24f130ec0e73f91fe8ea10ab661 | | | Author: Willi Braun | | | Date: Fri Oct 17 15:22:19 2014 +0000 | | | | | | #2840 - added assertion handling to fmi1 and fmi2 export | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 9894e2c819bafe1e59b473bdf1e02d6711250cce | | | Author: Martin Sjölund | | | Date: Fri Oct 17 14:31:17 2014 +0000 | | | | | | #2898 ComplianceSuite should no longer need to delete classes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 4a763fb2424f37a22bcaa3f1a210812b3c1d1c54 | | | Author: Per Östlund | | | Date: Fri Oct 17 14:23:46 2014 +0000 | | | | | | Fix for #2898: | | | - Made the compiler less sensitive to errors in unused models. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | | | * commit 5568f743ec3619ed59a94de6bb71babee11dd515 | | | Author: Martin Sjölund | | | Date: Fri Oct 17 07:49:03 2014 +0000 | | | | | | #2889 Fix for r22769 accidentally reverting r22763 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit a327ab48f4c34b7d383c2f6eed9527306837504e | | | Author: Martin Sjölund | | | Date: Fri Oct 17 07:15:47 2014 +0000 | | | | | | #2897 Implement continue statements in MetaModelica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Parser/BaseModelica_Lexer.g | | | M Parser/MetaModelica_Lexer.g | | | M Parser/Modelica.g | | | | | * commit b33cd4c698db692d68a2a82970493090af31d9a8 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 16 15:39:31 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit bbab77eb46dfdd11a2ec67aa87e148612a30b2e1 | | | Author: Vitalij Ruge | | | Date: Thu Oct 16 15:14:41 2014 +0000 | | | | | | improved r22777 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit f9f64b54e6521210660441921840017262456667 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 16 14:21:26 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 9c278624dcb9abed2d324e111d135bbed9fdaa2f | | | Author: Vitalij Ruge | | | Date: Thu Oct 16 14:07:49 2014 +0000 | | | | | | added some rules for simplification of residuals e.g. sqrt(f(x)) = 0 -> f(x) = 0, exp(x) - exp(y) = 0 -> x-y = 0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 3bca16ee71110f0dee0a75cfca4784941467f860 | | | Author: Willi Braun | | | Date: Thu Oct 16 13:58:25 2014 +0000 | | | | | | - fix FMU makefile, to be able build a fmu just with the source directory. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 447047ce341c7121a7004a6af549d85d768b6363 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 16 13:47:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit e963b0287c092847f0cce6c03c31b07c0f801c5e | | | Author: Willi Braun | | | Date: Thu Oct 16 13:42:00 2014 +0000 | | | | | | #2888 | | | - fix for #2888 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit 9fedfd520f7d4ccf97b153c8031650a93bba56f5 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 16 12:57:20 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Util.mo | | | | | * commit c1aaa75dcace753fbceece0b3f96dc8e23b69756 | | | Author: Marcus Walther | | | Date: Thu Oct 16 12:51:55 2014 +0000 | | | | | | - moved SimCode.SimVar to SimCodeVar.SimVar to prevent circular dependencies in HPCOM | | | - added SimVar object to dependency tasks in HPCOM | | | - some updates for the measure time functionality of the cpp runtime | | | - added measureTime to CVode | | | - changed default hpcom-scheduler to levelfix and codegen to pthreads | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/Makefile.common | | | M Compiler/SimCode/HpcOmSimCode.mo | | | M Compiler/SimCode/HpcOmSimCodeMain.mo | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | A Compiler/SimCode/SimCodeVar.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TaskSystemDump.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit 7cdd71f3b3c7e3dab9beb8f57dee1acfb8951204 | | | Author: Martin Sjölund | | | Date: Thu Oct 16 11:53:03 2014 +0000 | | | | | | #2897 Replace continue with cont (preparation for continue becoming a keyword) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/Main/Main.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | | | * commit ada0fdc17cf747c37a6e74ddf53cce09cde4f913 | | | Author: Lennart Ochel | | | Date: Thu Oct 16 11:02:41 2014 +0000 | | | | | | - revert r22764 (and r22765), since it breaks the bootstrapped stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/Makefile.common | | | D Compiler/Util/HashTableCrToUnit.mo | | | D Compiler/Util/HashTableStringToUnit.mo | | | D Compiler/Util/HashTableUnitToString.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 6a2360f76a3b237a7f238b05d1eb27e8a5e3769c | | | Author: Martin Sjölund | | | Date: Thu Oct 16 10:28:28 2014 +0000 | | | | | | #2896 Fix simplify asub when `array` types are involved | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f118ef0bc633dcb653ab2431e8800b0cdeadaefb | | | Author: Lennart Ochel | | | Date: Thu Oct 16 10:26:09 2014 +0000 | | | | | | - Update unit check module | | | - Use of Hash Tables instead of lists | | | - Minor fixes (e.g. messages) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/Unit.mo | | | M Compiler/BackEnd/UnitCheck.mo | | | M Compiler/Makefile.common | | | A Compiler/Util/HashTableCrToUnit.mo | | | A Compiler/Util/HashTableStringToUnit.mo | | | A Compiler/Util/HashTableUnitToString.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 6eb97b4ad15dd2c390d2078cf4ba325cddc3eda0 | | | Author: Martin Sjölund | | | Date: Thu Oct 16 07:43:31 2014 +0000 | | | | | | #2889 Save default binding of SimCode.FUNCTION_PTR | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/SimCode/SimCode.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 3d22103a47db16dfcd0c8975cc8c21935d085203 | | | Author: Martin Sjölund | | | Date: Wed Oct 15 19:41:26 2014 +0000 | | | | | | #2890 Sort record declarations before generating code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/Util/Util.mo | | | | | * commit 71acece90983e475497bdf5bc83f3751f722f522 | | | Author: Martin Sjölund | | | Date: Wed Oct 15 16:41:46 2014 +0000 | | | | | | #2885 Allow function partial application to be used as general expressions (MetaModelica only) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | M Parser/Modelica.g | | | | | * commit 25fb0533ed5759c6945524e937adf62ec31b7ee8 | | | Author: Martin Sjölund | | | Date: Wed Oct 15 16:21:33 2014 +0000 | | | | | | Fix parser for gcc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit 52ad96845516fe626eed69231a8ea34ba2ad4d34 | | | Author: Martin Sjölund | | | Date: Wed Oct 15 14:09:34 2014 +0000 | | | | | | Implement #2886 and #2887 | | | - Added try/else statements to MetaModelica (syntactic sugar for matchcontinue) | | | - Added support for algorithm sections in match-expressions (equations are still possible to use) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Parser/BaseModelica_Lexer.g | | | M Parser/MetaModelica_Lexer.g | | | M Parser/Modelica.g | | | | | * commit bc9f9ad924fb823b9640e8c3d565e96f147abb99 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 15 13:14:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | | | * commit 4a29dfab73907441c53225b595ea3146b8b5109d | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Oct 15 13:12:37 2014 +0000 | | | | | | + clustering support for the dynamic scheduler. Have been sitting on it for a while. | | | + Some more minor fixes and timing informations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.common | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | M SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | M SimulationRuntime/ParModelica/auto/om_pm_model.hpp | | | A SimulationRuntime/ParModelica/auto/pm_cluster_dynamic_scheduler.hpp | | | M SimulationRuntime/ParModelica/auto/pm_cluster_level_scheduler.hpp | | | M SimulationRuntime/ParModelica/auto/pm_cluster_system.hpp | | | M SimulationRuntime/ParModelica/auto/pm_task_system.hpp | | | | | * commit 5be18078e27c4a5a02a0c5073dff9a64024eeb04 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 15 12:25:17 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | | | * commit 34f2e23bd3285be789c405896409f7a76774144e | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Oct 15 12:19:21 2014 +0000 | | | | | | - Update task system dumping and reading of linear and non-linear systems. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TaskSystemDump.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | M SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | M SimulationRuntime/ParModelica/auto/pm_cluster_system.hpp | | | M SimulationRuntime/ParModelica/auto/pm_clustering.hpp | | | | | * commit c8f36f73789e2c95b36d41b8d37d838a10f6437f | | | Author: Vitalij Ruge | | | Date: Wed Oct 15 07:12:53 2014 +0000 | | | | | | some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 67ae819488a70b9acba1cb263d8b1c569de5aacf | | | Author: OpenModelica Hudson | | | Date: Wed Oct 15 05:46:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 188e8a41384f6b290987bbe2167e7443c2cf89ba | | | Author: Niklas Worschech | | | Date: Wed Oct 15 05:44:18 2014 +0000 | | | | | | fix for const vars in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 67f9335196aacb8a9ef8f374f45f2189c66a4159 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 14 16:07:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 997af4edf34450b1ca132ed18b6b226c23c5d7e5 | | | Author: Niklas Worschech | | | Date: Tue Oct 14 15:40:12 2014 +0000 | | | | | | added string array to cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit f1c754b469f59ce6ed1f3fe451a03c4c8b030b47 | | | Author: Vitalij Ruge | | | Date: Tue Oct 14 14:19:12 2014 +0000 | | | | | | improved solver rule for | | | pow(f(x),y) = g(z) => f(x) = h(pre(x))*pow(g(z),1/y) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit c030536038b4762acccf8b11fe2402a44eee356d | | | Author: Vitalij Ruge | | | Date: Tue Oct 14 11:22:44 2014 +0000 | | | | | | added rule for abs(-x) = abs(x) and pow(-x,2) = pow(x,2) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit bd55949f6eceb71814ec1c0341629be644bc32c0 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 14 06:35:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 8391b5fc66463095e10d538c9d847d0a75417f10 | | | Author: Vitalij Ruge | | | Date: Tue Oct 14 06:29:33 2014 +0000 | | | | | | split some function inside dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 8caa2607898b250bcd3082f811ec2e87b56ad7db | | | Author: Vitalij Ruge | | | Date: Mon Oct 13 17:34:59 2014 +0000 | | | | | | fixed assert handling in dyn. optimization, thanks Willi | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 2402f4c8bf37064189b49790f72b6a49b559f7dc | | | Author: Per Östlund | | | Date: Mon Oct 13 15:10:19 2014 +0000 | | | | | | - Made clang happier. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit e29ce8cccaf0c32631fb843be66fa6e6009d59ff | | | Author: Martin Sjölund | | | Date: Mon Oct 13 12:15:02 2014 +0000 | | | | | | Add tail recursion for NORETCALL in match-expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 8f7a983994de3e3ef49063a3559e7299e4959455 | | | Author: Niklas Worschech | | | Date: Mon Oct 13 11:23:36 2014 +0000 | | | | | | fix for fill array in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4d06274f85cfd866533cee517ab1616559e3cb3b | | | Author: Lennart Ochel | | | Date: Mon Oct 13 09:09:01 2014 +0000 | | | | | | - separate Simcode from BackEnd | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | M Compiler/Makefile.compiler_subdirs.common | | | R100 Compiler/BackEnd/HpcOmSimCode.mo Compiler/SimCode/HpcOmSimCode.mo | | | R100 Compiler/BackEnd/HpcOmSimCodeMain.mo Compiler/SimCode/HpcOmSimCodeMain.mo | | | R100 Compiler/BackEnd/SimCode.mo Compiler/SimCode/SimCode.mo | | | R100 Compiler/BackEnd/SimCodeMain.mo Compiler/SimCode/SimCodeMain.mo | | | R100 Compiler/BackEnd/SimCodeUtil.mo Compiler/SimCode/SimCodeUtil.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 7754588402410c3fb9bc11b2fa8a1a3fb781639a | | | Author: Adeel Asghar | | | Date: Sun Oct 12 12:42:49 2014 +0000 | | | | | | - Fixed wrong documentation example. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 4475b4c749f05d6fddfc880cdaad6e349c10caa0 | | | Author: Martin Sjölund | | | Date: Fri Oct 10 13:27:08 2014 +0000 | | | | | | Handle connections of subtype of basic (Real) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit fe688a6e24717e0e2f624094dcd052db00949e0d | | | Author: Per Östlund | | | Date: Fri Oct 10 12:18:21 2014 +0000 | | | | | | - Reverted part of r22716, fix wasn't good enough. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | * commit a4c55be82fd1d055cd2665b0625c21289f5c28f9 | | | Author: OpenModelica Hudson | | | Date: Fri Oct 10 11:45:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | * commit 09965cd757919077c9a4a46206a55a62759937e2 | | | Author: Per Östlund | | | Date: Fri Oct 10 11:44:06 2014 +0000 | | | | | | Fix for #2881: | | | - Skip analysing recursive modifiers in NFSCodeDependency. | | | - Fixed order of conditional expression and constraining class in SCodeDumpTpl. | | | - Allow redeclare of non-replaceable components if the type isn't changed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit 273e2e5bf37f2cf5a8244fa95eabd480a5552c52 | | | Author: Martin Sjölund | | | Date: Fri Oct 10 11:00:31 2014 +0000 | | | | | | Handle arrays of mixed Integer and subtype of basic type (Real) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 914b9fba6e2a3b8874d47cb7c73174661629d0e7 | | | Author: Martin Sjölund | | | Date: Fri Oct 10 07:44:55 2014 +0000 | | | | | | Fix simplify `{a,b,c}*0.0`→`{0.0,0.0,0.0}` instead of `0.0` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 20601e0ec76e64e2010b737fdf46e4b20124fd76 | | | Author: Martin Sjölund | | | Date: Fri Oct 10 07:19:57 2014 +0000 | | | | | | Use --version for for checkSettings since -v is verbose in clang | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 63834ee948238c2b25917e3de90cf2be19abc1e7 | | | Author: Martin Sjölund | | | Date: Thu Oct 9 19:39:22 2014 +0000 | | | | | | Simplify `vector()` expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 4723729ff8334fee81aa0ca9de055d623db44184 | | | Author: Per Östlund | | | Date: Thu Oct 9 14:46:27 2014 +0000 | | | | | | Fix for #2879: | | | - Better implementation of r22703. | | | - Also handles multiline strings in comments. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit bf0ffe21934f3683e75bc24e7690d44dd55ffeac | | | Author: Per Östlund | | | Date: Thu Oct 9 13:47:36 2014 +0000 | | | | | | Fix for #2879: | | | - Fixed Absyn, SCode and DAE dumping of multiline comments. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit a5b51b6375e5aab679f581f47896b5f413cece78 | | | Author: Martin Sjölund | | | Date: Thu Oct 9 12:39:31 2014 +0000 | | | | | | #2873 Implemented for-loop for MM arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit df3fc54f0ce2c9fba1b69d2faeb5a2bfc55ac67e | | | Author: Martin Sjölund | | | Date: Thu Oct 9 10:22:33 2014 +0000 | | | | | | #2318 Use `_` instead of `{}` in lhs of equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit f64b0b10c8a289cd152a2f6620ac085777601088 | | | Author: Martin Sjölund | | | Date: Thu Oct 9 09:10:05 2014 +0000 | | | | | | Fix #2695, add testcase | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit 6c91ee96c416f73e1753cc15492c36ede6ec5a68 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 9 06:18:02 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 24a9ea525afd43195780b9b91a34ce0150364432 | | | Author: Volker Waurich | | | Date: Thu Oct 9 06:16:15 2014 +0000 | | | | | | - some optimization for partlintornsystem to get less equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 978e2327eb6faaf5089ceead3b2d578b939cc4ca | | | Author: Martin Sjölund | | | Date: Thu Oct 9 04:58:34 2014 +0000 | | | | | | 1.9.1 beta4 was released | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 1c98030ac66fc7da1982bcee12c6a48e88b906d6 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 8 17:57:20 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 18311655355658b2212c9d4efd31ad5d8c5097f4 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Oct 8 17:35:31 2014 +0000 | | | | | | + Improve r22851. Fix 2452. | | | + Proper counting of algorithm section outputs. Make sure we don't count sections from array components multiple times. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit dd53ee410af4098b5be7064fe3d7b24a9d526d3f | | | Author: Martin Sjölund | | | Date: Wed Oct 8 13:35:40 2014 +0000 | | | | | | Keep flattening operation for array equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 61f7c21fb65ba40b6d25b1345d780a02c9c3e55b | | | Author: Volker Waurich | | | Date: Wed Oct 8 11:11:00 2014 +0000 | | | | | | - moved partlintornsystem to the post-opt-modules | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 0a904feacd7a143a7320ef1ddcf4634276479e3d | | | Author: Niklas Worschech | | | Date: Wed Oct 8 10:06:37 2014 +0000 | | | | | | expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e6f2e7651b4074b91307df43076d28b31a61d2a9 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 8 07:15:31 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit d346797e52416e4cc260bddb3c84309e6196d652 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 8 06:42:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 62abd92c2588ad902091fd24b1434b16884db774 | | | Author: Volker Waurich | | | Date: Wed Oct 8 06:42:15 2014 +0000 | | | | | | - fix for partlintornsystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit a1d9f8a81597c7447e73ea2f0cb0029ee990b8e6 | | | Author: Martin Flehmig | | | Date: Wed Oct 8 06:34:52 2014 +0000 | | | | | | * Begin of MPI parallelization in HPCOM module. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 6cfb6f53c8cf06b1f0f8336c0159779eeddb910e | | | Author: Adrian Pop | | | Date: Wed Oct 8 01:49:07 2014 +0000 | | | | | | Fix bug: #2853 | | | - more careful reverse lookup for functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit 9084d05aecb29b019f3079ae61f48c0245eb7b23 | | | Author: Adrian Pop | | | Date: Tue Oct 7 22:06:28 2014 +0000 | | | | | | - back to 1.9.1+dev | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 40487f5a684432c7cef75768a2a19bcfcf8d8475 | | | Author: Adrian Pop | | | Date: Tue Oct 7 20:07:49 2014 +0000 | | | | | | - update version to 1.9.1Beta4. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 9615d45cde17ceaca102f2c79de2eae6f06f4c38 | | | Author: Adrian Pop | | | Date: Tue Oct 7 19:13:43 2014 +0000 | | | | | | Fix bug #2871 | | | - as the new env has references and destructive updates we need to clone it when returning it in Builtin.intialGraph | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit da5f75346a895764a1185a34eb38648791dcf4f9 | | | Author: Vitalij Ruge | | | Date: Tue Oct 7 18:28:56 2014 +0000 | | | | | | small changes for expAdd and expDiv | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit e98009ce30e05081dfaa345fe9649f3d1aa41bcf | | | Author: Vitalij Ruge | | | Date: Tue Oct 7 16:05:16 2014 +0000 | | | | | | remove workaround inside equationToScalarResidualForm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 6e4eecc6ab93c509ef349ec5e33be791aa88cd9f | | | Author: Vitalij Ruge | | | Date: Tue Oct 7 13:40:44 2014 +0000 | | | | | | fixed BackendEquation.solveEquation for RESIDUAL_EQUATION | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 6f34b0ef959542fdaa7c405e3652cf94ed5708cd | | | Author: Volker Waurich | | | Date: Tue Oct 7 12:40:20 2014 +0000 | | | | | | - add functionpath to parameter crefs in function calls to get unique parameter crefs, only for CPP runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 38a1dffc13aadc4ae2985690679a719eff345a14 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 7 10:25:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 8239c18e04f13a272118ed0f7a7739ed75a6bd61 | | | Author: Vitalij Ruge | | | Date: Tue Oct 7 10:22:58 2014 +0000 | | | | | | - added new flag for dyn. optimization | | | - greating dyn. optimization became more user friendly with OMEdite | | | - change default values like numberOfIntervals for dyn. optimization | | | - added test for it | | | - update application optimize | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 5e59cebf545ff05a6ac239eb5a624d4974f67c0e | | | Author: OpenModelica Hudson | | | Date: Tue Oct 7 09:43:27 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 21de29f1ef38be30c83e26e61a3dbaf2797f79a9 | | | Author: Niklas Worschech | | | Date: Tue Oct 7 09:31:57 2014 +0000 | | | | | | fix in kinsol of cpp runtime for kinsol vectors | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 880e77247ec3e6a13b0eb0ef253e87534b01cc27 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 7 08:28:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 45e92f33835b56898f98d8210474abeadf807ae2 | | | Author: Lennart Ochel | | | Date: Tue Oct 7 08:25:27 2014 +0000 | | | | | | - handle mixed systems using tearing (new approach) | | | - remove poor handling of mixed systems from the back end (old approach) | | | - remove unused record BackendDAE.MIXEDEQUATIONSYSTEM | | | - remove flag +d=MixedTearing | | | - update two result files | | | - break Modelica.Fluid.Examples.HeatingSystem (msl32) due to non-linear solver issues | | | - fix #1728, #2432 (and probably more) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 0f55ac7567e06ca40766f9f6f2661b203599bd08 | | | Author: Marcus Walther | | | Date: Tue Oct 7 07:48:02 2014 +0000 | | | | | | - disabled parallel write output to fix clang tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 6ad1c0dffbe98210283933590ab1c73f59436a8b | | | Author: Marcus Walther | | | Date: Tue Oct 7 07:33:38 2014 +0000 | | | | | | - fixed log and parallel writeOutput | | | - parallel writeOutput is now enabled if boost::threads are found | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 842508659db0f5b54d018773066508482c1c5396 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 7 07:10:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e7c9fd3add1b68b96665a2b59802851dd7b73ac2 | | | Author: Lennart Ochel | | | Date: Tue Oct 7 07:08:58 2014 +0000 | | | | | | - enable tearing for all systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 2d59380c497018c0b25d8499343fa65f2a4408fe | | | Author: Niklas Worschech | | | Date: Tue Oct 7 07:08:31 2014 +0000 | | | | | | fix for tmp vars in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4ed0e672167b1c6f672d32d88dc0ed161bfa3b2a | | | Author: Adrian Pop | | | Date: Tue Oct 7 01:13:49 2014 +0000 | | | | | | - back to 1.9.1+dev | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 14e6bd8321548a62348f229f45a3290eb463fad4 | | | Author: Adrian Pop | | | Date: Mon Oct 6 22:40:53 2014 +0000 | | | | | | - update version to 1.9.1Beta3. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit b279e11d606f5218a865e7293fbb4d47d43f7669 | | | Author: Adrian Pop | | | Date: Mon Oct 6 22:09:10 2014 +0000 | | | | | | - forgot some bad lines in there. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 4e3b1498f35c37cbf106a21701c6d03617e37de1 | | | Author: Adrian Pop | | | Date: Mon Oct 6 21:53:01 2014 +0000 | | | | | | - remove Compiler/FrontEnd/Env.mo (bye bye, you served us well for quite some years now) | | | (replaced everywhere by Compiler/FrontEnd/FGraph.mo and Compiler/FrontEnd/FCore.mo) | | | - other minor changes | | | - let's see how it goes and a 1.9.1 Beta3 will come next | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FNode.mo | | | D Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/Makefile.common | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 86489508a468d218d6d02b903ebd85e50e1d9548 | | | Author: Marcus Walther | | | Date: Mon Oct 6 14:51:13 2014 +0000 | | | | | | - small msvc fix for hpcom code based on openmp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 4c66278c13b4f4b9d3c4483031b1eb9c147fd5aa | | | Author: Volker Waurich | | | Date: Mon Oct 6 13:08:57 2014 +0000 | | | | | | - moved reshuffling of systems of equations from Tearing.mo to ResolveLoops.mo, added post-opt module for this | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 37dfab03bcd93eb13bc9f0d6a5c38d92fef58a70 | | | Author: Volker Waurich | | | Date: Mon Oct 6 12:38:54 2014 +0000 | | | | | | - remove resolveLoopsInCOmps from BackendDAEOptimize.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit a2994974221c08e9df66763a14d3ffa42be6ac73 | | | Author: Vitalij Ruge | | | Date: Mon Oct 6 12:15:38 2014 +0000 | | | | | | added rule atan2(0,x) = 0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit eaa9d77b3f22630a83c1057a1aa8aa4dce9dbff7 | | | Author: Martin Sjölund | | | Date: Mon Oct 6 10:14:11 2014 +0000 | | | | | | #2862 - testing performance of not replacing `size(exp, 1)` with a non-constant expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit b6301f4e36a5b2a0d92d7a3b4d23a27a0763f645 | | | Author: Martin Sjölund | | | Date: Mon Oct 6 09:11:39 2014 +0000 | | | | | | Fail at once if encapsulateWhenConditions fails. | | | Print more error-messages on opt-module failures. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 3d1405e9a54622fc5e18dc37827533fe48619bc5 | | | Author: Martin Sjölund | | | Date: Mon Oct 6 08:33:11 2014 +0000 | | | | | | Add line numbers to error-messages from RemoveSimpleEquations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/Error.mo | | | | | * commit 65a1588d100f69eb57e179149a94f065946c1054 | | | Author: Volker Waurich | | | Date: Mon Oct 6 08:29:25 2014 +0000 | | | | | | - comment out columark and mark in Tearing.tearingBFS | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 3f0ccddf8b112a37b91fddf6d917961a53a7b5fe | | | Author: Volker Waurich | | | Date: Mon Oct 6 06:17:05 2014 +0000 | | | | | | - rewritten HpcOmTaskGraph.updateContinuousEntriesInList | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 181b5d0e28def70e8490cc66ef82b8d178b5e209 | | | Author: Adrian Pop | | | Date: Sun Oct 5 20:53:32 2014 +0000 | | | | | | - ignore illegal components in records and give a warning | | | - display the restriction first, then the path in Types.unparseType | | | - fix typo in testsuite/flattening/modelica/redeclare/Makefile | | | - update test (Linux has 64 bit, use that) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit f1d702dd741896b012fa164329770876c47ecaab | | | Author: Martin Sjölund | | | Date: Sun Oct 5 17:23:11 2014 +0000 | | | | | | Handle array-reductions with more than one dimension (as long as the inner dimensions have known sizes) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f04d176bfbebf2241ae302b768f35722187d3094 | | | Author: Adrian Pop | | | Date: Sun Oct 5 17:18:29 2014 +0000 | | | | | | - properly propagate attributes of components on redeclare | | | - properly fill cref subscripts in Static.fillCrefSubscripts (still stuck in old days with T_ARRAY of only one dim) | | | - show the connector components when there is a connection mismatch | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1808e460199e0cfac026ba657055810df1e775eb | | | Author: Martin Sjölund | | | Date: Sun Oct 5 13:59:48 2014 +0000 | | | | | | Print an error in the template instead of when compiling code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4e965d2b6c3412c1a8a0d17fcfe1b39f310fe765 | | | Author: Martin Sjölund | | | Date: Sun Oct 5 12:52:16 2014 +0000 | | | | | | Change array_alloc_x_array to take `array_t` as input instead of `array_t*` (solves codegen issues for MSL trunk) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit 56b8c1556a27c082e5e3b1d56ef443be1612d369 | | | Author: Martin Sjölund | | | Date: Sun Oct 5 12:51:22 2014 +0000 | | | | | | Switch the default flag for evalConstFuncs to true (`+d=noevalConstFuncs` now disables instead of `+d=evalConstFuncs` disabling (logic error)) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b3bcf473ee9b962ba8f4c3cd6acc3a6d23dff4b6 | | | Author: Adrian Pop | | | Date: Sun Oct 5 03:38:46 2014 +0000 | | | | | | - add proper error messages in some cases where print was used | | | - handle DAE.INITIAL_NORETCALL in the BackEnd/BackendDAECreate.mo and FrontEnd/DAEUtil.mo | | | (thanks to go to models: Buildings.Fluid.Chillers.Examples.ElectricEIR|ElectricReformulatedEIR) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 1290f9c634818e4fbba0aca3e97a22df7bbbde5e | | | Author: Adrian Pop | | | Date: Sun Oct 5 01:28:04 2014 +0000 | | | | | | - partial fix for #2858 (does not yet work with for iterators indexing the array of records) | | | * some tests are now actually giving correct results | | | - partial support for Connections.uniqueRoot and Connections.uniqueRootIndexes | | | * non standard operators: Connections.uniqueRoot and Connections.uniqueRootIndices are only partially implemented | | | * Connections.uniqueRoot currently does nothing, only collects information | | | * Connections.uniqueRootIndices needs to be implemented, it returns an array of ones (1) of size of first input | | | * See specification for these here (Modelica_StateGraph2): | | | https://github.com/modelica/Modelica_StateGraph2 and | | | https://trac.modelica.org/Modelica/ticket/984 and | | | http://www.ep.liu.se/ecp/043/041/ecp09430108.pdf | | | * any takers for the actual implementation? is not that complicated :) | | | - changed the way array types are printed out to be easier to follow | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b4d050d5b1cb70d56e510385a2c97e3302625fbc | | | Author: Adrian Pop | | | Date: Sat Oct 4 03:44:35 2014 +0000 | | | | | | - all MSL 3.2.1 now compiles | | | - add the previously failing tests to the testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | | | * commit dd8afe7c9a0facb5f2138769bc7d050af96bd8dd | | | Author: OpenModelica Hudson | | | Date: Fri Oct 3 14:23:06 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 223969c9b5ee88cd294937b03d45671f65a9fc32 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Oct 3 14:19:10 2014 +0000 | | | | | | Fix #2452. Improve #2271 (and also #2112 maybe ?). Counting of algorithm section equation outputs involving arrays and records. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit d42a6c3aed916e47912ec41d4eeb9de7a06c2788 | | | Author: Martin Sjölund | | | Date: Fri Oct 3 14:14:41 2014 +0000 | | | | | | Change the build script to not symlink or copy files into the build directory | | | '''''Note: You will need to update the omc version that you are using to compile omc. The old one is unable to bootstrap omc. (It should also be possible to use the Makefile.sources from the tarball in order to skip this step as a temporary workaround if you do not want to bootstrap from the tarball.)''''' | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/boot/MakeSources.mos | | | M Compiler/boot/Makefile.common | | | | | * commit 41caac0bdbaa945dec5fef017f5905c5a08f604e | | | Author: Martin Sjölund | | | Date: Fri Oct 3 12:18:53 2014 +0000 | | | | | | Simplify some record references in reductions | | | Used in MSL trunk Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.SynchronousMachines.SMR_CurrentSource. | | | No test-case was added because models saved with saveTotalModel worked. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 391e2eadc4affbc3fe30413fddda57ddaddd4dc0 | | | Author: Martin Sjölund | | | Date: Fri Oct 3 10:22:41 2014 +0000 | | | | | | Do not create a version scope for operator records | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | | | * commit f5795034364ea5ebe28ec5e3116c8ba93afe35f2 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 2 16:17:09 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | | | * commit 112569e1c2dabba2cb33480b8a0d298292226878 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 16:12:06 2014 +0000 | | | | | | -vxworks include | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | * commit cedb83fdf23f84b48786b9dc7f958b6f198feb5c | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 15:55:33 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | | | * commit 5105e612ff7f9a92b8e3bbd144520b30e132b53c | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 15:54:37 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 23d9d2daeb42c4b2c30f8c7c129ee33829871381 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 15:53:58 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | | | * commit de977fb38e1ef463349399fe22098d0d8246a371 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 15:53:35 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | * commit 030bc8d7dfc211534969f00fc2e59ac81f33244a | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 15:49:39 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit cb95afc032a7b989efefe6cd5cd157bf7c3ffffd | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 15:49:25 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | | | | | * commit bda162335f490b020df18e2edc576da9a0311215 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 15:48:00 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 1f1710e19a0a9375b8d13539988f6a27ce75fd44 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 15:47:42 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | | | * commit 0a007820d6e1551f0050d89db0ac62aa55ba1521 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 2 15:05:21 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | | | * commit 68131056927f4a3404a36de2155ad32e1f0dbd47 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 14:59:19 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit 4989ebfe62ec75b15ac1bf2dff58ff9ed1342b38 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 14:58:40 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | | | * commit 203f1ccd3e5b5c03b1cf34b6a91331b7547be960 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 14:57:50 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22562 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | | | * commit 2ac436ea20bc9304db459d71ce044d912eda5921 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 14:57:16 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | | | * commit c28fb95b2a80577e12ffad8abeff78b792e6f11a | | | Author: OpenModelica Hudson | | | Date: Thu Oct 2 14:56:55 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 853e5c27557de1554a04b37f3f5fd2a51b101c44 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 14:26:30 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit b0fa405d4580af9c7c811dc6a50f6cc0b9e34885 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 2 14:25:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | | | * commit 2e1cd003982ed4616d50e2a026c74919912f1253 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 14:19:57 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | | | * commit cd4b840006440c563db6c3be2cb580c2f513f0a2 | | | Author: Ruediger Kampfmann | | | Date: Thu Oct 2 14:15:17 2014 +0000 | | | | | | -vxworks includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | | | * commit 352ad763679a2eeca69c0f93e6517203689733d2 | | | Author: Volker Waurich | | | Date: Thu Oct 2 13:09:26 2014 +0000 | | | | | | - extend shuffling for torn systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 1b5b0b3e0bc9deb3b0c44a43f30aae5d7b4e3cc9 | | | Author: Lennart Ochel | | | Date: Thu Oct 2 09:36:23 2014 +0000 | | | | | | - **workaround**: generate dummy attributes, since symbolic jacobians break generated c-code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ba20d9ab0e5291772456e050951948830964a9e0 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 2 08:28:45 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit ff45d32c533b0dc69eab59043681fbb9720e541f | | | Author: Lennart Ochel | | | Date: Thu Oct 2 08:25:23 2014 +0000 | | | | | | - provide additional information (nominal, min, max) for **linear** systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 34e26cc2213952340ad90f285b772c0f4591c4c4 | | | Author: Bernhard Thiele | | | Date: Thu Oct 2 08:14:27 2014 +0000 | | | | | | Different handling for "outer" variables if declared in a State Machine state instance | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit b9cb34e0aa12928bb13a8286d3d82d11b5ebc7cb | | | Author: Lennart Ochel | | | Date: Thu Oct 2 07:37:02 2014 +0000 | | | | | | - **ugly** fix for initialization of symbolic jacobians | | | - add test for #2673 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 63abd6d0b5b5ba5f8eea928fb3d16a3da5b0b14c | | | Author: Martin Sjölund | | | Date: Thu Oct 2 07:30:08 2014 +0000 | | | | | | Include the time taken to run each mos-script for debugging | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit cb8e7f88e8f684f9aa390ec18c318c366531573c | | | Author: OpenModelica Hudson | | | Date: Wed Oct 1 20:43:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | * commit 47bcf276e6a1047c9f54a56a4f28fbd8af0461f6 | | | Author: Adrian Pop | | | Date: Wed Oct 1 20:40:19 2014 +0000 | | | | | | - hopefully properly silence the coding style. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | * commit 2d25e014eb444dd74209d875304381a2e81a9b44 | | | Author: Vitalij Ruge | | | Date: Wed Oct 1 16:24:22 2014 +0000 | | | | | | update tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit 1d605b23c83243443c5fea8fbc2f9b4c161934c9 | | | Author: Adrian Pop | | | Date: Wed Oct 1 13:41:20 2014 +0000 | | | | | | - silence the coding style. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | * commit 1db8c039128b8bf84eb551c37928b8b7467fccea | | | Author: Vitalij Ruge | | | Date: Wed Oct 1 13:32:05 2014 +0000 | | | | | | - update ipopt settings | | | - update tests | | | - added a flag for dyn. optimization for warm start | | | - added test | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit aacc16cb22ef9b1780b735dbfa4d143b3e311c57 | | | Author: Volker Waurich | | | Date: Wed Oct 1 12:52:44 2014 +0000 | | | | | | - the hpcom GRS doesnt need so many iterations as before | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 2b970b6739fe1cb3684f53a3f180a7d620362557 | | | Author: Martin Sjölund | | | Date: Wed Oct 1 12:47:40 2014 +0000 | | | | | | Add new option `readSimulationResultVars(readParameters=false)`, and use this for the reference file comparison | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResults_omc.c | | | M Compiler/runtime/SimulationResults_rml.c | | | M Examples/BuildModelRecursive.mos | | | | | * commit c4fbafd1acc5d88b4b99bc2a19845523c5bf031e | | | Author: OpenModelica Hudson | | | Date: Wed Oct 1 12:36:23 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/UnitCheck.mo | | | | | * commit 7502ca1422277de890f9e129e0e26ce2c1b1e6ce | | | Author: Lennart Ochel | | | Date: Wed Oct 1 12:26:21 2014 +0000 | | | | | | - new unit check module (flag +newUnitChecking, disabled by default) | | | - for all variables unspecified units get calculated if possible | | | - inconsistent equations get reported in a user friendly way | | | - new debug/dump flags for unit check module: dumpUnits, dumpEqInUC, dumpEqUCStruct | | | - add some examples for testing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | A Compiler/BackEnd/UnitCheck.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 517958946540e468181244fbc984f4fa113ade31 | | | Author: Martin Sjölund | | | Date: Wed Oct 1 12:26:00 2014 +0000 | | | | | | Reset the alarm before the call to buildModel | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 215683e0ff51a545cc04f7ef0e4aa8a078d53b42 | | | Author: Martin Sjölund | | | Date: Wed Oct 1 07:01:30 2014 +0000 | | | | | | Note about config | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 566b709e76c6aa2db2f28a39b6e1a67bd003e583 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 1 05:50:11 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit e8f42564ba8b660ab8ad407434f94478eb380c5f | | | Author: Marcus Walther | | | Date: Wed Oct 1 05:48:27 2014 +0000 | | | | | | - added more parameters to codegencpp.tpl-functions, that allows us to remove some duplicated code in codencpphpcom.tpl | | | - deactivated the "Deactivate profiling if you want to simulate in parallel" - feature, because performance benchmarks are now possible with hpcom | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 4407c7e8b4870f87fc0c474745c44a0c7cb81072 | | | Author: Lennart Ochel | | | Date: Tue Sep 30 20:33:29 2014 +0000 | | | | | | - fix fmi stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit e8db5f148d6628706a7a8e71742fb7fb15f214c0 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 30 16:01:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 8b0f30e496678f8eb392f1de3b7704e5c3a420d3 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 30 15:42:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 8f3b64b0e79d34f558bdaa7441822780bdbdff2e | | | Author: Lennart Ochel | | | Date: Tue Sep 30 15:41:36 2014 +0000 | | | | | | - fix non-linear system solver for iteration variables with bounded attributes (#2841) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit 7d61c46ed896f53d65102ff3e4c105cf9b1f7c37 | | | Author: Ruediger Kampfmann | | | Date: Tue Sep 30 15:19:44 2014 +0000 | | | | | | -removed boost bind | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 492ea2d0fa4383739ac755da79809ebcb5780bfe | | | Author: Adrian Pop | | | Date: Tue Sep 30 15:15:11 2014 +0000 | | | | | | - switch colors in trend plots (blue for compilation and green for simulation) to be more visible. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit d5469bb952fa7594172b190083f7ba359212a4d6 | | | Author: Lennart Ochel | | | Date: Tue Sep 30 14:41:28 2014 +0000 | | | | | | - make some dumps and record names less confusing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Error.mo | | | | | * commit ed133b8ea96b02cd466bb107348f3cc5c3d943bf | | | Author: Adrian Pop | | | Date: Tue Sep 30 14:29:45 2014 +0000 | | | | | | Fix bug: #2854 (do scope versioning also in the top scope, but not for builtin classes and builtin types) | | | - note that flattening/modelica/declarations/Constant12.mo is actually correct now, | | | see m:#1397, well, except for the fact that it should tell that A.y does not have a binding | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 61e34ace9f4c04747ab4e1acc3acd2bc7e4039cd | | | Author: OpenModelica Hudson | | | Date: Tue Sep 30 14:21:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | * commit 6eb5a8bde58c1c7f7ce882391d45b082a7e54631 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 30 14:21:28 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | | | | | * commit 338b60a693f0bd3e54b903e4291db8b3dcd181f7 | | | Author: Niklas Worschech | | | Date: Tue Sep 30 13:54:25 2014 +0000 | | | | | | changed math library to shared library | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Math/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | | | * commit 1287830a2a95f5d089e323b0a13c79dd5dd690b5 | | | Author: Niklas Worschech | | | Date: Tue Sep 30 13:50:24 2014 +0000 | | | | | | missing modified CodegenCpp.mo file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 99742351c7f68e0ecd6119f719fe407f57900b08 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 30 13:10:26 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 78d78b81fedcbd5c08f40b37d7354eefa0cab912 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 30 13:01:50 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | | | * commit 3e12519e6f461e2430706d92afaf45252a0e6bb3 | | | Author: Ruediger Kampfmann | | | Date: Tue Sep 30 13:00:08 2014 +0000 | | | | | | -removed boost bind | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit bc86917b762e32d45f64d93b25c8d695f5a94662 | | | Author: Ruediger Kampfmann | | | Date: Tue Sep 30 12:37:03 2014 +0000 | | | | | | -removed boost bind | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | | | * commit 6aea557ba47b9449e33232c37aea62312dcdb4da | | | Author: Lennart Ochel | | | Date: Tue Sep 30 12:37:00 2014 +0000 | | | | | | - improve +d=backenddaeinfo | | | - show backendaeinfo for initial system | | | - dump dae kind | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | | | * commit 377b9e2d59322655905221af862f847e262475e2 | | | Author: Ruediger Kampfmann | | | Date: Tue Sep 30 12:36:36 2014 +0000 | | | | | | -removed boost bind | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | * commit 4214eeb47095e57128bed60765d9c72a18d11ddd | | | Author: Martin Sjölund | | | Date: Tue Sep 30 12:31:40 2014 +0000 | | | | | | FMI 2.0 spec uses the horrible name darwin64 for the binary location of x86 code... Whatever. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit e426d9050f8e03ad2a346213d6fcd55ef87f5148 | | | Author: Martin Sjölund | | | Date: Tue Sep 30 12:21:31 2014 +0000 | | | | | | #2761 Add testcase for System2.mo from Buildings (used to generate a seg.fault) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit e2f0debb4c4721f3dca80ae6afb85d9d5ce44f9a | | | Author: Adrian Pop | | | Date: Tue Sep 30 05:04:49 2014 +0000 | | | | | | - don't use System.gettext for Modelica constructs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FMod.mo | | | | | * commit 070507520bb4c0e40be6a40603956db2b02b3309 | | | Author: Adrian Pop | | | Date: Tue Sep 30 04:33:44 2014 +0000 | | | | | | Merged branches/FFrontEnd into trunk/ | | | | | | Main changes: | | | - changed the environment to support both non-destructive and destructive updates | | | - Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph | | | - FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope" | | | - all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are | | | - all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array, size 1) | | | - FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list | | | - for all components having modifications the last class in the type path is renamed to include the | | | prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions, | | | records, etc and we need a unique type scope for that) | | | Example: A.B.C c -> A.B.C$c c | | | | | | Bug fixes: | | | - calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit) | | | - #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc) | | | #2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions) | | | #2835 - handle overconstrained connectors extending basic types (used in PowerSystems library) | | | - do not loose modifications on derived classes handled by InstExtends | | | - some error messages about missing components in Fluid library are gone | | | - for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | A Compiler/FFrontEnd/FBuiltin.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | A Compiler/FFrontEnd/FGraphBuildEnv.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Unused/InlineSolver.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 2a3e9ebb5844cb3d76fa27223c35466f6f03f4fe | | | Author: Adrian Pop | | | Date: Mon Sep 29 21:53:59 2014 +0000 | | | | | | Fix bug #2851 | | | - handle named arguments for homotopy | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 3e6692efa79ab9df3025f177d3446a0ea8b05229 | | | Author: Martin Sjölund | | | Date: Mon Sep 29 13:59:31 2014 +0000 | | | | | | Fix code generation for simulation executables (broken by r22482) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit a9813ab1e1548f374248f5601ef87654c7d5c398 | | | Author: Martin Sjölund | | | Date: Mon Sep 29 12:06:28 2014 +0000 | | | | | | Make protected functions static in the generated code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit e09b5f74e4fa14b21b93ed73e6de54e53787378b | | | Author: OpenModelica Hudson | | | Date: Mon Sep 29 11:37:55 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1f43726f817bfb1b537d4f9102bbfe6c2d142a50 | | | Author: Niklas Worschech | | | Date: Mon Sep 29 11:35:38 2014 +0000 | | | | | | fix for typo in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d7e5c54a8a2935db2ebd8ae961ce23fca8c70bb9 | | | Author: Lennart Ochel | | | Date: Mon Sep 29 10:54:05 2014 +0000 | | | | | | - rise priority of imported start attributes compared with bounded start attributes (see #2673) | | | - disable openmodelica/modelicaML/twotankmodel.mos since it seem to be wrong anyway for a while | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 41e2892a9b3af8c9b0364d1d2b0f53a7332f767d | | | Author: OpenModelica Hudson | | | Date: Mon Sep 29 09:41:38 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | * commit 535b5f2855228378e663c093d5bacc4ddc47c93e | | | Author: Niklas Worschech | | | Date: Mon Sep 29 09:30:59 2014 +0000 | | | | | | fix in array operations sum_array and dot_array | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | * commit fc738cecceee76850aebc3f1b89e683e6ee50569 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 29 09:29:47 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2c13e06dbdb8a3d3acc3c21adfa4689f89266649 | | | Author: Ruediger Kampfmann | | | Date: Mon Sep 29 09:03:25 2014 +0000 | | | | | | -some changes in divide_array | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7d936167cad03445c65db124cf0adbe6bbe735ff | | | Author: OpenModelica Hudson | | | Date: Mon Sep 29 08:58:17 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 5f2e6abcc2b2c1283c0c7052625ed748e374c60c | | | Author: Ruediger Kampfmann | | | Date: Mon Sep 29 08:47:44 2014 +0000 | | | | | | -some changes in divide_array | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 838c7ea12d603ba05fbe9c5d58f5aebe311af585 | | | Author: Adrian Pop | | | Date: Sun Sep 28 04:32:41 2014 +0000 | | | | | | Fix bug #2837 | | | - properly handle array equations in RemoveSimpleEquations.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 82b1afbada0bd2163bde43dbcbcd16ac4a14fc0b | | | Author: OpenModelica Hudson | | | Date: Fri Sep 26 17:22:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 451f9c6225169c36ebcf1ec0716fa85174be27e1 | | | Author: Ruediger Kampfmann | | | Date: Fri Sep 26 17:10:46 2014 +0000 | | | | | | - some improvements concerning array.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 29a8943527886f605ef486fd9f389323a8b68fd5 | | | Author: Ruediger Kampfmann | | | Date: Fri Sep 26 17:09:53 2014 +0000 | | | | | | - some improvements concerning array.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 41f185b6470cf54e3ac69d9c1e5e275c249e2e19 | | | Author: Ruediger Kampfmann | | | Date: Fri Sep 26 17:09:13 2014 +0000 | | | | | | - some improvements concerning array.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 31835f52e5369d53bd7b112cd4a8a13e2e460ae7 | | | Author: Lennart Ochel | | | Date: Fri Sep 26 15:45:22 2014 +0000 | | | | | | - fix indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 73b078662702712f12b62e3194f81b7c6a79e251 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 26 14:40:28 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 65a2be73fa4ba9da6c23eea74a97d1d790e2c0ad | | | Author: Ruediger Kampfmann | | | Date: Fri Sep 26 14:38:44 2014 +0000 | | | | | | -changed removed a senseless copy in the end of functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 935d2364846ab0bfe7a300dd9524aa07fe4a373f | | | Author: Martin Sjölund | | | Date: Fri Sep 26 11:13:23 2014 +0000 | | | | | | #2832 Propagate annotations into DAE.EXTOBJCLASS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | | | * commit bde9d59754af1c827bf3f2dee4f4b25259860252 | | | Author: Martin Sjölund | | | Date: Fri Sep 26 10:25:27 2014 +0000 | | | | | | #2817 Handle unknown dimensions better when initializing a function variable from a binding | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1704d24e48132de26a7d0945f7106d27f2d6bcf3 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 26 10:08:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e8b466d47ba3aa88d659e74d1ebebb6aa7f34214 | | | Author: Ruediger Kampfmann | | | Date: Fri Sep 26 09:58:51 2014 +0000 | | | | | | - changed initialization of parameters in functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4d007c6621b9dcab37be601072f3a4ff876a9c8e | | | Author: OpenModelica Hudson | | | Date: Fri Sep 26 09:57:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit ea005e73f8ab274bd7b5bd9dbeed966d89ad9e34 | | | Author: Volker Waurich | | | Date: Fri Sep 26 09:39:19 2014 +0000 | | | | | | - get thick lines in graphML output for solvable edges and thin lines for nonsolvable edges | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit fc23d16489c7f8926fe3773a2e741cd864acfa42 | | | Author: Marcus Walther | | | Date: Fri Sep 26 08:43:29 2014 +0000 | | | | | | - fixed msvc build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | * commit e4a3ac81f2f0420bb95895f9824b888ad2dadd54 | | | Author: Martin Sjölund | | | Date: Fri Sep 26 08:17:05 2014 +0000 | | | | | | Tail recursive filter1OnTrueSync_tail | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit cbc75e6029766fbe657a8fc207df951e470d66e1 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 26 08:04:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a814f4ac0919437c35fbeecce16f7a339e4a38d0 | | | Author: Marcus Walther | | | Date: Fri Sep 26 07:52:45 2014 +0000 | | | | | | - splitted the writeOutput-function to speed-up complile time a little bit | | | - activated papi in cmake | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 1c72b31cae09e10cff34ce949ba5d8f54b522702 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 26 07:13:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 4f8d431eda6313d33eaf14be538ef61cf87cd717 | | | Author: Volker Waurich | | | Date: Fri Sep 26 07:11:52 2014 +0000 | | | | | | - added experimental functions to manipulate systems of equations (work in progress) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ccd5f2fb97c2850c053bff9ac6c6a4c38f75f4f0 | | | Author: Marcus Walther | | | Date: Fri Sep 26 06:12:04 2014 +0000 | | | | | | - fixed my previous commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | | | * commit 31f9503c457d21531108104adf4c824dddeba90c | | | Author: OpenModelica Hudson | | | Date: Fri Sep 26 06:00:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4f656e742d1dfeb63a2ae8859c2b16a2daa06fcb | | | Author: Marcus Walther | | | Date: Fri Sep 26 05:52:40 2014 +0000 | | | | | | - optimized parallel write output | | | - added profiling points for the write output functionality | | | - added profiling based on papi counters to the cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | A SimulationRuntime/cpp/Core/Utils/extension/measure_time_papi.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_papi.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | | | * commit 487c23dbe00830b012c95d36575e8e7dec7cb58c | | | Author: Martin Sjölund | | | Date: Thu Sep 25 13:48:15 2014 +0000 | | | | | | Fix the type of list/listReverse comprehensions with multiple iterators | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | * commit 6c7ffee6065c796e8c932a3d970fbbfc2bdb3754 | | | Author: Per Östlund | | | Date: Thu Sep 25 12:09:29 2014 +0000 | | | | | | - Fixed dependency analysis for classes redeclared multiple times. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | | | * commit ccbfa81309db47dd19fa54d33e36b07171706177 | | | Author: Marcus Walther | | | Date: Thu Sep 25 08:22:48 2014 +0000 | | | | | | - fixed hpcom | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 2f976ad689033b88caefe3aab02b19d79fc4fefd | | | Author: Per Östlund | | | Date: Wed Sep 24 13:32:38 2014 +0000 | | | | | | Fix for #2834: | | | - Don't print out builtin attributes in type mismatch errors, they just make the | | | errors harder to read. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit c612384b6758b4a5d7fbb9d31bad15de8dc681fc | | | Author: Per Östlund | | | Date: Wed Sep 24 10:21:58 2014 +0000 | | | | | | Fix for #2836: | | | - Handle builtin types better in NFSCodeDependency. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | | | * commit c6d215bdde9152b415cb3db23ebc35c0f190881b | | | Author: OpenModelica Hudson | | | Date: Wed Sep 24 06:48:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 4d4ba627e4ac8671ad0e3663b4ed4fefce1094f1 | | | Author: Volker Waurich | | | Date: Wed Sep 24 06:42:13 2014 +0000 | | | | | | - added stringVar as type for the communication type in hpcom | | | - extended HpcOmTaskGraph.getUnsolvedVarsbySCC for strings and enumerations | | | - some changes in graphML dump for systems of equations regarding indexing of nodes in torn systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit f1353a1c78a03bb33e4450d09bf8580822b5fe91 | | | Author: Vitalij Ruge | | | Date: Tue Sep 23 19:36:53 2014 +0000 | | | | | | some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 351ba91eb48ea8fab1a5a13de426c2d74b9e0562 | | | Author: Adeel Asghar | | | Date: Tue Sep 23 18:36:03 2014 +0000 | | | | | | #2767 | | | - If fmi2Terminate is called and then fmi2Reset is called then reinitialize the data. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 1935535d13fcf26d70a771444e9d9bfeb03ece07 | | | Author: Adeel Asghar | | | Date: Tue Sep 23 17:56:04 2014 +0000 | | | | | | #2764, #2765 | | | - Added the InitialUnknows section in modelDescription.xml | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 360abbc4ecbdfeb4878962315de6afabd56fdef8 | | | Author: Adeel Asghar | | | Date: Tue Sep 23 16:37:17 2014 +0000 | | | | | | #2765 | | | - Use StartString2 instead of initValXml. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit fbc604ac94e1d558e724d5c02ada789288706cb3 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 23 13:51:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit c2e5686b5e562b3026e6fb0f90872eee6f18a217 | | | Author: Vitalij Ruge | | | Date: Tue Sep 23 13:49:31 2014 +0000 | | | | | | #2833 fixed | | | - added solver rules for e.g g(.) + f(.)/h(.,x) = 0.0 | | | - improved rule for x^r = x^(1/r) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 898ec0055f4e713ca210c401f8f5ac5505e617c2 | | | Author: Lennart Ochel | | | Date: Tue Sep 23 12:27:36 2014 +0000 | | | | | | - update unused interactive stuff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | | | * commit 10f0ca8d96d8b8b89e82d15b82aa76ed72cabbe0 | | | Author: Lennart Ochel | | | Date: Tue Sep 23 11:40:18 2014 +0000 | | | | | | - improve #2614 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit db42c3198c28d0532718a65680236c7ec20d3acf | | | Author: Marcus Walther | | | Date: Tue Sep 23 11:24:07 2014 +0000 | | | | | | - temporarily disabled colord jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 0dbd5bedeaa94bfde9ff9cbc14811035a0958358 | | | Author: Willi Braun | | | Date: Tue Sep 23 09:48:36 2014 +0000 | | | | | | - deactivate dae dumps for symbolic jacobians | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit c717716fbd713440f46749c7f94de095507e7a76 | | | Author: Niklas Worschech | | | Date: Tue Sep 23 09:31:38 2014 +0000 | | | | | | fix in dot array of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | | | * commit 9f2caf5eb43eb8763c860ba35ed0de5109ceaaab | | | Author: Volker Waurich | | | Date: Tue Sep 23 07:31:16 2014 +0000 | | | | | | - added flag to set tolerance for reshuffle algorithm +reshuffle=0/1/2/3 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/Util/Flags.mo | | | | | * commit cfa38aae5b212524223ba3aa8fb1988d67ec5145 | | | Author: Adeel Asghar | | | Date: Mon Sep 22 22:28:04 2014 +0000 | | | | | | #2767 | | | - Fixed fmi2GetDerivatives & getReal. | | | - Added LogCategories to modelDescription.xml | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 74ba08cc3e43155d9e39ea04e3e315f2c19b04f4 | | | Author: Lennart Ochel | | | Date: Mon Sep 22 17:20:27 2014 +0000 | | | | | | - unfix #2830 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit d899f94a5f7bc7876b713dcee656c649aedbf320 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 22 14:51:21 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 991c2be7c2eecab192b62acd94a46c964344292d | | | Author: Niklas Worschech | | | Date: Mon Sep 22 14:42:15 2014 +0000 | | | | | | added terminate function to cpp tempalte | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 6795340c45cb94a93b55adc4d1dfad64fa04d047 | | | Author: Volker Waurich | | | Date: Mon Sep 22 12:01:36 2014 +0000 | | | | | | - added some functions to benchmark exeCosts for tasks in HpcOmSimCodeMain.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 61d069a2c960f923da82472dbd66a3bd78a410d7 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 22 11:31:33 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 6e54882fec07a47bce155136a0a088dc46c05bcf | | | Author: Marcus Walther | | | Date: Mon Sep 22 11:25:16 2014 +0000 | | | | | | - tabified precompiled header file | | | - made measure time functionality available for windows (mingw) | | | - FORCE_INLINE is now defined for gcc and msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit 269a95a6989f32b5a4cd28fde97ecd6b105a5b6f | | | Author: Vitalij Ruge | | | Date: Mon Sep 22 10:04:47 2014 +0000 | | | | | | - remove cot,coth rulse // not exist in Modelica // thanks Martin | | | - added some rules for e.g. sin/tan, sinh/tanh | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit d03b6e89b915c8837de678d169727ec51b9b1b43 | | | Author: Lennart Ochel | | | Date: Mon Sep 22 09:12:35 2014 +0000 | | | | | | - fix #2830 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit b739f823bf1f4c5d8d4612136e87ae4149bd59ad | | | Author: Martin Sjölund | | | Date: Mon Sep 22 07:29:46 2014 +0000 | | | | | | Fix errorneous message for `String(format=...)` and expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit e470e7f0eb9e95534588495da531ed3d04f1db53 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 22 07:11:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit bec64d29a2f378a227a68ba3cb701d15f4dac50e | | | Author: Martin Sjölund | | | Date: Mon Sep 22 07:06:48 2014 +0000 | | | | | | #2829 Print errors for missing arguments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit d5497ec152d6aa3500f3871fd306ded2d6f4273d | | | Author: Volker Waurich | | | Date: Mon Sep 22 06:48:35 2014 +0000 | | | | | | - removed print message | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 721d03a050da6d6b771c113dd23c4439a42ce802 | | | Author: Marcus Walther | | | Date: Mon Sep 22 06:45:49 2014 +0000 | | | | | | - splitted the getInt-Function | | | - fixed HPCOM of CPP-Runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 0bbf7dab8196a9ed1e22252cfd1ba0d7b46a6e8c | | | Author: Marcus Walther | | | Date: Mon Sep 22 06:41:13 2014 +0000 | | | | | | - improved error handling | | | - reactivated colored jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit b7d6d38f92d47e6c2e44a7ec6d757c6037a1f285 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 22 06:33:07 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit b42e0c23c21361cc3340d37535e9ead649eb0c49 | | | Author: Volker Waurich | | | Date: Mon Sep 22 06:31:22 2014 +0000 | | | | | | - added variability to record constructors | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit a25546391afc4ed653e75f1142205384a63df4c0 | | | Author: Olena Rogovchenko | | | Date: Sun Sep 21 16:13:20 2014 +0000 | | | | | | blockcall update | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/BlockCallRewrite.bootstrapped.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit e46df41c5cf45ee898b5d4cf7ca700dc563d868b | | | Author: OpenModelica Hudson | | | Date: Sun Sep 21 09:13:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit aa6621ccb638e3f44f15927ec3b6813f74677e14 | | | Author: Vitalij Ruge | | | Date: Sun Sep 21 09:11:52 2014 +0000 | | | | | | added rules for sinh,cosh,tanh,coth | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit d3891372a22e6865c2bd12ce0394083c67953dbc | | | Author: OpenModelica Hudson | | | Date: Sun Sep 21 08:14:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 3475fc4a36c40891ff437ca8113c22b523ccd308 | | | Author: Vitalij Ruge | | | Date: Sun Sep 21 08:08:12 2014 +0000 | | | | | | added rules for sin, cos, tan, cot | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 76e345f0c754cc060c6edf4a5671e28f3033acde | | | Author: Adrian Pop | | | Date: Sat Sep 20 00:55:53 2014 +0000 | | | | | | - don't expect that functions with the same name in different scopes are recursive extends! | | | - fixes a model that Francesco is working on. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | | | * commit 77735d58fbdd75c2fac6da50c423745571cf5bf4 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Sep 19 13:47:03 2014 +0000 | | | | | | Create correct array types for complex type using the prefix dim info. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | * commit 3d6fa3455036c27929c47f6203443a94d622d37d | | | Author: OpenModelica Hudson | | | Date: Thu Sep 18 15:45:07 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit 30463bda58ea5bf9d1b6d7625111e93c769a5b8a | | | Author: Adrian Pop | | | Date: Thu Sep 18 15:40:24 2014 +0000 | | | | | | - fix typo in r22359 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/BlockCallRewrite.mo | | | | | * commit 455a003213f2efb0968327e1b8d12310eebf1eaf | | | Author: Niklas Worschech | | | Date: Thu Sep 18 15:16:09 2014 +0000 | | | | | | fix for some modelica internal functions in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 9a3a2cb7e174f92a5eef6554f8ebe2428e76e396 | | | Author: OpenModelica Hudson | | | Date: Thu Sep 18 15:06:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/BlockCallRewrite.bootstrapped.mo | | | | | * commit 8af57bb07cf7b3c3d0b0917bc7c61c729f9ef728 | | | Author: Martin Sjölund | | | Date: Thu Sep 18 14:56:33 2014 +0000 | | | | | | Fixes compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | M Compiler/Script/BlockCallRewrite.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 162383d8a8a71631ec52cbc00a133eed7c9fa89a | | | Author: Olena Rogovchenko | | | Date: Thu Sep 18 14:43:55 2014 +0000 | | | | | | block call prototype | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/Script/BlockCallRewrite.bootstrapped.mo | | | M Compiler/Script/BlockCallRewrite.mo | | | D Compiler/Script/CevalScript.bootstrapped.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit a8a35a4c26ebba671ebc8686f79b905ea4c2f2ec | | | Author: Martin Sjölund | | | Date: Thu Sep 18 14:40:17 2014 +0000 | | | | | | #2801 Propagate visibility to DAE.FUNCTION | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 701dc333b65c5503a9dc4bb9be3ac76449f3fadb | | | Author: OpenModelica Hudson | | | Date: Thu Sep 18 14:34:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 254816c0136af6b369d2f5e2d2ea205825db95d2 | | | Author: Olena Rogovchenko | | | Date: Thu Sep 18 14:33:44 2014 +0000 | | | | | | block call prototype | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/Script/BlockCallRewrite.mo | | | A Compiler/Script/CevalScript.bootstrapped.mo | | | | | * commit 6ee8e5f06a8b6969f60644b8cba57e4ef8751dda | | | Author: Olena Rogovchenko | | | Date: Thu Sep 18 14:28:29 2014 +0000 | | | | | | block call prototype | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 295dd47a38b5c62886abeff20f8cebe600080064 | | | Author: Martin Sjölund | | | Date: Thu Sep 18 12:50:54 2014 +0000 | | | | | | #2823 Speed up replaceLiteralExp for large lists | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 49c391b78e24438566cd376901f287b51de3bb2c | | | Author: Martin Sjölund | | | Date: Thu Sep 18 11:48:45 2014 +0000 | | | | | | #2827 Handle more MM types in code generation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit fde96ad72d7ebd3c867b26b07618fbf4edec0a2a | | | Author: Martin Sjölund | | | Date: Thu Sep 18 11:13:36 2014 +0000 | | | | | | RML crap | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 69c7dea535ae25739fd91927e4a646263be2ae87 | | | Author: Martin Sjölund | | | Date: Thu Sep 18 11:04:26 2014 +0000 | | | | | | #2824 | | | - Create new internal foldName and resultName when simplifying reductions with multiple iterators | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 4b7f24ec71b95d32a3301059c5ad6532325c6044 | | | Author: Niklas Worschech | | | Date: Thu Sep 18 10:41:26 2014 +0000 | | | | | | deactivated call CVDlsSetDenseJacFn in CVode.cpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit ddff833fcac571af7f6d9f31679db887d603c144 | | | Author: Vitalij Ruge | | | Date: Wed Sep 17 19:23:11 2014 +0000 | | | | | | some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit 655b3c7f39ad4838ee7643c76b99d48e228e574b | | | Author: Vitalij Ruge | | | Date: Wed Sep 17 19:03:57 2014 +0000 | | | | | | keep extrapolate inputs inside bounds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 37e475349db861b9b94f5e1618f70b971e057268 | | | Author: OpenModelica Hudson | | | Date: Wed Sep 17 14:51:27 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 889850611780a8bc6d0a79d128254a2675b88c43 | | | Author: Vitalij Ruge | | | Date: Wed Sep 17 14:49:43 2014 +0000 | | | | | | fixed output from dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 238eaef461e412faeb4eab302271210bcbf44dc7 | | | Author: Niklas Worschech | | | Date: Wed Sep 17 11:38:41 2014 +0000 | | | | | | removed includes in CVode.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit 4a4b64982088256693eff896f2842b280e971bbb | | | Author: Niklas Worschech | | | Date: Wed Sep 17 08:01:01 2014 +0000 | | | | | | try to fix compiler error for CV_JCallback | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit 3db3d336208c65d434b8ff676db30688550e45dd | | | Author: Martin Sjölund | | | Date: Wed Sep 17 06:16:45 2014 +0000 | | | | | | #2822 Also consider derived functions when looking for function to compile | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 19eead66f1a2826fa27ef6dbadd14c337be0b778 | | | Author: Martin Sjölund | | | Date: Tue Sep 16 14:51:05 2014 +0000 | | | | | | #2804 Optimize `(x,_,_) = fn(y)` into `x = TSUB(fn(y),1)`. | | | Triggered some unwanted optimisations/inlining of function calls that were handled by forcing ceval of some function calls in the backend | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9ef6f32b8dacd52fd3f5f8a2e4de3ca39240b704 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 16 14:38:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit c924d55c5c5490807575ba3541cd1556d037a1e1 | | | Author: Willi Braun | | | Date: Tue Sep 16 14:35:12 2014 +0000 | | | | | | - fixes for FMI dependencies calculation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 5c5fbfac973efeff8eb1674fedc75ecb9fec720e | | | Author: Vitalij Ruge | | | Date: Tue Sep 16 14:32:07 2014 +0000 | | | | | | fixed discrete vars and events in dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit 5f4bd3e1ebecadf5abf8bec613ff6f800e02c15a | | | Author: OpenModelica Hudson | | | Date: Tue Sep 16 12:54:10 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 3f57eed2bdbf68e705438181026c2e31d3b756fc | | | Author: Lennart Ochel | | | Date: Tue Sep 16 12:35:37 2014 +0000 | | | | | | - Change some back end data types for base-/sub-clock partitions | | | - Change some names (e.g., INFERREDCLOCK to INFERRED_CLOCK) to match common code style | | | - Update expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 0f312a9b050113464f82dc72e65d7258741e0617 | | | Author: Per Östlund | | | Date: Tue Sep 16 12:30:34 2014 +0000 | | | | | | - Made Types.matchTypes tail recursive. | | | - Made Static.elabBuiltinTransition3 not fail. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 2bd62ee2f84cd623e1e4bacc949bf40e057d5548 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 16 12:21:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 47cd2a56d92ba302420695860e4c907805d2cee8 | | | Author: Niklas Worschech | | | Date: Tue Sep 16 12:15:50 2014 +0000 | | | | | | fix in cvode for write output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit afc1870033322ec5536e9fa705b8c2929910b6f4 | | | Author: Per Östlund | | | Date: Tue Sep 16 08:28:44 2014 +0000 | | | | | | - More listFirst -> listHead. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit c362bfdeec3f526f6ad8a92c0df9aa73fff8196e | | | Author: Per Östlund | | | Date: Tue Sep 16 08:06:29 2014 +0000 | | | | | | - Fixed bootstrapping implementation of listHead/listRest so that they fail on | | | empty lists instead of segfaulting (and are named correctly...). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | * commit 9b83729280aa40c59aa8ad6319e64a48887088b4 | | | Author: Adrian Pop | | | Date: Mon Sep 15 19:45:12 2014 +0000 | | | | | | - coding style utf-8 without bom use (C) instead of the Copyright sign | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2Functions.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2TypesPlatform.h | | | | | * commit 26f1abe1af5c8f2b1582f1e34fa5cd02be55bf81 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 15 19:29:55 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/ExpressionDumpTV.mo | | | | | * commit 48acc4b9cdfe32a58f37fef19ae256f6321b62da | | | Author: Bernhard Thiele | | | Date: Mon Sep 15 19:28:10 2014 +0000 | | | | | | Moved all definitions for "Clock"-Type from Absyn.mo to DAE.mo: Probably cleaner solution since the "Clock" type is not part of the grammar. | | | | | | Changed some fields in the "ClockKind" to hold values of type "DAE.Exp" as requested by Lennart. | | | | | | Removed the evaluation of "Clock"-Constructors to "Clock"-Values during elaboration and instead flagged constructors as "impure". This was necessary since by moving everything to DAE.mo I suddenly had cyclic dependencies from Values.mo to DAE.mo. Although it was possible with the bootstrapped compiler to avoid a cyclic dependency error by importing DAE.mo as "protected", that didn't work for the RML compiler. This is, as I learned, because the RML compiler can not handle mutual dependencies. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 27b0b0007b2bbd27d68f1ddd4284a970c4e4624c | | | Author: Adeel Asghar | | | Date: Mon Sep 15 12:32:57 2014 +0000 | | | | | | - Updated to FMI 2.0 files. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2Functions.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2TypesPlatform.h | | | | | * commit 474c547e77c741d4374592e312d3320ae0aa2683 | | | Author: OpenModelica Hudson | | | Date: Sat Sep 13 18:32:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit a63c700081f07215bc404dea922ce6b66b66ecba | | | Author: Vitalij Ruge | | | Date: Sat Sep 13 18:29:46 2014 +0000 | | | | | | fixed -lv LOG_IPOPT_ERROR for final cosntarints | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 77ef9136621ff54ec74ce77b28ca0a4e08ae35df | | | Author: Vitalij Ruge | | | Date: Sat Sep 13 17:40:09 2014 +0000 | | | | | | some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 9a91e9175ffec17821143f764cd73b09998c078f | | | Author: Adrian Pop | | | Date: Sat Sep 13 14:43:29 2014 +0000 | | | | | | - fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit edf4a5e1c9fe9957f7977f7827789cb28bef4584 | | | Author: Willi Braun | | | Date: Sat Sep 13 13:47:05 2014 +0000 | | | | | | - fix c compiler warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2c4594f8c18c1e1a0cc7cbe536403ffdf1541f20 | | | Author: OpenModelica Hudson | | | Date: Sat Sep 13 12:44:50 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/FMI.mo | | | | | * commit 806b1625c0e1f6216cca149d8c1915fe3eb226f2 | | | Author: Willi Braun | | | Date: Sat Sep 13 12:36:23 2014 +0000 | | | | | | #2764 | | | - FMI: added dependecies feature for derivatives and outputs | | | | | | - expand sparse pattern structure by transposed sparse pattern | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | | | * commit be7ef973a68c77a0b59bc404b5483658b22d2455 | | | Author: Adeel Asghar | | | Date: Fri Sep 12 22:36:42 2014 +0000 | | | | | | #2818 | | | - Copy the model's experiment annotation values to the generated FMU. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 7f2db9f8f901e74952ff44767084370c67ff6244 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 12 12:54:21 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | | | * commit 84a82e444e1794f63f857fa76e4d87bdf4903875 | | | Author: Marcus Walther | | | Date: Fri Sep 12 12:39:09 2014 +0000 | | | | | | - optimized measureTime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | | | * commit 821b3a507a67d91108786787a1dafc78c7c37a31 | | | Author: Martin Sjölund | | | Date: Fri Sep 12 11:38:26 2014 +0000 | | | | | | #2815 Handle fold reductions of user-defined functions with polymorphic types | | | - Also handle folding functions of type A,B->B, if the second argument has a constant default binding | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit dac1c9996f9a912d63f37e53e0c5eb33c941eb21 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 12 07:17:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | | | * commit dd75640ea58049ac0977bb05ecdf781e459dd083 | | | Author: Marcus Walther | | | Date: Fri Sep 12 07:15:33 2014 +0000 | | | | | | - measureTime of CPP-Runtime produces a valid json-file now | | | - the hpcom json file reader will now exit correctly if the json file is invalid | | | - fixed a bug in HPCOM-TaskGraph -- the execcosts of the nodes are correctly mapped to the json-file-values | | | - moved execstat measure commands to the correct locations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | | | * commit ef99e6ccd282c6639881add0464b883b91fed8a2 | | | Author: Adrian Pop | | | Date: Thu Sep 11 15:54:33 2014 +0000 | | | | | | - fix build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/RewriteRules.mo | | | | | * commit de3b0ee53f8d165ed47780dfd982e82ddfebbbd2 | | | Author: Per Östlund | | | Date: Thu Sep 11 15:18:35 2014 +0000 | | | | | | - Removed dependency on List _tail-functions in Static. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit b7a5aca2f5b910bb2e293447c177c872188e19bd | | | Author: Martin Sjölund | | | Date: Thu Sep 11 15:05:28 2014 +0000 | | | | | | Add support for threaded reductions using +g=MetaModelica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Parser/BaseModelica_Lexer.g | | | M Parser/MetaModelica_Lexer.g | | | M Parser/Modelica.g | | | | | * commit 299cdd869065c646b8ff50dbce13ec846ab226da | | | Author: OpenModelica Hudson | | | Date: Thu Sep 11 14:35:13 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4f516aa601ba30e53801a46253f5d11a57a5a0ba | | | Author: Michael Kloeppel | | | Date: Thu Sep 11 14:32:09 2014 +0000 | | | | | | use umfpack only for (very) sparse matrices | | | fix umfpack test's Makefile | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.h | | | | | * commit 6afa020c1256fdd6623acc1f7352b97abb77afa7 | | | Author: OpenModelica Hudson | | | Date: Thu Sep 11 13:15:50 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 35a6f78c16afe4e167674e50a49f976e69dcdd14 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Sep 11 13:04:44 2014 +0000 | | | | | | + Propagate dimensions in prefixes so that qualified crefs get the correct type and dimension. | | | + Fix wrong uses of subscripts as dimensions. | | | - Disable non-expanded array compilation test for now. It is broken. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/List.mo | | | | | * commit eb2b3eb118f14a1a225d652f5ad0bb11e68ca8c3 | | | Author: Per Östlund | | | Date: Thu Sep 11 12:57:28 2014 +0000 | | | | | | - Implemented isNone/isSome in the bootstrapped compiler. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | * commit 0d3b421d6263a9e281f05e78fb9c73cce65a1e28 | | | Author: Martin Sjölund | | | Date: Thu Sep 11 12:16:46 2014 +0000 | | | | | | #2813 Allocate temporary variable used by the for statement *before* generating the body statements (prevents re-use of indexes) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f47b4c8179b4fbe3491c9710bf9f694122af5fc4 | | | Author: Volker Waurich | | | Date: Thu Sep 11 12:12:25 2014 +0000 | | | | | | - fix in EvaluateFunctions.mo for empty tuple type in CallAttributes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 19061898b6ddedce2da71ff68256413988e09655 | | | Author: OpenModelica Hudson | | | Date: Thu Sep 11 12:04:09 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit a24658baa9fa228293a2ca293a7631f82916aafe | | | Author: Niklas Worschech | | | Date: Thu Sep 11 11:59:05 2014 +0000 | | | | | | fix for int_max in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 8a7f3086c029456cfdccac3dbc68c4905f75815c | | | Author: Volker Waurich | | | Date: Thu Sep 11 11:58:11 2014 +0000 | | | | | | - fix for getEventTaskGraph | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 65ff40cd42d7017b7a5de00b52956ec258f52ba6 | | | Author: Martin Sjölund | | | Date: Wed Sep 10 18:37:25 2014 +0000 | | | | | | Fix reinit of subscripted crefs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 475bb7fdf763f67c0687f3c2b2f34f656f69cf98 | | | Author: Martin Sjölund | | | Date: Wed Sep 10 14:22:40 2014 +0000 | | | | | | Generate notifications for invalid typespecs like `list` already during the Absyn to SCode phase | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Util/Error.mo | | | | | * commit 2a53044278950caef2438d175455fa7e91c0e616 | | | Author: Per Östlund | | | Date: Wed Sep 10 12:22:14 2014 +0000 | | | | | | - C99 issues. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit f53eacf380ed219bf30f26d2607308173a604d05 | | | Author: Per Östlund | | | Date: Wed Sep 10 12:13:41 2014 +0000 | | | | | | - Updated OM for FMIL 2.0. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | | | * commit 7c652417813ffd77ddd39d916a0d4539aea402bc | | | Author: Martin Sjölund | | | Date: Wed Sep 10 11:47:49 2014 +0000 | | | | | | #2794 Add some error detection for div/mod by zero | | | - Also added line information to external C functions | | | - Moved external function includes to a separate file (`Model_includes.h`), and added #line directives so the debugger can point to these lines of code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/boot/CompileFile.mos | | | | | * commit 936e526b3ebea888c6873ea961f1d8bb2e971fd9 | | | Author: OpenModelica Hudson | | | Date: Wed Sep 10 11:37:29 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 21563c0b0144f448bfafb02d43a51f65e17e675e | | | Author: Vitalij Ruge | | | Date: Wed Sep 10 11:20:35 2014 +0000 | | | | | | improved DynamicOptimization.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 7e792af765570874df379ecce6b23b4d91ebe8ef | | | Author: Marcus Walther | | | Date: Wed Sep 10 10:40:37 2014 +0000 | | | | | | - disabled always_inline attribute, to fix msvc build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | | | * commit 3b96e94b75be23e98265ef06a61a8b721c101b42 | | | Author: Adeel Asghar | | | Date: Wed Sep 10 09:59:55 2014 +0000 | | | | | | - Keep arrayLength static inline. Gives performance. | | | - New function for debugger mmc_gdb_arrayLength. | | | - Use the new function in OMEdit. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 364e40a87eb3baebf8bcd8fbbdad53676fae8579 | | | Author: Adeel Asghar | | | Date: Wed Sep 10 09:44:29 2014 +0000 | | | | | | - Do not make the arrayLength function static inline. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 2e7480a0e4aea71f6a67ded53d090c3233c29e21 | | | Author: OpenModelica Hudson | | | Date: Wed Sep 10 08:38:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 6a970489a7f8320ecd187aeeaee672200c50de40 | | | Author: Niklas Worschech | | | Date: Wed Sep 10 08:13:05 2014 +0000 | | | | | | fix for copy pdb files of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit ea172c4b4450be9c81c755670c0c3508d9193141 | | | Author: Martin Sjölund | | | Date: Wed Sep 10 07:59:52 2014 +0000 | | | | | | #2811 Allow iterating over lists in for statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 13d19e0207613671815c408f65367613e19217bd | | | Author: Marcus Walther | | | Date: Wed Sep 10 06:03:17 2014 +0000 | | | | | | - SimCodeTV.mo was not merged correctly | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 64fb00309ab13672c44646d421a5e75abf40f4f8 | | | Author: OpenModelica Hudson | | | Date: Wed Sep 10 06:00:00 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 57bfe738f4e033725ee1b2bf0367434968eba775 | | | Author: Marcus Walther | | | Date: Wed Sep 10 05:51:27 2014 +0000 | | | | | | - redo changes of rev22212, but this time without circular dependency | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | A SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | | | * commit 5543876ff85fe3131bb107e64cd10e7d8ec3feea | | | Author: Martin Sjölund | | | Date: Tue Sep 9 16:13:22 2014 +0000 | | | | | | #2810 fix segmentation faults on case guards | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 302a6072ed6a3378c310da778b8c87fe12469265 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 9 15:00:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 851e633ca9c44ac80707ce0bee630c8133220160 | | | Author: Vitalij Ruge | | | Date: Tue Sep 9 14:53:42 2014 +0000 | | | | | | fixed hessian in dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit 182b7a9a5fe05f4dcfe442cde61d44f379a4552c | | | Author: Niklas Worschech | | | Date: Tue Sep 9 14:48:11 2014 +0000 | | | | | | fix for append array in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 00f6b4034cbb9d85d977a3e03a8b49324b187409 | | | Author: Martin Sjölund | | | Date: Tue Sep 9 13:01:23 2014 +0000 | | | | | | #2786 | | | - Fix code generation for multiple iterators (threaded) | | | - Ceval constant function calls in the front-end | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 63840b582b6ac5d61ff6dcd0584d57ee32aaecab | | | Author: Niklas Worschech | | | Date: Tue Sep 9 12:29:46 2014 +0000 | | | | | | deactivated colored Jacobian in cvode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 700695c2893313ccbd249f22d2175fddf5812c91 | | | Author: Martin Sjölund | | | Date: Tue Sep 9 12:21:52 2014 +0000 | | | | | | Revert to r22211 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | D SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | D SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | | | * commit b6cdd978ece43f531fdf3bfe1a2d7e5bfa369263 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 9 12:17:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9f41cd4a61c145b6cd457b60e3a2626423bd00d1 | | | Author: Marcus Walther | | | Date: Tue Sep 9 11:55:50 2014 +0000 | | | | | | - improved levelfix-scheduler of HPCOM | | | - improved measureTime-functionality of cpp-runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | A SimulationRuntime/cpp/Core/Utils/extension/measure_time_rdtsc.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time_rdtsc.hpp | | | | | * commit 8ad1c8e9b6c28e925bc77c59fbf2dd4d279ca2d6 | | | Author: Per Östlund | | | Date: Tue Sep 9 11:37:36 2014 +0000 | | | | | | - Reverted accidental commit of wrong file. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit aa7fea92d7eb67dec33afa97dc117d91e0fd3bbd | | | Author: Per Östlund | | | Date: Tue Sep 9 11:31:23 2014 +0000 | | | | | | - Even more fixes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/Util/List.mo | | | | | * commit 90495a60ae0d3098cfd1baf33a84e24240ac0315 | | | Author: Per Östlund | | | Date: Tue Sep 9 11:21:37 2014 +0000 | | | | | | - And some more fixes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 08e94269af61eea154cf513e51a21cfc61409f87 | | | Author: Per Östlund | | | Date: Tue Sep 9 11:20:38 2014 +0000 | | | | | | - More fixes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | | | * commit 8403fa8bc273712d3fe8c01228ffc725683ea669 | | | Author: Per Östlund | | | Date: Tue Sep 9 11:15:58 2014 +0000 | | | | | | - Some more fixes for r22200. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/Util/List.mo | | | | | * commit 00cda59400f9ad47cee5e033f3a4d971fa74a200 | | | Author: Adrian Pop | | | Date: Tue Sep 9 11:09:14 2014 +0000 | | | | | | - fix grep and replace from r22200 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | | | * commit 4b091f598cba8c3be75f141003b182cb04a9b59d | | | Author: OpenModelica Hudson | | | Date: Tue Sep 9 10:46:29 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit bbc2331dcf50b69eccf5892ed389bb1bfa8190c3 | | | Author: Per Östlund | | | Date: Tue Sep 9 10:44:45 2014 +0000 | | | | | | - Reverted (mostly) the previous commit due to RML grumpiness. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Util.mo | | | | | * commit d276a6d454490b25cdf08526622fa2e62c44caaa | | | Author: Per Östlund | | | Date: Tue Sep 9 10:36:21 2014 +0000 | | | | | | - Fixed builtin listEmpty and replaced List.isEmpty with it. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Util.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | * commit b6136b9aaeeebc38367aa206cdf0d1ca59c874ee | | | Author: Volker Waurich | | | Date: Tue Sep 9 09:08:25 2014 +0000 | | | | | | - added attr varKind to SimCode.Variable | | | - some debug print functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit c6dfea85635e0446bad70e498915ac79498e856a | | | Author: Per Östlund | | | Date: Tue Sep 9 08:52:33 2014 +0000 | | | | | | Fix for #2806: | | | - Remove input/output also from record components that are not top-level. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit d54087515b1c703ae714cc48cc5fc3cb65b2f575 | | | Author: Adrian Pop | | | Date: Tue Sep 9 07:25:57 2014 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 4ba144b3f7d39ea2d937b7510b89abd1046b917d | | | Author: Vitalij Ruge | | | Date: Tue Sep 9 06:37:58 2014 +0000 | | | | | | improved scaling of goal function in dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 4d1024b77e957f3be8ce6952bff50fdabb3036d5 | | | Author: Adrian Pop | | | Date: Mon Sep 8 16:04:37 2014 +0000 | | | | | | - proper MetaModelica (RML) fix (RML doesn't like things thaat start with "_": _complexity) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 102855e68777daa44b4c9bf085b55437e1b28688 | | | Author: Adrian Pop | | | Date: Mon Sep 8 15:26:54 2014 +0000 | | | | | | - fix MetaModelica (RML) compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a7c0893c6594375ab4fa4713516d40b2f46f88b9 | | | Author: Adeel Asghar | | | Date: Mon Sep 8 15:10:02 2014 +0000 | | | | | | - Add -g to CFLAGS if +d=gendebugsymbols is set. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 87e118ff53af81b448b6e66a13b44ecb6ec86fe5 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 8 15:08:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit 16759baf5b8b8adfce44a25fd710342917337ca9 | | | Author: Niklas Worschech | | | Date: Mon Sep 8 15:03:20 2014 +0000 | | | | | | Activated colored Jacobian in cvode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit ad491c9d2a3f20ab598afff6b6916a6aa58de2ee | | | Author: Martin Sjölund | | | Date: Mon Sep 8 15:00:29 2014 +0000 | | | | | | #2800 | | | - Rewrote traverseExp and traverseExpTopDown to take a function with 2 inputs and outputs instead of using tuples | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Util/Debug.mo | | | | | * commit 5e5591c1500899db848713f2ef589ec8c4bb9a87 | | | Author: Willi Braun | | | Date: Mon Sep 8 14:39:00 2014 +0000 | | | | | | #2808 | | | - fixed #2808 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 23d4ef9e1653ae50418a7ad5777f394886feb518 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 8 14:28:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit fe071152101e46ead2a5efa10dd19af4f9ae24f6 | | | Author: Per Östlund | | | Date: Mon Sep 8 14:22:57 2014 +0000 | | | | | | - Fixed getVars in SimulationResultsCmp so that variable names don't get | | | corrupted and make the Compare.mos test fail. | | | - Got rid of Clang warning in optimization runtime. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 2845735f07f8fc5383cc64c705a088b975435816 | | | Author: Per Östlund | | | Date: Mon Sep 8 14:19:54 2014 +0000 | | | | | | Fix for #2806: | | | - Remove input/output from variables which are not at top-level or inside a | | | top-level connector. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit 198e349c13f12faf1eb46a189c4b2673ec29a7b3 | | | Author: Volker Waurich | | | Date: Mon Sep 8 13:37:09 2014 +0000 | | | | | | - fix simpleResistor test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit ad3a5bde8b3676ef3de02a009567adc2f14758be | | | Author: Volker Waurich | | | Date: Mon Sep 8 13:10:56 2014 +0000 | | | | | | - rewritten HpcOmTaskGraph.cutTaskGraph | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit fdc7cda15518ff99e867bfdcf9eb597cebc19541 | | | Author: Marcus Walther | | | Date: Mon Sep 8 08:23:05 2014 +0000 | | | | | | - fixed RML build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 5882315d02621c5e2627b1273751fa5f83ef486e | | | Author: OpenModelica Hudson | | | Date: Mon Sep 8 08:00:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 07ad137d75a204043baffe6734e56972ce333133 | | | Author: Marcus Walther | | | Date: Mon Sep 8 07:59:09 2014 +0000 | | | | | | - added var indices to hpcom-communication-object | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit a982de4eb7b2015059683726f0e4c70e543fdd13 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 8 05:53:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit c987ace0ff949a9d97a9fb3344b5fc4fec47d50a | | | Author: Vitalij Ruge | | | Date: Mon Sep 8 05:46:18 2014 +0000 | | | | | | - fixed start-values in dyn. optimization | | | - added test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 41534e650c955e048a8647d7a7125c702d378459 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 5 15:51:50 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9eba35835524fa81b404a815b592ecefda23b1ac | | | Author: Niklas Worschech | | | Date: Fri Sep 5 15:50:07 2014 +0000 | | | | | | expexted output, fix for min max function in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 582fe68491798e733749206fff9506fc7f98a2c9 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 5 14:10:31 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 28ce7eea0f2f30c75096ed3e8f0e9a8e99e97bd0 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Sep 5 14:02:36 2014 +0000 | | | | | | + Move includes from headers to the source files. Reduces binary sizes considerably. | | | Every package/source includes all the headers it needs individually so there is no need to have the chain includes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 905362dd00c2a379ee758c303c43d86aea4b3c04 | | | Author: Marcus Walther | | | Date: Fri Sep 5 12:26:45 2014 +0000 | | | | | | - fixed measureTime in CPP-Runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | | * commit a091d5a4d7bf7e75aad89323b52d8cfeadb10d97 | | | Author: Michael Kloeppel | | | Date: Fri Sep 5 12:10:15 2014 +0000 | | | | | | fix umfpack issues under windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | | | * commit 188060622bf8c15ab69a3feee65514c769a5880f | | | Author: Marcus Walther | | | Date: Fri Sep 5 11:32:33 2014 +0000 | | | | | | - fixed RML-build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit c23611b7494d1c6728e4b06b77a522c9048367c7 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 5 11:25:48 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit fcc7fbb1f930c29e793cfe72e772cc4d498f4f2c | | | Author: Marcus Walther | | | Date: Fri Sep 5 10:52:53 2014 +0000 | | | | | | - removed ASSIGNLOCKTASK and RELEASELOCKTASK and added a new Structure called DEPTASK | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 821909b1488cbe11c68bcbc5e4541718c6d419d4 | | | Author: Marcus Walther | | | Date: Fri Sep 5 10:43:15 2014 +0000 | | | | | | - removed deinitialization of measure time | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit b35e62d705de0e9a278d1f5ea536427948a7d5b5 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 5 09:03:18 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a1813b01fb648660889013a408d3f6ae38eb46bc | | | Author: Niklas Worschech | | | Date: Fri Sep 5 08:55:26 2014 +0000 | | | | | | fix for sum array in cpp template, reverted cvode changes for colored jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit baa0654300e55889e61a5ca4dc5d2058b98b66af | | | Author: OpenModelica Hudson | | | Date: Fri Sep 5 08:14:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e16a51947e79471860163532b93a7d3444d7d407 | | | Author: Marcus Walther | | | Date: Fri Sep 5 08:12:58 2014 +0000 | | | | | | - fixed segfault in measureTime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f0103e786c9dcc71aaac8b9a0f206ded40a761b5 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 5 07:12:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit ca69856b59da9be2c9a782bef5ceccdb4b0a382d | | | Author: Niklas Worschech | | | Date: Fri Sep 5 07:05:08 2014 +0000 | | | | | | fix for dot and div array in cpp tempalte.Colored Jacobian in cvode of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit d9329e372ff9debac125ba8067bf037a3a97d02c | | | Author: Bernhard Thiele | | | Date: Thu Sep 4 15:16:00 2014 +0000 | | | | | | Added clock constant in dispatch for Expression.traverseExpTopDown1 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 52a577ba6da9fc2cd02f7e1e652ef78d1dbb8967 | | | Author: OpenModelica Hudson | | | Date: Thu Sep 4 14:20:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit f61e67157e58fdccbdb34ae206b089ab1f02cd1e | | | Author: Niklas Worschech | | | Date: Thu Sep 4 14:13:21 2014 +0000 | | | | | | fix for promote and transpose array in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 1dc9639149c84334824ebfe8f16d93fb443f88f0 | | | Author: Vitalij Ruge | | | Date: Thu Sep 4 13:41:22 2014 +0000 | | | | | | added a warning in dyn. optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 3fa198cdc9713ff1b37b4ac726616b19076c8501 | | | Author: Vitalij Ruge | | | Date: Thu Sep 4 13:05:43 2014 +0000 | | | | | | fixed 22127 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit d78dc7d3fc4de488fd60eee6f9f9a2e38b2092aa | | | Author: Vitalij Ruge | | | Date: Thu Sep 4 12:59:15 2014 +0000 | | | | | | - added protype interface for external state estimation data //important for nmpc loops | | | - fixed final constraints | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 2a078d6a288aaa56a714603f46aba8bdee155c96 | | | Author: Lennart Ochel | | | Date: Thu Sep 4 08:26:28 2014 +0000 | | | | | | - fix sub-clock partitioning (sub-clock indices were twisted due to a wrong listReverse) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit bb6001590865656a0287acfd4f446d451655379a | | | Author: Vitalij Ruge | | | Date: Wed Sep 3 20:01:40 2014 +0000 | | | | | | improved derivatives for arctan2 and r^x | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 39206fcd21759c588b95fd308b0fc3e92d8f0e31 | | | Author: OpenModelica Hudson | | | Date: Wed Sep 3 10:53:01 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit b34f41cf33216b4d6c5e02eb25069134f5cdca0f | | | Author: Marcus Walther | | | Date: Wed Sep 3 10:50:46 2014 +0000 | | | | | | - dump graph to graphml can now be influenced with GraphDumpOptions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | | | * commit 2e7834b4197875499feea5f55b502e33cf94510d | | | Author: Vitalij Ruge | | | Date: Wed Sep 3 08:40:05 2014 +0000 | | | | | | - fixed r22109 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/CMakeLists.txt | | | | | * commit ff2ea6887fda6f36109fc5bb56ebc7b15e529bff | | | Author: Vitalij Ruge | | | Date: Wed Sep 3 08:27:12 2014 +0000 | | | | | | - fixed cmake | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/CMakeLists.txt | | | | | * commit 5d4efc6c66acfa8c48001290f4fd4ba7db9e9444 | | | Author: Michael Kloeppel | | | Date: Wed Sep 3 07:34:49 2014 +0000 | | | | | | fix msvc build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 344af77aa4fe66638a0ce51a5681ef665c96cecc | | | Author: OpenModelica Hudson | | | Date: Tue Sep 2 20:05:39 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit aa0ccf9d34e98fbe3cd12cfca3cfbf696878d224 | | | Author: Vitalij Ruge | | | Date: Tue Sep 2 20:03:54 2014 +0000 | | | | | | - support partial final constraint via annotation marker | | | - added structure for final constraints | | | - codegen for final constraints | | | - modification dyn. optimization methode for final constraints | | | - added tests for final constraints | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/OptimizerLocalFunction.h | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 59dee8ddfee0e7216c7f0fad6afe62bcadb4c6c0 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 2 15:46:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 08750ba171c8f1c7f186149d931c1aeff4336ee3 | | | Author: Niklas Worschech | | | Date: Tue Sep 2 15:31:37 2014 +0000 | | | | | | fix for cat array function in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit df6c4081331be40121c2d59cd408666d7540f2eb | | | Author: Bernhard Thiele | | | Date: Tue Sep 2 14:32:17 2014 +0000 | | | | | | Cleaned up code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 3e89aea13078c7eb342348aae000803b1a12108c | | | Author: Marcus Walther | | | Date: Tue Sep 2 14:04:50 2014 +0000 | | | | | | - fixed measure time linker error (GCC) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | | * commit 492f289d276249055bcfdacc2fd36241c6cda231 | | | Author: Michael Kloeppel | | | Date: Tue Sep 2 14:00:24 2014 +0000 | | | | | | fix build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit c4fb4857616a034515b79e1646bf49c7011726c7 | | | Author: Michael Kloeppel | | | Date: Tue Sep 2 13:56:48 2014 +0000 | | | | | | fix build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit c28f0996116ae93cc9a3989f5ac93148f32f7a9c | | | Author: Michael Kloeppel | | | Date: Tue Sep 2 13:49:33 2014 +0000 | | | | | | umfpack related changes to Makefiles and CMake scripts | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M SimulationRuntime/cpp/Solver/UmfPack/SuiteSparseConfig.cmake | | | | | * commit 5867ce35cc79aacb83719f866fea82989f476766 | | | Author: Marcus Walther | | | Date: Tue Sep 2 13:40:14 2014 +0000 | | | | | | - fixed clang build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit d672ec9d9d0308998ad36856857b54e8fc66b3e0 | | | Author: Marcus Walther | | | Date: Tue Sep 2 13:29:43 2014 +0000 | | | | | | - some more clang error fixes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit fe5e6c28a6b64f5066253304b02981945aa6b8b1 | | | Author: Marcus Walther | | | Date: Tue Sep 2 13:03:39 2014 +0000 | | | | | | - fix clang build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit bd015150ecff776f8a2a20d6d87b53f94a5b16bf | | | Author: OpenModelica Hudson | | | Date: Tue Sep 2 12:47:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 777ce4c02dcd8b56ad28d91ca91f152fdfba7c54 | | | Author: Marcus Walther | | | Date: Tue Sep 2 12:45:41 2014 +0000 | | | | | | - separated the communication variables of hpcom into int, float and bool | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d7025f4d2d7b5a4f9a98b5cc644aaa3d40975eb1 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 2 12:01:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9218d724b7c12a404ac07e837645391b632a2f8d | | | Author: Ruediger Kampfmann | | | Date: Tue Sep 2 12:00:13 2014 +0000 | | | | | | -fixed an error concerning colored Jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 970f5538a3586faa8d4a42437188426dcbb176b0 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 2 10:17:38 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 491439a27b43fd9f7ea1886b38a40dbf1478ac86 | | | Author: Ruediger Kampfmann | | | Date: Tue Sep 2 10:13:35 2014 +0000 | | | | | | -fixed an error concerning colored Jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6022db6f9d84503fafa393222ff8e22f4de6fdad | | | Author: Ruediger Kampfmann | | | Date: Tue Sep 2 08:56:43 2014 +0000 | | | | | | -fixed an error concerning colored Jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 183696c865853ec01ffa00895b579537219603fc | | | Author: Adrian Pop | | | Date: Tue Sep 2 00:33:21 2014 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit ec7415ce72d574e1b56155ce03dd920c8c6c5341 | | | Author: Bernhard Thiele | | | Date: Mon Sep 1 18:34:32 2014 +0000 | | | | | | Improved the elaboration of state machine operators | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 0674aabeec7cb9271e696c28521ac8067550d9fe | | | Author: OpenModelica Hudson | | | Date: Mon Sep 1 14:36:51 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 755749e14f2bfb0d8bba4ab6aec0e5b472552303 | | | Author: Ruediger Kampfmann | | | Date: Mon Sep 1 14:04:49 2014 +0000 | | | | | | - colored Jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7de849d2ecb23463ddf02efce3b8f1eaf44b764c | | | Author: Per Östlund | | | Date: Mon Sep 1 13:44:15 2014 +0000 | | | | | | - Fixed CodegenCpp (no german characters please). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a8e227df0c962237bd021da2047a018ecd26541b | | | Author: OpenModelica Hudson | | | Date: Mon Sep 1 13:15:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | * commit ed560c86fb502e625afe8a7c1bda621160b99398 | | | Author: Ruediger Kampfmann | | | Date: Mon Sep 1 13:06:21 2014 +0000 | | | | | | - colored Jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 04b92504c61d9add53ca5f86b801eb35e2555bbd | | | Author: Ruediger Kampfmann | | | Date: Mon Sep 1 13:04:19 2014 +0000 | | | | | | - colored Jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | | | * commit ed0d9dbcbc7102b1f05fe6674d2bafa7cd9405c0 | | | Author: Per Östlund | | | Date: Mon Sep 1 11:28:16 2014 +0000 | | | | | | Fix for #2793: | | | - Hack to handle messed up cref types when checking subscript bounds for connects. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 5bb2490c48edbe26073171a93134d13c64691e9d | | | Author: OpenModelica Hudson | | | Date: Mon Sep 1 11:16:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a66c486e7e0539fa82263912c136a7e0759d7ec5 | | | Author: Niklas Worschech | | | Date: Mon Sep 1 11:15:09 2014 +0000 | | | | | | fix for fill_array in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1c60034dfb41107a443cca5531c6829f28a79aca | | | Author: OpenModelica Hudson | | | Date: Mon Sep 1 09:26:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit f4c5d09da82eef492383faeb1b27372486719ef2 | | | Author: Per Östlund | | | Date: Mon Sep 1 09:24:20 2014 +0000 | | | | | | Fix for #2790: | | | - Implemented type checking of array dimensions for array modifiers. | | | - Fixed Types.getDimensionNth to work for all kinds of dimension configurations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 7b8fcc602c7bd6994486208b262395af8430dc7b | | | Author: Adrian Pop | | | Date: Mon Sep 1 04:45:48 2014 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 812fe69afea4956d10d38e08bd0ba21aa4eb0ced | | | Author: OpenModelica Hudson | | | Date: Sun Aug 31 21:33:10 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DynamicOptimization.mo | | | | | * commit 7a145f4909274434889986d16dd69e85de036ea5 | | | Author: Vitalij Ruge | | | Date: Sun Aug 31 21:24:33 2014 +0000 | | | | | | - rewrite DynamicOptimization parts in BackEnd | | | - create DynamicOptimization.mo | | | - mv some parts inside DynamicOptimization.mo | | | - added annotation marker for DynamicOptimization | | | - update tests for DynamicOptimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | A Compiler/BackEnd/DynamicOptimization.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | | | * commit 38a8d7f2a1d3f480dcc8f0b3bf4583ec945a9719 | | | Author: OpenModelica Hudson | | | Date: Fri Aug 29 11:45:28 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 142c4e2f351d33507f362db3733c8fc391cb744c | | | Author: Niklas Worschech | | | Date: Fri Aug 29 11:37:25 2014 +0000 | | | | | | changed A matrix for linear systems to static array in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit ad76695223807a6e09a270731bea6a4ece3680f6 | | | Author: Adrian Pop | | | Date: Thu Aug 28 18:07:13 2014 +0000 | | | | | | - compile without optimizations for bootstrapping | | | - better handling of verification of if equations that do not "set" anything i.e. (x = y): | | | if cond | | | then reinit(v, 0); reinit(s, 1); | | | else reinit(v, 2); reinit(s, 3); | | | end if; | | | maybe we should also check if the same reinit variables are used in the if branches (no idea what the spec says). | | | unfortunately the back-end doesn't support yet reinit inside if equations in when clauses. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 23bb4be53831a0caf90af1e0b468c5006e412b94 | | | Author: Bernhard Thiele | | | Date: Thu Aug 28 16:28:53 2014 +0000 | | | | | | Added state machine operators to front end | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 71fefdc9c8edd3628d3421f4c8fd287bb244bac6 | | | Author: Marcus Walther | | | Date: Thu Aug 28 12:53:43 2014 +0000 | | | | | | - fix for clang | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 212781eca79dc697564763214b4cb4b28ca979e9 | | | Author: OpenModelica Hudson | | | Date: Thu Aug 28 12:40:23 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 528a33b1853b29d9db0a89a5a30fa2fabb2ddd47 | | | Author: Marcus Walther | | | Date: Thu Aug 28 12:38:40 2014 +0000 | | | | | | - separated umfpack-include from cflags | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | | | * commit 97b3a93ad32fde30ed87a02b63e46e49717ec07f | | | Author: Marcus Walther | | | Date: Thu Aug 28 11:37:34 2014 +0000 | | | | | | - oeprator() defined for SparseMatrix-type | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | | | * commit 47ae17a1296ea0fc2df05eb6596d32e5082df046 | | | Author: Niklas Worschech | | | Date: Thu Aug 28 10:38:25 2014 +0000 | | | | | | fix for precompiled header msvc build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit cbaeb876d61bf70dc892a4bd509b0cc2f805509a | | | Author: Marcus Walther | | | Date: Thu Aug 28 07:26:12 2014 +0000 | | | | | | - excluded precompiled header just for msvc build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit a506449764c5c05ba2dc79d10d4417d61ccb89aa | | | Author: Marcus Walther | | | Date: Thu Aug 28 06:29:58 2014 +0000 | | | | | | - deactivated precompiled header temporarily to fix msvc-build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit ceb830c9f6320e460b991ba9b826236d27654abf | | | Author: Michael Kloeppel | | | Date: Wed Aug 27 11:10:41 2014 +0000 | | | | | | corrected umfpack-clean target in Makefile.common | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 02d1168eac21e4b385bc1b99c56ea42b6865738b | | | Author: Michael Kloeppel | | | Date: Wed Aug 27 10:55:55 2014 +0000 | | | | | | allows to compile umfpack in 3rdParty and use it in cpp-runtime | | | only the LGPL version in 3rdParty is used | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Solver/UmfPack/SuiteSparseConfig.cmake | | | M configure.in | | | | | * commit 40d25e00c5e6ffcfbd86e88438f38454b8cff288 | | | Author: Marcus Walther | | | Date: Wed Aug 27 10:23:07 2014 +0000 | | | | | | - fixed realDiv mistake | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit cbd0b02fd0fbb866650532e9e06703b5cc98ae8e | | | Author: OpenModelica Hudson | | | Date: Wed Aug 27 10:15:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 8a876879de82baed90ded8cdfb335b581adbaa9a | | | Author: Marcus Walther | | | Date: Wed Aug 27 10:13:45 2014 +0000 | | | | | | - removed the Include/Core - Folder from the Include-Path (this will break the CPP-Runtime on Windows with MSVC) | | | - moved some header-files from cpp/Core to cpp/Include/Core | | | - added experimental version of level-scheduler (levelfix) to HPCOM | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/Modelica.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/tpl.cpp | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | R100 SimulationRuntime/cpp/Core/Modelica/FactoryExport.h SimulationRuntime/cpp/Include/Core/Modelica/FactoryExport.h | | | R100 SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h SimulationRuntime/cpp/Include/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | R100 SimulationRuntime/cpp/Core/SimController/Configuration.h SimulationRuntime/cpp/Include/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | R089 SimulationRuntime/cpp/Core/SimController/Initialization.h SimulationRuntime/cpp/Include/Core/SimController/Initialization.h | | | R096 SimulationRuntime/cpp/Core/SimController/SimController.h SimulationRuntime/cpp/Include/Core/SimController/SimController.h | | | R100 SimulationRuntime/cpp/Core/SimController/SimManager.h SimulationRuntime/cpp/Include/Core/SimController/SimManager.h | | | R093 SimulationRuntime/cpp/Core/SimulationSettings/Factory.h SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h | | | R100 SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h SimulationRuntime/cpp/Include/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | R100 SimulationRuntime/cpp/Core/Solver/FactoryExport.h SimulationRuntime/cpp/Include/Core/Solver/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/generate_const.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/sparse_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_sparse.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.h | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.h | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | | | M SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.h | | | | | * commit 73856dbefbd07e5f4dbc634fa415d2f4cd911a26 | | | Author: Martin Sjölund | | | Date: Wed Aug 27 08:24:54 2014 +0000 | | | | | | Fix Expression.isConst to also work for function calls. | | | Changed most ExpressionSimplify routines to call isConstValue instead (since they try to do things like constant folding which fails for compound expressions anyway). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit fbbbf2ffcdbfa622a6657c21b8a5e0bb8cd0e8e0 | | | Author: Adeel Asghar | | | Date: Tue Aug 26 23:26:16 2014 +0000 | | | | | | - Fix build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 5bdf0da902ca17b0d68a701ea9b7d073e60f3861 | | | Author: Adeel Asghar | | | Date: Tue Aug 26 23:11:52 2014 +0000 | | | | | | - Merged the debugger branch with the trunk. | | | - Generate the GDB parser make files. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 8e92d60a1c0b60dfda3da5e8f6dd19e1a06c6aeb | | | Author: OpenModelica Hudson | | | Date: Tue Aug 26 14:41:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit beaf1605713e3a94de3cf6888d3162969fa51022 | | | Author: Per Östlund | | | Date: Tue Aug 26 14:33:41 2014 +0000 | | | | | | Fix for #2789: | | | - Restructured modifier handling to provide better error messages. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Util/Error.mo | | | | | * commit 3cf1f11bdde9a3ba4f02ba1d5f7cc5eefe4045a5 | | | Author: Vitalij Ruge | | | Date: Tue Aug 26 12:23:05 2014 +0000 | | | | | | -updated and added new tests for the dyn. optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 6844d5bd66a82774d4b1ac179145ccac0a2cd51e | | | Author: Marcus Walther | | | Date: Tue Aug 26 06:56:28 2014 +0000 | | | | | | - fixed Expression.isCrefListWithEqualIdents | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 4111c3128839d0df1e9a0b15b72ba9c5cec03843 | | | Author: Niklas Worschech | | | Date: Mon Aug 25 15:36:53 2014 +0000 | | | | | | fix for add array function in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | | | * commit 691b01e75e91c0c511b89124b9ae1a06c5e920d0 | | | Author: Martin Sjölund | | | Date: Mon Aug 25 15:09:10 2014 +0000 | | | | | | #2791 Rewrite multiple iterators to nested reductions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f15686dc219a8505a50dd50328f130458168d184 | | | Author: Niklas Worschech | | | Date: Mon Aug 25 12:55:58 2014 +0000 | | | | | | added accidentally removed function in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2ca1f03e1f2b4115d51625b027227014b9deb5e4 | | | Author: Ruediger Kampfmann | | | Date: Mon Aug 25 12:12:59 2014 +0000 | | | | | | -changed input parameter in division from std::string to const char* | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | * commit 7d063dfaa3fba62144365d28c98b5dfa2b824c5a | | | Author: Ruediger Kampfmann | | | Date: Mon Aug 25 12:12:37 2014 +0000 | | | | | | -changed input parameter in division from std::string to const char* | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | * commit 3838fccf8aff8f388873ecd8688626b41b9c5e27 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 25 12:10:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 9170c0fa2575f3b7ef0bf5c459c869fc56877727 | | | Author: Niklas Worschech | | | Date: Mon Aug 25 12:01:49 2014 +0000 | | | | | | added append method to array class in cpp runtime. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 7055590f19235595410291701dcdd2d94ae44c11 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 25 09:59:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4234f3a958f288beb767aa1e0df214f434d0ea7b | | | Author: Ruediger Kampfmann | | | Date: Mon Aug 25 09:41:12 2014 +0000 | | | | | | -changed passing of structs from call by value to call by reference | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 14a2065573eead27d66772c6d0c5df8f6e8868fe | | | Author: Per Östlund | | | Date: Mon Aug 25 09:34:10 2014 +0000 | | | | | | - Removed duplicated cref<->path functions in Static. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit 000242bedcb460ae364fe01f063f6469abd18db0 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 25 09:21:09 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | * commit 7b41e89291e60a5c62bdd01c783d5f9b56fc7df6 | | | Author: Per Östlund | | | Date: Mon Aug 25 09:19:25 2014 +0000 | | | | | | - Slight optimization of elaboration of EnumToInteger. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit b94cd80a966f36472b156c0bf8c0513b096389a0 | | | Author: Lennart Ochel | | | Date: Sun Aug 24 18:30:06 2014 +0000 | | | | | | - revert r21963 and change the test from #2788 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 1854729e16ecd9c1dc4e206d68b2dd8d401dcb35 | | | Author: Lennart Ochel | | | Date: Sun Aug 24 16:49:58 2014 +0000 | | | | | | - partially revert r21426 to fix #2788 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit c0579fbcbe85fd71f0a82e934b8be84bd30c6896 | | | Author: Vitalij Ruge | | | Date: Sun Aug 24 11:48:06 2014 +0000 | | | | | | improved guarding for if-exp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 574188afe1795b11721ba23107405b19c17c57d9 | | | Author: Lennart Ochel | | | Date: Sat Aug 23 14:00:43 2014 +0000 | | | | | | - hide sub-clock partitioning information by default | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 864744f3a69d030d3f1358092c8df19da7465922 | | | Author: OpenModelica Hudson | | | Date: Sat Aug 23 13:11:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 585c4de317af3976900c68338987d0143a42defe | | | Author: Lennart Ochel | | | Date: Sat Aug 23 13:09:40 2014 +0000 | | | | | | - sub-clock partitioning (each equation gets assigned an sub-clock partition index) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit 15a8310b36d185b60fd374b939bb4ac9163630f4 | | | Author: Jim Nutaro | | | Date: Fri Aug 22 20:45:52 2014 +0000 | | | | | | Added linear system solver to sparse FMI, working on events | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit e66c1dd3c53c3485857d18ec0d4ae5580d7fa55d | | | Author: Vitalij Ruge | | | Date: Fri Aug 22 16:39:49 2014 +0000 | | | | | | fixed #2787 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 23faeaaa25db95fa89da358cf582fb53526e008b | | | Author: Vitalij Ruge | | | Date: Fri Aug 22 14:32:08 2014 +0000 | | | | | | fixed pre sim in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | | | * commit 7c10ecf09fa8ddcdcf6d7e1e90eccaa1e5dfad5d | | | Author: OpenModelica Hudson | | | Date: Thu Aug 21 16:48:38 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit eeb534f07b4d5944808b36e79e173ae18aed1652 | | | Author: Per Östlund | | | Date: Thu Aug 21 16:41:33 2014 +0000 | | | | | | - Actual commit of stuff that should have been committed in r21937 (accidentally | | | only committed testsuite in that commit). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7e83e3b0ba2907edad546d111bc1b9b0cfbaddbe | | | Author: Martin Sjölund | | | Date: Thu Aug 21 12:59:27 2014 +0000 | | | | | | Fix the elaborated result tuples sooner, so moving the last statement works | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit cca816ac56e531e48239c9b8aeb67675d3aa45cd | | | Author: Martin Sjölund | | | Date: Thu Aug 21 10:36:03 2014 +0000 | | | | | | Add error message for when SCodeUtil fails to translate an operator that uses class extends (which is lacks a valid legal use case and we thus lack a case for) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 63643f304ff420d23312b1c68dcacb52e9e1cabb | | | Author: Martin Sjölund | | | Date: Wed Aug 20 14:48:41 2014 +0000 | | | | | | Started using elabExpInExpression instead of elabExp in many places (so functions returning multiple outputs work better) | | | Note: This interferes slightly with the MetaModelica type system (things RML did not handle; so no changes needed). The changes cause MetaModelica models using equations with tuples to fail (but that is okay; we do not use MetaModelica in models) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 8fb864aa56b22f356bce21fa11629d1323d23100 | | | Author: Marcus Walther | | | Date: Wed Aug 20 14:48:39 2014 +0000 | | | | | | - changed "#include " to "#include " | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | * commit 518d93a9db7414089e7a460d802798aea7a8df12 | | | Author: Marcus Walther | | | Date: Wed Aug 20 12:53:54 2014 +0000 | | | | | | - changed "#include " to "#include " | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | * commit 49aaadd883929131047a941059a8c939cd7162b3 | | | Author: Marcus Walther | | | Date: Wed Aug 20 11:45:56 2014 +0000 | | | | | | - changed USE_THREADS to USE_PARALLEL_OUTPUT, because otherwise the boost_thread library can not be used by HPCOM | | | - some updated for the hpcom testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Makefile | | | | | * commit b7085cf8c9fb8f4cf8b3806446b9d14cd4ee3cf4 | | | Author: OpenModelica Hudson | | | Date: Wed Aug 20 11:43:51 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 8c1b40dce46391afb5c8de1b987c7e00281546ca | | | Author: Marcus Walther | | | Date: Wed Aug 20 11:42:08 2014 +0000 | | | | | | - isCrefListWithEqualIdents - added to the expression-module, to check if a list of expressions uses the same cref-identifier | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit c29e1bad53f9f7bbf208a61c09baef37a1ceefec | | | Author: Marcus Walther | | | Date: Wed Aug 20 10:16:00 2014 +0000 | | | | | | -rml fix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 5795ae2de59ac661a34d5469f6f5643f809508cb | | | Author: Martin Sjölund | | | Date: Wed Aug 20 10:07:27 2014 +0000 | | | | | | Fix configure script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 0be828f33ea9fc4d2e0424edc3a5dbcfce362ab5 | | | Author: OpenModelica Hudson | | | Date: Wed Aug 20 09:14:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 95d964bc8c2656a5f6876bc9b49159d7501d6cd0 | | | Author: Marcus Walther | | | Date: Wed Aug 20 09:12:56 2014 +0000 | | | | | | - all String are now exported into a CDATA-Field in GraphML | | | - improvement for level-scheduler added | | | - debug output of HpcOmMemory changed | | | - cleaned up the HpcOmTaskGraph-file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit 08f4d8d97e2313b5094e75d4d3998f3b3bbec9f1 | | | Author: Martin Sjölund | | | Date: Tue Aug 19 13:56:59 2014 +0000 | | | | | | Use the file info from the binding when generating an error about type mismatch in the binding (since it is very hard to know where the binding is coming from compared to finding out the type of the declared component) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit b6d6d29125e3fb9109ac9982b7f961ae972ee058 | | | Author: Vitalij Ruge | | | Date: Tue Aug 19 12:57:11 2014 +0000 | | | | | | added simplify rule | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 9fcdb695f3fd1214904c260019982c878b3e14f4 | | | Author: Vitalij Ruge | | | Date: Tue Aug 19 11:47:30 2014 +0000 | | | | | | added simplify rule | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 8062860d0f11c044b03930f2650afae9c26efabc | | | Author: OpenModelica Hudson | | | Date: Tue Aug 19 11:01:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 4d64e3fca99aaf5692d7fc3c4e70afbca206856b | | | Author: Vitalij Ruge | | | Date: Tue Aug 19 11:00:14 2014 +0000 | | | | | | added solver rule | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 9ff5f64f5d3c47cf7758c541b44b7aa3f5c31cd0 | | | Author: Vitalij Ruge | | | Date: Tue Aug 19 09:24:21 2014 +0000 | | | | | | added some simplify rules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 10ac602da21e0d92dceb9017e8ae73ace28f6f3a | | | Author: OpenModelica Hudson | | | Date: Tue Aug 19 09:21:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ce76a7e788b1bbe134222a52edd9041b69dc0bb0 | | | Author: Ruediger Kampfmann | | | Date: Tue Aug 19 09:19:57 2014 +0000 | | | | | | -changed declaration of temp strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit cf4120a4266e9f694ab4cb5e41d42fb216450aae | | | Author: Martin Sjölund | | | Date: Mon Aug 18 18:35:51 2014 +0000 | | | | | | Skip compressing some unnecessary files in the tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 004e15f89ce7a56f84392167c4641aa5ca8edf25 | | | Author: Adrian Pop | | | Date: Mon Aug 18 17:25:57 2014 +0000 | | | | | | - fix omc-bootstrapped target for Windows MinGW (still some issues with un-tarring of sources) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 34c844135ddb4a5307ecf18113f3572f2e346603 | | | Author: Marcus Walther | | | Date: Mon Aug 18 13:56:17 2014 +0000 | | | | | | - fixed build of ANALYZATION_MODE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 5e06d6bd0171ce2c8c971430d78b852d3178c9d9 | | | Author: Martin Sjölund | | | Date: Mon Aug 18 09:11:57 2014 +0000 | | | | | | Added some tail recursion for the connection trie graph (moves some variables around in equations, and some equations too) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit f040d6415a2530df97c1246723984167ea4e2521 | | | Author: Niklas Worschech | | | Date: Mon Aug 18 08:49:44 2014 +0000 | | | | | | fix for some function calls in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 59389f97ee1b552b196411cc87b6a7cfc40776bd | | | Author: Marcus Walther | | | Date: Mon Aug 18 05:55:42 2014 +0000 | | | | | | - some changes in the measure_time functionality | | | - fixed stack overflow of MCP-Scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | | | * commit d9e41cc845ff9cfae8edc29d387f0eca5ae56070 | | | Author: Vitalij Ruge | | | Date: Sun Aug 17 16:00:31 2014 +0000 | | | | | | some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 2b2468252b3b7071eea1de472062e9d3a36fd421 | | | Author: Martin Sjölund | | | Date: Sun Aug 17 15:28:26 2014 +0000 | | | | | | Tail-recursive instArray2 for DIM_INTEGER (at the cost of moving some equations around) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit c5a0fedca378c4b5cf75ed037e6b9ea8e5d83050 | | | Author: Martin Sjölund | | | Date: Sat Aug 16 19:17:30 2014 +0000 | | | | | | Tail recursive getMemberOnTrue | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 4f8d37dff3491946809d28268f37d1e8dc1a3057 | | | Author: Martin Sjölund | | | Date: Sat Aug 16 14:49:09 2014 +0000 | | | | | | Fix some tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/List.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | M SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | | | * commit 2c2f5671c21a99729bcc67879c2b00934b574dc6 | | | Author: Martin Sjölund | | | Date: Fri Aug 15 11:03:44 2014 +0000 | | | | | | Improve the error-messages for domain errors like `log(<0)` (make it part of the messages using the XML output) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit c3e9a96627e73cad0491d6fc735ab2588271383b | | | Author: Marcus Walther | | | Date: Fri Aug 15 10:07:51 2014 +0000 | | | | | | - fixed i386 compilation of RDTSC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | | | * commit c61fb7afe5196f2323f2e9a2cab31f7a62660861 | | | Author: Martin Sjölund | | | Date: Fri Aug 15 10:03:41 2014 +0000 | | | | | | Bootstrapping fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit d2101dee9b49a95b72a83d94019fb14e14945be8 | | | Author: Niklas Worschech | | | Date: Fri Aug 15 08:43:54 2014 +0000 | | | | | | added flag for use threads in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 1a14a33fb89ff70bbf604c9c8e256356afa97870 | | | Author: OpenModelica Hudson | | | Date: Fri Aug 15 08:33:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | | | * commit e25466d39cffa9ee8d345f765fc8f7bbb6e4bb05 | | | Author: Marcus Walther | | | Date: Fri Aug 15 08:24:30 2014 +0000 | | | | | | - added profiling-support to cpp-runtime | | | - fixed deadlock in hpcom-cpp simulation runs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | A SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Utils/extension/measure_time.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | A SimulationRuntime/cpp/Include/Core/Utils/extension/measure_time.hpp | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | | | * commit c00fd07414a7067c115afa01a31d92ba509b05f6 | | | Author: OpenModelica Hudson | | | Date: Thu Aug 14 20:04:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit d26ed5e439a53480b20aa57d9110325c992f8fca | | | Author: Jim Nutaro | | | Date: Thu Aug 14 20:03:15 2014 +0000 | | | | | | More work on the Sparse FMI back-end | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit e71ac1947184552ad95eab308a88739ba1c1f199 | | | Author: Niklas Worschech | | | Date: Thu Aug 14 16:33:03 2014 +0000 | | | | | | revert unfortunately check in cmake file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit f69795357a625314be7c30f1370a038bec3fbcaa | | | Author: Niklas Worschech | | | Date: Thu Aug 14 16:09:58 2014 +0000 | | | | | | fix for function signature with no arguments in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7f9a89154477b904fa293ea30ee3d46d8ff7bad9 | | | Author: OpenModelica Hudson | | | Date: Thu Aug 14 14:55:09 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 75843b5dc2b56bb13144ff2285583a46d9b84913 | | | Author: Niklas Worschech | | | Date: Thu Aug 14 14:47:28 2014 +0000 | | | | | | fix for function output type in cpp template. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 2fffcd45851358c36418a44c6b7644841098062c | | | Author: OpenModelica Hudson | | | Date: Thu Aug 14 12:17:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 77960f40904dec41d6239f04ecff663c355c4cba | | | Author: Niklas Worschech | | | Date: Thu Aug 14 12:09:23 2014 +0000 | | | | | | changed datatype in TextFileWriter and MatFileWriter of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 431bc16446bcc09967c942723f06e9e26b9972ab | | | Author: Ruediger Kampfmann | | | Date: Thu Aug 14 08:37:58 2014 +0000 | | | | | | -changed functions from call by value to call by reference | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 26f9d7d71d92edc15f3cb5c43419374ad1e76dab | | | Author: OpenModelica Hudson | | | Date: Thu Aug 14 08:24:26 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | * commit 6b6993dce694360866a527f5387cc04bfe6ac197 | | | Author: Ruediger Kampfmann | | | Date: Thu Aug 14 07:55:26 2014 +0000 | | | | | | -exchanged some for loops with std:copy | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | * commit 30b4991213c4aa3989a4ca526b7e6cf306fcc1d6 | | | Author: OpenModelica Hudson | | | Date: Thu Aug 14 07:44:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9574839fb5b865d25ff02ab543cf01e2b10427f1 | | | Author: Ruediger Kampfmann | | | Date: Thu Aug 14 07:39:22 2014 +0000 | | | | | | -changed functions from call by value to call by reference | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f77677a0d98c0cc43173169aa09dff607f7f9ddf | | | Author: Ruediger Kampfmann | | | Date: Thu Aug 14 07:05:27 2014 +0000 | | | | | | -removed assign(0.0) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit dad8e948d253334d133916773a687f066a62b752 | | | Author: OpenModelica Hudson | | | Date: Wed Aug 13 14:47:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 0fbe9568d2884db37e2efcdb5ee149161db2c471 | | | Author: Niklas Worschech | | | Date: Wed Aug 13 14:35:17 2014 +0000 | | | | | | changed array type in function arguments to BaseArray in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit e242b04081d3a5de7f7f0d75d1a4954e97f04133 | | | Author: Marcus Walther | | | Date: Wed Aug 13 14:07:14 2014 +0000 | | | | | | - destructors of array-classes are now virtual | | | - hpcom cpp-codegeneration is now generating the new array classes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 7a66c38ad27b4cd56739fa0e2d8ee7450f259e86 | | | Author: Marcus Walther | | | Date: Wed Aug 13 10:56:42 2014 +0000 | | | | | | - fixed state selection bug | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d9f1b3513cc827d8f8b302fdaf1007f90dd7cfa0 | | | Author: Niklas Worschech | | | Date: Wed Aug 13 07:27:46 2014 +0000 | | | | | | fix in stateselection getAMatrix in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f736ef7f5d2195e20f7b1f4102b16db2c81ad34e | | | Author: Marcus Walther | | | Date: Tue Aug 12 14:52:12 2014 +0000 | | | | | | -fix rml-build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | * commit a69ec4c004c6ffebb0df7821ebc0cd5d66125aa7 | | | Author: Marcus Walther | | | Date: Tue Aug 12 14:23:49 2014 +0000 | | | | | | - rml-fix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | * commit 511b2596cda54be092d31f8edb0a7b6702df0082 | | | Author: OpenModelica Hudson | | | Date: Tue Aug 12 14:16:12 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 40f0496dd067f7d94e2221a14e81623c672155b0 | | | Author: Marcus Walther | | | Date: Tue Aug 12 14:00:54 2014 +0000 | | | | | | - fixed hpcom-cpp-runtime integration | | | - removed some spelling mistakes in CPP-Template | | | - some array unrolling improvements for hpcom | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit d562959fce20cae07780095efebe6b97df54b9eb | | | Author: OpenModelica Hudson | | | Date: Tue Aug 12 13:38:06 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit f9d96f635e8b0f6bc9f70e8ccaccef650ecacebb | | | Author: Niklas Worschech | | | Date: Tue Aug 12 13:36:24 2014 +0000 | | | | | | temporary removed unused array classes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 15bae9b30670f13a5d24e1ca6ca1b57e392bbcb6 | | | Author: Ruediger Kampfmann | | | Date: Tue Aug 12 11:28:01 2014 +0000 | | | | | | some errors fixed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 55951093156e4de87f099adba3a327e7bf527934 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 11 20:57:44 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 7a00d6afa66c669eee1d283627981ae989d20abb | | | Author: Vitalij Ruge | | | Date: Mon Aug 11 20:56:02 2014 +0000 | | | | | | fixed jacobian index handling in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit cdc1875045fe8925c61f5bbff7950e4254f94345 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 11 15:55:12 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 7704927697067479108e814f1fbe4c7a4a9b637e | | | Author: Niklas Worschech | | | Date: Mon Aug 11 15:40:27 2014 +0000 | | | | | | fix for correct array variable names in simulation results file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6fe245ceccf9dc23842e922111f4ff1593a631fd | | | Author: Ruediger Kampfmann | | | Date: Mon Aug 11 15:31:57 2014 +0000 | | | | | | some errors fixed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit d8af7859ffff84d3ccd444348dbf8b8f7fec1ff3 | | | Author: Ruediger Kampfmann | | | Date: Mon Aug 11 15:29:53 2014 +0000 | | | | | | some errors fixed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 260c6afc4ebcd6409fe5cd87772ae6b6309e6526 | | | Author: Niklas Worschech | | | Date: Mon Aug 11 14:31:05 2014 +0000 | | | | | | fix in Array assign in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit efa25b005c78c4d284a6699c72aedfc1991f0633 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 11 12:48:04 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 51a5cccce32a286457fbd80f33a232d85afbaf85 | | | Author: Niklas Worschech | | | Date: Mon Aug 11 12:46:22 2014 +0000 | | | | | | added assign operator to DynArray class | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 83a0ffc35442bfce1e7749d87953ac476493afb2 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 11 08:57:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 80fb1b1537fda989f823fd6ba69174cf0e184536 | | | Author: Niklas Worschech | | | Date: Mon Aug 11 08:55:47 2014 +0000 | | | | | | fix for assign array from function return, adapted state selection for new array class | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | | | * commit 16787abf9fc9b6117a845d8e048656bb1224b18d | | | Author: Jim Nutaro | | | Date: Fri Aug 8 15:37:52 2014 +0000 | | | | | | Sparse FMI works for simple systems in state space form | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit 619995e3420005d73510d873cb19e4fb9d33e8f3 | | | Author: Niklas Worschech | | | Date: Fri Aug 8 15:28:49 2014 +0000 | | | | | | fix in Array.h getDims | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 624bedde3e50fc04d93fcdfcd22f7e8afc88767e | | | Author: Martin Sjölund | | | Date: Fri Aug 8 12:00:50 2014 +0000 | | | | | | Fix cpp tests (unisgned int != size_t) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 91e2dd2d62408a20e9ec5ef4d457918d1f7110f0 | | | Author: Martin Sjölund | | | Date: Fri Aug 8 10:52:56 2014 +0000 | | | | | | Fix template indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 397a9c6ae1f15c1715e43270833a40981e990b9d | | | Author: Martin Sjölund | | | Date: Fri Aug 8 10:40:46 2014 +0000 | | | | | | Fix C++ compilation... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit f6cd1884f03351aa6b712eefe9f75da49d88fa02 | | | Author: Martin Sjölund | | | Date: Fri Aug 8 10:24:44 2014 +0000 | | | | | | Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | | | * commit e9b77930e4a2928daa6eb1298fd3d686f3a0ff7f | | | Author: OpenModelica Hudson | | | Date: Fri Aug 8 10:05:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit a0a287885ca9ad727d246e04b674769b42518172 | | | Author: OpenModelica Hudson | | | Date: Fri Aug 8 10:04:50 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/Array.h | | | | | * commit 55155a312b33a347cf2039b292fd276cd3561775 | | | Author: Ruediger Kampfmann | | | Date: Fri Aug 8 09:47:32 2014 +0000 | | | | | | Added new array class to cpp runtime. Changed arrays in cpp template. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | A SimulationRuntime/cpp/Include/Core/Math/Array.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 18e2f163b5017d335231ed5d789f2a8d81dc842a | | | Author: Martin Sjölund | | | Date: Fri Aug 8 09:24:04 2014 +0000 | | | | | | Fix for compiling modelica3d on OSX (force libstdc++ instead of the default libc++ since OSG is compiled against libstdc++) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M configure.in | | | | | * commit f9e20a539ef598e20e0c6ee0783f66cf01c12310 | | | Author: OpenModelica Hudson | | | Date: Fri Aug 8 08:16:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 790055515cd004b76f73713587e191bf6fbadde5 | | | Author: Niklas Worschech | | | Date: Fri Aug 8 08:08:42 2014 +0000 | | | | | | separated initialequations and getReal,setReal method in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 83966e5e3e53fa890e878a26f1c0851cf0390808 | | | Author: OpenModelica Hudson | | | Date: Thu Aug 7 21:07:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit 6af96bbf4ed519b0b93f5a75a7ae0dd402ca1dc9 | | | Author: Jim Nutaro | | | Date: Thu Aug 7 21:06:17 2014 +0000 | | | | | | More work on SparseFMI | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit 7387a820c36205ca32ff0b8019049509643f266d | | | Author: Martin Sjölund | | | Date: Thu Aug 7 14:14:13 2014 +0000 | | | | | | Make dimensionsKnownAndEqual not fail if the inputs are DIM_UNKNOWN() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 12952dd168e094f09bb5733db8bdd8eb2c8d36b9 | | | Author: Martin Sjölund | | | Date: Thu Aug 7 12:39:57 2014 +0000 | | | | | | Allow DIM_EXP on both sides of a matrix multiplication | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | | | * commit a21efc5955f2b086f945380e56263c2adf1d41bf | | | Author: Niklas Worschech | | | Date: Thu Aug 7 12:36:44 2014 +0000 | | | | | | fix for typo in SimCodeUtil.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit f21f70d839a8d9ab4e2277ff4d0349e05d420346 | | | Author: Martin Sjölund | | | Date: Thu Aug 7 12:27:46 2014 +0000 | | | | | | Allow DIM_EXP():=DIM_EXP() (do run-time checks since we cannot do everything at compile-time) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit cf88681a6940835dbe95082e31b323e3203b360a | | | Author: OpenModelica Hudson | | | Date: Thu Aug 7 12:21:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 2223624fb318974192ee0ac06689d9b09d32bb91 | | | Author: Niklas Worschech | | | Date: Thu Aug 7 11:49:02 2014 +0000 | | | | | | removed some result output variables in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 6939e8350cd9eb28a6e879be0e53879f627e813e | | | Author: Martin Sjölund | | | Date: Thu Aug 7 11:42:08 2014 +0000 | | | | | | Report flattening errors in the coverage reports when there was an error instantiating the functions (previously, the function list would not be checked until the lowering phase) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit e11cec6f1971468e592fbc44fc17476ab4df4ce1 | | | Author: Lennart Ochel | | | Date: Thu Aug 7 08:57:13 2014 +0000 | | | | | | - listDelete is using zero-based indexing instead of one-based indexing as it should use. List.delete is added as a workaround. | | | - for now, List.delete should be used instead of listDelete | | | - I will push my fix to listDelete as soon as the rml stuff is gone | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/List.mo | | | | | * commit 27aed168c231efd4abba2b035ac28657d1a56720 | | | Author: OpenModelica Hudson | | | Date: Thu Aug 7 07:46:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit e6c884a6d2351a6c51afa7a33f7a7fb30435e481 | | | Author: Patrick Marcel Taeuber | | | Date: Thu Aug 7 07:45:12 2014 +0000 | | | | | | Modified Tarjan Matching a bit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit e940461fad72d8276769ac03c619a28ea6e15f91 | | | Author: Martin Sjölund | | | Date: Thu Aug 7 06:03:00 2014 +0000 | | | | | | Some documentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 9862e288156ed3c74694af6c5e5f1aad65759691 | | | Author: Martin Sjölund | | | Date: Wed Aug 6 16:00:26 2014 +0000 | | | | | | Add scripting function stringVariableName | | | Also made it possible to do things like `val(stringVariableName("b"),...)` or `v:=stringVariableName("b");val(v,...);` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/Parser_omc.c | | | M Parser/Parser_rml.c | | | M Parser/parse.c | | | | | * commit 557f2cd5f59eb9f0d473ccb8ea8a0c19b5a22b81 | | | Author: Lennart Ochel | | | Date: Wed Aug 6 14:10:00 2014 +0000 | | | | | | - BackendEquation.mo | | | - remove obsolete code, fix typos and comments, fix bugs (even if they did not appear yet) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Unused/InlineSolver.mo | | | | | * commit c461bf7b9a8dfea9f98bdc8abfe8601c77c88988 | | | Author: Vitalij Ruge | | | Date: Wed Aug 6 14:03:46 2014 +0000 | | | | | | fixed some issues with optimization: | | | - jac handling | | | - memory | | | - output | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 2278f0bba785928fc08fbb872dee3d7e77ca61f7 | | | Author: Lennart Ochel | | | Date: Wed Aug 6 13:42:33 2014 +0000 | | | | | | - fix rml compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 2372f3c19672281627a45d1d2f5d410123bb06b2 | | | Author: Martin Sjölund | | | Date: Wed Aug 6 12:32:29 2014 +0000 | | | | | | #2757 Fix the types set when simplifying reductions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 0d8f7259b2b4fe8d107cf7683394a1445c38456e | | | Author: Lennart Ochel | | | Date: Wed Aug 6 12:15:59 2014 +0000 | | | | | | - review BackendEquation.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit d88b430bebca5101303b0f138b554ee74d4efefc | | | Author: Volker Waurich | | | Date: Wed Aug 6 09:19:57 2014 +0000 | | | | | | - replaced HpcOmTaskGraph.transposeTaskGraph with BackendDAEUtil.transposeMatrix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 2f6a8ed2ed8f24cd29b5bb419b59884ea92a736f | | | Author: OpenModelica Hudson | | | Date: Wed Aug 6 08:57:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 57ef971387210c5c21ac5f2de7e1dcfdb42c2f39 | | | Author: Vitalij Ruge | | | Date: Wed Aug 6 08:38:08 2014 +0000 | | | | | | added rule x/(r*y) => (1/r)*x/y | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 1228cd4cca8025cfe08ca7820471fb426e5d846a | | | Author: Martin Sjölund | | | Date: Wed Aug 6 08:19:32 2014 +0000 | | | | | | #2772 Do not exit the master thread when unloading FMU's. Cancel the worker threads in thread objects instead. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/thread.cpp | | | M SimulationRuntime/interactive/thread.h | | | | | * commit 76aa90efa36cd3a1e19c8df724730bae315f6d94 | | | Author: OpenModelica Hudson | | | Date: Wed Aug 6 08:17:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 2d1f6c3b2b9bb1f2543f17ed1e300e8dbd5ac0a3 | | | Author: Vitalij Ruge | | | Date: Wed Aug 6 07:55:58 2014 +0000 | | | | | | added rules: | | | - a*x*b + c*x = x*(a*b + c) | | | - a*x + b*x*c = x*(a + b*c) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f3b69cc51689c3201ab347fe5293309e8fcaa7d1 | | | Author: Vitalij Ruge | | | Date: Wed Aug 6 07:02:48 2014 +0000 | | | | | | swapped args in hasOnlyFactors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 7d9fa2e8e35812372145cb7ea2b4784655e7230a | | | Author: OpenModelica Hudson | | | Date: Wed Aug 6 06:59:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 1ab69827ed526e280bfc9753584db1d18e266913 | | | Author: Vitalij Ruge | | | Date: Wed Aug 6 06:47:17 2014 +0000 | | | | | | - added rule for a*x*c + d*x*e => x*(a*c + d*e) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit aeaea6d24d6dc88f60d725b35f0cbda9e87e3841 | | | Author: Marcus Walther | | | Date: Wed Aug 6 06:20:40 2014 +0000 | | | | | | - fixed Susan Indent level | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit ba6522566e0954999824620f591180409e5982a5 | | | Author: OpenModelica Hudson | | | Date: Tue Aug 5 21:44:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit 54311b27dcb2d5628ba30d86e1d5c9712908383b | | | Author: Jim Nutaro | | | Date: Tue Aug 5 21:37:17 2014 +0000 | | | | | | More work on the sparse FMI generator | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit feac7048ac67279c4e33544922c7c79b03dca6e2 | | | Author: Lennart Ochel | | | Date: Tue Aug 5 15:04:29 2014 +0000 | | | | | | - remove BackendEquation.equationNth0 since it is deprecated (equationNth1 can be used instead) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 274adf08e953be60ea3e053e09bad120666dade1 | | | Author: Martin Sjölund | | | Date: Tue Aug 5 14:33:24 2014 +0000 | | | | | | Fix last commit (ModelicaReference does not need to be loaded) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 4db9f7bf87fb211836c615f3abd4e65923214c3e | | | Author: Martin Sjölund | | | Date: Tue Aug 5 14:32:57 2014 +0000 | | | | | | When generating documentation, also add a case-insensitive .zip for Windows systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 30c76ef547449774662bc50d75f7bb3a8bfbd8cd | | | Author: Lennart Ochel | | | Date: Tue Aug 5 14:31:00 2014 +0000 | | | | | | - fix r21757 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 2c48a9259f920c3fea970f56d0013d81301b99f5 | | | Author: OpenModelica Hudson | | | Date: Tue Aug 5 14:08:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit f19450e7d1865f2606e8acd4155d11920ea2e36f | | | Author: Lennart Ochel | | | Date: Tue Aug 5 14:04:50 2014 +0000 | | | | | | - don't use zero-based indexing for (equation) arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit 9c93085023a3203e3899abc86f796edb03ce6d2e | | | Author: OpenModelica Hudson | | | Date: Tue Aug 5 14:01:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 0bd0421818d21d14f8e0ec4622b4898ba1dba663 | | | Author: Vitalij Ruge | | | Date: Tue Aug 5 13:33:11 2014 +0000 | | | | | | fixed r21754 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 6ccc9867641baef1261ec3bc4b2bac5335285f8e | | | Author: Vitalij Ruge | | | Date: Tue Aug 5 13:30:57 2014 +0000 | | | | | | - added some rules in ExpressionSolve | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 9bc19264b15c8471581dc0b8b5675173ecc4bbe9 | | | Author: Vitalij Ruge | | | Date: Tue Aug 5 12:51:03 2014 +0000 | | | | | | - improved some rules in ExpressionSolve | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 81cb9ea63c0d2bac08978534be1535daa8f8d6d7 | | | Author: Lennart Ochel | | | Date: Tue Aug 5 12:11:16 2014 +0000 | | | | | | - fix initialization of fmi example | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 58c09c91fdc8be71dcf3b2d4e875f03ae87eac7a | | | Author: OpenModelica Hudson | | | Date: Tue Aug 5 12:08:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f160476841056e8075f977c0233359045a5bdde3 | | | Author: Vitalij Ruge | | | Date: Tue Aug 5 12:06:58 2014 +0000 | | | | | | - added rule for simplify if | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 0a931426f9f89f4ddf36d11101bd27d42c4b79cd | | | Author: Lennart Ochel | | | Date: Tue Aug 5 10:34:46 2014 +0000 | | | | | | - revise some functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 73d78b46ba8114ce9e8c5cde83dc909b61832f0a | | | Author: Martin Sjölund | | | Date: Tue Aug 5 09:16:07 2014 +0000 | | | | | | Fix bootstrapping (broken by r21745) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 4754df08ca9359f988c0dd9142e5999f7641c0b2 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 4 21:26:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenSparseFMI.tpl | | | | | * commit d78f5d9392c71437aeec60af21f39a308c6b4651 | | | Author: Jim Nutaro | | | Date: Mon Aug 4 21:24:33 2014 +0000 | | | | | | Added start of a sparse FMI generator for creating QSS compatible FMIs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Makefile.common | | | A Compiler/Template/CodegenSparseFMI.tpl | | | M Compiler/Template/Makefile.common | | | M Compiler/Util/Flags.mo | | | | | * commit 01f7157100872a380550c647191d4a90d0462c88 | | | Author: Martin Sjölund | | | Date: Mon Aug 4 13:38:16 2014 +0000 | | | | | | #2768 Instantiate partial functions in the normal way when running checkModel | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit c5b3732c6ceaf44b2f2aae422c066efadfe62b3c | | | Author: Marcus Walther | | | Date: Mon Aug 4 13:24:07 2014 +0000 | | | | | | - update for msvc hpcom code generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 4968dc24045cb583ab2187e4fd20206a4543775b | | | Author: Martin Sjölund | | | Date: Mon Aug 4 12:52:49 2014 +0000 | | | | | | #2769 Traverse the function body of used partially evaluated functions when looking for unused functions... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 3b9a7c99e015489388fe996bff8d35baa40a5d5c | | | Author: Martin Sjölund | | | Date: Mon Aug 4 12:43:22 2014 +0000 | | | | | | #2770 Handle vectorization of function calls with unknown array dimensions better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 36a12e6510a5011f101f1b695ae888f7772109bd | | | Author: OpenModelica Hudson | | | Date: Mon Aug 4 10:30:50 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 5441ab1530ccc3dce12632bfd9c587a84c778193 | | | Author: Marcus Walther | | | Date: Mon Aug 4 10:23:25 2014 +0000 | | | | | | - hpcom msvc support added | | | - debug output for hpcomMemory included to find array unrolling issues | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 37959e2292f97736b68bb605ab813f8d2963d6b8 | | | Author: Martin Sjölund | | | Date: Mon Aug 4 09:59:50 2014 +0000 | | | | | | Improve message for mismatching array dimensions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 24d7c69efb5daca047b5d7d7cf3587dbe0d291a2 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 4 09:44:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | * commit 202151f727a363d66872b7ec245e2da7b2b95eee | | | Author: Martin Eitel | | | Date: Mon Aug 4 09:29:44 2014 +0000 | | | | | | another buffer optimization in MatfileWriter.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | * commit 0ccc50e8ec0b558c34e9a8ec22845fac8ee157d1 | | | Author: Martin Sjölund | | | Date: Mon Aug 4 09:16:25 2014 +0000 | | | | | | Typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | | | * commit 41912ee23079455f24a0c79da3876b25d0c36092 | | | Author: Martin Sjölund | | | Date: Mon Aug 4 09:00:53 2014 +0000 | | | | | | Some refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | | | * commit 03a6c8a8d954bdaac2328c839396e0f29c5b66b1 | | | Author: Marcus Walther | | | Date: Mon Aug 4 06:09:04 2014 +0000 | | | | | | - fixed bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit affaf685bd9fc8e2b85289e70c73082d09599624 | | | Author: Vitalij Ruge | | | Date: Sun Aug 3 11:08:16 2014 +0000 | | | | | | added some solver rules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 07dc105ec0c64b590b8d0ea2eb289ad6653a1823 | | | Author: Vitalij Ruge | | | Date: Sat Aug 2 12:21:18 2014 +0000 | | | | | | added solver rule for power | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 47406332d07cf716c2d25cbaf965782f1c9db2c7 | | | Author: Vitalij Ruge | | | Date: Sat Aug 2 11:29:11 2014 +0000 | | | | | | - solver rule for power | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit f8c335f979265cc363e3fcc1b835d591003a60bf | | | Author: Lennart Ochel | | | Date: Fri Aug 1 21:36:13 2014 +0000 | | | | | | - break redundant calculations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 212bc303441d1a0e9815cd320f644f3e4f5f14d7 | | | Author: Lennart Ochel | | | Date: Fri Aug 1 20:44:12 2014 +0000 | | | | | | - cleanup and simplification | | | - generate more efficient data structures | | | - setupVarReplacements (former equationsReplaceEquations) is now only traversing marked components instead of all of them | | | - function compsMarker | | | - ... generates now also a list with all indices of the marked equations | | | - ... will be revised completely in one of the next revisions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 1f74e224c00afc34bf86f6aa5ecfd8106d2f85a6 | | | Author: OpenModelica Hudson | | | Date: Fri Aug 1 15:56:33 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 201e144ab7d6c7fd8472f46fab80bebf7702935f | | | Author: Niklas Worschech | | | Date: Fri Aug 1 15:54:51 2014 +0000 | | | | | | disabled write parameter vars for csv in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 86af412d41f8a773aa3b508ba31ee0a4b1feaa6e | | | Author: Lennart Ochel | | | Date: Fri Aug 1 15:04:34 2014 +0000 | | | | | | - avoid unnecessary recursions | | | - avoid array to list conversions and vice versa | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 399467933955b145932e5d77040ac7d6b67d5e24 | | | Author: OpenModelica Hudson | | | Date: Fri Aug 1 14:34:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 21f3aafbccc81cbde42d4779c7885c0e2ad65473 | | | Author: Marcus Walther | | | Date: Fri Aug 1 14:02:55 2014 +0000 | | | | | | - fix for hpcom: the hpcomMemory logic is now fully disabled if the hpcomMemoryOpt-Flag is not set | | | - hpcom execstats slightly changed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 82730c90212c9898bbf7dca61e05cc353cdeeb46 | | | Author: Marcus Walther | | | Date: Fri Aug 1 13:54:50 2014 +0000 | | | | | | - fix for NOTFOUND - Bug if boost log is not installed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit ac453cff191c51f5a6f0fcdb62a247192c842c7d | | | Author: Vitalij Ruge | | | Date: Fri Aug 1 12:29:19 2014 +0000 | | | | | | fixed r21710 (atan2) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit aeb3692fab06364ae5b0806ef87499994eec0663 | | | Author: OpenModelica Hudson | | | Date: Fri Aug 1 12:24:04 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 7a48a1e542e4f2ce46025ab7008155365f44fa09 | | | Author: Vitalij Ruge | | | Date: Fri Aug 1 12:17:18 2014 +0000 | | | | | | - fixes from static analysis | | | - uncomment diff(atan2(y,0)) rule | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit bd4ed227d223367a8065be5d6fa37d87273b8580 | | | Author: OpenModelica Hudson | | | Date: Fri Aug 1 11:39:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 66c0c054a20204382b1e9435b9de901772c3034c | | | Author: Lennart Ochel | | | Date: Fri Aug 1 11:37:20 2014 +0000 | | | | | | - merged revision(s) r21547-r21703 from branches/initialization/ | | | - completely new initialization approach for under-determined, over-determined and simultaneously under- and over-determined systems | | | - symbolic consistency check for over-determined (sub-)systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/Util/Util.mo | | | | | * commit 100c73a214ae8d0cbc71186040573f2558ee92cf | | | Author: OpenModelica Hudson | | | Date: Fri Aug 1 10:49:20 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit 76f42ac47a10d4f69d6b6bbae41dd9c171f32705 | | | Author: Niklas Worschech | | | Date: Fri Aug 1 10:47:37 2014 +0000 | | | | | | removed unnecessary initialization in cpp template. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | | | * commit 7e5a61edb61d31cfa96ceb01af92378a3a358ce0 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 31 12:12:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit c8d620cf0bc581505db95ab8a5445eaa718ef60e | | | Author: Vitalij Ruge | | | Date: Thu Jul 31 12:03:39 2014 +0000 | | | | | | added some rules for atan2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit c7a4c0dee70dad16bf1e494af65c25b8042e471d | | | Author: Martin Sjölund | | | Date: Thu Jul 31 11:44:44 2014 +0000 | | | | | | Add function stringTypeName, the inverse of typeNameString | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/Script/CevalScript.mo | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/Parser_omc.c | | | M Parser/Parser_rml.c | | | M Parser/parse.c | | | | | * commit 68b75685fb56fee9bd3c09d2937a3e807a8cb5f0 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 31 11:32:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 66c25e78c3b4f5ef9ccadcd79f8ff2d09185a1fe | | | Author: Volker Waurich | | | Date: Thu Jul 31 11:31:17 2014 +0000 | | | | | | - replace crefs in nonlinear systems for tds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 35e14af65955c083980b0b9bc275150002a3d840 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 31 10:53:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit b7b7440a30e013845df9b8d4063e599222f8cb1e | | | Author: Marcus Walther | | | Date: Thu Jul 31 10:51:23 2014 +0000 | | | | | | - Cpp-Runtime: initializeParameterVars-function is now seperated into blocks of 100 variables | | | - HpcomMemory: some more dump functions added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 88badee9f253ae3244cb8fea1d3882edb60f3b33 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 31 09:30:38 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 285282dff02c72c156e20e68942012511b8b7d45 | | | Author: Volker Waurich | | | Date: Thu Jul 31 09:28:56 2014 +0000 | | | | | | - some fixes for tds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit a1a4b77f1c456148e09c358d802eba399da8a80f | | | Author: Martin Sjölund | | | Date: Thu Jul 31 08:19:15 2014 +0000 | | | | | | CevalFunction: Handle `size(arr,1)` where arr is an array with unknown dimensions (previously, 0 was used regardless if the array had been assigned to) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | * commit 74ea2b7764ba716a79e0b64bb633d5203c88e047 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 31 07:28:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 166ea80c92efd388cbaa6c2b0ef194e66b86a9cc | | | Author: Volker Waurich | | | Date: Thu Jul 31 07:21:29 2014 +0000 | | | | | | . fix tds for systems with discrete equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit bfad62f1913814a5710aba745de27e06d6a28116 | | | Author: Willi Braun | | | Date: Wed Jul 30 11:31:18 2014 +0000 | | | | | | - fix differentiation of atan2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 4de7557d726e8d6fa742970a656f7ed9c72fef23 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 30 11:15:49 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 39f02fcb9f2740f69e62a7de88086e06a01556be | | | Author: Volker Waurich | | | Date: Wed Jul 30 11:14:07 2014 +0000 | | | | | | - reassign all indexes of simEqSystems when duplicating tasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 76475bdb579dbd7ca70eb12ac368b2bf3c5b397e | | | Author: Adrian Pop | | | Date: Tue Jul 29 23:33:19 2014 +0000 | | | | | | - fix bootstrapping (BackendDAE.EQ_ATTR_DEFAULT_INITIAL is a constant, not a record constructor) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 457763ab3af8e749f8c2adae110176174c2564d1 | | | Author: Adrian Pop | | | Date: Tue Jul 29 23:16:10 2014 +0000 | | | | | | - fix bootstrapping (BackendDAE.EQ_ATTR_DEFAULT_UNKNOWN is a constant, not a record constructor) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 641f1ad92937720846a308105163d0e83db784fd | | | Author: OpenModelica Hudson | | | Date: Tue Jul 29 23:01:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 180519f77cd70d758ee0196a35cf76c37988b3fa | | | Author: Adrian Pop | | | Date: Tue Jul 29 23:00:15 2014 +0000 | | | | | | implement #2760 | | | - allow comments with // only in the override file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 445b5291b1a22a7499cdb59c62ebf0e1dc2e2bb3 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 29 14:26:49 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | * commit cbf20223fddffd5a1abc4e54905be2f92dd37bf0 | | | Author: Martin Eitel | | | Date: Tue Jul 29 14:13:21 2014 +0000 | | | | | | usage of temp buffers in MatlabFileWriter.h optimized | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | * commit cf3a305e4b9facb21806fcc73a814b2926e01280 | | | Author: Willi Braun | | | Date: Tue Jul 29 13:54:44 2014 +0000 | | | | | | - fixed iterator variables for symbolic jacobians | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit bacb3f99a5789368d0304389b4f3b4efb2c1fc68 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 29 13:46:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit cb83b441bc73db8c1574c3e507b3b1f8374bae8e | | | Author: Lennart Ochel | | | Date: Tue Jul 29 13:31:37 2014 +0000 | | | | | | - use predefined default equation attributes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit c45cf3fc849729214c192c4b767c31830d7f1ce5 | | | Author: Lennart Ochel | | | Date: Tue Jul 29 13:28:31 2014 +0000 | | | | | | - use predefined default equation attributes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 895e1996660a9e3a73f6db3f4b79bff23ce9b3cc | | | Author: Lennart Ochel | | | Date: Tue Jul 29 13:21:00 2014 +0000 | | | | | | - rearrange equation attributes | | | - new equation attribute for sub-clock partitioning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit ff35d4a2033c93223b9220a2c6e40934034540c7 | | | Author: Willi Braun | | | Date: Tue Jul 29 13:15:59 2014 +0000 | | | | | | #2762 | | | - removed findSimVar and replaced by findSimVarCompare | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit dc2841fbda014b661da5191aca7f001e1da91108 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 29 13:08:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 473457990916aa3e35bb9ed0a9e64cda290e4c03 | | | Author: Volker Waurich | | | Date: Tue Jul 29 12:53:11 2014 +0000 | | | | | | - update equations in linear systems when duplicating tasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e0b690d70b90ebc5a5d89fc8c2875cb0e08066ad | | | Author: OpenModelica Hudson | | | Date: Tue Jul 29 12:35:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | * commit bb93cf3df0a8b392e84634861e4d59ccccba1067 | | | Author: Martin Eitel | | | Date: Tue Jul 29 12:28:57 2014 +0000 | | | | | | reduced the number of allocating and reallocating temp buffers | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | * commit 7b1e4349f5d71b4d5b680f3a1dabea6a65315d14 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 29 07:53:20 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | * commit 013a42bf70870e11d8895adfb0240d74b649640f | | | Author: OpenModelica Hudson | | | Date: Tue Jul 29 07:52:50 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | | | * commit 37b566e81b4cf5802f02e66baff7cabee4afd353 | | | Author: Martin Eitel | | | Date: Tue Jul 29 07:51:31 2014 +0000 | | | | | | Added MatFileWriter to cpp runtime. | | | Adapted cpp runtime testsuite for the new MAT file output. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | A SimulationRuntime/cpp/Include/Core/DataExchange/Policies/MatfileWriter.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit a101ea1eb3ea66b983c2b605034b38a4187babc0 | | | Author: Volker Waurich | | | Date: Mon Jul 28 11:12:45 2014 +0000 | | | | | | - fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 59b2c4d859b1f389a77552a20f10097799a13cc2 | | | Author: Marcus Walther | | | Date: Mon Jul 28 10:17:44 2014 +0000 | | | | | | - get condition system partially deactivated because it consumes to much memory | | | - some time points renamed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 9915dcc7ea4d0ff5e010b44f6251c14541ddf297 | | | Author: Volker Waurich | | | Date: Mon Jul 28 10:11:59 2014 +0000 | | | | | | - get schedulerInfo for levelSchedule | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 656cb22c19384a609da95b8e27248c491143c62a | | | Author: Marcus Walther | | | Date: Mon Jul 28 09:45:23 2014 +0000 | | | | | | - excluded boost thread and atomic versions lower than 1.54 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit c8e0b29d4dd43fd82551c5b5368a7ce41f40bd99 | | | Author: OpenModelica Hudson | | | Date: Mon Jul 28 09:10:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit ffa477f490e063a6f73b4c1b15aab4c1b5d7a226 | | | Author: Volker Waurich | | | Date: Mon Jul 28 09:09:12 2014 +0000 | | | | | | - don't calculate level in getCriticalPaths | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit bc51f02a7fa4eac1b265d7dcfd502b69f97eb0b1 | | | Author: Willi Braun | | | Date: Fri Jul 25 12:01:28 2014 +0000 | | | | | | #2752 | | | - fixed mergeZeroCrossings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 56ff9ccf82a69159e5c61da2be9005edb7e9145c | | | Author: OpenModelica Hudson | | | Date: Fri Jul 25 08:07:29 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit b408a20b74667aff7033f772e0909e513f573bc5 | | | Author: Marcus Walther | | | Date: Fri Jul 25 07:52:21 2014 +0000 | | | | | | - fixed pThread and mixed code generation of cpp-runtime | | | - updated the hpcom testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit b9a7d5454bfb33fdec91ba5541545521e869df5d | | | Author: OpenModelica Hudson | | | Date: Fri Jul 25 06:54:17 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit d8d01ca841a896627bfe6982ffe59acced3b4955 | | | Author: Volker Waurich | | | Date: Fri Jul 25 06:49:09 2014 +0000 | | | | | | - generate complete DAE task-graph including asserts | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/List.mo | | | | | * commit 65d11fa3d781f5ed595e71d186fb62791946c772 | | | Author: OpenModelica Hudson | | | Date: Fri Jul 25 06:22:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit c07507f795b9007349c0d7e014c06b6fc4aed08f | | | Author: Marcus Walther | | | Date: Fri Jul 25 06:13:33 2014 +0000 | | | | | | - we are now using boost_LIBNAME_found instead of boost_LIBNAME_library to check if the boost library was found on the system. This should fix the linux_nightly_build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit ae4957c8c02d88e7cb1666c6f81e801a1189b661 | | | Author: Vitalij Ruge | | | Date: Thu Jul 24 20:42:05 2014 +0000 | | | | | | fixed build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | | | * commit d8ac563effbd75baef971829e67febcfb12521d1 | | | Author: Vitalij Ruge | | | Date: Thu Jul 24 19:54:03 2014 +0000 | | | | | | fixed jacobian index in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit b7c173b6bd93060617ff66cef250ab68392ab003 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 24 12:59:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 6e0795ffa1119881d672ae37db098f0f1c5b9970 | | | Author: Willi Braun | | | Date: Thu Jul 24 11:58:09 2014 +0000 | | | | | | - fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | | | * commit 621c5caae9c30d57eb631d2f0aa6bed6ec64353d | | | Author: Marcus Walther | | | Date: Thu Jul 24 11:31:10 2014 +0000 | | | | | | - removed circlar dependency between hpcomsimcode and simcode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 03f640ed3aa85ace9b47bd7c7d7b4add5fe0ff57 | | | Author: Marcus Walther | | | Date: Thu Jul 24 11:07:33 2014 +0000 | | | | | | - removed circular dependency of hpcomSimCodeMain and hpcomScheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 681a7582bc080317e44b35a2fb07484bb9eecfb6 | | | Author: Marcus Walther | | | Date: Thu Jul 24 07:29:30 2014 +0000 | | | | | | - some changes for the HPCOM Memory-Optimization | | | - added the boolean variable useFlatArrayNotation to the cpp-runtime, which will access arrayElements by name_index instead of name[index] | | | - another change of the cpp-runtime cmake-script which will hopefully fix the linux nighlty build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit a21fd7de0ed9ec8f204cc8b4c8bcbc8b0332f4f7 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 23 13:57:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_ia.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/interactive/socket.h | | | | | * commit 35717019eb034969f6508457c330f45cd7cfccf2 | | | Author: Lennart Ochel | | | Date: Wed Jul 23 13:55:53 2014 +0000 | | | | | | - new output-format "ia", which sends the simulation results to a TCP/IP server | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/c/simulation/results/simulation_result_ia.cpp | | | A SimulationRuntime/c/simulation/results/simulation_result_ia.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/interactive/socket.h | | | M SimulationRuntime/interactive/socket_unix.cpp | | | M SimulationRuntime/interactive/socket_win.cpp | | | | | * commit ddb5824e8e46b2fc59dbdb8a78f38bf4cd2a773a | | | Author: Rakhi Warriar | | | Date: Wed Jul 23 00:37:02 2014 +0000 | | | | | | Modified python file for ngspice to Modelica conversion. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/ngspicetoModelica.py | | | | | * commit 6eb64108927e9b483305ffe639bda89930b39fc1 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 22 19:49:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | | | * commit cfe62e8e5ba30a422f22504bc15755deb51ed23b | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Jul 22 19:47:53 2014 +0000 | | | | | | Fix #2749. Indexed assignments with integer arrays | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit cffed7b58fb840ee6be6b56f631ae5cb022a6645 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 22 15:35:27 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 48a7df60b5bec5f1470181a6d467c46f020a09f1 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Jul 22 15:33:43 2014 +0000 | | | | | | + Fix #2688. Removed replacing of loop iterator dependent crefs with ASUB expressions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 0bf696ce5eb3dc28f674538eb5e33cdcf120686c | | | Author: Niklas Worschech | | | Date: Tue Jul 22 09:07:36 2014 +0000 | | | | | | fix for missing timer include in Modelica.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit d96be3cb65a751e23372e07ee6a2b895bd8b01aa | | | Author: Marcus Walther | | | Date: Tue Jul 22 06:51:53 2014 +0000 | | | | | | - fix for non terminating stateSelection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 52bcf3fcf30fd647faa5e1511a0985cad4c97774 | | | Author: Niklas Worschech | | | Date: Tue Jul 22 06:41:07 2014 +0000 | | | | | | removed boost timer include | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit eabce46919e46845d670bbf2e533617682d207a6 | | | Author: Adeel Asghar | | | Date: Mon Jul 21 15:16:09 2014 +0000 | | | | | | - minor formatting and proper comment. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit db1c138dd9e068fb3b4b64c9276468ec635935ef | | | Author: Niklas Worschech | | | Date: Mon Jul 21 11:19:46 2014 +0000 | | | | | | fix for fmu global settings in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | * commit ceee2fe9dd7f2d8daea11a76d911d4b7be46b7a6 | | | Author: OpenModelica Hudson | | | Date: Mon Jul 21 10:41:31 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | | | * commit 5e0df259d633c5ecbeedc083193911bebe6d3fc7 | | | Author: OpenModelica Hudson | | | Date: Mon Jul 21 10:41:01 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | M SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | | | * commit afbe38b4f821429dcbbcce47da9df0745d553591 | | | Author: Niklas Worschech | | | Date: Mon Jul 21 10:39:46 2014 +0000 | | | | | | fix for free system object in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.h | | | A SimulationRuntime/cpp/Core/Solver/SimulationMonitor.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | A SimulationRuntime/cpp/Include/Core/Solver/SimulationMonitor.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.h | | | | | * commit cc973b39df80c444fcccb20c8b952fd2e0c3fb42 | | | Author: OpenModelica Hudson | | | Date: Mon Jul 21 09:02:44 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/ngspicetoModelica.py | | | | | * commit e1e8edcadfc27e32c09fd9878226344bb7dacdf2 | | | Author: Rakhi Warriar | | | Date: Mon Jul 21 09:01:26 2014 +0000 | | | | | | Added function ngspicetoModelica() to convert ngspice netlists to Modelica code. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Makefile.in | | | A Compiler/scripts/ngspicetoModelica.py | | | | | * commit 5bb97160cc0257d8e7ab3e76c4021cc8c3e9f232 | | | Author: Vitalij Ruge | | | Date: Sat Jul 19 19:39:16 2014 +0000 | | | | | | fixed r21575 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 13ef4000d2838cd1fb3cfdbe2a1625501d416368 | | | Author: Vitalij Ruge | | | Date: Sat Jul 19 17:34:13 2014 +0000 | | | | | | fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit ca8d66af76162db568de93d75232fc8dd5498ce5 | | | Author: Vitalij Ruge | | | Date: Sat Jul 19 12:10:10 2014 +0000 | | | | | | fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit ddebf3fd7bb3ffdedd824f32bea8537b87fe7d4b | | | Author: Vitalij Ruge | | | Date: Sat Jul 19 11:45:47 2014 +0000 | | | | | | fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 8fb3ad2fb76ca961102bfcc325e18460251b5bde | | | Author: OpenModelica Hudson | | | Date: Sat Jul 19 11:05:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit 951965855445d23c630c61da33ad96b06ac7b738 | | | Author: Vitalij Ruge | | | Date: Sat Jul 19 11:03:53 2014 +0000 | | | | | | -fixes from static analysis | | | -added warning if jacobian matrix is singular | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit 2992cc4275d7f224fa59470450aae06735b835d7 | | | Author: Vitalij Ruge | | | Date: Fri Jul 18 20:17:32 2014 +0000 | | | | | | fixed memory leak | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | | | * commit 630cb8063e1671cf143ac2b2510b2f3f7bdd62da | | | Author: Vitalij Ruge | | | Date: Fri Jul 18 19:36:03 2014 +0000 | | | | | | added case for extraPolate | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 154d6b16adbccce48a072ca38257147df6bc3137 | | | Author: Vitalij Ruge | | | Date: Fri Jul 18 18:52:37 2014 +0000 | | | | | | fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 05474c599eb1b4cb2438d2ded085f6bfbb5db5ba | | | Author: Vitalij Ruge | | | Date: Fri Jul 18 17:51:36 2014 +0000 | | | | | | - fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | * commit 2fb3bdfd64614324b47cb7003daabf6cf49fdbe3 | | | Author: Willi Braun | | | Date: Fri Jul 18 13:47:25 2014 +0000 | | | | | | - added improved newton solver with damping strategies | | | - added -newton flag to simulation runtime to select different strategies | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 94f010849c7e8fb259e258bcaca1e5104a749239 | | | Author: Lennart Ochel | | | Date: Fri Jul 18 13:13:59 2014 +0000 | | | | | | - fix expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b362d8b039d56322ca6aa7ac22d149ef591ccb19 | | | Author: Willi Braun | | | Date: Fri Jul 18 12:31:55 2014 +0000 | | | | | | - added TRACE_PUSH and TRACE_POP to all generated equations and functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 0c1f5dc383d27aff33598c1e33b35d7d6cf9bd36 | | | Author: Marcus Walther | | | Date: Fri Jul 18 11:03:26 2014 +0000 | | | | | | - fix for linux_nightly_build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 996d143535688a9332ec6e7a30ef9d8496a9e363 | | | Author: Lennart Ochel | | | Date: Fri Jul 18 09:16:42 2014 +0000 | | | | | | - analyze base-clock partition kind | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SynchronousFeatures.mo | | | | | * commit ba5bcf17b8c15084c694c0789f29970b1eac5b26 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 17 13:37:39 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit fc0f72646300d2b1446fba234b8baa32ffc09223 | | | Author: Volker Waurich | | | Date: Thu Jul 17 13:28:52 2014 +0000 | | | | | | - added experimental scheduler single block schedule | | | - updated hpcom tests for linear tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 40385fa7a533eaf2ea13bd45585b4b111a282dc9 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 17 12:37:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | * commit 589e0a4248179e1864f4904f5da96f6df19e3e02 | | | Author: Willi Braun | | | Date: Thu Jul 17 12:15:43 2014 +0000 | | | | | | Activate doLinearTearing by default, therefor | | | - expanded SimCode.SES_LINEAR for directional derivatives | | | - adjust all codegen templates | | | - generates by default directional derivatives for | | | linear systems in calculateStrongComponentJacobians. | | | - added capacity to runtime lapack solver to handle that jacobians. | | | - Ajusted tests. | | | - Follwiong 3 examples start to fail now: | | | - Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos | | | - Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos | | | - Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos | | | so they run for now with nodoLinearTearing. | | | - Also the 2 hpcom examples don't run with doLinearTearing. | | | - Also for the Cpp runtime it's deactived for now and can be actived, | | | when the cpp-runtime is prepared therefore. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TaskSystemDump.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit c1a9b436c0c3fe82dfdadb2f22472f71fde94bdd | | | Author: OpenModelica Hudson | | | Date: Thu Jul 17 11:59:48 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit d28d6cb4ea1020d8feb592a0a2ce23d9dcec9c5c | | | Author: Niklas Worschech | | | Date: Thu Jul 17 11:52:40 2014 +0000 | | | | | | fix for set dimZerofuncs in SimManager | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit a9767e0dcca56e5bc01f8339104233928adf1656 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 17 11:21:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit faa5f83cfb5f4318f2d3fe0aaae40c797e1c2582 | | | Author: Marcus Walther | | | Date: Thu Jul 17 11:20:16 2014 +0000 | | | | | | - removed the get / setResultOutput-functions from the globalSettings | | | - some more compile time optimisations for the cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | * commit ecc780a40b34ceb659b510e7b9ed4b11b32368fe | | | Author: Volker Waurich | | | Date: Thu Jul 17 10:24:04 2014 +0000 | | | | | | - calculate the max range of addressed indexes in a for-loop if the index is a computable expression | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 97b0c594fa8b4aea1258028f364e912de0a661e6 | | | Author: Niklas Worschech | | | Date: Thu Jul 17 09:20:52 2014 +0000 | | | | | | fix for boost log lib name | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit 6e2f48272c161d3fde62bb4b527f98a9a5a362fc | | | Author: Martin Sjölund | | | Date: Thu Jul 17 09:18:28 2014 +0000 | | | | | | Fix the templates | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 669acbc4dfddfce43ab3296d6798a5055dd2269e | | | Author: Lennart Ochel | | | Date: Thu Jul 17 07:49:33 2014 +0000 | | | | | | - fix error message | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 86bff8bd4a0e807a9ba334e803e8426033b34f49 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 17 06:59:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit da9514b7d9deeeb92c990f8b34435098a2ac706f | | | Author: Marcus Walther | | | Date: Thu Jul 17 06:50:06 2014 +0000 | | | | | | - fixed missing _function member-variable in c++ - algLoops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f209f27eecd458bd86b3a3f997126cf21511d030 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 16 17:27:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 950f8783b3401ba1a0522acebd591ac9209885c3 | | | Author: Bernhard Thiele | | | Date: Wed Jul 16 17:24:35 2014 +0000 | | | | | | Deleted flag +synchronousFeatures and replaced it by checking for flag +std=3.3 or greater | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 12bda04112ac4f27273f81485ab44a130daa60e6 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 16 15:34:07 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit aa4ecad84fab904dac5de5a26559b4ed326048b2 | | | Author: Niklas Worschech | | | Date: Wed Jul 16 15:01:01 2014 +0000 | | | | | | fix for time in Functions of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4452976be9126d9dc5c4b812d160de9e61be10cb | | | Author: OpenModelica Hudson | | | Date: Wed Jul 16 14:55:29 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit dbe0c230ce3725331af7a40063c82e0e01a33c05 | | | Author: Marcus Walther | | | Date: Wed Jul 16 14:28:31 2014 +0000 | | | | | | - Update for MSVC-FMU makefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 389ad05bfa15f2e068123b7eda56afa7d522b3c5 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 16 14:16:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit a4ff4b5a4f4f12ad265450a2ad6bd198567d5afe | | | Author: Marcus Walther | | | Date: Wed Jul 16 13:55:22 2014 +0000 | | | | | | - reduced compile time of cpp-runtime by including the cpp-files directly into a "meta cpp file" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit bf22c5b3ba3518ac42ed757f5546a82b3e3d2302 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 16 13:36:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 24208434dea46063820015eff4f17bfa8952cea7 | | | Author: Michael Kloeppel | | | Date: Wed Jul 16 13:11:30 2014 +0000 | | | | | | excluded check for umfpack | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit a147e87e6ffa80c0d6658e89c07b3b2d70aa2fa9 | | | Author: Michael Kloeppel | | | Date: Wed Jul 16 12:44:50 2014 +0000 | | | | | | further bugfixes for umfpack-integration in CPP-runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | R061 SimulationRuntime/cpp/Solver/UmfPack/FindSuiteSparse.cmake SimulationRuntime/cpp/Solver/UmfPack/SuiteSparseConfig.cmake | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.h | | | | | * commit 3adc02481614b7eb7fc3668e425dc83488ecac67 | | | Author: Marcus Walther | | | Date: Wed Jul 16 12:11:12 2014 +0000 | | | | | | - fix for windows build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit aa070cc2d2b47cd94e80aa00150f6e266e7683ed | | | Author: Per Östlund | | | Date: Wed Jul 16 11:12:21 2014 +0000 | | | | | | - Fixed bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 13574ec3c2fff3cefea3f4eb811ec71a593d423f | | | Author: Volker Waurich | | | Date: Wed Jul 16 10:50:19 2014 +0000 | | | | | | - fix expandCref for qualified crefs containing arraytypes of complex types | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit e951b61b5f0e7eb5b6c5e381fd585d3a5c99b9f5 | | | Author: Lennart Ochel | | | Date: Wed Jul 16 10:03:54 2014 +0000 | | | | | | - merged r21292-r21522 from branches/SynchronousModelica/ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 3ab3f3c2f93d82691835d7114e32ba1ed2850e98 | | | Author: Marcus Walther | | | Date: Wed Jul 16 06:12:09 2014 +0000 | | | | | | - fixed state var reinitialization in CVode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit e92fb0b54362194249eefb059c4d7a48a91b1bca | | | Author: Martin Sjölund | | | Date: Tue Jul 15 20:22:45 2014 +0000 | | | | | | Allow passing constant identifiers as inputs to external functions (dgees uses a protected constant array as dummy input to F77) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit a4f66cff558229166b4f3562099d4c9b16d123da | | | Author: Martin Sjölund | | | Date: Tue Jul 15 17:08:37 2014 +0000 | | | | | | Also print some nice information about the used packages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/CountClassUses.py | | | | | * commit 2bd708899217589805ad8f3c06f4982bcb0a1562 | | | Author: Martin Sjölund | | | Date: Tue Jul 15 17:05:18 2014 +0000 | | | | | | Adding script to read the .uses and .classes files from coverage testing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Examples/CountClassUses.py | | | | | * commit a4102c3dd26385ae95231a18b8f182870908c382 | | | Author: Marcus Walther | | | Date: Tue Jul 15 13:48:56 2014 +0000 | | | | | | - find_package(suitesparse) fully disabled to fix OSX build | | | - hpcom condition graph creation disabled to fix hpcom tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit be51e1b6ab62bd6f153773367aa79333b1499f3e | | | Author: Martin Sjölund | | | Date: Tue Jul 15 13:34:25 2014 +0000 | | | | | | Included class coverage when running BuildModelRecursive.mos (not part of the reports) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit efc9a6be5e2b7f6a4f8d5529c37375f397afce24 | | | Author: Marcus Walther | | | Date: Tue Jul 15 13:14:29 2014 +0000 | | | | | | - fix for FMI tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | * commit 0e8a14f8fe262b8a9bc949383051d3d7d785bf0a | | | Author: Marcus Walther | | | Date: Tue Jul 15 12:55:30 2014 +0000 | | | | | | - umfpack temporary disabled | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 9c806344966c111d867c7728a013eebb0e34f22b | | | Author: Marcus Walther | | | Date: Tue Jul 15 12:49:02 2014 +0000 | | | | | | - rml fix for HpcOmScheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 8de9a44331fa881b42f8533ed42d9ba6222f87b1 | | | Author: Marcus Walther | | | Date: Tue Jul 15 12:44:26 2014 +0000 | | | | | | - hpcomTaskGraph fixed (I don't know why it is not producing these errors on my local machine) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 4237335554dcb2e197f90cc72d310589f424b48c | | | Author: Marcus Walther | | | Date: Tue Jul 15 12:38:13 2014 +0000 | | | | | | - hpcomTaskGraph fixed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 18f3391c7696854a72de5603bc714501b9cdba56 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 15 12:35:45 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | * commit 2dbbd849c614c697fa993dbbbd1f5e3864cee474 | | | Author: Marcus Walther | | | Date: Tue Jul 15 12:32:20 2014 +0000 | | | | | | - equations to evaluate conditions added to simcode-structure (currently only available with hpcom) | | | - the event-taskgraph exported by hpcom is now correct | | | - conditions can now be evaluated with evaluateConditions instead of evaluateAll | | | - prototype for asynchronous writeOutput added to cpp runtime | | | - removed some stuff from the cvode-implementation (hopefully this will not damage any tests) | | | - the boost log and thread libraries are now optionally included into the cmake build process | | | - added logging for cvode if the boost log-library is available | | | - the cpp runtime is now able to differentiate between varios output methods (write all output steps + event steps, just output steps, no output) | | | - some comments and small bug fixes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit 6fbfb4e1df1c1ce5b2c3455525bc90b247c43f52 | | | Author: Volker Waurich | | | Date: Tue Jul 15 11:57:11 2014 +0000 | | | | | | - nodes can be blocked for the task rewriting system so that they are not going to be merged | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 24f083572626924d3ed333a4d988b16240fb1f2d | | | Author: Lennart Ochel | | | Date: Tue Jul 15 11:17:39 2014 +0000 | | | | | | - enable base-clock partitioning | | | - new dump: +d=dumpSynchronous | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | A Compiler/BackEnd/SynchronousFeatures.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 74c35c49967902b28b15622a73b8130cffa8d4db | | | Author: Adeel Asghar | | | Date: Mon Jul 14 16:35:35 2014 +0000 | | | | | | - DiscreteStates has been removed in RC2. | | | - Generate FMI model structure for all sim vars. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit a62d144a31e667388090a2ae9b5764eda5fcba21 | | | Author: Vitalij Ruge | | | Date: Mon Jul 14 15:44:44 2014 +0000 | | | | | | fixed pre-sim for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | | | * commit 9ca15af52fc4d141038f52ee8abb1fdafd4a2bb6 | | | Author: Martin Sjölund | | | Date: Mon Jul 14 13:56:49 2014 +0000 | | | | | | Adding API call `getUsedClassNames`, which is a combination of `saveTotalModel` and `getClassNames(recursive=true)` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit d2fcd6d9b345e3bbc36fd34b4d2aff88a9eb0674 | | | Author: Volker Waurich | | | Date: Mon Jul 14 12:11:02 2014 +0000 | | | | | | - added dump functions (output string) and print functions for all hpcom task and schedule objects | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit e8044188756d723f272c17c958e97776286cee80 | | | Author: OpenModelica Hudson | | | Date: Fri Jul 11 12:03:50 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 2dbb2737b98f89400e16ad829120c1a335829eec | | | Author: Lennart Ochel | | | Date: Fri Jul 11 12:01:55 2014 +0000 | | | | | | - base-clock partitioning (incomplete yet) | | | - propagation of new attribute EQSYSTEM.partitionKind | | | - new incidence matrix type: BASECLOCK | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 3467c6ddd6dd57ddf9ec3640f2aa7cd2ecec072c | | | Author: OpenModelica Hudson | | | Date: Fri Jul 11 11:56:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit ba38758bc39f42f51fad19d393dee5e7a6d329ab | | | Author: Volker Waurich | | | Date: Fri Jul 11 11:53:52 2014 +0000 | | | | | | - added some functions to analyse systems of equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 2d41741c9c5a3a3e73ccc11dd9ce1be8e3e50e73 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 10 14:46:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 88176d8475b0f70808eb9de24c539d96cf9b6f51 | | | Author: Volker Waurich | | | Date: Thu Jul 10 14:40:07 2014 +0000 | | | | | | - fixed graphML generation for resolveLoops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit 5f1c26cd79308c143397f84ca10c056450583a80 | | | Author: Volker Waurich | | | Date: Thu Jul 10 13:54:29 2014 +0000 | | | | | | - removed unreferenced function call | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 294fe934f8e4201eaad884411132538260f331d0 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 10 12:58:23 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit d1301c2d87f90148402020c83080c00ead3b9da4 | | | Author: Volker Waurich | | | Date: Thu Jul 10 12:54:05 2014 +0000 | | | | | | - added bipartete and DAG graphML output for systems of equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/Util/List.mo | | | | | * commit 3a6590e3146df6219f8fffce784bbf07399cc924 | | | Author: Niklas Worschech | | | Date: Wed Jul 9 07:57:24 2014 +0000 | | | | | | change solver lower limit and simmanger end time tolerance of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 2f853649a734195249cf419b2971f6ab13711f84 | | | Author: Vitalij Ruge | | | Date: Mon Jul 7 23:30:57 2014 +0000 | | | | | | remove wrong rule | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 40b8b4abde014fb5b2ad8fbc0b268cc2d2d7648c | | | Author: Adrian Pop | | | Date: Mon Jul 7 19:52:47 2014 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 3a04273da1ac199e40f2e0a489bb21fb4c0d4575 | | | Author: OpenModelica Hudson | | | Date: Mon Jul 7 17:47:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 1830f906c71a5b9c1b1a2ff376d8fc7b9d37a581 | | | Author: Vitalij Ruge | | | Date: Mon Jul 7 17:40:59 2014 +0000 | | | | | | improved rules for pow in ExpressionSolve.mo | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit bff32a8f95c16931e94335d01ff53cff88a51424 | | | Author: Volker Waurich | | | Date: Mon Jul 7 13:49:42 2014 +0000 | | | | | | - changed getGraphLevel to improve memory requirements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 838343169e1fa8740cdc77abbc65665416037b71 | | | Author: OpenModelica Hudson | | | Date: Mon Jul 7 13:34:48 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 13fd9911278b683745575a87df16453c8207e15f | | | Author: Vitalij Ruge | | | Date: Mon Jul 7 13:33:06 2014 +0000 | | | | | | improved guarding rule in ExpressionSolve agianst sign and IFEXP | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 322f92bb583e10039568a8e46025a37e8ed1d8a2 | | | Author: OpenModelica Hudson | | | Date: Mon Jul 7 08:37:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 0268b2928c7076409c59b5d3a651ee460051aba1 | | | Author: Niklas Worschech | | | Date: Mon Jul 7 08:35:37 2014 +0000 | | | | | | fix in kinsol, change stability mode in cvode of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit a90c0d19ed2bc4513f6fdb7dd9843a6f8fbf4e7a | | | Author: Vitalij Ruge | | | Date: Sun Jul 6 18:53:13 2014 +0000 | | | | | | fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 873f788c42a87aafcb977f6cc3937a1ba08ed486 | | | Author: OpenModelica Hudson | | | Date: Sat Jul 5 09:20:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 95c3a0726074a9ebb5d23dbf25fde6848a5eca26 | | | Author: Vitalij Ruge | | | Date: Sat Jul 5 09:18:30 2014 +0000 | | | | | | - clean up ExpressionSolve (features from r21400) | | | - guard IFEXP in ExpressionSolve against dependency in condition | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit bbb37c78d1b771dc76ac8e8cc7dfec32a93914ae | | | Author: OpenModelica Hudson | | | Date: Thu Jul 3 18:01:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit ca0bd020f11c67522d752be528f30f10e9d11d68 | | | Author: Jan Silar | | | Date: Thu Jul 3 18:00:15 2014 +0000 | | | | | | Fixing c# template -- problem with intial values | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit 6b1b493c42d8e9aa1d2e1f22ccc1b6a8f577f8f0 | | | Author: Martin Sjölund | | | Date: Thu Jul 3 16:20:39 2014 +0000 | | | | | | Add some documentation for dumpXMLDae | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 94e9edeaada1db5731dbc41f68ed989b22bdc645 | | | Author: Volker Waurich | | | Date: Thu Jul 3 12:43:41 2014 +0000 | | | | | | - fix bls for branchingDynamicPipes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 0ca026b62bc661bac945ddf2151b93e5e8987710 | | | Author: Volker Waurich | | | Date: Thu Jul 3 12:15:08 2014 +0000 | | | | | | - extend printSchedule for EMPTYSCHEDULE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit de7fe4356657d1d8fd3758d9a5baf71fb82237e4 | | | Author: Volker Waurich | | | Date: Thu Jul 3 11:45:41 2014 +0000 | | | | | | - fix bls scheduler for taskgraphs with shorter critical paths than level | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 6a46745a426eaa3f1d7ba3b4291b0985dc4c3a4d | | | Author: Volker Waurich | | | Date: Thu Jul 3 09:50:41 2014 +0000 | | | | | | - rewritten SimCodeUtil.getMaxSimEqSystemIndex | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 756ee90f798240ee160ed34eedbd485d59a621ba | | | Author: Volker Waurich | | | Date: Thu Jul 3 09:36:12 2014 +0000 | | | | | | - removed unused functions, added comments for bls functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 398aa7c947a518886ba33d509bd50d339ff16c22 | | | Author: Martin Sjölund | | | Date: Thu Jul 3 09:29:00 2014 +0000 | | | | | | Handle the inverse of log10. Rewrite ExpressionSolve to swap the arguments instead of writing two cases for each expression to solve for... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit e1e2be2026cb9816daf5d757a01962f3e85b9f46 | | | Author: Volker Waurich | | | Date: Thu Jul 3 08:29:12 2014 +0000 | | | | | | - rewritten bls scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit cb80b9a98cc699c5bac9fc8b958e3b0859b2743e | | | Author: Martin Sjölund | | | Date: Thu Jul 3 07:34:46 2014 +0000 | | | | | | Write incomplete result-files, so it is possible to see the signals until the error was triggered | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | * commit 83e92ebf1bb360648fb1f2456c640f8336af71ca | | | Author: Michael Kloeppel | | | Date: Wed Jul 2 12:45:47 2014 +0000 | | | | | | bugfixes for umfpack-binding | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit 662bb3ad1a9012195efcc581abbad087fd4277e2 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 1 16:23:33 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit aae287e9dde3d6d147e49311f867ac2d699949e3 | | | Author: Michael Kloeppel | | | Date: Tue Jul 1 15:59:15 2014 +0000 | | | | | | fix bug with non-existent umfpack.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | | | * commit 4193688b1ae7bfc9de6a08601aa6ecebc3de99d5 | | | Author: Jan Silar | | | Date: Tue Jul 1 15:57:19 2014 +0000 | | | | | | C# template fix | | | discrete variables, division | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit b79bb98254356261f04f7248e43bca4ebf9b95fc | | | Author: Michael Kloeppel | | | Date: Tue Jul 1 15:45:55 2014 +0000 | | | | | | further bug fixes for the sparse matrix format in cpp-runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit a3a6fb47b2d52c8f064ab942b1fca7117360a7b1 | | | Author: Per Östlund | | | Date: Tue Jul 1 14:55:09 2014 +0000 | | | | | | - Fix RML compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 868301b811361783dbb0152f97465dc5fbcfc62c | | | Author: OpenModelica Hudson | | | Date: Tue Jul 1 14:50:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 26bf7aa2449fac2fc5ede4a18e881d62085d170a | | | Author: Per Östlund | | | Date: Tue Jul 1 14:41:09 2014 +0000 | | | | | | Fix for #2743: | | | - Extended Expression.transposeArray to handle >2 dimensions. | | | - Removed evaluation of transpose from Static and Ceval, let ExpressionSimplify | | | handle it instead. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 8f16a5d942e9f597b33d84f4eb4b3ac533649a9f | | | Author: Per Östlund | | | Date: Tue Jul 1 13:07:19 2014 +0000 | | | | | | Fix for #2741: | | | - Fix connector size count for subtypes of basic types. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit 4644d3a9549e6f593b0d768cb52883ac50b5daed | | | Author: OpenModelica Hudson | | | Date: Tue Jul 1 12:28:07 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 6eb0c5790b52df001cd11752fe2254cc32e2858b | | | Author: Vitalij Ruge | | | Date: Tue Jul 1 12:07:43 2014 +0000 | | | | | | added rule in ExpressionSolve for sqrt | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 516d80e8d964c89b33f7e0d6180b2d56ce2c75e4 | | | Author: Michael Kloeppel | | | Date: Tue Jul 1 11:02:56 2014 +0000 | | | | | | fixes bug with sparse_matrix type | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | | | * commit 406ecfb829f0e37057fc190131de457fc9681a90 | | | Author: Martin Sjölund | | | Date: Tue Jul 1 10:56:32 2014 +0000 | | | | | | Fix the logic of min/max of integer arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | | | * commit fc96b9af90350d8b79497062f243e03dc141c506 | | | Author: Martin Sjölund | | | Date: Tue Jul 1 10:55:26 2014 +0000 | | | | | | min({}) is not 0... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit dd1c2953a938a05e7195d2ac02f0a4894d9edc49 | | | Author: Michael Kloeppel | | | Date: Tue Jul 1 10:32:49 2014 +0000 | | | | | | allows to use the sparse linear solver umfpack in the cpp-runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/FindSuiteSparse.cmake | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | | | | | * commit 03b5a946c0c0b332d87ca9af9715b80b8abadf19 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 1 10:02:44 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 62fb464ece60c06af9ad1543702a59b6c8f40834 | | | Author: Vitalij Ruge | | | Date: Tue Jul 1 09:55:58 2014 +0000 | | | | | | fixed #2682 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit b8c1db77af281c2e4daf6ff79bf0e681f60c30c6 | | | Author: Martin Sjölund | | | Date: Tue Jul 1 07:59:02 2014 +0000 | | | | | | Output annotations on external declarations so total models are complete | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit 8d4ad273b30ae98b04d8ad491b95b12dff87054d | | | Author: OpenModelica Hudson | | | Date: Tue Jul 1 05:54:37 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit f94e6822ebd9e7d1bdda91f777c51a26ef7b8070 | | | Author: Martin Sjölund | | | Date: Tue Jul 1 05:50:38 2014 +0000 | | | | | | Fix order of prefixes (`discrete input`, not `input discrete`) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit ee3a7f754731de8b0f85230be5706e8f513742e0 | | | Author: Marcus Walther | | | Date: Tue Jul 1 05:46:09 2014 +0000 | | | | | | - CALCTASK_LEVEL_SERIAL removed -> the level-scheduler has a list of tasklist-items now, which can be serial or parallel (see HpcomSimCode) | | | - Codegeneration for BLS-Scheduler added (seems not to work correctly at the moment) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 8b67345edac336edd1aef51d1a93b63b4fa503cd | | | Author: Vitalij Ruge | | | Date: Tue Jul 1 00:21:09 2014 +0000 | | | | | | fixed r21364 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit bc13138a023bdb32b88babbd41f9b7c8998ec6b9 | | | Author: Vitalij Ruge | | | Date: Tue Jul 1 00:18:22 2014 +0000 | | | | | | - improved solver rule x = y^n | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 63931702d26b17b557f1dd335e276aa014d85e9e | | | Author: Vitalij Ruge | | | Date: Tue Jul 1 00:03:01 2014 +0000 | | | | | | - fixed r21362 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit feac0c5ae3f9defa3f8adc023a576364e89e209b | | | Author: Vitalij Ruge | | | Date: Mon Jun 30 23:51:50 2014 +0000 | | | | | | added solver rules for g(a)/f(a) = b | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 6bb67be09dbd42b56fe366f7448ff2be255bc071 | | | Author: OpenModelica Hudson | | | Date: Mon Jun 30 23:15:47 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 9b7183834615563ebf566b8249bcedde90c29a05 | | | Author: Vitalij Ruge | | | Date: Mon Jun 30 23:08:55 2014 +0000 | | | | | | - improved solver rules | | | - f(a) * b = c => f(a) = c/b | | | - b / f(a) = c => f(a) = b/c | | | solver for a | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 11ff408f25b49bf38af8cb2368201521a1512dbe | | | Author: Vitalij Ruge | | | Date: Mon Jun 30 16:07:50 2014 +0000 | | | | | | improved ExpressionSolve | | | - log(f(a)) = b | | | - exp(f(a)) = b | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 27511cb01dc1a6c626c47ac8f292c15dbbd1c67c | | | Author: Martin Sjölund | | | Date: Mon Jun 30 14:22:40 2014 +0000 | | | | | | RML | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 9070d0ededcc8bd0853ea4b57a555613b44d62aa | | | Author: Martin Sjölund | | | Date: Mon Jun 30 14:12:20 2014 +0000 | | | | | | saveTotalModel change | | | - The exported model is added at the end of the file, extending from the base class and with the original annotations added (for experiment annotations) | | | - showAnnotations=false (the default) will now only remove useless annotations like graphical annotations. experiment, Evaluate and other things not on the blacklist will pass through. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit 281175ea6fa8f2e85856b72dd48d3cfa2f165867 | | | Author: OpenModelica Hudson | | | Date: Mon Jun 30 13:14:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit e9b0cc46fc63de67f18b2d4b7b7d5757096c89b7 | | | Author: Volker Waurich | | | Date: Mon Jun 30 13:12:42 2014 +0000 | | | | | | - fix analyseScheduledTaskGraph for serial level calcTasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 329dc660892c7400b17f21105b0e878f629f7267 | | | Author: Marcus Walther | | | Date: Mon Jun 30 12:19:01 2014 +0000 | | | | | | - forgot the suiteSparse-Package file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Solver/UmfPack/FindSuiteSparse.cmake | | | | | * commit 2fbbd22bfe8a8f7491befd59afae0a0ebb63fcbb | | | Author: OpenModelica Hudson | | | Date: Mon Jun 30 11:18:39 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 7fa0d9934db8b57f6fb2365b22c82be3f1177599 | | | Author: Martin Sjölund | | | Date: Mon Jun 30 10:56:30 2014 +0000 | | | | | | `+d=execstat` now adds the information to the Error.mo buffer instead of stdout | | | - execstat now records cumulative time | | | - Boehm GC now reports memory consumption | | | - Made the execstat report smaller (1 entry for sorting, 1 for matching, instead of 30000 entries for every small work item) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | | | * commit 6bea751204e72d5613c1385b5253db6d88ce5ccb | | | Author: Volker Waurich | | | Date: Mon Jun 30 10:53:19 2014 +0000 | | | | | | - fixed hpcom simEqSys mapping for SINGLECOMPLEXEQUATION components | | | - added test Graetz | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 09100735ea557b85dc97c44c505dff7420b6cdd7 | | | Author: OpenModelica Hudson | | | Date: Mon Jun 30 10:47:01 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | | | * commit 7f0b6a33fb4f69c1514c15ec79b7f72b18ce94b6 | | | Author: Marcus Walther | | | Date: Mon Jun 30 10:40:50 2014 +0000 | | | | | | - SparseMatrix-Support added for umfpack-linear solver | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Math/SparseMatrix.cpp | | | A SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 10b2b6f0fa2b6b1a0e93f46580646b87628feb0c | | | Author: Martin Sjölund | | | Date: Mon Jun 30 08:43:38 2014 +0000 | | | | | | Add more details about the system to the generated mos-files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit bd46bfabe199e7dd4cb9d268fbb73429e7001731 | | | Author: Martin Sjölund | | | Date: Mon Jun 30 08:27:18 2014 +0000 | | | | | | Fix the library last change line | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 8e7353fc5e5520fcb7f2442667ed7559f4763c69 | | | Author: Volker Waurich | | | Date: Mon Jun 30 07:06:29 2014 +0000 | | | | | | - replace function longestPathMethod with getCriticalPaths | | | - some clean up | | | - predict speedUp for level scheduling | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit be7e0df8197328e734917ae79febf967e187cf09 | | | Author: Vitalij Ruge | | | Date: Mon Jun 30 00:04:41 2014 +0000 | | | | | | guard atol again nominal <= 0 | | | | | | perhaps we should guard nominal value | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 65e0b71cafe95d0c520e4b80ee177d8f5506c0b8 | | | Author: Martin Sjölund | | | Date: Sun Jun 29 16:36:37 2014 +0000 | | | | | | Fix the last compliance test for partially evaluated functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 70e7dcf455f78e12081ed6dbdab3225957cdc6a4 | | | Author: Martin Sjölund | | | Date: Sun Jun 29 16:10:25 2014 +0000 | | | | | | Handle PARTEVALFUNCTION that specializes a variable rather than a function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 7f0b1fbd4ba3a35633910966c03c84a39857c148 | | | Author: Martin Sjölund | | | Date: Sun Jun 29 09:30:43 2014 +0000 | | | | | | Add missing changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 9056c51d8f7cbf2e33da989da2300767a16a07c1 | | | Author: Martin Sjölund | | | Date: Sun Jun 29 09:23:09 2014 +0000 | | | | | | Change the error to a notification since sometimes we need to allow it... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplAbsyn.mo | | | | | * commit f5cbe3bb8b99e1706b354d03b3df65a1c3d661e3 | | | Author: Martin Sjölund | | | Date: Sun Jun 29 08:58:57 2014 +0000 | | | | | | Improve Susan error handling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplAbsyn.mo | | | | | * commit aadb80dbb6e236a44e050481a1122ff88b317150 | | | Author: Martin Sjölund | | | Date: Sat Jun 28 07:23:50 2014 +0000 | | | | | | Don't remove functions that are passed through CREF in the backend (partially evaluated functions use it) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 216870200fc827f63676a7796a058b685119c42c | | | Author: Martin Sjölund | | | Date: Fri Jun 27 17:12:13 2014 +0000 | | | | | | Generate correct boxptr code for `String[:]` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 919b5577bb849497aae0503f74eaed2b8fc192a8 | | | Author: OpenModelica Hudson | | | Date: Fri Jun 27 15:53:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 19bb0032b0248d601355d287ac67bbe894e9696e | | | Author: Niklas Worschech | | | Date: Fri Jun 27 14:33:26 2014 +0000 | | | | | | fix in Kinsol of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit b483b846186b4b3dcd4850653c30c14ecd178d86 | | | Author: Martin Sjölund | | | Date: Fri Jun 27 12:54:03 2014 +0000 | | | | | | Fix template | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 88a4cc25aa8d37506c6a8586690ec8bdccfee625 | | | Author: OpenModelica Hudson | | | Date: Fri Jun 27 11:43:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 60b10182346e717bd8c2cdbf63aad3db835f51b0 | | | Author: Niklas Worschech | | | Date: Fri Jun 27 11:36:58 2014 +0000 | | | | | | fix in cpp template for algoop evaluation | | | changed zero crossing tollernce in cpp template | | | change absolute tollerance in cvode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 0d74baddab743e87bd42150f196c64eeccae0980 | | | Author: Martin Sjölund | | | Date: Fri Jun 27 11:33:29 2014 +0000 | | | | | | #1949 Changed implementation of DAE.PARTEVALFUNCTION | | | - PartFn.mo was removed | | | - We now create a closure in the code-generation instead | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | D Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | A SimulationRuntime/c/meta/meta_modelica_builtin_boxvar.h | | | A SimulationRuntime/c/meta/meta_modelica_gen_boxvar.py | | | R100 SimulationRuntime/c/meta/meta_modelica_gen_mk_box.sh SimulationRuntime/c/meta/meta_modelica_gen_mk_box.py | | | | | * commit 5c8950a83a1f0f3c89c0c97a78bfdcf6e26a1233 | | | Author: Volker Waurich | | | Date: Fri Jun 27 07:49:04 2014 +0000 | | | | | | - fixed level scheduling | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 1456d7c11096604405453306e4af1dbef6302581 | | | Author: Per Östlund | | | Date: Thu Jun 26 14:46:52 2014 +0000 | | | | | | - Fixed bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit b2495eb1d2d38a34c9f92a1dbe0753a4857ca291 | | | Author: OpenModelica Hudson | | | Date: Thu Jun 26 14:42:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 1369dcaa0e3075e4cf992b21142377c8a5cc71d5 | | | Author: Per Östlund | | | Date: Thu Jun 26 14:38:37 2014 +0000 | | | | | | Fix for #2738: | | | - Respect fully qualified crefs in Static.elabCrefSubs. | | | - Some random code cleaning in Expression. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 98565f6767b9213935555ab9222fee2c0cd5bfa5 | | | Author: OpenModelica Hudson | | | Date: Thu Jun 26 14:12:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit b9c9d00c8a060e153e29a3ed8fed1eaf382aec00 | | | Author: Patrick Marcel Taeuber | | | Date: Thu Jun 26 14:05:41 2014 +0000 | | | | | | - fixed some problem with tearingSelect=always | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 3f7d5949d7ac8b826c31033ccdb4f4a1df3456e5 | | | Author: Volker Waurich | | | Date: Thu Jun 26 10:49:06 2014 +0000 | | | | | | - replace function makeCalcLevelTaskLst | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 9f87423c77bafd0f3c7fc1716779456ae0582ae0 | | | Author: Martin Sjölund | | | Date: Thu Jun 26 09:11:43 2014 +0000 | | | | | | Add some source info to the Susan error-message for number of arguments don't match | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplAbsyn.mo | | | | | * commit ca36211782d93b4eed27e44aa65fc22437e27abb | | | Author: OpenModelica Hudson | | | Date: Thu Jun 26 08:50:21 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 7d223b31a31ca7a0fbad3ca13ec5995cab9caf69 | | | Author: Volker Waurich | | | Date: Thu Jun 26 08:48:37 2014 +0000 | | | | | | - fixed level attribute in graphml output for level scheduling | | | - added serial level calc object | | | - added bls scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit fedf084d6312154a8079dc321f883d3641a6feda | | | Author: OpenModelica Hudson | | | Date: Wed Jun 25 15:38:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit acfdc860b754a79bcf464fee924cc64081c92c72 | | | Author: Niklas Worschech | | | Date: Wed Jun 25 15:22:21 2014 +0000 | | | | | | fix for Chuacircuit in Cvode an kinsol | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 01c76a6d6b02bf555c290edceaea6a1438971c3e | | | Author: Per Östlund | | | Date: Wed Jun 25 14:58:01 2014 +0000 | | | | | | - Removed some redundant calls to simplify1 in ExpressionSimplify.simplifyBinaryCoeff. | | | Speeds up instantiation of BatchPlant_StandardWater with 25% (4m45s => 3m30s for me). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a0c13ebdb38298117296521b61cc4ecd91ce4eac | | | Author: Martin Sjölund | | | Date: Wed Jun 25 13:01:01 2014 +0000 | | | | | | Fix the type of a simplified `fill()` expression | | | - Some additional debugging code for the `+t` flag | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Error.mo | | | | | * commit 74ec2d697c42b5b833868b33f6ceee904f686a7b | | | Author: OpenModelica Hudson | | | Date: Wed Jun 25 12:35:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 3396bc6351a97d403c24f473ac8cb414b2c9e12e | | | Author: Niklas Worschech | | | Date: Wed Jun 25 12:19:25 2014 +0000 | | | | | | add missing interface method | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | | | * commit 2f2c19098f85e4cab7c0af937fac2ca2d16e4077 | | | Author: Niklas Worschech | | | Date: Wed Jun 25 12:14:03 2014 +0000 | | | | | | added get nominal state to cpp template, fix for redundant algloop equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 784f8ad3a4589760a94254f02f0ba2b7874fd103 | | | Author: Marcus Walther | | | Date: Wed Jun 25 11:56:53 2014 +0000 | | | | | | - fix for non terminating EventHandling in Cpp-Runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | * commit a141edbecafd8120251e1176f928c106c5c8dfdd | | | Author: Martin Sjölund | | | Date: Wed Jun 25 10:59:41 2014 +0000 | | | | | | #2731 Always append `/` for `classDirectory()` calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 0f68eb18baa1d35c1bd40a07eaa508d696573d02 | | | Author: Marcus Walther | | | Date: Wed Jun 25 05:33:03 2014 +0000 | | | | | | - fixed HPCOM build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit b3c3891eee745807f75d5095867d672a49ca68a5 | | | Author: Per Östlund | | | Date: Tue Jun 24 12:40:55 2014 +0000 | | | | | | - Implemented BaseHashTable.copy and used it in InstExtends.fixClassdef, instead | | | of the previous slow way of building a new hashtable element by element. | | | fixLocalIdents went from 40s to 15s for BatchPlant_StandardWater for me. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit a98159c70c0363addeb198ec1e30b5c7a89a9795 | | | Author: Martin Sjölund | | | Date: Tue Jun 24 11:24:07 2014 +0000 | | | | | | #2731 Append the path delimiter to the string returned by `classDirectory()` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit f7982527e7e6369ca97efc7673ddb1089a246053 | | | Author: Martin Sjölund | | | Date: Tue Jun 24 09:37:45 2014 +0000 | | | | | | C fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_csv.c | | | | | * commit 69ea80d97156991d6eea2aac7ad4b638d6e556c1 | | | Author: Martin Sjölund | | | Date: Tue Jun 24 09:18:02 2014 +0000 | | | | | | #2641 Use C++ locale-independent functions when reading csv-files in OMPlot | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_csv.c | | | A SimulationRuntime/c/util/read_csv.cpp | | | | | * commit a3569c4e22d3afd5a0ab6e63521ca4923fca86b5 | | | Author: OpenModelica Hudson | | | Date: Tue Jun 24 09:08:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 49ba3084bb0b42283283111c340e2784f1e891f2 | | | Author: Volker Waurich | | | Date: Tue Jun 24 09:06:46 2014 +0000 | | | | | | - fix hpcom for algorithm components with multiple outputs | | | - little clean up | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 0386b3bc0161031fc9c2a87171fd3a740ba381e2 | | | Author: Martin Sjölund | | | Date: Tue Jun 24 08:07:52 2014 +0000 | | | | | | Remove some more references | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit b48ffb26c60ac3d56d1595ca98ec0a73c751d2db | | | Author: OpenModelica Hudson | | | Date: Tue Jun 24 08:06:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit 4593c526524ee5cf73a9a63a496383f86872a829 | | | Author: Marcus Walther | | | Date: Tue Jun 24 08:00:38 2014 +0000 | | | | | | - fixed some compiler warnings of the cpp-runtime build with gcc | | | - added HPCOM_MEMORY_OPT-Flag to use experimental memory optimization | | | - some simple optimizations for the cpp-runtime | | | - papi-support to hpcom-codegen added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit f6c5956ca50375495b6c487ba5856a39b1b4c4ee | | | Author: Martin Sjölund | | | Date: Tue Jun 24 07:58:28 2014 +0000 | | | | | | Remove string_util.{c,h} since that version of strtod spins in too many cases. | | | Going back to strtod, which is locale-dependent, but at least works as long as external C code does not set the locale. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/util/CMakeLists.txt | | | M SimulationRuntime/c/util/read_csv.c | | | D SimulationRuntime/c/util/string_util.c | | | D SimulationRuntime/c/util/string_util.h | | | | | * commit ab3fa9bb40133d65b53dd8671a1710052f49cc44 | | | Author: Volker Waurich | | | Date: Tue Jun 24 06:39:57 2014 +0000 | | | | | | - use matchcontinue in mergeSingleNodes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit bda85c0ada72b148f48c7c8576c9c93dea689e72 | | | Author: OpenModelica Hudson | | | Date: Mon Jun 23 17:20:18 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a7b82baa12828f9c0db95f783740c69cad832162 | | | Author: Vitalij Ruge | | | Date: Mon Jun 23 17:13:28 2014 +0000 | | | | | | duplicate case from max to min | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a475d6aae7dac7f18de58e1e1688380c2a633b67 | | | Author: Martin Sjölund | | | Date: Mon Jun 23 14:59:55 2014 +0000 | | | | | | Add options to CustomCommands.mos to make it possible to generate the directory structure of the MSL regression testing suite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 0c605c9d602cef6115bc73c865500439e6d08e87 | | | Author: OpenModelica Hudson | | | Date: Mon Jun 23 11:31:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 44edc3c517338ae1f686a95397cd550e6c2879d3 | | | Author: Volker Waurich | | | Date: Mon Jun 23 11:14:22 2014 +0000 | | | | | | - fix for distributeToClusters in mergingSingleNodes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 1df5178c94cd7c5c57914c9e6d9153e3d08d06b8 | | | Author: OpenModelica Hudson | | | Date: Mon Jun 23 09:42:04 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 129cfad5eaf80353ecca304b81d92bc7b7d21d18 | | | Author: Volker Waurich | | | Date: Mon Jun 23 09:19:57 2014 +0000 | | | | | | - level schedule rewritten, handles merged tasks | | | - remove some unused stuff | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit cd397679df3485133646fe676703bcfebb677851 | | | Author: Vitalij Ruge | | | Date: Mon Jun 23 09:04:35 2014 +0000 | | | | | | - improved optimization order 1 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit a9848939097e97199fca9ae2201b9ddb722dd10b | | | Author: Vitalij Ruge | | | Date: Sun Jun 22 13:18:42 2014 +0000 | | | | | | - improved optimization | | | - sorting | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit 66700f86dedf8c6b343ff9df392040f225e7e705 | | | Author: Martin Sjölund | | | Date: Fri Jun 20 20:10:06 2014 +0000 | | | | | | m:r7723 fixes Fluid.Dissipation issues, so we no longer need to set the debug-flag | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit aaf147ec1480e18d62bde6d91473c685d45e99b6 | | | Author: Lennart Ochel | | | Date: Fri Jun 20 12:38:03 2014 +0000 | | | | | | - fix some runtime messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 774bc97c8907b5d0239439b5ccaa7ce0218657a3 | | | Author: Volker Waurich | | | Date: Fri Jun 20 11:51:01 2014 +0000 | | | | | | - fix mergeSingleNodes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit fedd2f6c5d3506b207e615ded2dde5902b2d4080 | | | Author: OpenModelica Hudson | | | Date: Fri Jun 20 10:34:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 78969c0a398c819447106766009932e07272d6ca | | | Author: Lennart Ochel | | | Date: Fri Jun 20 10:26:00 2014 +0000 | | | | | | - improve over-determined initialization approach | | | - If it is necessary to evaluate parameters for the consistence check, the check will now be performed during runtime. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 117a1c8bf04eb6003abf791784d344528abb7b2c | | | Author: Volker Waurich | | | Date: Fri Jun 20 07:03:17 2014 +0000 | | | | | | - activate mergeSingleNodes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 1b1bac410879f2352162b88eadd7e45463ea75b9 | | | Author: Volker Waurich | | | Date: Fri Jun 20 06:43:33 2014 +0000 | | | | | | - fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit a0a33c4b7c807a18e66093e7c691527022d7487e | | | Author: OpenModelica Hudson | | | Date: Fri Jun 20 06:27:08 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 6f1340f205ceb8904f8f3ee6ff0545a27ffaa69b | | | Author: Volker Waurich | | | Date: Fri Jun 20 06:24:46 2014 +0000 | | | | | | - added new graph merging rule, mergeSingleNodes, not yet activated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit f4c51dbe95b6173107ed29900b2a5cb569d826a5 | | | Author: Lennart Ochel | | | Date: Thu Jun 19 19:17:04 2014 +0000 | | | | | | - remove unused imports | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FTraverse.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | | | * commit 9d71aea439e8a3bff189a1c736185ecb9000fac1 | | | Author: Per Östlund | | | Date: Thu Jun 19 16:05:32 2014 +0000 | | | | | | - Fixed RML compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 90d2f883cae42e790449c1ee1c5015b8c56d366b | | | Author: OpenModelica Hudson | | | Date: Thu Jun 19 15:58:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 8914fdea21d19b4260418205ab78c76f19afac4d | | | Author: Per Östlund | | | Date: Thu Jun 19 15:40:53 2014 +0000 | | | | | | Fix for #2723: | | | - Check for connect in when equations and if equations with non-parameter | | | conditions. | | | - Cleaned up some test cases. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Error.mo | | | | | * commit ffd890ff281bb0763498f1afdcf79672b0a1a02e | | | Author: Lennart Ochel | | | Date: Thu Jun 19 15:32:13 2014 +0000 | | | | | | - attempt to fix #2708 (unquote q-idents) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 7f9a6aee33826bafa0d01ef8ee3d9e067a81ff69 | | | Author: OpenModelica Hudson | | | Date: Thu Jun 19 14:44:38 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Absyn.mo | | | | | * commit 8aa75448a735902ad0ef23a09016a57eff7e27d8 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Jun 19 14:25:34 2014 +0000 | | | | | | + unquote more. make sure to unquote each ident and not just the whole cref/path string. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 7beba6b9b626dd572041dda6d0e11a3a59d61606 | | | Author: Per Östlund | | | Date: Thu Jun 19 14:18:10 2014 +0000 | | | | | | - Made SimCodeUtil.setVariableIndexHelper tail recursive to fix some test cases | | | for the bootstrapped compiler. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit cd63ceb8a007b736d02ce73fc1fe8c275455a2d4 | | | Author: Martin Sjölund | | | Date: Thu Jun 19 14:09:33 2014 +0000 | | | | | | Better coding style fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2Functions.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2TypesPlatform.h | | | | | * commit 4a88d3475b5a6cbbf05a4d1757afb2167c00a71b | | | Author: Adrian Pop | | | Date: Thu Jun 19 14:05:05 2014 +0000 | | | | | | - fix coding style? | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2Functions.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2TypesPlatform.h | | | | | * commit fa824f63dd46c2411e67b7d662789e1c7a8a977b | | | Author: Martin Sjölund | | | Date: Thu Jun 19 12:31:52 2014 +0000 | | | | | | Fix for xml logFormat where messages contain quotes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 9e7a359823f7e476351f88f5a6c66af28ded481a | | | Author: Per Östlund | | | Date: Thu Jun 19 11:56:13 2014 +0000 | | | | | | - Removed propagation of modifiers when instantiating equations and algorithms, | | | since those can't be modified anyway. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit f82d1766d7abb63cb78eed89e990c224f810379b | | | Author: OpenModelica Hudson | | | Date: Thu Jun 19 11:50:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h | | | | | * commit cf469df0b424d777147899c0b37ee47e72d74620 | | | Author: OpenModelica Hudson | | | Date: Thu Jun 19 11:50:22 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2Functions.h | | | M SimulationRuntime/fmi/export/fmi2/fmi2TypesPlatform.h | | | | | * commit f6352ead4333f368bafc3951c1c380290e756835 | | | Author: Adeel Asghar | | | Date: Thu Jun 19 11:49:09 2014 +0000 | | | | | | - Updated to FMI2 RC2 from FMI2 RC1. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | A SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h | | | R053 SimulationRuntime/fmi/export/fmi2/fmiFunctions.h SimulationRuntime/fmi/export/fmi2/fmi2Functions.h | | | R071 SimulationRuntime/fmi/export/fmi2/fmiTypesPlatform.h SimulationRuntime/fmi/export/fmi2/fmi2TypesPlatform.h | | | D SimulationRuntime/fmi/export/fmi2/fmiFunctionTypes.h | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 94b99d60ffa7433e8be87ab6173c8cf86618ace1 | | | Author: Volker Waurich | | | Date: Thu Jun 19 08:49:18 2014 +0000 | | | | | | - limit the number of vars in the resolved equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResolveLoops.mo | | | | | * commit a86388de40c89b9b306afe2f640a217d091153ac | | | Author: Vitalij Ruge | | | Date: Wed Jun 18 21:36:25 2014 +0000 | | | | | | - imporved rule x/c1 = c2*x | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 3c1edf04cfd7aa02ae3171548280052624c22cea | | | Author: OpenModelica Hudson | | | Date: Wed Jun 18 17:58:07 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit 3a23460fb8ed8ad0934987a350e1f5d9a475a047 | | | Author: Vitalij Ruge | | | Date: Wed Jun 18 17:30:49 2014 +0000 | | | | | | - improved optimization | | | - evaluation derivations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/OptimizerLocalFunction.h | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 120174475fc15039c05335b34aeeed6d8d9822d4 | | | Author: Michael Kloeppel | | | Date: Wed Jun 18 12:25:16 2014 +0000 | | | | | | fixed a bug connected with an empty _compiler_FLAGS variable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit 228d361ce96861b38ab854939d534f38911a3f38 | | | Author: OpenModelica Hudson | | | Date: Wed Jun 18 11:28:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 10cd1f8a3edd134afe3b9202b76dedc13a4aead5 | | | Author: Niklas Worschech | | | Date: Wed Jun 18 11:21:42 2014 +0000 | | | | | | fix in Kinsol, catch exception | | | change evaluate call in cvode calcfunction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 05cbd148dd2e6cdc689224bbae21b2b5ec4d9e21 | | | Author: OpenModelica Hudson | | | Date: Wed Jun 18 09:11:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/List.mo | | | | | * commit dffd80f47d8a75a7f3dec576cbe71baddbe97ef7 | | | Author: Per Östlund | | | Date: Wed Jun 18 09:05:50 2014 +0000 | | | | | | Fix for #2729: | | | - Don't try to evaluate crefs which are not function parameters when resolving | | | default bindings in Static.addDefaultArgs. | | | - Some random code improvements. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/List.mo | | | | | * commit 80df2297d5e4ead05ca4e470027d6fb8c054466b | | | Author: OpenModelica Hudson | | | Date: Wed Jun 18 07:58:28 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | | | * commit 9955077636720bbe24e4151ce95823a7e7108c8a | | | Author: Marcus Walther | | | Date: Wed Jun 18 07:31:34 2014 +0000 | | | | | | - Analyzation Mode fixed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | | | * commit c310fe43e4c85b9665855d5b6af77ad2d9d5782a | | | Author: Marcus Walther | | | Date: Wed Jun 18 06:46:14 2014 +0000 | | | | | | - fix for CPP runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 270650f96ce11381f17e78e0750c5fafdd9aaaf7 | | | Author: Martin Sjölund | | | Date: Tue Jun 17 20:28:36 2014 +0000 | | | | | | Updating ThermoSysPro to 3.1 | | | - Note: 1 testcase now fails (TestStaticCentrifugalPumpWaterSolution). I cannot verify if the new results are in line with Dymola, so someone else should check it. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 6f47988639fa36d0bd1eb0d6e293395be675436a | | | Author: OpenModelica Hudson | | | Date: Tue Jun 17 15:04:11 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c6031169fb9eb844500f57b4d6baba01c655d707 | | | Author: Niklas Worschech | | | Date: Tue Jun 17 14:39:57 2014 +0000 | | | | | | fix for init aliasvars in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1e289f80d6ac9767dd1807458fba198890c5eed2 | | | Author: Marcus Walther | | | Date: Tue Jun 17 14:17:44 2014 +0000 | | | | | | - updated the FMUGlobalSettings to the new IGlobalSettings interface | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | * commit f4b199ce9d7d135460fa59c4a7450409a5d407d4 | | | Author: Marcus Walther | | | Date: Tue Jun 17 13:59:52 2014 +0000 | | | | | | - updated the FMUGlobalSettings to the new IGlobalSettings interface | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | | | * commit 818e77e4af15014f43ef19480ed92153c13da003 | | | Author: Marcus Walther | | | Date: Tue Jun 17 13:44:03 2014 +0000 | | | | | | - copy-command for LinSolverOMCFactory added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | * commit 2c371ba6df8b229978aa5377fb4784da7dcc8421 | | | Author: Marcus Walther | | | Date: Tue Jun 17 13:19:20 2014 +0000 | | | | | | - copy-command for ILinSolverSettings added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | | | * commit 379c97bb25c27bcb79a5ef4da152124a564ee173 | | | Author: Adeel Asghar | | | Date: Tue Jun 17 13:00:58 2014 +0000 | | | | | | - Make OpenModelica 2.0 FMUs work for Dymola. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit df2d71f41ab9a594ce4cd94208ddbe081dc5a08a | | | Author: Volker Waurich | | | Date: Tue Jun 17 12:39:51 2014 +0000 | | | | | | - added function SimCodeUtil.getAssignedSimEqSysIdx | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 5cde57e5ae763ae7265a2ad193a891bbd4462f97 | | | Author: OpenModelica Hudson | | | Date: Tue Jun 17 12:33:29 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | | | * commit af4d8bb2c4c69b953a8148e61a45470ea1c18f56 | | | Author: Marcus Walther | | | Date: Tue Jun 17 12:08:33 2014 +0000 | | | | | | - added forgoten file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/LinSolverOMCFactory.h | | | | | * commit 74025114c39351ccaee81638eb49e6b20f654923 | | | Author: OpenModelica Hudson | | | Date: Tue Jun 17 11:57:32 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPack.h | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | | | M SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.h | | | | | * commit 1ab50888f90821e37332d71698a04bdded106f86 | | | Author: Marcus Walther | | | Date: Tue Jun 17 11:55:51 2014 +0000 | | | | | | - linear solver interfaces for equation systems added | | | - command line options for linear and nonlinear solver added ("-L name" and "-N name") | | | - sparse solver format included | | | - umfpack-solver dummy added (will be filled soon by mkloeppel) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | A SimulationRuntime/cpp/Include/Core/Solver/ILinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | A SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/UmfPack/FactoryExport.h | | | A SimulationRuntime/cpp/Solver/UmfPack/UmfPack.cpp | | | A SimulationRuntime/cpp/Solver/UmfPack/UmfPack.h | | | A SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.cpp | | | A SimulationRuntime/cpp/Solver/UmfPack/UmfPackSettings.h | | | | | * commit 681407b93918fe62917356cafe3d601b8f744739 | | | Author: Lennart Ochel | | | Date: Mon Jun 16 20:21:24 2014 +0000 | | | | | | - fix over-determined initialization (e.g. ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 0d9dee92e1083269baf7a92d6360e828f723a552 | | | Author: Adrian Pop | | | Date: Mon Jun 16 16:36:22 2014 +0000 | | | | | | - fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 55219bca6ee1eb564bc390764d247277d4f45668 | | | Author: OpenModelica Hudson | | | Date: Mon Jun 16 16:10:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 23c76733862a27a11b6672fa71a15e326bf70a3f | | | Author: Adeel Asghar | | | Date: Mon Jun 16 16:09:15 2014 +0000 | | | | | | - Write derivatives dependecies. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit f0a3a19d970f9f790bd710811270e0b13c2543cf | | | Author: Niklas Worschech | | | Date: Mon Jun 16 13:55:16 2014 +0000 | | | | | | fix for subscripts in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0c26cb2e7f13243ba5d7c84c007d7dbe4bb83227 | | | Author: Martin Sjölund | | | Date: Mon Jun 16 13:19:20 2014 +0000 | | | | | | Fix balancing of XML tags with -w and non-linear system errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 2b55d3df94d0946d29b82a559c83aa920311400c | | | Author: OpenModelica Hudson | | | Date: Mon Jun 16 12:54:48 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | | | * commit cd3a2f9275ad4d6591a7a72eea44260306f20315 | | | Author: Marcus Walther | | | Date: Mon Jun 16 12:43:28 2014 +0000 | | | | | | - removed some warnings of the gcc build | | | - changed the globalSettings reference to a pointer (just a quickfix to get the ANALYZATION_MODE running) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit b2f1e4f94ce1b6eddd2d929a61d945d0a722d895 | | | Author: OpenModelica Hudson | | | Date: Mon Jun 16 12:13:12 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 9a58493c0cc5dcf5e238885c937a792d47fff81e | | | Author: Adeel Asghar | | | Date: Mon Jun 16 12:11:17 2014 +0000 | | | | | | - Generate the outputs & derivatives in the model structure section. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit b0efe4ead345c6cf2616645d296ff44559ff9275 | | | Author: Martin Sjölund | | | Date: Sat Jun 14 18:10:40 2014 +0000 | | | | | | OSX fixes for Modelica3D | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M configure.in | | | | | * commit 5995980b0fc56509619f4423321ebb7130d29f02 | | | Author: Martin Sjölund | | | Date: Sat Jun 14 12:17:26 2014 +0000 | | | | | | Fix debugging line... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit a1df5d5d110cc78c9ad7b84115729acf76722241 | | | Author: Martin Sjölund | | | Date: Sat Jun 14 05:16:17 2014 +0000 | | | | | | #2654 Use OSX-specific suffixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 2371918d34a5703679d7485aa9c4145d844138b0 | | | Author: Adeel Asghar | | | Date: Sat Jun 14 03:07:29 2014 +0000 | | | | | | - Use variable_index instead of index to define ordered indexes for simvars. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 84c869f1f270dfa08c3c650132be528596ae5965 | | | Author: Adrian Pop | | | Date: Fri Jun 13 20:31:40 2014 +0000 | | | | | | - revert r21108 as it breaks almost everything (1k failing tests and 2h53m clang runtime instead of 6m): | | | https://trac.openmodelica.org/OpenModelica/changeset/21108 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit a5051976dcc06035025152c84afb1582d8b61795 | | | Author: OpenModelica Hudson | | | Date: Fri Jun 13 17:03:31 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 713db2b82b58595fefe42230beb2414fe2af4488 | | | Author: Adeel Asghar | | | Date: Fri Jun 13 16:55:50 2014 +0000 | | | | | | - Define ordered indexes for simvars. Used in FMI 2.0 model description xml file. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit b6f65b9137244b135325415f0886316278907a99 | | | Author: OpenModelica Hudson | | | Date: Fri Jun 13 16:27:14 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit af660efe460af355c25cea25d4f74fc339bc59db | | | Author: Niklas Worschech | | | Date: Fri Jun 13 15:58:26 2014 +0000 | | | | | | fix for struct in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a6b54f382431282453f0499f029e55fb65b1f3f4 | | | Author: Willi Braun | | | Date: Fri Jun 13 15:48:29 2014 +0000 | | | | | | - added flags maxStepSize and maxIntegrationOrder for dassl. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit cd0e9bdf4eb52dd74594a5490fa7a823733272d1 | | | Author: OpenModelica Hudson | | | Date: Fri Jun 13 13:59:23 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9a28c82b9b309fd833938b7e17ed6e36c677c956 | | | Author: Niklas Worschech | | | Date: Fri Jun 13 13:57:05 2014 +0000 | | | | | | fix for record return type in cpp template | | | expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit fb8e3406487a8a4a3f814b202c3f82c7edf38bcb | | | Author: Lennart Ochel | | | Date: Fri Jun 13 13:12:27 2014 +0000 | | | | | | - fix for complex equations in over-determined systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit c495c2687c07d038481ec2e338d704e9028382a3 | | | Author: Niklas Worschech | | | Date: Fri Jun 13 12:46:45 2014 +0000 | | | | | | fix in cpp template for missing evaluate | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 45b3430a2047213e5dc8eca9dd88893032b8b63a | | | Author: Niklas Worschech | | | Date: Fri Jun 13 10:36:41 2014 +0000 | | | | | | changed linking order in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 31a18eddeef4f4ec3a35743ccfdc8c474f349244 | | | Author: Martin Sjölund | | | Date: Fri Jun 13 10:14:40 2014 +0000 | | | | | | Add debug flag `+d=acceptTooManyFields` | | | - The flag is disabled by default, and will accept calling a function with a record that has more fields than expected | | | - This behaviour is considered breaking the Modelica spec in m:#1245 | | | - The flag makes Fluid.Dissipation work again, and it is the default for library testing until Fluid.Dissipation is updated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit 51fbb1e1edc50e0db38c4d2cb6d15e12229bb47b | | | Author: Willi Braun | | | Date: Fri Jun 13 09:45:03 2014 +0000 | | | | | | - fix xml variables xml modelinfo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 645af85727952154d179f5ac1f98051c021bd0be | | | Author: Martin Sjölund | | | Date: Fri Jun 13 09:30:28 2014 +0000 | | | | | | Link to the correct OMC versions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit d7f6334500c5b3bc51ca47df5c9920a3f6b40755 | | | Author: Martin Sjölund | | | Date: Fri Jun 13 09:29:53 2014 +0000 | | | | | | Make the regression testing of library results work again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit e56806656fb811958d6db822dc66639661caf6d6 | | | Author: OpenModelica Hudson | | | Date: Fri Jun 13 07:27:18 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 9f4703dbd3953271d75e17f9d7a62afb77ee101c | | | Author: Marcus Walther | | | Date: Fri Jun 13 07:16:54 2014 +0000 | | | | | | - the hpcom module can now create the serial code (designed for testing) | | | - fixed the tbb-codegeneration | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 326c054cbea3adda2725014dfc8f4a3f2b0111bb | | | Author: Adrian Pop | | | Date: Thu Jun 12 16:59:53 2014 +0000 | | | | | | - attempt to fix bootstrapping, more assignments to inputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 16098af936ea033e43d2cd0a681af51d0a8de08f | | | Author: Adrian Pop | | | Date: Thu Jun 12 16:19:03 2014 +0000 | | | | | | - attempt to fix bootstrapping, use mOut instead of mIn in: Initialization.manipulatedAdjacencyMatrix2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 9929864afec2ce1f92bde4f476561c543dfe4888 | | | Author: Lennart Ochel | | | Date: Thu Jun 12 14:48:06 2014 +0000 | | | | | | - improve initialization approach for over-determined systems | | | - add some test cases for over-determined systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit fa647283a02e7526dbfb601e96a01ca1874cec1b | | | Author: Niklas Worschech | | | Date: Thu Jun 12 13:24:30 2014 +0000 | | | | | | disabled boost log in cmakefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit e15119d69e90c825f2e4d2ed1c3262793ac43bf6 | | | Author: OpenModelica Hudson | | | Date: Thu Jun 12 13:20:34 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | | | * commit 1dd34cffb5a37fe74bbe0f2264e127ebb06d0fda | | | Author: Niklas Worschech | | | Date: Thu Jun 12 12:54:31 2014 +0000 | | | | | | expected output | | | updated boost in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sysv.hpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | | | * commit 8e0b025e895bff4f78ced9214bf3992b286f39d2 | | | Author: Martin Sjölund | | | Date: Thu Jun 12 12:42:30 2014 +0000 | | | | | | #2724 | | | - Reject non-constructor functions returning an external object | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/Util/Error.mo | | | | | * commit 21e64e6b83fe40eee724c26c263654a0b78faf36 | | | Author: Martin Sjölund | | | Date: Thu Jun 12 12:41:52 2014 +0000 | | | | | | Free allocated data | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit 2396ae48fff1531c925212dee35b6bdbe65b9ed6 | | | Author: Marcus Walther | | | Date: Thu Jun 12 11:20:45 2014 +0000 | | | | | | - fixed segmentation fault | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 510ae9757244a9dd29147eb2fba3b1f7ec802ea1 | | | Author: Adeel Asghar | | | Date: Thu Jun 12 10:49:31 2014 +0000 | | | | | | - Fixed fmiNewDiscreteStates function. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit c571ce20be41389dccf6d43db976269e7916fc4a | | | Author: Martin Sjölund | | | Date: Thu Jun 12 09:33:48 2014 +0000 | | | | | | #2722 | | | - Generate function definitions in list(OpenModelica...) again | | | - Cache the initial SCode.Program | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | M Compiler/Script/Interactive.mo | | | M Examples/GenerateDoc.mos | | | | | * commit 2782105ace2255443a85059c7343a12d9426cac8 | | | Author: Volker Waurich | | | Date: Thu Jun 12 08:25:13 2014 +0000 | | | | | | - append String to last ident instead of joinCrefs when duplicating variables | | | - extended dumpSimCode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 2a9f2ec98599ee4bdd89190d2a28be9d238b921e | | | Author: OpenModelica Hudson | | | Date: Thu Jun 12 06:45:33 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 41abe648fb200087b99ef94fafeffa5867cbf4ba | | | Author: Volker Waurich | | | Date: Thu Jun 12 06:43:25 2014 +0000 | | | | | | - use scheduled task graph to get scheduleInfo and CriticalPathInfo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 4f5525a49cf84beda7f3c12f50efbd74a8751c22 | | | Author: Lennart Ochel | | | Date: Wed Jun 11 16:28:39 2014 +0000 | | | | | | - fix propagation of equation kind property | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 1401f1d88231c4745930f97f0af48bbe745cd6a2 | | | Author: OpenModelica Hudson | | | Date: Wed Jun 11 16:02:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 70e0221d1cb1fc9d8d5a63b97512148dc9e19c7c | | | Author: Lennart Ochel | | | Date: Wed Jun 11 15:45:13 2014 +0000 | | | | | | - propagate equation kind property | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 15206e3757fbf861183b40ed95690c1ee07b24c1 | | | Author: OpenModelica Hudson | | | Date: Wed Jun 11 14:47:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | * commit 8ccd3386c23caef4a6b65e2936afefd741f5db7c | | | Author: Per Östlund | | | Date: Wed Jun 11 14:27:00 2014 +0000 | | | | | | - Fixed RML compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit 439f7667f72fc8b1937083f91cb281131f0aad29 | | | Author: Per Östlund | | | Date: Wed Jun 11 14:20:11 2014 +0000 | | | | | | - Greatly speed up flattening of large arrays by using simplified lookup when | | | prefixing. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | * commit fa611fab5bc7626fa6a1ee9f5603128d6f2d5609 | | | Author: Lennart Ochel | | | Date: Wed Jun 11 13:34:21 2014 +0000 | | | | | | - fix some include paths | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 9960809893a4d362b67f9d3cc10d0619cdeb51bc | | | Author: Marcus Walther | | | Date: Wed Jun 11 12:50:43 2014 +0000 | | | | | | - fixed build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 7fafe61642e891668b13dd872db6d38e5fdb2ad1 | | | Author: OpenModelica Hudson | | | Date: Wed Jun 11 12:49:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 76f6256c01a9f798b59f1b90b3df24ebf836dd04 | | | Author: Volker Waurich | | | Date: Wed Jun 11 12:45:21 2014 +0000 | | | | | | - update modelInfo for tds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit d269c49be874eb1a27b50f9d4f8b28b742296a4c | | | Author: OpenModelica Hudson | | | Date: Wed Jun 11 12:23:16 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4547136ab15033c405c572a6c3ec9da8a02d83a0 | | | Author: Christian SChubert | | | Date: Wed Jun 11 12:19:50 2014 +0000 | | | | | | simulationruntime: doublecheck, that the number of allocated linear/nonlinear/mixed systems and statesets is greater or equal to the number used in the generated c-code | | | Otherwise we get unexpected behaviour which is quite hard to find | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 90ed7d058bb3eeea681e0b50c68ff0bf2337c5a6 | | | Author: OpenModelica Hudson | | | Date: Wed Jun 11 12:19:13 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 7ea333a0ac4e43bd4aed74715f8a9a1bf6b151ed | | | Author: Marcus Walther | | | Date: Wed Jun 11 12:17:32 2014 +0000 | | | | | | - the hpcomMemory-Module can now handle contracted nodes and state variables | | | - fixed the double description in graphML-files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | | | * commit 482fa414e48f7de8a5563e6df0071dfbede6f4ce | | | Author: OpenModelica Hudson | | | Date: Wed Jun 11 11:19:50 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | | | * commit 8257764194edf9bbd937d9ed0ce5efcb6be7add3 | | | Author: Niklas Worschech | | | Date: Wed Jun 11 11:18:08 2014 +0000 | | | | | | add variable description and paramter values to writeoutput in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | | | * commit 241155c6b3f0254cfcab9bfe9dcc672bd12814ec | | | Author: OpenModelica Hudson | | | Date: Wed Jun 11 07:42:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 717b0571ebe54c0f9f1ff38f6614f79f356144e7 | | | Author: Volker Waurich | | | Date: Wed Jun 11 07:23:41 2014 +0000 | | | | | | - insert locks in schedule with duplicated tasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 20917573adb4b9a518bafd816ffcc30404580632 | | | Author: Volker Waurich | | | Date: Wed Jun 11 07:03:41 2014 +0000 | | | | | | - fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit aee9b982e202e068906beba4c57b5df0a151707e | | | Author: OpenModelica Hudson | | | Date: Tue Jun 10 15:53:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 07cfc7399e6e301cc031e44f4885a6a73844456e | | | Author: Patrick Marcel Taeuber | | | Date: Tue Jun 10 15:49:32 2014 +0000 | | | | | | - manual selection of tearing variables now also works for omcTearing (see r20929) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 9ee20c1c42736d07c7778826935acd55b90a75ac | | | Author: Adeel Asghar | | | Date: Tue Jun 10 15:14:13 2014 +0000 | | | | | | - Set FMU model states according to FMI specifications. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 233e4d9cce72e66e438a802abe47783238cd3d46 | | | Author: Adeel Asghar | | | Date: Tue Jun 10 14:40:40 2014 +0000 | | | | | | - Added empty ModelStructure format for modelDescription.xml | | | - Added fmiEventUpdate. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 1f8c58b3e64647adb476676241b51de9c72ada87 | | | Author: OpenModelica Hudson | | | Date: Tue Jun 10 10:52:37 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 161207b34e2a6312572eea9d117a0b785e9b6a3d | | | Author: Lennart Ochel | | | Date: Tue Jun 10 10:50:55 2014 +0000 | | | | | | - propagate equation kind property | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 7ec9b651d284818565c8fe88d13c83478dd15a8d | | | Author: Martin Sjölund | | | Date: Tue Jun 10 08:45:15 2014 +0000 | | | | | | Print initial equations for the debugger better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit 0ece1f2add9574f826d613bf4bb5a73ae86cde19 | | | Author: OpenModelica Hudson | | | Date: Tue Jun 10 06:48:29 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit a4eb77ff54f8e3aa5ebffc6e9b74213beb6dabfb | | | Author: Volker Waurich | | | Date: Tue Jun 10 06:46:27 2014 +0000 | | | | | | - build a new task graph including duplicated tasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 6f06ccdfa5a4884427d1cecd945b9c5fe839540f | | | Author: Adeel Asghar | | | Date: Mon Jun 9 15:34:52 2014 +0000 | | | | | | - Implemented fmiSetContinuousStates, fmiGetDerivatives, fmiGetEventIndicators, fmiGetContinuousStates & fmiGetNominalsOfContinuousStates functions for FMI 2.0 export. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 2b5e60a15b65a951bdcb8a9e67b800338a457249 | | | Author: Per Östlund | | | Date: Mon Jun 9 13:38:15 2014 +0000 | | | | | | Fix for #2720: | | | - Call external object constructors in the order as they are defined in. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21020 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 3632c44a511dc276bbc021570f9da57a1ddbd74f | | | Author: OpenModelica Hudson | | | Date: Sun Jun 8 11:33:40 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit aed9fe0476c4a4d726de71ba64e09e0d109a19fa | | | Author: Lennart Ochel | | | Date: Sun Jun 8 11:26:45 2014 +0000 | | | | | | - fix for impure built-in calls | | | - define impure built-in functions in ModelicaBuiltin.mo | | | - don't override isImpure attribute for built-in calls | | | - somewhere is still an error for delay calls at least | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/StaticScript.mo | | | M Parser/MetaModelica_Lexer.g | | | | | * commit 945453e5e9272e2eedcb16cfa6565393d2bfbf2e | | | Author: Jim Nutaro | | | Date: Sat Jun 7 20:38:14 2014 +0000 | | | | | | Fixed problem with initializing if statements in the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit b670f88e1cf941dbf3f4a82c4bbfc2cad03ea234 | | | Author: Willi Braun | | | Date: Fri Jun 6 15:15:57 2014 +0000 | | | | | | - added a inner ring-buffer for dassl solver | | | to ensure consistent extrapolation data for non-linear loops. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit f0e986fcf3031da251e2c607b0faa1b84bbe81e4 | | | Author: Willi Braun | | | Date: Fri Jun 6 14:20:44 2014 +0000 | | | | | | - fix bug #2718 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit 53982805d738fe5ef0681d37a99dc7b7ea4dd200 | | | Author: OpenModelica Hudson | | | Date: Fri Jun 6 12:01:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 7135e1c01d432fec527578eb48e396432f69ff18 | | | Author: Volker Waurich | | | Date: Fri Jun 6 11:59:55 2014 +0000 | | | | | | - add initial equations for duplicated tasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 368966f4fff7f1678afc4c31c7348b415201d178 | | | Author: Niklas Worschech | | | Date: Fri Jun 6 10:27:44 2014 +0000 | | | | | | changed evaluate call in CVode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 9a672be46dc7895ce9a86ff1a628e95f709bd25b | | | Author: OpenModelica Hudson | | | Date: Fri Jun 6 07:58:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 428164885ad1c55f323af91bef728a3a561d6c42 | | | Author: Niklas Worschech | | | Date: Fri Jun 6 07:51:03 2014 +0000 | | | | | | changed in Kinsol and CVode some tolerances | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 1f3b48e4a5a768641cf6d6110012e7caf99d9da0 | | | Author: Volker Waurich | | | Date: Fri Jun 6 06:52:17 2014 +0000 | | | | | | - replace duplicated crefs in non-duplicated tasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 8116dbb7a9bb00d05b022bddd31b0fe62619f9c6 | | | Author: Niklas Worschech | | | Date: Thu Jun 5 15:17:26 2014 +0000 | | | | | | fix for makefile in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit fa69c634995cf6c1f22ced2fd4158ad0ef014968 | | | Author: Niklas Worschech | | | Date: Thu Jun 5 13:38:19 2014 +0000 | | | | | | switched build of cpp runtime to release | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Makefile | | | | | * commit c532c4753b9670bd8dc91d4ec590c1ed35eb40e6 | | | Author: Martin Sjölund | | | Date: Thu Jun 5 12:52:46 2014 +0000 | | | | | | Fix the icon generation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit 4015c5049f776a2674558285e62cb930b836bd15 | | | Author: Martin Sjölund | | | Date: Thu Jun 5 12:45:28 2014 +0000 | | | | | | Changed OMPython version from 1.0 to 2.0 | | | - The 2.0 version uses session (OMCSession objects) instead of a global object created when importing OMPython | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit 63f16505842706895679abc09edc73f4ed548583 | | | Author: OpenModelica Hudson | | | Date: Thu Jun 5 12:30:32 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | | | * commit f24e33860379ecf61534fefa58f3dc9b32071623 | | | Author: Volker Waurich | | | Date: Thu Jun 5 12:06:37 2014 +0000 | | | | | | - generate new task graph for duplicated tasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 0563a9754b349f5bc1d2cf53a797b9497bd295a9 | | | Author: Per Östlund | | | Date: Thu Jun 5 12:02:27 2014 +0000 | | | | | | Fix for #2709: | | | - Added functionality to propagate final prefixes from modifiers to components. | | | Disabled for now, since it breaks some tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit c2cf53e2d947d1bbe6acacf0b7231ce1a6e6d83a | | | Author: OpenModelica Hudson | | | Date: Thu Jun 5 11:59:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | * commit d29b2bbff45319bed3eae9817fbe638471ddd4e0 | | | Author: Marcus Walther | | | Date: Thu Jun 5 11:53:25 2014 +0000 | | | | | | - hpcom level-scheduling fixed for windows | | | - update for hpcom-tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.h | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 342209e10d4aef712bbdb2bce32bffa8d611040d | | | Author: OpenModelica Hudson | | | Date: Thu Jun 5 10:34:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit a14096aeabccaf48a6d28fd43baf8f85b9fbdd45 | | | Author: Niklas Worschech | | | Date: Thu Jun 5 09:10:58 2014 +0000 | | | | | | forgotten mo files of templates | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit be821c81a252cfa3a95944027e76db0d6beeec5d | | | Author: Niklas Worschech | | | Date: Thu Jun 5 08:48:37 2014 +0000 | | | | | | separated evaluate in cpp template in update for ode- and zero crossing- and all equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | | | * commit e99cf2fc9f93a50299c01b09e9e6cce87148f588 | | | Author: Volker Waurich | | | Date: Thu Jun 5 07:44:41 2014 +0000 | | | | | | - update indexes for LS, NLS, Mixed systems when duplicating tasks | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e5576175ef51631da8466a0118b91217490547cf | | | Author: Martin Sjölund | | | Date: Thu Jun 5 06:21:03 2014 +0000 | | | | | | - Add some additional time to build models as some are rather slow | | | - Do not fail to call `alarm(0)` just because some function set errno | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit c8d70587110332ca4597c8e96d3d8b801801946c | | | Author: OpenModelica Hudson | | | Date: Thu Jun 5 00:14:18 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 65dea6025a25c3a210083744edb3677fedfeb670 | | | Author: Willi Braun | | | Date: Thu Jun 5 00:07:13 2014 +0000 | | | | | | - revised dassl implmentation | | | - added additional rhs evalution to ensure a consistent ringbuffer for extrapolation | | | - removed f2c binding | | | - rename simData to data | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | | * commit 83f1cca2731b0ffbca1e70b4daa27754f346e2fd | | | Author: OpenModelica Hudson | | | Date: Wed Jun 4 18:14:32 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | | | * commit 1c453c1339b57b9f32a9e74c0fdfb0a99d19f84e | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Jun 4 18:07:43 2014 +0000 | | | | | | + Separate discrete real variables in to a different list. No we know where they start and end i.e. will not be mixed and sorted with the rest of algebraic variables. | | | will have to be changed later when we use index lists instead of variable lits. For now this should be enough. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 3088027aede665a85c8381e85d474e9a51e98bb7 | | | Author: Adeel Asghar | | | Date: Wed Jun 4 14:31:05 2014 +0000 | | | | | | - Implemented fmiEnterEventMode & fmiCompletedIntegratorStep functions for FMI 2.0 export. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit feb9a03cefeaf9cb68c333d90d2a5c0954d784a2 | | | Author: Volker Waurich | | | Date: Wed Jun 4 14:25:23 2014 +0000 | | | | | | - fix for td scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit ed7f507ca437ddf7553647cbba098ba03902ab93 | | | Author: OpenModelica Hudson | | | Date: Wed Jun 4 14:11:30 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit cdef825a517e8d65218ab504080a248f0c2628c8 | | | Author: Martin Sjölund | | | Date: Wed Jun 4 14:03:24 2014 +0000 | | | | | | Skip linking libgc for qtclients | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M SimulationRuntime/c/util/read_csv.c | | | | | * commit 6db80fa13dcfa3f7f5fba10d82694ae799221d82 | | | Author: Volker Waurich | | | Date: Wed Jun 4 13:54:11 2014 +0000 | | | | | | - task duplication scheduler codegen completed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit aff0f3daf596f4f38811ea8726afc9640b8a3973 | | | Author: Alexander Carlqvist | | | Date: Wed Jun 4 13:50:02 2014 +0000 | | | | | | Removed default values for exportToFigaro. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 5208be46b11865de8aa1a684a2572ec0bed2c5e4 | | | Author: Adeel Asghar | | | Date: Wed Jun 4 13:01:53 2014 +0000 | | | | | | - For *FMUstate functions just log that they are not supported right now and return fmierror. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit bbc2a0362cf7b9515271fa290149ad7a641f4891 | | | Author: Martin Sjölund | | | Date: Wed Jun 4 12:58:25 2014 +0000 | | | | | | Fix compilation warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4a864f1896a4c1aecb81bad24567877eccfc5f4a | | | Author: Martin Sjölund | | | Date: Wed Jun 4 08:53:45 2014 +0000 | | | | | | #1795 Remove `getExperimentAnnotation()` since `getSimulationOptions()` is better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit f796418bbbac795038f02831969024f9704f7648 | | | Author: Martin Sjölund | | | Date: Wed Jun 4 07:40:15 2014 +0000 | | | | | | Reduce the timeout for buildModel since the times for simulating is no longer inclusive | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 934d6556a77ec04d87e237d22c17eb12fdfb0c2f | | | Author: Martin Sjölund | | | Date: Wed Jun 4 07:02:47 2014 +0000 | | | | | | Use alarm everywhere instead of ulimit in BuildModelRecursive.mos. | | | This should make a slow buildModel followed by a slower simulation print simulation failure instead of a crash. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 84f2f217d1b923144fc5636f7d0ae76fc3fc844b | | | Author: OpenModelica Hudson | | | Date: Wed Jun 4 06:59:08 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit df4a8e1f16295a85a68f5aae3bc98584ebf805cb | | | Author: Alexander Carlqvist | | | Date: Wed Jun 4 06:50:13 2014 +0000 | | | | | | Signature of exportToFigaro updated. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | | | * commit 44296ddb8008c17836b16f3a7ae3fa1813d46678 | | | Author: Adeel Asghar | | | Date: Wed Jun 4 00:28:07 2014 +0000 | | | | | | #2509 | | | - Use the omniORB specific parameters. They are different from MICO parameters. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl.cpp | | | | | * commit af0a99338e7e1c016647cc7b167f5c4907e9d411 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Jun 3 17:35:43 2014 +0000 | | | | | | + Fix #2708 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 01aeb10859ea3ded5a0b47ab20c293a43e17818c | | | Author: Martin Sjölund | | | Date: Tue Jun 3 14:25:53 2014 +0000 | | | | | | Add license information | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | * commit c525048a2deb1ee99ff4752ef2cfca62c987ecd5 | | | Author: Adeel Asghar | | | Date: Tue Jun 3 11:57:00 2014 +0000 | | | | | | - Implemented fmiReset, fmiGet* & fmiSet* functions for FMI 2.0 export. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 4a863821cad2624c3a7145c21a06539c9663bc2e | | | Author: Volker Waurich | | | Date: Tue Jun 3 11:41:46 2014 +0000 | | | | | | -activated case in inlineArrayEquations.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit d3290658aef822bd7d1d7e0d856854720ca3a0c9 | | | Author: Volker Waurich | | | Date: Tue Jun 3 11:39:41 2014 +0000 | | | | | | - added case in InlineArrayEquations.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit ba6b1115a1bf550525db371f82d64453ddc8a9a8 | | | Author: Lennart Ochel | | | Date: Tue Jun 3 10:53:41 2014 +0000 | | | | | | - attempt to fix r20930 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c8fc287bf8f881c9c66438db444a9a741ba2f352 | | | Author: OpenModelica Hudson | | | Date: Tue Jun 3 10:43:08 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 507088397d832d1f215c87a1b3bb8dcca21cbc5d | | | Author: Martin Sjölund | | | Date: Tue Jun 3 10:34:33 2014 +0000 | | | | | | Fix some of the sorting of components based on dependencies in the bindings | | | - Would silently fail in some cases in the past | | | - Some models now give no warnings in compile-time and run-time | | | - AIMS_Start gives a different result for one variable | | | - UnevaluateableFixedAttribute.mos gives different results for RML and bootstrapped omc versions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/List.mo | | | | | * commit baeb18dfe224453bd11f2ea6201ecb11a87c0aa5 | | | Author: Vitalij Ruge | | | Date: Tue Jun 3 10:30:29 2014 +0000 | | | | | | partial support of equal constraints | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | | | * commit fc39e62e73a91ec4c0dc31cca2f13789489fd3f4 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Jun 3 10:25:05 2014 +0000 | | | | | | - introduced manual selection of tearing variables using annotations (works only for cellier tearing heuristic MC3 yet) | | | -> attributes: | | | tearingSelect = always: variable is forced to be iteration variable | | | tearingSelect = prefer: variable gets better chances to become iteration variable | | | tearingSelect = avoid: variable gets less chances to become iteration variable | | | tearingSelect = never: variable won't be iteration variable as long as it is possible to solve for it algebraically (otherwise: warning) | | | | | | example: | | | model AnnotationTest | | | Real u0; | | | Real i1 annotation(tearingSelect=prefer); | | | Real i2; | | | Real i3; | | | Real u1; | | | Real u2 annotation(tearingSelect=avoid); | | | Real u3; | | | ... | | | | | | - added testmodels with manual tearing selection | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/List.mo | | | | | * commit 31afef240a2fdb9d8a16fdfe442654b4a569df71 | | | Author: Volker Waurich | | | Date: Tue Jun 3 10:24:06 2014 +0000 | | | | | | - choose which entries of the incidenceMatrix you want to get (all,positive,negative) via an additional input in SimCodeUtil.getSimVarsInSimEq and SimCodeUtil.getSimEqsOfSimVar | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit c6b09d5542a6a8f97aa630e25a9b76efd8cf94e6 | | | Author: Volker Waurich | | | Date: Tue Jun 3 09:28:55 2014 +0000 | | | | | | - updated hpcom tests, moved predicted SpeedUp message to hpcomDump | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit a867dfa3e2f4de919d3fa93a28b3e5db38f9f0f0 | | | Author: Alexander Carlqvist | | | Date: Tue Jun 3 08:46:29 2014 +0000 | | | | | | A small change in how we generate XML for the Figaro compiler because they changed some file names in the latest version of the Figaro compiler. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Figaro.mo | | | | | * commit 12b10d696eac9e9708d41a1283bb05a8bf7be840 | | | Author: Per Östlund | | | Date: Mon Jun 2 11:16:13 2014 +0000 | | | | | | Fix for #2707: | | | - Give MUL and DIV the same priority in Dump.priorityBinopRhs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit 2603d6836d905699fa523cafcfa0ebc226a5712a | | | Author: Martin Sjölund | | | Date: Sun Jun 1 15:08:45 2014 +0000 | | | | | | Read files >4GB of size on 64-bit platforms | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit 19f4fb15d8fd0843bd018fa59a78e03dbd644969 | | | Author: Adeel Asghar | | | Date: Sun Jun 1 15:03:20 2014 +0000 | | | | | | #2706 | | | - Fixed the FMU memmory allocation & free memory issues. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit bcc9fb24b0836c02cb56ad001d800d392340426d | | | Author: Adeel Asghar | | | Date: Sat May 31 09:00:25 2014 +0000 | | | | | | - Implemented fmiSetTime function for FMI 2.0 export. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit 83a4d607bb729c50fe20266476d76839c1463060 | | | Author: Niklas Worschech | | | Date: Fri May 30 15:36:05 2014 +0000 | | | | | | fix for HPCom cpp makefile | | | expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 86dc68ae67162efde3b7c5b4a0de83cbf151fd16 | | | Author: OpenModelica Hudson | | | Date: Fri May 30 15:29:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 6e0d6731c4a14284381b20ef61ba85ec9b46e0f3 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri May 30 15:27:42 2014 +0000 | | | | | | + New sorting for back-end variables. | | | - subscripts are compared only if the crefs match without considering subs. i.e. pushed to the end of the cref. | | | + Fixed state-sets generation and initialization to use the correct indexing. | | | - Used to be transposed. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 28f4207a429b9a081528719aaefe014bc0863f9a | | | Author: Lennart Ochel | | | Date: Fri May 30 14:04:22 2014 +0000 | | | | | | - workaround for builtin functions that are impure, but not marked as impure | | | - expected output (revert some bad changes from r20848) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 19c1841709e6eb15c2c0e139163ca31a10b19fda | | | Author: OpenModelica Hudson | | | Date: Fri May 30 11:34:02 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 11147ac2652f2e3e8ac2be0e0ff30ff978f4fd9f | | | Author: Niklas Worschech | | | Date: Fri May 30 11:25:50 2014 +0000 | | | | | | fix for empty discrete vars in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 68d584c53a6df3f89cf2d9a2d829a97d1a20bbe0 | | | Author: Marcus Walther | | | Date: Fri May 30 10:25:39 2014 +0000 | | | | | | -fixed ANALYZATION_MODE of cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | | | * commit 2c71800b4aa28f525ce7b65604e6ef6a36811d40 | | | Author: Marcus Walther | | | Date: Fri May 30 10:09:08 2014 +0000 | | | | | | -fix for hpcom-cpp codegeneration | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 6afafad6d333358158bc96ac243c245a575d3940 | | | Author: Niklas Worschech | | | Date: Fri May 30 09:20:50 2014 +0000 | | | | | | fix for getStartValue in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | * commit 057633b0b2b4eff55ffc415397851fe7a6f725a3 | | | Author: OpenModelica Hudson | | | Date: Fri May 30 08:09:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit cd85a062468b2838047c65126083aae7f94237a6 | | | Author: Lennart Ochel | | | Date: Fri May 30 08:08:00 2014 +0000 | | | | | | - workaround: sample-calls are not marked as impure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 299a5e64db37d495e59cac5e30502cb4fbd3325e | | | Author: Lennart Ochel | | | Date: Fri May 30 06:51:30 2014 +0000 | | | | | | - fix last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit fd64d5649f947220c8cf1db04a38cb6b2b5d6dac | | | Author: Lennart Ochel | | | Date: Fri May 30 06:35:39 2014 +0000 | | | | | | - make +d=iterationVars a bit nicer | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 3a1f4123e1b725390b146cb4e24bbdb86c657773 | | | Author: Adeel Asghar | | | Date: Thu May 29 22:15:48 2014 +0000 | | | | | | - Implemented fmiSetDebugLogging, fmiTerminate, fmiNewDiscreteStates & fmiEnterContinuousTimeMode functions for FMI 2.0 export. | | | - Fixed fmiFreeInstance. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 39c96f9f52b82f6377ed454d0449175e172ae4f0 | | | Author: OpenModelica Hudson | | | Date: Thu May 29 11:12:14 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 5082112e6447ff688dc51c1ab977de30055b52ae | | | Author: Volker Waurich | | | Date: Thu May 29 11:03:36 2014 +0000 | | | | | | - push current status for tds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit f90dc5b453d36096dffff9dd0b4c55c3a1a47376 | | | Author: Adeel Asghar | | | Date: Thu May 29 01:11:02 2014 +0000 | | | | | | - Implemented fmiGetTypesPlatform, fmiGetVersion, fmiInstantiate, fmiFreeInstance, fmiSetupExperiment, fmiEnterInitializationMode & fmiExitInitializationMode functions for FMI 2.0 export. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 8501fa3971c19c8846e19c697fa0b770b87a4173 | | | Author: Willi Braun | | | Date: Wed May 28 17:22:51 2014 +0000 | | | | | | - added a further solver method "dasslsteps" | | | - behave like our default dassl solver option, | | | but without consideration of numberOfintervals or stepSize. | | | Output point are internal dassl steps. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit d8686029d3e477dd7af0fb3f6f0986d1271d9786 | | | Author: OpenModelica Hudson | | | Date: Wed May 28 16:38:45 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | * commit f7ed18b9e1c475d6599df4d06f21c7340f0f4929 | | | Author: Niklas Worschech | | | Date: Wed May 28 16:34:58 2014 +0000 | | | | | | fix for usub function in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | * commit cb7cfd1504d3d1342af08deefe8ab51eec378934 | | | Author: Volker Waurich | | | Date: Wed May 28 16:27:34 2014 +0000 | | | | | | -reverted 20880 since one model fails, will check this on monday | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit e815612706aa37857058d77b1e981642acc997c7 | | | Author: Niklas Worschech | | | Date: Wed May 28 15:05:45 2014 +0000 | | | | | | fix for include in KINSol | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 802d9187ecf55d6d5f7a1408fa3f66c60e6bb76e | | | Author: Volker Waurich | | | Date: Wed May 28 14:59:48 2014 +0000 | | | | | | - added case in getScalarArrayEqns1 (improve enhancedAdjacency) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit 47a7b1bc8c849992581c89487c904ae4ea2e44b8 | | | Author: OpenModelica Hudson | | | Date: Wed May 28 14:39:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit d775bd1d1af0b5476a07a3a23994fb38b5acc802 | | | Author: Niklas Worschech | | | Date: Wed May 28 14:28:39 2014 +0000 | | | | | | fix for non returning Kinsol in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit eb84611ca08931c19d97a636c4b611221dd17015 | | | Author: Adeel Asghar | | | Date: Wed May 28 14:24:06 2014 +0000 | | | | | | - Fixed FMU makefile. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 3a6328258e17f72b8187725719aaeb4bb73388f3 | | | Author: Adeel Asghar | | | Date: Wed May 28 14:17:53 2014 +0000 | | | | | | - Only add the FMU version error if version number is invalid. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 19f9947cfc64c39dc4bdd8ae05217b51e14a9ab3 | | | Author: Niklas Worschech | | | Date: Wed May 28 13:38:39 2014 +0000 | | | | | | fix for typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | * commit d6a16a208f82c2ed65701d0036bfd1df5c9990be | | | Author: OpenModelica Hudson | | | Date: Wed May 28 13:34:02 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/tpl.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | * commit 6dbc72c542147cf49e8d3daf22b17c4f0ba5aa82 | | | Author: OpenModelica Hudson | | | Date: Wed May 28 13:33:33 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/tpl.cpp | | | M SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | | | * commit 76a42040f1a47a1544f2cd1fb77af9977ba72c86 | | | Author: OpenModelica Hudson | | | Date: Wed May 28 13:27:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | | | * commit b884ca8bf290d8a640986c31bc7fa60f8557580b | | | Author: Niklas Worschech | | | Date: Wed May 28 13:25:52 2014 +0000 | | | | | | changed initialization method for variables in cpp runtime | | | removed unused files in cpp runtime | | | removed some includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | D SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | D SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | D SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | D SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | D SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | D SimulationRuntime/cpp/Core/System/OMCppSystemTypeMap.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | D SimulationRuntime/cpp/Core/System/stdafx.cpp | | | D SimulationRuntime/cpp/Core/System/stdafx.h | | | A SimulationRuntime/cpp/Core/System/tpl.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | A SimulationRuntime/cpp/Include/Core/ModelicaDefine.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | D SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | D SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | D SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | D SimulationRuntime/cpp/Solver/Hybrj/stdafx.h | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | D SimulationRuntime/cpp/Solver/Kinsol/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | D SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit 62bedf35639a7748f3fac4f358e20af5108ee769 | | | Author: Christian SChubert | | | Date: Wed May 28 13:25:24 2014 +0000 | | | | | | make SimulationResultsCmp obey runningTestsuite flag to fix test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResults_omc.c | | | M Compiler/runtime/SimulationResults_rml.c | | | | | * commit 24626a5c1a321c3a6703001d0c50315b26313115 | | | Author: OpenModelica Hudson | | | Date: Wed May 28 12:18:32 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 05632880b78387ebcd2a934293276efdc81bb8c6 | | | Author: Per Östlund | | | Date: Wed May 28 12:00:40 2014 +0000 | | | | | | - Fix RML compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 666cd0f0cd5350f832469a55de2c74f7b530feed | | | Author: Per Östlund | | | Date: Wed May 28 11:53:14 2014 +0000 | | | | | | Fix for #2705: | | | - Propagate inline annotations in derived component functions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 350780decfc59d80c6fd153f36a49dc83380162e | | | Author: Per Östlund | | | Date: Wed May 28 11:41:34 2014 +0000 | | | | | | Fix for #2707: | | | - Consider multiplication to be non-associative when dumping expressions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit b597c8798dd5abd577e972e1169b3463f217b307 | | | Author: Christian SChubert | | | Date: Wed May 28 08:54:33 2014 +0000 | | | | | | make SimulationResultsCmp fail, if a variable has not been found and add a test for it | | | also add a test for constant singular linear systems which are consistent (or inconsistent) - currently both fail in omc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 3fe28d6c7c528e7a3ff06e29cc58e8995309c7af | | | Author: Adeel Asghar | | | Date: Tue May 27 14:36:22 2014 +0000 | | | | | | - Added FMI 2.0 Model Exchange export functions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | | | * commit c273efbc7f6c4e99a6ea0b45bdfd3ef6f24565fa | | | Author: Adeel Asghar | | | Date: Tue May 27 14:26:13 2014 +0000 | | | | | | - Removed the index attribute. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 4b2e78fe86431223131e345c4464a8e06fc1884a | | | Author: Adeel Asghar | | | Date: Tue May 27 14:05:06 2014 +0000 | | | | | | - Add empty model structure tag to make the FMI 2.0 xml valid. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 2222b7da26442fda3087835ed2360e9fa9aaa112 | | | Author: Adrian Pop | | | Date: Tue May 27 11:37:15 2014 +0000 | | | | | | - properly fix alarm stuff (use extern "C" when cpp is defined!) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit f037d186832bdef8baa6057b26fb32bc5e4fdf21 | | | Author: OpenModelica Hudson | | | Date: Tue May 27 09:33:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit e374b55daf45ce203d6a67397e4fa4ba10dede7f | | | Author: Lennart Ochel | | | Date: Tue May 27 09:24:39 2014 +0000 | | | | | | - attempt to improve r20789 (don't handle impure functions as constant) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 9f1818aa91256a36b767b87fe54218cd6ab57ec0 | | | Author: Vitalij Ruge | | | Date: Mon May 26 18:26:27 2014 +0000 | | | | | | - improved numerical hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit 879b880a400f7866a17fda633c38d63542c5b745 | | | Author: Vitalij Ruge | | | Date: Mon May 26 18:17:30 2014 +0000 | | | | | | - improved numerical hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit c1af8e1400a4252e403f9f3caa6ca3a8a9fc6fdc | | | Author: Vitalij Ruge | | | Date: Mon May 26 18:00:05 2014 +0000 | | | | | | - fixed r20844 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 2d3d4cd728d02efc0dc8e9aaad56d1fe21dfb206 | | | Author: Vitalij Ruge | | | Date: Mon May 26 17:57:00 2014 +0000 | | | | | | - fixed keepHessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 7d241f21c3928f4cdaf364353c3b0f2d9a4d135a | | | Author: Adrian Pop | | | Date: Mon May 26 16:37:15 2014 +0000 | | | | | | - ansi C | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 768e0be4552009d36dca802e2967650f037e550d | | | Author: Adrian Pop | | | Date: Mon May 26 15:16:54 2014 +0000 | | | | | | - attempt to fix windows build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit fc625e46cdbf4b34e89390f104c5fd67b871b77a | | | Author: Per Östlund | | | Date: Mon May 26 14:32:51 2014 +0000 | | | | | | - Added output of parentheses for if-expressions on the LHS in dumpers. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit 6166857eda1cb7ffd44469eb6b5facaafe085271 | | | Author: OpenModelica Hudson | | | Date: Mon May 26 14:24:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 989f5f7d09219bac1b4a743dd8903e3add76b4c1 | | | Author: Martin Sjölund | | | Date: Mon May 26 14:23:08 2014 +0000 | | | | | | Probably fixes r20834 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 00dcba97f9f5168fdc08953daf2f772629bf4340 | | | Author: OpenModelica Hudson | | | Date: Mon May 26 14:17:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 108f43ca691b6462975dd0be4982ebbdab814629 | | | Author: Lennart Ochel | | | Date: Mon May 26 14:17:18 2014 +0000 | | | | | | - add more TRACE information (to DASSL and event system) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit c8b9ce0f6c6d028500b19e10a0685b908b5104b4 | | | Author: Lennart Ochel | | | Date: Mon May 26 14:15:17 2014 +0000 | | | | | | - fix missing space | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit f8032ded5a18ca705903e3b66f505053b488d604 | | | Author: Lennart Ochel | | | Date: Mon May 26 14:12:12 2014 +0000 | | | | | | - new debug-flag: +d=iterationVars | | | - this flag generates a list with all iteration vars for both simulation system and initialization system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ffd0ca1d5f2472a0c78e9c626b47316f469e1b67 | | | Author: OpenModelica Hudson | | | Date: Mon May 26 13:41:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit c8e2d2f0b157eceb065dbf9ccf6eae25efc4f483 | | | Author: Per Östlund | | | Date: Mon May 26 13:38:38 2014 +0000 | | | | | | - Improved DAEDumpTpl and switched to it as default. | | | - Untupled min and max in DAE.VariableAttributes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Template/CodegenModelica.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/TaskSystemDump.mo | | | M Compiler/Template/TaskSystemDump.tpl | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/VarTransform.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 76325345dc03f913129f7b50bd4c3a36cba83c9b | | | Author: Martin Sjölund | | | Date: Mon May 26 12:40:59 2014 +0000 | | | | | | Guard against `arrayCreate(-1,...)` | | | Use arrayCreate instead of `listArray(listFill(...))` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | * commit 19ecbf746029f6e3fd86ec713222420fcab958b8 | | | Author: Willi Braun | | | Date: Mon May 26 12:24:41 2014 +0000 | | | | | | - fix uncertainties test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit e12ae55b417b631b9a18425896b675d69cf43ee9 | | | Author: OpenModelica Hudson | | | Date: Mon May 26 10:53:32 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 675c65d69455e7ad5c9dba060761d4dd2c8bcd4f | | | Author: Volker Waurich | | | Date: Mon May 26 10:51:08 2014 +0000 | | | | | | - deactivate schedule repetition, provide backendDAE and SimCode for schedule method | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit e0ecf1b495bc34870c9c4193c99d30a8c809900d | | | Author: OpenModelica Hudson | | | Date: Mon May 26 10:12:20 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 0429f2ae814a744e4ed1b4d5f82df4ded29a8e49 | | | Author: Lennart Ochel | | | Date: Mon May 26 10:10:33 2014 +0000 | | | | | | - remove cases for impure functions from function traversingTimeVarsFinder | | | - mark delay as impure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 753326756425a726b3aba994018423ac8f710ee5 | | | Author: Martin Sjölund | | | Date: Mon May 26 09:28:24 2014 +0000 | | | | | | - Add -alarm=seconds as option to simulations, and start using alarms in the model testing to prevent spinning in the testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 8fcbb5157a201ac46cc6cf5d9278661d7a1ad7f0 | | | Author: Marcus Walther | | | Date: Mon May 26 08:46:55 2014 +0000 | | | | | | - compareMode-enum to task graph comparator added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.h | | | | | * commit d6ff87b9f38ad6f70b44a4186b8b9efea98dcadc | | | Author: Willi Braun | | | Date: Sat May 24 22:54:43 2014 +0000 | | | | | | - an other attempt to fix IndexReduction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit b71eb5174ab1a55eb46bc8bbd3ae0dba6b37e986 | | | Author: Martin Sjölund | | | Date: Fri May 23 20:15:11 2014 +0000 | | | | | | plotAll/parametric fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 5e85f457f2fa3c85eccaf12071ecac5d29be973d | | | Author: Martin Sjölund | | | Date: Fri May 23 15:43:29 2014 +0000 | | | | | | #2701 | | | - Fix plot() command not executing | | | - Change vfork to posix_spawn since it is suggested by static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 0f22838f5d196903bc1b8f97df66abd1b5f87cbf | | | Author: OpenModelica Hudson | | | Date: Fri May 23 14:10:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit aac910c59f7f5e6fc4f4ffbda82d8aabb30d4db1 | | | Author: Lennart Ochel | | | Date: Fri May 23 14:08:23 2014 +0000 | | | | | | - fix printAllVarsDebug | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit adb9c5273af1c8cdab99f5329939874834d5dd65 | | | Author: OpenModelica Hudson | | | Date: Fri May 23 14:03:32 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 299bcf181a83aa989c5ae39161acfb60d3456242 | | | Author: Niklas Worschech | | | Date: Fri May 23 13:49:46 2014 +0000 | | | | | | fix in cpp template for evaluate return value | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit b3899d5de2c13eb4f5b6803979bd25e76e2c05a7 | | | Author: Lennart Ochel | | | Date: Fri May 23 13:29:57 2014 +0000 | | | | | | - expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 483e4c3f8d7649178c0e204c293ff769e5de5655 | | | Author: Volker Waurich | | | Date: Fri May 23 12:53:14 2014 +0000 | | | | | | - use the critical criterion to set up initial clusters | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit f4832947c5ff51aae24ea71692f1eb121d720852 | | | Author: Martin Sjölund | | | Date: Fri May 23 12:27:30 2014 +0000 | | | | | | Fix r20795 (didn't revert both revisions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 917e7dedd4571b8bbd89283122c10e39535e7e3b | | | Author: Martin Sjölund | | | Date: Fri May 23 11:56:31 2014 +0000 | | | | | | Reverting r20742,r20792. Willi will provide better fixes for them next week. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit f7efea49d8a8118980fba85aa76bffff87e118cc | | | Author: OpenModelica Hudson | | | Date: Fri May 23 11:41:45 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 1e3c1e6e207652674b27cc5c713d998002863c7b | | | Author: Willi Braun | | | Date: Fri May 23 11:24:56 2014 +0000 | | | | | | - partial fixes for IndexReduction | | | - there are still more issues with array indexing | | | - added also more debug output to bltdumps | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 203014cb515aea1d3ab7888e3394acba390419e3 | | | Author: OpenModelica Hudson | | | Date: Fri May 23 11:11:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 14e5c612dd004d3c596a0642fcf8e0748f84abce | | | Author: Lennart Ochel | | | Date: Fri May 23 11:04:41 2014 +0000 | | | | | | - fix #2704 (don't handle impure functions as constant) | | | - add TRACE information to dassl.c::functionODE_residual and solver_main.c::finishSimulation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Expression.mo | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 3d977ef895c11e1f962a4378ff479431ef15ddb9 | | | Author: Volker Waurich | | | Date: Fri May 23 10:06:17 2014 +0000 | | | | | | - fixed case in createTDSInitialCluster1 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit df8a9a372ba30a214574c98485bdcc5540209100 | | | Author: Volker Waurich | | | Date: Fri May 23 09:30:54 2014 +0000 | | | | | | - tds schedule using cluster compaction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 57668fe2edddf82c5282d39136a848bde1cb49e4 | | | Author: OpenModelica Hudson | | | Date: Fri May 23 09:10:54 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 80c82850c5ca7d3d9f23e6113b79b6b9ea38665d | | | Author: Marcus Walther | | | Date: Fri May 23 08:52:08 2014 +0000 | | | | | | - fix for hpcom-cpp-code generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 835624c8409babb48137c80f47316194c4a9d5e9 | | | Author: Martin Sjölund | | | Date: Fri May 23 08:43:17 2014 +0000 | | | | | | Also analyse user-defined reductions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | * commit d484592de9980c56256a5bb6314929bc2c52be40 | | | Author: Martin Sjölund | | | Date: Fri May 23 07:54:17 2014 +0000 | | | | | | The tokens should be in reverse order | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | | | * commit 6c7305938f622d019903607c00ce0053d738540d | | | Author: Lennart Ochel | | | Date: Fri May 23 07:52:40 2014 +0000 | | | | | | - remove unnecessary if(ACTIVE_STREAM(..)) statements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 8183b054ccfe3471e6114a8c953f61be4017b64a | | | Author: Lennart Ochel | | | Date: Fri May 23 07:42:37 2014 +0000 | | | | | | - fix messageClose | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit e113af902fa303f05c334c636bfee403848f42b9 | | | Author: Martin Sjölund | | | Date: Fri May 23 07:34:18 2014 +0000 | | | | | | Add runtime checks for BackendDAEEXT.getAssignment (breaks the testsuite because it should not work at the moment) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | | | * commit 5045d06694e7346ecbc1301e2a19945bdf0c6cc0 | | | Author: OpenModelica Hudson | | | Date: Thu May 22 16:51:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ee94a07a17e84a28c9cebdc2d2b8c83d5e75537a | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu May 22 16:50:15 2014 +0000 | | | | | | + Separate equation evaluation for the cpp runtime. | | | Equations can be evaluated individual or in groups based on index. Needed for QSS solver implementation. | | | + Moved some common code to CodegenUtil.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 838773594d65db5e8bed6fff683d8b920b89bc48 | | | Author: Vitalij Ruge | | | Date: Thu May 22 14:25:31 2014 +0000 | | | | | | - fixed 20771 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit 8c8c74da8d285eb8547ad72e1337cd9b47002b26 | | | Author: Vitalij Ruge | | | Date: Thu May 22 14:07:48 2014 +0000 | | | | | | - fixed numerical hessian | | | - new flag for keep hessian constant | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit f5c5366b0883d7ea8d91dffb50161bb34fd29f96 | | | Author: Volker Waurich | | | Date: Thu May 22 13:58:35 2014 +0000 | | | | | | - create initial clusters for the td scheduler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 7b886df5ffebff050ac8f3daeaf38563d6e46187 | | | Author: OpenModelica Hudson | | | Date: Thu May 22 12:58:51 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | * commit ecd0ae83c91ac4083ba7e76ff17fdcb66c6cbd2a | | | Author: Niklas Worschech | | | Date: Thu May 22 12:57:08 2014 +0000 | | | | | | changed saveAll in cpp template and cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | * commit 5ace460823baaa45797b73745591d8bbc055244c | | | Author: Volker Waurich | | | Date: Thu May 22 11:57:53 2014 +0000 | | | | | | - some functions to calculate task parameters for td scheduling, rewritten copmuteALAP | | | - added function List.map2rm | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/Util/List.mo | | | | | * commit fda69b23c3d608bbb467a51b3f3fb3efbfda7119 | | | Author: OpenModelica Hudson | | | Date: Thu May 22 10:19:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 65041cbdafd51294ac35f71aa231cb91c1efe7ef | | | Author: Lennart Ochel | | | Date: Thu May 22 10:17:49 2014 +0000 | | | | | | - fix a debug-message | | | - add some additional TRACE information | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 419d7936f9bce4feb3884644d8cca707e75b9086 | | | Author: OpenModelica Hudson | | | Date: Thu May 22 08:21:46 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/ringbuffer.c | | | | | * commit 8c8d6c4efa8e05defa5c987867a08c346218a337 | | | Author: Lennart Ochel | | | Date: Thu May 22 08:14:16 2014 +0000 | | | | | | - new statistics flag: LOG_STATS_V | | | - LOG_STATS_V shows in addition to LOG_STATS the number of function evaluations for some selected functions | | | - new TRACE output for dynamic runtime analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | | | * commit 2d42497702c37b2aff80fdefc731afc09abdbb49 | | | Author: OpenModelica Hudson | | | Date: Thu May 22 07:05:10 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 233bf0b8d517affd85f9847c44b361612c209895 | | | Author: Volker Waurich | | | Date: Thu May 22 06:56:31 2014 +0000 | | | | | | - started working on task duplication scheduler, computation of est,ect,last,lact,level,fpred | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7794f0a0579f6ae7f5d43438118bccee1b58367a | | | Author: Jim Nutaro | | | Date: Wed May 21 18:45:53 2014 +0000 | | | | | | Fixed problem caused by not recalculating parameter equations when calculating all other variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 52852791c30af1fb47f2472dbfada7f94879232b | | | Author: Martin Sjölund | | | Date: Wed May 21 17:18:12 2014 +0000 | | | | | | Change Absyn.REAL to store a String instead of a Real in order to unparse without changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Parser/Makefile.in | | | M Parser/Modelica.g | | | M SimulationRuntime/c/util/string_util.c | | | M configure.in | | | | | * commit 269695c77bffefec29fcdedd75dc371974ea5123 | | | Author: Vitalij Ruge | | | Date: Wed May 21 15:29:49 2014 +0000 | | | | | | added rule for | | | pow(x/y,-r) => pow(y/x,r) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 8a26ac64f165a6d93dee8c291e504d84ba9ae3be | | | Author: Willi Braun | | | Date: Wed May 21 14:37:56 2014 +0000 | | | | | | - fixed index reduction (kudos to Jens) | | | - use higher order derivative index instead of just counting up | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit fac37181cf114cbc59448b4c5ab1596fbeb62a04 | | | Author: Martin Sjölund | | | Date: Wed May 21 13:25:38 2014 +0000 | | | | | | When traversing if-statements, preserve the reference pointer if nothing changed (bugfix for the else/elseif parts) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 3cbe652c9c429f6dbe58540dd06ba4a602b95689 | | | Author: OpenModelica Hudson | | | Date: Wed May 21 11:37:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit bb4ad8d4c32a3182dd96dff4f47eac6272f8ae5e | | | Author: Martin Sjölund | | | Date: Wed May 21 11:10:33 2014 +0000 | | | | | | Add flag `+d=printStructuralParameters` to print the names of structural parameters evaluated by the front-end | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9afe9f35196aa925734ecba8b7cb3545e6b57d7c | | | Author: Vitalij Ruge | | | Date: Wed May 21 11:07:58 2014 +0000 | | | | | | added some rules | | | - pow(x,y)*pow(x,z) = pow(x,y+z) | | | - pow(x,y)*x = pow(x,y+1) | | | - pow(x,y)/pow(x,z) = pow(x,y-z) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit e49513a19ac0c9a91d6879dcd20b4d619529d008 | | | Author: Martin Sjölund | | | Date: Wed May 21 09:29:17 2014 +0000 | | | | | | Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c063e82c04e1f35035dc62367c488ff9c7de10be | | | Author: OpenModelica Hudson | | | Date: Wed May 21 08:15:18 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6520d2ffcc45f82db8c8a6f82e15fb74921b6688 | | | Author: Vitalij Ruge | | | Date: Wed May 21 08:12:37 2014 +0000 | | | | | | - added some rules | | | pow(x,y)/x => pow(x,y-1) | | | (pow(x,y)*z)/x => pow(x,y-1)*z | | | x/pow(x,y) => pow(x,1-y) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 8d801b8e89d06952140fc6edddad64c776f30e6a | | | Author: Niklas Worschech | | | Date: Wed May 21 08:11:31 2014 +0000 | | | | | | fix in cpp template for init alias vars and smaller fixes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 15a77d44e73255cf3e245553b848d825f66ad42f | | | Author: Martin Sjölund | | | Date: Wed May 21 08:06:50 2014 +0000 | | | | | | Rename libqwt to libomqwt to avoid conflicts on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 13101998d6d0680105bf0265c16e4685e7cc0a62 | | | Author: Martin Sjölund | | | Date: Wed May 21 06:13:24 2014 +0000 | | | | | | Hopefully fixes the Linux builds for qwt (shared version) | | | - Also should add OMOptimBasis as a shared library | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit b1c14f7682cd040f44342700880fbfbcf79e30f6 | | | Author: Vitalij Ruge | | | Date: Tue May 20 23:53:50 2014 +0000 | | | | | | revert 20715 | | | there, some issues with clang build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit e72e4df223a8fd960e90b86a83f5c4144f6c62d9 | | | Author: Vitalij Ruge | | | Date: Tue May 20 23:29:35 2014 +0000 | | | | | | added rule | | | - e^a / e => e^(a-1) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit ed27ece35e895bf9d13f8d91338fe0b717ea97ab | | | Author: Martin Sjölund | | | Date: Tue May 20 20:55:03 2014 +0000 | | | | | | Do Adeel's work for him :) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit d9b4bc8dce0d0693cf830e233c25cdcc627ce7ac | | | Author: Adeel Asghar | | | Date: Tue May 20 14:54:36 2014 +0000 | | | | | | - another try to fix compilation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit b9065ee7e103493e59ebd30cf42d66d7144179fd | | | Author: Adeel Asghar | | | Date: Tue May 20 14:43:17 2014 +0000 | | | | | | - build Qwt with clients | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit e6802f6d167509c8ad6458623859d37251296488 | | | Author: Volker Waurich | | | Date: Tue May 20 11:36:21 2014 +0000 | | | | | | - reactivated hpcom tests using json files | | | - always use the numProc given in the flag, output a warning on hpcomDump when this number is higher than the available number | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | | | * commit 084b52d8557e776c3ddca177619d8a1c81b9e902 | | | Author: OpenModelica Hudson | | | Date: Tue May 20 09:49:45 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a1e2e81065429ba7247f56279b4315eff5ca2e65 | | | Author: Niklas Worschech | | | Date: Tue May 20 09:45:57 2014 +0000 | | | | | | fix for getNominalvars and initVars in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 369cdeec9bcd785077d29ed0a48e84dee16bb884 | | | Author: Volker Waurich | | | Date: Tue May 20 09:36:05 2014 +0000 | | | | | | - fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 901ac7c656b22d12c4b761c952a73de7eeb79b54 | | | Author: Volker Waurich | | | Date: Tue May 20 09:14:51 2014 +0000 | | | | | | - annotations in graphML | | | - use either profiling or parallel simulation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | | | * commit 4c68c5b98c2f79ede98e407edae52d9afcd6252f | | | Author: Volker Waurich | | | Date: Tue May 20 06:46:37 2014 +0000 | | | | | | - perform removeSimpleEquations after partial function evaluation only if functions have been evaluated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 8f4b10a333355b812415b3780be85f8f0095bb08 | | | Author: Willi Braun | | | Date: Mon May 19 16:44:24 2014 +0000 | | | | | | - fix issue with r20669 | | | - correct spelling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 268432320d8bf3e3279765a864f51b6b0cb6de95 | | | Author: OpenModelica Hudson | | | Date: Mon May 19 15:40:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 43d669d17ef32bc158b8c614951932fb5c14868b | | | Author: Niklas Worschech | | | Date: Mon May 19 15:09:56 2014 +0000 | | | | | | fix for unknown type in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4f4aa15a46689a558a3342a0664eeb326f5205cf | | | Author: Marcus Walther | | | Date: Mon May 19 15:08:10 2014 +0000 | | | | | | - includes for ANALYZATION_MODE added, otherwise it's not working | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Hybrj/stdafx.h | | | M SimulationRuntime/cpp/Solver/Kinsol/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit 202ff98d79c54e91ff0b7455643d8cc5a5cebeb2 | | | Author: Willi Braun | | | Date: Mon May 19 15:01:43 2014 +0000 | | | | | | - use negated value while handling alias variables | | | - that makes the EngineV6 model working again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 2cc797aed3fa66a271670c82d583cccdb1aebdb0 | | | Author: Volker Waurich | | | Date: Mon May 19 12:35:17 2014 +0000 | | | | | | - update type of evaluated function outputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 8d54d9306e20fd05b569e75cc539c4720f20d9d9 | | | Author: Volker Waurich | | | Date: Mon May 19 12:19:35 2014 +0000 | | | | | | - get all entries from the incidence matrix, even the negatives in getSimEqsOfSimVar | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e0684f16d152594125829d1d139368bc7cf029b6 | | | Author: Martin Sjölund | | | Date: Mon May 19 06:36:02 2014 +0000 | | | | | | Avoid simulating chattering models in the library testing | | | - Also some tail recursion fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit 9d76aa64b4701abc7fe5b21c9fcb0ecc58f70543 | | | Author: Martin Sjölund | | | Date: Sun May 18 20:58:28 2014 +0000 | | | | | | Make filterOnTrue_tail use `match` in case the optimizer fails to convert it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 80df71b4af65d09bfbe9ba3925d9e3df23de674d | | | Author: Martin Sjölund | | | Date: Sun May 18 18:40:44 2014 +0000 | | | | | | Various bugfixes and new features | | | - A new implementation for overloaded (binary) operators. | | | * Follows the specification more strictly and produces less fewer warnings for legal code | | | * matrix*matrix and matrix*vector uses reduction expressions to implement sum and array | | | * Checked that inlining of the generated functions works and produces simple expressions | | | * The code has been split into its own file since it is 2200 LOC and very few things in there actually depend on Static.mo (most of the remaining ones should be refactored) | | | - Implemented inlining of functions that assign to record members instead of call the record constructor in a single statement | | | - When evaluating function inputs to determine output array dimensions, keep the evaluated results | | | - Adding new preOptModule evaluateReplaceProtectedFinalEvaluateParameters which replaces evaluateReplaceFinalEvaluateParameters as a default module | | | * Causes problems for NPendulum.mos and PrismaticConstraint. They have different preOptModules set in the tests | | | - Added simulation flag `-abortSlowSimulation` used for the library tests in the testsuite | | | - EngineV6 now causes chattering behaviour. It was set to a Compilation test. | | | * The test will not spin thanks to the `-abortSlowSimulation` flag | | | - Improve elaboration, simplification, evaluation, and code generation for reductions | | | * Each operator now has unique indexes to avoid conflicts when replacing iterator crefs | | | * We can now simplify user-defined operators | | | * Added a new kind of mode for reductions: DAE.THREAD(), as opposed to the standard DAE.COMBINE() | | | - When we have multiple iterators, the default DAE.COMBINE() is used and iterates over all combinations of the expressions in the iterators. DAE.THREAD() instead assumes the arrays have equal length and folds over the reduction expression with the n-th expression in each iterator at a time. Used by operator overloading to implement element-wise and `sum` operations. | | | * This changes the DAE slightly | | | - Implemented DAE.FuncArg as a uniontype instead of tuple (DAE change) | | | - Some better simplification for ASUB (ranges and reductions) | | | - And some more things. Hopefully the major changes are all listed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | A Compiler/FrontEnd/OperatorOverloading.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/omc_mmap.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 1172166471ac004cf3721a6c7c47c0adcfedc81a | | | Author: Martin Sjölund | | | Date: Sun May 18 17:50:13 2014 +0000 | | | | | | Bump MSL version to match GITLIBRARIES=Yes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 27d7cb77ef86d4364feaebfd6571587551808913 | | | Author: Willi Braun | | | Date: Sun May 18 16:44:03 2014 +0000 | | | | | | - more fixes for differentiation module | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 5c07e18b52ce66eac32cf44cbca0fb28d18e6fbc | | | Author: Willi Braun | | | Date: Sun May 18 12:08:14 2014 +0000 | | | | | | - fixing differentiation errors in annex60 and Buildings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 0a03f0748cb15a2eaf3dffc690cb09ea4a1f2b6c | | | Author: Adrian Pop | | | Date: Sat May 17 05:03:41 2014 +0000 | | | | | | - fix bad negation logic | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit fe1e65d9bc4c1d2c42e1b5f42ad6ff7155ff8987 | | | Author: Adrian Pop | | | Date: Sat May 17 04:54:07 2014 +0000 | | | | | | - attempt to fix Windows build | | | * remove coinmetis from the link flags | | | * make sure you remove Ipopt-3.11.6/Makefile if there is no Ipopt-3.11.6/Ipopt/Makefile so configure is ran again! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M Makefile.common | | | | | * commit 9a13618f31d73a68c388c881b7ff00e1035aac4a | | | Author: OpenModelica Hudson | | | Date: Fri May 16 15:33:51 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 98dddecd8ca383279dfec39cfe330cc311a874e2 | | | Author: Niklas Worschech | | | Date: Fri May 16 15:30:10 2014 +0000 | | | | | | fix in cpp template for semiLinear call | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5f86b0de1942c0934bfbcf0c9c3a073059647887 | | | Author: Niklas Worschech | | | Date: Fri May 16 15:07:06 2014 +0000 | | | | | | better scaling for kinsol in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 665d22270ed514463370a075fe98ce0e20824262 | | | Author: OpenModelica Hudson | | | Date: Fri May 16 14:57:18 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit f4c0fece5992bd4ae9e999abc23f39a72e6d5d6f | | | Author: Willi Braun | | | Date: Fri May 16 14:41:44 2014 +0000 | | | | | | - fix differentiate STMT_TUPLE_ASSIGN | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | | | * commit b9ff83d057816c5f7ce79cd083a0d349c81d6f1c | | | Author: Vitalij Ruge | | | Date: Fri May 16 14:38:25 2014 +0000 | | | | | | - improved optimizer constraints for ode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit db88c49192ce693a99c1de03744a74c774e661d9 | | | Author: Vitalij Ruge | | | Date: Fri May 16 14:20:15 2014 +0000 | | | | | | - improved goal function evaluation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | | | * commit a56005df47d2ed9252b2493f09eead57723ad477 | | | Author: Vitalij Ruge | | | Date: Fri May 16 13:55:05 2014 +0000 | | | | | | - improved gradient evaluation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | | | * commit 4b7b9978261e662fdf325f550e3c48b5d4de2fa3 | | | Author: Lennart Ochel | | | Date: Fri May 16 13:46:19 2014 +0000 | | | | | | - remove unnecessary call of saveZeroCrossings (which calls function_ZeroCrossings) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 2d5772cb05e340bc0e4ddfc6f2f8ce3702e5598b | | | Author: Vitalij Ruge | | | Date: Fri May 16 13:39:16 2014 +0000 | | | | | | - improved numerical hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit af2c8d751d3021cc2332aff18fbc96ad83647d85 | | | Author: Vitalij Ruge | | | Date: Fri May 16 12:45:58 2014 +0000 | | | | | | - improved numerical hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit 8b54365dbff029dfc6471c7a4a2720162c0619b9 | | | Author: Vitalij Ruge | | | Date: Fri May 16 12:27:15 2014 +0000 | | | | | | - fixed some compiler warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit 7948960589a15b7fc5c40611dbd0512b93d37b16 | | | Author: Volker Waurich | | | Date: Fri May 16 12:17:11 2014 +0000 | | | | | | - changed expanding of crefs and expressions of function inputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit b947590ea33dd0c828cfa47b4bb09f1a12065b41 | | | Author: Lennart Ochel | | | Date: Fri May 16 12:10:59 2014 +0000 | | | | | | - generalize zero crossing detection, so that continuous zero-crossing functions get detectable | | | - fix error code of mixed_system evaluation (from -3 to -4) | | | - minor code simplifications | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 5e5792685bbea11984b84ca66a4fc97121318287 | | | Author: Vitalij Ruge | | | Date: Fri May 16 11:17:42 2014 +0000 | | | | | | - fixed some compiler warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit e1ea7d6fa01a4e245106737542dd707bac7e5b40 | | | Author: Lennart Ochel | | | Date: Fri May 16 08:46:49 2014 +0000 | | | | | | - improve last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit dcc1f1d7b2c16d9f7f4899cfb414018368b9f0d3 | | | Author: OpenModelica Hudson | | | Date: Fri May 16 08:38:57 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit b0c21e09af91da2d1e6ce162bfe07dae97287a73 | | | Author: Volker Waurich | | | Date: Fri May 16 08:37:19 2014 +0000 | | | | | | - made some fail-messages dependent on +d=evalFuncDump | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 3530a3fbd1c0571500576cac6a1e883ad07f7b2a | | | Author: Niklas Worschech | | | Date: Fri May 16 08:36:53 2014 +0000 | | | | | | removed some includes in cpp runtime | | | add solve in Kinsol for linear system if linear tearing is active | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Hybrj/stdafx.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit 7810845a1dcbaf0afb6431f9bdd4275ab3f7b634 | | | Author: Volker Waurich | | | Date: Fri May 16 08:03:20 2014 +0000 | | | | | | - support array vars in getScalarVarSize (fix for Annex model) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit e5459122aff2bcfa4403695aa17a3b6cc92d9622 | | | Author: OpenModelica Hudson | | | Date: Fri May 16 08:01:06 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit c5895d8afa820d2e107219d80f39f0f5b12f5e5a | | | Author: Lennart Ochel | | | Date: Fri May 16 07:59:20 2014 +0000 | | | | | | - fix usage of storedRelations (formerly hysteresisEnabled) | | | - new, more precise names: | | | - array hysteresisEnabled renamed to storedRelations | | | - function storeRelations renamed to updateRelationsPre | | | - function updateHysteresis renamed to storeRelations | | | - cleanup: | | | - function printHysteresisRelations removed | | | - function activateHysteresis removed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit 53c00b59c13230a32f1814c2e78833473cef7ba6 | | | Author: Volker Waurich | | | Date: Fri May 16 07:22:19 2014 +0000 | | | | | | - disable partial function evaluations with +d=evalConstFuncs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit e2f4835c52eeefc08c650be45b7c89424ee8a34a | | | Author: Martin Sjölund | | | Date: Thu May 15 18:34:50 2014 +0000 | | | | | | Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit b4d2fed62745256e13f31a7958485ada4cb10f38 | | | Author: Vitalij Ruge | | | Date: Thu May 15 16:55:33 2014 +0000 | | | | | | - update Makefile for ipopt | | | thanks Willi | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit e5087c287e00c73ba728aa80fbf02213ce0baf6a | | | Author: Volker Waurich | | | Date: Thu May 15 13:38:40 2014 +0000 | | | | | | - added annotation attribute to task graph graphML | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit afa162a8051ae13257976c5c84f726b25aa83381 | | | Author: Lennart Ochel | | | Date: Thu May 15 11:37:26 2014 +0000 | | | | | | - small update to r20622 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit ca8beb53bc17dd465b09f645b03d37d35eabbd7e | | | Author: Willi Braun | | | Date: Thu May 15 11:30:23 2014 +0000 | | | | | | - update message for 0^x to "Model error - 0^x is not defined" | | | - moved also test | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 79c4c2389b152f0668ce8daaac09040c398959fe | | | Author: OpenModelica Hudson | | | Date: Thu May 15 11:21:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 276403ac06253d9eebec1c0d766c29f2f6cbb304 | | | Author: Willi Braun | | | Date: Thu May 15 11:13:35 2014 +0000 | | | | | | - improved differentiation of functions | | | - use partial differentiation for jacobians instead of total differentiation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 7ddfa55b9d53b0f82139cbb151919d70be3f6c4a | | | Author: OpenModelica Hudson | | | Date: Thu May 15 10:47:12 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Figaro.mo | | | | | * commit 83a8aeddb56821cdf707868402955861d77ef263 | | | Author: Alexander Carlqvist | | | Date: Thu May 15 10:45:27 2014 +0000 | | | | | | Support for Figaro. exportToFigaro builtin added. New file Figaro.mo. New error message type. Important: import and call commented out in CevalScript.mo because else it will not build from trunk. The extension is made for the bootstrapped version. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | A Compiler/Script/Figaro.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 2b4908e98ec879a00816402ab5e74386b69381c8 | | | Author: Volker Waurich | | | Date: Thu May 15 07:00:25 2014 +0000 | | | | | | - activate partial function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit cf5e16772c8993f55009868127645717e22829ea | | | Author: OpenModelica Hudson | | | Date: Wed May 14 16:50:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 8849a083689e51291651c1ebc59d5a09be805dcf | | | Author: Vitalij Ruge | | | Date: Wed May 14 16:28:10 2014 +0000 | | | | | | - added rule | | | a - (-b)*c = a + b*c | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 65da2d6339a353b4cf184d902ab6185a85c09f04 | | | Author: OpenModelica Hudson | | | Date: Wed May 14 15:42:12 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 618f2e018cab8888e899b404f63ce52e9dd61acb | | | Author: Vitalij Ruge | | | Date: Wed May 14 15:28:28 2014 +0000 | | | | | | - added rule | | | - x*x = x^2 | | | | | | motivation: simplification for derivations as for expression evaluation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 99105fca3ba20975eb123cd8071a1a4895178b90 | | | Author: Willi Braun | | | Date: Wed May 14 15:05:43 2014 +0000 | | | | | | - added an assert to real_int_pow | | | - adjust tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | | | * commit 5043b8c8dfb41c679e0cf8c3e0909b6d74c921d8 | | | Author: OpenModelica Hudson | | | Date: Wed May 14 12:46:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit cf2a74d2f39bf31627e2a15fed08cad2e02e431f | | | Author: Vitalij Ruge | | | Date: Wed May 14 12:41:55 2014 +0000 | | | | | | - added error massage for 0^-n were n > 0 | | | - added some cases for solve | | | - a^n = c where n is odd | | | - log(a) = b | | | - exp(a) = b | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 2a436a68b4eecbf524298a482587b1d61f985c8d | | | Author: Lennart Ochel | | | Date: Wed May 14 11:39:05 2014 +0000 | | | | | | - update last commit | | | - simplify macros RELATIONHYSTERESIS and RELATION and remove useless cases | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit 7243544ad5a09ab63a9a46bdb63b41f7d5d4875d | | | Author: Lennart Ochel | | | Date: Wed May 14 11:38:30 2014 +0000 | | | | | | - simplify macros RELATIONHYSTERESIS and RELATION and remove useless cases | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit 93e56b1eeba7007f887ab42249ef81080ae4f244 | | | Author: Martin Sjölund | | | Date: Wed May 14 11:25:44 2014 +0000 | | | | | | Handle transpose for matrices | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 587c82b597c4cc21672228d68760f0a0dea5633c | | | Author: Martin Sjölund | | | Date: Wed May 14 11:01:01 2014 +0000 | | | | | | Handle some additional expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit f654556708968446a692e94a98bc651c146f1700 | | | Author: Lennart Ochel | | | Date: Wed May 14 09:36:11 2014 +0000 | | | | | | - fix handling of relations, which triggered assertions in nonlinear system during initialization | | | - msl32/Modelica.Fluid.Examples.HeatingSystem.mos starts to simulate | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit a6f348ba904784a52908668c65d0d1688a5679f6 | | | Author: Lennart Ochel | | | Date: Wed May 14 08:46:39 2014 +0000 | | | | | | - attempt to simplify makro RELATIONHYSTERESIS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit 69786a450ccd36ced80bcb10d6176db9f2306614 | | | Author: Lennart Ochel | | | Date: Wed May 14 08:02:11 2014 +0000 | | | | | | - update "warning | While solving non-linear system an assertion failed." message again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 34a69e31cfea53ea958dc910fac5fc8d5070fded | | | Author: Vitalij Ruge | | | Date: Tue May 13 13:31:27 2014 +0000 | | | | | | fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit feee3c0357908005748541c834ad01e33ed2ac60 | | | Author: Martin Sjölund | | | Date: Tue May 13 12:43:50 2014 +0000 | | | | | | Inline.mo: Handle inlining of functions with record output that is split into assignments like: | | | {{{#!mo | | | output RecType rec; | | | algorithm | | | rec.r1 := 1.0; | | | rec.r2 := 2.0; | | | rec.r3 := 1.5; | | | }}} | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 6c537e99fbe9877a68f0149d777e3db5b5c51f1b | | | Author: Lennart Ochel | | | Date: Tue May 13 10:49:45 2014 +0000 | | | | | | - minor changes | | | - add time point to "warning | While solving non-linear system an assertion failed." message | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 09dac6a18fd870e0226b7b36c3203706bf077f62 | | | Author: Per Östlund | | | Date: Tue May 13 10:29:30 2014 +0000 | | | | | | - Fix exponential complexity of Static.createCrefArray. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 1933c5082631a8c80a3172ee21d399ed768460ca | | | Author: Volker Waurich | | | Date: Tue May 13 09:55:59 2014 +0000 | | | | | | - do not declare complexEquations of size 1 to single equations(fix for kc_evenGapLaminar) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 74f94a219a94bd4b52a15c1fde591e6a996d2268 | | | Author: Volker Waurich | | | Date: Tue May 13 09:45:19 2014 +0000 | | | | | | - fixed for loop evaluation for ASUBs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit c0935681ebd92c9ac2ad08c692b567e4ddb12f5a | | | Author: Marcus Walther | | | Date: Tue May 13 08:23:33 2014 +0000 | | | | | | - fixed pthreads_spin code for cpp-hpcom-template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 93571f516e8e9d2a128ae9b6eef1610aefaa3963 | | | Author: Vitalij Ruge | | | Date: Tue May 13 08:08:32 2014 +0000 | | | | | | - fixed some warning from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit 8064869527541c586387bb7ac91ca84c7d5d582a | | | Author: Volker Waurich | | | Date: Tue May 13 07:45:23 2014 +0000 | | | | | | -reverted default function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit f1b62de14a8a5f947d5db9abeb5d466fe1010132 | | | Author: Volker Waurich | | | Date: Tue May 13 07:39:58 2014 +0000 | | | | | | - another try to check what breaks when setting partial function evaluation as default (is going to be reverted) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 47142e875153bacaa5c19abe527db66d5832a61f | | | Author: Volker Waurich | | | Date: Tue May 13 07:22:02 2014 +0000 | | | | | | - fix for arrays in getScalarExpSize (partial function evaluation) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit b0b56318f7a884fa286d8bdb9ed7ce206d3f5c21 | | | Author: Adrian Pop | | | Date: Mon May 12 16:58:45 2014 +0000 | | | | | | - small improvements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 0f012947ae5fc7a5955c81e1ff508514cae56235 | | | Author: Vitalij Ruge | | | Date: Mon May 12 16:06:07 2014 +0000 | | | | | | - fixed output | | | - fixed warning for intial guess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | | | * commit c3b6abc9e3e3f15bdb490330cba52f8dfbddcb20 | | | Author: Niklas Worschech | | | Date: Mon May 12 15:21:14 2014 +0000 | | | | | | adapted fmu cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 9a87450a22633c5eabbf00572c64f1a734024747 | | | Author: Marcus Walther | | | Date: Mon May 12 15:02:15 2014 +0000 | | | | | | - fix for wrong profiling results | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 94047a87d625b7ad681ce021d018cb2c315840e9 | | | Author: Vitalij Ruge | | | Date: Mon May 12 14:23:12 2014 +0000 | | | | | | - fixed initial guess in optimization | | | - added flag for initial guess file for externalInput | | | - added flag for number of points in a subinterval in optimization | | | - support approximation order 1 and 5 in optimization | | | - added test for initial guess in optimization | | | - creat result with order 1 | | | - using the result for order 5 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 343c89f8bbca5ff4c4caabfd97505002e0d7dbea | | | Author: Volker Waurich | | | Date: Mon May 12 13:28:58 2014 +0000 | | | | | | - reverted changes in unparseType | | | - added dump function for subscripts | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit a6c14087a402978ed3166724614b645138c9655f | | | Author: Niklas Worschech | | | Date: Mon May 12 12:31:24 2014 +0000 | | | | | | fix for clang build of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit b6dc2ed8ceffa984e822f82a195b8ad50ef7ed6c | | | Author: OpenModelica Hudson | | | Date: Mon May 12 12:04:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 18c512e9a6cb797db8ae8eb163f03b4a970849d4 | | | Author: Niklas Worschech | | | Date: Mon May 12 11:58:15 2014 +0000 | | | | | | added for msvc build in cpp runtime build type variable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit 0e21f594e5f8ed5aa73cc08718c225cb90d52838 | | | Author: Per Östlund | | | Date: Mon May 12 11:47:26 2014 +0000 | | | | | | Fix for #2690: | | | - Use spliced exp data when vectorizing discrete arrays. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 54900601807874e27fe8737e0efe7c24fd83a8b9 | | | Author: Volker Waurich | | | Date: Mon May 12 11:12:59 2014 +0000 | | | | | | - removed debug dumps from inlineArrayEquations stuff | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit 1e7b979793488f0ab38401e5f5bbc99bf0e91edc | | | Author: OpenModelica Hudson | | | Date: Mon May 12 10:58:11 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 732151a895ac46cec1721d966d04a77fa316702b | | | Author: Vitalij Ruge | | | Date: Mon May 12 10:36:09 2014 +0000 | | | | | | - some fixes from static analysis | | | - improve structure for handling ode order in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | M SimulationRuntime/c/optimization/optimizer_main.c | | | | | * commit c0a60f820abac369199465291986c498df6f064b | | | Author: Vitalij Ruge | | | Date: Mon May 12 09:42:25 2014 +0000 | | | | | | - improve hessian approximation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit 47d09378ac5e401f45952b3cf1e619fd8615ffe1 | | | Author: Marcus Walther | | | Date: Mon May 12 09:16:22 2014 +0000 | | | | | | - ModelicaUtilities library added to hpcomAnalyzationMode | | | - fixed hpcom-list-scheduling of cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | | | * commit 0912dbf7f2c8382b4b56b36c3796b8a04d803d2e | | | Author: Marcus Walther | | | Date: Mon May 12 06:47:23 2014 +0000 | | | | | | - added "-fPIC" - Flag to CPP-runtime (g++ build) | | | - modified the includes of the hpcom-cpp-codefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 9daa946c2d8d601a78f90f451357177499ca2fb9 | | | Author: OpenModelica Hudson | | | Date: Sun May 11 15:23:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit ef810e810c57b447dd817e5fa04f4fa5f1939b7f | | | Author: Vitalij Ruge | | | Date: Sun May 11 15:21:46 2014 +0000 | | | | | | improve memory handling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | M SimulationRuntime/c/optimization/eval_all/EvalL.c | | | | | * commit d9508f8a3792f8d990ec99c09f90f05ceb358439 | | | Author: OpenModelica Hudson | | | Date: Sat May 10 22:03:25 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 073dbcd80b1e5471889f1d12a34e2661949fa0ea | | | Author: Adrian Pop | | | Date: Sat May 10 21:55:13 2014 +0000 | | | | | | - test whitespace again | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 1a6bf90ee23ab65869eab429ce84f7371d55ceda | | | Author: Adeel Asghar | | | Date: Fri May 9 21:19:29 2014 +0000 | | | | | | - Handle the new plot grid options in plotting APIs & OMNotebook. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit fab8c2e41442fa7b3d77abe8967135e714a4d101 | | | Author: Vitalij Ruge | | | Date: Fri May 9 16:05:03 2014 +0000 | | | | | | improve memory handling | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/eval_all/EvalF.c | | | | | * commit 9575907b770d91f8000f6d29f405305890a0c1c4 | | | Author: Adeel Asghar | | | Date: Fri May 9 13:13:58 2014 +0000 | | | | | | #2679 | | | - OMPlot setup option to set titles. | | | - Added the footer option to plots. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit c6750ab40c95ae241b20ae39b997ae22189d0b21 | | | Author: Volker Waurich | | | Date: Fri May 9 12:58:45 2014 +0000 | | | | | | - extend inlineArrayEquations for multidimensional arrays | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 884dd9e88f6f103346c73369996e6766d32adbd9 | | | Author: OpenModelica Hudson | | | Date: Fri May 9 12:29:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 631342f46e8ddafdbc3ca94c1ede886eaf830c55 | | | Author: Marcus Walther | | | Date: Fri May 9 12:19:07 2014 +0000 | | | | | | - I had to reinclude some headers to get the ANALYZATION_MODE running (sorry Niklas, maybe we can find a better solution soon) | | | - Precompiled headers are now disabled if using ANALYZATION_MODE -> otherwise it will not compile with our tracing-tool | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 4e413d37df467260c023f1602d4ec7ff75dda5e6 | | | Author: Volker Waurich | | | Date: Fri May 9 12:08:42 2014 +0000 | | | | | | - abort evaluation for reinit,terminate,return | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 33422b46ece5a42ff0a97d27949e512affb62a04 | | | Author: Lennart Ochel | | | Date: Fri May 9 11:23:11 2014 +0000 | | | | | | - remove makro ZEROCROSSING | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit abb1ad9a7cd59a2b12d152d7d41348470b4f5368 | | | Author: Marcus Walther | | | Date: Fri May 9 10:34:00 2014 +0000 | | | | | | - passing ANALYZATION_MODE-flag from top-level-makefile to SimulationRuntime/cpp/Makefile.omdev.mingw (can be used by invoking 'make runtimeCPPinstall ANALYZATION_MODE="true"') | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1d68c7686931064ce22a65a92cb0022a946519ef | | | Author: Volker Waurich | | | Date: Fri May 9 09:43:36 2014 +0000 | | | | | | - do not consider wildcards when calculating equation size in partial function evaluation (fix for kc_evenGapLaminar.mos) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 26a28998a316d8051dc0cad265b898e4dbe123aa | | | Author: OpenModelica Hudson | | | Date: Fri May 9 09:36:35 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Modelica/Modelica.cpp | | | | | * commit 014309c7c63806a6bfa57e95c3ec5f37c9cbcee8 | | | Author: Martin Sjölund | | | Date: Fri May 9 09:19:37 2014 +0000 | | | | | | Handle replacement of qualified crefs when simplifying iterators | | | - `{c.r for c in cs}` now simplifies to `{cs[1].r,...,cs[n].r}` | | | - `{c.r for c in cs}` previously simplified to `{c[1].r,...,c[n].r}` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 77053a02d1d114bd15cd391c947e8522fd3dcc83 | | | Author: Niklas Worschech | | | Date: Fri May 9 09:16:31 2014 +0000 | | | | | | add Modelica.cpp file to cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Core/Modelica/Modelica.cpp | | | | | * commit d53075eb85c386beca42f1ff713dd48e9847a82f | | | Author: Lennart Ochel | | | Date: Fri May 9 09:11:58 2014 +0000 | | | | | | - dump relations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit c499df07ec2a0c69f2373dfa1f7105ed59319b1e | | | Author: Volker Waurich | | | Date: Fri May 9 09:11:19 2014 +0000 | | | | | | - fixed more models concerning partial function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit e407b90c0cf9f3617c36d488425d19a15d7bb489 | | | Author: OpenModelica Hudson | | | Date: Fri May 9 09:03:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | | | * commit 23477a03e35c28e58a5f9f047933a5179d0cf536 | | | Author: Niklas Worschech | | | Date: Fri May 9 09:01:12 2014 +0000 | | | | | | added precompiled header for msvc in cpp runtime cmakefile and cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | D SimulationRuntime/cpp/Core/Modelica/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Hybrj/stdafx.h | | | M SimulationRuntime/cpp/Solver/Kinsol/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit 45f69f42c9af8c065df3f594c7d726b73ffc2d60 | | | Author: OpenModelica Hudson | | | Date: Thu May 8 21:53:23 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit 03e89b57d5cb898e8869aed5b60f39ca6a63576f | | | Author: Willi Braun | | | Date: Thu May 8 21:51:40 2014 +0000 | | | | | | - added non-linear mixed strategy (use first newton than hybrid) | | | - improved newton solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit 3b0c613f8f5f95a5749913ae651e6b05380d12f8 | | | Author: OpenModelica Hudson | | | Date: Thu May 8 14:42:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 527a784808a5a3bd492b185c6932b01397ce7506 | | | Author: Volker Waurich | | | Date: Thu May 8 14:19:43 2014 +0000 | | | | | | - do not remove an evaluated, constant function if there is an assert (fix for AssertTest6) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit bcd66eeec044efc9d66e33d5cfbf56bf90bb24c7 | | | Author: Marcus Walther | | | Date: Thu May 8 13:38:41 2014 +0000 | | | | | | - some fixes to get the cpp-runtime running on our HPC machines using MKL | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit 25251018ded1298ec7c9e732d6bc1c4a77418539 | | | Author: Volker Waurich | | | Date: Thu May 8 13:33:38 2014 +0000 | | | | | | - fixed more bugs in BackendDAE.Equation declaration for partial function evaluation (ThermoSysPro) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 259963ea96a97eca23f4cfdd586a8ccbb1a7dd17 | | | Author: Adrian Pop | | | Date: Thu May 8 11:51:11 2014 +0000 | | | | | | - reverted Static.mo changes from r20486 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 02316fb9178bc6b5cc383605be5dbdcc75cd8c41 | | | Author: OpenModelica Hudson | | | Date: Thu May 8 11:47:11 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/cJSON.c | | | M SimulationRuntime/c/util/cJSON.h | | | | | * commit f2bced5290291c610cfa5f3e68b0fd017c77db9d | | | Author: Martin Sjölund | | | Date: Thu May 8 11:36:48 2014 +0000 | | | | | | Remove cjson from the rml makefiles | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 12b7158a4980457d0840c9c3afada25c50f8cbe6 | | | Author: Volker Waurich | | | Date: Thu May 8 11:31:31 2014 +0000 | | | | | | - flag controlled dumps for partial function evaluation | | | - fixed bug for wrong BackendDAE.Equation declaration (QualifiedCrefArg.mos) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit a02065460cbcbdce4a276fde98b74d4cdbe79d16 | | | Author: Martin Sjölund | | | Date: Thu May 8 11:28:57 2014 +0000 | | | | | | Add cJSON to SimulationRuntime/c since the bootstrapped compiler and OSX won't fail to build | | | (Hint: cmake never solved anyone's problems) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/boot/Makefile.in | | | M Compiler/omc_release/Makefile.in | | | M Makefile.common | | | M SimulationRuntime/c/util/CMakeLists.txt | | | A SimulationRuntime/c/util/cJSON.c | | | A SimulationRuntime/c/util/cJSON.h | | | | | * commit c7b3954516e0e566a33bcbc2bc6317d8878005b3 | | | Author: Adrian Pop | | | Date: Thu May 8 11:27:54 2014 +0000 | | | | | | - generate correct target platform from CMake | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 89992fb084ab0bc5390c058abca088852c546133 | | | Author: Adrian Pop | | | Date: Thu May 8 11:11:14 2014 +0000 | | | | | | - propagate flags from top level to CMake when building cJSON | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit f72ca580b9926cdea2953e380cb0506f440e834a | | | Author: Adrian Pop | | | Date: Thu May 8 11:06:34 2014 +0000 | | | | | | - add cjson to bootstrap-dependencies | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1b4fa441f178aa9d4aa44a63c01989b018dafdf9 | | | Author: Adrian Pop | | | Date: Thu May 8 10:56:57 2014 +0000 | | | | | | - add -lcJSON to bootstrapped linker flags | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | | | * commit 234f3f76e91dcbd58d4691b4dc2bdf83516131e5 | | | Author: Marcus Walther | | | Date: Thu May 8 10:26:58 2014 +0000 | | | | | | - another day, another try to add cjson to HpcOmBenchmarkExt.cpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | M Makefile.in | | | | | * commit 54312b83b68e23248ad1286b48cce776dc2a8d4f | | | Author: Volker Waurich | | | Date: Thu May 8 09:19:18 2014 +0000 | | | | | | - reverted function evaluation, updated testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 4761dee793179c1e1a014a70ad9a0da6fb3d2394 | | | Author: Volker Waurich | | | Date: Thu May 8 08:59:30 2014 +0000 | | | | | | - give it a try and see what breaks when using partial function evaluation as default (will be reverted after the tests) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 5d2f43a37bd0497501df7603bffccccd4dcc7312 | | | Author: Vitalij Ruge | | | Date: Thu May 8 08:54:23 2014 +0000 | | | | | | Cleaned up optimization folder. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit f516d9c6e97edebcd3c92ce11b81cfa95f9e2b76 | | | Author: Volker Waurich | | | Date: Thu May 8 08:49:27 2014 +0000 | | | | | | - function evaluation of Shared objects like parameters.just some first functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 3dd9ea8420dc05c6a6fe4508afdb849ee9ae068c | | | Author: Volker Waurich | | | Date: Thu May 8 07:32:49 2014 +0000 | | | | | | - fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit 6168897098b4ddced16d95282337ad73cddb972c | | | Author: OpenModelica Hudson | | | Date: Thu May 8 07:30:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit 1e7543ad27c0ee34373948fd33ae32ca2fed4683 | | | Author: Volker Waurich | | | Date: Thu May 8 07:22:40 2014 +0000 | | | | | | - try to fix bug at InlineArrayEquations.mo, lets see if it breaks something | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit de18331da497dfffec96db678d3710e2a754cd24 | | | Author: OpenModelica Hudson | | | Date: Wed May 7 21:02:35 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | | | * commit 6f0bf6cc0549585790481f6181bbfd138e4329c6 | | | Author: Vitalij Ruge | | | Date: Wed May 7 20:58:05 2014 +0000 | | | | | | - fixed initial guess in optimization with external input | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit a4023091fbd67102db6116bb80da46e9db7b3fd7 | | | Author: Lennart Ochel | | | Date: Wed May 7 17:14:03 2014 +0000 | | | | | | - add time point to some log messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit d32dfb6845f80c59b216d3b5f7b170de27689ab9 | | | Author: Martin Sjölund | | | Date: Wed May 7 16:35:42 2014 +0000 | | | | | | Don't inline simplify match-expressions that return tuples | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 43b666b4e1aa8a9933d3c665d61b087d1494e83b | | | Author: Martin Sjölund | | | Date: Wed May 7 16:16:34 2014 +0000 | | | | | | Simplify `match () case () then exp; end match` to `exp` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit c4178ca178ca6a484046de2d92b343cfa79150e1 | | | Author: OpenModelica Hudson | | | Date: Wed May 7 16:01:20 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | | | * commit 2f9ccd9134e6ff5ba632ec36bc459852ac8cfd25 | | | Author: Willi Braun | | | Date: Wed May 7 15:57:13 2014 +0000 | | | | | | - fixed debug stream print | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 437155695e3f0415cbc95129662667cbfcdb4fd0 | | | Author: Marcus Walther | | | Date: Wed May 7 15:54:53 2014 +0000 | | | | | | - revert r20442,20445,20446,20450 and 20451 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | M Makefile.in | | | | | * commit 8f5fe9a2d370e001d8305b4b117aea30feccd51c | | | Author: Adrian Pop | | | Date: Wed May 7 15:45:19 2014 +0000 | | | | | | - add cjson to omc-rml deps too | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit d737ce9621710e3b31e9dcbf8b6458e142ace74d | | | Author: Marcus Walther | | | Date: Wed May 7 15:30:34 2014 +0000 | | | | | | - another fix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit c42530623432ccbff76cae2100b75e501275d802 | | | Author: Martin Sjölund | | | Date: Wed May 7 15:20:08 2014 +0000 | | | | | | Force binary for Windows | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_mmap.c | | | | | * commit bafb80b949add7a11c70be99c7c45684ee06e191 | | | Author: Marcus Walther | | | Date: Wed May 7 15:01:31 2014 +0000 | | | | | | - I still try to fix the cJSON bug... | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | | | * commit d101bb489a90fb1560ddc4c58249ae542bfe2903 | | | Author: Marcus Walther | | | Date: Wed May 7 14:51:02 2014 +0000 | | | | | | - try to fix clang-build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 6b739532c1778ce4a74de153a63c9cdbd11444f4 | | | Author: Martin Sjölund | | | Date: Wed May 7 14:39:30 2014 +0000 | | | | | | Handle the case when we do not need to match against any pattern | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit ff310c72138111105956003e039c02ee503a2bc3 | | | Author: OpenModelica Hudson | | | Date: Wed May 7 14:38:55 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | | | * commit c6d05d8f71d6a9bebb162f43e9fdfae468d28f51 | | | Author: Marcus Walther | | | Date: Wed May 7 14:24:17 2014 +0000 | | | | | | - included cjson into build and HpcOmBenchmarkExt.cpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Makefile.common | | | M Makefile.in | | | | | * commit d1b2327f31243d5945c232a76d065660a0c613c1 | | | Author: Vitalij Ruge | | | Date: Wed May 7 13:28:29 2014 +0000 | | | | | | - fixed merge 20440 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b94a9ad425cc55f345725615bb4df566da6171df | | | Author: Vitalij Ruge | | | Date: Wed May 7 13:23:16 2014 +0000 | | | | | | - fixed 20413 | | | Thanks Willi! | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | A SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | A SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | A SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | A SimulationRuntime/c/optimization/OptimizerData.h | | | R072 SimulationRuntime/c/optimization/interfaceOptimization.h SimulationRuntime/c/optimization/OptimizerInterface.h | | | A SimulationRuntime/c/optimization/OptimizerLocalFunction.h | | | D SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | D SimulationRuntime/c/optimization/constraints/evalfG.c | | | A SimulationRuntime/c/optimization/eval_all/EvalF.c | | | A SimulationRuntime/c/optimization/eval_all/EvalG.c | | | A SimulationRuntime/c/optimization/eval_all/EvalL.c | | | D SimulationRuntime/c/optimization/goal/evalF.c | | | D SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | D SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | D SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | D SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | D SimulationRuntime/c/optimization/localFunction.h | | | D SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | A SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit fc34bd1247692a052efccb96ec75757a13d7f826 | | | Author: Martin Sjölund | | | Date: Wed May 7 13:04:10 2014 +0000 | | | | | | Change Error_rml to do the same thing Error_omc does (it works as long as you call the functions through dynload) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/Error_rml.cpp | | | M Compiler/runtime/errorext.cpp | | | | | * commit bf16b248505ee2c239e64facda6c3241c2cd7ed6 | | | Author: Martin Sjölund | | | Date: Wed May 7 12:34:13 2014 +0000 | | | | | | #2683 Do not generate self-assignments for tail-recursive calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b58e19d6f2ff9e3419d7d980d294e0a418ce8e92 | | | Author: Niklas Worschech | | | Date: Wed May 7 12:19:01 2014 +0000 | | | | | | fix in cpp runtime cmake file for clang | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit fd5c79cb86172cb07a581756a6e81844cdbb8a4d | | | Author: OpenModelica Hudson | | | Date: Wed May 7 09:14:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 9c7992487b0b84e082535c71624f7ebca7d0c705 | | | Author: Lennart Ochel | | | Date: Wed May 7 09:07:30 2014 +0000 | | | | | | - fix debug output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 9661969399174216c6ae2c8ade2540e06043ff85 | | | Author: OpenModelica Hudson | | | Date: Wed May 7 08:22:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Util/List.mo | | | | | * commit 04463b5fbd7e8aff60a9de7dda19eedc84fa5e19 | | | Author: Adrian Pop | | | Date: Wed May 7 08:16:05 2014 +0000 | | | | | | - add a whitespace to check the SVN post-commit hook behavior | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit e0ccfbccf3fc5763852bb8cb5daa617b53b2c03d | | | Author: Adrian Pop | | | Date: Wed May 7 08:07:22 2014 +0000 | | | | | | - add a whitespace to check the SVN post-commit hook behavior | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 1df29e94e3e9895693a0ec03179c09f13cf9eb15 | | | Author: Per Östlund | | | Date: Wed May 7 08:04:52 2014 +0000 | | | | | | - Fix RML. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 31de92b2e91f3e7cbc952d8c40dced6ed5123350 | | | Author: Per Östlund | | | Date: Wed May 7 07:59:03 2014 +0000 | | | | | | - Cleaned up some code. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/List.mo | | | | | * commit a656c4cc916d680df71feb2b509cb2664d61e7ed | | | Author: Vitalij Ruge | | | Date: Tue May 6 22:13:18 2014 +0000 | | | | | | revert -r 20413-20418 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | D SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | D SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | D SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | D SimulationRuntime/c/optimization/OptimizerData.h | | | D SimulationRuntime/c/optimization/OptimizerLocalFunction.h | | | A SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | A SimulationRuntime/c/optimization/constraints/evalfG.c | | | D SimulationRuntime/c/optimization/eval_all/EvalF.c | | | D SimulationRuntime/c/optimization/eval_all/EvalG.c | | | D SimulationRuntime/c/optimization/eval_all/EvalL.c | | | A SimulationRuntime/c/optimization/goal/evalF.c | | | A SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | A SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | A SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | R072 SimulationRuntime/c/optimization/OptimizerInterface.h SimulationRuntime/c/optimization/interfaceOptimization.h | | | A SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | A SimulationRuntime/c/optimization/localFunction.h | | | A SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | D SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 4c4f3c8cecc939ba22f0fa357e6ff8c5801cc64b | | | Author: Martin Sjölund | | | Date: Tue May 6 21:49:07 2014 +0000 | | | | | | Use throwStreamPrint instead of assert to try falling back in case a non-linear solver generates asub indexes depending on guesses... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5b2a4141d476e2d4fd6c7fe4345c0c294d3ff9f7 | | | Author: Vitalij Ruge | | | Date: Tue May 6 21:23:48 2014 +0000 | | | | | | - added header | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 241b839fd6614dbbfd08d3dfb72d18e7684c5a44 | | | Author: Vitalij Ruge | | | Date: Tue May 6 20:09:52 2014 +0000 | | | | | | - added header | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/OptimizerInterface.h | | | | | * commit 23b418963b00957eb78cf79f1f71ac650e3c8c10 | | | Author: Vitalij Ruge | | | Date: Tue May 6 19:59:19 2014 +0000 | | | | | | - added header | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 7e1bd00f197d47368ab7d8e21c8654148bd6a04a | | | Author: OpenModelica Hudson | | | Date: Tue May 6 19:53:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | M SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | M SimulationRuntime/c/optimization/OptimizerData.h | | | M SimulationRuntime/c/optimization/eval_all/EvalG.c | | | | | * commit 418f45d6484a1f269b5123aab909ef50eb3e5f27 | | | Author: Vitalij Ruge | | | Date: Tue May 6 19:43:41 2014 +0000 | | | | | | - improve optimization | | | - scaling | | | - cheaper function evalution | | | - improve data structure | | | - preprocessing for derivations | | | - improve evaluation goal function + constraints | | | - mathematical background | | | - improve hessian structure | | | | | | | | | - update test for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | A SimulationRuntime/c/optimization/DataManagement/DerStructure.c | | | A SimulationRuntime/c/optimization/DataManagement/InitialGuess.c | | | A SimulationRuntime/c/optimization/DataManagement/MoveData.c | | | A SimulationRuntime/c/optimization/OptimizerData.h | | | R072 SimulationRuntime/c/optimization/interfaceOptimization.h SimulationRuntime/c/optimization/OptimizerInterface.h | | | A SimulationRuntime/c/optimization/OptimizerLocalFunction.h | | | D SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | D SimulationRuntime/c/optimization/constraints/evalfG.c | | | A SimulationRuntime/c/optimization/eval_all/EvalF.c | | | A SimulationRuntime/c/optimization/eval_all/EvalG.c | | | A SimulationRuntime/c/optimization/eval_all/EvalL.c | | | D SimulationRuntime/c/optimization/goal/evalF.c | | | D SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | D SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | D SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | D SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | D SimulationRuntime/c/optimization/localFunction.h | | | D SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | A SimulationRuntime/c/optimization/optimizer_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit eb9b6b45d62a42b07c9cd59402d8b9b24aa83be1 | | | Author: OpenModelica Hudson | | | Date: Tue May 6 14:52:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | * commit 9d1a1fac026e34eac1f3fe49315fee5a66d513da | | | Author: Volker Waurich | | | Date: Tue May 6 14:46:37 2014 +0000 | | | | | | - added function: BackendDAEUtil.replaceKnownVarsInShared | | | - extended Expression.getComplexContents for ASUB and cref defined arrays | | | - extended ExpressionDump.dumpExpStr for ASUB BOX and UNBOX | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | * commit 2568dd346a0b69f2a5f6e91befb8a90b122beb8c | | | Author: Volker Waurich | | | Date: Tue May 6 13:02:19 2014 +0000 | | | | | | - update partial function evaluation to fix CascodeCircuit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 2056ca7f87b69d9cc0341e1360e885fefff05f3e | | | Author: Niklas Worschech | | | Date: Tue May 6 12:22:10 2014 +0000 | | | | | | added cflag variable to cpp runtime CMakefile which is used in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit a930ec6af5d449d2a8dddd57520b05a3eba92d94 | | | Author: OpenModelica Hudson | | | Date: Tue May 6 12:00:15 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 42e7a122f3671d8ff649e022610c2e6116fdfed9 | | | Author: Volker Waurich | | | Date: Tue May 6 11:38:57 2014 +0000 | | | | | | - some fixes for partial function evaluation (one dimensional records, tuple including scalar record values) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit cdd4f6b0256c652eb47727957e519388f723a8f7 | | | Author: Martin Sjölund | | | Date: Tue May 6 11:16:21 2014 +0000 | | | | | | Silence make clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 407db93feb6fc03bcaba80776ff127a2adfe7a97 | | | Author: Martin Sjölund | | | Date: Tue May 6 09:48:47 2014 +0000 | | | | | | The linking to msgpack is not needed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | | | * commit 14b3a650ecf94928d0f9561e0f348f4fed27cb7b | | | Author: Martin Sjölund | | | Date: Tue May 6 09:16:23 2014 +0000 | | | | | | Update bootstrapping tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | M Makefile.common | | | | | * commit 3856a19518a325a67c19a486d5dae4e3878bfabe | | | Author: Martin Sjölund | | | Date: Tue May 6 08:43:38 2014 +0000 | | | | | | Remove the modpar library as it has been disabled for a long time | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/BackEnd/TaskGraph.mo | | | D Compiler/BackEnd/TaskGraphExt.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Makefile.compiler_subdirs.common | | | M Compiler/Makefile.in | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/Makefile.in | | | D Compiler/modpar/CMakeLists.txt | | | D Compiler/modpar/Codegen.cpp | | | D Compiler/modpar/Codegen.hpp | | | D Compiler/modpar/DuplicateParentMerge.cpp | | | D Compiler/modpar/DuplicateParentMerge.hpp | | | D Compiler/modpar/Makefile.in | | | D Compiler/modpar/Makefile.vc | | | D Compiler/modpar/MergeAllParents.cpp | | | D Compiler/modpar/MergeAllParents.hpp | | | D Compiler/modpar/MergeRule.cpp | | | D Compiler/modpar/MergeRule.hpp | | | D Compiler/modpar/MergeSiblings.cpp | | | D Compiler/modpar/MergeSiblings.hpp | | | D Compiler/modpar/ParallelOptions.cpp | | | D Compiler/modpar/ParallelOptions.hpp | | | D Compiler/modpar/Schedule.cpp | | | D Compiler/modpar/Schedule.hpp | | | D Compiler/modpar/SingleChildMerge.cpp | | | D Compiler/modpar/SingleChildMerge.hpp | | | D Compiler/modpar/TaskGraph.cpp | | | D Compiler/modpar/TaskGraph.hpp | | | D Compiler/modpar/TaskGraphExt.cpp | | | D Compiler/modpar/TaskGraphExt_stub.cpp | | | D Compiler/modpar/TaskGraphExt_stub_omc.cpp | | | D Compiler/modpar/TaskMerging.cpp | | | D Compiler/modpar/TaskMerging.hpp | | | D Compiler/modpar/reverse_depth_first_search.hpp | | | D Compiler/modpar/solvers.cpp | | | D Compiler/modpar/solvers.hpp | | | M Makefile.common | | | M configure.in | | | | | * commit 5a7e51c7add95393e99fd8a0438c5964a73705d7 | | | Author: OpenModelica Hudson | | | Date: Tue May 6 08:01:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a00607566563e5e3b294753d151d241f847fbb1b | | | Author: Martin Sjölund | | | Date: Tue May 6 07:58:57 2014 +0000 | | | | | | Formatting | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 1d019a01d5be98f22c4c3b61ccac28311a33b66c | | | Author: Marcus Walther | | | Date: Tue May 6 07:54:08 2014 +0000 | | | | | | - variable declarations to cref1 added (required for parallel calculation of jacobian) | | | - changed get -> boost::get and added boost/tuple/tuple.hpp to algloop-header file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d9f313cc12f8193c97fd7ed31a8b892e5d5a96c2 | | | Author: OpenModelica Hudson | | | Date: Tue May 6 06:41:04 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit a4a8708720f153b89c7cfc09e157838405be1263 | | | Author: Marcus Walther | | | Date: Tue May 6 06:38:58 2014 +0000 | | | | | | - rereverting my previous commit, but this time without the c++ - code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_rml.cpp | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 13a2ea5453f87ae8ff0152cb60c0e86134ba93dc | | | Author: Martin Sjölund | | | Date: Mon May 5 18:19:27 2014 +0000 | | | | | | Revert r20364,r20365,r20367 - no boost dependency in omc.exe unless you add and compile all of it in 3rdParty | | | No C++ code at all if avoidable (remove any C++ code you can replace with pure C) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_rml.cpp | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 0fb421abe2a34453af5410ad79776232194c351b | | | Author: OpenModelica Hudson | | | Date: Mon May 5 13:46:39 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 5528a3a039628e15cc66bd2af4805744a9c84000 | | | Author: Marcus Walther | | | Date: Mon May 5 13:39:40 2014 +0000 | | | | | | - Cycle based clock is now available for linux systems | | | - HpcOmBenchmark module is now able to read execution costs from xml or json files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_rml.cpp | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 6b5f1d7105bcba879e4cda625032d9a5dc706f1a | | | Author: Lennart Ochel | | | Date: Mon May 5 13:03:50 2014 +0000 | | | | | | - change LOG_SOLVER dump | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit d3c6bd8caaf6b71300e1176224010ca05ffb5b7f | | | Author: Per Östlund | | | Date: Mon May 5 12:02:14 2014 +0000 | | | | | | - Added check for invalid modifiers on external objects. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | | | * commit 4e6148b6d3c1ae125de677c5ceecdd0e6cf5a13f | | | Author: Per Östlund | | | Date: Mon May 5 10:23:00 2014 +0000 | | | | | | Fix for #2681: | | | - Make Expression.dimensionsAdd handle more cases. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit fb5fc17b994be6ae6fbd6661a03ade27e9e1a5c2 | | | Author: Martin Sjölund | | | Date: Mon May 5 08:27:32 2014 +0000 | | | | | | gcc fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | | | * commit cbfe9270491a0e7406a6d0d1de70cf123670fc22 | | | Author: Martin Sjölund | | | Date: Mon May 5 07:57:30 2014 +0000 | | | | | | Silence clang warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | | | * commit 65a0927eb1c6a244a34b073ff95555c55e6a74be | | | Author: Martin Sjölund | | | Date: Sun May 4 06:27:55 2014 +0000 | | | | | | Do not generate unnecessary strlen variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | | | * commit 828ec551fb6df6a186a4dc0697b5b6db08c53dc6 | | | Author: Niklas Worschech | | | Date: Fri May 2 13:08:00 2014 +0000 | | | | | | adapted cpp runtime build to use configured installed gcc version | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit b760d0b93b810ac50c2de77a184d26706c33dfe6 | | | Author: Lennart Ochel | | | Date: Fri May 2 11:58:04 2014 +0000 | | | | | | - remove obsolete functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 00c6b817cbbf8da0c37fa509e1941f5b75992f7f | | | Author: Lennart Ochel | | | Date: Fri May 2 09:50:14 2014 +0000 | | | | | | - update last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit fc4e5c28dfb9b257b05a3f70f73edc634d627c2c | | | Author: Lennart Ochel | | | Date: Fri May 2 09:49:02 2014 +0000 | | | | | | - fix/hack for #2563 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | | | * commit fd7a5b9df832a937a5136900926327eaf69a467f | | | Author: Martin Sjölund | | | Date: Thu May 1 18:36:05 2014 +0000 | | | | | | Revert r20341 (breaks systems without g++-4.4 packages) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 40c4450223a457ba9e6b2e0bc18b76ee5b769c82 | | | Author: Niklas Worschech | | | Date: Thu May 1 17:52:43 2014 +0000 | | | | | | changed g++ version for cpp runtime (workarround) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 047d2a990a7063b3bb6bf53fbe63e04d6d790da6 | | | Author: Niklas Worschech | | | Date: Thu May 1 16:10:47 2014 +0000 | | | | | | added debug falgs to cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 8ce953942765c1e5fcad3cc0d59fbbb50e0e597e | | | Author: Niklas Worschech | | | Date: Thu May 1 10:26:37 2014 +0000 | | | | | | try to fix fpic error in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit 1cc8562cf801bd412776392dfe64c6132e1a945c | | | Author: Niklas Worschech | | | Date: Wed Apr 30 21:30:52 2014 +0000 | | | | | | reverted commit 20323 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2e3ae6304973d1ed4c0a0c30beff986b0d6e61fc | | | Author: Martin Sjölund | | | Date: Wed Apr 30 19:20:03 2014 +0000 | | | | | | #2680 | | | - Fix for detecting unix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/util/omc_mmap.h | | | | | * commit 2f173e7fcbdb35cc15293e53befbb9ff525cdf4e | | | Author: Martin Sjölund | | | Date: Wed Apr 30 18:59:56 2014 +0000 | | | | | | Add PREFIX/lib/omc to the OSX rpath | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit e51f66425fef01cfc810e4f4d26c82dc6bbb33d5 | | | Author: Niklas Worschech | | | Date: Wed Apr 30 15:44:04 2014 +0000 | | | | | | changed build type in cpp runtime make file to release with debug info | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit cc1d513a514018391f3510483656ab5431753f70 | | | Author: Martin Sjölund | | | Date: Wed Apr 30 15:15:22 2014 +0000 | | | | | | #2680 | | | - Fix OSX OMEdit rpath | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 633502d436d792ef50ab883b5b2974eb866fdd9d | | | Author: OpenModelica Hudson | | | Date: Wed Apr 30 15:13:44 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 9728563786aa920bf4f1a75dba011bc522e431cf | | | Author: Niklas Worschech | | | Date: Wed Apr 30 14:49:59 2014 +0000 | | | | | | fix typo in Cmakefile, fix in kinso for NAN in residum | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 5afa9fb9b83517d2e17ce80855f16c0b58f0b870 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 30 14:39:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit e2868d3872e986f2f4f156e1b9eb2c47a2db61d4 | | | Author: Volker Waurich | | | Date: Wed Apr 30 14:31:43 2014 +0000 | | | | | | - check initEquations for states when updating varKind | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 3985a57e338d169a59945d29b18c0302d0466117 | | | Author: Lennart Ochel | | | Date: Wed Apr 30 14:14:57 2014 +0000 | | | | | | - experimental support of overdetermined initialization problems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Error.mo | | | | | * commit 397663485a64ee91a7a9dc6995349b9784aac10e | | | Author: OpenModelica Hudson | | | Date: Wed Apr 30 14:03:55 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 5172cf2004e52a3c4d4194c19a5e7140a3b07b47 | | | Author: Volker Waurich | | | Date: Wed Apr 30 13:46:48 2014 +0000 | | | | | | - extended partial function evaluation for various statement types | | | - some bugfixes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/Util/List.mo | | | | | * commit e4b991a161df1a363565d79534f41e113792854c | | | Author: Niklas Worschech | | | Date: Wed Apr 30 12:55:46 2014 +0000 | | | | | | added cmake function to create precompiled header for cpp runtime for gcc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | A SimulationRuntime/cpp/PrecompiledHeader.cmake | | | | | * commit 6b3ea471c58fd431c6e5d9157c7943ab76a23992 | | | Author: Martin Sjölund | | | Date: Wed Apr 30 12:53:17 2014 +0000 | | | | | | Add new API call for OMEdit to query valid config flag options, like `getConfigFlagValidOptions("profiling")` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 3949791c01fe45bb26d929d66bab4f4d32fbc7ae | | | Author: Martin Sjölund | | | Date: Wed Apr 30 08:16:02 2014 +0000 | | | | | | Fix for gcc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_mmap.c | | | | | * commit 8502e45d5209a314791cf5a4dd2e5e03e5b201e6 | | | Author: Martin Sjölund | | | Date: Wed Apr 30 08:04:21 2014 +0000 | | | | | | - Transpose the profiling data for faster reading | | | - Split into 2 files: uint32 and double in split files to transpose them easier | | | - OMEdit can read the data, but the transformation widget has nowhere to display the graphs yet | | | - Some minor fixes for equations that were not profiled | | | - Handle profiling of noretcall | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | A SimulationRuntime/c/util/omc_mmap.c | | | A SimulationRuntime/c/util/omc_mmap.h | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit 67ddee0bb644c37d51d6db0e8881ead43362de87 | | | Author: Marcus Walther | | | Date: Wed Apr 30 05:54:15 2014 +0000 | | | | | | - removed scorep-tracing-commands | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit 8af25fc1229493531489cb72a7a27f47fc751ac3 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 29 14:28:01 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 962072d3d6cd1f9cc503e8203461c37ce6878987 | | | Author: Niklas Worschech | | | Date: Tue Apr 29 14:01:43 2014 +0000 | | | | | | fix in cpp template for heatlosses example | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 1a2c36b428f0d7260cb944f547e9f3b9b1d8611d | | | Author: Per Östlund | | | Date: Tue Apr 29 13:20:15 2014 +0000 | | | | | | - Got rid of some Clang warnings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/socketimpl.c | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/util/varinfo.c | | | | | * commit cd7688364f1373245156f9900d74574cbec16309 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 29 10:57:05 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 39a749e45181602e719cae195ab2be76be8e00d1 | | | Author: Niklas Worschech | | | Date: Tue Apr 29 10:50:32 2014 +0000 | | | | | | fix in Kinsol of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 1c0f99d5575b8232c9486c3299da743956b85020 | | | Author: Marcus Walther | | | Date: Tue Apr 29 09:05:49 2014 +0000 | | | | | | - some scorep-tracing commands added for performance-analyzation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 3f070954ee5090b9e68a21fb07495fc453647afd | | | Author: OpenModelica Hudson | | | Date: Tue Apr 29 09:00:51 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 9eece3acc9fcbece218797a13ba8064e34c59651 | | | Author: Martin Sjölund | | | Date: Tue Apr 29 08:59:17 2014 +0000 | | | | | | - Change +d=measureTime to +profiling=none,blocks,all,blocks+html | | | - Code generation switches between blocks and all equations | | | - rtclock.h can now keep track of the overhead of calling the tick and tock (used to reduce the cost of very simple equations) | | | - Handle assert(false) as the only statement in a function (skip reporting unassigned values) | | | - Remove inline equations from the runtime | | | - Started using the enumeration instead of integer constants all over the simulation runtime | | | - Skip displaying non-linear equations in both top-level and as a child in the OMEdit transformations browser | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | D SimulationRuntime/c/simulation/solver/simulation_inline_solver.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit f0a2ed8bacb534f3e1a9188e8d6b71a0a162c39b | | | Author: Niklas Worschech | | | Date: Tue Apr 29 08:47:07 2014 +0000 | | | | | | fix for some array functions in cpp template and cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 1524561f0fddc09757c470b3ea93a3313f4ab9b7 | | | Author: Marcus Walther | | | Date: Tue Apr 29 08:22:23 2014 +0000 | | | | | | - fix hpcom test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/TaskSystemDump.mo | | | | | * commit df20622184f9d6fa131c092194c9622205c8d2f0 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 28 15:29:00 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 75df3a97f9c05a6e581c454c9ed4131decec198a | | | Author: Volker Waurich | | | Date: Mon Apr 28 15:09:07 2014 +0000 | | | | | | - fixed bug at partial function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit a9c8b637806a50300b2bad6605dfc2e6b42b40ea | | | Author: Marcus Walther | | | Date: Mon Apr 28 14:37:05 2014 +0000 | | | | | | - try to fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 88993e11497b8d7a400ea79ca8be50dcdc218b9e | | | Author: OpenModelica Hudson | | | Date: Mon Apr 28 14:10:13 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmMemory.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.h | | | | | * commit cbac82356f471074a526a80c71614c0602d05f7a | | | Author: Marcus Walther | | | Date: Mon Apr 28 13:48:03 2014 +0000 | | | | | | - fix for previous commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/HpcOmMemory.mo | | | A Compiler/BackEnd/HpcOmSimCodeMain.mo | | | M SimulationRuntime/c/Makefile.common | | | | | * commit f55a25cb9076a9e5099bc744e78adad8cb9dcaa7 | | | Author: Marcus Walther | | | Date: Mon Apr 28 13:40:34 2014 +0000 | | | | | | - HpcOmSimCode -> HpcOmSimCodeMain | | | - HpcOmMemory-module added for memory optimizations | | | - simple renamings in HpcOmTaskGraph | | | - checkCodeGraph function added for validations | | | - RDTSC() clock is now available for linux-systems | | | - fixed Analyation-mode for the cpp-runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/TaskGraphResults.mo | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.h | | | M Compiler/runtime/TaskGraphResults_omc.cpp | | | M Compiler/runtime/TaskGraphResults_rml.cpp | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit ee1e767f1fd6ef7454ccc24f89ae43f4d4ef3466 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 28 13:39:45 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 9779788986ec20241b0ac127551ff78025232a28 | | | Author: Volker Waurich | | | Date: Mon Apr 28 13:32:53 2014 +0000 | | | | | | - rewritten ifStmt - prediction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit fd0c1608dd9f9c686df9ab9853933a6dc4b169ac | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Apr 28 10:27:11 2014 +0000 | | | | | | + Fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 91f6ff41d6634f96724812f2b864c4b77cd9d73e | | | Author: OpenModelica Hudson | | | Date: Mon Apr 28 10:14:29 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 090bdf63bf0579fd11a440a45af903ed4594ce20 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 28 10:14:00 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TaskSystemDump.mo | | | M SimulationRuntime/ParModelica/auto/CMakeLists.txt | | | M SimulationRuntime/ParModelica/auto/om_pm_equation.cpp | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | M SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | M SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp | | | M SimulationRuntime/ParModelica/auto/pm_utility.cpp | | | M SimulationRuntime/ParModelica/auto/pm_win_timer.cpp | | | M SimulationRuntime/ParModelica/auto/test_task_graph.cpp | | | | | * commit 5c93afc09aac111930a1712ba47fd95a83ae3f0f | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Apr 28 10:12:47 2014 +0000 | | | | | | + Added the task graph implementations. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/SimCodeTV.mo | | | A Compiler/Template/TaskSystemDump.mo | | | A Compiler/Template/TaskSystemDump.tpl | | | M Compiler/Util/Flags.mo | | | A SimulationRuntime/ParModelica/auto/CMakeLists.txt | | | A SimulationRuntime/ParModelica/auto/FindPugiXML.cmake | | | A SimulationRuntime/ParModelica/auto/FindTBB.cmake | | | A SimulationRuntime/ParModelica/auto/Makefile.common | | | A SimulationRuntime/ParModelica/auto/Makefile.in | | | A SimulationRuntime/ParModelica/auto/om_pm_equation.cpp | | | A SimulationRuntime/ParModelica/auto/om_pm_equation.hpp | | | A SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | A SimulationRuntime/ParModelica/auto/om_pm_interface.hpp | | | A SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | A SimulationRuntime/ParModelica/auto/om_pm_model.hpp | | | A SimulationRuntime/ParModelica/auto/pm_cluster_level_scheduler.hpp | | | A SimulationRuntime/ParModelica/auto/pm_cluster_system.hpp | | | A SimulationRuntime/ParModelica/auto/pm_clustering.hpp | | | A SimulationRuntime/ParModelica/auto/pm_dynamic_scheduler.hpp | | | A SimulationRuntime/ParModelica/auto/pm_graph_dump.hpp | | | A SimulationRuntime/ParModelica/auto/pm_graph_dump.inl | | | A SimulationRuntime/ParModelica/auto/pm_level_scheduler.hpp | | | A SimulationRuntime/ParModelica/auto/pm_level_scheduler.inl | | | A SimulationRuntime/ParModelica/auto/pm_load_xml.inl | | | A SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp | | | A SimulationRuntime/ParModelica/auto/pm_task_system.hpp | | | A SimulationRuntime/ParModelica/auto/pm_task_system.inl | | | A SimulationRuntime/ParModelica/auto/pm_timer.hpp | | | A SimulationRuntime/ParModelica/auto/pm_utility.cpp | | | A SimulationRuntime/ParModelica/auto/pm_utility.hpp | | | A SimulationRuntime/ParModelica/auto/pm_win_timer.cpp | | | A SimulationRuntime/ParModelica/auto/test_task_graph.cpp | | | | | * commit a7a5c11fd31f6ddf60650571c9ae5d17f5536e3c | | | Author: OpenModelica Hudson | | | Date: Mon Apr 28 09:01:53 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit de667642ed50ff70130f9e33c3c6143f602a3a37 | | | Author: Volker Waurich | | | Date: Mon Apr 28 09:00:13 2014 +0000 | | | | | | - rewritten evaluation of if statements | | | - removed some unused stuff in EvaluateFunctions.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit ff516f6091598b35c7aa360263ed072a917b9452 | | | Author: OpenModelica Hudson | | | Date: Mon Apr 28 06:47:29 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | | | * commit 42ce73752ab26a1e0ec6465da7a0abc343f073d2 | | | Author: Marcus Walther | | | Date: Mon Apr 28 06:40:45 2014 +0000 | | | | | | - added kinsol support to ANALYZATION_MODE | | | - simple scorep-trace macro for cvode-initialization added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 1b251bed45c54a04ae2003f4c5f91e7cce2d74d3 | | | Author: Adrian Pop | | | Date: Mon Apr 28 01:23:18 2014 +0000 | | | | | | - use normal malloc / free as GC_malloc seems to have issues | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit deb3809f5ef19a8591fe5466a8fccc9ac3a0a4ae | | | Author: Adrian Pop | | | Date: Mon Apr 28 00:54:40 2014 +0000 | | | | | | - crappy MSVC compilers do not know stack array of size given by input argument | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit 1da8afabd5b6d09915d41a4754002d8493786981 | | | Author: Martin Sjölund | | | Date: Fri Apr 25 19:09:11 2014 +0000 | | | | | | Improve make clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 8337c897bdf3fab49785be88f79d486a8c25fca1 | | | Author: Martin Sjölund | | | Date: Fri Apr 25 14:41:54 2014 +0000 | | | | | | Fix the include directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 5145f408b0a4cfb3a8ddb7b3a8e0033b0865b8f8 | | | Author: Martin Sjölund | | | Date: Fri Apr 25 14:31:34 2014 +0000 | | | | | | Some improvements to make qtclean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit b9c8d32df269da5ed50f9cd37a26f31aa2adb472 | | | Author: Martin Sjölund | | | Date: Fri Apr 25 14:16:17 2014 +0000 | | | | | | When running the profiler, also output a smaller prof.json in addition to the xml | | | - The OMEdit transformations browser will now look at the prof.json and display a summary for the profile blocks | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/modelinfo.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 67b87e28ffc2f3781ac74ec1accb172934f43848 | | | Author: OpenModelica Hudson | | | Date: Fri Apr 25 13:52:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 61dfb88ae01c7bf4002beffffb805cc34489a8b5 | | | Author: Volker Waurich | | | Date: Fri Apr 25 13:27:43 2014 +0000 | | | | | | - update partial function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit e5e79f27e29d8c7bdc70b7e22bebd6d5022ebc41 | | | Author: Adeel Asghar | | | Date: Fri Apr 25 13:14:48 2014 +0000 | | | | | | - Added variability, initial & derivative attributes for ScalarVariable tag for fmi 2.0 modelDescription.xml file. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 3e723dcbfe50ae9a11700fd9ffcba4ff16c09f44 | | | Author: Martin Sjölund | | | Date: Fri Apr 25 11:19:07 2014 +0000 | | | | | | Avoid using the susan_codegen directory since it does not use the configured OMC | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/susan_codegen/Makefile | | | M Compiler/susan_codegen/TplCodegen.mo | | | | | * commit b93d35ef49e641257fc0234b61d2ff68ad38c855 | | | Author: OpenModelica Hudson | | | Date: Fri Apr 25 07:08:49 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f67bc64f498510238a279b94e01f6f8b8926b7bf | | | Author: Volker Waurich | | | Date: Fri Apr 25 07:07:08 2014 +0000 | | | | | | - added debug dump flag for partial function evaluation | | | - fix for removing replacements in tuple assignments | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 90ba752ba4313ec00f8f5b452a866c19669c8659 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 24 15:22:10 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit caa8811cc1433f9f18be29e592c7fdff2deaeae0 | | | Author: Volker Waurich | | | Date: Thu Apr 24 15:17:03 2014 +0000 | | | | | | - added function to output the SimCode.SimEqSys for a given var index | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit b0600d6ed0266398401269aba9ee45afac2d9b28 | | | Author: Niklas Worschech | | | Date: Thu Apr 24 15:00:50 2014 +0000 | | | | | | modified Kinsol for cpp runtime (fix for NaN) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 23d2543fc432e491ff19fdbe9ff042b821435917 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 24 14:10:31 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit d6e70f57d1f32f5e68c115d2414f2ea19c2e4ac5 | | | Author: Volker Waurich | | | Date: Thu Apr 24 13:57:09 2014 +0000 | | | | | | - update varKind after partial function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 5490f3b68ce16ccda17c515a4477e9ce4aa52590 | | | Author: Martin Sjölund | | | Date: Thu Apr 24 13:37:22 2014 +0000 | | | | | | Fixes #2675 (functions returning function pointers) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 70820de48342d51e3d4c98cbaa548c1d340fc08d | | | Author: OpenModelica Hudson | | | Date: Thu Apr 24 12:58:24 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 6324d8f03e7e3a6af488e90ab204ea6d9d66a141 | | | Author: Per Östlund | | | Date: Thu Apr 24 12:56:43 2014 +0000 | | | | | | Fix for #2642: | | | - Rewrote handling of builtin attributes to be less repetitive. | | | - Added detection of duplicated modifiers on builtin types. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit be7769ae87d4052e8a4ce9fd3f1462f092297f6b | | | Author: Martin Sjölund | | | Date: Thu Apr 24 11:59:16 2014 +0000 | | | | | | Replace measureTime=true with +d=measureTime in buildModel/etc | | | - Fix code generation for profiling of function calls (was disabled) | | | - Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Main/Main.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 7aebf91c358df9b210c1ce7dc0edcb24b342328d | | | Author: OpenModelica Hudson | | | Date: Thu Apr 24 09:33:36 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 6ae89c3379df8c8abe78c45c8f4cdd9b2bda0166 | | | Author: Volker Waurich | | | Date: Thu Apr 24 09:21:02 2014 +0000 | | | | | | - some fixes for tuple statements in partial function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit e9abc0059ccdd56ec317317cc4c61e56c791d7e9 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 24 08:56:37 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit 09b5ee3fc5156e6846bc6c5cbf421a58e246f5e0 | | | Author: Niklas Worschech | | | Date: Thu Apr 24 08:54:56 2014 +0000 | | | | | | modified Kinsol for cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit decae7ffc140a6dce2a79cc6e1f13bc6e82b0a8c | | | Author: Martin Sjölund | | | Date: Thu Apr 24 06:54:04 2014 +0000 | | | | | | Cannot refactor everything that the compiler gives notifications about | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit 909f51a4dd868bc1cfb2c5e4e82b945c5ff5e154 | | | Author: Martin Sjölund | | | Date: Thu Apr 24 06:22:12 2014 +0000 | | | | | | Fix for libraries that begin with the same prefix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/PlotLibraryTrend.sh | | | | | * commit 1302eba4e454b0a17805e80b7a6a9e1785f7dc7f | | | Author: Martin Sjölund | | | Date: Wed Apr 23 14:31:16 2014 +0000 | | | | | | Fix info.json-file | | | - Generate all equation kinds | | | - Tested by parsing all generated json in the testsuite | | | - Generate function names | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit dc89026cd0504c5a0665102b173337a4529e3dd3 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 23 14:10:01 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit f3cfdd2087063113bdfa05a1eec6b8a282d1cf3a | | | Author: Per Östlund | | | Date: Wed Apr 23 13:53:39 2014 +0000 | | | | | | Fix for #2644: | | | - Make iterators have precedence when evaluating interactive statements. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 263877e19e195700a968ccaef5a58cba700fc76e | | | Author: Niklas Worschech | | | Date: Wed Apr 23 13:52:34 2014 +0000 | | | | | | added array functions for promote,transpose, create_from_shape | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | | | * commit 227a29bfab7723c8e65699c40e001e6a056edf88 | | | Author: Volker Waurich | | | Date: Wed Apr 23 13:15:05 2014 +0000 | | | | | | - fixed getSimEqsOfSimVar for state variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 8128b724ce8a7bd903a88a8939f47ea1f3fa113a | | | Author: OpenModelica Hudson | | | Date: Wed Apr 23 12:57:59 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit f2352478f498456844812a2b620bc03ac45edbee | | | Author: Lennart Ochel | | | Date: Wed Apr 23 12:53:37 2014 +0000 | | | | | | - add EquationKind to BackendDAE.Equation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Util/List.mo | | | | | * commit deae72268a87a831dd9c5031b0d6ee4973f4f621 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 23 12:21:03 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 05a47013f25a152af8dff93df7866aca8f1d0bd7 | | | Author: Adeel Asghar | | | Date: Wed Apr 23 11:13:27 2014 +0000 | | | | | | - Added ModelVariables tag for fmi 2.0 modelDescription.xml file (not complete yet). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit cc344daebf36c1d88256ea85b6b83873b0070be1 | | | Author: Per Östlund | | | Date: Wed Apr 23 10:36:46 2014 +0000 | | | | | | - An empty matrix is always constant. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 599f6c777add4b2839bb23424b659cfe7cd55c4b | | | Author: Volker Waurich | | | Date: Wed Apr 23 06:44:48 2014 +0000 | | | | | | - some features for partial function evaluation: cast support, expand tuple equation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit b4466e2f8013ab0e871ee3b4314890c0e5bbf36e | | | Author: Per Östlund | | | Date: Tue Apr 22 16:04:28 2014 +0000 | | | | | | - Fix tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit abe375db2d112a34ed8a468a79da3ea054fc606b | | | Author: Per Östlund | | | Date: Tue Apr 22 15:39:49 2014 +0000 | | | | | | - Fix rml compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit bfefaaa451b46a0f0b259b9f989b2e1b8528be3e | | | Author: Per Östlund | | | Date: Tue Apr 22 15:33:11 2014 +0000 | | | | | | Fix for #2668: | | | - Fixed simplification rule for matrix +/- array so that it doesn't swap lhs and rhs. | | | - Some optimizations for ExpressionSimplify. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 7d6b0fb2c18bb15d7c6c65ecd4d412e7e8ecef2e | | | Author: Niklas Worschech | | | Date: Tue Apr 22 13:26:30 2014 +0000 | | | | | | fix for Kinsol in cpp runtime, added scaling of variables vector | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 536a88f9b997ec8a0504532a63610a21fc863073 | | | Author: Adeel Asghar | | | Date: Tue Apr 22 12:39:57 2014 +0000 | | | | | | - Validate the FMU version argument. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | | | * commit 0a4d7edfb1e71be3e98ce9742e4defd998378f48 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 22 08:15:58 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | | | * commit e72c964b6f096b7715b090298dd9c9541f2389ba | | | Author: Niklas Worschech | | | Date: Tue Apr 22 08:13:51 2014 +0000 | | | | | | Fixes for KinSol in CPP Runtime (now default) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | | | * commit f7daf5c2ba64858d6e4d292b142efff27fdfbdc1 | | | Author: Martin Sjölund | | | Date: Tue Apr 22 06:55:05 2014 +0000 | | | | | | CXX=$(CXX) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit d0ce701221a4b6eda666969876866e5a05d22e40 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 22 00:40:41 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphStream.mo | | | | | * commit 3bb32eb967e0ec61ac46c5d473665ec44456dca7 | | | Author: Adrian Pop | | | Date: Tue Apr 22 00:32:37 2014 +0000 | | | | | | - replace list with Env.Env | | | - FFrontEnd: | | | * add names for edges | | | * resolve component types after constrainedby and class extends | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphStream.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit 6bcf8a5c2ec4c8b313d0abe6a1946a3e3888b22b | | | Author: OpenModelica Hudson | | | Date: Mon Apr 21 21:47:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphStream.mo | | | M Compiler/FFrontEnd/FNode.mo | | | | | * commit bdc2615d4fdcc947f938356078098d272aefc29c | | | Author: Adrian Pop | | | Date: Mon Apr 21 21:45:12 2014 +0000 | | | | | | - some small fixes and changes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphStream.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/Util/GraphStream.mo | | | | | * commit 5c052ac6aa4cd22d456b67ffaba0f09ba29a6658 | | | Author: Adrian Pop | | | Date: Sat Apr 19 06:08:01 2014 +0000 | | | | | | - propagate build flags! | | | - add more deps | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 253787831fc051d70d0154e0dea592602ff65f0e | | | Author: Adrian Pop | | | Date: Sat Apr 19 05:27:45 2014 +0000 | | | | | | - more dependencies. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit f434642820c6ac2c057ac4a5183ad1780c44d906 | | | Author: Adrian Pop | | | Date: Sat Apr 19 05:21:53 2014 +0000 | | | | | | - more linking | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | | | * commit 3631fc065a99ebde6068fc17ab0303347de32293 | | | Author: Adrian Pop | | | Date: Sat Apr 19 05:09:17 2014 +0000 | | | | | | - bah, of course the freaking bootstrapped stuff needs to be different. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/GraphStreamExt_omc.cpp | | | M Compiler/runtime/Makefile.common | | | | | * commit b5e40d00889fa3eea9d0387d0171a818b0183b60 | | | Author: Adrian Pop | | | Date: Sat Apr 19 04:55:59 2014 +0000 | | | | | | - add proper dependencies for GraphStreamExt*.c* | | | - import Util, duh | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/GraphStream.mo | | | M Compiler/runtime/Makefile.common | | | | | * commit 65420245189e07fd9210fc8ff0f665ded945d2d2 | | | Author: Adrian Pop | | | Date: Sat Apr 19 04:52:19 2014 +0000 | | | | | | - fix Linux build | | | - call the viewer from share/omc/java, not 3rdParty | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/GraphStream.mo | | | | | * commit 237be590a5ec461e18deff081eb74607a58bb854 | | | Author: Adrian Pop | | | Date: Sat Apr 19 04:17:26 2014 +0000 | | | | | | - actually build libnetstream.a on Linux. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit e8198d33f71aaaddb83138e7e58d6b591d02871d | | | Author: Adrian Pop | | | Date: Sat Apr 19 04:00:54 2014 +0000 | | | | | | - include unistd.h for sleep | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/GraphStreamExt_impl.cpp | | | | | * commit a4e635a53f0b36989035e90ae6541d79acc4a27d | | | Author: OpenModelica Hudson | | | Date: Sat Apr 19 03:53:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FGraphStream.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/Util/GraphStream.mo | | | M Compiler/Util/GraphStreamExt.mo | | | M Compiler/Util/Util.mo | | | | | * commit 63502111990abcbfda9d87370170de0d05e7f4d7 | | | Author: OpenModelica Hudson | | | Date: Sat Apr 19 03:52:51 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/GraphStreamExt_impl.cpp | | | M Compiler/runtime/GraphStreamExt_omc.cpp | | | M Compiler/runtime/GraphStreamExt_rml.cpp | | | | | * commit 4f9d823d70b59943ddc82765d7b86d306f8a4cef | | | Author: Adrian Pop | | | Date: Sat Apr 19 03:49:57 2014 +0000 | | | | | | - display graph on the fly via GraphStream (later we can support Gephi easily) | | | - some minor changes to FFrontEnd/ files | | | - i guess Linux builds will break but i'll fix them | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | A Compiler/FFrontEnd/FGraphStream.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | A Compiler/FFrontEnd/FMod.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Flags.mo | | | A Compiler/Util/GraphStream.mo | | | A Compiler/Util/GraphStreamExt.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/omc_release/Makefile.in | | | A Compiler/runtime/GraphStreamExt_impl.cpp | | | A Compiler/runtime/GraphStreamExt_omc.cpp | | | A Compiler/runtime/GraphStreamExt_rml.cpp | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | | | * commit 884cfb4214cb7375f09991a5a33cf92523b852a9 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 17 18:11:56 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit 7b72abd2abfa7c6faefad98456db4baf51735d2c | | | Author: Michael Kloeppel | | | Date: Thu Apr 17 18:09:48 2014 +0000 | | | | | | Fixes issues with some of the test cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | * commit 70778470b9bc3749e3c56c509ddd665afb2ebad8 | | | Author: Martin Sjölund | | | Date: Thu Apr 17 13:55:41 2014 +0000 | | | | | | Fix the broken merge of r20192 and r20194 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 79ac4334b4b4be3772ecfd9075a6d991ef12f07b | | | Author: Martin Sjölund | | | Date: Thu Apr 17 13:44:56 2014 +0000 | | | | | | Remove unused assignments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit 804a17570ccb1809f5719897eb8f25c535b57609 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 17 13:19:12 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 29db969ac3d169a012d1faf4390e388e9335950c | | | Author: Volker Waurich | | | Date: Thu Apr 17 13:16:56 2014 +0000 | | | | | | - next working status for partial function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 670d4afd0dfbb280ddd08426b4e3dcad00d68742 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 17 10:41:52 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit 9be37e8be03e78b942b51c38bccce37d0ec82354 | | | Author: Willi Braun | | | Date: Thu Apr 17 10:39:44 2014 +0000 | | | | | | - fixes for fmi-export(#2664) | | | - removed ringbuffer usage | | | - activated logging | | | - fixed InOutTest testcase | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit 405996641ed0a2d15e934dfaa0cb05769c2c8b41 | | | Author: Martin Sjölund | | | Date: Thu Apr 17 09:48:25 2014 +0000 | | | | | | Remove some more unused bindings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit 102a3ad7eb85f35dc901af4ff4f1bd1c19535a11 | | | Author: Adeel Asghar | | | Date: Wed Apr 16 23:12:34 2014 +0000 | | | | | | - Added TypeDefinitions & DefaultExperiment tags for fmi 2.0 modelDescription.xml file. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 84d622cd7259a7ecbb7f9bd3d01fd1d3bcc10417 | | | Author: Adeel Asghar | | | Date: Wed Apr 16 22:21:41 2014 +0000 | | | | | | - Added ModelExchange tag for fmi 2.0 modelDescription.xml file. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit fd129449a0bb6d5726a083fc51244eb987a6e261 | | | Author: Adeel Asghar | | | Date: Wed Apr 16 22:03:23 2014 +0000 | | | | | | - Added model's description/comment to fmi 1.0 modelDescription file. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 60e8e2a2dc46312f57659f05aba87f98e7d01920 | | | Author: Adeel Asghar | | | Date: Wed Apr 16 21:57:49 2014 +0000 | | | | | | - Generate the fmiModelDescription tag for fmi 2.0 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 0cd7e1d124f62e74e8312feb0fb30410b69f9d5f | | | Author: Per Östlund | | | Date: Wed Apr 16 17:42:06 2014 +0000 | | | | | | - Type fixes for outerProduct. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 07a0428b28e6736c010e55f365b03086ea4be0ea | | | Author: OpenModelica Hudson | | | Date: Wed Apr 16 15:02:43 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 1a29f88d512a40c21e16bbd627362b25c434e5f1 | | | Author: Martin Sjölund | | | Date: Wed Apr 16 14:47:59 2014 +0000 | | | | | | Updated the script to remove a few more unnecessary bindings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit d159d9ffdf048299872a03d88f70ba7bd5dd8e10 | | | Author: Volker Waurich | | | Date: Wed Apr 16 13:55:13 2014 +0000 | | | | | | - try to fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 65fb207952de566174e8513c2ef8b906a49c005f | | | Author: OpenModelica Hudson | | | Date: Wed Apr 16 13:49:28 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit abee0671bf12ce45e3c981c556d1071e814c5cdc | | | Author: Volker Waurich | | | Date: Wed Apr 16 13:40:43 2014 +0000 | | | | | | - addded functions getSimVarsInSimEq and getSimEqsOfSimVar | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 4f87cb23af2c366e3631e8c0b0cb9a6abd7c2ac0 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 16 13:11:42 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 1c5fc4c4df1144c811b5c9298b502cbab987b142 | | | Author: Volker Waurich | | | Date: Wed Apr 16 12:52:17 2014 +0000 | | | | | | - extended BackendMapping with matching information and dependency graph | | | - added function getReqSimEqsForSimVar | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Util.mo | | | | | * commit d4bcfaa9c24d304b49402d551c5fff3fbcb29231 | | | Author: Willi Braun | | | Date: Wed Apr 16 12:02:29 2014 +0000 | | | | | | - fixed #2667 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 530fedfefe11d55a9cf9ed97227c10064ba81f80 | | | Author: OpenModelica Hudson | | | Date: Wed Apr 16 11:56:19 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 63b588b143e8dd981ef19a759ee0b001c9ae69cf | | | Author: Per Östlund | | | Date: Wed Apr 16 11:27:46 2014 +0000 | | | | | | - Some cleanup of SCode. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 876732ada23f4c28baa61a59131b47d99ff240c4 | | | Author: Martin Sjölund | | | Date: Wed Apr 16 10:41:31 2014 +0000 | | | | | | Also ignore git directories | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit f30c28d3194cfaa544d0242796d41fcbd8d5a5af | | | Author: OpenModelica Hudson | | | Date: Wed Apr 16 09:06:22 2014 +0000 | | | | | | [Janitor mode] Fix whitespace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FFrontEnd/FTraverse.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenJS.tpl | | | M Compiler/Template/CodegenModelica.tpl | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Template/GraphvizDump.tpl | | | M Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/MessagePack.mo | | | M Compiler/Util/TaskGraphResults.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/runtime/matching_cheap.c | | | M Examples/dcmotor.mo | | | M Parser/ModelicaParserCommon.h | | | M Parser/ModelicaParser_rml.c | | | M Parser/Parser_omc.c | | | M Parser/Parser_rml.c | | | M Parser/main.c | | | M Parser/parse.c | | | M SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_string_lit.h | | | M SimulationRuntime/c/openmodelica_types.h | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/util/libcsv.c | | | M SimulationRuntime/c/util/libcsv.h | | | M SimulationRuntime/c/util/omc_msvc.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/uthash.h | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/FactoryExport.h | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/Modelica/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.h | | | M SimulationRuntime/cpp/Core/System/OMCppSystemTypeMap.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | M SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | M tools/OMCMonitor/OMCMonitor.c | | | M tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp | | | M tools/xml/flatmodelicaxml/flat_modelica_parser.cpp | | | M tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp | | | M tools/xml/modelicaxml/ModelicaXML.cpp | | | M tools/xml/modelicaxml/modelica_lexer.cpp | | | M tools/xml/modelicaxml/modelica_parser.cpp | | | M tools/xml/modelicaxml/modelica_tree_parser.cpp | | | | | * commit a8d62d9e699be531c1fbb9966264c8184b031c73 | | | Author: Martin Sjölund | | | Date: Wed Apr 16 08:57:54 2014 +0000 | | | | | | Make hudson trim trailing whitespace in addition to replacing tabs with spaces | | | - rtest was updated to allow whitespace at the end of a line | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 7331c110b92b7ee226bd3130ff4454b37ae1e57c | | | Author: Lennart Ochel | | | Date: Wed Apr 16 07:45:48 2014 +0000 | | | | | | - move InlineSolver.mo to Compiler/Unused/ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | R100 Compiler/BackEnd/InlineSolver.mo Compiler/Unused/InlineSolver.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit b5b94854a7e683c65cadacc8509ca4ae6c7a9b2c | | | Author: Volker Waurich | | | Date: Wed Apr 16 07:18:20 2014 +0000 | | | | | | - added SimCode.BackendMapping to store mapping information between backEnd structure and simCode structure | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 4a0fb3ffeb442bb780cdd3c7c77ee487c2145e6f | | | Author: Adeel Asghar | | | Date: Wed Apr 16 02:11:21 2014 +0000 | | | | | | - Generate separate include folders for fmi1 & fmi2. | | | - Create a definition & make file for fmi2. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 8f66424d913b576afc6591ccd57f64f87577a6a7 | | | Author: Adeel Asghar | | | Date: Wed Apr 16 01:07:44 2014 +0000 | | | | | | - Added fmu version argument to translateModelFMU (by default version is 1. Version 2 is not fully functional yet.) | | | - Copy fmi2 files. | | | - Started creating a modelDescrition.xml file for FMI2.0 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 454d886b32422f9fbce40ba6267939a11f3d017f | | | Author: Martin Sjölund | | | Date: Tue Apr 15 15:04:18 2014 +0000 | | | | | | Updated the parsing of info.xml | | | - Does not add a name for equations anymore. Added indexes to simulation xml output instead. | | | - Does not need a hashtable lookup from string to variable (we just store a list of variable names since that is all we used it for) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/varinfo.c | | | | | * commit c1e3cd23813323267a1a557d284ec81e0305b91c | | | Author: Martin Sjölund | | | Date: Tue Apr 15 14:05:32 2014 +0000 | | | | | | Strip out some old copyright notices on donated code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/FrontEnd/UnitAbsyn.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTable5.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/HashTableStringToPath.mo | | | | | * commit 8ace1b5a91b26029e9d74255eb76dc6869f13ad0 | | | Author: Jan Kokert | | | Date: Tue Apr 15 11:23:48 2014 +0000 | | | | | | Correcting mail address in readme | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-RELEASE.txt | | | | | * commit 72567e06227d959a55a9032b6fafb29a4acbfc7e | | | Author: Martin Sjölund | | | Date: Tue Apr 15 10:19:01 2014 +0000 | | | | | | Skip assertion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit e01dca8b41b64c4a5c1716d2ce69518c856ca812 | | | Author: Martin Sjölund | | | Date: Tue Apr 15 10:05:39 2014 +0000 | | | | | | Fix bad typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 568de058cd46e6c77bb437c1c66dd2a4b01d4c53 | | | Author: Martin Sjölund | | | Date: Tue Apr 15 08:39:21 2014 +0000 | | | | | | Actually pass a struct... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 5d4cc5af0228437b15066c3fcb0b78ed2ccb3007 | | | Author: Martin Sjölund | | | Date: Tue Apr 15 08:37:22 2014 +0000 | | | | | | Improve code readability | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 08493ff8d5dacfff215c343ef817c154e46d4376 | | | Author: Martin Sjölund | | | Date: Tue Apr 15 08:20:07 2014 +0000 | | | | | | Re-run susan to remove copyright notice... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/Unparsing.mo | | | | | * commit fa54533744d00da0eeda2a6e8ddfc992dd28e17e | | | Author: Martin Sjölund | | | Date: Tue Apr 15 08:03:54 2014 +0000 | | | | | | Updated copyright notices to 2014 | | | - The script uses regex to update copyright notices since we have different years in there | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEFunc.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSchedulerExt.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/TaskGraphExt.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FFrontEnd/FTraverse.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ExpressionSimplifyTypes.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFConnect2.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFEvalFunction.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstDump.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFSCodeStatic.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsyn.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Database.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/DynLoad.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/Util/File.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashSetString.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTable5.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableExpToExp.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/HashTableStringToPath.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/IOStreamExt.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/TaskGraphResults.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/fix-license-header.py | | | M Compiler/susan_codegen/TplCodegen.mo | | | M SimulationRuntime/c/fmi/FMI1CoSimulation.c | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | M SimulationRuntime/c/fmi/FMICommon.c | | | M SimulationRuntime/c/meta/gc/mmc_gc.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_catch.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/meta/meta_modelica_string_lit.c | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/OldModelicaTables.c | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/generic_array.c | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/read_csv.c | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/varinfo.c | | | | | * commit aad940631e0ad23482d4ed0fa3509667afa0fb6e | | | Author: Martin Sjölund | | | Date: Tue Apr 15 07:23:37 2014 +0000 | | | | | | Update license headers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/UnitAbsyn.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/Database.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTable5.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableExpToExp.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/HashTableStringToPath.mo | | | D Compiler/Util/RTOpts.mo | | | D Compiler/Util/RTOptsData.mo | | | M Compiler/boot/fix-license-header.py | | | | | * commit a54fce9f5417a68f534434da1762465589794e7b | | | Author: Martin Sjölund | | | Date: Tue Apr 15 07:05:40 2014 +0000 | | | | | | Disable SerializeModelInfo until we update the bootstrapping tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 21476b875ecfce78a289e1e12b10b31d02750e86 | | | Author: Martin Sjölund | | | Date: Tue Apr 15 06:55:35 2014 +0000 | | | | | | Fix unparsing of newlines in string comments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 863ecbb33d42adaa6e99a13c6b7930c0ec0566d4 | | | Author: Martin Sjölund | | | Date: Tue Apr 15 05:04:44 2014 +0000 | | | | | | Update runtime code to OSMC-PL 1.2 runtime license (BSD 3-clause, GPLv3, or OSMC-PL conditions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/linearization/linearize.h | | | M SimulationRuntime/c/meta/gc/mmc_gc.c | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica_catch.c | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/meta/rml_compatibility.h | | | M SimulationRuntime/c/omc_inline.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/openmodelica_types.h | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/interfaceOptimization.h | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.h | | | M SimulationRuntime/c/simulation/solver/delay.h | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.h | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.h | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.h | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/simulation_inline_solver.h | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/ModelicaUtilitiesExtra.h | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/generic_array.h | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/index_spec.h | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/java_interface.h | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/list.h | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/memory_pool.h | | | M SimulationRuntime/c/util/modelica.h | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/read_csv.c | | | M SimulationRuntime/c/util/read_csv.h | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/read_write.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | M SimulationRuntime/c/util/varinfo.c | | | M SimulationRuntime/c/util/varinfo.h | | | | | * commit dd13b0aa04da5bbbb5cd2d9a6b140a97cb780687 | | | Author: Martin Sjölund | | | Date: Mon Apr 14 15:50:03 2014 +0000 | | | | | | RML fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit c1eae01c53975e2a11a6e8d37976e3ed356fd35f | | | Author: Martin Sjölund | | | Date: Mon Apr 14 14:59:58 2014 +0000 | | | | | | Various fixes | | | - Fix bootstrapping | | | - Fix unparsing of string comments | | | - Update OSMC-PL header in Compiler/*/*.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEFunc.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSchedulerExt.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/TaskGraphExt.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FFrontEnd/FCore.mo | | | M Compiler/FFrontEnd/FExpand.mo | | | M Compiler/FFrontEnd/FGraph.mo | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FInst.mo | | | M Compiler/FFrontEnd/FLookup.mo | | | M Compiler/FFrontEnd/FNode.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | M Compiler/FFrontEnd/FTraverse.mo | | | M Compiler/FFrontEnd/FVisit.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ExpressionSimplifyTypes.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFConnect2.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFEvalFunction.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstDump.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFSCodeStatic.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/DynLoad.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/File.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashSetString.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/IOStreamExt.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/RTOptsData.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/TaskGraphResults.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/Makefile.in | | | A Compiler/boot/fix-license-header.py | | | M Makefile.common | | | | | * commit 62f4a2e3e14b5186e682343268887dbcd9a4bc62 | | | Author: Per Östlund | | | Date: Mon Apr 14 14:57:55 2014 +0000 | | | | | | - Handle caching of function type instantiation better. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 80df834a3d1edceb68fd29fe8d0fe613ef4b26f5 | | | Author: Per Östlund | | | Date: Mon Apr 14 14:31:47 2014 +0000 | | | | | | Fix for #2662: | | | - Remove equations and algorithms from base classes too when instantiating a | | | function type. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit c8275d3fec09d9e776961322503b58f0876df670 | | | Author: Martin Sjölund | | | Date: Mon Apr 14 14:19:05 2014 +0000 | | | | | | Comment out import like I intended to | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | | | * commit 1eaa01350fee6f6ce89b299ff0ca2cc3c66b607b | | | Author: Martin Sjölund | | | Date: Mon Apr 14 14:14:51 2014 +0000 | | | | | | Switch the msgpack serialization for JSON using Util/File.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | A Compiler/Util/File.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/Makefile.in | | | M Makefile.common | | | | | * commit 5b8623521a4bd3610198a808ccd1136a17f0bce1 | | | Author: Jim Nutaro | | | Date: Mon Apr 14 12:55:38 2014 +0000 | | | | | | Updates and fixes for the Adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit a42b035a31980ab1d490d63a74addbb21636cbac | | | Author: Leonardo Laguna | | | Date: Mon Apr 14 12:42:41 2014 +0000 | | | | | | - Adds List.fold3r function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 483c72e2f84bc19ec286e11a7ff7beca7a45edfb | | | Author: Per Östlund | | | Date: Mon Apr 14 12:35:52 2014 +0000 | | | | | | - Fix configure. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 8410870ec5553b8d1ba512ae4f906d6428613d2b | | | Author: Willi Braun | | | Date: Mon Apr 14 12:01:29 2014 +0000 | | | | | | - fix non c89 comments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit b9be1dfcde986a3576314fffb9f895d0f0c10bcf | | | Author: Willi Braun | | | Date: Mon Apr 14 11:20:41 2014 +0000 | | | | | | - added some white lines to dumpeqninorder to make it more readable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 61edba131b0e79b329fb9b6d892f877e5e70cbfb | | | Author: Willi Braun | | | Date: Mon Apr 14 11:01:41 2014 +0000 | | | | | | - added differention rule for DAE.WILD() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 97a7c2a584ae136047a1db6246875cf0fdc3fdf1 | | | Author: Michael Kloeppel | | | Date: Mon Apr 14 08:08:50 2014 +0000 | | | | | | Changed step sizes in numeric evaluation of the Jacobian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | | | * commit 3206e8e2fc8cbc9d2bf5b1f6e4dd4b9b529e8df1 | | | Author: Martin Sjölund | | | Date: Fri Apr 11 16:34:18 2014 +0000 | | | | | | Allow external objects to be passed in polymorphic function calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit c15067e493635c529f0ceec8c6b2280b7e2fa71b | | | Author: Adeel Asghar | | | Date: Fri Apr 11 14:15:55 2014 +0000 | | | | | | #2626 | | | - Support fmiset* and type generations for the co-simulation FMUs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 931b0614125bdf42b304a0bb1d8f28873d3c4d9d | | | Author: Martin Sjölund | | | Date: Fri Apr 11 14:13:14 2014 +0000 | | | | | | Improve error-message for type mismatch in function calls when there is only one candidate function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 823982233eec1bd4e65ef1bbedc2e6cf443a18ae | | | Author: Martin Sjölund | | | Date: Fri Apr 11 13:48:06 2014 +0000 | | | | | | Check the path without +d=failtrace | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Makefile.in | | | | | * commit 39d0daee6ae2df3809759bbea429c6bf3eeb7381 | | | Author: Martin Sjölund | | | Date: Fri Apr 11 13:40:58 2014 +0000 | | | | | | Only run templates if the omc executable exists | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Makefile.in | | | M Compiler/omc_release/Makefile.in | | | | | * commit fcd664742ea4aece7b0ae5e67fa5b17bf361f658 | | | Author: Martin Sjölund | | | Date: Fri Apr 11 13:30:22 2014 +0000 | | | | | | Use the nolink target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | M Makefile.in | | | | | * commit 5890f748b7c2dfb292726f15ab07b8b98e9e52cd | | | Author: Adeel Asghar | | | Date: Fri Apr 11 13:08:42 2014 +0000 | | | | | | #2623 | | | - Use the extracted FMU path for resources. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 6498a4c965f150c7e4b03b4415454d3752d9883a | | | Author: Volker Waurich | | | Date: Fri Apr 11 12:12:58 2014 +0000 | | | | | | - do not take all useless statements in the partial function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit ac1d0e91aefddcc695e6b5137187fe20fe6c1eb2 | | | Author: Martin Sjölund | | | Date: Fri Apr 11 11:42:01 2014 +0000 | | | | | | OSX fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 0b9695ef3c17f0fd04d1dd1572f70cbf9e1341ff | | | Author: Willi Braun | | | Date: Fri Apr 11 11:28:15 2014 +0000 | | | | | | - added zero cases for differentiation rule of pow | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 98a0a9ff004beec7a77251e8d0bd7d4ffc6b5deb | | | Author: Adrian Pop | | | Date: Fri Apr 11 11:22:21 2014 +0000 | | | | | | - if -lcdaskr is part of -lSimulationRuntime remove it from config.h Windows linking flags! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit a19abcad4a06a886657306a42feb586da0efbebf | | | Author: Per Östlund | | | Date: Fri Apr 11 10:10:02 2014 +0000 | | | | | | - Functions are also classes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFLookup.mo | | | | | * commit 0da42805463f9c708f80a5792a901e7d1582ab88 | | | Author: Martin Sjölund | | | Date: Fri Apr 11 08:52:22 2014 +0000 | | | | | | Update Absyn expression traversal | | | - Takes two arguments instead of a tuple (to reduce the number of allocations) | | | - traverseExp now just calls traverseExpBidir (with one argument being a dummy function) | | | - This means some expression types not handled by traverseExp now works (like traversing match expressions) | | | - Some fixes for using external objects in polymorphic functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/RewriteRules.mo | | | | | * commit 2cbc4481e364d2fd083b3e94195c5874543e0172 | | | Author: Volker Waurich | | | Date: Fri Apr 11 07:16:00 2014 +0000 | | | | | | - optimized replacement management in partial function evaluation | | | - changed BackendVarTransform.removeReplacement, it only needs a key and not a replacement | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit 4c4d7061bd1d8fc265f974bcaf428cbd5a189928 | | | Author: Martin Sjölund | | | Date: Fri Apr 11 05:35:37 2014 +0000 | | | | | | Since we use a static version of cdaskr, do not put it in build/lib/omc | | | - We now put it inside the libSimulationRuntimeC.a object (it was already statically linked into the shared object versions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | | | * commit 4c5375f2d2d240d33cc379ef921f99d41dfca636 | | | Author: Adrian Pop | | | Date: Thu Apr 10 23:22:39 2014 +0000 | | | | | | - fix the debugger on Windows: the filenames changed to form: X:/path/to/file.mo instead of X:\path\to\file.mo due to some changes on handling realpath. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | | | * commit 80dc8da809d97e4a16546d1f476978c85e859ea1 | | | Author: Adrian Pop | | | Date: Thu Apr 10 20:05:47 2014 +0000 | | | | | | - another attempt to fix OSX build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 094125f1641cbc598bcb0557e7362d9ed552d0ea | | | Author: Adrian Pop | | | Date: Thu Apr 10 19:54:04 2014 +0000 | | | | | | - fix CPP runtime compilation on MinGW (static libcminpack.a on MinGW) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | | | | | * commit 5da5b0469217caa2bc1bbbbd596026ed1e0b8eef | | | Author: Adrian Pop | | | Date: Thu Apr 10 19:31:08 2014 +0000 | | | | | | - attempt a OSX build fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1b661e9bdd857bab6e756266cbcf40d8f7c0b099 | | | Author: Adrian Pop | | | Date: Thu Apr 10 18:18:43 2014 +0000 | | | | | | - fix Windows MSVC stuff in SimulationRuntime/c/math-support/CMakeLists.txt as some files vanished | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | | | * commit f66d1b88a794a01ec256a25be28e96901fc50f10 | | | Author: Adrian Pop | | | Date: Thu Apr 10 18:05:37 2014 +0000 | | | | | | - attempt to fix non-Windows builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit afb13111c6cc8cd1ae2067210d53aebab6df5962 | | | Author: Martin Sjölund | | | Date: Thu Apr 10 17:24:33 2014 +0000 | | | | | | Fixed a bug where a polymorphic function input is a function variable returning two values, one of which is of polymorphic tuple type | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit cb9febeca65065b8933b9c9d685d0e6d3229d2cf | | | Author: Adeel Asghar | | | Date: Thu Apr 10 12:43:21 2014 +0000 | | | | | | - Link with static lib of CMinpack for Windows. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 5e248e5663bae3b4933e52e44aeb1a48f7b222ca | | | Author: Adrian Pop | | | Date: Thu Apr 10 11:51:34 2014 +0000 | | | | | | - attempt to fix Windows build (vasprintf) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 1f888988dd65aed887ce138c3dc22f2ae9a7702e | | | Author: Willi Braun | | | Date: Thu Apr 10 11:34:48 2014 +0000 | | | | | | - switch non-linear solver hybrid from f2c version to cminpack version. | | | - fixed some issues | | | - removed old f2c version from math-support | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/config.h | | | M Makefile.common | | | D SimulationRuntime/c/math-support/dogleg.c | | | D SimulationRuntime/c/math-support/dpmpar.c | | | D SimulationRuntime/c/math-support/enorm.c | | | D SimulationRuntime/c/math-support/fdjac1.c | | | D SimulationRuntime/c/math-support/hybrd.c | | | D SimulationRuntime/c/math-support/hybrd1.c | | | D SimulationRuntime/c/math-support/hybrj.c | | | D SimulationRuntime/c/math-support/qform.c | | | D SimulationRuntime/c/math-support/qrfac.c | | | D SimulationRuntime/c/math-support/r1mpyq.c | | | D SimulationRuntime/c/math-support/r1updt.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation_data.h | | | M configure.in | | | | | * commit 5f020a04d8030d02f58b76afb32594788a7e9cab | | | Author: Volker Waurich | | | Date: Thu Apr 10 10:09:08 2014 +0000 | | | | | | - added function BackendVarTransform.removeReplacement | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 31e17f0975a73e90aaf4ea30b602a04a4b17f6b5 | | | Author: Volker Waurich | | | Date: Thu Apr 10 09:58:11 2014 +0000 | | | | | | - added debugflag implOde to activate implicite codegen | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 0783070fe1c5a9b51d46c3b05b758d34001d6b55 | | | Author: Martin Sjölund | | | Date: Thu Apr 10 08:52:37 2014 +0000 | | | | | | Add missing file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/c/util/ModelicaUtilitiesExtra.h | | | | | * commit 9c895fb5abeb2d791e29839e162c361b149d68bd | | | Author: Martin Sjölund | | | Date: Thu Apr 10 08:34:33 2014 +0000 | | | | | | Error handling updates | | | - Strip trailing whitespace from error-messages (error-messages add a trailing newline by default; we do not want 2 of them) | | | - Register Modelica*Error functions in ErrorExt.mo (for the bootstrapped compiler) | | | - This means we can use Modelica libraries and simply treat ModelicaError in an external function as Error.addMessage + throw() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/runtime/ErrorMessage.cpp | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/Error_rml.cpp | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | | | * commit df5e73719956410502db6257ba2282dc6d5a0ef3 | | | Author: Adeel Asghar | | | Date: Thu Apr 10 02:15:55 2014 +0000 | | | | | | - Generate the multiple type definition code only once. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 0adf6b6d88f574f35b739b0a0b3a5361d15df9ea | | | Author: Volker Waurich | | | Date: Wed Apr 9 15:34:18 2014 +0000 | | | | | | - push next working status of partial function evaluation including: | | | - correct path names for new functions | | | - prediction of if-outputs with not-evaluable cases | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit a6b57e5a451656043cf3b0d04ea21a347f0ed32d | | | Author: Martin Sjölund | | | Date: Wed Apr 9 13:40:57 2014 +0000 | | | | | | Do a real string unescape for the Include annotation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 9941187ddf1418f59d03cb04087ea1ea516cd2b7 | | | Author: Volker Waurich | | | Date: Wed Apr 9 12:40:50 2014 +0000 | | | | | | - preserve the element type in DAEUtil.varCref | | | - added function DAEUtil.getTupleExps | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit ee92903fa1223dcad47c39f7cd05438b4586c95e | | | Author: Adeel Asghar | | | Date: Wed Apr 9 12:26:50 2014 +0000 | | | | | | - Use the mapping function to convert integer to enumertation for generated Modelica code from FMU. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 8956c5d107345a0dcc1243e6017784dcd47b5003 | | | Author: Martin Sjölund | | | Date: Wed Apr 9 11:53:56 2014 +0000 | | | | | | Adding new DAE.Element: INITIAL_NORETCALL (for initial equation sections) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 280dea420b91b5babe51bcc0d6494120143b5bf0 | | | Author: Lennart Ochel | | | Date: Wed Apr 9 10:15:04 2014 +0000 | | | | | | - fix typos | | | - add functions to dump matching information | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/runtime/matching_cheap.c | | | M Compiler/runtime/matchmaker.h | | | | | * commit 55169d2052694ac12e14a788bdfc103c62bca580 | | | Author: Adrian Pop | | | Date: Wed Apr 9 01:57:35 2014 +0000 | | | | | | - rename impure to impure_ | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 8eba766184f86dc65ca6e81c3d189d3288b5b529 | | | Author: Martin Sjölund | | | Date: Tue Apr 8 15:17:03 2014 +0000 | | | | | | Updated the MessagePack implementation. | | | - It handles everything now, but size is not much less than JSON due to being mostly maps and strings so I might re-implement it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/MessagePack.mo | | | M Compiler/boot/include/msgpack-modelica.h | | | | | * commit a56f496d178f3e23012a49841e35fb3bc76e3b92 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 8 15:07:30 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit acc25bf276c19436380e6b74c56a6361912bf18c | | | Author: Willi Braun | | | Date: Tue Apr 8 14:41:09 2014 +0000 | | | | | | added a damped newton heuristic | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit 629c114ca293333745c259938269c3a254a1b654 | | | Author: Per Östlund | | | Date: Tue Apr 8 14:03:03 2014 +0000 | | | | | | - Fix bootstrapping test. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit b67654fd8e10f2a394ad90177608d4482256f63f | | | Author: Per Östlund | | | Date: Tue Apr 8 13:51:19 2014 +0000 | | | | | | - Attempt to keep RML happy. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 0d2aecdea2276345cdfe470f70036443e9c04e10 | | | Author: Per Östlund | | | Date: Tue Apr 8 13:42:04 2014 +0000 | | | | | | Fix for #2556: | | | - Implemented support for qualified crefs as external function arguments. | | | - Removed Static.isTuple (duplicate of Types.isTuple). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Error.mo | | | | | * commit 62ae247706a4865013ef86cc3bd0167ac2b2e0af | | | Author: Vitalij Ruge | | | Date: Tue Apr 8 11:08:46 2014 +0000 | | | | | | - fixed LOG_IPOPT_ERROR | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | | | * commit 4608a24aaedae6fb73e531436eac5b98d11d46b9 | | | Author: Vitalij Ruge | | | Date: Tue Apr 8 10:58:52 2014 +0000 | | | | | | - improve update model data in optimization | | | - improve initial guess for inputs | | | - fixed constant initial guess | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 1e5cdab035c14ba0e4416edf525c9e1951ad2983 | | | Author: Lennart Ochel | | | Date: Tue Apr 8 10:02:58 2014 +0000 | | | | | | - fix typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 1aaf77d607e039a730e9a8737160a926949003f0 | | | Author: Michael Kloeppel | | | Date: Tue Apr 8 09:41:31 2014 +0000 | | | | | | - fixed bugs in algorithm, which prevented the efficient solution of linear systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | * commit 4946a97b378e102978f4db9abe769cb7a71ebd74 | | | Author: Vitalij Ruge | | | Date: Tue Apr 8 09:29:10 2014 +0000 | | | | | | - improve update model data in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 3b5662aca2231aeb35e18cb1a1406a2a64332173 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Apr 8 08:35:14 2014 +0000 | | | | | | - remove unused inputs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit a0e5c7f2dd68875fd77b2f4ac6598634c0640ab3 | | | Author: Adrian Pop | | | Date: Tue Apr 8 04:39:39 2014 +0000 | | | | | | - fix Cpp FMU handling on Windows: use mkdir.exe instead of mkdir in the makefile | | | Compiler/Template/CodegenFMUCpp.tpl | | | - better English in the error message about state select uniqueness: | | | * SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | * SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | - small comment fix in SimulationRuntime/c/simulation/solver/stateset.c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | | | * commit 9cad2f6be2df7ffc97476165c9acbe2ad20d3b8a | | | Author: Adrian Pop | | | Date: Tue Apr 8 00:24:58 2014 +0000 | | | | | | Fix bug: #2655 | | | - check if the externalInput.csv is empty and exit if it is. | | | - remove externalInput.csv in testsuite/simulation/modelica/solver/Makefile before running the tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit 34093c181e351b3f942b18078e6dbd70f0592356 | | | Author: Vitalij Ruge | | | Date: Mon Apr 7 20:38:43 2014 +0000 | | | | | | - improve evaluation of mayer term | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit d2792b295859354128c7b229931b6422a880950f | | | Author: Vitalij Ruge | | | Date: Mon Apr 7 20:07:12 2014 +0000 | | | | | | - improve evaluation for hessian in optimization | | | - objective function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 86525841ff300e2cf3b15591804cc5b6c984b08e | | | Author: Vitalij Ruge | | | Date: Mon Apr 7 19:51:33 2014 +0000 | | | | | | - improve evaluation for hessian in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit f6a8c9a955816aa7fe68137ca361d031d5d2f731 | | | Author: Martin Sjölund | | | Date: Mon Apr 7 16:24:20 2014 +0000 | | | | | | Maybe libgc.so not depend on mkbuilddirs since that makes it perform the copy even if it was not needed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 449b40cb2e6700bbef13e28ecdfe165bf62fd01e | | | Author: Vitalij Ruge | | | Date: Mon Apr 7 16:19:29 2014 +0000 | | | | | | - improve evaluation jacobian,gradient in optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | | | * commit 20e2c3d8a6b7337ee2c862012523dd2033424c7c | | | Author: Adrian Pop | | | Date: Mon Apr 7 15:57:26 2014 +0000 | | | | | | - revert r20005 and r20009 as previous duplicate definitions from daskr are now prefixed since r20024 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit c6c2b6fdb7eb867c88f9074e930f7913016650e3 | | | Author: Willi Braun | | | Date: Mon Apr 7 15:52:10 2014 +0000 | | | | | | - revert r20006 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | | | | | * commit 0560a88cb557452213457c0a4122aff1a8482d7c | | | Author: Willi Braun | | | Date: Mon Apr 7 14:51:56 2014 +0000 | | | | | | - updated the daskr package (added a prefix to all functions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | | | * commit 3bcd2165c25b1df54004fe41c1fe7ba19df5f47f | | | Author: Lennart Ochel | | | Date: Mon Apr 7 13:48:11 2014 +0000 | | | | | | - keep tolZS > 0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit af01810a48123fdc55480312e2d692ef3eeab2a6 | | | Author: Martin Sjölund | | | Date: Mon Apr 7 13:36:00 2014 +0000 | | | | | | Move the Modelica3D headers into the library instead of directly in the omc includes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit bee0999dde8f96cbf2b9d76e5d46d40649e4a098 | | | Author: Martin Sjölund | | | Date: Mon Apr 7 12:39:19 2014 +0000 | | | | | | extern "C" ifdef to ModelicaUtilities | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaUtilities.h | | | | | * commit 3f42307dd9e8b6ffdbcce2eeafac793aab644185 | | | Author: Niklas Worschech | | | Date: Mon Apr 7 09:37:01 2014 +0000 | | | | | | added getNominalReal to Algoop interface and hybrj solver in cpp runtime | | | add empty as output format to cpp runtime time and cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | * commit 483db26f2becd770380ab4e4ccaca67c1b108ef0 | | | Author: Leonardo Laguna | | | Date: Mon Apr 7 09:34:25 2014 +0000 | | | | | | - Removing duplicated type declaration (breaks my code analyzer) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FGraphBuild.mo | | | M Compiler/FFrontEnd/FGraphDump.mo | | | M Compiler/FFrontEnd/FResolve.mo | | | | | * commit 00541ba18f64e775c762e1475a1adf1fb288ddbe | | | Author: Vitalij Ruge | | | Date: Mon Apr 7 09:33:05 2014 +0000 | | | | | | - restructure data for optimization | | | - fixed indices for nonlinear constraints | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit b2e8146aeff0f063d8b3935706b993355f2cb489 | | | Author: Martin Sjölund | | | Date: Mon Apr 7 09:29:56 2014 +0000 | | | | | | Update to the modelica.org version of ModelicaUtilities.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaUtilities.h | | | | | * commit 1418a0e8f6170040b10b5819dd907e69b5387d26 | | | Author: Volker Waurich | | | Date: Mon Apr 7 07:48:21 2014 +0000 | | | | | | - function evaluation of tuple-functions, removeSimpleEquations after function evaluation, fixed bug with missing statement | | | - updated tests | | | - added function Expression.isTuple | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 84136718ff24945ab1a997d61a3427eb524e8484 | | | Author: Adrian Pop | | | Date: Mon Apr 7 03:29:29 2014 +0000 | | | | | | - change the order of libraries with duplicate symbols when linking otherwise the solver cycles forever. | | | - use tee in windows testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit edc5e214759fe95ea1fd62faef6ba2992e19f6a7 | | | Author: Martin Sjölund | | | Date: Sun Apr 6 06:18:18 2014 +0000 | | | | | | Remove dlinpk.c since the nightly builds complain about duplicate symbols | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | D SimulationRuntime/c/math-support/dlinpk.c | | | | | * commit b236ab86791e01a9b6900a13cb355f2c1c93de50 | | | Author: Willi Braun | | | Date: Sat Apr 5 13:33:36 2014 +0000 | | | | | | - fix cppruntime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | | | | | * commit e3cc6738d3d66435ae2b6494b9774b210af284ce | | | Author: Adrian Pop | | | Date: Sat Apr 5 12:28:18 2014 +0000 | | | | | | - fix Windows simulation file linking: | | | * add -Wl,--allow-multiple-definition because -lblas-mingw and -lcdaskr contain the same symbols | | | * any other ideas on how to fix this? forcing allowing multiple definitions is rather bad | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 8f75537f7150db9576f11059dbe491a7a3e06c27 | | | Author: Adrian Pop | | | Date: Sat Apr 5 12:05:16 2014 +0000 | | | | | | - remove removed files from CMakeLists.txt | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | | | * commit e1bc34a374ad1e4ae1a7d2926b6780edef030d91 | | | Author: Martin Sjölund | | | Date: Sat Apr 5 09:56:02 2014 +0000 | | | | | | Update cdaspk with fixes for printing strings that are not NULL-terminated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 66da2af5c09aedc694c98091ed3c45ff88a98d89 | | | Author: Martin Sjölund | | | Date: Sat Apr 5 07:28:59 2014 +0000 | | | | | | Make sure we use the new dassl by not linking in the old files (removed from svn to make sure) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | D SimulationRuntime/c/math-support/daux.c | | | D SimulationRuntime/c/math-support/ddasrt.c | | | D SimulationRuntime/c/math-support/ddassl.c | | | M configure.in | | | | | * commit 1f16b0415f46999f801181372e1a0e9ad54c2975 | | | Author: Martin Sjölund | | | Date: Fri Apr 4 22:05:54 2014 +0000 | | | | | | Fix static analysis warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 50d55a606b18afffdddc236eb78e42212e90099d | | | Author: Adrian Pop | | | Date: Fri Apr 4 21:42:25 2014 +0000 | | | | | | - last ditch effort on trying to be clever | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 46dbc85731d21e3b646b39bd3ee1e03d6d90623d | | | Author: Adrian Pop | | | Date: Fri Apr 4 21:23:25 2014 +0000 | | | | | | - va_list is implemented in so many ways in different compiler, skip initialization as it doesn't work on all platforms. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit c59b99dce3dbf22d6f730980b1df9341ada4a7dc | | | Author: Adrian Pop | | | Date: Fri Apr 4 21:12:27 2014 +0000 | | | | | | - fix Linux builds ... duh! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit a802444d27ac7f1b7fc4596d3fa612a5b1a0f491 | | | Author: Adrian Pop | | | Date: Fri Apr 4 21:01:59 2014 +0000 | | | | | | - fix Windows build: the order of imports matter somehow. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit cd12582fd5e011ffb19aabda2f0e6bb8186d52cb | | | Author: Willi Braun | | | Date: Fri Apr 4 17:48:29 2014 +0000 | | | | | | - changed order of linking libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M configure.in | | | | | * commit 7e332fbd3a4f2bc95faaecf56cb9a4acf96ca281 | | | Author: Martin Sjölund | | | Date: Fri Apr 4 16:16:49 2014 +0000 | | | | | | Various fixes | | | - Expression.typeof now handles match expressions | | | - Changed DAE.SOURCE.instanceOptLst is now instanceOpt (we only ever stored a list of 0 or 1 NONE() or SOME() element) | | | - Fixes in the runtime for C++ compilation (extern C) | | | - Updated MessagePack implementation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/MessagePack.mo | | | M Compiler/boot/include/msgpack-modelica.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/external_input.h | | | M SimulationRuntime/c/simulation_data.h | | | M configure.in | | | | | * commit 08d64f0b0e75e5ec5b6bb6302f26b66c9775fb71 | | | Author: Leonardo Laguna | | | Date: Fri Apr 4 14:35:36 2014 +0000 | | | | | | - Minor fix to uncertainties code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 8dcadeafcbe480fe02261a8d367af424f811e9bc | | | Author: OpenModelica Hudson | | | Date: Fri Apr 4 14:29:11 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit c5b1d0ff9eeab47d19eaa0f7cbccdd22ec570584 | | | Author: Willi Braun | | | Date: Fri Apr 4 14:27:12 2014 +0000 | | | | | | - switch to newer dassl version (daskr without f2c) from 3rdParty | | | - rename LOG_DASRT to LOG_DASSL | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M configure.in | | | | | * commit 61ac42694a7110e7cfcf689a560aceb7c3b83440 | | | Author: Adeel Asghar | | | Date: Fri Apr 4 12:38:07 2014 +0000 | | | | | | - Handle the enumeration types in the Modelica code generated from FMU. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 837128c1cd01279e40ee87b1d712e4ca60d44cc5 | | | Author: Vitalij Ruge | | | Date: Fri Apr 4 12:33:02 2014 +0000 | | | | | | - improve step size for numerical hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 51904e40860dacaeff64e41f356611a91a648f6f | | | Author: Martin Sjölund | | | Date: Fri Apr 4 09:40:52 2014 +0000 | | | | | | Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | | | * commit 161dc48955d03914e163d6ccf7d2b3d4ec675d1f | | | Author: Martin Sjölund | | | Date: Fri Apr 4 09:29:20 2014 +0000 | | | | | | - Only consider two records type-compatible if they have the exact same number of elements | | | - For code generation, sort record elements so it is possible to pass records to functions without casting them (cast is a no-op) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 953b0a5161d9390d9fb1d217d9d50e775d62b160 | | | Author: Adrian Pop | | | Date: Fri Apr 4 08:56:10 2014 +0000 | | | | | | Fix bug: #2650 | | | - proper prefixing of outer when you have same name several times in the prefix. | | | - added testsuite/flattening/modelica/scoping/InnerOuterSamePrefix.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | | * commit 27323cf2c36a1d7cfde88600113388fee07d8415 | | | Author: Adrian Pop | | | Date: Fri Apr 4 07:02:35 2014 +0000 | | | | | | - re-enable MessagePack.mo and SerializeModelInfo.mo as now they work on Windows. | | | - link with -lmsgpackc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit e30ddd06c4de1e0df4c72780661952582af2130b | | | Author: Martin Sjölund | | | Date: Fri Apr 4 06:34:36 2014 +0000 | | | | | | Update msgpack-modelica.h for Windows | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/include/msgpack-modelica.h | | | | | * commit 190f34b814d8d724b125f3238a6e4bda17900c9e | | | Author: OpenModelica Hudson | | | Date: Fri Apr 4 04:09:34 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Unused/README.txt | | | | | * commit 306e9d3aab0d260a3e4907d1b77dea544f9919cf | | | Author: Adrian Pop | | | Date: Fri Apr 4 04:03:42 2014 +0000 | | | | | | - delete all unused files | | | - add README.txt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Unused/AvlTree.mo | | | D Compiler/Unused/Edge.mo | | | D Compiler/Unused/Element.mo | | | D Compiler/Unused/FGraph.mo | | | D Compiler/Unused/FGraphBuild.mo | | | D Compiler/Unused/FGraphDump.mo | | | D Compiler/Unused/FGraphEnv.mo | | | D Compiler/Unused/FGraphLookup.mo | | | D Compiler/Unused/FNode.mo | | | D Compiler/Unused/FRef.mo | | | D Compiler/Unused/FResolve.mo | | | D Compiler/Unused/Global.mo | | | D Compiler/Unused/GraphMLOld.mo | | | D Compiler/Unused/InstInfo.mo | | | D Compiler/Unused/Instance.mo | | | D Compiler/Unused/InstanceHierarchy.mo | | | D Compiler/Unused/NFSCodeAnalyseRedeclare.mo | | | D Compiler/Unused/NFSCodeApplyRedeclare.mo | | | D Compiler/Unused/NFSCodeInstShortcut.mo | | | D Compiler/Unused/Name.mo | | | D Compiler/Unused/NamePool.mo | | | D Compiler/Unused/Node.mo | | | D Compiler/Unused/Pool.mo | | | A Compiler/Unused/README.txt | | | D Compiler/Unused/Reference.mo | | | D Compiler/Unused/Relation.mo | | | D Compiler/Unused/ResidualCmp.mo | | | D Compiler/Unused/SCodeFlat.mo | | | D Compiler/Unused/SCodeFlatDump.mo | | | D Compiler/Unused/SCodeFlattenExtends.mo | | | D Compiler/Unused/SCodeGraph.mo | | | D Compiler/Unused/Scope.mo | | | D Compiler/Unused/Visited.mo | | | | | * commit efd6fa0d3a6c62624e24050de7c3c30b0843be18 | | | Author: Adrian Pop | | | Date: Fri Apr 4 03:36:35 2014 +0000 | | | | | | - fix Compiler/boot for Windows (seems to work OK now) | | | * propagate the $defaultMakefileTarget as is different for Windows/Linux | | | * use forward slash in Parser.parse filenames | | | * remove MessagePack.mo and SerializeModelInfo.mo from Compiler/boot/LoadCompilerSources.mos as they are *not portable* yet | | | - add FFrontEnd files to the compilation | | | * add builtin graph creation to Builtin.mo | | | * add calls to FInst in CevalScript.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Makefile.common | | | M Compiler/Makefile.compiler_subdirs.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | | | * commit a66c321c7c7e3992061f7e98e2c682ee1f585c96 | | | Author: Adrian Pop | | | Date: Fri Apr 4 01:46:03 2014 +0000 | | | | | | - cheat the dependency analysis to get non-separate bootstrapping compilation working. | | | - how did it worked before??!! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 873860c94c0c0546522d422e993cf686555241c4 | | | Author: Willi Braun | | | Date: Thu Apr 3 23:35:10 2014 +0000 | | | | | | - belongs to r19965: adjust also numberOfIntervals | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit f54776b6987ef3d6bc710788b7a8800e0898ceb4 | | | Author: Adeel Asghar | | | Date: Thu Apr 3 22:33:31 2014 +0000 | | | | | | - Some fixes for TypeDefinitions code generation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 60a8ecaa176c67c98c1772a034000b55c1e34d41 | | | Author: OpenModelica Hudson | | | Date: Thu Apr 3 19:58:36 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 510bdf5cd902c789db9e290440c8e67928882100 | | | Author: Adeel Asghar | | | Date: Thu Apr 3 19:42:50 2014 +0000 | | | | | | - Support TypeDefinitions when importing the FMU. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | | | * commit 726545cd14c7aa29b4c1c074b229f7262fca1b39 | | | Author: Martin Sjölund | | | Date: Thu Apr 3 18:25:58 2014 +0000 | | | | | | Handle NORETCALL for reduction expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/MessagePack.mo | | | M Compiler/boot/include/msgpack-modelica.h | | | | | * commit 16192f6df6fc0993d16538c15e76042b3ce65288 | | | Author: Adrian Pop | | | Date: Thu Apr 3 16:37:27 2014 +0000 | | | | | | - properly include omc_msvc.h on all paths so we have OMC_INLINE defined! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit a8438dccdb2fccef70091edf1554ace94a6fa7b1 | | | Author: Adrian Pop | | | Date: Thu Apr 3 16:26:43 2014 +0000 | | | | | | - fix Windows build: include omc_msvc.h and use OMC_INLINE instead of inline | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 54c7e9d985e58368ec92e41a586054c3dcd334eb | | | Author: Willi Braun | | | Date: Thu Apr 3 16:07:42 2014 +0000 | | | | | | - fixes for #2648 | | | - added a threshold for minimal step sizes. | | | - skip steps after a sample event, if the normal output | | | point and the sample events time point are equal | | | - added a header with some epsilons | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | A SimulationRuntime/c/simulation/solver/epsilon.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit d9e87158311ac94c324c06f9e97b39322698ea10 | | | Author: Martin Sjölund | | | Date: Thu Apr 3 14:26:53 2014 +0000 | | | | | | Add times for reading init.xml and info.xml to the stats | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit a5046fd4fb97b85e53b6608cb09bec673d6f8805 | | | Author: Adeel Asghar | | | Date: Thu Apr 3 12:47:19 2014 +0000 | | | | | | - Fix build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 1ce25d1a37a2c8a5e5712200eb4e71fc77bbc7df | | | Author: OpenModelica Hudson | | | Date: Thu Apr 3 12:14:40 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit d9b5fe6de1abf76159f1a966a0305657cf2ba525 | | | Author: Martin Sjölund | | | Date: Thu Apr 3 11:49:22 2014 +0000 | | | | | | Refactoring: Remove some unused as-bindings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit d3f12f6b930d76a4d0ce8bf9e4969f724f434a9c | | | Author: OpenModelica Hudson | | | Date: Thu Apr 3 11:43:50 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 7550ab732e096a93f423a288582ec7d02465b9fa | | | Author: Adeel Asghar | | | Date: Thu Apr 3 11:42:45 2014 +0000 | | | | | | - Generate TypeDefinitions in the FMU modelDescription xml file. | | | - This might break FMI tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 9c14b9937826d876567318378a0e863c5712bb89 | | | Author: Patrick Marcel Taeuber | | | Date: Thu Apr 3 11:30:56 2014 +0000 | | | | | | - deleted redundant functions in Tearing.mo | | | - renamed Cellier-tearing from "tearingSystem1_1" to "CellierTearing" | | | - set default heuristic for Cellier tearing to MC3 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ac9e008aa632f79fc648cdfb7bad1761e043b17d | | | Author: Michael Kloeppel | | | Date: Thu Apr 3 09:04:24 2014 +0000 | | | | | | Fixed a typo which prevented the usage of the metis library when ./configure --with-METIS=DIR is used. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit b0c8f3e6c149f4488037ea83192fdabe1754f787 | | | Author: Martin Sjölund | | | Date: Thu Apr 3 08:52:58 2014 +0000 | | | | | | Removing dead statements with the script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/Error.mo | | | M Compiler/boot/refactor-fix-notifications.py | | | | | * commit 1a84f6f89a86c0bcdeb89f8a574c86add9c82a2e | | | Author: Martin Sjölund | | | Date: Thu Apr 3 07:38:02 2014 +0000 | | | | | | Print the number of compared signals for verified results | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit f2aa445920af17ef0fb9c8ad0be5ee845e74b1ab | | | Author: Martin Sjölund | | | Date: Thu Apr 3 07:04:51 2014 +0000 | | | | | | Some more inlining for arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Dynload.cpp | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/generic_array.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit 33c7044f286b5f1a18ee15e42ac3f96edffc76eb | | | Author: Adrian Pop | | | Date: Thu Apr 3 06:36:38 2014 +0000 | | | | | | - fix coding style | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FFrontEnd/FCore.mo | | | | | * commit 0e76eb587c2a5d7a7a234ebc9b13ad8225ab4865 | | | Author: Adrian Pop | | | Date: Thu Apr 3 06:26:48 2014 +0000 | | | | | | - partial commit FFrontEnd, more to come | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/FFrontEnd/FCore.mo | | | A Compiler/FFrontEnd/FExpand.mo | | | A Compiler/FFrontEnd/FGraph.mo | | | A Compiler/FFrontEnd/FGraphBuild.mo | | | A Compiler/FFrontEnd/FGraphDump.mo | | | A Compiler/FFrontEnd/FInst.mo | | | A Compiler/FFrontEnd/FLookup.mo | | | A Compiler/FFrontEnd/FNode.mo | | | A Compiler/FFrontEnd/FResolve.mo | | | A Compiler/FFrontEnd/FTraverse.mo | | | A Compiler/FFrontEnd/FVisit.mo | | | | | * commit 6295251596184f775d48cc3dadc1a4956cecfc24 | | | Author: Martin Sjölund | | | Date: Thu Apr 3 05:55:04 2014 +0000 | | | | | | Why??? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | | | * commit 86bee880fcfb5bd1ac9dc75d4f1a64824cdc2be5 | | | Author: Martin Sjölund | | | Date: Thu Apr 3 05:35:11 2014 +0000 | | | | | | Don't pretend you are in svn, HpcOmSchedulerExt.unix.h.in | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 2a98995f5bd98c9149c819cdef61dbf8c5913bd7 | | | Author: Martin Sjölund | | | Date: Thu Apr 3 05:32:22 2014 +0000 | | | | | | Cleaning up HpcOmSchedulerExt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | D Compiler/runtime/HpcOmSchedulerExt.unix.h.in | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | M Compiler/runtime/config.unix.h.in | | | | | * commit 85b63ea5efabd9294a7e5c34f9acac74b66eb71e | | | Author: Martin Sjölund | | | Date: Thu Apr 3 05:04:03 2014 +0000 | | | | | | Convert matchcontinue to match | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/AvlTreeString.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/refactor-fix-notifications.py | | | D Compiler/runtime/HpcOmSchedulerExt.h | | | | | * commit a6c53f6c6a5d8adcf515b5c7d2aa82f7dc3b1441 | | | Author: Martin Sjölund | | | Date: Thu Apr 3 05:00:13 2014 +0000 | | | | | | Fix stringUpdateStringChar by writing the 0-char at the end... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | * commit 5e17f81c54a9811f025ee2f14c612ea17b21b4cf | | | Author: Martin Sjölund | | | Date: Thu Apr 3 04:50:22 2014 +0000 | | | | | | Fix string_array code to match code generation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit 72388bc6e14748f10bc04efda404485c59c41cae | | | Author: Adrian Pop | | | Date: Thu Apr 3 03:50:40 2014 +0000 | | | | | | - way faster matrix creation (speedup of about 50% for some AVM models) | | | - when using Boehm GC do not explicitely call GC_collect_a_little during simulation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit ad5d5dff16b4c140dbccb9f3c4bf61368a558fc3 | | | Author: Martin Sjölund | | | Date: Wed Apr 2 19:02:56 2014 +0000 | | | | | | Adding a newer version of the refactoring script to Compiler/boot/refactor-fix-notifications.py | | | - It is now a python script | | | - It now checks that code compiles after performing the operations | | | - Only the matchcontinue-to-match is performed at the moment | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/CompileFile.mos | | | A Compiler/boot/refactor-fix-notifications.py | | | | | * commit 31852a8cc45813e716e5730fc051b9be873c5b9d | | | Author: Adrian Pop | | | Date: Wed Apr 2 18:05:34 2014 +0000 | | | | | | - fix Windows build: WE DO NOT RUN configure on Windows! | | | - rename HpcOmSchedulerExt.h.in to HpcOmSchedulerExt.unix.h.in | | | - create a new file HpcOmSchedulerExt.h that includes HpcOmSchedulerExt.unix.h for anything but Windows | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/runtime/HpcOmSchedulerExt.h | | | R100 Compiler/runtime/HpcOmSchedulerExt.h.in Compiler/runtime/HpcOmSchedulerExt.unix.h.in | | | M configure.in | | | | | * commit 299f738036efb79f119d1b35175023a56c311d33 | | | Author: Willi Braun | | | Date: Wed Apr 2 17:00:43 2014 +0000 | | | | | | the evaluation of zerocrossings take now only needed equations into account | | | - less equations are needed to evaluate function_ZeroCrossings, not the whole rhs) | | | - Modelica.Fluid.Examples.Tanks.EmptyTanks.mos works again | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | | | * commit b7e5c39da5140b9dd340ff1453620cc35008f5b8 | | | Author: Willi Braun | | | Date: Wed Apr 2 16:44:38 2014 +0000 | | | | | | - fixed output of execstat | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 812018ad7764ecbb8986fef5125f4585d2c9ccf2 | | | Author: Martin Sjölund | | | Date: Wed Apr 2 15:06:18 2014 +0000 | | | | | | RML fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 053a3631e0940f7aa368b534e8be41b72fde5e6f | | | Author: Martin Sjölund | | | Date: Wed Apr 2 14:58:15 2014 +0000 | | | | | | Add various warnings if you try to compile with non-free packages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M configure.in | | | | | * commit ac620a62f23400ba0c9d3675a4a7c7167bb1071d | | | Author: Martin Sjölund | | | Date: Wed Apr 2 14:35:59 2014 +0000 | | | | | | Fix code generation for TSUB(ix=2) and similar | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit efb0251521947acfc83999f916b5b5be0b03a72f | | | Author: Volker Waurich | | | Date: Wed Apr 2 14:15:57 2014 +0000 | | | | | | - fixed bug at evalConstFuncs when adding various constant functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 77f8d9ab93ee181cefdd803b40cd062a1dc299ba | | | Author: OpenModelica Hudson | | | Date: Wed Apr 2 14:06:03 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | | | * commit a565e5d6ad95f34e53ed9a6d2c3151ee2753c479 | | | Author: Michael Kloeppel | | | Date: Wed Apr 2 14:03:12 2014 +0000 | | | | | | Allows to link against an existing metis or patoh library using ./configure --with-METIS=DIR or --with-PATOH=DIR | | | These libraries can then be used as schedulers in the HpcOm module. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSchedulerExt.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/omc_release/Makefile.in | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | A Compiler/runtime/HpcOmSchedulerExt.h.in | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | M configure.in | | | | | * commit 72d818bf72e31c9dc03d16e80c70761ea97742bc | | | Author: Martin Sjölund | | | Date: Wed Apr 2 13:40:13 2014 +0000 | | | | | | - Handle boxptr function with NULL arguments | | | - Generate a temporary for tuple pattern-matching to avoid calling a function twice | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit f326687695ea3fc741719dbfd9703b1bbc21ea73 | | | Author: Martin Sjölund | | | Date: Wed Apr 2 12:02:35 2014 +0000 | | | | | | Changing the way functions are generated | | | - No struct is returned. Outputs 2..n are passed by reference | | | - We could implement isPresent in code generation if we wanted to now (but it was removed in Modelica 3.0) | | | - Many array functions now take a value as input instead of pointer | | | - Since we no longer generate a temporary for all called functions, we cannot pass the pointer of a temporary to the function | | | - Most of the simple array functions should be inlined or macro'd and common functions moved to base_array.h | | | - Fewer temporaries should be generated now. The compressed tarball is ~20% smaller | | | - NORETCALL statements in match-expressions now remove statements without effect (`_ := boolAnd()` and the like can be optimized away) | | | '''''Do make clean, especially if using 32-bit omc''''' | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_omc.c | | | M Parser/ModelicaParser_omc.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit 87d0fc3435b4873d501569b67290f54638db3bee | | | Author: Niklas Worschech | | | Date: Wed Apr 2 08:29:31 2014 +0000 | | | | | | updated cpp runtime tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 83c8ea93b235576c936c43ec1d18a749e52650c0 | | | Author: Volker Waurich | | | Date: Wed Apr 2 06:40:06 2014 +0000 | | | | | | - added additional index to the pathname for the new partial function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateFunctions.mo | | | | | * commit 188af0ad9e3b6add4c779c09b16ad0fd443c9b1d | | | Author: Lennart Ochel | | | Date: Tue Apr 1 17:43:39 2014 +0000 | | | | | | - use named qualifier | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 2b046f678527a4cc89817bb6756be1d66657c79a | | | Author: OpenModelica Hudson | | | Date: Tue Apr 1 16:19:54 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 70d62e5891e4a952afb434d5591a40484b37f171 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Apr 1 15:58:33 2014 +0000 | | | | | | -added information what tearing is used for to tearingdump (e.g. simulation, initialization,...) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit b62f02cf8dbd72fde44db53ab4a34eaf686e292e | | | Author: Per Östlund | | | Date: Tue Apr 1 15:03:21 2014 +0000 | | | | | | Fix for #2643: | | | - Remove default values on record members if the are given a binding by a | | | modifier. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | | | * commit 970ddecc3ebd26e5e1cd5b29d418d6a230db279e | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 14:02:30 2014 +0000 | | | | | | - improve num hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit 866f0a0d0d5798a8230bce3b5f0b97f2577a23cd | | | Author: Adeel Asghar | | | Date: Tue Apr 1 13:55:34 2014 +0000 | | | | | | - Do not insert the ENUM comment in the XML file. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 8b6168a7d456c83a57bc41159f64ff84b58ba62c | | | Author: Volker Waurich | | | Date: Tue Apr 1 13:54:01 2014 +0000 | | | | | | - moved partial function evaluation to EvaluateFunctions.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | A Compiler/BackEnd/EvaluateFunctions.mo | | | M Compiler/Makefile.common | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit b7260c7f23ed00f80c0acbe2e66ac90f60c26ba3 | | | Author: Volker Waurich | | | Date: Tue Apr 1 13:48:24 2014 +0000 | | | | | | - added function Expression.isNotComplex and ComponentReference.crefInLst | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 3f9172d566982f29d5ae2ec6fcf780b7c1986f1b | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 13:36:12 2014 +0000 | | | | | | fixed memory leak in scaling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit e2345a558f08a1fff850893eebd0baff7e784e30 | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 13:22:42 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - using stored alg vars for initial guess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 29ce82eacc53aa95a0f4f367ea552fb8f02a9a54 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 1 13:08:49 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 8edde0ca45fc7da9665997550cc1a922f9585c37 | | | Author: Niklas Worschech | | | Date: Tue Apr 1 13:05:08 2014 +0000 | | | | | | - add cat_array and sum_array to cpp runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 1fffee0cddd03ffbcd34bda8562b3b8b8d611f48 | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 11:32:36 2014 +0000 | | | | | | some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | | | * commit 39c217e00d3e5b6d2a7d5ef154c82a0a882b9493 | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 11:20:53 2014 +0000 | | | | | | - some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | | | * commit d52ecece2392d489f5bb8547a6fcfae9597e156f | | | Author: Martin Sjölund | | | Date: Tue Apr 1 11:09:21 2014 +0000 | | | | | | Fix UTF-8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmiFunctionTypes.h | | | M SimulationRuntime/fmi/export/fmi2/fmiFunctions.h | | | M SimulationRuntime/fmi/export/fmi2/fmiTypesPlatform.h | | | | | * commit efa43eee17f1a41f5e4a52919425806d4be720b1 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 1 10:39:51 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmiFunctionTypes.h | | | | | * commit 7810c24803314d27bcb098ffd81317235c83a694 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 1 10:39:19 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi2/fmiFunctionTypes.h | | | M SimulationRuntime/fmi/export/fmi2/fmiFunctions.h | | | M SimulationRuntime/fmi/export/fmi2/fmiTypesPlatform.h | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | M SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 550af6e1bc4f2c41a48cf776a560e78fd35d1749 | | | Author: Adeel Asghar | | | Date: Tue Apr 1 10:37:40 2014 +0000 | | | | | | - Almost empty template for FMI2.0 export. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | M SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h | | | A SimulationRuntime/fmi/export/fmi2/fmiFunctionTypes.h | | | A SimulationRuntime/fmi/export/fmi2/fmiFunctions.h | | | A SimulationRuntime/fmi/export/fmi2/fmiTypesPlatform.h | | | A SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.c | | | A SimulationRuntime/fmi/export/fmi2/fmu2_model_interface.h | | | | | * commit 16e495b22fb8bba71069f86bc1a621f617c4f77d | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 10:13:32 2014 +0000 | | | | | | - independent memory for constraints,objective, alg vars in optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit 9c65724594481b53dd18d111cdddb9772d93fb8c | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 09:49:54 2014 +0000 | | | | | | - added helper var | | | - counter for collocation points | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 45b9a39f35f7a79fb0fda4eb8d5dc4b97a3edff4 | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 09:34:50 2014 +0000 | | | | | | - independent memory for gradient in optimizatio | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 5b56d62aa1dd8264cf0da860aac13a4035b44c40 | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 09:07:11 2014 +0000 | | | | | | - independent memory for jacobian in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 1b0cfe62927c337c55a2c09459317e90554ef2e7 | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 08:38:44 2014 +0000 | | | | | | - Removed unused variables in optimization | | | - restructure data for optimization (continuing) | | | - diminsion counter for all variables | | | - default value for gradient | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit 2eb4aaf32ee005e5d15098accfb3eabeba89deaa | | | Author: Vitalij Ruge | | | Date: Tue Apr 1 08:12:27 2014 +0000 | | | | | | - improve numeric in hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 19e43c422bf20c98a9ba782bad612f88ae0553de | | | Author: Martin Sjölund | | | Date: Tue Apr 1 04:54:13 2014 +0000 | | | | | | Fix the broken tests by outputting error messages thrown when trying to find zero crossings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 2cac3cabbcc0c90d4247644029db82614a30737f | | | Author: Adrian Pop | | | Date: Mon Mar 31 23:21:45 2014 +0000 | | | | | | - properly fold (don't loose stuff) when traversing SCode.ALG_IF in SCode.traverseStatements2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 016bd4512024aa2acb15a13e7c046f793d2dfae4 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 16:54:40 2014 +0000 | | | | | | Removed unused variables in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit 8db075200568ae98424860d2ef99541454600313 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 16:45:11 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - derivations | | | - fixed small bug in sparse structure for hessian | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit 7eb7b66dfb63844423e27cb2469f2c3f07024f0c | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 15:44:19 2014 +0000 | | | | | | improve scaling, thanks Kshitij Kulshreshtha | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit aa117f8e1468e5d7d18a61d375740b9ba0d77725 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 15:17:22 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - scaling | | | - improve scaling | | | - added helper var for interim results | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 93b83f3ba6811480a0ba605f242d75dc878d5841 | | | Author: Adrian Pop | | | Date: Mon Mar 31 15:08:37 2014 +0000 | | | | | | void function should not return 0! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | | | * commit b9336a5236a6d420e6985f4776bc2adce1839fe3 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 14:27:13 2014 +0000 | | | | | | - Removed unused variables in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit 9cd5abaa433b810463a6853f828fb077c492c309 | | | Author: Martin Sjölund | | | Date: Mon Mar 31 14:22:49 2014 +0000 | | | | | | Fix compiler warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 5154bd76fa7d6cd57893a7d0ce9f02dc5660c9ea | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 14:22:34 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - bounds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit cfb70f6b5b394efd428687a5bde9970175deed02 | | | Author: Adeel Asghar | | | Date: Mon Mar 31 14:05:15 2014 +0000 | | | | | | - Renamed the interface file to avoid conflicts. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/Makefile.common | | | R099 SimulationRuntime/fmi/export/fmi1/fmu_model_interface.c SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c | | | R100 SimulationRuntime/fmi/export/fmi1/fmu_model_interface.h SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.h | | | | | * commit 9795b80fa3bcc0618995bb0d9c95cb66cba5e21f | | | Author: Adeel Asghar | | | Date: Mon Mar 31 13:42:58 2014 +0000 | | | | | | - Fix fmi path for msvc simulation runtime. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | | | * commit 0dcdffc98da5aa6c436931e06db0247c91fbe9d3 | | | Author: Adeel Asghar | | | Date: Mon Mar 31 13:33:33 2014 +0000 | | | | | | - Forgot to move files in the last commit. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | R100 SimulationRuntime/fmi/export/fmiModelFunctions.h SimulationRuntime/fmi/export/fmi1/fmiModelFunctions.h | | | R100 SimulationRuntime/fmi/export/fmiModelTypes.h SimulationRuntime/fmi/export/fmi1/fmiModelTypes.h | | | R100 SimulationRuntime/fmi/export/fmu_model_interface.c SimulationRuntime/fmi/export/fmi1/fmu_model_interface.c | | | R100 SimulationRuntime/fmi/export/fmu_model_interface.h SimulationRuntime/fmi/export/fmi1/fmu_model_interface.h | | | R100 SimulationRuntime/fmi/export/model_fmu.in SimulationRuntime/fmi/export/fmi1/model_fmu.in | | | | | * commit 7e3bb357a2fb101a8b5567980c0b5096b47d6f99 | | | Author: Adeel Asghar | | | Date: Mon Mar 31 13:28:28 2014 +0000 | | | | | | - make separate folders for fmi versions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit c6cf635a55d8658e7cfe2d27f88d7e82a55f87b4 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 13:24:20 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - helper pointer for collocation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit 9c0a69e39399ffa07deb624311c4076e432a1dab | | | Author: Volker Waurich | | | Date: Mon Mar 31 12:43:07 2014 +0000 | | | | | | - try to fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit a2ba67d2d9d20c025dd2b518f28f91ec0aef0550 | | | Author: Adeel Asghar | | | Date: Mon Mar 31 12:26:21 2014 +0000 | | | | | | - Fix Linux build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit a6e0d46d01666bba61e26dc0242f9f568c6db8a4 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 12:22:17 2014 +0000 | | | | | | - rm unsused variable in optimization | | | - fixed preSim flag in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit d4a4718ac914eba29ddec1d82ca08c8a44e762a9 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 12:13:54 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - structure Jac, Hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 4c7331d33f408aed48a43dc9fd39f8bdf7c3e0b0 | | | Author: Volker Waurich | | | Date: Mon Mar 31 11:50:34 2014 +0000 | | | | | | - push current status of partial function evaluation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 90060e53d0bca1794669e9cc144f4a29d8aed885 | | | Author: Volker Waurich | | | Date: Mon Mar 31 11:42:39 2014 +0000 | | | | | | - added some frontend-functions and some dump functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 6e21dee7df3521b97d9f91d764879a3e8a32fcd0 | | | Author: Volker Waurich | | | Date: Mon Mar 31 11:39:15 2014 +0000 | | | | | | - added function List.filter1OnTrueSync which does the same filtering synchronously on a 2nd list | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit f79e10301c7a445d0bc44639ab7613016627c23f | | | Author: Adeel Asghar | | | Date: Mon Mar 31 11:36:57 2014 +0000 | | | | | | - Kill old FMI import. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | D SimulationRuntime/fmi/import/Makefile.in | | | D SimulationRuntime/fmi/import/fmuModelica.in | | | D SimulationRuntime/fmi/import/fmuModelica.unix.in | | | D SimulationRuntime/fmi/import/fmuWrapper.c | | | D SimulationRuntime/fmi/import/fmuWrapper.h | | | D SimulationRuntime/fmi/import/moGenerator.c | | | D SimulationRuntime/fmi/import/moGenerator.h | | | D SimulationRuntime/fmi/import/stack.c | | | D SimulationRuntime/fmi/import/stack.h | | | D SimulationRuntime/fmi/import/xmlparser.c | | | D SimulationRuntime/fmi/import/xmlparser.h | | | | | * commit bcbb3063de69db0a7d124daf24720d56205a2aad | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 11:36:44 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - time vector | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 5e6b3cdd0be806f45719f1bfe1a36c247f86d7e8 | | | Author: Adeel Asghar | | | Date: Mon Mar 31 11:14:49 2014 +0000 | | | | | | - Removed the old FMI import implementation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit eb9728ee82a2d0a1b331f0bcae162c30a659c8f1 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 10:21:28 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - poly coeff | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 3954a9fe807a8f429f0e97b2c060eec2de56532d | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 10:00:11 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - time grid | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit fce0e09b2455e2935a9f67750ec3fd85ae23af00 | | | Author: Vitalij Ruge | | | Date: Mon Mar 31 09:43:31 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | - quadrature weight | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit b8e6fa3e19db6350a25160a7071e6ed80a90bbc9 | | | Author: Martin Sjölund | | | Date: Mon Mar 31 09:29:16 2014 +0000 | | | | | | Some fixes from static analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 434954c29d629943c6b9f769e95abcca9d829a51 | | | Author: Martin Sjölund | | | Date: Mon Mar 31 07:23:01 2014 +0000 | | | | | | Use noreturn attribute also for cppruntime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaUtilities.h | | | | | * commit ce8190e8e90f73fe0ce082225c0c019f4440616b | | | Author: Martin Sjölund | | | Date: Mon Mar 31 07:06:08 2014 +0000 | | | | | | Fix for some rpm-based Linux | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit eacff81a9069255a56ed05f3318ef81bf0bf03e9 | | | Author: Martin Sjölund | | | Date: Mon Mar 31 06:11:00 2014 +0000 | | | | | | Fix compilation errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | | | * commit a424099c63b1b6351529793e8cff91f5b593baca | | | Author: Martin Sjölund | | | Date: Mon Mar 31 05:49:55 2014 +0000 | | | | | | Some -Werror fixes (including missing headers, making sure noreturn functions never return) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 6fba80d30fa5644065c841dc9705b49c26ee6e87 | | | Author: Martin Sjölund | | | Date: Sun Mar 30 13:54:48 2014 +0000 | | | | | | Fix return type | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 1142ca225778dfaa427c37fb0ac70733fd4a6f3c | | | Author: Per Östlund | | | Date: Fri Mar 28 17:40:26 2014 +0000 | | | | | | Fix for #2366 and #2640: | | | - Implemented evaluation of default arguments in function calls. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Util.mo | | | | | * commit 3bed7924013a7081a1f9b6b8942e79ede8717743 | | | Author: Marcus Walther | | | Date: Fri Mar 28 14:21:07 2014 +0000 | | | | | | - simple changes in the makefiles to activate ANALYZATION_MODE more easily (Part 2) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 8d9131fae58b6c39960ad9852797bc5c3aaf77bb | | | Author: Marcus Walther | | | Date: Fri Mar 28 13:09:32 2014 +0000 | | | | | | - simple changes in the makefiles to activate ANALYZATION_MODE more easily | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 75f20f7033199bd24fde884cba47915007affbdf | | | Author: Marcus Walther | | | Date: Fri Mar 28 12:09:44 2014 +0000 | | | | | | - fix for analyzation_mode on Linux | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | * commit 15287c2f4c423656e36be1790d7f6e706b799ea6 | | | Author: Niklas Worschech | | | Date: Fri Mar 28 09:23:35 2014 +0000 | | | | | | - fix in cpp template for function calls with state vars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 546d17c1d02add4a93d67457331655624d5989f0 | | | Author: Marcus Walther | | | Date: Fri Mar 28 07:28:48 2014 +0000 | | | | | | - small fix for analyzation mode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | | | * commit 8c06cc0302d396493a0a015c369e1f20a025f144 | | | Author: Adrian Pop | | | Date: Fri Mar 28 00:24:06 2014 +0000 | | | | | | - attempt to fix OpenModelica_BUILD_AND_TEST_CPP_RUNTIME job | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 3fa2e4665ee3ce8c6e37288b448c530430249e80 | | | Author: Adeel Asghar | | | Date: Thu Mar 27 23:03:14 2014 +0000 | | | | | | - Fixed FMI memory leaks and warnings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | | | * commit b1c5d8efd390ed85777b985468e4085daaead67b | | | Author: Vitalij Ruge | | | Date: Thu Mar 27 20:05:58 2014 +0000 | | | | | | - rm num_diff_symColoredObject | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | | | * commit ae6830267312261c233a52f051d4d4c3ab389c9c | | | Author: Martin Sjölund | | | Date: Thu Mar 27 19:17:34 2014 +0000 | | | | | | Fixed some compiler warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 3ac1b311adf7b7a1ae0e4defdbdd02ad49dd34de | | | Author: Vitalij Ruge | | | Date: Thu Mar 27 18:29:12 2014 +0000 | | | | | | - restructure data for optimization (continuing) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit d27f938e506bc189e7134845a4ca9e1d3f4cacfe | | | Author: Martin Sjölund | | | Date: Thu Mar 27 18:14:36 2014 +0000 | | | | | | Update installation instructions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 9ebfb741add05e550383b24c59329d1e204a5ba5 | | | Author: Vitalij Ruge | | | Date: Thu Mar 27 17:23:38 2014 +0000 | | | | | | - starting restructure data for optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | A SimulationRuntime/c/optimization/initialOptimizer/allocate_optimizer_vars.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/interfaceOptimization.h | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit eccb8ebf1ccd2f32dd726aa0e48f575284f9ea85 | | | Author: Vitalij Ruge | | | Date: Thu Mar 27 13:42:08 2014 +0000 | | | | | | improve code for optimization based on (updated )static analysis, thanks Martin | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | | | * commit 3af86b8d951ec141491137eb7901094d3b2ad88c | | | Author: Martin Sjölund | | | Date: Thu Mar 27 13:01:35 2014 +0000 | | | | | | clang analyzer does not like reasoning about struct pointer member variables, so fix false positive | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit 5268a634008a33ca86f5a49b9cd185d0fe7d9668 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 27 11:39:20 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit b5b0cda6459294f872550bfb421aaf1e661af63a | | | Author: Patrick Marcel Taeuber | | | Date: Thu Mar 27 11:23:41 2014 +0000 | | | | | | - Added some tests for new Cellier heuristic | | | - deleted interface TearingMethodFunction | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 0b817b6342543323634c40a4a0d0f63b0f8e7c7e | | | Author: Marcus Walther | | | Date: Thu Mar 27 10:50:30 2014 +0000 | | | | | | - improvement for level-scheduling added (is not working with mingw at the moment) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 326a4347b0d0f5d9d43725f2c64f739c031e5181 | | | Author: Martin Sjölund | | | Date: Thu Mar 27 08:49:40 2014 +0000 | | | | | | Fix petrol test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 13f3f2c9568ee4ccbf1a88924aa9ffdf39d54da3 | | | Author: Vitalij Ruge | | | Date: Thu Mar 27 08:16:35 2014 +0000 | | | | | | - improve solver_main.c code based static analyses, thanks Martin | | | - added missing SOLVER_LOGs for solvers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit bc1af67835349e0e8699938d43906d93d83cd13c | | | Author: Martin Sjölund | | | Date: Thu Mar 27 08:08:15 2014 +0000 | | | | | | Added targets to handle runtimeCPPinstall dependency on msl-external-libs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit e31f3af0299d35d3003a19e03da83d1d971965df | | | Author: Vitalij Ruge | | | Date: Thu Mar 27 07:52:20 2014 +0000 | | | | | | - improve solver code based on static analyses | | | | | | thanks Martin | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 81ab0f343367c73dbad7ae489d51d6a68706dcde | | | Author: Vitalij Ruge | | | Date: Thu Mar 27 07:37:37 2014 +0000 | | | | | | - improve code for optimization based on static analyse | | | thanks Martin | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 2b3a32a0213c554c323968512224e017529a27db | | | Author: Adrian Pop | | | Date: Thu Mar 27 02:52:42 2014 +0000 | | | | | | - handle DAE.CAST in SimCodeUtil.createNonlinearResidualEquationsComplex | | | [fixes an issue in a model from Tom Short] | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 80b91b326f2c587d6bec3ddc5c9fb1fb7b800885 | | | Author: Adrian Pop | | | Date: Wed Mar 26 23:39:18 2014 +0000 | | | | | | - fix Windows build, ansi c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit c83f3d09b196d16920b2a2817cd0af961ce0a108 | | | Author: Adrian Pop | | | Date: Wed Mar 26 23:35:20 2014 +0000 | | | | | | - this one was not so useless as dirname can play with the string | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_rml.c | | | | | * commit 0cb84096b460d2c888f77726af35062cc1593180 | | | Author: Adrian Pop | | | Date: Wed Mar 26 23:17:24 2014 +0000 | | | | | | - kill more GC nightmare code, move from getString() -> clearBuf -> printBuf to saveAndClearBuf -> restoreBuf | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Util.mo | | | | | * commit cc88faa4fc40551e40931b98b41343ee5f08a70b | | | Author: Adrian Pop | | | Date: Wed Mar 26 23:14:17 2014 +0000 | | | | | | - remove more useless GC_strdup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 5d071643ad6e8cd195f9f4433503ca66c4be0e97 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 20:50:53 2014 +0000 | | | | | | Move stdarg.h include | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit eb6fe37a42f74c78f3af7865ac7058c051410576 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 20:37:40 2014 +0000 | | | | | | It's called modelica_integer_max, not int_max... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | | | * commit 5a52d24f7c6ff1ccfe8e1d479f1ea9f036d7c9cb | | | Author: Martin Sjölund | | | Date: Wed Mar 26 20:08:54 2014 +0000 | | | | | | Add required includes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit adb1b098a30a8e67a676f5e1c44af42893503075 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 20:04:04 2014 +0000 | | | | | | RML compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | * commit 8331cb1583eabb5ca2602c229da816156e328b98 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 19:56:07 2014 +0000 | | | | | | Cleaning up compiler warnings, generating code that should generate fewer warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/runtime/printimpl.c | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/string_util.c | | | | | * commit f16bc7d30633bfcbd274483821f0f5316ffab77e | | | Author: Martin Sjölund | | | Date: Wed Mar 26 16:28:05 2014 +0000 | | | | | | Guard open_memstream better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/include/msgpack-modelica.h | | | | | * commit 471dd615a71a2a3d401007a5bd044c1322b71e4a | | | Author: Martin Sjölund | | | Date: Wed Mar 26 16:02:24 2014 +0000 | | | | | | Typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/include/msgpack-modelica.h | | | | | * commit 7207f27d6d68bf5ccb8afcdac9ede25578e3f60a | | | Author: Martin Sjölund | | | Date: Wed Mar 26 16:00:11 2014 +0000 | | | | | | OSX fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/include/msgpack-modelica.h | | | | | * commit 63ed05a8833501cd3badadb9bd26a0c88ac30dea | | | Author: Martin Sjölund | | | Date: Wed Mar 26 15:27:15 2014 +0000 | | | | | | Fix OSX path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 53bb71fe74adac0e8ff0fc8050262e7c22709a04 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 15:03:46 2014 +0000 | | | | | | - Look for msgpack headers in correct directory | | | - Fix msgpack target dependencies | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | M Makefile.common | | | | | * commit f8f300a763dcca992c6bb7d654a21ae679a7ddc2 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 14:51:35 2014 +0000 | | | | | | Add missing sources | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | | | * commit 44225e0b56922b1d0921fc47f04281c22528b24d | | | Author: Martin Sjölund | | | Date: Wed Mar 26 14:45:47 2014 +0000 | | | | | | Fix Patternm.mo ugly RML syntax | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit b01222b306e2ba468298fb4bf68b6d4d2f82ec6e | | | Author: Martin Sjölund | | | Date: Wed Mar 26 14:29:07 2014 +0000 | | | | | | Add non-symlink | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | T Compiler/boot/include/msgpack-modelica.h | | | | | * commit 716f7bc9d3105eb569f5d27fa35e55b970117a30 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 14:22:32 2014 +0000 | | | | | | Add a non-symlink of MessagePack.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | T Compiler/Util/MessagePack.mo | | | | | * commit 0b2a0bd570f940b8a94a3832ffa54934c156452c | | | Author: Martin Sjölund | | | Date: Wed Mar 26 14:11:24 2014 +0000 | | | | | | Also add the missing include | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.in | | | A Compiler/boot/include/msgpack-modelica.h | | | | | * commit 5a7130c3c87549812000f8e84c6f164c57a35872 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 14:00:05 2014 +0000 | | | | | | - Removed unused Absyn/SCode/DAE.TRY/THROW/CATCH ('''make clean''' is recommended) | | | - Changed the filtering of unused as-bindings to also check assignments to local variables, and catch a lot more occurances (earlier if a variable was used in any case it was not removed from cases where it was unused) | | | - Added MessagePack.mo and SerializeModelInfo.mo to the bootstrapped compiler sources. | | | - They are not called from any package, and do not work with RML | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/PartFn.mo | | | A Compiler/BackEnd/SerializeModelInfo.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | A Compiler/Util/AvlTreeString.mo | | | A Compiler/Util/MessagePack.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/boot/Makefile.in | | | | | * commit 3300e29b0c07075ab445f55831af999b6a198594 | | | Author: Adrian Pop | | | Date: Wed Mar 26 13:37:54 2014 +0000 | | | | | | - remove useless GC_strdup as the buffer will be copied yet again in *mk_scon | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Print_omc.c | | | | | * commit 284ec25e7ecb03e0892b45e8f5f75cf1bf977d62 | | | Author: Adrian Pop | | | Date: Wed Mar 26 13:23:59 2014 +0000 | | | | | | Makefile.in | | | - compile GC with --enable-munmap=5 to return the free pages to OS after 5 GC cycles | | | - hopefully it works fine in Linux too | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 69437bbea99aa4805a30d671256747eec018d6b8 | | | Author: Adrian Pop | | | Date: Wed Mar 26 12:57:20 2014 +0000 | | | | | | SimulationRuntime/c/util/string_util.c | | | - proper type sizes for 32 bit | | | - fix cycle in reading of csv file for test | | | simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos | | | | | | CodegenC.tpl | | | - remove useless comment in the generated code. | | | | | | Makefile.omdev.mingw | | | - compile GC with --enable-munmap=5 to return the free pages to OS after 5 GC cycles | | | | | | C sources | | | - do not use alloc_*ignore_off_page so that we can debug better. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimplmisc.cpp | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/util/string_util.c | | | | | * commit 11261efee12c542ad2d42eb733ae3e78a389a709 | | | Author: OpenModelica Hudson | | | Date: Wed Mar 26 12:19:06 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit acf9488f4e85aec3a8cf5a79d813131cf9d852a1 | | | Author: Jim Nutaro | | | Date: Wed Mar 26 12:11:19 2014 +0000 | | | | | | Corrected code for initialization in the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 96d30c3f7bdd18e41d12610a35dba651bbee1c27 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 08:19:02 2014 +0000 | | | | | | Fix some warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/unitparser.cpp | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit 46bb5711a7d6263edfb5122d21a13b49f6c50c1a | | | Author: Martin Sjölund | | | Date: Wed Mar 26 06:51:18 2014 +0000 | | | | | | Add runtimeCPP dependency | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 2e5aa8d7685826caaf6199501f3261c71a972fa0 | | | Author: Martin Sjölund | | | Date: Wed Mar 26 06:46:17 2014 +0000 | | | | | | Compile modelica3d with gcc instead of clang | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M configure.in | | | | | * commit a5be7e6c544f0f0caf5bfa99605dc40f31f99d0c | | | Author: Adrian Pop | | | Date: Wed Mar 26 00:34:42 2014 +0000 | | | | | | - kill GC nightmare code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit d5d3490f27fadd9e0949e47b473e1524ae887434 | | | Author: Martin Sjölund | | | Date: Tue Mar 25 22:22:52 2014 +0000 | | | | | | match new[] with delete[] | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit abdc145ae1fdb6bf97a8a3fd46e256770d16f006 | | | Author: Martin Sjölund | | | Date: Tue Mar 25 22:07:46 2014 +0000 | | | | | | Better fix than r19761 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit dcb3428969cd69f0014d0e7fbd10422f909e0e13 | | | Author: Martin Sjölund | | | Date: Tue Mar 25 22:01:36 2014 +0000 | | | | | | Make a static variable to avoid returning a pointer into the stack frame | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/omi_ResultManager.cpp | | | | | * commit 1636ff082382112d9bd8219d163ad80ade362ff6 | | | Author: Martin Sjölund | | | Date: Tue Mar 25 21:47:51 2014 +0000 | | | | | | Fix dangerous VLA declaration | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 272656e4dd82201b85e1bd8141d2c192037371de | | | Author: Adeel Asghar | | | Date: Tue Mar 25 21:31:46 2014 +0000 | | | | | | - MetaModelica array handling support for debugger. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit e53b7a0394c4bb84cd45c826c7ebfbfad4a6b18e | | | Author: Martin Sjölund | | | Date: Tue Mar 25 21:23:43 2014 +0000 | | | | | | Adding attribute noreturn to relevant ModelicaUtilities functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaUtilities.h | | | | | * commit 1cafe93ca3f0ac8f3f52e6bef4609138f9ed77a5 | | | Author: Lennart Ochel | | | Date: Tue Mar 25 19:43:35 2014 +0000 | | | | | | - move ResidualCmp.mo to Compiler/Unused/ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | R100 Compiler/BackEnd/ResidualCmp.mo Compiler/Unused/ResidualCmp.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 6aed0d0605852ed34d48e41c1a68b311fe732b5b | | | Author: Adrian Pop | | | Date: Tue Mar 25 19:18:55 2014 +0000 | | | | | | - revert r19750 as it generates exp(NaN * ...) in the C code | | | This is the diff for the C code after r19750: | | | - tmp498 = exp((NaN * fabs(v))); | | | + tmp498 = exp((-754.1940416432905 * fabs(v))); | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit d4834ee5e302d7bad56aa097373cf54a4a0233e8 | | | Author: Niklas Worschech | | | Date: Tue Mar 25 16:32:16 2014 +0000 | | | | | | updated cpp tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ac2b965e42394d79684ebd9cad5ff05eab7d0322 | | | Author: Adeel Asghar | | | Date: Tue Mar 25 15:50:29 2014 +0000 | | | | | | - Remove the unused definitions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit f72a26662638deed25798581c09948719cbd8dff | | | Author: Vitalij Ruge | | | Date: Tue Mar 25 15:47:47 2014 +0000 | | | | | | - missing rule | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 198232b4049f2838475e22e45eaf7308026c5ac3 | | | Author: Adrian Pop | | | Date: Tue Mar 25 15:44:49 2014 +0000 | | | | | | - another attempt to fix the build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e73c54bed38dace95f427e62fcbd78f6e78d77a8 | | | Author: Adeel Asghar | | | Date: Tue Mar 25 15:42:52 2014 +0000 | | | | | | - Removed the extra implementation of realpath. | | | - Better debugging function. Just use 1 instead of 4. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit c98c79fd6f8983913d86758228846be8cd40a45d | | | Author: Adrian Pop | | | Date: Tue Mar 25 15:36:58 2014 +0000 | | | | | | - fix the emptyHashTable reference from the correct package. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit b609b87ad2a70deadf4782a35fc40e64258a261f | | | Author: Adrian Pop | | | Date: Tue Mar 25 15:28:45 2014 +0000 | | | | | | - same package, don't use qualified references | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 98d89b46142531f96a2ffb5ba940ccf8e89140c6 | | | Author: Lennart Ochel | | | Date: Tue Mar 25 14:56:58 2014 +0000 | | | | | | - move function getArraySubs from SimCodeUtil to ComponentReference | | | - move functions getZeroCrossings and getRelations from SimCodeUtil to FindZeroCrossings | | | - make some functions from package SimCodeUtil protected | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 3ba34e3f5149a853453ac345f125617dc51a0a78 | | | Author: Martin Sjölund | | | Date: Tue Mar 25 14:56:57 2014 +0000 | | | | | | Fix dylib version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 07a7ae95bb4969e723862159d3584c9d729dec88 | | | Author: Adeel Asghar | | | Date: Tue Mar 25 14:31:21 2014 +0000 | | | | | | - Fixed Windows build. Added the required CFLAGS for msgpack. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit afd37920798fd95d3347a82179cdc35bd3c46bef | | | Author: Martin Sjölund | | | Date: Tue Mar 25 12:25:44 2014 +0000 | | | | | | Clean msgpack on make clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 0f58b4f750477cf1e47bb028cf551ea7d5551b45 | | | Author: Martin Sjölund | | | Date: Tue Mar 25 11:56:32 2014 +0000 | | | | | | Adding makefile target to build libmsgpackc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit ca6a66926f7cce9208337bed87fff9940bbf9d69 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 25 11:00:28 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/string_util.c | | | | | * commit 807bc6fdaa389c586aa6bcec834818672d076f04 | | | Author: Martin Sjölund | | | Date: Tue Mar 25 10:57:26 2014 +0000 | | | | | | Actually add the files the last commit was supposed to add... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/c/util/string_util.c | | | A SimulationRuntime/c/util/string_util.h | | | | | * commit 72629c018b6b1f9c569f68be0422ef7ba1afedd9 | | | Author: Martin Sjölund | | | Date: Tue Mar 25 10:51:42 2014 +0000 | | | | | | #2641 | | | Added a locale-independent version of strtod (taken from ruby) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | D SimulationRuntime/c/meta/dtoa.c | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/util/CMakeLists.txt | | | M SimulationRuntime/c/util/read_csv.c | | | | | * commit c11a138beb581dd5cb0839e64be5bb6064b306b3 | | | Author: Vitalij Ruge | | | Date: Tue Mar 25 10:10:49 2014 +0000 | | | | | | - guard again c<0 for sqrt(c*e) => c1*sqrt(e) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 0b8cea1a8b5d5362096d9420dd51d71ce39c1fff | | | Author: Vitalij Ruge | | | Date: Tue Mar 25 09:46:04 2014 +0000 | | | | | | - added rule for sqrt(c*e) => c1*sqrt(e) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 77826cf11c14ddc7f38a99b80a98cf74eb7069f6 | | | Author: Adrian Pop | | | Date: Tue Mar 25 04:35:49 2014 +0000 | | | | | | - avoid stringListStringChar like the plague in Util.stringReplaceChar (use System.stringReplace) | | | - fix huge memory leak in System.stringReplace (basically the result was strdup-ed and never freed) | | | - enable Boehm GC in MSVC. | | | - still some issues with things like Util.xmlEscape as if the | | | string is rather big (40Mb or so) we will run out of memory as | | | Boehm GC will not kick in until the function returns as all the | | | temps are on the local stack! | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/systemimplmisc.cpp | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | | | * commit 46bac05f427a50d4912ed03ac0e3820cc0bca767 | | | Author: Adrian Pop | | | Date: Tue Mar 25 00:15:20 2014 +0000 | | | | | | - cleanup MetaModelica GC interface, remove obsolete files | | | - use alloc atomic whenever possible | | | - use alloc ignore off page for array allocation as they are quite big | | | - register pointer displacement (0) and if RML_STYLE_TAGPTR is defined register pointer displacement (3) also | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | D SimulationRuntime/c/meta/gc/common.c | | | D SimulationRuntime/c/meta/gc/common.h | | | D SimulationRuntime/c/meta/gc/generational.c | | | D SimulationRuntime/c/meta/gc/generational.h | | | D SimulationRuntime/c/meta/gc/marksweep.c | | | D SimulationRuntime/c/meta/gc/marksweep.h | | | M SimulationRuntime/c/meta/gc/mmc_gc.c | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | D SimulationRuntime/c/meta/gc/roots.c | | | D SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 7049f60684fe653e77eadcca3081637fb608dcc5 | | | Author: Adeel Asghar | | | Date: Mon Mar 24 21:31:13 2014 +0000 | | | | | | - function to get all the information of the tuple element. Used by debugger. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit fbf364c07365749443cbc03f40322b36b3ae3187 | | | Author: Vitalij Ruge | | | Date: Mon Mar 24 20:51:04 2014 +0000 | | | | | | added rule for (e * e1) * e => e1*e^2 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 83dd3edc49cab3c4a9a2afb9a571deae63492de3 | | | Author: Martin Sjölund | | | Date: Mon Mar 24 19:38:41 2014 +0000 | | | | | | Guard against str+str => 2*str | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 281b5e694ffc3692cc31173ea9194ab9f9261d4a | | | Author: Vitalij Ruge | | | Date: Mon Mar 24 19:17:45 2014 +0000 | | | | | | - fixed a + a = 2*a | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit ed42237c794444a8466cb80ba7426747ef1539f6 | | | Author: Martin Sjölund | | | Date: Mon Mar 24 19:10:08 2014 +0000 | | | | | | Prefer symbols defined in loaded shared objects over the ones in the executable | | | - This prevents the bootstrapped compiler from using a local function, say List.map, when running a testcase that is supposed to test this function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 340afbf03b76279f209665f477c5d599f21d8dfe | | | Author: Vitalij Ruge | | | Date: Mon Mar 24 18:23:38 2014 +0000 | | | | | | - improve case 0/x for makeProductLst | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 46a684483cb2d82e378f65b3d10c9d5640b5a4fa | | | Author: Martin Sjölund | | | Date: Mon Mar 24 17:08:29 2014 +0000 | | | | | | - Split +d=rml into 2 different debug-flags: +d=rml (transforms arrays into lists) and +d=strictRml (checks that the function inputs/outputs are in the same order as the match expression) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | M Compiler/boot/CompileFile.mos | | | | | * commit e024c4f2ea1ca464754236f99b25444589778f7b | | | Author: Vitalij Ruge | | | Date: Mon Mar 24 15:07:39 2014 +0000 | | | | | | added in makeProductLst two cases for x/0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a1d80593e66a805baf603c9e892f34965b8d9841 | | | Author: Adeel Asghar | | | Date: Mon Mar 24 14:55:56 2014 +0000 | | | | | | - function to get all the information of the option element. Used by debugger. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 9b6b0f64035d82e7b24db9310047ba543cb21044 | | | Author: Adrian Pop | | | Date: Mon Mar 24 14:36:53 2014 +0000 | | | | | | - meta_modelica_real.* are gone. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | | | * commit c9800552ce425f648a53a8bb5ded6b30543e160a | | | Author: Martin Sjölund | | | Date: Mon Mar 24 14:34:29 2014 +0000 | | | | | | Try to fix Windows builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | | | * commit b135fe89802d2995d2f248d3a43600b65385acca | | | Author: Vitalij Ruge | | | Date: Mon Mar 24 14:26:43 2014 +0000 | | | | | | - simplifyBinaryCoeff -> checking for x/0 | | | - fixed inverseFactors for 0/x (not possible 0/x) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit ce485b04ec52511fbd28d45067fe9d974e016d4c | | | Author: Leonardo Laguna | | | Date: Mon Mar 24 13:34:55 2014 +0000 | | | | | | - Adds wrapper function Dump.unparseElementArgStr needed by MathCore | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit fb64da956f6775ff221eca913adf180282807e0d | | | Author: OpenModelica Hudson | | | Date: Mon Mar 24 13:00:11 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 8b7ac24cc439208561954292e024cfc993eeb7e8 | | | Author: Niklas Worschech | | | Date: Mon Mar 24 12:58:13 2014 +0000 | | | | | | updated cpp runtime tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | | | * commit 15c63b4ab6ced989180e5b122a1299f2dac13482 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 24 11:47:43 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit a03fe4eba052ef8d6140da195007a55992829026 | | | Author: Willi Braun | | | Date: Mon Mar 24 11:45:45 2014 +0000 | | | | | | - simulation throw now directly an error if a non-linear system isn't solved proper | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 73eb44c749c58503e1c9c70160b71647beb6e8e5 | | | Author: Martin Sjölund | | | Date: Mon Mar 24 10:33:12 2014 +0000 | | | | | | Fixes for 32-bit Linux | | | - boxptr-functions return a struct containing the outputs. Even for built-in functions. | | | - This also goes for regular boxptr-functions accessed in the external C run-time and parser | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | M Compiler/runtime/System_omc.c | | | M Parser/ModelicaParser_omc.c | | | M Parser/parse.c | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_mk_box.h | | | D SimulationRuntime/c/meta/meta_modelica_real.c | | | D SimulationRuntime/c/meta/meta_modelica_real.h | | | M SimulationRuntime/c/util/modelica.h | | | M SimulationRuntime/c/util/utility.h | | | | | * commit c745e93ceb06734de843c95f5a99d808e2cd767f | | | Author: Lennart Ochel | | | Date: Mon Mar 24 10:06:37 2014 +0000 | | | | | | - make function replaceExp protected | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 06e7b61da0075f8c72ead7182e51c727dcbbc8b7 | | | Author: Lennart Ochel | | | Date: Mon Mar 24 09:05:19 2014 +0000 | | | | | | - minor code simplifications | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 7876872daa638417006b7a99a2729e0332c6efbd | | | Author: Martin Sjölund | | | Date: Mon Mar 24 06:19:47 2014 +0000 | | | | | | Fixing boxptr for record constructors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit fee49fb219b460c6819be3a011ed7d70f26071d8 | | | Author: Adrian Pop | | | Date: Mon Mar 24 01:11:53 2014 +0000 | | | | | | - more mmc_alloc_words_atomic for #if !defined(RML_STYLE_TAGPTR) | | | - works much better in Windows where omc is a 32 bit process | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | * commit ffe9a0c8ad4d1b2962e64d2237e2d525bc683590 | | | Author: Adrian Pop | | | Date: Sun Mar 23 20:20:00 2014 +0000 | | | | | | - add "checkcompiler" make target to check the compiler sources using the bootstrapped compiler | | | - very useful before making a commit to check if the sources work with the bootstrapped compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 909fc761b516004d5ab481c052b919a89e95f6ac | | | Author: Martin Sjölund | | | Date: Sun Mar 23 18:19:28 2014 +0000 | | | | | | Add the r19697 changes also for OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit e4fc2763484040a890387dbf0856509599985164 | | | Author: Martin Sjölund | | | Date: Sun Mar 23 18:18:01 2014 +0000 | | | | | | #2635 | | | - Add rpath to qt clients using gc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 5ad2878326ed125b8be370a227c9b53c8dc2991d | | | Author: Martin Sjölund | | | Date: Sat Mar 22 18:12:44 2014 +0000 | | | | | | Made Graph.allReachableNodes not spin infinity if we try to get the reachable nodes from a non-existing node | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Graph.mo | | | | | * commit c634370014d803b424b9a14046ce7562879f10a5 | | | Author: Martin Sjölund | | | Date: Sat Mar 22 17:21:09 2014 +0000 | | | | | | Fix separate code generation for boxing external objects and generating constructor/destructor functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit c05c10421c7132f1161d84d176721e1876e3665d | | | Author: Martin Sjölund | | | Date: Sat Mar 22 08:58:00 2014 +0000 | | | | | | - Avoid some unused expression warnings for failure(_ = fn()) | | | - Fix the variableFilter regex for OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Util.mo | | | | | * commit fdc58e2a4c8dbfa44edcaa4081697bbb3094f4c2 | | | Author: OpenModelica Hudson | | | Date: Fri Mar 21 16:31:47 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 835a6356189022f54a8b9b42b2e6363672583af0 | | | Author: Niklas Worschech | | | Date: Fri Mar 21 16:21:17 2014 +0000 | | | | | | Extended StateSelection interface in cpp runtime for second A Matrix | | | added agloop solver code to Jacobian class if it has algloops | | | added initialize method to Jacobian class | | | adapted cpp FMU and HPCOM template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | | | * commit 711af1cad9fc9ff51979549543aec2d946c41921 | | | Author: Adeel Asghar | | | Date: Fri Mar 21 16:09:20 2014 +0000 | | | | | | - convert list item name to string. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit b86a356cb06021990a0ee824f774d7c81b16822d | | | Author: Martin Sjölund | | | Date: Fri Mar 21 15:50:13 2014 +0000 | | | | | | Try to fix OSX nightly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 01bedd56a1afba6ef6c039ece8fa6e2a97db8c09 | | | Author: Martin Sjölund | | | Date: Fri Mar 21 15:46:51 2014 +0000 | | | | | | Use $ORIGIN and $ORIGIN/../lib/omc as origins | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit b0cf76a389d149fb1b217e88459a796038cfb354 | | | Author: Martin Sjölund | | | Date: Fri Mar 21 15:03:45 2014 +0000 | | | | | | Update the bootstrapping build scripts to support packages in packages (so we can create nicer package structures) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 7fb3709f9de9f93a0d34fdc6ecf18eb6f5510b65 | | | Author: Lennart Ochel | | | Date: Fri Mar 21 14:56:27 2014 +0000 | | | | | | - remove unused function differentZeroCrossing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | | | * commit cc7bdf2697f7221bf424366fbd4d36421d48d983 | | | Author: Marcus Walther | | | Date: Fri Mar 21 13:03:51 2014 +0000 | | | | | | - simCodeEquations are now ordered correctly when using taskdep-scheduling | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit aa7ab85c7816841e15b7edb1e452ad492ae19d5d | | | Author: Martin Sjölund | | | Date: Fri Mar 21 12:23:40 2014 +0000 | | | | | | Dump () for empty argument list in external functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | * commit f98bfed0d236c508ed652cc577e9dc1bac9d9f2a | | | Author: Adrian Pop | | | Date: Fri Mar 21 11:11:59 2014 +0000 | | | | | | - ansi C. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 899e0df1a729945eb90d02f3f3ea04f9284cbde7 | | | Author: Lennart Ochel | | | Date: Fri Mar 21 10:29:15 2014 +0000 | | | | | | - remove space characters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.c | | | | | * commit d8071647b245bdd6f4313c4c3e9b6f53d4f9726f | | | Author: Martin Sjölund | | | Date: Fri Mar 21 10:14:14 2014 +0000 | | | | | | Try to make msvc happy | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 714685aa1fbbe865dcccbc28711e63ce2272f098 | | | Author: Lennart Ochel | | | Date: Fri Mar 21 10:08:59 2014 +0000 | | | | | | - fix #2633 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.h | | | | | * commit 12a4a19e99bc03372e2e55de7fc7eb2762a43280 | | | Author: Marcus Walther | | | Date: Fri Mar 21 09:56:51 2014 +0000 | | | | | | - openMP 4.0 task dependency support added for CodegenC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 0d881d0c1d4d16cfb5e781d9df3e0f2b9cacc4be | | | Author: Martin Sjölund | | | Date: Fri Mar 21 09:54:56 2014 +0000 | | | | | | - Fix scoping issue for MatchDotNotation (wrong component env) | | | - Added the new language extensions to Basic-Exercise-MetaModelica.onb | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5dfb5d02e51b803bee223e0b646b25327637867f | | | Author: Marcus Walther | | | Date: Fri Mar 21 09:07:14 2014 +0000 | | | | | | - fixed generated code for level scheduling | | | - cpp-codegeneration with enabled hpcom-flag is working again | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit ee1a077f6a8b309e07eac69f7e106236e6d3622b | | | Author: Adrian Pop | | | Date: Thu Mar 20 23:56:50 2014 +0000 | | | | | | - ansi C. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 1b9cc0ae27d4047db07957023de2908a6dc891cd | | | Author: Adeel Asghar | | | Date: Thu Mar 20 23:43:25 2014 +0000 | | | | | | - Properly get the length of the pointer. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit c1d710c3a592dbcc00b1031672bf64309937d636 | | | Author: Martin Sjölund | | | Date: Thu Mar 20 17:54:02 2014 +0000 | | | | | | - Output fewer errors when doing partial function type instantiation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 025b74ad4ad226b63987395520ad4f2e26efe1c0 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 20 16:22:06 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f3a991d454569232a5a5ea509f4cf2142c1a24cd | | | Author: Patrick Marcel Taeuber | | | Date: Thu Mar 20 15:55:49 2014 +0000 | | | | | | introduced some modified heuristics to Cellier tearing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 01f0579c44581921bf06634ee7a6a12c2464a3dd | | | Author: Per Östlund | | | Date: Thu Mar 20 15:42:29 2014 +0000 | | | | | | - Forgot to commit changes to AbsynDumpTpl. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | * commit 0cce23791f1810befb88e5e1a02045230a4a9383 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 20 15:40:25 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit 12fe7dc9e25d04936a766a371eba1746ddebf4b0 | | | Author: Per Östlund | | | Date: Thu Mar 20 15:35:55 2014 +0000 | | | | | | - Added back unparseClassStr and unparseClassList in Dump. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit 3f792b8055e60ca6777eaffea080892d23522b55 | | | Author: Martin Sjölund | | | Date: Thu Mar 20 12:32:40 2014 +0000 | | | | | | Handle expression with aliases | | | - Expressions like the following are handled | | | - `match x as ... case REC() then x.field;` | | | - `match x case REC() then x.field;` | | | - An alias `x` is treated as an implicit input component inside the match-expression. It may not be re-assigned. | | | - `x as pat` patterns are still explicit and need `x` to be declared as a component | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/List.mo | | | | | * commit 03953a917eb144c3520c90fb8a24c5221b996874 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 20 07:27:33 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | * commit 870fd2b5dd9280cee5c8d281dc35b0631edce744 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 20 07:26:51 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | | | * commit 9fcf37bf88623582d578d5d66593f1d914ded1e6 | | | Author: Marcus Walther | | | Date: Thu Mar 20 07:24:11 2014 +0000 | | | | | | - AnalyzationMode added, which will link the libraries statically. It can be used by adding "-D ANALYZATION MODE" in the makefile and by compiling your model with "+d=hpcom, hpcomAnalyzationMode" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Modelica/ModelicaLibraryConfig.inc.in | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverSettingsOMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | A SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | | | | | * commit 9235b88bfbb0ed0038b379dfbd8d104ed0a4b2e4 | | | Author: Adrian Pop | | | Date: Thu Mar 20 01:41:19 2014 +0000 | | | | | | Attempt to fix: #2627 | | | - disable +a (+keepArrays) when evaluating the graphical API | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 795c77bbc9c994d4c4b5d4ab45d951f829f32a33 | | | Author: Adeel Asghar | | | Date: Wed Mar 19 23:07:10 2014 +0000 | | | | | | - function to get all the information of the list item. Used by debugger. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit e34d97f48ab1262f832b58c3f464f5fce1e873db | | | Author: Adeel Asghar | | | Date: Wed Mar 19 20:54:51 2014 +0000 | | | | | | - Do not return the value. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 67adbd976abe0634c7974ad078b2824b46c5ac23 | | | Author: Adrian Pop | | | Date: Wed Mar 19 18:00:11 2014 +0000 | | | | | | - ansi C please! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 61b63ab42a9646fde3de5484b0e99fa2eba0869f | | | Author: Martin Sjölund | | | Date: Wed Mar 19 15:44:20 2014 +0000 | | | | | | Don't use empty dependencies... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 4a990f9dbcfe4a92aa7ed8f10a5825f256e990bf | | | Author: Martin Sjölund | | | Date: Wed Mar 19 15:33:04 2014 +0000 | | | | | | Try a different guard so make clean works better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 556e11c91940bcd4b4d18a1e62447b991fa58f89 | | | Author: Martin Sjölund | | | Date: Wed Mar 19 15:24:43 2014 +0000 | | | | | | Remove Dependency.mo and AbsynDep.mo as they were unused in OpenModelica and replaced by more robust SCode dependency analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | D Compiler/FrontEnd/AbsynDep.mo | | | D Compiler/FrontEnd/Dependency.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit f07f98e43b6452aab6b8dc60ad4cadb04e59cab7 | | | Author: Adeel Asghar | | | Date: Wed Mar 19 14:37:13 2014 +0000 | | | | | | - function to get all the information of the record element. Used by debugger. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit f97adf5089573229ee1a81a160593efe5d42e3d1 | | | Author: Martin Sjölund | | | Date: Wed Mar 19 14:05:54 2014 +0000 | | | | | | Introduce new MetaModelica language feature: dot-access of as-bound records | | | - See new testcase testsuite/metamodelica/meta/MatchDotNotation.mos | | | - Some compiler sources were updated because you may no longer update some as-bound variables (like: `case x as REAL(_); equation x = INT(1);`) | | | ''If you are still using rml-mmc, you will need to update to mm:r272'' | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/RewriteRules.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/boot/Makefile.common | | | | | * commit ee6618fbbf5b660966857e47f5bf8a00679d0a87 | | | Author: Per Östlund | | | Date: Wed Mar 19 12:09:11 2014 +0000 | | | | | | - Fixed compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 4519450b28e5049e86ff32544f0983d7bb1b520d | | | Author: OpenModelica Hudson | | | Date: Wed Mar 19 12:04:49 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 7f20c6eb052abcff9607d67a08ac8edef4bc602c | | | Author: Marcus Walther | | | Date: Wed Mar 19 11:55:45 2014 +0000 | | | | | | - level scheduling structure is now using the task-uniontype | | | - nodeMark-multiplicator will now be applied on dumping | | | - added code generation and scheduler for OpenMP 4.0 task dependencies | | | - remove comment-signs before "applyFilters..." | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 6037fc27529054a8edb911060754b1e149bf5bc4 | | | Author: Martin Sjölund | | | Date: Wed Mar 19 07:40:10 2014 +0000 | | | | | | Revert r19617 to unbreak unix builds. Windows-specific copying goes into Windows-specific makefiles | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 4bff18935d60ba5b589760e135ae50e279ffed2e | | | Author: Adrian Pop | | | Date: Tue Mar 18 13:03:39 2014 +0000 | | | | | | - avoid recursive *public* dependency between AbsynDumpTpl and Dump | | | as MetaModelica/RML will consume all memory. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit 941c2801fb1c7e7ec9626fdaa46531b030679621 | | | Author: Per Östlund | | | Date: Tue Mar 18 11:39:04 2014 +0000 | | | | | | Replaced unparsing parts of Dump with templates. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | * commit 4b2ca6a480b87751ec5960fbbbd277ecf02c003c | | | Author: Niklas Worschech | | | Date: Tue Mar 18 09:28:59 2014 +0000 | | | | | | modified make file to copy minpack dll to build/bin folder | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit cbf706e1faa6c9fa0e87c1775bc853867c7201f7 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 17 16:33:41 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit daad0c5cbcde1b1a17ffce05ad77c594977ee469 | | | Author: Niklas Worschech | | | Date: Mon Mar 17 16:08:25 2014 +0000 | | | | | | added call to state selection in CVode solver | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | | | * commit 0976f412172458a13dde4d599b6323dfc4c923ad | | | Author: Volker Waurich | | | Date: Mon Mar 17 13:23:03 2014 +0000 | | | | | | - push an intermediate status of evalConstFuncs (mostly handling of if/elseif/else) | | | - added function Debug.bcallret2_2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Util/Debug.mo | | | | | * commit 6c46801dee6bedf7d3ec903358e8607ae735e677 | | | Author: Lennart Ochel | | | Date: Mon Mar 17 12:56:11 2014 +0000 | | | | | | - move findZeroCrossings to FindZeroCrossings.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | A Compiler/BackEnd/FindZeroCrossings.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 54716f4924798bc795e86a0f0dc4203fe739083f | | | Author: Marcus Walther | | | Date: Mon Mar 17 12:42:30 2014 +0000 | | | | | | - changed the boost_thread library to optional | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 9f0c090887e64478095e05933bc73fdc4dc5ed3f | | | Author: Adrian Pop | | | Date: Mon Mar 17 12:36:15 2014 +0000 | | | | | | - push this in so I don't have to merge it each time somebody plays with the flags | | | - cleanup the flags a bit | | | - add new flags for upcoming front-end changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 69ffaa8df31f6b97e7752229a0b294e742fb3490 | | | Author: Willi Braun | | | Date: Mon Mar 17 12:18:53 2014 +0000 | | | | | | - fix bad calculation of the range in zero-crossings search. (occured in #2621) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 976905576af1c43412e49a345333f716ae99bfba | | | Author: Marcus Walther | | | Date: Mon Mar 17 11:25:48 2014 +0000 | | | | | | - support for boost threads added (required for hpcom) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | | | * commit b3a9199713bfdafed93bd00d80fbd314425e3274 | | | Author: Marcus Walther | | | Date: Mon Mar 17 10:13:11 2014 +0000 | | | | | | - revert my previous commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | | | * commit 447c8a97e71e09dfe13a5767e2ac47b2396bbfde | | | Author: Volker Waurich | | | Date: Mon Mar 17 09:33:21 2014 +0000 | | | | | | - extended Expression.isConst for records | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 2bc49750037da6fbd52e9d2a3f9dab7b5b1917ff | | | Author: Marcus Walther | | | Date: Mon Mar 17 09:21:40 2014 +0000 | | | | | | - support for boost threads added (required for hpcom) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | | | * commit f5a16f2fd7074ca9785bf82dfefc4888a413ea1f | | | Author: Marcus Walther | | | Date: Mon Mar 17 09:19:23 2014 +0000 | | | | | | - analyzation flag for hpcom added | | | - cpp code generation has now support for hpcom-pThreads | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f9cffd583c9c2ed17165b8872814bf02814c308e | | | Author: Lennart Ochel | | | Date: Sat Mar 15 21:20:27 2014 +0000 | | | | | | - move optimization module 'resolveLoops' to ResolveLoops.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | A Compiler/BackEnd/ResolveLoops.mo | | | M Compiler/Makefile.common | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 1fd72aaae29081e95cf19f189f5d2c4b642de163 | | | Author: Martin Sjölund | | | Date: Sat Mar 15 19:04:27 2014 +0000 | | | | | | Add missing sources | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/LoadCompilerSources.mos | | | | | * commit 63c3e4c11cbe38030d38e74560f058426c8b59fb | | | Author: Lennart Ochel | | | Date: Sat Mar 15 17:28:29 2014 +0000 | | | | | | - fix #2336 | | | - move optimization module 'inlineArrayEqn' to InlineArrayEquations.mo | | | - add description for optimization module 'inlineArrayEqn' | | | - remove unused modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | A Compiler/BackEnd/InlineArrayEquations.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Flags.mo | | | | | * commit 989344c2aef8f526a5c3dfeb5d0d10fb65658d2f | | | Author: Martin Sjölund | | | Date: Sat Mar 15 16:55:35 2014 +0000 | | | | | | Call destructors for external objects created locally in functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 872e61f32de892ebc86363521fd0f85f07368f12 | | | Author: Martin Sjölund | | | Date: Fri Mar 14 17:11:35 2014 +0000 | | | | | | Add -lgc also for omplot. Add gc as dependency in the makefiles | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 0b2449d920a90e05d78288d4e5c7a9aa79cd6e09 | | | Author: Adeel Asghar | | | Date: Fri Mar 14 14:37:54 2014 +0000 | | | | | | #2598 | | | - Fixed plotting of CSV result files. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_csv.h | | | | | * commit 0f3fa9c9709f42a8ad04cbcaf56c88a83da896d9 | | | Author: Willi Braun | | | Date: Fri Mar 14 13:39:06 2014 +0000 | | | | | | - improved fix to #2510 and also the testcase for enumeration, interger and boolean. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9cf3f1ec71428ac5c7bfaca860c6d13103e83d25 | | | Author: Vitalij Ruge | | | Date: Fri Mar 14 12:04:38 2014 +0000 | | | | | | - improve stepsize for num hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 2c4aec27ae20b03cb677120f7a41902caf3f0d77 | | | Author: Vitalij Ruge | | | Date: Fri Mar 14 11:41:22 2014 +0000 | | | | | | - fixed LOG_IPOPT_ERROR | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | | | * commit 64360fd67f9eab7939d202ad576d95a23463724c | | | Author: Vitalij Ruge | | | Date: Fri Mar 14 09:56:09 2014 +0000 | | | | | | remove redundant case | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | | | * commit 7ded586f3462589da1df636d077c887d2dc3ceb7 | | | Author: Vitalij Ruge | | | Date: Fri Mar 14 09:41:11 2014 +0000 | | | | | | - split generation for jacobian structure in the optimization | | | - improve output format for LOG_IPOPT_JAC | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit a2415e74779acc3a95fb22111763458a5e0d50aa | | | Author: Martin Sjölund | | | Date: Fri Mar 14 08:59:49 2014 +0000 | | | | | | Check for negative dimensions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/Util/Error.mo | | | | | * commit fb92e2b51035d3f6209023f42a6a68df535f852c | | | Author: Martin Sjölund | | | Date: Thu Mar 13 17:35:11 2014 +0000 | | | | | | Fixes for ModelicaCompliance.Algorithms.For.BoolRange | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/utility.h | | | | | * commit ced95190ce3ad213627afbcaeede5c90d00340b9 | | | Author: Willi Braun | | | Date: Thu Mar 13 16:18:19 2014 +0000 | | | | | | - fix for #2510. Substract one to map modelica index(1:n) to c index(0:(n-1)) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b0931998db833c08bb2b314b3c0ea1d0252a4278 | | | Author: Vitalij Ruge | | | Date: Thu Mar 13 16:05:56 2014 +0000 | | | | | | - improve sparsety structure for hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 87c14b137d34fafac9bf4bf2c968da85c7c88304 | | | Author: OpenModelica Hudson | | | Date: Thu Mar 13 14:23:30 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | * commit 8a0c803418c4fea4b9cfc2828e215afc25c7a1e8 | | | Author: Niklas Worschech | | | Date: Thu Mar 13 14:03:43 2014 +0000 | | | | | | - added index parameter to stateset methods, in order to distinguish between different statessets | | | - fix in hybrj for initialization of linear systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | * commit 6dc125be46e397b7aac58cab19b2a4fa8dac33b5 | | | Author: Martin Sjölund | | | Date: Thu Mar 13 13:46:23 2014 +0000 | | | | | | Use Absyn.pathCompare(...) instead of stringCompare(pathString...) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 07bc649e0e09e94c5c05d976e968b54745176b25 | | | Author: Martin Sjölund | | | Date: Thu Mar 13 09:30:13 2014 +0000 | | | | | | Don't compare strings 3 times | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19562 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 42c9e6de7935eff6500782059e9a7a52acc0f0dc | | | Author: Vitalij Ruge | | | Date: Thu Mar 13 09:22:38 2014 +0000 | | | | | | - improve scaling | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 76f7f8d2bf8742526bca5d1524ef0624d6ac01ff | | | Author: Adrian Pop | | | Date: Wed Mar 12 22:26:26 2014 +0000 | | | | | | - ANSI C please! | | | - fix Windows builds (VS) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 402280febfa09b89d9f1b353f6c29e8136620e32 | | | Author: Martin Sjölund | | | Date: Wed Mar 12 17:11:47 2014 +0000 | | | | | | Adding function DAEUtil.avlKeyCompare instead of hard-coding this | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit ae0d26c1f470068bcfa0db9bbde1983916adfdb0 | | | Author: Lennart Ochel | | | Date: Wed Mar 12 17:07:44 2014 +0000 | | | | | | - add error message for #2614 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 47163a75d10d7519fa93efedce6b1aee61119964 | | | Author: Per Östlund | | | Date: Wed Mar 12 13:30:51 2014 +0000 | | | | | | Fix for #2616: | | | - Handle DAE.DEFINE in InstUtil.moveBindings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit bbc022e6470308cc04f915ef2c6b7ac5027bee6a | | | Author: Henrik Tidefelt | | | Date: Wed Mar 12 10:43:09 2014 +0000 | | | | | | Fix/improve error messages for implicit Integer to enumeration conversion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit b8df1614e60684011b7ebd75c7a2832a0cad6f78 | | | Author: Willi Braun | | | Date: Wed Mar 12 09:46:24 2014 +0000 | | | | | | - remove an accidentally commit change | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 038198339e2c8617da6778a503bdde16e1e47a95 | | | Author: Willi Braun | | | Date: Wed Mar 12 09:43:54 2014 +0000 | | | | | | - more fixes DEBUG_OUTPUT, added debugStreamPrintWithEquationIndexes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 7d7ec63fdf628d849d061ca6f34bbfeccdbfb526 | | | Author: Willi Braun | | | Date: Wed Mar 12 09:35:53 2014 +0000 | | | | | | - fixed compiling of DEBUG_OUTPUT further | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 35720bc17179bbf5b48b2e66f7857119890fe6a6 | | | Author: Adrian Pop | | | Date: Wed Mar 12 09:20:04 2014 +0000 | | | | | | - attempt to fix the coding style job. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 37b1a3d428f8243a6a2acc6b1dd343cd5cc724c2 | | | Author: Willi Braun | | | Date: Wed Mar 12 08:17:23 2014 +0000 | | | | | | - fixed DEBUG_OUTPUT compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 50b0d523b0cf1726adccb5f916af1c6e29310657 | | | Author: Henrik Tidefelt | | | Date: Tue Mar 11 15:21:47 2014 +0000 | | | | | | Allow integer instead of enum constant when compiler is invoked with +intEnumConversion | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 180e7f58fd2e5f177a4495c2feee4d081661af4f | | | Author: Lennart Ochel | | | Date: Mon Mar 10 15:54:15 2014 +0000 | | | | | | - fix last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 7f9e35d6d01b089c2c80adf6be6ff74a7aa8b3a1 | | | Author: Lennart Ochel | | | Date: Mon Mar 10 15:44:13 2014 +0000 | | | | | | - some code simplifications | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 58557630b129fe2ba96b3b4e74735caed39fb534 | | | Author: Niklas Worschech | | | Date: Mon Mar 10 15:30:42 2014 +0000 | | | | | | fix in cpp template initialize equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9ea166d9b82a0b4a623d3f12c29ba8e1ee2a8136 | | | Author: Volker Waurich | | | Date: Mon Mar 10 09:42:02 2014 +0000 | | | | | | - commented out 2 cases in Expression.isConst, that hopefully fix the tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit a59b19c6ba219c74b26fcb7749af803c226827d9 | | | Author: Martin Sjölund | | | Date: Mon Mar 10 09:41:16 2014 +0000 | | | | | | Removed not needed import | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Util/System.mo | | | | | * commit dbdc4fa5448d781f1b4b79e6332cb110070fc334 | | | Author: Niklas Worschech | | | Date: Mon Mar 10 09:28:55 2014 +0000 | | | | | | fix in cpp tempalte for initvars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a3cd3254128a32472e0d968072e741a79e017cfa | | | Author: Volker Waurich | | | Date: Mon Mar 10 08:16:24 2014 +0000 | | | | | | handle complex functions in evalConstFuncs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/List.mo | | | | | * commit 597dca7ccae5f2d64f7f166648e5979fef849bce | | | Author: Martin Sjölund | | | Date: Sun Mar 9 16:20:36 2014 +0000 | | | | | | Do inlining of arrayGet by default (halves the cost). | | | - OMCC: Use unsafe arrayGet in the parser (eliminates the cost of arrayGet almost completely) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 5c77736db7320edeeee93e4ac8800a0087265efb | | | Author: Adrian Pop | | | Date: Sat Mar 8 21:10:38 2014 +0000 | | | | | | - switch back to 1.9.1Nightly | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit c85f59eb8abe6206b65cb71380038a9792fc4b4a | | | Author: Adrian Pop | | | Date: Sat Mar 8 19:46:16 2014 +0000 | | | | | | - update version to 1.9.1 Beta2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 73430dd7d548182bb82fb7bb9cc859c3f1983f56 | | | Author: Martin Sjölund | | | Date: Sat Mar 8 15:55:38 2014 +0000 | | | | | | - Added new annotation: `annotation(__OpenModelica_FileInfo=("parserModelica.y",718));` on something with file information (e.g. equation,algorithm,class) now changes the file and line | | | - Changed the OMCC grammar syntax. You no longer define the types returned by each rule - everything is an AstItem (a uniontype containing all types). | | | - The above changes allow us to use only 1 stack for AstItem (previously, we had to allocate memory for all 80+ types and push them for each reduction) | | | - The grammar was updated (and tested on the given testsuite) | | | - The grammar was also fixed. Some rules previously used $1 and $2 even though $1 and $3 were to be used. It worked anyway because $2 and $3 were in different stacks... | | | - Halved the time Machines.mo takes to parse | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 21d3185b523dfd91df313b293fe0ec2480800ebc | | | Author: Vitalij Ruge | | | Date: Sat Mar 8 14:36:15 2014 +0000 | | | | | | - improve output format | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 0d0aa16ebc5cb36ad771c27893192dd4dbe3df47 | | | Author: Vitalij Ruge | | | Date: Sat Mar 8 14:03:22 2014 +0000 | | | | | | fixed pre simulation for optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit b68af4158a0955c2335f59fe3b8fc2ba6e161c72 | | | Author: Martin Sjölund | | | Date: Sat Mar 8 13:33:57 2014 +0000 | | | | | | Add -fno-stack-protector as a default flag since it messes with some systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 245ad85bc4c45623509abb6524953ac09e9b84e4 | | | Author: Vitalij Ruge | | | Date: Sat Mar 8 09:37:46 2014 +0000 | | | | | | - fixed warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 13dec42c38f57c326ad9d0def8be729626a5bcf3 | | | Author: Adrian Pop | | | Date: Sat Mar 8 04:43:07 2014 +0000 | | | | | | - support multiple indexes for ASUB (subscripting of general expressions like function calls) in XMLDump.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit b7570b30535a266bae23e720df1e49ad2417c54e | | | Author: Volker Waurich | | | Date: Thu Mar 6 14:58:49 2014 +0000 | | | | | | - added a case for record expressions to DAEDump.dumpExpStr | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | * commit 40537d65c964e10a29c06eef2625ff30d80dd681 | | | Author: Adrian Pop | | | Date: Thu Mar 6 14:23:30 2014 +0000 | | | | | | - fix Windows build | | | include omc_inline.h to make VS happy | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 2c3d86a1a16b587d1e467b2fc2a64ffd51a3895c | | | Author: Lennart Ochel | | | Date: Thu Mar 6 14:05:44 2014 +0000 | | | | | | - reactivate r19458 because it fixes some bugs | | | - handling of different attributes in alias-sets is still not working correctly (this should become a ticket) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 9be13ce01c736abdc27041d8029b25101c91471e | | | Author: Per Östlund | | | Date: Thu Mar 6 13:44:44 2014 +0000 | | | | | | - More punctuation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit cc8c7df255e37abba7053a61f6115a6007ac14ca | | | Author: Per Östlund | | | Date: Thu Mar 6 13:39:41 2014 +0000 | | | | | | - Punctuation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit c84bd029da2ddc773aa1d0c47a067e6c7b06b08f | | | Author: Volker Waurich | | | Date: Thu Mar 6 13:26:16 2014 +0000 | | | | | | - added module to evaluate a function partially / check if the output or parts of the output are constant | | | - added function BackendVarTransform.getReplacementCRefFirst and Debug.bcallret1_2 | | | - added debug flag "evalConstFuncs" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 374b6bb9f8d416e0fc8e68ca6fac8871dad0737e | | | Author: Martin Sjölund | | | Date: Thu Mar 6 11:41:43 2014 +0000 | | | | | | Use newly added MetaModelica.Dangerous.listReverseInPlace to save a little more time in the OMCC lexer | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 31afccab1d1b1f38726107ddb2c9e96fe38ab849 | | | Author: Martin Sjölund | | | Date: Thu Mar 6 08:37:58 2014 +0000 | | | | | | - Inline some more MetaModelica functions | | | - OMCC: Combine the Absyn.INFO lines/columns into the OMCCTypes.TOKEN directly (1 fewer allocation) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/gc/common.h | | | M SimulationRuntime/c/meta/gc/generational.h | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/marksweep.h | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | A SimulationRuntime/c/meta/meta_modelica_gen_mk_box.sh | | | A SimulationRuntime/c/meta/meta_modelica_mk_box.h | | | M SimulationRuntime/c/openmodelica.h | | | A SimulationRuntime/c/openmodelica_types.h | | | M SimulationRuntime/c/util/modelica_string.c | | | | | * commit fcd56fed3f67a2bd2c4158832d6d97c287a0bf9e | | | Author: OpenModelica Hudson | | | Date: Thu Mar 6 08:34:54 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9b9b39b571f381150122acee78333d707ed675bc | | | Author: Niklas Worschech | | | Date: Thu Mar 6 08:26:33 2014 +0000 | | | | | | fix in cpp template for changed stateset jacobian names | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit fd641b4ae3732283d42aa9addded1db519123231 | | | Author: Niklas Worschech | | | Date: Thu Mar 6 07:53:30 2014 +0000 | | | | | | fix in cpp template for call of executable in Linux script | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1f9d33c1226a8483e4ba74a189a1785ba9967ec1 | | | Author: Lennart Ochel | | | Date: Thu Mar 6 00:36:25 2014 +0000 | | | | | | - revert r19458, since it breaks working test cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 13f27fb711a125e3433bf50d7ae9f26e1e66e6eb | | | Author: Willi Braun | | | Date: Wed Mar 5 21:51:51 2014 +0000 | | | | | | - changed merge of nominal values for alias variables | | | - don't calculate arithmetic mean instead choose via componentReference depth (like for start values) | | | - also don't negate nominal values | | | - one testcase fails for some different reasons(non-linear solver), so deactived for now(Modelica.Fluid.Examples.BranchingDynamicPipes.mos). | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 3995d2cc94e12f4ddcf07602113bfbd30a80ef17 | | | Author: Martin Sjölund | | | Date: Wed Mar 5 19:25:31 2014 +0000 | | | | | | Fix whitespace | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 737761e27a1440b6d51c13a15163323e4d5e3235 | | | Author: Martin Sjölund | | | Date: Wed Mar 5 19:02:50 2014 +0000 | | | | | | - Add MetaModelica.Dangerous.stringGetNoBoundsChecking | | | - Change LexerCode.action to return a token with index=-1 instead of NONE() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 9c23fef5d3062a1e7cb3d95b9adc91084d2db78e | | | Author: OpenModelica Hudson | | | Date: Wed Mar 5 17:50:45 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0d172aecb75d05b369c1dde12db588eaa4309d5d | | | Author: Niklas Worschech | | | Date: Wed Mar 5 17:41:41 2014 +0000 | | | | | | fix for typo in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4d92d0668a3a3381c29eb68c39b51b3437b161de | | | Author: OpenModelica Hudson | | | Date: Wed Mar 5 16:34:57 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit b8b4f3870fe2476e6f79ecedbc8b350abed5b81d | | | Author: OpenModelica Hudson | | | Date: Wed Mar 5 16:34:27 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | | | * commit 7f9dae544d66eaa8b9070db24d35c621f0f7ddf5 | | | Author: Martin Sjölund | | | Date: Wed Mar 5 16:16:38 2014 +0000 | | | | | | - Change start state from Integer to list as an optimization (!). This variable was always used to re-initialize the current states (a list), by creating a list from the start state (costs 1 allocation). By always keeping it as a list, you do 0 allocations (not even when changing start state: all those assignments are constant values which are optimized). | | | - Added new MetaModelica function, MetaModelica.Dangerous.arrayGetNoBoundsChecking which is also inlined by macro (saves a surprising amount of run-time performance) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit c5a8510890494837c6c34c36c98d2b243d76bd84 | | | Author: Niklas Worschech | | | Date: Wed Mar 5 16:06:57 2014 +0000 | | | | | | fix in cpp template for linux executable name | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c2634e2732db4bdfedd204f82066071798565090 | | | Author: Niklas Worschech | | | Date: Wed Mar 5 16:05:13 2014 +0000 | | | | | | added modelicastandardtables build in cpp runtime CMakeFiles | | | changed cpp runtime executable name with Main suffix | | | added StateSelection class to cpp solver component | | | added stateselection methods of cpp system in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | A SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | A SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | A SimulationRuntime/cpp/Include/Core/System/IStateSelection.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | | | * commit 7650787f44f657b79a49535a1efd1faba89e9bf7 | | | Author: Martin Sjölund | | | Date: Wed Mar 5 15:39:46 2014 +0000 | | | | | | Allow the user to override start-values and parameters in the JavaScript webworker | | | - By sending {basename: basename, override: {r: 35, stopTime: stopTime, tolerance: tolerance, stepSize: +stopTime / intervals}}, all override variables are joined and sent as argv in the simulation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenJS.tpl | | | M SimulationRuntime/c/emcc/pre.js | | | | | * commit 3c381255cfe9e9554759579296e1b64ab8f3da6b | | | Author: Vitalij Ruge | | | Date: Wed Mar 5 14:26:56 2014 +0000 | | | | | | - temporyry fix for optimization with output file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit d0660ecc09be64561a4da3a167e849262235842b | | | Author: Willi Braun | | | Date: Wed Mar 5 14:06:43 2014 +0000 | | | | | | - fixed initial guess for optimize | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 937b5ea4c37b3d97dc6cd4f2736c7f119b4f2531 | | | Author: Adeel Asghar | | | Date: Wed Mar 5 13:20:01 2014 +0000 | | | | | | - Removed PySimulator since it is moved to github. | | | - Only creates the OMPython directories when user installs it. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 0ee1e91d71be5d61f7a8c3e46e4218903e1e9675 | | | Author: Martin Sjölund | | | Date: Wed Mar 5 09:09:26 2014 +0000 | | | | | | Adding MetaModelica builtin stringGet (returns a byte as Integer) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit e782576d57f45619c4edb0a9ba6145f9d162d9b2 | | | Author: Lennart Ochel | | | Date: Wed Mar 5 08:54:43 2014 +0000 | | | | | | - fix initialization by matfile | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit e90e5dee910e242dc458d38a8685b1c66e1e02b7 | | | Author: Adrian Pop | | | Date: Wed Mar 5 06:07:44 2014 +0000 | | | | | | - optimize template unparsing a bit (mostly memory but also speed) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | | | * commit 64794761e83194fad6ba1b634a55878e2b18c65c | | | Author: Vitalij Ruge | | | Date: Tue Mar 4 20:30:57 2014 +0000 | | | | | | - improve output format | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit ac1dc0db2f5d2c6c875b7e77018158eda07dd344 | | | Author: Vitalij Ruge | | | Date: Tue Mar 4 20:00:25 2014 +0000 | | | | | | fixed time grid for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 0f18ca41b8adb575ab06ccbad8a22d8781f0f947 | | | Author: Vitalij Ruge | | | Date: Tue Mar 4 19:45:28 2014 +0000 | | | | | | - fixed ipopt warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 97d2835612e65e8d23a24b5d1015115598a778f1 | | | Author: Vitalij Ruge | | | Date: Tue Mar 4 19:39:58 2014 +0000 | | | | | | - cheking ipopt max iter | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit edaea71b174e379949b530c9b4c8a896d4bba915 | | | Author: Per Östlund | | | Date: Tue Mar 4 19:38:28 2014 +0000 | | | | | | Fix for #2607: | | | - Take associativity into account when printing expressions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit dcedca09f5774c39255aead7a8207b86b107d5d1 | | | Author: Martin Sjölund | | | Date: Tue Mar 4 14:27:17 2014 +0000 | | | | | | Added substring as a MetaModelica builtin (it uses strlen as external "C"; this is incredibly slow compared to MMC_STRLEN) | | | - Updated OMCC to pass around the entire file contents and token start/end positions (to replace passing around lists of integers that need to be converted) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/Util/System.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 9a2cdce8e102b7a74ce80e5bd8934f5f237263d1 | | | Author: OpenModelica Hudson | | | Date: Tue Mar 4 04:41:00 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit cfcb3b0c8f3f7ba6e20111e2364501a3bdb1a8d2 | | | Author: Willi Braun | | | Date: Tue Mar 4 03:52:50 2014 +0000 | | | | | | - moved also calculation of jacobians of dynamic StateSet from SimCodeUtil to Backend module | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit 1b3bdf22d15175505710940515564110b706a9b2 | | | Author: Willi Braun | | | Date: Mon Mar 3 22:47:05 2014 +0000 | | | | | | - added testcase for external input via file for different solvers | | | - fixed small bugs in external input reading | | | - suppress prints of inputs to LOG_SIMULATION | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/external_input.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 438dc6e4aa5b524853a18aedb94faa3fa6465797 | | | Author: Vitalij Ruge | | | Date: Mon Mar 3 22:28:22 2014 +0000 | | | | | | - fixed output format | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit db8c0342b47c42b25915f91e13921ba2f1224fea | | | Author: Vitalij Ruge | | | Date: Mon Mar 3 20:10:13 2014 +0000 | | | | | | - fixed output format | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 95bd57bcfc37a24bafb970d1959a2c9b5f773f06 | | | Author: Martin Sjölund | | | Date: Mon Mar 3 19:40:10 2014 +0000 | | | | | | Add mingw Makefile so make clean works | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit b3272f960dfc176bcf827c150952640c1f7a9984 | | | Author: Martin Sjölund | | | Date: Mon Mar 3 19:21:31 2014 +0000 | | | | | | Add code to generate a main entry-point easier | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b7f69cdc8aacc6ba8c4420ee15150605c354d275 | | | Author: OpenModelica Hudson | | | Date: Mon Mar 3 17:49:01 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit a3e30c7c18766c7ebc146038bc53cf02e655a99f | | | Author: Willi Braun | | | Date: Mon Mar 3 17:33:09 2014 +0000 | | | | | | - moved calculation of jacobian matrix for non-linear strong components | | | from SimCodeUtil to module in BackendDAEOptimize. | | | - moved functions (replaceDerOpInEquationList, replaceDerOpInExp, transformXToXd) | | | from SimCodeUtil to BackendEquation, Expression, BackendVariable. | | | - fixed bug with calculation of analytic jacobians in non-linear solver. | | | - module is still deactived, since it needs more fixes to pass whole testsuite, | | | further it conflict still with removeUnsedFunctions. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit 263c98e2bdf6235aef0f75c590b74dece0b4816c | | | Author: Volker Waurich | | | Date: Mon Mar 3 16:31:52 2014 +0000 | | | | | | - removed some comments, unused code and debug-prints from resolveLoops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit ef10d3177232f0223b7b798dedd7f5d5f5a96dce | | | Author: Martin Sjölund | | | Date: Mon Mar 3 15:36:08 2014 +0000 | | | | | | make clean bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 01e48735b0598b88e756e5b58dfc1fd175cf7280 | | | Author: Volker Waurich | | | Date: Mon Mar 3 15:23:01 2014 +0000 | | | | | | - resolve a loop when the no.outVars+1 <= no.InVars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit ac33c30cd78f13edeb431bc862b2586ebb95d181 | | | Author: Vitalij Ruge | | | Date: Mon Mar 3 11:25:01 2014 +0000 | | | | | | - changed default linear solver for ipopt | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit ade3134c8f7be89ba2327527fccf934e0aa4503d | | | Author: Volker Waurich | | | Date: Mon Mar 3 10:48:09 2014 +0000 | | | | | | - bugfix for sortPathsAsChain1 (resolveLoops) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit f4f8e16eb99a814fa3b4732303e5717fcc66a7cb | | | Author: Per Östlund | | | Date: Mon Mar 3 10:41:46 2014 +0000 | | | | | | - Got rid of datarootdir warning in Makefile.in. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 95ab577611879e7f69107d19cd7db90b30be447e | | | Author: Martin Sjölund | | | Date: Mon Mar 3 10:40:24 2014 +0000 | | | | | | Shave a few seconds by not re-linking shared objects if nothing changed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit adc729e8c26f111de5d81d19844c277bb4e3fc6c | | | Author: Vitalij Ruge | | | Date: Mon Mar 3 10:11:42 2014 +0000 | | | | | | - improve max_iter flag for ipopt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit a7a1c4e3b830e2a68fa4488e0c546adebf2b285e | | | Author: Vitalij Ruge | | | Date: Mon Mar 3 10:01:46 2014 +0000 | | | | | | - improve max_iter flag for ipopt | | | - max_iter=1e6 now support | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 325a0db2835a8cdae4853e502bb73dfb4ccb6bcf | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Mar 2 18:55:22 2014 +0000 | | | | | | - Moved to branch. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D SimulationRuntime/ParModelica/auto/Makefile.common | | | D SimulationRuntime/ParModelica/auto/Makefile.in | | | D SimulationRuntime/ParModelica/auto/om_pm_equation.cpp | | | D SimulationRuntime/ParModelica/auto/om_pm_equation.hpp | | | D SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | D SimulationRuntime/ParModelica/auto/om_pm_interface.hpp | | | D SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | D SimulationRuntime/ParModelica/auto/om_pm_model.hpp | | | D SimulationRuntime/ParModelica/auto/pm_graph_dump.hpp | | | D SimulationRuntime/ParModelica/auto/pm_graph_dump.inl | | | D SimulationRuntime/ParModelica/auto/pm_level_scheduler.hpp | | | D SimulationRuntime/ParModelica/auto/pm_level_scheduler.inl | | | D SimulationRuntime/ParModelica/auto/pm_load_xml.inl | | | D SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp | | | D SimulationRuntime/ParModelica/auto/pm_task_system.hpp | | | D SimulationRuntime/ParModelica/auto/pm_task_system.inl | | | D SimulationRuntime/ParModelica/auto/pm_timer.hpp | | | D SimulationRuntime/ParModelica/auto/pm_utility.cpp | | | D SimulationRuntime/ParModelica/auto/pm_utility.hpp | | | D SimulationRuntime/ParModelica/auto/pm_win_timer.cpp | | | D SimulationRuntime/ParModelica/auto/test_task_graph.cpp | | | | | * commit 0dcb9033a4f014fd808aac4e196e33747745d685 | | | Author: Vitalij Ruge | | | Date: Sun Mar 2 17:17:18 2014 +0000 | | | | | | - added LOG_IPOPT_ERROR for following max error in the optimization | | | - added example for LOG_IPOPT_ERROR | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 549b7c824ceff96bf54c9f70f1914694acd77671 | | | Author: Vitalij Ruge | | | Date: Sun Mar 2 16:27:03 2014 +0000 | | | | | | - added flag: max_iter for ipopt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 4b04b28d333dfa69d5e00bcef2248306c3502cf1 | | | Author: Vitalij Ruge | | | Date: Sun Mar 2 16:05:03 2014 +0000 | | | | | | - improve external input | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit 85dbfe27ca328955bf0f495afff0b8c26c9e2b9c | | | Author: Martin Sjölund | | | Date: Sun Mar 2 15:17:39 2014 +0000 | | | | | | Fix depends on shared library... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit a8092ee6d140be48d717943cd8b43c71469ef23a | | | Author: Martin Sjölund | | | Date: Sun Mar 2 14:46:35 2014 +0000 | | | | | | Copy the shared library for the shared version, not the static | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit a6d46c6668b685a16ed00eef1efb819b38e0f186 | | | Author: Martin Sjölund | | | Date: Sun Mar 2 14:38:49 2014 +0000 | | | | | | Properly build shared and static versions (were swapped before and the shared ALSO linked all objects) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit b03eee1bb9995cf3414e2ab97ce8b4e1517af3ca | | | Author: Martin Sjölund | | | Date: Sun Mar 2 13:37:54 2014 +0000 | | | | | | Allow static linking | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | M configure.in | | | | | * commit 161a3192cb0ad58ecdcc485b83d202c45c55f3b3 | | | Author: Martin Sjölund | | | Date: Sun Mar 2 12:55:18 2014 +0000 | | | | | | Try to guard against inclusion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | | | * commit 3543bb0e3f5007367d535dc5723f9988a073ad22 | | | Author: Martin Sjölund | | | Date: Sun Mar 2 10:12:34 2014 +0000 | | | | | | Update targets for bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/boot/Makefile.common | | | M Makefile.common | | | M Makefile.in | | | | | * commit 35a65afb4fb27409131da3512bac88b44c41e388 | | | Author: Martin Sjölund | | | Date: Sun Mar 2 09:19:17 2014 +0000 | | | | | | Added targets to bootstrap with the new build system (Compiler/boot) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Util/System.mo | | | A Compiler/boot/GenerateEntryPoint.mos | | | M Compiler/boot/MakeSources.mos | | | A Compiler/boot/Makefile.common | | | M Compiler/boot/Makefile.in | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M configure.in | | | | | * commit 1379148ac19ea89c6146d83028c0c752678f9e26 | | | Author: Bill Janssen | | | Date: Sat Mar 1 21:54:11 2014 +0000 | | | | | | Removed use of $ in XML element tags | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit 4ab1c8eff98be1ad5b3ce95b5f02154e067fe896 | | | Author: Vitalij Ruge | | | Date: Sat Mar 1 15:34:59 2014 +0000 | | | | | | - fixed initial guess and pre simulation for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit c97e66afeae2b97a1e369ba062a9009ff9a4e993 | | | Author: Vitalij Ruge | | | Date: Sat Mar 1 15:11:25 2014 +0000 | | | | | | - fixed intial guess for optimizer | | | - fixed pre simulation in the optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 06add81284e4ee621cc791692c921f87c354c236 | | | Author: Vitalij Ruge | | | Date: Sat Mar 1 13:04:49 2014 +0000 | | | | | | - fixed optimization | | | - writing of results | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 4804f96c8173b89791a0c6fdd67ca849e2e93715 | | | Author: Martin Sjölund | | | Date: Sat Mar 1 11:04:08 2014 +0000 | | | | | | Some files to generate sources for bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/boot/CompileFile.mos | | | A Compiler/boot/GenerateInterface.mos | | | A Compiler/boot/LoadCompilerSources.mos | | | A Compiler/boot/MakeDepends.mos | | | A Compiler/boot/MakeSources.mos | | | A Compiler/boot/Makefile.in | | | | | * commit 4540fdadf7b63be7ab217fd266bac14e7a8ab8b3 | | | Author: Adrian Pop | | | Date: Sat Mar 1 07:09:19 2014 +0000 | | | | | | - improve a bit the division by zero message | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit 2a5d29a441d34a1e1039df9fcadcba5f284558a5 | | | Author: Lennart Ochel | | | Date: Fri Feb 28 21:58:37 2014 +0000 | | | | | | - typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 17c718f2e85cf0dbbbaed1e6cade8e6f205c20cf | | | Author: Lennart Ochel | | | Date: Fri Feb 28 15:42:07 2014 +0000 | | | | | | - recover r19259 and r19260 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit df9c73bbbbd7d4cbc77856a3ef4d4b17a524f574 | | | Author: Martin Sjölund | | | Date: Fri Feb 28 14:47:46 2014 +0000 | | | | | | Partial changes for the new build system with more fine-grained dependency analysis | | | - Sort of works already (generates C-code), but a few tweaks will be needed to sort out all dependencies (headers still #include other modules; we want them to be more independent) | | | - Need to move files from testsuite to Compiler/ or somewhere nicer | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | | | * commit dcfe9f62f7502718aa17ead9af816f3ae8fd6ba5 | | | Author: Willi Braun | | | Date: Fri Feb 28 11:36:27 2014 +0000 | | | | | | - remove algorithms completely, if all statement are removed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 485654cf2544a46ab670e3690c8118a71990f91e | | | Author: Volker Waurich | | | Date: Fri Feb 28 10:45:38 2014 +0000 | | | | | | - detect loops that form loops, updated test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit f92973774b4cf9867f79e51092bdadb1297dd28f | | | Author: OpenModelica Hudson | | | Date: Fri Feb 28 02:00:31 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 1519d7524e7521b4f841bbdb394aba9a1e23f53f | | | Author: Willi Braun | | | Date: Fri Feb 28 01:52:41 2014 +0000 | | | | | | - added config flag for genaration of symbolic jacobian and linearization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b63a956beae0c1d94b6f79992ab7ef46f0264f45 | | | Author: Willi Braun | | | Date: Fri Feb 28 00:11:07 2014 +0000 | | | | | | - fixed function differentiation for protected variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 88bb1ab074fe976a603acdd027cb0fbf53993cf2 | | | Author: Adrian Pop | | | Date: Thu Feb 27 23:30:40 2014 +0000 | | | | | | - fix coding style | | | * UTF8 encoding (mahge930 please set your workspace to UTF8 no BOM in Eclipse). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp | | | | | * commit 70cf37ff999e04c2c57d3001f9e0904edc8c96ab | | | Author: OpenModelica Hudson | | | Date: Thu Feb 27 16:49:20 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp | | | | | * commit 79453cee3d58f1dd8bf7fb44df4125d9cec77d6a | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Feb 27 16:21:15 2014 +0000 | | | | | | + Let the scheduler implement it's own executor. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/Makefile.common | | | A SimulationRuntime/ParModelica/auto/Makefile.in | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.hpp | | | M SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | M SimulationRuntime/ParModelica/auto/om_pm_model.hpp | | | M SimulationRuntime/ParModelica/auto/pm_level_scheduler.hpp | | | M SimulationRuntime/ParModelica/auto/pm_level_scheduler.inl | | | M SimulationRuntime/ParModelica/auto/pm_load_xml.inl | | | A SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp | | | M SimulationRuntime/ParModelica/auto/pm_task_system.inl | | | R075 SimulationRuntime/ParModelica/auto/pm_win_timer.hpp SimulationRuntime/ParModelica/auto/pm_timer.hpp | | | M SimulationRuntime/ParModelica/auto/pm_win_timer.cpp | | | | | * commit 39220e035349906c9ecf79e8cb4a63c67dd09940 | | | Author: Martin Sjölund | | | Date: Thu Feb 27 15:57:05 2014 +0000 | | | | | | Working on faster workflow for the bootstrapped compiler | | | - Adding exportKind=OpenModelica.Scripting.ExportKind.MetaModelicaInterface to the list() interface (to be tuned) | | | - Removed Makefile.sources (generated automatically during the build process) | | | - Generate interface files to use for more fine-grained dependency analysis (no comments, etc) | | | - We should be able to generate good enough signature files that we only need to load a small set of signature files to compile a package (instead of requiring all full files be used) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit fcb3d1cc9cb77f26d828f020bd932af81b0a117e | | | Author: OpenModelica Hudson | | | Date: Thu Feb 27 12:14:49 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit a7b6ececba9b9d51696d71214fc04ccfeaf31bd9 | | | Author: Volker Waurich | | | Date: Thu Feb 27 12:11:58 2014 +0000 | | | | | | - output graphml for every equation system | | | - fixed bug at partitionBipartiteGraph | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c0e3abf5136201ae4a230b3f340329555f86212b | | | Author: Marcus Walther | | | Date: Thu Feb 27 11:58:32 2014 +0000 | | | | | | - try to fix hpcom tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit d057cbe525cc7d7d19c68e163273dd792eeb1872 | | | Author: Martin Sjölund | | | Date: Thu Feb 27 11:23:25 2014 +0000 | | | | | | Send options to SCodeDumpTpl. Replace some old unparsing functions with the template ones. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.mo | | | | | * commit 3e21f104e3c596ddadcfdb8d3e6a4a69d52e83ae | | | Author: Marcus Walther | | | Date: Thu Feb 27 09:37:43 2014 +0000 | | | | | | - GraphMLNew.mo removed from trunk | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Util/GraphMLNew.mo | | | | | * commit 566d76791272d265230fab645e93adf1d87e50b7 | | | Author: Marcus Walther | | | Date: Thu Feb 27 09:02:46 2014 +0000 | | | | | | - try to fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 09d6ec0dce87d79b256ab5fb757db70e6aa3d0e5 | | | Author: Martin Sjölund | | | Date: Thu Feb 27 08:58:43 2014 +0000 | | | | | | Increase JS memory to 768MB | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5f73ebef6cd4a56b1b869bdbe134d69248781119 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 27 08:58:37 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 8123660235e05f6e1013d6284f63b3fff9cb52be | | | Author: Marcus Walther | | | Date: Thu Feb 27 08:43:41 2014 +0000 | | | | | | - moved the GraphML-Module to Unused/GraphMLOld.mo | | | - renamed the GraphMLNew-module to GraphML | | | - added some memory management logic to HpcomSimCode | | | - cleaned up the HpcomTaskGraph-Module | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/GraphMLDumpTpl.tpl | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Unused/FGraphDump.mo | | | A Compiler/Unused/GraphMLOld.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit c2b25f4de131828c53c7e1088284df4487be6552 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 27 07:51:03 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 5c6c2c68c668a45fdfa9ff7587fd3ce13f002727 | | | Author: Marcus Walther | | | Date: Thu Feb 27 07:46:57 2014 +0000 | | | | | | - changed GraphML-Dump to GraphMLNew-Dump | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 45f8d31dd0c96bf1a7046b1322106708387d37a4 | | | Author: Volker Waurich | | | Date: Thu Feb 27 07:43:15 2014 +0000 | | | | | | - some resolveLoops changes | | | (resolveloops_main as matchcontinue, heuristic to priorize the equations that could be replaced) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 4a0ef1899ef1020e48e9b7b013bf5d23a56f0347 | | | Author: Martin Sjölund | | | Date: Wed Feb 26 21:40:49 2014 +0000 | | | | | | #2603 | | | - Handle escaping strings where the string-length does not change | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit c9f5ab7648acbe56704d9c5c400abc3c9bc31a07 | | | Author: Martin Sjölund | | | Date: Wed Feb 26 19:06:14 2014 +0000 | | | | | | - Copy expat.h at the correct place | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.in | | | | | * commit 0a61f6b45ddcc94a4b352f0b301d8c4446a696fa | | | Author: Martin Sjölund | | | Date: Wed Feb 26 17:57:07 2014 +0000 | | | | | | By default: do not output protected variables to result-file | | | - To override: Add simflags="-emit_protected" | | | - The library testing now adds -emit_protected if the compareVars is non-empty (and adds a variableFilter to only output these variables) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit b84a109601bf3f72f1adf01b6d17c5125d4f656f | | | Author: OpenModelica Hudson | | | Date: Wed Feb 26 16:00:10 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit cb0c3634b9977bec4f6f387873dfc1c734fa4b4e | | | Author: Vitalij Ruge | | | Date: Wed Feb 26 15:58:11 2014 +0000 | | | | | | - fixed input update | | | - improve interpolation for input | | | - improve initial guess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 05b9ab59dcf0c8fb13a2f00ea6b2f3ab7047e16f | | | Author: Vitalij Ruge | | | Date: Wed Feb 26 13:57:50 2014 +0000 | | | | | | - improve initial guess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit af9978827c61ace61406dbf37797d8921642c062 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 26 12:30:06 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 35279c32e29b4b48ecdd0364c43b9bab26cdc469 | | | Author: Vitalij Ruge | | | Date: Wed Feb 26 12:04:36 2014 +0000 | | | | | | - dev functionality for ploting structure of jac and hessian matrix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 8240524d31d70c1a73647db64f272986859d049a | | | Author: Martin Sjölund | | | Date: Wed Feb 26 11:41:18 2014 +0000 | | | | | | Refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit cee4d60caa3aeeb2c3ba59071eb929130993a3e8 | | | Author: Martin Sjölund | | | Date: Wed Feb 26 11:17:15 2014 +0000 | | | | | | Refactor code (remove duplicate sections) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 755e452eb775457dbcf6691fc6ea2b6fe3c2176b | | | Author: Martin Sjölund | | | Date: Wed Feb 26 08:04:31 2014 +0000 | | | | | | Convert from int buffer to string; the nodejs function does not accept int buffers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenJS.tpl | | | | | * commit 391dc0245c28d6f6467d053dad1d1524d880e2e3 | | | Author: Martin Sjölund | | | Date: Wed Feb 26 06:43:35 2014 +0000 | | | | | | - JavaScript target: Use separate xml-files instead of embedding in the JS | | | - Backend: Propagate "protected" boolean to SimCode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenJS.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Examples/BuildModelRecursive.mos | | | M SimulationRuntime/c/emcc/pre.js | | | | | * commit 0650772bda3a51b478cc85b995cac8ac31a70ecf | | | Author: Marcus Walther | | | Date: Tue Feb 25 15:08:49 2014 +0000 | | | | | | - adapted hpcom code to the cpp - class structure | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 7248a9d522785af86d80e04c0daf956b240dc8d8 | | | Author: Marcus Walther | | | Date: Tue Feb 25 14:01:39 2014 +0000 | | | | | | - openmp parallel code for all hpcom-scheduler now available | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCppHpcom.tpl | | | | | * commit 98e964d0a62bc0920a38c6787f53f5e9794cd825 | | | Author: Martin Sjölund | | | Date: Tue Feb 25 13:36:09 2014 +0000 | | | | | | Add a "play" button to run a javascript-based simulation in the browser | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 15c7772cae82bc5a073e570254dfdcc398d09ffd | | | Author: OpenModelica Hudson | | | Date: Tue Feb 25 11:49:47 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit 8c08c757824fd773ba6e8ac8defd278e24010332 | | | Author: Vitalij Ruge | | | Date: Tue Feb 25 11:42:46 2014 +0000 | | | | | | - improve initial guess | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit 6720a2eebd10b795e569ada7819d1b838eb00160 | | | Author: Marcus Walther | | | Date: Tue Feb 25 11:07:26 2014 +0000 | | | | | | - try to fix clang test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit f7c0516098d398ee7afbe89a613f8e524537c470 | | | Author: Volker Waurich | | | Date: Tue Feb 25 10:06:32 2014 +0000 | | | | | | - changed handling of loops with variable-crossNodes (resolveLoops) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 76e2d02e4144fd0eb77288d47490b02bba9046d0 | | | Author: Martin Sjölund | | | Date: Tue Feb 25 09:38:16 2014 +0000 | | | | | | make emcc now downloads a minimal set of mdpad files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.in | | | | | * commit f420147c9b87726c4ad9febebc9a70a9c29b82db | | | Author: Vitalij Ruge | | | Date: Tue Feb 25 09:25:38 2014 +0000 | | | | | | - improve initail guess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit 1a464fa54336c52b796d09a2595ca8771954968d | | | Author: Marcus Walther | | | Date: Tue Feb 25 08:34:43 2014 +0000 | | | | | | - try to fix bootstrapper (forgot to upload one file) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 15478411508ef0b1f9d4e884468df4fceb6b15b5 | | | Author: Marcus Walther | | | Date: Tue Feb 25 08:31:05 2014 +0000 | | | | | | - try to fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/config.h | | | | | * commit c4d3279745526c7c7850e9e706b3e9be7d54b85b | | | Author: Marcus Walther | | | Date: Tue Feb 25 07:48:58 2014 +0000 | | | | | | - the cpp runtime can now be debugged with the g++ by adding "-D CMAKE_BUILD_TYPE=RelWithDebInfo" to the cmake file | | | - changed System.mo:getOMPCCompiler -> System.mo:getOMPFlag to use the openmp-flag for the cpp runtime, too | | | - added a new method to GraphMLNew.mo to get an attribute by name and target type | | | - added hpcom level scheduling support to the cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Util/GraphMLNew.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/config.h | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit dc6a8d92ebf8071c6a5945e1bc19843fb8f68eee | | | Author: OpenModelica Hudson | | | Date: Tue Feb 25 06:42:18 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 702128142631670992be3548ccf61c85b2150776 | | | Author: Vitalij Ruge | | | Date: Tue Feb 25 06:34:12 2014 +0000 | | | | | | - added pre simulation for optimization | | | - using startTime from Optimica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit 4b581812e01bcd20d1d82e698a4461c72e72ea87 | | | Author: Martin Sjölund | | | Date: Tue Feb 25 06:32:01 2014 +0000 | | | | | | make emcc in the root directory now installs all the dependencies | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit c57408b0066a53318aafa4f1efd20a376cb03aaa | | | Author: Martin Sjölund | | | Date: Tue Feb 25 06:23:22 2014 +0000 | | | | | | - Partially revert r19289 (broken bootstrapping tarball) | | | - Fix JavaScript target | | | - Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit d24eea44112a7883f13f0612bd66b463f9bfda88 | | | Author: Adrian Pop | | | Date: Tue Feb 25 04:40:07 2014 +0000 | | | | | | Fix bug: #2412 | | | - propagate program inside CACHE so we have access to it even if there is not symbol table available. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit e4458943015abcae0712bd0c144babea81ba1f7b | | | Author: Adrian Pop | | | Date: Tue Feb 25 03:11:33 2014 +0000 | | | | | | - winter cleanup (preparing for front-end changes) | | | * deprecate +scodeInstShortcut | | | * moved Compiler/FrontEnd/F*.mo to Compiler/Unused | | | * disabled Modelica.Media.Examples.R134a.* for now as it used +scodeInstShortcut and didn't work anyway. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | R100 Compiler/FrontEnd/FGraph.mo Compiler/Unused/FGraph.mo | | | R100 Compiler/FrontEnd/FGraphBuild.mo Compiler/Unused/FGraphBuild.mo | | | R100 Compiler/FrontEnd/FGraphDump.mo Compiler/Unused/FGraphDump.mo | | | R100 Compiler/FrontEnd/FGraphEnv.mo Compiler/Unused/FGraphEnv.mo | | | R100 Compiler/FrontEnd/FGraphLookup.mo Compiler/Unused/FGraphLookup.mo | | | R100 Compiler/FrontEnd/FNode.mo Compiler/Unused/FNode.mo | | | R100 Compiler/FrontEnd/FRef.mo Compiler/Unused/FRef.mo | | | R100 Compiler/FrontEnd/FResolve.mo Compiler/Unused/FResolve.mo | | | R100 Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo Compiler/Unused/NFSCodeAnalyseRedeclare.mo | | | R100 Compiler/FrontEnd/NFSCodeApplyRedeclare.mo Compiler/Unused/NFSCodeApplyRedeclare.mo | | | R100 Compiler/FrontEnd/NFSCodeInstShortcut.mo Compiler/Unused/NFSCodeInstShortcut.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 42a4e11af61023637973c6e96448eac7ea46818d | | | Author: Martin Sjölund | | | Date: Mon Feb 24 22:02:17 2014 +0000 | | | | | | Disable the link-time optimizer. Download the binary files when doing make emcc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenJS.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit a391652ce83d20c964cfa904386dcd9f27b340cc | | | Author: Martin Sjölund | | | Date: Mon Feb 24 19:37:47 2014 +0000 | | | | | | Add description to FMU | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit e51ffea03ca7f11e49fd84cf5d7d742ee5482bf9 | | | Author: Martin Sjölund | | | Date: Mon Feb 24 18:03:15 2014 +0000 | | | | | | Add description to the _init.xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenJS.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit ebcf3b970d0f2409e2778f05fbe55f8cb903699f | | | Author: Martin Sjölund | | | Date: Mon Feb 24 13:45:52 2014 +0000 | | | | | | More information in the logs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 3e3ef6cc41ab9740b75f0ffa460a96f1cda45313 | | | Author: Martin Sjölund | | | Date: Mon Feb 24 13:14:49 2014 +0000 | | | | | | Update legend | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 3e11736adf4676a4546318aa4d2936768d36473d | | | Author: Per Östlund | | | Date: Mon Feb 24 12:51:35 2014 +0000 | | | | | | - Fixed character encoding. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | M SimulationRuntime/ParModelica/auto/pm_utility.cpp | | | M SimulationRuntime/ParModelica/auto/pm_win_timer.cpp | | | | | * commit 1e3665b3116eb37816e0c08edee693d7bda748b7 | | | Author: Martin Sjölund | | | Date: Mon Feb 24 12:42:13 2014 +0000 | | | | | | Copy to .so-files as expected | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.in | | | | | * commit a67ca3a45c79b401dff457e8289056298fdf070e | | | Author: Marcus Walther | | | Date: Mon Feb 24 12:28:08 2014 +0000 | | | | | | - pthreads_spinlocks are working again in hpcom | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9e61d3179a80aa5b3cde8a233de706c93054bb20 | | | Author: Volker Waurich | | | Date: Mon Feb 24 11:57:23 2014 +0000 | | | | | | - fixed small bug at resolveLoops (traverse partitions) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 0de3ec08fa1cc62aafc064366f9fcf509ff97e45 | | | Author: Martin Sjölund | | | Date: Mon Feb 24 11:22:08 2014 +0000 | | | | | | Create the xml-file and then convert it to a C literal since Susan performance suffers if we do it in memory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/Makefile.in | | | | | * commit 7aeec11187f42e40a8791e3fd029826473f8dfd7 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 24 10:42:30 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/om_pm_equation.cpp | | | | | * commit 363d961cbfa346bb69b026b13ab1297e8508ec74 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 24 10:41:59 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/auto/om_pm_equation.cpp | | | M SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | M SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | M SimulationRuntime/ParModelica/auto/pm_utility.cpp | | | M SimulationRuntime/ParModelica/auto/pm_win_timer.cpp | | | M SimulationRuntime/ParModelica/auto/test_task_graph.cpp | | | | | * commit 42c645baf96014f48dadedaaa713a8d2b4d017b4 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Feb 24 10:39:33 2014 +0000 | | | | | | + Added automatic parallelization implementation. | | | - A generic task system. | | | - A generic level scheduler. | | | - Model representation for OM models. | | | - An interface for OM model runtime. | | | - support for loading model info from XML. Compile time loading to come. | | | - dumping system graphs to graphviz and graphml formats. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/ParModelica/auto/Makefile.common | | | A SimulationRuntime/ParModelica/auto/om_pm_equation.cpp | | | A SimulationRuntime/ParModelica/auto/om_pm_equation.hpp | | | A SimulationRuntime/ParModelica/auto/om_pm_interface.cpp | | | A SimulationRuntime/ParModelica/auto/om_pm_interface.hpp | | | A SimulationRuntime/ParModelica/auto/om_pm_model.cpp | | | A SimulationRuntime/ParModelica/auto/om_pm_model.hpp | | | A SimulationRuntime/ParModelica/auto/pm_graph_dump.hpp | | | A SimulationRuntime/ParModelica/auto/pm_graph_dump.inl | | | A SimulationRuntime/ParModelica/auto/pm_level_scheduler.hpp | | | A SimulationRuntime/ParModelica/auto/pm_level_scheduler.inl | | | A SimulationRuntime/ParModelica/auto/pm_load_xml.inl | | | A SimulationRuntime/ParModelica/auto/pm_task_system.hpp | | | A SimulationRuntime/ParModelica/auto/pm_task_system.inl | | | A SimulationRuntime/ParModelica/auto/pm_utility.cpp | | | A SimulationRuntime/ParModelica/auto/pm_utility.hpp | | | A SimulationRuntime/ParModelica/auto/pm_win_timer.cpp | | | A SimulationRuntime/ParModelica/auto/pm_win_timer.hpp | | | A SimulationRuntime/ParModelica/auto/test_task_graph.cpp | | | | | * commit fac68fe41504452b24146536cb2a9014177c8859 | | | Author: Volker Waurich | | | Date: Mon Feb 24 08:04:29 2014 +0000 | | | | | | - changed evaluateLoop function for resolveLoops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 0ada9915a839b43ee1fb29dca6d975963aa08dea | | | Author: Lennart Ochel | | | Date: Mon Feb 24 07:40:11 2014 +0000 | | | | | | - revert r19259 and r19260, because it breaks the optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 7f220c955ad110e62e8b20981a4d1a9cffa9f9b1 | | | Author: Adrian Pop | | | Date: Mon Feb 24 02:15:15 2014 +0000 | | | | | | - fix typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 3da7db82c44c576883a224cf156aeacdb579691d | | | Author: OpenModelica Hudson | | | Date: Sun Feb 23 23:15:34 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit d0ea8da4d031a3d19ceda9837606b7a36524d66f | | | Author: Vitalij Ruge | | | Date: Sun Feb 23 22:56:45 2014 +0000 | | | | | | - seperate output file for inputs vars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 35d80c730c676d8b0af2477f4eff6f4d19dac2b9 | | | Author: Lennart Ochel | | | Date: Sun Feb 23 22:37:59 2014 +0000 | | | | | | new warnings for alias sets with different nominal values | | | - maybe this should be hidden per default and only displayed with some new flag | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit fe6d1e2eab938d285a0daacd188d913cf34fdecd | | | Author: Lennart Ochel | | | Date: Sun Feb 23 20:50:50 2014 +0000 | | | | | | - minor simplifications | | | - change "Alias set with several start values" warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit f747deccd1c13eed19df11cd4500bd789a62bb3f | | | Author: Lennart Ochel | | | Date: Sun Feb 23 18:08:09 2014 +0000 | | | | | | - move initSample call | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 10522ee1ea80263ec44176757a77b00f128a32de | | | Author: Lennart Ochel | | | Date: Sun Feb 23 17:45:12 2014 +0000 | | | | | | - remove obsolete workaround | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 6ef983831b6ef6446798bc73086d4f02f95c81d7 | | | Author: Lennart Ochel | | | Date: Sun Feb 23 17:01:28 2014 +0000 | | | | | | - remove obsolete workaround | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 313fb0335ab0feb50ebacf593f78c9977b92722d | | | Author: Martin Sjölund | | | Date: Sun Feb 23 10:59:03 2014 +0000 | | | | | | Add target to build libModelicaExternalC and libModelicaTables using the JS implementation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Examples/BuildModelRecursive.mos | | | | | * commit cc97e9cc7c923525add73b10f4aa3bb49a2408a4 | | | Author: Lennart Ochel | | | Date: Sat Feb 22 21:55:56 2014 +0000 | | | | | | - fix *_init.xml file generation for variable attributes | | | - fix #2597 | | | - fix #2601 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 49f46e5ebe112121913d23566a46d28dc0d78abb | | | Author: Lennart Ochel | | | Date: Sat Feb 22 18:01:37 2014 +0000 | | | | | | - move some post-initialization procedures | | | - change stream for a assertion notification | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit b958f611a873ef5c76ae6dd89a878f2ce27b026d | | | Author: Martin Sjölund | | | Date: Sat Feb 22 15:19:59 2014 +0000 | | | | | | JavaScript performance - less setjmp (limited max number of setjmp allowed in emscripten) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 455c8486b8fd6864129540ab83ecab846c151a2d | | | Author: Martin Sjölund | | | Date: Sat Feb 22 12:17:33 2014 +0000 | | | | | | Some updates to the JavaScript target | | | - pre.js is now included with the omc sources | | | - It is now possible to use nodejs to run the generated code. An executable wrapper script is generated and the simulate() command now works | | | - The XML files are embedded within the JS code now (just like we do for FMI) | | | - We use -override arguments to pass stopTime,stepSize,tolerance and outputFormat instead of a full xml-file in a virtual file system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenJS.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | A SimulationRuntime/c/emcc/pre.js | | | | | * commit 1a8e0b5aa96a485d1cf8fb0723ff076680113bfb | | | Author: Vitalij Ruge | | | Date: Sat Feb 22 11:07:58 2014 +0000 | | | | | | - improve output | | | - modefiy example final parameter in parameter | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit f0f56a3c2ba1a25ffbb31b86e86b602a5f8b9eed | | | Author: Lennart Ochel | | | Date: Sat Feb 22 10:50:05 2014 +0000 | | | | | | - fix incompatible pointer types | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 73061b18c85b23e64339bf45bc376ab7066df2dd | | | Author: Bernhard Bachmann | | | Date: Sat Feb 22 07:04:04 2014 +0000 | | | | | | Fixed output format | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit 0255d9ef978e68e56422e0ab4070934399c9bb9c | | | Author: Vitalij Ruge | | | Date: Fri Feb 21 22:49:20 2014 +0000 | | | | | | - changes from Willi for r19242 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 9f9d3ed9ec2a4dcd7edfede15a7689f4536eb0d9 | | | Author: Vitalij Ruge | | | Date: Fri Feb 21 22:21:57 2014 +0000 | | | | | | - changes from Willi for r19242 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 4d143e116d53f162975cbfb0e54b3494a848d3ae | | | Author: Martin Sjölund | | | Date: Fri Feb 21 19:39:43 2014 +0000 | | | | | | Use the chosen stopTime, etc in the javascript .md template | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenJS.tpl | | | | | * commit b743411b5a603e02b7a261cc373da067e39604c9 | | | Author: OpenModelica Hudson | | | Date: Fri Feb 21 18:39:47 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit 88767132feb11c92a0489cda356dfdcfa8ba5acf | | | Author: Vitalij Ruge | | | Date: Fri Feb 21 18:31:45 2014 +0000 | | | | | | - improved preliminary functionality for external input file | | | - initial point | | | - added missing .h file to Makefile | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 1c4f6e60b301e66ce19db3409cf2ba68567ff2f2 | | | Author: Willi Braun | | | Date: Fri Feb 21 16:39:30 2014 +0000 | | | | | | - fixed solving tuples for correct variable | | | - that break some avm models, but there for we need to fix ticket(#2599) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 0d7e46f5adbffdfcad77c2b45a229286cbaaee10 | | | Author: Lennart Ochel | | | Date: Fri Feb 21 13:35:44 2014 +0000 | | | | | | - fix nominal values for the *_init.xml file (see #2597) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 7339d12e272bc09e19b3d7c7160f38e5b474f05b | | | Author: Martin Sjölund | | | Date: Fri Feb 21 12:51:28 2014 +0000 | | | | | | #2555 | | | - Enforce casting of the value of a binding, in addition to the expression | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | | | * commit f8de6d6cfec4942bd2d53612a159002fa14e4ea6 | | | Author: OpenModelica Hudson | | | Date: Fri Feb 21 11:49:48 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit 2dcb155c52643ef4258a2c323b51387afb40b2ee | | | Author: Bernhard Bachmann | | | Date: Fri Feb 21 11:47:47 2014 +0000 | | | | | | - improved preliminary functionality for external input file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit dc33e54aeee1d3a9a31607a888bac18968907a54 | | | Author: Volker Waurich | | | Date: Fri Feb 21 10:45:11 2014 +0000 | | | | | | for resolveLoops: - rewrote sortPathAsChain - bugfix at replacing heuristic | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 33aeef488840470b200da3cc0e57abc4f4ecc9df | | | Author: Martin Sjölund | | | Date: Fri Feb 21 10:04:17 2014 +0000 | | | | | | Use omc_error instead of the simulation streams (since expressions can be called from the function run-time) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 9df0539525f077eedd6a78d3f492278fa26f0c8c | | | Author: Martin Sjölund | | | Date: Fri Feb 21 08:38:53 2014 +0000 | | | | | | Do some run-time array bounds checking | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/base_array.c | | | | | * commit d114913b2233f21c4ab2ea9a1585a43a86b5e6bd | | | Author: Volker Waurich | | | Date: Fri Feb 21 08:28:00 2014 +0000 | | | | | | - dump graphML after resolvingLoops | | | - resolve paths which connect 2 simple loops | | | - bugfix for sortPaths | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 55d07918560cfcf60c1cdf2217319ea5b9526a37 | | | Author: OpenModelica Hudson | | | Date: Fri Feb 21 07:37:59 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/solver/external_input.c | | | | | * commit dd30eafe945b1119b16bab29ea8cf034824b7d90 | | | Author: Vitalij Ruge | | | Date: Fri Feb 21 07:35:59 2014 +0000 | | | | | | - added functionality: read external input from csv for dassl and optimization | | | - for cheking input or initial optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | A SimulationRuntime/c/simulation/solver/external_input.c | | | A SimulationRuntime/c/simulation/solver/external_input.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit f851f83c580441a096ab89a63b6d2bdf90a15b18 | | | Author: Adrian Pop | | | Date: Fri Feb 21 03:28:14 2014 +0000 | | | | | | - additional rewrite rules support | | | this is only applied via dumpXMLDAE with a rewriteRulesFile set. | | | new interface: | | | rewriteFrontEnd(from, to) or rewrite(from, to) -> applied on front-end expressions | | | rewriteBackEnd(from, to) -> applied to back-end expressions before writing them to the .xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/RewriteRules.mo | | | | | * commit 2950d454645e8fdb2738a50ec2baaf8fc57954e5 | | | Author: Willi Braun | | | Date: Fri Feb 21 00:02:46 2014 +0000 | | | | | | - revert r19222 for now, since some other issues raised with it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 3765d79733934c338c73bcc1a122af18656960b9 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 20 22:08:59 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 79aa7424ad5de993b3bd795581d187dd913da183 | | | Author: Willi Braun | | | Date: Thu Feb 20 22:07:00 2014 +0000 | | | | | | - fixed solving tuples for correct variable | | | - added more cases for solving tuples | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 612854894a4b6ad323efb56710d528511fa23ddf | | | Author: Lennart Ochel | | | Date: Thu Feb 20 15:23:06 2014 +0000 | | | | | | - prepare time events | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e94dab921727c6d61c8da927214bbba4014a64c5 | | | Author: Lennart Ochel | | | Date: Thu Feb 20 15:06:56 2014 +0000 | | | | | | - Oops! revert r19216 and r19217 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 599bd328633fbcb4999bb8969d32c1f2b837b381 | | | Author: Lennart Ochel | | | Date: Thu Feb 20 14:55:33 2014 +0000 | | | | | | - update templates | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 0160ccce4786cb34c1edc351441b14337fcb1a61 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Feb 20 12:57:45 2014 +0000 | | | | | | + Option to dump simulation systems as arrays of functions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 8cb5c9a4e31441537c21bcca97b1b6e4e678392a | | | Author: Lennart Ochel | | | Date: Thu Feb 20 12:22:12 2014 +0000 | | | | | | - fix inlineEventInfo | | | - add missing 'or b3' | | | - do not inline old data structure samples (cpp runtime should switch to new data structure for timeEvent, so that the old structes can be removed) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 99a54fa19c299fbfd115d3d60d21ecb9da1ce82f | | | Author: Lennart Ochel | | | Date: Thu Feb 20 11:23:44 2014 +0000 | | | | | | - rename attribute initial_ to start | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenModelica.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/GraphvizDumpTV.mo | | | | | * commit a1cd02e146579d5a3e4273415d5ac1e217c0b6b4 | | | Author: Vitalij Ruge | | | Date: Thu Feb 20 10:25:48 2014 +0000 | | | | | | - improve counter for hessian | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 39f36491af4555b6dc27de90d3c2ed8aa26cc493 | | | Author: Volker Waurich | | | Date: Thu Feb 20 10:15:31 2014 +0000 | | | | | | - added function List.hasSeveralElements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit a0184e023059ad1246e2e5e050d29e91f9f771b2 | | | Author: Volker Waurich | | | Date: Thu Feb 20 10:11:46 2014 +0000 | | | | | | - restructure resolveLoops | | | - changed some heuristics to replace equation and to find the loops for resolveLoops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 081b34fa1227395c51e2d79a4d8e3378cb8e781c | | | Author: Lennart Ochel | | | Date: Thu Feb 20 09:53:45 2014 +0000 | | | | | | - add Modelica-like output for dumpindxdae using +d=dumpTransformedModelica (just a prototype) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/Makefile.common | | | A Compiler/Template/CodegenModelica.tpl | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Template/Makefile.common | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 47a68434127d0a376cb51fd4782a4a956f47347d | | | Author: Martin Sjölund | | | Date: Thu Feb 20 07:47:09 2014 +0000 | | | | | | Fixes for no kinsol | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | | | * commit 8f3cfe3dbcef0aae5067af37fe4bc9ae9283f34e | | | Author: Vitalij Ruge | | | Date: Wed Feb 19 20:59:17 2014 +0000 | | | | | | - reduce one add in hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 7dd064e9276e6f957e74d57b0b46eb837166d7bb | | | Author: OpenModelica Hudson | | | Date: Wed Feb 19 20:52:20 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit febc91924be0e0287a6127299c6d40a0decb556e | | | Author: Vitalij Ruge | | | Date: Wed Feb 19 20:43:10 2014 +0000 | | | | | | - improve counter for hessian | | | - small changed in c-code (mv, del) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D SimulationRuntime/c/optimization/OptimizationFlags.h | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 5be1a1d2bde83adf21cceb75bad744ab9e0493a8 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 19 19:37:20 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit bc1bf77d1f66ff11042a48f52f7a6e1e621cad0a | | | Author: Vitalij Ruge | | | Date: Wed Feb 19 19:26:54 2014 +0000 | | | | | | - reduce hesse elements | | | - fixed output for constraints | | | - fixed matching for constraints | | | - active testcase for alias constraints | | | | | | thanks Willi | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 2ce1ebc90302173ee0755fce601f5bbfa435434b | | | Author: OpenModelica Hudson | | | Date: Wed Feb 19 18:56:04 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.cpp | | | | | * commit 747f9c8b9422e2bbb415a22e53677667739737fe | | | Author: OpenModelica Hudson | | | Date: Wed Feb 19 18:55:36 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.c | | | M SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.h | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.h | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.h | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp | | | M SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.h | | | | | * commit e24b663035d7be75471d5ebcab1e73f4674da0af | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Feb 19 18:49:40 2014 +0000 | | | | | | + update missed configure script. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 2a7e1e29b91ec5e4f5c3c378be39e28006b7d101 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Feb 19 18:34:01 2014 +0000 | | | | | | - Rearrange parmodelica includes to the new include structure. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Makefile.common | | | D SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | D SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil.cl | | | R080 SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common SimulationRuntime/ParModelica/explicit/openclrt/Makefile.common | | | A SimulationRuntime/ParModelica/explicit/openclrt/Makefile.in | | | R096 SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl SimulationRuntime/ParModelica/explicit/openclrt/OCLRuntimeUtil.cl | | | R097 SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo SimulationRuntime/ParModelica/explicit/openclrt/ParModelicaBuiltin.mo | | | R096 SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.c | | | A SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.cpp | | | R097 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.cpp SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.cpp | | | R097 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.h | | | R095 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_common_header.h | | | R096 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.cpp SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.cpp | | | R096 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.h | | | R096 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.cpp SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.cpp | | | R096 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.h | | | R094 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp | | | R097 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.h | | | | | * commit 0a0a6bb661fb8182454794dd4ae088bb721dd08d | | | Author: OpenModelica Hudson | | | Date: Wed Feb 19 14:51:58 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 6df0be9dfeb145c2dc7d3267f1c3d1e34e3ca503 | | | Author: Niklas Worschech | | | Date: Wed Feb 19 14:36:45 2014 +0000 | | | | | | fix in CVode of cpp runtime, initialization of zeroSign vector was not correct | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 8dd444b98d4114f0965ad8883a4e73c57ccfa158 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 19 13:38:53 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 13713d718ae7118ed983896fec01d97c07e9be63 | | | Author: Vitalij Ruge | | | Date: Wed Feb 19 13:32:12 2014 +0000 | | | | | | - print -Inf and +Inf for to big or to small numbers in optimization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 3f82dc698351b6d9ba1b8b9852e01b91a4038cbf | | | Author: OpenModelica Hudson | | | Date: Wed Feb 19 13:00:27 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9ebde03de725d4aa06959d269a2ff2a8e6822e48 | | | Author: Niklas Worschech | | | Date: Wed Feb 19 12:45:25 2014 +0000 | | | | | | -separated calculation of Jacobian's of cpp Modelica system in extra class | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | * commit 04b7cf0eb1552ead6b5a3e635bdb12b698b65cdc | | | Author: Willi Braun | | | Date: Wed Feb 19 12:23:13 2014 +0000 | | | | | | - don't simplify in differentiationExp it's too slow | | | - fixed differentiation of for loops | | | - fixed differentiation of scalar product | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit bed94e98d2f3fa0d079fc13e69da27cdc6dc9a3d | | | Author: Martin Sjölund | | | Date: Wed Feb 19 10:41:03 2014 +0000 | | | | | | Fix kinsol stuff... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 78e890733ad4e9ec766abd49958096d66fb98bf5 | | | Author: Vitalij Ruge | | | Date: Wed Feb 19 10:15:49 2014 +0000 | | | | | | - useNominal = true, after update | | | - fixed 19146 for start value | | | - fixed output for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit f992efa7ee3a4920d9d02ba99db70b160ad1a3e8 | | | Author: Martin Sjölund | | | Date: Wed Feb 19 07:12:21 2014 +0000 | | | | | | Handle Modelica.Utilities.Streams.error in simulations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 1ea3bb0557b6c6aa9871057438113bf9b67372a9 | | | Author: Martin Sjölund | | | Date: Wed Feb 19 06:52:05 2014 +0000 | | | | | | Fix kinsol dummy wrapper | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit ded5eebbd32e0a55aae0967b2f6816add035d948 | | | Author: Martin Sjölund | | | Date: Wed Feb 19 06:20:04 2014 +0000 | | | | | | Move ModelicaUtilities.h to the root of the includes, since the specification says it should be included with , not | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | R100 SimulationRuntime/c/util/ModelicaUtilities.h SimulationRuntime/c/ModelicaUtilities.h | | | | | * commit 81b38390b2d36a82e10db1e2355b958c8bceeb99 | | | Author: Martin Sjölund | | | Date: Tue Feb 18 20:57:58 2014 +0000 | | | | | | Fix MSVC crap? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | | | * commit 9a0fc13c728da03d908c281db298fb795591112e | | | Author: Martin Sjölund | | | Date: Tue Feb 18 16:21:53 2014 +0000 | | | | | | Handle NULL threadData | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 14e3ebd666ad4b8b4ee1e28acd6590f00c76a0f8 | | | Author: Martin Sjölund | | | Date: Tue Feb 18 16:02:12 2014 +0000 | | | | | | make clean now also cleans the bootstrapping directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 6528bd0b0483305d1f470a605d871a9e55f23d43 | | | Author: Martin Sjölund | | | Date: Tue Feb 18 15:40:12 2014 +0000 | | | | | | Fix warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit f33ace6f344d498f3fefaee95200dca59aadb61e | | | Author: Martin Sjölund | | | Date: Tue Feb 18 15:22:58 2014 +0000 | | | | | | Remove the global jump buffers; do the jumping via threadData instead | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 0ffd50d45f1dd52175a911280e727e46c83b65ce | | | Author: Per Östlund | | | Date: Tue Feb 18 12:24:33 2014 +0000 | | | | | | Fix for #2587: | | | - Added simplification rules -{e1, e2, ...} => {-e1, -e2, ...} and -[e1, e2, ...] => [-e1, e2, ...]. | | | - Improved Static.elabMatrixCatTwoExp so it handles more cases. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 2fb07f443d7a62ac71e50fde1a72783fb7528dcc | | | Author: Martin Sjölund | | | Date: Tue Feb 18 09:41:17 2014 +0000 | | | | | | Revert r19152 (should be re-done without adding additional argument to all functions; keep ERROR_HANDLE inside threadData_t) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_real.c | | | M SimulationRuntime/c/meta/meta_modelica_real.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit d9537dce063bc7fd24f940bc5b08d7f16c6bc350 | | | Author: Martin Sjölund | | | Date: Tue Feb 18 09:07:01 2014 +0000 | | | | | | Move the C includes to build/include/omc/c. Probably fixed bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Makefile.common | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/fmi/import/Makefile.in | | | | | * commit 21306871f2dea2cb780a8be9989b94dd28e58b1f | | | Author: OpenModelica Hudson | | | Date: Tue Feb 18 05:20:12 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 412b2660ea7d7d12eae2e575884d7fb9f7906303 | | | Author: Willi Braun | | | Date: Tue Feb 18 05:11:24 2014 +0000 | | | | | | - passing error-handle round all runtime function to remove it from global scope | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_real.c | | | M SimulationRuntime/c/meta/meta_modelica_real.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 4ba83026a080d0b16567b903d73efe9b296ba556 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Feb 18 00:43:58 2014 +0000 | | | | | | + Fix bootstrapping. Hunted down the culprit. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit e3f3a873b84564eaac7ffc66038a03e14f40d21f | | | Author: Adrian Pop | | | Date: Mon Feb 17 20:03:43 2014 +0000 | | | | | | - spelling of: | | | backend -> back-end | | | jacobian -> Jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 31982035f120a0bc757ed48e51ef17ba0f0fbcc0 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Feb 17 19:45:36 2014 +0000 | | | | | | + Update include paths for FMI/FMU and bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 1408d0d0c8df1cfcdf6f46759ecd80f245a25887 | | | Author: Vitalij Ruge | | | Date: Mon Feb 17 17:44:21 2014 +0000 | | | | | | - fixed initial guess for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit cf37d212b6ffc51996473d7efca2eec00b8a7b68 | | | Author: Vitalij Ruge | | | Date: Mon Feb 17 17:13:48 2014 +0000 | | | | | | - fixed setting of bounds for input in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 303db6575f45b57315338fa3a9a2f04be55e9957 | | | Author: Per Östlund | | | Date: Mon Feb 17 16:20:50 2014 +0000 | | | | | | Fix for #2585: | | | - Handle cardinality on arrays properly. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit 95a5c5b2c4b1effd28a7e322b7d3bbde0dd92b13 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Feb 17 15:13:53 2014 +0000 | | | | | | Fix includes in Simulation runtime. Keep them relative. Keep simulation runtime header structure in build directory. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/gc/common.c | | | M SimulationRuntime/c/meta/gc/common.h | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/generational.h | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/marksweep.h | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/gc/roots.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/modelica.h | | | | | * commit b4c99c488a78b5361cb52b04326d1258a255c1a1 | | | Author: OpenModelica Hudson | | | Date: Mon Feb 17 14:59:40 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | | | * commit 51ac34f35f24e8dc93b0aed97719501d86d10e6f | | | Author: Vitalij Ruge | | | Date: Mon Feb 17 14:55:23 2014 +0000 | | | | | | - join constraints and algebraic vars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit dfe54a3fc38b727f78b3d1ed784c29c72da68d66 | | | Author: Martin Sjölund | | | Date: Mon Feb 17 13:37:16 2014 +0000 | | | | | | Some more Tpl functions now use match instead of matchcontinue | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit 7784fdcba0f3bb484cb6c81a73153c5a46124ecd | | | Author: Martin Sjölund | | | Date: Mon Feb 17 13:16:09 2014 +0000 | | | | | | Fix MetaModelicaDev tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 774eb5923304b98ea4c0420c6ba9c13613ecdbc8 | | | Author: Per Östlund | | | Date: Mon Feb 17 12:05:13 2014 +0000 | | | | | | - Only return the new classes in Main.handleCommand2, not all loaded top-level | | | classes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 80d1ffa09ccbcff955fd7edbb05b4b29fdb2949a | | | Author: Martin Sjölund | | | Date: Mon Feb 17 11:44:16 2014 +0000 | | | | | | Fix if-equation translation for omcc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit a2baf5cd578f74ed526748206df53cc2b7cd71aa | | | Author: Vitalij Ruge | | | Date: Mon Feb 17 11:26:22 2014 +0000 | | | | | | - add function for pick up input attributes | | | - missng free | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 09f61ef1c96a6d5e25d9320d528d84e1db5f9150 | | | Author: Martin Sjölund | | | Date: Mon Feb 17 11:22:08 2014 +0000 | | | | | | Added a better error-message for using subscripts in modifiers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit f1a8ed13f55885e7bd94b691093f1179df890fb7 | | | Author: Vitalij Ruge | | | Date: Sun Feb 16 16:48:19 2014 +0000 | | | | | | - new simplify rule for a + (-b)/x = a - b/x | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 83335f9d298fbe08d607fc68112cc6f1a2563cc1 | | | Author: Willi Braun | | | Date: Sun Feb 16 14:33:18 2014 +0000 | | | | | | - removed linear flag for SimCode.createEquation | | | - allow also no-linear for jacobians | | | - fixed function for linearization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 413a0d99f52517bd0ed607db4f7d743d1e3d949d | | | Author: Lennart Ochel | | | Date: Sat Feb 15 12:55:39 2014 +0000 | | | | | | - remove unused flag +d=dumpderrepl | | | - auto-enable +d=backenddaeinfo if either +d=stateselection or +d=discreteinfo is used | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d19da6de8626d5fa0215530e611935971d97e975 | | | Author: Vitalij Ruge | | | Date: Sat Feb 15 09:58:12 2014 +0000 | | | | | | - fixed r19122 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 4fc8a16803e22960c15221bca037c2728ad226b6 | | | Author: Lennart Ochel | | | Date: Fri Feb 14 23:21:27 2014 +0000 | | | | | | - revert r19122 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 84ce63388c6eb1f1f0a5d8ffc0e54c4d49b449e5 | | | Author: Lennart Ochel | | | Date: Fri Feb 14 23:03:57 2014 +0000 | | | | | | - fix r19111 | | | - get ./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos working again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a862e2f3390eefdb50e19c1e5ad7b65be6132bb1 | | | Author: Vitalij Ruge | | | Date: Fri Feb 14 22:55:30 2014 +0000 | | | | | | - restruct constraints (optimization) | | | - new VarKind for constraints | | | - new SimVars for constraints | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit d55215513c7851fff03a858ea5bcd7b10cafe711 | | | Author: Martin Sjölund | | | Date: Fri Feb 14 19:22:59 2014 +0000 | | | | | | - Removed forgotten old print for torn systems (it's part of the error buffer now) | | | - BuildModelRecursive.mos script now uses +d=backenddaeinfo by default, and colour-codes the links (red,orange,blue for error,warning,notify) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit 26d7bf3dbee51e95a1cd761162dba3d6925fc6a7 | | | Author: Lennart Ochel | | | Date: Fri Feb 14 17:16:48 2014 +0000 | | | | | | - fix #2583 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 892ff19080b2794617d012e78f2437c1ebf83773 | | | Author: Martin Sjölund | | | Date: Fri Feb 14 15:01:36 2014 +0000 | | | | | | +d=backenddaeinfo now prints to the Error.mo buffer instead of stdout | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e3ce9bd5da43bf920160f1a5e09c75e6d73635c8 | | | Author: Martin Sjölund | | | Date: Fri Feb 14 10:13:51 2014 +0000 | | | | | | #2580 | | | - Don't clear the error-buffer if the simulate command fails (so it is possible to use the normal error commands to query errors) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit cf70e5e7336cc5bad36a7052372b37e6f4b076bd | | | Author: Martin Sjölund | | | Date: Fri Feb 14 09:23:25 2014 +0000 | | | | | | Dump info regarding linear system density | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit 170cb6ca0d3be9c39b2a4b757f7d5023ce0ba9e0 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 13 22:46:22 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 158b10e3b9564e18a685ee096a7856309e259bea | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 22:32:12 2014 +0000 | | | | | | - split DAE and ODE in the context of event | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 33558ce920e091b84fa0e4e990557b142fe5d90d | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 22:04:34 2014 +0000 | | | | | | - simplify rule x/r = x *(1/r) with test of numerical issues | | | can someone have a look of | | | ./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit f223a224fe4aed481cfb7baeb213a187263306d9 | | | Author: Lennart Ochel | | | Date: Thu Feb 13 21:26:37 2014 +0000 | | | | | | - add "discrete states" to +d=backenddaeinfo | | | - see #2397 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 4603d975ac505f21cc5cc3097c706b8f0ff55908 | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 19:58:17 2014 +0000 | | | | | | - removed duplicated simplification | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 436cded664032f9848992f290c95228a1ad02bfa | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 19:40:48 2014 +0000 | | | | | | - simplify tsub | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 2d3b254e99ced3d2c8002d1f3c4fe26c89b55808 | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 19:20:20 2014 +0000 | | | | | | - fixed last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit a4c0882a969f6726b52609db5cc6ff4cafaf46cb | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 19:16:20 2014 +0000 | | | | | | - checking const tsubs for derivations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit f4bcb63f5ceeffc79df5376cfaaa2b5ff8b597a1 | | | Author: Willi Braun | | | Date: Thu Feb 13 18:21:02 2014 +0000 | | | | | | - work-a-round for index reduction, don't differentiate tuple for now | | | - fixes for avm models | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 690d22b7ebc87819b2b345cc2c523a3d2eb2d1a4 | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 17:55:30 2014 +0000 | | | | | | - update initial guess solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit 33f62ec43f698504d89d38af9ce9649d02a2fe21 | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 17:46:22 2014 +0000 | | | | | | - changed default values for ipopt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 706b552ee92a9899ffb2dbdf9fac6e2197c1db5a | | | Author: Willi Braun | | | Date: Thu Feb 13 17:40:31 2014 +0000 | | | | | | - fixes for function differentiation handling | | | - set correct header type for derivative annotation | | | - handling of tuples | | | - fixed sorting result in symbolic jacobian | | | - moved getArrayCref from SimCode to ComponentReference | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4a9f69dd94a0b9fae22694b785239581b188d912 | | | Author: Lennart Ochel | | | Date: Thu Feb 13 15:17:33 2014 +0000 | | | | | | - move warnings for parameters from front end to back end | | | - get rid of false warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 26cc5078a7d8a10f8b5a6c1480731236311e282d | | | Author: OpenModelica Hudson | | | Date: Thu Feb 13 15:12:38 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | | | * commit d62d21513871c5ede40b21472b17eac63aa31a9e | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 15:04:45 2014 +0000 | | | | | | - fixed numerical gradient for lagrange term | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | | | * commit 57424fb07ca0cfae156289db7dbd68c3ac855134 | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 14:50:30 2014 +0000 | | | | | | - added numerical gradient for objective function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit 9e973d7c93cef5af8d64bf973fe8094f51d9fa41 | | | Author: Lennart Ochel | | | Date: Thu Feb 13 14:00:32 2014 +0000 | | | | | | - add new initialization test case for parameters | | | - minor changes to LOG_INIT and LOG_SOTI | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit f23ff3bb0c9a095491190366619acb94b16607a9 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 13 12:43:47 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit c84465054b64404503c84944645801fe57fd24f8 | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 12:24:13 2014 +0000 | | | | | | - improve last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 05c94983645a76b3ec3c9df1b2cfe10cfc165a0b | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 12:18:45 2014 +0000 | | | | | | - added dense numerical jac | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit b6f1f207ced0047a5cbe91eac785b3c19a9d3cd5 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 13 11:33:54 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | | | * commit c37f130270b82cb38a2b09abe991f96a0ecf5d5c | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 11:07:38 2014 +0000 | | | | | | - num jac for optimization (num gradient missing) | | | for compare num and sym jac | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/OptimizationFlags.h | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 465ac1b71bb5950af61a25d15426ac9ec7cf7d43 | | | Author: Lennart Ochel | | | Date: Thu Feb 13 09:48:57 2014 +0000 | | | | | | - update initial comment for generated *_08bnd.c files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 16b77450395caad1507589f6e59247f81083130c | | | Author: Lennart Ochel | | | Date: Thu Feb 13 09:27:05 2014 +0000 | | | | | | - update function name to its new functionality (updateBoundStartValues -> updateBoundVariableAttributes) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 9c04f9678c8aa4dbf9609f455f6c308d9a553156 | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 09:11:56 2014 +0000 | | | | | | - remove unless code | | | - optica flag don't break simulation code | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit d3308a6008f677f63227502a2d568c3a9c5fca8c | | | Author: Vitalij Ruge | | | Date: Thu Feb 13 06:37:06 2014 +0000 | | | | | | - detailed output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 250bc6292fd720b1b2f7dd3cade1f8e65c62c80f | | | Author: Lennart Ochel | | | Date: Wed Feb 12 20:52:48 2014 +0000 | | | | | | - second try: fix parameter dependent attributes (nominal, min, max) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit c5f4afa63272ebac7f2c7d8e6372eb5b17ab8430 | | | Author: Lennart Ochel | | | Date: Wed Feb 12 20:21:01 2014 +0000 | | | | | | - revert r19076 (some cppruntime and hpcom tests seem to became non-deterministic) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit ef4bdf65037b8f6efd7741a7aba15b5a96c41617 | | | Author: Lennart Ochel | | | Date: Wed Feb 12 20:00:40 2014 +0000 | | | | | | - fix parameter dependent attributes (nominal, min, max) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit dfd56c58ece2a4669ba87b9dbe8ca783507640d6 | | | Author: Martin Sjölund | | | Date: Wed Feb 12 16:42:37 2014 +0000 | | | | | | - After suggestion by Adrian, order the pattern-matching in a smarter way: do cheap patterns before more complex ones | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/List.mo | | | | | * commit 4011c668899058f955a0ba88d425291162f32a91 | | | Author: Willi Braun | | | Date: Wed Feb 12 15:23:03 2014 +0000 | | | | | | - just function renaming from greate to create | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 0a7036fa7ab0e3b4488a3b468488da93bf473b77 | | | Author: Vitalij Ruge | | | Date: Wed Feb 12 14:44:57 2014 +0000 | | | | | | - added warnings for optimizations flags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 17615feea797b76a60a9f89b87493e5bbe25cc9e | | | Author: Vitalij Ruge | | | Date: Wed Feb 12 14:36:57 2014 +0000 | | | | | | - remove unused operation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 78f21e8553d83ad476c3932af5af658f0978072d | | | Author: Lennart Ochel | | | Date: Wed Feb 12 13:32:45 2014 +0000 | | | | | | - fix duplicate warnings | | | - there are still some duplicate warnings from the front end (Adrian is working on that) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit e80d154560faf759cc0170659ae0687ba60e5d2d | | | Author: OpenModelica Hudson | | | Date: Wed Feb 12 10:03:17 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/Template/GraphMLDumpTplTV.mo | | | | | * commit 3be0cff1fe2cd7c69e0b4fb0b7aa2a5a2bcd10ff | | | Author: Marcus Walther | | | Date: Wed Feb 12 09:55:56 2014 +0000 | | | | | | - GraphMLNew added -> this module will replace the GraphML-Module in the next weeeks | | | - The hpcom-openmp-code is now static | | | - The hpcom-module creates another graph now, which contains cache-line informations (this is a prototype at the moment and will be extended soon) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenC.tpl | | | A Compiler/Template/GraphMLDumpTpl.tpl | | | A Compiler/Template/GraphMLDumpTplTV.mo | | | M Compiler/Template/Makefile.common | | | M Compiler/Util/GraphML.mo | | | A Compiler/Util/GraphMLNew.mo | | | | | * commit 6207706933eec594087d818facc845382d299945 | | | Author: OpenModelica Hudson | | | Date: Wed Feb 12 09:54:30 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | | | * commit a6179aff12a9b1cd6a2fe5ef1c3a2169fedb4c31 | | | Author: Niklas Worschech | | | Date: Wed Feb 12 09:52:20 2014 +0000 | | | | | | workaround fix for discrete relations in cpp tempalte | | | reactivated jacobians in cpp template | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 16aeaf9eb04f44345dfdb111434c111b804e7f61 | | | Author: OpenModelica Hudson | | | Date: Tue Feb 11 22:10:26 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | | | * commit 87bb6b3c87fa49d4801f4fb9f18249f3d8bddb36 | | | Author: Vitalij Ruge | | | Date: Tue Feb 11 22:02:56 2014 +0000 | | | | | | -improve r19056 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit a005f08ea31c5ae163a74553abc7bdef1429fa73 | | | Author: Martin Sjölund | | | Date: Tue Feb 11 18:41:13 2014 +0000 | | | | | | The order of the base classes matters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit c5640a57c545226bb91ac51c2b5aaecf1e47a437 | | | Author: Martin Sjölund | | | Date: Tue Feb 11 18:08:08 2014 +0000 | | | | | | Deterministic identifiers in generated svg | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | M Examples/generate_icons.py | | | | | * commit 64d687f938dcebfd79e926b7c60f11254c78cc03 | | | Author: Vitalij Ruge | | | Date: Tue Feb 11 16:34:18 2014 +0000 | | | | | | - split function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | | | * commit 9a9ce0d3d6cb2b1fce6c8ed21170b1721a851fd7 | | | Author: Vitalij Ruge | | | Date: Tue Feb 11 15:24:16 2014 +0000 | | | | | | - add warning for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit c81b058bd435932a35da319d9e6876d0962c5d22 | | | Author: Vitalij Ruge | | | Date: Tue Feb 11 15:19:51 2014 +0000 | | | | | | - split function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 37546f50591a167c24a595007b5626040bb391c6 | | | Author: OpenModelica Hudson | | | Date: Tue Feb 11 15:00:21 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit 796667a3d9c5c5aedbfba0ec944c95f8806994c6 | | | Author: Vitalij Ruge | | | Date: Tue Feb 11 14:54:49 2014 +0000 | | | | | | - split function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit 25b970a30af8b7d1d632e957903f25abd5c32833 | | | Author: Vitalij Ruge | | | Date: Tue Feb 11 14:23:23 2014 +0000 | | | | | | - remove function call | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit 6d7ab38ae524c220ed55c32b3797386ad3c4312a | | | Author: OpenModelica Hudson | | | Date: Tue Feb 11 14:15:16 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 88105019cd7eb556fc26eb2bd40fdd2036a92e73 | | | Author: Vitalij Ruge | | | Date: Tue Feb 11 14:13:14 2014 +0000 | | | | | | - spliting function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit e8b562a38c96fc1a991750a118c81d934699768d | | | Author: Adrian Pop | | | Date: Tue Feb 11 12:50:20 2014 +0000 | | | | | | - small speed improvements in some of the connection handling. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit 54859fa68e281ac2a387e8fb8853f7de9e9186e0 | | | Author: Willi Braun | | | Date: Tue Feb 11 00:33:00 2014 +0000 | | | | | | - add functionTree to shared | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c8f9e53497eae54034df43e7438a7ef71852aa4f | | | Author: Lennart Ochel | | | Date: Mon Feb 10 23:21:20 2014 +0000 | | | | | | - improve last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit f1c2b5522bc35a5b8e3ffa1cde7f02fdf27ebf4b | | | Author: Lennart Ochel | | | Date: Mon Feb 10 22:52:45 2014 +0000 | | | | | | - fix #2566 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b3c7588026f7cab6d9f911ab7a8c902bba9a250c | | | Author: Martin Sjölund | | | Date: Mon Feb 10 21:03:52 2014 +0000 | | | | | | Revert accidental change in r19041 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 7676bdad59139bddb4bd8c791c6e5c0db5f0762f | | | Author: Martin Sjölund | | | Date: Mon Feb 10 19:29:41 2014 +0000 | | | | | | Bump MSL 3.2.1 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 7d5805374d0911c3e992e064567676dceed4d7a9 | | | Author: Vitalij Ruge | | | Date: Mon Feb 10 17:30:28 2014 +0000 | | | | | | - fixed constraints (thanks Willi) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f726aa176a7771f9f5c32530b041acf6225cc634 | | | Author: Martin Sjölund | | | Date: Mon Feb 10 12:24:01 2014 +0000 | | | | | | - Improved pretty-printing of list() API for when-equations/etc | | | - Added equation comments inside when-equation/etc blocks instead of after the whole when-equation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Parser/Modelica.g | | | | | * commit b265ebb912272c04268f63c80f807eb5e20b3010 | | | Author: Per Östlund | | | Date: Mon Feb 10 10:24:28 2014 +0000 | | | | | | Fix for #2570: | | | - Print parentheses when dumping empty annotation with Dump module. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit 84fc523362d7ab86c703d9caecef312450695d67 | | | Author: Martin Sjölund | | | Date: Mon Feb 10 07:06:26 2014 +0000 | | | | | | Guard only the requested parts with rollback of error-messages (certain sequences would make omc exit because the top of the error stack was wrong) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit b0f07aa1c574a367ff8f7cd2cf174d95b4959b8b | | | Author: Willi Braun | | | Date: Sun Feb 9 12:09:35 2014 +0000 | | | | | | - fixed #2574 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 7b818029be618ddc1250d0480df0ce2532909b8d | | | Author: Willi Braun | | | Date: Sat Feb 8 19:49:03 2014 +0000 | | | | | | - fixed #2575 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 833fb628a7421b2ca2664027b9248f18431b7f5b | | | Author: Adrian Pop | | | Date: Sat Feb 8 17:12:39 2014 +0000 | | | | | | More heuristics for #2566 | | | - if fixed=false, no start value, and a binding -> give a warning and use the binding as start value | | | - if fixed=false, a start value, and a binding -> give a warning, use the start value and ignore the binding | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | | | * commit ab1137d6c6bd5b3d616578702dfd29f4512c5cd6 | | | Author: OpenModelica Hudson | | | Date: Fri Feb 7 13:41:33 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | | | * commit 2f845d71126491be28378b73defd744a6e9ab380 | | | Author: Vitalij Ruge | | | Date: Fri Feb 7 13:39:33 2014 +0000 | | | | | | - fixed lagrange term | | | - new test for timetable | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit a1772cc42230d795391a76fc33c03fcfff1045b6 | | | Author: Adrian Pop | | | Date: Fri Feb 7 07:57:34 2014 +0000 | | | | | | Fix #2566 in the FrontEnd | | | - report parameter T p(start = value, fixed = true) and use the start value. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit bca2a7990a687a02693c87f42f507f972e5641b5 | | | Author: Adrian Pop | | | Date: Fri Feb 7 05:48:24 2014 +0000 | | | | | | - apply evaluation of rooted and isRoot at the same time to save time. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | | * commit 8c34e0e5dae3cf333164919ea313242f291fe530 | | | Author: Martin Sjölund | | | Date: Thu Feb 6 18:45:39 2014 +0000 | | | | | | Revert r19001 (missing CodegenC.tpl changes and changes to the jmpbuf structure) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit 07a4d1589ff2ebb7703765f4b7c2702d7ace9fba | | | Author: Martin Sjölund | | | Date: Thu Feb 6 16:24:12 2014 +0000 | | | | | | lis only create x-vector once | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | | | * commit 1ce72d5ad8de277fb8d0d44967e652138e4a88f0 | | | Author: OpenModelica Hudson | | | Date: Thu Feb 6 15:52:00 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.c | | | | | * commit bdb0d222ae1355f3394fe645135084d6ac9a06ac | | | Author: Per Östlund | | | Date: Thu Feb 6 15:49:00 2014 +0000 | | | | | | - Added disableRecordConstructorOutput debug flag. | | | - Handle matrices in min/max better. | | | - Handle arrays with more than two dimensions better in product. | | | - Fix array types when slicing vars with more than two dimensions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7098ffa81f90b307f9a3829705541431777a81a9 | | | Author: Martin Sjölund | | | Date: Thu Feb 6 15:46:56 2014 +0000 | | | | | | #2571 | | | - Return valid values for getSimulationOptions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 182184fbe6a0180eb7e63736695f765ea99b44a3 | | | Author: Willi Braun | | | Date: Thu Feb 6 15:27:38 2014 +0000 | | | | | | - try to handel simple division by zero errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit 43d978704105e64fbe4122ada45eb0eb9900bed2 | | | Author: Martin Sjölund | | | Date: Thu Feb 6 13:14:55 2014 +0000 | | | | | | Remove the third argument of the DIVISION macro, passing equation index instead (for debugging) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 391cfbad0136e3a06ccd891fd80947c1e4277672 | | | Author: Per Östlund | | | Date: Thu Feb 6 12:49:38 2014 +0000 | | | | | | - Changed DAEDump to always print out modifications after the variable name | | | instead of after the type name. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 681db07ba3d4a3a00974ea1216652063768c74b5 | | | Author: Martin Sjölund | | | Date: Thu Feb 6 12:22:26 2014 +0000 | | | | | | Fix some variables and comments for the documentation generation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit ad9b86ae73b426539f5c8e55f865b02b46e20cb4 | | | Author: Niklas Worschech | | | Date: Thu Feb 6 12:02:55 2014 +0000 | | | | | | fix for array state variable assignment in cpp tempalte | | | activated sorting of simvars in SimCodeUtil for cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 4ed11eecf17033fc563e2c92d844085b5d6e7714 | | | Author: Per Östlund | | | Date: Wed Feb 5 16:24:53 2014 +0000 | | | | | | Fix for #2062: | | | - Better handling of cardinality. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 01548be8239bc69797f4cc02052aa79a91015f37 | | | Author: Lennart Ochel | | | Date: Wed Feb 5 14:01:09 2014 +0000 | | | | | | - fix warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | | | * commit 3359575af3be33a4cfad2f90c42e6993aa1ddd68 | | | Author: Lennart Ochel | | | Date: Wed Feb 5 13:20:25 2014 +0000 | | | | | | - fix #2566 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Error.mo | | | | | * commit 15e7f395a90b790cac88ec29f68c723870471498 | | | Author: Martin Sjölund | | | Date: Wed Feb 5 12:07:14 2014 +0000 | | | | | | Uncomment icons creation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit ea04354746fc65312c8b939c09860bde3f526b17 | | | Author: Niklas Worschech | | | Date: Tue Feb 4 17:05:38 2014 +0000 | | | | | | removed no longer used functions from SimCode to calculate state variable index which were used in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 3b2f89a90ccd99b8a25a5d36e19410f6a20e1167 | | | Author: OpenModelica Hudson | | | Date: Tue Feb 4 13:41:37 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | | | * commit 609426244509019d118d7ecfdaa5de83ffc340ef | | | Author: OpenModelica Hudson | | | Date: Tue Feb 4 13:41:07 2014 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | | | * commit 9b5c701b5e4e7b75af3cb9e1a801bd8f98ab0823 | | | Author: Niklas Worschech | | | Date: Tue Feb 4 13:33:22 2014 +0000 | | | | | | -separated writing of simulation results of cpp Modelica system in extra class | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | A SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h | | | | | * commit 62aca377ccefb8f512f23e45086f6eef1e146549 | | | Author: Lennart Ochel | | | Date: Tue Feb 4 11:24:35 2014 +0000 | | | | | | - fix #2561 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/Util/Error.mo | | | | | * commit 0a3ae7e035ad2b0e01dbfa0fe7085b7c9690159a | | | Author: Martin Sjölund | | | Date: Tue Feb 4 06:06:38 2014 +0000 | | | | | | #2554 | | | make distclean instead of make clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 75feaf4bf95a409b9e7628b391754d2781e92b51 | | | Author: Lennart Ochel | | | Date: Mon Feb 3 23:30:59 2014 +0000 | | | | | | - fix #2504 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 6c9a31c2f061d5d35dc6ca57ab36fcbce4b2ecc8 | | | Author: Martin Sjölund | | | Date: Mon Feb 3 06:16:20 2014 +0000 | | | | | | Fix library testing script spinning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 5a6fb36420ce355ccf5308967f58aaa667a667d6 | | | Author: Adrian Pop | | | Date: Sun Feb 2 20:49:55 2014 +0000 | | | | | | - implement alarm in Windows (using thread/sleep/kill process) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 59ae476692ccbd44f8b2bda0f5012be07e6a2f80 | | | Author: Martin Sjölund | | | Date: Sun Feb 2 16:30:55 2014 +0000 | | | | | | Added new API alarm(seconds) - a timeout before omc is killed. alarm(0) unsets the alarm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Examples/BuildModelRecursive.mos | | | | | * commit 8804e1eb8536a384311ca588db5b216a39bcde30 | | | Author: Martin Sjölund | | | Date: Sun Feb 2 10:28:40 2014 +0000 | | | | | | RML compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 7babbaf9ee7b924826f412f3e98563f27bea39c3 | | | Author: Martin Sjölund | | | Date: Sun Feb 2 10:14:22 2014 +0000 | | | | | | Avoid matchcontinue | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 5190e5e4aeaf4301c137541986dda65dd62df819 | | | Author: Martin Sjölund | | | Date: Sun Feb 2 09:27:27 2014 +0000 | | | | | | Renamed crefEqualStringCompare to crefEqualVerySlowStringCompareDoNotUse | | | - crefEqual now uses crefEqualNoStringCompare | | | - only cppruntime uses crefEqualVerySlowStringCompareDoNotUse | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 6b9437c43d94b8df278eb7a6486ce69b79214c7e | | | Author: Martin Sjölund | | | Date: Sun Feb 2 08:29:05 2014 +0000 | | | | | | Truncate before making the string valid xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 640c5c0376b848fb3de3477ed119f06192d84a9c | | | Author: Adrian Pop | | | Date: Sun Feb 2 06:21:01 2014 +0000 | | | | | | - switch back to 1.9.1+dev | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 29db005214637a65c85242d99dcd4abe9a7e9dd6 | | | Author: Adrian Pop | | | Date: Sun Feb 2 05:25:15 2014 +0000 | | | | | | - redo 1.9.1 Beta1 (request by Adeel as he fixed some stuff in OMEdit) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 1b6192ba91d8b47a95744cda66f41c42625125d9 | | | Author: Adrian Pop | | | Date: Sun Feb 2 05:06:04 2014 +0000 | | | | | | - strange as it sounds -v affects -t in ulimit, remove -v | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit dfb0867c168ba89e51c387129be8db0204ee87d8 | | | Author: Adrian Pop | | | Date: Sun Feb 2 03:54:20 2014 +0000 | | | | | | - ulimit -v -t doesn't seem to work for the given time in -t | | | - trying ulimit -t -v and also added -v limit for simulation executable. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 7e3423d1fd16bbba31eb590ca84807a7f0c35318 | | | Author: Adrian Pop | | | Date: Sun Feb 2 02:14:16 2014 +0000 | | | | | | Fix for #2557 | | | - propely display the warning message | | | - add the line number information to the warning message too | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit d27739e9b7942f66e06bbbf72209d43a2ba8a894 | | | Author: OpenModelica Hudson | | | Date: Sat Feb 1 19:00:16 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 359e01cad5cfe048fa0533de59e1be89b237694b | | | Author: Vitalij Ruge | | | Date: Sat Feb 1 18:45:54 2014 +0000 | | | | | | - new initial guess option for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 9301cda4457e57457434da257049eead754bd43d | | | Author: OpenModelica Hudson | | | Date: Sat Feb 1 15:21:28 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 3813fafa162947001ccc7d6b85d789ff03818516 | | | Author: Vitalij Ruge | | | Date: Sat Feb 1 15:13:51 2014 +0000 | | | | | | - added new flag: higher print level in ipopt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit aa7ada5ff81a69582ee2d4299bb35b888a2d7857 | | | Author: Vitalij Ruge | | | Date: Sat Feb 1 15:03:05 2014 +0000 | | | | | | - added new flag for checking JAC and HESSE in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 2054cbac93ea02c6ae3234b6a79a56f32ffdd48d | | | Author: OpenModelica Hudson | | | Date: Sat Feb 1 14:40:59 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 1fd7d441a0283faf3b2bf274c803f7b5dbefe79f | | | Author: Vitalij Ruge | | | Date: Sat Feb 1 14:18:24 2014 +0000 | | | | | | - added flag: swtch hesse in ipopt e.g. BFGS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 3c5c7da6239fe53dc7b0a1339ea0f0b9a69d266c | | | Author: Martin Sjölund | | | Date: Sat Feb 1 13:07:18 2014 +0000 | | | | | | Set ulimit -v for BuildModelicaRecursive.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit e7824ef7f07f352c35ef6c25c5b5a1fe6dc4eefa | | | Author: Martin Sjölund | | | Date: Sat Feb 1 11:59:45 2014 +0000 | | | | | | Fix printing of negative real numbers that look like integers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/realString.c | | | | | * commit 9c81a0e6f0857f3fcd8b931c57df452740f6c502 | | | Author: Martin Sjölund | | | Date: Sat Feb 1 11:39:20 2014 +0000 | | | | | | - Changed lib/omlibrary/Modelica... to Modelica... for testsuite messages (to work better with build symlinked to /usr) | | | - Added reading of env.var CC at start to be able to change CC in pre-compiled omc version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Util/Util.mo | | | | | * commit de9fa7f47731f3a7c361bf6c53ed9d36b1d25a59 | | | Author: Lennart Ochel | | | Date: Sat Feb 1 09:07:39 2014 +0000 | | | | | | - fix #2557 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 4f9caa5e8eb2f3d678e1a69ed998fc8259ce9146 | | | Author: Martin Sjölund | | | Date: Sat Feb 1 08:06:57 2014 +0000 | | | | | | Try to fix OSX weird problems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit aa51830a18796cdbc9d10b6e46c0f45238fd5854 | | | Author: Adrian Pop | | | Date: Sat Feb 1 03:58:17 2014 +0000 | | | | | | - switch back to 1.9.1+dev | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 91640fbb54c39ad790f653e346311706bb8f1341 | | | Author: Adrian Pop | | | Date: Sat Feb 1 01:21:04 2014 +0000 | | | | | | - update version to 1.9.1 Beta1 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 46d7724245b0b25ad64b5858e6714e3ae183b6d0 | | | Author: Adrian Pop | | | Date: Sat Feb 1 00:54:02 2014 +0000 | | | | | | - reverted previous commit | | | - simcode needs omc but omc was not copied yet from Compiler/omc_release to build/bin, | | | however omc needs simcode (how does this work?) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | | | * commit 4cede07aacad2756fbc2d03f51cad9fbf926a383 | | | Author: Adrian Pop | | | Date: Sat Feb 1 00:43:15 2014 +0000 | | | | | | - susan_codegen needs omc! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | | | * commit 8e51c2d3cf4d7b14a1271f8ef7343fa0804d7c0c | | | Author: Martin Sjölund | | | Date: Fri Jan 31 17:48:17 2014 +0000 | | | | | | Return the exit status we got from the simulation runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f78c9a686cb5b4c526e99a03afe176f1a3c49e59 | | | Author: OpenModelica Hudson | | | Date: Fri Jan 31 17:15:24 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit afd9951c87fb2c6e2872be9fae01f0f5da2e276a | | | Author: Marcus Walther | | | Date: Fri Jan 31 17:07:50 2014 +0000 | | | | | | - try to fix bootstrapper bug | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 04bbc9fa1b7c59a71700daa07ccc8970e34b3300 | | | Author: Marcus Walther | | | Date: Fri Jan 31 16:49:11 2014 +0000 | | | | | | - Template for hpcom-cpp target added to the template-folder | | | - Changed EXIT(0) to return 0 in _main_simulation_runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenC.tpl | | | A Compiler/Template/CodegenCppHpcom.tpl | | | M Compiler/Template/Makefile.common | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 8a17ec83b2a1a402a373ae68c3c043f29c15a614 | | | Author: Adrian Pop | | | Date: Fri Jan 31 14:01:04 2014 +0000 | | | | | | - flag +d=disableWindowsPathCheckWarning (Disables warnings on Windows if OPENMODELICAHOME/MinGW is missing). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Util/Flags.mo | | | | | * commit cf8385aeeae305a8d33d29a57ac52603faaed0d9 | | | Author: OpenModelica Hudson | | | Date: Fri Jan 31 13:48:05 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 815a10b088e70759f9b9be48c44579666b0bdc5c | | | Author: Niklas Worschech | | | Date: Fri Jan 31 13:37:10 2014 +0000 | | | | | | -separated initialization of cpp Modelica system in extra class | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit f185de1932982bf0f0c8b343ca1365f197f9a0a2 | | | Author: Volker Waurich | | | Date: Fri Jan 31 13:27:12 2014 +0000 | | | | | | - round graphCosts | | | - updated referenceGraphs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit db09538d8585a773c1e9a4702ee4b087a440e51b | | | Author: Volker Waurich | | | Date: Fri Jan 31 12:50:35 2014 +0000 | | | | | | - round the values for serialTime, parallel Time, critical Path | | | - always use num_threads from the flag +n=.. for level scheduling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1ef26bc6565e850f878efb5ad2597f2e17d7b6b1 | | | Author: Martin Sjölund | | | Date: Fri Jan 31 08:15:19 2014 +0000 | | | | | | Only use --enable-64bit on x86_64 CPUs for antlr | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | M configure.in | | | | | * commit c3a40991276a1f0144779722a53fd2bc217cd30d | | | Author: Martin Sjölund | | | Date: Fri Jan 31 06:43:55 2014 +0000 | | | | | | Try to override LDFLAGS in case it in part of the environment | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit fc9b8131c3c6e1e11371d1b93044cf7615d4ec08 | | | Author: Martin Sjölund | | | Date: Thu Jan 30 21:05:05 2014 +0000 | | | | | | Bump MSL 3.2.1 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M svn-clean.py | | | | | * commit 949c06d19abd74a3c6b31a6dbf90fa687a28f5b3 | | | Author: Martin Sjölund | | | Date: Thu Jan 30 20:57:40 2014 +0000 | | | | | | Remove antlr3 header on make clean (needed to actually make the gcc hudson job do a clean build) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit c5cb3660a1b95128811d09339ccf584dbbc94759 | | | Author: Martin Sjölund | | | Date: Thu Jan 30 18:19:56 2014 +0000 | | | | | | Pass the CC since antlr uses different typedefs and includes depending on compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit 0b92789410f1513122daededa6a18f162e67468d | | | Author: Martin Sjölund | | | Date: Thu Jan 30 15:06:06 2014 +0000 | | | | | | Enable 64-bit code generation for antlr | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit 302a02da0c56d026a4fdbf1f3030d81f867b5237 | | | Author: Martin Sjölund | | | Date: Thu Jan 30 14:58:41 2014 +0000 | | | | | | Changes for FreeBSD compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 219be0623e4e3f8bbc9a4eda4609d1c70cfbcfe0 | | | Author: Martin Sjölund | | | Date: Thu Jan 30 14:37:13 2014 +0000 | | | | | | Fix antlr compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit 6552ff462088d49370dcd0e3e993f58ac67ff1e5 | | | Author: Martin Sjölund | | | Date: Thu Jan 30 14:28:22 2014 +0000 | | | | | | Adding makefile dependencies | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit 8a6f62f3ba2c2aac0be7cf2431ea89a431e97b97 | | | Author: Martin Sjölund | | | Date: Thu Jan 30 14:15:08 2014 +0000 | | | | | | - Run ./configure in antlr-3.2 to ensure a valid configuration is generated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit aee3534d65487925a644f692e2c5b736bd600bda | | | Author: Martin Sjölund | | | Date: Thu Jan 30 10:15:58 2014 +0000 | | | | | | Some updates to the README | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 742025b4ddd55d07c75381b0f7cba9e1aafb75cb | | | Author: Marcus Walther | | | Date: Thu Jan 30 10:10:25 2014 +0000 | | | | | | - the hpcom speedup is now printed to stdout with an accuracy of two digits after the decimal point | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 45cfb62cfe5536b78781acaad31ac01fba41036d | | | Author: Martin Sjölund | | | Date: Thu Jan 30 08:43:47 2014 +0000 | | | | | | New revision for new nightly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 82dded39155a14c7cebab9617e6d3b443d85004c | | | Author: Volker Waurich | | | Date: Thu Jan 30 08:24:25 2014 +0000 | | | | | | - output whole dae graph as graphml when resolving loops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit ee566e39faea3e3dc6e968b20602bb719710a9da | | | Author: Lennart Ochel | | | Date: Wed Jan 29 22:30:54 2014 +0000 | | | | | | - revert r18840 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit ed412775187dd05f89bb9573f84ad218c737e961 | | | Author: Lennart Ochel | | | Date: Wed Jan 29 22:05:28 2014 +0000 | | | | | | - fix #2553 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit e6fb779fd39bc60264b20f071e6cf2d9fed8fe4f | | | Author: Adrian Pop | | | Date: Wed Jan 29 16:26:05 2014 +0000 | | | | | | - more fixes for Mac OS | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit b7ab08e5b97b6d5eede23a293de4ee090f04536c | | | Author: Marcus Walther | | | Date: Wed Jan 29 15:53:06 2014 +0000 | | | | | | - debug output removed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 3028466d169b9653924fea854c99befea167f308 | | | Author: Marcus Walther | | | Date: Wed Jan 29 15:29:56 2014 +0000 | | | | | | - bootstrapper fixed (sorry, it took a little bit longer to localize the issue) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit e9b98f0a86ad94d6b1cad487f26c00dad94c005a | | | Author: Adrian Pop | | | Date: Wed Jan 29 15:12:48 2014 +0000 | | | | | | - fix bootstrapping | | | (some bootstrapping bug here, see my comment inside the code) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 1ef176fa6eb0c2c20c5f0b74e82fab89255d2024 | | | Author: Marcus Walther | | | Date: Wed Jan 29 14:14:59 2014 +0000 | | | | | | - bug fixed: hpcom taskgraphmeta is not longer invalid, if the model contains more than one EqSystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 6ff3ce88fdfd5407fa7ac5d33466a651ee54db0d | | | Author: Adrian Pop | | | Date: Wed Jan 29 14:10:20 2014 +0000 | | | | | | - fix bootstrapping | | | - strangely SOME(outRules) := getGlobalRoot(Global.rewriteRulesIndex); | | | does not work directly in the bootstrapped compiler, | | | you get: Error: Invalid pattern: SOME(rules) of type ##T_UNKNOWN# | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/RewriteRules.mo | | | | | * commit 66a2bd9d6832a5e66b52e46b4a1ed875d205523e | | | Author: Adrian Pop | | | Date: Wed Jan 29 13:55:33 2014 +0000 | | | | | | - support for rewrite rules | | | - the rewrite rules are only used in dumpXMLDAE if a rewrite rule file is given as last parameter | | | (if interest exists we can make it part of the usual front-end chain) | | | - example of a rewriteRules.txt file | | | rewrite(abs('$x'), if ('$x' >= 0) then '$x' else -'$x'); | | | rewrite('$x' ^ 2, '$x' * '$x'); | | | // rewrite(semiLinear(0.0, '$x', '$y'), 0.0); | | | // rewrite(semiLinear('$x','$y','$z'), if ('$x' >= 0) then '$x'*'$y' else '$x'*'$z'); | | | rewrite(noEvent('$x'), '$x'); | | | rewrite(Modelica.Fluid.Utilities.regRoot('$x','$y'), if ('$x' >= 0) then sqrt('$x') else -(sqrt(-'$x'))); | | | rewrite(Modelica.Fluid.Utilities.regStep('$x',y1,y2,e), if ('$x' > e) then y1 else y2); | | | rewrite(Modelica.Math.Matrices.isEqual('$x','$y','$e'), | | | (size('$x',1)==size('$y',1) and size('$x',2) == size('$y',2) and sum('$x' .- '$y') == 0)); | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/RewriteRules.mo | | | | | * commit 3a155cb93b9406ce1665d12f73113aae55a596d3 | | | Author: Adrian Pop | | | Date: Wed Jan 29 13:21:28 2014 +0000 | | | | | | - no .so on Mac OS, use $SHREXT instead | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit e35af1d471b6e0a852b6eaaef9d9055c3e4ca1dc | | | Author: Adrian Pop | | | Date: Wed Jan 29 13:08:20 2014 +0000 | | | | | | - attempt to fix MacOS handling of libcminpack | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit c76c90f3669ab236a1bc96caf255c2582ff43985 | | | Author: Adrian Pop | | | Date: Wed Jan 29 12:45:51 2014 +0000 | | | | | | - copy to build/lib/omc not to build/bin! | | | - also use 3rdParty/CMinpack/install/lib*/ as it might be lib64 on Linux! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit db499b427101a2eb6dc864a3218f3e38072031ad | | | Author: Christian SChubert | | | Date: Wed Jan 29 10:54:39 2014 +0000 | | | | | | try to fix build for cpp runtime with cminpack | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit f1b3a191f8fccd4894a54fd3c685ac68a8586d7b | | | Author: Martin Sjölund | | | Date: Wed Jan 29 09:50:51 2014 +0000 | | | | | | Patch for emcc (javascript runtime) from tshort | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenJS.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 31bf767df2fe312987c72e3a98ae0afda392b738 | | | Author: Vitalij Ruge | | | Date: Tue Jan 28 16:11:21 2014 +0000 | | | | | | - fixed constraints | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 3a339cee0ca5b6fc319740e199827cdedb685b35 | | | Author: Niklas Worschech | | | Date: Tue Jan 28 14:16:44 2014 +0000 | | | | | | fix for ticket #2548. Added case for msvc for external library directory linker path | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d7c0e9cfc4e2d7d109ad88525c8acf6d7fbcdd5f | | | Author: Niklas Worschech | | | Date: Tue Jan 28 09:44:50 2014 +0000 | | | | | | fix in cpp tempalte: gcc make file, link to ModelicaExternalC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f6f2ec04ae7ab8d0386f507411e817fdc408114f | | | Author: Vitalij Ruge | | | Date: Tue Jan 28 09:44:08 2014 +0000 | | | | | | - better time grid for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 0673e6cf5809309a902881985af38c153b45bf29 | | | Author: OpenModelica Hudson | | | Date: Tue Jan 28 09:41:29 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit e4bd0389c24b61f1e6978ef93026e834d25c0b18 | | | Author: Vitalij Ruge | | | Date: Tue Jan 28 09:37:15 2014 +0000 | | | | | | fixed r18817 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 6cb7e305017275fe7322f273159d74a74bb2839d | | | Author: Vitalij Ruge | | | Date: Tue Jan 28 09:35:26 2014 +0000 | | | | | | - free memory for analyticJacobians structure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit a5e7a6a4b33f4ffa6eeff262d25c318243736b6d | | | Author: Niklas Worschech | | | Date: Tue Jan 28 09:31:52 2014 +0000 | | | | | | renamed ModelicaExternalC lib in cpp runtime without prefix OMCpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 394f7c2a11a3fc5b2294a9fa35caa27965c22fac | | | Author: Niklas Worschech | | | Date: Tue Jan 28 08:04:31 2014 +0000 | | | | | | added clean in cpp runtime make files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Makefile | | | | | * commit c75d65f02a171570e0dc64c40121b5125877027b | | | Author: OpenModelica Hudson | | | Date: Tue Jan 28 01:39:32 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 87168ff47e14f48efe9f0b937c590d130d4c8d8a | | | Author: Vitalij Ruge | | | Date: Tue Jan 28 01:32:11 2014 +0000 | | | | | | - missing free() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 0e141acd4b12c9524b44f4cd2adf7c433f0b4b07 | | | Author: Vitalij Ruge | | | Date: Tue Jan 28 00:35:31 2014 +0000 | | | | | | - fixed constraints size | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 24c7c44a1e19ebd0094a8b2a5e13b20f6488914f | | | Author: Adrian Pop | | | Date: Mon Jan 27 22:38:01 2014 +0000 | | | | | | - reverted r18808 as it breaks some tests and make some tests run forever even if we have ulimit -t | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 7bde9cb76fc643f0aa875a24dd55b38c6a96d74f | | | Author: Vitalij Ruge | | | Date: Mon Jan 27 19:45:23 2014 +0000 | | | | | | - fixed constraints size | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit d535f310e8fe9af8ecc452f8734d277a77c044b7 | | | Author: Vitalij Ruge | | | Date: Mon Jan 27 17:29:09 2014 +0000 | | | | | | - small fix for constraints in hesse | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit bae0da5cf55ce5a305b5abbd80a19926d3db830e | | | Author: Niklas Worschech | | | Date: Mon Jan 27 17:13:30 2014 +0000 | | | | | | extended cpp tempalte for external C- functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 17f07e748eb4d59855a72ce01ddfde054a69744a | | | Author: Volker Waurich | | | Date: Mon Jan 27 14:09:23 2014 +0000 | | | | | | - try to fix build_clang | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 3ff6740abcb0e8b262480ae76f7117cf8c6469de | | | Author: Volker Waurich | | | Date: Mon Jan 27 13:58:21 2014 +0000 | | | | | | - implemented a heuristic whether to resolve a loop or not, some rewriting | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 359db39e8700b1459e11525a4bbc04256fda9847 | | | Author: Leonardo Laguna | | | Date: Mon Jan 27 13:27:41 2014 +0000 | | | | | | - Reverted bad commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 4ed9d5ae05175053703b5f5cbe01a23b0f70ba65 | | | Author: Leonardo Laguna | | | Date: Mon Jan 27 13:16:18 2014 +0000 | | | | | | Fixing bug in VarTransform.replaceExpRepeated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit f597bc5da95da3d0d5c06dd82d80aac6474b3201 | | | Author: Christian SChubert | | | Date: Mon Jan 27 12:50:27 2014 +0000 | | | | | | hopefully, this commit will fix the build of cminpack together with the cppruntime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | * commit 635d750a4f348415594949e360a8be247b3790c6 | | | Author: Martin Sjölund | | | Date: Mon Jan 27 12:15:50 2014 +0000 | | | | | | Only output variables that are actually in the reference results (use outputFormat="empty" if not checking reference files) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 45c18232ef1a1d1d963aa9b74c458ae433e6d666 | | | Author: Martin Sjölund | | | Date: Mon Jan 27 12:13:52 2014 +0000 | | | | | | Fix generation of all models again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit d44efefca5f4514eb992b01bf94ec938052d67ac | | | Author: Niklas Worschech | | | Date: Mon Jan 27 11:56:54 2014 +0000 | | | | | | fix in cpp template for algorithm array assign | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a4e5e4b8a03db4c627080f58808bd82faf04b494 | | | Author: Adrian Pop | | | Date: Sun Jan 26 20:52:32 2014 +0000 | | | | | | - more fixes for Windows MSVC (int32_t header included) | | | - fixed the filename in SimulationRuntime/c/simulation/results/CMakeLists.txt | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | | | * commit b57e06c8ab747b192713b83558b9c84a0ab9d6a3 | | | Author: Adrian Pop | | | Date: Sun Jan 26 18:34:13 2014 +0000 | | | | | | - fix Windows build (htonl is in some other header) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | | | * commit 493a89f7791f1b066e569da75f4ffed1662e1111 | | | Author: Martin Sjölund | | | Date: Sun Jan 26 14:09:13 2014 +0000 | | | | | | Remove some unused headers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | | | * commit e3fdb3bf7c89ef133ef0af8ee1650348472da5aa | | | Author: Martin Sjölund | | | Date: Sun Jan 26 13:34:40 2014 +0000 | | | | | | Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit e407ad420ce62904ada621b8ab9eb65ca1280821 | | | Author: OpenModelica Hudson | | | Date: Sun Jan 26 13:17:27 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | | | * commit 60040a0481a5e2d3b7442eff074655526e53c905 | | | Author: Michael Tiller | | | Date: Sun Jan 26 13:09:34 2014 +0000 | | | | | | Adding support for wall files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | A SimulationRuntime/c/simulation/results/simulation_result_wall.cpp | | | A SimulationRuntime/c/simulation/results/simulation_result_wall.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 7b0a94cf748bd5bfea8ab8e76dee8fa77a729638 | | | Author: Niklas Worschech | | | Date: Fri Jan 24 15:43:21 2014 +0000 | | | | | | added -fPIC Compiler flag to ModelicaExternalC lib of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | | | * commit 90ea88bdf21fe3e1fe48fb698d668bc4733caa3a | | | Author: Martin Sjölund | | | Date: Fri Jan 24 13:17:04 2014 +0000 | | | | | | Enable tracing the flattening operation (from SCode to DAE) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | | | * commit 7f4f0b1665e588ded098e36bc43057cb57a527f0 | | | Author: Niklas Worschech | | | Date: Fri Jan 24 11:51:30 2014 +0000 | | | | | | deactivated hybrj solver again, clean Minpack build before does not help | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 2653de0626f1ce88572238df253626fa1fa8b729 | | | Author: Niklas Worschech | | | Date: Fri Jan 24 11:41:38 2014 +0000 | | | | | | second try of activating hybrj solver with make clean build of CMinpack | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 9c7538397ce843ddfe42555d9b19b61e89ca502b | | | Author: Christian SChubert | | | Date: Fri Jan 24 10:27:42 2014 +0000 | | | | | | added cminpack-clean to clean target, building cminpack with visual studio when building runtimeCPPmsvcinstall | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit d7b436cd8818d29a1158ed8bbe2813edfdc17c98 | | | Author: Niklas Worschech | | | Date: Fri Jan 24 10:27:27 2014 +0000 | | | | | | fix in cpp template for algloop file names. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit d003fb1269e7ab77ad297c61026577c934517fca | | | Author: Niklas Worschech | | | Date: Fri Jan 24 09:30:28 2014 +0000 | | | | | | deactivated hybrj because of build errors | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 22185ddb842e6c3695574448183b5e41705eaa39 | | | Author: Vitalij Ruge | | | Date: Fri Jan 24 09:27:07 2014 +0000 | | | | | | - update scaling hess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit fc023bef553da1b243127e20f486fb4569b843fb | | | Author: Niklas Worschech | | | Date: Fri Jan 24 09:16:34 2014 +0000 | | | | | | -Activated hybrj solver in cpp runtime | | | -changed generated cpp file names with fileNamePrefix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | | * commit 578d38e6fa4eba2b9f3853b3ce4906bbbe64d66a | | | Author: Niklas Worschech | | | Date: Thu Jan 23 14:58:14 2014 +0000 | | | | | | add find call for CMinpack library and header files to cpp runtime cmakefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit eb2f79bc50d5fee9542c450bf8afab49f83a97da | | | Author: Vitalij Ruge | | | Date: Thu Jan 23 14:29:30 2014 +0000 | | | | | | - fixed indices for constraints (optimization) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 23307a65bc1c7e1b7e7d691293e7cf932febdb2b | | | Author: Christian SChubert | | | Date: Thu Jan 23 13:51:14 2014 +0000 | | | | | | attempt to fix windows build (strict checking of msvc regarding c coding conventions) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | * commit 0348d0871bdedd14d2cbbaa32a61a82dab86d493 | | | Author: Niklas Worschech | | | Date: Thu Jan 23 12:28:25 2014 +0000 | | | | | | change ModelicaExternalC library from cpp runtime to use c files form MSL. Adapted cpp template for external objects | | | removed unused files in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | D SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h | | | D SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c | | | D SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h | | | D SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c | | | D SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp | | | D SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h | | | D SimulationRuntime/cpp/Include/Core/Solver/Initialization.h | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | | | * commit 57aba426d711a39fb9d518d2825f86b433db772a | | | Author: Vitalij Ruge | | | Date: Thu Jan 23 12:23:38 2014 +0000 | | | | | | - fixed constraints scaling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit f5ba88d5f30959e1e38356c19e3bcfcb29d1d650 | | | Author: Martin Sjölund | | | Date: Thu Jan 23 11:45:05 2014 +0000 | | | | | | Handle single quotes and spaces in URL's better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit ef3e06d317ababf33e61d289d4a1953191ec4c5c | | | Author: OpenModelica Hudson | | | Date: Thu Jan 23 10:50:45 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | * commit 5a3d1aa4c2912a7c17cc56e4a329826fb905a85f | | | Author: OpenModelica Hudson | | | Date: Thu Jan 23 10:22:10 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 7fbf5e9a28e901b37c2b61a3be75ce8423297e27 | | | Author: Volker Waurich | | | Date: Thu Jan 23 10:18:20 2014 +0000 | | | | | | - additional output for -lV=LOG_LS_V | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | | | * commit c5fc1bf477bbc63140c739829ec0187714ae0500 | | | Author: Vitalij Ruge | | | Date: Thu Jan 23 10:12:24 2014 +0000 | | | | | | - simplify constraints (optimization) | | | - fixed jacobian size (optimization) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit b5b9fb89c2d9b247415e87f4e54109ed141fe6e7 | | | Author: Volker Waurich | | | Date: Thu Jan 23 06:27:45 2014 +0000 | | | | | | - added a function to get the loops in a complex bipartite graph (just for testing) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 80051776ca2b893e3ba6cc79b9fc4a9c963dc6a5 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 22 16:05:30 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 7f884c26a0765d9f43e767c4d02e260415bf008b | | | Author: Patrick Marcel Taeuber | | | Date: Wed Jan 22 15:50:56 2014 +0000 | | | | | | - modified Cellier-Tearing to solve mixed Systems | | | - fixed some problems with Cellier-Tearing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 29bbd287ecc5c65335bb9b1a53d3ed5c58e097bd | | | Author: Martin Sjölund | | | Date: Wed Jan 22 15:41:48 2014 +0000 | | | | | | Guard against divisions by zero | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit a16f990206f756d3c789e0dedc4bf276e556b0df | | | Author: OpenModelica Hudson | | | Date: Wed Jan 22 15:26:09 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 632f717e05b8e40e9a39c79535f8ef593c1c67ea | | | Author: Per Östlund | | | Date: Wed Jan 22 15:19:59 2014 +0000 | | | | | | Fix for #2532: | | | - Fixed slicing of qualified crefs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 81e2c12fc3455f366d6f90c04cc8b0758cc58e6c | | | Author: Volker Waurich | | | Date: Wed Jan 22 15:17:12 2014 +0000 | | | | | | - fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 0e1ead3c703e88008fd4106bf2059a95543ae68f | | | Author: Vitalij Ruge | | | Date: Wed Jan 22 15:14:29 2014 +0000 | | | | | | - fixed hessian for constraints (optimization) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 3d90ff3a375c1fb925ba776307e856b975be9b74 | | | Author: Volker Waurich | | | Date: Wed Jan 22 15:08:51 2014 +0000 | | | | | | - rearranged code for resolveLoops | | | - some bugfixes for resolveLoops | | | - introduced resolvedLoops as a postOptModule that handles StrongComponents (not yet finished) | | | - updated tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 2d017f17931a943f5c913abf62c7af64754e9eab | | | Author: Vitalij Ruge | | | Date: Wed Jan 22 14:55:49 2014 +0000 | | | | | | - fixed hessian for constraints (optimization) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 65c24df422704366c235064a8f0ff3b8c73b35a7 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 22 14:07:24 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 41253bc7d38d319e51c5418f01013b0b0d370a1d | | | Author: Vitalij Ruge | | | Date: Wed Jan 22 14:00:01 2014 +0000 | | | | | | - support constraint block (optimica) | | | - add example | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 9635f1c6edeb6701de4988519fb2b0ded1643855 | | | Author: Martin Sjölund | | | Date: Wed Jan 22 13:50:54 2014 +0000 | | | | | | - Add numberOfIntervals and stepSize as input/output of getSimulationOptions | | | - OMEdit now respects the Interval experiment annotation in the simulation setup | | | - Enable output of the statements in the match equation sections (for error messages) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Examples/BuildModelRecursive.mos | | | | | * commit 0cfe45fd015840ec6040bee28f2d4ca6beb7cf2e | | | Author: Willi Braun | | | Date: Wed Jan 22 13:01:34 2014 +0000 | | | | | | - removed global optimization functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit a31dc78ddb9c3f89c63d18005fa66a1158a00dfb | | | Author: Martin Sjölund | | | Date: Wed Jan 22 12:31:34 2014 +0000 | | | | | | By default don't export svg elements with display="none" since some renderers do not ignore these elements... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit 1923024e24ecb7f1e7f2278ce970b7b8696bddc2 | | | Author: Willi Braun | | | Date: Wed Jan 22 10:38:58 2014 +0000 | | | | | | - fixed issue of r18708 (missing function definition). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit eb31a2e84e6b5a4d5efb9e9c67b65c0666c6fc28 | | | Author: Martin Sjölund | | | Date: Wed Jan 22 10:15:59 2014 +0000 | | | | | | Handle in class comments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit a99b042f902cdea55afeeff3afe3269dc7c9c521 | | | Author: OpenModelica Hudson | | | Date: Wed Jan 22 09:58:06 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 351ffb9f126d450daab8a98017db160809b975f9 | | | Author: Vitalij Ruge | | | Date: Wed Jan 22 09:50:05 2014 +0000 | | | | | | - jacobians for nonlinear constraints (optimization) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 7f5cfae4caa64939050d7da883bec7e45b24c9d3 | | | Author: Jan Kokert | | | Date: Tue Jan 21 15:51:03 2014 +0000 | | | | | | Fixed CR/LF in script for Windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/replace-startValue.bat | | | | | * commit 213515f64afde862e9b3ceaf35a6d4173aa2f45d | | | Author: Per Östlund | | | Date: Tue Jan 21 15:19:55 2014 +0000 | | | | | | - Preserve enum literals in Static.elabCrefSlice. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit f8c15518b9d8e89190196aff774b08f590bb4e91 | | | Author: Adrian Pop | | | Date: Tue Jan 21 07:21:09 2014 +0000 | | | | | | Fix for bug: #2385 | | | - expand array elements added to expandable connectors | | | - add test: | | | testsuite/flattening/modelica/expandable/ConnectorTest.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 30ef637c80fc6039f62d867ebc3956ef974fe312 | | | Author: Willi Braun | | | Date: Mon Jan 20 18:31:53 2014 +0000 | | | | | | - removed rounding step-size work-a-round | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit 095936ba15ae88f5710ffb818460cae6414f104e | | | Author: Adrian Pop | | | Date: Mon Jan 20 17:42:19 2014 +0000 | | | | | | - Implement feature #2542 | | | - Use: | | | +replaceHomotopy Replaces homotopy(actual, simplified) with the | | | actual expression or the simplified expression. | | | Good for debugging models which use homotopy. | | | The default is to not replace homotopy. | | | Valid options: | | | * none (default) | | | * actual | | | * simplified | | | Use with +replaceHomotopy=actual|simplified or setCommandLineOptions("+replaceHomotopy=actual|simplified") via scripting. | | | - Added testsuite/flattening/modelica/others/Homotopy.mos for testing the new facility. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 5d3e3be127bae8c9cac4b3d1892c7c14abab6f23 | | | Author: Martin Sjölund | | | Date: Mon Jan 20 11:48:02 2014 +0000 | | | | | | Fixes #2376, simplification of slicing array crefs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 853fb3ea8198f7ea2fdd81a983af1fbc67ba167e | | | Author: Volker Waurich | | | Date: Mon Jan 20 07:34:38 2014 +0000 | | | | | | - resolveloops: the resolved equation has the form 0 = ... in order to simplify the expression on one side | | | - updated tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit a8b6da1f6e332b52f566a293119da4de35627d59 | | | Author: Willi Braun | | | Date: Sun Jan 19 16:43:36 2014 +0000 | | | | | | - added fix for stepSize calculation and output intervals #2539 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/simulation_inline_solver.h | | | | | * commit 6a6b9fa19d9f0af06edb8ce3827026b95ed3898a | | | Author: Martin Sjölund | | | Date: Fri Jan 17 16:18:42 2014 +0000 | | | | | | Fix LOG_INIT stream | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit d63e6a985046d24ad1035cc2bcca3ba8d8de21a3 | | | Author: Willi Braun | | | Date: Fri Jan 17 16:01:52 2014 +0000 | | | | | | - fix bootstrap compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit f46533d923c4d8a1a3fb7e6b70bd52ed4573b49a | | | Author: Willi Braun | | | Date: Fri Jan 17 15:50:27 2014 +0000 | | | | | | - added an interface function for partial derivatives of functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit f17a93849c9fa8299eb11e75ba04283e7c863ad8 | | | Author: Martin Sjölund | | | Date: Fri Jan 17 13:42:51 2014 +0000 | | | | | | Ugly hacks for unelabExp of empty arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit cd1847bbe0222ea3af0b396871e1407077fd36fd | | | Author: Martin Sjölund | | | Date: Fri Jan 17 11:13:11 2014 +0000 | | | | | | Check for ACTIVE_STREAM vs. DEBUG_STREAM with LOG_DEBUG (used as both infoStream and debugStream; one is removed by the preprocessor) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 79686896cf4e131ad63311a7016fd3cd88c807f5 | | | Author: Martin Sjölund | | | Date: Fri Jan 17 10:16:35 2014 +0000 | | | | | | Also fix CodegenFMUCpp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit a79556e21ecc62a13de9ebdecf3c87607ed9cc11 | | | Author: Martin Sjölund | | | Date: Fri Jan 17 10:03:20 2014 +0000 | | | | | | - Fix OSX compilation of cppruntime | | | - Fix name of ModelicaConfig.inc | | | - Return 1 (failure) if the output format was not supported | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | R091 SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in SimulationRuntime/cpp/Core/Modelica/ModelicaConfig.inc.in | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | | | * commit 38fa42224a706f00c9cbb95ca934402b457a35fa | | | Author: Volker Waurich | | | Date: Fri Jan 17 09:52:51 2014 +0000 | | | | | | - fixed resolveLoops (sort loop before resolving it) | | | - updated tests | | | - added test to Makefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 3fa48efac48f7da3983631a90ec3ab4e7593d3bc | | | Author: Martin Sjölund | | | Date: Fri Jan 17 09:27:23 2014 +0000 | | | | | | Handle cppruntime in BuildModelRecursive.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 676eb60bec119604f8c3a83433907bfc03830198 | | | Author: Martin Sjölund | | | Date: Fri Jan 17 07:26:59 2014 +0000 | | | | | | - Added API reloadClass to reload a class from file only if the file changed | | | - Added getErrorString(warningsAsErrors=true), to report warnings as errors | | | - BuildOMC.mos now fails if any warning is generated, even if it generates code (unbound variables, etc; let's keep the compiler sources strict to avoid potential problems) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/ErrorMessage.cpp | | | M Compiler/runtime/ErrorMessage.hpp | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/Error_rml.cpp | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/systemimpl.c | | | | | * commit e6da93e7635570003747af9c7f394fc9c2464724 | | | Author: Adrian Pop | | | Date: Fri Jan 17 00:11:00 2014 +0000 | | | | | | - added simplification of homotopy(e, e) -> e (maybe we should add a warning?) | | | - commented out diff(homotopy(e1, e2)) -> homotopy(diff(e1), diff(e2)) in Differentiate.mo for now | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 030edbd849c5db690874f481ab6245d03738c018 | | | Author: Adrian Pop | | | Date: Thu Jan 16 22:48:36 2014 +0000 | | | | | | Fix for bug #2537 | | | - added diff(homotopy(e1, e2)) -> homotopy(diff(e1), diff(e2)) | | | - added test also: testsuite/simulation/modelica/others/Bug2537.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit d20eb0115498a83daf78f8209f0935614640c90f | | | Author: Martin Sjölund | | | Date: Thu Jan 16 19:36:42 2014 +0000 | | | | | | Removing scodeInstShortcut from library testing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 63b94594aafc45caa1632f07e32edd9327aa437e | | | Author: Lennart Ochel | | | Date: Thu Jan 16 18:55:01 2014 +0000 | | | | | | - minor changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 2371b9af3ff9384e0504a070b8b11f4e1d395dbc | | | Author: Lennart Ochel | | | Date: Thu Jan 16 13:18:36 2014 +0000 | | | | | | - remove attribute offset from structure SOLVER_DATA | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit dc089bb6491e1a3a51b50528d327449d7112800e | | | Author: OpenModelica Hudson | | | Date: Thu Jan 16 12:32:29 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 08bac50066a1b36aca24a81b57b80bcf7aa45c3d | | | Author: Vitalij Ruge | | | Date: Thu Jan 16 12:25:09 2014 +0000 | | | | | | - partially using of hessian structure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit c77bf6b591ebf8336e1326d6851dd81b76ca2135 | | | Author: Vitalij Ruge | | | Date: Thu Jan 16 10:53:00 2014 +0000 | | | | | | - update calculation numerical hesssian | | | - update calculation gradient | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/OptimizationFlags.h | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit f6c36c9966157ccc60953365cae0561ab71116d6 | | | Author: Vitalij Ruge | | | Date: Thu Jan 16 09:55:56 2014 +0000 | | | | | | - change handling for numerical issue for hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 0c00097647e92e1394e4db0d50317949b85bc296 | | | Author: Martin Sjölund | | | Date: Thu Jan 16 08:56:28 2014 +0000 | | | | | | Use correct signature for pthread_once | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit e4d809e21c5be79b5b5dcfd7af1c9b49a1974623 | | | Author: Adrian Pop | | | Date: Thu Jan 16 08:47:16 2014 +0000 | | | | | | - strtok_r not available in MinGW, added an implementation for it. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit ea4422a3075241f588c667f32bf0914f0d597d9b | | | Author: Volker Waurich | | | Date: Thu Jan 16 08:40:02 2014 +0000 | | | | | | - rewritten resolveLoops module | | | - added function listIsLonger and extract1OnTrue to List.mo | | | - updated tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/List.mo | | | | | * commit e7fe286784eb6126d4491876b7209080135fbc84 | | | Author: Martin Sjölund | | | Date: Wed Jan 15 17:24:07 2014 +0000 | | | | | | - Add timestamp (mtime) to parsed files | | | - Added getTimeStamp(className) that returns the seconds since epoch, as well as a string (as returned by ctime) | | | - Don't initialise GC if we won't use it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/Parser_omc.c | | | M Parser/Parser_rml.c | | | M Parser/parse.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 613b2f6ae07aacb2aa456f332d3b40861684941d | | | Author: Lennart Ochel | | | Date: Wed Jan 15 15:01:33 2014 +0000 | | | | | | - minor changes to LOG_STATS | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit b62a72fa9ba61fd482dae88ea0c35e6bad1a9cb5 | | | Author: Martin Sjölund | | | Date: Wed Jan 15 10:03:38 2014 +0000 | | | | | | - Better error-messages for operator record requiring operator function members and the other way around | | | - Fix LoadCompilerSources not setting echo(true) if echo was disabled | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/Util/Error.mo | | | | | * commit b4c810116f859ebdc5d848583bf4be998307f26c | | | Author: Adrian Pop | | | Date: Tue Jan 14 19:42:45 2014 +0000 | | | | | | - attempt to fix Windows build in Compiler/Util/Util.mo | | | - fix indentation a bit in Compiler/runtime/System_rml.c | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_rml.c | | | | | * commit bbeecc0655b011ef46984dd63e5a73f029e3a0f4 | | | Author: Adrian Pop | | | Date: Tue Jan 14 18:39:59 2014 +0000 | | | | | | - reverted r18640 as it breaks builds and tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | | * commit b41d27137e6e7e71c502ab4ceb141a0250d3eae7 | | | Author: Niklas Worschech | | | Date: Tue Jan 14 16:34:47 2014 +0000 | | | | | | added link to minpack for hybrj solver in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | | | * commit 965ad400cd6ec1d810d59c364c9fa4cf3dbcd5ca | | | Author: Martin Sjölund | | | Date: Tue Jan 14 14:01:48 2014 +0000 | | | | | | - Some small changes after investigating GC performance with different flags (enabling LARGE_CONFIG) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Makefile.common | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | | | * commit c5f1d8a7a74f7f0397652af115b8d028ce72f8a4 | | | Author: Martin Sjölund | | | Date: Tue Jan 14 09:09:44 2014 +0000 | | | | | | Added threading support for loadFile(), called loadFiles(). Saves roughly 1/3 the time of loading the compiler sources using 5 threads. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | | | * commit 499484a4a7a01e2492d24cb98dd355a5ae40e23b | | | Author: OpenModelica Hudson | | | Date: Tue Jan 14 08:34:54 2014 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 368bda24176010e8ff67018fef57669472f24a5b | | | Author: Niklas Worschech | | | Date: Tue Jan 14 08:26:18 2014 +0000 | | | | | | fix for cpp runtime simulation call for windows, removed unused variables from CevalScript simulate | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit c3b3b09379d7718dccb46a437263635b8c4fa73f | | | Author: Adrian Pop | | | Date: Mon Jan 13 17:33:15 2014 +0000 | | | | | | - ansi-C | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit f7b8c019b8100a95ef1b8d2972ca5c1373693e33 | | | Author: Henning Kiel | | | Date: Mon Jan 13 15:26:22 2014 +0000 | | | | | | - fix calls of assertStreamPrint() and throwStreamPrint() | | | - fix some warnings | | | - reduce scope of objects | | | - "unsigned" -> "unsigned int" for better readability | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/roots.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/util/OldModelicaTables.c | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/read_csv.c | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/ringbuffer.c | | | | | * commit c702a47a68ef2a81bf3cc39e7c1805f54e99b382 | | | Author: Martin Sjölund | | | Date: Mon Jan 13 11:25:17 2014 +0000 | | | | | | #2530 | | | - Handle identity() in functions better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 2e94ffc2b9a045578fe97215270d7115532572b0 | | | Author: Martin Sjölund | | | Date: Mon Jan 13 10:07:26 2014 +0000 | | | | | | Use the generated shell-script to run Cpp simulations. Respect the fileNamePrefix parameter a bit more | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit b8c5a56a103d6191ef724aecdef1a442a522e03c | | | Author: Adrian Pop | | | Date: Sat Jan 11 12:26:26 2014 +0000 | | | | | | - some comments in the makefiles | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit ca4a3bf4ca3c559f6deb7f7de017149305a36bac | | | Author: Adrian Pop | | | Date: Sat Jan 11 12:25:16 2014 +0000 | | | | | | - fix some meta tests on Windows (crashes because of gc parallel mark, now disabled in Windows) | | | - update Global.rewriteRules index to 18 (as 10 is already taken) and renamed it to Global.rewriteRulesIndex | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Global/Global.mo | | | M Compiler/Script/RewriteRules.mo | | | M Makefile.common | | | M Makefile.in | | | | | * commit d3463dd55aab0a246e2c4a804b47e1e0b4e27498 | | | Author: Niklas Worschech | | | Date: Fri Jan 10 15:40:32 2014 +0000 | | | | | | added function to cevalscript to get script extension | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 47464652149f56a821bdc1412f3241e5fbe64de3 | | | Author: Niklas Worschech | | | Date: Fri Jan 10 14:14:47 2014 +0000 | | | | | | fix for cpp simulation Linux run script, removed typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7626efc415cc203c59b4490aa66bacabe1bf5687 | | | Author: Niklas Worschech | | | Date: Fri Jan 10 14:01:54 2014 +0000 | | | | | | fix in cpp template, changed linker order of cpp libraries | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ce3f06bccffc5728ce2e1a8ba53073a62a0ecba2 | | | Author: Martin Sjölund | | | Date: Fri Jan 10 12:12:53 2014 +0000 | | | | | | - Changes to reduce the number of warnings -Wall gives for omc-generated code (unused labels, etc) | | | - Changes that make more things thread-safe, including | | | + Making tmpTick be thread-local | | | + Making index 0..8 of setGlobalRoot actually be setLocalRoot (which I did not want to add to rml) | | | - Removed the old fork method of building omc (while fast, it did not work the way you expect it to, actually restarting the build process several times) | | | - Added a pthreads implementation that works well enough to bootstrap omc (not enabled by default) | | | + NOTE: This is slow because GC halts *all* threads making spawning multiple processes faster despite parsing the compiler sources again. Tweaking libgc could help us though. As could adding GC_free where we know a temporary is no longer used | | | You are strongly recommended to make clean if you were using the bootstrapped compiler before | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit 2f5a438180e7cf90a68cb638f1b4ecb65663498a | | | Author: Martin Sjölund | | | Date: Fri Jan 10 10:21:01 2014 +0000 | | | | | | Changed realString to be thread-safe (using the old routines, but %.16g so results are mostly the same as dtoa). | | | NOTE: You need rml-mmc r268 for all results to be the same (else ~8 will fail) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/realString.c | | | | | * commit 609efca71b64768842b4070b75fb6ea54a83ff7b | | | Author: Niklas Worschech | | | Date: Fri Jan 10 09:56:54 2014 +0000 | | | | | | fix for cpp windwos simulation run script. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5ea6477dc9c5bafb3ca6e88b69d0a679c769cd33 | | | Author: Adrian Pop | | | Date: Thu Jan 9 13:51:06 2014 +0000 | | | | | | Fix bug #2505 | | | - remove zero sized loops from the DAE | | | - added test testsuite/simulation/modelica/arrays/ZeroSizeLoop.mos | | | - updated test testsuite/flattening/modelica/arrays/EmptyArraySubscript.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 64a283d824cae548a4f55347f73ddbb7b19b9da1 | | | Author: Adrian Pop | | | Date: Thu Jan 9 09:22:27 2014 +0000 | | | | | | - partial commit for rewrite rules: rule file loading and parsing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | A Compiler/Script/RewriteRules.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit c14b7c0561057e8f99f68b40d18dbda0a369a8d7 | | | Author: Volker Waurich | | | Date: Thu Jan 9 08:17:07 2014 +0000 | | | | | | - added debugFlag resolveLoops, | | | - commented out some prints for debugging in resolveLoops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1a41b7c6c9096160a29f2787fee757133e7f2f31 | | | Author: Volker Waurich | | | Date: Thu Jan 9 07:47:42 2014 +0000 | | | | | | - added some more function for the resolveLoops module | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 4838de336958d95813a3cfef3392e402a64065c4 | | | Author: Adeel Asghar | | | Date: Wed Jan 8 21:35:47 2014 +0000 | | | | | | #2531 | | | - Do not show the extends final modifiers in the OMEdit parameters window. | | | - Added a new API isExtendsModifierFinal. | | | - updated interactive_api_param.mo & interactive_api_param.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 55c22a6970f622c006b750d4b7d6797352a473bd | | | Author: Henning Kiel | | | Date: Wed Jan 8 15:45:51 2014 +0000 | | | | | | - revert loop index to signed type | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/unitparser.cpp | | | | | * commit 5faa0243a9dc9fdad28f757919ab498d551cad37 | | | Author: Henning Kiel | | | Date: Wed Jan 8 14:59:04 2014 +0000 | | | | | | - fix some compiler/cppcheck warnings | | | - fix a memory hole | | | - fix a copy/paste error | | | - fix some variable initialisations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/matching.c | | | M Compiler/runtime/matching_cheap.c | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/socketimpl.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/unitparser.cpp | | | M Compiler/runtime/unitparserext.cpp | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | * commit 786fe41ec67c53fc14c50d11a6a1e8bb980dba5c | | | Author: Volker Waurich | | | Date: Wed Jan 8 14:29:36 2014 +0000 | | | | | | - fixed graphMLDump of equationSystems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit a9460142b0387526eb7c762227a37a68d59efad3 | | | Author: Lennart Ochel | | | Date: Wed Jan 8 12:39:07 2014 +0000 | | | | | | - fix #2528 | | | - add test case for #2528 | | | - deactivate test case ./simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos temporarily, until it is updated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit d31849aa2b8d4ad6a0a00ba1e03e4f1195d37058 | | | Author: Adeel Asghar | | | Date: Wed Jan 8 10:11:16 2014 +0000 | | | | | | - Fixed simcodedump.xml. Remove the extra quote. | | | - Added the candidate tag in the parser. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit 9caf8be24e1526f8a885cc74839e34089ae60d9d | | | Author: Martin Sjölund | | | Date: Tue Jan 7 15:50:17 2014 +0000 | | | | | | Remove extra `'` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit e38e14174b77d6caa1830117749260056fd5d4b3 | | | Author: Martin Sjölund | | | Date: Tue Jan 7 15:24:45 2014 +0000 | | | | | | #2529 | | | - Vectorize function calls with DIM_EXP() as dimension | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 5526c33d5b51a91d4e90012def0cc7e5fb82d55e | | | Author: Niklas Worschech | | | Date: Tue Jan 7 14:45:50 2014 +0000 | | | | | | added generation of script file for linux to run cpp simulation with simulation parameter | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit fd01c6fe8ab9c0540c7e7ec802b47563a6b9e14b | | | Author: Matthias Arzt | | | Date: Tue Jan 7 13:33:25 2014 +0000 | | | | | | - C++Target add methods for reading an writing algebraic variables in blocks | | | removed methods for reading an writing single algebraic variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | | | * commit c1c54c303230cc2dcd86ac3945fdcd2e17dbf2ea | | | Author: Martin Sjölund | | | Date: Tue Jan 7 09:24:24 2014 +0000 | | | | | | Add support to compare without the tubes using a tolerance of 0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit 617a56300682f7e7890c7e9a6438545fa2a65aba | | | Author: Christian SChubert | | | Date: Tue Jan 7 07:40:31 2014 +0000 | | | | | | bugfix CodegenCpp: OmCpp was added twice for mixed systems, Compile cminpack | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit a32d4f915200ebfc30339b9bda3b7ad5c8c5851f | | | Author: Adrian Pop | | | Date: Mon Jan 6 21:32:42 2014 +0000 | | | | | | Fixes to #2524 | | | - update Dialog annotation record in Constants.mo to Modelica Spec 3.2 revision 2 | | | New components: | | | parameter Boolean colorSelector = false; | | | parameter Selector loadSelector; | | | parameter Selector saveSelector; | | | Where Selector is: | | | record Selector | | | parameter String filter=\"\"; | | | parameter String caption=\"\"; | | | end Selector; | | | - build the instantiated environment if needed in Interactive.mo | | | for getComponentAnnotations | | | - added test DialogAnnotation.* | | | - update interactive_api_annotation.mos | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit bddc47a17b669d576cf7919b7091a767d36ae878 | | | Author: Martin Sjölund | | | Date: Thu Jan 2 13:38:09 2014 +0000 | | | | | | Use the pooled allocation interface for the JavaScript target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2b989d0bae99da2227fc106e9dffcc34b8f98637 | | | Author: Volker Waurich | | | Date: Thu Jan 2 10:16:24 2014 +0000 | | | | | | - try to fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit a7aca9c264cbe6dfa82fbc69b6366c145f646dbb | | | Author: Adrian Pop | | | Date: Thu Jan 2 10:05:31 2014 +0000 | | | | | | - attempt to fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit ede22e7670edb980fe9172c940bc0db05a9b3447 | | | Author: Volker Waurich | | | Date: Thu Jan 2 09:51:55 2014 +0000 | | | | | | - added some functions for resolveLoops, not yet finished | | | - fixed bug for graphML dump of equationsystems | | | - added makeTupleR to Util/Util.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Util/Util.mo | | | | | * commit 2f5446f997c5235eb6057f5af8af48d3302ca33f | | | Author: Martin Sjölund | | | Date: Tue Dec 31 17:49:45 2013 +0000 | | | | | | Fixes for RML signatures | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 53721d995749972ceefa0c1fabe7b8d504837517 | | | Author: Martin Sjölund | | | Date: Tue Dec 31 16:10:53 2013 +0000 | | | | | | #2525 | | | - Put initial array equations that are reductions in the correct section | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit cf784e669ca86ac8ad36036fb6e94949c3868fc9 | | | Author: Henning Kiel | | | Date: Sat Dec 28 10:09:21 2013 +0000 | | | | | | - some fixes from cppcheck | | | - pass parameter of size_of_dimension_*_array by reference to improve performance | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | M SimulationRuntime/c/util/utility.c | | | | | * commit df1d6e84daa57a4d147541e2dca5108cdb8a29fe | | | Author: OpenModelica Hudson | | | Date: Sat Dec 21 06:40:59 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit cc38f83c876a7c38c4e65d4e72114717f763425b | | | Author: Alachew Mengist | | | Date: Sat Dec 21 06:37:50 2013 +0000 | | | | | | - Fixed #2410: XML Dump doesnot generate equation for Linear Systems and | | | Non-Linear Systems. | | | - Fixd Iinitial equations | | | - Generate XML for delay function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit e38217a5d3960e52201e556e88aaaac9f28326ae | | | Author: Adrian Pop | | | Date: Fri Dec 20 21:06:31 2013 +0000 | | | | | | - fix compilation. | | | - strange that ResidualCmp.createResidualCmp needs SimCode.MAKEFILE_PARAMS but whatever. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit ffcb55fc77712cc2c06abbffa110c4df670172c1 | | | Author: Niklas Worschech | | | Date: Fri Dec 20 16:37:10 2013 +0000 | | | | | | added generation of script file for windows to run cpp simulation with simulation parameter | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 5a09ffacd730a1c22edaeeeea2f7e8c9676d6753 | | | Author: Vitalij Ruge | | | Date: Fri Dec 20 14:41:59 2013 +0000 | | | | | | - fixed lagrange term | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | | | * commit e0c64819003928129e8add66ec654cd5a15feae2 | | | Author: Volker Waurich | | | Date: Fri Dec 20 14:23:42 2013 +0000 | | | | | | - added some functions to partition the graph for resolveLoops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c20eca6d72c01d0de1d6bf81a297c97b0d577487 | | | Author: Martin Sjölund | | | Date: Fri Dec 20 12:38:57 2013 +0000 | | | | | | #2521 | | | - Don't try to correct the type of a correct subscripted cref | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 3d7b6b873b300fbbc6d5d6c1b242adb5ac075aee | | | Author: Volker Waurich | | | Date: Fri Dec 20 10:49:01 2013 +0000 | | | | | | - added new preOptModule "resolveLoops", this is looking for loops of simple equations which can be resolved to create independent equations instead of a big equation system. (as far as I can see this can be applied to some electrical models to implement Kirchhoffs laws). NOT YET FINISHED | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e36d6570fee981de4d07cb8a1841587010ba8288 | | | Author: Volker Waurich | | | Date: Fri Dec 20 10:30:06 2013 +0000 | | | | | | - added function to dump a bipartite graph as GraphML for a set of equations and vars. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 34d1ef0f105833b41900080a0b708d6d56aa77d9 | | | Author: Niklas Worschech | | | Date: Fri Dec 20 10:26:21 2013 +0000 | | | | | | -added link against libdl in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a89cb11222ed878e7b05524c40b82bd60c7b6b0c | | | Author: Volker Waurich | | | Date: Fri Dec 20 10:16:33 2013 +0000 | | | | | | - added Util.arrayMemberNoOpt which does the same like Util.arrayMember but requires no array> | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit 73473d7ecf448c15b37903cd38683b37a9952d7e | | | Author: Christian SChubert | | | Date: Fri Dec 20 08:25:03 2013 +0000 | | | | | | cpp_runtime: added parallel compilation for mingw on windows. But only if testsuite is not running. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/scripts/Compile.bat | | | | | * commit 44d2365df53451131386845ec8cc01a8ca1c3fe0 | | | Author: OpenModelica Hudson | | | Date: Fri Dec 20 07:48:06 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 20b03c43f56344230c2856a0bb722458a89be0a6 | | | Author: Niklas Worschech | | | Date: Fri Dec 20 07:43:30 2013 +0000 | | | | | | fix: changed parameter of createSimulation method in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | | | * commit 4997fac2a2185c5a3b9df2c5ea75c20f2db0e337 | | | Author: Willi Braun | | | Date: Thu Dec 19 23:02:57 2013 +0000 | | | | | | - fixed code-generation issues for #2494 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit e26706f88260786cfbb6154eaa97621dd8485578 | | | Author: Willi Braun | | | Date: Thu Dec 19 21:41:36 2013 +0000 | | | | | | - bug fix for #2437 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 774b3daaaabb152753bf77b505b34267a66a636c | | | Author: OpenModelica Hudson | | | Date: Thu Dec 19 15:50:59 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | | | * commit eb43c96a3dc717d9bf7ff9aa6d0eb1de578c74f5 | | | Author: Niklas Worschech | | | Date: Thu Dec 19 15:43:18 2013 +0000 | | | | | | changed cpp runtime generated output file names for system lib and cpp files | | | generate executable for cpp runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | | | * commit cd5c4229985069e841608e95c3c887f275523fb6 | | | Author: Martin Sjölund | | | Date: Thu Dec 19 13:57:34 2013 +0000 | | | | | | #2401 | | | - Don't accept partial functions in the parser except in function calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit fd504b6e9b3421ffde010dc8d25fe11b48ef971a | | | Author: Willi Braun | | | Date: Wed Dec 18 16:18:13 2013 +0000 | | | | | | - added for evaluation of actualStream-operator smooth(0, exp) | | | - actualStream-Operator should not generate events | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit f4fbe8cc77057a10ce1b1d12151e74ecbc4419db | | | Author: Willi Braun | | | Date: Wed Dec 18 13:17:03 2013 +0000 | | | | | | - added SimVars of Jacobian to *_info.xml files | | | - moved collecting function from Codegen to SimCode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit c70e23773788756e9c43a9594822a63f47b62ca9 | | | Author: Martin Sjölund | | | Date: Wed Dec 18 12:13:04 2013 +0000 | | | | | | #1732 | | | - Check for invalid use of record components in external function declarations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/Util/Error.mo | | | | | * commit 83171158bcaf0271a4fb407229782d74c313b2e2 | | | Author: Jan Kokert | | | Date: Tue Dec 17 15:02:37 2013 +0000 | | | | | | Updated installation notes (my first commit) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-OMDev-MINGW.txt | | | | | * commit 96daed5f1dac9352ee3f58da2e3f4e94c3d1e890 | | | Author: Adrian Pop | | | Date: Tue Dec 17 10:42:13 2013 +0000 | | | | | | - Fix for #2519 | | | - added the test from the ticket too | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit 6e011358a1d1bfce2f29ac862746229abedcaeb0 | | | Author: Volker Waurich | | | Date: Tue Dec 17 08:06:55 2013 +0000 | | | | | | - dumpEquationSystemAsGraphML works for torn systems and equation systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 5e7849a0bf55baafa8ee7a11a7ac6e7ff9d07136 | | | Author: Martin Sjölund | | | Date: Mon Dec 16 22:21:09 2013 +0000 | | | | | | Maybe fix #2313 #2518 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | M configure.in | | | | | * commit b212460db12dea003e604f3373364bac085ac8a4 | | | Author: Per Östlund | | | Date: Mon Dec 16 16:12:10 2013 +0000 | | | | | | Fix for #2503: | | | - Propagate visibility prefix to components of structured components. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit f67dc27fae82936b2c4689fc14774b6eb9148a51 | | | Author: Per Östlund | | | Date: Mon Dec 16 14:03:22 2013 +0000 | | | | | | - Fixed simplification rule |e1| op |e2| => |e1 op e2| (was => |e1 * e2|). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit d5bef05572a5a945de39dd00aeb957f44df8e795 | | | Author: Martin Sjölund | | | Date: Mon Dec 16 11:42:40 2013 +0000 | | | | | | Fix OSX compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 49b7807bf326e9b15939d84fb61ce96f14faa6f4 | | | Author: Volker Waurich | | | Date: Mon Dec 16 10:57:42 2013 +0000 | | | | | | - functions to dump a bipartite graph of linear torn systems (as .graphml, can be viewed in yEd) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 7f73ad6d1d85b6d6fd8cd6119a2f8ae11d240e13 | | | Author: Martin Sjölund | | | Date: Mon Dec 16 09:24:26 2013 +0000 | | | | | | #2513 | | | - Propagate -lintl to rml-generated code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit b3c3ab28681bac2acd2f18c1b8c7a8809a676359 | | | Author: Martin Sjölund | | | Date: Mon Dec 16 06:52:36 2013 +0000 | | | | | | Remove debug print | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 1f2c13daef1c24475aa570c38b6ebb768d8c6b35 | | | Author: Willi Braun | | | Date: Fri Dec 13 14:38:52 2013 +0000 | | | | | | - fix numArrayElement for temp array simVars. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 265602cacdfb5ad743a17296a418aa198bc2cbc0 | | | Author: Martin Sjölund | | | Date: Fri Dec 13 13:22:58 2013 +0000 | | | | | | For csv output, don't output aliases of parameters since we don't output parameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | | | * commit 55f443624264bbab794cf40096e9a1defdbcfd54 | | | Author: Vitalij Ruge | | | Date: Fri Dec 13 12:18:21 2013 +0000 | | | | | | - fixed time table for optimization | | | - fixed setting of input-vars in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 8b157b092b12903956bfda8a14c1f48d65c151b3 | | | Author: Henning Kiel | | | Date: Fri Dec 13 10:07:24 2013 +0000 | | | | | | - fix some findings from cppcheck | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/unitparser.cpp | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/util/read_csv.c | | | M SimulationRuntime/c/util/ringbuffer.c | | | | | * commit e44974e0ba739b0c73b50664f268911c86478493 | | | Author: Martin Sjölund | | | Date: Fri Dec 13 10:01:15 2013 +0000 | | | | | | Also output that custom commands were used | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 90f60597ac63139755917e96775d8f54462c83c5 | | | Author: Volker Waurich | | | Date: Fri Dec 13 08:02:52 2013 +0000 | | | | | | - build a single equation instead of an equation system if the size of the torn system is one when using +d=partlintornsystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmEqSystems.mo | | | | | * commit 803137e58baa8766cedc60ec25cf948a39de98aa | | | Author: Per Östlund | | | Date: Thu Dec 12 10:45:08 2013 +0000 | | | | | | Fixed for new instantiation: | | | - Fixed support for StateSelect. | | | - Forbid subscripted function calls. | | | - Added missing listReverse in List.findMap*. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 278ccf632bb102481c0610fadc44ff5695d6fe54 | | | Author: Volker Waurich | | | Date: Thu Dec 12 10:41:31 2013 +0000 | | | | | | - moved functions to handle equationsystems for hpcom to HpcOmEqSystems.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/HpcOmEqSystems.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Makefile.common | | | | | * commit 2f686d34e287aa0cbb04a054fed7f5fa32dee121 | | | Author: Volker Waurich | | | Date: Thu Dec 12 09:37:34 2013 +0000 | | | | | | - use analyticJacobian to solve reduced linear equationsystem when using +d=partlintornsystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit b875dff029427c8f81ea4330a6d4dd03f6305ea0 | | | Author: Martin Sjölund | | | Date: Thu Dec 12 09:27:28 2013 +0000 | | | | | | #2508 | | | - Don't enable output of variables unless they match the regex | | | - Don't output all alias variables for csv and plt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit cb9f6f325d260a88bdc9a4922f7c43afc34a0e17 | | | Author: Per Östlund | | | Date: Wed Dec 11 13:23:36 2013 +0000 | | | | | | - Improved name prefixing in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/Util/Util.mo | | | | | * commit b3b1f89f8f65f98fbb6d7365f0754fe8b765c174 | | | Author: Volker Waurich | | | Date: Wed Dec 11 10:45:15 2013 +0000 | | | | | | - added hpcom test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit ee71ffb151606611a5e4341bc250a5bc552a1408 | | | Author: Volker Waurich | | | Date: Wed Dec 11 09:38:40 2013 +0000 | | | | | | - fixed bug for varSCCmapping concerning tornsystems including records | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit d9f7d4a782342dc929281b71af3438d6225ca2af | | | Author: Vitalij Ruge | | | Date: Wed Dec 11 00:33:41 2013 +0000 | | | | | | - fixed handling of time in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 2e4ce7372639eea9695b9cec3f3409b000dbeae2 | | | Author: Vitalij Ruge | | | Date: Tue Dec 10 20:52:09 2013 +0000 | | | | | | - fixed memory leak | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | | | * commit 2bb2a8d5dac5b7a701753c301194b9e66bfd4c76 | | | Author: OpenModelica Hudson | | | Date: Tue Dec 10 15:23:20 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 58a5c639d80b5bc8eb7573b28b29c2201ad7fa1b | | | Author: Vitalij Ruge | | | Date: Tue Dec 10 15:15:22 2013 +0000 | | | | | | - fixed: coloring for gradient| Thanks Willi | | | - mv Willi's solution from (newadol-c)branch to the trunk | | | - acktivated: coloring for gradient | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit a3798cb310bc3b84ef6125fc418eca2385084510 | | | Author: Martin Sjölund | | | Date: Tue Dec 10 15:14:11 2013 +0000 | | | | | | Bump me! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 6217b6d3f7d417ff06485ac6238051974d8d878d | | | Author: Vitalij Ruge | | | Date: Tue Dec 10 10:35:10 2013 +0000 | | | | | | - partial fix for gradient | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 1fb26528dfe60497ddd51f9d207c31cd813d5dd7 | | | Author: Martin Sjölund | | | Date: Tue Dec 10 09:30:12 2013 +0000 | | | | | | Fix bug reporting URL | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 0942725a65e042e41f60f9f1b0949245a1704076 | | | Author: Vitalij Ruge | | | Date: Tue Dec 10 08:22:13 2013 +0000 | | | | | | - partial for gradient | | | - rename reference files in optmization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 81fcbb94bd1f0e213c00a410c5c950b73b6989e1 | | | Author: Martin Sjölund | | | Date: Mon Dec 9 15:18:36 2013 +0000 | | | | | | #2498 | | | - Add array variable references to the info.xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit bd20d99bbcd8b76c5062c3318bc000d2f1ded7e8 | | | Author: Per Östlund | | | Date: Mon Dec 9 15:12:49 2013 +0000 | | | | | | - Check more instantiation restrictions on components in the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 7341889e5b15254cc940ca7a180e8c11a5516e9d | | | Author: Per Östlund | | | Date: Mon Dec 9 14:57:48 2013 +0000 | | | | | | - Better error messages for lookup errors in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/Util/Error.mo | | | | | * commit 2781d7972cd4dcf0347011e0d150595e08e071ad | | | Author: Martin Sjölund | | | Date: Mon Dec 9 13:48:40 2013 +0000 | | | | | | Don't strip so many stack frames from seg.fault messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | * commit c83f8a9590ace8e003159b8dc8534ad3ed94a625 | | | Author: Martin Sjölund | | | Date: Mon Dec 9 13:37:23 2013 +0000 | | | | | | - Use -rdynamic for simulation code and enable backtrace on segmentation fault in simulations | | | - Name eqFunction_ to ModelName_eqFunction_ to avoid name conflicts in FMU's (could also have used GCC attribute protected visibility to prevent the linker from merging eqFunction_4 in the FMU and the simulation code; but renaming the function is portable) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M configure.in | | | | | * commit f8438b4820bf9bab4df82b341b0edec35079eac2 | | | Author: Per Östlund | | | Date: Mon Dec 9 11:07:15 2013 +0000 | | | | | | - Fixed class redeclaration in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 08de4e6db040b26f9861ac650d91235fb1a7a30a | | | Author: Volker Waurich | | | Date: Mon Dec 9 09:59:11 2013 +0000 | | | | | | - added function removeSuperfluousLocks to HpcOmScheduler.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 42f44f6e7697bce868448b0d358c341c843c7314 | | | Author: Marcus Walther | | | Date: Sat Dec 7 13:11:04 2013 +0000 | | | | | | - additional execstat-informations are now available for hpcom | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 9a17df3edced2bb42063dcca8553f73869f12786 | | | Author: Per Östlund | | | Date: Fri Dec 6 15:44:05 2013 +0000 | | | | | | - More enumeration fixes for the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | | | * commit 592451130f0b19f49070e490cb76f37580942b92 | | | Author: Martin Sjölund | | | Date: Fri Dec 6 12:41:52 2013 +0000 | | | | | | Don't recompile the parser all the time | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/omc_release/Makefile.in | | | | | * commit a5815f9ed0ff942f86b5ba5c8d888860ccf35745 | | | Author: Lennart Ochel | | | Date: Fri Dec 6 12:26:57 2013 +0000 | | | | | | - don't try to generate a graph for the matching before the matching is actually performed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Template/GraphvizDump.tpl | | | | | * commit f024e35b43b62ffb5f4fba84b36e4e389a278886 | | | Author: Lennart Ochel | | | Date: Fri Dec 6 11:45:57 2013 +0000 | | | | | | - make +d=graphvizDump working with +d=dumpdaelow | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 76c4c6359c5d1b623a04075445296bc09d77fa3f | | | Author: Per Östlund | | | Date: Fri Dec 6 10:26:58 2013 +0000 | | | | | | - Load builtins in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 258a82caf8db676871148d7ab0e7da1c1b7f9fc3 | | | Author: Martin Sjölund | | | Date: Fri Dec 6 09:53:20 2013 +0000 | | | | | | #2501 | | | Fix C-compiler warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | | | * commit 4b7482b90494684e1c35dce27a2ec2744ff283d8 | | | Author: Adrian Pop | | | Date: Thu Dec 5 23:52:49 2013 +0000 | | | | | | - fix Windows build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | | | * commit 22b472d6c65693137551b5efcfa9b4303287bdc6 | | | Author: Martin Sjölund | | | Date: Thu Dec 5 21:44:54 2013 +0000 | | | | | | Maybe fixes windows builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | * commit 46507bd83c8c32aac75ffe96a86471bbb5b15f11 | | | Author: Martin Sjölund | | | Date: Thu Dec 5 18:34:20 2013 +0000 | | | | | | Transpose with correct dimensions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_csv.c | | | | | * commit 788c611ad0a2254106fd103e5cd9d6e3afdc2f6e | | | Author: Martin Sjölund | | | Date: Thu Dec 5 17:00:26 2013 +0000 | | | | | | Fix reading of csv-files, including caching and tranposing variables for increased performance | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M SimulationRuntime/c/util/read_csv.c | | | M SimulationRuntime/c/util/read_csv.h | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | * commit 6e97464cbe9143b156218e5a97988bf4a798bf2f | | | Author: Martin Sjölund | | | Date: Thu Dec 5 15:43:19 2013 +0000 | | | | | | Use a real csv reading library, libcsv (LGPL 2.1+), for reading CSV-files. This one handles variable names that are arrays, and more | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M COPYING | | | M Compiler/runtime/SimulationResults.c | | | D SimulationRuntime/c/simulation/results/read_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | A SimulationRuntime/c/util/libcsv.c | | | A SimulationRuntime/c/util/libcsv.h | | | A SimulationRuntime/c/util/read_csv.c | | | R096 SimulationRuntime/c/simulation/results/read_csv.h SimulationRuntime/c/util/read_csv.h | | | | | * commit ade2ad36b111730040a77d5aeaa40986defe795e | | | Author: Per Östlund | | | Date: Thu Dec 5 13:46:04 2013 +0000 | | | | | | - Removed unused record NFInstTypes.PACKAGE. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/Template/NFInstDumpTV.mo | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/NFInstDumpTpl.tpl | | | | | * commit 706fc41798bf80d401890be8f79dd3ad78df56f5 | | | Author: Per Östlund | | | Date: Thu Dec 5 13:30:55 2013 +0000 | | | | | | - Fixes for enumerations in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFLookup.mo | | | | | * commit bc31e4e289a030eecd183d9ad95475df720cd1e0 | | | Author: Lennart Ochel | | | Date: Thu Dec 5 13:21:21 2013 +0000 | | | | | | - make +d=graphvizDump working with +d=dumpindxdae | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Template/GraphvizDump.tpl | | | M Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 4b6a5a2caf8bba22b1ab8a38eb1ae8e4dda46f6d | | | Author: Per Östlund | | | Date: Thu Dec 5 11:25:20 2013 +0000 | | | | | | - Removed Absyn.CREF_INVALID, it's not been used for a while. | | | - Updated bootstrapping tarball. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/FGraphLookup.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | | | * commit f43cca064ee58b9775668d50962dfb63e59d3c29 | | | Author: Per Östlund | | | Date: Thu Dec 5 10:48:56 2013 +0000 | | | | | | Fixes for the new instantiation: | | | - Added new package NFInstPrefix and moved the Prefix type and related functions to it. | | | - Fixed several prefixing issues. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | A Compiler/FrontEnd/NFInstPrefix.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeInstShortcut.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/NFInstDumpTV.mo | | | M Compiler/Template/NFInstDumpTpl.mo | | | | | * commit 70054ad3b66ae3a98d9ea650389eaee7fc19bd3b | | | Author: Marcus Walther | | | Date: Thu Dec 5 10:23:01 2013 +0000 | | | | | | - changed the HpcOmSchedulerExt interface to metis-style | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSchedulerExt.mo | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | | | * commit df94d6dc6ec0df37a4ac9406391c61428262f4aa | | | Author: Martin Sjölund | | | Date: Wed Dec 4 16:00:23 2013 +0000 | | | | | | Add a PHONY target for the omc program or it might not recompile everything | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.compiler_subdirs.common | | | M Compiler/omc_release/Makefile.in | | | | | * commit 64da6a11ae6fcff6ee361385791a7b33a1a96bba | | | Author: Adrian Pop | | | Date: Wed Dec 4 09:31:59 2013 +0000 | | | | | | - fix Windows msvc build: ansi-c please | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 1e28a6a09b68fa471b865bb60f7e57943c4f1012 | | | Author: Volker Waurich | | | Date: Wed Dec 4 07:26:07 2013 +0000 | | | | | | - arranged some additional output in function analyseScheduledTaskGraph | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 6ea80e01d4f3abc07e7c9ba0cef016dd5a8be8df | | | Author: Martin Sjölund | | | Date: Tue Dec 3 16:29:01 2013 +0000 | | | | | | Write equation indexes for NLS failures in the XML log | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/varinfo.c | | | | | * commit c1582632ff9e8cc16eb191b1df3cdafe1bcfe39c | | | Author: Volker Waurich | | | Date: Tue Dec 3 14:19:45 2013 +0000 | | | | | | - added flag +d=hpcomDump that outputs additional information for hpcom | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 5262530e254452e0de299f9cf5004cb8922ee9d2 | | | Author: Martin Sjölund | | | Date: Tue Dec 3 14:04:38 2013 +0000 | | | | | | Add support to load libraries not in the default directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M Examples/LibraryTest.sh | | | | | * commit 91d9d3148237fa17b48d26b316ad86a72f2a715b | | | Author: Martin Sjölund | | | Date: Tue Dec 3 09:26:31 2013 +0000 | | | | | | Do .depend first | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | | | * commit 1a50a6fcd566c5b927b90ffa3a9945b075c08a7a | | | Author: Martin Sjölund | | | Date: Tue Dec 3 09:20:33 2013 +0000 | | | | | | Do DAE.c first also for the nolink target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/omc_release/Makefile.in | | | | | * commit 3f52a211c0244dbfb1534cdbee46017ae9977d82 | | | Author: Lennart Ochel | | | Date: Tue Dec 3 09:15:18 2013 +0000 | | | | | | - remove temporary test template | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/GraphvizDump.tpl | | | | | * commit 74282703e28dc367e9b770a2fe1cb1dae7cab578 | | | Author: Martin Sjölund | | | Date: Tue Dec 3 09:13:49 2013 +0000 | | | | | | Parallelize cpp runtime builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Makefile | | | | | * commit ec2632d1624ccd6b5fbbf1be1a6962afedd95627 | | | Author: Lennart Ochel | | | Date: Tue Dec 3 09:08:18 2013 +0000 | | | | | | - initial commit for GraphvizDump template | | | - new debug-flag: +d=graphvizDump | | | - this activates additional graphical output (as *.dot files) for backend dumps (currently only +d=dumpinitialsystem is supported) | | | - this is currently only useable with small/simple models | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenC.tpl | | | A Compiler/Template/GraphvizDump.tpl | | | A Compiler/Template/GraphvizDumpTV.mo | | | M Compiler/Template/Makefile.common | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9245adb28b240043301be7325bc743a7692f8fc8 | | | Author: Martin Sjölund | | | Date: Tue Dec 3 09:00:25 2013 +0000 | | | | | | Also force .depend for the nolink target so we don't crash build machines again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | | | * commit 0fb5c97793859f19c9423d0f8f5f04678c152f43 | | | Author: Martin Sjölund | | | Date: Tue Dec 3 08:44:08 2013 +0000 | | | | | | Try to do more things in parallel | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.compiler_subdirs.common | | | M Compiler/omc_release/Makefile.in | | | M Makefile.in | | | | | * commit c44e86b13bbaaac9e3e356ce9e1924e3367c4fca | | | Author: Martin Sjölund | | | Date: Tue Dec 3 08:26:16 2013 +0000 | | | | | | +d=infoXmlOperations now enables storing the operations in the _info.xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7d310a95504db31ffae0e0ba1d8e1d30ff3f843f | | | Author: Martin Sjölund | | | Date: Mon Dec 2 15:33:08 2013 +0000 | | | | | | Detect chattering models. Prints something like: `` | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 1529a8088d7f481f967a8931c4b0dba5d5bfff99 | | | Author: Per Östlund | | | Date: Mon Dec 2 12:39:21 2013 +0000 | | | | | | Fix for #2496: | | | - Changed Susan syntax for arrays from Type[:] to array. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/TplParser.mo | | | | | * commit 7e83e90f334cc2e53ecdc55f8a5ab50f0a9de15e | | | Author: Per Östlund | | | Date: Mon Dec 2 11:28:35 2013 +0000 | | | | | | - Committed generated TplCodegen.mo in Template also. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplCodegen.mo | | | | | * commit 0bb41234508904911b8425523c232c6045949d61 | | | Author: Marcus Walther | | | Date: Mon Dec 2 10:37:52 2013 +0000 | | | | | | - fix for clang compiler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | | | * commit d4e1139972b1cc71b54f8368a78d283207e15db7 | | | Author: Per Östlund | | | Date: Mon Dec 2 10:34:44 2013 +0000 | | | | | | Fix for #2496: | | | - Fixed code generation for arrays in Susan. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/TplCodegen.mo | | | M Compiler/susan_codegen/TplCodegen.tpl | | | | | * commit 01c098b725aaf7c8085f4321e85e00f30bc90254 | | | Author: Niklas Worschech | | | Date: Mon Dec 2 10:16:34 2013 +0000 | | | | | | added workaround in cpp tempate: try to solve algloop discrete if it not solvable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 96c81edc73a4b718ed8d8375caf8d95e21393f97 | | | Author: OpenModelica Hudson | | | Date: Mon Dec 2 10:06:32 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | | | * commit 8ae89a17cc71919eb824dd75d6b1e09e1a8515a2 | | | Author: Marcus Walther | | | Date: Mon Dec 2 10:00:39 2013 +0000 | | | | | | - interface for external hpcom-scheduler added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSchedulerExt.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | | | * commit 1f099bf126f2d0fff655b0c636dc34ffbbc0aefa | | | Author: Leonardo Laguna | | | Date: Mon Dec 2 09:56:35 2013 +0000 | | | | | | - Changing the scope of a function used by MathCore | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/AbsynDep.mo | | | | | * commit 846d2fce6f539532fa6eb4483417b241f4a5b899 | | | Author: Volker Waurich | | | Date: Mon Dec 2 09:00:14 2013 +0000 | | | | | | - if num_proc flag is not set, a reasonable number will be offered. repeat scheduling iteratively | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 8715a6279e0621ea7157439803d4ebdce9b79a27 | | | Author: Niklas Worschech | | | Date: Mon Dec 2 07:51:21 2013 +0000 | | | | | | fix for algloop event iteration | | | -added isConsistent to IAlgLoop to check if a condition has changed | | | moved setCondition and getCondition to SystemDefaultImplementation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | | | | | * commit 324a485bbf8067386a0d7cf53d54788f5fcd0726 | | | Author: OpenModelica Hudson | | | Date: Sun Dec 1 19:58:48 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | | | * commit 6242b5dcfb251406ff46b2ead2feff424c0e76e3 | | | Author: Vitalij Ruge | | | Date: Sun Dec 1 19:56:45 2013 +0000 | | | | | | - update calculation of gradient for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit a71c72140b8589cb3a6f4f87962d966df1355015 | | | Author: Martin Sjölund | | | Date: Sat Nov 30 20:04:06 2013 +0000 | | | | | | Handle some #ifdef'ed cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit dcacc9a27053a1036358ef0157a809f242c870d2 | | | Author: Martin Sjölund | | | Date: Sat Nov 30 19:33:08 2013 +0000 | | | | | | - Added option to the simulation runtime: +logFormat=[text|xml] | | | - The XML-based format will make it possible to read most messages into OMEdit in a structured way. Some messages may need to be collapsed into a single call in order to treat it as a single call | | | - The macros INDENT() and RELEASE() have been removed as they are specific to the text-based output. The message functions now take more arguments instead. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/ddassl.c | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | M SimulationRuntime/c/util/varinfo.c | | | | | * commit 323f946f87d956dd0a7a3addc592c5c8c244e719 | | | Author: Adrian Pop | | | Date: Fri Nov 29 18:17:31 2013 +0000 | | | | | | - copy omc_msvc.h also to build/include/omc/ | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 43e3519524e2b545395bf3a36d370533ad1c3b04 | | | Author: Adrian Pop | | | Date: Fri Nov 29 18:12:53 2013 +0000 | | | | | | - include omc_msvc.h only if we're in the MSVC compiler. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 55d8251fbd0f96ea28f6ac571df4172d8391e8d5 | | | Author: Adrian Pop | | | Date: Fri Nov 29 18:06:45 2013 +0000 | | | | | | - use omc_msvc.h for the MSVC support in the previous commit. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 6e748691e2b0fce055e80807e4fdeae8846d2525 | | | Author: Adrian Pop | | | Date: Fri Nov 29 17:44:36 2013 +0000 | | | | | | - attempt to fix Windows MSVC compilation: | | | + define __attribute__ only for GNUC | | | + do not define inline for MSVC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 1d852115e02540f7fd7d3618d5ce74ad936ec719 | | | Author: Martin Sjölund | | | Date: Fri Nov 29 15:19:49 2013 +0000 | | | | | | Changed the log functions from macros to vararg functions (since vararg macros do not work very well and the current approach is not maintainable) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/ddassl.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/OldModelicaTables.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/c/util/varinfo.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | | | * commit fd9b4a55bb5f4a0cd5648bd26d5b47deb6970e31 | | | Author: Volker Waurich | | | Date: Fri Nov 29 09:02:08 2013 +0000 | | | | | | - removed flag NUM_PROC in the codegen for hpcom | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 23687d179da8bf3c96c9537453ec26bb4c5ba623 | | | Author: Volker Waurich | | | Date: Fri Nov 29 08:59:11 2013 +0000 | | | | | | - hpcom restricts or recommends the number of scheduled threads | | | - functions to dump simCode on stdout (incomplete for some cases) | | | - added case to simplify equations when partitioning linear torn systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 3d3c278ec09a289fed0233b44f8006e02484a5da | | | Author: Willi Braun | | | Date: Fri Nov 29 05:45:47 2013 +0000 | | | | | | - fixed removeSimpleEquations for TUPLE(WILD,cref) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 33d355b23fabc42ee528d3cfd8ebe6beb41502dc | | | Author: Willi Braun | | | Date: Fri Nov 29 05:27:42 2013 +0000 | | | | | | - do not inline functions for jacobians. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 2c5a13d3b863541bad9c2b37778adf1b12e32326 | | | Author: Willi Braun | | | Date: Fri Nov 29 01:15:31 2013 +0000 | | | | | | - added a first part of mapping from Backend equation index to SimCode equation index (strong components omit for now) | | | - update equation in ZeroCrossings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a9be4d22f263029d38c15b44f97b03b86b07df07 | | | Author: Willi Braun | | | Date: Thu Nov 28 21:18:50 2013 +0000 | | | | | | - fixed BackendDAECreate to create equations for something like DAE.TUPLE() = DAE.CALL() instead of algorithms | | | - adjusted some relevant functions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 8d872fc8a431c9744797959f4598a94bfc869609 | | | Author: Martin Sjölund | | | Date: Thu Nov 28 15:39:31 2013 +0000 | | | | | | Also clean cppruntime if we ask it to please make clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 8a87f916eed24e16e1419b5aff0c8bba59f0a3ca | | | Author: Niklas Worschech | | | Date: Thu Nov 28 14:35:21 2013 +0000 | | | | | | fix event iteration for algloops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2cb3f6e71be2abe0e4a802527a31de80a52fe71a | | | Author: Adrian Pop | | | Date: Thu Nov 28 14:10:25 2013 +0000 | | | | | | - fix Windows clean | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 6d20718d203e6b047357d2e831f2398a5670f30e | | | Author: OpenModelica Hudson | | | Date: Thu Nov 28 11:06:28 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit 933f341d7f4c62990adb7f2a8483f2da4f71f2e2 | | | Author: Niklas Worschech | | | Date: Thu Nov 28 10:58:09 2013 +0000 | | | | | | +added event counter in CVode | | | +added event iteration for algloops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | | | * commit 7fbb3195fed2e45bc167295dd16893804c3ebec7 | | | Author: Martin Sjölund | | | Date: Thu Nov 28 09:54:51 2013 +0000 | | | | | | Better clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit a112556afba1073366796ccebee15e3d30aa14c2 | | | Author: Vitalij Ruge | | | Date: Thu Nov 28 03:05:41 2013 +0000 | | | | | | - new comand "optimize" | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit b16c2dc8a8aeb07675d1bf671846f2cfc6acd958 | | | Author: Martin Sjölund | | | Date: Wed Nov 27 19:56:07 2013 +0000 | | | | | | - Double fixes for f2c.h problems on OSX; always use our f2c.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/interactive/Makefile.in | | | M configure.in | | | | | * commit e5a8bfb9ac28885b03991febf290cc4891fadc2d | | | Author: Per Östlund | | | Date: Wed Nov 27 15:21:28 2013 +0000 | | | | | | - Fixed function name prefixing in the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFInst.mo | | | | | * commit 68c3d90754dfb54f88fb141ef1a85ee68fba6289 | | | Author: Lennart Ochel | | | Date: Wed Nov 27 13:22:49 2013 +0000 | | | | | | - minor fix for dump of reinit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 32a7b126d7ba86477d0f14643250e6e48fbb5e53 | | | Author: Lennart Ochel | | | Date: Wed Nov 27 12:47:38 2013 +0000 | | | | | | - rename RK4 to RK4_DATA | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 2647c7feb20eef619d29b038724a0792a2a27281 | | | Author: Martin Sjölund | | | Date: Wed Nov 27 12:33:36 2013 +0000 | | | | | | - Use boehm GC for HPCOM pthreads | | | - Don't use boehm GC, but rather the chosen allocation scheme for create_index_spec | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/index_spec.c | | | | | * commit abf6fc421bc532c340db4d7adc1b4febff924980 | | | Author: Willi Braun | | | Date: Wed Nov 27 10:51:03 2013 +0000 | | | | | | - improved LOG_EVENTS_V debug dump. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 27577e053808c0d312993e83bda1d50864bf25de | | | Author: Per Östlund | | | Date: Wed Nov 27 10:40:41 2013 +0000 | | | | | | - Less magic in name prefixing in the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/Util/List.mo | | | | | * commit 8b0c025247675ca8f7094129cd3ead40de429324 | | | Author: Willi Braun | | | Date: Tue Nov 26 19:29:07 2013 +0000 | | | | | | - changed log level for event iteration. | | | - added testcase for debugDumps cruntime. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5b2754e7fd6c43dc8869ad2d508f3ae3c040fb00 | | | Author: OpenModelica Hudson | | | Date: Tue Nov 26 16:25:17 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_spinlock.h | | | | | * commit f70f34937bfab53eda497027550a61701275f002 | | | Author: Marcus Walther | | | Date: Tue Nov 26 16:11:24 2013 +0000 | | | | | | - fixed the mac os pthreads_spin_lock bug | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | A SimulationRuntime/c/util/omc_spinlock.h | | | | | * commit 1e4bd1e76186781ce7cffb1e411e9206049bc1fa | | | Author: OpenModelica Hudson | | | Date: Tue Nov 26 14:43:06 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 98244a0590c957fda09790beb3d3bd5134d01da0 | | | Author: Vitalij Ruge | | | Date: Tue Nov 26 14:38:29 2013 +0000 | | | | | | - update heuristic for nominal in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 4f920952aea4c0c6f312365641cf2b474f481ad2 | | | Author: Willi Braun | | | Date: Tue Nov 26 14:07:30 2013 +0000 | | | | | | - fixes for symbolic jacobians | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 0ebd1f9723d4a5a703144f79634681ea0abf62f0 | | | Author: Volker Waurich | | | Date: Tue Nov 26 12:22:06 2013 +0000 | | | | | | changed some output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 0bf218f0649ab4b6a1e558f7b2fbde4266adebde | | | Author: Martin Sjölund | | | Date: Tue Nov 26 11:15:32 2013 +0000 | | | | | | Look for flags needed for gcc 4.8 bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 444dfbaa8faed0cfb25c04f8907eedfb097f75ad | | | Author: Martin Sjölund | | | Date: Tue Nov 26 09:28:58 2013 +0000 | | | | | | Use system(..., outputFile = "...") to redirect seg.faults on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit d0e5caad7f1adb244d4e1f00c165c39447f3dc7a | | | Author: Volker Waurich | | | Date: Tue Nov 26 09:11:03 2013 +0000 | | | | | | -try to fix hpcom test using spinlocks for osx | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 3a34bec7f28b0b661b42e1caa5814484822963b9 | | | Author: Lennart Ochel | | | Date: Tue Nov 26 08:52:59 2013 +0000 | | | | | | - add case for BackendDAE.JAC_NO_ANALYTIC() to Initialization.warnAboutIterationVariablesWithDefaultZeroStartAttribute2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 1c95a2c08d9be576cd565c4a52f800983f1e3e6d | | | Author: Henrik Tidefelt | | | Date: Tue Nov 26 06:25:43 2013 +0000 | | | | | | Define new error Severity INTERNAL (aka ErrorLevel_internal) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Util/Error.mo | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/errorext.h | | | | | * commit 6c48c58e8c29148ccc95b60506ea17a1f5f18066 | | | Author: Adeel Asghar | | | Date: Tue Nov 26 00:01:24 2013 +0000 | | | | | | - Fixed the System.systemCall when its called with outFile argument for Windows. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit b8853505f98a986112a5f29c6b48c62bfb4653b6 | | | Author: Adeel Asghar | | | Date: Mon Nov 25 18:03:29 2013 +0000 | | | | | | - Fix Windows build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 8645b50d8d952116354e921b9cff355d88eefd0c | | | Author: Willi Braun | | | Date: Mon Nov 25 17:34:17 2013 +0000 | | | | | | - fixed memory leak in LOG_JAC output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/ddassl.c | | | | | * commit 0836b8bdf90f8379530f309b50a089620d30f73a | | | Author: Martin Sjölund | | | Date: Mon Nov 25 17:24:27 2013 +0000 | | | | | | Fix some compiler warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit 50fa1a7dc95751b7e360d2e455fafc162b619503 | | | Author: Willi Braun | | | Date: Mon Nov 25 15:59:05 2013 +0000 | | | | | | - added a case for SOLVED_EQUATION | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 660e07f866abf834d99489492733ce23ab0e0b2b | | | Author: Vitalij Ruge | | | Date: Mon Nov 25 15:33:10 2013 +0000 | | | | | | - update heuristic for nominal in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 3824c33686d233212b0bae7989a3dff44359e8da | | | Author: Martin Sjölund | | | Date: Mon Nov 25 13:41:21 2013 +0000 | | | | | | hpcom now uses libgc functions directly in the runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit e3cadabb8ccc87ab289ebb0f731d0afd3b951593 | | | Author: Vitalij Ruge | | | Date: Mon Nov 25 13:26:52 2013 +0000 | | | | | | - When ipopt fail, then try other strategy | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 44dba8b6e39ee7be924d3074e5fc06456134c652 | | | Author: Vitalij Ruge | | | Date: Mon Nov 25 13:12:55 2013 +0000 | | | | | | - changed default ipopt flags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit b7db69abe2391cd46ea6daa339e51450e3036dff | | | Author: Per Östlund | | | Date: Mon Nov 25 10:29:06 2013 +0000 | | | | | | - Improvements to the new instantiation, mostly redeclare and modifier handling. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit d00cafa4f0ca0b9bb9d2637ddb3aef49303a9e1e | | | Author: Martin Sjölund | | | Date: Mon Nov 25 10:17:24 2013 +0000 | | | | | | Added argument to System.systemCall: output file (redirect stdout and stderr) | | | - Fixes some issues with OSX not redirecting segmentation faults | | | - Also added this option to Scripting.system() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit e991939d230074733fdc35c99ae6b9006a8f028d | | | Author: Volker Waurich | | | Date: Mon Nov 25 10:15:07 2013 +0000 | | | | | | - use GC_pthread_create instead of pthread_create | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1ff4433587108320fde60a1de1b1062fab955c65 | | | Author: Martin Sjölund | | | Date: Mon Nov 25 08:12:45 2013 +0000 | | | | | | Add an RPATH so the debian builds don't complain so much | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit ac745ec47d69328749711250ffd41cae978ab555 | | | Author: Vitalij Ruge | | | Date: Mon Nov 25 00:46:42 2013 +0000 | | | | | | - update heuristic for nominal in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | | | * commit 3ba8975bfa401ea8d8a49c2ec75541d3a135aaf6 | | | Author: Vitalij Ruge | | | Date: Mon Nov 25 00:43:30 2013 +0000 | | | | | | - update heuristic for nominal in optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 5f2ae65c42475d9b005101cf04d1e5763a43f967 | | | Author: Vitalij Ruge | | | Date: Sun Nov 24 22:53:52 2013 +0000 | | | | | | - fixed empty gradient | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit be707b7599dcfe21726a93871b72010f7c909a6d | | | Author: Martin Sjölund | | | Date: Sun Nov 24 20:17:55 2013 +0000 | | | | | | Generate working code for FMUCpp on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit bc0d6bd02a89a197cfff50f52bdccb9ea66cf507 | | | Author: Vitalij Ruge | | | Date: Sun Nov 24 15:00:33 2013 +0000 | | | | | | - changed expression sequence for (more stable?) hessian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit a80d11779cf749752a37c17a2474718fc567cf3d | | | Author: Martin Sjölund | | | Date: Sun Nov 24 11:40:19 2013 +0000 | | | | | | Link in fewer libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | | | * commit d1114d012f5bb6d4dad7e38bd397ca03ea3aa08b | | | Author: Martin Sjölund | | | Date: Sun Nov 24 11:08:26 2013 +0000 | | | | | | Dependencies | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 4da9e4e647fbd749de742c11bd956f2e25b1a2f7 | | | Author: Martin Sjölund | | | Date: Sun Nov 24 10:32:09 2013 +0000 | | | | | | Include LDFLAGS in the configured RT_LDFLAGS flags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.unix.h.in | | | M SimulationRuntime/c/Makefile.in | | | M configure.in | | | | | * commit ddb3c675bdbd354e5264fb1d0399a36c515c727c | | | Author: Martin Sjölund | | | Date: Sun Nov 24 10:13:11 2013 +0000 | | | | | | Link in libstdc++ also for dynload since it contains the csv reader | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M configure.in | | | | | * commit 464082a4e8affaf7403add1a1c64e41d90f24bd9 | | | Author: Martin Sjölund | | | Date: Sun Nov 24 09:56:54 2013 +0000 | | | | | | Try to link fewer libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M configure.in | | | | | * commit 6b303cb7d07264f4d0cfda4dfdfa5a05ae451e04 | | | Author: Henning Kiel | | | Date: Sun Nov 24 09:29:30 2013 +0000 | | | | | | recommit fixed r18258 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit fe429659e3e3be5e7460e87403ff983fae286096 | | | Author: Adrian Pop | | | Date: Sun Nov 24 09:29:07 2013 +0000 | | | | | | - fix linker flags for Windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 05fec6b88fbdc833eb08fe0f909e637c7a7fa66d | | | Author: Martin Sjölund | | | Date: Sun Nov 24 09:10:46 2013 +0000 | | | | | | Check for -lrt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 8ad363930c7e4027579eb6303686956a629af7a3 | | | Author: Martin Sjölund | | | Date: Sun Nov 24 08:50:18 2013 +0000 | | | | | | - Moved where CFLAGS for generated code are defined (in configure instead of logic in the code generation) | | | - Added configure env.vars RUNTIMECC and RUNTIMECFLAGS if the user wants different compilers for the generated code and omc itself (typically to use clang for generated code) | | | - Always include delay.h in generated simulation code. Revert previous change that made Counter and Counter3 work (relied on the wrong delayImpl being used) | | | - Moved performSimulation into the callback interface | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/config.h | | | M Compiler/runtime/config.unix.h.in | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | M configure.in | | | | | * commit 13671067eb9d910e4e3e5de344c7f6aca6821cfa | | | Author: Martin Sjölund | | | Date: Sat Nov 23 19:42:35 2013 +0000 | | | | | | Avoid inlining problems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit f3177c0c06fb881ec36d68e15589d0406cb16c34 | | | Author: Martin Sjölund | | | Date: Sat Nov 23 18:44:34 2013 +0000 | | | | | | - The interface to generated code is now in a struct callback, to avoid conflicting names when we load dynamic libraries (FMU's) | | | - Fixed lots of clang warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/ddassl.c | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/delay.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/mixedSystem.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit c3701579227cf34582c473d22c812831ccf96259 | | | Author: Adrian Pop | | | Date: Sat Nov 23 15:15:33 2013 +0000 | | | | | | - revert changes to Compiler/BackEnd/Uncertainties.mo from r18258 as they break some tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 421c1e8f67b6f1b4b5235fe27941c40ab423b1d9 | | | Author: Henning Kiel | | | Date: Sat Nov 23 13:45:16 2013 +0000 | | | | | | replaced O(n) listLength(L)==0 by O(1) List.isEmpty(L) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Makefile.common | | | | | * commit 7d2f4af409c8ec9404d49e2d2f8ae43507b93017 | | | Author: Martin Sjölund | | | Date: Sat Nov 23 12:58:46 2013 +0000 | | | | | | - Link against libf2c on OSX as it seems necessary | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 39667a8fe42b23e5a87f6aaa464b414a5a85c5c6 | | | Author: Martin Sjölund | | | Date: Sat Nov 23 10:15:17 2013 +0000 | | | | | | Skip libf2c on OSX too | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit caf6e9566e0a7352ed5348bab9f7a82fc669c4f3 | | | Author: Martin Sjölund | | | Date: Sat Nov 23 09:53:01 2013 +0000 | | | | | | - Put back the old FMI hack to work on Linux | | | - Disable MSL3.2.1 cppruntime tests until their performance improves | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit f22b4dfc300b3d44d09d3074c5e8bbfc20633497 | | | Author: Martin Sjölund | | | Date: Sat Nov 23 08:27:53 2013 +0000 | | | | | | Move f2c linking as the Linux dynamic version has unresolved symbols | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | | | * commit c78ce873817973a983db812031339047e313fb5d | | | Author: Martin Sjölund | | | Date: Sat Nov 23 07:46:41 2013 +0000 | | | | | | libinteractive.a has not yet been copied into build/ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.in | | | | | * commit 08f9653e9186a8d1588fdc0d4b53cb7615ebd03e | | | Author: Martin Sjölund | | | Date: Sat Nov 23 07:31:25 2013 +0000 | | | | | | Build and partially link a .dylib as simulation runtime (makes mixing different C++ and C compilers possible; for OpenMP on OSX, and more) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M configure.in | | | | | * commit c4d18c67acae666f51f31f8c5a5989a7931a2ab2 | | | Author: Adrian Pop | | | Date: Sat Nov 23 04:35:06 2013 +0000 | | | | | | - update OMDev SVN url in the READMEs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-RELEASE-NSIS.txt | | | M README-BUILD-RELEASE.txt | | | M README-OMDev-MINGW.txt | | | | | * commit 1329f237382210c8257c03923091469d8ab5e7fe | | | Author: Martin Sjölund | | | Date: Fri Nov 22 20:27:52 2013 +0000 | | | | | | Fix the system_parallel implementation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | | | * commit 07461df7523c6bdbfcb3fffba5903fa7fc877da7 | | | Author: Martin Sjölund | | | Date: Fri Nov 22 17:55:39 2013 +0000 | | | | | | Stop using OpenMP in the system runtime - use pthreads instead to avoid problems with linkers and library versions trying to mix compilers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/systemimpl.c | | | | | * commit 818db313c6339b649fed99675f566c61a4355acf | | | Author: Martin Sjölund | | | Date: Fri Nov 22 15:40:12 2013 +0000 | | | | | | Changes the way OpenMP is handled. Now there is a configure variable: ./configure CC=clang CXX=clang++ OMPCC="gcc-4.4 -fopenmp" will use clang as default, and gcc-4.4 when OpenMP is requested. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/System.mo | | | M Compiler/omc_release/Makefile.in | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/config.h | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 5be90bc631b40710e132ee4d542d791a79de1e08 | | | Author: OpenModelica Hudson | | | Date: Fri Nov 22 12:30:12 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 4be61a18d179ccdcf01484922ceda2f25db86554 | | | Author: Vitalij Ruge | | | Date: Fri Nov 22 12:26:32 2013 +0000 | | | | | | - changed numiracl handling for hessian in first intervall | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 90332cca0a02821114fe0be840af2f33cc780718 | | | Author: Martin Sjölund | | | Date: Fri Nov 22 11:40:32 2013 +0000 | | | | | | Bump MSL | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | | | * commit ea7c69c88f2088c790f1c0d388c99c7893c2fc91 | | | Author: Niklas Worschech | | | Date: Fri Nov 22 10:14:09 2013 +0000 | | | | | | added delay to cpp template and runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 229c3575478f622c0d83566a5d9a9b989786d8cb | | | Author: Martin Sjölund | | | Date: Fri Nov 22 07:27:43 2013 +0000 | | | | | | Regenerate OpenModelicaBootstrappingHeader.h also for the bootstrapped target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 8c0e3c590b33c9eb84ddf1051a5d9a3edbc41dce | | | Author: Martin Sjölund | | | Date: Fri Nov 22 07:02:53 2013 +0000 | | | | | | OSX fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit deeba585fba15010d15d245f68a2d6212fbf64dd | | | Author: Martin Sjölund | | | Date: Fri Nov 22 07:01:43 2013 +0000 | | | | | | Symlink the dynamic library instead of messing with soname and install_name | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M configure.in | | | | | * commit 37dfa1d6d6b40778552cbf4ab527af10bbadabdf | | | Author: Martin Sjölund | | | Date: Fri Nov 22 06:10:16 2013 +0000 | | | | | | Load shared objects with the correct extension on Mac | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 0ae6f3d6de8c34dd509f1555716862f717206d7c | | | Author: Martin Sjölund | | | Date: Fri Nov 22 05:53:13 2013 +0000 | | | | | | - Skip loading the FMU dll/so/dylib in omc. It really messes up Linux/OSX and causes you to be unable to free the so/dylib | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit d4e3f0b8c28508aecea92eeb4dd26f30ecf923aa | | | Author: Martin Sjölund | | | Date: Thu Nov 21 21:47:28 2013 +0000 | | | | | | Mostly OSX fixes for FMI | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/config.unix.h.in | | | M Makefile.common | | | M Makefile.in | | | | | * commit 90b53fdeb934328beadc3d93c3ada96398335c42 | | | Author: Willi Braun | | | Date: Thu Nov 21 17:56:14 2013 +0000 | | | | | | - fixed wrong adjacency-matrix for STMT_TUPLE_ASSIGN | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 7d0b872eebcec7eefca3fe57b715ecc8c06bc320 | | | Author: Martin Sjölund | | | Date: Thu Nov 21 15:48:42 2013 +0000 | | | | | | - Some fixes to the separate compilation | | | - Some fixes to the (generated) omccp sources | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit f2883dd21e36aba1e351d8ffbc28f2d5edd19f49 | | | Author: Volker Waurich | | | Date: Thu Nov 21 12:45:08 2013 +0000 | | | | | | - fix hpcom (simEq-mapping for systems with nonlinear jacobians) | | | - added test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 7cf9e7ffebd0b36e1534441c78c4f96856117686 | | | Author: Martin Sjölund | | | Date: Wed Nov 20 15:15:46 2013 +0000 | | | | | | - Don't output type min/max values in the xml-file: This is handled when parsing the files using default values | | | - Output variable type name and more in the info.xml | | | - OSX fixes setting @rpath for .dylib files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Makefile.common | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 179655e4d4fc4582a77da32d615b3cb8da057ee2 | | | Author: Martin Sjölund | | | Date: Wed Nov 20 11:13:18 2013 +0000 | | | | | | Remove some code that should not be accepted | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 3a08dd84197f59e9ec410462df89af95bc19653f | | | Author: Martin Sjölund | | | Date: Wed Nov 20 05:44:54 2013 +0000 | | | | | | Let configure check that BLAS is included when linking LAPACK | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 7da968f5c82534233bb5d9b740c8c8f596ea46c3 | | | Author: Martin Sjölund | | | Date: Tue Nov 19 21:03:06 2013 +0000 | | | | | | - Partest on OSX | | | - Skip some unncessary steps for bootstrapping from tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 6c4f01ae1d1ec03ac9cb3586fcfb2883d4e0d950 | | | Author: Martin Sjölund | | | Date: Tue Nov 19 18:55:58 2013 +0000 | | | | | | - Compile --without-metis | | | - Disable warning if the user has an empty LANG env.var | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | | | * commit c919aef88acc3ded035e4d23632c2387cb24ce62 | | | Author: Martin Sjölund | | | Date: Tue Nov 19 17:22:02 2013 +0000 | | | | | | Configure the fortran compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 2927bb8b99345711f63d145bf5f201d100766193 | | | Author: Martin Sjölund | | | Date: Tue Nov 19 16:51:52 2013 +0000 | | | | | | Fix svn-clean script for symlinks to directories | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M svn-clean.py | | | | | * commit 67a40b3dd460956eb7600db98418d6224f2a614f | | | Author: Martin Sjölund | | | Date: Tue Nov 19 15:09:39 2013 +0000 | | | | | | Adding script to clean trunk (like svn-clean, but more platform-independent) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A svn-clean.py | | | | | * commit 79db84ac831a9c00a54e1fe95bef2aa5c9fc6867 | | | Author: Volker Waurich | | | Date: Tue Nov 19 14:46:33 2013 +0000 | | | | | | - fixed hpcom for models with equations that cannot be solved and therefore are handled as nonlinear eqsysts | | | - added hpcom test | | | - updated hpcom test files (output includes size of ode system) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit fd52bede41bf8d8d2acfa395c10bdf9ca5d43783 | | | Author: Volker Waurich | | | Date: Tue Nov 19 07:13:53 2013 +0000 | | | | | | - added warning if number of processors is not given when using hpcom | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | | | * commit 1109bab468a6c126f38a2b7bce2436e216cad2cb | | | Author: Adrian Pop | | | Date: Mon Nov 18 22:55:47 2013 +0000 | | | | | | - do not compile ipopt on Windows as it is already part of OMDev. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit a52835dccb5f15239d975ce852bd9b6d441ac0bd | | | Author: Martin Sjölund | | | Date: Mon Nov 18 20:17:18 2013 +0000 | | | | | | Fix Linköping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c | | | | | * commit 0f4f7b004409a2a50b0e2d8131c8603eb2aa555e | | | Author: Martin Sjölund | | | Date: Mon Nov 18 20:04:24 2013 +0000 | | | | | | Fix configure for locally installed ipopt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 95257fbacfe2bfd5867119541b0669dfa97e2383 | | | Author: OpenModelica Hudson | | | Date: Mon Nov 18 17:36:49 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Differentiate.mo | | | | | * commit 1447779440d9fce04fdc1adf53169b4a58368d48 | | | Author: Willi Braun | | | Date: Mon Nov 18 17:31:47 2013 +0000 | | | | | | - replaced the Derive.mo by a Differentiate.mo (and adjusted all relevant parts) | | | - capability to differentiate Modelica functions. | | | - now all differentiation rules are only once in the compiler. | | | - adjusted some tests | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | D Compiler/BackEnd/Derive.mo | | | A Compiler/BackEnd/Differentiate.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/CMakeLists.txt | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/List.mo | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit 0d6d5e2cd1add7ade45a3aaf8f71d08a57a0b909 | | | Author: Vitalij Ruge | | | Date: Mon Nov 18 17:21:55 2013 +0000 | | | | | | - fixed configure for ipopt??! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 5ed87bcfa0bf7c344cbca74c05b336f346594d41 | | | Author: Vitalij Ruge | | | Date: Mon Nov 18 17:16:37 2013 +0000 | | | | | | - fixed configure for ipopt?! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 82c60ee1359f66337c7110d77fcb4da48ed4763a | | | Author: Martin Sjölund | | | Date: Mon Nov 18 16:19:26 2013 +0000 | | | | | | - Compile our own version of Ipopt (EPL 1.0 license; compatible with LGPL) | | | - Fix copying of messages from the OMEdit widget | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M COPYING | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M configure.in | | | | | * commit de9378587587b9939ce8dbcc61f7d9464cc7555e | | | Author: Volker Waurich | | | Date: Mon Nov 18 12:53:16 2013 +0000 | | | | | | - hpcom outputs theoretical speedup and theoretical max speedup | | | - updated tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 71985f0f88216bb446d364a1078a787d97ec3d22 | | | Author: Per Östlund | | | Date: Mon Nov 18 12:36:35 2013 +0000 | | | | | | Fix for #2482: | | | - Handle 'end' when used as subscript of qualified cref. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit f99b5bb55a075c4bb1f4769739fc1741d1f1453a | | | Author: Martin Sjölund | | | Date: Mon Nov 18 12:34:14 2013 +0000 | | | | | | Compile DAE.c before we try to compile all files, in order to avoid using up all system RAM on creating srz files in parallel | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | | | * commit 14a1a4012b9bc489767e6e9cc85afc9251170247 | | | Author: Adeel Asghar | | | Date: Mon Nov 18 11:59:03 2013 +0000 | | | | | | - Fix the LOG_STATS output. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 9b6274acfa9ef25325e20e3035186d8d1938be8c | | | Author: Willi Braun | | | Date: Sun Nov 17 17:23:10 2013 +0000 | | | | | | - add simplification rules for DIV_ARR and DIV_ARRAY_SCALAR | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit c9ee1aa4efea0699ce5a17828314dde5f3f903aa | | | Author: Martin Sjölund | | | Date: Fri Nov 15 19:57:48 2013 +0000 | | | | | | #2483 | | | - Partial fix for assigning to only some function outputs when the function is constant evaluated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | | | * commit 5afaf5d293e8713e2f93bff9bbb88aded5f79af0 | | | Author: Martin Sjölund | | | Date: Fri Nov 15 17:36:07 2013 +0000 | | | | | | RML crap | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 1f9c1403f5b80da63ebfb623aa3deff4c632d97c | | | Author: Martin Sjölund | | | Date: Fri Nov 15 16:51:41 2013 +0000 | | | | | | #2250 | | | Adding API function to convert between units | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/runtime/UnitParserExt_omc.cpp | | | M Compiler/runtime/UnitParserExt_rml.cpp | | | M Compiler/runtime/unitparserext.cpp | | | | | * commit cd3a7bc426ce4e7199c16ec4fb2c8b928a5d2efe | | | Author: Vitalij Ruge | | | Date: Fri Nov 15 11:56:35 2013 +0000 | | | | | | - added missed return | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 15be53922c4311f5701a5c9029dd87ef051c205d | | | Author: Vitalij Ruge | | | Date: Fri Nov 15 10:47:34 2013 +0000 | | | | | | - numerical trick for hess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 86724e36bae58b720f300d7be9aeb662d621b8b3 | | | Author: Martin Sjölund | | | Date: Fri Nov 15 10:39:32 2013 +0000 | | | | | | - Updated SimCodeDump to include more accessible information in the XML | | | - Added a Qt-based streaming XML parser so OMEdit can use the _dump.xml information for the symbolic debugging | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/scripts/simcodedump.xsl | | | | | * commit e1e3296a727426829bf9081f9cd3abe2c8a1a38c | | | Author: Vitalij Ruge | | | Date: Fri Nov 15 10:25:21 2013 +0000 | | | | | | - LOG_STATS adjust for optimiziation | | | - codestyle for hess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 46d48c13331b18e797fafbc5e315626d5256765c | | | Author: Vitalij Ruge | | | Date: Fri Nov 15 09:23:36 2013 +0000 | | | | | | - fixed special case( numberIntervall = 1) for optimiziation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 65ca2bff3bba2b5ea81834fb35d3f3efb81f6ea6 | | | Author: Vitalij Ruge | | | Date: Fri Nov 15 08:26:42 2013 +0000 | | | | | | - better evalution (object function) for numerical hess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 06590ab4a3ec29f2d49ea343cc5a60300845e704 | | | Author: Vitalij Ruge | | | Date: Fri Nov 15 07:17:13 2013 +0000 | | | | | | - reduced evalution for numerical hess | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit 8c322d6e9e7eb6323a87eaa9f828ae91a8c70f30 | | | Author: Adrian Pop | | | Date: Thu Nov 14 18:27:00 2013 +0000 | | | | | | - fix Windows build: use malloc/free instead of stack allocation for buffer and put the buffer definition at the beginning of the block (ansi-c) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/ddassl.c | | | | | * commit 5e12b424f7ec6bd8292d731c4134ededd9cc2b4e | | | Author: Jim Nutaro | | | Date: Thu Nov 14 17:03:11 2013 +0000 | | | | | | Update to adevs backend to fix initialization involving fixed variables. Updates for new c runtime. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit b9046ab73053589a29000fba01c8a8fb9a198dfa | | | Author: Willi Braun | | | Date: Thu Nov 14 16:44:55 2013 +0000 | | | | | | - fixed ordering of stateselect and jacobian equations in *_info.xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit 2a207fb1dabaad683690bdf1ebfec0817bbf8182 | | | Author: Lennart Ochel | | | Date: Thu Nov 14 16:03:06 2013 +0000 | | | | | | - get rid of redundant function body (equationNth0/equationNth1) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 93e23990917571f5762f9f2f62b1d8b76710bfed | | | Author: Vitalij Ruge | | | Date: Thu Nov 14 15:09:21 2013 +0000 | | | | | | - better numerical hessian for first time point | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit b7b109b057ee4b1f971f5c9416d19aab5f6de0d4 | | | Author: Lennart Ochel | | | Date: Thu Nov 14 15:09:19 2013 +0000 | | | | | | - move BackendDAEUtil.equationNth to BackendEquation.equationNth0 | | | - move BackendEquation.equationNth to BackendEquation.equationNth1 | | | - remove unused module dependencies | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 65a75023107c526190d1fcb0be6c42c141eb29ae | | | Author: Lennart Ochel | | | Date: Thu Nov 14 13:30:29 2013 +0000 | | | | | | - make dassl debug-output readable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/ddassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 62e433e7a3f1d7e2a55658b82aa828145bd11f7d | | | Author: Martin Sjölund | | | Date: Thu Nov 14 12:54:29 2013 +0000 | | | | | | Safer new/free of the matlab reader. Should no longer crash OMEdit if an invalid mat-file is presented | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit d7632600fafcb5808b233e63e1f29442fee18298 | | | Author: Volker Waurich | | | Date: Thu Nov 14 08:32:46 2013 +0000 | | | | | | - added case in createSchedule for non-ODE systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 07fc3f564cdca88bbd9897548fc50c2869542446 | | | Author: Jim Nutaro | | | Date: Wed Nov 13 22:23:33 2013 +0000 | | | | | | Added state variable selection to initialization loop | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 090241eb1818c45d6000ed36693e65adeaf83ecc | | | Author: Willi Braun | | | Date: Wed Nov 13 18:52:43 2013 +0000 | | | | | | - added missing cases to ExpressionSimplify for Relations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit e588e20d7561583e38fcb44c36437f1bd9ee35c7 | | | Author: Volker Waurich | | | Date: Wed Nov 13 14:19:59 2013 +0000 | | | | | | - fixed bug at getFinishingTimesForSchedule | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit 98141af5e510055763207685c7e7422b0c006f66 | | | Author: Marcus Walther | | | Date: Wed Nov 13 12:55:25 2013 +0000 | | | | | | - with the help of the hpcomCode flag, you can now choose between pthreads and openmp code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e4971559941ba4338a4e1a5c644da7034ef32dcb | | | Author: Jim Nutaro | | | Date: Wed Nov 13 12:33:15 2013 +0000 | | | | | | Code cleanup for the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit a8378095cfef6657ac2f71b3da422afe516d42b7 | | | Author: Volker Waurich | | | Date: Wed Nov 13 07:37:26 2013 +0000 | | | | | | - fixed hpcom for some models with mixedEquationSystems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit ee38c94c03fe461060e318e6a2e6e07a7f4311d4 | | | Author: Adrian Pop | | | Date: Wed Nov 13 06:27:07 2013 +0000 | | | | | | - fix +target=msvc test | | | - add omc_msvc.h to model_help.c as we need round in there | | | - fix definition of round in omc_msvc.h (the msvc test generated a HUGE .mat file before | | | i killed it because round did not work correctly and the step was not advanced) | | | - delete some more stuff in: | | | testsuite/openmodelica/cruntime/msvc/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 394cca58ef90b0a42b6a8875ccebba82c115530d | | | Author: Adrian Pop | | | Date: Wed Nov 13 04:23:21 2013 +0000 | | | | | | - fix non-separate bootstrapping compilation (MainTest.mos) | | | - beautify the C code a bit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 32fc4ffba6d81a8a7c70e55dd60b6fc21775588f | | | Author: Adrian Pop | | | Date: Wed Nov 13 02:19:52 2013 +0000 | | | | | | - fix Windows msvc build: ANSI-C please :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit f2505de817c135c216dca34b049db3073b135ffc | | | Author: Willi Braun | | | Date: Wed Nov 13 01:35:48 2013 +0000 | | | | | | - added rounding of stepSize to hit the numberOfInterval point. | | | - added cruntime flag(-noEventEmit) to suppress output at events. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 9836731526a2cc9371e210a6c31d2cbb4b8b6e4b | | | Author: Niklas Worschech | | | Date: Tue Nov 12 15:49:30 2013 +0000 | | | | | | fix for array declarations in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 701fa026711555a1ff66d36ba41e97524ac2d125 | | | Author: Volker Waurich | | | Date: Tue Nov 12 14:25:27 2013 +0000 | | | | | | - fixed bug at ALAP-computation and quicksort | | | - added function getFinishingTimesForSchedule | | | - added function predictExecutionTime | | | - removed some debug prints | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 8d88013b981111d66e5920cd0f92e632b1188244 | | | Author: Niklas Worschech | | | Date: Tue Nov 12 10:48:50 2013 +0000 | | | | | | changed minimal step size for cvode in cpp runtime | | | fix for array assign for index spec in cpp template | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | | | * commit fca59fd58fe970b2f1d76aaa05f050636a47832a | | | Author: Willi Braun | | | Date: Mon Nov 11 13:09:48 2013 +0000 | | | | | | - added isChangeableValue = true for states | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit f24069ad9fef080d93b2e0f90add35d2e2a9ca27 | | | Author: Per Östlund | | | Date: Mon Nov 11 09:04:24 2013 +0000 | | | | | | - Fixed some clang warnings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit dbbc4ecae8bd114d636a89583a532324b6c5658a | | | Author: Martin Sjölund | | | Date: Sun Nov 10 20:55:12 2013 +0000 | | | | | | Sort more sections | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit e6027328273fcb6eda90bfe15feef3c31375e493 | | | Author: Martin Sjölund | | | Date: Sun Nov 10 20:08:44 2013 +0000 | | | | | | Sort some equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit 44d6c1a53e5d14a48c183b24a1fc8bc3ae7003cd | | | Author: Martin Sjölund | | | Date: Sun Nov 10 13:05:37 2013 +0000 | | | | | | Split up the equations in the info.xml so it is possible to see which equations are initial | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 047694b29daf0179f2d8b5b13169626e7e53935c | | | Author: Martin Sjölund | | | Date: Sat Nov 9 17:25:00 2013 +0000 | | | | | | Use dynamic omniORB on OSX, check that omniidl command exists | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit c5b2378cda3aafa174d6ee53646f2c86493cdbb3 | | | Author: Willi Braun | | | Date: Fri Nov 8 17:11:15 2013 +0000 | | | | | | - fixing build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit 176924ec5845ecf5e2fd43b8216b48968a59dfa7 | | | Author: Willi Braun | | | Date: Fri Nov 8 15:53:54 2013 +0000 | | | | | | - added a flag for changeable parameters to *_init.xml file. | | | - parameters that are not evaluated before and constant are changeable. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 84ef2c324e1161f1a2e874c3fd2d88ee4d046cc5 | | | Author: Martin Sjölund | | | Date: Fri Nov 8 13:22:56 2013 +0000 | | | | | | Fixes for not using RML-style pointer tagging (saves ~1% total time by being able to use atomic allocations) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit c452aeaa4786f584b875cd2949e8e4bf0355e288 | | | Author: Martin Sjölund | | | Date: Fri Nov 8 11:19:59 2013 +0000 | | | | | | Pass FMI variables unmodified (unboxing may lose int precision; unbox+box may also alter the Integer if it was not a valid boxed integer to begin with) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | | | * commit 2c3becb97485b6978d77ef9b365df7edca3a7777 | | | Author: Lennart Ochel | | | Date: Fri Nov 8 11:02:27 2013 +0000 | | | | | | - add tests for high-index initialization (provided by Francesco) | | | - minor changes to compiler warning of over-determined initial systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit f4fc97142ae53c333995ae4f4b189d1c6943635e | | | Author: Adrian Pop | | | Date: Thu Nov 7 21:40:29 2013 +0000 | | | | | | - disable java finalization and gcj-support for Boehm GC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit e29bbac6782b5a68cf2daf1ec9d34ce52d62687b | | | Author: Vitalij Ruge | | | Date: Thu Nov 7 15:13:08 2013 +0000 | | | | | | - expand expression only if it can use for simplify | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 5bc1d6265cdd40283e56a4011808c4ab5b8d7a8f | | | Author: Volker Waurich | | | Date: Thu Nov 7 14:22:52 2013 +0000 | | | | | | - new task graph scheduler modified critical path | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit bc15c5282fa12b317aa08fdd58be6228aab6511e | | | Author: Vitalij Ruge | | | Date: Thu Nov 7 10:52:54 2013 +0000 | | | | | | - evaluated value for error handling and function call (sqrt, log, log10) only once | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 6797940bd2da5043ddd0c9d33fb91cf71bf18e40 | | | Author: Adrian Pop | | | Date: Thu Nov 7 10:29:11 2013 +0000 | | | | | | - use MoveFileEx on Windows for System.rename | | | - remove System.renameFile (as we have System.rename) | | | - Causalize.mo do not create something that is not used! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 784638e7cd14e8fe03295f1594f9549769d73931 | | | Author: Martin Sjölund | | | Date: Thu Nov 7 07:11:27 2013 +0000 | | | | | | Use a smaller size for the hashtable in Patternm.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Util.mo | | | | | * commit b7b1556b222610552b16d06691e2ab8d49bcdb39 | | | Author: Martin Sjölund | | | Date: Wed Nov 6 20:06:17 2013 +0000 | | | | | | Do pathHashMod without pathString to not tax the GC so much | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit eb95a44816b22b9daabe4c710244dea34427d379 | | | Author: Martin Sjölund | | | Date: Wed Nov 6 15:17:53 2013 +0000 | | | | | | Smarter code generation for empty patterns | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 8da19c635e8be94a38c36f6aafc6b5d84b477ecd | | | Author: Willi Braun | | | Date: Wed Nov 6 15:09:19 2013 +0000 | | | | | | - fix for XML stateSpace dump | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit 010963fff677fa6360144f25eacd90f9b35f945e | | | Author: Volker Waurich | | | Date: Wed Nov 6 14:57:02 2013 +0000 | | | | | | - reverted workaround for nonlinear solver problems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 2cd8ee74910b9973d401e29edaf7cc2a96981879 | | | Author: Volker Waurich | | | Date: Wed Nov 6 13:46:16 2013 +0000 | | | | | | - re-added (not unused cases, see rev 17956) to ExpressionSimplify.mo in order to fix | | | BranchingDynamicPipes on my machine (nonlin solver error) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 63af40c78be28721443d705cc7366471434d82cc | | | Author: Martin Sjölund | | | Date: Wed Nov 6 13:31:37 2013 +0000 | | | | | | Lazily create the hash table (saves 6*10 seconds on the testsuite on dev; probably more for the bootstrapped compiler) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 35a3b09fc002ececafd5174fbf11a090e0d70fb0 | | | Author: Martin Sjölund | | | Date: Wed Nov 6 11:06:41 2013 +0000 | | | | | | Reset tmpTick also for each statement, and after pattern-matching | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9179cfe8c30c7c8eba4dd94f2cbdaf3fb05015d6 | | | Author: Adrian Pop | | | Date: Wed Nov 6 09:56:25 2013 +0000 | | | | | | - comment for Print.writeBuf | | | - dumpXMLDAE improvements: | | | do not use Print.getString as the string is huge, just write it directly to file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Print.mo | | | | | * commit 51140fb98a620aa76f71a79595d77d028eb66548 | | | Author: Martin Sjölund | | | Date: Wed Nov 6 09:35:55 2013 +0000 | | | | | | Re-use some of the generated tmpMeta[] variables to save stack space and walk less data in the GC | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 04245ce763b8e62f76838771ff9f957d914ca7f5 | | | Author: Volker Waurich | | | Date: Wed Nov 6 07:53:08 2013 +0000 | | | | | | - reverted previous commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 97ff5f057d560d470ff9f77423cec7b795c551ed | | | Author: Volker Waurich | | | Date: Wed Nov 6 07:29:11 2013 +0000 | | | | | | - added new mcp task graph scheduler | | | - added quicksort algorithm | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 15daf710444367f647bd490a0ce92b2dfb683d4d | | | Author: Adrian Pop | | | Date: Wed Nov 6 06:08:28 2013 +0000 | | | | | | - fix bug: #2243 | | | - new section with containing containing | | | containing any of reinit, assert, terminate, noreturn call | | | - added test: testsuite/openmodelica/xml/BB.mos | | | | | | - changed whenEquationId to whenEquationCondition where it was wrong | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit d1fd3c67866e180dd79749a37dc756dc27507608 | | | Author: Adrian Pop | | | Date: Wed Nov 6 04:16:30 2013 +0000 | | | | | | - fix bug: #2454 | | | - added testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit aab273a06fba4f335dc159be2b2a3fb26d6961fe | | | Author: Martin Sjölund | | | Date: Tue Nov 5 21:01:08 2013 +0000 | | | | | | Skip printing the name of the component if the value is unused... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 4c6af453c9c5ade81c4ca11f1afb6683ef54bad5 | | | Author: Martin Sjölund | | | Date: Tue Nov 5 18:30:47 2013 +0000 | | | | | | - Added Env.NO_CACHE(), which creates an environment faster than Env.emptyCache(), but also won't cache anything | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M configure.in | | | | | * commit f1a19a52d6d20e1eb90b2a71a09075f1f0249afb | | | Author: Martin Sjölund | | | Date: Tue Nov 5 14:35:43 2013 +0000 | | | | | | Don't create the UnitAbsynBuilder unless the flag is set | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | | | * commit 8747410c01ecdc234277087342eb9a82e3615436 | | | Author: Martin Sjölund | | | Date: Tue Nov 5 12:49:28 2013 +0000 | | | | | | Some fixes to be able to mix RML and MM datatypes (and change the MM representation with a #define) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Dynload.cpp | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 5cf2076f4ca7bb3a120096f63651230f2b8ed57e | | | Author: Martin Sjölund | | | Date: Tue Nov 5 07:46:13 2013 +0000 | | | | | | Reduce bucket size since there won't be very many bindings to update. Would probably be good to lower it even more, possibly making it "1" for length 0 or 1 in the list of components | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 878f90a003199153121d5c7bd5cdf2656e6fb0f1 | | | Author: Martin Sjölund | | | Date: Tue Nov 5 05:43:20 2013 +0000 | | | | | | Move the MMC_TRY outside the for-loop when searching for a case that matches the pattern. Avoids setjmp for each iteration of the loop. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 608f3278bfbb9149ffb47163f6bc05bcf7a5aae1 | | | Author: Martin Sjölund | | | Date: Mon Nov 4 21:20:20 2013 +0000 | | | | | | Use goto instead of longjmp when a pattern in a case fails to match. We know the place we want to go to, so just do it :) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e3707349c66bec4faf65d07bfe3bf32e6431d89f | | | Author: Niklas Worschech | | | Date: Mon Nov 4 16:17:19 2013 +0000 | | | | | | fix in cpp runtime for the initialization interation. Calling initializeEquations instead of evaluate | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | | | * commit 93de7f734a592147828dd75bd6b5c8c63be1ef9d | | | Author: Adeel Asghar | | | Date: Mon Nov 4 16:11:47 2013 +0000 | | | | | | - Fix compilation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 75f0bfbf203dfcfdc4f187fcbcd07de8bbc2d448 | | | Author: Martin Sjölund | | | Date: Mon Nov 4 15:46:32 2013 +0000 | | | | | | - Added new API: compareFilesAndMove (compares two files and replaces the destination if they differ) | | | - BuildOMC.mos uses fewer system() calls now, instead using built-in API functions | | | - Fixed code generation of MMC_TRY for matchcontinue to use the faster MMC_TRY_INTERNAL instead (~2% performance gain for the bootstrapped compiler) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit d89d4f90dae43be3d8b8367672044bbabf3b57bd | | | Author: Martin Sjölund | | | Date: Mon Nov 4 12:42:49 2013 +0000 | | | | | | Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/socketimpl.c | | | | | * commit e6a5bf63b58b47aa554bfa803b6f49ee85bd368f | | | Author: Martin Sjölund | | | Date: Mon Nov 4 12:33:32 2013 +0000 | | | | | | Pass threadData to Print.mo and ErrorExt.mo external implementations. Added local roots to store this in the the threadData | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/Error_rml.cpp | | | M Compiler/runtime/Print_omc.c | | | M Compiler/runtime/Print_rml.c | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/errorext.h | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/ptolemyio.cpp | | | M Compiler/runtime/systemimpl.c | | | M Parser/BaseModelica_Lexer.g | | | M Parser/Modelica.g | | | M Parser/parse.c | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit 5096ce8fa0a51028449637632aafdff961389c6f | | | Author: Willi Braun | | | Date: Mon Nov 4 11:43:56 2013 +0000 | | | | | | - bug fix #2399, mark all variable of a tuple in when-statemeants as discrete. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit d9391085b7f97fdb25d942f2ec79e74fda7f3d42 | | | Author: Martin Sjölund | | | Date: Mon Nov 4 11:24:03 2013 +0000 | | | | | | #2458 | | | - Remove json files and unused symlinks | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 0accc584d10611155d64c26ac1f228997c338d3c | | | Author: Martin Sjölund | | | Date: Mon Nov 4 06:27:52 2013 +0000 | | | | | | Use match for valueExp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | * commit b2674e0b450c4012498176eac10232384eb49db2 | | | Author: Adrian Pop | | | Date: Mon Nov 4 01:04:15 2013 +0000 | | | | | | - remove envCache functionality as is not used and is actually slower | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7eeb9b62e9c12f6cdbe97f0746fea66f5ea2aefc | | | Author: Adeel Asghar | | | Date: Sun Nov 3 21:17:11 2013 +0000 | | | | | | - Don't unset the measure_time_flag when user has explicitly enabled it via measureTime option. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit a9084689dad915874bac38d1e270336449a2ff7b | | | Author: Martin Sjölund | | | Date: Sun Nov 3 21:07:12 2013 +0000 | | | | | | Pass threadData using OpenModelica.threadData() in external function calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Print.mo | | | M Compiler/runtime/Print_omc.c | | | M Makefile.common | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit d5b507decd4cf14c18b8e22f6ae5fd89e92c4147 | | | Author: Martin Sjölund | | | Date: Sun Nov 3 14:19:59 2013 +0000 | | | | | | Use the configured omc to build the templates | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | R097 Compiler/Template/Makefile Compiler/Template/Makefile.common | | | A Compiler/Template/Makefile.in | | | M configure.in | | | | | * commit f6837ce1724c566978a18e09ef73959d1c7f4c55 | | | Author: Martin Sjölund | | | Date: Sun Nov 3 10:18:51 2013 +0000 | | | | | | Fix linking | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl.cpp | | | M Compiler/runtime/omc_communication_impl.cpp | | | | | * commit 6c80f56ae5d061882c505a84a9dc97e02c7e1715 | | | Author: Martin Sjölund | | | Date: Sun Nov 3 10:01:05 2013 +0000 | | | | | | Renamed some variables due to conflicts in namespace std:: (which apparently some CORBA header uses on OSX) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl.cpp | | | | | * commit 10931e1ce58852254438ad0bd7760281528b9433 | | | Author: Martin Sjölund | | | Date: Sat Nov 2 20:59:21 2013 +0000 | | | | | | Bump main-static by default on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit e4c80c1ec40b4460d87756f0543d226d2c785160 | | | Author: Martin Sjölund | | | Date: Sat Nov 2 15:29:38 2013 +0000 | | | | | | Compile omc-bootstrapped if --without-rml is requested | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 2b53879a5aa8b5ba1155b728bfea1f56d3d57bca | | | Author: Martin Sjölund | | | Date: Sat Nov 2 06:36:25 2013 +0000 | | | | | | Hash the paths of the generated icons to dedup them | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | M Examples/generate_icons.py | | | | | * commit 3de182463ff8135603596ccf70be46f69509f318 | | | Author: Martin Sjölund | | | Date: Fri Nov 1 20:33:32 2013 +0000 | | | | | | Added common function for simplifying binary expressions with lhs and rhs being binary expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 0d318ae8b08938a8a700d5e273431c1b71fb2ec9 | | | Author: Martin Sjölund | | | Date: Fri Nov 1 09:43:56 2013 +0000 | | | | | | Some minor changes to simplify (manually cache some isConstValue results) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 00ebb6b8dfa2f652a366f3fe24225bde61f580aa | | | Author: Martin Sjölund | | | Date: Thu Oct 31 20:47:28 2013 +0000 | | | | | | Use isConstValue instead of isConst for an 18 second testsuite boost | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a486e41391795234f59db236893cc9329b2d07a2 | | | Author: Martin Sjölund | | | Date: Thu Oct 31 19:52:50 2013 +0000 | | | | | | - Remove useless case in simplify (makes code slower) | | | - Removed some flattening tests since whenever a tiny simplify change is performed all thermosyspro and multibody flattening examples needed to be updated. They are simulated, and that is what is important. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit ea663efbb200a97d92493934085ba1ff1e4989c5 | | | Author: Niklas Worschech | | | Date: Thu Oct 31 16:42:59 2013 +0000 | | | | | | fix for smooth in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 49a08e6c0baa4b3d6be6675be978ef5c519c6cc5 | | | Author: Willi Braun | | | Date: Thu Oct 31 15:39:36 2013 +0000 | | | | | | - added "stateSpace" option to dumpXMLDAE | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 4022739f45bb643e3e6304c70e24916041c5cc40 | | | Author: Niklas Worschech | | | Date: Thu Oct 31 14:53:36 2013 +0000 | | | | | | -pass tolerance to cpp runtime | | | cpp runtime fixes | | | -fix for condition initializations | | | -fix for break | | | -fix for arrays of arrays | | | -fix for integer range | | | - fix for when equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 40481196bf5d57ab4d09980f6d801054003a1ac0 | | | Author: OpenModelica Hudson | | | Date: Thu Oct 31 10:54:49 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 641fd6615c61ada86c9c383b419e4a4d49a1d9ec | | | Author: Patrick Marcel Taeuber | | | Date: Thu Oct 31 10:35:12 2013 +0000 | | | | | | - Cellier-Tearing is now able to handle algorithms, equationarrays,.. | | | - added new heuristics | | | - added new models to testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 10f3ed21a312f51b77331d40da248c7c54b0a97b | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Oct 31 10:08:13 2013 +0000 | | | | | | + Added support for local/shared variables for ParModelica. | | | + Added parallelism to function arguments. | | | + More checks on scope to determine parallelism. | | | + Allow assignment to inputs in ParModelica. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common | | | M SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil.cl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h | | | | | * commit 89eb97fd23d565afe2dc11e83adfbcf7c2f36c6a | | | Author: Martin Sjölund | | | Date: Thu Oct 31 07:11:33 2013 +0000 | | | | | | - Support match->switch also for uniontypes with a default case (else) | | | - Changed ExpressionSimplify to not create new expressions if the expression changed (using referenceEq instead of passing a boolean around) | | | - Changed ExpressionSimplify to use switch semantics for the main case | | | - Added env.var OPENMODELICA_BOOTSTRAPPING_DEBUG_FLAGS to set command-line options to be passed to the separate compilation script (e.g. to use +d=patternmAllInfo to see if match->switch optimisation was performed) | | | - Disabled some cppruntime testcases because they now fail in code generation due to noEvent | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 3531c24fd45db56e8b0eda99cfea051d4ffa258e | | | Author: Adrian Pop | | | Date: Wed Oct 30 19:30:06 2013 +0000 | | | | | | - remove assignment to inputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit ed7cb576d41d1a94645231604239313b6ae3b341 | | | Author: Leonardo Laguna | | | Date: Wed Oct 30 13:12:43 2013 +0000 | | | | | | - Adding new function to BaseHashTable.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit 2a9e82d9f60d50b1c02f2f0a6eb9748102194fc9 | | | Author: Martin Sjölund | | | Date: Tue Oct 29 21:34:01 2013 +0000 | | | | | | Traverse match-expressions, keeping the old expression if nothing changed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Util/List.mo | | | | | * commit ea5d8d9d4c88889211081a1558065d91c9e4cdaf | | | Author: Martin Sjölund | | | Date: Tue Oct 29 15:26:02 2013 +0000 | | | | | | Don't create new reduction expressions when iterating | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 37a4fd837aac60e63bb42182ae988d0d14e55fb8 | | | Author: Martin Sjölund | | | Date: Tue Oct 29 13:30:16 2013 +0000 | | | | | | Don't create new matrix expressions unless needed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 92cae272553c3b1ce24a82928bc3dc1c6fb5229c | | | Author: Martin Sjölund | | | Date: Mon Oct 28 19:38:20 2013 +0000 | | | | | | Tweak the diff algorithm, allow larger errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Examples/BuildModelRecursive.mos | | | | | * commit a7c18feb3f33c81c5d44e38d06456183411c223b | | | Author: Marcus Walther | | | Date: Mon Oct 28 17:25:50 2013 +0000 | | | | | | - the hpcom runtime is now using the *_eqs_prof.xml instead of the *_prof.xml - file as input | | | - some benchmarks were added to the hpcom-testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 628d80217f292d03f8e61787af5e36ed50b5b748 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Oct 28 17:00:19 2013 +0000 | | | | | | + Some fixes for ParModelica and g++ compilation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 5680cdd2e50b40227de89c0fadc7ed785d557691 | | | Author: Martin Sjölund | | | Date: Mon Oct 28 14:52:35 2013 +0000 | | | | | | Actually set the tolerance set in the parameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Examples/BuildModelRecursive.mos | | | | | * commit 60168c0d1255954390870e6f4b13fe79a3769336 | | | Author: Martin Sjölund | | | Date: Mon Oct 28 12:41:43 2013 +0000 | | | | | | - Recalibrate time series better if we detect that the left limit of an event has already been used | | | - Don't read time into every variable in the mat-file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit c1d545a8d7820946ed4d735534bffd777a23f021 | | | Author: Per Östlund | | | Date: Mon Oct 28 12:20:51 2013 +0000 | | | | | | Fix for #2448: | | | - Handle redeclares in local short class definitions in the dependency analysis. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | * commit efeac38a42c78ff4b389c49761d28d1cb4fe2f2b | | | Author: OpenModelica Hudson | | | Date: Mon Oct 28 09:55:47 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit de1eaa967bd36d27c70082fc7d4dc280c801ae26 | | | Author: Martin Sjölund | | | Date: Mon Oct 28 09:46:36 2013 +0000 | | | | | | - Change the mat reader to be able to read all data in one chunk also for transposed files (performance) | | | - Moved the error calculation to its own routine | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/SimulationResults_omc.c | | | M Compiler/runtime/SimulationResults_rml.c | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | * commit 503bb29e2db27f5df6b4af9cafef09a0c39e735b | | | Author: Henning Kiel | | | Date: Mon Oct 28 07:38:16 2013 +0000 | | | | | | - fix tail recursion to use both buffers | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit d4ce7d6d328685687f5ccbd5d9cd0ab39d547b3b | | | Author: Martin Sjölund | | | Date: Sun Oct 27 20:14:41 2013 +0000 | | | | | | Fix swapped x0,y0. Do manual tail recursion so the debugger gives sane output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit e1246f921b9e4536114af900ebd68f45b60e7d94 | | | Author: Martin Sjölund | | | Date: Sun Oct 27 16:27:36 2013 +0000 | | | | | | Remove even fewer points | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit 5b2d173c05a6b785520cefbfd074eb2c9ba2b8cd | | | Author: Martin Sjölund | | | Date: Sun Oct 27 15:03:57 2013 +0000 | | | | | | Keep more curves around, only removing points if they really do not matter | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit c299554e49993ef437aa6fc288ebe2dc1580f0c8 | | | Author: Martin Sjölund | | | Date: Sun Oct 27 13:39:07 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Util/List.mo | | | | | * commit 032163c5a1d76649c1849cfa2b3e0a0ce8923501 | | | Author: Martin Sjölund | | | Date: Sun Oct 27 12:05:38 2013 +0000 | | | | | | Do not remove local min or max points | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/SimulationResults_omc.c | | | M Compiler/runtime/SimulationResults_rml.c | | | | | * commit bd0359158adf899ee6850939d12436030575a460 | | | Author: Martin Sjölund | | | Date: Sun Oct 27 10:24:13 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit fbed27516bda45eecf0315deeab89efec0ec0d41 | | | Author: Martin Sjölund | | | Date: Sun Oct 27 08:51:45 2013 +0000 | | | | | | - Safer (but slower) removal of uninteresting points using a recursive algorithm | | | - Previously we could remove a point because it could be reconstructed using linear interpolation of its neighbours... But those could also be removed. | | | - Swap arguments to addRelativeTolerance (relative was absolute and other way around) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit 46612d5f313992cd0b4bf22aff29bd2a42f0f073 | | | Author: Martin Sjölund | | | Date: Sun Oct 27 05:42:03 2013 +0000 | | | | | | Fix event detection | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit dbbb1b3eff67d938f2fc3d3e9a7699f4843a3eb8 | | | Author: OpenModelica Hudson | | | Date: Sat Oct 26 20:29:07 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit ace0694de0a849d9d57f7e80997039a4ce2d9710 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Oct 26 20:27:12 2013 +0000 | | | | | | Handling of dimensions for input arrays whose dimensions/type depend on the type/value of other input arguments. | | | e.g. input Integer i; input Integer a[i]; | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 68e7d697e04e65d074928d0ea77b411802d4eccf | | | Author: Adrian Pop | | | Date: Sat Oct 26 19:32:53 2013 +0000 | | | | | | - partial fix for bug: #2385 | | | give the correct dimensions in the DAE to the virtual component in the expandable connector | | | still remains to expand the array component DAE into DAE for each array element | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 42457d3c8f963515e8e36f22ca5f0cc0920a8775 | | | Author: Adrian Pop | | | Date: Sat Oct 26 18:52:09 2013 +0000 | | | | | | - fix FMU build during testsuite run | | | - there is no build/MinGW/bin during the testsuite so | | | copy the required dlls to build/bin and in the FMU | | | from build/bin -> platform/ | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit ee0e6a8634f5122f95878b783b875268a617950f | | | Author: Martin Sjölund | | | Date: Sat Oct 26 15:51:42 2013 +0000 | | | | | | - Handle the case when the time scale is smaller than usual | | | - Remove irrelevant time points from the plot | | | - Pass correct relative tolerance (arguments swapped) | | | - Don't remove as many points from the end (still sometimes too many points are missing and not compared, but it is better than before) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/SimulationResults_omc.c | | | M Examples/BuildModelRecursive.mos | | | | | * commit 7ac7af8a35019a77d77b1b350e5d4795e0d0fa91 | | | Author: Martin Sjölund | | | Date: Fri Oct 25 20:51:50 2013 +0000 | | | | | | - Update the library testing: | | | - Output both the actual signal interpolated and raw so we can see if interpolation did something odd to it | | | - Add a tolerance setting for (max-min)*reltol to avoid problems comparing signals close to 0 | | | - Added an API call that can directly output html instead of a csv-file (so we could serve html-pages directly from two result-files by doing the diff on-line) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Compiler/runtime/SimulationResults_omc.c | | | M Compiler/runtime/SimulationResults_rml.c | | | M Examples/BuildModelRecursive.mos | | | | | * commit 617ff97999ca4a573b95be2e0def95d13cb9dda2 | | | Author: Adeel Asghar | | | Date: Fri Oct 25 13:21:54 2013 +0000 | | | | | | - Copy the libgfortran-3.dll to FMU binaries. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 8d421d564406f53b420b440947e5ba866aae5e9f | | | Author: Adeel Asghar | | | Date: Fri Oct 25 13:04:46 2013 +0000 | | | | | | #2441 | | | - Do not add the comment to enumeration literals initial values. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit d26d06568436a84e544c0a9b46f9147037222008 | | | Author: Martin Sjölund | | | Date: Fri Oct 25 06:33:08 2013 +0000 | | | | | | - Fixed svg generation for coverage script | | | - Added generation of result verification xml to coverage script | | | - Some tail recursion optimisations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit 6411e1a846cdcbc45b17c9490a20d6c1123a3c7b | | | Author: OpenModelica Hudson | | | Date: Thu Oct 24 17:12:00 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeTV.mo | | | | | * commit 2beb8d7dea110a1ae53d9309da0862dd9afba195 | | | Author: Martin Sjölund | | | Date: Thu Oct 24 16:41:35 2013 +0000 | | | | | | Add getSimulationOptions as typed API call, and call this from OMEdit. A default tolerance, startTime, stopTime may be provided to prefer these over OpenModelica defaults if the experiment annotation is not present | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/StaticScript.mo | | | M Examples/BuildModelRecursive.mos | | | M Examples/BuildModelRecursiveDiff.sh | | | | | * commit da38ee747a9b7a1581912db24a995dba913949eb | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Oct 24 16:41:19 2013 +0000 | | | | | | Removed operator record restriction. Now operator records are special cases of record restrictions. | | | saveTotalSCode should work now for models containing operator records. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 1a0d5085340c3f0e6da9c284e7792b27d064632e | | | Author: Per Östlund | | | Date: Thu Oct 24 14:44:38 2013 +0000 | | | | | | - Handle the special case of + being used without argument as flag to OMC. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit cba5847ff4b82ea70d93996d2690436d1cf6da34 | | | Author: Martin Sjölund | | | Date: Thu Oct 24 13:25:54 2013 +0000 | | | | | | Improved the comparison with tubes | | | - Add all time events from the target file to the base timeline in order for events to not be interpolated | | | - If an event occurred, do not do an error check at this time point since it is probably off by eps in time and the tubes might not have expanded enough if the points are close enough in time | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | M Examples/BuildModelRecursive.mos | | | | | * commit e5f4bd319650a35943efb791fea78e13ace35b97 | | | Author: Adrian Pop | | | Date: Thu Oct 24 11:43:50 2013 +0000 | | | | | | - uncomment the extra cases in Expression.containFunctioncall to fix SystemDynamics models: | | | SystemDynamics.IntroductoryExamples.Gilpin | | | SystemDynamics.WorldDynamics.World2.Scenario_5 | | | - Mahder will need to find another way to handle record constructors | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit d82304a2112ba0c11c01c6abb04a626ff464eb66 | | | Author: Per Östlund | | | Date: Thu Oct 24 11:01:24 2013 +0000 | | | | | | - Propagate modifiers for derived types in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFInst.mo | | | | | * commit 058183efe600d933fff7907cc974f4491b4b40cf | | | Author: Per Östlund | | | Date: Thu Oct 24 10:40:27 2013 +0000 | | | | | | - Better modifier propagation in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/Util/Util.mo | | | | | * commit 6c8663e5a93445b5e7cec8f218e4c1d6155e963d | | | Author: Lennart Ochel | | | Date: Thu Oct 24 10:38:55 2013 +0000 | | | | | | - remove empty lines | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 004983a58efe31e8bed681f4bd632d87e58b0148 | | | Author: Martin Sjölund | | | Date: Thu Oct 24 09:19:08 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 3ba195b3b17656cabd9dd122fbf555f37034565c | | | Author: Lennart Ochel | | | Date: Thu Oct 24 09:18:27 2013 +0000 | | | | | | - remove public function BackendDAEOptimize.inlineArrayEqnShared | | | - remove 'remove simply equations stuff' from BackendDAEOptimize.mo (updateEquationSystemMatching, updateStrongComponent, updateEquationSystemComp, updateEquationSystemMatching, updateStrongComponent, updateEquationSystemComp, updateVarArray, updateEquationArray) | | | - move BackendDAEOptimize.lateInlineFunction to Inline.lateInlineFunction | | | - move 'optimize inital system' from BackendDAEOptimize.mo to Initialization.mo | | | - move public function BackendDAEOptimize.getConditionList to BackendDAEUtil.getConditionList | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 319ec57ab74f1c78015fa81a9816ceb60489528b | | | Author: Adrian Pop | | | Date: Thu Oct 24 08:34:23 2013 +0000 | | | | | | - call GC_init first thing in Main.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit fc8fd75e82c82b1f12a80523a66acc5b0ee59c31 | | | Author: Lennart Ochel | | | Date: Thu Oct 24 07:34:14 2013 +0000 | | | | | | - minor code simplifications | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 24eb7bf0b84174d82019bdc42fb2afb92043bb22 | | | Author: Martin Sjölund | | | Date: Thu Oct 24 06:37:20 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit e234a04d9fb29d4ccfc8edc02a72ceec2cd534a9 | | | Author: Lennart Ochel | | | Date: Wed Oct 23 20:11:14 2013 +0000 | | | | | | - use Error.addInternalError instead of print in Matching.mo | | | - minor changes in Initialization.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit fffe8b5aa5ee68cfbe9152bb2a7f5f0be782de39 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 23 16:35:16 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmpTubes.c | | | | | * commit a4df62079b880aeffa793198aaf7ff9bac39ec8e | | | Author: Martin Sjölund | | | Date: Wed Oct 23 16:22:53 2013 +0000 | | | | | | Adding new simulation results comparison based on csv-compare | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M COPYING | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | A Compiler/runtime/SimulationResultsCmpTubes.c | | | M Examples/BuildModelRecursive.mos | | | A Examples/dygraph-combined.js | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | | | * commit 4c298a0e9f4b5b2120789365dd085ff93b08a8c3 | | | Author: Adrian Pop | | | Date: Wed Oct 23 15:04:55 2013 +0000 | | | | | | - fix +target=msvc (include omc_alloc_* in extern "C") | | | - add clean target in the makefile for Visual Studio | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/memory_pool.h | | | | | * commit ea039bd5485c68fdd56bf01174e910d168dabdd0 | | | Author: Lennart Ochel | | | Date: Wed Oct 23 14:39:15 2013 +0000 | | | | | | - remove unused functions from IndexReduction.mo | | | - function higerOrderDerivatives | | | - function traversinghigerOrderDerivativesFinder | | | - generateSelectEquationsMulti | | | - setVarLstStartValue | | | - generateSetExpressions | | | - generateStartExpressions | | | - generateStartExpressions1 | | | - incidenceMatrixfromEnhanced | | | - incidenceMatrixElementfromEnhanced | | | - incidenceMatrixElementElementfromEnhanced | | | - incidenceMatrixfromEnhanced1 | | | - incidenceMatrixElementfromEnhanced1 | | | - incidenceMatrixElementElementfromEnhanced1 | | | - replaceAliasStateIncidence | | | - getUsedStates | | | - getEqnBlockMapper | | | - getEqnBlockMapper1 | | | - getEqnBlockMapper2 | | | - generateSelectEquations | | | - generateCondition | | | - generateCondition1 | | | - generateCondition2 | | | - setStartValue | | | - differentiateExp | | | - traverseOrgEqnsExp | | | - setSelectArray | | | - unsetSelectArray | | | - changeVarToStartValue | | | - traverseOrgEqns | | | - stateVar | | | - transformJacToMatrix | | | - removeZeroDetStates | | | - removeZeroDetState | | | - isStateIndex | | | - stateSortFunc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 8afe36d18b076629e4cab3d2ec09ca834e2060f5 | | | Author: Per Östlund | | | Date: Wed Oct 23 14:17:56 2013 +0000 | | | | | | - Fixed handling of modifiers for nonexistent elements in new instantiation. | | | - Updated swedish translation of OMC. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Error.mo | | | | | * commit c1fe31cc7ce8ad0c290dc82083c051ed18aff993 | | | Author: Lennart Ochel | | | Date: Wed Oct 23 14:14:41 2013 +0000 | | | | | | - remove unused functions from IndexReduction.mo | | | - function getDeterminants | | | - function getDeterminants1 | | | - function getDeterminantDigraphSelect | | | - function solveOtherEquations | | | - function solveOtherEquations1 | | | - function traverseOrgEqnsExp | | | - function hasDerivative | | | - function processComps1 | | | - function compareOrgEqn | | | - function processCompInv | | | - function processComp | | | - function getOrgEqn | | | - function getOrgEqns | | | - function getCompVars | | | - function selectDummyDerivatives | | | - function selectDummyDerivatives1 | | | - function selectDummyDerivatives2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit a98130fe2fd09e22102f893eea50972d58ceabab | | | Author: Lennart Ochel | | | Date: Wed Oct 23 13:46:55 2013 +0000 | | | | | | - remove unused functions from IndexReduction.mo | | | - function processComps | | | - function processCompsWork | | | - function processComps1New | | | - function processComps2New | | | - function processComps3New | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 7531301cf4ffde853cc878b827675bcdbacccadc | | | Author: Lennart Ochel | | | Date: Wed Oct 23 13:37:27 2013 +0000 | | | | | | - use Error.addCompilerWarning instead of print in BackendDAETransform | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/Util/Error.mo | | | | | * commit ab7bd526a0ef36fa530c806f9d44fd33285ddfb1 | | | Author: Lennart Ochel | | | Date: Wed Oct 23 12:24:27 2013 +0000 | | | | | | - use Error.addCompilerWarning instead of print in BackendDAETransform.splitMixedEquations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Util/Error.mo | | | | | * commit 386ceb9a284868cc85e92eb7ccb8c9c4b2491011 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Oct 23 11:33:51 2013 +0000 | | | | | | Recommit r17828. Updated expected outputs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 265931a12eb79682e99c3f63e5c7472bd99a40d1 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 23 10:15:17 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | | | | | * commit 48db1c398cee46b7d6ffceaa4aea71502e2c3ddd | | | Author: OpenModelica Hudson | | | Date: Wed Oct 23 10:14:36 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.h | | | | | * commit b111129fd7bd3d6a5d0c9e6f5c32db4657d770b3 | | | Author: Adrian Pop | | | Date: Wed Oct 23 10:12:00 2013 +0000 | | | | | | - add test for bug #2429 | | | - improve debugging in RemoveSimpleEquations.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit c60d182a9d3b6f3375201517864dc8fc68987851 | | | Author: Niklas Worschech | | | Date: Wed Oct 23 08:29:59 2013 +0000 | | | | | | added hybrj solver to cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/Hybrj/FactoryExport.h | | | A SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp | | | A SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h | | | A SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.cpp | | | A SimulationRuntime/cpp/Solver/Hybrj/HybrjSettings.h | | | A SimulationRuntime/cpp/Solver/Hybrj/stdafx.h | | | | | * commit 64eae7ccc47ee8662107e0f0fb2ad290a766c356 | | | Author: Jens Frenkel | | | Date: Wed Oct 23 08:07:15 2013 +0000 | | | | | | fix #2429 | | | use original expression in case of parameter or time alias and negate for global negate | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 413f313e65bc73a00e9f6d3a93a9be205113c0b5 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Oct 23 07:04:06 2013 +0000 | | | | | | + Revert parts of r17828 for now until tests are updated. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit f9a7bc6d091bade778507a656322a3fb7522c113 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Oct 22 16:21:02 2013 +0000 | | | | | | + Fix #2387. Handle Matrix Multiplication of record types according to spec. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 4797d694a362a84f92cd67c49f52952c66438164 | | | Author: Lennart Ochel | | | Date: Tue Oct 22 13:17:17 2013 +0000 | | | | | | - make function SimCodeUtil.zeroCrossingsEquations protected | | | - remove unused modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/InstBinding.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFRedeclare.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit b1033e0437aad2631215c2eda3816c7d4d22e163 | | | Author: Lennart Ochel | | | Date: Tue Oct 22 12:55:01 2013 +0000 | | | | | | - move zeroCrossingsEquations to SimCodeUtil.mo | | | - move expandDerOperatorto BackendDAEOptimize.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 22bc5b3244328167da2d92d0fc133a5fce9b9ec9 | | | Author: Lennart Ochel | | | Date: Tue Oct 22 12:45:52 2013 +0000 | | | | | | - fix identifier at start and end are different | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | | | * commit 2d5d6f8e2beba1bc9f6c06d986af0f5567540434 | | | Author: Per Östlund | | | Date: Tue Oct 22 12:15:16 2013 +0000 | | | | | | - Fixed extension of basic type in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | | | * commit 61e745396f01c0c51e1798f1709dfc59be204816 | | | Author: Adrian Pop | | | Date: Tue Oct 22 12:05:22 2013 +0000 | | | | | | - fixes so un-proper compilers can handle the code. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit 1a10117fa0ef80774912570227c675ed755900e8 | | | Author: Lennart Ochel | | | Date: Tue Oct 22 11:08:52 2013 +0000 | | | | | | - revert r17809 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 971d825bc6884c4a0dc293199eebfa889ec4d545 | | | Author: Martin Sjölund | | | Date: Tue Oct 22 10:43:26 2013 +0000 | | | | | | Add a new memory pool for hpcom using a lock and no GC (string allocations are malloc'ed and never free'd) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit c4fc2ac5c60c11cc13554c1abdfa903c529cf500 | | | Author: Per Östlund | | | Date: Tue Oct 22 10:20:00 2013 +0000 | | | | | | New instantiation improvements: | | | - Put modifiers in the environment instead of a separate table. | | | - Moved NFEnv AVL tree implementation to it's own package. | | | - Propagate basic type properties correctly. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | A Compiler/FrontEnd/NFEnvAvlTree.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFRedeclare.mo | | | M Compiler/Makefile.common | | | | | * commit e3ea789a3c46d2bb4fd392c5ae00779bee5f6e7e | | | Author: Lennart Ochel | | | Date: Tue Oct 22 10:19:36 2013 +0000 | | | | | | - move expandDerOperator to BackendDAEOptimize.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 923b663cd90cb5ec42d259558d19032524751663 | | | Author: Martin Sjölund | | | Date: Mon Oct 21 18:25:30 2013 +0000 | | | | | | - Fix System.snprintff - check for negative length | | | - Pass positive length in hpcom | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | | | * commit 9a2f9b6d1b2fad8db5da9d37d386a54fa5e3283f | | | Author: Willi Braun | | | Date: Mon Oct 21 18:01:20 2013 +0000 | | | | | | #2360 | | | - rewritten findZeroCrossings2 on a tail-recursive form | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 88d74678a1f5a84368b28cbff2e7ad1a4dbcfbf8 | | | Author: Martin Sjölund | | | Date: Mon Oct 21 15:51:08 2013 +0000 | | | | | | Use GC_malloc instead of GC_MALLOC to be consistent | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit 74a8d3a3f2f2d87d3c1d7d17aaa1754e673d4a5b | | | Author: Martin Sjölund | | | Date: Mon Oct 21 15:50:26 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 8c1da6b3276a8cf9be37bc6a75a2ec7131ecbc26 | | | Author: Martin Sjölund | | | Date: Mon Oct 21 15:49:49 2013 +0000 | | | | | | Tail recursion and removal of RML-specific optimisation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 0adccd7b2a41048d15c8163a8810b22cc41b4b8c | | | Author: Martin Sjölund | | | Date: Mon Oct 21 14:59:38 2013 +0000 | | | | | | Remove failtrace | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 75d4f854f6a052c7e3408b2ccfca7ba29ca4dbed | | | Author: Adrian Pop | | | Date: Mon Oct 21 13:00:17 2013 +0000 | | | | | | - fix Windows build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 47380ae65ee42a2be0f3e55472b8d595aa5689e8 | | | Author: Martin Sjölund | | | Date: Mon Oct 21 12:40:14 2013 +0000 | | | | | | Update bootstrapping tarball | | | Search for omc for bootstrapping | | | Added targets omc-rml and omc-bootstrapped. The bootstrapped target will now use the tarball automatically if the configured omc is missing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Settings_omc.cpp | | | M Compiler/runtime/Settings_rml.c | | | M Makefile.in | | | M configure.in | | | | | * commit 116117790396ff620edd05de3986e95cc513cef6 | | | Author: Martin Sjölund | | | Date: Mon Oct 21 11:43:18 2013 +0000 | | | | | | Remove the memory pool, using GC_malloc in more places (including the bootstrapped compiler) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/System.mo | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Parser/BaseModelica_Lexer.g | | | M SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/memory_pool.h | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/string_array.c | | | | | * commit d634810b18fe4cfa1a918c856939144d4dc335df | | | Author: Adrian Pop | | | Date: Sun Oct 20 15:11:07 2013 +0000 | | | | | | - add ModelicaBuiltin.mo and MetaModelicaBuiltin.mo directly to the | | | initial environment in Builtin.initialEnv and NFSCodeEnv.buildInitialEnv | | | - this way we avoid translating them and adding them to SCode.Program again | | | - also, as a bonus we get saveTotalSCode to NOT display any classes from the | | | builtin environment | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 8e76a86d9e1db8763767718beb1bcd0a82ec6efd | | | Author: Martin Sjölund | | | Date: Sun Oct 20 10:24:32 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 2581ff0bf102b8cd8b32fe8f92d7cb06837455dd | | | Author: Martin Sjölund | | | Date: Sat Oct 19 18:18:11 2013 +0000 | | | | | | Better messages from +d=dynload | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/runtime/Dynload.cpp | | | | | * commit 7f7ef637b6bb2ee7bc19441b257efb0507164f00 | | | Author: Martin Sjölund | | | Date: Sat Oct 19 12:43:26 2013 +0000 | | | | | | Add the pipes... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit 059cb5a798dac31ad8ce1fe1b482df0b350e4dff | | | Author: Martin Sjölund | | | Date: Sat Oct 19 12:28:46 2013 +0000 | | | | | | Support checking csv format in the library test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit ca9fe19eff74f4aa27eccbccd4c9902b9a63e011 | | | Author: OpenModelica Hudson | | | Date: Sat Oct 19 08:43:02 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ConvertBuildingsReferenceToCSV.py | | | | | * commit b08fc0522bfc71a2dcb73acc19b079c46cc8bbc0 | | | Author: Martin Sjölund | | | Date: Sat Oct 19 08:41:36 2013 +0000 | | | | | | - Adding support to compare results with csv-files | | | - Adding python-script to convert the Buildings reference files to csv-files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | A Examples/ConvertBuildingsReferenceToCSV.py | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | | | * commit 10ab1de0c81b686eaa882470f61e35b0b5e43e94 | | | Author: Martin Sjölund | | | Date: Fri Oct 18 14:23:35 2013 +0000 | | | | | | Linux fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | | | * commit 6b94399484e8cd4dfbd9f4bb2a67f220710be8bb | | | Author: Martin Sjölund | | | Date: Fri Oct 18 13:54:39 2013 +0000 | | | | | | Added support for ModelicaStrings_compare, and fixed the ModelicaStrings_skipWhiteSpace implementation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | | | * commit c1beab11643c0623f50d3599962bda6f97f6456b | | | Author: OpenModelica Hudson | | | Date: Fri Oct 18 13:52:03 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | M SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | | | * commit 7e434a61b147a9f6ef20329d9a7bf80b35ad65a1 | | | Author: Niklas Worschech | | | Date: Fri Oct 18 13:42:15 2013 +0000 | | | | | | added ModelicaError to cpp runtime and template | | | fix for function tuple returns in cpp template | | | fix conditions in algloops | | | removed defines for alias state vars | | | fix for some array declarations with indices | | | fix zero crossing initialization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Utils/Modelica/ModelicaUtilities.cpp | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | A SimulationRuntime/cpp/Include/Core/Utils/Modelica/ModelicaUtilities.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit df1e3ea84092eb5505bc07ff321130869be37bb3 | | | Author: Martin Sjölund | | | Date: Fri Oct 18 12:01:32 2013 +0000 | | | | | | Look for bad libraries containing both ClassName.mo and ClassName/package.mo | | | - Sometimes this occurs on Windows when the installer fails to uninstall an old package and the structure changed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Util/Error.mo | | | | | * commit b695185195de6ce14def98dcbbb90a0bbdeb355e | | | Author: OpenModelica Hudson | | | Date: Fri Oct 18 11:01:16 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 5d8ac56ed6d127b92abf62525723fa4e10a26fef | | | Author: Patrick Marcel Taeuber | | | Date: Fri Oct 18 10:58:36 2013 +0000 | | | | | | - introduced new configuration flag (TEARING_HEURISTIC) for testing different modifications in Cellier heuristic | | | (will be removed when finished testing) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit cb1b2db996799afdbe0d9ecf8a3b84c0015c4f7e | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Oct 17 15:53:59 2013 +0000 | | | | | | Fix #2285. Fixed issues with array slice assignments. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 63d868032947efdb15585ef69d418011a20cbbfe | | | Author: Martin Sjölund | | | Date: Thu Oct 17 14:32:16 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit b19b90d6473196d5b444508089acc27ff83103e6 | | | Author: Per Östlund | | | Date: Thu Oct 17 10:00:33 2013 +0000 | | | | | | Fix for #2383: | | | - Replaced class restriction with specialized class in error messages. | | | - Use pretty-printing of class specialization in ClassInf.assertValid. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Error.mo | | | | | * commit 5224cb3c3fa7e29b6ce57b3f421dd883456250ef | | | Author: Martin Sjölund | | | Date: Thu Oct 17 06:39:19 2013 +0000 | | | | | | Make sure output is utf8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 9911065c38f55db97ebc0f87283508edfbb950c9 | | | Author: Adrian Pop | | | Date: Wed Oct 16 19:31:37 2013 +0000 | | | | | | - dumpXMLDAE changes: | | | + remove index=0 from variables as it told nothing | | | + added differentiatedIndex="1" derivativeName="y" when we have that information for state | | | + add new XML element aliasVariables to the XML file containing the alias variables | | | + changed the output of the dumpXMLDAE API function to a tuple: | | | output Boolean success "if the function succeeded true/false"; | | | output String xmlfileName "the Xml file"; | | | so we don't return the contents of the file anymore as is really not needed. | | | also, you have to call getErrorString() after the call to dumpXMLDAE to | | | get any errors displayed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 719ef8031d74d9bc000f511ce0236252fd0f5740 | | | Author: OpenModelica Hudson | | | Date: Wed Oct 16 18:39:31 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 1d1a2dae58bc10291985c8ba7ac6a50bd3810d58 | | | Author: Patrick Marcel Taeuber | | | Date: Wed Oct 16 18:35:55 2013 +0000 | | | | | | - improved cellier heuristic considering the solvability | | | - removed cellier2 | | | - revised tearing testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 946e5e66c29ddc41c89c84f8cb5059f8084b99d2 | | | Author: Volker Waurich | | | Date: Wed Oct 16 13:14:20 2013 +0000 | | | | | | -fixed bug at partlintornsystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | | | * commit 38e47dc48fb6957c622af7c6921c1d84460723b0 | | | Author: Marcus Walther | | | Date: Wed Oct 16 12:29:01 2013 +0000 | | | | | | - the hpcom module is now part of execstat | | | - integer overflow in dumpGraphSccLevel fixed | | | - benchmarksuite added to hpcom-testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Script/GlobalScript.mo | | | | | * commit 2f7a9c4bf0f4a9cb795f8f5fbeec7848fd8ea30f | | | Author: Adrian Pop | | | Date: Wed Oct 16 08:04:36 2013 +0000 | | | | | | - do not crash the compiler on getComponents(Modelica.Media.Air.ReferenceMoistAir) from OMEdit. | | | - execute graphical api with +d=nogen,noevalfunc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit a5414f2b97c72e57cbc65ef1352487fb54fd41f4 | | | Author: Volker Waurich | | | Date: Wed Oct 16 07:02:55 2013 +0000 | | | | | | - longestPathMethod can handle contracted nodes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit e617dd0bc486259ab8cfe29b852c95feac0c9c16 | | | Author: Martin Sjölund | | | Date: Wed Oct 16 06:27:12 2013 +0000 | | | | | | Skip generating the column for verified results if we don't have any result files set | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit c3c8d6f78772925bd18a54dcad414eed28b892f6 | | | Author: Adrian Pop | | | Date: Wed Oct 16 06:20:27 2013 +0000 | | | | | | - properly display alias variables in XMLDump | | | alias="" if there is no alias | | | alias="cref" for alias | | | alias="-cref" for negated alias | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit a4aa7c043566a4f1714dc1cd9c48f5ab021cdd1d | | | Author: Adrian Pop | | | Date: Wed Oct 16 05:54:26 2013 +0000 | | | | | | - get rid of some more wrong missing each warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 0a72399c7fcd7db05ff9f3079f61d4be047a6e4a | | | Author: Adrian Pop | | | Date: Tue Oct 15 23:15:03 2013 +0000 | | | | | | - fix bug #2422 | | | send "" as prio in ClassLoader.loadFile as we really want that directory not another! | | | - add *all* BackendDAE.VarKind in | | | Compiler/Template/SimCodeTV.mo and handle them in | | | Compiler/Template/CodegenXML.tpl | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit d7e8e34178ad0148667fca7c789eacf9be8a7f4c | | | Author: Henning Kiel | | | Date: Tue Oct 15 11:46:10 2013 +0000 | | | | | | - remove() accepts '*' wildcards | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 8ecec00d1720f5436352f5d0a2c380c109b71a86 | | | Author: Per Östlund | | | Date: Tue Oct 15 10:23:15 2013 +0000 | | | | | | - Fix cref prefixing in NFInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFLookup.mo | | | | | * commit 52e4d0f7d44339a09e4220ebd4eed966f4b1fa73 | | | Author: Adrian Pop | | | Date: Tue Oct 15 09:52:38 2013 +0000 | | | | | | - fix the hpcom tests broken by my previous changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit db3395e7307b02e2a5ed9f7b184941f43793437e | | | Author: Martin Sjölund | | | Date: Tue Oct 15 09:29:22 2013 +0000 | | | | | | Swap reference and actual (was wrong order in the result-file) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 5a0bb6361092597a66c31f3fad69d8346f949151 | | | Author: Adrian Pop | | | Date: Tue Oct 15 09:14:01 2013 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit e3e3a9e4a9c705ebfbfdce048b87760813b1cb6b | | | Author: Adrian Pop | | | Date: Tue Oct 15 08:42:49 2013 +0000 | | | | | | - fix the previous commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit a4e3fe989c9e3f0e3764f5ac559dca7f69bd0043 | | | Author: Adrian Pop | | | Date: Tue Oct 15 08:33:04 2013 +0000 | | | | | | - fix FMI on windows (both import/export) due to main C file split (also DllExport was only for MSVC and not for gcc in SimulationRuntime/fmi/export/fmiModelFunctions.h) | | | - fix +target=msvc due to main C file split (fix makefile, forward equation functions, use extern "C") | | | | | | - propagate fileNamePrefix in the backend as part of the BackedDAE.SHARED | | | - split all the duplicate partial function declarations for function pointers into a new file Compiler/BackEnd/BackendDAEFunc.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | A Compiler/BackEnd/BackendDAEFunc.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | M SimulationRuntime/fmi/export/fmiModelFunctions.h | | | | | * commit fd1bbae1a4ece64211d77a94a7a7eb6a60bdabe6 | | | Author: Volker Waurich | | | Date: Tue Oct 15 07:22:47 2013 +0000 | | | | | | - fixed some bugs when +d=partlintornsystem | | | - removeSimpleEquations for the disjointed linear torn system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | | | * commit 65858667e64a23bdc132b8b65fd835d07c4bd91f | | | Author: Martin Sjölund | | | Date: Tue Oct 15 06:56:46 2013 +0000 | | | | | | Bump libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 38ee5b6204ed6ef5c8fd608b9a2bc75b6573632e | | | Author: Martin Sjölund | | | Date: Tue Oct 15 04:38:28 2013 +0000 | | | | | | Generate the plot with the correct prefix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit 225d6a28b8290f9594ed929433e5462177352d26 | | | Author: Martin Sjölund | | | Date: Mon Oct 14 19:18:59 2013 +0000 | | | | | | Use old gnuplot heading (string headings are not supported on the test server) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M Examples/LibraryTest.sh | | | | | * commit 778fde2f4471d573095c952e69a3e58f30a8b7f1 | | | Author: Adrian Pop | | | Date: Mon Oct 14 16:34:54 2013 +0000 | | | | | | - when deducing unknown dimensions from modifiers handle also matrix, not only array. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit aa38134a06fc77c923fac51793ca8e410bd3e984 | | | Author: Martin Sjölund | | | Date: Mon Oct 14 15:10:38 2013 +0000 | | | | | | Some more fixes to build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M Examples/LibraryTest.sh | | | | | * commit e9be28f08cca2782d36cc954d60c076184beaf70 | | | Author: Per Östlund | | | Date: Mon Oct 14 14:41:14 2013 +0000 | | | | | | - Inline rem() operator so it's not output in flat code. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 677fc4ba793542831d497a9afb37b94254e96d97 | | | Author: Martin Sjölund | | | Date: Mon Oct 14 14:15:20 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit af948b452e8388709e810f7a1fc9d04df933f4ac | | | Author: Willi Braun | | | Date: Mon Oct 14 13:42:40 2013 +0000 | | | | | | - fixed bug for ModelicaTest.Fluid.TestPipesAndValves.LumpedPipeInitialization, where endless assert were called | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit ceafebe115628e5244e6a3c76a57bc8b533cc92b | | | Author: Martin Sjölund | | | Date: Mon Oct 14 13:06:06 2013 +0000 | | | | | | Truncate long simulate logs. Change compression to gz (xz takes too long) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M Examples/LibraryTest.sh | | | | | * commit b19328cb15a4425dd63cb847240ecd0e52cf92db | | | Author: Martin Sjölund | | | Date: Mon Oct 14 12:20:55 2013 +0000 | | | | | | Some fixes for the hudson version of gnuplot (I hope) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Examples/BuildModelRecursive.mos | | | M Examples/LibraryTest.sh | | | | | * commit 8a692bd8f9f6fc3f60f2b1a1b151ff0fed2bccdd | | | Author: Martin Sjölund | | | Date: Mon Oct 14 10:12:44 2013 +0000 | | | | | | Terminate the command | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit add16ec2ce4a40cdc99a2d7284e82198f2c34d81 | | | Author: Martin Sjölund | | | Date: Mon Oct 14 09:09:33 2013 +0000 | | | | | | Terminate sed-command | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit e0dc55097a1bb4ee51f58859abb591def732dfe2 | | | Author: Per Östlund | | | Date: Mon Oct 14 08:32:58 2013 +0000 | | | | | | - Added clearDebugFlags scripting function for consistency. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 747b92306b4a06b5f40a8553bf041c7256c16cd4 | | | Author: Niklas Worschech | | | Date: Mon Oct 14 08:28:58 2013 +0000 | | | | | | added special zerofunctions for > and < relation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9b382731d072dc0c1e046fef7961eed9ba08ee81 | | | Author: Martin Sjölund | | | Date: Mon Oct 14 07:36:06 2013 +0000 | | | | | | Copy to correct directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit 36222c63624fab7e8eb13070b06be7c254c6aa4f | | | Author: Martin Sjölund | | | Date: Mon Oct 14 07:01:57 2013 +0000 | | | | | | Updated the model testing script to include the possibility of comparing simulation results | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Examples/BuildModelRecursive.mos | | | M Examples/LibraryTest.sh | | | | | * commit 62f2dbafec6a426bcbcb72e71122c69a11775536 | | | Author: Adrian Pop | | | Date: Sun Oct 13 22:55:16 2013 +0000 | | | | | | - remove wrong warnings about missing each | | | - added test for this | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 4aa49f0a754bee66d2ec6371ec9713cc2cdc3407 | | | Author: Adrian Pop | | | Date: Sun Oct 13 16:37:40 2013 +0000 | | | | | | - last fixes for ExternalMedia | | | + fully qualify paths in ClassInf.State | | | + do List.unique on records so we don't get duplicates | | | + now at least 5 models in ExternalMedia can be compiled | | | - fix an issue with lookup where path to be looked up | | | contains the name of the model in the scope we're in. | | | this fixes instantiation of | | | ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator, | | | probably more models in ThemoPower. | | | added test: | | | testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 80315b1a0d12c58b10bbc17080d8e72fb348161e | | | Author: Adrian Pop | | | Date: Sun Oct 13 10:53:16 2013 +0000 | | | | | | - fix a bad typo in Parser/Makefile.common | | | - add -Wall in Parser/Makfile.in | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | | | * commit db20ab5c516e3c68b45b2e82e387f4be4b338df2 | | | Author: Adrian Pop | | | Date: Sun Oct 13 10:39:26 2013 +0000 | | | | | | - update Parser/Makefile.in too :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.in | | | | | * commit 0c8e945cd013ae75f9c39dd2adfd795d319cb290 | | | Author: Martin Sjölund | | | Date: Sun Oct 13 10:17:45 2013 +0000 | | | | | | Adding API function diffSimulationResults, similar to cmpSimulationResults | | | - Outputs a list of csv-files with the compared values (which might be interpolated) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | R082 Compiler/runtime/SimulationResults_omc.cpp Compiler/runtime/SimulationResults_omc.c | | | M Compiler/runtime/SimulationResults_rml.c | | | | | * commit 8acb9a92caba7144799460cdd4ed1feaf9721e67 | | | Author: Adrian Pop | | | Date: Sun Oct 13 10:14:06 2013 +0000 | | | | | | - remove Parser/antlr-3.2 directory (we have it now in ../3rdParty/antlr) | | | - support both ANTLR 3.2 and ANTLR 3.4 (add a lot of initialization of ast elements and locals to rules) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | M Parser/Modelica.g | | | M Parser/parse.c | | | | | * commit 175c72fdae9ce79ab0ea8630a20f15bde7fdc6a2 | | | Author: Adrian Pop | | | Date: Sat Oct 12 03:51:11 2013 +0000 | | | | | | - fix #2419 | | | - getMessagesStringInternal will now return | | | unique messages if (unique = false) is not given | | | - added test for this in intractive_api_calls.mos | | | - update test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 699c8adc3d79a6642d65e54fc06ca240da322694 | | | Author: Martin Sjölund | | | Date: Fri Oct 11 16:11:04 2013 +0000 | | | | | | CevalScript.getConst: Use UMINUS instead of SUB for unary operator | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit faf6b135904de676093d9e015a9bf6b593ed4fb7 | | | Author: Martin Sjölund | | | Date: Fri Oct 11 12:35:17 2013 +0000 | | | | | | Run gcc in parallel by default when using buildModel. | | | - Note 1: OMEdit should be updated with an option to set +numProc (in case the user wants to use number of CPU's - 1) | | | - Note 2: OMEdit should not use the buildModel command. It should use translateModel and call make itself since this blocks omc for a shorter period of time | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 2f4ed9efa910d76193c0cfa1c9843bd960a6d1b0 | | | Author: Martin Sjölund | | | Date: Fri Oct 11 11:46:43 2013 +0000 | | | | | | #2414 | | | - Split the generated simulation into a more, but smaller functions in order to make GCC much more happy | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | D SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 93f5d58ff28be6d812aa85065868774533c7686f | | | Author: Vitalij Ruge | | | Date: Fri Oct 11 09:28:40 2013 +0000 | | | | | | - reduction function call for numerical hessian | | | - changed initial guess solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit b976b36b89bde876e0dbc1d841c67bafac52958d | | | Author: Adrian Pop | | | Date: Fri Oct 11 02:47:24 2013 +0000 | | | | | | - fix bug #2418 + add test | | | - more support for ExternalMedia library | | | change the way we declare the external function prototype: | | | + if there is an include annotation for the function | | | DO NOT DECLARE the function prototype | | | + if there is no include annotation for the function | | | declare the function prototype | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 29ba71fa3690151d4a8c57327e3968a8bfed49da | | | Author: Martin Sjölund | | | Date: Thu Oct 10 15:56:55 2013 +0000 | | | | | | Move files to correct directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit eb23e31c4f2920015f1b9af4088b492236541468 | | | Author: Martin Sjölund | | | Date: Thu Oct 10 14:05:58 2013 +0000 | | | | | | Updates to the javascript target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenJS.tpl | | | | | * commit de022bdc64fb3132086bbc7013abf08d288acffa | | | Author: Martin Sjölund | | | Date: Thu Oct 10 13:27:43 2013 +0000 | | | | | | Run test correct (updated) script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/LibraryTest.sh | | | | | * commit b6b83f55a5dc73fa7cd4185d9e19dcda8ca832d0 | | | Author: Christian SChubert | | | Date: Thu Oct 10 13:20:17 2013 +0000 | | | | | | improved html dump a little: you can try it out, if you use +d=bltdump +dumpTarget=log.html (or some other filename ending with .html) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | | | * commit 0855a8d1f1d3c46f771620a208cbde5353f3ace8 | | | Author: Martin Sjölund | | | Date: Thu Oct 10 11:39:36 2013 +0000 | | | | | | New convencience scripts for testing libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Examples/LibraryTest.sh | | | A Examples/PlotLibraryTrend.sh | | | | | * commit ef3990f2fb8bbb39e988ee3175d447e5d9581ab3 | | | Author: Martin Sjölund | | | Date: Thu Oct 10 08:52:20 2013 +0000 | | | | | | Use correct types | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit ad82e9e3127088207cd61863b648ffbeba783a36 | | | Author: Martin Sjölund | | | Date: Thu Oct 10 06:46:11 2013 +0000 | | | | | | Output the correct time on simulation failure instead of -1.0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit ddb1cb161d348781469ece739ffc2af287319b86 | | | Author: Adrian Pop | | | Date: Thu Oct 10 04:55:30 2013 +0000 | | | | | | - split initialAnalyticJacobian into several functions one for each sparsity pattern (gets the compilation memory down for Spice examples) | | | - updated tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 219f10842432b4bb078b7b321322604eb1254f30 | | | Author: Adrian Pop | | | Date: Wed Oct 9 19:26:57 2013 +0000 | | | | | | - update version to 1.9.1+dev | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit ca7288c21b12bb08b7a689a3f3cac95e9de12c7e | | | Author: Martin Sjölund | | | Date: Wed Oct 9 18:24:43 2013 +0000 | | | | | | Limit log size and print less output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit a4781cb088c4473a68d9dc784ce57b3283685eee | | | Author: Adrian Pop | | | Date: Wed Oct 9 13:12:52 2013 +0000 | | | | | | - OpenModelica 1.9.0 release | | | + updated version number | | | + updated documents | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit c1bb93faaac3b10f6cddbb197db361f26473a009 | | | Author: Martin Sjölund | | | Date: Wed Oct 9 11:23:26 2013 +0000 | | | | | | - Handle skipped tests in the compile XML (checked wrong timer) | | | - Less output (still get backend print statements that should be in Error.mo; but that is hard to avoid) | | | - Use system-out also for failed tests since messages don't include newlines in hudson | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit ccd63d82a950ee41598f603f22567d03ef653f6d | | | Author: Martin Sjölund | | | Date: Wed Oct 9 10:53:12 2013 +0000 | | | | | | Add working OpenModelicaBootstrappingHeader.h - do not commit changes to this file if you have been running an old omc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | | | * commit 196c9d3a7c44eba2ca1cd0a801d830fa5102643a | | | Author: OpenModelica Hudson | | | Date: Wed Oct 9 10:34:17 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | | | * commit 5ac8e697598e76bde63fd934e5c2cf151af2cdd4 | | | Author: Vitalij Ruge | | | Date: Wed Oct 9 09:53:52 2013 +0000 | | | | | | - missing case for algebraic (objective)variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | | | * commit 03c21242e73479f7a626ce339ef0bfcbe10228c5 | | | Author: Niklas Worschech | | | Date: Wed Oct 9 09:39:10 2013 +0000 | | | | | | changed event integration in cpp runtime | | | - added discrete and continuous update type used during event iteration. | | | - changed conditions handling for zero crossings, conditions are evaluate during discrete update | | | - changed IEvent interface | | | - adapted initialization on new update type | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit c0c33a4445681536cf6a6912d1cb457cec83cbd4 | | | Author: Martin Sjölund | | | Date: Wed Oct 9 06:13:49 2013 +0000 | | | | | | Set the filename explicitly instead of using __BASE_FILE__ (seems to be broken for large files) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | | | * commit 2576b2448bba7faab9383c52f3e4e8439fda7035 | | | Author: Martin Sjölund | | | Date: Wed Oct 9 05:32:35 2013 +0000 | | | | | | Also do the substitution | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 99a9022d663246b9656093a9d2299e0f6d15ff3f | | | Author: Adrian Pop | | | Date: Tue Oct 8 22:41:01 2013 +0000 | | | | | | - link with -loleaut32 too (used by libExternalMedia.a) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit daeed2fb5686141ff8b4a60cc1ab6e2e321b570b | | | Author: Adrian Pop | | | Date: Tue Oct 8 21:25:22 2013 +0000 | | | | | | - some support for ExternalMedia (some more work is needed for full support) | | | - add function calls and external function inputs to dependency analysis in element sorting | | | - use Inst.updateCompeltsMods just in Inst.instElementList2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 2f33393ae07b9a4c139bdabc2b789231409aa4c5 | | | Author: Martin Sjölund | | | Date: Tue Oct 8 20:24:41 2013 +0000 | | | | | | Try to include stdout for succeeding tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 7a2ef82ccf651f9b6e77dc36b5903d362ec6ff62 | | | Author: Martin Sjölund | | | Date: Tue Oct 8 18:44:02 2013 +0000 | | | | | | BuildModelRecursive.mos update: Now generates junit XML (to be tested on hudson) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit e9e44d93cfdddea455aed3dc21986449c871f980 | | | Author: OpenModelica Hudson | | | Date: Tue Oct 8 17:50:47 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 482614a97a86a0c8aa7ab93dd53ecd2d9a3c1648 | | | Author: Patrick Marcel Taeuber | | | Date: Tue Oct 8 17:48:37 2013 +0000 | | | | | | -revised backenddaeinfo, now related to recordstructure of BackendDAE.StrongComponent | | | -fixed #2328 | | | -revised Tearingtestsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d618a6b6903fa9a2e4c74d9ec78449e43fba9bec | | | Author: Lennart Ochel | | | Date: Tue Oct 8 13:42:26 2013 +0000 | | | | | | - fix #2404 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 516d0071227acc5c8dcefb339cd0e991d10b02a6 | | | Author: Martin Sjölund | | | Date: Tue Oct 8 13:37:44 2013 +0000 | | | | | | Use __BASE_FILE__ instead of __FILE__ since __LINE__ messes up __FILE__ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | | | * commit d207124f5006fbd652f39fb940c2e84a334425fa | | | Author: Adrian Pop | | | Date: Mon Oct 7 21:52:16 2013 +0000 | | | | | | - additional fixes for r17574 | | | - fix regexp for matching modelicaLine for Windows | | | - fix escaping of \ in file names | | | - get rid of perl calling in testsuite/openmodelica/bootstrapping/LinkMain.makefile.* | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | | | * commit 86c4faa0b26ab924958e2bd41d777957e14e1f4d | | | Author: OpenModelica Hudson | | | Date: Mon Oct 7 14:49:07 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | | | * commit ca255008f1e05edfc32cfcd3836ef38adaf423f5 | | | Author: Adrian Pop | | | Date: Mon Oct 7 14:44:04 2013 +0000 | | | | | | - reverted r17589 by request from Vitalij | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit e98e46ed35c6b84b63165e25a7a56e8bba654121 | | | Author: Vitalij Ruge | | | Date: Mon Oct 7 14:31:49 2013 +0000 | | | | | | - fixed Makefile | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit d684cd78be448b28d91d7f9c0056ad7ca7a2724e | | | Author: Vitalij Ruge | | | Date: Mon Oct 7 14:30:01 2013 +0000 | | | | | | - numerical hessian rocking the optimization :) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | A SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 4b41ce46bb6fc654be15678526c45b5a10f391b9 | | | Author: Martin Sjölund | | | Date: Mon Oct 7 12:58:29 2013 +0000 | | | | | | Some tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Util/Util.mo | | | | | * commit b70897a4862b6cc9c0ad0d9d6cd1ff497d2a2281 | | | Author: Martin Sjölund | | | Date: Mon Oct 7 11:06:19 2013 +0000 | | | | | | Pass threadData from runtime function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Dynload_omc.cpp | | | | | * commit db8dbf8457fb259fb8b3af14f5950aa2e0cf6948 | | | Author: Martin Sjölund | | | Date: Mon Oct 7 10:56:27 2013 +0000 | | | | | | Don't try to copy removed files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | | | * commit a32a7c89eb1ff49b1442c740e5f232296d889a96 | | | Author: Per Östlund | | | Date: Mon Oct 7 10:36:37 2013 +0000 | | | | | | - Analyse derived type dimensions in SCodeDependency. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | * commit ee395b8de1068ae0127e9ed60315d36feb526eab | | | Author: OpenModelica Hudson | | | Date: Mon Oct 7 10:34:55 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | | | * commit b33aae1fc8b16efa595c54f4f4a6863595583c08 | | | Author: Marcus Walther | | | Date: Mon Oct 7 10:27:45 2013 +0000 | | | | | | - external GraphML-Scheduler for hpcOm added | | | - bug regarding mergeParentNodes fixed (hpcom) | | | - bug regarding simEqSccMapping of createSimCode fixed | | | - text of task graph edge-labels changed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit f8685649668322dc62467be21f52067e57166f76 | | | Author: Martin Sjölund | | | Date: Mon Oct 7 10:20:20 2013 +0000 | | | | | | Implemented convert_lines.pl inside Print.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/Print.mo | | | M Compiler/runtime/Print_omc.c | | | M Compiler/runtime/Print_rml.c | | | M Compiler/runtime/printimpl.c | | | D Compiler/scripts/convert_lines.pl | | | | | * commit 0b22bf8a465157c75c434aadf74f1c8e026ea9fc | | | Author: Vitalij Ruge | | | Date: Mon Oct 7 09:44:14 2013 +0000 | | | | | | - Codestyle | | | - remove not needed function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit ca5df488a30d14d96f7a63dccb07357e01a24752 | | | Author: Adrian Pop | | | Date: Mon Oct 7 07:18:59 2013 +0000 | | | | | | - correct the filtering of the modifiers for a redeclare Type x(ModsForSomeCompsNotInY) constrainedby Y; | | | Now ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B (and probably others too) started working. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit b6ea4e5a59e39d320e82ca9ba704387fc485d67d | | | Author: Adrian Pop | | | Date: Mon Oct 7 06:04:57 2013 +0000 | | | | | | - fix MDT debugging (add mmc_gdb_listGet & mmc_gdb_arrayGet) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit c763ad5f1bec7480f3f48e52c934b8cd2924ef84 | | | Author: Adrian Pop | | | Date: Mon Oct 7 01:59:38 2013 +0000 | | | | | | - split Inst.mo into more packages to make it more manageable: | | | + Inst.mo -> instClass*, partialInst* functions | | | + InstVar.mo -> instVar* functions | | | + InstFunction.mo -> instFunction* functions | | | + InstDAE.mo -> daeDeclare* functions | | | + InstBinding.mo -> makeBinding*, instBinding* functions | | | + InstUtil.mo -> all other functions that are just support for instantiation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Inst.mo | | | A Compiler/FrontEnd/InstBinding.mo | | | A Compiler/FrontEnd/InstDAE.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | A Compiler/FrontEnd/InstFunction.mo | | | M Compiler/FrontEnd/InstSection.mo | | | A Compiler/FrontEnd/InstUtil.mo | | | A Compiler/FrontEnd/InstVar.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit a3aaa0bb22883e93d79e83cf3a669ae1e88da6db | | | Author: Martin Sjölund | | | Date: Sun Oct 6 21:02:34 2013 +0000 | | | | | | Add example usage for Modelica3D | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 422d8e0e2a52f29490ffb4e1c72b0d0b73f6a428 | | | Author: Martin Sjölund | | | Date: Sun Oct 6 16:21:41 2013 +0000 | | | | | | Fix infinite recursion in configure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit ab89f81099bc392a3bbb45d57bf6add7132ab6bc | | | Author: OpenModelica Hudson | | | Date: Sun Oct 6 14:11:23 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17562 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 17a4d7ded3f86a5032a9fb163a6058e1787f02fc | | | Author: Vitalij Ruge | | | Date: Sun Oct 6 14:09:29 2013 +0000 | | | | | | - added object function to DAE (Thanks Willi) | | | - used symbolically gradient for optimization | | | | | | we should change it (in the Re-structuring process for Backend)!! | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/interfaceOptimization.h | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M configure.in | | | | | * commit 37c7d92bca6ff3b3b74d644d9d15b9c5c98e0c95 | | | Author: Martin Sjölund | | | Date: Sun Oct 6 11:14:55 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit f5f3408bc3b1516f6371f0162be759e2075f0061 | | | Author: Martin Sjölund | | | Date: Sun Oct 6 08:25:32 2013 +0000 | | | | | | Fix potential read access to local stack memory after returning from a function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 7b27796a979837b08e0cab5ad76a81a7cdb4b547 | | | Author: Martin Sjölund | | | Date: Sun Oct 6 06:38:54 2013 +0000 | | | | | | Don't include omp.h unless -fopenmp is given on command-line. | | | Don't include omp.h in headers if you don't use its types in the header. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/interfaceOptimization.h | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | | | * commit 916b920329a9cad9a71d7e1f97f5f1bf3df6f3eb | | | Author: Adrian Pop | | | Date: Sat Oct 5 23:58:57 2013 +0000 | | | | | | - fix bug #2403 (quite many changes, do make clean) | | | - properly count tuple equation size in the BackEnd | | | BackendDAE.ALGORITHM gets a new component called expand (DAE.Expand) | | | which tells that this algorithm was translated from an equation as | | | in this case we SHOULD NOT expand array crefs to the full size | | | - added test for bug #2403 | | | testsuite/simulation/modelica/algorithms_functions/ | | | ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos | | | - fix counting of tuples in CheckModel.mo | | | | | | More unrelated fixes: | | | - add recursion limit depth in Global.mo and display it in the warnings and errors about recursion limit | | | - fix typing of record bindings for R a[3](eta = {eta[1], eta[2], eta[3]}) | | | - if function path is longer than 50 chars minimize it by keeping the first | | | ident.lastIdent.uniqueID (see CevalScript.generateFunctionFileName) | | | - List.applyAndFold1 -> remove restriction of extra argument to be the same type of the list element. | | | - add buildModel to ModelicaBuiltin.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 64bf40e55e473ca1f03ffbeb6292a21f6a5422ee | | | Author: Martin Sjölund | | | Date: Sat Oct 5 19:46:20 2013 +0000 | | | | | | #2375 | | | - Pass around threadData* to all functions called rather than using pthread_getspecific() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M Compiler/runtime/System_omc.c | | | M Parser/ModelicaParser_omc.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_real.c | | | M SimulationRuntime/c/meta/meta_modelica_real.h | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 72bfd0dc8552b8ed0f907e9e060a88aecc8e7386 | | | Author: Martin Sjölund | | | Date: Sat Oct 5 19:20:29 2013 +0000 | | | | | | Fix typo in configure (wiped CFLAGS) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 98c9f2bacd77130beef02e41b6d131052c2a5ae9 | | | Author: Martin Sjölund | | | Date: Sat Oct 5 17:49:06 2013 +0000 | | | | | | #2400 | | | - Added a new expression type: DAE.RECORD (to eventually replace DAE.CALL for calling record constructor) | | | - This is more tied to the record type than the constructor function (which does not take the protected components as input, and thus cannot represent records in a good way) | | | - Minor changes are needed to the backend. Most is related to code generation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 677266725714c55d486b605ef8cd2879b92336ab | | | Author: Adrian Pop | | | Date: Sat Oct 5 16:15:42 2013 +0000 | | | | | | - fix bug #2402 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit ffb07d759a413947c47c8efb92214f8e836313f0 | | | Author: Adrian Pop | | | Date: Sat Oct 5 14:27:28 2013 +0000 | | | | | | - correctly unparse WILD for saveTotalSCode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | * commit b8a8b2ff1ee711b43575a58d155946fcaba0116b | | | Author: Adrian Pop | | | Date: Sat Oct 5 12:22:27 2013 +0000 | | | | | | - fix SimCodeTest.mos on test.openmodelica.org | | | - fix ADD_METARECORD_DEFINTIONS typo (add missing I) -> ADD_METARECORD_DEFINITIONS | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Template/Unparsing.tpl | | | M Compiler/runtime/Dynload_omc.cpp | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/FMI_omc.c | | | M Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/SimulationResults_omc.cpp | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/TaskGraphResults_omc.cpp | | | M Compiler/runtime/ptolemyio_omc.cpp | | | M Parser/ModelicaParser_omc.c | | | | | * commit a8e870a9a4d03a25c9f0a2af7979fbde8373d683 | | | Author: Martin Sjölund | | | Date: Sat Oct 5 08:31:33 2013 +0000 | | | | | | Increase the timeout | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 09a4b3c09c8815aa62cda00578bb28a1d033f616 | | | Author: Adrian Pop | | | Date: Fri Oct 4 22:13:02 2013 +0000 | | | | | | - fix configure | | | - fix tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 564cc1056d803fccc19130cf35d0cb2ef775b6b0 | | | Author: Vitalij Ruge | | | Date: Fri Oct 4 16:29:31 2013 +0000 | | | | | | - used existing information for checking ipopt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit ae04eb0dc1218553af70736d4d4e39ee2cdb894c | | | Author: Vitalij Ruge | | | Date: Fri Oct 4 16:12:26 2013 +0000 | | | | | | - fixed fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 86beb299cc4e69a1cc6ec9c48bd6b3019aef921a | | | Author: Vitalij Ruge | | | Date: Fri Oct 4 16:10:08 2013 +0000 | | | | | | - fixed pointer | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 9f1697e4d55aaae83a499fd5e596414aaa6b3dec | | | Author: Martin Sjölund | | | Date: Fri Oct 4 15:24:05 2013 +0000 | | | | | | Better checks for -fPIC and -march=native | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit f613cfc8f05f5a373fdf0d30b06a8965c495c8b4 | | | Author: Martin Sjölund | | | Date: Fri Oct 4 12:11:24 2013 +0000 | | | | | | Updated build system for cross-compilation (most libraries compile for mingw32 on Linux) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A INSTALL.mingw.crosscompile.sh | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/interactive/Makefile.in | | | A config.guess | | | A config.sub | | | M configure.in | | | A install-sh | | | | | * commit 7eca9f4835fee1cd4f46ca88aeca0d5b104c58cf | | | Author: Christian SChubert | | | Date: Fri Oct 4 11:11:32 2013 +0000 | | | | | | improved the output of LOG_NLS_RES a little | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit e5695c14260e6219c77888bbe34a03d444a804b7 | | | Author: Lennart Ochel | | | Date: Fri Oct 4 09:38:24 2013 +0000 | | | | | | - try to use more uniform error messages | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit e1c8aeb45471b9a650574d753e439ce507744e81 | | | Author: Martin Sjölund | | | Date: Fri Oct 4 07:33:43 2013 +0000 | | | | | | Use 5 minute limit for EngineV6 simulation, etc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit e37d99ff3892e73392433bd72f531a83ed9ee014 | | | Author: Adrian Pop | | | Date: Fri Oct 4 07:23:28 2013 +0000 | | | | | | - fix +target=msvc (more DLLExport) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f3e2188d801fbd4a50e6d49b9e41c4ad4162b411 | | | Author: Christian SChubert | | | Date: Fri Oct 4 06:45:15 2013 +0000 | | | | | | introduced new debug flag LOG_NLS_RES into simulation runtime, to monitor every evaluation of the residual function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 1ffaf91eec05234f1c0f52f22e0d07da3ff30f92 | | | Author: Volker Waurich | | | Date: Fri Oct 4 06:28:42 2013 +0000 | | | | | | - inline function calls with asserts and add the corresponding assert statements to the BackendDAE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 8315f23f05c948e7527772729b28ae2ced532c3c | | | Author: Adrian Pop | | | Date: Thu Oct 3 23:42:29 2013 +0000 | | | | | | - properly fix bug #2385 | | | - expandable connectors are not that obvious. | | | handling them is rather complicated (see ConnectUtil.removeUnusedExpandableVariablesAndConnections: | | | 1. collect all expandable variables crefs | | | 2. collect all expandable crefs used in the DAE (with the expandable variables THAT HAVE NO BINDING removed) | | | 3. get all expandable crefs that are connected ONLY with expandable | | | 4. substract: (3)-(2) | | | 5. remove (4) from the DAE and connection sets | | | 6. get all the connected potential variables | | | 7. substract (2) from (1) | | | 8. substract (6) from (7) | | | 9. remove (8) from the DAE (5) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit b776364e6d133e237c1e21855e36881acfdc7a82 | | | Author: Adrian Pop | | | Date: Thu Oct 3 18:29:09 2013 +0000 | | | | | | - fix bug #2385 | | | - remove the expandable variables that are not used in the DAE. | | | it makes things slower but more correct, before we only kept | | | the ones used in connects. | | | - add testsuite/flattening/modelica/expandable/ExpandableVariableUsed.mo | | | | | | - small changes to testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit b4b605ba8ad5c899af9644621eef7f587e6e6dd9 | | | Author: Martin Sjölund | | | Date: Thu Oct 3 14:49:56 2013 +0000 | | | | | | Use the latest FMIL (which should allow .a-files to be used without compiling a .so) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 650a8accb61f7b7bd642da79f446a36fecd62a2e | | | Author: Per Östlund | | | Date: Thu Oct 3 13:49:29 2013 +0000 | | | | | | - Handle assert in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 69492b2987128245487cfee1cdde2b3441bb1cd3 | | | Author: Adrian Pop | | | Date: Thu Oct 3 12:18:40 2013 +0000 | | | | | | - fixes to get separate compilation to work on Windows. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M README-BUILD-WINDOWS.txt | | | | | * commit 2aaa3d78708191026ba3e512144ef64700f547f7 | | | Author: Martin Sjölund | | | Date: Wed Oct 2 16:31:41 2013 +0000 | | | | | | - Allow configuring ar | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit f305f80a4d736f0bf5ba9043e1f8417a24c07b20 | | | Author: Adrian Pop | | | Date: Wed Oct 2 15:44:01 2013 +0000 | | | | | | - fix compilation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit 6501baefae0fbe5808619ea4212272d95410c538 | | | Author: arunkumar palanisamy | | | Date: Wed Oct 2 15:22:18 2013 +0000 | | | | | | unparseElementattrStr() for unparsing parallel variables of parmodelica | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit 5edd02ca838b52dde8c28609eccec5c951005a99 | | | Author: Christian SChubert | | | Date: Wed Oct 2 14:40:37 2013 +0000 | | | | | | added openmp flag to msvc makefile if hpcom is enabled | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 06c835e98a8135ff4f9094ada1f0d7221cd618f0 | | | Author: Martin Sjölund | | | Date: Wed Oct 2 13:18:21 2013 +0000 | | | | | | Fix FMIL (needs patch; can't compile only static version) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 50d44a154d235cfab45517b29aaa1a8184ce2af8 | | | Author: Per Östlund | | | Date: Wed Oct 2 13:12:22 2013 +0000 | | | | | | - Handle more than one dimension in Static.getRecordPath. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 6397875ca9d8058833ae920b72d86ea5b93b0ecd | | | Author: Martin Sjölund | | | Date: Wed Oct 2 11:48:31 2013 +0000 | | | | | | Pass CC and CXX to more 3rdParty projects | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 96e93d05f67fd4a6ef2a86dd6adedc6313d03832 | | | Author: Martin Sjölund | | | Date: Wed Oct 2 11:46:39 2013 +0000 | | | | | | Linux mingw32 is case-sensitive | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/getMemorySize.c | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/systemimpl.h | | | M SimulationRuntime/c/util/modelica.h | | | | | * commit 81790643cd68d7fa13507ac820501b9fe127c087 | | | Author: Martin Sjölund | | | Date: Wed Oct 2 09:44:54 2013 +0000 | | | | | | Added annotation `__OpenModelica_messageOnLoad=str`, which displays a custom notification when loading a library | | | - Added disclaimer when loading TSP | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | | | * commit fa1c4f37a6d521c9b88669e21ac94e88dfa47d23 | | | Author: Per Östlund | | | Date: Wed Oct 2 08:53:09 2013 +0000 | | | | | | Fix for #2355: | | | - Handle extension of local class with the same name as the extending class. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | | | * commit 390afd3c31d9d7446cf1cc683f89e6d98773cb12 | | | Author: Martin Sjölund | | | Date: Wed Oct 2 06:38:17 2013 +0000 | | | | | | Fix parsing, update tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 34ae14caf0238f54e3c2bc23674cff01df2773b2 | | | Author: Martin Sjölund | | | Date: Wed Oct 2 05:13:38 2013 +0000 | | | | | | Fix parsing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 4a5e40b43a6960f48eaef414d2acf909cad39c80 | | | Author: Martin Sjölund | | | Date: Tue Oct 1 13:38:39 2013 +0000 | | | | | | Allow parsing of non-UTF-8 files (give a warning, fall back to 7-bit ASCII) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | M Parser/BaseModelica_Lexer.g | | | | | * commit eb302775b9a298954ca241f3476fb4755f997ed2 | | | Author: Per Östlund | | | Date: Tue Oct 1 12:19:57 2013 +0000 | | | | | | - Updated error indices to make them unique. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit f539c4c846e0f7ca38d883a544a4bf79fbef87e2 | | | Author: Martin Sjölund | | | Date: Tue Oct 1 11:44:14 2013 +0000 | | | | | | Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit f80076e9adfcad6f581bbdd4c584297e7ab5ac27 | | | Author: Martin Sjölund | | | Date: Tue Oct 1 11:30:36 2013 +0000 | | | | | | Handle classDirectory() - returns the directory of the mo-file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit d7a4b3c3c233f030df43adc25dfc67baca522c4a | | | Author: OpenModelica Hudson | | | Date: Tue Oct 1 10:19:59 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmSchedulerExt.cpp | | | M Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.h | | | | | * commit c4738085402bef58cb312ca4d6a73c9ffbfff482 | | | Author: Marcus Walther | | | Date: Tue Oct 1 09:56:55 2013 +0000 | | | | | | - Skeleton for external hpcom-Scheduler added | | | - critical path' will now be displayed with gray edges in the task graphs | | | - PN-Converter for task graphs added to the hpcom-testsuite | | | - made some hpcom profiling updates | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | A Compiler/BackEnd/HpcOmSchedulerExt.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | A Compiler/runtime/HpcOmSchedulerExt.cpp | | | A Compiler/runtime/HpcOmSchedulerExt_omc.cpp | | | A Compiler/runtime/HpcOmSchedulerExt_rml.cpp | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | A Compiler/runtime/TaskGraphResultsCmp.h | | | | | * commit de38cd3c67a6eb18e55fe15f65c3144ca12402b7 | | | Author: Adrian Pop | | | Date: Tue Oct 1 09:42:50 2013 +0000 | | | | | | - unparse constrainedby in SCodeDumpTpl.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit effdcc96cbdbf0052977baee17884a3742b73f26 | | | Author: Martin Sjölund | | | Date: Tue Oct 1 06:59:36 2013 +0000 | | | | | | Comment the change | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit ae16cc1547be5a316b33659a9e88250a5c0804e9 | | | Author: Martin Sjölund | | | Date: Tue Oct 1 04:35:17 2013 +0000 | | | | | | Fix for compliance suite xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 30d77f8d7b8d200267618ed7d0b7c4a4c8f09a04 | | | Author: Niklas Worschech | | | Date: Mon Sep 30 15:37:54 2013 +0000 | | | | | | added semiLinear Modelica function to cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | * commit 39f02c1a6a3f72c1a840228e57b19e95eeae3637 | | | Author: Martin Sjölund | | | Date: Mon Sep 30 14:35:14 2013 +0000 | | | | | | Boom! (Forgot to remove debug code) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit d585de673dfd2d834962203159c2160fe73231ae | | | Author: Niklas Worschech | | | Date: Mon Sep 30 13:16:18 2013 +0000 | | | | | | fix in cpp template and SimCodeUtil for local variable, added modelica_mod_int to cpp template and enumerate | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | | | * commit 0325c8fc287fc0a349bd9ef558276c4f45ee44ef | | | Author: Per Östlund | | | Date: Mon Sep 30 12:58:59 2013 +0000 | | | | | | - Improved handling of builtin functions in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 8a5544f551ec39c19b1379e8bc6bd939e0bca05c | | | Author: Martin Sjölund | | | Date: Mon Sep 30 12:42:15 2013 +0000 | | | | | | Try to avoid MPI-related errors in liblis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 6d733744b837a1f0b49338fd1ba029ac66cad521 | | | Author: Martin Sjölund | | | Date: Mon Sep 30 12:31:28 2013 +0000 | | | | | | Inverted message for expected failure (was printed for the wrong case) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 71b34763f27536b9a9a7b642fcf3c20cf555c565 | | | Author: Adrian Pop | | | Date: Mon Sep 30 11:43:39 2013 +0000 | | | | | | Fix bug: #2374 | | | - Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos now works and gives correct results | | | - handle // ASUB(CAST(e)) -> CAST(liftArray(t), ASUB(e)) in ExpressionSimplify | | | - handle CAST(cref) in SimCodeUtil.createSingleComplexEqnCode2 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 0b323a3af65a4c2949ad3d0c5381a70b3ac12df7 | | | Author: Martin Sjölund | | | Date: Mon Sep 30 09:28:49 2013 +0000 | | | | | | Fix for the diff script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit f5a975af064edd498997f777f9daabb74006735b | | | Author: Martin Sjölund | | | Date: Mon Sep 30 08:25:15 2013 +0000 | | | | | | Fix the new python parser to accept multi-line strings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit 5fe683a7d949ca2a0fb20eb346851c13f540ed6b | | | Author: Adrian Pop | | | Date: Mon Sep 30 04:43:58 2013 +0000 | | | | | | - fix flattening of Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench | | | - still some work to do to get it to compile (some wrong casting of non records to records) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 38514cb109afb17f96f990e4f9ddd1277d789322 | | | Author: Martin Sjölund | | | Date: Sun Sep 29 10:51:50 2013 +0000 | | | | | | - Added new option for rtest (ulimit stack size) | | | - Fix compliance suite error-messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 9a829f5b6f98e7c2308d56e39e35c34424f646b7 | | | Author: Martin Sjölund | | | Date: Sun Sep 29 08:25:39 2013 +0000 | | | | | | Updated BackendDAEEXT_omc.cpp to be the same as the RML version (remember to update both functions if you make changes) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | | | * commit 351a273b573260c404e9878e1cfff26ed0aea130 | | | Author: Martin Sjölund | | | Date: Sat Sep 28 12:11:39 2013 +0000 | | | | | | Do profiling of linear functions correctly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 3c44082938e21aeb7cbe5fe6603b01c64fec2f62 | | | Author: Martin Sjölund | | | Date: Sat Sep 28 09:20:01 2013 +0000 | | | | | | Added new parser for OMPython (use OMPython.sendExpression()) | | | - Handles the typed OpenModelica API, and returns basic Python types that are simple to use (dict,tuple,string,boolean,numbers) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit 9a538ab352e999ab43af1849ec1462709ecf1300 | | | Author: Martin Sjölund | | | Date: Sat Sep 28 08:27:05 2013 +0000 | | | | | | Fix parsing error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit ad19532a7421265d13885ca0a8abd4d04dca6265 | | | Author: Martin Sjölund | | | Date: Sat Sep 28 05:47:02 2013 +0000 | | | | | | Generate SVGs in directory Icons since we cannot tar this many files in one directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 39f1734fae927aa2179d4dbf5ce9721942801975 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 20:35:05 2013 +0000 | | | | | | Fix from debugging | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 38867f2423b18093334948de64ccd7ac54f74f09 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 14:49:10 2013 +0000 | | | | | | Bump version number | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 9ba0f97dae39b1c4a3f4fe5bdc7a47d23c6f4cff | | | Author: Martin Sjölund | | | Date: Fri Sep 27 14:25:53 2013 +0000 | | | | | | Also generate icons for the index page | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 2fae61bb392c090369e1814182eac6341f25f13f | | | Author: Martin Sjölund | | | Date: Fri Sep 27 14:07:35 2013 +0000 | | | | | | Also upload the SVGs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit b4162cb393d54c8b2442fab6ae7fa700f1314c37 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 12:57:01 2013 +0000 | | | | | | Link to the online versions of the release notes instead of having a copy of trac inside omc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 8ca87be1dd1b42488bdc2c4df147b7622599f2d0 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 12:12:42 2013 +0000 | | | | | | Better error-message when failing to parse a package | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit caf187f3155c8ed210f48d4d7cc0aa95dfb7725e | | | Author: Volker Waurich | | | Date: Fri Sep 27 11:30:52 2013 +0000 | | | | | | - some changes at the checkForExecutionCost function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 86adaea7513310bd35f3ec7cc44a29710dce5f00 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 11:05:14 2013 +0000 | | | | | | Run the correct command from GenerateDoc.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | M Examples/generate_icons.py | | | | | * commit 7742c9dd1bc99ae0f01109ca61ea812cd6581fd4 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 10:34:26 2013 +0000 | | | | | | Set a ulimit to prevent one package from spinning in place; the SVGs are not critical | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | M Examples/generate_icons.py | | | | | * commit fe9ea7934c49920315ff9d53384cd9e2ef026ca0 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 10:16:50 2013 +0000 | | | | | | Print more relevant error-messages, handle UTF-8 text icons | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | M Examples/generate_icons.py | | | | | * commit 0dfdd7f3bee1dc35acc9b0d66878309035b6bcc5 | | | Author: Volker Waurich | | | Date: Fri Sep 27 08:25:08 2013 +0000 | | | | | | - disabled checking of exeCosts in validateTaskGraphMeta | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 4f57a090248dc5007b57ec7a74255ddb02be4398 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 07:48:10 2013 +0000 | | | | | | Generate documentation for all classes... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 65fa5d8ecb69ed0f7ff38d40c41606de1fa9b8b3 | | | Author: Martin Sjölund | | | Date: Fri Sep 27 06:44:14 2013 +0000 | | | | | | Fix compliance suite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 019b5228bad1281ab2e431bdd5fa38112730ade5 | | | Author: Volker Waurich | | | Date: Fri Sep 27 06:30:32 2013 +0000 | | | | | | - added functions to disassemble linear torn systems into various singleEquations and a reduced linear torn system | | | - added the debugFlag partlintornsystem to use this | | | - hpcom can now simulate in parallel without prof_xml file by estimating the task costs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e386e0435eee56437252720befede48366fa94e3 | | | Author: Martin Sjölund | | | Date: Thu Sep 26 20:37:42 2013 +0000 | | | | | | Also add message to the xml that says expected failure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit bfcdc00aebca4755613bd443ef1eda6711f11168 | | | Author: Martin Sjölund | | | Date: Thu Sep 26 19:59:30 2013 +0000 | | | | | | Add links to the icons | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit ef64ad3a5920c492f9258c3f9d794910f77f7158 | | | Author: OpenModelica Hudson | | | Date: Thu Sep 26 19:20:37 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/generate_icons.py | | | | | * commit 0b3231c44873e9b1c0e9fe4173cca51f519f1ea5 | | | Author: Martin Sjölund | | | Date: Thu Sep 26 19:18:57 2013 +0000 | | | | | | The documentation generation now uses SVG icons (instead of no icons) | | | - The sample scripts now includes generate_icons.py - a script that uses OMPython to export SVG icons. The code is not perfect, but it works for many cases and should not be very hard to extend. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | A Examples/generate_icons.py | | | | | * commit cfecabc24e571bd9e0bdb947016b8130a047dbe2 | | | Author: Martin Sjölund | | | Date: Thu Sep 26 14:36:50 2013 +0000 | | | | | | #2369 | | | - Unparse Absyn.WILD() as "" in Modelica and "_" in MetaModelica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit 00e19a4c757bc80822c946a694bc394f81227459 | | | Author: Martin Sjölund | | | Date: Thu Sep 26 14:24:23 2013 +0000 | | | | | | #2368 | | | - Fix generation of empty array | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f357de4d668d766ff3101e5437341e4cf58d78cd | | | Author: OpenModelica Hudson | | | Date: Thu Sep 26 14:05:51 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 56f809b52fb91bc3ee0a5b01ef8c41926ec3713e | | | Author: Niklas Worschech | | | Date: Thu Sep 26 13:52:11 2013 +0000 | | | | | | second try to fix event output in cvode , cpp runtime test should work now | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 06150790013231e90082bf6675f8f97d2d8d019c | | | Author: Niklas Worschech | | | Date: Thu Sep 26 13:08:33 2013 +0000 | | | | | | changed event output in cvode, output before and after the event | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 6162b9de7b76434bfd8a5870f0a040dd92118d57 | | | Author: Martin Sjölund | | | Date: Thu Sep 26 12:30:46 2013 +0000 | | | | | | Don't rm stuff from the root... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 5b704d5c8af498bcfda60a3be76f656fd10db36e | | | Author: Martin Sjölund | | | Date: Thu Sep 26 11:23:08 2013 +0000 | | | | | | Resolve URIs correctly even when the loaded library does not have a version annotation (or a version annotation that does not match its directory name) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit e7332bc4a44e7d3fe1b0fc72e40c6247cab08cad | | | Author: Adrian Pop | | | Date: Thu Sep 26 10:59:42 2013 +0000 | | | | | | - fix for r17388: do not display commented smooth expression in CodegenC.tpl | | | as it might be smooth inside smooth (used the Buildings lib) and that generates | | | errors. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 80c7fc00536f309d9151cbe408f010997d3d275f | | | Author: Martin Sjölund | | | Date: Thu Sep 26 10:30:31 2013 +0000 | | | | | | Add messages for the compliance suite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 61808c2e2eaa60186f482501a3a5782dd788058b | | | Author: OpenModelica Hudson | | | Date: Thu Sep 26 09:11:01 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 328dd6276e779b81c2445d281a4f0ef91dabf807 | | | Author: Niklas Worschech | | | Date: Thu Sep 26 08:37:39 2013 +0000 | | | | | | fix in covde for event output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | | | * commit e4edf216eda661aa49f61a14d776e3494fc38291 | | | Author: Adrian Pop | | | Date: Thu Sep 26 08:37:14 2013 +0000 | | | | | | - more hacks to support relative file names when running testsuite | | | + fix filename in loadFile and runScript | | | + fix filename in ModelTesting.mos script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 54f49e404be745735730d18cb5beef165db7d17f | | | Author: OpenModelica Hudson | | | Date: Thu Sep 26 08:11:55 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | | | * commit ea16765493471dd2dc7235c74d5e66a89579d41f | | | Author: Niklas Worschech | | | Date: Thu Sep 26 07:57:08 2013 +0000 | | | | | | fix in cpp runtime for time events, time events are reseted after handled | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | | | * commit b11f5426a41cd7b86392b7b114387a2624e2ef3b | | | Author: Adrian Pop | | | Date: Thu Sep 26 06:28:10 2013 +0000 | | | | | | - fix Cpp tests (use -fPIC for libOMCppMath on Linux) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | | | * commit 2aabb85a38ac63a6905dd12a60bdaa866895e06f | | | Author: Adrian Pop | | | Date: Thu Sep 26 02:25:05 2013 +0000 | | | | | | - fix bug #2363 | | | - keep smooth(0, ...) in Static.mo | | | - handle smooth(0, ...) in Ceval.mo (smooth(0, constant) -> constant) | | | - handle smooth in Codegen.tpl | | | - update expected output for tests | | | - NOTE: Modelica.Electrical.Analog.Examples.SimpleTriacCircuit gives small numeric differences, use the OpenModelica result file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2307c98f19c339b5e8eaf66ea39ee61ba60ccd1c | | | Author: Adrian Pop | | | Date: Thu Sep 26 00:35:47 2013 +0000 | | | | | | - fix the fix :) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit ed535d8c37063d5f93ab286ab96faa8673693fd1 | | | Author: Adrian Pop | | | Date: Wed Sep 25 22:45:28 2013 +0000 | | | | | | - fix r17384, only prepends if directory does not exist | | | as the sandbox is only used in partest and not regular make test. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit 6b4d7fb05fde5a6313e57bf3be057a8c22ddeeb7 | | | Author: Per Östlund | | | Date: Wed Sep 25 15:16:34 2013 +0000 | | | | | | Fix for cppruntime tests: | | | - Made compareSimulationResults more partest friendly. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Util.mo | | | | | * commit 17b3996f0a564f79ecfbcb31c0d712bcce04924f | | | Author: OpenModelica Hudson | | | Date: Wed Sep 25 12:01:14 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.h | | | | | * commit 2e3bb384840d2a40e7eaabd44db543507b35cf21 | | | Author: Niklas Worschech | | | Date: Wed Sep 25 11:49:43 2013 +0000 | | | | | | adapted kinsol to changed algloop interfaces | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/stdafx.h | | | | | * commit 088656b4062c8cc530afd8fd9af69034f81ad8d2 | | | Author: Adeel Asghar | | | Date: Wed Sep 25 11:23:25 2013 +0000 | | | | | | - Added JavaScript in simCodeTarget help text. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit c5d981fa0b3ed0d8472dd5097765f37f616a2e5e | | | Author: Martin Sjölund | | | Date: Wed Sep 25 09:08:57 2013 +0000 | | | | | | Fix last commit (commit from dev instead of laptop) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit faacceacce4d9121eb50506408e8d72aafc4c3b0 | | | Author: Martin Sjölund | | | Date: Wed Sep 25 08:48:58 2013 +0000 | | | | | | Fix getClassInProgram to no longer spin for some cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit fd3299fe4e9c9f26190f03c18076d441d715d761 | | | Author: Niklas Worschech | | | Date: Wed Sep 25 08:05:02 2013 +0000 | | | | | | fix for exception handling in cvode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit d2a90beec83a3351a20de2a38a42322532a4fc1a | | | Author: Adrian Pop | | | Date: Wed Sep 25 01:47:40 2013 +0000 | | | | | | - fix Windows simulations, use double quote instead of single ones! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit be7ea89ead185b48e79278457af09e888468f0bc | | | Author: Adrian Pop | | | Date: Tue Sep 24 23:32:55 2013 +0000 | | | | | | - attempt to fix MSVC runtime build. some files changed name from .c to .cpp (why?) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | | | * commit eb2eca9e2ec9c56a62f1fd006915462b74f1bbdb | | | Author: Martin Sjölund | | | Date: Tue Sep 24 17:08:45 2013 +0000 | | | | | | Add simCodeTarget=JavaScript, which compiles to .js and creates a .md-file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | A Compiler/Template/CodegenJS.tpl | | | M Compiler/Template/Makefile | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 7b2a2ee73150c7eca5e10edd09c356978a50f425 | | | Author: OpenModelica Hudson | | | Date: Tue Sep 24 13:09:35 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | | | * commit ec7bcf9a8c35c8edfd8443d928bf9ed4072eb489 | | | Author: Martin Sjölund | | | Date: Tue Sep 24 13:04:36 2013 +0000 | | | | | | Generate LLVM bytecode of libraries for use with emscripten | | | - Use make -C SimulationRuntime/c emcc && make | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.unix.h.in | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/meta/dtoa.c | | | M SimulationRuntime/c/meta/realString.c | | | R099 SimulationRuntime/c/simulation/results/simulation_result.c SimulationRuntime/c/simulation/results/simulation_result.cpp | | | R099 SimulationRuntime/c/simulation/results/simulation_result_csv.c SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | R099 SimulationRuntime/c/simulation/results/simulation_result_plt.c SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit eea2544df863f1a9c2a37d338ab7b9fabb7936a8 | | | Author: Niklas Worschech | | | Date: Tue Sep 24 12:36:27 2013 +0000 | | | | | | number of intervals is passed to the cpp runtime | | | fix in cvode for time events | | | activated dens out in cvode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | | | * commit c86ba83509b76521ad5025a0ec812cf5d136c33f | | | Author: OpenModelica Hudson | | | Date: Tue Sep 24 09:42:37 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e5958c6afcc2d087439baf80a34ad80976e774ed | | | Author: Niklas Worschech | | | Date: Tue Sep 24 09:40:23 2013 +0000 | | | | | | added time events in cpp template for sample function | | | BouncingBall test use CVode solver now | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 6bc93ebb85ecf8bfce53cc8aea33fc9b80d133f0 | | | Author: Martin Sjölund | | | Date: Tue Sep 24 04:58:17 2013 +0000 | | | | | | Use lines in the graphs instead of linespoints | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit 2e02fa950670cb9d72f15ec4c037d9447d0fe8fe | | | Author: Martin Sjölund | | | Date: Mon Sep 23 16:13:09 2013 +0000 | | | | | | Fix array types for PartFn (fixes Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/PartFn.mo | | | | | * commit 6358903f7eefa4896ca6cf90f7ccd37206410265 | | | Author: Niklas Worschech | | | Date: Mon Sep 23 14:59:42 2013 +0000 | | | | | | fix in cpp runtime cvode, used wrong cvode zerosearch return value | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit 366607740a1bbc143fbbcb1c9ca7ab84dc8add41 | | | Author: Adrian Pop | | | Date: Mon Sep 23 14:45:30 2013 +0000 | | | | | | - make functions tail recursive (matchcontinue -> match) to fix some bootstrapping tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 158cc4c33ec45acd28a672b25842e7f273e1f97b | | | Author: Martin Sjölund | | | Date: Mon Sep 23 14:41:51 2013 +0000 | | | | | | Use +d=initialization for tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 4f63527185a7ffdb1fa61c93c97e4051caa27883 | | | Author: Martin Sjölund | | | Date: Mon Sep 23 09:52:58 2013 +0000 | | | | | | #2362 | | | - Fix scalar(size(x)) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit a15d51916c8dbb51932ea38779c1880006a0b583 | | | Author: Adrian Pop | | | Date: Sun Sep 22 17:46:13 2013 +0000 | | | | | | - more playing with alias set selection (consider also the depth of cref in the binding) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit aeecd5e1d95b8d389c50ac115ff51bb2cd7bc736 | | | Author: Adrian Pop | | | Date: Sun Sep 22 12:07:55 2013 +0000 | | | | | | - fix typo Aliasset -> Alias set | | | - change alias start value selection heuristics, try to avoid zero. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit a479465a858132206a4a3a465df0dcee59eba5b8 | | | Author: Adrian Pop | | | Date: Sun Sep 22 10:07:46 2013 +0000 | | | | | | Fix for bug: #2346 | | | - sort also the variable components for instantiation based on their bindings | | | - sort the DAE in the order it is defined in the Modelica file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 1afb73fa6cc1689bc471b5a79a1b69c7e000b010 | | | Author: OpenModelica Hudson | | | Date: Sat Sep 21 21:33:55 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | * commit c2e03fee93412f5c009c1652f8227c8ea9e5ed0b | | | Author: Marcus Walther | | | Date: Sat Sep 21 21:31:41 2013 +0000 | | | | | | - list schedule reverse added to hpcom | | | - mergerParentNodes is a second filter-rule and now part of hpcom | | | - GraphML-Nodes can now have multiple labels | | | - GraphML-EdgeLabels can have multiple font-sizes | | | - Some bug fixing | | | - TaskGraph-Representation changed to achieve a better look | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/FGraphDump.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | * commit 76bf098e46c7a66883c69080af4308223b821540 | | | Author: Martin Sjölund | | | Date: Sat Sep 21 16:14:32 2013 +0000 | | | | | | Try to fix BuildModelTest.sh for empty packages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit 293c06d6ed41ae75f182956259c2dd356b8f62fc | | | Author: Adrian Pop | | | Date: Sat Sep 21 14:09:16 2013 +0000 | | | | | | - fix broken tests by including generic_array.h :) | | | well, C thinks is something returning int if is not defined and it actually returns void*. | | | - beautify some stuff in CodegenC.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/modelica.h | | | | | * commit 1e96fdd781551eaebf2aac7b8e115c5e13f6cde9 | | | Author: Adrian Pop | | | Date: Sat Sep 21 11:19:36 2013 +0000 | | | | | | - fix bug: #2339 | | | + add record constructor when you cannot look it up based on the type, | | | connector ComplexOutput = output Complex will now generate a record constructor. | | | + fix some issues in codegen with arrays of records to get the models to work. | | | - now these models work: | | | Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta | | | Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar | | | | | | - add tests for the models that work now so we don't break them again. | | | result files/variables are needed for the new ones, not added yet. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5b5f4f8ad740190f3d15b589ca69dcd6ad175f61 | | | Author: Adrian Pop | | | Date: Sat Sep 21 08:40:39 2013 +0000 | | | | | | - at least these models started to work: | | | Modelica.Electrical.Digital.Examples.RAM | | | ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_A | | | some models in: ModelicaCompliance.Redeclare.ConstrainingType.* | | | | | | - prefix dimension expressions in types as they are used inside backend and codegen | | | [TODO -> do it everywhere, currently only in one case in InstSection.makeAssignment] | | | - ceval the subscripts that you can, don't fail on first one that you can't | | | - fix some errors in CheckModel.statementOutputs | | | - apply and merge modifiers from the constraining type | | | - add error message if you cannot lower algorithms and there is no other message | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit fa6f4da5d5701b5c769da1509eb56265160a50fc | | | Author: Per Östlund | | | Date: Fri Sep 20 18:42:11 2013 +0000 | | | | | | - Fixed broken connector balance checking. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit be7d6c7bbf7b3f556ccf45869df9ac18350aa843 | | | Author: Vitalij Ruge | | | Date: Fri Sep 20 18:06:39 2013 +0000 | | | | | | - using pkg-config for checking own ipopt package | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit afc8f6dce6a9172d450839d0e3cf7b75b9ded7c1 | | | Author: Per Östlund | | | Date: Fri Sep 20 15:11:54 2013 +0000 | | | | | | - Added debug flag to disable generation of equations for unconnected flow | | | variables. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 83437fb055b6759057f1480debed9a19980b1957 | | | Author: Adrian Pop | | | Date: Fri Sep 20 10:32:15 2013 +0000 | | | | | | - fix the inst of some of the failing new Media models (add locals to ht in classes with parts!) | | | - fix some code generation issues for handling crefs of arrays of records. | | | - some models might fail, I'll see. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2b8b41cf4f2c37fa87c7a4253833cdc6654347df | | | Author: Adrian Pop | | | Date: Fri Sep 20 03:00:14 2013 +0000 | | | | | | - fix bug: #2359 and added test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | | | * commit 135c8dd9d10dd1383440cac42262969a7e29f145 | | | Author: Adrian Pop | | | Date: Thu Sep 19 08:44:44 2013 +0000 | | | | | | - dump class annotations in SCodeDumpTpl.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | | | * commit 57740a69f77ecd8a519d037bf678257f7529a056 | | | Author: Adrian Pop | | | Date: Wed Sep 18 17:19:29 2013 +0000 | | | | | | - attempt to get the same output on any system by using fflush(NULL); where messages are printed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit bec7e26771aeef0430d5f0e8d3aac48e9c7d81d8 | | | Author: Adrian Pop | | | Date: Wed Sep 18 16:07:45 2013 +0000 | | | | | | - Fix for bug #2356 | | | make the error message a warning and proceed with flattening. | | | - add testsuite/flattening/modelica/others/ExternalObjectVariable.mo to test this. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 7de6b1c7b94d58031aa606276f90a2e2ec4147c0 | | | Author: Adrian Pop | | | Date: Tue Sep 17 22:17:23 2013 +0000 | | | | | | - attempt to fix +target=msvc compilation and test. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/scripts/Compile.bat | | | | | * commit fa0b7b9d62355d8222b6eb4bb6fa6c1272aadda8 | | | Author: Adrian Pop | | | Date: Tue Sep 17 16:02:24 2013 +0000 | | | | | | - fix +target=msvc (include msvc) | | | fix copying of files needed for +target=msvc | | | add needed files to SimulationRuntime/c/meta/CMakeLists.txt | | | - fix copying of include files for Ipopt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | | | * commit afdd3eb19b9b907e930035fd817a5431eebfcac8 | | | Author: Adrian Pop | | | Date: Tue Sep 17 14:50:54 2013 +0000 | | | | | | - add testlogwindows in Makefile.omdev.mingw (to be used in the Windows job) | | | - always link with -fopenmp on Windows MinGW in Compiler/runtime/config.h | | | - convert integer array to real array if needed in SimulationRuntime/c/util/read_write.c | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M SimulationRuntime/c/util/read_write.c | | | | | * commit aee0904500f641977e12a64fbc429f91b296e7ca | | | Author: Adeel Asghar | | | Date: Tue Sep 17 13:09:35 2013 +0000 | | | | | | - Set the legend position to top by default gives more space for the plot curves. | | | - Remove the title text "Plot by OpenModelica". | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 730c4fc62205bf6a8f4ad43bee38b42074d91aad | | | Author: Jens Frenkel | | | Date: Tue Sep 17 11:50:34 2013 +0000 | | | | | | add target testcmsvc to test cruntime with msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 18ba6fe23991c57b118f15bdc41fbac9c456d7cd | | | Author: Christian SChubert | | | Date: Tue Sep 17 10:52:28 2013 +0000 | | | | | | runtimeCPP: added #defines for state variables, so that they can be found when occuring in the source code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e8a4441cad3d2bc6f50027a7986e5ad7908bebac | | | Author: Martin Sjölund | | | Date: Tue Sep 17 10:18:47 2013 +0000 | | | | | | Allow the normal case: no openmp and no hpcom | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 22790d8789e177d94c0ca9373e0d5489352b4caf | | | Author: Per Östlund | | | Date: Tue Sep 17 10:12:23 2013 +0000 | | | | | | - Changed swedish translation of OMC: | | | * omfattning => definitionsområde, räckvidd | | | * utplattning => utflatning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/sv.po | | | | | * commit b33ee64751e4fb13ad3bb40ce0f7ee528b979764 | | | Author: Martin Sjölund | | | Date: Tue Sep 17 09:27:34 2013 +0000 | | | | | | HPCOM fixes (run gcc in the testsuite instead of clang; removed some ugly hacks) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/config.h | | | M Compiler/runtime/config.unix.h.in | | | M configure.in | | | | | * commit 52d01ca8290e2fc0bdabcfdf8a46cc388654e5e1 | | | Author: Adeel Asghar | | | Date: Mon Sep 16 22:46:08 2013 +0000 | | | | | | - Added a new LegendPosition option to plot command. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 509176f15ddfcd7bdd784c1acc021586d6d0b803 | | | Author: Adrian Pop | | | Date: Mon Sep 16 22:07:56 2013 +0000 | | | | | | - do not use cat, use fgrep -v "... ok" instead to filter tests that are OK. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 62148f33a434f3ec3ef30b404e05b9a865339d4a | | | Author: Martin Sjölund | | | Date: Mon Sep 16 19:11:45 2013 +0000 | | | | | | Added configure option to choose openblas target architecture | | | - Reduced tolerance on rectifier to work on both nehalem and sandy bridge | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit c5c4e6721e668e8036c372d3062e4eb593b5ebb7 | | | Author: Willi Braun | | | Date: Mon Sep 16 16:04:19 2013 +0000 | | | | | | - added usage of pkg-config also for own ipopt package | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit ac5ecc58b85bd78a213c796e333c8d5fca0e9614 | | | Author: Christian SChubert | | | Date: Mon Sep 16 15:07:30 2013 +0000 | | | | | | minor bugfixes for cppRuntime: sample needs to be implemented. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 09a07969f9a35d68422a8257cc2e8733bbe0836d | | | Author: Patrick Marcel Taeuber | | | Date: Mon Sep 16 13:33:15 2013 +0000 | | | | | | - Added comments and dumps to omcTearing | | | - Added two non-linear tests to tearing-testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 6a1e56e8449022d69abe4c07fff732e6a5a43231 | | | Author: Christian SChubert | | | Date: Mon Sep 16 07:58:52 2013 +0000 | | | | | | cpprutime: added all input-, output- and aliasvariables to csv output. Now BooleanNetwork reports "Files Equal". | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7ee6296d3e6f329017ff52aabf462037314cecda | | | Author: Martin Sjölund | | | Date: Sun Sep 15 13:34:35 2013 +0000 | | | | | | Try to build with the same CC to get more consistent results | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M configure.in | | | | | * commit 72cde32527588091bff7cc6ef9e1d6e281386088 | | | Author: Martin Sjölund | | | Date: Sun Sep 15 10:12:12 2013 +0000 | | | | | | Fix configure script with openblas | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 3d9fd5ff9e6278c1d9bf4af91a899e7d9e6a3757 | | | Author: Martin Sjölund | | | Date: Sun Sep 15 07:12:29 2013 +0000 | | | | | | Compile with our own libopenblas unless the user configures --with-lapack=-llapack or similar | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/runtime/errorext.cpp | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 030a5f4c0af6cae026047e09776c2053e3762e0b | | | Author: Martin Sjölund | | | Date: Sat Sep 14 18:07:13 2013 +0000 | | | | | | Thread safety for Print.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | M Compiler/runtime/Print_omc.c | | | M Compiler/runtime/Print_rml.c | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/printimpl.c | | | | | * commit 5f91e75dc651ede844bf918ea8c82adc6789e788 | | | Author: Per Östlund | | | Date: Fri Sep 13 15:22:01 2013 +0000 | | | | | | - Updated swedish translation of OMC. | | | - Added some comments to NFLookup. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | | | * commit 71abb8ad2c43f9ef2463e01897f2d80bf3d1303d | | | Author: Lennart Ochel | | | Date: Fri Sep 13 15:17:21 2013 +0000 | | | | | | - typos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit c599e4769ae75a13845fc9fc6c5166b908feacef | | | Author: Per Östlund | | | Date: Fri Sep 13 14:54:53 2013 +0000 | | | | | | - Fixed bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 83b2d70b4b3f6af036ef435af5d47c5ebff59111 | | | Author: Per Östlund | | | Date: Fri Sep 13 14:45:13 2013 +0000 | | | | | | - Reverted accidental change in SCodeUtil. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit a31943df43c589d3ca20523d209c3aa66c4dc1f7 | | | Author: Per Östlund | | | Date: Fri Sep 13 14:44:05 2013 +0000 | | | | | | - Changed NFEnv.Env to be a list of frames instead of one big frame. | | | - Added checks for protected and partial elements in NFLookup. | | | - Implement state machine to validate names found during lookup in NFLookup. | | | - Made Util.applyOption human readable. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Util.mo | | | | | * commit 4842d7c875158f080a150a2f1156d8895abfbbc4 | | | Author: Martin Sjölund | | | Date: Fri Sep 13 13:21:15 2013 +0000 | | | | | | Only loop through the array | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 28261e261ef763271dd3356c014c24500a1c9707 | | | Author: Martin Sjölund | | | Date: Fri Sep 13 13:07:54 2013 +0000 | | | | | | Fix windows initialization of the jump buffer using pthread_once | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/System_omc.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit d599e36d797f9d959a79e8cc3f554a8aadef4cb6 | | | Author: Per Östlund | | | Date: Fri Sep 13 12:58:48 2013 +0000 | | | | | | - Revert fix for System_forkCallJoin, seems to break bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 17ef6595f7e33d51d93a804deac7e198e6f487e5 | | | Author: Per Östlund | | | Date: Fri Sep 13 12:50:28 2013 +0000 | | | | | | - Fixed bug in System_forkCallJoin. | | | - Some other minor fixes to keep clang happy. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit f1ee883e45fb7558a4d11f4a7ec852c226bed5e6 | | | Author: Christian SChubert | | | Date: Fri Sep 13 11:58:04 2013 +0000 | | | | | | runtimeCPP: save every time-varying variable in csv file. Needed for result comparison. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit a3c9c53e91290fe5a8c7115d984a625ad6616725 | | | Author: Martin Sjölund | | | Date: Fri Sep 13 10:36:52 2013 +0000 | | | | | | The error module now uses thread-local storage | | | - Any spawned thread will have its own error-messages | | | - It is not yet possible to push errors from one thread onto another | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/Error_rml.cpp | | | M Compiler/runtime/errorext.cpp | | | M Parser/parse.c | | | | | * commit b987e654e9c75575ff9324e1f6a9ba4c76adeb3c | | | Author: Christian SChubert | | | Date: Fri Sep 13 10:10:42 2013 +0000 | | | | | | small bugfix in simulationResultsCmp: filename in error message was wrong and thus misleading | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 83bc76ca7773845ed6c9d2a6a1947fa5920eb786 | | | Author: Niklas Worschech | | | Date: Fri Sep 13 09:49:47 2013 +0000 | | | | | | fix for struct access in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c7c48adece018d5047ddbdfa4bba87ef2a74dc5f | | | Author: Christian SChubert | | | Date: Fri Sep 13 09:24:09 2013 +0000 | | | | | | cppRuntime: install sundials libs, if enabled | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 716c82130c0cfa82a2536b8be5ce3405f09acca8 | | | Author: Martin Sjölund | | | Date: Fri Sep 13 08:44:46 2013 +0000 | | | | | | Making the ANTLR parser thread-safe | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/parse.c | | | | | * commit e6af23d22eb0f57addb047e3b57183b939c6cd82 | | | Author: Adrian Pop | | | Date: Fri Sep 13 07:53:51 2013 +0000 | | | | | | - include pthread for Visual Studio in simulationruntimecmsvc | | | - copy the pthreads for Visual Studio to lib/omc/msvc | | | - add libphreadVC2.lib for the +target="msvc" in the nmake makefile in Compiler/Template/CodegenC.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/CMakeLists.txt | | | | | * commit 6a33fbc92ed5770a90ef79419151a522046ba8dd | | | Author: Martin Sjölund | | | Date: Thu Sep 12 21:48:04 2013 +0000 | | | | | | Use the old forkCall functions instead of the new experimental one | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit ba500378209cae6ec9ab9f7aeaef29fbe451df16 | | | Author: Martin Sjölund | | | Date: Thu Sep 12 20:29:21 2013 +0000 | | | | | | Fixed bootstrapping? If it doesn't we need a new tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | | | * commit ad8946e4dc25354881d5ef3d672e819aec6df5a6 | | | Author: Martin Sjölund | | | Date: Thu Sep 12 16:25:51 2013 +0000 | | | | | | #2332 Fix thread safety for MMC_TRY THROW and CATCH | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/System_omc.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 1209179327935a11b280fb08f601dbe024e4b8f4 | | | Author: Adrian Pop | | | Date: Thu Sep 12 15:57:24 2013 +0000 | | | | | | - fix error in previous commit \n -> <%\n%> in Template/CodegenC.tpl. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4c0e1a44eeff648f737a8ba8cbbcfee696a42547 | | | Author: Lennart Ochel | | | Date: Thu Sep 12 15:54:18 2013 +0000 | | | | | | - fix flag descriptions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 24e30ae560f0a3ce0b55ae834dd7e02a2f014446 | | | Author: Adrian Pop | | | Date: Thu Sep 12 15:44:02 2013 +0000 | | | | | | - TSUB(CAST(tuple)) -> CAST(TSUB(tuple)) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f0d5ded5c9a16d53639dcb1c54fa2b43e4bfabf2 | | | Author: OpenModelica Hudson | | | Date: Thu Sep 12 13:58:30 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | | | * commit 8d2a30cf145e7a00f3c64d4317c03bb99ca431e3 | | | Author: Martin Sjölund | | | Date: Thu Sep 12 13:51:46 2013 +0000 | | | | | | Fix end identifier | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit b2c954441cb57ba4a6ede185b7594762177e225b | | | Author: Henning Kiel | | | Date: Thu Sep 12 13:13:46 2013 +0000 | | | | | | implemented builtin command remove() to allow for removing directories recursively | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit 9e27e36ef69f222140baf48428d652ab73f58a17 | | | Author: Niklas Worschech | | | Date: Thu Sep 12 13:11:24 2013 +0000 | | | | | | solver method passed to the cpp runtime, (using cvode instead of dassl) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Makefile.common | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | | | * commit ae05b81be80a5d7901b886520ef1704a9caee14c | | | Author: Niklas Worschech | | | Date: Thu Sep 12 10:50:19 2013 +0000 | | | | | | fix for divide array in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 6f314e7669e93d46e20927e7f9b2b4afefd7ce02 | | | Author: Niklas Worschech | | | Date: Thu Sep 12 10:12:49 2013 +0000 | | | | | | fix for divide array in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 08611e8cb565645d8a9da7f8fc8b555679ea2a44 | | | Author: Niklas Worschech | | | Date: Thu Sep 12 07:53:14 2013 +0000 | | | | | | fix for array access in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit c623a9c0b6bb480309d15db86525d8c543570059 | | | Author: Martin Sjölund | | | Date: Thu Sep 12 07:03:26 2013 +0000 | | | | | | #2341 Support loadString() parsing optimica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Parser_omc.c | | | M Parser/Parser_rml.c | | | | | * commit 8d167da05f95b7f6073f490838aa7b527df7861e | | | Author: Martin Sjölund | | | Date: Wed Sep 11 21:52:45 2013 +0000 | | | | | | Add optimica flag to listed grammars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit cf072ef796ffb416263ecc1ca7e1e002b6635dbf | | | Author: OpenModelica Hudson | | | Date: Wed Sep 11 20:17:40 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 6a8337a75a18001ce7ee28ae8b709d79eb90080f | | | Author: Vitalij Ruge | | | Date: Wed Sep 11 19:53:50 2013 +0000 | | | | | | - update optimiziation tests | | | - compare results (used mumps) | | | - delete removeAliasOpt (alias variable case is now in BatchRactor) | | | - added flag "ls_ipopt": switch linear solver for ipopt | | | - possible that configure must be changed (e.g. -lcoinhsl) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 092831b90cba0ec51a077f9ee8e1a38e9eae6695 | | | Author: Lennart Ochel | | | Date: Wed Sep 11 16:01:20 2013 +0000 | | | | | | - update configure help text | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 65f84e221a459d721df88ebd9166b526cf364571 | | | Author: Willi Braun | | | Date: Wed Sep 11 15:24:54 2013 +0000 | | | | | | #2341 | | | - fixed remove alias for optimica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit fec031e215a3690d966b64375da1d48002e5d4ce | | | Author: Lennart Ochel | | | Date: Wed Sep 11 13:46:47 2013 +0000 | | | | | | - minor code simplification | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit d619c21fff4b85261a6f50c63616a02170e383ae | | | Author: Henning Kiel | | | Date: Wed Sep 11 11:07:15 2013 +0000 | | | | | | change semantics of mkdir() command to match Unix "mkdir -p" (create subdirs if required) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Util.mo | | | | | * commit f88ec56c51b88dcf31bac2d554537d3149f3e486 | | | Author: Volker Waurich | | | Date: Wed Sep 11 10:45:48 2013 +0000 | | | | | | - mergingSimpleNodes considers now endnodes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit f9fa40edd6c2f94de57207c2b4ac62ed5efeee00 | | | Author: Willi Braun | | | Date: Wed Sep 11 10:37:58 2013 +0000 | | | | | | - reorder and removed not used types in BackendDAE | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | * commit 1e2d24c16eefebb523ce69d127afcfd81f83cad5 | | | Author: Lennart Ochel | | | Date: Wed Sep 11 09:51:08 2013 +0000 | | | | | | make public functions protected: | | | - OnRelaxation.dumpMatrix | | | - OnRelaxation.transformJacToMatrix | | | - OnRelaxation.dumpJacMatrix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit a0d98c542d4115619e1798b061e557b26859b4c0 | | | Author: OpenModelica Hudson | | | Date: Wed Sep 11 09:43:59 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | | | * commit 95f26818759fb9051b698ab050e3cd91c6187b46 | | | Author: OpenModelica Hudson | | | Date: Wed Sep 11 09:43:27 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/CVode/FactoryExport.h | | | | | * commit 9438ebbb71f1528286b370d1b6a25b030698523f | | | Author: Niklas Worschech | | | Date: Wed Sep 11 09:40:08 2013 +0000 | | | | | | activated Cvode in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | | | A SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/CVode/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | | | * commit f861d377d874884fe35f40bd1cda2aecd2c2365f | | | Author: Niklas Worschech | | | Date: Wed Sep 11 08:04:40 2013 +0000 | | | | | | fix in cpp template for asub operator | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit fd3a43dbb675281b38bd28953eec8d4f82a7226e | | | Author: Niklas Worschech | | | Date: Wed Sep 11 06:43:57 2013 +0000 | | | | | | fix in cpp template for range operator | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 036e81f8c9e28fa7edc9595a440476038715e7b7 | | | Author: Lennart Ochel | | | Date: Tue Sep 10 14:57:37 2013 +0000 | | | | | | - upper and lower case | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit afa6677265ac28f792af703d93350944c255ec8c | | | Author: Lennart Ochel | | | Date: Tue Sep 10 14:32:37 2013 +0000 | | | | | | - minor changes (fix description strings, comments, typos, ...) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Config.mo | | | | | * commit 2fa4b4d5e6ad3dd352876a171388384bf5da54f8 | | | Author: Henning Kiel | | | Date: Tue Sep 10 14:21:17 2013 +0000 | | | | | | implemented builtin command mkdir() to avoid trouble using system("mkdir -p dir") | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 49885647ebdb94746ddf9f3d0eff00d7eddc83c8 | | | Author: Niklas Worschech | | | Date: Tue Sep 10 10:59:07 2013 +0000 | | | | | | fix in cpp template for pre operator | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6d055757c2a3c1a5e1e6ae46cc2c22add2e4fae8 | | | Author: Adrian Pop | | | Date: Tue Sep 10 04:39:40 2013 +0000 | | | | | | Fix bug: #2338 | | | - better handling of removal from sets of broken overconstrained edges. | | | Compiler/FrontEnd/ConnectionGraph.mo | | | Now models: | | | Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta | | | Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar | | | are balanced, however code generation fails for them, handing over to | | | -> Mahder - overloaded operators issue. | | | - better circular message in Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | | * commit 838279f6b9eb88d12f98f26c932ef62758bf6745 | | | Author: OpenModelica Hudson | | | Date: Mon Sep 9 12:51:10 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | | | * commit 971a5bd3b2092d3f103448ee33638bffc3fa8428 | | | Author: Niklas Worschech | | | Date: Mon Sep 9 12:43:06 2013 +0000 | | | | | | -starttime,stoptime,stepsize are passed to cpp simulation. Added range to cpp template, | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | * commit 085acc2a176078b14fe8b71a98c03e0e40b01b14 | | | Author: Per Östlund | | | Date: Mon Sep 9 09:31:21 2013 +0000 | | | | | | - Lots of changes to the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | A Compiler/FrontEnd/NFRedeclare.mo | | | M Compiler/Makefile.common | | | | | * commit 442b97ff69d92ddf2e38ccfe383805e1891943d1 | | | Author: Adrian Pop | | | Date: Mon Sep 9 02:31:58 2013 +0000 | | | | | | - empty defines for some openmp functions if we don't have _OPENMP | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 854bb540b7304c4114d625172ab27e91f83a8e21 | | | Author: Adrian Pop | | | Date: Mon Sep 9 01:11:52 2013 +0000 | | | | | | - fix wrong negative logic. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 26dfba7cc8e45289669dcf0e604d9e8502cbb42d | | | Author: Adrian Pop | | | Date: Mon Sep 9 01:01:50 2013 +0000 | | | | | | - only generate #define HPCOM if compiler is not CLANG. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit af0c4802d3a4255d131832f947f797f56de350ac | | | Author: Adrian Pop | | | Date: Sun Sep 8 23:08:00 2013 +0000 | | | | | | - continue on fix ipopt linking flags on Linux using a quick hack for now | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 8275ecdf15e5867916d0ab00d2bde2369da4b65f | | | Author: Adrian Pop | | | Date: Sun Sep 8 22:31:45 2013 +0000 | | | | | | - empty defines for some openmp functions if we don't have _OPENMP | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 8d89e1cd7974482d77d1c50890fa62fe11099e78 | | | Author: Adrian Pop | | | Date: Sun Sep 8 22:12:13 2013 +0000 | | | | | | - fix ipopt linking flags on Linux using a quick hack for now | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 2a1008592df09ca837a304fca0f37a4b8989ee18 | | | Author: Lennart Ochel | | | Date: Sun Sep 8 20:31:55 2013 +0000 | | | | | | - fix comments (typos, ...) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 5873092492f63833c30e36ea856b06dc574f04d4 | | | Author: Adrian Pop | | | Date: Sun Sep 8 19:33:19 2013 +0000 | | | | | | - attempt to fix hpcom tests on CLANG | | | by only adding -fopenmp if the compiler is not clang. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 1937f1a5745f9f8c88250c39955af50b2b76a7f0 | | | Author: Adrian Pop | | | Date: Sun Sep 8 19:19:10 2013 +0000 | | | | | | - fix FMI tests | | | - force static build of fmilib on Windows and | | | shared build of fmilib on Linux/Other | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1b92d899e81823b3600cd1fbe2ae1d705fa5253d | | | Author: Lennart Ochel | | | Date: Sun Sep 8 11:18:24 2013 +0000 | | | | | | - minor changes (e.g. removal of unused local variables, typos, …) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 8de2ae948967ad7d3d590e62406c0ce685178ea4 | | | Author: OpenModelica Hudson | | | Date: Sun Sep 8 10:40:46 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 69f7755f1ecc59a2d0bb16d98e4cc4c1c1a810e2 | | | Author: Marcus Walther | | | Date: Sun Sep 8 10:08:57 2013 +0000 | | | | | | - added a list scheduler to the hpcOmScheduler Module | | | - cleaned up the hpcOmSimCode Module | | | - changed the getCriticalPath method | | | - modified the CodegenC including the SimCodeTV to create parallel code based on the list scheduling | | | - added a config flag to switch between different hpcom-Scheduling algorithms | | | - modified the hpcom testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit de67147166dffa2781f9436e309eccf104435b10 | | | Author: Martin Sjölund | | | Date: Sun Sep 8 06:45:00 2013 +0000 | | | | | | Don't compile with ipopt if we lack kinsol | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit f8d945100d4cc82753d38a97c285f11260c9d510 | | | Author: Martin Sjölund | | | Date: Sun Sep 8 06:07:09 2013 +0000 | | | | | | Check if it is possible to link ipopt before we start using it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 88beaf0a1b65c1a5025ddd549e41fe28b6e7b130 | | | Author: Martin Sjölund | | | Date: Sat Sep 7 20:10:26 2013 +0000 | | | | | | Shared fmi lib breaks bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 2ca88f6e0768357ddf2a84cf77456f395d82c8f0 | | | Author: Martin Sjölund | | | Date: Sat Sep 7 19:17:52 2013 +0000 | | | | | | Use dynamic FMI library. Still keeping C-runtime static because otherwise the fmi library cannot read strings... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit a949c35eb624f7dfd0aa6f95f6057c980bf5589d | | | Author: Martin Sjölund | | | Date: Sat Sep 7 15:01:17 2013 +0000 | | | | | | Fix configure on Ubuntu (ipopt on ubuntu is not linked against metis) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit c6008727f6aef1ecd43d8f63ad0fc9399f481af5 | | | Author: Lennart Ochel | | | Date: Sat Sep 7 14:39:21 2013 +0000 | | | | | | - minor fix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit 400de1dcf50685c8f0c3a1bf7f216736612e46ee | | | Author: Lennart Ochel | | | Date: Sat Sep 7 14:35:37 2013 +0000 | | | | | | - minor formatting changes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.c | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/simulation_inline_solver.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 001e6e6c763aee972c6fbe777b92162e4bdb0701 | | | Author: Lennart Ochel | | | Date: Sat Sep 7 11:50:18 2013 +0000 | | | | | | - try to improve readability of optimization source code (using spaces, indention, …) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M SimulationRuntime/c/optimization/OptimizationFlags.h | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/interfaceOptimization.h | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit e0cc6ae5216f00481c49b54907ce8c03a7909dfe | | | Author: Lennart Ochel | | | Date: Sat Sep 7 10:55:20 2013 +0000 | | | | | | - move testsuite/simulation/optimization to testsuite/openmodelica/cruntime/optimization | | | - include optimizations tests into testsuite | | | - remove CPU time dump for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 9cae56ea1637b7f147136ce7188615ece0d8f13c | | | Author: Lennart Ochel | | | Date: Sat Sep 7 10:16:16 2013 +0000 | | | | | | - mumps and metis are also needed for ipopt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 24b1b9d888d87560617f9e2d29a756bd85465bbd | | | Author: Adrian Pop | | | Date: Fri Sep 6 17:42:58 2013 +0000 | | | | | | - UPDATE your OMDev so you get Ipopt compiled with OMDev/MinGW | | | - always use Ipopt when compiling with OMDev/MinGW | | | - added ipopt libs in config.h | | | - properly clean SimulationRuntime/c/optimization in SimulationRuntime/c/Makefile.common | | | - add the ipopt include in SimulationRuntime/c/Makefile.omdev.mingw | | | - the tests in testsuite/simulation/optimization/basic are all working now, | | | they should be added to the testsuite. | | | - TODO: | | | link with ipopt libs only if +g=Optimica is active as the executables become quite large (11MB) | | | we should discuss in how we can make it more consistent and homogeneous when we | | | add new lib dependencies to OpenModelica. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 9c2abed3c675e4a3f16ddc354122e9dd6755bb73 | | | Author: Adrian Pop | | | Date: Fri Sep 6 15:35:20 2013 +0000 | | | | | | - add include: | | | INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/optimization | | | so that MSVC can find interfaceOptimization.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | | | * commit 0e701321f0601755aca3d9729e7e03f900aedd25 | | | Author: Christian SChubert | | | Date: Fri Sep 6 15:11:00 2013 +0000 | | | | | | attempt to fix cppRuntime test, that I broke earlier | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 911461dd8ea72b1d6fba32cde92903e358ed9515 | | | Author: Martin Sjölund | | | Date: Fri Sep 6 14:46:57 2013 +0000 | | | | | | Look for ipopt by default | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 8991fcb256e4bb24940bc232bb0ce35be86c37d6 | | | Author: Christian SChubert | | | Date: Fri Sep 6 14:35:04 2013 +0000 | | | | | | simulationruntimec: added #include "gc.h" as GC_malloc was unknown to msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/modelica_string.c | | | | | * commit c4cd06db642a86db41f5e640b2787349f43ca81b | | | Author: Christian SChubert | | | Date: Fri Sep 6 14:34:00 2013 +0000 | | | | | | fix compilation with target=msvc: compile gc and add it to the makefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/CMakeLists.txt | | | | | * commit 8c35341c1b3aa853c7135057663db5d2d4e066ae | | | Author: Martin Sjölund | | | Date: Fri Sep 6 14:32:41 2013 +0000 | | | | | | Never define function implementations in headers. Use macros or something. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/interfaceOptimization.h | | | | | * commit 0651b8d015187972e0bc8e3724b5b7d9d5150899 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 6 13:56:18 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | M SimulationRuntime/c/optimization/constraints/evalfG.c | | | M SimulationRuntime/c/optimization/goal/evalF.c | | | M SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | M SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | M SimulationRuntime/c/optimization/ipoptODEstruct.h | | | M SimulationRuntime/c/optimization/localFunction.h | | | M SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit 13f8f8ee994ebf7ecccc90f2718c4979ce04ce67 | | | Author: Lennart Ochel | | | Date: Fri Sep 6 13:55:17 2013 +0000 | | | | | | - minor changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit c82b8854b663a70a92c94c499600851a968ab8bf | | | Author: Lennart Ochel | | | Date: Fri Sep 6 13:40:14 2013 +0000 | | | | | | - remove unneeded defines because of last revision | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit 342447ad6a637f961e3d25f3d6ca3445c8b31739 | | | Author: Vitalij Ruge | | | Date: Fri Sep 6 13:36:59 2013 +0000 | | | | | | - use ipopt function only if ipopt is known | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit 3ceecf0484c51ea20c6351aed04b60ce7beae5dd | | | Author: Lennart Ochel | | | Date: Fri Sep 6 13:29:44 2013 +0000 | | | | | | - define types if needed (?!) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/optimization/localFunction.h | | | | | * commit b5c1e529f281769561374725695ab4a75b5919d7 | | | Author: Vitalij Ruge | | | Date: Fri Sep 6 13:12:55 2013 +0000 | | | | | | - see r17086 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M SimulationRuntime/c/Makefile.common | | | A SimulationRuntime/c/optimization/OptimizationFlags.h | | | A SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | A SimulationRuntime/c/optimization/constraints/evalfG.c | | | A SimulationRuntime/c/optimization/goal/evalF.c | | | A SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | A SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | A SimulationRuntime/c/optimization/interfaceOptimization.h | | | A SimulationRuntime/c/optimization/ipoptODEstruct.h | | | A SimulationRuntime/c/optimization/localFunction.h | | | A SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 5b9b40e359b4a3fc5bb8f37e626d1936cd35d05d | | | Author: OpenModelica Hudson | | | Date: Fri Sep 6 11:56:37 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit aa7ffaac5463919ed6fe4b71426c5387baee8c96 | | | Author: Christian SChubert | | | Date: Fri Sep 6 11:54:19 2013 +0000 | | | | | | cppruntime: minor bugfix linear systems, copy rhs into residuals | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 1cd1da9ca2376194ebb52a716d842c4f9820f52c | | | Author: Christian SChubert | | | Date: Fri Sep 6 09:45:50 2013 +0000 | | | | | | cppRuntime: fixed build with msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | D SimulationRuntime/cpp/Makefile.nmake | | | | | * commit 227edf45b5cd428a62fd2e8f565eb825d8559fc6 | | | Author: Christian SChubert | | | Date: Fri Sep 6 07:55:32 2013 +0000 | | | | | | minor bugfix cppRuntime: linear systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | | | * commit b7699f9b6fed4a483464042f2659bb107a913e3d | | | Author: Niklas Worschech | | | Date: Fri Sep 6 07:10:39 2013 +0000 | | | | | | fix in cpp template for linear systems (wrong dim variable was used) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 68d9e6f0cba0ebf2c55a155cd195c169db878bed | | | Author: Adrian Pop | | | Date: Fri Sep 6 02:00:48 2013 +0000 | | | | | | - revert r17084-r17081 as it breaks way too many models. | | | - please run the testuite before you do the commit and re-do the commit. | | | - ExpressionSolve.mo: add more information to singular expression assert and make it a warning. | | | do we need an error here? | | | | | | r17084 | | | - missing files for last commit | | | --------------------- | | | r17083 | | | [Janitor mode] Fix tabs | | | --------------------- | | | r17082 | | | [Janitor mode] Set auto-props | | | --------------------- | | | r17081 | | | - fixed simplify - added rules for jacobian - added optimization based on ipopt (thank everybody for help) | | | --------------------- | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M SimulationRuntime/c/Makefile.common | | | D SimulationRuntime/c/optimization/OptimizationFlags.h | | | D SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | D SimulationRuntime/c/optimization/constraints/evalfG.c | | | D SimulationRuntime/c/optimization/goal/evalF.c | | | D SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | D SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | D SimulationRuntime/c/optimization/interfaceOptimization.h | | | D SimulationRuntime/c/optimization/ipoptODEstruct.h | | | D SimulationRuntime/c/optimization/localFunction.h | | | D SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit bb33c63ca588ab273b420517d6458430bfe9f434 | | | Author: Vitalij Ruge | | | Date: Fri Sep 6 01:02:34 2013 +0000 | | | | | | - missig files for last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/c/optimization/OptimizationFlags.h | | | A SimulationRuntime/c/optimization/constraints/evalfDiffG.c | | | A SimulationRuntime/c/optimization/constraints/evalfG.c | | | A SimulationRuntime/c/optimization/goal/evalF.c | | | A SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c | | | A SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c | | | A SimulationRuntime/c/optimization/interfaceOptimization.h | | | A SimulationRuntime/c/optimization/ipoptODEstruct.h | | | A SimulationRuntime/c/optimization/localFunction.h | | | A SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c | | | | | * commit c2656a8e70987dc3d1ce48f045e4e39b7359b1b6 | | | Author: OpenModelica Hudson | | | Date: Fri Sep 6 01:00:13 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit a87283914890cef63fd1067950962fe519f3e6db | | | Author: Vitalij Ruge | | | Date: Fri Sep 6 00:57:52 2013 +0000 | | | | | | - fixed simplify | | | - added rules for jacobian | | | - added optimization based on ipopt (thank everybody for help) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 678e69bf31fdccd7a61e25a697e827b90f7b0bea | | | Author: Christian SChubert | | | Date: Thu Sep 5 13:01:59 2013 +0000 | | | | | | minor changes to makefiles of cppruntime. Targets 'runtimeCPPinstall' 'runtimeCPPmsvcinstall' seem to work now. Running both of them causes CMake to fail as they share some paths. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Makefile.nmake | | | | | * commit aff2c245bc6dacba17f36bbe1197614fe6774199 | | | Author: Martin Sjölund | | | Date: Thu Sep 5 11:04:32 2013 +0000 | | | | | | Some stack overflow fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit d1b206e8220acaa3812f23e450696be99c5fd5f4 | | | Author: Martin Sjölund | | | Date: Thu Sep 5 05:57:24 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 28b30507590f5d77be7fad2e8e5d409272508699 | | | Author: Martin Sjölund | | | Date: Wed Sep 4 10:06:53 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit b94ef7379f71aa3d22c9fe56e0c9c38bb2b0839c | | | Author: Henning Kiel | | | Date: Wed Sep 4 07:15:14 2013 +0000 | | | | | | - fix syntax of PO file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/de.po | | | | | * commit b2985763b9994f2a1704fe2776001e9617b250ba | | | Author: Henning Kiel | | | Date: Wed Sep 4 07:12:52 2013 +0000 | | | | | | - update german translation of OMC. | | | - ignore generated files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | | | * commit 77a305144347959cdfc5e1e19d40851cb811dd85 | | | Author: Martin Sjölund | | | Date: Tue Sep 3 20:56:35 2013 +0000 | | | | | | Update bootstrapping sources, strdup workarounds for string assignments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit bbe882a7ed3f9ad9092f355f2795c31a675ed4df | | | Author: Martin Sjölund | | | Date: Tue Sep 3 20:26:39 2013 +0000 | | | | | | Use boehm GC_malloc for string allocation (TODO: Fix all weird workarounds in the C codegen since we don't need them any longer) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/memory_pool.h | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit ad9706893866dbfcc03ec1f15359ab71685524d1 | | | Author: Adeel Asghar | | | Date: Tue Sep 3 19:57:30 2013 +0000 | | | | | | #2327 | | | - Don't force the MetaModelica grammar for MDT. Use the preferences value if you want to set MetaModelica grammar. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 4997fd71c874054ec65fc2e7216d007a1613ded6 | | | Author: Martin Sjölund | | | Date: Tue Sep 3 15:01:52 2013 +0000 | | | | | | Stack overflow (instantiation of HumMod can now be done in 512kB stack on bootstrapped omc) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/Util/List.mo | | | M Makefile.in | | | | | * commit d65ed85fb8d6a6e22d89f6fcbceac091e6fbdf1f | | | Author: Per Östlund | | | Date: Tue Sep 3 13:28:25 2013 +0000 | | | | | | - Fixed propagation of file info for duplicate enumeration literals error. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | | | * commit 8967dd5870d3a72e22734f30af5a9aad97ce2629 | | | Author: Per Östlund | | | Date: Tue Sep 3 13:10:56 2013 +0000 | | | | | | - Updated swedish translation of OMC. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | | | * commit 4dca48b9c47f123e605e4fdfaf3a6138cf14d2d7 | | | Author: Martin Sjölund | | | Date: Tue Sep 3 10:45:39 2013 +0000 | | | | | | Fix stackoverflow, expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit f0b263ff86e45a776a0b4ba8c4d369be372c4b7a | | | Author: Adrian Pop | | | Date: Tue Sep 3 08:55:27 2013 +0000 | | | | | | - fixes to inner outer prefixing when prefix is Prefix.NOPRE (top scope). | | | - testsuite/flattening/modelica/scoping/InnerEnumeration.mo to test the fix. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | | | * commit 8fccb74696773c87e89a616f84cd0a7180cda6a4 | | | Author: Lennart Ochel | | | Date: Tue Sep 3 08:50:23 2013 +0000 | | | | | | - public function evaluateAnnotation is not used. Should it be removed? | | | - update some description strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 50f5219d3f8c74f0fb534c782df4c9112c7c1388 | | | Author: Lennart Ochel | | | Date: Tue Sep 3 08:31:39 2013 +0000 | | | | | | - remove unused debug flag "frontendInlineEuler" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit f4b596a5502584dc784f48e5405f1f89a1bc5801 | | | Author: Lennart Ochel | | | Date: Tue Sep 3 08:13:26 2013 +0000 | | | | | | - remove commented handling of if equations because this was already moved to the Backend (r12372?) | | | - comment unused inline solver implementation (this is Backend stuff anyway) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 024e3ea026e3bbadc5f19b6394cce2bf00db5cd7 | | | Author: Adrian Pop | | | Date: Tue Sep 3 07:26:41 2013 +0000 | | | | | | - there is no fsync for MinGW/Windows, use FlushFileBuffers | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/socketimpl.c | | | | | * commit 010089b9faa57a22a1d312b29ef1227b490c49b1 | | | Author: Martin Sjölund | | | Date: Tue Sep 3 06:06:08 2013 +0000 | | | | | | Use cat instead of echo ... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 4aee6b75db327b178d2a3a7655f88b83a3357755 | | | Author: Martin Sjölund | | | Date: Tue Sep 3 06:04:17 2013 +0000 | | | | | | Try to fix complaince suite oddities | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 83b099e3d0e7e1c155fc392659723aec2cb0f60b | | | Author: Martin Sjölund | | | Date: Mon Sep 2 20:53:02 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit ff44f4b5647055b47dd17e8500bc8bdf376e5ea7 | | | Author: Martin Sjölund | | | Date: Mon Sep 2 18:44:00 2013 +0000 | | | | | | Fix FMU compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 07c66dfe3aadb75f99d9ed52c49db89ee052b83a | | | Author: Martin Sjölund | | | Date: Mon Sep 2 16:40:16 2013 +0000 | | | | | | Fix simulation builds again (both OSX and Linux should work) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ea30ceec078d5d49023b0bf7179bc80b118565af | | | Author: Adrian Pop | | | Date: Mon Sep 2 15:50:55 2013 +0000 | | | | | | - fix Windows build for simulationruntimecmsvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | | | * commit bc1c42e4242bedd5515ac25d713dd0a09a6e8582 | | | Author: Martin Sjölund | | | Date: Mon Sep 2 15:13:54 2013 +0000 | | | | | | OSX compilation fixes for lis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Makefile.in | | | M configure.in | | | | | * commit ec6b4feddda745b9137e956e983c539cc625ffa2 | | | Author: Martin Sjölund | | | Date: Mon Sep 2 14:44:57 2013 +0000 | | | | | | Fixes for lis compilation on Linux | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 51307391e6b12a403e8af817e7dd1b405f49056b | | | Author: Martin Sjölund | | | Date: Mon Sep 2 14:42:54 2013 +0000 | | | | | | Fix stack overflow | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit c8d818767fe14bf955fbb483459a60f2ed2bc25c | | | Author: OpenModelica Hudson | | | Date: Mon Sep 2 14:27:07 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | | | * commit 749ffe6084047512d9a34103f1a81dd33f2b183f | | | Author: Marcus Walther | | | Date: Mon Sep 2 13:59:48 2013 +0000 | | | | | | - linear solver "lis" with sources added | | | - please update OMDev if you are working under windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | A SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | A SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 71b529f44358af41392dfd4d4948e6662aa2364e | | | Author: Adrian Pop | | | Date: Mon Sep 2 13:46:59 2013 +0000 | | | | | | - more classes needs to be deleted | | | (because they generate errors in for different scopes). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit da2d7981e5ed874d6300dff7377efc52ca76ca08 | | | Author: Henning Kiel | | | Date: Mon Sep 2 11:57:48 2013 +0000 | | | | | | - fix for rev.17014 (pass option to linker via -Xlinker when using gcc/g++ as linker) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17020 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 4d37e18eb0c6914109a7ae4f1967312e30a4d71c | | | Author: Martin Sjölund | | | Date: Mon Sep 2 11:07:46 2013 +0000 | | | | | | Fix stack overflow | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit e8fc3c42c8ecd014ee273b9350b5871ad3d06591 | | | Author: Martin Sjölund | | | Date: Mon Sep 2 10:58:07 2013 +0000 | | | | | | Parse the compliance suite using Modelica grammar, not MM | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit d7bf41a8db812683be68c931381316080d654907 | | | Author: Martin Sjölund | | | Date: Mon Sep 2 09:18:02 2013 +0000 | | | | | | Fix for stack overflow | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit ff80dbe7b9e87874864e61155a307467690b4e3d | | | Author: Henning Kiel | | | Date: Mon Sep 2 08:43:14 2013 +0000 | | | | | | - use "--export-all-symbols" instead of "-export-dynamic" for windows (PE targets) as suggested by the linker | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 31a73c9decf36610fe2e5375459c295b1ba94c78 | | | Author: Martin Sjölund | | | Date: Sun Sep 1 19:52:21 2013 +0000 | | | | | | Flush stdout at end of execution since it's not automatically flushed when piped to files on Linux | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1b2d4d0ec4849bbcfa1367ec14ded594273d4a76 | | | Author: Martin Sjölund | | | Date: Sun Sep 1 08:13:08 2013 +0000 | | | | | | Disable parallel marking (causes the process to spin at exit) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 38fde2b91894e9d7f3f9b31b71558e1868334515 | | | Author: Martin Sjölund | | | Date: Sun Sep 1 08:08:53 2013 +0000 | | | | | | Some fixes for valgrind crying wolf | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResults_omc.cpp | | | M Compiler/runtime/SimulationResults_rml.c | | | | | * commit 515fbaeb4d67f4e30e9061217850cd2adeeb216b | | | Author: Adrian Pop | | | Date: Sat Aug 31 22:38:34 2013 +0000 | | | | | | - try to fix the Windows testsuite, | | | add -lpthread to the simulation code linker flags. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 88eea86474bbb1594a7e82001acba4bcc6b18985 | | | Author: Martin Sjölund | | | Date: Sat Aug 31 20:38:54 2013 +0000 | | | | | | Fix a typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 68c41e1cb2d2f708314ebdd00e2edcf0307cfecc | | | Author: Martin Sjölund | | | Date: Sat Aug 31 16:47:34 2013 +0000 | | | | | | Fewer global symbols, compile fewer functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/generational.h | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 2bc2eeb199f4e7003aaac482205022d11ce4fd40 | | | Author: Henning Kiel | | | Date: Fri Aug 30 11:26:54 2013 +0000 | | | | | | - fix infinite recursive loop (call Implementation instead) | | | - include winsock2.h on windows, so that the code compiles there as well | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Socket_omc.c | | | M Compiler/runtime/socketimpl.c | | | | | * commit ba2f50630f3bcc63eb505ab96ae477f48c387a3f | | | Author: Lennart Ochel | | | Date: Fri Aug 30 11:22:59 2013 +0000 | | | | | | - improving the code structure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 49c8ab87d1a7de8e51cbc5b7b7be7f1752b57fa2 | | | Author: Adrian Pop | | | Date: Thu Aug 29 14:08:19 2013 +0000 | | | | | | - fix Windows build (include the needed headers). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Socket_omc.c | | | | | * commit a1213a10086b2810433265a5cec30190b1e4fe4f | | | Author: Martin Sjölund | | | Date: Thu Aug 29 11:39:09 2013 +0000 | | | | | | Try new features for separate compilation | | | - Fix socket implementation for bootstrapped omc (OMShell-terminal should now work) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | R085 Compiler/runtime/Socket_omc.cpp Compiler/runtime/Socket_omc.c | | | M Compiler/runtime/Socket_rml.c | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/socketimpl.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 5a53c24317fbda286674364fb05fb19bc2280eb0 | | | Author: Lennart Ochel | | | Date: Thu Aug 29 08:13:46 2013 +0000 | | | | | | - fix commented descriptions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Main/Main.mo | | | | | * commit b957f4ba051600a56b5ae24b6d7239200d100348 | | | Author: Lennart Ochel | | | Date: Thu Aug 29 08:06:21 2013 +0000 | | | | | | - remove irrelevant and often wrong information from some description strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit ccb775e570a3136697da69883a7a7c76feea7f82 | | | Author: Lennart Ochel | | | Date: Thu Aug 29 07:42:22 2013 +0000 | | | | | | - attempts to get realtimeTick and realtimeTock for RT_CLOCK_BACKEND on the same level | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Main/Main.mo | | | | | * commit e46db64412913e1b948bd983a89ffa3b86cf7c25 | | | Author: Lennart Ochel | | | Date: Wed Aug 28 14:20:28 2013 +0000 | | | | | | - fix last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit a164f0a5aaf3d6a520a895301ec53d4e095793a4 | | | Author: Lennart Ochel | | | Date: Wed Aug 28 14:13:33 2013 +0000 | | | | | | - change some description strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/Util.mo | | | | | * commit f4bd0121171605ffbecafb7c12bd51c117cb433f | | | Author: Patrick Marcel Taeuber | | | Date: Wed Aug 28 13:23:58 2013 +0000 | | | | | | - Cellier Tearing algorithm completed | | | - Introduced modified Cellier Tearing (named: cellier2) | | | - Tearing Testsuite revised | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f6d0d146d20d056fc0aa2ded4e164a4fc99b2209 | | | Author: Lennart Ochel | | | Date: Tue Aug 27 15:47:50 2013 +0000 | | | | | | Reintroduce +d=doLinearTearing to keep backwards compatibility. This will be reverted after the next release. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7b82dba865776e5d140e4bad6b60f45725124af5 | | | Author: Martin Sjölund | | | Date: Tue Aug 27 11:22:02 2013 +0000 | | | | | | Add text that "debug"-flags are also for experimental features | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit f1136af6aa4db8690282d249b52b824f3b6186aa | | | Author: Lennart Ochel | | | Date: Tue Aug 27 09:36:38 2013 +0000 | | | | | | - change +d=doLinearTearing to +linearTearing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 569c48d4e0850db8641702d5207862ab1bec4924 | | | Author: Lennart Ochel | | | Date: Mon Aug 26 18:51:02 2013 +0000 | | | | | | - update inner equations for nonlinear systems (fix for #2324) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 7d177c117b7e9e81dae677f7a9e862e7b0d69e99 | | | Author: Adeel Asghar | | | Date: Mon Aug 26 10:04:59 2013 +0000 | | | | | | - Removed some unused stuff. | | | - small fixes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit 27a8a7dbac29b9eaf00fd6dbecdb238bf38379c4 | | | Author: Lennart Ochel | | | Date: Mon Aug 26 07:44:31 2013 +0000 | | | | | | improve condition expression | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/getMemorySize.c | | | | | * commit d54a8f038b8df5d84f61f7b7aafedc17dccf048d | | | Author: Lennart Ochel | | | Date: Mon Aug 26 07:43:26 2013 +0000 | | | | | | 64-bit windows api is not available in mingw | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/getMemorySize.c | | | | | * commit 6d92f1f6d8889a5782300dfa69baca88bed53583 | | | Author: Martin Sjölund | | | Date: Mon Aug 26 06:54:39 2013 +0000 | | | | | | Try to fix MinGW compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/getMemorySize.c | | | | | * commit adde5c1aeef76ccb26516f01d982a7b2b2a52215 | | | Author: OpenModelica Hudson | | | Date: Mon Aug 26 06:35:50 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/getMemorySize.c | | | | | * commit 05a82d691125e69b35aeb589189017c814fcd551 | | | Author: Martin Sjölund | | | Date: Mon Aug 26 06:31:49 2013 +0000 | | | | | | Bootstrapping fixes for OSX and low-memory targets | | | - Added API call to find out system memory size | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/System.mo | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | A Compiler/runtime/getMemorySize.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/meta/meta_modelica_real.c | | | M SimulationRuntime/c/meta/meta_modelica_real.h | | | M SimulationRuntime/c/meta/meta_modelica_string_lit.c | | | M SimulationRuntime/c/meta/meta_modelica_string_lit.h | | | | | * commit b7a57ca26047157e08e9999dfe2dfad338da619d | | | Author: Lennart Ochel | | | Date: Fri Aug 23 15:31:42 2013 +0000 | | | | | | Consider also the inner equations for nonlinear equations. These may also be nonlinear. This is necessary at least for some tearing approaches. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit c5c8a913cb361d5586f8049c242fff16a1f4256b | | | Author: Martin Sjölund | | | Date: Fri Aug 23 14:52:59 2013 +0000 | | | | | | Initial makefile changes for osx bootstrapped omc (which crashes in the GC when compiled with clang) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 3ec6af25cf63a8462c69d2c8c837174a47ecd547 | | | Author: Per Östlund | | | Date: Fri Aug 23 14:21:43 2013 +0000 | | | | | | - Updated swedish translation of omc. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/sv.po | | | | | * commit 427555a24fd16ca317ac16d1e5623989be086c42 | | | Author: Martin Sjölund | | | Date: Fri Aug 23 11:37:56 2013 +0000 | | | | | | Bootstrapping fixes | | | - Fixed stack overflow in backend | | | - Return an error-message when separate code generation fails for a package that does not give an error-message | | | - Don't free() before last use in system_parallel (sometimes gave wrong exit status) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 6f7d794a3a49e9e746aaf9963071136212fceb4d | | | Author: Martin Sjölund | | | Date: Fri Aug 23 09:01:27 2013 +0000 | | | | | | Fix for OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit f9165fa97a8a9acd8a6b4433214b34ce6f53f92d | | | Author: Lennart Ochel | | | Date: Thu Aug 22 14:46:49 2013 +0000 | | | | | | - fix for #2310 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit a15366d1d7e423b6373126da5edc0b1bed261397 | | | Author: Martin Sjölund | | | Date: Thu Aug 22 14:05:07 2013 +0000 | | | | | | Enable running templates in the bootstrapping target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 318180c31631ecf988909cde84f2e964ab2a8f31 | | | Author: Lennart Ochel | | | Date: Thu Aug 22 13:30:58 2013 +0000 | | | | | | - fix initialization of mixed system by defining additional macros for continuous-time variables 'xyz': | | | - #define _$P$PRE$P'xyz'(i) $P$PRE$P'xyz' | | | - #define $P$ATTRIBUTE$P$PRE$P'xyz' $P$ATTRIBUTE$P'xyz' | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ac659984993aa8a07daeeaae89eff5ece352e4d0 | | | Author: Martin Sjölund | | | Date: Thu Aug 22 13:11:39 2013 +0000 | | | | | | Windows compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 18e300fecf0d30598a22ce708a98d856d961cf94 | | | Author: Martin Sjölund | | | Date: Thu Aug 22 12:39:09 2013 +0000 | | | | | | Added code to make separate compilation use dummy .stamp files instead of updating C-code. | | | By comparing the generated code to the old, we only re-compile files that actually changed. | | | Added new debug-flag to be able to turn off function inlining (made separate compilation non-deterministic). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 291270ca3eb3fcf428618860eda096789ed8b8ce | | | Author: Per Östlund | | | Date: Thu Aug 22 10:18:47 2013 +0000 | | | | | | - Updated swedish translation of omc. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | | | * commit e7a3f51505186ba04aa49fd293b93b06ae3a339d | | | Author: Adrian Pop | | | Date: Thu Aug 22 09:21:26 2013 +0000 | | | | | | - added dumpSCCGraphML to dump Strongly Connected Components as GraphML. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit cedad80ca28d2f8c7fe0c5dc1d94eab49f16062d | | | Author: Adrian Pop | | | Date: Wed Aug 21 14:22:16 2013 +0000 | | | | | | Fix bug #2300 | | | - remove statements containing arrays of zero | | | - this also affects #1907 | | | maybe we should keep the function call but remove the lhs (make it wild) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit f7581ccaa672e717f7c7ec340363e3c7515d365f | | | Author: Lennart Ochel | | | Date: Wed Aug 21 12:03:54 2013 +0000 | | | | | | - fix last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit d94b6f4321aa78125b9d94995acf75e1ac2c4a53 | | | Author: Lennart Ochel | | | Date: Wed Aug 21 12:03:04 2013 +0000 | | | | | | - fix initialization of pre variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 166f1c1579293ca5bae177cbf37614ec48dc8d43 | | | Author: Martin Sjölund | | | Date: Wed Aug 21 11:01:02 2013 +0000 | | | | | | Don't link hwloc against all simulations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | M configure.in | | | | | * commit 5f001583931001b19172fafd99e5a562b5e65846 | | | Author: Martin Sjölund | | | Date: Tue Aug 20 14:25:57 2013 +0000 | | | | | | Make DAE traversal function tail-recursive, possible to only call on rhs of statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 96b7fe8f7c9c639b76c534dc71f290998d76b425 | | | Author: Martin Sjölund | | | Date: Tue Aug 20 14:02:37 2013 +0000 | | | | | | Revert r16871 (needs lis source code for linux, or ifdef's to not compile against it) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | D SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | D SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 23a9f28d48d6ed72dddad62016af2b8dfa3c797f | | | Author: OpenModelica Hudson | | | Date: Tue Aug 20 12:56:57 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | | | * commit 1d12ed138695822152552f6e625579671fa6e596 | | | Author: Marcus Walther | | | Date: Tue Aug 20 12:54:51 2013 +0000 | | | | | | - linear solver "lis" added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | A SimulationRuntime/c/simulation/solver/linearSolverLis.c | | | A SimulationRuntime/c/simulation/solver/linearSolverLis.h | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 8945a66b38d1b52fc9ad714d02442f5b9b5f8bb1 | | | Author: Lennart Ochel | | | Date: Tue Aug 20 11:57:54 2013 +0000 | | | | | | - fix initialization of pre variables (at least for states) | | | - fix #2263 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 44b1aa953d943235e09a64e340993732a0e88934 | | | Author: Per Östlund | | | Date: Tue Aug 20 11:48:49 2013 +0000 | | | | | | - Updated swedish translation of OMC. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | | | * commit d1186fb7f7df40ad5305aa8f67d0bf935fc00967 | | | Author: Martin Sjölund | | | Date: Tue Aug 20 11:39:41 2013 +0000 | | | | | | New debugging functionality | | | - Added MetaModelica debugging function: referenceDebugString (takes any function pointer as input and returns for example the name of the function symbol it points to) | | | - +t now prints /*ASUB*/ for ASUBs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | * commit 8fef82bab7c9501ccce45e3235120b451c5a7875 | | | Author: Martin Sjölund | | | Date: Tue Aug 20 10:59:44 2013 +0000 | | | | | | #2316 Add -lblas to compilation command in order to work on OSX 10.6 and earlier | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 5cee30ab708fc73b49db39deb3f774b62311d12a | | | Author: Lennart Ochel | | | Date: Tue Aug 20 09:39:44 2013 +0000 | | | | | | - second try: add x = pre(x) for all continuous-time variables to the initialization system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/DAE.mo | | | | | * commit 835da1f5b343ca360eaa4fbf01eb9e193be276b9 | | | Author: Adeel Asghar | | | Date: Mon Aug 19 15:30:03 2013 +0000 | | | | | | - Return the correct number of components even if the placement annotation for a component is not found. | | | - If the result count is not correct for some reasons don't allow the GUI to crash. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 84c05899ba8ae5946931904954648f8a36f147e0 | | | Author: Niklas Worschech | | | Date: Mon Aug 19 14:55:26 2013 +0000 | | | | | | fix in cpp template for print time in nonlinear solver error message | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit ad8a029ec4a539a172e05cac86e541bcbbe90169 | | | Author: Martin Sjölund | | | Date: Mon Aug 19 14:03:28 2013 +0000 | | | | | | #2309 | | | - Print error-message specifically for ASUB on lhs expression | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 7e9628c499e81bd25592f98fdfd707ee16ba71f9 | | | Author: Martin Sjölund | | | Date: Mon Aug 19 13:44:23 2013 +0000 | | | | | | Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit 26b7ec3a4821863831ee3a132cd9954372d32db1 | | | Author: Niklas Worschech | | | Date: Mon Aug 19 12:42:01 2013 +0000 | | | | | | fix for loading math lib in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | | | * commit 5d8b92db9bc2fc2a1488fdfa2224497321e9e4ab | | | Author: Martin Sjölund | | | Date: Mon Aug 19 10:29:54 2013 +0000 | | | | | | Bootstrapping fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | | | * commit 386c282a7824b204b347bcf810254dabb6a3285c | | | Author: Martin Sjölund | | | Date: Mon Aug 19 10:17:58 2013 +0000 | | | | | | Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Settings_omc.cpp | | | M Compiler/runtime/UnitParserExt_omc.cpp | | | | | * commit 05e4ab631d8b1951411a7fb5e226e756beefbfee | | | Author: Martin Sjölund | | | Date: Mon Aug 19 10:03:17 2013 +0000 | | | | | | - Make it possible to change ModelicaAllocateString to use garbage collected allocation in the bootstrapped compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/Corba_omc.cpp | | | M Compiler/runtime/Dynload_omc.cpp | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/Print_omc.c | | | M Compiler/runtime/Settings_omc.cpp | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/UnitParserExt_omc.cpp | | | M Compiler/runtime/systemimpl.c | | | M Makefile.in | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit 2ceed8e811accf94d16bc2cf1b02cba89f7cd06c | | | Author: Martin Sjölund | | | Date: Mon Aug 19 06:29:06 2013 +0000 | | | | | | Also install CPP runtime for bootstrapping target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit cab3a849b0214df6cbb0e78dcb865f8bca43adb6 | | | Author: Martin Sjölund | | | Date: Sat Aug 17 16:11:24 2013 +0000 | | | | | | Update scripts and code for separate code generation. It actually works (Makefiles updated for Linux) | | | - Some external were commented out because no one wrote bootstrapped implementations for them or called them in any existing function. | | | - Moved some stuff from Interactive.mo to GlobalScript.mo (type definitions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/TaskGraphExt.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/GenerateOMCHeader.mos | | | M Compiler/Main/Main.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/GlobalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Unused/Global.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/Error_rml.cpp | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/errorext.cpp | | | M Parser/Makefile.common | | | M Parser/Modelica.g | | | M Parser/ModelicaParser_rml.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | | | * commit 48f74daaa22a8c8356d1a11ad042c488445f90ed | | | Author: Lennart Ochel | | | Date: Sat Aug 17 11:37:01 2013 +0000 | | | | | | - revert last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/DAE.mo | | | | | * commit 4aaf327f05903c644de0e39b4118f371153e8206 | | | Author: Lennart Ochel | | | Date: Sat Aug 17 11:25:19 2013 +0000 | | | | | | - add the equation x = pre(x) for all non-discrete variables to the initialization system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/FrontEnd/DAE.mo | | | | | * commit c5e0c5ebd4dba57d9f0702bb4de3ac4f19d77295 | | | Author: Lennart Ochel | | | Date: Sat Aug 17 09:51:10 2013 +0000 | | | | | | - remove irrelevant information from description strings (e.g. the identifier that belongs to the description string) | | | - minor changes to improve consistent formatting | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 8af4966672901a44c0e95a816aa2bddeead22f8d | | | Author: Lennart Ochel | | | Date: Thu Aug 15 11:37:38 2013 +0000 | | | | | | - change more description strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Unused/InstanceHierarchy.mo | | | M Compiler/Unused/SCodeFlatDump.mo | | | M Compiler/Unused/SCodeGraph.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit fb8e31735f9417d732fa1568f0ad3226e7264b62 | | | Author: Lennart Ochel | | | Date: Thu Aug 15 11:24:38 2013 +0000 | | | | | | - change description strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Util.mo | | | | | * commit ffe7ae6d3c7e3894f8c80167b42a0c5e9c27ce8a | | | Author: Lennart Ochel | | | Date: Thu Aug 15 11:09:28 2013 +0000 | | | | | | - change format of description strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit a8872933e4eebbad09ec473eba4c98e2088d7c50 | | | Author: Lennart Ochel | | | Date: Thu Aug 15 10:44:21 2013 +0000 | | | | | | - improve error message for #2310 | | | - minor formatting changes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 336d018e6cfd5a7219fd7b76bebdf37c396e4805 | | | Author: Lennart Ochel | | | Date: Thu Aug 15 09:20:07 2013 +0000 | | | | | | - fix constant declaration | | | - change init_env to initEnv on page 95 in OpenModelicaMetaProgramming documentation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFConnect2.mo | | | | | * commit b8943cce6a6f6e26f672f4ee425c9254d62295e5 | | | Author: Adrian Pop | | | Date: Wed Aug 14 20:49:00 2013 +0000 | | | | | | - more -fPIC for Linux. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | | | * commit 445e2676ab0a2df6729679d6409e8650b72fe0d1 | | | Author: Martin Sjölund | | | Date: Wed Aug 14 20:29:45 2013 +0000 | | | | | | Fix bootstrapping header | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | | | * commit fd7ca0131b1e440deb7a24d2149bf5b2c4198197 | | | Author: Adrian Pop | | | Date: Wed Aug 14 19:41:38 2013 +0000 | | | | | | - more attempts to fix SimulationRuntime CPP build. | | | - use -fPIC for UNIX | | | - #include in GlobalSettings.cpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | | | * commit 2deda72b98d2d3b1a3a8a09afd174cfe12f35837 | | | Author: Adrian Pop | | | Date: Wed Aug 14 18:57:33 2013 +0000 | | | | | | - more attempts to fix SimulationRuntime CPP build. | | | - fix weird includes (what about Linux if you use defined(_WIN32) everywhere?) | | | - use #error instead of error. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | | | * commit da5a08db4fd8877099baa09a43cb7c1ff9056967 | | | Author: Adrian Pop | | | Date: Wed Aug 14 18:42:53 2013 +0000 | | | | | | - more attempts to fix SimulationRuntime CPP build. | | | - fix weird includes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | | | * commit 4a49ded404ed014bc13c1fb936b9f0d8827b7580 | | | Author: Adrian Pop | | | Date: Wed Aug 14 18:04:30 2013 +0000 | | | | | | - more attempts to fix SimulationRuntime CPP build. | | | - fix ISimdata.h case, should be ISimData.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit ba364459d4edb44925e7efbc420ab166a4b80ac0 | | | Author: Adrian Pop | | | Date: Wed Aug 14 16:51:59 2013 +0000 | | | | | | - attempt to fix SimulationRuntime CPP build. | | | - fix IAlgloopSolverFactory.h case, it should be IAlgLoopSolverFactory.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit 28b2f429b485e71a81aa2cf12b9f979c50669b07 | | | Author: Adrian Pop | | | Date: Wed Aug 14 16:25:08 2013 +0000 | | | | | | - attempt to fix SimulationRuntime CPP build. | | | - fix stdafx.h case (not StdAfx.h) | | | - fix UTF-8 encoding in stdafx.h files (removed some German comments) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | | | * commit e33fb175cccaa66fc5af2498d583fd75a8332860 | | | Author: Henning Kiel | | | Date: Wed Aug 14 11:10:51 2013 +0000 | | | | | | - use number of allocated elements to check if array has been filled completely instead of comparison of fill value. This avoids possible inconsistencies (for reals) and improves overall performance | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit dacfab91e73d5303f0d13549a904037d92a901e2 | | | Author: OpenModelica Hudson | | | Date: Wed Aug 14 08:51:09 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | M SimulationRuntime/cpp/Include/Core/Extensions/API.h | | | M SimulationRuntime/cpp/Include/Core/Extensions/IModelicaCompiler.h | | | M SimulationRuntime/cpp/Include/Core/Math/Constants.h | | | M SimulationRuntime/cpp/Include/Core/Object/DCSAPI.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | M SimulationRuntime/cpp/Include/Core/System/ITime.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | | | * commit e2b9d381aa7c6587c6d58c5346760581fcb2a3ae | | | Author: OpenModelica Hudson | | | Date: Wed Aug 14 08:50:32 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | M SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/FactoryExport.h | | | M SimulationRuntime/cpp/Core/Modelica/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | M SimulationRuntime/cpp/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimController.h | | | M SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | M SimulationRuntime/cpp/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/Solver/FactoryExport.h | | | M SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/System/FactoryExport.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | M SimulationRuntime/cpp/Include/Core/Extensions/API.h | | | M SimulationRuntime/cpp/Include/Core/Extensions/IModelicaCompiler.h | | | M SimulationRuntime/cpp/Include/Core/Object/DCSAPI.h | | | M SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | M SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | M SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Euler/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | M SimulationRuntime/cpp/Solver/Newton/FactoryExport.h | | | | | * commit 38d3208b95a0fdff42c81f95abaedeb56cf606a7 | | | Author: Niklas Worschech | | | Date: Wed Aug 14 08:19:27 2013 +0000 | | | | | | Modified cpp runtime | | | - outsourced object creation in own classes | | | - changed some interface method names | | | - removed unused interface methods | | | - add get/set method to IContinuous for simulation variables | | | - adapted cpp template | | | - adapted cpp fmu template | | | - added SimManager for time events and removed time event handling from solver | | | - added SimController class to start stop simulation, create Modelica system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/DataExchange/FactoryExport.cpp | | | A SimulationRuntime/cpp/Core/DataExchange/SimData.cpp | | | A SimulationRuntime/cpp/Core/DataExchange/stdafx.h | | | A SimulationRuntime/cpp/Core/Modelica/FactoryExport.h | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | A SimulationRuntime/cpp/Core/Modelica/stdafx.h | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.h | | | A SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp | | | A SimulationRuntime/cpp/Core/SimController/Initialization.cpp | | | A SimulationRuntime/cpp/Core/SimController/Initialization.h | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | A SimulationRuntime/cpp/Core/SimController/SimController.cpp | | | A SimulationRuntime/cpp/Core/SimController/SimController.h | | | A SimulationRuntime/cpp/Core/SimController/SimManager.cpp | | | A SimulationRuntime/cpp/Core/SimController/SimManager.h | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.h | | | A SimulationRuntime/cpp/Core/SimulationSettings/FactoryExport.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Solver/FactoryExport.cpp | | | A SimulationRuntime/cpp/Core/Solver/FactoryExport.h | | | D SimulationRuntime/cpp/Core/Solver/Initialization.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | A SimulationRuntime/cpp/Core/System/FactoryExport.cpp | | | A SimulationRuntime/cpp/Core/System/FactoryExport.h | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/ISimVar.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/SimData.h | | | A SimulationRuntime/cpp/Include/Core/Extensions/API.h | | | A SimulationRuntime/cpp/Include/Core/Extensions/IModelicaCompiler.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/Constants.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | A SimulationRuntime/cpp/Include/Core/Object/DCSAPI.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | R069 SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h SimulationRuntime/cpp/Include/Core/Solver/ISolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | A SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | A SimulationRuntime/cpp/Include/Core/System/ITime.h | | | D SimulationRuntime/cpp/Include/Core/System/ITimeEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | A SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverOMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h | | | A SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h | | | D SimulationRuntime/cpp/Include/Solver/CVode/ICVodeSettings.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | A SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt | | | A SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp | | | A SimulationRuntime/cpp/SimCoreFactory/OMCFactory/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | A SimulationRuntime/cpp/Solver/Euler/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/Euler/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Newton/FactoryExport.cpp | | | A SimulationRuntime/cpp/Solver/Newton/FactoryExport.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit 0d7c818a098e0a773567fb26fa8843a50d4e678e | | | Author: OpenModelica Hudson | | | Date: Wed Aug 14 07:16:59 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | * commit 1199632c8166b353ad96002e51114ba1b515d10b | | | Author: Marcus Walther | | | Date: Wed Aug 14 07:13:17 2013 +0000 | | | | | | - added a mapping between simCodeEquations and BackendDae.StrongComponents to the createSimCode-method | | | - fixed a bug in TaskGraphResultCmp.cpp -> the xml-file will now be read at once | | | - enhanced code-generation for hpcom is now part of the c-susan-template | | | - modified some nonlinearsolver-f2c-code -> i just removed some static keywords to be able to calculate more than one nonlinear system in parallel | | | - modified some nonlinearsolver-c-code -> i changed some function-headers, to remove the simulationInfo.currentNonlinearSystemIndex-dependency between different calculations | | | - improved the hpcom-Benchmark | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/List.mo | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/math-support/dogleg.c | | | M SimulationRuntime/c/math-support/dpmpar.c | | | M SimulationRuntime/c/math-support/enorm.c | | | M SimulationRuntime/c/math-support/hybrd.c | | | M SimulationRuntime/c/math-support/hybrj.c | | | M SimulationRuntime/c/math-support/qform.c | | | M SimulationRuntime/c/math-support/qrfac.c | | | M SimulationRuntime/c/math-support/r1mpyq.c | | | M SimulationRuntime/c/math-support/r1updt.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit c64a038dbf1806275357efab5d24d281ce83e0a7 | | | Author: Lennart Ochel | | | Date: Tue Aug 13 15:35:59 2013 +0000 | | | | | | - fix Windows build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 25567764728bac589163b76b9e3a1ed1515f641e | | | Author: Martin Sjölund | | | Date: Tue Aug 13 14:10:51 2013 +0000 | | | | | | Added API call numProcessors(), which returns the number of physical cores (if available), falling back to returning the number of hardware threads | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/runtime/systemimpl.c | | | M configure.in | | | | | * commit 1b2385b5b0216259554d941d72cf47378a05fcdf | | | Author: Martin Sjölund | | | Date: Tue Aug 13 14:10:02 2013 +0000 | | | | | | Fix index of metarecords when comments are used within uniontypes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaUtil.mo | | | | | * commit 1215d9664c3b2caf33caac79e0a58a800577f894 | | | Author: Martin Sjölund | | | Date: Tue Aug 13 12:12:33 2013 +0000 | | | | | | Separate compilation now works with dependency analysis. There are still some tweaks to be performed though. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Graph.mo | | | A Compiler/Util/HashSetString.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 170cc45c5ef6e406c08bdaea994cd236fcefc8e5 | | | Author: Per Östlund | | | Date: Tue Aug 13 11:33:53 2013 +0000 | | | | | | - Fixed flag handling for +debug and added +h as synonym for +help. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 80fdb94348835514a14d5a6c46a10f369a036604 | | | Author: Matthias Arzt | | | Date: Tue Aug 13 11:30:27 2013 +0000 | | | | | | - fmu c++ traget, fix bug introduced in revision 16736 when compiling on 64 bit linux | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | | | * commit fa170fdb1804ca011615f8fb35b139bc84582d4f | | | Author: Martin Sjölund | | | Date: Fri Aug 9 13:58:18 2013 +0000 | | | | | | More refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit d01eca7d425cffc89ff2f7e9527215bb839bc42c | | | Author: Martin Sjölund | | | Date: Fri Aug 9 10:47:34 2013 +0000 | | | | | | More refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/FGraphBuild.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | A Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Makefile.common | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit ea2e9d278d0935e3ba4d96a54b8094c21642732f | | | Author: Lennart Ochel | | | Date: Thu Aug 8 16:34:07 2013 +0000 | | | | | | - use consistent naming in uniontype Context | | | - change comments to description strings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit e9165df2f59f91631cd287e244daaafa9578620c | | | Author: Adeel Asghar | | | Date: Thu Aug 8 15:43:51 2013 +0000 | | | | | | - added comments to parameters. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 060316d81db5658b57b43cd2546848a00defb150 | | | Author: Lennart Ochel | | | Date: Thu Aug 8 15:24:19 2013 +0000 | | | | | | - fix indention | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit faa5d2ba492afeeb649f6a90b5bf9cf7dff0227d | | | Author: OpenModelica Hudson | | | Date: Thu Aug 8 14:39:46 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit e37a229c9747627888a2b89d16e802e9a231b683 | | | Author: Vitalij Ruge | | | Date: Thu Aug 8 14:27:02 2013 +0000 | | | | | | - CodegenC for Optimica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 88b5afd8de43d0be7bf597b0c01b6583c38da1af | | | Author: Adeel Asghar | | | Date: Thu Aug 8 14:11:09 2013 +0000 | | | | | | - fixes for FMI co-simulation stand alone. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI1CoSimulation.c | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1Common.h | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | | | * commit d265de4afcc95b4398660729742fc2ba97d96c33 | | | Author: Martin Sjölund | | | Date: Thu Aug 8 13:49:59 2013 +0000 | | | | | | More refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit fa87cc5d3b44cafd6b3b8e6a2b62ee5fd5d162ba | | | Author: Leonardo Laguna | | | Date: Thu Aug 8 10:38:19 2013 +0000 | | | | | | - Changing the scope of a function used by MathCore | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/AbsynDep.mo | | | | | * commit 44afde4a69240d52a6df9132351b3000b9b25ca0 | | | Author: Henning Kiel | | | Date: Thu Aug 8 10:10:22 2013 +0000 | | | | | | - ansi C fixes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/util/OldModelicaTables.c | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit 1b03bf7993bcb6f30b64a8bb6cd9aa1abb9eb4b5 | | | Author: Leonardo Laguna | | | Date: Thu Aug 8 08:03:12 2013 +0000 | | | | | | - Small fix for HashTable6.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/HashTable6.mo | | | | | * commit 2ce9bd595be6c567620bde30b9cf2b4325ff1337 | | | Author: Martin Sjölund | | | Date: Thu Aug 8 05:09:33 2013 +0000 | | | | | | #2297 Remove some duplicate elements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit 18b53675d58e640e96770236c0c7a07a3157de36 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Aug 7 14:29:37 2013 +0000 | | | | | | + Improved handling of logical operation on boolean array types.Improved r16724. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 60d5815329e3abdc6deed1941745af6210ca2f79 | | | Author: Lennart Ochel | | | Date: Wed Aug 7 13:52:27 2013 +0000 | | | | | | - remove unnecessary import statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/GlobalScript.mo | | | | | * commit 097a5ec86a9ce6ad706d67f04e458d155603c866 | | | Author: Martin Sjölund | | | Date: Wed Aug 7 13:27:43 2013 +0000 | | | | | | More refactoring (fewer inter-module dependencies) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | A Compiler/FrontEnd/ExpressionSimplifyTypes.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | A Compiler/Script/GlobalScript.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/Tpl.mo | | | | | * commit 6d4d62a750acd77f0de9772b2ae50a44402fcd99 | | | Author: Marcus Walther | | | Date: Wed Aug 7 13:17:35 2013 +0000 | | | | | | - added a Scheduling-Module for hpcom | | | - added a method to create a transposed hpcom-taskgraph | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | A Compiler/BackEnd/HpcOmScheduler.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Makefile.common | | | | | * commit 1f15fb499b3f6332f0813aab5b04ba4c073f9b79 | | | Author: Lennart Ochel | | | Date: Tue Aug 6 20:06:13 2013 +0000 | | | | | | - count number of discrete reals for simulation runtime | | | - fix numeric initialization of discrete reals | | | - update test cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit f8a70e35f3b59d8c88efa9ae5959336be76e112e | | | Author: Lennart Ochel | | | Date: Tue Aug 6 19:35:55 2013 +0000 | | | | | | - fix encapsulateWhenConditions (avoid additional initial equations) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 23506aa5b0b0dea9c47016f9994b7e0602e50ae9 | | | Author: Lennart Ochel | | | Date: Tue Aug 6 16:54:10 2013 +0000 | | | | | | - remove unused modules after refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 1b53b39c2d482a78dca00e757653d215765e0c6f | | | Author: Martin Sjölund | | | Date: Tue Aug 6 14:44:38 2013 +0000 | | | | | | Some refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Unused/InstanceHierarchy.mo | | | | | * commit 2739ef39b68c73bff1c33ecc52337069c94239e3 | | | Author: Martin Sjölund | | | Date: Tue Aug 6 10:35:43 2013 +0000 | | | | | | Some refactoring to break dependencies | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit f27058c9e3ae6922187b07a803ebfecbd14e9a21 | | | Author: Martin Sjölund | | | Date: Mon Aug 5 11:31:15 2013 +0000 | | | | | | #2294 Simplify sign(constant) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit aa1c0896e0d1866f0ed9f1b9794a2405874a7c9b | | | Author: Marcus Walther | | | Date: Mon Aug 5 11:08:20 2013 +0000 | | | | | | - fixed index mapping between sccs ans simeqSystems for hpcom | | | - added openmp sections to CodegenC.tpl for hpcom | | | - extended the hpcom testsuite with a fluid example | | | - added a small python benchmark-script to the hpcom testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 30bbe40c917593bc30a8026b27abc172bf451af5 | | | Author: Matthias Arzt | | | Date: Mon Aug 5 10:49:47 2013 +0000 | | | | | | - C++ Target and SimulationRuntime: add return value to "update" and "handleSystemEvents" which indicates if an state variable had been reinitialized. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | * commit a34bf4f56f140a78e130bbc77486532a3d8f2c93 | | | Author: Martin Sjölund | | | Date: Mon Aug 5 10:45:17 2013 +0000 | | | | | | Fix code generation for subscripting record arrays in equation context | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 85638871d4179f2c693cf38042b9f4958ca3eaa9 | | | Author: Martin Sjölund | | | Date: Mon Aug 5 10:19:55 2013 +0000 | | | | | | Really turn off trying to find OM installation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit a34e5598a514642cb2bbe0004ad07b61ad9be54b | | | Author: Martin Sjölund | | | Date: Mon Aug 5 10:16:09 2013 +0000 | | | | | | Fix compilation with CORBA disabled | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl_stub.c | | | M Compiler/runtime/corbaimpl_stub_omc.c | | | | | * commit 13c47a54f92c7d2cebcfb15b9cf11b90857c1d38 | | | Author: Martin Sjölund | | | Date: Mon Aug 5 09:17:39 2013 +0000 | | | | | | Try to fix Windows build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 6b2d5ea50fafd06227cc0ca3412b61005854f13c | | | Author: Lennart Ochel | | | Date: Fri Aug 2 18:46:59 2013 +0000 | | | | | | - revert r16720 because it still causes errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 0d59bae912861a82c594c0319120cde0de69a469 | | | Author: Henning Kiel | | | Date: Fri Aug 2 13:03:56 2013 +0000 | | | | | | + Improved handling of unary not operation on boolean array (#2286) | | | - does not work recursively (also for 'and' and 'or') | | | - (a and b and c) fails | | | - (not (a and b)) fails | | | - (not a and b) fails | | | - (a and not b) succeeds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | | | * commit f7c8e5a4c32b9879ec2f3799fd3b269c39522f02 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Aug 2 10:35:55 2013 +0000 | | | | | | + Handle boolean array literals too, not just array crefs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 13272092681993c0e182de936936e04f7f2880f2 | | | Author: Lennart Ochel | | | Date: Thu Aug 1 18:31:02 2013 +0000 | | | | | | - recover r16717 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit d0b51357f2212c2a66562519c111afce2d129d5c | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Aug 1 17:24:56 2013 +0000 | | | | | | + Fix r16715. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit efd48e56c02068e9a65636bb0a9038fccb31a8d8 | | | Author: Lennart Ochel | | | Date: Thu Aug 1 16:34:51 2013 +0000 | | | | | | - revert last commit until Hudson is at least almost happy | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit a4ced5ee88e64a2081795d70f06adbf191f362cf | | | Author: Lennart Ochel | | | Date: Thu Aug 1 16:24:10 2013 +0000 | | | | | | - count number of discrete reals for simulation runtime | | | - fix numeric initialization of discrete reals | | | - fix encapsulateWhenConditions (avoid additional initial equations) | | | - update test cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 260801a48cefac76e38be9d990cc46928b036158 | | | Author: Martin Sjölund | | | Date: Thu Aug 1 16:09:34 2013 +0000 | | | | | | Bump MSL version to RC1 (+1 commit so it parses) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit 579ef474b0e741c709efa9ce6d05ca36d47d16e7 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Aug 1 15:02:36 2013 +0000 | | | | | | + Improved handling of binary logical operations on boolean arrays (fixed #2286). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | | | * commit a79ba421a9b6fba5263afa55575a14e9008830e6 | | | Author: Matthias Arzt | | | Date: Thu Aug 1 11:18:09 2013 +0000 | | | | | | - fix wrong string buffer size calculations in fmi import | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | | | * commit 8e822ec358949f819f99455799fb385650f0e9fe | | | Author: OpenModelica Hudson | | | Date: Thu Aug 1 10:36:46 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | * commit 7808886c205794ee688fb2b410e35afd0cdd6698 | | | Author: Marcus Walther | | | Date: Thu Aug 1 10:34:02 2013 +0000 | | | | | | - critical path check is now part of the compareTaskGraphResults-method | | | - added support for custom graph-attributes to the graphML-Module | | | - updated the hpcom-testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Util/GraphML.mo | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | * commit 384bb3e614671eb8bd5bed6a489d9c41e6fc6096 | | | Author: Adeel Asghar | | | Date: Wed Jul 31 15:03:50 2013 +0000 | | | | | | - Added a named argument useQuotes to getExtendsModifierNames. Returns the array of strings where each string is enclosed in quotes if useQuotes is true. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 99d7b573aa859336e92b1477465d904caa1d77d6 | | | Author: Volker Waurich | | | Date: Wed Jul 31 13:41:35 2013 +0000 | | | | | | - added new functions to dump information about criticalPaths and graph levels | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 5c4956227bc15245712411b893a300e55d75949e | | | Author: Marcus Walther | | | Date: Wed Jul 31 10:45:43 2013 +0000 | | | | | | - second fix for RDTSC(), hopefully this will work | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 75a43d7357edd0121679201ce8287ac896949636 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 31 10:36:03 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 82fd236b6a4b7e78f2fbd77fec91b2c56ba6a2ac | | | Author: Marcus Walther | | | Date: Wed Jul 31 10:01:29 2013 +0000 | | | | | | - fix for RDTSC() and visual studio compiler | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 45d9afe78fef9b68f2679b19b063cd1d55c96c0e | | | Author: Marcus Walther | | | Date: Wed Jul 31 09:46:48 2013 +0000 | | | | | | - added some comments to HpcOmSimCode.mo | | | - removed the print output of the critical path | | | - updated the hpcom testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 5eb2612ebe234e23e44a5a42db93b4c73706b2a1 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 31 07:03:17 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 533b5897eb39c00305b9a1c9f6dec7ed2e671580 | | | Author: Marcus Walther | | | Date: Wed Jul 31 07:00:09 2013 +0000 | | | | | | - Added some methods to create and handle parallel informations to HpcOmSimCode.mo | | | - Extended the SimCode-Structure with simple parallel informations for HpcOm | | | - An error message is now shown if the profiling-xml file is missing and the hpcom-flag is set | | | - OpenMP based code-generation of HpcOm is now part of the Susan-C-Codegen | | | - Added a new clock to the rtclock-structure. It is now possible to measure the time in cpu-cycles with RDTSC under Windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/rtclock.h | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit 336ab4b283a65ca3321bc558bd4c989b768e644b | | | Author: Adeel Asghar | | | Date: Tue Jul 30 15:11:26 2013 +0000 | | | | | | - setlocale(LC_CTYPE, "") returns null when omc is launched via double clicking on OMEdit.app. This results in strdup(null) which leads to omc crash. Just check if setlocale(LC_CTYPE, "") is not null then use it otherwise use the default value. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit a11f6474572eae38248ce39d10ae069ca8148099 | | | Author: Volker Waurich | | | Date: Tue Jul 30 08:51:34 2013 +0000 | | | | | | - some changes on the taskGraph-function longestPathMethod to make it faster | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 32aedaf4df1ea8cc8321c563d7d8990b680b75f5 | | | Author: Volker Waurich | | | Date: Mon Jul 29 13:45:03 2013 +0000 | | | | | | - modified taskGraphTests | | | - minor changes in the longestPathMethod | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 484d6ac104cc532dfb6ee41813e08cbd0a02fcf5 | | | Author: Volker Waurich | | | Date: Fri Jul 26 06:43:32 2013 +0000 | | | | | | -longestPathMethod can handle empty TaskGraphs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit c0f43fe3844d5d6300b0247ecbcccb653d569d57 | | | Author: Volker Waurich | | | Date: Thu Jul 25 14:04:39 2013 +0000 | | | | | | - add longestPathMethod for computing criticalPath and nodeLeveling on taskGraph | | | - removed some unused stuff | | | - fixed bug in rootNodes in taskGraphMeta for the ODE-system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 7e78e90bca3ced4fad16ec51a6e71784e754203e | | | Author: Martin Sjölund | | | Date: Thu Jul 25 13:27:08 2013 +0000 | | | | | | Fix assignment to records in tuple assignment calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 20239aa2fc6420fd03239ad6ecbbc76abc686532 | | | Author: OpenModelica Hudson | | | Date: Thu Jul 25 09:06:51 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | * commit 87a1ebde62411dd98b80527dc2e6cbc0b7079e3f | | | Author: Marcus Walther | | | Date: Thu Jul 25 09:03:40 2013 +0000 | | | | | | - Renamed compareTaskGraphs to checkTaskGraph, because the execution and communication costs are now checked too | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/TaskGraphResults.mo | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | M Compiler/runtime/TaskGraphResults_omc.cpp | | | M Compiler/runtime/TaskGraphResults_rml.cpp | | | | | * commit b177aba5a4dd6dbe493369674812e0936afee5ce | | | Author: Lennart Ochel | | | Date: Wed Jul 24 16:47:22 2013 +0000 | | | | | | - disable not used function modPar | | | - experimental call graph for Main.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit bfcf4be209a770fdaae9c81bccce1123e2d84423 | | | Author: Matthias Arzt | | | Date: Wed Jul 24 14:59:17 2013 +0000 | | | | | | - fmu export for c++ target, minor chances, make it compile with mingw on windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in | | | M SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | | | | | * commit 03b2fa0c8705b0f9be96455e3f6b2e7698bcc97b | | | Author: Marcus Walther | | | Date: Wed Jul 24 13:18:43 2013 +0000 | | | | | | -fixed missing modification of GraphML.addEdge in FGraphDump.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/FGraphDump.mo | | | | | * commit a7ad7cf2d0f5c918a94c9a21b0305f3000ff2b63 | | | Author: Adeel Asghar | | | Date: Wed Jul 24 12:13:02 2013 +0000 | | | | | | - getSimulationStepSize returns boolean value telling the user to take step or not. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit 4ab95c99b524773cc724746d87034261e61957b7 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 24 11:43:50 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 157d533ba184db94cf7dfec19869b2c9936c3388 | | | Author: Marcus Walther | | | Date: Wed Jul 24 09:47:15 2013 +0000 | | | | | | - Additional attributes for GraphML-Edges are now supported | | | - Measure time function for the HpcOmBenchmark updated | | | - HpcOm-Tests are now part of the testsuite | | | - Added communication costs to graphml-taskgraph | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/GraphML.mo | | | | | * commit 439531cbec83afb0121c43fbb7e81be059241612 | | | Author: Martin Sjölund | | | Date: Wed Jul 24 09:22:37 2013 +0000 | | | | | | Bump MSL to latest | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 764d7b926828503af5220ddc2f1a0a1e4a348763 | | | Author: Jim Nutaro | | | Date: Tue Jul 23 18:02:25 2013 +0000 | | | | | | Derivatives in delay expressions were translated into wrong C reference. Fixed. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 0a16d9fdfb59da6c96e3e932f2f28a02ee9ab2d5 | | | Author: Lennart Ochel | | | Date: Tue Jul 23 12:52:32 2013 +0000 | | | | | | - disable unused functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 027b39669d59273d9fe449f04ee5a7cd2f97eb41 | | | Author: OpenModelica Hudson | | | Date: Tue Jul 23 09:06:49 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | | | * commit f69c199419d902072b88f4a270a6d22d0a3a3715 | | | Author: Marcus Walther | | | Date: Tue Jul 23 09:03:29 2013 +0000 | | | | | | - Benchmark-function for equations added to rtclock | | | - HpcOmBenchmark is now based on the prof.xml results | | | - Extended countOperations method with a new Integer for trigonometric values | | | - Mapping for SimEq -> Sccs added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/GraphML.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_rml.cpp | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit 083868226abb7b021acfe05feef814c762939d01 | | | Author: Adeel Asghar | | | Date: Tue Jul 23 08:25:49 2013 +0000 | | | | | | - Set FMU version text. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 3ecc7b584ceb10455d08610f16f39f4cfabf268a | | | Author: Lennart Ochel | | | Date: Mon Jul 22 15:03:55 2013 +0000 | | | | | | - disable unused functions | | | - Should these be completely deleted? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 4eb195c012e41644165eec07e77b0f216accb31c | | | Author: Lennart Ochel | | | Date: Mon Jul 22 14:47:47 2013 +0000 | | | | | | - disable unused code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 604a534f020cabbd74ce5428be8887ed72c31b4e | | | Author: Volker Waurich | | | Date: Mon Jul 22 14:31:21 2013 +0000 | | | | | | - adapted communicationCosts for the subsystems in taskGraphMeta | | | - improved nodeDescription for .graphml output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit b8c2c562b704aa8b5ca2cbf5599bef88d03a5b77 | | | Author: Lennart Ochel | | | Date: Mon Jul 22 13:55:34 2013 +0000 | | | | | | - make functions protected | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 5fe9366dbe9ae895ccdc3be451dac076152c3650 | | | Author: Adeel Asghar | | | Date: Sat Jul 20 01:46:52 2013 +0000 | | | | | | - Added function to get the step size value. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit cb28bbc17bb2fe5f81f5746c1bf02e225f30eb98 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 15:00:38 2013 +0000 | | | | | | - minor fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit f2db4eaac75f08a11bef0ccc495c1ceac3c62ec5 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 14:41:18 2013 +0000 | | | | | | - fix #2288 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit c57d52b4b6248dc65282adcac88cfe96697fc0f2 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 10:24:27 2013 +0000 | | | | | | - prepare postOptModule BackendDAEOptimize.addInitialStmtsToAlgorithms | | | - this replaces the previously existing function BackendDAEUtil.expandAlgorithmsbyInitStmts | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 94d24b4e0a9a663801100645827b03fe908418bf | | | Author: Lennart Ochel | | | Date: Fri Jul 19 09:08:29 2013 +0000 | | | | | | - edit desc. strings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | | | * commit 6affad56344464accae71e0ce43ba1a6dc6ceec8 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 09:00:52 2013 +0000 | | | | | | - edit desc. string | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | | | * commit c550c7c57ac17e9e524760027133b4f8236ed36c | | | Author: Lennart Ochel | | | Date: Fri Jul 19 08:47:26 2013 +0000 | | | | | | - try to use more uniform names | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | | | * commit ea350d35cd76312b69bd000e75f42c131847c6d3 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 08:39:04 2013 +0000 | | | | | | - minor changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit ef9e327190e2d2f00daa9b5251c2e795a9cba25e | | | Author: Lennart Ochel | | | Date: Fri Jul 19 08:22:40 2013 +0000 | | | | | | - fix inconsistent flags iim and iom | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit ef81fa6f7df9c7cdb88ccf82a320796ccf1cc132 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 07:56:05 2013 +0000 | | | | | | - rename BaseHashSet.hashSetCurrentSize to BaseHashSet.currentSize | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit 4686e7b65c8c191a2afcd5a721d8296db924a193 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 07:38:48 2013 +0000 | | | | | | - minor improvements of "RemoveSimpleEquations" dumps | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit b3568813a141f7cdbf23d62c95572fe823e15845 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 07:20:02 2013 +0000 | | | | | | - add blanks to make the code easier to read | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 59907f9b708b53d08e1c2e6f04a3923be87dc3b2 | | | Author: Henning Kiel | | | Date: Fri Jul 19 07:18:17 2013 +0000 | | | | | | - ansi C fixes | | | - reworked string trimming | | | - fixed horrible "do-not-free-constants" code | | | - put single char directly into string instead of using sprintf | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit c305590a83e6336623645e07bd17b77b254ea335 | | | Author: Lennart Ochel | | | Date: Fri Jul 19 07:15:34 2013 +0000 | | | | | | - remove unused but imported modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit e41f1509e0a69e78e67a469d5445ba3e72e533e1 | | | Author: Adeel Asghar | | | Date: Fri Jul 19 02:48:49 2013 +0000 | | | | | | - Fix build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1Common.h | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2Common.h | | | | | * commit 45598efcb5520bd245f8a2c8561c784fbc7117bc | | | Author: OpenModelica Hudson | | | Date: Fri Jul 19 02:41:04 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/fmi/FMI2Common.c | | | M SimulationRuntime/c/fmi/FMI2Common.h | | | M SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | M SimulationRuntime/c/fmi/FMICommon.c | | | M SimulationRuntime/c/fmi/FMICommon.h | | | | | * commit d8e452bb6286a32d554b17dcf925f34c6b3073bd | | | Author: Adeel Asghar | | | Date: Fri Jul 19 02:38:18 2013 +0000 | | | | | | - Generate the Modelica code for FMI 2.0 Model Exchange fmus. | | | - Added Wrapper functions for FMI 2.0 in libOpenModelicaFMIRuntimeC. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/fmi/FMI1Common.h | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | A SimulationRuntime/c/fmi/FMI2Common.c | | | A SimulationRuntime/c/fmi/FMI2Common.h | | | A SimulationRuntime/c/fmi/FMI2ModelExchange.c | | | A SimulationRuntime/c/fmi/FMICommon.c | | | A SimulationRuntime/c/fmi/FMICommon.h | | | | | * commit d7242d23fd9db8a6ec8daa7914ffa115d6cf86b8 | | | Author: Lennart Ochel | | | Date: Thu Jul 18 16:49:10 2013 +0000 | | | | | | - treat entire arrays as output if they are used as lhs of algorithm sections [#2271] | | | - do not replace lhs of algorithms (due to array/scalar differences) [#2271] | | | - prettify RemoveSimpleEquation dumps | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit 63b7ba276e34c450e204a1de310b6c5e2be781ea | | | Author: Adrian Pop | | | Date: Thu Jul 18 13:58:42 2013 +0000 | | | | | | - trying to fix boostrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Corba_omc.cpp | | | | | * commit e3d83f7913f174d2fd7e8ef67e0e163ef4796bca | | | Author: Adeel Asghar | | | Date: Thu Jul 18 05:32:42 2013 +0000 | | | | | | Latest MAC versions assigns different tmp directories to different processes. So in order to have same tmp directory for CORBA object reference file we pass the tmp directory of OMClient to OMC via the config flag CORBA_OBJECT_REFERENCE_FILE_PATH. This makes sure that omc dumps the CORBA object reference file in the same directory where OMClient is trying to read from. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/Corba_rml.cpp | | | M Compiler/runtime/corbaimpl.cpp | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit 5c8ca8fae1f5cb0f6c1545abb37f19233c5c987d | | | Author: Adeel Asghar | | | Date: Thu Jul 18 03:40:57 2013 +0000 | | | | | | - Use SettingsImpl__getTempDirectoryPath for retrieving the temp directory path. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl.cpp | | | | | * commit b1687ad5e2c2d12836ea4236d6718ec7aaac4c19 | | | Author: Jens Frenkel | | | Date: Wed Jul 17 22:08:04 2013 +0000 | | | | | | - add Tests for MSL32 Runtime CPP | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 960b1701c1cbc4e65131c2a7da9e3025eb221421 | | | Author: Adeel Asghar | | | Date: Wed Jul 17 16:49:21 2013 +0000 | | | | | | - flush the output. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | | | * commit 70f7c069f26ff7b4cded6e774e27da8e056430c0 | | | Author: Lennart Ochel | | | Date: Wed Jul 17 14:16:26 2013 +0000 | | | | | | - fix format string | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f5d1f9f82106c4ba6584a977cf0fde355becfd18 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 17 13:12:49 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 6f17cfda49a74f16a30d65770e47cc3dc27c63d6 | | | Author: Matthias Arzt | | | Date: Wed Jul 17 13:10:22 2013 +0000 | | | | | | - fix segmentation fault on windows when OPENMODELICAHOME is not set. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 98c9cf3cd7a1728732036ca8fc47fce5efbf221c | | | Author: Volker Waurich | | | Date: Wed Jul 17 11:57:18 2013 +0000 | | | | | | - fixed bug of the description of nodes for arrays | | | - updated some functions for new datatypes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit cf2e82de7c709c7e9cacb3e10e9310c60d3f0543 | | | Author: Adrian Pop | | | Date: Wed Jul 17 03:54:13 2013 +0000 | | | | | | - small comment change | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | | | * commit aade754dee484047cd4f2ea6fb71f35e77905250 | | | Author: Adrian Pop | | | Date: Wed Jul 17 02:54:20 2013 +0000 | | | | | | - fix bug: #2283 | | | - added test | | | testsuite/flattening/modelica/declarations/TestPackageConstantHandling.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | | | * commit b65891fe4b3df26f618ff0f3567c2658a8be8ca0 | | | Author: Lennart Ochel | | | Date: Tue Jul 16 10:58:24 2013 +0000 | | | | | | - minor change to error message "inverse algorithm needs to be solved" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit db462287e098b16d9b1bcd04a5711df021f7dfa7 | | | Author: Lennart Ochel | | | Date: Tue Jul 16 10:31:46 2013 +0000 | | | | | | - do not collapse (initial) algorithms for dumping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 23c210de8a5893d58aa740cff89670ad83690c15 | | | Author: Adrian Pop | | | Date: Mon Jul 15 13:52:39 2013 +0000 | | | | | | - reverting r16595 for now until I investigate why it doesn't work. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 3ba66edc82a819281b62bff8a3e56a8e8312bd91 | | | Author: Lennart Ochel | | | Date: Mon Jul 15 13:04:05 2013 +0000 | | | | | | - fix default startTime value for function simulate and linearize | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 69aa46ded5632ba635e961b7eab21e313a6bd648 | | | Author: Leonardo Laguna | | | Date: Mon Jul 15 08:39:01 2013 +0000 | | | | | | - Fixing bug in VarTransform when using DAE.ASUB | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/VarTransform.mo | | | | | * commit e1ae03f2c9f4b101b915626e0dfe680a928f6a33 | | | Author: Adeel Asghar | | | Date: Sat Jul 13 09:30:47 2013 +0000 | | | | | | - Fix FMI tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 4d96b7c3fc3b471bcb9ad38521fba68b539518c0 | | | Author: Adeel Asghar | | | Date: Sat Jul 13 08:37:33 2013 +0000 | | | | | | - Another Try to fix fmi tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | | | * commit e0c5d16edd23d771795d674e6854e092bc89991c | | | Author: Adeel Asghar | | | Date: Sat Jul 13 07:51:46 2013 +0000 | | | | | | - Try to fix fmi tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | | | * commit 7055ec23079826726670f6d45c823a460acb5b25 | | | Author: Adeel Asghar | | | Date: Sat Jul 13 06:47:07 2013 +0000 | | | | | | #1985 | | | - Set the input variables. | | | - Some changes in the generated code. | | | - Fixed tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1Common.h | | | | | * commit 5671bfc5f8bb16bf72a008d18ec3859b8b0433c8 | | | Author: Adeel Asghar | | | Date: Sat Jul 13 03:34:51 2013 +0000 | | | | | | - Add the start & fixed values to the exported ScalarVariable of FMU. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 4719b1ddb8addeb94d00ac439dec3fa51d1443ab | | | Author: Adeel Asghar | | | Date: Fri Jul 12 17:37:57 2013 +0000 | | | | | | - Free the FMU binary properly. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | | | * commit d9c6d6e4c8a364945619a2d33caf7813b3059f04 | | | Author: Lennart Ochel | | | Date: Fri Jul 12 12:03:53 2013 +0000 | | | | | | - move inactive stateset code to end of file (probably it can be removed) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 330c629bb24fa9ffe42d158f73ac7cadb42a6188 | | | Author: Martin Sjölund | | | Date: Fri Jul 12 06:45:51 2013 +0000 | | | | | | Some sanity checks for linking script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/ar.sh | | | | | * commit 2c4020875609fb7d3779b00b3f557f62fb192513 | | | Author: Adeel Asghar | | | Date: Fri Jul 12 02:40:29 2013 +0000 | | | | | | - Fixed some warnings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 761c5d66e7048397fa4882bedcdbc358a0d4bea1 | | | Author: Adeel Asghar | | | Date: Fri Jul 12 01:12:53 2013 +0000 | | | | | | - Fix bootstrapping test. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 8609ed60ec03446d193b9c5416e2ec86c577911e | | | Author: Adeel Asghar | | | Date: Thu Jul 11 16:31:09 2013 +0000 | | | | | | - Fix FMI tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/fmi/FMI1Common.h | | | | | * commit 5a2809565c7bb8c96eb604f21b0334cb352809a4 | | | Author: Adeel Asghar | | | Date: Thu Jul 11 13:33:08 2013 +0000 | | | | | | - Fix build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | A SimulationRuntime/c/fmi/FMI1Common.h | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | | | * commit 773cccf11a4ffce1a3dcad3e2d0fe2280f9d51cf | | | Author: Volker Waurich | | | Date: Thu Jul 11 11:04:00 2013 +0000 | | | | | | - added functions to compute levels of nodes in the taskGraph | | | - added function to arrange the taskGraph in these levels | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit a58c16c547f5bf65ecf1bf0a987daf8e6158aec0 | | | Author: Adeel Asghar | | | Date: Thu Jul 11 04:39:12 2013 +0000 | | | | | | #2131 | | | - Try to initialize FMI import objects as the external objects. Do not use the static variables. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/Makefile.common | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | | | * commit bdc372416c5b0d2e84031c5e699e5feb626fa740 | | | Author: Matthias Arzt | | | Date: Wed Jul 10 17:55:19 2013 +0000 | | | | | | - improvements and fixes for FMU C++ target | | | - fixed broken number of zerocrossing functions in model description | | | - add support for algebraic loops | | | - add some tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | | | * commit 54abbc3945c1b8cb28bd2d1ed4133fa5f736e48f | | | Author: Lennart Ochel | | | Date: Wed Jul 10 13:39:16 2013 +0000 | | | | | | - fix function rem (#2279) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/utility.h | | | | | * commit 38f8437f64921cb8eed2d9a5cfb44eb251b074f5 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 10 09:40:40 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit 0d215487ff429bffc62441096c340b0493673c36 | | | Author: Marcus Walther | | | Date: Wed Jul 10 09:38:25 2013 +0000 | | | | | | - Communication and execution costs added to taskGraph | | | - CountOperations method was extended with an Integer for trigonometric values | | | - Added a printComponent-method to BackendDump.mo | | | - Filled the hpcom-benchmark with dummy values | | | - Extended the c-code generation with a ode-measurement-function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmBenchmark.mo | | | M Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/GraphML.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | M Compiler/runtime/HpcOmBenchmarkExt_rml.cpp | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/util/rtclock.h | | | | | * commit a00188d9bc108f1617d9064dce3a24f9bc254fad | | | Author: Volker Waurich | | | Date: Tue Jul 9 09:37:00 2013 +0000 | | | | | | - added functions to contract simple nodes in the task graph | | | - added function copyTaskGraphMeta in order to avoid overwriting of arrays | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit a7dcb6d14a25b42701bf28db0fa58da613881992 | | | Author: Adeel Asghar | | | Date: Mon Jul 8 16:17:52 2013 +0000 | | | | | | - Fixed the plotParametric parameters for OMNotebook. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit cd8ffd0133349533a3648e0cabdf48a60f29a961 | | | Author: Lennart Ochel | | | Date: Mon Jul 8 15:53:52 2013 +0000 | | | | | | - remove annoying output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 8594c6fa740b5dcc2d50505a04fe72914596d8ff | | | Author: Martin Sjölund | | | Date: Mon Jul 8 12:44:47 2013 +0000 | | | | | | Added function Global.initialize() to init roots that are expected to have a default value | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | | | * commit b93853f5fb67ccd88c11615944d48b1f84ecb039 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Jul 5 14:52:30 2013 +0000 | | | | | | + Fix for MetaModelica tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 08710de8f34548a92c71ed1c8d035405e5662ca8 | | | Author: Christian SChubert | | | Date: Fri Jul 5 12:35:21 2013 +0000 | | | | | | msvc-build: removed missing ModelicaExternalC reference, fixed isnan for visual studio in radau.c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 37d1c38653fb46ed723495beb7b5ec4e89ed495f | | | Author: Volker Waurich | | | Date: Fri Jul 5 12:28:56 2013 +0000 | | | | | | - changed TaskGraphMeta handling | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 837a0af11a5a3ddd3cd05fc3c1203e1e85dd4e4e | | | Author: Christian SChubert | | | Date: Fri Jul 5 12:25:19 2013 +0000 | | | | | | added forward declaration to fix msvc build, still missing: ModelicaExternalC and linker complains about | | | solver.lib(radau.c.obj) : error LNK2019: unresolved external symbol _isnan referenced in function _radau5Res | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit 2e4fc63064bf3d9fa86ebd86910dd0ee9d5eface | | | Author: Lennart Ochel | | | Date: Thu Jul 4 16:22:21 2013 +0000 | | | | | | - add support for homotopy (experimental implementation) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 55943630797a8aa5ec9a5070b8e3ae90006988e0 | | | Author: Per Östlund | | | Date: Thu Jul 4 15:41:25 2013 +0000 | | | | | | Fix for #2163: | | | - Fully qualify the paths to equalityConstraint functions so they can be found properly. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit a261bea8c122277646297f5526cec94e96d954d4 | | | Author: Volker Waurich | | | Date: Thu Jul 4 13:17:16 2013 +0000 | | | | | | - added a testfunction to check the ODE-system in HpcOmTaskGraph.mo | | | - changed pdf for the metaprogramming doc (see revision 16543) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit a384b45d5ba73b56a0eb423b6a6b8afd4e4a885f | | | Author: Volker Waurich | | | Date: Thu Jul 4 12:32:41 2013 +0000 | | | | | | - filled nodeMark in TaskGraphMeta | | | - changed intLt operator to < on page 312 in MetaProgramming documentary | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 0a240d2dc1b4ee7b31b584c2413c074a01fed4f1 | | | Author: Adrian Pop | | | Date: Thu Jul 4 11:40:56 2013 +0000 | | | | | | - make the buffer size bigger. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 04853662bfc9bd334f53b8387d301edbf70b090d | | | Author: Volker Waurich | | | Date: Thu Jul 4 10:38:46 2013 +0000 | | | | | | - added revised dumpAsGraphMLSccLevel | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 6bb68514315fa76c46f5c28df82917b9dc069cb4 | | | Author: Volker Waurich | | | Date: Thu Jul 4 06:29:02 2013 +0000 | | | | | | - fix bootstrapper | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 1fbb689cf697f8c567b22cdccc4b554161306d68 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 3 19:13:28 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit 84f3982905e3dfa35db0b8f911170e7d2b2dc736 | | | Author: Pavol Privitzer | | | Date: Wed Jul 3 19:11:17 2013 +0000 | | | | | | - update to C# target template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit 9d2c48c3160e88ccd4f993fe353fcc01cc1f2112 | | | Author: OpenModelica Hudson | | | Date: Wed Jul 3 14:12:48 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/generic_array.c | | | M SimulationRuntime/c/util/generic_array.h | | | | | * commit 77715602dd057c7fccc5f2d8be982c506b65c4bd | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Jul 3 14:11:08 2013 +0000 | | | | | | + Handling arrays of records. | | | + A new generic array structure to handle arrays of random types. | | | + Underscores for qualified names too. e.g. _a._b. Needed for records like record R Integer int; end R; | | | + recordArray[i].recordComponent works now. Deeper versions should also work. | | | - Multi-dimensional arrays of records need more support for default values. Right now default values handled only for one dimensional arrays of records. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M SimulationRuntime/c/Makefile.common | | | A SimulationRuntime/c/util/generic_array.c | | | A SimulationRuntime/c/util/generic_array.h | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/memory_pool.h | | | | | * commit 1dea272a67c3ef085bde4efb70ffc379b3e55f8a | | | Author: Volker Waurich | | | Date: Wed Jul 3 12:58:21 2013 +0000 | | | | | | - new type structure for the task graph (TaskGraphMeta and TaskGraph) | | | - added additional information to TaskGraphMeta (nodeMark,costs...) | | | - some useful dump functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 4272192762193ce890ffba1309b13d5b3544bd0f | | | Author: Martin Sjölund | | | Date: Mon Jul 1 10:47:27 2013 +0000 | | | | | | Separate compilation: Adding API call to get dependencies of the packages (transitive closure of imports is too general; causing hundreds of packages to be recompiled on small edits) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Graph.mo | | | | | * commit a3ac10e697117305c27f57d033acff32ee0ca137 | | | Author: OpenModelica Hudson | | | Date: Sun Jun 30 13:01:42 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 20b485a257ca17f618332fa54907b76b484a0063 | | | Author: Vitalij Ruge | | | Date: Sun Jun 30 12:59:29 2013 +0000 | | | | | | - added simplify rule | | | - changed radau output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 1fc297c36c8c78e8379f948fa046a3c56796b46c | | | Author: Lennart Ochel | | | Date: Sun Jun 30 08:13:54 2013 +0000 | | | | | | - add some spaces | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 5b3ada20ab7927e84a866d3d0191f660d3dbcc1f | | | Author: Lennart Ochel | | | Date: Sat Jun 29 09:42:35 2013 +0000 | | | | | | - fix failtrace message for function statementOutputs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 4b34f64bb6567f447450e8dd3b250b14fdd2c846 | | | Author: Adeel Asghar | | | Date: Sat Jun 29 00:07:14 2013 +0000 | | | | | | - Handle getClassRestriction case when the class doesn't exist. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 4fd5493a020f6faa1d116b76e0365ac10da658af | | | Author: OpenModelica Hudson | | | Date: Fri Jun 28 17:01:52 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 5827a36e040616b1b222ebc0bc67264ef1e22c7e | | | Author: Vitalij Ruge | | | Date: Fri Jun 28 16:45:25 2013 +0000 | | | | | | add some simplify rules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 7367ae887b0d2600bf79715cb283478f3342a97f | | | Author: Martin Sjölund | | | Date: Fri Jun 28 11:18:04 2013 +0000 | | | | | | Adding script to test parallel generateCodeSeparate (seems to work fine, but needs dependency analysis) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit e3eb234ba76a3cadf50d5df582e72ac39b5bf676 | | | Author: Lennart Ochel | | | Date: Fri Jun 28 08:41:04 2013 +0000 | | | | | | - collapse warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 2179a33204f36aaa6afc2e5698bb95e96d70da60 | | | Author: Adeel Asghar | | | Date: Fri Jun 28 00:40:47 2013 +0000 | | | | | | Add output to clearCommandLineOptions definition. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 195a85d3a1da8228a392af22b7092619e8776eea | | | Author: OpenModelica Hudson | | | Date: Thu Jun 27 21:49:46 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 287769dcb98ea8cb72537e72bdd1eae65964e6b8 | | | Author: Vitalij Ruge | | | Date: Thu Jun 27 21:19:11 2013 +0000 | | | | | | fixed r16506 | Thanks to Martin. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 8c5ed0f506ea18a914b1acdaf00f491c1847701c | | | Author: OpenModelica Hudson | | | Date: Thu Jun 27 20:23:17 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 5e57ef31168971e308b5ee0e5ff1775f3be12db7 | | | Author: Vitalij Ruge | | | Date: Thu Jun 27 20:20:28 2013 +0000 | | | | | | Added missing case in ExpressionSimplify (see #2268 idea of Martin) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit b62572e053f7296126f876016157a259cb9c1e2b | | | Author: Per Östlund | | | Date: Thu Jun 27 16:36:30 2013 +0000 | | | | | | - Added clearCommandLineOptions API command. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 445c5d146087020cab7dbacc67c71924bbdae346 | | | Author: Volker Waurich | | | Date: Thu Jun 27 09:07:38 2013 +0000 | | | | | | fixed the generation of the ode taskgraph (for torn systems and complex equations) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit cf7ee504d9ed3ec087ee2ddf08e218b7d8871a31 | | | Author: Martin Sjölund | | | Date: Thu Jun 27 08:27:04 2013 +0000 | | | | | | Fix compliance suite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 13b5428c94d3783879fa8a628f603bfc07020436 | | | Author: Martin Sjölund | | | Date: Wed Jun 26 20:06:52 2013 +0000 | | | | | | #2136 | | | - Fix FMU export (compile the XML-files into the binary) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Examples/ComplianceSuite.mos | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 44acf0220cf3b996575d431591b7d12a1529b0ff | | | Author: Lennart Ochel | | | Date: Wed Jun 26 15:00:49 2013 +0000 | | | | | | - remove hack that suppresses +d=execstat during initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit fb5462dcf073eac9c1fa7f902ec0ffa749f9b30b | | | Author: Lennart Ochel | | | Date: Wed Jun 26 14:35:08 2013 +0000 | | | | | | - minor fixes to initialization | | | - minor cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 26e093e715fd343acd71b4b303867aa187f358a5 | | | Author: Willi Braun | | | Date: Wed Jun 26 10:56:16 2013 +0000 | | | | | | - bug fix for linearization(modelname with underscore instaed of dot) | | | - bug fix added uniqueEqIndex for symbolic jacobian for *_info.xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 60f9580511afc671afad90df52495ee46ea1aab3 | | | Author: Lennart Ochel | | | Date: Tue Jun 25 18:21:57 2013 +0000 | | | | | | - fix #2263 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit b7e3704360eb69e2291fbcf3eec3970ccab263e4 | | | Author: Willi Braun | | | Date: Tue Jun 25 15:44:35 2013 +0000 | | | | | | #2209 | | | - added differentation rule for smooth() | | | - don't generate events for smooth() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/Derive.mo | | | | | * commit 98624ff7293f5916eace5a648a283db567d738d6 | | | Author: Martin Sjölund | | | Date: Tue Jun 25 12:47:10 2013 +0000 | | | | | | Fix and bump the compliance suite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit a96f4b9528a53a5a22b89cbaa2e771a0b4cf4f1d | | | Author: Martin Sjölund | | | Date: Tue Jun 25 11:36:03 2013 +0000 | | | | | | #2262 Handle change(sizezero) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 99ff8d2a4d45456ed934b24cb1b32266ebaae88a | | | Author: Leonardo Laguna | | | Date: Mon Jun 24 11:32:35 2013 +0000 | | | | | | - Changing the scope of DAEDump.dumpInlineTypeStr | | | - Using Print.saveAndClearBuf for function ValuesUtil.valString | | | - Applying replacements on ASUB subindices | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit e72f24538a746d546b133fc1b57dae000321fbfa | | | Author: Adeel Asghar | | | Date: Mon Jun 24 11:32:23 2013 +0000 | | | | | | - Allow setting the curve style & width. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 4b721b4ed381145d5bcb86b2b9a0e97d02b10f02 | | | Author: Martin Sjölund | | | Date: Mon Jun 24 10:30:07 2013 +0000 | | | | | | - Fixed the parser (quoted identifiers are only allowed a restricted set of characters) | | | - Fixed XML escaping of variable- and classnames | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Util/Util.mo | | | M Parser/BaseModelica_Lexer.g | | | | | * commit d64f82fb8332793919b6470c56d24faf8373e31b | | | Author: Per Östlund | | | Date: Mon Jun 24 10:21:11 2013 +0000 | | | | | | - Updated translation of OMC. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/sv.po | | | | | * commit d22f741951e6b84cb9e5fa832c0684384b0ac8e8 | | | Author: Per Östlund | | | Date: Mon Jun 24 10:11:25 2013 +0000 | | | | | | - Fixed bootstrapping. | | | - Fixed indentation in DAEDumpTpl. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit 077d2d76fdd64fdcf9829bda54ac79328da70df6 | | | Author: Volker Waurich | | | Date: Mon Jun 24 09:31:43 2013 +0000 | | | | | | gets the taskgraph for the ode-system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 214be052a7cf6e7e557ec134a28b1e531216eda4 | | | Author: Lennart Ochel | | | Date: Sun Jun 23 19:59:30 2013 +0000 | | | | | | - change warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit f1864a11e82b9afd2647e4103bc14f5530712992 | | | Author: Lennart Ochel | | | Date: Sun Jun 23 17:27:53 2013 +0000 | | | | | | - add notification for suppressed warnings of the initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 87ca44c84c5b49568beafc0d8fbf9963a1954e64 | | | Author: Lennart Ochel | | | Date: Sun Jun 23 13:18:43 2013 +0000 | | | | | | - remove unused modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit 1c296631550f93a2290e11151ef40f375d7844ff | | | Author: Lennart Ochel | | | Date: Sun Jun 23 12:59:27 2013 +0000 | | | | | | - restore accidentally deleted unused code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit f8fe0ffe9852d2cd6f94df64856f405e36cb9fe4 | | | Author: Lennart Ochel | | | Date: Sun Jun 23 12:55:36 2013 +0000 | | | | | | - remove unused code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit b918ed910e4fbc35689cff147251715fd1a8d55f | | | Author: Lennart Ochel | | | Date: Sun Jun 23 12:18:35 2013 +0000 | | | | | | - meger removeBindExp and setBindExp as well as removeBindValue and setBindValue | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit cf9a88a9ac1b592afb2b0711b4871b12aa04ba23 | | | Author: Lennart Ochel | | | Date: Sun Jun 23 11:47:09 2013 +0000 | | | | | | - remove unused code | | | - improve warnings (+d=initialization) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 17f1f14ebf045f31104d4feeecbc69260a7d6cd0 | | | Author: Lennart Ochel | | | Date: Sat Jun 22 16:12:44 2013 +0000 | | | | | | - remove unused code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit df165d1de6d9e62afb18d40b9d34c588770fd6f1 | | | Author: Adrian Pop | | | Date: Sat Jun 22 00:07:43 2013 +0000 | | | | | | - handling of EnumToInteger directly in Static.mo (just there and in Builtin.mo). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit a466cecb11aeb84d04e528a28e27ffa910a35b8f | | | Author: OpenModelica Hudson | | | Date: Fri Jun 21 14:16:01 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/HpcOmBenchmarkExt.cpp | | | M Compiler/runtime/TaskGraphResultsCmp.cpp | | | | | * commit 233182ad8cf50c78aefa9278cc13f94c4f08167d | | | Author: Marcus Walther | | | Date: Fri Jun 21 13:43:46 2013 +0000 | | | | | | Included a taskgraph-testsuite with a taskGraph compare script-method | | | Added a Benchmark stub for the hpcom project to the runtime | | | Custom attributes for graphml-nodes added | | | Some changes at the HpcomTaskGraph-module | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | A Compiler/BackEnd/HpcOmBenchmark.mo | | | A Compiler/BackEnd/HpcOmBenchmarkExt.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/FGraphDump.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/GraphML.mo | | | A Compiler/Util/TaskGraphResults.mo | | | A Compiler/runtime/HpcOmBenchmarkExt.cpp | | | A Compiler/runtime/HpcOmBenchmarkExt_omc.cpp | | | A Compiler/runtime/HpcOmBenchmarkExt_rml.cpp | | | M Compiler/runtime/Makefile.common | | | A Compiler/runtime/TaskGraphResultsCmp.cpp | | | A Compiler/runtime/TaskGraphResults_omc.cpp | | | A Compiler/runtime/TaskGraphResults_rml.cpp | | | | | * commit 960b4111859987993dc50227f4c8e1d6fdbffcea | | | Author: Lennart Ochel | | | Date: Fri Jun 21 12:44:49 2013 +0000 | | | | | | - fix #2204 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a3e1a2a2b1aa391bf7198bb7649aed4a9f291cf3 | | | Author: Willi Braun | | | Date: Fri Jun 21 12:01:14 2013 +0000 | | | | | | - fix typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 164b1a67be8b113f40a5bcced113691caac7b03b | | | Author: Martin Sjölund | | | Date: Thu Jun 20 19:29:10 2013 +0000 | | | | | | Separate compilation: Do not instantiate functions until necessary | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 88701d32b0b3753b4f5fc2e74a2338828ad51910 | | | Author: Lennart Ochel | | | Date: Thu Jun 20 15:58:11 2013 +0000 | | | | | | - new debug flag: +d=initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 707203ba583cd29f1424763dee2d8af07cf673c4 | | | Author: Lennart Ochel | | | Date: Thu Jun 20 14:37:59 2013 +0000 | | | | | | - revise initialization | | | - fix output of missing initial conditions (+d=pedantic) | | | - remove all "Ignore unused variable" messages (+d=pedantic) | | | - clean up SimCodeUtil | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 8596b82f8de4933c823ff52891e913832c0fdcac | | | Author: Martin Sjölund | | | Date: Thu Jun 20 08:15:06 2013 +0000 | | | | | | - Fix separate compilation | | | - Add separate compilation test to the testsuite so people do not break it again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 0809ddbd6e9b61b4575674c185bc5a03bdcfdfcd | | | Author: Martin Sjölund | | | Date: Thu Jun 20 05:58:50 2013 +0000 | | | | | | - Bump MSL | | | - Fix ClassLoader (if we have directory Test, no Test/package.mo, and Test.mo in a package) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit d68b3931bcbba6dcc90d6ef6cb6e0cc95a019a6f | | | Author: Lennart Ochel | | | Date: Wed Jun 19 21:01:26 2013 +0000 | | | | | | - fix #2253 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 570aaeebb7159955a4abf799b5c15a96c38a1be5 | | | Author: Martin Sjölund | | | Date: Wed Jun 19 16:39:40 2013 +0000 | | | | | | - Changes to how OPENMODELICAHOME is handled on Linux and OSX: Use OS-specific functions to find out the directory of omc | | | - Build static libraries on OSX since macports does not like rpath (it thinks the executable is linked wrong, but there is no problem trying to execute it) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/settingsimpl.c | | | M Makefile.in | | | M configure.in | | | | | * commit f28e719b78f644ab24ebe944110e7de519c3ae1d | | | Author: Martin Sjölund | | | Date: Wed Jun 19 11:53:50 2013 +0000 | | | | | | Escape $ for linux rpath | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 2c8a33b8b2d8b5b42929627e56b9f175efb8338a | | | Author: Martin Sjölund | | | Date: Wed Jun 19 10:59:54 2013 +0000 | | | | | | Fix rpath on OSX | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | M configure.in | | | | | * commit 0fc45a4ad0c5ea30041fb4a1360d3320bb3452a8 | | | Author: Martin Sjölund | | | Date: Wed Jun 19 08:49:17 2013 +0000 | | | | | | make qtclients now works when configured --without-paradiseo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 47959b9d645dba27c5adba4fe8b165ba3ba153f9 | | | Author: Martin Sjölund | | | Date: Wed Jun 19 08:47:41 2013 +0000 | | | | | | Simplify asin and acos of constant expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 751d7e051cd21e7b0881953a1d72acafc5c027af | | | Author: Adrian Pop | | | Date: Wed Jun 19 02:50:21 2013 +0000 | | | | | | - do *NOT* add the instantiated class to the symboltable because we will | | | run out of memory if we have a script in which we instantiate really big | | | models one after another! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 6dd71101f476b2c71d5bf908bc1e4f3baad3dd2e | | | Author: OpenModelica Hudson | | | Date: Wed Jun 19 02:36:17 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit dd3c9f1bfc461cc257e70451540e478699266587 | | | Author: Adrian Pop | | | Date: Wed Jun 19 02:23:57 2013 +0000 | | | | | | - fix Windows build (ansi C). | | | - small fix to CPP Makefile.omdev.mingw. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 388b23c1fd339d9beb522e62d3e519a1fe1e52b9 | | | Author: Willi Braun | | | Date: Wed Jun 19 01:52:57 2013 +0000 | | | | | | - attempt to fix gcc test-suite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit d133bbfc8a5f81eab68f6354a106b01c4b3d810a | | | Author: Adrian Pop | | | Date: Wed Jun 19 01:45:17 2013 +0000 | | | | | | - better handling of EnumToInteger hack. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit 9447e2d29fa9b3728edb01fbba7a9f1abea5b2d0 | | | Author: Willi Braun | | | Date: Tue Jun 18 21:56:54 2013 +0000 | | | | | | - fix r16390 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 1609ed00e60ec2f9670e1b0881f55f9adacbab17 | | | Author: Martin Sjölund | | | Date: Tue Jun 18 21:05:42 2013 +0000 | | | | | | Fix some unsafe code using setjmp/longjmp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit 8d1b09a285afe714e6ba657af154a6d3379056a3 | | | Author: Willi Braun | | | Date: Tue Jun 18 19:26:30 2013 +0000 | | | | | | - fixed bootstrap | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/VarTransform.mo | | | | | * commit 8af38bc8f95b9455a09447e550ce3d275d95d36f | | | Author: Willi Braun | | | Date: Tue Jun 18 19:08:39 2013 +0000 | | | | | | #1515 | | | #2237 | | | - fixed handling of Modelica asserts by using setjmp and longjmp | | | - added three different layers for exceptions: SIMULATION,INTEGRATOR,NONLINEARSOLVER | | | - integrator tries to handle asserts by reducing the step-size | | | - default non-linear solver tries to handle asserts by vary iteration variables | | | - added and modified related tests | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 9607ebd1196a1c9e543d63e9c52ca875a017503d | | | Author: Leonardo Laguna | | | Date: Tue Jun 18 15:04:49 2013 +0000 | | | | | | - Optimized VarTransform.mo (do only perform union every 7th addition.) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/VarTransform.mo | | | | | * commit 7e1188679393a73052e4b32a494c4ac3427c5983 | | | Author: Leonardo Laguna | | | Date: Tue Jun 18 13:22:27 2013 +0000 | | | | | | - Reverting my previous commit to fix the test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Util/VarTransform.mo | | | | | * commit a133bca6f92a92b6e48e3887f2d1cfa7c93dc20a | | | Author: Leonardo Laguna | | | Date: Tue Jun 18 10:56:41 2013 +0000 | | | | | | - Optimized ExpressionSimplify.simplify | | | - Optimized VarTransform.mo (do only perform union every 7th addition.) | | | - made DAEDump.dumpInlineTypeStr public | | | - Improved Expression.isConst (now also returns true for constant CALL expressions) | | | - Improved Expression.containFunctioncall (now also checks ASUB) | | | - Improved Values.valString, now stores and resets Print buffer using handle. | | | - Added VarTransform.addReplacementLst | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Util/VarTransform.mo | | | | | * commit f9e615bbc94490642b92a8be9ffde86b31a74163 | | | Author: Lennart Ochel | | | Date: Tue Jun 18 10:17:12 2013 +0000 | | | | | | - remove more „Ignore unused variable“ messages (+d=pedantic) | | | - typos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit a7f7f488ac5fd686193239b648cd03a664d3bab1 | | | Author: Volker Waurich | | | Date: Tue Jun 18 08:30:48 2013 +0000 | | | | | | taskGraph supports now all types of StrongComponents | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 329062c7c3ef64d0896d80182ad60d24d5385e27 | | | Author: Lennart Ochel | | | Date: Mon Jun 17 17:40:16 2013 +0000 | | | | | | - initialize pre values of continuous variables | | | - remove annoying „Ignore unused variable“ messages (+d=pedantic) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 204c3103368eccdf486bf51828716b6eaa3256de | | | Author: Alachew Mengist | | | Date: Sun Jun 16 19:53:03 2013 +0000 | | | | | | - Fixed XML for when conditions,Initial equations,, | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit f537651946b4ca1d5297d136f62f4143d85583e0 | | | Author: Martin Sjölund | | | Date: Sun Jun 16 14:45:20 2013 +0000 | | | | | | Typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1bd2e37889c438d350f5e5465b570cb373dac16e | | | Author: Martin Sjölund | | | Date: Sun Jun 16 14:28:16 2013 +0000 | | | | | | Fix OSX compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Examples/ComplianceSuite.mos | | | M Makefile.in | | | | | * commit f199620fa4742f20f8fbdde2a84f637b89b2458a | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Jun 15 12:51:19 2013 +0000 | | | | | | + fix bug #2217. Consider subscripts when taking type from crefs for handling of pre() in initialization. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit fdd8b23e078d5e0f7fac054fef99b4a8534f7203 | | | Author: Martin Sjölund | | | Date: Sat Jun 15 05:25:55 2013 +0000 | | | | | | Some fixes for separate compilation | | | - Make sure all package are marked encapsulated since otherwise it does not work | | | - Moved generation of literals to the body instead of the header (they have to be there since we want to include headers from other files) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M configure.in | | | | | * commit 2db502c4577788cde26cecd20577a9a3ec1d29ab | | | Author: Martin Sjölund | | | Date: Fri Jun 14 20:59:36 2013 +0000 | | | | | | Clean-up for bootstrapped compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | | | * commit 243917e98fa3339be6b1611b2604618bcdb07714 | | | Author: Martin Sjölund | | | Date: Fri Jun 14 16:24:15 2013 +0000 | | | | | | Fix some unused code for separate compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | * commit 380bd65df51d7a5a75432bd3884b6cb84ffb70ec | | | Author: Lennart Ochel | | | Date: Fri Jun 14 14:41:50 2013 +0000 | | | | | | - fix output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit e0f7e679368945ba5b29ef2f04c11e95127625de | | | Author: Lennart Ochel | | | Date: Fri Jun 14 14:11:54 2013 +0000 | | | | | | - minor changes to codegen | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit fc11a83b923f36bf84da9bb780bf4a334cbf32c7 | | | Author: Volker Waurich | | | Date: Fri Jun 14 13:55:53 2013 +0000 | | | | | | create taskgraph for every eqSystem in list, assign a proper graphml name | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmSimCode.mo | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit c923767cc758fb4df00f7615a75755ebb2fa298b | | | Author: Adeel Asghar | | | Date: Fri Jun 14 13:34:10 2013 +0000 | | | | | | - Fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 2a518db31aa6cc61c9feeb66e69772eca349b413 | | | Author: Per Östlund | | | Date: Fri Jun 14 12:34:40 2013 +0000 | | | | | | - Updated the swedish translation of OMC. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | | | * commit b842e91561325fd7086f151fb26b7b29d32fd0d6 | | | Author: Martin Sjölund | | | Date: Fri Jun 14 10:22:33 2013 +0000 | | | | | | #2212 Fixed the remaining debug-flags (removed execFiles as it was unused) | | | Updated some unused compiler sources (usually not compiled by the boostrapping since they are unused) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | R099 Compiler/Util/AvlTree.mo Compiler/Unused/AvlTree.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 2009395716f1c2bd475323d07f27c2f45ab8d28e | | | Author: Per Östlund | | | Date: Fri Jun 14 10:02:29 2013 +0000 | | | | | | - Fix flag spelling, coundOperations => countOperations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 912f6bd1d73bcec88b6925b0059d69018331f04d | | | Author: Volker Waurich | | | Date: Fri Jun 14 09:47:17 2013 +0000 | | | | | | getAdjacencyList of TaskGraph, added comments, more SCC types supported | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit fcd2f9feb001ee3acdc2efd947134d4601db5438 | | | Author: Willi Braun | | | Date: Fri Jun 14 09:43:08 2013 +0000 | | | | | | - added description text to Flags.relidx | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 095e565245dbc58ef1c5135b3e23aee65221a058 | | | Author: Jens Frenkel | | | Date: Fri Jun 14 08:43:30 2013 +0000 | | | | | | - Description for flag "paramdlowdump" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit a79cb546919776e5b53d0661bc5b7739608786f4 | | | Author: Martin Sjölund | | | Date: Fri Jun 14 07:10:31 2013 +0000 | | | | | | Supposed to be nogen, not noevalfunc. Lots of stuff breaks if we do not eval functions ;) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit bdd32c81c07d62ad1de8313b178a4277ad5f414f | | | Author: Martin Sjölund | | | Date: Fri Jun 14 07:07:38 2013 +0000 | | | | | | #2212 Documented the patternm debug-flags. Renamed a few of them. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 13e21040e6051785eaacc548f4f90d75669a7992 | | | Author: Martin Sjölund | | | Date: Fri Jun 14 06:25:15 2013 +0000 | | | | | | #2244 simulate now puts the output log in a file $prefix.log to avoid conflicts | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Examples/ComplianceSuite.mos | | | | | * commit 7ab260e55a14b52b6e6b6bcbd603e2318a55d84f | | | Author: Martin Sjölund | | | Date: Thu Jun 13 20:35:04 2013 +0000 | | | | | | Revert r16351; seems hudson did handle the old code... It was just not updated yet... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 65fd6d3192c5afe153a7863071a59d9833c0b9bc | | | Author: Martin Sjölund | | | Date: Thu Jun 13 19:44:14 2013 +0000 | | | | | | Make compliance suite set system-out so hudson will show it (doesn't show error type or message) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 1304809e8bda006ca89ed4259fb21d8f39a77b17 | | | Author: Willi Braun | | | Date: Thu Jun 13 17:46:08 2013 +0000 | | | | | | #2242 | | | - bug fix. Added mising case for tuples in Expression.factorsWork | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit d3b84a700a6380983dbb578fd4ddb3b1ae3fe001 | | | Author: Per Östlund | | | Date: Thu Jun 13 14:40:40 2013 +0000 | | | | | | - Make configure detect lrelease. | | | - Updated swedish translation of OMEdit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 28be30930571add68fe95b0c372cbcbd67611884 | | | Author: Henning Kiel | | | Date: Thu Jun 13 14:22:21 2013 +0000 | | | | | | - add/update some german translations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/de.po | | | | | * commit 2a65306a910854b941ef261bc0f4889cd36bf952 | | | Author: Martin Sjölund | | | Date: Thu Jun 13 13:05:14 2013 +0000 | | | | | | Updated compliance suite to output error-messages (for hudson) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Examples/ComplianceSuite.mos | | | | | * commit 7be877628dc083c865afeab437c8742d234fe904 | | | Author: Lennart Ochel | | | Date: Thu Jun 13 13:00:35 2013 +0000 | | | | | | - change default value of –ils to 1 | | | - remove option –iom=nelder_mead_ex2 (use –iom=nelder_mead_ex [–ils=1] instead) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.h | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit e11c9c774f27003d7e923853e929a2dfd4bd6eda | | | Author: Martin Sjölund | | | Date: Thu Jun 13 11:52:54 2013 +0000 | | | | | | #2238 Document linearize() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 3e4628a0e75b4132ab14794ff0d242d4455eb34d | | | Author: Per Östlund | | | Date: Thu Jun 13 11:52:12 2013 +0000 | | | | | | - fileds => fields. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Template/Unparsing.tpl | | | | | * commit cca24750665d70e4d98a096f8171b0a533b974d4 | | | Author: Martin Sjölund | | | Date: Thu Jun 13 11:40:28 2013 +0000 | | | | | | - Generate assertions for log/log10 (which are still ignored by the runtime...) | | | - ComplianceSuite: More quiet | | | - OMEdit: SVG default, use OS-like choice of image formats | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Examples/ComplianceSuite.mos | | | | | * commit 99face82b827e1ed1bbfddb6fe632e84be9bf17b | | | Author: Adrian Pop | | | Date: Thu Jun 13 09:50:25 2013 +0000 | | | | | | - attempt to fix Windows builds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | * commit 852b23af1cba669d007a4c8cb47bac7dad62e45a | | | Author: Martin Sjölund | | | Date: Thu Jun 13 09:19:23 2013 +0000 | | | | | | Fix some formatting of the svg (y-axis range, lines between points, etc) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit 1ba45719fe72201a7b57145bc2fe3d804a021707 | | | Author: Martin Sjölund | | | Date: Thu Jun 13 08:57:17 2013 +0000 | | | | | | #2240 | | | - Fix invalid xml (escape &) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit 352e2a36269d69a167d1ae125dcbaf64dd76a81f | | | Author: Martin Sjölund | | | Date: Thu Jun 13 06:42:18 2013 +0000 | | | | | | - (Hopefully) added the total number of models to the coverage test since these change over time | | | - Added simflags option to the new model testing scripts | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit 18b080a37b69d19ce55375b43ada626099bbf988 | | | Author: Martin Sjölund | | | Date: Wed Jun 12 19:09:18 2013 +0000 | | | | | | - Compile MSL external libraries directly from the MSL trunk | | | - Compile oldtables directly into the C runtime as it was always tool-specific anyway | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | D SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt | | | D SimulationRuntime/c/ModelicaExternalC/Makefile.am | | | D SimulationRuntime/c/ModelicaExternalC/ModelicaTables.h | | | D SimulationRuntime/c/ModelicaExternalC/ModelicaTablesImpl.c | | | D SimulationRuntime/c/ModelicaExternalC/README | | | D SimulationRuntime/c/ModelicaExternalC/autogen.sh | | | D SimulationRuntime/c/ModelicaExternalC/configure.ac | | | D SimulationRuntime/c/ModelicaExternalC/dummy.c | | | D SimulationRuntime/c/ModelicaExternalC/tables.h | | | R083 SimulationRuntime/c/ModelicaExternalC/tables.c SimulationRuntime/c/util/OldModelicaTables.c | | | | | * commit f9b67a5360ddb65619e2b8e9bc813ed24847ee79 | | | Author: Volker Waurich | | | Date: Wed Jun 12 14:10:34 2013 +0000 | | | | | | TaskGraph handles Algorithms, improved warnings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit cf4aa90a2ad8874cd062e1da18425969dc3c16b2 | | | Author: Martin Sjölund | | | Date: Wed Jun 12 12:16:03 2013 +0000 | | | | | | Don't comment stuff out | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/ComplianceSuite.mos | | | | | * commit 96594a6589e413822dec6bc46a87f1ffc034b1ca | | | Author: Martin Sjölund | | | Date: Wed Jun 12 12:05:33 2013 +0000 | | | | | | Added script to run the compliance suite (to be added to hudson?) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Examples/ComplianceSuite.mos | | | | | * commit e31243571e9c9a828224e80dfe505bcbe27cc932 | | | Author: Martin Sjölund | | | Date: Wed Jun 12 09:38:39 2013 +0000 | | | | | | - Fix not caching modified result-files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResults_omc.cpp | | | M Compiler/runtime/SimulationResults_rml.c | | | | | * commit bcaed16f44837554e6c238621b136817a40aab59 | | | Author: Volker Waurich | | | Date: Wed Jun 12 08:56:13 2013 +0000 | | | | | | TaskGraph can handle SingleWhenEquations, improved eqDesc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit cbf92e8a1884f23c3f6de773507df170ed95c95c | | | Author: Martin Sjölund | | | Date: Wed Jun 12 08:44:52 2013 +0000 | | | | | | Fix revision added | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 7529114d45e821e86b755aecd0d0ab5cacc4c7c3 | | | Author: Martin Sjölund | | | Date: Wed Jun 12 08:43:29 2013 +0000 | | | | | | - Adding new API calls: classAnnotationExists and getBooleanClassAnnotation | | | - Some translation fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 4b281cdfe0656e46d840159ce8870babafb639a4 | | | Author: Per Östlund | | | Date: Tue Jun 11 16:48:14 2013 +0000 | | | | | | - Updated swedish translation of omc. | | | - Some fixes for command line flags. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 41748393db7c041ff7addbfe818ae88423659554 | | | Author: Per Östlund | | | Date: Tue Jun 11 10:58:31 2013 +0000 | | | | | | Fix for #2215: | | | - Replaced parenthesize algorithm in Dump with the algorithm from | | | ExpressionDump. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | | | * commit d7d2eac5a42281bb03621bd4efc1caebae5931a7 | | | Author: Martin Sjölund | | | Date: Tue Jun 11 10:24:13 2013 +0000 | | | | | | Fix FreeBSD compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/lapackimpl.c | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/systemimpl.c | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/fmi/import/Makefile.in | | | M configure.in | | | | | * commit 0542229f2dda6ec47df3a9283945e2e85bbc4d80 | | | Author: Per Östlund | | | Date: Tue Jun 11 08:49:24 2013 +0000 | | | | | | - Fix some clang warnings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit bb3182a9cd78a6125dac84088885b0486391470a | | | Author: Martin Sjölund | | | Date: Tue Jun 11 07:26:59 2013 +0000 | | | | | | Reverting stupid change :) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 9a3bbfa542a8104493a702f8644ea039e7c6db3c | | | Author: Martin Sjölund | | | Date: Tue Jun 11 06:54:53 2013 +0000 | | | | | | Increasing execution time limit for no good reason | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 8d17ac8d1b23bd56df945d83485886fed550d4cf | | | Author: Lennart Ochel | | | Date: Mon Jun 10 22:42:00 2013 +0000 | | | | | | - stop printing failing nonlinear systems after the first one | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 01e3a84100dbed0079142bc00a60d4920166ff12 | | | Author: Lennart Ochel | | | Date: Mon Jun 10 22:38:39 2013 +0000 | | | | | | - improve maintainability of NLS code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit 16eb2ccf0c9d1950ae7ffc3badcb12a4b0fde53b | | | Author: Per Östlund | | | Date: Mon Jun 10 18:54:39 2013 +0000 | | | | | | - Fix previous fix. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 849bfba062b08cd5b972433001a84eb162548d51 | | | Author: Per Östlund | | | Date: Mon Jun 10 18:27:06 2013 +0000 | | | | | | - Attempt to fix some tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit e470147201d2a57b34e13aba8a703e5ed99a262c | | | Author: Willi Braun | | | Date: Mon Jun 10 16:18:19 2013 +0000 | | | | | | - fixed bug in non-linear solver dump | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit d14ffc3eb924bb78bffa2f95672098752950a82a | | | Author: Per Östlund | | | Date: Mon Jun 10 13:55:19 2013 +0000 | | | | | | - Fix bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit 8e965b851895e8f0a2ee3cbd3b176ac472c501e7 | | | Author: Leonardo Laguna | | | Date: Mon Jun 10 12:30:25 2013 +0000 | | | | | | - Fixing a bug in for-statements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/VarTransform.mo | | | | | * commit b9420ab8f9b38d5c4064c52cc20f5cbe4a04af7f | | | Author: Per Östlund | | | Date: Mon Jun 10 11:56:31 2013 +0000 | | | | | | - Fixed punctuation of error messages. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit b170eeefc5090d0f85bb474f4e3f24036bb649bb | | | Author: Martin Sjölund | | | Date: Mon Jun 10 10:07:09 2013 +0000 | | | | | | Check for pthreads | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 579c691a4eb993c0c45005e2f7138fc88b870989 | | | Author: Lennart Ochel | | | Date: Mon Jun 10 09:32:31 2013 +0000 | | | | | | - KINLapackDense is unknown (windows only) | | | - using KINDense instead | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 3d838291e321638f13191cdc7dfc94f9ce1fae2f | | | Author: Per Östlund | | | Date: Mon Jun 10 09:25:32 2013 +0000 | | | | | | - Updated translation file. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/openmodelica.pot | | | | | * commit 79db711bc85aeaebd0ca27b020b3044ebb144466 | | | Author: Lennart Ochel | | | Date: Mon Jun 10 09:11:00 2013 +0000 | | | | | | - see r16266 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 22eca6658239ed6b648d878af87091ccc2ef7dec | | | Author: OpenModelica Hudson | | | Date: Mon Jun 10 08:42:57 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | | | * commit 2066caaf8c5fa737d1138546b41faa569273e615 | | | Author: Vitalij Ruge | | | Date: Mon Jun 10 08:40:46 2013 +0000 | | | | | | - check for inputs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | | | * commit 5eebfb63f9ca4c4536633ccf7d8551872dad2129 | | | Author: Volker Waurich | | | Date: Mon Jun 10 07:36:27 2013 +0000 | | | | | | add a node description for the task-graph graphml output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit e9e81a33c6f0fd478ffc06625ee959538a0bff44 | | | Author: Lennart Ochel | | | Date: Sun Jun 9 17:25:07 2013 +0000 | | | | | | - Improved warnings for failing nonlinear systems during initialization. Now, there will be a message that shows the used start-values of the iteration variables. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | | | * commit 4c17980daeef3f979350646f9040f2ce76ba1a74 | | | Author: Vitalij Ruge | | | Date: Sun Jun 9 16:42:03 2013 +0000 | | | | | | - dumps for radau/lobatto solvers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | | | * commit e40a19af20d6d647950ecd27f355f761502d1faa | | | Author: Lennart Ochel | | | Date: Sun Jun 9 15:04:59 2013 +0000 | | | | | | - revise some dumps (LOG_EVENTS, LOG_ZEROCROSSINGS) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 58ac55d6fd5cacfd11b0cb5172b16e579f59325a | | | Author: Lennart Ochel | | | Date: Sun Jun 9 14:37:32 2013 +0000 | | | | | | - rename sample event to time event | | | - revise some DEBUG dumps | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 0b0197367915b621e0e05809c0ea8ba24cb52640 | | | Author: Vitalij Ruge | | | Date: Sun Jun 9 12:39:32 2013 +0000 | | | | | | - search linear solver for Kinsol | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 63508ec6f553301bb4169237f3d0cd578543be51 | | | Author: Vitalij Ruge | | | Date: Sun Jun 9 10:58:36 2013 +0000 | | | | | | radau/lobatto: | | | - switch linear solver for small systems | | | - error handling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 19d3fe75e163512d5b40151a18c9077d25da828b | | | Author: OpenModelica Hudson | | | Date: Sun Jun 9 01:01:01 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 76d656a04abfa8bd9491e8ac501febf0703dc85b | | | Author: Vitalij Ruge | | | Date: Sun Jun 9 00:58:49 2013 +0000 | | | | | | - fixed infinity loop in the radau/lobatto solvers | | | - removed slack vars in the radau/lobatto solvers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 77c66e466483f66c537c1c5cf999885e0427d07e | | | Author: Martin Sjölund | | | Date: Sat Jun 8 17:55:59 2013 +0000 | | | | | | Make USR1 signal work once again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 6ca4ee28859a4a5cf47ff457d96a4a663762d263 | | | Author: Adrian Pop | | | Date: Fri Jun 7 22:06:57 2013 +0000 | | | | | | - remove ";" to get ANSI C | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 786e54e396d94b7ea0026dab4588d64ac7e8b1bc | | | Author: Willi Braun | | | Date: Fri Jun 7 19:04:14 2013 +0000 | | | | | | - fixed bug in nonlinear solver | | | - deactived ThermoSysPro.ThermoSysPro.Examples.SimpleExamples.TestTank.mos, since it fails anyway | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit b05053c9b473ca829c0316b987ad367775ec3390 | | | Author: Willi Braun | | | Date: Fri Jun 7 15:01:41 2013 +0000 | | | | | | - reverted flag change from r16236, since some model stop working | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 288cd9a375edef183d1e417228039d2f14ee12e5 | | | Author: Martin Sjölund | | | Date: Fri Jun 7 14:24:25 2013 +0000 | | | | | | Fix png generation? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit a4c54f0cd928f3199addc0782e7f48bf2368722f | | | Author: Lennart Ochel | | | Date: Fri Jun 7 12:16:31 2013 +0000 | | | | | | - improve warnings for failing linear/mixed/nonlinear systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit c26945da2f4ce679d462ecab2e1dd4ef196addd2 | | | Author: Lennart Ochel | | | Date: Fri Jun 7 10:30:59 2013 +0000 | | | | | | - fix one more comment | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit f0decbcc39eb5e464f591e9fa63ae7cb8ff15ad4 | | | Author: Lennart Ochel | | | Date: Fri Jun 7 10:28:36 2013 +0000 | | | | | | - fix some comments | | | - change type signature for check_*_solutions [* is an element of {nonlinear,linear,mixed}] | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/fmi/FMI1Common.c | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/math-support/test/test_pivot.c | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.c | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 30d6761fb56017894e4ab9a6625a414aff17f089 | | | Author: Per Östlund | | | Date: Thu Jun 6 15:05:03 2013 +0000 | | | | | | - Fixed bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | | | * commit a297e3c2e23ef54d8ebbf23b0cf2fc99e1020077 | | | Author: OpenModelica Hudson | | | Date: Thu Jun 6 14:31:48 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 125f8703197989df7f99a0e5c0cc6321daaaf108 | | | Author: Marcus Walther | | | Date: Thu Jun 6 14:29:34 2013 +0000 | | | | | | - added HPC back-end | | | - added node-description to GraphML | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Causalize.mo | | | A Compiler/BackEnd/HpcOmSimCode.mo | | | A Compiler/BackEnd/HpcOmTaskGraph.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/FrontEnd/FGraphDump.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/GraphML.mo | | | | | * commit 97fa8dc09dfe2d3d3d2e5f4286a6aaf3f06e3187 | | | Author: Adeel Asghar | | | Date: Thu Jun 6 00:20:29 2013 +0000 | | | | | | - don't copy the casadi scripts. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit f77ff34de3e3c8390d657217774ba5d06e2c7056 | | | Author: Adeel Asghar | | | Date: Wed Jun 5 15:41:01 2013 +0000 | | | | | | - install the casadi scripts to build/share directory. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit c4d80180a8cf9976d6407755e472dcfc8a2a3a22 | | | Author: Adeel Asghar | | | Date: Wed Jun 5 15:02:50 2013 +0000 | | | | | | - Moved the model based optimization scripts to 3rdParty casadi. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/scripts/modelbasedoptimization/casADiEnv.py | | | D Compiler/scripts/modelbasedoptimization/casADiInterface.py | | | D Compiler/scripts/modelbasedoptimization/defaultStart.py | | | D Compiler/scripts/modelbasedoptimization/nolp.py | | | D Compiler/scripts/modelbasedoptimization/polyBase.py | | | | | * commit a35c2d34dcaaf0066690231a5640fc7c91980a3d | | | Author: OpenModelica Hudson | | | Date: Wed Jun 5 14:54:59 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/modelbasedoptimization/casADiEnv.py | | | M Compiler/scripts/modelbasedoptimization/casADiInterface.py | | | M Compiler/scripts/modelbasedoptimization/defaultStart.py | | | M Compiler/scripts/modelbasedoptimization/nolp.py | | | M Compiler/scripts/modelbasedoptimization/polyBase.py | | | | | * commit 57a9a756028ab8644a2d8df5631d15743d945d0c | | | Author: Alachew Mengist | | | Date: Wed Jun 5 14:53:19 2013 +0000 | | | | | | - Python script for model based optimization done by Vitalij | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/scripts/modelbasedoptimization/casADiEnv.py | | | A Compiler/scripts/modelbasedoptimization/casADiInterface.py | | | A Compiler/scripts/modelbasedoptimization/defaultStart.py | | | A Compiler/scripts/modelbasedoptimization/nolp.py | | | A Compiler/scripts/modelbasedoptimization/polyBase.py | | | | | * commit 43fdee14dbd6620a98fc9873eea4aeb0ee147fdf | | | Author: Martin Sjölund | | | Date: Tue Jun 4 19:27:31 2013 +0000 | | | | | | m:#622 | | | outerProduct, skew, and cross now only give Real outputs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit a16a4e7eb023ff3b25517a9309eddaf885bea71d | | | Author: Martin Sjölund | | | Date: Tue Jun 4 18:23:00 2013 +0000 | | | | | | Move some expressions around when you do simplifications only if this improves the complexity of the expression | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 3f3ec020b8cdbb44338e3015d1e44ad29310c193 | | | Author: Martin Sjölund | | | Date: Tue Jun 4 11:44:34 2013 +0000 | | | | | | #2197 | | | - Free some memory during initialisation instead of increasing the size of the memory pool | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/memory_pool.h | | | | | * commit 67c8c8efcd0ad005402ece4010c42ffe600a69cf | | | Author: Martin Sjölund | | | Date: Tue Jun 4 09:25:55 2013 +0000 | | | | | | Fix warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | | | * commit 4107100753757f96df42a387b016aae34c00c897 | | | Author: Martin Sjölund | | | Date: Tue Jun 4 05:46:43 2013 +0000 | | | | | | Fix for OSX? Add an empty file to the tables library to make the linker function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.am | | | A SimulationRuntime/c/ModelicaExternalC/dummy.c | | | | | * commit 22031d8512b4c5c87c9ff5e47adf90de0cd59961 | | | Author: Martin Sjölund | | | Date: Tue Jun 4 05:32:28 2013 +0000 | | | | | | Adding the files lochel forgot to add (they were part of my patch, but you need to svn add them, too) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M COPYING | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | A SimulationRuntime/c/util/uthash.h | | | | | * commit a1f262665a7314a6dd823cf7da4ddcf5c643a9de | | | Author: Lennart Ochel | | | Date: Mon Jun 3 16:56:01 2013 +0000 | | | | | | - fix #2210. Thanks to Martin. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/scripts/simcodedump.xsl | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 78419e6939fca5d53dfdde131bfeaf472149ec6a | | | Author: Per Östlund | | | Date: Mon Jun 3 15:21:57 2013 +0000 | | | | | | - Oops, bad auto increase. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 14067e65d1fb859c863cc12d177d5e5b71963e61 | | | Author: Lennart Ochel | | | Date: Mon Jun 3 15:08:55 2013 +0000 | | | | | | - dump a short comment above all equations (containing the modelica representation) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit d7ab0c46a5fae566f75e7ae32130376da2051917 | | | Author: Per Östlund | | | Date: Mon Jun 3 14:52:07 2013 +0000 | | | | | | - Restored +modelicaOutput flag. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 404e0658b6c88040a2c2d23606951bb9ba2db36f | | | Author: Per Östlund | | | Date: Mon Jun 3 14:10:40 2013 +0000 | | | | | | - Added descriptions to some debug flags. | | | - Removed "unused" debug flags. | | | - Got rid of some compiler warnings in OMI. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/interactive/omi_Calculation.cpp | | | | | * commit 6db5477a0ce4c71247e4093eff72a2ae2ecd00fb | | | Author: Martin Sjölund | | | Date: Mon Jun 3 10:10:44 2013 +0000 | | | | | | - Use ModelicaFormatError in tables.c to avoid the need use the OpenModelica-specific runtime (only ModelicaUtilities.h) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | | | * commit 9226f7c9be16716d7b0df91338cda603fd325632 | | | Author: Martin Sjölund | | | Date: Fri May 31 20:12:51 2013 +0000 | | | | | | Bump MSL before my flight. Someone needs to baseline a few of the failing tests. I ran out of time to do so myself. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.am | | | | | * commit da9151014e52ed25dcd85d77a2936556bc4035d9 | | | Author: Martin Sjölund | | | Date: Fri May 31 17:45:37 2013 +0000 | | | | | | Comment debug-flags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 2c891e798238bb42c83c27ccbe9074df2f23a80c | | | Author: Willi Braun | | | Date: Fri May 31 17:37:25 2013 +0000 | | | | | | - Removed unsed flags and updated some. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit a914ef73f21b805644b66423cadee985dd078fba | | | Author: OpenModelica Hudson | | | Date: Fri May 31 14:22:32 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit 45d2e347601850a43daf017713493b8f056188fc | | | Author: Pavol Privitzer | | | Date: Fri May 31 14:20:20 2013 +0000 | | | | | | - updated C# target template | | | - implemented zero crosing hysteresis, | | | - event triggering math functions, | | | - system metadata class, | | | - nominal attributes, | | | - fixed as attribute, | | | - NLS pre-allocation and nominal attributes initialization | | | - when Initial conditions | | | - other minor issues | | | - report an error in function SimCodeUtil.cref2simvar() on failed lookup | | | - (!!)fixed again a bug that I fixed in rev. 15482 (5th march 2013) | | | the generated library directories in makefiles should have this order: | | | /Resources/Library/mingw32, /Resources/Library/win32, /Resources/Library/ | | | see more comment in rev. 15482 | | | - added ModelicaStrings_length as known external function to ceval | | | - nonlinearSolverHybrd.c ... a copy-paste typo fix | | | - CodegenC.tpl | | | - some code(style) refactorings | | | - template functionXXX_systems() fix to handle also empty cases when compiling with an ANSI prudent compiler. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 71e5071286adaba79e5495485da3df48c2372a22 | | | Author: Martin Sjölund | | | Date: Fri May 31 09:37:12 2013 +0000 | | | | | | Do not try to ceval constants since they might become different constants (unknown type dimension-0 arrays, etc). Should possibly apply for Value in general, storing its type so these errors don't occur in the future. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit d0229bcf5b651560218ee5f353a88e362f1c8ca7 | | | Author: Martin Sjölund | | | Date: Fri May 31 04:43:21 2013 +0000 | | | | | | Make aspell happy. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit b1d1b13072ad1ca35d7f3ea0546871a29f819a2a | | | Author: Martin Sjölund | | | Date: Thu May 30 14:48:10 2013 +0000 | | | | | | Verify that external object constructors are called with parameter input in model context (and evaluate them as far as possible since otherwise we have problems) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit b58a33469dc37688c54da495d07ac0a7682010d7 | | | Author: Per Östlund | | | Date: Thu May 30 14:14:57 2013 +0000 | | | | | | - Fixed flag indices. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 9b94b7834d6895bb42b8a8cb5c92e2261e6ba8c7 | | | Author: Per Östlund | | | Date: Thu May 30 14:09:37 2013 +0000 | | | | | | - Removed some unused flags. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Unused/SCodeFlattenExtends.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b815594ce0bb3c9aaeab10a560ca9a2a61d2c4da | | | Author: Adrian Pop | | | Date: Wed May 29 22:11:54 2013 +0000 | | | | | | - attempt to fix Windows build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt | | | | | * commit 09a163e500ee5bd1ee9f2ed5719017cfaa4b4aa8 | | | Author: Martin Sjölund | | | Date: Wed May 29 16:22:45 2013 +0000 | | | | | | Yeah... Forgot debug thingy | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 5bc3eaced41d6f0d6f99fac0d8849e94247c2537 | | | Author: Adeel Asghar | | | Date: Wed May 29 14:51:30 2013 +0000 | | | | | | - updated the text annotations for the generate FMU blocks. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit c10048c99968fc2c5a855c61d3ffc375f13ded95 | | | Author: Martin Sjölund | | | Date: Wed May 29 14:23:04 2013 +0000 | | | | | | Fix documentation generation script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Examples/GenerateDoc.mos | | | | | * commit 2a7233f0c374a896b1e85773ce0e439d13c46360 | | | Author: Lennart Ochel | | | Date: Wed May 29 11:59:42 2013 +0000 | | | | | | - tiny comment for STATE_SET_DATA | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit d5a685792444a64f8bb1fc1a8b4f0f2350d808b3 | | | Author: Martin Sjölund | | | Date: Wed May 29 11:23:09 2013 +0000 | | | | | | Fix make clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 167dce10e5eb9af306ca215e2bb7ef5053b21035 | | | Author: Willi Braun | | | Date: Wed May 29 11:13:53 2013 +0000 | | | | | | - fixed one more line in dynamic state selection | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit b776aecbd2268737d33742c1327103d481f51cfe | | | Author: Martin Sjölund | | | Date: Wed May 29 11:12:18 2013 +0000 | | | | | | - Bump MSL | | | - Build ModelicaExternalC (and the new tables) from the latest MSL sources | | | + Note: m:#1143 - there is a bug for the tables in MSL so some tests will fail. I had success with some of them locally. | | | - Patched MSL to avoid printing warnings for some unused inputs in Tables | | | - Patched MSL to link against the correct library (ModelicaExternalC) instead of ModelicaStandardTables (this is the same as the beta branch, but trunk does not yet have this fix) | | | - Changed some tests using tables to use MSL 3.1 since then we can test the old table implementation (which is different) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | A SimulationRuntime/c/ModelicaExternalC/Makefile.am | | | D SimulationRuntime/c/ModelicaExternalC/Makefile.common | | | D SimulationRuntime/c/ModelicaExternalC/Makefile.in | | | D SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | D SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaTablesImpl.c | | | A SimulationRuntime/c/ModelicaExternalC/README | | | A SimulationRuntime/c/ModelicaExternalC/autogen.sh | | | A SimulationRuntime/c/ModelicaExternalC/configure.ac | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | D SimulationRuntime/c/ModelicaExternalC/win32_dirent.c | | | D SimulationRuntime/c/ModelicaExternalC/win32_dirent.h | | | M configure.in | | | | | * commit 338fbe4606916d14ad0a15c88ade0e3a5f40e7d3 | | | Author: Willi Braun | | | Date: Wed May 29 01:52:18 2013 +0000 | | | | | | - fixed memory leak in dynamic stateselection | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit f47473b862b75e758589b3cc1c71b8658ba19bb2 | | | Author: Martin Sjölund | | | Date: Tue May 28 17:10:03 2013 +0000 | | | | | | Changing list(exportAsCode=true) to list(exportKind=...) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit e84d301d07e195394c27b8e9bcf542aaf81794ed | | | Author: Martin Sjölund | | | Date: Sat May 25 20:31:21 2013 +0000 | | | | | | Also upload the links | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 1b92a07452d694ac5b1635fe4443cef3d51c7da4 | | | Author: Martin Sjölund | | | Date: Sat May 25 06:34:17 2013 +0000 | | | | | | GenerateDoc now lists the file a broken link was found in | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Examples/GenerateDoc.mos | | | | | * commit 936f4470d82cd37b23024a454e21291a9aa4952f | | | Author: Lennart Ochel | | | Date: Fri May 24 16:04:50 2013 +0000 | | | | | | - remove unused modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/FGraph.mo | | | M Compiler/FrontEnd/FGraphBuild.mo | | | M Compiler/FrontEnd/FGraphDump.mo | | | M Compiler/FrontEnd/FGraphEnv.mo | | | M Compiler/FrontEnd/FNode.mo | | | M Compiler/FrontEnd/FRef.mo | | | M Compiler/FrontEnd/FResolve.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 9e60c214ac76e29ccc05a939f5ae9dad6635d1ad | | | Author: Per Östlund | | | Date: Thu May 23 13:50:07 2013 +0000 | | | | | | Fix for #2192: | | | - Made ComponentReference.expandSlice fail silently, since it's used in places | | | where it's expected to fail. | | | - Fixed code generation for variable subscripts. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 25322d7398174dfbf479b9c879c100b3ef7c2afe | | | Author: Lennart Ochel | | | Date: Wed May 22 23:25:45 2013 +0000 | | | | | | - catch unsolved (linear, nonlinear, mixed) equations systems during initialization | | | - this is just a workaround and shout be replaced by a proper handling for such unsolved systems | | | - 3 more failing tests due to singular linear systems during initialization: | | | - ./simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos | | | - ./simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos | | | - ./simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 9c059814e887671e82726f155cf6c6c953970e3b | | | Author: Adeel Asghar | | | Date: Tue May 21 15:16:32 2013 +0000 | | | | | | #2194 | | | - get all the components dimensions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit a72e0aa23537fa4d19114474f21318492dd7b2ea | | | Author: Willi Braun | | | Date: Tue May 21 14:57:27 2013 +0000 | | | | | | - fixed HeatingNPN_OrGate by adding a simplification for smooth. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit c4b9526c5ce550ae8125ada8bbe6a0a3db195a51 | | | Author: Per Östlund | | | Date: Tue May 21 11:08:50 2013 +0000 | | | | | | - Fix previous commit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 77e26596b68d08939fc5e49bdaa2eae708d47e4e | | | Author: Per Östlund | | | Date: Tue May 21 11:03:15 2013 +0000 | | | | | | - Removed some unnecessary failtraces. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit bd0cafd36ae4e897acb959c352cf6dd588200393 | | | Author: Per Östlund | | | Date: Mon May 20 12:26:13 2013 +0000 | | | | | | - Fix bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit c3d083fbbf5e097909f5484a26d8f1fe8d1d2987 | | | Author: Per Östlund | | | Date: Mon May 20 11:45:13 2013 +0000 | | | | | | - Implemented expansion of asub slices in ExpressionSimplify. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Util/List.mo | | | | | * commit 382efa8df36ecca83672c839f1cddd3038004059 | | | Author: Martin Sjölund | | | Date: Mon May 20 06:39:32 2013 +0000 | | | | | | Close some tags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 7d5927872f21b6cda7935af3f13ddae221a3077f | | | Author: Adrian Pop | | | Date: Mon May 20 02:27:49 2013 +0000 | | | | | | partial fix for bug: #2106 | | | - a bit of a hack, more work is needed | | | recordArray[i].recordComponent does not work yet, just recordArray[i] directly. | | | - generate array operations on all records in Model_functions.h | | | - models that now compile: | | | Modelica.Media.Examples.RealGasAir.MoistAir* | | | Modelica.Media.Examples.Water95.* | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 300e1e25b9803e04d4321eba8b3318c63cb2d465 | | | Author: Adrian Pop | | | Date: Sun May 19 18:06:41 2013 +0000 | | | | | | - fix Windows compilation: define setenv for MinGW and MSVC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp | | | | | * commit 3edb355f6c737da4a5f84fc5c5cd12c876d843e3 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun May 19 17:28:17 2013 +0000 | | | | | | + Parmodelica: Fix array copy functions. | | | - Compile position independent on linux. | | | - Disbale NVIDIA cache. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp | | | | | * commit f42fe43872cd785d279b6d858210bd8ddca7a251 | | | Author: Adrian Pop | | | Date: Sun May 19 16:07:55 2013 +0000 | | | | | | Compiler/FrontEnd/InstExtends.mo | | | - handle SCode.DERIVED (for class extends X) | | | - strip environment prefix from crefs and paths. | | | Compiler/Template/AbsynDumpTpl.tpl | | | - handle Absyn.PARTEVALFUNCTION | | | Compiler/FrontEnd/F* | | | - add first draft of graph for SCode. | | | - not used yet | | | testsuite/flattening/* | | | - fix tests due to environment strip. | | | | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Env.mo | | | A Compiler/FrontEnd/FGraph.mo | | | A Compiler/FrontEnd/FGraphBuild.mo | | | A Compiler/FrontEnd/FGraphDump.mo | | | A Compiler/FrontEnd/FGraphEnv.mo | | | A Compiler/FrontEnd/FGraphLookup.mo | | | A Compiler/FrontEnd/FNode.mo | | | A Compiler/FrontEnd/FRef.mo | | | A Compiler/FrontEnd/FResolve.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/NFInstDumpTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit c63a08dd7e46b8153e23e59dac4f169a83081174 | | | Author: Martin Sjölund | | | Date: Fri May 17 20:30:52 2013 +0000 | | | | | | Added check for empty arrays to the parser | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit 34f87e3c5529d8dbc7085f54b8a96fc9c0073259 | | | Author: Martin Sjölund | | | Date: Fri May 17 16:21:44 2013 +0000 | | | | | | Bump MSL. Adrian will make Hudson happy. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 7a9641986829f40bed2b388cdf95e6ea57413721 | | | Author: Willi Braun | | | Date: Thu May 16 14:39:12 2013 +0000 | | | | | | #2189 | | | - fixed bug in constLinearSystem for states | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 97b481a12b51670e77f55ad8e95cdd8728ba25cb | | | Author: Adrian Pop | | | Date: Thu May 16 07:45:40 2013 +0000 | | | | | | - partial fix for bug #132 | | | - added TestPackageInheritance.* tests | | | - we don't check subtyping of redeclared elements yet. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit c85b0b3d851ce7cf9b42964466910171b1242739 | | | Author: Martin Sjölund | | | Date: Wed May 15 20:00:03 2013 +0000 | | | | | | Library changed name | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.in | | | | | * commit 6cef107cbf046a6569a73e7e6d73ebb00be51233 | | | Author: Per Östlund | | | Date: Wed May 15 14:32:21 2013 +0000 | | | | | | - Better error message for missing else in if-equations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Error.mo | | | | | * commit 4be8414b15ac6ca45ade066fa99bc76d7d82b612 | | | Author: Lennart Ochel | | | Date: Wed May 15 14:22:19 2013 +0000 | | | | | | - fix timer statistics | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit bfa1eea55234803b4edf2826de56f964703848b3 | | | Author: Per Östlund | | | Date: Wed May 15 11:59:50 2013 +0000 | | | | | | Fix for #2177: | | | - Fixed some issues with code generation for arrays with enumeration dimensions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenUtil.tpl | | | | | * commit 43d6be4406981b9a2ed552254e42b1282faa67b1 | | | Author: Martin Sjölund | | | Date: Wed May 15 11:34:57 2013 +0000 | | | | | | - Revert r16045 (flag wasn't removed yet) | | | - Bump libraries for coverage test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Examples/BuildModelRecursive.mos | | | M Examples/BuildModelTest.sh | | | | | * commit d307bf4d2a0e4fd287093bb534f31706a38246ef | | | Author: Lennart Ochel | | | Date: Wed May 15 10:22:46 2013 +0000 | | | | | | - improve readability of aliasset-warning for several free start values | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 67b5175fa7d43cea5a46a09e2a714f39ff92d1ba | | | Author: Martin Sjölund | | | Date: Wed May 15 04:38:36 2013 +0000 | | | | | | Remove scodeInstShortcut from the build script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 9571a8a46bb41f3e324b5061f9ae8b9bedb35308 | | | Author: Willi Braun | | | Date: Tue May 14 16:25:33 2013 +0000 | | | | | | #2178 | | | - bug fixes for non-linear system. | | | - make jacobian calculation continuous | | | - added reset for non-contnuous solving case | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit b1cec899621a688e909dc0e15a737c8170489158 | | | Author: Willi Braun | | | Date: Tue May 14 14:48:08 2013 +0000 | | | | | | - fix model termination, when a system can solved in the final step. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 00a238a43d330daf731088b96dbcc525cacf5023 | | | Author: Willi Braun | | | Date: Tue May 14 14:00:46 2013 +0000 | | | | | | - fixed hysteresis relations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit d5572887cf82f9865ae5736b315f4191ad88068d | | | Author: Martin Sjölund | | | Date: Tue May 14 12:15:19 2013 +0000 | | | | | | Better formatting for profiling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit 22ecd6e43cc09060367ee05c62046029315e4da0 | | | Author: Martin Sjölund | | | Date: Tue May 14 07:38:08 2013 +0000 | | | | | | Change the help text | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 9e44f9ce6b677f03b7e726c06ac19e081fe5d1d5 | | | Author: Adrian Pop | | | Date: Mon May 13 23:13:39 2013 +0000 | | | | | | - QUITE SOME CHANGES. Do make clean! | | | - fix old inst to work with Media and Fluid by default with no flags. | | | - got rid of some files and some of the error messages | | | - i will still keep +d=scodeInstShortcut for a while longer until I test more. | | | - Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos segfaults on Linux, works in Windows, | | | Modelica.Fluid.Examples.HeatingSystem does not work anymore (NLS problems again) I guess due to parameters moving around. | | | I will investigate more these issues in the next days. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Env.mo | | | D Compiler/FrontEnd/FDependency.mo | | | D Compiler/FrontEnd/FEnv.mo | | | D Compiler/FrontEnd/FEnvExtends.mo | | | D Compiler/FrontEnd/FFlatten.mo | | | D Compiler/FrontEnd/FFlattenImports.mo | | | D Compiler/FrontEnd/FFlattenRedeclare.mo | | | D Compiler/FrontEnd/FLookup.mo | | | D Compiler/FrontEnd/FSCodeCheck.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Makefile.common | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 9cf1f2c3ba7c481e8be8d017ece233c312294ab7 | | | Author: Adrian Pop | | | Date: Mon May 13 19:23:37 2013 +0000 | | | | | | - ansi C. for pleasing MSVC | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit ec3d0023995515e44c7ba4c35f6402c572d4e43c | | | Author: Willi Braun | | | Date: Mon May 13 18:07:14 2013 +0000 | | | | | | - bug fixing non-linear solver | | | (updated 2 fluid models as they began to work) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 6274b01b4d35f2065a687e64874e18cc1426c130 | | | Author: Martin Sjölund | | | Date: Thu May 9 17:22:00 2013 +0000 | | | | | | Print better error-message if things go wrong | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 12aeb11507753bac186d1e8ed3a31d95ae49d574 | | | Author: Willi Braun | | | Date: Wed May 8 17:03:40 2013 +0000 | | | | | | - fixed FMI for 32-bit linux. | | | - the binaries directory should called linux32 instead of linux-i686 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit e87431d6f7b7d3f230a5e1b93092d20da775d21f | | | Author: Willi Braun | | | Date: Wed May 8 16:49:29 2013 +0000 | | | | | | - bug fix for nonlinear solver. Restore mode for further iterations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit e355280b58188c1aaaabb15f463645baa0548f52 | | | Author: Per Östlund | | | Date: Wed May 8 10:15:54 2013 +0000 | | | | | | - Fixed code generation for enumeration subscripts. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 27c95affb5d4d49c8100cc5b71c9d77c898707fb | | | Author: Martin Sjölund | | | Date: Tue May 7 22:20:42 2013 +0000 | | | | | | Some spelling/grammar (real numbers is more precise and easy to understand) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit a16e62b764e2f1fe638781f9664fa1d1d82ec395 | | | Author: Jens Frenkel | | | Date: Tue May 7 14:58:44 2013 +0000 | | | | | | - fix #2095 handle valid circular equalities | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit c94cd58785b218ac8f1384f1f901af9c00534314 | | | Author: Martin Sjölund | | | Date: Tue May 7 14:39:50 2013 +0000 | | | | | | Also export png-files of the trend | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit 3df253eaefdcb2d1112d2a143f2103d13ba57b8e | | | Author: Per Östlund | | | Date: Tue May 7 12:11:40 2013 +0000 | | | | | | - Added +scalarizeBindings flag, to enable scalarization of array bindings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 94a355e2abb0eac54562edebd0e0b506ff17eaeb | | | Author: Martin Sjölund | | | Date: Tue May 7 11:37:48 2013 +0000 | | | | | | Added spell checking of strings marked with gettext() (for the CODING_STYLE job) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Util/Error.mo | | | M Makefile.in | | | | | * commit 56ff5f1701d09898d1ce3d01d9bcbadd897bc8f1 | | | Author: Henning Kiel | | | Date: Tue May 7 09:38:07 2013 +0000 | | | | | | - fix call of modelica_real_to_modelica_string() in C runtime | | | -> makes ModelicaTest.Blocks.Continuous_InitialOutput compile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 7d2a529a92ecce848456aea50bc067aeef65bd96 | | | Author: Willi Braun | | | Date: Mon May 6 15:35:19 2013 +0000 | | | | | | - fix for r15980 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 883d1bc229b54d6680474016fd001dcb88d801f4 | | | Author: Leonardo Laguna | | | Date: Mon May 6 15:13:32 2013 +0000 | | | | | | - Adding more warnings to the uncertainties extraction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 93b58b35d003385b1b75821c1e3ea4fed8642238 | | | Author: Martin Sjölund | | | Date: Mon May 6 06:26:38 2013 +0000 | | | | | | Removing warning about fixed parameter without start-value or binding equation since the warning is often wrong. The check should probably be made in the backend if it is needed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit d0211c184c8b187d51fc477cc5612b0c9356e1ba | | | Author: Adrian Pop | | | Date: Mon May 6 03:22:00 2013 +0000 | | | | | | - move | | | Compiler/BackEnd/GraphML.mo to | | | Compiler/Util/GraphML.mo | | | and made it way way waaaay faster. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | R070 Compiler/BackEnd/GraphML.mo Compiler/Util/GraphML.mo | | | | | * commit bd65b8bb536a56e1b110c37bad2d523fc747ed9f | | | Author: Adrian Pop | | | Date: Sun May 5 20:08:11 2013 +0000 | | | | | | - NEW RML or NEW OMDev is required for this and make clean! | | | | | | - unified with MetaModelica/rml revision 260 | | | https://openmodelica.ida.liu.se/svn/MetaModelica/trunk | | | Revision: 260 | | | Author: adrpo | | | Date: den 5 maj 2013 21:46:18 | | | Message: | | | - larger strings on 32 and 64 bit | | | (now we consider the slots [*only for strings*] to be | | | 32-5 bits on 32bit [3 is 101 the string tag + 2 to translate from words to bytes] | | | and | | | 64-6 bits on 64bit [3 is 101 the string tag + 3 to translate from words to bytes]) | | | on 32 bit: 536870907 bytes maximum (~511 Mbytes strings) | | | on 64 bit: who cares? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 4afb2af7c1fedd1a30ec6845ba416118f40a1c2c | | | Author: Willi Braun | | | Date: Sat May 4 16:54:42 2013 +0000 | | | | | | #2172 | | | - bug fix for detecting decrete varibales in algorithm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 02778d96ff85504defa88b26035e188ccdf07542 | | | Author: Lennart Ochel | | | Date: Fri May 3 20:28:42 2013 +0000 | | | | | | - fix #2112 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ffb8b2cb219f8f6312b0142eb32e6b8438471d16 | | | Author: Matthias Arzt | | | Date: Fri May 3 20:25:40 2013 +0000 | | | | | | - Compiler/Template/CodegenCpp.mo: | | | - Add "giveConditions" function to C++ Target again. | | | - Add a call to "saveAll()" within Event-Iteration this will make Modelica | | | "pre()" Operator act more like discribed in Modelica Specification. | | | - SimulationRuntime/cpp: | | | - moved AlgLoopSolverFactory.h to the more public Include directory. | | | - Bug fixes and updates too the FMU C++ Target. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/OMCppSystemTypeMap.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | R093 SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h SimulationRuntime/cpp/Include/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/FMU/FMULibInterface.cpp | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | M SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | | | | | * commit 0f970e758d2c23e526b8dc5a10bc67493f2454b1 | | | Author: Per Östlund | | | Date: Fri May 3 14:19:04 2013 +0000 | | | | | | - Forgot some changed files in last commit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit 05c95cb96fce758c1a5f628153ab9bcd6f726b53 | | | Author: Per Östlund | | | Date: Fri May 3 14:15:55 2013 +0000 | | | | | | - Fixed output of class annotations when +showAnnotations is used. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit cba6967df319bf0007234a9fe81006edc55179bc | | | Author: Martin Sjölund | | | Date: Fri May 3 09:33:27 2013 +0000 | | | | | | - Handle ceval of tuple subscripting | | | - Changed the UriLookup to return the error-message instead of printing to stdout since it is also used in simulations (and you really do not want it every time step; especially if the code looks for different modelica://-links to recover from Dymola not implementing the full ModelicaServices functionality) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit bc75df2a63673f047da3ed75da22b878ae041943 | | | Author: Martin Sjölund | | | Date: Fri May 3 06:35:32 2013 +0000 | | | | | | C-escape the expression printed in the sqrt()-assertion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Examples/BuildModelRecursiveDiff.sh | | | | | * commit ce40b4d3ddb23a790e84961af12f7425688bca04 | | | Author: Martin Sjölund | | | Date: Fri May 3 04:27:11 2013 +0000 | | | | | | Handle relative file:// and local files, always returning an absolute path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 894a0e07dc1c0bb17921babee9732b7decbdbde6 | | | Author: Martin Sjölund | | | Date: Thu May 2 22:12:00 2013 +0000 | | | | | | - Use -Wl,-rpath=/path/to/LibraryDirectory (finds .so-files without LD_LIBRARY_PATH) | | | - Do not look for "." in Library annotation - check if the file exists instead | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 6e28a87ea6d436eda71015657a8c578d01137ae7 | | | Author: Adrian Pop | | | Date: Thu May 2 21:05:59 2013 +0000 | | | | | | - fix Windows builds, cast int to size_t. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit da09856f9a2f03acffac28911dcd351029602866 | | | Author: OpenModelica Hudson | | | Date: Thu May 2 19:27:05 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/VanDerPol.mo | | | M Examples/bubblesort.mo | | | M tools/OMCMonitor/OMCMonitor.c | | | M tools/rml2mod/external.c | | | M tools/rml2mod/lexer.c | | | M tools/rml2mod/loadprogramdb.c | | | M tools/rml2mod/scanparse.c | | | M tools/rml2mod/yacclib.c | | | M tools/rml2mod/yacclib.h | | | M tools/xml/flatmodelicaxml/FlatModelicaLexer.cpp | | | M tools/xml/flatmodelicaxml/FlatModelicaXML.cpp | | | M tools/xml/flatmodelicaxml/FlatModelicaXml.h | | | M tools/xml/flatmodelicaxml/MyAST.h | | | M tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp | | | M tools/xml/flatmodelicaxml/flat_modelica_parser.cpp | | | M tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp | | | M tools/xml/flatmodelicaxml/test.cpp | | | M tools/xml/modelicaxml/ModelicaXML.cpp | | | M tools/xml/modelicaxml/ModelicaXML.h | | | M tools/xml/modelicaxml/MyAST.h | | | M tools/xml/modelicaxml/dirwalk.cpp | | | M tools/xml/modelicaxml/modelica_lexer.cpp | | | M tools/xml/modelicaxml/modelica_parser.cpp | | | M tools/xml/modelicaxml/modelica_tree_parser.cpp | | | M tools/xml/modelicaxml/token_names.cpp | | | | | * commit 2d149223870a173f7dd93dde7e52a3bb9c9e538a | | | Author: Martin Sjölund | | | Date: Thu May 2 19:22:52 2013 +0000 | | | | | | fix-tab now actually contains a tab and not 8 spaces... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 652bf9a97301c2e32af215d5cc965a2147e3ae8b | | | Author: Martin Sjölund | | | Date: Thu May 2 19:17:13 2013 +0000 | | | | | | Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command) | | | Contact me if you have problems merging your working copy | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/GraphML.mo | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/TaskGraphExt.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/FDependency.mo | | | M Compiler/FrontEnd/FEnv.mo | | | M Compiler/FrontEnd/FEnvExtends.mo | | | M Compiler/FrontEnd/FFlatten.mo | | | M Compiler/FrontEnd/FFlattenImports.mo | | | M Compiler/FrontEnd/FFlattenRedeclare.mo | | | M Compiler/FrontEnd/FLookup.mo | | | M Compiler/FrontEnd/FSCodeCheck.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFConnect2.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFEvalFunction.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstDump.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeInstShortcut.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFSCodeStatic.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsyn.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Template/Unparsing.tpl | | | M Compiler/Unused/Edge.mo | | | M Compiler/Unused/Element.mo | | | M Compiler/Unused/Global.mo | | | M Compiler/Unused/InstInfo.mo | | | M Compiler/Unused/Instance.mo | | | M Compiler/Unused/InstanceHierarchy.mo | | | M Compiler/Unused/Name.mo | | | M Compiler/Unused/NamePool.mo | | | M Compiler/Unused/Node.mo | | | M Compiler/Unused/Pool.mo | | | M Compiler/Unused/Reference.mo | | | M Compiler/Unused/Relation.mo | | | M Compiler/Unused/SCodeFlat.mo | | | M Compiler/Unused/SCodeFlatDump.mo | | | M Compiler/Unused/SCodeFlattenExtends.mo | | | M Compiler/Unused/SCodeGraph.mo | | | M Compiler/Unused/Scope.mo | | | M Compiler/Unused/Visited.mo | | | M Compiler/Util/AvlTree.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Database.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/DynLoad.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTable5.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableExpToExp.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/HashTableStringToPath.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/IOStreamExt.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/RTOptsData.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/modpar/Codegen.cpp | | | M Compiler/modpar/DuplicateParentMerge.cpp | | | M Compiler/modpar/MergeAllParents.cpp | | | M Compiler/modpar/MergeRule.cpp | | | M Compiler/modpar/MergeSiblings.cpp | | | M Compiler/modpar/Schedule.cpp | | | M Compiler/modpar/SingleChildMerge.cpp | | | M Compiler/modpar/TaskGraph.cpp | | | M Compiler/modpar/TaskGraphExt.cpp | | | M Compiler/modpar/TaskMerging.cpp | | | M Compiler/modpar/solvers.cpp | | | M Compiler/runtime/BackendDAEEXT.cpp | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/Database.c | | | M Compiler/runtime/Database_omc.c | | | M Compiler/runtime/Database_rml.c | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/Dynload_rml.cpp | | | M Compiler/runtime/ErrorMessage.cpp | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/IOStreamExt.c | | | M Compiler/runtime/IOStreamExt_omc.cpp | | | M Compiler/runtime/IOStreamExt_rml.c | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/corbaimpl.cpp | | | M Compiler/runtime/error_reporting.h | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/errorext.h | | | M Compiler/runtime/lapackimpl.c | | | M Compiler/runtime/matching.c | | | M Compiler/runtime/matching_cheap.c | | | M Compiler/runtime/ptolemyio.cpp | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | M Compiler/runtime/unitparser.cpp | | | M Compiler/runtime/unitparser.h | | | M Compiler/susan_codegen/SusanDump.mo | | | M Compiler/susan_codegen/SusanDump.tpl | | | M Compiler/susan_codegen/TplCodegen.mo | | | M Compiler/susan_codegen/TplCodegen.tpl | | | M Compiler/susan_codegen/TplCodegen__testShouldBe.mo | | | M Compiler/susan_codegen/TplCodegen_handMade.mo | | | M Compiler/susan_codegen/paper.mo | | | M Compiler/susan_codegen/paper__testShouldBe.mo | | | M Compiler/susan_codegen/test.mo | | | M Compiler/susan_codegen/test.tpl | | | M Compiler/susan_codegen/testI.mo | | | M Compiler/susan_codegen/test__testShouldBe.mo | | | M Examples/dcmotor.mo | | | M Parser/ModelicaParserCommon.h | | | M Parser/main.c | | | M Parser/parse.c | | | M SimulationRuntime/OpenTurns/wrapper_template.c | | | M SimulationRuntime/OpenTurns/wrapper_template_mat.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaTables.h | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaTablesImpl.c | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/ModelicaExternalC/tables.h | | | M SimulationRuntime/c/ModelicaExternalC/win32_dirent.c | | | M SimulationRuntime/c/ModelicaExternalC/win32_dirent.h | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/bigden.c | | | M SimulationRuntime/c/math-support/daux.c | | | M SimulationRuntime/c/math-support/ddasrt.c | | | M SimulationRuntime/c/math-support/ddassl.c | | | M SimulationRuntime/c/math-support/dlamch.c | | | M SimulationRuntime/c/math-support/dlinpk.c | | | M SimulationRuntime/c/math-support/dogleg.c | | | M SimulationRuntime/c/math-support/dpmpar.c | | | M SimulationRuntime/c/math-support/enorm.c | | | M SimulationRuntime/c/math-support/fdjac1.c | | | M SimulationRuntime/c/math-support/hybrd.c | | | M SimulationRuntime/c/math-support/hybrd1.c | | | M SimulationRuntime/c/math-support/hybrj.c | | | M SimulationRuntime/c/math-support/lsame.c | | | M SimulationRuntime/c/math-support/nelmead.c | | | M SimulationRuntime/c/math-support/newuob.c | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/math-support/qform.c | | | M SimulationRuntime/c/math-support/qrfac.c | | | M SimulationRuntime/c/math-support/r1mpyq.c | | | M SimulationRuntime/c/math-support/r1updt.c | | | M SimulationRuntime/c/math-support/test/test_pivot.c | | | M SimulationRuntime/c/math-support/update.c | | | M SimulationRuntime/c/meta/dtoa.c | | | M SimulationRuntime/c/meta/gc/common.c | | | M SimulationRuntime/c/meta/gc/common.h | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/generational.h | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/marksweep.h | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/gc/roots.c | | | M SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/dopri45.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/java_interface/test_files/meta_modelica.mo | | | M SimulationRuntime/c/util/jni.h | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/modelica_string.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/read_write.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/rtclock.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | M SimulationRuntime/c/util/tinymt64.c | | | M SimulationRuntime/c/util/tinymt64.h | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/Constants.h | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | M SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | M SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | | | M SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | | | M SimulationRuntime/cpp/Include/FMU/fmiModelTypes.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | M SimulationRuntime/fmi/export/fmiModelFunctions.h | | | M SimulationRuntime/fmi/export/fmiModelTypes.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.h | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | M SimulationRuntime/fmi/import/fmuWrapper.h | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/stack.c | | | M SimulationRuntime/fmi/import/stack.h | | | M SimulationRuntime/fmi/import/xmlparser.c | | | M SimulationRuntime/fmi/import/xmlparser.h | | | M SimulationRuntime/interactive/client.cpp | | | M SimulationRuntime/interactive/omi_Calculation.cpp | | | M SimulationRuntime/interactive/omi_Control.cpp | | | M SimulationRuntime/interactive/omi_Control.h | | | M SimulationRuntime/interactive/omi_ResultManager.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.h | | | M SimulationRuntime/interactive/omi_Transfer.cpp | | | M SimulationRuntime/interactive/socket.h | | | M SimulationRuntime/interactive/socket_unix.cpp | | | M SimulationRuntime/interactive/socket_win.cpp | | | M SimulationRuntime/interactive/thread.cpp | | | M SimulationRuntime/interactive/thread.h | | | M SimulationRuntime/qss/qss_signal.cpp | | | M SimulationRuntime/qss/qss_signal.h | | | M SimulationRuntime/qss/solver_qss.cpp | | | M SimulationRuntime/qss/solver_qss.h | | | M SimulationRuntime/qss/static_function.cpp | | | M tools/OMCMonitor/OMCMonitor.c | | | M tools/OMCMonitor/OMCMonitor.h | | | M tools/OMCMonitor/resource.h | | | M tools/rml2mod/external.c | | | M tools/rml2mod/lexer.c | | | M tools/xml/flatmodelicaxml/FlatModelicaXML.cpp | | | M tools/xml/flatmodelicaxml/FlatModelicaXml.h | | | M tools/xml/flatmodelicaxml/MyAST.h | | | M tools/xml/flatmodelicaxml/flat_modelica_parser.cpp | | | M tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp | | | M tools/xml/modelicaxml/ModelicaXML.cpp | | | M tools/xml/modelicaxml/ModelicaXML.h | | | M tools/xml/modelicaxml/MyAST.h | | | M tools/xml/modelicaxml/dirwalk.cpp | | | M tools/xml/modelicaxml/modelica_parser.cpp | | | M tools/xml/modelicaxml/modelica_tree_parser.cpp | | | | | * commit 111e61493b87281bd2626754d20c27990b8a6c9f | | | Author: OpenModelica Hudson | | | Date: Thu May 2 18:46:43 2013 +0000 | | | | | | [Janitor mode] Fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/GraphML.mo | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/TaskGraphExt.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/FDependency.mo | | | M Compiler/FrontEnd/FEnv.mo | | | M Compiler/FrontEnd/FEnvExtends.mo | | | M Compiler/FrontEnd/FFlatten.mo | | | M Compiler/FrontEnd/FFlattenImports.mo | | | M Compiler/FrontEnd/FFlattenRedeclare.mo | | | M Compiler/FrontEnd/FLookup.mo | | | M Compiler/FrontEnd/FSCodeCheck.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFConnect2.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFEvalFunction.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstDump.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeInstShortcut.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFSCodeStatic.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsyn.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Template/Unparsing.tpl | | | M Compiler/Unused/Edge.mo | | | M Compiler/Unused/Element.mo | | | M Compiler/Unused/Global.mo | | | M Compiler/Unused/InstInfo.mo | | | M Compiler/Unused/Instance.mo | | | M Compiler/Unused/InstanceHierarchy.mo | | | M Compiler/Unused/Name.mo | | | M Compiler/Unused/NamePool.mo | | | M Compiler/Unused/Node.mo | | | M Compiler/Unused/Pool.mo | | | M Compiler/Unused/Reference.mo | | | M Compiler/Unused/Relation.mo | | | M Compiler/Unused/SCodeFlat.mo | | | M Compiler/Unused/SCodeFlatDump.mo | | | M Compiler/Unused/SCodeFlattenExtends.mo | | | M Compiler/Unused/SCodeGraph.mo | | | M Compiler/Unused/Scope.mo | | | M Compiler/Unused/Visited.mo | | | M Compiler/Util/AvlTree.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Database.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/DynLoad.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTable5.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableExpToExp.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/HashTableStringToPath.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/IOStreamExt.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/RTOptsData.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/modpar/Codegen.cpp | | | M Compiler/modpar/DuplicateParentMerge.cpp | | | M Compiler/modpar/MergeAllParents.cpp | | | M Compiler/modpar/MergeRule.cpp | | | M Compiler/modpar/MergeSiblings.cpp | | | M Compiler/modpar/Schedule.cpp | | | M Compiler/modpar/SingleChildMerge.cpp | | | M Compiler/modpar/TaskGraph.cpp | | | M Compiler/modpar/TaskGraphExt.cpp | | | M Compiler/modpar/TaskMerging.cpp | | | M Compiler/modpar/solvers.cpp | | | M Compiler/runtime/BackendDAEEXT.cpp | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/Database.c | | | M Compiler/runtime/Database_omc.c | | | M Compiler/runtime/Database_rml.c | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/Dynload_rml.cpp | | | M Compiler/runtime/ErrorMessage.cpp | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/IOStreamExt.c | | | M Compiler/runtime/IOStreamExt_omc.cpp | | | M Compiler/runtime/IOStreamExt_rml.c | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/corbaimpl.cpp | | | M Compiler/runtime/error_reporting.h | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/errorext.h | | | M Compiler/runtime/lapackimpl.c | | | M Compiler/runtime/matching.c | | | M Compiler/runtime/matching_cheap.c | | | M Compiler/runtime/ptolemyio.cpp | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | M Compiler/runtime/unitparser.cpp | | | M Compiler/runtime/unitparser.h | | | M Compiler/susan_codegen/SusanDump.mo | | | M Compiler/susan_codegen/SusanDump.tpl | | | M Compiler/susan_codegen/TplCodegen.mo | | | M Compiler/susan_codegen/TplCodegen.tpl | | | M Compiler/susan_codegen/TplCodegen__testShouldBe.mo | | | M Compiler/susan_codegen/TplCodegen_handMade.mo | | | M Compiler/susan_codegen/paper.mo | | | M Compiler/susan_codegen/paper__testShouldBe.mo | | | M Compiler/susan_codegen/test.mo | | | M Compiler/susan_codegen/test.tpl | | | M Compiler/susan_codegen/testI.mo | | | M Compiler/susan_codegen/test__testShouldBe.mo | | | M Examples/dcmotor.mo | | | M Parser/ModelicaParserCommon.h | | | M Parser/main.c | | | M Parser/parse.c | | | M SimulationRuntime/OpenTurns/wrapper_template.c | | | M SimulationRuntime/OpenTurns/wrapper_template_mat.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaTables.h | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaTablesImpl.c | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/ModelicaExternalC/tables.h | | | M SimulationRuntime/c/ModelicaExternalC/win32_dirent.c | | | M SimulationRuntime/c/ModelicaExternalC/win32_dirent.h | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/bigden.c | | | M SimulationRuntime/c/math-support/daux.c | | | M SimulationRuntime/c/math-support/ddasrt.c | | | M SimulationRuntime/c/math-support/ddassl.c | | | M SimulationRuntime/c/math-support/dlamch.c | | | M SimulationRuntime/c/math-support/dlinpk.c | | | M SimulationRuntime/c/math-support/dogleg.c | | | M SimulationRuntime/c/math-support/dpmpar.c | | | M SimulationRuntime/c/math-support/enorm.c | | | M SimulationRuntime/c/math-support/fdjac1.c | | | M SimulationRuntime/c/math-support/hybrd.c | | | M SimulationRuntime/c/math-support/hybrd1.c | | | M SimulationRuntime/c/math-support/hybrj.c | | | M SimulationRuntime/c/math-support/lsame.c | | | M SimulationRuntime/c/math-support/nelmead.c | | | M SimulationRuntime/c/math-support/newuob.c | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/math-support/qform.c | | | M SimulationRuntime/c/math-support/qrfac.c | | | M SimulationRuntime/c/math-support/r1mpyq.c | | | M SimulationRuntime/c/math-support/r1updt.c | | | M SimulationRuntime/c/math-support/test/test_pivot.c | | | M SimulationRuntime/c/math-support/update.c | | | M SimulationRuntime/c/meta/dtoa.c | | | M SimulationRuntime/c/meta/gc/common.c | | | M SimulationRuntime/c/meta/gc/common.h | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/generational.h | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/marksweep.h | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/gc/roots.c | | | M SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/dopri45.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSystem.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/java_interface/test_files/meta_modelica.mo | | | M SimulationRuntime/c/util/jni.h | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/modelica_string.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/read_write.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/rtclock.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | M SimulationRuntime/c/util/tinymt64.c | | | M SimulationRuntime/c/util/tinymt64.h | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/Constants.h | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | M SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.h | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | M SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | | | M SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | | | M SimulationRuntime/cpp/Include/FMU/fmiModelTypes.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | M SimulationRuntime/fmi/export/fmiModelFunctions.h | | | M SimulationRuntime/fmi/export/fmiModelTypes.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.h | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | M SimulationRuntime/fmi/import/fmuWrapper.h | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/stack.c | | | M SimulationRuntime/fmi/import/stack.h | | | M SimulationRuntime/fmi/import/xmlparser.c | | | M SimulationRuntime/fmi/import/xmlparser.h | | | M SimulationRuntime/interactive/client.cpp | | | M SimulationRuntime/interactive/omi_Calculation.cpp | | | M SimulationRuntime/interactive/omi_Control.cpp | | | M SimulationRuntime/interactive/omi_Control.h | | | M SimulationRuntime/interactive/omi_ResultManager.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.h | | | M SimulationRuntime/interactive/omi_Transfer.cpp | | | M SimulationRuntime/interactive/socket.h | | | M SimulationRuntime/interactive/socket_unix.cpp | | | M SimulationRuntime/interactive/socket_win.cpp | | | M SimulationRuntime/interactive/thread.cpp | | | M SimulationRuntime/interactive/thread.h | | | M SimulationRuntime/qss/qss_signal.cpp | | | M SimulationRuntime/qss/qss_signal.h | | | M SimulationRuntime/qss/solver_qss.cpp | | | M SimulationRuntime/qss/solver_qss.h | | | M SimulationRuntime/qss/static_function.cpp | | | M tools/OMCMonitor/OMCMonitor.c | | | M tools/OMCMonitor/OMCMonitor.h | | | M tools/OMCMonitor/resource.h | | | M tools/rml2mod/external.c | | | M tools/rml2mod/lexer.c | | | M tools/xml/flatmodelicaxml/FlatModelicaXML.cpp | | | M tools/xml/flatmodelicaxml/FlatModelicaXml.h | | | M tools/xml/flatmodelicaxml/MyAST.h | | | M tools/xml/flatmodelicaxml/flat_modelica_parser.cpp | | | M tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp | | | M tools/xml/modelicaxml/ModelicaXML.cpp | | | M tools/xml/modelicaxml/ModelicaXML.h | | | M tools/xml/modelicaxml/MyAST.h | | | M tools/xml/modelicaxml/dirwalk.cpp | | | M tools/xml/modelicaxml/modelica_parser.cpp | | | M tools/xml/modelicaxml/modelica_tree_parser.cpp | | | | | * commit 817d54c80fc5b600704f630810f67148024655c4 | | | Author: Martin Sjölund | | | Date: Thu May 2 15:48:44 2013 +0000 | | | | | | Add target fix-tab | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit dfa6c26e2c572625d955501392c94543aab7247b | | | Author: Martin Sjölund | | | Date: Thu May 2 14:35:25 2013 +0000 | | | | | | Use varargs for throwing assertions so we can produce better messages in the code generator | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 0bf0af6aaf7f2471955ba1c8a16106c26f55a409 | | | Author: Per Östlund | | | Date: Thu May 2 14:03:55 2013 +0000 | | | | | | - Added better error message for variable range expressions in for-equations. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Error.mo | | | | | * commit 51201a07893f24afbbe91f496b71cc96feddf7b0 | | | Author: Martin Sjölund | | | Date: Thu May 2 12:49:15 2013 +0000 | | | | | | Added missing DAE.DIM_BOOLEAN (analogous to DIM_ENUM) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 705fc3f635a8982d132b7e72c39a42bd4ecb12d5 | | | Author: Martin Sjölund | | | Date: Thu May 2 09:48:10 2013 +0000 | | | | | | Fix ceval of false:true | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit d480f1613a074d259b9f3d5e87c03ede59215b39 | | | Author: Martin Sjölund | | | Date: Wed May 1 06:55:48 2013 +0000 | | | | | | Output a nice trend overview | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit ce460a3e8a4d07526d23de1080fcb6a4c373b820 | | | Author: Martin Sjölund | | | Date: Tue Apr 30 18:55:48 2013 +0000 | | | | | | Do not look for sundials_idas -- it is not actually used | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 40e106d77ed44ffcd4bc16a4f17330b19a66e7b0 | | | Author: OpenModelica Hudson | | | Date: Tue Apr 30 14:03:29 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/perform_simulation.c | | | | | * commit 3c8e7cdd525961fd29432494e45ca8b20e07a9d4 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Apr 30 13:52:26 2013 +0000 | | | | | | + Moved the main simulation loop to perform_simulation.c. | | | Included in and compiled with the generated code later. | | | + OpenMP has its own version omp_perform_simulation.c | | | + Easier to maintain this way. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | A SimulationRuntime/c/simulation/solver/omp_perform_simulation.c | | | A SimulationRuntime/c/simulation/solver/perform_simulation.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | | | * commit 63220cf4bd0701d1260a46edeab3b7bd96e3595b | | | Author: OpenModelica Hudson | | | Date: Tue Apr 30 12:51:39 2013 +0000 | | | | | | [Janitor mode] Set auto-props | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M CMakeLists.txt | | | M Compiler/scripts/replace-startValue.sh | | | M Examples/CMakeLists.txt | | | M Parser/README.txt | | | M Parser/main.c | | | M README-BUILD-WINDOWS.txt | | | M SimulationRuntime/c/ar.sh | | | M SimulationRuntime/c/meta/meta_modelica_gen_string_lit.sh | | | M SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | M tools/rml2mmo/rdball.sh | | | M tools/rml2mmo/trall.sh | | | M tools/rml2mmo/translate-if-needed.sh | | | M tools/xml/README.txt | | | | | * commit 1c5314ae7fcf3da9c5e5cce43934a5a4fe96172e | | | Author: Martin Sjölund | | | Date: Tue Apr 30 12:33:34 2013 +0000 | | | | | | Changing the autoprops from find to a script that can parse the svn config [auto-props] format | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A .svnprops | | | M Makefile.in | | | A tools/apply_autoprops.py | | | | | * commit b08629a9f6bc3e37f2b68a19030b115153b395c5 | | | Author: Martin Sjölund | | | Date: Tue Apr 30 11:51:18 2013 +0000 | | | | | | - sample with first sample before start-time of the simulation is now treated correctly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit f6441b610bc8e125dd5ddb896a13ea564670a8ef | | | Author: Adrian Pop | | | Date: Mon Apr 29 20:37:25 2013 +0000 | | | | | | - removed tab. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit 32c80fc810abe11291493ae6a2ee1e7f47c0ed5e | | | Author: Willi Braun | | | Date: Mon Apr 29 18:27:42 2013 +0000 | | | | | | bugfixes for FMI: | | | - added *_info.xml and *_init.xml to resoursses | | | - therefore added default simulation options to translateFMU in CevalScript.mo | | | | | | - added support for dynamic state selection | | | - added an event triggering equation to FMI import | | | - added an addional flag to function stateSelect to be able switch states only in eventUpdate | | | | | | - added support for sample operator in FMU-import/-export | | | - added some tests to testsuite | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 1927fb66b1318c203fc23667b8727fd41711d863 | | | Author: Adrian Pop | | | Date: Mon Apr 29 13:57:29 2013 +0000 | | | | | | - fix ANSI C (variable declaration before any other statements) to make MSVC compiler happy | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit d8af539b09865654a17ffc7db12f62bc58733e0e | | | Author: Per Östlund | | | Date: Mon Apr 29 13:15:07 2013 +0000 | | | | | | - Got rid of some clang warnings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit bc0dd06c9601d9c4ba71062ee6b8bb7fffe5e04d | | | Author: Martin Sjölund | | | Date: Mon Apr 29 11:04:38 2013 +0000 | | | | | | #1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit a214c4810ac03ec7f1ca59255acad3b50ce8d5cc | | | Author: Vitalij Ruge | | | Date: Mon Apr 29 09:40:48 2013 +0000 | | | | | | - FIXED: lobatto6 | | | - FIXED: allocate for lobatto/radau solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 149437afe1ff0b15c2309909af35703c458e1cb8 | | | Author: Vitalij Ruge | | | Date: Sun Apr 28 07:58:29 2013 +0000 | | | | | | - BUGFIX: initial guess, scaling and nonlinear solver stragegy are more stable for radau/lobatto solver. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 6d99b6c86c28ea31f1f7f0f4876f8e162a673bf3 | | | Author: Martin Sjölund | | | Date: Fri Apr 26 17:53:16 2013 +0000 | | | | | | Abstract syntax change. make clean comes highly recommended. | | | - Class annotations are now stored as a list of annotations at the end of a class (like the Modelica3 grammar says except we allow multiple annotations). | | | - This is a transition so we can create warnings or errors later on. | | | - No major changes can be seen except when using OMEdit or API that lists the position of annotations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/FDependency.mo | | | M Compiler/FrontEnd/FEnv.mo | | | M Compiler/FrontEnd/FEnvExtends.mo | | | M Compiler/FrontEnd/FFlattenImports.mo | | | M Compiler/FrontEnd/FFlattenRedeclare.mo | | | M Compiler/FrontEnd/FLookup.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeInstShortcut.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Examples/GenerateDoc.mos | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/Parser_omc.c | | | M Parser/Parser_rml.c | | | M Parser/parse.c | | | | | * commit c47607eafa7e5c3c8225003991bfdb9d8eadbb57 | | | Author: Jim Nutaro | | | Date: Thu Apr 25 17:52:01 2013 +0000 | | | | | | Remove arrayCref from test for array in the adevs code generator. Replaced this with a messier, but seemingly more reliable, ifdef to avoid duplicate definition. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit f20bb42f1d7919c305fc781d77fe26ed68442ac5 | | | Author: Per Östlund | | | Date: Thu Apr 25 15:18:21 2013 +0000 | | | | | | - Fixed spelling mistake in swedish translation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/sv.po | | | | | * commit 193aecc370c42a50dc27fa0a50362885e746b426 | | | Author: Martin Sjölund | | | Date: Thu Apr 25 14:32:00 2013 +0000 | | | | | | Preserve function comments and annotations for external functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | | | * commit 302ba78c451d6e6f727fad4f056fe09a2b8cca2b | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Apr 25 14:17:36 2013 +0000 | | | | | | + Preparing the run-time for multi-thread execution. | | | + Moved performSimulation from simulation runtime to generated code. | | | + Fixed omp undefined references. | | | + Generate extra equation info. Just the crefs used in equation. To build graphs later. | | | + Hope nothing fails. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | | | * commit c88e38a470e016694c4f14e24b2dd0c41d33e246 | | | Author: Leonardo Laguna | | | Date: Thu Apr 25 12:40:50 2013 +0000 | | | | | | - Added flag to return correct cref types | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b23c6b116e2bbbe9cad4df1e12fc1505b51b4cc2 | | | Author: Vitalij Ruge | | | Date: Thu Apr 25 08:38:20 2013 +0000 | | | | | | - BUGFIX: now initial guess and scaling are more stable for radau/lobatto solver. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 9230092ecac2edd03d5d0458164df2c38cdc6c19 | | | Author: Martin Sjölund | | | Date: Thu Apr 25 04:54:14 2013 +0000 | | | | | | Fix to rebuild all svg-files when running the MSL coverage | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit aadfa5109db735f3c4bd63e7312c5f1e19771357 | | | Author: Vitalij Ruge | | | Date: Wed Apr 24 12:25:59 2013 +0000 | | | | | | - BUGFIX: initial guess for radau/lobatto solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit ee966ce44ff74eede45e7bc6a7126271a44a13bd | | | Author: Martin Sjölund | | | Date: Wed Apr 24 10:05:44 2013 +0000 | | | | | | Copy-paste error (always asks for the MSL revision; not the actual library) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit daef9b7f458dc261995075102e7ed86d3e394cb6 | | | Author: Adrian Pop | | | Date: Wed Apr 24 09:27:35 2013 +0000 | | | | | | Fix bug: #2089 [https://trac.openmodelica.org/OpenModelica/ticket/2089] | | | - do not die on getComponents(Modelica.Media.Examples.*) | | | - modifications of extends have to be fixed (qualified) in the env of extends and local names should not be qualified! | | | - some more tweaks in testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw | | | - test bug fix with: testsuite/openmodelica/interactive-API/Modelica.Media.Examples.getComponents.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit da9910532d6c7a16068b0be67bbc022f04ff989a | | | Author: Martin Sjölund | | | Date: Wed Apr 24 09:21:28 2013 +0000 | | | | | | Fix the build script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelTest.sh | | | | | * commit 9dd327ede10382b5550507323f8ece963c2cef8b | | | Author: Martin Sjölund | | | Date: Wed Apr 24 07:41:49 2013 +0000 | | | | | | Fix the bootstrapping target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 669297230c2bf4d5b3a34d92c02177c5b6f1cf85 | | | Author: Martin Sjölund | | | Date: Wed Apr 24 07:08:08 2013 +0000 | | | | | | Pushed BuildModelTest.sh into trunk instead of my home directory | | | - Modified BuildModelTest.sh to be more generic (easy to add new packages) | | | - Updated the BuildModelRecursive.mos to look for exact revision of the tested library (only works if building with the experimental package collection) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | A Examples/BuildModelTest.sh | | | M Makefile.common | | | M Makefile.in | | | | | * commit 1ab0e772ad795af2b138cb08a8bb570b49e51df2 | | | Author: Adrian Pop | | | Date: Tue Apr 23 19:11:20 2013 +0000 | | | | | | - fixes to support ExternalMediaLibrary better. | | | - fixes to SCode dependency to not remove package constants that appear in external function declaration | | | some external functions do not have any annotation but they do have external arguments in external "C": | | | Example: | | | replaceable function getCriticalPressure | | | output AbsolutePressure pc; | | | external "C" pc = TwoPhaseMedium_getCriticalPressure_(mediumName, libraryName, substanceName); | | | end getCriticalPressure; | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | * commit cd36f902e4eb2ed825521117fcae5a7e9a9e74b5 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Apr 23 16:38:51 2013 +0000 | | | | | | + revert r15893. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | | | * commit 37464d0042604f6c5fab5bcd7335d996092f9ee4 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Apr 23 15:39:30 2013 +0000 | | | | | | + Preparing the run-time for multi-thread execution. | | | + Moved performSimulation from simulation runtime to generated code. | | | + Fixed omp undefined references. | | | + Generate extra equation info. Just the crefs used in equation. To build graphs later. | | | + Hope nothing fails. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | | | * commit 84aecc2086ad2308a04ff88b97b27b38113b9c21 | | | Author: Henning Kiel | | | Date: Tue Apr 23 09:22:43 2013 +0000 | | | | | | - fix message string (DELETE_AND_LOAD) to display the referenced filename | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit fc8553e8d4bc6c6ecdf65b93daee4daba80e3546 | | | Author: Martin Sjölund | | | Date: Tue Apr 23 08:45:07 2013 +0000 | | | | | | Pretty code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit 2a3e488cbc0ab4e1893ab5964173f2cbf1c3c97d | | | Author: Adrian Pop | | | Date: Tue Apr 23 08:11:58 2013 +0000 | | | | | | - ANSI C an unnamed C compiler said :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit 4d37fb2de66a3f958bac3d3a206c66d28b3dc882 | | | Author: Martin Sjölund | | | Date: Tue Apr 23 07:05:21 2013 +0000 | | | | | | Fix test for clang | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Examples/BuildModelRecursive.mos | | | | | * commit 8c02217cde6fc940c620c7894f5c35c4c8d4a5da | | | Author: Adrian Pop | | | Date: Tue Apr 23 07:00:18 2013 +0000 | | | | | | - get rid of spurious warning about protected elements (https://trac.modelica.org/Modelica/ticket/975) | | | we currently don't know from where the modifier came. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 7d2713cd3000a1239e963e52649adca4367b85a2 | | | Author: Martin Sjölund | | | Date: Tue Apr 23 06:19:59 2013 +0000 | | | | | | (OpenMP) Use the memory pool of the current thread | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/math-support/hybrj.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/memory_pool.h | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/string_array.c | | | | | * commit ab7eb560e1343af563949cd97d7694487b01471a | | | Author: Adrian Pop | | | Date: Tue Apr 23 05:27:17 2013 +0000 | | | | | | #2129 | | | - handle the projection of actual arguments to formal arguments better | | | in functions with unknown dimensions that depend on the input parameters | | | - better message when we cannot evaluate a structural parameter | | | - added AdvancedDimensions.mo test (derived from some AVM model). | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1b66bde0c5f54c61ac0c4994b45cec18ac96f025 | | | Author: Martin Sjölund | | | Date: Mon Apr 22 15:09:43 2013 +0000 | | | | | | Adding new makefile Makefile.libraries | | | - Try make GITLIBRARIES=Yes to check out the new build system for libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit b3b07e20c8fef3c824b920ca4cc27b400202e305 | | | Author: Leonardo Laguna | | | Date: Mon Apr 22 14:27:59 2013 +0000 | | | | | | - (recommit) Eliminating error message when the StaticScript.elabCallInteractive succeds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit c68246f5e17341fafbc96a9027e2a8b629305c65 | | | Author: Martin Sjölund | | | Date: Mon Apr 22 12:08:19 2013 +0000 | | | | | | Nicer BuildModelRecursive script (easier to change the library we build; prints the name and version of that library) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 18a7d9aaa21d2d698fa591e24d53b2417ccae919 | | | Author: Jens Frenkel | | | Date: Mon Apr 22 11:57:08 2013 +0000 | | | | | | - remove unnecessary lines of code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 012ec582a459d2596d93a6186268ca7993f5c747 | | | Author: Per Östlund | | | Date: Mon Apr 22 11:33:28 2013 +0000 | | | | | | Fix for #2159: | | | - Sort connector components before connecting them, to make sure that their | | | order doesn't matter. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 75b813bf519a7be441b52b131a53d1468ae1c00c | | | Author: Jens Frenkel | | | Date: Mon Apr 22 08:58:09 2013 +0000 | | | | | | - remove unnecessary line of code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 7173e4f875288527efe9db7eaee0c11a0c37fe28 | | | Author: Martin Sjölund | | | Date: Mon Apr 22 05:40:39 2013 +0000 | | | | | | #2150 pack/unpack external C integer array | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit e8f00e61fa294006ee4b03a6fefe7947eb69ce88 | | | Author: Adrian Pop | | | Date: Sun Apr 21 20:32:11 2013 +0000 | | | | | | - fixed some Media tests by adding +d=scodeInstShortcut and regenerating result files where MSL changed | | | - correctly split non-const modifiers out of redeclare | | | - fixed PropagateRedeclareMod1.mo (part of ParameterBug.mos) | | | + as far as I can understand from the spec the modifier on the chain is discarded (only the original mod is kept, plus the one given from the top) | | | but we should check this a bit more | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 2ab07ad3073c3b91367f931ff3bcca7f381cdc5f | | | Author: Martin Sjölund | | | Date: Sun Apr 21 11:13:45 2013 +0000 | | | | | | Protect from stack overflow in partialInstClassIn and instDerivedClasses | | | - Sadly, the error-messages are rolled back in most cases, but it is better than getting a stack overflow in OMEdit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | | | * commit 9bc4a519211eda934c12708290126d934674cde5 | | | Author: Martin Sjölund | | | Date: Sat Apr 20 19:01:16 2013 +0000 | | | | | | Allow non-structural parameters to be used as conditions in if-equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit aefba3b61399c8a3ec3faf9ad3829539786f6aba | | | Author: Martin Sjölund | | | Date: Sat Apr 20 14:22:59 2013 +0000 | | | | | | #2155 Allow declaring a record component constant even if the elements have bindings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 12f6599286e0d7823e52cacf9eeb4601ff9dad94 | | | Author: Per Östlund | | | Date: Fri Apr 19 16:48:03 2013 +0000 | | | | | | - Reverted r15866, since it broke some testcases. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 96efeb232a1c926277e3ba8c97951dfc451b7b48 | | | Author: Per Östlund | | | Date: Fri Apr 19 15:52:22 2013 +0000 | | | | | | Fix for #2159: | | | - Only consider components in modifiers when sorting elements during instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 879c931d9a5dc3b382387c58d4fbf2bbe8fec4d8 | | | Author: Willi Braun | | | Date: Fri Apr 19 13:50:42 2013 +0000 | | | | | | #2136 | | | - generate _info.xml file also for FMU | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | | | * commit 362202ea98a58396767509e52b5ebe323dbfc488 | | | Author: Per Östlund | | | Date: Fri Apr 19 10:02:29 2013 +0000 | | | | | | - Handle arrays of records inside records correctly in DAEDump. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 42a0f2fbf72826e14e2356cdb0b1610f303ddf8d | | | Author: Adrian Pop | | | Date: Fri Apr 19 01:50:39 2013 +0000 | | | | | | - don't build the initial env all the time. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/Global/Global.mo | | | | | * commit a98fd3a453c110ba29dab105a35bd33c92004add | | | Author: Adrian Pop | | | Date: Thu Apr 18 21:30:18 2013 +0000 | | | | | | - fix System.realpath on Windozz/Mingwz, was broken since its inception. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit ff80ffab12cec8c83030e2437cef057c7bf755e7 | | | Author: Martin Sjölund | | | Date: Thu Apr 18 18:39:52 2013 +0000 | | | | | | - Fix tests by only rolling back language version if a temporary was requested | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 3fdcb16333b9f1e77afe787554f223509b846433 | | | Author: Per Östlund | | | Date: Thu Apr 18 17:40:11 2013 +0000 | | | | | | - Don't replace enum dimensions with integers when checking the binding type. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit c362dd790b5de10854993b3bd80e077829d0a9cf | | | Author: Martin Sjölund | | | Date: Thu Apr 18 16:21:33 2013 +0000 | | | | | | GenerateDoc.mos now creates documentation for all loaded packages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Config.mo | | | M Examples/GenerateDoc.mos | | | | | * commit 953886e680bc72cfa556a52933a0689fedcdfb51 | | | Author: Martin Sjölund | | | Date: Thu Apr 18 15:51:25 2013 +0000 | | | | | | Updated BioChem to 1.0.1 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 05ca6e2019ec41517f789540203e9f89d0ae8965 | | | Author: Martin Sjölund | | | Date: Thu Apr 18 09:03:10 2013 +0000 | | | | | | - Do not increase the recursion depth for the binary operators or if-expressions (1+2+...+n is represented as an n-deep expression in omc) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit cc521029f8bb94033d212675cf26893e91c3942f | | | Author: Martin Sjölund | | | Date: Thu Apr 18 05:05:40 2013 +0000 | | | | | | Fix the recursive build model test (recursion depth was calculated for each expression in reductions instead of the depth) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit d5733f83e7cfe6d5bbdba7bf38bb7e48521a2e22 | | | Author: Martin Sjölund | | | Date: Wed Apr 17 20:39:14 2013 +0000 | | | | | | #2158 Add a maximum recursion depth for Ceval.ceval | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Util/Error.mo | | | M Examples/GenerateDoc.mos | | | | | * commit 0080a4c3e4cc34e8cb5ec860cb2c2f926aba61a4 | | | Author: Martin Sjölund | | | Date: Wed Apr 17 16:05:01 2013 +0000 | | | | | | Generate UTF-8 meta tag since apache doesn't host as UTF-8 by default | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 41b71124bb21552865e2762b2a4e8c450cd2a316 | | | Author: Martin Sjölund | | | Date: Wed Apr 17 14:38:12 2013 +0000 | | | | | | Revert r15847 (breaks testsuite badly) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 0946a13472e649f0b219542f487d842fec11aed9 | | | Author: Leonardo Laguna | | | Date: Wed Apr 17 13:02:37 2013 +0000 | | | | | | - Added an error rollback when calling elabCall. In interactive mode some functions are elaborated by StaticScript.elabCall but the error messages are kept. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit e32e10a001e2941377809469b504041069fe5c83 | | | Author: Per Östlund | | | Date: Wed Apr 17 12:10:14 2013 +0000 | | | | | | - Handle more cases for prefixing inner/outer arrays. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit a903b4406fe0b5c6e97dcfd382f7d73a648160fc | | | Author: Adrian Pop | | | Date: Wed Apr 17 09:15:18 2013 +0000 | | | | | | Fix bug #2139 | | | - better handling of if equations counting | | | if false then eq; end if; | | | - add test for it: | | | testsuite/flattening/libraries/msl32/testquasi.mo | | | testsuite/flattening/libraries/msl32/testquasi.mos | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 4503757bddcc1fc722aed1978d5912269b251a45 | | | Author: Martin Sjölund | | | Date: Wed Apr 17 09:13:45 2013 +0000 | | | | | | Also look for symlinks in the parser | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 1807a2ca40b92fa928ae6b0ada6001faec7d7d78 | | | Author: Adrian Pop | | | Date: Wed Apr 17 07:51:29 2013 +0000 | | | | | | - include to f2c.h | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit 412f060f038e7798d5c2fc05f98bef0db33d4ce5 | | | Author: Adrian Pop | | | Date: Wed Apr 17 07:32:22 2013 +0000 | | | | | | - use the appropriate types everywhere in SimulationRuntime/c/ | | | f2c defines subroutine as typedef /* Subroutine */ int (*S_fp)(...); | | | so use that as the type of the functions sent in to the solvers. | | | - enable -Wall in MinGW makefiles and get rid of most of the -Wall warnings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/modelica_string.c | | | | | * commit cf765cbad80130fe6d28c4062e68113ddce3509d | | | Author: Martin Sjölund | | | Date: Tue Apr 16 17:32:53 2013 +0000 | | | | | | Build some more documentation if the libraries are available | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 56caed583f4efdde299d61b77e885ad5b1e7ff6d | | | Author: Martin Sjölund | | | Date: Tue Apr 16 17:21:29 2013 +0000 | | | | | | Change the parser to allow 31/63-bit unsigned integers as version numbers, max 6 levels deep (previous limit was 7-bit integers, max 4 levels) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 970617bdc56409c9e0781bcf727920f3d8e7492c | | | Author: Per Östlund | | | Date: Tue Apr 16 15:24:43 2013 +0000 | | | | | | - Fixed generation of asserts for constant/parameter arrays in connectors. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 5c1efe82b8e98a116e12992316d2a6d591648630 | | | Author: Per Östlund | | | Date: Tue Apr 16 12:30:22 2013 +0000 | | | | | | - Preserve the comment for the flattened class in the flattened output. | | | - Don't translate enumeration literals to integers when simplifying asubs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit d5c187a1d0952a22cfcafaec9f015634b769d8ff | | | Author: Adrian Pop | | | Date: Tue Apr 16 12:27:16 2013 +0000 | | | | | | - partial fix for bug #2002 | | | handle constant modifiers in class redeclare modifiers | | | - update some tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/FFlattenRedeclare.mo | | | M Compiler/FrontEnd/FSCodeCheck.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 1fc5d896d399eb04c6eb9b4df361f06f0e19a5d5 | | | Author: Per Östlund | | | Date: Tue Apr 16 09:15:43 2013 +0000 | | | | | | - Fixed connecting components of deleted arrays. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit d6c55d851ba72ceb4a16a1f1063076b72110ab59 | | | Author: Martin Sjölund | | | Date: Tue Apr 16 09:14:43 2013 +0000 | | | | | | Generate correct documentation for UTF-8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 3050399e6f65be094d7110d8626adb7a773f6683 | | | Author: Martin Sjölund | | | Date: Mon Apr 15 14:26:04 2013 +0000 | | | | | | Enable MixedTearing by default (as it used to be) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 2272097e054a813949fcc19bbb821e8ac71bb84b | | | Author: Per Östlund | | | Date: Mon Apr 15 13:56:34 2013 +0000 | | | | | | - Fixed inner/outer prefixing of array elements. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/Util/List.mo | | | | | * commit b2cfcb7e5b3a95a8b2d6e44bd52f97ea6b1b5527 | | | Author: Martin Sjölund | | | Date: Mon Apr 15 12:19:21 2013 +0000 | | | | | | Make nogen default | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit c5a10ec20a938a74810ff8631079b3b40acc3fb1 | | | Author: Martin Sjölund | | | Date: Mon Apr 15 11:23:37 2013 +0000 | | | | | | #2146 Fix previous commit (NO_GEN was renamed to GEN, etc for clarity in the code...) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit c8cf98121afa29a1cf411e25534b9bdb8fc9b6d8 | | | Author: Martin Sjölund | | | Date: Mon Apr 15 10:07:40 2013 +0000 | | | | | | #2146 Clean up debug flags, -gen and nogen are now the same thing. Debug flags can have default on or off set. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | | | * commit 743bd7b2c8aa1572eea8f385a728e8790f6abf21 | | | Author: Niklas Worschech | | | Date: Sun Apr 14 11:35:14 2013 +0000 | | | | | | fix in cpp template for initialization of bool variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 1597b909e63394f0b25dd53d2bf7435051aa5565 | | | Author: Adrian Pop | | | Date: Sun Apr 14 01:21:53 2013 +0000 | | | | | | - consider that functions containing external declarations are complete. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit e8335829156f1a46abf1e3440a9bfd529112a0b7 | | | Author: Adrian Pop | | | Date: Fri Apr 12 23:38:13 2013 +0000 | | | | | | - second attempt to fix bug #2113, let's see how many tests we break. | | | - added an error message for when we have a structural parameter/constant with no binding. | | | - handle negative integers in fill. | | | - handle non-local constants in external function declarations. | | | - some left-out minor edits. | | | - expected output: | | | testsuite/flattening/modelica/arrays/NonExpArray2.mo | | | testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos | | | - added a test model for #2113 and a test model for unknown dimension due to a parameter with no binding | | | testsuite/flattening/modelica/arrays/TestArrayUnknown.mo | | | testsuite/flattening/modelica/arrays/TestFill.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit d102cff91b860232509c5c85007c32e6eb95c2ec | | | Author: Adrian Pop | | | Date: Fri Apr 12 17:17:55 2013 +0000 | | | | | | - attempt to fix bug #2113, let's see how many tests we break. | | | - is not 100% sure that the arguments to fill should not be known at compile time. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 182b8deb46e2186e08b7e79b4e9d24a543c9b6b8 | | | Author: Martin Sjölund | | | Date: Fri Apr 12 11:19:48 2013 +0000 | | | | | | Move test UriLookup.mos. Allow non-existing files at the time of compilation for UriLookup. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 3f807f127a521c8abda0a173cf9c7c53472e6d59 | | | Author: Martin Sjölund | | | Date: Thu Apr 11 20:07:10 2013 +0000 | | | | | | Coding style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/tinymt64.c | | | M SimulationRuntime/c/util/tinymt64.h | | | | | * commit 1d7a5d0fc543b4d23f5d0eb0257b6c3525867979 | | | Author: Martin Sjölund | | | Date: Thu Apr 11 19:56:33 2013 +0000 | | | | | | Changed rand() to tinymt64 (Mersenne Twister). This implementation provides deterministic "random" matching. The randomness is always the same :) | | | - A few more tests are failing, but some started succeeding. Probably only need to update expected results for the changed ones. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M COPYING | | | M Compiler/runtime/matching_cheap.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/openmodelica.h | | | A SimulationRuntime/c/util/tinymt64.c | | | A SimulationRuntime/c/util/tinymt64.h | | | | | * commit 18db2056d3a12a5373b844d48db0209359e890c7 | | | Author: Martin Sjölund | | | Date: Thu Apr 11 14:55:21 2013 +0000 | | | | | | getVersion(X) now returns "" if the library uses a non-string annotation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 9323539f1debb723f5c93bb94f987020645426c8 | | | Author: Martin Sjölund | | | Date: Thu Apr 11 14:26:51 2013 +0000 | | | | | | OSX compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.common | | | | | * commit c5d0cdce826c0e8a1f2bd146d6561ec1e398fa51 | | | Author: Martin Sjölund | | | Date: Thu Apr 11 14:22:24 2013 +0000 | | | | | | - OSX compilation. Works with the NewTables package | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.common | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.in | | | | | * commit e36a585636e58562f690b93c1d0af4951fb348f0 | | | Author: Martin Sjölund | | | Date: Thu Apr 11 13:54:59 2013 +0000 | | | | | | Change to using the build system in OpenSourceTables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.common | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.in | | | M configure.in | | | | | * commit 1128d9940120b629ff60c051aeb81680b48950e2 | | | Author: Martin Sjölund | | | Date: Thu Apr 11 11:35:05 2013 +0000 | | | | | | - Re-add stuff for OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit fd3518f698c8235fb131083d803adac85fef0bfc | | | Author: Adrian Pop | | | Date: Thu Apr 11 08:34:06 2013 +0000 | | | | | | - revision 6155 of MSL has changed "Lapack" Library annotations to "lapack" | | | so we need to handle it also in the function evaluation via the internal Lapack module. | | | - this was the problem with the huge time taken by the tests: | | | testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.In*.mos | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 667ed0643fabf7fff59d6021bd17927c387a5915 | | | Author: Martin Sjölund | | | Date: Thu Apr 11 07:21:46 2013 +0000 | | | | | | Updated configure script slightly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.in | | | M configure.in | | | | | * commit 56df3ec5590a903816acf8836c8be5710d9a007f | | | Author: Martin Sjölund | | | Date: Thu Apr 11 06:52:11 2013 +0000 | | | | | | Adding NewTables for testing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.common | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.in | | | M configure.in | | | | | * commit d087b7b01ac9b94af66d9470116031c212d58e2f | | | Author: Adrian Pop | | | Date: Wed Apr 10 22:24:50 2013 +0000 | | | | | | - revision 6155 of MSL has changed "Lapack" Library | | | annotations to "lapack" so we need to handle both cases. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 84e7ec8f7faeb787c6acfadedd2cbcfb3822ce5f | | | Author: Per Östlund | | | Date: Wed Apr 10 07:55:46 2013 +0000 | | | | | | Fix for #2143: | | | - Print out element-wise operators in flattened code when appropriate. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit c24c0e15ccfeb8ed4807a5ba5d468fc9a29a371a | | | Author: Martin Sjölund | | | Date: Tue Apr 9 20:07:23 2013 +0000 | | | | | | Added code gen for array-array multiplication | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit 1a7a9542ea6c16219da51d45a56ac7961b319f37 | | | Author: Martin Sjölund | | | Date: Tue Apr 9 08:16:22 2013 +0000 | | | | | | Do not try to evaluate cyclical bindings when deducing function return dimensions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 4ea02ffadb87ed600271a21e84d556a8a8ce28b7 | | | Author: Martin Sjölund | | | Date: Tue Apr 9 06:50:11 2013 +0000 | | | | | | Forgot one important dependency | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit c1a9649eb1136b96137593e982ecd68eff00259f | | | Author: Martin Sjölund | | | Date: Tue Apr 9 06:49:10 2013 +0000 | | | | | | Some hints to build the kernel on rpm-based linux | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 81f3d590bf4dff26c4311ff0dec822920110619b | | | Author: Martin Sjölund | | | Date: Tue Apr 9 05:38:49 2013 +0000 | | | | | | Make a new source tarball | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 643a8c6bb4ba971c2921644646c63e248edcf801 | | | Author: Martin Sjölund | | | Date: Tue Apr 9 05:22:32 2013 +0000 | | | | | | - Java is needed to compile the parser | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit df07e2fd51588a347c6442794d85ad91d8a19f5a | | | Author: Niklas Worschech | | | Date: Mon Apr 8 11:38:48 2013 +0000 | | | | | | fix in cpp template for pre- variables in initial equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e344a6c10f96e14a39dbd81dfce3c35dfa695f2f | | | Author: Henning Kiel | | | Date: Mon Apr 8 06:04:28 2013 +0000 | | | | | | - fix some typos in strings | | | - fixed calculation of escaped string length | | | - optimized some string operations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/simulation_options.c | | | | | * commit baeebde24c20b1126941a5f074a02778c149cd82 | | | Author: Henning Kiel | | | Date: Mon Apr 8 05:55:02 2013 +0000 | | | | | | - fixed bug in differentiation of tanh(x) in function differentiateCallExp1Arg | | | - added missing derivatives for sinh,cosh,tanh to function differentiateExpTime | | | - made some optimizations to other derivatives (like: (1/a)*b = b/a) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit a128a40b4aa71d2b2f758ab273cb25cca536a56b | | | Author: Martin Sjölund | | | Date: Sun Apr 7 08:54:52 2013 +0000 | | | | | | - Patch MSL 2.2.2 for 32-bit platforms | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit d501b6a6aae4a8254a202b2a6ea98e23ae58729c | | | Author: Martin Sjölund | | | Date: Sat Apr 6 22:30:51 2013 +0000 | | | | | | - Fix wrong prototype used in some libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit 11e27ea429ba1a64095a79b031c2f435fcb04642 | | | Author: Martin Sjölund | | | Date: Sat Apr 6 15:55:44 2013 +0000 | | | | | | - Move f2c.h includes to implementation files. Should not be part of the default headers. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit cf01109b24ae618553154f962c1b9a7fdab123c2 | | | Author: Niklas Worschech | | | Date: Fri Apr 5 12:50:04 2013 +0000 | | | | | | fix for VS build in Core/System CMake file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | | | * commit 478134fab53d1c9b0cfcceff25deca3e66b3cc95 | | | Author: Niklas Worschech | | | Date: Fri Apr 5 12:33:35 2013 +0000 | | | | | | removed tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | | | * commit 28bbccf4b3524c5386676600990163ca3a6f9ac9 | | | Author: Niklas Worschech | | | Date: Fri Apr 5 12:19:09 2013 +0000 | | | | | | fix in CMakefile for core.system installation of AlgLoopSolverFactory.h file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | | | * commit 276750e88597e607ee38e86f497d3d2302d2dc56 | | | Author: Niklas Worschech | | | Date: Fri Apr 5 10:26:16 2013 +0000 | | | | | | Added IStepEvent | | | extended cpp template for symbolic initialization system | | | fix in event iteration | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/Initialization.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/OMCppSystemTypeMap.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | D SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | A SimulationRuntime/cpp/Include/Core/System/IStepEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | | | * commit 8d7fa0ef6f89c06091b99ef13806afc87350296b | | | Author: Martin Sjölund | | | Date: Fri Apr 5 10:10:07 2013 +0000 | | | | | | Get a new revision to make a nightly build that works | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 263c5b5f9c1351da547240618f162a66cfa007dc | | | Author: Martin Sjölund | | | Date: Fri Apr 5 07:13:45 2013 +0000 | | | | | | Update README | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 81dff2b1995be502ab0556c076e431c5cb898adc | | | Author: Martin Sjölund | | | Date: Thu Apr 4 09:24:41 2013 +0000 | | | | | | Adding rule for d/dtime tan(x) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit 1c390b1307a0ac94fde6c3a48cc53fb298848369 | | | Author: Per Östlund | | | Date: Wed Apr 3 10:26:42 2013 +0000 | | | | | | - Removed the last remains of subscripted modifiers. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/FDependency.mo | | | M Compiler/FrontEnd/FFlattenImports.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit b23a898b214a8d44a5c39717d2d1f036950d3277 | | | Author: Per Östlund | | | Date: Wed Apr 3 09:47:46 2013 +0000 | | | | | | - Implemented array subscripting and slicing for assignments in Interactive. | | | - Restructured Main.handleCommand so that it only prints a parser error on an | | | actual parser error. | | | - Fixed List.findMap* to do what it's supposed to do. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 67bc1921df947f0ca7ca0054790f4b1bd0c4beb6 | | | Author: Martin Sjölund | | | Date: Mon Apr 1 18:30:41 2013 +0000 | | | | | | - Adding highly useful +simCodeTarget=None | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ce16b0d191ccbc0fef1b2cd3d512d6ac41c3aecb | | | Author: Jim Nutaro | | | Date: Sat Mar 30 01:07:33 2013 +0000 | | | | | | Fixed update_vars to reset the init flag in adevs event functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 10e9d84ccaa768e9865c08f86b1a68b92e65d3b9 | | | Author: Adrian Pop | | | Date: Fri Mar 29 12:06:01 2013 +0000 | | | | | | - tabs are not welcome here :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | M SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | | | | | * commit a1edc4558df7b58846dbd39888269d9adad5ccd5 | | | Author: Pavol Privitzer | | | Date: Fri Mar 29 08:49:48 2013 +0000 | | | | | | Update to C# template | | | - splits generated code into more files when model is too big (for VS) | | | - a workaround (a HACK) to not generate useless start values assignments in FunInitialEquations() (we do not hold start values of states in any array, they are set in the model instance itself; so we need this workaround) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 6472b18f8eac0b8175ef7020405ea380b5192904 | | | Author: Martin Sjölund | | | Date: Thu Mar 28 21:07:36 2013 +0000 | | | | | | #2129 | | | - Handles some more things when dimension sizes are expressions. | | | * One thing we now handle is matrix multiplication where dimensions are expressions. | | | * We also make size(a,2) return the known size of size(a,2), which might be size(a,1). Might help with some matrix stuff in MSL that uses this idiom to tell the compiler the input is a square matrix. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit d0c69bbb78e233de3b7641e2f9069f87ea46fa11 | | | Author: Matthias Arzt | | | Date: Thu Mar 28 10:26:24 2013 +0000 | | | | | | Add FMU interface for c++ simulation target. | | | "SimulationRuntime/cpp/Core/System/..." Add a static library libOMCppSystem_static for linking with c++ fmu simulation traget. | | | "SimulationRuntime/cpp/Include/FMU/..." Add FMU interface for c++ simulation target. | | | "Compiler/Template/CodegenCpp.tpl" c++ simulation target, add member funktions for accessing values of algebraic variables and parameters. | | | "Compiler/Template/CodegenFMUCpp.tpl" changed to generate new FMU interface for c++ simulation target. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/System/OMCppSystemTypeMap.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | A SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h | | | A SimulationRuntime/cpp/Include/FMU/FMULibInterface.cpp | | | A SimulationRuntime/cpp/Include/FMU/FMUWrapper.cpp | | | A SimulationRuntime/cpp/Include/FMU/FMUWrapper.h | | | A SimulationRuntime/cpp/Include/FMU/IFMUInterface.h | | | D SimulationRuntime/cpp/Include/FMU/fmu_model_interface.c | | | D SimulationRuntime/cpp/Include/FMU/fmu_model_interface.h | | | | | * commit 6dac3ad8ceaf9bc3fbc1cbf4e2d4b49bfe3f7d65 | | | Author: Matthias Arzt | | | Date: Thu Mar 28 10:06:26 2013 +0000 | | | | | | EventHandling.cpp: | | | * Changed the implementation of "EventHandling::change" and "EventHandling::changeDiscreteVar" to a version, which works better for int and double. This effects Modelica "change" operator. | | | * "EventHandling::IterateEventQueue" changed the order of function calls, which has been sensless before. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | | | * commit df65c8d97c212d196c22893f9424bf75225934d8 | | | Author: Martin Sjölund | | | Date: Wed Mar 27 21:03:49 2013 +0000 | | | | | | - Added API to get scriptable uses annotation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit ade9352e59932c80abd00573882dc00438d4ac07 | | | Author: Martin Sjölund | | | Date: Wed Mar 27 15:09:45 2013 +0000 | | | | | | Changed MSL 2.2.1 with OM modifications to MSL 2.2.2 from the maintenance branch on modelica.org | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit c5d7999114f260840d54c8022b8f59bb81144bbf | | | Author: Per Östlund | | | Date: Wed Mar 27 11:05:14 2013 +0000 | | | | | | - Added source information to some error messages. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 2912dda04513161c4f15fef39f12c5ba915c3ab8 | | | Author: Martin Sjölund | | | Date: Tue Mar 26 15:40:26 2013 +0000 | | | | | | Added function elabExpInExpression which is guaranteed to return a DAE.PROP and never PROP_TUPLE. | | | - This is useful for operators and actually most expressions since there is a very limited set of ways tuple assignments/equations can exist in Modelica | | | - transpose now uses this (new) | | | - min/max was rewritten to use this instead of multiple cases to especially cover this case | | | - Many more operators still need to be updated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit e51264c1caed676e175b0bddd7d58fb94004e6f7 | | | Author: Martin Sjölund | | | Date: Mon Mar 25 15:17:29 2013 +0000 | | | | | | - Made WSM-internal flags INTERNAL, so OMC helptext does not include it | | | - Stopped the madness of using matchcontinue for code that doesn't need it and is called a lot | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | | | * commit e30f00fe919e61d40a1961f45847629dfc7df6a1 | | | Author: Martin Sjölund | | | Date: Mon Mar 25 12:20:34 2013 +0000 | | | | | | Workaround in uriToFilename for stupid omc bug | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 48764ecf6040aad27f3ef1ce6c6528dd131ecddb | | | Author: Leonardo Laguna | | | Date: Mon Mar 25 12:17:55 2013 +0000 | | | | | | - Adding a flag to run the MathCore testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | | | * commit d847a98079dcf935493429964f9c38b2ca3633ab | | | Author: Per Östlund | | | Date: Mon Mar 25 10:37:41 2013 +0000 | | | | | | Fixes for #2126: | | | - Fixed simplification of cat. | | | - Fixed elaboration of identity. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 9609487191e1e71b09972368528a6f6f4084cbd1 | | | Author: Martin Sjölund | | | Date: Mon Mar 25 09:39:32 2013 +0000 | | | | | | Automatic refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 98feb3397fe7f5be5d8ab9deb2f37269d715bab9 | | | Author: Martin Sjölund | | | Date: Mon Mar 25 08:45:16 2013 +0000 | | | | | | - Automatic refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/FEnv.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstDump.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/List.mo | | | | | * commit d7188515cd448fdfde7d88da8dfdf06db3870135 | | | Author: Adeel Asghar | | | Date: Fri Mar 22 03:10:52 2013 +0000 | | | | | | - Set fileName empty as default for Bitmap record. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit 49de14135ef5fd1b433df0873ed00fdfafa60f7b | | | Author: Per Östlund | | | Date: Thu Mar 21 15:58:10 2013 +0000 | | | | | | Fix for #2124: | | | - Reverse the iterators in reductions so we evaluate them in the correct order. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit e404c0be5f2336ea0a864631e3f4bc5f97a042ae | | | Author: Martin Sjölund | | | Date: Thu Mar 21 07:34:03 2013 +0000 | | | | | | - Fallback from OpenMP to serial code on clang (by #ifdef) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 971d8b5bc045dd218a355c720081581de7089e1e | | | Author: Adeel Asghar | | | Date: Thu Mar 14 23:06:13 2013 +0000 | | | | | | Use 2.0 as default value for Grid to stay consist with Dymola models. Nothing is standardized in Modelica specification for the default Value of Grid. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit 736116dfa15462fde5298d359bf3faf752496623 | | | Author: Jens Frenkel | | | Date: Thu Mar 14 12:26:20 2013 +0000 | | | | | | - bugfix type of constant | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 324be10bca4dfd8d2e63d403c7793a02a61ca83b | | | Author: Jens Frenkel | | | Date: Thu Mar 14 10:13:17 2013 +0000 | | | | | | - add new functions to BackendVariable.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Util/List.mo | | | | | * commit f0929b5efc7a2f3bcac8bf776a75f8685bb34b77 | | | Author: Martin Sjölund | | | Date: Thu Mar 14 09:59:18 2013 +0000 | | | | | | #2121 | | | Changed the parser to not accept subscripted modifiers (not allowed in the parser) | | | Also updated Absyn to use a Path instead of ComponentRef for these | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Parser/Modelica.g | | | | | * commit 3ef968007381b0640aa8ff3d5b0930ab1fd0d32f | | | Author: Martin Sjölund | | | Date: Wed Mar 13 10:51:14 2013 +0000 | | | | | | Instantiate functions fully even when not in function context (to get the full type; previously we returned an empty DAE which seemed weird) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit fe922ff10e6dd56a6a104debb34d50fa9bd5b8a9 | | | Author: Per Östlund | | | Date: Tue Mar 12 20:27:53 2013 +0000 | | | | | | - Removed checks for duplicate elements and type names that are the same as the | | | component name from SCodeUtil. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 70ad1c02e2e738dbfc62b88c280b5f88c516ee02 | | | Author: Martin Sjölund | | | Date: Tue Mar 12 14:23:14 2013 +0000 | | | | | | - Revert r15544 (too many models stopped working) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 6220241932442f1b388980662e58d6c13f620180 | | | Author: Martin Sjölund | | | Date: Mon Mar 11 12:07:45 2013 +0000 | | | | | | Don't allow max(scalar) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 3b365f0ac7cfd56dea462ecce4033df050e962d6 | | | Author: Willi Braun | | | Date: Mon Mar 11 11:55:50 2013 +0000 | | | | | | added minpack disclaimer to COPYING file | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M COPYING | | | | | * commit 06810843e587bcd91d3ceb515f22bd88cf5693a6 | | | Author: Willi Braun | | | Date: Sat Mar 9 22:19:25 2013 +0000 | | | | | | #2114 | | | - fix codegeneration for array for pre variables | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 71f4f9817e5df37a1d35e93aabf4d36fde56bcfb | | | Author: Jens Frenkel | | | Date: Sat Mar 9 12:05:00 2013 +0000 | | | | | | - add some functions, needed for further improvements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 540b235d1c790da0ffa3297a11d8e7a53e368322 | | | Author: Martin Sjölund | | | Date: Sat Mar 9 05:49:11 2013 +0000 | | | | | | - Use only make omc-diff, not make difftool | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 06e283c3c791a9223bfd6ac76fa1023b29e276fe | | | Author: Martin Sjölund | | | Date: Fri Mar 8 21:00:32 2013 +0000 | | | | | | Attempt to fix trunk by using non-standard placement of annotation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 5e3b1aeb53bc775c42c709a1b52a1e54c021d4a3 | | | Author: Martin Sjölund | | | Date: Fri Mar 8 20:20:52 2013 +0000 | | | | | | Attempt to fix testsuite with minimal effort | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 141f748b3cb7e4afc957909d65bf352e188d0039 | | | Author: Martin Sjölund | | | Date: Fri Mar 8 15:24:59 2013 +0000 | | | | | | Remove workaround that didn't work as planned | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 47465839779031c56e997712d5472f122c849ddd | | | Author: Martin Sjölund | | | Date: Fri Mar 8 14:55:40 2013 +0000 | | | | | | Only make omc-diff if the testsuite directory exists | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 9eabd1a35b5d1a1a24417c8d4384b71ddb0777f6 | | | Author: Martin Sjölund | | | Date: Fri Mar 8 13:08:47 2013 +0000 | | | | | | - Make *ModelicaBuiltin.mo possible to parse using MLS 3.1+ (annotations only at end of classes or external decls) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit ab858e1a9879cb3e7c7a4a2b42f8dbb60bca0ff0 | | | Author: Lennart Ochel | | | Date: Fri Mar 8 11:51:07 2013 +0000 | | | | | | - use c comments for our c-runtime! | | | - uncomment unused templates | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 35e78af7f2f45174f9fe39e23320b922c0612250 | | | Author: Martin Sjölund | | | Date: Fri Mar 8 06:36:47 2013 +0000 | | | | | | Return empty string as the documentation says | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 89238321a42987b0e56c279f44e938a54b53d298 | | | Author: Martin Sjölund | | | Date: Fri Mar 8 06:19:09 2013 +0000 | | | | | | - Don't segfault if we have 0 libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit ac903dff10054c1138da615030aca11523e2c35f | | | Author: Martin Sjölund | | | Date: Thu Mar 7 21:11:31 2013 +0000 | | | | | | Improve documentation a little | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit c56bcd755026d167fd12b0cc3debd2ba913b7ac5 | | | Author: Martin Sjölund | | | Date: Thu Mar 7 16:25:34 2013 +0000 | | | | | | #2111 | | | - Handle ASUB for change() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 5a9b75549f1c6e48211846dc0bde48735f07861f | | | Author: Adeel Asghar | | | Date: Thu Mar 7 14:05:01 2013 +0000 | | | | | | #2108 | | | - Retain the array dimensions of the component. | | | - Don't trigger unnecessary updateComponent calls. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 8c22aa8b6d7022d327a906565625a3f7dee13660 | | | Author: Adrian Pop | | | Date: Thu Mar 7 13:54:37 2013 +0000 | | | | | | - partially revert r15474 (ComponentReference.mo) | | | - i will put this change back in when i fix more things in the compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 362901b8f190d1c6ce4b4cfff167e9ccb563644f | | | Author: Willi Braun | | | Date: Wed Mar 6 23:52:16 2013 +0000 | | | | | | #2104 | | | - fixed discrete expression detection | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit c63606a62f63271609c328ef6a2e8796b79a0c34 | | | Author: Martin Sjölund | | | Date: Wed Mar 6 12:40:45 2013 +0000 | | | | | | Don't use dots in new identifiers in functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/PartFn.mo | | | | | * commit 0168fca1d6f3e84857eec03de419185226044ab6 | | | Author: Martin Sjölund | | | Date: Wed Mar 6 11:12:35 2013 +0000 | | | | | | Trim trailing whitespace | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/GraphML.mo | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/TaskGraphExt.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/CMakeLists.txt | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/FDependency.mo | | | M Compiler/FrontEnd/FEnv.mo | | | M Compiler/FrontEnd/FEnvExtends.mo | | | M Compiler/FrontEnd/FFlatten.mo | | | M Compiler/FrontEnd/FFlattenImports.mo | | | M Compiler/FrontEnd/FFlattenRedeclare.mo | | | M Compiler/FrontEnd/FLookup.mo | | | M Compiler/FrontEnd/FSCodeCheck.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFConnect2.mo | | | M Compiler/FrontEnd/NFConnectCheck.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFConnectionSets.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFEvalFunction.mo | | | M Compiler/FrontEnd/NFExpandableConnectors.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstDump.mo | | | M Compiler/FrontEnd/NFInstFlatten.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeHashTable.mo | | | M Compiler/FrontEnd/NFSCodeInstShortcut.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFSCodeStatic.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Makefile.common.w32 | | | M Compiler/Makefile.compiler_subdirs.common | | | M Compiler/Makefile.in | | | M Compiler/Makefile.w32 | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/AbsynDumpTV.mo | | | M Compiler/Template/AbsynDumpTpl.tpl | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/Makefile | | | M Compiler/Template/NFInstDumpTV.mo | | | M Compiler/Template/NFInstDumpTpl.tpl | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Template/Unparsing.tpl | | | M Compiler/Translation/README | | | M Compiler/Translation/de.po | | | M Compiler/Unused/Edge.mo | | | M Compiler/Unused/Element.mo | | | M Compiler/Unused/Global.mo | | | M Compiler/Unused/InstInfo.mo | | | M Compiler/Unused/Instance.mo | | | M Compiler/Unused/InstanceHierarchy.mo | | | M Compiler/Unused/Name.mo | | | M Compiler/Unused/NamePool.mo | | | M Compiler/Unused/Node.mo | | | M Compiler/Unused/Pool.mo | | | M Compiler/Unused/Reference.mo | | | M Compiler/Unused/Relation.mo | | | M Compiler/Unused/SCodeFlat.mo | | | M Compiler/Unused/SCodeFlatDump.mo | | | M Compiler/Unused/SCodeFlattenExtends.mo | | | M Compiler/Unused/SCodeGraph.mo | | | M Compiler/Unused/Scope.mo | | | M Compiler/Unused/Visited.mo | | | M Compiler/Util/AvlTree.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Database.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/DynLoad.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTable5.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableExpToExp.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/HashTableStringToPath.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/IOStreamExt.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/RTOptsData.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/modpar/CMakeLists.txt | | | M Compiler/modpar/Makefile.in | | | M Compiler/modpar/Makefile.vc | | | M Compiler/rml2sig/rmldep-new.sh | | | M Compiler/runtime/CMakeLists.txt | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/ErrorMessage.cpp | | | M Compiler/runtime/ErrorMessage.hpp | | | M Compiler/runtime/IOStreamExt_omc.cpp | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/Makefile.vc | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M Compiler/runtime/SimulationResults_rml.c | | | M Compiler/runtime/Socket_rml.c | | | M Compiler/runtime/corbaimpl.cpp | | | M Compiler/runtime/corbaimpl_stub.c | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/lapackimpl.c | | | M Compiler/runtime/omc_communication.idl | | | M Compiler/runtime/omc_communication_impl.cpp | | | M Compiler/runtime/omc_communication_impl.h | | | M Compiler/runtime/ptolemyio.cpp | | | M Compiler/scripts/CompileMSVC.bat | | | M Compiler/scripts/convert_lines.pl | | | M Compiler/scripts/openmodelica.lefty | | | M Compiler/scripts/replace-startValue.sh | | | M Compiler/scripts/replace-startValue.xsl | | | M Compiler/susan_codegen/SimCode_design.txt | | | M Compiler/susan_codegen/SusanDump.mo | | | M Compiler/susan_codegen/SusanDump.tpl | | | M Compiler/susan_codegen/SusanGrammar.txt | | | M Compiler/susan_codegen/TplCodegen.tpl | | | M Compiler/susan_codegen/TplCodegenTV.mo | | | M Compiler/susan_codegen/TplCodegen__testShouldBe.mo | | | M Compiler/susan_codegen/TplCodegen_handMade.mo | | | M Compiler/susan_codegen/doc/Empty_fix_suspicious_template_parts.txt | | | M Compiler/susan_codegen/doc/Susan_TODO.txt | | | M Compiler/susan_codegen/paper.mo | | | M Compiler/susan_codegen/paper.tpl | | | M Compiler/susan_codegen/paperI.mo | | | M Compiler/susan_codegen/paper__testShouldBe.mo | | | M Compiler/susan_codegen/test.mo | | | M Compiler/susan_codegen/test.tpl | | | M Compiler/susan_codegen/testI.mo | | | M Compiler/susan_codegen/test__testShouldBe.mo | | | M SimulationRuntime/CMakeLists.txt | | | M SimulationRuntime/OpenTurns/invoke.cmd | | | M SimulationRuntime/OpenTurns/wrapper_template.c | | | M SimulationRuntime/OpenTurns/wrapper_template.compile.cmd | | | M SimulationRuntime/OpenTurns/wrapper_template.makefile | | | M SimulationRuntime/OpenTurns/wrapper_template_mat.c | | | M SimulationRuntime/ParModelica/Makefile.common | | | M SimulationRuntime/ParModelica/Makefile.in | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | M SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil.cl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.in | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaTablesImpl.c | | | M SimulationRuntime/c/ModelicaExternalC/tables.h | | | M SimulationRuntime/c/build_mingw_libs.bat | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | M SimulationRuntime/c/math-support/daux.c | | | M SimulationRuntime/c/math-support/ddasrt.c | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/math-support/test/CMakeLists.txt | | | M SimulationRuntime/c/math-support/test/test_pivot.c | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | M SimulationRuntime/c/meta/gc/common.c | | | M SimulationRuntime/c/meta/gc/common.h | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/marksweep.h | | | M SimulationRuntime/c/meta/gc/mmc_gc.c | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/gc/roots.c | | | M SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | M SimulationRuntime/c/meta/meta_modelica_segv.h | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/meta/rml_compatibility.h | | | M SimulationRuntime/c/omc_inline.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/simulation/modelinfo.h | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | M SimulationRuntime/c/simulation/results/simulation_result.c | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.c | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.h | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.h | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.c | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.h | | | M SimulationRuntime/c/simulation/simulation_info_xml.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/delay.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/simulation_inline_solver.h | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/CMakeLists.txt | | | M SimulationRuntime/c/util/ModelicaUtilities.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/java_interface.h | | | M SimulationRuntime/c/util/java_interface/Makefile.common | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaAny.java | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/InvocationError.java | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestSmartProxy.java | | | M SimulationRuntime/c/util/java_interface/test_files/meta_modelica.mo | | | M SimulationRuntime/c/util/list.h | | | M SimulationRuntime/c/util/modelica.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | M SimulationRuntime/c/util/varinfo.c | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/Initialization.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/Constants.h | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | M SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | | | M SimulationRuntime/cpp/Include/Core/Math/Utility.h | | | M SimulationRuntime/cpp/Include/Core/Modelica.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/Initialization.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | M SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | M SimulationRuntime/cpp/Include/Core/System/ITimeEvent.h | | | M SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/common.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_set.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create_func.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory_map.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/function.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/shared_library.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/typeinfo.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/parameter.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/parameter_map.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_names.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_overloads.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1_overloads.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2_overloads.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3_overloads.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_enum.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_inc.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_inc.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_overloads.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1_overloads.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2_overloads.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas_names.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gbsv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gees.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geev.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gels.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelsd.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelss.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geqrf.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesdd.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesvd.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbev.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbevx.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heev.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevd.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevx.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hegv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hesv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hpsv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hseqr.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ilaenv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack_names.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/orgqr.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ormqr.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/posv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ppsv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ptsv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/spsv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/steqr.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syev.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevd.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevx.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sygv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sysv.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sytrd.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trevc.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trexc.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/algorithm.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/boost_array.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array2.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/config.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/dense_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array_impl.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/dense_ordering.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/generate_const.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/fortran.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_raw.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/sparse_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray2.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector2.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/symm_herm_raw.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/tnt.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/transpose.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_banded.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_hermitian.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_matrix.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_sparse.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_symmetric.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector2.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_raw.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_traits.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | | | M SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | M SimulationRuntime/cpp/Include/FMU/fmu_model_interface.c | | | M SimulationRuntime/cpp/Include/Solver/CVode/ICVodeSettings.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | M SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.h | | | M SimulationRuntime/cpp/Solver/Kinsol/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/export/model_fmu.in | | | M SimulationRuntime/fmi/import/Makefile.in | | | M SimulationRuntime/fmi/import/fmuModelica.in | | | M SimulationRuntime/fmi/import/fmuModelica.unix.in | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | M SimulationRuntime/fmi/import/fmuWrapper.h | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/moGenerator.h | | | M SimulationRuntime/fmi/import/stack.c | | | M SimulationRuntime/fmi/import/stack.h | | | M SimulationRuntime/fmi/import/xmlparser.c | | | M SimulationRuntime/fmi/import/xmlparser.h | | | M SimulationRuntime/interactive/CMakeLists.txt | | | M SimulationRuntime/interactive/Makefile.in | | | M SimulationRuntime/interactive/README.txt | | | M SimulationRuntime/interactive/socket_unix.cpp | | | M SimulationRuntime/interactive/thread.cpp | | | M SimulationRuntime/interactive/thread.h | | | M SimulationRuntime/qss/cross_detector.cpp | | | M SimulationRuntime/qss/integrator.cpp | | | M SimulationRuntime/qss/qss_signal.cpp | | | M SimulationRuntime/qss/qss_signal.h | | | M SimulationRuntime/qss/sampler.h | | | M SimulationRuntime/qss/simulator.h | | | M SimulationRuntime/qss/solver_qss.cpp | | | M SimulationRuntime/qss/static_function.cpp | | | | | * commit 7b26050186ef6938f683065a0eaef0273f87f9e1 | | | Author: Willi Braun | | | Date: Tue Mar 5 23:54:33 2013 +0000 | | | | | | - removed tabs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit d30d55361bb47d8acc2b78a396548780bffd49ef | | | Author: Willi Braun | | | Date: Tue Mar 5 23:44:12 2013 +0000 | | | | | | - fix function definition | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit 48a0ffd890ec63f6acd6516d28715f4f056b55f1 | | | Author: Pavol Privitzer | | | Date: Tue Mar 5 21:18:06 2013 +0000 | | | | | | - Fix to a possibly nasty error (I've got it) when platform specific external libraries are located in their platform specific folders (e.g., mingw32/ and win32/) | | | The problem is when compiling simulation code with g++ on windows and a .lib version library is found before its .a version | | | e.g., for MyExternal library, if there is Resources/Library/mingw32/libMyExternal.a and Resources/Library/win32/MyExternal.lib | | | Previously, the Library paths generated in the makefile was in the opposite order, | | | so that Resources/Library/win32/MyExternal.lib was picked first by g++ ((wtf??) the lib was compiled by MSVC 2010) | | | In my case, the difference was that simulation failed in time = 0.5 because of NLS solution failed ... really weird | | | - Now, the library paths are generated in the expected order (back again), from the most specific (stating with mingw32 on Windows) to the least specific | | | (this "bug" was introduced only lately by changing the order with more sophisticated conditional cons-ing ...) | | | - using extern inline in model_help.c to prevent MSVC making the functions static | | | - an update to CodegenCSharp.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenCSharp.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit bff05d6908c792b01d4b6d3f39639fecfeaf4ce2 | | | Author: Alachew Mengist | | | Date: Tue Mar 5 18:26:12 2013 +0000 | | | | | | + added XML code generation for | | | - islinear | | | - component reference for Optimica | | | - builtin function sin, cos and exp | | | + remove extra line spaces between templates | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit e470f8d235d65065f2baadeb0ee4aaf1632f99a3 | | | Author: Per Östlund | | | Date: Tue Mar 5 14:28:46 2013 +0000 | | | | | | - Fixed bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit c2dde9de24506e8c94d1d094699ebe5d536c0c51 | | | Author: Peter Aronsson | | | Date: Tue Mar 5 10:48:30 2013 +0000 | | | | | | - leftover from r15458 (VarTransform bug fix). This might cause performance problems since before the code was broken but now it works, which means that replacement rules will take longer time to create. If this is a serious problem, the VarTransform must be redesigned so that inverse rules are not kept as a list that must be taken the union of when updating rules. Instead a HashTable or avltree could be used. An alternative could be to have two data structures for variable replacements, one that is always kept transitive and one that doesn't have the transitive property. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/VarTransform.mo | | | | | * commit 6d1d4c0b3adc082e84c320517f5d904351fc4918 | | | Author: Peter Aronsson | | | Date: Tue Mar 5 10:44:30 2013 +0000 | | | | | | - Fixed stack overflow in r15458 (but left out change in VarTransform since I suspect that might cause performance problems, checked in separately to be able to verify). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/runtime/Print_rml.c | | | | | * commit 861702fa25b487b39d36fe9cd7e06798568bb780 | | | Author: Per Östlund | | | Date: Tue Mar 5 10:34:00 2013 +0000 | | | | | | Fix for ticket #2102: | | | - Fixed reduction iterator handling in CevalFunction. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | | | * commit 73141bce7bd67ea0784b0d42889ce432a9a4999d | | | Author: Per Östlund | | | Date: Tue Mar 5 09:53:54 2013 +0000 | | | | | | Fix for ticket #2099: | | | - Fixed simplification of array multiplication. | | | - Changed behaviour of Expression.arrayContainZeroDimension to do what the name | | | suggests it should do. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Util/List.mo | | | | | * commit 75f0f149a4b1af86b94175b178e0eb1286bb43e9 | | | Author: Jim Nutaro | | | Date: Tue Mar 5 01:46:32 2013 +0000 | | | | | | Added array assignments to code generated for residuals | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit a1ed8b86ffbccab2ab41afacfefd2e84074fb311 | | | Author: Per Östlund | | | Date: Mon Mar 4 14:48:33 2013 +0000 | | | | | | - Fixed clang warnings in the compiler runtime. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Database.c | | | M Compiler/runtime/Database_omc.c | | | M Compiler/runtime/Database_rml.c | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M Compiler/runtime/Print_rml.c | | | M Compiler/runtime/omc_communication_impl.cpp | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/socketimpl.c | | | | | * commit 4a537862f1b15db2abbb409d36b81ac500b0247b | | | Author: Martin Sjölund | | | Date: Mon Mar 4 14:39:10 2013 +0000 | | | | | | - Link with -llapack even if we don't find sundials | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit a2156b9bccc80caaa1f3ddde7633d03d4225deba | | | Author: Jens Frenkel | | | Date: Mon Mar 4 13:25:54 2013 +0000 | | | | | | revert r15456, other tests fail because one function was changed to be tailrecursive | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Makefile.common | | | D Compiler/Util/HashTableExpToReal.mo | | | | | * commit 22c02d90412c4ec8672b84b307c6f7b86bc522ba | | | Author: Martin Sjölund | | | Date: Mon Mar 4 12:59:24 2013 +0000 | | | | | | Revert r15458 (causes stack overflows) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/runtime/Print_rml.c | | | | | * commit 71b2bc41cd02b036d872eb315840109838589ea8 | | | Author: Martin Sjölund | | | Date: Mon Mar 4 12:49:59 2013 +0000 | | | | | | #2103 | | | - Don't generate commented-out expressions in the C-code (/* Real */ will end the comment) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 6222a6fe7df53f0c0a6e1970f7ca0922541f57f5 | | | Author: Jens Frenkel | | | Date: Mon Mar 4 12:15:30 2013 +0000 | | | | | | - uncomment changes from r15456, to much flattening tests to update, see also #1754 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 0e559ca141b4d99639369c7c86099aac54a72c68 | | | Author: Leonardo Laguna | | | Date: Mon Mar 4 12:04:40 2013 +0000 | | | | | | - Fixing minimal error on function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/HashTable6.mo | | | | | * commit d2be51607a8427dac7995960504a691fcb7f1ccb | | | Author: Peter Aronsson | | | Date: Mon Mar 4 10:53:41 2013 +0000 | | | | | | - Fixed wrong type in component references (was considering subscripts, but it shouldn't) | | | - Inst.mo Fixed bug when Ceval fails for functions. The binding equation was then removed from the dae, now it isn't. | | | - Print_rml.c: Added initialization of buffer in saveAndClearBuf | | | - HashTable6.mo used crefEqualNoStringCompare instead of crefEqual | | | - VarTransform.mo: Fixed bug in inverse mapping for variable replacements. Before, inverse rules were broken, causing makeTransitive to not work properly. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/runtime/Print_rml.c | | | | | * commit 14aead2bb5029f3249a7189c749c224ce6996aec | | | Author: Jens Frenkel | | | Date: Mon Mar 4 10:29:30 2013 +0000 | | | | | | - improve Simplification of Add operations by using HashTable instead of comparing all Elements in the list by List seach | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Makefile.common | | | A Compiler/Util/HashTableExpToReal.mo | | | | | * commit df214ded57def5bb0844fb16490ab580d61354c3 | | | Author: Per Östlund | | | Date: Mon Mar 4 09:40:59 2013 +0000 | | | | | | - Added Error.addMultiSourceMessage for errors with multiple sources. | | | - Big update of new new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/NFBuiltin.mo | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Util/Error.mo | | | | | * commit 00698301b8f4c4c57481853be057d9ad60b33188 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Mar 3 23:56:02 2013 +0000 | | | | | | + Allow instantiation of connectors deriving from records. | | | + Remove unnecessary error message. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit c4d11c39b5623cae39a90f375d8514053ad8debc | | | Author: Martin Sjölund | | | Date: Sun Mar 3 11:40:41 2013 +0000 | | | | | | - When doing static scheduling, filter out empty systems | | | - When creating the loop for equation systems to solve, if size=0 or 1, unroll the loop | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit be4809c09e765036007c52b80116bd844a712c4b | | | Author: Jens Frenkel | | | Date: Sat Mar 2 21:40:25 2013 +0000 | | | | | | - add functions BackendVarTransform: | | | replacementCurrentSize,replaceEquationsArr,dumpStatistics | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit d9f86c6620c4bd623ea0514db5ef3986087c7f5b | | | Author: Jens Frenkel | | | Date: Sat Mar 2 19:58:10 2013 +0000 | | | | | | - fix bug in copyVariables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 2775756d9cf0ea94c267f9ac438fe462c951a842 | | | Author: Jens Frenkel | | | Date: Sat Mar 2 19:34:24 2013 +0000 | | | | | | - fix algebraic loop in algorithm for undifferentiable subsets | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 506b66ff7d3c34783f8f073e9d26bcdd3bddc02c | | | Author: Jens Frenkel | | | Date: Sat Mar 2 19:20:46 2013 +0000 | | | | | | - make Tarjans Algorithme O(N) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 1427fde9217c86ef8600a53fd67406f7f089c3c6 | | | Author: Jens Frenkel | | | Date: Sat Mar 2 17:10:36 2013 +0000 | | | | | | - remove useles listReverse, see what happens ;) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 106f53cfea9d5211ed248632dd4959d26300d047 | | | Author: Adeel Asghar | | | Date: Sat Mar 2 06:21:30 2013 +0000 | | | | | | - get the modifiers for the derived classes. | | | - New API calls, | | | + getDerivedClassModifierNames | | | + getDerivedClassModifierValue | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit d7d70c9f40978c7916af663bc1d268ddcf5a322f | | | Author: Adeel Asghar | | | Date: Sat Mar 2 05:03:46 2013 +0000 | | | | | | - Add the complete dialog record as defined in Modelica specs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Constants.mo | | | | | * commit dae62f44312c03b2590964050f80c9bbbb100944 | | | Author: Adeel Asghar | | | Date: Sat Mar 2 04:41:26 2013 +0000 | | | | | | - fixed bootstrapped windows compilation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | * commit ab855c6d7b71af4f3030a8e75fa8c896a9886b64 | | | Author: Adeel Asghar | | | Date: Fri Mar 1 17:37:51 2013 +0000 | | | | | | - Use the one defined in CevalScript. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 994fb6a2360f81c630e07669b7be80e20bc4ae67 | | | Author: Vitalij Ruge | | | Date: Fri Mar 1 15:07:56 2013 +0000 | | | | | | - radau, lobatto code style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 117822fca3680fb3814c9c67a00a3a92ffee341d | | | Author: Lennart Ochel | | | Date: Fri Mar 1 10:09:53 2013 +0000 | | | | | | - reverting revisions r15404-r15407 because Hudson complains of about 50 tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 52b9aaac07056711beac85bfb1cfe8e0d8e4973e | | | Author: Jens Frenkel | | | Date: Thu Feb 28 22:49:24 2013 +0000 | | | | | | - try r15398 again but keep the order of variables with an additional listReverse | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit eea352df4ae31d06bf97c9aad2fcab67277b77f4 | | | Author: Lennart Ochel | | | Date: Thu Feb 28 22:04:25 2013 +0000 | | | | | | - remove Flags.SOLVE_INITIAL_SYSTEM (+d=solveinitialsystem) | | | - simplify initialization to prepare prospective revisions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 23676ddaba80b9f4e32ee6d4976a604b2c1cf1a8 | | | Author: Lennart Ochel | | | Date: Thu Feb 28 21:27:36 2013 +0000 | | | | | | - revert r15398 to fix testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 954c26527671c290f6b5f52b33c87086fcd9d16e | | | Author: Martin Sjölund | | | Date: Thu Feb 28 21:10:46 2013 +0000 | | | | | | - Output at most one generic lexer error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/parse.c | | | | | * commit 3f1e6e9cb923a25a4e39c736ebac9a60145b7f75 | | | Author: Jens Frenkel | | | Date: Thu Feb 28 20:07:59 2013 +0000 | | | | | | - fix bug in copyVariable | | | - use varsSize to adjust the hashtables of Variables | | | - bugfix infinit loop for undifferentiable subsets | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 355c866712ee56e95cfc773220cc1fa879dcfb9c | | | Author: Jens Frenkel | | | Date: Thu Feb 28 18:11:04 2013 +0000 | | | | | | - speed up List.flatten implementation, now the already flattened list is not traversed again and again | | | - add List.uniqueIntNArr, basically the same as List.uniqueIntN but the user has to provide the flag array, this is faster because the flag array needs no to allocated each time the function is called | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 3df58351e59f0204e2537dc7c8e0a38afed50882 | | | Author: Martin Sjölund | | | Date: Thu Feb 28 13:45:42 2013 +0000 | | | | | | #2096 | | | - Added special lexer rules for &&, ||, !, telling the user the proper Modelica keyword to use | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 53a9614b4bf2d6b25fe2809fea33935095c83dab | | | Author: Adrian Pop | | | Date: Thu Feb 28 07:31:10 2013 +0000 | | | | | | - this should have been part of r15029. | | | - add all the new components to the CheckSettingsResult record (already populated by CevalScript.mo) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit f0f9339d4a7ed1feaccdb0468677761f2e095023 | | | Author: Martin Sjölund | | | Date: Thu Feb 28 06:39:19 2013 +0000 | | | | | | Fix OSX compilation for real | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | * commit d63ee45efcbe62cd1e08fa13d61dd3efc734e751 | | | Author: Martin Sjölund | | | Date: Thu Feb 28 06:36:16 2013 +0000 | | | | | | - OSX compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | * commit 9bffeaac0aef7396a0abe327020bac457f8fb1f6 | | | Author: Alachew Mengist | | | Date: Thu Feb 28 03:50:35 2013 +0000 | | | | | | - Add a function that checks weather the referenced class has the restriction | | | \"Optimization\" or not | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 36a8fcb7a65afc8ac12ff1c9ac9390c18b1934a7 | | | Author: Willi Braun | | | Date: Thu Feb 28 00:09:31 2013 +0000 | | | | | | - added dependecy of hysteresis tolerance to relative tolerance | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 1a049d16a8fd2250e9fd282da9ff945a2a4738d7 | | | Author: Lennart Ochel | | | Date: Wed Feb 27 17:36:20 2013 +0000 | | | | | | - disable USE_DEBUG_OUTPUT | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 1d0c4942c16a3018db67422ada18007dcd4e7d19 | | | Author: Lennart Ochel | | | Date: Wed Feb 27 17:35:22 2013 +0000 | | | | | | - get rid of compiler warnings for c-runtime | | | - minor changes (typo, spaces, ...) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit b2a52008e2f9c595a524b05382187e191cccc540 | | | Author: Lennart Ochel | | | Date: Wed Feb 27 17:14:15 2013 +0000 | | | | | | - fix LOG_DEBUG | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/solver/delay.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit d5c9a8208f2a528f3d7d01f03e3316d66e30103e | | | Author: Leonardo Laguna | | | Date: Wed Feb 27 16:41:50 2013 +0000 | | | | | | - Including new simple equations elimination for uncertainties | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 8f88f457bcbb021e04408c07a88c758ae3734992 | | | Author: Martin Sjölund | | | Date: Wed Feb 27 15:44:29 2013 +0000 | | | | | | Windows compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_segv.c | | | | | * commit e4eb8d43ab17670b0caeed4863b57e3893d9f36f | | | Author: Lennart Ochel | | | Date: Wed Feb 27 15:44:14 2013 +0000 | | | | | | - remove some unused imported modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/Tearing.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/FEnv.mo | | | M Compiler/FrontEnd/FLookup.mo | | | M Compiler/FrontEnd/FSCodeCheck.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFConnectUtil2.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFEvalFunction.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeCheck.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableExpToExp.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | | | * commit 788e3efa0e9040198ac99c00a08f80ab8ff28ed8 | | | Author: Martin Sjölund | | | Date: Wed Feb 27 13:59:56 2013 +0000 | | | | | | - Added a nice little signal handler that can gracefully recover from stack overflows, but causes other segmentation faults to make the executable die. | | | - Only implemented for the main function of the bootstrapped compiler. We will need to use some more code to make omc recover from a failed CORBA command or model instantiation, etc. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/meta_modelica.h | | | A SimulationRuntime/c/meta/meta_modelica_segv.c | | | A SimulationRuntime/c/meta/meta_modelica_segv.h | | | | | * commit e5b28d39f737b792f1c22ce45d1e70f032d8a2a6 | | | Author: Lennart Ochel | | | Date: Wed Feb 27 13:39:42 2013 +0000 | | | | | | - small fixes for for-loops | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit bf560e38eb8ea50c76bb9d5a1897b40b4944d44c | | | Author: Lennart Ochel | | | Date: Wed Feb 27 12:06:55 2013 +0000 | | | | | | - fix #2088 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit c9369efc057c6a22839b73daf4fe69351c471da7 | | | Author: Jens Frenkel | | | Date: Wed Feb 27 11:24:18 2013 +0000 | | | | | | - flag for usage of countOperations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 2f25bc627671e9cbaa4ef77664ecb1885afea3a8 | | | Author: Martin Sjölund | | | Date: Wed Feb 27 09:25:17 2013 +0000 | | | | | | - Revert r15347 (breaks Linux compilation, breaks setModelicaPath() API) | | | - If this functionality is needed; do the caching for both Linux and Windows. And make sure setModelicaPath updates the cached path instead of just set the env.var | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Settings_omc.cpp | | | M Compiler/runtime/Settings_rml.c | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 8275f335222748cc9ea99cb941f6455906d1aa5d | | | Author: Henning Kiel | | | Date: Wed Feb 27 09:10:14 2013 +0000 | | | | | | - use cached WinLibPath (fixed) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Settings_omc.cpp | | | M Compiler/runtime/Settings_rml.c | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 9e04fde316a1c26a7be5de4186f25e1c28ce8a92 | | | Author: Adeel Asghar | | | Date: Tue Feb 26 21:56:46 2013 +0000 | | | | | | - Don't make the winLibPath static. It will get garbage the next time since we free it in settings_rml.c:142. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/settingsimpl.c | | | | | * commit e735ef48c2d350b38278ab40e4ca339014ed5b33 | | | Author: Willi Braun | | | Date: Tue Feb 26 19:17:43 2013 +0000 | | | | | | - fixed mixedSystem solver by removing simulationInfo.found_solution as it was a source of strange bahavior. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSystem.h | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 08434fbdf09c707e7096bbb56aa9da704c3c81bd | | | Author: Henning Kiel | | | Date: Tue Feb 26 15:43:56 2013 +0000 | | | | | | - add some "static" keywords | | | - stop file compare when first difference occured | | | - use cached WinLibPath | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/errorext.h | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/settingsimpl.c | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 427f1cc0f12ee4946ae5a33df39d1407b4ddc044 | | | Author: Martin Sjölund | | | Date: Tue Feb 26 13:51:01 2013 +0000 | | | | | | Some tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit fea78539759ebaae5e97ae4c20c4c5bffc55f3c8 | | | Author: Martin Sjölund | | | Date: Tue Feb 26 10:25:27 2013 +0000 | | | | | | - Use static libraries on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.in | | | M configure.in | | | | | * commit 06f4d98ee173ffe97d42adf8f2d134a12b674c09 | | | Author: Daniel Hedberg | | | Date: Tue Feb 26 10:15:41 2013 +0000 | | | | | | Fixed bugs in unparsing of enumeration literals: | | | - Allow enumerations with only one enumerator/literal. | | | - Do not print a space after last literal if no comment is available. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | | | * commit a81e91aa78e9b2dcf3e3246ddafd606fd20df1c5 | | | Author: Jens Frenkel | | | Date: Tue Feb 26 10:12:12 2013 +0000 | | | | | | - continue FMU for Cpp Runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/runtime/CMakeLists.txt | | | M SimulationRuntime/cpp/Include/FMU/fmu_model_interface.c | | | M SimulationRuntime/cpp/Include/FMU/fmu_model_interface.h | | | | | * commit 2d1f1df1355a5848c0a8268b2d4e02faa36898ea | | | Author: Martin Sjölund | | | Date: Tue Feb 26 09:57:10 2013 +0000 | | | | | | Attempt to make runInteractiveSimulation.mos fail less frequently | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/client.cpp | | | | | * commit 187bb26eaf5bdd01d887e16b55bf8bbc247320cd | | | Author: Martin Sjölund | | | Date: Tue Feb 26 09:02:14 2013 +0000 | | | | | | Don't generate the tag for the C target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit 5f32c3afd868be6db21382417e06a6b47de0714b | | | Author: Martin Sjölund | | | Date: Tue Feb 26 08:10:09 2013 +0000 | | | | | | Make eq_functionXX static | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 878156ebb0a919cae3c7e32e066919cf7d46c64c | | | Author: Lennart Ochel | | | Date: Mon Feb 25 22:30:30 2013 +0000 | | | | | | - fix impure testcase by adding the keyword impure | | | - add Boolean isImpure to DAE.CALL_ATTR | | | - protect impure functions from evaluating to constant values | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/NFConnectEquations.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit e61aa419b16692be321584d7ab1308c38dbcc4a1 | | | Author: Martin Sjölund | | | Date: Mon Feb 25 16:31:31 2013 +0000 | | | | | | Switch back to using static simulation runtime until the FMI code is fixed (probably required to get OSX to run FMUs better anyway) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | M SimulationRuntime/c/Makefile.in | | | | | * commit 1245e6330f48ebb80875b9769a7c89e14cf6a849 | | | Author: Martin Sjölund | | | Date: Mon Feb 25 15:35:24 2013 +0000 | | | | | | Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | | | * commit efacaf7e1ccac7d96af40c9dab54dc94a33b3293 | | | Author: Martin Sjölund | | | Date: Mon Feb 25 14:38:06 2013 +0000 | | | | | | Fixes for bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Print.mo | | | R093 Compiler/runtime/Print_omc.cpp Compiler/runtime/Print_omc.c | | | M Compiler/runtime/Print_rml.c | | | M Compiler/runtime/printimpl.c | | | | | * commit d8e9db8988a88081a85ad80cfdffeb04e52f6446 | | | Author: Martin Sjölund | | | Date: Mon Feb 25 14:22:19 2013 +0000 | | | | | | - Fix the print buffers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | | | * commit a105abc763101cb307321cd0e3ff9bd7eff1cf69 | | | Author: Vitalij Ruge | | | Date: Mon Feb 25 13:42:51 2013 +0000 | | | | | | - fixed lobatto solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | | | * commit 725c4478c3098e902ca36092aed5ee303c485bd9 | | | Author: Per Östlund | | | Date: Mon Feb 25 13:37:36 2013 +0000 | | | | | | - Added missing flag +scalarizeMinMax. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 79013a38137af19ff3daa356b87019d3bc668052 | | | Author: Martin Sjölund | | | Date: Mon Feb 25 13:25:59 2013 +0000 | | | | | | - Compile FMIL before C-runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit fb9af63b0a9e6533b3caa3f1f791b05bbd4f2640 | | | Author: Peter Aronsson | | | Date: Mon Feb 25 13:22:27 2013 +0000 | | | | | | -Changed to using Print.saveAndClearBuf and Print.restoreBuf in function textString. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit 6a02fca041f31b03a93c56ade563eae4bd0ad843 | | | Author: Per Östlund | | | Date: Mon Feb 25 13:08:41 2013 +0000 | | | | | | - Added flag +scalarizeMinMax to enable scalarization of min/max reductions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 0cab705d6fef24d3f8bd4d82ed6ca80ac2344f94 | | | Author: Martin Sjölund | | | Date: Mon Feb 25 12:51:48 2013 +0000 | | | | | | - Add new API setCFlags(str)/getCFlags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 4617f01d2fc21bdc286f95c1a7cfeb6838cd01b2 | | | Author: Per Östlund | | | Date: Mon Feb 25 12:37:18 2013 +0000 | | | | | | - Make +orderConnections=false work as intended. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit 07b9c81594c65e789a8b7535ae23f42e1da0fdde | | | Author: Martin Sjölund | | | Date: Mon Feb 25 12:27:19 2013 +0000 | | | | | | - Clean-up location of FMI runtime library | | | - It's now a library linked separate from other (not part of Compiler/runtime, which includes System.mo; not what we need for FMI stand-alone simulations) | | | - Still, FMI for model exchange segfaults in testsuite, but it seems to be a valid error since a NULL pointer is sent around. Couldn't use valgrind to find it because the FMU template doesn't accept changing CFLAGS using env.vars (illegal instructions if using -O2)... | | | - Probably messed up some Makefiles. I moved things around a lot | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/omc_release/Makefile.in | | | M Compiler/runtime/Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | R100 Compiler/runtime/FMI1CoSimulation.c SimulationRuntime/c/fmi/FMI1CoSimulation.c | | | R100 Compiler/runtime/FMI1Common.c SimulationRuntime/c/fmi/FMI1Common.c | | | R100 Compiler/runtime/FMI1ModelExchange.c SimulationRuntime/c/fmi/FMI1ModelExchange.c | | | | | * commit 41173e1a8fb33da4dea105531b2ac91f47d37838 | | | Author: Martin Sjölund | | | Date: Mon Feb 25 09:58:08 2013 +0000 | | | | | | Generate smaller executables by using dynamic libraries in Linux/OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | | | * commit 1d82356adc90736a6c6ccdcdfa7a5c51862465d9 | | | Author: Adrian Pop | | | Date: Mon Feb 25 08:22:59 2013 +0000 | | | | | | - fix tests and a minor printout of the ClassInf.STATE | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | | | * commit fb23d2768131f668caf2dea92e8c05a9360e7883 | | | Author: Adrian Pop | | | Date: Mon Feb 25 07:08:06 2013 +0000 | | | | | | Implement task: #2084, CHANGES TO FrontEnd interfaces! | | | | | | Parser/* | | | - add pure/impure keywords to the lexer/parser | | | | | | Absyn.mo | | | - add Absyn.PURE/Absyn.IMPURE to Absyn.mo (inside function restriction) | | | | | | SCode.mo | | | - add Boolean isImpure inside SCode.R_FUNCTION to SCode.mo | | | | | | DAE.mo | | | - add DAE.FUNCTION.isImpure Boolean | | | add DAE.T_FUNCTION.isImpure Boolean (rename DAE.T_FUNCTION.isPure to isOpenModelicaPure) | | | | | | testsuite/openmodelica/parser/PureImpure.* | | | - tests. | | | | | | NOT implemented yet: | | | - propagation of pure/impure because of function calls | | | - checks that an impure function can be called only inside an impure function and only inside a when equ/alg. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Unused/SCodeFlatDump.mo | | | M Compiler/Util/VarTransform.mo | | | M Makefile.common | | | M Parser/BaseModelica_Lexer.g | | | M Parser/Modelica.g | | | M Parser/Modelica_3_Lexer.g | | | | | * commit 25fd4fbe81e312281c598045e4cd34d16dcfc456 | | | Author: Adrian Pop | | | Date: Mon Feb 25 00:16:30 2013 +0000 | | | | | | - attempt to fix Windows simulations (always link with -llapack-mingw -ltmglib-mingw -lblas-mingw for runtime) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 6e0d7e066b8c7b37a10d7f6e14f2859e8ba060eb | | | Author: Martin Sjölund | | | Date: Sun Feb 24 13:13:04 2013 +0000 | | | | | | Silly Windows crap | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | | | * commit 348cd0b45dce117465b0e75885716ab8ac431402 | | | Author: Martin Sjölund | | | Date: Sun Feb 24 12:04:22 2013 +0000 | | | | | | Remove dgesv_aux | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D SimulationRuntime/c/math-support/dgesv_aux.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit c1aebceef870230108fa7c1cad2acef8c6a2ef7a | | | Author: Willi Braun | | | Date: Sun Feb 24 11:25:24 2013 +0000 | | | | | | - switched to lapack library instead using internal copy | | | - fixed some compiling warning (clang) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | M SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit e2bb3100a47170cc1e67596a0370497f582ee7aa | | | Author: Jens Frenkel | | | Date: Sun Feb 24 08:32:46 2013 +0000 | | | | | | - if BackendDAE.NO_INDEX_REDUCTION() is selected use NONE() for index reduction method | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 312843f1a0ee73ea7262f31125e071e25aa708a7 | | | Author: Jens Frenkel | | | Date: Sat Feb 23 23:15:45 2013 +0000 | | | | | | - remove old tearing Implementation | | | - remove old index reduction algorithm | | | - remove unused flags TEARING,RELAXATION,TEARING_AND_RELAXATION | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 0bcc037c5f94a4f68f1c74d4828558c6756ccefa | | | Author: Jens Frenkel | | | Date: Sat Feb 23 21:47:15 2013 +0000 | | | | | | - minor improvements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e3dfb2667fd7b910006fc790d2d2957e45de7a46 | | | Author: Jens Frenkel | | | Date: Sat Feb 23 21:08:15 2013 +0000 | | | | | | - update Tests | | | - remove old functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 66a0ee40f78da7d93f4220e4590b603aa8916948 | | | Author: Jens Frenkel | | | Date: Sat Feb 23 19:21:19 2013 +0000 | | | | | | - fix for unevaluatable fixed attribute | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit b0fad43999e521d568a9fa7fb30490dede44cce2 | | | Author: Jens Frenkel | | | Date: Sat Feb 23 17:45:59 2013 +0000 | | | | | | - switch to new evaluate parameter implementation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Util/Flags.mo | | | | | * commit aead67e35175a2399d24bcf035716c432e0f7fd5 | | | Author: Jens Frenkel | | | Date: Sat Feb 23 17:06:18 2013 +0000 | | | | | | - fix warning | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/EvaluateParameter.mo | | | | | * commit 4df56ebe4db23413b6e322064a8948d2f82cfa35 | | | Author: Jens Frenkel | | | Date: Sat Feb 23 14:29:38 2013 +0000 | | | | | | - reimplement evaluation of parameters (final and annotation Evaluate) | | | - not yet aktivated | | | - do evaluation of final and annotation Evaluate parameters together | | | - improve BackendEquation.listEquation, less time and memory | | | - add function BackendVariable.setVarAt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | A Compiler/BackEnd/EvaluateParameter.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Flags.mo | | | | | * commit 005d569eed3ba3516099ac5bb20a5f88460dcf7a | | | Author: Jim Nutaro | | | Date: Fri Feb 22 21:41:26 2013 +0000 | | | | | | Fixed state selection and initialization problem in the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit f4f3c0533d6cd9aebf6753cd0e9f058fe7910110 | | | Author: Jens Frenkel | | | Date: Fri Feb 22 17:30:41 2013 +0000 | | | | | | - minor changes, parameter evaluation, SparsePattern | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 018d4cef35647dbebf23bc9969cc1a68f4d83239 | | | Author: Martin Sjölund | | | Date: Fri Feb 22 15:10:50 2013 +0000 | | | | | | - At least kill the damn executable after the interactive simulation runs (I found no way to actually make the executable exit...) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/socket_unix.cpp | | | | | * commit 5010c4d9cee61ff73d8cc51df665d54ec92d07e8 | | | Author: Jens Frenkel | | | Date: Fri Feb 22 13:07:37 2013 +0000 | | | | | | - speed up generation of linear systems by improve getRhsSystem funktions, generate zero replacements only once | | | - do not clear matching twice | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/runtime/BackendDAEEXT.cpp | | | | | * commit 240506105eadd805f73dffd696606af214504037 | | | Author: Lennart Ochel | | | Date: Fri Feb 22 12:32:47 2013 +0000 | | | | | | - minor (static and const) fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/options.h | | | | | * commit 3492485b30eaf32cc0abfcd45873c328251beafa | | | Author: Lennart Ochel | | | Date: Fri Feb 22 12:28:51 2013 +0000 | | | | | | - revise command line arguments for c-runtime (third part) | | | - better warnings. If a flag is used twice, we will now report an error. Previously we considered only the first one without any notification. | | | - consistence check. If new flags are added without a description, we get an error (during simulation – that should be improved to an error during compilation). | | | - it is no longer possible to introduce flags that do not occur in the help-text | | | - now all flags (with values) can be used with <-f=value> as well as <-f value> | | | - new debug-output to verify used and interpreted command line options (runtime needs to be compiled with #define USE_DEBUG_OUTPUT) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit d95eb3ae445baecc0a108229b004f7d59203dda2 | | | Author: Jens Frenkel | | | Date: Fri Feb 22 11:40:44 2013 +0000 | | | | | | - speedup inlining of bind exp from parameters with chaching | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/Makefile.common | | | A Compiler/Util/HashTableExpToExp.mo | | | | | * commit c520accd1bced59bb24996dbfc982bd43d9ae4f5 | | | Author: Martin Sjölund | | | Date: Fri Feb 22 11:31:58 2013 +0000 | | | | | | - Improve error-messages when ModelicaBuiltin.mo cannot be found | | | - Force correct OPENMODELICAHOME while building the bootstrapping header | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/Makefile.in | | | | | * commit dd3e185502174e5a749ad0abe1fc1a1b4d9d3660 | | | Author: Martin Sjölund | | | Date: Fri Feb 22 10:14:44 2013 +0000 | | | | | | Use CLOCK_MONOTONIC_RAW only if the platform has it available | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 9fd19ab60358fac749e5208a19978ed67f608ea0 | | | Author: Martin Sjölund | | | Date: Fri Feb 22 09:38:59 2013 +0000 | | | | | | Typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | | | * commit 6e75b8bc78b8e5b1fcfab80fefcc5fbcddf884ab | | | Author: Martin Sjölund | | | Date: Fri Feb 22 09:04:06 2013 +0000 | | | | | | #2070 | | | Create help-text for "topics" and made that the default from scripting/interactive | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/.cvsignore | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit bad30f513038f4762c90edb2e744e7933040ec70 | | | Author: Martin Sjölund | | | Date: Fri Feb 22 06:00:16 2013 +0000 | | | | | | Fix usage of override flags in runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit e0dd88616a8f564a7ffe773526be75c3e8c45af4 | | | Author: Adrian Pop | | | Date: Fri Feb 22 03:06:57 2013 +0000 | | | | | | - move assignments *AFTER* all the variable definitions to please ANSI C (MSVC). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | | | * commit 6a61661f395ec735c3ac299b132e41943f869687 | | | Author: Jim Nutaro | | | Date: Fri Feb 22 02:34:06 2013 +0000 | | | | | | State selection seems to work. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 9260697fe85daef858ed4094ec6ca984e34c139d | | | Author: Willi Braun | | | Date: Fri Feb 22 00:54:24 2013 +0000 | | | | | | - slightly changes to the implicit radau codes | | | - added initial testset for radau codes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit a7a2b727e9334a399ed1aa50253436b390056cdc | | | Author: Jim Nutaro | | | Date: Thu Feb 21 22:04:36 2013 +0000 | | | | | | Corrected problem with array allocation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 09d9600568de1114576027ae376ba5b09cb76285 | | | Author: Martin Sjölund | | | Date: Thu Feb 21 19:05:27 2013 +0000 | | | | | | Use svg thumbnails for measureTime (fewer gnuplot warnings, smaller filesize) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/default_profiling.xsl | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit 3bc88c45e6d1d9e517fab88231a15f677e5cdc69 | | | Author: Martin Sjölund | | | Date: Thu Feb 21 16:38:21 2013 +0000 | | | | | | Windows crap | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | * commit 64517eee6ecbce970030c99393f5e73017c9d2eb | | | Author: Martin Sjölund | | | Date: Thu Feb 21 16:06:56 2013 +0000 | | | | | | - Bump MSL revision | | | - Fix measureTime count graphs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | | | * commit 11dea7d5bf0c21f003ad3762757c5d636755aa96 | | | Author: Martin Sjölund | | | Date: Thu Feb 21 13:40:20 2013 +0000 | | | | | | - Don't cast char* to string* | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 5a4cf8d91219fcc10a62de3550dcebfe77c01363 | | | Author: Martin Sjölund | | | Date: Thu Feb 21 13:20:45 2013 +0000 | | | | | | Fix Windows/OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/rtclock.c | | | | | * commit 68b8bb8a2bd9ea08f26d9d7829a374e68fac15ef | | | Author: Martin Sjölund | | | Date: Thu Feb 21 13:18:08 2013 +0000 | | | | | | #2073 | | | - Only output one for a block of statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit cf5b4325e83a58318392a9d4436f576a22c10b87 | | | Author: Vitalij Ruge | | | Date: Thu Feb 21 12:59:33 2013 +0000 | | | | | | - added some implicit solver | | | -- used kinsol for nlp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit a4250b32e5d2efaf3fe3c704457af1e59eed351c | | | Author: Martin Sjölund | | | Date: Thu Feb 21 11:22:01 2013 +0000 | | | | | | - Converted options.cpp to C89 code, and made it more memory-efficient | | | - Added option -clock=CPU (or -clock=RT) for the simulation executable (in case the user wants a different clock on Linux) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | R055 SimulationRuntime/c/simulation/options.cpp SimulationRuntime/c/simulation/options.c | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/rtclock.h | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit a307afc0a2b1d337ffeefe11d30cdd33351e1907 | | | Author: Jim Nutaro | | | Date: Thu Feb 21 02:30:00 2013 +0000 | | | | | | Fixed (I think) definition of and indexing into array variables in the adevs backend. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit c938b16d526152a75424dc9d9a6b9cab5c11084d | | | Author: Jens Frenkel | | | Date: Wed Feb 20 15:57:18 2013 +0000 | | | | | | - add array information to stateset.x variable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit e6eec918510b5d47cb09e129a56201e5827b5600 | | | Author: Martin Sjölund | | | Date: Wed Feb 20 15:24:01 2013 +0000 | | | | | | Bump a file to re-run everything in hudson and make sure the server works fine before I leave for home | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit 057630d0109a2e1f2235256ed710b5ddbaf364af | | | Author: Martin Sjölund | | | Date: Wed Feb 20 14:58:05 2013 +0000 | | | | | | #2072 | | | - Started looking for undefined outputs of record components in functions | | | - Patched MSL 3.2.1 in the places we had these (mostly Spice3, some Fluid) | | | - Updated tests that use this (mosty ThermoSysPro and Modelica 3.1; I don't care enough to make them run without warning) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | | | * commit b9d03911a9778d81e773fd5f5641f3ce1fc8bd86 | | | Author: Martin Sjölund | | | Date: Wed Feb 20 07:01:05 2013 +0000 | | | | | | - Also remove the preExp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 56c25a3ac6c33f714dd0275f6f0b817cffe5662b | | | Author: Martin Sjölund | | | Date: Wed Feb 20 06:14:06 2013 +0000 | | | | | | Don't add unused vardecls to the code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Examples/BuildModelRecursive.mos | | | | | * commit 6ce9cb3ef238b858c28311025f1fb9a44d155e06 | | | Author: Martin Sjölund | | | Date: Tue Feb 19 21:22:19 2013 +0000 | | | | | | - Fix LibraryDirectory and IncludeDirectory defaults | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 120ce43a54b5d83ad8f26c2da445822639353820 | | | Author: Pavol Privitzer | | | Date: Tue Feb 19 17:01:20 2013 +0000 | | | | | | - fix: simulation_options.c deleted non-existing options in FLAG_DETAILED_DESC and FLAG_TYPE that was already deleted previously from FLAG_NAME and FLAG_DESC | | | very strangely: it was not discovered by GCC ... but MSVC (2012) | | | - an extern "C" enclosing in simulation_options.h for C++ | | | - simulation_options.c/.h added to CMakeLists.txt | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit e5ca95eb88b25a9297756646305204a26bd7d77f | | | Author: Per Östlund | | | Date: Tue Feb 19 14:38:23 2013 +0000 | | | | | | - Fix syntax in generated modelica code for FMI co-simulation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 166629b846c2e72cf2dffc3ff740c2ea623b23df | | | Author: Per Östlund | | | Date: Tue Feb 19 13:03:25 2013 +0000 | | | | | | Fix for #2056: | | | - Use 32-bit integer arrays for external fortran functions. | | | - Added test case LapackInverse, and removed incomplete and broken test case | | | JoinThreeVectors2. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit 595530c5e92ed3589d8162fa8b0ba0f46c99e64c | | | Author: Martin Sjölund | | | Date: Tue Feb 19 10:13:28 2013 +0000 | | | | | | Use background color instead of foreground to get a better contrast for yellow | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit baab5bbe6b150d5665582c2831b8ebe6a735721a | | | Author: Martin Sjölund | | | Date: Tue Feb 19 09:29:08 2013 +0000 | | | | | | Some tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 4e1a57adec16080cd60510cca43f993f01cf301b | | | Author: Martin Sjölund | | | Date: Tue Feb 19 08:05:22 2013 +0000 | | | | | | Bring back the last part of r15233 (but fixed so it works) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 7749cda853a45b5c7b7714e517c99d692f121036 | | | Author: Martin Sjölund | | | Date: Tue Feb 19 07:09:30 2013 +0000 | | | | | | Bring back part of r15233 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit b235e09722bf952e2bad90354e2ca893797d3be5 | | | Author: Martin Sjölund | | | Date: Tue Feb 19 05:50:13 2013 +0000 | | | | | | Revert r15233. I'll fix the problems later and recommit it. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit cc2355d06789baf8f98990eb2a77fe5a480d7c1b | | | Author: Martin Sjölund | | | Date: Mon Feb 18 21:50:07 2013 +0000 | | | | | | Some more tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit f0863f79e60c3d81a41d33202e7f061b04705262 | | | Author: Martin Sjölund | | | Date: Mon Feb 18 21:32:16 2013 +0000 | | | | | | Reduce size of stack for a few functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 1ad68676e2be9039cf089df8b1caefefdda2d4aa | | | Author: Martin Sjölund | | | Date: Mon Feb 18 20:41:00 2013 +0000 | | | | | | Huge performance increase to the new hashing (factor >500 for MetaModelica expressions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit b679880e8ea9de09b3307c327109ebbd059a2624 | | | Author: Martin Sjölund | | | Date: Mon Feb 18 20:01:28 2013 +0000 | | | | | | Try to make bootstrapping work with less stack | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit eb1f9b8f8db9e697080de15b3db877e03f3ce778 | | | Author: Martin Sjölund | | | Date: Mon Feb 18 18:52:44 2013 +0000 | | | | | | Fix bootstrapping/tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit 4e601070123e3774949c5e7fa5875c9fbba89e86 | | | Author: Willi Braun | | | Date: Mon Feb 18 18:35:54 2013 +0000 | | | | | | - a small tweak to transposeSparsePattern | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 42949c270c74a65991ada90acb00d30f0f97c517 | | | Author: Lennart Ochel | | | Date: Mon Feb 18 17:34:28 2013 +0000 | | | | | | - fix uninitialized timers | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 336967376840065aadede52a0d47197363deeb6d | | | Author: Willi Braun | | | Date: Mon Feb 18 16:28:57 2013 +0000 | | | | | | - rewritten of getSparsePattern | | | - suppress execStat while instialization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Initialization.mo | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit 0979c347ce3327ef437bf96adac7306e9da0996d | | | Author: Per Östlund | | | Date: Mon Feb 18 12:34:08 2013 +0000 | | | | | | - Fix bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 9e6971c079cf498d14bb56c478fc4e65169bed7f | | | Author: Martin Sjölund | | | Date: Mon Feb 18 12:24:25 2013 +0000 | | | | | | Provide more information for BuildModelRecursive.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 66f04cbdb344aa1a59e061ef9fd03f3fdf401619 | | | Author: Martin Sjölund | | | Date: Mon Feb 18 11:32:46 2013 +0000 | | | | | | Respect package.order | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 227e4eef9b6a332b7c09840058b8abe2d3df75e1 | | | Author: Peter Aronsson | | | Date: Mon Feb 18 10:17:07 2013 +0000 | | | | | | -Implemented ComponentReference.hashComponentRef that performs hashing of component reference without printing the cref, instead it hashes each part individually and accumulates. | | | -Implemented Expression.hashExp in the same fashion (TODO: hashing of metamodelica expressions). | | | -Changed all affected hashtable modules to use these instead. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/HashSet.mo | | | M Compiler/Util/HashTable.mo | | | M Compiler/Util/HashTable2.mo | | | M Compiler/Util/HashTable3.mo | | | M Compiler/Util/HashTable4.mo | | | M Compiler/Util/HashTable6.mo | | | M Compiler/Util/HashTableCG.mo | | | M Compiler/Util/HashTableCrILst.mo | | | M Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/HashTableCrToExpSourceTpl.mo | | | M Compiler/Util/HashTableExpToIndex.mo | | | | | * commit f833686c6aad0fdffa16d2bf79219d7a2e07f5ae | | | Author: Pavol Privitzer | | | Date: Sun Feb 17 16:41:30 2013 +0000 | | | | | | more fix bootstrapping (complete tplCallWithFailError2, too) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit e59c8b84c8c46a1722046642df7968e8c6bac91c | | | Author: Martin Sjölund | | | Date: Sun Feb 17 16:18:04 2013 +0000 | | | | | | Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit 17de475e9bcc10fdd02d3cc601a196fb9c91b64e | | | Author: Pavol Privitzer | | | Date: Sun Feb 17 13:15:29 2013 +0000 | | | | | | Trying to satisfy bootstraping tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit fce8c42d4aa901e2e442c973a0e4197a1e4866d5 | | | Author: Pavol Privitzer | | | Date: Sun Feb 17 12:42:44 2013 +0000 | | | | | | - simulation_input_xml.cpp / doOverride() function uses omc_ModelInput in a mutable way | | | which saves one copy constructor/destructor call (a lot of reallocations, all of the loaded params/vars, so a lot of time for HumMod model) | | | - a small correction of SimulationRuntime/c/CMakeLists.txt (paths in macros now works also for an out-of-trunk cmake call) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 886aa22cae3274791c69784f772195e635823a9a | | | Author: Pavol Privitzer | | | Date: Sun Feb 17 12:22:58 2013 +0000 | | | | | | - a fix of asprintf() for MSVC | | | snprintf() replaced with vsnprintf() | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 2967495d7978129c9355f2517649d3153278cb5f | | | Author: Pavol Privitzer | | | Date: Sun Feb 17 12:18:30 2013 +0000 | | | | | | - fix: template functionInitialResidual() a stronger test for no residual equations | | | it could produce an empty array initialization when there is only an "initial algorithm" section | | | and no "initial equation" in the model (so that residualEquations is not empty {}, but it has no SES_RESIDUAL(__)) | | | - fix: a copy/paste typo error in template literalExpConst() to properly count lengths of the unescaped strings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit c661013117cfa851578d29ba06e1c720deab033d | | | Author: Pavol Privitzer | | | Date: Sun Feb 17 11:59:21 2013 +0000 | | | | | | Susan now reports a template call failure as an error (to prevent confusion from other reasons of failure, e.g., simulation fail) | | | - fortunately, it was not observed in current templates | | | when some day a call of a function from within a template will fail, | | | the added error message will say it happened (I've tested it will) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit e3fc4eb8ceee4f9c5f866bd3314e9106ba4d0280 | | | Author: Adrian Pop | | | Date: Sat Feb 16 17:48:25 2013 +0000 | | | | | | - there is NO "c" target, just "C"! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit fa49e9f2ec24ae6275f5c44d3bb7da82bd4d57f8 | | | Author: Pavol Privitzer | | | Date: Sat Feb 16 10:45:37 2013 +0000 | | | | | | - Susan does not generate unreachable match cases for map expressions (a clean-up) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/susan_codegen/TplCodegen.mo | | | | | * commit 28bec13a0cd31cd5865ddb4ce833733a6c1cb024 | | | Author: Pavol Privitzer | | | Date: Sat Feb 16 08:44:58 2013 +0000 | | | | | | - Susan uses "match" instead "matchcontinue" in generated template code | | | - this is for Hudson test (I've tested locally that terstsuite run the same) | | | Be aware: template imported functions MUST NOT fail to render the running template (imported functions are those imported via SimCodeTV.mo), otherwise the whole template call fails | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/susan_codegen/TplCodegen.mo | | | M Compiler/susan_codegen/TplCodegen.tpl | | | | | * commit 6c1952b8e2d65faf1fb5b3d1df123081677a57b8 | | | Author: Martin Sjölund | | | Date: Fri Feb 15 18:50:45 2013 +0000 | | | | | | Die tabs, die! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 4a2125b1568c1db5b9a79a0bbb3937a284e72db5 | | | Author: Adrian Pop | | | Date: Fri Feb 15 17:13:03 2013 +0000 | | | | | | - more fixes to CMakeLists.txt (no more _empty.c) | | | - ANSI C (variable declarations are at the top of the function!) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.c | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.c | | | | | * commit 336bc4ca0641bfe21f7d68bb6374aedebdabda51 | | | Author: Willi Braun | | | Date: Fri Feb 15 17:09:35 2013 +0000 | | | | | | - added really all equations to *_info.xml | | | what fixes the reading of the *_info.xml | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 378a179f74a1e0b44529b48c3655a2c0cd08be92 | | | Author: Willi Braun | | | Date: Fri Feb 15 16:08:15 2013 +0000 | | | | | | - removed simulation options that aren't used anymore more | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/simulation_options.c | | | M SimulationRuntime/c/util/simulation_options.h | | | | | * commit 5b2ea7267eea703759b286df9f51092c90950a0d | | | Author: Adrian Pop | | | Date: Fri Feb 15 16:00:24 2013 +0000 | | | | | | - fix CMakeLists.txt due to changes from cpp to c. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | | | * commit 8c61f42b82031c65278c1f25a72fa52099903520 | | | Author: Willi Braun | | | Date: Fri Feb 15 15:38:32 2013 +0000 | | | | | | #2065 | | | - removed LOG_ENDJAC | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/ddassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit a42a65a1136d2e3d2591a878028a9b4a5c66d230 | | | Author: Adrian Pop | | | Date: Fri Feb 15 15:37:28 2013 +0000 | | | | | | - fix builds | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/Makefile.in | | | | | * commit a82b4d53e8a427c836cab16afa3be94257f757dc | | | Author: Willi Braun | | | Date: Fri Feb 15 14:20:48 2013 +0000 | | | | | | - attempt to fix interactive test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/interactive/Makefile.in | | | | | * commit bf38a0b6647930982575bccea7d292b330e30ca8 | | | Author: Martin Sjölund | | | Date: Fri Feb 15 14:19:15 2013 +0000 | | | | | | - Be able to link without sundials/kinsol | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 55ffa298e3659f38d933adfc325875a8fe6f01c9 | | | Author: Martin Sjölund | | | Date: Fri Feb 15 12:05:06 2013 +0000 | | | | | | - Made result-file interface pure C instead of C++ | | | - Matlab code still uses a C++ implementation but csv and plt now use only C-code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | A SimulationRuntime/c/simulation/results/simulation_result.c | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | R051 SimulationRuntime/c/simulation/results/simulation_result_csv.cpp SimulationRuntime/c/simulation/results/simulation_result_csv.c | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.h | | | D SimulationRuntime/c/simulation/results/simulation_result_empty.h | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.h | | | A SimulationRuntime/c/simulation/results/simulation_result_plt.c | | | D SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 6c5da28fc7c735ebde75f735090397de8a3bcb97 | | | Author: Henning Kiel | | | Date: Fri Feb 15 09:37:40 2013 +0000 | | | | | | - fix some prototypes | | | - add "static" keyword for local functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/interactive/client.cpp | | | M SimulationRuntime/interactive/omi_Calculation.cpp | | | M SimulationRuntime/interactive/omi_Control.cpp | | | M SimulationRuntime/interactive/omi_ResultManager.cpp | | | M SimulationRuntime/interactive/omi_ResultManager.h | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | M SimulationRuntime/interactive/omi_Transfer.cpp | | | | | * commit 90dce966dd0877e242248d2eb11efc0064dbd5c3 | | | Author: Willi Braun | | | Date: Fri Feb 15 02:53:50 2013 +0000 | | | | | | - attempt to fix interactive mode | | | - basic functions like start, pause, change parameter should work now | | | | | | - splitted solver_main therefore in smaller parts | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/interactive/omi_Calculation.cpp | | | M SimulationRuntime/interactive/omi_Control.cpp | | | M SimulationRuntime/interactive/omi_ResultManager.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.h | | | | | * commit 73857c3a17254cccd91e9c74ecccbe679a94f273 | | | Author: Adeel Asghar | | | Date: Thu Feb 14 16:27:51 2013 +0000 | | | | | | - handle the time alias var in FMUs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit b82a4f37f1f7b88b8332f03eba62b63f9a753cc0 | | | Author: Martin Sjölund | | | Date: Thu Feb 14 14:49:50 2013 +0000 | | | | | | - Added support for help("topic") | | | - Added help-text for topic "simulation", which outputs the simulation helptext | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/options.h | | | A SimulationRuntime/c/util/simulation_options.c | | | A SimulationRuntime/c/util/simulation_options.h | | | | | * commit c052b64228ad1a9b0bcd059521e9e831669f694f | | | Author: Willi Braun | | | Date: Thu Feb 14 04:22:31 2013 +0000 | | | | | | - attempt to fix windows build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | | | * commit c703f4924234597547e432a17eab55716c1b1878 | | | Author: Willi Braun | | | Date: Thu Feb 14 03:49:29 2013 +0000 | | | | | | - deactivate DEBUG_OUTPUT again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit df5913380cdfa36612d564ebafeacbc48bda908c | | | Author: Willi Braun | | | Date: Thu Feb 14 03:42:13 2013 +0000 | | | | | | - get rid of matrix.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | D SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/math-support/test/test_pivot.c | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | M SimulationRuntime/c/simulation/solver/mixedSearchSolver.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 6f2238547227a25b7b28abdac42052755331908a | | | Author: Willi Braun | | | Date: Thu Feb 14 02:33:58 2013 +0000 | | | | | | - rewritten mixed system solver from makros to functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | A SimulationRuntime/c/simulation/solver/mixedSearchSolver.c | | | A SimulationRuntime/c/simulation/solver/mixedSearchSolver.h | | | A SimulationRuntime/c/simulation/solver/mixedSystem.c | | | A SimulationRuntime/c/simulation/solver/mixedSystem.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit b6afa9ddc7fa70914ff2ebb4f218742347df0d9c | | | Author: Jim Nutaro | | | Date: Wed Feb 13 23:17:55 2013 +0000 | | | | | | First version of dynamic state selection in the adevs backend. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit bfbc1e4602953ece8ce41336b88eafedda69dccc | | | Author: Martin Sjölund | | | Date: Wed Feb 13 19:39:43 2013 +0000 | | | | | | Don't include our f2c.h if we link against the one from the system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/Makefile.in | | | | | * commit 9e26ff369a3b9eea74f37ab4b338acd95663749a | | | Author: Per Östlund | | | Date: Wed Feb 13 15:27:48 2013 +0000 | | | | | | - Fix includes for interactive runtime in Linux. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/Makefile.in | | | | | * commit ffb5c5d0cf18d6e0c8a277b7e363ad3ee10ae055 | | | Author: Martin Sjölund | | | Date: Wed Feb 13 14:16:25 2013 +0000 | | | | | | "StateSelect =" to "stateSelect =" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 1275dc4d9a6ac60999ef5412695656079599d6b5 | | | Author: Martin Sjölund | | | Date: Wed Feb 13 12:27:04 2013 +0000 | | | | | | DAEDump.tpl: Write "stateSelect =" instead of "StateSelect =" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit da94025d8e45dac983d13eeac3bcb7abe04ab936 | | | Author: Adrian Pop | | | Date: Wed Feb 13 09:11:17 2013 +0000 | | | | | | - attempt to fix the Windows build, include for cpp. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit 78fe1a07bccc7718ad3ba7d66f74089a35d30ebe | | | Author: Willi Braun | | | Date: Tue Feb 12 23:51:09 2013 +0000 | | | | | | - next try to fix windows build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit 0af1544d2f728b4c3a14212c38ed1242f23b93ca | | | Author: Willi Braun | | | Date: Tue Feb 12 22:50:23 2013 +0000 | | | | | | - reactivated compilation of interactive mode | | | - updated interactive mode to the current c runtime structure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/interactive/Makefile.in | | | M SimulationRuntime/interactive/omi_Calculation.cpp | | | M SimulationRuntime/interactive/omi_Control.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.h | | | | | * commit b0e1ac5002af5b17af23924029611d5c15e7137d | | | Author: Willi Braun | | | Date: Tue Feb 12 20:34:08 2013 +0000 | | | | | | - fix tabs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 2c85ce1d494215f9c0530a53594b608e897f4901 | | | Author: Willi Braun | | | Date: Tue Feb 12 19:35:27 2013 +0000 | | | | | | - added fogotten files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/c/simulation/solver/linearSolverLapack.c | | | A SimulationRuntime/c/simulation/solver/linearSolverLapack.h | | | A SimulationRuntime/c/simulation/solver/linearSystem.c | | | A SimulationRuntime/c/simulation/solver/linearSystem.h | | | | | * commit df4c38d44b861651c6576a78e156b91ff648aa7f | | | Author: Martin Sjölund | | | Date: Tue Feb 12 19:24:01 2013 +0000 | | | | | | Adding API getAvailableLibraries() => {"Modelica","ModelicaServices",...} | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/List.mo | | | | | * commit 05ddf1078533413e855311acc5cb522adc701879 | | | Author: Willi Braun | | | Date: Tue Feb 12 18:22:32 2013 +0000 | | | | | | - rewritten the linear solver interface | | | - updated the broken tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 32a0350e7d04f96f9496e21c27f63ed776095223 | | | Author: Adeel Asghar | | | Date: Mon Feb 11 21:42:22 2013 +0000 | | | | | | - Use System.escapedString instead of System.stringReplace | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 7e534e478ad83dfdb7bc0cf53ed18a0f2af31f01 | | | Author: Martin Sjölund | | | Date: Mon Feb 11 21:31:05 2013 +0000 | | | | | | #2068 | | | - Tail recursion for SimCodeUtil.elaborateRecordDeclarationsForMetarecords | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e192663502fe5a7f1efd50afa56978735bc2e8c4 | | | Author: Martin Sjölund | | | Date: Mon Feb 11 21:10:42 2013 +0000 | | | | | | - Don't build or include libf2c library/headers if we have a system version installed | | | - Update Linux build documentation | | | - Update svn:ignore | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/System.mo | | | M README.Linux.txt | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | | | * commit 9a82b7a1a706faea61aa62d39f326d883c21a268 | | | Author: Adeel Asghar | | | Date: Mon Feb 11 17:22:23 2013 +0000 | | | | | | - kill tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/convert_lines.pl | | | | | * commit 1c3e090d01512e8a260e57d0c883244bc522b6f2 | | | Author: Adeel Asghar | | | Date: Mon Feb 11 16:42:12 2013 +0000 | | | | | | - Someone has changed the #modelicaLine file path formats and as a result the debugger won't work anymore. Who has time to check the svn logs.... I have fixed the convert lines script to handle the new file path format. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/convert_lines.pl | | | | | * commit d84dfb3628fae0a69e2e9da784d3bf0dcd7fdd73 | | | Author: Adeel Asghar | | | Date: Mon Feb 11 15:29:46 2013 +0000 | | | | | | - return file path with forward slashes or double back slashes. Forward slashes are more better and they won't break the test suite. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 754e837943462121df0714626d9dd474cdedb72e | | | Author: Adrian Pop | | | Date: Mon Feb 11 13:57:10 2013 +0000 | | | | | | - added $cpuTime to the identifiers known by OpenModelica. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 43b3aa706ec0d3c7ebae702be68c5c04bb94e386 | | | Author: Lennart Ochel | | | Date: Mon Feb 11 12:48:43 2013 +0000 | | | | | | - change $cpu_time to $cpuTime because of Adrian's preferences ;-) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | | | * commit 0adb67cd057080b1ecfc42562636cb3dce01eae9 | | | Author: Lennart Ochel | | | Date: Mon Feb 11 12:42:16 2013 +0000 | | | | | | - revert 15140 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | | | * commit bcf52e28bbba726197a0bcc587d5fb7def5835f9 | | | Author: Lennart Ochel | | | Date: Mon Feb 11 12:12:30 2013 +0000 | | | | | | - $cpu_time -> '$cpu_time' | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | | | * commit c6c68166604e661c6c24f3952659d54953468d4e | | | Author: Lennart Ochel | | | Date: Mon Feb 11 12:09:07 2013 +0000 | | | | | | - cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit b103a256ae44fcdcc6489451de6db2eb50290759 | | | Author: Lennart Ochel | | | Date: Mon Feb 11 11:55:44 2013 +0000 | | | | | | - minor fixes to DSS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | | | * commit a16fea9fa2f35d802039a67343fd9144ef22ba32 | | | Author: Christoph Höger | | | Date: Mon Feb 11 08:52:25 2013 +0000 | | | | | | Add fedora's qwt path to default search | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 19170657db74e31f852cc943a97692348f3103e1 | | | Author: Per Östlund | | | Date: Sun Feb 10 22:01:10 2013 +0000 | | | | | | Partial fix for #2056: | | | - Keep expression dimensions when doing implicit function instantiation. | | | - Added some more hacks to figure out the types of functions by using the input | | | arguments. | | | - Removed a couple of hacks that's no longer needed. | | | - Updated a couple of tests which now work better, and added testcase from #2056. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/List.mo | | | | | * commit 7a7b39e04e1b410df36c2438f61bded23a00d84f | | | Author: Lennart Ochel | | | Date: Sun Feb 10 16:49:39 2013 +0000 | | | | | | - fix gcc-warnings for c-runtime | | | - introduce new flag -ils (c-runtime) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit a84ef06889825d191323b6750e04d7442a32c3ae | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Feb 10 13:07:15 2013 +0000 | | | | | | + revert 15132 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 3dc277f22f4b74972ec360644140777f4fb9602a | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Feb 10 12:10:07 2013 +0000 | | | | | | + Fix for operators access in classes which derive an operator record. | | | - Remove unnecessarily printed message to failtrace. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 986949e69d03d52d2cb15fef7a7b19f8b9c6e6b0 | | | Author: Adrian Pop | | | Date: Sat Feb 9 19:03:10 2013 +0000 | | | | | | - realpath is not present in MinGW, use the one in omc_msvc.h/omc_msvc.c | | | omc_msvc.* should maybe renamed to omc_win.* later. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit cd8bbbdc094284ee2b7664b032c1a912063afd8f | | | Author: Lennart Ochel | | | Date: Sat Feb 9 18:06:05 2013 +0000 | | | | | | - update LOG_INIT for old initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | | | * commit f6683107151f78e25e025c6823d20370a438f5a2 | | | Author: Adrian Pop | | | Date: Sat Feb 9 16:46:47 2013 +0000 | | | | | | Util.mo | | | - fix testsuite on Windows (replace \ with / so relative paths are the same) | | | | | | Other c files: | | | - get rid of some warnings | | | - spell checking | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/printimpl.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 119c3301ca5da81b46b79208b6b899fe26a8cd89 | | | Author: Martin Sjölund | | | Date: Sat Feb 9 15:06:40 2013 +0000 | | | | | | Escape FILE_INFO strings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 3d7226a3c6590878acf5c2eb7740c26f3ea13922 | | | Author: Lennart Ochel | | | Date: Sat Feb 9 12:06:14 2013 +0000 | | | | | | - update NLS dump | | | - try to stop singular models - that must be revised because of bad design | | | - include MathematicalAspects into test-script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 20bf1fc9c582c623adc914b34a16b51fb50c0325 | | | Author: Per Östlund | | | Date: Fri Feb 8 19:47:12 2013 +0000 | | | | | | Fix for #2057: | | | - Evaluate the dimension when constant evaluating self-referential size | | | expressions, instead of hoping that it happens to be an integer. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit ef42c82103336cc368fc8d0cfacdb01560ebeb12 | | | Author: Adeel Asghar | | | Date: Fri Feb 8 18:47:29 2013 +0000 | | | | | | - Don't close the simulation result files. Use the closeSimulationResultFile() if you want to really close it. | | | - fixed the csv file reading. Don't open the file twice just pass the file handle. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | M SimulationRuntime/c/simulation/results/read_csv.h | | | | | * commit 18fe274d2946003596e4b5b38cb39f5e800f3984 | | | Author: Lennart Ochel | | | Date: Fri Feb 8 15:48:09 2013 +0000 | | | | | | - update help-text | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.cpp | | | | | * commit 22054286c2f70ffb8c11e2bb1d8d59570537d179 | | | Author: Lennart Ochel | | | Date: Fri Feb 8 15:44:24 2013 +0000 | | | | | | - add -cpu support for plt and csv files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 3a653ac7355afcbf94b82470e70859e8ba19c661 | | | Author: Leonardo Laguna | | | Date: Fri Feb 8 14:31:23 2013 +0000 | | | | | | -Fixed problem when extracting uncertainties with approximated equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 3d0f54f0441477f7f3f6d9266d5197e4573b0b75 | | | Author: Jens Frenkel | | | Date: Fri Feb 8 13:38:52 2013 +0000 | | | | | | - bugfix stateselection, selection of always states with known derivatives | | | - dumpSystemGraphML: add case to dump strong connected component graph to yED, we should make this availible via phase module configuration | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 85a99447ab80f741d8f6369dd6cc918e7dec2fe3 | | | Author: Martin Sjölund | | | Date: Fri Feb 8 13:29:28 2013 +0000 | | | | | | Fix for loadFileInteractiveQualified.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit f252efb56b80934a1c6a8f1286b53219d1304435 | | | Author: Martin Sjölund | | | Date: Fri Feb 8 07:18:51 2013 +0000 | | | | | | Fix remaining tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ded5128a699c79cab047f96207c5f024f33cfd8d | | | Author: Martin Sjölund | | | Date: Fri Feb 8 06:12:50 2013 +0000 | | | | | | - Some fixes to the parser. Will baseline tests after this. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | M Parser/parse.c | | | | | * commit 860606c37bbe1cb8aabb38568fb8a13d9e4c126c | | | Author: Adrian Pop | | | Date: Fri Feb 8 01:34:56 2013 +0000 | | | | | | - forgot this change | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_msvc.c | | | | | * commit 2e31cf7f126091ec65de9bd66eb4a152866071d5 | | | Author: Adrian Pop | | | Date: Fri Feb 8 01:12:59 2013 +0000 | | | | | | - fix windows build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | | | * commit c019bb3352789e3eb2d231c98d96a24ce8ef1eba | | | Author: Martin Sjölund | | | Date: Thu Feb 7 21:44:31 2013 +0000 | | | | | | - Fix some tests by making the path for the Absyn.INFO not be testsuite friendly (so we can use the absolute path, etc) | | | - Some other tests might break because of this change (readonly/writeable?) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Parser.mo | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/parse.c | | | | | * commit a1972933d205a6fb6ccd89b991402e434e48ebd3 | | | Author: Adrian Pop | | | Date: Thu Feb 7 21:39:24 2013 +0000 | | | | | | PATH_MAX has never been spotted in Windows :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | | | * commit f066c759de8415bdf7e1223ed9495d3fbccea22c | | | Author: Lennart Ochel | | | Date: Thu Feb 7 19:09:07 2013 +0000 | | | | | | - update LOG_NLS and LOG_NLS_JAC | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | | | * commit 34143973a73c77effa65e83d066e42ca75fc2424 | | | Author: Lennart Ochel | | | Date: Thu Feb 7 18:20:51 2013 +0000 | | | | | | - update LOG_SOTI | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit ab85818569ef6ea6ed322624d6df38158932d39e | | | Author: Lennart Ochel | | | Date: Thu Feb 7 17:44:04 2013 +0000 | | | | | | - fix for renaming of DEBUG_STREAM | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 909b3bafea8155f32fc3cff0b92fc64045056d36 | | | Author: Lennart Ochel | | | Date: Thu Feb 7 17:36:13 2013 +0000 | | | | | | - fix help text for -lv | | | - fix dumps for LOG_DSS, LOG_DSS_JAC | | | - patch from #2058 for SimCodeDump.tpl | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeDump.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 75cd767ab589c76a0202baa05795718cde198243 | | | Author: Martin Sjölund | | | Date: Thu Feb 7 15:59:48 2013 +0000 | | | | | | Note to self: Bootstrapping + changing parser at the same time is annoying | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/runtime/System_omc.c | | | | | * commit 2ff29f38c7be5911beb6eebc37699b88afcdbf7e | | | Author: Martin Sjölund | | | Date: Thu Feb 7 14:47:45 2013 +0000 | | | | | | Fix bootstrapping damnit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | | | * commit b41ccc5fba7c87943b016b6c7a8099290602bfa9 | | | Author: Adrian Pop | | | Date: Thu Feb 7 14:26:29 2013 +0000 | | | | | | - fix the broken builds by adding the missing define. | | | change the define if you wanted something else. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/printimpl.c | | | | | * commit 38235d9dd1f49fca8256042f142f876fcdca7dd6 | | | Author: Martin Sjölund | | | Date: Thu Feb 7 14:16:13 2013 +0000 | | | | | | Always use full pathnames for file info of parsed files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Parser/Parser_omc.c | | | M Parser/Parser_rml.c | | | M Parser/parse.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 10cbbda77221d4c31a2bae90d0fa969e37d59fd3 | | | Author: Peter Aronsson | | | Date: Thu Feb 7 13:32:11 2013 +0000 | | | | | | -Added Print.saveAndClearBuf that temporarily clears the buffer but keeps a handle to the content. This can be restored with a call to Print.restoreBuf. Useful when the print buffer is temporarily needed while already in use. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Print.mo | | | M Compiler/runtime/Print_omc.cpp | | | M Compiler/runtime/Print_rml.c | | | M Compiler/runtime/printimpl.c | | | | | * commit ecd9bc4918857a35024d17cdae29f06505a7e15b | | | Author: Jens Frenkel | | | Date: Thu Feb 7 12:53:05 2013 +0000 | | | | | | - bugfix stateselection, use nonscalar indizes to get Equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Causalize.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 579cc2832b51627bd0f938b6b350b8946caccd7c | | | Author: Lennart Ochel | | | Date: Thu Feb 7 12:21:50 2013 +0000 | | | | | | - minor changes | | | - rename DEBUG_STREAM -> ACTIVE_STREAM | | | - fix illegal stream-disjunctions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit b0d2b7f60f25f535a04cd6e454a0083b1cd784b1 | | | Author: Jens Frenkel | | | Date: Thu Feb 7 08:35:02 2013 +0000 | | | | | | - fix for asprintf on windows mingw and msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | M SimulationRuntime/c/util/omc_msvc.c | | | M SimulationRuntime/c/util/omc_msvc.h | | | | | * commit 99fa25e46148979b8aef3e9a49f5873a9857b0b9 | | | Author: Martin Sjölund | | | Date: Thu Feb 7 07:36:37 2013 +0000 | | | | | | Added what should be a version of asprintf that works in visual studio | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | M SimulationRuntime/c/util/CMakeLists.txt | | | A SimulationRuntime/c/util/omc_msvc.c | | | R097 SimulationRuntime/c/omc_msvc.h SimulationRuntime/c/util/omc_msvc.h | | | | | * commit a89bed24c4254972c6d1a8a99447b9195950745a | | | Author: Jens Frenkel | | | Date: Wed Feb 6 23:21:06 2013 +0000 | | | | | | - fix windows build, asprintf: These functions are GNU extensions, not in C or POSIX. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_info_xml.c | | | | | * commit 99434461a0e533270faf1bfeaf3326dfe9e7fb6e | | | Author: Jens Frenkel | | | Date: Wed Feb 6 22:13:21 2013 +0000 | | | | | | - update CMAKE for target=msvc because of r15072 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | * commit 8967307ee4aca7fcd24eb6771cfe575db882ba96 | | | Author: Lennart Ochel | | | Date: Wed Feb 6 21:32:26 2013 +0000 | | | | | | - new flag (-cpu) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.h | | | M SimulationRuntime/c/simulation/results/simulation_result_empty.h | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.h | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit 3a174573ffb54c2132278dabad71ecf054bf45c2 | | | Author: Lennart Ochel | | | Date: Wed Feb 6 17:32:22 2013 +0000 | | | | | | - care about const | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/modelinfo.c | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/java_interface.h | | | | | * commit d4118b915abe61699e4756dc3666c1e4966721e6 | | | Author: Lennart Ochel | | | Date: Wed Feb 6 15:57:55 2013 +0000 | | | | | | - update LOG_STATS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit 9b7d8468dc591f962d0e9576fe841cc855a60f8c | | | Author: Martin Sjölund | | | Date: Wed Feb 6 15:03:15 2013 +0000 | | | | | | - Tiny update. It won't break anything. I promise. | | | - Moved some of the debug information to reading the generated xml-file instead of compiling it into the C-code | | | - TODO: Read the names of all systems, instead of only nonlinear. Populate the FILE_INFO, etc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/scripts/simcodedump.xsl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/openmodelica_func.h | | | R086 SimulationRuntime/c/util/modelinfo.c SimulationRuntime/c/simulation/modelinfo.c | | | A SimulationRuntime/c/simulation/modelinfo.h | | | A SimulationRuntime/c/simulation/simulation_info_xml.c | | | A SimulationRuntime/c/simulation/simulation_info_xml.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | D SimulationRuntime/c/util/modelinfo.h | | | M SimulationRuntime/c/util/rtclock.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit ffaefb0a7846f2e47c244b2903de216111d563f0 | | | Author: Leonardo Laguna | | | Date: Wed Feb 6 07:44:08 2013 +0000 | | | | | | - Updating data reconciliation tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit ba5f6eb46647c7b98fae098695849608a5b1d209 | | | Author: Jim Nutaro | | | Date: Wed Feb 6 02:50:24 2013 +0000 | | | | | | Partial support for mapping Modelica arrays to C arrays | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 36f36343d6fcd55eeb926c9dcc420e93c32f2ce0 | | | Author: Jim Nutaro | | | Date: Tue Feb 5 21:44:46 2013 +0000 | | | | | | Start of work on emitting modelica arrays as C arrays. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 8c1636dee68b8e3602db59a7c951701673e64c01 | | | Author: Per Östlund | | | Date: Tue Feb 5 17:07:32 2013 +0000 | | | | | | - Fix bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit b3ef4e92cc6b7ca86f31369e3dd45648c487a2a7 | | | Author: Adrian Pop | | | Date: Tue Feb 5 16:01:25 2013 +0000 | | | | | | - remove tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit cb7380056ebd06dac48085dbaa82666c5bd9e46a | | | Author: Martin Sjölund | | | Date: Tue Feb 5 15:26:19 2013 +0000 | | | | | | Set OPENMODELICAHOME for bootstrapped builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 17296b20da00f6dc51871d660e56694cd3db7c0c | | | Author: Per Östlund | | | Date: Tue Feb 5 15:06:27 2013 +0000 | | | | | | - Added some basic sanity checking of type errors. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit afcb08d1eae430cbd82cb4a188a473c4e9a4dd48 | | | Author: Per Östlund | | | Date: Tue Feb 5 14:32:17 2013 +0000 | | | | | | Fix for bug #2033: | | | - Rewrote Static.promoteExp to be more efficient and not mess up the types. | | | - Added simplification min/max(multi-dim array) => min/max(flat array). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 75e083709abdaa07d81a5d9fa9a4da717e8d8e20 | | | Author: Martin Sjölund | | | Date: Tue Feb 5 14:29:19 2013 +0000 | | | | | | Don't touch the grammar file (causes re-compilation if filesystem has high resolution) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit d25d07e9534a64d5f9a3147762099b68808d3c65 | | | Author: Jim Nutaro | | | Date: Tue Feb 5 13:48:27 2013 +0000 | | | | | | Removed $ from generated variable names. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit b4c9658f1829bebe3d525f00534815dd9d59465f | | | Author: Leonardo Laguna | | | Date: Tue Feb 5 11:31:16 2013 +0000 | | | | | | -Removing uncessary print statements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit b8408cfe96f4cbcef8932b6d7104e8bd2741a7df | | | Author: Martin Sjölund | | | Date: Tue Feb 5 11:17:58 2013 +0000 | | | | | | Fix RML sources | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Corba_rml.cpp | | | M Compiler/runtime/Database_rml.c | | | | | * commit 2a1dce8cf9709ebb2b1319266bb0b267f072fd87 | | | Author: Martin Sjölund | | | Date: Tue Feb 5 11:10:05 2013 +0000 | | | | | | - Modify makefiles to be able to compile omc without RML installed (configure --without-rml; make bootstrap-from-tarball) | | | - Pray the RML makefiles were not broken | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/modpar/Makefile.in | | | M Compiler/runtime/Corba_rml.cpp | | | M Compiler/runtime/Database.c | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/corbaimpl.cpp | | | M Compiler/runtime/omc_communication_impl.cpp | | | M Makefile.in | | | M configure.in | | | | | * commit a274303e12312c2c34694bcb3fdcfb86949214ca | | | Author: Martin Sjölund | | | Date: Tue Feb 5 09:13:06 2013 +0000 | | | | | | Fix for FMU | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 084bee92642e3729bf66da80a11db349e9e12a28 | | | Author: Martin Sjölund | | | Date: Tue Feb 5 08:27:48 2013 +0000 | | | | | | Change header file from _fileNamePrefix.h to fileNamePrefix_model.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e792cd33b862b2d5c027213bbcdecea400e86c21 | | | Author: Adam Bergmark | | | Date: Sun Feb 3 23:07:23 2013 +0000 | | | | | | Partial evaluation/application: Fix variable name generation and positioning of partially papplied arguments. Enables partial application of single functions for normal and recursive functions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/PartFn.mo | | | | | * commit 7023944f9cb6f8005857685036960c6b94cea48b | | | Author: Jens Frenkel | | | Date: Sun Feb 3 16:46:40 2013 +0000 | | | | | | - speed up Indexreduktion: use List.uniqueIntN instead of List.unique for Integer Lists | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 5623c28ad0072a045ec09f9f72b2b910ed87e6f4 | | | Author: Martin Sjölund | | | Date: Sun Feb 3 06:48:39 2013 +0000 | | | | | | Allow compiling without sundials again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/radau.c | | | M SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 775f734e923de07b8d4c881323bbcf07cf8f7953 | | | Author: Martin Sjölund | | | Date: Sat Feb 2 10:52:54 2013 +0000 | | | | | | - Re-enable patching MSL | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 6e8695fd7df3b6c54a30a0e81bbcc807cf8032f5 | | | Author: Martin Sjölund | | | Date: Sat Feb 2 10:46:35 2013 +0000 | | | | | | Bump MSL version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 48d5ac22f67326a72025fa0fcf915ab4913e0eb4 | | | Author: Adrian Pop | | | Date: Fri Feb 1 17:25:03 2013 +0000 | | | | | | - fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 9c6bc44ed0fa140517c5dea56a53c4253e23ab61 | | | Author: Leonardo Laguna | | | Date: Fri Feb 1 16:38:05 2013 +0000 | | | | | | - Updating to the uncertainties algorithm. Dumping of steps uses Print.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 3fb97643316f443b1ebac32b6f20a47b1c6017d9 | | | Author: Per Östlund | | | Date: Fri Feb 1 15:06:29 2013 +0000 | | | | | | Fix for issue #2043: | | | - Handle extends when checking external objects in NFSCodeDependency. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/Util/List.mo | | | | | * commit f8646aaf4eeec54c9501820d3d9b4a71f469a434 | | | Author: Vitalij Ruge | | | Date: Fri Feb 1 14:13:42 2013 +0000 | | | | | | - added new solver method: implicit Runge-Kutta (radau IIA order 5 for stiff systems) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | A SimulationRuntime/c/simulation/solver/radau.c | | | A SimulationRuntime/c/simulation/solver/radau.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit cf8a00f2c847f118415eaab8aa92a777111b6e5b | | | Author: Niklas Worschech | | | Date: Fri Feb 1 12:10:02 2013 +0000 | | | | | | fix for nonlin solver selection in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9c513f2501c8e51c2ca63c12c6d000ec459611a8 | | | Author: Niklas Worschech | | | Date: Fri Feb 1 08:10:30 2013 +0000 | | | | | | fix for typo in cmake file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | | | * commit 7d45756c85840a615facd68eb27bc5974ecd40b4 | | | Author: Niklas Worschech | | | Date: Fri Feb 1 08:00:07 2013 +0000 | | | | | | Added Kinsol solver selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | D SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h | | | M SimulationRuntime/cpp/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | | | * commit 01bfc57e3720bd0a50c52846bf09c10704bf49d7 | | | Author: Adrian Pop | | | Date: Fri Feb 1 02:17:59 2013 +0000 | | | | | | - bump version number to beta4+dev. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 5b0bd37e24d2318b4f09ebbfb111ab8e05900495 | | | Author: Adrian Pop | | | Date: Thu Jan 31 23:50:50 2013 +0000 | | | | | | - change version to beta4 | | | - improve checkSettings() | | | + give the compiler version | | | + show PATH variable | | | - set Windows paths right after OMC is started | | | + do some checks too to see if we find the needed MinGW things. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/runtime/config.h | | | | | * commit 070bd193360bf3097058b44c838cc99a3ca9ceec | | | Author: Lennart Ochel | | | Date: Thu Jan 31 19:43:09 2013 +0000 | | | | | | - fix flag -port | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 3f3c8a69299f4315826505b5c548db3570618afa | | | Author: Niklas Worschech | | | Date: Thu Jan 31 15:01:08 2013 +0000 | | | | | | Added Kinsol solver to cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp | | | A SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h | | | A SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp | | | A SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.h | | | A SimulationRuntime/cpp/Solver/Kinsol/stdafx.h | | | | | * commit 358bcc2d4af5bd9d55c3a85f4139226366eb34f2 | | | Author: Willi Braun | | | Date: Thu Jan 31 14:28:57 2013 +0000 | | | | | | - fixed memory leak in simulation results compare function | | | - updated some tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit b37de6f1d29976c21491791fd393fd65bb5f73f1 | | | Author: Martin Sjölund | | | Date: Thu Jan 31 14:21:22 2013 +0000 | | | | | | Make +simCodeTarget=Dump handle constant literals | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/scripts/simcodedump.xsl | | | | | * commit b1602ed4ff3c3c4147df4594756dd4fe30283940 | | | Author: Henning Kiel | | | Date: Thu Jan 31 12:06:08 2013 +0000 | | | | | | - make local functions static | | | - move if-condition out of for-loop | | | - fixed type | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 88a5393622e9b4f13579746ca89ddaf7233065fc | | | Author: Adrian Pop | | | Date: Thu Jan 31 11:50:39 2013 +0000 | | | | | | - fix CMakeLists.txt as some things moved around. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15020 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt | | | | | * commit 971da46c56cc6d7f8c93463da9bcd5cfabd1e718 | | | Author: Adrian Pop | | | Date: Thu Jan 31 11:19:14 2013 +0000 | | | | | | - library order hell fixed. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | M Compiler/omc_release/Makefile.in | | | | | * commit 11eb0d9a2be8a4b332fbf34c5002ff426320eb49 | | | Author: Lennart Ochel | | | Date: Thu Jan 31 10:49:59 2013 +0000 | | | | | | - minor fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit d96e7479c663dd5c4f3d7f74acaf38c83d751660 | | | Author: Martin Sjölund | | | Date: Thu Jan 31 09:59:11 2013 +0000 | | | | | | Added symbolic tracing of array equation scalarization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/scripts/simcodedump.xsl | | | | | * commit aa77ae2312879cb2fdd7f971fca97ddc244e572c | | | Author: Martin Sjölund | | | Date: Thu Jan 31 08:56:02 2013 +0000 | | | | | | Move ModelicaUtilities into the default runtime instead of ModelicaExternalC (it is defined in the spec, not in MSL, and should be usable in any external function) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.common | | | R100 SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c SimulationRuntime/c/util/ModelicaUtilities.c | | | R100 SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.h SimulationRuntime/c/util/ModelicaUtilities.h | | | | | * commit bc253a3134513984bf61cc0a9a4c6789f5c5a723 | | | Author: Martin Sjölund | | | Date: Thu Jan 31 08:01:37 2013 +0000 | | | | | | Write dump to the chosen filename instead of the modelname (they are usually the same, but not always) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit e40e4b2651729d4e5ff1de2cbaad3e7f8901c517 | | | Author: Henning Kiel | | | Date: Thu Jan 31 06:47:54 2013 +0000 | | | | | | - replace calloc by malloc where allocated memory is directly initialized | | | - fix types | | | - optimize round-up division | | | - make local functions "static" | | | - more aggressive memory allocation for realloc() | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit 2d8c0159aeb4737cecf42e9e2dcbf051bb2570da | | | Author: Willi Braun | | | Date: Thu Jan 31 00:06:24 2013 +0000 | | | | | | - added symbolic jacobian support to newton solver | | | - use newton solver for linear tearing systems | | | - added tests for newton solver | | | - suppress warning of non-linear solver | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/varinfo.c | | | | | * commit 04fbc9594ddaf047af6233f9789ae9d86ddf936e | | | Author: Lennart Ochel | | | Date: Wed Jan 30 22:10:40 2013 +0000 | | | | | | - revise command line arguments for c-runtime (second part) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 2212f21053cf65d9a1b72ca4455ee2b80b0b23e3 | | | Author: Martin Sjölund | | | Date: Wed Jan 30 15:05:02 2013 +0000 | | | | | | Fix MeasureTime.mos? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1d105cb873a9e3c683ab350c7bfff4a986482c46 | | | Author: Lennart Ochel | | | Date: Wed Jan 30 14:19:59 2013 +0000 | | | | | | - revise command line arguments for c-runtime (part one) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit e2bb812ff06c7bda5cd1db9f61313ff095c02e5c | | | Author: Martin Sjölund | | | Date: Wed Jan 30 13:28:36 2013 +0000 | | | | | | - Added option +d=shortOutput | | | - Used +d=shortOutput in OMNotebook initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b350e81ca959baf4ef30c455826c421f284089a2 | | | Author: Martin Sjölund | | | Date: Wed Jan 30 12:28:09 2013 +0000 | | | | | | Revert r15004 (did not update tests; and is a bad fix anyway) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit fa9868d731da90bcd56d365874d134cd5b7ba261 | | | Author: Martin Sjölund | | | Date: Wed Jan 30 12:27:22 2013 +0000 | | | | | | - +simCodeTarget=Dump now runs xsltproc on the code automatically | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Makefile.in | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/scripts/simcodedump.xsl | | | | | * commit e10f196961ae97d0cf31cbdd98b1ede88a04558f | | | Author: Christian SChubert | | | Date: Wed Jan 30 12:11:20 2013 +0000 | | | | | | increased stack size to 32Mb for executables on windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit dcb2cbfbecd1691dc9414dec61962c934459b8a4 | | | Author: Alachew Mengist | | | Date: Wed Jan 30 12:07:13 2013 +0000 | | | | | | - shortOutput optional argument for simulate API - to return short simulation results | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit 6be1b9fc58e63ed96e54e8da9e02d46c13d5630b | | | Author: Martin Sjölund | | | Date: Wed Jan 30 11:38:43 2013 +0000 | | | | | | #2027 | | | - Make linspace evaluate dimensions of parameter input third argument | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit e861589cbe54bf062da8693a2e001c23331c6595 | | | Author: Lennart Ochel | | | Date: Wed Jan 30 10:39:32 2013 +0000 | | | | | | - new c-runtime flag –w shows all warnings during simulation (warnings are hidden by default) | | | - new c-runtime lv-option LOG_EVENTS_V shows even more than LOG_EVENTS | | | - shrink dump from LOG_EVENTS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 344d8ab13f5c765d4224ddd28e1ea09a3e6f3b28 | | | Author: Martin Sjölund | | | Date: Wed Jan 30 09:57:23 2013 +0000 | | | | | | Made typof work better for reductions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 7fa439db655d85402d6df0ae502640309c53b7fb | | | Author: Willi Braun | | | Date: Wed Jan 30 02:17:12 2013 +0000 | | | | | | - added newton solver as non-linear system solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | A SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c | | | A SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit b3f99d08d781562da3150faa0f96861488b93e11 | | | Author: Willi Braun | | | Date: Tue Jan 29 23:16:50 2013 +0000 | | | | | | - fixed dumps of non-linear solver | | | - fixed dump description | | | - let warnings outputs always | | | - changed some INFO messages to DEBUG | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit c6bf3531ee41c15be0697685140a43f4469efb3b | | | Author: Martin Sjölund | | | Date: Tue Jan 29 21:37:26 2013 +0000 | | | | | | #2039 | | | - We now sort all equations before putting them in the runtime and verify that they are all there | | | * This makes it possible to print the correct equation name for nonlinear systems | | | * Fixed segfault for nonlinear systems | | | - Removed the commented-out "simulation" command since it should not have been added in the first place | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit f5c30462bbefc1e39a2d26a106fbe426cc80223f | | | Author: Lennart Ochel | | | Date: Tue Jan 29 20:04:44 2013 +0000 | | | | | | - fix some event-dumps | | | - fix description-enum | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 43c59af57fb09bfe6593322922ce161e4ad779a3 | | | Author: Per Östlund | | | Date: Tue Jan 29 19:16:34 2013 +0000 | | | | | | - Converted a major part of the new instantiation to the new environment and lookup. | | | - Enabled the scodeinst tests which now works again. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnv.mo | | | M Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 9986a143143892dea03b8c7bc3d9051359fdeb83 | | | Author: Lennart Ochel | | | Date: Tue Jan 29 18:51:39 2013 +0000 | | | | | | - filter internal variables correctly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit adf8aec6afd66db1538a63e3989508526d74df08 | | | Author: Martin Sjölund | | | Date: Tue Jan 29 17:48:03 2013 +0000 | | | | | | Expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 82f7a46f1af17b64c70269facd8e47ace84ea7ef | | | Author: Lennart Ochel | | | Date: Tue Jan 29 16:14:57 2013 +0000 | | | | | | - filter internal variables correctly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit d33e3161cc77b051c5f72ed0ee5b0f81cd92ddf2 | | | Author: Martin Sjölund | | | Date: Tue Jan 29 08:50:22 2013 +0000 | | | | | | - Re-merge r14982 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 50e39002901c49d3d3e174f08585746bd6815bdb | | | Author: Martin Sjölund | | | Date: Tue Jan 29 08:49:53 2013 +0000 | | | | | | - Fix performance issue with SimulationResultsCmp.c (quadratic-time memory allocation) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 199fb4936249d117903ae9c617112a2dd2ce7b27 | | | Author: Martin Sjölund | | | Date: Tue Jan 29 07:02:17 2013 +0000 | | | | | | Revert r14982 (breaks 4 tests; 3 of them badly, 1 of them spins forever) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit e797d750288af66c390e6f8cc1a0f3458ab91804 | | | Author: Lennart Ochel | | | Date: Mon Jan 28 18:35:56 2013 +0000 | | | | | | - remove helpVars from Backend (was used to handle when-conditions and sample-calls) | | | - revise event-system (c-runtime) | | | - unfortunately break other runtimes (please contact me, if you need more detailed information) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit b87a47ca817023f2c7de055118347eb4fc749b52 | | | Author: Martin Sjölund | | | Date: Mon Jan 28 17:33:31 2013 +0000 | | | | | | Mark subsequent builds not-beta3 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit b693c92bad7598a26bbec9eb408fc83bf8c0e26e | | | Author: Martin Sjölund | | | Date: Mon Jan 28 17:20:18 2013 +0000 | | | | | | - Mark this build Beta3 in config.h. Tag this revision as 1.9.0 beta3. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 73e51fa3bf2f0742147cfede3ba21d63c699ecfa | | | Author: Martin Sjölund | | | Date: Mon Jan 28 17:16:19 2013 +0000 | | | | | | - 1.9.0 ReleaseNotes. Don't tag this revision. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 7a828e29c73b262bfb5fef4eda4b28505bbfd0ed | | | Author: Willi Braun | | | Date: Mon Jan 28 16:31:25 2013 +0000 | | | | | | - fixed bug with time measurements at runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 7f88cd8608b39e5fdb973f33649bf6ff375de825 | | | Author: Adrian Pop | | | Date: Mon Jan 28 14:29:48 2013 +0000 | | | | | | - in Windows copy PySimulator to build\share\omc\scripts\PythonInterface for now | | | maybe we can find a better place later. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 307a3933c615d934b075967e3d031e70603052c7 | | | Author: Martin Sjölund | | | Date: Mon Jan 28 13:39:42 2013 +0000 | | | | | | - Added MLS 3.2 ModelicaVFormatMessage/Error | | | - Made the DIVISION() macro use testsuite-friendly filenames | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.h | | | | | * commit b73c5d97ff3ecf23205b2f56d4aebc2c40f7611a | | | Author: Per Östlund | | | Date: Mon Jan 28 12:41:39 2013 +0000 | | | | | | Partial fix for ticket #2027: | | | - Fix type of array reduction. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit fec07cbff149c5e65aaf2ab60c2143fac44d6858 | | | Author: Lennart Ochel | | | Date: Mon Jan 28 12:37:45 2013 +0000 | | | | | | - fix c/cpp comment | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 0fbe185af263a779c57653b3168d70a6ecc5687b | | | Author: Lennart Ochel | | | Date: Mon Jan 28 12:36:51 2013 +0000 | | | | | | - disable debug-outputs by default to increase performance | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit c01b4f79d454277dff36198864c03cd8751e581b | | | Author: Henning Kiel | | | Date: Mon Jan 28 12:25:36 2013 +0000 | | | | | | - adjust some paths (testsuite/ related) | | | - fix some typos and formattings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/README.txt | | | | | * commit cae0afd888f16c69aca1bc919a923dad19fe7144 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Jan 27 08:47:00 2013 +0000 | | | | | | + Generate default value bindings for protected components of a record. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit a14fcdba485288866f235ffb2e27de81992bd897 | | | Author: Martin Sjölund | | | Date: Sat Jan 26 12:55:13 2013 +0000 | | | | | | Print longer filenames when running the testsuite (no more "which package.mo should I look in?") | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/Util/Util.mo | | | M Compiler/susan_codegen/TplCodegen.mo | | | | | * commit 77f95132b3c4105e139c12322b4cc384742c2341 | | | Author: Martin Sjölund | | | Date: Sat Jan 26 11:52:02 2013 +0000 | | | | | | Fix regex usage | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 78af88c06b1cf74609a1a6c1b25497744e646406 | | | Author: Martin Sjölund | | | Date: Sat Jan 26 10:43:37 2013 +0000 | | | | | | Fix regex output for empty patterns | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 8ab86c9a6c347a9790b4935a2db841a3961da9a0 | | | Author: Adrian Pop | | | Date: Sat Jan 26 00:36:21 2013 +0000 | | | | | | - utf8 no signature. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h | | | | | * commit 6207712990da18777fda6cee77c75b37bf86ea3b | | | Author: Adrian Pop | | | Date: Sat Jan 26 00:12:05 2013 +0000 | | | | | | - try to fix cppruntime. | | | - do not use hidden attribute as it doesn't seem to work with clang and gcc-4.4: | | | #define BOOST_EXTENSION_IMPORT_DECL __attribute__((visibility("hidden"))) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp | | | | | * commit 8312787b3388826387abe9d7729ee3bdb8175579 | | | Author: Adrian Pop | | | Date: Fri Jan 25 23:26:18 2013 +0000 | | | | | | - fix utf-8 without signature: | | | SimulationRuntime/cpp/* | | | - fix missing separator | | | testsuite/flattening/modelica/redeclare/Makefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | M SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | M SimulationRuntime/cpp/Include/Core/System/ITimeEvent.h | | | | | * commit 766fa87374879cd80de93d0fc1dae6ccdd03fef3 | | | Author: Adrian Pop | | | Date: Fri Jan 25 23:10:12 2013 +0000 | | | | | | - geez, stdafx.h actually exists but with small letters. fix case. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | * commit 6bca731f0b8539dab4ae35a7fa2508d9d8efdeef | | | Author: Adrian Pop | | | Date: Fri Jan 25 22:59:13 2013 +0000 | | | | | | - guard StdAfx.h with _MSC_VER | | | #if defined(_MSC_VER) | | | #include "StdAfx.h" | | | #endif | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | | | * commit 732e758b7f19762e62dfa01b1c142f2bf2041a74 | | | Author: Willi Braun | | | Date: Fri Jan 25 21:23:00 2013 +0000 | | | | | | - fixed symbolic jacobians for tearing systems | | | - removed some debug output from jacobian calculation calls (performance) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 14d79f12203fb396a21f40cbea072a153ae307a3 | | | Author: Martin Sjölund | | | Date: Fri Jan 25 21:01:04 2013 +0000 | | | | | | Remove BOM | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/Initialization.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/Constants.h | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | M SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | | | M SimulationRuntime/cpp/Include/Core/Math/Utility.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/Initialization.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/ICVodeSettings.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | M SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | M SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit 30a6937198a36ca92ce8248e55786df953b6cbb2 | | | Author: Niklas Worschech | | | Date: Fri Jan 25 17:36:53 2013 +0000 | | | | | | fixed include names in SystemDefaultImplementation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | | | * commit 55b0b5fb17fb48fce7a3f9ac9b02426477fd5ebd | | | Author: Niklas Worschech | | | Date: Fri Jan 25 16:55:41 2013 +0000 | | | | | | converted cpp an h files in cpp runtime to utf8 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Math/Functions.cpp | | | M SimulationRuntime/cpp/Core/Math/stdafx.h | | | M SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp | | | M SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h | | | M SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | M SimulationRuntime/cpp/Core/SimController/Configuration.h | | | M SimulationRuntime/cpp/Core/SimController/Main.cpp | | | M SimulationRuntime/cpp/Core/SimController/stdafx.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/Factory.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | M SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml | | | M SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | M SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | M SimulationRuntime/cpp/Core/Solver/Initialization.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | M SimulationRuntime/cpp/Core/Solver/stdafx.h | | | M SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | D SimulationRuntime/cpp/Core/System/CoupledSystem.cpp | | | D SimulationRuntime/cpp/Core/System/CoupledSystem.h | | | M SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | M SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.cpp | | | M SimulationRuntime/cpp/Core/System/stdafx.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | M SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | M SimulationRuntime/cpp/Include/Core/Math/Constants.h | | | M SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | M SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | M SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | M SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | | | M SimulationRuntime/cpp/Include/Core/Math/Utility.h | | | M SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | M SimulationRuntime/cpp/Include/Core/Object/Object.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | M SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | M SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h | | | M SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | M SimulationRuntime/cpp/Include/Core/Solver/Initialization.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | D SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | D SimulationRuntime/cpp/Include/Core/System/IDataExchange.h | | | M SimulationRuntime/cpp/Include/Solver/CVode/ICVodeSettings.h | | | M SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | M SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVode.h | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | | | M SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | M SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | M SimulationRuntime/cpp/Solver/Euler/Euler.h | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | M SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | M SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml | | | M SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | M SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | M SimulationRuntime/cpp/Solver/Newton/Newton.h | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | | | M SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | | | * commit b5626d9f6231500e96a8bdc221b597f7a6205c2f | | | Author: Niklas Worschech | | | Date: Fri Jan 25 16:07:54 2013 +0000 | | | | | | fixed SimulationRuntime/cpp/Makefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Makefile | | | | | * commit 0a7df03292822ac23b793a3357bcb48c195c26b0 | | | Author: Christian SChubert | | | Date: Fri Jan 25 16:03:24 2013 +0000 | | | | | | one star for msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 9c30bb68fa6375edd47f87a1721d9463a3edc477 | | | Author: Niklas Worschech | | | Date: Fri Jan 25 13:24:42 2013 +0000 | | | | | | Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | R067 SimulationRuntime/cpp/Source/CMakeLists.txt SimulationRuntime/cpp/CMakeLists.txt | | | R086 SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp | | | A SimulationRuntime/cpp/Core/Math/CMakeLists.txt | | | R090 SimulationRuntime/cpp/Source/Math/Implementation/Functions.cpp SimulationRuntime/cpp/Core/Math/Functions.cpp | | | R077 SimulationRuntime/cpp/Source/Math/Implementation/stdafx.h SimulationRuntime/cpp/Core/Math/stdafx.h | | | R057 SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt | | | R100 SimulationRuntime/cpp/Source/System/Modelica/ModelicaConfic.inc.in SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in | | | R074 SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp | | | R073 SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h | | | R100 SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt | | | R100 SimulationRuntime/cpp/Source/ModelicaExternalC/ModelicaTables.h SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h | | | R100 SimulationRuntime/cpp/Source/ModelicaExternalC/ModelicaTablesImpl.c SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c | | | A SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h | | | A SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c | | | R100 SimulationRuntime/cpp/Source/ModelicaExternalC/tables.cpp SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp | | | R100 SimulationRuntime/cpp/Source/ModelicaExternalC/tables.h SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h | | | R100 SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt SimulationRuntime/cpp/Core/SimController/CMakeLists.txt | | | R054 SimulationRuntime/cpp/Source/SimManager/Configuration.cpp SimulationRuntime/cpp/Core/SimController/Configuration.cpp | | | A SimulationRuntime/cpp/Core/SimController/Configuration.h | | | R094 SimulationRuntime/cpp/Source/SimManager/Main.cpp SimulationRuntime/cpp/Core/SimController/Main.cpp | | | R056 SimulationRuntime/cpp/Source/SimManager/stdafx.h SimulationRuntime/cpp/Core/SimController/stdafx.h | | | A SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt | | | R075 SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp | | | A SimulationRuntime/cpp/Core/SimulationSettings/Factory.h | | | A SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp | | | A SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h | | | R088 SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/GlobalSettings.xml SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml | | | R074 SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h | | | R100 SimulationRuntime/cpp/Source/Solver/Implementation/CMakeLists.txt SimulationRuntime/cpp/Core/Solver/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/Solver/Initialization.cpp | | | A SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp | | | R069 SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp | | | R090 SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h SimulationRuntime/cpp/Core/Solver/stdafx.h | | | A SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp | | | A SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp | | | A SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h | | | A SimulationRuntime/cpp/Core/System/CMakeLists.txt | | | A SimulationRuntime/cpp/Core/System/CoupledSystem.cpp | | | A SimulationRuntime/cpp/Core/System/CoupledSystem.h | | | R057 SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp SimulationRuntime/cpp/Core/System/EventHandling.cpp | | | A SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp | | | R060 SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.cpp SimulationRuntime/cpp/Core/System/stdafx.cpp | | | R053 SimulationRuntime/cpp/Source/System/Implementation/stdafx.h SimulationRuntime/cpp/Core/System/stdafx.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h | | | A SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h | | | R077 SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h | | | A SimulationRuntime/cpp/Include/Core/HistoryImpl.h | | | R089 SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h | | | R055 SimulationRuntime/cpp/Source/Math/Implementation/Constants.h SimulationRuntime/cpp/Include/Core/Math/Constants.h | | | A SimulationRuntime/cpp/Include/Core/Math/Functions.h | | | R079 SimulationRuntime/cpp/Source/Math/Interfaces/IBlas.h SimulationRuntime/cpp/Include/Core/Math/IBlas.h | | | R083 SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h SimulationRuntime/cpp/Include/Core/Math/ILapack.h | | | R100 SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h SimulationRuntime/cpp/Include/Core/Math/OMAPI.h | | | R100 SimulationRuntime/cpp/Source/Math/Implementation/Utility.h SimulationRuntime/cpp/Include/Core/Math/Utility.h | | | R073 SimulationRuntime/cpp/Source/System/Modelica/Modelica.h SimulationRuntime/cpp/Include/Core/Modelica.h | | | A SimulationRuntime/cpp/Include/Core/Object/IObject.h | | | A SimulationRuntime/cpp/Include/Core/Object/Object.h | | | A SimulationRuntime/cpp/Include/Core/SimController/ISimController.h | | | A SimulationRuntime/cpp/Include/Core/SimController/ISimData.h | | | A SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h | | | R053 SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h | | | A SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h | | | A SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h | | | A SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h | | | A SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h | | | R089 SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h | | | A SimulationRuntime/cpp/Include/Core/Solver/Initialization.h | | | A SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h | | | A SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h | | | A SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h | | | A SimulationRuntime/cpp/Include/Core/System/EventHandling.h | | | A SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h | | | A SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolver.h | | | R075 SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolverFactory.h SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h | | | A SimulationRuntime/cpp/Include/Core/System/IContinuous.h | | | A SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h | | | R077 SimulationRuntime/cpp/Source/System/Interfaces/IDataExchange.h SimulationRuntime/cpp/Include/Core/System/IDataExchange.h | | | A SimulationRuntime/cpp/Include/Core/System/IEvent.h | | | A SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h | | | A SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h | | | A SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h | | | A SimulationRuntime/cpp/Include/Core/System/ITimeEvent.h | | | A SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h | | | R100 SimulationRuntime/cpp/Source/Utils/extension/adaptable_factory.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/common.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/common.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/extension.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/factory.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/factory_map.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/filesystem.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory_free_functions.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory_set.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_set.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/create.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/create_func.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create_func.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/decl.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/factory.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/factory_map.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory_map.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/function.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/function.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/library_impl.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/shared_library.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/shared_library.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/impl/typeinfo.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/impl/typeinfo.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/parameter.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/parameter.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/parameter_map.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/parameter_map.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/registry.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/registry.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/shared_library.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/extension/type_map.hpp SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/LICENSE_1_0.txt SimulationRuntime/cpp/Include/Core/Utils/numeric/LICENSE_1_0.txt | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos.h SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.h | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos_names.h SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_names.h | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas1.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas1_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas2.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas2_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas3.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas3_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas_enum.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_enum.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas_inc.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_inc.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack_inc.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_inc.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas.h SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.h | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas1.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas1_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas2.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas2_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas3.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas3_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas_names.h SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas_names.h | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gbsv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gbsv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gees.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gees.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/geev.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geev.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gels.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gels.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gelsd.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelsd.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gelss.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelss.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/geqrf.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geqrf.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesdd.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesdd.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesvd.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesvd.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hbev.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbev.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hbevx.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbevx.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heev.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heev.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heevd.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevd.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heevx.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevx.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hegv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hegv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hesv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hesv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hpsv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hpsv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hseqr.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hseqr.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ilaenv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ilaenv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.h | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack_names.h SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack_names.h | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/orgqr.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/orgqr.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ormqr.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ormqr.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/posv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/posv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ppsv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ppsv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ptsv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ptsv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/spsv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/spsv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/steqr.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/steqr.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syev.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syev.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syevd.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevd.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syevx.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevx.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sygv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sygv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sysv.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sysv.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sytrd.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sytrd.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/trevc.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trevc.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/trexc.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trexc.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/workspace.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/algorithm.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/algorithm.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/boost_array.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/boost_array.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/c_array.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/c_array2.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array2.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/config.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/config.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/dense_traits.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/dense_traits.hpp | | | R089 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array_impl.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array_impl.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/dense_ordering.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/dense_ordering.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/generate_const.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/generate_const.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp | | | R097 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/utils.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/fortran.h SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/fortran.h | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_raw.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_raw.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_traits.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_traits.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/sparse_traits.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/sparse_traits.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_valarray.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_valarray2.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray2.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_vector.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_vector2.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector2.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/symm_herm_raw.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/symm_herm_raw.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/tnt.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/tnt.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/traits.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/traits.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/transpose.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/transpose.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type.h SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp | | | R091 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type_traits.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_banded.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_banded.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_hermitian.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_hermitian.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_matrix.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_matrix.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_sparse.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_sparse.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_symmetric.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_symmetric.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector2.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector2.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_raw.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_raw.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_traits.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_traits.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_inc.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | | | R100 SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | R100 SimulationRuntime/cpp/Source/FMU/fmiModelFunctions.h SimulationRuntime/cpp/Include/FMU/fmiModelFunctions.h | | | R100 SimulationRuntime/cpp/Source/FMU/fmiModelTypes.h SimulationRuntime/cpp/Include/FMU/fmiModelTypes.h | | | R100 SimulationRuntime/cpp/Source/FMU/fmu_model_interface.c SimulationRuntime/cpp/Include/FMU/fmu_model_interface.c | | | R100 SimulationRuntime/cpp/Source/FMU/fmu_model_interface.h SimulationRuntime/cpp/Include/FMU/fmu_model_interface.h | | | R100 SimulationRuntime/cpp/Source/Solver/CVode/Interfaces/ICVodeSettings.h SimulationRuntime/cpp/Include/Solver/CVode/ICVodeSettings.h | | | A SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h | | | A SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h | | | R100 SimulationRuntime/cpp/Source/LibrariesConfig.h.in SimulationRuntime/cpp/LibrariesConfig.h.in | | | D SimulationRuntime/cpp/Readme.txt | | | R100 SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt | | | R090 SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp SimulationRuntime/cpp/Solver/CVode/CVode.cpp | | | R096 SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h SimulationRuntime/cpp/Solver/CVode/CVode.h | | | R100 SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.cpp SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp | | | R086 SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h | | | R100 SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h SimulationRuntime/cpp/Solver/CVode/stdafx.h | | | R091 SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Euler/Euler.cpp | | | A SimulationRuntime/cpp/Solver/Euler/Euler.h | | | A SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp | | | A SimulationRuntime/cpp/Solver/Euler/EulerSettings.h | | | R100 SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/EulerSettings.xml SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml | | | R070 SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h SimulationRuntime/cpp/Solver/Euler/stdafx.h | | | R100 SimulationRuntime/cpp/Source/System/Newton/Implementation/CMakeLists.txt SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt | | | A SimulationRuntime/cpp/Solver/Newton/Newton.cpp | | | A SimulationRuntime/cpp/Solver/Newton/Newton.h | | | A SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp | | | A SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h | | | R080 SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h SimulationRuntime/cpp/Solver/Newton/stdafx.h | | | D SimulationRuntime/cpp/Source/DataExchange/Interfaces/IHistory.h | | | D SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt | | | D SimulationRuntime/cpp/Source/Math/Implementation/Functions.h | | | D SimulationRuntime/cpp/Source/README.txt | | | D SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt | | | D SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h | | | D SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp | | | D SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h | | | D SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h | | | D SimulationRuntime/cpp/Source/SimManager/Configuration.h | | | D SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp | | | D SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h | | | D SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp | | | D SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h | | | D SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.cpp | | | D SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h | | | D SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h | | | D SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt | | | D SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.cpp | | | D SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.h | | | D SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.cpp | | | D SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.h | | | D SimulationRuntime/cpp/Source/Solver/Ida/Interfaces/IIdaSettings.h | | | D SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt | | | D SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | D SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h | | | D SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.cpp | | | D SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h | | | D SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h | | | D SimulationRuntime/cpp/Source/Solver/Idas/Interfaces/IIdasSettings.h | | | D SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.cpp | | | D SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.h | | | D SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp | | | D SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h | | | D SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h | | | D SimulationRuntime/cpp/Source/Solver/Interfaces/IAlgLoopSolver.h | | | D SimulationRuntime/cpp/Source/Solver/Interfaces/IDAESolver.h | | | D SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp | | | D SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h | | | D SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp | | | D SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h | | | D SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt | | | D SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h | | | D SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | D SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h | | | D SimulationRuntime/cpp/Source/System/Implementation/stdafx.cpp | | | D SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h | | | D SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolver.h | | | D SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h | | | D SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h | | | D SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h | | | D SimulationRuntime/cpp/Source/System/Interfaces/ISystemInitialization.h | | | D SimulationRuntime/cpp/Source/System/Interfaces/ISystemProperties.h | | | D SimulationRuntime/cpp/Source/System/Kinsol/Implementation/CMakeLists.txt | | | D SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp | | | D SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.h | | | D SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.cpp | | | D SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.h | | | D SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h | | | D SimulationRuntime/cpp/Source/System/Kinsol/Interfaces/IKinsolSettings.h | | | D SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h | | | D SimulationRuntime/cpp/Source/System/Modelica/build/CMakeLists.txt | | | D SimulationRuntime/cpp/Source/System/Modelica/build/ReadMe.txt | | | D SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp | | | D SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.h | | | D SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp | | | D SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h | | | D SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h | | | | | * commit 92b95b1149395360d287ccab4434ee3553ef7d55 | | | Author: Martin Sjölund | | | Date: Fri Jan 25 13:03:00 2013 +0000 | | | | | | - Keep using smart, fast code for GCC/Clang | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/utility.c | | | | | * commit 2926298b0d5e42c1219d5dc967728d6063cacfd3 | | | Author: Christian SChubert | | | Date: Fri Jan 25 12:55:39 2013 +0000 | | | | | | updated CMakeLists.txt to use regex.c/h for msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/CMakeLists.txt | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | | | * commit 22dc3961a6ae5e86600e3b1c1974f92f228ad4e5 | | | Author: Martin Sjölund | | | Date: Fri Jan 25 12:24:09 2013 +0000 | | | | | | - Move regex() to utility.c | | | - Better allocators (pass mk_scon or init_modelica_string to regex) | | | - Never fail (pass 0 match and the error-message on failure; let the user handle it) | | | - Removed #ifdef for regex (fix cmakefiles instead to get regex working) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | | | * commit f791481467f8d3fe439aa6b34b1bc4d37b1a5c46 | | | Author: Per Östlund | | | Date: Fri Jan 25 10:20:11 2013 +0000 | | | | | | - Disabled check for replaceable baseclasses for now, since it doesn't work | | | correctly. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | | | * commit 16f9fb768978299537718dc5cd4f034e32106e63 | | | Author: Christian SChubert | | | Date: Fri Jan 25 10:17:01 2013 +0000 | | | | | | Compiler/runtime: inserted changes so that msvc can compile it | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 68218f6e7b0a8c24cf84f25dfcfa0c80a248a76d | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Jan 25 10:14:45 2013 +0000 | | | | | | + Small fix for uncertainties attributes. Expect fully-qualified idents. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 7aed191f451e16c733ad44a9a75574577473c81d | | | Author: Martin Sjölund | | | Date: Fri Jan 25 09:21:09 2013 +0000 | | | | | | Don't use ModelicaExternalC - we can use alloc_modelica_string directly instead | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/System_omc.c | | | | | * commit 33c0f0d416947da096d3735963feb06d225aebea | | | Author: Martin Sjölund | | | Date: Fri Jan 25 08:30:14 2013 +0000 | | | | | | - Fix simulation runtime handling of regex() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/System_omc.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | | | * commit 708ea57475609904458d8b25e99a8a8132309595 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Jan 25 06:46:47 2013 +0000 | | | | | | + Handle protected elements too when evaluating records. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 49243825bb9085bf53e2fa1f1d3a11cea730054e | | | Author: Per Östlund | | | Date: Thu Jan 24 17:48:55 2013 +0000 | | | | | | - Add parentheses around subscripted expressions in ExpressionDump when needed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 179b3e8020f07ed11449aab0c1946da235245271 | | | Author: Jens Frenkel | | | Date: Thu Jan 24 17:19:59 2013 +0000 | | | | | | - comment out debug output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Causalize.mo | | | | | * commit 4d47da8a62dab0dacbc1aafa215e95fcf2e49c56 | | | Author: Jens Frenkel | | | Date: Thu Jan 24 17:08:45 2013 +0000 | | | | | | - bugfix for use assigments from SingularSystemCheck | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 021b098fe6d2535c36cc48331e54e379ae3dccf0 | | | Author: Martin Sjölund | | | Date: Thu Jan 24 17:01:25 2013 +0000 | | | | | | - Tons of API functions updated and/or added (regularFileExist uses ModelicaInternal now, etc) | | | - Made it possible to easily change the error-messages to print more detailed file locations in the future (will be added today or tomorrow; will need to update a lot of tests) | | | - Modified uriToFileName (it now uses the scripting environment and builtin functions that also work at runtime). The reason it works is that we can read the paths of each library at compile-time and use that information to resolve the URI at runtime. | | | - ModelicaServices now uses uriToFileName to resolve URIs | | | - More ModelicaExternalC functions have a builtin compiler implementation now | | | - Assigning to arrays with unknown dimensions is now a little more stable at runtime | | | - runtest.pl now knows of the directive partest-link: (see UriLookup.mos for an example) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/NFLookup.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M Compiler/runtime/System_omc.c | | | M Parser/parse.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | | | * commit 0f80740e17b9e9c9a6f5927f4787d65a8be8ca88 | | | Author: Jens Frenkel | | | Date: Thu Jan 24 16:03:29 2013 +0000 | | | | | | - looks like some algorithms do not take care on already assigned elements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit aa07511abe30f2ead46b1c7b9f5a989805e69a8a | | | Author: Jens Frenkel | | | Date: Thu Jan 24 15:36:38 2013 +0000 | | | | | | tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Causalize.mo | | | | | * commit 799cb8dc094738e5110476b924060e87c0a66509 | | | Author: Federico Bergero | | | Date: Thu Jan 24 15:12:32 2013 +0000 | | | | | | Updating the QSS template and backend | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | | | * commit daabcacc6adde3bc51b3359b13787a2416b6808c | | | Author: Federico Bergero | | | Date: Thu Jan 24 15:12:08 2013 +0000 | | | | | | Fixing some errors in the QSS template | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenQSS.tpl | | | | | * commit 5604dad8e89770ec4454fc83ecef49d8fc91ad92 | | | Author: Lennart Ochel | | | Date: Thu Jan 24 14:58:30 2013 +0000 | | | | | | - minor speed up for models without when-clauses | | | - expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 67d6a898e172c95cafcfcbc046d975d42f70f719 | | | Author: Jens Frenkel | | | Date: Thu Jan 24 14:48:41 2013 +0000 | | | | | | - add again | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/Causalize.mo | | | | | * commit 4d1de2cec2c22d463415c919bba3458e2fb24af7 | | | Author: Jens Frenkel | | | Date: Thu Jan 24 14:19:59 2013 +0000 | | | | | | - use matching from singular system check for main matching | | | - do not merge variable attributes of unreplacable variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/List.mo | | | | | * commit 6d4270356099efbaa70130db96411bfee4388fb9 | | | Author: Jens Frenkel | | | Date: Thu Jan 24 08:43:38 2013 +0000 | | | | | | - run tearing behind encapsulateWhenConditions, otherwise the torn systems are lost because matching information is thrown away | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 3375f15b267e704ea30c8082a30e8fbf8832a6ab | | | Author: Jim Nutaro | | | Date: Wed Jan 23 19:13:01 2013 +0000 | | | | | | Added extra argument to sample function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 2cc65e17c5aabe4a42171bbc06f90eeeed601897 | | | Author: Pavol Privitzer | | | Date: Wed Jan 23 15:52:02 2013 +0000 | | | | | | Updated C# template to the no-helpVars changes | | | - fix: "inline" keyword macroizing is forbidden in C++ from VS 2012, see omc_inline.h (hope it'll work with VS2010) | | | - fix: copy/paste errors when checking the results of map.find() in simulation_result_mat.cpp | | | - fix: C++ string emptiness should be tested via size() (an error when run with the debug version of STL) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | M SimulationRuntime/c/omc_inline.h | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 05295c9e89b5c64378fa037744407aab2182f637 | | | Author: Martin Sjölund | | | Date: Wed Jan 23 15:45:51 2013 +0000 | | | | | | Add JS diff tool to the simcode dump | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/simcodedump.xsl | | | | | * commit d7ec12fd534d19fa418b72805840d4ce5cd2079c | | | Author: Jens Frenkel | | | Date: Wed Jan 23 14:59:48 2013 +0000 | | | | | | - add flag to run OnRelaxation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 90674b3928eac6d99b178ceef49a6a30d9856983 | | | Author: Per Östlund | | | Date: Wed Jan 23 14:48:06 2013 +0000 | | | | | | More work on new environment and lookup: | | | - Copied some parts of NFInstTypes (those that depended on NFSCodeEnv) to | | | NFInstTypesOld, for use by the shortcut. | | | - Copied the few functions from NFSCodeInst used by the shortcut into | | | NFSCodeAnalyseRedeclare, and removed NFSCodeInst. | | | - Added a couple of new packages, NFInst and NFMod, and changed | | | CevalScript.runFrontEndWork to use NFInst instead of NFSCodeInst. | | | - Disabled most of the scodeinst tests for now, will enable as I fix the new new | | | instantiation. | | | - Added some utility functions to List and SCode. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/FrontEnd/NFInst.mo | | | M Compiler/FrontEnd/NFInstSymbolTable.mo | | | M Compiler/FrontEnd/NFInstTypes.mo | | | A Compiler/FrontEnd/NFInstTypesOld.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | A Compiler/FrontEnd/NFMod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/FrontEnd/NFSCodeFlatten.mo | | | D Compiler/FrontEnd/NFSCodeInst.mo | | | M Compiler/FrontEnd/NFSCodeInstShortcut.mo | | | M Compiler/FrontEnd/NFSCodeLookup.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/List.mo | | | | | * commit fbfafe0ae64ce6ea96648acbd166de12cfd0c3ad | | | Author: Martin Sjölund | | | Date: Wed Jan 23 14:24:27 2013 +0000 | | | | | | - Update tracing of symbolic operations for usability/readability | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit f5c9d7517459457f6fe6b571060c7ca7fcadc94e | | | Author: Christian SChubert | | | Date: Wed Jan 23 10:49:17 2013 +0000 | | | | | | fmu: removed forcing of numerical initialization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 894e1bcb92f19c9f5cdeb48c22ff3c45d62da36e | | | Author: Lennart Ochel | | | Date: Wed Jan 23 10:31:34 2013 +0000 | | | | | | - move encapsulateWhenCodnitions to post opt. modules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1cc84c8893b5c6bb429f756a753ef5ad11469af9 | | | Author: Christian SChubert | | | Date: Wed Jan 23 10:10:52 2013 +0000 | | | | | | fmu: bugfix msvc target | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit c7e7981574c096bc514b835d7de8c995542c449d | | | Author: Jens Frenkel | | | Date: Wed Jan 23 10:10:34 2013 +0000 | | | | | | - remove special handling of $when, bassed on disscussion with Lennart encapsulateWhenConditions will be moved behind removeSimpleEquations in POST_OPT_MODULES | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit a81605a57b4cecebac8f97cad64c30bae289d938 | | | Author: Lennart Ochel | | | Date: Tue Jan 22 23:19:59 2013 +0000 | | | | | | - start using sample-lookup for codegen | | | - remove unused function SimCodeUtil.failUnlessResidual | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f4fef6355a65b9344ae884846d746dd33dfaf619 | | | Author: Jens Frenkel | | | Date: Tue Jan 22 23:16:32 2013 +0000 | | | | | | - BackendDAEOptimize.getConditionList1: report an error message | | | - minor changes to statesorting | | | - do not prever internal variables | | | - add only used prevariables from not discrete variables to initial system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 5253abac0a61abb57bfd24dad833e3934ecffb3a | | | Author: Lennart Ochel | | | Date: Tue Jan 22 22:36:46 2013 +0000 | | | | | | - continue removing helpVars | | | - fix $PRE.$whenConditionXY to pre($whenConditionXY) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 8e12eda6b28bdeb67638118551b7e2a67da047dc | | | Author: Lennart Ochel | | | Date: Tue Jan 22 22:11:23 2013 +0000 | | | | | | - continue removing helpVars (from when-conditions) | | | - try to group some functions | | | - remove unused functions from SimCodeUtil.mo | | | - generateHelpVarsInArrayCondition | | | - selectContinuousEquations | | | - getExpCref | | | - isPartOfMixedSystem | | | - getZcMixedSystem | | | - generateEquationOrder | | | - isNotBuiltinCall | | | - appendNonpresentPaths | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit f079c9b8df797a85b513b4bd15c93b7f4a7648a2 | | | Author: Per Östlund | | | Date: Tue Jan 22 21:08:48 2013 +0000 | | | | | | - Initial commit of new environment and lookup. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/FrontEnd/NFBuiltin.mo | | | A Compiler/FrontEnd/NFEnv.mo | | | A Compiler/FrontEnd/NFLookup.mo | | | | | * commit 897d61497c376835090aa6ea76780fd97e3c3eae | | | Author: Jens Frenkel | | | Date: Tue Jan 22 21:08:08 2013 +0000 | | | | | | - do not replace lhs of array assign statement | | | - move unreplace constant variables to known vars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit c4238882a89a982085a6d542e2b5b4b73e3223d2 | | | Author: Lennart Ochel | | | Date: Tue Jan 22 18:13:23 2013 +0000 | | | | | | - start to rewrite handling of sample-calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 0007cdbe9a044c7fb054467940daedcc1af5a94c | | | Author: Jens Frenkel | | | Date: Tue Jan 22 17:06:47 2013 +0000 | | | | | | - expand cref with range subscripts, this are intruduced when replace for iterators with the range expression. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit bf9906688b86ce26c9d7632e101d940f5f7459ae | | | Author: Jens Frenkel | | | Date: Tue Jan 22 17:05:31 2013 +0000 | | | | | | - export fmu generated with +target=msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 3b3c2df896b3befb162e37712af4a2ef1bb110b8 | | | Author: Christian SChubert | | | Date: Tue Jan 22 15:47:56 2013 +0000 | | | | | | fmu: initialization crashed because nlsMethod was set to NS_NONE. Now NS_HYBRID is used as default | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit eeaef334064c543fe1867d3c1332b3b3ea247ff7 | | | Author: Christian SChubert | | | Date: Tue Jan 22 15:34:09 2013 +0000 | | | | | | fmu: added missing include | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit b1b55919be23d6a4a4630f875e345194f15b6342 | | | Author: Jens Frenkel | | | Date: Tue Jan 22 15:19:50 2013 +0000 | | | | | | - bugfix traverseExpSubs, use changed list if references not equal | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 692818a695cff89f7343e1349ffbd7e49a21400e | | | Author: Martin Sjölund | | | Date: Tue Jan 22 14:03:59 2013 +0000 | | | | | | Update documentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit abd81e0c0803324baa320176870326862a7c76f4 | | | Author: Jens Frenkel | | | Date: Tue Jan 22 13:39:44 2013 +0000 | | | | | | - report if variable was not found for result compare | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 88ed7fec2c65524236639eb4a9d2d0080b889fb0 | | | Author: Lennart Ochel | | | Date: Tue Jan 22 13:39:21 2013 +0000 | | | | | | - remove some unused functions | | | - fix sample arguments for BackendQSS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit ed73736013b4bdd1c90f2a241f81bc69425c055f | | | Author: Jens Frenkel | | | Date: Tue Jan 22 13:10:45 2013 +0000 | | | | | | - bugfix state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 1097784d51178125715027229dd8befddddcb8e2 | | | Author: Martin Sjölund | | | Date: Tue Jan 22 10:27:14 2013 +0000 | | | | | | - Create target to build 3.2.1 version of ModelicaServices modelica3d | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Makefile.common | | | | | * commit dd96143d962308137ed54caf84f45a770da92890 | | | Author: Martin Sjölund | | | Date: Tue Jan 22 08:35:09 2013 +0000 | | | | | | - Make pre(matrix) have the correct type | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit ef0baad763306cd9266401056f5b9801f5b0fb0c | | | Author: Jens Frenkel | | | Date: Tue Jan 22 08:16:39 2013 +0000 | | | | | | - bugfix state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 8140622ad4141825c9f02562dfee271d667a050f | | | Author: Jim Nutaro | | | Date: Tue Jan 22 00:35:40 2013 +0000 | | | | | | Fixed name of PRE variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 72d9e536e6abae91d14f31851f50a79f04d1cf12 | | | Author: Jens Frenkel | | | Date: Mon Jan 21 23:12:57 2013 +0000 | | | | | | - bugfix for r14861 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 9c2232b4842a10e825c4e49403bee98b0a14667c | | | Author: Jens Frenkel | | | Date: Mon Jan 21 16:03:09 2013 +0000 | | | | | | - happens if you try to solve more than one issue in the same time, | | | - No Idea why it does not work, maybe Lennart knows why | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit de1f6a84603008fbaabf15b0887d2315e6bf066f | | | Author: Jens Frenkel | | | Date: Mon Jan 21 15:48:08 2013 +0000 | | | | | | - do not intruduce extra derivative variables while do index reduction | | | - add information about derivative name to STATE | | | - replace state alias variables | | | - improve singular system check, use absoulte incidence matrix for check and not the one with extra information for states | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/BackendDAEEXT.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/matching_cheap.c | | | M Compiler/runtime/matchmaker.h | | | | | * commit 72beca42163807fc0c75ca0602b3bf9c9f22a84c | | | Author: Niklas Worschech | | | Date: Mon Jan 21 12:39:11 2013 +0000 | | | | | | adapted util/numeric include paths | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/utils.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type_traits.hpp | | | | | * commit 650e9fbabfcb8a26392e7762bdfd05dbc835fe47 | | | Author: Vitalij Ruge | | | Date: Mon Jan 21 10:57:28 2013 +0000 | | | | | | - generate objective function in C for optimization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 64fb040a3a6ddf3f4d314d7f21fcc3ee9c68e55a | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Jan 21 09:36:00 2013 +0000 | | | | | | + Record constructors: get default values from the original record declaration. Not from an instance (possibly modified) of a record. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 45143ca280efca86f02979d4b68c81eea1618768 | | | Author: Jens Frenkel | | | Date: Mon Jan 21 09:06:08 2013 +0000 | | | | | | - add missing Types to statementOutputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 8edd0b123ad3f895fdeb12dd1340b893797335bb | | | Author: Jens Frenkel | | | Date: Mon Jan 21 08:52:17 2013 +0000 | | | | | | - add Types for all DAE.Statement to ppStmtStr | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 54c6d6854d5e182dbb9df6a636b9bc759790c42b | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Jan 20 15:56:54 2013 +0000 | | | | | | + reverting changes from r14841 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 22b76c91782d44e431691fd9cd78e61d0d0ef2d7 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Jan 20 14:56:38 2013 +0000 | | | | | | + Record constructors: get default values from the original record declaration. Not from a [modified] instance of the record. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit c467b5dbf09832369cdc3d8c717904c940017e61 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Jan 20 09:17:30 2013 +0000 | | | | | | - cleanup record construction. | | | - see what fails | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 4a1ad7dd760cffe1f1c5fed854b69089b0fba518 | | | Author: Lennart Ochel | | | Date: Sat Jan 19 13:41:07 2013 +0000 | | | | | | - fix bug in preOptModule encapsulateWhenConditions | | | - fix accidentally generated strong components | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 8391d741deab07f30991c38244621abeac5d7761 | | | Author: Lennart Ochel | | | Date: Sat Jan 19 13:04:19 2013 +0000 | | | | | | - fix bugs in preOptModule encapsulateWhenConditions | | | - consider removed equations | | | - fix handling of pre-statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 2c2db02a4aac2963fdd1c3485825db155f28489f | | | Author: Jens Frenkel | | | Date: Sat Jan 19 09:58:59 2013 +0000 | | | | | | - keep branche order for if equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 965cf4fad12d80228b119f2158c4489cd2112be2 | | | Author: Lennart Ochel | | | Date: Fri Jan 18 22:21:17 2013 +0000 | | | | | | - continue removing helpVars (now from when algorithm statements) | | | - fix when-algorithms for numeric initialization | | | - fix bug in preOptModule encapsulateWhenConditions for when/elsewhen algorithm statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 76435ebcdbfce883d16681befdf5dcf9102b7fd9 | | | Author: Niklas Worschech | | | Date: Fri Jan 18 15:35:56 2013 +0000 | | | | | | adapted cpp template on removed help vars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 26d4b007fa0427785f350b5882bfd265dd8228dd | | | Author: Jens Frenkel | | | Date: Fri Jan 18 15:21:35 2013 +0000 | | | | | | - fix for if equations with internal as algorithm handelt equations | | | - add Test IfEquation6 | | | - Change Error for initial changing pivoting to warning | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit c4aa195d9223b43c23bc27a2122b6d94e07f4475 | | | Author: Christian SChubert | | | Date: Fri Jan 18 14:24:58 2013 +0000 | | | | | | changed makefile for msvc target: Added missing libraries given through annotations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 3fd5cf624c77a8efcf05e4d36c9455bf16881326 | | | Author: Lennart Ochel | | | Date: Fri Jan 18 13:45:29 2013 +0000 | | | | | | - remove internal vars from result-file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 2381b611f83145c983022dda52554ebe59e2597e | | | Author: Martin Sjölund | | | Date: Fri Jan 18 12:48:41 2013 +0000 | | | | | | - Added ParallelPRV test to the testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 0228571ae9760c621b908d5dbd88ef6e5b3628ce | | | Author: Willi Braun | | | Date: Fri Jan 18 12:35:33 2013 +0000 | | | | | | #2021 | | | - removed second call of symbolic initialization. | | | - fixes #2021, but break two other tests, which | | | will be fixed, when help-vars for algorithm | | | are finally removed. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 6c9343ac2dcda837b2c1f458d0fc836444997db0 | | | Author: Jens Frenkel | | | Date: Fri Jan 18 10:34:42 2013 +0000 | | | | | | - fix parseCompilerSources | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit f2496676bf6a12e4d7b0b41d3a9274500ffb240c | | | Author: Martin Sjölund | | | Date: Fri Jan 18 09:34:42 2013 +0000 | | | | | | Load-balance algebraics | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 0f7fc29e6a30930045a2e7936b93ac0fd5986a0f | | | Author: Martin Sjölund | | | Date: Fri Jan 18 09:04:52 2013 +0000 | | | | | | Made algebraic continous functions possible to run in parallel | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 3b3f5ce99fe0f5921cc53dbda7a7d3b5d12cee4e | | | Author: Jens Frenkel | | | Date: Fri Jan 18 08:04:45 2013 +0000 | | | | | | - fix parseCompilerSources | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 4eb42a65953b748f432f1b10f6e56d44b2d2f5df | | | Author: Jens Frenkel | | | Date: Thu Jan 17 17:31:01 2013 +0000 | | | | | | - remove tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit d8bf3844dc9e24db3585275062fee4bdc58fd2b8 | | | Author: Willi Braun | | | Date: Thu Jan 17 16:59:59 2013 +0000 | | | | | | - bug fix for BackenDAEutil.analyzeJacobian | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit da969ffc56421cf13c8b01cc088136f95668cd39 | | | Author: Jens Frenkel | | | Date: Thu Jan 17 16:46:52 2013 +0000 | | | | | | - clean up in Tearing.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Tearing.mo | | | | | * commit 1e77d8bce1ee4c973192d27322bb40588dde9b03 | | | Author: Jens Frenkel | | | Date: Thu Jan 17 16:07:50 2013 +0000 | | | | | | - move tearing to Tearing.mo, add new tearing methods, not yet finished | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | A Compiler/BackEnd/Tearing.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 9e053581ccd48d8dfb458c57235e5f2021c5a6f3 | | | Author: Per Östlund | | | Date: Thu Jan 17 15:04:00 2013 +0000 | | | | | | Fix for issue #2024: | | | - Fixed cref expansion for qualified crefs with subscripts. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit 50df2999fa9065c3a4ee74bd5f4c1ffb35faad2b | | | Author: Martin Sjölund | | | Date: Thu Jan 17 13:54:59 2013 +0000 | | | | | | - Make sure empty partitioned independent systems do not count as systems (filter them out) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit ced7072d633126e7e34607ca05809280d32b259a | | | Author: Jens Frenkel | | | Date: Wed Jan 16 22:18:37 2013 +0000 | | | | | | - check systems with constant jacobian if jacobian has full rang (is singular) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Makefile.common | | | A Compiler/Util/HashTableCrIntToExp.mo | | | M Compiler/Util/List.mo | | | | | * commit 1936643dfa49cbdeb013dda170f2f2f76e4b0b3c | | | Author: Lennart Ochel | | | Date: Wed Jan 16 21:45:07 2013 +0000 | | | | | | - continue removing helpVars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 05b4ea0de06c76357a03f77a254c27f265cd86d6 | | | Author: Vitalij Ruge | | | Date: Wed Jan 16 18:41:57 2013 +0000 | | | | | | - forgote some outliers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 4a5bfe4b9eecf3bb53055a377ed569f2b92368a4 | | | Author: Vitalij Ruge | | | Date: Wed Jan 16 16:57:37 2013 +0000 | | | | | | - corrected and add math rules | | | - Code Style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 4babe34629295505cbd1cd2bed3873bb99abfdbe | | | Author: Martin Sjölund | | | Date: Wed Jan 16 14:03:33 2013 +0000 | | | | | | - Make gnuplot output more robust | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/modelinfo.c | | | | | * commit 813a6e53a86b9bb839e40f87ab522dfaa4f43f52 | | | Author: Jens Frenkel | | | Date: Wed Jan 16 13:02:22 2013 +0000 | | | | | | - workaround for pivoting, report no error message if the first pivoting fails because of singulare jacobian, the default selection is used in this cases | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 73ccb09c567ba344d264bef62495b1bcc20fcd83 | | | Author: Lennart Ochel | | | Date: Wed Jan 16 12:51:20 2013 +0000 | | | | | | - continue removing helpVars from backend | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 4868c735523344df9b496bda8efff5598172819e | | | Author: Martin Sjölund | | | Date: Wed Jan 16 12:12:05 2013 +0000 | | | | | | - Moved around some realtime timer indices (keep them together so we don't use the same index at the same place by accident) | | | - Made the simulate() command faster, by using any qualified classname as it is, without looking in the symboltable | | | - Enabled a few more tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 0dbb773306e6c85b2e007d5fb91965f0e85da738 | | | Author: Lennart Ochel | | | Date: Wed Jan 16 11:17:32 2013 +0000 | | | | | | - continue removing helpVars from c-runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 65df476d352ce9c9277cea68968db5436c007f4c | | | Author: Lennart Ochel | | | Date: Wed Jan 16 10:43:10 2013 +0000 | | | | | | - continue removing helpVars | | | - when-coditions are checked without using helpVars anymore (c runtime) | | | - testsuite/simulation/modelica/initialization/gaspropreties.mos fails, because updateDiscreteSystem is called before the symbolic initialization is done. This is related to some kind of annoying workaround and will hopefully removed soon. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit b284623f7a784b5ab209415f56fdbf5f9a66bdb2 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Jan 16 08:55:28 2013 +0000 | | | | | | + Set constants without bindings in records as input vars to the record constructor. | | | + See which tests fail. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit fa6c35f061290c105a64e97c55bf1b64cfe31268 | | | Author: Martin Sjölund | | | Date: Wed Jan 16 08:36:24 2013 +0000 | | | | | | - Rename keyword overload to $overload | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 4cd0a254eccc253ea27a064a434b9388e26c37f8 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Jan 16 04:34:38 2013 +0000 | | | | | | + revert changes from r14791. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 17af5abdde16ae482fb15ca44586b48bbc2fc292 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Jan 16 04:02:15 2013 +0000 | | | | | | + Just to see if anything fails | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 37a68b9aab84832f4f39f97b1ff683411ace4438 | | | Author: Martin Sjölund | | | Date: Tue Jan 15 21:04:31 2013 +0000 | | | | | | Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 94bea6f79226fc5cdbd48627051d6a52e265e02a | | | Author: Martin Sjölund | | | Date: Tue Jan 15 20:51:56 2013 +0000 | | | | | | - Merge all annotations into one for external definitions (so we never miss one, or use the wrong one) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 4c3f34d7ee49ddc450a01df82f74d41847bc5c07 | | | Author: Willi Braun | | | Date: Tue Jan 15 16:08:34 2013 +0000 | | | | | | - fixed some tests by run symbolic initialization as | | | a discrete step | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 736bf965c249069222185a89a90a9c798503d653 | | | Author: Lennart Ochel | | | Date: Tue Jan 15 11:59:05 2013 +0000 | | | | | | - add unique indices to sample calls | | | - this will help to replace the annoying helpVars - hopefully soon | | | - equal sample-calls are getting the same index | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | | | * commit d43df4ddab6bf405288a8b3f7d58f97dcfc5717b | | | Author: Martin Sjölund | | | Date: Tue Jan 15 10:19:30 2013 +0000 | | | | | | - Make the filename prefix of the simulate commands be the actual class if using reflections | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit 7baa05102c1904702cdea953fcd1537b2c37a8bd | | | Author: Martin Sjölund | | | Date: Tue Jan 15 09:34:50 2013 +0000 | | | | | | - Updated test-script and results (only use the error module, not printf) | | | - Made BranchingDynamicPipes a lot smaller (suppress the output) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit e8b019e11c26619a3c85ae726ecf1a44c9f81a2c | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Jan 15 08:47:24 2013 +0000 | | | | | | + Type functions before typing classes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeInst.mo | | | | | * commit 12f58e4d98c1e488e694f242dc1e8a9e6e8d24f7 | | | Author: Martin Sjölund | | | Date: Tue Jan 15 08:26:24 2013 +0000 | | | | | | - Adding the new model-testing script | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 3d4a8da7bed0913bca4d1f80e463507a590e2ead | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Jan 15 06:52:32 2013 +0000 | | | | | | + Instantiation and typing of record constructors. | | | + Small fix for call vectorization. | | | + Implemented List.extractOnTrue. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFInstTypes.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFSCodeInst.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/Util/List.mo | | | | | * commit 9b8b46378f8cb3a0284edede81bc1d4f75206509 | | | Author: Martin Sjölund | | | Date: Tue Jan 15 06:52:05 2013 +0000 | | | | | | - Changed translateModel to return a Boolean instead of text that is hard to parse | | | - Changed compareSimulationResults to return an array of strings instead of sometimes a string and sometimes a list of strings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 58601ef487ba912b2af5f45e176bbfd7aae47d77 | | | Author: Willi Braun | | | Date: Mon Jan 14 15:12:14 2013 +0000 | | | | | | - fixed stepSize bug in simulate builtin-call | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/StaticScript.mo | | | | | * commit acad1a82ffad6f829b65cfb8bf84c547613f99ce | | | Author: Lennart Ochel | | | Date: Mon Jan 14 12:35:05 2013 +0000 | | | | | | - upps | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 553f290f66960c741c8db7bae46c824c14bb4cf1 | | | Author: Lennart Ochel | | | Date: Mon Jan 14 12:31:36 2013 +0000 | | | | | | - new preOptModule: encapsulateWhenConditions | | | - this module encapsulates each when-condition in a boolean-variable | | | - debug-dump with: +d=dumpEncapsulateWhenConditions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/HashTable.mo | | | | | * commit a5488d9a80c61af4dcbb4650321f6621d0467e08 | | | Author: Lennart Ochel | | | Date: Mon Jan 14 10:57:50 2013 +0000 | | | | | | - fix delay within symbolic initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 268428d78cd9d2201350e233921cf20e419f79cf | | | Author: Bill Janssen | | | Date: Fri Jan 11 23:43:47 2013 +0000 | | | | | | fixed bad close tags; change fun:Statments to fun:Statements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit 1426ac9ad03c51f1378de192136d018582087320 | | | Author: Jens Frenkel | | | Date: Fri Jan 11 17:36:15 2013 +0000 | | | | | | - remove path from "Get Var " error message | | | - incidenceRowExp1 matchcontinue -> match | | | - add uode index reduction method, this is the underlying ODE without any constrained stapilization or projection techniques | | | - add print message to unneccesary case in traversingincidenceRowExpSolvableFinder | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 6c81ce444289428d0efa6f54615d789aaf538397 | | | Author: Jens Frenkel | | | Date: Fri Jan 11 16:11:39 2013 +0000 | | | | | | - add state derivative var to knvars of jacobian state set | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 974a106b485cd77fc81305650822cc12bd5d9893 | | | Author: Martin Sjölund | | | Date: Fri Jan 11 12:42:55 2013 +0000 | | | | | | Improve errors when BackendDAECreate fails | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 8181f1fc7e741f9541a8b06110e2a5e3ee03b83e | | | Author: Alachew Mengist | | | Date: Fri Jan 11 11:30:56 2013 +0000 | | | | | | - removing unnecessary string name alachew | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit c17e202a68b6e6786aac17b655794b413b2a01d8 | | | Author: Martin Sjölund | | | Date: Fri Jan 11 10:52:39 2013 +0000 | | | | | | Make -help work again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 84e495e855ea3470556d21b16fa0e286efdc8f87 | | | Author: Lennart Ochel | | | Date: Fri Jan 11 10:03:15 2013 +0000 | | | | | | - provide some more information if kinsol failes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 354f2703e1cefa2c40f5637a4919cec1a2dbcc6c | | | Author: Alachew Mengist | | | Date: Fri Jan 11 09:55:24 2013 +0000 | | | | | | -API to translate a Modelica model for XML export from GUI | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit 408935121b52901ae2be8ae250123744252dcb76 | | | Author: Jens Frenkel | | | Date: Fri Jan 11 09:25:13 2013 +0000 | | | | | | - bugfix inlinesolve and nonlinear system, init also the nonlinear systems for inline solver | | | - bugfix/workaround for nonlinear system and inline solver, set the nonlinear index also in odeequations | | | - try to get fmu with state selection working -> no success | | | - free stateselection data | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 49130652abb38c4e33f3726b915f7f886e51fdd8 | | | Author: Jens Frenkel | | | Date: Fri Jan 11 07:38:43 2013 +0000 | | | | | | - SIM_PROF_EQ_ is a false friend, we have to do more stuff to get the nonlinear index also daeeqnslist | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 565ee5ef6c5be0b3873daae853d94665182f03c7 | | | Author: Jens Frenkel | | | Date: Thu Jan 10 23:47:11 2013 +0000 | | | | | | - bugfix inline solver | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 034672330bdb20ab17d9d38535a2fae82d1031ac | | | Author: Jens Frenkel | | | Date: Thu Jan 10 23:34:01 2013 +0000 | | | | | | - bugfix nonlinear system | | | - expected results | | | - move pivoting before initialization, check after initilization if pivoting change and report error message | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | | | * commit 34eb99ca157aab8b17f5fb60da494e2fdffed680 | | | Author: Jens Frenkel | | | Date: Thu Jan 10 20:51:42 2013 +0000 | | | | | | - use Integer for Enumeration types in modeldiscription.xml instead of Real as type, this fixes the "Warning: Assuming fixed start value for .. " warnings | | | - switch of debug output in IndexReduction | | | - Update fmi/ModelExchange tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit df64af6259b63696ddf2bcda00d68c95ab23115c | | | Author: Martin Sjölund | | | Date: Thu Jan 10 19:31:33 2013 +0000 | | | | | | - Read csv-file using C API instead of C++ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | | | * commit adc44b09ea6fc00cfdb092ee9ab18382ae40e751 | | | Author: Jens Frenkel | | | Date: Thu Jan 10 16:13:47 2013 +0000 | | | | | | - bugfix for model fmi/ModelExchange, inital system was not solvable now it is | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 796c1feb43ea0bb58d261926452373f0dcc90e2c | | | Author: Martin Sjölund | | | Date: Thu Jan 10 15:23:39 2013 +0000 | | | | | | - Cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M SimulationRuntime/c/simulation/results/read_csv.h | | | | | * commit 9c785521156b494f879092c7a3ef4d2aa279613b | | | Author: Martin Sjölund | | | Date: Thu Jan 10 12:24:47 2013 +0000 | | | | | | - Bump MSL version | | | - Fix modelica:// for mo-files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 05084741b572620dd99774eb13cf6a802d7fe2a6 | | | Author: Martin Sjölund | | | Date: Thu Jan 10 08:57:44 2013 +0000 | | | | | | - Force evaluation of fixed=... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 12d6f2fef907d80d0f7ff7cb2e6db59c58bb17fa | | | Author: Adrian Pop | | | Date: Wed Jan 9 22:55:54 2013 +0000 | | | | | | - fix bug "Memory performance issue in 1.9.0 beta 2" reported by MathCore. | | | + use internal RML allocation for Print.getString and Print.getErrorString | | | + do not use strdup in Print_omc.cpp for Print.getString and Print.getErrorString | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Print_omc.cpp | | | M Compiler/runtime/Print_rml.c | | | | | * commit 73a3f4f681ef088cb388b7c18289b7c266548936 | | | Author: Lennart Ochel | | | Date: Wed Jan 9 16:35:51 2013 +0000 | | | | | | - fix #2011 (sample breaks c-code) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 24366f55d234b587f1012a478074e5e3b12de237 | | | Author: Leonardo Laguna | | | Date: Wed Jan 9 15:03:21 2013 +0000 | | | | | | - Changing the scope of functions used by MathCore modules. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 1bcaac79019db591187c1a70cebb223fc72cfb3b | | | Author: Martin Sjölund | | | Date: Wed Jan 9 12:59:32 2013 +0000 | | | | | | - Bump MSL version | | | - Fix MSL coverage test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit dfa25bb2aebf6ae2e444c258d936c309b44abeaa | | | Author: Martin Sjölund | | | Date: Wed Jan 9 12:33:49 2013 +0000 | | | | | | - Fix time column for the SimCode phase | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 2de71a548f274200a7bfe29748d17ceb13b3b606 | | | Author: Jens Frenkel | | | Date: Wed Jan 9 11:40:13 2013 +0000 | | | | | | - less output in case of unsolvable linear system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/matrix.h | | | | | * commit c807ab41d250274c2b4483c6845282c55635689a | | | Author: Jens Frenkel | | | Date: Wed Jan 9 10:42:10 2013 +0000 | | | | | | - workaround for initialsystem to handle dynamic pivot better | | | ToDo: reimplement initialization of simulation runtime for symbolic initial system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 10dc7c39ab56ea40826788d8ec5b2200dfdb6bb5 | | | Author: Jens Frenkel | | | Date: Wed Jan 9 09:50:28 2013 +0000 | | | | | | - add missing return statement | | | - use minimal norm in case of 0/0 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit 20e4e7a3f1bebb4eedf9f9694830bf7921b64455 | | | Author: Jens Frenkel | | | Date: Wed Jan 9 08:34:46 2013 +0000 | | | | | | - add error message for division by zero to initial equations | | | - use c comments | | | - better error message vor pivot.c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | | | * commit 9f58e5dee81e3a40d4eb3859d178ca491a370c2c | | | Author: Martin Sjölund | | | Date: Wed Jan 9 06:16:24 2013 +0000 | | | | | | - Bump MSL version Constrain Universal and Revolute now seem to fail | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit 6581f59b2a85339d43d37fd8d1da8d34d258da95 | | | Author: Jens Frenkel | | | Date: Tue Jan 8 22:02:56 2013 +0000 | | | | | | - bugfix dynamic state selection, start values for STATESET.A | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit d39091a991c5d23997523382bf2572b00b964bef | | | Author: Jens Frenkel | | | Date: Tue Jan 8 17:32:34 2013 +0000 | | | | | | - _event_div_integer: check if value2 is zero before call ldiv | | | - trunc for msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 2ba0b384bf87690feb78eb7b47f5c1e7c4b0ab1d | | | Author: Jens Frenkel | | | Date: Tue Jan 8 15:34:03 2013 +0000 | | | | | | - bugfix dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 366d77fe5e405a4bf44e6907ac1efe10fe1cccdc | | | Author: Martin Sjölund | | | Date: Tue Jan 8 14:27:54 2013 +0000 | | | | | | - Increase buildModel time limit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit c444a960fd7d9f373bbd806ac57f4a24c9a8addc | | | Author: Martin Sjölund | | | Date: Tue Jan 8 10:50:05 2013 +0000 | | | | | | #1957 | | | - Fixes for Elementar.Surfaces | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 968cbdb6895238ce02e071f8cfef6514eb2d8dca | | | Author: Martin Sjölund | | | Date: Tue Jan 8 08:05:05 2013 +0000 | | | | | | #1957 | | | - Handle Modelica.Mechanics.MultiBody.Visualizers.Colors.ColorMaps.jet | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 5bb1ebbdc69aaf1d532d22e4b2dd9fd0b243db7b | | | Author: Jens Frenkel | | | Date: Mon Jan 7 21:42:51 2013 +0000 | | | | | | - bugfix dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit f49a670ab5acf8a6fc65d943969acfbd5a6aa899 | | | Author: Jens Frenkel | | | Date: Mon Jan 7 21:17:44 2013 +0000 | | | | | | - bugfix dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 53967ecf881255b0cc09aa4793bd395656dd2070 | | | Author: Jens Frenkel | | | Date: Mon Jan 7 20:34:29 2013 +0000 | | | | | | - bugfix dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 64e1d4636d310ce91c563debe4db8b15179fe52f | | | Author: Jens Frenkel | | | Date: Mon Jan 7 16:41:22 2013 +0000 | | | | | | - switch to new state selection method, combines and improves the last two versions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 2366ab0de09793697967892a56adf94dd4e05cfc | | | Author: Jens Frenkel | | | Date: Mon Jan 7 15:59:43 2013 +0000 | | | | | | - report warning if solving of liniear system failed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/Matching.mo | | | M SimulationRuntime/c/math-support/matrix.h | | | | | * commit a870549169dcb9ade18fb60275d369e877184055 | | | Author: Adrian Pop | | | Date: Mon Jan 7 15:22:32 2013 +0000 | | | | | | - use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-RELEASE.txt | | | M README-OMDev-MINGW.txt | | | M SimulationRuntime/cpp/Source/README.txt | | | M SimulationRuntime/interactive/README.txt | | | | | * commit 3fbb6a7f61d2565f5c10acc5d6079a4f9b083931 | | | Author: Martin Sjölund | | | Date: Mon Jan 7 11:21:21 2013 +0000 | | | | | | - Bump MSL version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit f4b28f262c27509208d45c9ea5be88e2b79348a7 | | | Author: Jens Frenkel | | | Date: Mon Jan 7 07:41:36 2013 +0000 | | | | | | - fix bug from last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit fc96530ca0a701343f7265cf1b1b0c6374a640ed | | | Author: Jens Frenkel | | | Date: Mon Jan 7 00:51:21 2013 +0000 | | | | | | - improved state selection method, not yet aktivated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit fecb58bf22e81cae2145f94a49250712b9b5ae6d | | | Author: Jens Frenkel | | | Date: Sun Jan 6 19:14:37 2013 +0000 | | | | | | - check if protected variables have record or array type, thous are not supported by VarTransform | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit dc09a612ec78ca6816b83441cde62580a21d0ca8 | | | Author: Jens Frenkel | | | Date: Sat Jan 5 19:40:47 2013 +0000 | | | | | | - switch of case for a^b = f(..) -> a = (if pre(a)==0 then 1 else sign(pre(a)))*(f(...)^(1/b)), because not all have variables get memory for pre in code generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 10f5f2517e33fdcb4b8cc75f3fd39c06ec96f093 | | | Author: Jens Frenkel | | | Date: Sat Jan 5 15:04:57 2013 +0000 | | | | | | - remove unused parameters from BackendDAETransform.tarjanAlgorithm | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 5003b976fff444e970719ed0912988099605d14e | | | Author: Jens Frenkel | | | Date: Fri Jan 4 23:25:20 2013 +0000 | | | | | | - add information to store how often a state are differentiated | | | - bugfix BackendVariable.hasContinousVar | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit b011ca9e7de84aac676a3d28d00c8c9b1f744743 | | | Author: Jens Frenkel | | | Date: Fri Jan 4 21:23:41 2013 +0000 | | | | | | - work not as expected, switch back to old one | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 0601faa781ec3e6156d82cb2ae93f76a10f7c71a | | | Author: Jens Frenkel | | | Date: Fri Jan 4 18:21:47 2013 +0000 | | | | | | - remove debug print | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 6f010a188f3dede0799b9098373f0e8fc659124c | | | Author: Jens Frenkel | | | Date: Fri Jan 4 17:43:10 2013 +0000 | | | | | | - improve indicenceMatrix::SOLVABLE, if a function is inlineable check the inlined function | | | - improve index reduction, differentiat less equations by checking the differentiated equation for needed derivatives | | | - improve tarjans algorithm to handle also underconstrained system with full matching for equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit a76bdc8bcebf617b68fc8ed3a8e76840e766fb4d | | | Author: Martin Sjölund | | | Date: Fri Jan 4 11:12:48 2013 +0000 | | | | | | - Bump MSL version | | | - Handle "import .A.B.C;" => "import A.B.C;" in Absyn->SCode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit b1b36cfdd33cd8acfe9287473b197230f7f33828 | | | Author: Martin Sjölund | | | Date: Fri Jan 4 10:01:55 2013 +0000 | | | | | | - Increase simulation time limit to account for EngineV6 taking roughly 1 minute to simulate | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit bf017ba133f1311b31cefd5e6e7835610d5fb80e | | | Author: Jens Frenkel | | | Date: Thu Jan 3 23:56:56 2013 +0000 | | | | | | - bugfix for generate dynamic state selection jacobians | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 0f47e0fbc2f42fdcbf82b414cf8f770a11ce6d1f | | | Author: Jens Frenkel | | | Date: Thu Jan 3 22:56:55 2013 +0000 | | | | | | if absdouble(time-reftime) > reltol*reftime then report an warning | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit f85d43ba00654e301ce9cd3bc99403c20b138add | | | Author: Jens Frenkel | | | Date: Thu Jan 3 22:30:37 2013 +0000 | | | | | | - bugfix analys strong components, use the same function to check if discrete var is in the block also for splitMixedEquations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit a3fa638fcda8ea97fa17929d5fea686397e05e07 | | | Author: Martin Sjölund | | | Date: Thu Jan 3 21:34:35 2013 +0000 | | | | | | - Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit efa6fae1cda90075197e709fe0c75dbb3f58e81b | | | Author: Martin Sjölund | | | Date: Thu Jan 3 21:24:35 2013 +0000 | | | | | | - Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 4a8cd21c4bdff32a8e2af843ff5e8fff6c231cce | | | Author: Jens Frenkel | | | Date: Thu Jan 3 21:10:39 2013 +0000 | | | | | | - bugfxi for avoid strange rml bug | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 2a95c5bd460fa7b05fbd9d30302278880fd2cb20 | | | Author: Jens Frenkel | | | Date: Thu Jan 3 20:48:44 2013 +0000 | | | | | | - add Config Flag MAXTRAVERSALS, used to set the maximum number of traversals when looking for simple equations in the acausal System | | | - delete Flag DYNAMIC_PIVOT | | | - fix tabs | | | - fix compilation (Initialization.mo) | | | - expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit d9a5dc6c8c27feac1b87c3e886e70a36c8b5b601 | | | Author: Martin Sjölund | | | Date: Thu Jan 3 20:44:49 2013 +0000 | | | | | | - Fix uriToFilename API | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 5f09b717e52283375a84023b6b319d25c67f1314 | | | Author: Jens Frenkel | | | Date: Thu Jan 3 16:49:30 2013 +0000 | | | | | | - avoid strange rml bug | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit e752d49a9d3d14b85778a3807dbfb2ef4ffe8610 | | | Author: Lennart Ochel | | | Date: Thu Jan 3 15:31:09 2013 +0000 | | | | | | #2008 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit af4b1355582a8eb94461f89c2cc3b82c90b804d3 | | | Author: Lennart Ochel | | | Date: Thu Jan 3 15:12:27 2013 +0000 | | | | | | - upps (fix for multiple definitions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 8453f3295bd87bc23052925c7c6912529665b04b | | | Author: Jens Frenkel | | | Date: Thu Jan 3 14:48:32 2013 +0000 | | | | | | - search simple replacements up to MAXTRAVERSALS | | | - add coments, move all public parts upwarts and protected downwarts | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 5955e87487595331bd7bf7176176db8b38b565a2 | | | Author: Martin Sjölund | | | Date: Thu Jan 3 13:31:08 2013 +0000 | | | | | | - Fix testsuite and new format of failure to open reference files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResults_omc.cpp | | | M Compiler/runtime/SimulationResults_rml.c | | | | | * commit 9628cc124e2c27433260d1ffa826660b01794df2 | | | Author: Vitalij Ruge | | | Date: Thu Jan 3 13:31:02 2013 +0000 | | | | | | - Manipulation of the Runge Kutta equations for split StrongComponents | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit f20ce379de10d29e60edd35fa8e2e3b83fb69e70 | | | Author: Jens Frenkel | | | Date: Thu Jan 3 12:53:34 2013 +0000 | | | | | | - improve dynamic state selection, use both strategies, if the first fails try the second | | | - get rid of the wanrings when build bootstrapped compiler | | | - add some comments | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit f3e8ee3d5ceab2c6deb96ef8bbeaceb48b49d6ba | | | Author: Martin Sjölund | | | Date: Thu Jan 3 12:27:12 2013 +0000 | | | | | | - Read matlab file with only 1 column for parameters (start and stop value are always the same; more compact format) | | | - Simulation results now look for the "time" or "Time" variable before it does lookup on it (avoids error-messages added if "Time" was used) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M SimulationRuntime/c/ar.sh | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit 763925fa4c5d4e880b4d62aea560d6b031e0fe0f | | | Author: Jens Frenkel | | | Date: Thu Jan 3 12:12:24 2013 +0000 | | | | | | - report warning if simulationtime of result file is different to simulation time of model | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 58c283f109cfdd14e861d8114f934b5925d1543d | | | Author: Martin Sjölund | | | Date: Thu Jan 3 11:30:12 2013 +0000 | | | | | | - Improve result-file messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit b889e053e729cb2f906692ae0e99e85c6fb64617 | | | Author: Martin Sjölund | | | Date: Thu Jan 3 07:16:26 2013 +0000 | | | | | | - Fix builds using mico (hopefully) | | | - Updated installation instructions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl.cpp | | | M README.Linux.txt | | | M configure.in | | | | | * commit 3e7dbe7aaf11e3e2d640eb851fe4f1e8b165f28b | | | Author: Martin Sjölund | | | Date: Thu Jan 3 07:05:28 2013 +0000 | | | | | | - Some fixes for min/max defines and namespaces on older systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | | | * commit a115e7e4272bea608e0f3080142e8f8766dc733a | | | Author: Jens Frenkel | | | Date: Wed Jan 2 15:25:16 2013 +0000 | | | | | | - bugfix for delay | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit a0b372f4910262649eaf4396c48286028f74a441 | | | Author: Lennart Ochel | | | Date: Wed Jan 2 14:19:57 2013 +0000 | | | | | | Compiler/BackEnd/Initialization.mo | | | - coding-style | | | Compiler/Template/CodegenC.tpl | | | - generate inlineVars again | | | Compiler/BackEnd/SimCodeUtil.mo | | | - minor changes to error messages | | | - add case for SOLVED_EQUATION | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ccdf0702a6a53ef7e4bfb28c205cdc76ae1c2489 | | | Author: Jens Frenkel | | | Date: Wed Jan 2 13:30:20 2013 +0000 | | | | | | - partition the state selection system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit a74af1bdaa4a4f1911bbbe790135554df52dd318 | | | Author: Jens Frenkel | | | Date: Wed Jan 2 13:05:20 2013 +0000 | | | | | | - equations with "delay" are not time indepentent | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit ef2b81dc30feaf8f8ddde76960c5e3dd86efdc70 | | | Author: Jens Frenkel | | | Date: Wed Jan 2 12:33:27 2013 +0000 | | | | | | - collect also pre(var) of continues vars used in whens | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit d6da2dbe5d50986708255660bc238b0c3a53b07a | | | Author: Jens Frenkel | | | Date: Wed Jan 2 12:01:26 2013 +0000 | | | | | | - DELAY_BREAK_LOOP -> config flag, true by default - > update Tests | | | - ExpressionSolve: add case for cr = start(cr), Integer(cr) = ... | | | - if guid is not present in xml file report warning and simulate, this makes debugging easier | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 69c0fb5f63075748408b522f51cdb9459ab49680 | | | Author: Martin Sjölund | | | Date: Wed Jan 2 11:22:39 2013 +0000 | | | | | | - Removed $Id$ from generated code (this should reduce number of times svn diff says you changed generated files) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/TplCodegen.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/susan_codegen/TplCodegen.mo | | | M Compiler/susan_codegen/TplCodegen.tpl | | | | | * commit 47dc5c2f15e9de407f5eb3b4fa112465d9354d07 | | | Author: Jens Frenkel | | | Date: Tue Jan 1 21:36:17 2013 +0000 | | | | | | - bugfix dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 312252b481472d8e9e15b22c568bf6980f393eb3 | | | Author: Jens Frenkel | | | Date: Tue Jan 1 20:32:53 2013 +0000 | | | | | | - bugfix bootstrapping | | | - do not select discrete variables as tearing variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit df21287ff4155d222f3d019430f71d6db7f4e909 | | | Author: Jens Frenkel | | | Date: Tue Jan 1 19:27:50 2013 +0000 | | | | | | - bugfix memset jacobian for stateselection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | | | * commit dbb69e83e3c941679f675700673c1fbc209f1c54 | | | Author: Martin Sjölund | | | Date: Tue Jan 1 16:29:41 2013 +0000 | | | | | | - Fix logic for opencl runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 478cf0b0d013447f4bbc756cbffa63766e247cb1 | | | Author: Jens Frenkel | | | Date: Tue Jan 1 12:31:07 2013 +0000 | | | | | | - bugfix for selection of initial vars from statesets | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 3cf79754111d2d5ceb4e159fc9387cc9d5a412f5 | | | Author: Martin Sjölund | | | Date: Tue Jan 1 10:47:09 2013 +0000 | | | | | | - Disable OpenCL if not found | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 20e29af570f3a1a1774dc2d59cfdabc31ecb5f0b | | | Author: Jens Frenkel | | | Date: Mon Dec 31 15:44:38 2012 +0000 | | | | | | - keep differentiated equations as they are and replace state order der(x)=v, replace der(x) with v, only for state selection equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7632aa0700730d1ad017a5429a6faa2bfcd2d8fd | | | Author: Jens Frenkel | | | Date: Mon Dec 31 12:22:14 2012 +0000 | | | | | | - do not replace crefs from initial equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 631a3b9338d9087a30c90ffe1be578bbe1d0f49a | | | Author: Martin Sjölund | | | Date: Mon Dec 31 07:57:02 2012 +0000 | | | | | | - Reverting r14595 (r10048 is more important; Windows XP does not report exit status if /B is used) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/Compile.bat | | | | | * commit d1efe072278ae70877126213cb5a0572dba1439c | | | Author: Martin Sjölund | | | Date: Mon Dec 31 07:35:49 2012 +0000 | | | | | | - Fix to build using the apple built-in OpenCL headers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | | | * commit d09bbfbe9ced9008cb809b8c8cdb84ab5935a10e | | | Author: Jens Frenkel | | | Date: Mon Dec 31 02:13:35 2012 +0000 | | | | | | - do not replace unfixed parameter | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 257709841377b4700afc93b6cf08327cf1a13556 | | | Author: Jens Frenkel | | | Date: Mon Dec 31 01:00:54 2012 +0000 | | | | | | - fix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 05ff008a7595ca52a144d46fa9b368b96ed99bf4 | | | Author: Jens Frenkel | | | Date: Mon Dec 31 00:57:18 2012 +0000 | | | | | | - add missing lapack lib for msvc Target | | | - CodeGenC.expTypeFromExpFlag(flag=2): use modelica_string_t instead of modelica_string makes msvc happy | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2d6d9f071455a1e6404e52845d523d9a18dbeaeb | | | Author: Jens Frenkel | | | Date: Mon Dec 31 00:55:23 2012 +0000 | | | | | | - initialization: bugfix inline inaktive whenstatment | | | - SimCode: hack for if-equation to if-exp when variable to solve for is not present in all branches | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 7da6cfa0c792d879c9a30bc8530023981d6b9972 | | | Author: Christian SChubert | | | Date: Sun Dec 30 23:28:10 2012 +0000 | | | | | | Compile.bat: exit /b exits only from batch file and does not close the cmd.exe when run on its own | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/Compile.bat | | | | | * commit 35da308c03b7fac3dd28800caf8fa1b1edb65db9 | | | Author: Jens Frenkel | | | Date: Sun Dec 30 22:12:50 2012 +0000 | | | | | | - ignore inputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 3c1c685f8943c39371b276c10051adaca6cac39a | | | Author: Jens Frenkel | | | Date: Sun Dec 30 21:54:14 2012 +0000 | | | | | | - Initialization: bugfix for inline when statements, report warning without flag for overdetermined systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit acf1e4712e41e9d6c3109adc3c235a666aed9572 | | | Author: Jens Frenkel | | | Date: Sun Dec 30 21:27:44 2012 +0000 | | | | | | - bugfix solve y = x^2 -> (if pre(a)==0 then 1 else sign(pre(a)))*(f(...)^(1/b)) | | | - report warning if reference file time not equal simulation time | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 4baac9b043d2a4c32bcaf331b4bc3ace7e43643f | | | Author: Jens Frenkel | | | Date: Sun Dec 30 19:26:28 2012 +0000 | | | | | | - fix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit ef1166b7e92af62ad89a8c20041caf5483697861 | | | Author: Jens Frenkel | | | Date: Sun Dec 30 18:23:08 2012 +0000 | | | | | | - switch of debug outputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit ce4a65ab570f8043831229ae56ab0994f16a13ac | | | Author: Jens Frenkel | | | Date: Sun Dec 30 18:20:27 2012 +0000 | | | | | | - fix for last commit, move fixed pre to known variables to avoid equal equations var = pre(var), do not replace variables with pre | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit c1f28247febae6494a3fdb8e4071f5822d179dc5 | | | Author: Jens Frenkel | | | Date: Sun Dec 30 17:39:30 2012 +0000 | | | | | | - List.mo: intersectionIntN, setDifferenceIntN and unionIntN: use less memory, tail recursive, check inN | | | - incidenceMatrix(SOLVABLE): consider only variables in if expessions uccure in then and else branche | | | - Initialization: do not fix an underconstraint system to an overconstraint system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/List.mo | | | | | * commit 69f42eefea04cc412912405fc3191b467d150651 | | | Author: Jens Frenkel | | | Date: Sun Dec 30 16:43:20 2012 +0000 | | | | | | - initialisation: generate for each variable of inaktive when statement branch an equation var = pre(var) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 97395b4ea63c121d88549b9a0de01fd4be0def55 | | | Author: Alachew Mengist | | | Date: Sun Dec 30 16:21:20 2012 +0000 | | | | | | - New API for DrModelica | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit fc2503388c78a0146af522fd8f15772a41cc06e6 | | | Author: Jens Frenkel | | | Date: Sun Dec 30 12:56:33 2012 +0000 | | | | | | - check whens and do not replace variabes set in when (equation and algorithm) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 9a86c42cd8b8c85267187ffa06aed8da8bfb3a12 | | | Author: Jens Frenkel | | | Date: Sun Dec 30 00:40:52 2012 +0000 | | | | | | - change handling of inaktive when equations for variables with unused pre(var) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 937453c059ecd350769cd35c681f5d59aefca4cf | | | Author: Jens Frenkel | | | Date: Sat Dec 29 22:34:44 2012 +0000 | | | | | | - replace initial() with true and sample(..) with false in initial system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 78e1b8c4535b810579daaa3340c2d82cf499c660 | | | Author: Jens Frenkel | | | Date: Sat Dec 29 22:07:03 2012 +0000 | | | | | | - consider type of cref when generate equation from aktive when equation | | | - do not add variables with constant bindexpression to initial system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 77dc3651d6d360f86a7bbb0eee6e1de534b220b5 | | | Author: Jens Frenkel | | | Date: Sat Dec 29 20:59:54 2012 +0000 | | | | | | - bugfix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 0bff240dc087c1562556ecbfdbb94c40a0cbcc2b | | | Author: Jens Frenkel | | | Date: Sat Dec 29 20:38:40 2012 +0000 | | | | | | - bugfix emtpy Replacements, check also derConst replacements | | | - add for time independent states candidates derConst replacement | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit cacb180861ef23abf574810e4528e8a16c6f305d | | | Author: Jens Frenkel | | | Date: Sat Dec 29 19:50:04 2012 +0000 | | | | | | - do not add toplevel inputs to the initial system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 4b6c9f4ef9e317a154256cdb3ea8f90e95eb8ee2 | | | Author: Jens Frenkel | | | Date: Sat Dec 29 13:42:55 2012 +0000 | | | | | | - switch to symbolic initialization | | | - Bugfix dynamic state selection code generation, allocate enough memory | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit 913366c671a92547a8691c32c05afe4cf4fc2080 | | | Author: Jens Frenkel | | | Date: Sat Dec 29 02:17:03 2012 +0000 | | | | | | - bugfix for dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 0c503bf49133e8d180ad8a67eaebdcc5c53e2f8a | | | Author: Jens Frenkel | | | Date: Sat Dec 29 00:45:02 2012 +0000 | | | | | | - add for each used pre(var) of an alias var an variable for code generation | | | - bugfix for jacobian for dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 2914311161110b22e2e8cddb2ce704b8b49b37e0 | | | Author: Jens Frenkel | | | Date: Sat Dec 29 00:00:40 2012 +0000 | | | | | | - use List.isNotEmpty for BackendVariable.existsVar | | | - do not replace state set candidates | | | - replace algorithm for selection of variables to set fixed=true in case of under determined initialsyst | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 57c94109aee46b13886c3eaa1fe3904b10950989 | | | Author: Jens Frenkel | | | Date: Fri Dec 28 16:54:37 2012 +0000 | | | | | | - fix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 2aa99bfef0fab29bf447935bb2ec52c9c8e3e197 | | | Author: Jens Frenkel | | | Date: Fri Dec 28 15:21:07 2012 +0000 | | | | | | - do not evalute the discrete system before symbolic initialization is done | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 1008d4d356b73795b0a04c0f9445a896b872538f | | | Author: Jens Frenkel | | | Date: Fri Dec 28 14:54:25 2012 +0000 | | | | | | - bugfix initialization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 2eff5156e1c217d1ef1f2e319ccb441749b2b877 | | | Author: Jens Frenkel | | | Date: Fri Dec 28 14:05:43 2012 +0000 | | | | | | - Initialization: collect discrete States, check when inline when if pre(var) is used in the time equations and var and pre(var) are used in the initial equations, if not set var fixed and report warning | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit d248ee75e24b42a843b8b083222fc76c4fc90567 | | | Author: Martin Sjölund | | | Date: Thu Dec 27 23:10:29 2012 +0000 | | | | | | #2000 | | | - Make linspace simplify better | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 49e0f970fe3b6e97e5a1e188fab9b2d51845798d | | | Author: Jens Frenkel | | | Date: Thu Dec 27 15:06:35 2012 +0000 | | | | | | - remove again inline solver vars from code generation because it generates duplicated names for Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint +dynamicPivot (this is the new index reduction and will be aktivated as default soon) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 857e2dc1d33f990a66c108fd8ead60f7572809eb | | | Author: Jens Frenkel | | | Date: Thu Dec 27 12:30:38 2012 +0000 | | | | | | - BackendDump: use capital letters for constants | | | - RemoveSimpleEquations: do not replace discrete variables and do not merge fixed and start for discrete variables, fixes issues with symbolic initialization, (Modelica.Blocks.Exmaples.Interaktion1) | | | - Initialization: bugfix for inaktive when transformation to equations if only one assignment | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit b3c3c1924e51f01dc0bf85a8f75a1420bb09b124 | | | Author: Adeel Asghar | | | Date: Thu Dec 27 01:16:06 2012 +0000 | | | | | | - Allocate and free the proper fmi version structures. | | | - some test cases. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | | | * commit 9f327c4295a1514b1de84503f38247dbf10d51fa | | | Author: Jens Frenkel | | | Date: Tue Dec 25 23:21:29 2012 +0000 | | | | | | - do not call optimizeInitialSystem if +d=solveinitialsystem is used | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit fa316f92793cb8a8c591c8a2fab894185a6e782d | | | Author: Adrian Pop | | | Date: Tue Dec 25 22:40:02 2012 +0000 | | | | | | - duh! RCONST instead of ICONST. holiday brain damage :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit c9a5da15eabd01040403f7b916eddac909a6ef71 | | | Author: Adrian Pop | | | Date: Tue Dec 25 22:34:16 2012 +0000 | | | | | | - fix bug #1993 | | | handle negative start times. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit e31c5c40647b8a0d7cfdb1aadaf7162e6da70e6b | | | Author: Lennart Ochel | | | Date: Mon Dec 24 13:19:13 2012 +0000 | | | | | | - generate variables for inline solver again (was removed in r14511) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 35f5380a087f849bff14d6563e9b2a552338f956 | | | Author: Jens Frenkel | | | Date: Mon Dec 24 10:34:15 2012 +0000 | | | | | | - try to solve single assigment statements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 0afa2d8a90b557303d3b9ded55c2f5b1a18ae734 | | | Author: Jens Frenkel | | | Date: Mon Dec 24 01:01:36 2012 +0000 | | | | | | - ignore state set variables for initial variables | | | - add state set statecandidates to initial variables | | | - convert single inaktive when algorithm sections to equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit ef1922bd1c567c8e82429cf73e2285bb80cb97de | | | Author: Jens Frenkel | | | Date: Sun Dec 23 22:02:25 2012 +0000 | | | | | | - partitionIndependentBlocks: dump no error message if throwNoError is true | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 52beda77ec72b1be7e65831745a57b1d1d189c10 | | | Author: Adrian Pop | | | Date: Sun Dec 23 18:51:27 2012 +0000 | | | | | | - remove one extra run of buildModel done for no apparent reason (probably just a copy paste error). | | | - add flags: | | | setMatchingAlgorithm("PFPlusExt"); setIndexReductionMethod("dynamicStateSelection"); | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit b4091f63b5b18855c3df38a8f69f9e4da8106121 | | | Author: Jens Frenkel | | | Date: Sun Dec 23 10:00:02 2012 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Debug.mo | | | | | * commit 7d5e346e86844d67f35e94f38972b8b619ac8bf0 | | | Author: Jens Frenkel | | | Date: Sun Dec 23 09:51:22 2012 +0000 | | | | | | - splitt the initial system in independend subsystems to see easier what the problem is | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Debug.mo | | | | | * commit 42000e562ac5031e980b00f5b57e703657e9fce3 | | | Author: Jens Frenkel | | | Date: Sun Dec 23 09:04:22 2012 +0000 | | | | | | - bugfix SimCodeUtil, do not ignore the previus generated tempvariables in createInlineSolverEqns and createInitialResiduals | | | - add case for enumerations in addTempVars | | | - add needed prevars from alias vars to simcode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e40736dc329c3427c730da34daaa0f3ec1262a3c | | | Author: Adrian Pop | | | Date: Sun Dec 23 04:30:13 2012 +0000 | | | | | | - do not print = twice in modifiers. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 3e011e88a95af4ae18876b4fdfde56f6e3b71776 | | | Author: Adrian Pop | | | Date: Sun Dec 23 02:49:44 2012 +0000 | | | | | | - playing with modifiers to fix: Modelica.Electrical.Digital.Examples.DFFREGL and others. | | | - do not apply redeclares in operators | | | - make the error about modification or redeclaration of protected elements a warning | | | plenty of models in MSL that have these! | | | - display the dimensionality in the connect mismatch. | | | - some models will fail, I'll deal with them next. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit cda1a875b299383d567dcb88fcb686ee2827e409 | | | Author: Jens Frenkel | | | Date: Sat Dec 22 16:46:14 2012 +0000 | | | | | | - fix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 66de325fb31c376183ae5ccc0464a2b8a1e17063 | | | Author: Jens Frenkel | | | Date: Sat Dec 22 15:46:44 2012 +0000 | | | | | | - do pre replacements also in event info | | | - check also alias vars for discrete pre variables for the system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 033352e761298c0df951667bc5d2761e796fdda8 | | | Author: Jim Nutaro | | | Date: Sat Dec 22 14:34:31 2012 +0000 | | | | | | Simplified event handling in the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 592ed1084844b90b4f34320092f35a94b9c27903 | | | Author: Jens Frenkel | | | Date: Sat Dec 22 14:13:12 2012 +0000 | | | | | | - help the symbolic initialization by calling simplifyTimeIndepFuncCalls after the initial system is generated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit acd9d41bd7399ed3f776c274d9b1736df57ecc89 | | | Author: Jens Frenkel | | | Date: Sat Dec 22 13:19:11 2012 +0000 | | | | | | - Derive: add case for MUL_SCALAR_PRODUCT | | | - check Flag for actuall index reduction version | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 224811520843ea49a86ac4d1952c82b0ea65bd16 | | | Author: Jens Frenkel | | | Date: Sat Dec 22 12:32:45 2012 +0000 | | | | | | - Dynamic State Selection, add missing equations to the system if number of equations is equal to number of variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 18e62980f31013e076e057a9e10c67810a3c4fac | | | Author: Jens Frenkel | | | Date: Sat Dec 22 01:45:07 2012 +0000 | | | | | | - and switch back to old one | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 995f622a51e3691f8a90cf452be7a5b9327aa7da | | | Author: Jens Frenkel | | | Date: Sat Dec 22 01:44:00 2012 +0000 | | | | | | - try new state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 0090f58602b3e25efb8845ebd49ce0cc2998d165 | | | Author: Jens Frenkel | | | Date: Sat Dec 22 01:39:16 2012 +0000 | | | | | | - bugfix dynamic state selection, start value for A Matrix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit d848adb69a5de72fc362bcd998cf79c0dbfaf73d | | | Author: Jens Frenkel | | | Date: Sat Dec 22 01:12:42 2012 +0000 | | | | | | - fix tests | | | - bugfix dynamic state selection, planar pendulum works now | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 203d1952fb4e71aa1361dc69adbba2c0751501b1 | | | Author: Jens Frenkel | | | Date: Fri Dec 21 21:47:44 2012 +0000 | | | | | | - add missing forward declaration for generated code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/openmodelica_func.h | | | | | * commit 7f247409a319d3cf7c17ee4503b25865096d30d9 | | | Author: Jens Frenkel | | | Date: Fri Dec 21 21:41:17 2012 +0000 | | | | | | - do not use the same names for inline vars, fix previous commit from bielefeld people | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 200cf485991781838f25c36570708f805196792e | | | Author: Adrian Pop | | | Date: Fri Dec 21 19:28:30 2012 +0000 | | | | | | - fix UTF-8 encodings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/stateset.c | | | M SimulationRuntime/c/simulation/solver/stateset.h | | | | | * commit 6e1f803ce0ccea6b4b0c88f8573a360862a128af | | | Author: Jens Frenkel | | | Date: Fri Dec 21 18:36:57 2012 +0000 | | | | | | add missing files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/c/simulation/solver/stateset.c | | | A SimulationRuntime/c/simulation/solver/stateset.h | | | | | * commit 182dbae48949687cc83f5cdbc586bfd1c5586207 | | | Author: Jens Frenkel | | | Date: Fri Dec 21 17:25:30 2012 +0000 | | | | | | - continue dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 4b50aa8f97d301f33233a0f67f5a6e2b2802ef6d | | | Author: Adrian Pop | | | Date: Fri Dec 21 14:37:29 2012 +0000 | | | | | | - fix bootstrapping | | | - dt is given as input so is not needed inside the function. | | | also, you cannot assign to inputs! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit 8084d461eea20948b224091e5df0e272fe03e8b1 | | | Author: Vitalij Ruge | | | Date: Fri Dec 21 13:56:23 2012 +0000 | | | | | | - collect inlineVars for code generation | | | - symbolic to numeric coefficients for Lobatto IIIA | | | - Lobatto IIIA equations must be better now | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit d08107fa4a1de78f1cae937b9ccfd88ad8b942ec | | | Author: Lennart Ochel | | | Date: Fri Dec 21 12:02:30 2012 +0000 | | | | | | - again some inline solver stuff | | | - propagate variables to code generation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit a75a680b3b4dc3bf48ee31c96290ce523cf8bf25 | | | Author: Jens Frenkel | | | Date: Fri Dec 21 10:57:01 2012 +0000 | | | | | | - fix some bugs in sparse jacobian calculation to support NxM | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Graph.mo | | | | | * commit e171af4c8c52397ba1bd453831c479973a8c7e27 | | | Author: Adrian Pop | | | Date: Fri Dec 21 10:21:25 2012 +0000 | | | | | | - do not split out the modifiers from redeclares in case of functions and records. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit dab021a1f5dd50d0c84014dfc9d39d666060d2c9 | | | Author: Lennart Ochel | | | Date: Fri Dec 21 09:46:30 2012 +0000 | | | | | | - keep original states in the inline-solver-system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit d073f5d0a9d03f9565e6357963a8bbc94c5f0981 | | | Author: Lennart Ochel | | | Date: Fri Dec 21 09:30:35 2012 +0000 | | | | | | - small changes for indentations and comments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit b8961616b9db01beab8b791193ae53576beffe76 | | | Author: Jens Frenkel | | | Date: Thu Dec 20 22:16:34 2012 +0000 | | | | | | - continue dynamic state selection, try to get symbolic jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit c3cb7d005c9f0dc6d9c6306e02e7cfa215eade71 | | | Author: Willi Braun | | | Date: Thu Dec 20 20:47:05 2012 +0000 | | | | | | #1992 | | | - fixed alias treatmeant outputFormat plt | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | | | * commit 6407ead218664bef3914f71d3bf5afc075ada415 | | | Author: Vitalij Ruge | | | Date: Thu Dec 20 16:00:25 2012 +0000 | | | | | | - variable moved for simplification | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit 4f0b8347427000485a7a418f0a23ee7781d2e2c4 | | | Author: Lennart Ochel | | | Date: Thu Dec 20 15:55:50 2012 +0000 | | | | | | - upps | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit bb3e0c606e7e3bb2e5276df8d8cda775221608b2 | | | Author: Lennart Ochel | | | Date: Thu Dec 20 15:52:53 2012 +0000 | | | | | | - further steps for the implementation of the inline solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 8a97e7780e12289d1f701949715a2c7b4b091c15 | | | Author: Adrian Pop | | | Date: Thu Dec 20 13:48:38 2012 +0000 | | | | | | - more fixes for bug #1956 for +scodeInstShortcut (should fix some of the AVM models) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit c780843c0c6de0b4a1a860905c192cc0a38ce060 | | | Author: Adrian Pop | | | Date: Thu Dec 20 12:27:18 2012 +0000 | | | | | | - fixes for bug #1956 for +scodeInstShortcut. | | | add test: testsuite/flattening/modelica/scodeinst/ParameterBug.mos | | | - build omc-diff before omc. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Makefile.common | | | | | * commit 7431019ad6d03507bd2a5eb2f67657ca6b6bd0e9 | | | Author: Adrian Pop | | | Date: Thu Dec 20 11:23:50 2012 +0000 | | | | | | - RML/MetaModelica is too clever while being stupid | | | (the result of the type inference is verified only at the end against the declared variable). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit 1ea63cbec652f2e5599dac7257e3d4e34b25f190 | | | Author: Lennart Ochel | | | Date: Thu Dec 20 10:42:26 2012 +0000 | | | | | | - edit some comments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ca099a3214619f48e2ab1c3960a613c6bca192ef | | | Author: Vitalij Ruge | | | Date: Thu Dec 20 10:15:04 2012 +0000 | | | | | | - Add symbolic equation for Lobatto IIIA | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit b6f07bde8a6aefe226ccde1d2ce633bcbfa0cc96 | | | Author: Martin Sjölund | | | Date: Thu Dec 20 08:01:53 2012 +0000 | | | | | | - Avoid printing error-message | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit e8c78b0955537557e3fe1367439be1c36c8d18be | | | Author: Jens Frenkel | | | Date: Thu Dec 20 00:58:11 2012 +0000 | | | | | | - continue dynamic state selection dynamic pivot | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit d277935344459e801d3e05747165c5087dca1725 | | | Author: Jens Frenkel | | | Date: Wed Dec 19 20:01:00 2012 +0000 | | | | | | - rewrote BackendDAEUtil.markStateEquations, less programm code to maintain | | | - continue dynamic state selection dynamic pivot | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a8d138f49838592f5ca233ec24f93d8f23c1f756 | | | Author: Willi Braun | | | Date: Wed Dec 19 16:21:29 2012 +0000 | | | | | | - fix coding style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 0098eaee51fc0cdbff210fba3253fd6a336122b9 | | | Author: Willi Braun | | | Date: Wed Dec 19 15:49:42 2012 +0000 | | | | | | - fix last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit b7c035699e6f1102eb7f1046678852eb95779fb5 | | | Author: Willi Braun | | | Date: Wed Dec 19 15:44:04 2012 +0000 | | | | | | - added initial steps to support BackendDAE.IF_EQUATION | | | - added missing case in most BackendDAE* files | | | - added a new SimCode equation type SES_IFEQUATION | | | - added cases to suppport this equation in SimCodeUtil | | | - added one first test case for them | | | | | | - some more of the AVM models should now able to simulate | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/List.mo | | | | | * commit 9cc08bacb314669bcd404537728d363b2c760564 | | | Author: Lennart Ochel | | | Date: Wed Dec 19 14:05:58 2012 +0000 | | | | | | - testsuite/simulation/modelica/nonlinear_system/nanTest* | | | - continue renaming | | | - Compiler/BackEnd/BackendVariable.mo | | | - remove unused function: getFixed | | | - typos | | | - Compiler/Template/CodegenC.tpl | | | - minor changes to increase readability | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/GraphML.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMUCpp.tpl | | | | | * commit 67af2953f57824131fbabadb86bb6e07d47237c9 | | | Author: Martin Sjölund | | | Date: Wed Dec 19 11:15:08 2012 +0000 | | | | | | - Also remove .o-files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 6f0f44b6783954c0cc4fd198b1a1408900fd1f46 | | | Author: Martin Sjölund | | | Date: Wed Dec 19 11:07:14 2012 +0000 | | | | | | - Update rtest so that it automatically removes all files generated by Tpl.textFile() and CevalScript.compileModel() | | | - This makes teardown_command not needed for most tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/System.mo | | | | | * commit bad55cb2786cf6b5fdfd57d936e04bcec89bc739 | | | Author: Jens Frenkel | | | Date: Wed Dec 19 10:22:43 2012 +0000 | | | | | | - force evaluation of fixed attribute | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 6ac7652ccfeb46e434a796239489635f132620a9 | | | Author: Jens Frenkel | | | Date: Wed Dec 19 08:14:15 2012 +0000 | | | | | | - bugfix remove simple equations, take care on statesets | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 08f4d9822f3bed65f33041320305d0a5c2d74190 | | | Author: Jens Frenkel | | | Date: Tue Dec 18 22:55:45 2012 +0000 | | | | | | - add StateSets to BackendDAE.EqSystem continue | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit 900e141990bcbcb945d864ad6772b3b6824ad825 | | | Author: Willi Braun | | | Date: Tue Dec 18 17:57:26 2012 +0000 | | | | | | - split up SimCodeUtil.mo in SimCodeMain.mo and SimCodeUtil.mo | | | - SimCodeMain.mo is the entry module to create SimCode and | | | is the only file that import Codegen* modules, since it | | | took forever to load them. | | | - SimCodeUtil.mo contains only public function that are | | | called in SimCodeMain.mo. | | | - started to sort functions in SimCodeUtil that belongs together. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | A Compiler/BackEnd/SimCodeMain.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 342c410fdbebb72d472c8f5e0d7467672029720d | | | Author: Lennart Ochel | | | Date: Tue Dec 18 15:18:31 2012 +0000 | | | | | | - indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit f4e3dfcef3f25d2c2ce7145401bcb6bdab1131b1 | | | Author: Lennart Ochel | | | Date: Tue Dec 18 15:15:07 2012 +0000 | | | | | | - Compiler/BackEnd/Initialization.mo | | | - minor speedup | | | - Compiler/BackEnd/BackendDump.mo | | | - make some dump-calls more clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 243cc2f853920a47497032e4bd966af08be63a5c | | | Author: Jens Frenkel | | | Date: Tue Dec 18 13:29:41 2012 +0000 | | | | | | - add StateSets to BackendDAE.EqSystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Makefile.common | | | | | * commit 1a3f1e903253363124f4407f6b6d1e76ef42138a | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Dec 18 13:26:06 2012 +0000 | | | | | | + New FrontEnd | | | + Typing of calls. | | | + Vectorization of calls. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/NFInstUtil.mo | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 178a4544fb4c219798a464c9106cc7b6a98e44e6 | | | Author: Martin Sjölund | | | Date: Tue Dec 18 12:48:24 2012 +0000 | | | | | | - Revamped +simCodeTarget=Dump. It now create $MODEL_dump.xml. Which, together with OPENMODELICAHOME/share/scripts/simcodedump.xsl produces a pretty html report. Will be improved further. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/NFInstDumpTpl.mo | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | A Compiler/scripts/simcodedump.xsl | | | | | * commit 090dabf0c48b4dd7391093e1f0e54e4e4f0ec008 | | | Author: Per Östlund | | | Date: Tue Dec 18 12:28:23 2012 +0000 | | | | | | - Turn on redeclare splitting when +d=scodeInst is given (but only for | | | components, class modifications aren't yet handled in scodeInst). | | | - Make sure we stop if an error occurs during modifier merging. | | | - Implemented List.findMap[1-3]*. Like map, but with the possibility of | | | stopping. | | | - Added test cases for duplicate modifications and redeclare modification | | | propagation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Util/List.mo | | | | | * commit 678b2927e98424053d8454ae6c8922c274207445 | | | Author: Jens Frenkel | | | Date: Tue Dec 18 09:06:38 2012 +0000 | | | | | | - rename delteCrefs -> removeCrefs | | | - continue StateSelection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 6d103d0e343925b3343d74d60f03b23dd8752b66 | | | Author: Willi Braun | | | Date: Tue Dec 18 02:55:45 2012 +0000 | | | | | | - added support of analytical jacobians for non-linear solver(hybrid-method). | | | - for now they can be activated by debug flag "+d=NLSanalyticJacobian". | | | - added some new tests for non-linear solvers- | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 71032ce209bc00be03fcd3f7fee3533664c5eac8 | | | Author: Jim Nutaro | | | Date: Mon Dec 17 22:11:11 2012 +0000 | | | | | | Added alias variables and removed equations to generated code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 2775ed35badc5085f15b56feeaa5cc1a2045c657 | | | Author: Jens Frenkel | | | Date: Mon Dec 17 16:49:11 2012 +0000 | | | | | | do not yet build pivot.c with cmake | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | | | * commit e747b5f90174be265c8ff8694a2028db104254e3 | | | Author: Adrian Pop | | | Date: Mon Dec 17 16:17:08 2012 +0000 | | | | | | - remove tabs, replace with 2 spaces. | | | tabs are rather bad as editors displays them differently. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/pivot.c | | | M SimulationRuntime/c/math-support/test/test_pivot.c | | | | | * commit 71a27e4ade83abe060b27f7b644e5a3604925a08 | | | Author: Per Östlund | | | Date: Mon Dec 17 15:51:17 2012 +0000 | | | | | | - Add forward declaration of DATA in simulation runtime to get rid of compiler | | | warnings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit a8125b50cdd2a6214e2655776c71e8fb05006f87 | | | Author: Per Östlund | | | Date: Mon Dec 17 15:27:01 2012 +0000 | | | | | | Partial fix for #1956 | | | - Split redeclares into redeclare bit and modifier bit in SCodeUtil for easier | | | error checking. | | | - Fix modifier propagation in SCodeMod. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/NFSCodeInst.mo | | | M Compiler/FrontEnd/NFSCodeInstShortcut.mo | | | M Compiler/FrontEnd/NFSCodeMod.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit b123152625b71d5c7660d5fb54fbebe30c212305 | | | Author: Christian SChubert | | | Date: Mon Dec 17 14:41:26 2012 +0000 | | | | | | implemented a very simple (and presumably slow) complete pivoting procedure for rectangular matrices, to be used for the new dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | A SimulationRuntime/c/math-support/pivot.c | | | A SimulationRuntime/c/math-support/test/CMakeLists.txt | | | A SimulationRuntime/c/math-support/test/test_pivot.c | | | | | * commit 4521e23d6d707cb9d64c11c46bd6e0edd975b5ae | | | Author: Per Östlund | | | Date: Mon Dec 17 14:05:26 2012 +0000 | | | | | | - Add -lm when checking sundials support, so it works on e.g. ArchLinux. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 824f98b633b9ccdd15c050bc90433e00be605a56 | | | Author: Jens Frenkel | | | Date: Mon Dec 17 13:10:10 2012 +0000 | | | | | | - BackendEquation.traverseBackendDAEExpsEqnOutEqn: special case for it initial() then ... else ... end if; only else branch needs to be checked | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 1fde75c602f2856c90d7a9fb3ea93996fa2079da | | | Author: Jim Nutaro | | | Date: Mon Dec 17 12:56:21 2012 +0000 | | | | | | Added support for event generating functions to the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 9e84fa406825db2a45bd11955aed68f91bd06ea1 | | | Author: Lennart Ochel | | | Date: Mon Dec 17 12:26:14 2012 +0000 | | | | | | - typos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit c4b94918e062774a834464db4a14bc445cd9655d | | | Author: Vitalij Ruge | | | Date: Mon Dec 17 10:20:27 2012 +0000 | | | | | | - begin with the code preparation for implicit methods | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit 16db86629a2b4e6478a0acc035a79db2bf1ebb07 | | | Author: Lennart Ochel | | | Date: Mon Dec 17 09:37:23 2012 +0000 | | | | | | - avoid needless copy-instructions for static nls data | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 917161a8489347a549c7ad34fce8168212980b6c | | | Author: Lennart Ochel | | | Date: Mon Dec 17 08:52:28 2012 +0000 | | | | | | - fix #1981 | | | - why do we check for results, that are actually wrong? It is really annoying to figure out which tests really succeed. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit 846f86587bad5727fc3e8d29be256111d5fe3a87 | | | Author: Adrian Pop | | | Date: Mon Dec 17 02:22:19 2012 +0000 | | | | | | - duh, handle all cases: inner, innerouter, outer, regular! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit c820da40aecdaa5e969cb020dd808e5dcf8ee45f | | | Author: Adrian Pop | | | Date: Mon Dec 17 01:18:47 2012 +0000 | | | | | | - more fixes for dependency for inner/outer classes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/FDependency.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | | | * commit 66093c796edc78865f4fc8319bfae8ee4977fd11 | | | Author: Adrian Pop | | | Date: Sun Dec 16 23:32:48 2012 +0000 | | | | | | - do not push these changes yet. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 9244278f84edbe12cee5062fe0a17205a7516d52 | | | Author: Adrian Pop | | | Date: Sun Dec 16 23:10:32 2012 +0000 | | | | | | - attempt to fix bugs: #1987 #1988 | | | - always consider inner/innerouter classes in *Dependency.mo | | | - add inner classes to the InnerOuter.InstanceHierarchy | | | lookup outer classes in the InnerOuter.InstanceHierarchy | | | - right now the support for inner/outer classes is rather primitive. | | | - added testsuite/simulation/modelica/others/Bug1987.mos to test for both bugs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/FDependency.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/NFSCodeDependency.mo | | | M Compiler/Util/Error.mo | | | | | * commit 5c9cf44292d644c5bdc5a0f51827a145e752fa7d | | | Author: Jens Frenkel | | | Date: Sun Dec 16 22:01:36 2012 +0000 | | | | | | - bugfix set variable size for dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit e05e255312ddc2be2c03e7239ea9f1936260995b | | | Author: Jens Frenkel | | | Date: Sun Dec 16 00:28:42 2012 +0000 | | | | | | - switch back to old state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit cd926be6cbad0af2ad2bf13f667914b1a97689fa | | | Author: Jens Frenkel | | | Date: Sat Dec 15 21:42:54 2012 +0000 | | | | | | - bugfix singular system error message, use nonscalar indices of equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 485ee4d96e35009b58d20b4538c07a36049f45ad | | | Author: Jens Frenkel | | | Date: Sat Dec 15 20:49:37 2012 +0000 | | | | | | - do not check differentiated equations twice | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit df643ce3878a35eda943e8c2de2725700ea6b52c | | | Author: Jens Frenkel | | | Date: Sat Dec 15 18:34:01 2012 +0000 | | | | | | - try new state selection approach | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 9502f0fff437042018638e43d3cec83efe07cd94 | | | Author: Adrian Pop | | | Date: Sat Dec 15 08:58:45 2012 +0000 | | | | | | - fixes for Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator | | | bad errors: Error: Trying to override final variable in component and scope | | | Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceSMEE | | | by using modifiers: final | | | - we might break a few tests as I changed the way we print modifiers | | | and also send pre instead of NOPRE in Inst.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 42b43b309a47e9f227c837d7d3604524de3ab0c8 | | | Author: Martin Sjölund | | | Date: Sat Dec 15 08:24:38 2012 +0000 | | | | | | - Expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 5fd922082b85f8f15de65a85dd30a2023173ba58 | | | Author: Martin Sjölund | | | Date: Sat Dec 15 07:26:51 2012 +0000 | | | | | | - Fix line-endings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | | | * commit 3e8f17ff3a2a104061d08349216d6171aa12e535 | | | Author: Martin Sjölund | | | Date: Sat Dec 15 07:13:27 2012 +0000 | | | | | | - Coding style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 00ce2524dc5c8b627ccc55f3ab264f84f0c393a9 | | | Author: Martin Sjölund | | | Date: Sat Dec 15 06:46:24 2012 +0000 | | | | | | - Bump MSL version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/NFInstDumpTpl.mo | | | M README.Linux.txt | | | | | * commit b39649de0d3e0fe24c85bfc066911147c4782682 | | | Author: Jens Frenkel | | | Date: Fri Dec 14 21:38:16 2012 +0000 | | | | | | - small speedup for index reduction in case of undiffable mss, stopp differentiation and continue with next set | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit c717b691864f180a1789d7402f6db4f925f0cbfa | | | Author: Lennart Ochel | | | Date: Fri Dec 14 16:46:41 2012 +0000 | | | | | | - some minor changes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 4347c65431a1c5a5654d90f957f7352776f53110 | | | Author: Adrian Pop | | | Date: Fri Dec 14 16:30:44 2012 +0000 | | | | | | - fix typos. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | | | * commit 0e5818c4803a18b8757f70c201d58f8f5b27df09 | | | Author: Lennart Ochel | | | Date: Fri Dec 14 15:05:01 2012 +0000 | | | | | | - rename LOG_NONLIN_SYS to LOG_NLS | | | - rename LOG_NONLIN_SYS_V to LOG_NLS_V | | | - add brief description for both flags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 9f394d17687fd200816f894c3a07dbdcf093cc23 | | | Author: Lennart Ochel | | | Date: Fri Dec 14 14:59:16 2012 +0000 | | | | | | - one more fix for nonlinear systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit adedb231b7ef59f1e907459c612c1012b1ca9380 | | | Author: Lennart Ochel | | | Date: Fri Dec 14 14:46:21 2012 +0000 | | | | | | - small fix for last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | | | * commit 19fc2f39259c3a38cc512999429f6572bd541af0 | | | Author: Lennart Ochel | | | Date: Fri Dec 14 14:35:35 2012 +0000 | | | | | | - add new nonlinear solver: kinsol (runtime-flag: -nls=kinsol) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | A SimulationRuntime/c/simulation/solver/kinsolSolver.c | | | A SimulationRuntime/c/simulation/solver/kinsolSolver.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 59cd63912c93ceaef17fb7b757b5ba3e55cd1e24 | | | Author: Jens Frenkel | | | Date: Fri Dec 14 13:53:37 2012 +0000 | | | | | | - add enumeration to some places | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 850e61611d8b9cb17c55e323749ae64b92f830cd | | | Author: Willi Braun | | | Date: Fri Dec 14 13:50:08 2012 +0000 | | | | | | - fixed BackendDAEUtil.isDiscreteExp for initial() condition | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit d57b2d791065f00461aea626a8c7520ae5055722 | | | Author: Jens Frenkel | | | Date: Fri Dec 14 13:35:19 2012 +0000 | | | | | | - small speed up for Pantelides Algorithm: deselect all states without derivatives, because there is no case known where not all needs to be algebraic | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit a92ba1c79f55c4d831cde77b618fbd12f8919164 | | | Author: Jens Frenkel | | | Date: Fri Dec 14 12:18:15 2012 +0000 | | | | | | - add new case for not differentiable MSS, search for states without used Derivative in Global System | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 40f187a9a390f044938f1dcbe6ef8be153e18a87 | | | Author: Lennart Ochel | | | Date: Fri Dec 14 11:09:14 2012 +0000 | | | | | | - start implementing inline solver (for vruge alias vitalij) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/InlineSolver.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Flags.mo | | | | | * commit 42e80e4f494bc40cda1f2a615a1f1e5a4a580cbc | | | Author: Martin Sjölund | | | Date: Fri Dec 14 10:55:21 2012 +0000 | | | | | | - Increase time limit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit f3372c31b4efb9bdbc12985e78557b98800699f5 | | | Author: Martin Sjölund | | | Date: Fri Dec 14 08:22:10 2012 +0000 | | | | | | - Remember to print the warning | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursiveDiff.sh | | | | | * commit 8cb7d67eab374feebca7852cebfe7a903faa7cf3 | | | Author: Martin Sjölund | | | Date: Fri Dec 14 08:20:54 2012 +0000 | | | | | | - Also handle tests that crash omc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursiveDiff.sh | | | | | * commit 87bb2e00b5cd5f898ae909c1069b6c11648c6466 | | | Author: Jens Frenkel | | | Date: Thu Dec 13 23:41:21 2012 +0000 | | | | | | - have a look at undifferentiable mss at the end | | | - report warning about structural singulare set earlier | | | - do not sort equations and variables, it is useless | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 9541ece386df2efebfd681e0754562ac6702e209 | | | Author: Jens Frenkel | | | Date: Thu Dec 13 21:45:35 2012 +0000 | | | | | | - improve error handling for matching algorithms, use one funktion to report error | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | | | * commit f4889f44d5d9187048f4f51f7f771fdbbca356c2 | | | Author: Jens Frenkel | | | Date: Thu Dec 13 17:44:38 2012 +0000 | | | | | | - fix minor mistace in removeSimpleEquations, in case of unreplacable variables were not all possible vars are replaced | | | - add flag for equations to know if an equation was differentiat and should not differntiated again | | | - remove useless code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 1925ff9c3302b0f7567f29ba8d136ec967cb00ca | | | Author: Adrian Pop | | | Date: Thu Dec 13 17:10:59 2012 +0000 | | | | | | - properly delete everything in omc_release | | | - do *not* delete PantelitesSingulaer* as that will delete the failing log that we need for Hudson! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.compiler_subdirs.common | | | | | * commit a8660aee9e3f70a6df3614c025101804fe2fe234 | | | Author: Adrian Pop | | | Date: Thu Dec 13 15:20:43 2012 +0000 | | | | | | - more fixes for fixes for bugs: #1917, #1983 :) isn't that recursive? | | | - get rid of wrong error messages of type: | | | [package.mo:4549:7-4549:59:writable] | | | Error: Variable reference_X not found in scope Modelica.Media.Interfaces.PartialMedium.specificEnthalpy_pTX | | | - let's see how many tests we break/fix now :) | | | | | | Inst.mo | | | - better analysis of dependencies between elements in Inst.getElementDependencies but | | | commented out for now as it moves things around and breaks a lot of flattening models. | | | | | | Lookup.mo | | | - use the updated environment, not the one stored in Env.CLASS whenever possible. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit 1f4d159c4f29f97151411b6f8c1aad74a6ad8cfe | | | Author: Adeel Asghar | | | Date: Thu Dec 13 14:45:28 2012 +0000 | | | | | | - First version for FMI 2.0 support. | | | - Separate files for common, model exchange and co-simulation functions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | A Compiler/runtime/FMI1CoSimulation.c | | | R056 Compiler/runtime/FMIWrapper.c Compiler/runtime/FMI1Common.c | | | A Compiler/runtime/FMI1ModelExchange.c | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/Makefile.common | | | | | * commit ad5bb7f73ec3359204b7056a53088ffaf9e0b293 | | | Author: Jens Frenkel | | | Date: Thu Dec 13 12:07:55 2012 +0000 | | | | | | - dump Uncertainty attribute of variable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 54c87b73fe19c0398e81191f0136f62459aa0381 | | | Author: Martin Sjölund | | | Date: Thu Dec 13 11:51:35 2012 +0000 | | | | | | - I like typos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursiveDiff.sh | | | | | * commit 377cf5cada3cad3f8566114f35fa25ed56be0489 | | | Author: Martin Sjölund | | | Date: Thu Dec 13 11:50:54 2012 +0000 | | | | | | - Prettier reports | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursiveDiff.sh | | | | | * commit e79274177ac8a34a684955c72c668b872333af1f | | | Author: Martin Sjölund | | | Date: Thu Dec 13 11:47:57 2012 +0000 | | | | | | - Mark executable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursiveDiff.sh | | | | | * commit d0b961e714d8ecf02a97640f5ca63f7503ce0582 | | | Author: Martin Sjölund | | | Date: Thu Dec 13 11:30:14 2012 +0000 | | | | | | - Adding a diff script for BuildModelRecursive.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Examples/BuildModelRecursiveDiff.sh | | | | | * commit 17b1f2f71e67e4b519b96856f249adc59ee2d914 | | | Author: Jens Frenkel | | | Date: Thu Dec 13 10:30:42 2012 +0000 | | | | | | - add Singular System check before start to match the system to detect singular systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit d858fc8e9fc80188c61a69468c6c504fe5fca48b | | | Author: Adrian Pop | | | Date: Thu Dec 13 08:48:08 2012 +0000 | | | | | | - fix bootstrapping. | | | - add testsuite/flattening/modelica/modification/FixedFalse.mo for bug: #1983 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 8f717694f80b4d5cb7c80024a47aceaf28c83339 | | | Author: Adrian Pop | | | Date: Thu Dec 13 08:28:00 2012 +0000 | | | | | | - fix build | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 5927c638c237e5ec4c7d436f5ee11b813e265c83 | | | Author: Adrian Pop | | | Date: Thu Dec 13 08:16:23 2012 +0000 | | | | | | - get rid of bad warnings/error messages of form: | | | [Incompressible.mo:164:5-165:51:writable] | | | Warning: Invalid public variable hasHeatCapacity, function variables that are not input/output must be protected. | | | | | | Inst.mo | | | - change ci_state when changing environment! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 5409cbf3c547d506859603361aec4a7c3638fe3b | | | Author: Adrian Pop | | | Date: Thu Dec 13 05:55:20 2012 +0000 | | | | | | - attempt to fix bugs: #1917, #1983 | | | - quite some tests might fail, let's see how it goes. | | | - if is a parameter component with a record type that has all bindings | | | and the actual component has no binding build the binding from the type. | | | - check for fixed = false for parameter before showing the warning. | | | - Static.elabCallArgs2 do lookup class first as lookupType is much more complex! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 183a4a92c3384f1ac36088785f0fce02549d057d | | | Author: Adrian Pop | | | Date: Thu Dec 13 01:19:22 2012 +0000 | | | | | | - attempt to fix bootstrapping: do less inlining when MetaModelica flag is active. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit fb947053265d87443d6141c41a2c68378567aad0 | | | Author: Adeel Asghar | | | Date: Wed Dec 12 23:32:49 2012 +0000 | | | | | | - Fix FMI tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 15306e23f2dcfc986667956d0138ddbd3dc4d4a2 | | | Author: Jens Frenkel | | | Date: Wed Dec 12 22:12:33 2012 +0000 | | | | | | - fix copy past error from last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 09fd39d2a0aa9f10c0208a4c13391ec521fab9d7 | | | Author: Jens Frenkel | | | Date: Wed Dec 12 20:59:46 2012 +0000 | | | | | | - try to support GenerateEvents Annotation | | | - merge funktionalty of inlinecall and force inlinecall | | | - fix for allAcausal | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 3bd3e725c5cb7ce2f96c49f5c72cbbb956fff7a9 | | | Author: Lennart Ochel | | | Date: Wed Dec 12 14:56:06 2012 +0000 | | | | | | - some minor changes for simulation dumps | | | - if unsupported -lv flag is used, a list of all supported -lv flags is shown | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 5ce247b3aa436ecf69c4f050eef034616fc4b835 | | | Author: Jens Frenkel | | | Date: Wed Dec 12 14:25:48 2012 +0000 | | | | | | - remove old remove simple equations function | | | - rename BackendDAEUtil.reduceIndexDAE -> causalizeDAE | | | - remove unused code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 12348dd38ab2601341fe8b2fa699d8a22de137ba | | | Author: Leonardo Laguna | | | Date: Wed Dec 12 12:56:15 2012 +0000 | | | | | | - Minimal change to the uncertainties algorithm | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 67f865c021b0098d444261f145867a97c5f7a442 | | | Author: Lennart Ochel | | | Date: Wed Dec 12 11:49:49 2012 +0000 | | | | | | SimulationRuntime/c | | | - rename initialization flag -iim state to -iim numeric (hopefully I forget nothing: fmi, omEdit, ...) | | | - improve the finale initialization dump | | | - fix some issues with LOG_STDOUT (the dump stream should be selected much more carefully) | | | - some minor code simplifications | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 7415d05b94f3bc773e6726a31702a73f709d65d0 | | | Author: Jens Frenkel | | | Date: Wed Dec 12 11:38:31 2012 +0000 | | | | | | - check for equal alias equations a=a | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 067829170951f1508f7ba0ade67b5cf7511953fc | | | Author: Henning Kiel | | | Date: Wed Dec 12 10:10:47 2012 +0000 | | | | | | - fix memory leak (unfreed temp space) | | | - removed unnecessary memset() where array is initialized directly afterwards | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/BackendDAEEXT.cpp | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/matching_cheap.c | | | | | * commit 56fb09c6e80eb2172b996bc401a9f2b748f2687f | | | Author: Lennart Ochel | | | Date: Wed Dec 12 09:06:14 2012 +0000 | | | | | | some additional improvements for LOG_EVENTS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit e3ce23eb61a4f9c8555eab1978b3b48ebf1d3c44 | | | Author: Lennart Ochel | | | Date: Tue Dec 11 16:17:26 2012 +0000 | | | | | | some minor updates for BackendDump.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit c0a91aac76f9e4c125ef65c11e39ae3eddc35017 | | | Author: Lennart Ochel | | | Date: Tue Dec 11 15:20:26 2012 +0000 | | | | | | Compiler/BackEnd/Initialization.mo | | | - fix for when-statements in algorithm sections | | | - remove flag TRACE_INITIAL_SYSTEM | | | - remove function analyzeInitialSystem1 (fix discrete vars to get rid of unneeded pre-vars) | | | - fix under-determined systems with zero initial equations | | | SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | - fix initialization of ringbuffer | | | SimulationRuntime/c/ | | | - some improvements for the readability of LOG_EVENT, LOG_SOLVER, LOG_DDASRT, ... | | | - some minor formatting changes | | | testsuite/simulation/modelica/algorithms-functions | | | - adjust expected output to new initialization (symbolic) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/bigden.c | | | M SimulationRuntime/c/math-support/biglag.c | | | M SimulationRuntime/c/math-support/daux.c | | | M SimulationRuntime/c/math-support/ddasrt.c | | | M SimulationRuntime/c/math-support/ddassl.c | | | M SimulationRuntime/c/math-support/dgesv_aux.c | | | M SimulationRuntime/c/math-support/dlamch.c | | | M SimulationRuntime/c/math-support/dlinpk.c | | | M SimulationRuntime/c/math-support/dogleg.c | | | M SimulationRuntime/c/math-support/enorm.c | | | M SimulationRuntime/c/math-support/fdjac1.c | | | M SimulationRuntime/c/math-support/hybrd.c | | | M SimulationRuntime/c/math-support/hybrd1.c | | | M SimulationRuntime/c/math-support/hybrj.c | | | M SimulationRuntime/c/math-support/lsame.c | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/math-support/nelmead.c | | | M SimulationRuntime/c/math-support/newuoa.c | | | M SimulationRuntime/c/math-support/newuob.c | | | M SimulationRuntime/c/math-support/qform.c | | | M SimulationRuntime/c/math-support/qrfac.c | | | M SimulationRuntime/c/math-support/r1mpyq.c | | | M SimulationRuntime/c/math-support/r1updt.c | | | M SimulationRuntime/c/math-support/trsapp.c | | | M SimulationRuntime/c/math-support/update.c | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/java_interface.h | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelinfo.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/rtclock.c | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | | | * commit 7f13b68310ff6b9bc198406c7546f53cf7f38171 | | | Author: Jens Frenkel | | | Date: Tue Dec 11 12:55:05 2012 +0000 | | | | | | - get rid of unnecessary "Not Enough Time Points Warning" | | | - initialize rand for cheap matching (this could be done better once at the begining of omc's life) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/matching_cheap.c | | | | | * commit c9b646276d06ac071625ed7b97ef2fd0a1d59c52 | | | Author: Jens Frenkel | | | Date: Tue Dec 11 12:31:51 2012 +0000 | | | | | | - speed up remove simple equations, use less temp variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 9884cec1c5ddb80e3923a774edc0879b95ae3fd9 | | | Author: Jens Frenkel | | | Date: Mon Dec 10 23:01:02 2012 +0000 | | | | | | - use type of cref for der call and not T_Real by default, solves issues with Unary(Uminus,Unary(Uminus_Arr,__)) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 9749e23e778cabb1a496f72e8cf1dc2c3d52342b | | | Author: Jens Frenkel | | | Date: Mon Dec 10 21:50:46 2012 +0000 | | | | | | - bugfix start value merging | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit b3cc11e9cf2fc8aec398b912482a873ad0d25351 | | | Author: Jens Frenkel | | | Date: Mon Dec 10 19:28:24 2012 +0000 | | | | | | - bugfix for remove simple equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 7b9a32460450c6607c315042f2ba78c4ba03d846 | | | Author: Lennart Ochel | | | Date: Mon Dec 10 17:53:57 2012 +0000 | | | | | | Compiler/BackEnd/BackendDAEUtil.mo | | | - again: internally generated call start(v) depends not on v | | | Compiler/BackEnd/BackendDump.mo | | | - rename some functions to get consistent naming style | | | Compiler/BackEnd/Initialization.mo | | | - remove previously introduced fallback cases | | | Compiler/BackEnd/SimCodeUtil.mo | | | - remove some fucntions | | | - fixInitialThing | | | - simvarFixed | | | - nonFixifyIfHasInit | | | testsuite/simulation/modelica/initialization/ | | | - test for additional initial conditions added by auto-fixed variables | | | - move some tests from FAILINGTESTFILES to TESTFILES | | | testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos | | | - expected outputs | | | testsuite/simulation/libraries/msl32/Makefile | | | - move some test from TESTFILES to FAILINGTESTFILES | | | - Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos | | | - Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos | | | - Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos | | | - Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos | | | - Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos | | | - Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos | | | - sort tests alphabetically | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a210f23c082ccec2bba6a33a1c8437299579af4a | | | Author: Willi Braun | | | Date: Mon Dec 10 17:07:32 2012 +0000 | | | | | | #1979 | | | - fixed codegen bug with mul integer product(maybe we need change more of that functions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 98c844c9fb6d80f47658cb860808caae4592a439 | | | Author: Jens Frenkel | | | Date: Mon Dec 10 16:36:45 2012 +0000 | | | | | | - in case of variables with variable indices (for example u[i,1]) replace the indices with WHOLEDIM (maybe this could be improved by evaluating i) to get at least all potential variables in the incidence matrix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 0c145d798fa1858138bb8ffd82faf8e8e7c02f93 | | | Author: Martin Sjölund | | | Date: Mon Dec 10 15:18:16 2012 +0000 | | | | | | - Disable inline of functions with protected variables (until we support it properly) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit a2e8cf110e56348d0ca6e0e74cedd15a40819287 | | | Author: Jens Frenkel | | | Date: Mon Dec 10 14:57:20 2012 +0000 | | | | | | - remove tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit eb8d14e703493aa46425b48b89544479de2bb7f4 | | | Author: Jens Frenkel | | | Date: Mon Dec 10 13:35:39 2012 +0000 | | | | | | - switch to new remove simple equations implementation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 3df7186c7a9a8de6b8d9049bd55738764e22c517 | | | Author: Martin Sjölund | | | Date: Mon Dec 10 13:04:22 2012 +0000 | | | | | | - Remove *.orig files left from patch | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit cf4c4aa779576b5c9f11add11323e9bfeaafc0d8 | | | Author: Martin Sjölund | | | Date: Mon Dec 10 12:24:10 2012 +0000 | | | | | | - Use System.intMaxLit instead of integerMax since it has a better definition | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/Util/System.mo | | | | | * commit 2a9efac9c5702ec60712019ff4bb84ec88bf77c0 | | | Author: Martin Sjölund | | | Date: Mon Dec 10 12:09:38 2012 +0000 | | | | | | - Use getconf instead of uname. It works even in chroot environments. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 8df3751aff5d9af34244c4b6a881e82bec1eb509 | | | Author: Martin Sjölund | | | Date: Mon Dec 10 11:36:35 2012 +0000 | | | | | | - Bump MSL version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/NFInstDumpTpl.mo | | | | | * commit 1f7803695153a58d4f53c5ca3c7fd5ac5248a758 | | | Author: Lennart Ochel | | | Date: Mon Dec 10 10:18:21 2012 +0000 | | | | | | Compiler/BackEnd/Initialization.mo | | | - introduce some kind of structure - first try | | | - next steps to solve under-determined initial systems | | | - add some fallback-clauses, to provide current testsuite (probably not so clever... ?!) | | | Compiler/BackEnd/BackendDAEUtil.mo | | | - improve validity of some names | | | - internally generated call start(v) depends not on v | | | - simplify some snippets | | | Compiler/BackEnd/SimCodeUtil.mo | | | - remove unneeded output | | | Compiler/BackEnd/BackendEquation.mo | | | - add function emptyEqns() - as listEquation({}) is often used instead | | | testsuite/simulation/modelica/initialization/ | | | - conform expected outputs to current messages for | | | - underdeterminedTest1.mos | | | - underdeterminedTest2.mos | | | - new test for under-determined initial systems | | | - underdeterminedTest4.mos | | | - underdeterminedTest5.mos | | | - underdeterminedTest6.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 70a9142eb86967a7abe34ecdc6d24663aa276f57 | | | Author: Jens Frenkel | | | Date: Sun Dec 9 22:26:07 2012 +0000 | | | | | | - check if types equal for alias equation | | | - expexted output | | | - check if variables replacable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit dc3a7aaf054ace4a1d5227193cba728dcb2b2d66 | | | Author: Jens Frenkel | | | Date: Sun Dec 9 18:42:37 2012 +0000 | | | | | | - second try new remove simple equations | | | - implement trunc for msvc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 96f9da7c69bbc668575d116078675408041a7878 | | | Author: Willi Braun | | | Date: Sun Dec 9 16:58:06 2012 +0000 | | | | | | #1975 | | | | | | - Fixed bug FinZeroCrossinsg for algorithms | | | - Improved hysteresis relation | | | - don't use hysteresis relation, while the intialization | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 89de4b10852122c8c70be163ea9d76b8ccca3e34 | | | Author: Jens Frenkel | | | Date: Sun Dec 9 16:54:26 2012 +0000 | | | | | | - Tearing: speed up numerical solver by sorting the residuals with direct dependency on tearing variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 71f0e6668757cdecbc9fc79a126e2ae0d303939f | | | Author: Jens Frenkel | | | Date: Sun Dec 9 13:42:06 2012 +0000 | | | | | | - small speed up for tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 0ebd2a2401d89285d31493dbe882f8d8d7af307d | | | Author: Jens Frenkel | | | Date: Sat Dec 8 21:54:57 2012 +0000 | | | | | | - small speed up for tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit acbbc8eb8b0f2591f2edba6e13377f81c2d9dfcb | | | Author: Jens Frenkel | | | Date: Sat Dec 8 01:40:18 2012 +0000 | | | | | | - switch back to old remove simple equations, the new implementation works fine but I am to tired to update the working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 50e3fd8c36cd4eafbb87e5af0ae549255c5ffce8 | | | Author: Jens Frenkel | | | Date: Sat Dec 8 00:51:13 2012 +0000 | | | | | | - bugfix for BackendVariable.existsVar | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 6d711fbd769b38fbf391c09a9160089ad004e0d1 | | | Author: Jens Frenkel | | | Date: Sat Dec 8 00:22:58 2012 +0000 | | | | | | - bugfix for RemoveSimpleEquations, generate equation if not replacable time independent variable. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 68368b7602f97ca33e71aaf739c7b43cafc123ce | | | Author: Jens Frenkel | | | Date: Fri Dec 7 23:16:49 2012 +0000 | | | | | | - BackendVarTransform. add case for not Cr for when assigment | | | - add case for jacobian for remove simple equations | | | - add case for not(not(exp)) -> exp | | | - add case for not cr = ... for CodegenC.writeLhsCref | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit bce7b1a9fa234509faa8cb2a14601e9851146e85 | | | Author: Adrian Pop | | | Date: Fri Dec 7 22:32:55 2012 +0000 | | | | | | - remove tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit f9734c0373d8a279e94fd259eb59f5abd4734c61 | | | Author: Jens Frenkel | | | Date: Fri Dec 7 21:54:58 2012 +0000 | | | | | | - use startvalue from var with shortest name | | | - start to check for unreplacable crefs | | | - BaseHashSet.has: empty set containg nothing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit 85a837b4c740e0505cc7fd9f2fc6550564857ebb | | | Author: Jim Nutaro | | | Date: Fri Dec 7 21:44:45 2012 +0000 | | | | | | Finished support (but not very good support) for delay functions to the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 5e8c6ebf08d5874ce2d5e75045ad70bde24ba856 | | | Author: Jens Frenkel | | | Date: Fri Dec 7 20:14:36 2012 +0000 | | | | | | - bugfix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit d47471dabdf6a343925fc30333df32685b0ed29c | | | Author: Jens Frenkel | | | Date: Fri Dec 7 18:00:59 2012 +0000 | | | | | | - try new remove simple equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit a81cba1cba3c4ac56dd00e48d98dff4e9181e308 | | | Author: Jens Frenkel | | | Date: Fri Dec 7 17:49:21 2012 +0000 | | | | | | - make BackendVariable.vararrayNth protected use BackendVariable.getVarAt | | | - add LOG_DEBUG Info to callExternalObjectConstructors | | | - continue new Remove Simple Equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5a5d4c6ce58f317e131ddfce4bd17f21bb593afc | | | Author: Jim Nutaro | | | Date: Fri Dec 7 15:45:30 2012 +0000 | | | | | | First try at support for the delay operator in the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit f0da33e0b36eb47e16c5c728de062fb34c4599d6 | | | Author: Adrian Pop | | | Date: Fri Dec 7 12:04:44 2012 +0000 | | | | | | - fixes for Modelica3D, sort inner ModelicaServices first, then Modelica then others. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 1d9aea5f3c02c76224657c17386e02b07e76fd6e | | | Author: Jens Frenkel | | | Date: Fri Dec 7 11:31:46 2012 +0000 | | | | | | - add missing free, workaround for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 1df0bd6b8739060cfc0c62ffbb812922558eeccc | | | Author: Jens Frenkel | | | Date: Fri Dec 7 10:34:40 2012 +0000 | | | | | | - fix for last commit, log messages needs memory in initData | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | | | * commit 7f3d80edc8bcb84cdea8c2341cd692ea032759d2 | | | Author: Jens Frenkel | | | Date: Fri Dec 7 09:29:07 2012 +0000 | | | | | | - small fixes for modelica3d support, still dit not work on my computer, please can one of the modelica3d people have a look at it if it works in generall | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 3f6f37b5aaf21e3466c01056a05bdd80b8a0824c | | | Author: Adrian Pop | | | Date: Fri Dec 7 09:27:43 2012 +0000 | | | | | | - activate dtostr in realString.c for MinGW32 too. | | | - get rid of some warnings in SimulationRuntime/c/ | | | + try to use existing defined types instead of casting as that might generate problems. | | | int is rather a bad type on different platforms so use integer or fortran_integer | | | directly instead of casting. | | | - let's see if we run into any problems. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 0af9f4780e67a62e0b710e1b739ddd532b50daee | | | Author: Adrian Pop | | | Date: Thu Dec 6 23:08:40 2012 +0000 | | | | | | - second attempt to fix bugs: #1405 and #1970 | | | it will generate some missing each warnings for modifiers but it will work otherwise. | | | i'll get rid of the warnings later. | | | - added tests with both models and more: | | | testsuite/flattening/modelica/arrays/TypeTest.mos | | | - let's see how many tests will fail now. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit dc12dd7da5a5c95708e8e49c4c83f202483c4e51 | | | Author: Jens Frenkel | | | Date: Thu Dec 6 21:16:40 2012 +0000 | | | | | | - add RemoveSimpleEquations.mo again | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Makefile.common | | | | | * commit eaed54f2518e7dda32106e2e455041d50cbfa686 | | | Author: Adrian Pop | | | Date: Thu Dec 6 17:44:51 2012 +0000 | | | | | | - handle also InlineAfterIndexReduction as this changed in the lastes MSL version | | | from __Dymola_InlineAfterIndexReduction. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit c2cea351d06e50a8069d0298b065016b7f47c719 | | | Author: Lennart Ochel | | | Date: Thu Dec 6 14:35:36 2012 +0000 | | | | | | - Compiler/BackEnd/BackendDump.mo | | | These file is subdivided into several section: | | | section for all print* functions | | | section for all dump* functions | | | section for all *String functions | | | section for all debug* functions | | | unsorted section | | | Please follow the introduced naming style (above) and sort all new functions into the corresponding section (except unsorted section). | | | - Compiler/BackEnd/Initialization.mo | | | - small changes in pedantic output | | | - new debug output via traceinitialsystem | | | - testsuite/simulation/modelica/initialization | | | - new test for underdetermined system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit b503ae3087efffd10674e7f591542bc3479c02c2 | | | Author: Martin Sjölund | | | Date: Thu Dec 6 13:28:06 2012 +0000 | | | | | | - Increase time allowed for building an executable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 9ed8fd1b540abc0ded841b693e68a4bedb5bc9cf | | | Author: Jens Frenkel | | | Date: Thu Dec 6 10:23:00 2012 +0000 | | | | | | - fix potential bug for simplified if equations in old remove simple equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit a12238ce8205cfc64e7f54c44f2d93a39cac3048 | | | Author: Jens Frenkel | | | Date: Thu Dec 6 10:04:29 2012 +0000 | | | | | | - fix for Ticket #1971 | | | add tes TestTwoOut.mos , val seems to do not work | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit f82316e5b4d02e2bee20357d7d472033b1d81897 | | | Author: Adrian Pop | | | Date: Thu Dec 6 08:17:48 2012 +0000 | | | | | | - not working yet, reverting. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 228d02f9de51666635c02c6b3d390e357db00637 | | | Author: Adrian Pop | | | Date: Thu Dec 6 07:56:33 2012 +0000 | | | | | | - attempt to fix bugs: #1405 and #1970 | | | - added tests with both models and more: | | | testsuite/flattening/modelica/arrays/TypeTest.mos | | | - let's see how many tests fail. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit b7955d1dae98f296ceb6ec671f1d16b8b6af89ab | | | Author: Adrian Pop | | | Date: Thu Dec 6 02:29:34 2012 +0000 | | | | | | - reverting the commit by Jens and mine with tabs removal: r14251 and r14248 to see who broke what :) | | | | | | Revision: 14251 | | | Author: adrpo | | | Date: den 6 december 2012 02:04:56 | | | Message: | | | - squash tabs in RemoveSimpleEquations.mo | | | ---- | | | Modified : /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | | Revision: 14248 | | | Author: jfrenkel | | | Date: den 6 december 2012 00:48:31 | | | Message: | | | - fix potential bug for simplified if equations in old remove simple equations | | | - add new file RemoveSimpleEquations.mo | | | - add new tests for singular systems | | | ---- | | | Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo | | | Added : /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo | | | Modified : /trunk/Compiler/Makefile.common | | | Modified : /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos | | | Added : /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mo | | | Added : /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mos | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | D Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Makefile.common | | | | | * commit b08ace6d7fd585dae4f87eb2badb0f5559d3085c | | | Author: Adrian Pop | | | Date: Thu Dec 6 01:04:56 2012 +0000 | | | | | | - squash tabs in RemoveSimpleEquations.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/RemoveSimpleEquations.mo | | | | | * commit 03aa37e27037098f4b5f2e28b56df600f3a5bafe | | | Author: Adrian Pop | | | Date: Thu Dec 6 00:27:37 2012 +0000 | | | | | | - and not or! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 1ad15622b06bb8cc9e619e26973e473caa112003 | | | Author: Adrian Pop | | | Date: Wed Dec 5 23:57:32 2012 +0000 | | | | | | - fix RML stupidity with types having the same name as the package. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/FDependency.mo | | | | | * commit 14a3018e8602d157876e2201afba8209fe905779 | | | Author: Jens Frenkel | | | Date: Wed Dec 5 23:48:31 2012 +0000 | | | | | | - fix potential bug for simplified if equations in old remove simple equations | | | - add new file RemoveSimpleEquations.mo | | | - add new tests for singular systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | A Compiler/BackEnd/RemoveSimpleEquations.mo | | | M Compiler/Makefile.common | | | | | * commit 2f1609ebfd8791db51e6e3a7945b030d86dd0c9e | | | Author: Adrian Pop | | | Date: Wed Dec 5 23:40:43 2012 +0000 | | | | | | - mind your case please. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | | | * commit a42d5e27494a3aec1b88b0d99b352110c47af678 | | | Author: Adrian Pop | | | Date: Wed Dec 5 23:38:07 2012 +0000 | | | | | | - checks for bug #1972 in InstSection.mo with helpers in SCode.mo and Absyn.mo | | | make the way we check the when equations and when statements more uniform. | | | added testsuite/simulation/modelica/initialization/filterBlock1.mos back | | | to test the error reporting for #1972. | | | | | | - unify SCodeEnv.Env with Env.Env | | | a lot of changes to adapt to the changes in Env.Env | | | new packages starting with F* that mirror the functionality | | | in SCodeFlatten, SCodeEnv, SCodeDependency, etc. | | | Not used yet, but will be used in the old Inst.mo | | | | | | - removed some unused code, correct indentation for some functions, etc. | | | | | | - let's see if I didn't break any tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | A Compiler/FrontEnd/FDependency.mo | | | A Compiler/FrontEnd/FEnv.mo | | | A Compiler/FrontEnd/FEnvExtends.mo | | | A Compiler/FrontEnd/FFlatten.mo | | | A Compiler/FrontEnd/FFlattenImports.mo | | | A Compiler/FrontEnd/FFlattenRedeclare.mo | | | A Compiler/FrontEnd/FLookup.mo | | | A Compiler/FrontEnd/FSCodeCheck.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/NFEnvExtends.mo | | | M Compiler/FrontEnd/NFSCodeEnv.mo | | | M Compiler/FrontEnd/NFSCodeInst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Util/Error.mo | | | | | * commit c18a4bdec9f9838a99adb7f802cc4c6d4f60c32e | | | Author: Willi Braun | | | Date: Wed Dec 5 18:57:33 2012 +0000 | | | | | | - fixed delay handling in non-linear systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/delay.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit c9bc4555d58587a426da62040cbd2284b19d6ffd | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Dec 5 15:52:35 2012 +0000 | | | | | | + change operator on Multiplication of an array and a scalar. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | | | * commit 337562e2115a33f9afcc2d94bded39c6dfef33d8 | | | Author: Jens Frenkel | | | Date: Wed Dec 5 14:55:04 2012 +0000 | | | | | | - generatede file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Initialization.h | | | | | * commit 3771862206e5493e598c502cce5f447737b77146 | | | Author: Lennart Ochel | | | Date: Wed Dec 5 13:44:18 2012 +0000 | | | | | | - indentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | A Compiler/Initialization.h | | | | | * commit b45fc7cdbdb234fd8a5dff2d468892ebd1035550 | | | Author: Lennart Ochel | | | Date: Wed Dec 5 13:26:03 2012 +0000 | | | | | | - a bit more output for unbalanced initial systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Initialization.mo | | | | | * commit 80f54d13c87582fcec5eb9a3db54a7f43e90dd4f | | | Author: Lennart Ochel | | | Date: Wed Dec 5 13:18:37 2012 +0000 | | | | | | - Compiler/BackEnd | | | - move some functions from BackendDAEUtil.mo to BackendVariable.mo and BackendEquation.mo | | | - move code for initialization to Initialization.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | A Compiler/BackEnd/Initialization.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Makefile.common | | | | | * commit f4bde445195ed126d19333a78c5fb2d54feeca12 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Dec 5 11:19:28 2012 +0000 | | | | | | - New FE: Expand arrays inside cast expressions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFSCodeExpand.mo | | | | | * commit 217ea9cb30616f46f6a2dd93e5ddefd47b665820 | | | Author: Willi Braun | | | Date: Wed Dec 5 04:34:35 2012 +0000 | | | | | | #1959 | | | - added support for event triggering math function | | | e.g. ceil,floor,div,mod,rem,integer | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 92b794e93f1ea7558f28e2325cda417ae04d1e60 | | | Author: Adrian Pop | | | Date: Tue Dec 4 23:02:31 2012 +0000 | | | | | | - rewrite weird code in System_rml.c isIdenticalFile | | | - remove some warnings in FMIImpl.c | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/System_rml.c | | | | | * commit 08b8f84f57458765727639c5df680a650cfa1ab8 | | | Author: Jens Frenkel | | | Date: Tue Dec 4 21:00:40 2012 +0000 | | | | | | - use intMax for repl Size, as in fact wanted | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 85e27ca3e7655265982f73e685a0d387f4a7bf4a | | | Author: Jens Frenkel | | | Date: Tue Dec 4 20:29:34 2012 +0000 | | | | | | - buy time with memory, now the avm model finishes remove simple equations after around 15 Minutes (last try was not finished after 9 hours), so it was not a loop, we need a new implementation of BackendVarTransform because this is the bottleneck (the inverse hashtable, the lists crow dramatical) | | | - use the model size to alloc memory for the replacements | | | - remove unused code from Inline.mo | | | - add new tests for index reduction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 110405351944d6ebc19411ac03d94306ef1a2203 | | | Author: Martin Sjölund | | | Date: Tue Dec 4 17:05:22 2012 +0000 | | | | | | - Bump MSL version (ModelicaServices moved) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 6aa322964ab55e3d0a408ffd02458c68fd8241aa | | | Author: Martin Sjölund | | | Date: Tue Dec 4 15:46:16 2012 +0000 | | | | | | - Update MSL+OM to calculate the maximum integer size instead of using hardcoded constants | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Makefile.common | | | | | * commit e9ed93df6d36f1fe9cc1157c803ac23509b55809 | | | Author: Henning Kiel | | | Date: Tue Dec 4 14:19:59 2012 +0000 | | | | | | - moved some if statements out of for loops | | | - avoid calloc if memory is directly initialized after allocation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/string_array.c | | | | | * commit 941cf63fa6c53f0688e8562e892d0f548c2624c9 | | | Author: Jens Frenkel | | | Date: Tue Dec 4 12:13:10 2012 +0000 | | | | | | - see what happens without old force inline implementation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit c065581ca14715495550eef58b4aca04dd67d408 | | | Author: Jens Frenkel | | | Date: Tue Dec 4 11:33:50 2012 +0000 | | | | | | - first attempt to inline function with multiple statements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 2e1aa11af5eefdabd823eb2200934ebbe5f05c60 | | | Author: Lennart Ochel | | | Date: Tue Dec 4 09:25:19 2012 +0000 | | | | | | - Compiler/BackEnd/ | | | - solve dependencies for parameters during initialization | | | - fix for equations from bindings | | | - Compiler/Template/ | | | - print error message, if symbolic initialization is selected but not generated | | | - SimulationRuntime/c | | | - always dump error messages | | | - testsuite/ | | | - activate case for ticket #1964 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 2ffd4e0ff23b9eea5709a2ee798b7cf2d366b5ec | | | Author: Henning Kiel | | | Date: Tue Dec 4 07:43:03 2012 +0000 | | | | | | - fix loop boundaries | | | - remove unused variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 6f8e2b1d73786c3815931697aa945b5908c7f80a | | | Author: Henning Kiel | | | Date: Tue Dec 4 06:31:44 2012 +0000 | | | | | | - rollback of file opening issue | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_rml.c | | | | | * commit d36ca8802506db2091ee9209f104d12a3dd72361 | | | Author: Adrian Pop | | | Date: Tue Dec 4 04:44:58 2012 +0000 | | | | | | - handle CombiTable1D tables of 1 row only in tables.c | | | Modelica.Blocks.Tables.CombiTable1D z(table = [0, 0.7]); | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | | | * commit 73afbf606d3d55495949f44f43e318dffcea324e | | | Author: Martin Sjölund | | | Date: Mon Dec 3 23:01:05 2012 +0000 | | | | | | - Fix to try scodeInstShortcut in BuildModelRecursive.mos. Only uses it if buildModel fails, and then succeeds with the shortcut. Green cells become yellow if the shortcut was used. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 2d4c3d8e0fd7c46b80965815d72858f081721264 | | | Author: Jens Frenkel | | | Date: Mon Dec 3 22:39:08 2012 +0000 | | | | | | - BackendDAECreate.lower3: add missing case for DAE.INITIALDEFINE | | | - SimCodeUtil.createNonlinearResidualExp: add case for Enumerations | | | - Expression.expAdd,expSub: add case for Enumerations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 581555f6d1d1aac778b040f3751054a229143be9 | | | Author: Jens Frenkel | | | Date: Mon Dec 3 17:59:29 2012 +0000 | | | | | | - break infintite loop in index reduction | | | - update test | | | - fix bootstrapping (that was not easy) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 4336a117bcbe05a027430f19197bfc8db69c4ae4 | | | Author: Martin Sjölund | | | Date: Mon Dec 3 17:59:16 2012 +0000 | | | | | | - Update MSL version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Env.mo | | | | | * commit 653a80c0b271803b93c235c01abdf2c8ceb97f29 | | | Author: Adrian Pop | | | Date: Mon Dec 3 17:12:03 2012 +0000 | | | | | | - fixes for bugs: #1946 #1969 | | | - do not allow subtype(Tuple, nonTuple) | | | - do type conversion of Tuple -> DAE.TSUB(Tuple, 1) | | | when the actual type is tuple and the expected type is not. | | | also check that the first type of the tuple agrees with the | | | type of the non-tuple. | | | - added tests for these bugs | | | testsuite/flattening/modelica/built-in-functions/AbsIssues.mo | | | testsuite/flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo | | | - let's see how many tests fail :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit da3a85ebc2675078c3619c58089c3364b4de1b41 | | | Author: Adrian Pop | | | Date: Mon Dec 3 16:52:10 2012 +0000 | | | | | | - attempt to fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit fdaeb10259e34376a1b61654dcca6708b1b0bfaf | | | Author: Jens Frenkel | | | Date: Mon Dec 3 15:41:10 2012 +0000 | | | | | | - BackendVarTransform.replaceExp: add missing cases for DAE.TSUB and PARTEVALFUNCTION | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 2ba52416e49bc808d0a766ffa2cd86f3e5bc6194 | | | Author: Leonardo Laguna | | | Date: Mon Dec 3 15:38:50 2012 +0000 | | | | | | - Fixed problem making the bootstrap test fail | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 0c7dcef74e584fd971ee5247c478e756840a0c76 | | | Author: Leonardo Laguna | | | Date: Mon Dec 3 15:16:16 2012 +0000 | | | | | | - Update to the uncertainties algorithm | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 7e0b25f71c053e10b099c8dbea55495774939b56 | | | Author: Henning Kiel | | | Date: Mon Dec 3 11:00:08 2012 +0000 | | | | | | - optimize loops | | | - fix memory leak | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/System_rml.c | | | | | * commit d74aed2ab2164a66c9a7080b9bbe5bf86aaf2357 | | | Author: Willi Braun | | | Date: Sun Dec 2 17:50:57 2012 +0000 | | | | | | #1960 | | | -fixed bug with integer valued zerocrossings | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 4a3d647db981b7193b50d7f14d4b625f1079b27f | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Dec 2 16:49:42 2012 +0000 | | | | | | + ParModelica: fix parallelism propagation, append omc_ prefix to parallel functions, change modelica_assert to omc_assert | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl | | | | | * commit 5708e2a97d99c42d0441770b7b4770c535bc2bd1 | | | Author: Jens Frenkel | | | Date: Sun Dec 2 13:30:49 2012 +0000 | | | | | | - expressions with unfixed parameters cannot moved to simple equations because they are calculated before the unfixed parameter values are calculated, 2th try | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit f3e644a1e3df78bf6d837c54237ad8292c69611c | | | Author: Jens Frenkel | | | Date: Sun Dec 2 12:54:34 2012 +0000 | | | | | | - add model for Ticket #1964 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit ab9238b02bbc6d4c5c954f815d82fffc83636774 | | | Author: Adrian Pop | | | Date: Sun Dec 2 04:40:05 2012 +0000 | | | | | | - bug #1963 cannot be fixed right now as the fix is breaking too many models. | | | - to fix this bug we need to know in Static which parameters are final and we have no way of knowing that right now. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 305e07affd731ccf58b47e4fc7de1af80dd0efff | | | Author: Adrian Pop | | | Date: Sun Dec 2 02:53:25 2012 +0000 | | | | | | - second attempt to fix #1963 | | | constant with parameter index -> DO NOT CONSTANT EVALUATE. | | | this time it should work fine, i even added a test: | | | testsuite/flattening/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos | | | | | | Static.mo | | | - use the subscripts constant-ness property more. | | | Expression.mo | | | - handle DAE.ENUM_LITERAL in Expression.dimensionSize and Expression.dimensionKnown | | | | | | - i guess a lot of tests will fail, i'll fix them when i get the result from Hudson | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit be5d1f88a9f355c654e3b929beecced835b1dc53 | | | Author: Adrian Pop | | | Date: Sun Dec 2 01:58:48 2012 +0000 | | | | | | - attempt to fix #1963 | | | constant with parameter index -> DO NOT CONSTANT EVALUATE. | | | - i guess a lot of tests will fail, i'll fix them when i get the result from Hudson | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit b79b99a9fd310b5eaa887b828714f736be9af106 | | | Author: Jim Nutaro | | | Date: Sat Dec 1 23:43:11 2012 +0000 | | | | | | Fixed problem evaluating pre() function in the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 685e0cf24444d85659c6f364ffdb8906177d5d8b | | | Author: Jens Frenkel | | | Date: Sat Dec 1 19:08:02 2012 +0000 | | | | | | - comment last changes out | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 38b7e65c80810778d3edd7510895d26cfcbb29f6 | | | Author: Jens Frenkel | | | Date: Sat Dec 1 17:36:36 2012 +0000 | | | | | | - expressions with unfixed parameters cannot moved to simple equations because they are calculated before the unfixed parameter values are calculated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 289eb22851803d84fd277e1f7ae7b2416e00b804 | | | Author: Jens Frenkel | | | Date: Sat Dec 1 17:34:18 2012 +0000 | | | | | | - traverse also subscripts of cref in traverseExptopDown | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 5856a42a20f914c5aced55af8b97a3164621610a | | | Author: Jens Frenkel | | | Date: Sat Dec 1 15:28:38 2012 +0000 | | | | | | - missing function from last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 60bef9f830d06891e3ff85097a7ca4a02e942a78 | | | Author: Jens Frenkel | | | Date: Sat Dec 1 15:14:49 2012 +0000 | | | | | | - improve algortihm for handling undifferentiable mss | | | - copy also lapack and blas for msvc debugging | | | - comment for further developemnt to BackendDAE.STATE | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M SimulationRuntime/c/CMakeLists.txt | | | | | * commit aa6266aa4f6be52d5f062d9a5267bf28ceeb1a74 | | | Author: Adrian Pop | | | Date: Sat Dec 1 05:02:07 2012 +0000 | | | | | | - remove the tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit c5d9436b8106c3d3765008edf239c82a0d19b2fd | | | Author: Jim Nutaro | | | Date: Sat Dec 1 02:17:11 2012 +0000 | | | | | | Added support for sample to adevs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/NFInstDumpTpl.mo | | | | | * commit 67c873e3a1bdf31a14de8f63746d58661c7778b3 | | | Author: Jens Frenkel | | | Date: Sat Dec 1 01:19:00 2012 +0000 | | | | | | - bufgix for replace STMT_ASSIGN_ARR | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 7e15db00c65aacbd55d35ee72dea677e89025e72 | | | Author: Jens Frenkel | | | Date: Fri Nov 30 23:45:00 2012 +0000 | | | | | | - improve collecting of equations for index reduction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 890f1062f0ed6dbf208845aa4dd83ca8983f3839 | | | Author: Jens Frenkel | | | Date: Fri Nov 30 22:42:50 2012 +0000 | | | | | | - improve collecting of equations for index reduction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/Util/Debug.mo | | | | | * commit e7a18875cb8abcba3fe7eabf77a852cc573e9fd9 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Nov 30 21:11:07 2012 +0000 | | | | | | - Coding style. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | | | * commit e253087dc058674599cad463316b87bc87cfcff2 | | | Author: Jens Frenkel | | | Date: Fri Nov 30 20:53:30 2012 +0000 | | | | | | - CheckModel.statementOutputs: add Case for DAE.STMT_BREAK | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/Util/Util.mo | | | | | * commit 0ba31057636cecc21b745f354be6630948993b84 | | | Author: Jens Frenkel | | | Date: Fri Nov 30 19:27:08 2012 +0000 | | | | | | - do not report "Files Equal" if nothing was compared | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 6cd4a35b997ba4009b95c04ef8cf9c86ee457e32 | | | Author: Martin Sjölund | | | Date: Fri Nov 30 16:58:55 2012 +0000 | | | | | | - Fix unparse | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit e0a78f53e9460cb24649243dcbcb77d7f17966c3 | | | Author: Martin Sjölund | | | Date: Fri Nov 30 16:23:26 2012 +0000 | | | | | | #1961 | | | - Fix enumeration index for arrays of enumerations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 8afb9afaeef1eca481ba9f328714b7686b937705 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Nov 30 15:14:36 2012 +0000 | | | | | | + Check proper numeric types for operators. | | | + cast operands of pow to real before exponentiation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit c0dbed95bf7ded23c99878c089aeeca109276f1e | | | Author: Lennart Ochel | | | Date: Fri Nov 30 11:32:42 2012 +0000 | | | | | | - a more general implementation for when-clauses in algorithm-sections for the initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 581283e752d7ad3c4f7daa8b6da90e80f2095f63 | | | Author: Adrian Pop | | | Date: Fri Nov 30 05:11:35 2012 +0000 | | | | | | - remove debugging printout in CodegenC.tpl | | | daeExpIf because the expression inside /* */ can contain /* */ and you get a lot of issues | | | add it back if you want to debug that part! | | | | | | - build the freaking omc-diff on omc build! | | | it takes a nanosecond anyway and you can then cd to anywhere in the | | | testsuite and run rtest without the annoying omc-diff is not there | | | message. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Makefile.common | | | | | * commit edaba5593bd8ec3e0c4cfa22f60b79312c4d3886 | | | Author: Adrian Pop | | | Date: Fri Nov 30 03:53:00 2012 +0000 | | | | | | - add a warning about files and directories (containing package.mo) that are not present in package.order | | | *AND ALSO LOAD THE ONES THAT ARE NOT PRESENT*. | | | I've got bitten by this waaaay too many times to let it slide! | | | Now we got 3 more test models in the AVM lib from this. | | | | | | - way faster extendsFrom (without bothering to fully qualify extends, just checks suffix of extends in class) | | | previous took 10 minutes, now is 16 seconds. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | | | * commit c19d1317624d4b7965435ac7e19f972d16f9572d | | | Author: Adeel Asghar | | | Date: Fri Nov 30 00:37:16 2012 +0000 | | | | | | Fix testsuite. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | | | * commit e2fda47b3a303ee14dd1f6deddba28da8198cbbd | | | Author: Adeel Asghar | | | Date: Thu Nov 29 17:50:46 2012 +0000 | | | | | | fixed tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit ef974c39cb28e6f8cdc5df7f0c1636df2c480d2a | | | Author: Adeel Asghar | | | Date: Thu Nov 29 17:36:56 2012 +0000 | | | | | | - Let the user decided whether he want input/output connectors or not. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | | | * commit dded62c962f0db93521ad4fabc166615f3bfdccf | | | Author: Adeel Asghar | | | Date: Thu Nov 29 16:31:40 2012 +0000 | | | | | | Generate the connector pins for input and output variables. | | | Give a standard annotation to the imported model. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 18094901b545c4876625c884d5f2437e54f163d4 | | | Author: Alachew Mengist | | | Date: Thu Nov 29 16:09:02 2012 +0000 | | | | | | - Added time Point value and index in XML code generation | | | - Fixed XML code generation for Builtin functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit 3e878e3afd40a94610eae04104f9362f5322735a | | | Author: Lennart Ochel | | | Date: Thu Nov 29 15:14:23 2012 +0000 | | | | | | - Compiler\BackEnd | | | - handle when-clause inside algorithm sections for initialization | | | - rename SimCode.mo to SimCodeUtil.mo in some error messages | | | - testsuite\simulation\ | | | - libraries\msl32 | | | - fix expected output | | | - modelica\initialization | | | - add two cases for when-clause inside algorithm sections | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e1cdc7660f6c0e28183768d9ea3e45cf03bf3348 | | | Author: Jens Frenkel | | | Date: Thu Nov 29 10:32:19 2012 +0000 | | | | | | - next case for undifferentiable mss, select the first state candidate with unused derivative | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit e4d39c3167b769617812036fc503c0cb8d6cfc36 | | | Author: Martin Sjölund | | | Date: Thu Nov 29 09:42:55 2012 +0000 | | | | | | - Fixes FMIImport on the bootstrapped compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/FMIExt.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | | | * commit 5eb3d3d89653b2a45327bfbfb00064a032cab59c | | | Author: Martin Sjölund | | | Date: Thu Nov 29 08:02:41 2012 +0000 | | | | | | - Merge some code in BackendDAEEXT so we do not have a different version for bootstrapped (it was broken, causing errors in libc malloc, making the process into a zombie) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/BackendDAEEXT.cpp | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | | | * commit 650b06dfd48ae228ff07882dd11981dc52b11894 | | | Author: Martin Sjölund | | | Date: Thu Nov 29 05:58:05 2012 +0000 | | | | | | - Fix the path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 64db10c85f08528073399b7198e51a1e4f41ba3c | | | Author: Martin Sjölund | | | Date: Thu Nov 29 05:55:17 2012 +0000 | | | | | | - Fix to build on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 817befa6bd9381da5ae2b9c2db4d7b1d8770aa15 | | | Author: Jens Frenkel | | | Date: Wed Nov 28 23:20:15 2012 +0000 | | | | | | - remove unused code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 35cbb9680540befd764d4ab427554e16bb2427fb | | | Author: Jens Frenkel | | | Date: Wed Nov 28 23:00:53 2012 +0000 | | | | | | - try to replace final vars in undifferentiable subset | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit a694b27d9df18a3d2307fad5764f16d789004bdc | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Nov 28 21:19:51 2012 +0000 | | | | | | - fix returned type. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | | | * commit 11171a925386f5ba42eabdd85bdc2dee15a1dd37 | | | Author: Martin Sjölund | | | Date: Wed Nov 28 18:48:02 2012 +0000 | | | | | | - Fix copy/paste error in lapack | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Lapack.mo | | | | | * commit 9ac1e2dccee35b09ac5409a1f60d0e88a1bb2251 | | | Author: Adrian Pop | | | Date: Wed Nov 28 18:21:41 2012 +0000 | | | | | | - no GC for visual studio! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | | | * commit e6dce00dad46971e24489c681290eddf1959e9ba | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Nov 28 17:52:29 2012 +0000 | | | | | | + Type checking for operators and operands for the new FrontEnd. | | | + Arithmetic operations | | | + Logical operations | | | + Relations | | | + Fix for type checking of assignment and equality equation statements . | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/NFTypeCheck.mo | | | M Compiler/FrontEnd/NFTyping.mo | | | | | * commit 073e9c451f87978ae06fc004acf594423e2e1ed0 | | | Author: Adrian Pop | | | Date: Wed Nov 28 17:50:44 2012 +0000 | | | | | | - OpenTURNS.mo fixes: | | | + do not reverse the wrapper inputs/outputs! | | | + use the variable names in the description. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit a658ebb84c8234376c7416e5ab41ca94c1090a43 | | | Author: Adrian Pop | | | Date: Wed Nov 28 17:00:21 2012 +0000 | | | | | | - link with -lgc the generated code | | | - link with -lgc omc.exe | | | - add the gc includes to the Compiler/runtime/Makefile.omdev.mingw | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 18963d3917163b11e24db26af8042d1c9c09bab0 | | | Author: Martin Sjölund | | | Date: Wed Nov 28 16:34:55 2012 +0000 | | | | | | - I promise one of these days make will listen to what I mean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 85e597e1293dce59820ea59d3cb5099944546568 | | | Author: Martin Sjölund | | | Date: Wed Nov 28 16:31:38 2012 +0000 | | | | | | - Fix for parallel builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit d418bc892bd546e6d44380bec10e085af6e5fdb1 | | | Author: Martin Sjölund | | | Date: Wed Nov 28 16:25:32 2012 +0000 | | | | | | - Fix build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit e7d12cc899097ba33f39fd3c3ea314ccf10b47bd | | | Author: Martin Sjölund | | | Date: Wed Nov 28 16:18:40 2012 +0000 | | | | | | - Enable boehm-gc by default | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/omc_release/Makefile.in | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | | | * commit 65bd171b8b7bda86e9babf84efe16b8c989bda67 | | | Author: Martin Sjölund | | | Date: Wed Nov 28 15:09:40 2012 +0000 | | | | | | - Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Util/List.mo | | | | | * commit fc795ebc55e0511a5b8d75643940ab15982ae2e7 | | | Author: Jens Frenkel | | | Date: Wed Nov 28 14:21:18 2012 +0000 | | | | | | - fix test | | | - small improvements to OnRelaxation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit 93b67179da14b9f1f2692aca0a7e2396629b6fa0 | | | Author: Martin Sjölund | | | Date: Wed Nov 28 13:19:40 2012 +0000 | | | | | | - Tail-recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit ffc2cc51a5be83f405888fe25b9bd110ca5a5236 | | | Author: Lennart Ochel | | | Date: Wed Nov 28 12:50:13 2012 +0000 | | | | | | - generate initalsystem before replacing pre(alias) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit d0552ca85da8db0a996d9e2b5007cab522140a6f | | | Author: Martin Sjölund | | | Date: Wed Nov 28 12:13:05 2012 +0000 | | | | | | - Back to using .a-file instead of .so since we cannot load the file if it uses so | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 26c1d722a035c63d8bb9ef0233225252f7f675f5 | | | Author: Martin Sjölund | | | Date: Wed Nov 28 11:54:29 2012 +0000 | | | | | | - Use LinearSystems2 2.3 instead of 2.0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 138b6fb6aa8aa2e5267622bd3f4cebcd97671f6f | | | Author: Martin Sjölund | | | Date: Wed Nov 28 11:50:10 2012 +0000 | | | | | | - Let's create the directory before we copy to it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit e50a3d4baf1c25efaf9d1a74fadc0f70ffd8a758 | | | Author: Jens Frenkel | | | Date: Wed Nov 28 11:45:33 2012 +0000 | | | | | | - bugfix for multidim constrained equations with no algebraic variables | | | - improve error message STRUCT_SINGULAR_SYSTEM | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 5fbe6ed553901162b68b355596c01abe1fac2f0a | | | Author: Martin Sjölund | | | Date: Wed Nov 28 11:21:58 2012 +0000 | | | | | | - Updating makefiles so we can enable boehm when it works with dynamically loaded code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | M Parser/Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/gc/mmc_gc.h | | | M configure.in | | | | | * commit ca2d05d6136f6af72ef6e67ca54fbfc7c71c9954 | | | Author: Lennart Ochel | | | Date: Wed Nov 28 11:20:03 2012 +0000 | | | | | | - fix bad handled failure of new initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 10f4f2bdc89b06aea54a85db16d1cd5944a3c31d | | | Author: Martin Sjölund | | | Date: Wed Nov 28 09:44:21 2012 +0000 | | | | | | - Adding boehm gc 7.2d sources to 3rdParty since we need to compile our own version rather than the OS-provided | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 72a3d0b63164fe73065a6044c8681d3595bfbb7c | | | Author: Martin Sjölund | | | Date: Wed Nov 28 09:43:26 2012 +0000 | | | | | | - Tail-recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Tpl.mo | | | | | * commit 143d435f20c40a252bfd943fa41343d01c237380 | | | Author: Jens Frenkel | | | Date: Wed Nov 28 09:10:02 2012 +0000 | | | | | | - improve Pantelites algorithm to handle also not differentiable singulare subsets | | | - move Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos to working tests | | | - add flag to dump trace in HTML usage with +d=bltdump +dumpTarget=log.html | | | it is a first try, shure we have to improve it but it can be quiet usefull in case of large trace files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | A Compiler/BackEnd/DumpHTML.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Flags.mo | | | | | * commit 0b5acc8b506454bc6dee6c52e4b714dd41cbb3a4 | | | Author: Adrian Pop | | | Date: Wed Nov 28 08:34:13 2012 +0000 | | | | | | - add the global root for boehm gc also | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | | | * commit fcb75cca9e12dd721325ebf2e46add2637d91fd1 | | | Author: Adrian Pop | | | Date: Wed Nov 28 07:59:39 2012 +0000 | | | | | | - attempt to fix the cmake stuff. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | | | * commit 4418a89bd422e9d0e3cc4cb03c0488e357209f32 | | | Author: Adrian Pop | | | Date: Wed Nov 28 07:41:12 2012 +0000 | | | | | | - rename SimulationRuntime/c/meta/gc.* to SimulationRuntime/c/meta/mmc_gc.* | | | - to use the Boehm GC uncomment: | | | #define _MMC_USE_BOEHM_GC_ | | | in SimulationRuntime/c/meta/mmc_gc.h | | | and recompile the SimulationRuntime/c and the bootstrapped compiler. | | | note that you will have to link omc or the bootstrapped compiler with Boehm GC | | | (for OMDev the flags are already in place but commented out, search for boehm in the Makefiles.omdev.mingw, | | | also the compiled libgc was added to OMDev). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/generational.h | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | R100 SimulationRuntime/c/meta/gc/gc.c SimulationRuntime/c/meta/gc/mmc_gc.c | | | R084 SimulationRuntime/c/meta/gc/gc.h SimulationRuntime/c/meta/gc/mmc_gc.h | | | M SimulationRuntime/c/meta/meta_modelica.h | | | | | * commit 32662df6ad86f0665e6fd825104e0c822b668e35 | | | Author: Willi Braun | | | Date: Tue Nov 27 15:59:30 2012 +0000 | | | | | | small fixes to runtime | | | - simulation_runtime.cpp | | | - added correct solver to callSolver | | | - dassl.c | | | - use colored sparse structure for dasslwort | | | - nonlinearSolverHybrd.* | | | - added a case for using values as scaling factos | | | - model_help.c | | | - fixed uninitialized value | | | - testsuite/* | | | - adjust tests | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | | | * commit cbe8ad64d0d921b9ba9f20cc6119d1c904dcadca | | | Author: Lennart Ochel | | | Date: Tue Nov 27 15:56:12 2012 +0000 | | | | | | - fix memory leak | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 9122c2bb6060a0ce982075595bc6f924be50a5e9 | | | Author: Lennart Ochel | | | Date: Tue Nov 27 15:46:00 2012 +0000 | | | | | | - avoid compiler warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit 74da86d229bc70b06e43acb0b589e35d59829fbc | | | Author: Vitalij Ruge | | | Date: Tue Nov 27 15:36:00 2012 +0000 | | | | | | - fix error message | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | | | * commit 187769a0cdb26e3073cfafe5bcbe2b8e42e2cf9a | | | Author: Lennart Ochel | | | Date: Tue Nov 27 15:24:56 2012 +0000 | | | | | | - improve readability of | | | - some sample test cases | | | - some dumps: LOG_EVENTS and LOG_ZEROCROSSINGS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 2adb7b93f8ca178fb83c78ffb1c2354eefa92cda | | | Author: Lennart Ochel | | | Date: Tue Nov 27 12:39:28 2012 +0000 | | | | | | - rename SCodeInst.instExp to NFSCodeInst.instExp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/NFInstDumpTpl.mo | | | | | * commit 303478dfc8b383c68835a34e4f2532ac14a7e401 | | | Author: Adrian Pop | | | Date: Tue Nov 27 12:19:27 2012 +0000 | | | | | | - fix template compilation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/NFInstDumpTV.mo | | | | | * commit 4fce441e603ddef33e76cc0711424570433e0cc8 | | | Author: Lennart Ochel | | | Date: Tue Nov 27 12:14:17 2012 +0000 | | | | | | - small changes for calculating parameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 97c1873d5cb002cfd072b2aa89767d7e6c382458 | | | Author: Adrian Pop | | | Date: Tue Nov 27 12:12:40 2012 +0000 | | | | | | - naming frenzy :) | | | - changed names of packages belonging to the new | | | instantiation from NAME to NFNAME. NF=NewFrontEnd | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | R096 Compiler/FrontEnd/Connect2.mo Compiler/FrontEnd/NFConnect2.mo | | | R092 Compiler/FrontEnd/ConnectCheck.mo Compiler/FrontEnd/NFConnectCheck.mo | | | R086 Compiler/FrontEnd/ConnectEquations.mo Compiler/FrontEnd/NFConnectEquations.mo | | | R074 Compiler/FrontEnd/ConnectUtil2.mo Compiler/FrontEnd/NFConnectUtil2.mo | | | R096 Compiler/FrontEnd/ConnectionSets.mo Compiler/FrontEnd/NFConnectionSets.mo | | | R083 Compiler/FrontEnd/EnvExtends.mo Compiler/FrontEnd/NFEnvExtends.mo | | | R091 Compiler/FrontEnd/EvalFunction.mo Compiler/FrontEnd/NFEvalFunction.mo | | | R079 Compiler/FrontEnd/ExpandableConnectors.mo Compiler/FrontEnd/NFExpandableConnectors.mo | | | R065 Compiler/FrontEnd/InstDump.mo Compiler/FrontEnd/NFInstDump.mo | | | R084 Compiler/FrontEnd/InstFlatten.mo Compiler/FrontEnd/NFInstFlatten.mo | | | R090 Compiler/FrontEnd/InstSymbolTable.mo Compiler/FrontEnd/NFInstSymbolTable.mo | | | R093 Compiler/FrontEnd/InstTypes.mo Compiler/FrontEnd/NFInstTypes.mo | | | R077 Compiler/FrontEnd/InstUtil.mo Compiler/FrontEnd/NFInstUtil.mo | | | R085 Compiler/FrontEnd/SCodeAnalyseRedeclare.mo Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo | | | R090 Compiler/FrontEnd/SCodeApplyRedeclare.mo Compiler/FrontEnd/NFSCodeApplyRedeclare.mo | | | R088 Compiler/FrontEnd/SCodeCheck.mo Compiler/FrontEnd/NFSCodeCheck.mo | | | R085 Compiler/FrontEnd/SCodeDependency.mo Compiler/FrontEnd/NFSCodeDependency.mo | | | R099 Compiler/FrontEnd/SCodeEnv.mo Compiler/FrontEnd/NFSCodeEnv.mo | | | R085 Compiler/FrontEnd/SCodeExpand.mo Compiler/FrontEnd/NFSCodeExpand.mo | | | R077 Compiler/FrontEnd/SCodeFlatten.mo Compiler/FrontEnd/NFSCodeFlatten.mo | | | R089 Compiler/FrontEnd/SCodeFlattenImports.mo Compiler/FrontEnd/NFSCodeFlattenImports.mo | | | R075 Compiler/FrontEnd/SCodeFlattenRedeclare.mo Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo | | | R093 Compiler/FrontEnd/SCodeHashTable.mo Compiler/FrontEnd/NFSCodeHashTable.mo | | | R082 Compiler/FrontEnd/SCodeInst.mo Compiler/FrontEnd/NFSCodeInst.mo | | | R075 Compiler/FrontEnd/SCodeInstShortcut.mo Compiler/FrontEnd/NFSCodeInstShortcut.mo | | | R082 Compiler/FrontEnd/SCodeLookup.mo Compiler/FrontEnd/NFSCodeLookup.mo | | | R085 Compiler/FrontEnd/SCodeMod.mo Compiler/FrontEnd/NFSCodeMod.mo | | | R087 Compiler/FrontEnd/SCodeStatic.mo Compiler/FrontEnd/NFSCodeStatic.mo | | | R074 Compiler/FrontEnd/TypeCheck.mo Compiler/FrontEnd/NFTypeCheck.mo | | | R079 Compiler/FrontEnd/Typing.mo Compiler/FrontEnd/NFTyping.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/Makefile | | | R096 Compiler/Template/InstDumpTV.mo Compiler/Template/NFInstDumpTV.mo | | | A Compiler/Template/NFInstDumpTpl.mo | | | R096 Compiler/Template/InstDumpTpl.tpl Compiler/Template/NFInstDumpTpl.tpl | | | R100 Compiler/FrontEnd/InstanceHierarchy.mo Compiler/Unused/InstanceHierarchy.mo | | | M Compiler/Unused/SCodeFlat.mo | | | M Compiler/Unused/SCodeFlattenExtends.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | | | * commit 61d3ea7f6fda53a546b46452ecda47d15e8f5a31 | | | Author: Martin Sjölund | | | Date: Tue Nov 27 10:01:34 2012 +0000 | | | | | | - Load MSL 3.2 by default | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 1585859583e7f06895482a9dc04202969609df71 | | | Author: Adrian Pop | | | Date: Tue Nov 27 07:40:34 2012 +0000 | | | | | | - better failtrace message in Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | - new functions for dimension comparison on Compiler/FrontEnd/Expression.mo | | | not used yet in Compiler/FrontEnd/Types.mo as I did not want to allow | | | Types.subtype(Type[0], Type[N]) to return true (we'll see if we need | | | to allow it). | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 39d55ccebe50cdddf9141d320e5152b9adfcda64 | | | Author: Adrian Pop | | | Date: Mon Nov 26 17:28:33 2012 +0000 | | | | | | - let's try this again to see how the tests are going. | | | previously there were other issues with templates. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeAnalyseRedeclare.mo | | | | | * commit 34cde47d57551c52e6af91a495f083ea4fd0fa77 | | | Author: Martin Sjölund | | | Date: Mon Nov 26 13:08:31 2012 +0000 | | | | | | #1950 | | | - Added symmetric() implementation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit a39c5c7146ba71f089ae95402fc3ebab37c84b74 | | | Author: Adeel Asghar | | | Date: Mon Nov 26 12:16:01 2012 +0000 | | | | | | Mark input variables, call fmiSet* functions for input variables. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | | | * commit ea6610d67793d541371496a68ad3bc4b29dd56a4 | | | Author: Adrian Pop | | | Date: Mon Nov 26 06:43:43 2012 +0000 | | | | | | - revert changes to templates: | | | Compiler/Template/CodegenC.tpl | | | Compiler/Template/ExpressionDumpTpl.tpl | | | as things started to break for no apparent reason! | | | - revert changes to tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 6d6ddeb58b78c94f5adfe12bda096224c5100131 | | | Author: Adrian Pop | | | Date: Mon Nov 26 06:03:59 2012 +0000 | | | | | | - expected output | | | - remove the merging of modifiers in SCodeAnalyseRedeclare.mo for now as it seems to have some issues with the AVM models. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeAnalyseRedeclare.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 221881a9ab1ebbaea7b569a7a902b3462b85f786 | | | Author: Adrian Pop | | | Date: Mon Nov 26 05:17:13 2012 +0000 | | | | | | - Fixes for bug: #1954 | | | | | | Static.mo | | | - perform vectorization on inStream and actualStream | | | | | | ComponentReference.mo, ExpressionDump.mo | | | - better debug printing of expressions and crefs | | | | | | ExpressionDumpTpl.tpl | | | - prefix exps with /*asub*/ or /*tsub*/ so we know which one it is. | | | | | | CodegenC.tpl | | | - use // as expressions can have /* */ in them! | | | | | | SCodeAnalyseRedeclare.mo | | | - merge modifiers of derived classes on chain (more work is needed) | | | but it seems to fix issues for some Fluid examples already | | | | | | ConnectUtil.mo | | | - use the types of the input expressions/crefs to build the types of expressions needed for | | | evaluation of inStream and actualStream. | | | | | | - Some tests will fail due to changes in ExpressionDumpTpl.tpl, I'll fix them with the output from Hudson. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/SCodeAnalyseRedeclare.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 4a750054591e09e8d81b83d642b26a0be7720bbb | | | Author: Adrian Pop | | | Date: Sun Nov 25 20:12:28 2012 +0000 | | | | | | - fixes for bug: #1953 | | | | | | Static.mo | | | - handle Tuple op nonTuple | | | - handle op Tuple | | | - test for it: testsuite/flattening/modelica/operators/OperatorsTuples.mo | | | | | | Inst.mo | | | - workaround for Modelica MSL bug: https://trac.modelica.org/Modelica/ticket/627 | | | - remove when fixed | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 7e0a299e27a61832ccf46b92f0cea1542dda7d7a | | | Author: Adrian Pop | | | Date: Sun Nov 25 16:15:42 2012 +0000 | | | | | | Fix attempt for bug: #1952 | | | Compiler/FrontEnd/SCodeDependency.mo | | | - call analyseClass on class extends in SCodeDependency.analyseElement | | | | | | Compiler/BackEnd/BackendDAEUtil.mo | | | - traverse also DAE.TSUB in BackendDAEUtil.traversingincidenceRowExpSolvableFinder | | | | | | Compiler/BackEnd/Derive.mo | | | - handle DAE.TSUB in Derive.differentiateExpTime | | | | | | Compiler/FrontEnd/CevalFunction.mo | | | - handle DAE.TSUB in CevalFunction.optimizeExpTraverser | | | | | | Let's see how many tests fail :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | | | * commit b23d520c1a22b8a320654c10582976ae38ef94b9 | | | Author: Adrian Pop | | | Date: Sun Nov 25 02:16:46 2012 +0000 | | | | | | - fixes for bug #1951 | | | add DAE.TSUB to array(fcallReturningTuple for i in range) -> array(tsub(fcallReturningTuple, 1) for i in range) | | | - handle DAE.TSUB in prefixExp | | | - add testsuite/flattening/modelica/arrays/ArrayTuple.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit b0097a6418e3e14a5266948d0f3188eac7b7f768 | | | Author: Adrian Pop | | | Date: Sun Nov 25 00:45:14 2012 +0000 | | | | | | - calling Env.mergeEnvConnectionSet in Inst.mo is not really needed. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit d7da10e11eb19b4ca63533aa794ecd8c9f3c1deb | | | Author: Adrian Pop | | | Date: Sat Nov 24 23:49:43 2012 +0000 | | | | | | - do not failtrace on Env.mergeEnvConnectionSet | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Env.mo | | | | | * commit 97dbafff5b34ad4ecc89d15079bc7e72dec3ae30 | | | Author: Adrian Pop | | | Date: Sat Nov 24 23:43:41 2012 +0000 | | | | | | Compiler/BackEnd/Derive.mo | | | - add der(sign(x)) -> 0 to Derive.differentiateExpTime | | | | | | Compiler/FrontEnd/Ceval.mo | | | - change the way cardinality is evaluated (strip all subs from connect crefs) | | | | | | Compiler/FrontEnd/Env.mo | | | - make the CSetsType a list | | | - add a function to merge CSetsType from 2 envs. | | | | | | Inst.mo | | | - strip subs from crefs/prefix added to csets for cardinality sake. | | | - add connections from for equations | | | | | | SCode.mo | | | - added makeEquation to make an SCode.Equation out of SCode.EEquation. | | | | | | - quite some tests might fail, let's see what Hudson tells us. | | | | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 726d9594b76a6cabdf39e2eaefe8092fa54870c4 | | | Author: Adrian Pop | | | Date: Sat Nov 24 20:26:13 2012 +0000 | | | | | | - send in the file info in BackendDAEUtil.checkAssertCondition so we know where the assertion got triggered | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit d9c0001470ff75d7fb482c8d33f0e192ae2607d9 | | | Author: Adeel Asghar | | | Date: Sat Nov 24 18:43:53 2012 +0000 | | | | | | - escape the generated code strings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit b97f1f43d250da8b732ba35185860ba37ca64c7b | | | Author: Adeel Asghar | | | Date: Sat Nov 24 15:30:30 2012 +0000 | | | | | | handle input causality for the variable. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 97e9473b7830fe665cd6aa86f15d4bd1c927adae | | | Author: Adeel Asghar | | | Date: Sat Nov 24 15:25:36 2012 +0000 | | | | | | - Make the FMI Export generate XML according to the specification. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 894d611952b39eb6ccf91150c981ba3b5393cf48 | | | Author: Adrian Pop | | | Date: Sat Nov 24 15:04:40 2012 +0000 | | | | | | Fixes for #1946 | | | - guard Types.subtype2(ty1, tuple(ty2, _)) -> Types.subtype2(ty1, ty2) and | | | Types.subtype2(tuple(ty1, _), ty2) -> Types.subtype2(ty1, ty2) | | | to be executed only for normal Modelica and not MetaModelica | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 89032e8c2061485725a7577bfe22fe0481eedb96 | | | Author: Adrian Pop | | | Date: Sat Nov 24 14:52:00 2012 +0000 | | | | | | Fixes for #1946 | | | - Types.subtype2: | | | + check of tuple vs. type: i.e. abs(fcallReturningTuple) | | | we try subtype of the first tuple element with the other type! | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit a07c9c2aeeb34779e6738fa5b07bba4433f9fb4c | | | Author: Jens Frenkel | | | Date: Fri Nov 23 22:03:26 2012 +0000 | | | | | | tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/FMU/fmu_model_interface.c | | | | | * commit 4235b07ceec595b82edd90bb27af5c84ba17cee3 | | | Author: Jens Frenkel | | | Date: Fri Nov 23 21:49:16 2012 +0000 | | | | | | - continue translateModelFMU SimulationRuntime CPP | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMUCpp.tpl | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | A SimulationRuntime/cpp/Source/FMU/fmiModelFunctions.h | | | A SimulationRuntime/cpp/Source/FMU/fmiModelTypes.h | | | A SimulationRuntime/cpp/Source/FMU/fmu_model_interface.c | | | A SimulationRuntime/cpp/Source/FMU/fmu_model_interface.h | | | | | * commit 2c2be1649717368ce20ff5480123dd408bb72ea3 | | | Author: Adrian Pop | | | Date: Fri Nov 23 21:16:07 2012 +0000 | | | | | | - small optimization, use funcs directly do not call get func twice. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 3fc65f51411d1d6e166108a18d19fbc331f4f8ce | | | Author: Lennart Ochel | | | Date: Fri Nov 23 18:15:28 2012 +0000 | | | | | | - remove some redundant parts of SimulationRuntime/c | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.h | | | M SimulationRuntime/c/simulation/results/simulation_result_empty.h | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.h | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 3d93ab9198ed9c11330a3edbd670229e833dffeb | | | Author: Jens Frenkel | | | Date: Fri Nov 23 16:53:38 2012 +0000 | | | | | | - remove duplicated variable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 475139e7f79a59e374bd22d786816375bf89b91c | | | Author: Lennart Ochel | | | Date: Fri Nov 23 16:51:05 2012 +0000 | | | | | | - bugfix for: unfixed parameters were initialized with their start values, instead of what the initial system says | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 3f6bf6c72b6bdb3435f69aa9bfc72c22ff6077d2 | | | Author: Jens Frenkel | | | Date: Fri Nov 23 16:49:34 2012 +0000 | | | | | | - bugfix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 03c3955863c8c5f5a3bf900d400d5406fc698a61 | | | Author: Jens Frenkel | | | Date: Fri Nov 23 16:17:04 2012 +0000 | | | | | | - additional fix for #1948 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 1e44e8f353ba4adb683f62e85c9a2882b0acb76e | | | Author: Jens Frenkel | | | Date: Fri Nov 23 15:25:06 2012 +0000 | | | | | | - replace bind expression of final vars with evaluated expression | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 12a960153b8be392eabd0135b4b97fd3c2b83a84 | | | Author: Jens Frenkel | | | Date: Fri Nov 23 13:41:08 2012 +0000 | | | | | | - bugfix for getEqnsforIndexReduction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | | | * commit 75ad6b1130ad4f6c1cf0013ce2d45952396b1eef | | | Author: Adeel Asghar | | | Date: Fri Nov 23 13:02:15 2012 +0000 | | | | | | - few minor fixes in the co-simulation generated code. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 90c1c45b6389a40046b5d6922bd8a56586e6d923 | | | Author: Adrian Pop | | | Date: Fri Nov 23 12:55:06 2012 +0000 | | | | | | ComponentReference.mo | | | - fix comment | | | | | | ModelicaBuiltin.mo | | | - add showFlatModelica to buildOpenTURNSInterface default to false | | | | | | CevalScript.mo | | | - handle showFlatModelica in buildOpenTURNSInterface | | | - more things in isCompleteFunction, not activated yet | | | | | | SimulationRuntime/OpenTurns/wrapper_template.c | | | - enable debugging by default | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/OpenTurns/wrapper_template.c | | | | | * commit 82500ed30c4d00f56862384c775fccb1ff97d23e | | | Author: Adeel Asghar | | | Date: Fri Nov 23 12:19:53 2012 +0000 | | | | | | - removed some unused code. | | | - documentation. | | | - Some minor fixes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 09427780093688c9c5cd65428d42ec0d7348d5b1 | | | Author: Jens Frenkel | | | Date: Fri Nov 23 11:00:28 2012 +0000 | | | | | | - fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | | | * commit 3b0a97bc9db8115d92fb015b6e854010daa33e27 | | | Author: Jens Frenkel | | | Date: Fri Nov 23 10:45:03 2012 +0000 | | | | | | - bugfix for singulare sytems, add test SingularePlanarLoop, Ticket #1948 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/matching.c | | | M Compiler/runtime/matchmaker.h | | | | | * commit 9119907804056cbba33e803ec350f8fb0c020a17 | | | Author: Martin Sjölund | | | Date: Fri Nov 23 09:03:01 2012 +0000 | | | | | | - Force gcc-4.4 for OMOptim builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 7868d92ed9467c1e8d289e57591acbd91606f365 | | | Author: Per Östlund | | | Date: Thu Nov 22 15:30:57 2012 +0000 | | | | | | - Disable SCodeLookup.crefStripEnvPrefix when the scodeInst flag is used. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeLookup.mo | | | | | * commit ff8dbdadeb0cb1a36f61e635420325a453dcc8f2 | | | Author: Per Östlund | | | Date: Thu Nov 22 15:22:05 2012 +0000 | | | | | | - Some enumeration improvements in the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit ceb5e01a33f0c1499c3d72b0b83708a7dadcbe8e | | | Author: Martin Sjölund | | | Date: Thu Nov 22 14:47:40 2012 +0000 | | | | | | - Don't link in sundials if it's not working... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit c7de30d62a1b52a820dcc3bc18080acec98a13be | | | Author: Jens Frenkel | | | Date: Thu Nov 22 13:31:15 2012 +0000 | | | | | | - bugfix for array_algorithm, replace also lhs of array assign statement, test does still not work because values of parameters seems to be written to early (before initialisation) in mat file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 6ae5bb381cdadc1b579e07356f978060edc92b41 | | | Author: Niklas Worschech | | | Date: Thu Nov 22 09:13:30 2012 +0000 | | | | | | fix in Idas solver for event handling, added reinit before Idas call. | | | fix in cpp template in event iteration if discrete variable has changed. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h | | | | | * commit 991b0366c4fb12c930fc78dfb0a944ad083d707a | | | Author: Adrian Pop | | | Date: Wed Nov 21 21:38:37 2012 +0000 | | | | | | - fixes for bug #1947 | | | | | | Inst.mo | | | - send the connection graph to InnerOuter.retrieveOuterConnections | | | as it does InstSection.connectComponents and it can change graph! | | | | | | InnerOuter.mo | | | - handle the connection graph in InnerOuter.retrieveOuterConnections | | | and down to InstSection.connectComponents | | | | | | More prefixing for DAE.ElementSources in connect equations in InstSection.mo, | | | also display prefix/component in ConnectUtil.mo when adding the unconnected | | | inside flow comment to DAE.ElementSource to know where the prefix ends. | | | | | | - | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 89f929ffa1bc9bbacdfeb6889c51be1853a4cb4e | | | Author: Per Östlund | | | Date: Wed Nov 21 12:11:44 2012 +0000 | | | | | | - Some code cleanup. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit bcd287cd9f799d788572324f98558c8ee618e5a8 | | | Author: Per Östlund | | | Date: Wed Nov 21 12:09:00 2012 +0000 | | | | | | - Improved handling of package constants in SCodeInst. | | | - Fixed function parameter order in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | | | * commit 14dde970635bb74f0a85d5ebba3e7f231728bf6a | | | Author: Adrian Pop | | | Date: Wed Nov 21 10:25:30 2012 +0000 | | | | | | Makefile.common | | | - remove testing from runtimeCPPinstall and move it to | | | testsuite/Makefile to be part of the full test. | | | - some build might fail, I'll fix them as it goes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 431c2f9e8eea7ed44227c7048be5060b6cee54b9 | | | Author: Niklas Worschech | | | Date: Wed Nov 21 09:10:58 2012 +0000 | | | | | | fix for coping all cpp runtime libs to /omc/lib/cpp in CMake file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | | | * commit bb4662dd5564c5897f8a4036636a4f46712f1323 | | | Author: Niklas Worschech | | | Date: Wed Nov 21 08:49:43 2012 +0000 | | | | | | fix in cpp template for correct jacobian tmp vars vector allocation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 6288e04d3f73ea24d6f1c68a16389d042821a439 | | | Author: Jens Frenkel | | | Date: Tue Nov 20 21:15:34 2012 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit e4144967d191b38837d5932b0bc9390cf0896ec7 | | | Author: Jens Frenkel | | | Date: Tue Nov 20 20:49:39 2012 +0000 | | | | | | - expected output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit dedaa6a68b7d9c35bdaa510685e9f20ca183840c | | | Author: Adrian Pop | | | Date: Tue Nov 20 20:45:04 2012 +0000 | | | | | | - attempt to fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 1f66755717ff519eec25a4d2a1f5f35f47550846 | | | Author: Jens Frenkel | | | Date: Tue Nov 20 20:06:51 2012 +0000 | | | | | | - partial support for Media Models | | | - Matching.c: do not generate transposet incidence madrix if not necessary | | | - move some Media Models to working group | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/matching.c | | | | | * commit 9b48df584c21747ee0cbe8e77c2c80c1c3541d22 | | | Author: Martin Sjölund | | | Date: Tue Nov 20 16:19:12 2012 +0000 | | | | | | - Fix MeasureTime.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit fa441d1c82fb15ce7a4d1be5e8b6d4ba060a06f5 | | | Author: Per Östlund | | | Date: Tue Nov 20 15:40:38 2012 +0000 | | | | | | - Got rid of GNU extension asprintf to please clang. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit c5769daa281bf7473022b5562d8dfcb0eed8d6a6 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Nov 20 13:38:52 2012 +0000 | | | | | | #1821 - Remove unnecessary error messages. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 2b8bc0b50c0271f4ecd9b5e7ae9a33a44d3a91f4 | | | Author: Per Östlund | | | Date: Tue Nov 20 13:27:23 2012 +0000 | | | | | | - Fix component order in SCodeInst. | | | - Added a couple of tests I'd forgotten. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 4de0aa57a50375ac429c214432a5ddcd6873a32d | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Nov 20 13:13:00 2012 +0000 | | | | | | - revert r13984. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit d31ed400c9e70583d0ec2cc5c24ac1ab9c1ab19a | | | Author: Per Östlund | | | Date: Tue Nov 20 13:12:58 2012 +0000 | | | | | | - Oh RML, why are you so lazy? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 3dda9d88fc1727d0160b5c714ca99803d431e342 | | | Author: Per Östlund | | | Date: Tue Nov 20 13:05:24 2012 +0000 | | | | | | - Fix compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit bf001f11aaa3ed6aa14c8765a662a769fa107d1f | | | Author: Per Östlund | | | Date: Tue Nov 20 13:00:36 2012 +0000 | | | | | | - Don't return the class from InstSymbolTable.addClass, it's no longer needed | | | since classes are flattened in SCodeInst.instClassItem. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 14915b6c7acdf26e5a5059992c8d52afc8879b92 | | | Author: Per Östlund | | | Date: Tue Nov 20 12:41:02 2012 +0000 | | | | | | - Handle package constants in SCodeInst instead of collecting them in | | | SCodeDependency. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit d286b650f7e1f8e3758bc3f567a32897f03df6d5 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Nov 20 12:05:22 2012 +0000 | | | | | | #1821 - Remove unnecessary error messages. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 69de9ca3ceae4ca7ce29d915b7c0fb1b65e7f961 | | | Author: Martin Sjölund | | | Date: Tue Nov 20 09:35:27 2012 +0000 | | | | | | #1941 | | | - Fix for outerProduct and other earlyInline functions with unknown dimensions in output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit f6e7c77825393643c66f4f0206e03dcfda680942 | | | Author: Per Östlund | | | Date: Tue Nov 20 09:34:17 2012 +0000 | | | | | | - Fixed connect with multiple inheritance, in both old and new instantiation. | | | - Added test case MultipleInheritanceConnect and updated | | | Modelica.Fluid.Examples.HeatingSystem test which is now balanced. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 2c58d767f81015fd5983d3af1b721af7c210fd94 | | | Author: Per Östlund | | | Date: Tue Nov 20 08:52:05 2012 +0000 | | | | | | - Fix bootstrapping. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 09fafda9990ac3156db99eb1da1030a5460ce0e5 | | | Author: Adrian Pop | | | Date: Tue Nov 20 08:31:27 2012 +0000 | | | | | | - print more info on +d=showEquationSource | | | - add more info from where the unconnected flow comes (add Element info to added inside flow) to get nicer | | | +d=showEquationSource display. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 8929a65300714bd937960f6342ef7fb3f38d857b | | | Author: Adrian Pop | | | Date: Tue Nov 20 05:35:36 2012 +0000 | | | | | | - get rid of tabs once again. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 8b72b30287a8c4ba5b838b8fc23f331aa7c8794f | | | Author: Adrian Pop | | | Date: Tue Nov 20 05:00:14 2012 +0000 | | | | | | SCodeAnalyseRedeclare.mo | | | - do not crash omc on types containing functions referring to the type | | | the testsuite now works without issues with +d=scodeInstShortcut and has 309 failures. | | | | | | Dump.mo | | | - dump all the existing restrictions | | | | | | Inline.mo | | | - more useful output for failtrace. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/SCodeAnalyseRedeclare.mo | | | | | * commit c5aec8131c5f885527f87aec70b39c4bd09e20fd | | | Author: Jim Nutaro | | | Date: Tue Nov 20 02:20:51 2012 +0000 | | | | | | Code cleanup in adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit d4c7c456420d8797965a70cf0faa0f607e429059 | | | Author: Jim Nutaro | | | Date: Tue Nov 20 01:58:40 2012 +0000 | | | | | | Fixed minor problem in nonlinear system solver for adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 789617ef5274a7ff477ccfb729ec6a44972a4b63 | | | Author: Jens Frenkel | | | Date: Mon Nov 19 21:49:24 2012 +0000 | | | | | | - ignore toplevel inputs for parameter bound equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 84b2c97fcae00c0d466e365258415fdb64897732 | | | Author: Jens Frenkel | | | Date: Mon Nov 19 20:15:37 2012 +0000 | | | | | | - size of enumeration type is 1 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit d64605320b286ec58d33abf3f8302c4410f34c9d | | | Author: Jens Frenkel | | | Date: Mon Nov 19 16:19:32 2012 +0000 | | | | | | - fix for last commit, ignore constants | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit dc25bc533ab0ee73638d94bdb065ddfc396f8347 | | | Author: Jens Frenkel | | | Date: Mon Nov 19 16:16:44 2012 +0000 | | | | | | - fix for last commit, ignore constants | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a998770c5616dda78ab7eab5d4a3b43f98b8dc8b | | | Author: Alachew Mengist | | | Date: Mon Nov 19 16:06:58 2012 +0000 | | | | | | - Added XML code generation for Optimica Extension | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit b3fb8f57a8936d9cb20152de2e351992e7e60d57 | | | Author: Jens Frenkel | | | Date: Mon Nov 19 16:06:05 2012 +0000 | | | | | | - add in case of constant variables every time a parameter bound equation to the simulation code and in case of parameters only if it is not constant | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e0f41a7f3c40b04f5316565e89592265bff23e7b | | | Author: Per Östlund | | | Date: Mon Nov 19 16:01:04 2012 +0000 | | | | | | - Removed some dead code from SCodeDependency. | | | - Updated fluid tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeDependency.mo | | | | | * commit 9a2547acb42357af75ffd9ce869a07cc55cb2f84 | | | Author: Per Östlund | | | Date: Mon Nov 19 15:21:24 2012 +0000 | | | | | | - Don't add inside flows for empty arrays. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit be531da0d5078f991d8f970e2cab6c6058aec42f | | | Author: Jens Frenkel | | | Date: Mon Nov 19 14:31:42 2012 +0000 | | | | | | - add size of equation when dump equations | | | - fix for sizeof(typeof(ENUM_LITERAL)) | | | - add code to add the pre vars of alias vars (not aktivated) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit d8d7974cda1872619ac443525052d090413bfc57 | | | Author: Per Östlund | | | Date: Mon Nov 19 14:01:06 2012 +0000 | | | | | | - Rewrote extends qualifying phase to handle more cases and do more checking. | | | Now checks for inherited extends and checks all parts of the base class name | | | for replaceability. | | | - Added new package EnvExtends and put most of the extends stuff in it. | | | - Added check for missing redeclare keywords when redeclaring classes | | | (see MissingRedeclare1.mo test case). | | | - Implemented better propagation of modifiers to multiple extends. | | | - Renamed test folder flattening/modelica/inheritances to extends. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | A Compiler/FrontEnd/EnvExtends.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 8e25f428527a7808f5a83e5d6d53d04a0fa0b09c | | | Author: Adrian Pop | | | Date: Mon Nov 19 13:46:16 2012 +0000 | | | | | | - small fixes in OpenTURNS connection: | | | write the input/output variables in the correct form (x.y not x_y) and order in the wrapper xml file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit a0c994d6002a5ad4912cbf7dd259cda7cce9c6f5 | | | Author: Martin Sjölund | | | Date: Mon Nov 19 13:38:44 2012 +0000 | | | | | | #1941 | | | - Handle inlining of outerProduct() instead of treating it as a builtin call | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 27063fc7d89f1a33c5336a24049bffde40d5d3f5 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Nov 19 11:59:22 2012 +0000 | | | | | | Fix output. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 0606b02d7e0bcb8ff85a92e66978c27f229b120d | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Nov 19 10:42:46 2012 +0000 | | | | | | ParModelica: Check declaration of global vars in kernel functions. And add omc prefix to parallel/kernel functions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e8c210e979b80a7de7aab411a2f8a573c2a9bdcd | | | Author: Martin Sjölund | | | Date: Mon Nov 19 09:02:53 2012 +0000 | | | | | | #1941 | | | - Added code generation for outerProduct | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit 6c5ab518a7307bf94456933a92f44ac6c9730924 | | | Author: Jens Frenkel | | | Date: Sun Nov 18 21:42:37 2012 +0000 | | | | | | - test new remove simple equation implementation, switch off | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 76a03a43c6059a4d8136b7575b7651f64ab3cd6d | | | Author: Jens Frenkel | | | Date: Sun Nov 18 21:40:57 2012 +0000 | | | | | | - test new remove simple equation implementation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 29ff8d9f364da4993274c4c2f2b55f5f3112447b | | | Author: Jens Frenkel | | | Date: Sun Nov 18 20:37:33 2012 +0000 | | | | | | - bugfix msvc compile | | | - bugfix for last commit for result .mat | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | | | * commit c866ca5800c673e9a2081e9c0fe3abcbeb89e1e3 | | | Author: Jens Frenkel | | | Date: Sun Nov 18 19:19:47 2012 +0000 | | | | | | - bugfix for alias a = time | | | - bugfix for msvc compile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | | | * commit bfcaaaa4ec844668941a758ae58a896b92ad4cf5 | | | Author: Adrian Pop | | | Date: Sun Nov 18 09:58:08 2012 +0000 | | | | | | - set the type of T_UNKNOWN to "complex" (void*) when +g=MetaModelica and to "real" (modelica_real) when not. | | | - have the type of the inStream operator to be T_REAL_DEFAULT as T_UNKONW reaches the code somehow. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 0794b97cdb13f0837cab057a7d9432d86f5f47a7 | | | Author: Adrian Pop | | | Date: Sun Nov 18 09:15:51 2012 +0000 | | | | | | - assume real for T_UNKNOWN + a comment in the C code. | | | wonder how many tests this will break :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f56eff9d276759ae036dcd8770419f0504a2e353 | | | Author: Adrian Pop | | | Date: Sun Nov 18 08:39:06 2012 +0000 | | | | | | - don't do the second dependency analysis in CevalScript.mo | | | and the third in Inst.instantiateClass when +d=scodeInstShortcut | | | is active (it doesn't work yet in all cases) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit ac2680ac4e9fc3561f5b8ed96e28bb904cf1d516 | | | Author: Adrian Pop | | | Date: Sun Nov 18 04:39:44 2012 +0000 | | | | | | - make models dumped with +d=scodeInstShortcut able to instantiate when loaded again in OMC. | | | Check differently the last ident if __OMC__ is present otherwise you get: | | | first element is: .Modelica.Fluid.Interfaces.FluidPort_a__OMC__70 port_a; | | | second element is: .Modelica.Fluid.Interfaces.FluidPort_a__OMC__88 port_a; | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | | | * commit b7a71957faa6bc231b1e65ecfdbc6eef8375f0e2 | | | Author: Adrian Pop | | | Date: Sun Nov 18 02:32:37 2012 +0000 | | | | | | - mind your tabs please! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit d6f21debdfd0cae12237dba8c26fbae3c4cba22f | | | Author: Jim Nutaro | | | Date: Sun Nov 18 01:16:06 2012 +0000 | | | | | | Code cleanup in the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 2027acf25d1e5b2667e16f60c221ff96c85a97c5 | | | Author: Jim Nutaro | | | Date: Sun Nov 18 00:12:39 2012 +0000 | | | | | | Updated adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit fbc30a8d54cc5e57b772db5eef9dcd915698314d | | | Author: Jens Frenkel | | | Date: Sat Nov 17 20:01:44 2012 +0000 | | | | | | - switch replaceEdgeChange on | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 18145ecfd18b5a5073180f4478e4006e7bbf7caa | | | Author: Per Östlund | | | Date: Sat Nov 17 19:58:22 2012 +0000 | | | | | | - Evaluate generated inStream calls too. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | | | * commit 0a0f19382a56a8659f6fe964294925371bee0ce1 | | | Author: Jens Frenkel | | | Date: Sat Nov 17 19:58:11 2012 +0000 | | | | | | - add module replaceEdgeChange | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1fde101bac6ffba375f6b99a89a251e489433ea4 | | | Author: Adrian Pop | | | Date: Sat Nov 17 17:57:08 2012 +0000 | | | | | | - sort inners again to put inner Modelica.* component; first. | | | - some tests might need changes, I'll do that next | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 7ecfb70fcd12f16ec54cfd60186c1613735c0acd | | | Author: Adrian Pop | | | Date: Sat Nov 17 16:23:15 2012 +0000 | | | | | | Flags.mo | | | - +d=showEquationSource to display where an equation comes from. | | | easier for debugging of where the equations come from. | | | | | | InstSection.mo | | | - fix a bug with the prefixing of outer components when they were inside a for loop | | | [InnerOuter.InstanceHierarchy was not sent to InstSection.unroll, DUH! who did that? probably me :)] | | | - this fixes compilation of some Fluid models also some AVM models. | | | | | | DAEUtil.mo | | | - use List.union in merging of DAE.ElementSource(s) | | | | | | ConnectUtil.mo | | | - add information where an equation comes from | | | | | | DAEDump.mo | | | - add some source information to all the dumped equation in the DAE. | | | - note that this should be used with +d=showEquationSource | | | - we should really, really sort the equations via | | | ElementSource.typeLst same as some other software does. | | | Write typeLst: numberOfEquations then the equations that | | | come from that model! Any takers? | | | | | | InnerOuter.mo | | | - a bit faster prefixing of inner outer. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit e528f23b4e7058d3373f2e2b80390583acd328d6 | | | Author: Alachew Mengist | | | Date: Sat Nov 17 14:55:44 2012 +0000 | | | | | | - Added XML code generation for Scalar variable type- min and max attributes | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit e1a595aeddc7036c9ac8f709958eced6a8cd1748 | | | Author: Jim Nutaro | | | Date: Sat Nov 17 02:16:18 2012 +0000 | | | | | | Mixed generates usable code for Adevs backend. Need better test cases. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit d6c1fa4ac62d9ddbc2da9b43b42cc0a99ff1068c | | | Author: Willi Braun | | | Date: Sat Nov 17 00:36:22 2012 +0000 | | | | | | prevent throw for division by zero in non-linear system solver, since the solver can manage that. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit 234451a67711867f837d84df08fd0ec2ae244fe4 | | | Author: Adrian Pop | | | Date: Fri Nov 16 22:04:11 2012 +0000 | | | | | | - no more tabs please. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 6b899c369b084c8d1714b43b2fbe550c4cb2be98 | | | Author: Martin Sjölund | | | Date: Fri Nov 16 21:53:52 2012 +0000 | | | | | | #1941 | | | - Allow all sorts of weird stuff if external language is "builtin" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 9913f67281eee13d61904b3971fbf8b9e4ddc4d6 | | | Author: Jim Nutaro | | | Date: Fri Nov 16 21:34:01 2012 +0000 | | | | | | Fixed initialization of matrix in the linear solver routine | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 68b26b762a9824b36e68f90a876cb9507084106d | | | Author: Adrian Pop | | | Date: Fri Nov 16 21:11:14 2012 +0000 | | | | | | - 5th version of the SCodeInstShortcut.mo (+d=scodeInstShortcut) | | | | | | Absyn.mo | | | - Absyn.pathSetLastIdent | | | - when +d=scodeInstShortcut the last id of the path might be different | | | don't check for it in Absyn.typeSpecEqual | | | | | | Ceval.mo | | | - remove the no constant binding error messages | | | | | | InstUtil.mo | | | - InstUtil.prefixToStr/prefixToStrNoEmpty/prefixFirstName | | | | | | SCode.mo | | | - plenty of new functions to set/get stuff | | | | | | SCodeAnalyseRedeclare.mo | | | - new package to do a dryrun of scode inst and analyse redeclares | | | | | | SCodeApplyRedeclare.mo | | | - apply the stuff from the redeclare analysis to the SCode AST. | | | | | | SCodeDependency.mo | | | - changes due to interface changes in other packages. | | | | | | SCodeDump.mo | | | - better display in SCodeDump.shortElementStr | | | | | | SCodeEnv.mo | | | - changes to item printing | | | - return the applied redeclares in some functions | | | - SCodeEnv.getDerivedClassRedeclares to get redeclares to be applied for SCode.DERIVED | | | - SCodeEnv.mergeTypeSpecWithEnvPath same as for SCodeEnv.mergePathWithEnvPath but for TypeSpec | | | | | | SCodeFlattenRedeclare.mo | | | - union Replacement for storing the redeclares | | | - replaceRedeclaredElementInEnv now always pushes redeclares to baseclasses | | | | | | SCodeInst.mo | | | - apply redeclares for SCode.DERIVED too | | | - small changes due to interface changes in other packages | | | | | | SCodeInstShortcut.mo | | | - call SCodeAnalyseRedeclare then SCodeApplyRedeclare | | | | | | SCodeLookup.mo | | | - return Absyn.TypeSpec when doing SCodeLookup.lookupTypeSpec | | | | | | SCodeMod.mo | | | - changes to how applyModifications and updateModElement | | | handle multiple base classes | | | | | | Static.mo | | | - remove the no constant binding error messages | | | | | | CevalScript.mo | | | - better errors for buildOpenTURNSInterface | | | - a bit different handling for +d=scodeInstShortcut in runFrontEndWork | | | | | | Flags.mo | | | - new flags +d=showRedeclareAnalysis,showProgramChanges to be used for | | | debugging of +d=SCodeInstShortcut | | | | | | - test updates (i guess more will fail, I'll update them next after Hudson tells) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | A Compiler/FrontEnd/SCodeAnalyseRedeclare.mo | | | A Compiler/FrontEnd/SCodeApplyRedeclare.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeInstShortcut.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 63fda3a3f27e2e6a457f87f60c01495090da151e | | | Author: Adrian Pop | | | Date: Fri Nov 16 18:39:16 2012 +0000 | | | | | | - fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 4d2ce3aa5b803cb7184dcf96bcb520273ecca4bb | | | Author: Martin Sjölund | | | Date: Fri Nov 16 17:38:57 2012 +0000 | | | | | | - Handle connecting arrays of records with different names | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 0bb1572688e4ee425dd1d48bc870dd5d85f50c2b | | | Author: Jens Frenkel | | | Date: Fri Nov 16 17:00:29 2012 +0000 | | | | | | - fix for replace not pre,change,edge with alias, still not enough to get all working because if edge and change will not be replaced tarjans algorithm cannot sort in right order | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 17fb9067822b900757fc8c64dee8abd0eb490cdc | | | Author: Lennart Ochel | | | Date: Fri Nov 16 15:27:56 2012 +0000 | | | | | | BackEnd | | | - remove unneeded vars | | | testsuite | | | - add initialization test for ModelicaTest.MultiBody.FourbarVariants.JointUSR (#1929) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit f52e7dcadd901e69b3d760279de8931e82e1147a | | | Author: Adeel Asghar | | | Date: Fri Nov 16 15:23:20 2012 +0000 | | | | | | - make the initial section balanced. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit ab9d383613a29ed0d8320032c509ccf8d0800d39 | | | Author: Jens Frenkel | | | Date: Fri Nov 16 14:55:55 2012 +0000 | | | | | | - bugfix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 88557076851dbbf4887f1e4b73a179e53e824dda | | | Author: Jens Frenkel | | | Date: Fri Nov 16 14:35:27 2012 +0000 | | | | | | - additional fix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit ff9e8e76c6e1bbd893ee2da8f6c455fd98cab729 | | | Author: Jens Frenkel | | | Date: Fri Nov 16 14:12:31 2012 +0000 | | | | | | - get testsuite working back, Lennart can switch of simplifyTimeIndepFuncCalls module in backendpipeline | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit e3490e101bd0fa209fe26ed8ba0598520f57ddbd | | | Author: Jens Frenkel | | | Date: Fri Nov 16 14:07:20 2012 +0000 | | | | | | - bugfix simplify change, edge | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit a395c3440aefbb9bbebcdff262fe20108cf37613 | | | Author: Jens Frenkel | | | Date: Fri Nov 16 13:30:59 2012 +0000 | | | | | | - bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 0833cd105502a7d1e5bc60216026ecbda029cc59 | | | Author: Adeel Asghar | | | Date: Fri Nov 16 13:27:01 2012 +0000 | | | | | | - fixing FMI. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 945b989087ffc773759b333043e55749f2961394 | | | Author: Jens Frenkel | | | Date: Fri Nov 16 13:16:35 2012 +0000 | | | | | | - do not replace PreVariables with information from time-equation-systems | | | - move simplifyTimeIndepFuncCalls behind solveinitialsystem to replace all the pre variables for code generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 0757b9d7c42c4a12c6d5b2bb1af7a5222055d3cb | | | Author: Jim Nutaro | | | Date: Fri Nov 16 12:38:49 2012 +0000 | | | | | | Corrections to adevs backend. Still does not support MIXED equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit f15694a28c1b1a49fd4bd7556861330e73f4af39 | | | Author: Martin Sjölund | | | Date: Fri Nov 16 09:46:52 2012 +0000 | | | | | | - Don't print this false positive | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 8a04612a530f50d4cba4387fe878bcbb1a064a9e | | | Author: Lennart Ochel | | | Date: Fri Nov 16 09:22:01 2012 +0000 | | | | | | Compiler/BackEnd | | | - shrink/simplify BackendDAEUtil.analyzeInitialSystem1 | | | - fix implicit pre-calls (e.g. edge, change) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 1a6b1533abb750da399082a985b7dc5b05c59f4e | | | Author: Jens Frenkel | | | Date: Fri Nov 16 08:31:33 2012 +0000 | | | | | | - use a^b = f(..) -> a = sign(pre(a))*(f(...)^(1/b)) only for even integer numbers of b | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 2b4587a34faeb18581afd7e19ba817b35875245b | | | Author: Jens Frenkel | | | Date: Thu Nov 15 23:15:02 2012 +0000 | | | | | | - and switch off | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 0fda3e240b357695e416c9e3463e5bc7372ba188 | | | Author: Jens Frenkel | | | Date: Thu Nov 15 23:13:07 2012 +0000 | | | | | | - fix bootstrapping | | | - try if relaxation of linear systems works | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit c5723164e869de939f5c6a66078d835644e465c5 | | | Author: Jens Frenkel | | | Date: Thu Nov 15 22:41:47 2012 +0000 | | | | | | - ExpressionSolve: a^b = f(..) -> a = sign(pre(a))*(f(...)^(1/b)) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 92c84b1dcaa062f1215dd529dd71d025e252320f | | | Author: Jens Frenkel | | | Date: Thu Nov 15 21:46:18 2012 +0000 | | | | | | - bugfix ExpressionSolve | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 9339461038d7c5fd9c1d685973e768d4c43b9ec2 | | | Author: Jens Frenkel | | | Date: Thu Nov 15 20:32:01 2012 +0000 | | | | | | - bugfix for r13850, add when equations not to ode or algebraic equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 048d38f7abff83a98da07cf05ad08003be597a62 | | | Author: Jens Frenkel | | | Date: Thu Nov 15 19:53:32 2012 +0000 | | | | | | - fix bug in ExpressionSolve | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 7faaff1fb7059bd1e86f3c43c479e5349e18a860 | | | Author: Jens Frenkel | | | Date: Thu Nov 15 19:31:12 2012 +0000 | | | | | | - continue redesign remove simple equations | | | - BackendVarTransform add functionalety to replace der(cr), this is realy helpfull to handle states | | | - redesign ExpressionSolve.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit d956ca3302fd6685e89c651b5d547081456cb5e1 | | | Author: Lennart Ochel | | | Date: Thu Nov 15 16:57:00 2012 +0000 | | | | | | Compiler/BackEnd | | | - improve warnings and dumps | | | - move printSparsityPattern to BackendDump.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 971bd5a49b41ce77356b52b51b30e8c255b55d14 | | | Author: Willi Braun | | | Date: Thu Nov 15 16:04:16 2012 +0000 | | | | | | disable tearing of linear system as long as they aren't handled efficent | | | during the simulation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit bccc80f0d3afade792b56d3c9cc39256f52a54c3 | | | Author: Willi Braun | | | Date: Thu Nov 15 15:38:53 2012 +0000 | | | | | | activate sparse colored jacobians for dassl as default solver | | | | | | - SimulationRuntime/c/simulation/solver/* | | | - update jacobian functions for dassl | | | - minor bugfixes | | | | | | - SimulationRuntime/c/math-support/matrix.h | | | - bug fixed in extrapolation function for non-linear system solving | | | | | | - SimulationRuntime/c/simulation/simulation_runtime.cpp | | | - activate time measurement for flag LOG_STATS | | | - update solver methods output | | | | | | - Compiler/BackEnd/BackendDAEOptimize.mo | | | - activation of coloring for sparse structure | | | | | | - testsuite/* | | | - minor test updates | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit 983e45b6e1b6ba96eb4a4c439456a42925d6f995 | | | Author: Martin Sjölund | | | Date: Thu Nov 15 13:34:37 2012 +0000 | | | | | | - Fix lexer to only add optimica keywords if +g=Optimica is used | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 821b9748a72a3359cb374931dc8dc2400e1edf5f | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Nov 15 13:12:31 2012 +0000 | | | | | | + Optimica: | | | + handle Optimica vars with opt. instants in class attributes. e.g. x(finalTime) + 1, where x is a variable. | | | + Added a new flag for Optimica. | | | + Added new class attribute objectiveIntgrand. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M Parser/BaseModelica_Lexer.g | | | M Parser/MetaModelica_Lexer.g | | | M Parser/Modelica.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/Parser_omc.c | | | M Parser/Parser_rml.c | | | M Parser/parse.c | | | | | * commit adaad1dfcb2009fbcd4a59057a13e9a6758d8959 | | | Author: Martin Sjölund | | | Date: Thu Nov 15 13:03:55 2012 +0000 | | | | | | - Some fixes for evaluating bindings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit a60c17830eb1ec3e30f915d4c1d5c5b8b984c06f | | | Author: Lennart Ochel | | | Date: Thu Nov 15 12:27:44 2012 +0000 | | | | | | Compiler | | | - remove unneeded function BackendDAEUtil.addBackendDAEEqSystem | | | - add warning to Expressions.containsInitialCall | | | - remove most of the changes from r13894 regarding BackendDAEUtil.mo | | | testsuite | | | - move StateGraph tests to WRONGRESULTTEST, as long as the implementation let other tests fail | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit f997c47c8fb33bc30a5bd7c96b2d1443eac2662b | | | Author: Martin Sjölund | | | Date: Thu Nov 15 11:39:11 2012 +0000 | | | | | | - Tail recursion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 4bb3ae6c11d6f57e4aa9610206ac38bee8b2ed37 | | | Author: Martin Sjölund | | | Date: Thu Nov 15 08:41:27 2012 +0000 | | | | | | - Remove unused ceval call with empty cache and env | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 4658793b6aafb71f6ebf8486e010e87465a4f267 | | | Author: Jens Frenkel | | | Date: Wed Nov 14 23:34:12 2012 +0000 | | | | | | - get Modelica.StateGraph.Examples.ControlledTanks.mos working | | | - move expandAlgorithmsbyInitStmts to SimCodeDump | | | - improve Error Message "Inverse Algorithm needs to be solved for ..." | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit a9a81ab318dc232a9920b3ed596e5de95031c946 | | | Author: Jim Nutaro | | | Date: Wed Nov 14 22:29:25 2012 +0000 | | | | | | Switching adevs backend to use the SUNDIAL solvers | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenAdevs.tpl | | | | | * commit 2e45e9e4823f7e5c59d813b59275d766dfd16034 | | | Author: Jens Frenkel | | | Date: Wed Nov 14 21:17:50 2012 +0000 | | | | | | - get 6 from 7 StateGraph examples working with solveinitialsystem | | | - collect all variables used in pre, and add equation for each unused pre var indroduced by a inaktive when equatin an equation pre(var) = var.start | | | - BackendVariable.varStartValueType | | | - ComponentReference.isPreCref | | | - Expression.containsInitialCall: ... or Initial() | | | - ExpressionSimplify: cases for a and not a > false, a or not a -> true, a and a -> a, a or a -> a | | | maybe split simplifyBinary in simplifyBinary and simplifyLBinary | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 30af89366800dfe75e6785ed29ae395603dd0302 | | | Author: Adrian Pop | | | Date: Wed Nov 14 20:52:35 2012 +0000 | | | | | | - consider also variables with uncertain=Uncertainty.refine as inputs to the OpenTURNS wrapper. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit 4c0b5e1372a3f9bc2db9e4f1570a4c791119a38e | | | Author: Lennart Ochel | | | Date: Wed Nov 14 17:17:38 2012 +0000 | | | | | | initialization | | | - continue with handling of under-determined initial system | | | testsuite | | | - add test for under-determined initial system | | | - remove unneeded test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 43689a20e813ba7a3d83de4c0297f3c8319225a5 | | | Author: Lennart Ochel | | | Date: Wed Nov 14 12:10:46 2012 +0000 | | | | | | initialization | | | - first steps to solve under-determined systems | | | testsuite | | | - add case for under-determined initial system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 0c9491b1a22be8fe42b73d4f037adfc9fb610e19 | | | Author: Martin Sjölund | | | Date: Wed Nov 14 11:36:34 2012 +0000 | | | | | | #1936 | | | - Partial fix to make final modifications work on redeclares. Now passes front-end, but loses some modifications. Possibly related to #1922. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/Util/Error.mo | | | | | * commit 5b79e8de895671eab4789334676996f57cc367dc | | | Author: Jens Frenkel | | | Date: Tue Nov 13 23:46:19 2012 +0000 | | | | | | - remove uneseccary case from replaceExp for pre(-a), because this is also done in simplify | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit d201a6a6dac3eaca984d414af9cc9c23b7cd7e08 | | | Author: Jens Frenkel | | | Date: Tue Nov 13 22:34:37 2012 +0000 | | | | | | - use Expression.splitRecord instead of trying to match all combinations of crefs and calls that are possible to split | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit d2e5bd1f15ef1e3568c0644a876fa594aaadfdc6 | | | Author: Jens Frenkel | | | Date: Tue Nov 13 21:17:00 2012 +0000 | | | | | | - do not change discreter variables in der-function to states | | | - diverentiate also complex equations and records | | | - continue redesign remove simple equations | | | - rename MyModel->ParameterCycle to avoid conflicts | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Derive.mo | | | | | * commit d753a1a105310240f5f308dd62902a9686e74676 | | | Author: Jens Frenkel | | | Date: Tue Nov 13 17:10:07 2012 +0000 | | | | | | - becauase edge and change uses a and pre(a) do not ignore them | | | - continue redesign of remove simple equation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/List.mo | | | | | * commit a802fd21f98e1b0a42a2ac2b58cf7690fda15854 | | | Author: Lennart Ochel | | | Date: Tue Nov 13 14:01:25 2012 +0000 | | | | | | - fix collectInitialVars | | | - edit compiler-warnings using +d=pedantic | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit a4f5f0faf33260c7e8e2bd8438bda431a7a3537d | | | Author: Niklas Worschech | | | Date: Tue Nov 13 13:50:30 2012 +0000 | | | | | | fix for jacobian tmp var in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5b0d61b60fb47489d8d65512f5cbc154fb4d9a40 | | | Author: Martin Sjölund | | | Date: Tue Nov 13 12:35:26 2012 +0000 | | | | | | - Add dumping of cast to records | | | - Bumped MSL version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 55611ee51f1c99fef47aa85ac534b9bbbf7896b3 | | | Author: Martin Sjölund | | | Date: Tue Nov 13 11:21:49 2012 +0000 | | | | | | #1922 | | | - Handle type-casting from records with the same components but different names' | | | - Improve scalarization of record equations in the front-end. Made it worse in the back-end (back-end does not handle cast of records) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit eb150891922f9466858bae54d8477faaec1f931a | | | Author: Niklas Worschech | | | Date: Tue Nov 13 09:17:54 2012 +0000 | | | | | | adapted modifications of jacobian to cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit e4dafeeb057f8e2434b712a4665a2aaceccd6447 | | | Author: Lennart Ochel | | | Date: Tue Nov 13 09:08:34 2012 +0000 | | | | | | Compiler/BackEnd | | | - fix symbolic initialization of discrete vars | | | - fix handling of when-clauses during initialization | | | - remove some misspellings from function descriptions | | | - add debug-flag: +d=pedantic | | | SimulationRuntime/c | | | - fix a bug in evaluating residuals for global homotopy | | | testsuite | | | - add test cases for initialization of discrete variables | | | - add testcase for initialization of fullRobot | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 17ab3a64aecb9118673d063a4f3835be7e5f3ec0 | | | Author: Adrian Pop | | | Date: Mon Nov 12 21:53:26 2012 +0000 | | | | | | - forgot to add this. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit 843c11a18aea9c082ad8352455d26b2e188d7bd4 | | | Author: Adrian Pop | | | Date: Mon Nov 12 21:40:24 2012 +0000 | | | | | | - add more error info on the issues that might appear. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit f4d2ce63bb4613a4ebf0994110768382703d9db7 | | | Author: Jens Frenkel | | | Date: Mon Nov 12 14:37:25 2012 +0000 | | | | | | - avoid events in inlined functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit f63133cad5d60b01ba5b5959fce88323479751e5 | | | Author: Jens Frenkel | | | Date: Mon Nov 12 12:05:19 2012 +0000 | | | | | | - bugfix for BackendEquation.aliasEquation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit f26af9260655a284e3c0aa5b64da5faec2a10e62 | | | Author: Niklas Worschech | | | Date: Mon Nov 12 09:24:10 2012 +0000 | | | | | | fix in cpp template for set help var in update method | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 413c8ea38ab7dc96b199fdbd320d665504ba7be3 | | | Author: Martin Sjölund | | | Date: Mon Nov 12 08:54:21 2012 +0000 | | | | | | - Add code to codegen/dump cast to record types | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit ac81a22cc60f0326c43a488974a8c9aa83843296 | | | Author: Jens Frenkel | | | Date: Sun Nov 11 23:15:33 2012 +0000 | | | | | | - continue redesign of remove simple equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit efe2a7a178b49e47a5c78883553229c6af451516 | | | Author: Jens Frenkel | | | Date: Sun Nov 11 21:43:30 2012 +0000 | | | | | | - Expression.iszero use List.mapListAllValueBool in case of matrix | | | - improve BackendEquation.aliasEquation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/List.mo | | | | | * commit b874cd64f631928deff3e68d5c6e56b8c562fd60 | | | Author: Jens Frenkel | | | Date: Sun Nov 11 20:21:05 2012 +0000 | | | | | | - Expression.typeof return boolean or array of boolean in case of relation, because relations return boolean values | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 0d5f9adca86868d623bbcafb3763899f2f6b5d82 | | | Author: Jens Frenkel | | | Date: Sun Nov 11 19:50:45 2012 +0000 | | | | | | - CodegenC.expTypeFromExpFlag return {boolean,modelica_boolean} in case of relation, because relations return booleans values | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b0a564a54cc14ffa5ef06343555bb38bf221d58f | | | Author: Jens Frenkel | | | Date: Sun Nov 11 18:00:28 2012 +0000 | | | | | | - fix for fmu with nonlinear systems, call allocateNonlinearSystem before simulate | | | - fixes to compile fmu with visual studio | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 09dcbcf6fe07b9c424bcd8511a53980e7f161b0a | | | Author: Jens Frenkel | | | Date: Sat Nov 10 21:52:59 2012 +0000 | | | | | | - do not throw information away | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit a93682646d2c545779416e61ad2b29e42b38ff4a | | | Author: Adrian Pop | | | Date: Sat Nov 10 02:56:52 2012 +0000 | | | | | | - added EnumToInteger(Enumeration) -> Integer as a workaround until Dymola supports Integer(Enumeration) -> Integer. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 79e5621e717c0f034def04f86064b092ebca44a7 | | | Author: Jens Frenkel | | | Date: Fri Nov 9 15:49:09 2012 +0000 | | | | | | - start to improve remove simple equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit db461f3abeca4460513788d6f2885ad17f3bb99d | | | Author: Adeel Asghar | | | Date: Fri Nov 9 14:28:32 2012 +0000 | | | | | | #1933. Fixed the exported FMUs fmiTerminate. Use functions.freeMemory instead of free. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 6eaf1838970bd3327bf953df7665cc9e74e3e93b | | | Author: Jens Frenkel | | | Date: Fri Nov 9 13:39:43 2012 +0000 | | | | | | - support array vars in when equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 2bfbbe8f46a4c4d8bdb4a08fe77992f544d07446 | | | Author: Jens Frenkel | | | Date: Fri Nov 9 12:42:27 2012 +0000 | | | | | | - support tuple equations in when equations with TSUB, this is not so good see Ticket #1932 | | | - bugfix EquationSize for WhenEquations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit d464706f7f1e2051d1f95bf98ad887bbf748e75e | | | Author: Jens Frenkel | | | Date: Fri Nov 9 10:37:22 2012 +0000 | | | | | | - support also nested if equations in if equtions then branches | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit eaa1955dad1fccffc85037284f03bbdc9e17e0f0 | | | Author: Jens Frenkel | | | Date: Fri Nov 9 10:23:44 2012 +0000 | | | | | | - basic support for if equations in when equations, still not supported nested if equations in if equations then branches. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/Makefile.common | | | A Compiler/Util/HashTableCrToExpSourceTpl.mo | | | | | * commit feed3681e45df1c2d8f739b3ad2286246712b1d4 | | | Author: Adrian Pop | | | Date: Thu Nov 8 21:12:32 2012 +0000 | | | | | | - better error message for not handled when equation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit e07e8bebc59a1ceb90e9c3e69f816da9da99b1ca | | | Author: Adrian Pop | | | Date: Thu Nov 8 21:00:04 2012 +0000 | | | | | | - use unparseType instead of printType in Types.printConnectorTypeStr as is more user oriented. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit e96e9777ab33e517e3287216aa718ef153fef3e7 | | | Author: Adeel Asghar | | | Date: Thu Nov 8 18:44:52 2012 +0000 | | | | | | Allow user to set/unset debugLogging. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | | | * commit e65c8445982532e21b9a51c4fe375f15c762d75f | | | Author: Adrian Pop | | | Date: Thu Nov 8 17:45:24 2012 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 194d685ac0e168a5316782ca9c6c51c4227199ee | | | Author: Adrian Pop | | | Date: Thu Nov 8 17:23:28 2012 +0000 | | | | | | - print types if components are not there in Types.printConnectorType | | | - InstSection.validConnector now allows expandable connector components even if they are not connectors | | | - print the type of the outer of a missing inner component (a couple of tests will fail, I'll fix them in my next commit) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 2529bf67782ca437889184087c1ef123c12ff132 | | | Author: Adeel Asghar | | | Date: Thu Nov 8 16:36:29 2012 +0000 | | | | | | stupid copy paste. Use fmiModelIdentifier variable instead of hard coded value. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 11d4c33ba1b46e7fc31617725c7edd917b00049f | | | Author: Adeel Asghar | | | Date: Thu Nov 8 16:16:14 2012 +0000 | | | | | | - call fmiSet* functions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit c0e818a3af1a5518b35e79d8150c6b5fc8fe6e18 | | | Author: Martin Sjölund | | | Date: Thu Nov 8 15:52:27 2012 +0000 | | | | | | - Fix for bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit c303f9f7d1e32165e22a3188ff5b4a1afc324053 | | | Author: Leonardo Laguna | | | Date: Thu Nov 8 14:30:40 2012 +0000 | | | | | | - Adding option to dump all the steps performed when calling uncertainties extraction. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | | | * commit defe62832b312d1b76882104c53aea2d4a6497ee | | | Author: Adrian Pop | | | Date: Thu Nov 8 14:23:25 2012 +0000 | | | | | | - fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 98add9f3557a056920a159b6aaa9316884e82837 | | | Author: Adrian Pop | | | Date: Thu Nov 8 13:57:52 2012 +0000 | | | | | | - fixes for expandable connectors (AVM 09 & 11 are working now): | | | + do not delete the components already defined inside the connector | | | + remove from DAE / connection sets all expandable variables that are | | | not connected to real variables | | | - use ComponentReference.crefEqualNoStringCompare in ConnectionGraph.mo | | | - activate forgotten 07.mo in testsuite/flattening/modelica/expandable/ExpandableConnectors.mos | | | - expected output for: | | | testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos | | | testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 6ad962e2831f84bb445b685a2a1a80e1b3952b38 | | | Author: Martin Sjölund | | | Date: Thu Nov 8 12:29:52 2012 +0000 | | | | | | #1931 | | | - Do not scalarize vector equations | | | + Except constants, parameters, records, complex types, external objects, and maybe some more | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9019f879fe96ffcf95e6ca4fd2e1af855eb5ab79 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Nov 8 11:44:09 2012 +0000 | | | | | | + Propagate class attributes for Optimica optimization classes to templates. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit a3c53264e42eda0cfc8b0a5052e57d0fad899168 | | | Author: Per Östlund | | | Date: Thu Nov 8 10:06:54 2012 +0000 | | | | | | - Remove one of the two f2c.h headers to fix segfaults on some operating systems. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.in | | | M SimulationRuntime/c/Makefile.common | | | D SimulationRuntime/c/f2c.h | | | | | * commit 3e3b194bcab515476bbe9dfb9db3ae4f3078af87 | | | Author: Martin Sjölund | | | Date: Thu Nov 8 08:48:49 2012 +0000 | | | | | | - More typeinfo when dumping with +t | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 06ebe5c81bc480df670304108f6136cf87255032 | | | Author: Jens Frenkel | | | Date: Thu Nov 8 07:56:15 2012 +0000 | | | | | | - fix last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 672a36fd4a8f2244ab57b52827e16a91018ec740 | | | Author: Jens Frenkel | | | Date: Thu Nov 8 07:44:42 2012 +0000 | | | | | | - rename flag more grammatical | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ff129474abf4b5fbb5eac65b71e2ff61c388a1ea | | | Author: Adeel Asghar | | | Date: Thu Nov 8 02:21:17 2012 +0000 | | | | | | - Fixed FMI Model Exchange. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 8b4077b7b52a1082d18513a19b63e01a5e8b6426 | | | Author: Jens Frenkel | | | Date: Wed Nov 7 23:21:46 2012 +0000 | | | | | | - start to implement stateselection during simulation via pivod function, add flag +dynamicpivod | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 8caaaf89dd36bbda8e9bdd1ef285e07cbd02464e | | | Author: Per Östlund | | | Date: Wed Nov 7 16:56:22 2012 +0000 | | | | | | - Use the face stored in OUTERCONNECT instead of trying to determine it in | | | InnerOuter.retrieveOuterConnections2. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InnerOuter.mo | | | | | * commit 8be162c88baf842de6d4247984836b19c04a6573 | | | Author: Martin Sjölund | | | Date: Wed Nov 7 14:58:34 2012 +0000 | | | | | | - Bugfix codegen for unary minus of array | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit ccf10b8968c2804f11fbb970d06321b616a62ed5 | | | Author: Martin Sjölund | | | Date: Wed Nov 7 13:46:16 2012 +0000 | | | | | | - Added usub_alloc_real for expressions (we do not want to negate the source if it is used later...) | | | - Added some debug info for use with +t | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit cb2f485a8946dbb32d0eb7e987f45d46177d8920 | | | Author: Adeel Asghar | | | Date: Wed Nov 7 12:44:54 2012 +0000 | | | | | | - flow control. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 015894c06bd31044ae6b63ef90cb3a0a6091d8a7 | | | Author: Martin Sjölund | | | Date: Wed Nov 7 08:39:57 2012 +0000 | | | | | | - Calculate the constness of partevalfunc calls | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 2d454deb71f6eb0499fc4329b23abae82a264835 | | | Author: Jens Frenkel | | | Date: Tue Nov 6 19:39:44 2012 +0000 | | | | | | - consider not pre,change,edge on rhs when equation is solved and rhs is checked for componentref | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 36e834a4138efeb2d65765884903b7eeab59f39d | | | Author: Adeel Asghar | | | Date: Tue Nov 6 17:47:19 2012 +0000 | | | | | | - get rid of initial sections. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 04336733f23abe60e16813271aff06051847af39 | | | Author: Willi Braun | | | Date: Tue Nov 6 17:35:52 2012 +0000 | | | | | | - add relative tolerance to zero-crossing hysteresis function | | | - changed non-linear solving strategy a bit | | | - update test-cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit e95573de970b5f041dca30d66b6acc5af1024d39 | | | Author: Adeel Asghar | | | Date: Tue Nov 6 16:37:19 2012 +0000 | | | | | | - minor fix. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 817dc2bbc72d073e1047ed375f383fb124e6b5ac | | | Author: Adeel Asghar | | | Date: Tue Nov 6 16:30:14 2012 +0000 | | | | | | - Trying to fix FMI. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 97cd6bbb0a41a2c88b741eea73fbacd258f623fe | | | Author: Lennart Ochel | | | Date: Tue Nov 6 08:39:24 2012 +0000 | | | | | | - initialization | | | - always generate all the stuff for the numerical initialization (even if +d=solveinitialsystem is used) | | | - add executable-flag [-iim symbolic] to solve the initialization problem symbolically (currently you also need +d=solveinitialsystem) | | | - remove obsolete function: | | | - ./Compiler/BackEnd/SimCodeUtil.addJacobiansToSimCode | | | - SimulationRuntime/c | | | - introduce new initialization option: -iim symbolic | | | - improve dumps | | | - remove c++ comments | | | - remove unused vars | | | - make some code fragments more readable | | | - use comments - even for function descriptions! | | | - use meaningful variable names | | | - use spaces between arguments | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Debug.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 4eae838f1186de62109048cc3620e8be76d70d69 | | | Author: Adrian Pop | | | Date: Tue Nov 6 06:46:20 2012 +0000 | | | | | | - use path equal as it might be fully qualified. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 955d822c65e2c995d1ffe66ef6df7ac809d81ffe | | | Author: Adrian Pop | | | Date: Tue Nov 6 05:50:29 2012 +0000 | | | | | | - add extendFrom to builtin API. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 63dbb6ef6f977cb303c9011a3d697523f0b530a9 | | | Author: Jens Frenkel | | | Date: Mon Nov 5 22:33:00 2012 +0000 | | | | | | - solve small (less than 10 other equations) linear torn systems with linear solver, commented out because not yet testet | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a11f48b40d2bc2490c3502ab39fe2f40ed0dd1e4 | | | Author: Willi Braun | | | Date: Mon Nov 5 18:28:59 2012 +0000 | | | | | | bug fixes | | | - fixed zeroCrossings generation | | | - initialize simulationInfo.discretCall | | | - chnaged return values if initialization fails | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 53bad54d4b26ab0302f46e6cdaad5dcaca2a603a | | | Author: Per Östlund | | | Date: Mon Nov 5 15:39:38 2012 +0000 | | | | | | - Remove debug printout. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit b9444fb08a5033eb71988d1540c152bd37140c6b | | | Author: Per Östlund | | | Date: Mon Nov 5 15:24:03 2012 +0000 | | | | | | - Flatten the class structure in SCodeInst.instClassItem, so we can avoid | | | handling EXTENDED_ELEMENTS everywhere. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | M Compiler/FrontEnd/InstFlatten.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/TypeCheck.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Template/InstDumpTpl.tpl | | | M Compiler/Util/List.mo | | | | | * commit fb796ec0ccedf5db71384eb5600c82d926c78b9f | | | Author: Martin Sjölund | | | Date: Mon Nov 5 15:17:12 2012 +0000 | | | | | | - Correction for ModelicaTest version | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 1972b140750a2b217a3385af101b4f30bc75cbd4 | | | Author: Martin Sjölund | | | Date: Mon Nov 5 13:10:04 2012 +0000 | | | | | | - Fix indentation of list() command for if-statements | | | - Add comments to algorithmitem | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Parser/Modelica.g | | | | | * commit a06d72bbc622660ae99e40ce0d2ca487e4cd12c3 | | | Author: Jens Frenkel | | | Date: Mon Nov 5 12:19:13 2012 +0000 | | | | | | - improve error report for index reduction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit ea02d588d7406b07ab49b156617b62c13d29a578 | | | Author: Martin Sjölund | | | Date: Mon Nov 5 09:54:57 2012 +0000 | | | | | | - Update MSL 3.2.1 (Complex and ModelicaTest are now version 3.2.1) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit cbad69c40156d31db454754b63ecdc8c3601ac75 | | | Author: Martin Sjölund | | | Date: Mon Nov 5 08:24:15 2012 +0000 | | | | | | - Fix codegen of empty array | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit dabac3fb42320f02678c2ea45bd3f752c8bc6da0 | | | Author: Adrian Pop | | | Date: Mon Nov 5 04:30:15 2012 +0000 | | | | | | - fixes to connection of expandable connectors array instances (AVM 07 model works now). | | | - added example with for equations testsuite/flattening/modelica/expandable/07.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit 64fe03a0f2f2fbd662126b8c64613069077071a3 | | | Author: Willi Braun | | | Date: Mon Nov 5 00:05:20 2012 +0000 | | | | | | - decrease tolerance for zero-crossing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | | | * commit f8a637b15507a0dd513384d940851563b88f0e2d | | | Author: Jens Frenkel | | | Date: Sun Nov 4 20:31:37 2012 +0000 | | | | | | - DynamicStateSelection: start to implement new feature for quaternion constrained equation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 1f06aedec46b9896866d883bf244bba56a4112b0 | | | Author: Willi Braun | | | Date: Sun Nov 4 17:48:56 2012 +0000 | | | | | | - quite big change to c simulation runtime | | | - solving non-linear systems (almost) always continuous | | | - update debug output of non-linear systems | | | - generate additional only relations | | | - updated testsuite | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 71fa35872a9031641940fe71d51b5a66c44f70b9 | | | Author: Willi Braun | | | Date: Sun Nov 4 13:05:27 2012 +0000 | | | | | | bug fixes | | | - BackendDAECreate.mo | | | fixed findZeroCrossings, scan when clauses with all other shared stuff | | | - CodegenC.tpl | | | fixed memory leak in updateBoundParameters. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1718ed49722b11fc54635d2b8908c59ee2b9620d | | | Author: Adrian Pop | | | Date: Sun Nov 4 02:45:25 2012 +0000 | | | | | | - empty change to test Hudson configuration (OpenModelica*CLANG* should run on testone) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-WINDOWS.txt | | | | | * commit 4637378bb9531e6884ad670d9f164b3597cadad1 | | | Author: Adrian Pop | | | Date: Sun Nov 4 02:06:19 2012 +0000 | | | | | | - a build document for Windows from Zsolt Lattmann | | | - testing new Hudson setup | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A README-BUILD-WINDOWS.txt | | | | | * commit 19b78f50224fa598a2ed2a358a6f5d9ee257a494 | | | Author: Jens Frenkel | | | Date: Sat Nov 3 21:41:38 2012 +0000 | | | | | | - move zero size equations (terminate,assert,noretcall) to removed equations in initial system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 4c30a369606112a95ef9af1208581b1344e797da | | | Author: Adrian Pop | | | Date: Sat Nov 3 00:58:21 2012 +0000 | | | | | | - fixes for Ticket #1923 | | | - correct and way faster handling of overconstrained connection graph | | | (not based on equation source which deleted more equations than it should have in some cases) | | | now the broken connects are removed from the connect sets and the allowed ones are put back. | | | - move the handling of overconstrained connection graph to ConnectUtil.equations so we do everything in one place. | | | - fixes to testsuite/simulation/libraries/msl32/Makefile (USE THE FILE NAME NOT THE TEST NAME!) | | | - probably a lot of flattening models will fail now because the equations will be moved around. | | | i'll fix these when I get the output from Hudson. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/List.mo | | | | | * commit b8269df1bb3d0063cda916417bd59541362ee9b6 | | | Author: Jens Frenkel | | | Date: Fri Nov 2 20:04:47 2012 +0000 | | | | | | - avalute also parameters with start value and final=true | | | - start to implement fmu export for cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenCpp.tpl | | | A Compiler/Template/CodegenFMUCpp.tpl | | | M Compiler/Template/Makefile | | | | | * commit 04f010eba524b5afde969079c2b6b91bee027d3c | | | Author: Adeel Asghar | | | Date: Fri Nov 2 19:42:39 2012 +0000 | | | | | | some fixes for FMI initial algorithm section. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit f9a34403612a438f434bf1b4e6fe2d6b472af35d | | | Author: Martin Sjölund | | | Date: Fri Nov 2 15:33:16 2012 +0000 | | | | | | - Handle comments in equation-sections | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Parser/Modelica.g | | | | | * commit 6612c15711004a7029da95ddc85b1cced50761d3 | | | Author: Niklas Worschech | | | Date: Fri Nov 2 14:19:48 2012 +0000 | | | | | | changed folder of cpp runtime libraries to lib/omc/cpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/CMakeLists.txt | | | | | * commit bf4261e3a2717078e39f0a05862dfcaa7e2a06b0 | | | Author: Jens Frenkel | | | Date: Fri Nov 2 13:45:15 2012 +0000 | | | | | | - Reimplement DivisionByZero easier, solves Ticket #1895 | | | - fixes vor msvc compile in case of empty residualEquations or zeroCrossings | | | - fix order of Equations for DynamicStateSelection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Makefile.common | | | | | * commit f0c43cb2947da9c58e9f2119e95f3f2a7def59ac | | | Author: Lennart Ochel | | | Date: Fri Nov 2 13:25:01 2012 +0000 | | | | | | - minor code improvements | | | - minor documentation improvements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 1843547fff32947d193cc2781aa37f63ae2016df | | | Author: Jens Frenkel | | | Date: Fri Nov 2 10:15:21 2012 +0000 | | | | | | - DAEDump: add missing elements to dump2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit eaa8f3f30436ddc6c969a2b8ce8001e8d79eb171 | | | Author: Lennart Ochel | | | Date: Fri Nov 2 09:15:08 2012 +0000 | | | | | | - set a uniform stop criterion for all initialization methods | | | - always prompt an error, if the initialization fails | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 310bc20102327c52f2633812e90da9a474a2df27 | | | Author: Lennart Ochel | | | Date: Fri Nov 2 08:24:37 2012 +0000 | | | | | | - fix algorithms for initialization | | | - disable some FMI/ModelExchange tests, as long as they are built on a buggy implementation of algorithms in the initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 8e4e92ae9d26e7097912b8ff6172612048d9fce8 | | | Author: Willi Braun | | | Date: Thu Nov 1 23:00:25 2012 +0000 | | | | | | - fix test | | | - fix for windows build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | | | * commit cff30ea09ab367b8358cb008e285f71c573e9fc3 | | | Author: Willi Braun | | | Date: Thu Nov 1 22:25:10 2012 +0000 | | | | | | - moved all f2c code to math-support | | | - moved nonlinearSolver interface to solver | | | - fixed testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | R100 SimulationRuntime/c/simulation/solver/daux.c SimulationRuntime/c/math-support/daux.c | | | R100 SimulationRuntime/c/simulation/solver/ddasrt.c SimulationRuntime/c/math-support/ddasrt.c | | | R100 SimulationRuntime/c/simulation/solver/ddassl.c SimulationRuntime/c/math-support/ddassl.c | | | R100 SimulationRuntime/c/simulation/solver/dlamch.c SimulationRuntime/c/math-support/dlamch.c | | | R100 SimulationRuntime/c/simulation/solver/dlinpk.c SimulationRuntime/c/math-support/dlinpk.c | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | R100 SimulationRuntime/c/math-support/nonlinearSolverHybrd.c SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c | | | R100 SimulationRuntime/c/math-support/nonlinearSolverHybrd.h SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h | | | R100 SimulationRuntime/c/math-support/nonlinearSystem.c SimulationRuntime/c/simulation/solver/nonlinearSystem.c | | | R100 SimulationRuntime/c/math-support/nonlinearSystem.h SimulationRuntime/c/simulation/solver/nonlinearSystem.h | | | | | * commit 37af1394cdcd5b4caa67ce3256c2cad30d608ecc | | | Author: Willi Braun | | | Date: Thu Nov 1 20:45:52 2012 +0000 | | | | | | - fixed reinit in algorithm statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 71fc5e6b397e356e9b7527a6ac9796e80ac2fcf0 | | | Author: Willi Braun | | | Date: Thu Nov 1 20:16:26 2012 +0000 | | | | | | event handling update: | | | - zero-crossings are handled as hysteresis function | | | - improved selection for sample or state event | | | Testsuite updates: | | | - updates to some result files | | | - enabled Modelica.Mechanics.Rotational.Examples.HeatLosses | | | - disabled Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects | | | (has some issues with state selection and current event handling) | | | - disabled Modelica.Electrical.Analog.Examples.NandGate (other results) | | | - disabled Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc (non-linear solver) | | | - disabled Modelica.Electrical.Analog.Examples.SwitchWithArc (non-linear solver) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 37b07f11bce2e4bc778be6294166212bb96b71ff | | | Author: Per Östlund | | | Date: Thu Nov 1 16:11:43 2012 +0000 | | | | | | - Fixed various issues with function instantiation in the new instantiation. | | | - Added new package InstFlatten (work in progress). | | | - Switched back partial instantiation to be an error in the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | A Compiler/FrontEnd/InstFlatten.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Makefile.common | | | | | * commit bfb4f386201c39a478f73e72bdb54c6f8df8503a | | | Author: Adeel Asghar | | | Date: Thu Nov 1 11:35:41 2012 +0000 | | | | | | - SearchClassNames API. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit cb7dbf9ee2e707c01d7080b4d2a3752b0a1503b9 | | | Author: Jens Frenkel | | | Date: Thu Nov 1 00:37:43 2012 +0000 | | | | | | - better error message for sqrt | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit bbc0ebf90ccbe1c3e38ede3ceedb6f71a3ab1046 | | | Author: Adrian Pop | | | Date: Thu Nov 1 00:29:08 2012 +0000 | | | | | | - fix Compiler/BackEnd/BackendDAECreate.mo | | | - use +locale=C testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit e7bda3b659ad4f7b544a2344c8cade48fb9b8fd8 | | | Author: Jens Frenkel | | | Date: Wed Oct 31 23:30:45 2012 +0000 | | | | | | - BackendDAECreate: | | | - remove asserts,terminates from if-equations | | | - check type on EqEquations and Tuple-Equations when generate Equations | | | - BackendDAEOptimize: | | | - remove also termintates from if-equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 48fe5b834010f79286af664a40086b4389304f5a | | | Author: Niklas Worschech | | | Date: Wed Oct 31 16:10:44 2012 +0000 | | | | | | extended make file to build cpp runtime with visual studio | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M Makefile.common | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaConfic.inc.in | | | | | * commit 58ad511b6087a5e8085a32941d7005f80b3a4967 | | | Author: Jens Frenkel | | | Date: Wed Oct 31 13:05:48 2012 +0000 | | | | | | - BackendVarTransform: do not replace iteration variables from for loops, why is not CREF_ITER used for these variables, this would make thouse thinks much easier. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 6aaa045a2ce966eeb317652c6f42fd47aef457dc | | | Author: Martin Sjölund | | | Date: Wed Oct 31 11:08:46 2012 +0000 | | | | | | - Let's also copy MSL 3.1 ModelicaServices... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 24b95058911d8627df9e53afe19b81dc6bfd8dcb | | | Author: Adrian Pop | | | Date: Wed Oct 31 10:50:17 2012 +0000 | | | | | | - fix build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit f9a824328b14abcbccc1eb77605da2fd282d8ab4 | | | Author: Martin Sjölund | | | Date: Wed Oct 31 10:27:10 2012 +0000 | | | | | | - Parallel make omlibrary | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 038b4f72ab1dacf16275657a02fad8296ab7f77b | | | Author: Martin Sjölund | | | Date: Wed Oct 31 10:18:53 2012 +0000 | | | | | | - Updated MSL 3.2.1 to latest version (should improve selection of fixed variables for some more examples) | | | - All MSL 3.2.1-related files are now picked from svn:externals and not just the Modelica package | | | - Removed obsolete pltpkg.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 413c74bda7682c231d3aefbe887b2791ea083287 | | | Author: Jens Frenkel | | | Date: Wed Oct 31 09:51:30 2012 +0000 | | | | | | - switch partitionIndependentBlocks on | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 832bc5efafe8df7f28183c1c59eeb9ec5d7f609c | | | Author: Jens Frenkel | | | Date: Wed Oct 31 02:17:38 2012 +0000 | | | | | | - add postoptimization module to replace constants in the system | | | - used for Modelica.Electrical.Spice3.Examples | | | - switch off eqequation to alias | | | - ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos fails because source.Q(start = 500.0) , source.Q(start = 100.0), sourceP.Q the same | | | - PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos - stateselection | | | - PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos | | | - rename ERROR -> ERROR0 to avoid warning | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit f7770b1cf5ee52cf991a6b7aad2f0767f673a710 | | | Author: Jens Frenkel | | | Date: Wed Oct 31 00:04:47 2012 +0000 | | | | | | - use eqequation to remove aliases in BackendDAECreate | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 62c473c9049128de73ee9722331658afaa41387a | | | Author: Jens Frenkel | | | Date: Tue Oct 30 22:33:14 2012 +0000 | | | | | | - fixes for solve inital system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b8858d02a76d38b08f53121599cdc5df6752d9af | | | Author: Jens Frenkel | | | Date: Tue Oct 30 15:38:31 2012 +0000 | | | | | | - c comment style // -> /* */ | | | - bugfix for initalSystem and numberOfEquations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c | | | M SimulationRuntime/c/linearization/linearize.h | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.h | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit f1174e7897ea50417f756003ce9b5f0aef23d8ec | | | Author: Niklas Worschech | | | Date: Tue Oct 30 15:06:51 2012 +0000 | | | | | | extended cpp template, make file for visual studio | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 9ef3f0afed5afd0beb14f7f055407ea0f3bad35e | | | Author: Martin Sjölund | | | Date: Tue Oct 30 15:01:39 2012 +0000 | | | | | | - Remove debug print | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 18a7648abe2c0d92417bd46315239626f9136bfd | | | Author: Martin Sjölund | | | Date: Tue Oct 30 15:01:03 2012 +0000 | | | | | | - Ceval arrays with an unknown dimension size | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit 4f5644c5544fb2db1048c06f524a095c767a8667 | | | Author: Per Östlund | | | Date: Tue Oct 30 14:40:50 2012 +0000 | | | | | | - Implemented partial support for handling redeclares with multiple inheritance. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | | | * commit 7096cd2d55c1083d0550999ebc825a6781c4ca86 | | | Author: Martin Sjölund | | | Date: Tue Oct 30 14:31:39 2012 +0000 | | | | | | - Simplify cast of cat | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 98f66ae76802129aa278172fdbfccb910554bdd8 | | | Author: Jens Frenkel | | | Date: Tue Oct 30 13:08:52 2012 +0000 | | | | | | - fixes for solve inital system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 3d3c19ef6cc1f0b0a46606989423d331952ec278 | | | Author: Adrian Pop | | | Date: Tue Oct 30 12:37:34 2012 +0000 | | | | | | - small fix to extends from basic type. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInstShortcut.mo | | | | | * commit 1d312ab403bc101003878255cc03eea11fa4d04d | | | Author: Martin Sjölund | | | Date: Tue Oct 30 11:48:30 2012 +0000 | | | | | | - Fix for multi-dim array-literals | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2f91bf2b169f7c8ba55be8367acbd7b97bc9ef82 | | | Author: Leonardo Laguna | | | Date: Tue Oct 30 10:34:59 2012 +0000 | | | | | | - Changing the scope of a function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/VarTransform.mo | | | | | * commit 10cfa2fc0649c8d962f16c79a000173ed94af4c3 | | | Author: Martin Sjölund | | | Date: Tue Oct 30 10:11:33 2012 +0000 | | | | | | - Missing function to create a Real range in runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit a393cde527c69cbf83a941cb11ba5bd55dbe4b62 | | | Author: Martin Sjölund | | | Date: Tue Oct 30 09:54:04 2012 +0000 | | | | | | - Also evaluate replaceable functions | | | - Moved one fluid flattening test to failing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 9138db430baa30a02a5488c6dcda15bfcdf1f87d | | | Author: Jens Frenkel | | | Date: Tue Oct 30 09:09:26 2012 +0000 | | | | | | - report error only once | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit e7c9a72b92da53aa7c177a3f17d604966cf528e6 | | | Author: Jens Frenkel | | | Date: Tue Oct 30 08:20:38 2012 +0000 | | | | | | - use flag +d=solveinitialsystem to solve the initial system symbolical | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit fc61c16d297276f7a69a07f3f1a854f6b41b623a | | | Author: Jens Frenkel | | | Date: Tue Oct 30 07:28:57 2012 +0000 | | | | | | - switch Symbolic generation of initial System of to fix testsuite first | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a5807245b6aa71ffa47cc57ccecbf39f2c0c0435 | | | Author: Adrian Pop | | | Date: Tue Oct 30 02:30:16 2012 +0000 | | | | | | - removed Compiler/FrontEnd/SCodeTransform.mo replaced by Compiler/FrontEnd/SCodeInstShortcut.mo | | | - added +d=scodeInstShortcut,showSCode flags to call the new SCodeInstShortcut package. | | | - we might even get rid of passing class names around in SCodeInst as is not needed anymore. | | | - first version of new Compiler/FrontEnd/SCodeInstShortcut.mo package works rather fine for some | | | models and has issues with others. More context of qualified types is needed to fully make it work. | | | - fix scodeinst tests. | | | - allow input RealInput and output RealOutput in InstUtil.mergeDirection as this is used in | | | MSL 3.2.1: Modelica.Blocks.Math.Add3 (maybe we should fix MSL?) | | | - more flags in testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw to get rid of warnings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | A Compiler/FrontEnd/SCodeInstShortcut.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | D Compiler/FrontEnd/SCodeTransform.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit eb697858f57093f0ee5f11d39321c5799a38d6a6 | | | Author: Adeel Asghar | | | Date: Tue Oct 30 00:23:59 2012 +0000 | | | | | | - For now don't generate Empty Array assignment statements. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit c4a26ab027fb2cfc9ee168c579ee89ee6e6dcadc | | | Author: Jens Frenkel | | | Date: Mon Oct 29 23:14:43 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit 709c8f2deee2771783866a7a26bab8b008bdd3ca | | | Author: Jens Frenkel | | | Date: Mon Oct 29 22:34:48 2012 +0000 | | | | | | - fix last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit bd6905cf99ccb6cb15648a096fe4fc048755efa9 | | | Author: Jens Frenkel | | | Date: Mon Oct 29 22:33:45 2012 +0000 | | | | | | - remove debug print | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit faef3b1101e440224261abefb74e5f3baeff3ee1 | | | Author: Jens Frenkel | | | Date: Mon Oct 29 22:32:13 2012 +0000 | | | | | | - solve the inital system symbolical in case of equal var and equation size | | | - skip external objects from algorithm outputs | | | - fix test Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 0721299bedc2bdaee2bbd65d2425b34f2438276c | | | Author: Jens Frenkel | | | Date: Mon Oct 29 22:13:53 2012 +0000 | | | | | | - move only equalityConstraint with array[0] return value to removed equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit d38fdc42736f534d0256243ca1afc91b64428853 | | | Author: Jens Frenkel | | | Date: Mon Oct 29 19:33:46 2012 +0000 | | | | | | - bugfix for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 9db75f93ae5640b137eb7a94c4e328248c028d37 | | | Author: Jens Frenkel | | | Date: Mon Oct 29 17:41:24 2012 +0000 | | | | | | - move equalityConstraint equations to removed equations | | | - move Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos and | | | Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier to working test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b4ccec23176d6f9790ae8929a825ad3ef99e4228 | | | Author: Martin Sjölund | | | Date: Mon Oct 29 15:28:05 2012 +0000 | | | | | | - Fix scalar flag when using matrix constructor | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit f3b67f77e085bf1ae6dfa1746580d3c269b654ba | | | Author: Martin Sjölund | | | Date: Mon Oct 29 13:45:52 2012 +0000 | | | | | | - Let +t print information if an array is scalar or not | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit e02d6b7b749db209cdc2d41b55e0a0011a483ff2 | | | Author: Per Östlund | | | Date: Mon Oct 29 13:29:19 2012 +0000 | | | | | | - Print out a warning if a redeclared modifier element can't be found, instead | | | of silently failing. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/Util/Error.mo | | | | | * commit 95d80ea5ad1859ef0f5b66d0b7305a076320ebff | | | Author: Per Östlund | | | Date: Mon Oct 29 12:52:19 2012 +0000 | | | | | | - Fix propagation of redeclared redeclare modifiers in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | | | * commit e5bb25b100b27c629ef71a9c3b2a3b3ebd83d0e8 | | | Author: Willi Braun | | | Date: Mon Oct 29 11:19:33 2012 +0000 | | | | | | - added support for terminate() call in runtime | | | - changed assert massage from warning to info | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 847cbb60e2aacc66c2b9193f213f381734ac205a | | | Author: Jens Frenkel | | | Date: Mon Oct 29 10:53:42 2012 +0000 | | | | | | - replace evaluated parameters in if-expressions before index reduction | | | - move Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 1604d5a670b7e32d70a9042f5569f32a52f0dded | | | Author: Jens Frenkel | | | Date: Mon Oct 29 09:59:24 2012 +0000 | | | | | | - fix test Modelica.Blocks.Examples.FilterWithDifferentiation | | | - read_matlab4: doublepresision -> doublePrecision | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | | | * commit cd529694f1980c83ac8e65dc6979d3f8ca3aeaa1 | | | Author: Jens Frenkel | | | Date: Mon Oct 29 09:21:45 2012 +0000 | | | | | | - bugfix for OpenModelica.Scripting.compareSimulationResults: in case of empty vars compare all vars from reffile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 1e1df2fcb2c455e066020c923d130221b13c1f6b | | | Author: Martin Sjölund | | | Date: Mon Oct 29 08:51:25 2012 +0000 | | | | | | - Easier code to maintain | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 8286edea82316bbaa8ab536af8b68b0cb6ed9465 | | | Author: Jens Frenkel | | | Date: Sun Oct 28 22:24:28 2012 +0000 | | | | | | - use for mmcTypeShort in case of T_COMPLEX not error function because get an error but found not the wrong code seems to be odd | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2a0652e4d6d062ae0013a0e60c08ccc7611d3f49 | | | Author: Jens Frenkel | | | Date: Sun Oct 28 21:12:41 2012 +0000 | | | | | | - use error function to report errors in CodegenC.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ef848b5e06d0b4dacba08976c4ac7c02919df6b9 | | | Author: Lennart Ochel | | | Date: Sun Oct 28 16:06:07 2012 +0000 | | | | | | - initialization: fix lambda-control for nelderMeadEx | | | - initialization: fix stop criterion for nelderMeadEx | | | - initialization: fix rescaling during initialization | | | - testsuite: update simulation results | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | | | * commit e32c64f9e78b6095e2b06cf602cdd724015a166c | | | Author: Jens Frenkel | | | Date: Sun Oct 28 08:23:09 2012 +0000 | | | | | | remove initial algorithms from initial equations (they are called in bound parameter equations), I have no clue what the reason is but is was done before also, maybe Lennart know the reason | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 4f42fb0dacde9bcb5dc749ffc382b0d3abfbe49b | | | Author: Jens Frenkel | | | Date: Sun Oct 28 01:45:53 2012 +0000 | | | | | | - added support for {cref,cref,cref,cref} = .... | | | - improve residual code generation for array equations, calculate array equation only once and do not asub | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit acd32154842e664a7ac9a36972c33a5e162b2030 | | | Author: Jens Frenkel | | | Date: Sat Oct 27 23:28:30 2012 +0000 | | | | | | - use ComponentReference.printComponentRefStr instead of ComponentReference.crefStr to consider subscripts for tempvariable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 63415d50e03955914dcdf8a85eabbc94f8160477 | | | Author: Jens Frenkel | | | Date: Sat Oct 27 22:44:18 2012 +0000 | | | | | | - bugfix SimCodeUtil.createNonlinearResidualExp for bool and string | | | - bugfix SimCodeUtil.makeSES_RESIDUAL1, use createNonlinearResidualExp instead of Expression.expSub, this works also for bool and string | | | - CodegenC.daeExpLbinary, report better error message | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 24286edbcd6ae1662133b43c63bb3320f09521a3 | | | Author: Jens Frenkel | | | Date: Sat Oct 27 20:57:52 2012 +0000 | | | | | | - improve implementation for residuals of algorithms, replace also array crefs with tmp crefs | | | - ToDo: we need case for ARRAY({cr,cr,cr,...}) in CodegenC.writeLhsCref | | | - add comments for missing cases for tuple equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e1bdd99cc24954b5f615d70743f199fd09f8f2c9 | | | Author: Jens Frenkel | | | Date: Fri Oct 26 22:44:29 2012 +0000 | | | | | | - fix some tests, move some to failing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit d32228497c038b65457be1732a578b74dea2b87b | | | Author: Jens Frenkel | | | Date: Fri Oct 26 18:04:32 2012 +0000 | | | | | | - avoid divisions by zero in residual equations | | | - add parameter equations to equationInfo, because they could also have nonlinear systems | | | - add listAppend to SimCodeTV, how it is posibble to append two list and store this list in a variable? | | | - fix tabs f2c.h | | | - improve test ParameterCycle, check results of var1 and var2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit bf072eda3e22169cf1238b3ee730b60aad83c557 | | | Author: Martin Sjölund | | | Date: Fri Oct 26 14:23:36 2012 +0000 | | | | | | #1907 | | | - Allow empty arrays on lhs of assignment | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit d2995bbcf5a239a4c6bf1b44a4f95ea093251c4f | | | Author: Niklas Worschech | | | Date: Fri Oct 26 13:24:44 2012 +0000 | | | | | | -fix in cpp template missing initial method in algloop system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 288d72d56be40fd2b8a6c93ed85c9ad051e44626 | | | Author: Willi Braun | | | Date: Fri Oct 26 12:53:58 2012 +0000 | | | | | | - fixed bug in solving non-linear systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/nonlinearSolverHybrd.c | | | | | * commit c551b3548ad6b30338519290bdc69d2984ba6aef | | | Author: Jens Frenkel | | | Date: Fri Oct 26 12:53:29 2012 +0000 | | | | | | - bugfix for Modelica.Blocks.Examples.Filter | | | - tap | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit be901619466ef5d0c590fa1332b69f3d6619eb6a | | | Author: Jens Frenkel | | | Date: Fri Oct 26 11:21:17 2012 +0000 | | | | | | - bugfix for tuple initial equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 0e22c331cbd8fd4a5a14420b901a4d63a2a18363 | | | Author: Lennart Ochel | | | Date: Fri Oct 26 10:58:48 2012 +0000 | | | | | | - revised dump system for the c-runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/math-support/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/modelinfo.c | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/c/util/varinfo.c | | | | | * commit 4f3d59bef1b1f4b14396701a2f8c0cac93af6712 | | | Author: Pavol Privitzer | | | Date: Fri Oct 26 09:56:30 2012 +0000 | | | | | | - C# CodegenCSharp.tpl fix for residual functions generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit 5ffae155031693d1040f2cc540efb1da7be6b93d | | | Author: Jens Frenkel | | | Date: Fri Oct 26 09:51:56 2012 +0000 | | | | | | - improve tearing, try to select equation with higest difficulty as residual equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 6f51bb7abf34253b1b3563608a1307b74e117893 | | | Author: Christian SChubert | | | Date: Fri Oct 26 09:36:49 2012 +0000 | | | | | | remove warnings in read_matlab4.c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit abe7b9606077b58229229ba1eeace9f49998f97a | | | Author: Jens Frenkel | | | Date: Fri Oct 26 08:46:17 2012 +0000 | | | | | | - when generating the residual exp for nonlinear system avoid divisions by zero with | | | a - b/c -> a*c-b, a/b-c -> a-b*c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 564ad4e12581e5f34062154045b8bc2d8c528354 | | | Author: Jens Frenkel | | | Date: Fri Oct 26 00:49:30 2012 +0000 | | | | | | - start to generate solveInitialSystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 6cfd21cb8dcd0f7ca857ca3281ae8dbd2b87f689 | | | Author: Adeel Asghar | | | Date: Fri Oct 26 00:07:54 2012 +0000 | | | | | | removed some unnecessary comments. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 8a78a62b3dfcaae6aca004fdf15b1b3dda133897 | | | Author: Adeel Asghar | | | Date: Fri Oct 26 00:00:13 2012 +0000 | | | | | | - Use Real value for fmiValueReference instead of Integer. | | | - some other minor fixes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 917a55af270cd2685d88988632d4fc53015ee24c | | | Author: Jens Frenkel | | | Date: Thu Oct 25 23:18:04 2012 +0000 | | | | | | - report less warning when merging alias vars start value | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit a768917bf266e50961fc30120b5a9a7a9e651ec8 | | | Author: Jens Frenkel | | | Date: Thu Oct 25 22:10:56 2012 +0000 | | | | | | - bugfix local shadow variable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 4fc99df5464819ea417705c0fa6285a62fe581a7 | | | Author: Jens Frenkel | | | Date: Thu Oct 25 21:53:30 2012 +0000 | | | | | | - DynamicStateSelection: do not change stateselect value when change var kind to state | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 05ece79cc78d4b6ebc131cf900043372819b16ac | | | Author: Jens Frenkel | | | Date: Thu Oct 25 21:48:13 2012 +0000 | | | | | | - bugfix mergStartValues, now use the fixed one, also if it has not an explicit start value | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 5eab378a41fe02109cf4ca1fed001e78b0c8ed7b | | | Author: Jens Frenkel | | | Date: Thu Oct 25 21:46:05 2012 +0000 | | | | | | - bugfix adjacencyRowEnhanced | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 4e24d94963d14feb2a32999158249f4473f69797 | | | Author: Pavol Privitzer | | | Date: Thu Oct 25 19:39:07 2012 +0000 | | | | | | - C# template update toward the new zero-crossing treatment | | | - rename of the mixed helper function nextVar() -> NextMixedBoolCombination() | | | - better code for DIVISION() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit f90a5ed228a1c3ffd63388e6ecec84d97ba45731 | | | Author: Bill Janssen | | | Date: Thu Oct 25 18:16:47 2012 +0000 | | | | | | remove extra semicolon | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | | | * commit 7fb90d8e33766454a066a23765f873e548a1befa | | | Author: Lennart Ochel | | | Date: Thu Oct 25 15:17:06 2012 +0000 | | | | | | - fix initialization problems with fixed vars without explicit start-values | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit d51ac8c40173f348d18a3b97f35081a12e4571f5 | | | Author: Jens Frenkel | | | Date: Thu Oct 25 13:19:27 2012 +0000 | | | | | | - bugfix for Modelica.Blocks.Examples.FilterWithDifferentiation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 2075575d128f091c35de021de0805e709549032e | | | Author: Jens Frenkel | | | Date: Thu Oct 25 12:37:59 2012 +0000 | | | | | | - fix commit r13617 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit ffb96c88671b52494159d052a6ebd303b71d725d | | | Author: Martin Sjölund | | | Date: Thu Oct 25 12:01:51 2012 +0000 | | | | | | - Only force ffloat-store on x86 (32-bit) | | | - Also force fortran fpmath for solver files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M configure.in | | | | | * commit d04399433dbd54291e984c8f74a67852dababf87 | | | Author: Martin Sjölund | | | Date: Thu Oct 25 11:46:44 2012 +0000 | | | | | | - Force ffloat-store or mfpmath=sse for libf2c code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M configure.in | | | | | * commit 03580a19721c85092aa184c779c491ff9ab46ba2 | | | Author: Martin Sjölund | | | Date: Thu Oct 25 10:38:55 2012 +0000 | | | | | | - Add MSL 2.x to versions that can load files with bad within-statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit 4105a55d5bd6aa52c26cce4ef7b398972a474697 | | | Author: Martin Sjölund | | | Date: Thu Oct 25 09:21:40 2012 +0000 | | | | | | #1906 | | | - Added API commands: getCompiler getCXXCompiler getLinker | | | - Added new OMEdit setting: Compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 12a6c9c0df35c71938b7c8c3c417ae0224511a96 | | | Author: Jens Frenkel | | | Date: Thu Oct 25 08:08:16 2012 +0000 | | | | | | - bugfix for runtime Cpp in case of incomplete arrays | | | - remove testsuite/cppruntime because there is the same directory ad testsuite/openmodelica/cppruntime | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | M Makefile.common | | | | | * commit be79c29e01780df5df21c63951fabeff76b15cc2 | | | Author: Willi Braun | | | Date: Thu Oct 25 00:11:15 2012 +0000 | | | | | | - nonlinear solver: don't start solver if is already solved. | | | - now LossyGearDemo2 does work. | | | - minor changes (fix some debug outputs and correct test) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit 5b88390177847e0e0ce34537bdf3f32d4abf4a04 | | | Author: Per Östlund | | | Date: Thu Oct 25 00:03:02 2012 +0000 | | | | | | - Small fix for cref prefixing in SCodeInst, now even less magic \o/ | | | - Added unary plus to ExpressionDumpTpl. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit 078333f6dcbcab56ca558691a27ba7e1b96316f2 | | | Author: Adrian Pop | | | Date: Wed Oct 24 23:05:41 2012 +0000 | | | | | | - SCodeMod.mo: add some more functions (remove Mod containing self reference, remove self reference ident from expression). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeMod.mo | | | | | * commit 9acb77ff19308d1a1b69644fbed462c5d7ee827c | | | Author: Adrian Pop | | | Date: Wed Oct 24 23:03:47 2012 +0000 | | | | | | - Absyn.mo: add crefFirstEqual | | | - ClassInf.mo: add stateToSCodeRestriction | | | - Expression.mo: add DAE.ENUM_LITERAL in unelabExp | | | - Inst.mo: try to handle Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces but it doesn't work yet. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 775c7735f8045a36ad20ba60b67c63ab5deab4d4 | | | Author: Adrian Pop | | | Date: Wed Oct 24 23:00:46 2012 +0000 | | | | | | - add List.applyAndFold1. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 18336587c54c3a1f9342fedcd99189921386da89 | | | Author: Jens Frenkel | | | Date: Wed Oct 24 17:56:52 2012 +0000 | | | | | | - bugfix for pre(ASUB(..)) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 99852c8419a2b35ba281f98fc31c23fcadc9db47 | | | Author: Jens Frenkel | | | Date: Wed Oct 24 17:42:32 2012 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 2606865b2c0dee69442bf65f870b0e6ad2b92840 | | | Author: Jens Frenkel | | | Date: Wed Oct 24 17:16:33 2012 +0000 | | | | | | - tab | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 9e432d4728301ad062d91fdee5cb640789233739 | | | Author: Willi Braun | | | Date: Wed Oct 24 17:05:31 2012 +0000 | | | | | | - change debug output for solver, event and zero crossings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/math-support/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 834c214a948bb6a778255d67cfbf3d126485a986 | | | Author: Lennart Ochel | | | Date: Wed Oct 24 16:35:32 2012 +0000 | | | | | | - fix compilation using ipopt for initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | | | * commit 59276d0e37a226c9dea28c4bb5bc720cfcbcec2f | | | Author: Per Östlund | | | Date: Wed Oct 24 16:01:38 2012 +0000 | | | | | | - Improved cref prefixing in SCodeInst, now uses less magic. | | | - Changed InstTypes.Prefix to be a proper uniontype instead of a list, for no | | | apparent reason. | | | - Some small class extends improvements. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/Template/InstDumpTV.mo | | | M Compiler/Template/InstDumpTpl.tpl | | | | | * commit 9bffa1945eaea5131e34d6cff17a393719dce28c | | | Author: Jens Frenkel | | | Date: Wed Oct 24 15:30:42 2012 +0000 | | | | | | - remove Simple Equations, use BackendVarTransform.replaceWhenClauses to replace aliases in reinit | | | - replace BackendDAE.DAEHandlerArg with BackendDAE.StructurallySingularSystemHandlerArg | | | - bugfix dynamic State Selection, remove last subs and replace last type of set | | | - report more information in case of Reference file has not enough time points | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 3c9ddcb96beab7d70e3b721cf3b0399fd3ee16e3 | | | Author: Willi Braun | | | Date: Wed Oct 24 14:36:21 2012 +0000 | | | | | | - added config flag to deactivate tearing: +noTearing | | | - added debug flag to deactivate tearing of mixed system: +d=noMixedTearing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 01bffef52dce0d187de3fac961388469eff0bf47 | | | Author: Lennart Ochel | | | Date: Wed Oct 24 13:58:57 2012 +0000 | | | | | | - add description-strings for initial residuals for improved dumps | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | | | * commit f8dc9803041659953efdbdaba69db5e6f0844cc4 | | | Author: Jens Frenkel | | | Date: Wed Oct 24 12:36:17 2012 +0000 | | | | | | - dump vars and Equations in case of mixed system with something else than EQUATION in discrete part | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 446f0e886c36141682747d521bdab307016f9154 | | | Author: Jens Frenkel | | | Date: Wed Oct 24 12:25:37 2012 +0000 | | | | | | - Expression: check type before add,sub,mul,div expression | | | - ExpressionSolve.mo: cases for cr = exp, exp=cr, -cr=exp,exp=-cr,!cr=exp,exp=!cr | | | - ExpressionSimplify: pre(a+b) -> pre(a)+pre(b) | | | - move some test to working group | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 18167cd802835ce8266635c1ae99b3692fa54e21 | | | Author: Jens Frenkel | | | Date: Wed Oct 24 11:05:09 2012 +0000 | | | | | | - CodegenC.tpl: support pre(not(cr)) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e24f22f16e0431e9daf3d94b16bd4eb42586f8f6 | | | Author: Jens Frenkel | | | Date: Wed Oct 24 11:00:05 2012 +0000 | | | | | | - bufgix IncidenceMatrix solvable for LUNARY | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit d6b219309e1894d58ed09582ada552c5d7954e1f | | | Author: Willi Braun | | | Date: Tue Oct 23 21:46:36 2012 +0000 | | | | | | - fixed one potential uninitialized value | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit c81b9f976e564e5540decc48dc0531d6177987d6 | | | Author: Adrian Pop | | | Date: Tue Oct 23 18:10:32 2012 +0000 | | | | | | - display how many tests are OK. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit a5d877506463ea2ff2621b31840db217d63bf829 | | | Author: Adrian Pop | | | Date: Tue Oct 23 16:58:58 2012 +0000 | | | | | | - do not exit with failure so we can see the log. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 92ce9f973a04bc24f399231ad3eb22a14d8e8def | | | Author: Adrian Pop | | | Date: Tue Oct 23 15:58:01 2012 +0000 | | | | | | - show the entire testsuite-trace.txt so we see more info in Hudson. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit adcf54a99cd98c6cd72d47c3aab0ae64c908158c | | | Author: Lennart Ochel | | | Date: Tue Oct 23 15:56:56 2012 +0000 | | | | | | - initialization: update some function descriptions for better documentation | | | - Initialization: remove redundant data-structs | | | - initialization: minor fixes (e.g. memory leaks) | | | - initialization: do not longer handle hybrid system different for each initialization method | | | - testsuite: initialization: add new testcase for discrete changes during initialization | | | - testsuite: ThermoSysPro: update simulation results | | | - testsuite: fix failing tests regarding the number of intervals | | | - SimulationRuntime/c: avoid warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/gc/roots.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_kinsol.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_newuoa.h | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_simplex.h | | | | | * commit c438ad52140c5000effeb7daaf2907dd62914f84 | | | Author: Leonardo Laguna | | | Date: Tue Oct 23 14:49:49 2012 +0000 | | | | | | - Trivial fixes for compatibility with VC++ | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit 324cf7cf757754deb4d17cae1c8c060f753abd3d | | | Author: Willi Braun | | | Date: Tue Oct 23 12:08:00 2012 +0000 | | | | | | - activate tearing of mixed systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 4eb60f9a417dd80e675d97273db284759f663bc4 | | | Author: Willi Braun | | | Date: Tue Oct 23 11:36:05 2012 +0000 | | | | | | - fixed findZeroCrossing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit dec4a284bf4b5b080503918f7dc69e3915eb0943 | | | Author: Leonardo Laguna | | | Date: Tue Oct 23 09:24:18 2012 +0000 | | | | | | - Added dump of distribution type to the uncertainties extraction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 7a4eeaee4d8078aaa8ce060398d502a76c8b0495 | | | Author: Adrian Pop | | | Date: Mon Oct 22 23:31:26 2012 +0000 | | | | | | - mind your language please :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 2b94816dd11e69aea87d387674b9f095b724e507 | | | Author: Jens Frenkel | | | Date: Mon Oct 22 23:00:33 2012 +0000 | | | | | | - bugfix for if-equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 9ce555eedafcc085bfaf9e9d4a9bc7ed50f5112b | | | Author: Jens Frenkel | | | Date: Mon Oct 22 22:46:39 2012 +0000 | | | | | | - fix tab | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit f8d8971b8419ead6042db921f089ba25170dd714 | | | Author: Willi Braun | | | Date: Mon Oct 22 22:18:03 2012 +0000 | | | | | | Changes for event handling. | | | - From now as zero-crossing functions are used the conditions instead of single relations. | | | - main changes in BackendDAECreate.findZeroCrossings. | | | - it collects now samples, relations and zerocrossings in different lists. | | | - relations are still collected for cpp-runtime. | | | - fixed also #1866 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 89bd92d4bf6e1beb718499e079b522dc02eba918 | | | Author: Jens Frenkel | | | Date: Mon Oct 22 20:24:22 2012 +0000 | | | | | | - fix tests, report less warnings Alias variables ... have start values ... | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit b9a2ad2c4e22882c6b19b0e1993db96b47468923 | | | Author: Jens Frenkel | | | Date: Mon Oct 22 15:32:31 2012 +0000 | | | | | | - avoid Warning Alias Variable ... by improvement of expressionEqual | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 55607d072a99493ac374c497663b25b072cb13ae | | | Author: Jens Frenkel | | | Date: Mon Oct 22 12:42:30 2012 +0000 | | | | | | - try to remove aliases like state = state, but this needs some more thinks to do | | | - keep zero start values | | | - dynamicstateselection, prever states with short names | | | - move some tests back to working group | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | | | * commit 7e8ca4d4db5d834b0296cf63860d44a7ae441607 | | | Author: Willi Braun | | | Date: Sun Oct 21 17:25:52 2012 +0000 | | | | | | updates for event handling c simulation runtime | | | - mostly cleaning and restructuring of the code | | | - preparation for changing zero-crossing treatmeant | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 1d5a279b5c4417b0dafbb8d858d22f815ea64d74 | | | Author: Willi Braun | | | Date: Sat Oct 20 17:37:10 2012 +0000 | | | | | | - a bit of clean up in c simulation runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | | | * commit 5170f1cbbc1d5775947ccc8156d99b179458f86a | | | Author: Willi Braun | | | Date: Sat Oct 20 12:00:33 2012 +0000 | | | | | | - fixed a bug in isExpDiscrete | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 560e06ee97717fe7e4c6519c61b8c412d6a921d5 | | | Author: Jens Frenkel | | | Date: Sat Oct 20 06:47:39 2012 +0000 | | | | | | - keep der(var) = const | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 61c86de05cda1ecfccacb5476c7b1d9cef3bea62 | | | Author: Adrian Pop | | | Date: Sat Oct 20 05:34:54 2012 +0000 | | | | | | - forgot to copy libexpat*.lib | | | - add lib/omc/msvc to the CL lib search path as it contains sundials and libexpat libs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1125a3f1987959db7cfbe807f99fcd7f449013de | | | Author: Adrian Pop | | | Date: Sat Oct 20 04:30:01 2012 +0000 | | | | | | - switch to new lib directories for msvc. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit e7027a25ac54ced221d50603f0658bc3397515da | | | Author: Adrian Pop | | | Date: Sat Oct 20 01:03:13 2012 +0000 | | | | | | - we *really* need the RESULT from Compile.bat to know if we should report a build error in omc. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/Compile.bat | | | | | * commit e8c30ecb6dffc38e859ce72102870ca3cf8e19c6 | | | Author: Adrian Pop | | | Date: Sat Oct 20 00:26:43 2012 +0000 | | | | | | - generate nmake targets not the vs projects! | | | - copy the libs after build to build/lib/omc/ | | | - why would we need in options.h??!! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/options.h | | | | | * commit 44016cbd659eca9b79f3daab3430ce1b050e485e | | | Author: Jens Frenkel | | | Date: Fri Oct 19 23:15:00 2012 +0000 | | | | | | - remove also constant derivatives from known vars as the other self generated vars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit e3b0c69abf81c135f36ad06bbb9b84928e7092e7 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 21:59:08 2012 +0000 | | | | | | - keep dimension information of derived variable but check when sorting if all elements are derived. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit cb3e316d6af62c1dc2bf3d695a8645fd03e21e45 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 21:18:58 2012 +0000 | | | | | | - change cmake files and add target simulationruntimecmsvc to Makefile.omdev.mingw to call cmake to generate msvc libs (does not yet work because camke does not configue nmake files) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M CMakeLists.txt | | | M Makefile.common | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/initialization/CMakeLists.txt | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | * commit 82ffe89b66f29a19806574460d0558dc61d3d6a2 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 20:09:21 2012 +0000 | | | | | | - improve Compile.bat to call also msvc target | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Util/Config.mo | | | M Compiler/scripts/Compile.bat | | | | | * commit c1043a54f191a811afbc655155c751e12a38c120 | | | Author: Adrian Pop | | | Date: Fri Oct 19 19:43:54 2012 +0000 | | | | | | - make a real list out of TARGET choices. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit e8b5f3007df21b7b52cecc96207379b7a048bada | | | Author: Adrian Pop | | | Date: Fri Oct 19 19:27:26 2012 +0000 | | | | | | - squash the tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 13bd8a35a90195c39c6458f96c084b1dd66459df | | | Author: Adrian Pop | | | Date: Fri Oct 19 18:55:34 2012 +0000 | | | | | | - add missing tab | | | - add error handling for wrong +target. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1e0a1f85228ee99c6bd748f7e6df7439a6de09f3 | | | Author: Adrian Pop | | | Date: Fri Oct 19 18:34:19 2012 +0000 | | | | | | - add the missing simulationCodeTarget in SimCodeTV.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 320b523a3aa8bd73eaa37d548a59aec6359cb665 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 18:27:22 2012 +0000 | | | | | | - add missing end match | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 4bb77db5f5e2d016869634ac20e675531244cb15 | | | Author: Adrian Pop | | | Date: Fri Oct 19 16:55:03 2012 +0000 | | | | | | - added case for SCode.EQ_NORETCALL in SCode.equationEqual2. | | | fixes duplicate elements not identical error in model: | | | Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint | | | however, the model seems to go in an infinite loop in the back-end. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 4c5200407f6329407f15983fd3c5cb46900fe7a6 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 16:28:04 2012 +0000 | | | | | | - add case to generate nmake makefile for visual studio 2010 | | | todo: copy libs | | | libexpat.lib from OMDEV/lib/expat-win32-msvc to lib | | | sundials_kinsol.lib sundials_nvecserial.lib from OMDEV/lib/3rdParty/Sundials/lib/release/vc100 to lib | | | f2c.lib initialization.lib math-support.lib meta.lib ModelicaExternalC.lib results.lib simulation.lib solver.lib util.lib from OMDEV/lib/c_runtime_msvc to lib | | | improve Compile.bat to call vcvarsall.bat and nmake in case of target=msvc | | | add dlls (expat,kinsol) to path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 650bcf449baa74875affe023a1861766690bc544 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 14:28:15 2012 +0000 | | | | | | - ged rid of empty omc_equationInfo_reverse_prof_index to be compileable with vs2010 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | * commit 7c1d635b0ed93482cd7bdcb5ff8e238f00ea4b20 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 12:38:24 2012 +0000 | | | | | | - use brackets to avoid warning in tables.c | | | - update cmakefiles and small change to simulation_runtime_cpp to get simulationruntime c compilable with vs2010 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/meta/CMakeLists.txt | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 5f7927804494a02b258312886fe7c3c3f29c2f72 | | | Author: Leonardo Laguna | | | Date: Fri Oct 19 12:18:54 2012 +0000 | | | | | | - Fixed small problem that was giving me segmentation faults | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_rml.c | | | | | * commit 87fd5cc807fbd0caeda9773e2dfd39b453fd774c | | | Author: Adeel Asghar | | | Date: Fri Oct 19 11:16:53 2012 +0000 | | | | | | more documentation and release notes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit c3f965d89a22f5850574f40805f47dcc0508c207 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 10:54:47 2012 +0000 | | | | | | - add some code (commented out) to tear full mixed system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 12ac05c2146e1c7d44f990a5cc44bfc79c58081d | | | Author: Jens Frenkel | | | Date: Fri Oct 19 09:39:00 2012 +0000 | | | | | | - move tests to failing | | | | | | simulation_libraries_3rdParty_ThermoSysPro.ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos | | | simulation_libraries_msl32.Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos | | | simulation_libraries_msl31.Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos | | | simulation_libraries_msl32.Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos | | | simulation_libraries_msl31.Modelica.Mechanics.Translational.Examples.Friction.mos | | | simulation_libraries_msl31.Modelica.Mechanics.Rotational.Examples.Friction.mos | | | simulation_libraries_msl31.Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos | | | | | | - use defines from simulation_data.h for dummyFILE_INFO and dummyVAR_INFO | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 51d32f4e9107c7f9523c1ddf6c0646b1a8d711c1 | | | Author: Adrian Pop | | | Date: Fri Oct 19 08:07:07 2012 +0000 | | | | | | - fix UTF8 issues | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit d0ee6d4a4e045c56c6fd3276b2db5521d2ffa64d | | | Author: Martin Sjölund | | | Date: Fri Oct 19 06:40:36 2012 +0000 | | | | | | - Update releasenotes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 7a9446e757e52682a647bef0a0bf894969fd6989 | | | Author: Lennart Ochel | | | Date: Fri Oct 19 05:12:50 2012 +0000 | | | | | | - initialization: fix in scaling: use the solution of scaled initialization for final improvement of accuracy | | | - testsuite: add new testcase for initialization of nonlinear system | | | - testsuite: refine the description of case initial_equation.mos (previous: Initialization.mos) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | | | * commit 5d92bf7302af02f8144c0130b482847a6d23f230 | | | Author: Jens Frenkel | | | Date: Fri Oct 19 00:03:47 2012 +0000 | | | | | | - fix test | | | - update cmake files for simulationruntime/c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/simulation/solver/CMakeLists.txt | | | A SimulationRuntime/c/simulation/solver/initialization/CMakeLists.txt | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | * commit 4e041bca2a26df84f15baf7fac2d15b7833985d3 | | | Author: Jens Frenkel | | | Date: Thu Oct 18 19:48:34 2012 +0000 | | | | | | - replace also parameters with evaluate=true annotation in variable attributes when evaluated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit df40da61118a633699402c54266abed1fd6a31e0 | | | Author: Per Östlund | | | Date: Thu Oct 18 16:05:14 2012 +0000 | | | | | | - Dump the type of untyped components in InstDump. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstDump.mo | | | M Compiler/Template/InstDumpTV.mo | | | M Compiler/Template/InstDumpTpl.tpl | | | | | * commit 949be39b1b368b33a8d534fc2767ec673365731d | | | Author: Martin Sjölund | | | Date: Thu Oct 18 14:33:02 2012 +0000 | | | | | | #1895 | | | - Fix codegeneration for reductions in simulation context | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 166b767484ab469f0c2a3630e87904481cd1c1f3 | | | Author: Jens Frenkel | | | Date: Thu Oct 18 14:10:04 2012 +0000 | | | | | | - Derive.deriveExp add cases for MUL_SCALAR_PRODUCT " {a,b,c} * {c,d,e} => a*c+b*d+c*e", MUL_MATRIX_PRODUCT "M1 * M2, matrix dot product" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit 8ff401539387d43a8a205985edb0690460a18e38 | | | Author: Jens Frenkel | | | Date: Thu Oct 18 13:32:23 2012 +0000 | | | | | | - remove newline from Warning Alias Variables ... | | | - no warning in case of one fixed alias variable start value | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit e48ba85f2d9b20b26c0120eb6958325530ca50e4 | | | Author: Per Östlund | | | Date: Thu Oct 18 12:35:52 2012 +0000 | | | | | | - Fix dependency checking of extends clauses. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeDependency.mo | | | | | * commit ffd3cde2030a1921c0412b1c5387a580af6486ec | | | Author: Jens Frenkel | | | Date: Thu Oct 18 12:34:43 2012 +0000 | | | | | | - evalutate also variable attributes (start,fixed) when evaluate final parameters | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M SimulationRuntime/c/math-support/hybrd.c | | | | | * commit f8a2e08f872c498f6d6d4c288bae829af5a8e85a | | | Author: Willi Braun | | | Date: Thu Oct 18 12:31:01 2012 +0000 | | | | | | - fixed backenddaeinfo output for mixed tearing systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 2e61c96cb93b0e136dbcdf7693a9a76ae82fc0cb | | | Author: Jens Frenkel | | | Date: Thu Oct 18 11:53:56 2012 +0000 | | | | | | - call other equations in residual functions via equation_indx and call them again after solution was found to set value of other equations to valid | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 5bd32468791cc0a6c5e53798ad3de544640c1fd3 | | | Author: Martin Sjölund | | | Date: Thu Oct 18 09:34:02 2012 +0000 | | | | | | - Formatting | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 2cf5e2e4a3434f400465ff6737d3d5e483521681 | | | Author: Martin Sjölund | | | Date: Thu Oct 18 09:24:30 2012 +0000 | | | | | | - Update release notes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 6381a4931c9524f957689715e8635b46e9f3410c | | | Author: Martin Sjölund | | | Date: Thu Oct 18 09:17:08 2012 +0000 | | | | | | - Bump version number | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 9f53f7a8b4e146f36b44e93f7c948437d5805041 | | | Author: Jens Frenkel | | | Date: Thu Oct 18 08:57:43 2012 +0000 | | | | | | - use startorigin attribute to merge alias start values | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 6374aedfec9618ff2484c3bd15ea1228dae6f3e4 | | | Author: Martin Sjölund | | | Date: Thu Oct 18 08:52:17 2012 +0000 | | | | | | - Fix to loadModel(ObsoleteModelica,{"3.2"}) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 6c706cfedd71c117d29ea4b820f49b9728151e61 | | | Author: Per Östlund | | | Date: Thu Oct 18 08:30:59 2012 +0000 | | | | | | - Got rid of some more clang warnings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | M SimulationRuntime/c/util/java_interface.c | | | | | * commit 35ab713dd1ea6605966f2a04b63fee0d1cc9cc49 | | | Author: Adrian Pop | | | Date: Wed Oct 17 21:36:20 2012 +0000 | | | | | | - uh, this was easier than I imagined. | | | - added startOrigin to DAE.VAR_ATTR* which is set to: | | | SOME(DAE.SCODE("type")) -> start comes from type | | | SOME(DAE.SCODE("binding")) -> start comes from component binding | | | NONE() -> no idea | | | - use +d=showStartOrigin | | | to show the startOrigin=... in the DAE output of instantiateModel. | | | - Jens F., please see if you can use it for Alias selection (always prefer startOrigin = "binding"), | | | seems to work correctly for the AVM model we talked about via email. | | | Real differential_Open.env.heatCapacitor.T(start = 293.15, nominal = 300.0, startOrigin = "binding"); | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 1bcee846bb5af5384cbd997aac9896c6c8fedcef | | | Author: Adrian Pop | | | Date: Wed Oct 17 17:11:34 2012 +0000 | | | | | | - ALWAYS take the inner outer prefix from the original declaration not the redeclare which HAS NO inner outer (the grammar doesn't permit it!) | | | + this fixes some AVM models: | | | Class C2M2L_Ext.C2M2L_Delivered_Component_Implementations.Drive_Line.Gearbox_90_Degree.Test_90degree_Gearbox_VU has 243 equation(s) and 243 variable(s). | | | 180 of these are trivial equation(s). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit cffc3957ac8ab3071ca03bd5e959351563c9efdf | | | Author: Lennart Ochel | | | Date: Wed Oct 17 14:38:16 2012 +0000 | | | | | | - c-runtime: move all files regarding initialization to separate folder inside simulation/solver | | | - testsuite: change if-condition to move event from simulation to initialization | | | - initialization: switching off scaling nearby the final solution | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | R088 SimulationRuntime/c/simulation/solver/initialization.c SimulationRuntime/c/simulation/solver/initialization/initialization.c | | | R100 SimulationRuntime/c/simulation/solver/initialization.h SimulationRuntime/c/simulation/solver/initialization/initialization.h | | | R099 SimulationRuntime/c/simulation/solver/initialization_data.c SimulationRuntime/c/simulation/solver/initialization/initialization_data.c | | | R100 SimulationRuntime/c/simulation/solver/initialization_data.h SimulationRuntime/c/simulation/solver/initialization/initialization_data.h | | | R099 SimulationRuntime/c/simulation/solver/ipopt_initialization.c SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c | | | R100 SimulationRuntime/c/simulation/solver/ipopt_initialization.h SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h | | | R075 SimulationRuntime/c/simulation/solver/kinsol_initialization.c SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c | | | R098 SimulationRuntime/c/simulation/solver/kinsol_initialization.h SimulationRuntime/c/simulation/solver/initialization/method_kinsol.h | | | R098 SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c | | | R100 SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.h SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.h | | | R099 SimulationRuntime/c/simulation/solver/newuoa_initialization.c SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c | | | R100 SimulationRuntime/c/simulation/solver/newuoa_initialization.h SimulationRuntime/c/simulation/solver/initialization/method_newuoa.h | | | R099 SimulationRuntime/c/simulation/solver/simplex_initialization.c SimulationRuntime/c/simulation/solver/initialization/method_simplex.c | | | R100 SimulationRuntime/c/simulation/solver/simplex_initialization.h SimulationRuntime/c/simulation/solver/initialization/method_simplex.h | | | | | * commit c632e0369c8a8fb7ac41da47dd44ffb60bcc7dc2 | | | Author: Per Östlund | | | Date: Wed Oct 17 14:04:06 2012 +0000 | | | | | | - Some more help text updates. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 60f2e7c0c02a1e4aa30b9b23e698d969992b3c51 | | | Author: Per Östlund | | | Date: Wed Oct 17 12:57:52 2012 +0000 | | | | | | - Update help text for omc. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 429c9e44d15b9a4db31461a2b0d4199ed440187e | | | Author: Adeel Asghar | | | Date: Wed Oct 17 12:40:35 2012 +0000 | | | | | | The argument is "-ORBNoResolve" not "ORBNoResolve". | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl.cpp | | | | | * commit 19a8afde2cce3205ac2d09f29b4b670d1fb6dd62 | | | Author: Per Östlund | | | Date: Wed Oct 17 12:30:12 2012 +0000 | | | | | | - Trying to fix corbaimpl on Windows. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl.cpp | | | | | * commit 744dcef062051029740db4974365b1ab928a10d3 | | | Author: Adeel Asghar | | | Date: Wed Oct 17 12:06:47 2012 +0000 | | | | | | - fixed Windows compilation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/corbaimpl.cpp | | | | | * commit ed6827bf284a86fafb3ce297a949b186e675ad65 | | | Author: Per Östlund | | | Date: Wed Oct 17 11:42:58 2012 +0000 | | | | | | - Removed the special case for Real casts when dumping expressions, since | | | Modelica does not have a Real() function. | | | - Some SCodeInst fixes. | | | - Fixed compiler warnings in corbaimpl.cpp. | | | - Updated testcases due to the expression dumping change. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/runtime/corbaimpl.cpp | | | | | * commit 41fc6a068b2792fc31cebd0b997086e067e6c359 | | | Author: Martin Sjölund | | | Date: Wed Oct 17 11:16:25 2012 +0000 | | | | | | - Fix r13427 also for constant elements in records | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit c88d76d36e3450fcb315b075cd73232b60f4ea5d | | | Author: Martin Sjölund | | | Date: Wed Oct 17 10:38:07 2012 +0000 | | | | | | - Changed unparsing of DAE.T_FUNCTION | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 6383f796fcc267acb36f3c6991b9471e337bbc90 | | | Author: Martin Sjölund | | | Date: Wed Oct 17 10:08:39 2012 +0000 | | | | | | #1875 | | | - Do not report errors while doing partial record constructor instantiation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | | | * commit 91f2e6053547e82a8845f6f74567b74504f4ee13 | | | Author: Adrian Pop | | | Date: Wed Oct 17 08:58:43 2012 +0000 | | | | | | - no more tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 0fc0da4cf653e079f89e885c836687d1dcd1ea18 | | | Author: Adrian Pop | | | Date: Wed Oct 17 08:20:11 2012 +0000 | | | | | | - utf8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Unused/Global.mo | | | | | * commit eeccff47d07932e1c008e39050496fb078658f93 | | | Author: Adrian Pop | | | Date: Wed Oct 17 07:58:19 2012 +0000 | | | | | | - move unused packages to Compiler/Unused | | | | | | SCodeInst | | | - add class name to basic type and complex class | | | - union the inputs/outputs/locals when extending (fixes Modelica.Utilities.Files.loadResource) | | | - InstUtil.mergeDirection ignore several input or output if they are the same (fixes input Modelica.Blocks.Intefaces.RealInput used in HumMod) | | | - do not fail if class is partial in SCodeCheck.mo (should be put back) | | | - fix a bug in inst of WHEN equations | | | | | | SCodeSimplify.mo | | | - removed contents and added a simplify phase to get rid of extends *Icons* to make debugging easier. | | | | | | SCodeTransform.mo | | | - preliminary InstTypes -> SCode transformer | | | | | | ComponentReference/Expression | | | - handle more in unelabCref/unelabExp and add error printing on failtrace. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | A Compiler/FrontEnd/SCodeStatic.mo | | | A Compiler/FrontEnd/SCodeTransform.mo | | | M Compiler/FrontEnd/TypeCheck.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/InstDumpTV.mo | | | R100 Compiler/FrontEnd/Edge.mo Compiler/Unused/Edge.mo | | | R100 Compiler/FrontEnd/Element.mo Compiler/Unused/Element.mo | | | A Compiler/Unused/Global.mo | | | R100 Compiler/FrontEnd/InstInfo.mo Compiler/Unused/InstInfo.mo | | | R100 Compiler/FrontEnd/Instance.mo Compiler/Unused/Instance.mo | | | R100 Compiler/Util/Name.mo Compiler/Unused/Name.mo | | | R100 Compiler/Util/NamePool.mo Compiler/Unused/NamePool.mo | | | R100 Compiler/FrontEnd/Node.mo Compiler/Unused/Node.mo | | | R100 Compiler/Util/Pool.mo Compiler/Unused/Pool.mo | | | R100 Compiler/FrontEnd/Reference.mo Compiler/Unused/Reference.mo | | | R100 Compiler/Util/Relation.mo Compiler/Unused/Relation.mo | | | R100 Compiler/FrontEnd/SCodeFlat.mo Compiler/Unused/SCodeFlat.mo | | | R100 Compiler/FrontEnd/SCodeFlatDump.mo Compiler/Unused/SCodeFlatDump.mo | | | R100 Compiler/FrontEnd/SCodeFlattenExtends.mo Compiler/Unused/SCodeFlattenExtends.mo | | | R100 Compiler/FrontEnd/SCodeGraph.mo Compiler/Unused/SCodeGraph.mo | | | R100 Compiler/Util/Scope.mo Compiler/Unused/Scope.mo | | | R100 Compiler/FrontEnd/Visited.mo Compiler/Unused/Visited.mo | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit c1e89d51a3fe831aa97a99c19adfda639e8706ca | | | Author: Willi Braun | | | Date: Tue Oct 16 23:44:36 2012 +0000 | | | | | | - added linearize and simulate as builtin | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit aa38dc802e4b49f4fef6166afa7e1991957762cb | | | Author: Willi Braun | | | Date: Tue Oct 16 22:08:33 2012 +0000 | | | | | | - fixed build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit 801cd9d7d42f21fad7f63069320f5bfa246f0e0b | | | Author: Adeel Asghar | | | Date: Tue Oct 16 21:52:03 2012 +0000 | | | | | | - Replaced the import FMU with the new functionality. importFMU => importFMUOld and importFMUNew => importFMU. | | | - Updated some of the test cases. Few test cases still uses the old API. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit f4d1837b3fe386d9f4df911e7629801684d2e5ab | | | Author: Adeel Asghar | | | Date: Tue Oct 16 21:50:52 2012 +0000 | | | | | | - Handle the case when we have no events. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 504a63bcb63d37e63da77f2fe5ef833c25302136 | | | Author: Adeel Asghar | | | Date: Tue Oct 16 21:50:27 2012 +0000 | | | | | | - Differentiate among FMI warning, error and fatal error. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 0e01441407766bdbed9a26514c33bf79f9098b3c | | | Author: Adeel Asghar | | | Date: Tue Oct 16 21:50:01 2012 +0000 | | | | | | - If a variable doesn't have a start value attribute then don't ask for start value. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 0bf11d33bfc83c15afe94157f90a6d78f21e68b3 | | | Author: Willi Braun | | | Date: Tue Oct 16 21:37:26 2012 +0000 | | | | | | - updates to generation of sparsity pattern and linearization | | | - updates for correct sorting of the sparsety pattern | | | - added API call linearize() | | | - updates the linearization tests | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeDump.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit f44e7b8c5f3761fe1c278d5bd15e23c1d4d85265 | | | Author: Willi Braun | | | Date: Tue Oct 16 19:15:23 2012 +0000 | | | | | | - changed just warning message for mixed system | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/matrix.h | | | | | * commit 8a766737bfa8904976740fbdff539227a825246f | | | Author: Per Östlund | | | Date: Tue Oct 16 19:01:23 2012 +0000 | | | | | | - Better handling of class extends in new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/Util/List.mo | | | | | * commit 4efd73f7758427daae3647c2ff741f707f4451cd | | | Author: Jens Frenkel | | | Date: Tue Oct 16 15:24:11 2012 +0000 | | | | | | - add cases for DAE.DEFINE and DAE.EQUEQUATION in BackendDAECreate.lowerWhenEq2 | | | - add missing case of alias exp "not a" | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 3f6e9b66799c99a20b728c95b38f7704a3a6f18d | | | Author: Jens Frenkel | | | Date: Tue Oct 16 15:11:03 2012 +0000 | | | | | | - System_strtok returns emtpy list in case of "" equal to rml version | | | - BackendVariable: bugfix output Warning message | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/runtime/System_omc.c | | | | | * commit 62b2cdac5696842618d437537a3f7171082f1478 | | | Author: Martin Sjölund | | | Date: Tue Oct 16 13:43:22 2012 +0000 | | | | | | - Change BuildModelRecursive.mos to only run ModelicaTest if asked for (will be a separate report on test server from now on) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 26867a6a56c39ef649930c079b64265667e332b2 | | | Author: Per Östlund | | | Date: Tue Oct 16 12:33:45 2012 +0000 | | | | | | - Apparently strndup is not supported by mingw, use strdup instead. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 5a36a444bb27f84a75b077cccbc8958f45a50344 | | | Author: Per Östlund | | | Date: Tue Oct 16 12:08:50 2012 +0000 | | | | | | - Respect constness in FMIImpl. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 522b1dfcc5eb3688dd64a9142046f30882d83482 | | | Author: Willi Braun | | | Date: Mon Oct 15 22:07:23 2012 +0000 | | | | | | - fixed terminal error in new fmi import | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 49a506dea3e8a0419bd60af08d21530e2768c0cc | | | Author: Adeel Asghar | | | Date: Mon Oct 15 21:22:19 2012 +0000 | | | | | | - don't allocate memory. a minor fix. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 5b5c3ba05e325c27a99d63e2d3e8ec844fa4da93 | | | Author: Adeel Asghar | | | Date: Mon Oct 15 20:40:58 2012 +0000 | | | | | | - use appropriate variable names. | | | - only write duplicate functions once. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 79f21a8427459db87b1fe905ef2cf9e695196b30 | | | Author: Jens Frenkel | | | Date: Mon Oct 15 15:38:50 2012 +0000 | | | | | | - fix for nonlinear system/tearing, generate code for all equations | | | - switch tearing on in some tests (still fail Modelica.Electrical.Analog.Examples.CauerLowPassSC msl221 and msl31 see #1804) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b554cb56c4bb58b581095c4103a90054f4ed6713 | | | Author: Martin Sjölund | | | Date: Mon Oct 15 15:04:33 2012 +0000 | | | | | | - Update MSL 3.2.1 version for a spice3 fix | | | - Fix some formatting in generated code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9c796c6fddca136b372d67650e80675ee3f0ab59 | | | Author: Jens Frenkel | | | Date: Mon Oct 15 12:56:06 2012 +0000 | | | | | | - check for cyclic bindings in start values while merging alias variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit d5e063afcfde64165b028b132bbb968fae71ddf0 | | | Author: Martin Sjölund | | | Date: Mon Oct 15 09:36:17 2012 +0000 | | | | | | #1883 | | | - Check that command-line arguments are UTF-8 encoded. Convert illegal UTF-8 into 7-bit ascii for the error-messages. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 681192d6b288b9eab47d8d54e76cfb5e83ccd8ec | | | Author: Jens Frenkel | | | Date: Sun Oct 14 21:43:54 2012 +0000 | | | | | | - add missing thing for last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 7b867741efd6ddcbd8c9c7aa54dc6b1d41d4cb37 | | | Author: Jens Frenkel | | | Date: Sun Oct 14 21:34:09 2012 +0000 | | | | | | - check for derivatives of inputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 182ec2d543bfec5a9f0adde68c40215e9d689e37 | | | Author: Willi Braun | | | Date: Sun Oct 14 20:49:11 2012 +0000 | | | | | | - fixed event handling in new fmi import | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 6864c6cb6cecb3ccd76a2c4a94455bd629ccda94 | | | Author: Jens Frenkel | | | Date: Sat Oct 13 19:32:56 2012 +0000 | | | | | | - derivatives of variables with type array are not arrays, because not all elements may diverentiated | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit d5de58930cd33ce35be5c2f8ee6844206b1ef3ea | | | Author: Jens Frenkel | | | Date: Fri Oct 12 21:49:43 2012 +0000 | | | | | | - fix for #1827, maybe NORETCALL needs builtin attribut (if there is a buildin function with no return value) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit f4c7884ac7a8fef29b1f60c27dc009a0d08af48e | | | Author: Jens Frenkel | | | Date: Fri Oct 12 21:27:14 2012 +0000 | | | | | | - traverse NORETCALL in PartFn and BackendDAETransform correct | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/PartFn.mo | | | | | * commit 1aa9316ab48331efd072c406e037a479913e7eb1 | | | Author: Adrian Pop | | | Date: Fri Oct 12 17:29:18 2012 +0000 | | | | | | - circumvent bug in MetaModelica/RML use else_ instead of _else as it seems the .srz parser has some issues | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit e563d84af256efeedb32754b36b1322c7e827c8a | | | Author: Adrian Pop | | | Date: Fri Oct 12 16:52:36 2012 +0000 | | | | | | - fix Compiler/BackEnd/BackendDAE.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | | | * commit 2559181b9ac9c0d899b1cf63ae5e3cd0af91cd0c | | | Author: Jens Frenkel | | | Date: Fri Oct 12 16:42:34 2012 +0000 | | | | | | - use consOnTrue instead of Util.if_(res, e :: inAccum, inAccum)), save memory | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/Util/List.mo | | | | | * commit 24df1964c4872e2d400c5993af3872a1da2253de | | | Author: Jens Frenkel | | | Date: Fri Oct 12 16:30:00 2012 +0000 | | | | | | - coding stile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 1da8fc3975a5249f6a3446faec80ea6d89399029 | | | Author: Jens Frenkel | | | Date: Fri Oct 12 16:27:41 2012 +0000 | | | | | | - support noretcall in when equation, add example but still not work because of undefined reference to `Modelica_Utilities_Streams_print' | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 39c18aa73d028fc46521f29a52c0fa6d43eea715 | | | Author: Jens Frenkel | | | Date: Fri Oct 12 15:40:13 2012 +0000 | | | | | | - BackendDAECreate: - skipp asserts with condition=true | | | - BackendDAEOptimize.removeSimpleEquations: remove asserts with condition=true from removed equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 32338ffd2810df29253e148b347c8579fd7bfe30 | | | Author: Jens Frenkel | | | Date: Fri Oct 12 15:14:20 2012 +0000 | | | | | | - use Expression.makeScalarArray for dynamicstate selection equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit c9e0167f4b8c2643cd87f72395cdbddb864992f6 | | | Author: Jens Frenkel | | | Date: Fri Oct 12 15:13:31 2012 +0000 | | | | | | - handle asserts in if-equations | | | - removed unused code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit cedaeaef413f885820edd76413674b4c16943825 | | | Author: Adeel Asghar | | | Date: Fri Oct 12 14:03:37 2012 +0000 | | | | | | - handle the case when there are now continuous states and events. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | | | * commit 52b029cb41d84fb476f1d6da59feeee3489e05d3 | | | Author: Martin Sjölund | | | Date: Fri Oct 12 12:31:56 2012 +0000 | | | | | | - New procedure to update MSL 3.2.1: Update the svn:externals revision and run make omlibrary-diff to create the patches. Update the copy in build/lib/omlibrary unless you want to commit the patch upstream to modelica.org (only possible if you have an account there) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 3b5d53560927f01d1872d53c8e39d1a7f6480908 | | | Author: Martin Sjölund | | | Date: Fri Oct 12 09:56:09 2012 +0000 | | | | | | - Also clean ModelicaTest | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 8533668dc0d3ee7783cbf373d58e0d5ac37bd493 | | | Author: Martin Sjölund | | | Date: Fri Oct 12 09:49:58 2012 +0000 | | | | | | - Report also number of successful simulations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 5531c7a335e0620beb7714fde79552cc71db4a98 | | | Author: Adrian Pop | | | Date: Fri Oct 12 09:29:18 2012 +0000 | | | | | | - keep the version with find even in msys as hudson SVN kit is 1.4 (ancient) and has .svn directories everywhere. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 7795bd931274ae4f56544d56a9412f7e1670788d | | | Author: Jens Frenkel | | | Date: Fri Oct 12 08:52:11 2012 +0000 | | | | | | switch off equality equations to alias variables in BackendDAE.create phase (fix failing tests befor switch on again) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit a974b3828cc9fb5e6a1bc8190c0456629e792f01 | | | Author: Jens Frenkel | | | Date: Fri Oct 12 07:21:09 2012 +0000 | | | | | | - switch on equality equations to alias variables in BackendDAE.create phase | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 8289878992b54768a8bcd4771ab29cb98fe1b15f | | | Author: Willi Braun | | | Date: Fri Oct 12 04:49:43 2012 +0000 | | | | | | - bug fix for mixed system solver | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/math-support/matrix.h | | | | | * commit 049db2ee9e50cc3f51c44628ba900d3246aef8d6 | | | Author: Willi Braun | | | Date: Fri Oct 12 02:32:58 2012 +0000 | | | | | | - fix coding style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 56c21908b49ab52bae7e3f8866aa12d42039b771 | | | Author: Willi Braun | | | Date: Fri Oct 12 01:50:48 2012 +0000 | | | | | | - fixed coding style | | | - fixed some warings in c runtime | | | - fixed linearization test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/meta/gc/common.c | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/ipopt_initialization.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 0138cbc864b09c6cad301a7f443bc6cafcacfd8b | | | Author: Willi Braun | | | Date: Thu Oct 11 23:17:04 2012 +0000 | | | | | | - setup sparsty pattern calculation as postOptModule | | | (not activated yet by defalt due to some issue with tearing module) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/ddassl.c | | | M SimulationRuntime/c/simulation/solver/ipopt_initialization.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 4e6debddfc9362ae2884fe6370116ff8ce4592a2 | | | Author: Adeel Asghar | | | Date: Thu Oct 11 20:19:28 2012 +0000 | | | | | | - fixed coding style. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 0310a082e84bc54eb7ef076d7fd4cd43a065b380 | | | Author: Alachew Mengist | | | Date: Thu Oct 11 16:45:11 2012 +0000 | | | | | | - Fixed XML code generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit fbc2ab6d77771068382792028cd2007c448b99b7 | | | Author: Jan Silar | | | Date: Thu Oct 11 15:13:19 2012 +0000 | | | | | | Solving mixed strong components in runtime not in generated code. | | | Perhaps another bug comes out - some test moved to failingtests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCSharp.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit c06fc35bf88fadbf2e63448c269445a2f3591af5 | | | Author: Alachew Mengist | | | Date: Thu Oct 11 13:30:36 2012 +0000 | | | | | | - Fixed CodegenXML.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit 4de934e51d777e4b0f564a3db0ed316110b46bff | | | Author: Adrian Pop | | | Date: Thu Oct 11 12:33:32 2012 +0000 | | | | | | - attempt to fix ticket #1876 | | | - remove any components already declared in the expandable connector as they will be added anyway. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 4fd98d4d437e0a293684e0dea353ed6e48e37dd1 | | | Author: Niklas Worschech | | | Date: Thu Oct 11 12:11:20 2012 +0000 | | | | | | fix #1878 for copy_double_data_mem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 723d9001d3e5d9477b9261f905bc7b9bae83eb0f | | | Author: Adeel Asghar | | | Date: Thu Oct 11 11:32:33 2012 +0000 | | | | | | - Handle the new Windows system dependency of FMIL i.e shlwapi. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | | | * commit f00e0574d759efd781cf5abd5ab849787a110f1f | | | Author: Martin Sjölund | | | Date: Thu Oct 11 11:17:37 2012 +0000 | | | | | | - Use dots instead of $P in function context | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 6ee75dd1c73e7ac2515ff8c0c4793372f53d5780 | | | Author: Martin Sjölund | | | Date: Thu Oct 11 07:51:59 2012 +0000 | | | | | | #1877 | | | - Support size(cr) in codegen | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | | | * commit 2efbebb71c8386b05a8ebe0ac794c08890b74393 | | | Author: Jens Frenkel | | | Date: Thu Oct 11 07:06:32 2012 +0000 | | | | | | - bugfix for SimCodeUtil.calculateIndex, keep ComponentRef of Var and use not the one from call expression | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit daf6f0b70c093680a4f9eb986b0350e75f2d4a2e | | | Author: Adrian Pop | | | Date: Thu Oct 11 01:45:41 2012 +0000 | | | | | | - faster libraries copy on Windows Msys to build/lib/omlibrary | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit cb11c4038647c4c6708fb430f78b7ee8253db173 | | | Author: Adeel Asghar | | | Date: Wed Oct 10 21:43:35 2012 +0000 | | | | | | - build all clients. | | | - removed OMTools as is not required. | | | - build instructions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D OMTools/OMTools.pro | | | D OMTools/README.txt | | | M README-BUILD-RELEASE-NSIS.txt | | | M README-OMDev-MINGW.txt | | | | | * commit d1dadbcbbd9e7ed981110bab8d09ef064849c038 | | | Author: Jens Frenkel | | | Date: Wed Oct 10 19:08:51 2012 +0000 | | | | | | - bugfix for SimCodeUtil.calculateIndex, keep ComponentRef of Var and use not the one from call expression | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit f06efbd13c4d7b2d0fa739698fa26bcb64abedd7 | | | Author: Per Östlund | | | Date: Wed Oct 10 15:04:31 2012 +0000 | | | | | | - Improvements to element redeclares in the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeHashTable.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | | | * commit 507c2de73fa618ada831fbb077d83a98413bfb0c | | | Author: Jens Frenkel | | | Date: Wed Oct 10 10:23:35 2012 +0000 | | | | | | - bugfix mergestartvalue for alias variables, use the value from the variable with less dots in the name according to MSL | | | - bugfix variable operations for alias var | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 14c36aa0802a820ce3eb317658fc82d0d5643830 | | | Author: Jens Frenkel | | | Date: Tue Oct 9 22:11:49 2012 +0000 | | | | | | - fix bug for mergestartvalue, add missing negate of start value in case of a = -b | | | - fix tests (delete some wrong warnings, see my last commit) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 2b6d157a10d0f5fa583c71a5d50edf40db9be56a | | | Author: Jens Frenkel | | | Date: Tue Oct 9 20:47:16 2012 +0000 | | | | | | - check if expression is equal before report warning about different start values in case of alias variables. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit b8269efe397ea3d14f29eddb3c484d29f6065f6a | | | Author: Bill Janssen | | | Date: Tue Oct 9 15:47:39 2012 +0000 | | | | | | fix for issue #1868 -- problems with CodegenXML.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit 219dce8ea3441527a51be592a8ec60e4d90ad3b5 | | | Author: Willi Braun | | | Date: Tue Oct 9 15:09:41 2012 +0000 | | | | | | - added BugFix for #1872 | | | Bugfix is for now a workaround that prevents the collation of STMT_WHEN conditions. | | | Since I want to rewrite some of that helpVar stuff with regarding to Ticket #1866, this should work for now. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit 101924f5d08b887cc7a2643842db894cb42578af | | | Author: Adeel Asghar | | | Date: Tue Oct 9 12:42:30 2012 +0000 | | | | | | - Terminate the FMI slave and model. | | | - Free the slave and model instances. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit fa3ccef244ed317776ee460e3d1874eaaa52f016 | | | Author: Adeel Asghar | | | Date: Tue Oct 9 11:56:25 2012 +0000 | | | | | | - build instructions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-RELEASE-NSIS.txt | | | | | * commit 443ee3eea92a64fe59cbbac5a2b52beef779389f | | | Author: Jens Frenkel | | | Date: Tue Oct 9 11:38:48 2012 +0000 | | | | | | - prever variable with long names as alias variables and keep variables with short names in system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 33233fb8bb85fb91fe526455e8b70533f4b511ae | | | Author: Martin Sjölund | | | Date: Tue Oct 9 07:38:55 2012 +0000 | | | | | | - Fix UTF-8/Tab errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M SimulationRuntime/c/math-support/nonlinearSystem.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 8d7a56f61079b2e91604865bbadd28b3b952f317 | | | Author: Alachew Mengist | | | Date: Tue Oct 9 06:15:41 2012 +0000 | | | | | | - Fix OpenModelica CODING STYLE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 5ec767d7db8a4057ed13fd90eca06c4f35613300 | | | Author: Willi Braun | | | Date: Mon Oct 8 16:49:23 2012 +0000 | | | | | | - changed return code of simulation if it fails | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/math-support/nonlinearSystem.c | | | M SimulationRuntime/c/math-support/nonlinearSystem.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit d1afac420b267edcaeb383398d0aa9bf3ebd92a4 | | | Author: Per Östlund | | | Date: Mon Oct 8 14:59:31 2012 +0000 | | | | | | - Some cref prefixing fixes in SCodeInst. | | | - Fixed lots of clang warnings in the C code. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/unitparser.cpp | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c | | | M SimulationRuntime/c/linearization/linearize.h | | | M SimulationRuntime/c/meta/gc/common.c | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit e396bcf318fa3ee1af213760bded90ffdad4e140 | | | Author: Alachew Mengist | | | Date: Mon Oct 8 14:29:03 2012 +0000 | | | | | | - Fixed Makefile.in | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 1b6b7300c30b17c346c87a1c2969b25a8886eae7 | | | Author: Alachew Mengist | | | Date: Mon Oct 8 14:27:10 2012 +0000 | | | | | | - Fixed OpenModelica CODING STYLE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 29d60cbecfc365353a5341c8cfc2fd5fe63fba40 | | | Author: Adeel Asghar | | | Date: Mon Oct 8 14:15:27 2012 +0000 | | | | | | - Don't Deinitialize data structures twice. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 5818b68cb54b39d3aeb4b1d98fa75f5a88833eb4 | | | Author: Martin Sjölund | | | Date: Mon Oct 8 14:00:10 2012 +0000 | | | | | | #1870 | | | - Add built-in fail() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 033054f92758d407e86e976e364369e428af9d7d | | | Author: Adrian Pop | | | Date: Mon Oct 8 13:05:45 2012 +0000 | | | | | | - more updates | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-RELEASE-NSIS.txt | | | | | * commit 3c6703058c9db746b01962d834cfa411b6d946a6 | | | Author: Adeel Asghar | | | Date: Mon Oct 8 12:53:26 2012 +0000 | | | | | | - Added OMVisualize. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M OMTools/OMTools.pro | | | | | * commit 7b2c60100c1bd6850e11be136adff14ecb27d4d2 | | | Author: Adrian Pop | | | Date: Mon Oct 8 12:38:26 2012 +0000 | | | | | | - update to NSIS readme. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-RELEASE-NSIS.txt | | | | | * commit b6670981f65a64fb611f7323ab7d5da70b0e787f | | | Author: Niklas Worschech | | | Date: Mon Oct 8 11:37:39 2012 +0000 | | | | | | -fix in cpp template init, save of all pre variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 260f6ab694d7145d948d2dcb502457e56c0ac330 | | | Author: Martin Sjölund | | | Date: Mon Oct 8 11:24:11 2012 +0000 | | | | | | - FIx typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit 3cbdda3eb3608af6b95d5dacf8faf318172375ce | | | Author: Adeel Asghar | | | Date: Mon Oct 8 10:37:47 2012 +0000 | | | | | | - Fixed some pointer cast warnings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/FMIExt.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | | | * commit 167bf76f787ef56174fce0d974845a50daf79970 | | | Author: Martin Sjölund | | | Date: Mon Oct 8 09:58:14 2012 +0000 | | | | | | - Improve error-messages for operator deoverloading | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | | | * commit 807c294b4be6decf00fe5a83c8b3e48f80c4a85b | | | Author: Per Östlund | | | Date: Mon Oct 8 08:58:14 2012 +0000 | | | | | | - Lots of connection handling in the new instantiation. | | | - Cleaned up BaseHashTable a bit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect2.mo | | | M Compiler/FrontEnd/ConnectCheck.mo | | | A Compiler/FrontEnd/ConnectEquations.mo | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | M Compiler/FrontEnd/ConnectionSets.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ExpandableConnectors.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Error.mo | | | | | * commit 39baea0da27cb942fda9fbb173c2de35eeae12a7 | | | Author: Per Östlund | | | Date: Mon Oct 8 08:51:36 2012 +0000 | | | | | | - Fix order of extends in SCodeInst. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Util/List.mo | | | | | * commit a9ec0cc61cac17f406a44d3ba7d7725d14b8d7b5 | | | Author: Henning Kiel | | | Date: Mon Oct 8 06:31:15 2012 +0000 | | | | | | - fix truncated library search path if $HOME is longer than 59 chars | | | - malloc appropriate number of chars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 9ec7a52e3fb226aeab85db5412168408383883cb | | | Author: Jens Frenkel | | | Date: Sun Oct 7 21:40:51 2012 +0000 | | | | | | - der(record constructur(..)) = record constructur(der(.),der(.)) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | | | * commit 34227bd0b5251fc7b233a2b2add04e783860e9cb | | | Author: Jens Frenkel | | | Date: Sun Oct 7 14:00:37 2012 +0000 | | | | | | - handle also array crefs in reinit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit c0eedd29621e06dd7e42b19d89fa3a9340fe8a4e | | | Author: Jens Frenkel | | | Date: Sun Oct 7 13:14:14 2012 +0000 | | | | | | - fix bootstrapping test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 75a46b360bf53fa43a565244094d16f12d066e15 | | | Author: Jens Frenkel | | | Date: Sun Oct 7 12:48:43 2012 +0000 | | | | | | - instantiate also reinit for array variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit edd3d77eb2a492d30545fc3ae39572e137cb1916 | | | Author: Jens Frenkel | | | Date: Sun Oct 7 12:30:32 2012 +0000 | | | | | | - assign not to input | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit c8aada46eda8433b787e63b62b8d4b64ca4b8ad3 | | | Author: Jens Frenkel | | | Date: Sun Oct 7 11:47:23 2012 +0000 | | | | | | - implement code to seperated the equality equations to generate alias variables direct from it but do not activate the code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 0eb5e39ccdf6a028954c5dbdee1460ae97278c90 | | | Author: Adrian Pop | | | Date: Sat Oct 6 17:07:07 2012 +0000 | | | | | | - fix the location as we no longer cd to the directory. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 88687b0b1a9d53ff87ab34153eac71bf6ed532c4 | | | Author: Jens Frenkel | | | Date: Sat Oct 6 15:40:56 2012 +0000 | | | | | | - bugfix for BackendDAEUtil.getAdjacencyMatrixEnhancedScalar in case of algorithms | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit ce3986177d2bb64ab30b548e946a9bee94bec2c8 | | | Author: Willi Braun | | | Date: Sat Oct 6 01:30:40 2012 +0000 | | | | | | - fixed algorithms in NonLinearLoops | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 48c48712e01d437908c8a7a615fb6fef273ddb0e | | | Author: Jens Frenkel | | | Date: Fri Oct 5 20:34:50 2012 +0000 | | | | | | - fix rml-bug | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/FMI.mo | | | | | * commit 252630455cc3af27eb7b06677f30bd2026ed5630 | | | Author: Jens Frenkel | | | Date: Fri Oct 5 19:42:04 2012 +0000 | | | | | | - fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | | | * commit 4ac01013a3cc5654622ec2bf94f4da029cf8473e | | | Author: Adeel Asghar | | | Date: Fri Oct 5 14:50:19 2012 +0000 | | | | | | - Generate code for co-simulation standalone. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit ee8f6803a1854ed2e363d0ff8cf4004ffa05f3ff | | | Author: Niklas Worschech | | | Date: Fri Oct 5 14:30:37 2012 +0000 | | | | | | - fix in cpp runtime for CVode event handling. Modified CVode settings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp | | | M SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h | | | | | * commit 4308b42643e0793c68933145d2dca7eafe41ca3d | | | Author: Martin Sjölund | | | Date: Fri Oct 5 13:58:23 2012 +0000 | | | | | | - Documentation update | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit c5d683ab87067aec01b2e16c0321ca9b6a10dc1b | | | Author: Martin Sjölund | | | Date: Fri Oct 5 13:44:06 2012 +0000 | | | | | | - Better export of C-code | | | + MSL 3.1 generates 600MB of C sources and a 350MB o-file. So it is too large to be shipped anyway. Not to mention it takes >30 minutes to compile and link | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica.c | | | | | * commit 41ec89cf073b9d1f97b88a84b3bb7d2917f37c93 | | | Author: Martin Sjölund | | | Date: Fri Oct 5 12:02:57 2012 +0000 | | | | | | - Added argument exportAsCode to list | | | - This creates C-code that could be used to compile that part of the AST into an executable or library | | | - But it is too large to be useful at the moment (a single 108MB expression for Modelica 3.1) | | | - Could be changed to use more efficient C-code generation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | | | * commit e6a2c0c7ed66512ae50e6ec0623e9e9f15d024d7 | | | Author: Jens Frenkel | | | Date: Fri Oct 5 11:56:59 2012 +0000 | | | | | | - report times for frontend,backend,tpl and compile even if simulation fails | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 3dfb4e4741825dcd27d741b96ac4ff4ac23b9b9f | | | Author: Jens Frenkel | | | Date: Fri Oct 5 10:57:44 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 2221f83b31af8d350b3802d7d90be35167d6a665 | | | Author: Jens Frenkel | | | Date: Fri Oct 5 09:55:57 2012 +0000 | | | | | | - remove some warnings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 40c0a57611d7f7786a7563b29867acf091543247 | | | Author: Jens Frenkel | | | Date: Fri Oct 5 09:52:20 2012 +0000 | | | | | | - update CMakeLists files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M CMakeLists.txt | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/math-support/CMakeLists.txt | | | M SimulationRuntime/c/simulation/CMakeLists.txt | | | | | * commit 5c14805e53e31342f4dfa3e73d1f12f12766a09a | | | Author: Adeel Asghar | | | Date: Thu Oct 4 13:37:45 2012 +0000 | | | | | | - debugging. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 466acfb7c7e7be63dd09b6fe85141b4dc98af5e2 | | | Author: Adrian Pop | | | Date: Thu Oct 4 13:29:31 2012 +0000 | | | | | | - fix for Windows compilation: no getpwuid in MinGW32 | | | however we do have HOME defined (at least I do) so we might just use that in the future. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 6d2cc1d1853069ad6818c52760113aaff57a22c1 | | | Author: Martin Sjölund | | | Date: Thu Oct 4 12:19:16 2012 +0000 | | | | | | - Added codegen for edge(not cref) since the backend makes those substitutions now | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit d596b41f97299eb57492beb6b934afe23cc6c8fe | | | Author: Martin Sjölund | | | Date: Thu Oct 4 10:40:30 2012 +0000 | | | | | | #1864 | | | - Look for libraries in ~/.openmodelica/libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/runtime/Settings_omc.cpp | | | M Compiler/runtime/Settings_rml.c | | | M Compiler/runtime/settingsimpl.c | | | | | * commit 76dffc170bc6b282f3f536b8e0772771c59791ac | | | Author: Martin Sjölund | | | Date: Thu Oct 4 10:20:24 2012 +0000 | | | | | | - Don't use --whole-archive since OSX ld doesn't have it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit c2a13db7861539db1b81ba4e5f5537accb75d5c7 | | | Author: Per Östlund | | | Date: Wed Oct 3 14:35:19 2012 +0000 | | | | | | - Allow inheritance of function parameters in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit bc2879ef7b9819dabca9b688938ec3a7b2af9bf2 | | | Author: Adeel Asghar | | | Date: Wed Oct 3 10:45:09 2012 +0000 | | | | | | - fix stupid copy paste error. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 5497eecda836570e90b113c936d5ffd30cac7bdd | | | Author: Adeel Asghar | | | Date: Wed Oct 3 10:35:15 2012 +0000 | | | | | | - source code documentation. | | | - some small fixes in the code generation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 57e684195d0e1a7e1ee002dbcf9163a2d310829e | | | Author: Jens Frenkel | | | Date: Tue Oct 2 20:54:58 2012 +0000 | | | | | | - fix bug for if-equation simplification | | | - implement inline var with less memory consumption in BackendDAECreate.lower | | | - bugfix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit e071cbc125d56166e83efce32673b9501834b64d | | | Author: Jens Frenkel | | | Date: Tue Oct 2 20:22:06 2012 +0000 | | | | | | - fix bug for if-equation simplification | | | - fix bug for if-equation dump | | | - simplify if equtions (if .. then a=.. elseif .. then a=... else a=.. end if) to a=if .. then .. else if .. then else ..; | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit eb2f0354895cbe3d3aa48a75fdd9b3069d534bab | | | Author: Martin Sjölund | | | Date: Tue Oct 2 11:40:19 2012 +0000 | | | | | | - Update path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit c6f6ab17932dc769cde48536a11c65c1c96fe56c | | | Author: Lennart Ochel | | | Date: Tue Oct 2 09:41:13 2012 +0000 | | | | | | - bug-fix: avoid infinite-loop in mapToDymolaVars | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit 76a8dc2cadd1595d66e8786bc1950e5537faf245 | | | Author: Martin Sjölund | | | Date: Tue Oct 2 09:29:23 2012 +0000 | | | | | | #1855 | | | - Handle also assertions inside an encapsulated class | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 0df382eb5ee0c50796ea0b8928c62325a3f6e5b8 | | | Author: Adeel Asghar | | | Date: Tue Oct 2 09:03:20 2012 +0000 | | | | | | - free the allocated memory. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit b375f3e985c079bfa89a9a846e19897bb4679f7f | | | Author: Martin Sjölund | | | Date: Tue Oct 2 07:16:26 2012 +0000 | | | | | | #1851 | | | - Check that outputs are (probably) defined at function exit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 6a9214e5b444050d1511244ba05e4e7a41697e62 | | | Author: Adrian Pop | | | Date: Tue Oct 2 02:53:16 2012 +0000 | | | | | | - empty annotation should be like annotation(); | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit e2f0cac933e2c1ec154ad47727059bebd89b7981 | | | Author: Adrian Pop | | | Date: Tue Oct 2 01:55:11 2012 +0000 | | | | | | - fix the compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeDump.mo | | | | | * commit 7cdee4efb3834e29cb78f78417163df66d9e288d | | | Author: Adrian Pop | | | Date: Tue Oct 2 01:49:20 2012 +0000 | | | | | | - correct unparsing of each. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SCodeDumpTpl.tpl | | | | | * commit 6460a9c41f997e3a01252ec46ad7462eeb9272ea | | | Author: Adeel Asghar | | | Date: Tue Oct 2 00:25:50 2012 +0000 | | | | | | - Functions to get/set Real/Integer/Boolean/String. | | | - Some more code generation for FMI Import. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 65c8b0f4382274ebf9ce4b33a03f0494ca1af608 | | | Author: Jens Frenkel | | | Date: Mon Oct 1 14:52:17 2012 +0000 | | | | | | - check expression type before transform to residual form in if-equation simplification. (do no transform boolean equations to 0 = ...), this causes my some tests to fail, but if a test fail we have to at a ticket in trac, the check is really necessary | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 661c8bf2bd0fc6bff79afee55005f6579193c1a2 | | | Author: Adeel Asghar | | | Date: Mon Oct 1 14:24:11 2012 +0000 | | | | | | - breakprocess is moved from bootstrapping to openmodelica/bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit a9ce313bff8a62bf09f02ceb0184af057decbc8a | | | Author: Martin Sjölund | | | Date: Mon Oct 1 12:00:32 2012 +0000 | | | | | | - Update build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 0a8c7843b83e4ef091673b422818f8e1e32ff6e3 | | | Author: Alachew Mengist | | | Date: Mon Oct 1 08:39:03 2012 +0000 | | | | | | --Moved template test files from compiler/template to testsuite/template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/Template/simulation_failed_template.mos | | | D Compiler/Template/simulation_template.mos | | | D Compiler/Template/translation_failed_template.mo | | | D Compiler/Template/translation_template.mo | | | | | * commit 6d62f679223374faaebc4da359f3e21ec23d0603 | | | Author: Martin Sjölund | | | Date: Mon Oct 1 08:01:57 2012 +0000 | | | | | | - Added now working simulation test Modelica.Fluid.Examples.DrumBoiler.DrumBoiler | | | + Note: The correctness of the results has not been verified, but it does produce results | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Makefile.in | | | M Compiler/Template/CodegenC.tpl | | | M Makefile.common | | | | | * commit 9b1a4adaa7e78bab125640125bc36c5b705f6203 | | | Author: Adrian Pop | | | Date: Mon Oct 1 07:10:18 2012 +0000 | | | | | | - fix MDT: do not expand the uniontypes anymore when parsing via loadFileInteractiveQualified | | | as is done again via SCodeUtil.translateAbsyn2SCode (MetaUtil.createMetaClassesInProgram) | | | and leads to duplicate definitions. | | | Lookup of Absyn.CLASS paths will not work anymore via list(Absyn.CLASS) from MDT until | | | we fix it in MDT. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 0da4b68fdeb9f7eeed605884342b7ef117f4fe4d | | | Author: Adrian Pop | | | Date: Mon Oct 1 04:29:57 2012 +0000 | | | | | | - add -overrideFile functionality to the simulation | | | runtime to be used when you have a lot of variables | | | to override and the command line size does not suffice. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit f869dbc073b4328b6c19404b02705f49242de592 | | | Author: Martin Sjölund | | | Date: Fri Sep 28 13:37:59 2012 +0000 | | | | | | - Made a subset of libSimulationRuntime.a called libOpenModelicaRuntime.a | | | + This can be used by dyn.loaded functions and omc itself without messing with the simulation runtime functions | | | + Do partial linking of the object-files in these archives to prevent linking issues in OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | A SimulationRuntime/c/ar.sh | | | | | * commit 0702547f062aab8cdbdaab11f2468160c60a4e44 | | | Author: Jens Frenkel | | | Date: Fri Sep 28 13:17:47 2012 +0000 | | | | | | - try to fix test (why does thermoSysPro tests fail when selecting other alias variables?) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 638441a6fdfb64b21ef064fba1212fc18722a55d | | | Author: Martin Sjölund | | | Date: Fri Sep 28 12:26:08 2012 +0000 | | | | | | - The magic word is: Fix the #%@! build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 2990e7718d1a8c5da47fc5bb81eab52fb6660cd4 | | | Author: Martin Sjölund | | | Date: Fri Sep 28 12:24:53 2012 +0000 | | | | | | - Fix build | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 7ae75f5f8267bb891b80a9b553a27ceddaf0af68 | | | Author: Martin Sjölund | | | Date: Fri Sep 28 12:12:59 2012 +0000 | | | | | | - Removed old stuff we shouldn't use anymore | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/omc_debug/Makefile.in | | | D Compiler/omc_profiler/Makefile.in | | | | | * commit 6d2f7be0fec0bf24b4aeb21ad198485dc8125608 | | | Author: Jens Frenkel | | | Date: Fri Sep 28 10:59:43 2012 +0000 | | | | | | - readd some functions from reverted commit 13013 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Util/Util.mo | | | | | * commit d90f302eb114f4aacbe20837bf9373e0870b5568 | | | Author: Adrian Pop | | | Date: Fri Sep 28 10:42:27 2012 +0000 | | | | | | Fixes for bug: #1848 | | | - handle (record cref, record cref) = fcall(...); | | | - handle (RECORD_CONSTRUCTOR(x, y, z), record cref) = fcall(...); | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 860b0406184f420df03bd280e859552248a85c1f | | | Author: Martin Sjölund | | | Date: Fri Sep 28 07:15:32 2012 +0000 | | | | | | #1847 | | | - Look for duplicate elements in the package.order file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 791bc88e4872496844afd175a2039668c395d06c | | | Author: Per Östlund | | | Date: Thu Sep 27 15:35:31 2012 +0000 | | | | | | - Changed Util.swap to work as expected (i.e. swap on true). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit eef66f966c901e99462bff459617e59e3a774c73 | | | Author: Martin Sjölund | | | Date: Thu Sep 27 13:52:29 2012 +0000 | | | | | | - Fix bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/Dynload_omc.cpp | | | M Parser/ModelicaParser_omc.c | | | | | * commit 00b67938a3b76b4a21e53d503cdc42b486e59ae4 | | | Author: Martin Sjölund | | | Date: Thu Sep 27 12:24:23 2012 +0000 | | | | | | - Do type-conversion on conditions in if-expressions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 916bce0543f10f6e74a7568574f20a6086ecc907 | | | Author: Martin Sjölund | | | Date: Thu Sep 27 11:52:55 2012 +0000 | | | | | | - OMNotebook installation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 7e259f434046cf81c760d27151f5b60e3a797c03 | | | Author: Martin Sjölund | | | Date: Thu Sep 27 11:09:12 2012 +0000 | | | | | | - Code-generation for Complex. Functions are now prefixed omc_ instead of _ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 0ba10f18fec1ea825c8705699f2142703a73fd16 | | | Author: Alachew Mengist | | | Date: Thu Sep 27 00:15:54 2012 +0000 | | | | | | _ Moved 4 template file tests from testsuite/mytest to ../template and removed testsuite/mytest from testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/Template/simulation_failed_template.mos | | | A Compiler/Template/simulation_template.mos | | | A Compiler/Template/translation_failed_template.mo | | | A Compiler/Template/translation_template.mo | | | | | * commit 44fcd09eb37fdcd4667ef2db35220ddd9bf3f43c | | | Author: Adeel Asghar | | | Date: Wed Sep 26 21:55:27 2012 +0000 | | | | | | wrapping some of the FMIL methods. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 5759dff957214a68d2a8b63f2d4f1d32f1483252 | | | Author: Martin Sjölund | | | Date: Wed Sep 26 14:52:41 2012 +0000 | | | | | | #1833 | | | - Enable check for shadowing local declarations before optimizations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Util/Error.mo | | | | | * commit 13a290ad6920764a3e2172a829a9d9dbb49f0fb3 | | | Author: Martin Sjölund | | | Date: Wed Sep 26 12:48:09 2012 +0000 | | | | | | #1833 | | | - Elaborate match input in the correct scope | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 03d92f723b9395311f35ec715645573551d75e99 | | | Author: Martin Sjölund | | | Date: Wed Sep 26 11:52:04 2012 +0000 | | | | | | #1833 | | | - Enabled check for assignment to inputs | | | - Fix remaining testcases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit aafa18c7313b2deff69d15113c954a7f9b96396c | | | Author: Martin Sjölund | | | Date: Wed Sep 26 10:24:57 2012 +0000 | | | | | | #1833 | | | - Cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | | | * commit 2ef4dda9fff2277681a30088a6b696b72891479c | | | Author: Martin Sjölund | | | Date: Wed Sep 26 09:42:17 2012 +0000 | | | | | | #1833 | | | - Cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/TplAbsyn.mo | | | | | * commit c17f4a79860fe072aaac515b7c81772b53b1f679 | | | Author: Martin Sjölund | | | Date: Wed Sep 26 09:34:36 2012 +0000 | | | | | | #1833 | | | - Some code cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 523f7172042e2cca6838f85d3a271ade3c49cb1b | | | Author: Martin Sjölund | | | Date: Wed Sep 26 09:23:04 2012 +0000 | | | | | | #1833 | | | - Some code clean-up | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | | | * commit 54713e413d92ec9a212a7a8eb3ecb0f446c93620 | | | Author: Martin Sjölund | | | Date: Wed Sep 26 08:57:21 2012 +0000 | | | | | | #1833 | | | - Some code clean-up | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 224d629b17168310aee905857b4f1b609a532239 | | | Author: Martin Sjölund | | | Date: Wed Sep 26 08:04:13 2012 +0000 | | | | | | #1833 | | | - Code cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Makefile.in | | | | | * commit 3c1063df893737ac27597d8a258bfd5c24f0ce11 | | | Author: Martin Sjölund | | | Date: Wed Sep 26 06:36:17 2012 +0000 | | | | | | - Add configure option to disable OMNotebook (for OSX builds) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 727570584083ff7a78d200ea8f212525bade75e2 | | | Author: Martin Sjölund | | | Date: Tue Sep 25 15:12:52 2012 +0000 | | | | | | #1833 | | | - Code cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit f94658daa65accfd0d426c5a0029b06beb8c4029 | | | Author: Adeel Asghar | | | Date: Tue Sep 25 14:24:09 2012 +0000 | | | | | | - update OMDev. | | | FMI Import | | | - Separated the FMI Interface and the FMI external interface. | | | - Use more records for code generation. | | | FMI Export | | | - Don't print log if user sets fmiSetDebugLogging off. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/GenerateOMCHeader.mos | | | M Compiler/Makefile.common | | | M Compiler/Makefile.in | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | A Compiler/Util/FMIExt.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | A Compiler/runtime/FMI_omc.c | | | M Compiler/runtime/FMI_rml.c | | | M Compiler/runtime/Makefile.common | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 7d3cce6fd9a4d09d23a52608c38e17924ecbde93 | | | Author: Martin Sjölund | | | Date: Tue Sep 25 13:35:08 2012 +0000 | | | | | | #1833 | | | - Code cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit d4c59efb6c524b94014256690354c63effb715a0 | | | Author: Martin Sjölund | | | Date: Tue Sep 25 12:23:07 2012 +0000 | | | | | | #1833 | | | - Code cleanup | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit f882590d45644559cc8ff050f0a8d2b42f98d2f2 | | | Author: Martin Sjölund | | | Date: Tue Sep 25 11:28:49 2012 +0000 | | | | | | WARNING: You will need the latest rml-mmc to compile this MetaModelica code | | | #1833 | | | - Clean-up | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 7157aa8bc44bdc8556307f18368d11afd80a9c7b | | | Author: Martin Sjölund | | | Date: Tue Sep 25 09:53:50 2012 +0000 | | | | | | #1833 | | | - Some automagic code clean-up using automagic | | | - In Patternm.mo, elabExp uses false instead of allowTopLevelInputs | | | - In Static.mo make checkAssignmentToInput2 succeed even on error | | | - Create the log-file `omc +g=MetaModelica MainTest.mos | grep input | sort > log` | | | {{{ | | | #!/bin/bash | | | | | | while read line; do | | | FILE=`echo $line | cut -d: -f1 | cut "-d[" -f2` | | | LINE1=`echo $line | cut -d: -f2 | cut -d: -f3` | | | LINE2=`echo $line | cut -d: -f3 | cut -d: -f4 | cut -d- -f2` | | | PAT=`echo $line | cut "-d " -f9` | | | for LINE in `seq $LINE1 $LINE2`; do | | | if sed -n "$LINE"p "$FILE" | grep -q "then"; then | | | echo "NOT Processing $FILE $LINE using $PAT" | | | else | | | echo "Processing $FILE $LINE using $PAT" | | | sed -i "$LINE""s/,$PAT,/,_,/g" "$FILE" | | | sed -i "$LINE""s/, $PAT,/, _,/g" "$FILE" | | | sed -i "$LINE""s/($PAT,/(_,/g" "$FILE" | | | sed -i "$LINE""s/,$PAT)/,_)/g" "$FILE" | | | sed -i "$LINE""s/, $PAT)/, _)/g" "$FILE" | | | fi | | | done | | | done < log | | | }}} | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/TypeCheck.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/FrontEnd/UnitAbsynBuilder.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Script/StaticScript.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit d5c1413cf94d8fda94aba47540ae428558823462 | | | Author: Martin Sjölund | | | Date: Mon Sep 24 14:47:15 2012 +0000 | | | | | | - Added DAE.Const to typeExp | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 119a7a6c52e6b8f15e21322139caf2cd785bddfd | | | Author: Willi Braun | | | Date: Mon Sep 24 12:43:00 2012 +0000 | | | | | | - BugFix for Ticket #1830 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit ddf9c505ac6eef6d2abcef14fe9e239068342e1d | | | Author: Per Östlund | | | Date: Mon Sep 24 12:22:32 2012 +0000 | | | | | | - Fix some varArgs annotation issues. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit fcddc95fd0972a3adf7fbd106e2ea1f441598374 | | | Author: Martin Sjölund | | | Date: Mon Sep 24 09:42:40 2012 +0000 | | | | | | #1829 | | | - Fixes lookup of short class definitions in MetaModelica code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit bceff454040e7571c72dbd1503c6c8b361c98427 | | | Author: Adeel Asghar | | | Date: Sat Sep 22 01:36:28 2012 +0000 | | | | | | - Removed tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenJava.tpl | | | | | * commit 46ae3201e070834460b581ea91b80e984b71a8f7 | | | Author: Alachew Mengist | | | Date: Fri Sep 21 19:49:43 2012 +0000 | | | | | | - Fix some bugs CodegenJava.tpl ,create flag for it and Merged into SVN | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Makefile.common | | | A Compiler/Template/CodegenJava.tpl | | | M Compiler/Template/Makefile | | | M Compiler/Util/Flags.mo | | | | | * commit d1d8dc09a4d4cef650ca0686d12bd3181a359e3d | | | Author: Per Östlund | | | Date: Fri Sep 21 17:47:45 2012 +0000 | | | | | | - Fix build. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit f58fbb430b97c3a532f6ab61786c7947cd95ab2c | | | Author: Willi Braun | | | Date: Fri Sep 21 16:55:30 2012 +0000 | | | | | | - fixed SIM_PROF_EQ generation for mixed systems | | | (no warnings anymore while compiling) | | | - fixed a memory leak in struct equationInfo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 64d35ec701edc26292625dac32b30f3ea874b398 | | | Author: Willi Braun | | | Date: Fri Sep 21 15:23:25 2012 +0000 | | | | | | - removed tabs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | | | * commit a3d71e70b780d97e728084e0f722fbd34d3ff398 | | | Author: Per Östlund | | | Date: Fri Sep 21 14:22:29 2012 +0000 | | | | | | Fix for bug #1825: | | | - Made handling of real ranges a bit more robust. | | | - Moved some scodeinst tests to failing tests. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Util.mo | | | | | * commit eff6aa597f2392f5bdc06533811aca16664ed724 | | | Author: Willi Braun | | | Date: Fri Sep 21 13:55:43 2012 +0000 | | | | | | - changed event handling with dassl | | | - while every dassl step the ZeroCrossings are tested | | | - changed many results, since now the simulation is more accurate | | | - changed the check for Modelica assert, now some models produce warnings | | | for variables outside min and max values | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | | | * commit bf90f2f4297991336fde3bd03fed469d9118ce62 | | | Author: Martin Sjölund | | | Date: Fri Sep 21 11:41:46 2012 +0000 | | | | | | Reverse merge (revert commits) | | | * svn merge -r 13001:12998 . | | | Plus fixed some testcases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Util/Util.mo | | | | | * commit 976176603afa87024034edb08d1fc1bbd49311cd | | | Author: Martin Sjölund | | | Date: Fri Sep 21 11:04:41 2012 +0000 | | | | | | - tab-error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | | | * commit efabe0d059edb76d5b147ad4f8070bb5050efae4 | | | Author: Martin Sjölund | | | Date: Fri Sep 21 10:07:24 2012 +0000 | | | | | | - Spelling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit b31925648676749afe5703508ce1ed712f88e4b8 | | | Author: Martin Sjölund | | | Date: Fri Sep 21 09:03:23 2012 +0000 | | | | | | - Configure check for OpenMP availability | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M configure.in | | | | | * commit 347c042911806b900bda6dddbd2b68c6abadea8d | | | Author: Jens Frenkel | | | Date: Fri Sep 21 08:41:46 2012 +0000 | | | | | | - handle negated boolean alias in mat result file | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.h | | | | | * commit ac90ad2722a6c259eb88da105e076d231bd492c3 | | | Author: Adrian Pop | | | Date: Fri Sep 21 08:10:56 2012 +0000 | | | | | | - preliminary typechecking in SCodeInst, much more will come later after testing. | | | - add parent to InstTypes.PACKAGE to be able to get dimensions for a.b.PACKAGE.c through it | | | + still problems here as bindings do not seem to have correct propagatedDimensions through package, Per, any ideas? | | | + see scodeinst/eq9.mo | | | - handle DAE.T_ARRAY(dim1::dim2::dim3) better in Types.mo conversion and subtype | | | - Makefile.common | | | wrap time ... into (time ...) to work properly in Windows. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/TypeCheck.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Makefile.common | | | | | * commit f2aaa77c6235e48d2e4f497f88e6da2dc53ce53a | | | Author: Martin Sjölund | | | Date: Fri Sep 21 07:55:37 2012 +0000 | | | | | | #1823 | | | - Evaluate constants in generated assertions from connections | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 2f52f7993973603850d2556771d851a2d22b9cc9 | | | Author: Jens Frenkel | | | Date: Fri Sep 21 07:48:32 2012 +0000 | | | | | | - add alias a = not b, not a = b, not a = not b, -a = -b | | | - fix write results for boolean alias, ToDo .mat | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | | | * commit be020e1c2906d384c7f654bbedd89157cfa4e400 | | | Author: Adrian Pop | | | Date: Fri Sep 21 07:38:08 2012 +0000 | | | | | | - add -fopenmp when linking with omcruntime | | | - add -fopenmp in LinkMain.makefile.mingw instead of libgomp-1.dll (that might change with a new MinGW GCC) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit e2331a468f8c3908ee0d6fc2b158bc821ec65e71 | | | Author: Martin Sjölund | | | Date: Fri Sep 21 06:39:49 2012 +0000 | | | | | | - Added stringInt boxptr function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h | | | | | * commit debd32d722b36c4b2d7029b2d65dc83987218683 | | | Author: Jens Frenkel | | | Date: Thu Sep 20 23:14:28 2012 +0000 | | | | | | - bugfix output varname | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 5dc3093972f313dc5bc18fbaf617baac5ba34050 | | | Author: Jens Frenkel | | | Date: Thu Sep 20 23:04:45 2012 +0000 | | | | | | - add missing function to last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit 08dd9a4cb8322541c05b30a869054be14c68f580 | | | Author: Jens Frenkel | | | Date: Thu Sep 20 23:01:02 2012 +0000 | | | | | | - try to select from EQEQUATION alias and generate not a normal Equation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit a7e56f77275830af694453e978c9f568a0b2b2cf | | | Author: Martin Sjölund | | | Date: Thu Sep 20 14:54:45 2012 +0000 | | | | | | - Added scripting call system_parallel | | | - Made BuildModelRecursive.mos capable of generating a report while simulating models in parallel | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/Makefile.common | | | R099 Compiler/runtime/System_omc.cpp Compiler/runtime/System_omc.c | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Examples/BuildModelRecursive.mos | | | M configure.in | | | | | * commit a702cff2ae8f02251a1beda3c137c99d2898e7ce | | | Author: Martin Sjölund | | | Date: Thu Sep 20 11:23:14 2012 +0000 | | | | | | - Fix bootstrapping (seriously, we needed this feature? so much work...) | | | + Now we support codegenration for if-expressions returning tuples (comes from match-expression optimizations) | | | - Enabled SusanTest.mos full test since tail-recursion makes it run fine | | | - T_TUPLE is no longer simplified into a MetaModelica type | | | - We can now handle code-generation for tuple-expressions (creates an anonymous record) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/CodegenAdevs.tpl | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 278139324219019c7fc03d86c91419f57e57e865 | | | Author: Martin Sjölund | | | Date: Thu Sep 20 08:01:01 2012 +0000 | | | | | | - Added missing 'each' prefixes to more models | | | - Made DAE.TYPED and DAE.UNTYPED modifications contain Absyn.Info and started using that whenever possible | | | - This makes error-messages appear at the source of the modification instead of at the component being modified, which is better since it is easier to look up the component than to figure where the #!#&@ the modification came from | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Debug.mo | | | | | * commit 6b80f774714621edc05e23aa217ea5612125ea01 | | | Author: Jens Frenkel | | | Date: Wed Sep 19 22:28:51 2012 +0000 | | | | | | - do not remove dummy var because it is not there | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit fae269cf8472b5b0b63c1e5de74616c26571ad73 | | | Author: Jens Frenkel | | | Date: Wed Sep 19 21:53:06 2012 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 782885fbe89e82e49fb16859b7a0161bb46eb287 | | | Author: Jens Frenkel | | | Date: Wed Sep 19 21:42:25 2012 +0000 | | | | | | - fix bootstrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 40199daf1352804235dc8b24ecac0a8d070da818 | | | Author: Jens Frenkel | | | Date: Wed Sep 19 21:20:09 2012 +0000 | | | | | | - move add dummy state to SimCodeUtil | | | - remove BinTree from BackendDAE | | | - BackendDAE.Value -> Integer | | | - BackendDAE.Key -> DAE.ComponentRef | | | - remove unused code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/BinaryTree.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit b2972fc158f53d1ab776711d038096d9a0e42e59 | | | Author: Adrian Pop | | | Date: Wed Sep 19 17:18:09 2012 +0000 | | | | | | - fix bootstrapping. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit e4c13a5964e7e5c0b1055f1c27cb8b472e1760c8 | | | Author: Adrian Pop | | | Date: Wed Sep 19 16:37:46 2012 +0000 | | | | | | - fixes for bootstrapping. | | | - empty record constructor, not constant component. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectCheck.mo | | | | | * commit 8ee0ffb8e8e4046b62847d293a7a214041343b47 | | | Author: Adrian Pop | | | Date: Wed Sep 19 16:35:32 2012 +0000 | | | | | | - tab squashing. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/StaticScript.mo | | | | | * commit 8edded9ece8f76ad32a99e4e674367604933a3d1 | | | Author: Jens Frenkel | | | Date: Wed Sep 19 16:12:14 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/ResidualCmp.mo | | | | | * commit 18b15539518937aaba38e23ad45c57d1e75bd0a8 | | | Author: Jens Frenkel | | | Date: Wed Sep 19 15:28:21 2012 +0000 | | | | | | - fix bug Ticket #1794 | | | - speed up removesimpleequations | | | - start to implement dae residual compare code generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | A Compiler/BackEnd/BinaryTree.mo | | | A Compiler/BackEnd/BinaryTreeInt.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | A Compiler/BackEnd/ResidualCmp.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/Debug.mo | | | | | * commit ff012aa2521ee071ed9a423b351f83c4069a3446 | | | Author: Leonardo Laguna | | | Date: Wed Sep 19 15:17:27 2012 +0000 | | | | | | - Towards more separation between Script and FrontEnd. | | | - All the calls from Interactive and CevalScript to Ceval.ceval are concentrated through CevalScript.ceval. | | | - All the calls from Interactive and CevalScript to Static.elabExp are concentrated through StaticScript.elabExp. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | A Compiler/Script/StaticScript.mo | | | | | * commit 0169b56a5bc0bff6929f5430cd35a157cb5462fc | | | Author: Per Östlund | | | Date: Wed Sep 19 14:39:42 2012 +0000 | | | | | | Some connection improvements for the new instantiation: | | | - Print error message when connecting expandable connector to non-expandable. | | | - Some prefixing fixes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectCheck.mo | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/Error.mo | | | | | * commit d4fcfd4ed5ffa26441258c23c4ebcefa1230e54f | | | Author: Willi Braun | | | Date: Tue Sep 18 21:41:48 2012 +0000 | | | | | | - fix the previous commit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M SimulationRuntime/c/math-support/nonlinearSolverHybrd.c | | | M SimulationRuntime/c/math-support/nonlinearSystem.c | | | M SimulationRuntime/c/openmodelica_func.h | | | | | * commit af1ba772d2b2c6dd9bd8b5a5a6e0b75bab14b988 | | | Author: Willi Braun | | | Date: Tue Sep 18 20:54:15 2012 +0000 | | | | | | changed interface for solving nonlinear systems in the c runtime | | | - get rid of macros for solving | | | - easier itegeration of further solver | | | - added scaling of error function | | | - added x scaling | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/math-support/hybrd.c | | | M SimulationRuntime/c/math-support/matrix.h | | | A SimulationRuntime/c/math-support/nonlinearSolverHybrd.c | | | A SimulationRuntime/c/math-support/nonlinearSolverHybrd.h | | | A SimulationRuntime/c/math-support/nonlinearSystem.c | | | A SimulationRuntime/c/math-support/nonlinearSystem.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 34f8bde924c589fb5fdb4d6fd42c702b0f338997 | | | Author: Per Östlund | | | Date: Tue Sep 18 14:29:16 2012 +0000 | | | | | | Fix for bug #1819 | | | - Only disallow assignment to input in functions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/List.mo | | | | | * commit 8c530cc8ac0e38198684f4a2085e8e16a4f928ca | | | Author: Leonardo Laguna | | | Date: Tue Sep 18 13:02:39 2012 +0000 | | | | | | - Fixed small problem causing failure in bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 462b08ef70b98bfbb3484ba87ae7ac71362aa367 | | | Author: Leonardo Laguna | | | Date: Tue Sep 18 12:48:51 2012 +0000 | | | | | | - Moved a few groups of functions from Ceval and CevalScript in order to minimize the dependencies between Ceval->CevalScript. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit cd8cf6f15c73d2f43d557730ede09cbb5cac54d0 | | | Author: Martin Sjölund | | | Date: Tue Sep 18 12:08:45 2012 +0000 | | | | | | #1820 | | | - Adding new API calls to get index reduction / DSS options and descriptions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 751738d8417888bd93a69227df39e0cca6a2acf0 | | | Author: Martin Sjölund | | | Date: Tue Sep 18 10:27:02 2012 +0000 | | | | | | - Made Parser use C-files instead of C++, which leads to fewer hacks | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | M Parser/Modelica.g | | | R099 Parser/Parser_omc.cpp Parser/Parser_omc.c | | | M Parser/parse.c | | | | | * commit 43d8b937d1a87173e677400134e52393e0ecec1e | | | Author: Martin Sjölund | | | Date: Tue Sep 18 09:15:46 2012 +0000 | | | | | | - Removed warning about group imports since they are part of Modelica 3.3 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit df9b78ec7d5b564bc2ceea9e8a735008d440eeba | | | Author: Per Östlund | | | Date: Mon Sep 17 15:27:37 2012 +0000 | | | | | | - Fix prefixing of connectors in the new instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | | | * commit 894b656fda2d655b245c471157150d2136d837cd | | | Author: Jens Frenkel | | | Date: Mon Sep 17 13:19:01 2012 +0000 | | | | | | - Util.arrayExpand check if expansion is needed before alloc and copy array | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Util.mo | | | | | * commit 0d86332d02cde987ab0495ee768f895c5fc20d0d | | | Author: Per Östlund | | | Date: Mon Sep 17 12:43:09 2012 +0000 | | | | | | - Update types of subcomponents in complex types in Typing.typeElement. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit dfbe18a4e10be9fcd7bc3a720d1b9670de2f0a89 | | | Author: Martin Sjölund | | | Date: Mon Sep 17 10:30:43 2012 +0000 | | | | | | - OMVisualize linking | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit a86cca65c02cf96136ff4cf850f6682b63954f04 | | | Author: Alachew Mengist | | | Date: Mon Sep 17 10:28:59 2012 +0000 | | | | | | - Fix bootstrapping for windows | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a39f9bbe372ad176fb02ad94af93597b91256a32 | | | Author: Niklas Worschech | | | Date: Mon Sep 17 09:17:55 2012 +0000 | | | | | | -fix in cvode calcfunction for exception handling. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Math/Implementation/Functions.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h | | | | | * commit 59e3c473f3dffa71c0ff643c8c580a9c8c18a804 | | | Author: Per Östlund | | | Date: Mon Sep 17 08:59:05 2012 +0000 | | | | | | - Implemented generation of asserts for constant/parameter connectors. | | | - Lots of connection checking. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Connect2.mo | | | M Compiler/FrontEnd/ConnectCheck.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Template/InstDumpTV.mo | | | M Compiler/Template/InstDumpTpl.tpl | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit d06afad23494397955aa7fae9eca38eb2ff67931 | | | Author: Per Östlund | | | Date: Mon Sep 17 07:42:39 2012 +0000 | | | | | | - Add source information to illegal algorithm section error. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 76a62a457f32532f3674c5a05e68ecda3c193d93 | | | Author: Adeel Asghar | | | Date: Sat Sep 15 19:57:42 2012 +0000 | | | | | | - python interface build instructions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-RELEASE-NSIS.txt | | | | | * commit ebc4cbbf523b572dc79492789405d43436fd75c0 | | | Author: Adeel Asghar | | | Date: Fri Sep 14 16:39:33 2012 +0000 | | | | | | - few fixes. | | | - small guide for Modelica3D. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 5638aa0b655af05e6084d3edbd4b56bde0db390f | | | Author: Martin Sjölund | | | Date: Fri Sep 14 14:42:44 2012 +0000 | | | | | | - Speed up Modelica3D (don't print whole lot of debug trace) | | | - Don't add a (sim) link if we did not even run the simulation in the first place | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit e731347211deff5c0e3bfa0b313c3cbffd1b9c6c | | | Author: Martin Sjölund | | | Date: Fri Sep 14 13:11:25 2012 +0000 | | | | | | - Rudimentary support for level=AssertionLevel.warning, also in the runtime | | | - Do type-checking of msg in assert(true, msg) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Error.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | | | * commit 0ada54c1023d9e671edc7c164552fac4b4a54dac | | | Author: Martin Sjölund | | | Date: Fri Sep 14 10:55:25 2012 +0000 | | | | | | - Test all models please | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 66a4c4cefd79923549c5555fce3d3a7e4a6a0369 | | | Author: Martin Sjölund | | | Date: Fri Sep 14 09:20:58 2012 +0000 | | | | | | - Skip linearize in BuildModelRecursive.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit e7de5b64bce61ab78f12b8664e2103898a87b142 | | | Author: Martin Sjölund | | | Date: Fri Sep 14 09:14:33 2012 +0000 | | | | | | - The buildModel script now include the log of the simulation executables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit eb5668cd84c85480c98b6e4e277a8f3414a82d74 | | | Author: Jens Frenkel | | | Date: Thu Sep 13 15:28:09 2012 +0000 | | | | | | - small change dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 730ed42a9922497584bf03ebcca84ffbe57a35dd | | | Author: Martin Sjölund | | | Date: Thu Sep 13 15:05:06 2012 +0000 | | | | | | #1808 | | | - Look for duplicate elements when parsing a file instead of later when it is too late (for functions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Util/Name.mo | | | | | * commit c4c41f79f5c5b50681022e2f732ceabdd77d5332 | | | Author: Jens Frenkel | | | Date: Thu Sep 13 14:49:00 2012 +0000 | | | | | | - add rule for der(log10(x)) = der(x)/(log(10)*x) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit c22336a9604a172593d3ac6b88c81290a47c5382 | | | Author: Niklas Worschech | | | Date: Thu Sep 13 14:47:03 2012 +0000 | | | | | | - fix in SolverDefaultImplemention init | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp | | | | | * commit 9c9fe31fd68af3a7a9c1bd894eaf10e44596ba0a | | | Author: Jens Frenkel | | | Date: Thu Sep 13 14:21:45 2012 +0000 | | | | | | - add rule for r^x^ and simplify derivative expression of x^r^ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit f448d75495303a7146b63eebb16d0c4107c7596d | | | Author: Niklas Worschech | | | Date: Thu Sep 13 13:39:37 2012 +0000 | | | | | | - fix for cvode initialization in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | | | * commit 0efc288c8f965c05bdaf4cb237c030870b7ee36a | | | Author: Martin Sjölund | | | Date: Thu Sep 13 12:48:10 2012 +0000 | | | | | | - Ignore HumMod utf-8 errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit bc7876db9211c00fd947712f76f8d378a19280df | | | Author: Martin Sjölund | | | Date: Thu Sep 13 11:57:03 2012 +0000 | | | | | | #1798 | | | - External C functions can now throw assertions by calling ModelicaError | | | - Assertions thrown in function code now causes the function to fail() properly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M Examples/BuildModelRecursive.mos | | | M SimulationRuntime/c/ModelicaExternalC/Makefile.in | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/varinfo.c | | | M SimulationRuntime/c/util/varinfo.h | | | | | * commit 36d2456c9ce5501ff963f36370cf546727c55654 | | | Author: Niklas Worschech | | | Date: Thu Sep 13 11:15:00 2012 +0000 | | | | | | - fix in cpp runtime loading math lib | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | | | * commit 03cc90f92572a723618da8ba8e986ccfbc7c8198 | | | Author: Jens Frenkel | | | Date: Thu Sep 13 11:02:05 2012 +0000 | | | | | | - bugfix dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 886aea0b61c832844ee79753f778e3428579cfbe | | | Author: Niklas Worschech | | | Date: Thu Sep 13 08:21:33 2012 +0000 | | | | | | - fix in cpp runtime loading math library | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp | | | | | * commit 186ab3f01298dded12d822a1606697cfa6a5de11 | | | Author: Niklas Worschech | | | Date: Thu Sep 13 07:54:32 2012 +0000 | | | | | | removed tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h | | | | | * commit 46a41ff6ed5ef554093756f35686a10b9845bbce | | | Author: Niklas Worschech | | | Date: Thu Sep 13 07:10:06 2012 +0000 | | | | | | - fix in cpp runtime for division, initialization of CVode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Math/Implementation/Functions.cpp | | | M SimulationRuntime/cpp/Source/Math/Implementation/Functions.h | | | A SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt | | | | | * commit 278f3c0aa8b9b962d3fa7882223436d6a532dcac | | | Author: Jens Frenkel | | | Date: Thu Sep 13 00:14:22 2012 +0000 | | | | | | - bugfix dynamic state selection for stateSelect = StateSelect.always | | | - add test for EngineV6 (compile and simulation time together around 1 minute but nonliniear solver has trouble) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 0286fccd069b9378c6dda651b6d0a69d0dbc428b | | | Author: Adeel Asghar | | | Date: Wed Sep 12 23:50:00 2012 +0000 | | | | | | - Wrapping the FMIL code for simulation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit dc540c3e4a3cf8f65545d1b440b5f5b4a013c4c3 | | | Author: Jens Frenkel | | | Date: Wed Sep 12 23:13:41 2012 +0000 | | | | | | - speedup dynamic state selection (10 times faster) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit c78f7e5b6862cb2120e39dd9fd708268c823db28 | | | Author: Jens Frenkel | | | Date: Wed Sep 12 21:21:21 2012 +0000 | | | | | | - fix bootstrapped compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit f377493bea0d2acaebbc3a246cef75bfbe63a906 | | | Author: Jens Frenkel | | | Date: Wed Sep 12 19:31:23 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit de7e4da511b16f56141a43b92d0bfe8272109c68 | | | Author: Jens Frenkel | | | Date: Wed Sep 12 18:51:36 2012 +0000 | | | | | | - fix taps | | | - fix bootstrapping test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenXML.tpl | | | | | * commit 8ad320f664cd84759b20c0186b117de47aad71e0 | | | Author: Jens Frenkel | | | Date: Wed Sep 12 16:45:22 2012 +0000 | | | | | | - replace residual replacements by adding varname = xloc[..] at the beginning of each residualfunction, this makes handling of complex and algorithm equations easier in residual systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 54908dd0c1037ee0be7022945821fb9a4ced0110 | | | Author: Leonardo Laguna | | | Date: Wed Sep 12 15:58:02 2012 +0000 | | | | | | - Added option to write output file when extracting uncertainties | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit f77d75ffb3995803990cad5e00f7cc85b2394bdf | | | Author: Jens Frenkel | | | Date: Wed Sep 12 15:18:26 2012 +0000 | | | | | | - fix tests, switch of tearing for some models because nonlinear solver has trouble see Ticket #1804 | | | - improve adiacency matrix, check if expressions branch variables | | | - fix bug for determinant calculation in dynamic state selection | | | - fix bug for temp variables in simcode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 7ee040bab3df0cd50bed543ef18b82cc585cb065 | | | Author: Alachew Mengist | | | Date: Wed Sep 12 15:13:56 2012 +0000 | | | | | | - Added XML code generation module | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Makefile.common | | | A Compiler/Template/CodegenXML.tpl | | | M Compiler/Template/Makefile | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e9540f2691569483d968099dafd4de4528bcd69a | | | Author: Martin Sjölund | | | Date: Wed Sep 12 14:03:37 2012 +0000 | | | | | | - Fix Windows compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 75d66778712e1fe163005d0c756cd4db6e0ea1bb | | | Author: Jens Frenkel | | | Date: Wed Sep 12 13:46:51 2012 +0000 | | | | | | - fix annoying bug for expand variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit af238d5043f482ff55ab6a61e21e8a69bc0570b1 | | | Author: Martin Sjölund | | | Date: Wed Sep 12 13:00:25 2012 +0000 | | | | | | #1801 | | | - Fix problem with matrix-vector operations being converted into array-multiplication of vector and scalar | | | - All tests that worked still work except for one: ./libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos, presumably because of a better solution now | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/Util.mo | | | | | * commit 048da25f4ab2404929907e1511cf788839b5d4f2 | | | Author: Martin Sjölund | | | Date: Wed Sep 12 11:15:36 2012 +0000 | | | | | | - Add support for +t in ExpressionDumpTpl.tpl operator printing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | | | * commit bf18508618140c3093149424a6e30b569eb96678 | | | Author: Martin Sjölund | | | Date: Wed Sep 12 09:51:13 2012 +0000 | | | | | | #1343 | | | - Pass front-end for AssertionLevel in assert-statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Util/VarTransform.mo | | | M configure.in | | | | | * commit 49db3e717541640e9d7bd01c49f2321ee82029f7 | | | Author: Martin Sjölund | | | Date: Wed Sep 12 09:38:11 2012 +0000 | | | | | | - Fix uninitialized oops for clang -O3 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit c85e1ad6c7c410ede8eb7437f4b90c6070d05fbe | | | Author: Martin Sjölund | | | Date: Wed Sep 12 09:10:40 2012 +0000 | | | | | | - Some compiler warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 6aeac12d89aed530a296cb3529750f7bf6d653c4 | | | Author: Per Östlund | | | Date: Wed Sep 12 08:45:26 2012 +0000 | | | | | | - Fix dumping of for iterators in DAEDump. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 0c733554241ddf2856908b42a986da3efc42af5e | | | Author: Jens Frenkel | | | Date: Wed Sep 12 08:32:53 2012 +0000 | | | | | | - take care of order of non residual equations in residual function | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 7e1231e2ceec9a593091c20b66a92312a1fb0144 | | | Author: Martin Sjölund | | | Date: Wed Sep 12 07:19:26 2012 +0000 | | | | | | - Fixed MM course tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit db1f9fd1b0de06bf107f0ee32d116f069a2fbb8b | | | Author: Jens Frenkel | | | Date: Tue Sep 11 21:10:02 2012 +0000 | | | | | | - tear only time continues part of mixed equation system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 5546db6e52949320d5a7fd21df229dee4c17b51c | | | Author: Jens Frenkel | | | Date: Tue Sep 11 19:24:55 2012 +0000 | | | | | | - bugfix tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit bf1821a9f68573690fd34a11315346df91454519 | | | Author: Jens Frenkel | | | Date: Tue Sep 11 17:55:49 2012 +0000 | | | | | | - bugfix code generation for torn system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 1d14811fe1c1618b06aa8a7610c97496e8fd8425 | | | Author: Adeel Asghar | | | Date: Tue Sep 11 16:48:35 2012 +0000 | | | | | | - fix tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | | | * commit b43c708a082e4af9eb4bb8c83ea8ff5b80b244e0 | | | Author: Alachew Mengist | | | Date: Tue Sep 11 14:57:07 2012 +0000 | | | | | | - Added template based DAE unparser | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/Template/DAEDumpTV.mo | | | M Compiler/Template/DAEDumpTpl.tpl | | | M Compiler/Util/Flags.mo | | | | | * commit dda61acbe725bcfa72757ddf7f48e1013c59ee91 | | | Author: Martin Sjölund | | | Date: Tue Sep 11 13:54:54 2012 +0000 | | | | | | - Make sure we don't load Modelica3D if MS 1.0 was requested | | | - Appended modelica3d to the version annotation of MS 1.0 modelica3d | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 0c2a77cdf12e3c317625118cb8064676c2e52406 | | | Author: Jens Frenkel | | | Date: Tue Sep 11 13:51:29 2012 +0000 | | | | | | - bugfix for complex residual equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit b1cda5a326488d82d439390da0b2435b4bb28a94 | | | Author: Martin Sjölund | | | Date: Tue Sep 11 12:51:51 2012 +0000 | | | | | | #1343 | | | - Refactoring: Add expression for level in assert-equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit db38494fc1ff85778d1decfe16e42425e4fd9329 | | | Author: Jens Frenkel | | | Date: Tue Sep 11 11:45:47 2012 +0000 | | | | | | - move symbolic manipulation from tearing to SimCodeUtil | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 122e29f12895f78c06b0659080476074884d2eff | | | Author: Martin Sjölund | | | Date: Tue Sep 11 11:15:02 2012 +0000 | | | | | | - Use configured compilers for cmake crap | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 32692754c820d5ece08191df3185e77317b1c016 | | | Author: Martin Sjölund | | | Date: Tue Sep 11 08:00:54 2012 +0000 | | | | | | - Update Modelica3D documentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit c1931c810d59efe72be6a9cfa8731cc5b47e7b4c | | | Author: Martin Sjölund | | | Date: Tue Sep 11 07:13:19 2012 +0000 | | | | | | - Fix parsing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit d80a1c155984db3177e886ea5d22cce863344f35 | | | Author: Martin Sjölund | | | Date: Tue Sep 11 06:59:55 2012 +0000 | | | | | | - Do not load ObsoleteModelica3. It causes many errors. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit 7e51e8a2043be0ba3b89e0d002dab18239ca057a | | | Author: Willi Braun | | | Date: Mon Sep 10 23:39:56 2012 +0000 | | | | | | - fixed small bug in BackendDAEUtil.adjacencyMatrixDispatchEnhancedScalar | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 2d89e8d53e1c7c181620f57499a2e52e4edf9ca1 | | | Author: Jens Frenkel | | | Date: Mon Sep 10 20:01:15 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 884b25201875112ab489b68b7861de80dc096238 | | | Author: Jens Frenkel | | | Date: Mon Sep 10 18:42:47 2012 +0000 | | | | | | - add strongcomponent type TORNSYSTEM | | | - keep matching information in constantLinearSystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 4dbc82626761e791e13d914dc20b4b36a1b211ea | | | Author: Martin Sjölund | | | Date: Mon Sep 10 18:01:04 2012 +0000 | | | | | | - Avoid recursive make clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit aa062d953f0c4199599a5026c6e238958a9b8d90 | | | Author: Martin Sjölund | | | Date: Mon Sep 10 17:55:27 2012 +0000 | | | | | | - Enable configure for modelica3d | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M configure.in | | | | | * commit d2ed14e5c8531ad242b28d05aa36e4e521820fd4 | | | Author: Willi Braun | | | Date: Mon Sep 10 14:15:33 2012 +0000 | | | | | | #1780 | | | - BugFix for Ticket#1780 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 7c8a4171b7aabefccebe27ec1472b8d4cceda714 | | | Author: Martin Sjölund | | | Date: Mon Sep 10 13:48:55 2012 +0000 | | | | | | - Fix to build on Windows | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit fc57a6dbf0d6aec6561f7d8f7dc62a96a61bfc90 | | | Author: Jens Frenkel | | | Date: Mon Sep 10 13:45:10 2012 +0000 | | | | | | - remove shared from incidence matrix calcualtion because it is not needed | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 3908d3f4060a3c212e3c61c0268b15d0693ee0f6 | | | Author: Martin Sjölund | | | Date: Mon Sep 10 12:45:21 2012 +0000 | | | | | | - Don't create libexec on Linux | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 370d0c7c33cf1912836033b7f2d49e78abfe9c46 | | | Author: Martin Sjölund | | | Date: Mon Sep 10 12:39:50 2012 +0000 | | | | | | - Adding makefiles for modelica3d | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Makefile.common | | | | | * commit f5b690645f8fb068bb056f4654ddfa8b886f0980 | | | Author: Niklas Worschech | | | Date: Mon Sep 10 11:29:27 2012 +0000 | | | | | | - fix in cpp template for initialization of const string variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2ba2c9e81067b5e2d92caa99520558e653676566 | | | Author: Martin Sjölund | | | Date: Mon Sep 10 10:27:44 2012 +0000 | | | | | | #1799 | | | - Do some code generation for tuple residuals | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit b7694e3b5e457b36fb59a3a6cc954f898ad2fb28 | | | Author: Martin Sjölund | | | Date: Mon Sep 10 09:28:52 2012 +0000 | | | | | | - Adding stub for spanish translation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/Makefile | | | A Compiler/Translation/es.po | | | M Compiler/Translation/openmodelica.pot | | | | | * commit e45f83c3280ecb99aebcb07943ea29829cba8c9f | | | Author: Niklas Worschech | | | Date: Mon Sep 10 08:18:38 2012 +0000 | | | | | | - fix in cpp for atan2,smooth init of const vars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Math/Implementation/Utility.h | | | | | * commit c821e20c5490709e3dcdec8d53076cd206381efd | | | Author: Martin Sjölund | | | Date: Mon Sep 10 07:43:27 2012 +0000 | | | | | | - Fix wrong C logic (&& || priority) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit acc43c3c819e675801d6421a30d7a55114993cc3 | | | Author: Jens Frenkel | | | Date: Fri Sep 7 23:31:21 2012 +0000 | | | | | | - remove selfgenerated vars | | | - bugfix derivativeEquation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit fbd9ea029c244a0aaa72d8172c263269028781c4 | | | Author: Jens Frenkel | | | Date: Fri Sep 7 21:45:15 2012 +0000 | | | | | | - improve removesimpleequationsfast/past (less memory, faster) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit a6f2c2104059c67d7fbb7b29decd73f4fe436bc7 | | | Author: Jens Frenkel | | | Date: Fri Sep 7 21:25:02 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit dbd87c19cc6479e0729587b0914c52495ace3c93 | | | Author: Jens Frenkel | | | Date: Fri Sep 7 20:54:32 2012 +0000 | | | | | | - improve removesimpleequationsfast/past (less memory, faster), remove unused implementation removesimpleequations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 6b268af33a74126afc63ee7a816b2130a6eab8ad | | | Author: Jens Frenkel | | | Date: Fri Sep 7 18:27:45 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit f7a09735ac623d6f4f4b73007e4ef0a381017677 | | | Author: Jens Frenkel | | | Date: Fri Sep 7 16:02:44 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 9c449b68adc940309c5003438548fd5021641832 | | | Author: Jens Frenkel | | | Date: Fri Sep 7 15:23:55 2012 +0000 | | | | | | - fix TaskGraph.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/TaskGraph.mo | | | | | * commit 678461242381ec6c2dc6a9d3f15d3d249a59d11b | | | Author: Jens Frenkel | | | Date: Fri Sep 7 15:15:14 2012 +0000 | | | | | | - fix liniearization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit b5b3be7b9c21711beedfb30f7db9cc02f16947d7 | | | Author: Niklas Worschech | | | Date: Fri Sep 7 13:45:43 2012 +0000 | | | | | | -fix in cpp template giveZeroFunc for zero sign | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 2fc7253e8dabe4f863bb5887dec8acb664cf4ebd | | | Author: Jens Frenkel | | | Date: Fri Sep 7 12:24:01 2012 +0000 | | | | | | - remove unused flags VAR_INDEX,VAR_INDEX2 | | | - remove unecessary code from removesimpleequationsfast | | | - implement vararrayList2 tailrecursive | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 30f812e08b1018f912dea260c1c207b24646fcd2 | | | Author: Martin Sjölund | | | Date: Fri Sep 7 11:54:35 2012 +0000 | | | | | | - Do not run readRealParameterModel in the recursive test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit f10aa1eff599115c2cf66490f668650740d18a42 | | | Author: Leonardo Laguna | | | Date: Fri Sep 7 11:48:57 2012 +0000 | | | | | | - Added new implementation of uncertainty extraction algorithm | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e7fce4cffb2233d338dfe83cdab5b8ce627bdab3 | | | Author: Per Östlund | | | Date: Fri Sep 7 11:02:24 2012 +0000 | | | | | | Fix for bug #1796: | | | - Fixed correct order of dimensions in Inst.makeCrefBaseType and | | | Inst.arrayBasictypeBaseclass. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 4275eebe9c7920bac874dea3a58357ae95b6e19b | | | Author: Jens Frenkel | | | Date: Fri Sep 7 09:59:23 2012 +0000 | | | | | | - remove index from BackendDAE.Var | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit e0b9c67494371d0276065c9a0ac3cb0895a51f6d | | | Author: Jens Frenkel | | | Date: Fri Sep 7 09:58:00 2012 +0000 | | | | | | - bugfix replaceDerEquations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 47d4da7a21ded1a886b62b1bce0a6eb48c6ca06d | | | Author: Jens Frenkel | | | Date: Fri Sep 7 09:32:01 2012 +0000 | | | | | | - fix tap | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit f17fbf05d81fb7c06037523ddf53439a23514126 | | | Author: Jens Frenkel | | | Date: Fri Sep 7 08:11:39 2012 +0000 | | | | | | - use average of reference data values for tollerance belt in SimulationResultsCmp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 7fa4173c680b8296c825f14b35d7842ae02d2fe6 | | | Author: Jens Frenkel | | | Date: Fri Sep 7 08:09:53 2012 +0000 | | | | | | - implement equationDelete without sorting of intList | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/Util/List.mo | | | | | * commit 9fb09880e5dd3cdde1ce468f0bbcba841d5d24b1 | | | Author: Jens Frenkel | | | Date: Thu Sep 6 17:41:37 2012 +0000 | | | | | | - remove unused code (calculate indexes/translatedae) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 1287cabf805d2f1b1d4bcab35f3c4c86a45cb645 | | | Author: Jens Frenkel | | | Date: Thu Sep 6 16:44:27 2012 +0000 | | | | | | - move translateDAE to SimCode and implement it O(n) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit a54875b21652ea904afc9f0288e2c52e2b5c7236 | | | Author: Jens Frenkel | | | Date: Thu Sep 6 15:44:55 2012 +0000 | | | | | | - fix dynamic stateselection der({x,y}) -> {der(x),der(y)} | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit cb13dcfc1feb865615d00d1607df17fadbb21b14 | | | Author: Martin Sjölund | | | Date: Thu Sep 6 15:13:39 2012 +0000 | | | | | | - Bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 1e5c4d29e957051857aeb514189f09cdb9e9dfc7 | | | Author: Niklas Worschech | | | Date: Thu Sep 6 14:32:11 2012 +0000 | | | | | | - fix for array add in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h | | | | | * commit 0cf71a6fc88b6c83bd1a8f89e4929bb3fc4da7bd | | | Author: Martin Sjölund | | | Date: Thu Sep 6 13:41:12 2012 +0000 | | | | | | - Look for StopTime instead of checking all weird stuff to decide on what models to run | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Examples/BuildModelRecursive.mos | | | | | * commit c3aeacd37da691e6e1687366a4bee17a1160b7e1 | | | Author: Jens Frenkel | | | Date: Thu Sep 6 13:40:14 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit 11c1edcb5351b61645b151b9b333b37cf239224a | | | Author: Martin Sjölund | | | Date: Thu Sep 6 13:01:09 2012 +0000 | | | | | | - Force Modelica grammar for 3.2.1 since otherwise it does not parse | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit ea5df0602131f66c8d5b406f1c491f0dc107d57d | | | Author: Jens Frenkel | | | Date: Thu Sep 6 11:08:47 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCodeUtil.mo | | | | | * commit 0f3e75e67105876b256c32acd8a6e35958205068 | | | Author: Lennart Ochel | | | Date: Thu Sep 6 09:54:48 2012 +0000 | | | | | | - move log-verbose-level from LOG_INIT to LOG_DEBUG for some debug-messages | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/simulation/solver/ipopt_initialization.c | | | | | * commit eb27191840bc4c775e8052bcad3b6763f81a257c | | | Author: Martin Sjölund | | | Date: Thu Sep 6 07:43:46 2012 +0000 | | | | | | - Fix assertion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit ee460e90da07a6ca53d0bcf964ae49f5020c99cf | | | Author: Jens Frenkel | | | Date: Wed Sep 5 22:56:12 2012 +0000 | | | | | | - splitt SimCode in SimCode for data types and SimCodeUtil for functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCode.mo | | | A Compiler/BackEnd/SimCodeUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Util/Flags.mo | | | | | * commit ef59eacbba06c84c46c039d99f20d860302891cf | | | Author: Martin Sjölund | | | Date: Wed Sep 5 20:28:50 2012 +0000 | | | | | | #1793 | | | - Updated the C runtime for the loadModel command. We now look for targets in a better order, should be more robust, and we should now support loading any 3.2.x.y when 3.2 is requested and not found. Even on Windows. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 2c00cc4404f91f410fecb533c4ec6133a2453080 | | | Author: Per Östlund | | | Date: Wed Sep 5 16:52:31 2012 +0000 | | | | | | - Removed tabs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit d5d90b6ed316ef342b3fe27744777f9db81c2e59 | | | Author: Niklas Worschech | | | Date: Wed Sep 5 15:58:50 2012 +0000 | | | | | | -add division scalar array to cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 542d327386b9d62c741fa4a46129043d1a09cf24 | | | Author: Niklas Worschech | | | Date: Wed Sep 5 13:56:54 2012 +0000 | | | | | | - fix in cpp template for divide, multiply array and asub operation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h | | | | | * commit b928b99498e3a02fa9349d9e4eb9d9d78ed5b878 | | | Author: Jens Frenkel | | | Date: Wed Sep 5 13:50:58 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 35b242662e2347121c25a4225d39eb9fec37b567 | | | Author: Jens Frenkel | | | Date: Wed Sep 5 13:08:08 2012 +0000 | | | | | | - start to implement new index calculation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/HashTableCrSimVars.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Makefile.common | | | | | * commit bc5af8239427bb3153c56d10e689388368ee666f | | | Author: Niklas Worschech | | | Date: Wed Sep 5 13:04:34 2012 +0000 | | | | | | - removed tab in ArrayOperations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h | | | | | * commit 41f6737171e1865155fdcf90c3fea6629903d9ba | | | Author: Niklas Worschech | | | Date: Wed Sep 5 12:59:52 2012 +0000 | | | | | | -fix in cpp template for array assign | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Modelica/Modelica.h | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h | | | | | * commit bc31b2813463174c60e3c6c3d730ec3cabdf1653 | | | Author: Jens Frenkel | | | Date: Wed Sep 5 08:23:24 2012 +0000 | | | | | | - collect simvars without listAppend | | | - use markarray to unique equations of strong connected components | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit b969135bcb4411033716868bfa959a7d04365dc5 | | | Author: Adeel Asghar | | | Date: Tue Sep 4 13:54:19 2012 +0000 | | | | | | - Moved gettext back to Util.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/GenerateOMCHeader.mos | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/Error_rml.cpp | | | M Compiler/runtime/errorext.cpp | | | | | * commit 855a9a74c2b44d972670d0e64723d543a5f76faf | | | Author: Martin Sjölund | | | Date: Tue Sep 4 12:16:17 2012 +0000 | | | | | | - eol-style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | | | * commit 3481b99415770fc9d90d37aa3503690bc190cc73 | | | Author: Adeel Asghar | | | Date: Tue Sep 4 11:56:49 2012 +0000 | | | | | | - Return the TranslatableContent record from runtime. So that getMessagesStringInternal() can work fine. | | | - Moved the TranslatableContent from Util.mo to Error.mo | | | - Added a testcase for getMessagesStringInternal(). | | | - Some minor fixes in FMI. | | | - The translation file msgid and msgstr should be same. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Translation/de.po | | | M Compiler/Util/Error.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | M Compiler/runtime/errorext.cpp | | | | | * commit f6b6eda49940bb873d2a155a0755fbbe3d536ccf | | | Author: Martin Sjölund | | | Date: Tue Sep 4 11:52:19 2012 +0000 | | | | | | - Fix some issues with loading models (I hope) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit b1c77aadd9836a4601be308adc7d583839b36faa | | | Author: Martin Sjölund | | | Date: Tue Sep 4 10:07:19 2012 +0000 | | | | | | #1793 | | | - Changed from an MSL based on 3.2 to 3.2.1 | | | - Should not break the testsuite | | | - Will break the testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 745d97305b8dd8cd55002f7ceb898bd12b944112 | | | Author: Martin Sjölund | | | Date: Mon Sep 3 14:55:58 2012 +0000 | | | | | | Don't copy PythonInterface files to scripts on Linux. We already installed it so Python works... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 088bfa641764ab501c256e46d68ce480f164a6b6 | | | Author: Henning Kiel | | | Date: Mon Sep 3 11:41:02 2012 +0000 | | | | | | - some more .de translations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/de.po | | | | | * commit c8d7c737db26729160841b76c481174e83012517 | | | Author: Per Östlund | | | Date: Mon Sep 3 11:06:23 2012 +0000 | | | | | | - Implemented check for flow/stream connecting to non-flow/stream for the new | | | instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/FrontEnd/ConnectCheck.mo | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | M Compiler/Makefile.common | | | | | * commit 0572d7d12a20128de70407fb221481482bed7cd5 | | | Author: Per Östlund | | | Date: Mon Sep 3 09:44:09 2012 +0000 | | | | | | - Bug fix for flow/stream to non-flow/stream check. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 4b35393946ffefe5638bee95e9fcea4c798478a2 | | | Author: Jens Frenkel | | | Date: Sat Sep 1 20:32:46 2012 +0000 | | | | | | - replace der(dummy_state) -> der_dummy_state in shared only once | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Util/Util.mo | | | | | * commit 3fca9125ea926fe9a2217edb2c125bbd06632ffe | | | Author: Jens Frenkel | | | Date: Sat Sep 1 19:22:44 2012 +0000 | | | | | | - speed up index reduction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 9cc6990d26216902f85632f1a8a950985a06cf4b | | | Author: Martin Sjölund | | | Date: Fri Aug 31 14:29:57 2012 +0000 | | | | | | #1707 | | | - Handle splices with lhs expression dimensions that are not equal to the array dimensions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Lookup.mo | | | | | * commit 1b7051d6ebcb41bc0bcaeff2c7dc499547fbd79e | | | Author: Per Östlund | | | Date: Fri Aug 31 13:56:54 2012 +0000 | | | | | | - Added new package ConnectionSets to handle connection sets. | | | - Lots of connection handling improvements. | | | - Some updates of the omc translations. | | | - Added case for SCodeInst to CevalScript.runFrontEndWork which mimics the old | | | instantiation, to make it easier to compare the new and old instantiation. | | | - Probably lots of other things too... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect2.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | A Compiler/FrontEnd/ConnectionSets.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/List.mo | | | | | * commit 4536cb4c14e5fefbdd1884fb2f30f18e753cc0e8 | | | Author: Martin Sjölund | | | Date: Fri Aug 31 12:44:06 2012 +0000 | | | | | | - Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 1e7827f30a0b97dc37f70993df747318fa139813 | | | Author: Jens Frenkel | | | Date: Fri Aug 31 11:50:25 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 95c0350ab95bfe4d5c6af02f2d63624444ab0827 | | | Author: Jens Frenkel | | | Date: Fri Aug 31 11:44:57 2012 +0000 | | | | | | - change Inline.mo: - tailrecursive, generate less new objects | | | - call lateInline only once | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit e4804f6db14628b783cc9d019a8fa9d7ecec732f | | | Author: Martin Sjölund | | | Date: Fri Aug 31 11:34:12 2012 +0000 | | | | | | #1670 | | | - Updated help text | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | M Examples/ReleaseNotes.mos | | | M Makefile.common | | | | | * commit 1af69cfea268d9d514dbf254d58dbdd046aa105d | | | Author: Martin Sjölund | | | Date: Fri Aug 31 09:25:51 2012 +0000 | | | | | | - Fix compilation without omniorb | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/corbaimpl_stub.c | | | | | * commit b801e726a8de5e59eb981eb3b0a878c17501fa03 | | | Author: Martin Sjölund | | | Date: Fri Aug 31 06:51:56 2012 +0000 | | | | | | - ReleaseNotes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit a87c1a859f0b9ea04cf34509ad02718a12f578ac | | | Author: Adeel Asghar | | | Date: Fri Aug 31 02:28:58 2012 +0000 | | | | | | - Added step to install python interface. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-OMDev-MINGW.txt | | | | | * commit c49bebb48fd5a53f442cafb0d45754803740aeb8 | | | Author: Adeel Asghar | | | Date: Thu Aug 30 22:43:30 2012 +0000 | | | | | | - 1.9.0 Release notes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 913a6111633a01195fa50ca880fd2a6d8f5a6e76 | | | Author: Jens Frenkel | | | Date: Thu Aug 30 20:37:15 2012 +0000 | | | | | | - switch back to old wights for tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 63a6611dd8f4da8f36c397edd2b58d1b1005403f | | | Author: Jens Frenkel | | | Date: Thu Aug 30 20:04:16 2012 +0000 | | | | | | - bugfix sortStateCandidatesVars | | | - improve dynamicstate selection, traverse system only once to replace all der(dummy_states) calls | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 7c364872b20aee13e77b9f4f2867933c394547ce | | | Author: Jens Frenkel | | | Date: Thu Aug 30 18:33:00 2012 +0000 | | | | | | - add Exp.ASUB case to BackendDAEOptimize.derive | | | - minor changes in tearing var selection, check for unsolvable vars befor select tearing var | | | - ExpressionSimplify add case for DAE.MUL_ARRAY_SCALAR with Zero scalar value | | | - IndexReduction make state sorting heursitic easier, do not use the old one from dummyderivative | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 4e18667bf9cb5917062071b784ab4484a7cfe356 | | | Author: Martin Sjölund | | | Date: Thu Aug 30 09:49:24 2012 +0000 | | | | | | #1775 #1776 | | | - Added detection of usage of unbound local variables in match-expressions | | | - Set eol-style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Makefile.in | | | | | * commit 1c86b566c849cddc75dbbd6332336f5e77b8314b | | | Author: Martin Sjölund | | | Date: Thu Aug 30 09:01:59 2012 +0000 | | | | | | - Fixed svn:eol-style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | | | * commit 11a1b1f89905133b7b602df9864c055f05065b78 | | | Author: Martin Sjölund | | | Date: Thu Aug 30 07:27:38 2012 +0000 | | | | | | - Make version number pretty | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit f07fd34056e0bc0be12515fe0f7221576b289362 | | | Author: Adeel Asghar | | | Date: Thu Aug 30 00:09:00 2012 +0000 | | | | | | - added Beta to version. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | | | * commit 9ffb7423d180868a1d5154d3acefed808c9deaa3 | | | Author: Adeel Asghar | | | Date: Wed Aug 29 22:00:06 2012 +0000 | | | | | | - Changed the version numbers. | | | - deleted the old simforge url. | | | - updated the build/setup instructions. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M README-BUILD-RELEASE-NSIS.txt | | | M README-OMDev-MINGW.txt | | | | | * commit c3fceac8f5a9abb8524aaf62f01c69002cd6979c | | | Author: Adeel Asghar | | | Date: Wed Aug 29 21:16:05 2012 +0000 | | | | | | FMI Import | | | - option to define logging level. | | | - more better code generation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMI_rml.c | | | | | * commit c0f5b663c6938d290139bcd86680739aeeb828e0 | | | Author: Leonardo Laguna | | | Date: Wed Aug 29 14:51:07 2012 +0000 | | | | | | - Removed most of the unused imports warnings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/EvalFunction.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlattenExtends.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/UnitParserExt.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Util/Error.mo | | | | | * commit 7197c1ffc69b4652e625d3abacb788e4f72f8271 | | | Author: Martin Sjölund | | | Date: Wed Aug 29 14:18:25 2012 +0000 | | | | | | #1776 | | | - Check lhs patterns for new variables that are bound, enable checks for MetaModelica (match excluded) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit 4de9d27367c4a1cab5f27b20a6676a670c40b017 | | | Author: Martin Sjölund | | | Date: Wed Aug 29 13:01:43 2012 +0000 | | | | | | #1776 | | | - Added detection of unbound variables in functions for Modelica. MetaModelica expressions will be supported Real Soon Now™ | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Translation/README | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Util.mo | | | | | * commit 24a27f0a2c135fdecf604cb4077e4db78b315a29 | | | Author: Jens Frenkel | | | Date: Wed Aug 29 08:02:49 2012 +0000 | | | | | | - use strncmp instead of strcmp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit 741196c3ded4ce87f99d01614e77bb396b890595 | | | Author: Jens Frenkel | | | Date: Wed Aug 29 06:26:06 2012 +0000 | | | | | | - fix skip condition | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit 0b29dafb183f01a9b5697859f0b2ad835c07f807 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Aug 29 03:27:25 2012 +0000 | | | | | | + Don't compile OpenCLRuntime on Mac for now. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit d81a29c0696947966ad2cca6106678e0ae77aafc | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Aug 29 02:40:18 2012 +0000 | | | | | | - fix typo. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit 71ac12641ae96a0ce6daf91e5d5bc0ea0f79d69d | | | Author: Adeel Asghar | | | Date: Tue Aug 28 22:21:11 2012 +0000 | | | | | | - fix coding style. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit e67d806d5045aefea56888c8e108bc16f2312ac9 | | | Author: Jens Frenkel | | | Date: Tue Aug 28 21:35:02 2012 +0000 | | | | | | - fix bugs for runtime cpp | | | - skip warning from initialisation about self generated variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | M SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h | | | M SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt | | | A SimulationRuntime/cpp/Source/Math/Implementation/Utility.h | | | | | * commit be5aa99c886da4a83dfe40e57553b4cf957e5516 | | | Author: Adeel Asghar | | | Date: Tue Aug 28 20:12:15 2012 +0000 | | | | | | - Only copy the required binaries. | | | - Updated the NSIS setup readme. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README-BUILD-RELEASE-NSIS.txt | | | | | * commit 2f9c749e721ab8b8ced59e41004dc15453bbc974 | | | Author: Jens Frenkel | | | Date: Tue Aug 28 16:04:01 2012 +0000 | | | | | | - fix bugs for simCodeTarget Cpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h | | | | | * commit 3bf0dfc67aa0c27338a433e57c52e5bbc7750224 | | | Author: Per Östlund | | | Date: Tue Aug 28 09:43:14 2012 +0000 | | | | | | - Removed space after first parenthesis when dumping asserts in DAEDump, to ease | | | the transition to a template based dumper. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 33a770de64ecb97090ac7db898d6f2171acbe623 | | | Author: Martin Sjölund | | | Date: Tue Aug 28 07:52:28 2012 +0000 | | | | | | - Improves r12695 by using an assoc list from grammar flag id instead of boolean (legacy code from when grammar was boolean metamodelica on/off) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | | | * commit 505e3eba15979d3f0a900fa3438920cc94175287 | | | Author: Martin Sjölund | | | Date: Tue Aug 28 07:05:13 2012 +0000 | | | | | | - CPPFLAGS are PREPROCESSOR flags, not CFLAGS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | | | * commit 99066b7558b6a4afc4b3031aa38db86cdbb1c83b | | | Author: Martin Sjölund | | | Date: Tue Aug 28 06:50:07 2012 +0000 | | | | | | #1789 | | | - Fix table initialization. Seems to be a scope typo (indentation correct, curlies not). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | | | * commit 38186adb54dbb4a5468a9346ab1d43a8c3d847cd | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Aug 28 04:10:36 2012 +0000 | | | | | | + Finally found why setCommandLineOptions() doesn't work for a new grammar, pheew | | | + 1 more API for getting the default device. | | | + compile with -fPIC -O3 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | | | * commit 8e6b4b4cc7aca1b57a9ffddc8e186a3cc643727f | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Aug 28 02:09:47 2012 +0000 | | | | | | + Don't compile OpenCLRuntime on Mac for now. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 80118b5d76e7290a222877565c7955593c6d206d | | | Author: Jens Frenkel | | | Date: Mon Aug 27 22:12:36 2012 +0000 | | | | | | - implement read csv for SimulationResults | | | - add test for msl31/mechanics runtime cpp (not yet activated) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Makefile.common | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | M SimulationRuntime/c/simulation/results/read_csv.h | | | | | * commit afbc5f6028b9b4d6dd69b5379c88162523da80cf | | | Author: Peter Aronsson | | | Date: Mon Aug 27 14:26:53 2012 +0000 | | | | | | -Changed implementation of unused (by OpenModelica) function expIsPositive to be based on expIsPositiveOrZero. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit cb626fb62d3b9e7394b81d78a845e27d50d4bcd0 | | | Author: Leonardo Laguna | | | Date: Mon Aug 27 14:16:08 2012 +0000 | | | | | | - trivial modification to fix wsm compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/Util/Graph.mo | | | | | * commit 5316903d5ae4f4dcefe1b629cabbe084e5864c24 | | | Author: Martin Sjölund | | | Date: Mon Aug 27 13:40:23 2012 +0000 | | | | | | - Compile without omoptim | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit e5313866468721b66d68fa2d39f0846c5253d822 | | | Author: Martin Sjölund | | | Date: Mon Aug 27 10:20:05 2012 +0000 | | | | | | #1786 | | | - Do not go into an infinite loop if using {} pattern on something that is not a list | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Patternm.mo | | | | | * commit a00b45b4570c6aeab90d2171ee09a984349757bb | | | Author: Martin Sjölund | | | Date: Mon Aug 27 09:46:13 2012 +0000 | | | | | | - Remove r12679 / #1787 work-around | | | - Do not add an = 0.0 binding by default to every paramater that lacks a binding | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 07c2bffed7ea40bc41dedffcc4f652a0d1aa7552 | | | Author: Martin Sjölund | | | Date: Mon Aug 27 07:37:21 2012 +0000 | | | | | | - cp -u is not a valid cp option | | | - g++ is not a real C compiler | | | - C does not support overloaded functions | | | - g++ is not the system-configured C++ compiler | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common | | | R073 SimulationRuntime/ParModelica/OpenCLRuntime/Makefile SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | R100 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.cpp | | | R100 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.cpp | | | R100 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.cpp | | | R100 SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp | | | M configure.in | | | | | * commit 3052323d006af7ff7eacc1bca400b40b8b95aa9c | | | Author: Martin Sjölund | | | Date: Mon Aug 27 07:16:32 2012 +0000 | | | | | | - Also link with termcap | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 35938d9e39466428abd8ce4a84f25e22d5c08027 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Aug 27 02:05:11 2012 +0000 | | | | | | + Added a flag and API to specify default OpenCL device. | | | + Free dangling array after returning from a function. (y) | | | + Show device selection only if default device is not set. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h | | | | | * commit 801a9332bf9281ef967ac67a2c39b6b5eb3c43c2 | | | Author: Jens Frenkel | | | Date: Sun Aug 26 13:14:50 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 5589f2a28e6b98803734e8bf48a1e9ce0739dc45 | | | Author: Jens Frenkel | | | Date: Sat Aug 25 22:54:04 2012 +0000 | | | | | | - fix tests | | | - take care for liniear torn system that tearing vars not part of relations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 69ec413da587ff571aa70df503718c13fa1ca615 | | | Author: Jens Frenkel | | | Date: Sat Aug 25 21:51:10 2012 +0000 | | | | | | - add case for simplifyIfExp as workaround for real and integer types, see Ticket #1787 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 6c41f5231bc7d3e4941b268087d3114e0073ff87 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Aug 25 21:35:24 2012 +0000 | | | | | | + Combined the makefiles | | | + fix for 64 bit | | | + detect vendors and enable extensions properly. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common | | | M SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl | | | | | * commit a85bb41485839c67d9dfef8ba3768c53c8a26a5d | | | Author: Jens Frenkel | | | Date: Sat Aug 25 21:13:30 2012 +0000 | | | | | | - remove some never matched cases from simplifyBinaryConst, fix bug for GREATEREQ, move true=positiveZero(e1)=negativeZero(e2) to simplifyBinary | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 83ea71a776a1b8437b442d297af88ff637129d83 | | | Author: Jens Frenkel | | | Date: Sat Aug 25 19:01:35 2012 +0000 | | | | | | - inline array=array before state selection | | | - move Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 6f8939d786eed793d13afbc2668f5e59a8b6085b | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Aug 25 17:48:43 2012 +0000 | | | | | | - fix again | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile | | | | | * commit 5517fbbb65d3fd7212cbdc7ee52326283d32a601 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Aug 25 17:43:08 2012 +0000 | | | | | | + fix build dir path | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile | | | | | * commit cca561eca2aeb21f5cb7aef62befaba7cb115b31 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sat Aug 25 17:27:57 2012 +0000 | | | | | | + Added ParModelica to the makefiles. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile | | | D SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | | | * commit 4d7a339b4d60eeba2670729d2d7b08044546a6f7 | | | Author: Jens Frenkel | | | Date: Sat Aug 25 11:28:16 2012 +0000 | | | | | | - move Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos, Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos, Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos and Modelica.Mechanics.Translational.Examples.PreLoad.mos to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 5e26bd518dc06c69e636baca3d5b785f737ab60f | | | Author: Martin Sjölund | | | Date: Fri Aug 24 15:48:56 2012 +0000 | | | | | | - Fix for bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 8f300e167c1806999f9251d4d8c0db92faeb6bff | | | Author: Per Östlund | | | Date: Fri Aug 24 14:07:32 2012 +0000 | | | | | | Fix for bug #1774: | | | - Better sorting of elements in Inst.instElementList by considering qualified crefs. | | | - Added testcase Modelica.StateGraph.Examples.ControlledTanks. | | | - Enabled the forgotten Modelica.Blocks.Continuous testcase. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | | | * commit bb341c98f7a2f25d97cc9cb6c28a0e00bc55c477 | | | Author: Martin Sjölund | | | Date: Fri Aug 24 13:58:09 2012 +0000 | | | | | | Fixed #1749 | | | - Do not print an error that rhs should be a function if it actually is a function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Error.mo | | | | | * commit 4f9b56c10930cda4e09cc1806744f2f85286a0fd | | | Author: Martin Sjölund | | | Date: Fri Aug 24 11:50:00 2012 +0000 | | | | | | #1772 | | | - Do not evaluate a function that returns MM arrays | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit f6228ca5de92c5e581081eb744e15c325adae387 | | | Author: Martin Sjölund | | | Date: Fri Aug 24 11:08:37 2012 +0000 | | | | | | - Fix for moved static readline location | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit ae0290fbe6de0af1b6590dafae21200c0ba0bdf7 | | | Author: Martin Sjölund | | | Date: Fri Aug 24 10:38:10 2012 +0000 | | | | | | - Give correct revision for nightly builds | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 3aba1628b34755d7a717666c5159f3a0ff2f0349 | | | Author: Martin Sjölund | | | Date: Fri Aug 24 09:11:09 2012 +0000 | | | | | | - Improved isPositiveOrZero | | | - Used isPositiveOrZero for sqrt() calls in codegen to avoid adding assertions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 35fe4983bb185534acd0914a040edbd8530422cd | | | Author: Jens Frenkel | | | Date: Fri Aug 24 07:17:24 2012 +0000 | | | | | | - use noEvent for y = semiLinear(x,sa,s1) -> s1 = if noEvent(x>=0) then sa else sb | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c066aee2b8a874d7b4a5aae292a8e4aa65348b5c | | | Author: Jens Frenkel | | | Date: Fri Aug 24 01:08:32 2012 +0000 | | | | | | - add support for semiLinear optimization, see MSL Spec 3.7.2.5 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d37731547c364dee0d5ce84c01958c09114397a6 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Aug 23 18:57:11 2012 +0000 | | | | | | + added a new scope for parfor to handle it differently from normal for loop scope. | | | + fix for non-built-in parallel function attributes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 32bd99350810c50a3fa2fdeb9ea2627f185c30cc | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Aug 23 17:39:56 2012 +0000 | | | | | | + check calls to functions depending on function type and scope type, parallel functions can be built-in too. | | | + changed some of the parmodelica built-in functions to parallel built-in functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/Static.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo | | | | | * commit e80f44414466fc36e0489f015449deac6b8c1c54 | | | Author: Jens Frenkel | | | Date: Thu Aug 23 13:57:16 2012 +0000 | | | | | | - add BackendDAEOptimize.optimizeInitialSystem | | | - move linearize/test_01 back to failing tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 6517df6766c2eb5891054550b3fccb017971e9bd | | | Author: Jens Frenkel | | | Date: Thu Aug 23 12:16:19 2012 +0000 | | | | | | - test only if all variables the algorithm should be solved for part of the outputs of the algorithm | | | - move linearize/test_01 back to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 16612f8b619a15ddcb961ad67c447f46eed9df29 | | | Author: Jens Frenkel | | | Date: Thu Aug 23 09:32:54 2012 +0000 | | | | | | - fix tests dummyDerMatching | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit f1ef89d38d4984e1033bfe24d38cfff28126dc3b | | | Author: Martin Sjölund | | | Date: Thu Aug 23 09:19:34 2012 +0000 | | | | | | - Added make target thumbsdb-error | | | - Removed some Thumbs.db files | | | - Added svn-eol-style on some text-based files in the standard libraries | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit f264deee7cc63d06162a054cddfedab3e1a88324 | | | Author: Martin Sjölund | | | Date: Thu Aug 23 08:58:13 2012 +0000 | | | | | | - Updated MSL 3.1 to latest maint branch | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 52cadd28f4b10bf7e4e909084b87ee45a5c4fd99 | | | Author: Jens Frenkel | | | Date: Thu Aug 23 08:19:53 2012 +0000 | | | | | | - improve dynamic state selection, still problems with initialisation | | | - move PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos and PlanarMechanicsForTesting.Examples.KinematicLoop.mos to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit c9da59b83a362cb8fa85c49f9dfd2f7cc9cdffd0 | | | Author: Adeel Asghar | | | Date: Wed Aug 22 20:37:28 2012 +0000 | | | | | | - fix tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo | | | | | * commit 680facceb3f7f0ec5ff8c2c9f39ca0967dc5fc2f | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Aug 22 19:17:11 2012 +0000 | | | | | | + Added built-in ParModelica functions. | | | + fix parallelism propagation. | | | + temporary fix on simulation settings for ParModelica case. | | | + initialize OpenCL env only when needed. | | | + sum fixes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile | | | M SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl | | | A SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h | | | | | * commit f6b3e26447c20855d5540b81eb84a73b5b62fca1 | | | Author: Adeel Asghar | | | Date: Wed Aug 22 16:52:51 2012 +0000 | | | | | | - removed tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit bc3a0c34589ceb351b5bf2f49596e5f8e890bfd7 | | | Author: Adeel Asghar | | | Date: Wed Aug 22 16:34:12 2012 +0000 | | | | | | - Moved the FMI import code generation to susan. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | D Compiler/runtime/FMIModelica.in | | | M Compiler/runtime/FMI_rml.c | | | M Compiler/runtime/Makefile.common | | | | | * commit f1a92b2e5b9eff66955ffe9ad0fcaa68583bd58c | | | Author: Adeel Asghar | | | Date: Tue Aug 21 22:02:09 2012 +0000 | | | | | | - OMOptim paths were changed. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M OMTools/OMTools.pro | | | | | * commit 3c4d95ba8f3aea99f4a4448659f2b033affd3c29 | | | Author: Jens Frenkel | | | Date: Tue Aug 21 18:07:19 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 15f3ef7e0e46181ddcebf8b3ab3060fc1a880637 | | | Author: Jens Frenkel | | | Date: Tue Aug 21 16:00:23 2012 +0000 | | | | | | - fix derivativ of min/max, ToDo implement derivative of min/max for more than two arguments | | | - bugfix dynamic state selection, state changes during runtime works now well | | | - improve calculation of jacobian | | | - improve analysation of jacobian | | | - move BackendDAEUtil.jacobianTypeStr to BackendDump | | | - improve calculation of liniear system rhs | | | - move Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos and Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit d64f9753420f0a6ac27dc0fcb2717ce65f2efbd7 | | | Author: Adeel Asghar | | | Date: Tue Aug 21 11:48:18 2012 +0000 | | | | | | There is no default log level for jm callbacks. Set it to jm_log_level_debug while initiaizing. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 1c7cc9f42b05dd4c6ea2ecfcbf07b090699b270e | | | Author: Adeel Asghar | | | Date: Tue Aug 21 03:09:46 2012 +0000 | | | | | | - uncommented code generation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit bf2136b12e11ec33b273195fdb496db8cc03f2f4 | | | Author: Adeel Asghar | | | Date: Tue Aug 21 03:05:31 2012 +0000 | | | | | | - Free the memory in case we return early because of some error. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 5ac8d268e6f294991686ece529cca46aeabd3796 | | | Author: Adeel Asghar | | | Date: Tue Aug 21 01:17:03 2012 +0000 | | | | | | - Generate model variables code by reading the modelVariables section from modelDescription.xml. | | | - Fixed the external objects code. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | | | * commit 32762000bc833bc9562bb5fe2da819218889c815 | | | Author: Jens Frenkel | | | Date: Mon Aug 20 23:39:49 2012 +0000 | | | | | | - bugfix for dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit fc9058045f5d65a7e66a77b42dca1a16a8b68a7f | | | Author: Jens Frenkel | | | Date: Mon Aug 20 19:11:54 2012 +0000 | | | | | | - change SINGLEARRAY,SINGLEALGORITHM,SINGLECOMPLEXEQUATION to have only one equation index instead of a list | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit d0e8c5fe77a57a14b5d039b668c8ebc98a42581d | | | Author: Jens Frenkel | | | Date: Mon Aug 20 14:39:56 2012 +0000 | | | | | | - remove Hash mapings from alias Variables, because they not needed anymore ->(AliasVariables now Variables) | | | - small fixes for dynamic state selection | | | - move Pendulum.mos and DummyDerMatching.mos back to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit c7aaa603fcbbc13a9f602f368c0580db3cca7bcf | | | Author: Martin Sjölund | | | Date: Mon Aug 20 12:39:56 2012 +0000 | | | | | | - Fixed order of elements loaded by loadFile() | | | - Added API setDocumentationAnnotation() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/GenerateOMCHeader.mos | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | A Examples/ReleaseNotes.mos | | | A Examples/ReleaseNotes.rb | | | A Examples/ReleaseNotes.yaml | | | | | * commit 4f21054440520573b97b00495edc04987127a1da | | | Author: Jens Frenkel | | | Date: Mon Aug 20 06:52:31 2012 +0000 | | | | | | - rename SimulationRuntime/c/inline to omc_inline to avoid confilct with Inline.h from Compiler/Inline.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | R100 SimulationRuntime/c/inline.h SimulationRuntime/c/omc_inline.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/util/modelica.h | | | | | * commit 3ef441a4973df4a7011b769d0605e80ef7d30789 | | | Author: Jens Frenkel | | | Date: Mon Aug 20 06:28:37 2012 +0000 | | | | | | - int writeOutputVars -> void writeOutputVars | | | - use %li for modelica_integer in printf | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 2e0975568397ace1af3d00e76d27e2ad25404640 | | | Author: Jens Frenkel | | | Date: Sun Aug 19 20:03:39 2012 +0000 | | | | | | - report warning if reference time array is to small | | | - move Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit d3073606079541122d6f820a8bd80fc88492c5c7 | | | Author: Jens Frenkel | | | Date: Sat Aug 18 22:42:41 2012 +0000 | | | | | | - remove Boolean output from past optimisation modules (modules have to change matching of equation system if rerun of matching algorithm is necessary) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit 6e4bd244338123b0ecca554f5b1dca48cbcf2ff7 | | | Author: Jens Frenkel | | | Date: Sat Aug 18 21:24:33 2012 +0000 | | | | | | - bugfix BackendVarTransform.replaceEquations | | | - move Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 01359fbabfa4aa61c3570b77156ee12b49b711ba | | | Author: Jens Frenkel | | | Date: Sat Aug 18 19:42:47 2012 +0000 | | | | | | - geep information if replacements is performed in equation array | | | - use matching of equationsystem to decide for new matching | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit b16c7035223a16c34d3c80be417e875b38b9fe83 | | | Author: Martin Sjölund | | | Date: Sat Aug 18 18:18:12 2012 +0000 | | | | | | - Don't copy so many includes. Only a few are needed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 75bbe2cafbe7ff78ab1635b00b5ee52709b885b3 | | | Author: Martin Sjölund | | | Date: Sat Aug 18 16:33:06 2012 +0000 | | | | | | - Copy headers for fmu tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit c1b64e209c2f85b3cbea4a141af73c10d3b0bfad | | | Author: Martin Sjölund | | | Date: Sat Aug 18 16:00:05 2012 +0000 | | | | | | - Compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Makefile.common | | | | | * commit 5bfb92c3607569847ff3767ccc6972fc0756af20 | | | Author: Martin Sjölund | | | Date: Sat Aug 18 14:18:59 2012 +0000 | | | | | | - Only copy essential headers to the installation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit b109731bac8cd9a6918ff43bb61f4f9f1173452d | | | Author: Martin Sjölund | | | Date: Sat Aug 18 14:03:27 2012 +0000 | | | | | | - Copy also the directories | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 08cf155c1620b410f6c26615f141b5acb9881483 | | | Author: Martin Sjölund | | | Date: Sat Aug 18 08:08:40 2012 +0000 | | | | | | - addClassAnnotation has been moved to the typed API | | | - Added OpenModelica.$Code.Expression | | | - Added support for named arguments that have Code type | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit da0b8860cae3b02f45f1c98639d6fc22cb1ef3f3 | | | Author: Martin Sjölund | | | Date: Sat Aug 18 06:37:15 2012 +0000 | | | | | | - Detect people who cannot spell Linköping correctly | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/GraphML.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Makefile.in | | | M SimulationRuntime/c/simulation/results/simulation_result.h | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.h | | | M SimulationRuntime/c/simulation/simulation_runtime.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/delay.c | | | M SimulationRuntime/c/simulation_data.h | | | M SimulationRuntime/c/util/modelinfo.c | | | M SimulationRuntime/c/util/modelinfo.h | | | | | * commit ab3bbe0c4acb194bfc9dea37dfe32dbe266a8f23 | | | Author: Martin Sjölund | | | Date: Sat Aug 18 06:10:15 2012 +0000 | | | | | | - Fix testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 9c81b9dd099aad3487804205ff9137ad03a71484 | | | Author: Martin Sjölund | | | Date: Sat Aug 18 05:39:22 2012 +0000 | | | | | | - Disallow local variables shadowing in/out | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/Util/Error.mo | | | | | * commit ba976eb041fa4c833b27525f9558962c6bccdbb0 | | | Author: Jens Frenkel | | | Date: Sat Aug 18 00:51:43 2012 +0000 | | | | | | - bugfix alias of alias is constant | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 81ae7025714c5a1c388b97f3bce5ef08189b017d | | | Author: Jens Frenkel | | | Date: Fri Aug 17 23:29:24 2012 +0000 | | | | | | - fix bootsrapping | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 871a1a08440effd9cc38c8e49c764bda9514c256 | | | Author: Jens Frenkel | | | Date: Fri Aug 17 23:12:31 2012 +0000 | | | | | | - remove local variables with same name as inputs | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCodeGraph.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit 2f089f664a5ddb8b45e9ef56ecbe03ce9221f48c | | | Author: Adeel Asghar | | | Date: Fri Aug 17 21:53:08 2012 +0000 | | | | | | - Minor fixes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 099185e1648f35f89deff7eb447f845a7140027c | | | Author: Adeel Asghar | | | Date: Fri Aug 17 20:15:32 2012 +0000 | | | | | | - Fix build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 3b78a556ff549b22230cbd08fb450118c89cd6e1 | | | Author: Jens Frenkel | | | Date: Fri Aug 17 19:59:39 2012 +0000 | | | | | | - do replacements also in known aliases | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 7f96e622ea06cb1a8619e76fac092cc64009fab8 | | | Author: Adeel Asghar | | | Date: Fri Aug 17 19:45:15 2012 +0000 | | | | | | - Free the memory properly. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIImpl.c | | | | | * commit 49d1633398861fad993db9cbbb83352f6de7b3a2 | | | Author: Martin Sjölund | | | Date: Fri Aug 17 19:07:25 2012 +0000 | | | | | | - Do not link RML files in OMC runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | M Compiler/runtime/FMIWrapper.c | | | M Compiler/runtime/Makefile.common | | | | | * commit 96215c371bebe22acd08263cc0e9288f155f1b66 | | | Author: Jens Frenkel | | | Date: Fri Aug 17 17:46:10 2012 +0000 | | | | | | - change handling of alias vars in remove simple equations -> good speedup | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit ae4a87ebddbdffe83b91abc7a14fc5d9670f222b | | | Author: Adeel Asghar | | | Date: Fri Aug 17 17:45:48 2012 +0000 | | | | | | - Generate some test code for FMI model exchange. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/FMI.mo | | | M Compiler/runtime/FMIImpl.c | | | A Compiler/runtime/FMIModelica.in | | | M Compiler/runtime/FMIWrapper.c | | | M Compiler/runtime/FMI_rml.c | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/systemimpl.h | | | | | * commit de0b7047b1d0eedf84ba1c920a6a0780692f36a1 | | | Author: Martin Sjölund | | | Date: Fri Aug 17 15:55:37 2012 +0000 | | | | | | - Avoid creating the DAE.RELATION x >= 0.0 to generate code for sqrt. Now we simply generate the expression and check if it's >= 0.0, else use it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 9226133d59f898da0375c61bb9719f20be0d0a18 | | | Author: Martin Sjölund | | | Date: Fri Aug 17 13:02:00 2012 +0000 | | | | | | - Do not evaluate lhs of tuple-assignments (fixes testcase) | | | - Make generation of sqrt(abs(x)) smarter - do not generate code for events and stuff if it is known to be a positive argument | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Template/CodegenC.tpl | | | M configure.in | | | | | * commit 94e408cdbdc4221e7c3e97c0c8f1785bbd506e9f | | | Author: Adeel Asghar | | | Date: Fri Aug 17 12:37:36 2012 +0000 | | | | | | - Don't generate extra libs. Just use the Compiler/runtime. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/Util/FMI.mo | | | M Compiler/omc_debug/Makefile.in | | | M Compiler/omc_profiler/Makefile.in | | | D Compiler/runtime/FMI/Makefile.common | | | D Compiler/runtime/FMI/Makefile.in | | | D Compiler/runtime/FMI/fmuModelica.in | | | R100 Compiler/runtime/FMI/FMIImpl.c Compiler/runtime/FMIImpl.c | | | R094 Compiler/runtime/FMI/FMIWrapper.c Compiler/runtime/FMIWrapper.c | | | R100 Compiler/runtime/FMI/FMI_rml.c Compiler/runtime/FMI_rml.c | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | M Makefile.in | | | M configure.in | | | | | * commit 6e6bffc38f3d061a1afc93cc71ac2a8e12f905bb | | | Author: Adeel Asghar | | | Date: Fri Aug 17 12:00:59 2012 +0000 | | | | | | - Generate makefiles. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit c9e0300d10543dee822266af518f7f3a4597cfc7 | | | Author: Martin Sjölund | | | Date: Fri Aug 17 11:53:35 2012 +0000 | | | | | | - Safer make commands (cd nonexisting; make) causes infinite loop | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1c54ea2dd0fcbcc984b8f29700219e7e5dfa0bd3 | | | Author: Adeel Asghar | | | Date: Fri Aug 17 11:51:25 2012 +0000 | | | | | | - Add fmiwrapper files. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/runtime/FMI/FMIImpl.c | | | A Compiler/runtime/FMI/FMIWrapper.c | | | A Compiler/runtime/FMI/FMI_rml.c | | | A Compiler/runtime/FMI/Makefile.common | | | A Compiler/runtime/FMI/Makefile.in | | | A Compiler/runtime/FMI/fmuModelica.in | | | | | * commit 2936776a18c557a92e1c43bcb858e4231a03b2bc | | | Author: Adeel Asghar | | | Date: Fri Aug 17 11:45:17 2012 +0000 | | | | | | - Compile FMI stuff separately. | | | - Create fmiwrapper lib. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/Util/FMI.mo | | | D Compiler/runtime/FMI_rml.c | | | D Compiler/runtime/FMIimpl.c | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Makefile.common | | | M Makefile.in | | | | | * commit f0d0cdcb44e75e75d6922d79d7278e45bc017130 | | | Author: Jens Frenkel | | | Date: Fri Aug 17 11:25:08 2012 +0000 | | | | | | - take care for state selection to select derivatives of dummy_states as dummy_states | | | - move Modelica.Mechanics.Translational.Examples.InitialConditions.mos to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12562 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit ac03fd5cb15d613360560e822815af5bcc8e2307 | | | Author: Pavol Privitzer | | | Date: Fri Aug 17 11:19:43 2012 +0000 | | | | | | The Second part of the potentially buggy places in .tpl files due to the (confusing) semantics of iteration expressions and the "empty" option | | | - made explicit "empty" option on all the suspicious places (those that are not obvious to produce an output for every iteration) | | | - CodegenC.tpl and CodegenCPP.tpl covered so far | | | - some small code styling in CodegenCPP.tpl | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/susan_codegen/SusanGrammar.txt | | | M Compiler/susan_codegen/doc/Empty_fix_suspicious_template_parts.txt | | | | | * commit 177f01b4dcf518b443506369a2fc83ccc2d6de36 | | | Author: Martin Sjölund | | | Date: Fri Aug 17 08:08:57 2012 +0000 | | | | | | - Changed FMIL to build in separate directory again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 55579851484ed3c2a3f6b71b8c59e705a74bd1b6 | | | Author: Martin Sjölund | | | Date: Fri Aug 17 07:47:03 2012 +0000 | | | | | | - Give as many strings as there are %s directives in the error-string | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 49600db99959c5f3d0a4d0de9dad7b194a261cba | | | Author: Jens Frenkel | | | Date: Fri Aug 17 00:30:06 2012 +0000 | | | | | | - bugfix mixed equation systems | | | - move | | | Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos | | | Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos | | | Modelica.Electrical.Machines.Examples.DCSE_Start.mos | | | Modelica.Electrical.Analog.Examples.HeatingResistor.mos | | | Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos | | | to working tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/SimCode.mo | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 259a8bda8c5a1652b6fa58ab1a119ac521925ca9 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Aug 16 17:20:50 2012 +0000 | | | | | | + revert memory pool to 4 mb. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit 4dc9ef702f296d78a9263118bd469dad6057caca | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Aug 16 17:19:04 2012 +0000 | | | | | | + Generate ParModelica code for function (non-simulation) case too. | | | plus some fixes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile | | | A SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c | | | M SimulationRuntime/c/util/memory_pool.c | | | | | * commit d3c469b7057321e2c41be2f4725bb6a301ccf239 | | | Author: Jens Frenkel | | | Date: Thu Aug 16 15:33:00 2012 +0000 | | | | | | - take care tearing var is not used in relation for mixed systems | | | - move Modelica.Mechanics.Translational.Examples.Friction.mos back to tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit f1ab752fde640bdee9bf914c9b18a996e2dbddb8 | | | Author: Martin Sjölund | | | Date: Thu Aug 16 12:16:14 2012 +0000 | | | | | | - Flatten and generate correct code for: algorithm (,x) := f(time); | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 3b1aa9fa5fa96d3b0cd17522277190cb7b740eeb | | | Author: Pavol Privitzer | | | Date: Thu Aug 16 10:49:07 2012 +0000 | | | | | | First part of the potentially buggy places in .tpl files due to the (confusing) semantics of iteration expressions and the "empty" option | | | - only for CodegenC.tpl yet | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/susan_codegen/doc/Empty_fix_suspicious_template_parts.txt | | | | | * commit 63461b2cbfd9121d38e85fa6657e9ffbd867db1b | | | Author: Martin Sjölund | | | Date: Thu Aug 16 10:32:04 2012 +0000 | | | | | | - Generate readable generated code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit ec63c6afbd75e6396de44b08511cab0898f62217 | | | Author: Martin Sjölund | | | Date: Thu Aug 16 09:55:51 2012 +0000 | | | | | | - Fix warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/matrix.h | | | | | * commit 25ab8c107e557541d01856b69e4aef63c21f1893 | | | Author: Jens Frenkel | | | Date: Thu Aug 16 01:49:36 2012 +0000 | | | | | | - improve tearing var selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit f81bd5aac400bdb4d9a348815643856b861de8fe | | | Author: Jens Frenkel | | | Date: Thu Aug 16 00:25:50 2012 +0000 | | | | | | - handle pre,change,edge in adjacencyRowEnhanced1 better | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit b862e14d673d50c9f648f34a25dccbed01a7f8b3 | | | Author: Jens Frenkel | | | Date: Wed Aug 15 23:37:57 2012 +0000 | | | | | | - BackendVarTransform: use inFuncTypeExpExpToBooleanOption everywhwere | | | - BackendDAEUtil: bugfix adjacencyRowExpEnhanced1 | | | - SimCode: move skipPreOperator to BackendVarTransform | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 00682cf1c9e54b9ab551c7b26e8ed379ebc3974a | | | Author: Jens Frenkel | | | Date: Wed Aug 15 21:54:09 2012 +0000 | | | | | | - fix tab | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c50a564f8d72d1668a360264142f7991d3cfc621 | | | Author: Jens Frenkel | | | Date: Wed Aug 15 21:32:16 2012 +0000 | | | | | | - bugfix tearing for mixed equation systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 9d4b8217380e5bf9ce91c95027442df9cc90395e | | | Author: Jens Frenkel | | | Date: Wed Aug 15 19:03:04 2012 +0000 | | | | | | - bugfix SomCode.solveTrivialArrayEquation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit e757b127f60df0789119a18c49bae96a995928f4 | | | Author: Jens Frenkel | | | Date: Wed Aug 15 18:13:48 2012 +0000 | | | | | | - Tearing: handle array equations in nonlinear case | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 989a7ca4191170112905de92f3a2d40a8583c8ba | | | Author: Martin Sjölund | | | Date: Wed Aug 15 14:51:24 2012 +0000 | | | | | | - Removed some unused variables | | | - Set LF line endings | | | - Updated refactoring script to contain more profanity (fuck yeah!) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 57cd95b3c8fbeb6156f9b3d9cef0a4b45823f1b5 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Aug 15 14:18:16 2012 +0000 | | | | | | + Back-end and code generation support for parfor loop. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c | | | | | * commit 24e1cfdbaa7e703721119f5fe7373811a9f14214 | | | Author: Martin Sjölund | | | Date: Wed Aug 15 13:02:02 2012 +0000 | | | | | | - Fix syntax error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 748da59d1a238ae01635ea322510d72b9aa4ae0c | | | Author: Martin Sjölund | | | Date: Wed Aug 15 12:54:12 2012 +0000 | | | | | | - Refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit aaad0c74922893ec02201c4c8e9d6573f1deac68 | | | Author: Martin Sjölund | | | Date: Wed Aug 15 12:40:48 2012 +0000 | | | | | | - Fix typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.unix.h.in | | | | | * commit 1852e5d2099aaeff35df2b3886eba0e862471bd6 | | | Author: Martin Sjölund | | | Date: Wed Aug 15 12:26:13 2012 +0000 | | | | | | - Ran automatic refactoring | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeFlattenExtends.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/TypeCheck.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Template/Tpl.mo | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/BaseHashSet.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/PriorityQueue.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit e312b0c0573544abd5fb5b0b30bebfdf54726bde | | | Author: Martin Sjölund | | | Date: Wed Aug 15 11:43:11 2012 +0000 | | | | | | - Add LDFLAGS to the ones the simulations use | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.unix.h.in | | | | | * commit c8aa34051e23d1b75187762707fedc50491fa1a4 | | | Author: Martin Sjölund | | | Date: Wed Aug 15 10:47:05 2012 +0000 | | | | | | - Print errors in flags instead of fail execution | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit 2d23f00c745aa0a43214f4b668dd2a262597502a | | | Author: Martin Sjölund | | | Date: Wed Aug 15 10:15:03 2012 +0000 | | | | | | - Added test for case guard-conditions | | | - Fixed a bug where tail-recursion rec(i-1,i) would cause rec(i-1,i-1) to be used instead | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit 0bab035849b69d6cd32f186ce71123c26f414451 | | | Author: Martin Sjölund | | | Date: Wed Aug 15 07:47:02 2012 +0000 | | | | | | - Added CPPFLAGS to makefiles | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.in | | | M Parser/Makefile.common | | | M Parser/Makefile.in | | | | | * commit 3e1027535630f405f63f73a0d0f4f08f5d1a7aab | | | Author: Jens Frenkel | | | Date: Tue Aug 14 20:51:51 2012 +0000 | | | | | | - check for unsolvable before select tearing vars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M SimulationRuntime/c/math-support/matrix.h | | | | | * commit 18a0934738250d79659d000798cc5b43412f9862 | | | Author: Jens Frenkel | | | Date: Tue Aug 14 20:05:14 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit c310bb92b8aae5471461939140da95acc71a640e | | | Author: Martin Sjölund | | | Date: Tue Aug 14 15:20:13 2012 +0000 | | | | | | - Added support for guarded case-patterns | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Template/Unparsing.tpl | | | M Compiler/Util/Error.mo | | | M Makefile.common | | | M Parser/Modelica.g | | | | | * commit c4826a3a819481aa477f482396c8abe078b8a3e1 | | | Author: Per Östlund | | | Date: Tue Aug 14 14:37:22 2012 +0000 | | | | | | Fix for bug #1773: | | | - Make sure that we fail properly when we get a type mismatch on a binding, | | | instead of returning UNBOUND. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit e487ab7937ae49f5fd0fa11f2300d472be951d14 | | | Author: Martin Sjölund | | | Date: Tue Aug 14 12:52:57 2012 +0000 | | | | | | - Tail-recursion optimization on if-statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 2a67dda360debe4f467b7e30aa89c449d7ec576d | | | Author: Martin Sjölund | | | Date: Tue Aug 14 10:54:35 2012 +0000 | | | | | | - Make Debian cmake handle fmil | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit afba3480f50cccaf8de4ee8c8de025ae545d4193 | | | Author: Martin Sjölund | | | Date: Tue Aug 14 10:05:30 2012 +0000 | | | | | | - Don't print so much in colour; it makes us dizzy. Stupid cmake destroying things. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 4f2a1269340054e5b147a017b88ceaadebf99872 | | | Author: Martin Sjölund | | | Date: Tue Aug 14 09:51:40 2012 +0000 | | | | | | - Translation update | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | | | * commit 3f93801ca672697b8f08157508cc5b7124564de0 | | | Author: Martin Sjölund | | | Date: Tue Aug 14 09:36:29 2012 +0000 | | | | | | - Look for gettext headers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit f57b222a8783d289268bc57803db32250df72430 | | | Author: Martin Sjölund | | | Date: Tue Aug 14 09:17:14 2012 +0000 | | | | | | - Fix compilation of ASUB in non-function context, too | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit b4926da45d54329cc89dde9f727766236f7faf91 | | | Author: Martin Sjölund | | | Date: Tue Aug 14 09:09:35 2012 +0000 | | | | | | - Fix linkage | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | | | * commit e2d66c186c615e4ff02fd3c5acb4efd281518b6f | | | Author: Martin Sjölund | | | Date: Tue Aug 14 08:59:02 2012 +0000 | | | | | | - Make compilation a little faster | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Makefile.in | | | | | * commit 56973c0b3a999f940322d977eb5d30f29b4a5318 | | | Author: Martin Sjölund | | | Date: Tue Aug 14 07:41:15 2012 +0000 | | | | | | - Added COPYING file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A COPYING | | | M Makefile.common | | | M SimulationRuntime/c/util/java_interface/Makefile.common | | | | | * commit a3419d121aa35270db82f43d5ced05a1ca2fa7f1 | | | Author: Martin Sjölund | | | Date: Mon Aug 13 20:14:08 2012 +0000 | | | | | | - Configure now handles libqwt5.so (from arch AUR) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 585ce8e94e5f1d6e203a74b10287527453d025c2 | | | Author: Jens Frenkel | | | Date: Mon Aug 13 20:08:34 2012 +0000 | | | | | | - bugfix linearize: | | | - generate at least one print commant to have the same index and avoid the strange side effect | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 03864ced9d8e5184baf25a5ec06a20d8aa09c5e1 | | | Author: Jens Frenkel | | | Date: Mon Aug 13 16:42:03 2012 +0000 | | | | | | - fix for linearize | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 254b211cd92c75fbca4d1c0ac689e82389e52361 | | | Author: Adeel Asghar | | | Date: Mon Aug 13 16:18:38 2012 +0000 | | | | | | - Use the static lib of FMIL. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIimpl.c | | | | | * commit 1959d7b2ef24bdbfd4fe53764eb887fc0b4e19c2 | | | Author: Adeel Asghar | | | Date: Mon Aug 13 14:41:10 2012 +0000 | | | | | | - Updated the debug and profiler makefiles. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_debug/Makefile.in | | | M Compiler/omc_profiler/Makefile.in | | | | | * commit 17d3bc9cb768d38609b900ad3bcb52797ab539b8 | | | Author: Martin Sjölund | | | Date: Mon Aug 13 14:31:35 2012 +0000 | | | | | | - Fix Linux compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | | | * commit b40e6bb7e842071aa09fb566f785d6177519df5a | | | Author: Adeel Asghar | | | Date: Mon Aug 13 14:12:16 2012 +0000 | | | | | | - Compile FMIL. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_release/Makefile.in | | | M Compiler/runtime/FMIimpl.c | | | M Compiler/runtime/Makefile.in | | | M Makefile.in | | | | | * commit 060c012ee53c330bd2d65e7aa0671989b2d094ce | | | Author: Martin Sjölund | | | Date: Mon Aug 13 14:04:40 2012 +0000 | | | | | | #1764 | | | - Improve sorting of package.order elements | | | + Actually sorted now | | | + Handle MSL 3.2-style Math.mo where elements may be inserted in the middle of the package.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit ab1f64c3ef2fbc9afa2a6d7621ef485b56b07788 | | | Author: Jens Frenkel | | | Date: Mon Aug 13 12:02:42 2012 +0000 | | | | | | - bugfix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 32d6c2491ee696c4cff06d2de29ff843627e5afd | | | Author: Jens Frenkel | | | Date: Mon Aug 13 11:56:51 2012 +0000 | | | | | | - remove unbound local variable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 7e07b3ef94affb3729ef2f7a8320bc0f8c61ad3a | | | Author: Adeel Asghar | | | Date: Mon Aug 13 11:35:33 2012 +0000 | | | | | | - Update OMDEV. | | | - Replaced the FMI reading code with FMIL utilities. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/FMIimpl.c | | | | | * commit 25978d294549597c75d5644c0b71e5ef37ed3613 | | | Author: Martin Sjölund | | | Date: Mon Aug 13 08:33:26 2012 +0000 | | | | | | - Bootstrapping | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Corba.mo | | | | | * commit 265a4e90237e1fdc16ab99988a4529275155a95e | | | Author: Martin Sjölund | | | Date: Mon Aug 13 06:57:35 2012 +0000 | | | | | | - Improve error-message if we do not have CORBA but try to use it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/runtime/Corba_omc.cpp | | | M Compiler/runtime/Corba_rml.cpp | | | M Compiler/runtime/Makefile.in | | | R068 Compiler/runtime/corbaimpl_stub.cpp Compiler/runtime/corbaimpl_stub.c | | | R085 Compiler/runtime/corbaimpl_stub_omc.cpp Compiler/runtime/corbaimpl_stub_omc.c | | | | | * commit 9cf5b4531b187c4347f5fee41c5a076b51bd1c83 | | | Author: Martin Sjölund | | | Date: Mon Aug 13 05:47:50 2012 +0000 | | | | | | - Removed Absyn.ELEMENT.name (redundant and wrong) | | | #1764 | | | - Changed ClassLoader to respect package.order | | | + This means most packages are parsed differently than before and many tests (especially Media) changed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_omc.cpp | | | M Compiler/runtime/System_rml.c | | | M Parser/Modelica.g | | | | | * commit ebff3f790375a9e01a41a2f8a1beb5f8bd5df9fe | | | Author: Martin Sjölund | | | Date: Sun Aug 12 19:03:40 2012 +0000 | | | | | | - Some simulations start working again after ocl commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit a2e3906395fde4b18fb5b8b509ddd79e520eef7b | | | Author: Martin Sjölund | | | Date: Sat Aug 11 16:58:58 2012 +0000 | | | | | | - Remove tabs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit df5c6f1df2587c0c9edec715aabc0e3615e231df | | | Author: Martin Sjölund | | | Date: Sat Aug 11 16:19:52 2012 +0000 | | | | | | - IF I SAY DON'T BUILD OMOPTIM, DON'T TRY TO BUILD OMOPTIMBASIS | | | *STABBB* | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 8d45a2f4a1f7f30812c5ac2932db16ee2587efb3 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Aug 10 15:00:00 2012 +0000 | | | | | | + ParModelica extensions. BackEnd and Code generation for parallel functions and kernel functions. | | | + Some fixes in runtime. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/SimCodeTV.mo | | | M SimulationRuntime/ParModelica/OpenCLRuntime/Makefile | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h | | | | | * commit 5601ca5b041fc15a93ee5b627b39ba0f3d6f1329 | | | Author: Martin Sjölund | | | Date: Fri Aug 10 11:40:25 2012 +0000 | | | | | | - Fix modelML models and classloader | | | - Expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit 19db90721839596fa3e5c1d3065a2305cc2e349b | | | Author: Martin Sjölund | | | Date: Fri Aug 10 09:39:40 2012 +0000 | | | | | | - Bootstrapping | | | - Expected output | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | | | * commit b24c1a079b34507344f3b0c250e22ddae87c62dc | | | Author: Martin Sjölund | | | Date: Fri Aug 10 08:51:05 2012 +0000 | | | | | | - Fix bootstrapping | | | - Fix ThermoSysPro library errors | | | - Disable within checks for language standard 1.x | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit 248f7c3e3dc0906175bba403a8f639155e36969a | | | Author: Martin Sjölund | | | Date: Fri Aug 10 07:58:55 2012 +0000 | | | | | | - Fix loading of MSL 3.1 by fixing ClassLoader and the MSL 3.1 package | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit 23379875a54e5c80efab028b552a3d41086c267b | | | Author: Martin Sjölund | | | Date: Fri Aug 10 07:48:09 2012 +0000 | | | | | | - Added checks for loading mo-files in same directory as package.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit 105ea3b7f25d3b8fb02c4aee475d54aab2834333 | | | Author: Martin Sjölund | | | Date: Fri Aug 10 07:40:18 2012 +0000 | | | | | | - Added some checks for loadModel() package.mo-files: | | | * 1 class | | | * correct within | | | * correct classname | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit cef3e1a899254d1944245352de6313310b8fe941 | | | Author: Adeel Asghar | | | Date: Fri Aug 10 02:43:25 2012 +0000 | | | | | | - FMI import. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | A Compiler/Util/FMI.mo | | | A Compiler/runtime/FMI_rml.c | | | A Compiler/runtime/FMIimpl.c | | | M Compiler/runtime/Makefile.common | | | | | * commit f65d90014382cc47dfd666c6a1115fbe176e17ab | | | Author: Adeel Asghar | | | Date: Fri Aug 10 02:21:57 2012 +0000 | | | | | | . Fix Windows build. No langinfo.h for mingw. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.h | | | | | * commit 7a6225ebf9ffce09e2c7073c921f129791f2f217 | | | Author: Martin Sjölund | | | Date: Thu Aug 9 20:08:12 2012 +0000 | | | | | | - Fall back on en_US locale since it is rather common | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit e2a86e41b91674cabb5c13abeda0d1cba812b73d | | | Author: Martin Sjölund | | | Date: Thu Aug 9 14:03:20 2012 +0000 | | | | | | - Look at the user's previous environment to get a UTF-8 LC_CTYPE locale if possible | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit 2558d0ee7dda59b8ad61857768313e9ce28732be | | | Author: Martin Sjölund | | | Date: Thu Aug 9 11:33:26 2012 +0000 | | | | | | - Fix compilation damnit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | | | * commit b339a59baa5ac5fcc9519894b25b0284a9e8a1a8 | | | Author: Martin Sjölund | | | Date: Thu Aug 9 11:29:44 2012 +0000 | | | | | | - Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 6fde1b6d03f8a8eda8c2afc9e9005b71b322b728 | | | Author: Martin Sjölund | | | Date: Thu Aug 9 10:04:15 2012 +0000 | | | | | | #1757 | | | - loadFile("package.mo",encoding="xxx") now takes the chosen encoding into consideration | | | * Note: package.encoding overrides the argument in the function call | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit 01ca5d7b0598ee7cb6811671b7119fcfea10062c | | | Author: Martin Sjölund | | | Date: Thu Aug 9 08:05:30 2012 +0000 | | | | | | - Fix UTF-8 locale | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 8981df9d6b1ec0b1f38bd6971aabc9dadefb0c33 | | | Author: Martin Sjölund | | | Date: Thu Aug 9 07:37:56 2012 +0000 | | | | | | - Updated the copyright notice | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/Makefile | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Flags.mo | | | | | * commit 3cdac3b10ef150fbfab57442bca7ff0e532abb09 | | | Author: Jens Frenkel | | | Date: Wed Aug 8 20:01:17 2012 +0000 | | | | | | - BackendVariable: | | | - bugfix existsVar | | | - add isVarNonDiscrete | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 178b2781e0e2d703d36ab73d6ac7e4d971cdd87a | | | Author: Jens Frenkel | | | Date: Wed Aug 8 15:25:42 2012 +0000 | | | | | | - SimCode: handle also complex equations like "Record(x,y) = f()" if solved for x,y | | | - List: add map1rAllValue and foldAllValue | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Util/List.mo | | | | | * commit cb45e0fe36802f48e972d051d7f00da39c5ad625 | | | Author: Jens Frenkel | | | Date: Wed Aug 8 14:12:49 2012 +0000 | | | | | | - BackendDump.printEquation use equationStr | | | - SimCode: handle also Record(..) = f(..) for nonliniear systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit a7605034795948b475fe0acd758937cc7e7ff046 | | | Author: Martin Sjölund | | | Date: Wed Aug 8 11:56:35 2012 +0000 | | | | | | - Installation path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 637c1141970258e1c9277f8c20ad35d0fb36dfa0 | | | Author: Per Östlund | | | Date: Wed Aug 8 09:22:04 2012 +0000 | | | | | | - Merged the cases in SCodeInst.instFunctionCall, since RML unifies them | | | incorrectly. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 3ec058838ec2a021b88529455edd657a7d3ace4d | | | Author: Martin Sjölund | | | Date: Wed Aug 8 05:58:21 2012 +0000 | | | | | | - Makes omc search for more locales than the given one (to make a good effort of getting LC_CTYPE=UTF-8) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/runtime/systemimpl.c | | | | | * commit e0be5b5cb7a67b9eb2a9fb80c5f03a4ff2f425d1 | | | Author: Jens Frenkel | | | Date: Tue Aug 7 20:25:07 2012 +0000 | | | | | | - workaround for nonlinear torn systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit bd25e9ec3500b5c0b50ac2d3b8f1e956fa0da269 | | | Author: Jens Frenkel | | | Date: Tue Aug 7 20:15:52 2012 +0000 | | | | | | - bugfix tearing for nonlinear systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit abfdb04c28a2a1350ddde9e35318a93fc6d32092 | | | Author: Jens Frenkel | | | Date: Tue Aug 7 19:59:17 2012 +0000 | | | | | | - bugfix tearing for nonlinear systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 4cb5597c6565f1a954e69db6fdfc71f68d8a0602 | | | Author: Martin Sjölund | | | Date: Tue Aug 7 14:52:27 2012 +0000 | | | | | | - Fix gettext charset when not using +locale=..., relying on env.vars instead | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/README | | | M Compiler/runtime/systemimpl.c | | | | | * commit 3597a7e3add01330deea78d4a57f6690aee8fae0 | | | Author: Adeel Asghar | | | Date: Tue Aug 7 14:35:19 2012 +0000 | | | | | | - gettext uses environment variable so don't use setlocale for windows. | | | - Pass the OMEdit locale to omc. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit d6219051f86b8206b8bc08ec6bd12d90e1ed93d3 | | | Author: Jens Frenkel | | | Date: Tue Aug 7 14:32:43 2012 +0000 | | | | | | - bugfix unbound local variables | | | - reimplement BackendDAEUtil.getEqnsysRhsExp | | | - Expression.add case for a+(-b) = a-b | | | - Expression.sub case for a-(-b) = a+b and -a-b=-(a+b) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 7a44ca1111f6676df7b336d047d8ee6e972c1277 | | | Author: Martin Sjölund | | | Date: Tue Aug 7 14:07:12 2012 +0000 | | | | | | - Finished swedish translation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | M Makefile.common | | | | | * commit 6cb08dbd9da941757ef25c0bae7d71d92e8aba7c | | | Author: Martin Sjölund | | | Date: Tue Aug 7 09:37:46 2012 +0000 | | | | | | - More translations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectUtil2.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 06e4cffdce1768ff503c295523abe6f06487806f | | | Author: Per Östlund | | | Date: Tue Aug 7 09:23:14 2012 +0000 | | | | | | - Changed the configure check for qwt to include qwt6. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 671edab42487590613af0c4eaa74e2fe56ab750a | | | Author: Jens Frenkel | | | Date: Mon Aug 6 19:58:00 2012 +0000 | | | | | | - save time, do not update incidence matrix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c09d41bb207860654205464ef93dc753f96730d7 | | | Author: Jens Frenkel | | | Date: Mon Aug 6 18:49:07 2012 +0000 | | | | | | - bugfix removeSimpleEquationsPast | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit e1fa93f926460820078ed37ff531f6130a3b4b9f | | | Author: Martin Sjölund | | | Date: Mon Aug 6 14:35:10 2012 +0000 | | | | | | - Improved translations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Flags.mo | | | | | * commit d1b80fa7a05df2233cb55ae13f268a4e026c3144 | | | Author: Jens Frenkel | | | Date: Mon Aug 6 14:21:46 2012 +0000 | | | | | | - tearing, bugfix for array equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e378b33e025f8796e61ca5422183204183e128f6 | | | Author: Adeel Asghar | | | Date: Mon Aug 6 13:23:01 2012 +0000 | | | | | | - Fixed build for windows. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 0ad152d183f16fec9b9511dae59ebe7650f82838 | | | Author: Per Östlund | | | Date: Mon Aug 6 11:46:45 2012 +0000 | | | | | | - Removed some cases for handling stringified crefs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit 52e9811887a354421a718d83d4c5b7bad14ccb21 | | | Author: Martin Sjölund | | | Date: Mon Aug 6 11:06:49 2012 +0000 | | | | | | - Marked some files in the runtime as translation targets | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Translation/Makefile | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/System_omc.cpp | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | | | * commit f6276e95937e452b465314637281bcd49b1f7c41 | | | Author: Per Östlund | | | Date: Mon Aug 6 10:47:25 2012 +0000 | | | | | | - Merged Flow and Stream in SCode and DAE into ConnectorType. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlatDump.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Template/InstDumpTV.mo | | | M Compiler/Template/SCodeDumpTpl.tpl | | | M Compiler/Template/SCodeTV.mo | | | M Compiler/Template/SimCodeTV.mo | | | M Compiler/Util/VarTransform.mo | | | | | * commit fe7aeda66ba85df8144d6d5fcc5408b274e02d87 | | | Author: Martin Sjölund | | | Date: Mon Aug 6 10:16:06 2012 +0000 | | | | | | - Enable interactive/interactiveCorba modes again | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Translation/sv.po | | | | | * commit 8497866047c4200d6000d444fafd210bb8e69411 | | | Author: Martin Sjölund | | | Date: Mon Aug 6 09:27:26 2012 +0000 | | | | | | - Avoid printing multiple copies of the usage if +help is given on the command-line | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 206157a7d393d2bb851920a4629a00a600e14fd1 | | | Author: Martin Sjölund | | | Date: Mon Aug 6 08:49:17 2012 +0000 | | | | | | - Enable translation strings for many config flags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Translation/Makefile | | | M Compiler/Translation/de.po | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/systemimpl.c | | | | | * commit 60d29cd7b9211ffdf4df463329361e60d76b0b77 | | | Author: Jens Frenkel | | | Date: Fri Aug 3 18:14:28 2012 +0000 | | | | | | - fix uninicialised variable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit f931d19da8409eefd9c4e53fcf9f0d93fe9d13fb | | | Author: Adeel Asghar | | | Date: Fri Aug 3 16:09:35 2012 +0000 | | | | | | - Fixed setlocale warning for windows. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit 6f956338e1945484547df6886864b7d4aa12510b | | | Author: Jens Frenkel | | | Date: Fri Aug 3 13:36:40 2012 +0000 | | | | | | - implement handling of array equations in BackendDAEOptimize.derive | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 24da7fb72104836efec9a63cbd21480751389563 | | | Author: Martin Sjölund | | | Date: Fri Aug 3 12:50:52 2012 +0000 | | | | | | - Updated translation guide | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/README | | | | | * commit cb16a9a1fc16a6b5898837fd5c55cf264224cf91 | | | Author: Martin Sjölund | | | Date: Fri Aug 3 12:40:16 2012 +0000 | | | | | | - Adding German language stubs to the translations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Translation/Makefile | | | M Compiler/Translation/README | | | A Compiler/Translation/de.po | | | | | * commit b28cd793902dce2a62a4f31a9b7a988782c32ed6 | | | Author: Martin Sjölund | | | Date: Fri Aug 3 11:30:23 2012 +0000 | | | | | | #1767 | | | - Marked strings for translation in Error.mo | | | - Removed some useless whitespace from a few error-messages | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Translation/openmodelica.pot | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Util.mo | | | | | * commit 66d0c002902b9d31774a68bd2208df42d3081586 | | | Author: Jens Frenkel | | | Date: Fri Aug 3 08:32:45 2012 +0000 | | | | | | - do not exceed next time step while search forward for event in reference | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 0a66154f6ed37ee04a0c66fd9c6642a8c751c5f7 | | | Author: Niklas Worschech | | | Date: Fri Aug 3 07:52:47 2012 +0000 | | | | | | -fix in cpp template for algortihm no retcall | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit acb3222a34a8037eba1325489b44c17e2e708315 | | | Author: Jens Frenkel | | | Date: Fri Aug 3 07:27:09 2012 +0000 | | | | | | - improve SimulationResultsCompare, now the left and the right value of an event are compared | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit a9433decc1d8faa8a5984b62a7d19c7504af4b3c | | | Author: Martin Sjölund | | | Date: Thu Aug 2 19:01:50 2012 +0000 | | | | | | #1766 | | | - Only set locale for messages so we do not screw up numbers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit b19c0e44b88f7586d132021ab2c9c927152d9cba | | | Author: Jens Frenkel | | | Date: Thu Aug 2 13:39:12 2012 +0000 | | | | | | - update Loop handling | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit f22664567f8137b6aa199a19dbe0e4c872b6f2c8 | | | Author: Jens Frenkel | | | Date: Thu Aug 2 12:23:48 2012 +0000 | | | | | | Do not hand over the scalar incidence Matrix because following modules does not check if scalar or not | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 57188b47b897f2c7c109caff53b4f2e9267b0f23 | | | Author: Johanna Schneider | | | Date: Thu Aug 2 11:41:52 2012 +0000 | | | | | | BackendDAEOptimize.mo: An other heuristic for the tearing is now implemented. The residual equations are solved using Newton’s method: u_{n+1} = u_n – (f‘(u_n))^{-1}*f(u_n). During each iteration, the linear system f’(u_n)*du = -f(u_n) is solved for du. Thus, the Newton step can be rewritten in the form u_{n+1} = u_m + du, where du is the solution of the linear system. The function “tearingSystem1” now creates this linear system and solves for it using the function “tearingSystemNew”. | | | Flags.mo: a new flag „tearing_and_relaxation“ is added to activate the above system in BackendDAEOptimize.mo. | | | BackendDump.mo: added the case for RESIDUAL_EQUATION in “printEquation” and “dumpEquation” | | | Expression.mo: added the function “makeDifference” | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 71e0caa43e8601c39207407836e0e57ab633dd2f | | | Author: Martin Sjölund | | | Date: Thu Aug 2 11:26:00 2012 +0000 | | | | | | - Check for gettext | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit e89017774fb9443c117f8deb5efdb06ff15b5429 | | | Author: Martin Sjölund | | | Date: Thu Aug 2 10:23:10 2012 +0000 | | | | | | - Fix clean command (OMOptimBasis) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 85dad2356c51f1ad1f8129121bbd7a0045f99b77 | | | Author: Martin Sjölund | | | Date: Thu Aug 2 10:21:09 2012 +0000 | | | | | | - OMOptimBasis path | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 0a96687e5db3c0001c4fdaf2ba22a4e9a5be2c13 | | | Author: Martin Sjölund | | | Date: Thu Aug 2 10:07:57 2012 +0000 | | | | | | - Fix OMOptimBasis paths | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 74f8575338bf282259a5e323060cc9434d470d6d | | | Author: Niklas Worschech | | | Date: Thu Aug 2 07:23:49 2012 +0000 | | | | | | -changed simulation arguments to program_options, modified CevalScript for cpp simulation call | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | | | * commit d6af7698adfcdfde4746a17c8d43b436a0ec6ee3 | | | Author: Martin Sjölund | | | Date: Wed Aug 1 17:20:02 2012 +0000 | | | | | | - Remove debug print | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | | | * commit c30941ab0ee7dacd300ac3d0e5b9a88e929f1dc0 | | | Author: Martin Sjölund | | | Date: Wed Aug 1 14:22:37 2012 +0000 | | | | | | - Added a System.gettext() call | | | - To try out localization of the omc kernel, see directory Compiler/Translation/README. Run make on it after setting up the strings to be translated and your language since we do not run the target by default. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Main/Main.mo | | | M Compiler/Translation/Makefile | | | M Compiler/Translation/sv.po | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/settingsimpl.h | | | M Compiler/runtime/systemimpl.c | | | | | * commit c4c5f0e8395b0704b08ef653684ffb896d715ee8 | | | Author: Martin Sjölund | | | Date: Wed Aug 1 13:37:14 2012 +0000 | | | | | | - Adding directory for translations of the omc kernel | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/Translation/Makefile | | | A Compiler/Translation/README | | | A Compiler/Translation/openmodelica.pot | | | A Compiler/Translation/sv.po | | | | | * commit ca6738c09182eb4dac3733169ad243386eb4a4ab | | | Author: Jens Frenkel | | | Date: Wed Aug 1 10:00:58 2012 +0000 | | | | | | - avoid memory leaks | | | - use absdouble()>epsilon for double==double in SimulationResultsCmp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | | | * commit 1ff5a0153e84b4ab0f50e1dcae2c1e042875ae05 | | | Author: Martin Sjölund | | | Date: Wed Aug 1 08:53:37 2012 +0000 | | | | | | - Remove results from list of keywords | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/Unparsing.mo | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 0f1e199890b9a89edc7670efa2520b83aed746d6 | | | Author: Jens Frenkel | | | Date: Tue Jul 31 20:33:30 2012 +0000 | | | | | | - get rid of bootstrapping warnings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 59eac3b4b09709359df2d5e2681da12a8532edd7 | | | Author: Jens Frenkel | | | Date: Tue Jul 31 19:33:05 2012 +0000 | | | | | | - remove unused local variable with same name as input to avoid segvault by bootstrapped compiler | | | - remove fastht from BackendDAE.Variables | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 9d23a7f4fb5f86bcfdf470185840a4b73baf7304 | | | Author: Niklas Worschech | | | Date: Tue Jul 31 13:59:22 2012 +0000 | | | | | | -changed cmake file for lapack and blas lib | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | | | * commit 973149ce21cd077b45bbdccf96681a552520a81c | | | Author: Niklas Worschech | | | Date: Tue Jul 31 13:13:27 2012 +0000 | | | | | | -removed tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | | | * commit 62257c62218c118585580a58fb96fc8ac7f0c5ac | | | Author: Niklas Worschech | | | Date: Tue Jul 31 12:58:49 2012 +0000 | | | | | | -renamed cpp shared libs and executable with OMCpp prefix | | | -changed executable call for cpp runtime in CevalScript | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h | | | M SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/CMakeLists.txt | | | | | * commit 52320a7c4c9b5bc701df3f0a44682f009fc25bde | | | Author: Adeel Asghar | | | Date: Mon Jul 30 15:11:53 2012 +0000 | | | | | | #1421 | | | - no more duplicates of annotation by addClassAnnotation. | | | - Look for annotation in all parts of the class. If found just update it. | | | - If no annotation is found then add a new one in public section. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit ae17f83dd29092413d0b199a9d0c761e5b197d6d | | | Author: Jens Frenkel | | | Date: Mon Jul 30 15:06:11 2012 +0000 | | | | | | - fixes for if-equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 593c7bedfd667e9a2237361543dff111eae3aeee | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Jul 30 13:37:21 2012 +0000 | | | | | | + Remaining support for Class Attributes (objectives) for optimization class of Optimica extension. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1c4cd274c37ce0bfc69c2cacc28d2269c42558d8 | | | Author: Jens Frenkel | | | Date: Mon Jul 30 13:09:17 2012 +0000 | | | | | | - add missing functionality for if equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 1d6b0ee0994352d0ac21d11e654df48c23018ed0 | | | Author: Adeel Asghar | | | Date: Mon Jul 30 11:42:24 2012 +0000 | | | | | | - New API call to check if the nested class is protected or not, | | | + isProtectedClass | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 0353c9ff95d4d89430a33a29c4a4b883e5aee266 | | | Author: Jens Frenkel | | | Date: Mon Jul 30 11:03:45 2012 +0000 | | | | | | - add BackendDAEOptimize.simplifyIfEquations | | | - move evaluation of parameters with annotation evalute=True to backend | | | - move handling of if equations to backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 7c852ac0dea3255da10daf765c1ff879d452da27 | | | Author: Jens Frenkel | | | Date: Mon Jul 30 08:27:36 2012 +0000 | | | | | | - remove transformDAE,mapTransformDAE,transformDAEWork,restartMatching from BackendDAEUtil.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 97174c4591cb8b390a4d15ea861d0b9abcdce0ba | | | Author: Jens Frenkel | | | Date: Mon Jul 30 07:50:17 2012 +0000 | | | | | | - test new interface for index reduction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit cd759d1393cb5f674369fbbf5e541541ce6d0b41 | | | Author: Niklas Worschech | | | Date: Fri Jul 27 14:11:02 2012 +0000 | | | | | | -changed loading algebraic loop solver library in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Source/System/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp | | | | | * commit 8b3d44bc8a7311edf221321c198f13a8329d012e | | | Author: Niklas Worschech | | | Date: Fri Jul 27 12:49:42 2012 +0000 | | | | | | -added exception for not supported output format | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | | | * commit 55b08f09286f53d753c8f3b3b7051a1edb6c196a | | | Author: Niklas Worschech | | | Date: Fri Jul 27 09:22:01 2012 +0000 | | | | | | -fix removed space in include string | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit f7f18de2825917bb8248a6ba878f5fffed3b9a8f | | | Author: Niklas Worschech | | | Date: Fri Jul 27 07:58:45 2012 +0000 | | | | | | -changed simcall in CevalScript for cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 382a3bb8348b1a4328ffcea2a6a5e148ed8fe90b | | | Author: Niklas Worschech | | | Date: Fri Jul 27 07:35:30 2012 +0000 | | | | | | -fix in cpp template for algloop include's | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 679c347d047caddf15d77138295f2f1ea70a2b45 | | | Author: Niklas Worschech | | | Date: Thu Jul 26 11:26:03 2012 +0000 | | | | | | changed instantiation of Algloops in cpp template because of assembler errors | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenCpp.tpl | | | M Compiler/Template/SimCodeTV.mo | | | | | * commit ace51906962c120b5a455ffc522e66a1281dffaa | | | Author: Adeel Asghar | | | Date: Wed Jul 25 16:35:59 2012 +0000 | | | | | | - If the adding component class is partial then declare the added component as replaceable. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 7d4e0bc92cc3bf34f16dda4417502caf85fba19e | | | Author: Pavol Privitzer | | | Date: Sun Jul 22 18:33:17 2012 +0000 | | | | | | C# codegen template little improvements | | | - proper enum support | | | - initial algorithm for bound params support | | | - added (my old) Susan_TODO.txt | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | A Compiler/susan_codegen/doc/Susan_TODO.txt | | | | | * commit 8c8a1bd94eda979020c763f4c800082a791d660a | | | Author: Jens Frenkel | | | Date: Fri Jul 20 12:20:44 2012 +0000 | | | | | | - rename evaluteParameter -> removeevaluteParamters | | | - add evaluateFinalParameters and evaluteParameters, | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e490c51c6121f8240e29777472227bc630022057 | | | Author: Lennart Ochel | | | Date: Fri Jul 20 10:38:22 2012 +0000 | | | | | | - fix sparse jacobian for initialization | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/ipopt_initialization.c | | | | | * commit 084eed4ac432a145b948d31b791d48cba02ea585 | | | Author: Lennart Ochel | | | Date: Fri Jul 20 09:15:03 2012 +0000 | | | | | | - add interface to get real sparse jacobians | | | - use sparsity pattern for initialization using ipopt | | | - correct indentation in CodegenC.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ipopt_initialization.c | | | | | * commit 1761dd059806bc2073640fc477475619848892c1 | | | Author: Jens Frenkel | | | Date: Fri Jul 20 07:20:22 2012 +0000 | | | | | | - bugfix rooted | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | | | * commit 6dcf76789b45b7896ef14bb4bf8ec28cabd6ca43 | | | Author: Jens Frenkel | | | Date: Thu Jul 19 20:15:22 2012 +0000 | | | | | | - implement evaluation of "rooted" in ConnectionGraph.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 79639569d52a430679427c281ac30013ee96a23c | | | Author: Pavol Privitzer | | | Date: Thu Jul 19 18:35:51 2012 +0000 | | | | | | Cleaning of the internal stuff out of the susan_codegen/ | | | - delete susan_codegen/SimCode | | | - move SimCode_design.txt to susan_codegen/ | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.mo | | | D Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza.mo | | | D Compiler/susan_codegen/SimCode/GenTest/Makefile | | | D Compiler/susan_codegen/SimCode/GenTest/QHP/TestRedCellsTotal.mo | | | D Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos | | | D Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos | | | D Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.cpp | | | D Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.cs | | | D Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.mo | | | D Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling_functions.cpp | | | D Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling_init.txt | | | D Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/generate.mos | | | D Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/orig_RightHeartStarling.cpp | | | D Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/simulate.mos | | | D Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo | | | D Compiler/susan_codegen/SimCode/GenTest/TrapezTest/generate.mos | | | D Compiler/susan_codegen/SimCode/GenTest/generate.mos | | | D Compiler/susan_codegen/SimCode/compileandtest.sh | | | R100 Compiler/susan_codegen/SimCode/SimCode_design.txt Compiler/susan_codegen/SimCode_design.txt | | | M Makefile.common | | | | | * commit 03ae782cbd3123a3110c0d459099389b4bdad225 | | | Author: Jens Frenkel | | | Date: Thu Jul 19 16:02:00 2012 +0000 | | | | | | - get some loops working | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit 4fc487a3e333716dfaa323442548ff5291b67b68 | | | Author: Lennart Ochel | | | Date: Thu Jul 19 14:51:16 2012 +0000 | | | | | | - generate constant indices for each symbolic jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/ipopt_initialization.c | | | | | * commit 6669fcd720184bd2449c76c8151845fb80aaddf6 | | | Author: Lennart Ochel | | | Date: Thu Jul 19 09:41:25 2012 +0000 | | | | | | - fix tests using simflags | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 524e70702ad9e02d57a250e179cd730da47c4ec8 | | | Author: Jens Frenkel | | | Date: Wed Jul 18 15:10:22 2012 +0000 | | | | | | - continue loop handling | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit a532cf7f0d3f6df734609e3d3920b9b9f5f2c817 | | | Author: Niklas Worschech | | | Date: Wed Jul 18 14:49:37 2012 +0000 | | | | | | -fix in cpp template giveZeroFunc | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit b0d80ac58a36e06e511d1f91c00f5b181cd17c89 | | | Author: Jens Frenkel | | | Date: Wed Jul 18 14:17:49 2012 +0000 | | | | | | - grammer | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 9f7cbb1bc138c7eb8a646777435560eaec51eaa4 | | | Author: Niklas Worschech | | | Date: Wed Jul 18 13:56:11 2012 +0000 | | | | | | -fix in cpp template for make file generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 556cae34c6e3d8172c3ff10dd8dd91b272d0ab9b | | | Author: Lennart Ochel | | | Date: Wed Jul 18 09:27:24 2012 +0000 | | | | | | fix for ipopt in std-directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 6df315f7c32ac9e1ed925e177118e2fc2ec7b3bf | | | Author: Lennart Ochel | | | Date: Wed Jul 18 08:51:32 2012 +0000 | | | | | | fix tab-errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit cf71646537db9036530d94135473ffee64ce78b2 | | | Author: Lennart Ochel | | | Date: Wed Jul 18 07:51:24 2012 +0000 | | | | | | ./configure | | | - add ipopt configuration (usage: --with-ipopt=DIR) | | | ./Compiler/BackEnd | | | - add symbolic generation of jacobian for initialization (usage: +d=symbolicInitialization) | | | - reorganize initialization code (move from SimCode to BackendDAEOptimize) | | | ./Compiler/Template | | | - generate unique jacobian indices | | | ./Compiler/Util | | | - add debug-flag symbolicInitialization | | | ./SimulationRuntime/c | | | - add initialization-method ipopt using ipopt (usage: -iom ipopt) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/config.h | | | M Compiler/runtime/config.unix.h.in | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | A SimulationRuntime/c/simulation/solver/ipopt_initialization.c | | | A SimulationRuntime/c/simulation/solver/ipopt_initialization.h | | | M configure.in | | | | | * commit 87f08c25ec4bf1af98e1767e270bfcc94c76b15e | | | Author: Jens Frenkel | | | Date: Tue Jul 17 15:52:52 2012 +0000 | | | | | | - update OnRelaxation for loops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit 8743e3270167021a6fde5bcfe82d9832a051fa62 | | | Author: Adeel Asghar | | | Date: Tue Jul 17 15:39:18 2012 +0000 | | | | | | - New API calls to check class restriction, | | | + isOperator | | | + isOperatorRecord | | | + isOperatorFunction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit f385d68ff7ab111249604325820c09f4a94e45c1 | | | Author: Niklas Worschech | | | Date: Tue Jul 17 08:15:48 2012 +0000 | | | | | | -fix for algorithm for loops in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 0568425cc3f7c7b389f928a8acd9d719c097de93 | | | Author: Niklas Worschech | | | Date: Mon Jul 16 12:38:27 2012 +0000 | | | | | | -added struct and Literals generation to cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit b8e5f018eb3a8429837ffa3e41cba28f42257c19 | | | Author: Jan Silar | | | Date: Fri Jul 13 09:14:13 2012 +0000 | | | | | | Fixed bug in C# template - FunDAE - mexed_equation_system. Redundant "," causing nonbuildable generated code. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCSharp.tpl | | | | | * commit 8c27a19e7ebfb98b4d62dba36849403f6be033fd | | | Author: Jens Frenkel | | | Date: Thu Jul 12 22:47:05 2012 +0000 | | | | | | - add Flag to set cheapmatching algorithm | | | - bugfix for pantelitis index reduction | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 8e7c9cf159cfa260aabfac456563e0b82bde44c0 | | | Author: Jens Frenkel | | | Date: Thu Jul 12 16:27:31 2012 +0000 | | | | | | - bugfixes index reduction and matching | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1be7d96401a1350edf0d6f867a6eb3920a621004 | | | Author: Jens Frenkel | | | Date: Thu Jul 12 11:57:45 2012 +0000 | | | | | | - fix bugs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 1b7e191bef8a74351c74347432ed8361ee58bdfa | | | Author: Jens Frenkel | | | Date: Wed Jul 11 15:59:56 2012 +0000 | | | | | | - remove tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit b1383453fd546c75988c0017e81c20a9ef9fb6b8 | | | Author: Jens Frenkel | | | Date: Wed Jul 11 15:46:00 2012 +0000 | | | | | | - listNth -> listGet | | | - update old matching and index reduction to new interface | | | - update DynamicStateSelection, Pantelitis for wrapperles code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 01262d233915e89f4932fb62e98a106b324d9cd3 | | | Author: Jens Frenkel | | | Date: Tue Jul 10 16:49:31 2012 +0000 | | | | | | - try some things for loops | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit 3e72ebd93d78bc0a9dfaa0f3beaef6c1f5f5af30 | | | Author: Niklas Worschech | | | Date: Mon Jul 9 15:11:34 2012 +0000 | | | | | | -fix in cpp template for algorithm tuple assign and start values | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h | | | | | * commit 24f9b1079c2be49a0cceb4f8038bb97786a302f9 | | | Author: Jens Frenkel | | | Date: Mon Jul 9 10:07:23 2012 +0000 | | | | | | - add module removeFinalParametersPast | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 58657c17f0749341e18aec195c4923a893e50f13 | | | Author: Jens Frenkel | | | Date: Mon Jul 9 07:16:23 2012 +0000 | | | | | | - rewrite some set functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 8b7c5e50a0043f67459845e64f13727513d063d3 | | | Author: Jens Frenkel | | | Date: Sun Jul 8 22:32:51 2012 +0000 | | | | | | - add cases for unaray and asub to Expression.mo | | | - do basic simplification for expAdd,expSub,expMul | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit da3ff326693981dd0e3e6f27beced22bdda2ab0a | | | Author: Jens Frenkel | | | Date: Sun Jul 8 21:30:16 2012 +0000 | | | | | | - search also in simple and initial equations for zerocrossings | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 2f5e8a5808fcd3a4c4b9599ad4a2e024489bfec5 | | | Author: Martin Sjölund | | | Date: Sun Jul 8 18:59:23 2012 +0000 | | | | | | - OMOptim build fix | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 8ec5db594d8ed56ccfe6ebeb3e8eeb7f9607972d | | | Author: Jens Frenkel | | | Date: Sat Jul 7 22:13:36 2012 +0000 | | | | | | - remove unused when clauses from BackendDAETransform.traverseBackendDAEExpsEqn | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 8c3708589b2ff3d07a6a200f332033da89d1dfc8 | | | Author: Jens Frenkel | | | Date: Sat Jul 7 20:37:28 2012 +0000 | | | | | | - remove index from WHEN_EQ and keep condition of when equation in when equation | | | - install-openturns depends on mkbuilddirs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Makefile.common | | | | | * commit 949b38a68828ba01a857f71e303886f2671a2c66 | | | Author: Jens Frenkel | | | Date: Fri Jul 6 17:54:12 2012 +0000 | | | | | | - fix tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit a50d8c8405f76c03d167272052bfcb532ee19a08 | | | Author: Jens Frenkel | | | Date: Fri Jul 6 16:16:53 2012 +0000 | | | | | | - add code for multi body relaxation, not yet finished, kinematic loops still fail | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/OnRelaxation.mo | | | | | * commit ffe7af5867894586313b63ab630ac623ff427bc0 | | | Author: Martin Sjölund | | | Date: Fri Jul 6 15:52:40 2012 +0000 | | | | | | - Look for paradiseo build directories as well | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit c7eaf7910a057ef5a1b01448559ceff91f6a66a9 | | | Author: Martin Sjölund | | | Date: Fri Jul 6 12:40:40 2012 +0000 | | | | | | - Added index to FOR_EQUATION | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Template/InstDumpTV.mo | | | M Compiler/Template/InstDumpTpl.tpl | | | | | * commit 5530d12cb88ba36de05739f3a153faecb1d0ac50 | | | Author: Martin Sjölund | | | Date: Fri Jul 6 10:58:17 2012 +0000 | | | | | | - Added utils directory as well | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 258f730be3b04687b80717d3824be8eb10202323 | | | Author: Martin Sjölund | | | Date: Fri Jul 6 10:10:51 2012 +0000 | | | | | | - Some paradiseo autoconf | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit a153670817941ee81bd5e402136ff237656414cd | | | Author: Jens Frenkel | | | Date: Fri Jul 6 09:14:41 2012 +0000 | | | | | | - bugfix evaluate parameter evaluate=true | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit ac364ddff2a7d71df2ded2e7258b93ca8738b52a | | | Author: Jens Frenkel | | | Date: Fri Jul 6 08:36:25 2012 +0000 | | | | | | - bugfix if equation for elabelements | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/PartFn.mo | | | | | * commit a244a6675fd5f436f4530d122e878ef6a589bc60 | | | Author: Martin Sjölund | | | Date: Fri Jul 6 08:32:13 2012 +0000 | | | | | | - paradiseo "help" | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M README.Linux.txt | | | | | * commit f29ff66253e8582a78276a9a8d2f1afadad14b2d | | | Author: Jens Frenkel | | | Date: Thu Jul 5 23:22:32 2012 +0000 | | | | | | - handle if equations in Derive and BackendDAETransform.traverseBackendDAEExpsEqnWithSymbolicOperation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Derive.mo | | | | | * commit 0e09cc7b6e0df9a2235d19050e28cb23d5ecddf3 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 22:25:23 2012 +0000 | | | | | | - handle if equations in inline | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 7c4868e855bd9718f121cedc395c0ddd086792cc | | | Author: Jens Frenkel | | | Date: Thu Jul 5 22:18:16 2012 +0000 | | | | | | - handle if equations in incidence matrix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit fdf9c9487136280401eb564300f4924cd3f04c97 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 21:38:02 2012 +0000 | | | | | | - add condition to when equation | | | - handle elsewhen branches in incidence matrix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 6e0a8ade10a539889637eb8a1fd2a922150b3663 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 19:40:32 2012 +0000 | | | | | | - add size information to when equation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 28ac9962cede490fc93355348c5d795902359175 | | | Author: Martin Sjölund | | | Date: Thu Jul 5 19:20:12 2012 +0000 | | | | | | - Check for include/qwt5, then check the header for QWT5 macro (using grep) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 2caa5f56a50ccdcee1943390da06c34994da1a17 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 19:01:46 2012 +0000 | | | | | | - inline condition of when equation only once | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit eec678d1136938fea94f78b9652bf9955f251b55 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 18:10:24 2012 +0000 | | | | | | - bugfix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/Util/Util.mo | | | | | * commit e5b37d52e149534bcab1f382e28d89e6888609e9 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 16:57:32 2012 +0000 | | | | | | - bugfix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f316bf652388f71dfa5eb3ce0f2b5803bfa712c6 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 15:58:45 2012 +0000 | | | | | | - add some more support for if equations in backend | | | - add module for evaluate parameter with evaluate=true annotation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h | | | | | * commit b175adc468de2414d3017be65d23c74b8850f110 | | | Author: Niklas Worschech | | | Date: Thu Jul 5 13:27:07 2012 +0000 | | | | | | -removed tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h | | | | | * commit 1334d9776e06c4ef5f93479ec32efac4a7a6566f | | | Author: Niklas Worschech | | | Date: Thu Jul 5 13:05:19 2012 +0000 | | | | | | - adapted numeric/bindings header files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/generate_const.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_traits.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/sparse_traits.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/traits.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_sparse.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_traits.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack.hpp | | | M SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | | | * commit 361d05618e9a3203a4710bcf1e169615d15ce941 | | | Author: Niklas Worschech | | | Date: Thu Jul 5 12:39:53 2012 +0000 | | | | | | - extended cpp template for sparse jacobian | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h | | | M SimulationRuntime/cpp/Source/System/Modelica/Modelica.h | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/LICENSE_1_0.txt | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos_names.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos_overloads.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas1.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas1_overloads.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas2.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas2_overloads.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas3.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas3_overloads.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas_enum.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas_inc.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack_inc.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack_overloads.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas1.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas1_overloads.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas2.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas2_overloads.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas3.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas3_overloads.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas_names.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gbsv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gees.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/geev.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gels.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gelsd.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gelss.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/geqrf.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesdd.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesvd.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hbev.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hbevx.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heev.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heevd.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heevx.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hegv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hesv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hpsv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hseqr.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ilaenv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack_names.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/orgqr.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ormqr.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/posv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ppsv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ptsv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/spsv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/steqr.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syev.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syevd.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syevx.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sygv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sysv.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sytrd.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/trevc.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/trexc.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/workspace.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/algorithm.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/boost_array.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/c_array.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/c_array2.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/config.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/dense_traits.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array_impl.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/dense_ordering.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/generate_const.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/utils.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/fortran.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_raw.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_traits.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/sparse_traits.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_valarray.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_valarray2.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_vector.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_vector2.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/symm_herm_raw.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/tnt.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/traits.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/transpose.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type.h | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type_traits.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_banded.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_hermitian.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_matrix.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_sparse.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_symmetric.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector2.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_raw.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_traits.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_inc.hpp | | | A SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp | | | | | * commit ff050fe4137dffc624e13401d7ce50c33b6c564e | | | Author: Jens Frenkel | | | Date: Thu Jul 5 11:05:08 2012 +0000 | | | | | | - switch evaluateAnnotation on | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEUtil.mo | | | | | * commit dbffe8ce8318756b40f273983c4245287aad71b4 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 11:03:23 2012 +0000 | | | | | | - change implementation of removeFinalParameters and removeProtectedParameters to handle several equationsystems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 1f83bf326c3e672ed9a4a0bd300d9eaf95f6bd30 | | | Author: Jens Frenkel | | | Date: Thu Jul 5 10:02:46 2012 +0000 | | | | | | - remove some unused imports | | | - add Env.Cache and Env.Env to BackendDAE.Shared | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Element.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/InstanceHierarchy.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Reference.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeFlat.mo | | | M Compiler/FrontEnd/SCodeFlatDump.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeFlattenExtends.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeGraph.mo | | | M Compiler/FrontEnd/SCodeHashTable.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/TypeCheck.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Template/Unparsing.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/HashTablePathToFunction.mo | | | | | * commit 021f21cc3561a6436d3339f60c83a816d190d50b | | | Author: Jens Frenkel | | | Date: Wed Jul 4 20:49:15 2012 +0000 | | | | | | - use traverseBackendDAEExpsNoCopyWithUpdate to geep the simplified expressions and not the old one | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 4668b42fc4733e5f8c548f5d57582d8c97cb1212 | | | Author: Jens Frenkel | | | Date: Wed Jul 4 20:11:01 2012 +0000 | | | | | | - bugfix Tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit ee7a7024f00f6664148a81501fb5830cf3684e5a | | | Author: Jens Frenkel | | | Date: Wed Jul 4 19:33:57 2012 +0000 | | | | | | - Bugfix getVar | | | - Bugfix BackendDAEEXT.setAssignment | | | - use vars and eqns for BackendDAEUtil.analyzeJacobian | | | - bugfix Tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/matching.c | | | | | * commit f4a7b4125bceeb7fea104ccbe9e1aee2e79c5c81 | | | Author: Martin Sjölund | | | Date: Wed Jul 4 11:39:56 2012 +0000 | | | | | | Fix testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAEDump.mo | | | | | * commit 91d7bfb78b6ff6f8341fc039fd2bdf5aec2b7748 | | | Author: Martin Sjölund | | | Date: Wed Jul 4 10:49:29 2012 +0000 | | | | | | - Added Integer index to for-stmt (in DAE and InstTypes) as well as CREF_ITER | | | - This allows us to assign a unique index for each local scope, making it easier to traverse/replace expressions in later phases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/Template/ExpressionDumpTV.mo | | | M Compiler/Template/ExpressionDumpTpl.tpl | | | M Compiler/Util/VarTransform.mo | | | | | * commit e17f1ac6353326830dd526d15cb315307c7d1c14 | | | Author: Martin Sjölund | | | Date: Wed Jul 4 07:23:33 2012 +0000 | | | | | | Some minor documentation updates | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M README.Linux.txt | | | | | * commit f00a8738f5e50c7cd58f2fec9c3772fb9d33bb60 | | | Author: Martin Sjölund | | | Date: Tue Jul 3 07:22:43 2012 +0000 | | | | | | Added expansion of if/for, fixed some expansions of algorithm sections (expand the whole sections instead of individual statements) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/Util.mo | | | | | * commit 543b49ff1674e8207477bb4aaa3aa64a4ff2e91b | | | Author: Jens Frenkel | | | Date: Mon Jul 2 12:17:07 2012 +0000 | | | | | | - fix comment for systemSize | | | - fix counting of algorithm outputs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/CheckModel.mo | | | | | * commit abb60e1bb8a3b3854fa9d23987f97cca5e614eed | | | Author: Jens Frenkel | | | Date: Mon Jul 2 10:08:51 2012 +0000 | | | | | | - BackendDAEUtil: avoid Zero entries in JacMatrix | | | - fix order in equationToExp for arrayEquations | | | - fix order in createNonlinearResidualEquations for arrayEquations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 13c4858e1f335c4bffc8bba54d1e2236ff6e447c | | | Author: Jens Frenkel | | | Date: Mon Jul 2 07:05:31 2012 +0000 | | | | | | - remove debug output | | | - update tearingnew | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 4a4eea2d8823a1755459969b976c61b6f172a91d | | | Author: Jens Frenkel | | | Date: Mon Jul 2 05:54:35 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 8cc472bc818eacfcaea089bccdb60b416ef6788a | | | Author: Jens Frenkel | | | Date: Sun Jul 1 20:05:27 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit fc6d3b1753a9fc825dbe7c8aba6e7a1852648886 | | | Author: Jens Frenkel | | | Date: Sat Jun 30 13:27:16 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 131854b3f4e042c3cca1d60e7cea1c8f5d948b37 | | | Author: Jens Frenkel | | | Date: Sat Jun 30 12:31:53 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 74443b89687b467de706db5a78d14a6d0ec4bf09 | | | Author: Jens Frenkel | | | Date: Fri Jun 29 20:27:38 2012 +0000 | | | | | | - fix constant liniear system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 996dc805e5fd91296694ea5889593b4fdcaad78f | | | Author: Jens Frenkel | | | Date: Fri Jun 29 19:30:35 2012 +0000 | | | | | | - fix initial equation issus with function equationtoScalarResiduals | | | - add some util functions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/GraphML.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit fb4dede5d775bbe31b390a72d09462d321cb24b0 | | | Author: Niklas Worschech | | | Date: Fri Jun 29 14:30:21 2012 +0000 | | | | | | - Switched CVode as default solver for cpp runtime | | | - removed unused cpp case in SimCode createEquationsForSystems | | | - added test model BouncingBall to cppruntimetest- folder | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/GlobalSettings.xml | | | | | * commit 041f4400163a0a99960687d005f5154f6b0215b3 | | | Author: Martin Sjölund | | | Date: Fri Jun 29 14:04:02 2012 +0000 | | | | | | - Added missing testcase function1.mo | | | - Do not expand array-assignments (keep non-expanded as it is not needed to scalarize them) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeExpand.mo | | | | | * commit ef3d89cfc17bf6450ade1841e6d0080898aac6bd | | | Author: Martin Sjölund | | | Date: Fri Jun 29 09:26:34 2012 +0000 | | | | | | - Fix typing of [:] in function context | | | - TODO: Fix this also for expression, not just declarations of components | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 40e107ff392270c1afa268142c7e62ee73a3ab6f | | | Author: Per Östlund | | | Date: Fri Jun 29 09:15:05 2012 +0000 | | | | | | Pre-vacation code dump: | | | - Added List.accumulateMap. | | | - Replaced InstUtil.print* functions with the template based InstDump. | | | - Lots of connection handling and other fixes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassInf.mo | | | A Compiler/FrontEnd/Connect2.mo | | | A Compiler/FrontEnd/ConnectUtil2.mo | | | A Compiler/FrontEnd/InstDump.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/AbsynDumpTpl.mo | | | A Compiler/Template/InstDumpTV.mo | | | A Compiler/Template/InstDumpTpl.tpl | | | M Compiler/Template/Makefile | | | M Compiler/Util/List.mo | | | | | * commit b3ed558150f98350db99a8d4cc6e822743f0dcca | | | Author: Niklas Worschech | | | Date: Fri Jun 29 08:48:25 2012 +0000 | | | | | | -removed tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h | | | | | * commit 0abd27dc95c7caf43e433f1d3dbdbfd45bce9ac6 | | | Author: Adrian Pop | | | Date: Fri Jun 29 08:08:47 2012 +0000 | | | | | | - more equation printing in InstUtil.mo | | | - more expansion (not quite right) in SCodeExpand.mo | | | - fail again in Typing.mo in typeFunction. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit a0dfae95812af94b6614d6215140f81f6bac40dd | | | Author: Jens Frenkel | | | Date: Fri Jun 29 07:57:56 2012 +0000 | | | | | | - filter constant initial expressions | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit adb7fd657520a1bd457c8b3ec3c84538b4d936c7 | | | Author: Adrian Pop | | | Date: Fri Jun 29 06:44:43 2012 +0000 | | | | | | - ignore deleted components in Typing.typeConnectorCref2. | | | - better error message in SCodeExpand.mo. | | | - V6 engine gets to expansion now but fails there. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 1ec5cf297f1db1112109f422248b822cf28c2d02 | | | Author: Niklas Worschech | | | Date: Fri Jun 29 06:41:12 2012 +0000 | | | | | | -changed output format of cpp runtime to csv | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h | | | M SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h | | | | | * commit bf927bc44344021a152580431fa9f474d3719833 | | | Author: Jens Frenkel | | | Date: Fri Jun 29 06:13:57 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit dbaa16041830395268c9d88d54ab8d347d3c9116 | | | Author: Adrian Pop | | | Date: Fri Jun 29 06:04:23 2012 +0000 | | | | | | - set operator type to T_BOOL_DEFAULT for logical and relational operators in instOperator | | | - select the type of the operator if is not T_UNKNOWN in typeExp | | | - more builtin functions | | | - use args instead of pos_args in instFunctionCall (copy/paste error?) | | | - instFunction: add instead of addUnique as get(path) uses a non fully qualified path and it does not work. | | | - do not stop in typeFunction (for functions with unknown dimensions it fails but we should type these | | | somehow, maybe starting from the call arguments). | | | - instEngineV6 gets further but still not working. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit fff85d6a929783eeeead76e932e77f917df4770e | | | Author: Martin Sjölund | | | Date: Fri Jun 29 05:20:24 2012 +0000 | | | | | | - Check linking before we assume sundials is recent enough | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 8be4c2a35289263d938f32d985c6a6e301011c37 | | | Author: Adrian Pop | | | Date: Fri Jun 29 03:54:46 2012 +0000 | | | | | | - handle some of the builtin functions | | | - handle records | | | - add a Compiler/FrontEnd/TypeCheck.mo for type checking (does nothing for now, more will come later). | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | A Compiler/FrontEnd/TypeCheck.mo | | | M Compiler/Makefile.common | | | | | * commit f59164e5806d3cd9612ac7bc1440a1a8e3df3703 | | | Author: Jens Frenkel | | | Date: Fri Jun 29 03:41:36 2012 +0000 | | | | | | - revert some pices of last commit | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/fmi/export/fmiModelFunctions.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.h | | | | | * commit f1d941b02bb018b727494f04222c5d6198bbb082 | | | Author: Jens Frenkel | | | Date: Fri Jun 29 03:36:57 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Matching.mo | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/fmi/export/fmiModelFunctions.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.h | | | | | * commit 3ee3517ae1c6e4c37a119a768eb021d36cb20591 | | | Author: Jens Frenkel | | | Date: Fri Jun 29 03:29:18 2012 +0000 | | | | | | - the End of the WRAPPER Era | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Util.mo | | | | | * commit 63ed8ca648b4f7c917c058f6ad05b51ef1e61782 | | | Author: Martin Sjölund | | | Date: Thu Jun 28 17:45:27 2012 +0000 | | | | | | - Added typing of array allocations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 7d0bb6d02789ff44ede90ff14e152974018fee2c | | | Author: Martin Sjölund | | | Date: Thu Jun 28 12:38:33 2012 +0000 | | | | | | - Add dependency not to assign to an array before it is allocated | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 721f3b0637a699b075f1b214a9ff6fa71076b7b6 | | | Author: Jens Frenkel | | | Date: Thu Jun 28 12:28:05 2012 +0000 | | | | | | - fix count of equations, Expression.sizeof, add a fiew more types | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit c7fede3d6cfe12b5a15e4b2e9c6054bb87d94783 | | | Author: Martin Sjölund | | | Date: Thu Jun 28 09:20:45 2012 +0000 | | | | | | - New inst: Added topological sorting of array dimensions, some expansion rules for functions (allow unknown dimensions) | | | - New DAE statement: Array allocation (for new inst only) | | | - TODO: Expansion of statements in functions | | | - TODO: Topological sorting of init statements+array dimensions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/List.mo | | | | | * commit 130424a7cafec14cc26723e8da1870504dcbf1e7 | | | Author: Niklas Worschech | | | Date: Thu Jun 28 07:43:33 2012 +0000 | | | | | | - fix for algorithm if and reinit statements in cpp runtime | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 7a95b67ac3705d961e856db405eb7ea14b511fb7 | | | Author: Jens Frenkel | | | Date: Thu Jun 28 00:13:07 2012 +0000 | | | | | | - use CheckModel for checkModel | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 0d932bd6d71bf14db2c6eaa24d749a9adc2235fa | | | Author: Jens Frenkel | | | Date: Wed Jun 27 22:01:33 2012 +0000 | | | | | | - fix coding style | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/CheckModel.mo | | | M Compiler/Util/BaseHashSet.mo | | | | | * commit 3b84ccfcdc1c65b633338b492435e4bc3f93862c | | | Author: Jens Frenkel | | | Date: Wed Jun 27 21:48:51 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit e58222a5247dd9ce0cf83196d7c2f8742cefbd58 | | | Author: Jens Frenkel | | | Date: Wed Jun 27 21:40:51 2012 +0000 | | | | | | add CheckModel.mo: does the Model check without the backendend. Need less memory, should be faster, changes in backend affect less testcases | | | add HashSet.mo, BaseHashSet.mo: copy implementation from HashTable but without a value | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/OnRelaxation.mo | | | A Compiler/FrontEnd/CheckModel.mo | | | M Compiler/Makefile.common | | | A Compiler/Util/BaseHashSet.mo | | | A Compiler/Util/HashSet.mo | | | | | * commit dfebfce82ab006c8890556007df9fe7082f6049e | | | Author: Jens Frenkel | | | Date: Wed Jun 27 15:37:15 2012 +0000 | | | | | | - Inline.mo,BackendVarTransform.mo bugfix for Algorithms | | | - ExpressionSimplify.mo: symblify Range(1,5)+2 -> Range(3,7) | | | - BackendDump.mo: bugfix print If-Equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 15570489587bb271343a316795ea2d39f1395ff0 | | | Author: Niklas Worschech | | | Date: Wed Jun 27 07:32:17 2012 +0000 | | | | | | - fix for algorithm when statements in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit dc2c4fb6f1e8fc2c284403b5585e4871730c66a1 | | | Author: Adrian Pop | | | Date: Tue Jun 26 21:25:43 2012 +0000 | | | | | | - better help for the generated simulation code on -? or -help | | | - support -override x1=v1,x2=v2 -output a,b,c for the generated simulation | | | code which will override the values already in the Model_init.xml file | | | and output a, b, c on the command line at the end of the simulation. | | | - massive OpenTurns connection speedup using Model -override -output (no temp directory generated, etc) | | | - enable full example in testsuite/uncertainties/CantileverBeam_MC-template.py | | | as now it only takes 15 minutes instead of a lot of hours before. | | | - add testsuite/uncertainties/TestModels/ThermoSysPro/package.encoding to circumvent loading errors issues. | | | - delete all generated files in testsuite/uncertainties/CantileverBeam.mos | | | - small fixes to Compiler/BackEnd/OpenTURNS.mo (we should maybe give the distribution order in the OpenTurns OMC API). | | | | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/OpenTurns/wrapper_template.c | | | A SimulationRuntime/OpenTurns/wrapper_template_mat.c | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | | | * commit 8902cbf7cf65e57f49d76cae40e00a1b35a84fe4 | | | Author: Jens Frenkel | | | Date: Tue Jun 26 16:58:54 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 9e6d2118b8a59d44515697e87a71db9d682064a2 | | | Author: Jens Frenkel | | | Date: Tue Jun 26 16:54:11 2012 +0000 | | | | | | - Inline.mo: add inlineExpOpt and use it in inlineVar | | | - BackendDump: add dumping of If equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit c10ebf002479d11b5cf5c80230929f88c641fda3 | | | Author: Martin Sjölund | | | Date: Tue Jun 26 14:57:43 2012 +0000 | | | | | | - Sort initial bindings of variables in functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit f6c20d426e410b9bf1bb114ff5677c470716622e | | | Author: Jens Frenkel | | | Date: Tue Jun 26 10:08:27 2012 +0000 | | | | | | - fix bugs in BackendVarTransform.addExtendReplacement, prior not all necessary extendsions added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 34dfc7dcfec5475573172dcb5cee8a3520640f3b | | | Author: Jens Frenkel | | | Date: Mon Jun 25 22:30:14 2012 +0000 | | | | | | - fix bugs in BackendVarTransform.addExtendReplacement, prior not all necessary extendsions added | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 7b1fb8d5ca0171be7c7eab124b036ed818e1910e | | | Author: Jens Frenkel | | | Date: Mon Jun 25 22:27:17 2012 +0000 | | | | | | - add boxptr_arrayUpdate, to use arrayUpdate with List.fold1r | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit 097a678c69d9c4d2a3f43f3f7057e65178f24431 | | | Author: Adrian Pop | | | Date: Mon Jun 25 22:10:42 2012 +0000 | | | | | | - this change is to enable querying of Modelica Standard Library 3.2 which has a class called Code. | | | - changed Code quoting to use $Code in Parser/BaseModelica_Lexer.g | | | + allow $Code in END_IDENT token (to be able to use type $Code end $Code; in ModelicaBuiltin.mo). | | | + changes in Compiler/FrontEnd/ModelicaBuiltin.mo to use $Code instead of Code. | | | + documentation updates in doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex and doc/OpenModelicaUsersGuide.doc | | | + changes to Compiler/FrontEnd/Dump.mo to dump CodeNode using $Code. | | | + changes everywhere where Code was used to use $Code (.mo, .mos, .onb, .c*) | | | + updated OMEdit and OMOptim to use $Code. | | | + more interactive tests in testsuite/interactive/interactive_api_calls.mos (from doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex) | | | + show statements in more testsuite/interactive tests. | | | + update the Parser/omcc/* files | | | - removed testsuite/HumMod directory | | | - removed doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc as is way old and not useful anymore. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/Interactive.mo | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 6e0ef54f2615352c790e1551af043c41422864b8 | | | Author: Martin Sjölund | | | Date: Mon Jun 25 10:01:45 2012 +0000 | | | | | | - Only look for duplicates in the current scope when adding elements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | | | * commit bf7c4b41c94bf69ffb3bd5a8d40e20f14f244eb7 | | | Author: Per Östlund | | | Date: Mon Jun 25 09:51:18 2012 +0000 | | | | | | - Added variable declarations to function_sampleInit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit 34fafeaeaaf1f5d77535808f29cadc503727a537 | | | Author: Martin Sjölund | | | Date: Mon Jun 25 07:41:28 2012 +0000 | | | | | | - Some more function typing | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 7be649f76dea1a94ef67b5a1a0f751ae368ff283 | | | Author: Jens Frenkel | | | Date: Sun Jun 24 12:00:11 2012 +0000 | | | | | | - fix partitionIndependentBlocks for nowrappereqns | | | - continue nowrappereqns | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit d9f46ecc2761a02f20828f26dabf20c0ccfdb5df | | | Author: Jens Frenkel | | | Date: Sun Jun 24 11:00:13 2012 +0000 | | | | | | - fix testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 510b58568d5869925cf2134c9996b92911776466 | | | Author: Jens Frenkel | | | Date: Sun Jun 24 10:19:27 2012 +0000 | | | | | | - fix bootstrapp compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 0c31730f94eae962bd1e4f7c3287d7cede53226a | | | Author: Jens Frenkel | | | Date: Sun Jun 24 06:24:34 2012 +0000 | | | | | | - fix bootstrapp compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit e1a0b1bd5b5ab59534c6dfa809888a8933ceead5 | | | Author: Jens Frenkel | | | Date: Sun Jun 24 00:03:18 2012 +0000 | | | | | | ExpressionSimplify.mo: add simplifyList1, condsymplify | | | Expression:mo : add replaceCref | | | DAEUtil.mo: add replaceCref | | | BackendVarTransform.mo: replaceEquations tailrecursive and with less simplify of expressions | | | BackendEquation.mo: add equationSize, equationOptSize, equationLstSize | | | BackendDAEUtil.mo: add equationArraySize, incidenceMatrixScalar | | | BackendDAEOptimize:mo: rename lateInline to lateInlineFunction | | | BackendDAECreate.mo: use inlineVar not inlineVarOpt | | | Inline.mo: do less simplify (simplify not if there was nothing do inline) | | | continue to get rid of wrapper equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 583428032fec6fad72f01e6ac7b62a80582cd4d8 | | | Author: Jens Frenkel | | | Date: Sat Jun 23 08:35:54 2012 +0000 | | | | | | - start to ged rid of the wrapper equations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 4649fe6174b814f1d87db3910824c266d0269fa0 | | | Author: Jens Frenkel | | | Date: Sat Jun 23 08:33:08 2012 +0000 | | | | | | - BaseHashTable.mo: print also key string in case of an error | | | - Util.mo: add function consN to concate n times an ellement | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/List.mo | | | | | * commit 35225bb0add6c89dcb4d831d06982a629dae2bfa | | | Author: Niklas Worschech | | | Date: Fri Jun 22 11:08:44 2012 +0000 | | | | | | - fix in cmake file for Modelica system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt | | | | | * commit 181efacaa905bca1ad9987d692c275b617563bcc | | | Author: Jens Frenkel | | | Date: Fri Jun 22 09:03:55 2012 +0000 | | | | | | - ComponentReference.printComponentRefStr us match | | | - ExpressionDump.printListStr use stringDelimitList and List.map | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | | | * commit 395fe12078d7d9fc9d33411867b15bffe360985f | | | Author: Jens Frenkel | | | Date: Fri Jun 22 08:35:18 2012 +0000 | | | | | | remove tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | | | * commit 469a679a30f1959f5f188dcbefe09ca130a50ca9 | | | Author: Jens Frenkel | | | Date: Fri Jun 22 06:58:15 2012 +0000 | | | | | | - remove last idea for dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit ed5eb02f3d79b9745885c0665b786321c446b412 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 18:37:08 2012 +0000 | | | | | | - bugfix dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 58c5b513c2112dd2b749c0c03881f970d0dfc9d3 | | | Author: Niklas Worschech | | | Date: Thu Jun 21 18:27:18 2012 +0000 | | | | | | -fix for linking new windows boost libraries in Simulation.exe | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/SimManager/stdafx.h | | | | | * commit cda4cb344db5ee9a8454b0bac0cdcf0c6acc7106 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 17:32:38 2012 +0000 | | | | | | - finish symbolic calculation of determinant of a square matrix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 7c4ee0d6107821b307e0a05fe505d2d63cedf142 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 15:42:47 2012 +0000 | | | | | | - switch to dummyderivative | | | - remove unneeded code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 6c6c59e2a425dc32589030410006e940f793fec8 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 15:41:23 2012 +0000 | | | | | | - try improved dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 2917868b2b233b90328769dff6114e5fdd9fa8da | | | Author: Per Östlund | | | Date: Thu Jun 21 15:01:26 2012 +0000 | | | | | | - Added comments to InstSymbolTable and BaseHashTable. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/Util/BaseHashTable.mo | | | | | * commit 8c72acd0f113d3619b363d6b7e2ec9f45d12154f | | | Author: Martin Sjölund | | | Date: Thu Jun 21 14:38:29 2012 +0000 | | | | | | - Tab cleansing - use burning fire | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | | | * commit 64bab5bf0360cb4e96430e685ec8232424b09c29 | | | Author: Niklas Worschech | | | Date: Thu Jun 21 13:28:14 2012 +0000 | | | | | | - Added cppruntime test folder | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | | | * commit 35592593303eac6269afcd438addbccd2c70ad52 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 12:22:43 2012 +0000 | | | | | | - and switch back to dummyderivative | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit b3820bad148c9b9819255da76ffb6938d8dd76a4 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 12:21:32 2012 +0000 | | | | | | - remove Old getVar helpfunctions | | | - fix bug for dummy state selection | | | - try dummystateselection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 7edba3c728e59c94406dc0201e26c5370ec5d123 | | | Author: Niklas Worschech | | | Date: Thu Jun 21 11:57:43 2012 +0000 | | | | | | - modified boost version to 1.49 for windows compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | | | * commit 5c98b7e6003d9dc31ba0d1d5875b7ac03f2e2792 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 09:04:10 2012 +0000 | | | | | | - print more information in case of pure discrete equation systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 2fa354c8192554dae324923bf8db1db4b27ce3e1 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 06:16:32 2012 +0000 | | | | | | - and switch back to the old dummyderivative | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 6912234208890ee60b3d88ba244326a067715be3 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 06:14:30 2012 +0000 | | | | | | - try dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 5450e132aa54951ba31d4fdef2fc90712cb42f48 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 06:12:52 2012 +0000 | | | | | | - fix expandCref for Records | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit b57bced03a100d3b269ce7f59cd74d7e31b966d0 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 00:43:39 2012 +0000 | | | | | | - fix expandCref for Records | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 0013def2d53d482f111a9a5df9b31ab1fa8515c4 | | | Author: Jens Frenkel | | | Date: Thu Jun 21 00:43:25 2012 +0000 | | | | | | - fix expandCref for Records | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 569873a879d037e647d24b2bf6792478c4a8f433 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 23:40:55 2012 +0000 | | | | | | - fix expandCref for Records | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | | | * commit 0accc51bb6d93396e2e0595e466730ccb50cb834 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 22:37:46 2012 +0000 | | | | | | fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | | | * commit 1e4f28e1841611fec62242f8ddc0c6ecc0d71a75 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 21:35:56 2012 +0000 | | | | | | - speedup expandDer | | | - improve BackendVariable.getVar | | | - rewrote a fiew functions tailrecursive in SimCode.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/GraphML.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InstSection.mo | | | A Compiler/Util/HashTableCrILst.mo | | | | | * commit 1e1e6f84f8021c867baa0bfdb13e7755ac32d406 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 17:58:19 2012 +0000 | | | | | | - move a fiew functions to CodegenUtil.mo | | | - add some dependencies in makefile | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/Makefile | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit 4df27f04fc058a6c1247bef3291632254e34aea9 | | | Author: Adrian Pop | | | Date: Wed Jun 20 17:38:49 2012 +0000 | | | | | | - add Compiler/BackEnd/MathematicaDump.mo to testsuite/bootstrapping/LoadCompilerSources.mos | | | - fix output parameters in Compiler/BackEnd/MathematicaDump.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 478d80371bbc82bb9d77308d3989b4821d5a92c4 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 16:12:45 2012 +0000 | | | | | | - remove print from call simulate | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 0615b00fd04eba17a6c19cc23a94fc57c8c89670 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 16:08:26 2012 +0000 | | | | | | fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Utils/extension/impl/library_impl.hpp | | | | | * commit c35b460c57690dbe84b2a4832f1073cc5e81d989 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 16:04:51 2012 +0000 | | | | | | -fix loading of settings file in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp | | | | | * commit 769634149eb8de76083ef376bd9d02e0b6c17c4c | | | Author: Adrian Pop | | | Date: Wed Jun 20 14:56:20 2012 +0000 | | | | | | - use only Windows commands to get rid of "pause" in pyot.bat. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/OpenTurns/invoke.cmd | | | | | * commit 8b0083c86a4eff0a8c69b045d40ad12757256e47 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 14:49:32 2012 +0000 | | | | | | -fixed linker path in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 5438bcb0301c17021888de7f47aafb35fa6db3eb | | | Author: Adrian Pop | | | Date: Wed Jun 20 14:28:21 2012 +0000 | | | | | | - tab removal. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/MathematicaDump.mo | | | | | * commit 970705de1d33dd9ef3f826795d8107c0359e3dca | | | Author: Niklas Worschech | | | Date: Wed Jun 20 13:47:33 2012 +0000 | | | | | | - fix equationInfo field | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit aef44310a0de7242abc98b040ba125c47fb43440 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 13:29:39 2012 +0000 | | | | | | -fixed dynamic libarary loading with path names | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/SimManager/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt | | | | | * commit ce37188713fe55015743165d3ab4c09d74540b9f | | | Author: Jens Frenkel | | | Date: Wed Jun 20 13:25:04 2012 +0000 | | | | | | -fix include names in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenCpp.tpl | | | | | * commit 51fb58f95e9c905b70bd3bd5259e2fbad9e05f8d | | | Author: Martin Sjölund | | | Date: Wed Jun 20 12:55:29 2012 +0000 | | | | | | - More expansion of functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeExpand.mo | | | | | * commit 9d6cd1c8340ea7a47b82a7426d70745448a5feb0 | | | Author: Niklas Worschech | | | Date: Wed Jun 20 12:28:34 2012 +0000 | | | | | | - fix testsuite | | | - add CodegenUtil.tpl/.mo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Template/CodegenC.tpl | | | M Compiler/Template/CodegenFMU.tpl | | | M Compiler/Template/CodegenQSS.tpl | | | A Compiler/Template/CodegenUtil.tpl | | | M Compiler/Template/Makefile | | | M Compiler/Template/SimCodeDump.tpl | | | | | * commit 1c52a6104fc57b81638cebc14e382cc051d2397b | | | Author: Martin Sjölund | | | Date: Wed Jun 20 12:24:23 2012 +0000 | | | | | | - Start of function expansion | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 66acada687e882f0493fd0aff81c435c468c6fc9 | | | Author: Leonardo Laguna | | | Date: Wed Jun 20 12:07:56 2012 +0000 | | | | | | - Implemented MathematicaDump.mo for uncertainty calculations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/BackEnd/MathematicaDump.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/Makefile.common | | | | | * commit 2e98d0e661103e6b77745fc212df0131d9940efc | | | Author: Per Östlund | | | Date: Wed Jun 20 11:28:07 2012 +0000 | | | | | | - Fixed compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 9f2d46d742ee3464d6f3043a7008e3a0d3b97f84 | | | Author: Per Östlund | | | Date: Wed Jun 20 11:27:31 2012 +0000 | | | | | | - Added some List utility functions. | | | - Progagate more Absyn.Info in SCodeInst. | | | - Fixed propagation of visibility for extends in SCodeInst. | | | - Added arguments to builtin Connections functions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Util/List.mo | | | | | * commit c80f0935b625b5e406f91e1924e4eaf945cc749b | | | Author: Niklas Worschech | | | Date: Wed Jun 20 10:28:03 2012 +0000 | | | | | | fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | | | * commit acfec95dc7ed09c5950465aa9f9c27f4ce51277b | | | Author: Martin Sjölund | | | Date: Wed Jun 20 10:03:35 2012 +0000 | | | | | | - Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | | | * commit 01b1c86039d8ef8867d9da4a54cd91b9ec97d30c | | | Author: Niklas Worschech | | | Date: Wed Jun 20 09:10:29 2012 +0000 | | | | | | fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/CodegenC.tpl | | | D Compiler/susan_codegen/SimCode/Makefile | | | | | * commit c7b91e6d5ba873c708ba0831b0e1eda605895f92 | | | Author: Niklas Worschech | | | Date: Wed Jun 20 08:59:46 2012 +0000 | | | | | | - move tpl from susan_codegen to Template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | R100 Compiler/susan_codegen/SimCode/AbsynDumpTV.mo Compiler/Template/AbsynDumpTV.mo | | | R100 Compiler/susan_codegen/SimCode/AbsynDumpTpl.tpl Compiler/Template/AbsynDumpTpl.tpl | | | R100 Compiler/susan_codegen/SimCode/CodegenAdevs.tpl Compiler/Template/CodegenAdevs.tpl | | | R100 Compiler/susan_codegen/SimCode/CodegenC.tpl Compiler/Template/CodegenC.tpl | | | R100 Compiler/susan_codegen/SimCode/CodegenCSharp.tpl Compiler/Template/CodegenCSharp.tpl | | | R099 Compiler/susan_codegen/SimCode/CodegenCpp.tpl Compiler/Template/CodegenCpp.tpl | | | R100 Compiler/susan_codegen/SimCode/CodegenFMU.tpl Compiler/Template/CodegenFMU.tpl | | | R100 Compiler/susan_codegen/SimCode/CodegenQSS.tpl Compiler/Template/CodegenQSS.tpl | | | R100 Compiler/susan_codegen/SimCode/DAEDumpTV.mo Compiler/Template/DAEDumpTV.mo | | | R100 Compiler/susan_codegen/SimCode/DAEDumpTpl.tpl Compiler/Template/DAEDumpTpl.tpl | | | R100 Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo Compiler/Template/ExpressionDumpTV.mo | | | R100 Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl Compiler/Template/ExpressionDumpTpl.tpl | | | A Compiler/Template/Makefile | | | R100 Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl Compiler/Template/SCodeDumpTpl.tpl | | | R100 Compiler/susan_codegen/SimCode/SCodeTV.mo Compiler/Template/SCodeTV.mo | | | R100 Compiler/susan_codegen/SimCode/SimCodeDump.tpl Compiler/Template/SimCodeDump.tpl | | | R100 Compiler/susan_codegen/SimCode/SimCodeTV.mo Compiler/Template/SimCodeTV.mo | | | R100 Compiler/susan_codegen/SimCode/Unparsing.tpl Compiler/Template/Unparsing.tpl | | | D Compiler/susan_codegen/SimCode/SimCodeFMU.tpl | | | | | * commit bbf4a5ffebcb045d4f1176dbde231bb5bb4afa68 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 08:55:12 2012 +0000 | | | | | | -fix for calling cpp simulation exceutable | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit 7852a63a438c4d834dd7eff22a78f29f5fceda6e | | | Author: Martin Sjölund | | | Date: Wed Jun 20 08:33:39 2012 +0000 | | | | | | - Make string escaping also handle Windows-style newlines | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/runtime/System_omc.cpp | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo | | | M Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 3ce6b809fd944d878fc12e63fe24b20df9903452 | | | Author: Peter Aronsson | | | Date: Wed Jun 20 07:32:33 2012 +0000 | | | | | | Fixed bug with parameter being evaluated when building openTurns interface. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit e95a418fd7052c94e67da17231c5ff470ef88091 | | | Author: Niklas Worschech | | | Date: Wed Jun 20 07:14:11 2012 +0000 | | | | | | - fix for algloop include names | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit 630a8dc72b60f683cb1aa4b3c1bda04c61fbe116 | | | Author: Jens Frenkel | | | Date: Wed Jun 20 07:09:50 2012 +0000 | | | | | | - fix testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit d172acde3e5c7633bf56f4c3cf5ad6d506b26c69 | | | Author: Niklas Worschech | | | Date: Wed Jun 20 06:59:40 2012 +0000 | | | | | | -fixed include names in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit f55679845101246b2714a8c747694f0e32fa5755 | | | Author: Jens Frenkel | | | Date: Tue Jun 19 16:34:16 2012 +0000 | | | | | | - fix testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 3462e9ecd3c6ad5a29f3ed6bfe8d619ea1cac59f | | | Author: Adrian Pop | | | Date: Tue Jun 19 16:25:56 2012 +0000 | | | | | | - remove some extra checks. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/OpenTurns/wrapper_template.c | | | | | * commit 95145e06df2ca63034d2f8d85dc22b2cfa453c4f | | | Author: Niklas Worschech | | | Date: Tue Jun 19 16:01:56 2012 +0000 | | | | | | -fix in Euler CMakefile additional library dependencies | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt | | | | | * commit e24d4370867ac45cedf12df51c6e77088c3fec8f | | | Author: Adrian Pop | | | Date: Tue Jun 19 15:55:19 2012 +0000 | | | | | | - fixes to OpenTurns to support parallel execution. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/OpenTurns/invoke.cmd | | | M SimulationRuntime/OpenTurns/wrapper_template.c | | | | | * commit 1fd2900fe54c5069fd323f83200028af0d9a172b | | | Author: Jens Frenkel | | | Date: Tue Jun 19 15:32:39 2012 +0000 | | | | | | - fix cpp installation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | | | * commit 458b21cbd65959ad0560448aa6d3f7ec52a6a4d1 | | | Author: Jens Frenkel | | | Date: Tue Jun 19 15:29:18 2012 +0000 | | | | | | fix runtime cpp for compilation Makefile Source/*.* | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Makefile | | | M SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp | | | M SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.h | | | M SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Source/Utils/extension/impl/decl.hpp | | | | | * commit 334a77213ef0a298fe31c70352914ed28792d53a | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Jun 19 14:04:19 2012 +0000 | | | | | | - Fix for unallocated arrays in records. And some passing tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit af4d6d4db135ff6b8811a885900c76552e9d3f9f | | | Author: Niklas Worschech | | | Date: Tue Jun 19 14:00:31 2012 +0000 | | | | | | - fix testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 4eed977d3b21b2e81d23504d14616bfa981e68d4 | | | Author: Martin Sjölund | | | Date: Tue Jun 19 13:05:54 2012 +0000 | | | | | | - Fix iconv errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 67c7e9d6519a88459130926329537dbadb6893ac | | | Author: Martin Sjölund | | | Date: Tue Jun 19 13:00:33 2012 +0000 | | | | | | - Add a HT | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Makefile.common | | | A Compiler/Util/HashTablePathToFunction.mo | | | M Compiler/Util/Util.mo | | | | | * commit ccce539e83abe9d23d21eccf863dceaf08a7803f | | | Author: Jens Frenkel | | | Date: Tue Jun 19 12:40:14 2012 +0000 | | | | | | replaced includes of Settingsfactory with SettingsFactory | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h | | | | | * commit 0a02ede57d860372bd643e492b2f684b4abf2e5c | | | Author: Jens Frenkel | | | Date: Tue Jun 19 12:32:57 2012 +0000 | | | | | | replaced all utils/extension includes with Utils/extension | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/SimManager/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Modelica/Modelica.h | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Utils/extension/adaptable_factory.hpp | | | M SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp | | | M SimulationRuntime/cpp/Source/Utils/extension/extension.hpp | | | M SimulationRuntime/cpp/Source/Utils/extension/factory.hpp | | | M SimulationRuntime/cpp/Source/Utils/extension/factory_map.hpp | | | M SimulationRuntime/cpp/Source/Utils/extension/filesystem.hpp | | | M SimulationRuntime/cpp/Source/Utils/extension/impl/create.hpp | | | M SimulationRuntime/cpp/Source/Utils/extension/shared_library.hpp | | | M SimulationRuntime/cpp/Source/Utils/extension/type_map.hpp | | | | | * commit 038cbb30559fdcec6f9ce11a935af2834faca4c4 | | | Author: Per Östlund | | | Date: Tue Jun 19 12:10:39 2012 +0000 | | | | | | Fix for bug #1750: | | | - Fixed propagation of visibility for extends. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 400994e761aeaf6a1c2672ec5fe61ed8a296275b | | | Author: Martin Sjölund | | | Date: Tue Jun 19 11:48:20 2012 +0000 | | | | | | - Finished propagation of FunctionHashTable | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Util/List.mo | | | | | * commit 73da0ea11d4e4bbc58b9107fffbe062c3f1cd0dc | | | Author: Jens Frenkel | | | Date: Tue Jun 19 09:36:50 2012 +0000 | | | | | | - add targets for runtimeCPP | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit c0ca49e19386c5d3a632992467e20d9c2c66b10a | | | Author: Jens Frenkel | | | Date: Tue Jun 19 09:33:56 2012 +0000 | | | | | | - add make files for cpp runtime call cmake | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/cpp/Makefile | | | | | * commit 2caac13c43a0ff99bc153306cff2f4b7f08a731c | | | Author: Martin Sjölund | | | Date: Tue Jun 19 09:28:29 2012 +0000 | | | | | | - Propagate functions further | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Util/List.mo | | | | | * commit a52e23f2d8f9f596ae6f53b735df869e13202613 | | | Author: Martin Sjölund | | | Date: Tue Jun 19 08:20:57 2012 +0000 | | | | | | - Updated OSMC License | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M OSMC-License.txt | | | | | * commit f9aed1733356ffe77b0cb304ccc03f005c45abb0 | | | Author: Jens Frenkel | | | Date: Tue Jun 19 08:15:48 2012 +0000 | | | | | | - fix testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 7aa712a9d3a3f5470321a14a2dffb74ac0ebc3a6 | | | Author: Jens Frenkel | | | Date: Tue Jun 19 07:57:27 2012 +0000 | | | | | | - fix tests linearization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 45b1d24258341836d253436aca159e689bdd1922 | | | Author: Martin Sjölund | | | Date: Tue Jun 19 06:29:06 2012 +0000 | | | | | | - cmake is stupid and evil, and people write as poor cross-platform files as make, why use it? | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | | | * commit 9cea235f7e0cc869fa323008445adc873a4e38fd | | | Author: Jens Frenkel | | | Date: Mon Jun 18 23:00:23 2012 +0000 | | | | | | - generate for each equation only one function in c code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Util/List.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 5377f98e07babdd851df02ca3d4d5755f2c9f72d | | | Author: Jens Frenkel | | | Date: Mon Jun 18 18:15:28 2012 +0000 | | | | | | - use state index direct instead of search for it in markStateEquations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 85006083c2a6a6e29b8354f9d91f5dbec1b8494d | | | Author: Niklas Worschech | | | Date: Mon Jun 18 14:50:21 2012 +0000 | | | | | | Moved boost::extension to Source/utils/ folder | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/SimManager/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Modelica/Modelica.h | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h | | | A SimulationRuntime/cpp/Source/Utils/extension/adaptable_factory.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/common.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/extension.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/factory.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/factory_map.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/filesystem.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory_free_functions.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory_set.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/create.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/create_func.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/decl.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/factory.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/factory_map.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/function.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/library_impl.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/shared_library.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/impl/typeinfo.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/parameter.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/parameter_map.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/registry.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/shared_library.hpp | | | A SimulationRuntime/cpp/Source/Utils/extension/type_map.hpp | | | | | * commit 331b859d5151822beda1ba71cfee647b717e2d47 | | | Author: Martin Sjölund | | | Date: Mon Jun 18 14:39:21 2012 +0000 | | | | | | - Propagate more functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit a50e841dfdb3a5ec85660beedfe7881227239151 | | | Author: Martin Sjölund | | | Date: Mon Jun 18 14:01:48 2012 +0000 | | | | | | - Fix bootstrap compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 57acd81ad86d3e34e0a9499f52a4d25617487d81 | | | Author: Jens Frenkel | | | Date: Mon Jun 18 13:58:54 2012 +0000 | | | | | | - continue to implement uniqueEqIndex for simcode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit f7d4236730b2d094d743200cc8de685b532b2189 | | | Author: Jens Frenkel | | | Date: Mon Jun 18 12:56:09 2012 +0000 | | | | | | - start to implement uniqueEqIndex for simcode | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 4d47482ef522324e34e216ab8c4b8257c0a601df | | | Author: Martin Sjölund | | | Date: Mon Jun 18 11:34:49 2012 +0000 | | | | | | - Don't install-openturns on sane systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 8931a07f469ffd52956bf446b07f6b500e8348b0 | | | Author: Martin Sjölund | | | Date: Mon Jun 18 10:33:57 2012 +0000 | | | | | | - Propagate more functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 4256d35a260275b85e42e16457d6b777b0309745 | | | Author: Adrian Pop | | | Date: Mon Jun 18 10:25:37 2012 +0000 | | | | | | - fix windows compilation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/OpenTurns/invoke.cmd | | | A SimulationRuntime/OpenTurns/wrapper_template.c | | | A SimulationRuntime/OpenTurns/wrapper_template.compile.cmd | | | A SimulationRuntime/OpenTurns/wrapper_template.makefile | | | | | * commit 0077476cf568f2fbb1df8cd288d170b7a04f3076 | | | Author: Jens Frenkel | | | Date: Mon Jun 18 09:49:37 2012 +0000 | | | | | | - add index to each SimEqSystem | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 97e830fc5faf9412b6be83bb7c7f8aa7dc1bd8c8 | | | Author: Martin Sjölund | | | Date: Mon Jun 18 07:56:11 2012 +0000 | | | | | | #1751 | | | - Changed the ModelicaInternal_getenv definition to match the declaration | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | | | * commit f19610cf6dfafdcebde0d53dac2dbd7d7f41d6c4 | | | Author: Jens Frenkel | | | Date: Mon Jun 18 07:40:36 2012 +0000 | | | | | | - fix bug in calculaton of jacobian, in case of state jacobian have to generated for der(x) not for x | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit fa0fa4e2484292683fcca3e01727a7dd8ca224e0 | | | Author: Adrian Pop | | | Date: Mon Jun 18 00:42:32 2012 +0000 | | | | | | - finishing up the OpenTURNS wrapper. | | | - templates in share/omc/scripts/OpenTurns with all the needed stuff | | | - added runOpenTURNSPythonScript to run the python file | | | - everything works fine now on windows, can be easily adapted for Linux! | | | - see testsuite/uncertainties/CantileverBeam.mos | | | - fixed warning in solver/solver_main.c | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/scripts/replace-startValue.bat | | | M Compiler/scripts/replace-startValue.sh | | | M Makefile.common | | | D SimulationRuntime/OpenTurns/Makefile.mingw | | | D SimulationRuntime/OpenTurns/model_name.h | | | D SimulationRuntime/OpenTurns/read_matlab4.c | | | D SimulationRuntime/OpenTurns/read_matlab4.h | | | D SimulationRuntime/OpenTurns/wrapper.c | | | D SimulationRuntime/OpenTurns/wrapper_name.h | | | M SimulationRuntime/c/simulation/solver/model_help.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit afa4ea5e48744c08ea3aeffbc1c2383ed86d6a21 | | | Author: Jens Frenkel | | | Date: Sun Jun 17 17:09:11 2012 +0000 | | | | | | - and tearing off after test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit bee4633a695a2a966f25cc3b0aa7cda1989ce2ce | | | Author: Jens Frenkel | | | Date: Sun Jun 17 17:07:37 2012 +0000 | | | | | | - try testsuite with tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 356756e0993830ca8f6c8322044f05f8c5315f00 | | | Author: Jens Frenkel | | | Date: Sun Jun 17 15:25:21 2012 +0000 | | | | | | - and tearing off after test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit feac7ea84ee24fde08d192b83137928bd3607e09 | | | Author: Jens Frenkel | | | Date: Sun Jun 17 15:23:19 2012 +0000 | | | | | | - try testsuite with tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit d9cbf5179b08f8f09e21abf11e48d5c0c5e33573 | | | Author: Jens Frenkel | | | Date: Sun Jun 17 15:22:11 2012 +0000 | | | | | | - fix bugs for tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 15a3d75ebb43d95299f285708db6dc44b2860dcc | | | Author: Jens Frenkel | | | Date: Sat Jun 16 12:40:08 2012 +0000 | | | | | | - and switch back to tearing off | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit eeaa1e032507bdff439c14ed7401933519440005 | | | Author: Jens Frenkel | | | Date: Sat Jun 16 12:38:12 2012 +0000 | | | | | | - test how many tests fail if tearing is used | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit cc9ce655d144dcf45832372f19e8cdf751abf26d | | | Author: Jens Frenkel | | | Date: Sat Jun 16 12:20:32 2012 +0000 | | | | | | - minor fixes for tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | | | * commit 975079a547c99426695758a10c427942f672929a | | | Author: Per Östlund | | | Date: Fri Jun 15 19:24:22 2012 +0000 | | | | | | - Fixing the testsuite again. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 8bc10898b733b4fc87d2da01ebda58c011028e22 | | | Author: Jens Frenkel | | | Date: Fri Jun 15 18:39:06 2012 +0000 | | | | | | - fix some bugs for tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | | | * commit 4b30bc7917a801acadc66050630ad773d54a5025 | | | Author: Per Östlund | | | Date: Fri Jun 15 17:00:20 2012 +0000 | | | | | | - Forgot to commit Error.mo. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Error.mo | | | | | * commit 19ef8f063f2c58c98e6f73731c54eac0c0831173 | | | Author: Per Östlund | | | Date: Fri Jun 15 16:55:33 2012 +0000 | | | | | | - Added error message when trying to redeclare nonexisting element. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | | | * commit cf6d6f111e4316385c11ebebe0a3f6145dc296f2 | | | Author: Jens Frenkel | | | Date: Fri Jun 15 14:47:34 2012 +0000 | | | | | | - dump more tearing information | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit fd49aaed1e5bcd2445e6e661412d5827cc330a52 | | | Author: Jens Frenkel | | | Date: Fri Jun 15 14:16:17 2012 +0000 | | | | | | - minor changes to derivall for tearing | | | - remove depug outputs from tearing | | | - bugfix AdjacencyMatrixEnhanced | | | - dynamic state selection, set start value of contition not static | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit acd39ae9ab140b26731585722166c1e5b8553951 | | | Author: Willi Braun | | | Date: Fri Jun 15 12:45:59 2012 +0000 | | | | | | - updated non-linear systems solving algorithm | | | - changed extrapolation data | | | - added nominal values for scaling | | | - adjusted the strategy of solving | | | - marked some more ThermoSysPro examples as working | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/model_help.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 2fe083b7aff246adc9e83dfadc1c0301ea405d49 | | | Author: Jens Frenkel | | | Date: Thu Jun 14 16:17:15 2012 +0000 | | | | | | - fix strange infinit loop in c_runtime by reverse the order of the equations in strong component | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 9abd2daec39011143ffe06e4514bf094d56eb848 | | | Author: Jens Frenkel | | | Date: Thu Jun 14 14:59:06 2012 +0000 | | | | | | - remove BackendDAEExt from tarjanAlgorithm | | | - use function transformBackendDAE in Uncertainties | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit 56f61ec0041319c9eb06e13cc9b2ae593e308c4f | | | Author: Martin Sjölund | | | Date: Thu Jun 14 14:32:14 2012 +0000 | | | | | | - Propagate some more information so we can store functions in the future | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/FrontEnd/EvalFunction.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/List.mo | | | | | * commit 52d7c51445cde073e4025c1c720d7ff45e51bda8 | | | Author: Leonardo Laguna | | | Date: Thu Jun 14 13:13:59 2012 +0000 | | | | | | - Updated algorithm for equations extraction in uncertainties calculations. Note: no test has been added since we haven't defined the final output | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | | | * commit edb69954f09096caa8b74cbdfdfbc28eb781f0ac | | | Author: Per Östlund | | | Date: Thu Jun 14 11:26:20 2012 +0000 | | | | | | - Fixed prefixing of function variables in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 4b7fc6bb325c815426c95a202a231e27fc7ba2e3 | | | Author: Martin Sjölund | | | Date: Thu Jun 14 11:20:01 2012 +0000 | | | | | | - Added tail-recursion for NORETCALL statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | | | * commit 1b69f3c07ebc77cfccd7e37e9b8ccb995d3090b4 | | | Author: Martin Sjölund | | | Date: Thu Jun 14 11:09:27 2012 +0000 | | | | | | - Started work on sending additional options to simplify | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit b9f3dbe53f88e5e0febb3ffd1dc93902e85e68fc | | | Author: Jens Frenkel | | | Date: Thu Jun 14 09:45:27 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit 2783af706df096012af8fe03688d2a3600faa751 | | | Author: Peter Aronsson | | | Date: Thu Jun 14 08:54:49 2012 +0000 | | | | | | -Implemented xml file for Uncertainty interface with OpenTURNS.mo | | | -Updated CantiliverBeam.mos testcase | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit 9462043d0616742d4598bb75a6405f304412a701 | | | Author: Jens Frenkel | | | Date: Wed Jun 13 21:26:51 2012 +0000 | | | | | | - use simplifyTimeIndepFuncCalls module | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 2357b68dad51935f44254e52cdff14bb44521dac | | | Author: Jens Frenkel | | | Date: Wed Jun 13 21:11:25 2012 +0000 | | | | | | - minor fixes for new dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | | | * commit 1e14e3ef405367bcea5097186a5a8f5def7f680b | | | Author: Jens Frenkel | | | Date: Wed Jun 13 21:00:14 2012 +0000 | | | | | | add module simplifyTimeIndepFuncCalls | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 710c467854f1edd1693215fd2981e8741bfa9bd8 | | | Author: Jens Frenkel | | | Date: Wed Jun 13 17:15:05 2012 +0000 | | | | | | - fix bug for loopIndexTester model from forum | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit c04aee278f90d0f7627c2ab03915bbbda71f00be | | | Author: Martin Sjölund | | | Date: Wed Jun 13 13:48:30 2012 +0000 | | | | | | - Inst&Type if-statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 6cead72adb0364daff6d7c332fc406b83e787ec3 | | | Author: Martin Sjölund | | | Date: Wed Jun 13 08:42:22 2012 +0000 | | | | | | - Typing/Expand of algorithm sections are now propagated properly (but only for some of them) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 349bad68268f2c20e9e0fec782f951ae2b54bb05 | | | Author: Jens Frenkel | | | Date: Tue Jun 12 19:06:14 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/IndexReduction.mo | | | | | * commit 110776292dcaab1fd4ec35c7ef2b89c1bf0955aa | | | Author: Jens Frenkel | | | Date: Tue Jun 12 16:26:01 2012 +0000 | | | | | | - continue new dynamic state selection | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/FrontEnd/DAE.mo | | | | | * commit 0bd16d6c0fd736fb3a519ddb7b8b9f56d4d925ce | | | Author: Jens Frenkel | | | Date: Tue Jun 12 15:13:36 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 97f1cf63e95dffb0bcb66534e980972547fa76f6 | | | Author: Jens Frenkel | | | Date: Tue Jun 12 14:45:48 2012 +0000 | | | | | | - remove (again) all the unnecessary local BackendDAE.BackendDAE variable declarations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit d2a45097610f9af1712d3c8d8feb87d400dce9d0 | | | Author: Martin Sjölund | | | Date: Tue Jun 12 13:57:28 2012 +0000 | | | | | | - Fix compilation (double errors 2 commits ago; fixed only 1) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit e505b35bfaf4b111955ebc22bcf8e333641c5062 | | | Author: Martin Sjölund | | | Date: Tue Jun 12 13:42:22 2012 +0000 | | | | | | - Fix names of outputs to correct ones | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit af510b4ed7fd7614915d92eed442de2eece985ca | | | Author: Peter Aronsson | | | Date: Tue Jun 12 12:06:59 2012 +0000 | | | | | | -Added generation of covariance matrix to openturns python script. Currently there is a limitation due to insufficient support of records inside vectors, so the covariance matrix must be defined using an algorithm section and the size must be declared as a constant, like this: | | | | | | Correlation correlation[1]; | | | algorithm | | | correlation := {Correlation(a,b,0.1)}; | | | | | | (Due to the limitation, this declaration and the algorithm section is stripped from the model before building the simulator) | | | | | | This also means that the Correlation record is now a built in class in OpenModelica. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Util.mo | | | | | * commit 357d5dcff98e3360977784f0c0448f61d4613633 | | | Author: Lennart Ochel | | | Date: Tue Jun 12 10:54:14 2012 +0000 | | | | | | - treat each initial_residual with a scaling factor of zero as unscaled initial_residual | | | - [kinsol] switch globalization strategy (applied to the Newton method) to linesearch if the default one fails | | | - introduce scaling for kinsol initialization method | | | - fix invalid free-call after exception (THROW-macro) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization.h | | | M SimulationRuntime/c/simulation/solver/kinsol_initialization.c | | | M SimulationRuntime/c/simulation/solver/kinsol_initialization.h | | | M SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c | | | M SimulationRuntime/c/simulation/solver/newuoa_initialization.c | | | M SimulationRuntime/c/simulation/solver/simplex_initialization.c | | | | | * commit 97dfd9f96e4a7786d5668545254bcedd2d44fcfd | | | Author: Martin Sjölund | | | Date: Tue Jun 12 09:57:25 2012 +0000 | | | | | | - Fix tab errors | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit 8584f8261669fe1572e1c73077db4cef02de8439 | | | Author: Niklas Worschech | | | Date: Tue Jun 12 09:28:14 2012 +0000 | | | | | | fix in cpp template for array of models code generation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | M SimulationRuntime/cpp/Source/System/Modelica/Modelica.h | | | | | * commit 5b29895244c9698365ad74059ce7636a827f4735 | | | Author: Adrian Pop | | | Date: Tue Jun 12 03:12:43 2012 +0000 | | | | | | - MODELNAME is not required. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/OpenTurns/model_name.h | | | | | * commit e8851d88c11baab05fcb47b710a1572d2d75dc03 | | | Author: Adrian Pop | | | Date: Tue Jun 12 03:04:27 2012 +0000 | | | | | | - use a defined variable for the wrapper name. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/OpenTurns/Makefile.mingw | | | | | * commit 20220de35f8d70cd140c97bf622e0d4af9421739 | | | Author: Per Östlund | | | Date: Mon Jun 11 14:22:53 2012 +0000 | | | | | | - Some conditional component improvements in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 151d50bb81d91fda26013f058b8557db5b8d0254 | | | Author: Per Östlund | | | Date: Mon Jun 11 09:54:16 2012 +0000 | | | | | | - Fix connector type check in SCodeInst for connectors derived from basic types. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit d85b676c1d20e91037f7c1ab295997e000b332f4 | | | Author: Jens Frenkel | | | Date: Fri Jun 8 16:00:45 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit 60679287a7b03ec8dc7480423cdfa0bea15f88bf | | | Author: Jens Frenkel | | | Date: Fri Jun 8 15:22:41 2012 +0000 | | | | | | - remove local var declaration | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | * commit 6144e79812022a7969e08a7b348690ab191331c9 | | | Author: Jens Frenkel | | | Date: Fri Jun 8 15:05:46 2012 +0000 | | | | | | - remove tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/matchmaker.h | | | | | * commit 380711895c6a19993b363ec281a8e7819bc7d42e | | | Author: Jens Frenkel | | | Date: Fri Jun 8 13:56:18 2012 +0000 | | | | | | - remove tabs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/IndexReduction.mo | | | M Compiler/BackEnd/Matching.mo | | | M Compiler/runtime/matching.c | | | M Compiler/runtime/matching_cheap.c | | | | | * commit 7ce136c80fe1989005242bffee58dab26c80b1e1 | | | Author: Federico Bergero | | | Date: Fri Jun 8 13:41:50 2012 +0000 | | | | | | Fixing bug in QSS target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 6aa7a95fc2c2cbda864c22a9da27ceb08eed8121 | | | Author: Jens Frenkel | | | Date: Fri Jun 8 13:32:12 2012 +0000 | | | | | | - bugfix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.common | | | | | * commit 3e36ec3037e9ee783a83be073602fd4d98c4b1d1 | | | Author: Jens Frenkel | | | Date: Fri Jun 8 13:24:01 2012 +0000 | | | | | | - add AdjacencyMatrixTEnhanced | | | - C-Implementation of Matchingalgorithms from Kamer Kaya, Johannes Langguth and Bora Ucar see: http://bmi.osu.edu/~kamer/index.html | | | - improve tearingNew | | | - fix coundOperations -> countOperations | | | - minor changes to dump functions | | | - remove getNumberOfEquationArray, is the same like equationSize | | | - add new dynamic state selection module (not yet finished) | | | - add source info for division by zero | | | - add GraphML.mo (dumps grahml files see http://www.yworks.com, Matching.mo (some Matching Algorithms DFS,BFS,MC21A,PF,PFPlus,HK,HKDW,ABMP,PR_FIFO_FAIR,cheapMatching), IndexReduction (dynamic state selection, Pantelides index reduction) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | A Compiler/BackEnd/GraphML.mo | | | A Compiler/BackEnd/IndexReduction.mo | | | A Compiler/BackEnd/Matching.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/Makefile.common | | | A Compiler/runtime/matching.c | | | A Compiler/runtime/matching_cheap.c | | | A Compiler/runtime/matchmaker.h | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 4e69e96dc06ca798c450475f3419b60c9f203916 | | | Author: Per Östlund | | | Date: Fri Jun 8 12:26:23 2012 +0000 | | | | | | - Removed tab. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit 6b855d615ee5f6103c2bd2a45eb893817f1d48cd | | | Author: Per Östlund | | | Date: Fri Jun 8 12:12:49 2012 +0000 | | | | | | - Added support for x = func(...), where func returns multiple values. | | | - Some fixes for expandable connectors in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl | | | | | * commit ec56b85301b57c43fa10721b23abf40f044aed1c | | | Author: Martin Sjölund | | | Date: Fri Jun 8 10:15:25 2012 +0000 | | | | | | - Tabs are evil | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/OpenTURNS.mo | | | | | * commit 44545c5e6480a10c36757c2d87256a988f285db4 | | | Author: Peter Aronsson | | | Date: Fri Jun 8 07:26:09 2012 +0000 | | | | | | -Added attribute to builtin classes real and integer for uncertainty distributions called distribution with record definition: | | | record Distribution | | | String name; | | | Real params[:]; | | | String paramNames[:]; | | | end Distribution; | | | -Improved BackendDAEOptimize.removeParameters. Now also visits attributes of builtin classes (needed for uncertainty tests) | | | -Introduced aliases in BackendDAEUtil so you don't have to write so much when declaring new variables from BackendDAE. | | | -Added function BackendDAEUtil.getAllVarLst that retrieves all variables (incl. parameters) from the dae. | | | -Added testsuite folder for uncertainties | | | -Added functions BackendVariable.{setVarAttributes,varDistribution,varHasDistributionAttribute} | | | -Added package Backend/OpenTURNS.mo and begun implementation of python script generation (distributions added) | | | -Added script function buildOpenTURNSInterface(className,templateFile) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | A Compiler/BackEnd/OpenTURNS.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Makefile.common | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/Util/VarTransform.mo | | | M Makefile.common | | | | | * commit 9f551390c92ebb238d60124c5305e58709be12d9 | | | Author: Martin Sjölund | | | Date: Thu Jun 7 14:19:26 2012 +0000 | | | | | | - Fix dependency analysis | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCode.mo | | | | | * commit 8e0c50c4206145cb50553ef4db9c5ad0d39c679a | | | Author: Martin Sjölund | | | Date: Thu Jun 7 12:43:36 2012 +0000 | | | | | | - Refactoring EQ_NORETCALL (store Exp to simplify implementation/traversal) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl | | | M Compiler/susan_codegen/SimCode/SCodeTV.mo | | | | | * commit b2e4ae1d0815c37d2ff8a7d4d4ed1e254b908599 | | | Author: Martin Sjölund | | | Date: Thu Jun 7 10:30:52 2012 +0000 | | | | | | - Added support for varargs-style functions in SCodeInst | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit face260e2be16ecdc1743f2cd7fb4d568808fcd9 | | | Author: Martin Sjölund | | | Date: Thu Jun 7 09:28:17 2012 +0000 | | | | | | - Refactoring: SCode.ALG_NORETCALL now takes an expression to simplify traversal | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl | | | M Compiler/susan_codegen/SimCode/SCodeTV.mo | | | | | * commit c00395c751484ffeb84e84cd89fad6f1d20afcac | | | Author: Martin Sjölund | | | Date: Thu Jun 7 09:10:50 2012 +0000 | | | | | | - Updated examples | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/sim_BouncingBall.mos | | | M Examples/visualize_3D_BouncingBall.mos | | | M Makefile.common | | | | | * commit 2e3b512c86bc39e59079d6152953c5b743dc4caa | | | Author: Martin Sjölund | | | Date: Thu Jun 7 08:53:05 2012 +0000 | | | | | | - Send enumerations to a function expecting enumerations instead of strings | | | - Use the correct function header | | | - Added bounds checking | | | Thanks to Curt Siffert for reporting the bug | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/ErrorMessage.cpp | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/errorext.h | | | M Compiler/runtime/printimpl.c | | | | | * commit 7578b392e9e3b6494fc385fe7b08a3b4cdbd6424 | | | Author: Jens Frenkel | | | Date: Tue Jun 5 21:37:14 2012 +0000 | | | | | | - BackendEquation.mo: add functions equationUnknownCrefs and traverseBackendDAEEqnList | | | - BackendVariable.mo: splitt function createpDerVar in createpDerVar and copyVarNewName | | | avoid side effects in mergeVariables by copy var array | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 9c77c45b19eaeb84eaca70f2be15a962b24995be | | | Author: Jens Frenkel | | | Date: Tue Jun 5 21:33:31 2012 +0000 | | | | | | - Inline.mo: splitt function inlineEqOpt in two functions (inlineEq,inlineEqOpt) | | | - Expression.mo: add functions traversingDerAndComponentRefFinder, expHasDerCref, traversingexpHasDerCref | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 70ec769a064b596e4f5b69f613fd0f1e5ff00874 | | | Author: Niklas Worschech | | | Date: Tue Jun 5 16:26:18 2012 +0000 | | | | | | Added Ida solver to cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/LibrariesConfig.h.in | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.cpp | | | A SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt | | | A SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.cpp | | | A SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.h | | | A SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.cpp | | | A SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.h | | | A SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h | | | A SimulationRuntime/cpp/Source/Solver/Ida/Interfaces/IIdaSettings.h | | | | | * commit d1234c096aafd2d849f7222a7a4dd45e0b32b0c4 | | | Author: Per Östlund | | | Date: Tue Jun 5 13:53:05 2012 +0000 | | | | | | - Allow expandable connector components in connects for SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit e38f3d7fa12b9ab03353de029e99eab88eae15a5 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 13:24:37 2012 +0000 | | | | | | - Instantiate more statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 2be404c5d49afae41cbd65865ee94f2950956f6c | | | Author: Martin Sjölund | | | Date: Tue Jun 5 12:28:16 2012 +0000 | | | | | | - Changed structure of SCode.ALG_FOR to be nested instead of a list of iterators (to mimic the EQ_FOR structure) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl | | | M Compiler/susan_codegen/SimCode/SCodeTV.mo | | | | | * commit f0b40291a7603365ba4acbba11eda37f9f0d8bb6 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 12:19:21 2012 +0000 | | | | | | #1753 | | | - Fix typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 2303359b1d2c334d20b66a8c0adc0db7c8fb47df | | | Author: Martin Sjölund | | | Date: Tue Jun 5 11:02:18 2012 +0000 | | | | | | - Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 9a78726fd1fdb161f09575e70137ae21aaf6b8b2 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 10:59:37 2012 +0000 | | | | | | - Fix compilation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | | | * commit 1bb2a31191ccb589e29616498efd8a37c2139850 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 10:38:07 2012 +0000 | | | | | | - Changed the range of a for-loop to Option to account for implicit ranges in a more visible manner | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl | | | M Compiler/susan_codegen/SimCode/SCodeTV.mo | | | | | * commit e3731e0dc9a5341947ef047f4f37373e3e08bb39 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 09:13:28 2012 +0000 | | | | | | - Handle inst of if-statements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 865f6442434dcc855f54b208aab14d13a4a211f6 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 08:38:25 2012 +0000 | | | | | | - Fix the getInstanceName() documentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 11d18339303807d05539216943ad8459cd0627a2 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 08:29:19 2012 +0000 | | | | | | - Also generate MetaModelica documentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Examples/GenerateDoc.mos | | | | | * commit 3353694333326a4022f128f29831eca23b70cdd3 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 07:48:44 2012 +0000 | | | | | | - Added documentation for referenceEq | | | - Made Builtin.mo load MetaModelicaBuiltin.mo using the correct filename+line numbers | | | - Added fileName argument to val() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/List.mo | | | | | * commit c041b9434ee08100f53a80200d3ec10d31e12fc2 | | | Author: Martin Sjölund | | | Date: Tue Jun 5 06:45:37 2012 +0000 | | | | | | - Do not rebuild sample client every time | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/Makefile.in | | | | | * commit 7299a6571bc436ce54122a407dde14c83c69e29f | | | Author: Martin Sjölund | | | Date: Mon Jun 4 13:50:20 2012 +0000 | | | | | | - getClassNames now handles classes with a constrainedby clause | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit c01ab90aa59490b65c4661a5032b8cdc7bbe39d9 | | | Author: Per Östlund | | | Date: Mon Jun 4 11:57:45 2012 +0000 | | | | | | - Forbid Real priority in potentialRoot calls. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 5268c978bb1af7b362ae9e541f5928ca14dbd3c4 | | | Author: Martin Sjölund | | | Date: Mon Jun 4 11:25:08 2012 +0000 | | | | | | - Adding a function type | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit f2a81336719ba1b4ab8bf1dd40029d687ab07797 | | | Author: Adrian Pop | | | Date: Fri Jun 1 16:10:19 2012 +0000 | | | | | | - attempt to fix testsuite on Windows and Linux CLANG | | | | | | SimulationRuntime/c/simulation/solver/initialization_data.c | | | - fix the wrong call to leastSquareWithLambda | | | - include initialization.h for definition of leastSquareWithLambda | | | - include for fabs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization_data.c | | | | | * commit 55104a48dc14ef76bb2495d92c7cd8e0422bc071 | | | Author: Lennart Ochel | | | Date: Fri Jun 1 15:15:14 2012 +0000 | | | | | | - fix undefined behaviour | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit 6b60460144c496d05ac420ec9c2ad4a4363680b7 | | | Author: Lennart Ochel | | | Date: Fri Jun 1 12:53:45 2012 +0000 | | | | | | - fix memory leaks | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization_data.c | | | | | * commit ee222fb2cb399c1f78537efeeb272dea6737e7ed | | | Author: Adeel Asghar | | | Date: Thu May 31 23:54:40 2012 +0000 | | | | | | - match constrainedBy clause with NONE(). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 609d55e47afb819d9fbe56064fba95f228fd6fa8 | | | Author: Adeel Asghar | | | Date: Thu May 31 11:49:45 2012 +0000 | | | | | | - Check the constrainClass while fetching the classnames. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit b16c5da1ff8e88b68d7bfa06fd13bfe5f12ccd3d | | | Author: Jens Frenkel | | | Date: Wed May 30 14:28:29 2012 +0000 | | | | | | - bugfix compilation bootstrapped | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit f8b12c5adbd0a7179d676243fe6aa7b9f1ab334c | | | Author: Jens Frenkel | | | Date: Wed May 30 14:02:36 2012 +0000 | | | | | | - bugfix compilation bootstrapped | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit c0a638da7d79b89c19a2a783495c52078e856eaa | | | Author: Jens Frenkel | | | Date: Wed May 30 13:34:28 2012 +0000 | | | | | | - add modules tearing, coundOperations | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 8021e9fc26011ea06645ebcdbec7e02274124b4c | | | Author: Adeel Asghar | | | Date: Tue May 29 21:44:41 2012 +0000 | | | | | | - Fixed a missing { in getExternalFunctionSpecification. | | | - Also updated the test. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit c49b9d26db5988e98f5d78451704ba87eeb19d62 | | | Author: Adrian Pop | | | Date: Tue May 29 13:12:05 2012 +0000 | | | | | | - added: | | | getShortDefinitionBaseClassInformation(path) | | | -> returns: | | | {} if no base class or no short definition or not found or | | | {path, ""|"flow", ""|"stream", "unspecified"|"discrete"|"parameter"|"constant", "unspecified"|"input"|"output", {dimension}} | | | | | | - added: | | | getExternalFunctionSpecification(path) | | | -> returns: | | | {} if no external or does not exists | | | {"C"|"Java", "output"|"", "functionName"|"", "x, y, z"|"", "annotation 1", "annotation 2"} | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/Script/Interactive.mo | | | | | * commit 7302fe48214e4f1af0b43279df4a8fca5c373120 | | | Author: Per Östlund | | | Date: Tue May 29 07:46:19 2012 +0000 | | | | | | - Instantiation/typing of functions for SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/List.mo | | | | | * commit 5c26799e9b89b45151f3c8164d6fb997f3c594b7 | | | Author: Lennart Ochel | | | Date: Thu May 24 15:35:17 2012 +0000 | | | | | | - undo changes in initialization.c from last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit 271ff37cdfd50f3d4b68b37c71042108b29256b7 | | | Author: Lennart Ochel | | | Date: Thu May 24 15:03:43 2012 +0000 | | | | | | - minor fixes | | | - add initialization test case | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization_data.c | | | M SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c | | | | | * commit ae62475a838c3eaecf2b779819fa85687adec464 | | | Author: Pavol Privitzer | | | Date: Thu May 24 14:15:54 2012 +0000 | | | | | | - assert() support in C# simulation code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCSharp.tpl | | | | | * commit a5ca9b17c0acbc36f18e371acb4559453e54bf12 | | | Author: Lennart Ochel | | | Date: Wed May 23 15:35:21 2012 +0000 | | | | | | - fix for last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c | | | | | * commit 9e28fc06cf6cb8228734851e3185de72d8ec52c9 | | | Author: Lennart Ochel | | | Date: Wed May 23 15:30:08 2012 +0000 | | | | | | - removed start-values from initial_residual | | | - moved lambda from initial_residual into SimulationRuntime | | | - split initialization up into several files | | | - provide information inside SimulationRuntime whether start/nominal values are used or not | | | - some minor fixes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/CodegenCSharp.tpl | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | M SimulationRuntime/c/simulation/solver/initialization.h | | | A SimulationRuntime/c/simulation/solver/initialization_data.c | | | A SimulationRuntime/c/simulation/solver/initialization_data.h | | | D SimulationRuntime/c/simulation/solver/initialization_sundials.c | | | A SimulationRuntime/c/simulation/solver/kinsol_initialization.c | | | A SimulationRuntime/c/simulation/solver/kinsol_initialization.h | | | A SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c | | | A SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.h | | | A SimulationRuntime/c/simulation/solver/newuoa_initialization.c | | | A SimulationRuntime/c/simulation/solver/newuoa_initialization.h | | | A SimulationRuntime/c/simulation/solver/simplex_initialization.c | | | A SimulationRuntime/c/simulation/solver/simplex_initialization.h | | | M SimulationRuntime/c/simulation_data.h | | | | | * commit 681afab459bc847f14a7754c4e3ddc6beb948943 | | | Author: Per Östlund | | | Date: Tue May 22 09:09:24 2012 +0000 | | | | | | - Cleaned up checking of connector types and added warning for connecting two | | | sources. | | | - Moved visibility attribute from DAE.Var to DAE.Attributes. | | | - Removed direction prefix from components created by expandable connections, | | | since we can't determine them reliably yet. | | | - Other minor fixes to connections. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit cba45016e6c2634aa374751d1b43031ca738c231 | | | Author: Martin Sjölund | | | Date: Tue May 22 07:03:12 2012 +0000 | | | | | | - cp -u is a GNU extension; we support non-GNU systems... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 7426d6a4d346cf84997956d5bd0341c55b9ca9fb | | | Author: Adrian Pop | | | Date: Mon May 21 12:55:00 2012 +0000 | | | | | | - attempt to fix Windows compilation and testsuite. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 80f8fda033f3d4888965e593f0bfd75a5bb43cce | | | Author: Martin Sjölund | | | Date: Mon May 21 11:59:45 2012 +0000 | | | | | | - Do not add LDFLAGS twice | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit ff0642d758da6ad0a20b463d84d92611805c7f67 | | | Author: Martin Sjölund | | | Date: Mon May 21 10:35:35 2012 +0000 | | | | | | - Link with Sundials only if requested | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/runtime/config.h | | | M Compiler/runtime/config.unix.h.in | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | M configure.in | | | | | * commit 419bf192a3968d3a57767496e8281229d2747e0e | | | Author: Martin Sjölund | | | Date: Mon May 21 09:57:58 2012 +0000 | | | | | | - First step towards compiling without sundials | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/config.h | | | M Compiler/runtime/config.unix.h.in | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | A SimulationRuntime/c/simulation/solver/initialization_sundials.c | | | M configure.in | | | | | * commit 50ab12a56f19324f2a9a3737b28fbcbd7c051f77 | | | Author: Jim Nutaro | | | Date: Sat May 19 16:17:32 2012 +0000 | | | | | | Fixed event handling in the adevs backend | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/susan_codegen/SimCode/CodegenAdevs.tpl | | | | | * commit 535901daac29dbd8a8b78019954cce5763f3617f | | | Author: Jens Frenkel | | | Date: Wed May 16 18:38:55 2012 +0000 | | | | | | - bugfix linker realRand, intRand | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | | | * commit 6cf9f7cdbd94a6977dbfc7549aa402fb39b68315 | | | Author: Martin Sjölund | | | Date: Wed May 16 07:35:48 2012 +0000 | | | | | | #1746 | | | - Fix for asub in functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit b4cf1fbf9b4e712499d18634dbf52be7b0a37334 | | | Author: Jens Frenkel | | | Date: Wed May 16 07:25:47 2012 +0000 | | | | | | - add function getVarDAE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit b6eae6c62440afa4f1d6c850fb4f646b9d5e00ea | | | Author: Jens Frenkel | | | Date: Wed May 16 07:24:33 2012 +0000 | | | | | | - bugfix tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 2395631dea602165890ccf6c37b637d42aeb0d65 | | | Author: Per Östlund | | | Date: Tue May 15 11:02:40 2012 +0000 | | | | | | - Fix iterator typing in for equations for SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit 1335932bab2c586078b8062ee45641b08f3a60a1 | | | Author: Niklas Worschech | | | Date: Tue May 15 08:07:14 2012 +0000 | | | | | | Resolved name conflicts for some member variables of AlgLoop System in cpp runtime. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit 9f5bf0993e80308dc25f6a757697aee5b71475a2 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon May 14 12:48:23 2012 +0000 | | | | | | + Part of support for Class Attributes (objectives) for optimization class of Optimica extension. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlat.mo | | | M Compiler/FrontEnd/SCodeFlattenExtends.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeGraph.mo | | | M Compiler/FrontEnd/SCodeHashTable.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Parser/Modelica.g | | | | | * commit 82e87525884e0093d563b72669764d02edf8120f | | | Author: Per Östlund | | | Date: Mon May 14 11:48:01 2012 +0000 | | | | | | Fix for bug #1738: | | | - Check variability of first argument to reinit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit c2e589d320967bc7ce76b7cf88e717877a9a4e43 | | | Author: Martin Sjölund | | | Date: Mon May 14 09:59:00 2012 +0000 | | | | | | - Update the UTF-8 error message | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 3f54593e4a5b2ce41bb2ca72c666495ba4692853 | | | Author: Niklas Worschech | | | Date: Mon May 14 09:57:16 2012 +0000 | | | | | | Resolved name conflicts for some member variables in cpp runtime. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h | | | | | * commit 837aa467b2a21676f76c5896074c042071dbfa6a | | | Author: Martin Sjölund | | | Date: Mon May 14 07:51:14 2012 +0000 | | | | | | #1744 | | | - Add OMDEV to checkSettings() result | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 8bde5e65a56d613425f3619e22366ec41aadb53d | | | Author: Adeel Asghar | | | Date: Sat May 12 13:50:42 2012 +0000 | | | | | | - fix testsuite. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 22aba21a328c4dba6654319459bf155b1a23c5fc | | | Author: Adeel Asghar | | | Date: Sat May 12 12:10:28 2012 +0000 | | | | | | - Try -rdynamic instead of -ldl. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 74ecd440eeb9347608a028fa98fe5701f6643ab4 | | | Author: Adrian Pop | | | Date: Sat May 12 11:37:22 2012 +0000 | | | | | | - no -ldl on MinGW! duh. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 5283f2ae702ba6429e5fb7e679bbb0ba12407db3 | | | Author: Adrian Pop | | | Date: Sat May 12 11:08:20 2012 +0000 | | | | | | - mind the space. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit d8759fd640a20ddc4f4ab9d019a3eaf4cfe567e2 | | | Author: Adrian Pop | | | Date: Sat May 12 10:15:23 2012 +0000 | | | | | | - attempt to fix the testsuite? | | | - add -ldl with -whole-archive | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 341fc7a1a5bf6e4b9553fe0e8651d1db1d928881 | | | Author: Adrian Pop | | | Date: Sat May 12 10:11:39 2012 +0000 | | | | | | - squash the tabs. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit f26242429e674c52d1b52817852851f2096b7da2 | | | Author: Bill Janssen | | | Date: Fri May 11 19:43:05 2012 +0000 | | | | | | remove extra 'apply' around matrix XML dumps (bug #1743) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit e3e74f773f12bcadf2bb778a9f90ff0980cd8c84 | | | Author: Adeel Asghar | | | Date: Fri May 11 15:29:45 2012 +0000 | | | | | | - load all symbols defined in libSimulationRuntimeC.a into the simulation executable. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 8da1bda646f9d72c9b84cc935bb82fec1088553e | | | Author: Niklas Worschech | | | Date: Fri May 11 15:26:34 2012 +0000 | | | | | | Fix in event iteration of cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp | | | | | * commit 45829f7e58d207ff93be25aaa942111f182019b5 | | | Author: Adeel Asghar | | | Date: Thu May 10 22:29:36 2012 +0000 | | | | | | - Run convert lines perl script on Model_functions.c file as well. | | | - Don't generate #modelicaLine and don't run convert lines perl script unless user sets +d=gendebugsymbols flag or the grammar is MetaModelica. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/AbsynDumpTpl.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit b593b626f7e38ee713311743381bd9f48dce5fd0 | | | Author: Per Östlund | | | Date: Thu May 10 12:47:40 2012 +0000 | | | | | | - More cats. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 3ad7dd323f46137c3a8dfd6ca18a5955f0fa599f | | | Author: Adrian Pop | | | Date: Thu May 10 12:29:56 2012 +0000 | | | | | | OpenTURNS changes | | | - added Makefiles for mingw. | | | - updated to OpenTURNS v1.0. | | | The wrapper .dll generation now works. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/OpenTurns/Makefile.mingw | | | M SimulationRuntime/OpenTurns/model_name.h | | | M SimulationRuntime/OpenTurns/wrapper.c | | | M SimulationRuntime/OpenTurns/wrapper_name.h | | | | | * commit 3454ba71edec51dbf5ca7a1cad3194a6fb84daac | | | Author: Per Östlund | | | Date: Thu May 10 12:14:36 2012 +0000 | | | | | | - Adding missing file. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/Template/AbsynDumpTpl.mo | | | | | * commit 1ba159f2bd0658494d3bb2728bec99e0d78f7bf7 | | | Author: Per Östlund | | | Date: Thu May 10 12:06:18 2012 +0000 | | | | | | - Implemented a new template based expression dumping. | | | - Updated test suite. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/Makefile.common | | | M Compiler/Template/Tpl.mo | | | A Compiler/susan_codegen/SimCode/AbsynDumpTV.mo | | | A Compiler/susan_codegen/SimCode/AbsynDumpTpl.tpl | | | A Compiler/susan_codegen/SimCode/DAEDumpTV.mo | | | A Compiler/susan_codegen/SimCode/DAEDumpTpl.tpl | | | A Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo | | | A Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl | | | M Compiler/susan_codegen/SimCode/Makefile | | | M Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl | | | | | * commit 0fb15e7b5f2171035074b73fd5e2ca3b6023a913 | | | Author: Adrian Pop | | | Date: Thu May 10 04:33:01 2012 +0000 | | | | | | - removed tabs in CodegenAdevs.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenAdevs.tpl | | | | | * commit 81edf9cf60ed40ad170ca6957d5c52c848a059f3 | | | Author: Jim Nutaro | | | Date: Wed May 9 19:07:42 2012 +0000 | | | | | | Updated and cleaned-up the Adevs code generator | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenAdevs.tpl | | | | | * commit 05c977e389339ab1a5b438e7ceae5116b23e916b | | | Author: Adeel Asghar | | | Date: Wed May 9 15:55:42 2012 +0000 | | | | | | - Fixed lapack linking for FMU code generation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | | | * commit 8040c5117690d6fd411499180fc40681d54f915d | | | Author: Adrian Pop | | | Date: Wed May 9 14:56:03 2012 +0000 | | | | | | - fix to make OMC happy. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | * commit b290a51e743679442dddbe0c7428860dbfeb9e09 | | | Author: Federico Bergero | | | Date: Wed May 9 14:21:34 2012 +0000 | | | | | | Final version for article. All three example working | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 5214007c829774481ec31b41075690cdfdc976d8 | | | Author: Adeel Asghar | | | Date: Wed May 9 11:13:20 2012 +0000 | | | | | | - Fixed simulation for windows. -llapack is called -llapack-mingw on windows. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 1d97dc78f92987f3e78aa4ba67a1165c7d8a99eb | | | Author: Willi Braun | | | Date: Wed May 9 09:27:50 2012 +0000 | | | | | | - changed THROWS back to WARNINGS | | | (it seems that not all variables, | | | a present in a dymola result file.) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit 902ff581313bb702ea5f90cf60ca2c871d2a5c39 | | | Author: Lennart Ochel | | | Date: Wed May 9 09:00:08 2012 +0000 | | | | | | - get rid of some type mismatch warnings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/simulation/solver/initialization.c | | | | | * commit dcbeb28cb2fd35affa499f6e2e9291b183cfbccc | | | Author: Bill Janssen | | | Date: Tue May 8 16:48:20 2012 +0000 | | | | | | fix for #1740, typo in string literal | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit dce291e9a2d0c178235ddca9456b7160c2fbe144 | | | Author: Lennart Ochel | | | Date: Tue May 8 10:35:21 2012 +0000 | | | | | | resolved dependencies between math-support and simulation/solver | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | R100 SimulationRuntime/c/math-support/delay.c SimulationRuntime/c/simulation/solver/delay.c | | | R100 SimulationRuntime/c/math-support/delay.h SimulationRuntime/c/simulation/solver/delay.h | | | R099 SimulationRuntime/c/math-support/initialization.c SimulationRuntime/c/simulation/solver/initialization.c | | | R100 SimulationRuntime/c/math-support/initialization.h SimulationRuntime/c/simulation/solver/initialization.h | | | R100 SimulationRuntime/c/math-support/model_help.c SimulationRuntime/c/simulation/solver/model_help.c | | | R100 SimulationRuntime/c/math-support/model_help.h SimulationRuntime/c/simulation/solver/model_help.h | | | | | * commit 94f3d6e49a6e69dc71d20992d922ead3e7ba387a | | | Author: Adrian Pop | | | Date: Tue May 8 01:38:18 2012 +0000 | | | | | | - remove the nominal warning for now. Lennart, please put it back when ready. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit fba9e0744f256d225b7599a1034109dc2fab5514 | | | Author: Adrian Pop | | | Date: Tue May 8 01:26:22 2012 +0000 | | | | | | Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | - fix the FMU linking on Windows to Sundials | | | Makefile.omdev.mingw | | | - copy only the .a from OMDev Sundials to not use .dlls | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | | | * commit 942a72d0cf179afffd20fa43e1626617b6aa85ee | | | Author: Adrian Pop | | | Date: Tue May 8 01:14:53 2012 +0000 | | | | | | - NOTE: update OMDev from Subversion! | | | - fix the broken compilation in Windows (add the OMDev/lib/3rdParty/Sundials/include in the proper places) | | | - use copy -pu to only copy newer files | | | - get rid of omdev_qtdeps as they are no longer needed since a while now because sendData is no longer. | | | - include events.h in initialization.c for initSample function and add the proper include flag. | | | - copy the Sundials libraries to build/lib/omc as they are needed by the generated simulation | | | code (initialization) and they also should be part of the new OpenModelica build. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/Makefile.in | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit 1b4113b1be5547c8fab323d4e59641a725a9b9dd | | | Author: Federico Bergero | | | Date: Mon May 7 19:37:00 2012 +0000 | | | | | | Fixing replacement error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | | | * commit 0648c1a115092ac6ec308130d38c21db1f79febf | | | Author: Federico Bergero | | | Date: Mon May 7 19:02:14 2012 +0000 | | | | | | Creating the makefile | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | | | * commit 39cc21d0266e7403d52e8a7200593b796f11f750 | | | Author: Federico Bergero | | | Date: Mon May 7 17:44:28 2012 +0000 | | | | | | Working prototype | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit ffee0ad7472163bc79a620d8e469d7eefaa1e2a3 | | | Author: Lennart Ochel | | | Date: Mon May 7 16:44:43 2012 +0000 | | | | | | added new initialization method: -iom kinsol | | | NOTE: new OMDev needed, do Subversion update on your OMDev! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M SimulationRuntime/c/Makefile.common | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/math-support/model_help.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit e58fd6f3c3592da7be40e3c4d3211988aa667eae | | | Author: Martin Sjölund | | | Date: Mon May 7 13:35:10 2012 +0000 | | | | | | - Recommend omniORB in configure | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 0bf7367100f57011ca9ddb4a8f81126e64ac9af0 | | | Author: Martin Sjölund | | | Date: Mon May 7 13:29:30 2012 +0000 | | | | | | - Add -I. to MICO CFLAGS | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit bca6824a51ff840c366486c28243a3ecb1ba9861 | | | Author: Jens Frenkel | | | Date: Mon May 7 13:01:57 2012 +0000 | | | | | | - dump id for matrix row | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit 02a26d2bd0a5da606d565506ed980c540ec7a095 | | | Author: Jens Frenkel | | | Date: Mon May 7 11:43:38 2012 +0000 | | | | | | - take care of replace <,>... everywhere in dumpXMLDAE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit f54f7f145f14d76db74a8249dcdfc8b5914556df | | | Author: Martin Sjölund | | | Date: Mon May 7 08:40:52 2012 +0000 | | | | | | - Fixed getInstanceName() to work for packages and top-level models | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 9a201720ccb3dc1b19879227aa9359c016cd5098 | | | Author: Jim Nutaro | | | Date: Mon May 7 00:46:36 2012 +0000 | | | | | | Update to Adevs code generator for new simulation runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenAdevs.tpl | | | | | * commit 8e78c88ad73108489f85492fc2eacb03a8999441 | | | Author: Willi Braun | | | Date: Fri May 4 23:00:42 2012 +0000 | | | | | | - fixed testsuite for last commit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 3bc9c3534a594cdbea1e22e6fee1b3197c749fb0 | | | Author: Federico Bergero | | | Date: Fri May 4 18:09:10 2012 +0000 | | | | | | Updating algebraic loop code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | | | * commit 3f8f48005952055c41b95e8764d2a152ba4d774c | | | Author: Federico Bergero | | | Date: Fri May 4 18:08:49 2012 +0000 | | | | | | Using crefEqual | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | * commit bb6a96ce79e7bba04d120f534c6899828e09fd9e | | | Author: Willi Braun | | | Date: Fri May 4 17:44:46 2012 +0000 | | | | | | - improved Backend compile time for big models with many parameters a lot. | | | +BackendDAEUtil.mo | | | - shifted evaluation of depending parameters to | | | runtime as it's much faster than at compile time. | | | +SimCode.mo | | | - actually nothing. | | | +BackendVariables.mo | | | - removed a sorting function for translateDAE instead | | | sort by merge sort from List module. It scales much better. | | | | | | - expand reading initial values from file with Integer and Boolean variables. | | | +SimulationRuntime/c/math-support/initialization.c | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit 736d0deda2d652b93bec079b780cecb778b006e6 | | | Author: Per Östlund | | | Date: Fri May 4 13:03:58 2012 +0000 | | | | | | Fix for bug #1733: | | | - Fixed connection of complex arrays with subscripts. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 7977c3302cead743ac88467657cb89cf76d46967 | | | Author: Per Östlund | | | Date: Fri May 4 11:28:08 2012 +0000 | | | | | | Fix for bug #1731: | | | - Fixed connection of arrays with subscripts. | | | - Updated testsuit due to changed equation order for connects. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/List.mo | | | M tools/validatetest/validatetest.pl | | | | | * commit 49b2b3327a1bac51ccf93261d5725a1ce3aedaf7 | | | Author: Willi Braun | | | Date: Fri May 4 00:54:10 2012 +0000 | | | | | | - fixed debug output for symbolic jacobians | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit a328249da7d7f6f96d6d549f4203fe0ac42e52e1 | | | Author: Jens Frenkel | | | Date: Thu May 3 19:27:24 2012 +0000 | | | | | | - bugfix coding style | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 413ad7244c64f36070abb952919ec1d3ece4685f | | | Author: Jens Frenkel | | | Date: Thu May 3 18:48:13 2012 +0000 | | | | | | - bugfix coding style | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 14467ca3d19173ee3d4f57cd4d4d22939c60e300 | | | Author: Jens Frenkel | | | Date: Thu May 3 18:37:34 2012 +0000 | | | | | | - compareSimulationResults: report vars in case of file not equal and print error messages if command failed | | | - msl31/simulate: delete all generated files | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 677602dbb0291cb6cbc49739ec3fd9a8301fa147 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu May 3 12:48:31 2012 +0000 | | | | | | + Fix windows compilation. update r11840. random and srandom. Moved defines to openmodelica.h. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M SimulationRuntime/c/omc_msvc.h | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit b4af0a11581dbb7a97974c0599e4844e777a4335 | | | Author: Jens Frenkel | | | Date: Thu May 3 11:00:40 2012 +0000 | | | | | | - XMLDump: fix implementation to handle also several indipendent systems | | | - BackendDump: add function debugStrEqnStr | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit 318847e5090859930ed6c28d03841d5082b1a4e7 | | | Author: Martin Sjölund | | | Date: Thu May 3 05:19:13 2012 +0000 | | | | | | - Use srand/rand instead of srandom/srand on non-POSIX platforms | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/omc_msvc.h | | | | | * commit 677e97b1b49a607e66e5e8cbdc41d3aeb56c8caa | | | Author: Willi Braun | | | Date: Wed May 2 23:24:58 2012 +0000 | | | | | | - fixed array exp in symbolic jacobians | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 9f106c1aa4da27723ab109c865122c6894487a25 | | | Author: Willi Braun | | | Date: Wed May 2 20:13:35 2012 +0000 | | | | | | - fixed coding style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit a104c51ef9ce29093c1004dcb764828ab42e1c21 | | | Author: Willi Braun | | | Date: Wed May 2 17:47:56 2012 +0000 | | | | | | - created PastOptModules for Symbolic Jacobain and Symbolic Linearization. | | | They can be actived by "generateSymbolicJacobian" or "generateSymbolicLinearization" | | | - Imporoved the performance of generating sparsity pattern | | | - added therefore symbolicJacobian to BackendDAE | | | | | | - created functions for copyBackendDAE and createEmptyBackendDAE | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/Util.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit f9251d8612658b6511bdeeba189c2aa84c139809 | | | Author: Martin Sjölund | | | Date: Wed May 2 14:46:28 2012 +0000 | | | | | | - Added better System.*Rand functions based on srandom() and random() | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.cpp | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | | | * commit 731cb1bc7ec6175dac14fe38974a0f3a78e98f32 | | | Author: Per Östlund | | | Date: Wed May 2 14:03:07 2012 +0000 | | | | | | - Added check that the first argument to reinit is a subtype of Real. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Error.mo | | | | | * commit 67041ced18a08653ceb46bda18bd9c483ebca7c7 | | | Author: Per Östlund | | | Date: Wed May 2 10:52:34 2012 +0000 | | | | | | - Removed failtrace from Expression.subscriptIndexExp, since the function is | | | expected to fail sometimes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | | | * commit 4fe6b1f0782e69b29f17f0d5389b24ef502159ea | | | Author: Willi Braun | | | Date: Mon Apr 30 11:35:33 2012 +0000 | | | | | | - included functionTree to BackendDAE | | | - create from removeUnusedFunctions a pastOptModule | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 1fc44f219b43c4f7c0aa59b695024fcda7085ba5 | | | Author: Adrian Pop | | | Date: Sun Apr 29 22:15:24 2012 +0000 | | | | | | BackEnd/BackendVariable.mo | | | - use ComponentReference.printComponentRefStr to also print the subscripts. | | | | | | SimulationRuntime/c/simulation/solver/solver_main.c | | | - disable some printouts before printAllVars because they are printed inside anyway. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | | | * commit 8edc12ecd280cf2531335c3f19b78982d0a5de73 | | | Author: Adrian Pop | | | Date: Sun Apr 29 01:56:25 2012 +0000 | | | | | | - undefine macros if they exist because we really need to | | | replace them in that context because the already defined | | | ones contain references to undeclared variables. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit bf89fcdd6e6c72e301bf3011747de82d88580406 | | | Author: Adrian Pop | | | Date: Sun Apr 29 01:09:45 2012 +0000 | | | | | | BackEnd/BackendVariable.mo & FrontEnd/DAE.mo | | | - better error message for variables with values outside the [min, max] interval. | | | | | | susan_codegen/SimCode/CodegenC.tpl | | | - check if macros are already defined. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 6b08675e6398f5dda7e44a79747dbdda152d4741 | | | Author: Adrian Pop | | | Date: Sat Apr 28 23:16:44 2012 +0000 | | | | | | BackendVariable.mo | | | - display the min/max limits for the variable in the assert message. | | | | | | ModelicaExternalC_rml.c | | | - get rid of warning | | | | | | simulation_runtime.cpp | | | - init some flags to zero | | | - set the zero termination of the TermMsg in setTermMsg | | | to not display partial older crap after the end of the message. | | | - better help message for -lv | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 0393072a1104417d6cfd9b28a8e2af689718a823 | | | Author: Jens Frenkel | | | Date: Sat Apr 28 01:18:53 2012 +0000 | | | | | | - add boxptr_intMin | | | - bugfix setPastOptModules -> postOptModules | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | | | * commit f7a34983b7e3e2ec4ace1d43cbc7cb727a1dd31c | | | Author: Jens Frenkel | | | Date: Sat Apr 28 00:35:00 2012 +0000 | | | | | | - minor changes to dummy state selection heuristic | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 26ba7dcddcf64deeaa29f7457801be9175e04010 | | | Author: Jens Frenkel | | | Date: Fri Apr 27 22:28:11 2012 +0000 | | | | | | - BackendDAEOptimize: doReplaceScalarArrayEqns more generic | | | - BackendDAETransform: simplify code, use stateorder for differentiated equations | | | - PlanarMechanics: set initialconditions | | | - Update testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 0ce3c23c8d14724528571f4f245481677e48c6d7 | | | Author: Jens Frenkel | | | Date: Fri Apr 27 20:15:14 2012 +0000 | | | | | | - add function rand to System | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.cpp | | | M Compiler/runtime/System_rml.c | | | | | * commit 4c54d9382120703065d381438aeba651d551e2c3 | | | Author: Jens Frenkel | | | Date: Fri Apr 27 17:21:52 2012 +0000 | | | | | | - move ModelicaConfic.inc to /include/omc/cpp | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt | | | | | * commit 6f46409503270034c6c1ee50d69dd137d86dc649 | | | Author: Jens Frenkel | | | Date: Fri Apr 27 14:01:30 2012 +0000 | | | | | | - use full path to include ModelicaConfic.inc | | | - copy LibrariesConfig.h to OM_HOME/include/omc/cpp because this is in include path | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | | | * commit 691577ee5cbf5006d17c770e875f9077be52e71f | | | Author: Jens Frenkel | | | Date: Fri Apr 27 13:52:14 2012 +0000 | | | | | | - fix typos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit f81249ea1a6239d1d73b429cff8545f4e2abef24 | | | Author: Jens Frenkel | | | Date: Thu Apr 26 22:47:35 2012 +0000 | | | | | | - improve handling of complex equations | | | - improve evaluation of parameters with Evaluate=True annotation | | | - add built in functions to set machtingalgorithm | | | - update testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 60da35af496b659f12c266ff287f2ba8976c20d3 | | | Author: Adeel Asghar | | | Date: Thu Apr 26 18:02:00 2012 +0000 | | | | | | - Fixed the spaces problem. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/scripts/Compile.bat | | | | | * commit e1994a78e9c7a5cf184128db335a4b7b153a1bdb | | | Author: Per Östlund | | | Date: Thu Apr 26 10:36:57 2012 +0000 | | | | | | - Fix for previous commit. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit 9cd50de1c3f950489553183ad8dc1a7eda7cc89b | | | Author: Per Östlund | | | Date: Thu Apr 26 10:29:42 2012 +0000 | | | | | | - XMLDump fixes from Bill Janssen. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Util/Util.mo | | | | | * commit b36aabf081d9154c0fe39be3f1a74eecde89ac4c | | | Author: Federico Bergero | | | Date: Wed Apr 25 15:24:03 2012 +0000 | | | | | | Generating a linear algebraic loop solve function and a header for parameters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 994de6d36a2aca658320eedf6f747ae844f78aec | | | Author: Per Östlund | | | Date: Wed Apr 25 13:55:27 2012 +0000 | | | | | | - Fixed compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | | | * commit f1861b7e36c8b293c2e4e1e943653a83a2838e0d | | | Author: Per Östlund | | | Date: Wed Apr 25 13:52:43 2012 +0000 | | | | | | SCodeInst fixes: | | | - Improved instantiation/typing of equations. | | | - Handle deleted components in connections. | | | - Improved propagation of prefixes, now also propagates class prefixes. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/Error.mo | | | | | * commit 8526c9481dceb0ebb12ad442bd51fbd81e3e21ca | | | Author: Martin Sjölund | | | Date: Wed Apr 25 06:18:51 2012 +0000 | | | | | | - Only enable python interface if we use omniorb | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit ae54abfe137315a93ce90dd1ceff9adf6faafcd5 | | | Author: Federico Bergero | | | Date: Tue Apr 24 16:23:56 2012 +0000 | | | | | | Minor modifications to code | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 05654909985c20af9b80b0dd88a2c40874c0735f | | | Author: Jens Frenkel | | | Date: Sun Apr 22 08:32:59 2012 +0000 | | | | | | - fix testsuite | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 2f5cb926b2d794f2ecf1dd1e5ab155552ee9fc6e | | | Author: Jens Frenkel | | | Date: Sun Apr 22 08:30:03 2012 +0000 | | | | | | - bufix bootstrapp compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | * commit bfef39edbd04ff46fffd99eaa4639bd84c31d437 | | | Author: Federico Bergero | | | Date: Fri Apr 20 18:15:44 2012 +0000 | | | | | | Generating when handlers | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 33a4aa37bf1439376ce98a4c8b1132d2bbea235f | | | Author: Willi Braun | | | Date: Fri Apr 20 16:16:06 2012 +0000 | | | | | | - removed some tabs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 158fe0827dc542561483b77b03efd1554263bba1 | | | Author: Willi Braun | | | Date: Fri Apr 20 15:20:58 2012 +0000 | | | | | | #1728 | | | - added proper message to findDiscreteEquation | | | - added some failure cases | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 2bb07f700ef19dba00f920e7582459404bb82fa5 | | | Author: Per Östlund | | | Date: Thu Apr 19 14:08:33 2012 +0000 | | | | | | - Fixed bootstrapping, and improved an odd error message. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/Util/Error.mo | | | | | * commit c9ecce66d8fa72b3c827b50eebf769da057d8410 | | | Author: Per Östlund | | | Date: Thu Apr 19 12:29:07 2012 +0000 | | | | | | - Replaced tabs and converted files to UTF-8. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c | | | M SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h | | | | | * commit fcd72635fb28471796ee6e3aa68a879574ed4e67 | | | Author: Per Östlund | | | Date: Thu Apr 19 12:22:29 2012 +0000 | | | | | | - Added Util.arrayFold. | | | - Implemented a phase in SCodeInst which marks all structural parameters, to | | | allow proper constant evaluation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/Util.mo | | | | | * commit 78c1eb6fdba08f35d937845aa3ab5d26a595647d | | | Author: Per Östlund | | | Date: Thu Apr 19 11:02:01 2012 +0000 | | | | | | - Replaced even more tabs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp | | | | | * commit f341394572eef9d33b02445ec81bdd3a2b3b157d | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Apr 19 10:01:50 2012 +0000 | | | | | | - Moved the OpenCL runtime to SimulationRuntime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D ParModelica/OpenCLRuntime/CL/cl.h | | | D ParModelica/OpenCLRuntime/CL/cl.hpp | | | D ParModelica/OpenCLRuntime/CL/cl_agent_amd.h | | | D ParModelica/OpenCLRuntime/CL/cl_d3d10.h | | | D ParModelica/OpenCLRuntime/CL/cl_ext.h | | | D ParModelica/OpenCLRuntime/CL/cl_gl.h | | | D ParModelica/OpenCLRuntime/CL/cl_gl_ext.h | | | D ParModelica/OpenCLRuntime/CL/cl_icd.h | | | D ParModelica/OpenCLRuntime/CL/cl_platform.h | | | D ParModelica/OpenCLRuntime/CL/opencl.h | | | R100 ParModelica/Makefile.common SimulationRuntime/ParModelica/Makefile.common | | | R100 ParModelica/Makefile.in SimulationRuntime/ParModelica/Makefile.in | | | R100 ParModelica/OpenCLRuntime/Makefile SimulationRuntime/ParModelica/OpenCLRuntime/Makefile | | | R100 ParModelica/OpenCLRuntime/Makefile.common SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common | | | R100 ParModelica/OpenCLRuntime/Makefile.in SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in | | | R100 ParModelica/OpenCLRuntime/OCLRuntimeUtil.cl SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil.cl | | | R100 ParModelica/OpenCLRuntime/ocl_offcomp.c SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c | | | R100 ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c | | | R100 ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h | | | R100 ParModelica/OpenCLRuntime/omc_ocl_common_header.h SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | R100 ParModelica/OpenCLRuntime/omc_ocl_interface.c SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c | | | R100 ParModelica/OpenCLRuntime/omc_ocl_interface.h SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | R100 ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c | | | R100 ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h | | | R100 ParModelica/OpenCLRuntime/omc_ocl_util.c SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c | | | R100 ParModelica/OpenCLRuntime/omc_ocl_util.h SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h | | | | | * commit 22be9a1aee4298fedca5f2a57025371a88d0d74e | | | Author: Per Östlund | | | Date: Thu Apr 19 09:56:50 2012 +0000 | | | | | | - Replaced tabs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h | | | | | * commit 0c2bb2ff051d6b0f412fc6a40f31a596e1c5e6a6 | | | Author: Niklas Worschech | | | Date: Thu Apr 19 09:09:11 2012 +0000 | | | | | | Fix for Idas Solver. Initialization of idas memory,initialization zero functions, added RTol and ATol to solver settings. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h | | | | | * commit fdecfb39c0d10f942ab187c4b17c0e878a306b9c | | | Author: Federico Bergero | | | Date: Wed Apr 18 19:56:05 2012 +0000 | | | | | | Changes to the QSS target. Replacing variables and discontinuities | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 19513ae285b7464fdfe0d8922aac832237bf5e51 | | | Author: Martin Sjölund | | | Date: Wed Apr 18 17:14:48 2012 +0000 | | | | | | - Apply the iconv if using non-UTF8 target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit bc30c30f255c8eac77ab5227d71396048d38c011 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Apr 18 13:01:22 2012 +0000 | | | | | | - Adding support to enable XML export of Optimization Modelica models (Optimica Extensions). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlat.mo | | | M Compiler/FrontEnd/SCodeFlattenExtends.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeGraph.mo | | | M Compiler/FrontEnd/SCodeHashTable.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | M Parser/Modelica.g | | | | | * commit 92d539dd3fb1f2d3790efe2dd08359fa955ed2b2 | | | Author: Adeel Asghar | | | Date: Tue Apr 17 11:53:59 2012 +0000 | | | | | | - Removed ptplot.jar and ptplot_license.txt | | | - some translations. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/java_interface/Makefile.common | | | D SimulationRuntime/c/util/java_interface/ptplot_license.txt | | | | | * commit 055ec874da6cc3dee874c60ebfaf0f55de405d09 | | | Author: Adeel Asghar | | | Date: Mon Apr 16 18:12:48 2012 +0000 | | | | | | - Removed plot2, plotparametric2 and the script files associated with it. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Makefile.in | | | M Compiler/Script/CevalScript.mo | | | D Compiler/scripts/doPlot | | | D Compiler/scripts/doPlot.Cygwin | | | D Compiler/scripts/doPlot.bat | | | | | * commit 21c4acdb8758bc6da779ad89498f1271956e7ee4 | | | Author: Leonardo Laguna | | | Date: Mon Apr 16 07:59:02 2012 +0000 | | | | | | - Fixed small bug in setPos function. | | | - Changed the scope of map1r to public | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/List.mo | | | | | * commit 45597ea68ac84f15c0be1c7a7e7a04d59d4e78a9 | | | Author: Lennart Ochel | | | Date: Fri Apr 13 13:44:46 2012 +0000 | | | | | | #1721 | | | fix for initial()-operator | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit a2df03be812ff3ea1491603b84653fdfcd7ed35d | | | Author: Martin Sjölund | | | Date: Fri Apr 13 09:11:24 2012 +0000 | | | | | | - Added testcase for checking a recursion limit of any class (maximum depth=100) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Util/Error.mo | | | | | * commit ac26004f7a53538cc02c950e1d750f0f7fe22411 | | | Author: Martin Sjölund | | | Date: Fri Apr 13 05:23:00 2012 +0000 | | | | | | - Avoid segfault on UTF-8 error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 26432f3d9d16943780ddbdc50dd0eab95f9672ec | | | Author: Martin Sjölund | | | Date: Thu Apr 12 14:56:19 2012 +0000 | | | | | | #1723 | | | - Automatically load dependencies of a model (uses annotation) upon instantiation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | | | * commit fed810e182215032adc536d067e99f56f23d8815 | | | Author: Per Östlund | | | Date: Thu Apr 12 13:29:27 2012 +0000 | | | | | | - Save modifiers that only makes a component final in Absyn2SCode. | | | - Handle modifiers that does nothing in SCodeMod. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/Error.mo | | | | | * commit f1d436a16356638bbb19c2f5cd72924f7d633673 | | | Author: Martin Sjölund | | | Date: Thu Apr 12 08:56:21 2012 +0000 | | | | | | - Add PARTEVALFUNCTION to the list of called functions in a function | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Parser.mo | | | | | * commit 077e74844019d353cffe9eade7f2bfade2bc898d | | | Author: Adeel Asghar | | | Date: Wed Apr 11 21:43:14 2012 +0000 | | | | | | - Fix hudson. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Parser.mo | | | | | * commit 4529c6ea0e898fd3149ee8bdbaf3976691c19f5f | | | Author: Martin Sjölund | | | Date: Wed Apr 11 20:08:15 2012 +0000 | | | | | | - Check Absyn->SCode before accepting a string or file as valid abstract syntax | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Parser.mo | | | | | * commit 5e1236c1e45f33c2193ae9954083d3d88aae31a9 | | | Author: Adeel Asghar | | | Date: Wed Apr 11 20:00:13 2012 +0000 | | | | | | - Fixed isReplaceAble API. | | | - Added testcases for some APIs. | | | - Added French & Romanian to language dropdown. | | | - Moved the translations file to OMEdit/OMEditGUI/Resources/nls/. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit b54e2b3b4a0972213a816a1ecae8d21835c380a3 | | | Author: Martin Sjölund | | | Date: Wed Apr 11 18:35:05 2012 +0000 | | | | | | - Don't return loadFile("package.mo") success on error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit a7e47bab63fd4e1614f884fdd0224c43d6c69028 | | | Author: Adeel Asghar | | | Date: Wed Apr 11 13:41:04 2012 +0000 | | | | | | - Fixed getNthImport. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 09edc2e4e53d56ea7fff3bca4254de80d81f34f7 | | | Author: Per Östlund | | | Date: Wed Apr 11 11:47:18 2012 +0000 | | | | | | - Fixed better messages for modifier errors in SCodeInst. | | | - Added better control over constant evaluation in Typing. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/Error.mo | | | | | * commit 50badcf741ae9ba0715894f85d1e69fdc755f6f7 | | | Author: Martin Sjölund | | | Date: Wed Apr 11 04:38:22 2012 +0000 | | | | | | - Revert r11711 as it is plain wrong | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/errorext.cpp | | | M Parser/BaseModelica_Lexer.g | | | | | * commit d080b848e041d350043a3ecb992b4e2ca270754a | | | Author: Adeel Asghar | | | Date: Tue Apr 10 21:16:27 2012 +0000 | | | | | | - Changed the utf-8 error to warning. | | | - getErrorString() only returns messages that have severity = ErrorLevel_error | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/errorext.cpp | | | M Parser/BaseModelica_Lexer.g | | | | | * commit 3193c2df421584f70e90c53e7afc6157376e0b67 | | | Author: Martin Sjölund | | | Date: Tue Apr 10 14:16:00 2012 +0000 | | | | | | - Fix for the type system when calling getGlobalRoot with a non-boxed lhs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit fd71517ef46166ef98cb51e6cfe87e024dae2446 | | | Author: Jens Frenkel | | | Date: Tue Apr 10 11:43:30 2012 +0000 | | | | | | - replace some matchs again inputs with wildcard | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit bcb9f9b678c2b869398f6e3bfa0e1f9982f336dc | | | Author: Jens Frenkel | | | Date: Tue Apr 10 11:25:54 2012 +0000 | | | | | | - BackendDAE.mo: add Comment | | | - extend Backend pipeline with functionalety to select matching algorithm | | | - Bugfix for DynamicStateSelection, in function BackendEquation.equationAddDAE do not throw incidenceMatrix away | | | - add function BackendVariable.daenumVariables, return the number of Variables in BackendDAE | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit ce6c2eb85dcdad4bf2bac3e6ae65b655241b25d2 | | | Author: Martin Sjölund | | | Date: Tue Apr 10 11:23:52 2012 +0000 | | | | | | - Move the printing of some config flags around | | | - Added +help=flagName option | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | | | * commit faa326d47c12840ab551e48069ba7cea735f0514 | | | Author: Jens Frenkel | | | Date: Tue Apr 10 09:42:56 2012 +0000 | | | | | | - add flag "matchingAlgorithm" to select the MatchingAlgorithm | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit c7d54191056b7a70c0f01b3f5f38040e58691441 | | | Author: Martin Sjölund | | | Date: Tue Apr 10 05:46:58 2012 +0000 | | | | | | - OMPython docdir removed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 80d1c3d5a4de14e07c7ccc50154e6b4ca405a0cb | | | Author: Jens Frenkel | | | Date: Mon Apr 9 19:28:42 2012 +0000 | | | | | | - bugfix removeSimplequation alias der | | | - bugfix alias a=der(var) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 3d29be7d75ade56339d5fad3b6baf9c1c8c49a7f | | | Author: Adrian Pop | | | Date: Mon Apr 9 00:00:14 2012 +0000 | | | | | | - fix equalityConstraint function return type. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | | | * commit 1fafe8a465ed094890cd82a3cbee34645d1d6658 | | | Author: Adeel Asghar | | | Date: Sun Apr 8 19:35:56 2012 +0000 | | | | | | - PTII environment variable not required anymore. | | | - Changed PTII to OMPTII. | | | - Removed OMPython-UserManual. OMPython documentation is moved to OpenModelica usersguide. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/scripts/doPlot.bat | | | M Makefile.common | | | | | * commit ab4cf0b0ada7ce42e984717c5b565dc4a24271ed | | | Author: Jens Frenkel | | | Date: Sun Apr 8 11:12:10 2012 +0000 | | | | | | - got rid of bootstrapped warning | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit df6fd9f43b8777f0eaf9d818e7c3306f695844dc | | | Author: Martin Sjölund | | | Date: Fri Apr 6 14:16:48 2012 +0000 | | | | | | - Install OMPython documentation | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 2e5c84c3b5080d091c90673841a6da5817568743 | | | Author: Martin Sjölund | | | Date: Thu Apr 5 19:05:37 2012 +0000 | | | | | | - Fix testsuite | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecord.java | | | | | * commit 554a5b32028da4cc8b7b10544d3963af2db2d3cb | | | Author: Martin Sjölund | | | Date: Thu Apr 5 15:01:19 2012 +0000 | | | | | | - Some fixes to dumping as corba string | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecord.java | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java | | | | | * commit fedb0ed60f288d00f1001d6f19353fb20cd83fd1 | | | Author: Per Östlund | | | Date: Thu Apr 5 12:40:04 2012 +0000 | | | | | | - Changed simplification of scalar-array operations with an empty array to | | | return an empty array, instead of an array with one element. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit cf18e072e988180cda0450e029c29054d0de9f14 | | | Author: Per Östlund | | | Date: Thu Apr 5 11:50:15 2012 +0000 | | | | | | - Fixed correct types on array-scalar and scalar-array operations. | | | - Updated test cases due to changed operation order. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit afb5d609551be9f88c18b207be739f8f32258dd9 | | | Author: Martin Sjölund | | | Date: Thu Apr 5 09:16:17 2012 +0000 | | | | | | - Added API call setInitXmlStartValue | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 88e8c362ef8264e65dc83dbbbf08ae16f41a7bdf | | | Author: Martin Sjölund | | | Date: Thu Apr 5 09:16:02 2012 +0000 | | | | | | - Make checkSettings() less verbose | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit fa893b27e66c89b908df2081dc75106a21ca7b6e | | | Author: Martin Sjölund | | | Date: Thu Apr 5 06:10:39 2012 +0000 | | | | | | - Set OPENMODELICAHOME | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/java_interface/Makefile | | | M SimulationRuntime/c/util/java_interface/Makefile.common | | | | | * commit af2f6103a5461aff20942356054da55e6ca2393e | | | Author: Martin Sjölund | | | Date: Thu Apr 5 05:10:11 2012 +0000 | | | | | | - Fixed the Java DefinitionsCreator | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JarCreator.java | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java | | | | | * commit 2c46dcc01b62e886cb45b101ccae92f3992856d0 | | | Author: Adrian Pop | | | Date: Thu Apr 5 00:44:49 2012 +0000 | | | | | | - added isShortDefinition API and tests in testsuite/interactive/interactive_api_calls.mos for it. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit 5c616980cfb3bd274a5a634266d800d00483bcce | | | Author: Adrian Pop | | | Date: Wed Apr 4 23:44:51 2012 +0000 | | | | | | - fixed "setParameterValue" API in Interactive.mo to update the program. | | | - added tests for this functionality in testsuite/interactive/interactive_api_param.mos | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 89af2bc9766e69ed4feb7ddfe8c180fa56c0b1fc | | | Author: Adrian Pop | | | Date: Wed Apr 4 21:06:39 2012 +0000 | | | | | | - fix so that loadModel works fine; | | | geez, this was a weird one, libModelicaExternalC.a re-defined (badly) | | | opendir, readdir and some other dirent.h functions, but MinGW already | | | has them. This made SystemImpl__getLoadModelPath to fail. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c | | | | | * commit 37f28bed4b69a2be65e6545944e423a0d1860402 | | | Author: Martin Sjölund | | | Date: Wed Apr 4 20:36:25 2012 +0000 | | | | | | - Some fixes for Java interface | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java | | | M SimulationRuntime/c/util/java_interface/test_files/simple.mo | | | | | * commit 9ee95e0599d56c074420dec8350cc82860dac749 | | | Author: Martin Sjölund | | | Date: Wed Apr 4 19:09:01 2012 +0000 | | | | | | - Added scanReal ceval | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/Util/ModelicaExternalC.mo | | | M Compiler/runtime/ModelicaExternalC_rml.c | | | | | * commit 754b7f9028d8f3baad6b21fa9fd59126e7284472 | | | Author: Martin Sjölund | | | Date: Wed Apr 4 17:49:10 2012 +0000 | | | | | | - Handle Modelica.Utilities.Streams.* external functions without generating so-files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/Makefile.compiler_subdirs.common | | | A Compiler/Util/ModelicaExternalC.mo | | | M Compiler/omc_debug/Makefile.in | | | M Compiler/omc_profiler/Makefile.in | | | M Compiler/omc_release/Makefile.in | | | M Compiler/runtime/Makefile.common | | | A Compiler/runtime/ModelicaExternalC_rml.c | | | | | * commit e88393991e6dcfa4b5db98690192d448be7745d1 | | | Author: Per Östlund | | | Date: Wed Apr 4 14:40:59 2012 +0000 | | | | | | - Renamed members of DAE.RANGE to something sane. | | | - Added various List.threadMapReverse functions. | | | - Added BaseHashTable.addUnique. | | | - Instantiation/typing improvements for equations in SCodeInst. | | | - Various other SCodeInst improvements. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/List.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/susan_codegen/SimCode/CodegenAdevs.tpl | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/CodegenCSharp.tpl | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit eebdf96db20775b99020a796f74c669022072cd3 | | | Author: Per Östlund | | | Date: Wed Apr 4 12:57:29 2012 +0000 | | | | | | - Fix RML compilation... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | | | * commit 5d9e5f5c2fce7f9c6fecf2531447c4e025501ccc | | | Author: Per Östlund | | | Date: Wed Apr 4 12:47:30 2012 +0000 | | | | | | - Fixed bootstrapped compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 405a23f23611d5ba3b05f21c762d04d3e40dc8f6 | | | Author: Martin Sjölund | | | Date: Wed Apr 4 12:38:17 2012 +0000 | | | | | | - Fixes for getAstAsCorbaString | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/runtime/config.h | | | | | * commit de0e2daa849a95250b17b250486aa9eb6c8a9e1f | | | Author: Federico Bergero | | | Date: Wed Apr 4 12:24:04 2012 +0000 | | | | | | Changes in the QSS version. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 091ea511248f8a54c6807e5f92fb4fb4ba6ea1a4 | | | Author: Martin Sjölund | | | Date: Wed Apr 4 09:47:46 2012 +0000 | | | | | | - Changed the Dependency+SCode+Inst calls everywhere to: | | | + CevalScript.runFrontEnd(...), which does more error-checking | | | - Removed Inst.{instantiate,instProgram} as they are not needed (they were used to inst the last class of the program; which can be performed by asking for the last class of the program and instantiating that) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit c9c91e38914e4e032525089cbe72d4549a754b55 | | | Author: Martin Sjölund | | | Date: Tue Apr 3 12:56:17 2012 +0000 | | | | | | - Make omniidl command more suitable for parallel jobs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | | | * commit a654e8cf9537e6f128553d078af3bed2a105dced | | | Author: Martin Sjölund | | | Date: Tue Apr 3 12:31:57 2012 +0000 | | | | | | - Fix make install | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit ef74725f16352fd3c831015eed6293906d2549bb | | | Author: Martin Sjölund | | | Date: Tue Apr 3 11:10:37 2012 +0000 | | | | | | - Install OMEdit nls files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 1c211bbb6a0659475f4e5a1b4322da80b68804f1 | | | Author: Adeel Asghar | | | Date: Tue Apr 3 08:26:48 2012 +0000 | | | | | | - Release notes. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit d27a356150668a1813419bd510019db126ac8b02 | | | Author: Willi Braun | | | Date: Mon Apr 2 20:15:33 2012 +0000 | | | | | | - optimized fmi-export calculations | | | - added support input and output vars for fmi-import and a test-case | | | - added a better flow control for fmi-import models | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/import/fmuModelica.in | | | M SimulationRuntime/fmi/import/fmuModelica.unix.in | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | M SimulationRuntime/fmi/import/fmuWrapper.h | | | M SimulationRuntime/fmi/import/moGenerator.c | | | | | * commit 42954a3f12efc488a57daba80070df5ea5496066 | | | Author: Martin Sjölund | | | Date: Mon Apr 2 18:10:01 2012 +0000 | | | | | | - Expected output, etc | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 44dd6b9692ec4dee470a3a028b089adc51bc94b3 | | | Author: Martin Sjölund | | | Date: Mon Apr 2 17:26:52 2012 +0000 | | | | | | - Fixed some of the testcases (tries to simulate packages, instantiate functions) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit dc0a8fab176fd44480af6183cbcce7ad9ff99698 | | | Author: Martin Sjölund | | | Date: Mon Apr 2 15:21:21 2012 +0000 | | | | | | - Add a check for uses-annotations being fulfilled before starting inst/translate model | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Error.mo | | | | | * commit 3711751e444e747dc84177e59e2c10eede2a5949 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Apr 2 14:19:46 2012 +0000 | | | | | | - Compact free_memory. Check parallel variable type in Template. Generate one more file for ParModelica. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M ParModelica/OpenCLRuntime/omc_ocl_interface.c | | | M ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | M ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c | | | | | * commit 4263885cf23286e4f3aa4c396b13647209a14624 | | | Author: Per Östlund | | | Date: Mon Apr 2 13:37:04 2012 +0000 | | | | | | - Better error message for non-connectors in connections. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/Util/Error.mo | | | | | * commit cdc61a948fd4a5b1b40613796eb96741913e0e9e | | | Author: Mahder Alemseged Gebremedhin | | | Date: Mon Apr 2 11:18:24 2012 +0000 | | | | | | - Proper naming. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 91fa00685e7f7e7f1ad5ac0190ed92fccbb45e3a | | | Author: Martin Sjölund | | | Date: Mon Apr 2 09:17:15 2012 +0000 | | | | | | - More detailed parser error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | | | * commit d0a3630b44a77408c88031d771044c78057cf0ad | | | Author: Mahder Alemseged Gebremedhin | | | Date: Sun Apr 1 14:29:53 2012 +0000 | | | | | | + Added the OpenCL runtime. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A ParModelica/Makefile.common | | | A ParModelica/Makefile.in | | | A ParModelica/OpenCLRuntime/CL/cl.h | | | A ParModelica/OpenCLRuntime/CL/cl.hpp | | | A ParModelica/OpenCLRuntime/CL/cl_agent_amd.h | | | A ParModelica/OpenCLRuntime/CL/cl_d3d10.h | | | A ParModelica/OpenCLRuntime/CL/cl_ext.h | | | A ParModelica/OpenCLRuntime/CL/cl_gl.h | | | A ParModelica/OpenCLRuntime/CL/cl_gl_ext.h | | | A ParModelica/OpenCLRuntime/CL/cl_icd.h | | | A ParModelica/OpenCLRuntime/CL/cl_platform.h | | | A ParModelica/OpenCLRuntime/CL/opencl.h | | | A ParModelica/OpenCLRuntime/Makefile | | | A ParModelica/OpenCLRuntime/Makefile.common | | | A ParModelica/OpenCLRuntime/Makefile.in | | | A ParModelica/OpenCLRuntime/OCLRuntimeUtil.cl | | | A ParModelica/OpenCLRuntime/ocl_offcomp.c | | | A ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c | | | A ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h | | | A ParModelica/OpenCLRuntime/omc_ocl_common_header.h | | | A ParModelica/OpenCLRuntime/omc_ocl_interface.c | | | A ParModelica/OpenCLRuntime/omc_ocl_interface.h | | | A ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c | | | A ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h | | | A ParModelica/OpenCLRuntime/omc_ocl_util.c | | | A ParModelica/OpenCLRuntime/omc_ocl_util.h | | | | | * commit 823d9287ed32f22a03d42a8ee1041fb51fdc2957 | | | Author: Willi Braun | | | Date: Sun Apr 1 02:23:07 2012 +0000 | | | | | | - fixed coding style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/import/moGenerator.c | | | | | * commit 6b95e134b0e8861ccfa8d46f69ee674b0e0e4950 | | | Author: Willi Braun | | | Date: Sun Apr 1 02:12:41 2012 +0000 | | | | | | - changed compilation flag for fmu-export from -O2 to -O | | | - added String support for fmu-import | | | - added MultiBody.DoublePendelum test | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/xmlparser.c | | | | | * commit f1ede99230b0179f944193864499983475af8d98 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 30 20:19:05 2012 +0000 | | | | | | Fix error in template and remove Tab. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit e88c8c845cd91ea66495e3b81ee88b3f6a47f5cc | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 30 19:55:07 2012 +0000 | | | | | | + Handling of parallel variables in the Back-end. Mostly fall-through. | | | + Limited handling of parallel variables in Code generation. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 8cb443b58728a7574953976f48c602b99ce313cd | | | Author: Per Östlund | | | Date: Fri Mar 30 14:42:41 2012 +0000 | | | | | | - Remove tab. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit 07e5ba7b49afd522c828baf5ca07d9af3c32195e | | | Author: Willi Braun | | | Date: Fri Mar 30 13:52:07 2012 +0000 | | | | | | - fixed some fmi-export memory leaks | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit 7f531f226a1375399fbc6f401b1a4c9718f2d30c | | | Author: Niklas Worschech | | | Date: Fri Mar 30 13:45:46 2012 +0000 | | | | | | Fix for assert expressions in cpp template | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit 8045440be7283541b5c0f32e5477cbc5c9b85197 | | | Author: Jens Frenkel | | | Date: Fri Mar 30 12:07:01 2012 +0000 | | | | | | - fix tests | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | | | * commit ba32d939cf4027a032df84b0e5cf0a81e48480e0 | | | Author: Willi Braun | | | Date: Fri Mar 30 09:21:13 2012 +0000 | | | | | | -fixed CODING_STYLE | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/import/moGenerator.c | | | | | * commit 4e31a8a44eb574f574d9c41dd3a08a9d990bc6fc | | | Author: Willi Braun | | | Date: Fri Mar 30 08:41:26 2012 +0000 | | | | | | - fixed FMI-Export Alias variables | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/import/moGenerator.c | | | | | * commit e0432ceda517326c02518d67e80ab8cee37e970f | | | Author: Jens Frenkel | | | Date: Thu Mar 29 22:19:43 2012 +0000 | | | | | | - add comments to flags, add flags | | | - bugfix removesimpleequationspast | | | - update teststuite msl31/simulate | | | - add experiment annotation for M.M.Rotational.ElasticBearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 466b80da60d121f31aaa978eeaaa5f516fa54193 | | | Author: Adeel Asghar | | | Date: Thu Mar 29 22:16:39 2012 +0000 | | | | | | - More documentation. | | | - New chapter for OMPython in OpenModelicaUsersGuide. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit 539c9e65f7f371d3043309e8b74c9b81884edaaf | | | Author: Jens Frenkel | | | Date: Thu Mar 29 22:13:55 2012 +0000 | | | | | | - add function dumpEqnsSolved, to dump the equations in the order of calculate them | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit c5f65169ec44ff4e0c77302f5252747b84019dd0 | | | Author: Jens Frenkel | | | Date: Thu Mar 29 22:10:35 2012 +0000 | | | | | | - Bugfix codegeneration for tearing system, use index from original system | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit 65242fc323671afe561f3f4db3f912a3c2440c7f | | | Author: Willi Braun | | | Date: Thu Mar 29 19:18:23 2012 +0000 | | | | | | - removed some tabs | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | | | * commit daa0078787db4197d7d2497b2c75c3459e7f0630 | | | Author: Willi Braun | | | Date: Thu Mar 29 18:50:54 2012 +0000 | | | | | | - aded fixes and tests for fmu-export and fmu-import | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | M SimulationRuntime/c/math-support/model_help.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.h | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | M SimulationRuntime/fmi/import/fmuWrapper.h | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/moGenerator.h | | | | | * commit 1a77c3ae35452900060b8eaa9eefeac3eded1242 | | | Author: Per Östlund | | | Date: Thu Mar 29 12:09:43 2012 +0000 | | | | | | - Initial support for equations in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit fd1e6c09fea9d5037ee1b05f8432837d62865570 | | | Author: Martin Sjölund | | | Date: Thu Mar 29 10:25:25 2012 +0000 | | | | | | - Also look for package.encoding in the library directory if the file is a mo-file and not a directory of its own | | | + Note: This affects all packages stored as file in this directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | | | * commit 4f93a145aa6cbaebc11ed77ad0b3bf41ef19705f | | | Author: Martin Sjölund | | | Date: Thu Mar 29 06:13:11 2012 +0000 | | | | | | - Parser now supports the BOM | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/BaseModelica_Lexer.g | | | M Parser/Modelica.g | | | | | * commit 6e22793e8f39ca141f978a312b98c832ab2e5a9a | | | Author: Martin Sjölund | | | Date: Thu Mar 29 05:37:07 2012 +0000 | | | | | | - Added option to loadFile(..., encoding="ISO-8859-1"), to convert from one encoding to UTF-8 | | | - loadModel(): Added support for package.encoding (OM extension) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Parser/BaseModelica_Lexer.g | | | M Parser/ModelicaParserCommon.h | | | M Parser/Parser_omc.cpp | | | M Parser/Parser_rml.c | | | M Parser/parse.c | | | | | * commit 7fa8efee4d7947555cb1186905e21333db671435 | | | Author: Adrian Pop | | | Date: Wed Mar 28 19:04:17 2012 +0000 | | | | | | - force UTF-8 encoding in project: .settings/org.eclipse.core.resources.prefs | | | - get rid of tab in Compiler/runtime/SimulationResultsCmp.c | | | - fix expected output in failing tests in testsuite/libraries/msl31/simulate/* | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/SimulationResultsCmp.c | | | | | * commit 0824b1146bb6382dd2d01f1d68f21f38a2061fc9 | | | Author: Martin Sjölund | | | Date: Wed Mar 28 18:43:53 2012 +0000 | | | | | | - Use system isnan | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.c | | | | | * commit 7a57eee00a0ee5b533927f59aaa2b7faffa07ac0 | | | Author: Adrian Pop | | | Date: Wed Mar 28 18:21:20 2012 +0000 | | | | | | - do NOT define isnan in a header! it will conflict with other C headers. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit 2a7729336634b4d41323b7aa924aa076830e5bf1 | | | Author: Jens Frenkel | | | Date: Wed Mar 28 14:33:02 2012 +0000 | | | | | | - BackendDAEOptimize.mo: improved Aliasvar selection, check if var is generated by omc (Dummer_der) and prefer other candidate | | | - SimulationResultsCmp.c: prepair all to report vars with different values in time @Adrian: ToDo: return string with variables | | | - Update msl3.1/simulate examples | | | - add check for NAN while divide, torn on with define CHECK_NAN | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/runtime/SimulationResultsCmp.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit dee3a7408978d33b666cecf6e46652fa695424e6 | | | Author: Martin Sjölund | | | Date: Wed Mar 28 13:34:16 2012 +0000 | | | | | | - PythonInterface make clean | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit c6c7d60bfc38bd1ee1b304f7c3f133fb762ceab6 | | | Author: Adeel Asghar | | | Date: Wed Mar 28 13:21:53 2012 +0000 | | | | | | - Fixed some path issues. | | | - Generate two packages OMPython and OMPythonIDL. | | | - Generate _OMCIDL instead of a very generic name _GlobalIDL. | | | - Fixed Popen problem. | | | - Write omc output to a log file. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit 38855c87f69d3b956d8553fa9fb5e789e03dfdec | | | Author: Martin Sjölund | | | Date: Wed Mar 28 11:35:08 2012 +0000 | | | | | | - Added simplify all expressions before/after optimization phases | | | - Removed odd hacks that assume Expression.isConst is actually Expression.isConstValue | | | + The difference is that you need to simplify a const non-value for it to become a value | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | | | * commit b3bc4aa16c4010f7ded0fe651d63fae223a6316a | | | Author: Martin Sjölund | | | Date: Wed Mar 28 11:30:21 2012 +0000 | | | | | | - Add flag so we can --disable-python-interface | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 6683e280887452b5b618b3071ed559739a089745 | | | Author: Adrian Pop | | | Date: Wed Mar 28 01:36:04 2012 +0000 | | | | | | - fix the UTF-8 encoding. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 98b6610e18f06e429e2564bfcb59df34ac9f8a99 | | | Author: Adrian Pop | | | Date: Wed Mar 28 01:21:11 2012 +0000 | | | | | | - add new heuristic to Compiler/BackEnd/BackendDAEOptimize.mo | | | if two aliases have different start value choose the one more closer to the top of the instance hierarchy. | | | - add ComponentReference.crefDepth in Compiler/FrontEnd/ComponentReference.mo' | | | - fixed testsuite/mosfiles/nonConstantParam.mos output | | | | | | - more paranoiac checks of arguments in CevalScript.buildModel function Compiler/Script/CevalScript.mo | | | - moved symbol table to a more sane place in output arguments of buildModel and return the simflags too | | | - use simflags when calling the generated system executable. | | | - fixed System.getUsesCardinality for bootstrapping as it should return the value because is not pass by reference. | | | | | | - added comment that we should check the encoding in Util.escapeModelicaStringToXmlString, maybe | | | give an warning and force UTF-8 conversion. | | | | | | - update models in doc/performance/benchmarks/tests/ | | | | | | Compiler/susan_codegen/SimCode/CodegenC.tpl | | | - minimize the .c file size for MetaModelica support. | | | - generate literals in the header not the c file | | | - rename all .targXX to .cXX as i have no idea from where the name "targ" comes and what it means! | | | ".cXX" means component XX from the structure. | | | - got rid of spurious defines that make no sense | | | - got rid of some of the comments. | | | - use the tmpMeta array for the inputs/outputs in match(continue) expressions. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 16097f140586f4fee3da698ef07ad8833174d677 | | | Author: Adeel Asghar | | | Date: Mon Mar 26 22:52:28 2012 +0000 | | | | | | - Support for simulation flags. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit a577b75d79f62c5645a1b72b4ca49134a229cc83 | | | Author: Martin Sjölund | | | Date: Mon Mar 26 17:11:24 2012 +0000 | | | | | | - Succeed on success | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 41368a7e6525efdd75ab7ff8d3d9341259789ffb | | | Author: Martin Sjölund | | | Date: Mon Mar 26 13:53:54 2012 +0000 | | | | | | - Use suffix .in for in-files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/fmi/import/Makefile.in | | | R094 SimulationRuntime/fmi/import/fmuModelica.tmp SimulationRuntime/fmi/import/fmuModelica.in | | | R074 SimulationRuntime/fmi/import/fmuModelica.unix.tmp SimulationRuntime/fmi/import/fmuModelica.unix.in | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/moGenerator.h | | | | | * commit eb24dfa9564c2807bf3e005e2934c397cc4203cf | | | Author: Martin Sjölund | | | Date: Mon Mar 26 13:42:34 2012 +0000 | | | | | | - Conversion to UTF-8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit c13c989b331dc3aa3c2069e736462416d926ca27 | | | Author: Martin Sjölund | | | Date: Mon Mar 26 11:24:16 2012 +0000 | | | | | | - Verify that string literals are encoded in UTF-8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | M Parser/BaseModelica_Lexer.g | | | M Parser/Makefile.common | | | M Parser/ModelicaParserCommon.h | | | M Parser/parse.c | | | | | * commit 42f2f7e5a3a9a3b672af3ff9d4e4558dc754af5b | | | Author: Per Östlund | | | Date: Mon Mar 26 10:56:24 2012 +0000 | | | | | | - Got rid of tabs. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenAdevs.tpl | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/CodegenCSharp.tpl | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | M Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeFMU.tpl | | | M Compiler/susan_codegen/SusanDump.tpl | | | M Compiler/susan_codegen/paper.tpl | | | M Compiler/susan_codegen/test.tpl | | | M Makefile.common | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/DataExchange/Interfaces/IHistory.h | | | M SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h | | | M SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Math/Implementation/Constants.h | | | M SimulationRuntime/cpp/Source/Math/Implementation/Functions.h | | | M SimulationRuntime/cpp/Source/Math/Interfaces/IBlas.h | | | M SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.cpp | | | M SimulationRuntime/cpp/Source/SimManager/Configuration.h | | | M SimulationRuntime/cpp/Source/SimManager/Main.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h | | | M SimulationRuntime/cpp/Source/Solver/CVode/Interfaces/ICVodeSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.cpp | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Interfaces/IIdasSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Interfaces/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Source/Solver/Interfaces/IDAESolver.h | | | M SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolver.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolverFactory.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IDataExchange.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/ISystemInitialization.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/ISystemProperties.h | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.h | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.cpp | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.h | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Kinsol/Interfaces/IKinsolSettings.h | | | M SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h | | | M SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.h | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | M SimulationRuntime/fmi/import/fmuWrapper.h | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/moGenerator.h | | | M SimulationRuntime/fmi/import/stack.c | | | M SimulationRuntime/fmi/import/xmlparser.c | | | M SimulationRuntime/fmi/import/xmlparser.h | | | M SimulationRuntime/interactive/omi_Calculation.cpp | | | M SimulationRuntime/interactive/omi_Control.cpp | | | M SimulationRuntime/interactive/omi_ResultManager.cpp | | | M SimulationRuntime/interactive/omi_Transfer.cpp | | | M SimulationRuntime/qss/solver_qss.cpp | | | | | * commit 0d38da2eb41a9bad0b95b5423a92f3d6ef60136c | | | Author: Martin Sjölund | | | Date: Mon Mar 26 09:49:15 2012 +0000 | | | | | | - Converted the older libraries to UTF-8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 8633dd7edd50a14161ad2a82d5569056dbb24ef5 | | | Author: Martin Sjölund | | | Date: Mon Mar 26 09:40:31 2012 +0000 | | | | | | - Fixed the encoding of the remaining files (added .tpl, fixed some illegal chars in interactive) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/test.tpl | | | M Makefile.in | | | M SimulationRuntime/interactive/omi_Control.cpp | | | M SimulationRuntime/interactive/omi_ResultManager.cpp | | | M SimulationRuntime/interactive/omi_Transfer.cpp | | | | | * commit 00aca314e0ff6913d0ce8ccda68f64d26a334e68 | | | Author: Martin Sjölund | | | Date: Mon Mar 26 09:31:33 2012 +0000 | | | | | | - Fix encoding in CPP and interactive | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M SimulationRuntime/cpp/Source/Math/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/ModelicaExternalC/tables.cpp | | | M SimulationRuntime/cpp/Source/ModelicaExternalC/tables.h | | | M SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/SimManager/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.cpp | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h | | | M SimulationRuntime/cpp/Source/System/Implementation/stdafx.cpp | | | M SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.cpp | | | M SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.h | | | M SimulationRuntime/cpp/Source/System/Kinsol/Interfaces/IKinsolSettings.h | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h | | | M SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.cpp | | | M SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h | | | M SimulationRuntime/fmi/export/fmiModelFunctions.h | | | M SimulationRuntime/fmi/export/fmiModelTypes.h | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.h | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/moGenerator.h | | | M SimulationRuntime/interactive/omi_Calculation.cpp | | | M SimulationRuntime/interactive/omi_ServiceInterface.cpp | | | M SimulationRuntime/qss/solver_qss.cpp | | | M SimulationRuntime/qss/solver_qss.h | | | | | * commit b2e92d22d986add5c23f88733f1a2da9536a7d39 | | | Author: Martin Sjölund | | | Date: Mon Mar 26 09:29:50 2012 +0000 | | | | | | - Fix C-runtime encoding (UTF-8) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/ModelicaExternalC/tables.h | | | M SimulationRuntime/c/inline.h | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/linearization/linearize.h | | | M SimulationRuntime/c/math-support/delay.h | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/math-support/initialization.h | | | M SimulationRuntime/c/math-support/matrix.h | | | M SimulationRuntime/c/math-support/model_help.c | | | M SimulationRuntime/c/meta/gc/common.c | | | M SimulationRuntime/c/meta/gc/common.h | | | M SimulationRuntime/c/meta/gc/gc.c | | | M SimulationRuntime/c/meta/gc/gc.h | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/generational.h | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/marksweep.h | | | M SimulationRuntime/c/meta/gc/roots.c | | | M SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/meta_modelica.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | M SimulationRuntime/c/meta/meta_modelica_builtin.h | | | M SimulationRuntime/c/meta/meta_modelica_catch.c | | | M SimulationRuntime/c/meta/meta_modelica_real.c | | | M SimulationRuntime/c/meta/meta_modelica_real.h | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/meta/rml_compatibility.h | | | M SimulationRuntime/c/omc_msvc.h | | | M SimulationRuntime/c/openmodelica.h | | | M SimulationRuntime/c/openmodelica_func.h | | | M SimulationRuntime/c/simulation/options.cpp | | | M SimulationRuntime/c/simulation/options.h | | | M SimulationRuntime/c/simulation/results/read_csv.cpp | | | M SimulationRuntime/c/simulation/results/read_csv.h | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.h | | | M SimulationRuntime/c/simulation/results/simulation_result_empty.h | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.h | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/dopri45.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/events.h | | | M SimulationRuntime/c/simulation/solver/simulation_inline_solver.h | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/simulation/solver/solver_main.h | | | M SimulationRuntime/c/util/base_array.c | | | M SimulationRuntime/c/util/base_array.h | | | M SimulationRuntime/c/util/boolean_array.c | | | M SimulationRuntime/c/util/boolean_array.h | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | M SimulationRuntime/c/util/index_spec.c | | | M SimulationRuntime/c/util/index_spec.h | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/java_interface.c | | | M SimulationRuntime/c/util/java_interface.h | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/list.h | | | M SimulationRuntime/c/util/memory_pool.c | | | M SimulationRuntime/c/util/memory_pool.h | | | M SimulationRuntime/c/util/modelica.h | | | M SimulationRuntime/c/util/modelica_string.c | | | M SimulationRuntime/c/util/modelica_string.h | | | M SimulationRuntime/c/util/omc_error.c | | | M SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/read_write.c | | | M SimulationRuntime/c/util/read_write.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | M SimulationRuntime/c/util/utility.c | | | M SimulationRuntime/c/util/utility.h | | | M SimulationRuntime/c/util/varinfo.h | | | | | * commit 28a8d0f4ccf49339d14b111efb5778b9c73ae0bd | | | Author: Martin Sjölund | | | Date: Mon Mar 26 09:17:16 2012 +0000 | | | | | | - Converted some files to UTF-8 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEEXT.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendQSS.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/DAEQuery.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/ExpressionSolve.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/BackEnd/TaskGraphExt.mo | | | M Compiler/BackEnd/XMLDump.mo | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/AbsynDep.mo | | | M Compiler/FrontEnd/Algorithm.mo | | | M Compiler/FrontEnd/Builtin.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/CevalFunction.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/Connect.mo | | | M Compiler/FrontEnd/ConnectUtil.mo | | | M Compiler/FrontEnd/ConnectionGraph.mo | | | M Compiler/FrontEnd/Constants.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/DumpGraphviz.mo | | | M Compiler/FrontEnd/Edge.mo | | | M Compiler/FrontEnd/Element.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/ExpandableConnectors.mo | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Graphviz.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/InnerOuter.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstInfo.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/Instance.mo | | | M Compiler/FrontEnd/InstanceHierarchy.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MMath.mo | | | M Compiler/FrontEnd/MetaModelicaBuiltin.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/Mod.mo | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/FrontEnd/Node.mo | | | M Compiler/FrontEnd/Parser.mo | | | M Compiler/FrontEnd/ParserExt.mo | | | M Compiler/FrontEnd/Patternm.mo | | | M Compiler/FrontEnd/Prefix.mo | | | M Compiler/FrontEnd/PrefixUtil.mo | | | M Compiler/FrontEnd/Reference.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlat.mo | | | M Compiler/FrontEnd/SCodeFlatDump.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeFlattenExtends.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeGraph.mo | | | M Compiler/FrontEnd/SCodeHashTable.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/FrontEnd/SCodeSimplify.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/FrontEnd/UnitChecker.mo | | | M Compiler/FrontEnd/Values.mo | | | M Compiler/FrontEnd/ValuesUtil.mo | | | M Compiler/FrontEnd/Visited.mo | | | M Compiler/Global/Global.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Script/Refactor.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/BaseHashTable.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Corba.mo | | | M Compiler/Util/Database.mo | | | M Compiler/Util/Debug.mo | | | M Compiler/Util/DynLoad.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/ErrorExt.mo | | | M Compiler/Util/Graph.mo | | | M Compiler/Util/HashTableTypeToExpType.mo | | | M Compiler/Util/IOStream.mo | | | M Compiler/Util/IOStreamExt.mo | | | M Compiler/Util/Lapack.mo | | | M Compiler/Util/Name.mo | | | M Compiler/Util/NamePool.mo | | | M Compiler/Util/Pool.mo | | | M Compiler/Util/Print.mo | | | M Compiler/Util/Relation.mo | | | M Compiler/Util/Scope.mo | | | M Compiler/Util/Settings.mo | | | M Compiler/Util/SimulationResults.mo | | | M Compiler/Util/Socket.mo | | | M Compiler/Util/System.mo | | | M Compiler/Util/Util.mo | | | M Compiler/Util/VarTransform.mo | | | M Compiler/modpar/solvers.cpp | | | M Compiler/runtime/BackendDAEEXT.cpp | | | M Compiler/runtime/BackendDAEEXT_omc.cpp | | | M Compiler/runtime/BackendDAEEXT_rml.cpp | | | M Compiler/runtime/Corba_omc.cpp | | | M Compiler/runtime/Corba_rml.cpp | | | M Compiler/runtime/Database.c | | | M Compiler/runtime/Dynload.cpp | | | M Compiler/runtime/Dynload_omc.cpp | | | M Compiler/runtime/Dynload_rml.cpp | | | M Compiler/runtime/ErrorMessage.cpp | | | M Compiler/runtime/Error_omc.cpp | | | M Compiler/runtime/Error_rml.cpp | | | M Compiler/runtime/IOStreamExt.c | | | M Compiler/runtime/IOStreamExt_omc.cpp | | | M Compiler/runtime/IOStreamExt_rml.c | | | M Compiler/runtime/Lapack_omc.cpp | | | M Compiler/runtime/Lapack_rml.c | | | M Compiler/runtime/Print_omc.cpp | | | M Compiler/runtime/Print_rml.c | | | M Compiler/runtime/Settings_omc.cpp | | | M Compiler/runtime/Settings_rml.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M Compiler/runtime/SimulationResults_omc.cpp | | | M Compiler/runtime/SimulationResults_rml.c | | | M Compiler/runtime/Socket_omc.cpp | | | M Compiler/runtime/Socket_rml.c | | | M Compiler/runtime/System_omc.cpp | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/config.h | | | M Compiler/runtime/corbaimpl.cpp | | | M Compiler/runtime/dynload_stub.c | | | M Compiler/runtime/error_reporting.h | | | M Compiler/runtime/errorext.cpp | | | M Compiler/runtime/errorext.h | | | M Compiler/runtime/lapackimpl.c | | | M Compiler/runtime/printimpl.c | | | M Compiler/runtime/ptolemyio.cpp | | | M Compiler/runtime/ptolemyio_omc.cpp | | | M Compiler/runtime/ptolemyio_rml.cpp | | | M Compiler/runtime/settingsimpl.c | | | M Compiler/runtime/settingsimpl.h | | | M Compiler/runtime/socketimpl.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | M Compiler/runtime/unitparser.cpp | | | M Compiler/runtime/unitparser.h | | | M Compiler/susan_codegen/SimCode/GenTest/QHP/TestRedCellsTotal.mo | | | M Compiler/susan_codegen/test.mo | | | M Compiler/susan_codegen/test__testShouldBe.mo | | | M Makefile.in | | | | | * commit 49db26a928a59e774ecb73d8e6c1a8f2c91c32c1 | | | Author: Martin Sjölund | | | Date: Mon Mar 26 07:57:50 2012 +0000 | | | | | | - Added make target utf8-error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit d34760991f6b524b877a5eba8dcff0b50fcff507 | | | Author: Willi Braun | | | Date: Mon Mar 26 07:48:20 2012 +0000 | | | | | | - fixed Makefile for FMI | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/Makefile.common | | | | | * commit 0f1d979bb817ac49d124362cac4094e5530ddcae | | | Author: Willi Braun | | | Date: Mon Mar 26 07:27:54 2012 +0000 | | | | | | - fixed FMU-Export | | | - fixed FMI-Import | | | - moved FMI-Import to SimulationRuntime | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | D FMI/import/CHANGES.txt | | | D FMI/import/source/Makefile.in | | | D FMI/import/source/fmuModelica.tmp | | | D FMI/import/source/fmuWrapper.c | | | D FMI/import/source/fmuWrapper.h | | | D FMI/import/source/moGenerator.c | | | D FMI/import/source/moGenerator.h | | | D FMI/import/source/stack.c | | | D FMI/import/source/stack.h | | | D FMI/import/source/xmlparser.c | | | D FMI/import/source/xmlparser.h | | | D FMI/import/windows/source/fmiModelFunctions.h | | | D FMI/import/windows/source/fmiModelTypes.h | | | D FMI/import/windows/source/fmuModelica.h | | | D FMI/import/windows/source/fmuModelica.tmp | | | D FMI/import/windows/source/fmuWrapper.c | | | D FMI/import/windows/source/fmuWrapper.h | | | D FMI/import/windows/source/generator.mak | | | D FMI/import/windows/source/moGenerator.c | | | D FMI/import/windows/source/moGenerator.h | | | D FMI/import/windows/source/stack.c | | | D FMI/import/windows/source/stack.h | | | D FMI/import/windows/source/xmlparser.c | | | D FMI/import/windows/source/xmlparser.h | | | M Makefile.common | | | M SimulationRuntime/fmi/export/fmu_model_interface.c | | | M SimulationRuntime/fmi/export/fmu_model_interface.h | | | M SimulationRuntime/fmi/import/Makefile.in | | | R100 FMI/import/source/fmuModelica.unix.tmp SimulationRuntime/fmi/import/fmuModelica.unix.tmp | | | M SimulationRuntime/fmi/import/fmuWrapper.c | | | M SimulationRuntime/fmi/import/moGenerator.c | | | M SimulationRuntime/fmi/import/moGenerator.h | | | M SimulationRuntime/fmi/import/xmlparser.c | | | M configure.in | | | | | * commit 64677d456dc8063d417bfa68fc923537f9dd7609 | | | Author: Adrian Pop | | | Date: Sun Mar 25 00:16:41 2012 +0000 | | | | | | - report an user understandable error message when trying to instantiate or check an model that does not exists. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 544986d32d92e561f7fa523efeb7a40ff9254c78 | | | Author: Martin Sjölund | | | Date: Fri Mar 23 20:43:43 2012 +0000 | | | | | | - Fix typo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit d1def1447e1b4036a634e1f41c25295c244df674 | | | Author: Martin Sjölund | | | Date: Fri Mar 23 17:21:20 2012 +0000 | | | | | | - Remove tab | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | | | * commit 32253b8f310480d28b5ab9704ddb75c654afc936 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 23 15:03:35 2012 +0000 | | | | | | - Coding style. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/real_array.c | | | | | * commit 3c58c05b0accb77268ba7252b82ef045408dcad5 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Fri Mar 23 14:48:50 2012 +0000 | | | | | | + Added filing of arrays from range expressions. | | | - Avoid previous unnecessary array copies. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M SimulationRuntime/c/util/integer_array.c | | | M SimulationRuntime/c/util/integer_array.h | | | M SimulationRuntime/c/util/real_array.c | | | M SimulationRuntime/c/util/real_array.h | | | | | * commit 2f9db908c0dd506f4efa20e7f42cddb09ae27b01 | | | Author: Martin Sjölund | | | Date: Fri Mar 23 13:24:27 2012 +0000 | | | | | | - Moving python interface | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/runtime/Makefile.common | | | M Makefile.common | | | M configure.in | | | | | * commit 8d132413a50ed4c6f6cb71249ac42ebbd298b83c | | | Author: Martin Sjölund | | | Date: Fri Mar 23 12:02:41 2012 +0000 | | | | | | - Added simulate(..., simflags="flags") option. It will be passed to the simulation executable in the future | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit ad42b2901cbc3a5bd871372ebccdeb38a469fcfc | | | Author: Adeel Asghar | | | Date: Thu Mar 22 20:28:47 2012 +0000 | | | | | | - Auto generate the stub files for clients. | | | - Added/Updated README.txt files for all clients. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M OMTools/README.txt | | | | | * commit 5f273efe673df9c57036ff775522e131f2168690 | | | Author: Per Östlund | | | Date: Thu Mar 22 16:21:45 2012 +0000 | | | | | | - Added check for connect equation in initial equation sections. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Util/Error.mo | | | | | * commit 49a099eb069e1049a90068ab3ad4bca3b36e757f | | | Author: Martin Sjölund | | | Date: Thu Mar 22 16:08:17 2012 +0000 | | | | | | - Better SimCodeDump for when-equations | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/SimCodeDump.tpl | | | | | * commit f514b5aee4efd30cbdab0276930d5e1c2804fc2e | | | Author: Martin Sjölund | | | Date: Thu Mar 22 16:04:54 2012 +0000 | | | | | | - Fix for linear systems with the same index (why add these in the first place?) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit a4da03bd7e63fd6e1e310f8aafaeb7db13d680c0 | | | Author: Per Östlund | | | Date: Thu Mar 22 15:40:24 2012 +0000 | | | | | | - Got rid of more compiler warnings. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/math-support/dpmpar.c | | | M SimulationRuntime/c/math-support/enorm.c | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/math-support/lsame.c | | | M SimulationRuntime/c/meta/gc/common.h | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/realString.c | | | M SimulationRuntime/c/simulation/solver/daux.c | | | M SimulationRuntime/c/simulation/solver/ddassl.c | | | M SimulationRuntime/c/util/modelinfo.c | | | M SimulationRuntime/c/util/string_array.c | | | | | * commit b671be5035a1016690ba4ff694623454c0869892 | | | Author: Martin Sjölund | | | Date: Thu Mar 22 13:32:02 2012 +0000 | | | | | | - Added crefs to linear systems in the simulation info (same as for non-linear systems) | | | - Added system sizes to the description of linear and non-linear systems | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 51a70884fe27085438af334e453b5e41e8003cf9 | | | Author: Martin Sjölund | | | Date: Thu Mar 22 13:22:13 2012 +0000 | | | | | | - Simplify matrix+asub {{...},...,{...}}[1,2] => ... | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 91baa06d9bab680fa4a8c026b0a802422200de9b | | | Author: Per Östlund | | | Date: Thu Mar 22 12:43:31 2012 +0000 | | | | | | - Get rid of some compilation warnings in interactive. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/client.cpp | | | M SimulationRuntime/interactive/thread.cpp | | | | | * commit 6ebabb3ec99511905cf596b6bf224dcf592d7078 | | | Author: Martin Sjölund | | | Date: Thu Mar 22 12:42:24 2012 +0000 | | | | | | - Fix segfault | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/modelinfo.c | | | | | * commit 6fdb6d64d945b85f9e3107b602d6fbbffea6e938 | | | Author: Per Östlund | | | Date: Thu Mar 22 12:36:12 2012 +0000 | | | | | | - Added checks for valid class types of components in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Util/Error.mo | | | | | * commit c1a751939912f34018f627740cfec00f813b9c5e | | | Author: Martin Sjölund | | | Date: Thu Mar 22 12:31:28 2012 +0000 | | | | | | - Some fixes for the gnuplot connection and log-scale of zero measurements | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/modelinfo.c | | | | | * commit ac140bdfbdbf44353af386c415df89e309f9ad46 | | | Author: Martin Sjölund | | | Date: Thu Mar 22 11:50:01 2012 +0000 | | | | | | - Adding some more function calls to the profiling | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit fc93863f03aa5d2aab8db6baf4604693f88a4891 | | | Author: Martin Sjölund | | | Date: Thu Mar 22 11:45:58 2012 +0000 | | | | | | - Some fixes for gcc 4.7 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/interactive/client.cpp | | | M SimulationRuntime/interactive/socket.h | | | M SimulationRuntime/interactive/socket_unix.cpp | | | M SimulationRuntime/interactive/thread.cpp | | | | | * commit 5cb466fcaa43de39623085689229869599b52214 | | | Author: Per Östlund | | | Date: Thu Mar 22 11:08:49 2012 +0000 | | | | | | - More improvements to cref prefixing in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 7f88639f1d6c9c750e48a26e2e018faab0567b03 | | | Author: Adeel Asghar | | | Date: Wed Mar 21 14:33:21 2012 +0000 | | | | | | - Generate code with +d=gendebugsymbols flag. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | | | * commit 920611fdc78ab3b851acc61b23415e7d59e53c3d | | | Author: Per Östlund | | | Date: Wed Mar 21 12:10:36 2012 +0000 | | | | | | - Fix compilation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit ae31ec6b4109516562d2d6b3a04d4596dbd6405b | | | Author: Per Östlund | | | Date: Wed Mar 21 11:14:44 2012 +0000 | | | | | | - Preserve subscripts when prefixing crefs during instantiation. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit b701329483520f305db62c759256d5b4f3466c88 | | | Author: Per Östlund | | | Date: Wed Mar 21 09:08:56 2012 +0000 | | | | | | - Fixed broken compilation due to RML stupidity. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeEnv.mo | | | | | * commit 09eec6356fd48c6d8bdc082e78b010371a4db39e | | | Author: Per Östlund | | | Date: Wed Mar 21 09:01:49 2012 +0000 | | | | | | - Implemented better handling of component names in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSymbolTable.mo | | | M Compiler/FrontEnd/InstTypes.mo | | | M Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | M Compiler/FrontEnd/Typing.mo | | | | | * commit d2a27b490af006d5dc0e374ee662a9ff81c25218 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Mar 20 15:10:49 2012 +0000 | | | | | | + Merging the parallel extensions. | | | + Traversal and analysis of parallel for loops. | | | Checks all component references in the body and makes sure they are valid. | | | + parallel and kernel functions are handled in the Front-end now. | | | + parallel variables are handled in the Front-end now. | | | - some checks and restrictions remain, but nothing that | | | affects the normal OM compilation. | | | * so far so good. | | | | | | + A fixed but forgotten test-case update. (encapsulated issue for Complex) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/InstExtends.mo | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeFlattenImports.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Parser/Modelica.g | | | | | * commit 09e244b3648465a555f1590ec1908daee65ae703 | | | Author: Jens Frenkel | | | Date: Tue Mar 20 14:27:16 2012 +0000 | | | | | | - remove taps | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit 2a829f1a5d3ced8f9389620c0462dafff3211198 | | | Author: Jens Frenkel | | | Date: Tue Mar 20 13:54:36 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/util/read_matlab4.c | | | | | * commit aca6b7ab0929dfebc0434ea767e0003351cbc75e | | | Author: Jens Frenkel | | | Date: Tue Mar 20 12:52:05 2012 +0000 | | | | | | - BackEnd/BackendDAETransform.mo: remove some unused matches, cleanup code | | | - BackendDump.mo: new function debugStrCrefLstStr | | | - SimulationResultCmp: use C style comments | | | - add flag "stateselection" to dump selected states of the model, use it with flag "backenddaeinfo" | | | - fix CMakeList files | | | - read_matlab4: - improve reader, read now also latest dymola files with single pressision | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/runtime/SimulationResults.c | | | M Compiler/runtime/SimulationResultsCmp.c | | | M SimulationRuntime/c/util/CMakeLists.txt | | | M SimulationRuntime/c/util/read_matlab4.c | | | M SimulationRuntime/c/util/read_matlab4.h | | | M SimulationRuntime/interactive/CMakeLists.txt | | | | | * commit 10b0e8ff5a97f1d533d3fb183a0068c85f71f0e7 | | | Author: Willi Braun | | | Date: Tue Mar 20 11:35:34 2012 +0000 | | | | | | - inverted +v flag. By default are all arrays crefs vectorized. | | | One can set a still a Limit to aviod that. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 47ea9e78df96d88b4a235ccf4c1dad8219e3d608 | | | Author: Adeel Asghar | | | Date: Sat Mar 17 00:31:24 2012 +0000 | | | | | | Fixed python API Interface for Linux. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M configure.in | | | | | * commit 6ed8d93e39d3122e82bc2404dc15317ec82230ee | | | Author: Adeel Asghar | | | Date: Fri Mar 16 19:03:49 2012 +0000 | | | | | | - Fixed typo. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | | | * commit b5a78a95b020810df3a734e2b7384ab9e7e805bc | | | Author: Adeel Asghar | | | Date: Fri Mar 16 17:51:31 2012 +0000 | | | | | | - Generate python stubs in stubs folder. | | | - Added the setup.py script to install python API. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | D Compiler/scripts/ompython/OMParser/__init__.py | | | D Compiler/scripts/ompython/OMPython.py | | | D Compiler/scripts/ompython/README.txt | | | D Compiler/scripts/ompython/setup.bat | | | M Makefile.common | | | | | * commit 60cef440d100132b142662a6b0df0259f7a89216 | | | Author: Adeel Asghar | | | Date: Fri Mar 16 13:33:56 2012 +0000 | | | | | | - Fixed hudson build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Makefile.common | | | | | * commit e427f8f4305ff8889f6fdc4c78003661995714e8 | | | Author: Adeel Asghar | | | Date: Fri Mar 16 13:18:02 2012 +0000 | | | | | | - Changed Parser to OMParser. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | R100 Compiler/scripts/ompython/Parser/__init__.py Compiler/scripts/ompython/OMParser/__init__.py | | | M Compiler/scripts/ompython/OMPython.py | | | | | * commit c52b87c41cdd772d1c880d34ef9bc86a5dd6aaf7 | | | Author: Martin Sjölund | | | Date: Fri Mar 16 11:34:57 2012 +0000 | | | | | | - Allow omniidl-python fail on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M configure.in | | | | | * commit 11024240571151a9e42660a6f0e7721c9c58f9a1 | | | Author: Martin Sjölund | | | Date: Fri Mar 16 11:13:39 2012 +0000 | | | | | | - Fix to make sure python interface is built | | | - Check if using omniidl, else don't create it | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | | | * commit c34408d616801507f2b1496ec362d57a05f0d70d | | | Author: Martin Sjölund | | | Date: Fri Mar 16 09:32:03 2012 +0000 | | | | | | - Better copying of ompython | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Makefile.common | | | | | * commit 5d7f83e6d99591c6a3f1fcaeca374e2ecd5c51cf | | | Author: Martin Sjölund | | | Date: Fri Mar 16 09:31:38 2012 +0000 | | | | | | - Don't ask me why it does not work, but I had to ifdef out the THROW in division.c or linking fails on OSX | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/omc_error.c | | | | | * commit 72982a62e4c9851f6c56fc4a0e0c6b6c46b589bd | | | Author: Martin Sjölund | | | Date: Fri Mar 16 07:25:48 2012 +0000 | | | | | | - Renamed error.h to omc_error.h | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/CodegenFMU.tpl | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/linearization/linearize.cpp | | | M SimulationRuntime/c/math-support/delay.c | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/math-support/model_help.c | | | M SimulationRuntime/c/simulation/results/simulation_result_csv.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_mat.cpp | | | M SimulationRuntime/c/simulation/results/simulation_result_plt.cpp | | | M SimulationRuntime/c/simulation/simulation_input_xml.cpp | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/events.c | | | M SimulationRuntime/c/simulation/solver/solver_main.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/list.c | | | M SimulationRuntime/c/util/modelinfo.c | | | R098 SimulationRuntime/c/util/error.c SimulationRuntime/c/util/omc_error.c | | | R099 SimulationRuntime/c/util/error.h SimulationRuntime/c/util/omc_error.h | | | M SimulationRuntime/c/util/ringbuffer.c | | | M SimulationRuntime/c/util/varinfo.c | | | | | * commit 6f0de69d5e0104e827782f27d777466cceb9050a | | | Author: Adeel Asghar | | | Date: Thu Mar 15 19:50:09 2012 +0000 | | | | | | - Fixed build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M configure.in | | | | | * commit eac4868675810e1c126afff780381502377ad844 | | | Author: Adeel Asghar | | | Date: Thu Mar 15 19:06:11 2012 +0000 | | | | | | - Added +d=gendebugsymbols flag to generate code with debug symbols for standard Modelica. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/Flags.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit e7a9b1405ac722fb5db28cfe8fb3e30f7cfe4696 | | | Author: Pavol Privitzer | | | Date: Thu Mar 15 19:04:24 2012 +0000 | | | | | | Small C# template update | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCSharp.tpl | | | M Compiler/susan_codegen/SimCode/GenTest/Makefile | | | M Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos | | | M Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos | | | | | * commit 8b6b2b21473b1cf04e8052a66bdafeac7dcb9ace | | | Author: Adeel Asghar | | | Date: Thu Mar 15 19:03:16 2012 +0000 | | | | | | - Updating OMDEV is required. | | | - Added ompython to Compiler/scripts (From Anand). | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Makefile.in | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.in | | | M Compiler/runtime/Makefile.vc | | | A Compiler/scripts/ompython/OMPython.py | | | A Compiler/scripts/ompython/Parser/__init__.py | | | A Compiler/scripts/ompython/README.txt | | | A Compiler/scripts/ompython/setup.bat | | | M Makefile.common | | | | | * commit 6b764044a4be165c5e0200489dadf9c70c573f06 | | | Author: Adrian Pop | | | Date: Thu Mar 15 15:30:26 2012 +0000 | | | | | | - fix a case of "how the beep did it worked until now"? | | | - EQ_NORETCALL should be returned instead of ALG_NORETCALL | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit cacbb929608a12b83b2445a61eda85789a4e9b40 | | | Author: Jens Frenkel | | | Date: Wed Mar 14 17:38:09 2012 +0000 | | | | | | - bugfix for complex equations in strong connected components | | | - add test for complex equation in strong connected component | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M SimulationRuntime/c/math-support/matrix.h | | | | | * commit e3481167c38bc0c53bf71aa79a97ad9cdba45fe3 | | | Author: Martin Sjölund | | | Date: Wed Mar 14 16:20:17 2012 +0000 | | | | | | - Create the result.xml in the correct directory | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 84f65b6021749f005be2cc9f808bf03c404d36d2 | | | Author: Per Östlund | | | Date: Wed Mar 14 11:56:21 2012 +0000 | | | | | | - Refactoring of SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A Compiler/FrontEnd/InstSymbolTable.mo | | | A Compiler/FrontEnd/InstTypes.mo | | | A Compiler/FrontEnd/InstUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | A Compiler/FrontEnd/Typing.mo | | | M Compiler/Makefile.common | | | | | * commit 66e74ab3e034822e9a4e9809900a55f944943421 | | | Author: Henning Kiel | | | Date: Wed Mar 14 08:41:28 2012 +0000 | | | | | | - remove stray "*/" | | | - change calloc to malloc for immediately initialized memory | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit 99c6b7505dbaf4a1982046bd070fb28eea0c49c2 | | | Author: Henning Kiel | | | Date: Wed Mar 14 08:40:34 2012 +0000 | | | | | | - remove typo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | | | * commit f6fcb08b493499b20e0c1a279a9943eec186bee9 | | | Author: Martin Sjölund | | | Date: Tue Mar 13 16:46:38 2012 +0000 | | | | | | - Fix columns | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 7abb904ac825facba9c10d958324a269c9202565 | | | Author: Martin Sjölund | | | Date: Tue Mar 13 15:30:51 2012 +0000 | | | | | | #1408 | | | - Removed support for min/max(string) as only enum,bool,int,real are allowed | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 4006b9ddaf4f9330b0e916f4f38a4fbf5faea236 | | | Author: Adeel Asghar | | | Date: Tue Mar 13 13:59:21 2012 +0000 | | | | | | - Fix the tabs :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 225778b2cbe365a77e8141bd72da7a0d37ad0c2b | | | Author: Adeel Asghar | | | Date: Tue Mar 13 13:26:11 2012 +0000 | | | | | | - Fixed the importFMU. | | | - Removed the moGenerator::getDecompPath(), omc should sent the right output directory to fmigenerator. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M FMI/import/source/moGenerator.c | | | | | * commit bd1da5c336feb31494441b8467d2d8541fa9f03e | | | Author: Martin Sjölund | | | Date: Tue Mar 13 12:56:44 2012 +0000 | | | | | | - Fix coding style | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M Parser/main.c | | | M Parser/parse.c | | | | | * commit 07d4c53cdcd5e64b19274e3efac2ed13b8a0cc63 | | | Author: Martin Sjölund | | | Date: Tue Mar 13 12:17:06 2012 +0000 | | | | | | - Increase ulimit | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit 5750dc42d3cb0ec001ca8e36f4aa502f9435f94e | | | Author: Martin Sjölund | | | Date: Tue Mar 13 11:38:00 2012 +0000 | | | | | | - Changed order of cells | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | M Makefile.in | | | | | * commit 001cbb08a5ed9083c5607e21f6caab9107552ccc | | | Author: Per Östlund | | | Date: Tue Mar 13 11:06:45 2012 +0000 | | | | | | - Fix application of redeclares in SCodeInst.instExtends. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 367e8e7729573be64565a85ee62d1b646c44e581 | | | Author: Martin Sjölund | | | Date: Tue Mar 13 10:07:22 2012 +0000 | | | | | | - Try to run the simulation in BuildModelRecursive.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit a6da3c24672d03c0347f82da0a2a6caadb6894bb | | | Author: Martin Sjölund | | | Date: Tue Mar 13 07:08:21 2012 +0000 | | | | | | - Terminate the find regex so we do not find .h0 files on some OSes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit fe108e6b1180aae8e57e5f5c1733f97ad8ab51fc | | | Author: Martin Sjölund | | | Date: Tue Mar 13 06:54:08 2012 +0000 | | | | | | - Remove some tabs from sources | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Template/TplAbsyn.mo | | | M Compiler/Template/TplMain.mo | | | M Compiler/Template/TplParser.mo | | | M Compiler/Util/Error.mo | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | M Compiler/susan_codegen/TplCodegenTV.mo | | | M Compiler/susan_codegen/paperI.mo | | | M Compiler/susan_codegen/testI.mo | | | M Makefile.in | | | M SimulationRuntime/c/simulation/solver/dassl.c | | | M SimulationRuntime/c/simulation/solver/dassl.h | | | M SimulationRuntime/c/simulation/solver/dopri45.c | | | M SimulationRuntime/c/simulation/solver/dopri45.h | | | M SimulationRuntime/c/simulation/solver/events.c | | | | | * commit dbd429c42af33da2711177a2062f299b4493e9b1 | | | Author: Martin Sjölund | | | Date: Mon Mar 12 21:15:29 2012 +0000 | | | | | | - Improved tab detection | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/Graph.mo | | | M Makefile.in | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/math-support/model_help.c | | | M SimulationRuntime/c/meta/dtoa.c | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/realString.c | | | | | * commit b5a0193a71dc2099c98d2deec29e7ee467bffb6d | | | Author: Martin Sjölund | | | Date: Mon Mar 12 20:52:25 2012 +0000 | | | | | | - Added make target tab-error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit 72a80eabf1c42d5b16f464ace52e2d6de75f1b22 | | | Author: Martin Sjölund | | | Date: Mon Mar 12 14:39:19 2012 +0000 | | | | | | - BuildModelRecursive.mos now sets a ulimit on time | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/BuildModelRecursive.mos | | | | | * commit b11e136c25227cce8a2397954f1f6668d5f6284a | | | Author: Per Östlund | | | Date: Mon Mar 12 14:29:06 2012 +0000 | | | | | | - Removed invalid 'external' prefix from external functions in SCodeDump. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl | | | | | * commit 86b309d224cbec044bba23d7149a94c94ddf459d | | | Author: Jens Frenkel | | | Date: Mon Mar 12 11:53:12 2012 +0000 | | | | | | - implement new remove simple equation modules (removeSimpleEquationsFast,removeSimpleEquationsPast) speed up around 40% for backend | | | - use IncidenceMatrix BackendDAE.SOLVABLE for Matching | | | - function vararrayList is protected use BackendDAEUtil.varList | | | - fix tests | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/TaskGraph.mo | | | M Compiler/Util/Flags.mo | | | | | * commit 42e2194eaa208a0f046a9acc022a6a410cb9ee96 | | | Author: Jens Frenkel | | | Date: Sun Mar 11 13:54:07 2012 +0000 | | | | | | - bugfix derivative of ASUB | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit d1b07d89ff3b1cc52489f28708006594b9e35c1b | | | Author: Martin Sjölund | | | Date: Sat Mar 10 10:52:46 2012 +0000 | | | | | | - Make sum(scalar) an error | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1db0c88812df323276f3e04ba18e887b254e7a83 | | | Author: Jens Frenkel | | | Date: Sat Mar 10 10:38:56 2012 +0000 | | | | | | - fix for Bug [# 1596] Simple equation not found | | | - fix name problem for mosfiles/BouncingBall2 | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 84994474f19e06cebbbd177be46b5932bbea3832 | | | Author: Jens Frenkel | | | Date: Fri Mar 9 20:58:19 2012 +0000 | | | | | | - remove unused code | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 0bdd5fe789353de15e43347071118e95a67805f1 | | | Author: Jens Frenkel | | | Date: Fri Mar 9 20:21:46 2012 +0000 | | | | | | - fix test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 20e9f4a2e5a0ed95d3af6dda872915ea6431e8a9 | | | Author: Jens Frenkel | | | Date: Fri Mar 9 18:55:18 2012 +0000 | | | | | | - break loop in Derive by providing information about inline success | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 1facf25e3eb0b58b6a4eb244be5c5b3d9283128c | | | Author: Jens Frenkel | | | Date: Fri Mar 9 17:53:55 2012 +0000 | | | | | | - ~10% speedup for removeSimpleEquation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit 220370b51c676ef1543e541a39bcfed8a37dbd86 | | | Author: Martin Sjölund | | | Date: Fri Mar 9 15:40:17 2012 +0000 | | | | | | - Removed support for enum and Integer being compatible types | | | - Testsuite still runs | | | - But probably still problems in MSL31 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit e04e6ccac58c655f35e60b8ce7667a3f049d34a6 | | | Author: Martin Sjölund | | | Date: Fri Mar 9 12:39:12 2012 +0000 | | | | | | - Expected output | | | - Removed support for type-conversion from integer to enum | | | * Note: Integer literal to enum is still in use. It will be the next to go, but MSL needs some more updates | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 581b865d24ddc5a6cb62114a40fb2ea5a4d256aa | | | Author: Martin Sjölund | | | Date: Fri Mar 9 11:51:33 2012 +0000 | | | | | | - Moved connect(a,a) warning to Inst instead of SCode | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/InstSection.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | | | * commit a0e39104067c2dfcfdd431d046b709d03f44f1a5 | | | Author: Jens Frenkel | | | Date: Fri Mar 9 08:53:17 2012 +0000 | | | | | | - report Error Message in case of Discrete Equation Systems | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | | | * commit 936176605499565b468f7194b4a0bf74c646dc06 | | | Author: Jens Frenkel | | | Date: Fri Mar 9 07:17:25 2012 +0000 | | | | | | - remove rule for min/max (enumeration, int) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 145c6ffd50cec4729ad39e8502067efe6844ca88 | | | Author: Adeel Asghar | | | Date: Thu Mar 8 20:25:09 2012 +0000 | | | | | | - Changed UTF8 to UTF-8. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/parse.c | | | | | * commit 7399c0c01d74c02b625d94d13a8a5406a5380446 | | | Author: Per Östlund | | | Date: Thu Mar 8 17:14:24 2012 +0000 | | | | | | - Improved handling of bindings and deduction of array dimensions in SCodeInst. | | | - Added List.lastN and List.stripN. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/Util/List.mo | | | | | * commit f440455aa4430870ef2aef07806aff7ce9761b88 | | | Author: Johanna Schneider | | | Date: Thu Mar 8 13:58:57 2012 +0000 | | | | | | - bugfix tearing | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit e01ca0430dff66ae395502db0111a9e8a6f3d47a | | | Author: Per Östlund | | | Date: Thu Mar 8 12:52:44 2012 +0000 | | | | | | - Implemented class extends support in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeEnv.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeFlattenRedeclare.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Util/Util.mo | | | | | * commit 0be4f0feaabcccfb7146b46eb872158749264eed | | | Author: Martin Sjölund | | | Date: Thu Mar 8 12:12:08 2012 +0000 | | | | | | #1710 | | | - Check filename for invalid characters | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/systemimpl.c | | | M Compiler/runtime/systemimpl.h | | | M Parser/parse.c | | | | | * commit 92118aa88687933e0e93e98e048f6579c0c273a8 | | | Author: Jens Frenkel | | | Date: Wed Mar 7 23:27:55 2012 +0000 | | | | | | - simplify min/max(enumeration) | | | - set min max from enumeration for variables (maybe should be done in frontend) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 51d48dfac7cbd8e8f7dc4b7e75d5330ff9637400 | | | Author: Adrian Pop | | | Date: Wed Mar 7 23:10:04 2012 +0000 | | | | | | - fix the CodegenC.tpl for T_ARRAY (be more specific). | | | - expected output in testsuite/parser/ParseFullModelica3.1.mos | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 76c40398e12957d778ea2dee28eb263180ad3d26 | | | Author: Adrian Pop | | | Date: Wed Mar 7 22:36:42 2012 +0000 | | | | | | - MAKE CLEAN is highly recommended! | | | | | | Modelica.Media: | | | - fix some Modelica.Media code generation issues in CodegenC.expTypeFlag. | | | - fix a Modelica.Media bug in the library, see ticket: https://trac.modelica.org/Modelica/ticket/710 | | | in libraries/Modelica 3.1/Media/IdealGases/Common/package.mo and updated libraries/README. | | | - add 2 more models that simulate now to the testsuite/libraries/msl31/media/simulate/Makefile (1 more to have full Modelica.Media) | | | | | | Bootstrapping: | | | - collect inputs/outputs temps into tmpMeta. | | | - added System.tmpTickIndexReserve to get the index and reserve N. | | | - some preliminary changes to the GC (not ON yet), more updates to come. | | | - circumvent MinGW GCC 4.4.0 -O2/-O3 optimization issues via making the for iterator in matchcontinue be float (see meta_modelica.h) | | | note that if you use -O3 you will also need -fno-inline-functions (see testsuite/bootstrapping/LinkMain.makefile.mingw) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | M SimulationRuntime/c/meta/gc/common.h | | | M SimulationRuntime/c/meta/gc/gc.h | | | M SimulationRuntime/c/meta/gc/generational.c | | | M SimulationRuntime/c/meta/gc/generational.h | | | M SimulationRuntime/c/meta/gc/marksweep.c | | | M SimulationRuntime/c/meta/gc/roots.c | | | M SimulationRuntime/c/meta/gc/roots.h | | | M SimulationRuntime/c/meta/meta_modelica.h | | | M SimulationRuntime/c/meta/meta_modelica_builtin.c | | | | | * commit f0ec2067072b2f796f3c6530bea179614edb9411 | | | Author: Jens Frenkel | | | Date: Wed Mar 7 21:40:20 2012 +0000 | | | | | | - lower enumerations to discrete vars like integers | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 8d091bca6efb7b03e3240ec2ebd796544897568e | | | Author: Jens Frenkel | | | Date: Wed Mar 7 21:27:41 2012 +0000 | | | | | | - Var is either continous or discrete | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendVariable.mo | | | | | * commit 44cf4ed1c67083fb46be1fffd4435580c253a909 | | | Author: Adrian Pop | | | Date: Wed Mar 7 20:08:56 2012 +0000 | | | | | | - division.h: switch __FILE__ and __LINE__ in DIVISION macro as they are expected by division_error function. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/division.h | | | | | * commit 3588d1c9050ea01a269fc287269c4d097306c371 | | | Author: Adrian Pop | | | Date: Wed Mar 7 17:32:31 2012 +0000 | | | | | | - replace array constants with their binding (maybe we should only do that for package constants). | | | - added testsuite/3rdParty/TestMedia [from Francesco Casella] which now works to simulate too. | | | - 17 more Modelica.Media models now work, 3 left. | | | NOTE HOWEVER that simulation fails in some cases due to | | | divisions by zero or other issues, but at | | | least the models compile. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit a1420dff550247883de1bcdbda63885f245b55b8 | | | Author: Jens Frenkel | | | Date: Wed Mar 7 14:36:35 2012 +0000 | | | | | | - fix test | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | | | * commit 34e306bda14c465f484f5ef580bbcb5460f88eb0 | | | Author: Jens Frenkel | | | Date: Wed Mar 7 13:55:26 2012 +0000 | | | | | | - fix compilation | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit 348541cc7cf108e747071a2df715f0e698041a6e | | | Author: Jens Frenkel | | | Date: Wed Mar 7 13:46:46 2012 +0000 | | | | | | - add Incidencematrix type SOLVABLE | | | - add compleqs to traverseBackendDAE and checkBackendDAE functions | | | - use traverseBackendDAE in PartFn -> easier maintainance | | | - more information if createOdeSystem fails | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit fdedaa2f4809810995d9ba1235479c76c544c0dd | | | Author: Lennart Ochel | | | Date: Wed Mar 7 11:13:16 2012 +0000 | | | | | | - fix for mapToDymolaVars | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit 666585e4adcb9f23ab853a57691a95d180d102bc | | | Author: Adrian Pop | | | Date: Wed Mar 7 08:17:51 2012 +0000 | | | | | | - OpenTurns updates. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/OpenTurns/model_name.h | | | M SimulationRuntime/OpenTurns/wrapper.c | | | | | * commit 3ea6b29627534b583546550ddde59c6ed7399a1c | | | Author: Adrian Pop | | | Date: Wed Mar 7 07:28:46 2012 +0000 | | | | | | - consider also partially evaluated functions and also do union as we seem to get duplicates. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/SimCode.mo | | | | | * commit af5e49a0ef8eb5fa3d551d137761bd3f2f80bad8 | | | Author: Adrian Pop | | | Date: Wed Mar 7 05:30:01 2012 +0000 | | | | | | - also consider external functions! duh :) | | | - expected output for some tests. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | | | * commit 13085f10d4a82f6667ce64da1d890a962bb5210a | | | Author: Jens Frenkel | | | Date: Tue Mar 6 23:07:15 2012 +0000 | | | | | | - remove unused functions Bug [# 1708] | | | - move Modelica.Media.Examples.TestOnly.IdealGasN2.mos | | | Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos | | | Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos | | | Modelica.Media.Incompressible.Examples.TestGlycol.mos | | | to working test | | | - update CMakeLists.txt | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/Main/Main.mo | | | M Compiler/Script/CevalScript.mo | | | M SimulationRuntime/c/CMakeLists.txt | | | M SimulationRuntime/c/simulation/results/CMakeLists.txt | | | M SimulationRuntime/c/util/CMakeLists.txt | | | | | * commit 810dea936f254699826d99fc301193fa32307da2 | | | Author: Lennart Ochel | | | Date: Tue Mar 6 18:47:52 2012 +0000 | | | | | | - import from matfile supports now variables with dymola names | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit 64c3e3396296f1d6455c2227d46adbeef9873c84 | | | Author: Jens Frenkel | | | Date: Tue Mar 6 18:24:32 2012 +0000 | | | | | | - simplify size operator helps media | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit ffdf6c750d65bb86e4510b4df97c42e5692269d8 | | | Author: Per Östlund | | | Date: Tue Mar 6 09:05:01 2012 +0000 | | | | | | - Removed some deprecated code from SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 79b0f32ea684e77c2ee3fcc497bda8ca0cfe5467 | | | Author: Jens Frenkel | | | Date: Tue Mar 6 08:25:25 2012 +0000 | | | | | | - break loop in Derive | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit c9c77b7fcd9ec40cc3e5ef20c77d5ed96f9d5664 | | | Author: Lennart Ochel | | | Date: Mon Mar 5 17:53:44 2012 +0000 | | | | | | - stop the simulation, if an error occurs | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/util/division.c | | | M SimulationRuntime/c/util/division.h | | | | | * commit 285bca3c208d121879afb64660904a2599c0390c | | | Author: Per Östlund | | | Date: Mon Mar 5 15:16:01 2012 +0000 | | | | | | - Partially implemented error message for cyclic dependencies in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 12cc2f8d71bb938dd0fac4f96f1d107b7fa8c99c | | | Author: Jens Frenkel | | | Date: Mon Mar 5 14:22:13 2012 +0000 | | | | | | - fix for bug [# 1693] , use type of expression for mul when calculate the derivative of DIV_ARRAY_SCALAR | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/Derive.mo | | | | | * commit afbf0902bc4df66ee581c6ab151b6f5c23ddf618 | | | Author: Lennart Ochel | | | Date: Mon Mar 5 12:46:57 2012 +0000 | | | | | | - minor fix | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit 2f1ad8bb3faad162fe6ef93b81fac047bb135869 | | | Author: Lennart Ochel | | | Date: Mon Mar 5 11:37:52 2012 +0000 | | | | | | - add two optimization methods from OM1.8.0 (simplex and newuoa) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit 5c4f06cc21d315a6895a66bf0f7ae9efb952a4b6 | | | Author: Per Östlund | | | Date: Mon Mar 5 10:30:25 2012 +0000 | | | | | | * SCodeInst fixes: | | | - Instantiate cref subscripts. | | | - Correct instantiation of function names. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeLookup.mo | | | | | * commit e319c11e65034781648a3b0926d96cad69d50951 | | | Author: Martin Sjölund | | | Date: Mon Mar 5 09:44:37 2012 +0000 | | | | | | - Parse comments in correct order | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Parser/Modelica.g | | | | | * commit 0eb0a969e7e3cf6971c865e0e1bfdf098e366555 | | | Author: Jens Frenkel | | | Date: Sun Mar 4 22:31:37 2012 +0000 | | | | | | - bugfix blt, do not check continues vars in relations | | | - update path in interaktive readme | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/FrontEnd/Expression.mo | | | M SimulationRuntime/interactive/README.txt | | | | | * commit 298dabc55c70d9a784dd9251f352bc259b004e97 | | | Author: Jens Frenkel | | | Date: Sun Mar 4 20:47:31 2012 +0000 | | | | | | - if derivative of function does not exist force inline | | | to get media examp working | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/Derive.mo | | | | | * commit 5e46962e9d4811f00ba4d5e40b1cc0ac98ae9617 | | | Author: Jens Frenkel | | | Date: Sun Mar 4 13:30:22 2012 +0000 | | | | | | - force inline again for complex equations but check function has only one assignment | | | - check while inline if all inner variables are replaced | | | - 3 Media tests back in game | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 0486c5507eef910a0e164deb645663318a47e8e2 | | | Author: Jens Frenkel | | | Date: Sat Mar 3 20:09:46 2012 +0000 | | | | | | - add missing code for functions return records in optimisation modules | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendVarTransform.mo | | | | | * commit b053c77368c026e5f374f9da25d692f5aaced737 | | | Author: Jens Frenkel | | | Date: Sat Mar 3 08:35:26 2012 +0000 | | | | | | - do not force inline for complex equations helps TestMedia | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit a0dac2654fbf628388837a383b7ec541b7888bcd | | | Author: Adrian Pop | | | Date: Sat Mar 3 04:51:44 2012 +0000 | | | | | | - changes in backend considered in XMLDump.mo too | | | - dependency seems to be broken, i think we also need to consider protected imports. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/XMLDump.mo | | | | | * commit 9b8585efa7cacad5866fb5b2e1e4237ed213dc4d | | | Author: Jens Frenkel | | | Date: Sat Mar 3 04:13:31 2012 +0000 | | | | | | - implement support for functions return records down to code generation, code generation works for record = f(); f() = record | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAE.mo | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/BackEnd/BackendVariable.mo | | | M Compiler/BackEnd/Derive.mo | | | M Compiler/BackEnd/PartFn.mo | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/BackEnd/Uncertainties.mo | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit bd395b5989361c78d6eee5613e4d87f891571d86 | | | Author: Adeel Asghar | | | Date: Fri Mar 2 17:38:44 2012 +0000 | | | | | | - Added OMOptimLib.pro | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M OMTools/OMTools.pro | | | | | * commit 7c07c88e34a997236728c6aba2c62921ecffec6a | | | Author: Adeel Asghar | | | Date: Fri Mar 2 14:27:08 2012 +0000 | | | | | | Fix for bug #1705 #1706 | | | - Added the flag to set plot silent +plotSilent=true (if true then outputs the data instead of showing the OMPlot). | | | - Some fixes for OMNotebook plotting. | | | - Fixed the file saving issue. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | | | * commit f0cdf47dcf8d26855a5bba5c5e48ab6ad45e5f4b | | | Author: Martin Sjölund | | | Date: Fri Mar 2 12:55:40 2012 +0000 | | | | | | #1707 | | | - Add support for functions returning arrays of strings | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M SimulationRuntime/c/util/string_array.c | | | M SimulationRuntime/c/util/string_array.h | | | | | * commit 8fe51640e5f996b01d19591a21d052848200c5bd | | | Author: Per Östlund | | | Date: Fri Mar 2 09:47:13 2012 +0000 | | | | | | - Fix correct propagation level for modifications in extends in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | | | * commit 061d24bfcb37180d6f70fd5297d26710e815862b | | | Author: Adeel Asghar | | | Date: Thu Mar 1 23:00:32 2012 +0000 | | | | | | - Fixed isReplaceable API, check separately for public and protected elements. Added case for the extended classes as well. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/Interactive.mo | | | | | * commit 3f54d84aea01f54eaf3dbb8a5043fa4bd8b3e971 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Thu Mar 1 19:48:39 2012 +0000 | | | | | | Modified the generated Makefiles for models. | | | - "clean" should not be a dependency for the main target. | | | If we have multiple threads making the target then they will try to clean and compile at the same time. | | | - do "clean"s explicitly | | | - Made sure that *_records.c is compiled always. (i.e. The executable will be compiled too) | | | - Also the main target(executable) should be dependent on ModelName_functions.c since this is not compiled separately but is included in the ModelName.c file. | | | | | | Now we can run the test-suite(most of it, at least) with "make -j" on windows. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 9468fdc14b0976511691d7cda7cf3687a9012b40 | | | Author: Adrian Pop | | | Date: Thu Mar 1 17:43:37 2012 +0000 | | | | | | - update OpenModelicaBootstrappingHeader.h broken some commits back. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | | | * commit f4f0e99db62d7d0a628c2fdfd2b2c35928466a31 | | | Author: Adeel Asghar | | | Date: Thu Mar 1 16:39:06 2012 +0000 | | | | | | --new-window flag for visualize API. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/Script/CevalScript.mo | | | | | * commit ef257dcbc28f5945021b67848eb31dd0cba27124 | | | Author: Martin Sjölund | | | Date: Thu Mar 1 16:21:01 2012 +0000 | | | | | | - Fixed M.E.D.Delay.TransmissionDelay | | | - Not fixed in MSL because other tools do not support Integer(enum) yet (in spec since Modelica 2.1) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 309dc85f5c0f946a7794149979c1d05eef2d36f8 | | | Author: Martin Sjölund | | | Date: Thu Mar 1 16:19:42 2012 +0000 | | | | | | - Fixes illegal xml generation when using measureTime=true | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/util/modelinfo.c | | | | | * commit b6b1210c924d5424879a43e461771feb063e8ea6 | | | Author: Martin Sjölund | | | Date: Thu Mar 1 16:18:54 2012 +0000 | | | | | | - Fix for external noretcall functions | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | | | * commit 65d9d45787cbe529ad0fedc6550b339bc95e7b1b | | | Author: Lennart Ochel | | | Date: Thu Mar 1 15:29:17 2012 +0000 | | | | | | - fix init-file for constant expressions | | | - fix initialization by mat-file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/susan_codegen/SimCode/CodegenC.tpl | | | M SimulationRuntime/c/math-support/initialization.c | | | | | * commit 25fb5ebe336872a96a849f06488ad8fbef0091bb | | | Author: Per Östlund | | | Date: Thu Mar 1 14:00:21 2012 +0000 | | | | | | - Fix MainTest. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDump.mo | | | | | * commit 1dc0ec2c221a80f7f142b9ae79cdd48efee221d0 | | | Author: Per Östlund | | | Date: Thu Mar 1 13:46:45 2012 +0000 | | | | | | - Implemented filtering of duplicate extended components in SCodeInst. Needs | | | more work, just assumes all elements are equal right now. | | | - Fixed handling of conditional components that contain other conditional | | | components. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeCheck.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/Util/Util.mo | | | | | * commit 5a7544b207c93a2a1fc1fd5070c49dad544c6408 | | | Author: Jens Frenkel | | | Date: Thu Mar 1 13:35:47 2012 +0000 | | | | | | - dump Statistic about the system with +d=backenddaeinfo | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | M Compiler/BackEnd/BackendDAEOptimize.mo | | | M Compiler/BackEnd/BackendDAETransform.mo | | | M Compiler/BackEnd/BackendDAEUtil.mo | | | M Compiler/BackEnd/BackendDump.mo | | | M Compiler/BackEnd/BackendEquation.mo | | | M Compiler/Util/Flags.mo | | | | | * commit e894cf84c98299f221c94986ca4962809c50491a | | | Author: Adrian Pop | | | Date: Thu Mar 1 07:25:34 2012 +0000 | | | | | | - expected output. | | | - got rid of print in Inline.mo | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 807dd761f444d38317faa916ccbc6c52c730abe5 | | | Author: Adrian Pop | | | Date: Thu Mar 1 07:06:55 2012 +0000 | | | | | | - check subtyping of T_ARRAY(dims = list_of_more_than_one) as we can | | | really get these types now after the removal of DAE.ExpType. | | | - don't be lazy and do better checking in Inline. | | | - testsuite should be ok now? Hudson will tell us :) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/Inline.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 480165cb83ed76ed3440b829c263bc77bc4dc37d | | | Author: Adrian Pop | | | Date: Thu Mar 1 05:30:14 2012 +0000 | | | | | | - do not do equiv type checking when MetaModelica as they might be not! | | | - fix some of the expected output in some models. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 10dac150384f53b121e2a43547355e29a39d485f | | | Author: Jens Frenkel | | | Date: Wed Feb 29 18:22:30 2012 +0000 | | | | | | - remove forgotten dump call | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 468ee7cb312656408c840b062c6e0e716d5a37ba | | | Author: Jens Frenkel | | | Date: Wed Feb 29 16:12:09 2012 +0000 | | | | | | - check if extension of records was succesfull | | | - remove forgotten dump call | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/BackendDAECreate.mo | | | | | * commit 4110066f05274a897b17dbd8c29982c9eb86ae0c | | | Author: Jens Frenkel | | | Date: Wed Feb 29 15:39:08 2012 +0000 | | | | | | - compare types before inline expression | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Inline.mo | | | | | * commit 0461f31edc84adb09355636a158157dae58fc2ec | | | Author: Kaie Kubjas | | | Date: Wed Feb 29 14:15:15 2012 +0000 | | | | | | Fixed a bug in CodegenCpp.tpl | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | | | * commit bbcd20245839f6dd0f517ce14b7fcaf83f27fa40 | | | Author: Adeel Asghar | | | Date: Wed Feb 29 14:07:55 2012 +0000 | | | | | | - Fix build. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit 3fbfd1dcd23b24ca6e684d0f3b47a5464de17167 | | | Author: Adeel Asghar | | | Date: Wed Feb 29 14:02:05 2012 +0000 | | | | | | - Fix OMOptim Compilation. | | | - Don't add \ at the end of the last item in .pro file. | | | - Build OMOptimBasis in the bin directory of OMOptim. | | | - Added OMOptimBasis to OMTools. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M OMTools/OMTools.pro | | | | | * commit e8bed5e4d8fc1001491984fa195af4731be0ee49 | | | Author: Per Östlund | | | Date: Wed Feb 29 11:46:12 2012 +0000 | | | | | | - Implemented better handling of extending basic and array types in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 023983e8029b12cf5c836ad096c220c217a009b5 | | | Author: Martin Sjölund | | | Date: Wed Feb 29 08:03:06 2012 +0000 | | | | | | - Don't remove single quotes | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Examples/GenerateDoc.mos | | | | | * commit 307f047b3bd848f957f90abbf1c9efcd76df0fbe | | | Author: Mahder Alemseged Gebremedhin | | | Date: Tue Feb 28 19:01:22 2012 +0000 | | | | | | + Merging the parallel extensions. | | | + parallel and kernel functions are handled in the Front-end now. | | | + parallel variables are handled in the Front-end now. | | | - some checks and restrictions remain, but nothing that | | | affects the normal OM compilation. | | | * so far so good. | | | | | | + A fix for operator overloading problem on encapsulated classes with imports. (should have been a separate update) | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAE.mo | | | M Compiler/FrontEnd/DAEDump.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeFlatDump.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Parser/Modelica.g | | | | | * commit c0817019f92bcf3ce7425a832b62acc1a2b6726e | | | Author: Martin Sjölund | | | Date: Tue Feb 28 17:55:16 2012 +0000 | | | | | | Partial fix for #1702 (enum == Integer is not an allowed relation) | | | - This was also updated in MSL | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | | | * commit 47166c1c228f62edfc3ff4b98a9c1523437edb37 | | | Author: Per Östlund | | | Date: Tue Feb 28 16:18:30 2012 +0000 | | | | | | - Implemented prefix propagation in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/DAEUtil.mo | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit 66179bbb6dd4fb390fe043ea675cbe68a6d01e81 | | | Author: Niklas Worschech | | | Date: Tue Feb 28 09:51:52 2012 +0000 | | | | | | Modified interface method giveZeroFunc in cpp runtime, eps parameter is not needed. | | | Fix in CMake file of Modelica System | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | M SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h | | | M SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h | | | | | * commit bcc2d830e631f9b785f2ed9929cb0712d8e908ee | | | Author: Martin Sjölund | | | Date: Tue Feb 28 09:48:16 2012 +0000 | | | | | | - Added target bom-error to test for BOM in files | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.common | | | M Makefile.in | | | | | * commit fff231e846da47f3dedce2a428bbbbb673366541 | | | Author: Kaie Kubjas | | | Date: Tue Feb 28 08:42:12 2012 +0000 | | | | | | Fix typo in AlgloopsolverFactory class | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/Math/Implementation/Functions.h | | | M SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Modelica/Modelica.h | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h | | | | | * commit 6fc393323c59be5628808f9969cdea4e21021ff7 | | | Author: Martin Sjölund | | | Date: Tue Feb 28 08:36:00 2012 +0000 | | | | | | - OMNotebook now depends on OMPlot | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 2b1f1721ed4ff8224e678d9261d8c66d1d5234ca | | | Author: Adrian Pop | | | Date: Tue Feb 28 06:53:41 2012 +0000 | | | | | | - remove forgotten unused SimCodeC.tpl. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | D Compiler/susan_codegen/SimCode/SimCodeC.tpl | | | | | * commit dced953891b0ed3c88d016009429620d60884ab0 | | | Author: Martin Sjölund | | | Date: Tue Feb 28 06:34:27 2012 +0000 | | | | | | - Updated auto-generated file | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | | | * commit e0455397e486a6007ca5148474b284ff959aa888 | | | Author: Martin Sjölund | | | Date: Mon Feb 27 16:42:28 2012 +0000 | | | | | | - Added support to parse line/block-comments as class elements (similar to annotations) | | | - Any comment in an expression is moved out of the element and put on its own line | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ClassLoader.mo | | | M Compiler/FrontEnd/Dependency.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Error.mo | | | M Compiler/Util/System.mo | | | M Compiler/runtime/System_omc.cpp | | | M Compiler/runtime/System_rml.c | | | M Compiler/runtime/systemimpl.c | | | M Parser/Modelica.g | | | M Parser/parse.c | | | | | * commit 0cbef56765f88db583dfa4d32d1ad16170e73bd3 | | | Author: Niklas Worschech | | | Date: Mon Feb 27 16:24:37 2012 +0000 | | | | | | Modified event iteration in cpp runtime. Using checkConditions instead of setZeroState from solver | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp | | | M SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h | | | | | * commit 4c24901a2ef967c6440dbc6bd7348d2bc8991110 | | | Author: Niklas Worschech | | | Date: Mon Feb 27 15:43:31 2012 +0000 | | | | | | fix for mixed system iteration in cpp runtime | | | fix in CVode for calculation of event state | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp | | | M SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp | | | M SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h | | | M SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h | | | M SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h | | | | | * commit 83b4203708467b2f6ba735b3fd033ac7be3ed180 | | | Author: Per Östlund | | | Date: Mon Feb 27 14:40:52 2012 +0000 | | | | | | Fix for bug #1700: | | | - Fixed type of sum. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/FrontEnd/Types.mo | | | | | * commit 0338eebfc33961f5f1abdd8791f8bbd87ef4aaeb | | | Author: Lennart Ochel | | | Date: Mon Feb 27 12:21:49 2012 +0000 | | | | | | - update for importStartValues | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/math-support/initialization.c | | | M SimulationRuntime/c/simulation/simulation_runtime.cpp | | | | | * commit c53eb8477f8da42eb9a85e27ea1ce90f85d3ab2f | | | Author: Jens Frenkel | | | Date: Mon Feb 27 09:33:44 2012 +0000 | | | | | | - copy table to avoid loss of data by memorypool | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/c/ModelicaExternalC/tables.c | | | | | * commit e7233912a46e37deae2209f6900c19080d7632da | | | Author: Per Östlund | | | Date: Mon Feb 27 08:33:39 2012 +0000 | | | | | | - Fix type dimensions in SCodeInst. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeInst.mo | | | | | * commit a963de49e3c28dfcd31e1bb2fb8845636b33ceb4 | | | Author: Martin Sjölund | | | Date: Sat Feb 25 10:31:12 2012 +0000 | | | | | | - Added rule exp[] => exp (ASUB'ing nothing does nothing) | | | Finds diff like the following for Modelica.Media | | | - 190.56[],0.01604246[],9.86e-05[],0.011[],0.0[] | | | + 190.56,0.01604246,0.0000986,0.011,0.0 | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | | | * commit 8e46ab3165d75836a43fec30cba73ca002d27deb | | | Author: Martin Sjölund | | | Date: Sat Feb 25 07:52:58 2012 +0000 | | | | | | - Added rule Real(i1:i2) => Real(i1):Real(i2) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Util/Util.mo | | | | | * commit 62a9eca19a1f1765f094664ed277c6b4b7deef0e | | | Author: Martin Sjölund | | | Date: Fri Feb 24 16:29:37 2012 +0000 | | | | | | - Added rules for string and boolean relations (==,<>,>=,>,<,<= where applicable) | | | - Added rules for element-wise matrix mul,div,pow | | | - Added rules for element-wise vector pow | | | - Added rule for {} X => {} (for certain operations) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/Util/Error.mo | | | | | * commit 1712a6b05532278a76d49439da281d44ead205e4 | | | Author: Adrian Pop | | | Date: Fri Feb 24 03:58:38 2012 +0000 | | | | | | - gee, shouldn't we return what we compute??!! | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/runtime/System_omc.cpp | | | | | * commit fc18a625ec78a4521095be9bb7259e50a5be0b5b | | | Author: Adeel Asghar | | | Date: Thu Feb 23 21:58:28 2012 +0000 | | | | | | - some changes in the Plot API family to support OMNotebook embedded plots. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/ModelicaBuiltin.mo | | | M Compiler/Script/CevalScript.mo | | | | | * commit c05306dafe099576e6a77a354555f39223898f94 | | | Author: Per Östlund | | | Date: Thu Feb 23 19:20:18 2012 +0000 | | | | | | - Implemented expansion of bindings in SCodeExpand. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/FrontEnd/SCodeMod.mo | | | M Compiler/Util/List.mo | | | | | * commit 5656a89bfe72b634af4983f83482932065cb8ce8 | | | Author: Martin Sjölund | | | Date: Thu Feb 23 16:08:04 2012 +0000 | | | | | | - Simplify ew array division/multiplication ({1,2}./{2,2}={0.5,1}) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Expression.mo | | | M Compiler/FrontEnd/ExpressionDump.mo | | | M Compiler/FrontEnd/ExpressionSimplify.mo | | | M Compiler/FrontEnd/Static.mo | | | | | * commit 2ea4635fa5e7a07403865d430cb4e6c73c20829b | | | Author: Kaie Kubjas | | | Date: Thu Feb 23 13:56:44 2012 +0000 | | | | | | added 2 flags and made some small changes for reduction methods | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/Util/Config.mo | | | M Compiler/Util/Flags.mo | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M Compiler/susan_codegen/SimCode/SimCodeTV.mo | | | | | * commit 1625165c2c9b94968191546e762de847548905c1 | | | Author: Per Östlund | | | Date: Thu Feb 23 13:39:47 2012 +0000 | | | | | | - Changed structure for storing the result from SCodeInst from lists to a tree. | | | - Added new phase, SCodeExpand, which expands the result from SCodeInst into a | | | DAE.DAElist. | | | - Implemented inner/outer support in SCodeInst, not complete yet. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/ComponentReference.mo | | | M Compiler/FrontEnd/SCode.mo | | | A Compiler/FrontEnd/SCodeExpand.mo | | | M Compiler/FrontEnd/SCodeInst.mo | | | M Compiler/Makefile.common | | | M Compiler/Util/List.mo | | | | | * commit d3b5a74cf9e14c0396d573edab7c885e489dda14 | | | Author: Martin Sjölund | | | Date: Thu Feb 23 13:21:38 2012 +0000 | | | | | | - Gave MODELICA_TERMINATE a complete type (gcc ignores) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | M SimulationRuntime/c/openmodelica.h | | | | | * commit bdb511f389add911eb67cddd37f713ed2eade4ff | | | Author: Niklas Worschech | | | Date: Thu Feb 23 13:20:13 2012 +0000 | | | | | | changed prefix of variable names in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp | | | M SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h | | | | | * commit 920b75ca00f4b6b7ea8280007e6ebf48c34d5167 | | | Author: Martin Sjölund | | | Date: Thu Feb 23 13:06:15 2012 +0000 | | | | | | - Fixed the fix-bom command (removed some BOM) | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 6dca03acd7c5a71355a39688a5fa26da7cdb7f72 | | | Author: Martin Sjölund | | | Date: Thu Feb 23 12:43:07 2012 +0000 | | | | | | - Added fix-bom target | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Makefile.in | | | | | * commit 3c2a60ba7439ae41be4fb1f064fdfe040ac7b108 | | | Author: Niklas Worschech | | | Date: Thu Feb 23 12:16:38 2012 +0000 | | | | | | Added get and set method for conditions vector in IEvent interface | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | M SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h | | | | | * commit dca4dc4369f2791377ea2e0d6f136326166f309b | | | Author: Martin Sjölund | | | Date: Thu Feb 23 11:49:56 2012 +0000 | | | | | | - Re-enabled generation of mosh/src/Makefile | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit f3d5af857b9fb24c9060084d73cfd2d2d841b0ea | | | Author: Martin Sjölund | | | Date: Thu Feb 23 11:46:49 2012 +0000 | | | | | | - Added LD_LAPACK to configure.in | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/omc_debug/Makefile.in | | | M Compiler/omc_profiler/Makefile.in | | | M Compiler/omc_release/Makefile.in | | | M configure.in | | | | | * commit 6ca9d13e400e5adda707d485637a84620d462d6f | | | Author: Niklas Worschech | | | Date: Thu Feb 23 10:01:53 2012 +0000 | | | | | | modified cpp runtime CMake file for system initialization | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M SimulationRuntime/cpp/Source/CMakeLists.txt | | | M SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt | | | | | * commit 715ea486fa87e3a0fd6a70bf73873c2bb62d6ffd | | | Author: Adrian Pop | | | Date: Thu Feb 23 06:11:41 2012 +0000 | | | | | | - got rid of references to c_runtime in configure.in. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M configure.in | | | | | * commit f9041571fd615da7642669ae0043487787f3085f | | | Author: Adrian Pop | | | Date: Thu Feb 23 06:08:32 2012 +0000 | | | | | | - GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl | | | - HIGHLY RECOMMENDED make clean | | | - renamed SimCodeXXX.tpl CodegenXXX.tpl | | | - merged the needed things from SimCodeC.tpl into CodegenQSS.tpl. | | | - all tests except the usual mishaps go. | | | - targeted all trunk/c_runtime references used in | | | Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts. | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/BackEnd/SimCode.mo | | | M Compiler/Makefile.common | | | M Compiler/runtime/Makefile.common | | | M Compiler/runtime/Makefile.vc | | | R099 Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl Compiler/susan_codegen/SimCode/CodegenAdevs.tpl | | | R099 Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl Compiler/susan_codegen/SimCode/CodegenCSharp.tpl | | | R099 Compiler/susan_codegen/SimCode/SimCodeCpp.tpl Compiler/susan_codegen/SimCode/CodegenCpp.tpl | | | A Compiler/susan_codegen/SimCode/CodegenQSS.tpl | | | M Compiler/susan_codegen/SimCode/Makefile | | | D Compiler/susan_codegen/SimCode/SimCodeQSS.tpl | | | M Makefile.common | | | M Makefile.in | | | M Parser/Makefile.common | | | M SimulationRuntime/interactive/Makefile.in | | | D c_runtime/CMakeLists.txt | | | D c_runtime/LICENSE | | | D c_runtime/Makefile.common | | | D c_runtime/Makefile.in | | | D c_runtime/ModelicaExternalC/CMakeLists.txt | | | D c_runtime/ModelicaExternalC/Makefile.in | | | D c_runtime/ModelicaExternalC/ModelicaInternal.c | | | D c_runtime/ModelicaExternalC/ModelicaStrings.c | | | D c_runtime/ModelicaExternalC/ModelicaTables.h | | | D c_runtime/ModelicaExternalC/ModelicaTablesImpl.c | | | D c_runtime/ModelicaExternalC/win32_dirent.c | | | D c_runtime/ModelicaExternalC/win32_dirent.h | | | D c_runtime/ModelicaUtilities.c | | | D c_runtime/ModelicaUtilities.h | | | D c_runtime/README | | | D c_runtime/base_array.c | | | D c_runtime/base_array.h | | | D c_runtime/bigden.c | | | D c_runtime/biglag.c | | | D c_runtime/blaswrap.h | | | D c_runtime/boolean_array.c | | | D c_runtime/boolean_array.h | | | D c_runtime/build_mingw_libs.bat | | | D c_runtime/compat.h | | | D c_runtime/daux.c | | | D c_runtime/ddasrt.c | | | D c_runtime/ddassl.c | | | D c_runtime/dgesv_aux.c | | | D c_runtime/division.c | | | D c_runtime/division.h | | | D c_runtime/dlamch.c | | | D c_runtime/dlinpk.c | | | D c_runtime/dogleg.c | | | D c_runtime/dpmpar.c | | | D c_runtime/dummy_model.cpp | | | D c_runtime/dummy_model_functions.cpp | | | D c_runtime/enorm.c | | | D c_runtime/f2c.h | | | D c_runtime/fdjac1.c | | | D c_runtime/fmiModelFunctions.h | | | D c_runtime/fmiModelTypes.h | | | D c_runtime/fmu_model_interface.c | | | D c_runtime/fmu_model_interface.h | | | D c_runtime/fortran/bigden.f | | | D c_runtime/fortran/biglag.f | | | D c_runtime/fortran/daux.f | | | D c_runtime/fortran/ddasrt.f | | | D c_runtime/fortran/ddassl.f | | | D c_runtime/fortran/dlamch.f | | | D c_runtime/fortran/dlinpk.f | | | D c_runtime/fortran/dogleg.f | | | D c_runtime/fortran/dpmpar.f | | | D c_runtime/fortran/enorm.f | | | D c_runtime/fortran/fdjac1.f | | | D c_runtime/fortran/hybrd.f | | | D c_runtime/fortran/hybrd1.f | | | D c_runtime/fortran/hybrj.f | | | D c_runtime/fortran/lsame.f | | | D c_runtime/fortran/nelmead.f | | | D c_runtime/fortran/newuoa.f | | | D c_runtime/fortran/newuob.f | | | D c_runtime/fortran/qform.f | | | D c_runtime/fortran/qrfac.f | | | D c_runtime/fortran/r1mpyq.f | | | D c_runtime/fortran/r1updt.f | | | D c_runtime/fortran/trsapp.f | | | D c_runtime/fortran/update.f | | | D c_runtime/fortran_types.h | | | D c_runtime/hybrd.c | | | D c_runtime/hybrd1.c | | | D c_runtime/hybrj.c | | | D c_runtime/index_spec.c | | | D c_runtime/index_spec.h | | | D c_runtime/inline.h | | | D c_runtime/integer_array.c | | | D c_runtime/integer_array.h | | | D c_runtime/interactive/Makefile.in | | | D c_runtime/interactive/README.txt | | | D c_runtime/interactive/client.cpp | | | D c_runtime/interactive/makefile.mingw | | | D c_runtime/interactive/omi_Calculation.cpp | | | D c_runtime/interactive/omi_Calculation.h | | | D c_runtime/interactive/omi_Control.cpp | | | D c_runtime/interactive/omi_Control.h | | | D c_runtime/interactive/omi_ResultManager.cpp | | | D c_runtime/interactive/omi_ResultManager.h | | | D c_runtime/interactive/omi_ServiceInterface.cpp | | | D c_runtime/interactive/omi_ServiceInterface.h | | | D c_runtime/interactive/omi_Transfer.cpp | | | D c_runtime/interactive/omi_Transfer.h | | | D c_runtime/interactive/socket.cpp | | | D c_runtime/interactive/socket.h | | | D c_runtime/interactive/socket_unix.cpp | | | D c_runtime/interactive/socket_win.cpp | | | D c_runtime/interactive/thread.cpp | | | D c_runtime/interactive/thread.h | | | D c_runtime/java_interface.c | | | D c_runtime/java_interface.h | | | D c_runtime/jni.h | | | D c_runtime/jni_md.h | | | D c_runtime/jni_md_solaris.h | | | D c_runtime/jni_md_windows.h | | | D c_runtime/libf2c/CMakeLists.txt | | | D c_runtime/libf2c/Notice | | | D c_runtime/libf2c/README | | | D c_runtime/libf2c/abort_.c | | | D c_runtime/libf2c/arithchk.c | | | D c_runtime/libf2c/backspac.c | | | D c_runtime/libf2c/c_abs.c | | | D c_runtime/libf2c/c_cos.c | | | D c_runtime/libf2c/c_div.c | | | D c_runtime/libf2c/c_exp.c | | | D c_runtime/libf2c/c_log.c | | | D c_runtime/libf2c/c_sin.c | | | D c_runtime/libf2c/c_sqrt.c | | | D c_runtime/libf2c/cabs.c | | | D c_runtime/libf2c/close.c | | | D c_runtime/libf2c/comptry.bat | | | D c_runtime/libf2c/d_abs.c | | | D c_runtime/libf2c/d_acos.c | | | D c_runtime/libf2c/d_asin.c | | | D c_runtime/libf2c/d_atan.c | | | D c_runtime/libf2c/d_atn2.c | | | D c_runtime/libf2c/d_cnjg.c | | | D c_runtime/libf2c/d_cos.c | | | D c_runtime/libf2c/d_cosh.c | | | D c_runtime/libf2c/d_dim.c | | | D c_runtime/libf2c/d_exp.c | | | D c_runtime/libf2c/d_imag.c | | | D c_runtime/libf2c/d_int.c | | | D c_runtime/libf2c/d_lg10.c | | | D c_runtime/libf2c/d_log.c | | | D c_runtime/libf2c/d_mod.c | | | D c_runtime/libf2c/d_nint.c | | | D c_runtime/libf2c/d_prod.c | | | D c_runtime/libf2c/d_sign.c | | | D c_runtime/libf2c/d_sin.c | | | D c_runtime/libf2c/d_sinh.c | | | D c_runtime/libf2c/d_sqrt.c | | | D c_runtime/libf2c/d_tan.c | | | D c_runtime/libf2c/d_tanh.c | | | D c_runtime/libf2c/derf_.c | | | D c_runtime/libf2c/derfc_.c | | | D c_runtime/libf2c/dfe.c | | | D c_runtime/libf2c/dolio.c | | | D c_runtime/libf2c/dtime_.c | | | D c_runtime/libf2c/due.c | | | D c_runtime/libf2c/ef1asc_.c | | | D c_runtime/libf2c/ef1cmc_.c | | | D c_runtime/libf2c/endfile.c | | | D c_runtime/libf2c/erf_.c | | | D c_runtime/libf2c/erfc_.c | | | D c_runtime/libf2c/err.c | | | D c_runtime/libf2c/etime_.c | | | D c_runtime/libf2c/exit_.c | | | D c_runtime/libf2c/f2c.h | | | D c_runtime/libf2c/f2c.h0 | | | D c_runtime/libf2c/f2ch.add | | | D c_runtime/libf2c/f77_aloc.c | | | D c_runtime/libf2c/f77vers.c | | | D c_runtime/libf2c/fio.h | | | D c_runtime/libf2c/fmt.c | | | D c_runtime/libf2c/fmt.h | | | D c_runtime/libf2c/fmtlib.c | | | D c_runtime/libf2c/fp.h | | | D c_runtime/libf2c/ftell64_.c | | | D c_runtime/libf2c/ftell_.c | | | D c_runtime/libf2c/getarg_.c | | | D c_runtime/libf2c/getenv_.c | | | D c_runtime/libf2c/h_abs.c | | | D c_runtime/libf2c/h_dim.c | | | D c_runtime/libf2c/h_dnnt.c | | | D c_runtime/libf2c/h_indx.c | | | D c_runtime/libf2c/h_len.c | | | D c_runtime/libf2c/h_mod.c | | | D c_runtime/libf2c/h_nint.c | | | D c_runtime/libf2c/h_sign.c | | | D c_runtime/libf2c/hl_ge.c | | | D c_runtime/libf2c/hl_gt.c | | | D c_runtime/libf2c/hl_le.c | | | D c_runtime/libf2c/hl_lt.c | | | D c_runtime/libf2c/i77vers.c | | | D c_runtime/libf2c/i_abs.c | | | D c_runtime/libf2c/i_dim.c | | | D c_runtime/libf2c/i_dnnt.c | | | D c_runtime/libf2c/i_indx.c | | | D c_runtime/libf2c/i_len.c | | | D c_runtime/libf2c/i_mod.c | | | D c_runtime/libf2c/i_nint.c | | | D c_runtime/libf2c/i_sign.c | | | D c_runtime/libf2c/iargc_.c | | | D c_runtime/libf2c/iio.c | | | D c_runtime/libf2c/ilnw.c | | | D c_runtime/libf2c/inquire.c | | | D c_runtime/libf2c/l_ge.c | | | D c_runtime/libf2c/l_gt.c | | | D c_runtime/libf2c/l_le.c | | | D c_runtime/libf2c/l_lt.c | | | D c_runtime/libf2c/lbitbits.c | | | D c_runtime/libf2c/lbitshft.c | | | D c_runtime/libf2c/libf2c.lbc | | | D c_runtime/libf2c/libf2c.sy | | | D c_runtime/libf2c/lio.h | | | D c_runtime/libf2c/lread.c | | | D c_runtime/libf2c/lwrite.c | | | D c_runtime/libf2c/main.c | | | D c_runtime/libf2c/makefile.mingw | | | D c_runtime/libf2c/makefile.sy | | | D c_runtime/libf2c/makefile.u.in | | | D c_runtime/libf2c/makefile.vc | | | D c_runtime/libf2c/makefile.wat | | | D c_runtime/libf2c/math.hvc | | | D c_runtime/libf2c/mkfile.plan9 | | | D c_runtime/libf2c/open.c | | | D c_runtime/libf2c/pow_ci.c | | | D c_runtime/libf2c/pow_dd.c | | | D c_runtime/libf2c/pow_di.c | | | D c_runtime/libf2c/pow_hh.c | | | D c_runtime/libf2c/pow_ii.c | | | D c_runtime/libf2c/pow_qq.c | | | D c_runtime/libf2c/pow_ri.c | | | D c_runtime/libf2c/pow_zi.c | | | D c_runtime/libf2c/pow_zz.c | | | D c_runtime/libf2c/qbitbits.c | | | D c_runtime/libf2c/qbitshft.c | | | D c_runtime/libf2c/r_abs.c | | | D c_runtime/libf2c/r_acos.c | | | D c_runtime/libf2c/r_asin.c | | | D c_runtime/libf2c/r_atan.c | | | D c_runtime/libf2c/r_atn2.c | | | D c_runtime/libf2c/r_cnjg.c | | | D c_runtime/libf2c/r_cos.c | | | D c_runtime/libf2c/r_cosh.c | | | D c_runtime/libf2c/r_dim.c | | | D c_runtime/libf2c/r_exp.c | | | D c_runtime/libf2c/r_imag.c | | | D c_runtime/libf2c/r_int.c | | | D c_runtime/libf2c/r_lg10.c | | | D c_runtime/libf2c/r_log.c | | | D c_runtime/libf2c/r_mod.c | | | D c_runtime/libf2c/r_nint.c | | | D c_runtime/libf2c/r_sign.c | | | D c_runtime/libf2c/r_sin.c | | | D c_runtime/libf2c/r_sinh.c | | | D c_runtime/libf2c/r_sqrt.c | | | D c_runtime/libf2c/r_tan.c | | | D c_runtime/libf2c/r_tanh.c | | | D c_runtime/libf2c/rawio.h | | | D c_runtime/libf2c/rdfmt.c | | | D c_runtime/libf2c/rewind.c | | | D c_runtime/libf2c/rsfe.c | | | D c_runtime/libf2c/rsli.c | | | D c_runtime/libf2c/rsne.c | | | D c_runtime/libf2c/s_cat.c | | | D c_runtime/libf2c/s_cmp.c | | | D c_runtime/libf2c/s_copy.c | | | D c_runtime/libf2c/s_paus.c | | | D c_runtime/libf2c/s_rnge.c | | | D c_runtime/libf2c/s_stop.c | | | D c_runtime/libf2c/scomptry.bat | | | D c_runtime/libf2c/sfe.c | | | D c_runtime/libf2c/sig_die.c | | | D c_runtime/libf2c/signal1.h0 | | | D c_runtime/libf2c/signal_.c | | | D c_runtime/libf2c/signbit.c | | | D c_runtime/libf2c/sue.c | | | D c_runtime/libf2c/sysdep1.h0 | | | D c_runtime/libf2c/system_.c | | | D c_runtime/libf2c/typesize.c | | | D c_runtime/libf2c/uio.c | | | D c_runtime/libf2c/uninit.c | | | D c_runtime/libf2c/util.c | | | D c_runtime/libf2c/wref.c | | | D c_runtime/libf2c/wrtfmt.c | | | D c_runtime/libf2c/wsfe.c | | | D c_runtime/libf2c/wsle.c | | | D c_runtime/libf2c/wsne.c | | | D c_runtime/libf2c/xwsne.c | | | D c_runtime/libf2c/z_abs.c | | | D c_runtime/libf2c/z_cos.c | | | D c_runtime/libf2c/z_div.c | | | D c_runtime/libf2c/z_exp.c | | | D c_runtime/libf2c/z_log.c | | | D c_runtime/libf2c/z_sin.c | | | D c_runtime/libf2c/z_sqrt.c | | | D c_runtime/linearize.cpp | | | D c_runtime/linearize.h | | | D c_runtime/lsame.c | | | D c_runtime/matrix.h | | | D c_runtime/memory_pool.c | | | D c_runtime/memory_pool.h | | | D c_runtime/meta/CMakeLists.txt | | | D c_runtime/meta/Makefile.in | | | D c_runtime/meta/dtoa.c | | | D c_runtime/meta/gc/common.c | | | D c_runtime/meta/gc/common.h | | | D c_runtime/meta/gc/gc.c | | | D c_runtime/meta/gc/gc.h | | | D c_runtime/meta/gc/generational.c | | | D c_runtime/meta/gc/generational.h | | | D c_runtime/meta/gc/marksweep.c | | | D c_runtime/meta/gc/marksweep.h | | | D c_runtime/meta/gc/roots.c | | | D c_runtime/meta/gc/roots.h | | | D c_runtime/meta/meta_modelica.c | | | D c_runtime/meta/meta_modelica.h | | | D c_runtime/meta/meta_modelica_builtin.c | | | D c_runtime/meta/meta_modelica_builtin.h | | | D c_runtime/meta/meta_modelica_builtin_boxptr.h | | | D c_runtime/meta/meta_modelica_catch.c | | | D c_runtime/meta/meta_modelica_gen_string_lit.sh | | | D c_runtime/meta/meta_modelica_real.cpp | | | D c_runtime/meta/meta_modelica_real.h | | | D c_runtime/meta/meta_modelica_string_lit.c | | | D c_runtime/meta/meta_modelica_string_lit.h | | | D c_runtime/meta/realString.c | | | D c_runtime/meta/rml_compatibility.h | | | D c_runtime/model_fmu.in | | | D c_runtime/modelica.h | | | D c_runtime/modelica_string.c | | | D c_runtime/modelica_string.h | | | D c_runtime/nelmead.c | | | D c_runtime/newuoa.c | | | D c_runtime/newuob.c | | | D c_runtime/omc_msvc.h | | | D c_runtime/options.cpp | | | D c_runtime/options.h | | | D c_runtime/qform.c | | | D c_runtime/qrfac.c | | | D c_runtime/r1mpyq.c | | | D c_runtime/r1updt.c | | | D c_runtime/read_csv.cpp | | | D c_runtime/read_csv.h | | | D c_runtime/read_matlab4.c | | | D c_runtime/read_matlab4.h | | | D c_runtime/read_write.c | | | D c_runtime/read_write.h | | | D c_runtime/real_array.c | | | D c_runtime/real_array.h | | | D c_runtime/ringbuffer.c | | | D c_runtime/ringbuffer.h | | | D c_runtime/rtclock.c | | | D c_runtime/rtclock.h | | | D c_runtime/simulation_delay.cpp | | | D c_runtime/simulation_delay.h | | | D c_runtime/simulation_events.cpp | | | D c_runtime/simulation_events.h | | | D c_runtime/simulation_init.cpp | | | D c_runtime/simulation_init.h | | | D c_runtime/simulation_inline_solver.h | | | D c_runtime/simulation_input.cpp | | | D c_runtime/simulation_input.h | | | D c_runtime/simulation_input_xml.cpp | | | D c_runtime/simulation_input_xml.h | | | D c_runtime/simulation_modelinfo.c | | | D c_runtime/simulation_modelinfo.h | | | D c_runtime/simulation_result.h | | | D c_runtime/simulation_result_csv.cpp | | | D c_runtime/simulation_result_csv.h | | | D c_runtime/simulation_result_empty.h | | | D c_runtime/simulation_result_mat.cpp | | | D c_runtime/simulation_result_mat.h | | | D c_runtime/simulation_result_plt.cpp | | | D c_runtime/simulation_result_plt.h | | | D c_runtime/simulation_runtime.cpp | | | D c_runtime/simulation_runtime.h | | | D c_runtime/simulation_varinfo.c | | | D c_runtime/simulation_varinfo.h | | | D c_runtime/solver_main.cpp | | | D c_runtime/solver_main.h | | | D c_runtime/solver_qss/cross_detector.cpp | | | D c_runtime/solver_qss/cross_detector.h | | | D c_runtime/solver_qss/integrator.cpp | | | D c_runtime/solver_qss/integrator.h | | | D c_runtime/solver_qss/qss_signal.cpp | | | D c_runtime/solver_qss/qss_signal.h | | | D c_runtime/solver_qss/runtime.h | | | D c_runtime/solver_qss/sampler.cpp | | | D c_runtime/solver_qss/sampler.h | | | D c_runtime/solver_qss/simulator.h | | | D c_runtime/solver_qss/solver_qss.cpp | | | D c_runtime/solver_qss/solver_qss.h | | | D c_runtime/solver_qss/static_function.cpp | | | D c_runtime/solver_qss/static_function.h | | | D c_runtime/string_array.c | | | D c_runtime/string_array.h | | | D c_runtime/tables.cpp | | | D c_runtime/tables.h | | | D c_runtime/trsapp.c | | | D c_runtime/update.c | | | D c_runtime/utility.c | | | D c_runtime/utility.h | | | | | * commit c5bda889dbb1cc2d64131a829bda3207f2a8720d | | | Author: Niklas Worschech | | | Date: Wed Feb 22 15:52:55 2012 +0000 | | | | | | changed implementation of condition variables for zero crossing variables in cpp runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/susan_codegen/SimCode/SimCodeCpp.tpl | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp | | | M SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h | | | | | * commit 57e3faca504ec0edd3e0a498038449c7f2263c39 | | | Author: Adrian Pop | | | Date: Wed Feb 22 15:26:16 2012 +0000 | | | | | | - copied qss files from c_runtime | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | A SimulationRuntime/qss/cross_detector.cpp | | | A SimulationRuntime/qss/cross_detector.h | | | A SimulationRuntime/qss/integrator.cpp | | | A SimulationRuntime/qss/integrator.h | | | A SimulationRuntime/qss/qss_signal.cpp | | | A SimulationRuntime/qss/qss_signal.h | | | A SimulationRuntime/qss/runtime.h | | | A SimulationRuntime/qss/sampler.cpp | | | A SimulationRuntime/qss/sampler.h | | | A SimulationRuntime/qss/simulator.h | | | A SimulationRuntime/qss/solver_qss.cpp | | | A SimulationRuntime/qss/solver_qss.h | | | A SimulationRuntime/qss/static_function.cpp | | | A SimulationRuntime/qss/static_function.h | | | | | * commit b4830e5016c428e2687946fc7141d63fc8474e86 | | | Author: Mahder Alemseged Gebremedhin | | | Date: Wed Feb 22 13:08:47 2012 +0000 | | | | | | - Collected all function kind restrictions(normal, external, operator) in to one restriction with its own attributes. | | | R_FUNCTION() -> R_FUNCTION(FunctionRestriction), FunctionRestriction(FR_NORMAL_FUNCTION, FR_EXTERNAL_FUNCTION, FR_OPERATOR_FUNCTION, FR_RECORD_CONSTRUCTOR) | | | This will also help for more compact function handling when the ParModelica parallel and kernel functions are added. | | | + Added FR_RECORD_CONSTRUCTOR restriction to SCode so that we can handle record constructors differently. | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | M Compiler/FrontEnd/Absyn.mo | | | M Compiler/FrontEnd/Ceval.mo | | | M Compiler/FrontEnd/ClassInf.mo | | | M Compiler/FrontEnd/Dump.mo | | | M Compiler/FrontEnd/Env.mo | | | M Compiler/FrontEnd/Inst.mo | | | M Compiler/FrontEnd/Lookup.mo | | | M Compiler/FrontEnd/MetaUtil.mo | | | M Compiler/FrontEnd/SCode.mo | | | M Compiler/FrontEnd/SCodeDependency.mo | | | M Compiler/FrontEnd/SCodeDump.mo | | | M Compiler/FrontEnd/SCodeFlatDump.mo | | | M Compiler/FrontEnd/SCodeFlatten.mo | | | M Compiler/FrontEnd/SCodeUtil.mo | | | M Compiler/FrontEnd/Static.mo | | | M Compiler/OpenModelicaBootstrappingHeader.h | | | M Compiler/Script/CevalScript.mo | | | M Compiler/Script/Interactive.mo | | | M Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl | | | M Compiler/susan_codegen/SimCode/SCodeTV.mo | | | M Parser/Modelica.g | | | | | * commit 999ea700427ef13d989fb306eec4ea012ac01d55 | | | Author: Lennart Ochel | | | Date: Wed Feb 22 12:40:58 2012 +0000 | | | | | | - avoid initialization and use start values instead: simulation-flag "-iim none" | | | - avoid initialization and use existing results instead (matfile): simulation-flag "-iif -iit
 tags to LAPACK again
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit a152ea8acda16ed762c82a66ded643a0328e5a96
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 14 13:06:20 2012 +0000
| | | 
| | |     - FIlter out EngineV6
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit 21b678a6e38de6d0ebdffc3ac61e70ddec0b037e
| | | Author: Dietmar Winkler 
| | | Date:   Tue Feb 14 13:06:07 2012 +0000
| | | 
| | |     Make Tidy.py a little bit more talkative and remove usless lines.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 94b3371f6a7d17bf402a4da565cee932cb02f1a0
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 14 12:12:21 2012 +0000
| | | 
| | |     - do not depend mosh on omc!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 302790fb24623f8defe3c4af18304d154490efd1
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 14 12:09:06 2012 +0000
| | | 
| | |     - Only run soup if tidy says the file is ok
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 3c93052a5951ce0fb0717a938bcd130181636cba
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 14 11:11:47 2012 +0000
| | | 
| | |     - added testPar target.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 47332a776fd9d4dc9c4b6770dd5ddc64e73efd93
| | | Author: Dietmar Winkler 
| | | Date:   Tue Feb 14 10:59:28 2012 +0000
| | | 
| | |     Synchronised with the changes done for the MSL release script.
| | |     
| | |      * HTML tidy is now actually getting called
| | |      * more replacements that would trigger HTML warnings otherwise
| | |      * fine tune of css
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 31537d80179c74fd5c8dc27205df7945577ce2db
| | | Author: Per Östlund 
| | | Date:   Tue Feb 14 10:58:22 2012 +0000
| | | 
| | |     - Improved modification handling in SCodeInst.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeMod.mo
| | | 
| | * commit fe1db8828770033b272e27508d1a11884ad845b2
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 14 10:44:42 2012 +0000
| | | 
| | |     - Also load ModelicaTest in the mos-files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit e62562ae8bb83b3b49dc73e5909020aca8d7a5fc
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 14 10:36:37 2012 +0000
| | | 
| | |     - OMPlot: Build lib before exe so parallel builds succeed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | 
| | * commit c07be781a18845982d96df1dbc90282b8f2fda53
| | | Author: Lennart Ochel 
| | | Date:   Tue Feb 14 09:34:01 2012 +0000
| | | 
| | |     - minor initialization fix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | 
| | * commit b3f7152375167f5a3a18a086ab39ced6fae95390
| | | Author: Lennart Ochel 
| | | Date:   Tue Feb 14 08:14:06 2012 +0000
| | | 
| | |     - minor initialization fixes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | 
| | * commit 29256d675503b204b739d91bb98f509c09a2c440
| | | Author: Dietmar Winkler 
| | | Date:   Tue Feb 14 07:38:09 2012 +0000
| | | 
| | |     Style sheet modifications to make the headings look nicer.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 853b481db3f5e23248382b3264095b9c8b0f55be
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 13 15:52:45 2012 +0000
| | | 
| | |     - Partial fix for LineForceWithTwoMasses (preprocessor macros now do not fail)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit 28ecd8de6f3f091502a761b30662549c5cdf4c7b
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 13 15:40:28 2012 +0000
| | | 
| | |     - omc +t now dumps info about unary ops
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | 
| | * commit 9d09d7696059c2378b1bc949b8f3761aeffb5957
| | | Author: Per Östlund 
| | | Date:   Mon Feb 13 15:39:03 2012 +0000
| | | 
| | |     - Ugly, ugly hack to keep anyString and getTypeOfAny from segfaulting on
| | |       function pointers.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/meta/meta_modelica.c
| | | 
| | * commit 39f9b13ed0e2d2a6f0ef4e0a5ffc6f03b539b819
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 13 15:04:43 2012 +0000
| | | 
| | |     - Changed location of java_interface
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit 63308b7796461747f310893f7a9f747b1a4f7585
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Feb 13 13:29:45 2012 +0000
| | | 
| | |     + propagating parallelism for variables through SCode. Everything just falls through.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatDump.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | M	Compiler/susan_codegen/SimCode/SCodeTV.mo
| | | 
| | * commit 2bec83baa6ec80d9fd03e32dd65472d0e66fe346
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 13 13:09:20 2012 +0000
| | | 
| | |     - Add ModelicaTest if running MSL3.2
| | |     - Skip BaseClasses
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit 98d51a535626fb2a0ca7b0aca8dcb0f91031f9ff
| | | Author: Niklas Worschech 
| | | Date:   Mon Feb 13 10:23:06 2012 +0000
| | | 
| | |     -fix in cpp writeoutput template, variables has the correct order now, modified giveZeroFunc cpp template, zero functions can not be exactly zero now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit 59efbbec93870dfd280acd6df3d43c16506eed6a
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 13 09:59:53 2012 +0000
| | | 
| | |     - Symlink the correct path
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit e82116a2642af2ef542a3af161f73909baa5d286
| | | Author: Lennart Ochel 
| | | Date:   Mon Feb 13 09:57:55 2012 +0000
| | | 
| | |     - fixed detectImplicitDiscreteAlgsStatemens for tuples
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 3b6880c5b1e5ff3b8f21586395aba65590120401
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 13 07:54:56 2012 +0000
| | | 
| | |     - Wrong order in header
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit a12c3afd93ddaeb883fcdb4d1486fc6cea406350
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 13 07:03:54 2012 +0000
| | | 
| | |     - Build all models
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit dac7bc3d4bde291ec2be54e607fa3ba3f0eef08b
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 13 07:02:36 2012 +0000
| | | 
| | |     - Avoid problems if omc crashes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit e1689be8aed5e8ed5fd506c0bfee6d04e1c49194
| | | Author: Henning Kiel 
| | | Date:   Mon Feb 13 06:54:00 2012 +0000
| | | 
| | |     fix array access out of bounds
| | |     static variable buf does not allow reentrance here (would be better put on stack = not static)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | 
| | * commit 2bdf3ac4aa6e4b89afee0e2876869faf579b041b
| | | Author: Niklas Worschech 
| | | Date:   Fri Feb 10 17:47:59 2012 +0000
| | | 
| | |     Added fix to KinSol solver for linear systems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/Functions.h
| | | M	SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp
| | | 
| | * commit a1bba53b2738deb7893f5e1786d11d8a691bf9ce
| | | Author: Niklas Worschech 
| | | Date:   Fri Feb 10 17:44:40 2012 +0000
| | | 
| | |     Added  improvement for event handling to CVode solver in cpp runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.cpp
| | | 
| | * commit e36aff93ca01d09ad89d28a96cda0ee1000760cd
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 15:55:28 2012 +0000
| | | 
| | |     - Print user-friendly times (not 7.83e3 sec...)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit d9d3bb3a866eea548223d221e3e52594d5f08fa7
| | | Author: Willi Braun 
| | | Date:   Fri Feb 10 15:36:30 2012 +0000
| | | 
| | |      - update the algorithms for coloring and sparse pattern
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/Graph.mo
| | | 
| | * commit 36886ee3eef97bc3338f52398744ceea84d964de
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 15:04:20 2012 +0000
| | | 
| | |     - Add total time taken to BuildModelRecursive.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit 0c3dc3912e41b27d43e1cffb24751936573e7881
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 13:02:36 2012 +0000
| | | 
| | |     - Fix MainTest.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit be69cddaf9c42ed16520f22a630b79564d3c309e
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 12:55:37 2012 +0000
| | | 
| | |     - Filter out some more models that are auxilliary
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit 7166459925aca0f9220f646e10887b98d8f6a346
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 12:46:25 2012 +0000
| | | 
| | |     - Updated BuildModelRecursive.mos
| | |       - Outputs a pretty colour-coded html table
| | |     - Added some more realtime clock functionality to the API
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit 6440acdc928efe4a4403450ac41edad3ce3b0e6c
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 11:24:37 2012 +0000
| | | 
| | |     - Added ceval support for String(real,significantDigits=xxx)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit 796ae91fdd99d460ca3cb0a86b217323372ca88a
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 11:15:45 2012 +0000
| | | 
| | |     - Removed debug output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 72b69e88a4a42ec828b8ba3e76f2312ac180c116
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 11:12:48 2012 +0000
| | | 
| | |     - Forgotten file in last commit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/util/rtclock.h
| | | 
| | * commit 535053df6b677f0b77bb4873e30cbac949dd62ba
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 10 10:30:03 2012 +0000
| | | 
| | |     - Add more realtime timers and an internal scripting query so we can ask for approximate timing in a mos-file even if the API call does not return the times
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/Uncertainties.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | 
| | * commit bf8cf55d69304e7be3e77f733c5179d3734530c1
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 03:20:27 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit d1106dbbd78bac534a4aa615a3529c9c8c1867a6
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 02:43:33 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit dd6b85881f48891c61cb002f187ef17f7ea3237f
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 02:40:47 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit a45356b3cc14ca62228b5b1ba57aee5436a5922b
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 02:32:55 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit bf0d92a96805f3b3d0903366295c5ec11c72c12a
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 02:24:20 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit 8a53c25f69e947fa25b3b610673041a7db50012d
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 02:22:24 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit 1cc48694f4a38afaa5e21758372b85d3fa8076e8
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 02:07:28 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit 88b095f9ac39ff5105e0ba743a6956c51928eb85
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 01:58:01 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit 9f6cabbdb0610b7b6d0d8d8cd32f0ce32bfc6388
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 01:41:32 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit 287ffe38f0ca983a64ae8b65cccf4ed81b9a593e
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 01:33:50 2012 +0000
| | | 
| | |     - test building
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit 7a3e5684ed74311a571f7e29a353d798bac221f5
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 01:20:17 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit 8e007b8cb21da29ec1a73408acb132beb5c6263a
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 01:16:50 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit 21322e3d659643e80fb8bf45692cf282e8b749bd
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 01:13:02 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit 48089d136a6b00c7049a07c8d86ea77697c40177
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 01:00:52 2012 +0000
| | | 
| | |     - do not clean java_inteface as it no longer exits!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 30ce1bd5dca8e1f706c1a1e3f7f2429467d505c6
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 10 00:49:21 2012 +0000
| | | 
| | |     - small update to test build on http://test.openmodelica.org/hudson
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit ce5510eb0aeba090fe99fb8b8939ea00a6222769
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 9 22:54:59 2012 +0000
| | | 
| | |     - rebuild SimCodeC.tpl in the susan makefile.
| | |     - update SimCodeC.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | 
| | * commit d53817d2ba563cb2ffd5daaa0876af94e8215bf9
| | | Author: Adeel Asghar 
| | | Date:   Thu Feb 9 21:19:20 2012 +0000
| | | 
| | |     - fixed a typo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit 1c7cfc282f0b11bd8a43b24ef2020c0e4f5f48f1
| | | Author: Willi Braun 
| | | Date:   Thu Feb 9 15:59:48 2012 +0000
| | | 
| | |     #1687
| | |      - added some algorithm fixes
| | |             - added algorithm without output vars nevertheless to the solved system. (See Bug 1687)
| | |             - fixed Bug 1687
| | |             - fixed algorithm to initial the lhs values by
| | |             - A non-discrete variable is initialized with its start value (i.e. the value of the start-attribute).
| | |             - A discrete variable v is initialized with pre(v).
| | |      - removed functionAliasEquations, since it contained only algorithms without output vars
| | |      - fixed CodegenC LHS cast value
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/math-support/model_help.h
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/solver/dopri45.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit 69aa66923523dd3031bd5a5f21c893750378b0fd
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 9 15:39:18 2012 +0000
| | | 
| | |     - Log what files we have started writing to so we can see the progress
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit b57a908aefc3c44c9a6ffc4402001e89edeaeb98
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 9 15:31:48 2012 +0000
| | | 
| | |     - Symlink Modelica 3.1 to Modelica in the directory we try to run BuildModelRecursive.mos in order to avoid problems with the Modelica.Utilities tests
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/BuildModelRecursive.mos
| | | 
| | * commit 7614b72f1b1c0ed33d7ee5ea420f7e77dfe34b41
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 9 15:15:58 2012 +0000
| | | 
| | |     - Added scriptable API functions: isPartial isModel regularFileExists
| | |       - Added script BuildModelRecursive.mos to systematically try to build every example in MSL
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | A	Examples/BuildModelRecursive.mos
| | | 
| | * commit 297cb69f52b030b7e770c09e7f9d378077817d59
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 9 13:57:55 2012 +0000
| | | 
| | |     - Die with fire
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	c_runtime/java_interface/.project
| | | D	c_runtime/java_interface/Makefile
| | | D	c_runtime/java_interface/Makefile.common
| | | D	c_runtime/java_interface/antlr_license.txt
| | | D	c_runtime/java_interface/ptplot_license.txt
| | | D	c_runtime/java_interface/src/org/openmodelica/ComplexTypeSpec.java
| | | D	c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaString.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java
| | | D	c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java
| | | D	c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java
| | | D	c_runtime/java_interface/src/org/openmodelica/SimpleTypeSpec.java
| | | D	c_runtime/java_interface/src/org/openmodelica/TypeSpec.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/JreSocketFactory.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/Result.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java
| | | D	c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java
| | | D	c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java
| | | D	c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java
| | | D	c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java
| | | D	c_runtime/java_interface/src/org/openmodelica/test/TestParser.java
| | | D	c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java
| | | D	c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java
| | | D	c_runtime/java_interface/src/org/openmodelica/test/abc.java
| | | D	c_runtime/java_interface/test_files/meta_modelica.mo
| | | D	c_runtime/java_interface/test_files/meta_modelica.mos
| | | D	c_runtime/java_interface/test_files/simple.mo
| | | D	c_runtime/java_interface/test_files/simple.mos
| | | 
| | * commit 32fcf0db8037025ca75a8555ab6e2523f3677316
| | | Author: Per Östlund 
| | | Date:   Thu Feb 9 13:24:30 2012 +0000
| | | 
| | |     - Implemented deducing of array dimensions from bindings in SCodeInst.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | 
| | * commit cec3f45f6a5ad7b034981b8cac795a9f2781f9b5
| | | Author: Adeel Asghar 
| | | Date:   Thu Feb 9 12:31:46 2012 +0000
| | | 
| | |     - Don't close the simulation result set since we have a caching to mat format.
| | |     - closeSimulationResultFile() :: Closes the current simulation result set. OMEdit uses it for windows to close the result file.
| | |     - some minor fixes in OMPlot.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | 
| | * commit dde7ac139a8c084cea34c7e858a94f2318c1921e
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 9 12:20:31 2012 +0000
| | | 
| | |     #1684
| | |     - Generate code for assignment to record
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 35b0ff2a67845ffebd39ef37c21eb5bc9eab5879
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 9 11:15:01 2012 +0000
| | | 
| | |     - Removed the static keywords from the ModelicaExternalC C-files instead of using preprocessor macros since that messes with OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | M	SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c
| | | M	SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c
| | | 
| | * commit fdb858363cfcd7c66a0cdbd5d3cbdc316815dd54
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 9 10:52:20 2012 +0000
| | | 
| | |     #1681
| | |     - Add an error message when Lookup.lookupClass(msg=true) is used
| | |       - Made msg=false for some functions that assume msg=true generates no error-message (they were all written by gremlins who hacked the system during the night)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit af9f206ea29453faba5284769fb7b3ebde63af05
| | | Author: Per Östlund 
| | | Date:   Thu Feb 9 10:39:16 2012 +0000
| | | 
| | |     - Fixed error message in BackendDAEOptimize.partitionIndependentBlocksSplitBlocks
| | |       for over/underdetermined equation systems.
| | |     - Updated dependency/Modelica.Mechanics.MultiBody test.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 7e7a4fbfd057d17a4409f95c84896ffa30aa3575
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 9 08:04:13 2012 +0000
| | | 
| | |     - OSX cp doesn't have -u
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/Makefile
| | | 
| | * commit e015a73efaa7439ed0b7de51b1b5279eee365433
| | | Author: Per Östlund 
| | | Date:   Wed Feb 8 19:43:39 2012 +0000
| | | 
| | |     - A lot of changes to SCodeInst, mostly related to typing of components.
| | |     - Hijacked SCodeMod and moved modifier handling code from SCodeInst there.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeMod.mo
| | | 
| | * commit ebce39fcd26f4aeafeedd666608ab91d7e245c30
| | | Author: Per Östlund 
| | | Date:   Wed Feb 8 19:38:49 2012 +0000
| | | 
| | |     - Added applyOptionOrDefault and applyOptionOrDefault1 to Util.
| | |     - Added Util.nextPrime to find the nearest larger prime number to a number.
| | |     - Added printGraph and printNode to Graph, useful for debugging graphs.
| | |     - Cleaned up BaseHashTable by declaring all hashtable types as package types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Graph.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 0fe4c1b9e3b82591ddd78867852aa0bc931d92ea
| | | Author: Adeel Asghar 
| | | Date:   Wed Feb 8 11:27:08 2012 +0000
| | | 
| | |     - We should close the simulation result file after reading the results e.g variables, val, dataset etc....
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResults.c
| | | 
| | * commit 8b99f1835982f48619c1aeaefcefff0936d6e4cc
| | | Author: Per Östlund 
| | | Date:   Tue Feb 7 14:07:33 2012 +0000
| | | 
| | |     - Applied patch from forum user janssen to close MathML if-expressions correctly
| | |       in XMLDump.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/XMLDump.mo
| | | 
| | * commit c608e2ca598ed56777bec8eb64261058098604a4
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 7 12:52:59 2012 +0000
| | | 
| | |     #1686
| | |     - Added a parse error for connect found in an element list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 68a85db1b5aa38acda47a8faeb7194e7a760a599
| | | Author: Per Östlund 
| | | Date:   Tue Feb 7 11:32:44 2012 +0000
| | | 
| | |     - Changed the unbalanced connector error to be a warning.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 09b24f96c1b11cf0d432306b762427d86df60a92
| | | Author: Niklas Worschech 
| | | Date:   Mon Feb 6 09:49:04 2012 +0000
| | | 
| | |     Added Kinsol solver source to cpp runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/cpp/Source/System/Kinsol/Implementation/CMakeLists.txt
| | | A	SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp
| | | A	SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.h
| | | A	SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.cpp
| | | A	SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.h
| | | A	SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/System/Kinsol/Interfaces/IKinsolSettings.h
| | | 
| | * commit a13f06f0515ee11c5d6fd650aa257e3c2ecc8736
| | | Author: Henning Kiel 
| | | Date:   Mon Feb 6 09:38:31 2012 +0000
| | | 
| | |     - fixed function protottypes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.h
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/meta/gc/generational.c
| | | M	SimulationRuntime/c/meta/gc/generational.h
| | | M	SimulationRuntime/c/meta/meta_modelica.c
| | | M	SimulationRuntime/c/meta/meta_modelica.h
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin.c
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin.h
| | | M	SimulationRuntime/c/meta/meta_modelica_catch.c
| | | M	SimulationRuntime/c/meta/meta_modelica_real.h
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/solver/dopri45.c
| | | M	SimulationRuntime/c/simulation/solver/dopri45.h
| | | M	SimulationRuntime/c/simulation/solver/events.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/util/varinfo.h
| | | 
| | * commit 7bc5450932dd911171c310ba2a2ba9e9c9c7a387
| | | Author: Adeel Asghar 
| | | Date:   Sat Feb 4 10:52:32 2012 +0000
| | | 
| | |     - Some minor fixes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 7b8adf8b9ea37a6b86207d8b0a53eae550ef974d
| | | Author: Adeel Asghar 
| | | Date:   Fri Feb 3 20:05:26 2012 +0000
| | | 
| | |     - Added some new APIs to get equation and algorithm items.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 7bb82a7109c7ae094ec851b6a758e886ce91f640
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 16:59:51 2012 +0000
| | | 
| | |     - first draft of OpenTurns wrapper for OpenModelica generated code with uncertainties
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/OpenTurns/read_matlab4.c
| | | A	SimulationRuntime/OpenTurns/read_matlab4.h
| | | A	SimulationRuntime/OpenTurns/wrapper.c
| | | A	SimulationRuntime/OpenTurns/wrapper_name.h
| | | 
| | * commit 98b818e8503437b85e9f1bdd0135326227524418
| | | Author: Henning Kiel 
| | | Date:   Fri Feb 3 15:46:40 2012 +0000
| | | 
| | |     - move if condition out of for loop
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/solver/events.c
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp
| | | 
| | * commit 9e1537d81f95dcbd3a6e263adca39f8c5d28695c
| | | Author: Henning Kiel 
| | | Date:   Fri Feb 3 15:33:21 2012 +0000
| | | 
| | |     - substitute goto statement by do-loop
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 02614d27cef69a8a1b67f72bee8fee497634f0ef
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 13:47:09 2012 +0000
| | | 
| | |     - copy replace-startValue* with the other scripts.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | 
| | * commit 434824ddaf0b8fc4c59ac1d6c3a7325852094406
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 13:26:31 2012 +0000
| | | 
| | |     - Inline homotopy since it's not yet supported fully
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit bbaa32eefaf683eeeb92ed93d5ced30127e0c75d
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 12:25:26 2012 +0000
| | | 
| | |     - Includes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit d83e261621935d1d2058e42acb481afb4b31db5e
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 12:24:30 2012 +0000
| | | 
| | |     - Fix Makefile.in
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.in
| | | 
| | * commit c8c428580574c01a7261159d4a62e324ac0f2099
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 12:23:13 2012 +0000
| | | 
| | |     - Configure error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit 0d582c6017c0891bbff01b6c301b15bccc02c5e0
| | | Author: Adeel Asghar 
| | | Date:   Fri Feb 3 12:09:45 2012 +0000
| | | 
| | |     Fixed the makefiles for simulationruntime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/Makefile.in
| | | D	SimulationRuntime/c/meta/Makefile.in
| | | 
| | * commit f8832fa351337888e50413c46db95089c4e32415
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 11:00:44 2012 +0000
| | | 
| | |     - Fix compilation errors
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Uncertainties.mo
| | | 
| | * commit 8a285a344b9ce3fe3e39b57b40dd91ad51578769
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 10:15:59 2012 +0000
| | | 
| | |     - Some descriptions of optimization modules
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11020 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit 41a885223944129091592323710c2ccc3da0b663
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 10:01:27 2012 +0000
| | | 
| | |     - one for Windows too.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/scripts/replace-startValue.bat
| | | 
| | * commit d9a7d55d579429e827466d85150e2851f5f76247
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 09:57:19 2012 +0000
| | | 
| | |     - homogeneous line endings
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/replace-startValue.sh
| | | 
| | * commit f6b4e160c33e8f8418149003c642a1d5d03f088d
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 09:46:22 2012 +0000
| | | 
| | |     - more Linux stuff
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/replace-startValue.sh
| | | 
| | * commit e51468b7af3db7dce9f32d70e18e5ffca3b8663c
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 09:19:53 2012 +0000
| | | 
| | |     - support any type of value
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/replace-startValue.xsl
| | | 
| | * commit a30239eac0b7d9b148346199ce013cddeee7eac3
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 09:18:02 2012 +0000
| | | 
| | |     - not .exe for Linux sake :)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/replace-startValue.sh
| | | 
| | * commit 26b770d30293e238ac57f6cb3f83d8c0f106a32a
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 09:00:28 2012 +0000
| | | 
| | |     - Fix for bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 4c66abd9a4a41657aa375f460163e3d88816ec72
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 08:58:32 2012 +0000
| | | 
| | |     - small comment update
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/replace-startValue.sh
| | | 
| | * commit 1e68f828065c7a9a8430183fc21d3daae2057b9c
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 3 08:57:55 2012 +0000
| | | 
| | |     - a XSL script and a driver to change a start value inside a Model_init.xml
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/scripts/replace-startValue.sh
| | | A	Compiler/scripts/replace-startValue.xsl
| | | 
| | * commit 122db4999d6d7a26f4beb7e52e1b29c5302b2190
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 08:57:31 2012 +0000
| | | 
| | |     - Some documentation updates
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit c10da1f170c807ec63cd365ac55e8911e731988d
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 08:47:32 2012 +0000
| | | 
| | |     - Simplify CAST(-arr) = -{CAST(exp),...}
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit b8b909170137ddfa304b9df527e894fe5c44a7f6
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 08:29:05 2012 +0000
| | | 
| | |     - Fixed codegen for boxed non-uniontype records containing function pointers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | 
| | * commit 41817020e3048c5cca7cf0ce40733dd3cea4c2d7
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 3 08:28:23 2012 +0000
| | | 
| | |     - Updated GenerateDoc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 1245a56268bc6cc3b065461ba7b8aac4b5ffde7c
| | | Author: Jens Frenkel 
| | | Date:   Thu Feb 2 21:55:02 2012 +0000
| | | 
| | |     events.h: bugfix function definition
| | |     generational.c: avoid warning (vs)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/meta/gc/generational.c
| | | M	SimulationRuntime/c/simulation/solver/events.h
| | | 
| | * commit 0239c8e476c3a49bd7a38131937d466bd32300f3
| | | Author: Jens Frenkel 
| | | Date:   Thu Feb 2 21:25:02 2012 +0000
| | | 
| | |     - bugfix remove simple equations for uncertainty computations, nobody knows if i or j is the variable or the derivative
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 849c04a826f522f49d5a4baeda1d814765b118a1
| | | Author: Willi Braun 
| | | Date:   Thu Feb 2 18:07:34 2012 +0000
| | | 
| | |     - removed OMC_SEED_HACK
| | |     - improved evaluation of jacobians
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 4c9afd1dda5ed690311d2a961009c2f518c38e70
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 2 15:58:58 2012 +0000
| | | 
| | |     - Fixed compilation of MainTest.mos, but some warnings remain
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Uncertainties.mo
| | | 
| | * commit 7d5a2bf35a8cf800176063461b01eeca5cdc9261
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 2 15:52:44 2012 +0000
| | | 
| | |     - Fixed some uncertainty compilation errors
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/Uncertainties.mo
| | | 
| | * commit dd5d12c5b6a71b23e1b7b2f7f5c326c5108e9430
| | | Author: Niklas Worschech 
| | | Date:   Thu Feb 2 14:46:30 2012 +0000
| | | 
| | |     - fix in cpp template  for non linear systems,  replacement of state variables
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit c32f65583ff6f69e2d9a4c3bc6d3d473e48a3569
| | | Author: Leonardo Laguna 
| | | Date:   Thu Feb 2 13:16:16 2012 +0000
| | | 
| | |     - Implemented support for uncertainty computations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | A	Compiler/BackEnd/Uncertainties.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Util/List.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Parser/ModelicaParser.vcproj
| | | 
| | * commit 0ddc0577289f9bc4a77e99f900a67c09282007cd
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 2 12:56:22 2012 +0000
| | | 
| | |     - Better error message for equationToExp failed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | 
| | * commit 1905f0a3830f2e9b5030fe9567852c7d060f4619
| | | Author: Niklas Worschech 
| | | Date:   Wed Feb 1 08:54:37 2012 +0000
| | | 
| | |     Fix in cpp template in mixed systems discrete vars iteration
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h
| | | 
| | * commit 80577716c4640e2fae14ecb65ad7e6cb314dd5ef
| | | Author: Lennart Ochel 
| | | Date:   Tue Jan 31 16:53:50 2012 +0000
| | | 
| | |     - fix dump-messages
| | |     - fix scaling-coefficients
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | 
| | * commit 18068ccc7064bd83dacd90fc4e2e5dfc3a730cf1
| | | Author: Niklas Worschech 
| | | Date:   Tue Jan 31 15:18:19 2012 +0000
| | | 
| | |     Extended cpp runtime and cpp template for mixed systems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp
| | | 
| | * commit 72e3c81abb9a9ea9a37f684547b0595fc46522cd
| | | Author: Per Östlund 
| | | Date:   Tue Jan 31 10:33:37 2012 +0000
| | | 
| | |     - Handle time in SCodeDependency.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | 
| | * commit 208e97dcf6923dd80c21b500fe9cc48ab08d04d0
| | | Author: Per Östlund 
| | | Date:   Tue Jan 31 10:14:21 2012 +0000
| | | 
| | |     - Improved notification on language standard changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Config.mo
| | | 
| | * commit c7de83f0cd6d5e0d26c9cb2bd344e99bbf7b349a
| | | Author: Jens Frenkel 
| | | Date:   Mon Jan 30 19:05:24 2012 +0000
| | | 
| | |     - update CMakefiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/meta/CMakeLists.txt
| | | 
| | * commit 10df2537d5d86e8c559b71f59724f3df063ee893
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 30 15:39:48 2012 +0000
| | | 
| | |     - Renamed trunk to 1.8.1
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit cc4f7d0d8fc01c38014e1b2d07459b371798188e
| | | Author: Adeel Asghar 
| | | Date:   Mon Jan 30 15:38:24 2012 +0000
| | | 
| | |     - compile the c runtime with debug symbols.
| | |     - changed the -ggdb flag to -g.
| | |     - Updated the version numbers in .onb, .doc, .pdf and config.h file.
| | |     - some small changes in the Users Guide chapter 10.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | 
| | * commit 5463c7de4628888503ce23aa76c92497b54f4132
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 30 11:04:26 2012 +0000
| | | 
| | |     - Flush some more
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit a9e94a13da3e80297d4b3e987da9acf1ff342fff
| | | Author: Adrian Pop 
| | | Date:   Mon Jan 30 09:33:07 2012 +0000
| | | 
| | |     - add a prototype for void *mmc_alloc_bytes(unsigned nbytes);
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/meta/gc/gc.h
| | | M	c_runtime/meta/gc/gc.h
| | | 
| | * commit 9392b5ac296f214ad857fe793884fd96825b922c
| | | Author: Jens Frenkel 
| | | Date:   Mon Jan 30 07:56:25 2012 +0000
| | | 
| | |     - change AC_PREREQ([2.65]) to AC_PREREQ([2.63]) to support also CentOS
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit 9a78899864e50da4d1d0f3c0e4c7e006f68c038a
| | | Author: Adrian Pop 
| | | Date:   Mon Jan 30 04:54:44 2012 +0000
| | | 
| | |     - port the changes to meta and GC to the new runtime.
| | |       not on yet and not all changes added.
| | |     - some fixes to linking for FMI on windows
| | |     - do not set the x=x before tailcall.
| | |     - fixes to the new runtime to be able to compile using VS
| | |     - use the safe real (union of words).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Database_omc.c
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/CodegenFMU.tpl
| | | M	Parser/Makefile.vc
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/math-support/matrix.h
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/math-support/model_help.h
| | | M	SimulationRuntime/c/meta/Makefile.in
| | | A	SimulationRuntime/c/meta/dtoa.c
| | | A	SimulationRuntime/c/meta/gc/common.c
| | | A	SimulationRuntime/c/meta/gc/common.h
| | | R074	SimulationRuntime/c/meta/meta_modelica_gc_stats.c	SimulationRuntime/c/meta/gc/gc.c
| | | R051	SimulationRuntime/c/meta/meta_modelica_gc.h	SimulationRuntime/c/meta/gc/gc.h
| | | A	SimulationRuntime/c/meta/gc/generational.c
| | | A	SimulationRuntime/c/meta/gc/generational.h
| | | R056	SimulationRuntime/c/meta/meta_modelica_gc.c	SimulationRuntime/c/meta/gc/marksweep.c
| | | A	SimulationRuntime/c/meta/gc/marksweep.h
| | | A	SimulationRuntime/c/meta/gc/roots.c
| | | R065	SimulationRuntime/c/meta/meta_modelica_gc_roots.h	SimulationRuntime/c/meta/gc/roots.h
| | | M	SimulationRuntime/c/meta/meta_modelica.c
| | | M	SimulationRuntime/c/meta/meta_modelica.h
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin.c
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin.h
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_list.c
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_list.h
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_pages.c
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_pages.h
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_roots.c
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_settings.c
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_settings.h
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_stack.c
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_stack.h
| | | D	SimulationRuntime/c/meta/meta_modelica_gc_stats.h
| | | M	SimulationRuntime/c/meta/meta_modelica_real.c
| | | A	SimulationRuntime/c/meta/realString.c
| | | M	SimulationRuntime/c/meta/rml_compatibility.h
| | | M	SimulationRuntime/c/openmodelica.h
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/solver/dopri45.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/util/base_array.h
| | | M	SimulationRuntime/c/util/integer_array.c
| | | M	SimulationRuntime/c/util/java_interface.c
| | | M	SimulationRuntime/c/util/modelica.h
| | | M	SimulationRuntime/c/util/read_write.c
| | | M	SimulationRuntime/c/util/real_array.c
| | | M	SimulationRuntime/c/util/utility.h
| | | M	SimulationRuntime/c/util/varinfo.c
| | | M	SimulationRuntime/interactive/thread.cpp
| | | M	SimulationRuntime/interactive/thread.h
| | | M	c_runtime/meta/gc/gc.h
| | | 
| | * commit de4f237b84e3394ac0d8342b8be5e8ebeed59c1f
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Jan 30 00:58:52 2012 +0000
| | | 
| | |     + Support for overloading of Modelica element-wise operators.
| | |       Now these are deduced from the scalar versions whenever necessary.
| | |     + Normal operators can also be vectorized now if there is no other option.
| | |       That is: when there is no exact match found for operating on arrays but
| | |       there is/are some for corresponding scalars.
| | |     + This is full support for operator overloading.
| | |     + There are some deviations from the Specifications.
| | |       See comments in testsuite/records/OperatorOverloadComplexArray.mo and Static.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 03e55d56356678546841240137696389525277d9
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 27 21:23:50 2012 +0000
| | | 
| | |     - More robust GenerateDoc.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 941864be6df31d91355d61a9ed3ea195043d22f6
| | | Author: Lennart Ochel 
| | | Date:   Fri Jan 27 14:08:47 2012 +0000
| | | 
| | |     - removed redundant equations for initialization
| | |     - removed unused code
| | |     - renamed SIMCODE attribute initialEquations to startValueEquations (in order to avoid confusion)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 7f04f5fc3aaed293234841028a0d1a8f8d656503
| | | Author: Kaie Kubjas 
| | | Date:   Fri Jan 27 10:34:56 2012 +0000
| | | 
| | |     In SimCodeCpp.tpl fixed a bug with arrays and extended functions for doing reduction.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/DataExchange/Interfaces/IHistory.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp
| | | M	SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h
| | | 
| | * commit 9ea93701467550df7dde2e99f143b5d7111453ae
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Thu Jan 26 17:14:58 2012 +0000
| | | 
| | |     + Improved operator elaboration. (normal and overloaded)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 6df54792cc6f7ba93ebd305085201196e3f32586
| | | Author: Lennart Ochel 
| | | Date:   Thu Jan 26 14:14:43 2012 +0000
| | | 
| | |     - fixed generating of initial equations
| | |     - removed unneeded stuff from BackendDAEUtil.mo
| | |     - renamed functions:
| | |         initializeDataStruc_X_ -> setupDataStruc
| | |         initializeDataStruc_X_2 -> setupDataStruc2
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.c
| | | 
| | * commit 25030ded41c3267af7724c19c20cb5d8b216cf31
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 26 08:35:19 2012 +0000
| | | 
| | |     - Warn about : in generated code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit 9379161c4e93f876cdf324c85fb2fee9a23bed84
| | | Author: Lennart Ochel 
| | | Date:   Wed Jan 25 17:06:28 2012 +0000
| | | 
| | |     - clean createInitialResiduals
| | |     - fix debug outputs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit 3b0cc41029d4d353d3654c5e7c304a333f8c0bae
| | | Author: Adeel Asghar 
| | | Date:   Wed Jan 25 16:32:00 2012 +0000
| | | 
| | |     - geClassNames accepts a new named argument showProtected to list the protected classes.
| | |     getClassNames(Modelica.StateGraph.Interfaces.PartialStep) => {}
| | |     getClassNames(Modelica.StateGraph.Interfaces.PartialStep, showProtected = true) => {OuterStatePort}
| | |     - checkAllModelsRecursive also accepts a new named argument checkProtected to check the protected classes as well.
| | |     - visualize API now calls the OMVisualize.exe by passing it the visualization filename and the result filename. OMVisualize will be added to trunk soon.
| | |     - some other minor fixes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/List.mo
| | | 
| | * commit d70a82f010b72c0b06fc616dc44842bc9241b47a
| | | Author: Lennart Ochel 
| | | Date:   Wed Jan 25 13:54:48 2012 +0000
| | | 
| | |     - fix under-determined initialization without initial equations
| | |     - fix error output for nonlinear systems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/matrix.h
| | | M	SimulationRuntime/c/util/varinfo.c
| | | M	SimulationRuntime/c/util/varinfo.h
| | | 
| | * commit 71cfa4ffea3fa2be38b2b4bb3383729af8b04317
| | | Author: Willi Braun 
| | | Date:   Wed Jan 25 11:28:04 2012 +0000
| | | 
| | |     - fixed bootstapping MainTest.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Graph.mo
| | | 
| | * commit 0c6ae42a492f0991c7149a6df335eed5d8eba102
| | | Author: Willi Braun 
| | | Date:   Wed Jan 25 11:21:58 2012 +0000
| | | 
| | |      - fixed compilation error for Main.mo
| | |      - fixed bootstrapping MainTest.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Util/Graph.mo
| | | 
| | * commit 42ecbb121da05b5bc03a9466512210b3de964144
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 25 10:42:58 2012 +0000
| | | 
| | |     - Use BeautifulSoup (Python HTML library) instead of Perl html::Parse since that library destroys too much formatting
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit d36c58395ef6377b884abff38b1fbb5fbd227032
| | | Author: Willi Braun 
| | | Date:   Wed Jan 25 02:26:20 2012 +0000
| | | 
| | |     - fixed FMU testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenFMU.tpl
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/moGenerator.c
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.c
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.h
| | | 
| | * commit b000ddba6cc7f87400e067741a78e3923bff8fe9
| | | Author: Willi Braun 
| | | Date:   Wed Jan 25 01:12:35 2012 +0000
| | | 
| | |      - added graph coloring algorithms to utilize the sparse pattern
| | |        for a faster evaluation of the analytical jacobians
| | |        - usage by solver method="dassljac"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/Graph.mo
| | | M	Compiler/Util/List.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	SimulationRuntime/c/linearization/linearize.cpp
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | M	SimulationRuntime/c/simulation/solver/dassl.h
| | | M	SimulationRuntime/c/simulation/solver/ddassl.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit 41894316d526e2a750d29321cc043878d086a6cc
| | | Author: Adeel Asghar 
| | | Date:   Tue Jan 24 17:56:26 2012 +0000
| | | 
| | |     - A minor fix.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 49946676fb7e78910757c7583c052e0c94d6f0ff
| | | Author: Adeel Asghar 
| | | Date:   Tue Jan 24 17:50:32 2012 +0000
| | | 
| | |     - set named annotation values.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit b187049893f23a6bcca63b5ea457bc062e944212
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 24 14:40:53 2012 +0000
| | | 
| | |     - modelicaLine with extra #
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit afacb1200d5d1ed026fc89c5d77045696ee797dc
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 24 13:45:54 2012 +0000
| | | 
| | |     - Switch back to as_HTML as as_XML breaks some HTML entities
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 9181dd0025d4d1f7252802ab1171e03470f56b79
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 24 13:08:25 2012 +0000
| | | 
| | |     - Use as_XML instead of as_HTML as it doesn't seem to move stuff around as much
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit cd403aca8edd59a6385f0bf7ee29001839e596ee
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 24 12:16:03 2012 +0000
| | | 
| | |     - Fixed parser errors
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit ba99769af32e7ac7d650ab34fd48604abb341b9b
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 24 12:03:22 2012 +0000
| | | 
| | |     - Add transitional doctype
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit e1191e90020f081b50ffee60a3f10bb2f889a8f4
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 24 10:18:48 2012 +0000
| | | 
| | |     - Some more documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit e1e3e3381f129121016eddaa98ed4e5bdd52ce10
| | | Author: Lennart Ochel 
| | | Date:   Mon Jan 23 16:41:28 2012 +0000
| | | 
| | |     - fix for under-determined initialization problems
| | |     - update initialization-tests
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/util/varinfo.c
| | | 
| | * commit d7ac5679857bf2cf278860cc457e2ffaa5f64875
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Jan 23 15:13:24 2012 +0000
| | | 
| | |     + Removed parallelism related stuff that affects the API.
| | |       parallel is there but is used only internally. Can not be modified with the API.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 8dffb4fca843c67becb0f284d0dbadcce4e571b8
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 23 13:17:31 2012 +0000
| | | 
| | |     - setStackOverflowSignal is now inlined in bootstrapped omc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | 
| | * commit c5ed3e6372c72eeeecd97191f9cdea8d6e7aa372
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 23 11:53:14 2012 +0000
| | | 
| | |     - autoconf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README.Linux.txt
| | | 
| | * commit b5fbfe71efc8cfaf3f89242e3141ffcbabff2e84
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Jan 23 11:45:21 2012 +0000
| | | 
| | |     + Small fix for slowly failing expressions due to search for overloaded operators
| | |     + Always Print 2 digit exponents when running testsuite.
| | |        exponent digit differences between Windows and Linux. 1e005 vs 1e05
| | |        makes actual mismatches easier to locate.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit f07bc30461247f1c25148930daf07a7db8f25d59
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Jan 23 11:04:30 2012 +0000
| | | 
| | |     + Fix for missing parameter passing for records.
| | |       Bug #1675
| | |     + Fix for missing bindings for records with classmod modifications on output variables.
| | |     + Fix for constant evaluated bindings to default values for record to record assignments.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 539bbe69f1d4168f55592220c106523d85b133af
| | | Author: Per Östlund 
| | | Date:   Mon Jan 23 09:02:10 2012 +0000
| | | 
| | |     - Fixed List.toString so that it always prints out the list name.
| | |     - Better handling of modifiers in SCodeInst.
| | |     - Partial implementation of variable typing in SCodeInst.
| | |     - Various other SCodeInst changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/List.mo
| | | 
| | * commit 25bfcc6a8af67cd2274893f957c7d7ab18d2f411
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 23 08:49:24 2012 +0000
| | | 
| | |     - Some header dependencies
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 41a2c53e0a41f4d98be2fa82b57cd0a877ab7823
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 21 19:12:32 2012 +0000
| | | 
| | |     - Documentation fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 497478d5dd54d957e52170fb26e8d2cb12627071
| | | Author: Jens Frenkel 
| | | Date:   Sat Jan 21 18:16:43 2012 +0000
| | | 
| | |     - implement smoothness=Smoothness.ContinuousDerivative for CombiTable2D using Akima interpolation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.c
| | | 
| | * commit e05fb1a19da7d44d987ba221f18e332b0de4803f
| | | Author: Jens Frenkel 
| | | Date:   Sat Jan 21 14:30:18 2012 +0000
| | | 
| | |     -Update CMake Files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt
| | | M	SimulationRuntime/c/math-support/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/solver/CMakeLists.txt
| | | M	SimulationRuntime/c/util/CMakeLists.txt
| | | 
| | * commit b7cccec9587ec7b91871fe1ca5cbb411b9cdbfd4
| | | Author: Lennart Ochel 
| | | Date:   Fri Jan 20 15:55:06 2012 +0000
| | | 
| | |     renamed functions:
| | |     - bound_parameter -> updateBoundParameters
| | |     - initial_function -> updateBoundStartValues
| | |     
| | |     [BUG #1676]
| | |     - solving under-determined initialization problems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit 9f113c7c96a75ea6478de97ff797f526604d5d39
| | | Author: Jens Frenkel 
| | | Date:   Thu Jan 19 12:46:45 2012 +0000
| | | 
| | |     Bug [# 1678]
| | |     fix return value for Modelica.Blocks.Tables.CombiTable2D if input signal is out of bound
| | |     - add warning if other smoothness than LinearSegment is used
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/ModelicaTablesImpl.c
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.c
| | | 
| | * commit 70fe4f8d3f22f5c42fe5253428e1a8942afe7ad9
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 19 12:09:58 2012 +0000
| | | 
| | |     - ö changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/openmodelica.h
| | | 
| | * commit 92a2699af0ec74ac4d3f3f45a89055a16425a6b5
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 19 11:39:07 2012 +0000
| | | 
| | |     - Use liblpsolve55_pic.a when using static linkage
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	configure.in
| | | 
| | * commit 43056701a8232260d5da1b8052273abaa7458824
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 19 09:56:41 2012 +0000
| | | 
| | |     - Don't link every file against ModelicaExternalC; the modeller is supposed to add this dependency
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit c42a1f288f4bfb2bedb76774365d50e9c825b2ef
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 19 09:44:17 2012 +0000
| | | 
| | |     - EOL style on templates
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/CodegenFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | M	Compiler/susan_codegen/SusanDump.tpl
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | M	Makefile.in
| | | 
| | * commit 9d62fe282e3066ba71794f90dfecd92c7c69c701
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 19 09:15:23 2012 +0000
| | | 
| | |     - revive the ö in LinkÖping
| | |     - remove the Windows.h include.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/openmodelica.h
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | 
| | * commit 6d34cda4f784c0ea518a5427fa0307fe461ef2c1
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 19 08:41:38 2012 +0000
| | | 
| | |     - Don't send 0 memory states when using dynamic number of OMP threads
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit b1e6a82a95d833722cfc3b8f9de4999d6f54ea44
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 19 07:51:39 2012 +0000
| | | 
| | |     - Tail-recursive pop_message
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 56a2aa9030993fd3b8b003d51b6ed22c84e7c856
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 18 09:02:16 2012 +0000
| | | 
| | |     - Set svn-eol-style on a few files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	SimulationRuntime/c/meta/meta_modelica_gc.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_list.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_pages.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_pages.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_roots.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_roots.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_settings.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_stack.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_stack.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/error.c
| | | M	SimulationRuntime/c/util/error.h
| | | M	SimulationRuntime/c/util/list.c
| | | M	SimulationRuntime/c/util/list.h
| | | M	SimulationRuntime/cpp/Source/DataExchange/Interfaces/IHistory.h
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/Constants.h
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/Functions.cpp
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/Functions.h
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/Math/Interfaces/IBlas.h
| | | M	SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h
| | | M	SimulationRuntime/cpp/Source/SimManager/Configuration.cpp
| | | M	SimulationRuntime/cpp/Source/SimManager/Configuration.h
| | | M	SimulationRuntime/cpp/Source/SimManager/Main.cpp
| | | M	SimulationRuntime/cpp/Source/SimManager/stdafx.h
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Interfaces/ICVodeSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Interfaces/IIdasSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/Solver/Interfaces/IAlgLoopSolver.h
| | | M	SimulationRuntime/cpp/Source/Solver/Interfaces/IDAESolver.h
| | | M	SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/stdafx.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolver.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolverFactory.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IDataExchange.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/ISystemProperties.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/Modelica.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp
| | | M	SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.cpp
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h
| | | M	SimulationRuntime/fmi/import/fmuWrapper.c
| | | M	SimulationRuntime/fmi/import/fmuWrapper.h
| | | M	SimulationRuntime/fmi/import/moGenerator.c
| | | M	SimulationRuntime/fmi/import/moGenerator.h
| | | M	SimulationRuntime/fmi/import/stack.c
| | | M	SimulationRuntime/fmi/import/stack.h
| | | M	SimulationRuntime/fmi/import/xmlparser.c
| | | M	SimulationRuntime/fmi/import/xmlparser.h
| | | M	c_runtime/meta/gc/gc.c
| | | M	c_runtime/meta/gc/roots.c
| | | M	c_runtime/meta/gc/roots.h
| | | 
| | * commit d16b2cbfa94ec7119d1044e718638d0cd73979d0
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 18 08:50:29 2012 +0000
| | | 
| | |     - Make clean now cleans up a bit more of the mess
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	Makefile.in
| | | 
| | * commit 29c14adef4ca324ec351530fb0f542ba31647c9a
| | | Author: Per Östlund 
| | | Date:   Tue Jan 17 11:51:19 2012 +0000
| | | 
| | |     - Implemented handling of attributes of builtin types to SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit fcd8489c5a9cdd739042593e127213e4f17ce903
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 17 10:55:52 2012 +0000
| | | 
| | |     - Remove file before ar to be sure nothing remains
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.common
| | | 
| | * commit 0112e0d6931d07c53a13a31a7ae066edf780cffb
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 17 10:52:56 2012 +0000
| | | 
| | |     - Also clean a-files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 30a250a64e39c480f4f276a517efb52e9c2a49d6
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 17 10:37:29 2012 +0000
| | | 
| | |     - make clean now cleans all files in the simulation runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 8ad59d32cc5324117d1a1219ce07b2ee9914ec61
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 17 07:53:23 2012 +0000
| | | 
| | |     - Do static inline
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.c
| | | 
| | * commit a0fc944d6d4dca1392eaa2c1d41ac0fc6db776cd
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Jan 16 20:38:33 2012 +0000
| | | 
| | |     + testsuite fixes for parallel extensions.
| | |     + Added parallelism attribute to all variables.
| | |     
| | |     Absyn.ATTR (flowPrefix, streamPrefix, variability, direction, arrayDim)
| | |                                      |
| | |                                      V
| | |     Absyn.ATTR (flowPrefix, streamPrefix, parallelism, variability, direction, arrayDim)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 61607e3c6516418c13f88e8b1b0ea614a2b38a56
| | | Author: Lennart Ochel 
| | | Date:   Mon Jan 16 18:55:33 2012 +0000
| | | 
| | |     - removed temporary prefix _X_ from DATA-structure
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/linearization/linearize.cpp
| | | M	SimulationRuntime/c/linearization/linearize.h
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/delay.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/initialization.h
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/math-support/model_help.h
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_empty.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | M	SimulationRuntime/c/simulation/solver/dassl.h
| | | M	SimulationRuntime/c/simulation/solver/events.c
| | | M	SimulationRuntime/c/simulation/solver/events.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/modelinfo.c
| | | M	SimulationRuntime/c/util/modelinfo.h
| | | 
| | * commit 0f7ced876aa5f252e893bf6261070ed0525c19c5
| | | Author: Willi Braun 
| | | Date:   Mon Jan 16 17:33:02 2012 +0000
| | | 
| | |      - added determination of sparse pattern
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/Graph.mo
| | | M	Compiler/Util/List.mo
| | | 
| | * commit 1b48768db1470d7ba2d018a43f1357500e3198ab
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 16 14:52:02 2012 +0000
| | | 
| | |     - Removed configure script as all systems have access to autoconf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	configure
| | | M	configure.in
| | | 
| | * commit 1c5e33f7699348b1860f947d9d663b438ccdd09f
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 16 13:58:09 2012 +0000
| | | 
| | |     - Fix for OSX compilation (Error.h exists in multiple places)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/runtime/Error_rml.cpp
| | | 
| | * commit 4804f625b1a84d8254ef152e3521704aec60d20d
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Jan 16 12:00:45 2012 +0000
| | | 
| | |     Added parallelism attribute to all variables.
| | |     
| | |     Absyn.ATTR (flowPrefix, streamPrefix, variability, direction, arrayDim)
| | |                                      |
| | |                                      V
| | |     Absyn.ATTR (flowPrefix, streamPrefix, parallelism, variability, direction, arrayDim)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit c4f26c7f86e8585663c530dc9f89170a3a4b758d
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 16 11:42:27 2012 +0000
| | | 
| | |     - Link ModelicaExternalC with dynamically loaded functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/openmodelica.h
| | | 
| | * commit 32c65ac0e2046aca2ddc580efd99d33187d2c40e
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 16 11:03:38 2012 +0000
| | | 
| | |     - Push to the memory pool when using dynamic function loading
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit 2ed1115191ed85a1d6775d50c79fc1aca55c1fb2
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 16 10:39:38 2012 +0000
| | | 
| | |     - Clean make now succeeds again
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	FMI/import/source/Makefile.in
| | | 
| | * commit 8bb948d30b993fe7d4dc82b6045a12ce23af3b33
| | | Author: Willi Braun 
| | | Date:   Mon Jan 16 10:21:00 2012 +0000
| | | 
| | |      - switch function generation also to new simulation runtime
| | |      - linking Compiler/runtime to new sim runtime.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/Dynload_rml.cpp
| | | M	Compiler/runtime/Error_omc.cpp
| | | M	Compiler/runtime/IOStreamExt_omc.cpp
| | | M	Compiler/runtime/Lapack_omc.cpp
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/lapackimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimpl.h
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Makefile.common
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/Makefile.in
| | | M	SimulationRuntime/c/meta/meta_modelica.c
| | | M	SimulationRuntime/c/meta/meta_modelica.h
| | | M	SimulationRuntime/c/openmodelica.h
| | | M	SimulationRuntime/c/util/modelica.h
| | | A	SimulationRuntime/c/util/read_write.c
| | | A	SimulationRuntime/c/util/read_write.h
| | | M	SimulationRuntime/c/util/real_array.c
| | | M	SimulationRuntime/c/util/real_array.h
| | | M	SimulationRuntime/c/util/string_array.h
| | | 
| | * commit 9ff6a55766501b5e133831f18217ff5aa288acf3
| | | Author: Per Östlund 
| | | Date:   Mon Jan 16 10:05:50 2012 +0000
| | | 
| | |     - Redesigned handling of redeclares in SCodeFlatten so that redeclares are
| | |       replaced in the correct order.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit deccb2df579755127b92129422f5b21607ef4d3a
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 13 12:43:14 2012 +0000
| | | 
| | |     - Include builtins
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/meta/meta_modelica.h
| | | 
| | * commit 70fbe866e94451a9ed9184befaa85576054bc9a4
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 13 11:53:17 2012 +0000
| | | 
| | |     - Added check for non-array iterators in for-loops
| | |     - Added codegen for pre(matrix[sub1,sub2])
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 3dda2810c8f6372db6d2b80fb90af01d4ddf1cdc
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 13 10:14:49 2012 +0000
| | | 
| | |     - Only copy headers once
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 0832aaf76e471d61d2404d50821a9f5dc287745f
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 13 08:44:32 2012 +0000
| | | 
| | |     - Fix MetaModelica testcases using the new runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Makefile.common
| | | 
| | * commit 1e6d786011765c68e2168afe4d44e07a9615e1d1
| | | Author: Willi Braun 
| | | Date:   Thu Jan 12 23:40:44 2012 +0000
| | | 
| | |      - Switch to new SimulationRuntime as default SimulationRuntime.
| | |        - all simulation tests work as before.
| | |      - This will break interactive and qss stuff.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/math-support/model_help.h
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | M	SimulationRuntime/c/simulation/solver/dassl.h
| | | M	SimulationRuntime/c/simulation/solver/events.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit dd053729afa006627a96b9795c6620e5764f495f
| | | Author: Adeel Asghar 
| | | Date:   Thu Jan 12 15:35:08 2012 +0000
| | | 
| | |     - Fix compilation.
| | |     - Remove bin directories from trunk as they are created automatically after qmake.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMTools/OMTools.pro
| | | 
| | * commit d9519270e0083d71244cf5d58b0c6ed94d442c58
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 11 14:41:38 2012 +0000
| | | 
| | |     - remove sendData.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.in
| | | M	c_runtime/Makefile.in
| | | 
| | * commit 72e361c98ea83291b4e571c6f2675fae0e683dd0
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 11 14:01:30 2012 +0000
| | | 
| | |     - Removed OMPlotWindow as it uses the old plot commands
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit e420ac35267814d6740a10b8c6fc3606b19f80aa
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 11 13:54:58 2012 +0000
| | | 
| | |     - Removed sendData from the compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	SimulationRuntime/c/Makefile.common
| | | D	SimulationRuntime/c/sendData/CMakeLists.txt
| | | D	SimulationRuntime/c/sendData/Makefile.Release.mingw
| | | D	SimulationRuntime/c/sendData/nosendData.cpp
| | | D	SimulationRuntime/c/sendData/sendData.cpp
| | | D	SimulationRuntime/c/sendData/sendData.h
| | | D	SimulationRuntime/c/sendData/sendData.pro
| | | D	SimulationRuntime/c/sendData/sendData.vcproj
| | | M	c_runtime/Makefile.common
| | | D	c_runtime/sendData/CMakeLists.txt
| | | D	c_runtime/sendData/Makefile.Release.mingw
| | | D	c_runtime/sendData/sendData.cpp
| | | D	c_runtime/sendData/sendData.h
| | | D	c_runtime/sendData/sendData.pro
| | | D	c_runtime/sendData/sendData.vcproj
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 7d03d7a9f4a369d56073c33f5be7970ede8b84d2
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 11 13:05:09 2012 +0000
| | | 
| | |     - Removed 3D support from OMNotebook
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 2f1435ad1b228fd61e6e4f621abba3df2dda0425
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 10 12:57:42 2012 +0000
| | | 
| | |     - Moved isPackage to the scripting enviornment
| | |     - GenerateDoc now splits the index page between libraries and builtin environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 48b5d5915b7a1c7fbb6f5cb6be95d3c0fa473c8d
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 10 10:03:02 2012 +0000
| | | 
| | |     - Make it an error if we fail to fully load a library (if a within-statement is fault for example)
| | |       - This was previously printed to stdout and silently ignored
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit f54383b8cd963822aa4fcb6513074fc09926712a
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 10 09:57:03 2012 +0000
| | | 
| | |     - Fix configure for without-static-readline
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 8424e02fe88ee04135fe9388d98f5d545620ada7
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 9 13:07:15 2012 +0000
| | | 
| | |     - Added configure option --with-static-readline
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 9788eb12622ffb6094f3acc022826b38202b1c9c
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 9 13:01:44 2012 +0000
| | | 
| | |     #1674
| | |     - Fix dimensions of splice expression
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit 37b502279e129085a3288cc667d4e61af1a0f6c3
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 9 08:53:15 2012 +0000
| | | 
| | |     - dtoa fix for 32-bit Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/dtoa.c
| | | 
| | * commit e5bbbb1ffe3399c61de40a85acdc9d2d60c1125e
| | | Author: Jens Frenkel 
| | | Date:   Sat Jan 7 19:45:50 2012 +0000
| | | 
| | |     fix for bug Bug [# 1608]
| | |      - functions with inputs (parameters and discrete) have zero derivative
| | |      - Derive, BackendDAEUtil, BackendVariable
| | |     - BackendDAETransform: update Debug code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | 
| | * commit 45b6ecebaf3b8792bbff88bd3a0cba631d3102a6
| | | Author: Jens Frenkel 
| | | Date:   Fri Jan 6 22:49:20 2012 +0000
| | | 
| | |     - otpimize DAE.IF_STMS while do replace Bug [# 1503]
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | 
| | * commit 0a154cfa65eb93f58d1862ed2e545651fa2c5e45
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 5 11:02:27 2012 +0000
| | | 
| | |     #1673
| | |     - Reject models that contain external declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit c094e25e00dc30cfa536550953fa32f9d4825e41
| | | Author: Jens Frenkel 
| | | Date:   Thu Jan 5 09:49:23 2012 +0000
| | | 
| | |     - bugfix last commit
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 760ad71707c1c721df505d13d8832d092fd686b2
| | | Author: Jens Frenkel 
| | | Date:   Wed Jan 4 15:59:17 2012 +0000
| | | 
| | |     - fix for Bug [# 1671], use real last type
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit 882102593d769c393de89f76c354f3eedef2125b
| | | Author: Jens Frenkel 
| | | Date:   Wed Jan 4 14:54:13 2012 +0000
| | | 
| | |     - fix for Bug [# 1671], look for crefs without last subscribt
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | 
| | * commit 0abaa770364cd6b401c595a3f39910d2eacce995
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 3 14:46:16 2012 +0000
| | | 
| | |     #1672
| | |     - Allow empty config string lists (pre/postOptModules)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit eaa36f766790e3a57367071e5aec1d27dc8fca68
| | | Author: Willi Braun 
| | | Date:   Mon Jan 2 16:20:31 2012 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - fixed bug with delay and string parameter
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit 1862310868b6933ee05f34081a8355c0109d9357
| | | Author: Lennart Ochel 
| | | Date:   Mon Jan 2 13:30:50 2012 +0000
| | | 
| | |     - cleanup
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | 
| | * commit 56ca4a771c4335170d65669b0614779b6e421f17
| | | Author: Lennart Ochel 
| | | Date:   Mon Jan 2 11:58:18 2012 +0000
| | | 
| | |     introduce scaling-coefficients for initialization
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | 
| | * commit 9564748f703025471536aaad986a545d382a4be3
| | | Author: Niklas Worschech 
| | | Date:   Fri Dec 23 10:45:54 2011 +0000
| | | 
| | |     Extended cpp template for solving linear systems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/ModelicaExternalC/ModelicaTablesImpl.c
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp
| | | 
| | * commit 73d3b28e963a2c0515b0fc5fc68814f254d8c554
| | | Author: Lennart Ochel 
| | | Date:   Thu Dec 22 17:25:56 2011 +0000
| | | 
| | |     - erroneous commit fixed in solver/solver_main.c
| | |     - avoid pitfalls in error.h
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit 659417320692e4935c5e1a265b34ce67d90b82c8
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 22 12:52:06 2011 +0000
| | | 
| | |     - Documentation update
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 1c9fb12bdbd18f8ef121d932c48db9b5d40c2e20
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 22 10:21:31 2011 +0000
| | | 
| | |     - Added debug option +d=delayBreakLoop
| | |       - If the delay has a bounded lower limit, we allow it to break algebraic loops
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit 977f2a4a80da123a5ec4422b273f36d9f39a99b4
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 22 09:46:44 2011 +0000
| | | 
| | |     - Don't run modpar if +d=openmp is used
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit a80c5eca5fc5423a3d2be31c26b919d2ff8f164d
| | | Author: Henning Kiel 
| | | Date:   Wed Dec 21 14:17:30 2011 +0000
| | | 
| | |     make simple functions static inline to save the jump instructions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/util/utility.c
| | | M	SimulationRuntime/c/util/utility.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 97a1bb2e931e8555f449bfb035b6e0b119f7d448
| | | Author: Henning Kiel 
| | | Date:   Wed Dec 21 14:06:46 2011 +0000
| | | 
| | |     removed obsolete file (is integrated in openmodelica.h)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	SimulationRuntime/c/simulation/fortran_types.h
| | | 
| | * commit f209e4dc97ad75d260f8345aceb6cafd41633c6b
| | | Author: Lennart Ochel 
| | | Date:   Wed Dec 21 13:43:07 2011 +0000
| | | 
| | |     - activate new_cruntime again
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | 
| | * commit ed7fd2d2c1ea570137fbc1328cf33b73edcd7d20
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 21 12:56:06 2011 +0000
| | | 
| | |     - Disable new_cruntime while compilation errors are being sorted out
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 198b4993f1218213cc3edea1292b03ee0614ed8a
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 21 11:36:13 2011 +0000
| | | 
| | |     - Handle paths with dots in the (quoted) identifier
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 91dcf7d60e19732b1f4377976ea6ae91d92f7ff7
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 21 11:35:34 2011 +0000
| | | 
| | |     - Documentation, ReleaseNotes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 81bc7ab241c9c67f7097b58e95465786596ad45f
| | | Author: Willi Braun 
| | | Date:   Wed Dec 21 11:24:11 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - activated jacobian in DASSL again
| | |      - added some memory frees to get rid of valgrind claims
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | M	SimulationRuntime/c/simulation/options.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | M	SimulationRuntime/c/simulation/solver/dassl.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/util/memory_pool.c
| | | M	SimulationRuntime/c/util/varinfo.c
| | | M	SimulationRuntime/c/util/varinfo.h
| | | 
| | * commit 0e1e27b9b30df1fbefce69e0069d83372c064ff9
| | | Author: Henning Kiel 
| | | Date:   Wed Dec 21 07:51:03 2011 +0000
| | | 
| | |     use malloc instead of calloc becuase memory is immediately initialized after allocation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/model_help.c
| | | 
| | * commit 9c2869a4d04b455498774e153c97e6d75df4ef19
| | | Author: Henning Kiel 
| | | Date:   Wed Dec 21 07:49:45 2011 +0000
| | | 
| | |     there is no element d_type in OMDev's struct dirent
| | |     put #ifdef around code section to make file compile again in OMDev
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 353df92fb2d71718c8f7b01be609e32541e8b327
| | | Author: Per Östlund 
| | | Date:   Tue Dec 20 19:29:37 2011 +0000
| | | 
| | |     - Forbid subscripted arrays. They are an OM extension and have been removed from
| | |       the Modelica specification (and not supported by Dymola), and will not be
| | |       supported in the new instantiation. They are therefore disabled now, to
| | |       discourage any further usage of them.
| | |     - Added Absyn.Info to Absyn.MODIFICATION and SCode.MOD to allow better error
| | |       messages for modifiers.
| | |     - Changed SCode.REDECL to have a single component instead of a list, since you
| | |       can only redeclare one element at a time.
| | |     - Implemented handling of modifiers in SCodeInst.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeFlat.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/FrontEnd/SCodeMod.mo
| | | M	Compiler/FrontEnd/SCodeSimplify.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | M	Compiler/susan_codegen/SimCode/SCodeTV.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 6da4e719ca695350e68dd3c7ed4f2698183a9313
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 20 16:01:14 2011 +0000
| | | 
| | |     - getNamedAnnotation now works on ENUMERATION
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit f6bff07d53ff66e7def46deb1975c9876684137b
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 20 12:17:20 2011 +0000
| | | 
| | |     - Don't try to load txt-files as if they were packages stored as library (in fact: we ignore them)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit c1f50f8c1d3f341490164b7c9c8eb13fed51bf4f
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 20 11:54:01 2011 +0000
| | | 
| | |     - Small typo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 3daeb7da16cc197ee02512d7787d7a3a730f69be
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 20 11:28:03 2011 +0000
| | | 
| | |     - Meta-documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 70be4aedbb8b83cc7e0003775566bccdafab9d34
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 20 11:13:34 2011 +0000
| | | 
| | |     - Comments should not strip valuable characters
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit da1b5856d76fb77e6aaf66eea758353545ec149f
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 20 11:10:13 2011 +0000
| | | 
| | |     - Updated documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit c8b77402b6aa61dc0c2ee8704b4d51664af5b2cc
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 20 10:57:00 2011 +0000
| | | 
| | |     - Added list API to get short class definitions only
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit cb882043b992257a6a93117de80476b8005700c4
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 20 08:03:47 2011 +0000
| | | 
| | |     - Removed old ModelicaReference as they are not needed (trunk version of ModelicaReference is safe to use as it contains no models)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 67ad62a6047a15404ac3bf348b363a836df80cfc
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 19 16:04:35 2011 +0000
| | | 
| | |     - A function with no public elements isn't really a function; it's only used to take up space
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | 
| | * commit 1bc3c0d4ab1cd0e720da64baa53ec69dec961bec
| | | Author: Kaie Kubjas 
| | | Date:   Mon Dec 19 15:28:04 2011 +0000
| | | 
| | |     Fixed a bug in SimCodeCpp.tpl:outputIndices.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit 1d0871d412daf80cef1461d9f171c3831c00ea01
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 19 15:24:33 2011 +0000
| | | 
| | |     - GenerateDoc: Use an html-parser in perl to (much slower) replace modelica:// links (but doesn't replace documentation that tries to tell the user how modelica:// should work)
| | |     - Added version annotation to ModelicaReference
| | |     - Send symbolTable in elabCallArgs (so now we can call writeFile(getSourceFile(M),list(M)), etc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit a13dd0bf9a2d75c91251fbb46e1509be06300e85
| | | Author: Per Östlund 
| | | Date:   Mon Dec 19 15:06:18 2011 +0000
| | | 
| | |     - Changed Dump to print out 'constrainedby' instead of 'extends' for
| | |       constraining classes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | 
| | * commit b42d921c353c9fad9ed67072475b70e0034b7106
| | | Author: Per Östlund 
| | | Date:   Mon Dec 19 10:33:27 2011 +0000
| | | 
| | |     Fix for broken media tests in r10763:
| | |     - Do not use the cache in CevalScript.evalCodeTypeName, for it is subtle and
| | |       quick to anger.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 4dde283fdb2de4e4d900ae468d3f2ee5370a9f1f
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 18 14:16:55 2011 +0000
| | | 
| | |     - pdf links now work in GenerateDoc.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit cd7f07926d7a5838de4e83acad5be2a851f7ee7f
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 18 13:57:26 2011 +0000
| | | 
| | |     - Massive performance gain for GenerateDoc.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 64052b38e2e0352cd8b8f86aa277df36f1e1f26f
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 18 12:32:49 2011 +0000
| | | 
| | |     - Additional speed-up for GenerateDoc.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 9c15aba0d52fea2f8946f8156b98b76a2beba4a9
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 18 10:39:25 2011 +0000
| | | 
| | |     - Faster GenerateDoc.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 7f7d3500a5a87794518e92e03a60c1bc0059ca96
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 18 09:45:50 2011 +0000
| | | 
| | |     - Moved evalutation of typenames from static to cevalscript
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 0f3330b7cefb83f54eab5a0a7df835362364dd66
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 18 08:57:47 2011 +0000
| | | 
| | |     - Also look for pdf's, report duplicate resources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 9f9faf75b2ba5d4d0a40d611a74c816f50b74295
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 20:41:02 2011 +0000
| | | 
| | |     - Strip annotations when listing the interface
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | 
| | * commit 6af8413c0f10a0527fb9b07244084c42c62c2107
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 19:58:34 2011 +0000
| | | 
| | |     - Don't use debug-version...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 422a85c28b51e2c610e25200795f85cb0c9e47d2
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 19:54:52 2011 +0000
| | | 
| | |     - Documentation generation now adds a function interface when appropriate
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 4477b309bc6080208912ed374c53b3628b614e2d
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 19:47:46 2011 +0000
| | | 
| | |     - Added option list(func,interfaceOnly=true), which only lists the public parts of a function
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 4ecf20eea5d7e38ecaa59368930a8557c1424c62
| | | Author: Jim Nutaro 
| | | Date:   Sat Dec 17 17:31:54 2011 +0000
| | | 
| | |     Updates .mo file for SimCodeAdevs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | 
| | * commit 6e8a01317b5947a2019a5a03678e81d0be31696c
| | | Author: Jim Nutaro 
| | | Date:   Sat Dec 17 15:20:13 2011 +0000
| | | 
| | |     Fixed return type for sqrt in adevs backend
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 24321feed45afb55bef5128f40bbd9feefe26dfa
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 14:26:38 2011 +0000
| | | 
| | |     - loadModel() documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 279353712e1dd01174ce92e9f55b6e8006acefd9
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 10:19:55 2011 +0000
| | | 
| | |     - Compilation errors found by make clean (not found by RML dep.analysis)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 88956c8db871a5a91bbbf8e7c80697e3142f0e3d
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 09:50:22 2011 +0000
| | | 
| | |     - Some more documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit d14ffa97cd7687065ca31ff791b0d12dd62dbc31
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 08:58:31 2011 +0000
| | | 
| | |     - Some more documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 694602a0121015bb62a96de91cc9b6f51322f7d2
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 17 08:42:38 2011 +0000
| | | 
| | |     - getNamedAnnotation now works on overloaded functions
| | |     - Improved rooted() description
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit a2e5daecf186a58bb570d7df10c53a4843b3f6fd
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 17 08:21:47 2011 +0000
| | | 
| | |     - details on "rooted" operator
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 437b6a5b0a5c9fb0b07e3d49c684449ed32c36fe
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 16 20:10:25 2011 +0000
| | | 
| | |     - Some documentation annotations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit dde9374d94d6da0f8fe8469e30e466fe73034a3c
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 16 16:17:31 2011 +0000
| | | 
| | |     - Fix for bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 28ab0ef3fd9ee90ed34dc33888acf6f1a25ac1d5
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 16 16:15:32 2011 +0000
| | | 
| | |     - Also generate documentation for OpenModelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 116346e09f24f5a9fca958b80c3d9f0781140b31
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 16 13:30:46 2011 +0000
| | | 
| | |     - Also add library versions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 33fbc6fee6146a76be4364d761a4693fe0f7e98b
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 16 13:26:20 2011 +0000
| | | 
| | |     - GenerateDoc now generates and executes one single script for all regex
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 6356a78dec8a8bf0312247d794ff1ee7a6f97034
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 16 13:15:39 2011 +0000
| | | 
| | |     - Update CMakeFiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/meta/CMakeLists.txt
| | | 
| | * commit 09de863f176434862ad4300f7db1d7c5ae3ec921
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 16 13:08:38 2011 +0000
| | | 
| | |     - getVersion(className) now returns the version-annotation as string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 3f96430e3533520bb94daa73900b9555b3a81868
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 16 12:31:55 2011 +0000
| | | 
| | |     - Fixed copyright notice
| | |     - Added some more libraries to generate documentation for
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 2383a51424f8bd75d8a7efd262291aaeff86e34e
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 16 12:09:04 2011 +0000
| | | 
| | |     - Interactive.buildEnvFromSymboltable now caches its result
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 301951015032f58e1fff8b48fd8479f921c12d11
| | | Author: Kaie Kubjas 
| | | Date:   Fri Dec 16 09:49:24 2011 +0000
| | | 
| | |     Added interface for ReduceDAE algorithm
| | |     -SimCode.mo: added args input for removeTerms algorithm in translateModel, generateModelCode and createSimCode
| | |     -SimCode.mo: added labels for generateLabeledDAE algorithm in ModelInfo and createModelInfo
| | |     -Flags.mo, Config.mo: added configuration flags and wrappers for generateLabeledDAE and removeTerms algorithms
| | |     -CevalScript.mo: changed compileModel from protected to public
| | |     -Interactive.mo: added cases for generateLabeledDAE and removeTerms algorithms in evaluateGraphicalApi_dispatch
| | |     -SimCodeCpp.tpl: added template functions for ReduceDAE algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/Config.mo
| | | M	Compiler/Util/Flags.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 49340eb5b4e51c5580d2923294548fa33e779f31
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 15 20:12:57 2011 +0000
| | | 
| | |     - fixes for Visual Studio
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/Settings_omc.cpp
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit ec0661079af4155119a4ba0c6c4ffbd4d5bbf08e
| | | Author: Adeel Asghar 
| | | Date:   Thu Dec 15 17:57:00 2011 +0000
| | | 
| | |     - getLocalVariables(M1)
| | |     - Returns the list of local variables defined in a match exp. Returns the same output format as getComponents.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit f4afedc81ea020f8fc82337f9463d4b729955a28
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 15 11:56:29 2011 +0000
| | | 
| | |     - Don't mangle non-link modelica:// references
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit c952ca061aacc9a89d9df924fcdba84096d6b3c8
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 15 11:30:28 2011 +0000
| | | 
| | |     - Dereference symlinks
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit e93ad2eec6fd94412e7f2cf75a48894f61ff96ff
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 15 11:16:26 2011 +0000
| | | 
| | |     - Added basename/dirname API calls
| | |     - Updated GenerateDoc example to generate an index page and copy the images to the tarball
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 9a72a543d8216d21293f3d5606cddcab4ea678d0
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 15 09:13:17 2011 +0000
| | | 
| | |     - const va_list doesn't work in VS and clang/llvm, so it has to go because without it it works in GCC too.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/base_array.c
| | | M	c_runtime/base_array.h
| | | 
| | * commit 7bb0f98c999a3a28d67fb94255e5050a11153957
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 15 08:57:17 2011 +0000
| | | 
| | |     '*' cannot be part of a filename in Windoze.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 2cd73bbf6cf129a129822035889904ab6a606793
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 15 02:15:04 2011 +0000
| | | 
| | |     - msys fixes (') becomes part of the file, eh, is not *n?x.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/GenerateDoc.mos
| | | 
| | * commit 7ee1dd7bb5f41f58f73e4ec4bce082ec341af3bb
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 14 19:01:14 2011 +0000
| | | 
| | |     - Added a simple documentation generation script I worked on at the MDM to the examples directory
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Examples/GenerateDoc.mos
| | | 
| | * commit b750dc5c45e136ae20c254359cee35d6bd85d1d2
| | | Author: Lennart Ochel 
| | | Date:   Wed Dec 14 17:38:16 2011 +0000
| | | 
| | |     add min/max/nominal attribute to ./SimulationRuntime/c/
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | 
| | * commit 5fd55195ee168359920dc8d6cbb7156d9e98e320
| | | Author: Per Östlund 
| | | Date:   Wed Dec 14 14:31:06 2011 +0000
| | | 
| | |     - Implemented prefix propagation for redeclares in SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit cab1614ab0d1e4fe9ddbcfd74d1ffb59fc62cead
| | | Author: Per Östlund 
| | | Date:   Wed Dec 14 13:11:20 2011 +0000
| | | 
| | |     - Added System.appendFile to bootstrapped runtime.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 35c28959b3abbe0f9f22bc942bc54567893b66bb
| | | Author: Per Östlund 
| | | Date:   Wed Dec 14 11:03:12 2011 +0000
| | | 
| | |     - Updated debug flags with descriptions from Jens.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit 0176633b82993522eb5025a7398025edcbd7ffbd
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 14 09:47:07 2011 +0000
| | | 
| | |     - Added sort=bool option to getClassNames (which sorts the paths)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 0ff0d373afed7aa86c908b4f2c1b3679a78a2c49
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 14 08:49:02 2011 +0000
| | | 
| | |     - Added append file API
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit c103c3ec26b236801a460d219813a2c1f7c95f5e
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 14 08:33:40 2011 +0000
| | | 
| | |     - GOT RID OF ALL ASSIGNMENT TO INPUT FROM THE COMPILER
| | |       please run testsuite/bootstrapping/MainTest.mos always before commit!
| | |       or the testboot make target (which is the same)
| | |     - used the strict double with padding from RML (a union instead of directly the double)
| | |     - refactored a bit the GC and added the generational GC (not on yet)
| | |       DO NOT PORT IT TO SimulationRuntime/c yet, i'll do it myself later.
| | |     - use the old realString for Windows for now
| | |     - removed Windows.h include from modelica.h
| | |     - stop generating junk in OMDev\tools\mingw\bin (fixes in Compiler/scripts/Compile.bat)
| | |     - fixes to some tests
| | |     - some fixes so that the bootstrapping works with VS.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/List.mo
| | | M	Compiler/Util/PriorityQueue.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimpl.h
| | | M	Compiler/scripts/Compile.bat
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Makefile.common
| | | M	Parser/Makefile.vc
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.c
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/java_interface.c
| | | A	c_runtime/meta/gc/common.c
| | | A	c_runtime/meta/gc/common.h
| | | R072	c_runtime/meta/meta_modelica_gc_stats.c	c_runtime/meta/gc/gc.c
| | | R050	c_runtime/meta/meta_modelica_gc.h	c_runtime/meta/gc/gc.h
| | | A	c_runtime/meta/gc/generational.c
| | | A	c_runtime/meta/gc/generational.h
| | | R054	c_runtime/meta/meta_modelica_gc.c	c_runtime/meta/gc/marksweep.c
| | | A	c_runtime/meta/gc/marksweep.h
| | | A	c_runtime/meta/gc/roots.c
| | | R063	c_runtime/meta/meta_modelica_gc_roots.h	c_runtime/meta/gc/roots.h
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | M	c_runtime/meta/meta_modelica_builtin.c
| | | D	c_runtime/meta/meta_modelica_gc_list.c
| | | D	c_runtime/meta/meta_modelica_gc_list.h
| | | D	c_runtime/meta/meta_modelica_gc_pages.c
| | | D	c_runtime/meta/meta_modelica_gc_pages.h
| | | D	c_runtime/meta/meta_modelica_gc_roots.c
| | | D	c_runtime/meta/meta_modelica_gc_settings.c
| | | D	c_runtime/meta/meta_modelica_gc_settings.h
| | | D	c_runtime/meta/meta_modelica_gc_stack.c
| | | D	c_runtime/meta/meta_modelica_gc_stack.h
| | | D	c_runtime/meta/meta_modelica_gc_stats.h
| | | M	c_runtime/meta/realString.c
| | | M	c_runtime/meta/rml_compatibility.h
| | | M	c_runtime/modelica.h
| | | 
| | * commit 844634cad2aa137fa8c547f8f24b1b2e7cc5001f
| | | Author: Adeel Asghar 
| | | Date:   Wed Dec 14 01:06:35 2011 +0000
| | | 
| | |     - Added the preferredView annotation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 78ea4b7ac03c4e2f6666a29a3493ea5513eac824
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 13 16:23:05 2011 +0000
| | | 
| | |     - Added some more scripting functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 7db42bb34cbb7e92650655bd0ba3aba954b00811
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Tue Dec 13 15:47:28 2011 +0000
| | | 
| | |     + Operator overloading for OpenModelica
| | |     +Precedence
| | |       RA + RB
| | |             1- Left side -> RA.'+'(RA, RB)                               IF NOT THEN
| | |             2- Construct right side -> RA.'+'(RA, RA.'constructor'(RB))  ELSE
| | |             3- Right side -> RB.'+'(RA, RB)                              ELSE
| | |             4- Construct left side -> RB.'+'(RB.'constructor'(RA), RB)   ELSE FAIL
| | |     
| | |     + Supported operators
| | |             + overloaded constructors 'constructor'
| | |             + binary and unary arithmetic
| | |                     '+', '-' (subtraction), '*', '/', '^', '-' (negation)
| | |             + unary and binary logical operators
| | |                     'and', 'or', 'not'
| | |         + relational operators
| | |                     '==', '<>', '>', '<', '>=', '<='
| | |             + String()
| | |                     'String'
| | |     
| | |     - element wise operators will not be overloaded automatically yet
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit f5f484f7068f3e986662a38ffa5fc3131242c17c
| | | Author: Adeel Asghar 
| | | Date:   Tue Dec 13 12:55:53 2011 +0000
| | | 
| | |     - getImportCount(M1) and getNthImport(M1, 1).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit cbc06b8db873b0c02bbdc46bfbfb4fb486a91084
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 13 12:40:01 2011 +0000
| | | 
| | |     - Ninja edit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README.Linux.txt
| | | 
| | * commit 9c1cd55ef1149fb9a4132ec893b43705eddfcf2c
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 13 10:13:44 2011 +0000
| | | 
| | |     - Allow typenames to be retrieved from the symboltable
| | |       a:=$TypeName(Modelica);
| | |       list(a); // equiv. to list(Modelica)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit c175010386723433fa63cdd41dd647ee426c4831
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 13 09:30:55 2011 +0000
| | | 
| | |     - Fix for getDocumentationAnnotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 6e8f6e76237a743ab11a5746efcd430926776937
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 13 08:50:49 2011 +0000
| | | 
| | |     - Made some builtins impure
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 0b6fd346be117956694f12249e5e4920e4f6d881
| | | Author: Lennart Ochel 
| | | Date:   Mon Dec 12 18:27:24 2011 +0000
| | | 
| | |     add min/max attribute to *_init.xml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 628f3dcc7e311f68fcdd594ff5f23c82884a3abe
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Dec 12 14:25:34 2011 +0000
| | | 
| | |     + Operator overloading for OpenModelica
| | |     + Supported operators
| | |             + overloaded constructors 'constructor'
| | |             + binary and unary arithmetic
| | |                     '+', '-' (subtraction), '*', '/', '^', '-' (negation)
| | |             + unary and binary logical operators
| | |                     'and', 'or', 'not'
| | |         + relational operators
| | |                     '==', '<>', '>', '<', '>=', '<='
| | |             + String()
| | |                     'String'
| | |     Precedence
| | |       RA + RB
| | |             1- Left side -> RA.'+'(RA,RB)  if not then
| | |             2- Right side -> RB.'+'(RA,RB)  else fail
| | |     
| | |     - No implicit construction yet.
| | |     - element wise operators will not be overloaded automatically yet
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 1eac5e2241351c0534617a4ae037bcb2ed63e737
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 12 13:35:45 2011 +0000
| | | 
| | |     - Moved getDocumentationAnnotation(...) to CevalScript
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 5833108786501e7303b45a9017b5595022ab7d5c
| | | Author: Henning Kiel 
| | | Date:   Mon Dec 12 12:23:41 2011 +0000
| | | 
| | |     SimulationRuntime/c/util - complete overhaul
| | |     implemented some missing functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/util/base_array.c
| | | M	SimulationRuntime/c/util/base_array.h
| | | M	SimulationRuntime/c/util/boolean_array.c
| | | M	SimulationRuntime/c/util/boolean_array.h
| | | M	SimulationRuntime/c/util/division.h
| | | M	SimulationRuntime/c/util/index_spec.c
| | | M	SimulationRuntime/c/util/index_spec.h
| | | M	SimulationRuntime/c/util/integer_array.c
| | | M	SimulationRuntime/c/util/integer_array.h
| | | M	SimulationRuntime/c/util/memory_pool.c
| | | M	SimulationRuntime/c/util/memory_pool.h
| | | M	SimulationRuntime/c/util/modelica_string.c
| | | M	SimulationRuntime/c/util/modelica_string.h
| | | M	SimulationRuntime/c/util/real_array.c
| | | M	SimulationRuntime/c/util/real_array.h
| | | M	SimulationRuntime/c/util/string_array.c
| | | M	SimulationRuntime/c/util/string_array.h
| | | M	SimulationRuntime/c/util/utility.c
| | | M	SimulationRuntime/c/util/utility.h
| | | 
| | * commit e42a5506eec3561785a7ef1c134aaab5cca1869d
| | | Author: Henning Kiel 
| | | Date:   Mon Dec 12 12:22:51 2011 +0000
| | | 
| | |     c_runtime: complete overhaul
| | |     implemented some missing functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/base_array.c
| | | M	c_runtime/base_array.h
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/compat.h
| | | M	c_runtime/division.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/matrix.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/meta/meta_modelica.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/ringbuffer.c
| | | M	c_runtime/ringbuffer.h
| | | M	c_runtime/simulation_varinfo.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 5d5b7046844ceb0560407d122d420cc1343e82cc
| | | Author: Henning Kiel 
| | | Date:   Mon Dec 12 12:21:47 2011 +0000
| | | 
| | |     optimized for loops
| | |     replaced calloc by malloc where allocated space is immediately initialized by function
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | M	SimulationRuntime/c/simulation/solver/dopri45.c
| | | M	SimulationRuntime/c/simulation/solver/events.c
| | | M	SimulationRuntime/c/util/list.c
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit b09af2ccf655d744e5c2c29371b5bde71b7ce87a
| | | Author: Adrian Pop 
| | | Date:   Sun Dec 11 04:17:50 2011 +0000
| | | 
| | |     - check assignments to inputs in patterns.
| | |     - only top level patterns in cases are allowed to be inputs (maybe we should disallow that too)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 2fd29574fc30db9f9c9abc0c0c92e4669a76e1fd
| | | Author: Adeel Asghar 
| | | Date:   Sat Dec 10 15:54:14 2011 +0000
| | | 
| | |     - getComponents API now takes a named argument useQuotes,
| | |       getComponents(M1);                    // returns the result in the same old format
| | |       getComponents(M1, useQuotes=false);   // returns the result in the same old format
| | |       getComponents(M1, useQuotes=true);    // returns the list of strings with all elements enclosed in quotes.
| | |     - Some new API calls,
| | |       + isEnumeration(M1)                 // returns true/false
| | |       + getEnumerationLiterals(M1)        // returns the enumeration literals as list of strings.
| | |       + getNthComponentCondition(M1,1)    // returns the Nth component condition.
| | |       + isReplaceable(M1, "withinClass")  // returns true if withinClass is replaceable.
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit f2cec718f4703b0e8d932313ee70e312d8db0109
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 9 11:15:14 2011 +0000
| | | 
| | |     - Some clean-up and testing of the priority queue working for static scheduling
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 19e27d93ca18b999532be4c173420ab17370bd07
| | | Author: Willi Braun 
| | | Date:   Fri Dec 9 10:32:04 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - fix compile with senData
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 3e4acff2be008823d4cdc9902c104107db532ae4
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 9 09:37:03 2011 +0000
| | | 
| | |     - Ran autoconf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | 
| | * commit 19bde3ddf23d60def9c6a76c82deb4aa105152de
| | | Author: Willi Braun 
| | | Date:   Thu Dec 8 21:22:32 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - fixed compilation for windows
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R100	SimulationRuntime/c/simulation/f2c.h	SimulationRuntime/c/f2c.h
| | | 
| | * commit d72b578c4da42044eb87a687d318abb447c2282c
| | | Author: Willi Braun 
| | | Date:   Thu Dec 8 20:58:44 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - solved some unneeded dependences, thefore reorganised some functions
| | |      - rewritten Makefile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/Makefile.in
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.common
| | | M	SimulationRuntime/c/linearization/linearize.cpp
| | | M	SimulationRuntime/c/linearization/linearize.h
| | | D	SimulationRuntime/c/math-support/Makefile.common
| | | D	SimulationRuntime/c/math-support/Makefile.in
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/delay.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | A	SimulationRuntime/c/math-support/model_help.c
| | | A	SimulationRuntime/c/math-support/model_help.h
| | | M	SimulationRuntime/c/meta/Makefile.in
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_list.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_pages.c
| | | M	SimulationRuntime/c/openmodelica.h
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | D	SimulationRuntime/c/simulation/Makefile.common
| | | D	SimulationRuntime/c/simulation/Makefile.in
| | | D	SimulationRuntime/c/simulation/results/Makefile.in
| | | M	SimulationRuntime/c/simulation/results/simulation_result.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.h
| | | D	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | D	SimulationRuntime/c/simulation/solver/Makefile.common
| | | D	SimulationRuntime/c/simulation/solver/Makefile.in
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | M	SimulationRuntime/c/simulation/solver/dassl.h
| | | M	SimulationRuntime/c/simulation/solver/ddassl.c
| | | R063	SimulationRuntime/c/math-support/events.c	SimulationRuntime/c/simulation/solver/events.c
| | | R061	SimulationRuntime/c/math-support/events.h	SimulationRuntime/c/simulation/solver/events.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | D	SimulationRuntime/c/util/Makefile.common
| | | D	SimulationRuntime/c/util/Makefile.in
| | | R100	SimulationRuntime/c/math-support/list.c	SimulationRuntime/c/util/list.c
| | | R100	SimulationRuntime/c/math-support/list.h	SimulationRuntime/c/util/list.h
| | | R095	SimulationRuntime/c/simulation/simulation_modelinfo.c	SimulationRuntime/c/util/modelinfo.c
| | | R100	SimulationRuntime/c/simulation/simulation_modelinfo.h	SimulationRuntime/c/util/modelinfo.h
| | | M	SimulationRuntime/c/util/real_array.h
| | | R100	SimulationRuntime/c/math-support/ringbuffer.c	SimulationRuntime/c/util/ringbuffer.c
| | | R100	SimulationRuntime/c/math-support/ringbuffer.h	SimulationRuntime/c/util/ringbuffer.h
| | | R091	SimulationRuntime/c/simulation/simulation_varinfo.c	SimulationRuntime/c/util/varinfo.c
| | | R100	SimulationRuntime/c/simulation/simulation_varinfo.h	SimulationRuntime/c/util/varinfo.h
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.c
| | | M	configure.in
| | | 
| | * commit 7cc85987601bdcf3e7893ca8926fd5ab92b4ed1b
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 8 15:56:36 2011 +0000
| | | 
| | |     - Started using priority queue for greedy static scheduling
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/PriorityQueue.mo
| | | 
| | * commit 0711327cd7c3b5a75a89095095bc757f3c242797
| | | Author: Adeel Asghar 
| | | Date:   Wed Dec 7 21:00:58 2011 +0000
| | | 
| | |     OMC
| | |     - Changed the omniOrb message size limit to 2GB.
| | |     - Changed the getComponents API output. Now all elements are enclosed in quotes.
| | |     - New API calls added.
| | |       + getAnnotationCount(M1)          // returns the number of annotation in the class.
| | |       + getNthAnnotationString(M1,1)    // returns the nth annotation string. (non flattened annotation).
| | |       + getClassComment(M1)             // returns the class comment
| | |       + getComponentComment(M1, x)      // returns the component comment. Takes the class name and component name.
| | |     OMEdit
| | |     - Added the new method unparseArrays to parse the omc arrays based results.
| | |     - Updated code to accommodate new format of getComponents.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 6c5d843cb7df1b3f65d822ac5cff96e9e78fdc24
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 7 15:09:28 2011 +0000
| | | 
| | |     - Added a basic priority queue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.common
| | | A	Compiler/Util/PriorityQueue.mo
| | | 
| | * commit ac13eb0764f90f1459894381648fddfac89057aa
| | | Author: Per Östlund 
| | | Date:   Wed Dec 7 14:56:38 2011 +0000
| | | 
| | |     - Call Static.canonCref before prefixing the cref in
| | |       InstSection.instAssignment2, to get rid of some failtrace.
| | |     - Changed unbalanced connector warning to an error.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit d9a3eb5fdc60b4619f21ba2ab22db389261e0799
| | | Author: Per Östlund 
| | | Date:   Wed Dec 7 11:50:47 2011 +0000
| | | 
| | |     - Rename redeclared class declarations in
| | |       InstExtends.updateComponentsAndClassdefs2 so that their names are correct.
| | |     - Stop iterating in Inst.matchModificationToComponents when we get an empty
| | |       modifier.
| | |     - Added another Siemens test (not working yet).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | 
| | * commit 203000fab36c27ec9c39a4f559cc10d4071f15f9
| | | Author: Per Östlund 
| | | Date:   Tue Dec 6 16:14:48 2011 +0000
| | | 
| | |     - Handle element redeclarations in SCodeInst too.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeInst.mo
| | | 
| | * commit cea9f42839749552b377118f26a8836a23dfff2a
| | | Author: Per Östlund 
| | | Date:   Tue Dec 6 14:02:16 2011 +0000
| | | 
| | |     - Fixed assignment to record in CevalFunction so that Ceval can find the
| | |       binding.
| | |     - Added makefile for siemens testcases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | 
| | * commit 57c22bc7ee6010ac0dd0057c85f306a388f7ea0b
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 6 11:40:14 2011 +0000
| | | 
| | |     - Some documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 3b60260b3aa9bdd1f5d1fe7f7b6a1eaa00fad2ea
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 6 11:25:04 2011 +0000
| | | 
| | |     - Provide loadString(..., encoding="...") option
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit a789be66134111599c4859de141d8422ba356aae
| | | Author: Per Östlund 
| | | Date:   Tue Dec 6 10:35:08 2011 +0000
| | | 
| | |     - Fixed handling of partially bound record in CevalFunction.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | 
| | * commit 7812ec39ed8c5b5a84f5c7a4c8b3a80165552061
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 6 10:33:33 2011 +0000
| | | 
| | |     - Added routine to translate token names to string
| | |     - Fixed output of ANTLR3_UNWANTED_TOKEN_EXCEPTION
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile.common
| | | A	Parser/lookupTokenName.c
| | | M	Parser/parse.c
| | | 
| | * commit 3c991ba5073175e6f0198a53cf739e6525f81207
| | | Author: Adrian Pop 
| | | Date:   Tue Dec 6 08:07:42 2011 +0000
| | | 
| | |     - YOU WILL NEED TO UPDATE YOUR OMDEV FOR THIS!
| | |     - fix iconv.h header and systemimpl.c
| | |     - do not copy the libiconv-2.dll as we now link with the static one.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 82db98b851e3d48aaad2e6ee1438c85d7fbfa762
| | | Author: Adeel Asghar 
| | | Date:   Tue Dec 6 00:58:58 2011 +0000
| | | 
| | |     Fix OMC compilation,
| | |     - Removed the extra */
| | |     - Copy the iconv-2.dll
| | |     
| | |     ** We should remove omc_debug if we are not maintaining it anymore.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/realString.c
| | | 
| | * commit b07837e6646f749e25a67f29cb6d714cb0d9a3ca
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 5 17:57:04 2011 +0000
| | | 
| | |     - windows fixes, switch includes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/realString.c
| | | 
| | * commit 905a165ba13ac2b766182671ffe5fbc893527fea
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 5 17:25:13 2011 +0000
| | | 
| | |     - fixes for windows (const char*)
| | |     - added -iconv to link with omc.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 3ee93e8937ad782b151be83b243bf92e37ac642b
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 5 15:49:26 2011 +0000
| | | 
| | |     - Added scripting function iconv(str,from,to)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit dde1e5821ce3bfa72b3727ef094129022ac31244
| | | Author: Per Östlund 
| | | Date:   Mon Dec 5 14:00:58 2011 +0000
| | | 
| | |     - Added SCode instantiation prototype.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | A	Compiler/FrontEnd/SCodeInst.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit 937ed80a5680d966b0dde9cf36ca7dfd5b57d5fa
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 5 12:00:26 2011 +0000
| | | 
| | |     - Disable debug checks
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit f6ac1dc9262c96835a77e6631c0d754a2419f1bb
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 5 12:00:05 2011 +0000
| | | 
| | |     #1663
| | |     - Fix for data_of_integer_array on 64-bit platforms (copy the array before sending it to the external function)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit 24f9b90ef0cfb63af961688352b12718f6d2e854
| | | Author: Lennart Ochel 
| | | Date:   Mon Dec 5 07:57:56 2011 +0000
| | | 
| | |     fix for parameters with nominal-attribute
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | 
| | * commit cbbf705e31dcddab01fbbd7351c578a4dbf7132b
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 4 21:55:11 2011 +0000
| | | 
| | |     - realString: Output 0.01 instead of 1.e-02
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/realString.c
| | | 
| | * commit c512d51f7509bdf3ca0301b0707fc5d7f94af6a2
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 4 19:51:07 2011 +0000
| | | 
| | |     - Fix correct length in realString
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/realString.c
| | | 
| | * commit 231ced32de4ceb9988a5541e94f5cd2941a268a0
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 2 16:23:54 2011 +0000
| | | 
| | |     - Only simplify max(real,real) if the arguments are real
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit bb59ec774d54e9662c1943918df67f52f54a0f7d
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 2 16:02:09 2011 +0000
| | | 
| | |     - Do MMC_CHECK_STRING just in case
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/realString.c
| | | 
| | * commit a0ec292cea12ca17ba8b56ab22fa7d0b20a8f548
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 2 16:01:12 2011 +0000
| | | 
| | |     - Fix issues with too small buffers, etc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/realString.c
| | | 
| | * commit c9a746e4113e41d63ef6a8922a26af0484e52454
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 2 15:19:17 2011 +0000
| | | 
| | |     - Do not do mk_scon() on a MetaModelica-style string ;)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/realString.c
| | | 
| | * commit 91683667f9c19491a3879f5c19156bf95000bac0
| | | Author: Lennart Ochel 
| | | Date:   Fri Dec 2 15:11:40 2011 +0000
| | | 
| | |     add nominal-values to xml-file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit eb898faa4c94d87f4f8b1e67561c3abc1fc44690
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 2 15:11:19 2011 +0000
| | | 
| | |     - Use new dtoa-based realString
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/meta/dtoa.c
| | | M	c_runtime/meta/meta_modelica.h
| | | M	c_runtime/meta/meta_modelica_real.cpp
| | | A	c_runtime/meta/realString.c
| | | 
| | * commit 01af979db5bcc5ae1b72d35d12d45a1ac9633d1f
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 2 14:27:47 2011 +0000
| | | 
| | |     - Use the old simplifyIfExp as it's "better"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 9bbb249db0adc9a395ebfc85edc2a21cefc95581
| | | Author: Willi Braun 
| | | Date:   Fri Dec 2 14:24:10 2011 +0000
| | | 
| | |      - update generated FMI import model
| | |        (works now with new CSimulationRuntime also on linux)
| | |      - adjust FMI export for new CSimulationRuntime
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenFMU.tpl
| | | M	FMI/import/source/Makefile.in
| | | A	FMI/import/source/fmuModelica.unix.tmp
| | | M	FMI/import/source/moGenerator.c
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.c
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.h
| | | 
| | * commit 1f6ccae0849dc26e45f49662593a38ec130bbf39
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 2 13:57:10 2011 +0000
| | | 
| | |     - Expression.mo
| | |       -add missing case for enumeration
| | |     - ExpressionSimplify
| | |       - report if ifexp is simplified
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 70c7e8d387a7871dc3f4c0060b8f3a5e7666b9ff
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 2 12:28:58 2011 +0000
| | | 
| | |     - Removed use of unsafe unification in matching
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 9b09476f64cf746c6da65b34ae1b2dc2762ab3fa
| | | Author: Willi Braun 
| | | Date:   Fri Dec 2 00:15:50 2011 +0000
| | | 
| | |     [FMIimport]
| | |      - added forgotten header for va_arg(function logger)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuWrapper.c
| | | 
| | * commit 468602b39115a86f3f6728c04edbe8b04beca78e
| | | Author: Willi Braun 
| | | Date:   Thu Dec 1 23:28:12 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - update FMU Export code
| | |      - fixed bug in initialization
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/CodegenFMU.tpl
| | | M	FMI/import/source/fmuWrapper.c
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.c
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.h
| | | 
| | * commit 1054196e5d086cc8dc3c09e67aa3d7b8ae6d82e1
| | | Author: Willi Braun 
| | | Date:   Thu Dec 1 13:50:04 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - added and adjusted FMU export for new simulation runtime(need more work)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | A	Compiler/susan_codegen/SimCode/CodegenFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/util/error.c
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.c
| | | M	SimulationRuntime/fmi/export/fmu_model_interface.h
| | | 
| | * commit 1ac926dd13200070c0b319994ca09c2868eda6dd
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 1 12:47:44 2011 +0000
| | | 
| | |     - Do not use unification in functions with potential side-effects ;)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 45d0d7c6a21b1bccd8d1db00c19908a07fcd59d3
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 30 22:05:35 2011 +0000
| | | 
| | |     - fix for bug [#BUG-1661]. Now BackendDAETransform.differentiateEqns check if a equation has continuous variables before differentiting it.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 23dbef25f7d5c0394ea6ba25a0946b4467357caa
| | | Author: Adeel Asghar 
| | | Date:   Wed Nov 30 22:03:04 2011 +0000
| | | 
| | |     - new API calls,
| | |        + getInitialAlgorithmCount
| | |        + getNthInitialAlgorithm
| | |        + getInitialEquationCount
| | |        + getNthInitialEquation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 0f5a3e24d970b33023e66cbf0fae8215f0c12b2b
| | | Author: Adeel Asghar 
| | | Date:   Wed Nov 30 16:50:31 2011 +0000
| | | 
| | |     - Fixed getAlgorithmCount and getEquationCount
| | |     - New API call getNthAlgorithm and getNthEquation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 3c72b9023c7254174ea0db86d93ea49807559151
| | | Author: Per Östlund 
| | | Date:   Wed Nov 30 15:40:19 2011 +0000
| | | 
| | |     - Removed check for redeclaration of protected elements, since it's actually
| | |       allowed.
| | |     - Implemented support for cardinality of connector arrays.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit cd44d7a04f324cc4e8f0582ebdea225f60244441
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 30 14:54:31 2011 +0000
| | | 
| | |     #1662
| | |     - Type-check == <>
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit eeac5b79dd5c70ab3fab1cf60394ef79f5dceb77
| | | Author: Niklas Worschech 
| | | Date:   Wed Nov 30 14:46:00 2011 +0000
| | | 
| | |     Added CMakefiles for Idas an Cvode to cpp runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Readme.txt
| | | M	SimulationRuntime/cpp/Source/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/LibrariesConfig.h.in
| | | M	SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp
| | | M	SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/SimManager/Configuration.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt
| | | 
| | * commit 93011dfe9b386696460f28e385d5ab9602ce9af5
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 30 13:58:40 2011 +0000
| | | 
| | |     - Fix loadModel() for modelica.org trunk
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 17c7503e94f2dc65a937bb076f2069c8f0bc451b
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 30 12:39:36 2011 +0000
| | | 
| | |     - Remove the last expressionsimplify fixpoint iterations reached in the testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 363b450cb04ba260acf90ed078124fd0b356ee33
| | | Author: Per Östlund 
| | | Date:   Wed Nov 30 12:23:12 2011 +0000
| | | 
| | |     Some fixes for flags:
| | |     - Consume -- so that it works as expected for the boostrapped compiler.
| | |     - Print error messages for unknown long flags.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit e96b091bdc4907dd68882a14c4fd75593f299c27
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 30 12:09:25 2011 +0000
| | | 
| | |     - Avoid failure to reach fixpoint for some simplifications
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 7c7dcc21ef63fea6db987ca2d55dc8d1f7c89016
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 30 05:11:44 2011 +0000
| | | 
| | |     HUGE update to SVN with *a lot* of changes: DO MAKE CLEAN!
| | |     ==========================================================
| | |     - The DAE.ExpType is *no more*
| | |     - The BackendDAE.Type is *no more*
| | |     Both got replaced by DAE.Type!
| | |     - The DAE.ExpVar is *no more*
| | |     It got replaced by DAE.Var!
| | |     Now we have *ONLY ONE* type in the compiler: DAE.Type!
| | |     
| | |     
| | |     Just to know why I got this done:
| | |     
| | |     BEFORE, the model HumMod took 6m51 seconds to instantiate
| | |     adrpo@ida-liu050 ~/dev/OpenModelica/doc/performance/benchmarks/tests
| | |     $ time /c/OpenModelica1.8.0-r10584/bin/omc instHumMod.mos > trace.txt 2>&1
| | |     real    6m51.354s
| | |     user    0m0.000s
| | |     sys     0m0.015s
| | |     
| | |     AFTER, the model HumMod takes 47 seconds to instantiate
| | |     adrpo@ida-liu050 ~/dev/OpenModelica/doc/performance/benchmarks/tests
| | |     $ time ../../../../build/bin/omc instHumMod.mos > mytrace.txt 2>&1
| | |     real    0m47.248s
| | |     user    0m0.000s
| | |     sys     0m0.000s
| | |     
| | |     Is about 8,74468085106383 times faster now.
| | |     Basically, before, we were doing DAE.T_*
| | |     -> DAE.ET_* translation for 6 minutes!
| | |     
| | |     I started this work on Friday after the OpenModelica 1.8.0
| | |     got released, so for 4+ days of work I think the result is
| | |     quite OK.
| | |     
| | |     
| | |     
| | |     Crash course into the new types (actually old ones from DAE.Type):
| | |     ==================================================================
| | |     
| | |     1. DAE.Type is not a tuple anymore, instead the optional path
| | |        became DAE.TypeSource which is a list of paths and is now
| | |        part of *all* the records in DAE.Type.
| | |     
| | |        The needed types from DAE.ExpType got merged into DAE.Type:
| | |        DAE.ET_METATYPE                -> DAE.T_METATYPE
| | |        DAE.ET_FUNCTION_REFERENCE_VAR  -> DAE.T_FUNCTION_REFERENCE_VAR
| | |        DAE.ET_FUNCTION_REFERENCE_FUNC -> DAE.T_FUNCTION_REFERENCE_FUNC
| | |     
| | |        Some DAE.Type types got split:
| | |        DAE.T_COMPLEX split into DAE.T_COMPLEX for types not extending
| | |        basic types and DAE.T_SUBTYPE_BASIC is now used for types
| | |        extending basic types.
| | |     
| | |        Some DAE.Type types changed name:
| | |        DAE.T_NOTYPE -> DAE.T_UNKNOWN
| | |        Renamed also the meta-types a bit to make them more homogeneous.
| | |     
| | |        Some DAE.ExpType are gone:
| | |        DAE.ET_OTHER is gone, use DAE.T_UNKNOWN instead!
| | |     
| | |        Some DAE.Type types changed structure (besides the DAE.TypeSource addition):
| | |        (DAE.T_ARRAY(dim, ty), optPath) -> DAE.T_ARRAY(ty, list, list)
| | |        so we now have similar structure for DAE.T_ARRAY and the previous DAE.ET_ARRAY.
| | |     
| | |     
| | |     2. In cases, when matching:
| | |          Instead of              | Use now:
| | |        -------------------------------------------------------
| | |          DAE.ET_INT()            | DAE.T_INTEGER(source = _)
| | |          DAE.ET_REAL()           | DAE.T_REAL(source = _)
| | |          DAE.ET_BOOL()           | DAE.T_BOOL(source = _)
| | |          DAE.ET_STRING()         | DAE.T_STRING(source = _)
| | |          DAE.ET_ENUMERATION(...) | DAE.T_ENUMERATION(...)
| | |          DAE.ET_COMPLEX(...)     | DAE.T_COMPLEX(...)
| | |          DAE.ET_OTHER(...)       | DAE.T_UNKNOWN(source = _)
| | |          DAE.ET_ARRAY(...)       | DAE.T_ARRAY(...)
| | |        -------------------------------------------------------
| | |     
| | |     3. When constructing values, in the then part or in right
| | |        hand side in equations:
| | |          Instead of              | Use now:
| | |        -------------------------------------------------------
| | |          DAE.ET_INT()            | DAE.T_INTEGER_DEFAULT
| | |          DAE.ET_REAL()           | DAE.T_REAL_DEFAULT
| | |          DAE.ET_BOOL()           | DAE.T_BOOL_DEFAULT
| | |          DAE.ET_STRING()         | DAE.T_STRING_DEFAULT
| | |          DAE.ET_ENUMERATION(...) | DAE.T_ENUMERATION(...)
| | |          DAE.ET_COMPLEX(...)     | DAE.T_COMPLEX(...)
| | |          DAE.ET_OTHER(...)       | DAE.T_UNKNOWN(source = _)
| | |          DAE.ET_ARRAY(...)       | DAE.T_ARRAY(...)
| | |        -------------------------------------------------------
| | |     
| | |     4. Types.elabType got renamed to Types.simplifyType
| | |        and does some type simplification (instead of the
| | |        previous DAE.T_* -> DAE.ET_* translation).
| | |     
| | |     Feel free to ask me anything if something is unclear.
| | |     
| | |     The code can be further improved (we need better handling
| | |     of DAE.T_ARRAY that has several dimensions instead of one)
| | |     by getting rid of Types.simplifyType/Types.expTypetoTypesType,
| | |     but for now is good enough. Also, functionality for the old
| | |     DAE.ET_* handling from Expression*.mo can be merged with the
| | |     DAE.T_ handling from Types so we can get rid of duplicate
| | |     code too.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/TaskGraphExt.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/Constants.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/ExpandableConnectors.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Graphviz.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MMath.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/HashTableTypeToExpType.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 33c500088b16d25b3faad485f62bac23794c29aa
| | | Author: Adeel Asghar 
| | | Date:   Tue Nov 29 16:39:37 2011 +0000
| | | 
| | |     - new API commands getAlgorithmCount(M1), getEquationCount(M1)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 3690dce8a3fc0f67f6ab836d8a7fe30b6493baec
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 29 13:54:26 2011 +0000
| | | 
| | |     - Some rewrite rules for a*(b^(-r)) => a/(b^r) and similar expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 6f300fb79e1bd19da9835a3126c1ad5c2d665ddb
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 29 13:10:04 2011 +0000
| | | 
| | |     - ExpressionSimplify: Added new rules:
| | |       - a^e*b^e => (a*b)^e
| | |       - a^e/b^e => (a/b)^e
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit dacb29d0aa53ec350917aafda0f9d2a0dc61a049
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 29 12:25:51 2011 +0000
| | | 
| | |     - simplify: sqrt(x^2) => abs(x) (abs previously not present)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 78cdd8a1209257b2af4566153d06d662cb68cd66
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 29 11:51:44 2011 +0000
| | | 
| | |     - Added flag +d=checkSimplify, which tries to estimate if the simplified expression is actually simpler (usually the case) or not (more common than it should be)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/Config.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit bdb83cb60293378cee2755b77c0fcd5afdfd12b2
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 29 10:53:07 2011 +0000
| | | 
| | |     #1658
| | |     #1657
| | |     - Removed use of unary operators .- and .+
| | |     - Removed operator DAE.UPLUS and DAE.UPLUS_ARR; these are handled directly by elabExp
| | |     
| | |     NOTE: YOU NEED TO MAKE CLEAN BECAUSE RML DOES NOT RECOGNIZE WHEN AN OPERATOR HAS BEEN REMOVED FROM DAE.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit d0948deb83835cd8c4162e6942824233b8484265
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 29 09:51:15 2011 +0000
| | | 
| | |     - Fix ExpressionDump: -(a+b) is now printed correctly (previously was printed as -a+b)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | 
| | * commit 4c39590e6e8d5d13f6f70f1f676e2b4b162d00ad
| | | Author: Willi Braun 
| | | Date:   Tue Nov 29 02:25:35 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - removed old globalData object
| | |      - adjust most files
| | |      - most test cases are working now (only some fails most due to different output)
| | |      - more work on initialization needs to be done
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Makefile.common
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/linearization/linearize.cpp
| | | M	SimulationRuntime/c/linearization/linearize.h
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/fdjac1.c
| | | M	SimulationRuntime/c/math-support/hybrd.c
| | | M	SimulationRuntime/c/math-support/hybrj.c
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/initialization.h
| | | M	SimulationRuntime/c/math-support/list.c
| | | M	SimulationRuntime/c/math-support/list.h
| | | M	SimulationRuntime/c/math-support/matrix.h
| | | M	SimulationRuntime/c/openmodelica.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.h
| | | M	SimulationRuntime/c/simulation/simulation_modelinfo.c
| | | M	SimulationRuntime/c/simulation/simulation_modelinfo.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/simulation_varinfo.c
| | | M	SimulationRuntime/c/simulation/simulation_varinfo.h
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | M	SimulationRuntime/c/simulation/solver/simulation_inline_solver.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/rtclock.h
| | | M	SimulationRuntime/interactive/Makefile.in
| | | 
| | * commit 896f16af7ce8d35edd5988074411498294f4b76f
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Nov 28 20:32:29 2011 +0000
| | | 
| | |     + Merging The new parallel extensions. The new keywords can be enabled by using +g=ParModelica.
| | |       Actually enabling +g=MetaModelica also enables the ParModelica keywords, but not the other way around.
| | |       I couldn't find a way to enable them completely separately. I will fix it if I can.
| | |       But it will not cause problems since the new keywords are not common words.
| | |       The testsuite didn't report any errors related to the new keywords.
| | |       But just make sure not to use them from now on while programming in MetaModelica.
| | |     + The keywords don't have any effect now. They are just consumed by the parser.
| | |     + the keywords are
| | |         - parallel
| | |         - parglobal
| | |         - parlocal
| | |         - parkernel
| | |         - parfor
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/Makefile.common
| | | M	Parser/MetaModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | M	Parser/ModelicaParserCommon.h
| | | A	Parser/ParModelica_Lexer.g
| | | M	Parser/Parser_omc.cpp
| | | M	Parser/Parser_rml.c
| | | M	Parser/parse.c
| | | 
| | * commit 590fbc33672c9505dd50b8e32176485ab3b626b5
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Mon Nov 28 20:29:56 2011 +0000
| | | 
| | |     + Merging The new parallel extensions. The new keywords can be enabled by using +g=ParModelica.
| | |       Actually enabling +g=MetaModelica also enables the ParModelica keywords, but not the other way around.
| | |       I couldn't find a way to enable them completely separately. I will fix it if I can.
| | |       But it will not cause problems since the new keywords are not common words.
| | |       The testsuite didn't report any errors related to the new keywords.
| | |       But just make sure not to use them from now on while programming in MetaModelica.
| | |     + The keywords don't have any effect now. They are just consumed by the parser.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/FrontEnd/ParserExt.mo
| | | M	Compiler/Util/Config.mo
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit 193778ee9a0d4552e1ee240a24808e31305ece4d
| | | Author: Per Östlund 
| | | Date:   Mon Nov 28 15:21:24 2011 +0000
| | | 
| | |     - Changed instClassDecls to not filter out the class to instantiate, since this
| | |       causes problems when instantiating a top model.
| | |     - Added test cases to test the fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit ff47d105f18c18df5d9d95df346e0bd5ba4c4d5c
| | | Author: Per Östlund 
| | | Date:   Mon Nov 28 12:58:12 2011 +0000
| | | 
| | |     - Changed nX to : in some functions in PartialTwoPhaseMedium to make them work
| | |       as intended.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/Flags.mo
| | | 
| | * commit c9512f36630afca81ebabc67d0d1ebb27d83966c
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 28 12:52:09 2011 +0000
| | | 
| | |     - Allow long strings sent over CORBA on Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 99ca4798d87aec20ec7963ce8de3a5616c4018bd
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 25 17:20:16 2011 +0000
| | | 
| | |     - YOU WILL NEED A NEW MMC-RML for this (>= revision 223)!
| | |       svn up OMDev on windows, svn up rml on Linux or wait for a build.
| | |     - moved setStackOverflowSignal to RML.
| | |     - various other fixes so the bootstrapped compiler works with MSVC.
| | |     - hashtable for DaE.Type -> DAE.ExpType (unfortunately doesn't work to use it in Types.elabType as is slower than the current solution)
| | |     - removed the above hashtable from the compilation as is not used.
| | |     - other small code edits (mostly comments).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util/BaseHashTable.mo
| | | D	Compiler/Util/HashTableExpType.mo
| | | A	Compiler/Util/HashTableTypeToExpType.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/systemimpl.c
| | | M	Parser/Makefile.vc
| | | M	c_runtime/meta/meta_modelica_builtin.c
| | | M	c_runtime/meta/meta_modelica_builtin.h
| | | M	c_runtime/meta/meta_modelica_gc.c
| | | M	c_runtime/meta/meta_modelica_gc_settings.c
| | | M	c_runtime/meta/meta_modelica_gc_settings.h
| | | 
| | * commit a9d2ad348c77ba4619a129edf7a3138830653ce1
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 25 13:14:57 2011 +0000
| | | 
| | |     - Disable newsimruntime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 39ae73b54fcd0964a2b75596fa9ad52b80795642
| | | Author: Per Östlund 
| | | Date:   Fri Nov 25 13:02:10 2011 +0000
| | | 
| | |     - Changed behaviour of setCommandLineOptions, which now appends debug flags
| | |       instead of overwriting them. +d=-flag can now be used to disable a flag
| | |       instead.
| | |     - Updated MetaModelica exercises.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Flags.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 04649a907de5a639143f7fb6dde6f5ffc881352b
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 25 11:29:37 2011 +0000
| | | 
| | |     - Removed operators from DAE.mo:
| | |       scalar .+ array => array .+ scalar
| | |       array .- scalar => array .+ (-scalar)
| | |       scalar .* array => array .* scalar
| | |     These are equivalent and reduces the code we need to maintain (duplicate cases, etc)
| | |     
| | |     NOTE: YOU NEED TO MAKE CLEAN AFTER THIS UPDATE AS RML IS STUPID AND FAILS AT DEP. ANALYSIS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 6fdd71fec8540cbbfc59f79f46715c11014d691a
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 24 20:51:07 2011 +0000
| | | 
| | |     - FMI fixes:
| | |       + run unzip in quiet mode (no more file names)
| | |       + do not exit in freeElement with EXIT_FAILURE, just return as we need fmiimport to exit with code 0.
| | |     - updated tests.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/xmlparser.c
| | | 
| | * commit 8af2054a29856b4be9df8c3a33be740001a0428c
| | | Author: Niklas Worschech 
| | | Date:   Thu Nov 24 16:39:27 2011 +0000
| | | 
| | |     Fix for division in cpp runtime and cpp template
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/Functions.h
| | | A	SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt
| | | 
| | * commit cc6446f82f6050b10b9ee184071d91c85ccb60a8
| | | Author: Per Östlund 
| | | Date:   Thu Nov 24 15:09:45 2011 +0000
| | | 
| | |     New compiler flag handling:
| | |     - Removed RTOpts and OptManager packages, which are replaced by Flags and Config.
| | |     - Updated all source files to use the new flag handling.
| | |     - Split Parser into Parser and ParserExt, so that extra arguments can be sent to
| | |       the external functions.
| | |     - Added some string manipulation functions to Util.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/ExpandableConnectors.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Parser.mo
| | | A	Compiler/FrontEnd/ParserExt.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/GenerateOMCHeader.mos
| | | M	Compiler/Global/Global.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.w32
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Template/Unparsing.mo
| | | A	Compiler/Util/Config.mo
| | | M	Compiler/Util/Corba.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/DynLoad.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/ErrorExt.mo
| | | A	Compiler/Util/Flags.mo
| | | M	Compiler/Util/List.mo
| | | D	Compiler/Util/OptManager.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/runtime/CMakeLists.txt
| | | M	Compiler/runtime/Corba_omc.cpp
| | | M	Compiler/runtime/Corba_rml.cpp
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/Dynload_rml.cpp
| | | M	Compiler/runtime/Error_omc.cpp
| | | M	Compiler/runtime/Error_rml.cpp
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/Makefile.vc
| | | D	Compiler/runtime/OptManager_omc.cpp
| | | D	Compiler/runtime/OptManager_rml.cpp
| | | D	Compiler/runtime/RTOpts_omc.cpp
| | | D	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | M	Compiler/runtime/corbaimpl_stub_omc.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | M	Compiler/runtime/lapackimpl.c
| | | D	Compiler/runtime/optmanager.cpp
| | | M	Compiler/runtime/printimpl.c
| | | D	Compiler/runtime/rtopts.h
| | | D	Compiler/runtime/rtoptsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | M	Compiler/susan_codegen/SimCode/SCodeTV.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Parser/Parser_omc.cpp
| | | M	Parser/Parser_rml.c
| | | M	Parser/parse.c
| | | 
| | * commit dd9cf7400e5ea02f36ace6cae8b0ea112f51cdd5
| | | Author: Per Östlund 
| | | Date:   Thu Nov 24 10:35:22 2011 +0000
| | | 
| | |     - Reverted changes from r10570 and fixed *only* System.tolower.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit d12bdf0fe83c3d70694ef79277cb5a05664789eb
| | | Author: Per Östlund 
| | | Date:   Thu Nov 24 10:14:03 2011 +0000
| | | 
| | |     - Fixed System.tolower.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit 7d94895f227f0c3f8256322a52bf8b93f8c6d129
| | | Author: Willi Braun 
| | | Date:   Thu Nov 24 03:13:23 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - ported bug fix from r10562
| | |      - fixed some alias and results bugs
| | |      - mosfile 30 of 155 failed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/results/simulation_result.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_empty.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.h
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/dassl.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit 16f170237709150f1c59e6e7d50ac08c3a59db42
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 23 13:15:34 2011 +0000
| | | 
| | |     - function to check if a list has exactly one element.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/List.mo
| | | 
| | * commit 4bdbbf3110b1a3894e20db121dab024095e4bd39
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 23 13:14:03 2011 +0000
| | | 
| | |     - remove commented code as is no longer needed (already present in Types).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | 
| | * commit 5c0e49df215d8df651b7becb0dc003475d9d2bb2
| | | Author: Willi Braun 
| | | Date:   Wed Nov 23 10:19:40 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - added dassl support
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/solver/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/solver/Makefile.common
| | | A	SimulationRuntime/c/simulation/solver/dassl.c
| | | A	SimulationRuntime/c/simulation/solver/dassl.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit f57a34db519937823cfe3545317bcaad8c25b680
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 22 08:54:39 2011 +0000
| | | 
| | |     Fixes for BUG: #1652
| | |     
| | |     - fixes for bug: https://openmodelica.org:8443/cb/issue/1652
| | |     - added writeParameterData() to the simulation_result to be called after the
| | |       initialization to write the correct parameter values to the .mat result file.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10562 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result.h
| | | M	c_runtime/simulation_result_csv.h
| | | M	c_runtime/simulation_result_empty.h
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | M	c_runtime/simulation_result_plt.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit ff2eef6aa432a7b09cea9670aedff9178cce03b0
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 21 12:10:35 2011 +0000
| | | 
| | |     - Do not output #line 0 as it's disallowed by clang
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 35884404e54c8239b943f733d6987b4d9bf59aa0
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 19 16:43:05 2011 +0000
| | | 
| | |     Error.mo
| | |     - typo fix
| | |     
| | |     DAEUtil.mo
| | |     - better error messages
| | |     
| | |     Inst.mo
| | |     - sort innerouter after the element dependency analysis
| | |     - add record constructors that are function inputs to the DAE (IdealGasH2O now compiles but has dassl issues)
| | |     - speedup Inst.makeFullyQualified a bit
| | |     
| | |     InstExtends.mo
| | |     - more fix* calls which were missed
| | |     
| | |     Interactive.mo
| | |     - use System.get/setPartialInst instead of RTOpts debug flags as they are REALLY slow
| | |     - this will speed up the MSL query for qt & java clients a bit.
| | |     
| | |     SimCodeC.tpl
| | |     - use -O0 when running the testsuite.
| | |     
| | |     Derive.mo
| | |     - better printout for derivative function error message
| | |     
| | |     testsuite/
| | |     - update tests (more record constructors now)
| | |     - add one more to Media simulation and 2 more to Fluid flattening
| | |     
| | |     mingw makefiles
| | |     - use wget (will be replaced by svn put into OMDev later)
| | |       to fetch revision number and put it part of the OMC version
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/config.h
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Makefile.common
| | | 
| | * commit a3f224d140ec8e407335443b33328cf9d511d781
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 19 12:21:39 2011 +0000
| | | 
| | |     - update a bit the omi_Calculation.cpp with things that are done before callSolver.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | 
| | * commit d088e81a28ce79247faf223c4fde442edfb9af95
| | | Author: Federico Bergero 
| | | Date:   Fri Nov 18 17:48:49 2011 +0000
| | | 
| | |     Removing stand alone solver from the runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/solver_qss/cross_detector.cpp
| | | M	c_runtime/solver_qss/integrator.cpp
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | M	c_runtime/solver_qss/static_function.cpp
| | | 
| | * commit 287ba6b0e82c1892325cff5f21409e091e0eceed
| | | Author: Federico Bergero 
| | | Date:   Fri Nov 18 17:43:07 2011 +0000
| | | 
| | |     Updating code for QSS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | 
| | * commit fc230f8782e7c8e85e2f19a77e7587d53f865257
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 18 14:26:31 2011 +0000
| | | 
| | |     - add fmiclean target.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit c78aeee86edd2f4ed47caf048e6caed9aded4100
| | | Author: Per Östlund 
| | | Date:   Fri Nov 18 14:07:55 2011 +0000
| | | 
| | |     - Changed List.filter*OnTrue and List.removeOnTrue to fail if the given
| | |       functions fails.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/List.mo
| | | 
| | * commit 4c3edef3e284a277505128c1d50dd298a68e1896
| | | Author: Per Östlund 
| | | Date:   Fri Nov 18 13:45:11 2011 +0000
| | | 
| | |     - Fix broken compilation due to r10543.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit bfecc2a200eb2ca038972eb308ab6f995605b6bf
| | | Author: Niklas Worschech 
| | | Date:   Fri Nov 18 12:21:20 2011 +0000
| | | 
| | |     Extended cpp code generation for Modelica Tables
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp
| | | M	SimulationRuntime/cpp/Source/SimManager/Configuration.cpp
| | | M	SimulationRuntime/cpp/Source/SimManager/Main.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h
| | | 
| | * commit 56f15b75c2a184f7cee31b0632d7e82e31216202
| | | Author: Willi Braun 
| | | Date:   Fri Nov 18 12:00:06 2011 +0000
| | | 
| | |     #1651
| | |      - fixed Bug [#1651]
| | |      - added test case
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 114161ff73376df55f24892f38942250a952a47a
| | | Author: Willi Braun 
| | | Date:   Fri Nov 18 10:19:13 2011 +0000
| | | 
| | |      - fixed compiling error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/interactive/omi_ServiceInterface.cpp
| | | 
| | * commit 927a7d35c608834fe2e65e4a6b87ba9d228c7f79
| | | Author: Willi Braun 
| | | Date:   Fri Nov 18 03:08:11 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |      - switched completely to new structure
| | |      - adjusted solver(rungekutta, euler), eventHandling, input and results
| | |      - changed rotation direction of the ringbuffer
| | |      remains TODO: initialization, dassl, algebraic systems, minor bugfixes
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/list.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_modelinfo.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/error.c
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit eea2f4eed9e05e0f00d2fcd1193172c8bfc80e82
| | | Author: Willi Braun 
| | | Date:   Thu Nov 17 02:28:41 2011 +0000
| | | 
| | |     [newSimulationRuntime]
| | |             - fixed csv output
| | |       - fixed lookup in ringbuffer
| | |             - fixed solver(euler,rungekutta)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit 7ecc74d8dd62c7c3722aefd4137f30cecdfa72ab
| | | Author: Willi Braun 
| | | Date:   Wed Nov 16 22:04:42 2011 +0000
| | | 
| | |     - revert r10533 it break the fmi testsuite and anyway it overwrites many correct fixes!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	FMI/import/source/fmuModelica.h
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/fmuWrapper.h
| | | D	FMI/import/source/generator.mak
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/moGenerator.h
| | | M	FMI/import/source/xmlparser.c
| | | M	FMI/import/source/xmlparser.h
| | | 
| | * commit 99518f2284c77979c025864fdbeeba97db55c8d9
| | | Author: Wuzhu Chen 
| | | Date:   Wed Nov 16 20:02:11 2011 +0000
| | | 
| | |     -- some bug fixes
| | |     -- new functionalities for parsing model description file
| | |     -- some warning messages removal
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	FMI/import/source/fmuModelica.h
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/fmuWrapper.h
| | | A	FMI/import/source/generator.mak
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/moGenerator.h
| | | M	FMI/import/source/stack.h
| | | M	FMI/import/source/xmlparser.c
| | | M	FMI/import/source/xmlparser.h
| | | 
| | * commit 0af1212e934f1a37ac3c69ea3656e6552921612e
| | | Author: Willi Braun 
| | | Date:   Wed Nov 16 17:33:08 2011 +0000
| | | 
| | |     [newSimulationruntimeC] - setup the solver_main to work on new data structure
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit 97349d63bf90821f2f2baf8e043e8670499569fc
| | | Author: Lennart Ochel 
| | | Date:   Wed Nov 16 12:17:10 2011 +0000
| | | 
| | |     - provide lookup for ringbuffer
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.h
| | | 
| | * commit 4e96a46acb91380bad05a0f4a0f1a53e9745df11
| | | Author: Willi Braun 
| | | Date:   Wed Nov 16 03:06:05 2011 +0000
| | | 
| | |      - updated FMI import and moved fmu to test suite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/moGenerator.h
| | | 
| | * commit 2c4aa8cea702c9db5cdbc228d5b309ab56002b63
| | | Author: Willi Braun 
| | | Date:   Tue Nov 15 17:07:58 2011 +0000
| | | 
| | |     [newSimulationRuntime] -added support to read all static varinfo data from xml file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit 2c4b496d67582aa4e2e47ff76ca40de709c6da97
| | | Author: Adeel Asghar 
| | | Date:   Tue Nov 15 14:09:34 2011 +0000
| | | 
| | |     - testcases and getDocumentationAnnotation fixed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit b61ff1efdcf05164a8704c2be8ea1b0a042baebe
| | | Author: Adeel Asghar 
| | | Date:   Tue Nov 15 12:11:12 2011 +0000
| | | 
| | |     - getDocumentationAnnotation returns {"info","revision"} with info as the first element and revision as the second always.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 9cfa56cef8e3416c024743bb7db2311fe6f3edf7
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 15 10:44:30 2011 +0000
| | | 
| | |     - include the modifiers and dimensions in the dependency analysis in Inst.instElementList
| | |     - move annotation checking functions from DAEUtil to SCode.
| | |     - convert type of the Value in the binding if needed (to get rid of things like min = 0, instead of min = 0.0)
| | |     - in partial instantiation disregard parameters, instantiate only constants.
| | |     - rename the really bad name "subs" to restCref in Static.elabCrefSubs.
| | |     - clear errors when loadingFileInteractiveQualified API and parseFile API
| | |     - added vaporizing.mo test
| | |     
| | |     - a LOT of tests have changed
| | |     - small fixes to tools/validatetest/validatetest.pl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Util.mo
| | | M	Makefile.common
| | | M	tools/validatetest/validatetest.pl
| | | 
| | * commit f17c30eb787565d729f61309f038e5275b249fdd
| | | Author: Adeel Asghar 
| | | Date:   Tue Nov 15 10:18:33 2011 +0000
| | | 
| | |     - Documentation annotation fixes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 8b1653135cf06edca587f19e88a6c9928f5e253e
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 15 09:44:12 2011 +0000
| | | 
| | |     - Avoid stack overflow in all CORBA calls
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 0bda1359c7f6f669b56fc9e9cb71d6da94d7fb81
| | | Author: Jens Frenkel 
| | | Date:   Tue Nov 15 09:15:29 2011 +0000
| | | 
| | |     - copy fix from r10507 to SimulationRuntime/c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/util/memory_pool.c
| | | 
| | * commit cfa3f1d6cc0d74dc73533ca705b035e73688ff1e
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 15 07:21:06 2011 +0000
| | | 
| | |     - check for connect(A, A), give a warning and ignore it! (a model from VI-Grade contained something like this).
| | |     - added testsuite/mofiles/ConnectTheSameConnector.mo to test it.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 1c702b44efae0e38a4ba51bdc24d9f795a479d7a
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 15 05:33:44 2011 +0000
| | | 
| | |     - last resort fixes for the memory_pool.c (to get the fmi not to crash when calling stuff from the generated dll).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/memory_pool.c
| | | 
| | * commit 61d7295d500d3bfd8ea531e75cfc990b8690bbf3
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 14 15:48:51 2011 +0000
| | | 
| | |     - Added getClassNamesRecursive(void) API call
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit a4502e86c1fb9e20656610ea48653667073c217a
| | | Author: Jens Frenkel 
| | | Date:   Mon Nov 14 12:35:17 2011 +0000
| | | 
| | |     - finish results implemention based on new data structure
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/sendData/sendData.cpp
| | | M	SimulationRuntime/c/sendData/sendData.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit af1c551e839e03c1e64f3edd91a29ce198b81d58
| | | Author: Adeel Asghar 
| | | Date:   Mon Nov 14 12:16:15 2011 +0000
| | | 
| | |     - Create sections for documentation. So we know which HTML section belongs to info and revisions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 37c2ae568eea75b3b2d863b577bfddab17e7d2a8
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 14 11:02:29 2011 +0000
| | | 
| | |     - Use the resul*t*s instead of the resuls
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/results/Makefile.in
| | | 
| | * commit 3bae6aa7553669bdc118bb5e5c2c093eb7360b87
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 14 10:58:41 2011 +0000
| | | 
| | |     - Don't #include  as there is no such thing on some platforms...
| | |       - Use stdlib.h from the C standard instead
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | 
| | * commit d9b8b1887bd58aafe46608ade92076e96f21e64f
| | | Author: Wuzhu Chen 
| | | Date:   Mon Nov 14 07:59:03 2011 +0000
| | | 
| | |     -- more tested FMU examples
| | |     -- fixed of bugs
| | |     -- test version under windows
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	FMI/import/windows/source/fmiModelFunctions.h
| | | A	FMI/import/windows/source/fmiModelTypes.h
| | | A	FMI/import/windows/source/fmuModelica.h
| | | A	FMI/import/windows/source/fmuModelica.tmp
| | | A	FMI/import/windows/source/fmuWrapper.c
| | | A	FMI/import/windows/source/fmuWrapper.h
| | | A	FMI/import/windows/source/generator.mak
| | | A	FMI/import/windows/source/moGenerator.c
| | | A	FMI/import/windows/source/moGenerator.h
| | | A	FMI/import/windows/source/stack.c
| | | A	FMI/import/windows/source/stack.h
| | | A	FMI/import/windows/source/xmlparser.c
| | | A	FMI/import/windows/source/xmlparser.h
| | | 
| | * commit 606d2f12dd0f1bd62661cb03cd8faf0e29ad82f6
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 13 23:06:23 2011 +0000
| | | 
| | |     - update simulation resutls (TODO mat,plt)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/simulation/results/simulation_result.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_csv.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_empty.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_mat.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit d744768ab91f659c725545a5b8be1c5b135a1287
| | | Author: Lennart Ochel 
| | | Date:   Sun Nov 13 22:47:46 2011 +0000
| | | 
| | |     - update_DAEsystem() -> update_DAEsystem(_X_DATA *data)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | 
| | * commit 52e023a107d06d74e7c8b2b177a3f5bb6da85562
| | | Author: Lennart Ochel 
| | | Date:   Sun Nov 13 22:38:42 2011 +0000
| | | 
| | |     - _X_DATA-initialization update
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit 31c4f1a1237c5771acc3f018c372595cf4dce0b6
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 13 22:18:49 2011 +0000
| | | 
| | |     - bugfix parameter value definition
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit 0f826323e72f7980462bdc96aa14125d14fdd5d6
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 13 21:52:54 2011 +0000
| | | 
| | |     - set variable filter for _X_DATA
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit ab1b03bbd7d4d5554efb8217546273aeaa07b3a7
| | | Author: Lennart Ochel 
| | | Date:   Sun Nov 13 21:03:46 2011 +0000
| | | 
| | |     - _X_DATA-initialization update
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/initialization.h
| | | 
| | * commit be22ddccc72e47b521309a3edde74b6d91055832
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 13 20:14:50 2011 +0000
| | | 
| | |     - add _X_DATA to functiondefinitions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/solver/dopri45.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/interactive/omi_ServiceInterface.cpp
| | | 
| | * commit 242ad1eb255b42eaa0eb24ec8e5bb90710b6ca4a
| | | Author: Willi Braun 
| | | Date:   Sun Nov 13 18:34:36 2011 +0000
| | | 
| | |     [newSimulationRuntime] - for now deactivated DASSL to rewrite solver_main
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/dopri45.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/interactive/omi_ServiceInterface.cpp
| | | 
| | * commit d4c46955534ee30025e25096ff50b3e9f5dd6d6c
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 13 17:06:00 2011 +0000
| | | 
| | |     - rename deInitializeDataStruc -> callExternalObjectDestructors
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | 
| | * commit 735368b2baf8b86d300e108fd61399928eee8feb
| | | Author: Lennart Ochel 
| | | Date:   Sun Nov 13 15:44:51 2011 +0000
| | | 
| | |     - continue using new simulation_data struct in initialization
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit 4842db01b1292947c618833973e52fd677a954af
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 13 15:27:01 2011 +0000
| | | 
| | |     - do not use this very good vararg macro
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.c
| | | M	SimulationRuntime/c/linearization/linearize.cpp
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/omc_msvc.h
| | | M	SimulationRuntime/c/simulation/results/read_matlab4.c
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_modelinfo.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit b307ca9a5dc81c5e7ee404e3fc14a2bb7c2313fe
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 13 14:50:08 2011 +0000
| | | 
| | |     - make clean now does not run the depend command
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | 
| | * commit 8f16f7b934b1c75ff4ff094e6d2ac801424cd530
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 13 05:16:00 2011 +0000
| | | 
| | |     - update bltdump
| | |     - fix fmu generation for multiple backendaes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit 92510be84895e9fe62d3df4112779389257f3902
| | | Author: Willi Braun 
| | | Date:   Sun Nov 13 04:57:04 2011 +0000
| | | 
| | |      [newSimulationRuntimeC] -added static data from xml-file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | M	SimulationRuntime/c/simulation/simulation_input_xml.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/interactive/omi_ServiceInterface.cpp
| | | 
| | * commit a28ccf94b7b5fe8cbd38e21382313245e28c232b
| | | Author: Lennart Ochel 
| | | Date:   Sun Nov 13 02:49:59 2011 +0000
| | | 
| | |     - start to use new simulatio_data struct in initialization
| | |     - fixed log-messages
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/initialization.h
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit 18af01166bdd801b060dca31537879814500ee63
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 13 00:38:02 2011 +0000
| | | 
| | |     - bugfix tables read csv file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.c
| | | 
| | * commit 57d142b8bdc64dc32d2e2875b7d7a2b477f2f817
| | | Author: Jens Frenkel 
| | | Date:   Sat Nov 12 21:45:42 2011 +0000
| | | 
| | |     - bugfix tables.c
| | |     - try to implement csv file support
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.c
| | | 
| | * commit 7cdb59b88bc9090d98ed4cd7a1c4540e6539237c
| | | Author: Lennart Ochel 
| | | Date:   Sat Nov 12 20:03:08 2011 +0000
| | | 
| | |     - add some debug-outputs
| | |     - fix deleted else in simulation_runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/delay.h
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/initialization.c
| | | M	SimulationRuntime/c/math-support/initialization.h
| | | M	SimulationRuntime/c/math-support/list.c
| | | M	SimulationRuntime/c/math-support/list.h
| | | M	SimulationRuntime/c/math-support/matrix.h
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit 3fc4fe3838b510eb1bbf1a9bacc4d5b47485d890
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 12 18:39:37 2011 +0000
| | | 
| | |     - show the number of failed models and the models that failed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 19fc8eef2490df63bd11fd5de0b8908e073da215
| | | Author: Jens Frenkel 
| | | Date:   Sat Nov 12 18:19:52 2011 +0000
| | | 
| | |     - bugfix mercurial mingw error for static arrays
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/solver/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/solver/dopri45.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit 8a022491d633da6251c41278bb74f7ed0cff04d8
| | | Author: Willi Braun 
| | | Date:   Sat Nov 12 17:59:25 2011 +0000
| | | 
| | |     [NewSimulationRuntimec] - added ASSERTS for calloc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit f0bc1d04d5d0049d4e908755a372a58e5306fe8c
| | | Author: Willi Braun 
| | | Date:   Sat Nov 12 17:39:07 2011 +0000
| | | 
| | |     - [newSimulationRuntime] - fixed bug in initial DASSL Data
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/solver/solver_main.c
| | | 
| | * commit 90731d39b97bc55757652918d21a52aec874796d
| | | Author: Willi Braun 
| | | Date:   Sat Nov 12 17:29:03 2011 +0000
| | | 
| | |     - changed max and min to fmax and fmin
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/solver/dopri45.c
| | | 
| | * commit 5c9bf5afb40433274a1cf1e7281eca238758babb
| | | Author: Willi Braun 
| | | Date:   Sat Nov 12 16:43:27 2011 +0000
| | | 
| | |     - changed solver_main to c
| | |     - added a lot of bugfixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.common
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | A	SimulationRuntime/c/simulation/solver/Makefile.common
| | | M	SimulationRuntime/c/simulation/solver/Makefile.in
| | | A	SimulationRuntime/c/simulation/solver/dopri45.c
| | | A	SimulationRuntime/c/simulation/solver/dopri45.h
| | | A	SimulationRuntime/c/simulation/solver/solver_main.c
| | | D	SimulationRuntime/c/simulation/solver/solver_main.cpp
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | 
| | * commit 59171cd23ef3f7000d8f5cfec34770e34d2e9f4f
| | | Author: Lennart Ochel 
| | | Date:   Sat Nov 12 15:35:54 2011 +0000
| | | 
| | |     - bugfix in error.h
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.h
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit 2e56a5bd57f63115d04d8dda98d9f2a99d1179c5
| | | Author: Jens Frenkel 
| | | Date:   Sat Nov 12 14:32:04 2011 +0000
| | | 
| | |     - add header to some Makefiles
| | |     - us ld for long int
| | |     - tables.cpp -> c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt
| | | A	SimulationRuntime/c/ModelicaExternalC/Makefile.common
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | M	SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c
| | | R077	SimulationRuntime/c/ModelicaExternalC/tables.cpp	SimulationRuntime/c/ModelicaExternalC/tables.c
| | | A	SimulationRuntime/c/inline.h
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/openmodelica.h
| | | 
| | * commit f976eff65df6425d062a420b56485aeb48d0e2fe
| | | Author: Lennart Ochel 
| | | Date:   Sat Nov 12 13:06:59 2011 +0000
| | | 
| | |     - bugfix in list
| | |     - introduce type-free list
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/math-support/events.h
| | | M	SimulationRuntime/c/math-support/list.c
| | | M	SimulationRuntime/c/math-support/list.h
| | | 
| | * commit 156e678c474064b56cca65040f630268537d9d1a
| | | Author: Willi Braun 
| | | Date:   Sat Nov 12 12:22:51 2011 +0000
| | | 
| | |      - update makefile for ModelicaExternalC
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | 
| | * commit a572f5b2575d8e7d717413bb2e31d0240a2cf5f5
| | | Author: Jens Frenkel 
| | | Date:   Sat Nov 12 11:20:44 2011 +0000
| | | 
| | |     - continue tables.cpp convert to c-style
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | 
| | * commit 45412eee20c61fa2adce70d0fe56fe2ba4d56514
| | | Author: Lennart Ochel 
| | | Date:   Sat Nov 12 11:08:50 2011 +0000
| | | 
| | |     - update delay
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/delay.c
| | | 
| | * commit ff4e6dab056c0cbeb5a2c794e6db275d8e8d55eb
| | | Author: Lennart Ochel 
| | | Date:   Sat Nov 12 11:05:36 2011 +0000
| | | 
| | |     - some error-output macros
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/util/error.c
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit 21b9b9787e7526cfe1fa511495509a60333f2bbf
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 12 07:50:06 2011 +0000
| | | 
| | |     - Unix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/interactive/Makefile.in
| | | 
| | * commit 3b0265509c6e203f686cab5d6b3b409c452d69b0
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 12 07:48:50 2011 +0000
| | | 
| | |     - Unix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.h
| | | M	SimulationRuntime/c/simulation/solver/Makefile.in
| | | M	SimulationRuntime/interactive/Makefile.in
| | | 
| | * commit c0278601a914e73fce1feaf7b13cdc4699a5df5d
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 12 00:14:42 2011 +0000
| | | 
| | |     - more fixes so it compiles.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | 
| | * commit 1ef7611e4cdaa3bc900cdd7adfe2774a03bed41e
| | | Author: Jens Frenkel 
| | | Date:   Sat Nov 12 00:00:58 2011 +0000
| | | 
| | |     - start to convert tables to c-style
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/ModelicaTablesImpl.c
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.h
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | 
| | * commit c13417ad2ef08bbd79e8f9cb26f280884169c248
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 11 23:43:13 2011 +0000
| | | 
| | |     - make the new sim runtime C at least compilable.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | 
| | * commit f8e50e19fef0f22c7d401927e7cc2082709a0d61
| | | Author: Lennart Ochel 
| | | Date:   Fri Nov 11 20:53:06 2011 +0000
| | | 
| | |     - some utility functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/delay.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/util/error.c
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit f7ef6355bc86f3e3b1562622379a0b520c4180d2
| | | Author: Lennart Ochel 
| | | Date:   Fri Nov 11 20:43:22 2011 +0000
| | | 
| | |     - adjust makefile for interactive
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/interactive/omi_Calculation.cpp
| | | 
| | * commit 68ea632b2ea6414076fb7446c68ef230b09b3b41
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 19:01:39 2011 +0000
| | | 
| | |     - update cmake files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | 
| | * commit 41a821879b316e6be57bb9237e661f5b5a42a21b
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 18:54:01 2011 +0000
| | | 
| | |     - update cmake files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | 
| | * commit 5078739a2cd625911728351ed721a4775cd4aa34
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 18:53:34 2011 +0000
| | | 
| | |     - update cmake files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/Makefile.in
| | | M	SimulationRuntime/c/sendData/CMakeLists.txt
| | | 
| | * commit b635c344ec8c21552d8b88f23edf7b1e5eb687fc
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 17:38:03 2011 +0000
| | | 
| | |     - use ${CMAKE_CURRENT_SOURCE_DIR}
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | 
| | * commit 679f18da3f444ce6d3c73a3fe1a6482d8d0bd12d
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 17:34:29 2011 +0000
| | | 
| | |     - add nosendData
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/sendData/CMakeLists.txt
| | | A	SimulationRuntime/c/sendData/nosendData.cpp
| | | M	SimulationRuntime/c/sendData/sendData.h
| | | M	SimulationRuntime/c/simulation/CMakeLists.txt
| | | 
| | * commit eaba34907720339aec867a15101064a4de346c5c
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 17:07:57 2011 +0000
| | | 
| | |     - sendata CMAKE build not sendata if QT is not Found
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/sendData/CMakeLists.txt
| | | 
| | * commit dc05031478a804b0314fa9ee0835f76e93f9120d
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 17:02:43 2011 +0000
| | | 
| | |     - sendata CMAKE build not sendata if QT is not Found
| | |     - bufgix solver_main
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/sendData/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/solver/solver_main.cpp
| | | 
| | * commit f37c42a039a3fa92971aeda84477b4244dacb5d4
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 16:56:58 2011 +0000
| | | 
| | |     - function predefinition
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit f15b1a782f77425140a771cb55d53734ca2fee47
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 16:55:55 2011 +0000
| | | 
| | |     - events: do not free if not malloc
| | |     - error msg style
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/events.c
| | | M	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit fde99a0b4c43484d0233f988a147d1cd9899aa6e
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 11 16:50:08 2011 +0000
| | | 
| | |     - fixed memory pool (init states both in the generated code and in the executable!).
| | |     - do not cat the testsuite-trace.txt as it can be very large and kill eclipse.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Makefile.common
| | | M	c_runtime/memory_pool.c
| | | 
| | * commit 310f22c3ef5e82fdcb86fd914e6d4751fc713d6c
| | | Author: Lennart Ochel 
| | | Date:   Fri Nov 11 16:41:10 2011 +0000
| | | 
| | |     - renamed some math-support files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/math-support/CMakeLists.txt
| | | M	SimulationRuntime/c/math-support/Makefile.common
| | | R099	SimulationRuntime/c/math-support/simulation_delay.c	SimulationRuntime/c/math-support/delay.c
| | | R096	SimulationRuntime/c/math-support/simulation_delay.h	SimulationRuntime/c/math-support/delay.h
| | | R099	SimulationRuntime/c/math-support/simulation_events.c	SimulationRuntime/c/math-support/events.c
| | | R098	SimulationRuntime/c/math-support/simulation_events.h	SimulationRuntime/c/math-support/events.h
| | | R099	SimulationRuntime/c/math-support/simulation_init.c	SimulationRuntime/c/math-support/initialization.c
| | | R096	SimulationRuntime/c/math-support/simulation_init.h	SimulationRuntime/c/math-support/initialization.h
| | | M	SimulationRuntime/c/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/math-support/ringbuffer.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | 
| | * commit 3ab735ad1a96596bcaac50b148c4c9abd95dbed1
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 16:24:24 2011 +0000
| | | 
| | |     - bufix missing link
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/error.h
| | | 
| | * commit 018a1ee226e0d068b97c6d55ec093646ecb30a7d
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 16:21:56 2011 +0000
| | | 
| | |     - add Makefile.common
| | |     - use longjump in simulation_main
| | |     - start with _X_DATA
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/simulation/CMakeLists.txt
| | | A	SimulationRuntime/c/simulation/Makefile.common
| | | M	SimulationRuntime/c/simulation/Makefile.in
| | | M	SimulationRuntime/c/simulation/results/Makefile.in
| | | A	SimulationRuntime/c/simulation/simulation_data.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/CMakeLists.txt
| | | A	SimulationRuntime/c/util/Makefile.common
| | | M	SimulationRuntime/c/util/Makefile.in
| | | A	SimulationRuntime/c/util/error.c
| | | A	SimulationRuntime/c/util/error.h
| | | 
| | * commit 2acad3995345cca8a58858eaaa80209abd3d25e8
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 11 15:21:47 2011 +0000
| | | 
| | |     - M.E.D.E.Adder4 now compiles
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit ef52124d3d43b8839a578ef7d588681061d1fbde
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 11 14:29:52 2011 +0000
| | | 
| | |     - Some fixes for parameter enumerations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit 2e9be046d5136d4a16786489f16ca223a0dd16a1
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 11 13:57:38 2011 +0000
| | | 
| | |     - Unix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/Makefile.in
| | | 
| | * commit 7fc7cf5e069ab2b38148b78a547c840e00c439f6
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 11 13:56:55 2011 +0000
| | | 
| | |     - Use the configured CXX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/Makefile.in
| | | 
| | * commit 3d3facc86268e1f11bb0af48d43dea47eca5f956
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 11 13:55:49 2011 +0000
| | | 
| | |     - Configure fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c766a7cb1bcfe6f77c13f4eb4a40949b4a87fd39
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 12:38:22 2011 +0000
| | | 
| | |     - fix compilation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/list.c
| | | 
| | * commit 25cab052515db4cc00837cb4b5c57eb694128eb1
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 12:26:14 2011 +0000
| | | 
| | |     - make list usersave ;)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/list.c
| | | M	SimulationRuntime/c/math-support/list.h
| | | M	SimulationRuntime/c/math-support/simulation_events.c
| | | M	SimulationRuntime/c/math-support/simulation_events.h
| | | 
| | * commit e647c8d91d4974d07036757e0025f0752c9654bf
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 11:41:34 2011 +0000
| | | 
| | |     - Bugfix MakeFile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/math-support/Makefile.in
| | | 
| | * commit 69c783c7b1164344f555076d158b6f61a6b1c039
| | | Author: Per Östlund 
| | | Date:   Fri Nov 11 11:37:37 2011 +0000
| | | 
| | |     - Moved global root indices to Global.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Global/Global.mo
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit b0290130a7b79b094da1785a680048f81c86dac7
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 11:32:50 2011 +0000
| | | 
| | |     - update CMakeFiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/CMakeLists.txt
| | | 
| | * commit 3558e157005d0868b4ea6de778bdb7dfe63fb4b4
| | | Author: Lennart Ochel 
| | | Date:   Fri Nov 11 11:22:15 2011 +0000
| | | 
| | |     - moved math-support
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | R100	SimulationRuntime/c/simulation/math-support/CMakeLists.txt	SimulationRuntime/c/math-support/CMakeLists.txt
| | | R059	SimulationRuntime/c/simulation/math-support/Makefile.in	SimulationRuntime/c/math-support/Makefile.common
| | | A	SimulationRuntime/c/math-support/Makefile.in
| | | R100	SimulationRuntime/c/simulation/math-support/bigden.c	SimulationRuntime/c/math-support/bigden.c
| | | R100	SimulationRuntime/c/simulation/math-support/biglag.c	SimulationRuntime/c/math-support/biglag.c
| | | R100	SimulationRuntime/c/simulation/math-support/blaswrap.h	SimulationRuntime/c/math-support/blaswrap.h
| | | R100	SimulationRuntime/c/simulation/math-support/dgesv_aux.c	SimulationRuntime/c/math-support/dgesv_aux.c
| | | R100	SimulationRuntime/c/simulation/math-support/dogleg.c	SimulationRuntime/c/math-support/dogleg.c
| | | R100	SimulationRuntime/c/simulation/math-support/dpmpar.c	SimulationRuntime/c/math-support/dpmpar.c
| | | R100	SimulationRuntime/c/simulation/math-support/enorm.c	SimulationRuntime/c/math-support/enorm.c
| | | R100	SimulationRuntime/c/simulation/math-support/fdjac1.c	SimulationRuntime/c/math-support/fdjac1.c
| | | R100	SimulationRuntime/c/simulation/math-support/hybrd.c	SimulationRuntime/c/math-support/hybrd.c
| | | R100	SimulationRuntime/c/simulation/math-support/hybrd1.c	SimulationRuntime/c/math-support/hybrd1.c
| | | R100	SimulationRuntime/c/simulation/math-support/hybrj.c	SimulationRuntime/c/math-support/hybrj.c
| | | R100	SimulationRuntime/c/simulation/math-support/list.c	SimulationRuntime/c/math-support/list.c
| | | R100	SimulationRuntime/c/simulation/math-support/list.h	SimulationRuntime/c/math-support/list.h
| | | R100	SimulationRuntime/c/simulation/math-support/lsame.c	SimulationRuntime/c/math-support/lsame.c
| | | R100	SimulationRuntime/c/simulation/math-support/matrix.h	SimulationRuntime/c/math-support/matrix.h
| | | R100	SimulationRuntime/c/simulation/math-support/nelmead.c	SimulationRuntime/c/math-support/nelmead.c
| | | R100	SimulationRuntime/c/simulation/math-support/newuoa.c	SimulationRuntime/c/math-support/newuoa.c
| | | R100	SimulationRuntime/c/simulation/math-support/newuob.c	SimulationRuntime/c/math-support/newuob.c
| | | R100	SimulationRuntime/c/simulation/math-support/qform.c	SimulationRuntime/c/math-support/qform.c
| | | R100	SimulationRuntime/c/simulation/math-support/qrfac.c	SimulationRuntime/c/math-support/qrfac.c
| | | R100	SimulationRuntime/c/simulation/math-support/r1mpyq.c	SimulationRuntime/c/math-support/r1mpyq.c
| | | R100	SimulationRuntime/c/simulation/math-support/r1updt.c	SimulationRuntime/c/math-support/r1updt.c
| | | R100	SimulationRuntime/c/simulation/math-support/ringbuffer.c	SimulationRuntime/c/math-support/ringbuffer.c
| | | R100	SimulationRuntime/c/simulation/math-support/ringbuffer.h	SimulationRuntime/c/math-support/ringbuffer.h
| | | R100	SimulationRuntime/c/simulation/math-support/simulation_delay.c	SimulationRuntime/c/math-support/simulation_delay.c
| | | R100	SimulationRuntime/c/simulation/math-support/simulation_delay.h	SimulationRuntime/c/math-support/simulation_delay.h
| | | R100	SimulationRuntime/c/simulation/math-support/simulation_events.c	SimulationRuntime/c/math-support/simulation_events.c
| | | R100	SimulationRuntime/c/simulation/math-support/simulation_events.h	SimulationRuntime/c/math-support/simulation_events.h
| | | R100	SimulationRuntime/c/simulation/math-support/simulation_init.c	SimulationRuntime/c/math-support/simulation_init.c
| | | R100	SimulationRuntime/c/simulation/math-support/simulation_init.h	SimulationRuntime/c/math-support/simulation_init.h
| | | R100	SimulationRuntime/c/simulation/math-support/trsapp.c	SimulationRuntime/c/math-support/trsapp.c
| | | R100	SimulationRuntime/c/simulation/math-support/update.c	SimulationRuntime/c/math-support/update.c
| | | 
| | * commit 925266a2d26774ac26c1f9ee9c0845c08b4d5c6c
| | | Author: Lennart Ochel 
| | | Date:   Fri Nov 11 11:04:49 2011 +0000
| | | 
| | |     - first try of defining new structs for simulation datas
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/openmodelica.h
| | | A	SimulationRuntime/c/simulation_data.h
| | | M	SimulationRuntime/c/util/modelica.h
| | | 
| | * commit 9795f9862956e39e875170480cd1210eda4870f5
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 11 10:34:38 2011 +0000
| | | 
| | |     - Clean compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 3d57a3000652c8de9e1788ab78f5c165394c93b3
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 10:30:55 2011 +0000
| | | 
| | |     - ged rid of sum waring
| | |     - use time to call storeDelayedExpression, so globalData is not needed in simulation_delay
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin.c
| | | M	SimulationRuntime/c/meta/meta_modelica_real.c
| | | M	SimulationRuntime/c/simulation/math-support/simulation_delay.c
| | | M	SimulationRuntime/c/simulation/math-support/simulation_delay.h
| | | M	SimulationRuntime/c/simulation/results/read_matlab4.c
| | | M	c_runtime/matrix.h
| | | 
| | * commit 7530c3bc264065e76fefa29eb1b8426b5db42bda
| | | Author: Niklas Worschech 
| | | Date:   Fri Nov 11 09:45:16 2011 +0000
| | | 
| | |     Added code generation for extern functions Functions.h in cpp template
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit d8afd1f0b5ccb965412cd434d61367b5dd8ab16f
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 09:33:33 2011 +0000
| | | 
| | |     - get rid of some warings (mostly size of data type not equal)
| | |     - clear includes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/util/boolean_array.c
| | | M	SimulationRuntime/c/util/division.c
| | | M	SimulationRuntime/c/util/integer_array.c
| | | M	SimulationRuntime/c/util/java_interface.c
| | | M	SimulationRuntime/c/util/memory_pool.c
| | | M	SimulationRuntime/c/util/real_array.c
| | | M	SimulationRuntime/c/util/real_array.h
| | | M	SimulationRuntime/c/util/string_array.c
| | | M	SimulationRuntime/c/util/string_array.h
| | | 
| | * commit 0327ac93df0b0cec752df12282e9bfd0a3111a0b
| | | Author: Per Östlund 
| | | Date:   Fri Nov 11 08:29:23 2011 +0000
| | | 
| | |     - Removed inline for alloc_elements in memory_pool.c, for clang compatibility.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/memory_pool.c
| | | 
| | * commit 1e3d8b1815e8ddd90eb9c83a0185438385782fb7
| | | Author: Per Östlund 
| | | Date:   Fri Nov 11 08:23:11 2011 +0000
| | | 
| | |     - Fixed mistake in DAEUtil.mergeSources.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit a6dd9ac3dd57725901aced8b71b5e128043619cf
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 03:58:29 2011 +0000
| | | 
| | |     - improve setTermMsg
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | 
| | * commit bd108c9009350077caa8b26256f09052298aa59a
| | | Author: Willi Braun 
| | | Date:   Fri Nov 11 03:39:01 2011 +0000
| | | 
| | |      - added some more fixes for Makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | M	SimulationRuntime/c/meta/Makefile.in
| | | M	SimulationRuntime/c/simulation/Makefile.in
| | | M	SimulationRuntime/c/simulation/math-support/Makefile.in
| | | M	SimulationRuntime/c/simulation/results/Makefile.in
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/util/Makefile.in
| | | 
| | * commit ba58cf645740eaf705fbec5898f7bd413be0ca3a
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 02:08:42 2011 +0000
| | | 
| | |     - bugfix list.c
| | |     - bugfix TermMsg
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/list.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | 
| | * commit 25be6da04f1406533f53364992bfc122b92d5e5e
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 01:40:13 2011 +0000
| | | 
| | |     - bugfix free
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/list.c
| | | 
| | * commit befd9e440f6def1d9876fefe02ae88f3bf5eb292
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 01:38:22 2011 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | 
| | * commit bceb1f8e04975b941405921b4e110471cab1e792
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 11 00:53:17 2011 +0000
| | | 
| | |     - bugfix c-standard
| | |     - add utility.h
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/openmodelica_func.h
| | | M	SimulationRuntime/c/simulation/math-support/matrix.h
| | | 
| | * commit 410231c0cd39426c00639287f3ce3d1ba8583e1c
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 22:00:13 2011 +0000
| | | 
| | |     - bugfix print debug
| | |     - assert to exit
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/list.h
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.c
| | | M	SimulationRuntime/c/util/modelica_string.c
| | | 
| | * commit 0b8e2513a3d5cdc20244901e60541d062a7cfb47
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 21:47:37 2011 +0000
| | | 
| | |     - bugfix list init in simulation_events
| | |     - bugfix TermMsg
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.c
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | 
| | * commit b704e31991981ee60ec30aeb68943bae85c888d8
| | | Author: Willi Braun 
| | | Date:   Thu Nov 10 21:37:17 2011 +0000
| | | 
| | |      - merged some fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/Makefile.in
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.c
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/util/integer_array.c
| | | M	SimulationRuntime/c/util/modelica_string.c
| | | 
| | * commit c5f5038dcdb3aa30ff2850f6f0a9c6df93d24fc9
| | | Author: Lennart Ochel 
| | | Date:   Thu Nov 10 20:49:22 2011 +0000
| | | 
| | |     - bugfix for initialization
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/simulation_delay.c
| | | M	SimulationRuntime/c/simulation/math-support/simulation_init.c
| | | M	SimulationRuntime/c/simulation/math-support/simulation_init.h
| | | 
| | * commit 595315e5bb0424cc92f65e76a71c3eb064b15fc9
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 10 19:55:37 2011 +0000
| | | 
| | |     - Add some equation info to the generated code
| | |       - Comment out some useless code :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	configure
| | | 
| | * commit c630f5ce36dc212dc44ab33e728e73b1b624aa29
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 19:08:49 2011 +0000
| | | 
| | |     - simulation_events.cpp -> c
| | |     - add list for simulation_events
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/math-support/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/math-support/Makefile.in
| | | A	SimulationRuntime/c/simulation/math-support/list.c
| | | A	SimulationRuntime/c/simulation/math-support/list.h
| | | R080	SimulationRuntime/c/simulation/math-support/simulation_events.cpp	SimulationRuntime/c/simulation/math-support/simulation_events.c
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | 
| | * commit a92e823667f9dcf2fde0dd5688604f477ed46b8e
| | | Author: Lennart Ochel 
| | | Date:   Thu Nov 10 17:33:19 2011 +0000
| | | 
| | |     a small fix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/simulation_delay.c
| | | 
| | * commit 128900d9fb6aed23253d6f93b6bc8f9ac99b98af
| | | Author: Christoph Höger 
| | | Date:   Thu Nov 10 16:54:00 2011 +0000
| | | 
| | |     Fix PHONY targets
| | |     
| | |     There were multiple 'clear' targets in the Makefiles,
| | |     this should have been 'clean'.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/Makefile.in
| | | M	SimulationRuntime/c/simulation/results/Makefile.in
| | | M	SimulationRuntime/c/simulation/solver/Makefile.in
| | | M	c_runtime/meta/Makefile.in
| | | 
| | * commit efb65ea9f42dfe29a39b8a36bf9ab22d7fbd24da
| | | Author: Lennart Ochel 
| | | Date:   Thu Nov 10 16:45:15 2011 +0000
| | | 
| | |     - .PHONY fix for makefiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/meta/Makefile.in
| | | M	SimulationRuntime/c/simulation/math-support/Makefile.in
| | | 
| | * commit 8e059bb4d9d06382360db435d2278e99df275a3d
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 16:10:10 2011 +0000
| | | 
| | |     - c-stile comments
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.cpp
| | | 
| | * commit 242bfaf270f1c11fc71d017f242bb31b81d977c1
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 16:02:05 2011 +0000
| | | 
| | |     - simulation_delay.cpp -> c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/CMakeLists.txt
| | | R068	SimulationRuntime/c/simulation/math-support/simulation_delay.cpp	SimulationRuntime/c/simulation/math-support/simulation_delay.c
| | | 
| | * commit 6aa3db78e5ee0977914178286fa06bf81478e849
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 15:50:50 2011 +0000
| | | 
| | |     - update CMakeFiles
| | |     - simulation_init.cpp -> simulation_init.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt
| | | M	SimulationRuntime/c/build_mingw_libs.bat
| | | M	SimulationRuntime/c/simulation/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/math-support/CMakeLists.txt
| | | R078	SimulationRuntime/c/simulation/math-support/simulation_init.cpp	SimulationRuntime/c/simulation/math-support/simulation_init.c
| | | M	SimulationRuntime/c/simulation/math-support/simulation_init.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.h
| | | 
| | * commit a9d22fbde724794e9d77c83ea5ce90f46117a2b7
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 14:02:58 2011 +0000
| | | 
| | |     - bugfix mscv
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | 
| | * commit 1a75e6dc68d04524ca9ec0ecc22b0cc9435e4eee
| | | Author: Lennart Ochel 
| | | Date:   Thu Nov 10 13:45:37 2011 +0000
| | | 
| | |     - conert ringbuffer from cpp to c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/Makefile.in
| | | A	SimulationRuntime/c/simulation/math-support/ringbuffer.c
| | | M	SimulationRuntime/c/simulation/math-support/ringbuffer.h
| | | M	SimulationRuntime/c/simulation/math-support/simulation_delay.cpp
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/ringbuffer.c
| | | M	c_runtime/ringbuffer.h
| | | M	c_runtime/simulation_delay.cpp
| | | 
| | * commit 77d3ba76bb001ec9507dd1bc50e6dbf7ec270bfa
| | | Author: Niklas Worschech 
| | | Date:   Thu Nov 10 10:43:25 2011 +0000
| | | 
| | |     Added fix from Adrian for ModelicaTables to cpp runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Source/ModelicaExternalC/tables.cpp
| | | 
| | * commit 880e4f0ec9021bf0283746c1973c7565c7e37870
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 10:38:48 2011 +0000
| | | 
| | |     - add CMakeFiles to SimulationRuntime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/CMakeLists.txt
| | | A	SimulationRuntime/c/CMakeLists.txt
| | | M	SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt
| | | M	SimulationRuntime/c/meta/CMakeLists.txt
| | | A	SimulationRuntime/c/simulation/CMakeLists.txt
| | | A	SimulationRuntime/c/simulation/math-support/CMakeLists.txt
| | | A	SimulationRuntime/c/simulation/results/CMakeLists.txt
| | | A	SimulationRuntime/c/simulation/solver/CMakeLists.txt
| | | M	SimulationRuntime/c/simulation/solver/solver_main.cpp
| | | A	SimulationRuntime/c/util/CMakeLists.txt
| | | A	SimulationRuntime/interactive/CMakeLists.txt
| | | M	SimulationRuntime/interactive/omi_Control.cpp
| | | 
| | * commit 704f50baefc8b0f31250899c30544cf7f20c1849
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 10 09:15:31 2011 +0000
| | | 
| | |     - more info about a base array
| | |     - give a warning if the tables are not monotonously increasing in the time column (c.f. Modelica spec).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/base_array.h
| | | M	c_runtime/tables.cpp
| | | 
| | * commit efc63a61064ac55ce011ce43e6579b3efda8fda1
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 10 09:01:49 2011 +0000
| | | 
| | |     - Use long as modelica_integer type
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/openmodelica.h
| | | 
| | * commit 5694905b11d39082b96fcf51f10f3e32890d1fdc
| | | Author: Willi Braun 
| | | Date:   Thu Nov 10 01:46:24 2011 +0000
| | | 
| | |      - added once again Makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/c/simulation/results/Makefile.in
| | | 
| | * commit 452e009d638cbfcddf1d5d43ec1fce194456d0cc
| | | Author: Willi Braun 
| | | Date:   Thu Nov 10 01:44:43 2011 +0000
| | | 
| | |      - added again Makefile to SimulationRuntime/c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/c/simulation/solver/Makefile.in
| | | 
| | * commit f647f871c4ef2ba4cd2c93aa0d0d38ca00092acd
| | | Author: Willi Braun 
| | | Date:   Thu Nov 10 01:42:12 2011 +0000
| | | 
| | |      - added one Makefile more to SimulationRuntime/c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/c/simulation/math-support/Makefile.in
| | | 
| | * commit a06ec3127734071d1acb5c3cb84959410bd73eae
| | | Author: Willi Braun 
| | | Date:   Thu Nov 10 01:06:41 2011 +0000
| | | 
| | |      - some more fixes on SimulationRuntime/c for testsuite/mosfiles (only 7 tests failed)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	SimulationRuntime/c/Makefile.in
| | | M	SimulationRuntime/c/openmodelica.h
| | | A	SimulationRuntime/c/openmodelica_func.h
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 2e88f66d00882493e864a1c21ed1198c2935ef40
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 00:46:39 2011 +0000
| | | 
| | |     - copy bugfix to SimulationRuntime/c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | 
| | * commit dfdc7a56c7c8077df5e7406635e47304a4a74a6b
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 00:40:44 2011 +0000
| | | 
| | |     - update makefile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | D	SimulationRuntime/interactive/makefile.mingw
| | | 
| | * commit 79dcdcd01035dc5c56a365d6b7ee395f4e09f4f5
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 10 00:17:36 2011 +0000
| | | 
| | |     - update makefiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/util/java_interface/Makefile.common
| | | 
| | * commit 231c25e3ea96fb94a8373e116b99d7bfc1a0886c
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 9 23:55:32 2011 +0000
| | | 
| | |     - fix makefile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 4cc9bbdb21b26ce7e50679e2d577fc3ee5f499e4
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 23:54:32 2011 +0000
| | | 
| | |      - more SimulationRuntime/c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/meta/meta_modelica.c
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin.c
| | | M	SimulationRuntime/interactive/Makefile.in
| | | 
| | * commit 89b21cb532b8ebee70953d4668d79a33050ed706
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 23:52:19 2011 +0000
| | | 
| | |      - changed the Codegen for SimulationRuntime/c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | 
| | * commit 6bda1dc8959ab9b6de5149d43521852c8c67c7db
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 9 23:51:33 2011 +0000
| | | 
| | |     - fix install
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.in
| | | 
| | * commit 934becbaeabd29cd27c5348d6290d3d26a96c870
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 9 23:30:00 2011 +0000
| | | 
| | |     - fix warnings
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/solver/daux.c
| | | M	SimulationRuntime/c/simulation/solver/solver_main.cpp
| | | 
| | * commit 0984349de48c5bd3432191c26ae17b71a19cf5f6
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 23:20:43 2011 +0000
| | | 
| | |      - more Makefile stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 3210774f476ee2e5e53d2c3be3c321533878ffc6
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 9 23:16:19 2011 +0000
| | | 
| | |     - fix warning
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/results/read_csv.cpp
| | | 
| | * commit da4f41007082e6471344efa6c2f6e3c38f87fe48
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 23:09:01 2011 +0000
| | | 
| | |      - get rid of tons waring massages
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/util/boolean_array.h
| | | M	SimulationRuntime/c/util/integer_array.c
| | | M	SimulationRuntime/c/util/integer_array.h
| | | M	SimulationRuntime/c/util/real_array.h
| | | M	SimulationRuntime/c/util/string_array.h
| | | M	SimulationRuntime/c/util/utility.h
| | | 
| | * commit 598443942f1115bc52177d4628d9f4bc01967104
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 9 23:08:56 2011 +0000
| | | 
| | |     - fix clean
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | 
| | * commit 49bbb298d2a9e40805b72a5dab211cebf6691ae5
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 9 23:03:37 2011 +0000
| | | 
| | |     - build SimulationRuntime/c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 257b1ebfc9a46db67f7c4c9cc6663d49f992761b
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 22:49:46 2011 +0000
| | | 
| | |      - correncted Makefile.common in SimulationRuntime/c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/Makefile.in
| | | 
| | * commit eb8cb5afa04a27583ef0020936e63c14cd16fcbe
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 22:46:30 2011 +0000
| | | 
| | |      - added Makefiles for simulation folder
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/c/simulation/Makefile.in
| | | 
| | * commit dd2512a62619008c686370eb0d072762d746660a
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 9 22:39:42 2011 +0000
| | | 
| | |     - update makefile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/build_mingw_libs.bat
| | | 
| | * commit 8332b2bc5c9e9ddd460d3a133f53c1f6f291a7ae
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 21:10:18 2011 +0000
| | | 
| | |     - OMDEV compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | 
| | * commit 367b402918c40e5feff4bd141f698090296fcfd4
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 20:26:16 2011 +0000
| | | 
| | |     - fixing Makefiles for SimulationRuntime/c
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/Makefile.in
| | | D	SimulationRuntime/c/compat.h
| | | D	SimulationRuntime/c/inline.h
| | | M	SimulationRuntime/c/linearization/linearize.cpp
| | | M	SimulationRuntime/c/linearization/linearize.h
| | | M	SimulationRuntime/c/openmodelica.h
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.cpp
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.h
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/solver/solver_main.cpp
| | | M	SimulationRuntime/c/util/memory_pool.c
| | | 
| | * commit 2b0794d7cfa666dc54637892f63ddda6118f2f1b
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 19:56:10 2011 +0000
| | | 
| | |     - Share some matrix literals
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit fd67fccdaa296231b35c77b7059b1939bc9970d5
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 9 19:37:10 2011 +0000
| | | 
| | |     - update CMakeFiles
| | |     - include inline.h in memory_pool.c
| | |     - bugfix for vs us sqrt(double)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/ModelicaExternalC/CMakeLists.txt
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/meta/CMakeLists.txt
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 7f94d3c79135f4dda7ee5d4d936e795a03eb3fe3
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 19:31:56 2011 +0000
| | | 
| | |     - Use the configured make command
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit 17721d85b23f2affc4530368a471c54c583aa422
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 19:07:40 2011 +0000
| | | 
| | |     - Add MAKE=xxx to the configure script (to be used to change the make version used by OMC)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.unix.h.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c5ec63c4bf5c6269463b517e3e1bef4e3060a557
| | | Author: Lennart Ochel 
| | | Date:   Wed Nov 9 18:50:25 2011 +0000
| | | 
| | |     - bug-fix inside the ringbuffer, because of losing the order during expanding
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/ringbuffer.h
| | | M	c_runtime/ringbuffer.h
| | | 
| | * commit 05ce47c0d16579bc5b3f4e849930b24f9198661e
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 9 17:31:50 2011 +0000
| | | 
| | |     - table data does not have to be monotonous increasing, it can be equal too!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 6e30627ad0ca4cf9e09f7b2cf64e2cfabaa69dd1
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 15:33:13 2011 +0000
| | | 
| | |     - Ceval the cref without subscripts if we have variable subscripts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit e0885ad6ad8a30739488d480795593855b2900da
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 14:58:28 2011 +0000
| | | 
| | |     -fixed compiling issues in SimulationRuntime/c/meta
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/meta/meta_modelica.c
| | | M	SimulationRuntime/c/meta/meta_modelica.h
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin.c
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin.h
| | | M	SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_list.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_list.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_pages.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_pages.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_roots.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_roots.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_settings.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_settings.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_stack.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_stack.h
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_stats.c
| | | M	SimulationRuntime/c/meta/meta_modelica_gc_stats.h
| | | R097	SimulationRuntime/c/meta/meta_modelica_real.cpp	SimulationRuntime/c/meta/meta_modelica_real.c
| | | M	SimulationRuntime/c/meta/meta_modelica_real.h
| | | M	SimulationRuntime/c/sendData/sendData.h
| | | 
| | * commit f9e871e1ad8859330c284bc309da903d7f836391
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 14:09:34 2011 +0000
| | | 
| | |     - MetaModelica: Use C89 instead of C++
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R087	SimulationRuntime/c/meta/meta_modelica_builtin.cpp	SimulationRuntime/c/meta/meta_modelica_builtin.c
| | | R087	c_runtime/meta/meta_modelica_builtin.cpp	c_runtime/meta/meta_modelica_builtin.c
| | | 
| | * commit 7be63b313cf6b3363982d169b4e3992962e13b15
| | | Author: Lennart Ochel 
| | | Date:   Wed Nov 9 14:02:53 2011 +0000
| | | 
| | |     - sync with c_runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/simulation/math-support/simulation_init.cpp
| | | 
| | * commit aba4452f54843b13f66f736709918d0469e6fe17
| | | Author: Niklas Worschech 
| | | Date:   Wed Nov 9 13:11:56 2011 +0000
| | | 
| | |     Added ModelicaTabels from c_runtime to cpp runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/cpp/Source/ModelicaExternalC/ModelicaTables.h
| | | A	SimulationRuntime/cpp/Source/ModelicaExternalC/ModelicaTablesImpl.c
| | | A	SimulationRuntime/cpp/Source/ModelicaExternalC/tables.cpp
| | | A	SimulationRuntime/cpp/Source/ModelicaExternalC/tables.h
| | | 
| | * commit 90316a77fe17eeedd5e2247c2b469616a080deb8
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 13:03:08 2011 +0000
| | | 
| | |     - Fixed compilation of util package
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/openmodelica.h
| | | M	SimulationRuntime/c/util/boolean_array.c
| | | M	SimulationRuntime/c/util/java_interface.h
| | | M	SimulationRuntime/c/util/memory_pool.c
| | | M	SimulationRuntime/c/util/modelica.h
| | | M	SimulationRuntime/c/util/string_array.c
| | | 
| | * commit f7a407d357dd8a8e86e36ec5eee2b4fd09e605a9
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 12:25:08 2011 +0000
| | | 
| | |     -added the forgotten openmodelica.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/c/openmodelica.h
| | | 
| | * commit 99fa31e85139f69d260ffdf72f426b781d6a3390
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 12:22:12 2011 +0000
| | | 
| | |     - added Makefiles for building every subfolder an own library
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/Makefile.common
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | M	SimulationRuntime/c/meta/meta_modelica.h
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.cpp
| | | M	SimulationRuntime/c/simulation/math-support/simulation_events.h
| | | M	SimulationRuntime/c/simulation/math-support/simulation_init.cpp
| | | A	SimulationRuntime/c/simulation/results/simulation_result.h
| | | M	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | M	SimulationRuntime/c/simulation/simulation_runtime.h
| | | M	SimulationRuntime/c/simulation/solver/solver_main.cpp
| | | M	SimulationRuntime/c/util/base_array.h
| | | M	SimulationRuntime/c/util/boolean_array.h
| | | M	SimulationRuntime/c/util/division.h
| | | M	SimulationRuntime/c/util/index_spec.h
| | | M	SimulationRuntime/c/util/integer_array.h
| | | M	SimulationRuntime/c/util/memory_pool.h
| | | M	SimulationRuntime/c/util/modelica_string.h
| | | M	SimulationRuntime/c/util/real_array.h
| | | M	SimulationRuntime/c/util/string_array.h
| | | M	SimulationRuntime/c/util/utility.h
| | | 
| | * commit 4eaabe1cfaaf7ecff5d69cbe2235b92073fd440a
| | | Author: Lennart Ochel 
| | | Date:   Wed Nov 9 10:47:09 2011 +0000
| | | 
| | |     - changed default optimization-method for initialization
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit 520b5cceec0ba177d65f24ecc6e37e5d9f71db47
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 10:26:12 2011 +0000
| | | 
| | |     - Moved read_write back to c_runtime as it seems to break things after a make clean
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.common
| | | M	c_runtime/Makefile.common
| | | R100	Compiler/runtime/read_write.c	c_runtime/read_write.c
| | | R100	Compiler/runtime/read_write.h	c_runtime/read_write.h
| | | 
| | * commit 6cd3a9467d81c9534681b75bff0c71e92845aaea
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 10:05:11 2011 +0000
| | | 
| | |     - Use multiple regions for the memory pool
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | 
| | * commit 376161084cc2f1a78db49a69dfd06c6c8ffe3978
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 09:11:48 2011 +0000
| | | 
| | |     - added TerminateSimulationException class to tables.cpp
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | 
| | * commit eaca23572d78e0a8eb22cc14657544080e51bd30
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 09:10:37 2011 +0000
| | | 
| | |     - The memory pool now uses only one buffer for all data
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | 
| | * commit bad8ce57b18bc53d68d504c029eaf1da17a22f4b
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 09:09:37 2011 +0000
| | | 
| | |     - tables.o should not use odd defines
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | 
| | * commit 681b03a52a5ffd234d44c9197fef9853eebfaaba
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 08:59:58 2011 +0000
| | | 
| | |     - Configure the SimRt/c makefiles
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 470b349fea6a45a4d8ab7a058cb3c4fb984d0f15
| | | Author: Willi Braun 
| | | Date:   Wed Nov 9 08:58:24 2011 +0000
| | | 
| | |      -added Makefile.in to SImulationruntime/meta
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/c/meta/Makefile.in
| | | M	SimulationRuntime/c/meta/meta_modelica.h
| | | 
| | * commit ed9a4d7ccd8ecf955319c13b2941801903ce01a2
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 07:34:34 2011 +0000
| | | 
| | |     - Copy read_write.h to the headers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.common
| | | 
| | * commit 2195759540f1c67c14c7dd04f7fc4528e066b52f
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 9 07:24:02 2011 +0000
| | | 
| | |     - Fix clean compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit 6d4bfd9da2a2e197babc7340c3c98be7ddb8b548
| | | Author: Willi Braun 
| | | Date:   Tue Nov 8 23:48:50 2011 +0000
| | | 
| | |      - added updates for new c simulation runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | A	SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c
| | | A	SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.h
| | | M	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | A	SimulationRuntime/c/util/Makefile.in
| | | A	SimulationRuntime/c/util/boolean_array.c
| | | A	SimulationRuntime/c/util/boolean_array.h
| | | M	SimulationRuntime/c/util/modelica.h
| | | A	c_runtime/meta/Makefile.in
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit b718cec526e213e90bd0aeb6bef59f27bd5240a5
| | | Author: Willi Braun 
| | | Date:   Tue Nov 8 22:15:09 2011 +0000
| | | 
| | |      - added new structure in SimulationRuntime/{c,fmi}.
| | |        Copy almost all stuff from c_runtime to SimulationRuntime.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/c/Makefile.common
| | | A	SimulationRuntime/c/Makefile.in
| | | A	SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt
| | | A	SimulationRuntime/c/ModelicaExternalC/Makefile.in
| | | A	SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c
| | | A	SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c
| | | A	SimulationRuntime/c/ModelicaExternalC/ModelicaTables.h
| | | A	SimulationRuntime/c/ModelicaExternalC/ModelicaTablesImpl.c
| | | A	SimulationRuntime/c/ModelicaExternalC/tables.cpp
| | | A	SimulationRuntime/c/ModelicaExternalC/tables.h
| | | A	SimulationRuntime/c/ModelicaExternalC/win32_dirent.c
| | | A	SimulationRuntime/c/ModelicaExternalC/win32_dirent.h
| | | A	SimulationRuntime/c/build_mingw_libs.bat
| | | A	SimulationRuntime/c/compat.h
| | | A	SimulationRuntime/c/inline.h
| | | A	SimulationRuntime/c/linearization/linearize.cpp
| | | A	SimulationRuntime/c/linearization/linearize.h
| | | A	SimulationRuntime/c/meta/CMakeLists.txt
| | | A	SimulationRuntime/c/meta/meta_modelica.c
| | | A	SimulationRuntime/c/meta/meta_modelica.h
| | | A	SimulationRuntime/c/meta/meta_modelica_builtin.cpp
| | | A	SimulationRuntime/c/meta/meta_modelica_builtin.h
| | | A	SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h
| | | A	SimulationRuntime/c/meta/meta_modelica_catch.c
| | | A	SimulationRuntime/c/meta/meta_modelica_gc.c
| | | A	SimulationRuntime/c/meta/meta_modelica_gc.h
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_list.c
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_list.h
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_pages.c
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_pages.h
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_roots.c
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_roots.h
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_settings.c
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_settings.h
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_stack.c
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_stack.h
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_stats.c
| | | A	SimulationRuntime/c/meta/meta_modelica_gc_stats.h
| | | A	SimulationRuntime/c/meta/meta_modelica_gen_string_lit.sh
| | | A	SimulationRuntime/c/meta/meta_modelica_real.cpp
| | | A	SimulationRuntime/c/meta/meta_modelica_real.h
| | | A	SimulationRuntime/c/meta/meta_modelica_string_lit.c
| | | A	SimulationRuntime/c/meta/meta_modelica_string_lit.h
| | | A	SimulationRuntime/c/meta/rml_compatibility.h
| | | A	SimulationRuntime/c/omc_msvc.h
| | | A	SimulationRuntime/c/sendData/CMakeLists.txt
| | | A	SimulationRuntime/c/sendData/Makefile.Release.mingw
| | | A	SimulationRuntime/c/sendData/sendData.cpp
| | | A	SimulationRuntime/c/sendData/sendData.h
| | | A	SimulationRuntime/c/sendData/sendData.pro
| | | A	SimulationRuntime/c/sendData/sendData.vcproj
| | | A	SimulationRuntime/c/simulation/f2c.h
| | | A	SimulationRuntime/c/simulation/fortran_types.h
| | | A	SimulationRuntime/c/simulation/math-support/bigden.c
| | | A	SimulationRuntime/c/simulation/math-support/biglag.c
| | | A	SimulationRuntime/c/simulation/math-support/blaswrap.h
| | | A	SimulationRuntime/c/simulation/math-support/dgesv_aux.c
| | | A	SimulationRuntime/c/simulation/math-support/dogleg.c
| | | A	SimulationRuntime/c/simulation/math-support/dpmpar.c
| | | A	SimulationRuntime/c/simulation/math-support/enorm.c
| | | A	SimulationRuntime/c/simulation/math-support/fdjac1.c
| | | A	SimulationRuntime/c/simulation/math-support/hybrd.c
| | | A	SimulationRuntime/c/simulation/math-support/hybrd1.c
| | | A	SimulationRuntime/c/simulation/math-support/hybrj.c
| | | A	SimulationRuntime/c/simulation/math-support/lsame.c
| | | A	SimulationRuntime/c/simulation/math-support/matrix.h
| | | A	SimulationRuntime/c/simulation/math-support/nelmead.c
| | | A	SimulationRuntime/c/simulation/math-support/newuoa.c
| | | A	SimulationRuntime/c/simulation/math-support/newuob.c
| | | A	SimulationRuntime/c/simulation/math-support/qform.c
| | | A	SimulationRuntime/c/simulation/math-support/qrfac.c
| | | A	SimulationRuntime/c/simulation/math-support/r1mpyq.c
| | | A	SimulationRuntime/c/simulation/math-support/r1updt.c
| | | A	SimulationRuntime/c/simulation/math-support/ringbuffer.h
| | | A	SimulationRuntime/c/simulation/math-support/simulation_delay.cpp
| | | A	SimulationRuntime/c/simulation/math-support/simulation_delay.h
| | | A	SimulationRuntime/c/simulation/math-support/simulation_events.cpp
| | | A	SimulationRuntime/c/simulation/math-support/simulation_events.h
| | | A	SimulationRuntime/c/simulation/math-support/simulation_init.cpp
| | | A	SimulationRuntime/c/simulation/math-support/simulation_init.h
| | | A	SimulationRuntime/c/simulation/math-support/trsapp.c
| | | A	SimulationRuntime/c/simulation/math-support/update.c
| | | A	SimulationRuntime/c/simulation/options.cpp
| | | A	SimulationRuntime/c/simulation/options.h
| | | A	SimulationRuntime/c/simulation/results/read_csv.cpp
| | | A	SimulationRuntime/c/simulation/results/read_csv.h
| | | A	SimulationRuntime/c/simulation/results/read_matlab4.c
| | | A	SimulationRuntime/c/simulation/results/read_matlab4.h
| | | A	SimulationRuntime/c/simulation/results/simulation_result_csv.cpp
| | | A	SimulationRuntime/c/simulation/results/simulation_result_csv.h
| | | A	SimulationRuntime/c/simulation/results/simulation_result_empty.h
| | | A	SimulationRuntime/c/simulation/results/simulation_result_mat.cpp
| | | A	SimulationRuntime/c/simulation/results/simulation_result_mat.h
| | | A	SimulationRuntime/c/simulation/results/simulation_result_plt.cpp
| | | A	SimulationRuntime/c/simulation/results/simulation_result_plt.h
| | | A	SimulationRuntime/c/simulation/simulation_input_xml.cpp
| | | A	SimulationRuntime/c/simulation/simulation_input_xml.h
| | | A	SimulationRuntime/c/simulation/simulation_modelinfo.c
| | | A	SimulationRuntime/c/simulation/simulation_modelinfo.h
| | | A	SimulationRuntime/c/simulation/simulation_runtime.cpp
| | | A	SimulationRuntime/c/simulation/simulation_runtime.h
| | | A	SimulationRuntime/c/simulation/simulation_varinfo.c
| | | A	SimulationRuntime/c/simulation/simulation_varinfo.h
| | | A	SimulationRuntime/c/simulation/solver/daux.c
| | | A	SimulationRuntime/c/simulation/solver/ddasrt.c
| | | A	SimulationRuntime/c/simulation/solver/ddassl.c
| | | A	SimulationRuntime/c/simulation/solver/dlamch.c
| | | A	SimulationRuntime/c/simulation/solver/dlinpk.c
| | | A	SimulationRuntime/c/simulation/solver/simulation_inline_solver.h
| | | A	SimulationRuntime/c/simulation/solver/solver_main.cpp
| | | A	SimulationRuntime/c/simulation/solver/solver_main.h
| | | A	SimulationRuntime/c/util/base_array.c
| | | A	SimulationRuntime/c/util/base_array.h
| | | A	SimulationRuntime/c/util/division.c
| | | A	SimulationRuntime/c/util/division.h
| | | A	SimulationRuntime/c/util/index_spec.c
| | | A	SimulationRuntime/c/util/index_spec.h
| | | A	SimulationRuntime/c/util/integer_array.c
| | | A	SimulationRuntime/c/util/integer_array.h
| | | A	SimulationRuntime/c/util/java_interface.c
| | | A	SimulationRuntime/c/util/java_interface.h
| | | A	SimulationRuntime/c/util/java_interface/.project
| | | A	SimulationRuntime/c/util/java_interface/Makefile
| | | A	SimulationRuntime/c/util/java_interface/Makefile.common
| | | A	SimulationRuntime/c/util/java_interface/antlr_license.txt
| | | A	SimulationRuntime/c/util/java_interface/ptplot_license.txt
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ComplexTypeSpec.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/IModelicaRecord.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaAny.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaArray.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaBaseArray.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaBoolean.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaFunction.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaFunctionReference.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaHelper.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaInteger.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaObject.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaObjectException.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaOption.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaReal.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecord.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecordException.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaString.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaTuple.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaVoid.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/OMCModelicaRecord.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/SimpleTypeSpec.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/TypeSpec.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/CommunicationException.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/CompilerException.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/ConnectException.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/InvocationError.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/JreSocketFactory.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OMCProxy.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunication.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/Result.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/SmartProxy.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/ParseException.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/ABC_UT.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestObjects.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestParser.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestRecord.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestSmartProxy.java
| | | A	SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/abc.java
| | | A	SimulationRuntime/c/util/java_interface/test_files/meta_modelica.mo
| | | A	SimulationRuntime/c/util/java_interface/test_files/meta_modelica.mos
| | | A	SimulationRuntime/c/util/java_interface/test_files/simple.mo
| | | A	SimulationRuntime/c/util/java_interface/test_files/simple.mos
| | | A	SimulationRuntime/c/util/jni.h
| | | A	SimulationRuntime/c/util/jni_md.h
| | | A	SimulationRuntime/c/util/jni_md_solaris.h
| | | A	SimulationRuntime/c/util/jni_md_windows.h
| | | A	SimulationRuntime/c/util/memory_pool.c
| | | A	SimulationRuntime/c/util/memory_pool.h
| | | A	SimulationRuntime/c/util/modelica.h
| | | A	SimulationRuntime/c/util/modelica_string.c
| | | A	SimulationRuntime/c/util/modelica_string.h
| | | A	SimulationRuntime/c/util/real_array.c
| | | A	SimulationRuntime/c/util/real_array.h
| | | A	SimulationRuntime/c/util/rtclock.c
| | | A	SimulationRuntime/c/util/rtclock.h
| | | A	SimulationRuntime/c/util/string_array.c
| | | A	SimulationRuntime/c/util/string_array.h
| | | A	SimulationRuntime/c/util/utility.c
| | | A	SimulationRuntime/c/util/utility.h
| | | A	SimulationRuntime/fmi/export/fmiModelFunctions.h
| | | A	SimulationRuntime/fmi/export/fmiModelTypes.h
| | | A	SimulationRuntime/fmi/export/fmu_model_interface.c
| | | A	SimulationRuntime/fmi/export/fmu_model_interface.h
| | | A	SimulationRuntime/fmi/export/model_fmu.in
| | | A	SimulationRuntime/fmi/import/Makefile.in
| | | A	SimulationRuntime/fmi/import/fmuModelica.tmp
| | | A	SimulationRuntime/fmi/import/fmuWrapper.c
| | | A	SimulationRuntime/fmi/import/fmuWrapper.h
| | | A	SimulationRuntime/fmi/import/moGenerator.c
| | | A	SimulationRuntime/fmi/import/moGenerator.h
| | | A	SimulationRuntime/fmi/import/stack.c
| | | A	SimulationRuntime/fmi/import/stack.h
| | | A	SimulationRuntime/fmi/import/xmlparser.c
| | | A	SimulationRuntime/fmi/import/xmlparser.h
| | | A	SimulationRuntime/interactive/Makefile.in
| | | A	SimulationRuntime/interactive/README.txt
| | | A	SimulationRuntime/interactive/client.cpp
| | | A	SimulationRuntime/interactive/makefile.mingw
| | | A	SimulationRuntime/interactive/omi_Calculation.cpp
| | | A	SimulationRuntime/interactive/omi_Calculation.h
| | | A	SimulationRuntime/interactive/omi_Control.cpp
| | | A	SimulationRuntime/interactive/omi_Control.h
| | | A	SimulationRuntime/interactive/omi_ResultManager.cpp
| | | A	SimulationRuntime/interactive/omi_ResultManager.h
| | | A	SimulationRuntime/interactive/omi_ServiceInterface.cpp
| | | A	SimulationRuntime/interactive/omi_ServiceInterface.h
| | | A	SimulationRuntime/interactive/omi_Transfer.cpp
| | | A	SimulationRuntime/interactive/omi_Transfer.h
| | | A	SimulationRuntime/interactive/socket.cpp
| | | A	SimulationRuntime/interactive/socket.h
| | | A	SimulationRuntime/interactive/socket_unix.cpp
| | | A	SimulationRuntime/interactive/socket_win.cpp
| | | A	SimulationRuntime/interactive/thread.cpp
| | | A	SimulationRuntime/interactive/thread.h
| | | 
| | * commit aca7f575e4f7130e227c3824d61a72726659f4ee
| | | Author: Lennart Ochel 
| | | Date:   Tue Nov 8 18:12:52 2011 +0000
| | | 
| | |     bug-fix for handling initialization with command-line arguments
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 1a0059f19df9f4628865866dee0330d03e325363
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 8 15:47:28 2011 +0000
| | | 
| | |     - Moved read_write to Compiler/runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.common
| | | R100	c_runtime/read_write.c	Compiler/runtime/read_write.c
| | | R100	c_runtime/read_write.h	Compiler/runtime/read_write.h
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 5e9628b372e47226940898badb11bf4e0c7f3d88
| | | Author: Niklas Worschech 
| | | Date:   Tue Nov 8 15:42:01 2011 +0000
| | | 
| | |     Added Idas Solver source code to cpp runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h
| | | D	SimulationRuntime/cpp/Source/Solver/CVode/Interfaces/CVodeSettings.h
| | | A	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h
| | | A	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h
| | | A	SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/Solver/Idas/Interfaces/IIdasSettings.h
| | | 
| | * commit ccc702a5e41d39db9bb96acb7eae447e45d427f5
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 8 15:33:28 2011 +0000
| | | 
| | |     - Create temporary functions for all equations as GCC runs a lot faster on this code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | 
| | * commit d92ec2a01da3d0602534cea864a6cb3ff7e6d343
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 8 10:51:45 2011 +0000
| | | 
| | |     - Do not configure with OPENMP as the macro is broken on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 3c8b3498a9659c064f49f62be5815822dc26d575
| | | Author: Per Östlund 
| | | Date:   Tue Nov 8 10:20:48 2011 +0000
| | | 
| | |     - Don't enter base classes that the lookup is coming from in SCodeLookup to
| | |       avoid infinite loops when extending a base class further down in the environment.
| | |     - When doing dependency analysis on an extends clause, remove it from the
| | |       environment so that we don't look it up in itself.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit 91346164ca7da670e15b183033f2a7dd08aee79e
| | | Author: Willi Braun 
| | | Date:   Tue Nov 8 09:46:35 2011 +0000
| | | 
| | |     - added new CodegenC for redesign the
| | |       c_runtime. New directory Simulation/c will use for that.
| | |       For developing it can used by the flag simCodeTarget=c.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.common
| | | A	Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | 
| | * commit a9d1bd6d12465ccf57be08eb99b614b4a2b668ce
| | | Author: Jens Frenkel 
| | | Date:   Tue Nov 8 09:29:23 2011 +0000
| | | 
| | |     - yet another try at making Compile.bat work correctly (adrpo)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 36d045b45203fafb484faa6c778038df0b3f0dcb
| | | Author: Niklas Worschech 
| | | Date:   Tue Nov 8 09:27:45 2011 +0000
| | | 
| | |     added Cvode solver source code to cpp runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h
| | | A	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h
| | | A	SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/Solver/CVode/Interfaces/CVodeSettings.h
| | | A	SimulationRuntime/cpp/Source/Solver/CVode/Interfaces/ICVodeSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h
| | | M	SimulationRuntime/cpp/Source/Solver/Interfaces/IDAESolver.h
| | | 
| | * commit 05ffb34c06f859c8bc0daae4439e540661ac3c5b
| | | Author: Federico Bergero 
| | | Date:   Mon Nov 7 19:03:11 2011 +0000
| | | 
| | |     Calling function_initMemoryState
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | 
| | * commit 40420cbb726336ca4595fab50a84ee4bf360e4ae
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 7 15:37:11 2011 +0000
| | | 
| | |     - Restructured memory pool (it's now an array of pools)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/base_array.c
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/real_array.c
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/string_array.c
| | | M	configure
| | | M	configure.in
| | | 
| | * commit cbbe21ecfeac0a364a6eceac803663896ecfe214
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 7 13:52:45 2011 +0000
| | | 
| | |     - fix to bootstrapped compiler
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit ff9527b25446cc717b113c0ec8a9aa7e3a5bd5e7
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 7 10:56:53 2011 +0000
| | | 
| | |     - translateModel now works more like buildModel
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 0194570f0e82a738ba679840a4b9593f8514594a
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 7 10:13:31 2011 +0000
| | | 
| | |     - Avoid segfault when init-file does not exist
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_input_xml.cpp
| | | 
| | * commit 8c56b895668f02b79c92a3af2d02a2466cf3bdf1
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 7 00:51:58 2011 +0000
| | | 
| | |     - YOU WILL NEED A NEW RML FOR THIS: Windows (svn up on OMDev), Linux (svn up and compile or wait to update to a new one).
| | |     - do NOT die if there is a stack overflow in Inst.instantiateClass, continue on.
| | |       try this script with the Buildings library:
| | |       loadModel(Buildings); getErrorString();
| | |       instantiateModel(Buildings.Airflow.Multizone.Examples.NaturalVentilation); getErrorString();
| | |       2+3;
| | |       5+6;
| | |       ------------ you will get something like this -----------
| | |       SCodeLookup.lookupSimpleName
| | |       SCodeLookup.lookupSimpleName2
| | |       SCodeLookup.lookupInLocalScope
| | |       Stack overflow! Failing the current function stack chain until the stack overflow signal is caught!
| | |       ""
| | |       "Error: Error occurred while flattening model Buildings.Airflow.Multizone.Examples.NaturalVentilation. The compiler got into Stack Overflow!"
| | |       5
| | |       11
| | |     - OMEdit will no longer die (but will not display parts of the model).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 7b22ec1550f67ca26579235fbaddeacb7f9bf266
| | | Author: Adrian Pop 
| | | Date:   Sun Nov 6 18:38:53 2011 +0000
| | | 
| | |     Interactive.mo
| | |     - run all graphical API commands with checkModel, nogen and noevalfunc ON.
| | |     - merge graphical API handling functions into one.
| | |     
| | |     errorext.cpp
| | |     - always add the message to the queue even if we run with +showErrorMessages (to get numErrorMessages to be updated correctly)
| | |     
| | |     Inst.mo
| | |     - removed useless System.setPartialInstantiation(false); as is already done before
| | |     - check balancing only for non-expandable connectors.
| | |     
| | |     CevalScript.mo
| | |     - simplify checkModel
| | |     - do NOT send the cache to checkModel inside checkAll because after failure
| | |       of checking some model (in Media.Fluid) ALL others that follow WILL FAIL!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/runtime/Error_rml.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit f738129b72c72c87cda005b919b1e15ea2d9a18f
| | | Author: Adrian Pop 
| | | Date:   Sun Nov 6 18:19:07 2011 +0000
| | | 
| | |     - logging is not good unfortunately for the soul of the testsuite.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit bca75f907d17bad3f931356b5f12f3e4ed077792
| | | Author: Adrian Pop 
| | | Date:   Sun Nov 6 09:18:52 2011 +0000
| | | 
| | |     - pushd doesn't understand any string with forward slashes, use cd instead.
| | |     - add more info to the log files so we can debug a bit if needed.
| | |     - force just the paths we need and NOTHING else.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit d8f21effa2b46ab5398abd652bf16c6a7ebede15
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 5 01:09:39 2011 +0000
| | | 
| | |     - be consistent with execstat v.s. execStat.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 523e3a8db97dad2477a4cfd605968ce0955f605c
| | | Author: Niklas Worschech 
| | | Date:   Fri Nov 4 13:13:20 2011 +0000
| | | 
| | |     Added forgotten AlgloopsolverFactory Interface
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolverFactory.h
| | | 
| | * commit 8d937a02788c909ad992b29ff87ce8cf843110ce
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 4 05:51:50 2011 +0000
| | | 
| | |     - update 3.4.5 to 4.4.0 (this might be the problem for the people that get libgmp-3.dll issues).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit ff571fc7759bbf396ebe6b3059a357ba1f951663
| | | Author: Willi Braun 
| | | Date:   Thu Nov 3 17:35:50 2011 +0000
| | | 
| | |     - FMI-Import: added first FMI import test(really simple) and it works for now only on windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/xmlparser.c
| | | 
| | * commit a65d9720b2818d90cd602ded6e3115c05da6b35f
| | | Author: Niklas Worschech 
| | | Date:   Thu Nov 3 16:13:33 2011 +0000
| | | 
| | |     fix in algloopsystem of cpp runtime for Modelica function calls
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/stdafx.h
| | | 
| | * commit c216f8e70cf7cb2dd4cf7b62abf72246e7293518
| | | Author: Per Östlund 
| | | Date:   Thu Nov 3 16:12:10 2011 +0000
| | | 
| | |     - Add crefs from component modifier in Inst.updateComponentInEnv to get rid of
| | |       some error messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | 
| | * commit 1e9dab7d3356f954de0bf32d95a6a22c6ec45c8d
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 3 16:07:04 2011 +0000
| | | 
| | |     - Fix for rml (prim_once returns the success/failure status, not the value...)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Parser/Modelica.g
| | | M	Parser/ModelicaParser_rml.c
| | | 
| | * commit 81b004505baf87117601fe2a57ab482d603c1ceb
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 3 15:37:55 2011 +0000
| | | 
| | |     - Parse der(cr) := exp; Inst needs support for this though...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/Main/Main.mo
| | | M	Parser/Modelica.g
| | | M	Parser/ModelicaParser_omc.c
| | | M	Parser/ModelicaParser_rml.c
| | | 
| | * commit 3c2b1dcf3c88d35a2040f1dde36670f8008136cf
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 3 13:38:03 2011 +0000
| | | 
| | |     - ClassLoader: Do not load a library if a subpackage fails to parse
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | 
| | * commit 5bad000913c1693a1a1397a4c3572bf868adc0f0
| | | Author: Adeel Asghar 
| | | Date:   Thu Nov 3 11:43:42 2011 +0000
| | | 
| | |     - Fix start col for first row.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit ba6258dd500d8e27ad2a37e31f281e9a178754b3
| | | Author: Willi Braun 
| | | Date:   Thu Nov 3 11:14:55 2011 +0000
| | | 
| | |     - FMI-Import: changed name of the generated file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit b9e658156710eb396639ebdf02222c190162274f
| | | Author: Per Östlund 
| | | Date:   Thu Nov 3 10:32:02 2011 +0000
| | | 
| | |     - Fixed stack overflow in IncompressibleFluidNetwork by only updating untyped
| | |       modifiers in Inst.updateCompeltsMods.
| | |     - Filter out unique outer crefs in InnerOuter.printInnerDefStr to get better
| | |       error messages.
| | |     - Added List.unique and List.uniqueOnTrue.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/Util/List.mo
| | | 
| | * commit ebc5d32ab4de555cef69f76b070c56946933dcdb
| | | Author: Willi Braun 
| | | Date:   Thu Nov 3 10:29:33 2011 +0000
| | | 
| | |     - fixed makefile for FMI-export.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 0019bda88b490d9d235bf8dbbdd8e263c1cc1e17
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 3 07:49:56 2011 +0000
| | | 
| | |     - Parse first token correctly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit f0c7fc754646af85d4eb527ad12d0036e0aac41b
| | | Author: Willi Braun 
| | | Date:   Thu Nov 3 01:39:48 2011 +0000
| | | 
| | |     - fmi-import: get rid of some warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuWrapper.c
| | | 
| | * commit e39bb1444014921c098399b059607d42f2401d44
| | | Author: Willi Braun 
| | | Date:   Thu Nov 3 01:33:30 2011 +0000
| | | 
| | |     - fmi-import: more fixes, correct indentation, adjust debug informations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | M	FMI/import/source/fmuWrapper.c
| | | 
| | * commit 1545422211e69e4343ca0a4734acd2fa156ee792
| | | Author: Willi Braun 
| | | Date:   Thu Nov 3 00:28:44 2011 +0000
| | | 
| | |     - added fix for fmuBoolean to Modelica Boolean
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/fmuWrapper.h
| | | 
| | * commit 995ec6cf2190a8ec974916d8cc475f3ea92a2fa0
| | | Author: Willi Braun 
| | | Date:   Wed Nov 2 23:43:46 2011 +0000
| | | 
| | |     - fmi-import: fixed some more bugs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuWrapper.h
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/xmlparser.c
| | | M	FMI/import/source/xmlparser.h
| | | 
| | * commit ed846cc172f1fc83857e209874a53e6804bf5ff9
| | | Author: Willi Braun 
| | | Date:   Wed Nov 2 18:16:33 2011 +0000
| | | 
| | |     - FMI-Import: fixed some more memory leaks
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/fmuWrapper.h
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit 14cd37ad1577052b57d148593038e9a0eb4a2eab
| | | Author: Willi Braun 
| | | Date:   Wed Nov 2 16:19:04 2011 +0000
| | | 
| | |     - FMI-Import: fix almost all calloc calls by swap arguments
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/fmuWrapper.h
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit 3784b12f1f9d182da0572120f80e0ec9e633367b
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 2 10:00:11 2011 +0000
| | | 
| | |     - fflush the log and error messages in c_runtime. (is good for knowing where things crash).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 4abc688477192d90bbac9e0b9639c1234cff849f
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 2 08:14:10 2011 +0000
| | | 
| | |     - Better fix than r10268 (but we keep the debug print disabled)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 79bc4835425ce507ec2f39347df2eff8cbf33ccb
| | | Author: Willi Braun 
| | | Date:   Tue Nov 1 20:23:47 2011 +0000
| | | 
| | |      - fixed bug with array with size 1.
| | |      - uncommented print of communicate status (breaks the testsuite)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit e370306e8f76e2c9a0fa237a853524e377ba1199
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 1 16:13:00 2011 +0000
| | | 
| | |     - OMEdit/simulation: Use -port XXXX to send status updates to OMEdit. TODO: Implement this in the GUI (Adeel)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 66c9c5332bece4efcf8cf8fd3df2f901021de7a3
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 1 11:09:39 2011 +0000
| | | 
| | |     - Added preOptModule: residualForm
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 3643c727f62caa9d6b4e2d82822d9233e9ebe97d
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 1 10:23:40 2011 +0000
| | | 
| | |     - Spelling of SIGUSR1
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit b1a8e79b658cb7c2f7b41a28d6a7b724abc77a7a
| | | Author: Willi Braun 
| | | Date:   Tue Nov 1 01:45:08 2011 +0000
| | | 
| | |     #1641
| | |      - added fix for Bug 1641 (constant linear system)
| | |              write the constant value also as startvalue
| | |      - added testcase
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit ae97eb5e1df08d306cbb3d9712f752a0eee28308
| | | Author: Per Östlund 
| | | Date:   Mon Oct 31 13:49:51 2011 +0000
| | | 
| | |     - Fixed infinite loop in DAEUtil.evaluateParameter.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 782a606e2b2b137925fa76c10dcbf76620f5bf75
| | | Author: Per Östlund 
| | | Date:   Mon Oct 31 10:38:44 2011 +0000
| | | 
| | |     - Fixed correct type when elaborating the builtin cat operator.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit fcf2915967ccb911b1958d5b8598111fcc7061cb
| | | Author: Per Östlund 
| | | Date:   Mon Oct 31 09:40:22 2011 +0000
| | | 
| | |     - Added balance check for connectors extending a basic type.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 5e34f0d6104c870b5fe640f4839e6583de2f55ee
| | | Author: Adrian Pop 
| | | Date:   Mon Oct 31 04:42:41 2011 +0000
| | | 
| | |     - re-enable the SCode.DERIVED case in the Inst.instClassdef2 as it gives way better function names (correct environment) and error locations.
| | |       also, we would have a function name clash in the function tree if we have two short class definitions with the same
| | |       name, same base class, but different modifiers!
| | |     - for SCode.DERIVED elaborate the modifiers in the parent scope both for full and partial inst!
| | |       this fixes the error for derived functions with modifiers.
| | |     - better location in call to Inst.matchModificationToComponents.
| | |     - get rid of some commented unused code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit c1abafcd0acb0738e8d8ee2686470b5e52fbd6f1
| | | Author: Adeel Asghar 
| | | Date:   Fri Oct 28 16:49:14 2011 +0000
| | | 
| | |     - copy required FMI header files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 827fa05829ada9b1b57a1929cf2237e60b8f5368
| | | Author: Niklas Worschech 
| | | Date:   Fri Oct 28 12:09:36 2011 +0000
| | | 
| | |     Fix for compiler error in SimCodeCpp.tpl for new ode equations structure
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit d4ebcac4556a9db092566cf6004148ec2d77b5e3
| | | Author: Niklas Worschech 
| | | Date:   Fri Oct 28 08:09:09 2011 +0000
| | | 
| | |     Extended cpp template for generating code for non linear systems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit 8ae91bcb8f6efd4d1f263553fc4a4db329d7495a
| | | Author: Niklas Worschech 
| | | Date:   Fri Oct 28 08:00:56 2011 +0000
| | | 
| | |     Extended cpp runtime for solving non linear systems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Source/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/LibrariesConfig.h.in
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/Modelica.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h
| | | 
| | * commit 4ff09533aacd02a3dfa2fe7f02fb83959378ef34
| | | Author: Willi Braun 
| | | Date:   Fri Oct 28 00:14:21 2011 +0000
| | | 
| | |     - Added bug fix for algorithms. Not all algorithm outputs are discrete.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit c557192659afdfe02bbdc889eb4b859a9f527b3f
| | | Author: Per Östlund 
| | | Date:   Thu Oct 27 15:07:11 2011 +0000
| | | 
| | |     - Fixed stack overflow in HeatingSystem fluid model by replacing
| | |       Static.buildExpList with List.fill.
| | |     - Improved List.fill a bit by only checking bounds once, and printing a
| | |       failtrace instead of using print if the count is negative.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/List.mo
| | | 
| | * commit 7c32c3f4f52ac78221b82d633cf6cc2c7f2e7971
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 27 14:42:36 2011 +0000
| | | 
| | |     - Fix clang warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit b673ae98c7a300ee9fe06478aaf85e164644709f
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 27 14:35:00 2011 +0000
| | | 
| | |     - Revert previous changes as they cause heisenbugs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit abced6f9def417a7b93d5f3fd86fdfc417ec115c
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 27 14:27:18 2011 +0000
| | | 
| | |     - Avoid clang warnings and segmentation faults (see r10238)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit e50520c8e46e7e49346aec0104a22b492f311d9f
| | | Author: Per Östlund 
| | | Date:   Thu Oct 27 14:22:17 2011 +0000
| | | 
| | |     Fix for function modifiers:
| | |     - Added source info to unbound parameter warning in Static.elabCref2, since it
| | |       doesn't cause any real problems anymore.
| | |     - Added a case to DAEUtil.bindingExp to use the evaluated expression if it's
| | |       available.
| | |     - Commented out the case for derived classes without array dims in
| | |       Inst.instClassdef2, since it solves some problems and makes the compiler
| | |       faster.
| | |     - Added test case mofiles/ModifyFunction1 to test function modifiers.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 1d20877007a32db3da6411371c1ce6c82f4d436d
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 27 14:15:52 2011 +0000
| | | 
| | |     - Avoid clang warnings...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit b409f87f0731a6f10961c561a6bf0fa7df37cc2a
| | | Author: Per Östlund 
| | | Date:   Thu Oct 27 12:00:51 2011 +0000
| | | 
| | |     - Fixed bootstrapped compiler by implementing setLanguageStandard and
| | |       getLanguageStandard in bootstrapped runtime.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | 
| | * commit 22e50bcbb4eb04fe892d84b27ddfb2f165fb0bf6
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 27 10:01:56 2011 +0000
| | | 
| | |     - Fix error kind for COMPONENT_NAME_SAME_AS_TYPE_NAME
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 32255d671c5e35b95c0a5552146a01669263e460
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 27 09:11:28 2011 +0000
| | | 
| | |     - do not evaluate functions if we do partial instantiation
| | |     - handle smooth in Derive.mo (needed for Modelica.Media)
| | |     - replace constant with binding even if you cannot constant evaluate
| | |     - BackEnd/BackendDAECreate.mo (fixes to make some Media models simulate)
| | |       + force inline of record = functionCall(...) in complex equations
| | |       + handle normal equations in extendRecordEqns (as we have a recursive call)
| | |     - split function evaluation/generation outside of Ceval.cevalCallFunction
| | |       to be easier to manage.
| | |     
| | |     
| | |     - FUTURE: we should treat the constant evaluation of subscripts and constant evaluation of component reference
| | |       separately in Static.elabCref1 to be sure we always replace constants with their bindings (this will
| | |       get Modelica.Electrical.Digital going and maybe others).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit e5e4238da14231b16b859089b4c2c6bae8aa9fda
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 27 07:48:09 2011 +0000
| | | 
| | |     - Do not rollback the memory pool in external functions as the output still needs to be allocated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit fb922206a9019b64a11543ad308e40882cd1c4c4
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 27 07:30:11 2011 +0000
| | | 
| | |     - Makefile parameters should contain the include dirs, not the include itself
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit ab2cc4cf80d3ca6e36f752d8df2336353b11e57c
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 27 01:49:23 2011 +0000
| | | 
| | |     - allow protected constants in functions to be able to compile functions such as Modelica.Media.Water.IF97_Utilities.BaseIF97.Basic.v3b_ph.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 3c8db167a82ca516660fd2ed3dc3aa26cca1b824
| | | Author: Per Östlund 
| | | Date:   Wed Oct 26 12:42:32 2011 +0000
| | | 
| | |     - Added a flag to OMC, +std, to set the Modelica language version to use. API
| | |       calls setLanguageStandard and getLanguageStandard are also implemented for
| | |       this.
| | |     - The Modelica language version is now set automatically if a specific version
| | |       of the MSL is loaded, and gives a notification if the version has changed.
| | |     - Added new package RTOptsData, which contains data types and some functions
| | |       which can't be in RTOpts since RML doesn't allow mixing external and
| | |       non-external things.
| | |     - Turned on error messages for replaceable base classes if Modelica version is
| | |       at least 3.0.
| | |     - Turned on balance checking of connectors if Modelica version is at least 3.0.
| | |     - Updated test suite, and added a new test case redeclare/ReplaceableBaseClass.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/GenerateOMCHeader.mos
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/RTOpts.mo
| | | A	Compiler/Util/RTOptsData.mo
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/rtopts.h
| | | M	Compiler/runtime/rtoptsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 87267eb17ce9085a3b9086a90d25109d2dde9646
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 26 10:36:43 2011 +0000
| | | 
| | |     - Improved error message
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 0a920d3720a2803eaac0ea28696718f6d60aa4f4
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 25 10:04:19 2011 +0000
| | | 
| | |     - Install nls files correctly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 1c6205386ae624dbd774bec14cdd4ca3ee5d95da
| | | Author: Per Östlund 
| | | Date:   Tue Oct 25 09:24:24 2011 +0000
| | | 
| | |     - Fixed redeclaration modifiers for arrays, i.e. 'each redeclare'.
| | |     - Implemented SCode dumping of defineunit.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | 
| | * commit 173b79077bf70aad1a384737ee7257cdb89de230
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 24 12:49:35 2011 +0000
| | | 
| | |     - Fix mix-up severity and type for error-messages
| | |       - Also made a very short message string (only the message itself) for internal messages
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit d8b24abab7b08f3a88c8dc29e82d723962d04108
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 24 10:41:43 2011 +0000
| | | 
| | |     - Open errLogFile before trying to use it
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit 84159c5f8bbde37a76d94ea2f86ef6d0611c77e0
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 24 06:42:59 2011 +0000
| | | 
| | |     - Fixed profiling report title (TITLE was not that great...)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/default_profiling.xsl
| | | 
| | * commit 0d7e17ab111bdeeb35b41d754647c25ac1fee109
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 11:40:35 2011 +0000
| | | 
| | |     - Moved setClassComment to ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit cb6673ebe9f778e4b3e04f5487b1dac689c3133f
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 11:27:09 2011 +0000
| | | 
| | |     - Fix last commit (compile error)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 457797c6f546421627d53d5e31530db3e69869fc
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 11:23:51 2011 +0000
| | | 
| | |     - Added loadFileInteractive{,Qualified} to ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 72901330972fea5497781ebba8cf57ca64312c1c
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 10:26:22 2011 +0000
| | | 
| | |     - Refactoring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 2675f8ce153961f747149b1ad5f69c6685f65da0
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 10:11:40 2011 +0000
| | | 
| | |     - Moved getPackages() to ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit ea58f1211a4c3db0a8fe3d649e6ea60c96e2fab9
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 09:59:29 2011 +0000
| | | 
| | |     - Moved getClassNames() to ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 8271ad7df125b1cd5734439ab5b3fa9ce616a3f5
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 09:07:13 2011 +0000
| | | 
| | |     - Moved get/setSourceFile to ModelicaBuiltin.mo
| | |       - Slightly changed their output (from Ok/error to true/false and filename to "filename")
| | |       - Updated OMEdit to consider these changes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 2bc3b27fd390ff6ba5e47370f59e56d3292f25d5
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 08:07:57 2011 +0000
| | | 
| | |     - parseFile defined in ModelicaBuiltin.mo
| | |     - List OpenModelica package in OMEdit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 8e14aeb2e6556e293740e1c12556e3e1eacba0c7
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 07:31:54 2011 +0000
| | | 
| | |     - listVariables now part of ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 563c8387ecb72ca8c20c9873ca38500886a7ccc5
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 21 06:25:56 2011 +0000
| | | 
| | |     - Don't strcmp NULL-pointers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 7b0e7fe00e90d748280c2146dda4d14bb04a8c16
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 21 03:04:02 2011 +0000
| | | 
| | |     - chain the redeclares.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | 
| | * commit e6403a62f9bdd1ced7e3c63ba18426eb8e8270af
| | | Author: Willi Braun 
| | | Date:   Thu Oct 20 15:01:01 2011 +0000
| | | 
| | |     - fixed small bug in calculate analytical jacobian
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 1a3f8529f08cf99fe396b668febba3bd53858842
| | | Author: Per Östlund 
| | | Date:   Thu Oct 20 14:57:26 2011 +0000
| | | 
| | |     - Add info to some error messages in Ceval.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit 274f961c8cba9ae0957d636f66ae2d693dd99a45
| | | Author: Per Östlund 
| | | Date:   Thu Oct 20 14:36:30 2011 +0000
| | | 
| | |     - Allow unknown array dimensions for now, since it fixes some problems with
| | |       Media and Fluid because we instantiate stuff without modifiers.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit b4ac1924bc02cfb3c17e8bd61608db5b43ad6692
| | | Author: Per Östlund 
| | | Date:   Thu Oct 20 12:24:05 2011 +0000
| | | 
| | |     - Simplified Inst.updateComponentsInEnv2 a bit.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 58636bc6dc5ffa6fd572db8c70e5784097b77a25
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 11:56:12 2011 +0000
| | | 
| | |     - Fix for bootstrapped compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/runtime/Error_omc.cpp
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | 
| | * commit 222b369ea2999ff95c4f7cade82dfb429f1e84bb
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 11:21:04 2011 +0000
| | | 
| | |     - Fix binaries directory of FMU to linux32,linux64 as in the FMI spec. We use the openModelicaPlatform() name on unspecified platforms (i.e. darwin-x86_64)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	configure
| | | M	configure.in
| | | 
| | * commit cccd4625bac5fc97d8746b72f9489c19dafdf6cb
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 10:41:36 2011 +0000
| | | 
| | |     - Use log-scale for measureTime=true
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit 771a3d8a9cfeb7172b1b5cd31b8429acd2998c97
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 09:56:55 2011 +0000
| | | 
| | |     - Fixed typo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 289d9975a7814fb001db8564005c151d6938158d
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 08:52:23 2011 +0000
| | | 
| | |     - Avoid some more double-free
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit 636f8ef0eef23a501ac9eb0b2c91502a21de79bc
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 08:46:40 2011 +0000
| | | 
| | |     - Allow external objects to pass through simcode
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit af7d25e061788aead04ab0b3733f3230c4dd8e8f
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 08:37:55 2011 +0000
| | | 
| | |     - Bootstrapped compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/ErrorExt.mo
| | | 
| | * commit 692de30d5ad660d767f64d49cdd5c94e4e1f1478
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 08:06:39 2011 +0000
| | | 
| | |     - Avoid some double free so we don't cause segfaults
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit 33e3a2b178f50ef318c86fd0a25ebd05ca9f2ea7
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 07:38:18 2011 +0000
| | | 
| | |     - Call fmigenerator directly from ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 27114a7a583c227025edae9adaff0f3b22ed7aea
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 07:19:16 2011 +0000
| | | 
| | |     - C89 FMI compatibility
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmiModelFunctions.h
| | | 
| | * commit a2cad9add56ebcaae098b3958ca246656ed13e77
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 07:18:56 2011 +0000
| | | 
| | |     - Fix some compilation warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/fmuWrapper.h
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/stack.h
| | | M	FMI/import/source/xmlparser.c
| | | M	FMI/import/source/xmlparser.h
| | | 
| | * commit 733f3851e9c378061856b659af500fa26cb00149
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 20 06:40:15 2011 +0000
| | | 
| | |     - Only copy fmuWrapper.h to the include directory
| | |       - Moved some header includes around to avoid including unnecessary headers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | M	FMI/import/source/fmuWrapper.h
| | | M	FMI/import/source/xmlparser.c
| | | M	FMI/import/source/xmlparser.h
| | | M	Makefile.common
| | | 
| | * commit 1da1595d7b6fa196d86b8d3fdad876083a7e3789
| | | Author: Adeel Asghar 
| | | Date:   Wed Oct 19 18:57:37 2011 +0000
| | | 
| | |     - Copy required FMI header files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 8fd3f97d8efba24509bf4e4c2eb694061cf2bce2
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 19 14:49:51 2011 +0000
| | | 
| | |     - New getMessagesStringInternal() API. Example session :)
| | |       skew({1,2,"",3});
| | |       errors:=getMessagesStringInternal();
| | |       size(errors,1); // 2
| | |       currentError:=errors[1];
| | |       currentError.info.filename;
| | |       currentError.info.columnStart;
| | |       currentError.message;
| | |       currentError.kind;
| | |       currentError:=errors[2];
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Makefile.in
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/ErrorExt.mo
| | | M	Compiler/runtime/Error_omc.cpp
| | | M	Compiler/runtime/Error_rml.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 038857d9a0e26a95b9d994593030505f52c682bb
| | | Author: Per Östlund 
| | | Date:   Wed Oct 19 14:48:56 2011 +0000
| | | 
| | |     Fluid fixes:
| | |     - Better handling of redeclare modifiers in SCodeDependency.
| | |     - Updated DrumBoiler tests and moved them to working tests.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | 
| | * commit 77c7ea13b68c07ac49558ceb60e206206b7920a6
| | | Author: Adrian Pop 
| | | Date:   Wed Oct 19 14:03:01 2011 +0000
| | | 
| | |     - got rid of some of the warnings in Compiler/runtime.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 1df805c2ff633dbae77ab776d391ccd7abd187b9
| | | Author: Wuzhu Chen 
| | | Date:   Wed Oct 19 13:34:56 2011 +0000
| | | 
| | |     -- fixed variadic arguments compatibility
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/xmlparser.c
| | | 
| | * commit bbf77e7244cebd0dd4d5bc5aa5a17eecc8eb445d
| | | Author: Adrian Pop 
| | | Date:   Wed Oct 19 13:28:31 2011 +0000
| | | 
| | |     - missed one
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit e310e5ebcab1f3682a4090852550bdc35abf098a
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 19 12:11:20 2011 +0000
| | | 
| | |     - Refactoring of Error.mo: Use uniontype/enumeration to send message type/severity instead of strings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/GenerateOMCHeader.mos
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/ErrorExt.mo
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/Error_omc.cpp
| | | M	Compiler/runtime/Error_rml.cpp
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/Makefile.common
| | | M	Parser/Modelica.g
| | | M	Parser/parse.c
| | | 
| | * commit 43d9b4a42f10d5e2020b32f47afa358b425e2a20
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 19 07:59:21 2011 +0000
| | | 
| | |     - Added draft of better getMessagesStringInternal API (less client-side parsing)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 7cd5f1b045a7ca277fdf9ab4eba0c0ea481a2875
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 19 07:37:25 2011 +0000
| | | 
| | |     - Moved functionODE_residual to the runtime instead of templates (compile once, link many times)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit d2ad9d91e53455136fe7e1933fe7df7a7189a4d5
| | | Author: Martin Sjölund 
| | | Date:   Sun Oct 16 09:02:45 2011 +0000
| | | 
| | |     - Disable Werror
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | 
| | * commit cb745f392cc67c3fb383b9107638e80af90daa75
| | | Author: Martin Sjölund 
| | | Date:   Sun Oct 16 08:51:39 2011 +0000
| | | 
| | |     - Force generation of headers before trying to compile fmi
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 03f37fb715a549771596a117a1d6ffd8b36a84d6
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 15 12:57:36 2011 +0000
| | | 
| | |     Fixes for bug: #1637
| | |     - commented out the first case in Static.makeIfexp (thanks to Martin for pointing it out).
| | |         case (cache,env,e1,DAE.PROP(type_ = (DAE.T_BOOL(varLstBool = _),_),constFlag = c1),
| | |                         e2,DAE.PROP(type_ = t2,constFlag = c2),e3,DAE.PROP(type_ = t3,constFlag = c3),impl,st,_, _)
| | |           equation
| | |             true = Types.semiEquivTypes(t2, t3);
| | |             c = constIfexp(e1, c1, c2, c3);
| | |             (cache,exp) = cevalIfexpIfConstant(cache,env, e1, e2, e3, c1, impl, st, inInfo);
| | |           then
| | |             (cache,exp,DAE.PROP(t2,c));
| | |     - all tests go.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 1233674e9398ffcdc51284eaabd67f6388241c24
| | | Author: Adeel Asghar 
| | | Date:   Fri Oct 14 17:54:33 2011 +0000
| | | 
| | |     - Output Directory can be specified for importFMU.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 5fe1e82c0a893e2fde38763a128edbc4174b72a5
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 14 14:13:16 2011 +0000
| | | 
| | |     - OMEdit: Check getErrorString() after loadModel()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	Makefile.in
| | | 
| | * commit 8ca6eb2e8783ef950515827f066c86a546ad93a1
| | | Author: Adeel Asghar 
| | | Date:   Fri Oct 14 13:08:39 2011 +0000
| | | 
| | |     - Don't append errors to the error file. Always write the current import errors.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit b6a6c1bbf4e16eddfe1e8333e2f8dc9ff18bf1f0
| | | Author: Adeel Asghar 
| | | Date:   Fri Oct 14 12:57:54 2011 +0000
| | | 
| | |     - Changed fmuWrapper.a to libfmuWrapper.a
| | |     - FIX fmi compilation on windows
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | 
| | * commit 4a6f968097ef78299bbfbb0459730fa73bfb4ec5
| | | Author: Adeel Asghar 
| | | Date:   Fri Oct 14 12:57:00 2011 +0000
| | | 
| | |     - don't return error for default case because then the API will fail.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/xmlparser.c
| | | 
| | * commit 8463e0affecb2f6ec79acc1c6a1db4a746d15603
| | | Author: Adeel Asghar 
| | | Date:   Fri Oct 14 12:56:02 2011 +0000
| | | 
| | |     - getLastError() is wrong its GetLastError.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit f0d4f62e07d2d508cca86944387ec420f76a1d2a
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 14 12:07:33 2011 +0000
| | | 
| | |     - Some fixes to equation index of distributed systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 6598124ce540ee8db2621952010bfa248ff63aa2
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 14 11:59:42 2011 +0000
| | | 
| | |     - Some fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit 7edea585c5614e9595d7cb3a351176fd5b0b1cb8
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 14 11:54:10 2011 +0000
| | | 
| | |     - Use unzip
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit b54a0355976957affbc36c9f6a462d0124eaf606
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 14 11:51:51 2011 +0000
| | | 
| | |     - FMI fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | D	FMI/import/source/fmuModelica.h
| | | M	FMI/import/source/fmuModelica.tmp
| | | 
| | * commit 4489df75c741e1df885cd7c2af58f3176cb150c2
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 14 11:49:25 2011 +0000
| | | 
| | |     - FMI fixes (use .a-files)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | M	FMI/import/source/fmuModelica.tmp
| | | 
| | * commit b7c50d4738dc975972c295704c0b50a316313ee5
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 14 09:39:55 2011 +0000
| | | 
| | |     - Added +d=openmp, which slows down simulation in most cases (at least on 2-CPU systems)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 3c35df178574981fd70a7a94bfcba9b5099cfd9f
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 13 10:45:26 2011 +0000
| | | 
| | |     - Fixes to compile using clang
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit f56a2b590037ecea4f9fb742bb85dd39f66c05bc
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 13 10:42:01 2011 +0000
| | | 
| | |     - Fix moGenerator compilation errors
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/moGenerator.h
| | | 
| | * commit 0a73368527f52cb3a6957bd4cfa34b13bdf435be
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 13 10:35:30 2011 +0000
| | | 
| | |     - Remove unused
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/xmlparser.c
| | | 
| | * commit 659511db52f0ca9d5ce5bb6c625dc1f07661de18
| | | Author: Wuzhu Chen 
| | | Date:   Thu Oct 13 09:20:43 2011 +0000
| | | 
| | |     - Some bugs fixed in moGenerator, unzip cannot handle recursive directory creation
| | |     - Remove excessive amount of warning messages
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	FMI/import/source/fmuModelica.h
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/moGenerator.h
| | | M	FMI/import/source/xmlparser.c
| | | 
| | * commit b61cecd681e0e6939d23e0ddff23213e00af4ac8
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 13 08:28:10 2011 +0000
| | | 
| | |     - Refactoring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit b52a7b4d9c888dc5788bda942a94f2900808bbac
| | | Author: Willi Braun 
| | | Date:   Wed Oct 12 17:29:06 2011 +0000
| | | 
| | |     - added new solver: Dopri5.
| | |       An implementation with step-size control and dense output
| | |       by Thomas Schmidt @ FH Bielefeld.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 8eb97e06a6c4895515615ef94478d101f9772261
| | | Author: Adeel Asghar 
| | | Date:   Wed Oct 12 15:48:05 2011 +0000
| | | 
| | |     - breakprocess section in Makefile.common
| | |     - step to create BreakProcess.exe
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 33d8fa6e3c4787fe7c9c8ca5784a2a378b58044c
| | | Author: Per Östlund 
| | | Date:   Wed Oct 12 12:35:49 2011 +0000
| | | 
| | |     - Fixed stack overflow in ControlledTanks fluid test by qualifying redeclares
| | |       properly in SCodeFlatten. Also gets rids of some other error messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	configure
| | | 
| | * commit 10ceab47c3464e56e8d5ad20f1872934027ac203
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 12 10:42:22 2011 +0000
| | | 
| | |     - Disabled collapseIndependentBlocks by default as the whole backend+code generation now handles independent equation systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 0e9b0ae9c8aa0a2f787960eeb4eb5ccc27c6af84
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 12 09:22:36 2011 +0000
| | | 
| | |     - XMLDump now working for independent eq.systs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/XMLDump.mo
| | | 
| | * commit f156cfecac1e74621b9295a54171ef30246d05ba
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 12 08:45:36 2011 +0000
| | | 
| | |     - Some fixes for indep.eqsyst
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 9cb4f58dcee3c680418b9f09cf08960512fb45c5
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 14:11:02 2011 +0000
| | | 
| | |     - Fix for createParameterEquations when not collapsing indep.eqsyst
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit e0e66730f5b0d7f55396e92cf9c8caf2db75bab4
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 12:43:10 2011 +0000
| | | 
| | |     - Reset tmp ticks more often in generated code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 9cd410a2ae95411c447361227b591c24ac3d17d1
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 12:08:23 2011 +0000
| | | 
| | |     - Do not generate duplicate statements for functionAliasEquation when partitioning independent equation systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 692c5ccfcfb86d18c817d2e36470b5b1a644d4c2
| | | Author: Per Östlund 
| | | Date:   Tue Oct 11 11:35:41 2011 +0000
| | | 
| | |     - Fixed record component assignment in CevalFunction.
| | |     - Removed nogen and noevalfunc flags from fluid tests that don't need them.
| | |     - Removed some unused code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit cd7b1fa1b8f1d2ff6b7bc60c36203d5cf2b794ae
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 10:24:20 2011 +0000
| | | 
| | |     - Adding Modelica 3.3 draft spatialDistribution to the builtin env
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 0965a5ca3ee99a00848074023ed2618f55aa53cf
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 10:19:12 2011 +0000
| | | 
| | |     - Fix bootstrap comilation warning
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Env.mo
| | | 
| | * commit 3e9703061cc9fd03cdac8556d991cea81f422471
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 10:07:29 2011 +0000
| | | 
| | |     - Added Modelica 3.3 (draft) operator getInstanceName()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 86a21e4645615d86f181fc5c57ba2b5d7e715a8f
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 08:36:05 2011 +0000
| | | 
| | |     - Added some documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit af2b8548de01a18f62b3c2fbe2215f1d83bf7bcf
| | | Author: Per Östlund 
| | | Date:   Tue Oct 11 08:21:34 2011 +0000
| | | 
| | |     - Implemented RTOpts.setDebugFlag for the bootstrapped compiler.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | 
| | * commit 4705f66af387f87f732d8628a8915c00d6851adf
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 06:30:26 2011 +0000
| | | 
| | |     - Fix POSIX compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/fmuWrapper.h
| | | 
| | * commit 19a95dab9f15ab348c05b2bfa1c48cca73656717
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 11 06:22:07 2011 +0000
| | | 
| | |     - Include malloc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/stack.c
| | | 
| | * commit 1e057ab630388eda3c509f0b55a7d8617dbc3a96
| | | Author: Wuzhu Chen 
| | | Date:   Mon Oct 10 22:17:23 2011 +0000
| | | 
| | |     log file generation, platform dependency handling, more functions for xml parsing
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/CHANGES.txt
| | | M	FMI/import/source/fmuModelica.tmp
| | | M	FMI/import/source/fmuWrapper.c
| | | M	FMI/import/source/fmuWrapper.h
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/moGenerator.h
| | | M	FMI/import/source/stack.c
| | | M	FMI/import/source/xmlparser.c
| | | M	FMI/import/source/xmlparser.h
| | | 
| | * commit 7c3c183d8352603100f961e8c49069b216641268
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 10 14:57:31 2011 +0000
| | | 
| | |     - Use ModelicaBuiltin.mo to describe skew
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 9fc8fde9a79716a64859b4bfae8ea70816be1531
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 10 14:21:13 2011 +0000
| | | 
| | |     - Added cross to ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit aea416c98bbe3da087d74c5c3de442a91c6d4269
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 10 12:18:56 2011 +0000
| | | 
| | |     - Force nogen for Interactive.getComponents
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/runtime/rtoptsimpl.c
| | | 
| | * commit ad6d3aea51ba879c359e8c037f63ea0f120be6f9
| | | Author: Niklas Worschech 
| | | Date:   Mon Oct 10 11:57:57 2011 +0000
| | | 
| | |     fix in cpp template for generate matrix code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h
| | | 
| | * commit 12ffd6bece99b6064208bf0690716cdf900839eb
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 10 10:27:40 2011 +0000
| | | 
| | |     - Remove uesless config lines
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.unix.h.in
| | | 
| | * commit 90c9352844be51c0d3639b7df9c7953a3c551f3a
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 10 10:07:22 2011 +0000
| | | 
| | |     - Reduce the number of warnings clang gives about the GC macros
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica_gc.c
| | | M	c_runtime/meta/meta_modelica_gc.h
| | | 
| | * commit 1084a94bea7d3264be5e9b6d4bee548b2ee65014
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 10 09:52:31 2011 +0000
| | | 
| | |     - Added support for quoted identifiers in functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 6a526fc1f28411e618d3d4d407fe471cd409aefa
| | | Author: Martin Sjölund 
| | | Date:   Sun Oct 9 11:07:44 2011 +0000
| | | 
| | |     - Removed the Compile script on Unix platforms (call make directly)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | M	Compiler/Script/CevalScript.mo
| | | D	Compiler/scripts/Compile
| | | 
| | * commit 160e54254e02e92d5cce2887ce5fe2f0e449b39a
| | | Author: Martin Sjölund 
| | | Date:   Sun Oct 9 05:38:37 2011 +0000
| | | 
| | |     - Fix C++ compilation error (it's ok to call functions with too many arguments in C apparently)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 7f7316ba7a0b5334b1505324c105d637d57d51a5
| | | Author: Adeel Asghar 
| | | Date:   Sat Oct 8 13:54:23 2011 +0000
| | | 
| | |     - step to create fmigenerator.exe
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 96affb02257b24050b91f94cdeffcb53ac76a961
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 8 10:13:29 2011 +0000
| | | 
| | |     - disable instantiation as basic type for anything other than type and connector (causes 1 test to fail).
| | |     - some fixes for expandable-expandable connection (should be the union of all of them).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | 
| | * commit 0fd12a15034be41adf14192c840d607a08d96f0f
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 8 08:35:26 2011 +0000
| | | 
| | |     Fixes to FMU (mingw commands conflicting with Windows commands)
| | |     - force cmd.exe to choose mkdir.exe instead of mkdir
| | |     - use && instead of ; for command separation.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 37722d6878ba3a40e1535525d2c7cfab0145f447
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 7 15:27:59 2011 +0000
| | | 
| | |     bug #1159
| | |     - do not use /B in Compile*.bat as Windows XP will crap out
| | |     - delete .log .exe .dll when compiling.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/scripts/Compile.bat
| | | M	Compiler/scripts/CompileMSVC.bat
| | | 
| | * commit fd1d479c99219d26f397a7379daaf6ae55a57ea5
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 7 13:51:38 2011 +0000
| | | 
| | |     - Use System.getExeExt instead of hard-coded values
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit b401db03ba3a650e2dfadfa664804f8e4b44d254
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 7 12:47:00 2011 +0000
| | | 
| | |     - fix compilation on Windows.
| | |     - delete also .log to be sure is actual.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit e6528fcc5d0ffa94228cf0fcc5a4e51d08b15712
| | | Author: Per Östlund 
| | | Date:   Fri Oct 7 09:51:53 2011 +0000
| | | 
| | |     - Fixed stack overflow in Inst.updateComponentInEnv for some fluid models.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 58380b8288cb7f98267e26fcea48de23cb0abaf9
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 7 07:50:08 2011 +0000
| | | 
| | |     - Remove file before compilation starts and check that it exists after
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 55b2ec3afbdae79f1ac74cb06bfe0ce2dfcb8b1e
| | | Author: Per Östlund 
| | | Date:   Thu Oct 6 14:56:37 2011 +0000
| | | 
| | |     - Relaxed the check for cyclic dependencies in Inst.instElementList, to avoid
| | |       false positives when if-equations are used.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 02a5d558bcc262e1425a177e86409ec6f82fd581
| | | Author: Per Östlund 
| | | Date:   Thu Oct 6 14:18:53 2011 +0000
| | | 
| | |     - Fixed elaboration of stream operators on empty arrays, which fixes flattening
| | |       of some fluid models.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 8d49c6a2732564051adb7d451016c5e13d7f2779
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 6 07:31:02 2011 +0000
| | | 
| | |     - Removed some unused functions, fixed some compiler warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit db7d701b04f7ea2a239d809ad77577dc040e6bde
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 6 06:51:09 2011 +0000
| | | 
| | |     - Removed some old stuff from Builtin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | 
| | * commit 72f94538edffa8cd4c64c8a1ebb2731d60e6d39d
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 6 06:42:06 2011 +0000
| | | 
| | |     - Implemented linspace in ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit c7c8a9a090956dc5eca3db076007bc80b519f42e
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 6 06:16:18 2011 +0000
| | | 
| | |     - Added outerProduct as external "builtin"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit c351b69d6e1ef82959fe35c6b2da6b885679dba1
| | | Author: Adeel Asghar 
| | | Date:   Wed Oct 5 19:28:05 2011 +0000
| | | 
| | |     - minor fixes of FMI import
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit 9768d6b8dc44039075f4953c081508009766a436
| | | Author: Adeel Asghar 
| | | Date:   Wed Oct 5 16:14:47 2011 +0000
| | | 
| | |     - SIGUSR1 not really defined in windows.
| | |     - use systemCall instead of spawnCall.
| | |     - Removed the FMI bin and include folders. Not really needed.
| | |     - the fmuModelica.tmp is used as fmuModelica.h. check the make file.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | D	FMI/import/include/fmuWrapper.h
| | | D	FMI/import/include/moGenerator.h
| | | D	FMI/import/include/stack.h
| | | D	FMI/import/include/xmlparser.h
| | | M	FMI/import/source/fmuWrapper.h
| | | M	FMI/import/source/moGenerator.c
| | | M	Makefile.common
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 062132f18b9af434e1f231db2a312c8b4486d32e
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 14:35:36 2011 +0000
| | | 
| | |     - Removed .substring from the Builtin env
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | 
| | * commit 0d49175ae673e6c5ed5c2860db8736366f1cd97b
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 14:32:50 2011 +0000
| | | 
| | |     - Generate header from template
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | 
| | * commit cc0cb7779417199dfc15ff726fe9ff1e6d3a49c5
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 14:29:34 2011 +0000
| | | 
| | |     - Set LF props
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/fmuModelica.tmp
| | | 
| | * commit cec9b11e32eb2b466d2aad2593cb370508de1098
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 14:13:22 2011 +0000
| | | 
| | |     - Removed elabBuiltinRem elabBuiltinMod
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 74f12aa4863bb8404bf232531f021aebd7aca3be
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 14:01:38 2011 +0000
| | | 
| | |     - Removed elabBuiltinDiv
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit dc9ce930dda149e45bb12cf8d78dfde77d27260e
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 13:46:59 2011 +0000
| | | 
| | |     - Moved abs() from Builtin.mo to ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 26182070b1c495625698d629be0f4e6563a3ba83
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 13:02:27 2011 +0000
| | | 
| | |     - Removed boolean() from Builtin.mo as it is not a legal Modelica call
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | 
| | * commit 511f0b7891ae50747f3d736898a3d1df84173696
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 12:41:21 2011 +0000
| | | 
| | |     - Implemented function overloading
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | 
| | * commit 4e36173b953e299bc255ecde57016ca3c88b4d5b
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 09:34:29 2011 +0000
| | | 
| | |     - Add dumping of overloaded functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | 
| | * commit d35462f01f58405aad1a2275f40995ce4f2c4e75
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 08:06:14 2011 +0000
| | | 
| | |     - Fix for vectorized delays
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 5be56ad0c46571fd1677b6a177561a0c7c5cc486
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 06:38:41 2011 +0000
| | | 
| | |     - Some more compiler warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | M	FMI/import/source/xmlparser.c
| | | 
| | * commit 865b1f3bcfae47f6b28989e67594d286b3e23ea3
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 5 06:36:53 2011 +0000
| | | 
| | |     - Fixed some compilation warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/Makefile.in
| | | M	FMI/import/source/stack.c
| | | M	FMI/import/source/xmlparser.c
| | | 
| | * commit abbd90fcb49c9863a90b5c3194478488f7604851
| | | Author: Adeel Asghar 
| | | Date:   Tue Oct 4 20:11:22 2011 +0000
| | | 
| | |     - using unzip instead of 7z.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	FMI/import/source/moGenerator.c
| | | 
| | * commit 983ae1fe72b9ed673a8e43187cbee4912a7f7820
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 4 18:54:21 2011 +0000
| | | 
| | |     - Fix for vectorizing delay() calls
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit a4a6f59978a8a06fd068f0a4185f9f177b4742d6
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 4 10:05:10 2011 +0000
| | | 
| | |     - Some fixes for FMI import to compile under UNIX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	FMI/import/source/Makefile.in
| | | M	FMI/import/source/fmuWrapper.h
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 2bf3a71b4dfafb5f61318bdd3d7c7c2a41ec19f1
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 4 10:04:37 2011 +0000
| | | 
| | |     - Corrected linking order
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Parser.mo
| | | 
| | * commit b89a5e2bc8c3f881131a61adcb0d06c8a8bd5d46
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 4 09:14:48 2011 +0000
| | | 
| | |     - Fix OSX compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit e32c441e50cc98e62f6afc82bb184fc022d7a4a3
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 4 07:47:17 2011 +0000
| | | 
| | |     - Make USR1 print some simple simulation status to stdout
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit e7e92831cfa0066d507050e897be616b7c9eb725
| | | Author: Adeel Asghar 
| | | Date:   Tue Oct 4 02:46:35 2011 +0000
| | | 
| | |     - FMI Import updated.
| | |     - Added the new importFMU API.
| | |     - fmuWrapper.o is removed.
| | |     - fmi section is added to the makefile.Common.
| | |     - build fmi in order to get the executable and required files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | A	FMI/import/CHANGES.txt
| | | M	FMI/import/source/fmuWrapper.h
| | | D	FMI/import/source/generator.mak
| | | M	FMI/import/source/moGenerator.c
| | | M	FMI/import/source/xmlparser.c
| | | M	Makefile.common
| | | 
| | * commit c9cbf43ec8aa46b8803de5748429792b44552b5b
| | | Author: Per Östlund 
| | | Date:   Mon Oct 3 17:10:20 2011 +0000
| | | 
| | |     - Remove Util.stringDelimitList, since it's builtin now.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit d40243659afa550ba5f6a4a9bc617333ae16c3c2
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 3 13:46:45 2011 +0000
| | | 
| | |     - Re-enabled the check for functions defining all slots
| | |       - FunctionArg now stores the default expression in it so we can use it very fast
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/List.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 8707c5b2a1d78d2e6c46747388b90c1cf771e157
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 30 12:56:57 2011 +0000
| | | 
| | |     - Added List.selectFirst1
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/List.mo
| | | 
| | * commit 70c8c971108c09cd81c58cf2561087aeda6c782e
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 30 08:29:25 2011 +0000
| | | 
| | |     - Fix bootstrapped compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/List.mo
| | | 
| | * commit 2c9c7cb91df548b7b0191d1265632bd2c382bf34
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 30 07:58:07 2011 +0000
| | | 
| | |     - Improved the error for imbalanced systems (prints all of them instead of only first)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/Util/List.mo
| | | 
| | * commit 82a6ca0c47bd3e04a30eb8878780e02fd6309057
| | | Author: Adrian Pop 
| | | Date:   Fri Sep 30 07:08:12 2011 +0000
| | | 
| | |     - for no GC use macros so we don't waste C calls for nothing.
| | |     - you might need to do make clean for this to work.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica_gc.c
| | | M	c_runtime/meta/meta_modelica_gc.h
| | | 
| | * commit b46a251603bc2f73cca4d38c4a0699e37665e77e
| | | Author: Adrian Pop 
| | | Date:   Fri Sep 30 06:56:36 2011 +0000
| | | 
| | |     - media fixes (allow instantiation of partial functions for now)
| | |       until we can check if a class is basic type before we do the damn instantiation
| | |     - we cannot fill all slots if the function has extends in it so SCode.getElementName
| | |       will fail, so don't check if ALL the slots are filled in Static.elabCallArgs2
| | |     - most of Media models flatten now, we still have to test them a bit
| | |     - we have one failtest in plus now due to these changes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 64af87d2e0147c7b33db06565df0770aa2a0f918
| | | Author: Adrian Pop 
| | | Date:   Thu Sep 29 00:13:49 2011 +0000
| | | 
| | |     - use Types.elabType instead of Algorithm.getTypeExpType
| | |     - use match instead of matchcontinue in ClassInf.getStateName
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | 
| | * commit 80e91894e3c13f14ccb3d7c9b431c74cc812fc79
| | | Author: Per Östlund 
| | | Date:   Wed Sep 28 12:00:02 2011 +0000
| | | 
| | |     - Changed the error messages from constant id + lookup list into just message
| | |       constants.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 83222b18a2e5d0cdd52144b8501202fe550a3b7e
| | | Author: Per Östlund 
| | | Date:   Wed Sep 28 10:31:39 2011 +0000
| | | 
| | |     Fix for bug #1627:
| | |     - Pass the subscripts correctly in elabCrefSubs so that the bounds checking
| | |       works correctly on qualified subscripts.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	configure
| | | 
| | * commit 346ba57a6baeaba72c97a621031f67bb6e3227b5
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 27 15:08:28 2011 +0000
| | | 
| | |     - Fix extraPolate
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/matrix.h
| | | 
| | * commit 9d8abbd81e559413e3c22010355b92b31d723d1d
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 27 15:07:14 2011 +0000
| | | 
| | |     - Some compiler warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/rtclock.c
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit c5aba33418520920710d360d4d3cf829407d13b1
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 27 14:51:57 2011 +0000
| | | 
| | |     - Changed the extraPolate macro so we don't get warnings because variables contain $-signs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/matrix.h
| | | 
| | * commit 3ba4b5ca8390093b77ba721285b2fccc59a56639
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 27 13:11:03 2011 +0000
| | | 
| | |     - README update
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README.Linux.txt
| | | 
| | * commit b36be1c174af885da9cef13332fcc42e282790e5
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 27 12:44:34 2011 +0000
| | | 
| | |     - Allow compilation without Java
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README.Linux.txt
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 97412445f71fc2ea63e52436682c511ac44324a2
| | | Author: Per Östlund 
| | | Date:   Tue Sep 27 09:31:48 2011 +0000
| | | 
| | |     - Updated the OMC usage text.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit e26d09a477d9fee7aa2ea88c8221f4c2720566d3
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 27 09:05:11 2011 +0000
| | | 
| | |     - Added ceval of stringDelimitList
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit ed85bf655a0f86d91198c0fe036a4fca643f9f2c
| | | Author: Per Östlund 
| | | Date:   Tue Sep 27 08:07:16 2011 +0000
| | | 
| | |     - Allow connectors to inherit from records.
| | |     - Removed the ModUtil package, because it mostly contained duplicates and unused
| | |       functions, and had a confusing name. The only three functions that were used
| | |       (pathEqual, innerOuterEqual and pathStringReplaceDot) have been moved to Absyn
| | |       instead.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | D	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.w32
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 43c3ef904e364778ae2f17bb18c22b4676fba9bd
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 27 06:51:41 2011 +0000
| | | 
| | |     - getting the testsuite closer to 100%
| | |     - more fixes are on the way for redeclares.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit ba4a7a80991d98ba5aed6d39d10171ecc7a7b7b4
| | | Author: Adeel Asghar 
| | | Date:   Mon Sep 26 22:02:41 2011 +0000
| | | 
| | |     - New visualize2 API.
| | |     - writes the file .visualize with the information about the visualization objects.
| | |     - Later it needs to be extended to call the visualization tool and then pass the simulation result file and .visualize to it.
| | |     - removed an extra print from getElementName.
| | |     - OMEdit: the modelbrowser window take less area now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 8cde145ce098e8e4878a21d8bd1456947fd17a17
| | | Author: Jens Frenkel 
| | | Date:   Mon Sep 26 21:51:33 2011 +0000
| | | 
| | |     - remove unused parameters from functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 0a8d302a36b91b6cc1c0ac8e8dba111c80f09431
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 26 14:45:35 2011 +0000
| | | 
| | |     - Patternm: Only output a single error for patterns
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 160a956d83fb95ec0c29bd84030c654430e13618
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 26 09:18:41 2011 +0000
| | | 
| | |     - Added boxptr_stringDelimitList
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica_builtin.h
| | | 
| | * commit b44374d9cb55d3bddb7ae78eb6bf16954fcbc20a
| | | Author: Per Östlund 
| | | Date:   Mon Sep 26 09:00:49 2011 +0000
| | | 
| | |     - Added check for components with the same name is it's type specifier.
| | |     - Enabled testcase mofiles/Lookup8.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 0bd84d81a1f3591ddf993aeda5a2a717c92a60c1
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 26 06:40:58 2011 +0000
| | | 
| | |     - Added missing function boxptr_listDelete
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica_builtin.cpp
| | | M	c_runtime/meta/meta_modelica_builtin.h
| | | 
| | * commit 6f8d935573b2789bd4e04d6f31a2e8b060021628
| | | Author: Adrian Pop 
| | | Date:   Sun Sep 25 04:51:09 2011 +0000
| | | 
| | |     - WARNING: NEW RML is needed for this revision! Update your OMDev for Windows and RML for Linux.
| | |     - stringDelimitList is now a runtime function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatDump.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeGraph.mo
| | | M	Compiler/FrontEnd/SCodeHashTable.mo
| | | M	Compiler/FrontEnd/SCodeMod.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/List.mo
| | | M	Compiler/Util/Relation.mo
| | | M	Compiler/Util/Scope.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit 94fea1212c9c910dc1902b1d1c9459054c22ec2b
| | | Author: Adrian Pop 
| | | Date:   Sat Sep 24 16:19:45 2011 +0000
| | | 
| | |     - small typo fix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit 6790a17ffcc4fbef8ae41b9b2639c20ff1e21b8c
| | | Author: Adeel Asghar 
| | | Date:   Sat Sep 24 13:11:11 2011 +0000
| | | 
| | |     - Information about AccessControl plugin.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit c6a8a6264a80326bcd0ea33d107bbedb300ad250
| | | Author: Adrian Pop 
| | | Date:   Sat Sep 24 02:25:01 2011 +0000
| | | 
| | |     - SimCode.mo
| | |       do not use listReverse on libs as List.union does not reverse the list anymore.
| | |       this is needed to fix the wrong library order for linking.
| | |     - update to version 1.8.0
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/runtime/config.h
| | | 
| | * commit a749d6b67a420e311c138f0e40037efffe04699a
| | | Author: Wuzhu Chen 
| | | Date:   Fri Sep 23 13:31:52 2011 +0000
| | | 
| | |     FMU_Import: some files missing
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	FMI/import/include/fmuWrapper.h
| | | A	FMI/import/include/moGenerator.h
| | | A	FMI/import/include/stack.h
| | | A	FMI/import/include/xmlparser.h
| | | A	FMI/import/source/fmuModelica.tmp
| | | A	FMI/import/source/fmuWrapper.c
| | | A	FMI/import/source/fmuWrapper.h
| | | A	FMI/import/source/generator.mak
| | | A	FMI/import/source/moGenerator.c
| | | A	FMI/import/source/moGenerator.h
| | | A	FMI/import/source/stack.c
| | | A	FMI/import/source/stack.h
| | | A	FMI/import/source/xmlparser.c
| | | A	FMI/import/source/xmlparser.h
| | | 
| | * commit 01475ee729779fbb76335311a315f9f357ce810b
| | | Author: Wuzhu Chen 
| | | Date:   Fri Sep 23 13:28:47 2011 +0000
| | | 
| | |     prototype, refactoring still in process
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	FMI/import/include/fmuWrapper.h
| | | D	FMI/import/include/moGenerator.h
| | | D	FMI/import/include/stack.h
| | | D	FMI/import/include/xml_parser.h
| | | D	FMI/import/source/fmuModelica.tmp
| | | 
| | * commit 8a6cd47a75ae3c71add6e290a2c65c557f226722
| | | Author: Per Östlund 
| | | Date:   Fri Sep 23 12:57:59 2011 +0000
| | | 
| | |     Fix for bug #1621:
| | |     - Handle enumerations inside modified models correctly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 70f68a6505478266ebc55ecafefd0f466e464264
| | | Author: Per Östlund 
| | | Date:   Fri Sep 23 11:58:33 2011 +0000
| | | 
| | |     - Added test validation tool, useful to check tests when equation order changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	tools/validatetest/validatetest.pl
| | | 
| | * commit 923f0c08e89450a90fc9685b848f6bea8e2a50c3
| | | Author: Per Östlund 
| | | Date:   Fri Sep 23 11:21:23 2011 +0000
| | | 
| | |     - Changed the error message for public non-formal parameters in functions to be
| | |       understandable without reading the specification.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit c3a0e9ebb9a9dff8a5810a0c43feee5ae821de2b
| | | Author: Per Östlund 
| | | Date:   Fri Sep 23 09:53:28 2011 +0000
| | | 
| | |     - Moved list functions from Util to a new List package.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatDump.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeGraph.mo
| | | M	Compiler/FrontEnd/SCodeHashTable.mo
| | | M	Compiler/FrontEnd/SCodeMod.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Graph.mo
| | | M	Compiler/Util/IOStream.mo
| | | A	Compiler/Util/List.mo
| | | M	Compiler/Util/Name.mo
| | | M	Compiler/Util/Relation.mo
| | | M	Compiler/Util/Scope.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit f645074d0fe494c24534448c5b60d8e8dd36a8d5
| | | Author: Jim Nutaro 
| | | Date:   Wed Sep 21 16:23:47 2011 +0000
| | | 
| | |     Removed dead code from the adevs backend.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 2b1497ffabd970dfd3388fde0103c55de5585321
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 21 15:04:59 2011 +0000
| | | 
| | |     #1623
| | |     - Produce a good error-message when a pattern variable is not found in the local scope
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 05d8fa755d0afb364afc2c706cc99d44e6d24dd1
| | | Author: Adeel Asghar 
| | | Date:   Tue Sep 20 21:37:18 2011 +0000
| | | 
| | |     - Fixed the line conversion problems.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/convert_lines.pl
| | | 
| | * commit 9b1171e75f7e3371dba33dc57afbf1c6e6c89861
| | | Author: Jim Nutaro 
| | | Date:   Tue Sep 20 20:09:21 2011 +0000
| | | 
| | |     Code generator works again. Still needs to have unnecessary code removed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 7a361e34a05dbf7a632de508987e9304fc3791b0
| | | Author: Jim Nutaro 
| | | Date:   Tue Sep 20 18:20:10 2011 +0000
| | | 
| | |     Fixed issue with lambda, still working on other problems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit f465197cca16de7ad1082c056dc1b610300018f1
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 20 15:11:07 2011 +0000
| | | 
| | |     - Some fixes for indep.eq.syst
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 26a92ba8d13aefe113a97f057f6aff982a6b61b3
| | | Author: Willi Braun 
| | | Date:   Tue Sep 20 14:17:22 2011 +0000
| | | 
| | |      - replaced the calculation of the jacobian by a fast
| | |        column-wise method
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/linearize.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit d0ee53db817925132bab85f4e9b04cc2a2e67706
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 20 11:47:44 2011 +0000
| | | 
| | |     - Don't inline functions for clang to work
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/integer_array.c
| | | 
| | * commit 014bb842911f47fa9c7c69c24fc85e1e2c5046b2
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 20 09:48:33 2011 +0000
| | | 
| | |     - Added builtin function stringDelimitList to MetaModelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	c_runtime/meta/meta_modelica_builtin.cpp
| | | M	c_runtime/meta/meta_modelica_builtin.h
| | | 
| | * commit 0b034fd3cb2d5e9d4a82693f3e6f9a64bad06542
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 19 14:22:08 2011 +0000
| | | 
| | |     - Some bugfixes for indep.eq.syst
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 70fdddd71b22079a406a6b764f51dfeeccf5dcf9
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 19 11:51:53 2011 +0000
| | | 
| | |     - partitionIndependentBlocks now succeeds all the way to codegen. Will need to check if it produces the correct result, too
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 3fddbaef71469f16298848e508e3c375f35759fa
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 19 11:03:05 2011 +0000
| | | 
| | |     - Force #endModelicaLine at the start of match-expressions for the debugger
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 9ef59e2c3a3f4da4adfa87051b7ed376c68bd30c
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 19 09:49:05 2011 +0000
| | | 
| | |     - Builtin functions no longer use the weird _rettype crap
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/dummy_model.cpp
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | M	c_runtime/meta/meta_modelica_builtin.cpp
| | | M	c_runtime/meta/meta_modelica_builtin.h
| | | M	c_runtime/meta/meta_modelica_real.cpp
| | | M	c_runtime/meta/meta_modelica_real.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/real_array.h
| | | M	c_runtime/string_array.h
| | | 
| | * commit ff88ecacc764c3998ec76dc12b98fc1ffc77995f
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 19 08:49:23 2011 +0000
| | | 
| | |     - Parallel eqsystems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 5e18b957c8d8a2cec42f646b28ba299b2edd604b
| | | Author: Martin Sjölund 
| | | Date:   Sun Sep 18 16:10:44 2011 +0000
| | | 
| | |     - getPathedClassInProgram now also looks for builtin classes (making MDT display builtin functions in any project)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit ac416a7423c29b845374ddbf3c9599a109114502
| | | Author: Martin Sjölund 
| | | Date:   Sun Sep 18 15:34:31 2011 +0000
| | | 
| | |     - Fixed codegen for if-expressions of array crefs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ba37dd0e55849280b4b3112f96689455c1daac4a
| | | Author: Martin Sjölund 
| | | Date:   Sun Sep 18 15:05:19 2011 +0000
| | | 
| | |     - Skip writing huge comments for each rhs in generated code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 5b6ab9490472c7e96f8f67b03839be6aed2500c3
| | | Author: Martin Sjölund 
| | | Date:   Sun Sep 18 13:54:07 2011 +0000
| | | 
| | |     - Some more changes for indep.systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 6a10ec02ae5e0d44d2129b068ed2087775639418
| | | Author: Martin Sjölund 
| | | Date:   Sun Sep 18 12:37:50 2011 +0000
| | | 
| | |     - Fix convert_lines.pl so we can debug files that have digits in them...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/convert_lines.pl
| | | 
| | * commit c77d682a65d1c7e5ed72b5cf2f138a6ca6d82bb8
| | | Author: Martin Sjölund 
| | | Date:   Sat Sep 17 11:23:34 2011 +0000
| | | 
| | |     - Added API call reopenStandardStream(OpenModelica.Scripting.StandardStream.stdin,"program.txt"); for MM course
| | |       + This way, we do not need to redirect stdin in eclipse
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 1a251ee113cfada3dd3e3767e2ad059b86a84252
| | | Author: Adeel Asghar 
| | | Date:   Sat Sep 17 10:02:17 2011 +0000
| | | 
| | |     - change the standard streams buffer size.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit 8915aefc98e47bfacc95f34ce385346b1da0fc9d
| | | Author: Martin Sjölund 
| | | Date:   Sat Sep 17 08:24:13 2011 +0000
| | | 
| | |     - Made changeStdoutBuffer run also on Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | 
| | * commit 71828982b5f7026d1a59e2ecdd5d2ffd161b255f
| | | Author: Adrian Pop 
| | | Date:   Fri Sep 16 19:34:23 2011 +0000
| | | 
| | |     - update to MinGW gcc 4.4 (use -static-libgcc to not require additional gcc .dlls)
| | |     - SCodeUtil: check for duplicates separately in absyn and loaded builtin functions (to allow MDT to load
| | |       the builtin files without issues).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/runtime/config.h
| | | 
| | * commit d5cbf060d20d216500da62b41b81d15f29e2d268
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 16 12:22:35 2011 +0000
| | | 
| | |     - Some more refactoring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit ae112f62339980a8cade0f34ba293a6551e0859d
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 16 11:42:51 2011 +0000
| | | 
| | |     - checkInitialSystem fixed for indep.systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 5fd8b44e5aa5ad4d17ff52288a313131636be3b8
| | | Author: Adrian Pop 
| | | Date:   Fri Sep 16 11:03:00 2011 +0000
| | | 
| | |     - added stdio.h for gcc 4.4 compilation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/socket_win.cpp
| | | 
| | * commit 405f3aeb9dd3afa881f0c281c8e0100c275d68de
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 16 09:37:42 2011 +0000
| | | 
| | |     - SimCode.generateHelpVarInfo now works for indep.systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 15b4e69448870e1622339447602589f33f02c7be
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 16 08:48:58 2011 +0000
| | | 
| | |     - The createSimCode handles independent eq.systems a little better (still not close to done)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 7e7490d7c187d2159f71c8b6006d7eb68a68d221
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 15 15:08:10 2011 +0000
| | | 
| | |     - Some additional changes for independent eq-systems in SimCode.createSimCode (needs larger changes later on)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit bfbfaff31c97b81a15b7bd8b2fbda6d41523197c
| | | Author: Per Östlund 
| | | Date:   Thu Sep 15 09:29:07 2011 +0000
| | | 
| | |     - Added check for public non-formal function parameters, and fixed the compiler
| | |       code and test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit c65a89ca47a92d5fa7ac5c1db0002810e310a965
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 14 15:52:55 2011 +0000
| | | 
| | |     - matching,index-reduction and past-opt modules now handle independent eq-systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit d2369cca8164807299afe60fe92a75c4e8e4f8c0
| | | Author: Per Östlund 
| | | Date:   Wed Sep 14 12:41:09 2011 +0000
| | | 
| | |     Fix for bug #1619:
| | |     - Implemented support for boolean ranges.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | 
| | * commit 115cd2ebc04aa5a1ceec8c3c6daa305d246cdc9c
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 14 12:30:54 2011 +0000
| | | 
| | |     - Refactoring: Started using the BackendDAE.MATCHING for sending assignments/strong components in some places
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit f1f06d3559204595fcee1115a25be7d1d06f89de
| | | Author: Per Östlund 
| | | Date:   Wed Sep 14 11:49:57 2011 +0000
| | | 
| | |     - Cleanup of tests in mofiles. Activated some working tests and deleted some
| | |       invalid/redundant tests.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit f61b7df1b8bcca0aac5b197b50bb38ae5f66e731
| | | Author: Per Östlund 
| | | Date:   Wed Sep 14 10:06:58 2011 +0000
| | | 
| | |     - Changed argument order of Util.listMap01 to conform to the map(list, function,
| | |       extra args) convention.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit f4cc8a79140e845b6684bc962c7d1196243c7dd9
| | | Author: Per Östlund 
| | | Date:   Wed Sep 14 09:58:26 2011 +0000
| | | 
| | |     - Removed the scalar field from DAE.MATRIX, because a matrix should always
| | |       contain scalars.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 2001c11b57d04882895cd66fdcdf451c767c4b8e
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 14 09:21:41 2011 +0000
| | | 
| | |     - Minor refactoring, adding field for storing matching information in each eqsystem
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | 
| | * commit fab1baa3377165e303bc19d46093a9856f477496
| | | Author: Per Östlund 
| | | Date:   Wed Sep 14 09:19:20 2011 +0000
| | | 
| | |     - Fixed some issues with elaboration of the matrix operator.
| | |     - Changed Static.elabMatrixToMatrixExp to only convert 2-dimensional arrays to
| | |       matrices.
| | |     - Fixed some type issues and added type checking of empty arrays.
| | |     - Added Types.verifyExpressionType which can be used to check that the type of
| | |       expressions is correct.
| | |     - Moved Epidemics1 and DimConvert from failing tests to working tests in
| | |       mosfiles, and corrected some invalid tests.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 3ab68877bc5a165f40a82759df78f911aa13f109
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 14 06:57:13 2011 +0000
| | | 
| | |     - Fix bootstrap compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit d272489e09ac27b172846112ecdb5fd823d614c6
| | | Author: Willi Braun 
| | | Date:   Tue Sep 13 18:31:06 2011 +0000
| | | 
| | |      - get rid of tabs in source code
| | |      - corrected indentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | M	c_runtime/ddassl.c
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/linearize.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 338855a0f2df45638cbf98050bd627d4f827e52c
| | | Author: Willi Braun 
| | | Date:   Tue Sep 13 15:33:09 2011 +0000
| | | 
| | |      - revised generation of jacobian matrices
| | |        - now they are generated column-wise(speed up while compilation)
| | |      - expand BackendDAE with a type
| | |      - add some debug flags for jacobians in dassl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/ddassl.c
| | | M	c_runtime/linearize.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 1dcb9f5672edfead03cf00f5982ee5389825e65d
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 13 14:34:43 2011 +0000
| | | 
| | |     - Refactoring of matching/index reduction to take EqSystem/Shared as input instead of the whole DAE
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit d77c79a6b2480123d8a9bb2931fc55b91f94c491
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 13 09:59:01 2011 +0000
| | | 
| | |     - Fix for exptype of crefs in connections of composite names
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | 
| | * commit 652905155db8c55719c754b0c5fd8eb5da0fcff3
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 13 08:26:49 2011 +0000
| | | 
| | |     - updates to FMI import (from Wuzhu Chen)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R100	FMI/import/fmuWrapper.h	FMI/import/include/fmuWrapper.h
| | | A	FMI/import/include/moGenerator.h
| | | A	FMI/import/include/stack.h
| | | A	FMI/import/include/xml_parser.h
| | | 
| | * commit b193e6386c8ad9e3b2a98722a4aa470e5a7d4c84
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 13 07:52:48 2011 +0000
| | | 
| | |     - Better error-message for createEqSystem when the system is imbalanced
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 3b8711424f4c476c7243d1c6a486b89c0d9f1cd4
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 13 06:32:56 2011 +0000
| | | 
| | |     - Fixes for bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 80b1a83abe72e74040091d5483a30805784f4737
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 13 06:24:44 2011 +0000
| | | 
| | |     - added the first draft of FMI import (from Wuzhu Chen)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	FMI/import/fmuWrapper.h
| | | A	FMI/import/source/fmuModelica.tmp
| | | 
| | * commit fd6be1c1612603b8eefeba0d06d7b041f04745fa
| | | Author: Azam Zia 
| | | Date:   Mon Sep 12 20:54:04 2011 +0000
| | | 
| | |     Fixed FMU makefile.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 4f1a8f049439cb1c14b9795710c8d2f002564a79
| | | Author: Lennart Ochel 
| | | Date:   Mon Sep 12 14:47:05 2011 +0000
| | | 
| | |     - revised initialization
| | |     -- including full support of start-values
| | |     -- including scaling
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/dummy_model.cpp
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | 
| | * commit 6a8212703ddb6e11963cec90dcba6e7e274a0231
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 12 13:25:04 2011 +0000
| | | 
| | |     - Do not generate code for known external C function like Modelica.Math.sin
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | 
| | * commit b88c1a217d243dcbe34472d1832d11ed222049ba
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 12 12:40:12 2011 +0000
| | | 
| | |     - Minor performance increase by reordering modules
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 38fbc3d38461eaeb54aaf17053bc46f316798fe3
| | | Author: Willi Braun 
| | | Date:   Mon Sep 12 11:57:56 2011 +0000
| | | 
| | |     #1617
| | |      - workaround for bug 1617 restart matching if it fails after
| | |        dummyder method has applied and matching is wrong.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 8f1cbdd374aee24527f9f1cf2fda16b60c87db19
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 12 11:28:08 2011 +0000
| | | 
| | |     - Added support for collapseIndependentBlocks, made the (default) preOpt modules support this and enabled the partitioning of equations by default
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | 
| | * commit c619bed0409b39288aa030be1253961269e721c0
| | | Author: Niklas Worschech 
| | | Date:   Mon Sep 12 09:41:56 2011 +0000
| | | 
| | |     Fix in cpp template for accessing array elements
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit 9e3bf3cae94f22930822752b42821a524d0f440d
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 12 02:22:55 2011 +0000
| | | 
| | |     - set properties
| | |     - small typos fixed
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit 4e999c5da91ae566f432c35a2bd2aec8c203f39c
| | | Author: Azam Zia 
| | | Date:   Mon Sep 12 01:29:57 2011 +0000
| | | 
| | |     Corrected FMU Makefile.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit b81bca26166292e7adf5c729cd8e341dd09ab4be
| | | Author: Willi Braun 
| | | Date:   Sat Sep 10 14:38:03 2011 +0000
| | | 
| | |     #1614
| | |      - added fix for Bug 1614( delay with events)
| | |      - added testcase
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit 89aead2d41d79ba1b88ecad6bd35c05e94242cb0
| | | Author: Niklas Worschech 
| | | Date:   Fri Sep 9 13:29:13 2011 +0000
| | | 
| | |     fixes in cpp template for Modelica functions and arrays
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h
| | | 
| | * commit 345db746da6a2ea64202113d418a0348012965e1
| | | Author: Willi Braun 
| | | Date:   Fri Sep 9 00:52:54 2011 +0000
| | | 
| | |      - added small fixes to isDiscreteExp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 28ea55c3beed2d9307569dbf983a65b5527f1a40
| | | Author: Willi Braun 
| | | Date:   Thu Sep 8 21:40:15 2011 +0000
| | | 
| | |     - fixed some bugs in event handling
| | |     - changed debug output for events fprintf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 93295ed70285633c44067034edff0c4f27eaae05
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 8 14:20:23 2011 +0000
| | | 
| | |     - Added check for unused variables in the partitionIndependentBlocks optimization module and enabled it by default (it simply does these checks for now; it does not partition the system)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit fbdf37d4386b934337d2436feae1a70bc82fe12b
| | | Author: Per Östlund 
| | | Date:   Thu Sep 8 12:12:13 2011 +0000
| | | 
| | |     - Made the dumping of external declarations better.
| | |     - Changed so that only constant complex equations are constant evaluated in
| | |       InstSection.instEqEquation2.
| | |     - Added handling of integers in omc-diff, so that integers are compared exactly
| | |       (otherwise we allow a relative error for line numbers in errors).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 3c1fa652ddd6fa36c57030ebc1c638504b219e05
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 7 13:43:05 2011 +0000
| | | 
| | |     #1609
| | |     - Fixed reductions that contain a constant if-expression
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 32ac96ce3e83dac9bdf4e4d5b7fa983a68f55669
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 7 12:04:48 2011 +0000
| | | 
| | |     #1607
| | |     - Use a nominal type system for external objects
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit b34aab4157ecec47ac5e6496ff119db7add7e64e
| | | Author: Per Östlund 
| | | Date:   Wed Sep 7 11:29:15 2011 +0000
| | | 
| | |     - Added check of function variable types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 1a4e8055db13f0488f712309f5e01382a834a263
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 7 11:16:18 2011 +0000
| | | 
| | |     #1610
| | |     - Rewrote the ANTLR parser to use END_IF END_FOR, etc tokens in order to produce sane error-messages
| | |       + Note: 'end /*EVIL COMMENT*/ if' will no longer work due to lexer conflicts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | 
| | * commit 79c5c2416565ad579a8c39ef7a038ef1bd9dabb5
| | | Author: Per Östlund 
| | | Date:   Tue Sep 6 08:04:27 2011 +0000
| | | 
| | |     Fix for bug #1601
| | |     - Implemented support for using Boolean as array dimension.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 85560f4a8f3e2b3acf7a77c2652478e5166f1206
| | | Author: Jim Nutaro 
| | | Date:   Mon Sep 5 11:23:40 2011 +0000
| | | 
| | |     Corrected a save/restore issue in the adevs backend
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit a64bd948b5f72c44442151808ce2cb3d0138ff6a
| | | Author: Willi Braun 
| | | Date:   Fri Sep 2 18:12:54 2011 +0000
| | | 
| | |     - added sample events support for FMU export
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | 
| | * commit 35b3e52fed6f278b7f7dc04e9504cd8327f86974
| | | Author: Adeel Asghar 
| | | Date:   Fri Sep 2 16:06:43 2011 +0000
| | | 
| | |     - changeStdoutBuffer, Mingw based gcc has block buffer policy for stdout. we need to change it. Windows crap!!!!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit e223f613fdb269a366c8bdb786d7f886b8fc99ae
| | | Author: Per Östlund 
| | | Date:   Fri Sep 2 12:12:40 2011 +0000
| | | 
| | |     Fix for bug #1104
| | |     - Report error on recursive definitions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit bbf897adf8ab799e74c6d4feb9d1b884ec52777e
| | | Author: Per Östlund 
| | | Date:   Fri Sep 2 10:51:41 2011 +0000
| | | 
| | |     Fix for bug #1605
| | |     - Report error for duplicate redeclarations in the same scope.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit e390e8e062991355de2e7e7960d4f6e0c4e76880
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 2 06:33:34 2011 +0000
| | | 
| | |     - Fix to allow reading from result-files given an absolute path
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit dcdf16c8ff62f65fe7cf309744bac0e7f227ea75
| | | Author: Willi Braun 
| | | Date:   Thu Sep 1 16:48:21 2011 +0000
| | | 
| | |      - fixes for fmu export. Event-based model like BouncingBall should now work.
| | |        Right now only time events are missing like sample.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 97eaef03cb45b26b42cb28d6533d009ead1677c1
| | | Author: Per Östlund 
| | | Date:   Thu Sep 1 13:58:41 2011 +0000
| | | 
| | |     Fix for bug #1602
| | |     - Fix vectorization of parameter arrays with slice subscripts.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 960a23984abb586e7a071b43c3b36dd67bd546e8
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 1 11:44:30 2011 +0000
| | | 
| | |     - Do not allow enum(A) to be assigned a value of type enum(A,B)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 2536ca02d2381b4bc22354d853bb7b1ed08e9e01
| | | Author: Willi Braun 
| | | Date:   Wed Aug 31 18:49:57 2011 +0000
| | | 
| | |     - changed fmu export for event handling
| | |     - added bug fix in event handling
| | |     - removed one old unsed variable
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | 
| | * commit 362a6c725ca9aac9aadd83bc1144cfd4e8f57dfd
| | | Author: Per Östlund 
| | | Date:   Wed Aug 31 12:13:17 2011 +0000
| | | 
| | |     - Fixed elaboration of scalar to work on any array, not just 1- and
| | |       2-dimensional ones.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 956eb40f7e01bc1000fab73c7a446f3b8988d58c
| | | Author: Per Östlund 
| | | Date:   Wed Aug 31 11:20:30 2011 +0000
| | | 
| | |     Fix for bug #1598
| | |     - Implemented elaboration of matrix function.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 51544515a0e5c68ddf31168d7ccb6e10fc6707dc
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 31 07:38:44 2011 +0000
| | | 
| | |     - Backend refactoring: Initial Equations stored with shared data (as they are not handled in the same way as the ordered eqs)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | 
| | * commit 019df3a1e989040e7bf92ab9223702fbab44d229
| | | Author: Jens Frenkel 
| | | Date:   Tue Aug 30 13:30:28 2011 +0000
| | | 
| | |     - prefer as alias connector variables and avoid record or array elements, the result equations are much better readable
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | 
| | * commit efb606424923150e28d385734d71f7fa764d1f2e
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 30 12:32:25 2011 +0000
| | | 
| | |     - Some minor partitionIndependentBlocks changes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/Util/Debug.mo
| | | 
| | * commit eccb9df5473c579129401f54ff2277da067c4ebe
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 30 09:24:36 2011 +0000
| | | 
| | |     #1597
| | |     - DAE.MATRIX refactoring (it now has a Boolean scalar instead of storing this with each element in the matrix). The matrix was also renamed from scalar to matrix as this is more appropriate.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit f12ddbeac55c5bb6947ee6957af32c80ee7955d0
| | | Author: Per Östlund 
| | | Date:   Tue Aug 30 07:18:07 2011 +0000
| | | 
| | |     - Reimplemented connection handling to be more efficient.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Connect.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/lapackimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 7b2e829e7b1cb3079adf01b47c03629a748efceb
| | | Author: Jim Nutaro 
| | | Date:   Mon Aug 29 12:11:03 2011 +0000
| | | 
| | |     Fixed problem in the linear system solver for the adevs backend
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit bcd894846cd4773ca1b66f07d214c0bf097ec6bc
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 29 10:05:31 2011 +0000
| | | 
| | |     - Removed support for sum(scalar) as it is not valid Modelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 36e007de3d1bf4d1b4e1f2a31b47a224f8f3a4cd
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 29 09:00:57 2011 +0000
| | | 
| | |     - ndims() now always returns constant variability (as it always returns an integer literal)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 48a0d39fea91b32ae08aa39cf8393e91055485ee
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 29 07:22:13 2011 +0000
| | | 
| | |     - Additional sum fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 14c8dc10be5540bf9db196923d6974605e928e93
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 29 06:58:51 2011 +0000
| | | 
| | |     #1595
| | |     - Simplify sums better
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit d618069fd375d0246b35cb9093811a6f9dbc57cd
| | | Author: Adeel Asghar 
| | | Date:   Fri Aug 26 23:08:37 2011 +0000
| | | 
| | |     - getOptionValue is changed to isOptionNone.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit de132dc4c2dd9da82bf3f2db67024bee1dcb7e9f
| | | Author: Jim Nutaro 
| | | Date:   Fri Aug 26 20:16:39 2011 +0000
| | | 
| | |     Fixed initialization problem in adevs backend
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 6ac62c65a0f5f0643625e407e1d42b0a92cc7ebf
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 26 14:50:21 2011 +0000
| | | 
| | |     #1372
| | |     - Fix codegeneration for Modelica.Math.Matrices.norm (tuple subscript among other things)
| | |       + Added testcase from the bug report
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit d46b225e1329a2109e61c851a48490fe7915a352
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 26 14:30:04 2011 +0000
| | | 
| | |     - Added runtime function identity_alloc_real_array
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 5c71435ab9f33eb0aaa5961aa4d88a0ee9a1b48f
| | | Author: Adeel Asghar 
| | | Date:   Fri Aug 26 13:34:29 2011 +0000
| | | 
| | |     - getOptionValue to return NONE or SOME based on option's value.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit a4862ff93fb328267fea0434d2a581d5c9e5cd2b
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 26 13:32:35 2011 +0000
| | | 
| | |     - Fix some F77 code generation issues (char* vs. char**, etc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit e1cb93735d0887da912e6f050f320ea5444764a7
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 26 12:12:14 2011 +0000
| | | 
| | |     #1591
| | |     - Don't check if a singleton record in a uniontype has the correct CTOR; we can just assume they match up
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ae1c9cd57ef48c13fadb722ea27ad588e1ca56fd
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 26 10:34:52 2011 +0000
| | | 
| | |     #1595
| | |     - Do not be overly optimistic about the number of dimensions in elabBuiltinSum (now works also for 3-dim arrays)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit d3e8bf2933eb8a6a8e1c8372806f6ce8943a4894
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 26 10:13:55 2011 +0000
| | | 
| | |     #1594
| | |     - Fix types when simplifying arrays/matrices with 3 dimensions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit ca0858f1bb96b7e47eeb6c749fc039420709519b
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 26 09:16:35 2011 +0000
| | | 
| | |     - Add template error if vector() calls remain
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 00ef3d822e0d46d43c4820bff55974a74f7f8bdc
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 25 14:01:52 2011 +0000
| | | 
| | |     - Removed unused code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 4d98cc0205b5dcb053e10e096087d252237f2aa6
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 25 13:48:11 2011 +0000
| | | 
| | |     #1591
| | |     - Removed calls to typeOfValue for crefs (ceval does *not* change the type)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit f134901a71f34d2175ef89044600cf4fa2b40e46
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 25 13:37:34 2011 +0000
| | | 
| | |     - Improved crefVectorize (data[:].b)[2] => data[2].b instead of previously (wrong) data[:].b[2]
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 62fd636dcff243828dc47b65a657e058a4e8921e
| | | Author: Jim Nutaro 
| | | Date:   Thu Aug 25 12:15:03 2011 +0000
| | | 
| | |     Set number of interpolation points for the adevs backend to the recommended number
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 1bde1e311912bfc8e435b52c7d361a86fad0ad7b
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 25 11:48:30 2011 +0000
| | | 
| | |     - Fixed potential loop with simplifyAsub
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 9e3b3af5daba75661a8aa41954099c6cf711aab8
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 25 10:00:49 2011 +0000
| | | 
| | |     - Remove commented code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit 40acb4bb883df557f7c73c328f1e7b89191a003e
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 25 07:40:01 2011 +0000
| | | 
| | |     - Do not do unsafe operations like saying ceval arr[i] = arr just because we are in a for-iterator scope...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit 0b1b5b332941e3f61669bd0cf61a0eea7321c9bc
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 25 06:27:39 2011 +0000
| | | 
| | |     #1591
| | |     - Don't convert a value into a type just to get its dimensions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit 27c139951c56427f25c83148fd81f5478d9704c8
| | | Author: Adeel Asghar 
| | | Date:   Wed Aug 24 22:23:01 2011 +0000
| | | 
| | |     - getTypeOfAny modified for record type. Instead of returning the complete record it only returns the record name.
| | |     - getRecordElementName to return specific element name on request.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit 1b7761cea84b467706a8b2bc2e6429b42aaa2b07
| | | Author: Jens Frenkel 
| | | Date:   Wed Aug 24 15:08:39 2011 +0000
| | | 
| | |     - us -O2 by default for FMU
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit b036421dbf484098c96a4c92a19deaf149a2d4bb
| | | Author: Jens Frenkel 
| | | Date:   Wed Aug 24 15:02:02 2011 +0000
| | | 
| | |     - bugfix fmu
| | |     - check sim_result before calling
| | |     - clean object files in fmu.makefile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit a8b3ec81cbffcb43411aee6012c1edd3f4f362f6
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 24 12:50:48 2011 +0000
| | | 
| | |     - Backend: Trace expanded derivatives
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | 
| | * commit d88b51ed3f78504ad757cd2a060584ece545a1ee
| | | Author: Jens Frenkel 
| | | Date:   Wed Aug 24 12:06:24 2011 +0000
| | | 
| | |     - c-interace for fmu
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/fmu_model_interface.h
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | 
| | * commit 0b473d49afec18b550051fa80b3f2565130bfb8f
| | | Author: Jim Nutaro 
| | | Date:   Tue Aug 23 21:09:07 2011 +0000
| | | 
| | |     Updates to Adevs template
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 96df5232a1d7d1b9e419a60c46c8d4e944ed640f
| | | Author: Jens Frenkel 
| | | Date:   Tue Aug 23 16:05:08 2011 +0000
| | | 
| | |     - call main_initialize from fmu::fmiInitialize
| | |     - generate modelname.def for dll generation to export only necesary functions
| | |     - generate for fmu only modelname.c modelname_record modelname_functions
| | |     - small changes to simulation_init and solver_main to avoid linker problems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/solver_main.h
| | | 
| | * commit 68de4313615551010a732d9bf35d3ee58bfbdd4f
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 23 14:04:43 2011 +0000
| | | 
| | |     - MetaModelica: Create a new scope when inst'ing a metarecord
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit 828a4feba2fe8cd8b6bcd650868b36f9c0104dba
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 23 12:57:23 2011 +0000
| | | 
| | |     - Backend refactoring: Moved Inc.Matrices into the EQSYSTEM (it's passed with the dae instead of extra arguments now)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 2f1855c747953eaa2918a36bf0847e8ff8387c43
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 23 11:57:52 2011 +0000
| | | 
| | |     - Add support to print zero-length arrays
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | 
| | * commit d379a94d8e41cbaa73d9bc8ef2cff4353176b2f9
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 22 10:41:37 2011 +0000
| | | 
| | |     - BackEnd: Refactoring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit bd7434051196bd573f613c652cd71486b5e71ec3
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 22 07:30:43 2011 +0000
| | | 
| | |     - Removed now unused linear system macros
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/matrix.h
| | | 
| | * commit 793add88ecdde9a9c5978f0f51d15db2ef2a4b23
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 22 07:30:19 2011 +0000
| | | 
| | |     - Linear equation systems are now allocated on stack instead of the memory pool
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit d90df7d81b6330722d003605fdc84a752efa6473
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 19 14:52:24 2011 +0000
| | | 
| | |     - BackEnd refactoring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit f3ed07bf6613d84869eb36371a343ac8f9555e93
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 19 13:02:32 2011 +0000
| | | 
| | |     - Refactoring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 73c24ebf40848ed6ea663c8d2e2091498d7553c1
| | | Author: Dongliang Li 
| | | Date:   Fri Aug 19 11:35:07 2011 +0000
| | | 
| | |     update cpp template
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit f39e6905d21c2b4e48c5dffb6279184d65c2f6ce
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 19 11:28:19 2011 +0000
| | | 
| | |     - Backend refactoring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 173cc05bf0ac292789b5300b1e8875d0267bb3ad
| | | Author: Dongliang Li 
| | | Date:   Fri Aug 19 10:49:44 2011 +0000
| | | 
| | |     update cpp template
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit 8034f362d4408fe9f2ee1b24b938333dcd12a9a9
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 19 06:21:09 2011 +0000
| | | 
| | |     - Refactoring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 8bc8b7caf7d7ba4e9758549768436abfa045b065
| | | Author: Jens Frenkel 
| | | Date:   Fri Aug 19 06:05:24 2011 +0000
| | | 
| | |     - check allocation of Samples in initSample
| | |     - do not use large number of simulation time in fmu, causes error in allocation Samples in initSample
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit 183a19ae71903bf1a72f492c8313fc47cfe96e6b
| | | Author: Jim Nutaro 
| | | Date:   Fri Aug 19 00:48:48 2011 +0000
| | | 
| | |     Added bound_params function to the adevs backedn
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	configure
| | | 
| | * commit d7684500b994afe9b38c88c77f539926d1360360
| | | Author: Adeel Asghar 
| | | Date:   Thu Aug 18 22:50:18 2011 +0000
| | | 
| | |     - removed unused functions.
| | |     - fixed bootstrapped compilation for windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit eb130e4e0ce7eff6a099beba2249ef1316ec1312
| | | Author: Jim Nutaro 
| | | Date:   Thu Aug 18 21:01:42 2011 +0000
| | | 
| | |     More work on automatic intialization for the adevs backend
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 4bbd5941bdd7ede8855f13b19a9111748655524d
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 18 14:01:36 2011 +0000
| | | 
| | |     - BackEnd refactoring: Grouped the common fields in the DAE into a single uniontype to ease sending only these to functions without tuples, multiple inputs, etc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | 
| | * commit f79a08871084549462ffc643435823e0147337e0
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 18 10:14:13 2011 +0000
| | | 
| | |     #1590
| | |     - Correct truncation on 64-bit platforms
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 4eac2fbd691b61debb35751b58161959657125bc
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 18 08:53:20 2011 +0000
| | | 
| | |     - BackEnd refactoring: Now uses list of equation-systems instead of only one
| | |       - No optimization module, etc can handle this yet (only lists of length=1), but this will change soon enough
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | 
| | * commit b0a15bc4052d8653d208c5da8de0cfc774f89045
| | | Author: Jim Nutaro 
| | | Date:   Wed Aug 17 21:16:18 2011 +0000
| | | 
| | |     Added automatic initialization to the adevs backend
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit c282f966072ea05a99bd8ad104dbedf73a06f591
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 17 12:56:19 2011 +0000
| | | 
| | |     - Backend refactoring of ordered vars/equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | 
| | * commit c35b42df092d3d365f6dfafd10a54a5012755c67
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 17 10:29:26 2011 +0000
| | | 
| | |     - boxptr_arrayGet
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica_builtin.cpp
| | | M	c_runtime/meta/meta_modelica_builtin.h
| | | 
| | * commit 50509fa0d7ba4a9b7fb5805b83ea570a82ba059a
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 17 07:30:16 2011 +0000
| | | 
| | |     - Fix comment for removedEqs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | 
| | * commit 3f87492bd08bf4ac0e9769b4cea83a744f9bc653
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 17 06:32:30 2011 +0000
| | | 
| | |     - Fix compilation using real C-compilers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | 
| | * commit 3a8bbf979cff62cae1140c2d6aa575e9aa6e6995
| | | Author: Adeel Asghar 
| | | Date:   Wed Aug 17 00:43:07 2011 +0000
| | | 
| | |     - getNthListItem function to return the particular index value of a list.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit 5b58e020c146b3bf397e2c364cac0ba2468b16fd
| | | Author: Adeel Asghar 
| | | Date:   Tue Aug 16 17:21:04 2011 +0000
| | | 
| | |     - getTypeOfAny function to check the datatype.
| | |     - lisCount function to return the size the list.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica.c
| | | M	c_runtime/meta/meta_modelica.h
| | | 
| | * commit e15c17ef917606e034ce614e3c08fdc328861462
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 16 12:47:59 2011 +0000
| | | 
| | |     - Removed duplicate line (same function ran twice)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit dba7b34d88abc56baee56fa91c8d448b5c2747ba
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 16 11:50:10 2011 +0000
| | | 
| | |     - Unused pattern
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit e5d81e8cf4ce7288e7437005ca38814f4cd8be99
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 16 09:53:35 2011 +0000
| | | 
| | |     - New preOpt module stub: partitionIndependentBlocks
| | |       + Finds independent blocks of equations (and does nothing with them except prints a pretty dump if more than 1 block was found)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 262a3bc55d1fc069fff7ca711ed37d35c614617f
| | | Author: Per Östlund 
| | | Date:   Tue Aug 16 08:41:43 2011 +0000
| | | 
| | |     - Fixed compilation of bootstrapped compiler.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica_builtin.h
| | | 
| | * commit 378877d6eda62567891d31824842163e3d2dae9c
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 15 09:23:55 2011 +0000
| | | 
| | |     - Util.listContains -> listMember, etc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/Util/Graph.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit ce64bda921d971eee9a61c5205fdef8340579314
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 12 14:31:56 2011 +0000
| | | 
| | |     - Mark ceval'ed parameters as final
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 3332e62e2e8d4b2406b4b5fbbf524450287fda7a
| | | Author: Adeel Asghar 
| | | Date:   Fri Aug 12 12:07:58 2011 +0000
| | | 
| | |     - OMEdit connector types updates.
| | |     - Users guide updated with new features of OMEdit.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit 24cd6c5d0164f0939eb1495fa57b7edc4983910f
| | | Author: Jens Frenkel 
| | | Date:   Fri Aug 12 11:32:35 2011 +0000
| | | 
| | |     - fmu: replace . with _ in MODEL_IDENTIFIER
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 9d4208c82ba15baef7be75113318602a1c81d4ec
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 12 07:36:37 2011 +0000
| | | 
| | |     - Also return the updated cache in elabAD2...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit e4ed7fd9b60799f33e7a7e72ea0900047a092b5f
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 12 07:14:14 2011 +0000
| | | 
| | |     - Use updated cache in elabArrayDims2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 76587ad8cff83f4737108eb0d0926cc2b2597870
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 11 10:54:57 2011 +0000
| | | 
| | |     - Renamed the SimCodeDump target to Dump
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 3d74a8e01fa809a7b26cfa1b21115da319dea451
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 11 09:28:10 2011 +0000
| | | 
| | |     #1503
| | |     - Optimize elseif statements in the traversal
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit 9be4ddfbedbe3d4ea43ace9c71d6e0e05193c914
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 10 14:48:26 2011 +0000
| | | 
| | |     #1503
| | |     - Optimize if-statements a bit when traversing the DAE
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit dede75fc934ef2e7123170b4f897b6ddff331fe4
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 10 14:32:56 2011 +0000
| | | 
| | |     - Indentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 8189f9584939395dbd6681b5d11c33c35c20466d
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 10 10:59:56 2011 +0000
| | | 
| | |     - Fix OSX compilation using macports gcc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/parse.c
| | | 
| | * commit 0fe2bee22b87012ce007b6e689441ac046b322c9
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 10 07:43:14 2011 +0000
| | | 
| | |     - changeToTempDir now tries to execute the correct path; full path names returned by simulate() except when running testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit e55033d3c2ed080a929e820681e0117c7dd60770
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 10 07:00:30 2011 +0000
| | | 
| | |     #1407
| | |     - OpenModelica extension: Functions now accept "parameter input" and "constant input", which simply requires an argument to be a parameter/constant expression
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 3bfbff050b404d65425376214dd5772a76b01fe6
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 9 13:54:30 2011 +0000
| | | 
| | |     - Some fixes for loading SimpleVisual
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/visualize_3D_BouncingBall.mo
| | | M	Examples/visualize_3D_BouncingBall.mos
| | | 
| | * commit c491293817c0ec9a8029a5c0a6012ce63f7edfef
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 9 13:01:53 2011 +0000
| | | 
| | |     #1407
| | |     - Added DAE.Const to DAE.FuncArg
| | |       - To be used to check variability of input expressions (needed e.g. for the sample() operator)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | 
| | * commit 25c2a8889bae248adcfd9a0b6ee2fdc408dc40de
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 9 11:07:45 2011 +0000
| | | 
| | |     - Removed unused constants
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | 
| | * commit 9b214bb34f4c829d1c3dafde295da5c5cf49b243
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 9 09:07:55 2011 +0000
| | | 
| | |     - Configure with static Coin/SoQt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit aa65adb3513e98ded5665636b8abdae505bd36b8
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 9 08:32:54 2011 +0000
| | | 
| | |     #1420
| | |     - min({time,...,time}) = time
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 703d525c77d868cfb6691f9bd158882c8b67be55
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 9 07:49:00 2011 +0000
| | | 
| | |     #1420
| | |     - Share constant literals in generated simulation code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit bd7926d40a13345318e08581859c25e7b61f296a
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 8 12:49:31 2011 +0000
| | | 
| | |     #1420
| | |     - Added initial support for sharing array constants (stored as pointers instead of being constructed at each reference)
| | |       + Currently only done for called functions, but will be extended to simulation code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 05abc5e7feff2b6bb9079c37bebd14f85a654c1e
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 8 12:09:46 2011 +0000
| | | 
| | |     - traverseExpTopDown: Handle DAE.PATTERN
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 33fb64c0291456f569e04d9396e6eceb404de426
| | | Author: Dongliang Li 
| | | Date:   Mon Aug 8 10:53:44 2011 +0000
| | | 
| | |     update cpp template for modelica function part
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit d9bb936d8f050ec14ff14ffbc8a51927f546d9bc
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 8 08:48:32 2011 +0000
| | | 
| | |     #1588
| | |     - Avoid putting crefs to empty arrays in the flat Modelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 8651ec988e9aa3394f1810f411f7d00f0ff9f712
| | | Author: Willi Braun 
| | | Date:   Fri Aug 5 19:05:39 2011 +0000
| | | 
| | |      - changed BackendDAEUtil.calculateValues to reduce Backend compile time
| | |      - fixed small bug from r9599
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	c_runtime/boolean_array.c
| | | 
| | * commit ca19e212de9698e1169b16a34dba5817bed5d8ad
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 4 14:11:06 2011 +0000
| | | 
| | |     #1587
| | |     - Fix codegen for allocation of 0-length boolean array
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | 
| | * commit 5e9228d06ad8be28fcbe5a90a34ef0688a0b66ce
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 4 05:44:29 2011 +0000
| | | 
| | |     - Error-handling
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/ModelicaInternal.c
| | | 
| | * commit 8e5177554b7da05b11d3ef7c450380923308e045
| | | Author: Willi Braun 
| | | Date:   Wed Aug 3 13:10:16 2011 +0000
| | | 
| | |     #1584
| | |      - simulation terminate now if non-linear systems are solved wrong
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/matrix.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 8d824b737908d781d93a4f993aca16131442821e
| | | Author: Adeel Asghar 
| | | Date:   Wed Aug 3 12:00:39 2011 +0000
| | | 
| | |     - API CHANGE for getNthConnectionAnnotation. It was only working if connection annotation starts with Line primitive, but now it will return the list of all annotations.
| | |     ------------------------------------------
| | |     - Test (see new output below):
| | |     ----------- test.mos ---------------------
| | |     loadModel(Modelica);
| | |     getErrorString();
| | |     getNthConnectionAnnotation(Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot, 6);
| | |     getErrorString();
| | |     getNthConnectionAnnotation(Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot, 9);
| | |     getErrorString();
| | |     adeas31@IDA-LIU085 /c/OpenModelica/trunk/build/bin
| | |     $ omc.exe /c/TestModels/test.mos
| | |     true
| | |     ""
| | |     {Line(true,{0.0,0.0},0,{{-5.0,35.0},{20.0,35.0},{20.0,14.5},{33.5,14.5}},{0,0,0},LinePattern.Solid,0.25,{Arrow.None,Arrow.None},3,Smooth.None)}
| | |     ""
| | |     {Text(error), Line(true,{0.0,0.0},0,{{-80.0,-10.0},{-79.0,-10.0},{-79.0,-15.0},{-62.5,-15.0},{-62.5,-45.0},{-25.0,-45.0}},{255,204,51},LinePattern.Solid,0.5,{Arrow.None,Arrow.None},3,Smooth.None)}
| | |     ""
| | |     ------------------------------------------
| | |     - The output shows Text(error) because OMC was unable to elaborate graphics expression of such kind ::
| | |     connect(controlBus.axisControlBus2, axis2.axisControlBus) annotation (
| | |         __Dymola_Text(
| | |           string="%first",
| | |           index=-1,
| | |           extent=[-6,3; -6,3]), Line(
| | |           points={{-80,-10},{-79,-10},{-79,-15},{-62.5,-15},{-62.5,-45},{-25,-45}},
| | |           color={255,204,51},
| | |           thickness=0.5));
| | |     
| | |     - Made some changes in OMEdit for new getNthConnectionAnnotation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit ad14f12f10a19592148361fc11c014ffd06bf8ae
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 3 06:40:03 2011 +0000
| | | 
| | |     - Spelling error not caught by RML
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit e577801dade61c90eb09409a93fe7ec1a0e17529
| | | Author: Willi Braun 
| | | Date:   Tue Aug 2 15:55:52 2011 +0000
| | | 
| | |      - added bugfix for dassl tolerance
| | |      - added relative comparison for testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 9a3ec00193682816c4ea0fe6ae8c8ce017eabfae
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 2 14:14:03 2011 +0000
| | | 
| | |     #1447
| | |     - Vectorize calls with one foreach argument, even if its dimensions are unknown
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 8e81591839a702007ae8e6206736de20bce97c06
| | | Author: Jens Frenkel 
| | | Date:   Tue Aug 2 13:29:32 2011 +0000
| | | 
| | |     - update dynamic state selection
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 719afa2598dd146d2cad6abda5fcea2ce77c05a3
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 2 12:17:49 2011 +0000
| | | 
| | |     #1583
| | |     - Fix codegen for asubs of if-expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 3e96aaeea82bbdf05c3763a1492995f4b4641e0c
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 2 11:51:43 2011 +0000
| | | 
| | |     #1582
| | |     - Don't ceval ranges that are not constant
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit f9e6d6718a56505a5414c1f06a2f8e060ed879dc
| | | Author: Per Östlund 
| | | Date:   Tue Aug 2 11:21:55 2011 +0000
| | | 
| | |     - Removed cref filter argument in call to Inst.instClassIn in Lookup.lookupVarInPackages.
| | |       This makes the whole test suite ~35% faster, and some media tests ~97% faster.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit 182730c39169e6d3e946ae10ba118cd691b8c481
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 2 10:07:44 2011 +0000
| | | 
| | |     - Configure fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5819dfd08e0f1048683fbe60602bbc0663d402ea
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 2 09:26:35 2011 +0000
| | | 
| | |     - Better error message
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 3a509ada5d938058288b8496a875014e2e167fd3
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 2 09:09:03 2011 +0000
| | | 
| | |     - Make searching for rml.h simpler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit adfb3dc123f0b69aa17a4af4e97adf0d3d5a0360
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 1 14:18:04 2011 +0000
| | | 
| | |     #1562
| | |     - Some F77 fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 1c60eb9a67fd788838e87b720513e933b724de2c
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 1 11:32:21 2011 +0000
| | | 
| | |     #1580
| | |     - Type-check fill(), just in case someone wants a String[:,:] as array dimension :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 8cb721172c581dbed3147e721a4bbef81a9bb79e
| | | Author: Dongliang Li 
| | | Date:   Mon Aug 1 11:05:45 2011 +0000
| | | 
| | |     update part of Modelica function in cpp template
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit fffbb3ecc53ce30af2f48a974cab9c55d4ac25a4
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 1 10:36:16 2011 +0000
| | | 
| | |     #1579
| | |     - Simplify cast(fill(1,...)) => fill(1.0,...)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	c_runtime/real_array.c
| | | 
| | * commit 4c31b5e03e38954cc4264ac78b028c4da2f3a945
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 1 09:47:30 2011 +0000
| | | 
| | |     - Added fill_alloc_real_array
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 0988891b35b9230932126c0ddae547204657121d
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 1 09:19:04 2011 +0000
| | | 
| | |     - Added simplify rules for the cat() operator
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Util/Debug.mo
| | | 
| | * commit 15ec366e5b6478388738a0c2ac4c9f5475d809cc
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 1 07:40:44 2011 +0000
| | | 
| | |     - Fix type of 2D-matrix integer matrix that is type-converted to a real matrix with first dimension of unknown size
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit bfafe339f752366bc87097106d7474d45fce6ead
| | | Author: Per Östlund 
| | | Date:   Mon Aug 1 07:04:56 2011 +0000
| | | 
| | |     - Fixed bootstrapped compilation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 3e52b7228b52b229fe86414933d5ced95238afd9
| | | Author: Adeel Asghar 
| | | Date:   Sun Jul 31 23:13:46 2011 +0000
| | | 
| | |     New README-BUILD-RELEASE-NSIS.txt file.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	README-BUILD-RELEASE-NSIS.txt
| | | 
| | * commit 90ca7f268ae424854034d48e2c5f5c33c54b3513
| | | Author: Jens Frenkel 
| | | Date:   Sat Jul 30 09:45:09 2011 +0000
| | | 
| | |     - clean up code for dynamic state selection (add comments, remove unused code, change function names)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit b0db4ba77af44049581ef92ca5fdf010e3401a25
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 29 15:05:14 2011 +0000
| | | 
| | |     #1578
| | |     - The cat() operator now does basic type checking :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 7206d4daf93df704dc5be494f7915ed8c7115d58
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 29 12:43:07 2011 +0000
| | | 
| | |     - Added preliminary support for type-checking dimensions with e.g. size-expressions
| | |       - This is not checked due to MSL not adhering to all rules :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit a031d7dadc5d5ca4e5394dbc0b090ff4051eb16a
| | | Author: Jens Frenkel 
| | | Date:   Fri Jul 29 12:25:38 2011 +0000
| | | 
| | |     - improve dynamic state selection
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 04b57c47e3f3114fca58ac8def123d1b9c8d00df
| | | Author: Dongliang Li 
| | | Date:   Fri Jul 29 11:48:38 2011 +0000
| | | 
| | |     add list for constant variables; update cpp template for arrays
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 8f061bdccb989ad7465abad3a3dae33c5d15490b
| | | Author: Jens Frenkel 
| | | Date:   Fri Jul 29 09:53:34 2011 +0000
| | | 
| | |     - handle vars with StateSelect.prefer as states
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 77883d13f79bd52f05acf4e2d80881f02593c9b3
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 29 07:02:49 2011 +0000
| | | 
| | |     - Added boolean array fill function
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | 
| | * commit a75415cb8a3261c14712db357f08530b2f811879
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 28 05:54:09 2011 +0000
| | | 
| | |     - Fix code generation of ASUB(ASUB(...,x),y), by making ASUB(...,xy) instead
| | |       - Previously, we created one case for integer asub, one for 2d integer asub, etc... But forgot mixed int and enum asubs... The new code should work for any dimension, and any mix of asubs
| | |     - Testcases were updated because we print [1,2] instead of [1][2]
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 23c26141e7b5949c8398d883fcbf972643a91f5b
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 27 05:50:30 2011 +0000
| | | 
| | |     #1576
| | |     - BinTree update using hashing
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit d42e30ecb5d32ca1b470f3d7b0e2cff8e872a765
| | | Author: Jan Silar 
| | | Date:   Tue Jul 26 14:42:51 2011 +0000
| | | 
| | |     SimCodeCSharp.tpl - changes to zeroCrossing template - the domain zc approach
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | 
| | * commit c8f68809527fb9a9c791f2260f33f4ad8024a118
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 26 08:11:05 2011 +0000
| | | 
| | |     #1574
| | |     - Fixed indexing using non-constant subscript in simulation context
| | |       - Also, made this fast by indexing the double* directly instead of creating an intermediate array+vararg addressing
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit c4986d003d88daaaf764834d327166d9d7048d6f
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 25 11:35:29 2011 +0000
| | | 
| | |     - Fix for deleteConnection where the equations have subscripts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 9db2da6b065cf6a6cf675041a95d61671d901b33
| | | Author: Jim Nutaro 
| | | Date:   Fri Jul 22 19:34:20 2011 +0000
| | | 
| | |     Completed (I think) the support for when clauses
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 523077eec65c833efd02c9b3695caa4e8c417f99
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 22 12:43:42 2011 +0000
| | | 
| | |     - Tail recursion
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit ee3d89b5886519717dc0dc15b486baa1c691ad83
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 22 08:13:29 2011 +0000
| | | 
| | |     - Tail recursion
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 08f4798d3cdc8b2d2eab75a9e1754687be651718
| | | Author: Jim Nutaro 
| | | Date:   Thu Jul 21 19:56:52 2011 +0000
| | | 
| | |     More work on when clauses for the adevs backend
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 372af652a617810da90a126853c31847b3856a65
| | | Author: Adrian Pop 
| | | Date:   Thu Jul 21 19:40:57 2011 +0000
| | | 
| | |     Fix bug: #1538
| | |     --------------
| | |     - API CHANGE for getComponentAnnotations (see new output below):
| | |     ----------- ann.mos -----------
| | |     loadModel(Modelica); getErrorString();
| | |     getComponentAnnotations(Modelica.Blocks.Sources.RealExpression); getErrorString();
| | |     getComponentAnnotations(Modelica.Blocks.Sources.IntegerExpression); getErrorString();
| | |     getComponentAnnotations(Modelica.Blocks.Sources.BooleanExpression); getErrorString();
| | |     
| | |     adrpo@ida-liu050 ~/dev/OpenModelicaBackend/build/bin/ann
| | |     $ ../omc ann.mos
| | |     true
| | |     ""
| | |     {{Dialog("General","Time varying output signal",true), Placement(true,0.0,0.0,100.0,-10.0,120.0,10.0,0.0,0.0,0.0,-,-,-,-,0.0)}}
| | |     ""
| | |     {{Dialog("General","Time varying output signal",true), Placement(true,0.0,0.0,100.0,-10.0,120.0,10.0,0.0,0.0,0.0,-,-,-,-,0.0)}}
| | |     ""
| | |     {{Dialog("General","Time varying output signal",true), Placement(true,0.0,0.0,100.0,-10.0,120.0,10.0,0.0,0.0,0.0,-,-,-,-,0.0)}}
| | |     ""
| | |     
| | |     - un-comment Dialog in FrontEnd/Constants.mo
| | |     - rewrote some Util functions to be tail recursive.
| | |     - other minor changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/FrontEnd/Constants.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 6c16ff171df2b2592ca4e03cb55022e32d789119
| | | Author: Jim Nutaro 
| | | Date:   Thu Jul 21 12:59:14 2011 +0000
| | | 
| | |     More work on when clauses for the adevs backend
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 13df7478107922f4513ce2eead945cac9b79c371
| | | Author: Jan Silar 
| | | Date:   Thu Jul 21 12:53:15 2011 +0000
| | | 
| | |     SimCodeCSharp.tpl - case NEQUAL added to daeExpSimRelation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | 
| | * commit fc7632f1353fead7b975461275f8d42d9c2f7ab1
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 21 12:31:56 2011 +0000
| | | 
| | |     - PartFn.elabElements tail recursion
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/PartFn.mo
| | | 
| | * commit a69084ec4641d95d9dcf739ee7497c3015388f4e
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 21 08:57:00 2011 +0000
| | | 
| | |     - Tail-recursive listMap3
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 49b0dfd6fc94e2fee46bf732667717e40ee90ac6
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 21 06:32:43 2011 +0000
| | | 
| | |     - Reverted part of r9497 as it does something funky with the bootstrapped compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit c5d445e06c5da9cb14f07803601e16c8bd334331
| | | Author: Jim Nutaro 
| | | Date:   Wed Jul 20 15:31:42 2011 +0000
| | | 
| | |     Started work on support for when clauses in the adevs code generator
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit fa1f725f8b2e8264f22b0a0cb905447c9d2624ab
| | | Author: Jan Silar 
| | | Date:   Wed Jul 20 14:46:29 2011 +0000
| | | 
| | |     Changes to SimCodeCSharp.tpl - templates daeExpRelation and daeExpSimRelation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | 
| | * commit e7ea55090728c506c1fa25ea8ae81aa5475aaee4
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 20 10:37:02 2011 +0000
| | | 
| | |     - Code generation: Create an array of (void*) for temporary boxed types
| | |       - This should speed up garbage collection a lot, especially if the runtime is rewritten to store (void*,size_t) instead of just (void*), since then push/pop are faster
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta/meta_modelica_gc.c
| | | M	c_runtime/meta/meta_modelica_gc.h
| | | 
| | * commit e78392f1c207d7f70071b9486f551d4d6fcd245a
| | | Author: Federico Bergero 
| | | Date:   Tue Jul 19 19:10:30 2011 +0000
| | | 
| | |     Removing edge function call
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | 
| | * commit d6435e2316bd198d717ce9525ce2c2297e5811e7
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 19 11:01:39 2011 +0000
| | | 
| | |     - Added check for unused input variables in external functions
| | |       - Also added a disabled implementation for regular functions, which has some quirks left to solve (and lots of problems to fix in the compiler sources)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Lapack.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit ef519b7479e5a9022342b1208e329719c7048923
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 18 14:54:48 2011 +0000
| | | 
| | |     - Removed old stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README.Linux.txt
| | | 
| | * commit 50d33beacb573ee5a19b6778d581419b44443be0
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 18 09:43:46 2011 +0000
| | | 
| | |     #1572
| | |     - Added check for external function output assignment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Lapack.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 51e05564c76d42f0ccfbf175f5f6b278288fcc2e
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 18 07:03:14 2011 +0000
| | | 
| | |     #1572
| | |     - Check external function for illegal sections ([initial] algorithm)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 7c597c0c49222bffb81c6c2e70ff0b9fa78643b1
| | | Author: Martin Sjölund 
| | | Date:   Sun Jul 17 12:33:49 2011 +0000
| | | 
| | |     - Some backend tail recursion for checkEngineV6.mos (many equations)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit 93de92220e1bb26c1d7eb5191243b94f36205feb
| | | Author: Martin Sjölund 
| | | Date:   Sun Jul 17 05:59:56 2011 +0000
| | | 
| | |     - More tail recursion
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit 924490e15c89ba36f003db0fbe99bc51d33b8453
| | | Author: Martin Sjölund 
| | | Date:   Sat Jul 16 18:43:18 2011 +0000
| | | 
| | |     - More tail recursion
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit c505f9130066adcda597154c2c92ea02c5ca82fd
| | | Author: Martin Sjölund 
| | | Date:   Sat Jul 16 08:02:24 2011 +0000
| | | 
| | |     - More functions on tail-recursive form
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | 
| | * commit 1ae2f26acbb48ed2ecde97ffeb23bc1458255457
| | | Author: Martin Sjölund 
| | | Date:   Sat Jul 16 06:56:51 2011 +0000
| | | 
| | |     - DAEUtil.getParameterVars tail recursive
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit 25af17e0fab78c73ccd9c565514f31bb58d0ec1a
| | | Author: Jens Frenkel 
| | | Date:   Fri Jul 15 20:26:57 2011 +0000
| | | 
| | |     - fix initialisation of models using dynamic state selection
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit d28fcbaad6af4a7ccc4471a3749bf24fdf8b5a4d
| | | Author: Jens Frenkel 
| | | Date:   Fri Jul 15 15:37:43 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo: move equal code in one function
| | |     - BackendDAETransform.mo: update dynamic state selection (passes now testsimulation, not all with same results as old method but all simulate :) )
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 08f233be3b296591531edffef65cff6a7bf7916f
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 15 12:49:11 2011 +0000
| | | 
| | |     - DAEDump.dumpEquationsStream tail recursive :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | 
| | * commit a4dd4439840b93fa24a44f50656b600e803c8502
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 15 12:00:07 2011 +0000
| | | 
| | |     - Tail-recursive splitElements
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit faccd9c0ffd2203585d952844563297de4187de0
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 15 10:26:33 2011 +0000
| | | 
| | |     - Fix an additional test for bootstrapping by making RML output NaN regardless of platform
| | |       - Note: This requires RML r213 to work, but should mean the testsuite will work on both OMDev and Linux (previously only Linux worked fully)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica_real.cpp
| | | 
| | * commit 85d6d37dd7c0ec2312371179ef9eb67710f5be5a
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 15 07:56:56 2011 +0000
| | | 
| | |     - Fix for ctor index -1 (bootstrapping C runtime)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/runtime/Dynload.cpp
| | | M	c_runtime/meta/meta_modelica.c
| | | 
| | * commit 494b3108e42e286bf1002be5225172ad9c1bee26
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 15 06:55:33 2011 +0000
| | | 
| | |     - Fix for bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 948d8ccaff5bdb26dfef276e114220d975a947dc
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 15 06:32:16 2011 +0000
| | | 
| | |     - Fix boxptr_intMax for negative arguments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta/meta_modelica_builtin.cpp
| | | 
| | * commit 0356ec00114726b48c009139389c57d3a3be3430
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 14 17:13:04 2011 +0000
| | | 
| | |     - Some fixes for LAPACK routines in the bootstrapped compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Lapack_rml.c
| | | M	Compiler/runtime/lapackimpl.c
| | | 
| | * commit 16f30cd427b8d702bf0547f4a5c51d6317766b4c
| | | Author: Dongliang Li 
| | | Date:   Thu Jul 14 14:53:04 2011 +0000
| | | 
| | |     update cpp template for array part
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit 2f66a5438586a29a03f987a6db14052a57ad71c6
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 14 13:25:42 2011 +0000
| | | 
| | |     - Missing external argument
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Parser.mo
| | | 
| | * commit 2c70d222c2feff042d920e6b11d2f21c78539227
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 14 12:09:46 2011 +0000
| | | 
| | |     - Fix a problem for bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 7fe9408ef8c23f638bcb6c76773da66c3464492c
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 14 10:44:04 2011 +0000
| | | 
| | |     - More tail-recursion is needed than before since the size of the stack frames have grown
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 09c169cf5caf880c72820f00ee7b1dda891407b3
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 14 07:39:10 2011 +0000
| | | 
| | |     - Made the bootstrapped testsuite more deterministic
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit b882cdc61db722f6357cfe4e8618b4dede133ee8
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 13 14:42:54 2011 +0000
| | | 
| | |     - Avoid overly optimistic switch-optimization
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 36a38dc88b94d5f5647449f1196ac2a6f68c2b98
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 13 09:59:33 2011 +0000
| | | 
| | |     - Bootstrapping: Fix SimulationResults.close()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | 
| | * commit e4ac0ea5a0e26b0445e69bff5fe579077555a1be
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 13 09:37:38 2011 +0000
| | | 
| | |     #1568
| | |     - Check class inference for function/non-function of some statements:
| | |       - reinit
| | |       - when
| | |       - return
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit acc80178c7568aff1162186bd8b13b7d477ded89
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 13 05:42:00 2011 +0000
| | | 
| | |     - Fix testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 9c491c1137a4c8b7470ba32a03f90ee4613fa4f8
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 12 15:12:53 2011 +0000
| | | 
| | |     - Warning; not error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit bd591d981bb7122cd7dce5a144cbd5d7e8152cbd
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 12 15:00:59 2011 +0000
| | | 
| | |     - Fix testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 93b7a2377d476962b4f7fc13a307ad85e82a3ae4
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 12 14:52:36 2011 +0000
| | | 
| | |     #1520
| | |     - Added check for shadowed function input variables before performing tail recursion optimization
| | |       - Removed all such occurances from the compiler sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 0752e1b71b1dd0ac5c65cddf69fb81a11e692325
| | | Author: Jens Frenkel 
| | | Date:   Tue Jul 12 14:49:22 2011 +0000
| | | 
| | |     - update new index reduction method
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 0c6ddd99742ef47ec6a2eadb5b4b6414d53e6025
| | | Author: Jens Frenkel 
| | | Date:   Tue Jul 12 14:46:28 2011 +0000
| | | 
| | |     - Util.mo:  make function listRemoveOnTrue more abstract
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 5f2a665c685b6ab153b06e09d93290ca6b47c8d7
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 12 13:12:50 2011 +0000
| | | 
| | |     #1520
| | |     - Removed shadowing local declaration
| | |       - These mess up the tail recursion implementation since it needs to assign to the input of the function
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit ac899b371964cc312407b27ff074c8856299923e
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 12 12:46:10 2011 +0000
| | | 
| | |     - Fix some bootstrapping issues (unassigned outputs in external function)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/System.mo
| | | 
| | * commit 208cdfd17aa38ee049f8361958b0030a7ccdec81
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 12 09:48:46 2011 +0000
| | | 
| | |     - Added tail recursion of match-expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit b6c608893b053643032625907ef7bd846e1bbd2c
| | | Author: Martin Sjölund 
| | | Date:   Tue Jul 12 07:55:34 2011 +0000
| | | 
| | |     #1520
| | |     - Added tail recursion of if-expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 8dc2c987fe5d646415353496af98ef7c0172228b
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 11 20:45:26 2011 +0000
| | | 
| | |     #1520
| | |     - First working tail recursion testcase
| | |       - Limited to the last statement being an assignment to a recursive call; but adding if-statements, if-expressions and match-expressions should be a minor addition
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit b21dd74e13805fae1f7f3174064f540d09d6eca6
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 11 15:23:20 2011 +0000
| | | 
| | |     - Moved fields in DAE.CALL around; started tail recursion optimization
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 47a0be73248af2d99a2ca1c9870830eb82a5a098
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 11 09:00:24 2011 +0000
| | | 
| | |     #1555
| | |     - Too many error messages
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 13dea54a12e58112cf7ec5b540124f4bff37f5d4
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 11 08:45:45 2011 +0000
| | | 
| | |     - Added warning for multiple algorithm-sections in functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit ba26c9e4fec7b341fd2b5a041c1bf270a01455af
| | | Author: Jens Frenkel 
| | | Date:   Fri Jul 8 17:19:44 2011 +0000
| | | 
| | |     - BaseHashTable.valueArrayList2: add case for empty last element from hashtable
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/BaseHashTable.mo
| | | 
| | * commit af1d9649bc026e941d850005ae14dcf1c36ede2c
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 8 13:52:02 2011 +0000
| | | 
| | |     #1555
| | |     - Produce an error message for variables with unknown dimensions and no binding equation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit e5fcba5a1a3c422e9ccd360206cdf5b472d78f4f
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 8 13:26:21 2011 +0000
| | | 
| | |     #1559
| | |     - Fix code generation for sum(real_array), ranges that are not integers without explicit step
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | 
| | * commit 9773df5aed978b2b7686eebef663aca2db05589e
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 8 12:34:23 2011 +0000
| | | 
| | |     - Removed Option (dim) from Ceval.ceval as it is no longer required
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 0deae749d138b7186279a06507592914d49dade2
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 8 10:23:24 2011 +0000
| | | 
| | |     #1567
| | |     - Only calculate duplicate delay-expressions once
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit a65b92fb38de27a6a5127686c53b61bdfc38790c
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 8 09:13:34 2011 +0000
| | | 
| | |     #1567
| | |     - Simplify some delay-expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit ab5415af4145f4c0af9fdd93e94ba8182ad13d66
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 8 08:38:45 2011 +0000
| | | 
| | |     #1566
| | |     - Only parse a mos-file if it exists
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit 1e0235e0b10f92de48d69bc8c62ed5bb0b214e41
| | | Author: Pavol Privitzer 
| | | Date:   Thu Jul 7 20:43:35 2011 +0000
| | | 
| | |     - C# template progress
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | 
| | * commit f720dc6fb713cfabd44b37b52cc74eca5357fc97
| | | Author: Per Östlund 
| | | Date:   Thu Jul 7 17:37:50 2011 +0000
| | | 
| | |     - Allow if-expressions in constant functions to be non-constant, because Lookup
| | |       is stupid.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 027af3bd74cac04385c8ee7d6193ea030fb593fb
| | | Author: Per Östlund 
| | | Date:   Thu Jul 7 16:28:36 2011 +0000
| | | 
| | |     - Added Absyn.Info to Ceval.Msg for better error messages from Ceval.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 29375de8b80cb389b17d6c42b80b087b30427aef
| | | Author: Per Östlund 
| | | Date:   Wed Jul 6 16:03:54 2011 +0000
| | | 
| | |     - Removed some debug prints in Types.removeMod, which made the test suite about
| | |       20% faster. Some of the larger Media models became almost 40% faster.
| | |     - Updated some tests due to the previous SCodeDump changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit c2a177acba78cd30eb755a90ad775a52b108b1d4
| | | Author: Per Östlund 
| | | Date:   Wed Jul 6 14:05:53 2011 +0000
| | | 
| | |     - Added a missing space in dumping of external functions in SCodeDump.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | 
| | * commit 8b3d1a215017ddd5ea46faab93044cfdcdaf3571
| | | Author: Per Östlund 
| | | Date:   Wed Jul 6 13:58:00 2011 +0000
| | | 
| | |     - Added API call saveTotalSCode to dump the result of SCodeFlatten to file.
| | |     - Use the +showAnnotations flag in SCodeDump to determine whether to dump
| | |       annotations and comments or not.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | M	Compiler/susan_codegen/SimCode/SCodeTV.mo
| | | 
| | * commit 51ff59679d85cf04274b678084f7ec68122bc48a
| | | Author: Per Östlund 
| | | Date:   Wed Jul 6 13:11:59 2011 +0000
| | | 
| | |     - Added some missing bits in the runtime to get bootstrapping to work again.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Error_omc.cpp
| | | A	Compiler/runtime/Lapack_omc.cpp
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/lapackimpl.c
| | | 
| | * commit dc9884df999e07bb3cd0ba4a909c6374800f3672
| | | Author: Per Östlund 
| | | Date:   Wed Jul 6 11:40:17 2011 +0000
| | | 
| | |     - Small fix for modifiers in SCodeDumpTpl.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | 
| | * commit ba0d37cacaa250aa8ab1a8b026420950f2a91c9c
| | | Author: Per Östlund 
| | | Date:   Tue Jul 5 15:09:07 2011 +0000
| | | 
| | |     - Optimized Env.getEnvPath to speed up some Media models a bit.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit a5af394c999595b63210190f548a1af1588ee6ac
| | | Author: Per Östlund 
| | | Date:   Tue Jul 5 12:43:10 2011 +0000
| | | 
| | |     - Changed instantiateModel to only instantiate the class once, and not twice if
| | |       it fails the first time.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 815b27c5c584a1696f8c2101266c75e91a1c9795
| | | Author: Per Östlund 
| | | Date:   Mon Jul 4 20:09:11 2011 +0000
| | | 
| | |     - Fixed lookup of components in constant class array instances again, but
| | |       correctly this time (I hope...).
| | |     - Updated Modelica.Media test.
| | |     - Changed test mofiles/EndIllegal to status incorrect.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit eb8bcb5593613b596e52da8424d08739cbe8d47e
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 4 19:19:30 2011 +0000
| | | 
| | |     #1559
| | |     - Some fixes for unknown end-expressions by removing DAE.END(), replacing it with calls to size(cr,dim)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit bfa10f8890c7a0bfed0d5f0df5a42698b33885a7
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 4 12:31:11 2011 +0000
| | | 
| | |     - Crazy indentation, tabs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit a3d29836b02bcbf72f73fd435904e8aae47d03b4
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 4 12:16:22 2011 +0000
| | | 
| | |     - Add checks for record/connector containing algorith sections
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit d688cabdcc93f7d156fadd211e8eaff8f0995338
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 4 11:07:08 2011 +0000
| | | 
| | |     - Changed class inference for found equations,constraints slightly (all in one record)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit c2b717b8688d7144d964eb091b915885feadd32b
| | | Author: Per Östlund 
| | | Date:   Mon Jul 4 10:50:35 2011 +0000
| | | 
| | |     - Changed print in Types.typeToValue to failtrace.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 7335ea970f1be28e31e819d4cdb6484a115e1841
| | | Author: Per Östlund 
| | | Date:   Mon Jul 4 09:50:20 2011 +0000
| | | 
| | |     - Added flag to Inst.instElement to ignore failed elements, which is used by
| | |       Inst.partialInstClassIn to allow Lookup to find elements in packages that
| | |       contain components with unknown dimensions.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit f936496c5eadf8c91a3ff54a07985c72d862daca
| | | Author: Adrian Pop 
| | | Date:   Fri Jul 1 12:10:12 2011 +0000
| | | 
| | |     - BREAKING 16 tests in the testsuite with this commit:
| | |       ==== Log /tmp/omc-rtest-adrpo/biochem/log-BiochemModels.mos
| | |       ==== Log /tmp/omc-rtest-adrpo/bootstrapping/log-SimCodeTest.mos
| | |       ==== Log /tmp/omc-rtest-adrpo/interactive/log-Rename.mos
| | |       ==== Log /tmp/omc-rtest-adrpo/mofiles/log-ArrayModification13.mo
| | |       ==== Log /tmp/omc-rtest-adrpo/mofiles/log-Constant9.mo
| | |       ==== Log /tmp/omc-rtest-adrpo/mofiles/log-Discrete2.mo
| | |       ==== Log /tmp/omc-rtest-adrpo/mofiles/log-Modification9.mo
| | |       ==== Log /tmp/omc-rtest-adrpo/mofiles/log-Overwriting3.mo
| | |       ==== Log /tmp/omc-rtest-adrpo/mofiles/log-Overwriting4.mo
| | |       ==== Log /tmp/omc-rtest-adrpo/mosfiles-nosim/log-FinalTests.mos
| | |       ==== Log /tmp/omc-rtest-adrpo/mosfiles/log-BuiltinMath.mos
| | |       ==== Log /tmp/omc-rtest-adrpo/mosfiles/log-CheckEvents.mos
| | |       ==== Log /tmp/omc-rtest-adrpo/parser/log-CheckSourcesForTabs.mos
| | |       ==== Log /tmp/omc-rtest-adrpo/parser/log-ParseCompilerSources.mos
| | |       ==== Log /tmp/omc-rtest-adrpo/redeclare/log-RedeclareFunction.mo
| | |     - i will fix them in the next days (they are not that problematic)
| | |     - quite big commit, some fixes for Media 255/26 instantiate/check now.
| | |       i'm still loosing redeclares in some cases (mostly weird restrictions
| | |       like connectors), i'll do some more chasing for redeclare mods in Inst
| | |       in the next days.
| | |     - running the Media testsuite with nogen and noevalfunc (for now as even so takse ~10 minutes)
| | |       will fix function problems later.
| | |     - plenty of other new stuff:
| | |       + some partial Graph implementation
| | |         Edge.mo, Element.mo, Instance.mo, Node.mo, Reference.mo, SCodeGraph.mo, Visited.mo
| | |       + general stuff
| | |         Scope.mo, Name.mo, NamePool.mo, Relation.mo (moved to Util), more stuff in AvlTree.mo
| | |       + global data structure which could be used anywhere (Global/Global.mo)
| | |       + collecting all files in SimCode.mo (i had also send them to templates, but i will not
| | |         push those changes as the templates get more complicated).
| | |     - added Values.EMPTY and DAE.EMPTY to be returned when we do not have bindings.
| | |     - many more things i forgot about.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | A	Compiler/FrontEnd/Edge.mo
| | | A	Compiler/FrontEnd/Element.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | A	Compiler/FrontEnd/InstInfo.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | A	Compiler/FrontEnd/Instance.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | A	Compiler/FrontEnd/Node.mo
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | A	Compiler/FrontEnd/Reference.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeFlat.mo
| | | M	Compiler/FrontEnd/SCodeFlatDump.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | A	Compiler/FrontEnd/SCodeGraph.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | A	Compiler/FrontEnd/SCodeSimplify.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/Values.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | A	Compiler/FrontEnd/Visited.mo
| | | A	Compiler/Global/Global.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/AvlTree.mo
| | | M	Compiler/Util/Graph.mo
| | | A	Compiler/Util/Name.mo
| | | A	Compiler/Util/NamePool.mo
| | | M	Compiler/Util/Pool.mo
| | | R099	Compiler/FrontEnd/Relation.mo	Compiler/Util/Relation.mo
| | | A	Compiler/Util/Scope.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 4a4fe638856687b62bc002e7333f851e9189e65e
| | | Author: Adrian Pop 
| | | Date:   Fri Jul 1 04:07:39 2011 +0000
| | | 
| | |     - fflush(stderr);
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/parse.c
| | | 
| | * commit 008a480acc2892fa04f73a5731d2630748528118
| | | Author: Niklas Worschech 
| | | Date:   Thu Jun 30 15:05:34 2011 +0000
| | | 
| | |     small fix for typo in event iteration of cpp simulation runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp
| | | 
| | * commit baaec60f3cfde79ec9a6199369770547fbb60047
| | | Author: Jim Nutaro 
| | | Date:   Thu Jun 30 10:28:20 2011 +0000
| | | 
| | |     Added support to the adevs code generator for mixed nonlinear systems.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit 23ac647eb6333ec4bced99eaf612dc121cb0e251
| | | Author: Per Östlund 
| | | Date:   Wed Jun 29 23:10:59 2011 +0000
| | | 
| | |     - Implemented constant evaluation of Lapack external functions.
| | |     - Fixed dimension count in cat_alloc_real_array for less division by zero.
| | |     - Added test case Modelica.Math.Matrices.LAPACK to test Lapack functions.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Makefile.common
| | | A	Compiler/Util/Lapack.mo
| | | A	Compiler/runtime/Lapack_rml.c
| | | M	Compiler/runtime/Makefile.common
| | | A	Compiler/runtime/lapackimpl.c
| | | M	c_runtime/real_array.c
| | | 
| | * commit 091670f5e2f51ffcd7797d5ee5922d6054be9a79
| | | Author: Niklas Worschech 
| | | Date:   Tue Jun 28 13:10:29 2011 +0000
| | | 
| | |     Added new Euler methods to cpp simulation runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/Functions.h
| | | M	SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/EulerSettings.xml
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h
| | | M	SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp
| | | 
| | * commit f4b9d8857920fd7264eec137acec0c46b9987697
| | | Author: Adrian Pop 
| | | Date:   Mon Jun 27 00:40:12 2011 +0000
| | | 
| | |     - C comments not C++ comments in a C file
| | |     - set some vars to 0.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_inline_solver.h
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit 775f1ffc6858516495d6a448d57b3c2dd45a10e6
| | | Author: Adrian Pop 
| | | Date:   Sat Jun 25 20:39:23 2011 +0000
| | | 
| | |     Fixes for BUG: #1370
| | |     - Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |       + fixed iterators for functions not returning anything (added empty)
| | |       + added more comments to the C code to understand where are things coming from (we can remove them later)
| | |       + changed the order in which we evaluate function arguments and function variable declarations
| | |       + changed the order in which we evaluate external function: vardecl->bivar->extArgs.
| | |       + removed duplicates in the list map of extFunCallVarcopyF77
| | |       + changed handling of default value in extFunCallBiVarF77
| | |       + fixed handling of modelica_string send to Fortran (should not be prefixed by &)
| | |       + changed algStmtTupleAssign to have a preExp and afterExp (before the preExp in
| | |         writeLhsCref was never unparsed anywhere as <%preExp%> was before it??!!)
| | |       + scalarLhsCref used daeExpCrefRhs??!! which was rather totally wrong
| | |         for anything besides scalar component references; now it uses a new daeExpCrefLhs
| | |         which has the causality reversed (for some parts as I haven't implemented all cases).
| | |       + all *Lhs* templates now take an afterExp buffer instead of preExp to do more things
| | |         after the actual statement (such as array slicing, etc); used in heavily in
| | |         Modelica.Math.Matrices.mos, i.e.
| | |         (eigenvalues[:, 1],eigenvalues[:, 2],eigenvectors, info) := LAPACK.dgeev(A);
| | |         first we bind the call outputs to temps, then update the arrays slices using
| | |         indexed_assign_<%type%> as an afterExp.
| | |     - more error messages in the array handling inside c_runtime
| | |     - added test to test Lapack and BUG #1370 in testsuite/mosfiles/TestLapack.mos
| | |     - added test to test Modelica.Math.Matrices in testsuite/libraries/msl31/Modelica.Math.Matrices.mos
| | |     - moved main from functions to the actual generated code for the model.
| | |     - add SimCodeAdevs.mo to testsuite/bootstrapping/LoadCompilerSources.mos
| | |     - all tests go.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/base_array.c
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/real_array.c
| | | 
| | * commit 5fe246582b4d44b52ec2199ec5c2b8ac8182f037
| | | Author: Adrian Pop 
| | | Date:   Fri Jun 24 17:41:34 2011 +0000
| | | 
| | |     - meaningful error message.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/base_array.c
| | | 
| | * commit 4b6d03b2daa5959aac6aff75c81fcab701da89db
| | | Author: Jim Nutaro 
| | | Date:   Fri Jun 24 13:52:35 2011 +0000
| | | 
| | |     First working version of the backend for adevs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | A	Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl
| | | 
| | * commit c6508117f28afab9b31d1e1641485b081cabfb06
| | | Author: Adrian Pop 
| | | Date:   Fri Jun 24 04:20:13 2011 +0000
| | | 
| | |     c_runtime
| | |     - merged libsim and libc_runtime into libSimulationRuntimeC
| | |     - renamed some of the functions in c_runtime fortran generated files to
| | |       avoid name collision. this also helps to avoid multiple definitions when
| | |       we link with blas and lapack. We should really get rid of the fortran
| | |       generated files and link directly with blas and lapack.
| | |     - removed main.o from libf2c/makefile.mingw (to avoid multiple main definitions)
| | |     - now libSimulationRuntimeC does not have a main anymore, the main function is
| | |       generated with the model and calls _main_SimulationRuntime.
| | |     - libSimulationRuntimeQss is now generated instead of libsim_ompd
| | |     
| | |     config.h
| | |     - remove -lc_runtime from LD flags and added it to SimCodeC.tpl instead
| | |       because in the Qss case we need different lib (libSimulationRuntimeQss)
| | |     
| | |     SimCode.mo
| | |     - toupper from external function language specification as it
| | |       appears as Fortran 77 in Modelica.Math.Matrices.LAPACK, but
| | |       we only compared it with FORTRAN 77 in SimCodeC.tpl
| | |     
| | |     SimCodeC.tpl
| | |     - do not use const in SIMEXTARGSIZE as they can appear both as sizeof(A, 1) and as a variable
| | |       which was bound to size, and we get different external definition in for example:
| | |       Modelica.Math.Matrices.LAPACK.dgeev and Modelica.Math.Matrices.LAPACK.dgeev_eigenValues
| | |     - make union of external function arguments when we generate temporary declarations as
| | |       some of the arguments may be twice and we have then two temporary definitions, i.e.
| | |       external "Fortran 77" dgeev("N", "V", n, Awork, n, eigenReal, eigenImag,
| | |           eigenVectors, n, eigenVectors, n, work, size(work, 1), info)
| | |       here we had eigenVectors defined twice!
| | |     
| | |     SimCodeFMU.tpl
| | |     - fixed the hardcoded windows paths
| | |     
| | |     SimCodeQss.tpl
| | |     - linking now with -lSimulationRuntimeQss
| | |     
| | |     SimCodeTV.mo
| | |     - added Util.listUnion to the type view.
| | |     
| | |     System_omc.cpp
| | |     - added System.toupper
| | |     
| | |     System_rml.c
| | |     - fixed the '\0' at the end of the string in System.toupper
| | |     
| | |     - updated the Makefiles everywhere.
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Makefile.common
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/compat.h
| | | M	c_runtime/ddasrt.c
| | | M	c_runtime/dgesv_aux.c
| | | M	c_runtime/dlinpk.c
| | | M	c_runtime/hybrd.c
| | | M	c_runtime/hybrd1.c
| | | M	c_runtime/hybrj.c
| | | M	c_runtime/libf2c/makefile.mingw
| | | M	c_runtime/matrix.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit cc0c1f43a77e9eceaf777ee4956d49727e7b0089
| | | Author: Per Östlund 
| | | Date:   Thu Jun 23 20:07:22 2011 +0000
| | | 
| | |     - Fixed type mismatch errors for checkModel in Modelica.Media.
| | |     - Updated Modelica.Media test case.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 32cffc21e9aff262da572e701f768383bb8f04e9
| | | Author: Adrian Pop 
| | | Date:   Thu Jun 23 16:54:13 2011 +0000
| | | 
| | |     - more complains :)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit a1580cc8ddc06241b2c03a6ce4c8e2afc5d0eba0
| | | Author: Martin Sjölund 
| | | Date:   Thu Jun 23 15:59:47 2011 +0000
| | | 
| | |     - Fix last commit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 6ce0e5b3068037fa5319a92808d86cfcc1770fe2
| | | Author: Martin Sjölund 
| | | Date:   Thu Jun 23 15:45:41 2011 +0000
| | | 
| | |     - omniORB configuration
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 546618875125b9f1b724e0657be27f30b58c8ccf
| | | Author: Adrian Pop 
| | | Date:   Thu Jun 23 15:25:07 2011 +0000
| | | 
| | |     - update SVN props.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit 877f707cf50d79614fbd40e1c1e2f8d83b8abbd7
| | | Author: Adrian Pop 
| | | Date:   Thu Jun 23 15:23:46 2011 +0000
| | | 
| | |     - some updates to some readmes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit ae887192e6103341c1cbc29ab0d933a28f3cde28
| | | Author: Federico Bergero 
| | | Date:   Thu Jun 23 15:02:10 2011 +0000
| | | 
| | |     Renaming Simulator class to SimulatorQSS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_qss/cross_detector.h
| | | M	c_runtime/solver_qss/integrator.h
| | | M	c_runtime/solver_qss/sampler.h
| | | M	c_runtime/solver_qss/simulator.h
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | M	c_runtime/solver_qss/static_function.h
| | | 
| | * commit 89e66c6cf983d05421a42d00e6b7938a7ac35f13
| | | Author: Mohsen Torabzadeh-Tari 
| | | Date:   Thu Jun 23 12:18:52 2011 +0000
| | | 
| | |     tested the Linux/unix FMI export
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit dd3301026e659fec19d2c15664012fe53b765f97
| | | Author: Willi Braun 
| | | Date:   Wed Jun 22 17:43:18 2011 +0000
| | | 
| | |      - added workaround for algorithms from modelicaML models
| | |      - added also a testcase for that issue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 1fdf39328bced33529f7d062c375f6118eb4fb05
| | | Author: Azam Zia 
| | | Date:   Wed Jun 22 12:20:59 2011 +0000
| | | 
| | |     Added linux compilation commands to FMU makefile.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit e59c0283721938debcce8dd5287368237d545e4c
| | | Author: Azam Zia 
| | | Date:   Wed Jun 22 09:11:25 2011 +0000
| | | 
| | |     Updated FMI Modules. Simple models without events are working now. Removed try catch from fmu_model_interface.c as its not standard C.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmiModelFunctions.h
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/fmu_model_interface.h
| | | 
| | * commit 107969283b6b28f5e4084a1816a456e34eb8cfb6
| | | Author: Per Östlund 
| | | Date:   Mon Jun 20 14:21:01 2011 +0000
| | | 
| | |     - Added boxing of arrays to Types.typeConvert to fix the 'setState_pTX not
| | |       found' errors.
| | |     - Added ten more working or partially working models to the Modelica.Media test
| | |       case.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit dffe067cdabf0a9c3c665beae0c70c77e76ae1f2
| | | Author: Per Östlund 
| | | Date:   Mon Jun 20 12:49:07 2011 +0000
| | | 
| | |     - Fixed invalid type in BackendDAETransform.
| | |     - Updated testsuite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 2f56d942ae19639dd2e72e8531c73be5e64721b6
| | | Author: Per Östlund 
| | | Date:   Sat Jun 18 14:24:19 2011 +0000
| | | 
| | |     - Fixed stack overflow for Modelica.Media.IdealGases.Common.SingleGasNasa, see
| | |       added comments in SCodeFlattenRedeclare for explanation of the fix.
| | |     - Added test case redeclare/RedeclareBaseClass1 and removed duplicate test
| | |       redeclare/RedeclareFunctionBug1432.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit b256c6f323e8ed1793b9d51df7d7e21a2a2f5238
| | | Author: Adrian Pop 
| | | Date:   Sat Jun 18 01:04:14 2011 +0000
| | | 
| | |     - small improvements to Relation.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Relation.mo
| | | 
| | * commit c88cb2c7b941fa0076479305d028d04f5d2a8fa5
| | | Author: Jens Frenkel 
| | | Date:   Fri Jun 17 13:46:37 2011 +0000
| | | 
| | |     - update new index reduction method
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit 08153c5bf11522a97cc8eb6bca9d22b3ceaf9811
| | | Author: Per Östlund 
| | | Date:   Thu Jun 16 09:48:30 2011 +0000
| | | 
| | |     - Get rid of annoying types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit eb8fd4c9ce16e73bd96b9d08eb87b2a94521c4b0
| | | Author: Pavol Privitzer 
| | | Date:   Wed Jun 15 20:49:26 2011 +0000
| | | 
| | |     - updated C# template
| | |     - fix C template: use Util.escapeModelicaStringToCString() (instead System.escapeString()) to escape also \n in comments of SIMVARs in globalDataVarInfoArray() template
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | 
| | * commit 72e099e395d981743b1e627c15b535d4cd50f933
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 15 16:28:04 2011 +0000
| | | 
| | |     - found another bug in the RML compiler, it doesn't check for duplicate names, just takes the last one.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Relation.mo
| | | 
| | * commit 1f9812166fd1697eaa1016fcb82fc0e4dacaf5d4
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 15 15:39:12 2011 +0000
| | | 
| | |     - a generic relation Relation.mo between two objects.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/FrontEnd/Relation.mo
| | | 
| | * commit 76662889bfde4feb812f6b81f1b89a0346c56f6f
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 15 15:24:36 2011 +0000
| | | 
| | |     A NEW OMDEV and RML (2.5.0 revison 209) is needed for this (svn up or wait for your update)
| | |     - generic AvlTree.mo (not tested yet, but it compiles fine)
| | |     - small additions to Pool.mo
| | |     - some more stuff in Util.mo
| | |     - note that these generic files are not yet added to the Makefile.common, will come soon more.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/Util/AvlTree.mo
| | | M	Compiler/Util/Pool.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit dc17354f5487ca0290762e154a538a109c27a59b
| | | Author: Per Östlund 
| | | Date:   Tue Jun 14 10:37:49 2011 +0000
| | | 
| | |     - Print attributes for derived classes in SCodeDump.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | 
| | * commit 5050a94df7b4ca4e8c6b1c25a56001eb1ba04f45
| | | Author: Adrian Pop 
| | | Date:   Tue Jun 14 06:53:35 2011 +0000
| | | 
| | |     - YOU WILL NEED A NEW OMDev (svn up) or a new RML (svn up or wait for update) for this!
| | |     - Added Pool.mo as a generic Pool of objects.
| | |     - I've not added Pool.mo to the Makefiles yet, will come in a next commits.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/Util/Pool.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 9235d769cae62c1433a4d148ce5f00d4ab8fbdae
| | | Author: Federico Bergero 
| | | Date:   Mon Jun 13 19:07:42 2011 +0000
| | | 
| | |     Adding simulation_input_xml to the object list of the QSS runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit ba160a327722e7c726ebbb245632eaf3f2fe840a
| | | Author: Jens Frenkel 
| | | Date:   Sun Jun 12 15:44:23 2011 +0000
| | | 
| | |     - bugfix getIndexReductionMethod
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/rtoptsimpl.c
| | | 
| | * commit 1bdb63570ef071674bf1beb0cd7b22d491896481
| | | Author: Jens Frenkel 
| | | Date:   Sat Jun 11 17:18:39 2011 +0000
| | | 
| | |     - minor changes to reduceIndexDummyDerX
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 1a42c08dfdfbcccd45a4322f88dcc26688bebba1
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 10 22:33:05 2011 +0000
| | | 
| | |     - Use configured flags
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/Makefile.in
| | | 
| | * commit 8ac6f1077accf5d19e2613bec5a66759de0cf416
| | | Author: Per Östlund 
| | | Date:   Fri Jun 10 13:50:33 2011 +0000
| | | 
| | |     - Some SCodeDependency fixes for modifiers and derived classes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | 
| | * commit 86cd2567a74ec00604595bb93ff381453633c979
| | | Author: Per Östlund 
| | | Date:   Thu Jun 9 12:09:02 2011 +0000
| | | 
| | |     - Added more error checking for size.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit deb79237af07b2dea7306abd70a9db37bafa049c
| | | Author: Jens Frenkel 
| | | Date:   Wed Jun 8 15:03:02 2011 +0000
| | | 
| | |     - bugfix fmi, set and get real variables
| | |     - ling FMU not with interactive
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit f1e8bf24ace26444a0bbddb26c732f7653b8b199
| | | Author: Dongliang Li 
| | | Date:   Tue Jun 7 12:08:51 2011 +0000
| | | 
| | |     Add list of string in SimVar, for the number of element in array
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 53a3c19e9f2a1f5faaaef0841884a60f2b7ed72a
| | | Author: Niklas Worschech 
| | | Date:   Mon Jun 6 14:20:17 2011 +0000
| | | 
| | |     Fix for calculate zero crossing index in collectZC and collectZCAlgs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 69943013e293065ef733040889f8bb9aced82772
| | | Author: Jens Frenkel 
| | | Date:   Sun Jun 5 23:21:38 2011 +0000
| | | 
| | |     - change MIXEDEQUATIONSYSTEM, now it is easier to handle algorithm and arrayequations in compination with discrete equaitons
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | 
| | * commit 71a22c506d94164654730639782c002518bb8de7
| | | Author: Jens Frenkel 
| | | Date:   Sat Jun 4 23:23:34 2011 +0000
| | | 
| | |     - add type for MIXEDEQUATIONSYSTEM to StrongComponent
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | 
| | * commit 05ee96ba05ab763b4d9d10e4a558d7ca1521d228
| | | Author: Martin Sjölund 
| | | Date:   Sat Jun 4 18:15:01 2011 +0000
| | | 
| | |     - Check for expat.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c8d9c438647cc32e91105983958bacef054a4f97
| | | Author: Jens Frenkel 
| | | Date:   Sat Jun 4 12:36:35 2011 +0000
| | | 
| | |     - use flag for debug print in reduceIndexDummyDerX to run testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | 
| | * commit e44740f4080265567aad9f501ae7554dc6edfe6b
| | | Author: Jens Frenkel 
| | | Date:   Sat Jun 4 12:34:23 2011 +0000
| | | 
| | |     - add error msg for expressions "der(der(DAE.CREF(_))", see Bug [#1551]
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 779da9d9995278e4b354ad88132976cd392b7c7f
| | | Author: Jens Frenkel 
| | | Date:   Fri Jun 3 18:29:13 2011 +0000
| | | 
| | |     - enable optimisation module constantLinearSystem by default, passed testsuite without errors
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 6762574bfa4a58f8834b9d0bff631d0219abf9a5
| | | Author: Jens Frenkel 
| | | Date:   Fri Jun 3 12:57:02 2011 +0000
| | | 
| | |     - bugfix constantLinearSystem, works now for model from bugtracker
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit c859da4738cf27fe39b47fb9031afcde7f29f17d
| | | Author: Martin Sjölund 
| | | Date:   Thu Jun 2 02:27:59 2011 +0000
| | | 
| | |     - configure: Added flag with-static-sqlite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 781997c79770cb3181c491a25ab324d8a99d4b2b
| | | Author: Jens Frenkel 
| | | Date:   Wed Jun 1 18:14:19 2011 +0000
| | | 
| | |     - add fmi feature dynamic external function, for more information have a look at  https://www.modelica.org/events/modelica2011/Proceedings/pages/papers/14_3_ID_162_a_fv.pdf
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 0185aaa6e6c0ad7c67bdd5cb16765f79dd3939af
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 1 13:23:01 2011 +0000
| | | 
| | |     - .pro.user files should not be in Subversion as they are different for each user.
| | |     - add OMPlotLib.pro to OMTools.pro
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMTools/OMTools.pro
| | | 
| | * commit fb1c0ad70e39e0a6c865112d235a1cea14ed52e8
| | | Author: Per Östlund 
| | | Date:   Wed Jun 1 13:17:44 2011 +0000
| | | 
| | |     - Don't link with -lregex on Linux.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | 
| | * commit 04012d706eb34ae5227c34efe6a1f220e050a2ab
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 1 13:12:24 2011 +0000
| | | 
| | |     - link with -lregex and -lexpat on Linux too.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | 
| | * commit 3e680ed76c8c1d173d938cd9a4581af7a57a66c9
| | | Author: Adrian Pop 
| | | Date:   Tue May 31 22:42:19 2011 +0000
| | | 
| | |     - BIG CHANGE!
| | |     - generate Model_init.xml instead of Model_init.txt
| | |     - clean objects in Model.makefile before compiling (Make doesn't seem to get that
| | |       Model.c is newer than Model.o if we issue two simulate commands for the same model,
| | |       even if the model changed via loadFile.)
| | |     - check the result of fflush in systemimpl.c and printimpl.c
| | |     - fflush in c_runtime/linearize.cpp
| | |     - added c_runtime/simulation_input_xml.h and cpp to read the Model_init.xml file.
| | |     - link the generated code with the XML parser library -lexpat as libc_runtime needs it now
| | |     - Model.c and Model_init.xml will now contain a GUID which is used in c_runtime/simulation_input_xml.cpp
| | |       to check if the Model_init.xml is matched with Model.c (Model.exe)
| | |     - The Model_init.xml is based on FMI but with much more information that we need for OMC.
| | |     - The Model_init.xml file it has no schema yet as it may change in the near future to include
| | |       more things that are now static in the generated code (Model.c). This will make compilation
| | |       of generated code faster.
| | |     - disabled testsuite/interactive-simulation/runInteractiveSimulation.mos and added only a
| | |       compilation test (more work is needed to make the run test more robust).
| | |     - updated tests and compiler files with the name change from _init.txt to _init.xml.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/interactive/omi_ServiceInterface.h
| | | M	c_runtime/linearize.cpp
| | | A	c_runtime/simulation_input_xml.cpp
| | | A	c_runtime/simulation_input_xml.h
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/simulation_varinfo.c
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_qss/runtime.h
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | 
| | * commit 30e2616a9f79f33b56a75195ae1392957689af91
| | | Author: Martin Sjölund 
| | | Date:   Tue May 31 11:59:04 2011 +0000
| | | 
| | |     - Added testcase for using initial() in blocks that are constant during the initial step
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit bf7109e7e4952a821106b3c1dc8d662ac0c03f48
| | | Author: Martin Sjölund 
| | | Date:   Tue May 31 10:52:47 2011 +0000
| | | 
| | |     - Fix unparsing of MSL 3.2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeFlatDump.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Template/TplCodegen.mo
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | M	Compiler/susan_codegen/SimCode/SCodeTV.mo
| | | M	Compiler/susan_codegen/TplCodegen.mo
| | | 
| | * commit b2609f2ff7a06b5e1261b3dc7d464167db9f888f
| | | Author: Martin Sjölund 
| | | Date:   Tue May 31 10:09:40 2011 +0000
| | | 
| | |     - SCodeUtil: Give errors if Absyn to SCode fails
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 044d2d8ec01b68b481c13c715948b36d451cae55
| | | Author: Per Östlund 
| | | Date:   Tue May 31 09:59:49 2011 +0000
| | | 
| | |     - Optimized Types.elabType by relaxing equality checks for types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 67aa41eaa86c42607427ab04fcce9e81a0512af7
| | | Author: Martin Sjölund 
| | | Date:   Tue May 31 09:33:34 2011 +0000
| | | 
| | |     - Removed Interactive list(cr) functions as their result differs from CevalScript
| | |       * TODO: Make sure OMEdit list() command handles strings correctly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit e287609ddd65fd8da369ae79ce072ae07d923180
| | | Author: Per Östlund 
| | | Date:   Mon May 30 12:57:50 2011 +0000
| | | 
| | |     - Some small SCodeDumpTpl fixes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | 
| | * commit dab454f4662c3deb0251312a63396ceed0981eb4
| | | Author: Martin Sjölund 
| | | Date:   Mon May 30 11:55:37 2011 +0000
| | | 
| | |     - Simplify also (e*e1)+(e2*e)=>e(e1+e2)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 3b3acac66a2303cb41bfc7d5942b3046346fa07a
| | | Author: Jens Frenkel 
| | | Date:   Mon May 30 11:49:53 2011 +0000
| | | 
| | |     - update CMakeList files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/CMakeLists.txt
| | | A	c_runtime/meta/CMakeLists.txt
| | | 
| | * commit de74090919f50403244a631293ddacd5e4880869
| | | Author: Per Östlund 
| | | Date:   Mon May 30 11:48:27 2011 +0000
| | | 
| | |     - Added missing SCodeTV.mo.
| | |     - Normalised Absyn.ComponentRef.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | A	Compiler/susan_codegen/SimCode/SCodeTV.mo
| | | 
| | * commit 60e8daf2ea313ec7c7295ea6e1d9aa29b3d48997
| | | Author: Martin Sjölund 
| | | Date:   Mon May 30 11:40:41 2011 +0000
| | | 
| | |     - Add simplification (e*e1)+(e*e2) => e*(e1+e2) (for +/- and swapping argument order)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 00b5b1d95ef3903b90ecf7e9c72bdd80a4d55ff8
| | | Author: Martin Sjölund 
| | | Date:   Mon May 30 10:24:22 2011 +0000
| | | 
| | |     - Changed order of some simplifications (commutative rules)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 2098ee0e61ce7a9394169af5896d9d677d2546c5
| | | Author: Per Östlund 
| | | Date:   Mon May 30 09:54:00 2011 +0000
| | | 
| | |     - Implemented SCode dumping template.
| | |     - Changed some functions in SCodeDump to use the new template functions.
| | |     - Updated test suit.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | A	Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
| | | 
| | * commit f556790c62715ec57f30c3737730208d2e5b8e7d
| | | Author: Martin Sjölund 
| | | Date:   Mon May 30 09:26:23 2011 +0000
| | | 
| | |     - Added ExpressionSimplify.simplifyBinaryCommutative
| | |       - To be used for commutative rules so we do not forget these cases in the future
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 57afb3f14ff134a07a962020b0262a5691acd876
| | | Author: Martin Sjölund 
| | | Date:   Mon May 30 09:04:42 2011 +0000
| | | 
| | |     - Fix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 222ed2d8b8f5dff271030b992cb0aefa71310a2f
| | | Author: Jens Frenkel 
| | | Date:   Sun May 29 12:58:33 2011 +0000
| | | 
| | |     - start to move solving of constant linear systems to BackendDAEOptimize
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit b9416e9b0528aebf4bdef28bd78b680013f42d77
| | | Author: Martin Sjölund 
| | | Date:   Sun May 29 12:53:35 2011 +0000
| | | 
| | |     - simplify: exp * sqrt(exp) => exp^1.5, exp^exp2 * sqrt(exp) => exp*^(exp2+0.5)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit e6761593eed7c8989b2b0ce634f63f0b797ed860
| | | Author: Adrian Pop 
| | | Date:   Sat May 28 08:08:28 2011 +0000
| | | 
| | |     - fix quoting of XML strings in SimCodeFMU.tpl
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit a94b8fa241576fce2c2b1301890c42f245adcda3
| | | Author: Adrian Pop 
| | | Date:   Sat May 28 05:58:24 2011 +0000
| | | 
| | |     - small fix for modelIdentifier in FMU export.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 0b9d8941c7c1702987dddc4a4812765c8e4c2abf
| | | Author: Mahder Alemseged Gebremedhin 
| | | Date:   Sat May 28 05:50:25 2011 +0000
| | | 
| | |     - a note that OMDev needs to be updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 822877035adac0031cd4b975c3a348915377b1d6
| | | Author: Jens Frenkel 
| | | Date:   Fri May 27 20:38:20 2011 +0000
| | | 
| | |     - Inst.mo: - fix bug of number of output arguments
| | |     - change implementation of strongconnected components, use now special types insted of list>,
| | |       ToDo: move tearing and handling of constant equation systems from simcode to preoptimisation phase
| | |     - fix testsuite for new implementation of strong connected components
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 8c486f1caf3d816fae92131ce4e76bb826bfd773
| | | Author: Alexey Lebedev 
| | | Date:   Fri May 27 12:29:16 2011 +0000
| | | 
| | |     Base of modification processing for non-expanded arrays.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 71a7143b52683699d4e867dce3907948c83e68be
| | | Author: Lennart Ochel 
| | | Date:   Fri May 27 09:34:03 2011 +0000
| | | 
| | |     reorder include files to avoid unknown references
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | 
| | * commit bf514a58b752b55b9d00b3a29490d24c6d0e7fe1
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 18:54:25 2011 +0000
| | | 
| | |     - simplify sin^2(x)+cos^2(x) = 1
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 9a4e01b352bac5e62693d798a4e34505d70a0984
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 18:40:21 2011 +0000
| | | 
| | |     - Added simplify rules for some trig.identities
| | |       * asin(sin(x)) => x
| | |       * sin(2*x) = 2*sin(x)*cos(x)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 4552e821aa51573466eccf40f8787d5312607c4f
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 15:02:26 2011 +0000
| | | 
| | |     - Some simplification rules, e.g. sqrt(e)^2.0 = e
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 599ce04c815fe088ee2f13c03323576e568f868d
| | | Author: Per Östlund 
| | | Date:   Thu May 26 14:27:20 2011 +0000
| | | 
| | |     - Translate Absyn.ConstrainClass into SCode.ConstrainClass in
| | |       translateAbsyn2SCode.
| | |     - Updated some redeclare test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeFlatDump.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 56010579f325897566d2fb6a3dab2e222f488f81
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 11:30:58 2011 +0000
| | | 
| | |     - Link with libsql3
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit 625bb6b422ec06991d9d029ff5d87441df8ea740
| | | Author: Adrian Pop 
| | | Date:   Thu May 26 11:11:07 2011 +0000
| | | 
| | |     - moved trunk/OMTools/bin and trunk/OMTools/qtdlls to OMDev/tools/OMTools/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMTools/README.txt
| | | 
| | * commit 7aebef9806c34990f5e648fd252543ce55a33fc5
| | | Author: Adrian Pop 
| | | Date:   Thu May 26 11:00:31 2011 +0000
| | | 
| | |     - YOU WILL NEED A NEW OMDev FOR THIS revision, just do SVN update on OMDev
| | |     - moved some binaries from /trunk into OMDev.
| | |       + liblpsolve
| | |       + libsqlite3
| | |       + liblapack-mingw.a
| | |       + libblas-mingw.a
| | |       + lib/libtmglib-mingw.a
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/config.h
| | | 
| | * commit be4552ca77c1d0b620da068a048c4420764b88c7
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 10:44:14 2011 +0000
| | | 
| | |     - Moved part of deinitializeDataStruc from SimCode to simulation_runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 9ed4b378e7f2e13b25942391b4c67c967c8cdfac
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 10:29:22 2011 +0000
| | | 
| | |     - Moved part of initializeDataStruc to simultion runtime instead of generated code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit db180d4ec215487917798ef57c1450488aa78dce
| | | Author: Per Östlund 
| | | Date:   Thu May 26 10:15:43 2011 +0000
| | | 
| | |     - Translate Absyn.ExternalDecl into SCode.ExternalDecl in translateAbsyn2SCode
| | |       (because Absyn.Annotations are annoying).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlat.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeHashTable.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 3e1463f55b2cc3de2a54290446e655072c115ec5
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 10:04:36 2011 +0000
| | | 
| | |     - Removed getNameReal, etc from SimCodeC.tpl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	c_runtime/matrix.h
| | | M	configure
| | | 
| | * commit a3f7696dc6c8ba078261d651706ac27718057b19
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 09:44:25 2011 +0000
| | | 
| | |     - Don't link readline with omc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit c6c7527ac2ee18cbf0e61efe36ae7ff286f2e6f6
| | | Author: Martin Sjölund 
| | | Date:   Thu May 26 08:33:41 2011 +0000
| | | 
| | |     - configure: include lp_lib.h or lpsolve/lp_lib.h depending on platform
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/unitparser.cpp
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 8a36c715bb5d9aed0e5e8676443d2c4c14e9bbfb
| | | Author: Adrian Pop 
| | | Date:   Thu May 26 03:17:50 2011 +0000
| | | 
| | |     - first db implementation, un-comment the new added deleted lines in Main.mo and Inst.mo
| | |       create a db (called omc.db) with a table Inst.mo(path, time_to_instantiate)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Util/Database.mo
| | | M	Compiler/runtime/Database.c
| | | A	Compiler/runtime/Database_omc.c
| | | A	Compiler/runtime/Database_rml.c
| | | M	Compiler/runtime/Makefile.common
| | | 
| | * commit b3db90114c2d553a850b8071336cda04fb69c922
| | | Author: Willi Braun 
| | | Date:   Wed May 25 22:50:39 2011 +0000
| | | 
| | |      - added fixes for initialization (Bug [# 1537])
| | |      - fixed builtin function semiLinear()
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 48aa63bd6d428577f9f3ae69c7c7521225b3f7c6
| | | Author: Adrian Pop 
| | | Date:   Wed May 25 17:00:24 2011 +0000
| | | 
| | |     - YOU NEED TO UPDATE YOUR OMDEV FOR THIS!
| | |     - linked with static libregex.
| | |     - Error.mo feeding my alignment issues.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit d393ac198a9bbd9adc8a8929d93bd5e2e4be38db
| | | Author: Martin Sjölund 
| | | Date:   Wed May 25 16:55:22 2011 +0000
| | | 
| | |     - Forbid assignment to inputs when using +g=Modelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/Util/Error.mo
| | | M	Makefile.common
| | | 
| | * commit 4aa74350e24acdb33bf1868e2d12437c0a9916b2
| | | Author: Adrian Pop 
| | | Date:   Wed May 25 15:11:07 2011 +0000
| | | 
| | |     - removed SCode.Accessibility element from SCode.Attributes and DAE.Attributes
| | |       and the entire compiler.
| | |     - Static.elabCref now returns DAE.Attributes instead of the SCode.Accessibility
| | |       so one can check the flags in there, (flow, stream, direction, variability, etc).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatDump.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 01d3515c5f9b4dac5c1243d7e3807155ab98dd09
| | | Author: Martin Sjölund 
| | | Date:   Wed May 25 14:24:37 2011 +0000
| | | 
| | |     - Fix for omlibrary being updated properly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 732a6522d40c921a7841a84993f69fabf83c9ecb
| | | Author: Martin Sjölund 
| | | Date:   Wed May 25 12:25:51 2011 +0000
| | | 
| | |     - Integrated the uses annotation with the loadModel command
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 2d3378abcc56283d73247de83c3f06a0e3a0c9fb
| | | Author: Martin Sjölund 
| | | Date:   Wed May 25 11:59:36 2011 +0000
| | | 
| | |     - Fix read_matlab4.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | 
| | * commit d6b5e90a2f399e303fc64942887d66cfbbf64bee
| | | Author: Martin Sjölund 
| | | Date:   Wed May 25 11:49:46 2011 +0000
| | | 
| | |     - Makefile dependencies
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.common
| | | 
| | * commit b649ab792a11922af2386d890f07d03b54cff9ca
| | | Author: Martin Sjölund 
| | | Date:   Wed May 25 10:35:23 2011 +0000
| | | 
| | |     - Added description to matlab reader
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/read_matlab4.h
| | | 
| | * commit e443e0cc84b78d2d6ebf13a4cbbc157d05522f4c
| | | Author: Adrian Pop 
| | | Date:   Wed May 25 09:30:15 2011 +0000
| | | 
| | |     - moved all c_runtime/meta_* files to c_runtime/meta/ (also rml_compatibility.h)
| | |     - changed all the required makefiles in Compiler/runtime/ and Parser/
| | |     - added SCodeFlatDump.mo.
| | |     - implemented a first phase in SCodeFlat.mo.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | M	Compiler/FrontEnd/SCodeFlat.mo
| | | A	Compiler/FrontEnd/SCodeFlatDump.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/Makefile.in
| | | M	Parser/Makefile.common
| | | M	c_runtime/Makefile.common
| | | R100	c_runtime/meta_modelica.c	c_runtime/meta/meta_modelica.c
| | | R100	c_runtime/meta_modelica.h	c_runtime/meta/meta_modelica.h
| | | R100	c_runtime/meta_modelica_builtin.cpp	c_runtime/meta/meta_modelica_builtin.cpp
| | | R100	c_runtime/meta_modelica_builtin.h	c_runtime/meta/meta_modelica_builtin.h
| | | R100	c_runtime/meta_modelica_builtin_boxptr.h	c_runtime/meta/meta_modelica_builtin_boxptr.h
| | | R100	c_runtime/meta_modelica_catch.c	c_runtime/meta/meta_modelica_catch.c
| | | R100	c_runtime/meta_modelica_gc.c	c_runtime/meta/meta_modelica_gc.c
| | | R100	c_runtime/meta_modelica_gc.h	c_runtime/meta/meta_modelica_gc.h
| | | R100	c_runtime/meta_modelica_gc_list.c	c_runtime/meta/meta_modelica_gc_list.c
| | | R100	c_runtime/meta_modelica_gc_list.h	c_runtime/meta/meta_modelica_gc_list.h
| | | R100	c_runtime/meta_modelica_gc_pages.c	c_runtime/meta/meta_modelica_gc_pages.c
| | | R100	c_runtime/meta_modelica_gc_pages.h	c_runtime/meta/meta_modelica_gc_pages.h
| | | R100	c_runtime/meta_modelica_gc_roots.c	c_runtime/meta/meta_modelica_gc_roots.c
| | | R100	c_runtime/meta_modelica_gc_roots.h	c_runtime/meta/meta_modelica_gc_roots.h
| | | R100	c_runtime/meta_modelica_gc_settings.c	c_runtime/meta/meta_modelica_gc_settings.c
| | | R100	c_runtime/meta_modelica_gc_settings.h	c_runtime/meta/meta_modelica_gc_settings.h
| | | R100	c_runtime/meta_modelica_gc_stack.c	c_runtime/meta/meta_modelica_gc_stack.c
| | | R100	c_runtime/meta_modelica_gc_stack.h	c_runtime/meta/meta_modelica_gc_stack.h
| | | R100	c_runtime/meta_modelica_gc_stats.c	c_runtime/meta/meta_modelica_gc_stats.c
| | | R100	c_runtime/meta_modelica_gc_stats.h	c_runtime/meta/meta_modelica_gc_stats.h
| | | R100	c_runtime/meta_modelica_gen_string_lit.sh	c_runtime/meta/meta_modelica_gen_string_lit.sh
| | | R100	c_runtime/meta_modelica_real.cpp	c_runtime/meta/meta_modelica_real.cpp
| | | R100	c_runtime/meta_modelica_real.h	c_runtime/meta/meta_modelica_real.h
| | | R100	c_runtime/meta_modelica_string_lit.c	c_runtime/meta/meta_modelica_string_lit.c
| | | R100	c_runtime/meta_modelica_string_lit.h	c_runtime/meta/meta_modelica_string_lit.h
| | | R100	c_runtime/rml_compatibility.h	c_runtime/meta/rml_compatibility.h
| | | 
| | * commit ae268a211514a74a82f001f1867d09f90da628c0
| | | Author: Martin Sjölund 
| | | Date:   Tue May 24 12:55:10 2011 +0000
| | | 
| | |     - OMEdit: Load the ModelicaReference library (latest release preferred over 3.1 version)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit fd0de5944999f184814f39f0456f894cdc9edc8a
| | | Author: Martin Sjölund 
| | | Date:   Tue May 24 12:25:36 2011 +0000
| | | 
| | |     - Prefer ModelicaServices 1.0 over 1.1 (MSL 3.1 > MSL 3.2)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Makefile.common
| | | 
| | * commit 97362566eba7aa9206f4b7930b1c94902cf8c763
| | | Author: Martin Sjölund 
| | | Date:   Tue May 24 12:03:50 2011 +0000
| | | 
| | |     - Fix priority MSL 3.1 > MSL 3.2
| | |     - Don't always copy omlibrary (test -d instead of -f)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Makefile.common
| | | 
| | * commit 11273d1fc0a1c6f2d9f24bf007b4bba0fe59f46d
| | | Author: Martin Sjölund 
| | | Date:   Tue May 24 11:45:10 2011 +0000
| | | 
| | |     - Changed the installed library structure to omlibrary/Modelica 3.1 instead of omlibrary/msl31/Modelica
| | |       - Testcases now use loadModel(Modelica,{"3.1"}), etc, instead of env.vars
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Makefile.common
| | | 
| | * commit 1f9b57e8c4810ed110677cdb80b80f6b3d7f7f37
| | | Author: Per Östlund 
| | | Date:   Tue May 24 11:17:14 2011 +0000
| | | 
| | |     - Renamed tplAbsynExpEEquationLstLst to elseBranches in SCode.EEquation.EQ_WHEN.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDump.mo
| | | 
| | * commit 2558fdd88e8d9fa0c2db3b7ffccd93c41d443892
| | | Author: Per Östlund 
| | | Date:   Tue May 24 09:47:26 2011 +0000
| | | 
| | |     - Fixed SCodeFlattenRedeclare.addElementRedeclarationsToEnv for components.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | 
| | * commit f6ebe49c5057815a10b40c87027cf90299087121
| | | Author: Adrian Pop 
| | | Date:   Tue May 24 08:19:40 2011 +0000
| | | 
| | |     - add SCodeFlat.mo to compilation.
| | |     - fixes for MinGW compilation of systemimpl.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlat.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit cf2cb8f7e39df99494fc428f511b08979a49dc79
| | | Author: Martin Sjölund 
| | | Date:   Tue May 24 04:25:57 2011 +0000
| | | 
| | |     - Added extra argument to loadModel(Class,{"3.1","default"})
| | |       - We can now store multiple versions of the same library on the MODELICAPATH
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 10890d8a0225b2dcd599c00070be680620707dfb
| | | Author: Adrian Pop 
| | | Date:   Tue May 24 03:13:57 2011 +0000
| | | 
| | |     - forgot to add two files in the previous commit.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/FrontEnd/SCodeDump.mo
| | | A	Compiler/FrontEnd/SCodeMod.mo
| | | 
| | * commit 80f65f7e59426b118fc3b6a6c9a5c7a7d7ae6615
| | | Author: Adrian Pop 
| | | Date:   Tue May 24 03:10:59 2011 +0000
| | | 
| | |     Fixes for bugs: #1430, #1432
| | |     
| | |     - moved printing functions from SCode to SCodeDump.
| | |     - some fixes to redeclares-as-element in SCodeFlattenRedeclare.mo
| | |     - fixes for handling derived classes (that do not extend from basic types)
| | |       to have the correct scope, not the scope of the base class (Inst.mo).
| | |     - added SCodeDump.mo
| | |     - added SCodeFlat.mo (not part of the compilation yet).
| | |     - added more tests for replaceable functions and for functions in derived packages that depend on a modified constant.
| | |     - added SCodeMod.mo to handle modifiers.
| | |     - some changes in SCodeHashTable.mo
| | |     - disabled SCodeFlattenExtends.mo for now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | A	Compiler/FrontEnd/SCodeFlat.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeHashTable.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 52d049ddcc012621de132d9cd3f66472af3c690b
| | | Author: Parham Vasaiely 
| | | Date:   Mon May 23 18:29:26 2011 +0000
| | | 
| | |     fix: changeParameterValues
| | |     fix: changeSimulationTime
| | |     
| | |     update: interactive simulation performance
| | |     update: debug options
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | M	c_runtime/interactive/omi_ResultManager.h
| | | M	c_runtime/interactive/omi_Transfer.cpp
| | | 
| | * commit 99b95da8e66f93870429d60955d74609335d6343
| | | Author: Pavol Privitzer 
| | | Date:   Mon May 23 16:42:38 2011 +0000
| | | 
| | |     - update of C# templates: removed Sample zero-crossing generation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | 
| | * commit 7bfbc4140415a444e5a65b4e1a2d603cf5cb4806
| | | Author: Per Östlund 
| | | Date:   Mon May 23 14:09:01 2011 +0000
| | | 
| | |     - Fix for instantiation of empty arrays.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 27d4f5e5dc4bcfe081ecf82e03aadb159e301b63
| | | Author: Per Östlund 
| | | Date:   Mon May 23 12:58:26 2011 +0000
| | | 
| | |     Fix for bug #1529:
| | |     - Don't evaluate non-fixed parameter subscripts.
| | |     - Added test case mofiles/NonfixedParamSubscript.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit b1f67dd9447a982432b0ca72972559879f21e859
| | | Author: Dongliang Li 
| | | Date:   Mon May 23 12:42:15 2011 +0000
| | | 
| | |     fixed errors for revision r8974
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit b9f8fd8ae1d33dee3107c4ce1bacee18becaaaa8
| | | Author: Per Östlund 
| | | Date:   Mon May 23 11:24:48 2011 +0000
| | | 
| | |     Fixes for bug #1528:
| | |     - Add simplification rule pre(constant[index]) = constant[index].
| | |     - Implemented code generation for cref asub with one subscript.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 94ef3f59b4ca77cf499361f56fb65399724f178c
| | | Author: Per Östlund 
| | | Date:   Mon May 23 10:01:09 2011 +0000
| | | 
| | |     - Cleaned up elaboration of subscripts in Static.elabSubscriptDims.
| | |     - Corrected evaluation of subscripts in Static.elabSubscriptDims.
| | |     - Added test case mofiles/SubscriptEval.
| | |     - Corrected test case redeclare/Modification1.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit b57d7e44886fa072445cdd62c9ba93026bf261aa
| | | Author: Parham Vasaiely 
| | | Date:   Sun May 22 23:00:05 2011 +0000
| | | 
| | |     fix: reinitialization after stopSimulation
| | |     fix: wrong references on ssdArray
| | |     update: setResultData and getResultData
| | |     update: resetSSDArrayWithNullSSD
| | |     update: initializeSSD_AND_SRDF
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | M	c_runtime/interactive/omi_ResultManager.h
| | | M	c_runtime/interactive/omi_Transfer.cpp
| | | 
| | * commit 6ff02454843945505274bb8aeaeb0bfd96cb1cb2
| | | Author: Adrian Pop 
| | | Date:   Sun May 22 11:03:22 2011 +0000
| | | 
| | |     - fixes for linking with lpsolve in c_runtime
| | |     - compiled static lpsolve with mingw and used that to link with omc.exe and c_runtime.
| | |     - todo: move it to OMDev.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 2ba6ed755e725e0f3548778ebf1bc6001709895e
| | | Author: Martin Sjölund 
| | | Date:   Sun May 22 10:51:17 2011 +0000
| | | 
| | |     - Added rule to simplify x+x+x-x-x=x
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 42ef95b0b13003c34e90d70dcbec8a8201ed2363
| | | Author: Jens Frenkel 
| | | Date:   Sun May 22 10:05:10 2011 +0000
| | | 
| | |     - continue to move analysation of strong connected components directly after blt algorithm, change modpar and TaskGraph to use new strongcomponent type
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 4d1cbd3d0dec16a1c8e764e2f0705527d07cea61
| | | Author: Adrian Pop 
| | | Date:   Sun May 22 09:45:31 2011 +0000
| | | 
| | |     - fixes for boostrapping on Windows (missing an "l" in -lpsolve55)
| | |     - copy Compiler/runtime/lpsolve/lpsolve55.lib $(builddir_lib)/omc/liblpsolve55.a
| | |       as the runtime is needing it now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit b4b03922398b8a0bdac3a34522f6495ecb5e5e92
| | | Author: Jens Frenkel 
| | | Date:   Sat May 21 21:41:45 2011 +0000
| | | 
| | |     - continue to move analysation of strong connected components directly after blt algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 5f5e414f52fe9ba601683e7833ca9198f7e00b26
| | | Author: Jens Frenkel 
| | | Date:   Sat May 21 06:48:26 2011 +0000
| | | 
| | |     -start to move analysation of strong connected components behind blt transformation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 6d8d04bee4f0ccf7287a0cbd6f28b3d22d1ca21b
| | | Author: Per Östlund 
| | | Date:   Fri May 20 22:16:40 2011 +0000
| | | 
| | |     - Element redeclare fixes in SCodeFlatten.
| | |     - Updated Modelica.Media test case with new errors and enabled now working
| | |       WaterIF97 example.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit f0fd4424afdd5ea62463219dcdf14e6f3c16ff81
| | | Author: Martin Sjölund 
| | | Date:   Fri May 20 12:38:17 2011 +0000
| | | 
| | |     - Use simplify1 instead of simplify as it is marginally faster (simplify does nothing extra for DAE.CALL and DAE.ASUB anyway)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 7d3842026bb386980836ff610c2715b735d6c18a
| | | Author: Martin Sjölund 
| | | Date:   Fri May 20 12:32:21 2011 +0000
| | | 
| | |     - Disable debug print that fails 30% of the testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit c7aa9199ef0ee2167e82af40e698b954cb8c15fb
| | | Author: Parham Vasaiely 
| | | Date:   Fri May 20 11:59:47 2011 +0000
| | | 
| | |     fixed stopSimulation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_Control.h
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | M	c_runtime/interactive/omi_Transfer.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 4eb13170bc9cc2d2710292ec727bdbf8749537dd
| | | Author: Parham Vasaiely 
| | | Date:   Fri May 20 07:45:19 2011 +0000
| | | 
| | |     Debug stopSimulation function and changeSimulationTime v2
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | 
| | * commit f8c62c884dc221d32acabbc266d0be59538ad9d5
| | | Author: Martin Sjölund 
| | | Date:   Fri May 20 06:32:05 2011 +0000
| | | 
| | |     - Fix compilation (merge conflict that was ignored instead of resolved)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | 
| | * commit e998252dafb8a726ca393fc694cc855285380271
| | | Author: Parham Vasaiely 
| | | Date:   Thu May 19 16:42:07 2011 +0000
| | | 
| | |     Debug stopSimulation function and changeSimulationTime v2
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | 
| | * commit 88793abde590fcb2df6461374147e4d97c01ef55
| | | Author: Parham Vasaiely 
| | | Date:   Thu May 19 16:41:22 2011 +0000
| | | 
| | |     Debug stopSimulation function and changeSimulationTime v2
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_Control.h
| | | M	c_runtime/interactive/omi_Transfer.cpp
| | | 
| | * commit e8c0ca008cd39102751c3be0080b3f7148691adb
| | | Author: Adeel Asghar 
| | | Date:   Thu May 19 12:34:21 2011 +0000
| | | 
| | |     - Fix abs_path for Windows-msys.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/convert_lines.pl
| | | 
| | * commit 5eed94a9a2107413d713bea93f6d58276b947e8c
| | | Author: Martin Sjölund 
| | | Date:   Thu May 19 12:29:23 2011 +0000
| | | 
| | |     - Added optimized codegen for ASUB(DAE.ARRAY(__),{index}) (only evaluates the index we are interested in)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 5469f799026903d82124074fa441f5ce11c1c5a2
| | | Author: Martin Sjölund 
| | | Date:   Thu May 19 06:11:11 2011 +0000
| | | 
| | |     - Fix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | 
| | * commit c78932da2d93699a7f664ff277a8dc85be288cad
| | | Author: Parham Vasaiely 
| | | Date:   Wed May 18 15:26:40 2011 +0000
| | | 
| | |     Debug stopSimulation function and changeSimulationTime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | 
| | * commit 5bf4aeecb7ef98d41b61e467619eb458ae10f7de
| | | Author: Martin Sjölund 
| | | Date:   Wed May 18 14:34:28 2011 +0000
| | | 
| | |     - Use abs_path or gdb gets cranky
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/convert_lines.pl
| | | 
| | * commit d20110322e47c4b8232a1f70c90353cc1771eb96
| | | Author: Per Östlund 
| | | Date:   Wed May 18 12:56:19 2011 +0000
| | | 
| | |     - Propagate replaceable/redeclare prefixes for modifier elements from Absyn to SCode.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 4ab151fb5f32a92dd7ce1f66b96646313b996a7a
| | | Author: Martin Sjölund 
| | | Date:   Wed May 18 12:09:43 2011 +0000
| | | 
| | |     - Fix stringCharInt returning negative integers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 127a714d52a5e1faab18c078bdab3ff2dca653ed
| | | Author: Adeel Asghar 
| | | Date:   Wed May 18 12:09:33 2011 +0000
| | | 
| | |     - Changed Cwd::abs_path to File::Spec
| | |     - Added the sub routine for trimming the string, otherwise the regular expressions fails.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/convert_lines.pl
| | | 
| | * commit 920892ff0b515ee4d417b62c5265b26b86a524be
| | | Author: Per Östlund 
| | | Date:   Wed May 18 11:33:19 2011 +0000
| | | 
| | |     Fix for bug #1526:
| | |     - Implemented support for logical operations (and, or, not) on arrays.
| | |     - Added test case mofiles/ArrayLogic.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit b2186fe8fcf213cbe35554990791ee15f2c89595
| | | Author: Pavol Privitzer 
| | | Date:   Mon May 16 14:02:47 2011 +0000
| | | 
| | |     - updated C# templates
| | |     - little re-formulation of some Susan errors
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos
| | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 935d00fe3b163dfac4e0cca6fb13efb468d4d444
| | | Author: Per Östlund 
| | | Date:   Mon May 16 09:30:39 2011 +0000
| | | 
| | |     Fix for bug #1523:
| | |     - {} is no longer allowed in Modelica code, since it's not allowed by the
| | |       specification.
| | |     - Added test case mofiles/EmptyArray and updated the test suit.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | M	c_runtime/linearize.cpp
| | | M	configure
| | | 
| | * commit 61e5592e14238f92b0765e917db5513faa12368d
| | | Author: Martin Sjölund 
| | | Date:   Sat May 14 17:36:36 2011 +0000
| | | 
| | |     #1499
| | |     - Rewrote external function handling to use the FunctionTree and real external C functions
| | |       - This means we now support array arguments for external objects
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 3364065f40380c390f0851831767c6d11d06da34
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 18:38:42 2011 +0000
| | | 
| | |     - Added lpsolve55 binding to System.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/runtime/systemimpl.c
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 06d706a014e8d2dd3f7ef18ff0308c283296403b
| | | Author: Per Östlund 
| | | Date:   Fri May 13 15:08:51 2011 +0000
| | | 
| | |     Fix for bug #1522:
| | |     - Consider size of arrays in function to be variable, since their size might
| | |       depend on input arguments.
| | |     - Added test case mofiles/FunctionEval12.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit e1dccc47a68d6dd51f7e9878bad95e21d8586332
| | | Author: Per Östlund 
| | | Date:   Fri May 13 13:57:15 2011 +0000
| | | 
| | |     Fix for bug #1516:
| | |     - Fixed bad indentation in Dump.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit a3ddf9cf076e28c387aa37b02ccb47a35541a536
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 12:59:42 2011 +0000
| | | 
| | |     - Added simplify rules for change(constant) and edge(constant)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit b93a1ba24727eabc2f8d4118db2babb7be03e873
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 11:58:02 2011 +0000
| | | 
| | |     - Fixes for CombiTable1Ds
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/ModelicaTablesImpl.c
| | | M	c_runtime/tables.cpp
| | | 
| | * commit b49347f4cadc47b903d0df0cdbafd1881a47c198
| | | Author: Per Östlund 
| | | Date:   Fri May 13 11:28:09 2011 +0000
| | | 
| | |     - Fixed return values for size in Expression.sizeof (size(x) returns an array
| | |       and size(x, 1) a scalar, not the other way around).
| | |     - Cleaned up and moved Inst.elabArraydimDecl to Static.elabArrayDim.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 8f1ffda90964499bfb10847b5624479fad83ef61
| | | Author: Willi Braun 
| | | Date:   Fri May 13 10:47:16 2011 +0000
| | | 
| | |      - added fix for Bug [# 1508] terminal() support.
| | |      - moved mosfiles-msl22/LossyGear1.mos to failingtest
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 57403244a6369028209f3ef09d41df36e6801174
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 10:10:52 2011 +0000
| | | 
| | |     - Revert revision r8974
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit ab8962104eec41e623cc94858bfb8b0c865e43fc
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 09:36:41 2011 +0000
| | | 
| | |     - Disable debug trace
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | 
| | * commit 7f0ce46de2f663c1f03e9e29d7c279bb26aecc77
| | | Author: Per Östlund 
| | | Date:   Fri May 13 09:12:21 2011 +0000
| | | 
| | |     - Removed some inline annotations from SCode, because apparently the
| | |       bootstrapped compiler doesn't like them much.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCode.mo
| | | 
| | * commit 4b1b0d1d177a7a46054ec6cadddfb42916abdb43
| | | Author: Adrian Pop 
| | | Date:   Fri May 13 08:51:43 2011 +0000
| | | 
| | |     - remove duplicate declaration.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | 
| | * commit 08ed23c8ba6ea1d60b5926f8cefecdb316cee7e6
| | | Author: Dongliang Li 
| | | Date:   Fri May 13 07:28:24 2011 +0000
| | | 
| | |     Added code generation functions for cpp template for update, handling event and make file.
| | |     Modified the simcode for cpp code generation, added a flag for createEquation in a different way  and sorting state variables.
| | |     Modified the index generation for relations.
| | |     Added a flag to call the simulation executable in a different way for cpp simulation run time.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit 802882cf9201dfc334eac8981b5016f3f83e0b79
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 06:32:31 2011 +0000
| | | 
| | |     - Fix bootstrapped linking
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit 36f52f8dbaab475df288976a4e8832e69204b350
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 05:51:38 2011 +0000
| | | 
| | |     - For safety, include math.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/omc_msvc.h
| | | 
| | * commit ad0775d16597274af5a966544991217d5f18d54c
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 05:49:07 2011 +0000
| | | 
| | |     - Check if install directory is sane
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 478cb3e504509968e3c9ff2d068992a475898978
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 05:33:15 2011 +0000
| | | 
| | |     - Fix for Linux versions that do not include NAN/INFINITY
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/omc_msvc.h
| | | 
| | * commit 4bddb633701418e9ffa6267d40a79bbc36be1859
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 05:32:51 2011 +0000
| | | 
| | |     - Fix for translateFMU
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit bc3f9698057dcddf4dd1211fd5d97f44b9436ec5
| | | Author: Martin Sjölund 
| | | Date:   Fri May 13 03:51:26 2011 +0000
| | | 
| | |     - Changed simulation code from C++ to C
| | |       - ~80 seconds faster testsuite
| | |     - pre(),edge() and change() operators no longer need to search for the array they are located in
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	c_runtime/linearize.cpp
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_delay.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_inline_solver.h
| | | M	c_runtime/simulation_modelinfo.c
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/simulation_varinfo.h
| | | 
| | * commit 740949c19ccce0bb793a21c4f281747e95bb0005
| | | Author: Federico Bergero 
| | | Date:   Thu May 12 15:19:57 2011 +0000
| | | 
| | |     Including the cross detector in the makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 7c0b54a51d75c900e413c3146c2d4f69b1ad4c19
| | | Author: Federico Bergero 
| | | Date:   Thu May 12 15:17:46 2011 +0000
| | | 
| | |     * Updating the generation of the pds and code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit c695b434d1c8a80096872e4c7bfcc6af5cd244c7
| | | Author: Federico Bergero 
| | | Date:   Thu May 12 15:17:15 2011 +0000
| | | 
| | |     Updating the generation of the pds and code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit e165ab4ee7cd339a223c20f6a8de91cad8f4b4f0
| | | Author: Martin Sjölund 
| | | Date:   Thu May 12 14:42:33 2011 +0000
| | | 
| | |     - Made headers more C-friendly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/simulation_varinfo.c
| | | M	c_runtime/simulation_varinfo.h
| | | 
| | * commit 8612206eaa6d73b4970e4c652405d5714efa4f8e
| | | Author: Federico Bergero 
| | | Date:   Thu May 12 11:45:50 2011 +0000
| | | 
| | |     Implementing QSS2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_qss/integrator.cpp
| | | M	c_runtime/solver_qss/integrator.h
| | | M	c_runtime/solver_qss/static_function.cpp
| | | 
| | * commit 314180103ae18f10266a9ed5e352abab41488a62
| | | Author: Martin Sjölund 
| | | Date:   Thu May 12 09:27:08 2011 +0000
| | | 
| | |     - Fix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit fc764b8721c1078baea8d6f8cc52fd9a8af28ca1
| | | Author: Martin Sjölund 
| | | Date:   Thu May 12 09:22:26 2011 +0000
| | | 
| | |     - Add Lapack libs to bootstrapped runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/System.mo
| | | 
| | * commit d457e2eae5a7eb4418c20299b7eba2b73b0120b2
| | | Author: Niklas Worschech 
| | | Date:   Thu May 12 09:18:14 2011 +0000
| | | 
| | |     Modified cmake files for build of the Modelica system with generated make file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	SimulationRuntime/cpp/Readme.txt
| | | M	SimulationRuntime/cpp/Source/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt
| | | D	SimulationRuntime/cpp/Source/System/Modelica/BouncingBall.cpp
| | | D	SimulationRuntime/cpp/Source/System/Modelica/BouncingBall.h
| | | M	SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt
| | | A	SimulationRuntime/cpp/Source/System/Modelica/ModelicaConfic.inc.in
| | | M	SimulationRuntime/cpp/Source/System/Modelica/build/CMakeLists.txt
| | | A	SimulationRuntime/cpp/Source/System/Modelica/build/ReadMe.txt
| | | 
| | * commit 0b23a14e5f0cf8c6357cc9f23c9d398f6465c5da
| | | Author: Martin Sjölund 
| | | Date:   Thu May 12 04:27:14 2011 +0000
| | | 
| | |     - SimCodeDump: Print solved linear eq.syst
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | 
| | * commit 9ed804c8ee60806350a9eb4664d4740e334a6e6f
| | | Author: Martin Sjölund 
| | | Date:   Thu May 12 04:02:06 2011 +0000
| | | 
| | |     - Fix for OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit 0717b1fa9a999e88848a79720a15e9e8fa3d4c43
| | | Author: Martin Sjölund 
| | | Date:   Thu May 12 03:36:30 2011 +0000
| | | 
| | |     - Bootstrapped compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 6245b06a46726c0234d66100baef7253ef537a43
| | | Author: Jens Frenkel 
| | | Date:   Wed May 11 22:19:00 2011 +0000
| | | 
| | |     - continue new DAEHandler, works now for multibody elementary pendulum example
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 4164f5947173572f99207b94e628994ef365b55f
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 19:01:50 2011 +0000
| | | 
| | |     - Retain elementsource for linear system of eq's
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ba572492bce146c7c94a32937e4cddc3cffb0e94
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 18:23:10 2011 +0000
| | | 
| | |     - Evaluate constant linear equation systems in SimCode (wrong place, but that's where it currentlt fits)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit f4688aa30e4b299d42973aed425cfb84cf096011
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 17:15:56 2011 +0000
| | | 
| | |     - Fix for (some) polymorphic functions using array
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit d576632d1eefb0031447167d7b1e67862faff225
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 15:41:22 2011 +0000
| | | 
| | |     - Solved segfault when creating 1-long strings where the character has the high bit set (unsigned/signed indexing issue)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit a06c70b1807a538c53f8a32084b6a304ba9e8ee4
| | | Author: Federico Bergero 
| | | Date:   Wed May 11 15:23:04 2011 +0000
| | | 
| | |     * Updating structures for the stand alone solver
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit b6da021f2f5470c046644996bb2d27391bddf889
| | | Author: Federico Bergero 
| | | Date:   Wed May 11 15:21:34 2011 +0000
| | | 
| | |     * Adding discontinuities
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/solver_qss/cross_detector.cpp
| | | A	c_runtime/solver_qss/cross_detector.h
| | | M	c_runtime/solver_qss/integrator.cpp
| | | M	c_runtime/solver_qss/runtime.h
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | M	c_runtime/solver_qss/static_function.cpp
| | | M	c_runtime/solver_qss/static_function.h
| | | 
| | * commit 24d584812ffa8b1112fa816959f3a3cb2625ebbe
| | | Author: Jens Frenkel 
| | | Date:   Wed May 11 15:07:36 2011 +0000
| | | 
| | |     - start to move analysation of strong connected components directly after blt algorithm, this has the advantages of speedup(because analysation is done only once), reporting kinds of appearing systems and easier implementation of new optimisation algorithms for this systems(simply as preoptimisation modules)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | 
| | * commit 412f6bbf4a3e5c10a40a7ec93fb5619956795336
| | | Author: Per Östlund 
| | | Date:   Wed May 11 14:47:46 2011 +0000
| | | 
| | |     - Better propagation of flow and stream prefixes for structured components, and
| | |       better propagation of attributes overall.
| | |     - Cleaned up instElement and instVar a bit.
| | |     - Added some new test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit ff55efa9625f182e34cdc1c6a1c63b8b76155186
| | | Author: Jens Frenkel 
| | | Date:   Wed May 11 14:15:17 2011 +0000
| | | 
| | |     - update Workplan-status-estimates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 195abdbe4e0869ac72b375c78365d7c3c0616bf9
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 13:50:53 2011 +0000
| | | 
| | |     - Fix initial value for rhsConstant (previously always returned false)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 322f9a08863f56044def77740cede110d4b8bae6
| | | Author: Adrian Pop 
| | | Date:   Wed May 11 13:46:37 2011 +0000
| | | 
| | |     - fix compilation error on Windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit e8f4a0406396a491c0e6d77068a7ab706907b7dc
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 12:41:09 2011 +0000
| | | 
| | |     #1512
| | |     - Added API call solveLinearSystem (same functionality to be used in the backend later)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit c1606e7fe18a0033b7191fade05686d6c39ee776
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 10:53:13 2011 +0000
| | | 
| | |     - Use calloc+free instead of new+memset+delete
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/matrix.h
| | | 
| | * commit 0cd1cc6b386ed9713f10931bc14c58404c793a18
| | | Author: Jens Frenkel 
| | | Date:   Wed May 11 10:17:48 2011 +0000
| | | 
| | |     - BackendDump: dump also whenclause
| | |     - continue with new index reduction method, works now for simple pendulum example /testsuite/mosfiles/pendulum.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | 
| | * commit 3a08d790e08514d60a8518db2a598de6fa9aead8
| | | Author: Xenofon Floros 
| | | Date:   Wed May 11 09:42:57 2011 +0000
| | | 
| | |     bug fixed in creating empty DEVS structs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit c7f3db729b2c44af5200b25f98b580c75e6b8aa4
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 09:36:33 2011 +0000
| | | 
| | |     - Do not use inline functions for pow as it makes gcc a bit slower
| | |       - Use special cases for x^2,3 or 4
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 1b23e50117f35188ea0e2e122a50ca9e6f874202
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 09:14:56 2011 +0000
| | | 
| | |     #1518
| | |     - Implemented faster power operator for known integer exponents using squaring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/utility.h
| | | 
| | * commit 7fbbbd51f246e8bc90515d789de28ca120afaa3b
| | | Author: Martin Sjölund 
| | | Date:   Wed May 11 06:22:36 2011 +0000
| | | 
| | |     - Added codegen for x^0.5 = sqrt(x) instead of pow(x,0.5) as it is faster
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ab0cc371d157d6f1046c606900bf04efd2d7c7fa
| | | Author: Jens Frenkel 
| | | Date:   Tue May 10 21:42:21 2011 +0000
| | | 
| | |     - continue new DAEHandler
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit d90fa6aac9e921bdd3253dfda2897d7302293b9b
| | | Author: Jens Frenkel 
| | | Date:   Tue May 10 17:15:54 2011 +0000
| | | 
| | |     - continue with new index reduction method
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | 
| | * commit 2afc1b0124b63498956623f1dd97458cacbe63c4
| | | Author: Xenofon Floros 
| | | Date:   Tue May 10 16:20:44 2011 +0000
| | | 
| | |     some more optimizations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit ea125f14bfc701f7f93f26ddefde73257e6bf658
| | | Author: Federico Bergero 
| | | Date:   Tue May 10 15:29:47 2011 +0000
| | | 
| | |     Runtime for the QSS methods
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/solver_qss/integrator.cpp
| | | M	c_runtime/solver_qss/integrator.h
| | | M	c_runtime/solver_qss/runtime.h
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | M	c_runtime/solver_qss/static_function.cpp
| | | M	c_runtime/solver_qss/static_function.h
| | | 
| | * commit 88a03155752b2f1fde6ce5846aa528d4db3929c9
| | | Author: Federico Bergero 
| | | Date:   Tue May 10 15:28:02 2011 +0000
| | | 
| | |     Code generation for the stand-alone solver of QSS methods
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 4a5b83f22da961365d372dfd3a2e7c6da116489e
| | | Author: Xenofon Floros 
| | | Date:   Tue May 10 15:23:07 2011 +0000
| | | 
| | |     optimizing-using tail-recursion in functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 7bf4d71f06a96cd76359384e27a280db9352b205
| | | Author: Martin Sjölund 
| | | Date:   Tue May 10 10:54:44 2011 +0000
| | | 
| | |     #1517
| | |     - Made Integer^Integer return a Real number as per the Modelica spec
| | |     - Added simplify rule (e1^e2)^e3 => e1^(e2*e3)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 5ee65d20b4cd7e57514e44df07e00891c6c59b95
| | | Author: Adrian Pop 
| | | Date:   Tue May 10 06:17:30 2011 +0000
| | | 
| | |     - small comment change.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCode.mo
| | | 
| | * commit ceff61011d1346abfba035074286ca918b1cfde9
| | | Author: Adrian Pop 
| | | Date:   Tue May 10 06:15:10 2011 +0000
| | | 
| | |     - small naming change and some other small things.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit 0b60ab9a1eb78d032e3821979fd2237f2cf7dc25
| | | Author: Adrian Pop 
| | | Date:   Tue May 10 05:26:12 2011 +0000
| | | 
| | |     - space before comma.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Debug.mo
| | | 
| | * commit 7cdfeabba9262076777a173531344d991494133f
| | | Author: Jens Frenkel 
| | | Date:   Mon May 9 22:00:05 2011 +0000
| | | 
| | |     - continue new DAEHandler
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 1f9a79891505b08f996172a0e8b0fa1c89f65e0a
| | | Author: Jens Frenkel 
| | | Date:   Mon May 9 20:41:54 2011 +0000
| | | 
| | |     - update array only if element is updated
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit 9d7562d4ca81746a3c5b7d90360932b1a341aa2d
| | | Author: Adrian Pop 
| | | Date:   Mon May 9 17:41:42 2011 +0000
| | | 
| | |     - got rid of BackendDAE.StringIndex and array> strIdxLstArr from BackendDAE.VARIABLES
| | |       as is not used anywhere.
| | |     - ~5 minutes speedup for the testsuite (and a bit less memory consumption).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | 
| | * commit 5355467cd8d0a1faa6172acdd871716355c13cdd
| | | Author: Martin Sjölund 
| | | Date:   Mon May 9 13:53:47 2011 +0000
| | | 
| | |     - New +d=execstat; defined in Debug.mo and includes memory consumption
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit 197e1750627f44fc7d11b302b3954d7b0fd7de45
| | | Author: Jens Frenkel 
| | | Date:   Mon May 9 13:34:41 2011 +0000
| | | 
| | |     - continue with new index reduction method
| | |     - add function setIndexReductionMethod to ModelicaBuiltin
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 7a82a8f0c9c3990bba1b6a5e1e0056b59a127b9c
| | | Author: Martin Sjölund 
| | | Date:   Mon May 9 11:28:13 2011 +0000
| | | 
| | |     - Changed Error.mo filenames to be patched in the parser instead (so parser errors do not refer to "bad" filenames when running the testsuite)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimpl.h
| | | M	Parser/parse.c
| | | 
| | * commit 1d08c184a8414ddc19276a250b3cf4aaaa7fe893
| | | Author: Per Östlund 
| | | Date:   Mon May 9 10:43:30 2011 +0000
| | | 
| | |     Fix for big #1224:
| | |     - Added dumping of function comments to DAEDump.
| | |     - Updated test suit.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit eeee312e523aa145339dcddb07692b366ef4cb3b
| | | Author: Per Östlund 
| | | Date:   Mon May 9 07:56:45 2011 +0000
| | | 
| | |     Fix for bug #1513:
| | |     - Changed CevalFunction to fail if it can't evaluate a function parameter
| | |       binding instead of giving it a default binding.
| | |     - Added test case mofiles/FunctionEvalFail.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | 
| | * commit 6c790408318c6fde7372678f204e0953fdc2651a
| | | Author: Per Östlund 
| | | Date:   Mon May 9 07:17:26 2011 +0000
| | | 
| | |     Fix for bug #1492:
| | |     - Only propagate final prefix if the component is declared final.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit d86729f8602ed8b89e9307d1bfaa6de8b348d8d3
| | | Author: Martin Sjölund 
| | | Date:   Mon May 9 06:31:07 2011 +0000
| | | 
| | |     - Added builtin function stringReal
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit 61e1aea77275574f67d94c39f7d2ef66ba7c607b
| | | Author: Martin Sjölund 
| | | Date:   Mon May 9 04:51:18 2011 +0000
| | | 
| | |     - Fix bootstrapped compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | 
| | * commit c8b0f5db2a766c68a641f090f7fbce7efef3883b
| | | Author: Jens Frenkel 
| | | Date:   Sun May 8 22:08:53 2011 +0000
| | | 
| | |     - improve DAEHandler interface
| | |     - start to implement new DAEHandler
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | 
| | * commit 50813533c6c56985fc9ac2a62aeab7456d0a5b73
| | | Author: Martin Sjölund 
| | | Date:   Sun May 8 19:59:50 2011 +0000
| | | 
| | |     - Some README updates
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 034ee89d8a049552444308758ec0947e970d311b
| | | Author: Martin Sjölund 
| | | Date:   Sun May 8 18:21:41 2011 +0000
| | | 
| | |     #1511
| | |     - Replace ASUB/CREF subscripts in BackendVarTransform
| | |     - Do not perform empty backend variable replacements
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | 
| | * commit 351d55384b1142c6be9622a011fd0b040526fde0
| | | Author: Martin Sjölund 
| | | Date:   Sun May 8 16:19:09 2011 +0000
| | | 
| | |     - Also traverse cref subscripts bottom-up
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit a33997d621df159afe08da716da1c4ceed7bf8f2
| | | Author: Martin Sjölund 
| | | Date:   Sun May 8 13:42:50 2011 +0000
| | | 
| | |     - Dump linear equation systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | 
| | * commit 5e78c504df710a6b9242c4cf05a6155ca7c24f9b
| | | Author: Martin Sjölund 
| | | Date:   Sun May 8 12:41:40 2011 +0000
| | | 
| | |     - Fix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 29702b7cd576015d2f50d6291f590ebf80b775dd
| | | Author: Martin Sjölund 
| | | Date:   Sun May 8 11:50:37 2011 +0000
| | | 
| | |     - Relax patternm checks
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit c72de263a07e6cdfdcaec923ec5660ab30780eed
| | | Author: Martin Sjölund 
| | | Date:   Sun May 8 11:39:33 2011 +0000
| | | 
| | |     #1510
| | |     - Check that a CALL pattern defines all fields
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 52203b5b74ea11e6ecc31c8da859c8942359101e
| | | Author: Adrian Pop 
| | | Date:   Sat May 7 19:24:07 2011 +0000
| | | 
| | |     - fixes to Compiler/BackEnd/BackendQSS.mo to be able to compile. WARNING! i don't know if my fix is correct!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 5f2e4583b9e7067c51bebcc1277ac3a45a5c0193
| | | Author: Xenofon Floros 
| | | Date:   Fri May 6 15:05:20 2011 +0000
| | | 
| | |     small changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit aa9716cde00da351fa13b28266e4b82270dbc7ee
| | | Author: Xenofon Floros 
| | | Date:   Fri May 6 12:50:32 2011 +0000
| | | 
| | |     DEVS structure generated correctly for whens-reinits-samples
| | |     This is only a first version. To be updated soon.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 8d01c2762531cdc4b88e9eb35d6ead6b43c1a8fe
| | | Author: Martin Sjölund 
| | | Date:   Fri May 6 12:02:49 2011 +0000
| | | 
| | |     - Fix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit ebdcf57795c4b244775e3820538426aaef04200b
| | | Author: Martin Sjölund 
| | | Date:   Fri May 6 11:55:30 2011 +0000
| | | 
| | |     - Generate residual functions for nonlinear,mixed systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | 
| | * commit 5924dbb320e5ae9d8cb47c81017bb361437eb4ed
| | | Author: Per Östlund 
| | | Date:   Fri May 6 11:33:08 2011 +0000
| | | 
| | |     - Better element redeclare support in SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	configure
| | | 
| | * commit 640ba8c827df8ac791ffa003fd3f4479e8db68f6
| | | Author: Martin Sjölund 
| | | Date:   Fri May 6 10:39:17 2011 +0000
| | | 
| | |     - Create external objects one by one and free the stack after each object has been initialized
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit b11b429ef342c124cbd4701bdc67bb2f28d7efb8
| | | Author: Adrian Pop 
| | | Date:   Fri May 6 10:09:51 2011 +0000
| | | 
| | |     - use gcc instead of g++ because of c++ mangling.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | 
| | * commit 1c0eb55bf7b80869bca6e0374c69e6d44ae673d7
| | | Author: Martin Sjölund 
| | | Date:   Fri May 6 09:58:08 2011 +0000
| | | 
| | |     - Use correct extrapolation for CombiTable1D
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/ModelicaExternalC/Makefile.in
| | | M	c_runtime/ModelicaExternalC/ModelicaTablesImpl.c
| | | R100	Compiler/runtime/omc_msvc.h	c_runtime/omc_msvc.h
| | | 
| | * commit 5e47e9b92e7d66d1a850d6666976a5cc5effd9c7
| | | Author: Martin Sjölund 
| | | Date:   Fri May 6 09:05:51 2011 +0000
| | | 
| | |     - Use CC+LINK for dynamic function loading (so we can use gcc for the C-sources and g++ as the linker on Windows)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit f447ed658e392cba624b62b30730329b97672a9c
| | | Author: Jens Frenkel 
| | | Date:   Thu May 5 23:35:04 2011 +0000
| | | 
| | |     - speedup when no optimisation is done
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 339322cc002ea89e1f654488d568a595e6aa963b
| | | Author: Jens Frenkel 
| | | Date:   Thu May 5 21:15:22 2011 +0000
| | | 
| | |     - compare calls to Debug.fcall and Debug.fprint, --> speedup
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 4d2f7c5bd5a37421bffa30c3618db802223dcb67
| | | Author: Adrian Pop 
| | | Date:   Thu May 5 20:30:58 2011 +0000
| | | 
| | |     - fix bootstrapping on Windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | 
| | * commit ecd7cbba7e1cfa30043ebccccbacabc286f3330e
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 14:22:03 2011 +0000
| | | 
| | |     #1509 #1085
| | |     - Make elabArray a little smarter (for Digital)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 4c6737583bec8ce6be6f4b5498bd297adf55db63
| | | Author: Jens Frenkel 
| | | Date:   Thu May 5 13:46:46 2011 +0000
| | | 
| | |     - remove old flag for EliminationLevel, cause it is not used anymore
| | |     - implement last part of the equation system pipeline (index reduction handler), add new flag +indexReductionMethod to select the method for index reduction
| | |     - remove some old error msg from Derive.differentiateEquationTime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/rtopts.h
| | | M	Compiler/runtime/rtoptsimpl.c
| | | 
| | * commit 01d2bb776de49e913344ae8d7679863cd12afa21
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 12:36:41 2011 +0000
| | | 
| | |     #1085 #1509
| | |     - Do some fun hacks when elaborating fully-qualified enumeration matrices
| | |       - We simply compare the name of the cref to the type of the enumeration. Saves a lot of lookup (66% speedup for M.E.Digital.mos)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit f0f8eab10085e64b805c03dce78a529db15ad525
| | | Author: Per Östlund 
| | | Date:   Thu May 5 12:28:57 2011 +0000
| | | 
| | |     - Fixed AVL tree in SCodeEnv so that it's correctly balanced.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | 
| | * commit 81ccc53d5264f166ae0e4654d9a79cf7d77f933c
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 11:40:13 2011 +0000
| | | 
| | |     - Set linker for OSX qtclients
| | |     - Fix compilation on OSX/g++-4.5
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit f6e0140fec253ad7c794bd02639e792466231613
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 11:09:31 2011 +0000
| | | 
| | |     - configure libf2c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R093	c_runtime/libf2c/makefile.u	c_runtime/libf2c/makefile.u.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit f5c2a2b10d417045266278bef4478d7f3bd8b46f
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 10:30:48 2011 +0000
| | | 
| | |     - Use the configure-script to create the LinkMain.makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit dc15eec582798016a9ca6ffc7d80318c8e019c0a
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 10:17:22 2011 +0000
| | | 
| | |     - Dynamically loaded functions are now compiled using CC instead of CXX
| | |       - Some minor changes were needed to literals due to C being more restrictive
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit aa6a7b5f877159bebc3d5e848d984985733d467a
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 09:03:17 2011 +0000
| | | 
| | |     - Fix for clean, parallel makes :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 305031210ab7ab186813f52f2fc632669b426b81
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 05:55:47 2011 +0000
| | | 
| | |     - Use the configure C++-compiler as the default compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit 1ae726d8ba739baa797a3430e4cf119c7752c1b7
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 04:12:42 2011 +0000
| | | 
| | |     - Fixes for OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 3bae3e96d7888b7e183e2693f4287771e3089e85
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 15:10:06 2011 +0000
| | | 
| | |     #1509
| | |     - 40% speed-up of Modelica.Electrical.Digital.mos by elaborating a matrix once instead of twice :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 1c2a4089e8b946770a727292605a6ff7390749fd
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 14:34:56 2011 +0000
| | | 
| | |     - Use the proper AssertionLevel name in ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 02b25dd83ddb10399b1a1372833fffc033c6ebc4
| | | Author: Jens Frenkel 
| | | Date:   Wed May 4 14:19:56 2011 +0000
| | | 
| | |     - remove unused code
| | |     - bugfix BackendDAEOptimize: remove unused parameter and variables, traverse also whenclauses
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | 
| | * commit 72bb96fa406443d12b0254c763734efdc92cb3c1
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 13:07:00 2011 +0000
| | | 
| | |     - Fixes for modpar+bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/modpar/Makefile.in
| | | 
| | * commit 15c34446bb69848b4677e42431e8982da76b3ec2
| | | Author: Jens Frenkel 
| | | Date:   Wed May 4 12:17:36 2011 +0000
| | | 
| | |     - Simcode: use only vars from equations for subsystems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 8fa44e1eab4118b0d2fecc1b92609f193a0d1b33
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 11:33:38 2011 +0000
| | | 
| | |     - Build the difftool by default
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	Makefile.in
| | | 
| | * commit b7c336a341558973be269092522344bb4aefbdd8
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 11:20:12 2011 +0000
| | | 
| | |     - @DEFS@ is unused, so don't clutter our make logs with it
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 81a31541e718917d5ba262953f5424160d2741ea
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 09:57:58 2011 +0000
| | | 
| | |     - Use referenceEq in traverseExp() so that we do not construct new expressions identical to the input
| | |       - Theoretically, this should reduce the load on the GC (since less records are constructed), but due to RML oddities, we will create new garbage regardless. This new garbage will have 0 references and resides in the young region, which leads to it being removed early. Memory consumption should decrease for larger models.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 59e29ccf37480f5572033c1f16c0086c207f4f6c
| | | Author: Per Östlund 
| | | Date:   Wed May 4 09:53:09 2011 +0000
| | | 
| | |     - Added function SCodeFlatten.flattenCompleteProgram which flattens a whole
| | |       program, and use it to flatten the initial classes (ModelicaBuiltin, etc.).
| | |     - Added case for Absyn.Code to Absyn.traverseExpBidir.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 376d175d4da2f08c2a139592176d902214acab50
| | | Author: Per Östlund 
| | | Date:   Wed May 4 09:52:09 2011 +0000
| | | 
| | |     - Removed erroneous check for non-replaceable class definitions in Inst.
| | |     - Added test case redeclare/FinalRedeclareModifier2.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 89d3441257c569573dfd8b78c5429e61a7ffc7af
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 08:54:24 2011 +0000
| | | 
| | |     - Some simple changes to makeProductLst
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 282603e25685e29c429e066b4b37c9e6af567f3f
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 08:29:14 2011 +0000
| | | 
| | |     #1507
| | |     - Made ExpressionSimplify more stable
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit d9a1c37d9d14ca3da95d84b119b366df3ae5331e
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 07:50:00 2011 +0000
| | | 
| | |     - Use @CC@
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | 
| | * commit 7fce268a4d67bcbdfca8db606da350bbcef7ef2d
| | | Author: Martin Sjölund 
| | | Date:   Wed May 4 05:45:07 2011 +0000
| | | 
| | |     - Update README
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README.Linux.txt
| | | 
| | * commit 2ffeb31bf5d4568091cbab0719ef20234e98d0f2
| | | Author: Adrian Pop 
| | | Date:   Tue May 3 21:28:36 2011 +0000
| | | 
| | |     - make BaseHashTable.valueArrayList2 tail recursive.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/BaseHashTable.mo
| | | 
| | * commit a0a9f3f19c735f993bafa696be0fa8ee65bdd8e8
| | | Author: Adrian Pop 
| | | Date:   Tue May 3 20:01:04 2011 +0000
| | | 
| | |     - updated Compiler/FrontEnd/SCodeHashTable.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeHashTable.mo
| | | 
| | * commit 4392dec3fa664242a6a52544c7f1107d790bd78e
| | | Author: Adrian Pop 
| | | Date:   Tue May 3 19:43:08 2011 +0000
| | | 
| | |     - use -O3 for omc_release and -pg for omc_profiler
| | |     - have an (key,value) array of 70% of bucket size in hashtables instead of size/10!
| | |     - faster
| | |        false = Expression.expHasCrefs(e)
| | |       to be used instead
| | |        {} = Expression.extractCrefsFromExp(e);
| | |     - smaller hastable sizes in SimCode.translateFunctions
| | |     - Hashtables do not take second size anymore, just bucket size.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/HashTable.mo
| | | M	Compiler/Util/HashTable2.mo
| | | M	Compiler/Util/HashTable3.mo
| | | M	Compiler/Util/HashTable4.mo
| | | M	Compiler/Util/HashTable5.mo
| | | M	Compiler/Util/HashTable6.mo
| | | M	Compiler/Util/HashTableCG.mo
| | | M	Compiler/Util/HashTableExpToIndex.mo
| | | M	Compiler/Util/HashTableExpType.mo
| | | M	Compiler/Util/HashTableStringToPath.mo
| | | 
| | * commit 8659c1b99b1ca7320e1d8d8eac05fed13f971de3
| | | Author: Martin Sjölund 
| | | Date:   Tue May 3 18:51:00 2011 +0000
| | | 
| | |     - Bugfix simplify() - only return true if the expression changed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 2ea91aa618cd79cc2078b83072c7dba8c1bd430e
| | | Author: Jens Frenkel 
| | | Date:   Tue May 3 15:59:26 2011 +0000
| | | 
| | |     - CevalSrcipt use BackendDAEOptimize.countSimpleEquations for checkModel (speedup testsuite)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 2aab27523137e65cacaac45bce0ced54e6f736b9
| | | Author: Jens Frenkel 
| | | Date:   Tue May 3 14:43:21 2011 +0000
| | | 
| | |     - BackendDAEOptimize: add function to count Simple Equations. This function count the simple equations on the form a=b and a=const and a=f(not time)
| | |       in BackendDAE.BackendDAE. Note this functions does not use variable replacements, because
| | |       of this the number of simple equations is maybe smaller than using variable replacements.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit ad9067f3211a351d8171a569afa312ed93d784b0
| | | Author: Jens Frenkel 
| | | Date:   Tue May 3 13:51:51 2011 +0000
| | | 
| | |     - DAEUtil.mo: add function getNominalAttr
| | |     - BackendDAEOptimze:
| | |        - add optimisation module to remove unused parameters ("removeUnusedParameter")
| | |        - add optimisation module to remove unused variables ("removeUnusedVariables")
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit 20a5658771e188000aff57b111453f6ac23ffa38
| | | Author: Per Östlund 
| | | Date:   Tue May 3 13:13:54 2011 +0000
| | | 
| | |     - Check for protected or constant elements when handling redeclare.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 66c19a3f548ccaa7ebdf5ecb3664910e53601bd5
| | | Author: Jens Frenkel 
| | | Date:   Tue May 3 12:10:26 2011 +0000
| | | 
| | |     - add heuristic state selction rule "state=var+param"
| | |     - Expression.mo: add function traverseCrefsFromExp
| | |     - fix testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 81e3f4930eeea82dff1392bd0857525e9c504062
| | | Author: Martin Sjölund 
| | | Date:   Tue May 3 12:08:48 2011 +0000
| | | 
| | |     - Use @CC@
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/Makefile.in
| | | 
| | * commit 9139e42eba3194114c92494e9f0b4f5fb6a3b4c2
| | | Author: Martin Sjölund 
| | | Date:   Tue May 3 10:59:42 2011 +0000
| | | 
| | |     - Add wrapper to traverseBackendDAEExpsEqn to reduce the code needed to maintain the compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 2fd7adb8a99105b9753ffd57e53b79bd5ecab04e
| | | Author: Martin Sjölund 
| | | Date:   Tue May 3 10:21:23 2011 +0000
| | | 
| | |     - BackendDAEOptimize.replaceExp now traces symbolic operations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 365c2888709520f988acc988de5f4f8979908184
| | | Author: Per Östlund 
| | | Date:   Tue May 3 09:24:36 2011 +0000
| | | 
| | |     - Implemented checks for correct prefixes when redeclaring elements in
| | |       modifiers.
| | |     - Added test cases to test the new error messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit 050cb68d93538e3cde3a72b01bead0526933760f
| | | Author: Martin Sjölund 
| | | Date:   Tue May 3 07:34:52 2011 +0000
| | | 
| | |     - Handle removeEqualFunctionCall for unary minus properly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit b23f6149d9b1943f318e8fbc9de8bb54dece5200
| | | Author: Martin Sjölund 
| | | Date:   Mon May 2 19:28:39 2011 +0000
| | | 
| | |     - Force 64-bit double precision only for the files that require it
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	configure
| | | M	configure.in
| | | 
| | * commit ba3c5deec2296833f9b80201ef208cacb419a3ab
| | | Author: Martin Sjölund 
| | | Date:   Mon May 2 17:18:44 2011 +0000
| | | 
| | |     - Fix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit b97d88baf03daffdeb6e80ab832d89d352077214
| | | Author: Jens Frenkel 
| | | Date:   Mon May 2 14:33:08 2011 +0000
| | | 
| | |     - use fixed attribute for stateselection (fixes msl31/simulation)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 8cf994c194284a39aa880f7f0939228149b93be0
| | | Author: Per Östlund 
| | | Date:   Mon May 2 14:14:16 2011 +0000
| | | 
| | |     - Fixed bug which occured when an error message token contained %s, in which
| | |       case it was replaced by the next token.
| | |     - Added new positional index directive to error messages, see package comment in
| | |       Util/Error.mo for details.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/Error_omc.cpp
| | | M	Compiler/runtime/Error_rml.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 487f7a748416e5fff4ab0f03d2f0d4b962d08ba1
| | | Author: Martin Sjölund 
| | | Date:   Mon May 2 12:12:26 2011 +0000
| | | 
| | |     - Some extra type-casting for C++-mode
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/parse.c
| | | 
| | * commit 601d72329b0bb04114dfc6bb1dd1e70bb5934e2c
| | | Author: Willi Braun 
| | | Date:   Mon May 2 10:22:32 2011 +0000
| | | 
| | |      - added bugfix for Bug [# 1501] and corresponding testcase
| | |      - clean up directory mosfiles
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit b1587761c863cbba03481493af6b2caddebfc053
| | | Author: Per Östlund 
| | | Date:   Mon May 2 10:04:23 2011 +0000
| | | 
| | |     - Cleaned up SCode.makeEnumType.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 2d410db676144694b8c43ce704180a005e73a15e
| | | Author: Per Östlund 
| | | Date:   Mon May 2 09:36:29 2011 +0000
| | | 
| | |     - Enabled SCodeFlatten by default.
| | |     - Updated the test suite to comply with SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit 25b333862cd945d1b648af9bc4a5932927ebc1d2
| | | Author: Jens Frenkel 
| | | Date:   Mon May 2 06:53:39 2011 +0000
| | | 
| | |     - use derivativeNamePrefix from DAE
| | |     - use function ComponentReference.crefPrefixDer
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | 
| | * commit 5d15256ba2e61d89655cda1f00e8cb540880fde0
| | | Author: Martin Sjölund 
| | | Date:   Sun May 1 19:13:54 2011 +0000
| | | 
| | |     - Use @CXX@ for C++ when linking omc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	c_runtime/Makefile.in
| | | 
| | * commit f0c913cde1ffa7256c1211279b4522bd8fb96af7
| | | Author: Martin Sjölund 
| | | Date:   Sun May 1 16:59:16 2011 +0000
| | | 
| | |     - Add @CFLAGS@ to more Makefiles
| | |     - Use gcc instead of rmlc to compile generated C-sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | M	Compiler/modpar/Makefile.in
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	Parser/Makefile.common
| | | M	Parser/Makefile.in
| | | 
| | * commit a35a731be51b14fff76c328adde95db08b468f27
| | | Author: Martin Sjölund 
| | | Date:   Sun May 1 12:25:45 2011 +0000
| | | 
| | |     - Add tracing of symbolic operations for derivative
| | |     - Consolidate multiple substitutions into a single operation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ff321a51940c1a014e4fe3f98d901af0e62a5dca
| | | Author: Niklas Worschech 
| | | Date:   Fri Apr 29 12:43:16 2011 +0000
| | | 
| | |     add CMakefile to build generated Modelica System
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	SimulationRuntime/cpp/Build/Makefile
| | | M	SimulationRuntime/cpp/Readme.txt
| | | M	SimulationRuntime/cpp/Source/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/LibrariesConfig.h.in
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/Functions.h
| | | D	SimulationRuntime/cpp/Source/Math/Implementation/stdafx.cpp
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h
| | | D	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.cpp
| | | D	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/targetver.h
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h
| | | M	SimulationRuntime/cpp/Source/SimManager/Configuration.h
| | | M	SimulationRuntime/cpp/Source/SimManager/Main.cpp
| | | D	SimulationRuntime/cpp/Source/SimManager/StdAfx.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h
| | | D	SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.cpp
| | | M	SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h
| | | M	SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h
| | | A	SimulationRuntime/cpp/Source/System/Modelica/BouncingBall.cpp
| | | A	SimulationRuntime/cpp/Source/System/Modelica/BouncingBall.h
| | | A	SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt
| | | A	SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h
| | | A	SimulationRuntime/cpp/Source/System/Modelica/Modelica.h
| | | A	SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp
| | | A	SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h
| | | A	SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h
| | | A	SimulationRuntime/cpp/Source/System/Modelica/build/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h
| | | M	SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h
| | | 
| | * commit bbf48c81c9522170a812a6d7b9f9c1dfdbc274c0
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 29 12:43:07 2011 +0000
| | | 
| | |     - speedup implementation of BackendDAEUtil.incidenceRow, around 10% for DoublePendulum example
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit 796d5721dd92e03add3b4a3d6713abafaa103ee4
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 29 09:53:53 2011 +0000
| | | 
| | |     #1502
| | |     - pre(constant) = constant
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 69b725a26441064c6125d3fef569055a4739a8d6
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 29 09:12:14 2011 +0000
| | | 
| | |     - Track some symbolic operations for index reduction
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 314463b43ef56b7c0186cbcc94096be9695ff734
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 29 08:01:26 2011 +0000
| | | 
| | |     - remove old unused code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit fb700187cad0d5f8a3b2f026f7f27846a23e33cd
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 29 07:56:23 2011 +0000
| | | 
| | |     - --with-paradiseo=yes is now default instead of =check (yes now does what check used to do)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 1f5c97c7790cdee5b8f03f844e511339f96da220
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 28 13:44:10 2011 +0000
| | | 
| | |     - improve SimulationResultCompare
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit cfb350e5e69f8242d4014438e336dc7fcf31ee2e
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 28 13:19:45 2011 +0000
| | | 
| | |     - improve SimulationResultCompare
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit a79bdd8ecf09d073144cc54cd2cf7a4cd31c2d33
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 28 10:10:23 2011 +0000
| | | 
| | |     - Configure using --with-qwt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 1772952f887216acdb29edf18bcbdb269eea3f85
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 27 09:49:01 2011 +0000
| | | 
| | |     - Added error-messages for invalid lhs of external declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit cb65eaaf1da011b60384b6824b0a189c99961777
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 26 19:13:46 2011 +0000
| | | 
| | |     - Types.unparseType now prints the name of T_FUNCTION types
| | |     - External object constructor/deconstructor is now fully-qualified
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 31c17a20c5bf8fbb453e6177b74141d5abbe9eac
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 26 16:42:51 2011 +0000
| | | 
| | |     - Added support for array-expressions used as input to external "C" functions/objects
| | |     - Support for F77 functions that take arrays
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit ce32b1dc5f2a317235ce5beb0f0b8a2efaf81637
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 26 11:30:12 2011 +0000
| | | 
| | |     - Add default declarations of external object constructor/deconstructor
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit ca1339ec0e540d6c598e72809e4606fb9db5fabe
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 22 11:47:48 2011 +0000
| | | 
| | |     - bugfix for last commit
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit b786569ed215ba6017008acdf1aa68da81cb4502
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 22 07:56:59 2011 +0000
| | | 
| | |     - Fix compilation + tabs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 632de65569ef743b6516237a93ae4dbabf609c16
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 21 23:00:38 2011 +0000
| | | 
| | |     - bugfix infinite loop
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | 
| | * commit 8df8bb9f91abce10bd85087a14f43c5999b23833
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 21 15:05:35 2011 +0000
| | | 
| | |     - fix testsuite
| | |     - add minmax, nominal asserts to simcode, use type of var because type of componendreference is sometimes wrong (for example for stateselect)
| | |     - BackendDAEOptimize: merge minmax attribue, and add compiler warning if min > max
| | |     - DAEUtil: add setMinMax
| | |     - Expression: add case for enumerations to expReal, add functions expMaxScalar, expMinScalar
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit aa5a7af1e0ae938fa5359ffcd62ced54988f7592
| | | Author: Xenofon Floros 
| | | Date:   Thu Apr 21 13:54:55 2011 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 5140748cfb6b9dfa0434c15f4da516b48e961060
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 21 09:47:16 2011 +0000
| | | 
| | |     - fix some bugs to extend arrays only when necessary
| | |     - add msl31 simulation to slowlogs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | 
| | * commit f270b01e16814a825721c8707813dac1a44e69ea
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 20 21:51:55 2011 +0000
| | | 
| | |     - VarTransform.mo: remove unused code
| | |     - BackendVarTransform: change implementation to replace arrays and records. For example if there is a variable a.b[3] to replace all crefs a.b will be extendend to {a.b[1],a.b[2],a.b[3]} and a.b[3] will be replaced, same for records
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit ae4a261ed2d520889e122da910ff45eb5a0a2f88
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 20 14:39:27 2011 +0000
| | | 
| | |     - Added some extra checks in SimCodeC.tpl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 500d33dcb75742ecbc34b6682bde591da2706cf2
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 20 14:35:57 2011 +0000
| | | 
| | |     - fix some bugs to extend arrays only when necessary
| | |     - move minmax and nominal asserts to simcode, the check is still done in BackendDAECreate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	c_runtime/CMakeLists.txt
| | | 
| | * commit c8be694676a8f0bc14f948312d58170843eaf0a9
| | | Author: Per Östlund 
| | | Date:   Wed Apr 20 13:51:41 2011 +0000
| | | 
| | |     - Added analysis of external declarations in SCodeDependency.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | 
| | * commit 9c258b0692b3763c7378b132b83555a4e115a1d5
| | | Author: Per Östlund 
| | | Date:   Wed Apr 20 13:06:29 2011 +0000
| | | 
| | |     - Removed abuse of external declaration to mark class extends in SCodeFlatten.
| | |     - Added some comments to SCodeFlattenRedeclare.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | 
| | * commit b4677441ef8044c8dce29a387102dd0a00442226
| | | Author: Per Östlund 
| | | Date:   Wed Apr 20 09:57:38 2011 +0000
| | | 
| | |     - Changed SCodeFlattenImports to also update and return the environment.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit c8fbbfd74c4763624273872810e2934e7bc752b8
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 20 08:08:26 2011 +0000
| | | 
| | |     - Use $(MAKE) instead of make (enables parallel make)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 28aa187d771b05ccac934d0658fd5c01337366e2
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 20 08:01:28 2011 +0000
| | | 
| | |     - Improve performance of the Interactive API by adding initial support for SCode caching
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 555475ed947035b2b4ef2a77120f4fe1de92efee
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 19 19:00:11 2011 +0000
| | | 
| | |     - do not add variables with stateSelect=StateSelect.prefer to states
| | |     - update testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 3ac3548f842297449c1bb41de2c3e898f6bce578
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 19 17:08:54 2011 +0000
| | | 
| | |     - OMEdit does not depend on OMNotebook anymore
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 4cd82556317e37250446941728b27dc758db9465
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 19 15:03:41 2011 +0000
| | | 
| | |     - bugfix removeSimpleEquation, do not remove toplevel inputs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | 
| | * commit 47066f2822913b98d2e7ae3314e89f06df6df56a
| | | Author: Per Östlund 
| | | Date:   Tue Apr 19 13:42:03 2011 +0000
| | | 
| | |     SCodeFlatten improvements:
| | |     - Redeclare improvements.
| | |     - Better recursive short class definition detection.
| | |     - More redeclare error messages.
| | |     - Reorganised the redeclare parts of SCodeFlatten by moving most of the code
| | |       that handles redeclares to SCodeFlattenRedeclare.
| | |     - Added some more redeclaration test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 872e829636a5effc3b14aaf7c376b24d0777a15a
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 19 13:02:24 2011 +0000
| | | 
| | |     - loadModel(Complex) in OMEdit
| | |     - Fix unparsing of operator XXX in OMC
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | 
| | * commit f47093da37eff3cb8df7f23e9f7fb115cc42894f
| | | Author: Per Östlund 
| | | Date:   Tue Apr 19 12:15:21 2011 +0000
| | | 
| | |     - Fixed indentation of record constructor result parameter in DAEDump.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | 
| | * commit b3125141936327b1edfda165c958eb5aeb52fa14
| | | Author: Federico Bergero 
| | | Date:   Tue Apr 19 12:05:34 2011 +0000
| | | 
| | |     * Implementing discontinuities
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | 
| | * commit d6e7781e5bc419b5ba7bfd83308edfc480a6e1de
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 19 11:44:21 2011 +0000
| | | 
| | |     - bugfix fmi
| | |     - add test for fmi export
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Makefile.common
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 66f31fab7dc79e4ecdcd3d3e1a7b24f88584634a
| | | Author: Xenofon Floros 
| | | Date:   Mon Apr 18 15:38:45 2011 +0000
| | | 
| | |     bug in generating connections fixed
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 867ffa377b85921e1ae8e7aede747cce1f67fb02
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 18 14:53:09 2011 +0000
| | | 
| | |     - Fix SimulationResultsCmp.c (use 2-pass algorithm with only 1 malloc)
| | |     - Fix some read/write errors (strncmp,etc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 5bdbb7e98cda1f7e2c8ee6c037446b813bae7904
| | | Author: Adrian Pop 
| | | Date:   Mon Apr 18 13:53:53 2011 +0000
| | | 
| | |     - handle DAE.ENUM_LITERAL in several places where it was missing.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit c3e989f80af4c4d43ac1eafa883aeadc006baea7
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 18 13:44:47 2011 +0000
| | | 
| | |     - BackendEquation.mo: bugfix equationToResidualForm
| | |     - PartFn.mo: remove DAEDUmp
| | |     - SimCode: get rid of BackendDAEUtil.equationList
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit c5cf5354a4e00a0fec77324e1a302aabe4083059
| | | Author: Per Östlund 
| | | Date:   Mon Apr 18 11:44:14 2011 +0000
| | | 
| | |     - Changed Absyn.pathString to add a dot in front of fully qualified paths.
| | |     - Added Absyn.pathStringNoQual with the old pathString behaviour, and replaced
| | |       calls to pathString in some places that depended on the old behaviour of
| | |       pathString.
| | |     - Updated test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit c9344955c7100610ccf600b164645f0e8fe19e6c
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 18 09:48:43 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo: - add failtrace prints, add missing case for traverseIncidenceMatrixList
| | |     - bugfix SimulationResultsCmp.c
| | |     - update msl31 simulate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | M	Compiler/scripts/convert_lines.pl
| | | 
| | * commit 9c1bc68774b30cdfcb8834d5468fb4206acf701f
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 18 07:18:09 2011 +0000
| | | 
| | |     - Added support for #define-macros used in external "C" functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit d50ad5173bf95893cf956097554100bd0d1575f3
| | | Author: Jens Frenkel 
| | | Date:   Sun Apr 17 21:25:19 2011 +0000
| | | 
| | |     - bugfix SimulationResultsCmp.c
| | |     - update msl31 simulate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit a96b53541331c2873f9cc579d95ee94e47a53f91
| | | Author: Adrian Pop 
| | | Date:   Sun Apr 17 10:34:15 2011 +0000
| | | 
| | |     - sane naming
| | |     - a missed \" inside Env.mo comment killed the parser (no error).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit fed024eed1ded7344116acc1867eaa5f576250a5
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 17 07:19:32 2011 +0000
| | | 
| | |     - Remove references to Cygwin in the README
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	README.Linux.txt
| | | 
| | * commit 4ae387b90abd9cc0f7445cb59b665acbcc569b5f
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 17 06:59:02 2011 +0000
| | | 
| | |     - Fix compilation on Linux (assert.h)
| | |     - Expected testsuite results
| | |     - Remove tabs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit fb3dd3a78b039ce7fd69eb504472d77ee6048e50
| | | Author: Jens Frenkel 
| | | Date:   Sat Apr 16 22:35:02 2011 +0000
| | | 
| | |     - CevalScript: Bugfix Interval, calculation of stepSize
| | |     - simulation_init.cpp, use "&&" instead of "and" makes Visual Studio happy
| | |     - bugfix SimulationResultsCmp.c
| | |     - update tests msl3.1 simulate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit c436c10c8cf976c368190478003c3e4f486d1d7b
| | | Author: Adrian Pop 
| | | Date:   Sat Apr 16 21:22:59 2011 +0000
| | | 
| | |     Fixes to bug: #1488
| | |     - propagate final correctly to the back-end and the DAE.
| | |     - testsuite/mosfiles/FinalPropagation.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 7a7e2c3f62a06da6ec9504ffe7b1f9136d59db3f
| | | Author: Adrian Pop 
| | | Date:   Sat Apr 16 21:21:16 2011 +0000
| | | 
| | |     - fixes to c_runtime so no more crashes on Windows (even better on Linux)!
| | |     - matrix.h (double assigned to modelica_boolean)
| | |       *loc_ptrs[i]=values[cur_value_indx*size+i];
| | |       loc_ptrs is a array of pointers to doubles which is set to addresses of
| | |       modelica_boolean then at those addresses a double is copied (values is a double array)
| | |     - other files
| | |       + initialize most variables to 0 or NULL or "".
| | |     - flagSet now returns integer instead of bool!
| | |     - fixes interactiveSimuation -> interactiveSimulation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	c_runtime/matrix.h
| | | M	c_runtime/options.cpp
| | | M	c_runtime/options.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit d7292c4a6da6ff6b45a9d2ec9c9261d1fa477758
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 15 22:54:05 2011 +0000
| | | 
| | |     - bugfix SimulationResultsCmp.c
| | |     - update msl3.1 simulation tests
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit 06cfc2a2ad81a2f199e57eabc6d176d8454ebab4
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 15 20:42:48 2011 +0000
| | | 
| | |     BackendDump.mo: dump final prefix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDump.mo
| | | 
| | * commit 1d79b465e0acd2875901af979eb3e4431258f899
| | | Author: Xenofon Floros 
| | | Date:   Fri Apr 15 18:06:54 2011 +0000
| | | 
| | |     Added structure/blocks for zero-crossings and cross-detectors
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 3acad5dffedc9b2fade89fa1f1d62e4a6d0775cc
| | | Author: Willi Braun 
| | | Date:   Fri Apr 15 17:00:44 2011 +0000
| | | 
| | |      - added some bugfixes for initialization and update some testcase to currect values
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_main.h
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | 
| | * commit 677af6194727f909e82b9141996415ba451fc60d
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 15 16:08:21 2011 +0000
| | | 
| | |     - handle events better in SimulationResultsCmp.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit b4673301d74cb39809f4eeb184e81b318e0d4166
| | | Author: Federico Bergero 
| | | Date:   Fri Apr 15 15:19:37 2011 +0000
| | | 
| | |     * Updating template for the QSS methods
| | |     * Conditional compilation of some part of the global data of the cpp file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | 
| | * commit 1dab30d7978731a09a58ea257f78927bb230eaa4
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 15 15:03:45 2011 +0000
| | | 
| | |     - bugfix simulation_result_mat
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit 20c886092efaa6524798186baf690607ce07e47b
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 15 14:49:37 2011 +0000
| | | 
| | |     - add missing try catch block
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 6fd9b0914ec6795269d379f111f6829278d5ee64
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 15 13:50:09 2011 +0000
| | | 
| | |     - removeEqualFunctionCalls now also finds non-CALL expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 4f15dd7ee1276d2c4888888525071cfb4123b35f
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 15 13:40:52 2011 +0000
| | | 
| | |     - BackEnd/BackendDAEUtil.mo: change implementation of updateIncidenceMatrix -> speedup testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 2760f3b032ea83ac1572ca7d9b3e5f8401d8b977
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 15 11:48:11 2011 +0000
| | | 
| | |     - add abstol parameter to Simulation Result compare
| | |     - Bugfix remove Simple Equations (this should speedup testsuite)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | 
| | * commit 4cc96f2a58493d9a6eb20644200cada4b5325222
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 15 10:59:02 2011 +0000
| | | 
| | |     - Changed simplify1 to a fixpoint algorithm
| | |       - No testcase changed result, but more cases in the backend are now covered
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/Util/RTOpts.mo
| | | 
| | * commit 769d81378dd07b1dfda2f93f3321744edb6a18d1
| | | Author: Adrian Pop 
| | | Date:   Fri Apr 15 10:53:25 2011 +0000
| | | 
| | |     - changes to Absyn, SCode, DAE, Env!
| | |     - Absyn.mo + Parser/Modelica.g
| | |       + fixed some of the weird naming
| | |     - SCode.mo
| | |       + SCode.Class is gone, SCode.Program is now a list of elements
| | |       + SCode.Attributes are now in DERIVED instead of Absyn.ElementAttributes
| | |       + grouped the element prefixes into SCode.Prefixes and put them both in SCode.CLASS and SCode.COMPONENT
| | |       + added visibility attribute to all Elements (extends, import, etc)!
| | |       + replaced some false/true flags with real records for easier following of patterns or expressions.
| | |     - DAE.mo
| | |       + use flags instead of false/true
| | |     - Env.mo
| | |       + better naming for fields
| | |     - SCodeHashTable.mo
| | |       + new file to help with SCodeFlattenExtends.mo
| | |       + more to come here.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/Connect.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Prefix.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | A	Compiler/FrontEnd/SCodeHashTable.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | M	Parser/Modelica.g
| | | 
| | * commit 47b0b5f35e856a13ca4ef09abf26064489bb195f
| | | Author: Niklas Worschech 
| | | Date:   Fri Apr 15 08:00:57 2011 +0000
| | | 
| | |     changed make files for cpp simulation runtime to cmake
| | |     removed all old build files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	SimulationRuntime/cpp/Build/Compile.bat
| | | D	SimulationRuntime/cpp/Build/MakeConf.inc
| | | M	SimulationRuntime/cpp/Build/Makefile
| | | D	SimulationRuntime/cpp/Build/Simulation.sln
| | | D	SimulationRuntime/cpp/ReadMe.doc
| | | A	SimulationRuntime/cpp/Readme.txt
| | | A	SimulationRuntime/cpp/Source/CMakeLists.txt
| | | A	SimulationRuntime/cpp/Source/LibrariesConfig.h.in
| | | D	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOps.zip
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/Math/Implementation/Functions.h
| | | M	SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h
| | | D	SimulationRuntime/cpp/Source/Math/Math.mak
| | | D	SimulationRuntime/cpp/Source/Math/Math.vcxproj
| | | D	SimulationRuntime/cpp/Source/Math/Math.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp
| | | D	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Implementation.vcxproj
| | | D	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Implementation.vcxproj.filters
| | | D	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/SettingsFactory.mak
| | | A	SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/SimManager/Configuration.cpp
| | | D	SimulationRuntime/cpp/Source/SimManager/Main.mak
| | | D	SimulationRuntime/cpp/Source/SimManager/Main.vcxproj
| | | D	SimulationRuntime/cpp/Source/SimManager/Main.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt
| | | M	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp
| | | D	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.mak
| | | D	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.vcxproj
| | | D	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/CMakeLists.txt
| | | D	SimulationRuntime/cpp/Source/Solver/Implementation/Solver.mak
| | | D	SimulationRuntime/cpp/Source/Solver/Implementation/Solver.vcxproj
| | | D	SimulationRuntime/cpp/Source/Solver/Implementation/Solver.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt
| | | D	SimulationRuntime/cpp/Source/System/Implementation/ClassDiagram1.cd
| | | D	SimulationRuntime/cpp/Source/System/Implementation/System.mak
| | | D	SimulationRuntime/cpp/Source/System/Implementation/System.vcxproj
| | | D	SimulationRuntime/cpp/Source/System/Implementation/System.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/CMakeLists.txt
| | | D	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.mak
| | | D	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.vcxproj
| | | D	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.vcxproj.filters
| | | M	SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h
| | | 
| | * commit 1eb0bfbede19f0854d5b2ab33c7d125575f894ba
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 15 05:23:48 2011 +0000
| | | 
| | |     - Fix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 1f8430185c60eef0538cbe84f28082fdd5550576
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 14 18:26:33 2011 +0000
| | | 
| | |     - Added API calls parseString and loadString (analogous to parseFile/loadFile)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 9165321a7e8452e1e93aa3ae70bf7c52d9161707
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 14 17:09:36 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo:
| | |       - remove old remove simple Equation
| | |       - add remove equal function calls equations module
| | |       - use new remove simple Equation for Linearization
| | |     - BackEnd/BackendDAEUtil.mo
| | |       - change incidenceMatrix, now it generates the incidenceMatrix and the transposed incidenceMatrix at once
| | |       - use removeFinalParameters,removeEqualFunctionCalls,removeSimpleEquations,expandDerOperator as default preOptModules
| | |     - BackendDump.mo: add function debuglst
| | |     - update testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 0b60fe6ce0f78cfd003896e504215db116db873e
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 14 15:52:15 2011 +0000
| | | 
| | |     - Fix for Windows hanging when trying to parse 0-length files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/parse.c
| | | 
| | * commit cff40072521de0439e64afd71d980c386970441d
| | | Author: Federico Bergero 
| | | Date:   Thu Apr 14 15:05:05 2011 +0000
| | | 
| | |     * Updating the QSS structure and c_runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	c_runtime/solver_qss/integrator.cpp
| | | M	c_runtime/solver_qss/runtime.h
| | | M	c_runtime/solver_qss/sampler.cpp
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | M	c_runtime/solver_qss/static_function.cpp
| | | M	c_runtime/solver_qss/static_function.h
| | | 
| | * commit c5dd738527a8cbb7acad4c37b07e7fe1ccbe2e95
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 14 14:09:44 2011 +0000
| | | 
| | |     - bugfix BackendDAETransform:  traverseBackendDAEExpsEqn  and traverseBackendDAEExpsWhenClauseLst
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 111bbb6b0f330d4982f4513ff2bb2fb8ac9f5548
| | | Author: Xenofon Floros 
| | | Date:   Thu Apr 14 12:25:04 2011 +0000
| | | 
| | |     DEVS structures generated for NON-discontinuous systems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit a6e1a0d23f478a2a06a9302e38db81a75894d1c1
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 14 12:22:51 2011 +0000
| | | 
| | |     - Remove garbage
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 96f010d73bbd12dcb46811eca1572ce1ad77b764
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 14 11:01:02 2011 +0000
| | | 
| | |     #1484
| | |     - Do cyclic dependency checks also for conditional expressions of parameters and constants
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 64a0b3dd72e9a1e635af4c9465e97002264ce5e3
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 14 08:08:10 2011 +0000
| | | 
| | |     - Changes to OMPlot (more sane interface now)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit fa17737f9d329d18fc99f0b46dde42166117d689
| | | Author: Per Östlund 
| | | Date:   Thu Apr 14 06:33:17 2011 +0000
| | | 
| | |     - Fix invalid free.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit 235f587230427768c214dae73b49aa82fa5bf51d
| | | Author: Federico Bergero 
| | | Date:   Wed Apr 13 15:58:33 2011 +0000
| | | 
| | |     * Updating the SimCodeQSS template
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 699bbd6d527273b27b41de9783dc8d8d4f782461
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 13 14:44:35 2011 +0000
| | | 
| | |     - Main.mo: update usage
| | |     - SimCode.mo: delete unused code
| | |     - BackendDAEOptimize.mo: delete unused code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit 929b0c2469aee93fb49612743b95a14fc8d3c379
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 13 14:25:12 2011 +0000
| | | 
| | |     - remove old module removeAliasEquations, functionality is now part of removeSimpleEquationsX
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 622abd8a5384c093637a51133a3c009b31d057a8
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 13 14:13:54 2011 +0000
| | | 
| | |     - use removeFinalParameters,removeSimpleEquationsX,expandDerOperator as default preoptModules
| | |     - use lateInline,inlineArrayEqn,removeSimpleEquationsX as default pastoptModules
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 00f4f91900dbbbe5c9f863bc0959057d3bd53157
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 13 13:56:29 2011 +0000
| | | 
| | |     - bugfix for compare SimulationResults , Dymola uses a[1, 2], OMC use a[1,2] (no white space)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit 394041268850fff06742ae2cb8bd4b5cfd9b5012
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 13 13:38:05 2011 +0000
| | | 
| | |     - Remove the crap known as tabs from C sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/ModelicaTablesImpl.c
| | | M	c_runtime/interactive/client.cpp
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_Control.h
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | M	c_runtime/interactive/omi_ResultManager.h
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/interactive/omi_ServiceInterface.h
| | | M	c_runtime/interactive/omi_Transfer.cpp
| | | M	c_runtime/interactive/socket.h
| | | M	c_runtime/interactive/socket_unix.cpp
| | | M	c_runtime/interactive/thread.cpp
| | | M	c_runtime/interactive/thread.h
| | | M	c_runtime/libf2c/arithchk.c
| | | M	c_runtime/libf2c/backspac.c
| | | M	c_runtime/libf2c/c_div.c
| | | M	c_runtime/libf2c/c_sqrt.c
| | | M	c_runtime/libf2c/close.c
| | | M	c_runtime/libf2c/d_mod.c
| | | M	c_runtime/libf2c/dfe.c
| | | M	c_runtime/libf2c/due.c
| | | M	c_runtime/libf2c/endfile.c
| | | M	c_runtime/libf2c/err.c
| | | M	c_runtime/libf2c/etime_.c
| | | M	c_runtime/libf2c/f2c.h
| | | M	c_runtime/libf2c/f77_aloc.c
| | | M	c_runtime/libf2c/f77vers.c
| | | M	c_runtime/libf2c/fio.h
| | | M	c_runtime/libf2c/fmt.c
| | | M	c_runtime/libf2c/fmt.h
| | | M	c_runtime/libf2c/fmtlib.c
| | | M	c_runtime/libf2c/ftell64_.c
| | | M	c_runtime/libf2c/ftell_.c
| | | M	c_runtime/libf2c/getenv_.c
| | | M	c_runtime/libf2c/h_indx.c
| | | M	c_runtime/libf2c/i77vers.c
| | | M	c_runtime/libf2c/i_indx.c
| | | M	c_runtime/libf2c/iio.c
| | | M	c_runtime/libf2c/ilnw.c
| | | M	c_runtime/libf2c/inquire.c
| | | M	c_runtime/libf2c/lbitbits.c
| | | M	c_runtime/libf2c/lio.h
| | | M	c_runtime/libf2c/lread.c
| | | M	c_runtime/libf2c/lwrite.c
| | | M	c_runtime/libf2c/main.c
| | | M	c_runtime/libf2c/open.c
| | | M	c_runtime/libf2c/pow_di.c
| | | M	c_runtime/libf2c/pow_hh.c
| | | M	c_runtime/libf2c/pow_ii.c
| | | M	c_runtime/libf2c/pow_qq.c
| | | M	c_runtime/libf2c/pow_ri.c
| | | M	c_runtime/libf2c/pow_zi.c
| | | M	c_runtime/libf2c/qbitbits.c
| | | M	c_runtime/libf2c/r_mod.c
| | | M	c_runtime/libf2c/rdfmt.c
| | | M	c_runtime/libf2c/rewind.c
| | | M	c_runtime/libf2c/rsfe.c
| | | M	c_runtime/libf2c/rsli.c
| | | M	c_runtime/libf2c/rsne.c
| | | M	c_runtime/libf2c/s_cat.c
| | | M	c_runtime/libf2c/s_cmp.c
| | | M	c_runtime/libf2c/s_copy.c
| | | M	c_runtime/libf2c/s_paus.c
| | | M	c_runtime/libf2c/s_stop.c
| | | M	c_runtime/libf2c/sfe.c
| | | M	c_runtime/libf2c/sig_die.c
| | | M	c_runtime/libf2c/signbit.c
| | | M	c_runtime/libf2c/sue.c
| | | M	c_runtime/libf2c/system_.c
| | | M	c_runtime/libf2c/typesize.c
| | | M	c_runtime/libf2c/uio.c
| | | M	c_runtime/libf2c/uninit.c
| | | M	c_runtime/libf2c/util.c
| | | M	c_runtime/libf2c/wref.c
| | | M	c_runtime/libf2c/wrtfmt.c
| | | M	c_runtime/libf2c/wsfe.c
| | | M	c_runtime/libf2c/wsle.c
| | | M	c_runtime/libf2c/wsne.c
| | | M	c_runtime/libf2c/xwsne.c
| | | M	c_runtime/libf2c/z_div.c
| | | M	c_runtime/libf2c/z_log.c
| | | M	c_runtime/libf2c/z_sqrt.c
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/solver_qss/integrator.cpp
| | | M	c_runtime/solver_qss/qss_signal.cpp
| | | M	c_runtime/solver_qss/sampler.cpp
| | | M	c_runtime/solver_qss/simulator.h
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | M	c_runtime/solver_qss/static_function.cpp
| | | 
| | * commit b8723122966fecf7ded23f4f9462d2a1ee0bb51a
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 13 13:36:45 2011 +0000
| | | 
| | |     - Fix compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_qss/solver_qss.cpp
| | | 
| | * commit f4f60c56eac933636c42b416432136bf5f6a66dd
| | | Author: Federico Bergero 
| | | Date:   Wed Apr 13 13:20:13 2011 +0000
| | | 
| | |     * Adding QSS runtime solver
| | |     * Creating a new library libsim_ompd for the QSS/PowerDEVS runtime(is similar to libsim.a but without the main function)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/simulation_runtime.cpp
| | | A	c_runtime/solver_qss/integrator.cpp
| | | A	c_runtime/solver_qss/integrator.h
| | | A	c_runtime/solver_qss/qss_signal.cpp
| | | A	c_runtime/solver_qss/qss_signal.h
| | | A	c_runtime/solver_qss/runtime.h
| | | A	c_runtime/solver_qss/sampler.cpp
| | | A	c_runtime/solver_qss/sampler.h
| | | A	c_runtime/solver_qss/simulator.h
| | | A	c_runtime/solver_qss/solver_qss.cpp
| | | A	c_runtime/solver_qss/solver_qss.h
| | | A	c_runtime/solver_qss/static_function.cpp
| | | A	c_runtime/solver_qss/static_function.h
| | | 
| | * commit 80f7527a9f7cdfa7f958da5fcf62d6b46053cc26
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 13 12:40:31 2011 +0000
| | | 
| | |     - bugfix read_matlab4.c
| | |     - bugfix compareSimulationResults
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | M	c_runtime/read_matlab4.c
| | | 
| | * commit 537e594b3fc3e37996c620f0349bc5ab90e17b19
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 13 08:15:49 2011 +0000
| | | 
| | |     - Installation of manpages (added the old ones from 1.4.5 to svn)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 099cddaf89148935b80d780aaeddf772ab5e1023
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 13 07:22:08 2011 +0000
| | | 
| | |     - Made the matlab reader/writer more portable (int32_t instead of int)
| | |     - Use calloc+free instead of new+memset(0)+delete[]
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit 5a23323fe4cad145a8a93ee8905e8d8465fbf1f6
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 13 06:52:01 2011 +0000
| | | 
| | |     - Get rid of warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit 9537409c173b44b6ad50c8f1a3bab1ecf7452672
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 12 20:45:16 2011 +0000
| | | 
| | |     - SimulationResultsCmp.c: - write result/log file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResultsCmp.c
| | | 
| | * commit 6012c8cb21e21fbfd29323ec135e6d70ce828dda
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 12 13:51:34 2011 +0000
| | | 
| | |     - Fixed a type error in compareSimulationResults C-function
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | 
| | * commit 97e8f1831a15a6083ba245aec0112c145c3d1056
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 12 12:53:30 2011 +0000
| | | 
| | |     - add function to compare simulation results (May not work yet,ToDo: test,remove debugprint)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/runtime/Makefile.common
| | | A	Compiler/runtime/SimulationResultsCmp.c
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | 
| | * commit 74d246c9bc4e3024c0d187a51c23eb43a94c0271
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 12 12:48:16 2011 +0000
| | | 
| | |     - Added tracing of the new symbolic operations (alias/simple eq)
| | |     - Removed unreachable cases in Ceval (evaluation of integer matrices cast to Real scalars, etc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit 60950a13ec5d519e0a66a1dde7b1d918035797e1
| | | Author: Federico Bergero 
| | | Date:   Tue Apr 12 12:45:18 2011 +0000
| | | 
| | |     Adding functions to the QSS backend
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 9cd05e0fb6d570d69978a08b16740547061f1de0
| | | Author: Federico Bergero 
| | | Date:   Tue Apr 12 12:44:54 2011 +0000
| | | 
| | |     Updating QSS templates
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit bcd0cc1dd4371f4f7575e6bc8e6e9acfe39ac68c
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 12 10:59:45 2011 +0000
| | | 
| | |     - Simplify after doing type-conversion
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit ccdddf94499d8819757c15aaad152ecc1132a876
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 12 07:47:39 2011 +0000
| | | 
| | |     #1477
| | |     - Generate proper array crefs for a[1].b.c (previously it turned into a.b.c)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 027b2999d430b65f0525fd3f6c4945f1b35cee3d
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 12 06:56:12 2011 +0000
| | | 
| | |     - Added information about the inline operation to SimCodeDump
| | |     - Solved memory leaks and segfaults for read_csv
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/runtime/SimulationResults.c
| | | M	c_runtime/read_csv.cpp
| | | 
| | * commit 52b9f5a73895f26c1d90347f311db46e2bd13c86
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 12 06:33:38 2011 +0000
| | | 
| | |     - use structure for simulationresults functions, make them global in the files including SimulationResults.c, this is usefull to load several result files at the same time
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | 
| | * commit 32205946dd761e065782034d56bd17fa562d8ad8
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 12 05:32:48 2011 +0000
| | | 
| | |     - Added SimCodeC.tpl error when we fail to write an initial value to the text-file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 81b7d980634fcdf6f723330cfa752c9fa95659c1
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 20:13:32 2011 +0000
| | | 
| | |     - Fix testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit 9fd9b2eafceb4911d02159fd22893f63fb127b8d
| | | Author: Adeel Asghar 
| | | Date:   Mon Apr 11 20:09:50 2011 +0000
| | | 
| | |     - Added the CSV file reader that returns the list of variables for readSimulationsVars.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResults.c
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/read_csv.cpp
| | | A	c_runtime/read_csv.h
| | | 
| | * commit b412a5dd7f794240eb658f2113566965b32aa4dc
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 11 19:28:40 2011 +0000
| | | 
| | |     - added support for dymola mat files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | 
| | * commit 7d68d0f7e54818918d713293642879d53048f17b
| | | Author: Federico Bergero 
| | | Date:   Mon Apr 11 19:18:30 2011 +0000
| | | 
| | |     * Adding an extra argument to the template function to pass QSS info
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/Unparsing.mo
| | | 
| | * commit 469933933f81cbcdbc12e0da88e580461ac87577
| | | Author: Federico Bergero 
| | | Date:   Mon Apr 11 19:17:40 2011 +0000
| | | 
| | |     * Updating the QSS template and adding functions declarations in the SimCodeTV
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit d768433f73505b401933faf4558be74f47b5ac26
| | | Author: Federico Bergero 
| | | Date:   Mon Apr 11 19:16:48 2011 +0000
| | | 
| | |     * Adding functions needed by the template for QSS methods
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit ad5ea08c0b7afef0a12097357dc4be23e1b4c757
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 18:15:47 2011 +0000
| | | 
| | |     - Added support for annotation LateInline=true as an alias of __Dymola_InlineAfterIndexReduction and __MathCore_InlineAfterIndexReduction
| | |       - With priority LateInline > Inline > EarlyInline
| | |     This line, and those below, will be ignored--
| | |     
| | |     M    Compiler/FrontEnd/Inst.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 772acb996677362f351fbfc6d2582b84d1f2b100
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 15:15:58 2011 +0000
| | | 
| | |     - Added simulate() option cflags = ""
| | |       - Also added a field for this in the OMEdit simulation widget
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 059b1a6486743c6bd4ec66165da5131af24c9a92
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 11 14:30:24 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo:
| | |       - replace in all equations exclude the "der(a) = b" equation der(a) with b
| | |       - add module to remove final parameters
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit 8af05589378214c3ff6551ea73a1bb17e476d042
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 14:21:12 2011 +0000
| | | 
| | |     - Disable running perl on normal simulations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 6e087b4072e562e03f7e78d0613aaf1bf1fcc03e
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 10:59:02 2011 +0000
| | | 
| | |     - Unescape comments in Interactive.getClassComment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit e3b01432326d8b8530f4fa1ca501a0f808b57800
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 09:37:36 2011 +0000
| | | 
| | |     - Class comments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | 
| | * commit b0d15c48076e0c767ed0b4b04e55b0b43c0d9bcf
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 09:33:31 2011 +0000
| | | 
| | |     - Add class comments in Susan-generated code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/MMath.mo
| | | M	Compiler/FrontEnd/UnitParserExt.mo
| | | M	Compiler/Template/TplCodegen.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/TplCodegen.mo
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | 
| | * commit 52d2d1bed5d8b3f20fc6e97bbb43e319512aea2d
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 09:17:03 2011 +0000
| | | 
| | |     - svn:keywords
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEEXT.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/TaskGraphExt.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Connect.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/Constants.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/ExpandableConnectors.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Graphviz.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Prefix.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsyn.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/Values.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Corba.mo
| | | M	Compiler/Util/Database.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/DynLoad.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/ErrorExt.mo
| | | M	Compiler/Util/Graph.mo
| | | M	Compiler/Util/HashTable.mo
| | | M	Compiler/Util/HashTable2.mo
| | | M	Compiler/Util/HashTable3.mo
| | | M	Compiler/Util/HashTable4.mo
| | | M	Compiler/Util/HashTable5.mo
| | | M	Compiler/Util/HashTable6.mo
| | | M	Compiler/Util/HashTableCG.mo
| | | M	Compiler/Util/HashTableExpToIndex.mo
| | | M	Compiler/Util/HashTableExpType.mo
| | | M	Compiler/Util/HashTableStringToPath.mo
| | | M	Compiler/Util/IOStream.mo
| | | M	Compiler/Util/IOStreamExt.mo
| | | M	Compiler/Util/OptManager.mo
| | | M	Compiler/Util/Print.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/Util/Settings.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/Util/Socket.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit 9f2f24d99428633b193b7c6f8f920ffde26c66cc
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 09:16:17 2011 +0000
| | | 
| | |     - svn:keywords
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEEXT.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/TaskGraphExt.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Connect.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/Constants.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/ExpandableConnectors.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Graphviz.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Prefix.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsyn.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/Values.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Corba.mo
| | | M	Compiler/Util/Database.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/DynLoad.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/ErrorExt.mo
| | | M	Compiler/Util/Graph.mo
| | | M	Compiler/Util/HashTable.mo
| | | M	Compiler/Util/HashTable2.mo
| | | M	Compiler/Util/HashTable3.mo
| | | M	Compiler/Util/HashTable4.mo
| | | M	Compiler/Util/HashTable5.mo
| | | M	Compiler/Util/HashTable6.mo
| | | M	Compiler/Util/HashTableCG.mo
| | | M	Compiler/Util/HashTableExpToIndex.mo
| | | M	Compiler/Util/HashTableStringToPath.mo
| | | M	Compiler/Util/IOStream.mo
| | | M	Compiler/Util/IOStreamExt.mo
| | | M	Compiler/Util/OptManager.mo
| | | M	Compiler/Util/Print.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/Util/Settings.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/Util/Socket.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit d065ef7ded74153eea62c76d47d88df6598d1a97
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 09:09:30 2011 +0000
| | | 
| | |     - Some class comment changes. Some svn properies set.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/FrontEnd/UnitAbsyn.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/Util/DynLoad.mo
| | | M	Compiler/Util/HashTable.mo
| | | M	Compiler/Util/HashTable2.mo
| | | M	Compiler/Util/HashTable3.mo
| | | M	Compiler/Util/HashTable4.mo
| | | M	Compiler/Util/HashTable5.mo
| | | M	Compiler/Util/HashTable6.mo
| | | M	Compiler/Util/HashTableCG.mo
| | | M	Compiler/Util/HashTableExpToIndex.mo
| | | M	Compiler/Util/HashTableExpType.mo
| | | M	Compiler/Util/HashTableStringToPath.mo
| | | M	Compiler/Util/OptManager.mo
| | | 
| | * commit c1c5a6465a13ba2c6f5c44511770287ba984aeb6
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 11 08:52:18 2011 +0000
| | | 
| | |     - Added support for NORETCALL in Interactive statements
| | |     - Added new API call writeFile (analogous to System.writeFile)
| | |     - Added ElementSource to SIMVAR instead of Info
| | |     - Added files to generate html documentation out of our packages
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 0473f21d514b462f39cbd4138b862aa9634a154b
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 10 14:30:11 2011 +0000
| | | 
| | |     - Added support for variables with quotes in the name
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit e5391b2b3f81c25fbc9eeaf4bf2ef106bebe5dfa
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 10 07:24:38 2011 +0000
| | | 
| | |     - Made the Parser.mo interface a little safer (no more returning invalid AST's)
| | |       - We no longer need to print  as filename for ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Parser/Parser_omc.cpp
| | | M	Parser/Parser_rml.c
| | | M	Parser/parse.c
| | | 
| | * commit b96c79fbe7ecca050e18215485b27983e0a1f3c3
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 9 08:40:05 2011 +0000
| | | 
| | |     - PlotWindow now uses time as index=1, so the scale is correct
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | 
| | * commit 422ebcd08763dbb8cc29a0b272e7edb59d658abb
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 9 08:16:27 2011 +0000
| | | 
| | |     - Store negative alias variables in a separate array in the Matlab reader
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | 
| | * commit 09e6d3144d6375d87cb1a364b01d31fc17c029e8
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 9 07:57:57 2011 +0000
| | | 
| | |     - Fix for mat-files that contain alias of the time-variable
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8562 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit ae30379fab594b0315fa03259e5ca2d5480d9054
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 9 06:15:04 2011 +0000
| | | 
| | |     - Fix indentation (no tabs!)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit 455641da3ef784eeaf2e0cbdf6af2977931f20c4
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 8 18:41:44 2011 +0000
| | | 
| | |     - improve matlab file writer/reader to handle alias variables accurate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResults.c
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/simulation_result_csv.cpp
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | 
| | * commit da032661099a2bf9bc0b314c1f81c6aa0be1d197
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 8 13:58:19 2011 +0000
| | | 
| | |     - Added support for plot(der(x)) type-checking
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 98e8aef82a18d96ddee9af1cbc5286edc8c36558
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 8 12:35:14 2011 +0000
| | | 
| | |     - Made System.spawn return 0 on success in Linux
| | |     - Added sane minimum width/height for OMPlot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 8fa923c368d290d883760a55da83981497a82ef6
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 8 12:01:49 2011 +0000
| | | 
| | |     #1472
| | |     - Fixed wrong solving of expressions where one factor is 1/x
| | |       - See testsuite/mosfiles/TestSolve.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 875e474cd75148aa8451ac43eb5bb0aa5d61684c
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 8 10:13:43 2011 +0000
| | | 
| | |     - Print some more debug information
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ea5c2849a13026ac0018acde30fa5ffc9bc89014
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 8 07:45:52 2011 +0000
| | | 
| | |     - Use simplify1 instead of simplify in many places of the FrontEnd
| | |     - simplify now returns a Boolean that signifies if the expression has changed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | 
| | * commit 5e72d747de3b32e86f75c77303cdad619978c61f
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 7 21:07:53 2011 +0000
| | | 
| | |     - bugfix simulation_result_csv
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result_csv.cpp
| | | 
| | * commit 1bc9bba4c1ff5b13e23b7338aa4ac53bc6164398
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 7 15:31:24 2011 +0000
| | | 
| | |     - BackendDAEOptimize: -improve merging of start values
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 594521e396e143dd4a45193d68649d8f5bbab64b
| | | Author: Pavol Privitzer 
| | | Date:   Thu Apr 7 15:17:22 2011 +0000
| | | 
| | |     !! this update will most likely need 'clean' or deletion of omc.exe as your old Susan parser will complain on the updated SimCodeC.tpl ... sorry for the inconvenience
| | |     - Susan keyword 'from' is changed to 'fromindex'  (according to the last Susan specification)
| | |     - some other errors are now reported with correct source location (string conversion, argument type check, options type check, function/template lookup).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | 
| | * commit ba7d37d54211dc5b3ce0e1830e8d469aaa616def
| | | Author: Xenofon Floros 
| | | Date:   Thu Apr 7 13:03:11 2011 +0000
| | | 
| | |     prints removed
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 1af3c9da2ec29590f333005dfd62252840af1646
| | | Author: Xenofon Floros 
| | | Date:   Thu Apr 7 12:59:25 2011 +0000
| | | 
| | |     DEVS Structure generation  for NON-discontinuous models
| | |     (probably correct)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 66b1de93c8838b82dc91bc662e57e40b5f5363d3
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 7 12:19:01 2011 +0000
| | | 
| | |     - Disable type-checking of functions in the CORBA loop
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit e705affe86b9a82d1d4cc3d56f1ff4d8cd5dd521
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 7 12:11:55 2011 +0000
| | | 
| | |     - Changed replaceExp to return a Boolean that signals if a replacement has been made
| | |       - This should also be using less memory than before due to not constructing data-structures if nothing changed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit 43d582e495ef946182f3e3ba029018b00a20382c
| | | Author: Per Östlund 
| | | Date:   Thu Apr 7 09:30:57 2011 +0000
| | | 
| | |     - Some small fixes in SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit bc9497a0c96822cdd09ec880ea9836f1efe07a2d
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 7 07:43:50 2011 +0000
| | | 
| | |     - Run simplify on any algorithm statement generated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 14f63d3624a3794c9e49e7c3818c847341b77e11
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 6 22:27:06 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo: - removeSimpleEquationsX now removes all time independent equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit 5f9defac367e821c2acc727be3951cca521d0176
| | | Author: Adrian Pop 
| | | Date:   Wed Apr 6 21:48:49 2011 +0000
| | | 
| | |     - updates to mark-and-sweep GC c_runtime/meta_modelica*
| | |     - fixes for VS to Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_gc.c
| | | M	c_runtime/meta_modelica_gc.h
| | | M	c_runtime/meta_modelica_gc_list.c
| | | M	c_runtime/meta_modelica_gc_list.h
| | | M	c_runtime/meta_modelica_gc_pages.c
| | | M	c_runtime/meta_modelica_gc_pages.h
| | | M	c_runtime/meta_modelica_gc_settings.h
| | | 
| | * commit d3ad836fbf4ce3b64cfcb85afb8070f22739262c
| | | Author: Adeel Asghar 
| | | Date:   Wed Apr 6 17:40:56 2011 +0000
| | | 
| | |     - All clients runtimes are moved to OMTools/bin
| | |     - All required qt libs are moved to OMTools/qtdlls
| | |     - Some updates in OMPlot and OMEdit
| | |     - plotParametric3 and plotAll3 is added.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	OMTools/OMTools.pro
| | | 
| | * commit 410b0c70b2b949bd0c4a9c505bd5dff79a875bff
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 6 14:44:50 2011 +0000
| | | 
| | |     - Bugfix removeSimpleEquationsX, now testsimulation passes all tests
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit a3b28a14dd396c616d26e059437ab0a5704b3435
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 6 12:52:04 2011 +0000
| | | 
| | |     - Disable simplify after elaborating reductions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit f647c6aac8a1c1cd9adf86c7df2306cdc4674720
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 6 12:09:48 2011 +0000
| | | 
| | |     - Disable running simplify after each unary elaboration
| | |     - Traverse each instantiated equation using simplify1
| | |     - cevalIfConstant on VAR variability expressions now does simplify1
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 12953dad3926cbb8152f14973b8089ffa709a1e9
| | | Author: Per Östlund 
| | | Date:   Wed Apr 6 11:54:57 2011 +0000
| | | 
| | |     - Fix small mistake in previous commit.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | 
| | * commit 8110c5f59361fb0ab2b381f6f84e165119083f95
| | | Author: Per Östlund 
| | | Date:   Wed Apr 6 11:48:53 2011 +0000
| | | 
| | |     - Fixed detection of recursive short class definitions.
| | |     - Fully qualify all extends to avoid exponential lookup complexity.
| | |     - Handle fully qualified names in SCodeLookup.lookupName.
| | |     - Updated parallel test script to not run msl221 tests twice.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit c14a5defee52a763f15dd9766fd51c301a6bbf63
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 6 09:21:44 2011 +0000
| | | 
| | |     - Guard against some div-by-zero simplifications
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit a77f153cb6ec7ef2751301b26ae45639ee532e5d
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 6 07:19:38 2011 +0000
| | | 
| | |     - Check result of spawnCall in plot3 case
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit abaa59938dc6fcf8af1cba3a2c6feb9ca6abdd89
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 6 07:14:01 2011 +0000
| | | 
| | |     - Changed ExpressionSimplify to use traverseExp instead of its custom traversal
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit a8f22b2445f106404612848a3fe193ea947e2e6a
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 6 06:46:16 2011 +0000
| | | 
| | |     - Make plot3() match plot() API
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 1fbab5ed937ff07f7823a579094592a0b64d2cc1
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 6 06:32:07 2011 +0000
| | | 
| | |     - System.spawnCall no longer waits for the process to finish on Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 45490d23afa89d1c3d971a89f93d6aaf32f42d41
| | | Author: Adeel Asghar 
| | | Date:   Wed Apr 6 00:53:06 2011 +0000
| | | 
| | |     - Fixed the OMPlot path.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 73cc6b08fcedb6be48276caf4a254c4659fb699b
| | | Author: Adeel Asghar 
| | | Date:   Wed Apr 6 00:40:27 2011 +0000
| | | 
| | |     - Added a new command plot3 that uses OMPlot
| | |     - plot3(x, true/false(externalWindow), filename, title, legend.....)
| | |     - added spawnCall function in system.mo since system method blocks the execution so using spawn instead.
| | |     - small update in plotwindow
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 0c30aa889d613bb39a3368504b5b179601f23733
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 5 19:49:51 2011 +0000
| | | 
| | |     - Bugfix removeSimpleEquationsX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit d982adc7a4751d1d0362ee2f32f66aa0c5fac1ad
| | | Author: Federico Bergero 
| | | Date:   Tue Apr 5 15:13:35 2011 +0000
| | | 
| | |     Fixing indentation (using spaces)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 202d14e972dcdaa4ce543df080ed7622712f7195
| | | Author: Willi Braun 
| | | Date:   Tue Apr 5 15:00:12 2011 +0000
| | | 
| | |      - added bugfix for parameter initialization and activated the testcase
| | |      - added and changed some debug flag in matrix.h for LOG_NONLINSYS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit 4db34f5ac38b57e64e811bfc08653744673d7ae8
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 5 14:39:28 2011 +0000
| | | 
| | |     - Remove tabs from sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 2008434d633a7d91f11baa64c866282b30cd179a
| | | Author: Federico Bergero 
| | | Date:   Tue Apr 5 13:56:19 2011 +0000
| | | 
| | |     Adding functions to the QSS Backend
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 45344cdb1c04d64e4c1a8ff57f696426b139e16b
| | | Author: Federico Bergero 
| | | Date:   Tue Apr 5 13:55:20 2011 +0000
| | | 
| | |     Adding function UpdateDiscrete
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | 
| | * commit b46b438bbfd63e4b88e72811c05e02d3b15058b8
| | | Author: Per Östlund 
| | | Date:   Tue Apr 5 13:02:27 2011 +0000
| | | 
| | |     - Fixed SVN info for SCodeDependency.mo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | 
| | * commit 3235bfe3b30779afed9d163b5c67a671e35c6ee6
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 5 12:45:44 2011 +0000
| | | 
| | |     - Make code pretty
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 6c26094d8ad21e98d0a0b994e95cf5f20feb3aec
| | | Author: Per Östlund 
| | | Date:   Tue Apr 5 12:45:34 2011 +0000
| | | 
| | |     - Removed unnecessary key check in BaseHashTable.get1.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/BaseHashTable.mo
| | | 
| | * commit 24fcd2b027156d13853e19ac16a10562e19ccc4e
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 5 12:17:00 2011 +0000
| | | 
| | |     - Made code pretty
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MMath.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Prefix.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Graph.mo
| | | M	Compiler/Util/IOStream.mo
| | | M	Compiler/Util/IOStreamExt.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SusanDump.mo
| | | M	Compiler/susan_codegen/TplCodegenTV.mo
| | | M	Compiler/susan_codegen/TplCodegen_handMade.mo
| | | M	Compiler/susan_codegen/paperI.mo
| | | M	Compiler/susan_codegen/testI.mo
| | | 
| | * commit f3cff4e670e79dc0ca73e47746a86f8782ae65c9
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 5 10:14:54 2011 +0000
| | | 
| | |     - Flat Modelica now uses "and, or, not" instead of "AND, OR, NOT"
| | |       - This is to match actual Modelica syntax
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | 
| | * commit 621ea261a4267a9c5cee87121f7e5ec0d7982847
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 5 07:45:17 2011 +0000
| | | 
| | |     - Changed simplify of LUNARY and LBINARY (we now only simplify these at the end; i.e. in the equations and bindings - not while doing static elaboration of the expression)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit d2e1d2d25ee9ae1fdb18a1c1f790a39491e35252
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 5 07:37:39 2011 +0000
| | | 
| | |     - Remove tabs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit ff13e7e508ea306a73c636db4fe9471fef0c283a
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 4 22:45:05 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo: - bugfix removeSimpleEquationsX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit cc416738ed6be7fe49b45ff4f7c28176aabdb1e3
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 4 15:36:24 2011 +0000
| | | 
| | |     #1467
| | |     - Disable envCache by default
| | |       - Performance not affected
| | |       - Added previously non-working testcase Constant12.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/optmanager.cpp
| | | 
| | * commit 0aa00ea2edd5f033eed1d574564c3d7c1c80ff31
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 4 15:16:31 2011 +0000
| | | 
| | |     - Bugfix removeSimpleEquationsX
| | |     - Bugfix initialisation c_runtime windows
| | |     - Util: bugfix arrayMapNoCopy_1
| | |     - add testcase testsimulate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/Util/Util.mo
| | | M	Makefile.common
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit 011d188bcdccf2a088201fca72168400e67e32ff
| | | Author: Xenofon Floros 
| | | Date:   Mon Apr 4 13:27:18 2011 +0000
| | | 
| | |     - updates to BackendQSS.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit ead962b34fe67adbd651c20cb5702661385a73e1
| | | Author: Xenofon Floros 
| | | Date:   Mon Apr 4 13:27:05 2011 +0000
| | | 
| | |     modified the SimCode.callTargetTemplates to include correctly
| | |     the generation of extra info needed for QSS simulation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit bd1033a98b0f51bacbf2e973ece13e599851e9ac
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 4 13:12:55 2011 +0000
| | | 
| | |     - do not generate code for constant startvalues
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 1f708d6c00245eee8b9012ba3ec23162d0efab3b
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 4 11:55:54 2011 +0000
| | | 
| | |     - improve BackEnd/BackendDAEUtil.updateIncidenceMatrix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 6d5d460157015a0a714896f1d913a902f9eadb6d
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 4 10:34:10 2011 +0000
| | | 
| | |     - Indentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit ebc9dc0f5ff5d7379d1e4e03c3c016fe11503919
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 4 10:23:07 2011 +0000
| | | 
| | |     - In unelabMod, call simplify before trying to unelab the expression
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 5bd5f683fb4526d50f4c7e5295bc619b7645674f
| | | Author: Per Östlund 
| | | Date:   Mon Apr 4 09:58:05 2011 +0000
| | | 
| | |     - Fixed infinite loop in Inst.updateCompeltsMods for Media models.
| | |     - Added more redeclare test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	configure
| | | 
| | * commit 00b44917fe0295b2b9b82284bc35f96f2e4f44e9
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 4 09:57:50 2011 +0000
| | | 
| | |     - Started removing assert(true, ...) from algorithm sections (functions)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 9ed78954e0405a1c822ab639cea5fb60780da6a4
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 4 07:35:58 2011 +0000
| | | 
| | |     - Bugfix removeSimpleEquationsX
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 102967442fe2c1ea01501f71204da142b1b59823
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 4 06:56:28 2011 +0000
| | | 
| | |     New runtime option (instead of debug-flags):
| | |     $ omc +simCodeTarget=[C|CSharp|QSS|...]
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/rtoptsimpl.c
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | A	Compiler/susan_codegen/SimCode/SimCodeDump.tpl
| | | 
| | * commit 56fd274cffef8b056294b515f4c068751eec5791
| | | Author: Jens Frenkel 
| | | Date:   Sun Apr 3 22:02:18 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo: - bugfix removeSimpleEquationsX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit cc945f641d0e55578705648ccfa81b7e4f22e32b
| | | Author: Willi Braun 
| | | Date:   Sun Apr 3 18:36:46 2011 +0000
| | | 
| | |      - fixed Bugs in AliasEquations for clean testsuite
| | |      - added testsuite case to call only simulation tests
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | 
| | * commit 66cc37a3ac26959107f01140a2f9ab8795578a5c
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 3 07:52:07 2011 +0000
| | | 
| | |     - Fix bootstrapping compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 7e24d46b5aebba8db323c007e16973d2825af364
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 3 07:47:12 2011 +0000
| | | 
| | |     - Removed tabs from sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 0dbeef0074bc7d04f9ca6c58ac2c5d1ea3ad6854
| | | Author: Jens Frenkel 
| | | Date:   Sat Apr 2 13:34:57 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo: - bugfix removeSimpleEquationsX, use var direct to update aliasVars
| | |     - SimCode.mo: - use flag "qssinfo" to generate structure code QSS
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 56f8459232abadbde1cfbb495a4881789f1d5659
| | | Author: Jens Frenkel 
| | | Date:   Sat Apr 2 12:42:32 2011 +0000
| | | 
| | |     - replace Debug.fcall("..",print, .. crefStr(..) .. expStr(..)  by adding print functions, this is a speedup because the unused string generation from crefs and exp are avoided
| | |     - Bugfixes removeSimpleEquationsX
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Template/Unparsing.mo
| | | 
| | * commit dcc8c76810dd3a47132be822ef03d02b97856664
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 1 21:57:48 2011 +0000
| | | 
| | |     - continue to reimplement remove simple equation stuff using information of the incidence matrix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 0f90cf3ac0480dbcd43dab7f62a77d9dea0bed53
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 1 20:59:45 2011 +0000
| | | 
| | |     - continue to reimplement remove simple equation stuff using information of the incidence matrix
| | |     - Util.mo: add function arrayMapNoCopy_1
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit a7c1a9d494147c6cf9509d1aaf9592cfaf079dc7
| | | Author: Xenofon Floros 
| | | Date:   Fri Apr 1 16:01:00 2011 +0000
| | | 
| | |     DEVS structures added
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 1c5d117a384da34828259bedd8500913f621ab8a
| | | Author: Federico Bergero 
| | | Date:   Fri Apr 1 15:38:23 2011 +0000
| | | 
| | |     * Functions to replace zero crossings on whens
| | |     * Functions to replace zero corssings on equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 60e92059180cc6723d3f9b8568cc15655b33686d
| | | Author: Federico Bergero 
| | | Date:   Fri Apr 1 15:37:22 2011 +0000
| | | 
| | |     Updating QSS template code generator
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 16e9fb01027b6bc0b0f8d65678fb931fac4d2898
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 1 15:18:36 2011 +0000
| | | 
| | |     - continue to reimplement remove simple equation stuff using information of the incidence matrix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit 9965e44634e50d08ba6b6431e2dcb0c15bc8ab32
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 1 13:10:51 2011 +0000
| | | 
| | |     - start to reimplement remove simple equation stuff using information of the incidence matrix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit ce6fd3debac835b71f3ea1c6756493e5e41101c0
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 1 12:47:21 2011 +0000
| | | 
| | |     - fill() is not a valid MetaModelica call (fix for bootstrapped OMC)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 312f27176c875c63403b51ab33028a856b34f500
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 1 12:24:30 2011 +0000
| | | 
| | |     - Added ElementSource to some of the SimCode eq-systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 1110df9e91b3688df8902ff4070f79ab5877af81
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 1 11:22:23 2011 +0000
| | | 
| | |     - DAEQuery.mo: delete functions varList, vararrayList and vararrayList2, using BackendDAEUtil.varList
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | 
| | * commit 236ad3ec6ff069fdd135b2ae7242660328e54e9f
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 1 11:15:52 2011 +0000
| | | 
| | |     - BackendVariable: reimplement moveVariables and deleteVar using traverseBackendDAEVars -> speedup because arrays only traversed onc instead of twice because of generating a list from the array, add function deleteVars
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit f1c5aae5dca8e4179c1e7647a8273fcf7d8d15e2
| | | Author: Willi Braun 
| | | Date:   Fri Apr 1 04:13:09 2011 +0000
| | | 
| | |      - for testsuite mosfiles-msl22 separated and actived some tests (initialization)
| | |      - clean up testsuite
| | |      - deactived print call in BackendQSS.mo, since it break the testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | 
| | * commit 90e1efdab4c08839240198df4f5a1e4dd59dd013
| | | Author: Xenofon Floros 
| | | Date:   Thu Mar 31 16:30:22 2011 +0000
| | | 
| | |     Added functions to split equations for each state variable
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 4b55dd75e3b3ff5a82208ef3c1a8de325622383b
| | | Author: Willi Braun 
| | | Date:   Thu Mar 31 14:33:32 2011 +0000
| | | 
| | |      - bugfixe for generation of jacobian variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit c0ccd696c5543ec39e089b50f858cfc482513af4
| | | Author: Willi Braun 
| | | Date:   Thu Mar 31 13:48:38 2011 +0000
| | | 
| | |      - fixed bug in last commit
| | |      - added AliasEquations testcase
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit 5995f48c33bfbfaae6d728483af189fdfcb8ed99
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 31 11:26:54 2011 +0000
| | | 
| | |     - Use the configured CXX also in the generated code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | 
| | * commit b37aa8a8ff42331e4350fc44a148275092842f29
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 31 11:22:33 2011 +0000
| | | 
| | |     - Accept CC/CXX flags in more files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	c_runtime/interactive/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit d4ef0587b961c684b0fd5f6ad29987fd15dd44e5
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 31 11:19:05 2011 +0000
| | | 
| | |     - Support CC/CXX flags in Parser/Makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile.common
| | | M	Parser/Makefile.in
| | | 
| | * commit 6903d1dce62c9d9eb619f649ee6b004c54ecb47c
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 31 10:45:00 2011 +0000
| | | 
| | |     - Use -lf2c on OSX since -Wl,-Bstatic doesn't work with the OSX linker
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ac6c3a1c75ea795ae999d1f2405c4f1357aca5a4
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 31 10:09:29 2011 +0000
| | | 
| | |     - Fix some compiler warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit e7fb28855ba61beebf86f67543a34d0a36bc5d9a
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 31 09:21:09 2011 +0000
| | | 
| | |     - SimCode.mo: remove case local declarations, use names of record items for match case, user ComponentReference.makeCrefIdent
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit d30077e29a25d45c2611b9da928bca91b6841ee2
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 31 09:11:59 2011 +0000
| | | 
| | |     - delete BackendDAEUTil.daeEqns use BackendEquation.daeEqns
| | |     - delete Expression.getCrefFromExp use Expression.extractCrefsFromExp
| | |     - SimCode.mo fix Warnings (local Declarations)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 34063dc8adf2793057a4319aba2af5bc2c46d64d
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 31 08:56:24 2011 +0000
| | | 
| | |     #1461
| | |     - Added support for LibraryDirectory and IncludeDirectory
| | |       - The paths search are the default ones according to the Modelica specifiction, plus mingw32 on Windows and uname -sm | tr "[A-Z] " "[a-z]-" for other OS'es
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 41441b75d149e0985ad37aaa0f3687d9130a6407
| | | Author: Dongliang Li 
| | | Date:   Thu Mar 31 08:22:20 2011 +0000
| | | 
| | |     SimCodeCpp.tpl is added. Entry for SimCodeCpp in susan_codegen/Makefile is added.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | A	Compiler/susan_codegen/SimCode/SimCodeCpp.tpl
| | | 
| | * commit d74b9fae963fff11be520417f94d1bfd5ae279a2
| | | Author: Dongliang Li 
| | | Date:   Thu Mar 31 07:09:16 2011 +0000
| | | 
| | |     First part of SimCodeCpp.tpl. Generate code for Modelica system header file. Generate implementation for init, writeoutput method, constructor code and System default implementation methods. Extended VarInfo structure for dimension of first and second order state variables. Added variable index to SimVar structure.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 8f9314b05c6db1e04dfdf5149d40a3216c11cc3e
| | | Author: Willi Braun 
| | | Date:   Thu Mar 31 05:01:01 2011 +0000
| | | 
| | |     - Bugfixes for RemoveSimpleEquations
| | |     - Bugfixes for Intialization
| | |     - Support for Alias Vars in result files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util/HashTable4.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_result_csv.cpp
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 9f6997430d555f0fd2616b3c817d9be25a524fd7
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 30 16:14:11 2011 +0000
| | | 
| | |     - fixes to boostrapped compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | 
| | * commit 13bdba9763e0845c087671dffaf4b9b93387daf9
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 30 15:41:22 2011 +0000
| | | 
| | |     - fixed the boostrapped compiler compilation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/System.mo
| | | 
| | * commit f0baebb10e8f58aa32bbd36470706f253ce5183d
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 30 14:42:23 2011 +0000
| | | 
| | |     - third version of GC, still disabled for now.
| | |     - still about 2-3 times slower than RML.
| | |     - returned to the struct implementation of mmc_mk_rcon (and intercept the MMC_REALHDR in sweep_page).
| | |     - made VC++ happy by returning values from functions that should do that in RTOpts_omc.cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_gc.c
| | | M	c_runtime/meta_modelica_gc.h
| | | M	c_runtime/meta_modelica_gc_list.c
| | | M	c_runtime/meta_modelica_gc_list.h
| | | M	c_runtime/meta_modelica_gc_pages.c
| | | M	c_runtime/meta_modelica_gc_pages.h
| | | M	c_runtime/meta_modelica_gc_roots.h
| | | A	c_runtime/meta_modelica_gc_settings.c
| | | A	c_runtime/meta_modelica_gc_settings.h
| | | M	c_runtime/meta_modelica_gc_stack.h
| | | M	c_runtime/modelica.h
| | | 
| | * commit 99283e06d005a9c757504e4b150bc333b64dfb4c
| | | Author: Per Östlund 
| | | Date:   Wed Mar 30 12:51:49 2011 +0000
| | | 
| | |     - Fixed parser so that modifiers declared as 'redeclare replaceable' gets a
| | |       proper Absyn.Info instead of NULL, which caused a segfault in
| | |       Error.addSourceMessage.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 95e550f6af3f579e704eb5736d4a07699b0105cb
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 30 12:27:45 2011 +0000
| | | 
| | |     - Added API function uriToFilename (takes file:// or modelica:// and produces a filename, if one exists)
| | |       - Based on new functionality in System/CevalScript (to be used to generate Makefiles with -I and -L-flags set)
| | |     - Added support for grouped import-elements (import A.B.{c,d=e}, etc; these generate a warning for now)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Parser/Modelica.g
| | | 
| | * commit 933828bf9c3ddf39c4040c2f555ce2e527cd76ad
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 30 08:07:56 2011 +0000
| | | 
| | |     - Added pure/impure to the parser. Fixed the column-numbers of some lexer errors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | 
| | * commit 18b749245e7ef2db3026e8e92c0c37429a486cbb
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 30 04:55:45 2011 +0000
| | | 
| | |     - Added warnings for numbers that have the form .XXX (they should be written 0.XXX according to the specification)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | 
| | * commit b3c3a9534d7c27d0941cc90eb42ded4ad4288691
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 29 22:18:00 2011 +0000
| | | 
| | |     - optimise tearing algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 8cec25085b4b918e7e13de44419b60030554c749
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 29 19:17:58 2011 +0000
| | | 
| | |     - removed duplicate target for SimCodeQSS.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | 
| | * commit 3e8cc6dfb3967a051e5ac399b10a4c70c56bf929
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 29 18:53:02 2011 +0000
| | | 
| | |     - BackendDAEOptimize.mo: remove simple equations b = der(x)
| | |     - Bugfix for removeParameterEqns
| | |     - new module removeProtectedParameters
| | |     - update testsuite cause of new case for remove simple eqs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 3e73985c27f417fd6cf6481fe42333f565911906
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 29 14:25:26 2011 +0000
| | | 
| | |     - uncomment debug print
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtoptsimpl.c
| | | 
| | * commit ad338da44e1a2c65c21eab77336b8854c6883456
| | | Author: Xenofon Floros 
| | | Date:   Tue Mar 29 14:23:08 2011 +0000
| | | 
| | |     initial qss packages
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | 
| | * commit 145af3b8eeb2914132808fe75e80f62c8b1e7dc3
| | | Author: Federico Bergero 
| | | Date:   Tue Mar 29 14:01:32 2011 +0000
| | | 
| | |     * Adding a BackEnd implementation for QSS solvers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/BackEnd/BackendQSS.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | 
| | * commit 751cc0087b88052ce1db6b664fad2ec410ed5909
| | | Author: Federico Bergero 
| | | Date:   Tue Mar 29 14:00:42 2011 +0000
| | | 
| | |     * Adding the template to the QSS solver target
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | A	Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
| | | 
| | * commit f3ad84d5cfdf5fce80d34f1a379f480413374a67
| | | Author: Per Östlund 
| | | Date:   Tue Mar 29 07:07:55 2011 +0000
| | | 
| | |     - Changed popTimerStack in systemimpl.c from double to void, since it doesn't
| | |       return anything.
| | |     - Added missing RML_TAILCALLK(rmlSC) to System__setDataPort.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit d4a7efb8052b0176292c47b59ba32f4fb5e774a3
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 29 06:45:09 2011 +0000
| | | 
| | |     - Added System.timer functions to bootstrapped OMC
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 45d5b24295b69c0d85af142bc09150152c068fe3
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 29 06:29:05 2011 +0000
| | | 
| | |     - Fix off-by-one error in System.substring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit a7a94233007ac5f877a3b666e48c5a9b540277fa
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 29 06:27:40 2011 +0000
| | | 
| | |     - Fix for corbaSessionName not being NULL as it is supposed to
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/rtoptsimpl.c
| | | 
| | * commit 7476b8ea318bdf3d9e603705600ecc2802d18cd2
| | | Author: Jens Frenkel 
| | | Date:   Mon Mar 28 15:21:18 2011 +0000
| | | 
| | |     - improve bltdump, dump variable names in the order they are solved
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | 
| | * commit 2e11e8a291d5a6c2aaa1170ad0e923558259ca8c
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 28 14:04:52 2011 +0000
| | | 
| | |     - Add MMC_{TRY,CATCH} to in-functions generated for external functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit a2e1d4c67b1ae57804fe1b64a92f6582991dfd63
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 28 13:32:29 2011 +0000
| | | 
| | |     - Add support for Array
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 4d65f0b76c3d4f2cac543a77ea8a1696b1488ee7
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 28 10:28:17 2011 +0000
| | | 
| | |     - Added support and testing of bootstrapped System.getCurrentTimeStr
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | 
| | * commit 34a736c857e8afb2ba313743f34edc5cc206b139
| | | Author: Jens Frenkel 
| | | Date:   Mon Mar 28 09:58:18 2011 +0000
| | | 
| | |     - ExpressionSimplify.simplifyBinary: add case for (a*b)/ b  = a, (-a*b)/ b  = -a, (a*b)/ -b  = -a, (a*b)/ -a  = -b and test SimplifyBinary.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 6f3a555794f8308fcccd2b1c6547cf2aa453dbc1
| | | Author: Jens Frenkel 
| | | Date:   Mon Mar 28 09:30:26 2011 +0000
| | | 
| | |     - add script functions to set pre and past optimisation modules, ToDo implement function to get pre and past optimisation modules
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 5de12e975232aa947b3ec7aed659f8f4aa42587d
| | | Author: EDGAR ALONSO LOPEZ ROJAS 
| | | Date:   Mon Mar 28 09:10:32 2011 +0000
| | | 
| | |     - Some fixes for bootstrapped System.{substring,regex}
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit f21a9ed20b23a87edcd4053c10f680300dd9a9d2
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 28 07:03:51 2011 +0000
| | | 
| | |     - Removed tabs from sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/rtoptsimpl.c
| | | 
| | * commit 5ac85b64c8730261549c2be922b8dc710747ff88
| | | Author: Jens Frenkel 
| | | Date:   Sun Mar 27 21:38:08 2011 +0000
| | | 
| | |     - simplifyBinary: add case for (a*b)/a = b and (-a*b)/a = -b
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 4111c1f48ab6ae0815b23e9ba61284bbf7d4f6fe
| | | Author: Jens Frenkel 
| | | Date:   Sun Mar 27 21:18:38 2011 +0000
| | | 
| | |     - implement runtime options +preOptModules and +pastOptModuels, now it is posible to select the optimisation modules for the backend via flag, use for example +preOptModules=removeSimpleEquations,removeParameterEqns,expandDerOperator or +pastOptModules=lateInline,inlineArrayEqn,removeSimpleEquations,removeAliasEquations
| | |     ToDo: implement a script function to set and get the optimisation modules
| | |     - dumpComponentsGraphStr is now availible via the pastOptimisation flag use +pastOptModuels=dumpComponentsGraphStr
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/rtoptsimpl.c
| | | 
| | * commit 0f97b0355402d345019fecb89c91b65ca0b87c88
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 26 13:26:44 2011 +0000
| | | 
| | |     - Better ./configure --help
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 00919be574b085d1928c707efdcb6bc99a0e0c09
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 26 12:15:17 2011 +0000
| | | 
| | |     #1460
| | |     - Fixed noretcall in algorithm-sections
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | 
| | * commit 7c3fb86dae2cba4931e85d527b481bc2481af1b7
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 26 10:52:32 2011 +0000
| | | 
| | |     - if-equation to if-expr residual translation now ignores NORETCALL, and prints a warning
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 4e04df2b52f9bb4215cdeaf9756820c2d246e810
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 26 09:54:28 2011 +0000
| | | 
| | |     - Added support for code generation of M.U.S.substring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 22114c6f0cd5abc7db59391db822008dfaac5a1e
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 26 09:15:25 2011 +0000
| | | 
| | |     - Use Makefile instead of Makefile.omc for mmdev
| | |     - Rewrite PAMTRANS using Susan
| | |     - Use less RML operators in the mmdev examples
| | |     - Added configure option --disable-omshell-terminal
| | |     - Added boxptr_stringLength
| | |     - Added optimization for removal of unreachable branches in if-statements
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Makefile.in
| | | M	c_runtime/meta_modelica_builtin_boxptr.h
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5e2827faa9ce85e80052bd8af4996077de6cdf9a
| | | Author: Jens Frenkel 
| | | Date:   Sat Mar 26 00:49:32 2011 +0000
| | | 
| | |     - bugfix tearing,relaxation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 407a2ee3cd1acb340c48b99578c0b654ac9148a1
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 25 23:02:53 2011 +0000
| | | 
| | |     - add optimisation module inlineArrayEqn, this inlines multidim eqs from type array = array, -> smaller equation systems for multibody models
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 7c6abda27536a79baef9477aa22485633ba4d529
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 25 19:33:32 2011 +0000
| | | 
| | |     - fix outpus for int and bool from result csv
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result_csv.cpp
| | | 
| | * commit 0b4ebcb67a19589676cf83140a3d2811c65ed8d4
| | | Author: Per Östlund 
| | | Date:   Thu Mar 24 15:53:25 2011 +0000
| | | 
| | |     - Store SCode.Element.CLASSDEF in SCodeEnv.Env instead of SCode.Class.CLASS,
| | |       so that we have access to redeclare information.
| | |     - First attempt at handling element redeclarations in SCodeFlatten, still needs
| | |       more work.
| | |     - Updated the Modelica.Media test with more working models.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit 57741360a17ed9b8cfed7fdd0fcc6a176becd6b2
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 24 15:33:36 2011 +0000
| | | 
| | |     - Allow \r in the lexer
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | 
| | * commit 7792d250f2790ab90100d08124f61a8bc4a9883a
| | | Author: Willi Braun 
| | | Date:   Thu Mar 24 14:55:10 2011 +0000
| | | 
| | |     BackendDAECreate.mo:
| | |      - deactivated minmax and nominal assert, due to the fact that Bug [# 1454] is caused.
| | |     SimCodeC.tpl:
| | |     - changed measure_time_flag to be able activate it by simulation flag "-v"
| | |     SimCode.mo:
| | |     - added case for generation only the "jacobian" dg/dx with debug flag "+d=jacobian"
| | |     BackendDAEOptimize.mo:
| | |      - adjusted to SimCode.mo "+d=jacobian"
| | |      solver_main.cpp and simulation_runtime.cpp:
| | |      - activated "euler" solver again, was  deactived for some reason.
| | |      - added additional  solver names : "dassljac" and "dasslnum" for using a symbolic jacobian and own numerical jacobian in dassl.
| | |      - clean up some things.
| | |      testsuite:
| | |      - deactivated some tests that initialise wrong, due to the Bug [# 1455]
| | |      - update some tests to correct results.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 8b4f5a369ccc42381731ef0adfe5114b01c0724f
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 24 14:51:07 2011 +0000
| | | 
| | |     - ./configure now always sets prefix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 758e769da13f9b27378e7971826cf329e52e4bd7
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 24 13:53:21 2011 +0000
| | | 
| | |     - ExpressionSimplify: bugfix for simplifyVectorBinary0
| | |     - fix first part of testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit cf6a74322594765b7691340b47eed0b03b952423
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 24 12:44:53 2011 +0000
| | | 
| | |     - Deleted svn:executable from some source-files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fortran/daux.f
| | | M	c_runtime/fortran/ddasrt.f
| | | M	c_runtime/fortran/ddassl.f
| | | M	c_runtime/fortran/dlamch.f
| | | M	c_runtime/fortran/dlinpk.f
| | | M	c_runtime/fortran/lsame.f
| | | 
| | * commit 3069ea40d96186afd2ce4d9653dc5eae228a6987
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 24 09:23:38 2011 +0000
| | | 
| | |     - Fix for when libf2c is installed on the system
| | |       - Also, don't compile our f2c if it is
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit a003abd3013181eba6c0b886355e853cec43553b
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 24 08:22:14 2011 +0000
| | | 
| | |     - Support setting CC in c_runtime/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/Makefile.in
| | | 
| | * commit 1ba9b64e2256610dade7d2851296544bbca808c7
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 23 21:22:15 2011 +0000
| | | 
| | |     - do not add function return values, now Pendulum simulates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 54373244d93dd0fd30665c91aeb4c12e7a8c32b2
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 23 17:23:22 2011 +0000
| | | 
| | |     - Implemented ceval of multiple for-iterators
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Util.mo
| | | M	c_runtime/real_array.c
| | | 
| | * commit 3607af852cf73609f75350d6fe507617ef51e105
| | | Author: Per Östlund 
| | | Date:   Wed Mar 23 17:13:38 2011 +0000
| | | 
| | |     - Fixed correct type when instantiating equations where the lhs is a record
| | |       reference and the rhs is a record constructor.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | 
| | * commit 38b59b2089f01270b71d26961ae94940af323c4c
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 23 15:16:00 2011 +0000
| | | 
| | |     - improve annotation evalute handling, now equations from MultiBody examples looks better
| | |     - do not propaged the dummy fixed attribute, do merge them -> ToDo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit a5be963e6963e457abe926168c98b28ac3795d9e
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 23 08:35:51 2011 +0000
| | | 
| | |     - BackendDAEUtil.checkEquationSize: add case for BackendDAE.SOLVED_EQUATION and COMPLEX_EQUATION
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 6cf81dd127fcc62c8431be84dc7fd4b0b45cf926
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 23 07:00:58 2011 +0000
| | | 
| | |     #1457
| | |     - Fixed and added test for using Include="#include " for external objects
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 46a27d3193f4f09c7819b31646efea8b4d823190
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 22 21:39:36 2011 +0000
| | | 
| | |     - add check size of equation left and right hand side are equal, use +d=checkBackendDAE
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 1eab902ad939358682dbeb01143dd8110e4f0fae
| | | Author: Per Östlund 
| | | Date:   Tue Mar 22 12:32:40 2011 +0000
| | | 
| | |     - Code generation fixes to get Modelica.Media test to work again after r8322.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/real_array.c
| | | 
| | * commit 7d2fb3c1aab8fd98f0eb8caaa221f36705fa9a79
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 22 11:53:20 2011 +0000
| | | 
| | |     - Suppress GCC warning
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_gc.c
| | | 
| | * commit 9286934f52cda5ff12de8ea3248fa77330dae963
| | | Author: Per Östlund 
| | | Date:   Mon Mar 21 15:44:32 2011 +0000
| | | 
| | |     - More fixes for set/get global root.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_gc.c
| | | 
| | * commit 9e82f8183ae07fb5a820fec02ef809847f8d9d31
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 21 13:04:23 2011 +0000
| | | 
| | |     - Use error() more in Susan
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 123de492d9a1c1c9a0b05c3b468e86513a70d4ef
| | | Author: Adrian Pop 
| | | Date:   Mon Mar 21 13:03:31 2011 +0000
| | | 
| | |     - fixes for set/get global root (they use mmc_GC_state->global_roots, so mmc_GC_state cannot be null.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_gc.c
| | | 
| | * commit 0f9d6b13337f0c637c8fd5f310f74b6e2d03361f
| | | Author: Jens Frenkel 
| | | Date:   Sun Mar 20 15:23:59 2011 +0000
| | | 
| | |     - bugfix for multibody, generate also code for bind expressions of function variables
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 678e0015c1aeadc02217dfbf66e4e8820a5ef51e
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 19 19:31:48 2011 +0000
| | | 
| | |     - SettingsImpl__getInstallationDirectoryPath and SettingsImpl__getInstallationDirectoryPath
| | |       now return paths with forward slashes on Windows!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit 105bcdabde9774eb7b4f125f74a1a01179115bba
| | | Author: Pavol Privitzer 
| | | Date:   Sat Mar 19 18:11:08 2011 +0000
| | | 
| | |     - Susan now reports unresolved bound values with proper source code location (Eclipse MDT plugin will mark the error lines)
| | |       (remaining errors are still "reported" the old way, ...)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 434028da7f2d2436474a72932e9cf5614f369ac2
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 19 06:31:16 2011 +0000
| | | 
| | |     - Also look for index>0 when evaluating subscripts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit f9bc7e469741c005e404d52a752e35dc357cff87
| | | Author: Parham Vasaiely 
| | | Date:   Sat Mar 19 05:14:59 2011 +0000
| | | 
| | |     update support for dassl2
| | |     update communication algorithm between runtime server and environment client
| | |     update English comments
| | |     
| | |     fix communication between runtime server and environment client
| | |     fix done message after set filter
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | M	c_runtime/interactive/omi_ResultManager.h
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/interactive/omi_ServiceInterface.h
| | | M	c_runtime/interactive/socket.h
| | | M	c_runtime/interactive/socket_win.cpp
| | | 
| | * commit d3011a703c6d3ded538196e510c650ebc1b5ce49
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 19 01:49:49 2011 +0000
| | | 
| | |     - possible fix to OMI interactive simulation.
| | |     - use timeValue instead of lastEmittedTime.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | 
| | * commit 2f3e797fdf0759999713caab86c5af6f50e0ba71
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 18 23:05:36 2011 +0000
| | | 
| | |     - fixes to code generation for MultiBody, generate "world__gravityAcceleration" instead of "world.gravityAcceleration"
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 98015cdf7e8c313f006b12a389149b7cb9b6a562
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 18 21:42:14 2011 +0000
| | | 
| | |     - Added OSX icon-file for OMOptim (only 256 px resolution as I couldn't find an icon with full resolution)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | 
| | * commit 5b39b94de8aa834e33906287352250ebcd78a4fe
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 18 20:20:05 2011 +0000
| | | 
| | |     - See previous commit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 4e5c37162d5b0425430ef0a6960b478a67d899ef
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 18 20:15:10 2011 +0000
| | | 
| | |     - OSX fix due to GNU-specific command arguments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 611d4a90a928a5716456b75e4070b56521c26c5d
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 18 19:45:44 2011 +0000
| | | 
| | |     - Fixed compilation/configuration of OMOptim on Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 7ae03d09afd123589b1f0b7a36122071105d9322
| | | Author: Per Östlund 
| | | Date:   Fri Mar 18 11:43:42 2011 +0000
| | | 
| | |     - Replaced SCodeLookup path prefix fix for imported functions with a better fix,
| | |       since the old fix caused some problems.
| | |     - Fixed wrong name in failtrace in BackendDAECreate.mo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit dca55e4f9517f0cac039c1d622cbe9ebe35c64c9
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 18 09:01:33 2011 +0000
| | | 
| | |     - Added support to change the plot format of the performance analyzer (since PowerPoint apparently does not know that the svg format exists)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | M	c_runtime/simulation_modelinfo.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 291cb2d7a2ac1fbf0ac71cce2d4f9a732330b96d
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 18 08:50:54 2011 +0000
| | | 
| | |     - fixes for Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | 
| | * commit 1d8ff494e6d5159d730d226e8d6405533149ed8a
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 18 08:47:40 2011 +0000
| | | 
| | |     - fixes for Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/unitparser.cpp
| | | 
| | * commit b3c5858417ab6af83120ac11d1d8dbc428fd4888
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 18 08:26:11 2011 +0000
| | | 
| | |     - improvements to mmc GC (still disabled for now as is still slow)
| | |       + added roots management to SimCodeC.tpl
| | |     - make VS happy by
| | |       + having an array of 1 records without fields (Unparsing.tpl)
| | |       + moving includes around
| | |     - new file SCodeCheck.mo (more will come here)
| | |     - better display of elements in SCode.mo
| | |     - added RCS lines to some files.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | A	Compiler/FrontEnd/SCodeCheck.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/runtime/Corba_omc.cpp
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/Dynload_rml.cpp
| | | M	Compiler/runtime/Error_omc.cpp
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/Settings_omc.cpp
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/UnitParserExt_omc.cpp
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/corbaimpl_stub_omc.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/omc_msvc.h
| | | M	Compiler/runtime/rtopts.h
| | | M	Compiler/runtime/rtoptsimpl.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimpl.h
| | | M	Compiler/runtime/unitparser.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | M	Parser/Makefile.vc
| | | M	Parser/ModelicaParser_omc.c
| | | M	Parser/Parser_omc.cpp
| | | M	Parser/parse.c
| | | M	c_runtime/interactive/thread.h
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_gc.c
| | | M	c_runtime/meta_modelica_gc.h
| | | M	c_runtime/meta_modelica_gc_list.c
| | | M	c_runtime/meta_modelica_gc_list.h
| | | M	c_runtime/meta_modelica_gc_pages.c
| | | M	c_runtime/meta_modelica_gc_pages.h
| | | M	c_runtime/meta_modelica_gc_roots.c
| | | M	c_runtime/meta_modelica_gc_roots.h
| | | M	c_runtime/meta_modelica_gc_stack.c
| | | M	c_runtime/meta_modelica_gc_stack.h
| | | M	c_runtime/meta_modelica_gc_stats.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/rml_compatibility.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 4a31b87c671e563323cc889dca91f099480620ef
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 18 08:14:22 2011 +0000
| | | 
| | |     - Off-by-one error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit a8484fb5f7e9f1cc5e579f106016d89b6cc005cf
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 17 22:30:01 2011 +0000
| | | 
| | |     - remove alias variables: merge var direction
| | |     - BackendVariable.mo add functions etVarDirection, used for merge var direction
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | 
| | * commit b4b62ebd4373950d1517b620fc534da62cf152dc
| | | Author: Willi Braun 
| | | Date:   Thu Mar 17 18:07:58 2011 +0000
| | | 
| | |      -fixed the bug, that breaks the simulation testsuite last night.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 753f997e2f42bfa8b6199a15dce1755bc2cff648
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 17 18:02:11 2011 +0000
| | | 
| | |     - remove debug call from wrong possision
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit c0b7536340b58e81ec135588aa154fca4b97dee4
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 17 12:13:43 2011 +0000
| | | 
| | |     - FMU: do not set default startvalues, this is already done
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 232d724cd892abe6a4bbf83e969b721389489da1
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 17 11:34:34 2011 +0000
| | | 
| | |     - min/max typo :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit e58e26ce40070f3dbab0c678e3bc4b8a5604bde1
| | | Author: Per Östlund 
| | | Date:   Thu Mar 17 10:06:00 2011 +0000
| | | 
| | |     - Propagated redeclare prefix for elements from Absyn to SCode.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 4041547e1c230c9d00bd4513c5552c86d1373c70
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 17 09:42:32 2011 +0000
| | | 
| | |     - add platfrom to MAKEFILE_PARAMS
| | |     - FMU: generate directory from platfrom string
| | |     - FMU: copy source files and delete others
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 033ec4165420117915740950b0039926ce8c3e31
| | | Author: Adrian Pop 
| | | Date:   Thu Mar 17 05:38:05 2011 +0000
| | | 
| | |     - Fixes to Patternm.elabResultExp2 to NOT ASSIGN THE INPUTS.
| | |     - This had a really bad behavior in the bootstrapped compiler:
| | |       Util.splitTuple2List({(1,2),(3,4),(5,6)}) -> ({}, {})
| | |       instead of the correct: ({1,3,5},{2,4,6})
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 592ab3263b6d22058cd08fb8cd1756a755749e9b
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 17 05:17:58 2011 +0000
| | | 
| | |     - OMEdit compilation on real OS's
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 55f711624872fd0c93bb74e5f4c733c58eb671bd
| | | Author: Willi Braun 
| | | Date:   Thu Mar 17 03:43:12 2011 +0000
| | | 
| | |      -added some dassl stats for debugflag -v
| | |     - added more debug verbose level in simulation -lv {LOG_STATS,LOG_SOLVER,LOG_EVENTS,LOG_NONLINSYS,LOG_ZEROCROSSINGS,LOG_DEBUG}
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 53d870f5ba009671ae6b9fbf5a90f797356abd62
| | | Author: Adrian Pop 
| | | Date:   Thu Mar 17 02:10:33 2011 +0000
| | | 
| | |     - small fixes so that OMC bootstrapping works!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 8b852350340aa64b6255b3012ef5fe05282dbb89
| | | Author: Azam Zia 
| | | Date:   Thu Mar 17 00:04:28 2011 +0000
| | | 
| | |     updated makefile to create .fmu zipped file with proper directory structure. I have added code that creates .lib file to make it compatible with dymola import. Now we can export small models and import them in dymola.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 2c634e105cf6560373ab59abdb22d65a644f12a8
| | | Author: Pavol Privitzer 
| | | Date:   Wed Mar 16 21:55:32 2011 +0000
| | | 
| | |     - removed templateError() imported function (from my previous commit) ... to be replaced by the new approach:
| | |     - introduced new magic builtin function
| | |       sourceInfo()
| | |       that returns contextual Absyn.Info structure based on the position in template files.
| | |       The sourceInfo() can only be used as a direct parameter into a template/imported function,... no let binding of its value is possible for now (to be possible when full semantics of the let will be implemented)
| | |     - added two Tpl functions  Tpl.addSourceTemplateError()  and   Tpl.addTemplateError()
| | |       to SimCodeTV.mo which can be used to implement user defined templates for reporting template errors,
| | |     - see error() and errorMsg() example templates in SimCodeC.tpl and one usage of error() in literalExpConstBoxedVal() template
| | |     - Susan compiler now fully captures source info for every expression, so the proper semantic errors are on the way "to be really soon ..."
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 76eb52300ebf8d889e69eb6c30e97dbd4ed3748d
| | | Author: Willi Braun 
| | | Date:   Wed Mar 16 21:19:29 2011 +0000
| | | 
| | |     - rewrote the generation of the analytical jacobian -> gain the performace a lot
| | |     - fixed bug in solver_main
| | |     - added "dassljac" as solvername that use the analytical jacobian for simulation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/Util.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 71df6bc5c901a59b6e3bb5c93cbf662e01d53221
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 16 16:09:43 2011 +0000
| | | 
| | |     - bugfix remove alias equations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 4002af628b6746fcec5fb6e5294149d4168ff9bb
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 16 15:44:49 2011 +0000
| | | 
| | |     - BackendDAECreate.mo: do not add asserts for min,max,nominal if const true
| | |     - BackendDAEOptimize.mo: merge nomnial attribute
| | |     - BackendDAEUtil.mo: bugfix checkinitialconditions for remove alias equations
| | |     - BackendDump.mo: dump min,max,fix,nomial,start
| | |     - FMU: bugfix alias equations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit b24474cd6d8e5924870a4454537afa79071d45ed
| | | Author: Per Östlund 
| | | Date:   Wed Mar 16 13:28:50 2011 +0000
| | | 
| | |     Fixes for Media:
| | |     - Fixed Inst.makeBinding so that it correctly handles records.
| | |     - Commented out recursive calls to simplify2 in ExpressionSimplify.simplifyBinarySortConstants
| | |       and simplifyBinarySortConstantsMul, see bug 1450.
| | |     - Changed declaration of sat in Modelica.Media.Water.WaterIF97_base.BaseProperties
| | |       to be a modification instead, since it already exists as an inherited
| | |       component (see ticket 505 on the Modelica Issue Tracker).
| | |     - Updated test cases due to different simplifications.
| | |     - Added test mofiles/RecordConstant4 to test the record binding fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Util/Util.mo
| | | M	configure
| | | 
| | * commit c4ce2274f93d9dac730b05716ce156dd7d49efed
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 16 12:10:34 2011 +0000
| | | 
| | |     - The performance analyzer now outputs correct XML (replaces invalid characters in XML)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit 519a8ba1693c063c2749868be2d9cf5e328d448c
| | | Author: Azam Zia 
| | | Date:   Wed Mar 16 11:54:46 2011 +0000
| | | 
| | |     fmi eventindicator fixed, makefile changed to create directory structure.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit a029c9a4843c1725c27f25782050e138d055ae8c
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 16 08:16:08 2011 +0000
| | | 
| | |     - MetaModelicaBuiltin now uses List and short syntax (no subtypeof) for all builtin functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | 
| | * commit 5f6a1ad933f8bdb27bff68fbaa8a7782c78ae78c
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 16 08:12:23 2011 +0000
| | | 
| | |     - Remove tabs from fmu_model_interface
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/fmu_model_interface.h
| | | 
| | * commit e70ec3f89c5747023349f6e62bb626f89091ac6b
| | | Author: Azam Zia 
| | | Date:   Wed Mar 16 02:57:41 2011 +0000
| | | 
| | |     Added code for eventupdate function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/fmu_model_interface.h
| | | 
| | * commit 954dff9169cee44935325947c738980d9b39848a
| | | Author: Pavol Privitzer 
| | | Date:   Tue Mar 15 18:28:56 2011 +0000
| | | 
| | |     ... continuation from the previous commit (I hit enter accidentally)
| | |     - added templateError() imported function
| | |       to be used inside templates to report an "unexpected template error",
| | |       usage is like this:
| | |     
| | |       match arg
| | |       case pattern  then << a template ... >>
| | |       case pattern2 then << a template ... >>
| | |       else templateError("unknown case in this template")
| | |     
| | |       templates still won't fail,
| | |       but the call to the template invoking functions tplNoret() and tplStringX()
| | |       will fail when an error is reported during the template processing
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Template/Tpl.mo
| | | 
| | * commit f7550cfa098b1a62d93f4cf89cc2a22122c430e3
| | | Author: Pavol Privitzer 
| | | Date:   Tue Mar 15 18:24:56 2011 +0000
| | | 
| | |     - added templateError() imported function
| | |       to be used inside templates to report an "unexpected template error",
| | |       usage is like this:
| | |     
| | |       match arg
| | |       case pattern  then << a template ... >>
| | |       case pattern2 then << a template ... >>
| | |       else templateError("unknown case in this template")
| | |     
| | |       templates still won't fail, but the call to
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit c7a71fb1a2e21eb10acc7f9cb2b04f2dc01ada62
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 15 15:43:50 2011 +0000
| | | 
| | |     - Made the configure script not use [0-9] since [ and ] are special in autoconf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit ac1c7fe6585c075e9526a5cf726aee46e6b9486a
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 15 12:26:00 2011 +0000
| | | 
| | |     - Added support for List<> and Tuple<> instead of list<> and tuple<>
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit b82acce7c20696d077e730615e53d26b4598c7de
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 14 21:17:55 2011 +0000
| | | 
| | |     - Added support for short form of declaring type variables (MM 2.0)
| | |       - See testcase Polymorphic2.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Constants.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 092bdef199542fb42e0b354f510b0c04e7d2c031
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 14 18:36:44 2011 +0000
| | | 
| | |     - Added support for MetaModelica 2.0 "all wild" pattern REC(__)
| | |     - Has testcase AllWild.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/MetaModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | 
| | * commit 0f85d4948c8c0d9412e400709edd7c612ba40882
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 14 16:30:11 2011 +0000
| | | 
| | |     - Don't use std::{min,max,abs}; use C99 functions instead since that makes VS-users happy
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 94684abb6a5490af43612b8e9e271aa4dbf24080
| | | Author: Jens Frenkel 
| | | Date:   Mon Mar 14 15:13:06 2011 +0000
| | | 
| | |     - fmu: - bugfix
| | |     - BackEnd/BackendDAECreate.mo:
| | |       - generate asserts for min/max/nominal not vor constants
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit c08919278ee14fa035ace313e11c952bcbcd81ef
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 14 14:52:56 2011 +0000
| | | 
| | |     - configure now puts the revision into the getVersion command (not working for OMDev since they don't ./configure or use command-line svn)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit b19e00fbcb62fadfebff3912923dc3adbbac8b58
| | | Author: Per Östlund 
| | | Date:   Mon Mar 14 13:17:00 2011 +0000
| | | 
| | |     - Fixed lookup of components in constant class array instances.
| | |     - Added test mofiles/RecordConstant3.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit 6f22f48ebb87795b07ff4b291d913888a0694809
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 14 11:53:38 2011 +0000
| | | 
| | |     - Changed DAE.REDUCTION to contain a list instead of just one
| | |       - Static, Simplify and Ceval do not yet use these, but should in the future
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 1920e4532372443f4c58dfa46d592fd20adbd1c2
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 14 10:37:59 2011 +0000
| | | 
| | |     - mmc_mk_rcon and mmc_unbox_real now do not use a padded struct for allocation/access of data
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 0991a6016aa8646969386de0c3ab95e2ecfc35f6
| | | Author: Per Östlund 
| | | Date:   Mon Mar 14 10:31:46 2011 +0000
| | | 
| | |     - Fixed lookup of components in constant class instances.
| | |     - Cleaned up SCodeFlatten by removing some unnecessary code.
| | |     - Renamed badly named protected_ to variability in DAE.ATTR.
| | |     - Added test cases mofiles/RecordConstant1 and mofiles/RecordConstant2.
| | |     - Updated Modelica.Media test with Modelica.Media.Air.SimpleAir.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 70807bb0a83136160d478152f5720faeac1eb9aa
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 13 13:42:43 2011 +0000
| | | 
| | |     #1446
| | |     - OMEdit now uses 
 for non-html documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | 
| | * commit 49dfc7681498396240d474d310fcd66e21fd1961
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 13 13:17:15 2011 +0000
| | | 
| | |     - OSX /bin/echo does not support the -e flag (GNU extension)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 6441bb648e9dc80ff40c2d2c960bc01a94156515
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 13 12:32:31 2011 +0000
| | | 
| | |     - Re-enabled QMake macports workaround (it's still present with default MacPorts CFLAGS)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 83d472aad2a4bf51e56a8e1cd5c0e3df2306308d
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 13 08:10:11 2011 +0000
| | | 
| | |     - Removed the QMAKE workaround for OSX, as MacPorts has now solved the problem
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit fac56716d56575f64805b70bede531996fb70b83
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 13 07:14:32 2011 +0000
| | | 
| | |     - Use DIM_UNKNOWN() when a reduction has a guard-expression
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit d02d19c1ee64b072118c6f1ca2007c90a79f4b65
| | | Author: Jens Frenkel 
| | | Date:   Sat Mar 12 14:31:18 2011 +0000
| | | 
| | |     - check Min, Max, Nominal asserts of constant false
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit f668356840040af883ea04eaeec45f5ab79ace36
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 12 08:26:31 2011 +0000
| | | 
| | |     - Fixed codegen for reductions using guards (except for array-reductions)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 39fa6f6d6c7291e1b0c4f182ce56d1d30a28636c
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 11 17:00:03 2011 +0000
| | | 
| | |     - fmu: fix bugs
| | |     - add new functionality removeAliasEquations (usable with +d=removeAliasEquations), the alias equations are removed from the knwon equations
| | |       TODO: implement output of alias equations in simulation_result_(plt,mat,csv)
| | |     - add Alias vars to BackendDump.dump
| | |     - use DAEUtil.setFixedAtt for function BackendVariable.setVarFixed
| | |     - add function BackendVariable.setVarStartValue
| | |     - use BackendDAEUtil.numberofZeroCrossings to generate SimCode.createVarInfo -> speedup because calculate size of states, algs, bool, ... only once
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 93b914dbee0823bfe1b03d23c802e73a3cdfcce4
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 11 16:53:27 2011 +0000
| | | 
| | |     - add new functionality:
| | |       - add asserts for basic types attributes min, max and nominal (see ModelicaSpec3.2 page 46)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit f2e258b1f4ec24465a396391916a599e72c026e7
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 11 16:50:11 2011 +0000
| | | 
| | |     - fix testmos use trunc/testsuite/mosfiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit fcc64fabc1650f035f314dc68e3bb2f9be510913
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 11 16:11:57 2011 +0000
| | | 
| | |     - Improved Ceval of reductions without default value (use the first non-filtered value)
| | |       - ListReductionCodegen now fails because I added the above as a testcase (the generated code will select the first expression regardless if it is matching...)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit b1529ce5f88e0bc3cd3cb909a31651a51724fbea
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 11 13:47:54 2011 +0000
| | | 
| | |     - Ceval now handles custom reductions (including guard-expressions)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 4a1885df473618247f56528110c05b1792bbe6ac
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 11 11:33:50 2011 +0000
| | | 
| | |     - OMPlot now compiles on Linux
| | |     - Made OMPlot not crash if too few arguments are given
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit fc52f5e0549e3b9f4a29577f68a7e7ee212e3679
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 11 08:41:58 2011 +0000
| | | 
| | |     - Improved Ceval of reductions a bit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | 
| | * commit adeca3e8c8c040c4100a2eea946e354690147145
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 11 05:39:35 2011 +0000
| | | 
| | |     - Use elabExp to determine the actual expression that should be used in code generation
| | |       - This is an extra field stored in DAE.REDUCTION, and is needed in order to handle sum() for different array types, etc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 18e8d8bc56cc493a29c6f1f70aff2dcb4e4a96d9
| | | Author: Azam Zia 
| | | Date:   Fri Mar 11 04:06:53 2011 +0000
| | | 
| | |     Added code for getEventIndicator function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit c2312aae89d696b76fd8152d222fd2746804a5a3
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 10 18:43:03 2011 +0000
| | | 
| | |     - start to remove alias equations from simulation calculation, not yet finished
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit e442e91d0b0fd8545205b39082b8c221374d4a25
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 10 17:06:47 2011 +0000
| | | 
| | |     - Added codegen test of reductions (list/listReverse/min/max/sum/product/array), using both lists and arrays as the input
| | |       - Note that array-reductions now work in generated code
| | |       - TODO: More general reductions (sum of strings for example)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 3ca1659d226d8828889b233930c355a882afb97c
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 10 15:50:41 2011 +0000
| | | 
| | |     - update fmi because of new solver interface
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit ed77d99ea5e93fa247e63f14eca1b88c42442831
| | | Author: Willi Braun 
| | | Date:   Thu Mar 10 14:37:53 2011 +0000
| | | 
| | |     - removed old dassl solver
| | |     - adjust testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Makefile.in
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | D	c_runtime/solver_dasrt.cpp
| | | D	c_runtime/solver_dasrt.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 9f0dc048f3ce052d259effdf38815c1e14396d94
| | | Author: Per Östlund 
| | | Date:   Thu Mar 10 13:17:46 2011 +0000
| | | 
| | |     - Fixed checkSubscripts to handle non-constant ranges as subscripts, which
| | |       previously caused CevalFunction to fail for some functions (this speeds up the
| | |       Modelica.Media test).
| | |     - Fixed stupid check in bootstrapping/LinkMain.makefile.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Lookup.mo
| | | 
| | * commit 980b25af2ed3b563f647e8960e599534eeb81ed4
| | | Author: Per Östlund 
| | | Date:   Thu Mar 10 12:01:29 2011 +0000
| | | 
| | |     - Don't remove path prefixes when looking up imports in SCodeLookup if we're in an encapsulated scope.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit 913f539aea139375ab026880b4c299d62812b43a
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 10 05:14:20 2011 +0000
| | | 
| | |     - Made System.int/realMaxLit external "builtin" again (because external "C" is limited to 32-bit int, while our longs are 64-bit)
| | |       - Plus some fixes to the runtime system (declaring them in a header, since external "builtin" does not do that for us)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/System.mo
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit 33cb4eb1413abc607d0f3b3ccbf8603ba877273d
| | | Author: Adrian Pop 
| | | Date:   Thu Mar 10 01:42:50 2011 +0000
| | | 
| | |     - add missing System.removeFile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 45a522b4035eb32361cb04b713f922c2f36c69fd
| | | Author: Adrian Pop 
| | | Date:   Thu Mar 10 01:41:08 2011 +0000
| | | 
| | |     - fixed compilation of the bootstrapped compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | 
| | * commit a824af4433da6bbfdeb8a7bb3a644e3577d1a7b9
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 9 21:31:28 2011 +0000
| | | 
| | |     - Added rules for DAE.REDUCTION in ExpressionSimplify instead of Static
| | |       - Removed the hack used for multiple iterators (DAE.REDUCTION should support this rather than only supporting constant ranges of multiple iterators)
| | |       - This causes the synthetic tests using multiple iterators to fail; they will be fixed at a later date
| | |     - Added Option to DAE.REDUCTION instead of having multiple versions of the start-values in the compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/meta_modelica.c
| | | 
| | * commit 36910f39bbc780cc3e62a34585b5eae410aa157a
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 9 19:53:30 2011 +0000
| | | 
| | |     - bugfix dumpXMLDAE, uncomment generation of Tags hashTb and hashTbOldVars because implementation of dumpXMLDAE is not correct, add a fiew error msgs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit dc5f8cc6dc495aa474a0aed6ee3ed93377cdd2c2
| | | Author: Per Östlund 
| | | Date:   Wed Mar 9 15:44:15 2011 +0000
| | | 
| | |     - Remove path prefix from imported function in the same scope in SCodeLookup.
| | |     - Removed check for checkModel in elabBuiltinCat2, it's needed otherwise too.
| | |     - Ported external function parts of r7879 from the maintenance branch.
| | |     - Added support for fill and ranges on integers in c_runtime.
| | |     - Fixes for external fortran function:
| | |       - Fixed correct types for function definitions.
| | |       - Commented out function parameter names function definitions, since several
| | |         parameters might have the same name.
| | |       - Moved initialisation of output variables after initialisation of local
| | |         variables, since the output variables might depend on them.
| | |       - Added default values for scalar output variables (not sure if this is
| | |         according to the standard, but Dymola does this).
| | |     - Added test case libraries/msl31/Modelica.Media for Modelica.Media models.
| | |     - Updated test suite.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | 
| | * commit d3e2bf0185f73f195763e335271add7f65198351
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 9 14:53:00 2011 +0000
| | | 
| | |     - Derive:
| | |       - differentiatetime: add case for records and arrays
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | 
| | * commit 3ce145399d1003c49826ba1a43d9c432504197a2
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 9 14:32:14 2011 +0000
| | | 
| | |     Fixes for bug: #1446
| | |     - fixes bug: https://openmodelica.org:8443/cb/issue/1446
| | |     - get the info annotation from external declaration in a function!
| | |     - added testsuite/interactive/showDoc.mos to test this.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit a523ca65468ec35ba3783478e1c5b1968768e707
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 9 13:33:45 2011 +0000
| | | 
| | |     - Added support for list comprehensions using guards
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit fd5c9d5a0d9d4444b5e725524fab079fe92517ec
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 9 12:14:16 2011 +0000
| | | 
| | |     - Changed Absyn.ForIterator from tuple to uniontype, and added a field for guard (only parsed when +g=MetaModelica is enabled; and doesn't do anything yet)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/MetaModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | 
| | * commit 9bbe9e75a84bb39d32880fa5ea56f03331f6476e
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 9 07:57:05 2011 +0000
| | | 
| | |     - Rewrote Expression.replaceExp using traverseExpTopDown
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 83d12977e799750011aaa256668f02aedfa48762
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 8 11:13:43 2011 +0000
| | | 
| | |     - FMU: avoid warnings
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit efa1adebeb27dd94db41818b12426ad5b7d66b31
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 8 05:54:39 2011 +0000
| | | 
| | |     - Remove tabs from C sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 77ee5f835accc87d5be7318becc37e4662f08a1e
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 7 20:33:24 2011 +0000
| | | 
| | |     - Added support for list and listReverse reductions
| | |       - listReverse builds the result using cons
| | |       - list builds the result using destructive cons-operations
| | |       - Neither way uses listReverse or allocate more cons-cells than required
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 4ef9549ccf0a92a15330f91658a7cc31f4783319
| | | Author: Jens Frenkel 
| | | Date:   Mon Mar 7 16:13:24 2011 +0000
| | | 
| | |     - FMU:
| | |         - use integer as type for enumerations, until implementaion is not complet
| | |         - do some more tests, add flag for calculate outputs/dependend variables
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/fmu_model_interface.h
| | | 
| | * commit 916e7f4740c6470bd4bdb5b2537fea09d6efd507
| | | Author: Per Östlund 
| | | Date:   Mon Mar 7 12:47:24 2011 +0000
| | | 
| | |     Fix for bug #1438:
| | |     - Fully qualified parent classes InstExtends.instClassExtendsList2 when handling
| | |       class extends.
| | |     - Added test case mofiles/ClassExtends5.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | 
| | * commit 44dd99308d013c4467600df59c8a70b1d213fab5
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 7 12:31:01 2011 +0000
| | | 
| | |     - Added call count graphs to the profiling report
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/default_profiling.xsl
| | | M	c_runtime/rtclock.c
| | | M	c_runtime/rtclock.h
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit ab30fc030bb5c2ddb5c08d83be9eab5e6a068b1a
| | | Author: Per Östlund 
| | | Date:   Mon Mar 7 10:31:13 2011 +0000
| | | 
| | |     Fixes for bug #1436:
| | |     - Replaced the dependency analysis in CevalFunction with a new that uses the
| | |       Graph package, to fix bug 1436 (and probably more too).
| | |     - Added traversal function Expression.traverseExpBidir.
| | |     - Added function ComponentReference.crefEqualWithoutSubs, which compares two
| | |       crefs but disregards their subscripts.
| | |     - Extended Expression.subscriptExp to handle more cases, and added
| | |       subscriptIndexExp that has the old behaviour of only handling DAE.INDEX.
| | |     - Added test case mofiles/FunctionEval11 to test fix for bug 1436.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Util.mo
| | | M	configure
| | | 
| | * commit 7943317ac90131a3f28b0cf93fbc248617f7db35
| | | Author: Per Östlund 
| | | Date:   Mon Mar 7 10:29:36 2011 +0000
| | | 
| | |     - Removed Interactive.traverseExp and replaced calls to it with calls to
| | |       Absyn.traverseExp instead.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit a8807711ec268f15872601211cd6c9872a4e3596
| | | Author: Per Östlund 
| | | Date:   Mon Mar 7 10:28:15 2011 +0000
| | | 
| | |     - Changed fail case in Algorithm.makeAssignment to use failtrace.
| | |     - Updated test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | 
| | * commit 80505f9cfd9685dbf5d6c3220d53a36503a0babc
| | | Author: Per Östlund 
| | | Date:   Mon Mar 7 10:26:37 2011 +0000
| | | 
| | |     - Added warning message in Inst.instWholeDimFromMod for when we can't deduce a
| | |       variables dimensions from it's modifier (to avoid failing without an error
| | |       message).
| | |     - Updated test case libraries/msl31/Modelica.Blocks.mos.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit b64b46cb67d983f68e5ffc1b46dd3fae828c013f
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 7 10:10:20 2011 +0000
| | | 
| | |     - measureTime=true now does the timing of the non-linear solver based on the whole time (incl. the solver itself, not only the time of the residual function)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/rtclock.c
| | | M	c_runtime/rtclock.h
| | | 
| | * commit 0b1cd57b2a5946054dfcce9bc32a306e6caf275e
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 7 09:03:24 2011 +0000
| | | 
| | |     - Made it a simulation error to an output-format that is not known instead of defaulting to plt
| | |     - Updated the measureTime option to print outputFormat and data sizes
| | |     - Improved handling of simulate() errors (now prints the contents of output.log when the simulation executable signals an error)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/scripts/default_profiling.xsl
| | | M	c_runtime/compat.h
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/simulation_modelinfo.c
| | | M	c_runtime/simulation_modelinfo.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit f6d3656395abf899c32d6cc24fa1bd70780f1dc8
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 6 06:48:21 2011 +0000
| | | 
| | |     - Fixed compilation of OMPlotWindow
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 8e038e7856473b4b3f4952f3dd7913e0f2796264
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 6 06:22:44 2011 +0000
| | | 
| | |     - Fixed compilation of OMNotebook
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 37e8d617c6f39cca37b54c2325f6566fea11a4ba
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 6 06:12:39 2011 +0000
| | | 
| | |     - Fixed compilation of OMShell (changed paths in makefiles)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit cabc171e02355f7bfd528572b13342077488c275
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 6 05:55:53 2011 +0000
| | | 
| | |     - Removed Windows-specific generated files that interferes will other OS'es
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	OMTools/Makefile
| | | 
| | * commit 564540498b0c353bd61c8683e94e219bd3ea739e
| | | Author: Adeel Asghar 
| | | Date:   Sun Mar 6 02:26:42 2011 +0000
| | | 
| | |     - Added OMTools, used to built all tools OMEdit, OMShell, OMNotebook and OMPlotWindow
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	OMTools/Makefile
| | | A	OMTools/OMTools.pro
| | | A	OMTools/README.txt
| | | 
| | * commit 892a4054df2895858d59e1f5b4778a03ef362d3f
| | | Author: Adeel Asghar 
| | | Date:   Sun Mar 6 01:49:40 2011 +0000
| | | 
| | |     - Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit ab0dc8cd6352eb36daf2d2098a4ce84ff3a11e45
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 5 08:05:00 2011 +0000
| | | 
| | |     - Removed tabs from sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_gc_list.c
| | | M	c_runtime/meta_modelica_gc_list.h
| | | M	c_runtime/meta_modelica_gc_stats.h
| | | 
| | * commit a15e5487196e55487724dde2fdfe103182d739f5
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 5 01:08:40 2011 +0000
| | | 
| | |     - more updates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit 7f9d895a368ebec1984af39a48d7887dfe6b97fe
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 5 00:47:45 2011 +0000
| | | 
| | |     - update the readmes a bit.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 04cedc4c8cf519b810b628902ca63b716fcf7458
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 5 00:13:45 2011 +0000
| | | 
| | |     - README-WIN32.txt is no longer actual as we only compile the release with MinGW and OMDev
| | |       and only create the .msi from these executables.
| | |     - Look into README-BUILD-RELEASE.txt to see how to build on windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	README-WIN32.txt
| | | 
| | * commit c0d0d6d3c9886bea09469848b1017f7a1923acde
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 4 17:58:31 2011 +0000
| | | 
| | |     - fix typo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 3e9baabb0ceb23d2214ec3fc7728a1ca25431afc
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 4 17:56:41 2011 +0000
| | | 
| | |     - improve fmiSetExternalFunction
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit c4b7b4c89beee7a53a8e26f0284a0b9452653b0f
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 17:46:54 2011 +0000
| | | 
| | |     - Set OPENMODELICAHOME in Main.main to work around issues with sendData
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit dad6a1d5d1224460810c40c8b124c3ebc339e169
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 4 17:15:46 2011 +0000
| | | 
| | |     - use cref because #define A.B is not allowed because of "." error C2008 (Visual Studio)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmiModelFunctions.h
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 88befc8ca377945ef081cef2dd20e924f1d3a423
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 16:30:34 2011 +0000
| | | 
| | |     - Use vfork instead of Qt's process creation in sendData (on OSX/Linux) as it causes weird issues
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 366ed4e4799420781c4c60cc71bc690511f37d86
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 4 16:24:16 2011 +0000
| | | 
| | |     - implement causality for fmu
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ad122088dfa1800134c1da189bdf0090e7e4a806
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 15:18:08 2011 +0000
| | | 
| | |     - Improved configure finding qwt when guessing it existing in $PREFIX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 17d636bbfcc19d8c4b83207202969c471e5deaa6
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 4 14:40:26 2011 +0000
| | | 
| | |     - first MetaModelica GC draft, disabled for now
| | |     - see more in c_runtime/meta_modelica_gc.h
| | |     - added GC bindings to: Compiler/susan_codegen/SimCode/SimCodeC.tpl,
| | |       commented out for now
| | |     - made all structures non-constant to allow marking/unmarking.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | A	c_runtime/meta_modelica_gc.c
| | | A	c_runtime/meta_modelica_gc.h
| | | A	c_runtime/meta_modelica_gc_list.c
| | | A	c_runtime/meta_modelica_gc_list.h
| | | A	c_runtime/meta_modelica_gc_pages.c
| | | A	c_runtime/meta_modelica_gc_pages.h
| | | A	c_runtime/meta_modelica_gc_roots.c
| | | A	c_runtime/meta_modelica_gc_roots.h
| | | A	c_runtime/meta_modelica_gc_stack.c
| | | A	c_runtime/meta_modelica_gc_stack.h
| | | A	c_runtime/meta_modelica_gc_stats.c
| | | A	c_runtime/meta_modelica_gc_stats.h
| | | 
| | * commit e6ddb2e10abac2dbd685edc89bc30daa01e0c83d
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 4 14:21:45 2011 +0000
| | | 
| | |     - fix the gnuplot on Windows in simulation_modelinfo.c
| | |     - get rid of the warninging in simulation_result_mat.cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit cf3e0387186379864ea8e24d90bcf3204bed4b94
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 13:55:34 2011 +0000
| | | 
| | |     - Hardcoded xsltproc and gnuplot paths for simulations on Windows
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit a05f00982378c387dd2a92c2ff3554f220f36d81
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 4 13:52:41 2011 +0000
| | | 
| | |     - fix Linköping
| | |     - fix missing %s in print.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit 55a30124460855f24198560926192104d315d9e0
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 4 13:50:21 2011 +0000
| | | 
| | |     - IN WINDOWS YOU WILL NEED A NEW OMDEV (just do svn update on OMDev)
| | |       OMDev is now in Subversion here: https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/OMDev
| | |     - now we copy xsltproc and gnuplot directories from OMDev/tools to build/lib/omc/libexec
| | |     - Linux/Mac users are unaffected.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit c2c31c5e1e409ef18e273041b2f355f55f14c0a5
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 12:42:58 2011 +0000
| | | 
| | |     - simulate option measureTime=true is now working; testcase MeasureTime.mos has been added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/scripts/default_profiling.xsl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/rtclock.h
| | | M	c_runtime/simulation_modelinfo.c
| | | M	c_runtime/simulation_modelinfo.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit a80e39aa7c39715d08cae8c5df4f14cc875a6f43
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 11:36:22 2011 +0000
| | | 
| | |     - Added configure checking of libqwt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 0b05027f5f613de2b276822a455bbabb9e27b1a5
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 09:42:15 2011 +0000
| | | 
| | |     - Fixed the field names of DAE.ExternalDecl (the names and types were off-by-one since the translation from RML)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit e3573267909cbfb1354b2a254627a906cd349ffb
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 4 09:19:36 2011 +0000
| | | 
| | |     - compile dll for fmu
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 25f0b5794b35866817f388d59545539330ef95de
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 08:22:35 2011 +0000
| | | 
| | |     - Fixed line endings of several files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/OptManager_omc.cpp
| | | M	Compiler/runtime/OptManager_rml.cpp
| | | M	Compiler/runtime/UnitParserExt_omc.cpp
| | | M	Compiler/runtime/UnitParserExt_rml.cpp
| | | M	Compiler/runtime/optmanager.cpp
| | | M	Compiler/runtime/unitparser.cpp
| | | M	Compiler/runtime/unitparserext.cpp
| | | M	SimulationRuntime/cpp/Build/Makefile
| | | M	c_runtime/fmiModelFunctions.h
| | | M	c_runtime/fmiModelTypes.h
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/socket_win.cpp
| | | M	c_runtime/interactive/thread.cpp
| | | M	c_runtime/simulation_delay.cpp
| | | 
| | * commit f04455326d3c6fdfb5092a1b846be1727fedc942
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 07:38:35 2011 +0000
| | | 
| | |     - Fixed issues when looping over ranges with step=0 (add assertion), negative step (inf.loop in CevalFunction) and zero-length ranges (the generated C-code would iterate once anyway)
| | |       - This is tested by testsuite/mosfiles-nosim/ZeroRange.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Makefile.in
| | | 
| | * commit c809601482b4b973055efbf7b6072f25923d540e
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 07:36:19 2011 +0000
| | | 
| | |     - Removed tab from fmu_model_interface.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmu_model_interface.h
| | | 
| | * commit d908592b2b01b9d314c33b09ec8c4ef5f4188323
| | | Author: Azam Zia 
| | | Date:   Fri Mar 4 03:29:36 2011 +0000
| | | 
| | |     Updated variable ids for c and xml files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit e387022e5fdc35343fe7de65e3311a01dab17801
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 3 13:17:01 2011 +0000
| | | 
| | |     - get first fmu example running (no event handling)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/fmu_model_interface.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit f4749463d9865be9794ea97adc7543f77f7942c6
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 3 12:34:25 2011 +0000
| | | 
| | |     - Added simulate() option measureTime=false
| | |       - Not used for now, but will replace the -mt option of simulation executables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit e0f32bf017ea50e5033ed819c1eb36d5a57afe56
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 3 10:20:13 2011 +0000
| | | 
| | |     - Use -O3 -falign-functions for simulations (our users should not run LARGE simulations with -O0...)
| | |     - Use -O0 -falign-functions for dynamically loaded functions (we generally only execute this code once)
| | |     - falign-functions is needed in order to make garbage collection work
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | A	c_runtime/meta_modelica_catch.c
| | | 
| | * commit 2ccc988cd606045285c67eba9701edb7361a092c
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 3 07:49:47 2011 +0000
| | | 
| | |     - update c_runtime/CMakeLists.txt
| | |     - fix bug for FMU DefineDerivativeVariables no ";" at the end of derivatives
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/CMakeLists.txt
| | | 
| | * commit f9b8da9d85fee6a6c935b39f7095cb9677ff00ed
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 3 07:27:07 2011 +0000
| | | 
| | |     - Removed unused CevalScript functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 03b43735f0a0f4e615c2e2b0c101610ebcd86a07
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 3 07:25:10 2011 +0000
| | | 
| | |     - Don't use globalData in modelinfo.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit e186a008a93484ededdca74bf52a2883331a5061
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 2 18:35:54 2011 +0000
| | | 
| | |     - Added a fix for debugging longjmp on any platform (the debugger needs to be a breakpoint on file Catch.omc:1 in order for step over to work)
| | |       * meta_modelica.c needs to be compiled with debug symbols for this work, but that's a minor issue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit dd89f9da837e0801a6ba9d23cf993c59dc558af1
| | | Author: Per Östlund 
| | | Date:   Wed Mar 2 14:16:54 2011 +0000
| | | 
| | |     Fix for bug #1334:
| | |     - Added cycle detection to instElementList for constants and parameters.
| | |     - Also sort parameters in instElementList.
| | |     - Updated test cases due to different sorting of parameters.
| | |     - Updated mofiles/CyclicBindingParam and mofiles/CyclicBindingConst and moved
| | |       them from failing tests to working tests.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Graph.mo
| | | 
| | * commit fca7b301bdbcdf9e067905d50852636c924c7fca
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 2 12:44:20 2011 +0000
| | | 
| | |     - Changed tuple-assignments to use subtype instead of matchType (since the type-casting rules do not become part of the DAE)
| | |       - All testcases still work (because only MetaModelica uses this feature, and when using MM, we have access to pattern-matching assignments, which do work properly)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 4c043e5876e53421d34a57c26868cda6a680a397
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 2 10:11:51 2011 +0000
| | | 
| | |     - remove unused functionality
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit f49830edc44de29d77cac9bc80d7ab4c496969c7
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 2 09:11:22 2011 +0000
| | | 
| | |     - run remove simple equations also in past optimisation phase
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 9c202be7651c45b715b0314948950971dde40b01
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 2 08:57:04 2011 +0000
| | | 
| | |     - Time measurements now use a binary format instead of csv (a format description is part of the generated xml)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/default_profiling.xsl
| | | M	c_runtime/simulation_modelinfo.c
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 9f2dcd2a6f40b45bd6b2f17c4b5d5a63546263d1
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 2 08:49:28 2011 +0000
| | | 
| | |     - remove unused code
| | |     - rewrite collect zero crossings function interface to run it only once(not in lower and matching)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 8898c8f3ec721617383a10fefab492d7b4a9405a
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 2 08:43:52 2011 +0000
| | | 
| | |     - bugfix for MinGW (undef ref to assert)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_modelinfo.c
| | | 
| | * commit f370a087c335a409a949594b6b10d4290e60210f
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 2 04:48:21 2011 +0000
| | | 
| | |     - Fix compilation on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/rtclock.c
| | | 
| | * commit 6124afecf0d703c38ad7b1fbae9b2e1e9e7e5e07
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 1 23:17:43 2011 +0000
| | | 
| | |     BackendDAETransform.mo,SimCode.mo:
| | |     - remove unused function calls
| | |     Main.mo
| | |     - bugfix typo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit f10a6fef43cfa60c3ce932225d60ca34a51979e0
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 1 22:22:02 2011 +0000
| | | 
| | |     - fixes for MinGW windows
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/rtclock.c
| | | 
| | * commit e55546c16c39a1ee35ba9c0a9fc24b4c307242e6
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 1 18:45:12 2011 +0000
| | | 
| | |     - Added better output when doing time measurements of simulations.
| | |       - For now, I use xsltproc and gnuplot for transforming an xml representation of the time measurement (in addition to png thumbnails and svg plots)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Makefile.in
| | | M	Compiler/Script/CevalScript.mo
| | | A	Compiler/scripts/default_profiling.xsl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/rtclock.c
| | | M	c_runtime/rtclock.h
| | | M	c_runtime/simulation_modelinfo.c
| | | M	c_runtime/simulation_modelinfo.h
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/simulation_varinfo.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_main.h
| | | 
| | * commit 42a3a82ea36193397e7f7e16a2d3e613a1d3174c
| | | Author: Per Östlund 
| | | Date:   Tue Mar 1 16:31:03 2011 +0000
| | | 
| | |     - Implemented dependency sorting of constants in instElementList.
| | |     - Rewrote Util.listDeleteMemberOnTrue to be more efficient and to return also
| | |       the deleted element.
| | |     - Updated some test cases that changed because of the dependenc sorting.
| | |     - Fixed some errors and test cases due to commit 8048.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/Makefile.common
| | | A	Compiler/Util/Graph.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 7d828b16f2116490fd33a633d2525b78148c367f
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 1 15:24:22 2011 +0000
| | | 
| | |     - first part of new interfaces for equation system pipeline
| | |       ToDo: DAEHAndler part
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 8ffaa4d7b62fe782b9916bb23eafb5c75e53e470
| | | Author: Per Östlund 
| | | Date:   Tue Mar 1 10:19:49 2011 +0000
| | | 
| | |     - Enabled removal of unused constants in SCodeDependency.
| | |     - Rewrote Util.listIntRange* to be tail-recursive and to better handle all
| | |       cases, to get rid of the stack overflow in test bootstrapping/UtilTest.
| | |     - Replaced implementation of ExpressionSimplify.simplifyRange with call to
| | |       Util.listIntRange3.
| | |     - Removed Absyn.optPathAppend because of duplicate functionality in
| | |       Absyn.joinPathsOpt.
| | |     - Removed test case mofiles/Function3, because it was incorrect.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 6942d202186d67c7d677f1d68fdcb858b57a1c49
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 1 09:01:14 2011 +0000
| | | 
| | |     - Use .mat outputFormat when using the +s option to command-line omc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main/Main.mo
| | | 
| | * commit 920eb526b2e4aa1538ea67aec06c46ddc9111361
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 1 04:56:04 2011 +0000
| | | 
| | |     - Fixed compilation on a clean trunk
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit ded5d0f0622fa7c47784aa9cf51836401bdc4dd2
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 1 00:19:12 2011 +0000
| | | 
| | |     - use PERL=perl instead of PERL=\"perl\"
| | |     - updates to clients OMNotebook.exe, OMPlotWindow.exe, OMShell.exe
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 973a067094aa1c72fb47a16fca87d1b6f8b6f529
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 28 10:59:37 2011 +0000
| | | 
| | |     - Fixed a bug with plt output when variableFilter is used
| | |     - Added Absyn.Info to SimCode.Function
| | |     - Started working on -modelinfo flag of simulation executables
| | |     - Removed "bin" output format as mat has similar performance, and also contains headers so we can access the data
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/matrix.h
| | | M	c_runtime/options.h
| | | M	c_runtime/read_matlab4.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_input.cpp
| | | A	c_runtime/simulation_modelinfo.c
| | | A	c_runtime/simulation_modelinfo.h
| | | D	c_runtime/simulation_result_bin.cpp
| | | D	c_runtime/simulation_result_bin.h
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/simulation_varinfo.c
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 43260560fd28e063f2f8571fb2cc323513ef7ac8
| | | Author: Martin Sjölund 
| | | Date:   Sat Feb 26 18:37:54 2011 +0000
| | | 
| | |     - Don't let the CORBA implementation free() tempDirectoryPath
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Settings_omc.cpp
| | | M	Compiler/runtime/Settings_rml.c
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/settingsimpl.h
| | | 
| | * commit 9cd836275d163b75c9cf276d30df3bf022d7f2d4
| | | Author: Martin Sjölund 
| | | Date:   Sat Feb 26 11:38:22 2011 +0000
| | | 
| | |     - Always filter the dummy derivative from the result-file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit dea972f82e4392afa3ac457921f5c1bf7e3699c7
| | | Author: Martin Sjölund 
| | | Date:   Sat Feb 26 11:33:13 2011 +0000
| | | 
| | |     - Fix result-file containing names C.der(x) instead of der(C.x); the first one is not a valid Modelica identifier and won't parse...
| | |     - Fix plotting in OMEdit (send "filename.mat" instead of filename.mat)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit f2c1d042b9d0a73fb3831f5a72c9301fd70cf502
| | | Author: Martin Sjölund 
| | | Date:   Sat Feb 26 08:28:41 2011 +0000
| | | 
| | |     - Install .app's to /Applications/MacPorts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 91c8a72afe377e79c06b372663360f2e6ba28ee2
| | | Author: Martin Sjölund 
| | | Date:   Sat Feb 26 06:28:16 2011 +0000
| | | 
| | |     - Install .app's to /Applications instead of prefix/Applications
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit d5ac6e4c800c2a7058a91b6e55526150d71f2016
| | | Author: Adeel Asghar 
| | | Date:   Sat Feb 26 00:05:13 2011 +0000
| | | 
| | |     - added cplusplus macro to the read_matlab.h so that it can be linked against c++ files.
| | |     - Changed the simulate command to use mat as default.
| | |     - Changed the plot API accordingly.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.h
| | | 
| | * commit e42fc636ade11f6ef38359cbd95fe8deb06a2c50
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 25 21:35:22 2011 +0000
| | | 
| | |     - Install .app's instead of executables in OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit e275c992de2faa597b57f82e5826f8f027548166
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 25 20:40:01 2011 +0000
| | | 
| | |     - Only link omniORB statically on OSX; it gives -fPIC errors when building shared objects on 64-bit Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	configure
| | | M	configure.in
| | | 
| | * commit a1d04dfc31981fc80ef31308511b6c1fa5fd4c0b
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 25 19:36:56 2011 +0000
| | | 
| | |     - Fixed a plot/plot2 typo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 36bf735b04f48eb5b109bcf8bd2838320c55ef81
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 25 18:27:10 2011 +0000
| | | 
| | |     - Statically link omniORB on OSX/Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 867a83b55b99e043686500abc8df9d10141fa064
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 25 13:43:00 2011 +0000
| | | 
| | |     #1399
| | |     - Moved the remaining scripting functions from CevalScript.cevalInteractiveFunctionsOld to cevalInteractiveFunctions2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 1738ca1aa5b7a7159d6ac9645fc0b172e3a9d068
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 25 11:19:54 2011 +0000
| | | 
| | |     - Moved the getBuiltinAttribute functions to ModelicaBuiltin.mo
| | |     - Enabled the mosfiles-nosim/attributes, which still fails
| | |       - This is due to CevalScript.getBuiltinAttribute apparently not working correctly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 41928da122f0a25e8c287b10088dbb92340e4215
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 25 09:39:52 2011 +0000
| | | 
| | |     - Updated enableSendData(true) to use the variableFilter option of simulate() instead of using the setVariableFilter API call
| | |     - Removed the setVariableFilter API call
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_plt.cpp
| | | 
| | * commit 5cb4575608c274ee2a1a960a6e00b8060ca242c5
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 25 07:58:10 2011 +0000
| | | 
| | |     #1399
| | |     - Moved plotParametric{,2} to ModelicaBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 7986a00c80936a4a42e7be2bf8f03d234dc74eb2
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 20:51:08 2011 +0000
| | | 
| | |     - Moved plot,plot2,plot2,plotAll and visualize commands to ModelicaBuiltin.mo
| | |       - Their API changed slightly (this will be announced when plotParametric also has been moved to ModelicaBuiltin.mo, and documented in trunk/doc):
| | |         * Instead of plot(className, {x,y}), you now call plot({x,y}, "className_res.mat")
| | |         * This is because className is usually used as a default argument, and thus should not be the first argument since then you cannot call plot({x,y})
| | |         * Also, we use the filename of a result file because then we can plot renamed files or files that were created using the fileNamePrefix option of simulate()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 2719121b08428a6abdfd209e96d63a43f40079d7
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 16:10:08 2011 +0000
| | | 
| | |     - Added support for the variableFilter option when using outputFormat="mat"
| | |       - This does not filter parameters (this matrix is rather small anyway)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/SimulationResults.c
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/read_matlab4.h
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_result_plt.h
| | | 
| | * commit fc2f87fe098995962ece0b68f52972153ac77a4a
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 14:35:34 2011 +0000
| | | 
| | |     - Fixed assignments in Interactive.mo to use the value to determine the type of a binding (since the elaborated type may contain unknown dimensions, but the Value certainly does not)
| | |     - Fixed a bug in the handling of readSimulationResult (if the input size does not conform to the expected value, we now fail instead of writing to the error buffer and succeeding anyway)
| | |     - Moved list() to ModelicaBuiltin.mo
| | |       - Added support for default bindings of type OpenModelica.Code.TypeName
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | 
| | * commit ae0fa6cf6a032134831f27307ebb89adb2168ed5
| | | Author: Jens Frenkel 
| | | Date:   Thu Feb 24 13:00:35 2011 +0000
| | | 
| | |     - Bugfix replaceExp RELATION
| | |     - use mosfiles-dassl for testmos (cause mosfiles does not exist any more)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/VarTransform.mo
| | | M	Makefile.common
| | | 
| | * commit bf39adc16565d8c7ffa3c0a0a33a5255739487db
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 11:56:43 2011 +0000
| | | 
| | |     - Added OpenModelica.Code.VariableNames since the type system cannot handle arrays of Code expressions or vectorization of these
| | |     - Added readSimulationResult to ModelicaBuiltin.mo instead of using a special handler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit f452c9a33d353fdef81f9dc6bd884bbb475f292b
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 11:03:49 2011 +0000
| | | 
| | |     - Fix compilation of bootstrapped OMC
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/SimulationResults.mo
| | | 
| | * commit 41c372bf05b5a50a2a48e1426008e6bc52072ae9
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 10:45:47 2011 +0000
| | | 
| | |     - ModelicaBuiltin.mo formatting
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 36c394692d12d7c4f0a3b7f0d28dc7fa9959d4e5
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 09:40:17 2011 +0000
| | | 
| | |     - When calling val() on a .mat file, use the right limit if we find an exact match of a time stamp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | 
| | * commit dbb1753592bb78d92d772f1403f9f35de4fc22a7
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 08:29:33 2011 +0000
| | | 
| | |     - Call SimulationResults.close() before running a new simulation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | 
| | * commit 7a39a8e7a79523ffef12eb93c14f29a2183a9e88
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 24 06:45:10 2011 +0000
| | | 
| | |     - Updated the default outputFormat of simulations to be .mat
| | |       - Only mosfiles-dassl/Sample2.mos changed its output; this seems to be because we have an event at the last time-step. I'll see if we can change the interpolation to always find the right limit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	c_runtime/simulation_result_csv.cpp
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit ab52ae8b037c1099d9c2ecc2ae4ecbba515dee89
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 23 21:21:32 2011 +0000
| | | 
| | |     - Added support for readSimulationResult using .mat-files
| | |       - This is ~5x faster than reading .plt even for files with few variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/ptolemyio.h
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/read_matlab4.h
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit 57334028b0808bf843e44096f052bb478cd5e808
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 23 21:20:23 2011 +0000
| | | 
| | |     - Disabled some debug tracing in InstExtends.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | 
| | * commit 7693ab6e63c945c105bee030058a542811cd67ac
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 23 19:32:31 2011 +0000
| | | 
| | |     - Added API call readSimulationResultVars(filename)
| | |       - The visualize call now uses this functionality (which works for both plt and mat files)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/ptolemyio.h
| | | 
| | * commit 9184a0fd4a58acca1d2d75a17eb4fa7f72e8bfbc
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 23 19:16:50 2011 +0000
| | | 
| | |     - add -lregex to the compilation in Windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | 
| | * commit 909f7c1d68032cdb049c919396bc8a4c2caf993a
| | | Author: Per Östlund 
| | | Date:   Wed Feb 23 15:44:28 2011 +0000
| | | 
| | |     - Added function Util.listMapAndFold1.
| | |     - Rewrote updateComponentsAndClassdef in InstExtends and SCodeFlattenExtends to
| | |       use Util.listMapAndFold1, to make it tail recursive and easier to understand.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 7abfd0de45990f4bc979dc260067361bbef0f8b4
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 23 14:42:28 2011 +0000
| | | 
| | |     - Added readSimulationResultSize support for .mat format
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | A	Compiler/runtime/ptolemyio.h
| | | D	Compiler/runtime/ptolemyio.hpp
| | | M	c_runtime/read_matlab4.c
| | | 
| | * commit 24b8a3534984d96050667c4fa7ef1bb61ce52549
| | | Author: Willi Braun 
| | | Date:   Wed Feb 23 13:54:10 2011 +0000
| | | 
| | |     - bugfix in differentiation rule for abs()
| | |     - added some improvments in the c_runtime
| | |     - adjust the SimCodeC.tpl for the c_runtime
| | |     - adjust some testcase  and moved some from msl221 examples to failed testcase, because they not simulate correctly anyway.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/linearize.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 6494fa9d76f37fdb1ec928e1d57991f62c23b69f
| | | Author: Per Östlund 
| | | Date:   Wed Feb 23 13:04:02 2011 +0000
| | | 
| | |     - Improved dependency analysis of crefs in SCodeDependency.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ab5f4afd81f84e7c2a00bd7aaa39c6cc7b56a898
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 23 11:36:29 2011 +0000
| | | 
| | |     - Expression.terms now uses an accumulator instead of listAppend
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit eaed403e587cd1fb039831327eac786d1ae4364b
| | | Author: Per Östlund 
| | | Date:   Tue Feb 22 17:09:31 2011 +0000
| | | 
| | |     - Better handling of class extends in SCodeDependency.
| | |     - Added test case mofiles/ClassExtends4.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeDependency.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | 
| | * commit 6dbfa8407f2435c5e4c8ea720023c9131b1005b5
| | | Author: Per Östlund 
| | | Date:   Mon Feb 21 14:46:46 2011 +0000
| | | 
| | |     - Rewrote Expression.terms to always return the input argument if it can't do
| | |       anything else, so that terms are not lost.
| | |     - Added test case mofiles/Simplify2.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 5dbf28750f411a61656cb529ae1b364094f4b360
| | | Author: Per Östlund 
| | | Date:   Mon Feb 21 13:52:24 2011 +0000
| | | 
| | |     - Added DAE.BOX and DAE.UNBOX to Expression.terms, so that they don't disappear
| | |       in Expression.simplify.
| | |     - Added test case meta/Simplify1 to test the fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 6615bd1daee14796eb6a2397b60ac1ead79cee13
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 18 15:02:34 2011 +0000
| | | 
| | |     - Added a new SimulationResults.c
| | |       - It only supports val() for now, but handles both .mat and .plt
| | |       - It caches the last file opened for .mat (and the read variables). This should make it rather fast when scripts use a lot of val() commands. Especially since the whole Time vector is stored in memory (2 fread required for each val command; searching for a variable is done in log(n) time since all variables are sorted, etc).
| | |       - NOTE: Someone should test simulate(A); simulate(A); on Windows. The file might need to be close prior to each simulate command (add a call in System.mo if this is the case)
| | |     - TankPID.mos now tests val() on .mat-files
| | |     - val() now returns NAN on error, and sets the error buffer instead of printing to console
| | |     
| | |     NOTE: A few testcases are now failing due to wrong result. This is because of event handling (PLT now seems to read the left limit instead of the right limit)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/runtime/Makefile.common
| | | A	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | 
| | * commit b4b23497f64a80f23d00497d6bbd74fa4f1ff2ad
| | | Author: Per Östlund 
| | | Date:   Fri Feb 18 14:23:52 2011 +0000
| | | 
| | |     - Added missing SCodeDependency file.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/FrontEnd/SCodeDependency.mo
| | | 
| | * commit 3d07acba6aeb32b9c8320ac7065d529f45f0e223
| | | Author: Per Östlund 
| | | Date:   Fri Feb 18 13:27:12 2011 +0000
| | | 
| | |     - Added new module SCodeDependency for SCode dependency analysis.
| | |     - Added new debugflag +d=scodeFlatten to enable SCode flattening.
| | |     - Removed environment path when printing error for components with same name,
| | |       since it sometimes printed nonsense paths otherwise.
| | |     - Updated test cases that changed due to above change.
| | |     - Renamed absynExpOption to binding in SCode.Mod.
| | |     - Added function Util.listMap02.
| | |     - Added some more builtin Modelica functions (assert, constrain).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit f73b1bfe464c432b8f79ea8a26d7be97293f0158
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 18 12:55:35 2011 +0000
| | | 
| | |     - Some bugfixes for read_matlab4.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_matlab4.c
| | | M	c_runtime/read_matlab4.h
| | | 
| | * commit ea5b1ee4a3745132c3720550d3e14e1db607b4a8
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 18 10:52:16 2011 +0000
| | | 
| | |     - Added C runtime for reading the .mat format
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/read_matlab4.c
| | | A	c_runtime/read_matlab4.h
| | | 
| | * commit 818ab5995f1d64ca78dbe22d3beb53ea39334078
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 17 17:28:41 2011 +0000
| | | 
| | |     - Fix for .mat output-format on 64-bit Linux (use uint32_t instead of long)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result_mat.cpp
| | | 
| | * commit cc2fb5f8f7b11a44cbe69e7af0b64fb676f91bb6
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 17 15:36:20 2011 +0000
| | | 
| | |     - Fix default x-label of the plotParametric command
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit bae39ab50beda0fdab442974de91c94db5ee00df
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 17 13:03:36 2011 +0000
| | | 
| | |     - Calculate better start-values for the init-file by interpreting function calls in the backend
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | 
| | * commit b6ef61def87e85d7b9ecdc202cc6ee231921ae87
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 17 11:47:45 2011 +0000
| | | 
| | |     #1317
| | |     - Added support for simulation option fileNamePrefix (in the simulation runtime)
| | |     - Added support for quoted identifiers in generated code
| | |       - See for example testsuite/mosfiles-dassl/JapaneseBouncingBall.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 8740ef5bfb96140b0f4e5ae0e69993810816d7f2
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 17 09:57:55 2011 +0000
| | | 
| | |     - Added support for boolean min/max operators
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 805990a279f20987d09fa5b6f4c82d9a5f265d4e
| | | Author: Willi Braun 
| | | Date:   Thu Feb 17 05:02:29 2011 +0000
| | | 
| | |     - changed default solver to dassl2 (or from now it's called dassl)
| | |        - for now old default solver renamed to dasslold
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit eb204c4d642a2d0f790484f3a92ce1640fe3fb21
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 16 14:33:47 2011 +0000
| | | 
| | |     - Added option variableFilter to translate/buildModel/simulate commands/simulation runtime
| | |       - This argument is a regular expression; any variable that matches this expression is present in the result file
| | |       - The default value is ".*", which matches _any_ variable
| | |       - The regex provided is treated as: ^(%regex%)$, i.e. you are forced to write regular expressions that match the complete name (no substring matches)
| | |       - Currently only implemented for plt/csv formats with mat coming in the near future
| | |     
| | |     - Added an error message when a uniontype record contains a field that has the type of a uniontype record instead of a uniontype (this is more specific than the type mismatch error that used to be provided)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_input.h
| | | M	c_runtime/simulation_result_csv.cpp
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_result_plt.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit c32a130be661972ca5264fcfdc3439f437428e99
| | | Author: Jens Frenkel 
| | | Date:   Wed Feb 16 08:46:02 2011 +0000
| | | 
| | |     - Update CMakeLists.txt files for c_runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | 
| | * commit 83123033dbcfc8bb8cd9e3f1640027fc4d58be07
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 16 08:32:18 2011 +0000
| | | 
| | |     - added README about 3rdParty directory move.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/cpp/Source/README.txt
| | | 
| | * commit fd27a464536aab5bfc5d0670e24fbab2904fb520
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 15 12:09:42 2011 +0000
| | | 
| | |     - Now runs convert_lines.pl in simulation and function makefiles
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | A	Compiler/scripts/convert_lines.pl
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit ceb9d8aebbcf93016a2a8385f46f5478c1b6237d
| | | Author: Willi Braun 
| | | Date:   Mon Feb 14 15:10:45 2011 +0000
| | | 
| | |     - fixes for testsuite dassl2 and modelicaML
| | |     - rewrote assert and terminate process for solver
| | |       - added function checkForAsserts()
| | |       - added asserts for sqrt(<0)
| | |     changes in detail:
| | |        - boolean_array.* -- added function for print modelica boolean
| | |        - options.cpp -- fix bug for using options in simulation programm
| | |        - simulations_events.*  -- rewrote searching process
| | |        - simulations_runtime.cpp -- added flag for solver switch  (-s )
| | |        - solver_main.cpp -- adjustments to other changes
| | |        - BackendDAEUtil.mo -- check RELATION for discrete Variables
| | |        - SimCode.mo -- added searching for sqrt-asserts, some other adjustments
| | |        - testsuite -- adjustments
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/options.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit c7c474f78bdc515c47a35d3b9227b4903e5268a1
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 14 09:02:51 2011 +0000
| | | 
| | |     - Added stringCharInt, intStringChar boxptr-functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_builtin_boxptr.h
| | | 
| | * commit 5b166cb0dd996026d49db418698364f79525fd69
| | | Author: Alexey Lebedev 
| | | Date:   Fri Feb 11 13:23:20 2011 +0000
| | | 
| | |     Processing of fill(val,dims) with parametric dimensions in the case of non-expanded arrays.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 71863724fecb0cc90ac730ddb11b1713d6abdb01
| | | Author: Jens Frenkel 
| | | Date:   Thu Feb 10 10:45:54 2011 +0000
| | | 
| | |     Fix for bug/tasks: #1429
| | |     - replace the function with an additional variable with type of return value. Maybe some models of the testsuite using checkModel does now not work but my laptop is to slow to run the hole testsuite.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit c1dcbb7b57b2cc2418492582cf7679ce2ac10b66
| | | Author: Per Östlund 
| | | Date:   Wed Feb 9 14:46:48 2011 +0000
| | | 
| | |     - Fixed incorrect type when generating if-equation for actualStream.
| | |     - Added test case streams/ActualStreamCodeGen to test the fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | 
| | * commit 4798b5a975b459e89988289cd56196c046c9cc56
| | | Author: Jens Frenkel 
| | | Date:   Wed Feb 9 12:47:58 2011 +0000
| | | 
| | |     - add space in init file to number of parameters line, now looks like the others
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit ed30b830f3138315294d593ef55d2a7e561e9f22
| | | Author: Niklas Worschech 
| | | Date:   Tue Feb 8 14:16:23 2011 +0000
| | | 
| | |     Added cpp simulation runtime  SimulationRuntime/cpp
| | |     Binaries copied to trunk/build/bin/cpp and trunk/bin/lib/omc/cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	SimulationRuntime/cpp/Build/Compile.bat
| | | A	SimulationRuntime/cpp/Build/MakeConf.inc
| | | A	SimulationRuntime/cpp/Build/Makefile
| | | A	SimulationRuntime/cpp/Build/Simulation.sln
| | | A	SimulationRuntime/cpp/ReadMe.doc
| | | A	SimulationRuntime/cpp/Source/DataExchange/Interfaces/IHistory.h
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/ArrayOps.zip
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/Constants.h
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/Functions.cpp
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/Functions.h
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/stdafx.cpp
| | | A	SimulationRuntime/cpp/Source/Math/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/Math/Interfaces/IBlas.h
| | | A	SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h
| | | A	SimulationRuntime/cpp/Source/Math/Math.mak
| | | A	SimulationRuntime/cpp/Source/Math/Math.vcxproj
| | | A	SimulationRuntime/cpp/Source/Math/Math.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Implementation.vcxproj
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Implementation.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/SettingsFactory.mak
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.cpp
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Implementation/targetver.h
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/GlobalSettings.xml
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h
| | | A	SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h
| | | A	SimulationRuntime/cpp/Source/SimManager/Configuration.cpp
| | | A	SimulationRuntime/cpp/Source/SimManager/Configuration.h
| | | A	SimulationRuntime/cpp/Source/SimManager/Main.cpp
| | | A	SimulationRuntime/cpp/Source/SimManager/Main.mak
| | | A	SimulationRuntime/cpp/Source/SimManager/Main.vcxproj
| | | A	SimulationRuntime/cpp/Source/SimManager/Main.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/SimManager/StdAfx.cpp
| | | A	SimulationRuntime/cpp/Source/SimManager/stdafx.h
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.mak
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.vcxproj
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/EulerSettings.xml
| | | A	SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/Solver.mak
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/Solver.vcxproj
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/Solver.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.cpp
| | | A	SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/Solver/Interfaces/IAlgLoopSolver.h
| | | A	SimulationRuntime/cpp/Source/Solver/Interfaces/IDAESolver.h
| | | A	SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h
| | | A	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp
| | | A	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h
| | | A	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp
| | | A	SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h
| | | A	SimulationRuntime/cpp/Source/System/Implementation/ClassDiagram1.cd
| | | A	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp
| | | A	SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h
| | | A	SimulationRuntime/cpp/Source/System/Implementation/System.mak
| | | A	SimulationRuntime/cpp/Source/System/Implementation/System.vcxproj
| | | A	SimulationRuntime/cpp/Source/System/Implementation/System.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp
| | | A	SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h
| | | A	SimulationRuntime/cpp/Source/System/Implementation/stdafx.cpp
| | | A	SimulationRuntime/cpp/Source/System/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h
| | | A	SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolver.h
| | | A	SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h
| | | A	SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h
| | | A	SimulationRuntime/cpp/Source/System/Interfaces/IDataExchange.h
| | | A	SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h
| | | A	SimulationRuntime/cpp/Source/System/Interfaces/ISystemProperties.h
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.h
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.mak
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.vcxproj
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.vcxproj.filters
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.cpp
| | | A	SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h
| | | A	SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h
| | | 
| | * commit 39f9ad19b1f572e95caf9d35ef7f5e049aad8795
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 8 13:38:46 2011 +0000
| | | 
| | |     - Absyn.crefHasSubscripts has a new function to check if a component reference has subscripts
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | 
| | * commit 3aef3ef6308b5a0d87ffd2b68680398ecd9f9467
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 8 13:26:08 2011 +0000
| | | 
| | |     - Added check for ClassInf.trans when instantiating equation-sections
| | |       - Packages and functions containing equations now fail
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit d98da61df1546b01a9f6093784b05c3e7119448f
| | | Author: Martin Sjölund 
| | | Date:   Sun Feb 6 18:46:35 2011 +0000
| | | 
| | |     - Fixed handling of string literals:
| | |       - elabExp will now unescape any string to canonical form
| | |       - calling MM stringLength on a string now returns the actual length of the string
| | |       - calling expEqual on strings now works correctly
| | |       - using CevalScript now returns properly escaped strings; for example "ab\"c" is now displayed instead of "ab"c" (which would not parse)
| | |     - Note: list() in CevalScript and Interactive is different! The one in Interactive will not escape output strings
| | |       - This seems to make OMEdit work as expected, but the function should probably be fixed
| | |     - Note: Any elabExp-style function (takes Absyn.STRING as input) should now use System.unescapedString on the given string to make it canonical
| | |       - System.unescapedString will only break string sharing if the string has to be modified (if it has no sequence to unescape it returns the old string)
| | |     
| | |     
| | |     - The testsuite will be updated in the next few commits (Codebeamer could not handle the size of the diff)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 8676882c3562702098b914b2a3e74237d6772804
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 5 17:54:39 2011 +0000
| | | 
| | |     - add -lregex for linking in Windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit dcfef2fc3d5baf68e86b65eea4103dbe419c26a5
| | | Author: Per Östlund 
| | | Date:   Fri Feb 4 12:54:43 2011 +0000
| | | 
| | |     - Implemented constant evaluation of array reductions in Ceval.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit b62b79373bdddccf4b97f9cc5bbc7a17bc488814
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 3 12:14:47 2011 +0000
| | | 
| | |     - Added regex and regexBool scripting functions, and a testcase
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit bd06224175e811044b8ad1f81e25313939fe54b7
| | | Author: Per Östlund 
| | | Date:   Thu Feb 3 10:57:06 2011 +0000
| | | 
| | |     - Added support for wildcard assignments in CevalFunction.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | 
| | * commit 375e398b39b8986545accb95a3f495adc6668a26
| | | Author: Per Östlund 
| | | Date:   Thu Feb 3 09:56:28 2011 +0000
| | | 
| | |     - Fixed problems with local function variables with flexible sizes in CevalFunction.
| | |     - Added test case mofiles/FunctionEval10.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/Util/System.mo
| | | 
| | * commit 684d308b2526692d644f0c837d3894cbfb5b1f7e
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 2 21:42:18 2011 +0000
| | | 
| | |     - Added initial implementation of scripting function regex (we might make this part of the MetaModelica builtin environment because it is so nifty...)
| | |       - This version lacks some features (only returns true/false, but it does set Error.mo so even if it looks like it succeeds you should check it)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit b21bfeff6ed5929d28c730435b31b0c664f724b2
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 2 15:49:23 2011 +0000
| | | 
| | |     - Added scripting function readFileShowLineNumbers
| | |       - It's implemented in OpenModelica script instead of MetaModelica itself
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/System.mo
| | | 
| | * commit 4535d12edf772af42947e3829f8047213ca839b0
| | | Author: Per Östlund 
| | | Date:   Wed Feb 2 14:57:23 2011 +0000
| | | 
| | |     - Added symbol table to CevalFunction.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | 
| | * commit 9154341d45ce36461f3e5d8c3994721fb721a8c8
| | | Author: Per Östlund 
| | | Date:   Wed Feb 2 13:34:59 2011 +0000
| | | 
| | |     - Fixed correct limits for reductions on 64-bit platforms.
| | |     - Added simplification of reductions of an array with one element.
| | |     - Updated test mofiles/NonConstantReduction.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/modelica.h
| | | 
| | * commit c52165770d2502511f8dc6a84662602ad6a0b513
| | | Author: Per Östlund 
| | | Date:   Wed Feb 2 12:25:15 2011 +0000
| | | 
| | |     Fix for bug #1412:
| | |     - Removed error message for non-constant reductions.
| | |     - Added test case mofiles/NonConstantReduction.
| | |     - Fixed test case mosfiles/val.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 6d4cd60944bcf8980c306e692115cb20e65ed9b5
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 2 12:21:51 2011 +0000
| | | 
| | |     - Added Absyn.Info comments for statements in the generated C-code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 005aa881637b509976b88007f97f10d54602c051
| | | Author: Per Östlund 
| | | Date:   Wed Feb 2 12:00:40 2011 +0000
| | | 
| | |     Fix for bug #1422:
| | |     - Fixed incorrect type on ranges when doing type conversion.
| | |     - Updated test mosfiles-dassl2/nonConstantParam and added test
| | |       mofiles/SimplifyRangeInCall.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 2d7a8ce1ff06c19de4c1d721c60cd3146ee610c7
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 2 08:44:46 2011 +0000
| | | 
| | |     - val() is now part of the builtin environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 5d8d0ec8be6b03a3c1be208ad22e8a75762a0adf
| | | Author: Per Östlund 
| | | Date:   Tue Feb 1 15:35:19 2011 +0000
| | | 
| | |     - Fixed proper handling of encapsulated in SCodeFlatten.
| | |     - Fixed test mofiles/Sequence and added mofiles/Encapsulated4.
| | |     - Detabbed some comments.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 140bca3db3df19552302ebd5322c38f001e7d94d
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 1 15:22:48 2011 +0000
| | | 
| | |     - Moved more scripting functions into the builtin environment
| | |       - Some even have a bit of documentation attached now
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit a767bd17659ada27f0481c2b7713c68fdb549c47
| | | Author: Per Östlund 
| | | Date:   Tue Feb 1 13:06:15 2011 +0000
| | | 
| | |     - Fixed correct scope type when adding new classes to the environment in
| | |       SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | 
| | * commit d08c03d99540409566fa70233129ef9d4ac84543
| | | Author: Per Östlund 
| | | Date:   Tue Feb 1 12:13:18 2011 +0000
| | | 
| | |     - Added support for enumeration redeclarations in SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | 
| | * commit 83f902cfc323269727faa7e4eefd72aad04a3d76
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 1 12:04:13 2011 +0000
| | | 
| | |     - Added support for OpenModelica.Code.TypeName
| | |       - checkModel can now be represented in the builtin environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Error.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 264187dfb280eeeb1fee7c83fccfdacb6916ee61
| | | Author: Per Östlund 
| | | Date:   Tue Feb 1 12:00:30 2011 +0000
| | | 
| | |     - Added flattening of array dimensions to SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | 
| | * commit be6bcd24391166d4a526e9f0be1cb435da1b8e9b
| | | Author: Per Östlund 
| | | Date:   Tue Feb 1 11:38:07 2011 +0000
| | | 
| | |     - Fixed flattening of short class definitions with modifications that depends on
| | |       the extended class.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | 
| | * commit 6137bfd8f8dd6846604809bb2beac98f99a00751
| | | Author: Per Östlund 
| | | Date:   Tue Feb 1 10:11:29 2011 +0000
| | | 
| | |     - Added a new type of cref, Absyn.CREF_INVALID, which is used for crefs that
| | |       could not be looked up in SCodeFlatten (which might still be valid, as long as
| | |       they are not used). The error reporting for crefs that could not be found is
| | |       now delayed until elaboration instead.
| | |     - Removed some code for checking optional conditions, which is no longer needed
| | |       because of CREF_INVALID.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	c_runtime/matrix.h
| | | 
| | * commit 9dbc91dc48a7bcd03b11951f34585c366e7e771b
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 1 08:50:00 2011 +0000
| | | 
| | |     - Propagated cache+env to BackendDAEUtil
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Parser/Parser_omc.cpp
| | | 
| | * commit d44c008a3e2b6407c340f28abda2818ac76e4b4f
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 1 08:32:49 2011 +0000
| | | 
| | |     - Some fixes for compiling SCodeFlatten using bootstrapped OMC
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | 
| | * commit 5579ef7035fdd5a788a14151ae6bc9a4f73f7f39
| | | Author: Per Östlund 
| | | Date:   Mon Jan 31 18:18:10 2011 +0000
| | | 
| | |     - Fixed extends so that imports are not inherited in SCodeLookup.
| | |     - Added error message for extends-clauses that depend on inherited elements.
| | |     - Added test case mofiles/InvalidExtends1 (disabled for now until SCodeFlatten
| | |       will be used).
| | |     - Fixed invalid use of extends in test mosfiles-nosim/FinalTests.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 0909f0ece3032980a3534b95b091f2b8c20ffe77
| | | Author: Per Östlund 
| | | Date:   Mon Jan 31 11:58:25 2011 +0000
| | | 
| | |     - Renamed SCodeFlatten.flatten to flattenProgram and added flattenClass.
| | |     - Added flattening of functions in Interactive (disabled by default).
| | |     - Renamed some functions in SCodeFlattenImports to be grammatically correct.
| | |     - Added fail as a builtin MetaModelica function in MetaModelicaBuiltin.
| | |     - Added missing declarations in test case parser/MetaModelicaMatchElse.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 8a15ea4714e20835007ecd2b04bd6ca15b085633
| | | Author: Per Östlund 
| | | Date:   Mon Jan 31 10:00:37 2011 +0000
| | | 
| | |     - Fixes for redeclare modifiers in components for SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | 
| | * commit fca3700bb4830faa5ec317359cf974c474c42148
| | | Author: Per Östlund 
| | | Date:   Fri Jan 28 15:57:23 2011 +0000
| | | 
| | |     - Propagated Absyn.Info from Absyn.ElementSpec to SCode.Element in SCodeUtil.
| | |     - Replaced print with proper error message in
| | |       SCodeEnv.checkUniqueQualifiedImport;
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 5b99a68b8947df56d58107e04d9855b121b74939
| | | Author: Alexey Lebedev 
| | | Date:   Fri Jan 28 15:43:09 2011 +0000
| | | 
| | |     Modified non-expaned array processing so that DAE.RANGE is not used anymore.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit d9dcf75137a54439a6b0c6e12d9d8c8023fefef6
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 28 15:36:58 2011 +0000
| | | 
| | |     - Added Absyn.Info for Absyn.IMPORT(...)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/Interactive.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 16a6f00b23347ea1272d39db2f059c9cf59e7632
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 28 15:23:35 2011 +0000
| | | 
| | |     - Removed some warnings about duplicate variable info being generated by not generating these anymore.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 3f0f24654e4deb9f185690c0a99d44e997752e5c
| | | Author: Per Östlund 
| | | Date:   Fri Jan 28 15:01:51 2011 +0000
| | | 
| | |     - Better comments and error messages in SCodeLookup.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 3285478fb58a08949c1e46ea7de8112dc71dfff9
| | | Author: Per Östlund 
| | | Date:   Fri Jan 28 13:43:52 2011 +0000
| | | 
| | |     - Implemented better support for match/matchcontinue expressions in
| | |       Absyn.traverseExpBidir.
| | |     - Fixed better error messages from SCodeLookup.lookupName.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit 098890ec29b09ffeae870c853db8f0d0bf87d689
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 28 11:04:21 2011 +0000
| | | 
| | |     - Added printing of Absyn.Info when assertions happen in the simulation runtime, i.e.
| | |       + e.g. [StringTest.mo:8:1-14:56:writable] Simulation call assert() at time 0.11 ...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/simulation_varinfo.c
| | | M	c_runtime/simulation_varinfo.h
| | | 
| | * commit 21e74d6c6b6c36a3de7466c6bebcec5bea954e27
| | | Author: Per Östlund 
| | | Date:   Fri Jan 28 11:01:26 2011 +0000
| | | 
| | |     - Implemented better support for MetaModelica in SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | 
| | * commit 744f70aa844a2da22f79b64f64dc6e2bb249dfd6
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 28 09:56:51 2011 +0000
| | | 
| | |     - Added a guard against algebraic types in the Modelica3 parser (list<...> only available with +g=MetaModelica)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 5951d7e3c5eed9a5c32bd440c42cf3c68a10258c
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 28 09:33:38 2011 +0000
| | | 
| | |     - Fixed codegen for some reductions
| | |     - ExpressionSimplify:
| | |       + min/max({exp}) => exp
| | |       + min/max({exp1,exp2}) => min/max(exp1,exp2)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/utility.h
| | | 
| | * commit df8e10c396e16d638e8d739be7c5bf12fb120434
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 27 20:04:34 2011 +0000
| | | 
| | |     - Added Absyn.Info to Absyn.REDECLARE and updated SCodeUtil
| | |     - Fixed a bug in ExpressionSolve.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/Interactive.mo
| | | M	Parser/Modelica.g
| | | M	Parser/Parser_omc.cpp
| | | 
| | * commit d68edcfffc50586b445128a76197d5174a899119
| | | Author: Per Östlund 
| | | Date:   Thu Jan 27 16:32:36 2011 +0000
| | | 
| | |     - Changed SCode.COMPONENT to have an Absyn.Info instead of an Option.
| | |     - Changed print to proper error message in SCodeEnv.avlTreeAdd2.
| | |     - Updated some test cases due to better error messages.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 186a48fbf9c1b5040ce6f2078a5e8cab8f2e753a
| | | Author: Per Östlund 
| | | Date:   Thu Jan 27 13:37:10 2011 +0000
| | | 
| | |     - Added simple check for recursive short class definitions in SCodeFlatten, to
| | |       avoid stack overflows.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | 
| | * commit 99e9e864e7a7769c8557ab2453de10b03b0ff035
| | | Author: Willi Braun 
| | | Date:   Thu Jan 27 13:27:34 2011 +0000
| | | 
| | |     - correct a mistake from r7788
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 6e177f3a720b4daa43a1119745e63f2d75a03d1f
| | | Author: Jens Frenkel 
| | | Date:   Thu Jan 27 12:30:24 2011 +0000
| | | 
| | |     - bugfix for BUG-1409 introduced in 7745
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 8e17c9f1910d7b6a1099b777ce97839434e9b840
| | | Author: Willi Braun 
| | | Date:   Thu Jan 27 12:19:57 2011 +0000
| | | 
| | |     - Bugfixes for generation of jacobian matrix
| | |       added testcase for that issue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit f3fe405e2e5354d11ecc705b1c1bcca5f4e3aaf8
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 27 11:51:51 2011 +0000
| | | 
| | |     - Added expression simplification for asub of ranges, e.g. (1:2:10)[2]=>3
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | 
| | * commit 487f97bd9ed5ca932c9c64a9e206d2350f3b0ac4
| | | Author: Per Östlund 
| | | Date:   Thu Jan 27 11:42:31 2011 +0000
| | | 
| | |     - Changed SCodeFlatten.flatten so it uses the correct variables.
| | |     - Changed SCodeEnv.printEnvStr so it prints the whole environment instead of
| | |       only the last frame.
| | |     - Implemented support for derived classes in SCodeFlattenImports.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit a640039d79ff1f169a9011aa6a4149cb53f2ecc5
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 27 08:16:35 2011 +0000
| | | 
| | |     - Added ceval of more arguments to scripting functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 610c8b6d1d8977f66780e9524716fe2e693c2a53
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 27 06:46:47 2011 +0000
| | | 
| | |     - split SCodeFlatten.mo into several files:
| | |       SCodeEnv.mo
| | |       SCodeLookup.mo
| | |       SCodeFlattenImports.mo
| | |       SCodeFlattenExtends.mo
| | |       SCodeFlattenRedeclare.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/FrontEnd/SCodeEnv.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | A	Compiler/FrontEnd/SCodeFlattenExtends.mo
| | | A	Compiler/FrontEnd/SCodeFlattenImports.mo
| | | A	Compiler/FrontEnd/SCodeFlattenRedeclare.mo
| | | A	Compiler/FrontEnd/SCodeLookup.mo
| | | M	Compiler/Makefile.common
| | | 
| | * commit e9026c2cb85d6c364213252dcf1df781e34280b5
| | | Author: Per Östlund 
| | | Date:   Wed Jan 26 15:32:56 2011 +0000
| | | 
| | |     - Implemented redeclaration of variables in SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit 7cd722c3da8897e15b36750a1b34c71840b8332d
| | | Author: Per Östlund 
| | | Date:   Wed Jan 26 14:07:00 2011 +0000
| | | 
| | |     - Fixed small mistake in SCodeFlatten that caused compilation to fail.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit 7375f067ab6fb7a4f374c3793e9e28471138733e
| | | Author: Per Östlund 
| | | Date:   Wed Jan 26 12:06:32 2011 +0000
| | | 
| | |     SCodeFlatten fixes:
| | |     - Fixed path-merging bug when looking up through imports.
| | |     - Propagated Absyn.Info where needed and replaced some print-calls with proper
| | |       error messages.
| | |     - Added evaluation of conditional expression when lookup of a component fails.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit 06dd617fa27469da8572d4cdad2914a6fd3ca8b7
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 26 08:49:11 2011 +0000
| | | 
| | |     - Updated Absyn.Modification to store an EqMod instead of Option. This also contains Absyn.Info.
| | |     - Moved more scripting functions from Interactive.mo to CevalScript.mo, and defined them in ModelicaBuiltin.mo
| | |       - Some of the scripting functions are defined in the builtin environment instead of special rules
| | |       - getEnvironmentVar now returns "" instead of "error"
| | |     - Removed MetaModelicaBuiltinImports.mo (defined in MetaModelica.mo as builtin instead of import X=Y)
| | |     - Added simplification of String()
| | |     - Fixed a bug in getTmpDir for RML
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | D	Compiler/FrontEnd/MetaModelicaBuiltinImports.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Makefile.in
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/runtime/Settings_rml.c
| | | M	Parser/Modelica.g
| | | 
| | * commit dc9e356428464e96d114fad1e2ff5e35101aae5e
| | | Author: Per Östlund 
| | | Date:   Tue Jan 25 16:08:04 2011 +0000
| | | 
| | |     - Added spliceFunction as a builtin function, since it's used in Modelica.Fluid
| | |       (it's probably a Dymola builtin function).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit 2d127f0f73c153f14fefa5ee86e5e1574091f19b
| | | Author: Per Östlund 
| | | Date:   Tue Jan 25 14:50:49 2011 +0000
| | | 
| | |     - Fixed bug in SCodeFlatten.qualifyRedeclare where the merged path was incorrect.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit 0fcde286a4d3eac3210c15bae7aba2c80341bf1a
| | | Author: Per Östlund 
| | | Date:   Tue Jan 25 13:55:48 2011 +0000
| | | 
| | |     - More redeclare fixes in SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit b1a94324cf10f2e9f0dcb3f9471dae67b4d67acb
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 25 12:32:58 2011 +0000
| | | 
| | |     #1399
| | |     - Removed set/getClassNamesForSimulation from Interactive.mo
| | |     - Moved strictRMLCheck() API call to CevalScript from Interactive
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 3ff6217137554868b2d005824c5e3bf0cafae769
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 25 11:06:31 2011 +0000
| | | 
| | |     #1399
| | |     - Added some CevalScript functions to ModelicaBuiltin.mo
| | |       - This means we now get vectorized builtin operator, and ExpressionSimplify
| | |       - CevalScript still does not Ceval the inputs
| | |         + loadFile(intString(1)+".mo") might not work
| | |         + loadFile("a" + ".mo") will now work
| | |         + loadFile({"a.mo","b.mo","c.mo"}) works
| | |         + setCompilerFlags("singleFlag") now works as the function is vectorized instead of taking an array of strings as input
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 13f57d1243af2e5d114c56b8bc33a7ca5dc1c334
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 24 17:13:46 2011 +0000
| | | 
| | |     - When converting from match to switch, (x as _) is treated as _ to determine if a column of patterns are WILD or not
| | |       - Also, the last case is excused from this check as it may be a default case
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 1fd2714753c2d16bfc981758c303690540e91e73
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 24 09:54:44 2011 +0000
| | | 
| | |     - Added support for a "default" case when doing the match->switch translation
| | |     - intString now checks for numbers 0-9 and returns the literal directly, based on the fact that most (99.9995%) intString calls use these numbers (see below)
| | |     
| | |     checkEngineV6_analytic:
| | |     $ grep intString log  | sort -g -k2 | uniq -c
| | |      509518 intString: 1
| | |      346782 intString: 2
| | |      348622 intString: 3
| | |         620 intString: 4
| | |           1 intString: 7
| | |           1 intString: 13
| | |           1 intString: 62
| | |           1 intString: 228
| | |           1 intString: 7058
| | |           2 intString: 9491
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 359dce1e1fea2cfd6a23e48a65ccc63fd0785b29
| | | Author: Lennart Ochel 
| | | Date:   Sun Jan 23 19:33:52 2011 +0000
| | | 
| | |     fixed handling of known variables for symbolic jacobian
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 6d93004b60127ed692c2861d4e433031a6fea43f
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 23 13:46:39 2011 +0000
| | | 
| | |     - Added match->switch conversion for integers.
| | |       - There are very few cases using this, but they are used for lookup and the performance increase seems good
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit de971455d39d18466dbda12760c5a39d0de91a82
| | | Author: Jens Frenkel 
| | | Date:   Sat Jan 22 17:36:16 2011 +0000
| | | 
| | |     - bugfix for r7745
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 31a72ac43afec894c08e379c0c2fab6a4b3f417b
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 22 06:26:39 2011 +0000
| | | 
| | |     - More inline calls
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | 
| | * commit 2c6a6eeb442f0327ebcb24fb047e53d0fe8ce3c1
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 21 17:43:45 2011 +0000
| | | 
| | |     - Cleaned up boxptr-functions for record constructors
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 6524d68f0137f4a532928a1915856cca4e5cb3bd
| | | Author: Jens Frenkel 
| | | Date:   Fri Jan 21 17:43:16 2011 +0000
| | | 
| | |     - perform remove simple equations also for removed equations
| | |     - check if there are inputs insight the parameter equation candidate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 6597f8487dd7950d63c406c19922da0a0c44b537
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 21 15:52:50 2011 +0000
| | | 
| | |     - Generate if-expressions as (cond ? tb : fb) in C-code if pre-exp of tb and fb is empty (less temporaries is always nice)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 7b83fd41f23626d9b8174ea29ae1b655d9fc89fa
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 21 15:50:34 2011 +0000
| | | 
| | |     - Moved elabType of "complex" types that have a regular base type (no longer uses a slot in the memory)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 0e97306a2b6b75b4442ce00ef9eb4dbcabf54671
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 21 10:33:49 2011 +0000
| | | 
| | |     - Added inlining of Util.if_
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 1bdae17eec849aec2e532adec5f6d3d6d7d8440b
| | | Author: Alexey Lebedev 
| | | Date:   Fri Jan 21 10:28:00 2011 +0000
| | | 
| | |     Improvement in non-expanded array processing; new testcase.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 6cf97d71207c20bd4a70a7c182654e301338909c
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 21 09:49:49 2011 +0000
| | | 
| | |     - Fixed inlining of function pointers that do not return boxed data
| | |     - Added expression simplification for "if cond then true else false => cond" and "if cond then false else true => not cond"
| | |       - This found more simple equations in mosfiles-nosim/Model{1,2}.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 83125e9b5e7d99397989ea9a61edd783a9a763d4
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 21 05:12:54 2011 +0000
| | | 
| | |     - Annotated a few functions with __OpenModelica_EarlyInline
| | |       - A NEW (r204+) OMDev or MetaModelica/RML is needed for this (older RML version do not parse annotations in regular functions):
| | |         OMDEV: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/
| | |         Debian/Ubuntu Linux: apt-get update && apt-get upgrade rml-mmc
| | |         OSX: port update && port upgrade rml-mmc
| | |     - Also fixed a bug where inlined call expressions were not boxed
| | |     - TODO: Propagate the inline annotation of functions in crefs that are pointers to a specific function
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Util/Debug.mo
| | | 
| | * commit 92d5d031d717e5e91888302f51a410d077b03032
| | | Author: Willi Braun 
| | | Date:   Thu Jan 20 20:47:50 2011 +0000
| | | 
| | |     - Bugfixes for ZeroCrossing in algorithm for loop
| | |     - correct ident in simulation_events.{h,cpp} and solver_main.cpp
| | |     - add testcase for ZeroCross in for loop and adjusted some other testcases
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 73ce75c86fc1de50528e31d639a617a3c2fe1d94
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 20 11:50:06 2011 +0000
| | | 
| | |     - Removed more Builtin.isXXX functions (Modelica.Math.min/max/cross/transpose do not even exist!)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit b7d1f952d899472f5e9e8b0da742e780ab90e414
| | | Author: Per Östlund 
| | | Date:   Thu Jan 20 11:28:15 2011 +0000
| | | 
| | |     - Fixed handling of redeclares in variable modifications and extends clauses in
| | |       SCodeFlatten lookup.
| | |     - Ported optimizations from Env for the AVL tree to SCodeFlatten.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit b90a913da35125577b50f97b93d05912f1c0eaa3
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 20 08:08:51 2011 +0000
| | | 
| | |     - Removed some Builtin.isXXX functions that should not be used (pattern-matching is a lot faster and we no longer need it in order to look for sin or Modelica.Math.sin)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit a6fc8dace2703753636d32332f6e36ef08759a61
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 19 22:00:32 2011 +0000
| | | 
| | |     - Known external "C" calls are now treated as external "builtin"
| | |       - That is, Modelica.Math.sin becomes a call to sin because it is calling the same C function we know that the builtin function is calling
| | |       - This finds more functions than just Modelica.Math.sin (some of the testcases mapped their own external "C" function to C)
| | |       - We should also be able to change Derive.mo to do pattern-matching against "sin" now, instead of calling Builtin.isSin
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 70f444bb33fc474deb12e8b447892985b3485704
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 19 16:07:27 2011 +0000
| | | 
| | |     #1397
| | |     - Declaring for example Modelica.Math.sin as external "builtin" now works as expected
| | |       - The compiler will treat this as a call to the builtin function sin()
| | |       - This means Derive.mo and Ceval.mo will work properly without dynamically loading the function or requiring special rules that check for MyPackage.sin or sin
| | |     - Added testcase ExternalFunctionBuiltin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 8d6fbe0776c2cc06c4188cefda9f921aef145176
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 19 13:59:50 2011 +0000
| | | 
| | |     - -mt now generates profiling information for nonlinear, linear and mixed systems
| | |     - meta_modelica_string_lit.{c,h} is now in svn instead of generated by sh (the script has problems supporting multiple platforms)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/matrix.h
| | | A	c_runtime/meta_modelica_string_lit.c
| | | A	c_runtime/meta_modelica_string_lit.h
| | | M	c_runtime/rtclock.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | A	c_runtime/simulation_varinfo.c
| | | M	c_runtime/simulation_varinfo.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit b725b2e3f4828e4822ff75e630e3cdb3a9fab4af
| | | Author: Willi Braun 
| | | Date:   Wed Jan 19 13:15:56 2011 +0000
| | | 
| | |     - modified comments for findZeroCrossing
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 9d8fddaf797cab10d3da3cc01891f51bfee6fba5
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 19 10:51:31 2011 +0000
| | | 
| | |     - Fix Dynload sending boxed reals on OMDEV
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Dynload.cpp
| | | 
| | * commit 53dd8459eff49746e397dddccc5a48d5ec7cc6f6
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 19 09:34:50 2011 +0000
| | | 
| | |     Changed impl. of boxed reals for OMDEV
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/rml_compatibility.h
| | | 
| | * commit eeb50b32768e086d11e8b97a7031fb2e61d9dec6
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 19 06:40:56 2011 +0000
| | | 
| | |     - Fix meta_modelica_gen_string_lit.sh for Windows
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_gen_string_lit.sh
| | | 
| | * commit cc0a0d3c51a6e5aecbb48a71cd441efae731683c
| | | Author: Willi Braun 
| | | Date:   Wed Jan 19 03:56:33 2011 +0000
| | | 
| | |     - added index DAE.Relation that are ZeroCrossings(for models e.g. CheckEvents.mo)
| | |       therefore rewrited BackendCreate.findZeroCrossing and adjusted simulation_runtime and
| | |       Compiler/*.mo files
| | |       -> all testcases from mosfiles works also with dassl2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_result.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_main.h
| | | 
| | * commit 7e046aad745cbd5f81fb61b2d154ec9a1ac324fe
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 18 16:26:37 2011 +0000
| | | 
| | |     - Use failtrace when generating Template files, but only display the log if susan fails (because the failtrace is huge even if Susan succeeds)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | 
| | * commit 12cb779e8f1243710bb32ce306e06407b6b78feb
| | | Author: Per Östlund 
| | | Date:   Tue Jan 18 08:19:15 2011 +0000
| | | 
| | |     - Fixed bug in SCodeFlatten where for-equations didn't create a new scope.
| | |     - Implemented support for class extends in the SCodeFlatten lookup.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit f741d6767fa7f8aa40ec96651f7034d131207bc0
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 17 19:56:11 2011 +0000
| | | 
| | |     - Made valueEq faster by not comparing the names of uniontypes (only the index), as well as comparing the headers of boxed types directly instead of checking if lhs and rhs are both list or option, etc...
| | |       - This made checkEngineV6_analytic ~10% faster for the bootstrapped OMC
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | 
| | * commit f55523c05fe36f57b37a8589099a94111111a012
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 17 09:53:52 2011 +0000
| | | 
| | |     - Started using System.stringHashDjb2Mod instead of intMod(stringHashDjb2 for most hashtable functions
| | |       - Tested using a hashtable instead of linear search for Types.elabType, but this seemed slower
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/HashTable.mo
| | | M	Compiler/Util/HashTable2.mo
| | | M	Compiler/Util/HashTable3.mo
| | | M	Compiler/Util/HashTable4.mo
| | | M	Compiler/Util/HashTable5.mo
| | | M	Compiler/Util/HashTable6.mo
| | | M	Compiler/Util/HashTableCG.mo
| | | M	Compiler/Util/HashTableExpToIndex.mo
| | | A	Compiler/Util/HashTableExpType.mo
| | | M	Compiler/Util/HashTableStringToPath.mo
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/meta_modelica_builtin_boxptr.h
| | | 
| | * commit 0add8133d872a22b40144f5a3226b693034214cc
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 16 20:02:59 2011 +0000
| | | 
| | |     - Added support for converting cases with matching distinct strings (that also have distinct hashes) into a switch-case over their hash
| | |       - Only matches elabBuiltinHandler for now since there are problems with escaped strings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/meta_modelica_builtin_boxptr.h
| | | 
| | * commit 7b76dc39476effa6d9f1eac55eb42989f8741f5f
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 16 12:24:13 2011 +0000
| | | 
| | |     - Added optimization that converts match-expressions (for-loop searching for matching pattern) to switch (jumps to the correct case at once)
| | |       - Works for records
| | |       - Seems to be broken for strings so I disabled it (it uses string hashing, and DAE.SCONST is a bit weird at times so it needs more debugging)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/meta_modelica_builtin_boxptr.h
| | | M	c_runtime/meta_modelica_real.cpp
| | | M	c_runtime/meta_modelica_real.h
| | | 
| | * commit 365d36ea0a2cdbd87633c41f1cf0d3bc50bf8d5b
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 15 19:21:09 2011 +0000
| | | 
| | |     - Display "no classes loaded" instead of instantiating builtin class OpenModelica when calling OMC from commandline
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit e5c0caaa6990973409bb376d342de542d0cd7714
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 15 18:56:17 2011 +0000
| | | 
| | |     - Don't disable ceval of builtin functions when +d=rml is activated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/Values.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | 
| | * commit 1229bcb9f4ebea1a0b5940871b2984b4969807ac
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 15 16:28:01 2011 +0000
| | | 
| | |     - Split setsEqual into multiple functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | 
| | * commit e3e57c70a8c3e52c77736edcfa0800cac576b444
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 15 09:21:26 2011 +0000
| | | 
| | |     - Rewrote crefPrefixOf, crefEqualNoStringCompare and setsEqual using match instead of matchcontinue (~20% speedup of checkEngineV6_analytic for bootstrapped OMC)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | 
| | * commit 21a4faf0a2123095e6160dc9d9df97ec0be98126
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 14 19:02:02 2011 +0000
| | | 
| | |     - Removed DAE.ExpType from DAE.LIST/CONS
| | |     - Added some expression simplifications for MetaModelica (cons, listReverse, listAppend)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 3817916904c18bc14a10b800a304dcb0d3987bf2
| | | Author: Per Östlund 
| | | Date:   Fri Jan 14 12:34:24 2011 +0000
| | | 
| | |     - Fixed Static.makeASUBArrayAdressing so that it doesn't create unnecessary
| | |       ASUBs.
| | |     - Added test case ArrayIndex2 that tests indexing of arrays with arrays.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit cb757c5b91339aa75b390a2a5798424ab178d7a3
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 14 05:27:27 2011 +0000
| | | 
| | |     - Changed malloc.h to stdlib.h since malloc.h does not exist on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/rtclock.c
| | | 
| | * commit 04e43da67953e65d34c1acf724518ecd7e593bda
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 13 21:46:44 2011 +0000
| | | 
| | |     - Removed some useless stuff from Builtin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | 
| | * commit 57a2a1c4a71280aec3712e82c418413b975e5e5a
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 13 21:00:03 2011 +0000
| | | 
| | |     - Avoid gcc warning about malloc being implicitly defined
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/rtclock.c
| | | 
| | * commit bb7b666ffc9a843d1ca847eef41de44a0324af55
| | | Author: Per Östlund 
| | | Date:   Thu Jan 13 13:49:37 2011 +0000
| | | 
| | |     - Fixed lookup of builtin functions and variables in SCodeFlatten.
| | |     - Fixed lookup bugs in SCodeFlatten.
| | |     - Split SCode.traverseEEquationExps into traverseEEquations and
| | |       traverseEEquationExps to be able to correctly handle for-equations in
| | |       SCodeFlatten.
| | |     - Added traversal function Absyn.traverseExpBidir, that can traverse an
| | |       Absyn.Exp both top-down and bottom-up.
| | |     - Added more builtin function to ModelicaBuiltin.mo.
| | |     - Fixed test case interactive/interactive_api_param so that it uses valid
| | |       Modelica.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit 860d892026f26e83c941eddf65e78dfea79eaa9f
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 13 12:39:43 2011 +0000
| | | 
| | |     - Use initialized data in rtclock.c on Windows/OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/rtclock.c
| | | 
| | * commit 91b6d0f62168d4c886ee5a961143e77b4e771b03
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 13 12:19:33 2011 +0000
| | | 
| | |     #1402
| | |     - Added checkpoint/rollback of error messages for if-expressions when they are used like combitables (condition is a parameter expression and one branch is invalid)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 9f7b6288a9914993467f4261edf7e0775569840a
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 12 20:37:13 2011 +0000
| | | 
| | |     - Changed envCache from array> to Option>
| | |       - Instead of using OptManager for every cacheGet/cacheAdd, we now check if the option is SOME() or NONE() (it's set during creation of the cache)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Env.mo
| | | 
| | * commit 2d6c77685f033deb7a55dafabc68e37ae1c82366
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 12 14:54:17 2011 +0000
| | | 
| | |     - Added support for expanding the number of RT clocks during runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/rtclock.c
| | | M	c_runtime/rtclock.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 94241c8a0a649bdc26a9bb76f970ea6bf3bc17be
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 12 13:31:14 2011 +0000
| | | 
| | |     - Fix some gcc warnings for mmc_mk_bcon, etc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 2d5115fe282fcc805c5862101dd05df13a3fd49d
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 12 13:28:19 2011 +0000
| | | 
| | |     - Added function names array in the simulation runtime
| | |       - These are output with -mt on a simulation file (in addition to execution count and time of each function for every timestep)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica_builtin_boxptr.h
| | | M	c_runtime/rtclock.c
| | | M	c_runtime/rtclock.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/simulation_varinfo.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 7026706a39955d86462e6a40498675a3a4cc9d93
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 12 09:46:46 2011 +0000
| | | 
| | |     Fix rtclock compilation on OMDEV
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/rtclock.c
| | | 
| | * commit 6526b397e752e1b648b27d294177a994b1e2d38a
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 12 09:39:33 2011 +0000
| | | 
| | |     - Moved rtclock from Compiler/runtime to c_runtime
| | |       - Started using the rt clock to do time measurements in simulations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/runtime/Makefile.common
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/meta_modelica_builtin_boxptr.h
| | | R065	Compiler/runtime/rtclock.c	c_runtime/rtclock.c
| | | R070	Compiler/runtime/rtclock.h	c_runtime/rtclock.h
| | | M	c_runtime/simulation_result_csv.cpp
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_main.cpp
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 74fba7ec1611ad57317af4505047483f749bd1cc
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 11 11:48:25 2011 +0000
| | | 
| | |     - Added the tests for doing compiling bootstrapped C-files separate.
| | |       - The file does not link due to referencing previously unused external functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit c3673a52a851acd2cca6e62e5921734716424d4b
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 11 10:46:07 2011 +0000
| | | 
| | |     - Added file missing in last commit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/meta_modelica_builtin_boxptr.h
| | | 
| | * commit 597b34dd1611ec8b7eead7188ce8587fe78d4d00
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 11 10:45:42 2011 +0000
| | | 
| | |     - Made the pointers to intAdd, etc functions part of the C runtime
| | |       - They are now either function pointers or inlined; SimCode was updated to ignore builtin function pointers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/meta_modelica_real.cpp
| | | M	c_runtime/meta_modelica_real.h
| | | 
| | * commit eb41dbe88c539ad3f93b3057a9988c04738a1fb0
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 10 20:58:02 2011 +0000
| | | 
| | |     - Started implementation of generateSeparateCode() API call
| | |       - Generates code for all loaded packages at the moment
| | |     - Fixed OMC source code where this new API call found errors (Main.main only found errors in functions that were actually used by the compiler)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/HashTable6.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit cf2900c5c5f509f927c5cd65ce97f18fe05fa13c
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 10 15:50:07 2011 +0000
| | | 
| | |     - Added support for inlining code that has function pointers as input
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica.c
| | | 
| | * commit a81dd749ed78fb4e27229be3b79a46a089d51e62
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 10 11:19:36 2011 +0000
| | | 
| | |     - Started removing pattern inputs that are never used (OMC dead code):
| | |       case (1,_) ... case (2,_) => case 1 ... case 2
| | |       - We have a lot of these because of RML forces us to put all inputs of the function as the inputs of a match-expression
| | |       - This makes more match-expressions simplify into if-expressions
| | |     - Made all packages encapsulated (and fixed Susan so it outputs encapsulated packages)
| | |       - This should make dependency analysis on OMC work better
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEEXT.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/TaskGraphExt.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Connect.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/Constants.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/ExpandableConnectors.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Graphviz.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MMath.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Prefix.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/UnitParserExt.mo
| | | M	Compiler/FrontEnd/Values.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | D	Compiler/Template/CompiledTemplates.mo
| | | D	Compiler/Template/TemplCG.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplCodegen.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/Corba.mo
| | | M	Compiler/Util/Database.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/DynLoad.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/ErrorExt.mo
| | | M	Compiler/Util/IOStream.mo
| | | M	Compiler/Util/IOStreamExt.mo
| | | M	Compiler/Util/OptManager.mo
| | | M	Compiler/Util/Print.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/Util/Settings.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/Util/Socket.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/TplCodegen.mo
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit d8d188bd9000e44fcf28635c506f64967370903b
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 9 20:08:15 2011 +0000
| | | 
| | |     - Enabled expression simplification for assignment statements
| | |     - Added simplification for 1-input match-expression with a single true and false pattern and no body (result is an if-exp)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | 
| | * commit eed9d43e1a73e74e0b60feb84dadbf0bc4d56026
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 9 17:37:10 2011 +0000
| | | 
| | |     - Tabs to spaces
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Connect.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/TplCodegen.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/HashTable.mo
| | | M	Compiler/Util/HashTable2.mo
| | | M	Compiler/Util/HashTable3.mo
| | | M	Compiler/Util/HashTable4.mo
| | | M	Compiler/Util/HashTable5.mo
| | | M	Compiler/Util/HashTable6.mo
| | | M	Compiler/Util/HashTableCG.mo
| | | M	Compiler/Util/HashTableExpToIndex.mo
| | | M	Compiler/Util/HashTableStringToPath.mo
| | | M	Compiler/modpar/Codegen.cpp
| | | M	Compiler/modpar/Codegen.hpp
| | | M	Compiler/modpar/DuplicateParentMerge.cpp
| | | M	Compiler/modpar/DuplicateParentMerge.hpp
| | | M	Compiler/modpar/MergeAllParents.cpp
| | | M	Compiler/modpar/MergeAllParents.hpp
| | | M	Compiler/modpar/MergeRule.cpp
| | | M	Compiler/modpar/MergeSiblings.cpp
| | | M	Compiler/modpar/MergeSiblings.hpp
| | | M	Compiler/modpar/Schedule.cpp
| | | M	Compiler/modpar/Schedule.hpp
| | | M	Compiler/modpar/SingleChildMerge.cpp
| | | M	Compiler/modpar/SingleChildMerge.hpp
| | | M	Compiler/modpar/TaskGraph.hpp
| | | M	Compiler/modpar/TaskGraphExt.cpp
| | | M	Compiler/modpar/TaskMerging.cpp
| | | M	Compiler/modpar/TaskMerging.hpp
| | | M	Compiler/modpar/solvers.cpp
| | | M	Compiler/modpar/solvers.hpp
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/OptManager_rml.cpp
| | | M	Compiler/runtime/UnitParserExt_omc.cpp
| | | M	Compiler/runtime/UnitParserExt_rml.cpp
| | | M	Compiler/runtime/optmanager.cpp
| | | M	Compiler/runtime/rtoptsimpl.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimplmisc.cpp
| | | M	Compiler/runtime/unitparser.cpp
| | | M	Compiler/runtime/unitparser.h
| | | M	Compiler/runtime/unitparserext.cpp
| | | M	Compiler/susan_codegen/TplCodegen.mo
| | | M	c_runtime/bigden.c
| | | M	c_runtime/biglag.c
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/daux.c
| | | M	c_runtime/ddasrt.c
| | | M	c_runtime/ddassl.c
| | | M	c_runtime/dgesv_aux.c
| | | M	c_runtime/dlamch.c
| | | M	c_runtime/dlinpk.c
| | | M	c_runtime/dogleg.c
| | | M	c_runtime/dpmpar.c
| | | M	c_runtime/enorm.c
| | | M	c_runtime/f2c.h
| | | M	c_runtime/fdjac1.c
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/hybrd.c
| | | M	c_runtime/hybrd1.c
| | | M	c_runtime/hybrj.c
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/linearize.cpp
| | | M	c_runtime/lsame.c
| | | M	c_runtime/matrix.h
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/nelmead.c
| | | M	c_runtime/newuoa.c
| | | M	c_runtime/newuob.c
| | | M	c_runtime/qform.c
| | | M	c_runtime/qrfac.c
| | | M	c_runtime/r1mpyq.c
| | | M	c_runtime/r1updt.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | M	c_runtime/trsapp.c
| | | M	c_runtime/update.c
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 3a29506a5d09855e3aa6acce2960a627ea552619
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 9 15:37:30 2011 +0000
| | | 
| | |     - Reverting tab changes to Template/*.mo as Susan needs them
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/susan_codegen/TplCodegenTV.mo
| | | M	Compiler/susan_codegen/paperI.mo
| | | M	Compiler/susan_codegen/testI.mo
| | | 
| | * commit 4236ad05bbb345e34fe816e0835177c58a8bbf0c
| | | Author: Azam Zia 
| | | Date:   Sat Jan 8 11:37:58 2011 +0000
| | | 
| | |     Working copy for setstartvalues function
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 7557fc461ff57491386f2573781e6ea2bb1b8561
| | | Author: Azam Zia 
| | | Date:   Sat Jan 8 11:09:06 2011 +0000
| | | 
| | |     Added code for initialize and setstartvalues function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 391e07f96754118d83e7a148dd6446a58ad3515d
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 7 12:00:32 2011 +0000
| | | 
| | |     - Minor fix in generated code (deinitializeDataStruc would try to free output vars if input vars was requested; but the code is only used when everything is requested so no bug could be triggered before)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 441450c9ac0f4e8c405613b34ac4a4ce9c03bced
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 7 08:33:22 2011 +0000
| | | 
| | |     - Replaced tab characters with 2 spaces (mostly in C sources since Eclipse/MDT usually manages to avoid using tabs)
| | |     $ svn diff Compiler/ | grep ^- | grep -v ^--- | wc -l
| | |     4771
| | |     $ svn diff c_runtime/ | grep ^- | grep -v ^--- | wc -l
| | |     13365
| | |     $ svn diff OMNotebook/ | grep ^- | grep -v ^--- | wc -l
| | |     17341
| | |     $ svn diff OMShell/ | grep ^- | grep -v ^--- | wc -l
| | |     582
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAE.mo
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/TaskGraphExt.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Connect.mo
| | | M	Compiler/FrontEnd/Constants.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/ExpandableConnectors.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Graphviz.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Parser.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Prefix.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsyn.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/DynLoad.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/ErrorExt.mo
| | | M	Compiler/Util/HashTable.mo
| | | M	Compiler/Util/HashTable2.mo
| | | M	Compiler/Util/HashTable3.mo
| | | M	Compiler/Util/HashTable4.mo
| | | M	Compiler/Util/HashTable5.mo
| | | M	Compiler/Util/HashTable6.mo
| | | M	Compiler/Util/HashTableCG.mo
| | | M	Compiler/Util/HashTableExpToIndex.mo
| | | M	Compiler/Util/HashTableStringToPath.mo
| | | M	Compiler/Util/OptManager.mo
| | | M	Compiler/Util/RTOpts.mo
| | | M	Compiler/Util/Settings.mo
| | | M	Compiler/Util/SimulationResults.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | M	Compiler/modpar/Codegen.cpp
| | | M	Compiler/modpar/Codegen.hpp
| | | M	Compiler/modpar/DuplicateParentMerge.cpp
| | | M	Compiler/modpar/DuplicateParentMerge.hpp
| | | M	Compiler/modpar/MergeAllParents.cpp
| | | M	Compiler/modpar/MergeAllParents.hpp
| | | M	Compiler/modpar/MergeRule.cpp
| | | M	Compiler/modpar/MergeRule.hpp
| | | M	Compiler/modpar/MergeSiblings.cpp
| | | M	Compiler/modpar/MergeSiblings.hpp
| | | M	Compiler/modpar/Schedule.cpp
| | | M	Compiler/modpar/Schedule.hpp
| | | M	Compiler/modpar/SingleChildMerge.cpp
| | | M	Compiler/modpar/SingleChildMerge.hpp
| | | M	Compiler/modpar/TaskGraph.cpp
| | | M	Compiler/modpar/TaskGraph.hpp
| | | M	Compiler/modpar/TaskGraphExt.cpp
| | | M	Compiler/modpar/TaskMerging.cpp
| | | M	Compiler/modpar/TaskMerging.hpp
| | | M	Compiler/modpar/solvers.cpp
| | | M	Compiler/modpar/solvers.hpp
| | | M	Compiler/runtime/BackendDAEEXT.cpp
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/OptManager_rml.cpp
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/Settings_rml.c
| | | M	Compiler/runtime/Socket_rml.c
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/UnitParserExt_omc.cpp
| | | M	Compiler/runtime/UnitParserExt_rml.cpp
| | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | M	Compiler/runtime/error_reporting.h
| | | M	Compiler/runtime/optmanager.cpp
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/rtoptsimpl.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimplmisc.cpp
| | | M	Compiler/runtime/systemimplmisc.h
| | | M	Compiler/runtime/unitparser.cpp
| | | M	Compiler/runtime/unitparser.h
| | | M	Compiler/runtime/unitparserext.cpp
| | | M	Compiler/susan_codegen/TplCodegenTV.mo
| | | M	Compiler/susan_codegen/paperI.mo
| | | M	Compiler/susan_codegen/testI.mo
| | | M	c_runtime/ModelicaExternalC/ModelicaTablesImpl.c
| | | M	c_runtime/base_array.c
| | | M	c_runtime/bigden.c
| | | M	c_runtime/biglag.c
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/daux.c
| | | M	c_runtime/ddasrt.c
| | | M	c_runtime/ddassl.c
| | | M	c_runtime/dgesv_aux.c
| | | M	c_runtime/dlamch.c
| | | M	c_runtime/dlinpk.c
| | | M	c_runtime/dogleg.c
| | | M	c_runtime/dpmpar.c
| | | M	c_runtime/dummy_model.cpp
| | | M	c_runtime/enorm.c
| | | M	c_runtime/f2c.h
| | | M	c_runtime/fdjac1.c
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/hybrd.c
| | | M	c_runtime/hybrd1.c
| | | M	c_runtime/hybrj.c
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/interactive/client.cpp
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_Control.h
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | M	c_runtime/interactive/omi_ResultManager.h
| | | M	c_runtime/interactive/omi_ServiceInterface.h
| | | M	c_runtime/interactive/omi_Transfer.cpp
| | | M	c_runtime/interactive/socket.cpp
| | | M	c_runtime/interactive/socket.h
| | | M	c_runtime/interactive/socket_unix.cpp
| | | M	c_runtime/interactive/thread.cpp
| | | M	c_runtime/interactive/thread.h
| | | M	c_runtime/libf2c/abort_.c
| | | M	c_runtime/libf2c/arithchk.c
| | | M	c_runtime/libf2c/backspac.c
| | | M	c_runtime/libf2c/c_cos.c
| | | M	c_runtime/libf2c/c_div.c
| | | M	c_runtime/libf2c/c_exp.c
| | | M	c_runtime/libf2c/c_log.c
| | | M	c_runtime/libf2c/c_sin.c
| | | M	c_runtime/libf2c/c_sqrt.c
| | | M	c_runtime/libf2c/cabs.c
| | | M	c_runtime/libf2c/close.c
| | | M	c_runtime/libf2c/d_abs.c
| | | M	c_runtime/libf2c/d_cnjg.c
| | | M	c_runtime/libf2c/d_mod.c
| | | M	c_runtime/libf2c/d_nint.c
| | | M	c_runtime/libf2c/dfe.c
| | | M	c_runtime/libf2c/dolio.c
| | | M	c_runtime/libf2c/dtime_.c
| | | M	c_runtime/libf2c/due.c
| | | M	c_runtime/libf2c/ef1asc_.c
| | | M	c_runtime/libf2c/endfile.c
| | | M	c_runtime/libf2c/err.c
| | | M	c_runtime/libf2c/etime_.c
| | | M	c_runtime/libf2c/exit_.c
| | | M	c_runtime/libf2c/f2c.h
| | | M	c_runtime/libf2c/f77_aloc.c
| | | M	c_runtime/libf2c/f77vers.c
| | | M	c_runtime/libf2c/fio.h
| | | M	c_runtime/libf2c/fmt.c
| | | M	c_runtime/libf2c/fmt.h
| | | M	c_runtime/libf2c/fmtlib.c
| | | M	c_runtime/libf2c/ftell64_.c
| | | M	c_runtime/libf2c/ftell_.c
| | | M	c_runtime/libf2c/getarg_.c
| | | M	c_runtime/libf2c/getenv_.c
| | | M	c_runtime/libf2c/h_abs.c
| | | M	c_runtime/libf2c/h_indx.c
| | | M	c_runtime/libf2c/i77vers.c
| | | M	c_runtime/libf2c/i_abs.c
| | | M	c_runtime/libf2c/i_indx.c
| | | M	c_runtime/libf2c/iio.c
| | | M	c_runtime/libf2c/ilnw.c
| | | M	c_runtime/libf2c/inquire.c
| | | M	c_runtime/libf2c/lbitbits.c
| | | M	c_runtime/libf2c/lbitshft.c
| | | M	c_runtime/libf2c/lio.h
| | | M	c_runtime/libf2c/lread.c
| | | M	c_runtime/libf2c/lwrite.c
| | | M	c_runtime/libf2c/main.c
| | | M	c_runtime/libf2c/open.c
| | | M	c_runtime/libf2c/pow_ci.c
| | | M	c_runtime/libf2c/pow_di.c
| | | M	c_runtime/libf2c/pow_hh.c
| | | M	c_runtime/libf2c/pow_ii.c
| | | M	c_runtime/libf2c/pow_qq.c
| | | M	c_runtime/libf2c/pow_ri.c
| | | M	c_runtime/libf2c/pow_zi.c
| | | M	c_runtime/libf2c/qbitbits.c
| | | M	c_runtime/libf2c/qbitshft.c
| | | M	c_runtime/libf2c/r_abs.c
| | | M	c_runtime/libf2c/r_cnjg.c
| | | M	c_runtime/libf2c/r_mod.c
| | | M	c_runtime/libf2c/r_nint.c
| | | M	c_runtime/libf2c/rawio.h
| | | M	c_runtime/libf2c/rdfmt.c
| | | M	c_runtime/libf2c/rewind.c
| | | M	c_runtime/libf2c/rsfe.c
| | | M	c_runtime/libf2c/rsli.c
| | | M	c_runtime/libf2c/rsne.c
| | | M	c_runtime/libf2c/s_cat.c
| | | M	c_runtime/libf2c/s_cmp.c
| | | M	c_runtime/libf2c/s_copy.c
| | | M	c_runtime/libf2c/s_paus.c
| | | M	c_runtime/libf2c/s_rnge.c
| | | M	c_runtime/libf2c/s_stop.c
| | | M	c_runtime/libf2c/sfe.c
| | | M	c_runtime/libf2c/sig_die.c
| | | M	c_runtime/libf2c/signal_.c
| | | M	c_runtime/libf2c/signbit.c
| | | M	c_runtime/libf2c/sue.c
| | | M	c_runtime/libf2c/system_.c
| | | M	c_runtime/libf2c/typesize.c
| | | M	c_runtime/libf2c/uio.c
| | | M	c_runtime/libf2c/uninit.c
| | | M	c_runtime/libf2c/util.c
| | | M	c_runtime/libf2c/wref.c
| | | M	c_runtime/libf2c/wrtfmt.c
| | | M	c_runtime/libf2c/wsfe.c
| | | M	c_runtime/libf2c/wsle.c
| | | M	c_runtime/libf2c/wsne.c
| | | M	c_runtime/libf2c/xwsne.c
| | | M	c_runtime/libf2c/z_cos.c
| | | M	c_runtime/libf2c/z_div.c
| | | M	c_runtime/libf2c/z_exp.c
| | | M	c_runtime/libf2c/z_log.c
| | | M	c_runtime/libf2c/z_sin.c
| | | M	c_runtime/libf2c/z_sqrt.c
| | | M	c_runtime/linearize.cpp
| | | M	c_runtime/linearize.h
| | | M	c_runtime/lsame.c
| | | M	c_runtime/matrix.h
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/nelmead.c
| | | M	c_runtime/newuoa.c
| | | M	c_runtime/newuob.c
| | | M	c_runtime/options.cpp
| | | M	c_runtime/qform.c
| | | M	c_runtime/qrfac.c
| | | M	c_runtime/r1mpyq.c
| | | M	c_runtime/r1updt.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/rml_compatibility.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_result_csv.cpp
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_dasrt.h
| | | M	c_runtime/solver_main.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | M	c_runtime/trsapp.c
| | | M	c_runtime/update.c
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 19223511a69de2c3618308967fef68ba8da09463
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 7 07:53:59 2011 +0000
| | | 
| | |     - The last unused local declarations have been removed (had to split some lines, fix tabs, etc in order for the script to find some of these)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit 067386cfb473edcf3566eb58ec03d3cc577578fc
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 7 05:53:07 2011 +0000
| | | 
| | |     - Removed more unused local declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | 
| | * commit e6a88b74d6186a039220b80a12c02cefc4fcd24f
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 7 05:18:10 2011 +0000
| | | 
| | |     - Removed ~30 more unused local declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplParser.mo
| | | 
| | * commit 3923591b1b5ad7b8758325ca95ea3f972fe2e33f
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 21:48:07 2011 +0000
| | | 
| | |     - Removed a few hundred more local declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit b1633d9e1d310de652684135de82223ece77ec95
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 21:15:13 2011 +0000
| | | 
| | |     - Removed another ~1800 local declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/IOStream.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit e38940cf647700fc441dc3cf0287cd1db837ed31
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 20:28:43 2011 +0000
| | | 
| | |     - Removed another 1014 local declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit e8fd45ed64a36b700b3d0b8333cfd7d85c2a29cb
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 19:47:13 2011 +0000
| | | 
| | |     - Removed 138 more unused variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit bd8db466f1870cf07f8dc6689319682b14d6f19b
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 19:38:54 2011 +0000
| | | 
| | |     - Removed 1213 unused variables (automatically, using testsuite/bootstrapping/refactor-mc-to-m.sh)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inline.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit 2ba0e58b745a5586ff0602fe13dcf6bc4b6ea6f5
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 19:07:54 2011 +0000
| | | 
| | |     - Added debug flag to disable moving the last statement of a match case into the result expression
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit dabab7b9ef81cabb46a47d12c50ae30cf7541d70
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 18:24:07 2011 +0000
| | | 
| | |     - Added debug flag to not remove as-bindings from case patterns if they are unused
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit d8c14bd6bbaac89d54fcde6efef6da2186adec12
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 17:38:49 2011 +0000
| | | 
| | |     - Ran the automatic matchcontinue to match script
| | |       - OMC now detects empty cases at the end of the case list and safely converts to match anyway
| | |       - The script disables the rest of the dead code elimination since it's not safe to convert these without also removing cases in the middle of the cases
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ClassLoader.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit f8d81a29fe0eabcff1d7f2657a4874fe41d803db
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 16:47:11 2011 +0000
| | | 
| | |     - Added pattern simplification (mostly tuples that do not match against anything; they can be replaced with a single wildcard pattern)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 9f4ab8af0091d40f34b24018623ead723d0d203e
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 15:33:39 2011 +0000
| | | 
| | |     - Removes as-bindings that bind local variables (these never have any effect; the compiler finds 1927 such instances)
| | |     - Also, fixed a bug in traverseExp for DAE.ASUB
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 365cde4027011d5d74f73fd40a9b54b580ed47e8
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 13:58:17 2011 +0000
| | | 
| | |     - Changed DAE.STMT_ASSIGN_PATTERN into the regular STMT_ASSIGN
| | |     - Added DAE.Exp.PATTERN (so we can traverse a DAE and collect all variable refernces; including DAE.Pattern.PAT_AS)
| | |     - Started detection of unused local variables; around 6000 were found
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit f660cf5a55501f67ae66f991576889d01a63f670
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 07:28:31 2011 +0000
| | | 
| | |     - OpenModelicaBootstrappingHeader.h now uses constants for records without fields
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | 
| | * commit a3af0e5653ba515ef13e78128b8056cdff8a4972
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 6 05:37:13 2011 +0000
| | | 
| | |     - Added Absyn.Info to each case in a match-expression
| | |     - Started dead code elimination in match-expressions (removing empty, failing cases)
| | |       - This can detect that more matchcontinue expressions can be translated to match (it's not safe to refactor all of these without first removing the dead code)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/Util/Error.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 35804023fcb5a6e76eecaac4c0049758333c1379
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 5 19:32:44 2011 +0000
| | | 
| | |     - Use Static.makeBuiltinCall in more places
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit eebc8d9c48b736f033da68a90dab28d84d1b8517
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 5 18:58:45 2011 +0000
| | | 
| | |     - Some more Makefile dependencies
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | M	Compiler/runtime/Makefile.common
| | | M	Parser/Makefile.common
| | | 
| | * commit 1f34bff1f078d6a3ed253945fe5ba3e2035f9fa3
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 5 18:24:02 2011 +0000
| | | 
| | |     - Increased the size of the types memory array
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 733c42e2c51a822cafa1ed3b615c7f7d96809d96
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 4 22:14:50 2011 +0000
| | | 
| | |     - Added some constant string literals to the runtime
| | |       - Codegen and mk_scon now both use the same literals for 1-length strings
| | |     - Some more matchcontinue to match
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | A	c_runtime/meta_modelica_gen_string_lit.sh
| | | 
| | * commit 97766f5cb71fe14c31027832c12c3a58454b7d60
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 4 16:02:49 2011 +0000
| | | 
| | |     - Automatic translation of matchcontinue to match (1448 hits)
| | |       - testsuite/bootstrapping/refactor-mc-to-m.sh is the script that can perform this refactoring automatically
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVarTransform.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/DAEQuery.mo
| | | M	Compiler/BackEnd/Derive.mo
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/BackEnd/TaskGraph.mo
| | | M	Compiler/BackEnd/XMLDump.mo
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/AbsynDep.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/ExpandableConnectors.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Graphviz.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/MMath.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/PrefixUtil.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/UnitChecker.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	Compiler/Script/Refactor.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplAbsyn.mo
| | | M	Compiler/Template/TplParser.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/IOStream.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/Util/VarTransform.mo
| | | 
| | * commit 929edbc7899dc868f280568e8f5b4ed86edcda5e
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 4 13:53:10 2011 +0000
| | | 
| | |     - +g=MetaModelica now enables makes all strings boxed in the runtime
| | |       - This breaks MatchCaseInteractive2.mos (and Uniontype7.mos); regular records used as input of dynamically loaded files crash
| | |       - checkEngineV6_analytic now works (using only 7GB of virtual memory)
| | |     - + some matchcontinue->match
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Mod.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/meta_modelica_real.cpp
| | | M	c_runtime/modelica.h
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/read_write.c
| | | 
| | * commit 99802953480b1fb5c592dc74b95fe31a494d8847
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 3 13:09:11 2011 +0000
| | | 
| | |     - Added codegen support for "case ... then fn()", where fn() has multiple outputs
| | |     - Added simplification for match expressions: (cr1,...,crn) = exp; then (cr1,...,crn); => then exp;
| | |       - GCC should handle this, but if we need to do special optimizations for tail recursion in the future, we need to be able to access the last expression of a case quickly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 6f37ffb174a9013ea963f3b0208750324a6b0272
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 3 09:23:48 2011 +0000
| | | 
| | |     - Added pretty-printing of the cases in match-expressions (which used to be ignored)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit f93f6ba7a5432e12f962450b6b255d29b2b346a3
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 3 06:41:26 2011 +0000
| | | 
| | |     - Improved BackendDAEUtil.treeGet slightly for bootstrapping (more efficient, but not tail-recursive)
| | |     - Made BackendDAECreate.lower tail-recursive
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | 
| | * commit 4292e8406f075a1570d11ac6f69c4b03d61ce9bc
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 2 20:59:59 2011 +0000
| | | 
| | |     - DAEUtil: Stopped using matchcontinue in addComponentType,traverseDAE2,transformIfEqToExpr
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit fa268c253ad2901be65a217d33781b08243e77f3
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 2 17:18:59 2011 +0000
| | | 
| | |     - BackendDAECreate: Add start-binding as eq-binding of parameters without binding.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | 
| | * commit d6f37991f7d19e106cc3a99d7ef1fa02c864e73c
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 2 14:33:44 2011 +0000
| | | 
| | |     - Fixed SimCodeTest using bootstrapped omc (force grammar in the test so it's not shared when loading the shared object)
| | |     - Plus some matchcontinue to match, and less listAppend in some functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ClassInf.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/Util/Util.mo
| | | M	Compiler/runtime/rtoptsimpl.c
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit aca8e5a9be273165ac1d9186e175b5ea72e55f6a
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 2 11:45:29 2011 +0000
| | | 
| | |     - Changed printimpl.c from having static "global" variables since they got unpredictable behaviour when dynamically loading bootstrapping examples in the bootstrapped omc.
| | |       - Now, all copies will share the _same_ print buffer, which means using Dynload.mo to run a function may change the internal state of the compiler (mainly print buffers).
| | |       - Debug flags, etc are not shared though (I think). We don't test these much anyway.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Template/TplMain.mo
| | | M	Compiler/runtime/Print_omc.cpp
| | | M	Compiler/runtime/Print_rml.c
| | | M	Compiler/runtime/printimpl.c
| | | 
| | * commit be2e4a00df5def88669b914c30e9a2a8515e2957
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 2 09:57:33 2011 +0000
| | | 
| | |     - Some matchcontinue to match
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit c44ddfc8543c850d91530857d3925eac379ce789
| | | Author: Martin Sjölund 
| | | Date:   Sun Jan 2 07:42:27 2011 +0000
| | | 
| | |     - Removed the DAEUtil.getAllExps functions (use DAEUtil.traverse* instead)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | 
| | * commit cbbe3065f92556b15680eeb560a404a9a3cbadaf
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 21:50:54 2011 +0000
| | | 
| | |     - SimCode.getCalledFunctionsInFunction now uses a HashTable; this is a lot faster for large functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit 13d4651ebf5999256d49e2036b3b0780cdc5ede7
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 20:33:51 2011 +0000
| | | 
| | |     - Use true = listMember instead of _ = Util.listGetMember
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 463476f6dca3a45af24405d2bf45f7f29b4a2cba
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 19:53:03 2011 +0000
| | | 
| | |     - Fix System.setVariableFilter
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/System.mo
| | | 
| | * commit 78335a35f587bd16e52a558d240c872f890d695e
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 19:09:54 2011 +0000
| | | 
| | |     - Fix order of tokens for the system() error messages
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit c0130a82e253e686f60cfc43b686f6b195333fef
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 18:12:23 2011 +0000
| | | 
| | |     - Added optimization:
| | |       If a case in a matchcontinue expression is followed by a (list of) cases that
| | |       do not have overlapping patterns with the first one, an optimization can be made.
| | |       If we match against the first pattern, we can jump a few positions in the loop!
| | |     
| | |       For example:
| | |         matchcontinue i,j
| | |           case (1,_) then (); // (1) => skip (2),(3) if this pattern matches
| | |           case (2,_) then (); // (2) => skip (3),(4) if this pattern matches
| | |           case (3,_) then (); // (3) => skip (4),(5) if this pattern matches
| | |           case (1,_) then (); // (4) => skip (5),(6) if this pattern matches
| | |           case (2,_) then (); // (5) => skip (6) if this pattern matches
| | |           case (3,_) then (); // (6)
| | |           case (_,2) then (); // (7) => skip (8),(9) if this pattern matches
| | |           case (1,1) then (); // (8) => skip (9) if this pattern matches
| | |           case (2,1) then (); // (9) => skip (10) if this pattern matches
| | |           case (1,_) then (); // (10)
| | |         end matchcontinue;
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 9233756561c5f7d10928756fec7356591a6a959b
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 16:38:24 2011 +0000
| | | 
| | |     - Fixed continue->match optimization for uniontype patterns
| | |       - Added a testcase for this
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 5fcca706bd5e5ec26bce99cd5967ef15348bde54
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 15:43:11 2011 +0000
| | | 
| | |     - Rewrite of Lookup.lookupMetarecordsRecursive, using HashTable instead of linear search in a list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit f38d290f79c612829d6093128910c37f61a60654
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 14:43:51 2011 +0000
| | | 
| | |     - Improved mmc_alloc_bytes (still no GC, but does allocation in 512MB chunks instead of many small calls)
| | |       - This is a big performance improvement for bootstrapping:
| | |         Before: == Total: 20 out of 1365 failed, 32.05 minutes (single thread)
| | |         After:  == Total: 17 out of 1365 failed, 27.88 minutes (single thread)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 3dbe6740044b48bca9ae0e238592f9d271998b8f
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 12:57:43 2011 +0000
| | | 
| | |     - Added an optimization doing automatic matchcontinue->match translation if it is safe to do so.
| | |       - This made 5 more tests run in the 300 second limit I set for bootstrapped OMC testcases
| | |       - Now only 20 tests fail for bootstrapped OMC (8 tests fail for regular OMC)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit f67498258b9bc2ed61b3eaeb76ff4b97ccfe2850
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 10:48:13 2011 +0000
| | | 
| | |     - More match less continue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 82d4aa1327eb1005ca9a41b8c5a2999cb10edfae
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 10:09:29 2011 +0000
| | | 
| | |     - More match, less continue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 390840341272daf42e0e0d7f9f09edb15df4e059
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 09:22:46 2011 +0000
| | | 
| | |     #1396
| | |     - Use vfork/execl instead of system for the System.systemCall implementation on Linux
| | |       - This does not sometimes spin in an endless loop using bootstrapped omc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 1c39d06001c8abc2a81594a2d7d281c4c936a297
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 08:10:38 2011 +0000
| | | 
| | |     - Performance improvement for valueEq on strings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | 
| | * commit 26181b8289e8ecbcacd96e973760c1a1fd73ed39
| | | Author: Martin Sjölund 
| | | Date:   Sat Jan 1 06:34:07 2011 +0000
| | | 
| | |     - Rewrote listAppend without using listReverse (using 1 malloc instead of 2*n)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 029f481ef04bf4ee0d2dc5716238e0482cde7727
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 31 20:29:44 2010 +0000
| | | 
| | |     - Some matchcontinue to match
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 0a4ec0a89dd25db4de292662ce54df6fc74dea1b
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 31 13:12:15 2010 +0000
| | | 
| | |     - Replaced Types.searchInMememoryLst with Util.assoc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Debug.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit e9b8cfba52ecfac04138a3faa2ea62340e135412
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 31 10:17:57 2010 +0000
| | | 
| | |     - Fix System.getHasExpandable/StreamConnector (output was unbound, i.e. false, in the bootstrapped omc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/System.mo
| | | 
| | * commit 764b530feca216ea483701943495aa89e1d2423f
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 31 09:28:18 2010 +0000
| | | 
| | |     - Removed unused (duplicate) code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/InstSection.mo
| | | 
| | * commit c8e185b7e13fafd1927a7d4d64fb261129734829
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 30 19:28:20 2010 +0000
| | | 
| | |     - Updated multibody tests to use teardown_command instead of system (which sometimes blocks the bootstrapped omc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit a635b8917bc262fee950c479cc9fe9c1350eb3ee
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 30 18:05:17 2010 +0000
| | | 
| | |     - Made the testsuite deterministic when running bootstrapped omc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 46ab4d40d27c905ca188940c2d3c73b51624d8a9
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 30 16:49:59 2010 +0000
| | | 
| | |     - Some matchcontinue->match
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/ModUtil.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | 
| | * commit 383ae194755cf844048f3f621cd525f24e6c092c
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 30 14:00:33 2010 +0000
| | | 
| | |     - Improved SimCode.addMissingEquations for bootstrapping (goes from >5 minutes to <1 second for some simulations)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 5003f5ed6e91af194f64fd8e9e01fcecef3ebd9f
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 30 13:07:59 2010 +0000
| | | 
| | |     - Rewrote parts of Env to use match instead of matchcontinue (while the performance gain is small per call, Env is called millions of times so it adds up for the bootstrapping implementation)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Env.mo
| | | 
| | * commit f0591263d9afdbf37be119e583cec49a667b5f65
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 30 11:29:20 2010 +0000
| | | 
| | |     - Added MetaModelica optimization for matchcontinue expressions with only one case (then we use match instead)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Template/Tpl.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/IOStream.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 3cb39b938b1345f62b693626af02ac0ba24c7d55
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 30 08:01:49 2010 +0000
| | | 
| | |     - Rewrote part of BackendDAECreate.lower2 for the bootstrapping (which does not optimize if the first statements of different equation-sections are identical)
| | |       - lower2 needs more work done as it does too much listAppend
| | |       - this small change reduced the memory consumption from 16GB to 500MB for large simulations using the bootstrapping implementation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 18a76a53564b81904e9544849dd82f7348dbbb15
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 30 05:29:38 2010 +0000
| | | 
| | |     - Rewrote Expression.expEqual using match
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit b609c343f8f218512e5cb0388f0bdbb18c39bdbb
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 29 21:44:30 2010 +0000
| | | 
| | |     - Rewrite of Expression.factors (using match and an accumulator instead of matchcontinue and listAppend)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/ExpressionSolve.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | 
| | * commit 58a30eb727e46d645f01ac719afa31b115b043c3
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 29 20:40:09 2010 +0000
| | | 
| | |     - More matchcontinue->match
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit 2ee08674ce7ed3699396690c255107512d0708f7
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 29 19:00:28 2010 +0000
| | | 
| | |     - Expression.isConst now does not construct any data, is tail-recursive and does not use matchcontinue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | 
| | * commit a48b434c6173a6d716bfaa041aad62aff3ab8168
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 29 17:44:08 2010 +0000
| | | 
| | |     - Added Expression.expEqual support for MetaModelica types
| | |       - This reduced the size of Main_main.exe by 0.9MB and compilation time by ~20% (this is a result of reducing number of literals by 75%)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 89a8bbce6c1e29ea01e6b39cb0e0732724fe866d
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 29 15:41:10 2010 +0000
| | | 
| | |     - Expression.isConst now uses match instead of matchcontinue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit c6e6d25fb84a571ddb6c25cf8f62d35206377c69
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 29 14:08:13 2010 +0000
| | | 
| | |     - More match, less continue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 1f6ffe517b7825a60daac497fb9a4d42dc174244
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 29 11:18:36 2010 +0000
| | | 
| | |     - Added code generation support for Integer()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit b871dc97a286ae055f1cfbf76bdd7464986b8ae0
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 29 11:10:24 2010 +0000
| | | 
| | |     - Added Dynload support to read Values.ENUM as input
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Dynload.cpp
| | | 
| | * commit c81c742e7051e8363e4257d23c8a86340636a103
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 28 15:19:39 2010 +0000
| | | 
| | |     - Added file MetaModelicaBuiltinImports.mo, containing the renaming imports used by MetaModelica
| | |       - This replaces the string literal in Builtin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | A	Compiler/FrontEnd/MetaModelicaBuiltinImports.mo
| | | M	Compiler/Makefile.in
| | | 
| | * commit cec38342d176e0c25ba53b4c0ce53fdbff416125
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 28 14:55:24 2010 +0000
| | | 
| | |     - Split Builtin.mo. The new MetaModelicaBuiltin.mo and ModelicaBuiltin.mo are now loaded as files instead of string literals.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | A	Compiler/FrontEnd/MetaModelicaBuiltin.mo
| | | A	Compiler/FrontEnd/ModelicaBuiltin.mo
| | | M	Compiler/Makefile.in
| | | 
| | * commit 89983180831613f556c016ff720cb0982aadc2ae
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 28 06:34:13 2010 +0000
| | | 
| | |     - Made mmc_mk_icon take a long instead of an int (and made sure djb2_hash returns an unsigned number)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit b0bb1a55916d0c1fb02ef91a277ead2193b9c0e7
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 28 05:30:07 2010 +0000
| | | 
| | |     - Add setGlobalRoot to Builtin.getInitialFunctions
| | |     - Give proper error message for type list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | M	Compiler/Util/Util.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit d382cc876ccc15d5406edcff50047622b0123ef2
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 26 12:39:13 2010 +0000
| | | 
| | |     #1373
| | |     - Added Absyn.Info to SCode.EXTENDS
| | |     - Added a warning when extending from a function containing an external declaration
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/InstExtends.mo
| | | M	Compiler/FrontEnd/InstanceHierarchy.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit 3991a5d0e2e88fa6b21f7fa2271ba74aa45fada3
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 23 16:31:00 2010 +0000
| | | 
| | |     - Fixed code generation for integer mod() (previously used doubles, which don't hold large enough integers on 64-bit platforms)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/modelica.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 85afab41495931f97d92dea4cde321016cb75f7a
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 23 14:53:11 2010 +0000
| | | 
| | |     - Fixed some type errors in elaboration of CONS expressions (minor thing that RML also did not handle properly)
| | |     - Updated PartialFn15.mo to its original form
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 74937e82b15ef3d22508b3296ade9dceb55d4d77
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 23 14:02:26 2010 +0000
| | | 
| | |     - Removed the SimCode helper that boxed constants in lists during codegen (all expressions now contain boxed types, so this hack is no longer needed)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 04a4bd71c9de4cb1bc03df6fce38adc4cd4e2742
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 23 12:19:35 2010 +0000
| | | 
| | |     - The boxptr_-function is now only generated if not all of the function in/outputs are boxed (meaning the wrapper is only generated if needed; otherwise it's a preprocessor macro)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit fe21650f30902ae813f43c388f591007d6418a28
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 23 11:12:42 2010 +0000
| | | 
| | |     - Removed inVars from SimCode.FUNCTION (unused)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit 3f9e83c736eeaae16e64ba452754a59f18e492b5
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 23 09:13:14 2010 +0000
| | | 
| | |     - Made sure all arguments of a METARECORDCALL are boxed
| | |     - Started sharing metarecord literals (30000 more constants shared for Main.main, up from 10000)
| | |       - Some functions using large constants (such as Error.lookupMessage) now have 500 less malloc calls, which should result in a performance improvement
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 809f69ea2734da9f5e59ca2e366042fdec446184
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 23 07:47:48 2010 +0000
| | | 
| | |     - Fixed bugs where constant evaluation/simplification resulted in unboxed expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/Values.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit bff745f5aa59d56ffe31b4749f5ea012d9524883
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 22 22:46:13 2010 +0000
| | | 
| | |     - parts of rewrite removeSimpleEquations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit e39976317d0429ff2a685d096452c840a7e164d8
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 22 20:28:37 2010 +0000
| | | 
| | |     - Made the list operations always boxed (hopefully), which means code generation could be made simpler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/MetaUtil.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit d0cae34fe947a6f6b5e4eceaf30ba54eefa742df
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 22 16:20:30 2010 +0000
| | | 
| | |     - Implemented scripting command getModelicaPath() (setModelicaPath() already existed)
| | |       - OMEdit now uses this command to query the path instead of getting it from the system environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/CevalScript.mo
| | | 
| | * commit cdd65f5d54d2bbf51da020100d751de55e331b6d
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 22 14:10:58 2010 +0000
| | | 
| | |     - Some fixes for sendData
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.common
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit fefa1ea2856b0e4131f0329a1d1e018e49b7d555
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 22 10:44:26 2010 +0000
| | | 
| | |     - Started the implementation of sharing constant literals
| | |       - It is a one-pass phase on list, right before code generation starts
| | |       - For now, it is limited to string constants (not even boxed strings...)
| | |       - It is also limited to function code (not simulations) as equation-systems in general don't use MetaModelica types, which will benefit the most from this change (gcc already shares string constants)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util/BaseHashTable.mo
| | | A	Compiler/Util/HashTableExpToIndex.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 10398a73865a3606db0f1e34b3927e54c94a31df
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 22 10:31:08 2010 +0000
| | | 
| | |     - removesimpleequation
| | |       - extend parent types if they are from type array or record
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 89fc3e5f82ad769e945e085328c9bab4c6889164
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 22 07:18:33 2010 +0000
| | | 
| | |     - Changed implementation of InstHashTable to the new generic HashTable
| | |       - This solves some issues for the bootstrapping implementation and gives us less code to maintain
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | 
| | * commit 82dbb72826db27dba4f8d6d0fc04c5478b96dc45
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 21 21:37:15 2010 +0000
| | | 
| | |     - Fixed code generation for simulations and external functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 3c70ce6d9f58443de5af8f8a142f837952dfce29
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 21 20:33:35 2010 +0000
| | | 
| | |     - Improved unparsing of DAE.META_OPTION
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Patternm.mo
| | | 
| | * commit 5154a2ad89a2901c09a54d2adb2bf6a3a7cafb11
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 21 16:14:06 2010 +0000
| | | 
| | |     - Changed modelica_integer to long, so it is 64-bit on 64-bit platforms
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/base_array.c
| | | M	c_runtime/base_array.h
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | 
| | * commit 2a4716747a41a885d03295424402f999441af857
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 21 14:17:20 2010 +0000
| | | 
| | |     Fix for #1041
| | |     - Reduce the number of error messages generated by builtin operators (only add the generic error message if a specific one was not added)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 50435f2e4777e32ef49d39e308b0ef6a0733352a
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 21 13:32:42 2010 +0000
| | | 
| | |     - Added a generic error message for elabExp (only 1 testcase needed to be updated; no scary floods of failed expressions followed...)
| | |     - Changed errorext.cpp slightly: Now we remove duplicate errors when pop'ing the stack.
| | |       - The reason for this change is that if we called Error.addSourceMessage and the top already had a copy of that message, the error count would not increase. This could cause additional generic error messages to appear.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit fa38339f80b151bb6434163c28e41977922bcfdd
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 21 12:30:38 2010 +0000
| | | 
| | |     - removesimpleequation
| | |       - extend parent types if they are from type array or record
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAEOptimize.mo
| | | 
| | * commit 8ec587807097f476af3848256cada6f79e7662bd
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 21 10:41:32 2010 +0000
| | | 
| | |     - Fix regeneration of libomcmodpar.a if make clean has been run
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/modpar/Makefile.in
| | | 
| | * commit 62f1446284383fb6062c75183397b5bb03f99f8d
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 21 10:03:28 2010 +0000
| | | 
| | |     - replaceDummyDer:
| | |       - traverse also WhenClauses and WhenOperators
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit dd78a7a89b8f24968e9c345f82511a7f945c27e8
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 21 08:20:41 2010 +0000
| | | 
| | |     #1142
| | |     - Added a better error message for invalid singleton expressions in the parser
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 69d23c9baae9d129b2c3a1d41a0773867f04db8a
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 21:04:41 2010 +0000
| | | 
| | |     - Added Error.mo messages for Derive.differentiateEquationTime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/Derive.mo
| | | 
| | * commit b7634ca8211d8097fff825b740a3733d5d317683
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 20:14:23 2010 +0000
| | | 
| | |     - Made semiLinear() and edge() into classes in the initial environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | 
| | * commit 0734c9de4ed4e65d67dc649ba9374164d57a7899
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 19:21:59 2010 +0000
| | | 
| | |     - Fix compilation of Builtin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | 
| | * commit 2898ea959276dacb98d49dde8c35b0fc95c9682c
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 19:13:14 2010 +0000
| | | 
| | |     - Added parser error for equations containing assignments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 32f1ce52947e6710a84051a5bba094d3950fbbd8
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 16:20:19 2010 +0000
| | | 
| | |     - Removed some unused constants from Builtin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | 
| | * commit 7e61783888cfcf358685a85a7032910bba26c343
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 16:14:42 2010 +0000
| | | 
| | |     - Added builtin classDirectory as a class instead of type only
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | 
| | * commit 63bf40d4ae2de00b3fb8a82f72142a3ea27b9013
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 16:05:51 2010 +0000
| | | 
| | |     #1062
| | |     - Added Error.mo messages for invalid when-equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/InstSection.mo
| | | M	Compiler/Util/Error.mo
| | | 
| | * commit e9fff2cea5ca1fac5e8854c0f89a4b5de16862a4
| | | Author: Jens Frenkel 
| | | Date:   Mon Dec 20 16:03:54 2010 +0000
| | | 
| | |     - fix for extendRecordEqns
| | |     - add case for records for getVar
| | |     - ComponentReference.mo
| | |       add function creffromVar
| | |     - SimCodeFMU.tpl
| | |       - use {guid} like in xml file, otherwise strcompare fails
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/FrontEnd/ComponentReference.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | 
| | * commit 379ca1fc3517cb721bc56628ef10c92d2c1a5922
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 14:33:01 2010 +0000
| | | 
| | |     - Removed arctan from simulation runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit cce7b77d261508bba57b0d1d1e22d9a6af567497
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 14:02:42 2010 +0000
| | | 
| | |     #1388
| | |     - Absyn->SCode now checks if duplicate classes have been defined in the top-level scope
| | |       - This includes a check for duplicate builtin classes
| | |       - Added testcase ErrorMultipleClasses.mo
| | |     - Removed a duplicate definition in Constants.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Constants.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit fc9918f1d6dc7881466d07e6c62d483fe9b38d91
| | | Author: Jens Frenkel 
| | | Date:   Mon Dec 20 12:15:04 2010 +0000
| | | 
| | |     add COMPLEX_EQUATION and INITIAL_COMPLEX_EQUATION to dump2
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | 
| | * commit 968922291fc50175129e7f086230e730d53ea248
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 11:05:05 2010 +0000
| | | 
| | |     #1387
| | |     - calcTinyStep now uses (stop-start) as its basis for choosing epsilon
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit c53004ff6956ba1a695cad66279a3ca111a666e8
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 10:35:50 2010 +0000
| | | 
| | |     #1384
| | |     - Typo in last commit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c79401ec210440823c023a1ef0fa84d8622ba493
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 10:34:12 2010 +0000
| | | 
| | |     #1384
| | |     - Hopefully a better fix for OSX configure woes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5d7b621ec01a315f4856a0e9e9b47d952aa538db
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 10:20:23 2010 +0000
| | | 
| | |     #1386
| | |     - Changed return type of sign() to Integer instead of depending on the input
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	c_runtime/modelica.h
| | | 
| | * commit 80564175df3c141b27a1fa6900db718219508dc8
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 06:15:05 2010 +0000
| | | 
| | |     - Removed elabBuiltinInteger
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 8bbc8e0204e52d7f42c8cd3ed23b74316258f88f
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 05:48:17 2010 +0000
| | | 
| | |     - Removed elabBuiltinInitial/Terminal/Sample
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 0f6c7b0d7434a8e4debcedad4b864a1184e68934
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 20 05:09:20 2010 +0000
| | | 
| | |     - Removed some old code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit c4efc4b4265308c0aa07187b6415314ca24acfcd
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 19 21:59:13 2010 +0000
| | | 
| | |     - Removed elabBuiltinFloor/Ceil/Sqrt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 2e6fdff5923f5461feb11b95b2c509e3221fb749
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 19 21:02:58 2010 +0000
| | | 
| | |     #1374
| | |     - Fixes syntax error when trying to declare partial functions through CORBA
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Script/Interactive.mo
| | | 
| | * commit 9f8895484388358dd3b62e54c650d0ffa5d1b096
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 19 20:34:14 2010 +0000
| | | 
| | |     #1384
| | |     - Fix typo in configure
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 2a27db514cde12b1f2185ba9d113f642e3fa684b
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 19 20:27:19 2010 +0000
| | | 
| | |     #1384
| | |     - Fix for building qtclients on MacPorts i386
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 0d3fed352ef19b3e5d43fd06e1845d263d4fef79
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 19 12:10:18 2010 +0000
| | | 
| | |     - Rewrote the simulation runtime slightly
| | |       - names and comments of a variable is now stored in a record instead of different arrays
| | |       - This record also contains the Absyn.Info information (filename, line/column start/end)
| | |     - Removed sendDataHumbug. It has been replaced with preprocessor macros that disable sendData
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/Makefile.in
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/interactive/socket_unix.cpp
| | | M	c_runtime/interactive/thread.cpp
| | | D	c_runtime/sendData/Makefile.humbug.in
| | | D	c_runtime/sendData/humbug.cpp
| | | D	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_result_bin.cpp
| | | M	c_runtime/simulation_result_csv.cpp
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.h
| | | A	c_runtime/simulation_varinfo.h
| | | M	configure
| | | M	configure.in
| | | 
| | * commit e4d0a36a8bd2c16135c57626314cc0f1bafa4822
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 19 10:26:42 2010 +0000
| | | 
| | |     - Removed some tabs from omi
| | |     - Added some dependencies for omi_ServiceInterface.o
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/Makefile.in
| | | M	c_runtime/interactive/makefile.mingw
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | 
| | * commit ce5f92e6345537c5bdfeed9a3bb9d283639cd819
| | | Author: Jens Frenkel 
| | | Date:   Sun Dec 19 09:43:35 2010 +0000
| | | 
| | |     - rewrite function makeZeroCrossing without match case
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit f2eff8980e2fc646ee99983ea912a92d4a467ddc
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 19 08:42:53 2010 +0000
| | | 
| | |     - Remove noEvent from c_runtime. It's now handled in SimCodeC.tpl
| | |     - The names and comments of variables are now separated also by a newline. This makes the code more readable.
| | |     - Removed tabs from SimCodeC.tpl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_events.h
| | | 
| | * commit e95a2403421bce7a66dd5ab3be5fb14e927f8aee
| | | Author: Adrian Pop 
| | | Date:   Sun Dec 19 04:55:09 2010 +0000
| | | 
| | |     - fixes for DynamicSelect in annotations (return the first and constant part)
| | |     - faster retrieval of annotations.
| | |     - fixes for the interactive simulation test and small fixes to the client.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/Script/Interactive.mo
| | | M	c_runtime/interactive/client.cpp
| | | 
| | * commit dc1e0b60c90d7a7322bb69aa667cb576df1bbb85
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 18:44:27 2010 +0000
| | | 
| | |     - cat the testsuite-trace.txt at the end of testlog
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit c055b5a51feca275640f73f0ab8bc4228be5a916
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 18:30:45 2010 +0000
| | | 
| | |     - exit if we cannot connect after we retry 5 times with 2 seconds delay.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/client.cpp
| | | 
| | * commit a3042af9a1120ae466c1cca0e728dae8540d6067
| | | Author: Per Östlund 
| | | Date:   Fri Dec 17 17:53:04 2010 +0000
| | | 
| | |     - Fixes to make the interactive client also compile on Linux.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/Makefile.in
| | | M	c_runtime/interactive/client.cpp
| | | 
| | * commit 2c7648282a32a5bf3da9abe1bd80d6f8de225dd3
| | | Author: Per Östlund 
| | | Date:   Fri Dec 17 17:47:49 2010 +0000
| | | 
| | |     - Split SCode.traverseStatementExps into traverseStatements and
| | |       traverseStatementExps to be able to correctly handle for-statements in
| | |       SCodeFlatten.
| | |     - Implemented more of SCodeFlatten. Some of the major things are lookup through
| | |       extends and lookup of crefs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit f12dc7c3b2439029d818fea7aaa97cf77d77ccdc
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 17:28:06 2010 +0000
| | | 
| | |     - build also the client for interactive simulation so we don't break it:
| | |       c_runtime/interactive/client.cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/Makefile.in
| | | M	c_runtime/interactive/makefile.mingw
| | | 
| | * commit 6ead96e635dc25fc03dea9c9b56f0cf95c542745
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 17:19:16 2010 +0000
| | | 
| | |     - get rid of warnings, fixes for Linux.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/thread.h
| | | 
| | * commit 4c78c5a3c417e148d54fe993b88ca97ec27b56c0
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 17:07:21 2010 +0000
| | | 
| | |     - updates to readmes and interactive-simulation test
| | |     - added the interactive-simulation to be run with the testsuite
| | |     - updated SimulationApplicationExample_TwoTanks.zip
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/README.txt
| | | 
| | * commit a0180581fa3af08c4ed86d3c0e99cdb57f03cf0a
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 16:50:45 2010 +0000
| | | 
| | |     - finished the interactive-simulation test.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/client.cpp
| | | 
| | * commit 0eaf4cafbb6e6f3ba633a06f7bc9f55ff17c17ae
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 16:44:59 2010 +0000
| | | 
| | |     - more work on testsuite for interactive-simulation
| | |     - made a better client.cpp that knows also how to read commands from a file.
| | |     - fflush(stdout) everywhere where we have cout!
| | |     - got rid of some warnings.
| | |     - still more work is needed for testing the test.
| | |     - translated *german* (duh!) messages to English.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/README.txt
| | | M	c_runtime/interactive/client.cpp
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_Control.cpp
| | | M	c_runtime/interactive/omi_ResultManager.cpp
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/interactive/omi_Transfer.cpp
| | | M	c_runtime/interactive/socket_win.cpp
| | | M	c_runtime/interactive/thread.h
| | | 
| | * commit ae0246b8abdf3136d34706cbb61ec4b61fb320dc
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 17 16:38:21 2010 +0000
| | | 
| | |     - Fixes for #1371
| | |     - Implemented errors when functions contain illegal elements (except public elements that should be protected, since MSL uses that)
| | |       - Added testcases FunctionWithEquation.mo and FunctionProtectedInput.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/FrontEnd/Algorithm.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/CevalFunction.mo
| | | M	Compiler/FrontEnd/ConnectUtil.mo
| | | M	Compiler/FrontEnd/ConnectionGraph.mo
| | | M	Compiler/FrontEnd/DAEDump.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Dependency.mo
| | | M	Compiler/FrontEnd/Dump.mo
| | | M	Compiler/FrontEnd/DumpGraphviz.mo
| | | M	Compiler/FrontEnd/Env.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/Graphviz.mo
| | | M	Compiler/FrontEnd/InnerOuter.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | M	Compiler/FrontEnd/ValuesUtil.mo
| | | M	Compiler/Util/BaseHashTable.mo
| | | M	Compiler/Util/Error.mo
| | | M	Compiler/Util/HashTable2.mo
| | | M	Compiler/Util/HashTable5.mo
| | | M	Compiler/Util/Util.mo
| | | 
| | * commit 9df144fdd96d8560cecdcaeb8cd1d12a0210b20b
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 17 15:54:41 2010 +0000
| | | 
| | |     - FMI: compile with extern "C" to get correct names for functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/fmiModelFunctions.h
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 067603100fe19500633f845ee4f8ca835946bd18
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 13:15:49 2010 +0000
| | | 
| | |     - make it portable
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/client.cpp
| | | 
| | * commit 0bdee4769990c2dfb04a242440bf979b5ea8a45b
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 17 12:20:22 2010 +0000
| | | 
| | |     - Hopefully fixes the macports issues that causes qmake to generate erroneous makefiles
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit bf992d08936d44d4e47790da12394eaa5687b296
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 11:27:21 2010 +0000
| | | 
| | |     - create share/omnotebook directory during the omc build
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit a2fe2ebb939638b3ab623a484bf8052c7d0d1d1d
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 17 10:37:43 2010 +0000
| | | 
| | |     - Install the interactive readme to build/share/doc/omc/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit c233d26721e6eeae0d8a194bb4b2045becea5649
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 10:21:51 2010 +0000
| | | 
| | |     - added a README.txt for interactive simulation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/interactive/README.txt
| | | 
| | * commit 4bfedf1e23efda46f1add4c3096be15f85147de2
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 17 10:04:07 2010 +0000
| | | 
| | |     - Remove valgrind warnings by making sure size!=dest in the memcpy used in simulation_events.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit f75b9c029475159f3c61ae60eb8dc73582f146d1
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 17 09:55:06 2010 +0000
| | | 
| | |     - bugfix Backend expandDerExp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAECreate.mo
| | | 
| | * commit 2d85a2ce0103f02540352d8fd0b8ecac8119af8b
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 17 09:54:41 2010 +0000
| | | 
| | |     - Fix memory access issues in simulation_events.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit 4b61e912c452b7812ad1010b4111718e79dfc313
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 17 09:47:54 2010 +0000
| | | 
| | |     - Explicitly add -lrt to LDFLAGS if sendData-Qt is specified
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 50ce8e20e8ebe725c6dbed14edbe0415a843bf04
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 17 08:12:15 2010 +0000
| | | 
| | |     - Fix compilation on Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit ba78a41609a749e0cf2cb86e57a9850030001919
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 01:47:59 2010 +0000
| | | 
| | |     - small fix to make omc MetaModelica filter happy.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit a897969d99e3db8407e8e591ea733fea3d933a90
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 01:43:30 2010 +0000
| | | 
| | |     - small fix to make omc MetaModelica filter happy.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit f1695446a841aedd6a0eced39d99591518e55537
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 01:35:05 2010 +0000
| | | 
| | |     - do not free something that was not allocated!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit f9fc7e5cf119f1471455f8bfeff266131f63f339
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 00:56:30 2010 +0000
| | | 
| | |     - more zeroing out malloc-ed regions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 63280316784fcf87f61c64d6464ff4956a1241b4
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 17 00:44:03 2010 +0000
| | | 
| | |     - zero the malloc-ed region.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit e6623b89607ba15c518f05762bbbee28b9ab5916
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 16 23:52:38 2010 +0000
| | | 
| | |     - do stream operators handling phase only if System.getHasStreamConnectors() is true.
| | |     - tail recursive implementation of DAEUtil.traverseDAE2 to get rid of stack overflow for very large models.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/SCodeUtil.mo
| | | M	Compiler/Util/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit d39745d5e9007cfd5bf79ce81f74ca396dcdb0d9
| | | Author: Willi Braun 
| | | Date:   Thu Dec 16 19:43:29 2010 +0000
| | | 
| | |     Update Solver dassl2
| | |      - handle sample call as time events
| | |      - some event handling bugfixes for dassl2
| | |      - added mosfiles-dassl2 to testsuite as copy of mosfiles
| | |        - two testcases (Delay.mos, TanksConnectedPi.mos) are temporarily broken
| | |     
| | |     Updates in more detail:
| | |     
| | |       Main.mo and CevalScript.mo:
| | |        - add debugflag "SetNewDassl" for easy change of mosfiles/*.mos to use dassl2
| | |     
| | |       SimCode.mo:
| | |        - added HelpVar for sample calls
| | |        - added HelpVarIndex to all sample calls
| | |     
| | |       BackendEquation.mo:
| | |        - added function for travese BackendEquation and output changed equation
| | |     
| | |       c_runtime/simulation_init.cpp:
| | |        - adjusted the functions when using dassl2 solver
| | |     
| | |       c_runtime/rest
| | |        - added support for sample time events and bugfixes
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendEquation.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/Main/Main.mo
| | | M	Compiler/Script/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit e0028ccffaca90a60937533f75ec8a178dcaa79f
| | | Author: Jens Frenkel 
| | | Date:   Thu Dec 16 16:36:23 2010 +0000
| | | 
| | |     - update makefile for test msl31
| | |       seperate in simulates, notcompiling, notsimulates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit fdc30a079316f4e3ce86f14065feef17a7877f33
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 15 23:13:35 2010 +0000
| | | 
| | |     - update msl31 tests
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit db8cd8f7bac2b9fe353adcf23b9b4e3291194019
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 15 21:23:56 2010 +0000
| | | 
| | |     - added fmi* to the c_runtime/Makefile.common
| | |       so they are copied on build to build/include/omc
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit d2c807c57ea23cbf5412e1320fc7be542f07907f
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 15 19:56:38 2010 +0000
| | | 
| | |     - add c_runtime/fmiModelFunctions.h c_runtime/fmiModelTypes.h c_runtime/model_fmu.in
| | |     - c_runtime/linearize.cpp, c_runtime/simulation_events.cpp
| | |       use && instead of and
| | |     - c_runtime/tables.cpp
| | |       define fmin and fmax for visual studio
| | |     - SimCodeC.tpl
| | |       - bugfix for models with none algebraic variables
| | |     - SimCodeFMU.tpl
| | |       - bugfixes for visual studio
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/CMakeLists.txt
| | | A	c_runtime/fmiModelFunctions.h
| | | A	c_runtime/fmiModelTypes.h
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/linearize.cpp
| | | A	c_runtime/model_fmu.in
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 8c01f33e1b173d1258d8fb214098ab174501b715
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 15 17:41:36 2010 +0000
| | | 
| | |     - added fmu_model_inteface.h to the c_runtime/Makefile.common
| | |       so is copied on build to build/include/omc
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit ba491aaaea87acc86df76e79d6504742e24844af
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 15 16:18:06 2010 +0000
| | | 
| | |     - c_runtime/CMakeLists.txt, c_runtime/ModelicaExternalC/CMakeLists.txt
| | |       - add ModelicaExternalC to CMake
| | |       - add macro for fmu
| | |     - c_runtime/fmu_model_interface.c, c_runtime/fmu_model_interface.h
| | |       - bugfixes for visual studio
| | |     - SimCode
| | |       - add model name to message for translated to FMU
| | |     - testsuite/libraries/msl31/simulate
| | |       - add testcases for simulation of examples with start and end values
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	c_runtime/CMakeLists.txt
| | | A	c_runtime/ModelicaExternalC/CMakeLists.txt
| | | M	c_runtime/fmu_model_interface.c
| | | M	c_runtime/fmu_model_interface.h
| | | 
| | * commit a202e1ce0f121e672fce100723af5c9a30a4396f
| | | Author: Azam Zia 
| | | Date:   Wed Dec 15 15:32:53 2010 +0000
| | | 
| | |     Headerfile for fmi c interface.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/fmu_model_interface.h
| | | 
| | * commit 6281a288126f83f06302e8271570a77bc6d30225
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 15 14:23:20 2010 +0000
| | | 
| | |     - updated dcmotor.mo to MSL 3.1
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/dcmotor.mo
| | | 
| | * commit 9a040b464eaada8f66cb296a40d8c762491a2f50
| | | Author: Azam Zia 
| | | Date:   Wed Dec 15 01:54:50 2010 +0000
| | | 
| | |     added code for fmi export functionality
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	c_runtime/fmu_model_interface.c
| | | 
| | * commit 45b28b14c03054482b1240094941dd544717da0c
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 14 08:47:55 2010 +0000
| | | 
| | |     - add alias Attribute of ScalarVariable for FMU modelDescription.xml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit b0624c6e854698f0febab694f967125c705e8b50
| | | Author: Adrian Pop 
| | | Date:   Tue Dec 14 05:22:05 2010 +0000
| | | 
| | |     - fixes to constant evaluation of substring (Modelica.Utilities.Strings.substring).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Static.mo
| | | 
| | * commit 2ac5b9e926d031ec1a9a715965d08aa82492800d
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 13 18:48:48 2010 +0000
| | | 
| | |     - Added annotation __OpenModelica_Impure. Using it prevents constant evaluation of a function call.
| | |       - DAE.T_FUNCTION now has FunctionAttributes instead of InlineType (which is now stored together with the other function attributes)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/FrontEnd/Builtin.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/DAEUtil.mo
| | | M	Compiler/FrontEnd/Inst.mo
| | | M	Compiler/FrontEnd/Lookup.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | 
| | * commit 9e1b0ab10f137f54f3c734f7e8649851f356c3a1
| | | Author: Jens Frenkel 
| | | Date:   Mon Dec 13 16:20:47 2010 +0000
| | | 
| | |     - BackEnd/BackendDAETransform.mo
| | |       - use NONE as variable attibutes for dummyder vars
| | |     - libraries/msl31/simulate/Makefile
| | |       - add tests for Modelica.Mechanics.Translational.Examples simulation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | 
| | * commit 51188bff97b93d51b2aee1384597e7c335e9c73e
| | | Author: Jens Frenkel 
| | | Date:   Mon Dec 13 15:06:21 2010 +0000
| | | 
| | |     - BackEnd/BackendDAETransform.mo
| | |       - use NONE() for dummyvar variable attributes
| | |     - BackEnd/BackendDAEUtil.mo
| | |       - add functions for analysation of initialisation system
| | |     - BackEnd/BackendDump.mo
| | |       - print nothing if start values is not given
| | |     - BackEnd/BackendVariable.mo
| | |       - use fixed=false als default for states
| | |       - add function isConst
| | |     - BackEnd/SimCode.mo
| | |       - use function BackendDAEUtil.checkInitialSystem to fix the initialisation systems.log
| | |       - delete older functions for initialisation stuff
| | |     - update tests for mosfiles
| | |       - Initialisation.mos: no warnings anymore
| | |       - DAEexample2.mos: use x as fixed=true because it has a start value
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/BackendDAETransform.mo
| | | M	Compiler/BackEnd/BackendDAEUtil.mo
| | | M	Compiler/BackEnd/BackendDump.mo
| | | M	Compiler/BackEnd/BackendVariable.mo
| | | M	Compiler/BackEnd/SimCode.mo
| | | 
| | * commit ee9071819327f899fa3eb5238d8db9db1d01866f
| | | Author: Per Östlund 
| | | Date:   Mon Dec 13 13:39:10 2010 +0000
| | | 
| | |     - Added function to Absyn: prefixPath, prefixOptPath and pathToCrefWithSubs.
| | |     - Finished implementation of the SCode traversing functions in SCode.
| | |     - Updated SCodeFlatten module.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/FrontEnd/Absyn.mo
| | | M	Compiler/FrontEnd/SCode.mo
| | | M	Compiler/FrontEnd/SCodeFlatten.mo
| | | 
| | * commit f57dbf633b3c834a2c5c6f2f6f752fa29154dc22
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 13 11:33:45 2010 +0000
| | | 
| | |     - Make .depend a non-PHONY target so we don't run make depend twice
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | 
| | * commit c8b9a63cb4e8ebf46b79b9983a2c5ab0d862c5d4
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 13 11:32:03 2010 +0000
| | | 
| | |     - Some fixes for the build system (call simcode and OpenModelicaBootstrapping.h targets)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/GenerateOMCHeader.mos
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.in
| | | 
| | * commit 7bff6e2114324e7bd1778acc5025934454b60fc3
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 13 11:12:51 2010 +0000
| | | 
| | |     - ExpressionSimplify:
| | |       - Added rules for e and false, e or true
| | |       - Added rules for stringAppendList
| | |     - Added DAE.BOX, DAE.UNBOX instead of weird mmc_unbox_xxx calls (these are similar to DAE.CAST)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackEnd/PartFn.mo
| | | M	Compiler/FrontEnd/Ceval.mo
| | | M	Compiler/FrontEnd/DAE.mo
| | | M	Compiler/FrontEnd/Expression.mo
| | | M	Compiler/FrontEnd/ExpressionDump.mo
| | | M	Compiler/FrontEnd/ExpressionSimplify.mo
| | | M	Compiler/FrontEnd/Static.mo
| | | M	Compiler/FrontEnd/Types.mo
| | | M	Compiler/Template/Unparsing.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 1ab820cfcc30a57b9a9c30c7e5b52d6cabbcb1ba
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 13 06:50:53 2010 +0000
| | | 
| | |     Fixes for task: #1344
| | |     - updated omc_profiler and omc_debug targets.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | 
| | * commit 46bf875f32ca97f003b2e043f62b2cfb37c64979
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 13 06:25:11 2010 +0000
| | | 
| | |     Fixes for task: #1344
| | |     - Linux part is now updated.
| | |     - only omc_release is updated, working on omc_debug, omc_profile.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit 5817f90f4b230b6a6c83f34bb3b8ae3150c9b284
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 13 06:21:11 2010 +0000
| | | 
| | |     Fixes for task: #1344
| | |     - split into directories: FrontEnd BackEnd Template Script Util Main
| | |     - only working on OMDev MinGW Windows right now, I'm working on the Linux part.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R100	Compiler/BackendDAE.mo	Compiler/BackEnd/BackendDAE.mo
| | | R100	Compiler/BackendDAECreate.mo	Compiler/BackEnd/BackendDAECreate.mo
| | | R100	Compiler/BackendDAEEXT.mo	Compiler/BackEnd/BackendDAEEXT.mo
| | | R100	Compiler/BackendDAEOptimize.mo	Compiler/BackEnd/BackendDAEOptimize.mo
| | | R100	Compiler/BackendDAETransform.mo	Compiler/BackEnd/BackendDAETransform.mo
| | | R100	Compiler/BackendDAEUtil.mo	Compiler/BackEnd/BackendDAEUtil.mo
| | | R100	Compiler/BackendDump.mo	Compiler/BackEnd/BackendDump.mo
| | | R100	Compiler/BackendEquation.mo	Compiler/BackEnd/BackendEquation.mo
| | | R100	Compiler/BackendVarTransform.mo	Compiler/BackEnd/BackendVarTransform.mo
| | | R100	Compiler/BackendVariable.mo	Compiler/BackEnd/BackendVariable.mo
| | | R100	Compiler/DAEQuery.mo	Compiler/BackEnd/DAEQuery.mo
| | | R100	Compiler/Derive.mo	Compiler/BackEnd/Derive.mo
| | | R100	Compiler/ExpressionSolve.mo	Compiler/BackEnd/ExpressionSolve.mo
| | | R100	Compiler/PartFn.mo	Compiler/BackEnd/PartFn.mo
| | | R100	Compiler/SimCode.mo	Compiler/BackEnd/SimCode.mo
| | | R100	Compiler/TaskGraph.mo	Compiler/BackEnd/TaskGraph.mo
| | | R100	Compiler/TaskGraphExt.mo	Compiler/BackEnd/TaskGraphExt.mo
| | | R100	Compiler/XMLDump.mo	Compiler/BackEnd/XMLDump.mo
| | | R100	Compiler/Absyn.mo	Compiler/FrontEnd/Absyn.mo
| | | R100	Compiler/AbsynDep.mo	Compiler/FrontEnd/AbsynDep.mo
| | | R100	Compiler/Algorithm.mo	Compiler/FrontEnd/Algorithm.mo
| | | R100	Compiler/Builtin.mo	Compiler/FrontEnd/Builtin.mo
| | | R100	Compiler/Ceval.mo	Compiler/FrontEnd/Ceval.mo
| | | R100	Compiler/CevalFunction.mo	Compiler/FrontEnd/CevalFunction.mo
| | | R100	Compiler/ClassInf.mo	Compiler/FrontEnd/ClassInf.mo
| | | R100	Compiler/ClassLoader.mo	Compiler/FrontEnd/ClassLoader.mo
| | | R100	Compiler/ComponentReference.mo	Compiler/FrontEnd/ComponentReference.mo
| | | R100	Compiler/Connect.mo	Compiler/FrontEnd/Connect.mo
| | | R100	Compiler/ConnectUtil.mo	Compiler/FrontEnd/ConnectUtil.mo
| | | R100	Compiler/ConnectionGraph.mo	Compiler/FrontEnd/ConnectionGraph.mo
| | | R100	Compiler/Constants.mo	Compiler/FrontEnd/Constants.mo
| | | R100	Compiler/DAE.mo	Compiler/FrontEnd/DAE.mo
| | | R100	Compiler/DAEDump.mo	Compiler/FrontEnd/DAEDump.mo
| | | R100	Compiler/DAEUtil.mo	Compiler/FrontEnd/DAEUtil.mo
| | | R100	Compiler/Dependency.mo	Compiler/FrontEnd/Dependency.mo
| | | R100	Compiler/Dump.mo	Compiler/FrontEnd/Dump.mo
| | | R100	Compiler/DumpGraphviz.mo	Compiler/FrontEnd/DumpGraphviz.mo
| | | R100	Compiler/Env.mo	Compiler/FrontEnd/Env.mo
| | | R100	Compiler/ExpandableConnectors.mo	Compiler/FrontEnd/ExpandableConnectors.mo
| | | R100	Compiler/Expression.mo	Compiler/FrontEnd/Expression.mo
| | | R100	Compiler/ExpressionDump.mo	Compiler/FrontEnd/ExpressionDump.mo
| | | R100	Compiler/ExpressionSimplify.mo	Compiler/FrontEnd/ExpressionSimplify.mo
| | | R100	Compiler/Graphviz.mo	Compiler/FrontEnd/Graphviz.mo
| | | R100	Compiler/Inline.mo	Compiler/FrontEnd/Inline.mo
| | | R100	Compiler/InnerOuter.mo	Compiler/FrontEnd/InnerOuter.mo
| | | R100	Compiler/Inst.mo	Compiler/FrontEnd/Inst.mo
| | | R100	Compiler/InstExtends.mo	Compiler/FrontEnd/InstExtends.mo
| | | R100	Compiler/InstSection.mo	Compiler/FrontEnd/InstSection.mo
| | | R100	Compiler/InstanceHierarchy.mo	Compiler/FrontEnd/InstanceHierarchy.mo
| | | R100	Compiler/Lookup.mo	Compiler/FrontEnd/Lookup.mo
| | | R100	Compiler/MMath.mo	Compiler/FrontEnd/MMath.mo
| | | R100	Compiler/MetaUtil.mo	Compiler/FrontEnd/MetaUtil.mo
| | | R100	Compiler/Mod.mo	Compiler/FrontEnd/Mod.mo
| | | R100	Compiler/ModUtil.mo	Compiler/FrontEnd/ModUtil.mo
| | | R100	Compiler/Parser.mo	Compiler/FrontEnd/Parser.mo
| | | R100	Compiler/Patternm.mo	Compiler/FrontEnd/Patternm.mo
| | | R100	Compiler/Prefix.mo	Compiler/FrontEnd/Prefix.mo
| | | R100	Compiler/PrefixUtil.mo	Compiler/FrontEnd/PrefixUtil.mo
| | | R100	Compiler/SCode.mo	Compiler/FrontEnd/SCode.mo
| | | R100	Compiler/SCodeFlatten.mo	Compiler/FrontEnd/SCodeFlatten.mo
| | | R100	Compiler/SCodeUtil.mo	Compiler/FrontEnd/SCodeUtil.mo
| | | R100	Compiler/Static.mo	Compiler/FrontEnd/Static.mo
| | | R100	Compiler/Types.mo	Compiler/FrontEnd/Types.mo
| | | R100	Compiler/UnitAbsyn.mo	Compiler/FrontEnd/UnitAbsyn.mo
| | | R100	Compiler/UnitAbsynBuilder.mo	Compiler/FrontEnd/UnitAbsynBuilder.mo
| | | R100	Compiler/UnitChecker.mo	Compiler/FrontEnd/UnitChecker.mo
| | | R100	Compiler/UnitParserExt.mo	Compiler/FrontEnd/UnitParserExt.mo
| | | R100	Compiler/Values.mo	Compiler/FrontEnd/Values.mo
| | | R100	Compiler/ValuesUtil.mo	Compiler/FrontEnd/ValuesUtil.mo
| | | R100	Compiler/Main.mo	Compiler/Main/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | R100	Compiler/CevalScript.mo	Compiler/Script/CevalScript.mo
| | | R100	Compiler/Interactive.mo	Compiler/Script/Interactive.mo
| | | R100	Compiler/Refactor.mo	Compiler/Script/Refactor.mo
| | | D	Compiler/SimCodeC.mo
| | | D	Compiler/SimCodeCSharp.mo
| | | D	Compiler/SimCodeFMU.mo
| | | R100	Compiler/CompiledTemplates.mo	Compiler/Template/CompiledTemplates.mo
| | | R100	Compiler/TemplCG.mo	Compiler/Template/TemplCG.mo
| | | R100	Compiler/Tpl.mo	Compiler/Template/Tpl.mo
| | | R100	Compiler/TplAbsyn.mo	Compiler/Template/TplAbsyn.mo
| | | R100	Compiler/TplCodegen.mo	Compiler/Template/TplCodegen.mo
| | | R100	Compiler/TplMain.mo	Compiler/Template/TplMain.mo
| | | R100	Compiler/TplParser.mo	Compiler/Template/TplParser.mo
| | | R100	Compiler/Unparsing.mo	Compiler/Template/Unparsing.mo
| | | R100	Compiler/BaseHashTable.mo	Compiler/Util/BaseHashTable.mo
| | | R100	Compiler/Corba.mo	Compiler/Util/Corba.mo
| | | R100	Compiler/Database.mo	Compiler/Util/Database.mo
| | | R100	Compiler/Debug.mo	Compiler/Util/Debug.mo
| | | R100	Compiler/DynLoad.mo	Compiler/Util/DynLoad.mo
| | | R100	Compiler/Error.mo	Compiler/Util/Error.mo
| | | R100	Compiler/ErrorExt.mo	Compiler/Util/ErrorExt.mo
| | | R100	Compiler/HashTable.mo	Compiler/Util/HashTable.mo
| | | R100	Compiler/HashTable2.mo	Compiler/Util/HashTable2.mo
| | | R100	Compiler/HashTable3.mo	Compiler/Util/HashTable3.mo
| | | R100	Compiler/HashTable4.mo	Compiler/Util/HashTable4.mo
| | | R100	Compiler/HashTable5.mo	Compiler/Util/HashTable5.mo
| | | R100	Compiler/HashTable6.mo	Compiler/Util/HashTable6.mo
| | | R100	Compiler/HashTableCG.mo	Compiler/Util/HashTableCG.mo
| | | R100	Compiler/HashTableStringToPath.mo	Compiler/Util/HashTableStringToPath.mo
| | | R100	Compiler/IOStream.mo	Compiler/Util/IOStream.mo
| | | R100	Compiler/IOStreamExt.mo	Compiler/Util/IOStreamExt.mo
| | | R100	Compiler/OptManager.mo	Compiler/Util/OptManager.mo
| | | R100	Compiler/Print.mo	Compiler/Util/Print.mo
| | | R100	Compiler/RTOpts.mo	Compiler/Util/RTOpts.mo
| | | R100	Compiler/Settings.mo	Compiler/Util/Settings.mo
| | | R100	Compiler/SimulationResults.mo	Compiler/Util/SimulationResults.mo
| | | R100	Compiler/Socket.mo	Compiler/Util/Socket.mo
| | | R100	Compiler/System.mo	Compiler/Util/System.mo
| | | R100	Compiler/Util.mo	Compiler/Util/Util.mo
| | | R100	Compiler/VarTransform.mo	Compiler/Util/VarTransform.mo
| | | M	Compiler/susan_codegen/Makefile
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | 
| | * commit 37bbd758e894b7f515060d882b5c1ca74c310746
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 12 20:10:57 2010 +0000
| | | 
| | |     - ExpressionSimplify: Added rule for "s1"+"s2"=>"s"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ExpressionSimplify.mo
| | | 
| | * commit c17fa4271952ec91c34c9925e8d8e76f91d47c25
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 12 18:42:32 2010 +0000
| | | 
| | |     - Added ExpressionSimplify rules
| | |       - true AND e => e
| | |       - false OR e => e
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ExpressionSimplify.mo
| | | 
| | * commit 94ae72b702513272c50faeed860eb140ec3cc4b6
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 12 18:09:18 2010 +0000
| | | 
| | |     - Added annotation __OpenModelica_EarlyInline = true
| | |       - This annotation will inline as early as possible, making function calls look like expanded macros
| | |       - MetaModelica builtin functions use this annotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 9a8534fe27e8fdd354cd61a7278e105ff4870e76
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 12 14:57:58 2010 +0000
| | | 
| | |     - Added ceval for listReverse
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit c1bf18dfd2ae8e9749973e671b360279306a9379
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 12 13:03:07 2010 +0000
| | | 
| | |     - Moved some more MetaModelica function definitions to Builtin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Parser/Modelica.g
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit c28cc0a1c04f47fda91c044d38101b85fdf3aa07
| | | Author: Martin Sjölund 
| | | Date:   Sun Dec 12 10:45:04 2010 +0000
| | | 
| | |     - Removed the old arcsin, arctan, arccos and ln functions since they are not part of the standard
| | |       - They are also no longer used in the standard library
| | |     - Started using renaming imports for functions that are simple aliases, e.g. import realSin = sin
| | |       - This will make expressionSimplify and derive work without writing new special cases
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Static.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit 473f0b802a9701e43248df567330e4bad5ecfa52
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 11 21:32:44 2010 +0000
| | | 
| | |     - Moved some builtin Real functions to Builtin.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	c_runtime/meta_modelica_real.cpp
| | | M	c_runtime/meta_modelica_real.h
| | | 
| | * commit 35b051db6050b82ab976fee07f1f36dc8cc89619
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 11 20:59:21 2010 +0000
| | | 
| | |     - Fixed codegen for div()
| | |     - Moved some MetaModelica builtin functions (Boolean/Integer) to Builtin.mo instead of C sources
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit 58a504317c77a73ea74088967852e96c0335136f
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 11 19:02:40 2010 +0000
| | | 
| | |     Fix for #1356
| | |     - More of the function in the initial environment now have real classes instead of just a type
| | |     - Added test Import7.mo that tests if you can write "import sinx = sin;"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 3868cbf267c99841866846401aeb1d29dd33396c
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 11 15:17:39 2010 +0000
| | | 
| | |     - DAEDump now displays the language of an external function instead of always displaying external "C"
| | |     - Added initial support for external function language "builtin"
| | |       - These functions call the other function directly without overhead
| | |       - external "builtin" functions are omitted from DAEDump
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 03d4f8762d6d4036258c2948ee0f0488f85e959c
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 10 17:01:01 2010 +0000
| | | 
| | |     - use fixed=true for DUMMY_STATE variables for residual equations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 275fe12285a1c571d3ecf0e13d506c47094c3453
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 10 16:29:39 2010 +0000
| | | 
| | |     - SimCode.mo, BackendVariable.mo
| | |       - for initialisation use not startvalue use pre(variable) this is the same value but it is possible to change the startvalue with the model_init.txt file
| | |       - also add residual equations from vars moved to known variables
| | |       - ToDo:
| | |          - change states variables fixed=true by default to fixed=false and do not set the fixed attribute from variables (dummy_states) to false if it is true.
| | |          - analyse the initial equaition system if additional variables must be fixed for initialisation
| | |       - add some stuff for calculating the initialisation values via matching algorithm. This works if the number of unknown variables es equal to the number of equations for initialisation, use the debugflag=initdlowdump and uncomment the initialisation method via initial_residual function
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendVariable.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 7601eb76c008238efc2a53d0801550deea599615
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 10 15:40:36 2010 +0000
| | | 
| | |     - small bugfix for algorithms with no outputs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | 
| | * commit b77bf0093fc9bbc4a79b194ac529aa5dd23733aa
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 10 13:16:18 2010 +0000
| | | 
| | |     - BackendDAEOptimize.mo
| | |       - use not "a = der(b), a not state" case for simpleEquation because this leads to problems in the removed equations
| | |     Example model Modelica.Mechanics.Translational.Examples.Damper :
| | |     5 : $DER.mass1.v := $DER.$DER.mass1.s
| | |     6 : mass1.a := $DER.mass1.v
| | |     - update test because of this
| | |     
| | |     - ExpressionSimplify.mo
| | |       - add case for asub with more than one subscribt, simplify the expression from ASUB
| | |     - simulate-msl31-examples.mos
| | |       - update comments from some models, now all models generates compileable code, only EnginveV6 should is not testes because compiling of 107 MB files are very time intensive
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/ExpressionSimplify.mo
| | | 
| | * commit 08a52f87f9e42d8d6db46c889a04d4867b5bc79e
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 10 12:09:37 2010 +0000
| | | 
| | |     - if subs of componentreference are stripped do not use the type from DAE.CREF to generate a new DAE.CREF from stripped componentreference
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | 
| | * commit ceb627be8287ab209752a95c510727eefe337cb1
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 10 11:57:53 2010 +0000
| | | 
| | |     - if subs of componentreference are stripped do not use the type from DAE.CREF to generate a new DAE.CREF from stripped componentreference
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 765f03524091b34a7d5f873c827b657b9e62364b
| | | Author: Jens Frenkel 
| | | Date:   Thu Dec 9 21:06:39 2010 +0000
| | | 
| | |     - fix testsuite, incomment states fixed=false als default
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendVariable.mo
| | | 
| | * commit 3e75fc66d6fe8b7f31aaa4eec4c3f16679e70ec9
| | | Author: Jens Frenkel 
| | | Date:   Thu Dec 9 18:44:50 2010 +0000
| | | 
| | |     - BackendDAETransform.mo
| | |       - speedup replaceDummyDer
| | |     - set starvalue of dummy_der to zero
| | |     - BackendDump.mo
| | |       - add Startvalue to dump
| | |     - BackendVariable.mo
| | |       - use named parameter for case
| | |       - States are not fixed=true for default
| | |       - add function varStartValueFail
| | |     - Expression.mo
| | |       add case for DAE.REDUCTION to isConst
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDump.mo
| | | M	Compiler/BackendVariable.mo
| | | M	Compiler/Expression.mo
| | | 
| | * commit f326a74ba7dee7d364ec6a8b40406c152493d580
| | | Author: Per Östlund 
| | | Date:   Thu Dec 9 09:04:16 2010 +0000
| | | 
| | |     - Removed space in front of unary minus and plus when using Dump, to make
| | |       linearize/test_05 succeed on linux too (where you get -0 instead of 0).
| | |     - Updated test cases due to these changes.
| | |     - Updated the parallel test script to handle modelicaML tests.
| | |     - Fixed spelling in Absyn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Dump.mo
| | | 
| | * commit 0d2ba6b688c76288e7febe14b986b0defe98eef9
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 9 00:38:25 2010 +0000
| | | 
| | |     - added API: getExperimentAnnotation and getSimulationOptions
| | |       Example:
| | |       getExperimentAnnotation(Modelica.Blocks.Examples.PID_Controller);
| | |       getSimulationOptions(Modelica.Blocks.Examples.PID_Controller);
| | |       simulate(Modelica.Blocks.Examples.PID_Controller, outputFormat="empty");
| | |       Result:
| | |        {StopTime=4}
| | |        {0.0, 4.0, 500, 1e-06, "dassl", "Modelica.Blocks.Examples.PID_Controller", false, false, "", "plt"}
| | |        /* startTime, stopTime, numberOfIntervals, tolerance, method, fileNamePrefix, storeInTemp, noClean, options, outputFormat */
| | |     - now the simulate(Model, ...) will read the experiment annotation from the model if there is any and use these settings.
| | |     - updated SimulationRecord to display simulation options.
| | |     - updated tests to suite the new SimulationRecord.
| | |     - added a generic COMPILER_WARNING in Error.mo and function Error.addCompilerWarning
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 4b78eceafdb8ea4110db83d000000eaaff12281f
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 8 20:14:30 2010 +0000
| | | 
| | |     Fixes for bug #1238
| | |     - fixes for bug #1238 via construction of fully qualified crefs from
| | |       modifications so we can properly check for duplicate modifications.
| | |     - added tests for bug #1238
| | |     - moved some things from Inst to Mod and PrefixUtil as they belong there.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/PrefixUtil.mo
| | | 
| | * commit e5eecce57ce4270c1f4253a1318fd4d9756251b2
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 8 17:21:08 2010 +0000
| | | 
| | |     - Alias make testfast = make test. It's not that slow anymore ;)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 42ef27e6c83b538c180e302d7fe345c0344e6597
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 8 16:31:13 2010 +0000
| | | 
| | |     - BackendDAETransform.mo
| | |       - got ride of some unused print calls
| | |     - BackendDump.mo
| | |       - add function dumpStateVariables
| | |     - fix tests from testcase, now more trivial equation are detected
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDump.mo
| | | 
| | * commit f57ad0fdd8178bec8f46b76e9db48b2034a47e3d
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 8 15:29:59 2010 +0000
| | | 
| | |     - bugfix for evaluateAnnotation, avoid infinite loop
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit 0933ebd3da15cf7ab33b1a38dcf9c7a8aa23c2a6
| | | Author: Per Östlund 
| | | Date:   Wed Dec 8 15:04:04 2010 +0000
| | | 
| | |     - Fixed some syntax errors in BackendDump and SimCode that wasn't caught by RML
| | |       but by the bootstrapped compiler.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDump.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit fffd8964291cd6da777f7683dd8707aaf0f19e87
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 8 09:33:05 2010 +0000
| | | 
| | |     - bugfix for evaluateAnnotation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit a30eed27f230fb21aec1a4ef7b992f1990540270
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 7 21:37:28 2010 +0000
| | | 
| | |     - implement new feature: evaluate parameter with annotation(Evalute=true), see Modelica specification 3.2 chapter 17.3 Annotations for Code Generation, codeGenerationFlag
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit d06015982dc15ae7e6ca25eebbb1f8f52b3c17c1
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 7 18:52:59 2010 +0000
| | | 
| | |     - start to implement code for the Evaluate annotation. This is used for a lots of multibody examples.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit 5bd392c078cd8fd3f89e2e377a60065ee99a7fbc
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 7 16:21:37 2010 +0000
| | | 
| | |     - BackendDAEOptimize.mo, SimCode.mo
| | |       - use equations like "a=der(b)" with a is not a state to replace a in all equations with der(b), This solves problems with fullRobotR3 initial equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 91a22525a855682db4a8b1ca1be56d509d8d1193
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 7 15:39:43 2010 +0000
| | | 
| | |     - BackendDAEOptimize.mo, BackendDump.mo
| | |       - add dump for aliasvariables
| | |     - BackendVariable.mo
| | |       - add function varBindExp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendDump.mo
| | | M	Compiler/BackendVariable.mo
| | | 
| | * commit b1ba2c8f59b3077dd14950c4e9d02631f7a2c91e
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 7 14:04:40 2010 +0000
| | | 
| | |     - BackendDAEOptimize.mo
| | |       - implement new features:
| | |         - remove constant equations from simple equations
| | |         - add alias variables to BackendDAE.DAE.aliasVars
| | |     - BackendDAEUtil.mo
| | |       - add function addAliasVariables
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | 
| | * commit 18d67a85acd8b64686f58255a147d4a78c47d0ac
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 7 11:57:06 2010 +0000
| | | 
| | |     - BackendVariable.mo
| | |       - reimplement isVariable
| | |     - BackendDAEOptimize.mo
| | |       - use new feature removeParameterEqns
| | |     - SimCode.mo
| | |       - implement new feature: sort the bound parameter equations in right order.
| | |     - fix some testcases of mosfiles
| | |       - AlgorithmArrayEqn.mos: delete generated files
| | |       - EventIteration.mos: delete generated files
| | |       - InOutStrings.mo: use parameter to test also simulation
| | |       - ModelBalance1.mos: delete generated files
| | |       - ModelBalance3.mos: change number of equations because of new feature remove parameter eqns
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendVariable.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 7ffa927628ac24a6570829a620ca0f015318495a
| | | Author: Adrian Pop 
| | | Date:   Tue Dec 7 05:26:39 2010 +0000
| | | 
| | |     - report an error when file is too large to read into a MetaModelica string on 32 bit platforms.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit bc6c6f12730e3575e127bd54e1bad01f56733d99
| | | Author: Jens Frenkel 
| | | Date:   Mon Dec 6 21:53:08 2010 +0000
| | | 
| | |     - BackendDAEOptimize.mo
| | |       - fixe bugs for function removeParameterEqns
| | |     - BackendVariable.mo
| | |       - add function setBindValue
| | |     - SimCode.mo
| | |       - check also bindvalue for inital value
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendVariable.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit ec4004c76dc70212bf1128dd8eed2edbbc540576
| | | Author: Jens Frenkel 
| | | Date:   Mon Dec 6 16:19:20 2010 +0000
| | | 
| | |     - BackendDAE.mo
| | |       -add type IncidenceMatrixElement
| | |     - BackendDAEOptimize.mo
| | |       - add function removeParameterEqns
| | |       Detect all equations with only one time depend variable and
| | |       check if it is a time independend variable. In case of time
| | |       independendce it add a bind expression and remove the equation
| | |       --> this solves the problems for Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis
| | |       but testsuite does not yet work, use debugflag "optimizeParameter" until testsuite problems not fixed
| | |     - BackendDAETransform.mo
| | |       - got ride of some unnessesary integer operations
| | |     - BackendEquation.mo
| | |       - add function equationDelete (used for removeParameterEqns)
| | |     - BackendVariable.mo
| | |       - add function setBindExp (used for removeParameterEqns)
| | |     - CevalScript, Main, SimCode, XMLDump
| | |       - use removeParameterEqns
| | |     - ExpressionSolve.mo
| | |       - reimplement function solve3
| | |     - Derive.mo
| | |       - delete case for derive DAE.BCONST because derive of false is unkown
| | |       - uncomment case for DAE.RELATION because The derivative of c > d is not der(c) > der(d). It is the derivative of (c>d) "der(c>d)" and this is perhaps NAN for c equal d and 0 otherwise
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAE.mo
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendEquation.mo
| | | M	Compiler/BackendVariable.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/ExpressionSolve.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 2b2f8a75fb13c040e66e29ba9ae6bdc333813c37
| | | Author: Jens Frenkel 
| | | Date:   Sun Dec 5 21:49:09 2010 +0000
| | | 
| | |     - BackendDAECreate.mo
| | |       - lowervarkind StateSelect.prefer as STATE
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | 
| | * commit 7ff67f69baafc761f6a12bcde718439e325904cd
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 4 09:33:12 2010 +0000
| | | 
| | |     - Fix Compiler/runtime/corbaimpl.cpp (use the same path as Settings.getTempDirectoryPath() as the temp-dir)
| | |       - Updated OMShell, so it does not assume /tmp is the tmp-dir
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 576d3d0901cb044929b05e1a9e7655d205d0bd23
| | | Author: Martin Sjölund 
| | | Date:   Sat Dec 4 08:23:03 2010 +0000
| | | 
| | |     - Fix compilation on OSX using new Qt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeFMU.mo
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 6503f60ac3a2e61777330579c83f6f616d308218
| | | Author: Jens Frenkel 
| | | Date:   Sat Dec 4 00:29:27 2010 +0000
| | | 
| | |     - Derive.mo
| | |       - add derivativeTime of abs
| | |       - use type to generate zero
| | |       - check if call have only parameters -> no derivative of call needet
| | |     - Expression.mo
| | |       - use type to generate zero
| | |       - vectors are scalar arrays -> for function makeZeroExpression
| | |     - SimCode.mo
| | |       - use Expression.expSub, Expression.negate, ...
| | |       - error message from translateModel commented out because of testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 6962507eebd233017568e98e8f8c516a8b8bf5aa
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 3 18:23:21 2010 +0000
| | | 
| | |     - BackendDump.mo
| | |       - add number of algorithm
| | |     - SimCode.mo
| | |       - add case for algorithms to function createNonlinearResidualEquations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDump.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 36319a6bce9e88c758c4808bdd8aa6e621fe86e2
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 3 16:57:26 2010 +0000
| | | 
| | |     - add {model}_functions.cpp and {model}_functions.h to target
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/CMakeLists.txt
| | | 
| | * commit 6934e57e7101d925623d31b2b195f178d8c5529a
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 3 16:35:50 2010 +0000
| | | 
| | |     - BackendDAECreate.mo
| | |       - removed unused variable var from lowerEqn
| | |     - SimCodeC.tpl
| | |       - add STMT_REINIT (Simulation does not yet work, but code generation)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 74b3e9fa0208828815a39e15c10ee0ae9da6ef0f
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 3 15:32:54 2010 +0000
| | | 
| | |     - Added function cevalStringAppendList
| | |     - Added a notebook for basic MetaModelica types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit 14310bf43f110b591a72d51a87a47f2bcfa99f85
| | | Author: Alexey Lebedev 
| | | Date:   Fri Dec 3 15:14:31 2010 +0000
| | | 
| | |     Fix for bug: #1328
| | |     Added a check for recursive short class definitions (so that compiler does not enter infinite loop). Also added a test case
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit e152352a7d926e44a1b691f44435f088175b9003
| | | Author: Jens Frenkel 
| | | Date:   Fri Dec 3 14:09:23 2010 +0000
| | | 
| | |     - fix for bug #1368
| | |       - collect zero crossings inside loops using loop variable range
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | 
| | * commit 3de8670200ebf62e56f0143d7028d5aec5575812
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 3 13:57:12 2010 +0000
| | | 
| | |     - Defer the check of Interactive.typeCheckFunction when adding functions through CORBA. The check needs to be done in the new environment if the function is recursive or has other dependencies that were added in the same sent command.
| | |     - Added ceval of DAE.CONS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | 
| | * commit 6dfa3d2f8d2a87a423bda3414339a46bb40890f7
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 3 10:06:26 2010 +0000
| | | 
| | |     - Fix for -disable-rml-trace configure option
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5941b5d2cd949ee5885921ec50002d863bea1746
| | | Author: Jens Frenkel 
| | | Date:   Thu Dec 2 23:29:40 2010 +0000
| | | 
| | |     - Util.mo
| | |       add function listIntRange3
| | |     - BackendDAECreate.mo
| | |       start to implement: use the range of for_stms for findzerocrossings and detectimplicit discrete bug-1368
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit c60960883316ba4a6afe95f4e62d275e9fc58d2f
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 2 19:50:39 2010 +0000
| | | 
| | |     - Update makefiles to make parts of the qtclients compile on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 667b2cada51016af086a8991d95a008ef405db20
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 2 19:16:20 2010 +0000
| | | 
| | |     - Fix for configure (got empty rmlc_bin if RMLHOME was not present)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 16ba9bfb8a313d412c92f3a5d7799e95e03fd2d7
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 2 18:51:28 2010 +0000
| | | 
| | |     - Search for sqlite3.h in the configure script
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 786026a7cf544550c2e0ceccff0e33a24cfd3f96
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 2 18:38:35 2010 +0000
| | | 
| | |     - Search the whole path when looking for rmlc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5cf256d3e0f8a0ad324bea8d19dc155c867b1cff
| | | Author: Jens Frenkel 
| | | Date:   Thu Dec 2 16:04:51 2010 +0000
| | | 
| | |     - partial fixes for #1365
| | |       - add CREF(componentref=DAE.WILD for simulation case
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit cabffc1d76d87c7c5e1fd7f66a23d129d4cc7ec6
| | | Author: Jens Frenkel 
| | | Date:   Thu Dec 2 15:22:43 2010 +0000
| | | 
| | |     - partial fixes for #1365
| | |       - add basic initial Algorithms support
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | M	Compiler/BackendEquation.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 1eaa978f25f13d9d0832fe11ba6495bba90aa09e
| | | Author: Jens Frenkel 
| | | Date:   Thu Dec 2 13:11:21 2010 +0000
| | | 
| | |     - use option RTOpts.splitArrays() also in the Backend to avoid extendsion of arrays
| | |     - SimCode.mo
| | |       - try to collate the arrays before solving
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit f4c19c6ee25ed83e7bbb774bbacc0da8484e46ac
| | | Author: Jens Frenkel 
| | | Date:   Thu Dec 2 11:00:29 2010 +0000
| | | 
| | |     - partial fixes for #1365
| | |     - Derive.mo
| | |       - bugfix for derive ASUB
| | |       - return correct type of Zero for call expressions
| | |     - Expression.mo
| | |       - add case to makeConstOne so the function does not fail
| | |     - ExpressionSolve.mo
| | |       - return also asserts for solved expression
| | |        Example for the equation 0 = a*(b-c) solved for b the assert (a!=0,"..") is added and the equation is solved b = c
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/ExpressionSolve.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/TaskGraph.mo
| | | 
| | * commit 3fd934071820862e690a0bb9d422eacc2c662c83
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 1 21:40:22 2010 +0000
| | | 
| | |     - partial fixes for #1365
| | |     - ExpressionSolve.mo
| | |       - add case for expressions like a*(b-c) solved for b or c
| | |     - createSingleArrayEqnCode
| | |       use matchingAlgorithm to solve the array equations correct
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ExpressionSolve.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 00cf5067a81093cd5c0d61068e549d5bbc9435d9
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 1 17:38:35 2010 +0000
| | | 
| | |     Partial fix for #1365
| | |     - partial fix for 1365
| | |     - BackendDAETransform.mo
| | |       - get states in eqns from incidence matrix
| | |     - Util.mo
| | |       - add function intNegative
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit bf77a73bfc0a211ed5a7da197d453baecb0766d9
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 1 15:59:32 2010 +0000
| | | 
| | |     Partial fixes for #1365
| | |     SimCodeC.tpl
| | |     - handling ET_ENUMERATION where ET_INT is handled
| | |     - handle string comparison via strcmp
| | |     - handle ASUB(e, {index}) via string(et.ty)_get(arr, index - 1)
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 2cd93268f91eb6cfcab92b1e38da0b555b54edba
| | | Author: Jens Frenkel 
| | | Date:   Wed Dec 1 15:29:01 2010 +0000
| | | 
| | |     Partial fix for bug #1365
| | |     - partial fixes for 1365
| | |     - call clearDifferentiated after remove simple Equations
| | |     - abs() and sign() are only discrete expression if all parameters discrete expressions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | 
| | * commit 46c01a53924c6e1970fa01bef77ccf093237294c
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 1 13:07:15 2010 +0000
| | | 
| | |     Partial fixes for #1365
| | |     SimCodeC.tpl
| | |     - fixed code generation for enumeration casting
| | |     - handling integer(...) builtin operator
| | |     - write more information about not handled ASUB in the generated code.
| | |     - updates to testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos
| | |       due to changes in codegen.
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 472a8875d942f2dcc1e7b59f919be0547319746e
| | | Author: Anton Sodja 
| | | Date:   Wed Dec 1 11:24:24 2010 +0000
| | | 
| | |     Updated export to Dymola mat-file format -- also integer and boolean
| | |     variables are now stored in the file.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result_mat.cpp
| | | M	c_runtime/simulation_result_mat.h
| | | 
| | * commit d5045e797987404a1c1022c6ef687276a179e8ab
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 30 23:11:17 2010 +0000
| | | 
| | |     Help for dealing with bugs: #1365 #1364
| | |     - code for sharing crefs (too slow for now so disabled) in ComponentReference.mo
| | |     - use Expression.makeASUB everywhere where DAE.ASUB is created so we can check if
| | |       the given expression is a cref and give a warning if +d=checkASUB is on.
| | |     - function Expression.makeCrefExp will display a warning if +d=checkDAECrefType
| | |       is ON and we give a *different* type than the one already present in the cref.
| | |     - flags +d=checkASUB and +d=checkDAECrefType should be used with -trace to see
| | |       where the functions that are buggy are actually called!
| | |     - fix warning in Compiler/susan_codegen/SimCode/SimCodeC.tpl for equations:
| | |       enum = pre(enum) by casting: enum = (modelica_integer)pre(enum)
| | |       previously it only added cast for ET_INT, now it handles also ET_ENUMERATION
| | |     - maybe we should create *ALL* expressions via functions so we can easily check
| | |       if the typing is OK!
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ComponentReference.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/ExpressionSimplify.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 1801082b6be0e7a2fed760804d44fae6adeae3ec
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 30 16:28:12 2010 +0000
| | | 
| | |     - Adding a MetaModelica optimization: (a,b,c) := match ... is now translated to a tuple assignment instead of pattern-matching assignment
| | |       - This reduces total memory consumption by around 33%
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica.c
| | | 
| | * commit 96745727fdf58dacf48b6af0700cea2a43bbec35
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 30 14:13:31 2010 +0000
| | | 
| | |     - Simplified some MetaModelica types in DAE.ExpType
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/sendData/Makefile.humbug.in
| | | 
| | * commit b72e5c7318e139fa5ad1d12a0594d86831051634
| | | Author: Jens Frenkel 
| | | Date:   Tue Nov 30 07:44:30 2010 +0000
| | | 
| | |     Fixes for #1365
| | |     - bugfix for traversingDivExpFinder, now
| | |       Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum simulates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 126049fa0dcea83742acffa81a2ecac0a2586a5f
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 29 18:18:23 2010 +0000
| | | 
| | |     - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF
| | |     - use ComponentReference.makeCrefIdent and ComponentReference.makeCrefQual when building DAE.CREF_IDENT and DAE.CREF_QUAL
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/ExpressionSimplify.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 28b548a451c24b5583cb4949e0a7e607a444e8a4
| | | Author: Lennart Ochel 
| | | Date:   Mon Nov 29 14:55:10 2010 +0000
| | | 
| | |     - fixed handling of algorithms for symbolic jacobian
| | |     - added some testcases
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | 
| | * commit 191b6bd7c6b5f6b00756da38754cce74e32e4714
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 29 13:06:00 2010 +0000
| | | 
| | |     - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF
| | |     - use ComponentReference.makeCrefIdent and ComponentReference.makeCrefQual when building DAE.CREF_IDENT and DAE.CREF_QUAL
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ComponentReference.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit c657ee0ae9f8a6672bbc3b8685974ddc6d784c48
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 29 11:13:44 2010 +0000
| | | 
| | |     - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF
| | |     - use CevalScript.buildCurrentSimulationResultExp instead of building the component reference for the simulation record directly.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalFunction.mo
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit a7384091077dfc429f2cd468921c937e159ccd31
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 29 11:04:12 2010 +0000
| | | 
| | |     - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF
| | |     - remove tabs in some files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendEquation.mo
| | | M	Compiler/BackendVarTransform.mo
| | | 
| | * commit 178e9a2bc5f20dc0672ec457fc1eb22dddf459b5
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 29 10:04:30 2010 +0000
| | | 
| | |     - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | 
| | * commit c5111f1ce738fb334cb75f0fc75810b68fbdd93b
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 29 09:13:45 2010 +0000
| | | 
| | |     - use Expression.crefExp or Expression.makeCrefExp to create DAE.CREF
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAECreate.mo
| | | 
| | * commit 7da34553ed76482893a9e84c69e48ed87e171fdd
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 29 08:46:47 2010 +0000
| | | 
| | |     - use DAE.CREF directly without re-creating it (with the same values).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | 
| | * commit 0754853da065089152077e3e15ddd704f844d8f3
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 28 14:24:29 2010 +0000
| | | 
| | |     Fixes for #1365
| | |     - bugfix for Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1
| | |     cause of an error somewhere the type of the expression CREF is not equal to the componentreference type
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inline.mo
| | | 
| | * commit 7d547f0ccd5ed6429282bca3dddd398293cb19ab
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 28 07:37:40 2010 +0000
| | | 
| | |     - Changed the interactive buffers to no longer be read-only, so we can use the API to modify them
| | |       - Added a testcase for renaming components inside read-only files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/parse.c
| | | 
| | * commit 0656f46e86545b0d6701ae5721a0974eff0caf6f
| | | Author: Adrian Pop 
| | | Date:   Sun Nov 28 07:36:15 2010 +0000
| | | 
| | |     - increase hash table sizes and use a prime number of bucket size (the default is now defined in BaseHashTable.mo)
| | |     - leave a space at the end in Unparsing.tpl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BaseHashTable.mo
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTable6.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/HashTableStringToPath.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Unparsing.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | 
| | * commit bbef335caf7ab77da08607ac00b0a4d9d3ebbeb4
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 27 21:00:27 2010 +0000
| | | 
| | |     - fixes for c_runtime/meta_modelica.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | 
| | * commit 5e3e12fce0c4b256e505ed8c2be0bccee583022d
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 27 20:54:00 2010 +0000
| | | 
| | |     - remove spaces in DAE.ASUB printing (to make it exactly as ComponentReference)
| | |     - got rid of most of Util.boolAndList which were not exactly needed
| | |     - added more specific map functions that can check global list properties
| | |     - updated tests due to changes in DAE.ASUB printing
| | |     - changed the annoying "Modelica specifications" to "Modelica specification" in Error.mo and tests
| | |     - get rid of warning due to missing newline at the end of Compiler/OpenModelicaBootstrappingHeader.h
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/BackendDAECreate.mo
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/ComponentReference.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/ExpressionDump.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit b41fed1354e112e57903f7340c530b58df859455
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 27 20:20:01 2010 +0000
| | | 
| | |     - Inline some MetaModelica data constructors
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 27c54b93a38aa03b30a371b586a0584489381ad9
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 27 18:27:43 2010 +0000
| | | 
| | |     - Inline listEmpty and STRUCT_HDR for records
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit 8171d2579fbbf694f9837345dc44ad03ae420d12
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 27 12:56:38 2010 +0000
| | | 
| | |     - Fix for Makefile.humbug (use the configured CFLAGS so e.g. -fPIC is used)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	c_runtime/sendData/Makefile.humbug
| | | A	c_runtime/sendData/Makefile.humbug.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 85f4086bd94ef82aff846b1de1d0224b05a17f0f
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 27 00:41:59 2010 +0000
| | | 
| | |     - constant evaluate Modelica.Utilities.Strings.substring
| | |     - update tests due to changes of SimulationResult record
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit f45d17e5fead58fe56f9b1cbbdec0dcf7c06f81c
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 26 23:12:05 2010 +0000
| | | 
| | |     - fix RML weirdness.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 3b3fa1dc6dbf97d7e5d5c80f05c240d426bdd153
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 26 23:08:49 2010 +0000
| | | 
| | |     - fix bootstrapping in Windows OMDEV (link sendData when building .dll to get all depends of omcruntime).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 8bb66770317a305e1d4e5972b7197a7af7eb579f
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 26 22:54:01 2010 +0000
| | | 
| | |     - get rid of rml_prim_once in Compiler/runtime/SimulationResults_rml.c
| | |     - add $CFLAGS a bit later so people can use it to link libraries via MODELICAUSERCFLAGS in
| | |       Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     - removed old comment from Compiler/runtime/System_rml.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 858bba678621b22552ba4695e792438f483189db
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 26 21:13:49 2010 +0000
| | | 
| | |     Partial fixes for #1365
| | |     - link properly to get tables working.
| | |     - display the name of the model in the SimulationResult record when failing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 2bdc23d549c357e9de11fc84b74b8b9e1c900ba2
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 26 19:59:34 2010 +0000
| | | 
| | |     - Added support for the new special Library annotation, OpenModelicaCorba, which will use the configured Corba implementation to choose appropriate linker-flags for external functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Corba.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | 
| | * commit 2f79bb55cccb8de7cff083e7cb005b409d6e8686
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 26 17:32:05 2010 +0000
| | | 
| | |     - Added support for SimulationResult (79/119 mosfiles succeed)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimulationResults.mo
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/SimulationResults_rml.c
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | A	Compiler/runtime/ptolemyio_omc.cpp
| | | A	Compiler/runtime/ptolemyio_rml.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/rml_compatibility.h
| | | 
| | * commit 0adb6189738ae5459a8550c4f86c033c3552bf02
| | | Author: Per Östlund 
| | | Date:   Fri Nov 26 16:45:41 2010 +0000
| | | 
| | |     - More work on SCodeFlatten. It can now remove all imports from EngineV6, but a
| | |       lot of work still remains.
| | |     - Changed Util.listMapAndFold to return the folded argument.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeFlatten.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 65666dbba7d4430270dffbe21cd085ed26a21428
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 26 16:40:27 2010 +0000
| | | 
| | |     - Derive.mo
| | |       - bugfix der(atan2(y,x))
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit bb059c3c248371cab4f6c6ff6aa4f75914bd8a5b
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 26 15:52:28 2010 +0000
| | | 
| | |     - Ported BackendDAEExt to OMC runtime
| | |       - Note: This might also be a fix for some weird bugs, or stuff that just accidently worked before (the old code would use the second argument of functions taking only 1 argument)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/BackendDAEEXT.cpp
| | | M	Compiler/runtime/BackendDAEEXT_omc.cpp
| | | M	Compiler/runtime/BackendDAEEXT_rml.cpp
| | | 
| | * commit 0a27d7eae4eeecd08d82c8e9065bff7679ff22ae
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 26 15:33:02 2010 +0000
| | | 
| | |     - BackendDAETransform.mo
| | |       - add BackendDump.
| | |     Derive.mo
| | |       - add derivative of atan2
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit 3de1383b52584c0f5823a75f9a2c4e129bb2b7b7
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 26 15:11:55 2010 +0000
| | | 
| | |     - Added Corba implementation for the bootstrapping. Use with caution; OMEdit queried omc so much 8GB RAM used in a jiffy.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/Unparsing.mo
| | | A	Compiler/runtime/Corba_omc.cpp
| | | A	Compiler/runtime/Corba_rml.cpp
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/corbaimpl.cpp
| | | A	Compiler/runtime/settingsimpl.h
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | D	Compiler/susan_codegen/SimCode/UnparsingTV.mo
| | | M	Parser/Parser_omc.cpp
| | | 
| | * commit 7055f3a75736650ba8c89d6de4a5d4cad5f58da5
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 26 10:58:13 2010 +0000
| | | 
| | |     - Use Absyn.pathString2 in Dynload_omc.cpp (easier code to maintain)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/Dynload_rml.cpp
| | | 
| | * commit 131082046efc0f2d838a61b44d6413049f247969
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 26 10:34:36 2010 +0000
| | | 
| | |     - Fix exception handling infinite loop on Linux; enable it on Windows (seems to run properly there)
| | |       - Added Dynamic function loading to the bootstrapped compiler (mofiles is now at 100% using the bootstrapped compiler)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/Dynload_rml.cpp
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Parser/ModelicaParser_omc.c
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/rml_compatibility.h
| | | 
| | * commit a3ad87a2c45910d51ee05893ffbd9dab88d8fb5f
| | | Author: Per Östlund 
| | | Date:   Fri Nov 26 09:57:39 2010 +0000
| | | 
| | |     - Fixed invalid propagation of connection sets from redeclared components
| | |       (commit 7185 to OpenModelica-1.5.1-Maintenance branch).
| | |     - Take face of connector components into account when connecting potential
| | |       connectors (commit 7173 to OpenModelica-1.5.1-Maintenance branch).
| | |     - Optimized findEquSet and findFlowSet to terminate earlier in some cases.
| | |     - Cleaned up ConnectionGraph.
| | |     - Cleaned up connection handling in InstSection.
| | |     - Updated test cases that changes due to equation ordering changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | 
| | * commit 394b87b7cd17455c78487c0cac8c46d6e095efa7
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 26 08:06:56 2010 +0000
| | | 
| | |     - Change try/throw/catch implementation on OMDEV to setjmp/longjmp (fixed the bug by copying the whole data-structure instead of only backing up the first 1/16 of the array)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 9d8d0b91153bc828abffda1bf9f2fd3441ae110a
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 26 07:45:50 2010 +0000
| | | 
| | |     - Fix error in TplAbsyn.mo
| | |     - Update expected output of testcase SusanTest.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TplAbsyn.mo
| | | 
| | * commit 1220ef11b3d1ccf759d71874b5142d670191348f
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 26 00:45:14 2010 +0000
| | | 
| | |     - return on top catch
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit c6c0839b7383b2b1b87e4105cd2fef36e7f32e89
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 25 23:08:44 2010 +0000
| | | 
| | |     - properly use the old throw for now in Windows (switch to it when working properly)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 6c082261b087c17dddbde04ca2d015fd7f11ed8a
| | | Author: Pavol Privitzer 
| | | Date:   Thu Nov 25 22:54:30 2010 +0000
| | | 
| | |     - Susan now:
| | |       - translates case local names into function wide local names
| | |         and has nicer name prefixes to have more easily distinguishable origins of the generated identifiers
| | |       - respects full 'hasindex' semantics with a new keyword 'from' added that is used instead of indexOffset= option
| | |         new syntax is:
| | |         lst |> elem hasindex myIndex3 from 3 => '<%elem%><%myIndex3%>'
| | |         the 'from' keyword is optional (and can only together with 'hasindex'); default is 0
| | |       - does not hide implicitly scoped patterned matched record fields in 'if' expressions (only directly tested implicitly scoped values was visible after 'then' till now)
| | |       - has much better 'let' scoping, to be continued ...
| | |       - has better emptiness testing of Texts in 'if' expressions (does direct Text value test for emptiness instead of translating it to string)
| | |       - reports better errors for options; mainly does not allow a typo in option names and non-sense options are errors now
| | |     
| | |     - SimCodeC.tpl
| | |       - rewritten to respect the new 'hasindex' ['from'] syntax
| | |       - fixed a typo 'seprator' -> 'separator'
| | |       - in template initRecordMembers()  fixed RECORD  to RECORD(__)
| | |       - in template patternMatch() in case PAT_CALL(__) fixed placement of empty= option (to be removed later entirely for this context)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/TplCodegen.mo
| | | M	Compiler/TplMain.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/Unparsing.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | M	Compiler/susan_codegen/TplCodegen.mo
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | M	Compiler/susan_codegen/TplCodegenTV.mo
| | | M	Compiler/susan_codegen/TplCodegen__testShouldBe.mo
| | | M	Compiler/susan_codegen/test.tpl
| | | 
| | * commit 0f6097240c77243c6b5efc1bcfaec0a06922ecd7
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 25 21:28:50 2010 +0000
| | | 
| | |     - use the old throw for now in Windows (switch to it when working properly)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit b33ff76dd8d7ecc9221d1869238b5e5fd72709ba
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 25 17:36:56 2010 +0000
| | | 
| | |     - Change MetaModelica try/throw/catch to setjmp/longjmp implementation as it gives a 3-10x speedup
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 9f047761aaeef88c54d0d27ffb47421a6cbfbd65
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 25 16:34:20 2010 +0000
| | | 
| | |     - Added preprocessor macros MMC_TRY, MMC_CATCH, MMC_THROW to easier change exception implementation in the bootstrapped compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/IOStreamExt_omc.cpp
| | | M	Compiler/runtime/OptManager_omc.cpp
| | | M	Compiler/runtime/Print_omc.cpp
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/Settings_omc.cpp
| | | M	Compiler/runtime/Socket_omc.cpp
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/UnitParserExt_omc.cpp
| | | M	Compiler/runtime/corbaimpl_stub_omc.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Parser/Parser_omc.cpp
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_real.cpp
| | | 
| | * commit 8c76e29261145e78577ffa8233e4cc645fc0b96d
| | | Author: Per Östlund 
| | | Date:   Thu Nov 25 14:41:42 2010 +0000
| | | 
| | |     - Ported commit 6987 from OpenModelica-1.5.1-Maintenance branch to trunk (fix
| | |       elabMatrixCatOne to take care of dimensions).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 013e48536f09f95e59fc36b11546f9cd8f3268f8
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 25 12:56:44 2010 +0000
| | | 
| | |     - Remove Absyn.GOTO, Absyn.LABEL and Absyn.ALG_MATCHCASES from the compiler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/BackendDAECreate.mo
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Parser/Makefile.common
| | | 
| | * commit 8aaf0151ff8e9e69d6bcc7b2e85ed0d241993cdb
| | | Author: Per Östlund 
| | | Date:   Thu Nov 25 12:18:31 2010 +0000
| | | 
| | |     - Added flag +orderConnections=[true|false] that enables/disables alphabetical
| | |       ordering of connections (default true).
| | |     - Added API calls setOrderConnections and getOrderConnections.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/rtoptsimpl.c
| | | 
| | * commit cc8cc3397082ff55ddabbd2a61f701751dbd1523
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 25 07:22:46 2010 +0000
| | | 
| | |     Partial fixes for bug #1365
| | |     - Fixed generation of invalid C tokens in the generated simulation/function headers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 805abaf09e30fd005667650347fb26acf3af0e23
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 24 16:10:25 2010 +0000
| | | 
| | |     - Avoid duplicate records with the generated header for bootstrapping if several external libraries use them
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/GenerateOMCHeader.mos
| | | M	Compiler/Makefile.in
| | | M	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Unparsing.mo
| | | A	Compiler/runtime/Dynload.cpp
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/Dynload_rml.cpp
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | M	c_runtime/rml_compatibility.h
| | | 
| | * commit ea2cc3c83c381f97463d7797916d995f0ebddf87
| | | Author: Willi Braun 
| | | Date:   Wed Nov 24 15:30:10 2010 +0000
| | | 
| | |      -Fix for bug in linearize testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 2e2d5a838b4c7e26089057696807b12f6db5506b
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 24 14:41:07 2010 +0000
| | | 
| | |     - added new API getNamedAnnotation(class, name) to get non-standard annotations:
| | |       getNamedAnnotation(Modelica.UsersGuide, __Dymola_DocumentationClass) -> {true}
| | |       getNamedAnnotation(Modelica, __Dymola_DocumentationClass) -> {}
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 0fb2618961045edfa88c87c39e7f66d491bf7953
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 24 13:16:55 2010 +0000
| | | 
| | |     - Added boxptr_intLt,intGt,realLt,realGt
| | |     - Fixed Util.listMap6 RML error
| | |     - Moved Parser/OpenModelicaBootstrappingHeader.h to Compiler/OpenModelicaBootstrappingHeader.h
| | |       - It should also be used by Compiler/runtime so it makes more sense to keep it here
| | |     - Simulations and functions now generate a _records.c file containing record declarations
| | |       - This is needed so that external C functions can also construct metarecords
| | |     - Updated Unparsing.mo (no longer needs to duplicate the record declarations)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R100	Parser/GenerateOMCHeader.mos	Compiler/GenerateOMCHeader.mos
| | | M	Compiler/Makefile.in
| | | R100	Parser/OpenModelicaBootstrappingHeader.h	Compiler/OpenModelicaBootstrappingHeader.h
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Unparsing.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | M	Parser/Makefile.common
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/meta_modelica_real.cpp
| | | M	c_runtime/meta_modelica_real.h
| | | 
| | * commit ba88cbb9d04170d765afccaa643128bff771e3a1
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 24 12:51:06 2010 +0000
| | | 
| | |     - fixes for OMDev MinGW
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit acabe7bb4ccfe9536028cb0448a96e83bea11bb2
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 24 12:27:27 2010 +0000
| | | 
| | |     - Changed the SimCode data structure (RecordDeclaration is now stored in SIMCODE and FUNCTIONCODE instead of in every function individually)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Parser/GenerateOMCHeader.mos
| | | M	Parser/Makefile.common
| | | M	Parser/OpenModelicaBootstrappingHeader.h
| | | 
| | * commit e7e12a0cacac2606d68a6bbfa88ad7e95215fb14
| | | Author: Willi Braun 
| | | Date:   Wed Nov 24 12:24:50 2010 +0000
| | | 
| | |     - update synchronous events solver: dassl2, rungekutta
| | |        - some bug fixes
| | |        - remove discrete variables in Algorithms while continuous integration
| | |        - update some testcases
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendEquation.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_result_csv.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_main.h
| | | 
| | * commit d8ef1b00fe7b421dd737af37ad600400a2704cec
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 24 11:13:55 2010 +0000
| | | 
| | |     - Fix MM listDelete() for index other than 0
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 42f902b19b849deff6bdbc906999576ccab92d7a
| | | Author: Per Östlund 
| | | Date:   Wed Nov 24 11:07:32 2010 +0000
| | | 
| | |     Fixed for bug #1361:
| | |     - Fixed elaboration and constant evaluation of ranges with negative step.
| | |     - Updated test case mofiles/drmodelica/RangeVector, so that it's now correct.
| | |     - Updated test case mosfiles-nosim/ZeroDims that changed due to commit 7161.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit 79b98beca22c95c38073f73b72104ae5a3669b22
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 24 11:00:53 2010 +0000
| | | 
| | |     - Fixed MM listDelete (also handle index 0)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit c8df72632a6f377046b8bd23418153be8ea16472
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 24 10:37:18 2010 +0000
| | | 
| | |     - Rename Types.ndims to Types.numberOfDimensions (ndims is a Modelica builtin operator and gives us conflicts)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit d39eb192edf1b375c4911337631b4353335c9c43
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 24 07:50:48 2010 +0000
| | | 
| | |     - Fix bootstrapping OMC on OMDEV (can't link to non-portable UUID libs; should be rewritten in some portable C way)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit c8bb2af6e17741ef3dd8746512c2f9a4b68301d7
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 24 07:50:34 2010 +0000
| | | 
| | |     Fixes for bug: #1315
| | |     - manually ported from:
| | |       https://openmodelica.ida.liu.se/svn/OpenModelica/branches/OpenModelica-1.5.1-Maintenance
| | |     - fixes for bug 1315
| | |     - relaxed typing if checkModel is ON: TypeName should be ok to match a TypeName[0]
| | |     - added tests for:
| | |       Modelica.Mechanics.MultiBody.Visualizers.Internal.Lines in
| | |       testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos
| | |     - added more tests for zero dims in
| | |       testsuite/mosfiles-nosim/ZeroDims.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit 41286c7e72bb92df8d1fa5ca14aaa9eb09ca7cb2
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 24 07:38:54 2010 +0000
| | | 
| | |     - Push Absyn.Info through to more error messages (none that are actually tested in the compiler it seems)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit f6faa4720623a834eb0c274b33ed1706bbec4979
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 24 07:13:56 2010 +0000
| | | 
| | |     - fix for OMDev MinGW compilation of Compiler/runtime/systemimpl.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit ebcfe50438be9e9da3f367bdb3097fab789b8b48
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 23 15:23:15 2010 +0000
| | | 
| | |     - Fix for Error.updateCurrentComponent (field isReadOnly was always true in the externally defined because the field after it, fileName, was never 0)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Error_rml.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimpl.h
| | | M	Parser/Modelica.g
| | | M	Parser/parse.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit e4a9e1d1801c533079745d27834f487726d9853a
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 23 08:18:43 2010 +0000
| | | 
| | |     - Print a newline after a version request
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit 07870e4c6e7c6a17dfab65515171633d3f2ff899
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 23 08:10:47 2010 +0000
| | | 
| | |     - Fix compilation on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 8af7fc5172850fd45dd57d2aa3a84e617a1e100b
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 22 16:20:49 2010 +0000
| | | 
| | |     - Fix code generation for assigning output variables that are function pointers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/runtime/Settings_omc.cpp
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit f3c24dcebb16aeef09064f91bf6100d99bd3d514
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 22 10:17:07 2010 +0000
| | | 
| | |     - Fixed some function definitions so it will be easier to use 64-bit integers in the simulation/function runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/read_write.c
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_input.cpp
| | | 
| | * commit cc0d565959a5cb96e28ac4fa96ae29f4658bb1a0
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 22 06:24:34 2010 +0000
| | | 
| | |     - Fix for intMod (should only return positive results)
| | |     - Change for realString (same precision as RML so rtest diffs are smaller)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_real.cpp
| | | 
| | * commit c565abeafb7806949b27a68745a2dca7cad82265
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 22 04:52:42 2010 +0000
| | | 
| | |     - Adding missing file Compiler/Unparsing.mo (needed if omc was not already compiled)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/Unparsing.mo
| | | 
| | * commit 8ba1bc71c718177e9077ca4f7b2b430e6a492d68
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 21 21:47:15 2010 +0000
| | | 
| | |     - Fix for parsing of the replaceable prefix in the RML version of the parser
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 130fe76112c4a849f9ff4f9e3aa218bf8affee0c
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 21 19:36:58 2010 +0000
| | | 
| | |     - Additional fixes for bootstrapping (parsing, etc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/BackendDAEEXT_omc.cpp
| | | M	Compiler/runtime/SimulationResults_omc.cpp
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/UnitParserExt_rml.cpp
| | | M	Compiler/runtime/rtoptsimpl.c
| | | M	Compiler/runtime/unitparserext.cpp
| | | M	Parser/Modelica.g
| | | M	Parser/ModelicaParser_omc.c
| | | M	Parser/ModelicaParser_rml.c
| | | M	Parser/Parser_omc.cpp
| | | M	c_runtime/meta_modelica_real.cpp
| | | M	c_runtime/rml_compatibility.h
| | | 
| | * commit 7532ed250c29170a22ff5a39f7e9a97351c67b60
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 21 18:48:58 2010 +0000
| | | 
| | |     - Fix the testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_rml.c
| | | 
| | * commit db22d3e77400010aeda2dc5be4f331bec7c6aca2
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 21 16:08:50 2010 +0000
| | | 
| | |     - Added SimulationResults_omc.cpp
| | |     - Added the remaining external functions in System_omc.cpp
| | |     - Main.main now passes the gcc linker and produces a 15MB executable that at the very least can display the help text on start (the main() function ignores argv,argc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimulationResults.mo
| | | M	Compiler/runtime/Makefile.common
| | | A	Compiler/runtime/SimulationResults_omc.cpp
| | | R100	Compiler/runtime/SimulationResults.c	Compiler/runtime/SimulationResults_rml.c
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit b49446711c357a7b5f31bb91a65a8ac8b103023e
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 21 14:49:23 2010 +0000
| | | 
| | |     - Added new API call generateHeader(), for generating the uniontype header for the parser external code
| | |       - Uses a new Susan module for unparsing
| | |     - Added the OMC version of the ANTLR parser to the default make target
| | |       - Note: Due to mutual dependencies the generated header will point to different constants for the record description in external code. To produce more efficient code, all uniontype record descriptions need to be generated in its own C-file (last on the GCC line)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/RTOpts_rml.c
| | | M	Compiler/runtime/rtopts.h
| | | M	Compiler/runtime/rtoptsimpl.c
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | A	Compiler/susan_codegen/SimCode/Unparsing.tpl
| | | A	Compiler/susan_codegen/SimCode/UnparsingTV.mo
| | | A	Parser/GenerateOMCHeader.mos
| | | M	Parser/Makefile.common
| | | M	Parser/Makefile.in
| | | M	Parser/ModelicaParser_omc.c
| | | A	Parser/OpenModelicaBootstrappingHeader.h
| | | M	Parser/Parser_omc.cpp
| | | M	Parser/parse.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/rml_compatibility.h
| | | 
| | * commit 1df09553a017efd0e27ca31c21222f6955d90ce8
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 21 10:40:14 2010 +0000
| | | 
| | |     - Started updating the generation of files for parsing (to support bootstrapping)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Parser.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/OptManager_omc.cpp
| | | M	Parser/Makefile.common
| | | M	Parser/Modelica.g
| | | A	Parser/ModelicaParser_omc.c
| | | A	Parser/ModelicaParser_rml.c
| | | A	Parser/Parser_omc.cpp
| | | A	Parser/Parser_rml.c
| | | M	Parser/parse.c
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/rml_compatibility.h
| | | 
| | * commit 5ec29c5ff8636d9287422c0b4c5ae653cffcd07e
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 21 08:40:00 2010 +0000
| | | 
| | |     - Added OptManager_omc.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.common
| | | A	Compiler/runtime/OptManager_omc.cpp
| | | A	Compiler/runtime/OptManager_rml.cpp
| | | M	Compiler/runtime/optmanager.cpp
| | | 
| | * commit 74028d6e07afef1f2d4b459a84f29d03dd0008f9
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 17:44:14 2010 +0000
| | | 
| | |     - Small fix in Compiler/runtime/Makefile.in (config.h dependency)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit 7f1bc7c15dc03620469de7408780a071fd5c6fd6
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 17:41:03 2010 +0000
| | | 
| | |     - Fixes for OMDEV
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | 
| | * commit ec69d87cdc55acd229474f6555fe29d9f70b7629
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 20 17:40:51 2010 +0000
| | | 
| | |     - fixes for OMDev MinGW
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit f71200ed81a085c352549534449690de635377d9
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 17:35:04 2010 +0000
| | | 
| | |     - Implement System.setEnv for System_omc.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 4eb4da6e228f254fc746601f56429779b2209739
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 16:23:07 2010 +0000
| | | 
| | |     - Update for OptManager.setOption (no more return value since it always returned true)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/OptManager.mo
| | | M	Compiler/System.mo
| | | 
| | * commit 563d09beccf996527b6fbb0d67c9c38cf74eba4f
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 13:17:02 2010 +0000
| | | 
| | |     - Completed implementation of Settings_omc.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Settings.mo
| | | M	Compiler/runtime/Settings_omc.cpp
| | | M	Compiler/runtime/Settings_rml.c
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit 4dc54cb531651b01e9e729808319bb108d07bfba
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 12:59:03 2010 +0000
| | | 
| | |     - Updated the external C code for Settings.mo
| | |       - If OPENMODELICAHOME is available and OPENMODELICALIBRARY is not, we look for libraries in the default locations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/runtime/Settings_omc.cpp
| | | M	Compiler/runtime/Settings_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit 82f7a6e8879fb2561c11b91837a12e28eeb74e71
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 11:34:25 2010 +0000
| | | 
| | |     - Add the remaining functions in Error_omc.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/runtime/Dynload_omc.cpp
| | | M	Compiler/runtime/Error_omc.cpp
| | | M	Compiler/runtime/Error_rml.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | M	Parser/parse.c
| | | 
| | * commit 3bd28c2596dfe0994f283e7ffdb1bce9950a265f
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 10:34:55 2010 +0000
| | | 
| | |     - Implemented the rest of RTOpts_omc.cpp needed for Main_main
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | 
| | * commit 363d69a2a0d397928d65825745b1db34e29aa1ec
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 10:17:27 2010 +0000
| | | 
| | |     - Changed dynload.c to Dynload_rml.cpp and fixed the compilation errors that were warnings in C
| | |       - Added a (stub) Dynload_omc.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DynLoad.mo
| | | R065	Compiler/runtime/dynload_try.h	Compiler/runtime/Dynload_omc.cpp
| | | R094	Compiler/runtime/dynload.c	Compiler/runtime/Dynload_rml.cpp
| | | M	Compiler/runtime/Makefile.common
| | | D	Compiler/runtime/dynload.cpp
| | | D	Compiler/runtime/dynload_try.cpp
| | | M	c_runtime/read_write.h
| | | 
| | * commit 3b3e492c604b974df796bef6e59651cf6e1a988e
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 20 08:02:12 2010 +0000
| | | 
| | |     - Fix compilation on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 152ee105a09b3d078bfd09fbae470b0ddd242d37
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 22:09:00 2010 +0000
| | | 
| | |     - Added corba and socket stubs to libomcruntime.a
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.common
| | | A	Compiler/runtime/Socket_omc.cpp
| | | A	Compiler/runtime/Socket_rml.c
| | | A	Compiler/runtime/corbaimpl_stub_omc.cpp
| | | M	Compiler/runtime/socketimpl.c
| | | 
| | * commit 5dc4f976a2e48773caad35a7a1d074efa3fd9d88
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 21:56:14 2010 +0000
| | | 
| | |     - Added a Makefile.common for Compiler/runtime/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/runtime/Makefile.common
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit b6dcbbb3ef29452af3adc26ec77640c9bb3466f1
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 21:51:10 2010 +0000
| | | 
| | |     - Added libomcruntime.a (stub) implementations for BackendDAEEXT
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEEXT.mo
| | | M	Compiler/runtime/BackendDAEEXT.cpp
| | | A	Compiler/runtime/BackendDAEEXT_omc.cpp
| | | A	Compiler/runtime/BackendDAEEXT_rml.cpp
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit a158e24ba7af365bd31409bcbb650ee13b6d7d23
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 21:03:00 2010 +0000
| | | 
| | |     - Added an error message in manner that plot() usually fails: Return Values.STRING(msg) instead of Values.BOOL(...) (this is very good for scripting and keeping the types consistent)
| | |       - Anyway, if we compiled --without-sendData, we now return an error instead of success
| | |       - This error is returned through CORBA instead of stderr + return success
| | |       - OMEdit displays this error message if we use an OMC without sendData support
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit ba4dde62aea5e27051d15bcc9a167e8d81165f1e
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 13:57:00 2010 +0000
| | | 
| | |     - More external function implementations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 85ebccdc3de8328df03460be0cec87fdf3d79fea
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 13:45:45 2010 +0000
| | | 
| | |     - Implemented some additonal runtime functions for libomcruntime.a
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 01eaaaf3b15bad0bfeb0953b6ea5df2b2a0e8f26
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 13:00:17 2010 +0000
| | | 
| | |     - Added more external functions for System_omc.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit dbdf0f489db8bf6536d0c3ea7265b06a5bd14b3e
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 08:59:21 2010 +0000
| | | 
| | |     - Implemented libmodparomc.a (the stub version of modpar)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TaskGraphExt.mo
| | | M	Compiler/modpar/Makefile.in
| | | A	Compiler/modpar/TaskGraphExt_stub_omc.cpp
| | | 
| | * commit d70d44ecfdda6f0198868c32164a5d4a3c05c41e
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 19 08:20:16 2010 +0000
| | | 
| | |     - Implemented UnitParserExt_omc.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/UnitParserExt.mo
| | | M	Compiler/runtime/Makefile.in
| | | A	Compiler/runtime/UnitParserExt_omc.cpp
| | | A	Compiler/runtime/UnitParserExt_rml.cpp
| | | M	Compiler/runtime/unitparserext.cpp
| | | M	Makefile.common
| | | 
| | * commit 68ad0d3e472ef6e49a7952368c8dc8f7cc023a01
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 19 01:54:37 2010 +0000
| | | 
| | |     - fixes and tests for updateComponent
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 173dd4d22704cc4ae6f9328b438e473931853f90
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 19 01:53:24 2010 +0000
| | | 
| | |     - fix Compiler/runtime/systemimpl.c for MinGW.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit e04f2b19a2baede71691d8fb20ae5bfdf098dbce
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 18 21:16:31 2010 +0000
| | | 
| | |     - Further changes from char* to const char*
| | |       - Now all strings in the simulation runtime should be const
| | |     - Implemented some additional external functions for libomcruntime.a
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/runtime/dynload.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/ModelicaUtilities.c
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/meta_modelica_real.cpp
| | | M	c_runtime/meta_modelica_real.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | 
| | * commit cbdc3b5d3ec4084995f1c2836ca78fd46ca1c419
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 18 06:17:09 2010 +0000
| | | 
| | |     - CevalScript.generateFunction now only generates code for the calculated dependencies
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit f351665bed420a4d120d088a102363379488ea5b
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 18 02:20:10 2010 +0000
| | | 
| | |     - renamed DAEEXT.mo daeext.cpp to BackendDAEEXT.mo BackendDAEEXT.cpp.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R087	Compiler/DAEEXT.mo	Compiler/BackendDAEEXT.mo
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDump.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.w32
| | | M	Compiler/XMLDump.mo
| | | R078	Compiler/runtime/daeext.cpp	Compiler/runtime/BackendDAEEXT.cpp
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/Makefile.vc
| | | 
| | * commit 0e44d3216929308ddacff228707c4f5f1bdb9067
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 18 01:44:36 2010 +0000
| | | 
| | |     - removed Compiler/test_codegen as is not used anymore since A LONG TIME NOW.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/test_codegen/Makefile.in
| | | D	Compiler/test_codegen/Makefile.single
| | | D	Compiler/test_codegen/algorithm_for1.mo
| | | D	Compiler/test_codegen/algorithm_if1.mo
| | | D	Compiler/test_codegen/algorithm_while1.mo
| | | D	Compiler/test_codegen/equation_funcall1.mo
| | | D	Compiler/test_codegen/equation_funcall10.mo
| | | D	Compiler/test_codegen/equation_funcall11.mo
| | | D	Compiler/test_codegen/equation_funcall12.mo
| | | D	Compiler/test_codegen/equation_funcall2.mo
| | | D	Compiler/test_codegen/equation_funcall3.mo
| | | D	Compiler/test_codegen/equation_funcall4.mo
| | | D	Compiler/test_codegen/equation_funcall5.mo
| | | D	Compiler/test_codegen/equation_funcall6.mo
| | | D	Compiler/test_codegen/equation_funcall7.mo
| | | D	Compiler/test_codegen/equation_funcall8.mo
| | | D	Compiler/test_codegen/equation_funcall9.mo
| | | D	Compiler/test_codegen/expression_array_construct1.mo
| | | D	Compiler/test_codegen/expression_array_construct2.mo
| | | D	Compiler/test_codegen/expression_if1.mo
| | | D	Compiler/test_codegen/expression_index1.mo
| | | D	Compiler/test_codegen/expression_matrix_vector_product1.mo
| | | D	Compiler/test_codegen/expression_range1.mo
| | | D	Compiler/test_codegen/expression_range2.mo
| | | D	Compiler/test_codegen/expression_unary_minus1.mo
| | | D	Compiler/test_codegen/expression_unary_minus2.mo
| | | D	Compiler/test_codegen/if_algorithm.mo
| | | D	Compiler/test_codegen/if_expression.mo
| | | D	Compiler/test_codegen/input_variable_size_array.mo
| | | D	Compiler/test_codegen/main.c
| | | D	Compiler/test_codegen/misc_bubblesort.mo
| | | D	Compiler/test_codegen/misc_simplex1.mo
| | | D	Compiler/test_codegen/misc_simplex2.mo
| | | D	Compiler/test_codegen/return_multiple_record.mo
| | | D	Compiler/test_codegen/return_multiple_record_array.mo
| | | D	Compiler/test_codegen/return_multiple_scalar.mo
| | | D	Compiler/test_codegen/return_multiple_scalar_array.mo
| | | D	Compiler/test_codegen/return_record.mo
| | | D	Compiler/test_codegen/return_record_array.mo
| | | D	Compiler/test_codegen/return_scalar.mo
| | | D	Compiler/test_codegen/return_scalar_array.mo
| | | D	Compiler/test_codegen/rtest.sh
| | | D	Compiler/test_codegen/simplex_in.txt
| | | D	Compiler/test_codegen/simtest.mo
| | | D	Compiler/test_codegen/test.mo
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 306f7dcce4a0cdc2208f9abe39dd80ec7890f76e
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 18 01:30:36 2010 +0000
| | | 
| | |     - removed old files for generating/checking RML based signatures.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/rml2sig/Makefile.in
| | | D	Compiler/rml2sig/rml2sig.bat
| | | D	Compiler/rml2sig/rml2sig.lex
| | | D	Compiler/rml2sig/rmldep.sh
| | | M	configure
| | | M	configure.in
| | | 
| | * commit a25e64237024de647dc98e13d39069fd94aa2b58
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 18 01:21:52 2010 +0000
| | | 
| | |     - small cleaning, running make in Compiler/rml2sig is not needed!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 969a3925d5783062fd607b90a7fe9f6cfeffe96d
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 18 00:54:57 2010 +0000
| | | 
| | |     - moved RML->MetaModelica translation tool from Compiler/rml2mmo to /tools/rml2mmo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R100	Compiler/rml2mmo/README.txt	tools/rml2mmo/README.txt
| | | R100	Compiler/rml2mmo/rdball.sh	tools/rml2mmo/rdball.sh
| | | R100	Compiler/rml2mmo/trall.sh	tools/rml2mmo/trall.sh
| | | R100	Compiler/rml2mmo/translate-if-needed.sh	tools/rml2mmo/translate-if-needed.sh
| | | 
| | * commit 17d5c828a4f6a832f6887b507caffb7d5ec75bdd
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 18 00:52:28 2010 +0000
| | | 
| | |     - deleted very old report (even in Swedish)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/report/.cvsignore
| | | D	Compiler/report/Makefile
| | | D	Compiler/report/abstract
| | | D	Compiler/report/bibliotekskort
| | | D	Compiler/report/design
| | | D	Compiler/report/example-1.tex
| | | D	Compiler/report/example-2.tex
| | | D	Compiler/report/example-3.tex
| | | D	Compiler/report/example-4.tex
| | | D	Compiler/report/report.bib
| | | D	Compiler/report/report.tex
| | | D	Compiler/report/semantik
| | | D	Compiler/report/syntax
| | | D	Compiler/report/transfig.pic
| | | 
| | * commit b5560011a26eec9c55807fbc8225572e29a5e91b
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 18 00:50:15 2010 +0000
| | | 
| | |     - moved old Compiler/tools/rmldoc tool to /tools
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R100	Compiler/tools/rmldoc	tools/rmldoc/rmldoc
| | | 
| | * commit dd0ae4955d98307594a530214e0317f493b957ed
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 17 22:05:56 2010 +0000
| | | 
| | |     - do not use -ansi when compiling the code as strdup is not ANSI!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 864a2ddfd054dbf675bdf0799edbacc416946145
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 17 21:51:07 2010 +0000
| | | 
| | |     - Fix so that Susan runs (SimCodeC.tpl->SimCodeC.mo works) using bootstrapped OMC
| | |       - It uses too much stack so we can't run it in the testsuite, but the test has been updated so that it is easy to try it yourself
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit e80dce9126f9ccdac597c3a424814f0764a7e541
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 17 21:29:15 2010 +0000
| | | 
| | |     - Fix typo in BackendDAEUtil (broke bootstrapping but not RML)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | 
| | * commit 7e8bf7e7f28a2764ae81c47dce05c552f98e1d0b
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 17 21:26:23 2010 +0000
| | | 
| | |     - Changed the C runtime to allow the use of const char* instead of char* for string literals
| | |       - We no longer need to strdup every single string literal we find. This should produce a lot more efficient code if someone likes priting a string constant every time step, etc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 15052ddcdc7f5221c0224a1fd933be100b0ed834
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 17 19:53:38 2010 +0000
| | | 
| | |     - reimplement some functions using not equationList and travese the array of equations directly
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendEquation.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 306b59c2b6d5b4c3788ff9d682412a2bd2f552dd
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 17 19:16:34 2010 +0000
| | | 
| | |     - reimplement some functions using not equationList and travese the array of equations directly
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit d4dc6015bad1def5040184abcd3f6011536075d3
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 17 18:39:20 2010 +0000
| | | 
| | |     - reimplement one functions using not equationList and travese the array of equations directly
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 1320b02c7f4cec2eea499d8e7cdcd72ac8df708f
| | | Author: Jens Frenkel 
| | | Date:   Wed Nov 17 17:49:42 2010 +0000
| | | 
| | |     - reimplement one functions using not equationList and travese the array of equations directly
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAETransform.mo
| | | 
| | * commit 29023cb9c0d0ecbf9687da0936bca2b2e41cb9ec
| | | Author: Per Östlund 
| | | Date:   Wed Nov 17 13:00:31 2010 +0000
| | | 
| | |     - First revision of the new SCodeFlatten module. It's not used yet.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Makefile.common
| | | A	Compiler/SCodeFlatten.mo
| | | M	Compiler/SCodeUtil.mo
| | | 
| | * commit c3c75be3a726c5d5ed3119e11866b22a5b56d6d6
| | | Author: Pavol Privitzer 
| | | Date:   Wed Nov 17 12:31:02 2010 +0000
| | | 
| | |     - Susan updated tests to be all OK
| | |     - C# codegen for non-linear strong components
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/TplMain.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos
| | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/TplCodegen__testShouldBe.mo
| | | M	Compiler/susan_codegen/paper.mo
| | | M	Compiler/susan_codegen/paper__testShouldBe.mo
| | | M	Compiler/susan_codegen/test.mo
| | | M	Compiler/susan_codegen/test__testShouldBe.mo
| | | 
| | * commit e2bbc5b441a0951b5d2a67071f82a904843179cc
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 17 12:30:48 2010 +0000
| | | 
| | |     Fix for #1360
| | |     - We now copy string outputs of functions
| | |       - Previously, we could overwrite strings and get really weird results
| | |     - Added testcase StringPool.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/modelica_string.c
| | | 
| | * commit efe933268f588f9da4186d807376d609cfe082eb
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 17 10:53:59 2010 +0000
| | | 
| | |     - Fix for MODELICA_ASSERT in the simulation runtime
| | |       - We now generate code such that we only allocate the message string if the condition is false
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 0e522bb4e670615896617d72222106751cf5681b
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 17 10:48:06 2010 +0000
| | | 
| | |     - fixed a small bug with the check for DynamicSelect/OnMouse* in annotations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 421a1d79ab8a64e47c568a5aaf37113a6ec311dc
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 17 07:50:34 2010 +0000
| | | 
| | |     - update version to 1.6.0
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Settings_rml.c
| | | 
| | * commit 43e2c380a47a2252cc46ffedc80ef9bd063d9873
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 17 06:58:55 2010 +0000
| | | 
| | |     - Fix warning in Settings_rml.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Settings_rml.c
| | | 
| | * commit ea3a33e7b10d43ea6f146aa43b32b51b73ce8f27
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 17 05:44:08 2010 +0000
| | | 
| | |     - added a new function interactive renameComopnentInClass that doesn't do instantiation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dependency.mo
| | | M	Compiler/Interactive.mo
| | | 
| | * commit ccd240d504561b73412ffe0c74fdf19d92941556
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 17 03:18:33 2010 +0000
| | | 
| | |     - fixed more problems with annotations.
| | |     - now if we fail to instantiate an annotation we return it as it is:
| | |       { annotation(...) }
| | |     - if an annotation is not present at all we return {} instead of empty string.
| | |     - moved interactive tests to testsuite/interactive
| | |     - Lookup.lookupVar2 now only prints an error message if +d=lookup is present (not on +d=failtrace).
| | |     - added all extra tests into testsuite/interactive/interactive_api_annotations.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Constants.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit c7478441419a6b0447f4d523b4723830b799e4d0
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 16 20:39:29 2010 +0000
| | | 
| | |     - Disable SQLITE3 linking on Linux (keep the configure line there but commented out in case we need it in the future)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 8dccb913d8318b83bf8d9a68e2fe8673dd31d7a2
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 16 12:44:41 2010 +0000
| | | 
| | |     - Added configure feature rml-trace (to be disabled by the Debian/Ubuntu builds as the executable shrinks 5-6MB)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_release/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit a72f6b281473d7603e8def33fec7081dacb56acc
| | | Author: Per Östlund 
| | | Date:   Tue Nov 16 10:27:01 2010 +0000
| | | 
| | |     - Fixed propagation of enumeration indices when connecting arrays.
| | |     - Fixed connections with multi-dimensional arrays.
| | |     - Added test case mofiles/ConnectEnumArray.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/InstSection.mo
| | | 
| | * commit 2798b5a5093850d329d070ded0078f4b36fa4b48
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 16 07:47:57 2010 +0000
| | | 
| | |     - fix Linköping, the pour ö gets shredded to pieces sometimes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit 4e5629d7ea86213214911ea6acd2542ea91f2b46
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 15 21:20:56 2010 +0000
| | | 
| | |     - add an extra newline at the end of h files in Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     - fixes in Compiler/runtime/config.h
| | |     - other smaller issues
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/runtime/config.h
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit bfc53f1207fea03f9da6fd73f4321d83ae54ca49
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 15 20:45:36 2010 +0000
| | | 
| | |     - Fix for System_writeFile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/System_omc.cpp
| | | 
| | * commit fd38f92f200a130e51c2b8d61a5e5945a668334e
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 15 16:32:24 2010 +0000
| | | 
| | |     - Update some external definitions in System.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | 
| | * commit 01c3abefd22d2e91ac90d7e49fa9ffccac44a99c
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 15 14:47:07 2010 +0000
| | | 
| | |     - Added an error message for match expressions like:
| | |       match in1 local input Integer i
| | |       (input/output of a local component is not allowed)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit d0e41870ba7c93788d815861c3c8a03b987c8b02
| | | Author: Jens Frenkel 
| | | Date:   Mon Nov 15 12:46:51 2010 +0000
| | | 
| | |     - BackendEquation.mo
| | |       add function traverseBackendDAEEqnsWithUpdate
| | |     - BackendDAEUtil.mo
| | |       add function traverseBackendDAEArrayNoCopyWithUpdate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendEquation.mo
| | | 
| | * commit 5daa72b692a60ffbb9bb41d790cb1c694859ef45
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 15 11:57:20 2010 +0000
| | | 
| | |     - Fix System.time for bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | 
| | * commit b2f34f557ed1899402da9b434986e9f1e90401e3
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 15 10:49:20 2010 +0000
| | | 
| | |     - Improve CevalScript.cevalGenerateFunction
| | |       - No longer does lookup+inst again on every function (this was already done by elabExp)
| | |     - generateCode() for MainTest.mos now only generates code; it does not compile it (saves 1~2 minutes of testsuite time and reduces the RAM requirements for running the testsuite)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit e94da17b8d33c59955cace7ad33566569f8155c5
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 15 06:02:37 2010 +0000
| | | 
| | |     - delete .mo files on clean
| | |     - fixes to Compiler/omc_profiler/Makefile.omdev.mingw to link correctly.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | 
| | * commit 21a9be2e6706376bd6e2724b882ba1e5fe8413a3
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 15 05:33:08 2010 +0000
| | | 
| | |     - ConnectUtil.mo: small speedup by verifying face first, then the others
| | |     - SimCode.mo: small comment.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit c6f7d6b258bbbc35772fe9a7191d97f8b981ded1
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 20:25:18 2010 +0000
| | | 
| | |     - Fixed the generateCode() API call
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 18ca920c80a623863ef28144d74096a3d9afdb64
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 20:15:28 2010 +0000
| | | 
| | |     - Fixed compilation of Main_main.so (linking still fails)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 2ab96fd1d4617e28ff336e0764dc82fd40a9350a
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 19:01:56 2010 +0000
| | | 
| | |     - CevalScript.generateFunctions speed-up (breaks error messages in one testcase)
| | |       - This change is needed (or something similar); the speed-up for bootstrapping is ~100 times
| | |     - Fixes for bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/UnitChecker.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit b531fa86e87fca288fd1b4aba9a62ad6adfa7bcd
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 17:42:20 2010 +0000
| | | 
| | |     - Added some functions for bootstrapping
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Corba.mo
| | | M	Compiler/Socket.mo
| | | M	Compiler/System.mo
| | | M	Compiler/VarTransform.mo
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | A	c_runtime/meta_modelica_real.cpp
| | | A	c_runtime/meta_modelica_real.h
| | | 
| | * commit 705caf28825ff9eb5cd24697de4600728ce539ce
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 16:10:42 2010 +0000
| | | 
| | |     - Added error message when a TCOMPLEX type has the wrong number of types
| | |     - Fixed one such error in Patternm.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 10a482da6f04cd8627522ba1039d778594dd9e6e
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 15:46:53 2010 +0000
| | | 
| | |     - Minor changes to failtraces
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit d46f6e703f98ba3a461ede2737641fa8d68587c3
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 15:44:07 2010 +0000
| | | 
| | |     - Minor syntax change
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 395b6f2200446b08b897f4f4481ec8acc1770bfc
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 13:27:43 2010 +0000
| | | 
| | |     - Changed SimCodeCTest to SimCodeTest
| | |       - It is more extensive; a lot more external functions
| | |       - It also covers the DAE to SimCode translation (for functions)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Error_omc.cpp
| | | 
| | * commit be0db620dd93ffc67974f899353296c51372fd7f
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 12:56:05 2010 +0000
| | | 
| | |     - Susan update
| | |       - Use Tpl.emptyTxt in the templates instead of a protected constant (bootstrapped OMC could not find it)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/TplCodegen.mo
| | | M	Compiler/susan_codegen/TplCodegen.mo
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | 
| | * commit 3fc615447b67ff91e8bfc2142c21ffd16fbaf347
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 12:51:41 2010 +0000
| | | 
| | |     - Implemented some more external functions in libomcruntime
| | |     - On Unix you no longer need to set OPENMODELICAHOME
| | |       - It uses the --prefix from configuration
| | |       - OPENMODELICAHOME still overrides that since most developers don't run make install
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/IOStreamExt.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/IOStreamExt.c
| | | A	Compiler/runtime/IOStreamExt_omc.cpp
| | | A	Compiler/runtime/IOStreamExt_rml.c
| | | M	Compiler/runtime/Makefile.in
| | | A	Compiler/runtime/Settings_omc.cpp
| | | A	Compiler/runtime/Settings_rml.c
| | | M	Compiler/runtime/System_omc.cpp
| | | M	Compiler/runtime/System_rml.c
| | | M	Compiler/runtime/config.h
| | | M	Compiler/runtime/config.unix.h.in
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit a06aaabdc760fd7a12702f8395a21301bec86cf6
| | | Author: Jens Frenkel 
| | | Date:   Sun Nov 14 12:34:27 2010 +0000
| | | 
| | |     - reimplement some functions using not listEquation and travese the array of equations directly
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 8382d0ab9c42c051b6c698aae23cb8e42c57eb47
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 09:54:36 2010 +0000
| | | 
| | |     - Added support for unit testing of SimCodeC.translateFunctions
| | |       - Implemented some additional function in the bootstrapped runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/Print_omc.cpp
| | | M	Compiler/runtime/RTOpts_omc.cpp
| | | M	Compiler/runtime/System_omc.cpp
| | | 
| | * commit a034170c80f1c881ab7f88af8417733d9d37e420
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 08:57:39 2010 +0000
| | | 
| | |     - Added support for solving polymorphic array types
| | |     - Changed tuples to always contain boxed types
| | |     - Improved matching polymorphic types for functions (function pointers always take boxed types)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 6ca603e4e6071850e4bcef51eb7051808a412f75
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 07:15:52 2010 +0000
| | | 
| | |     - Removed some unused MetaUtil functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/MetaUtil.mo
| | | 
| | * commit 2c67f13d31e91c1e3c6a83cf6d92d17426527865
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 06:41:51 2010 +0000
| | | 
| | |     - Remove Absyn.VALUEBLOCK
| | |     - Remove DAE.VALUEBLOCK
| | |     - Remove DAE.STMT_MATCHCASES
| | |     - Remove Convert.mo
| | |     - These constructs were no longer needed since the match implementation was rewritten from scratch
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/BackendDAECreate.mo
| | | M	Compiler/BackendVarTransform.mo
| | | D	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/ExpressionDump.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 898b934c416ecb508f95c2f238fce557cefd38b0
| | | Author: Martin Sjölund 
| | | Date:   Sun Nov 14 05:46:11 2010 +0000
| | | 
| | |     - Remove some now unused code from the pattern matching module
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/DFA.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit a4f9888577a19a0a94019e46d68298451770f87c
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 13 21:53:43 2010 +0000
| | | 
| | |     - Fix for arrayMap (no need to call listMap)
| | |       - Some other minor fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 6365717c41b8918831e5792ec62cc86ba5b0eb57
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 13 21:10:48 2010 +0000
| | | 
| | |     - New match implementation using Absyn->SCode->DAE->Done instead of Absyn->SCode->DAE->SCode->Absyn->SCode->DAE->Done
| | |       - The meta testcases are almost 40 seconds faster now
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/ExpressionDump.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit e564918411dccc4405c5ef9b4261a9e9beba68d2
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 13 18:31:04 2010 +0000
| | | 
| | |     - Improved instantiation of algorithm assignments (a separate function)
| | |       - We only elaborate the expression at most one time. This is faster and does not produce duplicate error messages
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/InstSection.mo
| | | 
| | * commit aa171bbce9c51b38ab444fd735ebccdb3f60d0fc
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 13 08:55:57 2010 +0000
| | | 
| | |     - Removed some useless information from the pattern matching algorithm
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DFA.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SimCodeFMU.mo
| | | 
| | * commit 1855643ccbf859f494bcb4d072e05718cce7bb2c
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 13 08:23:06 2010 +0000
| | | 
| | |     - changed SES_MIXED.values to list to save memory (but no computer on earth will save you
| | |       if you need to do permutations of 0/1 for 34 variables!). This should be fixed somehow.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 5981b2465fd2ed57674e25c7cfded0ebeeb17ae4
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 13 07:06:25 2010 +0000
| | | 
| | |     - Fix type error in Util.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit f072a116ba73cf27832594af0a193838489ee355
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 13 07:05:49 2010 +0000
| | | 
| | |     - Re-compile SimCodeC using a modern Susan (no NONE is allowed)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | 
| | * commit 28a46b03f23836d7fba20f7dee5064f991cb1255
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 13 03:13:36 2010 +0000
| | | 
| | |     - Util.arrayMap now works on empty arrays
| | |     - BackendDAEUtil.incidenceMatrix now works directly on arrays and can generate normal or absolute index values.
| | |     - made some other backend functions work on arrays directly.
| | |     - some other memory usage improvements
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAE.mo
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit e0cfa05b9cabf455309c41cec0df9f21ef2eb8c5
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 12 23:49:44 2010 +0000
| | | 
| | |     - continue with redesign of listVar to traverseVar
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendVariable.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | 
| | * commit 579e6f6154cd6d24014d13a22109ae76038bc000
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 21:29:08 2010 +0000
| | | 
| | |     - Update some RML syntax to MetaModelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/ComponentReference.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 79713a798c7d0b749981441d817364bc94ce8853
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 20:47:07 2010 +0000
| | | 
| | |     - Update some RML syntax to MetaModelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/Expression.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 841b8ec93874feccc69ea720d3f18d6a20deb2e1
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 19:37:32 2010 +0000
| | | 
| | |     - Update some RML syntax to MetaModelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendDump.mo
| | | M	Compiler/BackendVariable.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 36b290adec7263877aabd2be48930a61dbc9b987
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 18:45:42 2010 +0000
| | | 
| | |     - Allow MetaArray to be treated as a TYPE in ClassInf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassInf.mo
| | | 
| | * commit bf1047cf59345340bf38cffa54044b7e0c295ae0
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 18:40:12 2010 +0000
| | | 
| | |     - Use Error.mo for ClassInf.assertValid instead of printErrorBuf
| | |       - This also works with getErrorString()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/SimCodeFMU.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 4fe3141f3ef6a37c1c3ff1ab8738a5715386eec7
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 17:47:08 2010 +0000
| | | 
| | |     - Add debug_print to builtin env
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit e61143696ebc78c552a67445bb5e7585e4a081c1
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 17:31:35 2010 +0000
| | | 
| | |     - Added support for Util.listMapMap in bootstrapped OMC
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 3ffc3ab2fbbb8b552581b4efa2b677ae2384d06b
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 15:55:27 2010 +0000
| | | 
| | |     - Code readability for lookup when implicit scope names are involved
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 64f55d07666bbd106f254d97a6d424d104447829
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 15:50:20 2010 +0000
| | | 
| | |     - Added boxptr_realString
| | |     - Bugfix for boxptr_intReal
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit c6ee5c03fe4f8b62c8d8904763a46a36167ff762
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 11:26:18 2010 +0000
| | | 
| | |     - Improved the error messages for bootstrapping slightly
| | |     - Also fixed some RML/Modelica syntax clashes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTable6.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/HashTableStringToPath.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MMath.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/UnitChecker.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 47eac27bcba2583a5bdb60f124d1dd17bd6d9a11
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 12 11:16:11 2010 +0000
| | | 
| | |     - Inst.instantiateClass: clear the inst/type cache at the end of instantiation.
| | |     - SimCode.createResidualEquations: less memory consumption.
| | |     - some fixes in Util.mo (bad judgment)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 4a7818abb0b6235777aa09e4b8dcc5d7076823b6
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 09:21:48 2010 +0000
| | | 
| | |     - Bugfix for instClassDefHelper (used for MetaModelica, TCOMPLEX, types)
| | |       - Do lookupType instead of lookupClass for functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 03749a2aec3c0a44be0f6e21a3467ef05b87946c
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 12 09:03:39 2010 +0000
| | | 
| | |     - faster and (far) less memory usage for some functions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 5df5efe494e3447affcaed3bc7379fc0a38216e4
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 05:25:37 2010 +0000
| | | 
| | |     - Fixed output assignment of traverseBackendDAEOptEqnWithStop
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendEquation.mo
| | | 
| | * commit f4b2749381c5de45c340a23a93a3c88473337635
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 12 04:58:05 2010 +0000
| | | 
| | |     - Remove references to modelica_parser and flat_modelica_parser from the configure script
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit cc8a8d32bace4cde44ca25574b61f0362948a0c8
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 11 22:20:07 2010 +0000
| | | 
| | |     - modelica_parser/flat_modelica_parser directories are no more.
| | |     - so for "clean" target they should not be cleaned!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 3700b6421e86fcd58f000228efd742fda6b62573
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 11 22:01:48 2010 +0000
| | | 
| | |     - continue with redesign of listEqn to traverseEqns
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendEquation.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 0d7a07d5b458b06b271096d68255611301683777
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 11 16:55:27 2010 +0000
| | | 
| | |     - Added Builtin stringEqual
| | |     - Fixed some old RML syntax
| | |     - Made some proper error messages for Patternm.mo instead of INTERNAL_ERROR
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TemplCG.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 4672844214b4b030d473b90c8c1bc58c647f9f89
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 11 16:21:32 2010 +0000
| | | 
| | |     - to save memory start to get rid of some BackendDAEUtil.equationList by traversing the equation array direct without convert to list
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAEOptimize.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendEquation.mo
| | | M	Compiler/BackendVariable.mo
| | | 
| | * commit 82d3448205d89bd6f5dc587ac731f95b09bb04fe
| | | Author: Per Östlund 
| | | Date:   Thu Nov 11 16:06:53 2010 +0000
| | | 
| | |     - Use Error.addSourceMessage instead of Error.addMessage when printing inStream
| | |       and actualStream elaboration errors.
| | |     - Turned on stream connector balance checks by default, because models using
| | |       stream should follow Modelica 3 rules anyway.
| | |     - Added Modelica.Utilities.Files.list to libraries/msl31/Modelica.Utilities test
| | |       case.
| | |     - Added a couple of stream test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit b294d0d96be37b565e5a48426f868193adeb4fad
| | | Author: Jens Frenkel 
| | | Date:   Thu Nov 11 14:20:21 2010 +0000
| | | 
| | |     - get rid of some BackendDAEUtil.varlist
| | |     - BackendDAEUtil.mo
| | |       - fix rml bug, replaceable type Type_a subtypeof Any was not defined
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendDAETransform.mo
| | | M	Compiler/BackendDAEUtil.mo
| | | M	Compiler/BackendVariable.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/SimCodeFMU.mo
| | | 
| | * commit 4a56c0ce42b475f80deb4f9cc2042e436115bfb2
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 11 12:24:35 2010 +0000
| | | 
| | |     - Removed the old ANTLR2 parsers from the trunk (previously, only the walker was removed)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	flat_modelica_parser/CMakeLists.txt
| | | D	flat_modelica_parser/README
| | | D	flat_modelica_parser/src/CMakeLists.txt
| | | D	flat_modelica_parser/src/Makefile.in
| | | D	flat_modelica_parser/src/Makefile.vc
| | | D	flat_modelica_parser/src/flat_modelica_lexer.g
| | | D	flat_modelica_parser/src/flat_modelica_parser.g
| | | D	flat_modelica_parser/src/test.cpp
| | | D	flat_modelica_parser/testfiles/Commented.mof
| | | D	flat_modelica_parser/testfiles/Pendulum.mof
| | | D	flat_modelica_parser/testfiles/rlccircuit.mof
| | | D	flat_modelica_parser/testfiles/t.mof
| | | D	flat_modelica_parser/testfiles/test.mof
| | | D	modelica_parser/CMakeLists.txt
| | | D	modelica_parser/LICENSE
| | | D	modelica_parser/README
| | | D	modelica_parser/src/CMakeLists.txt
| | | D	modelica_parser/src/Makefile.in
| | | D	modelica_parser/src/Makefile.win
| | | D	modelica_parser/src/MyAST.h
| | | D	modelica_parser/src/modelica_lexer.g
| | | D	modelica_parser/src/modelica_parser.g
| | | D	modelica_parser/src/parse_tree_dumper.cpp
| | | D	modelica_parser/src/parse_tree_dumper.hpp
| | | D	modelica_parser/src/test.cpp
| | | D	modelica_parser/src/token_names.cpp
| | | D	modelica_parser/src/token_names.hpp
| | | D	modelica_parser/test/lexer/Makefile.in
| | | D	modelica_parser/test/lexer/Makefile.win
| | | D	modelica_parser/test/lexer/runtest.bat
| | | D	modelica_parser/test/lexer/test_lexer.cpp
| | | D	modelica_parser/test/lexer/testfiles/testmlcomment1.in.txt
| | | D	modelica_parser/test/lexer/testone.bat
| | | D	modelica_parser/test/parser/Makefile.in
| | | D	modelica_parser/test/parser/Makefile.win
| | | D	modelica_parser/test/parser/test_parser.cpp
| | | D	modelica_parser/test/parser/testfiles/test1.in.mo
| | | D	modelica_parser/test/parser/testfiles/test2.in.mo
| | | D	modelica_parser/test/parser/testone.bat
| | | 
| | * commit 4d693be257cfbc7e407045da3af524ff844ded8b
| | | Author: Per Östlund 
| | | Date:   Thu Nov 11 10:27:43 2010 +0000
| | | 
| | |     Fix for bug #1354:
| | |     - Don't add binding equation for variable of type that extends basic type.
| | |     - Added test case mosfiles/ComplexTypeEquationCount.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | |   
| | *   commit 2f7d084457283546ad5d8433444e19326446e151
| | |\  Merge: 7576d90b01 180751e524
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 11 07:31:35 2010 +0000
| | | | 
| | | |     - Replaced the old /trunk with /branches/sjoelund-functiontree
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 180751e5241038000d49a78a85d2f7854d5fe6c6
| | | | Author: Willi Braun 
| | | | Date:   Thu Nov 11 03:38:00 2010 +0000
| | | | 
| | | |     - added assert() and terminate() to c_runtime
| | | |     - moved Linearization stuff to BackendDAEOptimize
| | | |     - fixed index bug for partial and numerical derivative in Linearization
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAE.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/ExpressionSolve.mo
| | | | M	Compiler/Inline.mo
| | | | D	Compiler/Linearization.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | M	c_runtime/simulation_events.cpp
| | | | M	c_runtime/simulation_events.h
| | | | M	c_runtime/simulation_runtime.cpp
| | | | M	c_runtime/simulation_runtime.h
| | | | M	c_runtime/solver_dasrt.cpp
| | | | M	c_runtime/solver_main.cpp
| | | | 
| | | * commit 6d2a3179e7200247d0ccf2f59166dd8ad88c47ad
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 10 20:18:00 2010 +0000
| | | | 
| | | |     - Fix RML oddities
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalFunction.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/SimCode.mo
| | | |   
| | | *   commit a0e71ef016f8b3de62154dd932aeeb030ed17b26
| | | |\  Merge: 3701562084 7576d90b01
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Nov 10 19:36:28 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 7576d90b01f8430d69992ee5e8bf67d86dad3c08
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 10 17:40:21 2010 +0000
| | | | 
| | | |     More fixes for bugs #1347 #1335
| | | |     - fixed an issue when annotation was not find in a class containing multiple sections.
| | | |     - added more tests in testsuite/mosfiles-nosim/interactive_api_annotations.mos
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Interactive.mo
| | | | 
| | * | commit 6c5ddac7bfc11c3c626fd7c995e0a4fb03415617
| | | | Author: Willi Braun 
| | | | Date:   Wed Nov 10 13:25:08 2010 +0000
| | | | 
| | | |      - some linearization bugfixes
| | | |      - add testcase for numerical derivative
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | * | commit e163a6cc7f4028a3f204837c108c32148adc62e2
| | | | Author: Mohsen Torabzadeh-Tari 
| | | | Date:   Wed Nov 10 12:54:28 2010 +0000
| | | | 
| | | |     Optimization problem support
| | | |     tokens OPTIMIZATION and CONSTRAINTS are added to BaseModelica_Lexer.g and Modelica.g
| | | |     Absyn.mo : new record CONSTRAINTS
| | | |     SCode.mo : uniontype Restriction updated with R_OPTIMIZATION
| | | |     Dump.mo: unparseRestrictionStr updated
| | | |     Absyn.mo: printClassRestriction updated tith Absyn.R_OPTIMIZATION()
| | | |     ClassInf.mo: trans updated, new record in State
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/ClassInf.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Main_stub.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Parser/BaseModelica_Lexer.g
| | | | M	Parser/Makefile.common
| | | | M	Parser/MetaModelica_Lexer.g
| | | | M	Parser/Modelica.g
| | | | 
| | | * commit 37015620848bd36bed3ef15cb15575eb67b27850
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 10 19:14:26 2010 +0000
| | | | 
| | | |     - Refactoring/Removed RML weird stuff
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | 
| | | * commit 2755d8904e329c45a70e1229ee0c16238e361df2
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 10 17:50:32 2010 +0000
| | | | 
| | | |     - Changed the pattern-matching implementation (for statements, now STMT_ASSIGN_PATTERN)
| | | |       - This uses the DAE instead of converting back to Absyn to create a match-expression
| | | |       - It should be faster and work more often
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/ExpressionDump.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | M	c_runtime/meta_modelica.c
| | | | 
| | | * commit 08b8c6eb999fe8fcaa535bea7cca3e42a57561f1
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 10 15:40:31 2010 +0000
| | | | 
| | | |     - Removed error in Interactive.evaluateWhileStmt that immediately exited the
| | | |       while loop.
| | | |     - Fixed elaboration of graphical annotations.
| | | |     - Moved meta/PartialFn15.mo to failing tests.
| | | |     - Moved some libraries/msl221/ tests that are not part of the normal testsuit to
| | | |       failing tests, since they are part of the parallel testsuit.
| | | |     - Updated parallel test script.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 00accde8f868d6ace7e95891afe13b063638260f
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 10 13:09:45 2010 +0000
| | | | 
| | | |     - Fixed issues introduced in r6938.
| | | |     - Updated parallel test script.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Expression.mo
| | | | 
| | | * commit 7b1ac26ae095722453801c3ec917bdbc8ec530ba
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 10 12:27:35 2010 +0000
| | | | 
| | | |     - Fixed mistake in Util.listSplit which broke test case meta/PartialFn8.
| | | |     - Added test of listSplit to meta/UtilTest.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 80a8c899959e095f0db031ec55ca2ac1510b70bf
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 10 10:00:16 2010 +0000
| | | | 
| | | |     - Added work-around for checkModel when BackendDAECreate.lowerArrEqn gets an
| | | |       array equation of unknown size.
| | | |     - This fixes the mosfiles/ArrayParameterSize test case.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Expression.mo
| | | | 
| | | * commit 3f5c6da912f799e28af1d558d14b67b0be3e822d
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 10 09:36:51 2010 +0000
| | | | 
| | | |     - Fixed array reduction with unexpandable range for checkModel.
| | | |     - Fixed v[i] := (function returning tuple).
| | | |     - Added libraries/msl31/Modelica.Utilities test for
| | | |       Modelica.Utilities.Streams.readFile.
| | | |     - Added Modelica.Math.Vectors.reverse to Modelica.Math test case.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Static.mo
| | | |   
| | | *   commit 4489c318f0eb6627685161ab91a26fa03cdc8883
| | | |\  Merge: 712d8542cd 668b81c6a3
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Nov 10 08:10:59 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 668b81c6a34781be0d1f8d03340e7bb33a9ba6c6
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 10 05:55:05 2010 +0000
| | | | 
| | | |     Fixes for bugs: #1353 #1298
| | | |     - final parameters and constants are NOT input in record constructors.
| | | |     - disable checking for duplicate modifications via (Mod.lookupCompModificationFromEqu)
| | | |       in InstExtends.mo if the EqMod modification is typed and the sub modification is not.
| | | |     - keep the variability of the component in records
| | | |     - use the variability of the default bindings also when calculating the constant-ness of the call
| | | |     - update tests
| | | |       testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos (now correct)
| | | |       testsuite/records/RecordModifications.mo (improved it)
| | | |       testsuite/records/RecordVariability.mo (now display constant instead of input)
| | | |     - some other small changes (mostly indentation).
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 712d8542cd65d9c9fed068a1c2e969d1328a627b
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 19:30:44 2010 +0000
| | | | 
| | | |     - Fix for HashTableStringToPath (using Util.id as its String->String functions)
| | | |       - This should also fix other similar issues with the type inference of polymorphic types
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	c_runtime/meta_modelica.c
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | M	c_runtime/meta_modelica_builtin.h
| | | |   
| | | *   commit 31881e0f8c17a430ae248e654ccf6a19bc620280
| | | |\  Merge: b4e2145682 49e354873c
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Nov 9 17:01:24 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 49e354873c92b41c8de6defa2b6af3b2c583ba58
| | | | Author: Daniel Hedberg 
| | | | Date:   Tue Nov 9 16:11:36 2010 +0000
| | | | 
| | | |     Fixed bug in constant evaluations of functions with multi-dimensional array assignments.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Cevalfunc.mo
| | | | 
| | | * commit b4e2145682ebf5f863faa2bc39aeb600a036930f
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 16:59:24 2010 +0000
| | | | 
| | | |     - Fixed some weird RML syntax
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAE.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/RTOpts.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 23b0571aef6d6112a2fd08167c882f4800a40546
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 15:20:04 2010 +0000
| | | | 
| | | |     - Fix some RML stuff
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/RTOpts.mo
| | | | 
| | | * commit a44447baf966951e93f631c5043e68cf3d169521
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 14:41:29 2010 +0000
| | | | 
| | | |     - Fix RML duplicate element
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit f077ddc3d52b5b22be66e2b12a7b6d1626971bce
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 9 14:09:59 2010 +0000
| | | | 
| | | |     - Implemented inStream for the general case (needs a lot more testing though).
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectUtil.mo
| | | | 
| | | * commit ce7007f6fb4b6c5f98c1b75fd78b7f0940761a2f
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 13:42:17 2010 +0000
| | | | 
| | | |     - Fix some duplicate declarations
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 68cc076d80fe528bd279c06d7de69ffa1de86441
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 13:13:20 2010 +0000
| | | | 
| | | |     Fix for #1352
| | | |     - Add error messages for invalid complex types
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 249ff873386e0349359d567a18c5b29d9e84f803
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 12:58:15 2010 +0000
| | | | 
| | | |     Fix for #1351
| | | |     - Add an error message if a local section contains non-component elements
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 4a43d8f96960d5de3ab09c013d7617ac39a08690
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 11:10:16 2010 +0000
| | | | 
| | | |     - Use Settings.mo instead of readEnv to get OPENMODELICAHOME
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Main.mo
| | | | 
| | | * commit a8cbf2c123133ec2105271a3f823d11eee7334a6
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 10:22:24 2010 +0000
| | | | 
| | | |     - Fix merging compilation error
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | |   
| | | *   commit 75076dc943fb769a6d549f7d560b098dcc81be78
| | | |\  Merge: a7098d0158 7da267c73b
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Nov 9 10:20:26 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 7da267c73b94a16e646a5f82e5b5b4846116f17f
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 9 10:12:33 2010 +0000
| | | | 
| | | |     - Fixed issues with Types.getDimensionSizes returning -1.
| | | |     - Rewrote Static.sameDimensions to use DAE.Dimension instead of Integer.
| | | |     - Added testcases mosfiles/ArrayParameterSize and mofiles/ArrayInvalidDims.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit a7098d015808d2fec5a18b1ad422080023aebd76
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 9 08:15:14 2010 +0000
| | | | 
| | | |     Fix for bug #1350
| | | |     - Check for invalid named fields in pattern record deconstructor
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Patternm.mo
| | | | 
| | | * commit 55e542f2443bb5a4d0cf60ef839940276a8a1ca0
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 8 15:28:46 2010 +0000
| | | | 
| | | |     - Relaxed type requirements of Util.listGetMemberOnTrue to make it more versatile.
| | | |     - Added Util.listRemoveFirstOnTrue.
| | | |     - Implemented inStream and actualStream for one-to-one stream connections.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | |   
| | | *   commit 730b4a311b2ac1630d70581d26d59819db94a524
| | | |\  Merge: 1fb4bdb625 d7389b4050
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Nov 8 13:32:15 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | |   
| | | *   commit 1fb4bdb625ed654f410dfa28e9baf1634be99abd
| | | |\  Merge: 7412337f8a d7389b4050
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Nov 8 11:45:21 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit d7389b405057bca49ea3159d22c4316e3425303b
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 8 08:30:22 2010 +0000
| | | | 
| | | |     - Fix for bug #1349.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 7412337f8a8951d9f1f9b58af3e21b8c83e0e60f
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 8 11:23:36 2010 +0000
| | | | 
| | | |     - Fix type of ENUM_LITERAL expressions in Susan
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | |   
| | | *   commit b6437a9a74dd6df56748c91b8cfc8d4c1ddc0eb9
| | | |\  Merge: 1de7c7d9ee 94824fad2f
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Nov 8 07:06:46 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 1de7c7d9eebc3ba58f87d3f11d909b4b187e03b8
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Nov 5 16:38:23 2010 +0000
| | | | 
| | | |     - BackendDAETransform.mo
| | | |       - rewrite replaceDummyDer2 and replaceDummyDerOthers, use one function called traverseBackendDAEExpsEqn for both
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendEquation.mo
| | | | 
| | | * commit 475d82a359618323c81b5f7d1e61ae027a9bdf5c
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Nov 5 12:28:44 2010 +0000
| | | | 
| | | |     - BackendEquation.mo
| | | |       - add functions traverseBackendDAEExpsEqnList, traverseBackendDAEExpsEqn
| | | |       - use traverseBackendDAEExpsEqnList for equationsCrefs
| | | |     - BackendDAEUtil.mo
| | | |       - use BackendEquation.traverseBackendDAEExpsEqns for traverseBackendDAEExpsEqns
| | | |     - BackendDAECreate.mo
| | | |       - use BackendEquation.traverseBackendDAEExpsEqns for expandDerOperator
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendEquation.mo
| | | | 
| | | * commit 1b999ceb283100bc21c9900b087a9e8a4a67e826
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Nov 5 11:41:46 2010 +0000
| | | | 
| | | |     - BackendDAEUtil.mo
| | | |       - bugfix for traverseBackendDAEExpsEqn
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | 
| | | * commit 55a44b08fc37f8c1462ffbb270968aa29f656450
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 5 09:38:54 2010 +0000
| | | | 
| | | |     - Fix for SimplifyTest.mos
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | 
| | | * commit 4725bf4184b375a45346690e5f915f66c24e8a7c
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Nov 4 21:44:25 2010 +0000
| | | | 
| | | |     - BackendDAEUtil.mo
| | | |       - speedup isDiscreteExp
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | 
| | | * commit bdebfbf0a989c06bc46e9870ae663ba9ec5cf1ff
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Nov 4 21:21:13 2010 +0000
| | | | 
| | | |     - BackendDAECreate.mo
| | | |       rewrite isAlgebraic using Expression.traversExpTopDown
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | 
| | | * commit 276fd186d459ce08ae77f451d04e5e91eb0614e3
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Nov 4 17:45:39 2010 +0000
| | | | 
| | | |     - BackendDump.mo
| | | |       - fix bugs (BackendDAE.Variables to Variables and remove newline for zero crossings)
| | | |     - BackendDAEUtil.mo
| | | |       - use traverseExpTopDown for isDiscreteExp, statesEqns, incidenceRow
| | | |       - delete unused function incidenceRowStmts
| | | |     - BackendDAECreate.mo
| | | |       - delete function expandDerOperatorStmts and use DAEUtil.traverseDAEEquationsStmts
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | 
| | | * commit 7b43eea2b8a3c99b9b4bafdb107efa4e35954877
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 4 16:27:38 2010 +0000
| | | | 
| | | |     - Use traverseExp in CevalFunction.optimizeExp to traverse all expressions.
| | | |     - Use the cache in CevalFunction.
| | | |     - Updated parser/ParseCompilerSources test.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalFunction.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | |   
| | | *   commit 14f94612e03cbdaa1c986bd8e0630b14d8d7bb1a
| | | |\  Merge: 8d9084322b 94824fad2f
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Thu Nov 4 15:47:55 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 94824fad2f7d0f7c4f1c7fbe667e50389a16d397
| | | | Author: Adrian Pop 
| | | | Date:   Thu Nov 4 14:38:54 2010 +0000
| | | | 
| | | |     - make 3.x annotation version the default.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/rtopts.c
| | | | 
| | | * commit 8d9084322b7a55fcd365078afb04d6a91ced13a4
| | | | Author: Adrian Pop 
| | | | Date:   Thu Nov 4 13:12:09 2010 +0000
| | | | 
| | | |     - fix new introduced RML warnings
| | | |     - do not load Cevalfunc.mo in testsuite/meta/LoadCompilerSources.mos as it gone!
| | | |     - update SimCodeFMU.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalFunction.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | 
| | | * commit c5d417f6c4a18d3d20f4a75481cb1130b40831db
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 4 12:36:38 2010 +0000
| | | | 
| | | |     - Fixed slice assignment with step values other than one in CevalFunction.
| | | |     - Added test case mofiles/FunctionEvalSlice to test this fix.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalFunction.mo
| | | | 
| | | * commit e597daa9afacb96816348109c5fb0eb1adb9182b
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 4 12:15:23 2010 +0000
| | | | 
| | | |     - Merging Interactive.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | |   
| | | *   commit 502b665fd695d438845ff4f94896feb27be05b66
| | | |\  Merge: a7d76495df eb028e2720
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Thu Nov 4 12:11:17 2010 +0000
| | | |   
| | | |       - Merging (except Interactive.mo)
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit eb028e27201a3d95dc7eaa5cdd1d060ee6a43ab5
| | | | Author: Adrian Pop 
| | | | Date:   Thu Nov 4 07:56:48 2010 +0000
| | | | 
| | | |     Fixes for bug: #1347 #1335
| | | |     - for annotations that contain references to the model parameters
| | | |       the class is instantiated and the parameters in the annotations
| | | |       are evaluated.
| | | |     - fixed getDocumentationAnnotation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Constants.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/RTOpts.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/runtime/rtopts.c
| | | | 
| | * | commit 0041e9d2bdd0653d65ba90f3f1d66f54822ed166
| | | | Author: Azam Zia 
| | | | Date:   Wed Nov 3 23:34:05 2010 +0000
| | | | 
| | | |     Added initialize function for FMU C file.
| | | |     fmu_model_interface.h contains structure that will be used to store model status information.
| | | |     Added checkInvalidState function in fmu_model_interface.c file to verify if a model is in invalid state or not. Added some code to fmi setter/getter functions also.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | | M	c_runtime/fmu_model_interface.c
| | | | A	c_runtime/fmu_model_interface.h
| | | | 
| | | * commit a7d76495df754abc5ed686b3f4af3c7890c84567
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 4 11:46:02 2010 +0000
| | | | 
| | | |     Fix for bug #1346:
| | | |     - Allow InstSection.instArrayEquation to not expand non-expandable expressions.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InstSection.mo
| | | | 
| | | * commit 8b2a7af13ac37c3a4253007f6ab31545c8e4fe18
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 4 10:37:41 2010 +0000
| | | | 
| | | |     - Changed Lookup.lookupIdentLocal to have the same behaviour as lookupVarLocal,
| | | |       i.e. continue searching if the current scope is a for loop scope.
| | | |     - Implemented record assignment in CevalFunction.
| | | |     - Changed test case mosfiles/AlgorithmForInClass so that it doesn't use
| | | |       uninitialized variables.
| | | |     - Removed loading of MSL from some tests in mosfiles-msl22 that doesn't use the
| | | |       MSL.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalFunction.mo
| | | | M	Compiler/Lookup.mo
| | | | 
| | | * commit aa94297b69c7b7e98497ff4555a6a5ed8ec08b3d
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 4 07:55:08 2010 +0000
| | | | 
| | | |     - Added testcase 10_pamtrans to the testsuite
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit 1a0bff629b43bbc2cf7a8482b7386a7bdb7443ed
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 4 06:27:29 2010 +0000
| | | | 
| | | |     - Added boolEq (bootstrapping)
| | | |       - Fixed MetaModelicaDev testcases (they need +d=noevalfunc so the new CevalFunction does not try to ceval external calls)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | M	c_runtime/meta_modelica_builtin.h
| | | | 
| | | * commit dab8cd6fc2a4b45cccf4472efa33774c6b263177
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 3 21:36:58 2010 +0000
| | | | 
| | | |     - Implemented more of CevalFunction (now available with comments!), so that
| | | |       it's now more or less functionally equivalent to Cevalfunc.
| | | |     - Removed Cevalfunc and switched to CevalFunction. This makes instantation of
| | | |       EngineV6 more than twice as fast.
| | | |     - Removed reduction to valueblock transformation in InstSection.
| | | |     - Fixed some type issues with Static.expandArray.
| | | |     - Implemented constant evaluation of fill in Ceval.
| | | |     - Added Util.listThreadFold.
| | | |     - Fixed listSplit so that the second list isn't reversed.
| | | |     - Fixed issues in Types.typeConvert with unknown dimensions.
| | | |     - Updated ForIterator1.mo in mofiles and mosfiles because of a dimension
| | | |       mismatch that was previously not caught.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CMakeLists.txt
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalFunction.mo
| | | | D	Compiler/Cevalfunc.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/Makefile.common.w32
| | | | M	Compiler/Makefile.w32
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | |   
| | | *   commit a42460aa3c0aa4fb5fc3a3f6130997b9d622fa06
| | | |\  Merge: ed5f3cf783 5be270a956
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Nov 3 20:14:27 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 5be270a956b46152bd03d4b1dc8c8975248ff6e4
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Nov 3 12:21:43 2010 +0000
| | | | 
| | | |     -Fixed bug in AbsynDep for building class dependencies.
| | | |     -Added Exp.makeDivVector and Exp.makeProductVector.
| | | |     -Fixed bug with enum literal in Exp.terms and Exp.allTerms
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit ed5f3cf783f2d3cb3f9893c70c0d2c81a290cc05
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 3 19:41:23 2010 +0000
| | | | 
| | | |     - Fix "make omlibrary" on non-GNU systems
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Makefile.common
| | | | 
| | | * commit a1b0474aa5ad9569e60c4821147fd8892eac7427
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Nov 3 13:07:44 2010 +0000
| | | | 
| | | |     - Expression.mo
| | | |      - Added makeDivVector and makeProductVector.
| | | |       -Fixed bug with enum literal in terms and allTerms
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Expression.mo
| | | | 
| | | * commit b2375a2bd31853fd50361d183d05e85f5dad65a6
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 3 12:22:01 2010 +0000
| | | | 
| | | |     - Add MetaModelica builtin cons()
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	c_runtime/meta_modelica_builtin.h
| | | |   
| | | *   commit 5de9ba94cef2f462b17fb8db02c0f90d6c0940fe
| | | |\  Merge: 20889c9243 27b32bba32
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Nov 3 10:13:38 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 27b32bba32b45fa662d51820d7333a7dc5517b63
| | | | Author: Adrian Pop 
| | | | Date:   Tue Nov 2 13:51:36 2010 +0000
| | | | 
| | | |     - updated SimCodeFMU.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeFMU.mo
| | | |   
| | | *   commit 20889c9243efa685aa622af77b170757b9926795
| | | |\  Merge: ce0332f9d7 e29a312ad9
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Nov 2 09:50:14 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit e29a312ad9f498eb609a86d7fb2f5298cf4685ac
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Nov 2 08:27:24 2010 +0000
| | | | 
| | | |     Fixes for bug: #1345
| | | |     - bugfix index of external Objects
| | | |     - use typeinformation for lowerEqn
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | 
| | | * commit ce0332f9d73a2bd1c6cfffbd12ecb49686c188f7
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Nov 2 08:31:57 2010 +0000
| | | | 
| | | |     - use type from componentref for lowerEqn (DEFINE,INITIALDEFINE)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | 
| | | * commit 3504e6d9215e5407d62388c88aef2d2fb6c6dbf1
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Nov 2 08:24:46 2010 +0000
| | | | 
| | | |     - bugfix index of external Objects
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendVariable.mo
| | | |   
| | | *   commit 4a03e24a867569f79922cf42e985085b7c8dc4d0
| | | |\  Merge: 9e7aea1e90 e69e9b2ce2
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Nov 2 07:20:48 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit e69e9b2ce258c925d9b025a6d44f668d13814b8d
| | | | Author: Azam Zia 
| | | | Date:   Tue Nov 2 01:38:13 2010 +0000
| | | | 
| | | |     Added functions for c code generation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | | 
| | * | commit 2993f56bf487bf6f675eb4660655850634a9aca4
| | | | Author: Otto Tronarp 
| | | | Date:   Mon Nov 1 14:50:48 2010 +0000
| | | | 
| | | |     Bug fix for expContains, added missing case for ENUM_LITERAL.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit 9e7aea1e90e97ef64df995ebcd45897c3cb31392
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 19:36:27 2010 +0000
| | | | 
| | | |     - order potential roots by component reference string (alphabetic) if the priority is equal
| | | |     - this fixes some models in the MultiBody testsuite (for some reason in trunk they are ordered differently).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectionGraph.mo
| | | | 
| | | * commit 0ee582286a9b7195499bb2fbf235909746ab578b
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Nov 1 19:06:49 2010 +0000
| | | | 
| | | |     Bug fix for expContains, added missing case for ENUM_LITERAL.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/ExpressionDump.mo
| | | | 
| | | * commit d1ff15850aee26bf5213f881aa56342891710050
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 17:55:53 2010 +0000
| | | | 
| | | |     - got rid of unused imports
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/InstanceHierarchy.mo
| | | | 
| | | * commit 7af1fc36334b76eda665202ab56345f6cdb03644
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 1 15:36:22 2010 +0000
| | | | 
| | | |     - Update ParseCompilerSources to accept the current warnings (only ones left are automatically generated code; from Susan)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Lookup.mo
| | | | 
| | | * commit 354bceb76b8c8a701c58af9353f6d262e842503f
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Nov 1 14:58:21 2010 +0000
| | | | 
| | | |     - Util.mo
| | | |       switch function arguments from listRemoveOnTrue to use it in compination with listFold_1
| | | |     - BackendDAECreate.mo
| | | |       - remove all output variables from input variables for algorithm sections
| | | |      -> now testsuite works (mosfiles)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	CMakeLists.txt
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit c61f0465464693470d7b93a298b8a833005f01c3
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 1 14:36:41 2010 +0000
| | | | 
| | | |     - Fix RML warnings in InstExtends.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InstExtends.mo
| | | | 
| | | * commit 54a9ce94e561579f04f821aa79198a9cae9f11be
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Nov 1 13:54:28 2010 +0000
| | | | 
| | | |     - bugfix BackendDAEUtil.mo  traverseBackendDAEExpsEqn
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	CMakeLists.txt
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	c_runtime/CMakeLists.txt
| | | | 
| | | * commit ca182e7a5d98708af37f260c3f3f290b6f6a565c
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 1 11:15:28 2010 +0000
| | | | 
| | | |     - Fix InnerOuter.mo RML warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InnerOuter.mo
| | | | 
| | | * commit 51c197e3db8258366fc75e8b1f6ad41a34b1539c
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 1 10:50:05 2010 +0000
| | | | 
| | | |     - Fix warnings in PrefixUtil.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/PrefixUtil.mo
| | | | 
| | | * commit cf824e6a2a3c22ede9bb3095e7ab6f64cc6b2453
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 1 08:59:53 2010 +0000
| | | | 
| | | |     - Set svn:keywords on Compiler/*.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAE.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/BackendEquation.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/BaseHashTable.mo
| | | | M	Compiler/CevalFunction.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/Database.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/ExpressionDump.mo
| | | | M	Compiler/ExpressionSimplify.mo
| | | | M	Compiler/ExpressionSolve.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/IOStream.mo
| | | | M	Compiler/IOStreamExt.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit e5677d05b01eab960bed4caab91e783b90ee8708
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 08:53:20 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Graphviz.mo
| | | | 
| | | * commit 50c49a1ec437d1e0e366cfee4d826d98f9781c70
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 08:48:40 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     - got rid of unused imports.
| | | |     - fixed subversion RCS id.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ExpressionSimplify.mo
| | | | M	Compiler/ExpressionSolve.mo
| | | | 
| | | * commit b8834eb05dbda3e62e9978d7dbf7d929c5b66ca7
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 08:44:00 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ExpressionSimplify.mo
| | | | 
| | | * commit 78a61b80981d54cd69af69298f60aba957ac5c68
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 07:48:58 2010 +0000
| | | | 
| | | |     - YOU WILL NEED A NEW OMDEV/MetaModelica/RML for this:
| | | |       http://www.ida.liu.se/~adrpo/omc/omdev/mingw/ (revision 187)
| | | |     - replaced Util.boolString with boolString
| | | |     - get rid of local case/else declarations in ExpressionDump.mo
| | | |     - minor formatting changes
| | | |     
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/ExpandableConnectors.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/ExpressionDump.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 8e095cb7b8a302d0c75a894e95525f57bdfc3cd5
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 04:25:36 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Env.mo
| | | | 
| | | * commit 526c04a5199ac7ccfbe6e2edac2155c0d8ffecdd
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 04:20:51 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DumpGraphviz.mo
| | | | 
| | | * commit f391ed08803edc01585f8ce836e35d10718e4236
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 04:13:21 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dump.mo
| | | | 
| | | * commit 299dc66bc8d13857d98f394ece3bde9684423425
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 03:37:17 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DFA.mo
| | | | 
| | | * commit 6abfdea794a1e73128d5455ec9556faa5e579c73
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 03:01:09 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Derive.mo
| | | | 
| | | * commit eb02cd2552e59b9e408081f3253352931e1cca7a
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 02:46:24 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dependency.mo
| | | | 
| | | * commit 28b561c2629a6e1b153cdb06a13339ca596c27fd
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 02:37:54 2010 +0000
| | | | 
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Debug.mo
| | | | 
| | | * commit 7c5872c0332dc56ebf9ead53f785d8f096ae5df4
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 02:35:08 2010 +0000
| | | | 
| | | |     - minor formatting changes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEUtil.mo
| | | | 
| | | * commit ead706b74e9c7ffed145c4e37ae511b2d5c76e77
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 02:30:20 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEEXT.mo
| | | | M	Compiler/DAEQuery.mo
| | | | 
| | | * commit 456bb109d3f71ff04089f6640457d13b5fc8885d
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 02:15:37 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Corba.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | | 
| | | * commit ed4191ba9090e850719b0ca5c01019ed14cb2ce4
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 01:54:06 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Convert.mo
| | | | 
| | | * commit e5c5ca7ee1b6d8d5a694fa3b3257ff66c5bfb31e
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 01:50:59 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectUtil.mo
| | | | 
| | | * commit 7c27a861c65453ab0e0110ad768d62668e80f7c2
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 01:35:38 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | 
| | | * commit 1e63c6256a2b74fbbe7608324c5ecce5373efc2d
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 01:31:47 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ComponentReference.mo
| | | | 
| | | * commit 450c6ff17e2e07404c4888e2195ddfb787dc7785
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 01:24:25 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ClassLoader.mo
| | | | 
| | | * commit e8be4e5403f43114ee6f95b07152e686b0ead197
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 1 01:21:08 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | 
| | | * commit a8fd61c2d2db2d0d881645751a0e593abd04ef16
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 23:56:46 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 52f5120ed5b4192b2f4f63a23bc1a6c04daa9153
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 21:10:47 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     - got rid of unused imports
| | | |     - added subversion RCS id to the files where it was missing
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BaseHashTable.mo
| | | | M	Compiler/CevalFunction.mo
| | | | M	Compiler/Cevalfunc.mo
| | | |   
| | | *   commit 1da49e9a6a699b2d95f08eb6cedcb7bdb9371ec6
| | | |\  Merge: c9219daf3e 0452c4b6a9
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sun Oct 31 20:55:14 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit c9219daf3eefdb8d0db15119eda1267f7f063640
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 20:52:53 2010 +0000
| | | | 
| | | |     - Fixed RML warnings in Inst.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 04db0d652da5c006aa521c9a8fa6c0ce74823df6
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 20:48:17 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | 
| | | * commit e9a3e30c768b05e62c208c61c5afd606ddfba1e2
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 19:58:14 2010 +0000
| | | | 
| | | |     - Fixed RML warnings in InstSection.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InstSection.mo
| | | | 
| | | * commit 728cfcc88c8e2857bfc34d63c60418aed14db709
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 19:30:06 2010 +0000
| | | | 
| | | |     - Fix RML warnings in Interactive.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit 8bc5d6916979523380f38f8b61c82f03e0034ea8
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 19:22:15 2010 +0000
| | | | 
| | | |     - Fix duplicate declarations in Interactive.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit dd7277e4a9685055ec42fe58812ad081614a7d0b
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 18:58:52 2010 +0000
| | | | 
| | | |     - updated copyright (it should be OpenModelica).
| | | |     - added package info
| | | |     - minor formatting changes.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BaseHashTable.mo
| | | | 
| | | * commit 7b53c555f6efcda394816185ac4d0bd31d2ad9a0
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 18:53:50 2010 +0000
| | | | 
| | | |     - Fix RML warnings in Linearization.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Linearization.mo
| | | | 
| | | * commit 61f82a7b783937b3478a7666dc23ee9ae0251f3d
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 18:52:57 2010 +0000
| | | | 
| | | |     - get rid of local case/else declarations.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendVarTransform.mo
| | | | 
| | | * commit 0e98db830b792469ac6e16e2982e85b0d6705cd1
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 18:47:21 2010 +0000
| | | | 
| | | |     - homogenize printing (include package name).
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     - added subversion RCS id to the file.
| | | |     - got rid of unused imports.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendVariable.mo
| | | | 
| | | * commit 5feeb1bd58a04dac4d956ec503894a57c281ac99
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 18:43:43 2010 +0000
| | | | 
| | | |     - Fixed RML warnings in Lookup.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Lookup.mo
| | | | 
| | | * commit 4f005f6e4055cdc841b4e32bf5dd8748f82c373c
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 18:40:10 2010 +0000
| | | | 
| | | |     - homogenize printing (include package name).
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     - added subversion RCS id to the file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendEquation.mo
| | | | 
| | | * commit 58b9ceeb506825db5aa6e0b6827dff565853ad65
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 18:37:00 2010 +0000
| | | | 
| | | |     - Fix RML warnings in Main.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Main.mo
| | | | 
| | | * commit ab1a6ab3784086e582af3846ada66c898e061de0
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 18:34:11 2010 +0000
| | | | 
| | | |     - Fix MetaUtil.mo warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/MetaUtil.mo
| | | | 
| | | * commit 48f8451745b2af568c1970233dde8bce91cd855a
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 18:27:49 2010 +0000
| | | | 
| | | |     - removed unused imports
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDump.mo
| | | | 
| | | * commit ad465788916bed2824bf6f2644bc436b288f30c1
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 18:26:28 2010 +0000
| | | | 
| | | |     - Fix RML warnings in Mod.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Mod.mo
| | | | 
| | | * commit cc3e4252a45af28b773186eff3cb0f63ec8385a4
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 18:25:15 2010 +0000
| | | | 
| | | |     - homogenize printing (include package name).
| | | |     - get rid of local case/else declarations.
| | | |     - minor formatting changes.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | 
| | | * commit 8ac1669353137712a7d50adebdfbecac3b2da6d4
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 18:19:50 2010 +0000
| | | | 
| | | |     - Fix ModUtil RML warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ModUtil.mo
| | | | 
| | | * commit 4856c8222f201955a42c9130aaae21af1e7bf36b
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 18:14:24 2010 +0000
| | | | 
| | | |     - Fix Patternm.mo RML warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Patternm.mo
| | | | 
| | | * commit 9b601064440505e84d217f416f9a559d6f73988e
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 17:46:03 2010 +0000
| | | | 
| | | |     - add subversion RCS id to new files
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | 
| | | * commit c2ce46243eca2f6d2eda1b4f7152bed1a89b4069
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 17:42:53 2010 +0000
| | | | 
| | | |     - add subversion RCS to new files
| | | |     - got rid of unused imports and duplicate variables in BackendDAEOptimize.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | 
| | | * commit ed8ee8cfb43087289cc6904159d5393d7dffa095
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 17:35:54 2010 +0000
| | | | 
| | | |     - align properly in Absyn.mo
| | | |     - remove unused import in AbsynDep.mo and update copyright.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/AbsynDep.mo
| | | | 
| | | * commit 1683517d4b380467d62225e096953a549c2fe6ba
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 17:31:23 2010 +0000
| | | | 
| | | |     - remove duplicate definitions with different types.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | 
| | | * commit 901e65d1ddc31fdd308a3ad0c90d8b343ea29f37
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 17:13:16 2010 +0000
| | | | 
| | | |     - remove frontend targets from makefiles
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Makefile.common
| | | | 
| | | * commit 14f8a293d478a137fbc881335e28842f878e0a8b
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 31 17:10:02 2010 +0000
| | | | 
| | | |     - remove stubs files and the frontend makefiles and directories
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	Compiler/BackendVarTransform_stub.mo
| | | | D	Compiler/CevalScript_stub.mo
| | | | D	Compiler/Derive_stub.mo
| | | | D	Compiler/Main_stub.mo
| | | |   
| | | *   commit 704eed8d79a1b3722198f92ae25b7c82c060fa9f
| | | |\  Merge: 5f5c0d2f03 0452c4b6a9
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sun Oct 31 11:58:33 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 0452c4b6a919c03efb2d4fd7ef53f9995d9e9d2d
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 09:06:58 2010 +0000
| | | | 
| | | |     - Fix make install for omlibrary target
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Makefile.common
| | | | 
| | * | commit d7257cda264dfc30600e527942a6a4e8a90457e6
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 08:11:40 2010 +0000
| | | | 
| | | |     - Fix omlibrary installation issue
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Makefile.common
| | | | 
| | * | commit 409c3200cf7f0e8e8963b59600d158f0fa864122
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 31 07:28:54 2010 +0000
| | | | 
| | | |     - Add Makefile target "omlibrary"
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Makefile.common
| | | | 
| | | * commit 5f5c0d2f035537dbc5382d9de2c5e16ab4d54dd5
| | | | Author: Jens Frenkel 
| | | | Date:   Sun Oct 31 11:26:54 2010 +0000
| | | | 
| | | |     - fix some testcases from testmos
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | 
| | | * commit 55735c2c5c5bd3de04b4c33885f62a257981fbdc
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 20:58:58 2010 +0000
| | | | 
| | | |     - Fixed some more RML warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/Refactor.mo
| | | | 
| | | * commit fc60d62215fb326af4dc358d2f7fa9c81faa9927
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 20:31:34 2010 +0000
| | | | 
| | | |     - Fix RML warnings in SCode and SCodeUtil
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | 
| | | * commit 867a4b5712163973ec01fe63da1e026dc6f9472a
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 20:23:12 2010 +0000
| | | | 
| | | |     - Fixed UnitChecker,UnitAbsynBuilder RML warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitChecker.mo
| | | | 
| | | * commit c7439129de887ce4c737f8676c71f86188f32e5e
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 20:20:15 2010 +0000
| | | | 
| | | |     - Fixed XMLDump.mo RML warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 7a2b302966f95e5e5fc9674d1dd6013f97db03de
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 20:17:45 2010 +0000
| | | | 
| | | |     - Fixed one additional omc warning in Static.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 5bc2fcca7d788d26c5b88ae98c82af8cb337a0c6
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 20:16:55 2010 +0000
| | | | 
| | | |     - Fixed all warnings when compiling Static.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 5b8f7d2f82a3d84f70b2ee9541f44f2304d625b2
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 20:06:06 2010 +0000
| | | | 
| | | |     - Fix more errors in Static.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 95f7ff938a6b8b08469e400742100971b1bd0c48
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 19:43:34 2010 +0000
| | | | 
| | | |     - Removed some duplicates/local clauses in Static.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit fed758cdff7f81ffc78e22bc69fc8efe8a9d4973
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 18:21:11 2010 +0000
| | | | 
| | | |     - Added new RML warnings to the Linux makefile
| | | |       - Fixed some of them
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/omc_release/Makefile.in
| | | | 
| | | * commit 3a167c6b70c4638738a5f1a9974299bdcd3940b4
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 17:20:07 2010 +0000
| | | | 
| | | |     - Remove case-local declarations
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | 
| | | * commit dad3f1e30ff7a3945e7025088db04e97e05dbfdf
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 30 17:10:39 2010 +0000
| | | | 
| | | |     - got rid of unused import
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | 
| | | * commit d0986cd61f9265f89518bd8fab272b656f3d6539
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 30 17:08:55 2010 +0000
| | | | 
| | | |     - no more local declarations in cases in DAEUtil.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEUtil.mo
| | | | 
| | | * commit ef4a6d8698d24a02c1c398c00b46f1b695502744
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 16:54:32 2010 +0000
| | | | 
| | | |     - Updated expected output of some models
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ValuesUtil.mo
| | | | 
| | | * commit f0f6a2949058ef4cef23f0b159d8590eda22cb18
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 30 15:36:05 2010 +0000
| | | | 
| | | |     - got rid of some local declarations.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | 
| | | * commit 7fc92ea4316f05d4c25d749dd7c8cd9b9f6b8117
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 12:34:21 2010 +0000
| | | | 
| | | |     - Fix function input/output
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/CevalFunction.mo
| | | | 
| | | * commit 498f4f5288ce22252489759375220bba0e7c9b60
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 12:31:38 2010 +0000
| | | | 
| | | |     - Fix TplAbsyn, TplMain syntax
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplMain.mo
| | | | 
| | | * commit f7a9b5e7e28c300c22c3cc5f7ade9ec2b31ed844
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 12:20:06 2010 +0000
| | | | 
| | | |     - Fix travering function references (UtilTest.mos now works)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit ae1679b69bebde4486aaf4d68f7c38656500bbb5
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 11:47:37 2010 +0000
| | | | 
| | | |     - Fixed 1 more testcase in meta/
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 994ef11ee7b46e199859d6879356ab255149f9fa
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 11:12:10 2010 +0000
| | | | 
| | | |     - Fixed traversal of metarecord calls
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit f8172a6e492000973d856de75919fb398762325e
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 11:01:28 2010 +0000
| | | | 
| | | |     - Fix RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 5b9fee1dd7cf6206da7521796c6095bf50b4b87a
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 10:54:24 2010 +0000
| | | | 
| | | |     - Fix parsing of Util.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 9f1fae6d75c10dff5027c427b27f0dd637905214
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 30 10:41:58 2010 +0000
| | | | 
| | | |     - Fixed traverseExp for VALUEBLOCK
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 9159c1a5731f3affc3d88a0859d3674edb576745
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 29 16:07:39 2010 +0000
| | | | 
| | | |     Updated CevalFunction implementation:
| | | |             - Fixed correct dimensions for function variables.
| | | |             - Added dependency analysis for function variables so that they are added to
| | | |               the environment in the right order.
| | | |             - Added function to convert all ASUBs to CREFs.
| | | |       - Implemented support for : and slices.
| | | |             - Implemented support for if, for and while statements.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalFunction.mo
| | | | 
| | | * commit 9ea111ade99df88903b25a08de7bbfa03b17126a
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Oct 29 15:30:27 2010 +0000
| | | | 
| | | |     - fix BackendDAEUtil.checkBackendDAE
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | 
| | | * commit ee93614f05d5418dc75103ca6c8f43f748b934d0
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 14:29:38 2010 +0000
| | | | 
| | | |     - Made more things work
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 862ae8c3bdcda2ba936284621f4ba77bf2f75466
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 14:18:59 2010 +0000
| | | | 
| | | |     - Fix compilation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 5ba0f295b29680ddab2816bcb279269ed6b6e6a9
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 13:40:28 2010 +0000
| | | | 
| | | |     - Fix RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ValuesUtil.mo
| | | | 
| | | * commit dc9b43c41abafbcbe5fdf86744d0a6f51271b51b
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 29 13:28:27 2010 +0000
| | | | 
| | | |     - no more local decls in matchcontinue cases.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDump.mo
| | | | 
| | | * commit 9c975c0d90e2e06eeb133c77c756bad2f4382c5f
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 29 13:28:04 2010 +0000
| | | | 
| | | |     - no more local decls in matchcontinue cases.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | 
| | | * commit 9e7164af6d6204e49d5aecabbf5ddf842d3035ec
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 13:14:15 2010 +0000
| | | | 
| | | |     - Fix RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 78debabf92569b88d37145d57a7e742ec1355045
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 12:40:04 2010 +0000
| | | | 
| | | |     - Remove RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit dc226d486c9fe0c1f8a415d31da72a30c97d7561
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Oct 29 12:23:22 2010 +0000
| | | | 
| | | |     - BackendDAECreate.mo
| | | |       change interface for user function for traverseDAEExps
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/ExpressionSimplify.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | 
| | | * commit 87cfff8aa73687cec7cb40190cf9047da48f757a
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 12:14:05 2010 +0000
| | | | 
| | | |     - Deprecate case-local declarations in the grammar
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Parser/Modelica.g
| | | | 
| | | * commit f3333b4b8b54e70a759de882a6cd52e7a96c9e95
| | | | Author: Alexey Lebedev 
| | | | Date:   Fri Oct 29 11:42:29 2010 +0000
| | | | 
| | | |     Merged the non-expanded array stuff.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit 910d72b522c7461665d9f2690cd5b1570b38f218
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 10:56:51 2010 +0000
| | | | 
| | | |     - Added more expressions to SimplifyTest.mos
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | |   
| | | *   commit 79c8f229f4fdb936df09861d344e0f3fa5f79cb0
| | | |\  Merge: 5a77e79487 15c2c2e2c0
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 29 10:00:42 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 5a77e79487f26755119c2f129618c3ec0f014b4f
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 09:27:05 2010 +0000
| | | | 
| | | |     - Also handled ENUM_LITERAL and METARECORD in traverseExp
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Expression.mo
| | | | 
| | | * commit 0fba28c1f786c27cf9eaa9c17791b6f477d32d7b
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 09:15:10 2010 +0000
| | | | 
| | | |     - Partial fix for problems with traverseExp
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 9d58064517b04580864021026723e5d13fd564c9
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 06:12:09 2010 +0000
| | | | 
| | | |     - Fix syntax error in CevalFunction.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalFunction.mo
| | | | 
| | | * commit a9c57ca0622c8e69389a1f4619285eb1da35a2a4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 06:07:17 2010 +0000
| | | | 
| | | |     - Fix printing of DAE.Type
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsyn.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | |   
| | | *   commit 9793d814223164eff8cacfc64d8f3e600d4522aa
| | | |\  Merge: bd325d3556 15c2c2e2c0
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 29 05:57:21 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 15c2c2e2c0ee228223ba7f8e977d1f23767781c8
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Oct 28 21:35:18 2010 +0000
| | | | 
| | | |     - FMU
| | | |       - use to get the valueReference = string(prefix)+string(var.index)
| | | |         prefix:
| | | |          states 1
| | | |          derivatives 2
| | | |          real algebraics 3
| | | |          real parameter 4
| | | |          integer algebraics 1
| | | |          integer parameter 2
| | | |          bool algebraics 1
| | | |          bool parameter 2
| | | |          string algebraics 1
| | | |          string parameter 2
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | | 
| | | * commit bd325d3556e04f151e27e8980f79c9046bb90b86
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Oct 28 20:41:27 2010 +0000
| | | | 
| | | |     - implement some event stuff
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Linearization.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | 
| | | * commit 77dfa3e7e8837044b8c05335bf3f19b26839b3e3
| | | | Author: Per Östlund 
| | | | Date:   Thu Oct 28 16:07:13 2010 +0000
| | | | 
| | | |     - Added utility function Util.listSplitOnFirstMatch.
| | | |     - Added valueInteger and valueDimensions to ValuesUtil.
| | | |     - Implemented more parts of CevalFunction.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalFunction.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | 
| | | * commit 965c74e051e49c41cc8ac43e0a8de4cb9b65026a
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 15:28:22 2010 +0000
| | | | 
| | | |     - Fix meta testsuite
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/RTOpts.mo
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | M	c_runtime/meta_modelica_builtin.h
| | | | 
| | | * commit 4a2b23bfc9e9500b3bd8ce9728662bb95621ee0a
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Oct 28 15:12:50 2010 +0000
| | | | 
| | | |     - fix bugs
| | | |     - DAEUtil.mo
| | | |       - improve function traverseDAEEquationsStmts
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/DAEUtil.mo
| | | | 
| | | * commit 05f689c9ec0784921620e9082666a11de34c9eab
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 14:11:44 2010 +0000
| | | | 
| | | |     - Use realLn
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ExpressionSimplify.mo
| | | | 
| | | * commit 67e5538616f34bb9e69032cc0d7a04fff4d81b43
| | | | Author: Willi Braun 
| | | | Date:   Thu Oct 28 14:03:35 2010 +0000
| | | | 
| | | |      - renamed uniontype DAELow to BackendDAE
| | | |      - renamed record DAELOW to DAE
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAE.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/BackendEquation.mo
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAEEXT.mo
| | | | D	Compiler/DAELow_stub.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Derive_stub.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Linearization.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 8ebd87b8372d27c125e2549406b80575ce2571af
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 13:35:29 2010 +0000
| | | | 
| | | |     - Fix merging error
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit e4bed5777a9e5c437a1da2020d4255e6e33bfc62
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Oct 28 13:33:14 2010 +0000
| | | | 
| | | |     - fix bugs for event stuff
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAE.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | |   
| | | *   commit f3cfd1a933058c53d63decb9a5f0545db0a518e3
| | | |\  Merge: 0533c68df6 5ed0df5783
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Thu Oct 28 13:31:28 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 5ed0df5783030129e48ee070a3b275ef2d7c8714
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 13:29:34 2010 +0000
| | | | 
| | | |     - Fix configure script
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	configure
| | | | 
| | * | commit 0e9f8ab1c15feb6349dd7679a5fc731e93f4c2c1
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 13:29:11 2010 +0000
| | | | 
| | | |     - Remove Compiler/absyn_builder
| | | |     - Run Susan quiet by default
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Makefile.in
| | | | D	Compiler/absyn_builder/CMakeLists.txt
| | | | D	Compiler/absyn_builder/Makefile.in
| | | | D	Compiler/absyn_builder/Makefile.vc
| | | | D	Compiler/absyn_builder/expression_parser.g
| | | | D	Compiler/absyn_builder/parse.cpp
| | | | D	Compiler/absyn_builder/walker.g
| | | | D	Compiler/absyn_builder/yacclib.c.txt
| | | | D	Compiler/absyn_builder/yacclib.h.txt
| | | | M	Compiler/susan_codegen/SimCode/Makefile
| | | | M	configure.in
| | | | 
| | * | commit 4f303d4f438c50b03929ed65353d978f53463e28
| | | | Author: Adrian Pop 
| | | | Date:   Thu Oct 28 08:23:03 2010 +0000
| | | | 
| | | |     - speeding up the type by returning constants (no new memory allocations)
| | | |       and made the type memory default as is now faster than without it.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | 
| | * | commit 14f147e0eeb303835e30fc8a73e206c3ce15a547
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 06:32:34 2010 +0000
| | | | 
| | | |     - Fix svn:eol-style on OMEdit, OMNotebook, msl32
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Makefile.in
| | | | 
| | | * commit 0533c68df652c15ee0ed03d55eb019e40dba5352
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 13:27:17 2010 +0000
| | | | 
| | | |     - Remove mk_bcon from Modelica.g
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Parser/Modelica.g
| | | | 
| | | * commit 29d64124a8e5cb1b306927531aadcb421b48dd90
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Oct 28 09:48:50 2010 +0000
| | | | 
| | | |     - fix some bugs
| | | |       check for records improved
| | | |       rename BackendDAEUtil.traverseExp to traverseAlgorithmExps
| | | |     - Expression.mo
| | | |       delete makeCrefExpNoType use crefExp
| | | |       improve isConst
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Expression.mo
| | | | 
| | | * commit dc7a0663fc5108f324e9f4f6e348225764dff87a
| | | | Author: Adrian Pop 
| | | | Date:   Thu Oct 28 09:26:48 2010 +0000
| | | | 
| | | |     - changed stringEqual to stringEq
| | | |     - YOU NEED A NEW OMDEV/MetaModelica/RML:
| | | |       OMDev: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/
| | | |       MetaModelica/RML for Linux, revision 183.
| | | |     
| | | |     - moved functions from System into MetaModelica/RML:
| | | |       + System.strcmp           -> stringCompare
| | | |       + System.stringAppendList -> stringAppendList
| | | |       + System.refEqual         -> referenceEq
| | | |       + System.enableTrace      -> enableTrace
| | | |       + System.disableTrace     -> disableTrace
| | | |       + System.hash             -> stringHashDjb2
| | | |       + System.log              -> realLog
| | | |       + System.log10            -> realLog10
| | | |       + System.MORE_TRIG_FUNC   -> realTRIG_FUNC
| | | |       + more functions I don't remember
| | | |     - added some of these functions to c_runtime/meta_modelica_builtin.cpp
| | | |     
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ClassLoader.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Debug.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Derive_stub.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/ExpressionDump.mo
| | | | M	Compiler/ExpressionSimplify.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/InstanceHierarchy.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Linearization.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Main_stub.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplMain.mo
| | | | M	Compiler/TplParser.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | M	Compiler/runtime/System_omc.cpp
| | | | M	Compiler/runtime/System_rml.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | M	c_runtime/meta_modelica_builtin.h
| | | | 
| | | * commit ff06bd7202b05eecad29c289f635e498441a7ac0
| | | | Author: Willi Braun 
| | | | Date:   Thu Oct 28 08:29:59 2010 +0000
| | | | 
| | | |      - separated functions for BLT to BackendDAETransform
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | A	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Linearization.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 91f758f5cdc42dbf8ad0d48dfa7ce45fcc602d65
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 22:10:43 2010 +0000
| | | | 
| | | |     - Expression.mo
| | | |       delete makeCrefExpNoType and use crefExp
| | | |       rename generateCrefsExpFromType to generateCrefsExpFromExpVar
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/Expression.mo
| | | | 
| | | * commit 5156ff2a4703116814689de2eaf295c01a07760e
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 21:37:54 2010 +0000
| | | | 
| | | |     - delete unused code
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | 
| | | * commit ce288ebadd690072f6fde0633c855184130b15a7
| | | | Author: Willi Braun 
| | | | Date:   Wed Oct 27 21:33:00 2010 +0000
| | | | 
| | | |      - thrown DAELow.mo away and divided the stuff on the files BackendDAE*
| | | |      - separated some more stuff
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/BackendEquation.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/CevalScript.mo
| | | | D	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/Inst.mo
| | | | A	Compiler/Linearization.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit ad2ff1c930589a4d6b26ea0696c1db8f1b8fd0cc
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 20:59:17 2010 +0000
| | | | 
| | | |     - BackendDAECreate.mo
| | | |       use BackendVariable.setVarKind
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | 
| | | * commit 9a06965b1dc216e5938ba0c18f9eaf1140aeaaa6
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 20:30:59 2010 +0000
| | | | 
| | | |     - fix some isues
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit cf8d72ad32f2ead31c6a062f1f3b7db457a829ff
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 18:20:48 2010 +0000
| | | | 
| | | |     - fix bugs
| | | |     - BackendDAECreate.mo
| | | |       use traverseExp and traverseDAE2 for state search
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 1bdff3745affce8417d3297c44ec51f869b6975e
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 17:51:05 2010 +0000
| | | | 
| | | |     - DAELow.mo
| | | |       move translateDAE and calculateIndex to BackendVariable.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit a21e1677a62332d6b17d42f616384cffd0d98690
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 17:11:15 2010 +0000
| | | | 
| | | |     - DAELow.mo
| | | |       move DelayExpression stuff to SimCode.mo and delete duplicatet functions
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 9a9c149f155ef08339f9d7c488e39a1e6003556d
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 17:00:35 2010 +0000
| | | | 
| | | |     - DAELow.mo
| | | |       move DivExpressionErrorMsg stuff to SimCode.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit b9dc0b881f13f752ace377d3efafd18450c6f475
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 16:37:56 2010 +0000
| | | | 
| | | |     - DAELow.mo
| | | |       move tearing stuff to BackendDAEOptimize.mo
| | | |     - Util.mo
| | | |       add function listSplittOnBoolList
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendEquation.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Util.mo
| | | |   
| | | *   commit 12e7426af51c34619136b8775e13a8c3658f9908
| | | |\  Merge: 44ac5d69af 76829f5e48
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 27 16:26:46 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 44ac5d69afb3a602b4ec1dbc46feaf6c85b544c3
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 16:19:46 2010 +0000
| | | | 
| | | |     - Fix RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsyn.mo
| | | | 
| | | * commit dc792e72f447e2ae2dedce0516cd8a9a1eb1ee2a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 15:34:39 2010 +0000
| | | | 
| | | |     - Fix RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit d1ece24afc6078d78d14aec9808161a4266197de
| | | | Author: Willi Braun 
| | | | Date:   Wed Oct 27 15:21:27 2010 +0000
| | | | 
| | | |     - added BackendEquation.mo
| | | |     - moved caluclate incendece Matrix to BackendDAEUtil
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | A	Compiler/BackendEquation.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 1a4fa9daa71006d4a8679ca9e598ff149c2bc660
| | | | Author: Per Östlund 
| | | | Date:   Wed Oct 27 14:50:48 2010 +0000
| | | | 
| | | |     - Started implementation of CevalFunction, a replacement for Cevalfunc that
| | | |       works on instantiated functions instead of Absyn.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | A	Compiler/CevalFunction.mo
| | | | M	Compiler/Makefile.common
| | | | 
| | | * commit 89cf0d64f0e6a1a7dc6efac0b4b43dea4fefbbf0
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 14:40:46 2010 +0000
| | | | 
| | | |     - Fix listMember( (a,b), lst ), and similar problems with polymorphic functions
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | M	c_runtime/meta_modelica.c
| | | | 
| | | * commit 2ed3cbb607b405f2bb36104faa513115a53115c8
| | | | Author: Willi Braun 
| | | | Date:   Wed Oct 27 14:08:48 2010 +0000
| | | | 
| | | |      - added BackendDAEOptimize.mo and move functions for simplify equations
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAECreate.mo
| | | | A	Compiler/BackendDAEOptimize.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit cd88b7f6a893e2f442890912d14dd03363f219f3
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 13:32:47 2010 +0000
| | | | 
| | | |     - Fixed polymorphism so that Util.listListMap now works
| | | |       - Removed DAE.T_POLYMORPHIC_SOLVED
| | | |       - Instead, we prefix polymorphic types from the called function with $.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 243024ab2bfbb4a0ce807a12373cd70de434410c
| | | | Author: Willi Braun 
| | | | Date:   Wed Oct 27 12:32:32 2010 +0000
| | | | 
| | | |      - rename BackendDAETransform.mo to BackendDAECreate
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R099	Compiler/BackendDAETransform.mo	Compiler/BackendDAECreate.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | 
| | | * commit da96617b6c636edc153a7a0ff01d01cdf0e59913
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 11:01:34 2010 +0000
| | | | 
| | | |     - update RedesignBackendOMC.doc
| | | |     - SimCode.mo
| | | |       remove unused code
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCode.mo
| | | |   
| | | *   commit 63ccaa5e8f836d11f4cdd5d6ee754a8f168aca8c
| | | |\  Merge: ed0516b73d 76829f5e48
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 27 10:56:25 2010 +0000
| | | |   
| | | |       - merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 76829f5e48474500ec1e966aab49d3d0512c28c1
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 08:53:19 2010 +0000
| | | | 
| | | |     - commit out useles code
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCode.mo
| | | | 
| | * | commit eb915a2e92476e498d9f0a31b7def0bf34359cff
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 27 08:04:52 2010 +0000
| | | | 
| | | |     - bugfix for derivative function annotations, also have a look into the annotation from external functions.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | 
| | | * commit ed0516b73d94668661cc8921843662c3fbe71a58
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 10:42:20 2010 +0000
| | | | 
| | | |     - Some more changes that rely on new RML
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Print.mo
| | | | M	Compiler/runtime/Print_omc.cpp
| | | | 
| | | * commit 326775b24965a5af645753760c003d644f509791
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 10:18:17 2010 +0000
| | | | 
| | | |     - Fixed ExpressionSimplify.simplify testcases using the bootstrapping
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/ErrorExt.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/runtime/Error_omc.cpp
| | | | M	Compiler/runtime/RTOpts_omc.cpp
| | | | M	Compiler/runtime/System_omc.cpp
| | | | M	Compiler/runtime/System_rml.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	c_runtime/meta_modelica.h
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | M	c_runtime/meta_modelica_builtin.h
| | | | 
| | | * commit 6ea1dd6025c5556e40ae22d0ccc8ec28d6050322
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 08:15:42 2010 +0000
| | | | 
| | | |     - Remove some useless code
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 35b7bfae70c594f9a48f760b68e3fabac387632a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 07:45:56 2010 +0000
| | | | 
| | | |     - Don't ceval functions with initial algorithms
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Cevalfunc.mo
| | | | 
| | | * commit 08f147027cf7013d4c9f64b74174665b271c5d82
| | | | Author: Adrian Pop 
| | | | Date:   Wed Oct 27 07:35:23 2010 +0000
| | | | 
| | | |     - use setGlobalRoot/getGlobalRoot instead of System.addToRoots/getFromRoots
| | | |     - use Inst.instHashIndex instead of 0 in the set/getGlobalRoot
| | | |     - you will need a new MetaModelica/RML (or OMDev) to be able to compile/run:
| | | |       OMDEV: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/OMDev-mingw-msvc-2010-10-26-revision-181.zip
| | | |       MetaModelica/RML for Linux, revision 181.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 89c0167f5fb46468b76afdf6009a0b730d630ed4
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 27 05:53:00 2010 +0000
| | | | 
| | | |     Remove unused imports
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAE.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTableCG.mo
| | | |   
| | | *   commit 75bf510a44bca40706b34d2a595148d9c8f598a3
| | | |\  Merge: 6627e96a2e a5de90b0d9
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 27 04:07:00 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit a5de90b0d99af2ba0c77328b4175ba189d274211
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 23:09:52 2010 +0000
| | | | 
| | | |     - SimCode.mo
| | | |       do not use DAELow.getAllExps. This is a realy bad function for large models. It needs too much memory. Use DAELow.traverseDAELowExps instead.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | 
| | | * commit 6627e96a2e54003202bd6b4230229f3bdc973d1d
| | | | Author: Willi Braun 
| | | | Date:   Tue Oct 26 23:18:50 2010 +0000
| | | | 
| | | |     - continued with remove functions from DAELow
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | 
| | | * commit 93806fbe3b980081c36d8e3c86dd20581bd5c317
| | | | Author: Willi Braun 
| | | | Date:   Tue Oct 26 22:53:39 2010 +0000
| | | | 
| | | |      - continue with remove functions from DAELow
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit d373b517de2fdff86c57cf75a35bcce0b6e21e77
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 21:48:14 2010 +0000
| | | | 
| | | |     - Compiler/ComponentReference.mo
| | | |       delete function crefAddPrefix use makeCref_Qual
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Expression.mo
| | | | M	Compiler/ExpressionSimplify.mo
| | | | 
| | | * commit 3d7568224b30994cab13baefe9d172001deec4f8
| | | | Author: Willi Braun 
| | | | Date:   Tue Oct 26 20:17:38 2010 +0000
| | | | 
| | | |      - extract all function regarding Variables from DAELow. to BackendVariables
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 4261b9ba677c367922e6903839dbb22d2dc74dde
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 20:15:43 2010 +0000
| | | | 
| | | |     - Expression.mo
| | | |       remove traverseExpLst and rename traverseExpLstinternal to traversExplst
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Expression.mo
| | | | 
| | | * commit 576fd51e8eb1f4fde65b2b1eb7a7010796b68df1
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 20:06:32 2010 +0000
| | | | 
| | | |     - delete Exp.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	Compiler/Exp.mo
| | | | 
| | | * commit c250c9c8139f32a8003bb9c79d66de4cc79f1b50
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 20:05:34 2010 +0000
| | | | 
| | | |     - rename Exp to Expression
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/BackendVarTransform_stub.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/Convert.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Derive_stub.mo
| | | | M	Compiler/Env.mo
| | | | A	Compiler/Expression.mo
| | | | M	Compiler/ExpressionDump.mo
| | | | M	Compiler/ExpressionSimplify.mo
| | | | M	Compiler/ExpressionSolve.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | |   
| | | *   commit 5c64b6e3d0116745d0b3ebb83e9a8cb2079f2eba
| | | |\  Merge: 993032b659 323bdfe356
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Oct 26 19:12:05 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 323bdfe356f14a6b75051a919a3bc602f3d5bb15
| | | | Author: Azam Zia 
| | | | Date:   Tue Oct 26 16:40:17 2010 +0000
| | | | 
| | | |     Corrected xml for scalar variable start parameter.
| | | |     Added code to generate some global data for c file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | | 
| | * | commit 2b4a17ebdade1c17ed12cb8b07d091babe2f0eff
| | | | Author: Per Östlund 
| | | | Date:   Tue Oct 26 13:33:44 2010 +0000
| | | | 
| | | |     Fix for bug #1323:
| | | |     - Fixed bug in Lookup.checkSubscriptsRange2 that only worked on constants.
| | | |     - Updated CyclicPerm test case, since it now gets a more correct error message.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Lookup.mo
| | | | 
| | * | commit 6f46b00f543ed615368ccfb96f985a46664feecf
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 10:42:05 2010 +0000
| | | | 
| | | |     - DAELowUtil.mo
| | | |       - improve Error Msg and use flag checkDAELow for now to keep testsuit running
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELowUtil.mo
| | | | 
| | * | commit 02720a0072fa01695108cba7e1f8f4faa9c8757b
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 09:11:27 2010 +0000
| | | | 
| | | |     - fix bug
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 993032b659c58526a14644a91c17fea17029a92a
| | | | Author: Willi Braun 
| | | | Date:   Tue Oct 26 19:06:15 2010 +0000
| | | | 
| | | |      - continue with with moving functions from DAELow to BackendVariable
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/BackendVariable.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 6834be7cc888687d6b1dc46c90da95d30d977da3
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 18:26:41 2010 +0000
| | | | 
| | | |     - Exp.mo
| | | |       copy all functions for dump and print to ExpressionDump.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Derive_stub.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Exp.mo
| | | | A	Compiler/ExpressionDump.mo
| | | | M	Compiler/ExpressionSimplify.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 0208a13dbc1d59993b9bd7ebae3d61e1a5584377
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 17:00:58 2010 +0000
| | | | 
| | | |     - Exp.mo
| | | |       copy all functions for simplify to EpressionSimplify.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Exp.mo
| | | | A	Compiler/ExpressionSimplify.mo
| | | | M	Compiler/ExpressionSolve.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit aafaddf0a779d8bf9e448af7dcdd348cd56eb7f2
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 26 16:27:06 2010 +0000
| | | | 
| | | |     - Fixed HashTableTest.mos
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BaseHashTable.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | 
| | | * commit 33e72d42aa00c2d39ee4b96e56adec440700e32d
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 26 16:07:23 2010 +0000
| | | | 
| | | |     - Changed HashTable implementations to use the new BaseHashTable.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BaseHashTable.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit 6114143a8e2d4aa6759fa281304165a3acd16f8d
| | | | Author: Willi Braun 
| | | | Date:   Tue Oct 26 16:00:33 2010 +0000
| | | | 
| | | |      - added BackendVariable modele that deals with BackendDAE.Var, BackendDAE.Variables
| | | |        and BackendDAEVariablesArray.
| | | |      - started to push functions from SimCode.mo and DAELow.mo to that file.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | A	Compiler/BackendVariable.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/TaskGraph.mo
| | | | 
| | | * commit 8a96951297f524a7c28930a39abe38b603509848
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 15:18:22 2010 +0000
| | | | 
| | | |     - Exp.mo
| | | |       copy all functions for solve to ExpressionSolve.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | A	Compiler/ExpressionSolve.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/TaskGraph.mo
| | | | 
| | | * commit 21d0fcd6d2b7220dc901c0b77b7b89c5e6b77325
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 26 14:21:30 2010 +0000
| | | | 
| | | |     - Exp.mo
| | | |       sort the functions and remove functions with equal functionality
| | | |     - ComponentReference.mo
| | | |       update Comments
| | | |     - BackendDAEUtil.mo
| | | |       improve error msg and use flag "checkBackendDAE"
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit 917db5dbecddd0a563cf059d73c46eb8bb2cbbe7
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 26 12:50:18 2010 +0000
| | | | 
| | | |     - Added BaseHashTable.mo, a truly generic HashTable
| | | |       - Made HashTable2 use it
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/BaseHashTable.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/runtime/System_omc.cpp
| | | | 
| | | * commit 0506ff6599f73e3f357cd471175c44f7a53c3ebc
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 26 10:43:37 2010 +0000
| | | | 
| | | |     - RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit dc753ed1eccaff64a00f69a3bb77f9e709245a12
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 26 10:25:00 2010 +0000
| | | | 
| | | |     - Added elaboration for internal builtin functions as a separate function
| | | |       - simplify() is now called OpenModelicaInternal.simplify()
| | | |       - The same goes for the mmc_xxx functions
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 14df3bb68212fa98b3c60f74ed0acbbb1d15f662
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 26 09:54:49 2010 +0000
| | | | 
| | | |     - Fixed some type issues with OMC-MM
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Types.mo
| | | |   
| | | *   commit 93241868bfc76fbc131dd6dd3792c995c99acd47
| | | |\  Merge: 700c53ae2f 5cea8df2cb
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Oct 26 08:43:12 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 5cea8df2cb827ac21cee2dd43a12f623df3478cf
| | | | Author: Per Östlund 
| | | | Date:   Tue Oct 26 08:21:04 2010 +0000
| | | | 
| | | |     - Fixed some bugs introduced by revision 6568.
| | | |     - Renamed DEA to DAE.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAELowUtil.mo
| | | | M	Compiler/DAEUtil.mo
| | | | 
| | | * commit 700c53ae2f48aacad03403852ca335b3635ab30c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 26 08:27:34 2010 +0000
| | | | 
| | | |     - Add set/getGlobalRoot to Builtin.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | |   
| | | *   commit 9135e4dc24687f49ec3f22cd317575ca39e40531
| | | |\  Merge: c9c7910482 c4b4a9634a
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Oct 26 07:11:22 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | |   
| | | *   commit c9c7910482293a1ba3b51d30d88e31444d1c6cc0
| | | |\  Merge: 31b689961e c4b4a9634a
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Oct 26 05:05:30 2010 +0000
| | | |   
| | | |       Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit c4b4a9634a4281c6a239bf23bf0d7acebdd72a32
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 22:03:32 2010 +0000
| | | | 
| | | |     - DAELowUtil.mo
| | | |       - add case for functionpointers to checkDAELow
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELowUtil.mo
| | | | 
| | | * commit 31b689961ee95d9b27b16b6582aeadd04d04fd02
| | | | Author: Willi Braun 
| | | | Date:   Mon Oct 25 22:08:21 2010 +0000
| | | | 
| | | |      - correct merging error in DAELow.mo
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | 
| | | * commit 4783c2549fb548082ff565ee80a2130bbffc79f5
| | | | Author: Willi Braun 
| | | | Date:   Mon Oct 25 22:03:20 2010 +0000
| | | | 
| | | |      - continue to split out functions from DAELow to BackendDAEUtil
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit f59cece13f494553d631287c5dc3c6e4af49bef7
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 21:59:37 2010 +0000
| | | | 
| | | |     - BackendDAEUtil.mo
| | | |       - add case for functionpointers to checkBackendDAE
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | 
| | | * commit 9f1480f8dd34c50657f581222aaf1a0b2f5e4a84
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 21:15:02 2010 +0000
| | | | 
| | | |     - use functions from ComponentReference.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | 
| | | * commit e0bd9da3f8c04208d401dce91d22f12412786981
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 19:57:27 2010 +0000
| | | | 
| | | |     - fix bug
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | 
| | | * commit ff8345daf01afd61bf10595efd3697b5457e2cb1
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 19:49:26 2010 +0000
| | | | 
| | | |     - Algorithm.mo
| | | |       use Exp.makeCrefExp for crefToExp
| | | |     - Convert.mo
| | | |       use Exp.unelabExp for fromExpExpToAbsynExp
| | | |       use ComponentReference.unelabCref for fromExpCrefToAbsynCref
| | | |     - DAELow.mo
| | | |       use ComponentReference.crefAddPrefix for crefPrefixDer and delete makeDerCref because it has done the same as crefPrefixDer
| | | |     - SimCode.mo
| | | |       use crefPrefixDer instead of crefPrefixDer
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/Convert.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit 47b9c86668bd200880f167353acd6b32043abb03
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 19:00:33 2010 +0000
| | | | 
| | | |     - fix bug
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/DAELow.mo
| | | | 
| | | * commit 78b172f989783e795c50d3d72aaaa6d6b2c37cd9
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 18:48:42 2010 +0000
| | | | 
| | | |     - fix bug
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | 
| | | * commit ce0e3dd3f710387df62a805ce2657292465a7d5d
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 18:45:21 2010 +0000
| | | | 
| | | |     - finish to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendDAETransform.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit 8bae2aee87808e678872a0aed941e0549450946c
| | | | Author: Adrian Pop 
| | | | Date:   Mon Oct 25 18:43:19 2010 +0000
| | | | 
| | | |     - fixes for BackendDAETransform.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAETransform.mo
| | | | 
| | | * commit 447f484b6893cc03a2805d134868f0dbda36dbaf
| | | | Author: Willi Braun 
| | | | Date:   Mon Oct 25 18:33:04 2010 +0000
| | | | 
| | | |      - start to separate DAELow.mo on the files BackendDAEUtil.mo and BackendDAETransform.mo
| | | |      - all functions regarding the lowering are moved to BackendDAETransform and util functions need there
| | | |        moved to BackendDAEUtil
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/BackendDAETransform.mo
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit e9fd73a9c7c96f078f55afe26b0fcdbce8f36af1
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 25 17:00:04 2010 +0000
| | | | 
| | | |     - Fix RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit e1fa84ef8e48f5460f744a5717d80c54e6819043
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 25 16:33:13 2010 +0000
| | | | 
| | | |     - Fix RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 231b38d1b1f88c53fa26a22cf3afe9d2eb9405b0
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 16:31:18 2010 +0000
| | | | 
| | | |     - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/BackendDump.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Derive_stub.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 04535a658f30d8955899d6ec2e068e4ffc125330
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 25 16:04:02 2010 +0000
| | | | 
| | | |     - Fix more RML crap
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit bd485be5f8cf04d32849eabb184913e81e1099d1
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 25 15:48:42 2010 +0000
| | | | 
| | | |     No message
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/SCode.mo
| | | | 
| | | * commit 8e7fdebdc699a797ec20f20efc2639a7fd4106a3
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 25 15:12:23 2010 +0000
| | | | 
| | | |     Bootstrapping
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit 8982bc10f40e941ebc939985dd96d552e4fc6e16
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 25 15:07:22 2010 +0000
| | | | 
| | | |     - Fix sources
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TplAbsyn.mo
| | | |   
| | | *   commit 82122c08767f0ac9ee2d436a2789f56ee94f4902
| | | |\  Merge: 01b03825e1 4a51f60ca8
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 25 14:39:58 2010 +0000
| | | |   
| | | |       - Refactoring
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 4a51f60ca8974470bdd35888b563a7f846f9ceed
| | | | Author: Peter Aronsson 
| | | | Date:   Mon Oct 25 12:59:30 2010 +0000
| | | | 
| | | |     -Moved traverseExpList to traverseExpListInternal and created a new traverseExpList that doesn't take the newly added traversal function.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit 01b03825e163f23993226af97dc8bbb9e34d8c49
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 25 14:14:20 2010 +0000
| | | | 
| | | |     - Merging
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | |   
| | | *   commit 1ae7527e348c5de901cdf3fee1f53dbc9761403e
| | | |\  Merge: fd27ac66f2 7d4100257b
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 25 11:55:20 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 7d4100257bfcd6d3fcf731fbae40405b72c6461c
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 09:47:51 2010 +0000
| | | | 
| | | |     - DAELowUtil.mo
| | | |       - finish function to check that a variable (cref) used in an equation or algorithm is actually
| | | |     present in the declared variables. bug #1302
| | | |     - Exp.mo
| | | |       - add function traverseExpTopDown, is used for DAELowUtil.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAELowUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | * | commit 8dd71264c1601d2842f37927b29436b49bbde012
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 25 09:37:03 2010 +0000
| | | | 
| | | |     Fix for bug #1330:
| | | |     - Removed handling of implictly connected flow variables, because for some
| | | |       reason it's no longer needed and it causes problems with some old models.
| | | |     - Made the parallel test script a bit more random.
| | | |     - Updated some test cases due.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit fd27ac66f211ff35d6012d07d0b376911d83f716
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 11:51:23 2010 +0000
| | | | 
| | | |     - fix bug
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit af1d4ffb4697b506373a744d86af23d0abd48868
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 11:49:28 2010 +0000
| | | | 
| | | |     - rename DEALowUtil.mo into BackendDAEUtil.mo
| | | |     - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R100	Compiler/DAELowUtil.mo	Compiler/BackendDAEUtil.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit ef2f45b41f3afa47194eae7d8eced5b3cd5acacb
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 11:32:51 2010 +0000
| | | | 
| | | |     - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | | * commit aa2067ac50c098ee522437aa0a142a0ba48fefab
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 10:52:41 2010 +0000
| | | | 
| | | |     - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Derive_stub.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/VarTransform.mo
| | | |   
| | | *   commit cbb6110f26a6cf010d7bdbd6c5810a3d8ec7ed65
| | | |\  Merge: 12afbe8542 436dcfaa36
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 25 09:31:53 2010 +0000
| | | |   
| | | |       Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 436dcfaa363b48dbb33238bc6a216ecaf10e1fa1
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 25 07:53:10 2010 +0000
| | | | 
| | | |     - Implemented merging of annotations for short class definitions, for use with
| | | |       showAnnotations.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | * | commit d39c6e991c3f76dafeb4e1de25c89ff1d9478fff
| | | | Author: Peter Aronsson 
| | | | Date:   Mon Oct 25 06:31:15 2010 +0000
| | | | 
| | | |     Algorithm.mo: Added function isNotAssertStatement
| | | |     Exp.mo: Optimized the code in simplify1
| | | |     HashTable2.mo, HashTable3.mo: added emptyHashTableSized
| | | |     VarTransform.mo: Optimized code.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit 12afbe8542dba4fdf56bdeb537f967dc40d28fa5
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 25 08:33:49 2010 +0000
| | | | 
| | | |     - continue to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     - DAELowUtil.mo
| | | |       - finish check of BackendDAE object Bug 1302
| | | |     - Exp.mo
| | | |       - add function traverseExpTopDown, used for check of BackendDAE
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAELowUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/VarTransform.mo
| | | |   
| | | *   commit ed2acad2327ae108df2300b5a5c15dc1aa39e218
| | | |\  Merge: 3fc48f5628 fd70f86886
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sun Oct 24 20:00:38 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6562 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit fd70f86886b5fcbe25aefc4a2ed46e63849d5041
| | | | Author: Pavol Privitzer 
| | | | Date:   Sun Oct 24 17:56:49 2010 +0000
| | | | 
| | | |     !!! use clean or delete omc.exe to compile this update, I am sorry for the inconvenience.
| | | |     - Susan "import" clause implementation, use:
| | | |         import TemplatePackage.*; //for unqualified import ... the package-name prefix is optional when calling imported template (but may be used when a name hiding occurs)
| | | |         import TemplatePackage;   //for fully qualified import .. similar to MM, the package TemplatePackage. must be used to access a template, e.g. TemplatePackage.aTemplate(..)
| | | |     - the new syntax for interface packages (typeviews)
| | | |       - in the interface package, see SimCodeTV.mo for example, use:
| | | |           interface package SimCodeTV
| | | |             package SimCode
| | | |               ...
| | | |             end SimCode;
| | | |             ...
| | | |           end SimCodeTV;
| | | |       - in the importing template package, SimCodeC.tpl for example, instead of typeview "SimCodeTV.mo" is now:
| | | |         import interface SimCodeTV;
| | | |     - SimCodeC and SimCodeFMU slightly redesigned to accommodate the new Susan's import feature and possibility (removal of the stringEqual() usage and some other changes)
| | | |       my notes here:
| | | |       - try to avoid data transforming operations to preserve model/view separation; express the transformation in the SimCode structure instead (usage of intAdd(), for example)
| | | |       - try to avoid overusing of the MM style of value bindings ... use dot notation instead
| | | |       - try to avoid bringing new names by the let clause when only aliasing other name or "naming" simple template invocation (except preventing multiple identical invocations)
| | | |       - indenting is natural and automatic in Susan, see the changes in SimCodeFMU.tpl (although, there are some remaining design issues here; to be soon finished)
| | | |     - Susan's "indexedby" keyword is now changed to "hasindex";
| | | |       although one still must use only i0 or i1 names for the index ... to be soon finished
| | | |     - the "spackage" keyword changed to "package"
| | | |       used as the top-level package clause in the .tpl template packages (--> towards Susan and MM integration)
| | | |     
| | | |     - a re-implementation of SimCode.cref2simvar(cref) -> SimVar function by usage of HashTable;
| | | |       HashTableCrefToSimVar is copied into SimCode as it would need to have the SimVar uniontype to be outside the SimCode package (mutual public import needed)
| | | |     - a hack helper functions for reverse implosion of expanded scalar arrays and matrices back to their crefs;
| | | |       used only in SimCodeCSharp yet
| | | |       -> may be removed when proper non-expanding behavior will be implemented (in the backend)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Tpl.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplCodegen.mo
| | | | M	Compiler/TplMain.mo
| | | | M	Compiler/TplParser.mo
| | | | M	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos
| | | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | | M	Compiler/susan_codegen/TplCodegen.mo
| | | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | | M	Compiler/susan_codegen/TplCodegenTV.mo
| | | | M	Compiler/susan_codegen/TplCodegen__testShouldBe.mo
| | | | M	Compiler/susan_codegen/paper.tpl
| | | | A	Compiler/susan_codegen/paperI.mo
| | | | M	Compiler/susan_codegen/test.mo
| | | | M	Compiler/susan_codegen/test.tpl
| | | | A	Compiler/susan_codegen/testI.mo
| | | | M	Compiler/susan_codegen/test__testShouldBe.mo
| | | | M	Makefile.common
| | | | 
| | | * commit 3fc48f5628623d87cead164b4fe460eff6a41bf0
| | | | Author: Willi Braun 
| | | | Date:   Sun Oct 24 18:00:40 2010 +0000
| | | | 
| | | |     - replaced DAE.CREF_IDENT with ComponentReference.makeCrefIdent
| | | |     - replaced DAE.CREF_QUAL  with ComponentReference.makeCrefQual
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | 
| | | * commit 20e9fff41d06200ace256128f13ae2996756b75c
| | | | Author: Jens Frenkel 
| | | | Date:   Sun Oct 24 17:52:25 2010 +0000
| | | | 
| | | |     -- continue to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | 
| | | * commit 70d93bf5d87e6e46228f88a01e3e00165bd6255b
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 24 16:56:54 2010 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/BackendDump.mo
| | | |   
| | | *   commit f129eb02188dd2482f8bdaf8bbce690fe4f21074
| | | |\  Merge: 35817e99b4 d439c5c43b
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sun Oct 24 16:47:10 2010 +0000
| | | |   
| | | |       - Add new module BackendDump.mo
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit d439c5c43b978ed94e636f215cf38f8cd0ff3e68
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 24 14:19:53 2010 +0000
| | | | 
| | | |     - change to c-like comments.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit 35817e99b4185a7cb4eb01709bbf38d01dac655a
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 24 16:31:22 2010 +0000
| | | | 
| | | |     - replaced DAE.CREF_IDENT with ComponentReference.makeCrefIdent
| | | |     - replaced DAE.CREF_QUAL  with ComponentReference.makeCrefQual
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | 
| | | * commit 1a689ec6b84772bf0d9e7310c6019737a0a6bd2d
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 24 16:11:39 2010 +0000
| | | | 
| | | |     - added ComponentReference.makeCrefIdent and ComponentReference.makeCrefQual
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ComponentReference.mo
| | | |   
| | | *   commit 63dda96305413927780bf6b2cf1ace26e5a484b6
| | | |\  Merge: bb4d222c98 5c6fce8096
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sun Oct 24 15:58:01 2010 +0000
| | | |   
| | | |       - Refactoring: DAELow datatypes added to BackendDAE.mo
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit bb4d222c98e881b7f2da02c72cb592d5ef0fa6d5
| | | | Author: Jens Frenkel 
| | | | Date:   Sun Oct 24 15:50:14 2010 +0000
| | | | 
| | | |     - fix some bugs from last commit
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InnerOuter.mo
| | | | 
| | | * commit bc77c84646a3dd82760624a0c784cb8be0553f77
| | | | Author: Jens Frenkel 
| | | | Date:   Sun Oct 24 15:43:17 2010 +0000
| | | | 
| | | |     -- start to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | 
| | | * commit aceedfdb1fa9651666086b6c23a639d0b3799c2f
| | | | Author: Jens Frenkel 
| | | | Date:   Sun Oct 24 15:12:38 2010 +0000
| | | | 
| | | |     - fix some bugs from last commit
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/TaskGraph.mo
| | | | 
| | | * commit 32c2df80269fc500d6ff5c08d7ef0387473ecaed
| | | | Author: Jens Frenkel 
| | | | Date:   Sun Oct 24 14:57:26 2010 +0000
| | | | 
| | | |     - start to copy all functions do something with a ComponentRef from Exp into ComponentReference
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ComponentReference.mo
| | | | M	Compiler/DAELowUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 30f895f5ab0836c931799f25e408f68a4ba60fe4
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 24 12:53:00 2010 +0000
| | | | 
| | | |     - Remove type Exp = DAE.Exp from Exp.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 13fa077cc3f8a099b1c8555fdd42fff6b71e43a7
| | | | Author: Jens Frenkel 
| | | | Date:   Sun Oct 24 12:52:38 2010 +0000
| | | | 
| | | |     - add file ComponentReference.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/ComponentReference.mo
| | | | M	Compiler/Makefile.common
| | | | 
| | | * commit 4762a2506310883bb5b32dbee69c4f3a5e8825af
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 23 09:42:21 2010 +0000
| | | | 
| | | |     - Fixed some illegal code in the compiler
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | |   
| | | *   commit f42a32437c5983114fe15a24140b4db36dd1ded5
| | | |\  Merge: f94870ad4e 5c6fce8096
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 22 21:07:52 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 5c6fce8096b3d346a0f03d3648b3ecc311634b3a
| | | | Author: Willi Braun 
| | | | Date:   Fri Oct 22 19:29:30 2010 +0000
| | | | 
| | | |     DAELow.mo:
| | | |      - bugfix for partial partialAnalyticalDifferentiation and partialNumericalDifferentiation of functions.
| | | |     Derive.mo:
| | | |      - add case for differantiate abs().
| | | |     Exp.mo:
| | | |      - add solveLin for LinearSystem.
| | | |     SimCode.mo:
| | | |      - add functions to create always linear system in Jacobian code.
| | | |      - add sorting of Jacobian variables.
| | | |     Utils.mo:
| | | |      - update only some comments.
| | | |     simulation_runtime.* and solver_main.cpp:
| | | |      - add some code for dassl2 that enables the usage of the analytical Jacobian for calculations.
| | | |      - enable this feature by the solver flag "-jac", only availible if soure code was created with the flag "+d=linearization"
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Util.mo
| | | | M	c_runtime/simulation_runtime.cpp
| | | | M	c_runtime/simulation_runtime.h
| | | | M	c_runtime/solver_main.cpp
| | | |   
| | | *   commit f94870ad4ee8372d474fc29a958c806a010033af
| | | |\  Merge: b8845eb1fa 89a3e90cd4
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 22 18:40:08 2010 +0000
| | | |   
| | | |       Merging r6536 through r6537
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 89a3e90cd40e8054cdd8a4b179fb4d77c10d1aeb
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 18:39:12 2010 +0000
| | | | 
| | | |     - Added OMEdit as a make target (built together with qtclients)
| | | |       (The Debian package has also been updated and should include an OMEdit package if all goes according to plan)
| | | |     - The OMEdit Unix makefile creates symbolic links/etc needed to compile OMEdit
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Makefile.in
| | | |   
| | | *   commit b8845eb1fa37e49b1851c9a15297f738c87ad51a
| | | |\  Merge: e4240a3823 0d5e40e5c8
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 22 17:50:37 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 0d5e40e5c834241d088caa45719f329f4780f1a0
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 22 16:30:49 2010 +0000
| | | | 
| | | |     Forgot to commit changes to Error.mo in previous commit.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | 
| | * | commit 3194e0b5003e28dcd64b52b606f98807a21d5abc
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 22 14:59:42 2010 +0000
| | | | 
| | | |     - Fixed makeASUBArrayAdressing for package constants.
| | | |     - Updated some test cases, because for some reason we use different formatting
| | | |       for crefs and ASUBs.
| | | |     - Better elaboration of inStream and actualStream.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | |   
| | | *   commit e4240a38236e98d18e7ebbb28414af1e3c121943
| | | |\  Merge: 0a5914bd7b ac7b87eb27
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 22 14:07:20 2010 +0000
| | | |   
| | | |       Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit ac7b87eb27e5e4cc7813e85ff136670db9e27ddd
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Oct 22 13:27:40 2010 +0000
| | | | 
| | | |     - fix for bug 1329
| | | |       - DAELow.lowerEqn generated for DAE.DEFINE a=a equations
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | 
| | | * commit 0a5914bd7b346981d4d228d2e05811c95e73e1cf
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 14:04:47 2010 +0000
| | | | 
| | | |     - Fix compilation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit 178285cbe278cdce8b9221f5e6a66e576ed43500
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 13:36:02 2010 +0000
| | | | 
| | | |     - Updated the testcases that load compiler sources to run a common script (less files to update if the compiler structure changes)
| | | |       - Don't load _stub files in parser/ParseCompilerSources (if you do, you don't test input/output of functions as they are overridden)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Derive.mo
| | | |   
| | | *   commit be0fe7388c0d587088f48c7172f3d61da29ace9a
| | | |\  Merge: 05621a32e0 7d12bf1171
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 22 12:08:34 2010 +0000
| | | |   
| | | |       Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 7d12bf117124a9460ee3660d9cc72e7d3fc4baa9
| | | | Author: Otto Tronarp 
| | | | Date:   Fri Oct 22 11:37:04 2010 +0000
| | | | 
| | | |     Added option for dynamic state selection.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/optmanager.cpp
| | | | 
| | * | commit a20d850b76f14f7b8feca699aa7658c4b7b1977e
| | | | Author: Otto Tronarp 
| | | | Date:   Fri Oct 22 11:35:51 2010 +0000
| | | | 
| | | |     Bug fix for arrayReplaceAtWithFill, it created an array that was one element longer than what was requested.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Util.mo
| | | | 
| | * | commit 8f4c2543a6e63db0cdebf601c4edda796e3c36d4
| | | | Author: Otto Tronarp 
| | | | Date:   Fri Oct 22 11:31:33 2010 +0000
| | | | 
| | | |     Added missing extern "C".
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	c_runtime/read_write.h
| | | | 
| | * | commit 60ef227742e9202f7a8e4303b1ca69ed7cebee27
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 22 11:14:09 2010 +0000
| | | | 
| | | |     Partial fix for task: #1327
| | | |     - this is a hack for lowering the memory requirements for storage of DAE.ExpType.
| | | |     - to activate this feature use +d=useTypeMemory
| | | |     - the feature is not activated by default as it slows down the testsuite by about 2 minutes
| | | |       (24 min. vs. 26 min).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | * | commit 8335159f6c9868f49b92baf8ff566122a2d3ee4b
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 22 10:36:29 2010 +0000
| | | | 
| | | |     Fixes for bug #1329:
| | | |     - Fixed prefixing of subscripts in crefs that could not be found in the
| | | |       environment, such as package constants.
| | | |     - Added test case mofiles/SubScript3 and updated
| | | |       libraries/msl31/Modelica.Electrical.Digital.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/PrefixUtil.mo
| | | | 
| | | * commit 05621a32e04da51901fda035ef12f521f960ee8a
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 11:34:42 2010 +0000
| | | | 
| | | |     - Fix getCrefFromExp for Absyn.FOR_ITER_FARG
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 448de7604659aaedad544fe7df5f4896e521d03b
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 10:02:26 2010 +0000
| | | | 
| | | |     - Improved error messages
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Graphviz.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 78c5e66a9ae9f408dfc240547827948f625a2dcd
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 09:00:53 2010 +0000
| | | | 
| | | |     Remove debug printing
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit c85eac6c680d978621c94dbb6e9424f352e72494
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 08:21:37 2010 +0000
| | | | 
| | | |     - Use addSourceMessage for Error.HIGHER_VARIABILITY_BINDING
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit d2590966481bf9e2304c4addc640639318ea1a0b
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 08:10:30 2010 +0000
| | | | 
| | | |     - The compiler flag +showErrorMessages now also shows Error.mo messages as they occur. This should make it easier to relate Error messages to failtrace messages.
| | | |       - If a message would be reverted, this is of course sort of bad
| | | |       + Keeps memory consumption low for large models
| | | |       + For looping models, you can now see errors even though instantation will never succeed
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/errorext.cpp
| | | | M	Compiler/runtime/rtopts.h
| | | | 
| | | * commit b5a5226929d452fb6f1fb0446ddc7162c44348ff
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 07:52:37 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Disable instSingleCref in MetaModelica mode (maybe this should always be disabled; it certainly would reduce the load on the cache)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | 
| | | * commit c5dfa26b92cc428b91a9bc667aaeddb15db794b4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 05:30:19 2010 +0000
| | | | 
| | | |     - Fix unparsing for DAE.Exp.NONE()
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit 0fd65416090fa293c2fe4fb9358c029b3717c1d6
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 05:26:54 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Fixed inputs/outputs of all functions using match expressions (all crefs are now in the correct order, with the correct name, and without duplicates)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 96d735f0c35f1efc4d5c1afd2e9b63d6d6b2f8e1
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 04:03:10 2010 +0000
| | | | 
| | | |     - Fixed the output of some functions
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TemplCG.mo
| | | | M	Compiler/Tpl.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitChecker.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit 8c7e8cab7e2f9c5ef6da7bfa232f15b5f91b6d5b
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 21:07:56 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Add API call strictRMLCheck()
| | | |       - Checks that all input/output of a singleton match expression in a function matches the function arguments
| | | |       - Run it on the whole compiler in the testsuite
| | | |       - Currently 179 functions fail the check
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/MetaUtil.mo
| | | | 
| | | * commit f08af0b0c67a6158d1de19ad301e43126355ef0a
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 20:07:19 2010 +0000
| | | | 
| | | |     - Some more fixes for things RML doesn't check for
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit 71e9184b20337662a07f537ef1733ce434344572
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 20:00:20 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Added DAE.STMT_FAILURE, and handling of Absyn.ALG_FAILURE. Simplified generation of code for failure()
| | | |     - Added HashTable testing
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | M	Parser/Modelica.g
| | | | 
| | | * commit d1a0be6d5c3df35ba4ef6b4b783c300de94af6cc
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 18:52:53 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Remove NONE from all places in the code. It has been replaced with NONE()
| | | |     - This is enforced when parsing the compiler sources (which is done in the testsuite)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Tpl.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplCodegen.mo
| | | | M	Compiler/TplMain.mo
| | | | M	Parser/Modelica.g
| | | | 
| | | * commit 646c0d0d4ddb8f44d681d85956c567ba9d840cc1
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 17:52:43 2010 +0000
| | | | 
| | | |     - Fix MetaModelica parsing...
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Parser/Modelica.g
| | | | 
| | | * commit 0b7039a209e30cf1e0bd308bd4163c0ff03a4bc0
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 16:01:24 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Remove more NONE()
| | | |     - Add check for NONE already in the parser (so the testsuite can automatically fail if someone uses evil syntax)
| | | |       - Should probably only be enabled with +d=rml, but +g=MetaModelica will work for now
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/Constants.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplParser.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Parser/Modelica.g
| | | | 
| | | * commit dee7e1f972cc61682132e63a6df945d2b4c57f40
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 15:46:02 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Replace more NONE with NONE()
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Tpl.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitChecker.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit a3104141d078e665b0c85602f3fcaa282b5acad7
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 15:30:04 2010 +0000
| | | | 
| | | |     - Replace more NONE with NONE()
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplCodegen.mo
| | | | M	Compiler/TplMain.mo
| | | | M	Compiler/TplParser.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit 5b26c40b6d5d336dc69dacb7d566ad46541968b2
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 15:14:24 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Replace some NONE with NONE()
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/Constants.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/PrefixUtil.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitChecker.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit f84c54803ab9f699d0abc774a53e978a35a81a8e
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 14:53:45 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Added initial support for meta-array indexing (arrayGet and arrayUpdate) using the operator []
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/runtime/System_omc.cpp
| | | | M	Compiler/runtime/System_rml.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | 
| | | * commit df0dc739c4ed63d84136414862743a4022ad0f42
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 07:38:07 2010 +0000
| | | | 
| | | |     - Added flag to do strict checks so that inputs/outputs of function and match expression are the same
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SCode.mo
| | | | 
| | | * commit bde7b842bb43d3d08774ca8c5db930a85f4961d8
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 06:39:27 2010 +0000
| | | | 
| | | |     - Fix parsing of match-expressions with an else that lacks local declarations
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Parser/Modelica.g
| | | |   
| | | *   commit 297e36848e2d158ae38070f60121d85877426898
| | | |\  Merge: 4da4919950 20ecc71ba5
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Thu Oct 21 05:51:46 2010 +0000
| | | |   
| | | |       Merging r6488 through r6494
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 4da4919950be8ca80796313966a57a58a4b1f793
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 05:43:40 2010 +0000
| | | | 
| | | |     - Fix some more errors RML ignores
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 95a8277e7850bbe3466d0a20dce9855d5df5dd78
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 21 05:28:24 2010 +0000
| | | | 
| | | |     - Improved error messages for lookup of function (now states that it was looking for a function; previously we didn't know if it was the type of an element or a function call that failed)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 18f5447857c201974635cca5cf92e5b495fea60a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 20:32:31 2010 +0000
| | | | 
| | | |     - Avoid duplicate error messages when elaborating function calls
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 34461e98edb9f6fa5dcd93af9cc1f4076334eb20
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 19:46:39 2010 +0000
| | | | 
| | | |     - Remove some errors RML doesn't check for
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | |   
| | | *   commit ebc6a511c1009599e819d3eee39ba0e0a86da314
| | | |\  Merge: 5fb9bbe462 20ecc71ba5
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 20 18:34:08 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 20ecc71ba5cdb33c51eeb26cfcf42b387118ae9b
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 16:34:35 2010 +0000
| | | | 
| | | |     - Fix Error.mo (don't change name if empty string is given)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | 
| | * | commit 26b78069e35a80494b9180baaca3f81ed4594432
| | | | Author: Daniel Hedberg 
| | | | Date:   Wed Oct 20 16:26:27 2010 +0000
| | | | 
| | | |     - Minor update for Visual C++ (get rid of the directory separator in front of the file name).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | * | commit 0de311e6afd12152980a7dd0ebee5755574735e3
| | | | Author: Daniel Hedberg 
| | | | Date:   Wed Oct 20 16:10:49 2010 +0000
| | | | 
| | | |     - Fixed compilation errors in Visual C++.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit 5fb9bbe4626cd7d06198f199fca16d281d942a4f
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 18:26:00 2010 +0000
| | | | 
| | | |     - Removing old code
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/MetaUtil.mo
| | | | 
| | | * commit 8870a970008d53bde66b4f6ab105bcf121af15ab
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 16:44:23 2010 +0000
| | | | 
| | | |     - Reverting accidental changes
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Types.mo
| | | |   
| | | *   commit 1ecb588f46a758a928afa640979bf365d91f6829
| | | |\  Merge: 3933c27b3a 1021c80db9
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 20 15:14:31 2010 +0000
| | | |   
| | | |       Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 1021c80db9e435c2f81246b04836c42dad9c1c47
| | | | Author: Daniel Hedberg 
| | | | Date:   Wed Oct 20 09:54:27 2010 +0000
| | | | 
| | | |     Fixed a bug introduced by r6450: Better get the commas and braces in the right place as well.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/errorext.cpp
| | | | 
| | * | commit 8c043822a18cd6ceaf450910b2495e5fc187cf28
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 09:47:07 2010 +0000
| | | | 
| | | |     Fix for #1326
| | | |     - Use basename instead of filename in error messages when running the testsuite
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit 3933c27b3a3b707183d6f21d8e848e2e36f26328
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 14:43:57 2010 +0000
| | | | 
| | | |     - Make the metarecord calls take boxed arguments
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Types.mo
| | | | M	c_runtime/meta_modelica.h
| | | | 
| | | * commit 774e09eab2dc5d2797e97703edb978272dd87990
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 12:33:47 2010 +0000
| | | | 
| | | |     - Option now always contains a boxed type
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 0dbbbd1d8d1c2bbaed1b95cda8de424acee96420
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 11:44:08 2010 +0000
| | | | 
| | | |     - Updated code generation to add declarations for local variables that are function pointers
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | 
| | | * commit a51bb84ddb2c4d949e7d8e50b81efd4c03734bc3
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 11:22:51 2010 +0000
| | | | 
| | | |     - Improve error message for cons-exp
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 8e19c1edcab1f905d0409551da8a9d57515e6d9b
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 07:57:45 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Add testcases PartialFn15 and updated DumpTest (with Exp.printExpStr and DAEDump.dumpDebugDAE)
| | | |     - These testcases all use function pointers as data (in lists or options), as well as pattern matching on these structures
| | | |     - Added more functions to RTOpts_omc
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/RTOpts.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/runtime/RTOpts_omc.cpp
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	c_runtime/modelica.h
| | | | 
| | | * commit 8a6cdb56596c01126220cfa161c27f3b4b4c8f6e
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 06:39:04 2010 +0000
| | | | 
| | | |     - Add function pointers for builtin binary real operation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | M	c_runtime/meta_modelica_builtin.h
| | | |   
| | | *   commit 70f4997ad0fad7b92ea9cf26a4df82bb0f78e0c0
| | | |\  Merge: 540e17bf1e baefd641eb
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 20 05:26:06 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 540e17bf1e0bc56b52fc3c43fa19d0af052a523f
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 04:12:57 2010 +0000
| | | | 
| | | |     - Fixed some errors RML ignores
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | 
| | | * commit 5e33d058a7aa349baf24b21c640d11176f25ea22
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 20 04:00:27 2010 +0000
| | | | 
| | | |     - Added support for polymorphism in function pointers, uniontypes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | 
| | | * commit 7436c13a7e6720585a22ef96aa9bb7a8bac3b171
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 19 18:52:04 2010 +0000
| | | | 
| | | |     - Made polymorphism work better with NONE() or {} input
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | |   
| | | *   commit c25e547301d633d49207736b21ef71e5d0be9dbf
| | | |\  Merge: fd939a2c05 baefd641eb
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Oct 19 18:09:03 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit baefd641eb5726858df26bfb732b735f34f9d5d7
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Oct 19 17:09:45 2010 +0000
| | | | 
| | | |     Update symbolic jacobian and generation of linear model
| | | |      - fixed handling of algorithms for symbolic jacobian
| | | |      - fixed some general bugs for calculating symbolic jacobian
| | | |      - improve the performance for calculating symbolic jacobian
| | | |      - add simplifying equations and removing unused equations for codegen
| | | |      - fixed some general bugs for generation of linear model
| | | |      - update testsuite/linearization
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | |   
| | | *   commit fd939a2c05dabfa0c33459c1907067407e652650
| | | |\  Merge: 9c4413cfbd c6d2a6a744
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Oct 19 17:30:39 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit c6d2a6a7441871882520f97b3ce1430e4d201be1
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 19 16:23:15 2010 +0000
| | | | 
| | | |     Fixes for bug: #1325
| | | |     - merge cached overconstrained connection graph with the current overconstrained connection graph
| | | |        Compiler/ConnectionGraph.mo
| | | |        Compiler/Inst.mo
| | | |     - added test for this bug in
| | | |        testsuite/libraries/multibody/elementary/DoublePendulum.mos
| | | |        testsuite/libraries/multibody/elementary/Pendulum.mos
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/Inst.mo
| | | | 
| | * | commit 5b861116d0ac986f47f236c88c05877233e1ee57
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Oct 19 15:55:22 2010 +0000
| | | | 
| | | |     - Util.mo
| | | |       - add listMapFlat2
| | | |     - add DAELowUtil.mo
| | | |       - add function to check DAELow object
| | | |         checks if all componentreferences of an expression part of the DAELow object
| | | |     - DAELow.mo
| | | |       - add a additional input to traverseDEALowExps
| | | |       - run DAELowUtil.checkDAELowWithErrorMsg not yet in function lower because of unexpected error msg from checkDAELow for some testcases
| | | |     - SimCode.mo
| | | |       - adjustments for additional input to traverseDAELowExps
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/DAELow.mo
| | | | A	Compiler/DAELowUtil.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Util.mo
| | | | 
| | * | commit 4baeba34a38dbd760b7738a6de7b3d080e4123f0
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 19 15:29:03 2010 +0000
| | | | 
| | | |     - prepare for 1.5.1
| | | |     - update version number in settingsimpl.c
| | | |     - update directories in
| | | |       Examples/ModelQueryAPIexamples.onb
| | | |       Examples/UsersGuideExamples.onb
| | | |     - build a new OMNotebook.exe
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/settingsimpl.c
| | | | 
| | * | commit 1426014fcdb636bdba0e7f1e8340521173a94878
| | | | Author: Daniel Hedberg 
| | | | Date:   Tue Oct 19 15:05:45 2010 +0000
| | | | 
| | | |     Print messages in the right order in getMessageStr().
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/errorext.cpp
| | | | 
| | * | commit c18689aa7c0f14247aab071748b9f9825ddcaaa0
| | | | Author: Alexey Lebedev 
| | | | Date:   Tue Oct 19 14:19:36 2010 +0000
| | | | 
| | | |     Fixes for bug: #1322
| | | |     Added a new error message for tuple assignments where lhs tuple contains not only component references
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/InstSection.mo
| | | | 
| | | * commit 9c4413cfbdc505c0fbb55a7627ececbfe902535c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 19 15:38:32 2010 +0000
| | | | 
| | | |     - Added more error messages for metarecord calls (and make the checks in a separate function)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Static.mo
| | | |   
| | | *   commit e66fa266b5dca2ef9ce3386011761e809b2a5d37
| | | |\  Merge: 8bd0c5bc9e 6058deae6c
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Oct 19 12:56:18 2010 +0000
| | | |   
| | | |       Merging r6431 through r6436
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 6058deae6cafc6443ce7e29a3f0510285603a940
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 19 11:05:20 2010 +0000
| | | | 
| | | |     Fixes for bug: #1324
| | | |     - fixes for updateConnection: https://openmodelica.org:8443/cb/issue/1324
| | | |     - update the interactive symbol table with correct program in Interactive.mo
| | | |     - add testsuite/mosfiles-nosim/interactive_api_attributes.mos to test for this
| | | |       bug.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit 8bd0c5bc9eb0cc192525025819f177338752601e
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 19 12:53:18 2010 +0000
| | | | 
| | | |     - Enable testcase running Susan on a very small template
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/Print_omc.cpp
| | | | M	Compiler/runtime/RTOpts_omc.cpp
| | | | M	Compiler/runtime/System_omc.cpp
| | | | M	Compiler/runtime/systemimpl.c
| | | |   
| | | *   commit ee3b79e440904b954d5153e8e1b540c342bafb51
| | | |\  Merge: 974004e1a3 d5dbc8de6a
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Tue Oct 19 10:20:28 2010 +0000
| | | |   
| | | |       Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit d5dbc8de6aa5d84397cf7c27c4348e5511632e11
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Oct 19 09:38:40 2010 +0000
| | | | 
| | | |     -Added Algorithm.isReinitStatement
| | | |     -Fixed compilation of systemimpl.c for Visual Studio (All declarations at beginning of block for ANSI-C)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | * | commit 12078b9f49ef1e8f84faaeac784923b9b06a3061
| | | | Author: Otto Tronarp 
| | | | Date:   Tue Oct 19 09:28:13 2010 +0000
| | | | 
| | | |     Moved traversingComponentRefFinder to public.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | * | commit ae1c9abbc76e22484f02db799c20342bc4c1c26e
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 19 08:01:48 2010 +0000
| | | | 
| | | |     - use System.stringAppendList instead of Util.stringAppendList
| | | |     - use System.stringAppendList instead of multiple stringAppend in Exp.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ClassLoader.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Debug.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Derive_stub.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/InstanceHierarchy.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Main_stub.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplParser.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/ValuesUtil.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 974004e1a3b7ad0a101245fc8ca3d36476068351
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 19 09:54:00 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Implement more runtime functions for bootstrapping
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Print.mo
| | | | M	Compiler/RTOpts.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/runtime/Makefile.in
| | | | M	Compiler/runtime/Print_omc.cpp
| | | | M	Compiler/runtime/RTOpts_omc.cpp
| | | | A	Compiler/runtime/RTOpts_rml.c
| | | | M	Compiler/runtime/System_omc.cpp
| | | | D	Compiler/runtime/rtopts.c
| | | | A	Compiler/runtime/rtoptsimpl.c
| | | | 
| | | * commit 23e78c4a755b989f82b333c72c2c5a9834b0340e
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 19 07:07:45 2010 +0000
| | | | 
| | | |     Fixes for #1318
| | | |     - Added some more runtime functions for bootstrapping
| | | |     - Added testcase SusanTest.mos; still incomplete but part of it is working
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/runtime/Makefile.in
| | | | M	Compiler/runtime/System_omc.cpp
| | | | M	Compiler/runtime/System_rml.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit fd3e0bb821e3c8b2eddf6422f1f813e498fc4af9
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 19 05:15:17 2010 +0000
| | | | 
| | | |     - More runtime functions for bootstrapping
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/System.mo
| | | | M	Compiler/runtime/Makefile.in
| | | | A	Compiler/runtime/System_omc.cpp
| | | | A	Compiler/runtime/System_rml.c
| | | | M	Compiler/runtime/printimpl.c
| | | | M	Compiler/runtime/systemimpl.c
| | | |   
| | | *   commit 83d6d21b21531e7b7936773904a0f59439592be1
| | | |\  Merge: 011516ca69 671276174e
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 18 18:30:44 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 671276174e9dbcc2b79f8d9b84beb9c6e21b50d4
| | | | Author: Willi Braun 
| | | | Date:   Mon Oct 18 18:14:13 2010 +0000
| | | | 
| | | |     - bug fix:  derivative annotation for external functions
| | | |                     testcase added.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 011516ca698e2e2cecf291e7bd5710bc484e7877
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 18 18:29:59 2010 +0000
| | | | 
| | | |     - Added some Print.mo functions for the OMC runtime
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Print.mo
| | | | M	Compiler/runtime/Print_omc.cpp
| | | | 
| | | * commit 6664d236b7a482049370a6bb3ab155b228a5ade3
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 18 16:01:10 2010 +0000
| | | | 
| | | |     - Added runtime support for stringCharListString
| | | |     - Fixed a bug with generation of names for function pointers
| | | |     - We can now generate code for TplMain.main (no testcase has been added; it is slow and does not link)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	c_runtime/meta_modelica_builtin.h
| | | |   
| | | *   commit 00e7899938e03735ca45d594a4167dd8a592a069
| | | |\  Merge: af7516dcc8 d8a16c68bc
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 18 15:00:11 2010 +0000
| | | |   
| | | |       Merging r6410 through r6413
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit d8a16c68bc72c4a60c06f8e5da89d646276c2014
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Oct 18 13:46:57 2010 +0000
| | | | 
| | | |     - implement getUUIDStr for windows.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/systemimpl.c
| | | |   
| | | *   commit af7516dcc88d9763da9a54ac8036eff0ff97ce0b
| | | |\  Merge: e6f8de6fa9 7d59665d14
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 18 14:53:37 2010 +0000
| | | |   
| | | |       - Merge trunk (Per's changes)
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 7d59665d14341d0fe45fd98acc01db0428871bb3
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 18 12:47:33 2010 +0000
| | | | 
| | | |     Implementation for tasks: #1277 #1279
| | | |     - Rewrote parts of the connection handling so that all flow variables are added
| | | |       as inside connectors by default, which is according to the Modelica
| | | |       specification.
| | | |     - Removed the phase that connects unconnected flow variables, since it's no
| | | |       longer needed now.
| | | |     - Potential connection sets are now sorted alphabetically, and the first element
| | | |       in the set is then connected to all the others in the set.
| | | |     - The equations from connects are now generated at the top level, instead of for
| | | |       each class as was previously done.
| | | |     - Deleted components are no longer instantiated.
| | | |     - Added utility function Util.listMergeSorted.
| | | |     - Updated the parallel test script to report missing test cases.
| | | |     - Updated some test cases due to the changes made.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/Dependency.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit e6f8de6fa969557ca2eb9851a2b8456111115d26
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 18 12:50:25 2010 +0000
| | | | 
| | | |     - Additional fix for type matching polymorphic tuples
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 9386d7fe7f12149dc88be3effa5a927debfb2ca1
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 18 11:39:12 2010 +0000
| | | | 
| | | |     - Propagate input expressions of match expressions to codegen so we can revert changes to them in each iteration
| | | |     - Added test for Util.listSplitOnTrue
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/BackendVarTransform.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | |   
| | | *   commit 7ec410e938fa6c3365f89c6c8d26a4413bb4b070
| | | |\  Merge: f09482aa88 e90cfad53a
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 18 05:54:13 2010 +0000
| | | |   
| | | |       Merging r6391 through r6403
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit e90cfad53aeeceed99bd1d6d17180ffdcefab319
| | | | Author: Adrian Pop 
| | | | Date:   Mon Oct 18 04:32:02 2010 +0000
| | | | 
| | | |     - got rid of Debug traces to speed up the handling of expandable connectors.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InstSection.mo
| | | | 
| | | * commit f09482aa88ea3d4d55a240b70742629bcea30c2d
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 21:00:01 2010 +0000
| | | | 
| | | |     - Force lists to be built of boxed types
| | | |       - Fixes Util.splitTuple2List (which has been added as a testcase in UtilTest.mos
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 8a8514b0eafe48fc8f17706bc4973d9ab886736b
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 19:23:43 2010 +0000
| | | | 
| | | |     - Add type conversion from TUPLE to META_TUPLE (when the expected type is T_BOXED)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplParser.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 165c66df6771704e9d96f11488d00795acd1b7b6
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 18:19:33 2010 +0000
| | | | 
| | | |     - Add error message if inputs or outputs of a match expression are not component references
| | | |       - Added testsuite/meta/ErrorMatchInOut{1,2,3}.mo to test this
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Patternm.mo
| | | | 
| | | * commit 9c0dfdd64244cb9a5bebe018a2882cabf496ea23
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 16:45:14 2010 +0000
| | | | 
| | | |     - Added support for patterns of unary integer/real constants (in Modelica, -15 is not an integer constant; it is a unary expression)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Patternm.mo
| | | | 
| | | * commit 62a3eefc676b82f908302d19caeb19070ad9314b
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 16:22:23 2010 +0000
| | | | 
| | | |     - Add error message if a pattern in a match-expression is invalid (such as case (1+2))
| | | |     - Added testcase ErrorInvalidPattern.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | 
| | | * commit 5a0cea96a3120b06703bb0f04d9c29864137546a
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 15:41:01 2010 +0000
| | | | 
| | | |     - Propagate Absyn.Info to Types.checkValidBindings
| | | |     - Fix polymorphism in some recursive calls
| | | |     - Enabled 06_advanced testcase since it's working again
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplParser.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit b7019411c4e8c87706613656206058aaf76187ec
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 13:30:29 2010 +0000
| | | | 
| | | |     - Fix listMember (was listMember(lst, elt); should be listMember(elt, lst))
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/TplAbsyn.mo
| | | | M	Compiler/TplMain.mo
| | | | M	Compiler/Util.mo
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | 
| | | * commit aba5bfdabdcbb9365b3081efce94a5307627dfdc
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 12:13:20 2010 +0000
| | | | 
| | | |     - Removing more old syntax
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit 1fee03b21a00f784085a58a89b30e474496d4c54
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 11:43:27 2010 +0000
| | | | 
| | | |     - Replaced the T[:]-types used in HashTables with array
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Database.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/IOStream.mo
| | | | M	Compiler/IOStreamExt.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/MMath.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeCSharp.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/Tpl.mo
| | | | M	Compiler/TplCodegen.mo
| | | | M	Compiler/UnitAbsyn.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit af3522c9814968bd3c53461e0da4a9c6ef1accf5
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 10:55:01 2010 +0000
| | | | 
| | | |     - Change the type of DAE.METARECORDCALL to DAE.T_UNIONTYPE
| | | |     - Changed some old syntax to new
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit c3ec14cb4deb5c9014fda8a4318e91762c8ab365
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 17 09:44:32 2010 +0000
| | | | 
| | | |     - Changed the path of a metarecord from Package.MetaRecord to Package.UnionType.MetaRecord
| | | |       - This means we can get the path of the uniontype by looking at the MetaRecord (this is needed if we create a list of metarecords)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	c_runtime/meta_modelica.c
| | | | M	c_runtime/meta_modelica.h
| | | |   
| | | *   commit 12a3dc28213b0b45c1a6162f41e1a7caca2f43c2
| | | |\  Merge: 967b7606b3 215ca2033c
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sun Oct 17 05:16:03 2010 +0000
| | | |   
| | | |       Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | |   
| | | *   commit 967b7606b37b43ad6271c34e66405558f7bfe8bc
| | | |\  Merge: 99bdf0a4e6 215ca2033c
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 15 21:02:18 2010 +0000
| | | |   
| | | |       Merge
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 215ca2033c41d7111009caf3b303551fe39379fb
| | | | Author: Daniel Hedberg 
| | | | Date:   Fri Oct 15 16:26:00 2010 +0000
| | | | 
| | | |     Fixed a couple of bugs in traverseExp, it now properly traverses subexpressions in matrix and array expressions. As a result all dependencies are found in expressions like:
| | | |     
| | | |     Q := vector([e*Math.sin(angle/2); Math.cos(angle/2)]);
| | | |     
| | | |     Before this fix, Math.sin was missed during the dependency analysis of this example.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | 
| | * | commit 4157bc93cd2a725e3ef68e5c6ee278b60ad4234f
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Oct 15 15:56:41 2010 +0000
| | | | 
| | | |     - SimCodeC.tpl
| | | |       - add Version of Compiler to first comment
| | | |     - System.mo
| | | |       - add function getCurrentDateTime
| | | |       - add function getUUIDStr
| | | |       both used for fmu xml file
| | | |     - Util.mo
| | | |       - add uniontype DateTime
| | | |       - add function getCurrentDateTime
| | | |       both used for fmu xml file
| | | |     - SimCodeTV.mo
| | | |       - add function builtin.add
| | | |       - add function builtin.stringEqual
| | | |       - add functions System.getCurrentDateTime and System.getUUIDStr and Util.getCurrentDateTime
| | | |       - add uniontype Util.DateTime
| | | |     - continue with SimCodeFMU.tpl
| | | |     - add file c_runtime/fmu_model_interface.c
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/SimCodeFMU.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | A	c_runtime/fmu_model_interface.c
| | | | 
| | * | commit 48fa61c990e43979c22bd5b4a394e48d9a50e05d
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 09:11:00 2010 +0000
| | | | 
| | | |     - Add SimCodeFMU.mo to svn, so automatic builds don't fail
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/SimCodeFMU.mo
| | | | 
| | | * commit 99bdf0a4e62125e7347ebb873b12b7e2fed4b3f3
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 15 16:08:38 2010 +0000
| | | | 
| | | |     - Split generation of functions from .c into .c and .h-files
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | 
| | | * commit cdaaf77702cbc8cf0034d47c873bcf971616e482
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 20:11:24 2010 +0000
| | | | 
| | | |     - Custom error message when failing to elaborate a metarecord call
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 3082d624b219c183a1c77f03566d5316e8bd6223
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 19:01:55 2010 +0000
| | | | 
| | | |     - Added showErrorMessages to RTOpts_omc.cpp, so the testsuite succeeds on Mac
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/RTOpts_omc.cpp
| | | | 
| | | * commit cef0090f08a6a11bb78b91226ac69a54d131df41
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 15:26:41 2010 +0000
| | | | 
| | | |     Fixes for #1318
| | | |     - Added field patternInfo to Absyn.CASE (it displays fileinfo only for the pattern; the other parts of a case already have Absyn.Info embedded)
| | | |     - Propagated this field to more functions in the pattern matching modules
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Parser/Modelica.g
| | | | 
| | | * commit 7cafae492e04ac6a661aec7ff32af119cb73601c
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 14:05:07 2010 +0000
| | | | 
| | | |     - Changed Env.Cache to use array<>-notation instead of [:]
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Main.mo
| | | | 
| | | * commit 8628d90ca423935d9564a672bc3158c866e249f7
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 13:54:33 2010 +0000
| | | | 
| | | |     - Removed some conflicting variable declarations
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/InstanceHierarchy.mo
| | | | M	Compiler/MetaUtil.mo
| | | | 
| | | * commit e2adcdf8f3fd7e136a571dcf6719edd537f27eb7
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 12:42:50 2010 +0000
| | | | 
| | | |     #1319
| | | |     - Fixed a problem when a metarecord had the same name as the package it was defined in (did a useless lookupClass in the wrong environment)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 86a33c69798d56ca4b3b65a80b9db18e757add72
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 07:01:27 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Added stringCharListString to the initial environment
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | 
| | | * commit 7dfedb75fb99974207d05995a1caf170be1a1416
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 14 06:47:43 2010 +0000
| | | | 
| | | |     - Renamed some old MetaModelica builtin functions (int_add) to the new ones (intAdd)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Main_stub.mo
| | | | M	Compiler/Tpl.mo
| | | | M	Compiler/TplMain.mo
| | | | M	Compiler/TplParser.mo
| | | | M	Compiler/Util.mo
| | | |   
| | | *   commit 86165d79633bfe5abee98208d54bccdf66b74022
| | | |\  Merge: a0eeab2702 17f32bd023
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Thu Oct 14 04:12:18 2010 +0000
| | | |   
| | | |       Merge
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 17f32bd0234e631e9cda606178f42e6eb957b314
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 13 22:34:45 2010 +0000
| | | | 
| | | |     - add missing file
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/susan_codegen/SimCode/SimCodeFMU.tpl
| | | | 
| | * | commit e77642aa3f73ef96acbcd6ddf43bf92aed1978e4
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Oct 13 22:17:38 2010 +0000
| | | | 
| | | |     - start with implementation of FMU
| | | |     - Exp.mo
| | | |       - add Function crefToStr and use it for crefStr and crefModelicaStr
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/susan_codegen/SimCode/Makefile
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | 
| | | * commit a0eeab27029b4166de9fbb33c0bb997fdaaaab77
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 13 21:06:48 2010 +0000
| | | | 
| | | |     #1318
| | | |     - Fixed some code using syntax that RML allows but should not
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | M	Compiler/Util.mo
| | | |   
| | | *   commit 1ad03c0c31d206678c88a2723e7ef6ade78a4d42
| | | |\  Merge: 5267dbaeab 97beeddc35
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 13 20:46:45 2010 +0000
| | | |   
| | | |       Merging r6364 through r6368
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 5267dbaeab749de90e136352239696fe08f38002
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 13 20:45:24 2010 +0000
| | | | 
| | | |     #1310 #1318
| | | |     - Propagate Absyn.Info to elabExp and elabMod
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/Debug.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 524e4fa71fc8ce9a7a4bcf166246332814f5d29f
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 13 13:43:16 2010 +0000
| | | | 
| | | |     Partial fix for #1310
| | | |     - Elaboration now fails if you call a function with too few arguments (the error message is still pretty bad though)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | |   
| | | *   commit c6d51dbc5f96b2a2ff8480e1a49fcff4157f92a9
| | | |\  Merge: 78340bf71f 97beeddc35
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 13 10:41:30 2010 +0000
| | | |   
| | | |       Bootstrapping: #1318
| | | |       - Changed System.stringAppendList to use stringAppendListExt in OMC (else you get conflicting types)
| | | |         - Added testcase meta/DumpTest.mos: It tests Dump.dump Dump.dumpStr Dump.getAstAsCorbaString and DumpGraphviz.dump functionality in OMC
| | | |       - Bugfix for errorext.cpp (declaring globals as static, so they are not free'd multiple times when we dynamically load functions that also linked against errorext)
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 78340bf71f33d4ec16d16953cc055e2c6c76b987
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 13 10:10:19 2010 +0000
| | | | 
| | | |     Fixes for #1316
| | | |     - Prepend _ to all variable names in function context, so we don't use C reserved words in the generated code
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	c_runtime/modelica_string.c
| | | |   
| | | *   commit 585410123cf9f7a75aa2901ff85f03012567df50
| | | |\  Merge: 4c500ba09e 97beeddc35
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 13 05:25:58 2010 +0000
| | | |   
| | | |       Merging r6355 through r6356
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | |   
| | | *   commit 4c500ba09ea67211806de2041b3f94a8531cfb75
| | | |\  Merge: bea1e3a041 97beeddc35
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 13 04:44:54 2010 +0000
| | | |   
| | | |       Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 97beeddc35e49bb1da057c309d8f452f563028fb
| | | | Author: Willi Braun 
| | | | Date:   Wed Oct 13 02:00:29 2010 +0000
| | | | 
| | | |     smaller update of linearization code. change some function calls and comments.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCode.mo
| | | | 
| | * | commit 9035a8d92c25d2cabdaf2f94b70adfff93465ef7
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 20:25:34 2010 +0000
| | | | 
| | | |     - Fixed Builtin.isDer typo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | |   
| | | *   commit bea1e3a0411075ee5c14b034628082c1650cd8a7
| | | |\  Merge: 341ef325fa d1f8fc52e0
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 13 03:52:05 2010 +0000
| | | |   
| | | |       Merging r6340 through r6351
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit d1f8fc52e0843423b3ef16f27f6fc7a191b5b797
| | | | Author: Willi Braun 
| | | | Date:   Tue Oct 12 18:28:32 2010 +0000
| | | | 
| | | |     Added features for generating linear models, that looks like:
| | | |       der(x) = A*x+B*u;
| | | |       y = C*x+D*u;
| | | |     The Code to generate the Matrix's A,B,C,D is not activated by default.
| | | |     It can be activated with the debug flag "+d=linearization".
| | | |     With the usage of this debug flag a linear model can be created
| | | |     from the simulation program by using the flag "-l ".
| | | |     
| | | |     For now not all algorithm statements are working.
| | | |     Also for now the Matrix's are not simplified.
| | | |     This issues and further improvements will follow in the near future.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | | M	c_runtime/Makefile.common
| | | | A	c_runtime/linearize.cpp
| | | | A	c_runtime/linearize.h
| | | | M	c_runtime/simulation_runtime.cpp
| | | | M	c_runtime/simulation_runtime.h
| | | | 
| | * | commit fe512bd2dc79285fd9e6f38956de45d592678a4a
| | | | Author: Daniel Hedberg 
| | | | Date:   Tue Oct 12 13:41:13 2010 +0000
| | | | 
| | | |     Changed STRUCT_SINGULAR_SYSTEM_CONNECTORS from being an error to a warning.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | 
| | | * commit 341ef325fa0f607d7b294cdf6b42097412b2467a
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 16:20:36 2010 +0000
| | | | 
| | | |     - Split errorext.cpp into OMC and RML parts
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/runtime/Error_omc.cpp
| | | | A	Compiler/runtime/Error_rml.cpp
| | | | M	Compiler/runtime/Makefile.in
| | | | A	Compiler/runtime/RTOpts_omc.cpp
| | | | M	Compiler/runtime/errorext.cpp
| | | | 
| | | * commit 2db395b50e7597b78d59ffed8e80ffeb5c9038d5
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 16:16:48 2010 +0000
| | | | 
| | | |     - Fix printimpl.c (inverted a 1 and a 0 in previous commit)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/Makefile.in
| | | | M	Compiler/runtime/printimpl.c
| | | | 
| | | * commit 71c079881580450c98fb6e5ab1c31c7426535191
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 15:56:58 2010 +0000
| | | | 
| | | |     - Split printimpl.c into OMC and RML versions
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/Makefile.in
| | | | A	Compiler/runtime/Print_omc.cpp
| | | | A	Compiler/runtime/Print_rml.c
| | | | M	Compiler/runtime/printimpl.c
| | | | 
| | | * commit 4399c2ff147e9cbe1ca28f9b7756182438860289
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 15:34:31 2010 +0000
| | | | 
| | | |     - Minor fix in previous commit
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | 
| | | * commit 0a30bd60e72b4523b4f56876ee3367a0f48d4fd7
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 15:31:40 2010 +0000
| | | | 
| | | |     - Fixed some MetaModelica string functions. Leaking memory is preferred over random memory.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | M	c_runtime/meta_modelica_builtin.h
| | | | 
| | | * commit 2c1692ee2f9e576e92a60895026e4e5a384399c5
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 15:30:56 2010 +0000
| | | | 
| | | |     - Minor fix (RML doesn't care about output arguments; OMC does)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dump.mo
| | | | 
| | | * commit 9deee0356b84fb2ac342599f1e92008f6ea205d6
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 08:37:26 2010 +0000
| | | | 
| | | |     - Updated the type of identity (it is not Integer[1]...Integer[8]; it is Integer[:][:])
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | 
| | | * commit 080ea0e9e8576e24eb1a72efa5262f59b1148376
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 07:49:16 2010 +0000
| | | | 
| | | |     #1308
| | | |     - Fix so that X.identity does not lookup the builtin identity function
| | | |       - This is just a partial fix of the problems we have with builtin functions
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 1f5f5ece3e824038cafddb442a1090ca474bb335
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 12 07:23:08 2010 +0000
| | | | 
| | | |     #1308
| | | |     - Remove the function identity in Dump (OMC cannot handle shadowing builtin functions)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dump.mo
| | | |   
| | | *   commit 4e684102c1e2c62882096601be34b90c55a2208c
| | | |\  Merge: f4a30512bb 652d7f2aa8
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 11 19:49:52 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 652d7f2aa8186447c1abf3ebfa599c50555262fe
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 11 13:57:39 2010 +0000
| | | | 
| | | |     Fix #1307
| | | |     - Allow plot, plot2, val to use der(cref) as input
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Static.mo
| | | | 
| | * | commit bc24b96633957e654c9bd578a8a33593bc8594f6
| | | | Author: Adrian Pop 
| | | | Date:   Mon Oct 11 10:40:41 2010 +0000
| | | | 
| | | |     Fixes for bugs: #1272 #1130 #1270 #1120
| | | |     - finished the expandable connectors implementation
| | | |     - added tests for expandable connectors:
| | | |       testsuite/expandable/* [many thanks to Pavol.Privitzer for providing the models]
| | | |       testsuite/libraries/msl31/Modelica.Blocks.mos [BusUsage]
| | | |       testsuite/libraries/multibody/systems/RobotR3.mos [oneAxis and fullRobot]
| | | |     - other small edits, comments and formatting.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/SCodeUtil.mo
| | | | 
| | | * commit f4a30512bb5e786deeca7924d81831e1e789c81b
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 11 15:27:11 2010 +0000
| | | | 
| | | |     - Changed the polymorphism implementation a bit more
| | | |       - We now use a new function Types.subtypePolymorphic that does polymorphic bindings if the expected type contains any polymorphism
| | | |       - Now, we can't try to convert an expression while solving the system of polymorphic types
| | | |       - Added an error message if we can't solve the polymorphic bindings (such as when we have contradicting input)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/ValuesUtil.mo
| | | |   
| | | *   commit f4c36988303f3f3e6f555578eded48d29e691afb
| | | |\  Merge: 37696909c8 bd2e2f83ed
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 11 04:01:54 2010 +0000
| | | |   
| | | |       Merging r6331 through r6334
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit bd2e2f83ed20fbef0639b70bdc1bcbc13a064f8a
| | | | Author: Adrian Pop 
| | | | Date:   Mon Oct 11 03:29:18 2010 +0000
| | | | 
| | | |     Fixes for bug: #1306
| | | |     - use CONNECT LPAR component_reference COMMA component_reference RPAR instead of
| | | |           CONNECT LPAR connect_ref         COMMA connect_ref         RPAR
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Parser/Modelica.g
| | | | 
| | * | commit 09fa0ed4395bd463bf30169645e2564f4d11573c
| | | | Author: Adrian Pop 
| | | | Date:   Mon Oct 11 00:16:37 2010 +0000
| | | | 
| | | |     - added RCS line and usage info to HashTable*
| | | |     - changed timer code to handle recursive calls more gracefully:
| | | |       see info in System.mo & systemimpl.c
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/HashTable3.mo
| | | | M	Compiler/HashTable4.mo
| | | | M	Compiler/HashTable5.mo
| | | | M	Compiler/HashTable6.mo
| | | | M	Compiler/HashTableCG.mo
| | | | M	Compiler/HashTableStringToPath.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | |   
| | | *   commit 37696909c8bd15515aceb3034945f8bbbb9633ef
| | | |\  Merge: 13a8cd2ae6 9f87adfe20
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Mon Oct 11 03:53:35 2010 +0000
| | | |   
| | | |       Merging r6327 through r6330
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 9f87adfe20c852e3221c7d03ea4e67635d6ea001
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 10 08:56:06 2010 +0000
| | | | 
| | | |     - more cache tuning
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 13a8cd2ae6d218fdc57276fb5c20c57f430b024e
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 10 21:22:48 2010 +0000
| | | | 
| | | |     - Remade polymorphic function calls: We iterate, trying to solve the variables until fixpoint is achieved
| | | |       - There might be more problems with the algorithm (some cases have probably been forgotten, and there might be problems with using Types.equivtypes with empty lists or NONE())
| | | |     - Added boxptr_stringAppend
| | | |     - Added cevalBuiltinListLength
| | | |     - Added testing of Util.getOption and Util.listMap1r to UtilTest.mos
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	c_runtime/meta_modelica_builtin.cpp
| | | | M	c_runtime/meta_modelica_builtin.h
| | | | 
| | | * commit d893d7449e86505515e67fb31047d379b667474f
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 10 08:34:12 2010 +0000
| | | | 
| | | |     - Changed Static.instantiateDaeFunction to not use print() for error messages
| | | |       - We use Error.mo instead; and we do not print error messages if another was already produced
| | | |     - If Static.instantiateDaeFunction fails, return status Util.FAILURE()
| | | |       - This disables the error message that no candidate exists (and the error lists a candidate with the same type...)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | |   
| | | *   commit cfbfbe3c4a25494bd8526c0b866be4c24f1764e6
| | | |\  Merge: c98752c728 56aa74cc1f
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sun Oct 10 06:48:31 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 56aa74cc1f714a0c1acc5ae4aa6e1db3fb773e81
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 10 05:39:14 2010 +0000
| | | | 
| | | |     - Improved MetaModelica error messages by performing the conversion to list() when elaborating an array
| | | |       - This is only performed if MetaModelica grammar is specified and the type cannot be a Modelica array (only boxed types)
| | | |       - Added a debug flag +d=rml which will improve the error messages even further by also transforming arrays of basic types into lists
| | | |     - Bugfix Types.isBoxed: T_METARECORD was previously missing
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | * | commit 1f55acc0ffa1cbf5d3b98b9e8e0240708b975785
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 10 04:29:22 2010 +0000
| | | | 
| | | |     - faster instantiation of enums by more tuning of the inst cache preconditions in
| | | |       Inst.prefixEqualUnlessEnum. Modelica.Electrical.Digital is about 1-1.5 minutes faster.
| | | |     - renamed some of the SCode restrictions to full name INT->INTEGER, BOOL->BOOLEAN, etc.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/ClassInf.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SCodeUtil.mo
| | | |   
| | | *   commit c98752c7287a7744fb5050e1df201388d96c508d
| | | |\  Merge: 20aa6eefba 30548eb903
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sat Oct 9 15:04:02 2010 +0000
| | | |   
| | | |       Merging r6322 through r6323
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 30548eb903fdd4ca390306be7c014cb01319d185
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 9 15:01:29 2010 +0000
| | | | 
| | | |     Fix bug #1303
| | | |     - Bugfix for Inst.checkRecursiveDefinition
| | | |       - We now check if the class we looked up is the same as the actual class, instead of just comparing the last identifier (this should also successfully guard against renaming imports/etc)
| | | |       - Added testcase NotDependsRecursive.mo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | |   
| | | *   commit 20aa6eefbaa16570c6161e30e84ca73134d35c8a
| | | |\  Merge: d4ee0fd7b8 e45d521dcf
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Sat Oct 9 06:21:28 2010 +0000
| | | |   
| | | |       Merging r6317 through r6321
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit e45d521dcf21f40e77c2e28b37c805974ea4f9a9
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 8 23:58:42 2010 +0000
| | | | 
| | | |     Fixes for bugs: #1304 #1305
| | | |     - implemented setting of array bindings in functions
| | | |     - implemented String(x, format="str"); where x can be any of integer, string, real
| | | |     - rem is now translated to mod_real or mod_integer depending on the type of first argument
| | | |     - fixed handling of external functions with *no return* arguments, i.e. Modelica.Utilities.Streams.print
| | | |     - handle case DAE.STMT_NORETCALL in DAEDump.mo
| | | |     - added testsuite/mosfiles/Random.mo
| | | |             testsuite/mosfiles/Random.mo
| | | |       to test these things and more.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | M	c_runtime/modelica.h
| | | | M	c_runtime/modelica_string.c
| | | | M	c_runtime/modelica_string.h
| | | | M	c_runtime/utility.c
| | | | M	c_runtime/utility.h
| | | | 
| | | * commit d4ee0fd7b81d15044a0e1bcee90b144ab813b0a7
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 9 06:14:09 2010 +0000
| | | | 
| | | |     - Updated unparseType, so error messages are shorter and easier to read
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 49db1bd5f1f5754c728c5f54457799a919b0e5d0
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 8 19:48:13 2010 +0000
| | | | 
| | | |     - Fix some functions in Dump.mo for bootstrapping
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Dump.mo
| | | |   
| | | *   commit 6c517a05794c89947d18861d1d872ca1593a0476
| | | |\  Merge: 4e21b07223 90a9e36b67
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 8 19:29:05 2010 +0000
| | | |   
| | | |       Merging r6302 through r6316
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit 90a9e36b674c562e5d9f5ea565031e38dfc770d6
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 8 19:26:23 2010 +0000
| | | | 
| | | |     - Fix bug in System.trim (becomes a 1-char long string with random memory when called on a string with length 1)
| | | |       - Fixes the randomly failing EventIteration testcase
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | * | commit 3760c8057a3e3589ef2eb31d3ce8717a40571379
| | | | Author: Daniel Hedberg 
| | | | Date:   Fri Oct 8 15:40:15 2010 +0000
| | | | 
| | | |     - Added an option to checkExamplePackages, making it possible to specify a list of excluded classes. This is used by MathCore.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 4e21b07223977f4dacdeb892869eb94ebbf0ece1
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 8 17:11:20 2010 +0000
| | | | 
| | | |     - Fix some issues by not adding aliased functions to the cache
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Env.mo
| | | | 
| | | * commit 09af3e74f776af7f3dc9722655f406555405968d
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 8 14:47:14 2010 +0000
| | | | 
| | | |     - Fixed instantiation of (some) derivative annotations
| | | |       - Basically only multibody left to fix
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 0d9fbdf925d0a3b7b83b241c57cf6cc16d666807
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 8 12:54:44 2010 +0000
| | | | 
| | | |     - Fixed record constructors; updated testcases that now show more functions than previously
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Lookup.mo
| | | |   
| | | *   commit b7bae558fc12fbbff60836ce9f0a028da66d7ab3
| | | |\  Merge: f07dd75a75 cb113add9f
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Fri Oct 8 11:01:50 2010 +0000
| | | |   
| | | |       Merging r6296 through r6301
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit cb113add9fabacd348a9d07ee00fb06217e82b2c
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 8 04:30:42 2010 +0000
| | | | 
| | | |     Fixes for BUG: #1071
| | | |     - allow different type names for components if they
| | | |       lead to the same class but issue a warning about it
| | | |     - add source message to the duplicate component warnings and errors
| | | |     - nicer printing of component in SCode.unparseElementStr
| | | |     - nicer display of the error/warning message
| | | |     - added more tests and updated the old
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SCode.mo
| | | | 
| | * | commit 895685c36929170a0130fba840bcc3e62247a3d3
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 8 00:15:02 2010 +0000
| | | | 
| | | |     Fixes for bug: #1234
| | | |     - handling Absyn.UNQUAL_IMPORT in InstExtends.mo fixes the 1234 bug.
| | | |     - check earlier in Inst.mo if Type name equals Comp name in Inst.addComponentsToEnv.
| | | |       this will get us a warning before running into lookup errors so the user has some
| | | |       idea what the real problem is.
| | | |     - add source location to the warning above.
| | | |     - changed System.mo so that System.strcmp returns only -1, 0, +1 so we can patter match on it directly
| | | |       used in Lookup to get more deterministic code.
| | | |     - added warning for updating the environment with a different kind of item
| | | |       than is already there VAR vs. CLASS. Disabled for now, see more info in the code.
| | | |     - other minor edits.
| | | |     
| | | |     - changed tests that are different due to addition of source location.
| | | |     - added further tests for BioChem library: BiochemModels.mos
| | | |     - changed BioChem/Examples/package.mo to get rid of the errors
| | | |       due to component name is equal with type name.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstExtends.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/runtime/errorext.cpp
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | * | commit 7e5d06a6656c452dcd10c82e799cd526a4855147
| | | | Author: Adrian Pop 
| | | | Date:   Thu Oct 7 05:12:37 2010 +0000
| | | | 
| | | |     Fixes for bugs: #1129 #1122
| | | |     
| | | |     - Exp.crefPrefixOf did not handle the case:
| | | |       a.b.c is a prefix of a.b.c[1] when it should!
| | | |     - because of the miss in Exp.crefPrefixOf the
| | | |       unconnected flow components generated equations
| | | |       even if they belonged to deleted components!
| | | |     - Now the models in:
| | | |       testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos
| | | |       testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos
| | | |       are balanced, except for:
| | | |       Modelica.Electrical.Machines.Examples.SMEE_Generator has 503 equation(s) and 501 variable(s)
| | | |       which is a bit better as before it had: 509 eqs/501 vars.
| | | |     - Exp.crefPrefixOf is now faster (reduces the testsuite run by about 5 minutes!)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit f07dd75a75549e97d07748149daf792ebeee0013
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 8 10:46:12 2010 +0000
| | | | 
| | | |     - Changes to function instantation are now almost working
| | | |       - There is a problem with record constructors (the added type is not the RECORD_CONSTRUCTOR function)
| | | |       - Derivative annotations are not handled properly yet
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ConnectUtil.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/Convert.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Debug.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/InnerOuter.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/InstSection.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.in
| | | | M	Compiler/MetaUtil.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/PartFn.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/VarTransform.mo
| | | |   
| | | *   commit 44e8d013ddafe6be7ab1b3de67f959f87f9c2455
| | | |\  Merge: 526b6ad7d2 e22cd43004
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 6 17:12:32 2010 +0000
| | | |   
| | | |       - Merging
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | * | commit e22cd430046705b3a783b81cb3993b74eaa94434
| | | | Author: Per Östlund 
| | | | Date:   Wed Oct 6 14:41:10 2010 +0000
| | | | 
| | | |     Fix for bug #1262:
| | | |     - Add generation of initialization for local variables in functions.
| | | |     - This also causes default values on output variables to work.
| | | |     - Added test case mosfiles/LocalVariableInit.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/SimCodeC.mo
| | | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | | 
| | * | commit 984ad37c1fa33aebeb6d6f351417fb844fa84ff4
| | | | Author: Daniel Hedberg 
| | | | Date:   Wed Oct 6 14:35:36 2010 +0000
| | | | 
| | | |     Minor change with regards to enumerations.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEUtil.mo
| | | | 
| | | * commit 526b6ad7d2ac2d2386ad291422ccfb94fa49139c
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 6 17:09:59 2010 +0000
| | | | 
| | | |     - Changed DAE.FunctionTree to a map->Option instead of Function
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEDump.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEUtil.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Inline.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SimCode.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/VarTransform.mo
| | | |   
| | | *   commit 54a01a7bd38d40ff8257f7d4a8d9b8aeb7f4b435
| | | |\  Merge: f13fdf3d65 78247fede3
| | | |/  Author: Martin Sjölund 
| | |/|   Date:   Wed Oct 6 14:22:24 2010 +0000
| | | |   
| | | |       $ svn merge https://www.openmodelica.org/svn/OpenModelica/trunk  .
| | | |       Merging r6287 through r6291 into '.'
| | | |       
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit f13fdf3d65bfb4a55f91a84667454b64256f7482
| | |/  Author: Martin Sjölund 
| | |   Date:   Wed Oct 6 14:12:12 2010 +0000
| | |   
| | |       - Refactoring: Moved DAE.FUNCTION and DAE.RECORD_CONSTRUCTOR from DAE.Element to DAE.Function
| | |         - This simplified a lot of code in the compiler; the elements were usually filtered to either contain functions or non-functions
| | |       
| | |       
| | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | |   
| | |   M	Compiler/CevalScript.mo
| | |   M	Compiler/ConnectionGraph.mo
| | |   M	Compiler/DAE.mo
| | |   M	Compiler/DAEDump.mo
| | |   M	Compiler/DAELow.mo
| | |   M	Compiler/DAEUtil.mo
| | |   M	Compiler/Derive.mo
| | |   M	Compiler/Inline.mo
| | |   M	Compiler/Inst.mo
| | |   M	Compiler/InstSection.mo
| | |   M	Compiler/Lookup.mo
| | |   M	Compiler/Main.mo
| | |   M	Compiler/ModUtil.mo
| | |   M	Compiler/PartFn.mo
| | |   M	Compiler/SCode.mo
| | |   M	Compiler/SimCode.mo
| | |   M	Compiler/Static.mo
| | |   M	Compiler/VarTransform.mo
| | |   M	Compiler/XMLDump.mo
| | | 
| | * commit 78247fede36d748fba60bae8aa04d19daa0fdf5f
| | | Author: Per Östlund 
| | | Date:   Tue Oct 5 11:01:30 2010 +0000
| | | 
| | |     Fixes for bug #1134:
| | |     - Fixed constant evaluation of String(enumeration literal).
| | |     - Implemented minimumLength and leftJustified when constant evaluation String().
| | |     - Removed significantDigits from *_to_modelica_string function in runtime except
| | |       for real, because real is the only one that supports significantDigits.
| | |     - Updated test cases that use String().
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | 
| | * commit 2f556d20c53f08fffb02635b2265cfec71e09fb8
| | | Author: Per Östlund 
| | | Date:   Tue Oct 5 09:19:48 2010 +0000
| | | 
| | |     Fix for bug #1189:
| | |     - Implemented nested when detection for equation sections.
| | |     - Added test case mofiles/WhenNestedEquation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstSection.mo
| | | 
| | * commit 97cccc95bcfb25d52c2263e39b626b00ee1780ad
| | | Author: Per Östlund 
| | | Date:   Tue Oct 5 07:36:01 2010 +0000
| | | 
| | |     Fix for bug #1040:
| | |     - Added new record to DAE.Const, DAE.C_UNKNOWN, which is used for component
| | |       binding with unknown variability.
| | |     - Rewrote Static.elabBuiltinFill to use DAE.C_UNKNOWN when checkModel is used
| | |       and fill couldn't be expanded.
| | |     - Added test case mosfiles-nosim/ModifierVariabilityError.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit a8e9a9180b3cc5b8d30357f0a69fb0064e5dd373
| | | Author: Adrian Pop 
| | | Date:   Tue Oct 5 04:02:21 2010 +0000
| | | 
| | |     - well, seems that adding \\\n didn't fix it, use just && directly without a space.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit 86a52cade64ff34c7e3af84f8d2710dcffe300b1
| | | Author: Adrian Pop 
| | | Date:   Mon Oct 4 21:47:52 2010 +0000
| | | 
| | |     - do not overwrite the output of pushd so we can catch more errors.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 182027f59a7afc9627f14b6a84bc0fe86d2771b1
| | | Author: Adrian Pop 
| | | Date:   Mon Oct 4 21:29:20 2010 +0000
| | | 
| | |     - remove the space at the end of OPENMODELICAHOME in:
| | |       set OPENMODELICAHOME="..." && ...
| | |       by adding a \\\n after the last "
| | |     - any of the OpenModelica nightly-builds done since
| | |       this space appeared are not able to compile any models
| | |       if OMDev is not present. Doh!
| | |     - many thanks to Carlos Antunes [ cmantunes  nowthor  com ]
| | |       for pointing this out!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit ac6d9d654d5af862537cc2e742b6de81e64d3323
| | | Author: Daniel Hedberg 
| | | Date:   Mon Oct 4 13:34:05 2010 +0000
| | | 
| | |     - Updated grammar to allow Code( () ), i.e., expressions with surrounding parentheses. Before, anything inside Code() starting with a parenthesis was assumed to be a modification.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 192ac5fb1e304fca2bcee54665ff060a7abf2b79
| | | Author: Per Östlund 
| | | Date:   Mon Oct 4 10:47:42 2010 +0000
| | | 
| | |     Fixes for bug #1040:
| | |     - Added optional scope information to Env.Frame, so that it's possible to see if
| | |       the current scope is a function or not. This is needed for bug 1040.
| | |     - This means that we can now check if we're inside a function or not in
| | |       Static.warnUnsafeRelations, so that we don't print a warning about == and !=
| | |       inside of a function.
| | |     - Added new function Env.newEnvironment to create a new empty environment, and
| | |       made Env.newFrame protected, since newFrame was only used to create empty
| | |       environments anyway.
| | |     - Extended Env.newFrame to set name and type of the new frame.
| | |     - Updated test case libraries/msl31/Modelica.Math, since the erronous warnings
| | |       about == on Reals are no longer issued.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Dependency.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 583ec4f4f4fe07ec3c2fd5f09cb0e5b4bd6bbe7e
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 1 14:59:50 2010 +0000
| | | 
| | |     - Remove all (match) equations of the kind "x = x"; these are generated by match x case x ...
| | |       - Since Modelica disallows assignment of input variables, it's a good idea to remove these assignments (when we enforce this property; we either need to enforce it or change the matchcontinue implementation to first copy all inputs)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 6f5c9073a4a1a06a859100c267371540ce4c1d39
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 1 01:57:04 2010 +0000
| | | 
| | |     - reversing the reverse as now it seems the libs are added in the proper order to the makefile.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit fe2e16919afe26854becb08294fe5048455be6f6
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 30 15:15:20 2010 +0000
| | | 
| | |     - Rewrote a few functions in the C runtime to take constant strings as input instead of strings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/read_write.c
| | | 
| | * commit 523304e9e08ed077d32878c8aebfc70362f592f6
| | | Author: Alexey Lebedev 
| | | Date:   Thu Sep 30 14:08:53 2010 +0000
| | | 
| | |     Fix for bug #1040:
| | |     Further fix for bug 1040
| | |     https://openmodelica.org:8443/cb/issue/1040
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit c5c49077faa7cd2d1bb696e001a16b3b5023f44a
| | | Author: Per Östlund 
| | | Date:   Thu Sep 30 12:22:22 2010 +0000
| | | 
| | |     Fix for bug #1207:
| | |     - Fixed so that iterators in for loops get correct type when the range is of
| | |       enumeration type.
| | |     - Added test case mofiles/ForIteratorType and updated mofiles/Enum7.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstSection.mo
| | | 
| | * commit 43532e8dd0c39487528a3ac438158da44eed88fa
| | | Author: Per Östlund 
| | | Date:   Thu Sep 30 11:25:50 2010 +0000
| | | 
| | |     - Speed up arrays of enumeration variables by relaxing the criteria for finding
| | |       matches in the cache for enumerations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit e2be88a50246e843e32a86f2b2b367edee9e82e7
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 30 10:17:53 2010 +0000
| | | 
| | |     - Enable error messages for cevalCallFunction again
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Error.mo
| | | 
| | * commit a895033f5c80208814331e6e5f87ae42affb33dc
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 30 07:34:08 2010 +0000
| | | 
| | |     - Check if SimCode is trying to generate code to dynamically load a function that takes a function pointer as input
| | |       - This is an error (the runtime doesn't support it), and a testcase has been added for the error message
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 88007929d9edf1eeab13a00ffe4deb21ec29fb10
| | | Author: Adrian Pop 
| | | Date:   Thu Sep 30 05:10:40 2010 +0000
| | | 
| | |     Final fixes for task: #1268
| | |     - now the user can select in GraphViz lefty which connect edge to break.
| | |     - the selected edge is passed to OpenModelica breaking algorithm as a guide.
| | |     - this all happens in an interactive loop until the user is satisfied.
| | |     - heavy tailor of openmodelica.lefty to:
| | |       + not be able to break branches
| | |       + easier and targeted menus
| | |       + complete help text.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/scripts/openmodelica.lefty
| | | 
| | * commit 0856bb51edb2c04e39edec36a343accd0628cbfe
| | | Author: Adrian Pop 
| | | Date:   Thu Sep 30 01:39:18 2010 +0000
| | | 
| | |     Partial fixes for task: #1268
| | |     - minor typo fix.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | 
| | * commit 3221dfeeb91fd4f87baa98264c8cef50558a8004
| | | Author: Adrian Pop 
| | | Date:   Wed Sep 29 23:36:04 2010 +0000
| | | 
| | |     Partial fixes for task: #1268
| | |     - implemented means to display the overconstrained connection
| | |       graph to the user so that he can decide which connect to break.
| | |     - added flags:
| | |       +d=cgraphGraphVizShow
| | |       use this to generate the overconstrained connection graph as GraphViz file
| | |       and display it with GraphViz lefty. You will need to have lefty[.exe] in the PATH
| | |       +d=cgraphGraphVizFile
| | |       this flag will only generate a GraphViz file Model.gv
| | |     - still left to do: handle the user input and order the connects so that the edge
| | |       given by the user is handled last and will be broken
| | |     - added Compiler/scripts/openmodelica.lefty which is an adaptation of dotty.lefty
| | |       for GraphViz. Copy this file into share/omc/scripts on build.
| | |     - moved Inst.selectList to Util.selectList.
| | |     - more explanation to System.writeFile, what is file name and what is data.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Makefile.in
| | | M	Compiler/System.mo
| | | M	Compiler/Util.mo
| | | A	Compiler/scripts/openmodelica.lefty
| | | 
| | * commit cc7b6ecc9d8af97cdbdff12a87f7876a1ca76fc7
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 29 16:05:08 2010 +0000
| | | 
| | |     - Changed SimCode structure slightly:
| | |       - When elaborating functions, we collect the includes and libs
| | |       - This avoids duplicate includes, which were previosuly not collected. It also does more things in a single pass
| | |       - We also only generate the in-function for the "main" function (we could also generate a main() function for this one if the inputs were list or void)
| | |       - The testsuite should be slightly faster as GCC will only have to compile roughly half as many functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit ac82016d2022fae37a4367c5d56c64f30288c830
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 28 23:00:28 2010 +0000
| | | 
| | |     Fixes for bugs: #1244 #1295
| | |     - More information is now printed when we can't find an outer for an inner:
| | |       The inner components that were found until we instantiate outer are listed
| | |       so the user can find out if he didn't misspelled the name of the outer:
| | |       Example:
| | |       Warning: Variable particleEffect1.particleEffect2:
| | |       No corresponding 'inner' declaration found for component
| | |          particleEffect1.particleEffect2.updateVisualization2 declared as 'outer '.
| | |       The existing 'inner' components are:
| | |         MyPackage.UpdateVisualization updateVisualization; defined in scope:
| | |            MyPackage.Examples.Effects.ParticleEffect. Referenced by 'outer' components:
| | |            {particleEffect1.updateVisualization}
| | |         MyPackage.UpdateVisualization particleEffect1.updateVisualization; defined in scope:
| | |            MyPackage.Effects.ParticleEffect1.
| | |       Check if you have not misspelled the 'outer' component name.
| | |       Please declare an 'inner' component with the same name in the top scope.
| | |       Continuing flattening by only considering the 'outer' component declaration.
| | |     
| | |     - Fixes for detecting overlapping array modifications and overlapping named modifications.
| | |       Also added more tests for these
| | |        testsuite/mofiles/ArrayModification13.mo
| | |        testsuite/mofiles/ArrayModification14.mo
| | |        testsuite/mofiles/Modification15.mo
| | |        testsuite/mofiles/ArrayModification12.mo (was wrong, now I fixed it and add it to the testsuite)
| | |       The compiler just warns that there are overlapping modifications and tells the user which ones
| | |       are used and which ones are discarded. Before the compiler didn't say anything, it just took the
| | |       first named modification encountered and also didn't report any problems with overlapping array
| | |       modifications.
| | |     - When failing to lookup index modification in instArray and error is printed instead of just
| | |       failing without any error messages.
| | |     
| | |     - Modified some of the tests due to changes in error messages
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit fee787aa9aab6eed97afc921ed1bc9d93e52bbbb
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 28 16:11:53 2010 +0000
| | | 
| | |     Fixes for #1296
| | |     - Moved the generation of pattern-matching equals equation to instStatement, since RML allows pattern matching here as well
| | |       - lhs := rhs is translated into:
| | |         _ := match ()
| | |           local vars // list of temporary vars
| | |           case ()
| | |             equation
| | |               vars = rhs;
| | |               match vars
| | |                 case lhs /* lhs becomes bound here */ then ();
| | |               end match;
| | |             then ()
| | |         end match;
| | |       - Error messages for this are probably pretty bad...
| | |       - Note that you can now write "3 := 1+2" in an algorithm section if MetaModelica grammar is enabled (just like in RML)
| | |     - Added testcase meta/AlgPatternm.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstSection.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 111670d5097d646ae7b82929f929955651c91cce
| | | Author: Jens Frenkel 
| | | Date:   Tue Sep 28 15:13:22 2010 +0000
| | | 
| | |     - avoid Warnings
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/real_array.c
| | | M	c_runtime/string_array.c
| | | 
| | * commit 5d2499734de11eb3345beb15840d391ad4082ef8
| | | Author: Jens Frenkel 
| | | Date:   Tue Sep 28 13:30:30 2010 +0000
| | | 
| | |     - Bugfix Initialisation Method  leastSquare
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit f5561551d08e81d4c141d2f13b0ed01dd2d43d28
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 28 08:40:19 2010 +0000
| | | 
| | |     - Reverted part of r6231 (re-enable String pool; malloc() doesn't work to 100% when returning strings through the interactive API)
| | |       - Updated meta/UtilTest.mos (we create a much smaller list of Strings, and a large list of integers instead)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica_string.c
| | | 
| | * commit 2777dd59102bbdb02dcdbd929bdf2e850705c691
| | | Author: Per Östlund 
| | | Date:   Tue Sep 28 08:09:18 2010 +0000
| | | 
| | |     Fix for bug #1044:
| | |     - Added Util.listUnionComp, list union with a compare function.
| | |     - Made SCode.equationEqual public.
| | |     - Use list union in Inst.instClassdef2 to filter out identical equations.
| | |     - Added test case mofiles/IdenticalEquations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 6bf2ada6eeb98a131f687906a45595839d257517
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 28 07:09:07 2010 +0000
| | | 
| | |     - Propagated Absyn.Info from assignments to DFA.mo
| | |     - Add testcase meta/ErrorMatchNumOutput.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DFA.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 9bc540b365ad3d6451d22f024dfdc13653370c4c
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 28 06:36:30 2010 +0000
| | | 
| | |     - Implement support for match expressions that return a tuple to a single cref
| | |       - b := match () case () then (1,2); end match
| | |     - Also added error messages for when the number of actual/expected output of a match expression differ
| | |       - Testcase for this will be added when Absyn.Info is propagated for match expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DFA.mo
| | | M	Compiler/Error.mo
| | | 
| | * commit bb6a3161aa2e1ff321aaad2fc7990fae9169afe3
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 28 02:16:52 2010 +0000
| | | 
| | |     Mod.mo
| | |     - use case instead of else as the current 1.5.0 release cannot parse the file otherwise
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit f71259b323d3844f4655de76bd8f14cbb17da6a8
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 28 02:05:00 2010 +0000
| | | 
| | |     DAELow.mo, DAELow.lower2
| | |     - include source position when reporting errors
| | |     - when running checkModel ignore warnings/errors about unimplemented features in the back-end:
| | |       + initial algorithms
| | |       + initial if equations that cannot be translated to if expressions
| | |       + if equations of the form  if initial() then equations end if;
| | |       + constrain function
| | |     
| | |     DAEUtil.mo, DAEUtil.ifEqToExpr
| | |     - when running checkModel ignore warnings/errors about
| | |       + if equations of the form  if initial() then equations end if;
| | |     
| | |     Error.mo
| | |     - satisfying my alignment compulsion
| | |     
| | |     Inst.mo, Inst.elabArraydim
| | |     - when running checkModel ignore warnings/errors about
| | |       + mismatched array dimensions
| | |     - check the failtrace flag before doing unnecessary work
| | |     
| | |     testsuite/libraries/msl31/*
| | |     - modifications due to changes in error reporting while running checkModel
| | |     
| | |     Compiler/omc_frontend/Makefile.omdev.mingw
| | |     Compiler/omc_profiler/Makefile.omdev.mingw
| | |     Compiler/omc_release/Makefile.omdev.mingw
| | |     - make the executable large address aware
| | |     - give the executable 7MB of stack as is needed by:
| | |       testsuite/meta/UtilTest.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit ca866dce6f8e8cf53d48c0e012a98a2455662241
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 20:45:50 2010 +0000
| | | 
| | |     - Missing code from r6238 (allow running as root when running in testsuite mode)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit 87fb99ec653ddf7305df5f4b2328db5156603302
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 20:13:00 2010 +0000
| | | 
| | |     - Allow running as root when running in testsuite mode
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtopts.h
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit d05440a54d2d8e0ea7690a6b0af46a2bd941e324
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 15:40:57 2010 +0000
| | | 
| | |     - Fixed instantiation of derived types that are uniontypes (MetaModelica/RML uses type UT = T1.UT syntax instead of import T1.UT)
| | |     - Propagated Absyn.Info to instClassDef (better error messages)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit bd9f1afe57d7db095f405dca535f73a2892e3ea8
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 27 15:28:38 2010 +0000
| | | 
| | |     - use case instead of else as the current 1.5.0 release cannot parse Absyn.mo otherwise
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit 840986ab4059b223a221a8fe9bf9256be51e9ed9
| | | Author: Per Östlund 
| | | Date:   Mon Sep 27 13:41:04 2010 +0000
| | | 
| | |     Fixes for bug #1121:
| | |     - Removed index from DAE.ET_ENUMERATION, since it no longer needed due to
| | |       DAE.ENUM_LITERAL.
| | |     - Split the list of variables in DAE.T_ENUMERATION into one list containing
| | |       literals and one containing attributes.
| | |     - Implemented enum->Real implicit type casting.
| | |     - Fixed connect with enumeration variables.
| | |     - Fixed so that enumerations are basic types.
| | |     - Static.elabCref now takes the variables subscripts into account when
| | |       determining it's variability.
| | |     - Added utility function Util.isPrefixListComp.
| | |     - Removed testsuite/mofiles/rtestsim, since it's not used.
| | |     - Updated test cases and enabled the Modelica.Electrical.Digital tests.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit e13742e8cd62f1e0dbbcafc4584b6a84fa1ebfe0
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 09:46:43 2010 +0000
| | | 
| | |     - Static.elabCallArgs2 no longer prints error messages if it succeeds, but elaborating as record constructor fails
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit be2b13e7d5346ec7633b564172af19a01a345c69
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 08:56:14 2010 +0000
| | | 
| | |     - Added CREF_FULLYQUALIFIED to the parser (and Absyn,Static,Lookup,Dump,Exp,etc).
| | |       - This is needed to parse Modelica 3.2 properly (e.g., abc = .Modelica.x.y.fn()).
| | |     - Disabled the string pool in c_runtime/modelica_string.c
| | |       - It never free'd allocated strings anyway, so changing it to strdup is safe (but stupid)
| | |     - Updated DFA.mo to use Absyn.CREF_FULLYQUALIFIED for primitive operations such as listRest()
| | |       - Else a function named listRest that uses the listRest() primitive will become a recursive call due to going back to Absyn (Valueblock implementation limitation)
| | |     - Added testcase UtilTest.mos
| | |       - Tests Util.listIntRange2, Util.listMap1, Util.listMap and Util.listFold
| | |       - We test the actual Util.mo from the trunk, so changes to that code reflects on the testcase
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	Parser/Modelica.g
| | | M	c_runtime/modelica_string.c
| | | 
| | * commit eff1aec35d5d24dedd57a80f2ed17858c6cfa5e7
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 07:39:26 2010 +0000
| | | 
| | |     - Fix meta_modelica_builtin.cpp so that the first call always returns 0
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit b91bf95e3b7e2e3eb4573df3c85ed7204181d934
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 06:34:49 2010 +0000
| | | 
| | |     - Updated makefiles to link against sqlite3 instead of compiling it ourselves on Linux
| | |       - Updated README to cover this dependency
| | |       - Updated omdev makefiles to generate Compiler/runtime/runtime.a like Linux does (this is so Windows and Linux can link different objects in Compiler/runtime)
| | |       - Updated configure script to search for sqlite3
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Database.c
| | | M	Compiler/runtime/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit d816e0c7e56257cd6de277cf3744b00dae50bc45
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 06:04:37 2010 +0000
| | | 
| | |     - Removed antlr2 dependency from the configure script
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 969abb7ff09fdbe3694e9b8cf9dca709ecb931c6
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 27 05:54:00 2010 +0000
| | | 
| | |     - Fix compilation on Linux (database.o -> Database.o)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | 
| | * commit a7033802291461047469440aec5cc99ea3f23df5
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 27 03:01:53 2010 +0000
| | | 
| | |     Compiler/Database.mo
| | |     Compiler/runtime/Database.c
| | |     Compiler/runtime/sqlite
| | |     - a wrapper for SQlite (empty and unused for now)
| | |     
| | |     Compiler/omc_profiler/Makefile.omdev.mingw
| | |     - use large address aware
| | |     
| | |     Makefile*
| | |     - update so Database modules are compiled and linked in.
| | |     
| | |     Ceval.mo
| | |     - better trace messages in Ceval.cevalSubscriptValue
| | |     
| | |     CevalScript.mo
| | |     - filter Modelica.Media and Modelica.Fluid in
| | |       CevalScript.checkAllModelsRecursive, also output
| | |       the number of classes checked.
| | |     
| | |     DAE.mo
| | |     - added DAE.DimensionBinding to be used for future
| | |       handling of unknown dimensions (similar with type
| | |       variables and inference in functional programming)
| | |     - these changes are commented out for now
| | |     
| | |     DAEDump.mo
| | |     - handle all types of equations in DAEDump.dump2
| | |     
| | |     DAELow.mo
| | |     - use Exp.crefEqualNoStringCompare everywhere.
| | |     - minor speedups by changing listAppend({var}, lst) to var::lst.
| | |     - partially handle DAE array equations in DAELow.lowerWhenEqn2
| | |       and don't fail when checkModel is active.
| | |     - handle unknown dimensions DAE.DIM_UNKNOWN when checkModel
| | |       is active in DAELow.traversingextendArrExp by using
| | |       DAE.DIM_INTEGER(1).
| | |     
| | |     DAEUtil.mo
| | |     - better message out of DAEUtil.verifyWhenEquation
| | |     - allow DAE.NORETCALL inside when equations.
| | |     
| | |     Exp.mo
| | |     - handle enum literal in Exp.typeof
| | |     
| | |     Inst.mo
| | |     - some more comments on Inst.instClassIn_dispatch(ENUMERATION)
| | |     
| | |     InstSection.mo
| | |     - make sure we handle DAE.DIM_UNKNOWN when checkModel is active with
| | |       more care in InstSection.instArrayEquation and InstSection.expandArrayDimension
| | |       as otherwise we generate equations like 1 = 1.
| | |     
| | |     SCode.mo
| | |     - handle when equations in SCode.equationStr
| | |     
| | |     Static.mo
| | |     - minor formatting.
| | |     
| | |     Types.mo
| | |     - handle enumeration in Types.mo Types.matchWithPromote
| | |       helps a bit Modelica.Electrical.Digital
| | |     - better unparsing/printing of enumerations
| | |     
| | |     ValuesUtil.mo
| | |     - handle enumeration literals in ValuesUtil.valueIntegerMinusOne
| | |       helps with Ceval of enumeration slices.
| | |     
| | |     testsuite/mofiles/drmodelica/WhenNotValid.mo
| | |     - changes due to better error messages.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | A	Compiler/Database.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/ValuesUtil.mo
| | | A	Compiler/runtime/Database.c
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit 1a8ba8284dec31308b6fb0e77666bfbd10cb6d53
| | | Author: Martin Sjölund 
| | | Date:   Sun Sep 26 14:06:38 2010 +0000
| | | 
| | |     - Added the boxptr functions for the MetaModelica builtin Integer functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit a5bfaaa71fbe31fa5108ca1b9c635a392749a71c
| | | Author: Martin Sjölund 
| | | Date:   Sun Sep 26 13:34:43 2010 +0000
| | | 
| | |     - Updated SimCode.getCalledFunctionsInFunction to filter out function references called in valueblocks
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | 
| | * commit e74b03859a3d44cbee5a57f89b49866a82244280
| | | Author: Martin Sjölund 
| | | Date:   Sun Sep 26 09:27:25 2010 +0000
| | | 
| | |     - Changed code generation for function pointers. They now also work when you bind valueblock-local variables.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 6ff9efad3eacb85b077e7f73f85cefa53be9082f
| | | Author: Adrian Pop 
| | | Date:   Sun Sep 26 00:15:17 2010 +0000
| | | 
| | |     - clean ModelicaExternalC also when cleaning c_runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 90f8c403d8abca75092572a36725fc82992a3838
| | | Author: Adrian Pop 
| | | Date:   Sat Sep 25 23:20:34 2010 +0000
| | | 
| | |     - use intEq instead of equality
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit a6c9f4bb6d8e9b044dd7560f4b1636c62847145d
| | | Author: Adrian Pop 
| | | Date:   Sat Sep 25 23:19:35 2010 +0000
| | | 
| | |     - get rid of equality()/failure(equality())
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstSection.mo
| | | 
| | * commit 5a7990e1a40a2f56cd065f64f86bc4457c31fc09
| | | Author: Adrian Pop 
| | | Date:   Sat Sep 25 23:18:32 2010 +0000
| | | 
| | |     - use intEq instead of equality.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 39e624c40e613c641b1798b33b7c871a7782794d
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 24 11:21:50 2010 +0000
| | | 
| | |     - Added support for if-equations in match-expressions
| | |       - Added some error messages when an equation that is not valid in the context of match-expressions is found
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 4fc3e7b78d2aa4c027236744a49dfe14a5154c7a
| | | Author: Adrian Pop 
| | | Date:   Fri Sep 24 10:47:29 2010 +0000
| | | 
| | |     Fixes for #1294
| | |     - in MinGW/MSVC/Windows open the parsed file in "rt" mode
| | |       Parser/antlr-3.2/runtime/C/src/antlr3filestream.c
| | |     - in MinGW/MSVC/Windows open the written file in "wt" mode
| | |       Compiler/runtime/printimpl.c
| | |       Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit a7dfd92a1e84276310a63f6acfd75dc50f3fa3c0
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 23 19:01:02 2010 +0000
| | | 
| | |     - Guard parser/ParseModel files from svn-eol-style script
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 4efbb1ad0972a1c90a893d0a8b6554ce4f4583ae
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 23 16:25:25 2010 +0000
| | | 
| | |     - Fixed else for match expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DFA.mo
| | | M	Compiler/Patternm.mo
| | | 
| | * commit d73eb8176c4fa8787e34936b96215d2c6d3e4504
| | | Author: Alexey Lebedev 
| | | Date:   Thu Sep 23 14:06:48 2010 +0000
| | | 
| | |     Added a check whether component's name is the same as its type specifier. Modified the testsuite correspondingly. Added a couple more test cases.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit 6b970d415564320e5afdba608e28ddf220fd0729
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 23 10:03:52 2010 +0000
| | | 
| | |     - Disable LossyGearDemo1 testcase (spins until memory runs out)
| | |     - Fix refactorGraphAnn2.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | 
| | * commit e328561b699164a93926543881a255a0a750c92b
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 23 09:23:47 2010 +0000
| | | 
| | |     - More int/modelica_integer fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit aeaf75985fdeb31896783388b688b404cbaab06b
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 23 07:51:41 2010 +0000
| | | 
| | |     - Changed int, unsigned char in the simulation runtime to modelica_integer, modelica_boolean
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 4266afff8d9a25a8991e242b2c09ff10311d32d6
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 23 06:39:39 2010 +0000
| | | 
| | |     - Fix compilation of errorext.cpp (rml-trunk mk_scon doesn't accept const char*)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 793269b5e45a717b8f1ad4e505b9510f2e52f2a8
| | | Author: Adrian Pop 
| | | Date:   Thu Sep 23 01:04:00 2010 +0000
| | | 
| | |     - Fixes for bug #1285 #1286
| | |     
| | |     ErrorExt.mo
| | |     - added ErrorExt.isTopCheckpoint to ErrorExt.mo and errorext.cpp
| | |       + used in Inst.mo to check if we should rollback or not.
| | |     
| | |     Inst.mo
| | |     - moved the case for basic type instantiation from Inst.instClassdef2
| | |       into its own function: Inst.instClassdefBasicType and added
| | |       checkpoint/rollback to it to get rid of the "wrong errors/warnings"
| | |       due to instantiation as a basic type.
| | |     - replaced equality(x = y)/failure(equality(x = y)) with
| | |       true = stringEqual(x, y) respectively false = stringEqual(x, y)
| | |     - propagated prefix to more functions
| | |     - added Inst.checkExtendsForTypeRestiction to check for extends
| | |       restrictions in Modelica 3.1, but is unused for now as it will
| | |       get rid of some of the error reporting.
| | |     
| | |     InstExtends.mo
| | |     - propagated prefix to more functions
| | |     - propagate the final prefix to the component modifier.
| | |     - the problem with InstExtends.mo is that when we only copy
| | |       the classes/components from an extends clause we loose the
| | |       scope information and the errors become less localized:
| | |       For example, see the changes in
| | |        testsuite/mosfiles-nosim/FinalTests.mos
| | |       We should fix this by propagating more information inside
| | |       the modifiers (i.e. the scope where they were created).
| | |     
| | |     Lookup.mo
| | |     - small changes due to propagation of prefix to more functions
| | |     
| | |     System.mo
| | |     - added System.refEqual to check for reference (pointer) equality
| | |     
| | |     Exp.mo
| | |     - the current Exp.crefEqual was moved to Exp.crefEqualStringCompare
| | |       to be easier to switch between crefEqual with/without string comparison
| | |     - checks for pointer equality via Static.equalCref in some of the
| | |       object comparison functions.
| | |     
| | |     SCode.mo
| | |     - SCode.printClassdefStr now handles ALL alternatives
| | |       and has better printing of enumerations
| | |     
| | |     ConnectionGraph.mo
| | |     - small documentation update
| | |     - use Exp.crefEqualNoStringCompare instead of Exp.crefEqual
| | |     
| | |     Compiler/omc_release/Makefile.omdev.mingw
| | |     - make omc.exe Large Address Aware via -Wl,-large-address-aware flag
| | |     - this will give omc the possibility of allocating more memory
| | |     
| | |     testsuite/dependency
| | |     - added tests for +d=usedep so at least we know when we break them
| | |       because MathCore uses the dependency all the time.
| | |     - also tests fixes of bug 1286.
| | |     
| | |     testsuite/mofiles/InnerOuterWithExtends.mo
| | |     - tests for bug 1285 (this one)
| | |     
| | |     testsuite/libraries/msl221/OneWayRectifierBG.mos
| | |     testsuite/libraries/msl221/TestNand.mos
| | |     testsuite/mosfiles-nosim/interactive_api_attributes.mos
| | |     - these tests are different now when we suppress the errors/warnings
| | |       from instantiation as basic type.
| | |     - the tests are more correct now as for example in OneWayRectifierBG
| | |       we had a warning that parameter does not have a default value *even*
| | |       if it *does* (well, a recursive one, but still it does).
| | |     - in TestNand.mos the warning about the use of == on reals is gone but
| | |       anyway is used in an algorithm, so it had no value.
| | |     - in interactive_api_attributes.mos the "inner" warning is gone now
| | |       and it should be.
| | |     testsuite/mosfiles-nosim/FinalTests.mos
| | |     - this test produces less errors which in this case is a bit bad
| | |       as the missing error messages pointed you in the right direction.
| | |     - however, these error messages were generated while we tried to
| | |       instantiate the class as a basic type (which was wrong anyway).
| | |     - we should fix this test by adding source information (the scope/prefix)
| | |       to modifiers and then when we try to merge them (final vs. modification)
| | |       we can output this information.
| | |     
| | |     testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos
| | |     - fixes for loading of ModelicaServices
| | |     - also check that the instantiation of
| | |        Modelica.Mechanics.MultiBody.Visualizers.Advanced.Shape
| | |       works.
| | |     
| | |     testsuite/libraries/multibody/elementary/RollingWheel.mos
| | |     - small equation migration due to changes in sorting of
| | |       inner/outer.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit ba950503a653269c010b6c5da5ff202dbfd5176d
| | | Author: Adrian Pop 
| | | Date:   Wed Sep 22 23:23:37 2010 +0000
| | | 
| | |     - fixes so we can compile with MinGW GCC 4.5 also.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 497b34318ed884588a633748d169fc24e2456960
| | | Author: Adrian Pop 
| | | Date:   Wed Sep 22 23:22:13 2010 +0000
| | | 
| | |     - got rid of an unnecessary stringAppend.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | 
| | * commit 53ec55249ff2675aa9e14568cadf15b86e12b659
| | | Author: Adrian Pop 
| | | Date:   Wed Sep 22 22:09:04 2010 +0000
| | | 
| | |     Fixes for #1294
| | |     - System.writeFile and Print.writeBuf now open the file in *binary* mode with "wb".
| | |       Otherwise, if you open the file with "w" it opens it in text mode and when you
| | |       write \r\n into the file it writes \r\r\n because \n on Windows is \r\n!
| | |     - added testsuite/parser/ParseModel.mos to test that Parse-Write-Parse cycle works.
| | |     
| | |     - maybe we should also force stdout and stderr to be opened in *binary* mode because
| | |       they are opened in text mode by default which means that writing \r\n to them
| | |       will write \r\r\n. Something like: setmode(fileno(stdout), O_BINARY);
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Parser/BaseModelica_Lexer.g
| | | 
| | * commit 20672528f66cfa1625be1bd08408751b98c52bd7
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 22 18:53:34 2010 +0000
| | | 
| | |     - Fix for ModelicaExternalC
| | |       - Compile with "-Dstatic=", to remove static keywords everywhere.
| | |         - Static functions are not exported, but all functions were declared static.
| | |       - Compile with -D_POSIX_ so OSX works
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/Makefile.in
| | | 
| | * commit a5b8be45445f4946eea08ad03aa8dd29ada536b2
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 22 16:07:42 2010 +0000
| | | 
| | |     - Added /libraries - a common place for the Modelica libraries we test OpenModelica against
| | |       - It is possible to switch between Modelica versions using the following environments:
| | |         - OPENMODELICALIBRARY=/libraries/msl221:/libraries/common
| | |         - OPENMODELICALIBRARY=/libraries/msl31:/libraries/common
| | |         - (Separate with ; on Windows platforms)
| | |     - Moved /libraries/testsuite/libraries/ ... msl221 msl31 BioChem to /libraries
| | |       - Added ModelicaAdditions, SimpleFluid to /libraries
| | |     - Updated testcases to reflect these changes (testcases that load MSL now use loadModel)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 0e2dcee03ee24fb995222256bf4cef3ad9e22f33
| | | Author: Willi Braun 
| | | Date:   Wed Sep 22 16:02:03 2010 +0000
| | | 
| | |     Correct small error for revision 6177
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit d20f9f9ebf17db3668e01a189a81253a51f19008
| | | Author: Willi Braun 
| | | Date:   Wed Sep 22 15:47:12 2010 +0000
| | | 
| | |     Fixed memory error in initialitation after rev6171
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit 9cdf03684c8d129ca04ddcc28dad65ecd1cf031a
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 22 14:32:41 2010 +0000
| | | 
| | |     - Fix compilation on Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | 
| | * commit cdac4a0bd5463cd58183fe2d21c2473cc3471d41
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 22 14:22:00 2010 +0000
| | | 
| | |     Fix #1294
| | |     - In the parser, we replace CRLF with LF in Windows. This is because fprint("\r\n") in MinGW is CRCRLF.
| | |       - This is performed as backpatching because you can't set the text of a fragment rule (the STRING_GUTS is just the start/stop index in the instream). The alternative would be to lex strings by hand (including exception handling/error messages)
| | |       - In Linux/OSX, the backpatching is not performed, since this issue is not present there
| | |     - NO testcase was added for this because rtest ignores whitespace
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | 
| | * commit dae6b64efc1ecfd9e09b53f965a89202d8caef8a
| | | Author: Per Östlund 
| | | Date:   Wed Sep 22 12:03:47 2010 +0000
| | | 
| | |     Fix for bug #1133:
| | |     - Added support for reinit in DAELow.lowerStatementInputsOutputs.
| | |     - Added test case libraries/msl31/Modelica.Mechanics.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodeC.mo
| | | 
| | * commit d7d5b8d01d3dcdb5153d75f12b955b3d4a7416ed
| | | Author: Willi Braun 
| | | Date:   Wed Sep 22 10:29:51 2010 +0000
| | | 
| | |     - Added support for Boolean and Integer Variables in c_runtime
| | |       - simulation_result changed only for plt output
| | |     
| | |     - Fixed some minor bugs in the EventHandling (reinit, helpvars, zeroCrossing check)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 2592cea0fae806e7c3292be800783f2e6dcc2e90
| | | Author: Per Östlund 
| | | Date:   Wed Sep 22 09:43:40 2010 +0000
| | | 
| | |     Partial fix for bug #1287:
| | |     - Fixed code generation for algorithm with single output variable.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstSection.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 73b669dd34988573293b9f6b142794116ab632bc
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 22 09:22:40 2010 +0000
| | | 
| | |     - Added support for parsing class Code
| | |       - cref's can't use the CODE token due to parsing conflicts with expressions, but the MSL 3.2 beta now parses
| | |       - Added testcase parser/Code.mo to test this as it's not needed to add the whole MSL 3.2 to the repository yet
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 55777f9785089c747f23849e89d75f12382ee316
| | | Author: Jens Frenkel 
| | | Date:   Tue Sep 21 22:35:51 2010 +0000
| | | 
| | |     - update RedesignBackendOMC.doc
| | |     - Util.mo
| | |       - add listMapFlat and listMapFlat1, this is the same as listMap and listFlatten, but with less memory consumption
| | |     - DAELow.mo and Algorithm.mo
| | |       - add functions to traverse all expressions of an DAELow object/ algorithm
| | |     - SimCode.mo
| | |       - reimplement extractDelayedExpressions with less memory cunsumption and speedup
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 4cbdfa8b02728b350c3672914803009594bb6386
| | | Author: Per Östlund 
| | | Date:   Tue Sep 21 15:09:24 2010 +0000
| | | 
| | |     Fix for bug #1286:
| | |     - Added error message for modifier type errors.
| | |     - Added test case mofiles/ModifierTypeError.
| | |     - Fixed some error messages in InstSection, and updated some tests to reflect
| | |       these fixes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstSection.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 9084ca439396a31d7f94f427b63c2e03cef95ce9
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 21 14:20:01 2010 +0000
| | | 
| | |     - Added new module InstSection.mo. It handles instantiation of algorithm and equation sections (including connect-equations)
| | |       - The split is rather well defined (for loops sometimes need to declare a new loop variable, so it still needs to import Inst)
| | |       - Combined compilation time is the same (split 67/33)
| | |       - ~40 seconds faster to compile omcd with a single-line change in Inst.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | A	Compiler/InstSection.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/dynload_try.cpp
| | | 
| | * commit 6c30f41471a71fa45ca562e1b5988ada010a2a55
| | | Author: Daniel Hedberg 
| | | Date:   Tue Sep 21 12:25:44 2010 +0000
| | | 
| | |     Added dynload_try.obj to VC makefile.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.vc
| | | 
| | * commit 42ed1b83be36e2b6a559026650d77dd4e20452e4
| | | Author: Per Östlund 
| | | Date:   Tue Sep 21 12:05:28 2010 +0000
| | | 
| | |     Fixes for bug #1272:
| | |     - Fixed checkModel of for-loop with unbound parameter range.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit fd225f2fa383cadaef98cb45865b460dc9a26682
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 21 10:34:58 2010 +0000
| | | 
| | |     - Fix svn-eol-style on Makefiles
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/Makefile
| | | M	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Makefile.in
| | | 
| | * commit 008860fd4ca6f43d2d9c0ecf9605e592c492226d
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 21 10:13:14 2010 +0000
| | | 
| | |     Fix #1291
| | |     - Propagate Absyn.MatchType to SCode, DAE and finally code generation
| | |     - Use throw instead of break when calling "fail()" in the then clause of a case
| | |     - Don't catch exceptions in match expressions (pattern matching failures break instead of throw)
| | |     - Added testcase MatchCase12.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 141c705b7f1f82d2878d0db6c47539dfcd821f78
| | | Author: Per Östlund 
| | | Date:   Tue Sep 21 10:01:58 2010 +0000
| | | 
| | |     Fixes for bug #1272:
| | |     - Fixed several checkModel issues with parameters without bindings.
| | |     - Removed dummy dimensions phase from CevalScript that was introduced in r6142.
| | |     - Disabled "unbound parameter"-warning when doing checkModel, because we can't
| | |       know whether a parameter would have been given a binding when instantiated or
| | |       not.
| | |     - Cleaned up the handling of dimensions a bit:
| | |       - Renamed DAE.DIM_NONE to DAE.DIM_UNKNOWN and DAE.DIM_SUBSCRIPT to DAE.DIM_EXP,
| | |         to better tell what they represent.
| | |       - Use DAE.DIM_UNKNOWN instead of previously used
| | |         DAE.DIM_SUBSCRIPT(DAE.WHOLEDIM) (a subscript is not a dimensions).
| | |     - Updated tests Modelica.Math and Modelica.Blocks in libraries/msl31, and
| | |       enabled Modelica.Blocks.Continuous.StateSpace in Modelica.Blocks.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 77082237db7215b71d346fa38d6ba1deb74a4f71
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 21 08:52:52 2010 +0000
| | | 
| | |     Fix #1290
| | |     - Functions that fail() now return that as a value, so we can distinguish between those and cases when code generation/ceval failed
| | |     - More make fix-svn-eol-style
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Static.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/dynload.c
| | | A	Compiler/runtime/dynload.cpp
| | | A	Compiler/runtime/dynload_try.cpp
| | | A	Compiler/runtime/dynload_try.h
| | | M	Compiler/runtime/systemimpl.h
| | | M	Compiler/runtime/unitparser.h
| | | M	Makefile.in
| | | 
| | * commit 737234b77dc34c5df56c9d49da737456422e3820
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 21 07:33:52 2010 +0000
| | | 
| | |     Fix #1293
| | |     - Enable MetaModelica grammar when +c=mdt is given
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 95dff651383c6213720289c7c96e3ff7a20801ea
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 21 07:19:17 2010 +0000
| | | 
| | |     Fix #1292
| | |     - Changed ModelicaExternalC makefile so that it does not use the CFLAGS env.var when compiling in Unix. Instead, we use the CFLAGS specified when configuring. This solves the issue of -ansi -pedantic being added to a file that cannot be compiled -ansi -pedantic.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/Makefile.in
| | | R069	c_runtime/ModelicaExternalC/Makefile	c_runtime/ModelicaExternalC/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 0eccfc6fe9dace3dceefb2e01b67c0c29411c293
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 21 06:54:07 2010 +0000
| | | 
| | |     - Ran make fix-svn-eol-style
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/ModelicaInternal.c
| | | M	c_runtime/ModelicaExternalC/ModelicaStrings.c
| | | M	c_runtime/ModelicaExternalC/ModelicaTables.h
| | | M	c_runtime/ModelicaExternalC/ModelicaTablesImpl.c
| | | M	c_runtime/ModelicaExternalC/win32_dirent.c
| | | M	c_runtime/ModelicaExternalC/win32_dirent.h
| | | M	c_runtime/division.c
| | | M	c_runtime/division.h
| | | M	c_runtime/interactive/omi_Calculation.h
| | | M	c_runtime/interactive/omi_Control.h
| | | M	c_runtime/interactive/omi_ResultManager.h
| | | M	c_runtime/interactive/omi_ServiceInterface.h
| | | M	c_runtime/interactive/omi_Transfer.h
| | | M	c_runtime/interactive/socket.h
| | | M	c_runtime/read_write.h
| | | 
| | * commit 7ba52093de2b5f8fb6615a4e18843b1f1a1f9d3e
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 20 09:10:08 2010 +0000
| | | 
| | |     - Changed default optimization level from -O0 to -O3. MODELICAUSERCFLAGS may override this.
| | |       - Testsuite runs ~0.2% slower than earlier (our testcases only simulate for 4 or 5 time steps, which means the additional cost of GCC optimizations is higher than the gain)
| | |       - Actual simulations see a 5~25% improvement due to GCC optimizations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 32bc44a6c36a5fb05121fc4061edb325514d796f
| | | Author: Pavol Privitzer 
| | | Date:   Fri Sep 17 13:34:20 2010 +0000
| | | 
| | |     - Susan's text rendering improved performance;
| | |       now using Print.printBuf instead stringAppend
| | |       ( approx. 4x faster Text -> String conversion;
| | |         resulting to approx. 3x faster template evaluation for tested models;
| | |         with the cost O(n+s) where n is number of strings and s is their overall length;
| | |         previously it was O(n^2*m) where m is average string length!
| | |       )
| | |     - template based generation of simulation initial data file; the new type SimulationSettings added to SimCode
| | |       TODO: complete initial values elaboration for enumerations; now, algebraic enumeration start values won't work (e.g.,discrete enum vaiable)  -> see DAEUtil.mo comments
| | |     - timeCodeGen time in SimulationResult record is now separated into timeSimCode and timeTemplates for SimCode structure building and templates evaluation
| | |     - fixed non-working optional parameter fileNamePrefix in script commands simulate() and buildModel()
| | |     - added 2 external helper functions to Print to support fast template rendering (Adrian, please, check it if they are OK)
| | |     - changed SimCode.ModelInfo.name to Absyn.Path
| | |     - fixed a bug in SimCode.cre2simvar to correctly deal with derivatives
| | |     - added SimCode.derComponentRef to support der(cref) handling in templates -> TODO: this is only a workaround; there should be nothing like der(cref) in as an input expression
| | |     - C# codegen improvements
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Print.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/Tpl.mo
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 9c079488d4b9e7a7241364edf66fb19702d28e97
| | | Author: Per Östlund 
| | | Date:   Fri Sep 17 12:23:36 2010 +0000
| | | 
| | |     - Reverted some changes from r6146, since they broke some Modelica.Math functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit abc137ccf68ba8be5954d198dbe8acbc826dfda4
| | | Author: Per Östlund 
| | | Date:   Fri Sep 17 12:12:06 2010 +0000
| | | 
| | |     Fixes for bug #1272:
| | |     - Allowed Inst.elabComponentArraydimFromEnv to fetch dimensions from the
| | |       component declaration if a component doesn't have a modification.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit b86f995759ec6977a3c24ee57a4e8b116e53450f
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 16 20:03:48 2010 +0000
| | | 
| | |     Trunkate integers in the interval 30~31 bit like the old parser did.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 01256d88c922b452bb73cdfea98c79ad239ff207
| | | Author: Per Östlund 
| | | Date:   Thu Sep 16 11:47:02 2010 +0000
| | | 
| | |     Fixed for bug #1272:
| | |     - Added phase before instantiation when doing checkModel that inserts dummy
| | |       dimensions where needed.
| | |     - Added working models in Modelica.Blocks to test suite.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 7b1c9a84bc11327aff6d171baaee2a67f05723c4
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 15 20:45:25 2010 +0000
| | | 
| | |     - Fix parsing of if-expressions in mos-files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 12d1f8e43a75077808cfd5618ba656b798f16bad
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 15 20:16:01 2010 +0000
| | | 
| | |     Fix #1284
| | |     - Fixes a bug where "No viable alternative near token: " would result in a segfault
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Parser/parse.c
| | | 
| | * commit 551386936eadbe551c405b14bda687dde0fa4c99
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 15 19:48:59 2010 +0000
| | | 
| | |     - Change error message for assignments using (=) instead of (:=)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 582991dd06a6b3c00e7272c293670b4595c44680
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 15 12:13:06 2010 +0000
| | | 
| | |     -Changed error messages for unbound parameters.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 91cb5d09270cf8a923a3887a9240c0952cb04393
| | | Author: Per Östlund 
| | | Date:   Wed Sep 15 12:10:48 2010 +0000
| | | 
| | |     Fixes for bug #1275:
| | |     - Allow arrays in instBuiltinAttribute when checkModel is used, so that
| | |       checkModel can be used on array types with modifications.
| | |     - Added test case libraries/msl31/Modelica.Mechanics.MultiBody.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 5869308b83a93baa51d7104d2bd64454bdf2b2be
| | | Author: Per Östlund 
| | | Date:   Wed Sep 15 09:46:56 2010 +0000
| | | 
| | |     Fix for bug #1237:
| | |     - Added special case for Modelica.Electrical.Analog.Lines.M_OLine.segment in
| | |       Static.elabSubscriptType, to allow that model to use Real as array index.
| | |     - Updated test case libraries/msl31/Modelica.Electrical.Analog.
| | |     - Replaced Absyn.pathPrefixOf with a function of less algorithmic complexity.
| | |     - Renamed Absyn.stringPath2 to Absyn.stringListPath and made it public.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 38d63140673681dcc5618565a34d77c8077fb5bc
| | | Author: Per Östlund 
| | | Date:   Wed Sep 15 07:56:08 2010 +0000
| | | 
| | |     - Fixed missing semicolon when printing STMT_NORETCALL in DAEDump.ppStmtStr.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEDump.mo
| | | 
| | * commit d6b64cb4c9e022a6e652e48436cdeb8b691f26e5
| | | Author: Adrian Pop 
| | | Date:   Wed Sep 15 04:39:45 2010 +0000
| | | 
| | |     Speed improvements #1264
| | |     - System.mo/systemimpl.c: added System.stringAppendList and improved checking for file writing
| | |     - Print.mo/printimpl.c: improved file handling and buffer filling + new functions for Template Codegen
| | |     - CevalScript.mo: check also partial classes in CevalScript.checkAllModelsRecursive and do not filter libs.
| | |     - Util.mo: call System.stringAppendList in Util.stringAppendList
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Print.mo
| | | M	Compiler/System.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 3fd98df68e3c631cf6c9342e60b94be481a66386
| | | Author: Jens Frenkel 
| | | Date:   Tue Sep 14 21:45:55 2010 +0000
| | | 
| | |     - fix else path of functionODE_inline
| | |     - cast conditional expressions to modelica_bools avoid warnings
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit ea24c37cf760be14bb9b8310684cd82e49058456
| | | Author: Per Östlund 
| | | Date:   Tue Sep 14 18:16:35 2010 +0000
| | | 
| | |     Fixes for bug #1274:
| | |     - Implemented calls on the form min|max(function returning multiple values),
| | |       which may or may not be valid Modelica but which is used in Modelica.Math.
| | |     - Unified elabBuiltinMax and elabBuiltinMin, since they do the same thing
| | |       anyway.
| | |     - Added Static.makeBuiltinCall, to make it easier to create builtin calls.
| | |     - Added fixed models to test case libaries/msl31/Modelica.Math.mos.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 4e63c7e718be3785e7739ecdb1d1d7a98dc5ce2f
| | | Author: Per Östlund 
| | | Date:   Tue Sep 14 16:43:05 2010 +0000
| | | 
| | |     Fixes for bug #1274:
| | |     - Replaced Static.dimSize with Types.getDimensionNth.
| | |     - Rewrite Static.computeReturnType to allow unknown dimension in matrix
| | |       multiplications when checkModel is used.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 172e07d4b392b624156f11a5c37eb36e3fb95cf2
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 14 14:51:19 2010 +0000
| | | 
| | |     Fixes for #1273 #1282
| | |     - allow partial classes to be fully instantiated via checkModel and issue a warning about it.
| | |     - update testsuite/libraries/msl31/Modelica.Electrical.Analog.mos
| | |     - update msl31/Makefile
| | |     - make sure msl31.log is always generated in testsuite/libraries/Makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SCode.mo
| | | 
| | * commit 7702c1561c829d669d5ff63d584cc2b0a6f6069e
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 14 14:33:18 2010 +0000
| | | 
| | |     #1266
| | |     - do memory profile only when MEMORY_PROFILE is defined
| | |     - use $CLAGS in Makefile.common
| | |     - more comments in Makefile.vc
| | |     - ensure that variable declarations are first in a block in Modelica.g (for Visual Studio CL crap compiler)
| | |     - do not use void inside macros in ModelicaParserCommon.h (for Visual Studio CL crap compiler)
| | |     - ensure that variable declarations are first in a block in parse.c (for Visual Studio CL crap compiler)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile.common
| | | M	Parser/Makefile.vc
| | | M	Parser/Modelica.g
| | | M	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | 
| | * commit c85d03ee88c6e0fb2d0545308a995e5a10454025
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 14 13:53:49 2010 +0000
| | | 
| | |     - a makefile that works with Visual Studio nmake.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Parser/Makefile.vc
| | | 
| | * commit fa6eaf0cabe243a30e07a9d2695fd78866cf7ea0
| | | Author: Per Östlund 
| | | Date:   Tue Sep 14 13:13:25 2010 +0000
| | | 
| | |     - Added printing of class comments and annotations to DAEDump.
| | |     - Updated test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 807192b6c1183fe126874ef54d42dd6fbf10ba0b
| | | Author: Per Östlund 
| | | Date:   Tue Sep 14 11:29:28 2010 +0000
| | | 
| | |     - Fixed expansion of sum(param with fixed=false).
| | |     - Added test case mofiles/Sum.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 02abb48ffa543a98b3cff2887c088a0566fab181
| | | Author: Per Östlund 
| | | Date:   Tue Sep 14 11:04:40 2010 +0000
| | | 
| | |     - Fixed type of skew function.
| | |     - Added test case mofiles/Skew.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit f5aa5b785024ce2ba804cfc0558719c06341a077
| | | Author: Per Östlund 
| | | Date:   Tue Sep 14 10:42:17 2010 +0000
| | | 
| | |     - Fixed connect statements of array with enum dimensions.
| | |     - Added test case mofiles/EnumConnectArray.mo.
| | |     - Removed unnecessary parentheses around annotations in DAEDump.
| | |     - Modified msl31/Makefile so that the parallell test script can parse it
| | |     correctly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit caab1f90bbba5c0f0e9b18b8bc3edb1cec7e1624
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 14 08:41:47 2010 +0000
| | | 
| | |     Fixes for bugs: #1273 #1156
| | |     - OMC will now use the start value for a parameter during
| | |       instantiation if the parameter does not have a default value
| | |       and report a warning about it. This is widely used in Modelica 3.1.
| | |     
| | |     - DAE.mo
| | |       + added BindingSource to DAE.Binding records DAE.EQBOUND and DAE.VALBOUND
| | |         to know weather this binding came from a start value or default value.
| | |     - DAEUtil.mo
| | |       + added functions to set the DAE.BindingSource in DAE.Binding and to print DAE.Binding
| | |     - Static.mo
| | |       + Static.elabBuiltinDelay
| | |         delay(x, variable, variable) generates only a warning now as is used inside
| | |         Modelica.Electrical.Analog.Lines.TLine* (where a variable that is an expression of parameters is used)
| | |       + Static.elabCref2
| | |         if the parameter binding came from a start value, issue a warning.
| | |     - Inst.mo
| | |       + send prefix and component name to Inst.makeBinding and Inst.elabArraydimType for better error messages
| | |       + Inst.makeBinding will use the start value to generate a DAE.Binding as DAE.EQBOUND if the parameter
| | |         does not have a default value.
| | |     - Main.mo
| | |       + added commented out debug statements using System Timer
| | |     - Types.mo
| | |       + improved the display of variables (now it displays where the binding came from start/default)
| | |     - All other .mo files
| | |       + fixes due to changes in DAE.mo
| | |     - testsuite/*
| | |       + fixes to the test models due to changes in the error/warning messages.
| | |       + now run testsuite/libraries/msl31/* tests by default.
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Parser/parse.c
| | | 
| | * commit 3294b102563a81b5313b2df2ce24564a4be53c0d
| | | Author: Anton Sodja 
| | | Date:   Mon Sep 13 18:04:54 2010 +0000
| | | 
| | |     Fixed error in c_runtime/Makefile.common regarding libModelicaExternalC.a.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 24337450ec7cbf31b213665104177c39e872075e
| | | Author: Anton Sodja 
| | | Date:   Mon Sep 13 17:31:11 2010 +0000
| | | 
| | |     libModelicaExternalC.a is now compiled from Modelica/C-Sources/*c.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/Makefile
| | | D	c_runtime/ModelicaExternalC/ModelicaExternalC.cpp
| | | A	c_runtime/ModelicaExternalC/ModelicaInternal.c
| | | A	c_runtime/ModelicaExternalC/ModelicaStrings.c
| | | A	c_runtime/ModelicaExternalC/ModelicaTables.h
| | | A	c_runtime/ModelicaExternalC/ModelicaTablesImpl.c
| | | A	c_runtime/ModelicaExternalC/win32_dirent.c
| | | A	c_runtime/ModelicaExternalC/win32_dirent.h
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | 
| | * commit 74e4fdeecc983e80bac7959f8b7b94d3d20405f3
| | | Author: Per Östlund 
| | | Date:   Mon Sep 13 14:32:45 2010 +0000
| | | 
| | |     Fix for bug #1274:
| | |     - Modified Static.elabBuiltinIdentity to work on arrays of unknown size when
| | |       checking a model.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 3db308f51952b0193bac61aa4887d58c5fa8291e
| | | Author: Per Östlund 
| | | Date:   Mon Sep 13 14:00:30 2010 +0000
| | | 
| | |     Fix for bug #1274:
| | |     - Changed Types.matchTypeTupleCall to allow tuple calls where the LHS has fewer
| | |       components than the RHS.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit ff25ae7201e5ced67793c9ee81cc4f9ffa6eb4c2
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 13 13:51:03 2010 +0000
| | | 
| | |     - Add -lrt to LDFLAGS when needed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit cebff618999f6a21bda72fa815eb2fb16b11ac92
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 13 13:36:56 2010 +0000
| | | 
| | |     - Add missing #include in rtclock.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtclock.c
| | | 
| | * commit 9f11b6758f8e58cbda83b7fd9ec72c09b2618262
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 13 13:02:57 2010 +0000
| | | 
| | |     - Updated code for rtclock.{c,h}. The new stopwatch uses a clock index outside the range of the user-accessible clocks instead of 13.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtclock.c
| | | M	Compiler/runtime/rtclock.h
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 1e6d000ffc6e101157e16132673cc59c124f0ddb
| | | Author: Per Östlund 
| | | Date:   Mon Sep 13 13:02:37 2010 +0000
| | | 
| | |     Fixes for bug #1274:
| | |     - Changed Static.elabBuiltinSize so that the resulting expression is not a
| | |       constant if we don't know the dimensions yet.
| | |     - Added check for checkModel in Static.elabBuiltinCat2, in case the dimension is
| | |       not known.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit e9d7b36c9aa2b4c252cd58185c721a4e4c326602
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 13 13:01:49 2010 +0000
| | | 
| | |     - Fixed compilation of ModelicaExternalC.cpp (missing errno.h header)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/ModelicaExternalC.cpp
| | | 
| | * commit 8ae5a1e11d0549a7e5b9aeff247b799fa84d6054
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 13 12:41:17 2010 +0000
| | | 
| | |     - add a cumulative timer in System:
| | |       + System.resetTimer()   -> set the time to 0
| | |       + System.startTimer()   -> starts counting
| | |       + System.stopTimer()    -> stops counting and adds the elapsed time since System.startTimer() to the cumulated internal time
| | |       + System.getTimerTime() -> retrieves the internal time.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 38096e5f1bb544790fbbf0dbcce9e2c2874d4bb1
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 13 12:03:19 2010 +0000
| | | 
| | |     - include more functionality in ModelicaExternalC.cpp
| | |       needed for Modelcia.Electrical.Machines.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/ModelicaExternalC/Makefile
| | | M	c_runtime/ModelicaExternalC/ModelicaExternalC.cpp
| | | M	c_runtime/ModelicaUtilities.h
| | | 
| | * commit c176fa3619ab84f2a6da0e1612f24102b72a3952
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 13 11:54:29 2010 +0000
| | | 
| | |     - transform an integer literal into an enumeration literal if the requested type is an enumeration.
| | |     - used in Modelica.Electrical.Machines and Modelica.Electrical.Digital.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit d538b4a912a398cbf5bcfb928e528a4e31ecea40
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 13 11:51:03 2010 +0000
| | | 
| | |     - allow enumeration type to be used as a connector as is used in Modelica.Electrical.Digital.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassInf.mo
| | | 
| | * commit 8e856f5c5abb227341cc8593649b215945029a95
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 13 11:49:55 2010 +0000
| | | 
| | |     - Fix for parsing element_replaceable
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 8d996956f05ac8064087569a9e500ab1fb0b2fb9
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 13 10:54:33 2010 +0000
| | | 
| | |     - Transform strings that contain \ not followed by a proper escape char with \\
| | |       - We print a warning whenever we do this. It is not in the specification; only for compatibility with Dymola.
| | |       - Fixes bug #1143, add testcase testsuite/parser/DocumentationBackslash.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.h
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | 
| | * commit 8222968ba0cff724228bfa193fb45bc818d4f039
| | | Author: Per Östlund 
| | | Date:   Mon Sep 13 10:06:40 2010 +0000
| | | 
| | |     - Fixed bug in ceval of <>, same problem as fixed in r6093 for ==.
| | |     - Added test case mofiles/ConstantLogicalRelations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 9777e95151724df4e8204f931b46995e3e412a51
| | | Author: Per Östlund 
| | | Date:   Mon Sep 13 08:18:34 2010 +0000
| | | 
| | |     - Implemented assignments on the form cref := function_returning_tuple(...),
| | |       which is possibly needed for bug #1274.
| | |     - Added test case mofiles/TupleSingleAssign.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 7fa4d4314b244d276546d6a34a6621375ee4aea3
| | | Author: Peter Aronsson 
| | | Date:   Mon Sep 13 08:09:22 2010 +0000
| | | 
| | |     -Fixed bug in ceval of false == true, introduced in -r 5993
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit f2e35c7c078d73c83670167e64285c7e7821f171
| | | Author: Adrian Pop 
| | | Date:   Fri Sep 10 13:37:12 2010 +0000
| | | 
| | |     - got rid of an left out debug print in Compiler/runtime/errorext.cpp
| | |     - give more memory to ANTLR3 by default in Parser/antlr-3.2/runtime/C/include/antlr3defs.h
| | |     - use NULL instead of 0 in Parser/parse.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | M	Parser/parse.c
| | | 
| | * commit 1264120095b5d228bd6d40fcb95916d8378afb80
| | | Author: Jens Frenkel 
| | | Date:   Fri Sep 10 12:31:33 2010 +0000
| | | 
| | |     - speedUp again the backend for handle the division by zero problem
| | |      therefor Exp.printExp2Str have two new inputs. This inputs are functionpointers. One for how ComponentRef should be printed and one for how DAE.CALL should be printed
| | |     - Inline.mo
| | |       - remove unused import
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 25f2865b25a8cf67c263a85bf5b28571049a9c9b
| | | Author: Adrian Pop 
| | | Date:   Fri Sep 10 10:12:36 2010 +0000
| | | 
| | |     - ClassInf.mo: handle all cases in ClassInf.getStateName
| | |     - Exp.mo: minor edit
| | |     - CevalScript.mo library filtering for checkAllModelsRecursive (disabled for now)
| | |       we should make possible to specify a filter in this API.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit 28a1be4ab386a86a6748b7e412633da408d30369
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 10 09:35:06 2010 +0000
| | | 
| | |     - Allow the parser to treat list[:] as valid MetaModelica code, since that's the syntax used in the compiler.
| | |     - Fix a bug when a generic parser error got  as the previous token.
| | |       - Added testcase for this
| | |     - Added a testcase that loads all the Compiler/*.mo sources and parses them
| | |       - None of them give error messages using the new parser
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | M	Parser/parse.c
| | | 
| | * commit 28d85f98c50af8bea8d6610afcc4e14d66e4699d
| | | Author: Jens Frenkel 
| | | Date:   Fri Sep 10 09:30:38 2010 +0000
| | | 
| | |     - speedUp the backend for handle the division by zero problem
| | |      therefor Exp.printExp2Str have two new inputs. This inputs are functionpointers. One for how ComponentRef should be printed and one for how DAE.CALL should be printed
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit d8b1b164db347aba4b079448e9733991bf4e598b
| | | Author: Peter Aronsson 
| | | Date:   Fri Sep 10 09:25:14 2010 +0000
| | | 
| | |     -Fixed compilation of rtclock.c for visual studio.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.vc
| | | M	Compiler/runtime/rtclock.c
| | | 
| | * commit 5d114b63d4c90ccc735cc6472b07be4c703d2023
| | | Author: Per Östlund 
| | | Date:   Fri Sep 10 09:02:19 2010 +0000
| | | 
| | |     - Use fake dimensions when vectorizing a function if checkModel is used.
| | |     - partial fix for bug #1274
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit c10e4bb93176b8a1bb44db1449fd44c56f560475
| | | Author: Peter Aronsson 
| | | Date:   Fri Sep 10 07:07:37 2010 +0000
| | | 
| | |     -Removed some newlines in the debug print of expressions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit b3419e922d296ec2e2903fe7bd3cfee83d8dbd07
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 10 04:38:59 2010 +0000
| | | 
| | |     - Fix parser compilation with GNU C++ headers (involves #undef __cplusplus to prevent the unintended use of C++ features)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | M	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | 
| | * commit 957aab9a6fba1b893b3a3fcd858cdaf28dad9834
| | | Author: Adrian Pop 
| | | Date:   Thu Sep 9 22:03:35 2010 +0000
| | | 
| | |     - use g++ for now to compile the generated parser/lexeer code until
| | |       MetaModelica problems with the alignment of double is solved.
| | |     - fix compilation errors and warnings due to compilation using g++ vs. gcc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile.common
| | | M	Parser/Modelica.g
| | | M	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | 
| | * commit 8a07489eab309a138b00b212499a76bc412e9404
| | | Author: Anton Sodja 
| | | Date:   Thu Sep 9 21:25:56 2010 +0000
| | | 
| | |     Fixed a bug in tables.cpp, when table is not read from file - in
| | |     that case it is passed to table-intialization function as an array
| | |     (which is a local variable in a wrapper function).
| | |     Previously the code did not copy that array (just the pointer value).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/tables.cpp
| | | 
| | * commit d98eb99723e14b0d405b290766485b9bbc7efb9f
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 9 21:00:39 2010 +0000
| | | 
| | |     - Update the type of SimulationResult
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit 94d359770cf3490bd32deda038ae2d5e73269864
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 9 20:12:52 2010 +0000
| | | 
| | |     - Fix rtclock.o compilation on OMDev
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtclock.c
| | | 
| | * commit 7a43d4b14be6de03feeca89f0a59bd82764baf4d
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 9 19:55:29 2010 +0000
| | | 
| | |     - Adding Compiler/runtime/rtclock.c; a part of the System module
| | |       - Contains functions for _accurate_ timing (the Linux timer reports a 1-nanosecond resolution)
| | |     - Added extra fields to the SimulationResult record returned by simulate()
| | |       - totalTime, timeFrontend, timeBackend, timeCodegen, timeCompile, timeSimulation
| | |       - The fields are disabled when running omc through rtest
| | |     - Added new flag to omc, --running-testsuite flag (note that you need to use -- --running-testsuite in order to prevent the RML runtime from eating the flag)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/Makefile.in
| | | A	Compiler/runtime/rtclock.c
| | | A	Compiler/runtime/rtclock.h
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit f83cc58613a995fb05fdedd73fa09c71bd3a614c
| | | Author: Per Östlund 
| | | Date:   Thu Sep 9 15:23:15 2010 +0000
| | | 
| | |     - Implemented option to output annotations in flat modelica.
| | |     - Cleaned up Interactive.evaluateGraphicalApi to make it easier to maintain.
| | |     - Updated some msl221 test cases that are normally not run, due to Martins
| | |       recent changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit f35adfa0ba5effbffd6e2452824126eeb1930123
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 9 12:32:37 2010 +0000
| | | 
| | |     - Changed the output of simulate()
| | |       - Two fields: resultFile and messages
| | |       - If the command fails, only messages will be present
| | |       - If the command succeeds, the messages field is the contents of output.log
| | |       - More fields will be added (for time measurements; to be disabled by a compiler flag so we can run the testsuite)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 3be70af079c9f8c82c9d827cbdf3f00639f922bf
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 9 12:25:48 2010 +0000
| | | 
| | |     - Fix parse.c when parsedebug is used
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/parse.c
| | | 
| | * commit ceb97af05e962dd320b157a74ff3ad14b0f0f430
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 9 10:07:00 2010 +0000
| | | 
| | |     - Added testcase for getting values from records in the interactive API. The following now works:
| | |       - x := rec.field;
| | |       - rec.field;
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit ec1423f8717c4065fd59a41618847f9456db539d
| | | Author: Per Östlund 
| | | Date:   Thu Sep 9 09:59:10 2010 +0000
| | | 
| | |     - Fixed so that iterators in for loops get correct type, instead of assuming
| | |       that the iterator is an integer. This fixes enumerations in for loop ranges.
| | |     - Updated test cases and added test case mofiles/EnumFor.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 3edbc66b4b7272cf2a84e766fce2df52078f20bb
| | | Author: Per Östlund 
| | | Date:   Thu Sep 9 07:19:50 2010 +0000
| | | 
| | |     - Made all enumeration names fully qualified.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit dba6c747b49f19c6efdc0c7bee24297c98bf253e
| | | Author: Anton Sodja 
| | | Date:   Thu Sep 9 06:49:13 2010 +0000
| | | 
| | |     - Removed unnecessary VarTransform.VariableReplacements from
| | |       DAELow.removeSimpleEquations.
| | |     - Changed type of aliasVariables in DAELow.DAELOW (currently ignored in trunk).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit bbbea5cb46b96073c940a904128083753f3a37eb
| | | Author: Adrian Pop 
| | | Date:   Thu Sep 9 05:25:40 2010 +0000
| | | 
| | |     - handling task #1269
| | |     - partial implementation of stream connectors
| | |       + connection of stream connectors works now
| | |     
| | |     - remains to implement support for inStream and actualStream operators
| | |       (see Inst.evalActualStream and Inst.evalInStream)
| | |     - the handling of inStream and actualStream operators is disable for now,
| | |       to enable, uncomment the call to: Inst.handleStreamConnectors inside Inst.instClass
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 1a95d5681e9a5c393420f9759cd103539a6b213b
| | | Author: Jens Frenkel 
| | | Date:   Wed Sep 8 23:34:11 2010 +0000
| | | 
| | |     - fix bug (more than one tearing variable) for relaxation algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 0064bbb9346c7dffbd2d46ac8059c9c8637c85a2
| | | Author: Willi Braun 
| | | Date:   Wed Sep 8 20:35:19 2010 +0000
| | | 
| | |     - fixed bug [#1263]
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 82657ee12703b912e1655e9f41388f13f40c8826
| | | Author: Jens Frenkel 
| | | Date:   Wed Sep 8 18:48:40 2010 +0000
| | | 
| | |     - speedup updateAlgorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit d73a40e961a74031a2b0e4b4491954512307fb85
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 8 12:37:44 2010 +0000
| | | 
| | |     - Fixed IntegerLiterals32.mo on OMDev
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 878d7a4f2eb4b1aa7a5e26d9a29a618b7ed15b27
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 8 12:25:25 2010 +0000
| | | 
| | |     - Also sort files in a directory when using the class loader
| | |     - Fixed some compiler warnings (unused imports)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 292f84a822ceab32c97382a5ac55e1210ca90ad0
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 8 12:13:26 2010 +0000
| | | 
| | |     - ClassLoader change: Sort subdirectories so list() output is the same in Linux and Windows
| | |     - Add (preliminary) parser support for fully-qualified names and crefs
| | |       - Absyn was not updated with CREF_FULLYQUALIFIED; a warning is output
| | |       - pathString was not updated to print the initial dot for fully-qualified paths, since the function is used in so many places
| | |     - Added testcase for empty within statements
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Util.mo
| | | M	Parser/Makefile.common
| | | M	Parser/Modelica.g
| | | 
| | * commit 4cdf9c75f64261445a5de2fb7c65b9327a450d1b
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 8 09:57:16 2010 +0000
| | | 
| | |     - Fix parser for empty within statements (within ;)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 83fcbb7ce42351e84bfbe9b5195a0b800ce2c92f
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 8 09:35:47 2010 +0000
| | | 
| | |     - Added parsing support for empty tuples, and Modelica wildcard matching
| | |     in tuples: (a,,c) is (a,Absyn__WILD,c). It's the same as writing (a,_,c) with
| | |     a MetaModelica lexer.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile.common
| | | M	Parser/Modelica.g
| | | 
| | * commit 81c1c3ae5543d4c6d54a8a026793ed5851ff6259
| | | Author: Per Östlund 
| | | Date:   Wed Sep 8 09:33:41 2010 +0000
| | | 
| | |     - Implemented reduction of enumeration ranges so that the enumeration literals
| | |       are preserved.
| | |     - Added utility function Util.listSub.
| | |     - Added test case mofiles/EnumRange.mo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 1151192be684f20c74a05d8758094ee1c2f333cd
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 8 06:55:45 2010 +0000
| | | 
| | |     - Update parser makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile.common
| | | 
| | * commit da13ec06280dcf770a93b4ca3e02a1f52ad63b81
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 8 04:04:32 2010 +0000
| | | 
| | |     - Fix integer overflow problem warning on 32-bit systems
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 00ba3abe757c158112669df729fd029ea7c479c2
| | | Author: Willi Braun 
| | | Date:   Wed Sep 8 01:55:20 2010 +0000
| | | 
| | |     add reinit support for euler, rungekutta, dassl2
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 36b4e1fc3541c1bdcbfe0aa670b6e7bebca053e4
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 7 22:08:19 2010 +0000
| | | 
| | |     - fixed model extends X end X;
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit d897f977f92cb4128b0dfad962a1a2b940527133
| | | Author: Jens Frenkel 
| | | Date:   Tue Sep 7 19:41:19 2010 +0000
| | | 
| | |     - handle also inputs from DAELow.ALGORITHM in remove simple equations
| | |      - check if all inputs/outputs still used in algorithms
| | |     - more information in case of an error for lowerWhenEqn
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 65718eed2d642f2ea1723b047cd8fea68a8ce039
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 7 16:39:06 2010 +0000
| | | 
| | |     - Fix compiler makefile dependencies of subdirs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | 
| | * commit b1409562c0f00fb7836ab343e9a96cde50661ebb
| | | Author: Martin Sjölund 
| | | Date:   Tue Sep 7 15:56:42 2010 +0000
| | | 
| | |     - Changed default parser from ANTLR2 to ANTLR3
| | |       - All testcases except flat modelica parsing works
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/FlatModelica_Lexer.g
| | | D	Parser/Makefile
| | | A	Parser/Makefile.common
| | | A	Parser/Makefile.in
| | | M	Parser/Modelica.g
| | | D	Parser/Modelica.tokens
| | | M	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | M	configure
| | | M	configure.in
| | | 
| | * commit b95e74fed1f215458de35c84b8f2558ac1554fe5
| | | Author: Per Östlund 
| | | Date:   Tue Sep 7 13:48:24 2010 +0000
| | | 
| | |     - Fixed elaboration of sum of array with enumeration dimensions.
| | |     - Expanded test case mofiles/EnumDimSum to test the new functionality.
| | |     - Changed Util.listMap1_tail and Util.listMap1r_tail so that they use
| | |       listReverse instead of listAppend.
| | |     - Added function Util.listMapAndFold.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 1e9833008c405dd76964d82d28773a8409c78ddf
| | | Author: Anton Sodja 
| | | Date:   Tue Sep 7 10:27:11 2010 +0000
| | | 
| | |     Reverted checking for stricly-monotonous time samples in
| | |     c_runtime/tables.cpp.
| | |     It turned out that having only monatonous time samples is not the
| | |     smartest idea, since CombiTimeTable does not raise any events.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 8653dcbf7f7ee02d13a359e0ea1d737fa109733d
| | | Author: Anton Sodja 
| | | Date:   Tue Sep 7 09:39:59 2010 +0000
| | | 
| | |     Fixed bug where InterpolationTable::extrapolate() expects enumeration
| | |     indices to begin with 0.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/tables.cpp
| | | 
| | * commit c2d026ce5f45cb8a69fbc3a2c8b0113ae0939776
| | | Author: Anton Sodja 
| | | Date:   Tue Sep 7 09:32:58 2010 +0000
| | | 
| | |     In c_runtime/tables.cpp, fixed modulo divison in extrapolation and
| | |     add zero-division guarding in interpolation (since time samples do not
| | |     need to be strictly monotonous anymore).
| | |     
| | |     Also fixed incorrectly swapped min-time and max-time function in
| | |     libModelicaExternalC.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaExternalC/Makefile
| | | M	c_runtime/ModelicaExternalC/ModelicaExternalC.cpp
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 92166980cc9c68cfb475f28f97c2f3166a1302b7
| | | Author: Per Östlund 
| | | Date:   Tue Sep 7 09:08:36 2010 +0000
| | | 
| | |     - Fixed vectorization of crefs so that enumeration dimensions are preserved.
| | |     - Added test case mofiles/EnumDimSum.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 05084f4d6664d3754e9b98c92515f97b081bbf87
| | | Author: Anton Sodja 
| | | Date:   Mon Sep 6 21:32:53 2010 +0000
| | | 
| | |     Allowed time samples to be only monotonous (before strictly monotonous)
| | |     in c_runtime/tables.cpp.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 48fa0803cbb59d570fcd179f55f936abc7b465e3
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 6 20:38:10 2010 +0000
| | | 
| | |     - added missing c_runtime/ModelicaExternalC/Makefile
| | |     - fixed ö from Linköping in ModelicaExternalC.cpp and included "../tables.h" instead of "tables.h"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/ModelicaExternalC/Makefile
| | | M	c_runtime/ModelicaExternalC/ModelicaExternalC.cpp
| | | 
| | * commit 4a45ac274688a41162314441fe68d0df66ed33ca
| | | Author: Jens Frenkel 
| | | Date:   Mon Sep 6 20:32:23 2010 +0000
| | | 
| | |     - handle also inputs from DAELow.ALGORITHM in remove simple equations
| | |      - remove negation sign,
| | |      - remove equal inputs
| | |      - TODO: check if all inputs still used in algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendVarTransform.mo
| | | 
| | * commit fbad45ad5aac2f70364baf1b5cf99c0e0f7289f1
| | | Author: Anton Sodja 
| | | Date:   Mon Sep 6 20:15:35 2010 +0000
| | | 
| | |     Added wrappers for table-manipulation functions (defined in
| | |     c_runtime/tables.h) to libModelicaExternalC.
| | |     
| | |     All other functions remain unimplemented.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/ModelicaExternalC/ModelicaExternalC.cpp
| | | D	c_runtime/ModelicaExternalC/ModelicaExternalC.h
| | | 
| | * commit d82d552d41800607708338e94d7c64380cca7328
| | | Author: Jens Frenkel 
| | | Date:   Mon Sep 6 19:16:16 2010 +0000
| | | 
| | |     - handle also inputs from DAELow.ALGORITHM in remove simple equations
| | |      - TODO: remove negation sign, remove equal inputs, check if all inputs still used in algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendVarTransform.mo
| | | 
| | * commit 4bb49430041b9fb674decf21ceac6cd67a7216e2
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 6 15:06:38 2010 +0000
| | | 
| | |     - Simplified parsing of identifiers
| | |       - _ is now a valid identifier when lexing as Modelica 3
| | |       - It is Absyn.WILD when lexing as MetaModelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | A	Parser/FlatModelica_Lexer.g
| | | M	Parser/Makefile
| | | M	Parser/MetaModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | M	Parser/Modelica.tokens
| | | M	Parser/parse.c
| | | 
| | * commit 2b628e7b30b91ab0dd7808a4ebc06cec44eef1cf
| | | Author: Anton Sodja 
| | | Date:   Mon Sep 6 14:18:11 2010 +0000
| | | 
| | |     In Modelica Standard Library 3.1, certain external functions are lined with
| | |     library ModelicaExternalC, which is currently missing in OpenModelica.
| | |     
| | |     Directory c_runtime/ModelicaExternalC was added and a header file with all
| | |     needed external functions which will need to be implemented (mostly are
| | |     they just a wrapper to Standard C Library or libc_runtime.a).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/ModelicaExternalC/ModelicaExternalC.h
| | | 
| | * commit 258df9bab94bd964ab39c720a9469cb8d88bb042
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 6 12:54:33 2010 +0000
| | | 
| | |     - Handle $Code in ANTLR2 and ANTLR3 parsers; in preparation of MSL 3.2 support
| | |       - Tools are recommended to use $Code instead, but for now Code is also supported
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit 1ae5f6197a20dccde3eca138a4624e45c582b02b
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 6 12:46:31 2010 +0000
| | | 
| | |     - ANTLR3 parser
| | |       - Handle code expressions as in ANTLR2 (never output as VARIABLENAME or TYPENAME)
| | |         - Commented Absyn.mo to reflect that the parser shouldn't consider these
| | |       - Handle integer overflow in the parser (64-bit versions now get up to 63-bit integers; this may cause differences in test models - if so, simply force them to be real numbers)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | M	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | 
| | * commit 4c47984ba9bbdb6d844e62ae4f1e34fd303fd55b
| | | Author: Per Östlund 
| | | Date:   Mon Sep 6 09:52:05 2010 +0000
| | | 
| | |     - Implemented simplification of size calls.
| | |     - Added test case mofiles/ConstantSize and updated mofiles/DiagonalBlock.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit bfe7352ff125cb2a09fced6dcf7308c2c4ce6c7f
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 6 09:21:43 2010 +0000
| | | 
| | |     - Added support for Parse.parsestring and parsestring in the ANTLR3 parser
| | |       - Now clients like OMNotebook and OMShell work fine with it
| | |     - Added testcase for parsing "else" in matchcontinue expressions
| | |     - TODO: Flat Modelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | M	Parser/Modelica.tokens
| | | M	Parser/parse.c
| | | 
| | * commit 7d6eba547db0f9193628b9491ae44e83951b9061
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 6 09:08:29 2010 +0000
| | | 
| | |     - Updated ErrorExt runtime
| | |       - The C version now has a function rollBackAndPrint, which does a rollBack to an ID, and returns the strings of all errors that were removed from the stack.
| | |       - To be used by the new parser for handling the weird output of Parse.parsestring
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | 
| | * commit b9de7054f6376455636b1585366ef8f1045aa1f6
| | | Author: Jens Frenkel 
| | | Date:   Mon Sep 6 08:31:24 2010 +0000
| | | 
| | |     - speedup backend function addDivExpErrorMsgtoExp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 5f6d3602ff67ed85af002cde2819cbcffc78c7f2
| | | Author: Per Östlund 
| | | Date:   Mon Sep 6 07:40:13 2010 +0000
| | | 
| | |     - Fixed bug #1255 by also fixing submods in InstExtends.
| | |     - Added test case mofiles/ExtendsModWithImport.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstExtends.mo
| | | 
| | * commit 7208e7d6d18290f1103561e4f23f1eb1384eb07b
| | | Author: Martin Sjölund 
| | | Date:   Mon Sep 6 07:09:55 2010 +0000
| | | 
| | |     - Added testcase for runScript() API
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit d285cae5985bb6633cf61be180e56d2e34274bd9
| | | Author: Jens Frenkel 
| | | Date:   Sun Sep 5 21:09:19 2010 +0000
| | | 
| | |     - do not replace outputs of algorithms
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 150a3afe5c72ae94dbfc44ab784863e93ce69000
| | | Author: Jens Frenkel 
| | | Date:   Sun Sep 5 16:08:30 2010 +0000
| | | 
| | |     - do simple replace also for algorithms
| | |      - TODO: add algorithm outputs to BinTree of DAELow.removeSimpleEquations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 5f08c46294f2e8638f87ccbca35fc424380bc956
| | | Author: Peter Aronsson 
| | | Date:   Fri Sep 3 14:03:24 2010 +0000
| | | 
| | |     - Changed Exp.subscriptDimension to return list of DAE.Dimension
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit f377ef4a6d3734c01783ea54887f744472a3ad06
| | | Author: Martin Sjölund 
| | | Date:   Fri Sep 3 07:57:30 2010 +0000
| | | 
| | |     - Updated ANTLR3 parser (match/matchcontinue/else)
| | |     - Most of the testsuite now passes (virtually only error messages are different)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | M	Parser/parse.c
| | | 
| | * commit a8f190b409a48b08c9198ab806d940d563839035
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 2 21:26:24 2010 +0000
| | | 
| | |     - Modified some old testcases that used MetaModelica grammar (+., +& operators) even though they were Modelica testcases
| | |     - Fixed some issues with the ANTLR3 parser crashing when the lexer was fed bad input
| | |     - Fixed parser errors in testsuite/mosfiles/BouncingBall.mos (non-backtracking parsers can't see the difference between if-expressions and if-statements; it needs parenthesis or to be part of an assignment statement in order to work properly)
| | |     - Fixed rtest (erroneous testcases now always print "erroneous" regardless if they fail or not)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/BaseModelica_Lexer.g
| | | M	Parser/Makefile
| | | M	Parser/MetaModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | M	Parser/Modelica_3_Lexer.g
| | | M	Parser/parse.c
| | | 
| | * commit 1deb03978bca4131552de16343f20813e4be6ab9
| | | Author: Per Östlund 
| | | Date:   Thu Sep 2 14:53:11 2010 +0000
| | | 
| | |     - Implemented expansion of reduction calls sum and product, which are now
| | |       expanded when possible.
| | |     - Added test case mofiles/Reductions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 5c4f4fc3391aac2f1116a2c14e3bf03934d96203
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 2 12:30:23 2010 +0000
| | | 
| | |     - ANTLR3 parser now compiles lexers in separate object-files, and can switch between them at runtime. No MetaModelica tokens will be generated from the Modelica3 lexer. There is also a Modelica2 lexer if someone wants it.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Parser/BaseModelica_Lexer.g
| | | M	Parser/Makefile
| | | A	Parser/MetaModelica_Lexer.g
| | | M	Parser/Modelica.g
| | | M	Parser/Modelica.tokens
| | | A	Parser/Modelica_2_Lexer.g
| | | A	Parser/Modelica_3_Lexer.g
| | | M	Parser/main.c
| | | M	Parser/parse.c
| | | 
| | * commit 3ae4516f592311e13855d8daac97584cc2f9343a
| | | Author: Per Östlund 
| | | Date:   Thu Sep 2 09:21:54 2010 +0000
| | | 
| | |     - Simplified elaboration of reduction iterators due to general changes in
| | |       iterator elaboration.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit cd8f312413583976f408103893c75ecde97ee4b4
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 2 09:15:12 2010 +0000
| | | 
| | |     - Added omc.exe omcd.exe targets to the Parser/Makefile, to link and use ANTLR3 instead of ANTLR2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile
| | | 
| | * commit 10dae7a242c153930a3d675716d3e3d774c6a58f
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 2 09:10:00 2010 +0000
| | | 
| | |     - Fixed some more issues in the ANTLR3 parser (97 of 1036 testcases failing now)
| | |       - Still needs to be able to work as string parser (CORBA communication, etc)
| | |       - Needs to be checked for performance issues (loadFile() is faster, but instantiateModel() is slower when working on the generated data structures)
| | |       - Needs to have two (or three) different lexers (for Modelica, MetaModelica, maybe flat Modelica modes)
| | |         - Currently, there are some special macros for MetaModelica stuff, but these are ugly
| | |     - Moved around in the testsuite: created a parser library strictly for testing lexing/parsing/unparsing
| | |       - One of the new testcases does not work with the ANTLR2 parser, because it can't switch between MetaModelica and Modelica mode
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtopts.c
| | | A	Compiler/runtime/rtopts.h
| | | M	Parser/Makefile
| | | M	Parser/Modelica.g
| | | A	Parser/ModelicaParserCommon.h
| | | M	Parser/parse.c
| | | 
| | * commit aafe19f6b1ad861658853ae618c91e7425594bf7
| | | Author: Per Östlund 
| | | Date:   Thu Sep 2 07:58:01 2010 +0000
| | | 
| | |     - Fixed bug 1241, wrong array index in expanded multidim equation.
| | |     - Added test case mofiles/ArrayIndex2 to test the fix.
| | |     - Updated test case mosfiles/SliceAssignment with bug id.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 4cf9aa2b4ad9d0bd990c411b47a7ef2d3bba3bf5
| | | Author: Jens Frenkel 
| | | Date:   Thu Sep 2 07:51:46 2010 +0000
| | | 
| | |     - fix bug in DAELow.traversingextendArrExp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit ac645eb9f4fcd2596407dfed51b6cfb3d1a214aa
| | | Author: Per Östlund 
| | | Date:   Wed Sep 1 12:43:18 2010 +0000
| | | 
| | |     - Commented out case in DAELow.traversingextendArrExp that converted component
| | |       references belonging to blocks to empty calls.
| | |     - Added test case mofiles/BlockResult.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit e02bc2f5b07610f4d9d00ee793c26bbec9feda40
| | | Author: Per Östlund 
| | | Date:   Wed Sep 1 11:45:29 2010 +0000
| | | 
| | |     - Fixed bug 1249 by relaxing the condition in crefHasScalarSubscripts, so that
| | |       crefs can have less dimensions than subscripts.
| | |     - Added test case mosfiles/SliceAssignment.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 99bf7a9e839a7f645f37b589ad1347db7f941dc0
| | | Author: Per Östlund 
| | | Date:   Wed Sep 1 10:32:49 2010 +0000
| | | 
| | |     - Introduced a new Exp type, ENUM_LITERAL, that represents enumeration literals.
| | |     - Enumerations in array dimensions and array subscripts are now kept in the flat
| | |       Modelica output.
| | |     - Replaced DAE.ArrayDim and Inst.DimExp with DAE.Dimension.
| | |     - Added type constants to Builtin.mo to make it easier to change type
| | |       representations.
| | |     - Changed Exp.printExp2Str to take a string delimiter as input, so that DAEQuery
| | |       and XMLDump don't need their own copies of printExp2Str.
| | |     - Fixed a lot of type errors in Static, Exp and ValueUtil.
| | |     - Updated the code generator to handle enumeration literals and the new
| | |       dimension type.
| | |     - Updated the parallel test script to handle erronous test cases.
| | |     - Updated a couple of test cases due to changes in the flat Modelica output.
| | |     - Added a test case to test enumeration dimensions in array equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/XMLDump.mo
| | | M	Compiler/runtime/dynload.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 4a6b0c5a7596da7e730929db7fd6f6b9a9c90e5b
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 1 09:39:12 2010 +0000
| | | 
| | |     - Updated ANTLR3 grammar slightly (if-expressions). It can now handle ~623 of the testcases, and many of the "failing" ones are just old ones but with improved error messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit bf3458ab88badaab583e317c3cc17bb34dba4310
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 1 09:24:46 2010 +0000
| | | 
| | |     - Update handling of Absyn.IFEXP in the old parser and Static (we now have support for else-if branches in elabExp)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit e922c8570e9fbf5c1b680d78f6d784b8cd915b90
| | | Author: Martin Sjölund 
| | | Date:   Wed Sep 1 08:03:48 2010 +0000
| | | 
| | |     - Updated ANTLR3 grammar slightly. It can now handle ~572 of the testcases.
| | |     - Improved error handling in the new parser.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | M	Parser/Makefile
| | | M	Parser/Modelica.g
| | | M	Parser/parse.c
| | | 
| | * commit 924423af97f9c1a23be5b4db14b109b152d29731
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 31 15:06:11 2010 +0000
| | | 
| | |     - Add some error handling to the ANTLR3 grammar
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | M	Parser/parse.c
| | | 
| | * commit c52a3a12b7cfa962d046c06d9a89bf94ab86601c
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 31 11:02:56 2010 +0000
| | | 
| | |     - Updated ANTLR3 grammar slightly. It can now handle ~485 of the testcases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 0b28ce1c5f97c2b2db56b86befced18c81423b26
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 31 10:39:46 2010 +0000
| | | 
| | |     - Updated ANTLR3 grammar slightly. It can now handle ~399 of the testcases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit c8a3f827f99bdecb575c2351197b4740eeb0a352
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 31 09:56:35 2010 +0000
| | | 
| | |     - More fixes to the ANTLR3 grammar (~308 working testcases)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 64e5772053c22278ddffbf3c8399f95b6637ff00
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 31 07:57:42 2010 +0000
| | | 
| | |     - More fixes to the ANTLR3 grammar (~264 working testcases)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 28909bdf966be66e156eaf2375ac69792d981192
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 31 06:45:42 2010 +0000
| | | 
| | |     - More fixes to the ANTLR3 grammar (~165 working testcases)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCodeUtil.mo
| | | M	Parser/Modelica.g
| | | 
| | * commit 3e3bc2b6979a37fef407018457c22d9bb48e5ba3
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 31 05:29:11 2010 +0000
| | | 
| | |     - Add missing parse.c to the ANTLR3 parser
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Parser/parse.c
| | | 
| | * commit 5099b97a14d6e2c59f0842e9b0b023818a0301de
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 30 19:39:07 2010 +0000
| | | 
| | |     - Updated ANTLR3 grammar slightly. It can now handle ~140 of the testcases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit e3c83fe09df8004cf11e8b488112e27b59db9a47
| | | Author: Anton Sodja 
| | | Date:   Mon Aug 30 15:55:47 2010 +0000
| | | 
| | |     Replaced isblank() with isspace(), because the former was added with C99
| | |     standard and it seems not every compiler supports it.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 653fe0e1a03fa0f9649962b66695256e407595ad
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 30 15:12:46 2010 +0000
| | | 
| | |     - ANTLR3 rules almost done. Can now link it with the omc executable, but it crashes for most input :)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile
| | | M	Parser/Modelica.g
| | | M	Parser/main.c
| | | 
| | * commit 83464e2924e0ef9672489751035fd50206d2f9e1
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 30 11:16:24 2010 +0000
| | | 
| | |     - More actions to the ANTLR3 parser
| | |     - Now initializes like an RML module so we can use real RML calls and see how slow the parser is using lots of malloc()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | M	Parser/main.c
| | | 
| | * commit 22b3bcf7e8a82dfcc30959f4ac8c3b3fe740b56e
| | | Author: Anton Sodja 
| | | Date:   Sun Aug 29 17:54:21 2010 +0000
| | | 
| | |     Reimplemented tables.{h,cpp} (and hopefully made code more clear)
| | |     and also added support to load tables form MAT-file ver4.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | 
| | * commit 07dfbfe0735c9263d968142098db654e483e694b
| | | Author: Martin Sjölund 
| | | Date:   Sun Aug 29 12:55:35 2010 +0000
| | | 
| | |     - More actions to the ANTLR3 parser
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 297e5be012024a132b576edcd805c5fddd9e598c
| | | Author: Martin Sjölund 
| | | Date:   Sat Aug 28 15:18:04 2010 +0000
| | | 
| | |     - More actions to the ANTLR3 parser
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile
| | | M	Parser/Modelica.g
| | | M	Parser/main.c
| | | 
| | * commit 0ab6e1f723d09aab02776d31742a321ae03d5791
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 27 19:26:09 2010 +0000
| | | 
| | |     - File encoding UTF-8 to 8859-10 (c_runtime/solver_main.cpp)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit c460bfef479194a339d9a2b2d1c16f7e0e2e0d14
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 27 19:13:27 2010 +0000
| | | 
| | |     - Fixed RK allocation issues once and for all (alloca doesn't work in mingw, so we use a global malloc instead)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_inline_solver.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 99c14162902e76d4ad335b0365ccb6010abad7a0
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 27 18:42:10 2010 +0000
| | | 
| | |     - Guard some macros in f2c.h so they don't mess with C++ headers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/f2c.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/modelica.h
| | | 
| | * commit fcd11b39fa27db1a89e69429b15540cd6151ebdb
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 27 17:45:57 2010 +0000
| | | 
| | |     - Changed RK allocation method to alloca instead of variable-length arrays, since Visual Studio doesn't support those...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 5e65412bd9fd84ad707009be612130f2389f3435
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 27 16:25:59 2010 +0000
| | | 
| | |     - Another memory leak in rungekutta_step fixed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 1b8845ec4b475e27cb87cadb27e4f2738d7bb803
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 27 16:19:31 2010 +0000
| | | 
| | |     - Fix rungekutta memory leak
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 619142f0c0277aea10a9d7b70aaae16ed751f684
| | | Author: Otto Tronarp 
| | | Date:   Fri Aug 27 14:19:29 2010 +0000
| | | 
| | |     Re-enabled the general handling of import in Cevalfunc.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | 
| | * commit 57979b084e09a69bde6cb894fd6f83ff10a1673d
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 27 13:50:43 2010 +0000
| | | 
| | |     - Added some actions to the ANTLR3 grammar
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile
| | | M	Parser/Modelica.g
| | | 
| | * commit 1ceb951dfd475414f8efb27ecd2bde4b032e4af5
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 27 07:49:37 2010 +0000
| | | 
| | |     -Added Util.arrayMap and Util.arrayMapNoCopy for mapping functions over arrays.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 14872126a70098bcbd494552ec1ea533c5e37ba1
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 27 06:34:33 2010 +0000
| | | 
| | |     - Fix building ANTLR3 parser prototype on Linux (ignore the directory recursion in the executable as it is written in Win32 API)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Makefile
| | | M	Parser/Modelica.g
| | | M	Parser/Modelica.tokens
| | | M	Parser/main.c
| | | M	Parser/runantlr.sh
| | | 
| | * commit c0b665a3f0e4e4b7197face01969102dd3d4fbf5
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 26 14:16:12 2010 +0000
| | | 
| | |     - Changed output of a flat class from fclass to class (omc a.mo > a.mof; omc a.mof no longer causes a parsing error)
| | |     - All testcases have been updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEDump.mo
| | | 
| | * commit 7e90ffe63c6a8334f1a8cc6d6de976bcea1cb908
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 26 13:33:38 2010 +0000
| | | 
| | |     - Fix and add testcase for Integer() of enum
| | |     - Fixes bug #1250
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit f8ba685186385113715746a4b2f6638182d32e4c
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 26 12:31:16 2010 +0000
| | | 
| | |     - Fixed the copyright information displayed to the user when running omc,mosh,OMShell or OMNotebook (years were outdated, etc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit 7525cd61ee5467d28abe3004b774836fd8527f8c
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 26 11:42:50 2010 +0000
| | | 
| | |     - Simulation runtime change:
| | |       - The cref defines also define $P$old<%cref%> (and old2)
| | |       - This is a replacement for the old() old2() functions and is a lot faster
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_inline_solver.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 17363ad41d6784de8724be79d8cdd92ac3ea057c
| | | Author: Pavol Privitzer 
| | | Date:   Wed Aug 25 17:50:33 2010 +0000
| | | 
| | |     - fixed a bug in SimCodeC.daeExpAsub() in the last case where context condition should be FUNCTION_CONTEXT vs. other contexts (did not work for OTHER context)
| | |     - removed a redundant case (repetitive code) with Susan's "or case" feature in SimCodeC.daeExpMatrix()
| | |     - a new version of C# code generator (better array support in functions, mainly 2D slicing)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | 
| | * commit df41f5a194c1e96fed396087dbfce5e724c6bd74
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 24 08:02:05 2010 +0000
| | | 
| | |     - Improved the rungekutta implementation (call functionODE n times per loop instead of n+1)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_inline_solver.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit fdb9a8bcfaa3a1c9f7ef2c453c61721d0ff11efb
| | | Author: Alexey Lebedev 
| | | Date:   Mon Aug 23 14:50:54 2010 +0000
| | | 
| | |     Improved error messages in Static.mo - added Prefix information into them. Modified test files where needed. See http://openmodelica.ida.liu.se:8080/cb/issue/1235?navigation=true
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 5e4adf4392fc622ab2f7ad4d53618d6156bcc9bb
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 20 13:44:55 2010 +0000
| | | 
| | |     - Backup algebraics in functionDAE_res, as per bug #1176
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 309ea32fe328e18b60f56f5d70527978434a07d8
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 20 12:23:20 2010 +0000
| | | 
| | |     - Added runtime support for array equations "cref = fn()", where the cref is an integer array
| | |     - Solves bug #1242
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 4658adc790f9dea92006f910edc5744f550d9777
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 20 10:02:37 2010 +0000
| | | 
| | |     - Changed the inline implementation slightly so that it works properly with events
| | |       - Added functionODE_inline in the runtime (only called by the inline solver)
| | |       - Now uses RK order 4 properly (was order 1 previously)
| | |       - Verified that RK produces correct results with der(z) = time
| | |       - The inlined code now updates the global time instead of the solver routine
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/simulation_inline_solver.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 3f53ac6a7cc405f6f3d35cdafcc49bdc9520ae6f
| | | Author: Adrian Pop 
| | | Date:   Thu Aug 19 21:56:38 2010 +0000
| | | 
| | |     - fixed setting the compilation command on Windows for Inline solvers
| | |     - fixed test name in InlineSolverCodeGenerationRK.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit 8a44c138e0152b611e57830a79ddb06b1217b569
| | | Author: Per Östlund 
| | | Date:   Thu Aug 19 11:46:41 2010 +0000
| | | 
| | |     - Fixed simplification of min and max so that a value of the right type is
| | |     returned. This fixed the mosfiles-nosim/matrices test case.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 6976d45292bab587d9ea26bcd84ba7319e10f13d
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 19 11:43:07 2010 +0000
| | | 
| | |     - simulate(..., method="inline-...") now sets the environment variables required during compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	c_runtime/simulation_inline_solver.h
| | | 
| | * commit f4995318fde22162efb5933aa93cc390c27143e3
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 19 10:38:47 2010 +0000
| | | 
| | |     - Added "inline-rungekutta" solver
| | |       - Uses C preprocessor, and for now "inline-euler" and "inline-rungekutta" requires adding environment variables so that the executable compiles code for the inlining
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/simulation_inline_solver.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit a21a1ea5f6dbc31eab2681827f4c71d51b81ef03
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 17 14:26:34 2010 +0000
| | | 
| | |     - Only use EQUATION_GENERIC_FAILURE if no other error message was output during instantiation of the equation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/SimCodeC.mo
| | | 
| | * commit 67e58194ffe9aacf5a5fa21b9638f1af33c56c45
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 17 13:44:43 2010 +0000
| | | 
| | |     - Add line numbers to error messages in Inst.checkConnectTypes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit d78c0de047c5c8137a6b2c63b71c648523c6b66b
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 17 11:56:47 2010 +0000
| | | 
| | |     -Added extra guard to Exp.solve so it doesn't solve equations like a*b=0 w.r.t. a. (a is not necessarily zero)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 31bc1393e0df499bb93a8be5523ef0111aa0fc4e
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 17 11:14:25 2010 +0000
| | | 
| | |     -Made DAE.transformIfEqToExpr public again since MathCore uses it in their backend.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit 1dc7a518669e8be9aa173a0c2290914c1a83e161
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 17 09:57:23 2010 +0000
| | | 
| | |     - Added new solver "inline-euler"
| | |       - Works for all equation blocks OpenModelica currently can generate derivative assignments for
| | |       - Does not generate callback functions for all the blocks (which means it can't be used to implement inline-rungekutta)
| | |       - Mixed equation systems inline the solver in each iteration, which is not optimal performance
| | |       - Does not require any API calls or flags to use this solver - simulate(..., method="inline-euler") works
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_main.h
| | | 
| | * commit dd34e69631b2d35a433a029eb72a84f9e6c03497
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 16 11:38:10 2010 +0000
| | | 
| | |     - Changed SimCode.SES_SIMPLE_ASSIGN.cref to a ComponentRef instead of Exp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | D	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit a6b7fd432ab08cc9acf0ab59f3923291cdfd34a9
| | | Author: Per Östlund 
| | | Date:   Mon Aug 16 09:57:52 2010 +0000
| | | 
| | |     - Added failtrace to DAELow.lowerStatementInputsOutputs.
| | |     - Fixed correct type of DAE.STMT_ASSIGN_ARR in Algorithm.makeAssignment2.
| | |     - Fixed code generation for array equations in algorithm sections in models.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 704c78d5e27f7ba1a6bef62df2a90d22bf78d5d8
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 16 09:01:23 2010 +0000
| | | 
| | |     - Removed the SIMVAR to String to function from the template; the cref stored in it is sufficient to create the string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 64408a43a2be1abd74d5a49ba0aa97529a395fca
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 13 19:00:39 2010 +0000
| | | 
| | |     - Fix a configure issue when using sendData-Qt on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 66dc286c088896abe2c7552cbc8d3caf1d9666c7
| | | Author: Martin Sjölund 
| | | Date:   Fri Aug 13 13:01:56 2010 +0000
| | | 
| | |     - Added a generic error message for failing to instantiate an equation
| | |       - There are many ways that the equations can fail, and only error messages for some; it's important to at least print something
| | |     - Closing bug #1239 (which had 2 errors in it; neither of which were caught)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SCode.mo
| | | 
| | * commit 329884227da008615f65fdee2c5f6f8776644469
| | | Author: Per Östlund 
| | | Date:   Thu Aug 12 13:12:38 2010 +0000
| | | 
| | |     - Added getVectorizationLimit to complement the previously added
| | |       setVectorizationLimit API call.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 7d95a39cc56c51fb95a4d0261c0f3ddbf28ec4aa
| | | Author: Per Östlund 
| | | Date:   Thu Aug 12 11:41:32 2010 +0000
| | | 
| | |     - Removed check for DAE.VARIABLE in SimCode.daeInOutSimVar so that it doesn't
| | |       fail for parameters in functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 1e5a948fef54d12e0afbf0f9643370bde8c7e10c
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 12 10:55:48 2010 +0000
| | | 
| | |     - Updated OMC lexers to use look-ahead that detects if +. is supposed to be PLUS followed by some text, or realAdd (i.e. PLUS)
| | |     - Fixed bug #1148, and added testcase RealOpLexer.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit 8bd36e4d51ceac85510ad2284cb2674cfff5c86b
| | | Author: Martin Sjölund 
| | | Date:   Thu Aug 12 10:48:57 2010 +0000
| | | 
| | |     - Refactoring MetaModelica Real operations
| | |       - The source code now contains a space after each real oepration (e.g. a*. 0.4)
| | |       - The RML and OMC parsers will be updated to require a space after these operations in order to avoid ambiguity with regular Modelica code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTable6.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/HashTableStringToPath.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TplMain.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit 9cd5dc1242dd2407fef7ac44eeecdb20051b5a85
| | | Author: Per Östlund 
| | | Date:   Thu Aug 12 09:50:24 2010 +0000
| | | 
| | |     - Added setVectorizationLimit as an API command.
| | |     - Cleaned up implementation of vectorization limit in RTOpts, and sprinkled some
| | |       comments on it.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 55d6d0b301633910a728cf17c52c09401388858c
| | | Author: Per Östlund 
| | | Date:   Thu Aug 12 08:55:40 2010 +0000
| | | 
| | |     - Unlifts both sides of the equation in Inst.instArrayElEq, so that their type
| | |       is correct.
| | |     - Added testcase mosfiles/ArraySlice.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit f3ae7f3db24305f100899c776a3fa2d61bd5b9b7
| | | Author: Martin Sjölund 
| | | Date:   Wed Aug 11 09:33:23 2010 +0000
| | | 
| | |     - Backend: Better error messages when if-equation to if-expression fails.
| | |     - Backend: Ignore assert() and terminate() in if-equations, and print a warning. We need to do this to get some MSL models to generate code since OpenModelica doesn't fully support if-equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Error.mo
| | | 
| | * commit c60144e20c5d5b6dc9580ab71f3a2f8cb3fdfdf2
| | | Author: Per Östlund 
| | | Date:   Wed Aug 11 08:27:33 2010 +0000
| | | 
| | |     - Moved an failtrace guard in instElement so that error messages are printed
| | |       correctly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 7d0e021567378ccad309c7337404b008eb1c3b2e
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 11 04:39:45 2010 +0000
| | | 
| | |     -Fixed bug with prefixing of expressions inside subscripts of component references (Bug reported by Hannes Edinger). (testcase in ArrayIndex.mo)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit ce8d339cb30911e1321447151d1e5c2ef5a0ac8b
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 10 13:51:30 2010 +0000
| | | 
| | |     - Enforce that function calls with multiple output have a tuple of crefs on the left side of an equality equation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit cdb205fde32dfa1a4fce33061e6ab294b336bfbd
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 10 09:48:18 2010 +0000
| | | 
| | |     - Added output String name to lookupVar functions, so it's possible to create the correct FQ path from the output
| | |     - Testcase Import6 tests this (import a=X.b would previously get FQ path X.a)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit bb5feeb382c7bd4939d5319db3aa8bf858ecbb54
| | | Author: Per Östlund 
| | | Date:   Tue Aug 10 07:38:41 2010 +0000
| | | 
| | |     - Added the new vectorization limit switch to the help text of OMC.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit 6e356d937dbfe50f806f03f0c5f4bc91e2789c09
| | | Author: Per Östlund 
| | | Date:   Tue Aug 10 07:32:10 2010 +0000
| | | 
| | |     - Added command-line switch to set the vectorization limit used by
| | |       Static.crefVectorize.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/optmanager.cpp
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit c6f0127ec6eb7c5c1875fd57a959acf3bd9238ed
| | | Author: Martin Sjölund 
| | | Date:   Tue Aug 10 07:20:04 2010 +0000
| | | 
| | |     - Fix XmlDump; escape comments (bug #1101)
| | |     - Fixed the rtest script, so that it is possible to have output that starts with "xmlNameSpace:..." or similar
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit c90ce8d6d959acacd7fc1507aea7046d384d5bac
| | | Author: Per Östlund 
| | | Date:   Tue Aug 10 06:33:06 2010 +0000
| | | 
| | |     - Readded changes made in revision 5900 that were removed in revision 5901,
| | |       since they seem to be working anyway.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit af398596a7990bfcc834a504c41ecc317f8129ca
| | | Author: Per Östlund 
| | | Date:   Mon Aug 9 14:33:48 2010 +0000
| | | 
| | |     - Undid revision 5900, since it caused some testcases in mofiles to fail.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit f026142a2a74942c27a967c439a5bbf463fb69fe
| | | Author: Per Östlund 
| | | Date:   Mon Aug 9 14:21:04 2010 +0000
| | | 
| | |     - Fixed code generation of functions returning tuples.
| | |     - Added testcase that tests the above fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 0472e19dbaf3e785abad97fef04963ef68f9f212
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 9 13:41:08 2010 +0000
| | | 
| | |     - Changed elaboration of cat() to ignore checking that the dimension we concatenate over is always identical
| | |       - Fixes bug #112
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 42a586f6dba6bacbc17497a7025358f4299cc16e
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 9 12:03:38 2010 +0000
| | | 
| | |     - Fixed the DAE function cache when elaborating the expression in a reinit() statement
| | |       - Added simulation testcase FunctionReinit.mos
| | |       - Closing bug #1023
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit b19ccda0379b318cd74c4e1336c259e0a09749e9
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 9 10:21:52 2010 +0000
| | | 
| | |     - Use $(MAKE) in c_runtime Makefiles, to suppress warnings
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 4d3e6c0d974a1cca500ad5ebf3fdb0a7c2b5e021
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 9 10:17:32 2010 +0000
| | | 
| | |     - Added runtime code for semiLinear(), and added simulation testcases for it
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit 885d0c8547dfa98ee94315c9aea49babbb706d49
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 9 09:52:09 2010 +0000
| | | 
| | |     - Improve the error message when trying to use a non-linear system of equations in a when-equation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 1c97aa013adc69fd6918c05c9583a4ed6782d714
| | | Author: Per Östlund 
| | | Date:   Mon Aug 9 08:49:07 2010 +0000
| | | 
| | |     - Commented out cases for arrays in writeLhsCref in SimCodeC.tpl.
| | |     - Changed the type of return variables for the size operator to modelica_integer
| | |       instead of size_t, so that min works on arrays of unknown dimensions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 8dac993ab4482910e17b6e8db8e906a9ffa59bfd
| | | Author: Martin Sjölund 
| | | Date:   Mon Aug 9 06:57:22 2010 +0000
| | | 
| | |     - In errorext.cpp, fix the error message when a mismatched delCheckpoint is detected (id and top of stack used to be switched around, making you debug the wrong piece of code)
| | |     - Added checkpoint rollback for "instArray", and renamed it "instArray Real[0]"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 51e05b98bd9576af9ca4418608b444913c04c0b6
| | | Author: Anton Sodja 
| | | Date:   Fri Aug 6 18:20:06 2010 +0000
| | | 
| | |     Corrected SimCode.getInitalValue(), so it check that variable's initial
| | |     value is a constant.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 291c7aba13a941f8712f5c3fad44f0072f63fc39
| | | Author: Anton Sodja 
| | | Date:   Fri Aug 6 14:32:40 2010 +0000
| | | 
| | |     Added additional fields to SimCode.SIMVAR structure:
| | |     - String unit, displayUnit
| | |     - Option initialValue (from modified SimCodegen.generataInitData{3,4})
| | |     
| | |     (This fields are currently unused in the `trunk'.)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit edf3ffafc812f2f05c3472067d70b3afb3b43f6b
| | | Author: Jens Frenkel 
| | | Date:   Fri Jul 30 19:07:44 2010 +0000
| | | 
| | |     - Exp.mo
| | |       - add function expLastSubs
| | |     - DAELow.mo and VarTransform.mo
| | |       - extend arrays if elements of the array has to be replaced
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 9b6205d81db9f4bea0aecac8867222e314321003
| | | Author: Pavol Privitzer 
| | | Date:   Mon Jul 26 17:01:17 2010 +0000
| | | 
| | |     - fixes to make slicing like
| | |         a[1,:] := a[:];
| | |       and/or
| | |         a[2:3,2] := x[2:3];
| | |       work:
| | |       - fixed code in indexed_assign_real_array(), index_real_array() and index_alloc_real_array()
| | |       - fixed daeExpCrefRhsIndexSpec() template to generate "zero" dimension size for scalar subscripts for INDEX case:
| | |            (0), make_index_array(1, <%expPart%>), 'S'
| | |       - added test ArrayAssignWholeDim.mo; but it should be moved to mosfiles to ensure C-runtime invocation
| | |       TODO: the same should be done for integer_array.c; then the character slice coding, i.e. 'S','A','W', can be removed entirely;
| | |             or, perhaps, the slicing operation can be generated inline as appropriate nested for loops (I'll do that for C# generator, then it may be ported back to C++)
| | |     - fixed daeExpAsub() template for _get_1D() .. _get_4D() constant index cases ... decremented indexes, because the _get_#D() functions works with zero based indexes
| | |     - commented out #include "utility.h" in simulation_events.cpp to enable debugging in Visual Studio
| | |     - added NO_INTERACTIVE_DEPENDENCY macro switch used in simulation_runtime.cpp for simpler compilation of simulation runtime in Visual Studio
| | |     - added SimCode.cref2simvar(ComponentRef,SimCode)->SimVar function and daeLow field into SimCode.SIMCODE record to enable lookup of representation arrays in templates (C#);
| | |       note that only cref2simvar() is visible from templates, but not the daeLow field which is not added to SimCodeTV.mo;
| | |         the function needs a SimCode value as a whole, so the implementation is effectively hidden from templates' viewpoint;
| | |       BUT, this is only a workaround for the lack of the needed information in component references themselves (hope they will have it in the future);
| | |       see usage of cref2simvar() in SimCodeCSharp.tpl
| | |     - added extern int const specifiers in functionStoreDelayed C++ template to resolve a link problem in VC++
| | |     - renamed local identifiers named cref to cr or ecr (ecr when of type DAE.Exp) in the C++ templates to disambiguate them from cref() template name (will be checked in the future; now value binding names and template names has separate name scopes, but that will be changed in the next versions of Susan);
| | |       maybe the cref() template should be renamed to compRef() because there exist fields named cref in SimCodeTV.mo
| | |     - simplified several constructs like '<%val%>' to just val and/or like (libs |> lib => lib) to just (libs) in C++ templates
| | |     - re-factored some case clauses when they shared the same then part (Susan can have "or" cases,e.g.: case PAT1 case PAT2 case PAT3 then tplExpr ... where the same tplExpr is lexically used for every given case)
| | |     - renamed subscriptsTpl() and subscriptTpl() templates to more suitable names subscriptsStr() and subscriptStr()
| | |     - added many improvements in C# code generator
| | |     - changed some make commands for Susan/C# codegen testing
| | |     - added testmo make command to Makefile.common
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | M	Compiler/susan_codegen/test.tpl
| | | M	Makefile.common
| | | M	c_runtime/real_array.c
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 95e688a3cede9239311ee669e488652781ee12c5
| | | Author: Anton Sodja 
| | | Date:   Fri Jul 23 11:06:30 2010 +0000
| | | 
| | |     Added output of results into a MAT-file that Dymola is able to read, so
| | |     Dymola's variables' browser can be used.
| | |     Specifications of Dymola's output format are described in Dymola User's Guide.
| | |     
| | |     Currently is this outputFormat designated as "mat", but should be changed
| | |     (as there is no need to have output to MAT-file only formatted according
| | |     to Dymola).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/simulation_result_mat.cpp
| | | A	c_runtime/simulation_result_mat.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 3176b779696c6de6a6bd0c29d0381c131e39e24d
| | | Author: Per Östlund 
| | | Date:   Thu Jul 22 08:45:08 2010 +0000
| | | 
| | |     - Fixed constant evaluation of for iterators.
| | |     - Added test case ForIf.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 99ea8af7d449b108505b211347e8de2f3674b253
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 21 09:28:07 2010 +0000
| | | 
| | |     -removed __inline when compiling with visual studio, because it can not cope so well with inline in combination with extern, causing linking error.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit eadb012bbd63fb18c8b7b80f3ffd61982156176a
| | | Author: Per Östlund 
| | | Date:   Wed Jul 21 07:39:22 2010 +0000
| | | 
| | |     - Fixed small mistake in instantation of reinit statements.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit c6a172fe0854436e934ec03fdf8cf0013a66e4e8
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 20 15:20:00 2010 +0000
| | | 
| | |     -Fixed bug with infinite recursion when trying to constant evaluate parameter that has no binding (must be allowed when e.g. checking models). Testcase in multibody/checkingModels/BodyCylinder.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ConnectUtil.mo
| | | 
| | * commit 0df1c741a9460040750bdbb518dd41f0581f70cb
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 20 15:05:58 2010 +0000
| | | 
| | |     -Added error message for structurally singular equation (e.g. 0=0). Before we only had message for structurally singular system.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | 
| | * commit f356f497837f849b5efa7f01de3ee00c3c1fb309
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 20 09:22:40 2010 +0000
| | | 
| | |     -Added ClassInf.State to the Prefix information so at least the state is part of ET_COMPLEX information in DAE.VAR. Note that list of variables in ET_COMPLEX is still missing (this is a little bit of the chicken and egg problem, since the type can not be properly filled in before the type of the class is known). However, by at least having ClassInf.State in ET_COMPLEX one can distinguish between e.g. connector variables and other variables in the backend. Also note that for expressions in equations and algorithm the ExpType is correctly filled with type information, since those are elaborated first when the components have been instantiated (and their types are known), so the above is only concerning DAE.VAR objects.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 3cdea38380e74d8e0340f07091001617a058ca8e
| | | Author: Per Östlund 
| | | Date:   Mon Jul 19 13:01:56 2010 +0000
| | | 
| | |     - Fixed test case AlgorithmForInClass that was broken by commit 5859 by fixing
| | |       the lowering of for statements.
| | |     - Fixed bug #1236, constant evaluation of product in nested for iterators.
| | |       - Implemented constant evaluation of empty ranges in reductions.
| | |       - Extended sum reductions to also handle vectors, matrices and strings.
| | |       - Use correct type for the iterator variable.
| | |       - Extended the ConstantReductions test case to also test the new
| | |         functionality.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 5982a41b99ceb04cdff76b14a322fde2888c9978
| | | Author: Jens Frenkel 
| | | Date:   Sun Jul 18 17:32:11 2010 +0000
| | | 
| | |     - SimCode.mo
| | |       -collate crefs of arrays before template code generation
| | |     - DAELow.mo
| | |       -add function collateAlgorithm, collateArrExpm, traversingcollateArrExp
| | |     - SimCode/SimCodeC.tpl
| | |       - improve template algStmtTupleAssign to generate code for functions return arrays
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit f46d1cc24d73811f92ba27f4aeb3ed32936b609d
| | | Author: Jens Frenkel 
| | | Date:   Thu Jul 15 15:00:51 2010 +0000
| | | 
| | |     - Exp.mo
| | |       - simplify array of array * array with simplifyScalarProduct
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit bf4f3e2d49f764b4a0eded0eb5723f1063d401d9
| | | Author: Jens Frenkel 
| | | Date:   Wed Jul 14 21:00:53 2010 +0000
| | | 
| | |     - DAELow.mo
| | |       - extend arrays in algorithms
| | |       - fix bug DAE.STMT_ASSIGN_ARR results in error " Too few equations, underdetermined system. The.."
| | |     - SimCode.mo
| | |       - check index of array to test singleAlgorithmSection
| | |     - ToDo: SimCodeC.tpl   array = f(...), (array,array) = f(...)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit fcad441a8330354c265ace1fa87b307a6ec1e881
| | | Author: Per Östlund 
| | | Date:   Tue Jul 13 14:58:22 2010 +0000
| | | 
| | |     - Moved valueExp from Static to ValuesUtil.
| | |     - Added a new cevalIfConstant function to Ceval, and removed the old one from
| | |       Static.
| | |     - Removed calls to cevalIfConstant in Static, and added calls to cevalIfConstant
| | |     to Inst, Interactive and Mod where appropriate.
| | |     - Updated testcases due to changes in constant evaluation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/XMLDump.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | 
| | * commit faf9a638c4afa2276396165dad715351b12999c9
| | | Author: Adrian Pop 
| | | Date:   Tue Jul 13 02:12:30 2010 +0000
| | | 
| | |     - link of Lapack on mingw to the correct libraries.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 2ad8b3a0449116f008714ceaa5dec584665ba08b
| | | Author: Jens Frenkel 
| | | Date:   Mon Jul 12 21:21:30 2010 +0000
| | | 
| | |     - SimCode/SimCodeC.tpl
| | |       - use "int" for enumeration type for external functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 61836d2451a969128b13b61e30a132875a96230c
| | | Author: Adrian Pop 
| | | Date:   Sat Jul 10 21:49:44 2010 +0000
| | | 
| | |     - small fix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 9d3d91308c3a48ca62b27fbc59058e35a448c00c
| | | Author: Martin Sjölund 
| | | Date:   Sat Jul 10 16:21:13 2010 +0000
| | | 
| | |     - Propagate Absyn.Info from every equation and algorithm up to the DAE AST
| | |       - One exception: The parser segfauls on Absyn.Algorithm in mosfiles, so dummyInfo is provided for most algorithm sections.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 875344a484469aa0f07eb010437cad9ad8518741
| | | Author: Jens Frenkel 
| | | Date:   Sat Jul 10 15:05:24 2010 +0000
| | | 
| | |     - Builtin.mo
| | |       - add function isCross, isMax, isMin, isTranspose, isSkew
| | |     - DAEDump.mo
| | |       - add in function dumpDebugElement some elements
| | |     - DAELow.mo
| | |       - if initialarrayequation is lowered add it to initalarrayequations
| | |       - uncomment case for DUMMY_STATE in function statesDaelow2 because this is not a state
| | |       - add variables with kind STATE to BinTree "states" to avoid removing of states in function removesimpleequations
| | |       - if complex equations are lowered and extendet to its elements add array equations to list of array equations
| | |       - remove functions extendAllRecordEqns,  extendRecordArray, extendRecordEqOpt and extendExp because the are now unused (topic above)
| | |       - add cases for matrix expressions to lowerMultidimeqns2
| | |       - remove simple equations in function  matchingAlgorithm after index reduction because multibody models have a lot of simple equations after index reduction
| | |     - Derive.mo
| | |       - use Builtin to check if builtin function
| | |     - Exp.mo
| | |       - add case for functions min and max to function simplifyBuiltinConstantCalls
| | |       - to more simplifacation in case of array expressions
| | |       - add case for matrix + array of array to function simplifyMatrixBinary because function identity generates array of arrays
| | |     - SimCode.mo
| | |       - dump also components with bltdump in function translateModel
| | |       - improve createSingleArrayEqnCode
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 61e8401a04867b1345103f88f1c3a17caef60442
| | | Author: Martin Sjölund 
| | | Date:   Sat Jul 10 04:14:05 2010 +0000
| | | 
| | |     - configure searches also for omniidl in the specified place
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 51a882977997b7297472ed925b981b2299c163ec
| | | Author: Martin Sjölund 
| | | Date:   Sat Jul 10 04:04:12 2010 +0000
| | | 
| | |     - configure for mico in custom directory, not on path
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 6d9af779684a070a07171588df53475e76a7d1c8
| | | Author: Adrian Pop 
| | | Date:   Fri Jul 9 16:52:32 2010 +0000
| | | 
| | |     - test commit in the new server
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-WIN32.txt
| | | 
| | * commit c37fd0165c95087efd9b91ca8365581e283a6f38
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 09:08:34 2010 +0000
| | | 
| | |     - systemimpl CFLAGS for OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit c95244d1357696bf978c594c246b917bacda9c86
| | | Author: Jens Frenkel 
| | | Date:   Thu Jul 8 09:01:19 2010 +0000
| | | 
| | |     - Exp.mo
| | |       - try to simplify exp in ASUB in simplifyAsub if all other cases not true
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit f48be22180f861eba9c49221d3b9283e6738f440
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 07:32:26 2010 +0000
| | | 
| | |     - Syntax error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5066a3ba34ba6f75ef4dcfee6ce48bd1f210e65b
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 07:30:01 2010 +0000
| | | 
| | |     - Add check for -ffloat-store in the configure script. That also solves dassl runtime issues.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit ef901fba1a92ba5d180f77ed16a7210edb931265
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 06:08:37 2010 +0000
| | | 
| | |     - Change -msse to -msse2 as we need to use SSE on doubles, not floats
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 863b07dd8ed1c4c4f3d8fb651dd5b2b0c66050d6
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 05:19:13 2010 +0000
| | | 
| | |     - Set -msse in configure in case the instruction set does not have it enabled
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit aa859532c6bd175e74172092560480eeba6c7489
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 05:09:26 2010 +0000
| | | 
| | |     - Running autoconf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | 
| | * commit 3abdc5e9daf55129ca2d3fa1ef2b4eec27898f52
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 05:03:24 2010 +0000
| | | 
| | |     - It's called -mfpmath, not -fpmath....
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit bb08ee6bbab79740bb4f1321d398f7ee5fac6379
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 04:48:00 2010 +0000
| | | 
| | |     - Force -fpmath=sse on Linux platforms, as otherwise simulations spin forever (32-bit)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit d8d92ad600848d2b93cfe3766643dc8a5ffbc7c7
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 8 04:14:47 2010 +0000
| | | 
| | |     - Fix configure on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit ac71acc42142d91d6daae9b62381cb7f3b4e11b6
| | | Author: Jens Frenkel 
| | | Date:   Wed Jul 7 13:06:03 2010 +0000
| | | 
| | |     - SimCode.mo
| | |       - fix bug in derVarFromStateVar to avoid redefinition of macros in generated code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit a50e099c4d39294ad25dd70340d20d70e64174ab
| | | Author: Jens Frenkel 
| | | Date:   Wed Jul 7 09:55:00 2010 +0000
| | | 
| | |     - SimCode.mo
| | |       - bugfix code generation for arrays in function createNonlinearResidualEquations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit b72b8c82fb8b46be61cde5d13e891fba4cf9bbf3
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 7 09:54:21 2010 +0000
| | | 
| | |     - Added Absyn.Info field to Absyn.{Equation,Algorithm}Item
| | |     - Renamed SCode.Algorithm to SCode.AlgorithmSection since that is what it is
| | |     - Added new datatype SCode.Statement, which is what an AlgorithmSection contains lists of
| | |       - All statements have comment and info fields preserved so they can be used by Inst/Error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Dependency.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/omc_release/Makefile.in
| | | M	Makefile.in
| | | 
| | * commit 4dfe86b35ffe8ed56cadfe8c8c048ef952f4fe01
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 7 08:23:19 2010 +0000
| | | 
| | |     - Updated checkSettings() to also post "uname -a" output
| | |     - Compiler/runtime/Makefile no longer sets -O3 twice
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit 0439004d510583ced0d4b2483898c6d4b5153f8e
| | | Author: Martin Sjölund 
| | | Date:   Wed Jul 7 08:05:56 2010 +0000
| | | 
| | |     - Updated c_runtime/Makefile to use the CFLAGS set by the configure script
| | |       - OMDev is still always -msse2
| | |       - Default Unix is -O3 -march=native, which means it's tuned for your CPU regardless of what kind you are using
| | |       - To override, specify any CFLAGS (CFLAGS=-O2 ./configure, ./configure CFLAGS=-O2, etc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit b22dd42b4f911b1df71ec144c85a46962115d29a
| | | Author: Willi Braun 
| | | Date:   Tue Jul 6 16:46:39 2010 +0000
| | | 
| | |     update dassl2 in main_solver
| | |      + change step calculation
| | |      + and some minor changes regards error treatment
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_dasrt.h
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_main.h
| | | 
| | * commit 6dbad112af8d2a039acc91f6c44fb7e6e74c4f10
| | | Author: Jens Frenkel 
| | | Date:   Tue Jul 6 15:07:48 2010 +0000
| | | 
| | |     - Derive.mo
| | |       - add der(der(cref)) to traversingcrefOrDerCrefFinder
| | |       - derivative of functions max, min, sqrt, cross, transpose, array*scalar, ...
| | |       - derivative of matrix
| | |     - DAELow.mo
| | |       - add number to dumpArrayEqns
| | |       - use Exp.traverse for replaceDummyDerOthersExp
| | |       - extend expressions in complex equations
| | |     --> now multibody elementary examples PendulumWithSpringDamper simulates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit a846a7368ec70a6ef6b8785c420aacc9402fff13
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 6 14:12:12 2010 +0000
| | | 
| | |     -Fixed copy paste bug introduced in r5807 (in isZero)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 32d2a69e52c6f76a2f77523dfd1bed538efa69a1
| | | Author: Willi Braun 
| | | Date:   Mon Jul 5 18:40:36 2010 +0000
| | | 
| | |     update dassl2
| | |      - add warm-start functionality when no event occuors
| | |      - work faster than dassl
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | M	c_runtime/solver_main.h
| | | 
| | * commit 98082848255255fca71b090c28ec69f07d09cc78
| | | Author: Jens Frenkel 
| | | Date:   Mon Jul 5 14:19:29 2010 +0000
| | | 
| | |     - DAELow.mo
| | |       - makeMatrix: check if exp is scalar
| | |       - use SUB_ARR because Exp.isConst work now for arrays and matrix
| | |       - calculateJacobian: make array equations singular with all possible subscripts
| | |     - Exp.mo
| | |       - isZero implement Matrix
| | |       - isConst implement Array and Matrix
| | |     - SimCode.mo
| | |       - dlowEqToExp: make array equations singular with all possible subscripts
| | |     - SimCodeC.tpl
| | |       - implement built in function cross
| | |     --> now multibody elementary examples DoublePendulum,InitSpringConstant,Pendulum,PointGravityWithPointMasses,World simulates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit bf09803926cf9412ac33c3bfd7de64fa3636467e
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 5 12:38:32 2010 +0000
| | | 
| | |     - Fix configure script so include flags in qmake are set correctly (does not expect -I input as gcc does)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 3a964eba85ec76270ba401ab9e2c494d618e7d66
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 5 10:11:28 2010 +0000
| | | 
| | |     - Added new field to DAE.ElementSource
| | |       - A list so we can propagate line numbers for equations/algorithms further
| | |       - Absyn.mo does not yet contain this information, so the list is empty for now
| | |     - Changed code generation of functions without outputs
| | |       - They now have void as return type, and we generate a lot less code when calling them
| | |     - Added support for using builtin functions as function pointers
| | |       - PartialFn14.mos tests this functionality
| | |       - So far only print() is implemented in the runtime
| | |     - SimCode.getCalledFunctionsInFunction was updated slightly to work better with the new DAE structure
| | |       - DAEUtil.getNamedFunction now also looks in the FunctionTree structure
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit c4e97f2be5da5d54d587aed708999cdbff238c6d
| | | Author: Martin Sjölund 
| | | Date:   Mon Jul 5 06:27:51 2010 +0000
| | | 
| | |     - Adding new tests to API checkSettings()
| | |       - In the CWD: try to create a file, then remove it
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 1528f62f53ffba3f97de522a87ebdeed54330e8e
| | | Author: Jens Frenkel 
| | | Date:   Sun Jul 4 18:39:55 2010 +0000
| | | 
| | |     - DAELow.mo
| | |       - bugfix calculateIndexes now all arrays close together
| | |     - Derive.mo
| | |       - use type if componentref is derived
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit bc4fc344aebd5de5eb6ff2b6803a28da05c2388d
| | | Author: Jens Frenkel 
| | | Date:   Sun Jul 4 08:02:53 2010 +0000
| | | 
| | |     - DAELow.mo
| | |       - extend all records in array equations so remove simple equations will work
| | |     - Inline.mo
| | |       - case for inlining functions with record constructors as arguments
| | |     --> DoublePendulum oscilates now with model Revolute( constant Real e[3] and constant Modelica.Mechanics.MultiBody.Types.Axis n  instead of parameter)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 592e60f5a3d8a26e599109207b9fdd4f07179fd1
| | | Author: Adrian Pop 
| | | Date:   Fri Jul 2 23:54:31 2010 +0000
| | | 
| | |     - no need to call generateFunctions2 in createFunctions anymore
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 7bb64a887793b110d23e60451db92e5a5835c6f5
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 2 10:47:36 2010 +0000
| | | 
| | |     - Moved elaboration of NONE into elabCref to reduce the failtrace generated by MetaModelica files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 879e3caf3aaa17816480530f0f79c590ecab6407
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 2 08:38:24 2010 +0000
| | | 
| | |     - Call instantiateDaeFunction when elaborating a cref that is a function reference
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 809f1e2d5bbcfee267a5140d44ca4fcf1cffcb26
| | | Author: Martin Sjölund 
| | | Date:   Fri Jul 2 06:46:08 2010 +0000
| | | 
| | |     - Spelling error omshell
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit b4a2e7d1befe4f9980efe8ed0f18640e96f02ad5
| | | Author: Jens Frenkel 
| | | Date:   Thu Jul 1 22:16:00 2010 +0000
| | | 
| | |     - DAELow.mo
| | |       - extend all unextended array componentref so the rest of the backen would work right
| | |     - SimCode.mo
| | |       - replace der operator also in multidimequations
| | |     now multibody double pendulum model generates compilable code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 957c669ab5e2e2457f0b76b47264c18fd46b93f9
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 1 19:16:58 2010 +0000
| | | 
| | |     - matrix.h: Fix off-by-one error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/matrix.h
| | | 
| | * commit 08a1883d0cb40fc91f135903323882f92efc8e78
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 1 19:16:33 2010 +0000
| | | 
| | |     - SimCode makefile update for OSX (cp -u is not valid in BSD Unix)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | 
| | * commit f38ce5c504029260389a870fd59dc294d00abfc6
| | | Author: Jens Frenkel 
| | | Date:   Thu Jul 1 13:43:31 2010 +0000
| | | 
| | |     - DAELow.mo
| | |       - function statesAndVarsExp add special Case for unextended arrays
| | |       - remove unneeded listreverses from calculateJacobian
| | |     - SimCode.mo
| | |       - createOdeSystem:
| | |         - because listVar orders the elements not like listEquation the pairs of (var is solved in equation) is  twisted, simple reverse one list
| | |     --> now multibody simple pendulum model oscillate
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit e1e9e606fbebca9754ff1cdeb329af7db6648499
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 1 13:42:38 2010 +0000
| | | 
| | |     - make install no longer tries to install qtclients if they were not compiled
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 04b2be40510a9c9aaad5892f406e6b9f2bd3a1aa
| | | Author: Otto Tronarp 
| | | Date:   Thu Jul 1 11:07:06 2010 +0000
| | | 
| | |     Added option to collect ZC from smooth.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/optmanager.cpp
| | | 
| | * commit 425b379cf835b844014b7c1536747ef0200f8c91
| | | Author: Jens Frenkel 
| | | Date:   Thu Jul 1 10:22:54 2010 +0000
| | | 
| | |     - bugfix createOdeSystem2 for arrays
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit a6335a62d740226710bb592ce4ee9b32caaca49e
| | | Author: Filippo Donida 
| | | Date:   Thu Jul 1 09:35:12 2010 +0000
| | | 
| | |     The "Boolean asInSimulationCode" parameter of the  dumpXMLDAE() API method was changed in "String translationLevel".
| | |     Allowed strings are: flat, optimiser, backEnd.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 8e0b9af17d8eb9711fee837978418e104a598263
| | | Author: Jens Frenkel 
| | | Date:   Thu Jul 1 08:09:25 2010 +0000
| | | 
| | |     - fix errors from last commit 5765
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 6edafbc6d996901d8c9cc4a68ad8026497e1bd60
| | | Author: Adrian Pop 
| | | Date:   Thu Jul 1 01:42:19 2010 +0000
| | | 
| | |     - replace equality(x = y) with stringEqual/intEq/realEq
| | |     - added more comments and updated some of the formatting
| | |     - use Exp.crefEqualNoStringCompare in ConnectUtil.setsEqual as we cannot have stringified crefs there.
| | |     - proper dimension printing in PrefixUtil.printPrefixStr
| | |     - removed some debug prints from SCodeUtil.mo to make it faster
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/TplMain.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitChecker.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit 4b6744d1b347256546a4d8bb0e80c2c366396f71
| | | Author: Adrian Pop 
| | | Date:   Thu Jul 1 01:23:52 2010 +0000
| | | 
| | |     - minor formatting changes for improved readability
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/MetaUtil.mo
| | | 
| | * commit 54403c44737e832bcef2cdbc586228719f059c71
| | | Author: Adrian Pop 
| | | Date:   Thu Jul 1 01:19:17 2010 +0000
| | | 
| | |     - proper error messages including the correct package name.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTable6.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/HashTableStringToPath.mo
| | | 
| | * commit e47e9efea58f924c348b4c2a1ec51114c3ec775c
| | | Author: Adrian Pop 
| | | Date:   Thu Jul 1 01:17:56 2010 +0000
| | | 
| | |     - faster Util.listSetDifference* functions.
| | |       Empty - B = Empty.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 898bad7d6b4814d1a87bb578642ff00fd07475ed
| | | Author: Adrian Pop 
| | | Date:   Thu Jul 1 01:04:44 2010 +0000
| | | 
| | |     - Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum now simulates
| | |     - fixes to handle code generation for world.gravityAcceleration function
| | |     - code generation for functions now take the functions from the DAE.FunctionTree
| | |       instead of re-instantiate them
| | |     - some problems appeared with partial functions (i fixed some of them but more debugging is needed to fix all)
| | |     
| | |     SimCode.mo
| | |     - SimCode.createFunctions now uses the functions already present in DAE.FunctionTree
| | |     - some more comments
| | |     - small fixes (functions can contain multiple definitions if they have a derivative annotations)
| | |     
| | |     SimCodeC.tpl
| | |     - handle enumeration comparison and types
| | |     - replace "." in identifiers with "_" in underscorePath
| | |     
| | |     DAELow.mo
| | |     - use basic type equality functions instead of polymorphic one
| | |     
| | |     DAEUtil.mo
| | |     - added DAEUtil.getFunctionNames to return the paths of all functions in the DAE
| | |     - use basic type equality functions instead of polymorphic one
| | |     
| | |     DAEDump.mo
| | |     - DAEDump.unparseDimensions is now public
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEDump.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 853d59ee674927bb11377a0e9867b696a6a9344a
| | | Author: Jens Frenkel 
| | | Date:   Wed Jun 30 21:11:33 2010 +0000
| | | 
| | |     - bugfix linearSystems with array equations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 2b5f014209de0d2dae98aabbb27ccd03ce7f9e9b
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 30 18:47:47 2010 +0000
| | | 
| | |     - updated OMCMonitor to work on Windows Vista and 7.
| | |     - updated the project to VS2010
| | |     - you can find a binary version here:
| | |       http://www.ida.liu.se/~adrpo/omc/OMCMonitor/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/OMCMonitor/OMCMonitor.c
| | | M	tools/OMCMonitor/OMCMonitor.sln
| | | A	tools/OMCMonitor/OMCMonitor.vcxproj
| | | A	tools/OMCMonitor/OMCMonitor.vcxproj.filters
| | | 
| | * commit 82cfddd80a730ce36790c95dd1a335104e514139
| | | Author: Jens Frenkel 
| | | Date:   Wed Jun 30 17:26:26 2010 +0000
| | | 
| | |     - fix SimCodeC.tpl for records(containing arrays) pushed to functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit bb14693ff29ea826280f8f7579e3cabe6fc06ae0
| | | Author: Alexey Lebedev 
| | | Date:   Wed Jun 30 14:08:59 2010 +0000
| | | 
| | |     - Added an error for components having bindings of variabilty higher than their own (see http://openmodelica.ida.liu.se:8080/cb/issue/1040);
| | |     - Fixed a bug in lookupVarF returning wrong properties;
| | |     - Improved error messages for non-processed modifications of built-in types;
| | |     - Modified testsuite accordingly.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 9b5a9f3701c5b9c5dbd84a8ea003f60dd2300e7b
| | | Author: Jens Frenkel 
| | | Date:   Wed Jun 30 11:27:25 2010 +0000
| | | 
| | |     - delete unneeded code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 0f5c22e193f4dd0b11a8786976e002a2164836d1
| | | Author: Jens Frenkel 
| | | Date:   Wed Jun 30 10:37:24 2010 +0000
| | | 
| | |     - bugfix expStripLastIdent
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 2850de44196a7242bcd9eb29f101e676c6beb399
| | | Author: Jens Frenkel 
| | | Date:   Wed Jun 30 09:43:42 2010 +0000
| | | 
| | |     - Derive.mo
| | |       - div ADD_ARR, SUB_ARR
| | |     - DAELow.mo
| | |       - simpleEquation for Arrays
| | |       - do inlining of Array equations in lowerArrEqn
| | |       - bugfix calculation Jacobian for arrays
| | |       - bugfix equationToResidualForm for arrays
| | |       - bugfix extendExp for CREF Exptype
| | |     - Inst.mo
| | |       - bugfix ExpType for expand record equations
| | |     - SimCode.mo
| | |       - bugfix dlowEqs for arrays
| | |     - Exp.mo
| | |       - bugfix for arrays, to not use typeBuiltin to detect arrays use DAEUtil.expTypeArray
| | |       - simplifyUnary also for arrays
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 28bfa04aa6080f438c2406e8a5c4a8f0e3b2d808
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 30 08:37:11 2010 +0000
| | | 
| | |     IOStreamExt.c
| | |     - fail and print a message in IOStreamExt__printReversedList if we cannot allocate the string.
| | |     
| | |     SimulationResults.c
| | |     - minor formatting for improved readability
| | |     
| | |     systemimpl.c
| | |     - same implementation of System__hash for all platforms
| | |     - inline the System__hash function (should become part of MMC/RML)
| | |     - better hash implementation.
| | |     
| | |     RollingWheel.mos
| | |     - updates due to new string hash function (System__hash).
| | |     
| | |     _LoopsTotal.mo
| | |     - added a big engine model (BigEngineModel) of about 4 400 000
| | |       vars/equations to be used for performance testing
| | |     
| | |     testsuite/libraries/multibody/loops/Makefile
| | |     - minor text change
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/IOStreamExt.c
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 5069c32a57c49e29cc6376982135adce5ed4a721
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 30 08:30:04 2010 +0000
| | | 
| | |     - make the boundaries of functions more visible
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 4d784d6e27d206575b10885a41bc92c43fc59c67
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 30 08:28:04 2010 +0000
| | | 
| | |     - replace equality(x = y) with stringEqual/intEq/realEq
| | |     - added more comments and updated some of the formatting
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit b284358f331e5446a3c815b992b837fe71271681
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 30 08:22:16 2010 +0000
| | | 
| | |     - Removed the global variable numpoints from the simulation runtime, as it was used before set.
| | |       - Instead we use the number of output steps as an initial guess for the size plt needs to allocate for result variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result_plt.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 4f81331cbc50887fed07c975245d310f4c77949c
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 30 08:02:29 2010 +0000
| | | 
| | |     - faster Exp.crefPrefixOf
| | |     - replace equality(x = y) with stringEqual/intEq/realEq
| | |     - added more comments and updated some of the formatting
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 2e309a879b1e8d43407629d8949eb156d9154423
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 30 07:47:41 2010 +0000
| | | 
| | |     - replace equality(x = y) with stringEqual/intEq/realEq
| | |     - added Absyn.pathEqual
| | |     - added more comments and updated some of the formatting
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit 1775f841c863ebdf4dc766f60e146c569f1a876f
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 30 07:39:25 2010 +0000
| | | 
| | |     - get rid of the warning.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Transfer.cpp
| | | 
| | * commit e1a3ef7ae3e215304a3216be8b3f2172d96f89e7
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 30 06:21:36 2010 +0000
| | | 
| | |     - Updated SimCode Makefile: Always set OPENMODELICAHOME to the build directory
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | 
| | * commit 71c456bf5523e8c5e51730bedc2d0e2e6041edc0
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 29 14:35:37 2010 +0000
| | | 
| | |     - Update for code generation of abs()
| | |       - Is fabs() for non-Integer
| | |       - Is std::abs() for Integer because on OSX __gnu_cxx::abs() is a candidate
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 747e7d3d7ea7fcff8ea846606bed5da74f5d6ba5
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 29 13:52:30 2010 +0000
| | | 
| | |     - Added function printTypeOfAny function to c_runtime for GDB debugging of MetaModelica code
| | |       - Simply use the command "out printTypeOfAny(exp)" (or printAny()) in GDB to print the data structure's type or value
| | |     - Fixed a problem with mmc_mk_rcon on 64-bit architectures
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 8c2922850436f04cea218d5d7b405345bc0f40fa
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 29 12:06:21 2010 +0000
| | | 
| | |     - Ran Valgrind on some simulation executables:
| | |       - Updated simulation runtime/code generation to free more of the allocated structures
| | |       - Didn't update c_runtime/interactive/, which has the majority of memory leaks now
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_delay.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 71422106a078641e6f3fa933b9523d643788c317
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 29 09:43:38 2010 +0000
| | | 
| | |     - Changed code generation for when external object constructors are called
| | |       - It is now done after the input file has been read
| | |       - Ext.objs can now depend on (fixed) parameters, including strings
| | |     - Added code to support string parameters
| | |     - Added testcase ExtObjStringParam.mos based on bug https://openmodelica.org:8443/cb/issue/1163
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/compat.h
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 038b98914fe2883ba7604995201fe90bbb5cb69b
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 29 07:48:27 2010 +0000
| | | 
| | |     - Updated code generation for min/max/abs builtin functions
| | |       - Previously, they would always return a double
| | |       - Now, integers are produced if both arguments are integers
| | |     - This fixes ExternalFunction4 (will allocate 2 elements instead of 66187348)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/modelica.h
| | | 
| | * commit 6756969ee96e4cb457680931d729008772679418
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 29 07:44:33 2010 +0000
| | | 
| | |     - Remove duplicate SimCodeC.mo from svn
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | 
| | * commit cfe815dcf60cd513e3da4136cda79768d225470a
| | | Author: Jens Frenkel 
| | | Date:   Mon Jun 28 22:06:27 2010 +0000
| | | 
| | |     - DAELow.mo
| | |       - extend multidimeqn after inlining if it is possible
| | |     - Exp.mo, SimCode.mo
| | |       - fix some bugs relatet to arrays
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 787f3b41cc7857d4b98af282843abc4bfabe848a
| | | Author: Martin Sjölund 
| | | Date:   Mon Jun 28 15:28:01 2010 +0000
| | | 
| | |     - Added arument to simulate: outputFormat=
| | |       - Default is "plt", which is the old format. It's the only format currently capable of using simulation results within OMC. Other formats need external tools.
| | |       - "csv" is another textual format. It's roughly twice as fast and uses no additional memory (plt uses several GB for large simulations).
| | |       - "empty" does the same thing as interactive simulations - it disables result file generation. Useful for benchmarking.
| | |       - "bin" is experimental and should not be used. It basically measures the overhead of converting doubles to strings (speed is 50x times faster than CSV)
| | |     - Model_init.txt has a new field for the output format
| | |     - The c_runtime contains the interface used for result file generation.
| | |     - Added testcases for "csv", "plt" and "empty" simulation results.
| | |     - Added these options to OMNotebook/OMShell commands.xml.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/XMLDump.mo
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/interactive/Makefile.in
| | | M	c_runtime/interactive/omi_Calculation.cpp
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/interactive/omi_ServiceInterface.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_input.h
| | | M	c_runtime/simulation_result.h
| | | A	c_runtime/simulation_result_bin.cpp
| | | A	c_runtime/simulation_result_bin.h
| | | A	c_runtime/simulation_result_csv.cpp
| | | A	c_runtime/simulation_result_csv.h
| | | A	c_runtime/simulation_result_empty.h
| | | R067	c_runtime/simulation_result.cpp	c_runtime/simulation_result_plt.cpp
| | | A	c_runtime/simulation_result_plt.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 89eca8e0fec87a0bfaa65565476e042c0cddcfd2
| | | Author: Jens Frenkel 
| | | Date:   Sun Jun 27 19:37:19 2010 +0000
| | | 
| | |     - CevalScript.mo, Main.mo, SimCode.mo
| | |       - do late inlining earlier to avoid generade code for unused functions
| | |     - Exp.mo
| | |       - bugfix expStriplastSubs
| | |       - isZero for UNARY_ARR
| | |       - getTermsContainingX also for arrays
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 6230303484c51bffe0db7058c08aea644121905b
| | | Author: Martin Sjölund 
| | | Date:   Sat Jun 26 17:57:32 2010 +0000
| | | 
| | |     - Install DrModelica files when building OMNotebook
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit dc7c846b12aa3ffefea53df50d249fccc5c390a5
| | | Author: Martin Sjölund 
| | | Date:   Sat Jun 26 16:24:28 2010 +0000
| | | 
| | |     - Update makefiles for qtclients.
| | |       - Added Makefile.unix.in in each client's directory
| | |       - Should be easier to customize behaviour now
| | |       - Now copies the binary from OSX .app's into the build dir when doing a Unix build
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit f63b232ac125a00b12c6ab30d1791fc81a5a4bb4
| | | Author: Martin Sjölund 
| | | Date:   Sat Jun 26 14:25:27 2010 +0000
| | | 
| | |     - make install needs to use -r flag on OSX (*.app are directories)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 41787ea6ba16a5455fe540a713791e68555b033f
| | | Author: Jens Frenkel 
| | | Date:   Fri Jun 25 16:42:59 2010 +0000
| | | 
| | |     - bugfix simplify
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit fe0d83a415dbd6e711a9d0e38a982a25bfae9f70
| | | Author: Jens Frenkel 
| | | Date:   Fri Jun 25 14:34:05 2010 +0000
| | | 
| | |     - SimCode.mo
| | |       - do lateInline
| | |     - Inline.mo
| | |       - also inline start expressions
| | |     - SimCodeC
| | |       - implement more cases for daeExpBinary
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 0844ddf9639d72090d68783974ed344ad2681a16
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 25 07:57:55 2010 +0000
| | | 
| | |     - make clean removes omc-diff.exe
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit f4e3fed49c7057f1b721b0fd0fc2cabdbe614a65
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 25 07:53:41 2010 +0000
| | | 
| | |     - Makefile update for OSX .app extension
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit a27a8cc84358e7b14d679bd02358afc0ff993c90
| | | Author: Jens Frenkel 
| | | Date:   Thu Jun 24 23:35:25 2010 +0000
| | | 
| | |     - DAELow.mo
| | |       - replace dummy der also in multidim equations
| | |       - extend array equations for crefs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 6498e0cd17b692f9fbf01950c11e3d02d97ee08b
| | | Author: Jens Frenkel 
| | | Date:   Thu Jun 24 18:38:23 2010 +0000
| | | 
| | |     - VarTransform.mo
| | |       - implement addMultiDimReplacements to replace arrays and records
| | |     - Inline.mo
| | |       - bugfix for records
| | |     - Exp.mo
| | |       - implement expStripLastIdent, is used from Vartransfrom.addMultiDimReplacements
| | |       - extend isZero for arrays
| | |       - simplify array_add and array_sub
| | |     - Derive.mo
| | |       - do simplify after derive equations
| | |       - run inline functionality after derive functions
| | |       - bugfix derive functions
| | |     - DAELow.mo
| | |       - use VarTransform.addMultiDimReplacements
| | |       - remember derived arrays and multidimequations to avoid duplicate arrays and multidimeqations
| | |       - bugfix incidenceRowExp for array variables
| | |       - bugfix extendRecordEqns
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 8c242f31a5420789e500b56e16a1f9e899fc9a3c
| | | Author: Per Östlund 
| | | Date:   Wed Jun 23 19:31:03 2010 +0000
| | | 
| | |     Fixed constant evaluation of all functions used in the multibody loops models,
| | |     which gives large speedups (Engine1a.mos went from ~21 sec to ~9 sec, while
| | |     EngineV6.mos went from ~10 min to ~8.5 min). The axesRotations function is
| | |     currently not evaluated in Cevalfunc though, because for some reason it's much
| | |     slower to constant evaluate it with cevalFunc than with dynamic loading.
| | |     - Fixed correct dimensions in ValuesUtil.matrixStripFirstColumn so that
| | |       ValuesUtil.multScalarProduct works correctly.
| | |     - Added support for record variables in Cevalfunc.extendEnvWithInputArgs so that
| | |       they are correctly added to the environment.
| | |     - Added support for imports in Cevalfunc.extendEnvWithInputArgs (only SI-import
| | |       at the moment, because other imports cause large slowdowns when evaluating
| | |       the axesRotations function from MSL).
| | |     - Added handling of DAE.WHOLEDIM in Ceval.cevalSubscriptValue.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit dda206a4540fc9adb4448ad8346b0db7fcf23d5a
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 23 12:08:53 2010 +0000
| | | 
| | |     - Fix testsuite after commit r5715
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 4aa3fa66deaeccf580e738527a3147b7ae369e28
| | | Author: Jens Frenkel 
| | | Date:   Wed Jun 23 00:04:12 2010 +0000
| | | 
| | |     - removeSimpleEquations also for simple array equations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 243b13f807cd925ea34fc9afff7c6255b69585ac
| | | Author: Jens Frenkel 
| | | Date:   Tue Jun 22 16:21:36 2010 +0000
| | | 
| | |     - VarTransform spelling
| | |     - Derive bugfix dimension of zero derivative
| | |     - DAELow start to implement removeSimpleEquations also for arrays and records
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 53125d5765da72fc03c8fbafefea8149a661bb82
| | | Author: Jens Frenkel 
| | | Date:   Tue Jun 22 08:11:42 2010 +0000
| | | 
| | |     - fix bug in statesAndVarsExp for records
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit fc8567975178929c8387823c1cc8067ec86c144e
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 22 08:02:56 2010 +0000
| | | 
| | |     -Fixed bug with stateSelect set to parameter not picked up due to limitation in type system (enumeration(:) not implemented. This is mostly used in new MultiBody library.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit c6c93dfbfc6732bc99737d4e47fd4567290970cc
| | | Author: Jens Frenkel 
| | | Date:   Mon Jun 21 11:24:42 2010 +0000
| | | 
| | |     - add derivative for ARR_ADD, ARR_SUB, CREF array
| | |     - lower MultiDimEquations to normal equations after inlining if it is possible
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit 94ab80f19b6551968d305b6cab468c2fa978efd1
| | | Author: Martin Sjölund 
| | | Date:   Mon Jun 21 09:42:32 2010 +0000
| | | 
| | |     - Added LDFLAGS to LIBSENDDATA_LDFLAGS also for sendDataHumbug
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c2b60b9ba5e413d5b77b8e4ec4cef531598c7880
| | | Author: Martin Sjölund 
| | | Date:   Mon Jun 21 09:37:47 2010 +0000
| | | 
| | |     - Added flag -noemit to the simulation executable
| | |       - Up to 10x faster than a simulation that stores results
| | |       - Only useful to get performance of a simulation without taking file IO into account
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 8737bea032ecbc8f4dea598bd5b69efe793d49fa
| | | Author: Martin Sjölund 
| | | Date:   Mon Jun 21 08:02:03 2010 +0000
| | | 
| | |     - Added missing space in configure script
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 2c384467f6593c2617289481a30d82cf062763cd
| | | Author: Martin Sjölund 
| | | Date:   Mon Jun 21 07:24:56 2010 +0000
| | | 
| | |     - Added compilation check of the sendData dependencies to the configure scripts
| | |     - Added support for LDFLAGS="-L/my/path/to/lib/" for LIBSENDDATA_LDFLAGS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 1986af6fdc0bf606f4c845405f7ed34a918ad2ef
| | | Author: Jens Frenkel 
| | | Date:   Sun Jun 20 20:38:36 2010 +0000
| | | 
| | |     - start to add code for array equations to simcode
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 323186aba5d54e8ef4637a7c0ee7d9ce9c9576ca
| | | Author: Jens Frenkel 
| | | Date:   Fri Jun 18 12:32:50 2010 +0000
| | | 
| | |     - bugfix inlining records
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inline.mo
| | | 
| | * commit 8306ce5183b39bc391dbc908d9cba82a0fdbca17
| | | Author: Jens Frenkel 
| | | Date:   Fri Jun 18 08:43:10 2010 +0000
| | | 
| | |     - Bugfix extend Complex Equations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit cadb20a6e3b5a2bb3a1f1e62a0770e98171e2553
| | | Author: Adrian Pop 
| | | Date:   Thu Jun 17 19:40:13 2010 +0000
| | | 
| | |     - uncomment Static.cevalIfConstant as is was commented by mistake
| | |     - replaced equality(x = y) with true = intEq/realEq/stringEqual(x, y)
| | |     - replaced equality(x, y) with Exp.expEqual(x, y) in Static.eqSubscript
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit df7694a51901328b1968709fc580a41ce931b7ae
| | | Author: Jens Frenkel 
| | | Date:   Thu Jun 17 16:11:04 2010 +0000
| | | 
| | |     - Activate function inlining after move it into lowering process. Now inlining should work and generate better results because remove simple equations is done after inlining.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Main.mo
| | | 
| | * commit bd54f3b9ac93e377d21d92fccf3e7e7a3e03aa2c
| | | Author: Per Östlund 
| | | Date:   Thu Jun 17 14:42:39 2010 +0000
| | | 
| | |     - Removed commented case from elabCallReduction (see commit 4787).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 416caefdc0213fdacc8221d1051e97633d34c378
| | | Author: Per Östlund 
| | | Date:   Thu Jun 17 11:26:31 2010 +0000
| | | 
| | |     - Fixed memory copy in solver_main.cpp (copying pointers does not copy data!).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 94355bfd626bd9ab50ed0d685bec064e9c3ffdb7
| | | Author: Per Östlund 
| | | Date:   Thu Jun 17 07:49:40 2010 +0000
| | | 
| | |     - Moved Codegen.getMatchingExpsList and Codegen.getMatchingExps to Exp.
| | |     - Moved Codegen.getUniontypePaths to DAEUtil.
| | |     - Removed Codegen.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/CevalScript.mo
| | | D	Compiler/Codegen.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.w32
| | | 
| | * commit 8c2f7766a43914be872e832c1948dacc71e13d87
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 16 19:42:32 2010 +0000
| | | 
| | |     - Fixed compilation of OMShell-terminal on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.compiler_subdirs.common
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c901c4c0f01328d1312c16907f7da2678e292adc
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 16 19:22:17 2010 +0000
| | | 
| | |     - Updated configure/Makefile to work using MacPorts on x86_64
| | |       - qmake-mac can be found, and used to generate sendData makefiles
| | |       - omniORB can be found, and used to generate the CORBA communication
| | |     - The qtclients were not updated
| | |     - The following configure command needs to be provided in MacPorts:
| | |      ./configure '--with-sendData-Qt' '--with-omniORB' 'LDFLAGS=-L/opt/local/lib/' 'CFLAGS=-I/opt/local/include/'
| | |     - The following packages should be installed:
| | |       antlr qt4-mac lp_solve omniorb autoconf and probably some more
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 8edf4bd14d86edebd79b61083b6751c63d0dd38e
| | | Author: Per Östlund 
| | | Date:   Wed Jun 16 15:07:18 2010 +0000
| | | 
| | |     - Rewrote templates for for-loops and reductions to share more code.
| | |     - Implemented code generation for reductions where the range is not a RANGE.
| | |     - Renamed the previously named member boolean in record DAE.STMT_FOR to the
| | |       more descriptive name iterIsArray, and added a comment on what it does.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit af858ed12122b43611f218eb1f075c823ea3cefd
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 16 14:30:06 2010 +0000
| | | 
| | |     - System.os now returns "OSX" on OSX.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | 
| | * commit ac68f9b8209bc43c2eb6361dad4311a0d5b0d2b8
| | | Author: Daniel Hedberg 
| | | Date:   Wed Jun 16 14:27:28 2010 +0000
| | | 
| | |     Built-in function fill is now simplified in Exp.simplifyBuiltinCalls() (used by MathCore).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 330d5b9bf88da98b9e83a099a5a9617e5c42a5c8
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 16 13:53:29 2010 +0000
| | | 
| | |     - Updated configure/Makefile to handle qmake on OSX differently
| | |     - Updated makefiles to check if qmake and idl exists before trying to compile qtclients
| | |     - Don't try to clean qtclients if qmake does not exist (systems without qmake can now make clean again!)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	Makefile.in
| | | M	c_runtime/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit d41f8910dc7852e1201acef9eb3a6ebf4599cd6f
| | | Author: Per Östlund 
| | | Date:   Wed Jun 16 09:44:21 2010 +0000
| | | 
| | |     - Added min of array to code generator.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 601156d763d6629247a35e58549227a6a263b33b
| | | Author: Adrian Pop 
| | | Date:   Wed Jun 16 09:34:58 2010 +0000
| | | 
| | |     - fixes for list stream printing.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/IOStreamExt.c
| | | 
| | * commit ea0620fbc8551da27494bd3f4c1d7c48167bf523
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 16 07:00:09 2010 +0000
| | | 
| | |     - Fixed usage of sed on OSX (GNU sed handles -i differently)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | A	configure-post.sh
| | | M	configure.in
| | | 
| | * commit aa1a3f781875c86ab79c4f6023fbc7adac954d57
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 16 06:45:04 2010 +0000
| | | 
| | |     - Add missing file config.unix.h.in
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/runtime/config.unix.h.in
| | | 
| | * commit 6ac75ea248f47408bedef7317f9c1cb1fc326d9a
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 16 06:44:13 2010 +0000
| | | 
| | |     - Fix configure for OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/systemimpl.c
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 40d5a2b6efdb0eccaa81a9e42fe587267562be56
| | | Author: Adrian Pop 
| | | Date:   Tue Jun 15 16:10:49 2010 +0000
| | | 
| | |     Inst.mo
| | |     - first draft of the expandable connectors
| | |     - return the environments in Inst.instClassdef2 and pass them along
| | |     - return the new environments where needed and pass them along
| | |     - changes due to Lookup.lookupVar*
| | |     
| | |     Lookup.mo
| | |     - return also the component environment in Lookup.lookupVar*
| | |     
| | |     Static.mo
| | |     - use the component environment in Static.canonCref
| | |     - added api: setCommandLineOptions
| | |     
| | |     CevalScript.mo
| | |     - added api: setCommandLineOptions
| | |     
| | |     Env.mo
| | |     - added Env.getVariablesFrom* to retrieve all variables from an environment, frame, etc.
| | |     
| | |     VarTransform.mo
| | |     - minor edit
| | |     
| | |     Changes to all other files due to changes to Lookup.lookupVar*
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 4830f971aa79f3da274db4e04839d9384965cd15
| | | Author: Adrian Pop 
| | | Date:   Tue Jun 15 10:33:52 2010 +0000
| | | 
| | |     - fixed compilation on Windows MSVC/OMDev
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 7bf632439868722afd7ac0f85b89d51201bf0c10
| | | Author: Adrian Pop 
| | | Date:   Tue Jun 15 10:33:12 2010 +0000
| | | 
| | |     - fixed problems on Windows MSVC/OMDev
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/config.h
| | | 
| | * commit 10ea6fd19fc544c10221060b11a698bd0e316479
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 15 09:32:30 2010 +0000
| | | 
| | |     - Added new function call for interactive sessions:
| | |       - checkSettings() : record OpenModelica.Diagnostics.ImportantValues
| | |         - Add any information you constantly need to ask users for when debugging their problems
| | |         - A single command that you can get a lot of useful information from that OMC doesn't always check
| | |     - Updated System.regularFileExists, System.directoryExists to return Boolean instead of Integer
| | |     - Updated System.systemCall to return the exit code rather than the exit status (which is platform-dependent)
| | |       - For example, an application that returned 127 would show up as 32512 in Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/System.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/runtime/Makefile.in
| | | A	Compiler/runtime/config.h
| | | M	Compiler/runtime/systemimpl.c
| | | M	configure
| | | M	configure.in
| | | 
| | * commit dbf2255a08863f1a7bae0217ce5fd9140f71c4ae
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 15 08:11:18 2010 +0000
| | | 
| | |     -Added crefPrependIdent that prepends and identifier to a cref (also given type and subscript list)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit f0826337e2068b2ca11525ea55728de96bc61336
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 15 05:49:35 2010 +0000
| | | 
| | |     - Updated c_runtime/Makefile.in for building sendData on OSX (which won't link on x86_64 anyway)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.in
| | | 
| | * commit 68ba76f8b351cd8f33fa628c20f6690705532e8d
| | | Author: Martin Sjölund 
| | | Date:   Mon Jun 14 14:49:31 2010 +0000
| | | 
| | |     - Added ringbuffer implementation for delay()
| | |     - It is faster for large simulations, although not much so (the original impl.
| | |     is O(log(n))).
| | |     Note: The template code does not have access to delayMax for the store function,
| | |     which is where the buffer should be cleared. Now it's done after binary search,
| | |     but only if delayMax == delayTime. The SimCode really should have this
| | |     information added.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/ringbuffer.h
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_delay.h
| | | 
| | * commit eec9cb3b2a72293864ce0a153ebe73c8d61092e4
| | | Author: Daniel Hedberg 
| | | Date:   Mon Jun 14 12:52:49 2010 +0000
| | | 
| | |     Reverted most changes of error messages due to a huge number of tests failing.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | 
| | * commit 276c71e8457b5318fc227dbff44698c5f9a3a91c
| | | Author: Daniel Hedberg 
| | | Date:   Mon Jun 14 12:15:39 2010 +0000
| | | 
| | |     Improved/corrected even more error messages (this should be the last commit).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | 
| | * commit 0fa9137a183dba60a9dc04d7a2f3b00868037d75
| | | Author: Daniel Hedberg 
| | | Date:   Mon Jun 14 11:52:08 2010 +0000
| | | 
| | |     Improved/corrected even more error messages.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | 
| | * commit 435b01af935c10da72b53633278808fdab37a5d2
| | | Author: Daniel Hedberg 
| | | Date:   Mon Jun 14 11:45:28 2010 +0000
| | | 
| | |     Improved/corrected more error messages.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | 
| | * commit 9c92ebc9db956ba80596a44725d92737823c09e5
| | | Author: Daniel Hedberg 
| | | Date:   Mon Jun 14 10:56:23 2010 +0000
| | | 
| | |     Improved/corrected error messages.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | 
| | * commit a692140d751a9fae586be4b42e2ea4a16c3790f7
| | | Author: Per Östlund 
| | | Date:   Mon Jun 14 09:56:25 2010 +0000
| | | 
| | |     - Fixed wrong path to typeview in SimCodeC.tpl.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit f8c1524b6f690fac820b4b57754da6e185ec77a2
| | | Author: Per Östlund 
| | | Date:   Mon Jun 14 07:18:03 2010 +0000
| | | 
| | |     - Reverted removal of functions in Exp.mo and Util.mo from commit 5649 and 5650.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 0a465569adc8783b4cd201b59b6101f8384394b0
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 11 16:06:32 2010 +0000
| | | 
| | |     - Changed the exit() function in c_runtime to an EXIT macro
| | |       - This is aliased to _exit() on Unix because exit() always returned 0
| | |     - Fixed better handling of assertions in Euler and Dassl runtime
| | |     - Updated StringTest.mos as it now prints that simulation failed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/compat.h
| | | M	c_runtime/dummy_model.cpp
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/java_interface.h
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 1c272f6b1104568a5e7706d126b43fac9992a952
| | | Author: Per Östlund 
| | | Date:   Fri Jun 11 15:22:00 2010 +0000
| | | 
| | |     - Removed more unneeded checks in Exp.crefEqual.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit d5a083fad62a516517e8fb047d868f7391e718b7
| | | Author: Per Östlund 
| | | Date:   Fri Jun 11 15:02:47 2010 +0000
| | | 
| | |     - Removed name mangling from DAELow, and implemented it in the template-based
| | |       code generator instead.
| | |     - Removed origVarName from DAELow.VAR, since varName is now the same.
| | |     - Removed unused functions Util.modelicaStringToCStr and Util.cStrToModelicaString.
| | |     - Removed unused stringify functions from Exp (Exp.stringifyComponentRef etc.).
| | |     - Fixed remaining issues with the template-based code generator, such as
| | |       external fortran calls, function pointers and returning records from functions.
| | |     - Added unboxing of arrays to meta_modelica.h
| | |     - Removed the old SimCodegen module and replaced it with the new SimCode module.
| | |     - Removed printing  before ASUB expressions in Exp.printExp.
| | |     - Updated lots of testcases to comply with the changes made.
| | |     - Fixed some spelling errors (Descrete => Discrete, Resudials => Residuals)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.w32
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | D	Compiler/SimCodegen.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/XMLDump.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 66b06d8220abb08fcda018e75eac05d7d5f643b5
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 11 14:52:27 2010 +0000
| | | 
| | |     - ANTLR parsers updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/Makefile.in
| | | M	flat_modelica_parser/src/Makefile.in
| | | M	modelica_parser/src/Makefile.in
| | | 
| | * commit c9687d6ded815028cfe51148d51a942140d1c9d8
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 11 14:20:45 2010 +0000
| | | 
| | |     - Fix bug in absyn_builder make target
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/Makefile.in
| | | 
| | * commit 5666f4fa4ea51a6e1f20fd12103aa24ccde3eb04
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 11 12:15:32 2010 +0000
| | | 
| | |     - Updated dummy_model.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/dummy_model.cpp
| | | 
| | * commit fe0fec712cf149cf6b4e799016d4bf08d12a33ad
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 11 11:43:35 2010 +0000
| | | 
| | |     - Don't compile main() into libf2c.a
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/libf2c/makefile.u
| | | 
| | * commit d4eb8d009b531b41fefb311e6798f42cfc12a39c
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 11 10:14:47 2010 +0000
| | | 
| | |     - Added automatic regeneration of TplCodegen.mo if the template changes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.in
| | | M	Compiler/susan_codegen/Makefile
| | | 
| | * commit 4e717a1f8dd1bd297aa2169faafa88b20d26497e
| | | Author: Alexey Lebedev 
| | | Date:   Fri Jun 11 08:14:48 2010 +0000
| | | 
| | |     A little more to derivatives of constant expressions:
| | |     
| | |     Fixed the rule der(constant) = 0.0 in simplification: if the expression is an array, the result must also be an array.
| | |     Moved makeZeroExpression from DAEUtil to Exp.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 78f84c6febe8dc2c04861edf6865aa2a969da456
| | | Author: Willi Braun 
| | | Date:   Fri Jun 11 07:46:22 2010 +0000
| | | 
| | |     small bug fixes for solver_main
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_main.cpp
| | | 
| | * commit 8e606f53acdac634db5ddfac815db449458ac296
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 11 07:12:30 2010 +0000
| | | 
| | |     - Fix for Makefile ANTLR dependencies with parallel makefiles
| | |       - Now says "Nothing to be done for `all'." instead of running ANTLR regardless
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/Makefile.in
| | | M	flat_modelica_parser/src/Makefile.in
| | | M	modelica_parser/src/Makefile.in
| | | 
| | * commit acf84baeafabdca665d9eccdc6dbe02119522405
| | | Author: Martin Sjölund 
| | | Date:   Fri Jun 11 06:23:25 2010 +0000
| | | 
| | |     - Compiler/Makefile .depend target depends on a mo-file being changed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | 
| | * commit 8fbc7721a782c77ae8fb8a7125d2a802466304f6
| | | Author: Willi Braun 
| | | Date:   Thu Jun 10 18:13:14 2010 +0000
| | | 
| | |     add a brute-force approach for DASSL with synchronous event handling
| | |      + usage with method=dassl2
| | |      + rename solver_euler* to solver_main
| | |      + add s-stage runge-kutta method
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/interactive/omi_ServiceInterface.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | D	c_runtime/solver_euler.cpp
| | | D	c_runtime/solver_euler.h
| | | A	c_runtime/solver_main.cpp
| | | A	c_runtime/solver_main.h
| | | 
| | * commit 25f8749527e537ca7c5868d2e110eb840fc131c5
| | | Author: Alexey Lebedev 
| | | Date:   Thu Jun 10 14:11:37 2010 +0000
| | | 
| | |     If expr is a constant or parametric expression, der(expr) is replaced during elaboration:
| | |     by 0.0 if expr is Real or Integer;
| | |     by an array of corresponding size filled by 0.0 if expr is an array of Real or Integer.
| | |     
| | |     See http://openmodelica.ida.liu.se:8080/cb/issue/1233
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 44088ddd7f72db876f99b5e9920b5f4fe169edce
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 8 11:58:27 2010 +0000
| | | 
| | |     -Fixed bug in instantiation of external objects. Even thought they do not generate equations, the connection set must be propagated through it. Before it returned emtpy set.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 605ca5be4a0b4aa06b5a5d5a26b37ba6cafe749e
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 8 07:49:05 2010 +0000
| | | 
| | |     - Remove tab characters from Absyn.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit d49456c57bba52004fe3fae987015aca3b9a4609
| | | Author: Peter Aronsson 
| | | Date:   Mon Jun 7 06:55:45 2010 +0000
| | | 
| | |     -Added simplification in Exp.simplify: der(c) => 0 for constant expression c.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit cfd11e213d44264f6325c8ee54098c7f097b1a64
| | | Author: Martin Sjölund 
| | | Date:   Thu Jun 3 12:51:10 2010 +0000
| | | 
| | |     - Fix for delay() when the time step taken was larger than the max delay
| | |       - This is a problem because the next value from the buffer will be used even though it has not been initialized
| | |       - Should possibly be fixed in the future by changing the assert to i+1, and changing the solver to never take a too large time step
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_delay.cpp
| | | 
| | * commit bb45ea3e82a76a9aff070f37570c27135fbbe042
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 1 13:59:34 2010 +0000
| | | 
| | |     - Update makefiles to fail if we failed to generate simcode (and only try if omc is already compiled)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | 
| | * commit be11920144801399a24822c729672e07559d3cfa
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 1 13:40:19 2010 +0000
| | | 
| | |     - Fixed line endings for the new .mo-files
| | |     - Reverted accidental change to SimCodeC.tpl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Makefile.in
| | | 
| | * commit 7e183dee6480a482d3bd6bfa5258bae5875a47f7
| | | Author: Daniel Hedberg 
| | | Date:   Tue Jun 1 12:38:50 2010 +0000
| | | 
| | |     Fixed a bug in simplifyAsub for binary operations with operator type DAE.DIV_ARRAY_SCALAR.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 9c7d3901a6b42f692ac749695094522ce443efbf
| | | Author: Otto Tronarp 
| | | Date:   Tue Jun 1 11:39:50 2010 +0000
| | | 
| | |     Added /LTCG switch to the makefiles for visual studio.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/Makefile.vc
| | | M	modelica_parser/src/Makefile.win
| | | 
| | * commit fccbe6af68e512fc0ccf58f85b7f842690044e4e
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 1 06:53:53 2010 +0000
| | | 
| | |     - Updates due to printing mosfile output to stdout directly
| | |       - dynload.c - flush output buffers function call for deterministic behaviour
| | |       - Testsuite updated - testcases that used stdout now prints lines in different positions than earlier
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/dynload.c
| | | 
| | * commit e1f51511e48a0176b27247ec67997129105edbf1
| | | Author: Jens Frenkel 
| | | Date:   Tue Jun 1 01:21:19 2010 +0000
| | | 
| | |     - comment out extendAllRecordEqns until testsuite library uses inline annotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 862564227189fb837337881a8289f81abed2a866
| | | Author: Jens Frenkel 
| | | Date:   Tue Jun 1 01:15:31 2010 +0000
| | | 
| | |     - continue with extendRecords and function inlining
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit f41c3167727614d8719c5b5bb8b7b1d5695da98c
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 18:53:59 2010 +0000
| | | 
| | |     - fix the number of elements in Util.listFill call inside lowerComplexEqn.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit cc832a19b86b16196378a5eb90dfc7a8da926e13
| | | Author: Jens Frenkel 
| | | Date:   Mon May 31 18:28:49 2010 +0000
| | | 
| | |     - comment out extendAllRecordEqns until it does not work as expected
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 5563a5caad2030ad3a32aeb3c95ed80fffb080d5
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 16:07:31 2010 +0000
| | | 
| | |     - new implementation of the inner outer to get rid of very
| | |       expensive phases that are not needed, see Inst.instVar
| | |     - got rid of phases: InnerOuter.checkMissingInnerDecl, InnerOuter.renameUniqueVarsInTopScope,
| | |       InnerOuter.changeOuterReferences
| | |     - phase InnerOuter.changeOuterReferences replaced with lighter phase:
| | |       InnerOuter.changeInnerOuterInOuterConnect
| | |     - prefixing of outer cref is now done directly with correct prefix of the corresponding inner cref.
| | |     - Inst.sortInnerFirstTplLstElementMod is now called to correctly sort the inner components to be
| | |       instantiated first even if they come from extends.
| | |     - PrefixUtil.prefixExp now gets the instance hierarchy and uses it to prefix the outer crefs.
| | |     - added Util.listMapMap0.
| | |     - Main now runs a .mos file directly on the standard output.
| | |     - updates to Makefiles to compile and link the new packages:
| | |       IOStream.mo IOStreamExt.mo DAEDump.mo and the new C file: runtime/IOStreamExt.c
| | |     - missing of the inner component declaration now generates only a warning.
| | |     
| | |     - updates to the tests due to changes of cref ordering in the connection sets and
| | |       the instantiation order of inner components.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Mod.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/Makefile.vc
| | | 
| | * commit 630c48c44aa7b44927b0e89f4e3ff189c67db0dd
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:52:58 2010 +0000
| | | 
| | |     - added function evaluateToStdOut now used in Main to display the result of running
| | |       a command in a .mos file directly on standard output instead of building strings.
| | |     - send the instance hierarchy to Mod.elabMod as is now needed in prefixing crefs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 7028d71c6ce5c158a8996e6f435d4a97f489f110
| | | Author: Jens Frenkel 
| | | Date:   Mon May 31 15:50:51 2010 +0000
| | | 
| | |     - move function inlining previous to blt
| | |     - start implementation of extend recordequations
| | |        - ToDo: Test Records with array elements
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 7a874fe54f228dd85f29ecd6b85fa007b4995423
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:50:41 2010 +0000
| | | 
| | |     - use the faster crefEqualNoStringCompare instead of crefEqual in crefPrefixOf
| | |     - use stringEqual(x, y) instead of equality(x = y)
| | |     - unelab reductions back to an Absyn.CALL
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 326421d2d37baa0d2dccbce6fbfd0c09b07d5847
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:48:32 2010 +0000
| | | 
| | |     - renamed fcallret to fcallret1
| | |     - added fcallret0 to be used when only printing and not returning values.
| | |     - the new function is used in package Main for printing to standard output based on a debug flag.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Debug.mo
| | | 
| | * commit fbf1fdc8e4878493476e3caa751c6ebbbe5c5cf9
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:46:13 2010 +0000
| | | 
| | |     - more comments.
| | |     - better connection set printing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | 
| | * commit 6fbfef01a50dccd7b54251a85f844ad688ffe65a
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:44:02 2010 +0000
| | | 
| | |     - use the new DAEDump module.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | 
| | * commit 662a18303cb2c6d6c29f1198eec740c63397989c
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:43:01 2010 +0000
| | | 
| | |     - use the new DAEDump module.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit c7f74cf219776b3c59b7c3fa4a9a29a022adb163
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:41:33 2010 +0000
| | | 
| | |     - do not store the instantiated class in the Interactive Symbol Table
| | |       as it takes too much memory and is not very useful.
| | |     - use the new DAEDump.dumpStr to dump the DAE.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit e2ac65f156a0c6e7116a920bad5b38a66b2ae16a
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:37:58 2010 +0000
| | | 
| | |     - send in the instance hierarchy to Inst.getUsertypeDimensions as is now needed for prefixing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | 
| | * commit a697c2d39f52a6337b3cc8c3e08f033c8d2a7bb9
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:36:04 2010 +0000
| | | 
| | |     - added more cases to Ceval.ceval to handle logical OR expressions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit ba1a74afa74431904a22bbc443973ddc1ef715db
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:33:57 2010 +0000
| | | 
| | |     - changed the messaged for Error.MISSING_INNER_PREFIX to display more information.
| | |     - also this error is now a warning instead of an error as we can use the outer object
| | |       directly if no inner is present.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | 
| | * commit d0f07a39f1607ce7a1a83b09183376d766513e20
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:32:15 2010 +0000
| | | 
| | |     - changed the inner outer implementation to handle all cases via the InnerOuter.mo instance hierarchy.
| | |     - outer components are now *always* prefixed directly with the correct prefix of the inner using
| | |       the information stored via InnerOuter.addOuterPrefixToIH into InnerOuter.TOP_INSTANCE.outerPrefixes
| | |     - some of the code is now dead code, we leave it in the file for now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InnerOuter.mo
| | | 
| | * commit a2316700225926054801ce9f466b523533c84f01
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:24:54 2010 +0000
| | | 
| | |     - changes due to move of dumping functions to DAEDump.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEQuery.mo
| | | 
| | * commit 4699d57e290590baab6c51f70baf2656106f04e0
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:24:09 2010 +0000
| | | 
| | |     - changes due to move of dumping functions to DAEDump.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 2179b8c10fe0914c0afd984ef29ac7fedc7d5639
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:22:12 2010 +0000
| | | 
| | |     - new module DAEDump.mo which contains the dumping functions for the DAE.
| | |       these functions were moved from DAEUtil.mo.
| | |     - corrected a bug which did not display the terminate statement in the flattened code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/DAEDump.mo
| | | 
| | * commit 9cc0cbb1d40db02820f48a914dc70c70c4d905d2
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:20:24 2010 +0000
| | | 
| | |     - dump functions moved to DAEDump.mo
| | |     - function splitElements classifies elements into:
| | |       variables, initial equations, initial algorithms, equations, algorithms, external objects.
| | |       is it used in DAEDump.mo
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit e50579b9b9f9c9591b1d39e9e33227032bec4488
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:15:54 2010 +0000
| | | 
| | |     - added modifierAsAbsynExp to DAE.EqMod in the DAE.TYPED record.
| | |       is it used to not call unelabMod functions when not needed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | 
| | * commit eaedc0784e37d6e6dd211dd61b25497ff71497a0
| | | Author: Adrian Pop 
| | | Date:   Mon May 31 15:11:52 2010 +0000
| | | 
| | |     - partially implemented IO Streams.
| | |     - right now only list stream is complete.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/IOStream.mo
| | | A	Compiler/IOStreamExt.mo
| | | A	Compiler/runtime/IOStreamExt.c
| | | 
| | * commit 80392f988b8dc8601b67bc58ab78f2c4d943fbf2
| | | Author: Otto Tronarp 
| | | Date:   Mon May 31 07:53:32 2010 +0000
| | | 
| | |     Preserve noEvent around event triggering functions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit b9b0b241c3b7582cbe37ecbcb64383ee0809bc35
| | | Author: Martin Sjölund 
| | | Date:   Mon May 31 07:43:14 2010 +0000
| | | 
| | |     - Added Unix make target "fix-svn-eol-style"
| | |       - Fixed line ending for all .mo and .mos-files in Compiler/ and testsuite/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/TestRedCellsTotal.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos
| | | M	Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos
| | | M	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/generate.mos
| | | M	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/simulate.mos
| | | M	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/generate.mos
| | | M	Compiler/susan_codegen/SimCode/GenTest/generate.mos
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Compiler/susan_codegen/SusanDump.mo
| | | M	Compiler/susan_codegen/TplCodegen.mo
| | | M	Compiler/susan_codegen/TplCodegenTV.mo
| | | M	Compiler/susan_codegen/TplCodegen_handMade.mo
| | | M	Compiler/susan_codegen/paper.mo
| | | M	Compiler/susan_codegen/test.mo
| | | M	Makefile.in
| | | 
| | * commit 07764b48a3c0ecc9f56fa26a269c4e1fec87af45
| | | Author: Otto Tronarp 
| | | Date:   Thu May 27 15:26:18 2010 +0000
| | | 
| | |     Fixed bug in trimChar for empty strings and strings containing only one char that isn't trimmed away.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 74e5beb8e89b002787130c1a5898fcebf39f6596
| | | Author: Alexey Lebedev 
| | | Date:   Mon May 24 12:50:24 2010 +0000
| | | 
| | |     Implemented translation to equations with if-expressions for if-equations which contain other if-equations in their branches (see bug 1229).
| | |     Also implemented correct equation count for such if-equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit c047eac2a14c5ec8ce77324170c5f636a1c77e2a
| | | Author: Martin Sjölund 
| | | Date:   Sat May 22 13:13:44 2010 +0000
| | | 
| | |     - Removed unused GCC -I directives from Compiler/runtime/Makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit 1f8e209b66b12b24aefa06e89610733f5ceb278f
| | | Author: Martin Sjölund 
| | | Date:   Fri May 21 10:07:23 2010 +0000
| | | 
| | |     - Compiler/Makefile now calls susan to generate simcode (if omc is already compiled)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.in
| | | 
| | * commit 29d327c38107c88a1272490f1c66efe03379af37
| | | Author: Martin Sjölund 
| | | Date:   Thu May 20 12:40:35 2010 +0000
| | | 
| | |     - Added code for generating time event hints in SimCodeC
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit cead45dd45ce30e6044688e94e8c3d763d0c741f
| | | Author: Pavol Privitzer 
| | | Date:   Thu May 20 09:49:55 2010 +0000
| | | 
| | |     - polished Susan's operators precedence and associativity ... see SusanGrammar.txt (TplParser.mo) and .tpl files for changes
| | |     - (generated) SimCode/SimCodeC.mo and SimCode/SimCodeCSharp.mo set svn:eol-style to LF
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TplParser.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | M	Compiler/susan_codegen/paper.tpl
| | | M	Compiler/susan_codegen/test.tpl
| | | 
| | * commit 0603213216dff1f549263896024b1febf3b32918
| | | Author: Peter Aronsson 
| | | Date:   Thu May 20 05:57:55 2010 +0000
| | | 
| | |     -Split System.userIsRoot to two separate implementations, one for windows and one for linux (not everyone is using the omc_msvc.h header)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit d5cfd135cbf11e0c94f48f9a8adcfd3209bbc0e5
| | | Author: Martin Sjölund 
| | | Date:   Wed May 19 15:08:12 2010 +0000
| | | 
| | |     - Template-based code generation mostly working again.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 081fdcbbeb1735937048f4d923b9c6eb72bdbbf3
| | | Author: Martin Sjölund 
| | | Date:   Wed May 19 14:47:17 2010 +0000
| | | 
| | |     - Fix for make -j2 in c_runtime/Makefile.common
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 7d101595c40726d41f27acd7b01982ce25a97443
| | | Author: Martin Sjölund 
| | | Date:   Wed May 19 13:06:38 2010 +0000
| | | 
| | |     - Fixed LF eol-style on Compiler/*.mo
| | |     - Made C code generated by Susan use const char* instead of char*
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/Tpl.mo
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/TplCodegen.mo
| | | M	Compiler/TplMain.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | 
| | * commit 26292774f3b9183355a1e34866cf2bb9e77e8ca9
| | | Author: Martin Sjölund 
| | | Date:   Wed May 19 12:30:25 2010 +0000
| | | 
| | |     - Add System.userIsRoot()
| | |     - If the user is root, omc prints an error message and exits.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/omc_msvc.h
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit e68edf4619bf6b1759f701ee46eb303084638998
| | | Author: Martin Sjölund 
| | | Date:   Tue May 18 06:57:15 2010 +0000
| | | 
| | |     - Updated code generation of external function libraries
| | |       - Library="Lapack" on OMDev now outputs {-llapack,-lf2c,-lblas}
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit fbc95d6dfc6a15612b8cc0d3737d32a734f9d9a6
| | | Author: Martin Sjölund 
| | | Date:   Tue May 18 05:16:19 2010 +0000
| | | 
| | |     - Fixed tolower/toupper malloc off-by-one error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 536dff01369399199941662bf121923bea44fed4
| | | Author: Adrian Pop 
| | | Date:   Tue May 18 02:24:52 2010 +0000
| | | 
| | |     Absyn.mo
| | |     - proper formatting
| | |     - changed != into Modelica <> so that omc can parse the file
| | |     
| | |     DAEUtil.mo
| | |     - faster DAEUtil.joinDaes
| | |     - use Print buffer to dump the DAE to string
| | |     - when sorting functions include the record constructors
| | |     
| | |     simulation_events.cpp
| | |     - commented out unused variable
| | |     
| | |     testsuite/libraries/multibody/*
| | |     - updated due to *proper* sorting of functions and record constructors
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/DAEUtil.mo
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit ebb2860716344fa8858228ccf0092fa257989c8d
| | | Author: Pavol Privitzer 
| | | Date:   Mon May 17 15:27:35 2010 +0000
| | | 
| | |     - Susan parser with the new syntax, together with transformed SimCodeC.tpl and SimCodeCSharp.tpl
| | |     - produced SimCodeC.mo and SimCodeCSharp.mo are the same as before
| | |     - the implementation is mostly on syntactical basis now, to be continued ...
| | |     - see susan_codegen/SusanGrammar.txt and all .tpl files for the details
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | M	Compiler/susan_codegen/paper.tpl
| | | M	Compiler/susan_codegen/test.tpl
| | | 
| | * commit c72577ab57aeb6903f0de4f91357c509c3b2b177
| | | Author: Per Östlund 
| | | Date:   Mon May 17 11:00:39 2010 +0000
| | | 
| | |     - Fixed bug #1215: http://openmodelica.ida.liu.se:8080/cb/issue/1215 (Records as input arguments to functions).
| | |       - Added instantiateImplicitRecordConstructors to Static, to make sure that record constructors are instantiated when needed, even if they are not explicitly called.
| | |       - Fixed code generation for record instances that are input arguments to functions.
| | |       - Updated some testcases where record constructors where instantiated earlier than before.
| | |       - Added testcases records/RecordFuncParam.mo and records/RecordFuncParam.mos to test the bugfix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit ba0252aa8ecaf2d0380f9185c619490d8a1c97e4
| | | Author: Lennart Ochel 
| | | Date:   Mon May 17 10:24:06 2010 +0000
| | | 
| | |     code for codegeneration of symbolic jacobian
| | |     external functions and algorithm blocks are not implemented yet
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 58053fb972385d23cada7b517e052db3b60f6890
| | | Author: Martin Sjölund 
| | | Date:   Fri May 14 12:28:41 2010 +0000
| | | 
| | |     - make clean removes libinteractive.a
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	c_runtime/interactive/Makefile
| | | M	c_runtime/interactive/Makefile.in
| | | M	c_runtime/interactive/makefile.mingw
| | | 
| | * commit 23f929a4757f7015b02db4d133efc8f456d82c4a
| | | Author: Martin Sjölund 
| | | Date:   Fri May 14 12:03:51 2010 +0000
| | | 
| | |     - Fixed bug #1226
| | |     - Changed backend code generation of external functions
| | |       - The in_ function is the same as for normal functions; it simply calls the other function
| | |       - Fixed the normal function; the in_ function generated more correct code
| | |       - Fixed size() expressions for F77 code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 8c0474d8538f9e56c72b4d66fcf6d8fc16db411c
| | | Author: Martin Sjölund 
| | | Date:   Fri May 14 11:02:01 2010 +0000
| | | 
| | |     - Added -lpthread in omc_debug/Makefile.in
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | 
| | * commit f2e9e45e23165b554348da60bc41a2c6650bfbf3
| | | Author: Martin Sjölund 
| | | Date:   Fri May 14 11:01:19 2010 +0000
| | | 
| | |     - Fixed System.toupper segfaults
| | |     - Added System.tolower
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit d775b15036df0d854bd8c125064655b5258fdeca
| | | Author: Martin Sjölund 
| | | Date:   Fri May 14 07:22:02 2010 +0000
| | | 
| | |     - Fix InstExtends when referring to an imported variable in an algorithm section.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstExtends.mo
| | | 
| | * commit 3b286ebf9460d835fe6bcf87ed04601628cbe57e
| | | Author: Parham Vasaiely 
| | | Date:   Thu May 13 23:12:45 2010 +0000
| | | 
| | |     Control Client and Transfer Server will be initialized with default communication settings (IP, Port) if not set by user
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Control.cpp
| | | 
| | * commit d7a0e85918c6c9da6fe5fde16c30b6a62d89b8ae
| | | Author: Martin Sjölund 
| | | Date:   Thu May 13 16:21:29 2010 +0000
| | | 
| | |     - Main.mo: +i flag will now generate code with the correct filename
| | |     - Added code for scheduling sample() events before runtime.
| | |       DASSL uses this code for a (really) small hint now (not taking too large steps).
| | |       This improves event-heavy sims by around 10%, but can be a lot better if someone who knows the solvers has a look.
| | |     - Simulation code now uses const char* instead of char*. This removes a LOT of warnings in the log files.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/options.cpp
| | | M	c_runtime/options.h
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 6712f35eaa027a0d6abc104e7bcf0c8162545617
| | | Author: Jens Frenkel 
| | | Date:   Wed May 12 23:05:59 2010 +0000
| | | 
| | |     - bugfix calculateIndexes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 4c020da9971945ea0cac436ff922be5e8b5ed3d9
| | | Author: Otto Tronarp 
| | | Date:   Wed May 12 14:35:07 2010 +0000
| | | 
| | |     Added pathContainsString for use in MC's filterOutExamplePackages.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit e5504c5fd4b03a630b1ac8e3fc6b8a0ec2bc35cc
| | | Author: Martin Sjölund 
| | | Date:   Wed May 12 14:03:26 2010 +0000
| | | 
| | |     - Added the general utility function unique (removes duplicate elements from a sorted C array).
| | |     - Added a stub for initSample with some code that could be used to generate all the times when a call to sample() generates an event.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_delay.cpp
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit ebc025d073dadcc3c5445b44a0e8234f21adc505
| | | Author: Martin Sjölund 
| | | Date:   Wed May 12 13:57:05 2010 +0000
| | | 
| | |     - Make clean should also remove omcd.exe
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 7dfed501805cc6b210837ce2ef7401d19c572d4f
| | | Author: Jens Frenkel 
| | | Date:   Wed May 12 12:52:41 2010 +0000
| | | 
| | |     - continue with derivatives of functions: bugfix, use to compare Types Types.equivtypes
| | |     - be more informative in case of if-equations
| | |     - add case for complex equations (Derived.differentiateEquationTime), fail because derivative of records not implemented jet
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit 241e716ff84325da64b410d2e6b3a1a1ed88bcd6
| | | Author: Pavol Privitzer 
| | | Date:   Wed May 12 10:12:22 2010 +0000
| | | 
| | |     - new Susan syntax for template header ... template templName(args,...) "comment" ::= body end templName;
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TplParser.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | M	Compiler/susan_codegen/paper.tpl
| | | M	Compiler/susan_codegen/test.tpl
| | | 
| | * commit b81097283a769bd9b9ae3a721a2892772314a097
| | | Author: Jens Frenkel 
| | | Date:   Tue May 11 21:42:41 2010 +0000
| | | 
| | |     - derivative annotation for functions: functions with record as output now works
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit 779d570ecba3ff48de6525eae5b087c3196636d0
| | | Author: Jens Frenkel 
| | | Date:   Tue May 11 14:38:29 2010 +0000
| | | 
| | |     - continue with derivatives of functions: functions return records
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit 74383f963b2196b17a8d41cefbe1e0710ac383f0
| | | Author: Alexey Lebedev 
| | | Date:   Tue May 11 12:14:29 2010 +0000
| | | 
| | |     Constant evaluation for derived functions without modifications.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | 
| | * commit 1559179980d157e616714437b5ae1a9b79420de0
| | | Author: Per Östlund 
| | | Date:   Tue May 11 07:52:15 2010 +0000
| | | 
| | |     - Minor optimization of SimCodegen.generateOdeSystem.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 8d5cd09327dea810581a6ea9d25eb1de1767ad4e
| | | Author: Per Östlund 
| | | Date:   Tue May 11 07:10:54 2010 +0000
| | | 
| | |     - Added extra checks in all HashTables, as was done for HashTable5 in revision 5498.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTable6.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/HashTableStringToPath.mo
| | | 
| | * commit 28228a88037d48adda8463c38b555341123587b3
| | | Author: Peter Aronsson 
| | | Date:   Tue May 11 06:30:48 2010 +0000
| | | 
| | |     -Added function System.windowsNewline for creating string constant '\r\n' since MetaModelica has a bug for that literal.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 28fd48180a09ce505c9166d1945942b04c5ca26c
| | | Author: Jens Frenkel 
| | | Date:   Mon May 10 15:13:37 2010 +0000
| | | 
| | |     - continue with derivatives of functions: noDerivative bugfix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit f57506498d88df88546575743010504b09524ef7
| | | Author: Martin Sjölund 
| | | Date:   Mon May 10 14:42:10 2010 +0000
| | | 
| | |     - Added omc_msvc.h: A compatibility header that adds inf,nan and round macros for MSVC.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/runtime/omc_msvc.h
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/unitparser.cpp
| | | 
| | * commit 41d728d972cb87da1e922267503e59818b52ee48
| | | Author: Per Östlund 
| | | Date:   Mon May 10 13:35:19 2010 +0000
| | | 
| | |     - Added extra check in HashTable5 to make sure that the right function is found.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/HashTable5.mo
| | | 
| | * commit f7683905f2299ce98a1cb1acb686619cdb3dfb4f
| | | Author: Otto Tronarp 
| | | Date:   Mon May 10 13:13:00 2010 +0000
| | | 
| | |     Fixed compilation on Linux.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 45cbdbf66f93b46d86832e8c8b13aef14a5e50c1
| | | Author: Daniel Hedberg 
| | | Date:   Mon May 10 13:10:47 2010 +0000
| | | 
| | |     INFINITY and NAN are not defined in math.h on Windows (MSVC). Removed the code involving those definitions for MSVC.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | 
| | * commit ecfa67cdd2f4d9380821ce5ed3bac6cc27c856db
| | | Author: Pavol Privitzer 
| | | Date:   Mon May 10 13:04:58 2010 +0000
| | | 
| | |     - a small SimCode/SimCodeC.tpl bug fix ... '-L"<%modelInfo.directory%>"' was incorrectly given as constant in ""
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit e1d25f16de90edf7c8b4da5f969dfc9a4d845f22
| | | Author: Daniel Hedberg 
| | | Date:   Mon May 10 12:35:47 2010 +0000
| | | 
| | |     Fixed order of includes to make things compile (in Visual C++) again.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 82afb8f8b80f2bfb39a6822a4fc7b745cdfb8b22
| | | Author: Peter Aronsson 
| | | Date:   Mon May 10 12:18:12 2010 +0000
| | | 
| | |     - Added className to handleUnitChecking (for debugging purposes only)
| | |     - Added MMath.rationalString
| | |     - Fixed bug in unitparser. before adding baseunit, check if it already exists.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/MMath.mo
| | | M	Compiler/runtime/unitparser.cpp
| | | 
| | * commit bc03247ff5be7dfa9d61aece851b5019ef14c48d
| | | Author: Otto Tronarp 
| | | Date:   Mon May 10 07:50:18 2010 +0000
| | | 
| | |     Added appendFile to System.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 1ae767699df6af07129e972781bccca6b71dc537
| | | Author: Alexey Lebedev 
| | | Date:   Mon May 10 07:28:44 2010 +0000
| | | 
| | |     A fix for the cache bug which was causing derived function lookup to fail ( http://openmodelica.ida.liu.se:8080/cb/issue/1198 )
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 369459d8303daa3c956f2ef7504b324b9b7d2658
| | | Author: Peter Aronsson 
| | | Date:   Mon May 10 05:56:23 2010 +0000
| | | 
| | |     -Fixed bug in DAEUtil.addEquationBoundString
| | |     -Fixed bugs in Exp.typeof and Exp.simplifyAsub
| | |     -Fixed bug with functions not picked up in if-equations (all multibody examples affected).
| | |     -Added boolean to crefVectorize to decide if limits on dimensions should be checked against or not.
| | |     -Changed so UnitAbsynBuilder.registerUnits only performs work if unitChecking flag is set.
| | |     -Added Util.listPartition
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 4e0e2ac9c0c7c98cdcde3cdc08a8eda2ff58a082
| | | Author: Pavol Privitzer 
| | | Date:   Fri May 7 10:29:40 2010 +0000
| | | 
| | |     - TplParser.mo :
| | |       - hole is delimited by <% %> instead of < >
| | |       - %( )% syntax is removed
| | |       - NO escape sequences inside of <<...>> and '...' are allowed, ... so, for example,  <<\\>> and '\\' is really double back-slash now
| | |         ... to achieve "<%" inside a template, use ' ... <% "<%" %> ...' or << ... <% "<%" %> ...>>
| | |         ... to achieve ">>"  inside <<.. >>, use  << ... <% ">>" %> ... >>, or use ' ... ' as template delimiter if possible, then ' ... << ... '
| | |         ... to achieve "'" (single-quote) inside '...', use '...<%"'"%> ...', or (better) use << ... >> as template delimiter, then << ... ' ... >>
| | |     
| | |     - all relevant .tpl are updated, so they produce the same resulting .mo files as before
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TplMain.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | M	Compiler/susan_codegen/paper.tpl
| | | M	Compiler/susan_codegen/test.tpl
| | | 
| | * commit 18c24f55621096a13a195c867041f7142066d095
| | | Author: Martin Sjölund 
| | | Date:   Fri May 7 07:33:57 2010 +0000
| | | 
| | |     - Added Compiler/Makefile.compiler_subdirs.common
| | |       - This is a file common for all of omc_release,debug and profiler
| | |       - It is also common for proper Unix and OMDev
| | |     - Fixed a bug where the absyn_builder,modpar or runtime folders could fail, but compilation would still continue
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | A	Compiler/Makefile.compiler_subdirs.common
| | | M	Compiler/Makefile.in
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit f6c0ac1a42f9ecec1b31cf1557ef9acc90d8917b
| | | Author: Adrian Pop 
| | | Date:   Fri May 7 06:48:38 2010 +0000
| | | 
| | |     - generate DAE.ARRAY_EQUATION from the equalityConstraint function instead of DAE.EQUATION as otherwise the counting is wrong.
| | |     - update to testsuite/libraries/multibody/loops/Fourbar1.mos due to the changes above.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 55a6fbcd80134a4065cdb5e427b6539f92fd89f3
| | | Author: Martin Sjölund 
| | | Date:   Fri May 7 06:21:02 2010 +0000
| | | 
| | |     - Removed Compiler/Makefile.common.omdev.mingw
| | |       - It was identical to the Linux one with one difference
| | |       - However, all files that include this file set USE_CORBA so the ifdef should result in the same Makefile as the old one
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | 
| | * commit ad5bfb2a5e26f38e948f16906c8a6b0c5ccaf850
| | | Author: Adrian Pop 
| | | Date:   Fri May 7 05:24:21 2010 +0000
| | | 
| | |     - fix for bug: https://openmodelica.org:8443/cb/issue/1221?navigation=true
| | |       now the equality constraint function call contains the correct inline annotation.
| | |     - added Inline annotations to testsuite/libraries/multibody/loops/_LoopsTotal.mo
| | |       to test the propagation of annotation into the flattened code (as a comment for the function)
| | |     - update to the tests due to annotations
| | |     
| | |     - DAE.EqualityConstraint tuple now contains the DAE.InlineType
| | |     - DAEUtil.dumpFunction now dumps the inline type as a function comment
| | |       if there is an inline annotation.
| | |     - Inst.equalityConstraint also sets the inline type in the DAE.EqualityConstraint tuple
| | |     - Inst.connectComponents will build the call to equalityConstraint with the correct inline type.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit a666545e541fb0930dc616bf81be7c40e90b0e60
| | | Author: Adrian Pop 
| | | Date:   Fri May 7 04:56:16 2010 +0000
| | | 
| | |     - add case if-expr = cref in Exp.solve as is a mirror of cref = if-expr.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 4c25a040f732cdd5213d92204f9e8b185fc73d23
| | | Author: Adrian Pop 
| | | Date:   Fri May 7 04:55:12 2010 +0000
| | | 
| | |     - search for annotations also in the algorithm section.
| | |       this is needed as Modelica 3.2 requires annotations to be present at the end of the class.
| | |     - now annotations (Inline, etc) present in the algorithm section at the end of the class are detected correctly.
| | |     
| | |     - remove Xpowers.mo from testsuite/mofiles/drmodelica/Makefile as is not present anymore.
| | |     
| | |     - do not delete build/bin/omc*, delete specific omc, omcp, etc. in Makefile.common
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCodeUtil.mo
| | | M	Makefile.common
| | | 
| | * commit ad5352efcc2d5031b75f7b87c9196b1dcf059161
| | | Author: Adrian Pop 
| | | Date:   Thu May 6 12:53:45 2010 +0000
| | | 
| | |     - Linköping is now back to normal.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimpl.h
| | | 
| | * commit ca6f3d93743f59c35c415e646e095842908d4442
| | | Author: Martin Sjölund 
| | | Date:   Thu May 6 12:38:15 2010 +0000
| | | 
| | |     - Added fix for ptolemyio.cpp using atof (which has no exception handling for reading things that are not numbers)
| | |       - We now use strtod instead, and return NaN for invalid strings (we also handle Inf for the Windows platform).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | 
| | * commit 2cfc58b73a8a929ca2a69c184d58127cfbb58f13
| | | Author: Otto Tronarp 
| | | Date:   Thu May 6 12:34:03 2010 +0000
| | | 
| | |     Removed all duplicates that had identical implementation on Windows/Linux.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimpl.h
| | | 
| | * commit 74d6115e4e24899c57a74e9d1db05738e20b09a6
| | | Author: Per Östlund 
| | | Date:   Thu May 6 11:02:31 2010 +0000
| | | 
| | |     - Fix for bug #1216: http://openmodelica.ida.liu.se:8080/cb/issue/1216
| | |       + Inst.implicitFunctionInstatiation now sends the correct environment to
| | |         getDeriveAnnotation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 6d16f8ff6d221adf06b02905add81ccad5d8b07c
| | | Author: Pavol Privitzer 
| | | Date:   Thu May 6 11:02:16 2010 +0000
| | | 
| | |     - C# templates before transformation into new syntax
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/test.tpl
| | | 
| | * commit f3009d45374d8dd8d76ecf10ff30ad35957f9d52
| | | Author: Per Östlund 
| | | Date:   Thu May 6 09:28:08 2010 +0000
| | | 
| | |     - Merged testsuite/mathcore-mofiles with testsuite/mofiles.
| | |     - Moved testsuite/mathcore-mofiles/drmodelica to testsuite/mofiles/drmodelica,
| | |       and removed testcases from testsuite/mofiles that were already in drmodelica.
| | |     - Added all missing test cases to testsuite/mofiles/Makefile.
| | |     - Updated testsuite/Makefile to reflect these changes.
| | |     - Added a case for the return statement in DAEUtil.ppStmt.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit 009db3903c790d09351eb671de933fe99909062b
| | | Author: Adrian Pop 
| | | Date:   Wed May 5 15:29:20 2010 +0000
| | | 
| | |     - the system call is the same for Windows/Linux, moved at the end.
| | |     - also added tracing to the System__systemCall function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit dd92b623eabb6ea335bd66f54cda084189324299
| | | Author: Adrian Pop 
| | | Date:   Wed May 5 15:28:01 2010 +0000
| | | 
| | |     - correctly set the return value from the execution of the generated executable
| | |       sometimes the executable would return -1 instead of 0!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 385a7f2a083c2ef174b7ba8293c2f83886b11897
| | | Author: Adrian Pop 
| | | Date:   Tue May 4 09:15:36 2010 +0000
| | | 
| | |     - added a Makefile for MinGW and Linux.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Parser/Makefile
| | | M	Parser/README.txt
| | | 
| | * commit 0dd18c2f9fc6abd999075be98aed34d13b1db72d
| | | Author: Adrian Pop 
| | | Date:   Tue May 4 08:28:13 2010 +0000
| | | 
| | |     - wrong copy & paste position now fixed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Parser/Modelica.g
| | | 
| | * commit 3fa4f1cb01bb183fb92fa847b7c98a7fb473d446
| | | Author: Adrian Pop 
| | | Date:   Tue May 4 07:51:52 2010 +0000
| | | 
| | |     - an ANLTR3-based lexer/parser for Modelica 3.1
| | |     - see the README.txt
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Parser/Modelica.g
| | | A	Parser/Modelica.tokens
| | | A	Parser/ModelicaParser.sln
| | | A	Parser/ModelicaParser.vcproj
| | | A	Parser/README.txt
| | | A	Parser/antlr3lexerandparser.rules
| | | A	Parser/main.c
| | | A	Parser/runantlr.sh
| | | 
| | * commit 050faf9874c33432673249cddd8b06b7fb25ebc5
| | | Author: Martin Sjölund 
| | | Date:   Tue May 4 05:47:52 2010 +0000
| | | 
| | |     - Adding some comments to Util.StatefulBoolean functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 125a167eb933d8408518963f7d233b0387b73b61
| | | Author: Peter Aronsson 
| | | Date:   Mon May 3 09:50:11 2010 +0000
| | | 
| | |     - Added some comments to functions in Exp.mo.
| | |     - implemented Exp.applyExpSubscripts (subscripting arbitrary expresssions using ASUB)
| | |     - implemented Exp.expand to expand products (a*(b+c) => a*b + a*c)
| | |     - implemented liftArrayLeft (as complement to already existing function liftArrayRight)
| | |     
| | |     These are all symbolic manipulation functions that are best tested by the backend. Therefore I haven't added any testcases.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 3accbc43e4b7a43fb3636f3482a340d2ae6a86e6
| | | Author: Adrian Pop 
| | | Date:   Mon May 3 09:28:24 2010 +0000
| | | 
| | |     - create the release directory
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/Makefile.Release.mingw
| | | 
| | * commit da96ef00ade7e2d7c32051e6b4dd2668062769dd
| | | Author: Martin Sjölund 
| | | Date:   Sun May 2 10:52:13 2010 +0000
| | | 
| | |     - Added configure option --with-sendData-Qt to disable sendData even if we have Qt installed.
| | |     - QTHOME should no longer be used.
| | |     - Disabling sendData reduces the time to run the (short) testsuite by around 14%; 1m32s down from 1m44s.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/systemimpl.c
| | | M	Makefile.common
| | | M	Makefile.in
| | | M	c_runtime/Makefile.common
| | | R076	c_runtime/Makefile	c_runtime/Makefile.in
| | | A	c_runtime/sendData/Makefile.humbug
| | | M	c_runtime/sendData/humbug.cpp
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 16dd3c81b07d56fdb3d15f44acb8274cd573c974
| | | Author: Parham Vasaiely 
| | | Date:   Sat May 1 09:52:08 2010 +0000
| | | 
| | |     Sequence number added to server reply (e.g. start#SEQ#end, done#SEQ#end). For more detail see documentation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/interactive/omi_Control.cpp
| | | 
| | * commit 5fa7692f81ef584bfbbce05c1b1a591a70c46ff8
| | | Author: Parham Vasaiely 
| | | Date:   Sat May 1 09:50:21 2010 +0000
| | | 
| | |     interactive components will now be compiled correctly in windows
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 4ed13a91eb6e19cd4e9a1e8dc9535bd850bf9149
| | | Author: Rickard Lindberg 
| | | Date:   Fri Apr 30 12:14:56 2010 +0000
| | | 
| | |     Added comments to templates.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit b3e951c9290b6b810bba771e454425254063d6dd
| | | Author: Per Östlund 
| | | Date:   Thu Apr 29 11:10:36 2010 +0000
| | | 
| | |     - Fixed bug #1210: http://openmodelica.ida.liu.se:8080/cb/issue/1210
| | |       + Changed Static.elabBuiltinTranspose so that it sets the correct constness on the elaborated expression.
| | |       + Added testcase mofiles/Transpose2
| | |     - Added missing RTOpts failtrace guard in Inst.instElement.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 32b6ae1840522d6c484e8b23c6551f50680aed89
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 29 06:25:12 2010 +0000
| | | 
| | |     - continue with derivatives of functions: remove debug print
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit bc97f7379ca7a2aad45c7adf15604cd2ec6c2fdd
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 29 00:00:01 2010 +0000
| | | 
| | |     - continue with derivative annotation for functions: functions with multiple outputs now works
| | |     - implement replaceDummyDer for algorithms
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit 9f0e3ae82a5d861abc21091b03e6dd30428e5504
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 28 15:37:39 2010 +0000
| | | 
| | |     - continue with derivatives of functions: outputs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | 
| | * commit 27d0b0540354251cee38a332a8a2b8a651666810
| | | Author: Alexey Lebedev 
| | | Date:   Wed Apr 28 15:36:52 2010 +0000
| | | 
| | |     An unfinished attempt to fix the multiple class definition bug (http://openmodelica.ida.liu.se:8080/cb/issue/1182). I tried to improve the function  Inst.checkMultiplyDeclared so that it could be used for class definitions, not only for component declarations. Unfortunately, trying to call this function from instElement (when a class definition is processed) makes some files from the testsuite to fail. So I have left the extended checkMultiplyDeclared and comparison functions it calls, but commented out the call in instElement. I.e., the functions are not called, so nothing gets broken, but they are there in case somebody wants to continue the work. It seems to me, though, that the problem is not in comparison functions but in the place they are called from (instElement). But I do not know what the correct place is.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 5d4ebea61f5015e0d9235e9e9dd89c5b88ef07a7
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 28 15:06:53 2010 +0000
| | | 
| | |     - Fixed writePtolemyplotDataset/etc functions to use Print.mo instead of string concatenation.
| | |       - We can now plot files with more than 200000 datapoints per variable without stack overflow.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Print.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit 952cce9631f30ea2e868fd9506abcf3d3233a643
| | | Author: Per Östlund 
| | | Date:   Wed Apr 28 14:35:29 2010 +0000
| | | 
| | |     Fixed bug #1212: http://openmodelica.ida.liu.se:8080/cb/issue/1212
| | |     - Disabled error message from Ceval when constant evaluating parameters in Mod.elabModValue.
| | |     - Changed some tests that no longer gets these error messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit ec52821d47f47fd0ae2abb8a2b5321205fe26f6d
| | | Author: Stefan Brus 
| | | Date:   Wed Apr 28 12:36:30 2010 +0000
| | | 
| | |     - Most of the partial function tests now work again
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 560110779397c4bf43236637f94736c6ceef86a5
| | | Author: Per Östlund 
| | | Date:   Wed Apr 28 09:28:22 2010 +0000
| | | 
| | |     Fix for bug #1208: http://openmodelica.ida.liu.se:8080/cb/issue/1208
| | |     - Disabled constant evaluation of parameters with fixed=false in Mod.elabModValue.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit f681299ecb8f9b4c4e7059193272afb280aaca77
| | | Author: Per Östlund 
| | | Date:   Wed Apr 28 07:38:41 2010 +0000
| | | 
| | |     - Merged the interactive_simulation branch into trunk.
| | |     - Removed check for QTHOME in systemimpl.c, since the QT libraries should be
| | |       found anyway.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/Makefile
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/build_mingw_libs.bat
| | | A	c_runtime/interactive/Makefile
| | | A	c_runtime/interactive/Makefile.in
| | | A	c_runtime/interactive/client.cpp
| | | A	c_runtime/interactive/makefile.mingw
| | | A	c_runtime/interactive/omi_Calculation.cpp
| | | A	c_runtime/interactive/omi_Calculation.h
| | | A	c_runtime/interactive/omi_Control.cpp
| | | A	c_runtime/interactive/omi_Control.h
| | | A	c_runtime/interactive/omi_ResultManager.cpp
| | | A	c_runtime/interactive/omi_ResultManager.h
| | | A	c_runtime/interactive/omi_ServiceInterface.cpp
| | | A	c_runtime/interactive/omi_ServiceInterface.h
| | | A	c_runtime/interactive/omi_Transfer.cpp
| | | A	c_runtime/interactive/omi_Transfer.h
| | | A	c_runtime/interactive/socket.cpp
| | | A	c_runtime/interactive/socket.h
| | | A	c_runtime/interactive/socket_unix.cpp
| | | A	c_runtime/interactive/socket_win.cpp
| | | A	c_runtime/interactive/thread.cpp
| | | A	c_runtime/interactive/thread.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/simulation_result.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_euler.cpp
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5770f8978b9ec166e4cfec7ee665bdffaf41b58d
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 28 06:38:30 2010 +0000
| | | 
| | |     - Bugfix: https://openmodelica.org:8443/cb/issue/1209?navigation=true
| | |     - Backend will now replace pre(a) with alias "a = -b" correctly:
| | |       - Correct way is -pre(b); previously pre(-b) was used.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 9227c0134dd402982f1f3d1195576c6ce53b430d
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 27 21:29:41 2010 +0000
| | | 
| | |     - continue with derivative annotation for functions: check of inputs from derivative function works now
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | M	Compiler/Error.mo
| | | 
| | * commit 7c7e6eec8769a306b35316f8515bdd08ec1c5bd2
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 27 11:38:34 2010 +0000
| | | 
| | |     - forgot some debug prints. now they are no more!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | 
| | * commit 3f4b62cb7e6d8474663222610cc0184c67ad78a9
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 27 11:37:08 2010 +0000
| | | 
| | |     - forgot some debug prints. now they are no more!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | 
| | * commit a8cd3d9adce8e8f9ac5cae76f857bc1866129c67
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 27 04:09:19 2010 +0000
| | | 
| | |     - updates to READMEs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | M	README-WIN32.txt
| | | 
| | * commit 8247a52e0058cce87fd923600c6be631d26e4fed
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 27 04:07:50 2010 +0000
| | | 
| | |     - update of dummy_model.cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/dummy_model.cpp
| | | 
| | * commit 0ce4b58f398e23f6dabc56f7efc5ff66e6b0e58a
| | | Author: Adrian Pop 
| | | Date:   Mon Apr 26 11:44:10 2010 +0000
| | | 
| | |     - add the equalityConstraint function to the DAE.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 49021358e11f136c6fd18eae8fa5c37063ff167a
| | | Author: Per Östlund 
| | | Date:   Mon Apr 26 11:06:09 2010 +0000
| | | 
| | |     - Fixed bug #1191: http://openmodelica.ida.liu.se:8080/cb/issue/1191
| | |       + Added function Inst.addEnumerationLiteralsToEnv that is used in Inst.getUsertypeDimensions to add enumeration literals to the environment when needed.
| | |       + Added functions SCode.makeEnumType and SCode.isValidEnumLiteral, which are used by Inst.makeEnumComponent. Enumeration literals are now checked so that they are valid (i.e. you can no longer use reserved attribute names such as start as a enumeration literal).
| | |       + Added an error message INVALID_ENUM_LITERAL to Error.
| | |       + Replaced the unused function Error.infoStr with a more usable function.
| | |       + Added testcases Enum10 and EnumInvalidLiteral.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SCode.mo
| | | 
| | * commit dbd4671ad76ed918931a6a45aca7c4cfa9c3bf7e
| | | Author: Per Östlund 
| | | Date:   Mon Apr 26 10:51:22 2010 +0000
| | | 
| | |     - Fixed configure so that USE_CORBA is set correctly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5edb1dd3d2c2a52a586f46d8861ce45e43702ebc
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 25 20:28:03 2010 +0000
| | | 
| | |     - Added new configure option --with-Coin (Coin disabled by default).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5fcde545a78cb900c99258394937459578518a48
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 25 11:23:54 2010 +0000
| | | 
| | |     - Adding -source flag to java_interface makefiles since eclipse javac default to version 4.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/Makefile
| | | 
| | * commit d6bed0f3536f288777ecb6ab35b91fb36ba0947a
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 25 11:00:35 2010 +0000
| | | 
| | |     - Added a configure option to (force) statically linked lpsolve55 even if dynamic libraries are present.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 19e35d9a485855209a26f5f570c4f2840e89f7fd
| | | Author: Martin Sjölund 
| | | Date:   Sun Apr 25 07:08:24 2010 +0000
| | | 
| | |     - Remove OMPlotWindow on clean
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit c8c975585981169fb86e222925521120ca033751
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 24 22:01:20 2010 +0000
| | | 
| | |     - Renamed ext OMPlotWindow
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | M	Makefile.in
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 222d03a08f111fad425398a12581b220ef0658b3
| | | Author: Adrian Pop 
| | | Date:   Sat Apr 24 21:35:57 2010 +0000
| | | 
| | |     - added profiler target
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit 51f338e4fac13ed07cf400c3c5f7195acc7fbd37
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 24 21:13:09 2010 +0000
| | | 
| | |     - Don't rm -rf build/ on clean; only distclean
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit c5af20bf99dd377e098902ddf23637b2cab294c4
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 24 10:35:58 2010 +0000
| | | 
| | |     - Fix broken OMShell build.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 9f32ecb8357a62bc36626caa2a62e23284a6b8f1
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 24 10:13:33 2010 +0000
| | | 
| | |     - Install scripts in share/omc/scripts instead of bin
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Makefile.in
| | | M	Makefile.common
| | | 
| | * commit 8b5b5061ecdc09aa52827f0e197fecd24799cdaa
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 24 10:13:10 2010 +0000
| | | 
| | |     - Fix so the qtclients idl files aren't re-run every time they are built.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit a3ad983f5ba8d3517964d366591dc9cf82774c40
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 24 05:18:02 2010 +0000
| | | 
| | |     - Fixed https://openmodelica.org:8443/cb/issue/1200
| | |       - Search /lib/ instead of /lib in case lib is a symlink.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit d37d25d46b210ad14365ee1469f0b4852cfe4f28
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 20:39:38 2010 +0000
| | | 
| | |     - Use qtclean target to Makefile.common, so we actually clean up after the qtclients.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.common
| | | 
| | * commit d9f79c190970078e06e71356745325b30cfd30d0
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 20:04:39 2010 +0000
| | | 
| | |     - Move libQt*-mingw.a from build/ to c_runtime/omdev_qtdeps.
| | |     - Delete build/ from svn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/Makefile.common
| | | 
| | * commit f5033e11a054e9cb0b8d8250ea5fdaf88e6d37b1
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 19:58:46 2010 +0000
| | | 
| | |     - Added antlr_license.txt. Missing from last commit.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/java_interface/antlr_license.txt
| | | 
| | * commit 901913cfd7e861af52f586864069b76a70b874c5
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 19:55:24 2010 +0000
| | | 
| | |     - Added trunk/Makefile.common, and restructured Makefile and Makefile.omdev.mingw
| | |     - Fixed lots of weird install targets for files
| | |       - Moved commands.xml, etc files from bin to share/omnotebook, share/omshell.
| | |       - Moved ptplot.jar from bin to share/omc/java.
| | |       - Moved ptplot_license.txt from bin to share/
| | |       - Moved omc_helptext.txt from bin to share/doc/omc
| | |       - Added antlr_license.txt
| | |       - Moved OPENMODELICA/include to OPENMODELICAHOME/omc/include
| | |         - This way we won't override system libs/includes if we install to /usr
| | |         - Did the same for /lib
| | |       - Left to do: Move scripts from bin to usr/share/omc/scripts
| | |     - Updated OMNotebook and OMShell to reflect new paths of xml files.
| | |     - Updated doPlot commands to reflect the new location of ptplot.jar
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/Makefile.in
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/scripts/doPlot
| | | M	Compiler/scripts/doPlot.Cygwin
| | | M	Compiler/scripts/doPlot.bat
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | A	Makefile.common
| | | M	Makefile.in
| | | M	c_runtime/Makefile
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/java_interface/Makefile
| | | M	c_runtime/java_interface/Makefile.common
| | | A	c_runtime/java_interface/ptplot_license.txt
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c80d28405069d99c4846b4623033e5522986d551
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 12:34:51 2010 +0000
| | | 
| | |     - Updated c_runtime/Makefile.common for OSX (needs to run ranlib on .a-files).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile.common
| | | 
| | * commit baac3d90173fe9ef118d73129cdca71a1aeb22bb
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 23 11:52:09 2010 +0000
| | | 
| | |     - continue with derivatives of functions: start noDerivative, outputs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit db6c52f3c4e850b930179c677427f72a549083e0
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 09:41:15 2010 +0000
| | | 
| | |     - Fix docdir for install script
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 7f649250807592af50f8132f724a24c1e6e36b50
| | | Author: Per Östlund 
| | | Date:   Fri Apr 23 09:39:29 2010 +0000
| | | 
| | |     - New fix for --with-CORBA=DIR
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit 8c1683fb980cab42f1b1d0d771740b817ca65645
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 09:31:12 2010 +0000
| | | 
| | |     - Fix for mico-config --with-CORBA=XXX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 0c8f954a576a430669200dde6c822b7744efd940
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 23 09:15:25 2010 +0000
| | | 
| | |     - continue with derivatives of functions: zeroDerivative now works
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit 84734ff0b0a402c3abf4020021e69764f894d6a0
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 07:22:47 2010 +0000
| | | 
| | |     - Changed systemimpl.c to not use OPENMODELICAHOME during the init call.
| | |     - Instead, we use Main.main to check for OPENMODELICAHOME (and set mingw paths).
| | |     - Updated System.setEnv to take a boolean as third argument instad of int.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit c1ab7db505baeb93395aa6b595d7b21084f92257
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 05:48:49 2010 +0000
| | | 
| | |     - Make omc exit if OPENMODELICAHOME is not set.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit ef0326b40fdf47d0d00f2a6eb66f4f9fd68662fd
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 23 05:10:15 2010 +0000
| | | 
| | |     - Don't copy .svn-files when doing make install.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit c385bc08f21829f8013cb67e29789f82b3222df3
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 22 21:59:52 2010 +0000
| | | 
| | |     - continue with derivative annotation for functions: order > 1 works now
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit e301ae5d539e01d62ff87a6c644c1f91893acf20
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 22 17:59:39 2010 +0000
| | | 
| | |     - continue with derivatives of functions
| | |       not Working: - output arguments
| | |                    - check derived function inputs and outputs (frontend)
| | |                    - order > 1
| | |                    - zeroDerivative, noDerivative,
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit cef4376ec5b831cd41daa22b8e02491747e37ea8
| | | Author: Adrian Pop 
| | | Date:   Thu Apr 22 12:29:11 2010 +0000
| | | 
| | |     - updates to visual studio projects, makefiles, qt clients and pdbs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.w32
| | | M	c_runtime/dummy_model.cpp
| | | M	c_runtime/dummy_model_functions.cpp
| | | 
| | * commit 7df59a321f7e9a4b5e607f576e5a3e270365dbfa
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 22 08:38:39 2010 +0000
| | | 
| | |     - derivative annotation for functions: convey functions to differentiateExpTime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit facdf281e9ab2abcb51631762527ae66362ccd5f
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 22 05:05:54 2010 +0000
| | | 
| | |     - Adding OMC_API-HowTo to install target for omc (only did omcd last commit).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 021660c993bab631488b45cf3d3c67dd0bed9ae9
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 22 04:52:27 2010 +0000
| | | 
| | |     - Adding OMC_API-HowTo to install target.
| | |     - Updating java_interface makefiles (better clean-up and works without setting JAVA_HOME).
| | |     - Removing temporary antlr grammar files when configure script fails.
| | |     - Fixed doc install path for UNIX systems.
| | |     - Remove generated code when doing make clean in Compiler/runtime, Compiler/absyn_builder.
| | |     - Remove generated makefile in c_runtime/sendData.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	Makefile.in
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/java_interface/Makefile
| | | M	c_runtime/java_interface/Makefile.common
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 3ea80f9c16528423103aa071a50ece5fc3f0dacc
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 21 20:16:48 2010 +0000
| | | 
| | |     - Bugfix, derivative annotation for functions, functions with annotation(derivative=foo1) wasn't found
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit e4c8c8f3242ef0e2c02009606844a661afccdab4
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 21 14:06:07 2010 +0000
| | | 
| | |     - Added support for unset RMLHOME when doing ./configure
| | |     - More removal of files when doing make clean or make distclean
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | M	Compiler/modpar/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | M	flat_modelica_parser/src/Makefile.in
| | | 
| | * commit 4a5e03ba890677f2cfaec439bab0c2bc16a3d641
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 21 10:23:32 2010 +0000
| | | 
| | |     - Updating linux makefiles (and rmldep-new.sh) to work without RMLHOME set (it is set by ./configure!)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/rml2sig/rmldep-new.sh
| | | M	Makefile.in
| | | M	c_runtime/Makefile.common
| | | 
| | * commit 91feb6780c8458b72816be01501b731b1bd476a6
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 21 09:18:43 2010 +0000
| | | 
| | |     - Added support for omniORB in qtclients.
| | |       + We can now remove the dependency on mico for Linux systems.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 3af9dfd0fb418e77ba685a95ed7c06bd5651a96d
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 20 19:09:33 2010 +0000
| | | 
| | |     - Updated configure script to configure lpsolve55 properly (some systems require -ldl -lcolamd, others don't).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_profiler/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit cf1a053a23e94906918d13e3dabca7993ee8ec48
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 20 09:07:15 2010 +0000
| | | 
| | |     - We now handle redeclare modifications in extends in InstExtends instead of passing back the modification and handling it later.
| | |       + This added support for the record constructor function when redeclaring records.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstExtends.mo
| | | 
| | * commit 9be5da692348734027d5d4a5bea7e021e9e0db2b
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 20 07:00:02 2010 +0000
| | | 
| | |     - elabCallArgs now guards the general case from accepting record constructors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 0f9f54145939f4bde62db6346571beb8fd233cf6
| | | Author: Per Östlund 
| | | Date:   Mon Apr 19 14:06:44 2010 +0000
| | | 
| | |     - Fixed detection of nested when-statements
| | |       [bug 1189: http://openmodelica.ida.liu.se:8080/cb/issue/1189]
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit cea230f2d3b2cfc650bd1d5481cd81c995559cfa
| | | Author: Per Östlund 
| | | Date:   Fri Apr 16 10:51:04 2010 +0000
| | | 
| | |     - Fixed code generation for min and max (bug #1196: http://openmodelica.ida.liu.se:8080/cb/issue/1196).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 2d98f6267206aa16f44150e1dc97414aff908049
| | | Author: Per Östlund 
| | | Date:   Fri Apr 16 10:14:11 2010 +0000
| | | 
| | |     - Fixed bug #1194: http://openmodelica.ida.liu.se:8080/cb/issue/1194 by adding a
| | |       case for arrays in Types.getFixedVarAttribute.
| | |     - Added testcase mofiles/FixedFinalParameter.mo to test the fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit 9b34ee963182c07bda55997c508f424b39f88fcf
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 16 10:06:59 2010 +0000
| | | 
| | |     - Added support for "record ABC = DEF;", and calling the record constructor ABC.
| | |     - Added testcase records/Derived1.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 5b76eaa8056b361c8e3f5b2f88840bc2b1cf939c
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 15 15:23:27 2010 +0000
| | | 
| | |     - Fix for getNthComponent (partialInstClass wouldn't work on certain scopes that extend with modifications).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstExtends.mo
| | | 
| | * commit bbd366a923b497491196ae8ee546ae0d725d342c
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 15 10:29:21 2010 +0000
| | | 
| | |     - Remove failtrace for lookupVarInPackages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 8aaa4957819c29bf14f7948695f22173df17dc10
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 15 10:27:07 2010 +0000
| | | 
| | |     - Fixed lookupVarInPackages to store previous environment frames when doing lookup in the parent scope.
| | |       + This prevents infinite recursion if you want to lookup A.B.C.myConst in scope A.B.C.MyFunction.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 8b99fbf4246c0244789744b268d8fdd1765c8025
| | | Author: Per Östlund 
| | | Date:   Thu Apr 15 08:04:00 2010 +0000
| | | 
| | |     - Implemented the possibility of specifying multiple .mo(f)-files on the command
| | |       line, and which class to instantiate.
| | |       + Combined the cases for single .mo-file and for .mo-file with libraries in
| | |         Main.translateFile.
| | |       + Added a case in Main.loadLibs for loading .mo(f)-files.
| | |       + Added flag +i in RTOpts, which is used to specify the class to instantiate.
| | |       + Moved the instantiation to it's own function Main.instantiate, which checks
| | |         the flag +i to determine which instantiation function to call.
| | |       + Added the function Absyn.stringPath, that converts a String to a qualified
| | |         Absyn.Path.
| | |       + Rewrote parts of Inst.instClassInProgram to report an error if the class
| | |         specified with the +i flag was not found.
| | |       + Updated the help message to reflect these changes.
| | |     - Fixed spelling in SimCodeC.tpl.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 968abd0ce7533f25492fcdd08da82cf9e763a061
| | | Author: Adrian Pop 
| | | Date:   Wed Apr 14 18:40:36 2010 +0000
| | | 
| | |     - fixed bug [1185] https://openmodelica.org:8443/cb/issue/1185
| | |       Error: Variable stateGraphRoot in package Modelica.StateGraph.Examples.Utilities.CompositeStep2 is not constant
| | |       Error: Variable stateGraphRoot in package Modelica.StateGraph.Examples.Utilities.MakeProduct is not constant
| | |       The problem was the that the lookup in in InnerOuter.lookupVarInnerOuterAttr can fail so I added error checkpoint/rollback.
| | |     
| | |     - Lookup.lookupVarLocal now uses Lookup.lookupVarInternal.
| | |     
| | |     - Inst.instClassdef2 is now sorting of ALL elements (extends element included) to push inner and inner outer
| | |       elements in the front to be instantiated first (disabled for now, check if is faster and test a bit more).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 69c6485440bb100b40ed5cbf2d4796c7a932f9e0
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 14 14:45:27 2010 +0000
| | | 
| | |     - Removed "Lookup of enumeration variables" from lookupVarInPackages, since the general case also handles enumerations (less code to maintain).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 59b2b5b0b57ece6fb14c41cea92c36e547a32530
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 14 14:24:53 2010 +0000
| | | 
| | |     - Simplified the code for lookupUnqualifiedImportedVarInFrame so it's easier to maintain.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit dea22dde2d41f0bf2b98e6cef359e0e8edb7c9f0
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 14 13:28:35 2010 +0000
| | | 
| | |     - Simplified the code for lookupQualifiedImportedVarInFrame so it's easier to maintain.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit b22956fde693e66e0f524cecaa2b96ff12c05b66
| | | Author: Per Östlund 
| | | Date:   Wed Apr 14 09:51:33 2010 +0000
| | | 
| | |     - Fixed bug #1193: http://openmodelica.ida.liu.se:8080/cb/issue/1193
| | |       + Changed Mod.lookupIdxModification so that it can merge a final variables EqMod with it's other modifications.
| | |       + Added testcase mofiles/FinalParameterModification.mo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit a5c57312327db03ccfff12ceada8ec54ad083f40
| | | Author: Per Östlund 
| | | Date:   Tue Apr 13 14:59:19 2010 +0000
| | | 
| | |     - Fixed bug #1190: http://openmodelica.ida.liu.se:8080/cb/issue/1190?navigation=true
| | |       + Added the function Inst.isFunctionInput that checks if a component is a
| | |         function input argument or not.
| | |       + Ignore modifiers on function input arguments in elabArraydim, since the size
| | |         of input arguments should not be determined there.
| | |       + Added testcase mofiles/FunctionDefaultArgs.mo to test the fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 1672c17bfdb3a35b9d0bc644564f9a417f25c5fd
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 13 14:49:54 2010 +0000
| | | 
| | |     - Adding testcase Extends8.mo
| | |       - This tests that all inherited class definitions are actually put in the environment (this sometimes wouldn't work if you extended and extended class).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstExtends.mo
| | | 
| | * commit edb8d672484aa3296fb26e7d361fdd2ea1b6873b
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 13 04:23:54 2010 +0000
| | | 
| | |     - added operator record to the grammar / walker / Absyn.mo (from Modelica 3.2).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit a611bef985fdf2a46d53c813dd2ecdcb33d56dcc
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 13 03:17:04 2010 +0000
| | | 
| | |     - overconstrained connection graph improvements and fixes.
| | |       + the graph changes generated by disabled components ( Type comp if false )
| | |         should be discarded (created problems for ForceAndTorque.mos)
| | |       + delete the branch edges, roots and connects from the connection graph
| | |         when they lead to a disabled component.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 9291bcb3342e1d9411c938c127cc55a6258fb08e
| | | Author: Jens Frenkel 
| | | Date:   Mon Apr 12 21:56:25 2010 +0000
| | | 
| | |     - readable DivisionbyZero ErrorMsg
| | |     - test only divisor part of parameter Equation if zero
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit ff0a8e9d309fc97e4319d9e55ab6fa7cd9451e26
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 12 09:45:24 2010 +0000
| | | 
| | |     - Do updateCompeltsMods also when doing a partial instantiation (this solves some issues in Modelica.Media; some others remain though).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | 
| | * commit 234d69e47a0fcd04cdc4ace7bd3dd8a7b84059fb
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 12 09:42:52 2010 +0000
| | | 
| | |     - Removed lookupVar failed failtrace (I re-added it by accident after debugging).
| | |     - Added printing of scope used when instantiateDaeFunction fails.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 999aaf64535f2d53416232f07c5fd9a2b1b57553
| | | Author: Jens Frenkel 
| | | Date:   Sat Apr 10 21:06:13 2010 +0000
| | | 
| | |     - finish relaxation algorithm works also for template codegen,
| | |       - use "+d=relaxation" to solve linear systems with relaxation algorithm (gaus ellemination without pivoting)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 4cd0f18f082fe9b8ec5ab0cfe7473d664bc09fc4
| | | Author: Jens Frenkel 
| | | Date:   Sat Apr 10 00:26:17 2010 +0000
| | | 
| | |     - continue with relaxation algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 0301cc37ee59f8388769a5461bd94e73bcaf705e
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 9 17:16:46 2010 +0000
| | | 
| | |     - start implementation relaxation algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 8f5cebccce0ce85be976b641a753724326c30a96
| | | Author: Jens Frenkel 
| | | Date:   Fri Apr 9 12:50:22 2010 +0000
| | | 
| | |     - implement pow operator for matrix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 0d5d9324089949b02e33e2521c03641ac128f2b9
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 9 10:36:23 2010 +0000
| | | 
| | |     - Fix order of cases in updateComponentInEnv in order to fix libraries testcases.
| | |       - Also updated Multibody testcases due to Adrian's previous changes.
| | |     - Fix testsuite/rtest to print time spent when it gets equation mismatch.
| | |     - Refactoring Lookup.mo (Derived classes are no more).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 9aef184cac52655ac895b5300895dc7bd063df5f
| | | Author: Per Östlund 
| | | Date:   Fri Apr 9 10:22:38 2010 +0000
| | | 
| | |     - Fix for bug #1186: http://openmodelica.ida.liu.se:8080/cb/issue/1186?navigation=true
| | |       + Added function Exp.arrayContainWholeDimension that checks if a list of dimensions contain a wholedim.
| | |       + Added a check in Static.cevalIfConstant so that only functions with return types of unknown dimensions are constant evaluated to determine the dimensions.
| | |       + Modified some testcases to reflect the changes made.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit fe3d614bbc0d55d1624bb05b9151950a5724ef46
| | | Author: Adrian Pop 
| | | Date:   Fri Apr 9 03:57:12 2010 +0000
| | | 
| | |     - fixes for bug [#1188] https://openmodelica.org:8443/cb/issue/1188
| | |       Connections.isRoot evaluates to wrong value in Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody
| | |     - the problem was a typo in ConnectionGraph.addBranchesToTable generated a wrong hash table.
| | |     - moved public functions in the beginning of ConnectionGraph.mo
| | |     - make all functions not accessed from outside be protected in ConnectionGraph.mo
| | |     - more testsuite/libraries/multibody/ need updating (will do that with a later commit).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit fdbf4b8c23e85700f5dd092ff12433a00fc2f087
| | | Author: Jens Frenkel 
| | | Date:   Thu Apr 8 14:18:24 2010 +0000
| | | 
| | |     - CMakeFiles now work on win32 and linux to generate omc executable.
| | |       - Linux define RLMHOME, point to your rml install path
| | |       - win: define OMDEV environment variable, point to your OMDev installation
| | |       - Attention: because function rml_user_gc is defined at rml.lib you can
| | |          - at force flag to TARGET_LINK_LIBRARIES(omc  rml) (for win32 -> TARGET_LINK_LIBRARIES(omc -FORCE:MULTIPLE rml))
| | |       or - rebuild rml lib without function rml_user_gc
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | M	Compiler/modpar/CMakeLists.txt
| | | M	Compiler/runtime/CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/libf2c/CMakeLists.txt
| | | M	c_runtime/sendData/CMakeLists.txt
| | | M	flat_modelica_parser/src/CMakeLists.txt
| | | M	modelica_parser/src/CMakeLists.txt
| | | 
| | * commit 2d5dd111fcb08d573beb16796d30738548f7517f
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 8 09:23:36 2010 +0000
| | | 
| | |     - Updated configure script to be a lot faster when searching for ANTLR headers (look in ANTLRHOME/include and ANTLRHOME/lib instead of searching all of /usr).
| | |     - Fixed an issue where ANTLRHOME can be set to /home/user/src/ but the script finds the headers in /usr/local and Makefiles then fail.
| | |     - You may now have ANTLRHOME unset when doing ./configure.
| | |       - The default ANTLRHOME is /usr.
| | |     - Readme file updated to reflect these changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c7babf5b2703ced3fe42db4387a325ce8fc9ccc1
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 7 13:07:12 2010 +0000
| | | 
| | |     - implement elsewhen part of whenequations for tplmode
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit bf298affa57674cc5e3e99b2210ce1498df6c637
| | | Author: Rickard Lindberg 
| | | Date:   Wed Apr 7 12:32:24 2010 +0000
| | | 
| | |     Fixed incorrect generation of makefiles.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 1a08cf87d658c52e1a18359e796ad431ddb45c77
| | | Author: Jens Frenkel 
| | | Date:   Wed Apr 7 12:15:47 2010 +0000
| | | 
| | |     - implement elsewhen part of whenequations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit abf20b13697078dd2630657e5e371f49b4012a4f
| | | Author: Rickard Lindberg 
| | | Date:   Wed Apr 7 11:37:57 2010 +0000
| | | 
| | |     Updated some comments.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 87488ed1c4581ef73bd143c553d1f090dd4fe08e
| | | Author: Rickard Lindberg 
| | | Date:   Wed Apr 7 10:56:53 2010 +0000
| | | 
| | |     Added more documentation to SimCode and did some refactoring.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit aa6e243ba442c35873d00e10e2c78a074b490f8e
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 6 15:40:44 2010 +0000
| | | 
| | |     - Fixed some gcc warnings in Compiler/runtime on Unix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/optmanager.cpp
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 1c5d87c9b08367029889e584dda6a8a4170921a2
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 6 14:28:17 2010 +0000
| | | 
| | |     - division by zero problem, test parameter expressions only once
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 752953f0e538c5886c1d103dfaa7d0476b510d86
| | | Author: Jens Frenkel 
| | | Date:   Tue Apr 6 08:42:30 2010 +0000
| | | 
| | |     - continue with division by zero problem, attend mode (ALL,ONLY_VARIABLES), removed unused functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 76bd57746fad6a418b3b3c36d711fcaf998313fa
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 6 08:04:23 2010 +0000
| | | 
| | |     - moved getTotalProgram from Interactive.mo to a new package Dependency.mo
| | |       so that it can be shared between OpenModelica and other tools (MathModelica).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/AbsynDep.mo
| | | M	Compiler/CevalScript.mo
| | | A	Compiler/Dependency.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/SimCode.mo
| | | 
| | * commit e4b951971245e36853986315030b1348440a49d6
| | | Author: Martin Sjölund 
| | | Date:   Tue Apr 6 07:22:02 2010 +0000
| | | 
| | |     - Updated configure script for better performance and stability when installing rml and setting RMLHOME to a too common directory (sources in /usr/local/src and binaries in /usr/local - the old script would find both include directories)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit a64ceaf86a7d6db80db3046fd5289e61055e8ddc
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 1 14:41:12 2010 +0000
| | | 
| | |     - Fixed testsuite/mofiles/ConstructParameters1.mo (printing parser error is the expected result).
| | |     - Added a guard to instBasictypeBaseclass - if a primary type is extended with a new component, we should not try the next case, but rather print an error.
| | |       - Updated testsuite/mofiles/SimpleTypeExtend.mo (it is supposed to fail according to the line above).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 658739cd7d76b81995edd1a626959163ddffbd18
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 1 10:34:17 2010 +0000
| | | 
| | |     - Fix for mofiles/Array13.mo
| | |       - Handle instModEquation when the dimension of the MOD is 0 as a special case (there is no equation).
| | |     - Added testcases Array14,Array15 that are the same as Array13, but test it for constants and variables instead of parameters.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 3a20c8450e114447ebecde90560c82cf4e5656a0
| | | Author: Otto Tronarp 
| | | Date:   Thu Apr 1 09:15:27 2010 +0000
| | | 
| | |     Make it possible to setup a different default compiler through environment variables.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit 852f5d50639fdc64e2080ec697c58413171dc8f6
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 1 08:52:12 2010 +0000
| | | 
| | |     - Adding testcase Extends7.mo, based on bug #1184.
| | |     - Adding builtin function classDirectory()->String to the initial environment.
| | |       - It is a non-standardized function does not have an implementation in OpenModelica.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | 
| | * commit 71de94c92f7ebb82d382986a9407a1b7c45d9ef8
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 1 04:42:29 2010 +0000
| | | 
| | |     - Updated the generation of Makefile header so you don't have to specify SENDDATALIBS if you run it manually.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit 6b21019aae196d79a9523bab0f15ef276f7f2c29
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 31 15:25:27 2010 +0000
| | | 
| | |     - update CMakeFiles for linux
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | M	Compiler/modpar/CMakeLists.txt
| | | M	Compiler/runtime/CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/sendData/CMakeLists.txt
| | | M	flat_modelica_parser/src/CMakeLists.txt
| | | M	modelica_parser/src/CMakeLists.txt
| | | 
| | * commit 992b28e68db4dd87a2f4792cef7ef9162a1ee9a6
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 31 12:57:10 2010 +0000
| | | 
| | |     - Fixed a slight bug in Compiler/InnerOuter.mo (was printing error trace when it shouldn't).
| | |     - Updated mathcore-mofiles for new rtest script.
| | |     - Updated testsuite/Makefile to use parallel make for all tests.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InnerOuter.mo
| | | 
| | * commit d3f08b32eda76f010b82fe4c137484a9238fa210
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 30 15:02:27 2010 +0000
| | | 
| | |     - update CMakeFiles, start with testsuite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | M	Compiler/runtime/CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/libf2c/CMakeLists.txt
| | | M	c_runtime/sendData/CMakeLists.txt
| | | 
| | * commit 1d602c52ae927ecb108048b88d99a9dc7cc95c7e
| | | Author: Per Östlund 
| | | Date:   Tue Mar 30 14:09:42 2010 +0000
| | | 
| | |     Fix for bug #1187: http://openmodelica.ida.liu.se:8080/cb/issue/1187?navigation=true
| | |     - The checkModel flag is now set in CevalScript when checkModel is run.
| | |     - Static.elabSubscriptsDims2 now avoids printing error messages for out of
| | |       bounds indices when checking a model.
| | |     - DAELow.checkAssertCondition now skips checking assertions when checking
| | |       models.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit deff1a39bdff777d0e57724e91d9328953691ef5
| | | Author: Rickard Lindberg 
| | | Date:   Tue Mar 30 14:03:36 2010 +0000
| | | 
| | |     - Generated outvar init code before memory management
| | |     - Implemented generation of:
| | |       - MUL_MATRIX_PRODUCT
| | |       - UMINUS_ARR
| | |     - Updated so subscripts work for CREF_QUAL as well
| | |     - Fixed some other small issues to make multibody tests pass
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 5aed0dfa57379d5d7a4fa5c0ee2c567c2cc7d0f4
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 29 12:33:42 2010 +0000
| | | 
| | |     - Re-added the changes (r5194) reverted in (r5215)
| | |       - With some additional changes that fixes problems with it (regarding changing modifiers to NOMOD in updateComponentInEnv). We now do that as before, but only for variability VAR or DISCRETE.
| | |     - Fixed more issues with filenames being absolute paths when running the testsuite (and removed +d=rtest flag; we simply always make the substitution so it's easier to do development).
| | |     - Added testcases invertedPendulum, nonConstantParam (from MathCore).
| | |     - Also removed Env.BCEnv (baseclasses in Env), since the list was always empty now.
| | |     - Fixed the testsuite/libraries/Makefile (hopefully for the last time).
| | |     
| | |     - ShowExceptions, ControlledTanks, RollingWheelSetDriving, RollingWheelSetPulling fail due to extra error messages now. It needs to be fixed and seems to be related to InnerOuter.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 036e41c393da5f378ebe27b4bf1bfcf88cd09ede
| | | Author: Jens Frenkel 
| | | Date:   Mon Mar 29 09:59:16 2010 +0000
| | | 
| | |     - CMakeFiles: install omc, libs, docs, testmodels, includes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | M	Compiler/runtime/CMakeLists.txt
| | | A	Examples/CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/libf2c/CMakeLists.txt
| | | M	c_runtime/sendData/CMakeLists.txt
| | | M	flat_modelica_parser/src/CMakeLists.txt
| | | M	modelica_parser/src/CMakeLists.txt
| | | 
| | * commit 7fdfdabd48cd9b7d789bfea2331864aaf692a6df
| | | Author: Jens Frenkel 
| | | Date:   Mon Mar 29 08:43:27 2010 +0000
| | | 
| | |     - CMakeFiles work with VisualStudio but generated omc.exe wound work because of qt problems
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | 
| | * commit 7d31d76a5cad873bb3f0c9f1593bd66854c23ced
| | | Author: Jens Frenkel 
| | | Date:   Sat Mar 27 18:52:30 2010 +0000
| | | 
| | |     - continue with CMakeFiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | M	Compiler/modpar/CMakeLists.txt
| | | M	Compiler/runtime/CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | M	c_runtime/libf2c/CMakeLists.txt
| | | M	c_runtime/sendData/CMakeLists.txt
| | | M	flat_modelica_parser/src/CMakeLists.txt
| | | M	modelica_parser/src/CMakeLists.txt
| | | 
| | * commit 74c8e90e59866c1837858436468edff0dccca8ae
| | | Author: Per Östlund 
| | | Date:   Fri Mar 26 16:15:34 2010 +0000
| | | 
| | |     - Added an error message in the backend when trying to lower the constrain
| | |       function, since this previously failed silently.
| | |     - Implemented support for functions without return values (since they were
| | |       already mostly implemented anyway).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 7f3cf54b27f3e26f910dc70e2462560a4673a482
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 26 15:24:53 2010 +0000
| | | 
| | |     - Added System.stringFindString (same as System.findString, but returns the found String instead of an index).
| | |     - Modified Error.mo to look for the +d=rtest flag.
| | |       - If the flag is present, you look for "/testsuite/" in the filename string, and print the path relative to /testsuite/.
| | |       - Updated the msl221 and biochem rtest files to use this flag.
| | |       - Updated the PID_Controller.mos testcase so you don't have to run the testsuite from c:/petar/dev/... in order to get the same error messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 24b928b84a3aa52c69a8291fd6377de6a040a3c6
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 26 15:05:49 2010 +0000
| | | 
| | |     - update CMake Files, now only the linker fails because of
| | |     runtime.lib(systemimpl.obj) : error LNK2005: _rml_user_gc ist bereits in librml.lib(p-usergc.obj) definiert.
| | |     >msvcprt.lib, MSVCRT.lib, error LNK2005: __errno ist bereits in LIBCMT.lib(dosmap.obj) definiert. ...
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | M	Compiler/modpar/CMakeLists.txt
| | | M	Compiler/runtime/CMakeLists.txt
| | | M	flat_modelica_parser/src/CMakeLists.txt
| | | M	modelica_parser/src/CMakeLists.txt
| | | 
| | * commit 233041f0101fcf7a97b9730946c6fb98decc9e46
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 26 15:01:57 2010 +0000
| | | 
| | |     - Print a message about what port is being opened if omc is started with +d=interactive (socket interface)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit 1fcc180d26e611f18477ef4d1ffa4dfe274819e0
| | | Author: Rickard Lindberg 
| | | Date:   Fri Mar 26 12:51:54 2010 +0000
| | | 
| | |     Refactored templates.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit bc0bce83eafbc900fcba260fd9ea5b9618356def
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 26 12:48:29 2010 +0000
| | | 
| | |     - Reverted (constrain is used in the old multibody library and MathCore uses it.) Testcase will be added later today.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 7dac18644cda2477c8d2c840b19b85ee993a0d63
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 26 11:06:47 2010 +0000
| | | 
| | |     - update CMake Files, now only the linker fails
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | M	Compiler/runtime/CMakeLists.txt
| | | M	flat_modelica_parser/src/CMakeLists.txt
| | | M	modelica_parser/src/CMakeLists.txt
| | | 
| | * commit 64220111ae4a3ef31c3638da2378addb40eb4ae6
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 26 10:43:03 2010 +0000
| | | 
| | |     Fixed two bugs that affect the code generation in MathCore backend:
| | |        -Fixed a bug in Exp.stringifyComponentRef (last type should be picked up, but it wasn't).
| | |        -Fixed a bug in vectorize call (giving wrong type to component refererences.
| | |     
| | |     -Added some dumping functions for DAE.FunctionTree to DAEUtil.
| | |     -Fixed some bugs with function dae not picked up correctly.
| | |     -Added some documentation
| | |     - Added testcases from MathCore:
| | |        - instantiation of all examples in MSL221 subset in MathModelica.
| | |        - instantiation of BioChem examples
| | |        - instantiation of Magnetic examples (for MSL221)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 9e8a425aed53e20a981cf34334844516f2c6d40a
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 26 10:19:37 2010 +0000
| | | 
| | |     Reverted -r 5194 as it destroyed a lot of testcases at MathCore. I will add these as instantiation tests in OpenModelica later today.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 562109bf4224dd3df520c5dc4975caa9ed7df8cf
| | | Author: Per Östlund 
| | | Date:   Fri Mar 26 08:56:33 2010 +0000
| | | 
| | |     - Removed the non-standard constrain function from the initial environment, since
| | |       it's not handled in the compiler and caused the compiler to fail without a
| | |       proper error message when constrain was used.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 7b5013ab79eccfc1e165484181b1d99323922a0f
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 25 22:01:07 2010 +0000
| | | 
| | |     - continue with CMakeFiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	Compiler/CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | 
| | * commit 9dbd9c1dac9e45e8fc1d5d345c14d2d8e6dec961
| | | Author: Per Östlund 
| | | Date:   Thu Mar 25 15:34:44 2010 +0000
| | | 
| | |     - Fixed testcase #1179 [http://openmodelica.ida.liu.se:8080/cb/issue/1179]
| | |       + Changed Inst.getUsertypeDimensions so that it also returns any modifiers
| | |         from user defined types, which are then sent on to instVar2 from
| | |         instVar_dispatch when instantiating user defined types.
| | |       + Changed some testcases to reflect that modifiers are now propagated
| | |         correctly.
| | |       + Added testcase UsertypeModifications to explicitly test this fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit 36a7506316cf6e71a89f9c1f11303864ef59abe3
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 25 14:51:53 2010 +0000
| | | 
| | |     - update CMake Files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	Compiler/absyn_builder/CMakeLists.txt
| | | M	Compiler/runtime/CMakeLists.txt
| | | M	flat_modelica_parser/src/CMakeLists.txt
| | | M	modelica_parser/src/CMakeLists.txt
| | | 
| | * commit a44025e555cd152cbd3a4f80ae11d11b09f46e92
| | | Author: Rickard Lindberg 
| | | Date:   Thu Mar 25 10:11:21 2010 +0000
| | | 
| | |     Refactored and documented C code generator template code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit ac698813e5e2c04952deec164bb1f1c663cacdab
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 24 23:06:11 2010 +0000
| | | 
| | |     - add CMakeFiles to build omc with CMake (not yet finished)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | A	Compiler/CMakeLists.txt
| | | A	Compiler/absyn_builder/CMakeLists.txt
| | | A	Compiler/modpar/CMakeLists.txt
| | | A	Compiler/runtime/CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | A	flat_modelica_parser/CMakeLists.txt
| | | A	flat_modelica_parser/src/CMakeLists.txt
| | | A	modelica_parser/CMakeLists.txt
| | | A	modelica_parser/src/CMakeLists.txt
| | | 
| | * commit 99f4a4df3e16c577b6d2c4b9d78ac5fd71abd50d
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 24 16:59:11 2010 +0000
| | | 
| | |     - missing file for division zero problem implementation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | A	c_runtime/division.c
| | | A	c_runtime/division.h
| | | 
| | * commit 58d75a68bdd858a8da9d3e112917dc812fb900c6
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 24 15:48:49 2010 +0000
| | | 
| | |     - Fix for failtrace of the new InstExtends when extending components with IMPORT elements.
| | |     - Only traverse elemets that have not been traversed already (no significant speed improvement).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstExtends.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit f88b5cdb55947eb88fcbe7d3d44ab81653293800
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 24 14:23:00 2010 +0000
| | | 
| | |     - first implementation of division by zero problem (only for template part)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	c_runtime/Makefile.common
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 4d83e40e6869377b35cff687b92ef01e0f6cdfd2
| | | Author: Alexey Lebedev 
| | | Date:   Wed Mar 24 13:52:51 2010 +0000
| | | 
| | |     Fix for the multiple declaration bug:
| | |     http://openmodelica.ida.liu.se:8080/cb/issue/1071?navigation=true
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit 64ecd443c9d92a1bfd91baeb13c7556bc44770a1
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 24 13:28:50 2010 +0000
| | | 
| | |     - Added new module InstExtends.mo
| | |     - Removed SCode.BaseClassPath from the SCode module
| | |     - InstExtends will now traverse the inherited elements and replace referenced crefs with fully-qualified paths instead of the old baseclass concept.
| | |       + This is closer to what the specification says about how to handle extends and might work better when trying to implement Modelica.Media.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Inst.mo
| | | A	Compiler/InstExtends.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 7e00010d0b08d7aa24461c5512e5f20a6e1ec2ea
| | | Author: Rickard Lindberg 
| | | Date:   Wed Mar 24 10:45:29 2010 +0000
| | | 
| | |     - Extracted extra record declarations from uniontypes
| | |     - Extracted libraries (arrays of libraries) from annotations
| | |     - Generated external type for meta types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit c3d58ee9e874fd59e672da1255088a56848522ab
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 24 10:24:21 2010 +0000
| | | 
| | |     - Added a makefile target for building omc with RML profiling information
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | A	Compiler/omc_profiler/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit bae366c7b67e7b29b7cb005d1ea7a0693b4fc0d8
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 23 14:31:58 2010 +0000
| | | 
| | |     -Another fix for variability of for iterators. It now has a ceiling of PARAM variability, since cevalIfConstant otherwise fails. This needs to be refactored when cevalIfConstant is removed in the future. Added another testcase to make sure this is covered (AIMC_DOL.mos)
| | |     -Minor fix in errorext.cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 2cf0113cfc877d247c2e2cfeaeb2ccbc38abc8b1
| | | Author: Rickard Lindberg 
| | | Date:   Tue Mar 23 14:10:42 2010 +0000
| | | 
| | |     - Extracted record constructors as functions and generated code for them
| | |     - Generate complex constant expressions in daeExpMetaHelperConstant
| | |     - Generate type descriptions for meta types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 547392dd9f5e810128d1d0a1acb35e291da057d6
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 23 12:05:45 2010 +0000
| | | 
| | |     -Implemented sorting of functions when printing DAE as preparation to make testsuite more robust. (All multibody tests updated because of this too)
| | |     -Changed how variability of for iterators are handled. They must be correct after the iterators have been elaborated to prevent false error messages later on. But this affects how e.g. indices are elaborated. Earlier they were always constant evaluated for const and param variability, but this is not the case when inside a for iterator scope, since the iterators do not have a value. Therefore added special scope name for for iterator scopes, and treat them separately, see Env.forIterScopeName and Static.elabSubscriptsDims2.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 656c479a56f28929d2a0f9f824e59feef3f7a694
| | | Author: Rickard Lindberg 
| | | Date:   Mon Mar 22 13:57:43 2010 +0000
| | | 
| | |     - Generated code for STMT_TRY
| | |     - Generated code for STMT_CATCH
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 3ca76762417fb3efe56506ce5fc3b7df7a5d0551
| | | Author: Rickard Lindberg 
| | | Date:   Mon Mar 22 13:27:11 2010 +0000
| | | 
| | |     - Added special write_noretcall when called function has no output variables
| | |     - Generated code for STMT_NORETCALL
| | |     - Don't generate ending comma for METARECORDCALL if no arguments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 08a28434592e24af6f92165191d1115d02c54695
| | | Author: Rickard Lindberg 
| | | Date:   Mon Mar 22 10:16:05 2010 +0000
| | | 
| | |     - Implemented generation of expression CONS
| | |     - Implemented generation of expression METARECORDCALL
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 9f02d82a9edc1ae0ccb8d6a02731b65c9d03202b
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 19 14:05:08 2010 +0000
| | | 
| | |     -Fixed bug in array reductions. The variability of for iterators were always added as C_VAR, even if they had constant or parameter variability). This resulted in ceval error messages. Testcase in TransformerYY.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 62e1d70231ea0e681edf1191e0daaeba95461100
| | | Author: Björn Zachrisson 
| | | Date:   Thu Mar 18 15:47:10 2010 +0000
| | | 
| | |     some comments added
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | 
| | * commit e8155de7a3dfc683ed3cf67b82d91a7d447c9af5
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 18 15:22:45 2010 +0000
| | | 
| | |     - Fix for Lookup.lookupVar: Check for valueBlockScopeName in addition to forScopeName.
| | |       - Fixes MetaModelica and ForIterator test cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 99be13c6d788189cd78f8a4fd4d577830bbfba21
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 18 13:22:12 2010 +0000
| | | 
| | |     -Fixed bug in lookupVarInternal, returning empty frame as scope of variables.
| | |     -Fixed bug with lookup of variables performed in parent scopes (now limited to for loop scopes and top scope for builtin variable time) NOTE: This destoys a lot of meta-modelica tests, probably since there it is okay to look in parent scope, e.g. for matchcontinue, etc. Someone else has to fix this, as I am not familiar with the code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit e6fbe8b532069222e609c01d3e048fb066844c25
| | | Author: Per Östlund 
| | | Date:   Thu Mar 18 11:40:11 2010 +0000
| | | 
| | |     - Fixed Lookup.expandWholeDimSubScript so that it doesn't drop for-iterators from
| | |     the subscripts, which caused the testcase mofiles/VectorTest to fail.
| | |     - Changed the testcase mofiles/VectorTest, since it previously expected the wrong result.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 2b4d698497c42f93d91eb9681c8228bb31f86874
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 18 11:08:07 2010 +0000
| | | 
| | |     - Added HashTableStringToPath.mo (first HashTable module with a name you can actually guess what key-value pair it uses?).
| | |     - Updated the other HashTable files (some of the functions that take a Key don't have input Key).
| | |     - Added pathReplaceFirstIdent and crefReplaceFirstIdent to Absyn.mo.
| | |       - These functions will be used in later commits.
| | |       - These functions allow you to change the first part of a path: (a.b.c, d.e) => d.e.b.c
| | |       - Part of their purpose is to remove the need of the base class concept in Inst (let extends lookup imports, etc instead of adding base classes).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTable6.mo
| | | M	Compiler/HashTableCG.mo
| | | A	Compiler/HashTableStringToPath.mo
| | | M	Compiler/Makefile.common
| | | 
| | * commit 5e47787df11ee58b95a2fc1d8229ef99c39e869d
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 18 11:02:10 2010 +0000
| | | 
| | |     - Fix for errorext.cpp on Linux (missing string.h for strcmp; OSX and Win32 doesn't require it).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 347a43cb064f4be57105c89d1d9caa87de8a6bbc
| | | Author: Jens Frenkel 
| | | Date:   Thu Mar 18 08:41:33 2010 +0000
| | | 
| | |     - do a bit more simplification for matrix addition: example m[3,3] = a[3,3]+b[3,3] works but m[3]=A[3]+(B[3,3]+C[3,3]*C[3,3])*D[3] worked also before but generades bad code. testcase mofiles/VectorTest and mosfiles/APIClass failed also before this change
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit c73689577dedf2b7040d2a9549ff912a1418fb8f
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 18 07:42:20 2010 +0000
| | | 
| | |     - Fix for errorext.cpp (use strcmp instead of pointer comparison).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 81e29fb02bb3c9118f7307e0d6f3d5cafa6df4c9
| | | Author: Daniel Hedberg 
| | | Date:   Wed Mar 17 17:03:36 2010 +0000
| | | 
| | |     Added a few utility functions:
| | |     - crefPrefixOf
| | |     - isNone
| | |     - isSome
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 744279279a6d531199e6787804042b3d9bd752a6
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 17 15:31:22 2010 +0000
| | | 
| | |     - Fix for errorext.cpp (was missing include stdlib.h).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit 808ffb4cf5ea17c062c65c94dabe568350edc80f
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 17 14:33:27 2010 +0000
| | | 
| | |     -Changed implmentation of ErrorExt: setCheckpoint,delCheckpoint and rollBack. They now take unique indentifiers. If rollback and delCheckpoint passes identifier that doesn't match what is on the top of the stack, the application exits. This is to make absolutely sure that error message checkpoints are handled correctly.
| | |     -Also fixed bugs to make sure that above is fullfilled.
| | |     -Fixed bug with wrong type inside crefs
| | |     -Removed Static.generateCompiledFunction since it is not used.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit f27bf7cc1cf8c509d3ee460e8ec801db75c6ae53
| | | Author: Per Östlund 
| | | Date:   Wed Mar 17 13:06:57 2010 +0000
| | | 
| | |     - Fixed testcase Lookup10, which together with other recent fixes fixed bug
| | |       #1151: [http://openmodelica.ida.liu.se:8080/cb/issue/1151?navigation=true].
| | |     - Added RTOpts failtrace guard in Inst.partialInstClassIn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit b413d1a0a3fdf1b44a40df4e0a0ece71a70cf81c
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 17 12:43:45 2010 +0000
| | | 
| | |     - Updated parser/lexer to support 'operator' and 'operator function'.
| | |       The keyword 'operator' can also be used as an identifier in several
| | |       places so we can parse the OpenModelica compiler sources. We can
| | |       change the sources and replace 'operator' with 'op' or something
| | |       similar later.
| | |     - RollingWheelSetPulling.mos now flattens without error.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 001cae340906321b5e19949699075a4500630629
| | | Author: Per Östlund 
| | | Date:   Tue Mar 16 16:02:33 2010 +0000
| | | 
| | |     Fixed for loops in class algorithm sections: [https://openmodelica.org:8443/cb/issue/1180]
| | |       - Static no longer tries to constant evaluate iterators, which earlier caused
| | |         Ceval to print an error message.
| | |       - Fixed the broken counting of equations in for loops.
| | |       - Fixed the C name generation for variables in for loops that used iterators
| | |         as subscripts.
| | |       - The testcase AlgorithmForInClass now works again.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 24356b45df25c45eb3d8b9d48c1da5100373b3a8
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 16 11:52:07 2010 +0000
| | | 
| | |     - Fixed error messages from Static.instantiateDaeFunction when trying to instantiate from the top scope.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 7ac6c747fb1801ac286b8dd21af0e502546392f8
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 16 11:09:16 2010 +0000
| | | 
| | |     - Replaced Static.calculateConstantness with listFold.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 9ff466833a16df6041375b3d4de1482e72aba20b
| | | Author: Rickard Lindberg 
| | | Date:   Tue Mar 16 10:43:07 2010 +0000
| | | 
| | |     Implemented generation of expression LIST, META_TUPLE, and META_OPTION.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit a1c2e00feb97acf9226a1b2e066ef68245c337cd
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 16 10:16:57 2010 +0000
| | | 
| | |     - Added support for enumerations in external C functions.
| | |       + This causes RollingWheelSetPulling.mos to print some extra warnings (because the annotations for external C functions are missing in the multibody testsuite).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 4059df1ad593be394bfc1a644c2807cb48037c30
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 16 08:54:19 2010 +0000
| | | 
| | |     - listFold instead of listReduce when simplifying calls.
| | |       + Works when using an empty list of arguments.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 6f7745c5b344cb0178392ff90dcf74af9b761358
| | | Author: Rickard Lindberg 
| | | Date:   Mon Mar 15 14:24:49 2010 +0000
| | | 
| | |     Implemented generation of STMT_THROW.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit a5ba5c356a2f5b5d56f9a8316879c5dac2a80ca0
| | | Author: Rickard Lindberg 
| | | Date:   Mon Mar 15 12:48:51 2010 +0000
| | | 
| | |     - Implemented STMT_MATCHCASES
| | |     - Implemented STMT_BREAK
| | |     - Added missing record STMT_RETURN in the typeview (solving the problem
| | |       described in the removed comment)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 4a45461106921f0b9c4753c0b6ba1ff9b7eb408a
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 15 12:42:14 2010 +0000
| | | 
| | |     -Fixed some bugs with wrong type in component references
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit 58b2938988937b49133a835f939fc7d79f36a4d0
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 15 08:25:47 2010 +0000
| | | 
| | |     - Modified the ModelicaUtilities testcase to use save() and pre() on strings during simulation runtime.
| | |       + Updated the generation of simulation makefiles to link libraries in the correct order.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 6904a3b9ec8056bfb55fbb13858eef8f80fa2f24
| | | Author: Rickard Lindberg 
| | | Date:   Mon Mar 15 08:09:10 2010 +0000
| | | 
| | |     - Fixed readInVar template to work for nested records
| | |     - Refactored code for writeOutVar template
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit a6f84c5472d0c65acd4ff411ab4f2b37eab10855
| | | Author: Adrian Pop 
| | | Date:   Sun Mar 14 11:16:06 2010 +0000
| | | 
| | |     - replaced Linköping with Linköping
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/runtime/systemimpl.h
| | | M	c_runtime/base_array.c
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/java_interface.h
| | | 
| | * commit f651d38de6a975a6ce59d7a51d47d913cc39afa5
| | | Author: Adrian Pop 
| | | Date:   Sun Mar 14 11:13:39 2010 +0000
| | | 
| | |     - flush the stderr in ModelicaFormatError (otherwise the stderr is printed at the end in Windows)
| | |     - do not delete ModelicaUtilities_*.dll as you cannot do that in Windows when is loaded in the omc process!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ModelicaUtilities.c
| | | 
| | * commit 25fdad4029ef9447a0a84d82f95bb9a7bc0edda5
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 12 16:09:39 2010 +0000
| | | 
| | |     - Updated simulation runtime to support pre() and save() on strings.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | 
| | * commit 5eb5545d977acc53e9f93a7ae9e228879ee1f548
| | | Author: Rickard Lindberg 
| | | Date:   Fri Mar 12 14:47:45 2010 +0000
| | | 
| | |     - Generate record declarations in correct order
| | |     - Generate correct type descriptions for nested records
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit cca934e47537a3ffa8401ed792a19c06e817d233
| | | Author: Rickard Lindberg 
| | | Date:   Fri Mar 12 12:09:34 2010 +0000
| | | 
| | |     - Generate correct external type for records
| | |     - Only declare init variable if it does not already exist in return struct
| | |     - Extract record declarations from external functions in addition to just
| | |       regular Modelica functions
| | |     - Fixed bug in writeOutVar: a comma too much if external function had no input
| | |       arguments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 757135339c4bba64a77dae378c5e4ce06f4bbd2c
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 12 11:11:53 2010 +0000
| | | 
| | |     - Added test mosfiles/FinalTests, from MathCore
| | |     - Added the ModelicaUtilities.h header (Utility functions for external C function)
| | |       - Changed the generation of makesfiles to make it possible to reference these functions.
| | |       - Added a simple implementation of these functions.
| | |       - Added test mosfiles/ModelicaUtilities
| | |     - Fixed a bug in SimCodegen where solved string would not be escaped before printed as C-code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/Makefile.common
| | | A	c_runtime/ModelicaUtilities.c
| | | A	c_runtime/ModelicaUtilities.h
| | | 
| | * commit 67fe5497f1fa7b4193964558020884685c28dc8c
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 12 08:14:39 2010 +0000
| | | 
| | |     - Added c_runtime/Makefile.common.
| | |     - You now only need to change one file when you add headers.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | A	c_runtime/Makefile.common
| | | M	c_runtime/java_interface/Makefile.common
| | | 
| | * commit af09153702fd3393a2924d88d36e00c2762b937a
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 12 05:49:01 2010 +0000
| | | 
| | |     - added the constantness of the for loop range as an option in DAE.TYPES_VAR
| | |       for a variable in the environment to be able to detect if the variable is
| | |       a for index.
| | |     - Lookup.lookupVar* will now return also the constantness of the
| | |       range of the variable (if is a for index, otherwise NONE()).
| | |     - if a variable is a for index *do not* prefix it in PrefixUtil.mo
| | |     - unroll for loop statements that contain when statements and
| | |       report an error if the range is not constant or parameter.
| | |     - functionality to unroll all for loops with constant range
| | |       but is not activated right now (we want to move towards
| | |       non expanded arrays).
| | |     
| | |     - Codegen.mo
| | |       + better error messages
| | |       + allow == for reals in functions
| | |       + remember/restore state in while statements
| | |     
| | |     - DAELow.mo better output for algorithms
| | |     
| | |     
| | |     - updated all files with the changes done in Lookup.lookupVar*
| | |     - moved some of the local case declarations to the matchcontinue local section
| | |     - more comments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 442c6ba667d892100f40c6efd3a5912919b1164e
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 12 05:28:01 2010 +0000
| | | 
| | |     - use the actual QTHOME in Linux if is set and replaced tab with two spaces (systemimpl.c)
| | |     - generate an unique log filename for each external viewer (sendData.cpp)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 9f121f134b4e381b36f82bba3011a71e174afb54
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 12 05:20:47 2010 +0000
| | | 
| | |     - detect header changes in c_runtime (Makefile*)
| | |     - assert should be based on SIZE_ELEMENTS in size_alloc (memory_pool.c)
| | |     - more index elements (memory_pool.h)
| | |     - get rid of unused variable warning (real_array.c)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/real_array.c
| | | 
| | * commit 3fe65159bdf25a6dee8453c3b72438d150e4ad48
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 11 12:33:27 2010 +0000
| | | 
| | |     - Added fixes for new testcase mosfiles/EnzMM.mos, provided by MathCore
| | |       + We now check all frames in the current scope before looking in the baseclasses.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 7f0edc49849369a3ba05ce6902834bbb570397f9
| | | Author: Rickard Lindberg 
| | | Date:   Thu Mar 11 12:31:07 2010 +0000
| | | 
| | |     Fixed testcase ExternalFunctionResultOrder.mos.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit dda76d6f04492a79980f8449bd1c7e5da6356593
| | | Author: Per Östlund 
| | | Date:   Thu Mar 11 12:06:14 2010 +0000
| | | 
| | |     Disabled earlier changes in Env.cacheGetEnv2, since these caused problems in
| | |     Multibody.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | 
| | * commit 9acd6c207406262f944e209ef7159c8d4b4586f6
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 11 10:46:04 2010 +0000
| | | 
| | |     -Fixed bug with incorrect types in DAE.CREF_IDENT and DAE.CREF_QUAL. The types should be that of the identifier -without- subscripts. This also required that this type information is returned from lookupVar, which resulted in the splicedExp changed to a SplicedExpData which contains the optional spliced expression and the type of (the last) ident. (See Lookup.mo) This will probably not affect OpenModelica backend, since it only uses the type from DAE.CREF, but MathCore backend uses these types, so they must be correct.
| | |     -Fixed bug with functions not picked up to dae in lookupFunctionsInEnv
| | |     -Fixed bug with simpliciation of scalar products (required by MultiBody simulations, testcase at MathCore).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 9bb3962049f9ffdb1f850e18a87dcbc79bf037cc
| | | Author: Björn Zachrisson 
| | | Date:   Thu Mar 11 09:41:25 2010 +0000
| | | 
| | |     Added a back patch for Qualified instantiation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit e01b561eefaa2c58a54976f4ff3e95870152f948
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 10 15:44:49 2010 +0000
| | | 
| | |     - Removed some of the ErrorExt.rollback and setCheckpoint I added for pointless error messages.
| | |     - We now check if the modifications could possibly generate basic types (only start,nominal,etc NAMEMOD's allowed).
| | |       + This also removes the old error messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | 
| | * commit dab774d24cce9a160951564d7247aaadecdef593
| | | Author: Per Östlund 
| | | Date:   Wed Mar 10 14:58:46 2010 +0000
| | | 
| | |     - Fixed Env.cacheGetEnv2 so that it searches all branches of the CacheTree when
| | |       looking up qualified names, and not just the first one. This was needed for
| | |             bug #1151.
| | |     - Added testcase Lookup10 that tests the fix in Env.cacheGetEnv2.
| | |     - Commented out some debug-related lines in Inst.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit fe850cb5ca141f8dca1515fdead2e5ddac8a1f1f
| | | Author: Björn Zachrisson 
| | | Date:   Wed Mar 10 14:26:05 2010 +0000
| | | 
| | |     * Fixed initial array equations
| | |     * Activated back patching of initial if equations with Connection.isRoot() as statements.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 5b6f8ef9c378b0f8403bbb76eb30dc58d71da36d
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 10 13:47:19 2010 +0000
| | | 
| | |     - Added support for external function annotation Library={"lib1","lib2"}, as per the 3.1 specification.
| | |       + Updated MetaModelicaDev testsuite to use this functionality.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 7732cc983a0e081e84f44ced7a2db8ae2de6b3fe
| | | Author: Rickard Lindberg 
| | | Date:   Wed Mar 10 13:04:39 2010 +0000
| | | 
| | |     Generate correct read/write in 'in_' functions for complex types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 01b64089360afec455636cf064977d994f65d18e
| | | Author: Rickard Lindberg 
| | | Date:   Wed Mar 10 10:16:05 2010 +0000
| | | 
| | |     Generate code for STMT_RETURN.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit a3b052db08947b7ef4783b2b39a99d3144cc7c51
| | | Author: Rickard Lindberg 
| | | Date:   Wed Mar 10 09:16:57 2010 +0000
| | | 
| | |     Generate correct C type for external string array arguments.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 9453132a17fceb5449b6bbcfaa5d8310c7c63ff8
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 10 08:33:04 2010 +0000
| | | 
| | |     - Fixing another bug where error messages are sometimes printed out even though they shouldn't.
| | |       + This occured in instBasictypeBaseclass because errors from elabMod were only rolled back if the class was builtin.
| | |       + Added a testcase for this.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | 
| | * commit 484b849bde16891dca069851db9d8828285c0e9d
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 10 07:55:31 2010 +0000
| | | 
| | |     - Fixed OMC parsing issues in Inst.mo. RML didn't complain even though the syntax was clearly incorrect.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit c28f2cbd8a8c97635504e1d32b3bbd0c84b98b6b
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 10 07:54:32 2010 +0000
| | | 
| | |     - Removed directory Compiler/template_precompile which was part of the old template code generator prototype.
| | |       + This directory made MDT not work correctly (multiple copies of Util.mo for example).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/template_precompile/C__GenerateFunctionBodies.tpl
| | | D	Compiler/template_precompile/C__GenerateFunctions.tpl
| | | D	Compiler/template_precompile/Error.mo
| | | D	Compiler/template_precompile/Main.mo
| | | D	Compiler/template_precompile/Makefile.in
| | | D	Compiler/template_precompile/Print.mo
| | | D	Compiler/template_precompile/System.mo
| | | D	Compiler/template_precompile/Templates.mo
| | | D	Compiler/template_precompile/Util.mo
| | | D	Compiler/template_precompile/readfile.c
| | | 
| | * commit e57620217924fc5103561379b5c3337d4b7afd1a
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 9 15:59:38 2010 +0000
| | | 
| | |     - Fixed a MetaModelica bug where matchcase expressions with 0 input variables were disallowed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 8f0ca7e3cabf31a6208637cba2deb4c246ff6054
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 9 15:58:43 2010 +0000
| | | 
| | |     - Fixing a bug where error messages are sometimes printed out even though they shouldn't.
| | |       + This occured in instBasictypeBaseclass2 because noone made an ErrorExt checkpoint before trying to roll back the message.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit a74698e3345794ce223b554820bfcbc922aa5a12
| | | Author: Rickard Lindberg 
| | | Date:   Tue Mar 9 15:15:49 2010 +0000
| | | 
| | |     Added special case when cref is of enum type.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit bf539eb619437a912ffbc6cc27597af87b46e7cc
| | | Author: Rickard Lindberg 
| | | Date:   Tue Mar 9 14:28:04 2010 +0000
| | | 
| | |     Generate 'in_' function for external functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit edf41283101f364e2e8676bf2e904290df9bc01b
| | | Author: Rickard Lindberg 
| | | Date:   Tue Mar 9 13:20:19 2010 +0000
| | | 
| | |     - Added support for generating single functions using Susan
| | |     - Added case to STMT_ASSIGN_ARR to handle slices on the left hand side
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit fd31d00578f5e5bf90eeb5e710835067115dd418
| | | Author: Per Östlund 
| | | Date:   Tue Mar 9 09:04:14 2010 +0000
| | | 
| | |     Unified handling of Icon and Diagram annotation, since getDiagramAnnotation
| | |     didn't work in all cases. Both Icon and Diagram annotation are now handled in
| | |     the same way.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 33aa739882b6476bbf2ff5b1f4104051a820b432
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 8 14:30:53 2010 +0000
| | | 
| | |     - Changed Env.BCFrames to list instead of list.
| | |     - Updated Inst.getDerivedEnv and Lookup.lookup{Class,Var} to reflect these changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 7ca7a826b9ec21e26ab61a429b354ede6f35542b
| | | Author: Per Östlund 
| | | Date:   Mon Mar 8 10:12:47 2010 +0000
| | | 
| | |     Fix for bug #1146:
| | |     + Fixed elaboration of fill (such as zeros and ones) on arrays of unknown dimensions.
| | |     + Added testcase FillSize in mofiles
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 33d41497bb891151e1e0362a0663a41268d799af
| | | Author: Rickard Lindberg 
| | | Date:   Mon Mar 8 10:00:20 2010 +0000
| | | 
| | |     - Fixed when_sorting test case by extracting a new set of equations including
| | |       when equations (used in functionUpdateDepend template)
| | |     - Generated functionCheckForDiscreteChanges function correctly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit dbf1b8745bc128d571ee6ebe8b11303e9543cd45
| | | Author: Stefan Brus 
| | | Date:   Mon Mar 8 07:28:22 2010 +0000
| | | 
| | |     - C_runtime .c files now have updated license headers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/base_array.c
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/real_array.c
| | | M	c_runtime/string_array.c
| | | M	c_runtime/utility.c
| | | 
| | * commit 6101653a598668c88b8986c1c95df4801b96ef29
| | | Author: Stefan Brus 
| | | Date:   Mon Mar 8 07:25:01 2010 +0000
| | | 
| | |     - C_runtime .h files now have updated license headers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/base_array.h
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/inline.h
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/java_interface.h
| | | M	c_runtime/matrix.h
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/options.h
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.h
| | | M	c_runtime/simulation_delay.h
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_input.h
| | | M	c_runtime/simulation_result.h
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.h
| | | M	c_runtime/solver_euler.h
| | | M	c_runtime/string_array.h
| | | M	c_runtime/tables.h
| | | M	c_runtime/utility.h
| | | 
| | * commit c91b93bdad393bcf4b08ae4f19bd2bc33380fbf6
| | | Author: Stefan Brus 
| | | Date:   Mon Mar 8 07:19:04 2010 +0000
| | | 
| | |     - Rest of .mo files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inline.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/OptManager.mo
| | | M	Compiler/Parser.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/Print.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/SimulationResults.mo
| | | M	Compiler/Socket.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TaskGraphExt.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitChecker.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 3ea3af849c6b183893cba17b0dbb1d199e24eeaf
| | | Author: Stefan Brus 
| | | Date:   Mon Mar 8 07:15:07 2010 +0000
| | | 
| | |     - First batch of updated license headers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/BackendVarTransform_stub.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Constants.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/Corba.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEEXT.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAELow_stub.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Derive_stub.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/DynLoad.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/ExpandableConnectors.mo
| | | M	Compiler/Graphviz.mo
| | | 
| | * commit a16418cb520bb394a94871704e1ca6496b00f988
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 5 22:57:13 2010 +0000
| | | 
| | |     - bugfix CombiTable2D
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | 
| | * commit 6440d842ffe58f3a4d946ab4a3847b440519e200
| | | Author: Jens Frenkel 
| | | Date:   Fri Mar 5 17:21:55 2010 +0000
| | | 
| | |     - implement CompiTables2D, not testet yet
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | 
| | * commit 4c1bf45db03c28285b00545005473599244320b3
| | | Author: Per Östlund 
| | | Date:   Fri Mar 5 15:16:25 2010 +0000
| | | 
| | |     Implemented support for initial array equations (DAE.INITIAL_ARRAY_EQUATION).
| | |     Not properly tested yet, but shouldn't break anything.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 2889f767da7d5ca26cbcbb12942e400ee326fcd2
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 5 11:16:17 2010 +0000
| | | 
| | |     - Changed the base class in SCode elements to a list instead of option.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | 
| | * commit 1fff03f80d43504008debd3ea297b9f2ffa7d488
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 5 09:59:37 2010 +0000
| | | 
| | |     - Changed instElement to get the class and component modifications before updating them.
| | |       - This solves issues when you try to update modifications that are discarded anyway.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit d09df64a599134fad82e03fe17cec8eac0bc1bfa
| | | Author: Rickard Lindberg 
| | | Date:   Thu Mar 4 14:52:39 2010 +0000
| | | 
| | |     Implemented generation of delayed expressions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit c9a3785951254c697261786aa4f52027ec98f3e3
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 4 14:38:06 2010 +0000
| | | 
| | |     - Fixed r5075 (which changed encoding of Swedish letters into ???)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit b625b007ff4a184e9a1f4a8b17ac2d73663669ad
| | | Author: Rickard Lindberg 
| | | Date:   Thu Mar 4 13:40:34 2010 +0000
| | | 
| | |     - Implemented generation of reductions
| | |     - Fixed incorrect name in print string
| | |     - Added empty function checkForDiscreteChanges (to make it compile)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 2c53374e8eed4ab73b877525034c566a30bc8d4d
| | | Author: Anton Sodja 
| | | Date:   Thu Mar 4 08:15:21 2010 +0000
| | | 
| | |     Added a field `aliasVars' to structure DAELow, where replacement
| | |     transformations for alias variables (originating from trivial equations)
| | |     are stored.
| | |     Currently, this field is ignored everywhere -- it will be only used in
| | |     code generation in my own branch `omprof'.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit a15d95b0d55c71661b7be5abea38d3f34586bd2c
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 3 15:35:45 2010 +0000
| | | 
| | |     - Updated URLs in README-OMDev-MINGW.txt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit d73a1807d2fe7fa1b3aafbed659a6a1b64239a1f
| | | Author: Jens Frenkel 
| | | Date:   Wed Mar 3 13:08:00 2010 +0000
| | | 
| | |     - reimplement Exp.solve for ifexp because use solvenonlinsys is very slow(with solvenonlinsys: 5sec. without 0sec) The testcase IfEquation2 works now because there is no division by zero (a*x/y,y==0 all the time) anymore. It does not fail with solvenonlinsys because solvenonlinsys returns 0 for this special case.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 32450ecf45a7dff595dc00236169a29b425acc8a
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 3 12:37:27 2010 +0000
| | | 
| | |     - Removed trailing whitespace from Compiler/*.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/AbsynDep.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/BackendVarTransform_stub.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/CompiledTemplates.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectUtil.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Constants.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Derive_stub.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/DynLoad.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/ExpandableConnectors.mo
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTable6.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MMath.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/OptManager.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/PrefixUtil.mo
| | | M	Compiler/Print.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TemplCG.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsyn.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/UnitChecker.mo
| | | M	Compiler/UnitParserExt.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 07ba55561aa3560be53712b007b20c9affbeb2fc
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 3 12:19:53 2010 +0000
| | | 
| | |     - Added Env.BCEnv for the type used by base classes (currently aliased to Env.Env)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit dc1700679badc590ce6e32d5b9a7391c144b1263
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 3 09:00:10 2010 +0000
| | | 
| | |     - Updated Inst.getDerivedEnv - it no longer needs to check for possible infinite recursion since lookupClass does that for us.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 69c7b3f6059851b1e78b721308509bfb3a0ffa4c
| | | Author: Jens Frenkel 
| | | Date:   Tue Mar 2 16:56:35 2010 +0000
| | | 
| | |     bugfix for removeSimpleEquations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 1424f5484eb35e96be9b8795dd716d3017ef2579
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 2 15:56:30 2010 +0000
| | | 
| | |     - Don't use Inst.updateCompeltsMods on DAE.NOMOD. This reduces failtrace logs.
| | |     - Updated multibody testcases.
| | |       * Changed eol-style to native.
| | |       * updateCompeltsMods caused changes in the order in which functions in the DAE were generated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 0f8cb8bfb084eca34c0a10232739f1cb5a24e0b3
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 2 13:42:49 2010 +0000
| | | 
| | |     - Added the correct modification in Inst.updateCompeltsMods, instead of DAE.NOMOD.
| | |       - This mainly removes errors and failtraces that would later be patched in anyway.
| | |       - It should now be easier to debug large models since most of the failtrace should be relevant again.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/SCode.mo
| | | 
| | * commit 7e28e4be0cdbd1aa0d7bd5f9a1a3b10aac61350f
| | | Author: Willi Braun 
| | | Date:   Tue Mar 2 03:45:47 2010 +0000
| | | 
| | |     Update event handling for euler.
| | |     Add two testcases: one for event iteration and one for when sorting
| | |     cleanup Codegen.mo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/solver_euler.cpp
| | | 
| | * commit 19a91a56db57b24075295fae3179d6686569df62
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 1 14:56:49 2010 +0000
| | | 
| | |     - Added lookup of partial packages that have modifications (needed for base classes).
| | |     - Changed lookup of imports to use previous frames and the new constructs for only looking up in the current scope.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit fd1a8d4d2e7c4a577c3ba7365111ebb6429bb508
| | | Author: Per Östlund 
| | | Date:   Mon Mar 1 13:49:47 2010 +0000
| | | 
| | |     Fixed bug #1170, which included:
| | |             + Fixing elaboration of vector function.
| | |             + Enabling Inst to determine the size of an unknown dimension (WHOLEDIM) from a variables modifier.
| | |             + Fixing the c_runtime to handle assignment to column slices of matrices
| | |     correctly (or at least more correctly than before...).
| | |             + Adding a test case VectorTest.mo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/real_array.c
| | | 
| | * commit c4c9d1696825160187ec82f50b5e5c27d4e55937
| | | Author: Martin Sjölund 
| | | Date:   Mon Mar 1 07:38:00 2010 +0000
| | | 
| | |     - Dynamically loaded functions are now compiled using g++ instead of gcc. They are still exported using extern C.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 913c2eed9ee348866f44d1740029bb621e8777bf
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 26 17:30:32 2010 +0000
| | | 
| | |     - Removed some cp -u lines from Makefiles. They don't work in OSX (GNU extension).
| | |     - Added x86_64-OSX version of liblpsolve55.dylib.
| | |     - Most regular Modelica testcases work in 64-bit OSX. MetaModelica testcases seem to fail, however (probably due to not using the 64-bit datatypes in the headers).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/java_interface/Makefile
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c45bb8c8e8c5926a4657b51786205130c10a970b
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 25 19:45:03 2010 +0000
| | | 
| | |     - ValuesUtil.unparsePtolemySet2 was failing due to some problems with dimensions of Values.ARRAY;
| | |       because of this plotting was failing, now it works again.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit e8c9c986d0e0ddd36f9ee14748a90f8a016693f4
| | | Author: Jens Frenkel 
| | | Date:   Thu Feb 25 19:24:17 2010 +0000
| | | 
| | |     - continue with division by zero implementation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit ed8745e7f63969ea76a2aea2abef12920624b66a
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 25 13:03:41 2010 +0000
| | | 
| | |     - Added baseclass paths to the elements of class definition in addInheritScope
| | |     - Added ceval for DAE.SLICE
| | |     - Added testsuite/mofiles/Extends6.mo to test these things
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit e942573401dc2f9acd8d4399980c91c4be339377
| | | Author: Jens Frenkel 
| | | Date:   Wed Feb 24 15:44:06 2010 +0000
| | | 
| | |     - continue with division by zero implementation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit ec7fd3b1d61641c64414a992a30234719e66298e
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 24 13:05:01 2010 +0000
| | | 
| | |     - Updated Lookup.lookupClass
| | |       - Instead of removing prefixes from the path we are trying to look up, we now store previous frames.
| | |       - So if we are in scope A.B.C.D and don't find C.E in either D or C, we lookup C.E in A.B with the previosuly stored frames {C,D}. We then rebuild A.B.C and lookup E with previously stored frame {D}.
| | |       - We also send a stateful Boolean around in lookupClass.
| | |         - If we ever find a matching name, this boolean is set to true.
| | |         - If the boolean is true, we can no longer go up a level in the scope.
| | |         - So if you have a class A.B.C.B and try to lookup B.C, it will now correctly only look for C in the scope A.B.C.B (and not A.B as it would previosuly do).
| | |           - Note: This still doesn't solve all issues because the compiler stores UNTYPED mods sometimes, and this could potentially be elaborated in the scope A.
| | |     - Added testcase mofiles/Constant11.mo for one of the issues now solved.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 369ce9c190af0f80f9167b4c5dd4faadde34f8f0
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 24 10:42:04 2010 +0000
| | | 
| | |     - Added a stateful Boolean to Util.mo
| | |       - It's really a Real[:], but the abstraction makes it look like a single value.
| | |       - Useful if you need to set a flag to stop a recursive operation (stop continue on fails).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 78823db89b31cb45cf0c3b6308abf56cced2b280
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 24 10:40:48 2010 +0000
| | | 
| | |     Quite big check-in:
| | |     DAE.mo:
| | |       - added some comments to operators
| | |     DAEUtil.mo :
| | |       -added some utility functions.
| | |     Exp.mo:
| | |       -implemented simplification of cross
| | |       - fixed some bugs in simplification
| | |       - added some utility functions
| | |     Inst.mo:
| | |       - bindings on parameters and constants are now also created using makeVariableBinding, as for variables. This makes them also type converted properly as for variabeles. (This affected many flat models).
| | |       - Fixed bug in setFunctionInputIndex (used for derivative information on functions)
| | |     Lookup.mo :
| | |       - fixed bug in makeExpIntegerArray with wrong value on the scalar attribute.
| | |     Static.mo :
| | |       - made elabBuiltinCross2 public (used by Exp.simplify1)
| | |     
| | |     + a lot of updates to testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 934f9e006880c466fcf924068df6cf79feb8120e
| | | Author: Björn Zachrisson 
| | | Date:   Wed Feb 24 08:44:10 2010 +0000
| | | 
| | |     Some minor renaming of functions to be more correct according to rest of project.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit ad3d230f2c3f780e871d6462361325228d6b3e0e
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 24 03:44:01 2010 +0000
| | | 
| | |     - Exp.mo
| | |       Handle also WHOLEDIM in Exp.replaceSliceSub.
| | |       WHOLEDIM is *also* a special case of SLICE
| | |       that contains the all subscripts, so we need
| | |       to handle that too!
| | |       This will get rid of errors like:
| | |       The generated equations:
| | |        controller.observer.y[:,1] = controller.L.u[:,1];
| | |        controller.observer.y[:,2] = controller.L.u[:,2];
| | |       should be instead;
| | |        controller.observer.y[1] = controller.L.u[1];
| | |        controller.observer.y[2] = controller.L.u[2];
| | |     
| | |     - DAEUtil.mo
| | |       - count internal equations in if equations by removing assert and terminate
| | |       - handle more equation types in DAEUtil.makeEquationToResidualExp
| | |       - todo: handle assert in if equations by translating them to
| | |               assert(NOT condition_from_if OR condition_from_assert, ...)
| | |               or something like this (my boolean logic doesn't work at this hour).
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit 65b7bf363fe5250e497bad74de29c1f468db2b9d
| | | Author: Jens Frenkel 
| | | Date:   Tue Feb 23 22:24:11 2010 +0000
| | | 
| | |     - start implementation of check division by zero
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit fdec6091cbe347d676d74ef2d5eea771b51d308a
| | | Author: Jens Frenkel 
| | | Date:   Tue Feb 23 19:05:42 2010 +0000
| | | 
| | |     - undo more simplification (Rev 5008) because speedup is less than 1%, so numerical stability will be preferred
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit a4010344069c22c3d4b21eb6b603499070307962
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 23 11:03:23 2010 +0000
| | | 
| | |     - Merged cases in lookupClass2 to make it easier to follow
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit c38023872fcc4544dcc6b80604613c0e571a7e13
| | | Author: Björn Zachrisson 
| | | Date:   Tue Feb 23 07:59:17 2010 +0000
| | | 
| | |     Added a Absyn function to strip last cref of a qualified cref
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 118e69387d9fb299e3eaa094423de2e4115342cb
| | | Author: Jens Frenkel 
| | | Date:   Mon Feb 22 10:56:18 2010 +0000
| | | 
| | |     - Bugfix: there was an error in daelow for bind expressions. The error occurred because in Exp.replaceExp has been traversed a component refs but this is wrong because m2.a will be replaced to m2.%$a for {{a,%&a},{m2.a,%&m2$Pa}}.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 1e41eb2cd6418503a039a64317d511fe328f6ccc
| | | Author: Jens Frenkel 
| | | Date:   Fri Feb 19 17:30:58 2010 +0000
| | | 
| | |     - do a bit more simplification
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit 43e852c8e6982d997e008fbe518fbd6b903c25e5
| | | Author: Rickard Lindberg 
| | | Date:   Fri Feb 19 13:24:47 2010 +0000
| | | 
| | |     Fixed failing test case mosfiles/BooleanArray.mos.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | 
| | * commit 491ebe5260d1f7b91df91cb6b9f731cb9fa0d916
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 19 10:29:59 2010 +0000
| | | 
| | |     - Refactoring of code; no changes made to the DAE AST
| | |       + Constructors of builtin types, such as (DAE.T_INTEGER({}),NONE) are now made through a constant DAE.T_INTEGER_DEFAULT
| | |       + This refactoring will make it easier to change the representation of the DAE.Type
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 672fc711bf2030b111a1ee5115cfdc34ca99dfea
| | | Author: Jens Frenkel 
| | | Date:   Fri Feb 19 09:20:28 2010 +0000
| | | 
| | |     - add missing built in math function return types
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit a19b7ef519081e992184125040c99a382913a510
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 18 14:20:58 2010 +0000
| | | 
| | |     - fixed for bug [#1175] (https://openmodelica.org:8443/cb/issue/1175?navigation=true)
| | |       instantiateModel(Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum);
| | |         wrongly gives errors:
| | |       Error: Variable body.sequence_start[1] not found in scope 
| | |       Error: No constant value for variable body.sequence_start[1] in scope .
| | |       Error: Variable body.sequence_angleStates[1] not found in scope 
| | |       Error: No constant value for variable body.sequence_angleStates[1] in scope .
| | |     
| | |     - the problem was in Inst.mo, Inst.instEqEquation2 where the call:
| | |        Ceval.ceval(Env.emptyCache(),Env.emptyEnv, e2, false, NONE, NONE, Ceval.MSG());
| | |       gets no env(ironment) and no cache and is required to print error messages via Ceval.MSG().
| | |       Or course error messages will be printed as lookup and constant evaluation of
| | |       any component references will fail without any environment.
| | |     
| | |     - updated all testsuite/library/multibody/*.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit c37a5cfc7ea19a4ce8de902be71147dc7264489b
| | | Author: Björn Zachrisson 
| | | Date:   Thu Feb 18 13:52:45 2010 +0000
| | | 
| | |     Some minor changes to inst->deriveing function and Exp functions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SCodeUtil.mo
| | | 
| | * commit fff335ccfa843e2a97abba981689fc0f4cad99af
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 18 01:39:14 2010 +0000
| | | 
| | |     *BEWARE*, quite BIG changes, MathCore will need to update their files!
| | |     - new implementation for inner outer to get the Elementary ThreeSprings working
| | |       + inner components are put first in the list returned by Inst.splitElems to be instantiated first
| | |       + when instantiated the inner component environment and the dae is saved into InnerOuter.InstHierarchy
| | |       + when instantiated the outer component the inner component is looked up into InnerOuter.InstHierarchy
| | |         and the returned environment and dae are processed to make it usable for outer:
| | |         * components in the environment are switched from INNER to OUTER
| | |         * components in the dae are switched from INNER to OUTER and prefixed with the prefix of outer
| | |     - tons of other fixes
| | |     
| | |     InnerOuter.mo is a new package
| | |     - contains the instance hierarchy and the inner/outer functionality previously in Inst.mo
| | |     
| | |     Prefix.mo split into Prefix.mo and PrefixUtil.mo
| | |     - this makes Prefix.mo to contain just data type definitions and can be included almost anywhere.
| | |     - Prefix functionality that heavily depends on other packages is moved to PrefixUtil.mo
| | |     
| | |     Connect.mo split into Connect.mo and ConnectUtil.mo
| | |     - just data types in Connect.mo to be easily included anywhere
| | |     - ConnectUtil.mo better encapsulates the connect functionality from Inst.mo and Env.mo
| | |     
| | |     SCode.mo
| | |     - added info node to SCode.CLASS (is now used in Static.mo to get the build time for a function
| | |       instead of going via Interactive.getPathedClassInProgram which might do instantiation again)
| | |     
| | |     Inst.mo
| | |     - moved big parts of Inst.mo into ConnectUtil.mo and InnerOuter.mo
| | |     - modification on outer will be ignored and will generate only a warning
| | |       instead of an error as some other Modelica tools do.
| | |     
| | |     Env.mo
| | |     - moved parts of Env.mo into ConnectUtil.mo as they really belong there!
| | |     - this makes Env.mo much lightweight on imported modules.
| | |     
| | |     DAEUtil.mo
| | |     - correctly dump the input/output types of the flattened functions
| | |     - got rid of some spaces before the ";"
| | |     
| | |     Cevalfunc.mo
| | |     - fixed an error with the dimension of the type of the output components in functions
| | |         type AliasToArrayType = Real[3];
| | |         output AliasToArrayType x;
| | |       wrongly generated:
| | |         output Real x;
| | |     
| | |     Main.mo
| | |     - better display of errors and warnings when flattening files from the command line
| | |     - hopefully fixed the naming of generated code if you load a library via the command line
| | |       ./omc File.mo Modelica wrongly generated Modelica.cpp Modelica_functions.cpp ...
| | |     
| | |     System.mo and systemimpl.c
| | |     - changed a bit the global caching interface.
| | |     
| | |     Static.mo
| | |     - return the same expression in makeASUBArrayAdressing if we have qualified component references
| | |       This will get rid of x.y.f[{1,2,3}] = ... in the Elementary examples.
| | |     - implemented function caching in Ceval.mo (disabled for now as we
| | |       get permission denied when trying to delete .dlls in .mos scripts)
| | |     
| | |     Makefile*
| | |     - updates to makefiles to compile the new packages
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Connect.mo
| | | A	Compiler/ConnectUtil.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | A	Compiler/InnerOuter.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Mod.mo
| | | M	Compiler/Prefix.mo
| | | A	Compiler/PrefixUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 1e58316a14b50732ef7e6c3e85f39fe6e64f5803
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 18 01:05:19 2010 +0000
| | | 
| | |     - added a new function
| | |     - use dummyInfo constant rather than construct it on the fly
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit 64555747aa4b229f01d1a4a967f65d8c4147957b
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 17 12:35:02 2010 +0000
| | | 
| | |     - updates so it compiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/dynload.c
| | | 
| | * commit 3248d3e0baabfecaf8ff15bd65aacff5656a886a
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 17 12:09:48 2010 +0000
| | | 
| | |     - Updated get_array_sizes in dynload.c to use existing dimension information from the Values.ARRAY
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/dynload.c
| | | 
| | * commit a0776c543ecf837e7a7d53cd71b8059bacf3eda9
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 17 11:56:18 2010 +0000
| | | 
| | |     - Added list dimLst to Values.ARRAY
| | |       * This means we can ceval {} and still know it has dimensions [0,3,2,5]
| | |       * Updated C runtime
| | |       * Updated elabBuiltinXXX to return correct type
| | |       * Rewrote parts of vectorizeCall
| | |       * Rewrote ValuesUtil and Ceval to set the correct dimensions of its calculated results
| | |       * Didn't optimize all parts that use listLength on the valueLst. This could be improved also in in runtime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/runtime/dynload.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | 
| | * commit aea77c6fce49ad82906824e28d10e77200c6a667
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 17 10:10:57 2010 +0000
| | | 
| | |     Types.vectorizableType:
| | |       - Changed it so that the expected type is lifted instead of the expression type unlifted
| | |       - This means {{1,2,3}} with expected type Real[1,3] now becomes {{1.0,2.0,3.0}} with type Real[1,3] instead of CAST({{1,2,3}}) with type Real[3] as it previously returned.
| | |         + The added dimensions are returned like before, no other changes were required.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit e014cd823af55794c8aab646706774a6c3b3f0d0
| | | Author: Björn Zachrisson 
| | | Date:   Tue Feb 16 12:17:26 2010 +0000
| | | 
| | |     minor changes in front-end,
| | |     * some new functions
| | |     * cleaning of code and complement to existing functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit a85f09cc28e7a5ead5469d46de13eef83ff74609
| | | Author: Jens Frenkel 
| | | Date:   Tue Feb 16 09:26:39 2010 +0000
| | | 
| | |     - update CMake files, now it is possible to at external c sources
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	CMakeLists.txt
| | | M	c_runtime/CMakeLists.txt
| | | 
| | * commit 229b9df2fcfa621727d53461fc833c81cc85ebb1
| | | Author: Per Östlund 
| | | Date:   Tue Feb 16 09:05:37 2010 +0000
| | | 
| | |     Added a variant of buildModel that takes a stepSize instead of startTime,
| | |     stopTime and numberOfIntervals. This is used by Parham Vaseles OpenModelica
| | |     Interactive implementation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit ba7081a4abefc194cdd3d65ad03f07f63cd77ff3
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 15 07:43:44 2010 +0000
| | | 
| | |     - Balanced the ptolemyio.cpp indentation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | 
| | * commit 72f31febfb081cf021443d48ea3eba1d98eec614
| | | Author: Martin Sjölund 
| | | Date:   Mon Feb 15 07:35:42 2010 +0000
| | | 
| | |     - Removed tab characters from ptolemyio.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | 
| | * commit 6d37331b9d5eb98017c11b5d8925cc47e443f10a
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 12 14:41:53 2010 +0000
| | | 
| | |     - Added MetaModelica builtin function print(String) as a Modelica builtin function instead (by request from Adrian)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | 
| | * commit a824e50eefac4e191b5e74d105da3d9201c943f5
| | | Author: Jens Frenkel 
| | | Date:   Fri Feb 12 09:30:50 2010 +0000
| | | 
| | |     - Bugfix: XMLDump, replace all "<" and ">" with W3C standart "<" and ">", not the best implementation but i thing we should use susan for XMLDump.mo
| | |     - implement Tearing in susan codegen (also use DAELow.STATE_DER for state derivative)
| | |     - start with division by zero problem
| | |     - added a few more simplify to Exp.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/XMLDump.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 696ab5acd45c281e9be1c9b876eeee9e08d40efa
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 12 08:30:34 2010 +0000
| | | 
| | |     - DAEUtil: Added some printing of MetaModelica statements (to see more structure of functions when printing flattened models)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit c534959990c898cf716b97e3a6e81ae905084d29
| | | Author: Per Östlund 
| | | Date:   Thu Feb 11 15:47:57 2010 +0000
| | | 
| | |     - Fixed elaboration of the builtin vector function (should now give correct result and type).
| | |     - Added test case VectorBuiltin to test the fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit c2f643cef0da0abaa051ff88b5c7cffe5c66cafa
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 11 15:39:58 2010 +0000
| | | 
| | |     - Static.mo: Improved readability of logic in edge,change and cevalIfConstant
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 9eed6156c547cbdcd4e9bbedef721f7bc00302ff
| | | Author: Jens Frenkel 
| | | Date:   Thu Feb 11 11:44:32 2010 +0000
| | | 
| | |     - add Flag "-mt" to measure simulation run time
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit d69f1e6177d7111b44232cc3cd59c9647ad67093
| | | Author: Jens Frenkel 
| | | Date:   Thu Feb 11 11:13:58 2010 +0000
| | | 
| | |     - added CMake files to generate for example Visual Studio project to debug generated simulation executables
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	CMakeLists.txt
| | | A	c_runtime/CMakeLists.txt
| | | A	c_runtime/libf2c/CMakeLists.txt
| | | A	c_runtime/sendData/CMakeLists.txt
| | | 
| | * commit 08a53fa447db4262839e039e0022f07220d53ed3
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 11 09:39:49 2010 +0000
| | | 
| | |     - Exp.printExp:
| | |       + Added WILD
| | |       + Added VALUEBLOCK
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit a83238e51ad73730856bb94ca1a2dae010ff97bd
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 11 08:58:04 2010 +0000
| | | 
| | |     - Added better _init.txt trace messages during verbose simulation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_input.cpp
| | | 
| | * commit 38b82ed85321dd9e8bf9367b73b3eeaf4cf44d4e
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 11 08:56:40 2010 +0000
| | | 
| | |     - Fixes for code generation of scalar arrays (now works for boolean arrays in simulation context)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 6da3c54d7bcc835b86398c81a57094a949989b02
| | | Author: Pavol Privitzer 
| | | Date:   Mon Feb 8 16:56:17 2010 +0000
| | | 
| | |     - QHP/TestRedCellsTotal.mo  ... another model to be translated to C#
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | A	Compiler/susan_codegen/SimCode/GenTest/QHP/TestRedCellsTotal.mo
| | | A	Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos
| | | A	Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos
| | | 
| | * commit 8c37dd32070cda6f88838847d3ef408ad0decaa8
| | | Author: Pavol Privitzer 
| | | Date:   Sun Feb 7 21:50:49 2010 +0000
| | | 
| | |     - C# codegen update for OM Workshop
| | |     - C# functional code in RightHeartStarling.cs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | A	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.cpp
| | | M	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.cs
| | | A	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling_functions.cpp
| | | A	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling_init.txt
| | | M	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/generate.mos
| | | A	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/simulate.mos
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | 
| | * commit 44586a3881f1cfc45621d32632e9daffd06aae5c
| | | Author: Jens Frenkel 
| | | Date:   Sat Feb 6 22:59:01 2010 +0000
| | | 
| | |     - Bugfix: tearing algorithm
| | |     - add new variable kind STATE_DER in DAELow to differentiate between State and der(State)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit fb7ef482c93ea477d47e24a2e86da9a2f3e6d4bf
| | | Author: Björn Zachrisson 
| | | Date:   Fri Feb 5 13:48:11 2010 +0000
| | | 
| | |     Added some functions used by MC back end
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 8634e48a5a37c93897ce01abf737a0a86608aeee
| | | Author: Martin Sjölund 
| | | Date:   Fri Feb 5 10:33:35 2010 +0000
| | | 
| | |     - Fix for sample(startTime,i). Now doesn't generate events unless time >= startTime, as expected.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit d3b57e14ae1b2d554a3af92a87b723b467b55823
| | | Author: Per Östlund 
| | | Date:   Fri Feb 5 10:08:10 2010 +0000
| | | 
| | |     Fixed elaboration of built-in function 'integer' when the argument is an
| | |     Integer.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit a449c966a1f65a5bf8e333aba6c6154e73dc95b9
| | | Author: Per Östlund 
| | | Date:   Fri Feb 5 09:58:58 2010 +0000
| | | 
| | |     - Fixed vectorization of types extended from base types to also work for matrices
| | |     of any dimensions (bug #1119).
| | |     - Extended the VectorizeExtendedType test case to also test this fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 685cda8de7c18163bdc18c11fa5010c3053b7d20
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 5 01:07:49 2010 +0000
| | | 
| | |     - fixes for 3.x annotations
| | |     - added getNthInheritedClassIconMapAnnotation and getNthInheritedClassDiagramMapAnnotation
| | |       for retrieving annotations placed on extends.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Constants.mo
| | | M	Compiler/Interactive.mo
| | | 
| | * commit a9540c8b4b74735714899ce3b74828300e3df67e
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 5 01:05:20 2010 +0000
| | | 
| | |     - hopefully faster/better Util.listReduce
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 8fdc9e199b11665c2e4f8616d2fbadfe529e61d0
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 5 01:04:19 2010 +0000
| | | 
| | |     - fixes for enableSendData
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Static.mo
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 5e00c55eb7a336e579628c377591061d1f576b90
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 4 13:45:01 2010 +0000
| | | 
| | |     - Fix for instantiateDaeFunction when the input is fully qualified and the function exists within a model, not a package.
| | |       + Use the non-fully qualified name - the same we used to get the function type.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit e769ade035efab102775a90e08453950f63f5b4d
| | | Author: Per Östlund 
| | | Date:   Thu Feb 4 13:24:33 2010 +0000
| | | 
| | |     Fixed bug #1161, where 3*(2^p) was 'simplified' to 3*(p^2.0).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 7c7db5fab683782e06e7a4df46de33dd3cdac75b
| | | Author: Per Östlund 
| | | Date:   Thu Feb 4 13:10:46 2010 +0000
| | | 
| | |     Added dereferencing of the the filename string pointer in read_input, so that
| | |     you get a meaningful error message if it fails to open the input data file.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_input.cpp
| | | 
| | * commit 159bb32195318effe4d7b87d9a4a4a475a3936e5
| | | Author: Martin Sjölund 
| | | Date:   Thu Feb 4 12:03:18 2010 +0000
| | | 
| | |     - Added c_runtime/fortran_types.h
| | |       + Contains only fortran_integer - the same size integer as the ones used by the DASSL solver.
| | |     - Updated solver_dasrt.h to use fortran_integer instead of long.
| | |       + Fixes some of the new 64-bit issues.
| | |       + Also updated functions that were used by this function.
| | |       + Updated code generation for the new function defintions.
| | |     - The testsuite now runs on 64-bit machines (except some MetaModelica tests)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/Makefile
| | | A	c_runtime/fortran_types.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_dasrt.h
| | | 
| | * commit 8312a2ab83691f52a71e690e682a3d04fa0b5eaf
| | | Author: Jens Frenkel 
| | | Date:   Wed Feb 3 23:17:54 2010 +0000
| | | 
| | |     - tearing implenetation: check if tearing succeed, make negative entries from IncidenceMatrix positiv to get a working matchingAlgorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 8a291c9f822df25325ff2868fb0ca1fdf155c359
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 3 23:01:36 2010 +0000
| | | 
| | |     - more info on how to generate .project in README-OMDev-MINGW.txt
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 315ef962d8c20e3833a7601b9cbb3acf6a87f03c
| | | Author: Jens Frenkel 
| | | Date:   Wed Feb 3 19:17:30 2010 +0000
| | | 
| | |     - tearing implenetation: first codegeneration version works
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit a3c36dca9f4478fe639206bb17288d9111b6e096
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 3 15:22:47 2010 +0000
| | | 
| | |     -Small bugfix for instantiation of derivative functions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit b3ca929a25c17e8cf15073496f5035cec3cd6b7e
| | | Author: Rickard Lindberg 
| | | Date:   Wed Feb 3 10:24:38 2010 +0000
| | | 
| | |     - Moved generation of makefile to templates
| | |     - Added skeleton for new function needed by simulation library
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 472c3db441e197174514c4d6d90f8c54b550d557
| | | Author: Martin Sjölund 
| | | Date:   Wed Feb 3 08:14:48 2010 +0000
| | | 
| | |     - Added scope name for valueblock scopes
| | |       + Used to be NONE(), but that causes Env.getEnvPath to fail
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit a8e27f48f0fdfd439f47c0ae8b88c66109c5ef2f
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 3 07:43:52 2010 +0000
| | | 
| | |     -Fixed bug with infinite recursion of derivative functions (found throught the derivative annotation)
| | |     -Removed "koning lookup" functions that hasn't been used for years.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 0cd7fe726cd68751f91edc4ad41fae3173606b46
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 2 13:20:21 2010 +0000
| | | 
| | |     -Partly fixed instantiation of recursive functions (need to check in so others can continue working on MultiBody). Still some problem left with invalid cache.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 2c0a4210f37773e01f6754dbb8cdb9b0b3086326
| | | Author: Björn Zachrisson 
| | | Date:   Tue Feb 2 12:39:35 2010 +0000
| | | 
| | |     Added some functions to Exp.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit acad427023b3129e5ea5560b9740b8f728d0794b
| | | Author: Rickard Lindberg 
| | | Date:   Tue Feb 2 11:14:17 2010 +0000
| | | 
| | |     Cleaned up template code and fixed incorrect name for some structs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit da1f06649a4d7f4ac188f1828057ad0e6b5e81eb
| | | Author: Rickard Lindberg 
| | | Date:   Tue Feb 2 11:13:08 2010 +0000
| | | 
| | |     Changed C# template to reflect string-to-Path data structure change.
| | |     
| | |     It didn't compile before this fix. I don't know if underscorePath is the
| | |     correct replacement, but at least it compiles now.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 6bd879f93150f25a4cbb2c3450576cc93872aa36
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 2 11:12:06 2010 +0000
| | | 
| | |     - Added failtrace when Env.getEnvName fails (related to MetaModelica problems in the testsuite)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | 
| | * commit c791e318c3e5dfa98b0eb3381defa053bfaeaa5e
| | | Author: Reino Ruusu 
| | | Date:   Tue Feb 2 11:04:06 2010 +0000
| | | 
| | |     A basic implementation of the built-in function delay().
| | |     Lacking features:
| | |     * Handling of delayed events
| | |     * delayMax is ignored
| | |     * Checks for some improper usage
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/Makefile
| | | A	c_runtime/simulation_delay.cpp
| | | A	c_runtime/simulation_delay.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_euler.cpp
| | | 
| | * commit 2c0af657c7254c74684ac94e6773a6725d27ca52
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 2 10:11:54 2010 +0000
| | | 
| | |     - Added better unparsing of valueblocks for debugging purposes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | 
| | * commit a5def2cfafdb35653d912584f7caf26fb2b391ac
| | | Author: Reino Ruusu 
| | | Date:   Tue Feb 2 09:45:46 2010 +0000
| | | 
| | |     Bugfix: DDASRT sometimes jumps to a root at t > tout when INFO(3) = 1.
| | |     Affects cases where outputSteps < 0.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/ddasrt.c
| | | M	c_runtime/fortran/ddasrt.f
| | | 
| | * commit ffda0c5c9a1ffaf2cc041306f4919d9790d6a870
| | | Author: Reino Ruusu 
| | | Date:   Mon Feb 1 19:53:22 2010 +0000
| | | 
| | |     Fixed a bug in DAEUtil.traverseDAE2 that prevented changes to component contents being returned.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit c2ccd28faf1a4da0870ff10d58be97132e28dc87
| | | Author: Björn Zachrisson 
| | | Date:   Mon Feb 1 08:45:22 2010 +0000
| | | 
| | |     Removed debug prints from operators
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 934520162753d828364488b1c70bfb9ea92f10af
| | | Author: Jens Frenkel 
| | | Date:   Fri Jan 29 17:09:22 2010 +0000
| | | 
| | |     - Bugfix: tearing selection algorithm: array variables
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 23ea833703072f8c2af3935810d12af3c16abf3b
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 29 15:55:52 2010 +0000
| | | 
| | |     - Fixes bug in codegen of record constructors after PA's changes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 48ca649ba33d3434bed2f460a83d5640b62d97f6
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 29 15:38:09 2010 +0000
| | | 
| | |     -Fixed a couple of the failing tests from earlier checkins. Testsuite closer to 100%
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 73787f4772da9e125724cd1d66c1b38717753905
| | | Author: Björn Zachrisson 
| | | Date:   Fri Jan 29 15:10:37 2010 +0000
| | | 
| | |     minor changes how functions and records are treated.
| | |     Added some functions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit b52ccc41cfecb015a8c8b0ed252849d858c26a94
| | | Author: Jens Frenkel 
| | | Date:   Fri Jan 29 09:27:51 2010 +0000
| | | 
| | |     - mistake in writing
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 6addc17cf4c6b71c26d19756a8362627128551e3
| | | Author: Björn Zachrisson 
| | | Date:   Fri Jan 29 08:24:36 2010 +0000
| | | 
| | |     added a crefAppend function for Exp.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit df3697fcc82643b9c9c71e74a12a2ef41accbe69
| | | Author: Jens Frenkel 
| | | Date:   Thu Jan 28 15:46:43 2010 +0000
| | | 
| | |     - Bugfix: tearing selection algorithm, replace tearing variable also in scalar part of equation
| | |     - print more information with tearingdump
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit f91ad1ba16835e5934b13d39d4ed71adb3d162a6
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 28 15:06:53 2010 +0000
| | | 
| | |     -Updated backend after changes to ClassInf.State.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | 
| | * commit 8e242dd093503590a442030c69ec0b7f7c178357
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 28 12:33:01 2010 +0000
| | | 
| | |     -Fixed bug introduced in -r4876 (size({{1,2},{3,4}})) stopped working. Testcase for this exists in backend at MathCore.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 1b9246414b0da6dfb9f6c2554ca726a012e81798
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 28 11:52:16 2010 +0000
| | | 
| | |     -Added instantantiation of functions in Static. All used functions (inluding derivative annoation functions) are now instantiated and added to the DAE. The code generation will now (TODO in OpenModelica backend) be generated only from the DAE, and not Absyn.
| | |     - Changed ClassInf.State to contain Absyn.Path instead of string
| | |     - Added option envCache, to turn on and off cache during runtime (used in cevalfunc)
| | |     -Changed DAE.ET_COMPLEX to contain Absyn.Path instead of string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/runtime/optmanager.cpp
| | | 
| | * commit 2997533f78694c6cafc7cc0cd5f825cd2a2fc911
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 28 10:41:08 2010 +0000
| | | 
| | |     Java Interface:
| | |     - Fixed CLASS_EXTENDS typo for AstAsCorbaString
| | |     - Added better error messages for ModelicaRecord.java
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st
| | | 
| | * commit e4cd64999bcd9e6c0e953c9f8d9d9fa01e187e25
| | | Author: Per Östlund 
| | | Date:   Thu Jan 28 10:16:31 2010 +0000
| | | 
| | |     - Fixed cevalBuiltinSizeMatrix to work on non-constant matrices.
| | |     - Fixed elaboration of non-constant for-loop range limits.
| | |     - Added testcase DiagonalBlock for bug #1149.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 09d0305b7dae767c0eb611f72449d17131aea6ad
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 28 08:23:49 2010 +0000
| | | 
| | |     - updates to testsuite/libraries/multibody/* models as now we don't have the
| | |       (s) modifier not found in Real error.
| | |     - updates to Makefile.common.w32
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common.w32
| | | 
| | * commit ffc7b11ba43f7ea8a6053ae84f527bbf03aab42e
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 28 05:58:17 2010 +0000
| | | 
| | |     Codegen.mo
| | |     - got rid of unused import Inst;
| | |     
| | |     Inst.mo
| | |     - fixed problem with the inner(mod) <-> inner outer (mod)
| | |       for the example model in the Modelica Specification:
| | |       5.5 Simultaneous Inner/Outer Declarations
| | |       see testsuite/mofiles/InnerOuterSystem.mo
| | |     - better instantiation caching (both partial and full is now cached)
| | |     - fixed the bug that generated error:
| | |       Error: Variable s: In modifier (s), class or component s, not found in the built-in class Real
| | |       Error: Variable s: In modifier (start = 0.1), class or component start, not found in the built-in class Real
| | |       by commenting out: // compModLocal = Mod.lookupCompModification12(mod,n);
| | |       in Inst.addComponentsToEnv, see testsuite/mosfiles/ModifierProblem.mos.
| | |     
| | |     Mod.mo
| | |     - commented out unused code in Mod.unelabMod
| | |     - trivial text change
| | |     
| | |     SCode.mo
| | |     - SCode.modEqual is now public
| | |     
| | |     SimCode.mo
| | |     - commented out unused import Print;
| | |     
| | |     
| | |     Added tests for checking 2 bug fixes in Inst.mo:
| | |     testsuite/mofiles/InnerOuterSystem.mo
| | |     testsuite/mofiles/ModifierProblem.mo
| | |     testsuite/mosfiles/ModifierProblem.mo
| | |     testsuite/mosfiles/ModifierProblem.mos
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 7a31d5d0b4a2c7486e5091b886e848e1a2aee72e
| | | Author: Jens Frenkel 
| | | Date:   Wed Jan 27 21:21:00 2010 +0000
| | | 
| | |     - implemented first tearing selection algorithm
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit a245334e2ee7dec49bcc574d0986ed66f0f94b64
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 27 12:30:40 2010 +0000
| | | 
| | |     Java Interface:
| | |     - Optionally send types when creating records from Map (required for uniontypes to work correctly)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st
| | | 
| | * commit 0b7986a40a7d755efaa690d09b13ed22b375056b
| | | Author: Per Östlund 
| | | Date:   Wed Jan 27 08:32:21 2010 +0000
| | | 
| | |     Fixed bug #1153, sum of arbitrarily sized vector.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 297d56780423cf9a5813293dfdea9adca72e931e
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 27 08:31:42 2010 +0000
| | | 
| | |     - Codegen.mo, for external functions:
| | |       + Previosuly, if the order of outputs are different from the one in the call mapping, it would write the results in the incorrect order.
| | |       + Added testcase for external C functions, where 4 outputs are mapped in different orders.
| | |       + External Java functions use the same mapping as C functions, and do not need testing.
| | |       + Test cases were also added for external FORTRAN 77 functions since the code path for code generation of F77 functions is different. However, the code actually calls the same function as in the C example (the function prototype is identical).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 43d95e967ba6dc28ff143469c7320f56718d9d32
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 27 08:20:44 2010 +0000
| | | 
| | |     - getAstAsCorbaString now clears the buffer before traversing the AST.
| | |       + For example, loadModel would store some old messages in the buffer even after the call was completed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 214e8bdae445c9227038aef5a98b25a35b537f06
| | | Author: Per Östlund 
| | | Date:   Mon Jan 25 14:36:42 2010 +0000
| | | 
| | |     - Added case for empty vector range expression in reductions.
| | |     - Added missing changes to testsuite makefile for Reductions testcase.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 58068227e96a47d2203f8da4b0645e6450f1b544
| | | Author: Per Östlund 
| | | Date:   Mon Jan 25 10:24:46 2010 +0000
| | | 
| | |     Implemented code generation of reductions to fix bug 1136, which involved:
| | |     - Extending Exp.expContains to handle reductions.
| | |     - Fixing elaboration of reductions in Static.elabReduction.
| | |     - Adding code generation for reductions to Codegen.
| | |     - Adding testcase 'Reductions' in mosfiles.
| | |     
| | |     Reductions where the range expression is an empty vector is not working reliably
| | |     yet.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 8ee35c6c3014e2855152e347343d22445b8c76fb
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 22 15:43:50 2010 +0000
| | | 
| | |     -Huge change of DAE.DAElist. It now contains a list of elements and an avltree for functions. Almost all inst functions and static.elab functions now return DAE.DAElist, so all functions used by a model gets picked up and added to the DAE. (The next step, which is not implemented yet, is to populate the avltree with all function instances used by the model)
| | |     -Removed dead (commented) code in several places. If you miss this code, you will have to go back in the svn log an search for it!
| | |     - removed Inst.initVarsModelicaOutput since we now keep modifier bindings as modifiers and not generate equation for them.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 79297638f3931b13cc53386d3b6549a65f04c644
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 21 23:44:41 2010 +0000
| | | 
| | |     - updated Copyright (c) text to 2010
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/MyAST.h
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modelica_parser/src/test.cpp
| | | M	modelica_parser/src/token_names.cpp
| | | M	modelica_parser/src/token_names.hpp
| | | 
| | * commit 4da96115982b3b236d3c2e82057aae507042658b
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 21 23:44:21 2010 +0000
| | | 
| | |     - updated Copyright (c) text to 2010
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	flat_modelica_parser/src/test.cpp
| | | 
| | * commit 9631a8d4ecdbc9ee50f2bc93f4d2c49acb20e325
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 21 23:44:01 2010 +0000
| | | 
| | |     - updated Copyright (c) text to 2010
| | |     - replaced some of the leftover BSD licenses.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/OptManager.mo
| | | M	Compiler/absyn_builder/expression_parser.g
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/absyn_builder/yacclib.c.txt
| | | M	Compiler/absyn_builder/yacclib.h.txt
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/error_reporting.h
| | | M	Compiler/runtime/errorext.h
| | | M	Compiler/runtime/optmanager.cpp
| | | 
| | * commit 47ee4772f072a86275a407d11229bd6a57a512d6
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 21 22:45:09 2010 +0000
| | | 
| | |     - updated Copyright (c) text to 2010
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/BackendVarTransform_stub.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Constants.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/Corba.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEEXT.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAELow_stub.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Derive_stub.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/DynLoad.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/ExpandableConnectors.mo
| | | M	Compiler/Graphviz.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Parser.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Print.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/SimulationResults.mo
| | | M	Compiler/Socket.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TaskGraphExt.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitChecker.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/runtime/dynload.c
| | | M	Compiler/runtime/dynload_stub.c
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/omc_communication_impl.h
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/socketimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/runtime/systemimpl.h
| | | M	Compiler/runtime/unitparser.cpp
| | | M	Compiler/runtime/unitparser.h
| | | M	Compiler/template_precompile/Error.mo
| | | M	Compiler/template_precompile/Main.mo
| | | M	Compiler/template_precompile/Print.mo
| | | M	Compiler/template_precompile/Util.mo
| | | 
| | * commit 6e792bae6a64996983e6a2c0d951012bd50fea7a
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 21 22:42:05 2010 +0000
| | | 
| | |     - updated Copyright (c) text to 2010
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/base_array.c
| | | M	c_runtime/base_array.h
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/inline.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/java_interface.h
| | | M	c_runtime/matrix.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/options.cpp
| | | M	c_runtime/options.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_input.h
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/simulation_result.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_dasrt.h
| | | M	c_runtime/solver_euler.cpp
| | | M	c_runtime/solver_euler.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 346787ca98ab33fd2e3e5b15ac188dc27b2edd50
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 21 11:20:02 2010 +0000
| | | 
| | |     Bugfix for ticket #1154
| | |     - Add Inst.addComponentsToEnv to all components before elaborating any mods in records.
| | |       + We now use instClassExtendsAndExtendsList instead of record-specific code for handling SCode.EXTENDS.
| | |       + Added testsuite/record/RecordModifications.mo to test this.
| | |     - Removed Lookup.buildRecordConstructorVarLst.
| | |       + Lookup.buildRecordConstructorClass does almost the same thing.
| | |       + Added Lookup.buildRecordType, a helper function for the functions that previously fetched varLst and created type based on that.
| | |     - Inst.splitElts and Inst.instClassExtendsAndExtendsList were made public so they could be seen from Lookup.
| | |     
| | |     - Bugfix for calling functions inherited by a class using relative paths.
| | |       + Added testsuite/mofiles/Extends5.mo to test this.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit bd4af310f18db9da08ca59ce6f722faae6528f3c
| | | Author: Per Östlund 
| | | Date:   Thu Jan 21 11:01:13 2010 +0000
| | | 
| | |     - Fixed reductions so that they are constant evaluated in classes when possible.
| | |     - Added testcase to test constant evaluation of reductions
| | |       (ConstantReductions.mo).
| | |     - Added missing reduction function 'product'.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit ea7dce6048726fd13af300689a951e81d4fe0f84
| | | Author: Rickard Lindberg 
| | | Date:   Thu Jan 21 10:52:25 2010 +0000
| | | 
| | |     Removed dependency on Codegen module.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 0da6b88e8b7a2a2f2758979c5fb89fdd097b96f2
| | | Author: Rickard Lindberg 
| | | Date:   Thu Jan 21 10:35:20 2010 +0000
| | | 
| | |     Removed dependency on SimCodegen module.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 46be79ea6ea6c5e5fba08cefb7b407cf0fa829a7
| | | Author: Rickard Lindberg 
| | | Date:   Thu Jan 21 10:21:47 2010 +0000
| | | 
| | |     Removed createContext functions in favour of constants.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ff40e66d0d351b232d1f0ae08fc4d6de137d1681
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 21 02:23:16 2010 +0000
| | | 
| | |     - add a space between the comment and the variable
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit e641ff16811a727d8faaa529ab653572b0bfe8af
| | | Author: Per Östlund 
| | | Date:   Wed Jan 20 15:27:52 2010 +0000
| | | 
| | |     Tuple-tuple assignments are now broken up into separate equations in DAELow, so
| | |     that the number of equations get counted correctly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 3ffb189dac2a3f860f2ce91b0f48cdc46652fef0
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 20 14:49:45 2010 +0000
| | | 
| | |     - SCode.printClassStr: Added restriction to the generated string (useful when debugging)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit ff64c665907b557822f3077d2311a419e4fbe93c
| | | Author: Rickard Lindberg 
| | | Date:   Wed Jan 20 14:49:32 2010 +0000
| | | 
| | |     Cleanup.
| | |     
| | |     - Removed unused uniontypes, records, and functions
| | |     - Replaced some type aliases with real types
| | |     - Restructured the order of things in the file
| | |     - Added some comments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 8f3ee28a3b87f2c14f74f25ecfa04cef46054363
| | | Author: Per Östlund 
| | | Date:   Wed Jan 20 12:42:27 2010 +0000
| | | 
| | |     Added case for Real iterators in elabCallReduction2.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 392e0193ac12abdb6efa1a58eeb98d6e5ed15bca
| | | Author: Per Östlund 
| | | Date:   Wed Jan 20 12:08:03 2010 +0000
| | | 
| | |     Changed how elaboration of multiple iterators in array constructors are handled
| | |     (multiple iterators give multi-dimensional arrays, not a flattened
| | |     one-dimensional array).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit c59eb1ddf3889a27c713c3cea8c9dfd4fb8d685b
| | | Author: Per Östlund 
| | | Date:   Wed Jan 20 10:01:25 2010 +0000
| | | 
| | |     Changed some function prototypes to be partial (ReductionOperator in Ceval).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 427befcecafc5db52e98a7478304f53b6221033e
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:58:35 2010 +0000
| | | 
| | |     - implemented instance hierarchy during instantiation
| | |       Inst.updateInstanceHierarchy is called during Inst.addComponentsToEnv2
| | |       to build the hierarchy.
| | |     - Inst.handleOuterWithModificationOnInner is called in Inst.instElement to
| | |       lookup the modification from the inner element in the instance hierarchy.
| | |     - adapted Inst.checkMultipleElementsIdentical to remove the inner modification
| | |       when checking if the element is outer (not really 100% correct but for
| | |       example Dym doesn't complain about modifications on outer components).
| | |     - adapted Inst.modificationOnOuter to complain only if the modification on outer
| | |       is NOT the same as the modification on inner.
| | |     - used System.getHasInnerOuterDefinitions() to guard expensive functions in Inst.
| | |     - replaced InstanceHierarchy.emptyInstanceHierarchy with InstanceHierarchy.emptyInstHierarchy everywhere
| | |     
| | |     - tests go 100% plus most of the Elementary models now work (only 1 fails now).
| | |     - however, modifyOuter.mo display a different error message now. to be fixed!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 1151b6d8a5102ebab896f2805ceaa9b379e2ba44
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:43:31 2010 +0000
| | | 
| | |     - display the annoying DAELow.lower2 errors only when given the +d=failtrace flag.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit cbf845cbb05927cae0b24a86474ef136fca8db6f
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:42:03 2010 +0000
| | | 
| | |     - functionality to strip the last prefix implemented in Prefix.prefixStripLast.
| | |     - this function is used during instance hierarchy lookup by peeling of the furthest
| | |       rhs prefix and appending the component name when searching for the inner component
| | |       in the instance hierarchy.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Prefix.mo
| | | 
| | * commit 56a70f387eaf34eba8b6eefe640669d8fe34e71b
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:39:40 2010 +0000
| | | 
| | |     - fixes to DAEUtil.selectBranches to select until a non-constant boolean is found.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit 4d6479e97b7d591fc73fe2ef6feecfad83b5ea29
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:38:08 2010 +0000
| | | 
| | |     - moved Static import to the protected section
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | 
| | * commit 499892d632faea35ba7e9fda908c54c04ac7530b
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:33:06 2010 +0000
| | | 
| | |     - added HashTable to hold the instance hierarchy (IH) used during Inst.
| | |       The new IH is called InstHierarchy.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/InstanceHierarchy.mo
| | | 
| | * commit b7d88e12229474133ea4fc2404809278dd14c491
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:29:05 2010 +0000
| | | 
| | |     - minor text editing, updating 2009->2010
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | 
| | * commit 3d81a4e90a091412cbdb44f8d249e311450569d7
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:23:31 2010 +0000
| | | 
| | |     - set the external flag that signals the presence of
| | |       inner/outer definitions in the translated model.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCodeUtil.mo
| | | 
| | * commit 4dd5824c17f9fab1950da5fc68273ea8ff6765ef
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:21:54 2010 +0000
| | | 
| | |     - print inner/outer prefix in SCode.unparseElementStr as it
| | |       gives more information during displaying of error messages.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit ce19563682470317a7b78b7f7d9452b8a7ce8485
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:20:08 2010 +0000
| | | 
| | |     - implemented side effects to set/get the information
| | |       that a model contains or not inner/outer definitions.
| | |     - using this functionality we can speed up some of the
| | |       Inst functions as we skip doing them.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 2811891494266ec94bf3679417ca127565c8fc21
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 07:08:33 2010 +0000
| | | 
| | |     - added isInner and isOuter functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit e3e23f759fe5788af3e2e09d6ac7f97101b2da22
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 20 05:31:11 2010 +0000
| | | 
| | |     - fixes for ticket #1155:
| | |       http://openmodelica.ida.liu.se:8080/cb/issue/1155
| | |       final parameter Real eAxis_ia[3](each final unit="1") = {1,2,3};
| | |       wrongly gives: Error: Variable eAxis_ia: trying to override final variable
| | |     - added tests for this fix: testsuite/mofiles/OverrideFinalTest.mo
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit c0a271756b0e9aa2ca97e55c8ec6e26d1bf68633
| | | Author: Rickard Lindberg 
| | | Date:   Tue Jan 19 15:28:10 2010 +0000
| | | 
| | |     Got rid of listLength* since listLength is now supported in Susan.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 844de37ea9290cec34310fc7f5f946825f9dd9f1
| | | Author: Rickard Lindberg 
| | | Date:   Tue Jan 19 14:36:14 2010 +0000
| | | 
| | |     Removed unused code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 41cf9f6d439eb4375db5f0d85316dff65941e710
| | | Author: Rickard Lindberg 
| | | Date:   Tue Jan 19 14:26:24 2010 +0000
| | | 
| | |     Changed the way numOutVars and numInVars are calculated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit e25503c81c0c4570f4a0d12cc94ed36b546dc892
| | | Author: Rickard Lindberg 
| | | Date:   Tue Jan 19 14:04:38 2010 +0000
| | | 
| | |     Removed unused methods.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 67ec71ac6e191405a2e8d7e0ab6665858b998b92
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 19 13:22:04 2010 +0000
| | | 
| | |     - Static.mo: Fixed parsing problem (RML accepted it, but the OpenModelica parser gave a proper error).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit d22a55a77b13474764825af9c0e76a12dfafbb4a
| | | Author: Rickard Lindberg 
| | | Date:   Tue Jan 19 12:54:33 2010 +0000
| | | 
| | |     Fail if inverse algorithm for single variable.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 0dcb4f718e0e3456f7cb96413e7c9ad7a79e905f
| | | Author: Per Östlund 
| | | Date:   Mon Jan 18 16:23:52 2010 +0000
| | | 
| | |     Implemented constant evaluation of reduction functions max, min and sum.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 4c5f13257ece1d4ce549942af37fa4848703df0b
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 18 13:35:13 2010 +0000
| | | 
| | |     Java Interface:
| | |     - When handling uniontypes, we now add the _UT suffix so we can compile e.g. Absyn.mo definitions to a jar-file on the Windows platform.
| | |     - Removed the dependency on Sun JreSocketFactory (we won't need long CORBA timeouts if we send long strings through files anyway).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/Makefile.common
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestParser.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/abc.java
| | | 
| | * commit 1684f11b9dc20745a24da49865e7b59234551bab
| | | Author: Stefan Brus 
| | | Date:   Mon Jan 18 12:41:45 2010 +0000
| | | 
| | |     -fixed a bug with inlining of array functions
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inline.mo
| | | 
| | * commit 32c26a853c02e8bdee2b6ca54367631489a8d29a
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 18 11:48:00 2010 +0000
| | | 
| | |     Java Interface:
| | |     - JarCreator: Check if file already exists, and throw exception.
| | |       + This happens on Windows systems if uniontypes and records have the same case-insensitive name.
| | |     - DefinitionsCreator: Fix for when OPENMODELICA environment-variable doesn't contain a trailing directory-separator.
| | |     - The Java testsuite now generates files in the proper order, but doesn't work on Windows due to case-insensitivity issues.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | | 
| | * commit e4a2a8db14b67e540626a1fecc22b5dae54fbda7
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 18 10:20:02 2010 +0000
| | | 
| | |     Java Interface
| | |     - Added parse(Reader) to ModelicaOption
| | |       + Fixed the Java testsuite
| | |     - Added testcase for getAstAsCorbaString(filename)
| | |       + Uses TankPID.mo, and a very short Java function.
| | |       + Could also use CORBA to get the string, but that requires a little bit more code.
| | |         It's better to pass the string using filename anyway, since 32-bit architectures are limited to 16MB strings in OpenModelica.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java
| | | 
| | * commit e961ada050e0be7f39e11c90d028de24400dba77
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 18 09:39:18 2010 +0000
| | | 
| | |     - Added Dump.mo changes missing from r4793
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | 
| | * commit 94d5c2f52f5ab2f82b23cd2f9f782e77f466abd9
| | | Author: Adrian Pop 
| | | Date:   Mon Jan 18 09:14:41 2010 +0000
| | | 
| | |     - changed DAE.convertInlineTypeToBool to DAEUtil.convertInlineTypeToBool
| | |       as there are no functions in DAE.mo!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inline.mo
| | | 
| | * commit a484f686aa72f04a9a347f50d020969a1c732d69
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 18 09:04:58 2010 +0000
| | | 
| | |     Changes to the OMC-Java interface (Java code)
| | |     - Added OMCStringParser.parse(File f) functions.
| | |     - Made parse functions for Record, Array, Tuple public.
| | |     - Fixed ComplexTypeDefinitions for generic types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java
| | | 
| | * commit 08650f45a10464357211aa4ea12c1777e26ea8a8
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 18 09:03:06 2010 +0000
| | | 
| | |     - Added getAstAsCorbaString(filename) API call.
| | |       + It prints the string to file and returns a boolean instead of a really long string.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 8e6439d5aa90a569c3dc1234d222b5b0ab803bff
| | | Author: Björn Zachrisson 
| | | Date:   Mon Jan 18 08:27:50 2010 +0000
| | | 
| | |     Some restructure of code, moved functions from DAE to DAEUtil (inline functions)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit 9862bdcd8a27edabb554e31c340225cfbacf2cb3
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 18 08:08:10 2010 +0000
| | | 
| | |     -Added boolean to DAEUtil.transformIfEqToExpr to only "constant evaluate" if-equations and not rewrite to if-expr. That way MathCore can use the functionality too.
| | |     -Fixed bug with for iterator over complex subscripted componentrefs, see testcase ForIterator2.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCode.mo
| | | 
| | * commit 7eb1e7fda231b3b622af6d45c7b093cefb942427
| | | Author: Per Östlund 
| | | Date:   Fri Jan 15 13:30:47 2010 +0000
| | | 
| | |     Cleaned up the handling of for loop iterators in Cevalfunc, Inst and Static a bit.
| | |     
| | |     Added some more comments to the new array constructor code in Static.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 88b81f394796780a4916d3c90ac8e55e020e9fa3
| | | Author: Björn Zachrisson 
| | | Date:   Fri Jan 15 13:24:21 2010 +0000
| | | 
| | |     Fixed "bug" from #4760, #4760.
| | |     Connect.mo; statement: "source := Util.listReduce(Util.listMap(cs, Util.tuple33), DAEUtil.mergeSources);" caused the kernel to run out of memory in large models.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | 
| | * commit e20b3621c44b77d6647713fd64c66aa83f2ab045
| | | Author: Björn Zachrisson 
| | | Date:   Fri Jan 15 12:05:01 2010 +0000
| | | 
| | |     Some code cleanups.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 4476d2035fa208c4795e34ac1db097d32561dd54
| | | Author: Rickard Lindberg 
| | | Date:   Fri Jan 15 10:23:01 2010 +0000
| | | 
| | |     Fixed bug in generation of init_fixed array: some variables should be marked as
| | |     not fixed if they have initial equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | 
| | * commit 5238747a59e338f7ba687903b725b25050b8f8f4
| | | Author: Pavol Privitzer 
| | | Date:   Thu Jan 14 21:54:04 2010 +0000
| | | 
| | |     - Susan can import listLenght() function; ... generally any one-ret-value function with variable types can be imported
| | |     - C# codegen stub added ... +d=tplmode,CSharp switch must be set to invoke the generator via translateModel() script function
| | |     - a new test model - RightHeartStarling.mo - the first candidate from our lab to be in-browser running model that is fully automatically translated from Modelica source
| | |     - complete error reporting in parser, including type-views
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | A	Compiler/SimCodeCSharp.mo
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/TplMain.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | A	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.cs
| | | A	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/RightHeartStarling.mo
| | | A	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/generate.mos
| | | A	Compiler/susan_codegen/SimCode/GenTest/RightHeartStarling/orig_RightHeartStarling.cpp
| | | M	Compiler/susan_codegen/SimCode/Makefile
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | A	Compiler/susan_codegen/SimCode/SimCodeCSharp.mo
| | | A	Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | M	Compiler/susan_codegen/test.mo
| | | M	Compiler/susan_codegen/test.tpl
| | | M	Compiler/susan_codegen/test__testShouldBe.mo
| | | 
| | * commit 5515343dfdd166332adf066bf62dfb62ff3c3a89
| | | Author: Per Östlund 
| | | Date:   Thu Jan 14 15:50:27 2010 +0000
| | | 
| | |     Fixed vectorization of types extended from base types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 7795faafd157fa41d03b3e55b4b02b8e2b721d79
| | | Author: Rickard Lindberg 
| | | Date:   Thu Jan 14 12:57:59 2010 +0000
| | | 
| | |     - Generate record declarations
| | |     - Generate CREF_QUAL
| | |     - Fixed bug in type generation: generate struct instead of modelica_struct
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 90d237521bae7a428708389c500eab0efd21eae4
| | | Author: Rickard Lindberg 
| | | Date:   Thu Jan 14 10:06:29 2010 +0000
| | | 
| | |     - Implemented external objects (constructor, destructor, alias)
| | |     - Changed typesExpType (deprecated) to Types.elabType
| | |     - Added defines for string alg. vars.
| | |     - Fixed incorrect extern function name
| | |     - Added templates for ET_COMPLEX type
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit c53074d4b4ed31b7a3aa151d0a3a88f17fc6e0cb
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 14 09:19:25 2010 +0000
| | | 
| | |     - update the readmes to point to the new location of ModelicaLib.tar.gz
| | |       https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/VC7/Setup/zips/ModelicaLib.tar.gz
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 9d06bfc6d3c5a37743571370a27b596841bb6460
| | | Author: Per Östlund 
| | | Date:   Thu Jan 14 08:21:36 2010 +0000
| | | 
| | |     Implemented support for multiple iterators in array constructors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 30d21f6f2c6933f3ee68a421eee2ede07e38e95f
| | | Author: Per Östlund 
| | | Date:   Thu Jan 14 08:13:34 2010 +0000
| | | 
| | |     Fixed Exp.makeSum so that it works correctly if the second expression is zero.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 44b7e3cb5434d0c0e01ab3dad81854c20b624283
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 13 15:48:28 2010 +0000
| | | 
| | |     - Changes to the OMC-Java interface (Java code)
| | |       - Replaced the ANTLR grammar for parsing the CORBA communication
| | |         + Max heap size reduced by 66% (down to 1GB from 3GB on 64-bit platforms)
| | |         + Time to parse reduced to 33-50% of the original time taken (depending on typed or untyped parsing)
| | |         + Added proper typed parsing also for list,tuple and Option
| | |       - Added the TypeSpec.java class to represent complex types fully
| | |       - Added missing JreSocketFactory
| | |       - Parsing an AST with type information is no longer done in two phases
| | |       - Updated the templated to generate jar files to reflect the changes above
| | |       - MSL 3.1 can now be parsed fully, with full type information
| | |         + Typecasting needs to be done for tuples due to Java weaknesses,
| | |           but no longer using ModelicaAny.cast - standard (T)myTuple.get(0) should work.
| | |         + The string is possibly too large for 32-bit OpenModelica to handle.
| | |           However, it is no longer manipulated within OpenModelica, so it might accept it. Needs to be tested.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/Makefile.common
| | | A	c_runtime/java_interface/src/org/openmodelica/ComplexTypeSpec.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaString.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java
| | | M	c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java
| | | A	c_runtime/java_interface/src/org/openmodelica/SimpleTypeSpec.java
| | | A	c_runtime/java_interface/src/org/openmodelica/TypeSpec.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/JreSocketFactory.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/Result.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java
| | | D	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestParser.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/abc.java
| | | 
| | * commit 54f13f76bdacd8467b4683247e073db1a7db69f7
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 13 15:38:19 2010 +0000
| | | 
| | |     - Fix Dump.mo asCorbaString for FOR_ITER_FARG, SUBSCRIPT and CREF_QUAL.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | 
| | * commit 721bdef0ab45a72d14179b960f877b237fa013b7
| | | Author: Rickard Lindberg 
| | | Date:   Wed Jan 13 07:43:17 2010 +0000
| | | 
| | |     - Implemented value blocks
| | |     - Fixed bug in wild assign
| | |     - Added special case for builtin max
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 687d2e225add6f37e77d6d63562c2361da7ab200
| | | Author: Martin Sjölund 
| | | Date:   Tue Jan 12 13:53:49 2010 +0000
| | | 
| | |     - Changed to the OMC-Java interface (Java code)
| | |       + Added printToBuffer to all ModelicaObjects so toString() is almost instant even for large strings
| | |       + Changed the interface of ModelicaRecord slightly
| | |         - We now cache field names and types in order to reduce the memory consumption of an AST by ~75%
| | |         - All records now need to have all fieldnames and types set when created
| | |       + OMCorba.g now generates line and column numbers for all errors
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/java_interface/Makefile.common
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaString.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java
| | | M	c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g
| | | M	c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestParser.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java
| | | M	c_runtime/java_interface/src/org/openmodelica/test/abc.java
| | | 
| | * commit 22d1238f5c524f84c38600330e982f45bf181f12
| | | Author: Rickard Lindberg 
| | | Date:   Tue Jan 12 13:18:49 2010 +0000
| | | 
| | |     - Extracted algorithm and equation asserts
| | |     - Ignored (in some cases) discrete equations that also appears in zero
| | |       crossings
| | |     - Fixed incorrect component ref for a SES_NONLINEAR
| | |     - Fixed incorrect expression for a SES_RESIDUAL
| | |     - Implemented STMT_TUPLE_ASSIGN
| | |     - Added more special built-ins: abs, String
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 6fc9d70a4ae7bb3d8c5c79afbb087cc2d9994f47
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 11 16:07:06 2010 +0000
| | | 
| | |     - Dump.mo: Fixed asCorbaString output for Absyn.ANNOTATION and Absyn.SUB.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | 
| | * commit c4b84a40eea34d349442552af4b7640bce70544e
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 11 16:06:25 2010 +0000
| | | 
| | |     - Util.mo: Added missing replaceable type X subtypeof Any where missing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit cb615466a5a3a177aa0c175ee3870467de8766ed
| | | Author: Rickard Lindberg 
| | | Date:   Mon Jan 11 14:58:42 2010 +0000
| | | 
| | |     Added genDiscrete to context and used it (set to false) in one place.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit e8d8848ebf0d18c217568179a16150fbbb7361e0
| | | Author: Martin Sjölund 
| | | Date:   Mon Jan 11 10:27:24 2010 +0000
| | | 
| | |     - Main.makeDebugResult: Rewrote this with a proper guard, so it doesn't try to append large strings several times in a row if we are going to discard the result anyway.
| | |       + This makes it possible to send large strings over 64-bit CORBA (even though it times out right now).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit eb715d74e9766b0b90c088f3dadba4cd5a24a7f9
| | | Author: Per Östlund 
| | | Date:   Mon Jan 11 08:36:13 2010 +0000
| | | 
| | |     Implemented built-in functions div, mod and rem. rem might not be correct yet
| | |     though.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 854515c41dd77a96d11443e66dd4effc6bc75302
| | | Author: Adrian Pop 
| | | Date:   Mon Jan 11 03:41:52 2010 +0000
| | | 
| | |     Connect.mo
| | |     - added origin information to connections sets
| | |     - got rid of some extra listMap by writing specialized
| | |       functions so it should be a bit faster now.
| | |     
| | |     DAE.mo
| | |     - added specialized function to create the origin information data.
| | |     - split of type information origin and model origin in DAE.ElementSource
| | |     - connect origin information is now a list as when connecting more than
| | |       two components together you need it.
| | |     - renamed some of the functions adding/getting information from DAE.ElementSource
| | |     
| | |     ConnectionGraph.mo
| | |     - got rid of connection DAE as is already generated from the connection set.
| | |     - now a branch only contains the connect that generated it and the equation
| | |       with the constraintEquality function
| | |     - when running the breaking algorithm based on the origin information we
| | |       should remove the DAE equations added to the DAE from the connection sets
| | |       and add the equalityConstraint equation. this is on the TODO list.
| | |     
| | |     Other .mo files
| | |     - adapted to changes in DAE.mo
| | |     - replaced list  with correct list
| | |       I should update MetaModelica and OMC to detect these.
| | |     - minor editing of comments.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit f7c14b928a2a9865d443880017f70d4157976198
| | | Author: Per Östlund 
| | | Date:   Sun Jan 10 16:46:46 2010 +0000
| | | 
| | |     Fixed expansion of array constructors on the form 'r[i] for i in 1:n'.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit cbb570c831118e198615871d5d2363e139e51c1f
| | | Author: Adrian Pop 
| | | Date:   Fri Jan 8 18:16:55 2010 +0000
| | | 
| | |     - added DAE.ElementSource to all records in DAE.Element.
| | |     - changed all the models accordingly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 890fa49c49adc068387cbd7aa835c4f3f969fdc8
| | | Author: Adrian Pop 
| | | Date:   Fri Jan 8 16:13:42 2010 +0000
| | | 
| | |     - fixes for additional equations generated from a conditional component
| | |       which has condition false and contains a connector which has a flow component.
| | |     - now the MultiBody elementary models DoublePendulum and Pendulum are balanced!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | 
| | * commit a53758e3ca4e6e38973c33f7f9239acfdd1755de
| | | Author: Rickard Lindberg 
| | | Date:   Fri Jan 8 15:46:49 2010 +0000
| | | 
| | |     Fixed so a few more external functions can be generated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 0afa3305dd6ee09c6c0e0976c2d5d1c608dc23f9
| | | Author: Martin Sjölund 
| | | Date:   Fri Jan 8 14:49:03 2010 +0000
| | | 
| | |     - SCode.restrString: Added metarecord and uniontype restrictions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit 638cab11658b7c05fd4027f19ec66b8e1633f2db
| | | Author: Björn Zachrisson 
| | | Date:   Fri Jan 8 13:52:06 2010 +0000
| | | 
| | |     added rollback on error messages generated inside cevalfunc function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | 
| | * commit 8ca01ec3152acd4afd90bfb62ef9aad1b8bfd694
| | | Author: Rickard Lindberg 
| | | Date:   Fri Jan 8 13:45:59 2010 +0000
| | | 
| | |     Refactored templates: moved things around and renamed some templates.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 78619b9c5ca2e7a44003b903c666889d08e2c859
| | | Author: Rickard Lindberg 
| | | Date:   Fri Jan 8 10:25:37 2010 +0000
| | | 
| | |     - Added new function function_updateDepend needed by runtime
| | |       - Just a copy of function_updateDependents (for now)
| | |     - Implemented basic infrastructure for external functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 9014d4f022898af4a90792beb4a07b8a297337a2
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 8 08:06:20 2010 +0000
| | | 
| | |     -Fixed bug (really fixed this time ;) on trimChar. Moved it to platform independent impl. first in file.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 8b25b38299e79e36090a45a5d9af5992602848da
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 7 09:43:04 2010 +0000
| | | 
| | |     -Forgot to change linux implemenation for trimChar bugfix.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit afebc0d4dd68a2c560da26851d32af89db21549d
| | | Author: Martin Sjölund 
| | | Date:   Thu Jan 7 08:37:53 2010 +0000
| | | 
| | |     - Absyn.mo: Changed some componentReg to componentRef.
| | |     - Dump.mo: Uses the more proper NONE() instead of NONE when dumping AST.
| | |     - Dump.mo: Added a new way to dump a program (AsCorbaString suffix), which prints it like Values.Value is printed. This way, we can parse the AST in Java.
| | |       + Note: This could not be fully tested since there seems to be complications with large strings even on 64-bit machines (segfaults for big strings sent over CORBA).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 3e0153cc1ae5258aa949681b95be143227a7f988
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 7 08:22:37 2010 +0000
| | | 
| | |     -Disabled balancedChecking since it depends on backend.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 22d8090a4951503a505765153d612dd45002a74f
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:32:52 2010 +0000
| | | 
| | |     - added debug printing of model balancing activated with +d=checkModel
| | |       added function Inst.checkModelBalancing similar to checkModel. If it
| | |       doesn't work for MathCore we can comment it out.
| | |     - send the connection graph to functions (also return a new one):
| | |       + Inst.changeOuterReferences (also faster implementation by sending in sources/targets)
| | |         down to Inst.changeOuterReferences2/3/4
| | |       + Inst.handleInnerOuterEquations
| | |       + Inst.instConditionalDeclaration
| | |     - updates due to Connect.INNER replaced by Connect.INSIDE
| | |                      Connect.OUTER replaced by Connect.OUTSIDE
| | |     - for now disable the generation of equation from overconstrained connectors
| | |     - some comments added/updated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit f7f72f9688dc6000fff328444da832f1f8f16cb4
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:23:58 2010 +0000
| | | 
| | |     - added a multiplication function for a list of optional integers.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 9f3acb3ef179c867b63cfcd3924991af6d97b059
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:22:56 2010 +0000
| | | 
| | |     - added commented-out debug_show_depth(2); for faster debugging due
| | |       to only 2 level display for variables.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit 5ae4d2a1a0996ab1603f7abe6c4ef5bf5bb561b8
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:21:43 2010 +0000
| | | 
| | |     - minor comment in elabModValue
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit 580ca1982d61781b83637b162eaba9673a6556e5
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:20:47 2010 +0000
| | | 
| | |     - handle also stringfied component refs in crefHaveSubs.
| | |     - added sizeOf(expType) that returns the size of an ET_ARRAY or ET_COMPLEX
| | |       the size is the number of the *scalar* components in the array or complex (record).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 29b087252e385b751af5e6efafb8f4825a2a636b
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:17:42 2010 +0000
| | | 
| | |     - update the complex equation counting for now just multiplying the same
| | |       equation as many times as the size of the record (in lowerComplexEqn)
| | |     - more debugging added
| | |     - more compact display of DAELow
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit b89e6e1e8d6a1b0b0d3414b20825d1c8732b232e
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:14:48 2010 +0000
| | | 
| | |     - renamed DAEUtil.removeEquations to DAEUtil.splitDAEIntoVarsAndEquations
| | |       as is a better name. Better use of the local variables in this function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit 7ebe70406ba40de976db45795d7d190037ce7bd3
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:12:00 2010 +0000
| | | 
| | |     - minor text alignment
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | 
| | * commit d970a19b9b10f7d1a5fe44fb02934568a4f33c11
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:10:45 2010 +0000
| | | 
| | |     - dump more information during connection graph collection and braking.
| | |     - disable the connection braking for now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | 
| | * commit 1f3f5580de4381d5f47fe934fd8644d1f3b38c06
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:06:53 2010 +0000
| | | 
| | |     - minor changes and the possibility to dump the DAELow representation during checkModel
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit 6f8e08912d164cf77bf91386dea3b3b27d0a0ea1
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:05:02 2010 +0000
| | | 
| | |     - use failure(cevalIsExternalObjectConstructor(cache,funcpath,env))
| | |       instead of (cache,false) = Static.isExternalObjectFunction(cache,env,funcpath);
| | |       to guard against ceval of external functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 832fd1b99bc2928961887f445ce0b6c5d1fa395f
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 7 01:03:35 2010 +0000
| | | 
| | |     - replace Face.INNER/OUTER with INSIDE and OUTSIDE to not create confusion
| | |     - renamed function getInner* -> getInside* and getOuter* -> getOutside*
| | |     - rewrote some of the comments.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | 
| | * commit 75bc477a0f45a8b5456924549b2a1368bb8a0399
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 6 11:28:18 2010 +0000
| | | 
| | |     - Fixed Print.printBuf scaling issues (it saved the length of the buffer, but did strlen(buf) regardless; major issues when reaching strings as short as 5MB).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/printimpl.c
| | | 
| | * commit 0566cbb6dc95c5c85cb8c43d3ca03f2f6136004c
| | | Author: Martin Sjölund 
| | | Date:   Wed Jan 6 07:18:54 2010 +0000
| | | 
| | |     - Added systemimplmisc.cpp to Linux makefiles.
| | |     - Fixed the testcases in the testsuite that assumed floor() returns an integer.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit 57ef3e1d8a69ea87fb6831392156d6004b702f9b
| | | Author: Willi Braun 
| | | Date:   Tue Jan 5 15:51:41 2010 +0000
| | | 
| | |     fixed some bugs, so that all tests from test-suite should pass.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/solver_euler.cpp
| | | 
| | * commit 3196f8e44a666fc25d7b62f7fa552a0582ecf7a7
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 5 15:15:24 2010 +0000
| | | 
| | |     -Fixed memory access violation bug in System.trimChar
| | |     -Changed floor to follow specification (Real->Real, NOT Real -> Integer)
| | |     -Changed System.stringReplace implementation to c++ (in systemimplmisc.cpp) (This was probably not necessary since bug was in trimChar, but impl. is now much more readable ;)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Util.mo
| | | M	Compiler/runtime/Makefile.vc
| | | M	Compiler/runtime/systemimpl.c
| | | A	Compiler/runtime/systemimplmisc.cpp
| | | A	Compiler/runtime/systemimplmisc.h
| | | 
| | * commit 9c7c2f095db804b915098e8dd96b642ef6cc49a3
| | | Author: Björn Zachrisson 
| | | Date:   Tue Jan 5 08:29:06 2010 +0000
| | | 
| | |     Added a strip subs function for crefs.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 0b40f588811639efff176c94af676bb21f96745e
| | | Author: Rickard Lindberg 
| | | Date:   Mon Jan 4 15:57:12 2010 +0000
| | | 
| | |     Implemented more non-linear equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 660cc45adba13ac00665862444473a2b52fabbdc
| | | Author: Willi Braun 
| | | Date:   Mon Jan 4 15:00:14 2010 +0000
| | | 
| | |     - DAELow.mo:
| | |       + add Expressions of when condition to IncidenceMatrix to sort them in right order.
| | |     
| | |     - Codegen.mo
| | |       + Modified function generateExpression to generate other Relation expressions.
| | |       + Added modified function additinal so that the current event management continue
| | |             unaffected.
| | |     
| | |     - SimCodegen.mo:
| | |       + Added function generateUpdateDepended to generate new function_updateDepend,
| | |         which is for calculating all equation(also when) in sorting order uses in EventHandle.
| | |       + Added modified functions additinal so that the current event management continue
| | |             unaffected.
| | |     
| | |     - simulation_runtime.*:
| | |       + added runge-kutta integration Method
| | |       + some additions for event handling with euler and runge-kutta
| | |     
| | |     - simulation_events.*:
| | |       + fixes some issues
| | |     
| | |     - solver_euler.*:
| | |       + Revision of the euler and the event handling for the euler
| | |       + removed some old commented out debug prints.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_euler.cpp
| | | M	c_runtime/solver_euler.h
| | | 
| | * commit 0b28521bebf3b69f3f52cf3da7a7fa895b39b2be
| | | Author: Rickard Lindberg 
| | | Date:   Mon Jan 4 14:35:22 2010 +0000
| | | 
| | |     Generate mixed systems.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 99d36edcea708ff3889b484d20e4eb16d01370be
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 22 15:03:14 2009 +0000
| | | 
| | |     - partialInstExtendsList is now used (copy/paste made partialInstClass use the regular instExtendsList instead; it was probably just a little bit slower).
| | |     - Inst.classdefElts2 now returns 2 lists. One with only constants so these can be explicitly instantiated (this was commented out due to breaking ClassExtends3.mo).
| | |     - Inst.instElement now tries to update the mod one last time before instVar (this is because the mod that comes from the baseclass was untyped).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 9444fdfb69fab64848eb4f8a23cb55fda7ee8f60
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 22 11:43:32 2009 +0000
| | | 
| | |     - Removed unused input from Mod.lookupIdxModification2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit b092bd977cb75accabedb162765bb8e6c5088e6a
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 21 12:52:43 2009 +0000
| | | 
| | |     - Mod.elabModValue now won't try to ceval expression dependent on variables (they should always fail).
| | |       - This makes debugging easier since expressions that aren't meant to be ceval'ed won't appear in failtraces.
| | |     - Static.elabExp now generates C_CONST for MetaModelica NONE, NONE() and {}.
| | |     - Static.elabExp will generate correct const-ness for SOME(exp) and list(e1,..,,en).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 5c5c6ffc22f43ad39467b0849110f29694d3b676
| | | Author: Björn Zachrisson 
| | | Date:   Mon Dec 21 11:48:43 2009 +0000
| | | 
| | |     Some updates for Cevalfunc, it works better but still not perfect.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit 6c701bd306460066d0ed95d2deb3b1c710d8711d
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 21 07:44:35 2009 +0000
| | | 
| | |     - implemented DAEUtil.selectBranches that is used to select the if equation branches
| | |       if the conditions are Boolean literals (true/false). This is needed because
| | |       Connections.isRoot is replaced with true/false at the end of instantiation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit 74a0a89ad993b91ed9870e6ee952a795fc37f784
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 21 06:18:28 2009 +0000
| | | 
| | |     - ConnectionGraph.mo:
| | |       + faster handling of overconstrained connections when the connection graph is empty: no DAE walk!
| | |       + handle expression: (NOT Connections.isRoot(A))
| | |       + gather operations into one new function: ConnectionGraph.handleOverconstrainedConnections
| | |         which is called from Inst module when we reach the instantiation of the top level class
| | |     
| | |     - Inst.mo:
| | |       + handle overconstrained connections also in Inst.instantiateClass and Inst.instClassInProgram
| | |         (was only in instProgram before)
| | |       + removed some old commented out debug prints.
| | |     
| | |     - Static.mo
| | |       + handle the case where the instance function is made of parts instead of being derived (short
| | |         class definition)
| | |     
| | |     - Util.mo
| | |       + implemented listAppendNoCopy that deals with empty lists using
| | |         special cases by not generating a new copy of the non-empty list.
| | |       + the normal listAppend(L1, L2) will ALWAYS generate a copy of the first parameter (L1)
| | |     
| | |     - Env.mo
| | |       + trivial comment change
| | |     
| | |     - DAEUtil.mo
| | |       + removed extra parentheses around named pattern as it doesn't parse using omc
| | |     
| | |     - DAELow.mo
| | |       + DAELow.COMPLEX_EQUATION describes equations of the form record=functionCall(...).
| | |       + more handling of DAELow.COMPLEX_EQUATION so at least checkModel works.
| | |       + more is needed so that DAELow.COMPLEX_EQUATION works in simulation
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 0e115b4b51c20700dfe5f8988af54e91f22e3d3c
| | | Author: Rickard Lindberg 
| | | Date:   Sun Dec 20 10:28:55 2009 +0000
| | | 
| | |     - Implemented extraction and generation of linear-systems and nonlinear
| | |       equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 2e1b940247581a1cd60a605ccbd3ed2f98a3c97f
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 18 11:30:47 2009 +0000
| | | 
| | |     - Changed SCode Option baseClassPath to Option>.
| | |     - When extending a class, we also add the SCode.Mod to the baseclass, so we instantiate the correct class later on.
| | |     - Added a testcase that sets the dimensions of a matrix in the extends modifications.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SCodeUtil.mo
| | | 
| | * commit b146db63fcc6234f2cea72fb587f4305fe9d9d91
| | | Author: Rickard Lindberg 
| | | Date:   Fri Dec 18 08:43:59 2009 +0000
| | | 
| | |     - Extracted more algorithm equations
| | |     - Made debug message easier to notice in compiler error message output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit e1748f51b69f81f21aefa3204b486a3d1569e4cd
| | | Author: Rickard Lindberg 
| | | Date:   Fri Dec 18 07:49:53 2009 +0000
| | | 
| | |     - Fixed spelling error in ZEROCROSSING generation
| | |     - Updated template scalarLhsCref
| | |     - Fixed type bug in range-for generation
| | |     - Added template daeExpCrefRhs
| | |     - Added support for binary operations: ADD_ARR, SUB_ARR, and DIV_ARRAY_SCALAR
| | |     - Changed ASUB template case to match how Codegen works
| | |     - Changed the way relations are generated: non-simulation specific relations
| | |       are now generated in simulation context
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 451b84e17162ef166c1a43ab536670336a5963a9
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 17 15:43:35 2009 +0000
| | | 
| | |     - When instantating a partial package, force partial instantation instead.
| | |     - When partially instantiating a partial class, strip out all non-package elements.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 585900a397a8035a0e05462d5646c581472b75d5
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 17 15:42:13 2009 +0000
| | | 
| | |     - Moved around in Ceval.mo to only generate a failtrace if all ways to call a function fail (that is, after we try the interactive ones)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit d62f92a93c76f712e79df8d9b14b29308789a526
| | | Author: Per Östlund 
| | | Date:   Thu Dec 17 15:00:49 2009 +0000
| | | 
| | |     Added warning when trying to apply non-array modification to array component
| | |     without 'each'.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Mod.mo
| | | 
| | * commit da92dc0715e35286a0e5d4b201251cb7bd2bc3c5
| | | Author: Per Östlund 
| | | Date:   Thu Dec 17 15:00:07 2009 +0000
| | | 
| | |     Replaced error message with fail trace.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 2cfd380e586c70ee5be7cc677731a139120c16b1
| | | Author: Alexey Lebedev 
| | | Date:   Thu Dec 17 13:52:32 2009 +0000
| | | 
| | |     Fix for the bug:
| | |     http://openmodelica.ida.liu.se:8080/cb/issue/1074?navigation=true
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/SCode.mo
| | | 
| | * commit b3cf9a00ad86e4b65c77e0051fd86cd9f45310ee
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 17 11:36:55 2009 +0000
| | | 
| | |     - Fixed Static.elabBuiltinDiagonal - real arrays will now generate RCONST(0) instead of ICONST(0)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 8fcbe1f77d148e694b33f9f78251451e0139b6dc
| | | Author: Rickard Lindberg 
| | | Date:   Wed Dec 16 21:06:25 2009 +0000
| | | 
| | |     - Changed DAE.ComponentRef to SimVar in zeroCrossingsNeedSave
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit fa6edcf253d84dcb5028c2ef11fa75270062d84a
| | | Author: Rickard Lindberg 
| | | Date:   Wed Dec 16 20:44:30 2009 +0000
| | | 
| | |     - Refactored how types are generated
| | |     - Updated template for CAST
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 3d2f535767557fb2e871fe843963254568db6b6a
| | | Author: Rickard Lindberg 
| | | Date:   Wed Dec 16 14:04:32 2009 +0000
| | | 
| | |     - Fixed a bug (hopefully correctly) where too many AddEvents were generated
| | |     - Implemented STMT_WHILE
| | |     - Implemented STMT_ASSERT
| | |     - Implemented STMT_WHEN
| | |     - Implemented LUNARY
| | |     - Implemented MATRIX
| | |     - Implemented special build-in functions promote and transpose
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 800f6d6f95f2401efafc5475320ca8485736a212
| | | Author: Martin Sjölund 
| | | Date:   Wed Dec 16 13:10:37 2009 +0000
| | | 
| | |     - Fixed testcases ClassExtends{1,2,3}.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 95fc799a0306504552b9be87798cf2af83acb769
| | | Author: Björn Zachrisson 
| | | Date:   Wed Dec 16 12:49:38 2009 +0000
| | | 
| | |     Changed deriving function to be fullyQualified.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 89f8150652568cf67df3c29818881368f32e7aa6
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 16 02:45:44 2009 +0000
| | | 
| | |     - removed the not needed extra parentheses (these only parse in mmc but not in omc).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 5bf1a887e2f93b046e0db415fbb6c949b8da2bf4
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 16 02:16:10 2009 +0000
| | | 
| | |     - updated OpenModelica back-end to agree with the new DAE.FUNCTION definition.
| | |     - 3 tests (testsuite/mofiles/ClassExtends*) fail due to changes in Inst.partialInstClassdef
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit ba91508216311831fa38208f024c75c60e319911
| | | Author: Björn Zachrisson 
| | | Date:   Tue Dec 15 17:56:22 2009 +0000
| | | 
| | |     Changed DAE.FUNCTION to a more generic structure for external and normal function as well as derivatives of functions. Construct in front end derivative information for functions.
| | |     
| | |     Inline'ing changed a bit. Now a record rather then a boolean.
| | |     Reverted some inst.partialinstclassdef stuff that martin did, was not compatible with all functioncalls.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 7f64269edaa434467eadcc5d1c295cccc3f34c3e
| | | Author: Per Östlund 
| | | Date:   Tue Dec 15 15:59:11 2009 +0000
| | | 
| | |     Added initialization of record members by rewriting generateAllocOutvar, adding
| | |     generateAllocRecord and modifying generateAllocOutvars and
| | |     generateAllocOutvarsExt in Codegen.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 5efac63411a32385f835a8eeb1d86865ee2873fc
| | | Author: Rickard Lindberg 
| | | Date:   Tue Dec 15 15:39:22 2009 +0000
| | | 
| | |     - Changed array lists: stateEquations became the two lists allEquations and
| | |       stateContEquations
| | |     - Ignored when equations in equation lists
| | |     - Changed to simulation context in a few places
| | |     - Used context in more places
| | |     - Generate for loops
| | |     - Added templates typeStrFromExp and typeStrFromOp
| | |     - Generate some asubs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit ecf703f1d4ff60791697f13ddab368e389ada63e
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 15 11:59:17 2009 +0000
| | | 
| | |     - Added boolean inline to DAE.T_FUNCTION.
| | |     - Changed elabCallArgs to use this flag instead of doing an extra lookupClass (which causes infinite recursion in Modelica.Media models).
| | |     - Removed instElementList from partialInstClassdef (the classdefs are added to the environment and may be looked up anyway).
| | |     - Added testcase ClassExtends3.mo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | 
| | * commit e841f6e2ec076af8ee12f3339452430e24b164a9
| | | Author: Jens Frenkel 
| | | Date:   Tue Dec 15 11:33:18 2009 +0000
| | | 
| | |     - enumerations works now
| | |       - ToDo: replaceable enumerations in models with equations/algorithms containig explicit
| | |         enumeration literals does not work because the componentRef have to be replaced
| | |         and the numbers of enumeration litterals from both enumerations should be equal
| | |       - ToDo: do not replace enumeration litteral with it value inside loops
| | |     - update workplan-status
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | 
| | * commit 98253ef34931a44397d2d4994b8aac0e51fec862
| | | Author: Björn Zachrisson 
| | | Date:   Tue Dec 15 10:52:55 2009 +0000
| | | 
| | |     Added System.addToRoots to SCode.translateAbsyn2SCode.
| | |     Also corrected crefEqual from commit #4678. Now it also works on DAE.CREF_IDENT()
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/SCodeUtil.mo
| | | 
| | * commit f91a132851ae26f877218c0c4beb93bc3a18a61e
| | | Author: Jens Frenkel 
| | | Date:   Mon Dec 14 23:07:59 2009 +0000
| | | 
| | |     - enumeration as loop var work now in algorithm sections
| | |        - ToDo do not replace the enumeration literals with it integer value
| | |     - start work on replaceable enumeration
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 83c48e67f717f36e0b08010f8741a372dfce069b
| | | Author: Rickard Lindberg 
| | | Date:   Mon Dec 14 18:07:49 2009 +0000
| | | 
| | |     - Extracted algorithm equations to templates
| | |     - Added context to templates
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 5c279551146a2e8f975a77dfe8274474c58e1d40
| | | Author: Rickard Lindberg 
| | | Date:   Mon Dec 14 12:39:33 2009 +0000
| | | 
| | |     - Changed variable name type from String to DAE.ComponentRef
| | |     - Handle array variables
| | |     - Added arrayCref to SIMVAR to support #defines of arrays
| | |     - Extended algStatement template to handle some array operations
| | |     - Implemented daeExpSize template
| | |     - Temporarily disabled generation of function record declarations
| | |     - Cleaned up some code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 8b5f207ad4bc3fb2f291754b1bc70bf1eb147476
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 14 11:28:32 2009 +0000
| | | 
| | |     - Merged instClass partial function case with the generic case.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/runtime/dynload.c
| | | 
| | * commit 26dbb0f37ad359ed24e6a92eadcd77b0309c0fd1
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 14 11:02:04 2009 +0000
| | | 
| | |     - Added missing operators to Exp.typeofOp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit ef16eafc320504cadc688ae2bfbe8e58c79b4ec1
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 14 05:14:08 2009 +0000
| | | 
| | |     - calling an function via an instance (world.gravityAcceleration) now WORKS!
| | |     - Static.elabCallArgs intercepts the world.gravityAcceleration, and then
| | |       copies the function (World.gravityAcceleration) and dependencies (World.gravityAccelerationTypes)
| | |       from World into the current scope with new name that prefixed by the instance name:
| | |       "world.gravityAcceleration" and "world.gravityAccelerationTypes"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 8b65b69e5cd6c5fef4ef2e3477b7ee5656f2e4b1
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 14 03:39:11 2009 +0000
| | | 
| | |     - Inst.addCachedEnv moved to Env.addCachedEnv (is more natural to be in Env)
| | |     - Static.transformModificationsToNamedArguments (does what the long name say)
| | |     - Lookup.lookupType2 reordered cases
| | |     - Codegen - generate modelica_integer and integer for enumeration type.
| | |       testsuite/mosfiles/Enum8.mos will fail because of this. To be fixed later.
| | |     - more comments in Inst
| | |     - Exp.crefEqual was checking for equality:
| | |       + by comparing idents/subscripts by using
| | |         equality(n1, n2) instead of true = stringEqual(n1, n2)
| | |       + as a last resort (last case) by *converting*
| | |         the crefs into strings and doing string comparison
| | |         on them??!!
| | |       + I changed all equality(n1, n2) into true = stringEqual(n1, n2)
| | |         and improved the last case to handle stringified crefs better:
| | |         CREF_QUAL(x, CREF_IDENT(y)) will be equal to CREF_IDENT(x.y).
| | |     
| | |     - Inst.isInnerOuterMatch now compares the last
| | |       indents from crefs before doing the Exp.crefEqual.
| | |     - Inst.propagateAttributes is now walking the DAE once
| | |     - Changed the walking the DAE two times:
| | |        innerVars =
| | |          DAEUtil.getAllMatchingElements(inDae,DAEUtil.isInnerVar);
| | |        outerVars =
| | |          DAEUtil.getAllMatchingElements(inDae,DAEUtil.isOuterVar);
| | |       To walking the DAE once:
| | |        (innerVars,outerVars) =
| | |          DAEUtil.findAllMatchingElements(
| | |                    inDae,DAEUtil.isInnerVar,DAEUtil.isOuterVar);
| | |     - Inst.instClassIn and Inst.partialInstClassIn are now cached (only one input/result for now)
| | |       + this needs to be developed more as the cache should be cleared after instantiation of
| | |         the top class is done.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/ExpandableConnectors.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 61a43304af49767f61f59524ce9ca8af81b90c24
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 14 03:20:25 2009 +0000
| | | 
| | |     - added DAEUtil.findAllMatchingElements to split DAE into inner/outer variables
| | |       in ONE walk.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | 
| | * commit 6c982deb3d8151a9062f4bd54d9491ea93bc46dc
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 14 03:18:15 2009 +0000
| | | 
| | |     - added DAELow.COMPLEX_EQUATION which is populated from
| | |       DAE.COMPLEX_EQUATION and DAE.INITIAL_COMPLEX_EQUATION
| | |     - no handling of DAELow.COMPLEX_EQUATION yet.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 5a842502f95bfc570697c0075bc675aedc4889bd
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 14 03:14:34 2009 +0000
| | | 
| | |     - added unsafe external functions in System.mo:
| | |       + System.listAppendUnsafe (not used)
| | |       + System.addToRoots and System.getFromRoots to implement global variables.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit ae0951dd0195cb207505ae24b6ca233a04aa72b4
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 14 03:12:31 2009 +0000
| | | 
| | |     - replaced tabs with 2 spaces to correctly display code in any editor.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit 5804453e77935cdc7ddc8b9d4ac4e53aace29ddc
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 14 02:56:49 2009 +0000
| | | 
| | |     - handle DAE.COMPLEX_EQUATION and DAE.INITIAL_COMPLEX_EQUATION in VarTransform.applyReplacementsDAE
| | |     - if no case in VarTransform.applyReplacementsDAE matched just move to next, DO NOT FAIL.
| | |       Modelica.Mechanics.MultiBody.Elementary.DoublePendulum did not flatten because
| | |       VarTransform.applyReplacementsDAE failed.
| | |     - Use DAE.ET_OTHER instead of DAE.ET_REAL in VarTransform.applyReplacementsDAE as otherwise the
| | |       correct type is not copied from the replaced expression.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 885a53fa7389d939e0b9bcc336547c55f33d55f9
| | | Author: Jens Frenkel 
| | | Date:   Sun Dec 13 22:51:23 2009 +0000
| | | 
| | |     - work on enumerations for loops in algorithm sections
| | |       - DoTo: for e in Enum.e1 : Enum.en
| | |     - bufgix SimCodegen: print enumeration as integer for T_Complex ComponentRefs
| | |     - use modifiers like start, fixed, ... for enumerations and derived enumerations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit fad15344894f1e01d2fd773e597973170eabb4a5
| | | Author: Jens Frenkel 
| | | Date:   Sat Dec 12 23:41:05 2009 +0000
| | | 
| | |     - fix a bug in Inst.instBooleanClass
| | |     - redisign of enumeration instantiation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 0a047f2675369de46ffd7f9abede9bf712bf8da7
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 12 12:47:52 2009 +0000
| | | 
| | |     - faster Exp.crefEqual
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit bf401eab23909965c400fdaac522c59e08c0f568
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 11 10:12:55 2009 +0000
| | | 
| | |     - Add Makefile dependencies to Compiler/runtime/dynload.o
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit f8629e2f831ce5eecac0f93693b1a8cd6fff8654
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 11 08:29:16 2009 +0000
| | | 
| | |     - Disable failtraces that are not useful.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit c3f3c64f496bc4b3dfda4b4f6d065998985610cd
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 11 07:21:51 2009 +0000
| | | 
| | |     - Updated partialInstExetendsList to do the same thing as instExtendsList.
| | |     - Changed splitElts, listSelect in those functions to use a new splitClassExtendsElts instead (for performance).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 0cdf5247590250a1dd51a00f74f907a560923711
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 10 21:52:21 2009 +0000
| | | 
| | |     - implemented SCodeUtil.translateSCodeModToNArgs which translates *derived* class
| | |       modifications into named function arguments and also prefixes only the CREF_IDENTs
| | |       from the binding expressions with the given prefix.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCodeUtil.mo
| | | 
| | * commit 7c2f4edf4ecba3795d346c4ae9db40ab242c0bab
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 10 21:47:30 2009 +0000
| | | 
| | |     - small code formatting and a bit more explaining
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit 88338397cb4805f6402c7cfab738a2f3eb8e28c9
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 10 21:43:02 2009 +0000
| | | 
| | |     - fixed a typo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 9481e5ac5365299d48e5d9158ad55a99501fb908
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 10 21:42:17 2009 +0000
| | | 
| | |     - use $OPENMODELICAHOME/bin/Compile all the time and if it fails, just report the error.
| | |     - this will get rid of g++: No Input Files errors
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | 
| | * commit 48a8c6e0c4b0f19116090187c6ec1df86f699982
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 10 21:40:01 2009 +0000
| | | 
| | |     - added Absyn.joinPathsOpt function
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit edad6ce536e0e62fc9bec87a357e8476c30051b6
| | | Author: Rickard Lindberg 
| | | Date:   Thu Dec 10 19:47:05 2009 +0000
| | | 
| | |     - Generate _functions.cpp file from root template
| | |     - Added TODO comments
| | |     - Added some notes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 6b6602ecf7995791fda871bd7c674ea8b3bff2d8
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 10 15:16:25 2009 +0000
| | | 
| | |     - Rename namemods when renaming classes due to CLASS_EXTENDS.
| | |     - Fix so that you may extend from classes that use CLASS_EXTENDS nodes.
| | |     - Added testcase for this.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 0f714d853f85025ee5646d72798365eecebe6dd8
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 10 13:38:16 2009 +0000
| | | 
| | |     -Added function Error.getNumErrorMessages that returns number of messages in queue with severity 'Error'.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit e5d74c784f21bf35317a62d7a579275c9183e01f
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 10 08:20:32 2009 +0000
| | | 
| | |     - Fixed class extends by renaming the extended class and creating a new one extending from the old in the same scope.
| | |     - We can now put proper modifications in the class extends node (they get elaboated in the correct scope).
| | |     - Only the toplevel class extends are expanded (not inherited). This bug will be fixed in a later commit.
| | |     - If the modifications on the extends node in the base class modifies the class we extend using class extends, those modifications will have higher priority. This is bug will be fixed in a later commit.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit e581e161f6f098c0e3d1a8fa85ae26f81b5e12b5
| | | Author: Rickard Lindberg 
| | | Date:   Thu Dec 10 08:16:18 2009 +0000
| | | 
| | |     - Added dummy SimEqArray record for debugging purposes
| | |     - Extract array equations
| | |     - Generate DAE.Exp.ARRAY
| | |     - Added listLengthExp function
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 43823efb11f12be5d4877adfebf19cd21d08955b
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 9 17:12:42 2009 +0000
| | | 
| | |     - regenerated SimCodeC.mo and SimCode/SimCodeC.mo to make everything compile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | 
| | * commit fbee6324194a4b43bea7268fc769a587ec171db3
| | | Author: Per Östlund 
| | | Date:   Wed Dec 9 15:49:03 2009 +0000
| | | 
| | |     Implemented unary subtraction for real arrays.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 6debd503c84497f9adeda20ce1b0dcf96a9f3f02
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 9 15:13:19 2009 +0000
| | | 
| | |     -Fixed bug in getMessagesStr in errorext.cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit ee75cbf60d2032ed7bdf3c3e44f7c2520a3e791e
| | | Author: Per Östlund 
| | | Date:   Wed Dec 9 13:15:03 2009 +0000
| | | 
| | |     Changed scalar types to array types where suitable in Static.operators, and
| | |     changed Codegen to reflect these changes. This was done to fix vector operations
| | |     that didn't work.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit e0d6dfb4c00bd91d343c15691c3925265ff08a69
| | | Author: Rickard Lindberg 
| | | Date:   Wed Dec 9 13:06:20 2009 +0000
| | | 
| | |     - Generate empty functions file so that compilation will succeed
| | |       (generation of function code failed for one test case)
| | |     - Replaced DAELow.Equation with SimEqSystem as a step to support array eqs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit 7282df04899ccbe0b747e2a82b411956bc7585c2
| | | Author: Per Östlund 
| | | Date:   Wed Dec 9 08:10:59 2009 +0000
| | | 
| | |     Added RTOpts.debugFlag guards to lessen overhead when debug output isn't used.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Derive_stub.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/SimCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 7ba64e97e16624fb016ec28fe7c9228685dec541
| | | Author: Rickard Lindberg 
| | | Date:   Tue Dec 8 21:13:26 2009 +0000
| | | 
| | |     - Fixed incorrect array name
| | |     - Fixed incorrect switch variable name
| | |     - Added support for constant subscripts
| | |     - Generate removed equations in output functions
| | |     - Added (temporary) generation of makefile to be able to run testsuit
| | |     - Removed print statements since they interfered with rtest in testsuit
| | |     - Fixed order of equation lists (they were reversed)
| | |     - Fixed order of variables (now sorted by index)
| | |     - Fixed indents to match << (and >>) in templates
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit dcb493624066f8d949aa023f522ad1c9ea83d8a8
| | | Author: Pavol Privitzer 
| | | Date:   Tue Dec 8 19:05:05 2009 +0000
| | | 
| | |     - a first complete Susan lexer/parser error reporting implementation
| | |       it is usable primarily with MDT in Eclipse ... reported errors are marked directly in code editor when the .tpl file is opened
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodeC.mo
| | | M	Compiler/TplAbsyn.mo
| | | M	Compiler/TplMain.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | M	Compiler/susan_codegen/TplCodegen__testShouldBe.mo
| | | M	Compiler/susan_codegen/paper.mo
| | | M	Compiler/susan_codegen/paper.tpl
| | | A	Compiler/susan_codegen/paper__testShouldBe.mo
| | | M	Compiler/susan_codegen/test.mo
| | | M	Compiler/susan_codegen/test.tpl
| | | M	Compiler/susan_codegen/test__testShouldBe.mo
| | | 
| | * commit b02679ac070920c6d5327c6679f10ec11e730e28
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 8 16:54:22 2009 +0000
| | | 
| | |     - Static.operators was speeded up by a factor of 4. We now save a lot of the lists generated as constants.
| | |     - Fixed compiler warning in meta_modelica.c
| | |     - Fixed the BuiltinArray.mos testcase on 64-bit Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | M	c_runtime/meta_modelica.c
| | | 
| | * commit 2d7ef26879bcb6abc88ad53e65a9cdc8bcef0f16
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 8 14:25:53 2009 +0000
| | | 
| | |     -Added HashTable6.mo : (cr,cr) -> exp
| | |     -Fixed bug in Errorext.cpp: getMessagesStr (no comma's between messages)
| | |     -Added some functions to Util
| | |     -Added  VarTransform.replaceExpRepeated that iterates replacement rules until it converges.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | A	Compiler/HashTable6.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/runtime/errorext.cpp
| | | 
| | * commit fe23f7391277df2f4668ec90fbd75448fe7dc7fa
| | | Author: Rickard Lindberg 
| | | Date:   Tue Dec 8 08:55:58 2009 +0000
| | | 
| | |     Refactored.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 9a521d4f075712d46a0279f00e907ddb07a71925
| | | Author: Rickard Lindberg 
| | | Date:   Tue Dec 8 07:18:42 2009 +0000
| | | 
| | |     Changed vim mode line.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit fe0dd266f8b088a30f8be84c01bf6e4bc12cd55e
| | | Author: Rickard Lindberg 
| | | Date:   Mon Dec 7 19:03:59 2009 +0000
| | | 
| | |     Restructured templates so there is one template per function.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 492071837e8e128edc58718394d62fc2d1f309e7
| | | Author: Rickard Lindberg 
| | | Date:   Mon Dec 7 15:28:38 2009 +0000
| | | 
| | |     - Added function function_onlyZeroCrossing
| | |     - Worked on function call template
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | 
| | * commit 262b17aa6fc86c13af736382587c6e96219666ed
| | | Author: Per Östlund 
| | | Date:   Mon Dec 7 12:24:08 2009 +0000
| | | 
| | |     Fixed bug in runtime system that caused result data for some points in time to be written twice.
| | |     Fixed test case BouncingBall2, because it depended on the above bug.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit bac1ba587d8b351f5cceebe75fe5acd449265f56
| | | Author: Martin Sjölund 
| | | Date:   Mon Dec 7 09:58:08 2009 +0000
| | | 
| | |     - Added MetaModelica arrayLength, arrayGet, arrayCreate, arrayList, listArray, arrayUpdate, arrayCopy, arrayAdd. All use arrays as the underlying datatype. The array type should be considered mutable.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/runtime/dynload.c
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit 0dcfbbbfee43406c51f3cd4d4a14879d1857e3a2
| | | Author: Per Östlund 
| | | Date:   Mon Dec 7 08:47:57 2009 +0000
| | | 
| | |     Cleaned up Debug.mo a bit.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Debug.mo
| | | 
| | * commit 5be57311d9febb25ae675a37a0f6df23eb27ac01
| | | Author: Per Östlund 
| | | Date:   Mon Dec 7 08:37:20 2009 +0000
| | | 
| | |     Removed Exp.subscriptToInts, a duplicate of Exp.subscriptsInt.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 5f7b4cc7bf6dd68a3768679f7df85ccdd1b02ed3
| | | Author: Martin Sjölund 
| | | Date:   Fri Dec 4 16:25:40 2009 +0000
| | | 
| | |     - Added initial support for MetaModelica array, including initial versions of arrayCreate, arrayGet and arrayLength (based on a list implementation which needs to be replaced).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | 
| | * commit c95b664058edd4c568c54a09416ec3dc74974381
| | | Author: Per Östlund 
| | | Date:   Fri Dec 4 10:47:15 2009 +0000
| | | 
| | |     Fixed license in Algorithm.mo, which had been the victim of a runaway search-and-replace.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | 
| | * commit d99bda16fcd9235ab948bce4044fbca757dab9ba
| | | Author: Per Östlund 
| | | Date:   Fri Dec 4 10:41:51 2009 +0000
| | | 
| | |     Added initial support for while- and for-loops in class algorithm sections.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 906085362975494e01b6875640943c643b38cb10
| | | Author: Per Östlund 
| | | Date:   Fri Dec 4 10:40:47 2009 +0000
| | | 
| | |     Added expInt function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit fe9751f69dbf7f9a8fa32ed7f7fe93cf59f57fe1
| | | Author: Rickard Lindberg 
| | | Date:   Thu Dec 3 16:01:55 2009 +0000
| | | 
| | |     Implemented function checkForDiscreteVarChanges.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit da1f466dd4d54306eae67e489edc6199dbdfeb2f
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 3 15:52:48 2009 +0000
| | | 
| | |     - Ceval: asin, acos, atan, atan2, cross and log10 implemented and enabled
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit 9ecbc5cc6f170b9db56c5f262ebb22aa6793e3e7
| | | Author: Rickard Lindberg 
| | | Date:   Thu Dec 3 14:47:06 2009 +0000
| | | 
| | |     - Implemented function_updateDependents
| | |     - Implemented function_when
| | |     - Handle logical binary operations
| | |     - Added template daeExpCall
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit e6f391d48cb79faa934ddd0e2bf1ea30d503279d
| | | Author: Martin Sjölund 
| | | Date:   Thu Dec 3 14:37:46 2009 +0000
| | | 
| | |     - Add an implementation and testcase for a (very) simple redeclare replaceable model extends (used in Media).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit e456b276c81de584d1f50b45989dfd78ed512210
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 3 11:05:02 2009 +0000
| | | 
| | |     - use fill(...) instead of listFill + listArray
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/HashTable.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTableCG.mo
| | | 
| | * commit 781e0e2d12fbb2aaa544260260c70c7115a4aa70
| | | Author: Stefan Brus 
| | | Date:   Wed Dec 2 11:25:31 2009 +0000
| | | 
| | |     - atan2 added to modelica built in functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	c_runtime/modelica.h
| | | 
| | * commit ef57c6c2b6f85fb746e7332818d619f25fdf294c
| | | Author: Stefan Brus 
| | | Date:   Wed Dec 2 09:49:47 2009 +0000
| | | 
| | |     - PartialFn13 now works with if expressions again
| | |     - Fixed some type conversions
| | |     - Added function unboxExpType to Exp
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/PartFn.mo
| | | 
| | * commit 22527c8bed786c382719542af6889890005202d4
| | | Author: Rickard Lindberg 
| | | Date:   Tue Dec 1 16:58:06 2009 +0000
| | | 
| | |     - Implemented function bound_parameters
| | |     - Refactored expression templates
| | |     - Fixed incorrect names for derivatives
| | |     - Fixed incorrect names for some equations
| | |     - Implemented function function_zeroCrossing
| | |     - Implemented function handleZeroCrossing
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCode.mo
| | | M	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | M	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | 
| | * commit deffc8971121aada4f3330bf2f49962e6daaf1f8
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 1 14:57:32 2009 +0000
| | | 
| | |     - More RTOpts guards for MetaModelica cases
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit b6d2f33895dd31a3c07bec018fb3f0b6808f89ad
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 1 14:06:59 2009 +0000
| | | 
| | |     - Renamed C runtime metamodelica_type to modelica_metatype, to fit with Codegen standards.
| | |     - DAE.IFEXP now generates a temporary so it can be used with array functions.
| | |     - Disabled PartialFn13.mos since the DAE.CALL of those functions have incorrect return-type, and correct code isn't generated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | 
| | * commit 92530c823d7b0fbfbb0162388d81d2f2b89e4be7
| | | Author: Martin Sjölund 
| | | Date:   Tue Dec 1 10:15:42 2009 +0000
| | | 
| | |     - Disable printing "Types.matchProp debug: match prop.". Saves about 1m (20% total time) when trying to flatten double pendulum.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit 0a57d39b93ab31d22ea7c8698fcd3778d18ed5ef
| | | Author: Adrian Pop 
| | | Date:   Tue Dec 1 09:13:57 2009 +0000
| | | 
| | |     - guard the MetaModelica lookupType in Static.elabCallArgs with
| | |       true = RTOpts.acceptMetaModelicaGrammar();
| | |       as lookup is rather expensive.
| | |     - in Static.elabBuiltinSmooth when smooth(0, expr) just return expr.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit d6a8386e2055476e59897037d1be18b37fa32180
| | | Author: Pavol Privitzer 
| | | Date:   Mon Nov 30 17:24:29 2009 +0000
| | | 
| | |     - Susan indentation with '<<' is now determined by indentation of the line where is the '<<'
| | |       that is, in examples:
| | |     <<
| | |       text
| | |     >>
| | |       <<
| | |         text
| | |       >>
| | |       case PATTRN then <<
| | |         text
| | |       >>
| | |     
| | |       the word 'text' is always indented by 2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TplCodegen.mo
| | | M	Compiler/TplMain.mo
| | | M	Compiler/TplParser.mo
| | | M	Compiler/susan_codegen/SusanGrammar.txt
| | | M	Compiler/susan_codegen/TplCodegen.mo
| | | M	Compiler/susan_codegen/TplCodegen.tpl
| | | M	Compiler/susan_codegen/paper.mo
| | | M	Compiler/susan_codegen/paper.tpl
| | | M	Compiler/susan_codegen/test.mo
| | | M	Compiler/susan_codegen/test.tpl
| | | 
| | * commit ccc48e383df2ac7c790c9413da59c77ffd9440a1
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 30 14:04:38 2009 +0000
| | | 
| | |     - Fixed code generation of _ := exp (was limited to valueblocks, but MetaModelica allows any expression there).
| | |     - Added 08_pam to the testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 2b925f8222927ed276b6bc0d50b3eebdd2e2a855
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 30 12:44:41 2009 +0000
| | | 
| | |     - Also look for zero-crossings in DAELow.ARRAY_EQUATION.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit fcdba014fbf5ffd94b39203a83619a1caff100bd
| | | Author: Rickard Lindberg 
| | | Date:   Mon Nov 30 10:40:42 2009 +0000
| | | 
| | |     Updated script that generates code for code generation test.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/susan_codegen/SimCode/GenTest/generate.mos
| | | 
| | * commit aba721c7ac469e2b4c13ac70fac5a38d731c57e3
| | | Author: Rickard Lindberg 
| | | Date:   Mon Nov 30 10:39:54 2009 +0000
| | | 
| | |     Added Influenza model for testing code generation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/susan_codegen/SimCode/GenTest/Influenza/Influenza.mo
| | | 
| | * commit d7fd083e7ff96d751dbd64f67e11d8494c9584b4
| | | Author: Rickard Lindberg 
| | | Date:   Mon Nov 30 10:35:47 2009 +0000
| | | 
| | |     Cleaned up TrapezTest.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp
| | | D	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile
| | | D	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp
| | | D	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp
| | | D	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp
| | | 
| | * commit e577d204fd1e6480c02548abad20f8f41181d55e
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 30 08:38:45 2009 +0000
| | | 
| | |     - Refactoring: DAE.VALUEBLOCK(body) changed from DAE.Element to list.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit e878da3e60318653c5ed3cea9718841e72c2b852
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 30 06:02:57 2009 +0000
| | | 
| | |     - Reverted the re-addition of the outdated configure script for Java.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	c_runtime/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 250a7532e871b944cffacc5e43f48675d9fedc5b
| | | Author: Adrian Pop 
| | | Date:   Sun Nov 29 18:42:02 2009 +0000
| | | 
| | |     - merged the template code generation from OpenModelica/branches/TemplateCodeGen
| | |       into OpenModelica/trunk
| | |     - below is the history from the branch
| | |     
| | |     
| | |     
| | |     Revision: 4596
| | |     Author: adrpo
| | |     Date: 16:58:23, den 29 november 2009
| | |     Message:
| | |     - merged r4582-4594 from OpenModelica/trunk
| | |     - this is the last merge before merging this branch into OpenModelica/trunk
| | |     
| | |     Revision: 4594
| | |     Author: sjoelund.se
| | |     Date: 16:25:30, den 27 november 2009
| | |     Message:
| | |     - Moved record constructor-specific code from Static.elabCall to Static.elabCallArgs for efficiency.
| | |     ----
| | |     Modified : /trunk/Compiler/Static.mo
| | |     
| | |     Revision: 4591
| | |     Author: sjoelund.se
| | |     Date: 12:42:46, den 27 november 2009
| | |     Message:
| | |     - Fix code generation for cross.
| | |     ----
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/c_runtime/integer_array.c
| | |     Modified : /trunk/c_runtime/integer_array.h
| | |     Modified : /trunk/c_runtime/real_array.c
| | |     Modified : /trunk/c_runtime/real_array.h
| | |     Added : /trunk/testsuite/mofiles/Cross.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     Added : /trunk/testsuite/mosfiles/Cross.mo
| | |     Added : /trunk/testsuite/mosfiles/Cross.mos
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 4590
| | |     Author: bjozac
| | |     Date: 10:50:55, den 27 november 2009
| | |     Message:
| | |     Fixed weird Lookup "bug".
| | |     ----
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     
| | |     Revision: 4586
| | |     Author: sjoelund.se
| | |     Date: 14:59:36, den 26 november 2009
| | |     Message:
| | |     - Prevent generating a TYPE_SPEC_REAL_ARRAY_ARRAY; generate TYPE_SPEC_REAL_ARRAY instead
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     
| | |     Revision: 4582
| | |     Author: adrpo
| | |     Date: 04:49:53, den 26 november 2009
| | |     Message:
| | |     - record construction vectorization in Static.elabCallArgs
| | |       + testsuite/mofiles/RecordConstructorVectorization.mo
| | |       + this is used in Modelica.Media for FluidConstants.
| | |     - disabled stdout printing Type mismatch in equation and changed testsuite/mosfiles/ArrayDivError.mos to match
| | |     - check the +s and +showErrorMessages command line parameters and display an error if they are wrong
| | |     - display the error message for the flags just once in Main.mo
| | |     - added Debug.trace[ln] to print the errors unguarded by debug flags and used this functionality
| | |       to print some of the failtrace guarded by true = RTOpts.debugFlag("failtrace");
| | |       This way is faster as no more building of strings happen.
| | |     - beautified code and added some comments; got rid of some really old commented out RML code
| | |     - added check for setDebugFlags in CevalScript.mo
| | |     ----
| | |     Modified : /trunk/Compiler/Absyn.mo
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Debug.mo
| | |     Modified : /trunk/Compiler/Dump.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/Main_stub.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/runtime/rtopts.c
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     Added : /trunk/testsuite/mofiles/RecordConstructorVectorization.mo
| | |     Modified : /trunk/testsuite/mosfiles/ArrayDivError.mos
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Absyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Algorithm.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Builtin.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Debug.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Dump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Inst.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Lookup.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main_stub.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Static.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Types.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/rtopts.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/integer_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/integer_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/real_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/real_array.h
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Cross.mo (Copy from path: /trunk/testsuite/mofiles/Cross.mo, Revision, 4595)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Makefile
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordConstructorVectorization.mo (Copy from path: /trunk/testsuite/mofiles/RecordConstructorVectorization.mo, Revision, 4595)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/ArrayDivError.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Cross.mo (Copy from path: /trunk/testsuite/mosfiles/Cross.mo, Revision, 4595)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Cross.mos (Copy from path: /trunk/testsuite/mosfiles/Cross.mos, Revision, 4595)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 4595
| | |     Author: ppriv
| | |     Date: 19:04:09, den 28 november 2009
| | |     Message:
| | |     a commit before move of this branch to trunk
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     Deleted : /branches/TemplateCodeGen/Compiler/test.mo
| | |     
| | |     Revision: 4593
| | |     Author: ricli576
| | |     Date: 14:49:37, den 27 november 2009
| | |     Message:
| | |     Included origName cref in SIMVAR.
| | |     
| | |     It seems like a lot of work to handle all the names in templates. So for now we
| | |     let the DAELow handle the flattening and renaming of crefs.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4589
| | |     Author: ricli576
| | |     Date: 16:09:39, den 26 november 2009
| | |     Message:
| | |     Changed so that template write to file.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     
| | |     Revision: 4588
| | |     Author: ricli576
| | |     Date: 15:51:00, den 26 november 2009
| | |     Message:
| | |     Replaced string names with ComponentRef.
| | |     
| | |     That also enabled removal of SimCode.Equation.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4587
| | |     Author: ppriv
| | |     Date: 15:42:43, den 26 november 2009
| | |     Message:
| | |     Tpl.textFile() function implemented to be used in templates
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4585
| | |     Author: ricli576
| | |     Date: 12:56:34, den 26 november 2009
| | |     Message:
| | |     Implemented initial equations.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4584
| | |     Author: ppriv
| | |     Date: 10:20:42, den 26 november 2009
| | |     Message:
| | |     some fix in .tpl
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     
| | |     Revision: 4583
| | |     Author: ricli576
| | |     Date: 09:19:28, den 26 november 2009
| | |     Message:
| | |     Translated types to match refactoring in trunk.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4581
| | |     Author: adrpo
| | |     Date: 16:24:34, den 25 november 2009
| | |     Message:
| | |     - merged revisions r4415-4579 from OpenModelica/trunk
| | |       next merge should merge from r4579 (included) to HEAD
| | |     
| | |     BEWARE:
| | |      A LOT HAS CHANGED:
| | |        Types, Exp, DAE, Algorithm were merged, so
| | |        most of the record constructors are now in
| | |        the DAE module.
| | |        DAELow & SimCodegen & Codegen were changed
| | |        so you might need to port the changes.
| | |      Please verify that your code still works fine.
| | |     
| | |     Revision: 4579
| | |     Author: sjoelund.se
| | |     Date: 15:04:16, den 25 november 2009
| | |     Message:
| | |     - Added runtime functions for identity matrix
| | |     - Added codegen and runtime code to cast int/real matrix to the opposite kind
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/c_runtime/integer_array.c
| | |     Modified : /trunk/c_runtime/integer_array.h
| | |     Modified : /trunk/c_runtime/real_array.c
| | |     Modified : /trunk/c_runtime/real_array.h
| | |     Added : /trunk/testsuite/mosfiles/Identity.mo
| | |     Added : /trunk/testsuite/mosfiles/Identity.mos
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 4578
| | |     Author: petar
| | |     Date: 14:41:07, den 25 november 2009
| | |     Message:
| | |     -added ModUtil.makeSubscript to create a subscript from an exp.
| | |     ----
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     
| | |     Revision: 4576
| | |     Author: petar
| | |     Date: 13:42:21, den 25 november 2009
| | |     Message:
| | |     -Reset the modelicafilename string when failing to parse
| | |     ----
| | |     Modified : /trunk/Compiler/absyn_builder/parse.cpp
| | |     
| | |     Revision: 4575
| | |     Author: sjoelund.se
| | |     Date: 10:55:08, den 25 november 2009
| | |     Message:
| | |     - Removed useless messages when typechecking overloaded operators.
| | |     - Added support for code generation of complex types extending basic types.
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Added : /trunk/testsuite/mosfiles/ExtendsBasic.mo
| | |     Added : /trunk/testsuite/mosfiles/ExtendsBasic.mos
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 4571
| | |     Author: stebr461
| | |     Date: 16:37:40, den 24 november 2009
| | |     Message:
| | |     - Cleaned up some code, partially evaluated functions should work 100% now!
| | |     ----
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     
| | |     Revision: 4570
| | |     Author: bjozac
| | |     Date: 16:06:07, den 24 november 2009
| | |     Message:
| | |     Updated makefiles for vs
| | |     ----
| | |     Modified : /trunk/Compiler/runtime/Makefile.vc
| | |     
| | |     Revision: 4569
| | |     Author: sjoelund.se
| | |     Date: 16:02:29, den 24 november 2009
| | |     Message:
| | |     - Changed Types.match{Type,Prop} to also take a boolean that controls the output of error messages. It should now be possible to ensure that errors are only printed if both "match(lhs,rhs)" and "match(rhs,lhs)" fails.
| | |     ----
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     
| | |     Revision: 4568
| | |     Author: stebr461
| | |     Date: 13:58:12, den 24 november 2009
| | |     Message:
| | |     - Function pointers and partially evaluated functions are now a default feature of Modelica (you no longer need the +d=fnptr flag or meta modelica grammar)
| | |     
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     
| | |     Revision: 4567
| | |     Author: wbraun
| | |     Date: 12:21:20, den 24 november 2009
| | |     Message:
| | |     Revision of the euler and the event handling for the euler until now only work with "if" equations.
| | |     ----
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/c_runtime/simulation_events.cpp
| | |     Modified : /trunk/c_runtime/simulation_events.h
| | |     Modified : /trunk/c_runtime/solver_euler.cpp
| | |     
| | |     Revision: 4566
| | |     Author: stebr461
| | |     Date: 11:15:39, den 24 november 2009
| | |     Message:
| | |     - Partially evaluated functions now work with recursive functions
| | |     - Added a test case for this
| | |     - Cleaned up old test cases
| | |     
| | |     ----
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Modified : /trunk/testsuite/meta/PartialFn11.mos
| | |     Modified : /trunk/testsuite/meta/PartialFn12.mos
| | |     Added : /trunk/testsuite/meta/PartialFn13.mo
| | |     Added : /trunk/testsuite/meta/PartialFn13.mos
| | |     
| | |     Revision: 4565
| | |     Author: adrpo
| | |     Date: 10:02:45, den 24 november 2009
| | |     Message:
| | |     - set all Compiler/*.mo files to have (LF) Linux line endings, otherwise the debugger will display wrong lines.
| | |     ----
| | |     Modified : /trunk/Compiler/Absyn.mo
| | |     Modified : /trunk/Compiler/AbsynDep.mo
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/BackendVarTransform.mo
| | |     Modified : /trunk/Compiler/BackendVarTransform_stub.mo
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/CevalScript_stub.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/ClassInf.mo
| | |     Modified : /trunk/Compiler/ClassLoader.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Connect.mo
| | |     Modified : /trunk/Compiler/ConnectionGraph.mo
| | |     Modified : /trunk/Compiler/Constants.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/Corba.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAEEXT.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAELow_stub.mo
| | |     Modified : /trunk/Compiler/DAEQuery.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Modified : /trunk/Compiler/Debug.mo
| | |     Modified : /trunk/Compiler/Derive.mo
| | |     Modified : /trunk/Compiler/Derive_stub.mo
| | |     Modified : /trunk/Compiler/Dump.mo
| | |     Modified : /trunk/Compiler/DumpGraphviz.mo
| | |     Modified : /trunk/Compiler/DynLoad.mo
| | |     Modified : /trunk/Compiler/Env.mo
| | |     Modified : /trunk/Compiler/Error.mo
| | |     Modified : /trunk/Compiler/ErrorExt.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/ExpandableConnectors.mo
| | |     Modified : /trunk/Compiler/Graphviz.mo
| | |     Modified : /trunk/Compiler/HashTable.mo
| | |     Modified : /trunk/Compiler/HashTable2.mo
| | |     Modified : /trunk/Compiler/HashTable3.mo
| | |     Modified : /trunk/Compiler/HashTable4.mo
| | |     Modified : /trunk/Compiler/HashTable5.mo
| | |     Modified : /trunk/Compiler/HashTableCG.mo
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/InstanceHierarchy.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/MMath.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/Main_stub.mo
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Modified : /trunk/Compiler/OptManager.mo
| | |     Modified : /trunk/Compiler/Parser.mo
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/Compiler/Patternm.mo
| | |     Modified : /trunk/Compiler/Prefix.mo
| | |     Modified : /trunk/Compiler/Print.mo
| | |     Modified : /trunk/Compiler/RTOpts.mo
| | |     Modified : /trunk/Compiler/Refactor.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/Compiler/SCodeUtil.mo
| | |     Modified : /trunk/Compiler/Settings.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/SimulationResults.mo
| | |     Modified : /trunk/Compiler/Socket.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/System.mo
| | |     Modified : /trunk/Compiler/TaskGraph.mo
| | |     Modified : /trunk/Compiler/TaskGraphExt.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/UnitAbsyn.mo
| | |     Modified : /trunk/Compiler/UnitAbsynBuilder.mo
| | |     Modified : /trunk/Compiler/UnitChecker.mo
| | |     Modified : /trunk/Compiler/UnitParserExt.mo
| | |     Modified : /trunk/Compiler/Util.mo
| | |     Modified : /trunk/Compiler/Values.mo
| | |     Modified : /trunk/Compiler/ValuesUtil.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4564
| | |     Author: adrpo
| | |     Date: 09:39:04, den 24 november 2009
| | |     Message:
| | |     - made Connection.isRoot function non-constant in Stati.elabBuiltinIsRoot as otherwise it expects
| | |       constant input arguments and generates errors of kind:
| | |       "Error: No constant value for variable frame_a.R in scope Modelica.Mechanics.MultiBody.Parts.Body"
| | |     - added ceval handler for rooted operator (non-existent in Modelica Specification but used in MSL)
| | |       see more here: https://trac.modelica.org/Modelica/ticket/95
| | |     - more informative fail traces in Mod.mo, Types.mo, ValuesUtil.mo
| | |     - speed up the fail traces from Types.mo (type checking should be faster now).
| | |     - the fail traces from Types are now guided by "types" not by "failtrace"
| | |       as they generate way too many messages that are not of interest.
| | |       just add +d=types to bring the messages back.
| | |     - more informative printing of enumerations in ValuesUtil.mo
| | |     ----
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/ValuesUtil.mo
| | |     
| | |     Revision: 4563
| | |     Author: Frenkel TUD
| | |     Date: 23:03:24, den 23 november 2009
| | |     Message:
| | |     - enumeration: remove old code
| | |     ----
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     
| | |     Revision: 4561
| | |     Author: adrpo
| | |     Date: 16:12:38, den 23 november 2009
| | |     Message:
| | |     - added DefaultRecordParameters.mo to test for:
| | |       + records with parameter components with default values
| | |       + extends in records with named modifications
| | |     ----
| | |     Added : /trunk/testsuite/mofiles/DefaultRecordParameters.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     
| | |     Revision: 4560
| | |     Author: bjozac
| | |     Date: 16:03:27, den 23 november 2009
| | |     Message:
| | |     Added testcase for records
| | |     ----
| | |     Added : /trunk/testsuite/mofiles/EngineSAAB95Total.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     
| | |     Revision: 4559
| | |     Author: stebr461
| | |     Date: 15:53:38, den 23 november 2009
| | |     Message:
| | |     - Fixed type checking and boxing of simple types in partially evaluated functions
| | |     ----
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/OMNotebook/ext/Makefile
| | |     Modified : /trunk/OMShell/Makefile
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Modified : /trunk/testsuite/meta/PartialFn11.mos
| | |     
| | |     Revision: 4558
| | |     Author: adrpo
| | |     Date: 15:23:02, den 23 november 2009
| | |     Message:
| | |     - g++ is now set as compileCommand in Compiler/runtime/settingsimpl.c
| | |       Compiler/CevalScript.mo CevalScript.compileModel now matches for "g++" instead of ""
| | |     - Lookup.buildRecordConstructorElts now selects the full modifier only if the component
| | |       modifier is empty.
| | |     ----
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/runtime/settingsimpl.c
| | |     
| | |     Revision: 4557
| | |     Author: adrpo
| | |     Date: 14:55:19, den 23 november 2009
| | |     Message:
| | |     - make sure .depend is created for all targets as otherwise you get
| | |       an include error (and we would need to have .depend in Subversion).
| | |     ----
| | |     Modified : /trunk/Compiler/Makefile.in
| | |     Modified : /trunk/Compiler/Makefile.omdev.mingw
| | |     
| | |     Revision: 4554
| | |     Author: bjozac
| | |     Date: 09:00:03, den 23 november 2009
| | |     Message:
| | |     removed .depend from svn
| | |     ----
| | |     Modified : /trunk/Compiler
| | |     Deleted : /trunk/Compiler/.depend
| | |     
| | |     Revision: 4553
| | |     Author: adrpo
| | |     Date: 05:59:40, den 23 november 2009
| | |     Message:
| | |     - beautification of dumped code in Dump.mo.
| | |       + no more space before ";" in Real x ;
| | |       + print the comment of the partial derivative definition: x = der(func, b, c) comment;
| | |     
| | |     
| | |     ----
| | |     Modified : /trunk/Compiler/Dump.mo
| | |     
| | |     Revision: 4552
| | |     Author: adrpo
| | |     Date: 05:01:34, den 23 november 2009
| | |     Message:
| | |     - fixes for array modifications given on builtin attributes in functions input parameters.
| | |       This component defined in a function now instantiates: input Integer sequence[3](min = {1,1,1}, max = {3,3,3}) = {1,2,3};
| | |       See testsuite/mofiles/Sequence.mo
| | |     ----
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     Added : /trunk/testsuite/mofiles/Sequence.mo
| | |     
| | |     Revision: 4551
| | |     Author: adrpo
| | |     Date: 02:32:44, den 23 november 2009
| | |     Message:
| | |     - reverted 2 changes from revision 4547 as otherwise ALL of the (simulation) tests fail
| | |       + settingsimpl.c -> compileCommand set to ""
| | |       + Lookup.mo -> modifications on record components
| | |       All tests go now. We'll discuss these changes and see what we can do about them.
| | |     
| | |     - removed PartialFn12.mos from testsuite/meta/Makefile as it doesn't produce the correct result,
| | |       540 instead of correct 180.
| | |     
| | |     - corrected the help text in Main.mo with regards to the MetaModelica flag.
| | |     
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/runtime/settingsimpl.c
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     
| | |     Revision: 4549
| | |     Author: bjozac
| | |     Date: 15:29:12, den 20 november 2009
| | |     Message:
| | |     minor changes for windows make files.
| | |     ----
| | |     Modified : /trunk/Compiler/modpar/Makefile.vc
| | |     Modified : /trunk/Compiler/runtime/Makefile.vc
| | |     
| | |     Revision: 4548
| | |     Author: stebr461
| | |     Date: 13:37:21, den 20 november 2009
| | |     Message:
| | |     - Fixed compiler error in cruntime
| | |     ----
| | |     Modified : /trunk/c_runtime/read_write.c
| | |     
| | |     Revision: 4547
| | |     Author: bjozac
| | |     Date: 12:40:21, den 20 november 2009
| | |     Message:
| | |     Some changes for merging with MathCore
| | |     
| | |     Tolerance set to 1e-6 again, should not be changed! (destroys the test suite)
| | |     Reading boolean return values from function return values changed.
| | |     Algorithm assigns for record parameters allowed.
| | |     Default compiler set to g++
| | |     Removed some errors from function generation (should be able to fail from ceval)
| | |     
| | |     ----
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/Compiler/Prefix.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Util.mo
| | |     Modified : /trunk/Compiler/runtime/dynload.c
| | |     Modified : /trunk/Compiler/runtime/settingsimpl.c
| | |     Modified : /trunk/Compiler/runtime/systemimpl.c
| | |     Modified : /trunk/c_runtime/read_write.c
| | |     Modified : /trunk/c_runtime/read_write.h
| | |     
| | |     Revision: 4545
| | |     Author: adrpo
| | |     Date: 08:45:05, den 20 november 2009
| | |     Message:
| | |     - fixes for some of the OMDev makefiles (Makefile.omdev.mingw)
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw
| | |     
| | |     Revision: 4544
| | |     Author: stebr461
| | |     Date: 15:09:17, den 19 november 2009
| | |     Message:
| | |     - Fixed use of partially evaulated functions in functions
| | |     - Added a test case for this
| | |     ----
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Added : /trunk/testsuite/meta/PartialFn12.mo
| | |     Added : /trunk/testsuite/meta/PartialFn12.mos
| | |     
| | |     Revision: 4543
| | |     Author: stebr461
| | |     Date: 12:18:08, den 19 november 2009
| | |     Message:
| | |     - Partially evaluated functions now works in algorithms (see PartialFn8 testcase for example)
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Modified : /trunk/testsuite/meta/PartialFn8.mo
| | |     
| | |     Revision: 4542
| | |     Author: sjoelund.se
| | |     Date: 11:03:34, den 19 november 2009
| | |     Message:
| | |     - Don't recompile the walker unless something changed.
| | |     ----
| | |     Modified : /trunk/Compiler/absyn_builder/Makefile.in
| | |     Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw
| | |     
| | |     Revision: 4541
| | |     Author: sjoelund.se
| | |     Date: 10:10:07, den 19 november 2009
| | |     Message:
| | |     - Removed the need to set CLASSPATH when building under Linux.
| | |     - Updated configure script to not check for CLASSPATH (it only checks that Java exists and can load the provided antlr).
| | |     - Updated the lexer/parser makefiles to run with parallel jobs.
| | |     - Warning: Due to RML creating and using .srz-files from all imported packages, parallel execution of make may in some rare cases fail. Running make again will work because the other process will have cached the srz-files.
| | |       It is possible to generate all srz-files in advance at the cost of efficiency (you may not do this is parallel, and it's not necessary if the number of jobs=1).
| | |     - Warning: RML drains a lot of RAM. Running "make -j" launches an unlimited number of jobs. This will eat about 20GB of RAM and possibly crash the system, so don't do this. Max 1 job per GB of RAM is recommended.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/absyn_builder/Makefile.in
| | |     Modified : /trunk/Compiler/absyn_builder/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.in
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_release/Makefile.in
| | |     Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw
| | |     Modified : /trunk/Makefile.in
| | |     Modified : /trunk/Makefile.omdev.mingw
| | |     Modified : /trunk/OMNotebook/ext/Makefile
| | |     Modified : /trunk/OMShell/Makefile
| | |     Modified : /trunk/README.Cygwin.or.Linux.txt
| | |     Modified : /trunk/configure
| | |     Modified : /trunk/configure.in
| | |     Modified : /trunk/flat_modelica_parser/src/Makefile.in
| | |     Modified : /trunk/flat_modelica_parser/src/Makefile.omdev.mingw
| | |     Modified : /trunk/modelica_parser/src/Makefile.in
| | |     Modified : /trunk/modelica_parser/src/Makefile.omdev.mingw
| | |     
| | |     Revision: 4540
| | |     Author: adrpo
| | |     Date: 19:04:29, den 18 november 2009
| | |     Message:
| | |     - small fixes for the parallel Makefile.omdev.mingw*
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw
| | |     
| | |     Revision: 4539
| | |     Author: sjoelund.se
| | |     Date: 16:18:39, den 18 november 2009
| | |     Message:
| | |     - Updated Compiler and c_runtime Makefiles to support make -j (for parallel execution of jobs). absyn_builder is forced to use max 1 job since those Makefiles haven't been updated yet.
| | |     - omc_release and omc_debug now first create mo-files and signatures before reloading the Makefile in order to ensure that all dependencies are updated.
| | |     - Removed unused imports.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     Modified : /trunk/Compiler/Makefile.in
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.in
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_release/Makefile.in
| | |     Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw
| | |     Modified : /trunk/c_runtime/Makefile
| | |     Modified : /trunk/c_runtime/Makefile.omdev.mingw
| | |     
| | |     Revision: 4538
| | |     Author: stebr461
| | |     Date: 13:09:28, den 18 november 2009
| | |     Message:
| | |     - Fixed a bug that prevented use of function references outside functions
| | |     - If you want to use function references or partially evaluated functions, compile with +d=fnptr
| | |     
| | |     - Fixed make clean in omc_debug, now removes .sigx files too
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.in
| | |     Modified : /trunk/OMNotebook/ext/Makefile
| | |     Modified : /trunk/OMShell/Makefile
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     
| | |     Revision: 4537
| | |     Author: adrpo
| | |     Date: 12:04:53, den 18 november 2009
| | |     Message:
| | |     - forgot to add this file.
| | |     ----
| | |     Added : /trunk/Compiler/Makefile.common.frontend.omdev.mingw
| | |     
| | |     Revision: 4536
| | |     Author: adrpo
| | |     Date: 11:44:24, den 18 november 2009
| | |     Message:
| | |     - added operator (function)? to lexer/parser/walker but is commented out.
| | |       we will uncomment it when is needed.
| | |     - added operator (function)? to Absyn and SCode (not used as it doesn't come from the
| | |       lexer/parser/walker)
| | |     
| | |     - split SCode.mo into SCode.mo and SCodeUtil.mo
| | |     - remember comments from enumerations, derived, etc from Absyn into SCode
| | |     
| | |     - unified Ceval.cevalCallFunction to handle all types of possible
| | |       function evaluation: via Cevalfunc, via dll generation, etc.
| | |     - enabled Cevalfunc by default in Ceval.cevalCallFunction
| | |     - added test for matrix row indexing
| | |     
| | |     - all tests go but meta/BuiltinReal.mo* which displays
| | |       correct values but in a different way, which I think
| | |       is due to evaluation via Cevalfunc. I disabled it for
| | |       now.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Absyn.mo
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Added : /trunk/Compiler/DAELow_stub.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Added : /trunk/Compiler/ExpandableConnectors.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/InstanceHierarchy.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/Main_stub.mo
| | |     Modified : /trunk/Compiler/Makefile.common
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /trunk/Compiler/Makefile.common.w32
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/Refactor.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Added : /trunk/Compiler/SCodeUtil.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/System.mo
| | |     Modified : /trunk/Compiler/UnitAbsynBuilder.mo
| | |     Modified : /trunk/Compiler/absyn_builder/walker.g
| | |     Modified : /trunk/Compiler/omc_frontend/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/runtime/systemimpl.c
| | |     Modified : /trunk/flat_modelica_parser/src/flat_modelica_lexer.g
| | |     Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g
| | |     Modified : /trunk/modelica_parser/src/modelica_lexer.g
| | |     Modified : /trunk/modelica_parser/src/modelica_parser.g
| | |     Modified : /trunk/testsuite/mathcore-mofiles/Makefile
| | |     Added : /trunk/testsuite/mathcore-mofiles/MatrixRowIndexing.mo
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     
| | |     Revision: 4535
| | |     Author: sjoelund.se
| | |     Date: 09:54:10, den 18 november 2009
| | |     Message:
| | |     - Removed public import {Exp,Types,Algorithm} so compilation of OMC is faster
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/BackendVarTransform.mo
| | |     Modified : /trunk/Compiler/BackendVarTransform_stub.mo
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/CevalScript_stub.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Connect.mo
| | |     Modified : /trunk/Compiler/ConnectionGraph.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAEQuery.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Modified : /trunk/Compiler/Derive.mo
| | |     Modified : /trunk/Compiler/Derive_stub.mo
| | |     Modified : /trunk/Compiler/Env.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/HashTable2.mo
| | |     Modified : /trunk/Compiler/HashTable3.mo
| | |     Modified : /trunk/Compiler/HashTable4.mo
| | |     Modified : /trunk/Compiler/HashTable5.mo
| | |     Modified : /trunk/Compiler/HashTableCG.mo
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/InstanceHierarchy.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/Compiler/Patternm.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/TaskGraph.mo
| | |     Modified : /trunk/Compiler/TaskGraphExt.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/UnitAbsyn.mo
| | |     Modified : /trunk/Compiler/UnitAbsynBuilder.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4534
| | |     Author: sjoelund.se
| | |     Date: 16:54:48, den 17 november 2009
| | |     Message:
| | |     - Refactoring: Moved Exp.*** datatypes into DAE.mo
| | |     - Removed Convert.mo workaround (at least the duplicated datatypes; DAE.VALUEBLOCK needs cleaning up)
| | |     - Fixed bug in previous commit (PartFn stuff)
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/BackendVarTransform.mo
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Connect.mo
| | |     Modified : /trunk/Compiler/ConnectionGraph.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAEQuery.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/Derive.mo
| | |     Modified : /trunk/Compiler/Derive_stub.mo
| | |     Modified : /trunk/Compiler/Env.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/HashTable.mo
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/Compiler/Patternm.mo
| | |     Modified : /trunk/Compiler/Prefix.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/TaskGraph.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/UnitAbsynBuilder.mo
| | |     Modified : /trunk/Compiler/ValuesUtil.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4533
| | |     Author: petar
| | |     Date: 14:40:42, den 17 november 2009
| | |     Message:
| | |     -Finally (puhh) fixed bug with forgetting to reset modelicafilename when parse error occurs.
| | |     ----
| | |     Modified : /trunk/Compiler/absyn_builder/parse.cpp
| | |     
| | |     Revision: 4530
| | |     Author: stebr461
| | |     Date: 11:43:01, den 17 november 2009
| | |     Message:
| | |     - Function pointers now work in both Modelica and MetaModelica
| | |     - Partially evaluated functions now partially works!
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/PartFn.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/OMNotebook/ext/Makefile
| | |     Modified : /trunk/OMShell/Makefile
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Added : /trunk/testsuite/meta/PartialFn11.mo
| | |     Added : /trunk/testsuite/meta/PartialFn11.mos
| | |     
| | |     Revision: 4527
| | |     Author: adrpo
| | |     Date: 06:28:10, den 17 november 2009
| | |     Message:
| | |     - the new MetaModelica compiler discovered this type error:
| | |       DAE.T_COMPLEX -> Exp.ET_COMPLEX
| | |     ----
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     
| | |     Revision: 4526
| | |     Author: Frenkel TUD
| | |     Date: 00:22:01, den 17 november 2009
| | |     Message:
| | |     enumeration function Integer, works only for Enumeration types not for variables
| | |     ----
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Added : /trunk/testsuite/mofiles/Enum9.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     
| | |     Revision: 4525
| | |     Author: sjoelund.se
| | |     Date: 16:41:41, den 16 november 2009
| | |     Message:
| | |     - Refactoring. Exp.Type -> Exp.ExpType (and all types in ExpType are prefixed ET_ to make it possible to put the type in DAE.mo).
| | |     ----
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/BackendVarTransform.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Connect.mo
| | |     Modified : /trunk/Compiler/ConnectionGraph.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAEQuery.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/Derive.mo
| | |     Modified : /trunk/Compiler/Derive_stub.mo
| | |     Modified : /trunk/Compiler/Env.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/HashTable.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Prefix.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/TaskGraph.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/UnitAbsynBuilder.mo
| | |     Modified : /trunk/Compiler/ValuesUtil.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4524
| | |     Author: sjoelund.se
| | |     Date: 14:55:48, den 16 november 2009
| | |     Message:
| | |     - Refactoring the Types.mo types into DAE.mo
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Modified : /trunk/Compiler/Env.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/Patternm.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/UnitAbsynBuilder.mo
| | |     
| | |     Revision: 4523
| | |     Author: sjoelund.se
| | |     Date: 13:05:17, den 16 november 2009
| | |     Message:
| | |     - Added ValuesUtil.mo
| | |     ----
| | |     Added : /trunk/Compiler/ValuesUtil.mo
| | |     
| | |     Revision: 4522
| | |     Author: sjoelund.se
| | |     Date: 12:47:28, den 16 november 2009
| | |     Message:
| | |     - Added missing file Compiler/runtime/SimulationResults.c.
| | |     - Fixed dynload.c from the Values.mo update (forgot to make clean).
| | |     ----
| | |     Added : /trunk/Compiler/runtime/SimulationResults.c
| | |     Modified : /trunk/Compiler/runtime/dynload.c
| | |     
| | |     Revision: 4521
| | |     Author: sjoelund.se
| | |     Date: 12:13:13, den 16 november 2009
| | |     Message:
| | |     - Refactoring Values.mo into Values.mo (AST with minimal dependencies) and ValuesUtil.mo
| | |     - Removed Exp.Value and part of the workaround in Convert.mo
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/CevalScript_stub.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Makefile.common
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/TaskGraph.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/Values.mo
| | |     
| | |     Revision: 4520
| | |     Author: sjoelund.se
| | |     Date: 09:32:29, den 16 november 2009
| | |     Message:
| | |     - The System.readPtolemy* functions now exist in SimulationResults.mo (and System.mo no longer depends on Values.mo).
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Makefile.common
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Added : /trunk/Compiler/SimulationResults.mo
| | |     Modified : /trunk/Compiler/System.mo
| | |     Modified : /trunk/Compiler/runtime/Makefile.in
| | |     Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/runtime/systemimpl.c
| | |     
| | |     Revision: 4519
| | |     Author: sjoelund.se
| | |     Date: 08:41:36, den 16 november 2009
| | |     Message:
| | |     - Re-added some now working tests from failingtests
| | |     ----
| | |     Modified : /trunk/testsuite/Makefile
| | |     Modified : /trunk/testsuite/java/rtest
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     Modified : /trunk/testsuite/records/Makefile
| | |     
| | |     Revision: 4518
| | |     Author: adrpo
| | |     Date: 06:12:53, den 16 november 2009
| | |     Message:
| | |     - test for array as alias in extends added: ArrayAsAliasInExtends.mo
| | |     - it also test for enumeration indexing and array declaration using enumeration
| | |     ----
| | |     Added : /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     
| | |     Revision: 4517
| | |     Author: adrpo
| | |     Date: 05:47:00, den 16 november 2009
| | |     Message:
| | |     - testing for array as alias added to make sure it
| | |       not fails again due to newly added functionality:
| | |       ArrayAsAlias.mo
| | |     ----
| | |     Added : /trunk/testsuite/mofiles/ArrayAsAlias.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     
| | |     Revision: 4516
| | |     Author: adrpo
| | |     Date: 04:58:17, den 16 november 2009
| | |     Message:
| | |     - Fixes for extends of type which is an alias of array type.
| | |       The problem was that the case in Inst.mo at line
| | |       6695 didn't match because of the annotation list!
| | |       Example:  type Alias = Real[3];
| | |                 type Orientation
| | |                   extends Alias;
| | |                 end Orientation;
| | |     ----
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     
| | |     Revision: 4513
| | |     Author: ericmeyers
| | |     Date: 17:29:52, den 14 november 2009
| | |     Message:
| | |     On OS X only look for IOR in /tmp folder
| | |     ----
| | |     Modified : /trunk/Compiler/runtime/corbaimpl.cpp
| | |     
| | |     Revision: 4512
| | |     Author: ericmeyers
| | |     Date: 17:27:28, den 14 november 2009
| | |     Message:
| | |     Updated OS X to use Qt frameworks
| | |     ----
| | |     Modified : /trunk/Compiler/runtime/systemimpl.c
| | |     
| | |     Revision: 4510
| | |     Author: Frenkel TUD
| | |     Date: 02:11:41, den 14 november 2009
| | |     Message:
| | |     Bugfix stringnames in getName function
| | |     ----
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     
| | |     Revision: 4509
| | |     Author: Frenkel TUD
| | |     Date: 02:01:34, den 14 november 2009
| | |     Message:
| | |     enumeration string(enum.e1) = e1
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/c_runtime/modelica_string.c
| | |     Modified : /trunk/c_runtime/modelica_string.h
| | |     Added : /trunk/testsuite/mofiles/Enum8.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     Added : /trunk/testsuite/mosfiles/Enum8.mo
| | |     Added : /trunk/testsuite/mosfiles/Enum8.mos
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 4508
| | |     Author: sjoelund.se
| | |     Date: 17:18:53, den 13 november 2009
| | |     Message:
| | |     - Refactoring of Algorithm.mo (the datatypes moved to DAE.mo, to simplify the other refactorings later on)
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAEQuery.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4504
| | |     Author: Frenkel TUD
| | |     Date: 09:18:03, den 13 november 2009
| | |     Message:
| | |     - enumerations in packages can be found, typo corrected
| | |     ----
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/Main_stub.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/testsuite/mofiles/Enum4.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     
| | |     Revision: 4503
| | |     Author: adrpo
| | |     Date: 18:22:36, den 12 november 2009
| | |     Message:
| | |     Merged revision 4500
| | |     
| | |     Revision: 4500
| | |     Author: petar
| | |     Date: 14:44:04, den 12 november 2009
| | |     Message:
| | |     -Fixed bug with not resetting global file name when parser error.
| | |     ----
| | |     Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/parse.cpp
| | |     
| | |     ----
| | |     Modified : /trunk/Compiler/absyn_builder/parse.cpp
| | |     
| | |     Revision: 4496
| | |     Author: sjoelund.se
| | |     Date: 10:39:02, den 12 november 2009
| | |     Message:
| | |     - Fixed Types.elabType for empty records.
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     
| | |     Revision: 4495
| | |     Author: sjoelund.se
| | |     Date: 09:40:14, den 12 november 2009
| | |     Message:
| | |     - Refactoring of DAE.Type
| | |     - Removed DAE.Type (DAE.VAR already has a Types.Type since it's required for connectors and MetaModelica stuff).
| | |     - Added DAELow.Type - a type that has truly been lowered (only INT,REAL,STRING,BOOL,ENUMERATION are allowed in DAELow).
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAEQuery.mo
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Modified : /trunk/Compiler/Prefix.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/TaskGraph.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4493
| | |     Author: sjoelund.se
| | |     Date: 11:50:35, den 11 november 2009
| | |     Message:
| | |     - Do not add equations if we bind a record variable using a ceval'ed record constructor.
| | |     - Do not change variability of record fields from const to param if the parent is declared param.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/c_runtime/java_interface.c
| | |     Modified : /trunk/testsuite/records/Makefile
| | |     Added : /trunk/testsuite/records/RecordVariability.mo
| | |     
| | |     Revision: 4492
| | |     Author: adrpo
| | |     Date: 20:38:57, den 10 november 2009
| | |     Message:
| | |     - update the READMEs to document the /trunk/Compiler/VC7 move to /installers/windows/VC7
| | |     ----
| | |     Modified : /trunk/README-BUILD-RELEASE.txt
| | |     Modified : /trunk/README-WIN32.txt
| | |     
| | |     Revision: 4491
| | |     Author: adrpo
| | |     Date: 20:18:04, den 10 november 2009
| | |     Message:
| | |     - moved /trunk/Compiler/VC7 to /installers/windows/VC7
| | |     ----
| | |     Added : /installers/windows/VC7 (Copy from path: /trunk/Compiler/VC7, Revision, 4490)
| | |     Deleted : /trunk/Compiler/VC7
| | |     
| | |     Revision: 4488
| | |     Author: adrpo
| | |     Date: 20:07:08, den 10 november 2009
| | |     Message:
| | |     - generated the .pdf from the latest .doc
| | |     ----
| | |     Modified : /trunk/doc/OpenModelicaUsersGuide.pdf
| | |     
| | |     Revision: 4487
| | |     Author: adrpo
| | |     Date: 19:51:34, den 10 november 2009
| | |     Message:
| | |     - if equations are printed as they now are in flat Modelica
| | |     ----
| | |     Modified : /trunk/testsuite/mathcore-mofiles/EquationIf4.mo
| | |     Modified : /trunk/testsuite/mofiles/EquationIf4.mo
| | |     
| | |     Revision: 4486
| | |     Author: adrpo
| | |     Date: 19:50:42, den 10 november 2009
| | |     Message:
| | |     - updates for Visual Studio projects
| | |     - transform if equations after we print the DAE.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/Makefile.common.w32
| | |     Modified : /trunk/Compiler/Makefile.w32
| | |     Modified : /trunk/Compiler/VC7/Release/omc.pdb
| | |     Modified : /trunk/Compiler/VC7/Setup/Setup.vdproj
| | |     Modified : /trunk/Compiler/VC7/c_runtime.vcproj
| | |     Modified : /trunk/Compiler/VC7/runtime.vcproj
| | |     Modified : /trunk/Compiler/runtime/dynload.c
| | |     
| | |     Revision: 4485
| | |     Author: adrpo
| | |     Date: 19:46:21, den 10 november 2009
| | |     Message:
| | |     - make the c_runtime compile with Visual Studio
| | |     ----
| | |     Modified : /trunk/c_runtime/java_interface.c
| | |     Modified : /trunk/c_runtime/meta_modelica_builtin.cpp
| | |     
| | |     Revision: 4483
| | |     Author: sjoelund.se
| | |     Date: 15:34:31, den 10 november 2009
| | |     Message:
| | |     - Refactored DAE.mo to DAE.mo (AST) and DAEUtil.mo (functions)
| | |     - Fixed bug that r4481 introduced (mosfiles/simulation3.mos failed)
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/ConnectionGraph.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAEQuery.mo
| | |     Added : /trunk/Compiler/DAEUtil.mo
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/Makefile.common
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/TaskGraph.mo
| | |     Modified : /trunk/Compiler/UnitAbsynBuilder.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4482
| | |     Author: Frenkel TUD
| | |     Date: 13:26:09, den 10 november 2009
| | |     Message:
| | |     - Bugfix replace "<" and "y" with W3C standard "<" and ">"
| | |     ----
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4481
| | |     Author: Frenkel TUD
| | |     Date: 13:05:03, den 10 november 2009
| | |     Message:
| | |     - Bugfix index from input_names was for all zero
| | |     ----
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     
| | |     Revision: 4480
| | |     Author: sjoelund.se
| | |     Date: 11:06:37, den 10 november 2009
| | |     Message:
| | |     - Split lookupType into 2 functions in order to call lookupClass2 only once.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     
| | |     Revision: 4479
| | |     Author: sjoelund.se
| | |     Date: 11:05:24, den 10 november 2009
| | |     Message:
| | |     - Added some lines about the Java interface and where to find more examples
| | |     ----
| | |     Modified : /trunk/doc/OpenModelicaUsersGuide.doc
| | |     
| | |     Revision: 4478
| | |     Author: adrpo
| | |     Date: 06:58:13, den 10 november 2009
| | |     Message:
| | |     - parse equality(x := y) as is used in Main.mo
| | |     ----
| | |     Modified : /trunk/modelica_parser/src/modelica_parser.g
| | |     
| | |     Revision: 4477
| | |     Author: Frenkel TUD
| | |     Date: 23:54:31, den 9 november 2009
| | |     Message:
| | |     - enumerations part 2, new c-code generation, testcases
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Added : /trunk/testsuite/mofiles/Enum1.mo
| | |     Added : /trunk/testsuite/mofiles/Enum2.mo
| | |     Added : /trunk/testsuite/mofiles/Enum3.mo
| | |     Added : /trunk/testsuite/mofiles/Enum4.mo
| | |     Added : /trunk/testsuite/mofiles/Enum5.mo
| | |     Added : /trunk/testsuite/mofiles/Enum6.mo
| | |     Added : /trunk/testsuite/mofiles/Enum7.mo
| | |     Modified : /trunk/testsuite/mofiles/Makefile
| | |     
| | |     Revision: 4476
| | |     Author: petfr
| | |     Date: 21:24:07, den 9 november 2009
| | |     Message:
| | |     Further slight updates of OpenModelicaSystem.doc OpenModelicaSystem.pdf OpenModelicaUsersGuide.doc OpenModelicaUsersGuide.pdf
| | |     including 1.5 release text.
| | |     ----
| | |     Modified : /trunk/doc/OpenModelicaSystem.doc
| | |     Modified : /trunk/doc/OpenModelicaSystem.pdf
| | |     Modified : /trunk/doc/OpenModelicaUsersGuide.doc
| | |     Modified : /trunk/doc/OpenModelicaUsersGuide.pdf
| | |     
| | |     Revision: 4474
| | |     Author: adrpo
| | |     Date: 18:35:31, den 9 november 2009
| | |     Message:
| | |     - fixes the last commit to compile on windows
| | |     - include windows.h in systemimpl.h
| | |     - moved dynload.o before libc_runtime.a in Makefile.common.omdev.mingw
| | |       as otherwise you get undefined symbols
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /trunk/Compiler/runtime/systemimpl.h
| | |     
| | |     Revision: 4473
| | |     Author: sjoelund.se
| | |     Date: 17:21:24, den 9 november 2009
| | |     Message:
| | |     - Refactoring of System.executeFunction. Moved to DynLoad.mo. The implementation has a stub for those who wish to compile OpenModelica without support for dynamic loading and execution of functions.
| | |     - No Makefile was update to use the stub.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Added : /trunk/Compiler/DynLoad.mo
| | |     Modified : /trunk/Compiler/Makefile.common
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /trunk/Compiler/System.mo
| | |     Modified : /trunk/Compiler/runtime/Makefile.in
| | |     Modified : /trunk/Compiler/runtime/Makefile.omdev.mingw
| | |     Added : /trunk/Compiler/runtime/dynload.c
| | |     Added : /trunk/Compiler/runtime/dynload_stub.c
| | |     Modified : /trunk/Compiler/runtime/systemimpl.c
| | |     Added : /trunk/Compiler/runtime/systemimpl.h
| | |     
| | |     Revision: 4472
| | |     Author: sjoelund.se
| | |     Date: 15:49:03, den 9 november 2009
| | |     Message:
| | |     - Removed the algorithms and mods on the result element in the record constructor (they didn't work if the field was parameter or constant).
| | |     - Added a new kind of function in the DAE, DAE.RECORD_CONSTRUCTOR, so we can handle records that contain parameters or constants.
| | |     - Fixed a bug that caused Values.RECORD to have ClassInf.RECORD("package.name") instead of ClassInf.RECORD("name"), which is in use elsewhere.
| | |     ----
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/testsuite/records/Makefile
| | |     Added : /trunk/testsuite/records/RecordParameters.mos
| | |     Modified : /trunk/testsuite/records/RecordTest.mo
| | |     
| | |     Revision: 4470
| | |     Author: adrpo
| | |     Date: 05:31:25, den 9 november 2009
| | |     Message:
| | |     - correctly build the expandable connector restriction
| | |     - moved expandable to class restriction rule
| | |     ----
| | |     Modified : /trunk/Compiler/absyn_builder/walker.g
| | |     
| | |     Revision: 4469
| | |     Author: mohsen
| | |     Date: 00:06:06, den 9 november 2009
| | |     Message:
| | |     interoperability section about Java and Python /Mohsen 091108
| | |     ----
| | |     Modified : /trunk/doc/OpenModelicaUsersGuide.doc
| | |     
| | |     Revision: 4467
| | |     Author: sjoelund.se
| | |     Date: 13:14:54, den 7 november 2009
| | |     Message:
| | |     - Fixed a spelling error in the installation instructions for Ubuntu
| | |     ----
| | |     Modified : /trunk/README.Cygwin.or.Linux.txt
| | |     
| | |     Revision: 4466
| | |     Author: adrpo
| | |     Date: 06:23:10, den 7 november 2009
| | |     Message:
| | |     - got rid of the compiler warning
| | |     ----
| | |     Modified : /trunk/c_runtime/modelica_string.c
| | |     
| | |     Revision: 4465
| | |     Author: adrpo
| | |     Date: 05:50:24, den 7 november 2009
| | |     Message:
| | |     - do not use modpar in modpar/Makefile.omdev.mingw by default in Windows.
| | |       it depends on boost and by default we don't need it.
| | |     ----
| | |     Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw
| | |     
| | |     Revision: 4464
| | |     Author: Frenkel TUD
| | |     Date: 12:01:52, den 6 november 2009
| | |     Message:
| | |     enumerations part 1
| | |     - what does not work
| | |         -  redeclaration
| | |         -  Integer(Enumeration)
| | |         -  String(Enumeration)
| | |         -  ... (perhaps more i have not yet finished all enumeration testcases)
| | |     ----
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/Util.mo
| | |     Modified : /trunk/Compiler/Values.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     Modified : /trunk/Compiler/modpar/Makefile.omdev.mingw
| | |     Modified : /trunk/c_runtime/modelica_string.c
| | |     Modified : /trunk/c_runtime/modelica_string.h
| | |     
| | |     Revision: 4462
| | |     Author: adrpo
| | |     Date: 00:38:49, den 6 november 2009
| | |     Message:
| | |     - estimates updates for Adrian
| | |     ----
| | |     Modified : /trunk/doc/administration/Workplan-status-estimates.xls
| | |     
| | |     Revision: 4460
| | |     Author: petar
| | |     Date: 22:50:13, den 5 november 2009
| | |     Message:
| | |     -Added listMap5
| | |     ----
| | |     Modified : /trunk/Compiler/Util.mo
| | |     
| | |     Revision: 4458
| | |     Author: petfr
| | |     Date: 15:29:34, den 5 november 2009
| | |     Message:
| | |     Removed the Bootstrapping branch merging row for the Fluid library
| | |     ----
| | |     Modified : /trunk/doc/administration/Workplan-status-estimates.xls
| | |     
| | |     Revision: 4457
| | |     Author: adrpo
| | |     Date: 14:41:23, den 5 november 2009
| | |     Message:
| | |     - added the Workplan-status-estimates and WhatDoesNotWork documents.
| | |     ----
| | |     Added : /trunk/doc/administration
| | |     Added : /trunk/doc/administration/WhatDoesNotWork.xls
| | |     Added : /trunk/doc/administration/Workplan-status-estimates.xls
| | |     
| | |     Revision: 4456
| | |     Author: stebr461
| | |     Date: 13:33:07, den 5 november 2009
| | |     Message:
| | |     - Absyn.PARTEVALFUNCTION is now turned into Exp.PARTEVALFUNCTION by static
| | |     ----
| | |     Modified : /trunk/Compiler/Static.mo
| | |     
| | |     Revision: 4455
| | |     Author: stebr461
| | |     Date: 10:23:14, den 5 november 2009
| | |     Message:
| | |     - Inlining of functions now fully functional!
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     
| | |     Revision: 4454
| | |     Author: petfr
| | |     Date: 08:48:38, den 5 november 2009
| | |     Message:
| | |     Removed external function text in section 1.2 that was moved to chapter 7.
| | |     ----
| | |     Modified : /trunk/doc/OpenModelicaUsersGuide.doc
| | |     
| | |     Revision: 4453
| | |     Author: petfr
| | |     Date: 08:29:06, den 5 november 2009
| | |     Message:
| | |     Updated OpenModelicaUsersGuide.doc to include an interoperability chapter about calling C, Java, Python.
| | |     In OpenModelicaSystem.doc inserted a reference to OpenModelicaAPIHowTo.
| | |     Updated the contributors list in both documents.
| | |     ----
| | |     Modified : /trunk/doc/OpenModelicaSystem.doc
| | |     Modified : /trunk/doc/OpenModelicaUsersGuide.doc
| | |     
| | |     Revision: 4451
| | |     Author: sjoelund.se
| | |     Date: 18:29:44, den 4 november 2009
| | |     Message:
| | |     - Added missing mosfiles for 06_advanced
| | |     ----
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos
| | |     
| | |     Revision: 4450
| | |     Author: sjoelund.se
| | |     Date: 16:15:08, den 4 november 2009
| | |     Message:
| | |     - Fixed Algorithm.makeIf to type-convert expression to Boolean (so it works for boxed Boolean values, e.g. when calling function references).
| | |     - 06_advanced added to the default testsuite. Tests polymorphic functions, e.g. listMap0, listMap1.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc
| | |     
| | |     Revision: 4449
| | |     Author: sjoelund.se
| | |     Date: 15:05:53, den 4 november 2009
| | |     Message:
| | |     - Convert all expressions when boxing a regular record (fixes nested records)
| | |     - Fix mmc_unbox_record (off-by-one error)
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Modified : /trunk/testsuite/meta/PartialFn10.mo
| | |     Modified : /trunk/testsuite/meta/PartialFn10.mos
| | |     
| | |     Revision: 4448
| | |     Author: sjoelund.se
| | |     Date: 14:16:02, den 4 november 2009
| | |     Message:
| | |     - DAE.makeEquationsFromIf: Bugfix for if equations with several elseif clauses.
| | |     ----
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/Util.mo
| | |     Modified : /trunk/testsuite/mathcore-mofiles/EquationIf4.mo
| | |     Modified : /trunk/testsuite/mofiles/EquationIf4.mo
| | |     Added : /trunk/testsuite/mosfiles/IfEquation2.mo
| | |     Added : /trunk/testsuite/mosfiles/IfEquation2.mos
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 4447
| | |     Author: sjoelund.se
| | |     Date: 09:54:54, den 4 november 2009
| | |     Message:
| | |     - Exp.T_FUNCTION_REFERENCE is now divided into _VAR and _FUNC (because the C-code generated from the CREF needs to be different).
| | |     - With +g=MetaModelica, we now also generate a function with only boxed in- and output (which is used by all function references for simplicity).
| | |     - Boxing of records is now performed (although it sadly fails for nested records due to ClassInf.RECORD/etc only containing a String, not a Path).
| | |     - Unboxing of records works fine. Couldn't be tested on nested, boxed records.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/ClassInf.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Modified : /trunk/testsuite/meta/PartialFn1.mo
| | |     Modified : /trunk/testsuite/meta/PartialFn1.mos
| | |     Added : /trunk/testsuite/meta/PartialFn10.mo
| | |     Added : /trunk/testsuite/meta/PartialFn10.mos
| | |     
| | |     Revision: 4444
| | |     Author: stebr461
| | |     Date: 15:37:42, den 2 november 2009
| | |     Message:
| | |     - Inlining of functions now works for functions called from within other functions
| | |     - Inlining is performed on functions that fill these requirements:
| | |       - One algorithm statement, which assigns values to its output
| | |       - Contains annotation(Inline = true) somewhere
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Inline.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     
| | |     Revision: 4443
| | |     Author: sjoelund.se
| | |     Date: 11:08:48, den 2 november 2009
| | |     Message:
| | |     - Convert.typeConvert support for DAE.FUNCTION_REFERENCE.
| | |     - Added Types.POLYMORPHIC to the list of boxed datatypes.
| | |     - Fixed a problem where code generation didn't filter function reference variables if they were duplicated.
| | |     - It is now possible to use some higher-order polymorphic functions. The problem is functions that have in- or output non-boxed (Modelica) types. Integers work "best", since they are simply shifted 1 bit to the right in its unboxed state (compareInt still works, as does addInt, multInt returns a value 2x too high, etc).
| | |     ----
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/c_runtime/meta_modelica.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo
| | |     
| | |     Revision: 4442
| | |     Author: stebr461
| | |     Date: 16:33:45, den 30 oktober 2009
| | |     Message:
| | |     - Annotations in between equation items are now preserved in SCode.
| | |     ----
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     
| | |     Revision: 4441
| | |     Author: sjoelund.se
| | |     Date: 16:20:50, den 30 oktober 2009
| | |     Message:
| | |     - Force UNIX line endings in the Eclipse editor
| | |     ----
| | |     Added : /trunk/.settings/org.eclipse.core.runtime.prefs
| | |     
| | |     Revision: 4439
| | |     Author: stebr461
| | |     Date: 15:13:11, den 30 oktober 2009
| | |     Message:
| | |     - Comments and annotations on components are now preserved in SCode format
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/DAEQuery.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Modified : /trunk/Compiler/Prefix.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/TaskGraph.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     
| | |     Revision: 4438
| | |     Author: sjoelund.se
| | |     Date: 14:54:51, den 30 oktober 2009
| | |     Message:
| | |     - Fixed declaring constants like list in packages using implicit instantiation
| | |     ----
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/testsuite/meta/ListInteractive.mo
| | |     Modified : /trunk/testsuite/meta/ListInteractive.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo
| | |     
| | |     Revision: 4437
| | |     Author: sjoelund.se
| | |     Date: 10:01:12, den 30 oktober 2009
| | |     Message:
| | |     - Fixed Types.matchSuperType for METARECORD/UNIONTYPE (was moved from Types.subtype to typeConvert)
| | |     - Added Uniontype14.mos to check for this bug
| | |     - Added 03_symbolicderivative to the default testsuite since it now works in OpenModelica
| | |     ----
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml
| | |     Added : /trunk/testsuite/meta/Uniontype14.mo
| | |     Added : /trunk/testsuite/meta/Uniontype14.mos
| | |     
| | |     Revision: 4436
| | |     Author: stebr461
| | |     Date: 09:54:12, den 30 oktober 2009
| | |     Message:
| | |     - Annotations are now preserved in SCode format in extends clauses
| | |     ----
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/InstanceHierarchy.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     
| | |     Revision: 4435
| | |     Author: sjoelund.se
| | |     Date: 17:02:38, den 29 oktober 2009
| | |     Message:
| | |     - mmc_unbox as macros.
| | |     - Changed in cevalScript/SimCodegen generation of functions.
| | |     - We now generate all metarecords of referenced uniontypes instead of only the ones created by a METARECORDCALL. This is necessary due to the possibility of external functions (lexers/parsers) generating these structures. It kinda worked before, but was a bit of a hack.
| | |     - Codegen.getFunctionCalls(exps), etc renamed to getMatchingExps(exps, matchCalls).
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/XMLDump.mo
| | |     Modified : /trunk/c_runtime/meta_modelica.c
| | |     Modified : /trunk/c_runtime/meta_modelica.h
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml
| | |     
| | |     Revision: 4434
| | |     Author: stebr461
| | |     Date: 14:15:37, den 29 oktober 2009
| | |     Message:
| | |     - Missing file from previous commit
| | |     ----
| | |     Added : /trunk/Compiler/Inline.mo
| | |     
| | |     Revision: 4433
| | |     Author: stebr461
| | |     Date: 14:15:15, den 29 oktober 2009
| | |     Message:
| | |     - Comments and annotations in equations are now preserved in SCode format.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/Makefile.common
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /trunk/Compiler/Makefile.common.w32
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     
| | |     Revision: 4432
| | |     Author: Frenkel TUD
| | |     Date: 23:37:09, den 28 oktober 2009
| | |     Message:
| | |     - improve comments in DALow.
| | |     ----
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     
| | |     Revision: 4431
| | |     Author: Frenkel TUD
| | |     Date: 22:24:45, den 28 oktober 2009
| | |     Message:
| | |     - rewrite sign function as macro, add testcase Sign in mosfiles
| | |     ----
| | |     Modified : /trunk/c_runtime/modelica.h
| | |     Modified : /trunk/c_runtime/utility.c
| | |     Modified : /trunk/c_runtime/utility.h
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     Added : /trunk/testsuite/mosfiles/Sign.mo
| | |     Added : /trunk/testsuite/mosfiles/Sign.mos
| | |     
| | |     Revision: 4430
| | |     Author: Frenkel TUD
| | |     Date: 17:06:17, den 28 oktober 2009
| | |     Message:
| | |     -  move sign into utility.c
| | |     ----
| | |     Modified : /trunk/c_runtime/modelica.h
| | |     Modified : /trunk/c_runtime/utility.c
| | |     Modified : /trunk/c_runtime/utility.h
| | |     
| | |     Revision: 4429
| | |     Author: stebr461
| | |     Date: 16:56:19, den 28 oktober 2009
| | |     Message:
| | |     - inline annotations are now preserved as a flag in Exp.CALL
| | |     ----
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     Modified : /trunk/Compiler/Derive.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Modified : /trunk/Compiler/Prefix.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     
| | |     Revision: 4427
| | |     Author: adrpo
| | |     Date: 15:46:33, den 28 oktober 2009
| | |     Message:
| | |     - reverted the changes from revision r4419 as some of the models in the testsuite fail.
| | |     - disabled Java testing for now as there are still some problems with it.
| | |     ----
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/testsuite/Makefile
| | |     
| | |     Revision: 4426
| | |     Author: Frenkel TUD
| | |     Date: 15:01:55, den 28 oktober 2009
| | |     Message:
| | |     - implement sign function (maybe another place is better?)
| | |     ----
| | |     Modified : /trunk/c_runtime/modelica.h
| | |     
| | |     Revision: 4425
| | |     Author: adrpo
| | |     Date: 14:48:15, den 28 oktober 2009
| | |     Message:
| | |     - new changes by MathCore broke this test as the warning message has changed.
| | |     ----
| | |     Modified : /trunk/testsuite/mosfiles/Initialization.mos
| | |     
| | |     Revision: 4424
| | |     Author: petar
| | |     Date: 13:25:40, den 28 oktober 2009
| | |     Message:
| | |     -Merged -r 4222 from MathCoreOSMC branch (connect two-dimensional array of components)
| | |     ----
| | |     Modified : /trunk/Compiler/Env.mo
| | |     Modified : /trunk/Compiler/Error.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     
| | |     Revision: 4420
| | |     Author: sjoelund.se
| | |     Date: 11:30:03, den 28 oktober 2009
| | |     Message:
| | |     - Changed CevalScript to generate C code that looks more like the simulation code. We now put all the headers before the bodies so we can have cycles in call graphs.
| | |     ----
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/testsuite/Makefile
| | |     Modified : /trunk/testsuite/java/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.omc
| | |     Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mo
| | |     Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos
| | |     Added : /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 4419
| | |     Author: stebr461
| | |     Date: 09:12:14, den 28 oktober 2009
| | |     Message:
| | |     - Equation annotations are now preserved
| | |     ----
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     
| | |     Revision: 4418
| | |     Author: stebr461
| | |     Date: 08:27:31, den 28 oktober 2009
| | |     Message:
| | |     - Fixed encoding issues
| | |     ----
| | |     Modified : /trunk/.settings/org.eclipse.core.resources.prefs
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/c_runtime/java_interface/modelica_java.jar
| | |     
| | |     Revision: 4417
| | |     Author: sjoelund.se
| | |     Date: 06:39:28, den 28 oktober 2009
| | |     Message:
| | |     - Hopefully fixes strcmp not returning only {-1,0,1} on some platforms (it messes with the testsuite)
| | |     ----
| | |     Modified : /trunk/c_runtime/Makefile
| | |     Modified : /trunk/c_runtime/Makefile.omdev.mingw
| | |     Modified : /trunk/c_runtime/meta_modelica_builtin.cpp
| | |     
| | |     Revision: 4415
| | |     Author: adrpo
| | |     Date: 23:12:41, den 27 oktober 2009
| | |     Message:
| | |     - due to changes by Martin S. to Compile.bat copying of MinGW to build directory is no longer required!
| | |     ----
| | |     Modified : /trunk/README-OMDev-MINGW.txt
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/.settings/org.eclipse.core.resources.prefs
| | |     Added : /branches/TemplateCodeGen/.settings/org.eclipse.core.runtime.prefs (Copy from path: /trunk/.settings/org.eclipse.core.runtime.prefs, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler
| | |     Modified : /branches/TemplateCodeGen/Compiler/Absyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/AbsynDep.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Algorithm.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/BackendVarTransform.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/BackendVarTransform_stub.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Builtin.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Ceval.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/CevalScript_stub.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Cevalfunc.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ClassInf.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ClassLoader.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Connect.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ConnectionGraph.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Constants.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Convert.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Corba.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAE.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAEEXT.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAELow.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/DAELow_stub.mo (Copy from path: /trunk/Compiler/DAELow_stub.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAEQuery.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/DAEUtil.mo (Copy from path: /trunk/Compiler/DAEUtil.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/DFA.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Debug.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Derive.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Derive_stub.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Dump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DumpGraphviz.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/DynLoad.mo (Copy from path: /trunk/Compiler/DynLoad.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Env.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Error.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ErrorExt.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Exp.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/ExpandableConnectors.mo (Copy from path: /trunk/Compiler/ExpandableConnectors.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Graphviz.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/HashTable.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/HashTable2.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/HashTable3.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/HashTable4.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/HashTable5.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/HashTableCG.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/Inline.mo (Copy from path: /trunk/Compiler/Inline.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Inst.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/InstanceHierarchy.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Lookup.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/MMath.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main_stub.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     Added : /branches/TemplateCodeGen/Compiler/Makefile.common.frontend.omdev.mingw (Copy from path: /trunk/Compiler/Makefile.common.frontend.omdev.mingw, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.w32
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.w32
| | |     Modified : /branches/TemplateCodeGen/Compiler/MetaUtil.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Mod.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ModUtil.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/OptManager.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Parser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/PartFn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Patternm.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Prefix.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Print.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/RTOpts.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Refactor.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SCode.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/SCodeUtil.mo (Copy from path: /trunk/Compiler/SCodeUtil.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Settings.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/SimulationResults.mo (Copy from path: /trunk/Compiler/SimulationResults.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Socket.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Static.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/System.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TaskGraph.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TaskGraphExt.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Types.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/UnitAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/UnitAbsynBuilder.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/UnitChecker.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/UnitParserExt.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Util.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/VC7
| | |     Modified : /branches/TemplateCodeGen/Compiler/Values.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/ValuesUtil.mo (Copy from path: /trunk/Compiler/ValuesUtil.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/VarTransform.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/XMLDump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/parse.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/walker.g
| | |     Modified : /branches/TemplateCodeGen/Compiler/modpar/Makefile.vc
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_frontend/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.vc
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/SimulationResults.c (Copy from path: /trunk/Compiler/runtime/SimulationResults.c, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/corbaimpl.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/dynload.c (Copy from path: /trunk/Compiler/runtime/dynload.c, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/dynload_stub.c (Copy from path: /trunk/Compiler/runtime/dynload_stub.c, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/settingsimpl.c
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.c
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.h (Copy from path: /trunk/Compiler/runtime/systemimpl.h, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/ext/Makefile
| | |     Modified : /branches/TemplateCodeGen/OMShell/Makefile
| | |     Modified : /branches/TemplateCodeGen/README-BUILD-RELEASE.txt
| | |     Modified : /branches/TemplateCodeGen/README-WIN32.txt
| | |     Modified : /branches/TemplateCodeGen/README.Cygwin.or.Linux.txt
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/c_runtime/integer_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/integer_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface/modelica_java.jar
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica_builtin.cpp
| | |     Modified : /branches/TemplateCodeGen/c_runtime/modelica.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/modelica_string.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/modelica_string.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/read_write.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/read_write.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/real_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/real_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/simulation_events.cpp
| | |     Modified : /branches/TemplateCodeGen/c_runtime/simulation_events.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/solver_euler.cpp
| | |     Modified : /branches/TemplateCodeGen/c_runtime/utility.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/utility.h
| | |     Modified : /branches/TemplateCodeGen/configure
| | |     Modified : /branches/TemplateCodeGen/configure.in
| | |     Modified : /branches/TemplateCodeGen/doc/OpenModelicaSystem.doc
| | |     Modified : /branches/TemplateCodeGen/doc/OpenModelicaSystem.pdf
| | |     Modified : /branches/TemplateCodeGen/doc/OpenModelicaUsersGuide.doc
| | |     Modified : /branches/TemplateCodeGen/doc/OpenModelicaUsersGuide.pdf
| | |     Added : /branches/TemplateCodeGen/doc/administration (Copy from path: /trunk/doc/administration, Revision, 4575)
| | |     Replacing : /branches/TemplateCodeGen/doc/administration/WhatDoesNotWork.xls (Copy from path: /trunk/doc/administration/WhatDoesNotWork.xls, Revision, 4575)
| | |     Replacing : /branches/TemplateCodeGen/doc/administration/Workplan-status-estimates.xls (Copy from path: /trunk/doc/administration/Workplan-status-estimates.xls, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_lexer.g
| | |     Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_parser.g
| | |     Modified : /branches/TemplateCodeGen/modelica_parser/src/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/modelica_parser/src/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_lexer.g
| | |     Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_parser.g
| | |     Modified : /branches/TemplateCodeGen/testsuite/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/java/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/java/rtest
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/Makefile
| | |     Added : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/MatrixRowIndexing.mo (Copy from path: /trunk/testsuite/mathcore-mofiles/MatrixRowIndexing.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/ListInteractive.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/ListInteractive.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/parser.y
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.omc, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SCRIPT.mos, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mos, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/Makefile.omc
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/common.rml
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/PartialFn1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/PartialFn1.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn10.mo (Copy from path: /trunk/testsuite/meta/PartialFn10.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn10.mos (Copy from path: /trunk/testsuite/meta/PartialFn10.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn11.mo (Copy from path: /trunk/testsuite/meta/PartialFn11.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn11.mos (Copy from path: /trunk/testsuite/meta/PartialFn11.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn12.mo (Copy from path: /trunk/testsuite/meta/PartialFn12.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn12.mos (Copy from path: /trunk/testsuite/meta/PartialFn12.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn13.mo (Copy from path: /trunk/testsuite/meta/PartialFn13.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn13.mos (Copy from path: /trunk/testsuite/meta/PartialFn13.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype14.mo (Copy from path: /trunk/testsuite/meta/Uniontype14.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype14.mos (Copy from path: /trunk/testsuite/meta/Uniontype14.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAsAlias.mo (Copy from path: /trunk/testsuite/mofiles/ArrayAsAlias.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAsAliasInExtends.mo (Copy from path: /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DefaultRecordParameters.mo (Copy from path: /trunk/testsuite/mofiles/DefaultRecordParameters.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/EngineSAAB95Total.mo (Copy from path: /trunk/testsuite/mofiles/EngineSAAB95Total.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum1.mo (Copy from path: /trunk/testsuite/mofiles/Enum1.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum2.mo (Copy from path: /trunk/testsuite/mofiles/Enum2.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum3.mo (Copy from path: /trunk/testsuite/mofiles/Enum3.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum4.mo (Copy from path: /trunk/testsuite/mofiles/Enum4.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum5.mo (Copy from path: /trunk/testsuite/mofiles/Enum5.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum6.mo (Copy from path: /trunk/testsuite/mofiles/Enum6.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum7.mo (Copy from path: /trunk/testsuite/mofiles/Enum7.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum8.mo (Copy from path: /trunk/testsuite/mofiles/Enum8.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Enum9.mo (Copy from path: /trunk/testsuite/mofiles/Enum9.mo, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Makefile
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Sequence.mo (Copy from path: /trunk/testsuite/mofiles/Sequence.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Enum8.mo (Copy from path: /trunk/testsuite/mosfiles/Enum8.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Enum8.mos (Copy from path: /trunk/testsuite/mosfiles/Enum8.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/ExtendsBasic.mo (Copy from path: /trunk/testsuite/mosfiles/ExtendsBasic.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/ExtendsBasic.mos (Copy from path: /trunk/testsuite/mosfiles/ExtendsBasic.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/FunctionIndirectRecursion.mo (Copy from path: /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/FunctionIndirectRecursion.mos (Copy from path: /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/FunctionIndirectRecursion2.mos (Copy from path: /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Identity.mo (Copy from path: /trunk/testsuite/mosfiles/Identity.mo, Revision, 4579)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Identity.mos (Copy from path: /trunk/testsuite/mosfiles/Identity.mos, Revision, 4579)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/IfEquation2.mo (Copy from path: /trunk/testsuite/mosfiles/IfEquation2.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/IfEquation2.mos (Copy from path: /trunk/testsuite/mosfiles/IfEquation2.mos, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Initialization.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Sign.mo (Copy from path: /trunk/testsuite/mosfiles/Sign.mo, Revision, 4575)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Sign.mos (Copy from path: /trunk/testsuite/mosfiles/Sign.mos, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/Makefile
| | |     Added : /branches/TemplateCodeGen/testsuite/records/RecordParameters.mos (Copy from path: /trunk/testsuite/records/RecordParameters.mos, Revision, 4575)
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/RecordTest.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/records/RecordVariability.mo (Copy from path: /trunk/testsuite/records/RecordVariability.mo, Revision, 4575)
| | |     
| | |     Revision: 4580
| | |     Author: ricli576
| | |     Date: 15:47:34, den 25 november 2009
| | |     Message:
| | |     Replaced expExp with expression.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     
| | |     Revision: 4577
| | |     Author: ricli576
| | |     Date: 14:01:25, den 25 november 2009
| | |     Message:
| | |     Generate residual equations.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4574
| | |     Author: ricli576
| | |     Date: 10:26:35, den 25 november 2009
| | |     Message:
| | |     Partitioned equations further and replaced varname with SimVar in equations.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4573
| | |     Author: ppriv
| | |     Date: 18:43:14, den 24 november 2009
| | |     Message:
| | |     new Susan syntax sugar for :
| | |     
| | |     contCase(String tst) ::=
| | |       case "a"
| | |       case "b"
| | |       case "bb"
| | |       case "c" then "hej"
| | |       case "d" then "Hej!"
| | |     
| | |     is same as
| | |     
| | |     contCase(String tst) ::=
| | |       case "a" then "hej"
| | |       case "b" then "hej"
| | |       case "bb" then "hej"
| | |       case "c" then "hej"
| | |       case "d" then "Hej!"
| | |     
| | |     It works also with field bindings ... implemented on syntax/symbolic level.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     
| | |     Revision: 4572
| | |     Author: ricli576
| | |     Date: 16:38:37, den 24 november 2009
| | |     Message:
| | |     Made HelloWorld example compile with generated code.
| | |     
| | |     Lots of things are still not implemented.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4562
| | |     Author: ppriv
| | |     Date: 17:57:44, den 23 november 2009
| | |     Message:
| | |     A commit before the Susan error reporting upgrade
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     
| | |     Revision: 4550
| | |     Author: ppriv
| | |     Date: 21:40:13, den 20 november 2009
| | |     Message:
| | |     - Susan can use Text buffers now
| | |     - TrapezTestTotal_functions.cpp is generated except in_ functions
| | |     - System.tmpTick and System.tmpTickReset added to support temporary variable names generation directly from Susan program
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/System.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.c
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw
| | |     
| | |     Revision: 4546
| | |     Author: ricli576
| | |     Date: 10:38:19, den 20 november 2009
| | |     Message:
| | |     Refactored and implemented eventCheckingCode, residualStateComputation,
| | |     modelOutputFunction, and modelInputFunction.
| | |     
| | |     Refactor was mainly replacing > with \>.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     
| | |     Revision: 4511
| | |     Author: ricli576
| | |     Date: 09:39:09, den 14 november 2009
| | |     Message:
| | |     Fixed comma bug.
| | |     
| | |     Used the <[x,y,z] ",\n"> pattern.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     
| | |     Revision: 4507
| | |     Author: ricli576
| | |     Date: 15:43:52, den 13 november 2009
| | |     Message:
| | |     Implemented filling of var_attr array.
| | |     
| | |     The ending comma error is present here as well.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4506
| | |     Author: ricli576
| | |     Date: 13:44:52, den 13 november 2009
| | |     Message:
| | |     Implemented filling of init_fixed array.
| | |     
| | |     There is a comma related bug in the generated code to be fixed later.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4505
| | |     Author: ricli576
| | |     Date: 09:45:11, den 13 november 2009
| | |     Message:
| | |     Refactored.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4502
| | |     Author: ricli576
| | |     Date: 15:45:12, den 12 november 2009
| | |     Message:
| | |     Fixed bug in extraction of variables.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     
| | |     Revision: 4499
| | |     Author: ricli576
| | |     Date: 14:09:20, den 12 november 2009
| | |     Message:
| | |     Reversed lists to produce correct soring of names and comments.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     
| | |     Revision: 4498
| | |     Author: ricli576
| | |     Date: 11:40:51, den 12 november 2009
| | |     Message:
| | |     Removed quotes from generated comments.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     
| | |     Revision: 4497
| | |     Author: ricli576
| | |     Date: 11:03:44, den 12 november 2009
| | |     Message:
| | |     Refactored extraction of variable information.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4494
| | |     Author: ppriv
| | |     Date: 13:05:03, den 11 november 2009
| | |     Message:
| | |     tpl codegen
| | |     - a complete functions header part for TrapezTest
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     
| | |     Revision: 4484
| | |     Author: ppriv
| | |     Date: 16:41:58, den 10 november 2009
| | |     Message:
| | |     tpl codegen
| | |     - functions headers of TrapezTest are generated, see elaborateFunctions() function and functionsCpp() template
| | |     - little refactoring of test folders, TrapezTest has its own generate.mos
| | |     - +d options tpl1 and tpl2 for test branches, and tplgen_ to prepend a tplgen_ prefix to generated files (when .orig is postfix, my syntax highlighting is not working, so I chose a prefix for tpl generated files instead)
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.cpp
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.makefile
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_functions.cpp
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_init.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/generate.mos
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.makefile
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/Makefile
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw
| | |     
| | |     Revision: 4475
| | |     Author: ricli576
| | |     Date: 20:57:07, den 9 november 2009
| | |     Message:
| | |     Started to implement root template and root data structure.
| | |     
| | |     The HelloWorld model can now be partially translated with SimCodeC.tpl templates.
| | |     
| | |     The .orig files can be used to compare generated output with what it is
| | |     supposed to be. The .orig files were generated with the current code generator.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.cpp.orig
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.makefile.orig
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld_functions.cpp.orig
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld_init.txt.orig
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4471
| | |     Author: ppriv
| | |     Date: 14:08:09, den 9 november 2009
| | |     Message:
| | |     tpl codegen
| | |     - ModelInfo use in template
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4468
| | |     Author: ppriv
| | |     Date: 22:08:58, den 8 november 2009
| | |     Message:
| | |     tpl codegen:
| | |     - typesExpType translation from Types.Type -> Exp.Type function
| | |     - resultStruct template
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4463
| | |     Author: ppriv
| | |     Date: 10:07:24, den 6 november 2009
| | |     Message:
| | |     tpl codegen
| | |     - expType template
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4452
| | |     Author: ppriv
| | |     Date: 18:53:39, den 4 november 2009
| | |     Message:
| | |     tpl codegen:
| | |       - recordDeclaration template in SimCodeC.tpl
| | |       - omc.exe +d=failtrace file.tpl   now reports errors
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     
| | |     Revision: 4446
| | |     Author: ppriv
| | |     Date: 14:45:14, den 3 november 2009
| | |     Message:
| | |     GenTest:
| | |     - a function generated
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp
| | |     
| | |     Revision: 4445
| | |     Author: ppriv
| | |     Date: 14:00:09, den 3 november 2009
| | |     Message:
| | |     SimCode.mo - additions to statemets
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     
| | |     Revision: 4421
| | |     Author: ppriv
| | |     Date: 12:11:35, den 28 oktober 2009
| | |     Message:
| | |     TrapezTestTotal.mo translation - successful 3. - after merging with trunk
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_release
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/build/include
| | |     Modified : /branches/TemplateCodeGen/build/share/java
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface
| | |     
| | |     Revision: 4416
| | |     Author: adrpo
| | |     Date: 00:45:53, den 28 oktober 2009
| | |     Message:
| | |     - merged all modifications from OpenModelica/trunk
| | |       revisions 4361 to 4415
| | |     
| | |     Revision: 4415
| | |     Author: adrpo
| | |     Date: 23:12:41, den 27 oktober 2009
| | |     Message:
| | |     - due to changes by Martin S. to Compile.bat copying of MinGW to build directory is no longer required!
| | |     ----
| | |     Modified : /trunk/README-OMDev-MINGW.txt
| | |     
| | |     Revision: 4410
| | |     Author: sjoelund.se
| | |     Date: 16:41:51, den 27 oktober 2009
| | |     Message:
| | |     - Adding the magical Eclipse-project encoding fix (so Linköping doesn't turn into UTF-8 whenever a Linux developer commits)
| | |     ----
| | |     Added : /trunk/.settings
| | |     Added : /trunk/.settings/org.eclipse.core.resources.prefs
| | |     
| | |     Revision: 4409
| | |     Author: sjoelund.se
| | |     Date: 16:23:40, den 27 oktober 2009
| | |     Message:
| | |     - Spelling error
| | |     ----
| | |     Modified : /trunk/c_runtime/java_interface/Makefile.common
| | |     
| | |     Revision: 4408
| | |     Author: sjoelund.se
| | |     Date: 16:20:39, den 27 oktober 2009
| | |     Message:
| | |     - Adding modelica_java.jar to the repository (so JDK isn't required to compile OpenModelica)
| | |     - Adding c_runtime/java_interface to the default make system. (If no JDK is installed, modelica_java.jar is simply copied to /build/...)
| | |     ----
| | |     Modified : /trunk/c_runtime/Makefile
| | |     Modified : /trunk/c_runtime/Makefile.omdev.mingw
| | |     Modified : /trunk/c_runtime/java_interface/Makefile
| | |     Modified : /trunk/c_runtime/java_interface/Makefile.common
| | |     Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw
| | |     Added : /trunk/c_runtime/java_interface/modelica_java.jar
| | |     
| | |     Revision: 4407
| | |     Author: stebr461
| | |     Date: 15:49:38, den 27 oktober 2009
| | |     Message:
| | |     - Annotations are now preserved in SCode format
| | |     - make clean now removes .sigx files
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.in
| | |     Modified : /trunk/Compiler/omc_release/Makefile.in
| | |     Modified : /trunk/OMNotebook/ext/Makefile
| | |     Modified : /trunk/OMShell/Makefile
| | |     
| | |     Revision: 4406
| | |     Author: sjoelund.se
| | |     Date: 14:55:18, den 27 oktober 2009
| | |     Message:
| | |     - Fixed f2c.h (2006 release of f2c fixed a 64-bit bug) and matrix.h (used long int* instead of integer* defined in f2c.h)
| | |     - 64-bit Linux can now be used to pass all testcases
| | |     ----
| | |     Modified : /trunk/c_runtime/daux.c
| | |     Modified : /trunk/c_runtime/ddasrt.c
| | |     Modified : /trunk/c_runtime/f2c.h
| | |     Modified : /trunk/c_runtime/hybrd.c
| | |     Modified : /trunk/c_runtime/libf2c/f2c.h
| | |     Modified : /trunk/c_runtime/matrix.h
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y
| | |     Modified : /trunk/testsuite/mosfiles/InOutStrings.mos
| | |     Modified : /trunk/testsuite/mosfiles/MissV.mos
| | |     Modified : /trunk/testsuite/mosfiles/Switch.mos
| | |     
| | |     Revision: 4405
| | |     Author: sjoelund.se
| | |     Date: 12:23:43, den 27 oktober 2009
| | |     Message:
| | |     - JarCreator: Transforms backslashes of paths in zip-files to frontslashes. That way both javac.exe and java.exe work properly in Windows.
| | |     - testsuite/java/JavaExt.java: Escape the string so backslashes are parsed by OpenModelica.
| | |     - testsuite/{java,records}/rtest: Changed to an rtest that is not parallelized since Windows dll's hate that. (Also updated the mos-files since the old one requires // endResult
| | |     - testsuite/java/Makefile: Better Windows-support using JAVA_HOME
| | |     - c_runtime/java_interface/Makefile*: Better Windows-support using JAVA_HOME
| | |     ----
| | |     Modified : /trunk/c_runtime/java_interface/Makefile
| | |     Modified : /trunk/c_runtime/java_interface/Makefile.common
| | |     Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw
| | |     Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java
| | |     Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java
| | |     Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | |     Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java
| | |     Modified : /trunk/testsuite/java/JavaExt.java
| | |     Modified : /trunk/testsuite/java/JavaExt.mos
| | |     Modified : /trunk/testsuite/java/JavaExtArrays.mos
| | |     Modified : /trunk/testsuite/java/JavaExtInteractive.mos
| | |     Modified : /trunk/testsuite/java/JavaExtRecord.mos
| | |     Modified : /trunk/testsuite/java/JavaTest.mos
| | |     Modified : /trunk/testsuite/java/Makefile
| | |     Modified : /trunk/testsuite/java/rtest
| | |     Modified : /trunk/testsuite/records/rtest
| | |     
| | |     Revision: 4402
| | |     Author: adrpo
| | |     Date: 09:08:12, den 27 oktober 2009
| | |     Message:
| | |     - made parser/walker/Absyn.mo/Dump.mo to handle failure and equality in the algorithm section
| | |     - do not dive into DERIVED classes when querying internal classes in Interactive.mo;
| | |       is not correct to dive into derived classes and if we do then we run into stack overflow;
| | |       Example: lookup of Env.Env in Env.Env.
| | |     ----
| | |     Modified : /trunk/Compiler/Absyn.mo
| | |     Modified : /trunk/Compiler/Dump.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/absyn_builder/walker.g
| | |     Modified : /trunk/modelica_parser/src/modelica_parser.g
| | |     
| | |     Revision: 4401
| | |     Author: adrpo
| | |     Date: 06:55:01, den 27 oktober 2009
| | |     Message:
| | |     - merged revision 4399 from branches/MathCoreOSMC
| | |     
| | |     Revision: 4399
| | |     Author: otto@mathcore.com
| | |     Date: 18:14:37, den 26 oktober 2009
| | |     Message:
| | |     Switched to using CRITICAL_SECTION instead mutexes on windows since it is quicker.
| | |     ----
| | |     Modified : /branches/MathCoreOSMC/Compiler/runtime/corbaimpl.cpp
| | |     Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication_impl.cpp
| | |     
| | |     ----
| | |     Modified : /trunk/Compiler/runtime/corbaimpl.cpp
| | |     Modified : /trunk/Compiler/runtime/omc_communication_impl.cpp
| | |     
| | |     Revision: 4400
| | |     Author: Frenkel TUD
| | |     Date: 23:07:44, den 26 oktober 2009
| | |     Message:
| | |     - sort non scalar variables and known variables befor indexcalculation; aim: code generation write all elements from the non scalar variable in one memory block
| | |     ----
| | |     Modified : /trunk/Compiler/DAELow.mo
| | |     
| | |     Revision: 4397
| | |     Author: sjoelund.se
| | |     Date: 15:47:58, den 26 oktober 2009
| | |     Message:
| | |     - Fixed the testsuite Makefile (missed a backslash at the end)
| | |     - Merged getDefinitions Interactive API function from the Bootstrapping branch
| | |     - Fixed some of the Java-related issues OMC has in Windows (don't try to fprintf to stderr before calling abort() - in Windows the string will not get printed)
| | |     - It will be necessary to set JAVA_HOME to a JDK if you want to run the java testsuite in Windows. If you call "java" directly, it will load Java from system32, which is a JRE and not a JDK (which means you can't call javac from it). Why Sun decided to install both JRE and JDK by default when downloading a JDK, I do not know.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/c_runtime/java_interface/Makefile
| | |     Modified : /trunk/c_runtime/java_interface/Makefile.omdev.mingw
| | |     Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java
| | |     Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java
| | |     Modified : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | |     Modified : /trunk/c_runtime/java_interface.c
| | |     Modified : /trunk/c_runtime/java_interface.h
| | |     Modified : /trunk/c_runtime/meta_modelica.c
| | |     Modified : /trunk/c_runtime/meta_modelica_builtin.cpp
| | |     Modified : /trunk/testsuite/Makefile
| | |     Added : /trunk/testsuite/java/GetDefinitions.mos
| | |     Modified : /trunk/testsuite/java/JavaTest.mos
| | |     
| | |     Revision: 4393
| | |     Author: sjoelund.se
| | |     Date: 09:14:23, den 26 oktober 2009
| | |     Message:
| | |     - Using Ceval.cevalCallFunction record constructor instead of cevalFunction
| | |     - Enabled testsuite/records as a default test to run as it now works
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/testsuite/Makefile
| | |     Modified : /trunk/testsuite/records/Makefile
| | |     Modified : /trunk/testsuite/records/NestedRecordTestInput.mos
| | |     
| | |     Revision: 4392
| | |     Author: adrpo
| | |     Date: 23:46:18, den 25 oktober 2009
| | |     Message:
| | |     - due to the connect changes these tests needed update
| | |     ----
| | |     Modified : /trunk/testsuite/mathcore-mofiles/Connect15.mo
| | |     Modified : /trunk/testsuite/mofiles/Connect15.mo
| | |     
| | |     Revision: 4391
| | |     Author: adrpo
| | |     Date: 23:40:59, den 25 oktober 2009
| | |     Message:
| | |     - merged latest modifications from branches/MathCoreOSMC
| | |     
| | |     Revision: 4385
| | |     Author: bjozac
| | |     Date: 11:48:50, den 23 oktober 2009
| | |     Message:
| | |     Added support for un-connected arrays of connectors
| | |     a.b_connector[:].c
| | |     This did not generate zero equations for flow variables.
| | |     ----
| | |     Modified : /branches/MathCoreOSMC/Compiler/Connect.mo
| | |     Modified : /branches/MathCoreOSMC/Compiler/Env.mo
| | |     
| | |     ----
| | |     Modified : /trunk/Compiler/Connect.mo
| | |     Modified : /trunk/Compiler/Env.mo
| | |     
| | |     Revision: 4390
| | |     Author: adrpo
| | |     Date: 23:19:50, den 25 oktober 2009
| | |     Message:
| | |     - delete the .sigx files on clean otherwise another build will fail.
| | |     ----
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw
| | |     
| | |     Revision: 4389
| | |     Author: adrpo
| | |     Date: 21:35:35, den 25 oktober 2009
| | |     Message:
| | |     - added quotes around $OPENMODELICAHOME/include as otherwise includes doesn't work.
| | |     ----
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/common.omc
| | |     
| | |     Revision: 4388
| | |     Author: Frenkel TUD
| | |     Date: 14:58:46, den 24 oktober 2009
| | |     Message:
| | |     - Bugfix Build with MSVC
| | |     ----
| | |     Modified : /trunk/Compiler/Makefile.common.w32
| | |     Modified : /trunk/Compiler/runtime/systemimpl.c
| | |     
| | |     Revision: 4387
| | |     Author: sjoelund.se
| | |     Date: 16:14:50, den 23 oktober 2009
| | |     Message:
| | |     - Updated the Makefiles to only run rml2sig/rmldep-new.sh if the file changes (the .sig-file does not always update in order to avoid re-compiling all files depending on the source unless the interface changes). We now also generate a dummy .sigx file which only tells us when rmldep was last run. If you change a lot of files (over time, lots of re-compilations), but never change the function interfaces, this can reduce the compile time by over a minute.
| | |     ----
| | |     Modified : /trunk/Compiler/Makefile.common
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.in
| | |     Modified : /trunk/Compiler/omc_debug/Makefile.omdev.mingw
| | |     Modified : /trunk/Compiler/omc_release/Makefile.in
| | |     Modified : /trunk/Compiler/omc_release/Makefile.omdev.mingw
| | |     
| | |     Revision: 4386
| | |     Author: sjoelund.se
| | |     Date: 15:42:03, den 23 oktober 2009
| | |     Message:
| | |     - Enabled the MetaModelica testsuite by default since the tests now work (even in Windows)
| | |     - Merged Bootstrapping branch Revision: 4372 "Some changes for polymorphic function references"
| | |     - Inst.addComponentsToEnv: Re-added capability for TCOMPLEX types to be instantiated
| | |     - Inst.instEquation2: Added capability for equation-matching of MetaModelica types (needed because record modifications bind the result using equations)
| | |     - Types.valuesToMods: Uses typeofValue and valueExp when converting records (they handle metarecords as well)
| | |     - Added instructions for the MetaModelica Course
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/Error.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/c_runtime/meta_modelica.c
| | |     Modified : /trunk/c_runtime/meta_modelica.h
| | |     Modified : /trunk/c_runtime/meta_modelica_builtin.cpp
| | |     Modified : /trunk/testsuite/Makefile
| | |     Modified : /trunk/testsuite/meta/BuiltinList.mos
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/README.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/Makefile, Revision, 4380)
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/README.txt
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/common.mk
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/common.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/common.mk, Revision, 4380)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/documentation
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/eclipse.bat
| | |     Modified : /trunk/testsuite/meta/PartialFn9.mos
| | |     Modified : /trunk/testsuite/meta/TupleInteractive.mos
| | |     
| | |     Revision: 4382
| | |     Author: sjoelund.se
| | |     Date: 12:30:55, den 21 oktober 2009
| | |     Message:
| | |     - Added the new MetaModelica course exercise 00_simplesim to the MetaModelicaDev folder.
| | |     ----
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/.project
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/README.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/SOLUTION.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo, Revision, 4381)
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/README.txt
| | |     
| | |     Revision: 4381
| | |     Author: sjoelund.se
| | |     Date: 09:41:55, den 21 oktober 2009
| | |     Message:
| | |     - Added Eclipse projects for the MetaModelicaDev exercises and examples
| | |     - Added the working 03_symbolicderivative exercise
| | |     ----
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.project
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Exp.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/lexer.l
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.classpath
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.project
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/README.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMDev-MINGW.launch
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.project
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.h
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/program.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/README.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.h
| | |     
| | |     Revision: 4380
| | |     Author: sjoelund.se
| | |     Date: 13:46:36, den 20 oktober 2009
| | |     Message:
| | |     - Added MetaModelicaDev ex 06 through 11. Modified 03 through 11 to compile and run on latest OMDEV
| | |     ----
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile, Revision, 4375)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/README.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/main.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile, Revision, 4375)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/README.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/main.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile, Revision, 4375)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseRML.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/README.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Functions.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/README.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Types.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/06_advanced/program.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Input.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/InputRML.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/ParseRML.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/README.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/08_pam/program.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/README.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseRML.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/program.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Mcode.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/ParseRML.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/README.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/program.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Absyn.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCode.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Main.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/ParseRML.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/README.txt
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/TCode.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.h
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.h
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.y
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.h
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/petrol.h
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.out
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/big.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/cirkel.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/codtest.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/factorial.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/fib.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/math.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/stdio.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/params.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/parstest1.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/qsort.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/quadtest.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/return.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/semtest1.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/sieve.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/stone.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/testmath.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/a.d
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/b.d
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/common.mk
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/common.rml
| | |     
| | |     Revision: 4375
| | |     Author: sjoelund.se
| | |     Date: 10:40:11, den 20 oktober 2009
| | |     Message:
| | |     - Renamed the MetaModelicaDev testcases according to the new order in the course
| | |     ----
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_assignment
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_symdiff, Revision, 4373)
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Makefile, Revision, 4373)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/04_assignment (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_assignment, Revision, 4373)
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype, Revision, 4373)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype, Revision, 4373)
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff
| | |     
| | |     Revision: 4373
| | |     Author: sjoelund.se
| | |     Date: 09:41:33, den 20 oktober 2009
| | |     Message:
| | |     - Updated the meta/MetaModelicaDev testsuite to also contain Makefiles for RML (01, 02a and 02b so far). RML is still used in the course, but the old zip contains outdated syntax and Makefiles.
| | |     - The new RML Makefiles will check whether OMDEV is installed. If it is not, it will assume Linux is used and RML is installed on the path. No more separate Makefile for Linux and Windows.
| | |     ----
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile, Revision, 4372)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile, Revision, 4372)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SOLUTION.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/main.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo
| | |     Deleted : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile, Revision, 4372)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/main.c
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff, Revision, 4372)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Exp.mo (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/Exp.mo, Revision, 4372)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/Makefile.rml
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/SOLUTION.mos (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/SOLUTION.mos, Revision, 4372)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/lexer.l (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/lexer.l, Revision, 4372)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/main.c
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/parser.y (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/parser.y, Revision, 4372)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/11_symdiff/program.txt (Copy from path: /branches/Bootstrapping/testsuite/meta/MetaModelicaDev/11_symdiff/program.txt, Revision, 4372)
| | |     Modified : /trunk/testsuite/meta/MetaModelicaDev/Makefile
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/common.rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/rml
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.c
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.h
| | |     
| | |     Revision: 4371
| | |     Author: sjoelund.se
| | |     Date: 14:52:01, den 19 oktober 2009
| | |     Message:
| | |     - Fixed MetaModelica crefs to function names containing underscores
| | |     ----
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     
| | |     Revision: 4370
| | |     Author: sjoelund.se
| | |     Date: 14:01:15, den 19 oktober 2009
| | |     Message:
| | |     - Merged revisions 3852-4247 of the Bootstrapping branch
| | |     - Support for external Java functions
| | |     - Typed Java interface to OpenModelica functions using CORBA
| | |     - Improved MetaModelica list,tuple,option,uniontype implementations
| | |     - MetaModelica matchcontinue expressions
| | |     - MetaModelica function references
| | |     - Partially evaluated functions
| | |     - Improved Record handling
| | |     - Improved handling of NORETCALL functions (mainly used in MetaModelica)
| | |     - Note that the MetaModelica, Java and Records testcases are not fully working after the merge
| | |     
| | |     Revision: 4347
| | |     Author: stebr461
| | |     Message:
| | |     - Another fix
| | |     
| | |     Revision: 4346
| | |     Author: stebr461
| | |     Message:
| | |     - Fixed the windows makefile
| | |     
| | |     Revision: 4340
| | |     Author: stebr461
| | |     Message:
| | |     - small fix to previous commit
| | |     
| | |     Revision: 4339
| | |     Author: stebr461
| | |     Message:
| | |     - Partially evaluated functions now a separate module
| | |     
| | |     Revision: 4325
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed meta testsuite when using 64-bit Linux
| | |     
| | |     Revision: 4324
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed the matchType subsystem. It now passes a function pointer to either matchTypeRegular or matchTypePolymorphic.
| | |     - The polymorphic functions that work now are any input, and list,tuple,option,TypeA output.
| | |     - Implemented the Builtin list functions using polymorphic types rather than special cases during elaboration.
| | |     
| | |     Revision: 4320
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added initial support for polymorphic functions. This version doesn't check if the polymorphic type gets bound to another type, or if complex types use polymorphic types within themselves and so on. Further support should be added in Types.matchTypePolymorphic.
| | |     - elabCallArgs, etc was extended to pass around PolymorphicBindings; a list of all types that have been bound by the polymorphic function.
| | |     - Fixed builtin function clock() (was previosuly only mmc_clock()).
| | |     - read_write.c has support added for INT,REAL,etc as input when we expect MMC type.
| | |     - The walker was changed to parse replaceable Type_a subtypeof Any to type Type_a = polymorphic (this fits better internally)
| | |     
| | |     Revision: 4306
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed equation-patterns that look like exp = {true,false}. cref = {true,false} still works as expected.
| | |     - Fixed some problems when type aliasing for example type B = list; (07_pam will test this when the complete file is working).
| | |     
| | |     Revision: 4302
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added the AssignTwoType MetaModelica example. No major issues here, only outdated code (int_real instead of intReal and so on).
| | |     
| | |     Revision: 4299
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed simulation_result implementation to use C fprintf instead of C++ iostream. The new implementation is roughly 5 times faster using GCC.
| | |     
| | |     Revision: 4298
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixes a bug when pattern matching equations that aren't tuples
| | |     
| | |     Revision: 4297
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed unused VALUEBLOCKEQUATIONS to VALUEBLOCKMATCHCASE (contains both algs and equations)
| | |     - Moved Patternm.fromEquationsToAlgorithms to Static. They are now translated when the VALUEBLOCK is elaborated since we then have access to the correct environment.
| | |     
| | |     Revision: 4295
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added support for equation patterns like 2 = 1+1; or 2 = listGet({2},1);
| | |     - This uses Static.elabExp within matchcontinue cases. But the local declarations have not been added to the environment. Thus, if you use local variables (very common), the translation from equations to algorithms needs to be performed before we can try to elaborate. I will try to create a new VALUEBLOCK type for matchcontinue cases.
| | |     
| | |     Revision: 4290
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added support for generating errors and error messages when local variable declarations shadow input/result of a matchcontinue expression
| | |     
| | |     Revision: 4288
| | |     Author: sjoelund.se
| | |     Message:
| | |     Removed ALG_EQUALITY from the walker
| | |     
| | |     Revision: 4284
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed the parser to not accept equality(...) for algorithms. It doesn't work in RML, is deprecated, and == already works.
| | |     - Changed the parser to accept equality(lhs, rhs) and equality(lhs = rhs) instead of any arbitrary equation
| | |     - The walker will translate equality(...) to Absyn.CALL("equality",{lhs,rhs})
| | |     - ALG_EQUALITY and EQ_EQUALITY have been removed
| | |     
| | |     Revision: 4281
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added testcase for the added support of failure(...)
| | |     - Fixed issues with builtin list functions not converting arrays like {1} directly
| | |     
| | |     Revision: 4279
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Commented out ALG_FAILURE in walker.g
| | |     
| | |     Revision: 4273
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added a printAny function in the C runtime for debugging (create an external C function that takes any boxed datatype and apply printAny on it).
| | |     - Added the first 3 assignments from the MetaModelica Dev course, as working testcases (01_experiment is disabled by default because looking up constants in packages is very slow right now). They each have their own directory because they supply their own lexers and parsers. They also provide some basic instructions on how to follow the course themselves (make changes to code, type make and see what happens).
| | |     - Added ceval for builtin MetaModelica type conversions (intReal, etc).
| | |     - Replaced CREF_IDENT("DUMMY__") and CREF_IDENT("WILDCARD__") with CREF_WILD.
| | |     - Added code in Patternm to convert EQ_FAILURE to algorithmic code; removed unused Absyn.ALG_FAILURE.
| | |     - Updated code for THROW/TRY/CATCH structures in Algorithm/etc.
| | |     - Renamed builtin realInteger to realInt (as in RML and the specification).
| | |     
| | |     Revision: 4263
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added cases for NORETCALL and UNIONTYPE when conveting between DAE.DAE and Exp.DAE
| | |     
| | |     Revision: 4252
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Bugfix for SCode.componentNamesFromElts (when the list contains more than elements; fixes bug in Inst.extractConstantPlusDeps)
| | |     - Support for generating the proper list type from a Values.LIST
| | |     - Moved the typeConvert (Types.Type to Absyn.TypeSpec) to MetaUtil
| | |     - Support for pattern matching of union types and records existing in another package than the one the matchcontinue expression is in
| | |     - Static.valueExp: Added cases for METARECORD and LIST
| | |     - Types.T_UNIONTYPE now contains a list instead of String
| | |     - Types.T_METARECORD now contains no String or Absyn.Path. This is saved in SOME(Absyn.Path) instead
| | |     
| | |     Revision: 4248
| | |     Author: stebr461
| | |     Message:
| | |     - Partially evaluated functions now work with recursive functions.
| | |     
| | |     Revision: 4226
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fix list constructor to calculate the resulting type better: myTup := (1.0,3.5); {myTup,(1.0,3.5)} {META_TUPLE,TUPLE} -> list
| | |     - Some fixes for constants that are using MetaModelica types (ceval->value->exp)
| | |     - Started on some builtin array functions
| | |     
| | |     Revision: 4224
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixes compilation error when allocating boolean and string arrays
| | |     
| | |     Revision: 4218
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fix for generating recursive functions (both Modelica and MetaModelica)
| | |     
| | |     Revision: 4217
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Better support for calling NORETCALL functions from Interactive
| | |     - Added builtin boolean functions
| | |     - Added builtin print,if_exp,tick and clock
| | |     - Removed listCar (use listGet instead; it's listed as an actual MetaModelica builtin...)
| | |     - Renamed listCdr to listRest, intended to be a builtin list operator
| | |     - Added builtin functions for listEmpty and optionNone (renamed; were used for pattern matching but may as well be builtin functions...)
| | |     
| | |     Revision: 4212
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added MetaModelica builtin Integer operations
| | |     
| | |     Revision: 4211
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added MetaModelica Builtin Real Operations
| | |     
| | |     Revision: 4210
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added the MetaModelica builtin String and String Character Conversion operations
| | |     
| | |     Revision: 4209
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added pattern matching of reals
| | |     - Added a few MetaModelica builtin String functions
| | |     
| | |     Revision: 4208
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Type conversion boxes Int,Real,Bool,String when needed (for example when doing listMember(list,Integer))
| | |     - Added (polymorphic) builtin list functions: listAppend, listReverse, listLength, listMember, listGet, listNth, listDelete. The builtin handler calculates the correct result type.
| | |     
| | |     Revision: 4206
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added failing testcase MatchCase10
| | |     
| | |     Revision: 4205
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Pattern matching of calls that use mixed positional and named args
| | |     - Unboxing of reals
| | |     
| | |     Revision: 4202
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixes problems with the SOME(tuple) and tuple::rest constructors
| | |     
| | |     Revision: 4201
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added support for uniontype calls in matchcontinue pattern matching
| | |     
| | |     Revision: 4199
| | |     Author: stebr461
| | |     Message:
| | |     -Partially evaluated functions now works properly
| | |     
| | |     Revision: 4197
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added support for pattern matching records (not uniontypes) in matchcontinue expressions
| | |     - Added support for case-local variable declarations in matchcontinue expressions
| | |     
| | |     Revision: 4196
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed compilation error in last commit
| | |     
| | |     Revision: 4195
| | |     Author: sjoelund.se
| | |     Message:
| | |     Added better support for NORETCALL functions
| | |     Added better type checking for unboxing of boxed datatypes (for example: listCar of list using the new builtin handler returns T_BOXED(T_INTEGER), which can be typecast to a regular integer)
| | |     Added (better) support for pattern matching of tuple, list and option
| | |     - Types.mo: Added T_BOXED and T_NORETCALL
| | |     - Added equality operator for boxed datatypes
| | |     - listCar/listCdr now check for listEmpty before doing the operation
| | |     - Added MetaModelica builtin print
| | |     - Added mmc_unbox builtin call
| | |     - Algorithm.NORETCALL instead contains an Exp.CALL. This allows it to contain builtin calls
| | |     
| | |     Revision: 4193
| | |     Author: adrpo
| | |     Message:
| | |     - fixed parsing of lists such as: 1::2::3::x.
| | |     
| | |     Revision: 4185
| | |     Author: sjoelund.se
| | |     Message:
| | |     Absyn.ALG_MATCHCASES, Exp.MATCHCASES, Algorithm.MATCHCASES: New expression type that Absyn.MATCHEXP is translated into.
| | |     DFA.mo, Patternm.mo: Generates code for the new MATCHCASES datatype. It's designed to use a for-try-switch design of matchcontinue. The C code is a lot simpler than the one used before (state machine with goto and a boolean array to try and track patterns that have already been performed).
| | |     CevalScript.cevalInteractiveFunctions: Added setLinker, setLinkerFlags. API calls that allow you to change compiler to g++ (useful when compiling matchcontinue expressions since it uses try/catch).
| | |     Codegen.mo: Added String/List equality operators
| | |     Static.mo: Added List equality operators
| | |     Util.listlistTranspose: "{{1,2,3}{4,5,6}} => {{1,4},{2,5},{3,6}}"
| | |     c_runtime/meta_modelica.{c,h}: Added mmc_boxes_equal. Used to compared boxed datatypes (always returns true for now...)
| | |     
| | |     Revision: 4183
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added expected results for PartialFn{5,6}.mos
| | |     
| | |     Revision: 4176
| | |     Author: stebr461
| | |     Message:
| | |     -First batch of changes for partially evaulated functions
| | |     -Main functionality is in SCode.elaborate, which calls a whole barrage of functions in MetaUtil.mo
| | |     -elabPartEvalFunction and a case for it added to Static.mo
| | |     -Various utility functions added to other modules
| | |     
| | |     Revision: 4173
| | |     Author: sjoelund.se
| | |     Message:
| | |     Added some complicated types/type constructors in testsuite/meta/ComplicatedInteractive.{mo,mos}
| | |     {ClassInf,Static}.mo: Added META_RECORD. Rather than having a specialized function in MetaUtil, the regular OpenModelica functions are used to create a METARECORDCALL.
| | |     Exp.getFunctionCalls: Added META_TUPLE, META_OPTION to the list of expressions to searchMetaUtil.typeMatching: Changed to return a type instead of a boolean. The function will return the supertype of all other list arguments (before this list(NONE,SOME(1)) resulted in list instead of list).
| | |     Types.mo: Changed some of the matchType-related functions to properly subtype/convert options/lists.
| | |     
| | |     Revision: 4172
| | |     Author: sjoelund.se
| | |     Message:
| | |     runtime/systemimpl.c: Updated to use Values.META_TUPLE
| | |     testsuite/java: Updated for the partially working MetaModelica list/tuple
| | |     CevalScript.mo: Fixed failtrace
| | |     Codegen.generateExpression: META_TUPLE code now generates tuples instead of lists.
| | |     Codegen.generateRWType: Generates TYPE_DESC_MMC for LIST and META_TUPLE
| | |     Ceval.ceval: Exp.{TUPLE/META_TUPLE} -> Values.META_TUPLE
| | |     Interactive.evaluateAlgStmt: Added the possibility to assign results of type T_TUPLE to a variable
| | |     MetaUtil.fixMetaTuple: Helper to fix the type when Ceval returns Values.META_TUPLE and you thought the CREF pointed to a Types.T_TUPLE
| | |     MetaUtil.mmc_mk_box: New function that creates the correct mmc_mk_box(, ...) or mmc_mk_box(...) depending on the value of 
| | |     Static.mo: Check type of a Types.Properties using the existing functions instead of PROP(ty, _) = ... This allows us to check for tuples as well.
| | |     Types.unparseType, Types.printTypeStr, Types.getAllExpsTt: Added META_TUPLE analogous to TUPLE
| | |     Types.matchProp: (T_TUPLE,PROP_TUPLE) -> (T_METATUPLE,PROP)
| | |     Types.typeConvert: T_TUPLE->T_METATUPLE
| | |     Util.mo: Added listThreadMap32 (3 lists to 2 lists)
| | |     
| | |     Revision: 4161
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Types.mo: Added support to type convert matrices/arrays to lists. This works
| | |     for the array constructor as expected, but also allows you to use variables
| | |     that are arrays and get them automatically converted to lists (not desired, but
| | |     they use identical Exp.Exp and cannot be differentiated).
| | |     
| | |     Revision: 4160
| | |     Author: sjoelund.se
| | |     Message:
| | |     - systemimpl.c: Fixed list copying by doing it in reverse order (and updating
| | |     java_interface.c to do the same).
| | |     - Types.mo: Added a (very) simple type conversion from ARRAY to LIST. It has
| | |     only been tested for one-dimensional arrays so far.
| | |     - Ceval.mo: Added ceval for the LIST type.
| | |     - It is now possible to call (simple) functions that expect list input using
| | |     the Interactive module.
| | |     
| | |     Revision: 4132
| | |     Revision: 4132
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed Java org.modelica to org.openmodelica
| | |     
| | |     Revision: 4107
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Absyn.ALG_WHEN_A: Changed the name of the field "whenStmt" to "boolExpr"
| | |     since it better reflects the function.
| | |     
| | |     Revision: 4106
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added Exp.TUPLE to ceval (if MetaModelica grammar is activated)
| | |     
| | |     Revision: 4105
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Setting eclipse project default to ISO-8859-1 encoding because the UTF-8
| | |     default changes special characters to multi-byte format. This changes .mo files
| | |     even if you don't modify the header.
| | |     
| | |     Revision: 4104
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Absyn.ALG_WHILE: Changed the name of the field "whileStmt" to "boolExpr"
| | |     since it better reflects its function.
| | |     
| | |     Revision: 4103
| | |     Author: sjoelund.se
| | |     Message:
| | |     * Added testcase/meta/OptionInteractive.mos: Functions with Option type
| | |       in/output are now working, as well as any expression returning an Option type
| | |       in the Interactive interface.
| | |     * Compiler/runtime/systemimpl.c: Values__OPTION to type_desc conversion
| | |     * c_runtime/modelica.h: Replaced modelica_uniontype with metamodelica_type
| | |     * c_runtime/read_write.h: Replaced {read,write}_modelica_{uniontype,mmc} with
| | |       {read,write}_metamodelica_type
| | |     * Types.typeConvert: Added placeholder and debug message for T_ARRAY->T_LIST
| | |     * Compiler.expTypeStr: Changed from void* and modelica_uniontype to metamodelica_type
| | |     * Inst.getUsertypeDimensions: Changed from "option" to "Option"
| | |     * Added cases for T_METAOPTION/Exp.META_OPTION
| | |       - Types.unparseType
| | |       - Types.getAllExpsTt
| | |       - Ceval.ceval
| | |       - Exp.printExp2Str
| | |     
| | |     Revision: 4102
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Normalized the copyright notice to ISO-8859-10
| | |     
| | |     Revision: 4096
| | |     Author: stebr461
| | |     Message:
| | |     - Added functionality for Absyn.Exp.PARTEVALFUNCTION to the Dump module
| | |     
| | |     Revision: 4095
| | |     Author: stebr461
| | |     Message:
| | |     - Tweaked the grammar rules a bit
| | |     - Added new data structure to Exp.Exp for partially evaluated functions
| | |     - Added functionality for this data structure to many functions in Exp
| | |     
| | |     Revision: 4094
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fix testcase/meta/Uniontype13.mos (Uniontype in Record). Broke after merge with Mathcore
| | |     
| | |     Revision: 4092
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Codegen.generateExpression: Using "mmc_mk_none()"/"mmc_mk_some(x)" when
| | |     generating C code instead of "mmc_mk_nil()" and "x".
| | |     - Exp.typeof: Added cases for OPTION/TUPLE, and fixed the cases for LIST/CONS.
| | |     Previously, the type of a LIST(ty=INT) was INT instead of T_LIST(INT)...
| | |     
| | |     Revision: 4088
| | |     Author: stebr461
| | |     Message:
| | |     - added more tests
| | |     
| | |     Revision: 4087
| | |     Author: stebr461
| | |     Message:
| | |     - Added grammar rules for partially evaluated functions
| | |     - Added a new record to Absyn.Exp for partially evaluated functions
| | |     - Added cases to Absyn.traverseExp, Absyn.getCrefFromExp and Absyn.findIteratorinExp for the new record
| | |     - Added test cases for functions whose arguments have default values, and partially evaluated functions as arguments
| | |     - Fixed a typographic error in Interactive.mo that prevented compilation
| | |     
| | |     Revision: 4077
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Codegen.mo: Added annotation(JavaMapping="simple") to external Java
| | |     functions. This handles only int,double,bool,String and max 1 output value.
| | |     
| | |     Revision: 4076
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fix Java testsuite makefile for OMDev
| | |     
| | |     Revision: 4075
| | |     Author: sjoelund.se
| | |     Message:
| | |     DefinitionsCreator.java can now translate all .mo-files in Compiler to
| | |     a single JAR file.
| | |     - {Inst,DAELow,Mod}.mo: Fixed syntax errors
| | |     - Removed genericArguments.st and the list of generic types in
| | |     functions/records. These now look up all variables and add all generic types
| | |     to a string instead (used by the templates directly).
| | |     - Interactive.getDefinitions: Correct behaviour when trying to filter out
| | |     functions (and speeds up the generation in general).
| | |     
| | |     Revision: 4074
| | |     Author: sjoelund.se
| | |     Message:
| | |     - DFA/Interactive.mo: Uses list> instead of
| | |     list
| | |     - Interactive.getDefinitions: Don't add const components to the returned tree.
| | |     Also uses the Print buffer to speed up a bit.
| | |     - ModelicaString: Uses StringBuffer instead of concatenating 80kB strings byte
| | |     by byte.
| | |     
| | |     Revision: 4073
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Updated the Java testsuites for OMDev
| | |     
| | |     Revision: 4072
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Interactive.mo.getDefinitions: Fixed the output to the expected
| | |     "(type XYZ list)" - it was "(type XYZ list)".
| | |     - record.st: Fixed new Class[] to new java.lang.Class[] (in case a package
| | |     contains a record named Class; like Absyn.mo does)
| | |     
| | |     Revision: 4070
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Compiler/Util.mo: Fixed syntax in some unused functions (Util.mo is parsed in
| | |     the Java testsuite)
| | |     - Added the sources and test suite for modelica_java.jar
| | |       * make test (in c_runtime/java_interface) runs a jUnit testsuite
| | |       * make jar (n c_runtime/java_interface) creates the jar-file (it is not run
| | |     by running make in the source root)
| | |     
| | |     Revision: 4068
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Interactive.getDefinitions: Changed the syntax slightly to be more
| | |     consistent (LISP-style trees all the way; this made the parser a bit simpler).
| | |     
| | |     Revision: 4067
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Cleaned up in external Java (no more getJavaMethod calls). This makes it
| | |     easier to spot which line failed in the C file.
| | |     - Fixed bugs when structs/string pointers are not initialized by GCC
| | |     - Added support for multiple output uniontype variables
| | |     
| | |     Revision: 4066
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Updated the ext Java dummy test for Win32 and fixed a bug in the jni_md include
| | |     
| | |     Revision: 4065
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added a dummy test for Java external. This tests the datatypes we currently
| | |     can't use OMC (list,option,tuple).
| | |     
| | |     Revision: 4064
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed the NONE() representation to use ctor=1 (so it doesn't share it
| | |     with the empty list). Only Boolean values seem impossible to distinguish
| | |     now.
| | |     - java_interface.c:
| | |       * Added jobject_to_mmc so any object can be turned into a list, tuple,
| | |     record och option.
| | |       * Added ctor_index value to the Java ModelicaRecord.
| | |     OMCModelicaRecord (which OMC creates) has index -1 for regular records
| | |     and >=0 for uniontypes. -2 (default for ModelicaRecord) means a warning
| | |     is printed when the record is returned as a uniontype (because type checking
| | |     can't be done). The automatically generated interface override get_ctor_index,
| | |     so any records created with known "good" records won't generate warnings.
| | |     - Interactive.mo: Uses MetaUtil.createMetaClassesInProgram to create the
| | |     meta classes instead of parsing this in Java code.
| | |     
| | |     Revision: 4062
| | |     Author: stebr461
| | |     Message:
| | |     - Builtin functions can now be passed as arguments in function calls
| | |     - Added test case for passing record constructors as function arguments
| | |     
| | |     Revision: 4061
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added NewJavaMMC to java_interface.[ch]. It currently only handles
| | |     uniontype, integer, real and string.
| | |     - Added a field with the record name (rather than path) to the
| | |     record_description datatype.
| | |     - Added support external Java functions with uniontype arguments (but not
| | |     result types yet).
| | |     - Added a dummy interface IModelicaRecord which tags ModelicaRecord and is
| | |     used as the input type of external Java functions taking uniontypes (because
| | |     uniontypes are interfaces, they cannot inherit from ModelicaRecord).
| | |     
| | |     Revision: 4060
| | |     Author: sjoelund.se
| | |     Message:
| | |     Added code for TYPE_DESC_RECORD inside another TYPE_DESC_RECORD. Also added
| | |     record-in-record support for external Java functions.
| | |     - Codegen.mo: In read/write_modelica_record, pass the fields of the inner
| | |     records rather than the full struct as a single argument.
| | |     - read_write.c: In order for read/write_modelica_record to work when calling
| | |     the function recursively, the functions were split in 2 (one helper function
| | |     each). The first function starts the varargs and passes a pointer to it
| | |     in each subsequent call.
| | |     
| | |     Revision: 4059
| | |     Author: sjoelund.se
| | |     Message:
| | |     - read_write.[ch]: Added (and tested) the MetaModelica types in regular
| | |     records.
| | |     - Codegen.generateType: Added case for uniontype
| | |     - Inst.daeDeclareComplexVarType: Added case for uniontype (and a warning
| | |     message if it fails - finding out this was the function that failed was
| | |     really hard because the compiler will then just output an empty DAE).
| | |     
| | |     Revision: 4058
| | |     Author: sjoelund.se
| | |     Message:
| | |     - read_write.[ch]: Changed from passing strings for record and field names
| | |     to using the record_description struct.
| | |     - Ceval.mo: Disabled cevalFunction (its record constructor doesn't work with
| | |     all types, and turning it on means you don't see error messages from the
| | |     compiled version)
| | |     - Codegen.mo: Generate code that uses record_description instead of field names
| | |     from read/write_modelica_record
| | |     - Inst.instClass: ty = MetaUtil.createUnionType(c,SOME(ty)); instead of
| | |     keeping this in Inst.instElement (other parts of the code also needs to
| | |     check for uniontypes...).
| | |     - Inst.instElement: Removed the special case for uniontype components.
| | |     The general case works fine with the changes to instClass and daeDeclare.
| | |     - MetaUtil.createUnionType: Takes a class and a type. If the class has
| | |     R_UNIONTYPE restruction, create the correct type, else use the given type.
| | |     
| | |     Revision: 4057
| | |     Author: sjoelund.se
| | |     Message:
| | |     Fixes uniontype constructors in packages, called from a different scope.
| | |     - Static.elabCallArgs: Uniontype constructors now send the correct environment
| | |     to MetaUtil.createFunctionArgsList (instead of the environment of the call).
| | |     - MetaUtil.listToBoxes: Because the name is a String, we need to convert
| | |     all dots (.) to underscores (_). The problem is Exp.COMPLEX uses strings
| | |     for the name, and not Paths.
| | |     
| | |     Revision: 4056
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added code in MetaUtil to translate the whole Absyn.Program to use
| | |     uniontypes instead of just the classes in the global scope.
| | |     - SCode.elaborate: Now 2 functions. The first one translates the uniontypes
| | |     in Absyn. This should possibly be done by Parser.parse instead, since
| | |     then this function won't have to be run over and over.
| | |     
| | |     Revision: 4055
| | |     Author: sjoelund.se
| | |     Message:
| | |     SCode.mo: Added a warning message when encountering a uniontype in a package
| | |     Static.mo: Changed the elabCall RECORD constructor case to also handle
| | |     METARECORD. This should ensure that the METARECORD always gets the correct
| | |     name.
| | |     
| | |     Revision: 4053
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Codegen.mo: Bugfix of previous commit (it would try to generate the same
| | |     record definition twice in some test cases)
| | |     
| | |     Revision: 4052
| | |     Author: sjoelund.se
| | |     Message:
| | |     It's now possible to create uniontypes and call functions with uniontype
| | |     input from Interactive sessions.
| | |     - meta_modelica.[ch]: Added struct record_description, containing path
| | |     and field names. It will be passed in every record box instead of using
| | |     several slots in a box to pass the data field names.
| | |     - Values.mo: Added a field for record index in RECORD. This is needed
| | |     for uniontypes.
| | |     - Codegen.mo: Added global record_descriptions for each referenced
| | |     RECORD or METARECORDCALL.
| | |     - Ceval.mo: Constant evaluation of METARECORDCALL
| | |     - Exp.getFunctionCalls: Added METARECORDCALL to the cases, and added
| | |     an input option to find all METARECORDCALLs instead of CALLs.
| | |     
| | |     Revision: 4050
| | |     Author: stebr461
| | |     Message:
| | |     -Added a testcase for passing external functions as arguments
| | |     
| | |     Revision: 4049
| | |     Author: stebr461
| | |     Message:
| | |     - fixed a little bug
| | |     
| | |     Revision: 4048
| | |     Author: stebr461
| | |     Message:
| | |     - Proper testcase for passing builtin functions as arguments
| | |     - Fixed a small syntax error
| | |     
| | |     Revision: 4046
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed RECORD constructor no longer returning ClassInf.UNKNOWN("") instead
| | |     of ClassInf.RECORD(name)
| | |     - Added a case for METARECORDCALL when generating the function dependencies
| | |     
| | |     Revision: 4045
| | |     Author: stebr461
| | |     Message:
| | |     -Compiling calls to functions with no output now works properly
| | |     -Functions with no output can now be used as arguments in function calls
| | |     
| | |     Revision: 4043
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Adds the possibility to return METARECORDS to the interactive shell.
| | |     - Exp.METARECORDCALL: Added list fieldNames so we can pass the fields
| | |     when creating the boxed data. This does cost some extra memory, but it means
| | |     we can return the value to the Interactive module. It should also be helpful
| | |     when debugging datastructures.
| | |     - MetaUtil.listToBoxes: Now takes a list fieldNames when creating
| | |     the boxed datatype.
| | |     - Static.elabCallArgs: Now adds the field names to a METARECORDCALL.
| | |     - Values.mo: Added the OPTION type.
| | |     - c_runtime/meta_modelica.[ch]: Added mmc_mk_box(,,...) (varargs).
| | |     - c_runtime/read_write.[ch], Compiler/runtime/systemimpl.c:  Added
| | |     TYPE_DESC_MMC which contains the MetaModelica-style data, and the ability
| | |     to parse it.
| | |     
| | |     Revision: 4040
| | |     Author: stebr461
| | |     Message:
| | |     - Fixed testcases a bit
| | |     - Added error handling for empty function call in equations
| | |     - Added code generation functionality for empty function calls in algorithms
| | |     
| | |     Revision: 4039
| | |     Author: stebr461
| | |     Message:
| | |     Partial function test cases added/fixed/modified
| | |     
| | |     Revision: 4038
| | |     Author: sjoelund.se
| | |     Message:
| | |     - MetaUtil.listToBoxes: Changed the input to Exp.Type instead of Exp.Exp.
| | |     The reason is simple: an Exp.COMPLEX contains list<(String,Exp.Type)> and
| | |     we want to be able to box recursive data including records using the same
| | |     function.
| | |     - MetaUtil.createConstantCExp2: Added cases for Exp.STRING and Exp.COMPLEX
| | |     
| | |     Revision: 4036
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Exp.typeOf: Added METARECORDCALL. This makes it possible to create a
| | |     UT using syntax like re := REC1(REC1(REC2(1.5)));
| | |     
| | |     Revision: 4035
| | |     Author: sjoelund.se
| | |     Message:
| | |     - MetaUtil.mo: Added a case for UT arguments in UT constructor
| | |     - Added testcases for recursive uniontypes. Note that a constructor like
| | |     REC1(REC1(REC2(1))) still doesn't work.
| | |     
| | |     Revision: 4034
| | |     Author: sjoelund.se
| | |     Message:
| | |     - MetaUtil.mo: Changed createConstantCExp to handle more than 
| | |     constants (like Integer i; i=1; REC1(i) instead of REC(1))
| | |     - Static.mo: Fixed code that changed the scope when looking up a metarecord
| | |     call.
| | |     - Added a testcase using variables as arguments to a metarecord call.
| | |     
| | |     Revision: 4033
| | |     Author: stebr461
| | |     Message:
| | |     - Modified a partial function test case and added a new one that tests built in functions and functions with no output
| | |     - Added the following functions to Exp:
| | |     getFunctionReferenceList - takes a list of expressions and returns the ones that are Exp.CREF with the type T_FUNCTION_REFERENCE
| | |     isFunctionReference - checks if an Exp.Type is a function reference
| | |     getFunctionRefs - takes an Exp and returns all the function reference Exp.CREFs it finds in the Exp and its subexpressions
| | |     - Added the following functions to SimCodegen:
| | |     getReferencedFunctions - creates a list of Absyn.Paths from function references using the new functionality in Exp
| | |     getCrefFromExp - extracts an Absyn.CREF from an expression
| | |     - Modified SimCodegen.getCalledFunctionsInFunction to handle references as well
| | |     
| | |     Revision: 4030
| | |     Author: sjoelund.se
| | |     Message:
| | |     - testcase/meta/Uniontype[1-3].mos now all work properly
| | |     - Added read/write_modelica_uniontype (aliased to modelica_complex)
| | |     - Types.mo: Added a case for T_UNIONTYPE in getAllExpsTt
| | |     - Added the copyright header to java_interface.[ch]
| | |     
| | |     Revision: 4029
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Interactive.mo: Disabled optimization that interferes with MetaModelica
| | |     extensions
| | |     - ClassInf.mo: Added UNIONTYPE cases
| | |     - Inst.mo: Added UNIONTYPE cases; moved the UT case in instElement higher
| | |     so it's run before the more general case
| | |     - MetaUtil.mo: mk_box is now called mmc_mk_box
| | |     - meta_modelica.[ch]: More functions from yacclib.[ch] present
| | |     - testsuite/meta/Uniontype1.mos now works.
| | |     
| | |     Revision: 4026
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed the java testsuite Makefile in Linux
| | |     
| | |     Revision: 4025
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed C/Java runtime for external Java in Windows.
| | |       - Dynamic loading of the JVM from registry or environment variables work.
| | |       - The Java Runtime DefinitionsCreator was updated to escape backslashes in windows pathnames
| | |     
| | |     Revision: 4024
| | |     Author: krsta
| | |     Message:
| | |     Some minor changes (from public to protected on some functions).
| | |     
| | |     Revision: 4023
| | |     Author: krsta
| | |     Message:
| | |     Checked in merged code from Simon Björklén's Union types implementation.
| | |     
| | |     Revision: 4020
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Lookup.mo: buildRecordConstructorClass now adds ALG_ASSIGN statements
| | |     to the constructor so it's not a random piece of data.
| | |     - Algorithm.mo: Removed warning from print statement (causes testsuite to fail)
| | |     - Static.mo: elabCall has a case which fixes problems when looking up
| | |     record constructors in packages.
| | |     - testsuite/records added. The tests do work fine with one exception.
| | |     Record-in-Record can't be returned to the interactive module and exists
| | |     as a failing test.
| | |     - Ceval.mo changes to cevalCallFunction were not commited because commenting
| | |     out the record constructor and Cevalfunc cases change the result of several
| | |     other test cases. This is also why these test cases were not added to the
| | |     default testsuite.
| | |     
| | |     Revision: 4019
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added /usr/lib/jvm/default-java as a path to try if JAVA_HOME does not exist
| | |     
| | |     Revision: 4017
| | |     Author: stebr461
| | |     Message:
| | |     - Fixed generation of function names in Codegen.generateRhsCref
| | |     
| | |     Revision: 4016
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Updated Java tests
| | |     
| | |     Revision: 4015
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Ceval.mo: Interpreted record constructors only used for implicit record
| | |     constructors (not function calls returning records)
| | |     - CevalScript.mo,SimCodegen.mo: Codegen.generateFunctions now returns
| | |     record definitions already created (so they won't be duplicated in
| | |     CevalScript.mo)
| | |     - Exp.mo: T_RECORD wasn't used anymore so it was commented out and
| | |     references updated to use COMPLEX.
| | |     - Codegen.mo: Updated references from Exp.T_RECORD to COMPLEX.
| | |     Codegen.generateFunctions,etc handles Record-in-Record inside
| | |     compiled functions (but not when returning values to Interactive,etc).
| | |     - DAE.mo, Inst.mo, Lookup.mo, Static.mo: Updated comments
| | |     
| | |     Revision: 4012
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added a mostly working implementation of external Java.
| | |     - Dynamically loads the JVM. Only jni headers are needed to compile the
| | |     modified C runtime.
| | |     - modelica_java.jar contains the Java runtime, which depends on antlr-3.1.3.jar.
| | |     - In order to run the java testsuite, you need to set JAVA_HOME to a working
| | |     java installation.
| | |     - There is some code for loading the JVM in visual studio, but it has not
| | |     been tested.
| | |     - The testsuite has been tested using OpenJDK and GCJ
| | |     - It could be possible to use the included antlr jar-file instead of forcing
| | |     the user to keep antlr/stringtemplate in his CLASSPATH
| | |     
| | |     Revision: 4005
| | |     Author: stebr461
| | |     Message:
| | |     - added a case for T_FUNCTION_REFERENCE in Codegen.generateRhsCref
| | |     
| | |     Revision: 4004
| | |     Author: sjoelund.se
| | |     Message:
| | |     (rev3875 in the TemplateCodegen branch used the following bugfix; originally merged from MathCore)
| | |     - got rid of $$$ in the generated code (SimCodegen.mo).
| | |     
| | |     Revision: 4003
| | |     Author: stebr461
| | |     Message:
| | |     - added modelica_fnptr to the c_runtime
| | |     - added support for function pointers in type descriptor
| | |     - added read and write functions for function pointers
| | |     
| | |     Revision: 4000
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added code for handling (partial) function arguments from Absyn to
| | |     Codegen. The c_runtime has not been modified and because simulations/etc
| | |     have some bugs in this branch, the code could not be fully tested or
| | |     compiled (although parts have been).
| | |     
| | |     Revision: 3999
| | |     Author: krsta
| | |     Message:
| | |     Union Types test cases
| | |     
| | |     Revision: 3992
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added optmanager.o to Makefile.common (someone updated the omdev version but forgot about poor Linux users)
| | |     
| | |     Revision: 3991
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Linux fix (extern C shadows C++ includes; ato[if] resides in stdlib.h)
| | |     
| | |     Revision: 3990
| | |     Author: krsta
| | |     Message:
| | |     - Some updates.
| | |     
| | |     Revision: 3989
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Testing write permission
| | |     
| | |     Revision: 3961
| | |     Author: krsta
| | |     Message:
| | |     - Merged code from Simon Björklén's branch. This is a code backup, not yet compilable code.
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Modified : /trunk/Compiler/Absyn.mo
| | |     Modified : /trunk/Compiler/Algorithm.mo
| | |     Modified : /trunk/Compiler/Builtin.mo
| | |     Modified : /trunk/Compiler/Ceval.mo
| | |     Modified : /trunk/Compiler/CevalScript.mo
| | |     Modified : /trunk/Compiler/Cevalfunc.mo
| | |     Modified : /trunk/Compiler/ClassInf.mo
| | |     Modified : /trunk/Compiler/Codegen.mo
| | |     Modified : /trunk/Compiler/Convert.mo
| | |     Modified : /trunk/Compiler/DAE.mo
| | |     Modified : /trunk/Compiler/DFA.mo
| | |     Modified : /trunk/Compiler/Dump.mo
| | |     Modified : /trunk/Compiler/Env.mo
| | |     Modified : /trunk/Compiler/Error.mo
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/Compiler/Inst.mo
| | |     Modified : /trunk/Compiler/Interactive.mo
| | |     Modified : /trunk/Compiler/Lookup.mo
| | |     Modified : /trunk/Compiler/Main.mo
| | |     Modified : /trunk/Compiler/Makefile.common
| | |     Modified : /trunk/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /trunk/Compiler/Makefile.common.w32
| | |     Modified : /trunk/Compiler/MetaUtil.mo
| | |     Modified : /trunk/Compiler/Mod.mo
| | |     Modified : /trunk/Compiler/ModUtil.mo
| | |     Added : /trunk/Compiler/PartFn.mo (Copy from path: /branches/BootstrappingTempMerge/Compiler/PartFn.mo, Revision, 4369)
| | |     Modified : /trunk/Compiler/Patternm.mo
| | |     Modified : /trunk/Compiler/SCode.mo
| | |     Modified : /trunk/Compiler/SimCodegen.mo
| | |     Modified : /trunk/Compiler/Static.mo
| | |     Modified : /trunk/Compiler/Types.mo
| | |     Modified : /trunk/Compiler/Util.mo
| | |     Modified : /trunk/Compiler/Values.mo
| | |     Modified : /trunk/Compiler/VarTransform.mo
| | |     Modified : /trunk/Compiler/absyn_builder/walker.g
| | |     Modified : /trunk/Compiler/runtime/ptolemyio.cpp
| | |     Modified : /trunk/Compiler/runtime/systemimpl.c
| | |     Modified : /trunk/Compiler/scripts/Compile.bat
| | |     Modified : /trunk/c_runtime/Makefile.omdev.mingw
| | |     Modified : /trunk/c_runtime/java_interface.c
| | |     Modified : /trunk/c_runtime/meta_modelica.c
| | |     Modified : /trunk/c_runtime/meta_modelica.h
| | |     Modified : /trunk/c_runtime/meta_modelica_builtin.cpp
| | |     Modified : /trunk/c_runtime/meta_modelica_builtin.h
| | |     Modified : /trunk/flat_modelica_parser/src/flat_modelica_parser.g
| | |     Modified : /trunk/modelica_parser/src/modelica_parser.g
| | |     Added : /trunk/testsuite/java (Copy from path: /branches/BootstrappingTempMerge/testsuite/java, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaExt.java (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.java, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaExt.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaExt.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExt.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaExtArrays.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtArrays.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaExtInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtInteractive.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaExtRecord.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtRecord.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaExtUniontype.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaExtUniontype.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaTest.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaTest.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/JavaTest.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/JavaTest.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/Makefile, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/dummy_test.c (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/dummy_test.c, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/dummy_test_expected.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/dummy_test_expected.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/java/rtest (Copy from path: /branches/BootstrappingTempMerge/testsuite/java/rtest, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinBoolean.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinBoolean.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinBoolean.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinBoolean.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinInteger.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinInteger.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinInteger.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinInteger.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinList.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinList.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinList.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinList.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinMisc.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinMisc.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinMisc.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinMisc.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinReal.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinReal.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinReal.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinReal.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinString.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinString.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/BuiltinString.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/BuiltinString.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/ComplicatedInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ComplicatedInteractive.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/ComplicatedInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ComplicatedInteractive.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/DefaultArgs.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/DefaultArgs.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/DefaultArgs.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/DefaultArgs.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/EqPatternm.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/EqPatternm.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/EqPatternm.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/EqPatternm.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Equality.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Equality.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Equality.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Equality.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Failure.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Failure.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Failure.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Failure.mos, Revision, 4369)
| | |     Modified : /trunk/testsuite/meta/List1.mos
| | |     Modified : /trunk/testsuite/meta/List2.mos
| | |     Modified : /trunk/testsuite/meta/List3.mos
| | |     Modified : /trunk/testsuite/meta/List4.mos
| | |     Added : /trunk/testsuite/meta/ListInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ListInteractive.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/ListInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/ListInteractive.mos, Revision, 4369)
| | |     Modified : /trunk/testsuite/meta/Makefile
| | |     Modified : /trunk/testsuite/meta/MatchCase1.mos
| | |     Modified : /trunk/testsuite/meta/MatchCase2.mos
| | |     Modified : /trunk/testsuite/meta/MatchCase3.mos
| | |     Modified : /trunk/testsuite/meta/MatchCase4.mos
| | |     Modified : /trunk/testsuite/meta/MatchCase5.mos
| | |     Modified : /trunk/testsuite/meta/MatchCase6.mos
| | |     Modified : /trunk/testsuite/meta/MatchCase7.mos
| | |     Modified : /trunk/testsuite/meta/MatchCase8.mos
| | |     Modified : /trunk/testsuite/meta/MatchCase9.mo
| | |     Modified : /trunk/testsuite/meta/MatchCase9.mos
| | |     Added : /trunk/testsuite/meta/MatchCaseInteractive1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive1.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/MatchCaseInteractive1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive1.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/MatchCaseInteractive2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive2.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/MatchCaseInteractive2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive2.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/MatchCaseInteractive3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive3.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/MatchCaseInteractive3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MatchCaseInteractive3.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/MetaModelicaDev (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Makefile, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/01_experiment/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/01_experiment/program.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1 (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2 (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/Assignment.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/Makefile, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/README.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SCRIPT.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/SOLUTION.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/lexer.l, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/parser.y, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/03_assignment/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/03_assignment/program.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/AssignTwoType.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/Makefile, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/README.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SCRIPT.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/SOLUTION.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/lexer.l, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/parser.y, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04a_assigntwotype/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04a_assigntwotype/program.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Absyn.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Absyn.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Eval.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Eval.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Main.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Main.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Makefile, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/Parse.mo, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/README.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/README.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/SCRIPT.mos, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/lexer.l (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/lexer.l, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/parser.y (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/parser.y, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/program.txt (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/04b_modassigntwotype/program.txt, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/Makefile (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/Makefile, Revision, 4369)
| | |     Replacing : /trunk/testsuite/meta/MetaModelicaDev/common.mk (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/MetaModelicaDev/common.mk, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/OptionInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/OptionInteractive.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/OptionInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/OptionInteractive.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn1.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn1.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn2.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn2.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn3.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn3.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn4.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn4.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn4.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn4.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn5.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn5.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn5.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn5.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn6.ext_f.c (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.ext_f.c, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn6.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn6.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn6.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn7.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn7.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn7.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn7.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn8.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn8.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn8.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn8.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn9.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn9.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/PartialFn9.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/PartialFn9.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Polymorphic.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Polymorphic.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Polymorphic.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Polymorphic.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Recursive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Recursive.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Recursive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Recursive.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Shadowing1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing1.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Shadowing1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing1.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Shadowing2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing2.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Shadowing2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Shadowing2.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/TupleInteractive.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/TupleInteractive.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/TupleInteractive.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/TupleInteractive.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype1.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype1.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype1.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype1.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype10.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype10.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype10.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype10.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype11.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype11.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype11.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype11.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype12.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype12.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype12.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype12.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype13.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype13.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype13.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype13.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype2.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype2.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype2.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype2.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype3.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype3.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype3.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype3.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype4.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype4.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype4.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype4.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype5.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype5.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype5.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype5.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype6.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype6.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype6.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype6.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype7.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype7.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype7.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype7.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype8.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype8.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype8.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype8.mos, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype9.mo (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype9.mo, Revision, 4369)
| | |     Added : /trunk/testsuite/meta/Uniontype9.mos (Copy from path: /branches/BootstrappingTempMerge/testsuite/meta/Uniontype9.mos, Revision, 4369)
| | |     Modified : /trunk/testsuite/mofiles/RecordConstructors.mo
| | |     Modified : /trunk/testsuite/records/EmptyRecordTestConstructor.mos
| | |     Modified : /trunk/testsuite/records/EmptyRecordTestInput.mos
| | |     Modified : /trunk/testsuite/records/Makefile
| | |     Modified : /trunk/testsuite/records/NestedRecordTestConstructor.mos
| | |     Modified : /trunk/testsuite/records/NestedRecordTestInput.mos
| | |     Modified : /trunk/testsuite/records/SimpleRecordTestConstructor.mos
| | |     Modified : /trunk/testsuite/records/SimpleRecordTestInput.mos
| | |     
| | |     Revision: 4367
| | |     Author: stebr461
| | |     Date: 12:22:01, den 19 oktober 2009
| | |     Message:
| | |     -Added the test suite spreadsheet to the testsuite folder
| | |     ----
| | |     Added : /trunk/testsuite/test_suite_.xls
| | |     
| | |     Revision: 4366
| | |     Author: Frenkel TUD
| | |     Date: 08:22:36, den 19 oktober 2009
| | |     Message:
| | |     - Bugfix Bug 1110
| | |     ----
| | |     Modified : /trunk/Compiler/Exp.mo
| | |     Modified : /trunk/testsuite/mosfiles/Makefile
| | |     Added : /trunk/testsuite/mosfiles/MissV.mo
| | |     Added : /trunk/testsuite/mosfiles/MissV.mos
| | |     
| | |     Revision: 4361
| | |     Author: sjoelund.se
| | |     Date: 10:02:17, den 14 oktober 2009
| | |     Message:
| | |     - Merged c_runtime from Bootstrapping
| | |     - Fixed simulation_result.cpp performance issues (<< endl flushes the buffer, \n does not)
| | |     - Added the Java-specific runtimes (C and Java)
| | |     - Changes to read_write.{c,h} for record-in-record, NORETCALL and MetaModelica types
| | |     ----
| | |     Modified : /trunk/Compiler/.depend
| | |     Added : /trunk/build/share (Copy from path: /branches/Bootstrapping/build/share, Revision, 4360)
| | |     Replacing : /trunk/build/share/java (Copy from path: /branches/Bootstrapping/build/share/java, Revision, 4360)
| | |     Modified : /trunk/c_runtime/Makefile
| | |     Modified : /trunk/c_runtime/Makefile.omdev.mingw
| | |     Modified : /trunk/c_runtime/boolean_array.h
| | |     Added : /trunk/c_runtime/java_interface (Copy from path: /branches/Bootstrapping/c_runtime/java_interface, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/.project (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/.project, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/Makefile (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/Makefile.common (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile.common, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/Makefile.omdev.mingw (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/Makefile.omdev.mingw, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/antlr-3.1.3.jar (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/antlr-3.1.3.jar, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/junit-4.6.jar (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/junit-4.6.jar, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/Result.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/Result.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/src/org/openmodelica/test/abc.java (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/src/org/openmodelica/test/abc.java, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/test_files (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/test_files/meta_modelica.mo (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/meta_modelica.mo, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/test_files/meta_modelica.mos (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/meta_modelica.mos, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/test_files/simple.mo (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/simple.mo, Revision, 4360)
| | |     Replacing : /trunk/c_runtime/java_interface/test_files/simple.mos (Copy from path: /branches/Bootstrapping/c_runtime/java_interface/test_files/simple.mos, Revision, 4360)
| | |     Added : /trunk/c_runtime/java_interface.c (Copy from path: /branches/Bootstrapping/c_runtime/java_interface.c, Revision, 4360)
| | |     Added : /trunk/c_runtime/java_interface.h (Copy from path: /branches/Bootstrapping/c_runtime/java_interface.h, Revision, 4360)
| | |     Added : /trunk/c_runtime/jni.h (Copy from path: /branches/Bootstrapping/c_runtime/jni.h, Revision, 4360)
| | |     Added : /trunk/c_runtime/jni_md.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md.h, Revision, 4360)
| | |     Added : /trunk/c_runtime/jni_md_solaris.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md_solaris.h, Revision, 4360)
| | |     Added : /trunk/c_runtime/jni_md_windows.h (Copy from path: /branches/Bootstrapping/c_runtime/jni_md_windows.h, Revision, 4360)
| | |     Modified : /trunk/c_runtime/meta_modelica.c
| | |     Modified : /trunk/c_runtime/meta_modelica.h
| | |     Added : /trunk/c_runtime/meta_modelica_builtin.cpp (Copy from path: /branches/Bootstrapping/c_runtime/meta_modelica_builtin.cpp, Revision, 4360)
| | |     Added : /trunk/c_runtime/meta_modelica_builtin.h (Copy from path: /branches/Bootstrapping/c_runtime/meta_modelica_builtin.h, Revision, 4360)
| | |     Modified : /trunk/c_runtime/modelica.h
| | |     Modified : /trunk/c_runtime/read_write.c
| | |     Modified : /trunk/c_runtime/read_write.h
| | |     Modified : /trunk/c_runtime/simulation_result.cpp
| | |     Modified : /trunk/c_runtime/string_array.h
| | |     
| | |     ----
| | |     Added : /branches/TemplateCodeGen/.settings (Copy from path: /trunk/.settings, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/.settings/org.eclipse.core.resources.prefs (Copy from path: /trunk/.settings/org.eclipse.core.resources.prefs, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Absyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Algorithm.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Builtin.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Ceval.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Cevalfunc.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ClassInf.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Connect.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Convert.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAE.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAELow.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DFA.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Dump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Env.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Error.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Exp.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Inst.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Lookup.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.w32
| | |     Modified : /branches/TemplateCodeGen/Compiler/MetaUtil.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Mod.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ModUtil.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/PartFn.mo (Copy from path: /trunk/Compiler/PartFn.mo, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Patternm.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Static.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Types.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Util.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Values.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/VarTransform.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/walker.g
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/corbaimpl.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/omc_communication_impl.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/ptolemyio.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.c
| | |     Modified : /branches/TemplateCodeGen/Compiler/scripts/Compile.bat
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/ext/Makefile
| | |     Modified : /branches/TemplateCodeGen/OMShell/Makefile
| | |     Modified : /branches/TemplateCodeGen/README-OMDev-MINGW.txt
| | |     Deleted : /branches/TemplateCodeGen/build/share/java/modelica_java.jar
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/daux.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/ddasrt.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/f2c.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/hybrd.c
| | |     Added : /branches/TemplateCodeGen/c_runtime/java_interface (Copy from path: /trunk/c_runtime/java_interface, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/.project (Copy from path: /trunk/c_runtime/java_interface/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/Makefile (Copy from path: /trunk/c_runtime/java_interface/Makefile, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/Makefile.common (Copy from path: /trunk/c_runtime/java_interface/Makefile.common, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/Makefile.omdev.mingw (Copy from path: /trunk/c_runtime/java_interface/Makefile.omdev.mingw, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/antlr-3.1.3.jar (Copy from path: /trunk/c_runtime/java_interface/antlr-3.1.3.jar, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/junit-4.6.jar (Copy from path: /trunk/c_runtime/java_interface/junit-4.6.jar, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/modelica_java.jar (Copy from path: /trunk/c_runtime/java_interface/modelica_java.jar, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src (Copy from path: /trunk/c_runtime/java_interface/src, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org (Copy from path: /trunk/c_runtime/java_interface/src/org, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaString.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/Result.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/Result.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestParser.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/src/org/openmodelica/test/abc.java (Copy from path: /trunk/c_runtime/java_interface/src/org/openmodelica/test/abc.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files (Copy from path: /trunk/c_runtime/java_interface/test_files, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files/meta_modelica.mo (Copy from path: /trunk/c_runtime/java_interface/test_files/meta_modelica.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files/meta_modelica.mos (Copy from path: /trunk/c_runtime/java_interface/test_files/meta_modelica.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files/simple.mo (Copy from path: /trunk/c_runtime/java_interface/test_files/simple.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/c_runtime/java_interface/test_files/simple.mos (Copy from path: /trunk/c_runtime/java_interface/test_files/simple.mos, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     Added : /branches/TemplateCodeGen/c_runtime/jni.h (Copy from path: /trunk/c_runtime/jni.h, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/c_runtime/jni_md.h (Copy from path: /trunk/c_runtime/jni_md.h, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/c_runtime/jni_md_solaris.h (Copy from path: /trunk/c_runtime/jni_md_solaris.h, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/c_runtime/jni_md_windows.h (Copy from path: /trunk/c_runtime/jni_md_windows.h, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/c_runtime/libf2c/f2c.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/matrix.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/meta_modelica.h
| | |     Added : /branches/TemplateCodeGen/c_runtime/meta_modelica_builtin.cpp (Copy from path: /trunk/c_runtime/meta_modelica_builtin.cpp, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/c_runtime/meta_modelica_builtin.h (Copy from path: /trunk/c_runtime/meta_modelica_builtin.h, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/c_runtime/modelica.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/read_write.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/read_write.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/simulation_result.cpp
| | |     Modified : /branches/TemplateCodeGen/c_runtime/string_array.h
| | |     Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_parser.g
| | |     Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_parser.g
| | |     Modified : /branches/TemplateCodeGen/testsuite/Makefile
| | |     Added : /branches/TemplateCodeGen/testsuite/java (Copy from path: /trunk/testsuite/java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/GetDefinitions.mos (Copy from path: /trunk/testsuite/java/GetDefinitions.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExt.java (Copy from path: /trunk/testsuite/java/JavaExt.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExt.mo (Copy from path: /trunk/testsuite/java/JavaExt.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExt.mos (Copy from path: /trunk/testsuite/java/JavaExt.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExtArrays.mos (Copy from path: /trunk/testsuite/java/JavaExtArrays.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExtInteractive.mos (Copy from path: /trunk/testsuite/java/JavaExtInteractive.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExtRecord.mos (Copy from path: /trunk/testsuite/java/JavaExtRecord.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaExtUniontype.mos (Copy from path: /trunk/testsuite/java/JavaExtUniontype.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaTest.mo (Copy from path: /trunk/testsuite/java/JavaTest.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/JavaTest.mos (Copy from path: /trunk/testsuite/java/JavaTest.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/Makefile (Copy from path: /trunk/testsuite/java/Makefile, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/dummy_test.c (Copy from path: /trunk/testsuite/java/dummy_test.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/dummy_test_expected.txt (Copy from path: /trunk/testsuite/java/dummy_test_expected.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/java/rtest (Copy from path: /trunk/testsuite/java/rtest, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/Connect15.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinBoolean.mo (Copy from path: /trunk/testsuite/meta/BuiltinBoolean.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinBoolean.mos (Copy from path: /trunk/testsuite/meta/BuiltinBoolean.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinInteger.mo (Copy from path: /trunk/testsuite/meta/BuiltinInteger.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinInteger.mos (Copy from path: /trunk/testsuite/meta/BuiltinInteger.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinList.mo (Copy from path: /trunk/testsuite/meta/BuiltinList.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinList.mos (Copy from path: /trunk/testsuite/meta/BuiltinList.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinMisc.mo (Copy from path: /trunk/testsuite/meta/BuiltinMisc.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinMisc.mos (Copy from path: /trunk/testsuite/meta/BuiltinMisc.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinReal.mo (Copy from path: /trunk/testsuite/meta/BuiltinReal.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinReal.mos (Copy from path: /trunk/testsuite/meta/BuiltinReal.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinString.mo (Copy from path: /trunk/testsuite/meta/BuiltinString.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/BuiltinString.mos (Copy from path: /trunk/testsuite/meta/BuiltinString.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/ComplicatedInteractive.mo (Copy from path: /trunk/testsuite/meta/ComplicatedInteractive.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/ComplicatedInteractive.mos (Copy from path: /trunk/testsuite/meta/ComplicatedInteractive.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/DefaultArgs.mo (Copy from path: /trunk/testsuite/meta/DefaultArgs.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/DefaultArgs.mos (Copy from path: /trunk/testsuite/meta/DefaultArgs.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/EqPatternm.mo (Copy from path: /trunk/testsuite/meta/EqPatternm.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/EqPatternm.mos (Copy from path: /trunk/testsuite/meta/EqPatternm.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Equality.mo (Copy from path: /trunk/testsuite/meta/Equality.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Equality.mos (Copy from path: /trunk/testsuite/meta/Equality.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Failure.mo (Copy from path: /trunk/testsuite/meta/Failure.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Failure.mos (Copy from path: /trunk/testsuite/meta/Failure.mos, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/List1.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/List2.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/List3.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/List4.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/ListInteractive.mo (Copy from path: /trunk/testsuite/meta/ListInteractive.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/ListInteractive.mos (Copy from path: /trunk/testsuite/meta/ListInteractive.mos, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase1.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase2.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase3.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase4.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase5.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase6.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase7.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase8.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase9.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/MatchCase9.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive1.mo (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive1.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive1.mos (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive1.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive2.mo (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive2.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive2.mos (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive2.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive3.mo (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive3.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MatchCaseInteractive3.mos (Copy from path: /trunk/testsuite/meta/MatchCaseInteractive3.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev (Copy from path: /trunk/testsuite/meta/MetaModelicaDev, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/00_simplesim (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/00_simplesim, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/00_simplesim/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/00_simplesim/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/00_simplesim/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/00_simplesim/SOLUTION.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Functions.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Main.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SCRIPT.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/Types.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/01_experiment/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/01_experiment/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1 (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Exp1.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/Parse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/SOLUTION.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/main.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02a_exp1/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2 (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Exp2.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/Parse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/main.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/02b_exp2/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/main.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/03_symbolicderivative/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Assignment.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/Parse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SCRIPT.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/SOLUTION.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/main.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/04_assignment/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/04_assignment/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/main.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/main.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05a_assigntwotype/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05a_assigntwotype/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Absyn.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Absyn.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Main.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/ParseRML.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Functions.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Functions.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Main.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/Types.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/Types.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/06_advanced/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/06_advanced/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.classpath (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.classpath, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Input.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Input.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/InputRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/InputRML.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Main.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Pam.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/Parse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/ParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/ParseRML.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/08_pam/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/08_pam/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Absyn.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Env.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Eval.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Main.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/ScanParseRML.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/09_pamdecl/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/09_pamdecl/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Absyn.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Emit.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Main.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Mcode.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Mcode.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Parse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/ParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/ParseRML.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/Trans.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/lexer.l, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/10_pamtrans/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/10_pamtrans/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMDev-MINGW.launch (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMDev-MINGW.launch, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/.project (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/.project, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Absyn.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Absyn.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCEmit.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/FCode.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/FCode.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Main.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Main.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Makefile.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Parse.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/ParseRML.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/ParseRML.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/README.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/README.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Static.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/TCode.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/TCode.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.h (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/lexerPetrol.h, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/parser.y (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parser.y, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.c, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.h (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/parsutil.h, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/petrol.h (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/petrol.h, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/program.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/program.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.out (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/8q.out, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/big.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/big.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/cirkel.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/cirkel.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/codtest.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/codtest.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/factorial.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/factorial.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/fib.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/fib.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/math.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/math.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/stdio.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/lib/stdio.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/params.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/params.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/parstest1.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/parstest1.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/qsort.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/qsort.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/quadtest.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/quadtest.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/return.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/return.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/semtest1.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/semtest1.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/sieve.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/sieve.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/stone.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/stone.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testd/testmath.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testd/testmath.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testp (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testp/a.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/a.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/11_petrol/testp/b.d (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/11_petrol/testp/b.d, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/Makefile.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/Makefile.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/common.omc (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/common.omc, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/common.rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/common.rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/documentation (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/documentation, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/eclipse.bat (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/eclipse.bat, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/rml (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/rml, Revision, 4414)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/meta/MetaModelicaDev/rml/yacclib.h (Copy from path: /trunk/testsuite/meta/MetaModelicaDev/rml/yacclib.h, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/OptionInteractive.mo (Copy from path: /trunk/testsuite/meta/OptionInteractive.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/OptionInteractive.mos (Copy from path: /trunk/testsuite/meta/OptionInteractive.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn1.mo (Copy from path: /trunk/testsuite/meta/PartialFn1.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn1.mos (Copy from path: /trunk/testsuite/meta/PartialFn1.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn2.mo (Copy from path: /trunk/testsuite/meta/PartialFn2.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn2.mos (Copy from path: /trunk/testsuite/meta/PartialFn2.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn3.mo (Copy from path: /trunk/testsuite/meta/PartialFn3.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn3.mos (Copy from path: /trunk/testsuite/meta/PartialFn3.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn4.mo (Copy from path: /trunk/testsuite/meta/PartialFn4.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn4.mos (Copy from path: /trunk/testsuite/meta/PartialFn4.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn5.mo (Copy from path: /trunk/testsuite/meta/PartialFn5.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn5.mos (Copy from path: /trunk/testsuite/meta/PartialFn5.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn6.ext_f.c (Copy from path: /trunk/testsuite/meta/PartialFn6.ext_f.c, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn6.mo (Copy from path: /trunk/testsuite/meta/PartialFn6.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn6.mos (Copy from path: /trunk/testsuite/meta/PartialFn6.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn7.mo (Copy from path: /trunk/testsuite/meta/PartialFn7.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn7.mos (Copy from path: /trunk/testsuite/meta/PartialFn7.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn8.mo (Copy from path: /trunk/testsuite/meta/PartialFn8.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn8.mos (Copy from path: /trunk/testsuite/meta/PartialFn8.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn9.mo (Copy from path: /trunk/testsuite/meta/PartialFn9.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/PartialFn9.mos (Copy from path: /trunk/testsuite/meta/PartialFn9.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Polymorphic.mo (Copy from path: /trunk/testsuite/meta/Polymorphic.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Polymorphic.mos (Copy from path: /trunk/testsuite/meta/Polymorphic.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Recursive.mo (Copy from path: /trunk/testsuite/meta/Recursive.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Recursive.mos (Copy from path: /trunk/testsuite/meta/Recursive.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Shadowing1.mo (Copy from path: /trunk/testsuite/meta/Shadowing1.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Shadowing1.mos (Copy from path: /trunk/testsuite/meta/Shadowing1.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Shadowing2.mo (Copy from path: /trunk/testsuite/meta/Shadowing2.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Shadowing2.mos (Copy from path: /trunk/testsuite/meta/Shadowing2.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/TupleInteractive.mo (Copy from path: /trunk/testsuite/meta/TupleInteractive.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/TupleInteractive.mos (Copy from path: /trunk/testsuite/meta/TupleInteractive.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype1.mo (Copy from path: /trunk/testsuite/meta/Uniontype1.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype1.mos (Copy from path: /trunk/testsuite/meta/Uniontype1.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype10.mo (Copy from path: /trunk/testsuite/meta/Uniontype10.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype10.mos (Copy from path: /trunk/testsuite/meta/Uniontype10.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype11.mo (Copy from path: /trunk/testsuite/meta/Uniontype11.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype11.mos (Copy from path: /trunk/testsuite/meta/Uniontype11.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype12.mo (Copy from path: /trunk/testsuite/meta/Uniontype12.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype12.mos (Copy from path: /trunk/testsuite/meta/Uniontype12.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype13.mo (Copy from path: /trunk/testsuite/meta/Uniontype13.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype13.mos (Copy from path: /trunk/testsuite/meta/Uniontype13.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype2.mo (Copy from path: /trunk/testsuite/meta/Uniontype2.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype2.mos (Copy from path: /trunk/testsuite/meta/Uniontype2.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype3.mo (Copy from path: /trunk/testsuite/meta/Uniontype3.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype3.mos (Copy from path: /trunk/testsuite/meta/Uniontype3.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype4.mo (Copy from path: /trunk/testsuite/meta/Uniontype4.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype4.mos (Copy from path: /trunk/testsuite/meta/Uniontype4.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype5.mo (Copy from path: /trunk/testsuite/meta/Uniontype5.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype5.mos (Copy from path: /trunk/testsuite/meta/Uniontype5.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype6.mo (Copy from path: /trunk/testsuite/meta/Uniontype6.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype6.mos (Copy from path: /trunk/testsuite/meta/Uniontype6.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype7.mo (Copy from path: /trunk/testsuite/meta/Uniontype7.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype7.mos (Copy from path: /trunk/testsuite/meta/Uniontype7.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype8.mo (Copy from path: /trunk/testsuite/meta/Uniontype8.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype8.mos (Copy from path: /trunk/testsuite/meta/Uniontype8.mos, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype9.mo (Copy from path: /trunk/testsuite/meta/Uniontype9.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/meta/Uniontype9.mos (Copy from path: /trunk/testsuite/meta/Uniontype9.mos, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect15.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/RecordConstructors.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/addReal1_.c
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/InOutStrings.mos
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtArrays.mos
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtInteractive.mos
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtRecord.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/MissV.mo (Copy from path: /trunk/testsuite/mosfiles/MissV.mo, Revision, 4414)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/MissV.mos (Copy from path: /trunk/testsuite/mosfiles/MissV.mos, Revision, 4414)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Switch.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/EmptyRecordTestConstructor.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/EmptyRecordTestInput.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/NestedRecordTestConstructor.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/NestedRecordTestInput.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/SimpleRecordTestConstructor.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/SimpleRecordTestInput.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/records/rtest
| | |     Added : /branches/TemplateCodeGen/testsuite/test_suite_.xls (Copy from path: /trunk/testsuite/test_suite_.xls, Revision, 4414)
| | |     
| | |     Revision: 4414
| | |     Author: ppriv
| | |     Date: 19:21:21, den 27 oktober 2009
| | |     Message:
| | |     TrapezTestTotal.mo translation - successful 2.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos
| | |     
| | |     Revision: 4413
| | |     Author: ppriv
| | |     Date: 18:09:16, den 27 oktober 2009
| | |     Message:
| | |     TrapezTestTotal.mo translation - successful
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.makefile
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos
| | |     
| | |     Revision: 4411
| | |     Author: ppriv
| | |     Date: 17:08:53, den 27 oktober 2009
| | |     Message:
| | |     TrapezTestTotal.mo translation
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/TrapezTestTotal_functions.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos
| | |     
| | |     Revision: 4404
| | |     Author: ppriv
| | |     Date: 12:00:10, den 27 oktober 2009
| | |     Message:
| | |     tpl codegen
| | |     - a stub of TargetSettings and Makefile template
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCode_design.txt
| | |     
| | |     Revision: 4403
| | |     Author: ricli576
| | |     Date: 09:20:12, den 27 oktober 2009
| | |     Message:
| | |     Reverted changes made to Codegen.mo in r4362.
| | |     
| | |     There is now a better way of testing templates via the +d=tplmode option.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     
| | |     Revision: 4396
| | |     Author: ricli576
| | |     Date: 14:35:46, den 26 oktober 2009
| | |     Message:
| | |     Added missing file.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     
| | |     Revision: 4395
| | |     Author: ppriv
| | |     Date: 11:59:39, den 26 oktober 2009
| | |     Message:
| | |     tpl codegen:
| | |     - when +d=tplmode, translateModel calls SimCode.translateModel
| | |     - to makefile for omc.exe was added SimCode.mo and SimCodeC.mo
| | |     - to SimCode module was added translateModule and generateFunctionsC functions
| | |     - generate.mos uses translateModel command, it is run with +d=tplmode, in HelloWorld_functions.cpp is the test template result ... (10+11)
| | |     - when tpl_gen argument is given to the make command in MDT environment (Makefile.omdev.mingw), the generate.mos script is run
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_functions.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/Makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/generate.mos
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/Makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.mo
| | |     Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/build/bin
| | |     Modified : /branches/TemplateCodeGen/build/doc/testmodels
| | |     
| | |     Revision: 4394
| | |     Author: ppriv
| | |     Date: 11:52:59, den 26 oktober 2009
| | |     Message:
| | |     delete makefile .... workaround to rename it to Makefile
| | |     ----
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/makefile
| | |     
| | |     Revision: 4362
| | |     Author: ricli576
| | |     Date: 10:45:53, den 15 oktober 2009
| | |     Message:
| | |     Setup environment for testing templates.
| | |     
| | |     The hook in Codegen.mo is temporary. Similar code can be inserted in other
| | |     places in Codegen.mo to feed different data to the template (at the moment only
| | |     expressions are tested).
| | |     
| | |     Makefile.common contains a fix that makes it compile on Linux systems.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/compileandtest.sh
| | |     
| | |     Revision: 4360
| | |     Author: adrpo
| | |     Date: 01:37:51, den 14 oktober 2009
| | |     Message:
| | |     - merged all revisions from OpenModelica/trunk
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Absyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/AbsynDep.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Algorithm.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Builtin.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Ceval.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/CevalScript.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/CevalScript_stub.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Cevalfunc.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ClassInf.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ClassLoader.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Connect.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/ConnectionGraph.mo (Copy from path: /branches/MathCoreOSMC/Compiler/ConnectionGraph.mo, Revision, 4224)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Constants.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Convert.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAE.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAELow.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAEQuery.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DFA.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Dump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Env.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Error.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ErrorExt.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Exp.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/HashTable.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/HashTable2.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/HashTableCG.mo (Copy from path: /branches/MathCoreOSMC/Compiler/HashTableCG.mo, Revision, 4224)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Inst.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/InstanceHierarchy.mo (Copy from path: /branches/OpenModelica1.5.0/Compiler/InstanceHierarchy.mo, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Lookup.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/MMath.mo (Copy from path: /branches/MathCoreOSMC/Compiler/MMath.mo, Revision, 4224)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.w32
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.w32
| | |     Modified : /branches/TemplateCodeGen/Compiler/Mod.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/ModUtil.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Prefix.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/RTOpts.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Refactor.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SCode.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Settings.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Static.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/System.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Types.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/UnitAbsyn.mo (Copy from path: /branches/MathCoreOSMC/Compiler/UnitAbsyn.mo, Revision, 4224)
| | |     Added : /branches/TemplateCodeGen/Compiler/UnitAbsynBuilder.mo (Copy from path: /branches/MathCoreOSMC/Compiler/UnitAbsynBuilder.mo, Revision, 4224)
| | |     Added : /branches/TemplateCodeGen/Compiler/UnitChecker.mo (Copy from path: /branches/MathCoreOSMC/Compiler/UnitChecker.mo, Revision, 4224)
| | |     Added : /branches/TemplateCodeGen/Compiler/UnitParserExt.mo (Copy from path: /branches/MathCoreOSMC/Compiler/UnitParserExt.mo, Revision, 4224)
| | |     Modified : /branches/TemplateCodeGen/Compiler/Util.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/Release/omc.pdb (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Release/omc.pdb, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/Setup.vdproj
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtCore4.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtGui4.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtNetwork4.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtOpenGL4.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/QtXml4.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/Uninstall.bat
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/bin/soqt1.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/icons/OpenModelica.ico
| | |     Deleted : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtCore4.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtCore4.lib
| | |     Deleted : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtGui4.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtGui4.lib
| | |     Deleted : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtNetwork4.dll
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtNetwork4.lib
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtOpenGL4.lib (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtOpenGL4.lib, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/QtXml4.lib (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/QtXml4.lib, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/coin3.lib (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/coin3.lib, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/qtmain.lib
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/lib/soqt1.lib (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/lib/soqt1.lib, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/tools/SimForge-0.8.4.1-README.txt (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/tools/SimForge-0.8.4.1-README.txt, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/Setup/tools/SimForge-0.8.4.1.zip (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/Setup/tools/SimForge-0.8.4.1.zip, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup/zips/ModelicaLib.tar.gz
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/absyn_builder.vcproj
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/c_runtime.vcproj
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/omc/omc.sln
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/omc.rc (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/omc.rc, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/omc.vcproj
| | |     Added : /branches/TemplateCodeGen/Compiler/VC7/resource.h (Copy from path: /branches/OpenModelica1.5.0/Compiler/VC7/resource.h, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/rmlRuntime/rmlRuntime.vcproj
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/rmlRuntime/runtime/common/controlflow.c
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/runtime.vcproj
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/sendData/sendData.vcproj
| | |     Modified : /branches/TemplateCodeGen/Compiler/Values.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/VarTransform.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/XMLDump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/absyn_builder/walker.g
| | |     Deleted : /branches/TemplateCodeGen/Compiler/absyn_builder/yacclib.c
| | |     Added : /branches/TemplateCodeGen/Compiler/absyn_builder/yacclib.c.txt (Copy from path: /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.c.txt, Revision, 4355)
| | |     Deleted : /branches/TemplateCodeGen/Compiler/absyn_builder/yacclib.h
| | |     Added : /branches/TemplateCodeGen/Compiler/absyn_builder/yacclib.h.txt (Copy from path: /branches/OpenModelica1.5.0/Compiler/absyn_builder/yacclib.h.txt, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_debug/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_release/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/Makefile.vc
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/corbaimpl.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/errorext.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/lpsolve (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/linux (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/linux, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so, Revision, 4224)
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so.64-bit (Copy from path: /branches/OpenModelica1.5.0/Compiler/runtime/lpsolve/lib/linux/liblpsolve55.so.64-bit, Revision, 4355)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/osx (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/osx, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/osx/liblpsolve55.dylib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/osx/liblpsolve55.dylib, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/win32 (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/win32/lpsolve55.dll (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32/lpsolve55.dll, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lib/win32/lpsolve55.lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lib/win32/lpsolve55.lib, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/liblpsolve55.lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/liblpsolve55.lib, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/liblpsolve55d.lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/liblpsolve55d.lib, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_Hash.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_Hash.h, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_SOS.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_SOS.h, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_lib.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_lib.h, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_matrix.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_matrix.h, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_mipbb.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_mipbb.h, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_types.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_types.h, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lp_utils.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lp_utils.h, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lpsolve55.dll (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lpsolve55.dll, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/Compiler/runtime/lpsolve/lpsolve55.lib (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/lpsolve/lpsolve55.lib, Revision, 4224)
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/omc_communication_impl.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/optmanager.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/printimpl.c
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/ptolemyio.cpp
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/rtopts.c
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/settingsimpl.c
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/systemimpl.c
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/unitparser.cpp (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp, Revision, 4224)
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/unitparser.h (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/unitparser.h, Revision, 4224)
| | |     Added : /branches/TemplateCodeGen/Compiler/runtime/unitparserext.cpp (Copy from path: /branches/MathCoreOSMC/Compiler/runtime/unitparserext.cpp, Revision, 4224)
| | |     Added : /branches/TemplateCodeGen/Compiler/scripts/CompileMSVC.bat (Copy from path: /branches/OpenModelica1.5.0/Compiler/scripts/CompileMSVC.bat, Revision, 4355)
| | |     Deleted : /branches/TemplateCodeGen/Examples/3D_BouncingBall.onb
| | |     Added : /branches/TemplateCodeGen/Examples/3D_BouncingBall3D.onb (Copy from path: /branches/OpenModelica1.5.0/Examples/3D_BouncingBall3D.onb, Revision, 4355)
| | |     Deleted : /branches/TemplateCodeGen/Examples/3D_MyPendulum.onb
| | |     Added : /branches/TemplateCodeGen/Examples/3D_MyPendulum3D.onb (Copy from path: /branches/OpenModelica1.5.0/Examples/3D_MyPendulum3D.onb, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/Examples/ModelQueryAPIexamples.onb
| | |     Modified : /branches/TemplateCodeGen/Examples/UsersGuideExamples.onb
| | |     Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/3Dpkg/SimulationData.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/3Dpkg/SimulationData.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/3Dpkg/VisualizationWidget.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/3Dpkg/VisualizationWidget.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Assert.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/AssignStat.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Exercise2.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Exercise3.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Exercise4.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Exercise5.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/ForStat.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/IfStat.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/MultRes.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Reinit.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Sections.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/Terminate.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/WhenStat.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Algorithms/WhileStat.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/AnnUnitsQuant/Annotations.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/AnnUnitsQuant/FuncAnn.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/AnnUnitsQuant/SynPlac.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/AnnUnitsQuant/UnitsQuant.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Built-inFunc.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/ConcatSlice.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Declaration.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Empty.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Exercise1-7-2.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/FlexSize.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/Indexing.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Arrays/ScalarFunc.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Classes/Restricted.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/CompConn/Connections.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/CompConn/Connectors.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/CompConn/Exercise1.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/CompConn/MechTrans.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/DEVS.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/EventBeh.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/DrModelica.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/EqDeclarations.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/Exercise1.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/Exercise2.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/IfEq.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/RepConnStruct.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/RepStruct.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/SimpleEquality.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/Step.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Equations/WhenEq.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Functions/Call.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Generic/Extended.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Generic/ParamInterfaces.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/InherMod/Exercise1.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/InherMod/Hierachical.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/Exercise1.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/Exercise2.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/Exercise3.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/Inheritance.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/LitOpExp/Exercise1.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/LitOpExp/VariaSubt.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Exercise1ADT.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Exercise1LibrStruct.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Generic.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Inherited.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/Local.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/PackAccess.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Packages/PackasADTs.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/QuickTour/DiffEq.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/QuickTour/HelloWorld.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/QuickTour/Packages.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Annotation.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Exercise2.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Exercise3.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Exercise4.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/ReplRed.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Redeclaration/Replaceable.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/SystemMod/FlatTank.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/DrModelica/Variables/VanDerPol.onb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/NotebookParser/NotebookParser.vcproj
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/Release/OMNotebook.exe
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/Release/OMNotebook.pdb
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/application.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cell.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cell.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellapplication.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellapplication.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcommandcenter.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcommands.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcommands.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcursor.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellcursor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/celldocument.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/celldocument.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/celldocumentview.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellfactory.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellfactory.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellgroup.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellgroup.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cellstyle.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/chaptercountervisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/command.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commandcenter.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commandcompletion.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commands.xml
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/commandunit.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cursorcommands.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/document.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/documentview.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/evalthread.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/evalthread.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/factory.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/graphcell.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/graphcell.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/graphcelldelegate.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/highlighterthread.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/imagesizedlg.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/indent.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/indent.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/inputcell.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/inputcell.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/nbparser.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebook.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebook.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebookcommands.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebookparser.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebookparser.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/notebooksocket.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omc_communication.cc
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omc_communication.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/openmodelicahighlighter.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/otherdlg.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/parserfactory.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/printervisitor.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/printervisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/puretextvisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/qcombobox_search.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/qcombobox_search.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/qtapp.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/replaceallvisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/res.aps
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/resource1.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/rule.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/searchform.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/searchform.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/serializingvisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/stripstring.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/stylesheet.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/stylesheet.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/syntaxhighlighter.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/textcell.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/textcell.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/textcursorcommands.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/treeview.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/treeview.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/trunk.vcproj
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/visitor.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/xmlnodename.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/xmlparser.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/OMNotebookQT4/xmlparser.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/compoundWidget.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/compoundWidget.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/compoundWidget.ui
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/curve.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/curve.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/dataSelect.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/dataSelect.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/focusRect.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphScene.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWidget.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWidget.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWindow.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWindow.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/graphWindow.ui
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/label.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/legendLabel.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/legendLabel.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/line2D.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/line2D.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/lineGroup.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/lineGroup.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/point.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/point.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/preferenceWindow.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/preferenceWindow.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/variableData.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/variableData.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/variablewindow.cpp
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/variablewindow.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/Pltpkg2/verticalLabel.h
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/ext/Makefile
| | |     Added : /branches/TemplateCodeGen/OMNotebook/ext/Resources (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/Resources, Revision, 4355)
| | |     Replacing : /branches/TemplateCodeGen/OMNotebook/ext/Resources/plotWindow.bmp (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/Resources/plotWindow.bmp, Revision, 4355)
| | |     Replacing : /branches/TemplateCodeGen/OMNotebook/ext/Resources/plotWindow.ico (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/Resources/plotWindow.ico, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/ext/e.cpp
| | |     Added : /branches/TemplateCodeGen/OMNotebook/ext/ext.rc (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/ext.rc, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/ext/ext.vcproj
| | |     Added : /branches/TemplateCodeGen/OMNotebook/ext/generatedfiles (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/generatedfiles, Revision, 4355)
| | |     Replacing : /branches/TemplateCodeGen/OMNotebook/ext/generatedfiles/qtres.cpp (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/generatedfiles/qtres.cpp, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/OMNotebook/ext/qtres.qrc (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/qtres.qrc, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/ext/release/ext.exe
| | |     Added : /branches/TemplateCodeGen/OMNotebook/ext/release/ext.pdb (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/release/ext.pdb, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/OMNotebook/ext/resource.h (Copy from path: /branches/OpenModelica1.5.0/OMNotebook/ext/resource.h, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/OMShell/Makefile
| | |     Modified : /branches/TemplateCodeGen/OMShell/QWinMosh.vcproj
| | |     Modified : /branches/TemplateCodeGen/OMShell/Release/OMShell.exe
| | |     Added : /branches/TemplateCodeGen/OMShell/Release/OMShell.pdb (Copy from path: /branches/OpenModelica1.5.0/OMShell/Release/OMShell.pdb, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/OMShell/commandcompletion.cpp
| | |     Modified : /branches/TemplateCodeGen/OMShell/commandcompletion.h
| | |     Modified : /branches/TemplateCodeGen/OMShell/commandunit.h
| | |     Modified : /branches/TemplateCodeGen/OMShell/inputcelldelegate.h
| | |     Modified : /branches/TemplateCodeGen/OMShell/main.cpp
| | |     Modified : /branches/TemplateCodeGen/OMShell/omc_communicator.cpp
| | |     Modified : /branches/TemplateCodeGen/OMShell/omc_communicator.h
| | |     Modified : /branches/TemplateCodeGen/OMShell/omcinteractiveenvironment.cpp
| | |     Modified : /branches/TemplateCodeGen/OMShell/omcinteractiveenvironment.h
| | |     Modified : /branches/TemplateCodeGen/OMShell/oms.cpp
| | |     Modified : /branches/TemplateCodeGen/OMShell/oms.h
| | |     Modified : /branches/TemplateCodeGen/OMShell/otherdlg.h
| | |     Modified : /branches/TemplateCodeGen/README.Cygwin.or.Linux.txt
| | |     Modified : /branches/TemplateCodeGen/c_runtime/base_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/integer_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/integer_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/modelica.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/read_write.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/read_write.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/real_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/real_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/sendData/sendData.cpp
| | |     Modified : /branches/TemplateCodeGen/c_runtime/simulation_runtime.cpp
| | |     Modified : /branches/TemplateCodeGen/c_runtime/solver_dasrt.cpp
| | |     Modified : /branches/TemplateCodeGen/doc/OpenModelicaSystem.doc
| | |     Modified : /branches/TemplateCodeGen/doc/OpenModelicaSystem.pdf
| | |     Modified : /branches/TemplateCodeGen/doc/OpenModelicaUsersGuide.doc
| | |     Modified : /branches/TemplateCodeGen/doc/OpenModelicaUsersGuide.pdf
| | |     Added : /branches/TemplateCodeGen/doc/SimForge - An Open Source Graphical Model Editor by Politecnico di Milano.url (Copy from path: /branches/OpenModelica1.5.0/doc/SimForge - An Open Source Graphical Model Editor by Politecnico di Milano.url, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_lexer.g
| | |     Modified : /branches/TemplateCodeGen/flat_modelica_parser/src/flat_modelica_parser.g
| | |     Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_lexer.g
| | |     Modified : /branches/TemplateCodeGen/modelica_parser/src/modelica_parser.g
| | |     Modified : /branches/TemplateCodeGen/mosh/src/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/mosh/src/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/mosh/src/mosh.cpp
| | |     Modified : /branches/TemplateCodeGen/testsuite/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/FunctionSimplex.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/Vectorizable4.mo
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/add.c
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/addmatrices.c
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/drmodelica/rtest
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/f.c
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/msl/rtest
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/rtest
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles/rtestsim
| | |     Modified : /branches/TemplateCodeGen/testsuite/meta/rtest
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Abs.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Abs.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Acos.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Acos.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor1.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor2.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor3.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor3.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor4.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor4.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor5.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor5.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/AlgorithmFor6.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/AlgorithmFor6.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/And.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/And.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAccess.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayAccess.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAddition.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayAddition.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayBrackets.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayBrackets.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayCurlyBrackets.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayCurlyBrackets.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration1.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration2.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration3.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration3.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration4.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration4.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDeclaration5.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDeclaration5.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDivision.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayDivision.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayExtend.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayExtend.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayMultiplication.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayMultiplication.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayOperators.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayOperators.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArrayRange.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArrayRange.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ArraySubtraction.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ArraySubtraction.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Asin.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Asin.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Atan.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Atan.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Atan2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Atan2.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/BlockComponents.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/BlockComponents.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/BlockIllegal.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/BlockIllegal.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/BlockSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/BlockSimple.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/BooleanLiterals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/BooleanLiterals.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Ceil.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Ceil.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Comment1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Comment1.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Comment2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Comment2.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ComponentNames.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ComponentNames.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/CondDeclaration.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/CondDeclaration.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/CondOperators.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/CondOperators.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ConnectorComponents.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorComponents.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ConnectorIllegal.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorIllegal.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ConnectorSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConnectorSimple.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ConstantDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclConnector.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ConstantDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclRecord.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ConstantDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ConstantDeclType.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Cos.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Cos.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Cosh.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Cosh.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/CyclicBindingConst.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/CyclicBindingConst.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/CyclicBindingParam.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/CyclicBindingParam.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DeclarationEquation1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation1.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DeclarationEquation2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation2.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DeclarationEquation3.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationEquation3.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DeclarationOrder.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DeclarationOrder.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DiscreteDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclConnector.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DiscreteDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclRecord.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DiscreteDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DiscreteDeclType.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Div.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Div.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DocString.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DocString.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/DoubleDeclaration.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/DoubleDeclaration.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Equals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Equals.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/EquationFor5.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor5.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/EquationFor6.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor6.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/EquationFor7.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/EquationFor7.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/EventFunctions.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/EventFunctions.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Exp.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Exp.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Expressions.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Expressions.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/FloatingPoint.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FloatingPoint.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Floor.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Floor.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/FlowDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclConnector.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/FlowDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclRecord.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/FlowDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FlowDeclType.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/FunctionCall.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FunctionCall.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/FunctionSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/FunctionSimple.mo, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionSimplex.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/GreaterThan.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/GreaterThan.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/GreaterThanEqual.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/GreaterThanEqual.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/InputDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclConnector.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/InputDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclRecord.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/InputDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/InputDeclType.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/IntAdd.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntAdd.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/IntDiv.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntDiv.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/IntMul.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntMul.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/IntPow.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntPow.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/IntSub.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntSub.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Integer.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Integer.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/IntegerLiterals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/IntegerLiterals.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/LessThan.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/LessThan.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/LessThanEqual.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/LessThanEqual.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Log.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Log.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Log10.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Log10.mo, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Makefile
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/MathematicalFunctions.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/MathematicalFunctions.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/MatrixBrackets.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/MatrixBrackets.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Mod.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Mod.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ModelAccess.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ModelAccess.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ModelSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ModelSimple.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/NestedClasses.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/NestedClasses.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Not.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Not.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/NotEquals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/NotEquals.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/NumericFunctions.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/NumericFunctions.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Operators.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Operators.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Or.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Or.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/OutputDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclConnector.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/OutputDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclRecord.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/OutputDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/OutputDeclType.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/PackageComponents.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/PackageComponents.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/PackageIllegal.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/PackageIllegal.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/PackageSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/PackageSimple.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ParameterDeclConnector.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclConnector.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ParameterDeclRecord.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclRecord.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ParameterDeclType.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ParameterDeclType.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ProtectedAccess.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ProtectedAccess.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ProtectedAccess2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ProtectedAccess2.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/PublicAccess.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/PublicAccess.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RealAdd.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealAdd.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RealDiv.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealDiv.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RealMul.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealMul.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RealPow.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealPow.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RealSub.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RealSub.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordAssignment.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordAssignment.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordConnections.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordConnections.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordConstructors.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordConstructors.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordNonPublic.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordNonPublic.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordPrefixes.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordPrefixes.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/RecordSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/RecordSimple.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Rem.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Rem.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/ShortClassDef.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/ShortClassDef.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Sign.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Sign.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/SimpleInheritance.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/SimpleInheritance.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/SimpleTypeExtend.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/SimpleTypeExtend.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Sin.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Sin.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Sinh.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Sinh.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Sqrt.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Sqrt.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/StringBoolean.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringBoolean.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/StringConcatenation.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringConcatenation.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/StringConversion.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringConversion.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/StringInteger.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringInteger.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/StringLiterals.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringLiterals.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/StringReal.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/StringReal.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Tan.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Tan.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/Tanh.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/Tanh.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeArray.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeArray.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeClass1.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeClass1.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeClass2.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeClass2.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeDeclArray.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeDeclArray.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeEnumeration.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeEnumeration.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/TypeSimple.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mofiles/TypeSimple.mo, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Vectorizable4.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/addReal1_.c
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/rtest
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/rtest
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/rtestsim
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/ArrayDivError.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/CyclicPerm.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/DoubleWhenConflict.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/EqualityEquations.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/HeatTank.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/HeatTankExpanded.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Identifier.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/Identifier.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Identifier.mos (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/Identifier.mos, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/InOutStrings.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Matrix.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Pendulum.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Tank.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Time.mo (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/Time.mo, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/Time.mos (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/Time.mos, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/algorithms.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/checkparseerror.c (Copy from path: /branches/OpenModelica1.5.0/testsuite/mosfiles/checkparseerror.c, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/interactive_api_classes.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/refactorGraphAnn1.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/rotationalsystems.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/rtest
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/simplify.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/records (Copy from path: /branches/MathCoreOSMC/testsuite/records, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/EmptyRecordTestConstructor.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/EmptyRecordTestConstructor.mos, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/EmptyRecordTestInput.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/EmptyRecordTestInput.mos, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/External_C_RecordTest.c (Copy from path: /branches/MathCoreOSMC/testsuite/records/External_C_RecordTest.c, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/Makefile (Copy from path: /branches/MathCoreOSMC/testsuite/records/Makefile, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/NestedRecordTestConstructor.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/NestedRecordTestConstructor.mos, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/NestedRecordTestInput.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/NestedRecordTestInput.mos, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/RecordTest.mo (Copy from path: /branches/MathCoreOSMC/testsuite/records/RecordTest.mo, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/SimpleRecordTestConstructor.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/SimpleRecordTestConstructor.mos, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/SimpleRecordTestInput.mos (Copy from path: /branches/MathCoreOSMC/testsuite/records/SimpleRecordTestInput.mos, Revision, 4224)
| | |     Replacing : /branches/TemplateCodeGen/testsuite/records/rtest (Copy from path: /branches/MathCoreOSMC/testsuite/records/rtest, Revision, 4224)
| | |     Modified : /branches/TemplateCodeGen/tools/rml2mod/absyn.rml
| | |     Added : /branches/TemplateCodeGen/tools/xml/LICENSE (Copy from path: /branches/OpenModelica1.5.0/tools/xml/LICENSE, Revision, 4355)
| | |     Added : /branches/TemplateCodeGen/tools/xml/README.txt (Copy from path: /branches/OpenModelica1.5.0/tools/xml/README.txt, Revision, 4355)
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/FlatModelicaXml.h
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parser.cpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parser.g
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parser.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt
| | |     Modified : /branches/TemplateCodeGen/tools/xml/flatmodelicaxml/walker.g
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.cpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.h
| | |     Deleted : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.ncb
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.sln
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.suo
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/ModelicaXML.vcproj
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/README.txt
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/dirwalk.cpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/dirwalk.h
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelicaTokenTypes.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelicaTokenTypes.txt
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_lexer.cpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_lexer.g
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_lexer.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parser.cpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parser.g
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parser.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_parserTokenTypes.txt
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_tree_parser.cpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_tree_parser.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/modelicaxml-v2.dtd
| | |     Modified : /branches/TemplateCodeGen/tools/xml/modelicaxml/walker.g
| | |     
| | |     Revision: 4349
| | |     Author: ppriv
| | |     Date: 18:25:09, den 13 oktober 2009
| | |     Message:
| | |     Susan
| | |     - hello world test
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_functions.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld_init.txt
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/makefile
| | |     Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw
| | |     
| | |     Revision: 4348
| | |     Author: ricli576
| | |     Date: 16:54:35, den 13 oktober 2009
| | |     Message:
| | |     Added hello world program and its output when compiled.
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld.makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld_functions.cpp
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/HelloWorldOutput/HelloWorld_init.txt
| | |     
| | |     Revision: 4345
| | |     Author: ppriv
| | |     Date: 16:27:35, den 13 oktober 2009
| | |     Message:
| | |     
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/GenTest/HelloWorld.mo
| | |     
| | |     Revision: 4344
| | |     Author: ppriv
| | |     Date: 15:54:40, den 13 oktober 2009
| | |     Message:
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     
| | |     Revision: 4343
| | |     Author: ppriv
| | |     Date: 15:51:31, den 13 oktober 2009
| | |     Message:
| | |     SimCodeC.tpl
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4342
| | |     Author: ppriv
| | |     Date: 15:41:04, den 13 oktober 2009
| | |     Message:
| | |     
| | |     SimCodeTV.mo
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | |     
| | |     Revision: 4322
| | |     Author: ppriv
| | |     Date: 17:46:52, den 7 oktober 2009
| | |     Message:
| | |     Susan:
| | |     - first a start of SusanUsersGuide.doc
| | |     - full conference paper and ppt
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/doc
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090828-v25d-full-FUN.doc
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090921-3.ppt
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/doc/SusanUsersGuide.doc
| | |     
| | |     Revision: 4261
| | |     Author: ppriv
| | |     Date: 17:08:10, den 19 september 2009
| | |     Message:
| | |     Susan:
| | |     - "typeview" keyword introduced -> see TplCodegen.tpl  and  TplCodegenTV.mo
| | |     - syntax for type-views is closer to MetaModelica ... default is "public" or no keyword before "package" and it means that no path is needed to reach its members
| | |     - some further preparation of parser for error reporting (PARSER_INFO)
| | |     - "+" instead of "&" used for concatenation operation (to be closer to Modelica)
| | |     - "is" and "is not" used instead of "==" and "<>" to make it more obvious that the construct is asymmetric
| | |     - fixed the [item, item2, ... ] list-like construction construct (elements can have mixed multiplicity and/or types when it makes sense)
| | |     - some map construct test templates and intMatrix() template added to test.tpl and to TplMain.mo tests
| | |     - fixed matching of SOME, see testCond() template in test.tpl
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegenTV.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     
| | |     Revision: 4215
| | |     Author: adrpo
| | |     Date: 13:43:05, den 9 september 2009
| | |     Message:
| | |     - missed a ; in the code.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     
| | |     Revision: 4214
| | |     Author: adrpo
| | |     Date: 13:10:42, den 9 september 2009
| | |     Message:
| | |     - last iteration over SimCode.mo
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     
| | |     Revision: 4203
| | |     Author: ppriv
| | |     Date: 22:16:47, den 3 september 2009
| | |     Message:
| | |     Susan:
| | |      - fix for parameterized options
| | |      - fix options auto to-string conversions
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     
| | |     Revision: 4187
| | |     Author: ppriv
| | |     Date: 23:21:08, den 28 augusti 2009
| | |     Message:
| | |     Susan, after the paper was done.
| | |     - ( expression-with-option ) added
| | |     - <>= changed to ::= to be for < >
| | |     - failing case for every list iterating function added (a bug fix for filtering patterns after 'of' )
| | |     - i0 and i1 now working in map and list expressions
| | |     - paper while-loop test added
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     
| | |     Revision: 4174
| | |     Author: ppriv
| | |     Date: 17:30:08, den 19 augusti 2009
| | |     Message:
| | |     Susan changes according to paper:
| | |     - switched meaning of " and '
| | |     - <>= now becomes ::=
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     
| | |     Revision: 4171
| | |     Author: ppriv
| | |     Date: 12:51:55, den 17 augusti 2009
| | |     Message:
| | |     Susan:
| | |     - paper.tpl ... "while" paper example
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/paper.tpl
| | |     
| | |     Revision: 4169
| | |     Author: ppriv
| | |     Date: 22:45:01, den 14 augusti 2009
| | |     Message:
| | |     Susan
| | |     - Parser extended to be able to report position info in errors
| | |     - half work done on Susan self-dump
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     
| | |     Revision: 4139
| | |     Author: ppriv
| | |     Date: 11:15:20, den 1 augusti 2009
| | |     Message:
| | |     Susan 1.0 alpha
| | |     - all tests are now passing
| | |     - added testing of translation of whole .tpl files (TplCodegen.tpl -> TplCodegen__testShouldBe.mo  and  test.tpl -> test__testShouldBe.mo)
| | |     - some cleaning
| | |     ----
| | |     Modified : /branches/TemplateCodeGen
| | |     Modified : /branches/TemplateCodeGen/.externalToolBuilders
| | |     Modified : /branches/TemplateCodeGen/Compiler
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/MakeRMLandGRAMMAR
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Release
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/antlr
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/omc
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/rmlRuntime
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/sendData
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/sendData/Release
| | |     Modified : /branches/TemplateCodeGen/Compiler/omc_release
| | |     Modified : /branches/TemplateCodeGen/Compiler/rml2mmo
| | |     Modified : /branches/TemplateCodeGen/Compiler/rml2sig
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen__testShouldBe.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test__testShouldBe.mo
| | |     Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/c_runtime
| | |     Modified : /branches/TemplateCodeGen/c_runtime/libf2c
| | |     Modified : /branches/TemplateCodeGen/flat_modelica_parser/src
| | |     Modified : /branches/TemplateCodeGen/modelica_parser/src
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles
| | |     
| | |     Revision: 4129
| | |     Author: ppriv
| | |     Date: 18:40:33, den 18 juli 2009
| | |     Message:
| | |     Susan 1.0 alpha !
| | |     
| | |     - self generated TplCodegen.mo from TplCodegen.tpl
| | |     - match-only templates are now direct, i.e. not enclosed to another function
| | |     - names of generated functions are identical as in templates ... no prefix
| | |     - in/out args are now distinguished (out_ prefix) in pure assignment (non-match) functions (it is possible in current MM impl. to have input Text txt; output Text txt; )
| | |     ----
| | |     Deleted : /branches/TemplateCodeGen/Compiler/.depend
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     
| | |     Revision: 4128
| | |     Author: ppriv
| | |     Date: 20:17:40, den 17 juli 2009
| | |     Message:
| | |     Copied remotely
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/TplCodegen.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo, Revision, 4127)
| | |     
| | |     Revision: 4127
| | |     Author: ppriv
| | |     Date: 20:15:56, den 17 juli 2009
| | |     Message:
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/Makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     
| | |     Revision: 4126
| | |     Author: ppriv
| | |     Date: 20:14:08, den 17 juli 2009
| | |     Message:
| | |     Removed file/folder
| | |     ----
| | |     Deleted : /branches/TemplateCodeGen/Compiler/TplCodegen_handMade.mo
| | |     
| | |     Revision: 4125
| | |     Author: ppriv
| | |     Date: 20:14:02, den 17 juli 2009
| | |     Message:
| | |     Copied remotely
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen_handMade.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TplCodegen_handMade.mo, Revision, 4124)
| | |     
| | |     Revision: 4124
| | |     Author: ppriv
| | |     Date: 20:12:08, den 17 juli 2009
| | |     Message:
| | |     Renamed remotely
| | |     ----
| | |     Deleted : /branches/TemplateCodeGen/Compiler/TplCodegen.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/TplCodegen_handMade.mo (Copy from path: /branches/TemplateCodeGen/Compiler/TplCodegen.mo, Revision, 4123)
| | |     
| | |     Revision: 4123
| | |     Author: ppriv
| | |     Date: 20:05:19, den 17 juli 2009
| | |     Message:
| | |     Removed file/folder
| | |     ----
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/test
| | |     
| | |     Revision: 4122
| | |     Author: ppriv
| | |     Date: 20:05:09, den 17 juli 2009
| | |     Message:
| | |     Moved remotely
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/Makefile (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test/Makefile, Revision, 4121)
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/test/Makefile
| | |     
| | |     Revision: 4121
| | |     Author: ppriv
| | |     Date: 20:05:01, den 17 juli 2009
| | |     Message:
| | |     Moved remotely
| | |     ----
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test.mo (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo, Revision, 4120)
| | |     
| | |     Revision: 4120
| | |     Author: ppriv
| | |     Date: 20:04:53, den 17 juli 2009
| | |     Message:
| | |     Moved remotely
| | |     ----
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test.tpl (Copy from path: /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl, Revision, 4119)
| | |     
| | |     Revision: 4119
| | |     Author: ppriv
| | |     Date: 19:59:01, den 17 juli 2009
| | |     Message:
| | |     a clean
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplCodegen.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/test.mo
| | |     
| | |     Revision: 4114
| | |     Author: ppriv
| | |     Date: 00:00:54, den 16 juli 2009
| | |     Message:
| | |     Susan's self compiled codegen almost done!
| | |     test/test.tpl is translated successfully to test/test.mo and its copy can be translated by MMC
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler
| | |     Modified : /branches/TemplateCodeGen/Compiler/.depend
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/test.mo
| | |     
| | |     Revision: 4113
| | |     Author: ppriv
| | |     Date: 13:50:28, den 14 juli 2009
| | |     Message:
| | |     Susan:
| | |      - fixed CR LF parsing
| | |      - test.tpl is effectively the TplCodegen.tpl
| | |        -> 1. translation of Susan's back-end; although there are some minor issues (intrinsic function has still the intrinsic. path)
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl
| | |     
| | |     Revision: 4111
| | |     Author: ppriv
| | |     Date: 13:06:25, den 10 juli 2009
| | |     Message:
| | |     Susan 0.9 alpha
| | |     
| | |     A first pre-Susan implementation.
| | |     Using hand-made Codegen yet, to be regenerated from its TplCodegen.tpl soon, when some minor issues are fixed.
| | |     
| | |     - make with "susan_test" to run tests
| | |     - call "omc.exe someTemplate.tpl" to translate a Susan template
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Main.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     Added : /branches/TemplateCodeGen/Compiler/Tpl.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/TplAbsyn.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/TplCodegen.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/TplMain.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/TplParser.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanGrammar.txt
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplParser.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test/Makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/test/test.tpl
| | |     Modified : /branches/TemplateCodeGen/Makefile.omdev.mingw
| | |     
| | |     Revision: 4001
| | |     Author: ppriv
| | |     Date: 18:07:07, den 9 april 2009
| | |     Message:
| | |     Susan's backend
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/Setup
| | |     Modified : /branches/TemplateCodeGen/Compiler/VC7/UpdateEnv
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCG.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCG.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCodegen.tpl
| | |     
| | |     Revision: 3987
| | |     Author: ppriv
| | |     Date: 20:26:20, den 30 mars 2009
| | |     Message:
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/build/bin
| | |     Modified : /branches/TemplateCodeGen/build/doc
| | |     Modified : /branches/TemplateCodeGen/build/doc/testmodels
| | |     Modified : /branches/TemplateCodeGen/build/include
| | |     Modified : /branches/TemplateCodeGen/build/lib
| | |     
| | |     Revision: 3986
| | |     Author: ppriv
| | |     Date: 20:24:14, den 30 mars 2009
| | |     Message:
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/testsuite/mathcore-mofiles
| | |     
| | |     Revision: 3985
| | |     Author: ppriv
| | |     Date: 20:18:56, den 30 mars 2009
| | |     Message:
| | |     base to Susan's out AST
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCG.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplCG.tpl
| | |     Modified : /branches/TemplateCodeGen/build
| | |     
| | |     Revision: 3984
| | |     Author: sjoelund.se
| | |     Date: 16:22:50, den 30 mars 2009
| | |     Message:
| | |     - Added a main method to the modelica_java.jar file so you can convert
| | |     Modelica files to java files from command line.
| | |     - Modified testsuite/mosfiles/Makefile slightly to compile once for all
| | |     Java tests instead of once per test (and also generate the java
| | |     interface for JavaExt.mo).
| | |     - JavaExtInteractive.mos tests OMC to Java to (another) OMC session. If
| | |     the .mos file used interactive CORBA they could share the session.
| | |     - Moved build/share/modelica (stringtemplate templates) into
| | |     modelica_java.jar
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar
| | |     Deleted : /branches/TemplateCodeGen/build/share/modelica
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtArrays.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtInteractive.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtRecord.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 3982
| | |     Author: sjoelund.se
| | |     Date: 08:47:06, den 30 mars 2009
| | |     Message:
| | |     - Java external code for Record-To-Record calls. The code compiles and
| | |     seems to be sane, but OMC will not execute the function after it's
| | |     compiled.
| | |     - Java external records are now sent the qualified name instead of the
| | |     name of the record (required if you want to call a modelica function
| | |     from the external Java function)
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtRecord.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 3980
| | |     Author: ppriv
| | |     Date: 15:03:53, den 27 mars 2009
| | |     Message:
| | |     - Added SusanDump.mo and Tpl.mo
| | |     - Modified SusanDump.tpl and TplAbsyn.mo
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/Tpl.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo
| | |     
| | |     Revision: 3979
| | |     Author: sjoelund.se
| | |     Date: 14:39:58, den 27 mars 2009
| | |     Message:
| | |     - Added records for external Java functions (calling using Record
| | |     arguments but not reading back the data)
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mofiles/addReal1_.c
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtArrays.mos
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExtRecord.mos
| | |     
| | |     Revision: 3978
| | |     Author: sjoelund.se
| | |     Date: 09:03:24, den 26 mars 2009
| | |     Message:
| | |     - Added external Java function summing up an array
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos
| | |     
| | |     Revision: 3975
| | |     Author: sjoelund.se
| | |     Date: 15:31:49, den 25 mars 2009
| | |     Message:
| | |     - Added test cases for external Java
| | |     ----
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.java
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mo
| | |     Added : /branches/TemplateCodeGen/testsuite/mosfiles/JavaExt.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Makefile
| | |     
| | |     Revision: 3973
| | |     Author: ppriv
| | |     Date: 10:51:17, den 25 mars 2009
| | |     Message:
| | |     Little comletion of the Susan' dump
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo
| | |     
| | |     Revision: 3972
| | |     Author: ppriv
| | |     Date: 17:28:37, den 24 mars 2009
| | |     Message:
| | |     Susan codegen:
| | |      - input AST - TplAbsyn.mo
| | |      - SusanDump.tpl
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/SusanDump.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/susan_codegen/TplAbsyn.mo
| | |     
| | |     Revision: 3971
| | |     Author: sjoelund.se
| | |     Date: 16:04:25, den 24 mars 2009
| | |     Message:
| | |     - Fixed and tested Int/Re/Bool/String arguments (in/out, no array) for
| | |     external Java
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     
| | |     Revision: 3970
| | |     Author: sjoelund.se
| | |     Date: 15:14:46, den 24 mars 2009
| | |     Message:
| | |     - Fixed string arrays problem with NULL strings. If you ignore the
| | |     compilation warnings, boolean and string arrays work properly now.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar
| | |     
| | |     Revision: 3969
| | |     Author: sjoelund.se
| | |     Date: 14:07:20, den 24 mars 2009
| | |     Message:
| | |     - External arrays (even multi-dim) work with Java now. The exception
| | |     seems to be boolean/string arrays which fail because their respective
| | |     alloc_array functions don't exist in the runtime.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3968
| | |     Author: sjoelund.se
| | |     Date: 14:02:32, den 24 mars 2009
| | |     Message:
| | |     - Fixed isIn/Out/Bidir to return a boolean instead of failing, just like
| | |     the definition says.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Types.mo
| | |     
| | |     Revision: 3966
| | |     Author: sjoelund.se
| | |     Date: 15:48:18, den 23 mars 2009
| | |     Message:
| | |     - Started adding code for array in/out java
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3965
| | |     Author: sjoelund.se
| | |     Date: 16:32:52, den 20 mars 2009
| | |     Message:
| | |     - Added support in the runtime to send multi-dim arrays through external Java
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3960
| | |     Author: sjoelund.se
| | |     Date: 16:48:23, den 19 mars 2009
| | |     Message:
| | |     - Added prefixes to generated argument names in Java functions to avoid
| | |     collisions with the Java keywords.
| | |     - Updated some unused Util.mo functions so they can be translated
| | |     (missing partial keyword before a function means the Java part chokes;
| | |     OMC accepts it)
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Util.mo
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st
| | |     
| | |     Revision: 3959
| | |     Author: sjoelund.se
| | |     Date: 15:39:13, den 19 mars 2009
| | |     Message:
| | |     - Updated modelica_java.jar to the latest version
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar
| | |     
| | |     Revision: 3958
| | |     Author: sjoelund.se
| | |     Date: 15:32:55, den 19 mars 2009
| | |     Message:
| | |     - Moved generated Java functions to separate files, using non-static calls
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/header.st
| | |     Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/proxy.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st
| | |     Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/typeDef.st
| | |     
| | |     Revision: 3956
| | |     Author: sjoelund.se
| | |     Date: 10:34:51, den 19 mars 2009
| | |     Message:
| | |     - Added support for partial functions when translating MM to Java
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st
| | |     Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/functions.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/genericArguments.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/myFQName.st
| | |     
| | |     Revision: 3955
| | |     Author: sjoelund.se
| | |     Date: 16:01:59, den 18 mars 2009
| | |     Message:
| | |     - Added support for MM replaceable types -> Java generics
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/functions.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/genericArguments.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/header.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/packageDot.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st
| | |     
| | |     Revision: 3951
| | |     Author: sjoelund.se
| | |     Date: 15:05:33, den 17 mars 2009
| | |     Message:
| | |     - Added support for complex types to be passed using getDefinitions()
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/functions.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/header.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/myFQName.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/proxy.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/typeDef.st
| | |     Modified : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/uniontype.st
| | |     Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/varDefClass.st
| | |     Deleted : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/varDefType.st
| | |     
| | |     Revision: 3948
| | |     Author: sjoelund.se
| | |     Date: 15:57:00, den 12 mars 2009
| | |     Message:
| | |     - Updated Interactive (getDefinitions()) to pass array dimensions, etc
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     
| | |     Revision: 3947
| | |     Author: sjoelund.se
| | |     Date: 15:55:06, den 12 mars 2009
| | |     Message:
| | |     - Added templates to generate Java files corresponding to definitions in
| | |     the interactive AST
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/build/share/java/modelica_java.jar
| | |     Added : /branches/TemplateCodeGen/build/share/modelica
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefs.stg
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/function.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/functions.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/header.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/myFQName.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/proxy.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/record.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/typeDef.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/uniontype.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/varDefClass.st
| | |     Added : /branches/TemplateCodeGen/build/share/modelica/corbadefsjava/varDefType.st
| | |     
| | |     Revision: 3936
| | |     Author: sjoelund.se
| | |     Date: 17:07:45, den 11 mars 2009
| | |     Message:
| | |     - Added a function to dump the AST in MetaModelica through the
| | |     Interactive module
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     
| | |     Revision: 3934
| | |     Author: sjoelund.se
| | |     Date: 13:17:41, den 10 mars 2009
| | |     Message:
| | |     - Changed the Java external interface to communicate using the same
| | |     classes as the Java/CORBA interface.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/OMNotebook/ext/Makefile
| | |     Modified : /branches/TemplateCodeGen/OMShell/Makefile
| | |     Added : /branches/TemplateCodeGen/build/share
| | |     Added : /branches/TemplateCodeGen/build/share/java
| | |     Added : /branches/TemplateCodeGen/build/share/java/modelica_java.jar
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     Modified : /branches/TemplateCodeGen/configure
| | |     
| | |     Revision: 3929
| | |     Author: sjoelund.se
| | |     Date: 12:20:08, den 3 mars 2009
| | |     Message:
| | |     - Precompiler using syntax closer to Pavols
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/C__GenerateFunctionBodies.tpl
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/C__GenerateFunctions.tpl
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo
| | |     
| | |     Revision: 3928
| | |     Author: sjoelund.se
| | |     Date: 11:40:10, den 3 mars 2009
| | |     Message:
| | |     -  working
| | |     -  working
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo
| | |     
| | |     Revision: 3927
| | |     Author: sjoelund.se
| | |     Date: 17:03:24, den 2 mars 2009
| | |     Message:
| | |     - Added (start of) code for changing IF_EXIST and IF_NOT_EXIST to a COND list
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/.depend
| | |     Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo
| | |     
| | |     Revision: 3926
| | |     Author: adrpo
| | |     Date: 15:44:14, den 2 mars 2009
| | |     Message:
| | |     - second draft SimCode.mo
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     
| | |     Revision: 3924
| | |     Author: sjoelund.se
| | |     Date: 17:40:48, den 27 februari 2009
| | |     Message:
| | |     - Added some of Pavol's template syntax to try it out
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     
| | |     Revision: 3923
| | |     Author: sjoelund.se
| | |     Date: 10:02:53, den 27 februari 2009
| | |     Message:
| | |     - Added the ability to read a file in the template engine
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile.in
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/System.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/readfile.c
| | |     
| | |     Revision: 3921
| | |     Author: sjoelund.se
| | |     Date: 16:01:14, den 26 februari 2009
| | |     Message:
| | |     - Added an IsEmpty function in the template engine. It is used by
| | |     IF_EXIST and IF_NOT_EXIST to ensure that fail()'ed code does not fall
| | |     through to another case
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Util.mo
| | |     
| | |     Revision: 3919
| | |     Author: adrpo
| | |     Date: 12:31:03, den 26 februari 2009
| | |     Message:
| | |     - first draft of SimCode.mo
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/SimCode.mo
| | |     
| | |     Revision: 3918
| | |     Author: sjoelund.se
| | |     Date: 12:21:22, den 26 februari 2009
| | |     Message:
| | |     - Added code to catch Java exceptions for Modelica simulations
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Error.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Print.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3913
| | |     Author: sjoelund.se
| | |     Date: 12:07:25, den 23 februari 2009
| | |     Message:
| | |     - Don't release method IDs (removes the method from the JVM apparently)
| | |     - Added AddObjectToJavaMap for the Map
| | |     - Added double->Double and boolean->Boolean helper functions
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3910
| | |     Author: sjoelund.se
| | |     Date: 16:09:17, den 20 februari 2009
| | |     Message:
| | |     - Forgot to include this change along with changes to the Makefile
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/configure.in
| | |     
| | |     Revision: 3909
| | |     Author: sjoelund.se
| | |     Date: 16:02:37, den 20 februari 2009
| | |     Message:
| | |     - Added the start of functions to provide a record as a Java Map
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3906
| | |     Author: sjoelund.se
| | |     Date: 13:26:16, den 20 februari 2009
| | |     Message:
| | |     - Add OPENMODELICAHOME to the Java classpath (to access Java runtime classes later)
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3904
| | |     Author: sjoelund.se
| | |     Date: 11:34:26, den 20 februari 2009
| | |     Message:
| | |     - Added function to access (copy) a Java String[] to char** in C
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3903
| | |     Author: sjoelund.se
| | |     Date: 10:23:25, den 20 februari 2009
| | |     Message:
| | |     - Added functions to handle Get/Set values in ByteBuffers (pass-by-reference).
| | |     - Changed the Java interface, forcing getting JNIEnv before a method
| | |     (the env is needed for the other utility functions anyway).
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3898
| | |     Author: sjoelund.se
| | |     Date: 17:12:11, den 19 februari 2009
| | |     Message:
| | |     - Added runtime funcions for JNI-->Java arrays, []
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3897
| | |     Author: adrpo
| | |     Date: 14:53:00, den 19 februari 2009
| | |     Message:
| | |     - updated the Makefile.common.omdev.mingw for MinGW gcc build on Windows.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     
| | |     Revision: 3895
| | |     Author: sjoelund.se
| | |     Date: 15:44:00, den 18 februari 2009
| | |     Message:
| | |     - Started using pre-compiled templates for Codegen.mo
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/.depend
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo
| | |     
| | |     Revision: 3894
| | |     Author: sjoelund.se
| | |     Date: 15:39:55, den 18 februari 2009
| | |     Message:
| | |     - JNI 1.4 will have to be required in order to pass values by reference for external Java.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3893
| | |     Author: sjoelund.se
| | |     Date: 13:49:07, den 18 februari 2009
| | |     Message:
| | |     - Added the ability to include other templates into the main one using $:key$
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo
| | |     
| | |     Revision: 3892
| | |     Author: sjoelund.se
| | |     Date: 13:04:21, den 18 februari 2009
| | |     Message:
| | |     - Output to CompiledTemplates.mo
| | |     ----
| | |     Added : /branches/TemplateCodeGen/Compiler/CompiledTemplates.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile.in
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/Templates.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Util.mo
| | |     
| | |     Revision: 3889
| | |     Author: sjoelund.se
| | |     Date: 10:56:43, den 18 februari 2009
| | |     Message:
| | |     - Fixed PrintTemplateTreeSequence
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo
| | |     Deleted : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile
| | |     Deleted : /branches/TemplateCodeGen/Compiler/template_precompile/TemplCG.mo
| | |     
| | |     Revision: 3888
| | |     Author: sjoelund.se
| | |     Date: 10:37:45, den 18 februari 2009
| | |     Message:
| | |     - Added autoconf for new Makefile
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/configure.in
| | |     
| | |     Revision: 3887
| | |     Author: sjoelund.se
| | |     Date: 10:36:37, den 18 februari 2009
| | |     Message:
| | |     - Added a new target to test template engine without recompiling the whole omc
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/Error.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/Main.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/Makefile.in
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/Print.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/TemplCG.mo
| | |     Added : /branches/TemplateCodeGen/Compiler/template_precompile/Util.mo
| | |     
| | |     Revision: 3885
| | |     Author: sjoelund.se
| | |     Date: 16:02:09, den 17 februari 2009
| | |     Message:
| | |     - Preparing PrintTemplateTreeSequence for pre-compiling templates
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     
| | |     Revision: 3881
| | |     Author: sjoelund.se
| | |     Date: 14:56:19, den 17 februari 2009
| | |     Message:
| | |     - External Java: Added String in/return and Boolean
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     
| | |     Revision: 3878
| | |     Author: sjoelund.se
| | |     Date: 11:22:15, den 17 februari 2009
| | |     Message:
| | |     - Use generated java signatures instead of hard-coded (D)D
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     
| | |     Revision: 3877
| | |     Author: sjoelund.se
| | |     Date: 11:21:39, den 17 februari 2009
| | |     Message:
| | |     - Compiler generates Java signatures for external calls
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     
| | |     Revision: 3876
| | |     Author: sjoelund.se
| | |     Date: 09:57:20, den 17 februari 2009
| | |     Message:
| | |     - Added libraries to link against in the generated Makefile
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo
| | |     
| | |     Revision: 3875
| | |     Author: adrpo
| | |     Date: 08:57:42, den 17 februari 2009
| | |     Message:
| | |     * merged revision 3874 from MathCoreOSMC branch:
| | |     
| | |     
| | |     - expose more of the c_runtime array interface
| | |     - fixes for array iterators which stopped working after the merge
| | |     - got rid of $$$ in the generated code (SimCodegen.mo)
| | |     - Util. modelicaStringToCStr2 searches for "der(" instead of "DER("
| | |     - Handling some of the Exp.ASUB cases in Codegen.mo
| | |     - Exp.ASSIGN now as an exp LHS instead of a component reference LHS
| | |     - small fix in VarTransform.mo to be able to parse it with OMC
| | |     - changes to some of the testsuite/mosfiles due to compiler changes.
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/.depend
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Convert.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/DAELow.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Dump.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Exp.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Inst.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Prefix.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/SimCodegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Static.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Util.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/VarTransform.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/boolean_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/integer_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/integer_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/memory_pool.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/real_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/real_array.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/string_array.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/string_array.h
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/Initialization.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/differentiate.mos
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/rtest
| | |     
| | |     Revision: 3870
| | |     Author: adrpo
| | |     Date: 17:17:59, den 16 februari 2009
| | |     Message:
| | |     - merged revision 3869 from MathCoreOSMC branch which:
| | |       * fixes to Interactive.traverseClasses
| | |         + now -traverse_classes2 failed for some of the tests is gone
| | |       * updated OpenModelica tests and enabled them
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Interactive.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ABCDsystem.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/AddReal1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayAddSub1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDim1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDim2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDim3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayDim4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayMatrixSimplifier.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayModification11.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayModification5.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayModification8.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayMulMatrixSimplifier.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayMult.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayReduce.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ArrayRemoveIndex1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/BoolArrayTest.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Cardinality.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Circuit1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Class2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ColoredPointLegalMod.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Colors.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ComplexNumbers.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect12.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect7.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Connect8.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ConnectHierarchical1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ConnectHierarchical2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Constant10.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Constant8.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ConstrainingType1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/DiscreteVectorStateSpace.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ElementWiseMultiplication.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Encapsulated1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Epidemics1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/EqualityEquationsCorrect.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/EquationFor4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/EquationIf4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Extends1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Extends3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Extends4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/FlatTank.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Function10.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Function11.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionEval7.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionEval8.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionEval9.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/FunctionSimplex.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/HeatTankExpanded.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/HydrogenIodide.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Import1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Import3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Import4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Import5.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/InOutArray.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/InOutArray2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/InnerOuter1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Lookup1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Lookup2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Lookup4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/LotkaVolterra.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/MRFcall.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Modification10.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Modification12.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Modification13.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Modification7.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/NamedArguments.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Overwriting1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Overwriting2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/PolynomialEvaluator2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/PolynomialEvaluatorA.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/PolynomialEvaluatorB.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Range1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Record1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Redeclare1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Redeclare3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/RefinedSimpleCircuitValid.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/ScopeModification1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Shadow1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/SimpleIntegrator1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/SimpleIntegrator2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/StepAdvanced.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/SubScript2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Summation.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Tank.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/TankHybridPI.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/TankHybridPID.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/TankPID.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/TempDepResistorCircuit.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/TempDepResistorCircuitInherited.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Transpose.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/Type4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/VanDerPol.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/VectorizeOneReturnValue.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenEquation.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenStatement1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenStatement2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenStatement3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/WhenVectorPredicateEquation.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/XPowers1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/XPowers3.mo
| | |     Deleted : /branches/TemplateCodeGen/testsuite/mofiles/add.c
| | |     Added : /branches/TemplateCodeGen/testsuite/mofiles/addReal1_.c (Copy from path: /branches/MathCoreOSMC/testsuite/mofiles/addReal1_.c, Revision, 3869)
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/modelica_1_1_Array9.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC10.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC11.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC5.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC6.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC7.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC8.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BC9.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM10.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM11.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM14.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM15.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM16.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM17.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM18.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM19.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM20.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM21.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM22.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM23.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM24.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM25.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM26.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM5.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM6.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM7.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM8.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BM9.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BN1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BN2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BN3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS1.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS10.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS11.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS12.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS15.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS16.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS17.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS3.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS4.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS5.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS6.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS7.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS8.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/BS9.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/Gear.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/Makefile
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/msl/rtest
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/packages2.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mofiles/reinit.mo
| | |     Modified : /branches/TemplateCodeGen/testsuite/mosfiles/rtest
| | |     
| | |     Revision: 3868
| | |     Author: sjoelund.se
| | |     Date: 16:46:17, den 16 februari 2009
| | |     Message:
| | |     - Added external include (java_interface.h) for external Java calls
| | |     - Fixed IF_EXIST for empty strings (only worked on empty lists before)
| | |     
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/.depend
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     
| | |     Revision: 3867
| | |     Author: sjoelund.se
| | |     Date: 16:43:35, den 16 februari 2009
| | |     Message:
| | |     - Implemented External Java calls (with signature (D)D)
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile.in
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Modified : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     Modified : /branches/TemplateCodeGen/c_runtime/sendData
| | |     
| | |     Revision: 3866
| | |     Author: sjoelund.se
| | |     Date: 11:19:52, den 16 februari 2009
| | |     Message:
| | |     - Added autoconf and stubs for external java
| | |     ----
| | |     Modified : /branches/TemplateCodeGen
| | |     Modified : /branches/TemplateCodeGen/Compiler/.depend
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/c_runtime/Makefile
| | |     Added : /branches/TemplateCodeGen/c_runtime/Makefile.in
| | |     Added : /branches/TemplateCodeGen/c_runtime/java_interface.c
| | |     Added : /branches/TemplateCodeGen/c_runtime/java_interface.h
| | |     Modified : /branches/TemplateCodeGen/configure
| | |     Modified : /branches/TemplateCodeGen/configure.in
| | |     
| | |     Revision: 3865
| | |     Author: sjoelund.se
| | |     Date: 09:19:16, den 16 februari 2009
| | |     Message:
| | |     - Changed template syntax from {{#key}}...{{/#}} to $#key$...$/#; {{$}} to $this$
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     
| | |     Revision: 3864
| | |     Author: sjoelund.se
| | |     Date: 21:19:56, den 13 februari 2009
| | |     Message:
| | |     - Compiles under Linux
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     
| | |     Revision: 3863
| | |     Author: sjoelund.se
| | |     Date: 19:56:21, den 13 februari 2009
| | |     Message:
| | |     - Fixed some of the compilation problems after merge, but not all
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/.depend
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Error.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/runtime/ptolemyio.cpp
| | |     
| | |     Revision: 3862
| | |     Author: sjoelund.se
| | |     Date: 19:00:12, den 13 februari 2009
| | |     Message:
| | |     - Start merge
| | |     ----
| | |     Modified : /branches/TemplateCodeGen/Compiler/Codegen.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Error.mo
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common
| | |     Modified : /branches/TemplateCodeGen/Compiler/Makefile.common.omdev.mingw
| | |     Added : /branches/TemplateCodeGen/Compiler/TemplCG.mo
| | |     
| | |     Revision: 3861
| | |     Author: adrpo
| | |     Date: 16:27:09, den 13 februari 2009
| | |     Message:
| | |     - a branch for the new CodeGen design & implementation.
| | |     ----
| | |     Added : /branches/TemplateCodeGen (Copy from path: /branches/MathCoreOSMC, Revision, 3860)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | A	Compiler/CompiledTemplates.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.common
| | | A	Compiler/SimCode.mo
| | | A	Compiler/SimCodeC.mo
| | | M	Compiler/System.mo
| | | A	Compiler/TemplCG.mo
| | | A	Compiler/Tpl.mo
| | | A	Compiler/TplAbsyn.mo
| | | A	Compiler/TplCodegen.mo
| | | A	Compiler/TplMain.mo
| | | A	Compiler/TplParser.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/runtime/systemimpl.c
| | | A	Compiler/susan_codegen/Makefile
| | | A	Compiler/susan_codegen/SimCode/GenTest/HelloWorld/HelloWorld.mo
| | | A	Compiler/susan_codegen/SimCode/GenTest/Makefile
| | | A	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.cpp
| | | A	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.makefile
| | | A	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal.mo
| | | A	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/TrapezTestTotal_functions.cpp
| | | A	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/generate.mos
| | | A	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal.cpp
| | | A	Compiler/susan_codegen/SimCode/GenTest/TrapezTest/tplgen_TrapezTestTotal_functions.cpp
| | | A	Compiler/susan_codegen/SimCode/GenTest/generate.mos
| | | A	Compiler/susan_codegen/SimCode/Makefile
| | | A	Compiler/susan_codegen/SimCode/SimCodeC.mo
| | | A	Compiler/susan_codegen/SimCode/SimCodeC.tpl
| | | A	Compiler/susan_codegen/SimCode/SimCodeTV.mo
| | | A	Compiler/susan_codegen/SimCode/SimCode_design.txt
| | | A	Compiler/susan_codegen/SimCode/compileandtest.sh
| | | A	Compiler/susan_codegen/SusanDump.mo
| | | A	Compiler/susan_codegen/SusanDump.tpl
| | | A	Compiler/susan_codegen/SusanGrammar.txt
| | | A	Compiler/susan_codegen/TplCodegen.mo
| | | A	Compiler/susan_codegen/TplCodegen.tpl
| | | A	Compiler/susan_codegen/TplCodegenTV.mo
| | | A	Compiler/susan_codegen/TplCodegen__testShouldBe.mo
| | | A	Compiler/susan_codegen/TplCodegen_handMade.mo
| | | A	Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090828-v25d-full-FUN.doc
| | | A	Compiler/susan_codegen/doc/ModelicaTemplatelanguage-090921-3.ppt
| | | A	Compiler/susan_codegen/doc/SusanUsersGuide.doc
| | | A	Compiler/susan_codegen/paper.mo
| | | A	Compiler/susan_codegen/paper.tpl
| | | A	Compiler/susan_codegen/test.mo
| | | A	Compiler/susan_codegen/test.tpl
| | | A	Compiler/susan_codegen/test__testShouldBe.mo
| | | A	Compiler/template_precompile/C__GenerateFunctionBodies.tpl
| | | A	Compiler/template_precompile/C__GenerateFunctions.tpl
| | | A	Compiler/template_precompile/Error.mo
| | | A	Compiler/template_precompile/Main.mo
| | | A	Compiler/template_precompile/Makefile.in
| | | A	Compiler/template_precompile/Print.mo
| | | A	Compiler/template_precompile/System.mo
| | | A	Compiler/template_precompile/Templates.mo
| | | A	Compiler/template_precompile/Util.mo
| | | A	Compiler/template_precompile/readfile.c
| | | M	c_runtime/Makefile
| | | A	c_runtime/Makefile.in
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 9b3fe6db5b26698fb4dd33db743367b218010ca6
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 27 15:25:30 2009 +0000
| | | 
| | |     - Moved record constructor-specific code from Static.elabCall to Static.elabCallArgs for efficiency.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 6f68028035be6f4a51a24e5487936d02bc925938
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 27 11:42:46 2009 +0000
| | | 
| | |     - Fix code generation for cross.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit de00dbf2ae66bfe540fc307e1efddabd7e4da6c2
| | | Author: Björn Zachrisson 
| | | Date:   Fri Nov 27 09:50:55 2009 +0000
| | | 
| | |     Fixed weird Lookup "bug".
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 51e93afe3b1872801112b1b7d2974180898f9a7e
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 26 13:59:36 2009 +0000
| | | 
| | |     - Prevent generating a TYPE_SPEC_REAL_ARRAY_ARRAY; generate TYPE_SPEC_REAL_ARRAY instead
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 7ab9693ba2eaac270bf7514efb4ad9befa5c8132
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 26 03:49:53 2009 +0000
| | | 
| | |     - record construction vectorization in Static.elabCallArgs
| | |       + testsuite/mofiles/RecordConstructorVectorization.mo
| | |       + this is used in Modelica.Media for FluidConstants.
| | |     - disabled stdout printing Type mismatch in equation and changed testsuite/mosfiles/ArrayDivError.mos to match
| | |     - check the +s and +showErrorMessages command line parameters and display an error if they are wrong
| | |     - display the error message for the flags just once in Main.mo
| | |     - added Debug.trace[ln] to print the errors unguarded by debug flags and used this functionality
| | |       to print some of the failtrace guarded by true = RTOpts.debugFlag("failtrace");
| | |       This way is faster as no more building of strings happen.
| | |     - beautified code and added some comments; got rid of some really old commented out RML code
| | |     - added check for setDebugFlags in CevalScript.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 0275b46dd0997f888a76d1c8054562db84ad3ef7
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 25 14:04:16 2009 +0000
| | | 
| | |     - Added runtime functions for identity matrix
| | |     - Added codegen and runtime code to cast int/real matrix to the opposite kind
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Types.mo
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 165423e6e3fb13fccd56876b02a2f00b982ecdc3
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 25 13:41:07 2009 +0000
| | | 
| | |     -added ModUtil.makeSubscript to create a subscript from an exp.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ModUtil.mo
| | | 
| | * commit 56590bf11dd6273071b7919a837356b8d324912e
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 25 12:42:21 2009 +0000
| | | 
| | |     -Reset the modelicafilename string when failing to parse
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/parse.cpp
| | | 
| | * commit 36c766473fe72e4b0c156d1d06551874af6c40ab
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 25 09:55:08 2009 +0000
| | | 
| | |     - Removed useless messages when typechecking overloaded operators.
| | |     - Added support for code generation of complex types extending basic types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 3e703b688a5293b85694d418975547c370a21f81
| | | Author: Stefan Brus 
| | | Date:   Tue Nov 24 15:37:40 2009 +0000
| | | 
| | |     - Cleaned up some code, partially evaluated functions should work 100% now!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/PartFn.mo
| | | 
| | * commit db722f8c547227d85f2f826b1a34a6c016e379f2
| | | Author: Björn Zachrisson 
| | | Date:   Tue Nov 24 15:06:07 2009 +0000
| | | 
| | |     Updated makefiles for vs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.vc
| | | 
| | * commit 8a55fef07b7087d1c0024ece0b6d2c9d7f42eb95
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 24 15:02:29 2009 +0000
| | | 
| | |     - Changed Types.match{Type,Prop} to also take a boolean that controls the output of error messages. It should now be possible to ensure that errors are only printed if both "match(lhs,rhs)" and "match(rhs,lhs)" fails.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit ee7fee16b5c04d62f79e8055b8408a7d262abf9d
| | | Author: Stefan Brus 
| | | Date:   Tue Nov 24 12:58:12 2009 +0000
| | | 
| | |     - Function pointers and partially evaluated functions are now a default feature of Modelica (you no longer need the +d=fnptr flag or meta modelica grammar)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 3d6fea6268b35f771ae6a870cd3429036be03c07
| | | Author: Willi Braun 
| | | Date:   Tue Nov 24 11:21:20 2009 +0000
| | | 
| | |     Revision of the euler and the event handling for the euler until now only work with "if" equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/solver_euler.cpp
| | | 
| | * commit dc2bb27fc39df799644e7da8f463733d29eb72d6
| | | Author: Stefan Brus 
| | | Date:   Tue Nov 24 10:15:39 2009 +0000
| | | 
| | |     - Partially evaluated functions now work with recursive functions
| | |     - Added a test case for this
| | |     - Cleaned up old test cases
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/PartFn.mo
| | | 
| | * commit 6b1d5dbe3f9cfa5e8b2d09106cb0e78de5ad5927
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 24 09:02:45 2009 +0000
| | | 
| | |     - set all Compiler/*.mo files to have (LF) Linux line endings, otherwise the debugger will display wrong lines.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/BackendVarTransform_stub.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/DAELow_stub.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Derive_stub.mo
| | | M	Compiler/DynLoad.mo
| | | M	Compiler/ExpandableConnectors.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/MMath.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SCodeUtil.mo
| | | M	Compiler/SimulationResults.mo
| | | M	Compiler/UnitAbsyn.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/UnitChecker.mo
| | | M	Compiler/UnitParserExt.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 45f2dc971dde32a65e12b3c5a77cb33b102ce00c
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 24 08:39:04 2009 +0000
| | | 
| | |     - made Connection.isRoot function non-constant in Stati.elabBuiltinIsRoot as otherwise it expects
| | |       constant input arguments and generates errors of kind:
| | |       "Error: No constant value for variable frame_a.R in scope Modelica.Mechanics.MultiBody.Parts.Body"
| | |     - added ceval handler for rooted operator (non-existent in Modelica Specification but used in MSL)
| | |       see more here: https://trac.modelica.org/Modelica/ticket/95
| | |     - more informative fail traces in Mod.mo, Types.mo, ValuesUtil.mo
| | |     - speed up the fail traces from Types.mo (type checking should be faster now).
| | |     - the fail traces from Types are now guided by "types" not by "failtrace"
| | |       as they generate way too many messages that are not of interest.
| | |       just add +d=types to bring the messages back.
| | |     - more informative printing of enumerations in ValuesUtil.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/ValuesUtil.mo
| | | 
| | * commit ba2cea45ccdc19523e202b364014dd9848607e3e
| | | Author: Jens Frenkel 
| | | Date:   Mon Nov 23 22:03:24 2009 +0000
| | | 
| | |     - enumeration: remove old code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 849f0f681354c81277f1ec1526065cea785d6b25
| | | Author: Stefan Brus 
| | | Date:   Mon Nov 23 14:53:38 2009 +0000
| | | 
| | |     - Fixed type checking and boxing of simple types in partially evaluated functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/PartFn.mo
| | | 
| | * commit 55011e0fa6d2cd6f4d51f1ac1f48d4b7ef90f63f
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 23 14:23:02 2009 +0000
| | | 
| | |     - g++ is now set as compileCommand in Compiler/runtime/settingsimpl.c
| | |       Compiler/CevalScript.mo CevalScript.compileModel now matches for "g++" instead of ""
| | |     - Lookup.buildRecordConstructorElts now selects the full modifier only if the component
| | |       modifier is empty.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit bb750a5fa737fbd1f41a7687733fe0a7a9ad7fbf
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 23 13:55:19 2009 +0000
| | | 
| | |     - make sure .depend is created for all targets as otherwise you get
| | |       an include error (and we would need to have .depend in Subversion).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | 
| | * commit f608fff1509579e823d7290f692446812475c23e
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 23 04:59:40 2009 +0000
| | | 
| | |     - beautification of dumped code in Dump.mo.
| | |       + no more space before ";" in Real x ;
| | |       + print the comment of the partial derivative definition: x = der(func, b, c) comment;
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | 
| | * commit 5c49332651dbdc115f032f092eae52431141c7a7
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 23 04:01:34 2009 +0000
| | | 
| | |     - fixes for array modifications given on builtin attributes in functions input parameters.
| | |       This component defined in a function now instantiates: input Integer sequence[3](min = {1,1,1}, max = {3,3,3}) = {1,2,3};
| | |       See testsuite/mofiles/Sequence.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit eaeff48d4ca71da5b2c913892c907bd7246f2bcc
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 23 01:32:44 2009 +0000
| | | 
| | |     - reverted 2 changes from revision 4547 as otherwise ALL of the (simulation) tests fail
| | |       + settingsimpl.c -> compileCommand set to ""
| | |       + Lookup.mo -> modifications on record components
| | |       All tests go now. We'll discuss these changes and see what we can do about them.
| | |     
| | |     - removed PartialFn12.mos from testsuite/meta/Makefile as it doesn't produce the correct result,
| | |       540 instead of correct 180.
| | |     
| | |     - corrected the help text in Main.mo with regards to the MetaModelica flag.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit d3aef01f0095dd475fc6bf18eb9d211a578f2d69
| | | Author: Björn Zachrisson 
| | | Date:   Fri Nov 20 14:29:12 2009 +0000
| | | 
| | |     minor changes for windows make files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/modpar/Makefile.vc
| | | M	Compiler/runtime/Makefile.vc
| | | 
| | * commit caf5f21856ac9ebe05953e811e7f532a3ac3c6f7
| | | Author: Stefan Brus 
| | | Date:   Fri Nov 20 12:37:21 2009 +0000
| | | 
| | |     - Fixed compiler error in cruntime
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_write.c
| | | 
| | * commit 16e196b2c863f140f8a14b3482a3b03c1d981032
| | | Author: Björn Zachrisson 
| | | Date:   Fri Nov 20 11:40:21 2009 +0000
| | | 
| | |     Some changes for merging with MathCore
| | |     
| | |     Tolerance set to 1e-6 again, should not be changed! (destroys the test suite)
| | |     Reading boolean return values from function return values changed.
| | |     Algorithm assigns for record parameters allowed.
| | |     Default compiler set to g++
| | |     Removed some errors from function generation (should be able to fail from ceval)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/runtime/dynload.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | 
| | * commit bbe6461255aba9ba065c4f65e1c0571546e18203
| | | Author: Stefan Brus 
| | | Date:   Thu Nov 19 14:09:17 2009 +0000
| | | 
| | |     - Fixed use of partially evaulated functions in functions
| | |     - Added a test case for this
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/PartFn.mo
| | | 
| | * commit dedf4aa948aa6232b38c7e7079af20394b0a4412
| | | Author: Stefan Brus 
| | | Date:   Thu Nov 19 11:18:08 2009 +0000
| | | 
| | |     - Partially evaluated functions now works in algorithms (see PartialFn8 testcase for example)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/PartFn.mo
| | | 
| | * commit 549a40ff9fdd4d5fdcb161345bb4a830e526df8c
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 19 10:03:34 2009 +0000
| | | 
| | |     - Don't recompile the walker unless something changed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/Makefile.in
| | | 
| | * commit 787ea3535a3934e79c29c53708287ad1aeaecbbe
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 19 09:10:07 2009 +0000
| | | 
| | |     - Removed the need to set CLASSPATH when building under Linux.
| | |     - Updated configure script to not check for CLASSPATH (it only checks that Java exists and can load the provided antlr).
| | |     - Updated the lexer/parser makefiles to run with parallel jobs.
| | |     - Warning: Due to RML creating and using .srz-files from all imported packages, parallel execution of make may in some rare cases fail. Running make again will work because the other process will have cached the srz-files.
| | |       It is possible to generate all srz-files in advance at the cost of efficiency (you may not do this is parallel, and it's not necessary if the number of jobs=1).
| | |     - Warning: RML drains a lot of RAM. Running "make -j" launches an unlimited number of jobs. This will eat about 20GB of RAM and possibly crash the system, so don't do this. Max 1 job per GB of RAM is recommended.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/Makefile.in
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Makefile.in
| | | M	configure
| | | M	configure.in
| | | M	flat_modelica_parser/src/Makefile.in
| | | M	modelica_parser/src/Makefile.in
| | | 
| | * commit b6fed0411c7395deb1df57e64a4c88948e06b10e
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 18 15:18:39 2009 +0000
| | | 
| | |     - Updated Compiler and c_runtime Makefiles to support make -j (for parallel execution of jobs). absyn_builder is forced to use max 1 job since those Makefiles haven't been updated yet.
| | |     - omc_release and omc_debug now first create mo-files and signatures before reloading the Makefile in order to ensure that all dependencies are updated.
| | |     - Removed unused imports.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Makefile.in
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	c_runtime/Makefile
| | | 
| | * commit 508d2a9070c4f860c9e043675f9abe1f5eb3d71d
| | | Author: Stefan Brus 
| | | Date:   Wed Nov 18 12:09:28 2009 +0000
| | | 
| | |     - Fixed a bug that prevented use of function references outside functions
| | |     - If you want to use function references or partially evaluated functions, compile with +d=fnptr
| | |     
| | |     - Fixed make clean in omc_debug, now removes .sigx files too
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/omc_debug/Makefile.in
| | | 
| | * commit 7a44414cb9680bae87e3d18aa52b27063ce787e7
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 18 10:44:24 2009 +0000
| | | 
| | |     - added operator (function)? to lexer/parser/walker but is commented out.
| | |       we will uncomment it when is needed.
| | |     - added operator (function)? to Absyn and SCode (not used as it doesn't come from the
| | |       lexer/parser/walker)
| | |     
| | |     - split SCode.mo into SCode.mo and SCodeUtil.mo
| | |     - remember comments from enumerations, derived, etc from Absyn into SCode
| | |     
| | |     - unified Ceval.cevalCallFunction to handle all types of possible
| | |       function evaluation: via Cevalfunc, via dll generation, etc.
| | |     - enabled Cevalfunc by default in Ceval.cevalCallFunction
| | |     - added test for matrix row indexing
| | |     
| | |     - all tests go but meta/BuiltinReal.mo* which displays
| | |       correct values but in a different way, which I think
| | |       is due to evaluation via Cevalfunc. I disabled it for
| | |       now.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/DAE.mo
| | | A	Compiler/DAELow_stub.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/DFA.mo
| | | A	Compiler/ExpandableConnectors.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | A	Compiler/SCodeUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/runtime/systemimpl.c
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 30ba5e9f9eee692616ca959fd82fc2aba912b51b
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 18 08:54:10 2009 +0000
| | | 
| | |     - Removed public import {Exp,Types,Algorithm} so compilation of OMC is faster
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/BackendVarTransform_stub.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Derive_stub.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/HashTable2.mo
| | | M	Compiler/HashTable3.mo
| | | M	Compiler/HashTable4.mo
| | | M	Compiler/HashTable5.mo
| | | M	Compiler/HashTableCG.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TaskGraphExt.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsyn.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit f8003469a5e289796ec67e730f6b8bd6bc98c718
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 17 15:54:48 2009 +0000
| | | 
| | |     - Refactoring: Moved Exp.*** datatypes into DAE.mo
| | |     - Removed Convert.mo workaround (at least the duplicated datatypes; DAE.VALUEBLOCK needs cleaning up)
| | |     - Fixed bug in previous commit (PartFn stuff)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Derive_stub.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/HashTable.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 617d5d697885f2e9b0e5b88a2515ec82bc5fe8cc
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 17 13:40:42 2009 +0000
| | | 
| | |     -Finally (puhh) fixed bug with forgetting to reset modelicafilename when parse error occurs.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/parse.cpp
| | | 
| | * commit af02c758f3d2be3e5dc37e29c83c8f2014317e0b
| | | Author: Stefan Brus 
| | | Date:   Tue Nov 17 10:43:01 2009 +0000
| | | 
| | |     - Function pointers now work in both Modelica and MetaModelica
| | |     - Partially evaluated functions now partially works!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/PartFn.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 59f2f41ea8ec8fc268ee92b0239a006a9c07dd3a
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 17 05:28:10 2009 +0000
| | | 
| | |     - the new MetaModelica compiler discovered this type error:
| | |       DAE.T_COMPLEX -> Exp.ET_COMPLEX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit ee86faa16663c8c87158987956cf68cdadc319f5
| | | Author: Jens Frenkel 
| | | Date:   Mon Nov 16 23:22:01 2009 +0000
| | | 
| | |     enumeration function Integer, works only for Enumeration types not for variables
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit f4f091845236c57131845ed5436fafea4f8b7d09
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 16 15:41:41 2009 +0000
| | | 
| | |     - Refactoring. Exp.Type -> Exp.ExpType (and all types in ExpType are prefixed ET_ to make it possible to put the type in DAE.mo).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/BackendVarTransform.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Derive_stub.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/HashTable.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/ValuesUtil.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 6937e315206033dc3149877f206179c2663a9e98
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 16 13:55:48 2009 +0000
| | | 
| | |     - Refactoring the Types.mo types into DAE.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | 
| | * commit 8e0bfda42be4b27fde31bb36b6038414caaf5406
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 16 12:05:17 2009 +0000
| | | 
| | |     - Added ValuesUtil.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/ValuesUtil.mo
| | | 
| | * commit 6631e6468bf2d1e1f8b761a4da7decbdbc2001a6
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 16 11:47:28 2009 +0000
| | | 
| | |     - Added missing file Compiler/runtime/SimulationResults.c.
| | |     - Fixed dynload.c from the Values.mo update (forgot to make clean).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/runtime/SimulationResults.c
| | | M	Compiler/runtime/dynload.c
| | | 
| | * commit 2392e33d5ace14b3e68b58686bfe12c33cde886a
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 16 11:13:13 2009 +0000
| | | 
| | |     - Refactoring Values.mo into Values.mo (AST with minimal dependencies) and ValuesUtil.mo
| | |     - Removed Exp.Value and part of the workaround in Convert.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/CevalScript_stub.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Mod.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Values.mo
| | | 
| | * commit 2bf8021859fb010d70970ea02cfd8ab0732873ec
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 16 08:32:29 2009 +0000
| | | 
| | |     - The System.readPtolemy* functions now exist in SimulationResults.mo (and System.mo no longer depends on Values.mo).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Makefile.common
| | | A	Compiler/SimulationResults.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit a7f27afd3e891ae71b1c4b7e63f94acfb34e7a96
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 16 03:58:17 2009 +0000
| | | 
| | |     - Fixes for extends of type which is an alias of array type.
| | |       The problem was that the case in Inst.mo at line
| | |       6695 didn't match because of the annotation list!
| | |       Example:  type Alias = Real[3];
| | |                 type Orientation
| | |                   extends Alias;
| | |                 end Orientation;
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit d0a117d340b317e89cc15520443411bb70302472
| | | Author: Eric Meyers 
| | | Date:   Sat Nov 14 16:29:52 2009 +0000
| | | 
| | |     On OS X only look for IOR in /tmp folder
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 8eca17dee29d638d01c28e4387983e74bdfbaadb
| | | Author: Eric Meyers 
| | | Date:   Sat Nov 14 16:27:28 2009 +0000
| | | 
| | |     Updated OS X to use Qt frameworks
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 7e2b270ea044b265b98d5c7b1a6e991619a491f5
| | | Author: Jens Frenkel 
| | | Date:   Sat Nov 14 01:11:41 2009 +0000
| | | 
| | |     Bugfix stringnames in getName function
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit bf92899bb689042705ff4e5a172ec7dc617bb040
| | | Author: Jens Frenkel 
| | | Date:   Sat Nov 14 01:01:34 2009 +0000
| | | 
| | |     enumeration string(enum.e1) = e1
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | 
| | * commit c43b3a4dca7a230015d8b12b616d495da380cd70
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 13 16:18:53 2009 +0000
| | | 
| | |     - Refactoring of Algorithm.mo (the datatypes moved to DAE.mo, to simplify the other refactorings later on)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 8a1ebd70b6b1ae502fe466a3fd8e185da2094961
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 13 08:18:03 2009 +0000
| | | 
| | |     - enumerations in packages can be found, typo corrected
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Main_stub.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 29cb7600f17b731e54c87aa1ea3fdc2407edfcdd
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 12 17:22:36 2009 +0000
| | | 
| | |     Merged revision 4500
| | |     
| | |     Revision: 4500
| | |     Author: petar
| | |     Date: 14:44:04, den 12 november 2009
| | |     Message:
| | |     -Fixed bug with not resetting global file name when parser error.
| | |     ----
| | |     Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/parse.cpp
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/parse.cpp
| | | 
| | * commit ab325893f89d3275ee21625f92622b10c1503ac3
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 12 09:39:02 2009 +0000
| | | 
| | |     - Fixed Types.elabType for empty records.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit fe8cf758c000e3b6da77ca2ad68e8a21496c0131
| | | Author: Martin Sjölund 
| | | Date:   Thu Nov 12 08:40:14 2009 +0000
| | | 
| | |     - Refactoring of DAE.Type
| | |     - Removed DAE.Type (DAE.VAR already has a Types.Type since it's required for connectors and MetaModelica stuff).
| | |     - Added DAELow.Type - a type that has truly been lowered (only INT,REAL,STRING,BOOL,ENUMERATION are allowed in DAELow).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 66c3202cf37597f9d57b2514e849197634ab8d9c
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 11 10:50:35 2009 +0000
| | | 
| | |     - Do not add equations if we bind a record variable using a ceval'ed record constructor.
| | |     - Do not change variability of record fields from const to param if the parent is declared param.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEUtil.mo
| | | M	Compiler/Inst.mo
| | | M	c_runtime/java_interface.c
| | | 
| | * commit eb964f10cfc15e481bf639e93b3e8b59f23b30a1
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 10 19:38:57 2009 +0000
| | | 
| | |     - update the READMEs to document the /trunk/Compiler/VC7 move to /installers/windows/VC7
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | M	README-WIN32.txt
| | | 
| | * commit 450277a04c63f12325660bb83ce014a46fb6f3e8
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 10 18:50:42 2009 +0000
| | | 
| | |     - updates for Visual Studio projects
| | |     - transform if equations after we print the DAE.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.w32
| | | M	Compiler/runtime/dynload.c
| | | 
| | * commit bb3620988c94a02216bae54a05e6a64afbb3994b
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 10 18:46:21 2009 +0000
| | | 
| | |     - make the c_runtime compile with Visual Studio
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 59f2594c482fd8a6e48c306b9e48b75a133d6bc1
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 10 14:34:31 2009 +0000
| | | 
| | |     - Refactored DAE.mo to DAE.mo (AST) and DAEUtil.mo (functions)
| | |     - Fixed bug that r4481 introduced (mosfiles/simulation3.mos failed)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/ConnectionGraph.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | A	Compiler/DAEUtil.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/UnitAbsynBuilder.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit b2fe2b861c141fb7e0d031c835f6af2ca5fb98ca
| | | Author: Jens Frenkel 
| | | Date:   Tue Nov 10 12:26:09 2009 +0000
| | | 
| | |     - Bugfix replace "<" and "y" with W3C standard "<" and ">"
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit eaceb5d434f9cf83bb075f8d3dbb43780e960e93
| | | Author: Jens Frenkel 
| | | Date:   Tue Nov 10 12:05:03 2009 +0000
| | | 
| | |     - Bugfix index from input_names was for all zero
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 3e17f7f4d2cf0ea226cbb5486c4ecfa355706344
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 10 10:06:37 2009 +0000
| | | 
| | |     - Split lookupType into 2 functions in order to call lookupClass2 only once.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit ca39fb600050577c17d65926f4d0d8bf0957933e
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 10 05:58:13 2009 +0000
| | | 
| | |     - parse equality(x := y) as is used in Main.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 90c054d4b8308de76e065be25171ee3216f8ba1a
| | | Author: Jens Frenkel 
| | | Date:   Mon Nov 9 22:54:31 2009 +0000
| | | 
| | |     - enumerations part 2, new c-code generation, testcases
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 20c43af29339998d47a1546903e6ce8902852823
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 9 17:35:31 2009 +0000
| | | 
| | |     - fixes the last commit to compile on windows
| | |     - include windows.h in systemimpl.h
| | |     - moved dynload.o before libc_runtime.a in Makefile.common.omdev.mingw
| | |       as otherwise you get undefined symbols
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.h
| | | 
| | * commit 25ef9e8425eac05365473a2d6a9518ae8a5c5f37
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 9 16:21:24 2009 +0000
| | | 
| | |     - Refactoring of System.executeFunction. Moved to DynLoad.mo. The implementation has a stub for those who wish to compile OpenModelica without support for dynamic loading and execution of functions.
| | |     - No Makefile was update to use the stub.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | A	Compiler/DynLoad.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/Makefile.in
| | | A	Compiler/runtime/dynload.c
| | | A	Compiler/runtime/dynload_stub.c
| | | M	Compiler/runtime/systemimpl.c
| | | A	Compiler/runtime/systemimpl.h
| | | 
| | * commit 8580ae4d19109251620861527b581f5620d5d082
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 9 14:49:03 2009 +0000
| | | 
| | |     - Removed the algorithms and mods on the result element in the record constructor (they didn't work if the field was parameter or constant).
| | |     - Added a new kind of function in the DAE, DAE.RECORD_CONSTRUCTOR, so we can handle records that contain parameters or constants.
| | |     - Fixed a bug that caused Values.RECORD to have ClassInf.RECORD("package.name") instead of ClassInf.RECORD("name"), which is in use elsewhere.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit c91fbdbd998b21e64a10183f4fd272d4fdfbf566
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 9 04:31:25 2009 +0000
| | | 
| | |     - correctly build the expandable connector restriction
| | |     - moved expandable to class restriction rule
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 3f94773a25219ad8cbb75b46301d24047b0a7f9e
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 7 05:23:10 2009 +0000
| | | 
| | |     - got rid of the compiler warning
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica_string.c
| | | 
| | * commit ddcdd1df4088eb81502927f50d966c3e5560444e
| | | Author: Jens Frenkel 
| | | Date:   Fri Nov 6 11:01:52 2009 +0000
| | | 
| | |     enumerations part 1
| | |     - what does not work
| | |         -  redeclaration
| | |         -  Integer(Enumeration)
| | |         -  String(Enumeration)
| | |         -  ... (perhaps more i have not yet finished all enumeration testcases)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | 
| | * commit 471694924783a9814901d8ac7ba7087899b61fdb
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 5 21:50:13 2009 +0000
| | | 
| | |     -Added listMap5
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit e9380c1645d5201e75f16f6f3644ace6657b2244
| | | Author: Stefan Brus 
| | | Date:   Thu Nov 5 12:33:07 2009 +0000
| | | 
| | |     - Absyn.PARTEVALFUNCTION is now turned into Exp.PARTEVALFUNCTION by static
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 3d566d12da57ee504bf4d3c326501210591b6831
| | | Author: Stefan Brus 
| | | Date:   Thu Nov 5 09:23:14 2009 +0000
| | | 
| | |     - Inlining of functions now fully functional!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inline.mo
| | | 
| | * commit 3f3299581ab2c6cd7b6fd7c9b650390f36132c36
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 4 15:15:08 2009 +0000
| | | 
| | |     - Fixed Algorithm.makeIf to type-convert expression to Boolean (so it works for boxed Boolean values, e.g. when calling function references).
| | |     - 06_advanced added to the default testsuite. Tests polymorphic functions, e.g. listMap0, listMap1.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit bd76da3465e801f1888f13c4681f77c2d8c03da7
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 4 14:05:53 2009 +0000
| | | 
| | |     - Convert all expressions when boxing a regular record (fixes nested records)
| | |     - Fix mmc_unbox_record (off-by-one error)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 3548bd97bb1aa1045a953eae750fbdc71beb068b
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 4 13:16:02 2009 +0000
| | | 
| | |     - DAE.makeEquationsFromIf: Bugfix for if equations with several elseif clauses.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 55f96dc831503801efe52d02b53afc09f82b729e
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 4 08:54:54 2009 +0000
| | | 
| | |     - Exp.T_FUNCTION_REFERENCE is now divided into _VAR and _FUNC (because the C-code generated from the CREF needs to be different).
| | |     - With +g=MetaModelica, we now also generate a function with only boxed in- and output (which is used by all function references for simplicity).
| | |     - Boxing of records is now performed (although it sadly fails for nested records due to ClassInf.RECORD/etc only containing a String, not a Path).
| | |     - Unboxing of records works fine. Couldn't be tested on nested, boxed records.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 16bf93617fdf3014ce5018b37fa3e407d5bf2300
| | | Author: Stefan Brus 
| | | Date:   Mon Nov 2 14:37:42 2009 +0000
| | | 
| | |     - Inlining of functions now works for functions called from within other functions
| | |     - Inlining is performed on functions that fill these requirements:
| | |       - One algorithm statement, which assigns values to its output
| | |       - Contains annotation(Inline = true) somewhere
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Inline.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 71131e84903604b0f2fdaa4ef9d57e3b9f51aaf5
| | | Author: Martin Sjölund 
| | | Date:   Mon Nov 2 10:08:48 2009 +0000
| | | 
| | |     - Convert.typeConvert support for DAE.FUNCTION_REFERENCE.
| | |     - Added Types.POLYMORPHIC to the list of boxed datatypes.
| | |     - Fixed a problem where code generation didn't filter function reference variables if they were duplicated.
| | |     - It is now possible to use some higher-order polymorphic functions. The problem is functions that have in- or output non-boxed (Modelica) types. Integers work "best", since they are simply shifted 1 bit to the right in its unboxed state (compareInt still works, as does addInt, multInt returns a value 2x too high, etc).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Types.mo
| | | M	c_runtime/meta_modelica.c
| | | 
| | * commit 6196edd7cbf6c92e259c005d2de102ff397d0b6f
| | | Author: Stefan Brus 
| | | Date:   Fri Oct 30 15:33:45 2009 +0000
| | | 
| | |     - Annotations in between equation items are now preserved in SCode.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit 39812863c3b962679f3833186afe6c804fde16bd
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 30 15:20:50 2009 +0000
| | | 
| | |     - Force UNIX line endings in the Eclipse editor
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	.settings/org.eclipse.core.runtime.prefs
| | | 
| | * commit 5a665dc60dffe7e9e6b69447355e6cd40977ffbd
| | | Author: Stefan Brus 
| | | Date:   Fri Oct 30 14:13:11 2009 +0000
| | | 
| | |     - Comments and annotations on components are now preserved in SCode format
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 55a9d42ae6dad58e02f060e4ddf7df9c4dfba57e
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 30 13:54:51 2009 +0000
| | | 
| | |     - Fixed declaring constants like list in packages using implicit instantiation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit d36d7fd0e6d2816e494ba33001951491fc1aaaae
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 30 09:01:12 2009 +0000
| | | 
| | |     - Fixed Types.matchSuperType for METARECORD/UNIONTYPE (was moved from Types.subtype to typeConvert)
| | |     - Added Uniontype14.mos to check for this bug
| | |     - Added 03_symbolicderivative to the default testsuite since it now works in OpenModelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit 217c9ee4c62d9d1d7f6632f6f40baa5da6598e4a
| | | Author: Stefan Brus 
| | | Date:   Fri Oct 30 08:54:12 2009 +0000
| | | 
| | |     - Annotations are now preserved in SCode format in extends clauses
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/InstanceHierarchy.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SCode.mo
| | | 
| | * commit e6df086fbcb62f2eb85b06ab21e8f20185ad5cbc
| | | Author: Martin Sjölund 
| | | Date:   Thu Oct 29 16:02:38 2009 +0000
| | | 
| | |     - mmc_unbox as macros.
| | |     - Changed in cevalScript/SimCodegen generation of functions.
| | |     - We now generate all metarecords of referenced uniontypes instead of only the ones created by a METARECORDCALL. This is necessary due to the possibility of external functions (lexers/parsers) generating these structures. It kinda worked before, but was a bit of a hack.
| | |     - Codegen.getFunctionCalls(exps), etc renamed to getMatchingExps(exps, matchCalls).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/XMLDump.mo
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 304946a5bebd947e2cd481e3c3e89564bdc04e06
| | | Author: Stefan Brus 
| | | Date:   Thu Oct 29 13:15:37 2009 +0000
| | | 
| | |     - Missing file from previous commit
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/Inline.mo
| | | 
| | * commit 5b30565b07b19b8b9b453e8dfd4db7fffbf1b2b6
| | | Author: Stefan Brus 
| | | Date:   Thu Oct 29 13:15:15 2009 +0000
| | | 
| | |     - Comments and annotations in equations are now preserved in SCode format.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/SCode.mo
| | | 
| | * commit a71ed1b05f633ba841e7bf2ca1eb11d976d50813
| | | Author: Jens Frenkel 
| | | Date:   Wed Oct 28 22:37:09 2009 +0000
| | | 
| | |     - improve comments in DALow.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 63c2dd0c4ce71fda67d066ba7336904106ec263e
| | | Author: Jens Frenkel 
| | | Date:   Wed Oct 28 21:24:45 2009 +0000
| | | 
| | |     - rewrite sign function as macro, add testcase Sign in mosfiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit b633a62d283ebe6d096fd56b49a1b31288002818
| | | Author: Jens Frenkel 
| | | Date:   Wed Oct 28 16:06:17 2009 +0000
| | | 
| | |     -  move sign into utility.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 14a438acaf1341b7f21cb22325edcd0dfbe2f1ed
| | | Author: Stefan Brus 
| | | Date:   Wed Oct 28 15:56:19 2009 +0000
| | | 
| | |     - inline annotations are now preserved as a flag in Exp.CALL
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 3acf26824d2bf107ba37d57993ac8645d8010e8d
| | | Author: Adrian Pop 
| | | Date:   Wed Oct 28 14:46:33 2009 +0000
| | | 
| | |     - reverted the changes from revision r4419 as some of the models in the testsuite fail.
| | |     - disabled Java testing for now as there are still some problems with it.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit 6885dd26ab5f250a21807d45f4627cd152d987ab
| | | Author: Jens Frenkel 
| | | Date:   Wed Oct 28 14:01:55 2009 +0000
| | | 
| | |     - implement sign function (maybe another place is better?)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit 1f072ef1cdb7b8d742755c5ef7fb05e118b37312
| | | Author: Peter Aronsson 
| | | Date:   Wed Oct 28 12:25:40 2009 +0000
| | | 
| | |     -Merged -r 4222 from MathCoreOSMC branch (connect two-dimensional array of components)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 33cc1a00733fb6aeaeb1e5d6d886208b1c431d56
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 28 10:30:03 2009 +0000
| | | 
| | |     - Changed CevalScript to generate C code that looks more like the simulation code. We now put all the headers before the bodies so we can have cycles in call graphs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 41eb0ed67683164304feb9799b6bef2ab5783eb9
| | | Author: Stefan Brus 
| | | Date:   Wed Oct 28 08:12:14 2009 +0000
| | | 
| | |     - Equation annotations are now preserved
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit 9acf9641e193cfcb99bcb414a1c801a32cb9815d
| | | Author: Stefan Brus 
| | | Date:   Wed Oct 28 07:27:31 2009 +0000
| | | 
| | |     - Fixed encoding issues
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SCode.mo
| | | 
| | * commit 599ba40979c2c45aee1dd4cd48aa0f3e23cad7c3
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 28 05:39:28 2009 +0000
| | | 
| | |     - Hopefully fixes strcmp not returning only {-1,0,1} on some platforms (it messes with the testsuite)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 48d4dd46a061e80784313e1cb05eb27e182e8c85
| | | Author: Adrian Pop 
| | | Date:   Tue Oct 27 22:12:41 2009 +0000
| | | 
| | |     - due to changes by Martin S. to Compile.bat copying of MinGW to build directory is no longer required!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 74237d37572f6f26308a7a39998bd5360aa20c48
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 27 15:23:40 2009 +0000
| | | 
| | |     - Spelling error
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/Makefile.common
| | | 
| | * commit be197f442b84f30c9dd6e65e61f6a9b919909c26
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 27 15:20:39 2009 +0000
| | | 
| | |     - Adding modelica_java.jar to the repository (so JDK isn't required to compile OpenModelica)
| | |     - Adding c_runtime/java_interface to the default make system. (If no JDK is installed, modelica_java.jar is simply copied to /build/...)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/java_interface/Makefile
| | | M	c_runtime/java_interface/Makefile.common
| | | 
| | * commit 5c0ab04010ece8390a37976789b30836b11e15c6
| | | Author: Stefan Brus 
| | | Date:   Tue Oct 27 14:49:38 2009 +0000
| | | 
| | |     - Annotations are now preserved in SCode format
| | |     - make clean now removes .sigx files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit 50f7aa645167ecd657cc6bf737ee840f96c8d6d3
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 27 13:55:18 2009 +0000
| | | 
| | |     - Fixed f2c.h (2006 release of f2c fixed a 64-bit bug) and matrix.h (used long int* instead of integer* defined in f2c.h)
| | |     - 64-bit Linux can now be used to pass all testcases
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/daux.c
| | | M	c_runtime/ddasrt.c
| | | M	c_runtime/f2c.h
| | | M	c_runtime/hybrd.c
| | | M	c_runtime/libf2c/f2c.h
| | | M	c_runtime/matrix.h
| | | 
| | * commit 984737a2b4ff00aabdcac9261508c117eb8fea1d
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 27 11:23:43 2009 +0000
| | | 
| | |     - JarCreator: Transforms backslashes of paths in zip-files to frontslashes. That way both javac.exe and java.exe work properly in Windows.
| | |     - testsuite/java/JavaExt.java: Escape the string so backslashes are parsed by OpenModelica.
| | |     - testsuite/{java,records}/rtest: Changed to an rtest that is not parallelized since Windows dll's hate that. (Also updated the mos-files since the old one requires // endResult
| | |     - testsuite/java/Makefile: Better Windows-support using JAVA_HOME
| | |     - c_runtime/java_interface/Makefile*: Better Windows-support using JAVA_HOME
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/java_interface/Makefile
| | | M	c_runtime/java_interface/Makefile.common
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java
| | | M	c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java
| | | 
| | * commit eb6bf4b9e39278b0f55cb4ce6cf36cb282d81677
| | | Author: Adrian Pop 
| | | Date:   Tue Oct 27 08:08:12 2009 +0000
| | | 
| | |     - made parser/walker/Absyn.mo/Dump.mo to handle failure and equality in the algorithm section
| | |     - do not dive into DERIVED classes when querying internal classes in Interactive.mo;
| | |       is not correct to dive into derived classes and if we do then we run into stack overflow;
| | |       Example: lookup of Env.Env in Env.Env.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 2915535437061bf597aba7caa36e7470d8316c4e
| | | Author: Adrian Pop 
| | | Date:   Tue Oct 27 05:55:01 2009 +0000
| | | 
| | |     - merged revision 4399 from branches/MathCoreOSMC
| | |     
| | |     Revision: 4399
| | |     Author: otto@mathcore.com
| | |     Date: 18:14:37, den 26 oktober 2009
| | |     Message:
| | |     Switched to using CRITICAL_SECTION instead mutexes on windows since it is quicker.
| | |     ----
| | |     Modified : /branches/MathCoreOSMC/Compiler/runtime/corbaimpl.cpp
| | |     Modified : /branches/MathCoreOSMC/Compiler/runtime/omc_communication_impl.cpp
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | 
| | * commit 755aaf5d472d49afe84086001a0daf4be160a5d0
| | | Author: Jens Frenkel 
| | | Date:   Mon Oct 26 22:07:44 2009 +0000
| | | 
| | |     - sort non scalar variables and known variables befor indexcalculation; aim: code generation write all elements from the non scalar variable in one memory block
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 0c02ce18367bcc409740913d4a20f9cb4c022052
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 26 14:47:58 2009 +0000
| | | 
| | |     - Fixed the testsuite Makefile (missed a backslash at the end)
| | |     - Merged getDefinitions Interactive API function from the Bootstrapping branch
| | |     - Fixed some of the Java-related issues OMC has in Windows (don't try to fprintf to stderr before calling abort() - in Windows the string will not get printed)
| | |     - It will be necessary to set JAVA_HOME to a JDK if you want to run the java testsuite in Windows. If you call "java" directly, it will load Java from system32, which is a JRE and not a JDK (which means you can't call javac from it). Why Sun decided to install both JRE and JDK by default when downloading a JDK, I do not know.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/java_interface.h
| | | M	c_runtime/java_interface/Makefile
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java
| | | M	c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 31de232ed696fdd9711afc9032cc44bebe3f84a1
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 26 08:14:23 2009 +0000
| | | 
| | |     - Using Ceval.cevalCallFunction record constructor instead of cevalFunction
| | |     - Enabled testsuite/records as a default test to run as it now works
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit a0b6f70afc2e235b44f835e759652cb6c145fde4
| | | Author: Adrian Pop 
| | | Date:   Sun Oct 25 22:40:59 2009 +0000
| | | 
| | |     - merged latest modifications from branches/MathCoreOSMC
| | |     
| | |     Revision: 4385
| | |     Author: bjozac
| | |     Date: 11:48:50, den 23 oktober 2009
| | |     Message:
| | |     Added support for un-connected arrays of connectors
| | |     a.b_connector[:].c
| | |     This did not generate zero equations for flow variables.
| | |     ----
| | |     Modified : /branches/MathCoreOSMC/Compiler/Connect.mo
| | |     Modified : /branches/MathCoreOSMC/Compiler/Env.mo
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/Env.mo
| | | 
| | * commit 125f8d42075e522c868c9b57b49dd7a4fc9dcd3f
| | | Author: Jens Frenkel 
| | | Date:   Sat Oct 24 12:58:46 2009 +0000
| | | 
| | |     - Bugfix Build with MSVC
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 533986e1eb4139d4c515ee16fc815926150a48ad
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 23 14:14:50 2009 +0000
| | | 
| | |     - Updated the Makefiles to only run rml2sig/rmldep-new.sh if the file changes (the .sig-file does not always update in order to avoid re-compiling all files depending on the source unless the interface changes). We now also generate a dummy .sigx file which only tells us when rmldep was last run. If you change a lot of files (over time, lots of re-compilations), but never change the function interfaces, this can reduce the compile time by over a minute.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit dc62174b58437665a74dc8accfe4b964a1eda004
| | | Author: Martin Sjölund 
| | | Date:   Fri Oct 23 13:42:03 2009 +0000
| | | 
| | |     - Enabled the MetaModelica testsuite by default since the tests now work (even in Windows)
| | |     - Merged Bootstrapping branch Revision: 4372 "Some changes for polymorphic function references"
| | |     - Inst.addComponentsToEnv: Re-added capability for TCOMPLEX types to be instantiated
| | |     - Inst.instEquation2: Added capability for equation-matching of MetaModelica types (needed because record modifications bind the result using equations)
| | |     - Types.valuesToMods: Uses typeofValue and valueExp when converting records (they handle metarecords as well)
| | |     - Added instructions for the MetaModelica Course
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | 
| | * commit 414b3ff0bc591991d1c7aa743bbb5cd234934d09
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 19 12:52:01 2009 +0000
| | | 
| | |     - Fixed MetaModelica crefs to function names containing underscores
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit c515ae914253543fa37acad218ad599091449eb7
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 19 12:01:15 2009 +0000
| | | 
| | |     - Merged revisions 3852-4247 of the Bootstrapping branch
| | |     - Support for external Java functions
| | |     - Typed Java interface to OpenModelica functions using CORBA
| | |     - Improved MetaModelica list,tuple,option,uniontype implementations
| | |     - MetaModelica matchcontinue expressions
| | |     - MetaModelica function references
| | |     - Partially evaluated functions
| | |     - Improved Record handling
| | |     - Improved handling of NORETCALL functions (mainly used in MetaModelica)
| | |     - Note that the MetaModelica, Java and Records testcases are not fully working after the merge
| | |     
| | |     Revision: 4347
| | |     Author: stebr461
| | |     Message:
| | |     - Another fix
| | |     
| | |     Revision: 4346
| | |     Author: stebr461
| | |     Message:
| | |     - Fixed the windows makefile
| | |     
| | |     Revision: 4340
| | |     Author: stebr461
| | |     Message:
| | |     - small fix to previous commit
| | |     
| | |     Revision: 4339
| | |     Author: stebr461
| | |     Message:
| | |     - Partially evaluated functions now a separate module
| | |     
| | |     Revision: 4325
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed meta testsuite when using 64-bit Linux
| | |     
| | |     Revision: 4324
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed the matchType subsystem. It now passes a function pointer to either matchTypeRegular or matchTypePolymorphic.
| | |     - The polymorphic functions that work now are any input, and list,tuple,option,TypeA output.
| | |     - Implemented the Builtin list functions using polymorphic types rather than special cases during elaboration.
| | |     
| | |     Revision: 4320
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added initial support for polymorphic functions. This version doesn't check if the polymorphic type gets bound to another type, or if complex types use polymorphic types within themselves and so on. Further support should be added in Types.matchTypePolymorphic.
| | |     - elabCallArgs, etc was extended to pass around PolymorphicBindings; a list of all types that have been bound by the polymorphic function.
| | |     - Fixed builtin function clock() (was previosuly only mmc_clock()).
| | |     - read_write.c has support added for INT,REAL,etc as input when we expect MMC type.
| | |     - The walker was changed to parse replaceable Type_a subtypeof Any to type Type_a = polymorphic (this fits better internally)
| | |     
| | |     Revision: 4306
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed equation-patterns that look like exp = {true,false}. cref = {true,false} still works as expected.
| | |     - Fixed some problems when type aliasing for example type B = list; (07_pam will test this when the complete file is working).
| | |     
| | |     Revision: 4302
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added the AssignTwoType MetaModelica example. No major issues here, only outdated code (int_real instead of intReal and so on).
| | |     
| | |     Revision: 4299
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed simulation_result implementation to use C fprintf instead of C++ iostream. The new implementation is roughly 5 times faster using GCC.
| | |     
| | |     Revision: 4298
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixes a bug when pattern matching equations that aren't tuples
| | |     
| | |     Revision: 4297
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed unused VALUEBLOCKEQUATIONS to VALUEBLOCKMATCHCASE (contains both algs and equations)
| | |     - Moved Patternm.fromEquationsToAlgorithms to Static. They are now translated when the VALUEBLOCK is elaborated since we then have access to the correct environment.
| | |     
| | |     Revision: 4295
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added support for equation patterns like 2 = 1+1; or 2 = listGet({2},1);
| | |     - This uses Static.elabExp within matchcontinue cases. But the local declarations have not been added to the environment. Thus, if you use local variables (very common), the translation from equations to algorithms needs to be performed before we can try to elaborate. I will try to create a new VALUEBLOCK type for matchcontinue cases.
| | |     
| | |     Revision: 4290
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added support for generating errors and error messages when local variable declarations shadow input/result of a matchcontinue expression
| | |     
| | |     Revision: 4288
| | |     Author: sjoelund.se
| | |     Message:
| | |     Removed ALG_EQUALITY from the walker
| | |     
| | |     Revision: 4284
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed the parser to not accept equality(...) for algorithms. It doesn't work in RML, is deprecated, and == already works.
| | |     - Changed the parser to accept equality(lhs, rhs) and equality(lhs = rhs) instead of any arbitrary equation
| | |     - The walker will translate equality(...) to Absyn.CALL("equality",{lhs,rhs})
| | |     - ALG_EQUALITY and EQ_EQUALITY have been removed
| | |     
| | |     Revision: 4281
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added testcase for the added support of failure(...)
| | |     - Fixed issues with builtin list functions not converting arrays like {1} directly
| | |     
| | |     Revision: 4279
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Commented out ALG_FAILURE in walker.g
| | |     
| | |     Revision: 4273
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added a printAny function in the C runtime for debugging (create an external C function that takes any boxed datatype and apply printAny on it).
| | |     - Added the first 3 assignments from the MetaModelica Dev course, as working testcases (01_experiment is disabled by default because looking up constants in packages is very slow right now). They each have their own directory because they supply their own lexers and parsers. They also provide some basic instructions on how to follow the course themselves (make changes to code, type make and see what happens).
| | |     - Added ceval for builtin MetaModelica type conversions (intReal, etc).
| | |     - Replaced CREF_IDENT("DUMMY__") and CREF_IDENT("WILDCARD__") with CREF_WILD.
| | |     - Added code in Patternm to convert EQ_FAILURE to algorithmic code; removed unused Absyn.ALG_FAILURE.
| | |     - Updated code for THROW/TRY/CATCH structures in Algorithm/etc.
| | |     - Renamed builtin realInteger to realInt (as in RML and the specification).
| | |     
| | |     Revision: 4263
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added cases for NORETCALL and UNIONTYPE when conveting between DAE.DAE and Exp.DAE
| | |     
| | |     Revision: 4252
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Bugfix for SCode.componentNamesFromElts (when the list contains more than elements; fixes bug in Inst.extractConstantPlusDeps)
| | |     - Support for generating the proper list type from a Values.LIST
| | |     - Moved the typeConvert (Types.Type to Absyn.TypeSpec) to MetaUtil
| | |     - Support for pattern matching of union types and records existing in another package than the one the matchcontinue expression is in
| | |     - Static.valueExp: Added cases for METARECORD and LIST
| | |     - Types.T_UNIONTYPE now contains a list instead of String
| | |     - Types.T_METARECORD now contains no String or Absyn.Path. This is saved in SOME(Absyn.Path) instead
| | |     
| | |     Revision: 4248
| | |     Author: stebr461
| | |     Message:
| | |     - Partially evaluated functions now work with recursive functions.
| | |     
| | |     Revision: 4226
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fix list constructor to calculate the resulting type better: myTup := (1.0,3.5); {myTup,(1.0,3.5)} {META_TUPLE,TUPLE} -> list
| | |     - Some fixes for constants that are using MetaModelica types (ceval->value->exp)
| | |     - Started on some builtin array functions
| | |     
| | |     Revision: 4224
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixes compilation error when allocating boolean and string arrays
| | |     
| | |     Revision: 4218
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fix for generating recursive functions (both Modelica and MetaModelica)
| | |     
| | |     Revision: 4217
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Better support for calling NORETCALL functions from Interactive
| | |     - Added builtin boolean functions
| | |     - Added builtin print,if_exp,tick and clock
| | |     - Removed listCar (use listGet instead; it's listed as an actual MetaModelica builtin...)
| | |     - Renamed listCdr to listRest, intended to be a builtin list operator
| | |     - Added builtin functions for listEmpty and optionNone (renamed; were used for pattern matching but may as well be builtin functions...)
| | |     
| | |     Revision: 4212
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added MetaModelica builtin Integer operations
| | |     
| | |     Revision: 4211
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added MetaModelica Builtin Real Operations
| | |     
| | |     Revision: 4210
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added the MetaModelica builtin String and String Character Conversion operations
| | |     
| | |     Revision: 4209
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added pattern matching of reals
| | |     - Added a few MetaModelica builtin String functions
| | |     
| | |     Revision: 4208
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Type conversion boxes Int,Real,Bool,String when needed (for example when doing listMember(list,Integer))
| | |     - Added (polymorphic) builtin list functions: listAppend, listReverse, listLength, listMember, listGet, listNth, listDelete. The builtin handler calculates the correct result type.
| | |     
| | |     Revision: 4206
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added failing testcase MatchCase10
| | |     
| | |     Revision: 4205
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Pattern matching of calls that use mixed positional and named args
| | |     - Unboxing of reals
| | |     
| | |     Revision: 4202
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixes problems with the SOME(tuple) and tuple::rest constructors
| | |     
| | |     Revision: 4201
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added support for uniontype calls in matchcontinue pattern matching
| | |     
| | |     Revision: 4199
| | |     Author: stebr461
| | |     Message:
| | |     -Partially evaluated functions now works properly
| | |     
| | |     Revision: 4197
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added support for pattern matching records (not uniontypes) in matchcontinue expressions
| | |     - Added support for case-local variable declarations in matchcontinue expressions
| | |     
| | |     Revision: 4196
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed compilation error in last commit
| | |     
| | |     Revision: 4195
| | |     Author: sjoelund.se
| | |     Message:
| | |     Added better support for NORETCALL functions
| | |     Added better type checking for unboxing of boxed datatypes (for example: listCar of list using the new builtin handler returns T_BOXED(T_INTEGER), which can be typecast to a regular integer)
| | |     Added (better) support for pattern matching of tuple, list and option
| | |     - Types.mo: Added T_BOXED and T_NORETCALL
| | |     - Added equality operator for boxed datatypes
| | |     - listCar/listCdr now check for listEmpty before doing the operation
| | |     - Added MetaModelica builtin print
| | |     - Added mmc_unbox builtin call
| | |     - Algorithm.NORETCALL instead contains an Exp.CALL. This allows it to contain builtin calls
| | |     
| | |     Revision: 4193
| | |     Author: adrpo
| | |     Message:
| | |     - fixed parsing of lists such as: 1::2::3::x.
| | |     
| | |     Revision: 4185
| | |     Author: sjoelund.se
| | |     Message:
| | |     Absyn.ALG_MATCHCASES, Exp.MATCHCASES, Algorithm.MATCHCASES: New expression type that Absyn.MATCHEXP is translated into.
| | |     DFA.mo, Patternm.mo: Generates code for the new MATCHCASES datatype. It's designed to use a for-try-switch design of matchcontinue. The C code is a lot simpler than the one used before (state machine with goto and a boolean array to try and track patterns that have already been performed).
| | |     CevalScript.cevalInteractiveFunctions: Added setLinker, setLinkerFlags. API calls that allow you to change compiler to g++ (useful when compiling matchcontinue expressions since it uses try/catch).
| | |     Codegen.mo: Added String/List equality operators
| | |     Static.mo: Added List equality operators
| | |     Util.listlistTranspose: "{{1,2,3}{4,5,6}} => {{1,4},{2,5},{3,6}}"
| | |     c_runtime/meta_modelica.{c,h}: Added mmc_boxes_equal. Used to compared boxed datatypes (always returns true for now...)
| | |     
| | |     Revision: 4183
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added expected results for PartialFn{5,6}.mos
| | |     
| | |     Revision: 4176
| | |     Author: stebr461
| | |     Message:
| | |     -First batch of changes for partially evaulated functions
| | |     -Main functionality is in SCode.elaborate, which calls a whole barrage of functions in MetaUtil.mo
| | |     -elabPartEvalFunction and a case for it added to Static.mo
| | |     -Various utility functions added to other modules
| | |     
| | |     Revision: 4173
| | |     Author: sjoelund.se
| | |     Message:
| | |     Added some complicated types/type constructors in testsuite/meta/ComplicatedInteractive.{mo,mos}
| | |     {ClassInf,Static}.mo: Added META_RECORD. Rather than having a specialized function in MetaUtil, the regular OpenModelica functions are used to create a METARECORDCALL.
| | |     Exp.getFunctionCalls: Added META_TUPLE, META_OPTION to the list of expressions to searchMetaUtil.typeMatching: Changed to return a type instead of a boolean. The function will return the supertype of all other list arguments (before this list(NONE,SOME(1)) resulted in list instead of list).
| | |     Types.mo: Changed some of the matchType-related functions to properly subtype/convert options/lists.
| | |     
| | |     Revision: 4172
| | |     Author: sjoelund.se
| | |     Message:
| | |     runtime/systemimpl.c: Updated to use Values.META_TUPLE
| | |     testsuite/java: Updated for the partially working MetaModelica list/tuple
| | |     CevalScript.mo: Fixed failtrace
| | |     Codegen.generateExpression: META_TUPLE code now generates tuples instead of lists.
| | |     Codegen.generateRWType: Generates TYPE_DESC_MMC for LIST and META_TUPLE
| | |     Ceval.ceval: Exp.{TUPLE/META_TUPLE} -> Values.META_TUPLE
| | |     Interactive.evaluateAlgStmt: Added the possibility to assign results of type T_TUPLE to a variable
| | |     MetaUtil.fixMetaTuple: Helper to fix the type when Ceval returns Values.META_TUPLE and you thought the CREF pointed to a Types.T_TUPLE
| | |     MetaUtil.mmc_mk_box: New function that creates the correct mmc_mk_box(, ...) or mmc_mk_box(...) depending on the value of 
| | |     Static.mo: Check type of a Types.Properties using the existing functions instead of PROP(ty, _) = ... This allows us to check for tuples as well.
| | |     Types.unparseType, Types.printTypeStr, Types.getAllExpsTt: Added META_TUPLE analogous to TUPLE
| | |     Types.matchProp: (T_TUPLE,PROP_TUPLE) -> (T_METATUPLE,PROP)
| | |     Types.typeConvert: T_TUPLE->T_METATUPLE
| | |     Util.mo: Added listThreadMap32 (3 lists to 2 lists)
| | |     
| | |     Revision: 4161
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Types.mo: Added support to type convert matrices/arrays to lists. This works
| | |     for the array constructor as expected, but also allows you to use variables
| | |     that are arrays and get them automatically converted to lists (not desired, but
| | |     they use identical Exp.Exp and cannot be differentiated).
| | |     
| | |     Revision: 4160
| | |     Author: sjoelund.se
| | |     Message:
| | |     - systemimpl.c: Fixed list copying by doing it in reverse order (and updating
| | |     java_interface.c to do the same).
| | |     - Types.mo: Added a (very) simple type conversion from ARRAY to LIST. It has
| | |     only been tested for one-dimensional arrays so far.
| | |     - Ceval.mo: Added ceval for the LIST type.
| | |     - It is now possible to call (simple) functions that expect list input using
| | |     the Interactive module.
| | |     
| | |     Revision: 4132
| | |     Revision: 4132
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed Java org.modelica to org.openmodelica
| | |     
| | |     Revision: 4107
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Absyn.ALG_WHEN_A: Changed the name of the field "whenStmt" to "boolExpr"
| | |     since it better reflects the function.
| | |     
| | |     Revision: 4106
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added Exp.TUPLE to ceval (if MetaModelica grammar is activated)
| | |     
| | |     Revision: 4105
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Setting eclipse project default to ISO-8859-1 encoding because the UTF-8
| | |     default changes special characters to multi-byte format. This changes .mo files
| | |     even if you don't modify the header.
| | |     
| | |     Revision: 4104
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Absyn.ALG_WHILE: Changed the name of the field "whileStmt" to "boolExpr"
| | |     since it better reflects its function.
| | |     
| | |     Revision: 4103
| | |     Author: sjoelund.se
| | |     Message:
| | |     * Added testcase/meta/OptionInteractive.mos: Functions with Option type
| | |       in/output are now working, as well as any expression returning an Option type
| | |       in the Interactive interface.
| | |     * Compiler/runtime/systemimpl.c: Values__OPTION to type_desc conversion
| | |     * c_runtime/modelica.h: Replaced modelica_uniontype with metamodelica_type
| | |     * c_runtime/read_write.h: Replaced {read,write}_modelica_{uniontype,mmc} with
| | |       {read,write}_metamodelica_type
| | |     * Types.typeConvert: Added placeholder and debug message for T_ARRAY->T_LIST
| | |     * Compiler.expTypeStr: Changed from void* and modelica_uniontype to metamodelica_type
| | |     * Inst.getUsertypeDimensions: Changed from "option" to "Option"
| | |     * Added cases for T_METAOPTION/Exp.META_OPTION
| | |       - Types.unparseType
| | |       - Types.getAllExpsTt
| | |       - Ceval.ceval
| | |       - Exp.printExp2Str
| | |     
| | |     Revision: 4102
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Normalized the copyright notice to ISO-8859-10
| | |     
| | |     Revision: 4096
| | |     Author: stebr461
| | |     Message:
| | |     - Added functionality for Absyn.Exp.PARTEVALFUNCTION to the Dump module
| | |     
| | |     Revision: 4095
| | |     Author: stebr461
| | |     Message:
| | |     - Tweaked the grammar rules a bit
| | |     - Added new data structure to Exp.Exp for partially evaluated functions
| | |     - Added functionality for this data structure to many functions in Exp
| | |     
| | |     Revision: 4094
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fix testcase/meta/Uniontype13.mos (Uniontype in Record). Broke after merge with Mathcore
| | |     
| | |     Revision: 4092
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Codegen.generateExpression: Using "mmc_mk_none()"/"mmc_mk_some(x)" when
| | |     generating C code instead of "mmc_mk_nil()" and "x".
| | |     - Exp.typeof: Added cases for OPTION/TUPLE, and fixed the cases for LIST/CONS.
| | |     Previously, the type of a LIST(ty=INT) was INT instead of T_LIST(INT)...
| | |     
| | |     Revision: 4088
| | |     Author: stebr461
| | |     Message:
| | |     - added more tests
| | |     
| | |     Revision: 4087
| | |     Author: stebr461
| | |     Message:
| | |     - Added grammar rules for partially evaluated functions
| | |     - Added a new record to Absyn.Exp for partially evaluated functions
| | |     - Added cases to Absyn.traverseExp, Absyn.getCrefFromExp and Absyn.findIteratorinExp for the new record
| | |     - Added test cases for functions whose arguments have default values, and partially evaluated functions as arguments
| | |     - Fixed a typographic error in Interactive.mo that prevented compilation
| | |     
| | |     Revision: 4077
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Codegen.mo: Added annotation(JavaMapping="simple") to external Java
| | |     functions. This handles only int,double,bool,String and max 1 output value.
| | |     
| | |     Revision: 4076
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fix Java testsuite makefile for OMDev
| | |     
| | |     Revision: 4075
| | |     Author: sjoelund.se
| | |     Message:
| | |     DefinitionsCreator.java can now translate all .mo-files in Compiler to
| | |     a single JAR file.
| | |     - {Inst,DAELow,Mod}.mo: Fixed syntax errors
| | |     - Removed genericArguments.st and the list of generic types in
| | |     functions/records. These now look up all variables and add all generic types
| | |     to a string instead (used by the templates directly).
| | |     - Interactive.getDefinitions: Correct behaviour when trying to filter out
| | |     functions (and speeds up the generation in general).
| | |     
| | |     Revision: 4074
| | |     Author: sjoelund.se
| | |     Message:
| | |     - DFA/Interactive.mo: Uses list> instead of
| | |     list
| | |     - Interactive.getDefinitions: Don't add const components to the returned tree.
| | |     Also uses the Print buffer to speed up a bit.
| | |     - ModelicaString: Uses StringBuffer instead of concatenating 80kB strings byte
| | |     by byte.
| | |     
| | |     Revision: 4073
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Updated the Java testsuites for OMDev
| | |     
| | |     Revision: 4072
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Interactive.mo.getDefinitions: Fixed the output to the expected
| | |     "(type XYZ list)" - it was "(type XYZ list)".
| | |     - record.st: Fixed new Class[] to new java.lang.Class[] (in case a package
| | |     contains a record named Class; like Absyn.mo does)
| | |     
| | |     Revision: 4070
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Compiler/Util.mo: Fixed syntax in some unused functions (Util.mo is parsed in
| | |     the Java testsuite)
| | |     - Added the sources and test suite for modelica_java.jar
| | |       * make test (in c_runtime/java_interface) runs a jUnit testsuite
| | |       * make jar (n c_runtime/java_interface) creates the jar-file (it is not run
| | |     by running make in the source root)
| | |     
| | |     Revision: 4068
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Interactive.getDefinitions: Changed the syntax slightly to be more
| | |     consistent (LISP-style trees all the way; this made the parser a bit simpler).
| | |     
| | |     Revision: 4067
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Cleaned up in external Java (no more getJavaMethod calls). This makes it
| | |     easier to spot which line failed in the C file.
| | |     - Fixed bugs when structs/string pointers are not initialized by GCC
| | |     - Added support for multiple output uniontype variables
| | |     
| | |     Revision: 4066
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Updated the ext Java dummy test for Win32 and fixed a bug in the jni_md include
| | |     
| | |     Revision: 4065
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added a dummy test for Java external. This tests the datatypes we currently
| | |     can't use OMC (list,option,tuple).
| | |     
| | |     Revision: 4064
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Changed the NONE() representation to use ctor=1 (so it doesn't share it
| | |     with the empty list). Only Boolean values seem impossible to distinguish
| | |     now.
| | |     - java_interface.c:
| | |       * Added jobject_to_mmc so any object can be turned into a list, tuple,
| | |     record och option.
| | |       * Added ctor_index value to the Java ModelicaRecord.
| | |     OMCModelicaRecord (which OMC creates) has index -1 for regular records
| | |     and >=0 for uniontypes. -2 (default for ModelicaRecord) means a warning
| | |     is printed when the record is returned as a uniontype (because type checking
| | |     can't be done). The automatically generated interface override get_ctor_index,
| | |     so any records created with known "good" records won't generate warnings.
| | |     - Interactive.mo: Uses MetaUtil.createMetaClassesInProgram to create the
| | |     meta classes instead of parsing this in Java code.
| | |     
| | |     Revision: 4062
| | |     Author: stebr461
| | |     Message:
| | |     - Builtin functions can now be passed as arguments in function calls
| | |     - Added test case for passing record constructors as function arguments
| | |     
| | |     Revision: 4061
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added NewJavaMMC to java_interface.[ch]. It currently only handles
| | |     uniontype, integer, real and string.
| | |     - Added a field with the record name (rather than path) to the
| | |     record_description datatype.
| | |     - Added support external Java functions with uniontype arguments (but not
| | |     result types yet).
| | |     - Added a dummy interface IModelicaRecord which tags ModelicaRecord and is
| | |     used as the input type of external Java functions taking uniontypes (because
| | |     uniontypes are interfaces, they cannot inherit from ModelicaRecord).
| | |     
| | |     Revision: 4060
| | |     Author: sjoelund.se
| | |     Message:
| | |     Added code for TYPE_DESC_RECORD inside another TYPE_DESC_RECORD. Also added
| | |     record-in-record support for external Java functions.
| | |     - Codegen.mo: In read/write_modelica_record, pass the fields of the inner
| | |     records rather than the full struct as a single argument.
| | |     - read_write.c: In order for read/write_modelica_record to work when calling
| | |     the function recursively, the functions were split in 2 (one helper function
| | |     each). The first function starts the varargs and passes a pointer to it
| | |     in each subsequent call.
| | |     
| | |     Revision: 4059
| | |     Author: sjoelund.se
| | |     Message:
| | |     - read_write.[ch]: Added (and tested) the MetaModelica types in regular
| | |     records.
| | |     - Codegen.generateType: Added case for uniontype
| | |     - Inst.daeDeclareComplexVarType: Added case for uniontype (and a warning
| | |     message if it fails - finding out this was the function that failed was
| | |     really hard because the compiler will then just output an empty DAE).
| | |     
| | |     Revision: 4058
| | |     Author: sjoelund.se
| | |     Message:
| | |     - read_write.[ch]: Changed from passing strings for record and field names
| | |     to using the record_description struct.
| | |     - Ceval.mo: Disabled cevalFunction (its record constructor doesn't work with
| | |     all types, and turning it on means you don't see error messages from the
| | |     compiled version)
| | |     - Codegen.mo: Generate code that uses record_description instead of field names
| | |     from read/write_modelica_record
| | |     - Inst.instClass: ty = MetaUtil.createUnionType(c,SOME(ty)); instead of
| | |     keeping this in Inst.instElement (other parts of the code also needs to
| | |     check for uniontypes...).
| | |     - Inst.instElement: Removed the special case for uniontype components.
| | |     The general case works fine with the changes to instClass and daeDeclare.
| | |     - MetaUtil.createUnionType: Takes a class and a type. If the class has
| | |     R_UNIONTYPE restruction, create the correct type, else use the given type.
| | |     
| | |     Revision: 4057
| | |     Author: sjoelund.se
| | |     Message:
| | |     Fixes uniontype constructors in packages, called from a different scope.
| | |     - Static.elabCallArgs: Uniontype constructors now send the correct environment
| | |     to MetaUtil.createFunctionArgsList (instead of the environment of the call).
| | |     - MetaUtil.listToBoxes: Because the name is a String, we need to convert
| | |     all dots (.) to underscores (_). The problem is Exp.COMPLEX uses strings
| | |     for the name, and not Paths.
| | |     
| | |     Revision: 4056
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added code in MetaUtil to translate the whole Absyn.Program to use
| | |     uniontypes instead of just the classes in the global scope.
| | |     - SCode.elaborate: Now 2 functions. The first one translates the uniontypes
| | |     in Absyn. This should possibly be done by Parser.parse instead, since
| | |     then this function won't have to be run over and over.
| | |     
| | |     Revision: 4055
| | |     Author: sjoelund.se
| | |     Message:
| | |     SCode.mo: Added a warning message when encountering a uniontype in a package
| | |     Static.mo: Changed the elabCall RECORD constructor case to also handle
| | |     METARECORD. This should ensure that the METARECORD always gets the correct
| | |     name.
| | |     
| | |     Revision: 4053
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Codegen.mo: Bugfix of previous commit (it would try to generate the same
| | |     record definition twice in some test cases)
| | |     
| | |     Revision: 4052
| | |     Author: sjoelund.se
| | |     Message:
| | |     It's now possible to create uniontypes and call functions with uniontype
| | |     input from Interactive sessions.
| | |     - meta_modelica.[ch]: Added struct record_description, containing path
| | |     and field names. It will be passed in every record box instead of using
| | |     several slots in a box to pass the data field names.
| | |     - Values.mo: Added a field for record index in RECORD. This is needed
| | |     for uniontypes.
| | |     - Codegen.mo: Added global record_descriptions for each referenced
| | |     RECORD or METARECORDCALL.
| | |     - Ceval.mo: Constant evaluation of METARECORDCALL
| | |     - Exp.getFunctionCalls: Added METARECORDCALL to the cases, and added
| | |     an input option to find all METARECORDCALLs instead of CALLs.
| | |     
| | |     Revision: 4050
| | |     Author: stebr461
| | |     Message:
| | |     -Added a testcase for passing external functions as arguments
| | |     
| | |     Revision: 4049
| | |     Author: stebr461
| | |     Message:
| | |     - fixed a little bug
| | |     
| | |     Revision: 4048
| | |     Author: stebr461
| | |     Message:
| | |     - Proper testcase for passing builtin functions as arguments
| | |     - Fixed a small syntax error
| | |     
| | |     Revision: 4046
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed RECORD constructor no longer returning ClassInf.UNKNOWN("") instead
| | |     of ClassInf.RECORD(name)
| | |     - Added a case for METARECORDCALL when generating the function dependencies
| | |     
| | |     Revision: 4045
| | |     Author: stebr461
| | |     Message:
| | |     -Compiling calls to functions with no output now works properly
| | |     -Functions with no output can now be used as arguments in function calls
| | |     
| | |     Revision: 4043
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Adds the possibility to return METARECORDS to the interactive shell.
| | |     - Exp.METARECORDCALL: Added list fieldNames so we can pass the fields
| | |     when creating the boxed data. This does cost some extra memory, but it means
| | |     we can return the value to the Interactive module. It should also be helpful
| | |     when debugging datastructures.
| | |     - MetaUtil.listToBoxes: Now takes a list fieldNames when creating
| | |     the boxed datatype.
| | |     - Static.elabCallArgs: Now adds the field names to a METARECORDCALL.
| | |     - Values.mo: Added the OPTION type.
| | |     - c_runtime/meta_modelica.[ch]: Added mmc_mk_box(,,...) (varargs).
| | |     - c_runtime/read_write.[ch], Compiler/runtime/systemimpl.c:  Added
| | |     TYPE_DESC_MMC which contains the MetaModelica-style data, and the ability
| | |     to parse it.
| | |     
| | |     Revision: 4040
| | |     Author: stebr461
| | |     Message:
| | |     - Fixed testcases a bit
| | |     - Added error handling for empty function call in equations
| | |     - Added code generation functionality for empty function calls in algorithms
| | |     
| | |     Revision: 4039
| | |     Author: stebr461
| | |     Message:
| | |     Partial function test cases added/fixed/modified
| | |     
| | |     Revision: 4038
| | |     Author: sjoelund.se
| | |     Message:
| | |     - MetaUtil.listToBoxes: Changed the input to Exp.Type instead of Exp.Exp.
| | |     The reason is simple: an Exp.COMPLEX contains list<(String,Exp.Type)> and
| | |     we want to be able to box recursive data including records using the same
| | |     function.
| | |     - MetaUtil.createConstantCExp2: Added cases for Exp.STRING and Exp.COMPLEX
| | |     
| | |     Revision: 4036
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Exp.typeOf: Added METARECORDCALL. This makes it possible to create a
| | |     UT using syntax like re := REC1(REC1(REC2(1.5)));
| | |     
| | |     Revision: 4035
| | |     Author: sjoelund.se
| | |     Message:
| | |     - MetaUtil.mo: Added a case for UT arguments in UT constructor
| | |     - Added testcases for recursive uniontypes. Note that a constructor like
| | |     REC1(REC1(REC2(1))) still doesn't work.
| | |     
| | |     Revision: 4034
| | |     Author: sjoelund.se
| | |     Message:
| | |     - MetaUtil.mo: Changed createConstantCExp to handle more than 
| | |     constants (like Integer i; i=1; REC1(i) instead of REC(1))
| | |     - Static.mo: Fixed code that changed the scope when looking up a metarecord
| | |     call.
| | |     - Added a testcase using variables as arguments to a metarecord call.
| | |     
| | |     Revision: 4033
| | |     Author: stebr461
| | |     Message:
| | |     - Modified a partial function test case and added a new one that tests built in functions and functions with no output
| | |     - Added the following functions to Exp:
| | |     getFunctionReferenceList - takes a list of expressions and returns the ones that are Exp.CREF with the type T_FUNCTION_REFERENCE
| | |     isFunctionReference - checks if an Exp.Type is a function reference
| | |     getFunctionRefs - takes an Exp and returns all the function reference Exp.CREFs it finds in the Exp and its subexpressions
| | |     - Added the following functions to SimCodegen:
| | |     getReferencedFunctions - creates a list of Absyn.Paths from function references using the new functionality in Exp
| | |     getCrefFromExp - extracts an Absyn.CREF from an expression
| | |     - Modified SimCodegen.getCalledFunctionsInFunction to handle references as well
| | |     
| | |     Revision: 4030
| | |     Author: sjoelund.se
| | |     Message:
| | |     - testcase/meta/Uniontype[1-3].mos now all work properly
| | |     - Added read/write_modelica_uniontype (aliased to modelica_complex)
| | |     - Types.mo: Added a case for T_UNIONTYPE in getAllExpsTt
| | |     - Added the copyright header to java_interface.[ch]
| | |     
| | |     Revision: 4029
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Interactive.mo: Disabled optimization that interferes with MetaModelica
| | |     extensions
| | |     - ClassInf.mo: Added UNIONTYPE cases
| | |     - Inst.mo: Added UNIONTYPE cases; moved the UT case in instElement higher
| | |     so it's run before the more general case
| | |     - MetaUtil.mo: mk_box is now called mmc_mk_box
| | |     - meta_modelica.[ch]: More functions from yacclib.[ch] present
| | |     - testsuite/meta/Uniontype1.mos now works.
| | |     
| | |     Revision: 4026
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed the java testsuite Makefile in Linux
| | |     
| | |     Revision: 4025
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Fixed C/Java runtime for external Java in Windows.
| | |       - Dynamic loading of the JVM from registry or environment variables work.
| | |       - The Java Runtime DefinitionsCreator was updated to escape backslashes in windows pathnames
| | |     
| | |     Revision: 4024
| | |     Author: krsta
| | |     Message:
| | |     Some minor changes (from public to protected on some functions).
| | |     
| | |     Revision: 4023
| | |     Author: krsta
| | |     Message:
| | |     Checked in merged code from Simon Björklén's Union types implementation.
| | |     
| | |     Revision: 4020
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Lookup.mo: buildRecordConstructorClass now adds ALG_ASSIGN statements
| | |     to the constructor so it's not a random piece of data.
| | |     - Algorithm.mo: Removed warning from print statement (causes testsuite to fail)
| | |     - Static.mo: elabCall has a case which fixes problems when looking up
| | |     record constructors in packages.
| | |     - testsuite/records added. The tests do work fine with one exception.
| | |     Record-in-Record can't be returned to the interactive module and exists
| | |     as a failing test.
| | |     - Ceval.mo changes to cevalCallFunction were not commited because commenting
| | |     out the record constructor and Cevalfunc cases change the result of several
| | |     other test cases. This is also why these test cases were not added to the
| | |     default testsuite.
| | |     
| | |     Revision: 4019
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added /usr/lib/jvm/default-java as a path to try if JAVA_HOME does not exist
| | |     
| | |     Revision: 4017
| | |     Author: stebr461
| | |     Message:
| | |     - Fixed generation of function names in Codegen.generateRhsCref
| | |     
| | |     Revision: 4016
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Updated Java tests
| | |     
| | |     Revision: 4015
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Ceval.mo: Interpreted record constructors only used for implicit record
| | |     constructors (not function calls returning records)
| | |     - CevalScript.mo,SimCodegen.mo: Codegen.generateFunctions now returns
| | |     record definitions already created (so they won't be duplicated in
| | |     CevalScript.mo)
| | |     - Exp.mo: T_RECORD wasn't used anymore so it was commented out and
| | |     references updated to use COMPLEX.
| | |     - Codegen.mo: Updated references from Exp.T_RECORD to COMPLEX.
| | |     Codegen.generateFunctions,etc handles Record-in-Record inside
| | |     compiled functions (but not when returning values to Interactive,etc).
| | |     - DAE.mo, Inst.mo, Lookup.mo, Static.mo: Updated comments
| | |     
| | |     Revision: 4012
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added a mostly working implementation of external Java.
| | |     - Dynamically loads the JVM. Only jni headers are needed to compile the
| | |     modified C runtime.
| | |     - modelica_java.jar contains the Java runtime, which depends on antlr-3.1.3.jar.
| | |     - In order to run the java testsuite, you need to set JAVA_HOME to a working
| | |     java installation.
| | |     - There is some code for loading the JVM in visual studio, but it has not
| | |     been tested.
| | |     - The testsuite has been tested using OpenJDK and GCJ
| | |     - It could be possible to use the included antlr jar-file instead of forcing
| | |     the user to keep antlr/stringtemplate in his CLASSPATH
| | |     
| | |     Revision: 4005
| | |     Author: stebr461
| | |     Message:
| | |     - added a case for T_FUNCTION_REFERENCE in Codegen.generateRhsCref
| | |     
| | |     Revision: 4004
| | |     Author: sjoelund.se
| | |     Message:
| | |     (rev3875 in the TemplateCodegen branch used the following bugfix; originally merged from MathCore)
| | |     - got rid of $$$ in the generated code (SimCodegen.mo).
| | |     
| | |     Revision: 4003
| | |     Author: stebr461
| | |     Message:
| | |     - added modelica_fnptr to the c_runtime
| | |     - added support for function pointers in type descriptor
| | |     - added read and write functions for function pointers
| | |     
| | |     Revision: 4000
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added code for handling (partial) function arguments from Absyn to
| | |     Codegen. The c_runtime has not been modified and because simulations/etc
| | |     have some bugs in this branch, the code could not be fully tested or
| | |     compiled (although parts have been).
| | |     
| | |     Revision: 3999
| | |     Author: krsta
| | |     Message:
| | |     Union Types test cases
| | |     
| | |     Revision: 3992
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Added optmanager.o to Makefile.common (someone updated the omdev version but forgot about poor Linux users)
| | |     
| | |     Revision: 3991
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Linux fix (extern C shadows C++ includes; ato[if] resides in stdlib.h)
| | |     
| | |     Revision: 3990
| | |     Author: krsta
| | |     Message:
| | |     - Some updates.
| | |     
| | |     Revision: 3989
| | |     Author: sjoelund.se
| | |     Message:
| | |     - Testing write permission
| | |     
| | |     Revision: 3961
| | |     Author: krsta
| | |     Message:
| | |     - Merged code from Simon Björklén's branch. This is a code backup, not yet compilable code.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/CevalScript.mo
| | | M	Compiler/Cevalfunc.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | A	Compiler/PartFn.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/scripts/Compile.bat
| | | M	c_runtime/java_interface.c
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/meta_modelica_builtin.cpp
| | | M	c_runtime/meta_modelica_builtin.h
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 6e592ada45fdbfa3ca662bd4ef3b3f21b15e01ab
| | | Author: Jens Frenkel 
| | | Date:   Mon Oct 19 06:22:36 2009 +0000
| | | 
| | |     - Bugfix Bug 1110
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 018192a62726b4233babbe0f7bd0336a2fda4b5a
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 14 08:02:17 2009 +0000
| | | 
| | |     - Merged c_runtime from Bootstrapping
| | |     - Fixed simulation_result.cpp performance issues (<< endl flushes the buffer, \n does not)
| | |     - Added the Java-specific runtimes (C and Java)
| | |     - Changes to read_write.{c,h} for record-in-record, NORETCALL and MetaModelica types
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/boolean_array.h
| | | A	c_runtime/java_interface.c
| | | A	c_runtime/java_interface.h
| | | A	c_runtime/java_interface/.project
| | | A	c_runtime/java_interface/Makefile
| | | A	c_runtime/java_interface/Makefile.common
| | | A	c_runtime/java_interface/src/org/openmodelica/IModelicaRecord.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaAny.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaArray.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaBaseArray.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaBoolean.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaFunction.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaFunctionReference.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaHelper.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaInteger.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaObject.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaObjectException.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaOption.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaReal.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaRecord.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaRecordException.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaString.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaTuple.java
| | | A	c_runtime/java_interface/src/org/openmodelica/ModelicaVoid.java
| | | A	c_runtime/java_interface/src/org/openmodelica/OMCModelicaRecord.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/CommunicationException.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/CompilerException.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/ConnectException.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/InvocationError.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/OMCProxy.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunication.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHelper.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationHolder.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationOperations.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/OmcCommunicationStub.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/Result.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/SmartProxy.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/ComplexTypeDefinition.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/DefinitionsCreator.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/FunctionDefinition.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/JarCreator.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/function.st
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/header.st
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/myFQName.st
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/record.st
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/JavaDefinitions/uniontype.st
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorba.g
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/OMCorbaDefinitions.g
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/PackageDefinition.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/ParseException.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/RecordDefinition.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/SymbolTable.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/UniontypeDefinition.java
| | | A	c_runtime/java_interface/src/org/openmodelica/corba/parser/VariableDefinition.java
| | | A	c_runtime/java_interface/src/org/openmodelica/test/ABC_CONTAINER.java
| | | A	c_runtime/java_interface/src/org/openmodelica/test/ABC_UT.java
| | | A	c_runtime/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java
| | | A	c_runtime/java_interface/src/org/openmodelica/test/TestObjects.java
| | | A	c_runtime/java_interface/src/org/openmodelica/test/TestParser.java
| | | A	c_runtime/java_interface/src/org/openmodelica/test/TestRecord.java
| | | A	c_runtime/java_interface/src/org/openmodelica/test/TestSmartProxy.java
| | | A	c_runtime/java_interface/src/org/openmodelica/test/abc.java
| | | A	c_runtime/java_interface/test_files/meta_modelica.mo
| | | A	c_runtime/java_interface/test_files/meta_modelica.mos
| | | A	c_runtime/java_interface/test_files/simple.mo
| | | A	c_runtime/java_interface/test_files/simple.mos
| | | A	c_runtime/jni.h
| | | A	c_runtime/jni_md.h
| | | A	c_runtime/jni_md_solaris.h
| | | A	c_runtime/jni_md_windows.h
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | A	c_runtime/meta_modelica_builtin.cpp
| | | A	c_runtime/meta_modelica_builtin.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/string_array.h
| | |   
| | *   commit db1701a7149c70089c0ce2f4986e63e5fd1a057f
| | |\  Merge: 04860073ed 538b765dbf
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 13 18:50:22 2009 +0000
| | | | 
| | | |     - renamed OpenModelica1.5.0 to trunk
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | * commit 538b765dbfe3f6dea2c6ad3f89849c13747949bf
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 13 13:04:52 2009 +0000
| | | | 
| | | |     - yacclib.h SHOULD not be included anywhere and yacclib.c should NOT be used
| | | |       as these functions are now part of rml.h and librml*.a. Get a new RML/MMC
| | | |       from Subversion or from OMDev.
| | | |     - i renamed yacclib.c and yacclib.h to .txt to make sure this never happens again.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R097	Compiler/absyn_builder/yacclib.c	Compiler/absyn_builder/yacclib.c.txt
| | | | R094	Compiler/absyn_builder/yacclib.h	Compiler/absyn_builder/yacclib.h.txt
| | | | M	Compiler/runtime/optmanager.cpp
| | | | M	Compiler/runtime/unitparserext.cpp
| | | | 
| | | * commit 763b6e4db6c571642d7797fa4bf26218b844e344
| | | | Author: Stefan Brus 
| | | | Date:   Mon Oct 12 06:48:51 2009 +0000
| | | | 
| | | |     - Fixed linking of the lpsolve library and added instructions to the linux readme file
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/omc_debug/Makefile.in
| | | | M	Compiler/omc_release/Makefile.in
| | | | 
| | | * commit 2b51288454cff09dabedd4d0573021a2eac2a9f2
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 10 18:57:59 2009 +0000
| | | | 
| | | |     - fixed the problem that two or more plot commands end up plotting the same plot file by
| | | |       generating a unique tmpPlot_NN.plt file name for each plot[X], plotParametric[X] command.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | 
| | | * commit e7272b41d8f49a6fdd30ad9a708c5f7821b40aaa
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 10 17:31:56 2009 +0000
| | | | 
| | | |     - escape string literals when generating C code as they might have \n in them which will fail to compile
| | | |       with a syntactic error.
| | | |     - added Util.escapeModelicaStringToCString to Util.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit ae99f504dc732645b97370fd5c4eaf02e0e8f44b
| | | | Author: Adrian Pop 
| | | | Date:   Thu Oct 8 04:28:20 2009 +0000
| | | | 
| | | |     - support for Modelica 3.x graphical annotations.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Constants.mo
| | | | 
| | | * commit 93b8dd81e095f83e4c121b61b9f27acb3f8086ff
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 6 20:17:18 2009 +0000
| | | | 
| | | |     - fixes to XMLDump.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/XMLDump.mo
| | | | 
| | | * commit 8d349dbdce76afea78855a086c5d274b6820621b
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 6 01:21:48 2009 +0000
| | | | 
| | | |     - latest modifications from MathCoreOSMC branch
| | | |     
| | | |     Revision: 4303
| | | |     Author: bjozac
| | | |     Date: 11:57:25, den 5 oktober 2009
| | | |     Message:
| | | |     Fixed bug with type instantiation of arrays/matrices.
| | | |     ----
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Inst.mo
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 41f29df8068adae42bd8f8a3b692392cf0f9cd85
| | | | Author: Adrian Pop 
| | | | Date:   Sun Oct 4 21:37:17 2009 +0000
| | | | 
| | | |     - latest modifications from MathCoreOSMC branch
| | | |     
| | | |     Revision: 4296
| | | |     Author: bjozac
| | | |     Date: 09:56:29, den 2 oktober 2009
| | | |     Message:
| | | |     While instantiating parameters componentreferenses in subscripts where not instantiated in order.
| | | |     ----
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Inst.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Static.mo
| | | |     
| | | |     Revision: 4291
| | | |     Author: bjozac
| | | |     Date: 11:28:01, den 1 oktober 2009
| | | |     Message:
| | | |     Exteded AbsynDep with getUsedBySub which does the same as "getUsedBy" with the extra function it returns sub path.
| | | |     ----
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/AbsynDep.mo
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 4aaf6b1aa39fa29e12baea395c087079dbe12a2a
| | | | Author: Adrian Pop 
| | | | Date:   Mon Sep 28 23:18:17 2009 +0000
| | | | 
| | | |     - changes by Alexey Lebedev [alexey dot lebedev at equa dot se] to support implicit range in for loops
| | | |     - more tests for loops
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SCode.mo
| | | | 
| | | * commit 7ae9668efde8a2c3133964855fcb1aef8d163c12
| | | | Author: Adrian Pop 
| | | | Date:   Mon Sep 28 10:13:29 2009 +0000
| | | | 
| | | |     - Merged revisions 4270 and 4269 from MathCoreOSMC branch:
| | | |     
| | | |     Revision: 4270
| | | |     Author: bjozac
| | | |     Date: 11:46:29, den 28 september 2009
| | | |     Message:
| | | |     Implemented front-end support for tuples inside when-equations.
| | | |     ----
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Algorithm.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/DAE.mo
| | | |     
| | | |     Revision: 4269
| | | |     Author: petar
| | | |     Date: 11:01:23, den 28 september 2009
| | | |     Message:
| | | |     -Added algorithm to minimize number of derived units used (details described in paper at Modelica conference).
| | | |     ----
| | | |     Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.cpp
| | | |     Modified : /branches/MathCoreOSMC/Compiler/runtime/unitparser.h
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	Compiler/runtime/unitparser.h
| | | | 
| | | * commit 7cfdabc4aa0f76401d4629272f5de32fac0ad884
| | | | Author: Adrian Pop 
| | | | Date:   Fri Sep 25 21:41:09 2009 +0000
| | | | 
| | | |     - more fixes so it compiles.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit aaf8dcde8b6677c667846afaab11ef8d7a432d12
| | | | Author: Adrian Pop 
| | | | Date:   Fri Sep 25 10:59:59 2009 +0000
| | | | 
| | | |     - fixes so it compiles.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 275ea7335195b3ee38b708577044458b908df62c
| | | | Author: Adrian Pop 
| | | | Date:   Fri Sep 25 09:53:59 2009 +0000
| | | | 
| | | |     - merged revisions 4262, 4264, 4265 from MathCoreOSMC branch!
| | | |     
| | | |     Revision: 4265
| | | |     Author: bjozac
| | | |     Date: 15:48:07, den 24 september 2009
| | | |     Message:
| | | |     Improved error messages for connect-statements.
| | | |     ----
| | | |     Modified : /branches/MathCoreOSMC/Compiler/.depend
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Absyn.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Error.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Exp.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Inst.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/ModUtil.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Static.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Types.mo
| | | |     
| | | |     Revision: 4264
| | | |     Author: bjozac
| | | |     Date: 13:12:32, den 24 september 2009
| | | |     Message:
| | | |     Implemented a "printErrorsNoWarning" in error module.
| | | |     To be able to print only error message of severity "Error".
| | | |     ----
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Error.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/ErrorExt.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/runtime/errorext.cpp
| | | |     
| | | |     Revision: 4262
| | | |     Author: bjozac
| | | |     Date: 13:34:01, den 21 september 2009
| | | |     Message:
| | | |     Updated the unconnected connect variables to contain connector var information for unconnected outside connectors.
| | | |     ----
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Connect.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/DAE.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Env.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Error.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Exp.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Inst.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/Types.mo
| | | |     Modified : /branches/MathCoreOSMC/Compiler/runtime/optmanager.cpp
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/ErrorExt.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/runtime/errorext.cpp
| | | | M	Compiler/runtime/optmanager.cpp
| | | | 
| | | * commit 5cac6237164dae83858c8626d289361210049c5b
| | | | Author: Adrian Pop 
| | | | Date:   Sat Sep 19 01:49:35 2009 +0000
| | | | 
| | | |     A lot of modifications:
| | | |     + release 1.5.0
| | | |     + merged all other changes from trunk/* that happen in the meantime!
| | | |     + now omc can load libraries when called from command line directly.
| | | |      ./omc file lib1 lib2 ... libN
| | | |     + merged changes in the MathCoreOSMC branch
| | | |     + updated the Setup project, included a link to SimForge,
| | | |       added omc-mingw.exe to be used on Vista if needed.
| | | |     + updated DAEQuery.mo, XMLDump.mo
| | | |     + added more help text when running omc from command line.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.w32
| | | | M	Compiler/Prefix.mo
| | | | M	Compiler/RTOpts.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SimCodegen.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsyn.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitChecker.mo
| | | | M	Compiler/XMLDump.mo
| | | | M	Compiler/runtime/ptolemyio.cpp
| | | | M	Compiler/runtime/rtopts.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	c_runtime/boolean_array.c
| | | | M	c_runtime/boolean_array.h
| | | | M	c_runtime/integer_array.c
| | | | M	c_runtime/integer_array.h
| | | | M	c_runtime/modelica.h
| | | | M	c_runtime/real_array.c
| | | | M	c_runtime/real_array.h
| | | | M	c_runtime/sendData/sendData.cpp
| | | | M	c_runtime/simulation_runtime.cpp
| | | | M	c_runtime/solver_dasrt.cpp
| | | | 
| | | * commit aba7c1f65e3f8908ceae701d47aa2b0dbb6ffced
| | | | Author: Adrian Pop 
| | | | Date:   Fri Sep 18 18:06:49 2009 +0000
| | | | 
| | | |     - merged from trunk/tools
| | | |     Revision: 3981
| | | |     Author: adrpo
| | | |     Date: 01:50:27, den 29 mars 2009
| | | |     Message:
| | | |     - small updates to the RML to MetaModelica tool
| | | |     ----
| | | |     Modified : /trunk/tools/rml2mod/absyn.rml
| | | |     
| | | |     Revision: 3771
| | | |     Author: adrpo
| | | |     Date: 09:31:47, den 13 december 2008
| | | |     Message:
| | | |     - updated to parse Modelica 3.0
| | | |     ----
| | | |     Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/modelicaxml/walker.g
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.suo
| | | |     Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.vcproj
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.g
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parser.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parser.g
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parser.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelicaxml-v2.dtd
| | | |     
| | | |     Revision: 3770
| | | |     Author: adrpo
| | | |     Date: 09:32:32, den 12 december 2008
| | | |     Message:
| | | |     - update of ModelicaXML and FlatModelicaXML to parse Modelica 2.2.2 library
| | | |     - moved to Visual Studio 2008
| | | |     - updated the .dtd and the parsers/lexers/walkers
| | | |     - moved to xerces-c 3.0
| | | |     ----
| | | |     Modified : /trunk/tools/xml/modelicaxml/README.txt
| | | |     Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.h
| | | |     Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/dirwalk.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/dirwalk.h
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parser.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/modelicaxml/walker.g
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/FlatModelicaXml.h
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.cpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.g
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parser.hpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/flatmodelicaxml/walker.g
| | | |     Deleted : /trunk/tools/xml/modelicaxml/ModelicaXML.ncb
| | | |     Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.sln
| | | |     Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.suo
| | | |     Modified : /trunk/tools/xml/modelicaxml/ModelicaXML.vcproj
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelicaTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.g
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_lexer.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parser.cpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parser.g
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parser.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.hpp
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelica_parserTokenTypes.txt
| | | |     Modified : /trunk/tools/xml/modelicaxml/modelicaxml-v2.dtd
| | | |     Added : /trunk/tools/xml/LICENSE
| | | |     Added : /trunk/tools/xml/README.txt
| | | |     
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	tools/rml2mod/absyn.rml
| | | | A	tools/xml/LICENSE
| | | | A	tools/xml/README.txt
| | | | M	tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj
| | | | M	tools/xml/flatmodelicaxml/FlatModelicaXml.h
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.cpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.g
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt
| | | | M	tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp
| | | | M	tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt
| | | | M	tools/xml/flatmodelicaxml/walker.g
| | | | M	tools/xml/modelicaxml/ModelicaXML.cpp
| | | | M	tools/xml/modelicaxml/ModelicaXML.h
| | | | M	tools/xml/modelicaxml/ModelicaXML.sln
| | | | M	tools/xml/modelicaxml/ModelicaXML.vcproj
| | | | M	tools/xml/modelicaxml/README.txt
| | | | M	tools/xml/modelicaxml/dirwalk.cpp
| | | | M	tools/xml/modelicaxml/dirwalk.h
| | | | M	tools/xml/modelicaxml/modelicaTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelicaTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelica_lexer.cpp
| | | | M	tools/xml/modelicaxml/modelica_lexer.g
| | | | M	tools/xml/modelicaxml/modelica_lexer.hpp
| | | | M	tools/xml/modelicaxml/modelica_parser.cpp
| | | | M	tools/xml/modelicaxml/modelica_parser.g
| | | | M	tools/xml/modelicaxml/modelica_parser.hpp
| | | | M	tools/xml/modelicaxml/modelica_parserTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelica_parserTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelica_tree_parser.cpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parser.hpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelicaxml-v2.dtd
| | | | M	tools/xml/modelicaxml/walker.g
| | | | 
| | | * commit 34269d781082632bfb2243941fc4a88eee11b479
| | | | Author: Adrian Pop 
| | | | Date:   Fri Sep 18 17:54:52 2009 +0000
| | | | 
| | | |     - a first script for compilation using MSVC.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/scripts/CompileMSVC.bat
| | | | 
| | | * commit cfd4a45a43413db0014c7ddcd42df15981bddc3e
| | | | Author: Stefan Brus 
| | | | Date:   Thu Sep 17 07:59:27 2009 +0000
| | | | 
| | | |     - new .onb files
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/omc_debug/Makefile.in
| | | | M	Compiler/omc_release/Makefile.in
| | | | 
| | | * commit 9e4cbd266c1013a9775c9b900cd0aa6291344ef6
| | | | Author: Adrian Pop 
| | | | Date:   Thu Sep 17 04:09:30 2009 +0000
| | | | 
| | | |     - fixed the getIconAnnotation!
| | | |       In Static.mo I added a SPECIAL case in elabCallArgs to deal with graphical annotations
| | | |       The code doesn't go via Lookup.lookupType as the Line record has [:,2] unknown sizes
| | | |       and when trying to instantiate it it fails!
| | | |     - changed in Static.elabNamedInputArgs in the second case the flag (checkTypes as true) to just checkTypes.
| | | |     - do error check pointing when dealing with annotations!
| | | |     - added more tests in testsuite/mosfiles/interactive_api_classes.mos
| | | |       as the previous file was WRONG!!
| | | |     - added noevalfunc flag to disable the Cevalfunc module
| | | |     - added usedep flag to enable the Interactive.getTotalProgram (we disable it for now until replaceable packages are OK).
| | | |     - corrected some errors in Constants.mo and added a "uniquely" named package so that we know when we
| | | |       are elaborating a graphical program!
| | | |     - added cases for ENUM and ARRAY in Types.valuesToMods
| | | |     - added ENUM case in Exp.typeString
| | | |     - fixed a bug in Lookup.buildRecordConstructorElts ( which wrongly got rid of component modifications)
| | | |     - put back the strip in the omc_release/Makefile.omdev.mingw
| | | |     - minor code beautification
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Constants.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 47fbaa055b6742fe6bde1cb92799433645bdbb53
| | | | Author: Stefan Brus 
| | | | Date:   Wed Sep 16 14:35:25 2009 +0000
| | | | 
| | | |     - More Linux fixes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/omc_debug/Makefile.in
| | | | M	Compiler/omc_release/Makefile.in
| | | | 
| | | * commit 1a757bd3e9bb0dc218acc67f5aa373520dcc6d4d
| | | | Author: Stefan Brus 
| | | | Date:   Wed Sep 16 13:41:37 2009 +0000
| | | | 
| | | |     - Now compiles in Linux
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/runtime/ptolemyio.cpp
| | | | M	Compiler/runtime/unitparserext.cpp
| | | | 
| | | * commit 61a4d8d2f641c25e06480367d61ed23fd6a47192
| | | | Author: Stefan Brus 
| | | | Date:   Wed Sep 16 11:28:21 2009 +0000
| | | | 
| | | |     - added some forgotten files to the makefile to make compilation work
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Makefile.common
| | | | 
| | | * commit c836f4303e70620c963d48e87edfeabfb4ab69f8
| | | | Author: Adrian Pop 
| | | | Date:   Wed Sep 16 10:20:34 2009 +0000
| | | | 
| | | |     -forgot this file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/InstanceHierarchy.mo
| | | | 
| | | * commit 9c03fd4520119ebbef569351ecbab9d4eafa1899
| | | | Author: Adrian Pop 
| | | | Date:   Wed Sep 16 03:05:38 2009 +0000
| | | | 
| | | |     - fixes for dynamic loading.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/absyn_builder/walker.g
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	c_runtime/read_write.c
| | | | M	c_runtime/read_write.h
| | | | 
| | | * commit 942fbdbc853484b03ffb956ac4df88329dcd5d3a
| | | | Author: Adrian Pop 
| | | | Date:   Tue Sep 15 15:19:09 2009 +0000
| | | | 
| | | |     A branch for OpenModelica 1.5.0 release
| | | |     Some tests still fail, is going to be fixed soon.
| | | |     
| | | |     Util.mo:
| | | |     - fixed a bug in Util with der(der(x beeing translated to $der$der instead of $der$der$x;
| | | |       also moved the replacement strings to DAELow so that anybody can have different ones.
| | | |       and also now use DAELow.derivativeName everywhere!
| | | |     - fixed problems with $ in DAELow variable names.
| | | |     
| | | |     DAELow.mo, Main.mo
| | | |     - fixed bug with translation of if-equations to if expressions.
| | | |     - now generating equations for declaration equations.
| | | |     - Util.arrayReplaceAtWithFill indexes from 1 lately, changed accordingly in DAELow.
| | | |     
| | | |     Ceval.mo
| | | |     - the Cevalfunc is now guarded by "evalfunc" flag and is NOT activated by default.
| | | |     
| | | |     SimCodegen.mo, CevalScript.mo, Ceval.mo, Interactive.mo
| | | |     - fixed a stack overflow when compiling recursive functions
| | | |     - added macros for MODELICA_ASSERT and MODELICA_TERMINATE in generated
| | | |       functions as they might not be included in a model, but run separate
| | | |       by dynamic loading.
| | | |     - fixed problems with dynamic loading (check the build time against the .mo file to
| | | |       see if the function is newer); ported from OpenModelica/trunk.
| | | |     - fixed problems with dynamic loading when function was called non-interactively
| | | |       and the compilation got a "permision denied"
| | | |     
| | | |     
| | | |     
| | | |     Static.mo, CevalScript.mo, Interactive.mo,
| | | |     - fixed a problem with function filename generation for .dll/.so
| | | |       by using ModUtil.pathStringReplaceDot instead of ModUtil.pathString2
| | | |       as pathString2 changed since the merging.
| | | |     
| | | |     
| | | |     settingsimpl.c, Settings_5finit
| | | |     - make the compileCommand empty in settings so that $OPENMODELICAHOME/bin/Compile is used
| | | |     
| | | |     Inst.mo, A lot of other modules.
| | | |     - added InstanceHierarchy.mo to the modules to be used for expandable connectors
| | | |       and for the Fluid library. Right now the building of the instance hierarchy
| | | |       is commented out.
| | | |     
| | | |     testsuite/mathcore-mofiles
| | | |     - changed FunctionSimplex.mo to use the correct x[1,:] instead of x[1]!
| | | |     
| | | |     parser/walker and Absyn.mo, Interactive.mo, Ceval.mo
| | | |     - added annotation after extends.
| | | |     
| | | |     DAE.mo
| | | |     - fixes to get[Icon/Diagram]Annotation by filtering out DAE.COMPLEX
| | | |       variables.
| | | |     
| | | |     - many more I forgot about just now.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/ClassInf.mo
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/Constants.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/Makefile.common.w32
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SimCodegen.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/absyn_builder/walker.g
| | | | M	Compiler/runtime/settingsimpl.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	c_runtime/base_array.c
| | | | M	c_runtime/modelica.h
| | | | M	c_runtime/read_write.c
| | | | M	c_runtime/sendData/sendData.cpp
| | | | M	modelica_parser/src/modelica_lexer.g
| | | | M	modelica_parser/src/modelica_parser.g
| | | | M	tools/xml/flatmodelicaxml/walker.g
| | | | M	tools/xml/modelicaxml/walker.g
| | | | 
| | | * commit f44bc872dbb6f5439237e73b9e550931a07e2ee8
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Sep 11 12:40:04 2009 +0000
| | | | 
| | | |     -Improved efficiency of cache by a dirty hack: making cache an array of one element which is set as side effect, so cache is updated even if function fails.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 990c218dcd6afa11076754ca8df5d4a1f4217a16
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Sep 10 09:44:26 2009 +0000
| | | | 
| | | |     -Fixed compile error for visual (round undeclared)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/unitparser.cpp
| | | | 
| | | * commit adffa72cbe7f4648d8e8f53b6d9e142ccd1b712b
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Sep 9 09:45:32 2009 +0000
| | | | 
| | | |     -Fixed bug in Env.Cache (looked up wrong class in cache)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/AbsynDep.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/HashTable2.mo
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit c2b727e58258eb2faca104a9f5a20b8bd40d6e08
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Sep 3 11:34:42 2009 +0000
| | | | 
| | | |     -Fixed memory consumption problem in unit checking code.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | 
| | | * commit 6430db584d61b35f06e1e1f590cdb5b2e82b9253
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Sep 2 08:40:10 2009 +0000
| | | | 
| | | |     -Added defineunit language extension to flat_modelica_parser too so flat parsing works.
| | | |     -Fixed rounding error in rationalizing reals.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | | 
| | | * commit 44b6662644922427866906677bb03d93cb3d92e2
| | | | Author: Otto Tronarp 
| | | | Date:   Mon Aug 31 11:04:11 2009 +0000
| | | | 
| | | |     Copy the reply msg before releasing the clientlock.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/omc_communication_impl.cpp
| | | | 
| | | * commit 3685564e9dced46f7579c1c72897848d1790cbaf
| | | | Author: Otto Tronarp 
| | | | Date:   Mon Aug 31 09:51:01 2009 +0000
| | | | 
| | | |     Introduced a clientlock on Linux / OS X, as we have on windows.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/corbaimpl.cpp
| | | | M	Compiler/runtime/omc_communication_impl.cpp
| | | | 
| | | * commit 9da573026be37efe9f3df633846d29106083a172
| | | | Author: Otto Tronarp 
| | | | Date:   Fri Aug 28 12:42:50 2009 +0000
| | | | 
| | | |     Fixed upper/lower case error.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/UnitParserExt.mo
| | | | 
| | | * commit 1be2b6544c68562cb9c7f5c01ce3b7c58abfe193
| | | | Author: Peter Aronsson 
| | | | Date:   Mon Aug 24 12:00:05 2009 +0000
| | | | 
| | | |     -Added register of unit weights for unit parsing to handle individual weight settings for each component.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitParserExt.mo
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	Compiler/runtime/unitparserext.cpp
| | | | 
| | | * commit ad4fc72f3eb1d2b57a0dbbdbb156ab5a92b040ad
| | | | Author: David Broman 
| | | | Date:   Sun Aug 23 16:19:06 2009 +0000
| | | | 
| | | |     Added accumulateWeight and made "adding two units" working.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	Compiler/runtime/unitparser.h
| | | | 
| | | * commit e24a618c68368246fb6cc610032a9cb5b6d55ced
| | | | Author: Peter Aronsson 
| | | | Date:   Sun Aug 23 14:13:19 2009 +0000
| | | | 
| | | |     -Major work on unit checking with pretty printed units. Not complete yet.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitChecker.mo
| | | | M	Compiler/UnitParserExt.mo
| | | | M	Compiler/absyn_builder/walker.g
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	Compiler/runtime/unitparser.h
| | | | M	Compiler/runtime/unitparserext.cpp
| | | | M	modelica_parser/src/modelica_lexer.g
| | | | M	modelica_parser/src/modelica_parser.g
| | | | 
| | | * commit 6d93f29be336a2072370835b7313adec6279d008
| | | | Author: David Broman 
| | | | Date:   Thu Aug 20 22:31:15 2009 +0000
| | | | 
| | | |     Added commit to unit parser.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	Compiler/runtime/unitparser.h
| | | | 
| | | * commit ac374458dd007c18d23d74db0a3f8d5a52c5371f
| | | | Author: Peter Aronsson 
| | | | Date:   Mon Aug 17 08:40:22 2009 +0000
| | | | 
| | | |     -Fixed bug when building unit terms with empty store (disabled checking).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | 
| | | * commit f14f22b812842699a4e321b3e7e14ca46c96c5f1
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Aug 13 08:55:19 2009 +0000
| | | | 
| | | |     -Implemented support for linspace() function in frontend.
| | | |     -Fixed bug with slicing in modifiers  in several sub-component modifiers, e.g. PositivePin p[2](i(start={1,2}));
| | | |     -Fixed bug in prefixExp on general ASUB expressions
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Prefix.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 5f53d7f3503c813a8a78c45aba6a35273b08067c
| | | | Author: Björn Zachrisson 
| | | | Date:   Mon Aug 10 14:06:32 2009 +0000
| | | | 
| | | |     Updated text for error messages
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | 
| | | * commit 3aa7d54539412404d71ddb8072153e69882911ca
| | | | Author: Björn Zachrisson 
| | | | Date:   Mon Aug 10 12:41:01 2009 +0000
| | | | 
| | | |     Documentation updates
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 9a3623d7cd8b0e61ed3b56905c22caf6e4ad6395
| | | | Author: Peter Aronsson 
| | | | Date:   Mon Aug 10 11:25:32 2009 +0000
| | | | 
| | | |     -Added error messages for if-equations.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | 
| | | * commit d4132221f6fb2ba403a935fe08a0417cdab6784d
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Aug 7 12:57:19 2009 +0000
| | | | 
| | | |     * miner updates for pretty printing of modifers
| | | |     * removal of dead code
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Mod.mo
| | | | 
| | | * commit 8ceeaeb252b2e16b21a811e28e638f726123f5a2
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Aug 7 09:20:23 2009 +0000
| | | | 
| | | |     -Fixed bug in ceval of div() and rem()
| | | |     -Added realCeil to System.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit 36cba374161afd68b3cc4a2a694b14726d6443c9
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Aug 6 13:30:07 2009 +0000
| | | | 
| | | |     -hanged package name Math to MMath to avoid conflicts with std include header math.h
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | R094	Compiler/Math.mo	Compiler/MMath.mo
| | | | M	Compiler/UnitAbsyn.mo
| | | | M	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitChecker.mo
| | | | 
| | | * commit a9c7a262ab394f7df0bfe559ad241d394600a931
| | | | Author: Björn Zachrisson 
| | | | Date:   Wed Aug 5 14:50:10 2009 +0000
| | | | 
| | | |     Small fixes for last commit.
| | | |     Changed where double-modification control is triggered(from SCode to Inst.instelementlist)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/SCode.mo
| | | | 
| | | * commit bd83821954440a1714d1df23c00242ff7967f3ea
| | | | Author: Otto Tronarp 
| | | | Date:   Wed Aug 5 11:34:03 2009 +0000
| | | | 
| | | |     Updated makefiles for osx/linux.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/Makefile.in
| | | | 
| | | * commit aa18de72123a3e8a1a7bdf13a9bec70452e3f1c9
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Aug 4 09:28:06 2009 +0000
| | | | 
| | | |     -Added rest of implementation for unit checking, including pretty printing of units using Mixed Integer Programming based on lpsolve. Unitchecking is deactivated by default. To activate set option "unitChecking" in OptManager to true.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/HashTable.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | A	Compiler/Math.mo
| | | | M	Compiler/Static.mo
| | | | A	Compiler/UnitAbsyn.mo
| | | | A	Compiler/UnitAbsynBuilder.mo
| | | | M	Compiler/UnitChecker.mo
| | | | A	Compiler/UnitParserExt.mo
| | | | M	Compiler/runtime/Makefile.vc
| | | | M	Compiler/runtime/optmanager.cpp
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	Compiler/runtime/unitparser.h
| | | | A	Compiler/runtime/unitparserext.cpp
| | | | 
| | | * commit 206ddd47b3c54772c616f821fd76eb0ad7b2edde
| | | | Author: Björn Zachrisson 
| | | | Date:   Mon Aug 3 14:34:23 2009 +0000
| | | | 
| | | |     * Changed ErrorExt to rollback from bottom instead of top(removed earliest msg before)
| | | |     * Implemented constraining class (for redeclaration)
| | | |     * Pretty print functions for Modifers
| | | |     * Redeclare checking, modifiers.
| | | |     * Check for multiple modifiers in same scope on same component
| | | |     * Improved order of variables for UpdateComponentsinEnv/UpdateCompeltsMods
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/absyn_builder/walker.g
| | | | M	Compiler/runtime/errorext.cpp
| | | | M	Compiler/runtime/printimpl.c
| | | | 
| | | * commit 3572dac3fe744feeb9cfa507626604bea74a546e
| | | | Author: David Broman 
| | | | Date:   Tue Jul 14 08:33:40 2009 +0000
| | | | 
| | | |     Fixed problems regarding unit vector length (they had different sizes) and added the member function isBaseUnit().
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/unitparser.cpp
| | | | M	Compiler/runtime/unitparser.h
| | | | 
| | | * commit 888174007b59d4d4e4310451a57e585e3cce9439
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Jul 2 13:50:48 2009 +0000
| | | | 
| | | |     Fixed bug with pre(variable with type extending base type), this should work now.
| | | |     Added a function for instantiating a partial class in inst module.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit 937d39455648c564db896d25e8ed79c09ffb50cf
| | | | Author: Björn Zachrisson 
| | | | Date:   Tue Jun 30 08:41:36 2009 +0000
| | | | 
| | | |     Add free(printbuffer) to Print module. Previous printBuffer=NULL, never freed the memory allocated.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/printimpl.c
| | | | 
| | | * commit 0fcf03a2bd6ad2201939aec1733b0234a607f00a
| | | | Author: Björn Zachrisson 
| | | | Date:   Mon Jun 29 16:40:39 2009 +0000
| | | | 
| | | |     Fixed the print buffer function 'int increase_buffer_fixed(int increase)'
| | | |     Now it actually increases the buffer, previous implementation did only allocate 'increase' amount of space.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/printimpl.c
| | | | 
| | | * commit acc05607f628c382ef4b459d918860280c02e139
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Jun 26 16:06:10 2009 +0000
| | | | 
| | | |     Some changes for Mathmodelica communication with kernel.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Settings.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/runtime/settingsimpl.c
| | | | 
| | | * commit ee69dce1a6101762fff5b4a9812f104152814ea2
| | | | Author: Hannu Niemistö 
| | | | Date:   Tue Jun 23 09:55:57 2009 +0000
| | | | 
| | | |     added exception for equalityConstraint in dependency analysis
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit bf8cb72b35c1aed42beb9ed5c11b05c5ff7ee79e
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Jun 18 10:38:07 2009 +0000
| | | | 
| | | |     -Fixed so MISSING_INNER_MESSAGE error is not produced if option "checkModel" is true. This option should preferably be set when instantiating class for checkModel.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/runtime/optmanager.cpp
| | | | 
| | | * commit 76545d0ee4982c5076f481018fcb2bef2830e2e9
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Jun 18 07:42:20 2009 +0000
| | | | 
| | | |     -Added preventing reporting error for parameter without binding when it is declared with outer.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 68b1203937b3869ff346e1956806857a54f02112
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jun 17 06:23:58 2009 +0000
| | | | 
| | | |     - fixes for doubling the dimension of alias to array type
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit b7b7aecbbf37043c2ec4875ee8fbe5cc722379c1
| | | | Author: Alexey Lebedev 
| | | | Date:   Mon Jun 15 13:53:21 2009 +0000
| | | | 
| | | |     Another attempt to fix the bug http://openmodelica.ida.liu.se:8080/cb/issue/1098 -- this time, without adding extra equations, only modifying parameter bindings.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 90e5afd29e2da4570b4d0e84ce1a247ffb3d2848
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Jun 12 11:57:45 2009 +0000
| | | | 
| | | |     -Fixed small bug in simplification of if-expressions.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit dfb92aac12ad876a0e0ceebb91421f1aba1d875f
| | | | Author: David Broman 
| | | | Date:   Fri May 29 06:52:56 2009 +0000
| | | | 
| | | |     Added the code for handling unit checking. The code for parsing unit strings is implemented in C++ and is located under directory "runtime". The actual checking (including unit inference) is implemented in file UnitChecker.mo.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/UnitChecker.mo
| | | | A	Compiler/runtime/unitparser.cpp
| | | | A	Compiler/runtime/unitparser.h
| | | | 
| | | * commit a4e775727a5d53ecef516bac31f11eee45566f06
| | | | Author: Björn Zachrisson 
| | | | Date:   Wed May 20 08:29:19 2009 +0000
| | | | 
| | | |     Fixed connection of complex array types ;
| | | |     connect( arr1[1].conectorVar, arr2[7].secondConnectorVar)
| | | |     
| | | |     Now non connected flow equations generate zero equation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit aac2cc7871074ee1de7145940b7a3986c4d9ade4
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri May 15 14:08:07 2009 +0000
| | | | 
| | | |     minor changed for MC backend.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit 7aa38dc208fe7a6dcc78870bf51682ce2e080d63
| | | | Author: Hannu Niemistö 
| | | | Date:   Fri May 15 10:19:19 2009 +0000
| | | | 
| | | |     Added comments to all functions in ConnectionGraph package.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectionGraph.mo
| | | | 
| | | * commit d6006aa8b953ef976da98d97d906ab35441604a6
| | | | Author: Adrian Pop 
| | | | Date:   Fri May 15 05:07:33 2009 +0000
| | | | 
| | | |     - fixes for type alias on an array type.
| | | |       The declaration/usage of the form below now works:
| | | |       type Arr = Real[3](each min=0);
| | | |       Arr x = {1,2,3};
| | | |     - constant evaluation of enumerations values in relations
| | | |     - small beautification of the code
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 4f2051f3d4128f19ba5c6ab7168a56eb009eed37
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu May 14 14:13:32 2009 +0000
| | | | 
| | | |     Fixed error messages and error reporting with partial classes and dangeling modifiers.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/runtime/errorext.cpp
| | | | 
| | | * commit e31ba5fa6822fa559e3d4c524c427d9766d6e1fc
| | | | Author: Peter Aronsson 
| | | | Date:   Wed May 13 12:58:53 2009 +0000
| | | | 
| | | |     -Added a function to print Types.EqMod
| | | |     -Added better failtrace print of elabArrayDim
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit fc4c837b235a7c73993b6f8903ab80afde5ed647
| | | | Author: Otto Tronarp 
| | | | Date:   Tue May 12 11:38:22 2009 +0000
| | | | 
| | | |     Fixed crash on OS X with omniORB.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/corbaimpl.cpp
| | | | 
| | | * commit d3c4037fb62ae6d4f1bcac956815e332cd0abccc
| | | | Author: Peter Aronsson 
| | | | Date:   Tue May 12 09:50:08 2009 +0000
| | | | 
| | | |     -Added error message for circular equations (typically x=x) and logging of selected states (both used by MathModelica backend).
| | | |     -Inserted option to OptManager "logSelectedStates" which is by default turned off.
| | | |     -Implemented getNumMessages that returns the number of messages in the message queue.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/ErrorExt.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/runtime/errorext.cpp
| | | | M	Compiler/runtime/optmanager.cpp
| | | | 
| | | * commit b9006478569d3cd4cd33c930696fe0df27016b31
| | | | Author: Björn Zachrisson 
| | | | Date:   Mon May 11 11:04:52 2009 +0000
| | | | 
| | | |     Fixed built in function sum([:]).
| | | |     Now also works for complex types.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit c96599b82985d5ea3995b6b801c63c48e78f3915
| | | | Author: Björn Zachrisson 
| | | | Date:   Mon May 11 08:41:39 2009 +0000
| | | | 
| | | |     Implemented support for detecting dangeling modifiers(modifers on components that does not exist)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 22a76d3252b42173be7cb9c8c3bb40dc0e9b29f3
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri May 8 06:32:59 2009 +0000
| | | | 
| | | |     Undid the last commit #4021 since it will make several models in the standard library to fail. This because there will be more equations then variables generated.
| | | |     (see Note: 4021 in Inst.mo)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 7305aadfaec2fa3e2d4ee153a3ae1a24a4897cc8
| | | | Author: Alexey Lebedev 
| | | | Date:   Thu May 7 10:00:01 2009 +0000
| | | | 
| | | |     Fix for the bug http://openmodelica.ida.liu.se:8080/cb/issue/1098
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit 7b9a75c9abcc1b87b144d71958ee89462da99eca
| | | | Author: Adrian Pop 
| | | | Date:   Thu May 7 01:06:33 2009 +0000
| | | | 
| | | |     - first implementation of further enumeration support:
| | | |       + comparison of enumerations
| | | |       + array declaration using enumerations
| | | |       + array indexing using enumerations
| | | |       + for equations using enumerations
| | | |     - changes to Values.ENUM
| | | |     - all flattening tests go
| | | |     
| | | |     - more improvements and handling in the back-end will come later
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | M	Compiler/Convert.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Values.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit 7b063695e09e658d31070ba22dc2a342fd4eca5c
| | | | Author: Hannu Niemistö 
| | | | Date:   Tue May 5 12:56:53 2009 +0000
| | | | 
| | | |     Added support for Connections.isRoot.
| | | |     - All calls to isRoot are replaced by true or false in its own phase after instantiation (Ceval was too early). This phase is implemented in ConnectionGraph and called from Inst.instProgram.
| | | |     - Some special case handling is needed in Static and Lookup, because all builtins have been so far in root environment and there were no support for builtins in virtual packages like Connections.
| | | |     - Bug fix in ConnectionGraph related to potentialRoots
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ConnectionGraph.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit d18bf5805fe73d96e4b7b046831be9f2fdcf4a6e
| | | | Author: Hannu Niemistö 
| | | | Date:   Sun May 3 20:56:45 2009 +0000
| | | | 
| | | |     added dummy implementation for isRoot builtin
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | 
| | | * commit 0289c348edbaa1c29af8de8e34b5aff7c0cb41b7
| | | | Author: Björn Zachrisson 
| | | | Date:   Mon Apr 27 12:53:51 2009 +0000
| | | | 
| | | |     - Inst.mo: small fixes to instantiation of a single constant in a package
| | | |     - Util.mo: added listFindWithCompareFunc, selectAndRemoveNth, listMap8
| | | |     - VarTransform.mo: added dumping functionality for variable replacements
| | | |     - optmanager.cpp: small changes to some flags
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/runtime/optmanager.cpp
| | | | 
| | | * commit 36a3f622c1eb5b3d70014a63ce9a79f06802a0a5
| | | | Author: Hannu Niemistö 
| | | | Date:   Mon Apr 27 10:59:05 2009 +0000
| | | | 
| | | |     removed some debug prints
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/HashTableCG.mo
| | | | 
| | | * commit 18480ba08b8a630a25226a5ffc35a5499dd82341
| | | | Author: Hannu Niemistö 
| | | | Date:   Mon Apr 27 10:58:12 2009 +0000
| | | | 
| | | |     creates a zero array with a correct dimension for equalityConstraints
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Types.mo
| | | | 
| | | * commit 8db8fb377180e710aa2f8fc8ca5621cd5e3421c1
| | | | Author: Hannu Niemistö 
| | | | Date:   Mon Apr 27 10:10:56 2009 +0000
| | | | 
| | | |     fixed incorrect usage of hash table in ConnectionGraph
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ConnectionGraph.mo
| | | | 
| | | * commit 9a44af28e8047b21c7a81a6c791dd9ca09249f4d
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Apr 23 07:50:19 2009 +0000
| | | | 
| | | |     -Fixed bug in unconnected flow equations not begin prefixed.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Connect.mo
| | | | 
| | | * commit 2e8d85357f6c531313430a620d0eb75468bc3692
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Apr 8 13:58:01 2009 +0000
| | | | 
| | | |     -Added System.removeFile() that uses remove() from stdio.h
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/System.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit acb4f6ad4801ecf400ee2060bd34d3ff87b44869
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Apr 7 12:43:06 2009 +0000
| | | | 
| | | |     -Added error message for matching in initialization problem. (Currently used in MathModelica but is probably required in OpenModelica as well).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | 
| | | * commit fa8f3e1e4554f6c1138aebccbe8ae18db05c1f34
| | | | Author: Alexey Lebedev 
| | | | Date:   Mon Apr 6 11:05:17 2009 +0000
| | | | 
| | | |     Fixed the function Static.elabBuiltinTranspose2.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 4edcf8c9393f9a6ae6d4744f73fcd130f63e110e
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Apr 2 12:56:06 2009 +0000
| | | | 
| | | |     missed closing ');' on last commit.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit f6e4d7257097c8a40f03b34bcaedabca9707b12b
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Apr 2 12:41:59 2009 +0000
| | | | 
| | | |     * Implemented support for instantiate a single constant in a package
| | | |     
| | | |     * Improved getTotalProgram to decrease instantiation time
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/runtime/optmanager.cpp
| | | | 
| | | * commit 84b019decfc3383302b4d18caa672f94ea3354e2
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Mar 26 07:51:18 2009 +0000
| | | | 
| | | |     Removed debug printing from commit #3974
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit ab01fe3927e1ee87e5a5b8af7d8bfd360cfa72fe
| | | | Author: Björn Zachrisson 
| | | | Date:   Wed Mar 25 15:12:39 2009 +0000
| | | | 
| | | |     Changed name from Absyn.componentRefStr to Absyn.printComponentRefStr to co-exist with Exp.printComponentRefStr
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit f431067364bc1346cd4a1bfe2a2a915936b08c28
| | | | Author: Hannu Niemistö 
| | | | Date:   Wed Mar 25 13:04:07 2009 +0000
| | | | 
| | | |     Connection graph population and breaking algorithm. Current version doesn't work probably because equalityConstraints are lost in elaboration. Modification:
| | | |     - Refactored many instantiation methods to have ConnectionGraph.ConnectionGraph as input and output parameter.
| | | |     - Added Types.EqualityConstraint into T_COMPLEX
| | | |     - Inst.connectComponents contains special case for connections between components having equalityConstraints
| | | |     - Inst.instEquationCommon contains special cases for Connections.branch, Connections.root and Connections.potentialRoot
| | | |     - ConnectionGraph.mo contains the loop breaking algorithm
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/Cevalfunc.mo
| | | | A	Compiler/ConnectionGraph.mo
| | | | M	Compiler/Convert.mo
| | | | M	Compiler/Env.mo
| | | | A	Compiler/HashTableCG.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/Makefile.common.w32
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit a20f1e2722570086707251b1cde8a1d83a2f28d3
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Mar 24 12:10:42 2009 +0000
| | | | 
| | | |     -Added function DAE.getProtectedAttr.
| | | |     -Added function Util.listMap4
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 7015599ed62a72e7b4d4cc8661a238bcac1c51b3
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Mar 20 13:23:27 2009 +0000
| | | | 
| | | |     Forgot to remove debug line. #3963
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit ec116d9c50eb5e0b3100e9ded4e64c6156ab40ba
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Mar 20 13:21:25 2009 +0000
| | | | 
| | | |     Update for last check in, file comparison
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit d21cde74ea2ff1aa4c9b4a33078d3bf3834e2307
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Mar 20 09:49:37 2009 +0000
| | | | 
| | | |     Improved file comparison on windows.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit a9691770bd39042ec93a893167b9334d038975f5
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Mar 19 12:03:08 2009 +0000
| | | | 
| | | |     -removed debug-print in valueString.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Values.mo
| | | | 
| | | * commit 8dd4945475daa3dae18856ce60af9099dd9f13ed
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Mar 18 12:02:09 2009 +0000
| | | | 
| | | |     -Added enumeration to valueString function.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Values.mo
| | | | 
| | | * commit 30af5d3e1be852516426f5f36997ec1b22c99f1f
| | | | Author: Peter Aronsson 
| | | | Date:   Mon Mar 16 12:34:39 2009 +0000
| | | | 
| | | |     -Fixed bug in System.trim
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit d73218ed034546586161d03e86eb8809e7363788
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Mar 13 06:57:33 2009 +0000
| | | | 
| | | |     - In DAE:mo made ppStatementStr public.
| | | |     - In Env.mo made avlTreeAdd public (avlTreeGet was already public).
| | | |     - Added compiler option "noCse" to OptionManager (Specific option for MathCore backend, but other backends that in the future implement CSE (Common Subexpression Elimination) might also want to turn it off (similar as to turning tearing off).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/runtime/optmanager.cpp
| | | | 
| | | * commit 7ccaad022370446ee275753ae6d3e67a050cabb7
| | | | Author: Adrian Pop 
| | | | Date:   Thu Mar 5 08:14:30 2009 +0000
| | | | 
| | | |     - somehow I deleted the name of elabBuiltinDer and I put it back now.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit d88e3e109c4976903b2abde58c4ce06ad3fb572f
| | | | Author: Adrian Pop 
| | | | Date:   Tue Mar 3 14:52:48 2009 +0000
| | | | 
| | | |     - fixed vectorization of: matrix = pre(matrix);
| | | |     - Now flattening of the model below using ModelicaAdditions.MultiBody works.
| | | |       Thanks to Joerg.Wangemann  eads  net
| | | |       for reporting the bug and providing the model!
| | | |       model TestBodyFreeFall
| | | |         import ModelicaAdditions.MultiBody;
| | | |         MultiBody.Parts.InertialSystem inertialSystem;
| | | |         MultiBody.Joints.FreeMotion freemotion;
| | | |         MultiBody.Parts.Body acstructure(m=1, I11=0.1,I22=0.1,I33=0.1);
| | | |       equation
| | | |         connect(inertialSystem.frame_b, freemotion.frame_a);
| | | |         connect(acstructure.frame_a, freemotion.frame_b);
| | | |       end TestBodyFreeFall;
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit af63d534c181d46e70838d7d96dcf05e862b4a0f
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Feb 26 13:21:45 2009 +0000
| | | | 
| | | |     Minor cosmetic details of output for error handling on derivate function, der(...)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 945d80b4f50091a30b0601c6436b723e3500771b
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Feb 26 10:10:07 2009 +0000
| | | | 
| | | |     Fixed error messages (rollback/deleteCheckpoint)
| | | |     Both in ErrorExt.cpp(bug) and in Inst.mo(structural error).
| | | |     
| | | |     Rewritten the handling of builtin functions.
| | | |     Now if a builtinfunction that has a handler failes, the translation fails.
| | | |     Builtin handlers also vectorize calls now.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/runtime/errorext.cpp
| | | | 
| | | * commit e4f19c6259608d8b7bfe1086a971c748cbc847ce
| | | | Author: Otto Tronarp 
| | | | Date:   Tue Feb 24 08:20:01 2009 +0000
| | | | 
| | | |     It doesn't work to compile with debug_print in release on win32.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Convert.mo
| | | | 
| | | * commit bed21c0b91bbb4523a9792c8ef30bd2ddb5ea118
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Feb 20 15:13:57 2009 +0000
| | | | 
| | | |     Re added code that was removed in commit(#3905) for some reason.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit a1dfceb0e0bb4df19c5a82d0c5a75f917d5bf1aa
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Feb 20 13:21:37 2009 +0000
| | | | 
| | | |     Removed a debug line from last commit(#3907)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Values.mo
| | | | 
| | | * commit 053de6c3df7a79c827fc21acd40a1f3387cd62dd
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Feb 20 12:49:11 2009 +0000
| | | | 
| | | |     Implemented a getPackageFileNames, which finds packages located in OPENMODELICALIBRARY path.
| | | |     
| | | |     Fixed a bug with pow(INTEGER,NEGATIVE_INTEGER), this is now not converted back to an Integer, kept as real instead.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ClassLoader.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/Values.mo
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit b53e94f14d44e2578098c078747118ff535fcd11
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Feb 20 11:24:48 2009 +0000
| | | | 
| | | |     -Added constrain() with vector arguments
| | | |     - Added simplification to propagate noEvent operator on expressions down to relation subexpressions
| | | |     -Added symbolic expansion of skew function
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit aeb5542aa48040cfff2394c55de429027ca3a9d9
| | | | Author: Adrian Pop 
| | | | Date:   Fri Feb 20 04:24:22 2009 +0000
| | | | 
| | | |     - small changes to DAE.mo so that will parse using OMC.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | 
| | | * commit 91eef4a77634ee923705e46cc6217f672bfe4860
| | | | Author: Adrian Pop 
| | | | Date:   Fri Feb 20 03:00:04 2009 +0000
| | | | 
| | | |     - got rid of not needed import Print from Inst.mo
| | | |     - added cases for handling Absyn.CLASS_EXTENDS
| | | |       where there are also cases for Absyn.PARTS
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit 3b60acce02832ac53db649559cbe86541b4ffed8
| | | | Author: Adrian Pop 
| | | | Date:   Tue Feb 17 07:53:56 2009 +0000
| | | | 
| | | |     - expose more of the c_runtime array interface
| | | |     - fixes for array iterators which stopped working after the merge
| | | |     - got rid of $$$ in the generated code (SimCodegen.mo)
| | | |     - Util. modelicaStringToCStr2 searches for "der(" instead of "DER("
| | | |     - Handling some of the Exp.ASUB cases in Codegen.mo
| | | |     - Exp.ASSIGN now as an exp LHS instead of a component reference LHS
| | | |     - small fix in VarTransform.mo to be able to parse it with OMC
| | | |     - changes to some of the testsuite/mosfiles due to compiler changes.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/Convert.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Prefix.mo
| | | | M	Compiler/SimCodegen.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	c_runtime/boolean_array.c
| | | | M	c_runtime/boolean_array.h
| | | | M	c_runtime/integer_array.c
| | | | M	c_runtime/integer_array.h
| | | | M	c_runtime/memory_pool.h
| | | | M	c_runtime/real_array.c
| | | | M	c_runtime/real_array.h
| | | | M	c_runtime/string_array.c
| | | | M	c_runtime/string_array.h
| | | | 
| | | * commit 78dbc029675a7086dac61ce33763d53f0ecd40f1
| | | | Author: Adrian Pop 
| | | | Date:   Mon Feb 16 16:00:48 2009 +0000
| | | | 
| | | |     - fixes to Interactive.traverseClasses
| | | |       + now -traverse_classes2 failed for some of the tests is gone
| | | |     - updated OpenModelica tests and enabled them
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit 85bfdbb12c1495ad3e2ba915d37a32bb7959783d
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Feb 12 08:53:52 2009 +0000
| | | | 
| | | |     Implemented support for checkExamplePackages(function for checking any Example dir in a  package )
| | | |     
| | | |     Implemented front end, "constrain" function.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit aa211028ab443176efaa9680d5143fb2895c73f9
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Feb 11 14:55:27 2009 +0000
| | | | 
| | | |     -Minor change to Makefile.vc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	flat_modelica_parser/src/Makefile.vc
| | | | 
| | | * commit 9330c62aff433435dcd9ba46f5fd8ce14459a5d1
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Feb 11 13:11:54 2009 +0000
| | | | 
| | | |     -Added Makefile.vc files that is used by MathCore to compile frontend related stuff.
| | | |     - Updated some tests
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/absyn_builder/Makefile.vc
| | | | A	Compiler/modpar/Makefile.vc
| | | | A	Compiler/runtime/Makefile.vc
| | | | A	flat_modelica_parser/src/Makefile.vc
| | | | M	modelica_parser/src/Makefile.win
| | | | 
| | | * commit dc4fd98c37f449ad4e3368a86a29078f0bc222c6
| | | | Author: Björn Zachrisson 
| | | | Date:   Fri Feb 6 12:54:15 2009 +0000
| | | | 
| | | |     Fixed reinits of arrays, now vectorizing is working.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | | * commit aabaf8ad86c6c10be2cc9581270ca7cbc19b0eef
| | | | Author: Otto Tronarp 
| | | | Date:   Fri Feb 6 10:41:41 2009 +0000
| | | | 
| | | |     Makefile fixes for osx.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/absyn_builder/Makefile.in
| | | | M	Compiler/modpar/Makefile.in
| | | | 
| | | * commit 4a70374d0cd32fc2f165f4ea873c8371bd204585
| | | | Author: Otto Tronarp 
| | | | Date:   Fri Feb 6 10:23:12 2009 +0000
| | | | 
| | | |     Updated configure
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	configure
| | | | 
| | | * commit e01ffd08e8a2d8b5f5a9a24f5d39eeef1587d199
| | | | Author: Otto Tronarp 
| | | | Date:   Fri Feb 6 10:20:38 2009 +0000
| | | | 
| | | |     Fixes for osx
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	configure.in
| | | | 
| | | * commit 7f5e76b08a2d9374c06f734c8d05df6dc25d9de7
| | | | Author: Björn Zachrisson 
| | | | Date:   Wed Feb 4 16:20:37 2009 +0000
| | | | 
| | | |     Changes on OM’s frontend to support Mathmodelica functionality
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 93cde0726e41b2707ab391a06a48d1524f0883a5
| | | | Author: Otto Tronarp 
| | | | Date:   Fri Jan 30 14:30:29 2009 +0000
| | | | 
| | | |     Fixed makefiles for linux
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	configure
| | | | M	configure.in
| | | | 
| | | * commit 38be98db3541e7109046391752338459858ec8e2
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Jan 29 13:30:29 2009 +0000
| | | | 
| | | |     * Implemented support, in frontend, for mod/div/rem
| | | |     * Readded Adrians code for handeling zero flow equations of arrays(Connect.mo)
| | | |     * Change/fixed the "current variable" in error message functionality
| | | |     * Added support for having "der(x) := x" in algorithm section.
| | | |     * function/operator skew() in Static.mo
| | | |     * Updated rtest to current Mathcore rtest version.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Util.mo
| | | | 
| | | * commit 81d39ee43667aa580f7b2d77d03cee745caec752
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jan 28 06:57:17 2009 +0000
| | | | 
| | | |     - merged the Array branch revisions 3782-3789 (see the revision comments below)
| | | |     - 13 tests are failing due to:
| | | |       + -traverse_classes2 failed
| | | |       + constant function evaluation seems not to work
| | | |     
| | | |     Revision: 3789
| | | |     Author: AlexeyLebedev
| | | |     Date: 16:05:38, den 8 januari 2009
| | | |     Message:
| | | |     Constant evaluation of size(Exp.MATRIX, Integer) added.
| | | |     ----
| | | |     Modified : /branches/Array/Compiler/Ceval.mo
| | | |     
| | | |     Revision: 3787
| | | |     Author: AlexeyLebedev
| | | |     Date: 14:46:44, den 23 december 2008
| | | |     Message:
| | | |     Implicit for iterators implemented (with some restrictions:
| | | |     1) Only the first usage of the iterator variable is used to determine the range. It is not asserted that the range is the same in all the places where the variable is used.
| | | |     2) The iterator variable is not been looked for inside matchcontinue and valublock expressions.
| | | |     )
| | | |     
| | | |     It does not work, though, -- there are some problems with constant evaluation of size function.
| | | |     ----
| | | |     Modified : /branches/Array/Compiler/Absyn.mo
| | | |     Modified : /branches/Array/Compiler/Error.mo
| | | |     Modified : /branches/Array/Compiler/Inst.mo
| | | |     
| | | |     Revision: 3786
| | | |     Author: AlexeyLebedev
| | | |     Date: 15:25:21, den 22 december 2008
| | | |     Message:
| | | |     Multiple for iterators are now possible (like:
| | | |     for i in 1:m, j in 1:n loop
| | | |      ...
| | | |     end for;
| | | |     )
| | | |     ----
| | | |     Modified : /branches/Array/Compiler/Inst.mo
| | | |     
| | | |     Revision: 3785
| | | |     Author: AlexeyLebedev
| | | |     Date: 17:53:35, den 18 december 2008
| | | |     Message:
| | | |     A bugfix + CEval for elementwise operators + testfiles.
| | | |     ----
| | | |     Modified : /branches/Array/Compiler/Ceval.mo
| | | |     Modified : /branches/Array/Compiler/Exp.mo
| | | |     Modified : /branches/Array/Compiler/Values.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOps1.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOps2.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOps3.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOps4.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOps5.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval1.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval2.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval3.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval4.mo
| | | |     Added : /branches/Array/testsuite/mofiles/ArrayEWOpsCEval5.mo
| | | |     
| | | |     Revision: 3782
| | | |     Author: AlexeyLebedev
| | | |     Date: 17:38:38, den 17 december 2008
| | | |     Message:
| | | |     Elementwise operators added
| | | |     ----
| | | |     Modified : /branches/Array/Compiler/Exp.mo
| | | |     Modified : /branches/Array/Compiler/Static.mo
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/Values.mo
| | | | 
| | | * commit e9b8db2d02c0a96838daf643ca8d98506c902117
| | | | Author: Björn Zachrisson 
| | | | Date:   Thu Jan 22 16:05:41 2009 +0000
| | | | 
| | | |     Fixed constant evaluation of REDUCTION for simple case (only one iterator)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 64dc40368351cf10ae096028a6f32ebe6faf314a
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Jan 22 15:02:33 2009 +0000
| | | | 
| | | |     -Added explanation to REDUCTION
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Exp.mo
| | | | 
| | | * commit bde1eea266e12d976aafdaa6ca2aa89eb52a3461
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Jan 22 08:06:52 2009 +0000
| | | | 
| | | |     -Removed printing to stdout that messes up MathCore:s testsuite
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ClassLoader.mo
| | | | M	Compiler/Values.mo
| | | | 
| | | * commit cc0659662d4d85c39c3b6a55522655dd9392babb
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Jan 21 13:44:40 2009 +0000
| | | | 
| | | |     -Changed error reporting to always prefix message with the severity string (Error, Warning or Notification)
| | | |     -Added dependencies to some makefiles
| | | |     - Removed DAE.RECORD, instead use DAE.COMPLEX
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/Values.mo
| | | | M	Compiler/absyn_builder/parse.cpp
| | | | M	Compiler/runtime/ErrorMessage.cpp
| | | | M	Compiler/runtime/error_reporting.h
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit 6a21624f2faf6f8e06a748db0242f41f86ec199a
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Jan 16 12:09:56 2009 +0000
| | | | 
| | | |     -Major commit. Includes merges from revision when Adrian did the merge up to today. (MathCores r3273 to r3313)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/CevalScript.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/Convert.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/DumpGraphviz.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/Prefix.mo
| | | | M	Compiler/Refactor.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SimCodegen.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | M	Compiler/runtime/settingsimpl.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | | * commit ad1a927ec8a2fac621fa81cf6586ae79d442a0d0
| | | | Author: Adrian Pop 
| | | | Date:   Thu Dec 18 14:11:38 2008 +0000
| | | | 
| | | |     - got rid of all the not-needed files for the front-end:
| | | |       I added not a Main_stub.mo which only does translateFile.
| | | |       I splited Derive.mo into 2.
| | | |       I also took out from the compilation:
| | | |       DAELow.mo, Codegen.mo, SimCodegen.mo, TaskGraph.mo, TaskGraphExt.mo
| | | |       DAEExt.mo.
| | | |       See omc_frontend/Makefile.omdev.mingw
| | | |       Unfortunately I had to fix the dependencies manually in the makefile,
| | | |       but we can fix that later.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/BackendVarTransform_stub.mo
| | | | M	Compiler/CevalScript_stub.mo
| | | | A	Compiler/Derive_stub.mo
| | | | A	Compiler/Main_stub.mo
| | | | M	Compiler/Static.mo
| | | | 
| | | * commit 992d112e5a45946228dec323e3f4da3bfddd53c0
| | | | Author: Adrian Pop 
| | | | Date:   Thu Dec 18 11:23:56 2008 +0000
| | | | 
| | | |     - stubs CevalScript_stub.mo and BackendVarTransform_stub.mo
| | | |     - makefile entry for frontend, write frontend in the Eclipse window
| | | |     - this will create omcf.exe in omc_frontend and then copy it as build/bin/omc.exe
| | | |     - it will also create a frontend.a with all the objects.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/BackendVarTransform_stub.mo
| | | | A	Compiler/CevalScript_stub.mo
| | | | 
| | | * commit bfdee5dafbefcb543ed14f972d512cfc644d5ea3
| | | | Author: Adrian Pop 
| | | | Date:   Tue Dec 16 17:06:18 2008 +0000
| | | | 
| | | |     - added the complete getTotalProgram in Interactive.mo
| | | |     - commented out the .mos files from testsuite/mathcore-mofiles/drmodelica/Makefile
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Interactive.mo
| | | | 
| | | * commit 383302c99c7d93c204f8eb365360ae22307c1fc5
| | | | Author: Adrian Pop 
| | | | Date:   Mon Dec 15 22:30:45 2008 +0000
| | | | 
| | | |     - splitting of Ceval into Ceval and CevalScript
| | | |     - splitting of VarTransform into VarTransform and BackendVarTransform
| | | |     - modified all the needed files for the new changes
| | | |     - added the new .mo files to the Compiler/Makefiles.common.*
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Compiler/BackendVarTransform.mo
| | | | M	Compiler/Ceval.mo
| | | | A	Compiler/CevalScript.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Makefile.common
| | | | M	Compiler/Makefile.common.w32
| | | | M	Compiler/SimCodegen.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | | * commit a690e2fcfba87d1d82921e7448ec23d09367c967
| | | | Author: Adrian Pop 
| | | | Date:   Mon Dec 15 07:56:54 2008 +0000
| | | | 
| | | |     - added flag +showErrorMessages to show error messages while they happen.
| | | |       + the flag is used in Print.printErrorBuf
| | | |     - disable the ClassLoader.loadCompletePackageFromMp failure message as it might happen because
| | | |       of directories with no .mo files.
| | | |     - return the entire program in Interactive.getTotalModel as we have missing functionality right now.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ClassLoader.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/runtime/printimpl.c
| | | | M	Compiler/runtime/rtopts.c
| | | | 
| | | * commit 5e7261595027b6430eb911ed6f7de05c50ef4248
| | | | Author: Adrian Pop 
| | | | Date:   Sat Dec 13 16:04:48 2008 +0000
| | | | 
| | | |     - first compilable version!
| | | |     - testsuite will have to wait a bit :)
| | | |       right now most of the tests fail.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/ClassLoader.mo
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/Convert.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/DAEQuery.mo
| | | | M	Compiler/DFA.mo
| | | | M	Compiler/Debug.mo
| | | | M	Compiler/Derive.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | M	Compiler/Patternm.mo
| | | | M	Compiler/Prefix.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SimCodegen.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/TaskGraph.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/Values.mo
| | | | M	Compiler/VarTransform.mo
| | | | M	Compiler/XMLDump.mo
| | | | M	Compiler/absyn_builder/parse.cpp
| | | | M	Compiler/absyn_builder/walker.g
| | | | M	Compiler/runtime/ErrorMessage.cpp
| | | | M	Compiler/runtime/ErrorMessage.hpp
| | | | M	Compiler/runtime/Makefile.in
| | | | M	Compiler/runtime/corbaimpl.cpp
| | | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | | M	Compiler/runtime/daeext.cpp
| | | | M	Compiler/runtime/errorext.cpp
| | | | M	Compiler/runtime/errorext.h
| | | | M	Compiler/runtime/omc_communication.idl
| | | | M	Compiler/runtime/omc_communication_impl.cpp
| | | | M	Compiler/runtime/omc_communication_impl.h
| | | | A	Compiler/runtime/optmanager.cpp
| | | | M	Compiler/runtime/printimpl.c
| | | | M	Compiler/runtime/ptolemyio.cpp
| | | | M	Compiler/runtime/rtopts.c
| | | | M	Compiler/runtime/settingsimpl.c
| | | | M	Compiler/runtime/socketimpl.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	c_runtime/memory_pool.h
| | | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | | M	modelica_parser/src/MyAST.h
| | | | M	modelica_parser/src/modelica_lexer.g
| | | | M	modelica_parser/src/modelica_parser.g
| | | | 
| | | * commit 08da0141417e23f670c141fbbc6c88fb71fd24d6
| | | | Author: Adrian Pop 
| | | | Date:   Mon Dec 8 05:50:27 2008 +0000
| | | | 
| | | |     - intermediate merging of OSMC with MathCore front-end
| | | |     - not compilable yet
| | | |     - added the new packages
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | A	Compiler/AbsynDep.mo
| | | | M	Compiler/Algorithm.mo
| | | | M	Compiler/Builtin.mo
| | | | M	Compiler/Ceval.mo
| | | | A	Compiler/Cevalfunc.mo
| | | | M	Compiler/ClassInf.mo
| | | | M	Compiler/ClassLoader.mo
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/Connect.mo
| | | | M	Compiler/Constants.mo
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Debug.mo
| | | | M	Compiler/Dump.mo
| | | | M	Compiler/DumpGraphviz.mo
| | | | M	Compiler/Env.mo
| | | | M	Compiler/Error.mo
| | | | M	Compiler/ErrorExt.mo
| | | | M	Compiler/Exp.mo
| | | | A	Compiler/HashTable.mo
| | | | A	Compiler/HashTable2.mo
| | | | A	Compiler/HashTable3.mo
| | | | A	Compiler/HashTable4.mo
| | | | A	Compiler/HashTable5.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Mod.mo
| | | | M	Compiler/ModUtil.mo
| | | | A	Compiler/OptManager.mo
| | | | M	Compiler/Prefix.mo
| | | | M	Compiler/Print.mo
| | | | M	Compiler/RTOpts.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/SimCodegen.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/System.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/Util.mo
| | | | M	Compiler/Values.mo
| | | | M	Compiler/VarTransform.mo
| | | | 
| | * | commit 04860073ed838b4e8196b99edfa4bd26fffff67a
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 10 18:56:55 2009 +0000
| | | | 
| | | |     - fixed the problem that two or more plot commands end up plotting the same plot file by
| | | |       generating a unique tmpPlot_NN.plt file name for each plot[X], plotParametric[X] command.
| | | |     - gcc4 seems to have a problem with include directories that contain / at the end so
| | | |       i removed the trailing slash from includes.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | 
| | * | commit ef98c4c332bec0d60cd1e949258a6e5f0659ece4
| | | | Author: Adrian Pop 
| | | | Date:   Mon Sep 14 08:56:03 2009 +0000
| | | | 
| | | |     - added the missing change_rettype
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	c_runtime/modelica.h
| | | | 
| | * | commit d58761f026233be00a71b6568b031b292c49905c
| | | | Author: Adrian Pop 
| | | | Date:   Thu Jun 18 04:12:52 2009 +0000
| | | | 
| | | |     - updated parser/AST to handle the annotation at the end of the extends clause:
| | | |       extends name [class_name] [annotation]
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Absyn.mo
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/absyn_builder/walker.g
| | | | M	modelica_parser/src/modelica_parser.g
| | | | 
| | * | commit 879bb910f3cfd720ee667800ce1f80e4453876be
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jun 2 13:56:22 2009 +0000
| | | | 
| | | |     - fixes for aliases to array types:
| | | |       type Alias = Real[6];
| | | |       Alias x; // this variable had [6,6] dimension instead of correct [6].
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Inst.mo
| | | | 
| | * | commit a5467e7ec7528440a62026625f9f3942badd84f8
| | | | Author: Filippo Donida 
| | | | Date:   Thu May 21 06:18:41 2009 +0000
| | | | 
| | | |     The duplication of the dumpEquation method into dumpResidual equation method was necessary to prevent errors caused by the usage of the DAELow.equationToResidualForm call.
| | | |     The problem was that equations having non-scalar right hand side where not correctly translated into residuals. To make an example, the residual of the equation: x = y - z where not correctly calculated, thus obtaining x - y - z (instead of x - (y -z)).
| | | |     More investigation is necessary to understand if the DAELow.equationToResidualForm method makes the hypothesis of having scalar right hand side equations or not (comments of the method are generic).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/XMLDump.mo
| | | | 
| | * | commit e4932237c8c5c7ee9149ebac6580896cd173a0e9
| | | | Author: Filippo Donida 
| | | | Date:   Tue Apr 28 16:06:57 2009 +0000
| | | | 
| | | |     Functions were missing when printing the xml representation of the model with the dumpXMLDAE method. Fixed.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/SimCodegen.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | * | commit b66d08b521b7863087e5401ca9acdfcd7ed71f66
| | | | Author: Alexey Lebedev 
| | | | Date:   Mon Apr 6 07:55:51 2009 +0000
| | | | 
| | | |     Fixed the function Static.elabBuiltinTranspose2. This function looks the same in MathCoreOSMC branch, but the errors with transposition do not appear there. I don't know why.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | * | commit 75d2645bc218a8381e1e48fddc822f295a9a4857
| | | | Author: Filippo Donida 
| | | | Date:   Wed Apr 1 07:11:34 2009 +0000
| | | | 
| | | |     When dumping array, vector or matrix variables the index of the variable was not printed. Fixed.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/XMLDump.mo
| | | | 
| | * | commit 416d039305d4c8febb47083e318ee8f84554e214
| | | | Author: Adrian Pop 
| | | | Date:   Sun Mar 29 00:50:27 2009 +0000
| | | | 
| | | |     - small updates to the RML to MetaModelica tool
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	tools/rml2mod/absyn.rml
| | | | 
| | * | commit a18c0f9b959fc3a607cb8162de0d7a08ad7ea053
| | | | Author: Erik Frisk 
| | | | Date:   Tue Mar 17 17:45:04 2009 +0000
| | | | 
| | | |     Fixed bug with {} in the exportDAEtoMatlab function
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAEQuery.mo
| | | | 
| | * | commit 968380df0e3ede1fd91301d234de9ae47f5d1131
| | | | Author: Adrian Pop 
| | | | Date:   Wed Mar 4 05:41:17 2009 +0000
| | | | 
| | | |     - fixed indexing of matrices with dimensions more than 20 by
| | | |       handling the code generation for simple Exp.ASUB expressions
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/Static.mo
| | | | M	c_runtime/boolean_array.c
| | | | M	c_runtime/boolean_array.h
| | | | M	c_runtime/integer_array.c
| | | | M	c_runtime/integer_array.h
| | | | M	c_runtime/real_array.c
| | | | M	c_runtime/real_array.h
| | | | 
| | * | commit 8b6cc5e1133d3e249e5f237ce4e1aabb4a16fbd2
| | | | Author: Adrian Pop 
| | | | Date:   Mon Feb 23 02:56:48 2009 +0000
| | | | 
| | | |     - fixed an error when counting variables in DAELow.mo (excluded RECORD)
| | | |     - fixed vectorization of reinit(arr1, arr2)
| | | |     - fixed vectorization of matrix = pre(matrix)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Inst.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/Static.mo
| | | | 
| | * | commit 142952fe124b903f521e069afdc81e2ed6fde377
| | | | Author: Adrian Pop 
| | | | Date:   Wed Feb 11 14:21:47 2009 +0000
| | | | 
| | | |     - changed default dassl tolerance from 1e-10 to 1e-4
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | M	c_runtime/simulation_runtime.cpp
| | | | 
| | * | commit a50ecbc185fb89b4d6a5eef0ad7cc757738264a8
| | | | Author: Adrian Pop 
| | | | Date:   Tue Feb 10 00:18:12 2009 +0000
| | | | 
| | | |     - continue when dasrt returns idid==-1.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	c_runtime/solver_dasrt.cpp
| | | | 
| | * | commit c22a4552e50a5f3cd6458ac572073b6a9eafb697
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 5 10:35:25 2009 +0000
| | | | 
| | | |     - fixed an OMC crash on Vista (sendData.cpp)
| | | |     - added icons for Plot Window (ext.exe) and OMC (omc.exe)
| | | |     - display the Plot Window (ext.exe) on the taskbar
| | | |     - updated copyright in OMShell
| | | |     - added .pdb files for releases: ext.exe, OMShell.exe, omc.exe
| | | |       to make it easier to debug crashes
| | | |     - fixed the last date in OpenModelica System Guide
| | | |     - fixed 3D_Bouncinball3D.onb
| | | |     - fixed OMShell runtime error at start
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Makefile.w32
| | | | M	Compiler/runtime/systemimpl.c
| | | | M	c_runtime/sendData/sendData.cpp
| | | | 
| | * | commit 9714db8823ee9f21de22fefb3a074cbc40dc9188
| | | | Author: Filippo Donida 
| | | | Date:   Wed Feb 4 18:20:30 2009 +0000
| | | | 
| | | |     Added (to the dumpXMLDAE method) the possibility to print equations as residuals, using the input parameter "dumpResiduals". Default value is false.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | * | commit 5d5d214c842241be851c26e7b371f1b9747384f8
| | | | Author: Filippo Donida 
| | | | Date:   Wed Feb 4 17:32:52 2009 +0000
| | | | 
| | | |     Added the possibility to print the incidence matrix of the DAE system. The incidence matrix refers to the original problem, before running the matching and the BLT.
| | | |     The choice has been implemented using a boolean input (addOriginalIncidenceMatrix). By default is false.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | * | commit 090d9e91d469f90610279ee9f958fc847a0aeccc
| | | | Author: Filippo Donida 
| | | | Date:   Tue Feb 3 22:01:53 2009 +0000
| | | | 
| | | |     Implemented a new functionality to dumpXMLDAE functional to output additional information for solving the DAE system:
| | | |     - matching algorithm output and
| | | |     - BLT representation information.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | * | commit 1b53ba4a6da06fdcd4f8b2c561a0ac3ffd269112
| | | | Author: Filippo Donida 
| | | | Date:   Tue Feb 3 15:06:07 2009 +0000
| | | | 
| | | |     Fixed a bug concerning the reference index of algorithms within the XML file.
| | | |     Algorithms index starts from 0 while equations index starts from 1. Fixed.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/XMLDump.mo
| | | | 
| | * | commit 15d69525c8b51d848364bc8d4649d62c08c3bd0a
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jan 28 01:58:04 2009 +0000
| | | | 
| | | |     - fixed getIconAnnotation and getDiagramAnnotation to get rid of the empty component:
| | | |       before: {x1,y1,x2,y2,,{graphics_elements}}
| | | |       after:  {x1,y1,x2,y2,{graphics_elements}}
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/DAE.mo
| | | | M	Compiler/Interactive.mo
| | | | 
| | * | commit ac4190d145c64eb8905bc2dd78e11c06e1dfd2a9
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jan 27 14:07:14 2009 +0000
| | | | 
| | | |     - fixes for getIconAnnotation setting the error string.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Static.mo
| | | | 
| | * | commit 912c1cc1fb6b4e08605f8bdc689e8ef4185d529e
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jan 27 12:56:17 2009 +0000
| | | | 
| | | |     - issue a warning if integers are more than could be represented on 30 bits plus sign
| | | |     - update 3D examples
| | | |     - small changes in error messages
| | | |     - ClassLoader will display parse information only if +d=ClassLoader
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/ClassLoader.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Lookup.mo
| | | | M	Compiler/absyn_builder/walker.g
| | | | 
| | * | commit 31e7fd440cd6e5db23cbcf7b5f4fabe7ca22f208
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jan 27 03:33:12 2009 +0000
| | | | 
| | | |     - emit an error when trying to simulate a model that doesn't exist
| | | |     - fixed bug with min/max code generation:
| | | |       http://openmodelica.ida.liu.se:8080/cb/issue/1032
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/Interactive.mo
| | | | 
| | * | commit 22d6852ecf0306d6fc516fe16a437c5eb13493ee
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jan 21 00:49:27 2009 +0000
| | | | 
| | | |     - on Linux waitForStarted(-1)!
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	c_runtime/sendData/sendData.cpp
| | | | 
| | * | commit 0eaa5e6527f5e7d8df54d58b6b4dc5e5de2a228e
| | | | Author: Filippo Donida 
| | | | Date:   Tue Jan 20 14:20:18 2009 +0000
| | | | 
| | | |     Added a parameter (addMathMLCode=true/false) to select if adding the MathMLCode to the XML dumped fileor no (default is false).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Ceval.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/XMLDump.mo
| | | | 
| | * | commit 4b3620eb91ee95619b097d9d8add3fb929d4f9bd
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jan 12 00:01:39 2009 +0000
| | | | 
| | | |     - handle simple range i.e. 1:4 in Codegen.mo
| | | |     - fixed OMNotebook saving problem
| | | |     - updated for 1.4.5 release:
| | | |       + settingsimpl.c (getVersion)
| | | |       + Setup.vdproj and Uninstall.bat (new product code)
| | | |       + some of the DrModelica Files
| | | |       + the onb examples
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Types.mo
| | | | M	Compiler/runtime/settingsimpl.c
| | | | M	c_runtime/boolean_array.c
| | | | M	c_runtime/boolean_array.h
| | | | M	c_runtime/integer_array.c
| | | | M	c_runtime/integer_array.h
| | | | M	c_runtime/memory_pool.h
| | | | M	c_runtime/real_array.c
| | | | M	c_runtime/real_array.h
| | | | M	c_runtime/sendData/sendData.cpp
| | | | M	c_runtime/string_array.c
| | | | M	c_runtime/string_array.h
| | | | 
| | * | commit 5b8bf5716f7f53e35c784721af1e7fdd5423dd15
| | | | Author: Adrian Pop 
| | | | Date:   Sun Dec 14 11:36:04 2008 +0000
| | | | 
| | | |     - these changes fixes a bug with simplify and failure of Prefix.prefixExp
| | | |       + thanks to [Jens dot Frenkel AT mailbox dot tu-dresden dot de] for providing a test model that reproduced the bug.
| | | |     - added +noSimplify flag and setNoSimplify(bool)/getNoSimplify() API for models that have huge expressions in them.
| | | |     - simplify2 is applied only if this flag is set to false (the default).
| | | |     - when there is no prefix is Prefix.prefixExp just return the expression, do not fail.
| | | |     - get rid of -Wall flag for simulation code compilation as it takes longer to compile with it.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	Compiler/Codegen.mo
| | | | M	Compiler/DAELow.mo
| | | | M	Compiler/Exp.mo
| | | | M	Compiler/Interactive.mo
| | | | M	Compiler/Main.mo
| | | | M	Compiler/Prefix.mo
| | | | M	Compiler/RTOpts.mo
| | | | M	Compiler/SCode.mo
| | | | M	Compiler/Static.mo
| | | | M	Compiler/runtime/rtopts.c
| | | | M	Compiler/runtime/systemimpl.c
| | | | 
| | * | commit 6c0135977cb91f0f2cd7ee0e1d867413dbbd0d72
| | | | Author: Adrian Pop 
| | | | Date:   Sat Dec 13 08:31:47 2008 +0000
| | | | 
| | | |     - updated to parse Modelica 3.0
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp
| | | | M	tools/xml/modelicaxml/ModelicaXML.cpp
| | | | M	tools/xml/modelicaxml/ModelicaXML.vcproj
| | | | M	tools/xml/modelicaxml/modelicaTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelicaTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelica_lexer.cpp
| | | | M	tools/xml/modelicaxml/modelica_lexer.g
| | | | M	tools/xml/modelicaxml/modelica_lexer.hpp
| | | | M	tools/xml/modelicaxml/modelica_parser.cpp
| | | | M	tools/xml/modelicaxml/modelica_parser.g
| | | | M	tools/xml/modelicaxml/modelica_parser.hpp
| | | | M	tools/xml/modelicaxml/modelica_parserTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelica_parserTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelica_tree_parser.cpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parser.hpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelicaxml-v2.dtd
| | | | M	tools/xml/modelicaxml/walker.g
| | | | 
| | * | commit a3474b0c17fbb9d865306156484e01f3c851eb8f
| | | | Author: Adrian Pop 
| | | | Date:   Fri Dec 12 08:32:32 2008 +0000
| | | | 
| | | |     - update of ModelicaXML and FlatModelicaXML to parse Modelica 2.2.2 library
| | | |     - moved to Visual Studio 2008
| | | |     - updated the .dtd and the parsers/lexers/walkers
| | | |     - moved to xerces-c 3.0
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	tools/xml/LICENSE
| | | | A	tools/xml/README.txt
| | | | M	tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj
| | | | M	tools/xml/flatmodelicaxml/FlatModelicaXml.h
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.cpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.g
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp
| | | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt
| | | | M	tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp
| | | | M	tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt
| | | | M	tools/xml/flatmodelicaxml/walker.g
| | | | M	tools/xml/modelicaxml/ModelicaXML.cpp
| | | | M	tools/xml/modelicaxml/ModelicaXML.h
| | | | M	tools/xml/modelicaxml/ModelicaXML.sln
| | | | M	tools/xml/modelicaxml/ModelicaXML.vcproj
| | | | M	tools/xml/modelicaxml/README.txt
| | | | M	tools/xml/modelicaxml/dirwalk.cpp
| | | | M	tools/xml/modelicaxml/dirwalk.h
| | | | M	tools/xml/modelicaxml/modelicaTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelicaTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelica_lexer.cpp
| | | | M	tools/xml/modelicaxml/modelica_lexer.g
| | | | M	tools/xml/modelicaxml/modelica_lexer.hpp
| | | | M	tools/xml/modelicaxml/modelica_parser.cpp
| | | | M	tools/xml/modelicaxml/modelica_parser.g
| | | | M	tools/xml/modelicaxml/modelica_parser.hpp
| | | | M	tools/xml/modelicaxml/modelica_parserTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelica_parserTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelica_tree_parser.cpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parser.hpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp
| | | | M	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt
| | | | M	tools/xml/modelicaxml/modelicaxml-v2.dtd
| | | | M	tools/xml/modelicaxml/walker.g
| | | | 
| | * | commit 0262b874e0fb6024d385eaeb782363fde372305a
| | |/  Author: Adrian Pop 
| | |   Date:   Fri Dec 12 03:06:08 2008 +0000
| | |   
| | |       - increase the memory_pool for real numbers from 10000 to 1000000.
| | |       - added the new element wise operators ./,.*,.+,.^
| | |         to the modelica/flat_modelica parsers, walker,
| | |         lexers, Absyn.mo and Dump.mo
| | |       - handling no return equations and algorithms in Dump.mo.
| | |       - beautifying the output of the flat Modelica.
| | |       - beautifying the generated code.
| | |       - added a no return equation and algorithm in FlatParse.mof
| | |       
| | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | |   
| | |   M	Compiler/Absyn.mo
| | |   M	Compiler/ClassLoader.mo
| | |   M	Compiler/Codegen.mo
| | |   M	Compiler/Dump.mo
| | |   M	Compiler/SimCodegen.mo
| | |   M	Compiler/absyn_builder/walker.g
| | |   M	c_runtime/memory_pool.h
| | |   M	flat_modelica_parser/src/flat_modelica_lexer.g
| | |   M	flat_modelica_parser/src/flat_modelica_parser.g
| | |   M	modelica_parser/src/modelica_lexer.g
| | |   M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit e6a40d4a6535fc79a725a458fbbddda543a58098
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 8 05:24:54 2008 +0000
| | | 
| | |     - fixed a mistake in Absyn.EQ/ALG_FAILURE/EQUALITY, they should
| | |       contain EquationItem and AlgorithmItem as built by the parser
| | |     - got rid of function removal on loading as we can do it based
| | |       on build time: Ceval, ClassLoader, Interactive, Inst, Static
| | |     - beautifying dumping of MetaModelica code and handle also the
| | |       equality and failure equations.
| | |     - remove the .sig and .srz files on clean
| | |     - fixed a bug with modifications merging (see Modification6.mo)
| | |     - System__hash improved plus now considering the entire string
| | |       + RefinedSimpleCircuitValid.mo changes due to different hashing.
| | |     - more homogeneous function documentation strings here and there
| | |     - small changes to sendData, OMNotebook and ext(ernal plotter).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit cee80c0e8f8f6371f52f0a231298889bbd444754
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 1 05:18:22 2008 +0000
| | | 
| | |     - fixed a small mistake in setAnnotationVersion
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit b61faaec43d2960190142f66b5e8a9d10868a670
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 1 02:52:26 2008 +0000
| | | 
| | |     - added better annotation handling:
| | |       + annotationVersion flag to the compiler:
| | |         * omc +annotationVersion=1.x|2.x|3.x
| | |       + setAnnotationVersion/getAnnotationVersion API
| | |       + see Constants.mo, RTOpts.mo, rtopts.c
| | |       + more implementation is needed for Modelica 3.0 annotations.
| | |     
| | |     - more command line help for omc.
| | |     
| | |     - better component names in SCode data structures
| | |       and changes to all needed files due to them
| | |     
| | |     - better support for model extends X end X;:
| | |       + handling of Absyn.CLASS_EXTENDS and SCode.CLASS_EXTENDS
| | |       + changes in the walker.g to populate Absyn.CLASS with
| | |         the class name for the model extends case (before was empty)
| | |       + further support is needed for model extends X case in Inst.mo
| | |     
| | |     - small beautification in parsers
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Constants.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/runtime/rtopts.c
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 16cd56e483f40c64b1f553dfefef48b37bafe648
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 27 00:22:45 2008 +0000
| | | 
| | |     - added -fPIC to the C flags for x86_64
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit c6c0f85cc701e94e8f674677b2dd992b598968ab
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 26 19:16:29 2008 +0000
| | | 
| | |     - fflush the standard error stream as it may display differently on Windows vs. Linux.
| | |     - change the CyclicPerm.mos test to sync with the new changes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3750 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/printimpl.c
| | | 
| | * commit ec3db3401404b8369c4d0b5d56257bde0cffcfe3
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 26 05:15:53 2008 +0000
| | | 
| | |     QUITE BIG CHANGES TO SUPPORT THE STREAM CONNECTORS
| | |     
| | |     - stream connector support is not ready yet, still left to do generation of equations.
| | |     
| | |     - added "stream" to:
| | |       + the lexer and parser
| | |       + the Absyn component attributes
| | |       + the SCode component attributes
| | |       + the Types attributes
| | |     - changed XMLDump to also dump the stream attribute of a variable
| | |     
| | |     - changed DAE.VAR components to more meaningful names and used them also in Exp.VAR components
| | |     - add dummy variable as: der($dummy) = 0; instead der($dummy) = sin(time*6628.318530717);
| | |       the dummy derivative is now added ONLY if there are no other states!
| | |     
| | |     - removed double new lines in the generated code from:
| | |       SimCodegen.generateInitializeDeinitializationDataStruc
| | |     - beautifying the generated code
| | |     
| | |     - added tests for setting/reading "stream" attribute
| | |     - val(variable, integer) now returns a Real value as it should!
| | |     - made testsuite simulation rtest scripts more sensitive
| | |       to combined string and numbers differences
| | |     - now the records returned by interactive functions and
| | |       the simulation result are named! changed the testsuite
| | |       to agree with the changes.
| | |     
| | |     - pushed the fixes for not needing ./ in the path by Robert [Robert.Wotzlaw \at web.de], thanks!
| | |     
| | |     - fixed a bug when sample(0, Ts) will not generate any event at T=0
| | |       Thanks to Beat Arnet [beat.arnet \ at ieee.org] for reporting it!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Constants.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	Examples/sim_BouncingBall.mos
| | | M	Makefile.in
| | | M	c_runtime/simulation_events.cpp
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 4e3430b86b5c4939075070a1acd3f3c6016008ba
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 6 23:47:20 2008 +0000
| | | 
| | |     - fixed a small typo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 5d7faec7c83438ca92d132efaf631381a1985a75
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 6 23:46:28 2008 +0000
| | | 
| | |     - on openSuse 11, gcc 4.3 includes of string.h are needed
| | |     - re-link omc if when there are changes in sendData files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | 
| | * commit b9f883f59629cc2a9e065008c95e2d7bfcb7614f
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 6 23:44:26 2008 +0000
| | | 
| | |     - Linux fixes for new plotting functionality
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 173b3106fcc1f4fc92dce6ed07bc8b5240ea7922
| | | Author: Dietmar Winkler 
| | | Date:   Sun Nov 2 16:35:42 2008 +0000
| | | 
| | |     Formal clean up of all code files:
| | |     
| | |      * applied svn:eol-style native to all files except Compiler/*.mo --> LF
| | |      * unified the eol-style of ALL files (this was necessary in order to set the svn properties
| | |      * unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
| | |      * make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
| | |      * FYI: script to remove trailing white spaces: http://is.gd/5A6B
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	.cdtproject-sample-cdt
| | | M	.project-sample-cdt
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/Constants.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/Corba.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEEXT.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Graphviz.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.in
| | | M	Compiler/Makefile.w32
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Parser.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Print.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Socket.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TaskGraphExt.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/XMLDump.mo
| | | M	Compiler/absyn_builder/Makefile.in
| | | M	Compiler/absyn_builder/expression_parser.g
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/absyn_builder/yacclib.c
| | | M	Compiler/absyn_builder/yacclib.h
| | | M	Compiler/modpar/Codegen.cpp
| | | M	Compiler/modpar/Codegen.hpp
| | | M	Compiler/modpar/DuplicateParentMerge.cpp
| | | M	Compiler/modpar/DuplicateParentMerge.hpp
| | | M	Compiler/modpar/Makefile.in
| | | M	Compiler/modpar/MergeAllParents.cpp
| | | M	Compiler/modpar/MergeAllParents.hpp
| | | M	Compiler/modpar/MergeRule.cpp
| | | M	Compiler/modpar/MergeRule.hpp
| | | M	Compiler/modpar/MergeSiblings.cpp
| | | M	Compiler/modpar/MergeSiblings.hpp
| | | M	Compiler/modpar/ParallelOptions.hpp
| | | M	Compiler/modpar/Schedule.cpp
| | | M	Compiler/modpar/Schedule.hpp
| | | M	Compiler/modpar/SingleChildMerge.cpp
| | | M	Compiler/modpar/SingleChildMerge.hpp
| | | M	Compiler/modpar/TaskGraph.cpp
| | | M	Compiler/modpar/TaskGraph.hpp
| | | M	Compiler/modpar/TaskGraphExt.cpp
| | | M	Compiler/modpar/TaskGraphExt_stub.cpp
| | | M	Compiler/modpar/TaskMerging.cpp
| | | M	Compiler/modpar/TaskMerging.hpp
| | | M	Compiler/modpar/solvers.cpp
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/report/example-1.tex
| | | M	Compiler/report/example-4.tex
| | | M	Compiler/report/report.tex
| | | M	Compiler/report/semantik
| | | M	Compiler/report/syntax
| | | M	Compiler/rml2mmo/README.txt
| | | M	Compiler/rml2sig/rml2sig.bat
| | | M	Compiler/rml2sig/rml2sig.lex
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | M	Compiler/runtime/omc_communication.idl
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/omc_communication_impl.h
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/socketimpl.c
| | | M	Compiler/scripts/doPlot.bat
| | | M	Compiler/test_codegen/Makefile.single
| | | M	Compiler/test_codegen/algorithm_while1.mo
| | | M	Compiler/test_codegen/expression_index1.mo
| | | M	Compiler/test_codegen/main.c
| | | M	Compiler/test_codegen/misc_bubblesort.mo
| | | M	Compiler/test_codegen/misc_simplex1.mo
| | | M	Compiler/test_codegen/misc_simplex2.mo
| | | M	Compiler/test_codegen/rtest.sh
| | | M	Compiler/tools/rmldoc
| | | M	Examples/BouncingBall.mo
| | | M	Examples/Circle.mo
| | | M	Examples/ExternalLibraries.mo
| | | M	Examples/ExternalLibraries.mos
| | | M	Examples/HelloWorld.mo
| | | M	Examples/Influenza.mo
| | | M	Examples/SimpleIntegrator.mo
| | | M	Examples/Switch.mo
| | | M	Examples/VanDerPol.mo
| | | M	Examples/bubblesort.mo
| | | M	Examples/dcmotor.mo
| | | M	Examples/sim_dcmotor.mos
| | | M	Examples/visualize_3D_BouncingBall.mo
| | | M	Makefile.in
| | | M	OSMC-License.txt
| | | M	README-BUILD-RELEASE.txt
| | | M	README-OMDev-MINGW.txt
| | | M	README-WIN32.txt
| | | M	c_runtime/LICENSE
| | | M	c_runtime/Makefile
| | | M	c_runtime/README
| | | M	c_runtime/base_array.c
| | | M	c_runtime/base_array.h
| | | M	c_runtime/bigden.c
| | | M	c_runtime/biglag.c
| | | M	c_runtime/blaswrap.h
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/daux.c
| | | M	c_runtime/ddasrt.c
| | | M	c_runtime/ddassl.c
| | | M	c_runtime/dgesv_aux.c
| | | M	c_runtime/dlamch.c
| | | M	c_runtime/dlinpk.c
| | | M	c_runtime/dogleg.c
| | | M	c_runtime/dpmpar.c
| | | M	c_runtime/dummy_model.cpp
| | | M	c_runtime/dummy_model_functions.cpp
| | | M	c_runtime/enorm.c
| | | M	c_runtime/fdjac1.c
| | | M	c_runtime/fortran/ddasrt.f
| | | M	c_runtime/fortran/ddassl.f
| | | M	c_runtime/fortran/dpmpar.f
| | | M	c_runtime/fortran/nelmead.f
| | | M	c_runtime/hybrd.c
| | | M	c_runtime/hybrd1.c
| | | M	c_runtime/hybrj.c
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/inline.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/libf2c/README
| | | M	c_runtime/libf2c/comptry.bat
| | | M	c_runtime/libf2c/f77vers.c
| | | M	c_runtime/libf2c/makefile.vc
| | | M	c_runtime/libf2c/scomptry.bat
| | | M	c_runtime/lsame.c
| | | M	c_runtime/matrix.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/nelmead.c
| | | M	c_runtime/newuoa.c
| | | M	c_runtime/newuob.c
| | | M	c_runtime/options.cpp
| | | M	c_runtime/options.h
| | | M	c_runtime/qform.c
| | | M	c_runtime/qrfac.c
| | | M	c_runtime/r1mpyq.c
| | | M	c_runtime/r1updt.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/sendData/Makefile.Release.mingw
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/sendData/sendData.pro
| | | M	c_runtime/sendData/sendData.vcproj
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_input.h
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/simulation_result.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_dasrt.h
| | | M	c_runtime/solver_euler.cpp
| | | M	c_runtime/solver_euler.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | M	c_runtime/trsapp.c
| | | M	c_runtime/update.c
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | M	configure.in
| | | M	flat_modelica_parser/README
| | | M	flat_modelica_parser/src/Makefile.in
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	flat_modelica_parser/src/test.cpp
| | | M	modelica_parser/LICENSE
| | | M	modelica_parser/src/Makefile.win
| | | M	modelica_parser/src/MyAST.h
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modelica_parser/src/parse_tree_dumper.hpp
| | | M	modelica_parser/src/test.cpp
| | | M	modelica_parser/src/token_names.cpp
| | | M	modelica_parser/src/token_names.hpp
| | | M	modelica_parser/test/lexer/Makefile.in
| | | M	modelica_parser/test/lexer/Makefile.win
| | | M	modelica_parser/test/lexer/test_lexer.cpp
| | | M	modelica_parser/test/lexer/testfiles/testmlcomment1.in.txt
| | | M	modelica_parser/test/lexer/testone.bat
| | | M	modelica_parser/test/parser/Makefile.in
| | | M	modelica_parser/test/parser/Makefile.win
| | | M	modelica_parser/test/parser/test_parser.cpp
| | | M	modelica_parser/test/parser/testfiles/test1.in.mo
| | | M	modelica_parser/test/parser/testfiles/test2.in.mo
| | | M	modelica_parser/test/parser/testone.bat
| | | M	tools/Makefile.in
| | | M	tools/OMCMonitor/LICENSE.txt
| | | M	tools/OMCMonitor/OMCMonitor.c
| | | M	tools/OMCMonitor/OMCMonitor.rc
| | | M	tools/OMCMonitor/OMCMonitor.sln
| | | M	tools/OMCMonitor/OMCMonitor.vcproj
| | | M	tools/OMCMonitor/resource.h
| | | M	tools/rml2mod/.project
| | | M	tools/rml2mod/Makefile
| | | M	tools/rml2mod/absyn.rml
| | | M	tools/rml2mod/defs.h
| | | M	tools/rml2mod/dictionary.rml
| | | M	tools/rml2mod/external.c
| | | M	tools/rml2mod/external.rml
| | | M	tools/rml2mod/lexer.c
| | | M	tools/rml2mod/loadprogramdb.c
| | | M	tools/rml2mod/loadprogramdb.rml
| | | M	tools/rml2mod/lookup.rml
| | | M	tools/rml2mod/main.rml
| | | M	tools/rml2mod/moddump.rml
| | | M	tools/rml2mod/modrefactor.rml
| | | M	tools/rml2mod/modrefactortypes.rml
| | | M	tools/rml2mod/parser.y
| | | M	tools/rml2mod/print.rml
| | | M	tools/rml2mod/rml-db-parse.y
| | | M	tools/rml2mod/rml-db-scan.l
| | | M	tools/rml2mod/rml2mmod/rml2mmod.sln
| | | M	tools/rml2mod/rmldump.rml
| | | M	tools/rml2mod/rmlrefactor.rml
| | | M	tools/rml2mod/rmltomod.rml
| | | M	tools/rml2mod/scanparse.c
| | | M	tools/rml2mod/scanparse.rml
| | | M	tools/rml2mod/test.rml
| | | M	tools/rml2mod/test2.rml
| | | M	tools/rml2mod/util.rml
| | | M	tools/xml/flatmodelicaxml/FlatModelicaLexer.cpp
| | | M	tools/xml/flatmodelicaxml/FlatModelicaLexer.hpp
| | | M	tools/xml/flatmodelicaxml/FlatModelicaXML.cpp
| | | M	tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj
| | | M	tools/xml/flatmodelicaxml/FlatModelicaXml.h
| | | M	tools/xml/flatmodelicaxml/Makefile
| | | M	tools/xml/flatmodelicaxml/ModelicaXMLUtilities.cpp
| | | M	tools/xml/flatmodelicaxml/ModelicaXMLUtilities.hpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_lexer.g
| | | M	tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.cpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.g
| | | M	tools/xml/flatmodelicaxml/flat_modelica_parser.hpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt
| | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp
| | | M	tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt
| | | M	tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp
| | | M	tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt
| | | M	tools/xml/flatmodelicaxml/parse_tree_dumper.hpp
| | | M	tools/xml/flatmodelicaxml/test.cpp
| | | M	tools/xml/flatmodelicaxml/walker.g
| | | M	tools/xml/modelicaxml/Makefile
| | | M	tools/xml/modelicaxml/Makefile.cygwin
| | | M	tools/xml/modelicaxml/ModelicaXML.cpp
| | | M	tools/xml/modelicaxml/ModelicaXML.h
| | | M	tools/xml/modelicaxml/ModelicaXML.sln
| | | M	tools/xml/modelicaxml/ModelicaXML.vcproj
| | | M	tools/xml/modelicaxml/ModelicaXMLUtilities.cpp
| | | M	tools/xml/modelicaxml/ModelicaXMLUtilities.hpp
| | | M	tools/xml/modelicaxml/MyAST.h
| | | M	tools/xml/modelicaxml/README.txt
| | | M	tools/xml/modelicaxml/dirwalk.cpp
| | | M	tools/xml/modelicaxml/dirwalk.h
| | | M	tools/xml/modelicaxml/modelicaTokenTypes.hpp
| | | M	tools/xml/modelicaxml/modelicaTokenTypes.txt
| | | M	tools/xml/modelicaxml/modelica_lexer.cpp
| | | M	tools/xml/modelicaxml/modelica_lexer.g
| | | M	tools/xml/modelicaxml/modelica_lexer.hpp
| | | M	tools/xml/modelicaxml/modelica_parser.cpp
| | | M	tools/xml/modelicaxml/modelica_parser.g
| | | M	tools/xml/modelicaxml/modelica_parser.hpp
| | | M	tools/xml/modelicaxml/modelica_parserTokenTypes.hpp
| | | M	tools/xml/modelicaxml/modelica_parserTokenTypes.txt
| | | M	tools/xml/modelicaxml/modelica_tree_parser.cpp
| | | M	tools/xml/modelicaxml/modelica_tree_parser.hpp
| | | M	tools/xml/modelicaxml/modelicaxml-v2.dtd
| | | M	tools/xml/modelicaxml/parse_tree_dumper.hpp
| | | M	tools/xml/modelicaxml/test.cpp
| | | M	tools/xml/modelicaxml/token_names.cpp
| | | M	tools/xml/modelicaxml/token_names.hpp
| | | M	tools/xml/modelicaxml/walker.g
| | | 
| | * commit 7f8e5ddccf1f180707e1b4b4c0cb931fbb64841a
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 1 09:44:26 2008 +0000
| | | 
| | |     - rml2sig is not needed!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit c3474c85f851644e35dcff1ec3f1a693fc1acb7a
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 31 08:45:23 2008 +0000
| | | 
| | |     - had to rename build/lib/libQt[NAME].a to build/lib/libQt[NAME]-mingw.a
| | |       so that they don't interfere with Linux Qt libs.
| | |     - changed ext.vcproj and trunk.vcproj to copy the executables and *.xml to build/bin
| | |     - new OMNotebook.exe and ext.exe
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 96403c5c568de82ecd2831d7aad591a11e9f54db
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 31 08:01:14 2008 +0000
| | | 
| | |     - added target qtclients to build OMNotebook/OMShell/ext in Makefile.in (Makefile)
| | |     - fixed a warning in mosh/src/mosh.cpp
| | |     - added more documentation on how to compile the new Qt plotting and 3D functionality in README.Cygwin.or.Linux.txt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit b6790dcc218d4e5b4425a9cbe432259f73ba2376
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 31 01:46:52 2008 +0000
| | | 
| | |     - due to a cleanup of the C headers in various GCC compilers we need more includes
| | |     - #include  added
| | |     - thanks go to Dietmar Winkler for reporting this.
| | |     
| | |     From: Dietmar Winkler 
| | |     That seems to be a result of GCC4.3 (as installed with Ubuntu Intrepid).
| | |     They made quite a bit of clean up and thus:
| | |      http://en.opensuse.org/GCC_4.3_Transition#Missing_Includes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | 
| | * commit f4dbafc7e3d802a07662dd4948470a7aa928e0c1
| | | Author: Adrian Pop 
| | | Date:   Wed Oct 29 11:17:05 2008 +0000
| | | 
| | |     - small change in the data sending.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 1946565a0b9aa1b6ca0a12fd984fb53e7d54e2e1
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 11:38:15 2008 +0000
| | | 
| | |     - the damn Qt doesn't have the same behavior on Linux vs. Windows!
| | |     - added include for QTemporaryFile
| | |     - changed the waitForConnected(-1) to waitForConnected(5000)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 0d48a0b58ef1b85ef13cc11ed93793b78fa0f6e3
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 10:53:04 2008 +0000
| | | 
| | |     - Linux modifications to sendData & Qt plotting
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Examples/sim_BouncingBall.mos
| | | M	c_runtime/Makefile
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/sendData/sendData.pro
| | | 
| | * commit b4a6766c4c044124e1d0c2303e0adea386304795
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 10:50:41 2008 +0000
| | | 
| | |     - added some visualization scripts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Examples/visualize_3D_BouncingBall.mo
| | | A	Examples/visualize_3D_BouncingBall.mos
| | | 
| | * commit 4c73b7bd464c2dcece3f663fda4eeb03d95c2081
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 03:17:03 2008 +0000
| | | 
| | |     - got rid of -D DEBUG flag from the Linux Makefiles of parsers.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/Makefile.in
| | | M	modelica_parser/src/Makefile.in
| | | 
| | * commit 6613a4d12629dec459ed53b0d4d8d81d63531433
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 03:05:01 2008 +0000
| | | 
| | |     - update to Linux makefiles -O3 instead of -g for parsing and omc runtime.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | M	flat_modelica_parser/src/Makefile.in
| | | M	modelica_parser/src/Makefile.in
| | | 
| | * commit aff434281f892389a076df4186a613d06139b48c
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 02:37:52 2008 +0000
| | | 
| | |     - update to makefiles
| | |       + got rid of $OSTYPE (as we already have different makefiles for MinGW and Linux)
| | |       + added -ftrace for Linux for easier testing
| | |       + updated the Qt libs for Linux
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit 5941a3172aeb6c90b6c47a06bad9e5f0808204e0
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 02:09:13 2008 +0000
| | | 
| | |     - fixes for sendData.* on Linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | 
| | * commit d2ce51611a6239db4d7bef4e13d64a21fdf90274
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 02:02:57 2008 +0000
| | | 
| | |     - added "test" and "testmos" targets to the Linux Makefile.in.
| | |       it was present in the windows mingw makefiles since some years now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 72619874664ec845cbad10878ea7f230c4b5ad17
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 25 01:02:26 2008 +0000
| | | 
| | |     - seems that on some Linux distros (Fedora, Debian, ??) there was a problem with
| | |       malloc not being defined. i added now stdlib include to the needed files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_init.h
| | | 
| | * commit ef8cfde32932f0b0fffca3109f6bbaf3c81aeb8d
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 24 00:57:42 2008 +0000
| | | 
| | |     - modification of sendData library to:
| | |       + make it work better for Linux & MacOS
| | |       + improve the stability of starting the external plot viewer
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/Makefile.Release.mingw
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit cf5011971cbfc547156f28b83525a3419641d7d1
| | | Author: Adrian Pop 
| | | Date:   Tue Oct 21 07:33:07 2008 +0000
| | | 
| | |     - fixed the broken +d=failtrace debugging facility
| | |     - fixed bug http://openmodelica.ida.liu.se:8080/cb/issue/1022
| | |       pointed out by Alexander.Roehnsch  dlr  de. Thanks!
| | |       External function with no input parameters do not typecheck!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/printimpl.c
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit a9bd2a78fd31a9d3b9e1054d2bed8fe65cc3b659
| | | Author: Eric Meyers 
| | | Date:   Sun Oct 19 15:47:13 2008 +0000
| | | 
| | |     - find readline on OS X (configure)
| | |     - added VisualizationWidget to the ext project pro file
| | |     - neutered the SoQt stuff on OSX until we get it working
| | |     - added -framework Carbon and -lz to systemimpl for OS X compatibilty with Qt
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	configure
| | | 
| | * commit 2031b7fae654d27e4b0e65d840d63a19c7754ae3
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 18 12:38:26 2008 +0000
| | | 
| | |     - switched all plot<->plot2
| | |     - switched all plotParameteric<->plotParametric2
| | |     - now val(var, integer) works!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 8295181afecd337f8a542467676e0862f0c8dab0
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 17 08:31:16 2008 +0000
| | | 
| | |     - workaround for the crash on exit when running on Windows Vista
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 8f6a76279925410b0fa4afae758d58c5f2392827
| | | Author: Adrian Pop 
| | | Date:   Wed Oct 15 23:02:03 2008 +0000
| | | 
| | |     - minor correction to DAEQuery.mo (missed a ";") in when equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEQuery.mo
| | | 
| | * commit b30afe4bf44d01001faf9aca1c045f57649476cb
| | | Author: Adrian Pop 
| | | Date:   Wed Oct 15 22:39:04 2008 +0000
| | | 
| | |     - fixed the problem with the order of equations in DAEQuery.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAEQuery.mo
| | | 
| | * commit 356b32cf955e34c731e82e04717ef279a8fb2747
| | | Author: Adrian Pop 
| | | Date:   Wed Oct 8 14:06:15 2008 +0000
| | | 
| | |     - just dummy model code to be able to compile c_runtime.lib with Visual Studio
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/dummy_model.cpp
| | | A	c_runtime/dummy_model_functions.cpp
| | | 
| | * commit aacffe365ff8b00ab730f07c1724753a27d60aa9
| | | Author: Filippo Donida 
| | | Date:   Tue Oct 7 15:52:55 2008 +0000
| | | 
| | |     Refactoring of the dumpXMLDAE method in Ceval.mo and Static.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 471777b7d84b1a3329fce856d7e33289bd9c5e04
| | | Author: Filippo Donida 
| | | Date:   Fri Oct 3 09:50:27 2008 +0000
| | | 
| | |     Initiailization of the OSTYP and OS_MSYS variables was not done. Fixed.
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | 
| | * commit cc3f760741a5a3a88f65f62684dd3dd3bf1abd9c
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 2 23:35:18 2008 +0000
| | | 
| | |     moved to the old repository:
| | |     https://openmodelica.ida.liu.se/svn/OpenModelica/old/pde
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	pde/Applications/testPDE/FDM.mo
| | | D	pde/Applications/testPDE/FEM.mo
| | | D	pde/Applications/testPDE/default_mesh1D.txt
| | | D	pde/Applications/testPDE/default_mesh2D.txt
| | | D	pde/Applications/testPDE/get_cell_values.asv
| | | D	pde/Applications/testPDE/get_mesh_1d.asv
| | | D	pde/Applications/testPDE/meshgeninput.msh
| | | D	pde/Applications/testPDE/package.mo
| | | D	pde/DomainExternalSolverPackage/Applications/MFiles/showboundary.m
| | | D	pde/DomainExternalSolverPackage/Applications/MFiles/showfield.m
| | | D	pde/DomainExternalSolverPackage/Applications/MFiles/showfield_ind.asv
| | | D	pde/DomainExternalSolverPackage/Applications/MFiles/showfield_ind.m
| | | D	pde/DomainExternalSolverPackage/Applications/MFiles/showfieldt.m
| | | D	pde/DomainExternalSolverPackage/Applications/MFiles/showfieldt_ind.m
| | | D	pde/DomainExternalSolverPackage/Applications/MFiles/showmesh.m
| | | D	pde/DomainExternalSolverPackage/Applications/meshgeninput.msh
| | | D	pde/DomainExternalSolverPackage/Applications/mosfiles/extmeshtest3.mos
| | | D	pde/DomainExternalSolverPackage/Applications/mosfiles/femexternal2_translate.mos
| | | D	pde/DomainExternalSolverPackage/Applications/mosfiles/femexternal_translate.mos
| | | D	pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate.mos
| | | D	pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate2.mos
| | | D	pde/DomainExternalSolverPackage/Applications/mosfiles/makemesh.mos
| | | D	pde/DomainExternalSolverPackage/Applications/mosfiles/setup.mos
| | | D	pde/DomainExternalSolverPackage/Applications/testDomain.mo
| | | D	pde/DomainExternalSolverPackage/Applications/testFEM.mo
| | | D	pde/DomainExternalSolverPackage/Applications/testField.mo
| | | D	pde/DomainExternalSolverPackage/MFiles/femlabdomainfix.m
| | | D	pde/DomainExternalSolverPackage/MFiles/genfemlabheatproblem.m
| | | D	pde/DomainExternalSolverPackage/MFiles/genfemlabproblem.m
| | | D	pde/DomainExternalSolverPackage/MFiles/genfemlabproblem2.m
| | | D	pde/DomainExternalSolverPackage/MFiles/notes.txt
| | | D	pde/DomainExternalSolverPackage/MFiles/readbc.m
| | | D	pde/DomainExternalSolverPackage/MFiles/readgeom.m
| | | D	pde/DomainExternalSolverPackage/MFiles/showboundary.m
| | | D	pde/DomainExternalSolverPackage/MFiles/showfield.m
| | | D	pde/DomainExternalSolverPackage/MFiles/showfield_ind.asv
| | | D	pde/DomainExternalSolverPackage/MFiles/showfield_ind.m
| | | D	pde/DomainExternalSolverPackage/MFiles/showfieldmovie_ind.asv
| | | D	pde/DomainExternalSolverPackage/MFiles/showfieldmovie_ind.m
| | | D	pde/DomainExternalSolverPackage/MFiles/showfieldt.m
| | | D	pde/DomainExternalSolverPackage/MFiles/showfieldt_ind.m
| | | D	pde/DomainExternalSolverPackage/MFiles/showmesh.m
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/InternalExternal.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDE2D.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BCType.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BPoint.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundariesParams.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundary.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Buildbc.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Data.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/TypeEnum.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/isBlocked.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/package.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryParams.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/ConstConstField.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Domain.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEM.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMExternalMesh.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMExternalSolver.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Field.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/package.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/RheolefForms.mo
| | | D	pde/DomainExternalSolverPackage/ModelicaLibraries/RheolefSolver.mo
| | | D	pde/DomainExternalSolverPackage/README.txt
| | | D	pde/DomainExternalSolverPackage/paths.bat
| | | D	pde/DomainExternalSolverPackage/paths.sh
| | | D	pde/DomainExternalSolverPackage/rheolef.sh
| | | D	pde/ModelicaLibraries/pde/Coordinate.mo
| | | D	pde/ModelicaLibraries/pde/Elements.mo
| | | D	pde/ModelicaLibraries/pde/FDM.mo
| | | D	pde/ModelicaLibraries/pde/FEM.mo
| | | D	pde/ModelicaLibraries/pde/FVM.mo
| | | D	pde/ModelicaLibraries/pde/Maple/FEMCalc.mw
| | | D	pde/ModelicaLibraries/pde/Meshes/default_mesh1D.txt
| | | D	pde/ModelicaLibraries/pde/Meshes/default_mesh2D.txt
| | | D	pde/ModelicaLibraries/pde/Mfiles/fdmplot.m
| | | D	pde/ModelicaLibraries/pde/Mfiles/femplot.m
| | | D	pde/ModelicaLibraries/pde/Mfiles/femplot1d.m
| | | D	pde/ModelicaLibraries/pde/Mfiles/get_cell_values.m
| | | D	pde/ModelicaLibraries/pde/Mfiles/get_grid.asv
| | | D	pde/ModelicaLibraries/pde/Mfiles/get_grid.m
| | | D	pde/ModelicaLibraries/pde/Mfiles/get_mesh.asv
| | | D	pde/ModelicaLibraries/pde/Mfiles/get_mesh.m
| | | D	pde/ModelicaLibraries/pde/Mfiles/get_mesh_1d.m
| | | D	pde/ModelicaLibraries/pde/Mfiles/test.asv
| | | D	pde/ModelicaLibraries/pde/Mfiles/test.fig
| | | D	pde/ModelicaLibraries/pde/Mfiles/test.m
| | | D	pde/ModelicaLibraries/pde/Mfiles/test_export.m
| | | D	pde/ModelicaLibraries/pde/Shape.mo
| | | D	pde/ModelicaLibraries/pde/package.mo
| | | 
| | * commit 1aafb0d7a03ec919f93716f355dedb33a401468f
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 2 23:14:47 2008 +0000
| | | 
| | |     - Linux fixes to detect MICO Corba libraries automatically using mico-config --libs
| | |     - Updated README.Cygwin.or.Linux.txt and explain that MICO executables need to be in the PATH
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit 706096c1c9b43714a503bc93a37946d7f2e59ec9
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 2 22:25:07 2008 +0000
| | | 
| | |     - fixes in the Linux/Mac/Solaris/*nix part
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 0b0be784a258e2975d0182c41034663a311693e9
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 2 19:30:41 2008 +0000
| | | 
| | |     - updated the READMEs due to changes to:
| | |       + upgrades of all solutions and projects to MSVC 2008
| | |       + upgrades of OMDev package to GCC 3.4.5 and MICO Corba 2.3.13
| | |     - got rid of some deprecated compiler/linker flags in Makefile.w32
| | |       due to MSVC 2008 upgrade
| | |     - added package documentation as comment to XMLDump.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.w32
| | | M	Compiler/XMLDump.mo
| | | M	README-BUILD-RELEASE.txt
| | | M	README-WIN32.txt
| | | 
| | * commit b29c2d4b5d2c1350e41cbdff862399c07e2167d8
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 2 19:15:48 2008 +0000
| | | 
| | |     - the new MICO Corba 2.3.13 generates includes like 
| | |       instead of "omc_communication.h", that's why I updated the includes in the Makefiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit c8fb92d0c94ccbe344e7a1edc055dc7dea7f121e
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 2 19:14:14 2008 +0000
| | | 
| | |     - updated the PATH setting in Compile.bat to the new GCC 3.4.5 as is needed by Windows Vista
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 69fb8b96a4de2404bbbaa24394083f7a45d488ba
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 2 19:12:49 2008 +0000
| | | 
| | |     - copied options.cpp, options.h from OpenModelica/mosh
| | |       to here to get rid of the dependency
| | |     - small update to read_write.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | A	c_runtime/options.cpp
| | | A	c_runtime/options.h
| | | M	c_runtime/read_write.c
| | | 
| | * commit d44e65e58737b7c2546f8b7a909341418df3e472
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 2 19:08:23 2008 +0000
| | | 
| | |     - added the new functionality that supports the 3D visualization in OMNotebook
| | |       + new sendData functions in c_runtime
| | |       + visualization API in Ceval.mo, Static.mo, Interactive.mo, Values.mo
| | |       + new external functions in Compiler/runtime/, files ptolemyio.cpp and systemimpl.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | 
| | * commit a4b3f11f2bf390298d7146e8f9ef6638078a5f57
| | | Author: Eric Meyers 
| | | Date:   Fri Sep 26 21:33:26 2008 +0000
| | | 
| | |     fixed gcc dynamic library compiler flags for OS X
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit a7d141a0b88d39ff427728007bdb47289e4b0dca
| | | Author: Filippo Donida 
| | | Date:   Fri Sep 26 14:00:59 2008 +0000
| | | 
| | |     The ö char was not correctly saved from Eclipse. Fixed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 70268b96d2bb7c2a954359893e26262db8a9cda7
| | | Author: Filippo Donida 
| | | Date:   Fri Sep 26 13:51:27 2008 +0000
| | | 
| | |     The header of the XMLDump.mo file has been changed according to the OSMC Public License.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/XMLDump.mo
| | | 
| | * commit 502d29129bbdb154ce9a95bdf887aed4be7a2d8e
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 23 10:42:47 2008 +0000
| | | 
| | |     - replaced the incorrect CloseHandle with correct FindClose
| | |     - no more asserts when build with Visual Studio in debug mode.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 0677da568a9600e3b31eda4bc3e108ee367a9c9d
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 16 05:34:14 2008 +0000
| | | 
| | |     - add -fPIC to the link flags for x86_64 bit architectures in systemimpl.c
| | |     - updated Ceval.mo and DAEQuery.mo with the newest MATLAB export facility
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit c6f76224aaa4810a0fbc1fb9ebdf9ccd55012b40
| | | Author: Filippo Donida 
| | | Date:   Mon Sep 15 16:29:59 2008 +0000
| | | 
| | |     Added package XMLDump and API function dumpXMLDAE to obtain flattened, index-reduced models in XML format
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Static.mo
| | | A	Compiler/XMLDump.mo
| | | 
| | * commit 0f42c0c9444890316a00b3c92ce7b2483b805186
| | | Author: Filippo Donida 
| | | Date:   Sun Sep 14 09:17:38 2008 +0000
| | | 
| | |     Corrected error in getBindingsStr (returned a '-' when field empty)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | 
| | * commit cbec6e84856d1aa92e9e44053741f3fe00fc7e50
| | | Author: Adrian Pop 
| | | Date:   Sun Sep 14 08:55:18 2008 +0000
| | | 
| | |     HUGE CHANGES THAT FIX A MEMORY LEAK AND REQUIRE
| | |     A NEW OMDev: [http://www.ida.liu.se/~adrpo/omc/omdev/mingw/]
| | |     or a new MMC/RML Compiler: [do an svn update]
| | |     
| | |     - Fixes for the memory leak
| | |       + got rid of yacclib.c|h as this functionality is now present directly in mmc/rml
| | |       + got rid of yacclib.h include in files:
| | |         TaskGraphExt.cpp, TaskGraphExt_stub.cpp, corbaimpl.cpp, daeext.cpp,
| | |         errorext.cpp, printimpl.c, ptolemyio.cpp, rtopts.c, settingsimpl.c,
| | |         systemimpl.c
| | |     
| | |     - Changes to Visual Source projects to deal with fixes for the memory leak
| | |       + pushed the new changes into rmlRuntime project
| | |       + removed yacclib.c|h from the projects
| | |       + small changes to the debug configuration of projects
| | |     
| | |     - Changed the default tolerance from 1e-10 to 1e-6 in
| | |       Main.mo and commands.xml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/absyn_builder/Makefile.in
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/modpar/TaskGraphExt.cpp
| | | M	Compiler/modpar/TaskGraphExt_stub.cpp
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 84908b672a78f516e6a710dbfe5b7d8a57b6cf7c
| | | Author: Adrian Pop 
| | | Date:   Sun Sep 14 08:39:16 2008 +0000
| | | 
| | |     - changed the tolerance default from 1e-10 to 1e-6
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit e5b3c8f7a51c854d3f5a1aba18d41dcd42a1785b
| | | Author: Adrian Pop 
| | | Date:   Wed May 28 21:55:50 2008 +0000
| | | 
| | |     - Fixed a funny typo discovered by H. Dieter Wilhelm.
| | |       Thanks!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit e9b77aedde57db30af65c4251f8d9951c8bb1f36
| | | Author: Adrian Pop 
| | | Date:   Tue May 27 00:48:42 2008 +0000
| | | 
| | |     - more meaningful names for components into Env.FRAME record
| | |     - gain a bit more speed by replacing Env.myhash with System.hash
| | |     - some code and comment formatting and beautification
| | |     - compile for tracing in debug mode in omc_debug/Makefile.omdev.mingw
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit ca5131db79064184522721fe46d5a2562e30a11a
| | | Author: Adrian Pop 
| | | Date:   Mon May 26 21:54:03 2008 +0000
| | | 
| | |     - small update of RML to MetaModelica tool.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/rml2mod/dictionary.rml
| | | M	tools/rml2mod/modrefactor.rml
| | | 
| | * commit 2fa0ca43f1314a18e71dcfc6ad781644add75ea4
| | | Author: Adrian Pop 
| | | Date:   Sun May 25 22:37:08 2008 +0000
| | | 
| | |     - fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/1012
| | |       Solving of linear system of equations generates incorrect results.
| | |     - the problem was the fact that continuous equations were classified
| | |       as discrete and ended up in functionDAE_output2 which is never called
| | |       during the continuous integration but only at events.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit ea630615cb4859c53d0ce71da5dda5992154ef5b
| | | Author: Adrian Pop 
| | | Date:   Thu May 22 09:00:21 2008 +0000
| | | 
| | |     - fixes for Visual Studio compilation
| | |       add also gcc flags: -msse2 -mfpmath=sse when compiling with VS.
| | |     - add base_array* to the c_runtime.vcproj
| | |     - small changes to Setup.vdproj
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 4f7c6db83858e13604382f46a4fb7f8a1e5bdc57
| | | Author: Adrian Pop 
| | | Date:   Thu May 22 08:21:44 2008 +0000
| | | 
| | |     - bug fix for some crashes on Linux from Kim & Joel
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_write.c
| | | 
| | * commit 6b8f3c427515f97e3025f2add6923d45585105dc
| | | Author: Adrian Pop 
| | | Date:   Thu May 22 07:37:22 2008 +0000
| | | 
| | |     - fixes for Linux
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.pro
| | | 
| | * commit ce4c19e3ae15a1310999969ecb36967489dd72c8
| | | Author: Adrian Pop 
| | | Date:   Thu May 22 07:34:21 2008 +0000
| | | 
| | |     - fixes for Linux
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit a01f1e10c8a1bac84d6ccf89fcb48a3129d2b93d
| | | Author: Adrian Pop 
| | | Date:   Thu May 22 06:46:29 2008 +0000
| | | 
| | |     - fixes for Linux
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit c64657a28f3a719ec1970259a1f2f940c1082490
| | | Author: Adrian Pop 
| | | Date:   Thu May 22 05:03:29 2008 +0000
| | | 
| | |     - support for arrays of records and strings
| | |     - records are now supported in the DAE representation
| | |     - started support for semiLinear and delay in Builtin.mo and Ceval.mo
| | |     - a bit more information on failures
| | |     - removed unused imports from DFA.mo
| | |     - small changes to beautify the environment printing in Env.mo
| | |     - beautify the documentation for functions in Interactive.mo
| | |     - got rid of unused imports in MetaUtil.mo
| | |     - if trace is enabled show more info in printimpl.c
| | |     - different gcc flags for different platforms in systemimpl.c
| | |     - beautify the dumping of components in SCode.mo
| | |     - in SimCodegen.mo changed $point to $p and $leftBrace to $lB
| | |       and $rightBrace to $rB in generated C variable names to save
| | |       on string memory.
| | |     - small beautifying of Static.mo, Types.mo and Values.mo
| | |     
| | |     -
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | A	c_runtime/base_array.c
| | | A	c_runtime/base_array.h
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | A	c_runtime/inline.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/modelica.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | 
| | * commit 82c6e31fa9c700e52ce30ebff8514bfd8880554f
| | | Author: Adrian Pop 
| | | Date:   Thu May 22 04:45:08 2008 +0000
| | | 
| | |     - fixes for bugs:
| | |       http://openmodelica.ida.liu.se:8080/cb/issue/1008
| | |        Matrix equations in connections not flattened properly.
| | |       http://openmodelica.ida.liu.se:8080/cb/issue/1009
| | |        Equations for setting vector-valued flow variables to zero
| | |        in externally unconnected connectors are not flattened.
| | |     
| | |     - also fixed a bug in Exp.mo that generated bad simulation
| | |       code for array * scalar expressions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit c46c7c3c6ea469ec025221ac044ca6b3f7dc6cf1
| | | Author: Adrian Pop 
| | | Date:   Thu May 22 04:31:09 2008 +0000
| | | 
| | |     - fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/144
| | |       sample, pulse, trapezoid events where not handled correctly
| | |       on x86 and x86_64 don't use the old FPU, use the SSE instructions
| | |       to avoid problems with double in registers of 80 bit vs. 64 bit
| | |       memory doubles.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit 5500a9725fd1e4dc5764de68afa3473512513737
| | | Author: Adrian Pop 
| | | Date:   Thu May 15 06:24:05 2008 +0000
| | | 
| | |     The compiler should report more errors when running in the command line:
| | |      - report parsing errors when parsing .mos files!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/parse.cpp
| | | 
| | * commit 6c76aec661e71d504fab2058af6c8d9212fff6aa
| | | Author: Adrian Pop 
| | | Date:   Thu May 15 06:18:20 2008 +0000
| | | 
| | |     The compiler should report more errors when running in the command line:
| | |      - if the file given as argument does not exist report error
| | |      - report errors in the parsing
| | |      - fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/1010
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit a6caf88b93bee5be7225653a564a595d82925686
| | | Author: Adrian Pop 
| | | Date:   Thu May 1 17:48:21 2008 +0000
| | | 
| | |     - fixes for bug: http://openmodelica.ida.liu.se:8080/cb/issue/111
| | |       "Too many points
| | |        Error, could not save data. Not enought space."
| | |     - now the simulationResultData is reallocated with a bigger size when needed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result.cpp
| | | 
| | * commit 921857606816f3d18886211f4b65aaf1fa2623e9
| | | Author: Kristian Stavåker 
| | | Date:   Wed Apr 23 09:59:22 2008 +0000
| | | 
| | |     Improved handling of MetaModelica high-level data structures
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 2e03f6f3ae1503086941858e2d83ec6cff103422
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 15 19:13:47 2008 +0000
| | | 
| | |     - in Linux you get sometime linker duplicate errors for function "errmsg".
| | |       changed the "errmsg" name to "_errmesg"
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | 
| | * commit 7f7a1eab4521c676c48dacfc205ae040d69521ca
| | | Author: Adrian Pop 
| | | Date:   Sun Mar 16 03:44:50 2008 +0000
| | | 
| | |     - Modelica 3.0 grammar updates!
| | |       + added constrainedby to the grammar
| | |       + now the entire Modelica Standard Library 3.0 can be parsed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 421ebaab436aa82d539657336ab53b0e484ab745
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 20 14:33:53 2008 +0000
| | | 
| | |     - the latest updates for DAEQuery.mo [exportDAEtoMatlab API]
| | |       used by Olof Bäck [ISY] and Daniel Gunnarsson [IEI].
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAEQuery.mo
| | | 
| | * commit 4f4792111c4c1a85972e9986a0df5508127ea409
| | | Author: Henrik Eriksson 
| | | Date:   Tue Feb 19 15:01:45 2008 +0000
| | | 
| | |     *Added plotAll() and plotAll(model) commands
| | |     *Changed default value of "points" to false
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | 
| | * commit 8cb7506121b7f72d69aab35f5d72f5b20991ecb6
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 15 04:46:34 2008 +0000
| | | 
| | |     - fixed a BAD typo :)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/omc_communication_impl.h
| | | 
| | * commit 21fc15e0b946fc6a2232655e4e4c5af6fad69f98
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 15 04:17:11 2008 +0000
| | | 
| | |     Huge update
| | |     ===========
| | |     1. Updated version to 1.4.4 in:
| | |     -------------------------------
| | |        - Examples/*.onb
| | |        - Setup.vdproj
| | |        - settingsimpl.c
| | |        - updated the new product code in Uninstall.bat
| | |     
| | |     2. Updated more files with the new OSMC-PL license.
| | |     ---------------------------------------------------
| | |     
| | |     3. Merged branch with branches/x08joekl_dynamic_loading up to revision 3162, see below:
| | |     ---------------------------------------------------------------------------------------
| | |     Revision: 3162
| | |     Author: x08joekl
| | |     Date: 16:33:27, den 8 februari 2008
| | |     Message:
| | |     ** Beefed up the testcase to show more bugs where functions isn't
| | |        cleared from the cache.
| | |     ** Fixed the bugs the testcase now tests.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Overloading3.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Overloading4.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/OverloadingFunc.mos
| | |     
| | |     
| | |     Revision: 3161
| | |     Author: x08kimja
| | |     Date: 13:32:40, den 8 februari 2008
| | |     Message:
| | |     ++ But the so file on *nix can be removed
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/strings.mos
| | |     
| | |     
| | |     Revision: 3160
| | |     Author: x08kimja
| | |     Date: 13:31:25, den 8 februari 2008
| | |     Message:
| | |     ** This testcase should not remove foo.dll since windows does not allow a filehandle to be removed while the file is open.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/strings.mos
| | |     
| | |     
| | |     Revision: 3159
| | |     Author: x08joekl
| | |     Date: 10:28:48, den 8 februari 2008
| | |     Message:
| | |     ++ The CompiledCFunction list in the symboltable is now cleared
| | |        when a function is either removed from Absyn tree or replaced.
| | |        This so that the "cached" funcHandle is closed and reevaluated.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/ClassLoader.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Main.mo
| | |     
| | |     
| | |     Revision: 3151
| | |     Author: x08joekl
| | |     Date: 13:07:15, den 7 februari 2008
| | |     Message:
| | |     ** Updated dependencies
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend
| | |     
| | |     
| | |     Revision: 3150
| | |     Author: x08kimja
| | |     Date: 12:28:09, den 7 februari 2008
| | |     Message:
| | |     ++ Interactive.CompiledCFunction is a public uniontype.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Main.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo
| | |     
| | |     
| | |     Revision: 3149
| | |     Author: x08joekl
| | |     Date: 12:11:11, den 7 februari 2008
| | |     Message:
| | |     ** Use Static.isFunctionInCflist new spiffy feature of returning the
| | |        function handler. This means we don't have to load the library each
| | |        time.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3148
| | |     Author: x08joekl
| | |     Date: 12:09:52, den 7 februari 2008
| | |     Message:
| | |     ** Changed isFunctionInCflist to also return the function handle if
| | |        it we're a match.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo
| | |     
| | |     
| | |     Revision: 3147
| | |     Author: x08joekl
| | |     Date: 12:09:00, den 7 februari 2008
| | |     Message:
| | |     -- remove writeValuesAsArgs since it's been depricated for some time
| | |     now.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Values.mo
| | |     
| | |     
| | |     Revision: 3146
| | |     Author: x08kimja
| | |     Date: 11:17:24, den 7 februari 2008
| | |     Message:
| | |     ** Added functionhandler to the list for compiled c functions
| | |     ++ removeCF now calls freeFunction
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Main.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo
| | |     
| | |     
| | |     Revision: 3145
| | |     Author: x08joekl
| | |     Date: 10:50:53, den 7 februari 2008
| | |     Message:
| | |     ** Add funcHandle to cflist in Static.mo
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo
| | |     
| | |     
| | |     Revision: 3144
| | |     Author: x08kimja
| | |     Date: 16:47:41, den 6 februari 2008
| | |     Message:
| | |     ** moved case that always compiles functions a few steps down.
| | |     ** Changed the definition of cflist so that it does not cause confusion
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3143
| | |     Author: x08joekl
| | |     Date: 15:21:44, den 6 februari 2008
| | |     Message:
| | |     ** Correct comment.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3142
| | |     Author: x08joekl
| | |     Date: 15:14:38, den 6 februari 2008
| | |     Message:
| | |     -- Reverted the "correct-targets" revision (r3141) and instead
| | |        made the targets really phony.
| | |        This because filesystem have too low resolution in filetimes.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo
| | |     
| | |     
| | |     Revision: 3141
| | |     Author: x08kimja
| | |     Date: 14:27:25, den 6 februari 2008
| | |     Message:
| | |     ** Now writes "correct" targets in Makefile
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo
| | |     
| | |     
| | |     Revision: 3140
| | |     Author: x08joekl
| | |     Date: 14:17:13, den 6 februari 2008
| | |     Message:
| | |     ** Split executeFunction into loadLibrary, lookupFunction,
| | |        executeFunction, freeFunction and freeLibrary.
| | |        This to make it possible for the next step to "save" a
| | |        functionpointer.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3139
| | |     Author: x08joekl
| | |     Date: 17:30:56, den 5 februari 2008
| | |     Message:
| | |     ** Fixed pathString2 so that it atleast somewhat protecteds strings
| | |        with the used delimiter in them. Ie, if you had function
| | |        Test_Func inside Test_Package, the old code would have said:
| | |        Test_Package_Test_Func (with _ as delimiter)
| | |        Now is returnes:
| | |        Test__Package_Test__Func so it's different than
| | |        Test.Package.Test.Func ...
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/ModUtil.mo
| | |     
| | |     
| | |     Revision: 3138
| | |     Author: x08joekl
| | |     Date: 17:27:52, den 5 februari 2008
| | |     Message:
| | |     ** Replaced _replace with a new and improved version:
| | |        ++ Handles search string being a substring of target string.
| | |        ++ Abit more effective.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3137
| | |     Author: x08joekl
| | |     Date: 14:51:12, den 5 februari 2008
| | |     Message:
| | |     ** Ported r3128 from trunk:
| | |        SCode.mo
| | |        .depend
| | |        Env.mo
| | |        Inst.mo
| | |        SimCodegen.mo
| | |        Interactive.mo
| | |        Mod.mo
| | |     
| | |     ** Ported r3126 from trunk:
| | |        CodeGen.mo
| | |     
| | |     ** Ported r3116 from trunk:
| | |        Absyn.mo
| | |        DFA.mo
| | |        Patternm.mo
| | |        Exp.mo
| | |        Static.mo
| | |     
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Absyn.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/DFA.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Env.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Exp.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Inst.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Interactive.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Mod.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Patternm.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/SCode.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo
| | |     
| | |     
| | |     Revision: 3136
| | |     Author: x08joekl
| | |     Date: 14:49:25, den 5 februari 2008
| | |     Message:
| | |     ** Ported r3117 from trunk.
| | |     ----
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/meta/List3.mo(Copy from path: /trunk/testsuite/meta/List3.mo, Revision, 3117
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/meta/List3.mos(Copy from path: /trunk/testsuite/meta/List3.mos, Revision, 3117
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/meta/List4.mo(Copy from path: /trunk/testsuite/meta/List4.mo, Revision, 3117
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/meta/List4.mos(Copy from path: /trunk/testsuite/meta/List4.mos, Revision, 3117
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/meta/Makefile
| | |     
| | |     
| | |     Revision: 3135
| | |     Author: x08joekl
| | |     Date: 14:48:36, den 5 februari 2008
| | |     Message:
| | |     ** Ported r3127 from trunk
| | |     ++ Added FuncNamespace test.
| | |     ++ Added OverloadingFunc test.
| | |     ----
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Func.c
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Func.h
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/FuncNamespace.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/FuncNamespace.mos
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Makefile
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Matrix.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Matrix.mos
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Overloading1.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/Overloading2.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/OverloadingFunc.mos
| | |     
| | |     
| | |     Revision: 3134
| | |     Author: x08joekl
| | |     Date: 14:47:12, den 5 februari 2008
| | |     Message:
| | |     ** Ported r3128 from trunk.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/Makefile
| | |     
| | |     
| | |     Revision: 3133
| | |     Author: x08joekl
| | |     Date: 14:46:54, den 5 februari 2008
| | |     Message:
| | |     ** Ported r3128 from trunk.
| | |     ----
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mofiles/IconsRecursiveTest.mo
| | |     
| | |     
| | |     Revision: 3132
| | |     Author: x08joekl
| | |     Date: 12:33:32, den 5 februari 2008
| | |     Message:
| | |     ** Ported r3128 from trunk.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/solver_euler.cpp
| | |     
| | |     
| | |     Revision: 3131
| | |     Author: x08joekl
| | |     Date: 12:31:14, den 5 februari 2008
| | |     Message:
| | |     ** Ported r3128 from trunk.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/simulation_events.cpp
| | |     
| | |     
| | |     Revision: 3130
| | |     Author: x08joekl
| | |     Date: 12:27:13, den 5 februari 2008
| | |     Message:
| | |     ** Ported r3125 from trunk.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/README
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/simulation_init.cpp
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/simulation_input.cpp
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/simulation_runtime.cpp
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/solver_dasrt.cpp
| | |     
| | |     
| | |     Revision: 3129
| | |     Author: x08joekl
| | |     Date: 12:13:47, den 5 februari 2008
| | |     Message:
| | |     ** Added some debug printouts.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo
| | |     
| | |     
| | |     Revision: 3120
| | |     Author: x08joekl
| | |     Date: 16:42:03, den 4 februari 2008
| | |     Message:
| | |     ** There's bugs in the compiler that this exposes, but have no clue if
| | |        it's known bug, supposed to fail or what - and as it's not on our
| | |        table at the moment, remove.
| | |     
| | |     ----
| | |     Deleted : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mos
| | |     
| | |     
| | |     Revision: 3119
| | |     Author: x08joekl
| | |     Date: 16:21:49, den 4 februari 2008
| | |     Message:
| | |     ** Correct test. Now it fails on compiling in both trunk and branch.
| | |     ----
| | |     Deleted : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mos
| | |     
| | |     
| | |     Revision: 3118
| | |     Author: x08joekl
| | |     Date: 16:09:32, den 4 februari 2008
| | |     Message:
| | |     ++ Added testcase that fails with UnknownException on trunk and invalid
| | |     C-code on dynload branch.
| | |     ----
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/MatrixSolve.mos
| | |     
| | |     
| | |     Revision: 3115
| | |     Author: x08kimja
| | |     Date: 13:46:32, den 4 februari 2008
| | |     Message:
| | |     -- Some commented code related to in/outfile
| | |     -- unused variables infile and outfile
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3114
| | |     Author: x08joekl
| | |     Date: 16:27:13, den 31 januari 2008
| | |     Message:
| | |     ++ Implement more boolean_array functions as it's usable these days.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/boolean_array.c
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/boolean_array.h
| | |     
| | |     
| | |     Revision: 3113
| | |     Author: x08joekl
| | |     Date: 16:26:37, den 31 januari 2008
| | |     Message:
| | |     ** Handle conversion of empty arrays to other array types
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.c
| | |     
| | |     
| | |     Revision: 3112
| | |     Author: x08joekl
| | |     Date: 16:25:29, den 31 januari 2008
| | |     Message:
| | |     ++ Add testcase for using arrays as input and output arguments to functions. Specially boolean arrays.
| | |     ----
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mofiles/InOutArray.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/Makefile
| | |     
| | |     
| | |     Revision: 3111
| | |     Author: x08joekl
| | |     Date: 15:12:19, den 31 januari 2008
| | |     Message:
| | |     ** Added a testcase utilizing that external functions now can have boolean in and out arguments.
| | |     ----
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mofiles/InOutBool.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/Makefile
| | |     
| | |     
| | |     Revision: 3110
| | |     Author: x08joekl
| | |     Date: 15:09:42, den 31 januari 2008
| | |     Message:
| | |     ** Match modelica_boolean:s new type with some correct rml boolean handling.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3109
| | |     Author: x08joekl
| | |     Date: 15:07:27, den 31 januari 2008
| | |     Message:
| | |     ++ Made boolean_array a bit more complete with the addition of a free_data function.
| | |     ** Changed modelica_boolean typedef to a signed char instead of a double.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/boolean_array.c
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/boolean_array.h
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/memory_pool.h
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.c
| | |     
| | |     
| | |     Revision: 3108
| | |     Author: x08joekl
| | |     Date: 14:31:48, den 31 januari 2008
| | |     Message:
| | |     ** executeFunction now handles boolean arguments
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/FuncDer.mo
| | |     
| | |     
| | |     Revision: 3107
| | |     Author: x08joekl
| | |     Date: 14:30:57, den 31 januari 2008
| | |     Message:
| | |     ** As simulation executables now are created without .exe suffix on non-windows it's a bad idea to use the names of builtin shell commands (that always are checked before the path).
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/ExtObj.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mosfiles/ExtObj.mos
| | |     
| | |     
| | |     Revision: 3106
| | |     Author: x08joekl
| | |     Date: 12:39:54, den 31 januari 2008
| | |     Message:
| | |     -- Removed debug code, interfears with some of the testcases.
| | |     ** Fixed generating arrays. Wrapps all the lists in Values__ARRAY and
| | |        build up the list backwards.
| | |     
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3105
| | |     Author: x08joekl
| | |     Date: 12:00:45, den 31 januari 2008
| | |     Message:
| | |     ** As we no longer use printf(%e) as transport we get better precision
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/EquationCall.mo
| | |     
| | |     
| | |     Revision: 3104
| | |     Author: x08joekl
| | |     Date: 11:59:28, den 31 januari 2008
| | |     Message:
| | |     ** As we no longer use printf(%e) as transport we get better precision
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/testsuite/mofiles/FunctionSimplex.mo
| | |     
| | |     
| | |     Revision: 3103
| | |     Author: x08joekl
| | |     Date: 11:42:40, den 31 januari 2008
| | |     Message:
| | |     ** Real fix
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/printimpl.c
| | |     
| | |     
| | |     Revision: 3102
| | |     Author: x08joekl
| | |     Date: 11:33:43, den 31 januari 2008
| | |     Message:
| | |     ** Print error buf to stderr instead of stdout so it doesn't interfer with the testcases.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/printimpl.c
| | |     
| | |     
| | |     Revision: 3101
| | |     Author: x08kimja
| | |     Date: 11:02:57, den 31 januari 2008
| | |     Message:
| | |     ** %s -> %lu
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3100
| | |     Author: x08kimja
| | |     Date: 11:02:03, den 31 januari 2008
| | |     Message:
| | |     -- Removed appending of _ to external function names
| | |     ++ prepended external function names with in
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo
| | |     
| | |     
| | |     Revision: 3099
| | |     Author: x08joekl
| | |     Date: 10:40:29, den 31 januari 2008
| | |     Message:
| | |     -- Removed no longer used functions.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo
| | |     
| | |     
| | |     Revision: 3098
| | |     Author: x08joekl
| | |     Date: 10:38:27, den 31 januari 2008
| | |     Message:
| | |     ** Modulized executeFunction to lessen code duplication.
| | |     ++ Added support for arrays in and out (real, int and bool arrays that
| | |     is).
| | |     ++ Added support for returning tuples.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3097
| | |     Author: x08joekl
| | |     Date: 10:36:24, den 31 januari 2008
| | |     Message:
| | |     ++ Added support for tuples
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.c
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.h
| | |     
| | |     
| | |     Revision: 3096
| | |     Author: x08joekl
| | |     Date: 10:35:25, den 31 januari 2008
| | |     Message:
| | |     ** Correct allocation in real_array and integer_array
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/integer_array.c
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/real_array.c
| | |     
| | |     
| | |     Revision: 3095
| | |     Author: x08kimja
| | |     Date: 14:57:10, den 30 januari 2008
| | |     Message:
| | |     -- Removed PRE_VARIABLES etc macros etc from generateReadCallWriteExternal
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo
| | |     
| | |     
| | |     Revision: 3094
| | |     Author: x08joekl
| | |     Date: 14:26:27, den 30 januari 2008
| | |     Message:
| | |     ** Some whitespace fixes just to make diffs to trunk nicer
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo
| | |     
| | |     
| | |     Revision: 3093
| | |     Author: x08joekl
| | |     Date: 16:48:42, den 29 januari 2008
| | |     Message:
| | |     ** System.executeFunction now uses the new and improved read_write to talk with dynamicly loaded functions.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3092
| | |     Author: x08joekl
| | |     Date: 16:48:06, den 29 januari 2008
| | |     Message:
| | |     ** System.executeFunction now uses the new and improved read_write to talk with dynamicly loaded functions.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo
| | |     
| | |     
| | |     Revision: 3091
| | |     Author: x08joekl
| | |     Date: 16:47:29, den 29 januari 2008
| | |     Message:
| | |     ** System.executeFunction now uses the new and improved read_write to talk with dynamicly loaded functions.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3090
| | |     Author: x08joekl
| | |     Date: 16:43:33, den 29 januari 2008
| | |     Message:
| | |     ** The king is dead, praise the king. read_write now deals in direct memory transfer between omc and functions instead of files.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.c
| | |     Modified : /branches/x08joekl_dynamic_loading/c_runtime/read_write.h
| | |     
| | |     
| | |     Revision: 3089
| | |     Author: x08kimja
| | |     Date: 16:26:42, den 29 januari 2008
| | |     Message:
| | |     ** inArgs are sent as references
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo
| | |     
| | |     
| | |     Revision: 3088
| | |     Author: x08kimja
| | |     Date: 16:08:01, den 29 januari 2008
| | |     Message:
| | |     -- modelica.h seems to be included twice so removed it from generateFunctionHeaders
| | |     -- Removed fileoperation macros.
| | |     ** Changed var names for in_file and out_file since files are no longer used
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Codegen.mo
| | |     
| | |     
| | |     Revision: 3087
| | |     Author: x08kimja
| | |     Date: 16:05:26, den 29 januari 2008
| | |     Message:
| | |     -- Removed the creation of main function in cevalGenerateFunction
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3086
| | |     Author: x08joekl
| | |     Date: 14:07:07, den 28 januari 2008
| | |     Message:
| | |     ** Some testcases, mostly for dynamic linking
| | |     ----
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/Makefile
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/MyHelloWorld.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/MyHelloWorld.mos
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/PowerOf3.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/PowerOf3.mos
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/PowerOf3_pkg.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn1.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn1.mos
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn2.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn2.mos
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/dyn2_pkg.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/rtest-mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/rtest-mos
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/simulation_failed_template.mos
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/simulation_template.mos
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/translation_failed_template.mo
| | |     Added : /branches/x08joekl_dynamic_loading/testsuite/mytest/translation_template.mo
| | |     
| | |     
| | |     Revision: 3085
| | |     Author: x08kimja
| | |     Date: 12:20:58, den 28 januari 2008
| | |     Message:
| | |     ** %MODELICAUSERCFLAGS -> ${MODELICAUSERCFLAGS}
| | |     ** Loading functions dynamically rather than calling exe.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3084
| | |     Author: x08joekl
| | |     Date: 11:20:32, den 28 januari 2008
| | |     Message:
| | |     ** Changed dependencies between mo files a while back and as this is in
| | |        the SVN - generate a new one.
| | |     
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/.depend
| | |     
| | |     
| | |     Revision: 3083
| | |     Author: x08joekl
| | |     Date: 11:19:11, den 28 januari 2008
| | |     Message:
| | |     ++ Ceval now generates a makefile for functions that create a dynamic
| | |        library instead of a exe.
| | |     ++ On *nix, systemimpl.c now needs to link with libdl.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/omc_debug/Makefile.in
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/omc_release/Makefile.in
| | |     
| | |     
| | |     Revision: 3082
| | |     Author: x08joekl
| | |     Date: 11:17:29, den 28 januari 2008
| | |     Message:
| | |     ++ executeFunction now dynamicly links function instead.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3081
| | |     Author: x08joekl
| | |     Date: 17:10:52, den 25 januari 2008
| | |     Message:
| | |     ** Need to keep executeFunction around for a while longer
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo
| | |     
| | |     
| | |     Revision: 3080
| | |     Author: x08joekl
| | |     Date: 17:06:59, den 25 januari 2008
| | |     Message:
| | |     ** Use Debug.fprintln instead of print.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3079
| | |     Author: x08kimja
| | |     Date: 16:57:24, den 25 januari 2008
| | |     Message:
| | |     Debug prints are printed to the console
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/printimpl.c
| | |     
| | |     
| | |     Revision: 3078
| | |     Author: x08joekl
| | |     Date: 16:45:56, den 25 januari 2008
| | |     Message:
| | |     ** Cleaned up (and corrected) makefiles generated both in Ceval and
| | |        SimCodegen.
| | |     ** Ceval:s simulate() function now uses System.getExeExt() instead of
| | |        a hardcoded .exe
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo
| | |     
| | |     
| | |     Revision: 3077
| | |     Author: x08joekl
| | |     Date: 16:42:16, den 25 januari 2008
| | |     Message:
| | |     link is a function in libc on *nix
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3076
| | |     Author: x08kimja
| | |     Date: 15:38:11, den 25 januari 2008
| | |     Message:
| | |     -- System from imported files
| | |     -- Unused variable libs removed
| | |     -- Own implementation of cevalGenerateFunction
| | |     ++ Call to cevalGenerateFunction
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Static.mo
| | |     
| | |     
| | |     Revision: 3075
| | |     Author: x08kimja
| | |     Date: 15:35:32, den 25 januari 2008
| | |     Message:
| | |     ++ Imports Ceval in order to call generateMakefileHeader
| | |     -- generateMakefile does not take MakefileHeader as an argument any more.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo
| | |     
| | |     
| | |     Revision: 3074
| | |     Author: x08kimja
| | |     Date: 15:27:35, den 25 januari 2008
| | |     Message:
| | |     ** SimCodegen now makes the call to Ceval.generateMakefileHeader rather than take it as an argument.
| | |     ** Changed some inparameters to descriptive names
| | |     ** Made geretateMakefileHeader a public function so that it could be called from SimCodegen
| | |     ** Made cevalGenerateFunction public so that Static does not have to implement it's own version of the function.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3073
| | |     Author: x08joekl
| | |     Date: 14:08:13, den 25 januari 2008
| | |     Message:
| | |     ** On Win32, programs are now generated with .exe
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3072
| | |     Author: x08joekl
| | |     Date: 13:22:51, den 25 januari 2008
| | |     Message:
| | |     ** _replace is used by settingsimpl.c, so can't be static.
| | |     ** set_link is the name of the function, not set_linker.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3071
| | |     Author: x08joekl
| | |     Date: 12:52:22, den 25 januari 2008
| | |     Message:
| | |     ** Missed needed header for generate_array defintion.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3070
| | |     Author: x08kimja
| | |     Date: 12:14:45, den 25 januari 2008
| | |     Message:
| | |     ** Forgot to change two of the calls to local variables
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3069
| | |     Author: x08kimja
| | |     Date: 12:12:31, den 25 januari 2008
| | |     Message:
| | |     ** Switched to local variables in generateMakefileHeader
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3068
| | |     Author: x08joekl
| | |     Date: 12:10:51, den 25 januari 2008
| | |     Message:
| | |     ** Too much copy-paste isn't good for you.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo
| | |     
| | |     
| | |     Revision: 3067
| | |     Author: x08kimja
| | |     Date: 12:01:22, den 25 januari 2008
| | |     Message:
| | |     ++ Added function to generate MakefileHeader that all Makefiles should contain.
| | |     ** Changed from using Print to stringAppendList in cevalGenerateFunction to be more symmetric to other code.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/Ceval.mo
| | |     
| | |     
| | |     Revision: 3066
| | |     Author: x08joekl
| | |     Date: 11:54:00, den 25 januari 2008
| | |     Message:
| | |     ++ Added settings for c++ compiler, linker and linkflags aswell.
| | |     ++ Added functions for reading c compiler, c compiler flags and those settings above aswell.
| | |     ** Moved some code around in systemimpl.c to lessen the duplication of code.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/System.mo
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/runtime/systemimpl.c
| | |     
| | |     
| | |     Revision: 3065
| | |     Author: x08kimja
| | |     Date: 11:53:48, den 25 januari 2008
| | |     Message:
| | |     ++ Added inParameter for MakefileHeader
| | |     ** Changed names of inparameters to descriptive names in generateMakefile
| | |     ** Changed the list of strings that makes the Makefile so that the MakefileHeader is used.
| | |     ----
| | |     Modified : /branches/x08joekl_dynamic_loading/Compiler/SimCodegen.mo
| | |     
| | |     
| | |     Revision: 3064
| | |     Author: x08joekl
| | |     Date: 11:10:42, den 25 januari 2008
| | |     Message:
| | |     ** Initial commit of Dynamic Loading of functions branch.
| | |     ----
| | |     Added : /branches/x08joekl_dynamic_loading(Copy from path: /trunk, Revision, 3063
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/omc_communication_impl.h
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/socketimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | 
| | * commit a6313414e3ed71f4bd1ac9cd6c7b633feddc1efc
| | | Author: Henrik Eriksson 
| | | Date:   Fri Feb 15 00:07:00 2008 +0000
| | | 
| | |     *Added external graphics window to setup project
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 6c5b6ffdae177f8c13264fe77f84924323a86b3e
| | | Author: Håkan Lundvall 
| | | Date:   Thu Feb 14 06:30:06 2008 +0000
| | | 
| | |     Fixed better support for if-equations.
| | |     1) Now, it also works inside when-clauses
| | |     2) if the branches have the same left hand side of the equations then equations of the form "lhs = if (cond) then tb else fb;" is generated instead of "0 = if (cond) then lhs - tb else lhs-fb;"
| | |     3) in code generation if the variable to solve for in an equation can be solved in both branches then the solved variable is extracted so that we no longer need to treat it as a nonlinear equation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit af12bf791ad7962de5737faefc53b13bb2d6f8c0
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 5 09:00:05 2008 +0000
| | | 
| | |     Fixes for bugs:
| | |      Instantiation of partial models should fail:
| | |      http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=174
| | |      Qualified Self reference should not give stack overflow:
| | |      http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=179
| | |     
| | |     Added new API function in Interactive.mo:
| | |      parseFile("file.mo") will not load the file into the
| | |      symbol table, it will just return the top contents of the file.
| | |      Very useful for just looking into a file without loading.
| | |     
| | |     Other small fixes, cosmetic changes and documentation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/solver_euler.cpp
| | | 
| | * commit 0580e19e78cec8091f16ee910725ea7a0a2fc625
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 5 07:31:54 2008 +0000
| | | 
| | |     - fixes bug: Incomplete generation of output array variable in external function call wrapper
| | |       http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=180
| | |       Many thanks to Constantin Belyaev [cbelyaev !!at!! gmail] for providing a patch.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 51c96bbf0f9366176c5ee16b86334d39dba51133
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 5 07:27:43 2008 +0000
| | | 
| | |     - fixes for bug: pre(var) where var has (start = value) should give value.
| | |       http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=181
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 5edbe7b4f02077a242ec13edbd5383e3d2ccd298
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 5 04:52:40 2008 +0000
| | | 
| | |     - added some missing spaces.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_input.cpp
| | | 
| | * commit 29bcb6efe163db72063922c7f51382f8df59f073
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 5 04:46:09 2008 +0000
| | | 
| | |     - give more info when running the simulation code with -v.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit e9974afde4e5d0fb10fb2b2d5e0fe06b5b281b32
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 5 02:08:25 2008 +0000
| | | 
| | |     - updated readme
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/README
| | | 
| | * commit b8fa75a7fd9ae44eea939b26785127a17fc33b7c
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 5 02:07:49 2008 +0000
| | | 
| | |     - more info on flags
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 7cb568ba2312b5044ab26ab936ec5a2849c45c99
| | | Author: Kristian Stavåker 
| | | Date:   Mon Feb 4 13:44:57 2008 +0000
| | | 
| | |     - Improvements of MetaModelica constructs handling
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit e4421f3f4067bdee33c66aecdc23ba175d60bf8f
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 16 20:48:36 2008 +0000
| | | 
| | |     Fixed bug: http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=177
| | |     buildModel failed to work since we added the tolerance as a parameter to the simulation.
| | |     Credits go to Constantin Belyaev cbelyaev/AT/gmail for providing the patch. Thanks!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 6ffaebed17f21a538a57ae0d3d48a663c2a08dfb
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 16 20:38:38 2008 +0000
| | | 
| | |     - fixed the Linux part for the case there is no QTHOME defined
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 22e671d86ee624fa9a36e4eef325e39551c8cdba
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 16 20:37:16 2008 +0000
| | | 
| | |     - updated the emulateStreamData prototype to the last version.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/humbug.cpp
| | | 
| | * commit eaefd6eda3c8c98ebfca00391b2f41f49abc986b
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 16 19:08:39 2008 +0000
| | | 
| | |     RML_IMMEDIATE(RML_TAGFIXNUM(integer)) is used to transform an integer
| | |     to a pointer. Here we actually want the inverse of that, we want to
| | |     transform a pointer into an integer. Removed RML_IMMEDIATE(...).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit fdae7de43efc8f9523c33647c1caa148163c6071
| | | Author: Henrik Eriksson 
| | | Date:   Wed Jan 16 19:05:22 2008 +0000
| | | 
| | |     Removed an unused variable
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit 240ba75930d352bfc3e4438a6f77facd772fcbb3
| | | Author: Henrik Eriksson 
| | | Date:   Wed Jan 16 19:03:17 2008 +0000
| | | 
| | |     Fixed some signed/unsigned warnings
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/sendData.cpp
| | | 
| | * commit f9478a6a527b53482f2aa14cca17f881d7a3ef2a
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 16 18:56:28 2008 +0000
| | | 
| | |     - fixes in the Linux part
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit e159d61b269bd70de1ce3b54d883fc2f215aad14
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 16 18:55:31 2008 +0000
| | | 
| | |     - ANTLR on Linux has problems with Linköping, changed it to Linkoping.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/expression_parser.g
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit bca70712723017452eaa1d7b328536d067ef1d60
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 16 18:53:46 2008 +0000
| | | 
| | |     - Static::enabled is a method, changed to actually calling it Static::enabled()
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result.cpp
| | | 
| | * commit f92a7de3590714317a2ff245da6f691b143b4b34
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 16 18:11:58 2008 +0000
| | | 
| | |     - changed the License to OSMC License
| | |     - added Static::enabled() implementation to sendData.cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | 
| | * commit 20c7c4dbc1c83ef57b7494432ec9f7ee2405137f
| | | Author: Adrian Pop 
| | | Date:   Mon Jan 14 01:45:04 2008 +0000
| | | 
| | |     Not Needed as we have OSMC-License.txt in the root directory.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/LICENSE
| | | 
| | * commit 08abbd63074bb5f25f7c1ccc786584e15160ded7
| | | Author: Henrik Eriksson 
| | | Date:   Sat Jan 12 23:11:43 2008 +0000
| | | 
| | |     Added some features to the new plotting package
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/Makefile
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	c_runtime/simulation_result.cpp
| | | 
| | * commit 1abe8cab50cfd66724e9630b8bf1258c382c4813
| | | Author: Adrian Pop 
| | | Date:   Fri Jan 11 08:11:48 2008 +0000
| | | 
| | |     - updated the license with the entire text.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OSMC-License.txt
| | | 
| | * commit 79428dd76e692d881c6ae7d8548e63ece0c24431
| | | Author: Adrian Pop 
| | | Date:   Fri Jan 11 07:15:46 2008 +0000
| | | 
| | |     - fixed bug 170:
| | |       http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=170
| | |     - transpose now works even if the first matrix dimension is bigger than the second matrix dimension
| | |     - added Transpose.mo to the testsuite so we don't run into this error again
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit ab5503edd7a6844ed4da95b7e55857d177abe1a2
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 22:56:35 2007 +0000
| | | 
| | |     - added Open Source Modelica Consortium (OSMC) License to the trunk
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	OSMC-License.txt
| | | 
| | * commit dcfd580dbea0454753174a3c0a0509d3f27d4770
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 22:44:05 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/expression_parser.g
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/absyn_builder/yacclib.c
| | | M	Compiler/absyn_builder/yacclib.h
| | | M	c_runtime/LICENSE
| | | M	c_runtime/README
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/matrix.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/meta_modelica.c
| | | M	c_runtime/meta_modelica.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_input.h
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/simulation_result.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_dasrt.h
| | | M	c_runtime/solver_euler.cpp
| | | M	c_runtime/solver_euler.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	flat_modelica_parser/src/test.cpp
| | | M	modelica_parser/LICENSE
| | | M	modelica_parser/src/MyAST.h
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modelica_parser/src/test.cpp
| | | M	modelica_parser/src/token_names.cpp
| | | M	modelica_parser/src/token_names.hpp
| | | 
| | * commit 04a51fad3838a87c471ae14fc0df04ca48c734c4
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:57:38 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 0d21404e49f8139ed30ed437fff4666c31c195fc
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:56:59 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Values.mo
| | | 
| | * commit c262d7c4dce4a9b601b35a1184a6005915ea2a9c
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:56:10 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 9430760fed852a136720c61bb8ef65263cafafd8
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:55:35 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit 7d870af5da8d0721e806ff853c8a99aaf7945839
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:54:25 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TaskGraphExt.mo
| | | 
| | * commit 7bcff0409095862d9cbbe877ec59062de0bcc62f
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:53:46 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TaskGraph.mo
| | | 
| | * commit 2521c54e3661d85193ddf07aedde62b151a7b6f0
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:53:05 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | 
| | * commit 31ffb87fd84ae9b5465a4de6dd68f253030e1cfb
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:52:11 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 1520cd58d98c8120d196113a85d964b09c65ffe1
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:51:25 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Socket.mo
| | | 
| | * commit 2c858d08c4d4529d20c41ab40112097e6740fb5c
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:50:55 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit fb60ee6736e0bbcc542213645d8a90578a1e3018
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:50:18 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Settings.mo
| | | 
| | * commit 6e4b1511a3dbb0f4152543c1bbcffbb4c7f37c90
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:49:21 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit 9679a890e8f02fab2229e7264a30de706e5ae65f
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:47:40 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/RTOpts.mo
| | | 
| | * commit f845738b17e9b6d6f5b0349dba7d58634f931104
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:47:10 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Refactor.mo
| | | 
| | * commit 97f1a5d9aba9009188cb4d7418586da8d88459bb
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:46:18 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Print.mo
| | | 
| | * commit 8cae7cb3096548d8e518e91c5cd2d9ea68b67046
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:45:47 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Prefix.mo
| | | 
| | * commit 31827262a7acbf8327658eb460a9d91c863486a2
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:44:53 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 4c999615d6d509018ce8c76a8f457e9db3eff777
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:44:18 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Parser.mo
| | | 
| | * commit 4a81609f67e971051b8e2e3a1a9911d64954a771
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:43:46 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ModUtil.mo
| | | 
| | * commit 019b8e6621bede1e9044d1fa5882f2879f62c3aa
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:43:01 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit 846ac3fce518f8502bc5b98c10c2050176703d4a
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:42:33 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3020 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/MetaUtil.mo
| | | 
| | * commit 10127be844210116874f6a4d15cf81a5007315ab
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:41:46 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit 32cc52027dbdcc9460ba4c98d390ef854c450721
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:39:46 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 87c6596d7d8bd60281b7fa228a75c05b975c3a7f
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:39:16 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 30cef26d2669f111069bb29bad54a6f58b861302
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:38:17 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 31e6a98a948e3cfa046db357d76dc2141acd143d
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:37:51 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Graphviz.mo
| | | 
| | * commit a6d96877038852eebf50449da04dfaafd4c2cfeb
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:37:28 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit fb7c9c1b48c5c57b8391337794057f159a0d81c4
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:36:49 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ErrorExt.mo
| | | 
| | * commit fa2355ff84973d23f8fb05fb121dc8e26479d6b1
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:36:29 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | 
| | * commit ea4867ce70ba142d66c2f61446a7e91b1ac728bb
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:36:00 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     - changing properties:
| | |       + line endings to Linux
| | |       + RCS ids for each
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Constants.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Env.mo
| | | 
| | * commit 1bc66bdb0e005c1d81d29da593d18ce8b434e0fa
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:32:11 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DumpGraphviz.mo
| | | 
| | * commit 89789c1880f9c73f085ad3d63da38a9854b5ff78
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:31:01 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | 
| | * commit a328282096dbe8c5c5fe204c8e9615e1baec799d
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:30:31 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DFA.mo
| | | 
| | * commit 93d00ea6ef64d80fef099b26b71590b3c8028f32
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:29:58 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit 9686637ba985a8402e3d2fe52ae57a239eba6c61
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:28:59 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Debug.mo
| | | 
| | * commit 39c0487ff49397634d135a5894b2865467543792
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:28:20 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEQuery.mo
| | | 
| | * commit f22af6cd520c40b5e1018ad2f32c8a3f13dba7be
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:27:43 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 3eb35741b1f49fe0a00982ed4d41c94dd6a5884b
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:27:05 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEEXT.mo
| | | 
| | * commit 63452fd06214dfc6b9e74a71af4f7cbdf419cb03
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:26:32 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | 
| | * commit 60483da743747797ef575746c2303182381584c7
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:25:52 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Corba.mo
| | | 
| | * commit 39f3b3956f5496abf99e9a40eebbf5dd60cc7418
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:25:23 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Convert.mo
| | | 
| | * commit cd5099b01b28f819975be0c81c123eed91939095
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:24:30 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Constants.mo
| | | 
| | * commit 8fb5aba901263b086d3bf81042738fbc799e6b7a
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:23:35 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | 
| | * commit ce4757a06e73193de2634fda07f0fb81fbf956c3
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:22:59 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 54c8d7de47ae35fae3e882d865dfa1a55dc85888
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:22:14 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassLoader.mo
| | | 
| | * commit f8f23ba1d0e51896ce8e7079624a4aa70828a6b8
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:21:48 2007 +0000
| | | 
| | |     - changing to Open Source Modelica Consortium (OSMC) License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassInf.mo
| | | 
| | * commit 11f4f2369ec26189ca742860f62f1a72807a1fba
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:20:49 2007 +0000
| | | 
| | |     - changing to OSMC License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 3a73dc6a9988aece45fa919beaa5a4d558d6dba8
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:19:58 2007 +0000
| | | 
| | |     - changing to OSMC License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | 
| | * commit 726e5f63cfe77e6cfc1b966e6d121a7ca7d61f82
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:17:32 2007 +0000
| | | 
| | |     - changing to OSMC License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | 
| | * commit 096a8f14b955b03d7b4db75dda2b57b952622344
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 22 21:16:52 2007 +0000
| | | 
| | |     - changing to OSMC License
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit ce204c9990fa0cddd0b8e76f40c57972741ffaa0
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 21 04:55:50 2007 +0000
| | | 
| | |     - small changes to DAEQuery.mo, Ceval.mo, Static.mo and Exp.mo
| | |     - changed the way if-expressions are output to the Matlab file
| | |     - changed getIncidenceMatrix to exportDAEtoMatlab
| | |     - made some Exp functions needed in DAEQuery public
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit e531f82922f14134b9189fbdcb48d1e471ef15e5
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 20 23:13:06 2007 +0000
| | | 
| | |     - added arctan_rettype and defined arctan as atan.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit 4d3ac8d2dd090ac6105a16aeda018764a5214332
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 7 09:50:31 2007 +0000
| | | 
| | |     - small cosmetic change
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/yacclib.c
| | | 
| | * commit 53b01e2a450911fdc4b051547d9d84faed03dc03
| | | Author: Håkan Lundvall 
| | | Date:   Thu Nov 29 12:09:13 2007 +0000
| | | 
| | |     If the desired output interval was smaller than 0.001 not output was given except for at events. Now fixed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 137a8939bbd727f64128f6c0baaf93cbf9f5e4d7
| | | Author: Kristian Stavåker 
| | | Date:   Tue Nov 13 15:33:56 2007 +0000
| | | 
| | |     * Minor Changes in MetaModelica list handling
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 5f0b83cce005c87bffee586e69c03fefeb9b218b
| | | Author: Kristian Stavåker 
| | | Date:   Tue Nov 13 15:29:05 2007 +0000
| | | 
| | |     * Minor change in meta_modelica.h
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/meta_modelica.h
| | | 
| | * commit 2a316a2f257bec757736ac8d57bd6400f1f3f7a1
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 9 15:59:53 2007 +0000
| | | 
| | |     - do not delete the sendData/Makefile*
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit d54ed9736b9e7ad2a3207615b547499ad18ad56a
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 8 03:57:10 2007 +0000
| | | 
| | |     - fixes to windows makefiles
| | |     - changes to DAELow.lower to not simplify the DAE before dumping the incidence matrix
| | |       from DAEQuery.mo
| | |     - Changes to Ceval, Static, Main to write <> to Model_init.txt
| | |       now tolerance can be specified when calling simulate:
| | |       simulate(Model, tolerance=1e-5)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.w32
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit d3a66dcafba047ba5677ae469d37ff259ccac0a2
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 8 03:51:47 2007 +0000
| | | 
| | |     - fixes to Makefiles to compile *.o when *.c* change
| | |     - made simulation_input.cpp read the <> from the Model_init.txt
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/simulation_input.cpp
| | | 
| | * commit cbf21663628d28fbbcdd010198592744c4accd73
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 7 06:20:53 2007 +0000
| | | 
| | |     cosmetic change
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 80db30afe93731bffa6cc84cd138cd98ee551a82
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 7 01:01:38 2007 +0000
| | | 
| | |     - better checks and error messages for flags.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 74328dbdfa9212c2ef8f4deb78b22d41f7e62bcd
| | | Author: Adrian Pop 
| | | Date:   Wed Nov 7 01:00:15 2007 +0000
| | | 
| | |     - added usage info when omc is invoked without flags
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit 15eaa8ae12e1f8478d0756b5d2ca2685ce4c9367
| | | Author: Kristian Stavåker 
| | | Date:   Sat Nov 3 11:25:06 2007 +0000
| | | 
| | |     - Some updates to the pattern match algorithm, etc.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 17f25d9577e4615598044954f3ed0cf547e5f2b3
| | | Author: Henrik Eriksson 
| | | Date:   Tue Oct 9 14:57:47 2007 +0000
| | | 
| | |     *Removed some debug library dependencies
| | |     *Removed some unused function arguments
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | 
| | * commit 52c74ab1cf0b785ffe852e72cb364d39585017da
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 5 12:26:10 2007 +0000
| | | 
| | |     Fixed bug with parameter values not added to unknown vector before initialization starts.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit 8c7805c7c4dd3355c4fc7a681bddf6f91e9ad13e
| | | Author: Henrik Eriksson 
| | | Date:   Wed Oct 3 10:21:49 2007 +0000
| | | 
| | |     Renamed some functions to avoid name conflicts on Mac
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | 
| | * commit 3a635c952ebd8d8d8b8027249511691bdb3add3a
| | | Author: Adrian Pop 
| | | Date:   Wed Sep 26 13:17:27 2007 +0000
| | | 
| | |     - fixed small Linux part typo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 4e6ab8ce0b94b65ce63330dbd67c26f279ebadaf
| | | Author: Henrik Eriksson 
| | | Date:   Wed Sep 26 12:37:40 2007 +0000
| | | 
| | |     *Removed print statements
| | |     *Reintroduced option to build without Qt
| | |     *Changed some rml calls
| | |     *Added sendData.vcproj
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/runtime/systemimpl.c
| | | D	c_runtime/sendData/Makefile
| | | A	c_runtime/sendData/humbug.cpp
| | | A	c_runtime/sendData/humbug.h
| | | A	c_runtime/sendData/sendData.vcproj
| | | 
| | * commit d8f64dc77385ebfeaa4bae9b99466845ae02b830
| | | Author: Henrik Eriksson 
| | | Date:   Tue Sep 25 15:54:23 2007 +0000
| | | 
| | |     *Added static Qt libraries for MinGW
| | |     *The MinGW version of Omc is now built with static Qt libraries
| | |     *Added some Qt header files
| | |     *Added range options to plot2/plotParametric2
| | |     *Removed some unnecessary files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/runtime/systemimpl.c
| | | A	c_runtime/sendData/Makefile
| | | A	c_runtime/sendData/Makefile.Release.mingw
| | | D	c_runtime/sendData/humbug.cpp
| | | D	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | 
| | * commit 390b0b7c9be3de7416759013be7d2fce5b9a3743
| | | Author: Adrian Pop 
| | | Date:   Sun Sep 23 03:41:21 2007 +0000
| | | 
| | |     - Windows Vista instructions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit e89fc5315a10a857a581fc1acee5cb7c251e6c18
| | | Author: Adrian Pop 
| | | Date:   Wed Sep 19 22:42:40 2007 +0000
| | | 
| | |     - finally found the problem with weird simulation runtime errors.
| | |     - memset the damn malloc-ed region.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit b4fdfc75fe254f4c4948ea0865f92e5ce1b093eb
| | | Author: Adrian Pop 
| | | Date:   Wed Sep 19 17:36:51 2007 +0000
| | | 
| | |     Added new API functionality:
| | |     - refactorIconAnnotation
| | |     - refactorDiagramAnnotation
| | |     implemented by Filipo Donida [donida@elet.polimi.it] (thanks)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 8efe319dd47a2d391c92832a114420b5d9d83035
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 06:00:13 2007 +0000
| | | 
| | |     - - updated README-BUILD-RELEASE.txt with the new changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-BUILD-RELEASE.txt
| | | 
| | * commit b096d8e6e025dc057926e8294238d27acec179d3
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:53:59 2007 +0000
| | | 
| | |     - added -ftrace option to Makefile.w32
| | |     - used -trace option in corbaimpl.cpp
| | |     - updated Compile.bat to work on Vista
| | |     - updated c_runtime.vcproj, added meta_modelica.c and meta_modelica.h
| | |     - update omc.vcproj
| | |     - updated VC7/rmlRuntime/runtime/common/main.c to take in -trace option
| | |     - updated VC7/c_runtime.vcproj to take the OMNotebook and OMShell from
| | |       trunk instead of M:\
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.w32
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 86fdd99600f2e1292cc3599f112ac0770df68c49
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:50:40 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit b25d73a797fc2467794fa95b2e01efeae14443cc
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:50:19 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Values.mo
| | | 
| | * commit d88e418837ebc604e6c1a55e07de011be99fbb09
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:49:41 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 2a145305c1db0d3f599176d1241e39140cb61ca7
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:45:59 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Types.mo
| | | 
| | * commit a92bd85618c60ad1b0ea3d0879b422f510e3faa5
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:45:35 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TaskGraphExt.mo
| | | 
| | * commit 126e20702db2a9564c7bbdd1c71ba4a4cce59ad6
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:45:06 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/TaskGraph.mo
| | | 
| | * commit 5385fb231e6e7bdec863450c140543c481a6db9f
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:41:54 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.mo
| | | 
| | * commit 0b6962edbf12cb6948a0b5ff0c0f0bbb6316e891
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:41:14 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 492242a00240748fc81409f48da377b3aa0bc3bf
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:40:49 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Socket.mo
| | | 
| | * commit bc6c505e59ae236abc04f73caa447215952cd386
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:40:27 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 622c8856f8f648d586992620aaa787d9f8631483
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:38:40 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Settings.mo
| | | 
| | * commit db17eafe8463f814b62185f73d8462351c379682
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:38:19 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit 4d2eacaa140e2a3ee53ed8a1abf5eadbd8c67bf3
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:32:54 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/RTOpts.mo
| | | 
| | * commit bffb0199dbf89040da41341865d633abde37a2f9
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:32:43 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Refactor.mo
| | | 
| | * commit 2f39f70c4738aa16f2089b33fb88289b5992bf74
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:32:20 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Print.mo
| | | 
| | * commit a486504a911ede68b3f954aa370014e4791dda94
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:32:08 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Prefix.mo
| | | 
| | * commit 57f85ba9f41812f9e1349926665d73d55f8a5b05
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:31:52 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 25ee2390d502f5dd03ed6471f65ecf08ed65989a
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:31:40 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Parser.mo
| | | 
| | * commit 31186a29a5f20de4f01047725907633962b0d8f2
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:31:10 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ModUtil.mo
| | | 
| | * commit 4bdbf360c4973b46f4a3f1b3d844344b1dd5d4d6
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:28:01 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit e326611751ff426cbd6382b5ee79c50309f80cde
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:27:20 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     - added RCS $Id$ to the files who were missing these
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/MetaUtil.mo
| | | 
| | * commit 332838887ffe4f82e9b15616948541d4ec2b6806
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 05:26:23 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - moved copyright from Modelica package comment to file ignored comment
| | |       to speed up MDT
| | |     - changed module to package
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | 
| | * commit f0b46556ca3c702bf6a9092c2bcf5f62ea7fc21c
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 04:26:05 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit cc1196d3b28a06f4db2c77afba302ec79870f2a4
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 04:24:07 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Graphviz.mo
| | | 
| | * commit cbcdd393fdf53266884102fbc1fd78e411a7af23
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 04:22:48 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.mo
| | | 
| | * commit d53b019ef07c8588ef5b586e4f81f2ceddcbdbbc
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 04:22:10 2007 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/Constants.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/Corba.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEEXT.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/DAEQuery.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | 
| | * commit a8da39cebe74c1216f9b5aeef76ebab6c29a22ab
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 04:20:54 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassInf.mo
| | | 
| | * commit 904a28ce2d64068ee8938022883fb11cb09767b5
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 04:20:21 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 8479f5e7c3b3b766cf9167bc21aed4a5a45b3c7c
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 04:19:56 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | 
| | * commit f442e5b80e3ef6c4b6e09d1ef73b964e5f30f1ec
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 04:19:04 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | 
| | * commit 8b90db4643892f76caa29ba3793661c2464b994c
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 00:46:20 2007 +0000
| | | 
| | |     - fixed a small typo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit 9d32576a55ddfb7283051b6797d233c53e83d315
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 11 00:30:02 2007 +0000
| | | 
| | |     - cosmetic changes
| | |     - added Absyn.getClassName
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit de32c2c334378fb8cae65ef02c9d55f303ddbe21
| | | Author: Adrian Pop 
| | | Date:   Thu Sep 6 21:56:02 2007 +0000
| | | 
| | |     Seems this file is no longer required.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/Matrix.mo
| | | 
| | * commit 630d6b5cd3b8f03175747641f04c1a13379e24ee
| | | Author: Adrian Pop 
| | | Date:   Sat Aug 25 22:52:59 2007 +0000
| | | 
| | |     - generate .depend all the time in Linux too
| | |     - thanks to Simon Björklén [simon@at@bjorklen.com]
| | |       for tripping into this
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | 
| | * commit a7cee196ec105da88e0871a29a32a93dfb89fc2e
| | | Author: Kristian Stavåker 
| | | Date:   Sat Aug 18 15:04:24 2007 +0000
| | | 
| | |     Modified the handling of array for constructors.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit e3622b7b647d89c2d39484bb5d038afa7eb2013f
| | | Author: Kristian Stavåker 
| | | Date:   Thu Aug 16 09:46:40 2007 +0000
| | | 
| | |     Added run-time handling of (MetaModelica) lists to the C runtime. Two new files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | A	c_runtime/meta_modelica.c
| | | A	c_runtime/meta_modelica.h
| | | M	c_runtime/modelica.h
| | | 
| | * commit 489e7ccbb3612698ddc66729740007c5ee2e672e
| | | Author: Kristian Stavåker 
| | | Date:   Thu Aug 16 09:44:38 2007 +0000
| | | 
| | |     Updated MetaModelica pattern match algorithm and list handling (builtin functions for list handling, etc.). Merged the Matrix module with the DFA module.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 8dda7715107e03fcf8e4200ee0e765b6cefb4511
| | | Author: Adrian Pop 
| | | Date:   Tue Aug 7 22:35:10 2007 +0000
| | | 
| | |     - got rid of quotes (") from model_dir
| | |     - added $MODELICAUSERLFLAGS in the second case of System.generateMakefile
| | |     - removed the .NET Framework dependency from Setup.vdproj
| | |     - cosmetic change in Makefile.common.w32
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 36dbfc4d41e9985028a9ab69e10874167ccf58b2
| | | Author: Kristian Stavåker 
| | | Date:   Tue Aug 7 14:22:52 2007 +0000
| | | 
| | |     Modified the pattern match algorithm.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Matrix.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Prefix.mo
| | | 
| | * commit 540d4668c9259daad3f1d3511ac6b4f29d93c3f3
| | | Author: Adrian Pop 
| | | Date:   Wed Jul 18 23:33:35 2007 +0000
| | | 
| | |     - added ${MODELICAUSERLFLAGS} to the end of the g++ command in the
| | |       generated Model.makefile as Hong Duan (hduan [at] ucdavis [dot] edu) suggested
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 26594b7a2e7e062db05c4ff1389ed0c9f43be3a8
| | | Author: Adrian Pop 
| | | Date:   Mon Jul 16 02:40:22 2007 +0000
| | | 
| | |     - if they not exist create .sig files first
| | |     - this seems to fix the dependencies problems we had before
| | |     - compilation for small changes is now faster
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit 5688ae4e722b08cf3f937bdcac1f4be19c8c0914
| | | Author: Adrian Pop 
| | | Date:   Mon Jul 16 02:25:39 2007 +0000
| | | 
| | |     - cleaning up makefiles
| | |     - using rmldep-new.sh in Linux makefiles also
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.in
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/rml2sig/rmldep-new.sh
| | | 
| | * commit 01920f5dbcf52479f4ead3b27afa710ee4f285d1
| | | Author: Adrian Pop 
| | | Date:   Thu Jul 12 23:42:49 2007 +0000
| | | 
| | |     - linux fixes for the new libsendData.a from c_runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit e76c1708a36ccb747d35a82be137c52336813861
| | | Author: Kristian Stavåker 
| | | Date:   Thu Jul 12 10:44:14 2007 +0000
| | | 
| | |     Made some improvements and fixed some bugs in the valueblock and for iterator constructs.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 0662428ac7f40c8b8ea62f315cdcf55d175e0912
| | | Author: Adrian Pop 
| | | Date:   Tue Jul 10 09:06:07 2007 +0000
| | | 
| | |     - VC7 Setup fixes for new stuff in OMNotebook
| | |     - Parser fixes to handle multiple for iterators, both in array iterators and in for loops,
| | |       Have a look at Absyn.ForIterators
| | |     - Small changes in makefiles
| | |     - Fixed stringEqual in external-rml.c
| | |     - ptplot.jar dumps the plot image in $OPENMODELICAHOME/tmp/
| | |     - OMNotebook and OMShell in windows now starts in $OPENMODELICAHOME/tmp/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.in
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/rml2sig/rmldep-new.sh
| | | M	c_runtime/sendData/humbug.cpp
| | | M	c_runtime/sendData/humbug.h
| | | M	c_runtime/sendData/sendData.cpp
| | | M	c_runtime/sendData/sendData.h
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 2e4dc2998132b434b7f5e9a09aa26a8dc1c516a0
| | | Author: Henrik Eriksson 
| | | Date:   Tue Jun 26 14:19:04 2007 +0000
| | | 
| | |     Added support for the new plotting features of OMNotebook. Set the variable QTHOME to a MinGW version of Qt 4.3 to enable these extensions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/runtime/systemimpl.c
| | | A	c_runtime/sendData/humbug.cpp
| | | A	c_runtime/sendData/humbug.h
| | | A	c_runtime/sendData/sendData.cpp
| | | A	c_runtime/sendData/sendData.h
| | | A	c_runtime/sendData/sendData.pro
| | | 
| | * commit 2b64d6b9190c868afe36bd03ce1d72e8f28ba7cf
| | | Author: Kristian Stavåker 
| | | Date:   Mon Jun 25 20:55:45 2007 +0000
| | | 
| | |     Uncommented the code for the un-nested for constructor iterators.
| | |     The following cases should work:
| | |     x := {EXP for VAR in EXP};
| | |     x := FuncCall(EXP for VAR in EXP);
| | |     x = {EXP for VAR in EXP};
| | |     Added some comments to DFA, Matrix and Patternm.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DFA.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Matrix.mo
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 579c108d666aed796dad96bb7cd70c403c058b42
| | | Author: Kristian Stavåker 
| | | Date:   Sun Jun 24 10:50:53 2007 +0000
| | | 
| | |     Added support for MetaModelica lists to the matchcontinue expression. Mostly altered DFA, Convert, Patternm and MetaUtil.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Convert.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Matrix.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 27516089be0671de0be3ed55b9e6a51ab52d6adf
| | | Author: Kristian Stavåker 
| | | Date:   Fri Jun 22 13:06:20 2007 +0000
| | | 
| | |     Made some improvements to the valueblock expression implementation in Codegen and Static. Made some changes in MetaUtil.mo. Added code for for-iterator constructors to Inst (they will be uncommented later on).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 157479bcf021a7db8b971cd45ba2ba45832c2bfd
| | | Author: Kristian Stavåker 
| | | Date:   Tue Jun 19 11:33:36 2007 +0000
| | | 
| | |     Added support for nested MetaModelica lists + some minor improvements.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/MetaUtil.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 36fb88f0e45523f8409d90c0eb1b3073386f3282
| | | Author: Kristian Stavåker 
| | | Date:   Sun Jun 17 12:45:40 2007 +0000
| | | 
| | |     Added compiling of MetaModelica lists. Added the list type to the type system files: Types.mo, Values.mo. List constructs in Exp.mo. Handling of lists in Inst.mo, Codegen.mo, Prefix.mo and Static.mo. Minor changes in Absyn.mo and DAE.mo. Also added a new file, MetaUtil, that contains several functions for handling MetaModelica extensions. All the testcases succeded (remember to make clean).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | A	Compiler/MetaUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Values.mo
| | | 
| | * commit 306a4f1f653b18c8eee8e9fb7498bc5c6e709be4
| | | Author: Peter Aronsson 
| | | Date:   Fri Jun 15 09:10:41 2007 +0000
| | | 
| | |     Changed getClassInformation and getComponents to also return array dimensions of classes and components.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 5131edfe71a70d050dc22da2f1096b3e602823d1
| | | Author: Kristian Stavåker 
| | | Date:   Thu Jun 14 10:45:02 2007 +0000
| | | 
| | |     - reverted the last Inst.mo changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit f262dd8d61ea768ed89e36b664e7741b0ba7ae59
| | | Author: Adrian Pop 
| | | Date:   Thu Jun 14 09:47:44 2007 +0000
| | | 
| | |     - reverted changes by krsta as the testsuite doesn't work.
| | |     - small changes in Main.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Values.mo
| | | 
| | * commit 78568a1dfcbe3cffd64307159bea07c862c5c238
| | | Author: Kristian Stavåker 
| | | Date:   Wed Jun 13 12:02:33 2007 +0000
| | | 
| | |     Inst.mo: Added support for list type in instElement, instVar, etc.. The list complex type is picked up in instElement. An extra boolean flag has been added to instVar, instVar2, daeDeclare, etc.. This flag (if true) indicates that a list type should be created in daeDeclare4.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 616aa2b1a2155dcdc26d61d81bea28fad3ffdc57
| | | Author: Kristian Stavåker 
| | | Date:   Tue Jun 12 11:25:49 2007 +0000
| | | 
| | |     Added List type to type system files. More to come ...
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Values.mo
| | | 
| | * commit 7b04343b5f3ebbeb3dcd1102ffb436b245a601bc
| | | Author: Adrian Pop 
| | | Date:   Tue Jun 12 05:41:01 2007 +0000
| | | 
| | |     - updates to makefiles for Linux
| | |     - makefiles for Cygwin
| | |     - readme on how to build ModelicaXml on Linux and Cygwin
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/xml/modelicaxml/Makefile
| | | A	tools/xml/modelicaxml/Makefile.cygwin
| | | M	tools/xml/modelicaxml/Makefile_parser
| | | A	tools/xml/modelicaxml/Makefile_parser.cygwin
| | | A	tools/xml/modelicaxml/README.txt
| | | 
| | * commit aececcca23c44488f77e3b61c70e166ce6375ecd
| | | Author: Adrian Pop 
| | | Date:   Mon Jun 11 09:11:38 2007 +0000
| | | 
| | |     - added new flag +g: omc [+g=Modelica|MetaModelica], default to 'Modelica'
| | |     - added function RTOpts.acceptMetaModelicaGrammar() that returns true
| | |       if omc is called with omc +g=MetaModelica ...
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 968d72b9fed10300e8b64c466d0e3f06546e2bc9
| | | Author: Kristian Stavåker 
| | | Date:   Sun Jun 10 11:00:39 2007 +0000
| | | 
| | |     Some minor changes to the valueblock expression and patternmatch algorithhm.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Convert.mo
| | | M	Compiler/DFA.mo
| | | M	Compiler/Patternm.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit d8b74949bfd51ae5ca8bc969ffe581476d47a2eb
| | | Author: Kristian Stavåker 
| | | Date:   Thu Jun 7 18:20:39 2007 +0000
| | | 
| | |     Added string comparison, ==, to generateRelation in Codegen.mo. The C strcmp operation is generated.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 6a0707eef9d87d5867d46484322714cf2e9bb76c
| | | Author: Kristian Stavåker 
| | | Date:   Thu Jun 7 15:19:34 2007 +0000
| | | 
| | |     Constant comparison of strings added in cevalRelation. The MetaModelica ==& operator is used, perhaps == should be used instead (if it is working?). Very easy to change. Non-constant comparison of strings will be added to the OMC shortly ...
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 05b6072d6b8b9f8710ec9fbc99bb1ad0010721bc
| | | Author: g-pavgr 
| | | Date:   Wed Jun 6 20:17:10 2007 +0000
| | | 
| | |     Fixed reading of break/return from .mof files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 21ff4f50dced071d27e21a09f0e3bfa7fb1ba859
| | | Author: g-pavgr 
| | | Date:   Wed Jun 6 09:23:09 2007 +0000
| | | 
| | |     Support for brake and return: fixed getAllExpsStmt; added test cases.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | 
| | * commit 2b44d98cce123bf5d8d7b4fcdc7e45ecf27605fa
| | | Author: Kristian Stavåker 
| | | Date:   Mon Jun 4 11:04:59 2007 +0000
| | | 
| | |     A few minor improvements of the patternmatch algorithm.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DFA.mo
| | | M	Compiler/Patternm.mo
| | | 
| | * commit 26676a06eb99b9c1af824df4b6bfe09dc51fb4c9
| | | Author: Adrian Pop 
| | | Date:   Sat Jun 2 01:34:55 2007 +0000
| | | 
| | |     - Linux fixes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | 
| | * commit 9f7183356f81bf96bade0a89becc2d20ff40a603
| | | Author: Adrian Pop 
| | | Date:   Sat Jun 2 01:25:33 2007 +0000
| | | 
| | |     - small fixes for Corba implementation for making mosh.cpp compile
| | |     - moved char* omc_cmd_message = ""; char* omc_reply_message = "";
| | |       to omc_communication_impl.cpp and made them external in corbaimpl.cpp.
| | |       this way they don't need to be defined in mosh.cpp
| | |     - removed char* omc_message from mosh.cpp as is not needed anymore
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | 
| | * commit f84b9213f1718e9dd54fb33b96db8aafeea213f4
| | | Author: Kristian Stavåker 
| | | Date:   Fri Jun 1 08:42:41 2007 +0000
| | | 
| | |     First commited version of MetaModelica matchcontinue. One entry point in Inst.instStatement, the rest of the code in the new files Matrix.mo, DFA.mo and Patternm.mo. Matching of uniontypes and list constructs will be supported later on. A few testcase .mo files added to testsuite/mofiles (match1.mo, match2.mo, ...).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/DFA.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | A	Compiler/Matrix.mo
| | | A	Compiler/Patternm.mo
| | | 
| | * commit 510421bc05a7d8af2c7a68f9d569ade5e8c799b8
| | | Author: Kristian Stavåker 
| | | Date:   Wed May 30 11:50:17 2007 +0000
| | | 
| | |     Added two new builtin functions. stringCmp compares two strings and returns 0 if unequal. getTag fetches the type name of an ojbect reference, using the c++ typeid(ref).name().
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | 
| | * commit 3f087a34075a3d014733b29790ca1c34070ba7a8
| | | Author: Adrian Pop 
| | | Date:   Tue May 29 03:23:32 2007 +0000
| | | 
| | |     - a lot of fixes to external functions.
| | |       + RML_IMMEDIATE(RML_UNTAGFIXNUM(x)) is an ERROR, so i replaced it with RML_UNTAGFIXNUM(x)
| | |       + fixed types using RML types as on 64bit architecture instead of integer we use long.
| | |     - got rid of GCC_EXEC_PREFIX in Linux/Mac part
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 98ab23072380d20cf9d3e531ec5869b82ad7eb0b
| | | Author: Adrian Pop 
| | | Date:   Wed May 23 21:42:16 2007 +0000
| | | 
| | |     - included MacOS changes from Eric Meyers (erictmeyers@gmail.com)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/libf2c/makefile.u
| | | 
| | * commit 6c7dbe30cdc47f689e989e4de4472e3b6bda3760
| | | Author: Adrian Pop 
| | | Date:   Wed May 23 19:52:13 2007 +0000
| | | 
| | |     - added DAEQuery.mo to the compilation
| | |     - DAEQuery.mo has functionality for dumping the incidence matrix:
| | |       + getIncidenceMatrix(ClassName) will dump a file called
| | |         ClassName_imatrix.m containing the incidence matrix in some
| | |         sort of Mathlab format.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | A	Compiler/DAEQuery.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.w32
| | | 
| | * commit a8adeacebbc8a1a7c9afdc1d68bbd7cfba2995cb
| | | Author: x06klasj 
| | | Date:   Wed May 23 16:22:36 2007 +0000
| | | 
| | |     changed the return value for the val function from boolean to real.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 6c21a399b12f347c67fd3e7d45b261d8da70536a
| | | Author: Peter Aronsson 
| | | Date:   Wed May 23 07:47:52 2007 +0000
| | | 
| | |     -Assertions are checked in DAElow.lower if they are always false. In that case error message is given and lowering fails. (to test this instantiate a CombiTable component and run checkModel, without giving any table data).
| | |     -Assertions only output if accepting a step (see acceptedStep variable).
| | |     -Fixed minor typos in comments.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/tables.cpp
| | | 
| | * commit 7b12d72c9afdba60982c7cd2a91303c1216a65ab
| | | Author: Kristian Stavåker 
| | | Date:   Tue May 22 10:36:35 2007 +0000
| | | 
| | |     * Absyn.mo: Added valueblock record to Exp uniontype. Added uniontype ValueblockBody.
| | |     * Static.mo: Added two new cases to the elabExp function, evaluation of valueblock expression
| | |     (one for valueblocks containing algorithm statements and one
| | |     for valueblocks containing equations).
| | |     Added a new function for converting valueblock equations into algorithm assignments.
| | |     * Inst.mo: Had to change the accesibility of some functions from protected to public.
| | |     * Exp.mo: Added (duplicated) uniontypes and records from DAE.mo, Algorithm.mo, Types.mo
| | |     and Values.mo. Part of a work-around since the MetaModelica compiler can't handle
| | |     circular dependencies.
| | |     * Convert.mo: Functions that converts the duplicated data structures from Exp.mo
| | |     into original form and vise versa. These functions are called in Static.elabExp and
| | |     Codegen.generateExpression.
| | |     * Prefix.mo: Added functions for prefixing algorithm statements since
| | |     an expression now may contain algorithm statements.
| | |     * Codegen.mo: Added a new case-clause in generateExpression for generating code for
| | |     valueblock expressions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Codegen.mo
| | | A	Compiler/Convert.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 84ebb4440f8402fde18680ec243509b688fddfa6
| | | Author: Peter Aronsson 
| | | Date:   Mon May 21 09:33:26 2007 +0000
| | | 
| | |     - Clearing errormessages before executing checkModel and buildModel to prevent error messages from earlier evaluations.
| | |     - Added error message for declaration modifiers.
| | |     - Better error message for type checking of functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit f1347a8e86de38320f162a158be736d66c60d962
| | | Author: Peter Aronsson 
| | | Date:   Wed May 16 14:34:54 2007 +0000
| | | 
| | |     Fixed bug with type extending basic type using long class definition in several levels, and having modifiers on builtin attributes. See Type10.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit a263c7522ed4a859f9eb4328d13cf0807b070a77
| | | Author: Adrian Pop 
| | | Date:   Thu May 10 15:53:34 2007 +0000
| | | 
| | |     - fixes for Corba connection (mostly for Windows 2000)
| | |       it seems that
| | |        CORBA::ORB_init(argc, dummyArgv, "mico-local-orb");
| | |       ignores totally the first argument
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit e49971277b7653116aff61cc8fb12c0899e5f6f4
| | | Author: Adrian Pop 
| | | Date:   Wed May 9 04:05:08 2007 +0000
| | | 
| | |     - added stringFind implementation for Linux too
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 2e42104e623fcbfcb51aea45a9dbcddb0ea8874c
| | | Author: Peter Aronsson 
| | | Date:   Tue May 8 11:50:06 2007 +0000
| | | 
| | |     Fixed compile bug in older versions of metamodelicacompiler.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit 018a4e9234b1b9e2eee3dc37d35e560014e5df6e
| | | Author: Peter Aronsson 
| | | Date:   Mon May 7 12:53:15 2007 +0000
| | | 
| | |     - getDefaultComponentName and getDefaultComponentPrefixes API functions, see DefaultComponentName.mos
| | |     - der(expr), see dertest.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit c70b03c731633a21c93a7b16909f86dbcee7dbeb
| | | Author: Peter Aronsson 
| | | Date:   Fri May 4 09:02:23 2007 +0000
| | | 
| | |     Fixed bug in setComponentModifierValue, testcase: interactive_api_param.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 22fd2af8cd72232853ec679b8a934fd78ab98825
| | | Author: Peter Aronsson 
| | | Date:   Thu May 3 14:51:42 2007 +0000
| | | 
| | |     Improved solving of nonlinear systems. Now tries both extrapolation and using old values. Extrapolation might end up in going into forbidden region, whereas using old values as starting point might have problems during initialization. Pendulum.mos requires extrapolation and dae2 in NonLinSys.mo requires old values.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/matrix.h
| | | 
| | * commit 5cfacd7b8c141df7f5f9ba42d6c66ddba2927210
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 30 12:31:32 2007 +0000
| | | 
| | |     Fixed bug with event handling. When dassl returns at an event it is not certain that the event condition becomes "true", i.e. passing the event. It may be a epsilon before the event. To prevent this, the code now (again;) takes a tiny step passed the event to make sure that all events are true. Added bouncingball example in BouncingBallExamples.mos to test this.
| | |     Fixed so mixed systems (ideal_diode, etc) now becomes a linear system if if-expressions are present. This requires differentiation of if-expression to determine jacobian of linear system, i.e the A matrix. Changed Derive.differentiateExp to take boolean if differentiation of if-expressions should be done.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 9e88d5f0e31de05672a58e8889d77d8067b9055a
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 26 14:15:52 2007 +0000
| | | 
| | |     Changed small step taken when event has occured and Dassl should be reinitialized to continue integration. Step previously was 1e-13, now it is defined in terms of machine precision, a bit larger than HMIN. This will prevent dassl from reporting that step (tout-t) is less than HMIN, since HMIN is also is defined in terms of machine precision.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_dasrt.h
| | | 
| | * commit fe20c671bd5d45cae0a7320eef8e0573eb76de2b
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 20 09:46:44 2007 +0000
| | | 
| | |     Fixes to be able to compile using Visual Studio.
| | |     Added some comments to System.mo
| | |     Added GENERIC_ERROR to Error.mo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/System.mo
| | | M	c_runtime/simulation_init.h
| | | M	c_runtime/solver_dasrt.h
| | | 
| | * commit abd304f64e4a59c167b03f7f70abc03b6fd0ada7
| | | Author: Adrian Pop 
| | | Date:   Fri Apr 20 01:17:25 2007 +0000
| | | 
| | |     - Makefile updates for Linux to mirror Makefile.omdev.mingw
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit 95d5aba38c9fd4cc5849a80abc968ca9d7a826b3
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 19 08:06:14 2007 +0000
| | | 
| | |     Removed need for fortran compiler by translating fortran files to c using f2c. Replaced nelmead.f with version that can be translated. Moved fortran files to folder named fortran. Several testcases updated due to small numerical differences between c and fortran.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | A	c_runtime/bigden.c
| | | A	c_runtime/biglag.c
| | | A	c_runtime/daux.c
| | | A	c_runtime/ddasrt.c
| | | A	c_runtime/ddassl.c
| | | A	c_runtime/dlamch.c
| | | A	c_runtime/dlinpk.c
| | | A	c_runtime/dogleg.c
| | | A	c_runtime/dpmpar.c
| | | A	c_runtime/enorm.c
| | | A	c_runtime/fdjac1.c
| | | R100	c_runtime/bigden.f	c_runtime/fortran/bigden.f
| | | R100	c_runtime/biglag.f	c_runtime/fortran/biglag.f
| | | R100	c_runtime/daux.f	c_runtime/fortran/daux.f
| | | R100	c_runtime/ddasrt.f	c_runtime/fortran/ddasrt.f
| | | R100	c_runtime/ddassl.f	c_runtime/fortran/ddassl.f
| | | R100	c_runtime/dlamch.f	c_runtime/fortran/dlamch.f
| | | R100	c_runtime/dlinpk.f	c_runtime/fortran/dlinpk.f
| | | R100	c_runtime/dogleg.f	c_runtime/fortran/dogleg.f
| | | R100	c_runtime/dpmpar.f	c_runtime/fortran/dpmpar.f
| | | R100	c_runtime/enorm.f	c_runtime/fortran/enorm.f
| | | R100	c_runtime/fdjac1.f	c_runtime/fortran/fdjac1.f
| | | R100	c_runtime/hybrd.f	c_runtime/fortran/hybrd.f
| | | R100	c_runtime/hybrd1.f	c_runtime/fortran/hybrd1.f
| | | R100	c_runtime/hybrj.f	c_runtime/fortran/hybrj.f
| | | R100	c_runtime/lsame.f	c_runtime/fortran/lsame.f
| | | R095	c_runtime/nelmead.f	c_runtime/fortran/nelmead.f
| | | R100	c_runtime/newuoa.f	c_runtime/fortran/newuoa.f
| | | R100	c_runtime/newuob.f	c_runtime/fortran/newuob.f
| | | R100	c_runtime/qform.f	c_runtime/fortran/qform.f
| | | R100	c_runtime/qrfac.f	c_runtime/fortran/qrfac.f
| | | R100	c_runtime/r1mpyq.f	c_runtime/fortran/r1mpyq.f
| | | R100	c_runtime/r1updt.f	c_runtime/fortran/r1updt.f
| | | R100	c_runtime/trsapp.f	c_runtime/fortran/trsapp.f
| | | R100	c_runtime/update.f	c_runtime/fortran/update.f
| | | A	c_runtime/hybrd.c
| | | A	c_runtime/hybrd1.c
| | | A	c_runtime/hybrj.c
| | | A	c_runtime/lsame.c
| | | A	c_runtime/nelmead.c
| | | A	c_runtime/newuoa.c
| | | A	c_runtime/newuob.c
| | | A	c_runtime/qform.c
| | | A	c_runtime/qrfac.c
| | | A	c_runtime/r1mpyq.c
| | | A	c_runtime/r1updt.c
| | | A	c_runtime/trsapp.c
| | | A	c_runtime/update.c
| | | 
| | * commit 51608e2bd7ca581fd057bf8b91571934df80ca96
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 17 09:01:39 2007 +0000
| | | 
| | |     Speeded up instantiation by writing special instantiation code for builtin classes (Real, Integer,String,Boolean).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit c34eda22a24e437e71482b73121c8c80c1c93959
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 16 14:53:28 2007 +0000
| | | 
| | |     Fixed bug with "Automatic" output intervals and latest newTime implementation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 38c76404682c7d8aba35fd76d647d787b8500b1d
| | | Author: g-bjoza 
| | | Date:   Mon Apr 16 14:09:09 2007 +0000
| | | 
| | |     Some cleanups from last commit.
| | |     Bug 849, some simplification errors with vector and matrix operations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 04efa3002cabc792f63bf2eba7b5c37be13f22c6
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 16 13:52:42 2007 +0000
| | | 
| | |     Fixed bug with calculating nextTime when step is calculated from numberOfIntervals, giving numbers like 0.01111111111111111111111 due to inprecise floating point precision.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit e895feceb8215d41ebbf3236778c404e5408a865
| | | Author: g-bjoza 
| | | Date:   Mon Apr 16 13:36:50 2007 +0000
| | | 
| | |     Bug fix 849
| | |     Some minor fixes overall. Matrix simplification, builtin function pre.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 176fc2eb86fe8471f14a64b7fcba25fcaef51996
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 16 07:54:43 2007 +0000
| | | 
| | |     -Fixed bug with DASSL failing for large simulation times with few output steps. Solver now calls DASSL with largest step size=0.001, and then keeps track of when to output to result file separately. See LargeSteps.mo in simulation2.mos.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 3e44821bce9ec239b46b170c3a199101c1113eef
| | | Author: Håkan Lundvall 
| | | Date:   Fri Apr 13 13:05:43 2007 +0000
| | | 
| | |     Fixed sample-bug
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit 45670338104e68ca6710c58ebc40dc93aef2d58e
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 13 11:43:08 2007 +0000
| | | 
| | |     Added integer_rettype to modelica.h.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit 19e6b0f383b312639a00fed9b08a49d78ae5f6a0
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 12 14:28:26 2007 +0000
| | | 
| | |     Split functionDAE_output into functionDAE_output and functionDAE_output2. The first contains only continuous parts and the second discrete parts. This makes discrete variables emit value both before and after event possible. See blocksources.mos (PulseTest).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Util.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_init.cpp
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 3b4be3e2adfc7adc0baa2c6753090b8a49cce2f2
| | | Author: Adrian Pop 
| | | Date:   Wed Apr 11 08:13:34 2007 +0000
| | | 
| | |     - more Linux fixes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 342fd131866b5e60519cdb5fe236ad3f70ede26b
| | | Author: Adrian Pop 
| | | Date:   Wed Apr 11 07:58:15 2007 +0000
| | | 
| | |     - Linux fixes to Peter A. changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 7ad7c5196194b9669ae09e99183d828cb0b05902
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 10 17:18:54 2007 +0000
| | | 
| | |     - tail recursive implementations of some Util functions
| | |     - cosmetic changes
| | |     - increased the young generation size in rml.h and stack size in p-gccore.c
| | |     - added ongoing support for dumping the incidence matrix
| | |     - added partial-s-1.mo to failing tests because with the new tail recursive
| | |       implementations the compiler goes into an infinite loop
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 068b37adf2c727fee59cebe45b778654bdab8529
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 10 12:32:35 2007 +0000
| | | 
| | |     Added "smart setting of fixed attribute". If initial equations are present in a model and no state has fixed=false, all states that occur in the initial equation section is set to fixed=false, and a warning is issued. This makes most "simple models" work as they would if we followed the standard and setting states fixed=false by default. (OMC instead has fixed=true as default for states due to allowing overdetermined initial equation systems).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 686bd1fe1efd11e61d2d8c37ff98a21b5f11022f
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 4 06:35:34 2007 +0000
| | | 
| | |     Changed representation of builtin attributes in DAE.VariableAttributes (start,min,max, etc) to Exp.Exp (was previously Real, String, etc).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 1928d059eaa0f9ddbd466eeeac24ff4f1622723d
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 31 00:20:11 2007 +0000
| | | 
| | |     - small performance improvements
| | |     - cosmetic changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit ea7746470bd4d72b5ebc5c57f657c3e3195e184f
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 27 22:28:07 2007 +0000
| | | 
| | |     - cosmetic changes for the upcoming MDT that folds away the LICENSE at the start of the file.
| | |     - changed svn:eol-style to "LF" instead of "native" as a workaround for the debugger
| | |       execution point positions, which are wrong if we have CRLF line endings.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Settings.mo
| | | 
| | * commit 33faaace1e9ae3339357b8d27e4d5ea38334c3c7
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 23 01:55:33 2007 +0000
| | | 
| | |     - reverting the bad commit by krsta
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	README.txt
| | | 
| | * commit 2f26ce6d7bb1763636037438d4603ba37e488824
| | | Author: Kristian Stavåker 
| | | Date:   Thu Mar 22 13:05:32 2007 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	README.txt
| | | 
| | * commit 40c43e735938352af0bbdf70127c77ea261a83f6
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 20 05:44:11 2007 +0000
| | | 
| | |     - fixes for the upcoming mmc compiler;
| | |     - corrections to input variables and variables from matchcontinue
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Refactor.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit dd039f4b5ef8cb0ad998b2e7884576a88cd847a5
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 20 05:41:42 2007 +0000
| | | 
| | |     - warning removal, printing long instead of integer.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit 2f7fd381ff7fbd6b8cf7bbba9cad2f651186a822
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 17 00:45:41 2007 +0000
| | | 
| | |     delete .srz also
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.debug.w32
| | | 
| | * commit b70f7e24fe304b6b4fd0f5eae5d90179b846daa6
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 17 00:43:07 2007 +0000
| | | 
| | |     delete .srz also
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.w32
| | | 
| | * commit 8586ac3e46eebd2368569c7e2f510856a2edd640
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 17 00:35:07 2007 +0000
| | | 
| | |     - small fixes to errors in .mo files discovered by the new MDT
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/test_codegen/equation_funcall10.mo
| | | M	Compiler/test_codegen/equation_funcall11.mo
| | | M	Compiler/test_codegen/equation_funcall9.mo
| | | 
| | * commit e619c3b7a0223b152fafc8101f5c333ee7a64c76
| | | Author: Håkan Lundvall 
| | | Date:   Tue Mar 13 09:58:47 2007 +0000
| | | 
| | |     Fixed so that exceptions work when fortran functions are involved in Linux
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/libf2c/makefile.u
| | | 
| | * commit 70d9df0e9345a2505c156faf02885bacb9f36ba1
| | | Author: Håkan Lundvall 
| | | Date:   Tue Mar 13 08:29:56 2007 +0000
| | | 
| | |     Fixed Timetable-bug
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit ab19942c4765661784e3ce25a324c622400bdbc2
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 13 07:17:38 2007 +0000
| | | 
| | |     Fixed compile error due to changes in DAE.ASSERT
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit bb3206edadb4690bbc14adfe39d060c7c960a306
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 12 11:43:41 2007 +0000
| | | 
| | |     - Added String() functions (String(1.0), String(100), String(true) ) to both Ceval and Codegen testcase: StringTest.mos
| | |     - Implemented terminate and assert in equations
| | |     - Added TerminateSimulationException that is thrown when simulation fails (e.g. numerical failure, assert, terminate, etc.)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 6e13ad6f73077bcffed617a8d646e783f0b565bb
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 9 11:02:48 2007 +0000
| | | 
| | |     - more notes on possible problems with Eclipse and OMDev.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 10bd3937d591c25ae3ca2bdafc5aada40c00df79
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 7 15:23:19 2007 +0000
| | | 
| | |     -Added printout of "protected" in DAE, protected variables are now prefixed with protected when printing flat class.
| | |     - Added cast to and from modelica_integer when storing integers in double vector (in Simulation code), to get rid of warnings during compilation of model code.
| | |     - Removed dymTableTimeIni function in Static, was a unfinished hack to make MSL 1.6 work.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 4aaf6a1e9caa502bbd033cc6f0565a5bf7b1790e
| | | Author: Håkan Lundvall 
| | | Date:   Tue Mar 6 11:31:20 2007 +0000
| | | 
| | |     Testsuite now passes in Linux
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | M	c_runtime/simulation_init.cpp
| | | 
| | * commit e4d903ed66f5eead0ed1541a8006d3ea52ace6ac
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 5 14:34:13 2007 +0000
| | | 
| | |     Added protected/public flag to DAE.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 23ec061170b58fae2faa8fbb21bf59e3e975456d
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 5 12:56:36 2007 +0000
| | | 
| | |     Fixed bug in solving linear system of equations (DAEexample.mo).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 83934c04c1c9394f7f8c40ab812fb5dcb72335f1
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 5 10:42:39 2007 +0000
| | | 
| | |     - Cleaned up some comments
| | |     - Removed SCode.STRUCTPARAM, since it is no longer used. The compiler does currently not care if a parameter is structural.
| | |     - Fixed bug with function variables making equation in dae instead of creating binding expression, which does not make sense. This also created bug setting default inititial values for function inputs in read_call_write code. This has also been fixed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 4e9de131c61a24e0a2677afe718bfe4688c4efc9
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 2 17:11:26 2007 +0000
| | | 
| | |     - cosmetic changes of Absyn.mo
| | |       + qualified names in error messages
| | |       + updates of function documentation
| | |     - Setup.vdproj changes
| | |       + replaced "This program is protected by copyright laws..." with "This package contains OpenModelica, a modeling and simulation environment based on free software".
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit 047ef6c4dd3102c944d76e63a74e7cfbf0698fae
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 2 15:31:04 2007 +0000
| | | 
| | |     - Fixes for BUG: http://bug.modelicacommunity.org/show_bug.cgi?id=144
| | |       The numbering of temporary variables was wrong in Codegen.generateElse
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit cc73f78682711319d0226d289b020cc79f84429c
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 2 10:51:47 2007 +0000
| | | 
| | |     Fixed bug in prefixing of variables in algorithm sections, which was not performed at all.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 22e7e1b22bae336447e2ac4e5de988633e5e2edd
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 2 07:24:33 2007 +0000
| | | 
| | |     Added model_dir string as global variable to model code. Needed when loading e.g. associated table files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/tables.cpp
| | | M	c_runtime/tables.h
| | | 
| | * commit 4e3a74066f9ed205336c0a34692e75f155356b24
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 28 13:07:21 2007 +0000
| | | 
| | |     - Changed Types.printType to Types.printTypeStr
| | |     - Fixed bug with attribute modifiers on types not propagated to variable instances (testsuite/mofiles/Type9.mo)
| | |     - added option -b to rtest which can be used to set expected result: rtest -b test.mo translates test.mo and updates the expected result last in file.
| | |     - Fixed bug in merging of modifiers in DERIVED classes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 36cec87ac111e2ba50fdc7ff379e07ef45160484
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 27 10:17:42 2007 +0000
| | | 
| | |     -Implemented rudimentary support for tables. (Modelica.Blocks.Sources.CombiTimeTable now works for parameter data or textual data on file, see CombiTimeTableTest.mos.) Implementation in C++ in tables.cpp. Modelica standard library must be changed to use different external function names (e.g. omcTableTimeIni instead of dymTableTimeIni2)
| | |     - Redirected stdout and stderr to compilelog.txt when compiling functions in Ceval (System.compileCFile).
| | |     -Added support for parameter and variable strings in init file.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/simulation_input.cpp
| | | A	c_runtime/tables.cpp
| | | A	c_runtime/tables.h
| | | 
| | * commit a79ff6b7ab656081777633c5c0d200d9528a4687
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 26 10:07:25 2007 +0000
| | | 
| | |     Fixed small bug in codegen (statements in wrong order).
| | |     Added whitespace when unparsing modifier list (nicer layout when printing large annotations)
| | |     dummy equation der(dummy) = 0 changed to der(dummy) = sin(time*628.56....), to better cope with automatic step size when no states present in model.)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 89ab88d77245214ecbe44880afb20aeb4c8e7ba3
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 26 10:03:31 2007 +0000
| | | 
| | |     Added translateGraphics function that uses Refactor.mo to translate graphical annotations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit ba3d243f496f4850577cbe6b0d9be1b0c26003d0
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 23 14:35:02 2007 +0000
| | | 
| | |     Fixed bug #133 and a missing endResult in simulation3.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 817c38ca2439c42e127666bb58be84a3fa8b4ffa
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 23 13:56:26 2007 +0000
| | | 
| | |     Fixed bug #131
| | |     output variables involved in zero crossings were not evaluated.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 0358522cd86f6ab7373bd2b4ce373b61bc54f695
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 23 09:30:32 2007 +0000
| | | 
| | |     Merged from when-statements branch
| | |     * when and elsewhen in algorithms now supported
| | |     * correct sorting of equations in when clauses
| | |     * events no longer takes an extra tiny step to make > and < work. Instead the relation takes into account the direction in which the relation expression is passed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/VarTransform.mo
| | | M	Examples/BouncingBall.mo
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_events.cpp
| | | M	c_runtime/simulation_events.h
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 18e85c183d6d3f5db0b14e52ab3e53f59e1d7e27
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 21 18:11:45 2007 +0000
| | | 
| | |     - added Refactor.mo to Makefile.common, Makefile.common.w32
| | |     - fixed dependencies in .depend Makefile.w32, Makefile.debug.w32
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.debug.w32
| | | M	Compiler/Makefile.w32
| | | 
| | * commit 2612e4c53f724eca8467e0d222c2b20d7d05d48b
| | | Author: Kristoffer Norling 
| | | Date:   Wed Feb 21 15:37:13 2007 +0000
| | | 
| | |     Refactoring thesis
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | M	Compiler/Interactive.mo
| | | A	Compiler/Refactor.mo
| | | 
| | * commit f6c5d120170b85759c86bd4757d49b62e4beb236
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 21 08:55:06 2007 +0000
| | | 
| | |     Compile error due to name change in util.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit cc06c58a9ec38849701a7b3f9de70488bb59ea7d
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 21 08:08:32 2007 +0000
| | | 
| | |     Fixed bug with creating empty arrays with fill and using size on them, see mofiles/Array13.mo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | 
| | * commit 56c34d0f3fe9537a9065c2036a016a0f240f2380
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 21 05:52:13 2007 +0000
| | | 
| | |     - cosmetic changes to Absyn.mo, Algorithm.mo, Builtin.mo, Ceval.mo, Util.mo
| | |       + replaced old names in comments and error messages with new ones.
| | |       + a bit more uniform error reporting; the errors include fully qualified function names.
| | |       + replaced Absyn.expEqual with structural equality.
| | |       + better names for some functions in Ceval
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 144bf6cb41d07875cfc7b975de84f80e3893ab58
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 19 15:33:39 2007 +0000
| | | 
| | |     - cosmetic changes to Util.mo
| | |       + got rid of some already existing functionality
| | |       + renamed some of the Util.mo functions
| | |       + rewrote some Util.mo functions to make them a bit faster
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 2c760c1db77bb3cb45d26b0be767604acfe25e12
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 16 10:09:45 2007 +0000
| | | 
| | |     - Fixed bug in Exp.simplify (certain divisions lead to incorrect simplifications).
| | |     - Fixed bus in printing of expressions (Exp.printExpStr) leaving out parentheses in some cases. This also required changes in testcases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit f9d8c9c581cb836c21edd1f77ecae4ad8609e922
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 15 18:21:58 2007 +0000
| | | 
| | |     - fixes for corbaSessionName not defined when NOT compiling with Corba
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | 
| | * commit 220343b78c86f4b09b78f37edaa447d9c4946813
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 15 14:27:30 2007 +0000
| | | 
| | |     - small update for the upcoming version of MMC/RML & OMDev
| | |     - variable name changes to differentiate them from function names
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit f3963abd1f63dcdb8a96984365aa8daf5f54a29d
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 14 15:34:20 2007 +0000
| | | 
| | |     Changed code generation of tuples (returning several values from functions). Previously a struct was generated that contained names taken from the output arguments of a function. For instance,
| | |     function foo
| | |     ...
| | |     output Real x;
| | |     outpur Real y;
| | |     ... end foo;
| | |     resulted in a struct foo_rettype {
| | |     modelica_real x;
| | |     modelica_real y;
| | |     };
| | |     But these names are not available in a call (i.e. in Algorithm.TUPLE_ASSIGN). Also this makes sense, since a tuple has only an oredered set of values -without- names.
| | |     
| | |     The new implementation instead generates names like
| | |     struct foo_rettype {
| | |     modelica_real targ1;
| | |     modelica_real targ2;
| | |     };
| | |     
| | |     This information is accessible, since only the position in the tuple is required.
| | |     
| | |     Testcase: tupleTest.mo (tested in simulation3.mos)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit cedceafee1aeaa0eea8bf6a6ecb8232987659e41
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 12 14:49:04 2007 +0000
| | | 
| | |     - Fixed bug in state selection. If StateSelect.always is set but variable does not appears differentiated among equations, it was previously not selected as state.
| | |     - Fixed bug in printing error message for non-linear system solving.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	c_runtime/matrix.h
| | | 
| | * commit 67b5bc2f130824b50752d52593a1952c7a6102e7
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 12 10:50:30 2007 +0000
| | | 
| | |     Fixed bug 95. Testcase in simulation3.mos and avg.mo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | 
| | * commit caec13eb55c65a69c7384315ca57c04a72d59a0f
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 12 08:59:26 2007 +0000
| | | 
| | |     A small error in the compiler.bat file.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 44416bbaca9da5ba502dbe29e163e9ce2381907f
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 12 08:51:44 2007 +0000
| | | 
| | |     Fixed bug 51, testcase mofiles/reinit.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.mo
| | | 
| | * commit eaf2f053d73d54baa442faba610086df1fd08e1b
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 12 08:28:17 2007 +0000
| | | 
| | |     Fixed bug with Modelica.Blocks.Discrete.Sampler connected with e.g. VoltageSource (reported at Modelica Design list)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 21b715c6bbdde0f7002c982fe970d48c26d9237c
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 12 07:44:21 2007 +0000
| | | 
| | |     Fixed bug with compiling when e.g. LIBRARY_PATH is defined.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 2d66b1d66e04796d086bf24ad51684a4174aa0e4
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 12 07:17:03 2007 +0000
| | | 
| | |     Added description of missing fortran files in c_runtime/README
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/README
| | | 
| | * commit f4f6c2d885c0d8e53953f6a1eb8e41294a336299
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 10 22:00:25 2007 +0000
| | | 
| | |     - Now OMC will now REFUSE to start on Windows if another one is running!
| | |       An error message will be displayed.
| | |     - Added +target=gcc|msvc flag in rtopts.c and RTOpts.mo to be used later
| | |       when we generate different code and Makefiles targeted to GCC or MSVC.
| | |       The flag can be retrieved using RTOpts.simulationCodeTarget()
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 713cb1d4d6b26f334e84c2ba242ca747954e11e1
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 10 18:17:20 2007 +0000
| | | 
| | |     - I have updated the README-WIN32.txt document
| | |     - I tested the compilation on Visual Studio .NET
| | |       + 2003 Pro
| | |       + 2005 Express (Free, but it cannot build the Setup project)
| | |       + 2005 Pro
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-WIN32.txt
| | | 
| | * commit f3c4cdb6a4519aa213dfdcbda0178f9719d24e20
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 10 14:32:33 2007 +0000
| | | 
| | |     - included  for std::numeric_limits required by VC++
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result.cpp
| | | 
| | * commit 16703d780b147520ea1a95775c8e6bdcaab97591
| | | Author: Anders Sandholm 
| | | Date:   Thu Feb 8 22:22:46 2007 +0000
| | | 
| | |     fixed so val can handle arrays, val(x[n],x.y)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit ecc71a28465fba93fd45db0b5f02d60829d4fcaa
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 8 21:36:27 2007 +0000
| | | 
| | |     - Linux typo fixed
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 5d481d2a01949068f7e05cade454111aa42ad4ca
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 8 21:35:09 2007 +0000
| | | 
| | |     - fixes for Linux part
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 7f89670de9e071189d98c412c38eed6d261d519f
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 8 21:27:49 2007 +0000
| | | 
| | |     - fixes for Visual Studio to get rid of link errors
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 0aa207e11912b24ea00dfb7e906097a920ee7e04
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 8 19:39:15 2007 +0000
| | | 
| | |     - added +c=corbaSessionName to the Compiler/runtime/rtopts.c
| | |     - fixed Compiler/runtime/corbaimpl.cpp to generate:
| | |       + the Corba Object ID depending the corbaSessionName
| | |       + the file dumped depending the corbaSessionName
| | |       + the events and mutexes names depending the corbaSessionName
| | |     - moved clientlock from omc_communication_impl.cpp to corbaimpl.cpp
| | |     
| | |     - if no +c=name is given the omc works as before!
| | |     - this will be used to have different omc running on the system.
| | |     - i assume problems can appear if we don't set a different working directory
| | |       for each different OMC, but we can fix that later in the future.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2688 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 067696119946ca8e004fead7691cd4f90ca3e987
| | | Author: g-pavgr 
| | | Date:   Tue Feb 6 10:30:16 2007 +0000
| | | 
| | |     LoopContext; check that *break* is inside a loop
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 37b08492eee2f479245d03484fa5716e7c11bc9b
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 6 06:49:15 2007 +0000
| | | 
| | |     Fixed bug with start value of parameters not translated to DAE.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 6118ccf4bb0b67f5b84077523faa4d8e30f429bb
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 5 02:30:43 2007 +0000
| | | 
| | |     - changed "inital" with "initial" in Builtin.mo
| | |     - replaced return with returnType in Codegen.mo and DAE.mo as "return" is a keyword now!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | 
| | * commit 3dec01448f1d248ce944a3d2c9c64db619b07187
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 5 00:09:41 2007 +0000
| | | 
| | |     - added break and return statements to flat_modelica_lexer.g and flat_modelica_parser.g
| | |       due to changes to modelica_lexer.g and modelica_parser.g
| | |     - without this the FlatParse.mof test fails.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | 
| | * commit c7c5a54519fd9f466b9b22a1d5d19e4fb224d264
| | | Author: g-pavgr 
| | | Date:   Sun Feb 4 21:46:48 2007 +0000
| | | 
| | |     Support for *break* and *return*
| | |     Missing: (a) checking that used inside for/while and (for *return*) in function body (b) reading from flat Modelica (for/while if flat Modelica not yet supported)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 96610eec483548708d40e60d527ea35bc7b5599c
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 2 07:25:23 2007 +0000
| | | 
| | |     Implemented inner/outer for components (inner/outer classes not impl. yet) testcases InnerOuter1.mo InnerOuter2.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit abd5bd51c5f29125b42e46d6952f8d8d5ba087ca
| | | Author: Peter Fritzson 
| | | Date:   Wed Jan 31 12:42:24 2007 +0000
| | | 
| | |     Implemented the builtin function: product. Works on a testcase with vectors. Has not yet been tested on matrices.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 76ccbcab149dfed46896ab6599f2d396b8296e3f
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 25 22:59:36 2007 +0000
| | | 
| | |     - Lookup.mo does not use Util
| | |     - cosmetic changes to Absyn.mo by Peter F.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 762d90aa7b9a231713bac5724b4335e0c507c938
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 22 09:15:16 2007 +0000
| | | 
| | |     Added instantiation of reinit in algorithms. Now flattens, and produces error message that when algorithms not supported yet.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2673 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit ac7f11118b4e56526729023ffa59179855beca78
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 17 12:50:50 2007 +0000
| | | 
| | |     Added to the state select heuristic: A priority based on the number of selectable states with the same name (last identifier of a qualified name).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit f5d033a561bbe1ea328fe0e867be85030e17f876
| | | Author: Anders Sandholm 
| | | Date:   Tue Jan 16 08:16:53 2007 +0000
| | | 
| | |     removed some debug information that were commited in the last version
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit ff11ff62a68c981dc7f0e895b46b4dabaab4b26a
| | | Author: Anders Sandholm 
| | | Date:   Mon Jan 15 18:11:06 2007 +0000
| | | 
| | |     fix string support in external functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | 
| | * commit c2e257664985fc887ed7181fd3fc3461da044737
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 12 12:59:03 2007 +0000
| | | 
| | |     Added support for automatic number of output steps by using intermediate-output model in DASSL. This can be used by setting a negative value on output step size.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_input.cpp
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit 6376a7fb6daabc2480266435cbb23846d08a296c
| | | Author: Adrian Pop 
| | | Date:   Thu Jan 11 18:42:36 2007 +0000
| | | 
| | |     - fixes to make the testsuite run on Linux
| | |     - for some very obscure reasons in simulation_result.cpp,
| | |       function: int deinitializeResult(const char * filename)
| | |       code: ofstream f(filename) reset the filename to "" and the creation of the file failed.
| | |     - fixed it in solver_dasrt.cpp and solver_euler.cpp
| | |     - thanks to William Spinelli for providing a virtual machine where I could
| | |       reproduce this error.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2664 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_result.cpp
| | | M	c_runtime/solver_dasrt.cpp
| | | M	c_runtime/solver_euler.cpp
| | | 
| | * commit cf157b742a9b2fbe5d289af6914458075b0a2534
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 11 15:12:56 2007 +0000
| | | 
| | |     Implemented a better state selection mechanism. State selection is now base on
| | |     1. The stateSelect attribute
| | |     2. A heuristic.
| | |     The heuristic looks at both the equations of state variables to find constaint equations and tries to put dummy state variables in the same component.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit 721ae868a51a6ba933db9fe26b4387c25dbe6595
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 10 07:43:23 2007 +0000
| | | 
| | |     Fixed bug with instantiation of Modelica.Blocks.Discrete.TriggeredSampler, causing infinite recursion (prevented by only instantiating partially)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | 
| | * commit 07ca683bd19763bd807015968404a6fe64d3214e
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 10 02:04:47 2007 +0000
| | | 
| | |     - doPlot renamed to doPlot.Cygwin and doPlot.Linux renamed to doPlot
| | |     - changed Compiler/Makefile.in and Compiler/Makefile.omdev.mingw to mirror the changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | 
| | * commit 1802f39dce79e5e700595007c647fbe11c177ace
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 10 01:46:23 2007 +0000
| | | 
| | |     - doPlot renamed to doPlot.Cygwin
| | |     - doPlot.Linux renamed to doPlot as Linux installation is far more spread than Cygwin!
| | |       + this will get rid of an installation step on Linux and adds an installation step
| | |         for Cygwin
| | |     - changed README.Cygwin.or.Linux.txt to mirror the changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/doPlot
| | | A	Compiler/scripts/doPlot.Cygwin
| | | D	Compiler/scripts/doPlot.Linux
| | | 
| | * commit e2545be0290fd1530b83f2d5b97c647057020e57
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 9 11:02:31 2007 +0000
| | | 
| | |     Fixed bug with fully qualified names (which are created during instantiation) not possible to look up over encapsulated boundaries: Introduced new record FULLYQUALIFIED in Absyn.Path for this.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Static.mo
| | | M	c_runtime/matrix.h
| | | 
| | * commit 9e4e4b25a38d1dbcbf473bff47c1101283b1d953
| | | Author: Adrian Pop 
| | | Date:   Fri Jan 5 01:17:07 2007 +0000
| | | 
| | |     double should not be float as we might loose precision
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit b9c50e2fffac4285922b6c74e5a74b197b9c123e
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 3 20:18:56 2007 +0000
| | | 
| | |     Fixed bug in lookup of functions through unqualified imports.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit d8020d59eebde64b4b1ce147959d7ad84165b9ac
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 3 17:41:34 2007 +0000
| | | 
| | |     Fixed bug with e.g. Modelica.Electrical.Analog.Sources.TrapezoidVoltage giving error message even if it is correct.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit 7e56d9b27193f86e50cb6779e5a06d7a92bce2ae
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 3 17:39:09 2007 +0000
| | | 
| | |     checkModel now uses DAELow.lower without generating "dummy state", i.e. counts correct number of variables and equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit 4fddc6fe14b0990a2298da131823356fc18fe546
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 3 12:58:42 2007 +0000
| | | 
| | |     Added error message for not-yet-supported features in algorithms (when clause, while-clause, etc)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 0d60cfda7cda06a65b3ac158fe9a1266df0166e8
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 2 15:02:35 2007 +0000
| | | 
| | |     Fixed bug with generation of zero-equations for unconnected flow variables.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit 4b9cc2ab3d5732c90fba7446ad9933dff818f6f8
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 2 08:40:15 2007 +0000
| | | 
| | |     Fixed bug with simplify of 1/(a/b)^2 causing infinite recursion.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit d04a0b7da6f9f8c47f1f06b997f9271ea07b7788
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 25 18:38:53 2006 +0000
| | | 
| | |     - new line at the end of file.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/xml/modelicaxml/ModelicaXML.h
| | | 
| | * commit 193d1c807f2a66cec6e3fb9d4dbeb781bb64fecd
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 25 18:33:34 2006 +0000
| | | 
| | |     replaced ModelicaXml.h with ModelicaXML.h
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	tools/xml/modelicaxml/ModelicaXML.h
| | | 
| | * commit 0315c1349ddda75fe22a4d4bf242148b9598985b
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 25 18:33:07 2006 +0000
| | | 
| | |     removed to be replaced by ModelicaXML.h
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	tools/xml/modelicaxml/ModelicaXml.h
| | | 
| | * commit ba8fe31a60e5b56f1540e20cce32ead99b7be2b3
| | | Author: Adrian Pop 
| | | Date:   Mon Dec 25 18:25:55 2006 +0000
| | | 
| | |     - fixes to make modelicaxml work on Linux.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/xml/modelicaxml/Makefile
| | | M	tools/xml/modelicaxml/Makefile_parser
| | | M	tools/xml/modelicaxml/ModelicaXML.cpp
| | | M	tools/xml/modelicaxml/dirwalk.cpp
| | | M	tools/xml/modelicaxml/dirwalk.h
| | | M	tools/xml/modelicaxml/modelica_tree_parser.cpp
| | | M	tools/xml/modelicaxml/modelica_tree_parser.hpp
| | | M	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp
| | | M	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt
| | | M	tools/xml/modelicaxml/walker.g
| | | 
| | * commit bbeecf99baa597e6664ae122310566777b68f94e
| | | Author: Adrian Pop 
| | | Date:   Sat Dec 23 03:54:18 2006 +0000
| | | 
| | |     - fixed bug: http://bug.modelicacommunity.org/show_bug.cgi?id=30
| | |     - the precision problem when dealing with reals in OMC
| | |     - MMC/RML uses double and because in read_write.c and systemimpl.c this was converted
| | |       to float and back to double it was a precision loss.
| | |     - replaced all float with modelica_real in read_write.c
| | |     - replaced all float with double in systemimpl.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2641 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/read_write.c
| | | 
| | * commit 37be61e12ab735e21494fd74b005d962ba617692
| | | Author: Peter Aronsson 
| | | Date:   Fri Dec 22 14:07:06 2006 +0000
| | | 
| | |     Improved instantiation speed. (checkModel(CauerFilter) now takes about 10 seconds instead of > 500 seconds).
| | |     Fixed memory leak in solving linear systems.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/matrix.h
| | | 
| | * commit 8d646ae1b6e1ae09be53e30412bf782b5528a6ad
| | | Author: David Broman 
| | | Date:   Wed Dec 20 20:45:21 2006 +0000
| | | 
| | |     Initial code to support inner and outer semantics. Now, the inner and outer attributes are part of SCode.COMPONENT. Further, the outer elements are removed from DAE output. However, correct lookup rule of inner components are not implemented yet. Only components are considered in SCode. The other elements (functions, inner classes etc.) are not yet implemented. No considerations to type checking has been done yet.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 9c1b0c847f01187eaf9636a15e5093e672b1fdf8
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 20 06:37:55 2006 +0000
| | | 
| | |     Not needed since we moved to .mo files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/ExternalRMLDefines.h
| | | 
| | * commit 00354a3ac8452eff8d61d8e6710f9cba174e5a2b
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 14 13:44:25 2006 +0000
| | | 
| | |     Moved some comments to better place
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit c3c4f23f41a71b515b83d03cf100b7545592dfac
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 14 13:43:43 2006 +0000
| | | 
| | |     Fixed bug with premature exit when event at stop time.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit c24bf7cdb2094e9448288f45709f1113af2ce480
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 14 10:37:41 2006 +0000
| | | 
| | |     Split up large string constant so VC compiler does not complain.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 280a1c0ef80e72f8101f2ccdaeab21e32f06e24c
| | | Author: Adrian Pop 
| | | Date:   Tue Dec 12 09:29:42 2006 +0000
| | | 
| | |     import Interactive is not used in Mod.mo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | 
| | * commit 5db84ace606bb9db28e6599c119b474c9411aa31
| | | Author: Adrian Pop 
| | | Date:   Sun Dec 10 23:17:36 2006 +0000
| | | 
| | |     Linux update.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit a4a361efdbfdc5725c47f662d8a1d9b9d1a253e5
| | | Author: Peter Aronsson 
| | | Date:   Sat Dec 9 16:35:28 2006 +0000
| | | 
| | |     Fixed bugs in simulation_runtime (initialization of data, stop exactly at stop-time, etc).
| | |     Fixed bug with recursive modifiers (A a(x=a.y))
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Values.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/solver_dasrt.cpp
| | | 
| | * commit bba486e8bb28bb665f6261e3e1167b09813297f5
| | | Author: Adrian Pop 
| | | Date:   Thu Dec 7 01:16:56 2006 +0000
| | | 
| | |     generate logs also on Linux.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2623 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile
| | | 
| | * commit 52493481a8fa3e59cd996fcd8e2f6570fcd65d92
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 6 11:02:31 2006 +0000
| | | 
| | |     Changed builtin functions asin,acos and atan to arcsin, arccos and arctan (same as in Dymola).
| | |     Added eliminationLevel = 3 for removing only equations on the form a=constant.
| | |     Added der(arccos),der(arcsin) and der(arctan) to Derive.mo
| | |     Fixed performance problem with Exp.simplify.
| | |     Fixed bug with matrix operation a*[1,2;3,4] in Exp.simplify.
| | |     Fixed bug in tranforming a flat-parsed Absyn to normal Absyn (Interactive.mo).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 5b2ad2a5e4d7ea44ebb0240855e3d70fa2a6bc32
| | | Author: Adrian Pop 
| | | Date:   Tue Dec 5 20:44:37 2006 +0000
| | | 
| | |     - added testmos to Makefile.omdev.mingw to test just tests from testsuite/mosfiles
| | |     - fixed the compilation problem on Linux. GNU GCC has more involved "inline".
| | |       Just disable inline for now.
| | |     - initialization of malloc-ed structures within simulation_events.cpp
| | |       fixes the different result we got on Linux for IdealDiode.mos
| | |       + i wonder if there may be some other initialization problems like this.
| | |     - IdealDiode.mos changes due to different result.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_events.cpp
| | | 
| | * commit 94ffb7d129d59775bf412f5690e87c0eca26cc5c
| | | Author: Adrian Pop 
| | | Date:   Tue Dec 5 12:01:33 2006 +0000
| | | 
| | |     simulation instead of simualtion.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 22dae9f1916cfcadf092b1d743df6a5f5f7cdc1d
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 29 12:54:40 2006 +0000
| | | 
| | |     Redesigned simulation_runtime. Divided into several files and made more modular.
| | |     Removed method from command argument and added to init file instead.
| | |     Remade several testcases to use val function instead.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/Makefile
| | | M	c_runtime/matrix.h
| | | A	c_runtime/simulation_events.cpp
| | | A	c_runtime/simulation_events.h
| | | A	c_runtime/simulation_init.cpp
| | | A	c_runtime/simulation_init.h
| | | A	c_runtime/simulation_input.cpp
| | | A	c_runtime/simulation_input.h
| | | A	c_runtime/simulation_result.cpp
| | | A	c_runtime/simulation_result.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | A	c_runtime/solver_dasrt.cpp
| | | A	c_runtime/solver_dasrt.h
| | | A	c_runtime/solver_euler.cpp
| | | A	c_runtime/solver_euler.h
| | | 
| | * commit ddb2c96de23a33568be856de58afc179b3f5866c
| | | Author: Peter Aronsson 
| | | Date:   Mon Nov 20 13:42:18 2006 +0000
| | | 
| | |     Implemented flags for controlling simulation error messages (log)
| | |     Fixed bugs (chaanged getExtendsModifierValues, setExtendsModifierValues)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 1fe245527205489375f46eeec8ffc0971c307762
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 17 00:19:22 2006 +0000
| | | 
| | |     - merged in the ndims(A) code from Stefan Vorkoetter  in Static.mo
| | |       + many thanks to Stefan for his first contribution!
| | |     - merged in the ndims(A) test from Stefan Vorkoetter  in matrices.mos
| | |     - added another ndims(A) test based on flattening within matrices.mos
| | |     - fixed bug http://bug.modelicacommunity.org/show_bug.cgi?id=80 by casting the pow(x, y)
| | |       arguments to modelica_real within Codegen.mo
| | |     - wrote more about testing in README-OMDev-MINGW.txt and README.Cygwin.or.Linux.txt
| | |     - added some missing information in README-BUILD-RELEASE.txt
| | |     - added OPENMODELICALIBRARY environment variable to OMDev-MINGW-OpenModelicaBuilder.launch-sample
| | |       as is not really true that everybody has a OpenModelica release available (take Linux for example)
| | |       and an OPENMODELICALIBRARY=/path/to/ModelicaLibrary environment variable set.
| | |     - added a space in SimCodegen.mo :)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	README-BUILD-RELEASE.txt
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 650224ef2b9e41130e327106c61ece00410dedc7
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 16 17:10:20 2006 +0000
| | | 
| | |     renameClass does not visit read-only classes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit fab913a393ca2114cccfcfd8ea1405afda6f51fe
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 16 08:26:12 2006 +0000
| | | 
| | |     Fixed bug in renameComponent. Now used partialInstClassIn, which is much faster.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit ac2082253ac6c345a0b234f318f0761f3e3fc427
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 14 01:35:45 2006 +0000
| | | 
| | |     fixes for BUG 115: http://bug.modelicacommunity.org/show_bug.cgi?id=115
| | |     model X end Y; now reports a parse error!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit d5ad55ddef6b0b9f3545757d7bc4723239656fcb
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 14 01:35:15 2006 +0000
| | | 
| | |     fixes for BUG 115: http://bug.modelicacommunity.org/show_bug.cgi?id=115
| | |     model X end Y; now reports a parse error!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | 
| | * commit 0bfea108f0a973fa342ae20e96d80609f0623503
| | | Author: Adrian Pop 
| | | Date:   Mon Nov 13 03:44:03 2006 +0000
| | | 
| | |     I did some changes to the OpenModelica SVN in order to speed up MDT a bit.
| | |     Interactive.mo:
| | |     ---------------
| | |     - Changed SYMBOLTABLE, added loadedFiles:
| | |       Fixed all the sources that used
| | |       SYMBOLTABLE: Ceval.mo, Main.mo
| | |     
| | |     - I moved all the constants at the end of the Interactive.mo
| | |       to Constants.mo and fixed the makefiles to deal with the new
| | |       Constants package.
| | |     
| | |     System.mo:
| | |     ----------
| | |     - added getFileModificationTime
| | |       + used for checking if a file about to be loaded
| | |         by "loadFileInteractiveQualified" was modified
| | |         since it was loaded. This is used to ensure that
| | |         a file is not loaded more times than needed.
| | |     - added getCurrentTime
| | |       + is used to populate:
| | |         Interactive.FILE.loadTime
| | |     
| | |     Constants.mo
| | |     ------------
| | |     - Moved all the constants from Interactive.mo to this new package.
| | |     - fixed makefiles
| | |     
| | |     General
| | |     -------
| | |     - added external-rml.c to the rmlRuntime.vcproj
| | |       + provides ifExp, stringEqual and stringCompare
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | A	Compiler/Constants.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.w32
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 812ed43961f2aa27e74a97f0bd2583226ed38f51
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 10 16:23:44 2006 +0000
| | | 
| | |     - Linux part fixes for corbaimpl.cpp
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | 
| | * commit 490ed213eade421df8b0859d05ccea68d7b3e0b0
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 10 16:14:08 2006 +0000
| | | 
| | |     - fixes for daeext.cpp (VC2005 compiled version doesn't crash anymore)
| | |       i went for the longer version with push_back(0) as
| | |       resize(nvars) could interfere with mmc backtracking.
| | |     - made it clear in the Corba part what message is sent
| | |       and what message is received. This seems to fix crash
| | |       problems with VC2005 compiled omc IF we move to mico2.3.12.
| | |       With mico2.3.11 it still crashes. I believe the problem is
| | |       in mico2.3.11.
| | |     - added ==& MetaModelica operator to the grammar
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit 78243c65809f6a1a7d84c780e546650b303912bd
| | | Author: Peter Aronsson 
| | | Date:   Fri Nov 10 08:52:15 2006 +0000
| | | 
| | |     Removed old printing functions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit f4d2d10120a84d5bef0f7e4693064d10ac03f520
| | | Author: Peter Aronsson 
| | | Date:   Fri Nov 10 08:51:36 2006 +0000
| | | 
| | |     Added better errormessage to checkModel
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit fc30e712cd126e1a16dbac734adb506ed497b4c3
| | | Author: Peter Aronsson 
| | | Date:   Fri Nov 10 08:50:56 2006 +0000
| | | 
| | |     Added setEliminationLevel, to control degree of alg. var elimination interactively.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 22301f5dfb3ba2614795dd8cd08b95d0b43e6c4b
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 8 10:11:05 2006 +0000
| | | 
| | |     Added error message for no function found.
| | |     Added EXTRA_SIMOBJS to Makefile.omdev.mingw
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 67d98dfb877d37ec7032423631fe9f773fe26bad
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 7 08:37:58 2006 +0000
| | | 
| | |     - allowed a normal Modelica comment after the case.
| | |       Example: case (z,y) "Some comment here"
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 453ba5902a92390a3457782e67553e16b4345601
| | | Author: Adrian Pop 
| | | Date:   Sun Nov 5 13:38:23 2006 +0000
| | | 
| | |     - Absyn.CLASS.restricion -> Absyn.CLASS.restriction
| | |     - fixed more of MetaModelica parsing: x::y = expression; should be allowed.
| | |     - fixed flat parsing by returning std::string instead of void* from flat_subscript
| | |     - fixed ExternalLibraries.mos from testsuite by returning quoting the result of getErrorString
| | |       with " when is called in Interactive.mo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 465c732086699987b9a4a0abb1729409a3b21bd0
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 2 09:56:06 2006 +0000
| | | 
| | |     +& added to PLUS, needed as MetaModelica stringAppend operator
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit 5033135125c84e0bc65deaf77506ea6226f3db63
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 2 07:51:54 2006 +0000
| | | 
| | |     - cases can have empty patterns
| | |     - fixes DAELow.mo so empty pattern () was replaced by _
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit eb09eb8ac8198294475d9e80cb927f8d79767a6a
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 2 07:17:12 2006 +0000
| | | 
| | |     - replaceable type Type_x; is now replaceable type Type_x subtypeof Any;
| | |     - The ALG_ASSIGN_TUPLE is gone! use ALG_ASSIGN(exp, exp) instead and check if first exp is Absyn.TUPLE
| | |     - MetaModelica parsing now works.
| | |     - all the tests (except those already failing) are working.
| | |     - a new OMDev is required to be able to compile this: http://www.ida.liu.se/~adrpo/omc/omdev/mingw
| | |     - in order to get the compiler out of infinite loop some changes were made to SCode.mo
| | |     - changes to modelica and flat_modelica parser and lexer were made.
| | |     - imports were changed, I removed to OpenModelica.Compiler from them to make MDT completion work.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Makefile.w32
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Parser.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TaskGraphExt.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 4905100c6e8ab011a0b553b25778634e3b33c728
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 26 12:13:23 2006 +0000
| | | 
| | |     Redesigned vectorization of variables. Now has extra argument to elabExp to control this. See instEquation on EQ_EQUALS. (affects array equations)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 34ae2b03fc21a012851c2d7333dd08a3bf6c5a05
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 24 13:43:13 2006 +0000
| | | 
| | |     Fixed bug in index reduction (states for state selection only considered states in current differentiated equations, not all marked equations)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit d6fb48c0130046d9d1e7e722d1431b6af3c3225c
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 24 11:13:40 2006 +0000
| | | 
| | |     Large integer literals (> 31 bits) are converted to Real literals.
| | |     Added testcase for flat parsing (more needed later on).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 8c092d8b8bce6b79ba2006b36ae98394d047d556
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 19 09:26:55 2006 +0000
| | | 
| | |     Fixed bug in traverseExp.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 8e9fc2b696796007186a4444a49f28ecf31fb81e
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 19 06:40:41 2006 +0000
| | | 
| | |     Added compiler option +e=level where level is 0,1 or 2, indicating the degree of elimination of algebraic equations (0 -none, 1 -partial, 2-full)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 152b87be4734808f9e93dbf018983ffa04cdcf44
| | | Author: Peter Aronsson 
| | | Date:   Wed Oct 18 09:23:34 2006 +0000
| | | 
| | |     Added extrapolation of variable trajectories as starting values for nonlinear equation systems. Required for solving nonlinear systems with multiple solutions, such as x^2-c =0 (Need to extrapolate to go from positive to negative solution)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit ef883927d4261182fcd74d3239ba9fc4bf415458
| | | Author: Adrian Pop 
| | | Date:   Sun Oct 15 01:33:40 2006 +0000
| | | 
| | |     petfr's changes to Absyn.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | 
| | * commit efb579bf2c88f1feda6c2059753d1abb34c1074d
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 12 23:31:44 2006 +0000
| | | 
| | |     Cosmetic changes to .mo files.
| | |     - changed all .rml to .mo
| | |     - changed all RML to MMC
| | |     - got rid of spaces between imports.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/Corba.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEEXT.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Graphviz.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Parser.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Print.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Socket.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TaskGraphExt.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 0aaa9dc43a388e96194953c98a864050b602d89c
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 12 23:27:16 2006 +0000
| | | 
| | |     - more MetaModelica additions
| | |       + added more expressions to handle MetaModelica code in Absyn.mo
| | |       + unified EQ_NORETCALL with ALG_NORETCALL and fixed the walker.g, Absyn.mo,
| | |         Debug.mo, Interactive.mo, SCode.mo to handle this change.
| | |         Now it EQ_NORETCALL looks like this:
| | |         record EQ_NORETCALL
| | |           ComponentRef functionName "functionName" ;
| | |           FunctionArgs functionArgs "functionArgs; fcalls without return value" ;
| | |         end EQ_NORETCALL;
| | |         Before it was Ident functionName;
| | |       + added more debugging within parse.cpp
| | |     - all tests go
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 25b1add4d335bd5611f7cf3207b721179075276d
| | | Author: Adrian Pop 
| | | Date:   Tue Oct 10 04:23:55 2006 +0000
| | | 
| | |     - fixed VC7 Debug configuration (needs new OMDev which contains mico2311 debug libs)
| | |       + wrote some debug makefiles for VC7
| | |       + i think is a good idea to run a debugging omc.exe
| | |         sometimes to figure out random crashes.
| | |     
| | |     - runtime/corbaimpl.cpp:
| | |       moved all the Corba variables from Corba__intialize to global ones
| | |       as when Corba__initialize returns sometimes omc crashes on variable delete.
| | |     
| | |     - some more includes into runtime files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/Makefile.debug.w32
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit e2ec917bed706703e7a3380f20865cb64340f11b
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 7 03:23:29 2006 +0000
| | | 
| | |     - fixed a small warning
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/socketimpl.c
| | | 
| | * commit 98a3eb3478a622cd0b94b883e3a1a8d91f6d7798
| | | Author: Adrian Pop 
| | | Date:   Sat Oct 7 02:27:52 2006 +0000
| | | 
| | |     - changed Makefiles to actually stop when an error happens
| | |     - added copyright to printimpl.c
| | |     - added some more includes for strlen, strcpy and malloc
| | |     - changed version number to 1.4.3 in settingsimpl.c
| | |     - changed version number, product code in Setup.vdproj
| | |     - changed the way MinGW and ModelicaLibrary are handled in the .msi release
| | |       now, they are packed like normal directories and files not exploded at
| | |       installation from mingw.tar.gz and ModelicaLib.tar.gz
| | |       I think this will fix some problems with the installation
| | |     - changed 1.4.2 to 1.4.3 into all .onb files
| | |     - wrote a small README-BUILD-RELEASE.txt on how to build a OpenModelica release
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/socketimpl.c
| | | M	Makefile.in
| | | A	README-BUILD-RELEASE.txt
| | | M	flat_modelica_parser/src/Makefile.in
| | | 
| | * commit 34de655c993006fcabccac6ffe885ddde2281786
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 6 22:53:30 2006 +0000
| | | 
| | |     replaced // with /* */ as some compilers crap on this
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 6abd6748d02196769ca1440fd0f9275d861e3430
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 6 22:34:29 2006 +0000
| | | 
| | |     - got rid of winruntime, now everything resides in runtime
| | |       and the implementation is different via compiler and OS flags
| | |     - changed so that System.writeFile uses
| | |       fwrite insead of fprintf as is way
| | |       faster and better.
| | |     - updated copyright to year 2006 and added it to most of the files.
| | |     - updated SG so that it doesn't talk on winruntime anymore
| | |     - updated the omc.snl project and runtime.vcproj to take files from runtime
| | |       instead of winruntime.
| | |     - changed winruntime to runtime anywhere I could find it.
| | |     - got rid of some warnings by casting the values to the needed type.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/Corba.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAEEXT.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Debug.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/ErrorExt.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Graphviz.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Parser.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Print.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Socket.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/TaskGraphExt.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/absyn_builder/yacclib.c
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/runtime/error_reporting.h
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/omc_communication_impl.h
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/socketimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | D	Compiler/winruntime/ErrorMessage.cpp
| | | D	Compiler/winruntime/ErrorMessage.hpp
| | | D	Compiler/winruntime/cacheimpl.cpp
| | | D	Compiler/winruntime/corbaimpl.cpp
| | | D	Compiler/winruntime/daeext.cpp
| | | D	Compiler/winruntime/errorext.cpp
| | | D	Compiler/winruntime/errorext.h
| | | D	Compiler/winruntime/omc_communication.cc
| | | D	Compiler/winruntime/omc_communication.h
| | | D	Compiler/winruntime/omc_communication_impl.cpp
| | | D	Compiler/winruntime/omc_communication_impl.h
| | | D	Compiler/winruntime/printimpl.c
| | | D	Compiler/winruntime/ptolemyio.cpp
| | | D	Compiler/winruntime/rtopts.c
| | | D	Compiler/winruntime/settingsimpl.c
| | | D	Compiler/winruntime/socketimpl.c
| | | D	Compiler/winruntime/systemimpl.c
| | | M	c_runtime/Makefile
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 9c3fe3d0dcc0cdd04ab6c2062138386f6460d755
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 6 13:07:00 2006 +0000
| | | 
| | |     Fixed bug with pendulum example (see Pendulum.mo) (linear equation system rhs was wrong due to not sufficient Exp.terms implementation. Now uses Exp.allTerms instead)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 8f8a242c428729d1f85018884bcc7862fe5f80f7
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 6 06:38:57 2006 +0000
| | | 
| | |     Forgot to remove temporary code before checkin.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit bf5bb20890750c46cab750ab0322b014d273aa2a
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 6 06:37:50 2006 +0000
| | | 
| | |     Fixed bug in cross. Added testexample in matrices.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 36560073e896674c483462e36639cb95b23550b7
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 5 09:50:48 2006 +0000
| | | 
| | |     Added builtin cross function (elabBuiltinCross)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit b4a30683636744f28ae623c5e270ffb5942604f2
| | | Author: Adrian Pop 
| | | Date:   Thu Oct 5 03:15:12 2006 +0000
| | | 
| | |     - Changes to AST to handle MetaModelica.
| | |     - Added TypeSpec with:
| | |       + TPATH (path, Oprion)
| | |       + TCOMPLEX(path, list, Option)
| | |     - Only TPATH is used by the Modelica parser right now
| | |     - fixed the ANTLR warning about string_comment returning a value
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/DumpGraphviz.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/VarTransform.mo
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 58e1b193a56e71b24b2de0c6d0ed60da28c07cec
| | | Author: Peter Aronsson 
| | | Date:   Sun Oct 1 14:10:40 2006 +0000
| | | 
| | |     Fixed bug in initialization. initial_residual only contains equations that solves for continuous time variables.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 447fae774ba814d6a11bad303bd98d3a6fdda7b6
| | | Author: Peter Aronsson 
| | | Date:   Sat Sep 30 13:46:58 2006 +0000
| | | 
| | |     Fixed bug with Initialization, see simualtion3.mos (InitTest.mo) and Test3PhaseSystemTotal.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit a3dd5811d08e7c236dfae892b09600f942432095
| | | Author: Peter Aronsson 
| | | Date:   Sat Sep 30 06:58:53 2006 +0000
| | | 
| | |     Fixed bug with cardinality, See Gear.mo.
| | |     Now Gear and Gear2 in TestModels.mo works, see rotationalgears.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit cb5d5185e9dff607f432887938a413bd39b88505
| | | Author: Peter Aronsson 
| | | Date:   Thu Sep 28 15:09:18 2006 +0000
| | | 
| | |     Fixed bug with start value for arrays in DAELow
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit f487f5e4170f87815c2a83d7d143138bb1fdbe03
| | | Author: Peter Aronsson 
| | | Date:   Thu Sep 28 12:27:17 2006 +0000
| | | 
| | |     Flat Modelica parser now allows crap at the end of file which is produced by some Modelica tools.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | 
| | * commit 4bb6f1bd6f78b076d8429a85a8626687db70f40c
| | | Author: Peter Aronsson 
| | | Date:   Thu Sep 28 06:43:52 2006 +0000
| | | 
| | |     Fixed bug with input variables on top level, see InputOutput.mo tested in simulation3.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit f56192ab80a79a259d0689d6d3030e2b8ea61077
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 27 14:51:02 2006 +0000
| | | 
| | |     Added transforming equations in Absyn to use flat CREFs as in Flat Modelica parser.
| | |     Fixed bug in flatparsing in walker.g for windows (missing strdup)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 336c3359e94fed70f2dacd045973df9300eb0b62
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 26 10:51:02 2006 +0000
| | | 
| | |     Fixed bug with flat modelica parsing. Now parses Real x.y=1.0;
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 785154e182f5544f68999bc15ac170803175c052
| | | Author: Peter Aronsson 
| | | Date:   Mon Sep 25 14:23:19 2006 +0000
| | | 
| | |     Removed commented code.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 66cd146a7c4ee6e740092e6e5142c1d32e43e0e2
| | | Author: Peter Aronsson 
| | | Date:   Mon Sep 25 13:09:54 2006 +0000
| | | 
| | |     Added extra argument to buildModel and simulate: storeInTemp=false. To store all files in Settings.getTempDirectoryPath(), set this variable to true.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 01246e41b4c801500adc5bb7925cf78eafcdcab1
| | | Author: Peter Aronsson 
| | | Date:   Mon Sep 25 07:11:18 2006 +0000
| | | 
| | |     Fixed bugs in mixed system. LossyGearDemo1 now working, see simulation3.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/settingsimpl.c
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit c7cdc8460394d74799795ca37b1771eb663bbf4b
| | | Author: Peter Aronsson 
| | | Date:   Thu Sep 21 09:10:52 2006 +0000
| | | 
| | |     Fixed flat_modelica_parser which didn't work at all. It now works partly. Still problem with modificiation in tree walker.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.mo
| | | M	Compiler/absyn_builder/walker.g
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 3528e30ad9c56f4478e696df5b47ddb5830b4ccf
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 20 13:40:56 2006 +0000
| | | 
| | |     Added rudimentary boolean functions to c_runtime.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | 
| | * commit 2e821319db4229c2c3208d8c4b28a07a8f847bf3
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 20 07:51:42 2006 +0000
| | | 
| | |     Fixed bug with default values for funcion calls. They are now added to the expression argument list so correct C-code can be generated.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.mo
| | | 
| | * commit 73175f512c417ae08bbc919bb72ca51a3145f0d8
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 20 06:33:17 2006 +0000
| | | 
| | |     Fixed bugs with wrong Exp.Type in Exp.CAST expressions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit e85dc73556a982052abae70c2df3362c1ecea00b
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 19 13:19:07 2006 +0000
| | | 
| | |     - reverted the changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit 8e1dbf0f8de9b62d9d0af9cd19ea47e75a6d477e
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 19 12:35:10 2006 +0000
| | | 
| | |     update of dependencies
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.w32
| | | 
| | * commit 4843a21aa3873b64c1cdf9a620dd0af482f12934
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 19 12:34:22 2006 +0000
| | | 
| | |     Makefile changes to mirror the changes made by Peter A to
| | |     Makefile.omdev.mingw
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit 4aed02e4b55c82c6ff75a8a8de458bed2d67b302
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 19 11:38:18 2006 +0000
| | | 
| | |     Equations containing function calls returning vectors are now handled as array equations.
| | |     sum(v) and sum(A) are now symbolically expanded.
| | |     WhatDoesNotWork.html is updated with missing operators in 3.4.3.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 33347a592143f536df45f6f369b9cc04085b4cbe
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 19 07:16:37 2006 +0000
| | | 
| | |     Added more type information to Exp.Exp, required to be able to generate correct code.
| | |     Added some missing impl. in c_runtime. Still much to do here.
| | |     Fixed bug with BouncingBallExamples.mos
| | |     Fixed bug with eliminating top level input and output variables.
| | |     RO attribute to Absyn.INFO now read from status of file. renameComponent now skips RO classes.
| | |     Temporary fixed Test3PhaseSystem initialization. Still bugs with propagation of fixed attribute.
| | |     Fixed several bugs with simplify returning expressions with wrong operators e.g. scalar ADD_ARR scalar.
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 94328d0bff24230c30c4a026df15a6c101a09d92
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 19 06:03:40 2006 +0000
| | | 
| | |     - fixed step numbering in the README-WIN32.txt
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-WIN32.txt
| | | 
| | * commit 983fae96b623843efb4656869645ea318461afce
| | | Author: Adrian Pop 
| | | Date:   Tue Sep 19 05:44:49 2006 +0000
| | | 
| | |     - fixed the MSVC projects and makefiles to use OMDev binaries compiled with MSVC
| | |     - updated the win32 readme: README-WIN32.txt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.sig.w32
| | | M	Compiler/Makefile.w32
| | | M	README-OMDev-MINGW.txt
| | | M	README-WIN32.txt
| | | 
| | * commit 501a5b16fbd4aa8428504c9b97da728b6523fdd9
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 18 11:20:11 2006 +0000
| | | 
| | |     - small update to the README-WIN32.txt.
| | |     - released rml-mmc-2.3.6 to make VC7 work
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-WIN32.txt
| | | 
| | * commit 767a31de4a30f6525b3d06d98e99cafbaea4f823
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 13 12:10:07 2006 +0000
| | | 
| | |     Improved solving nonlinear systems. Now tries with several different factors and retries with different starting points if not successful.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit c1f1ccf3c02086efdca1411cf585d9e77194d6b7
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 13 08:01:09 2006 +0000
| | | 
| | |     Implemented simple checkModel, returns string with number of variables and number of equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit d36b059fcac25fef14dece8281cafd357be88c94
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 13 07:09:48 2006 +0000
| | | 
| | |     Fixed bug with initialization (alg. vars fixed)
| | |     Fixed bug with simplification of arrays resulting in wrong operators.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit d765be7ec95a5f4b2c9a3048731b7c42a9d35924
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 12 15:41:16 2006 +0000
| | | 
| | |     Fixed bug with differentiating exp (HelloWorld).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit 08d3ee85a31019dd4b6812da0b2e9c1568519c91
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 12 11:57:55 2006 +0000
| | | 
| | |     Added RO flag in INFO attribute.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit af81815e32ec1cdfccb2d1610b402bd865be86e4
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 12 11:56:10 2006 +0000
| | | 
| | |     Fixed bug in promote_integer_array(done by Kaj)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/integer_array.c
| | | 
| | * commit 588567e6c7998891c80bfda700727f763dc4fe08
| | | Author: Adrian Pop 
| | | Date:   Mon Sep 11 01:08:44 2006 +0000
| | | 
| | |     - fixes by Peter F. to UG, DrModelica, omc_helptext.txt
| | |     - fixes by Anders Sandholm to val(name, time)
| | |     - addition of the BouncingBallExamples.mo/mos to the testsuite
| | |       so that this example is sure not to fail in the future (now fails)
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 910a26044969a0c166d95345a24d2b81dd66ce63
| | | Author: Adrian Pop 
| | | Date:   Sun Sep 10 05:32:52 2006 +0000
| | | 
| | |     fixes parts of bug 99:
| | |     http://bug.modelicacommunity.org/show_bug.cgi?id=99
| | |     I added to modelica.h:
| | |      typedef modelica_real sample_rettype;
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit 92ddcaf31d5fac36e36fd655a45ad020b4bacd0b
| | | Author: Adrian Pop 
| | | Date:   Sun Sep 10 04:25:08 2006 +0000
| | | 
| | |     fixed bug 97
| | |     http://bug.modelicacommunity.org/show_bug.cgi?id=97
| | |     implemented elseif within if expression by constructing
| | |     IFEXPs within else part.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit d0834b098a0ce16440a21ee8f7c3a79ea09754a8
| | | Author: Adrian Pop 
| | | Date:   Sun Sep 10 03:19:32 2006 +0000
| | | 
| | |     Fixed bug 72:
| | |     http://bug.modelicacommunity.org/show_bug.cgi?id=72
| | |     within_clause did not check for null name_path in walker.g.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 097dbbefcabdd9315a5b45f134a0c33de4460fa6
| | | Author: Adrian Pop 
| | | Date:   Sat Sep 2 21:39:09 2006 +0000
| | | 
| | |     - last 1.4.2 commit
| | |       + DrModelica, UG, ModelQueryAPIexamples.onb updates
| | |       + val(var_name, time) implementation from Anders Sandholm
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/System.mo
| | | M	Compiler/Values.mo
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 1bdf5501d3b7b750f4d7bc6da58984336c321bde
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 31 18:43:19 2006 +0000
| | | 
| | |     Fixed bug in event handling (edge used for checking changes in event. This was changed to 'change')
| | |     Removed check of final in modifier since it gave errors even though correct Modelica code.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Mod.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 67f585b0bd83446be98d976690a3692fa1873b41
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 31 12:47:04 2006 +0000
| | | 
| | |     Fixed bugs in mixed systems. It is now a quick fix.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 2ede31746c0e41b3d205f25b35131b5dd70ec111
| | | Author: x02danhe 
| | | Date:   Thu Aug 31 08:58:57 2006 +0000
| | | 
| | |     Fixed a bug with unparsing of logical binary operators. Parenthesis are no longer lost around expressions with operators of lower precedence.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | 
| | * commit 6b7ede752f5d810bfb1fbdf486cb5bd90910bd5e
| | | Author: Peter Fritzson 
| | | Date:   Thu Aug 31 08:27:07 2006 +0000
| | | 
| | |     test by petfr
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-WIN32.txt
| | | 
| | * commit f10070269a815ce836cdaf4585a3ac317b125cad
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 30 09:06:56 2006 +0000
| | | 
| | |     Fixed bug in splitting a mixed system into its discrete and continuous part.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 7015578107c9cdc8ee6fff430972b0e8ed67e908
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 30 06:24:49 2006 +0000
| | | 
| | |     Added comment why derivative of if expression must be allowed even though it is non-existent.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.mo
| | | 
| | * commit 13b8be179dc213510959e537004a76d427b29974
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 29 16:00:12 2006 +0000
| | | 
| | |     Fixed bugs in mixed system of equations (see simulation3.mos and BearingFrictionTest.mo)
| | |     Fixed bug with missing events at initialization (see also BearingFrictionTest.mo)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 562bc4e4f6ede42be676ff04745f8bba0970d67a
| | | Author: Adrian Pop 
| | | Date:   Sun Aug 27 20:30:10 2006 +0000
| | | 
| | |     - new stuff val(variable, time) - which is not implemented yet
| | |     - new SG and UG
| | |     - new file ModelQueryAPIexamples.onb
| | |     - new UsersGuideExamples.onb
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 73f9344f511ee30dc5ca70b9be9c7ab33a1ae151
| | | Author: Adrian Pop 
| | | Date:   Sun Aug 27 19:38:35 2006 +0000
| | | 
| | |     - more fixing
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit b7fdaf790596afa544cdfce876c38213f12a5519
| | | Author: Adrian Pop 
| | | Date:   Sun Aug 27 19:34:16 2006 +0000
| | | 
| | |     - fixed a small mistake
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | 
| | * commit 79de7eab9970ab7329576b6b50a5a278a48e54f7
| | | Author: Adrian Pop 
| | | Date:   Sun Aug 27 19:29:14 2006 +0000
| | | 
| | |     - updated runtime and winruntime to be a bit closer
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 85d73635e734b7af5545c2cbedfd60fd6b2835ca
| | | Author: Adrian Pop 
| | | Date:   Sun Aug 27 17:37:22 2006 +0000
| | | 
| | |     - fixed some Linux stuff
| | |     - fixed the API to return Modelica compatible syntax
| | |     - fixed the API testsuite/mosfiles/loadFileInteractiveQualified.mos
| | |     - added stdlib.h include to ExtObj.c
| | |     - removed more unnecesarry files within mosfiles/ExtObj.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 5be5cb99cca17dd189f6c0112d65383fd12cae0e
| | | Author: Peter Aronsson 
| | | Date:   Sun Aug 27 07:06:33 2006 +0000
| | | 
| | |     Fixed bug with overwriting of equations. Changed testcases Shadow1.mo and Overwriting2.mo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit 23925b9fc5f80f6ea609501e66dcc695b649a1b1
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 25 13:40:17 2006 +0000
| | | 
| | |     Fixed bug with connect(a.b[1],c.d), i.e. using arrays in connectors. See mofiles/Connect15.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 122558eb1fcd67d15b02698e07be8d1fa91d6c3c
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 25 09:03:34 2006 +0000
| | | 
| | |     Fixed bug in event handling for e.g. initial(). See BooleanModel.mo
| | |     Fixed bug with discrete equations not having zero crossings not being calculated.
| | |     Fixed bug with getNthConnection on connector on form a.b[1], see mosfiles/interactive_api_classes.mos.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit ba7ec9b32e2f2988848a1a9099943c354ee777c0
| | | Author: Adrian Pop 
| | | Date:   Thu Aug 24 14:38:23 2006 +0000
| | | 
| | |     Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | M	README-WIN32.txt
| | | M	pde/DomainExternalSolverPackage/paths.bat
| | | M	pde/DomainExternalSolverPackage/paths.sh
| | | 
| | * commit 9e49dc276ab2a787c6aeed49bdca30bacedde791
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 24 09:40:57 2006 +0000
| | | 
| | |     Fixed bug with missing delete for A and b arrays for linear equation systems.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/matrix.h
| | | 
| | * commit b93a43f9a56aafda27ffd9ebe9e9a41a290443e9
| | | Author: David Broman 
| | | Date:   Wed Aug 23 19:56:50 2006 +0000
| | | 
| | |     Added support for for-statements in the interactive environment.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Values.mo
| | | 
| | * commit e40c62cce1f1cdec51999a9fd7d6c04cdfff1a9f
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 23 16:11:03 2006 +0000
| | | 
| | |     Fixed bugs with Test3PhaseSystem and initialization of this model. See mofiles/Test3PhaseSystems.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Main.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 9932e8caaf113594c5760bccd7d277d411cb9f36
| | | Author: Kaj Nyström 
| | | Date:   Tue Aug 22 13:04:39 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/scripts/Compile.bat
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/real_array.c
| | | A	tools/Makefile.in
| | | 
| | * commit 5d6b8f9809e801321452e87ead8a0349da6974c3
| | | Author: David Broman 
| | | Date:   Tue Aug 22 11:09:24 2006 +0000
| | | 
| | |     Solved the problem with integer overflows. Now, a value is converted to a real dynamically in the interactive environment, if integer operations overflows. This is not the ideal solution. A much better solution would be to have BIG-INTEGERS. However, this is not part of the Modelica specification (2.2) and requires much more work.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Values.mo
| | | 
| | * commit c1cd99018e5b99708d0214938a33cc59fce618c1
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 22 07:27:07 2006 +0000
| | | 
| | |     Fixed bug with trapezoid voltage source (used in e.g. NandGate). See simulation3.mos.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 16e767d6c91295f7df87c13464512e2b82adbfed
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 18 14:59:05 2006 +0000
| | | 
| | |     Minor changes.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 967903525fd0dcc8724793ffe81cfeae355c9ea6
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 18 14:49:24 2006 +0000
| | | 
| | |     Fixed bug with whitespace in OPENMODELICAHOME path in compileModel.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit dc47506c7e7628c77c38fe777e60f137e22c6404
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 18 14:46:17 2006 +0000
| | | 
| | |     Fixed small index bug in building string MODELICAPATH=dir
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit d6206d1204546d69941bea821bcddfb2675c7552
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 18 12:22:23 2006 +0000
| | | 
| | |     Changed compile script to take OPENMODELICAHOME as argument. Needed for applications where OPENMODELICAHOME is not set.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 0261fe9eef3d92cb6aafbd86b0ba21b722522833
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 18 12:04:50 2006 +0000
| | | 
| | |     Fixed bugs with the OPENMODELICAHOME variable. MathModelica now works without having this variable and OpenModelica works with it. This means that it is now possible to have both installed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 259de82eb2e9b16d41bf6811fd7bcaeb595470d0
| | | Author: Kaj Nyström 
| | | Date:   Thu Aug 17 15:12:11 2006 +0000
| | | 
| | |     Fixed bug 671
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 7af46bd9764d9bd54f24fa89768aac076fa5a0d4
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 17 12:24:44 2006 +0000
| | | 
| | |     New implementation of removeSimpleEquations2. Now handles a=-b and a=constant equations. Also redesigned to reduce code size.
| | |     Added some verbose information to simulation_runtime.cpp (printed when using -v)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit a07171e9780da58cae6faa2a4d576fc1fb4fabf7
| | | Author: Adrian Pop 
| | | Date:   Tue Aug 15 12:00:21 2006 +0000
| | | 
| | |     moving towards 1.4.2
| | |     - updated Uninstall.bat
| | |     - updated the product code, product name, etc
| | |     - made getVersionNr return 1.4.2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit 1b881032f25880ba4d518ee2803e4d7454a84cab
| | | Author: Peter Aronsson 
| | | Date:   Mon Aug 14 07:02:59 2006 +0000
| | | 
| | |     Redesigned VarTransform to allow replacement of variables with expressions, i.e. a -> b+c.
| | |     This allows elimination of more equations, like a = -b (which also has been added to DAELow)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit d00f675cb7d2a23a7c05bf5434a0d63686957761
| | | Author: Adrian Pop 
| | | Date:   Sun Aug 13 18:55:53 2006 +0000
| | | 
| | |     - Linux has no "_putenv", changed to putenv in settingsimpl.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit ef105a830c91cfa5b96e950050b3ed0b94e69825
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 9 11:29:30 2006 +0000
| | | 
| | |     Fixed bug with multile declarations, see testsuite/mofiles/MultipleDeclarations2.mo (mc bug  655)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Builtin.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit cb5f12f134bc459585048463135ca9ab6ae28c2b
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 8 08:12:25 2006 +0000
| | | 
| | |     Fixed bug with evaluating e.g. cos(0)/2 (due to Exp.simplify (MC bug 656)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit ce2d8ad0fd2dd93df6c4c52c883bc1b0a8c7bae2
| | | Author: x02lucpo 
| | | Date:   Mon Jul 24 06:22:21 2006 +0000
| | | 
| | |     commented some code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit c24aae50fc470b7efc2a2c8b2cab1688fed6c392
| | | Author: x02lucpo 
| | | Date:   Fri Jul 21 16:19:40 2006 +0000
| | | 
| | |     made the function Setting.setInstallationDirectoryPath to use putenv("OPENMODELICAHOME="
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit a126f52d7163348218f18708ac0244932e9f59f0
| | | Author: x02lucpo 
| | | Date:   Thu Jul 20 07:03:51 2006 +0000
| | | 
| | |     added getTempDirectoryPath to interactive functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit d686febdc76556a6de8b6e9ac1ed1a45f90fb6e3
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 19 11:57:10 2006 +0000
| | | 
| | |     Fixed bug in simplify of cos(0) * cos(0)  (MC bug 654)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit baaa784b68dc8bbc5614b1456ee049e370398015
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 19 11:10:01 2006 +0000
| | | 
| | |     Changed modelica_string_t from struct to char* to make more similar to other builtin types.
| | |     Added alias variables of external objects.
| | |     Array equations now supported in non-linear systems.
| | |     sign is now rewritten to if-expression.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/VarTransform.mo
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 28a1895011a8b70cb836f35feeb0d35f16656202
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 19 11:08:04 2006 +0000
| | | 
| | |     Fixed bug in listUnion. Now makes union in both sub-lists as well.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit 4904496bf239f709b99d56261e1ba7822b9bdf7d
| | | Author: x02lucpo 
| | | Date:   Fri Jul 14 08:04:39 2006 +0000
| | | 
| | |     added DATA_STRING stringVaribles to handle the stringvaribles for generated code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 0e787230689bd86f227543af03d5fc5f9b7dae64
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 12 09:05:20 2006 +0000
| | | 
| | |     Fixed bug with subscripts, see mofiles/SubScript2.mo.
| | |     Fixed bug in Exp.simplify for vector op scalar expressions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit cc5a6a85d69b5c46dc3cee01643d862b3ab48baa
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 11 14:10:16 2006 +0000
| | | 
| | |     Fixed better error message when failing to connect variables of inconsistent types.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit b8cf2271fcf5f04b77752e5476b3a932211caf0d
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 11 11:49:19 2006 +0000
| | | 
| | |     Fixed bug with connectors extending basictype and matrix concatenation (MC bug #643). See mosfiles/Extends4.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 3305ab64008f90b28c23e8d9470d6a020999e42b
| | | Author: Peter Aronsson 
| | | Date:   Mon Jul 10 09:42:56 2006 +0000
| | | 
| | |     Fixed bug with connectors extending basictype and matrix multiplication (MC bug #643).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 6385b7ad77675127e150b7f9f0da23bfad006eef
| | | Author: x02lucpo 
| | | Date:   Mon Jul 10 08:35:04 2006 +0000
| | | 
| | |     moved getVersion from interactive to ceval
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 3424a4308949c24910e29d9e9016c0c841e58d2e
| | | Author: Peter Aronsson 
| | | Date:   Fri Jul 7 13:56:36 2006 +0000
| | | 
| | |     Fixed bug with Strings, Integers and Booleans in connectors. (MC bug 499) mofiles/Connect14.mo
| | |     Also added Connect13.mo for connectors containing arrays.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | 
| | * commit cd4c59c089e29de7080ffae5088c3418e1074602
| | | Author: Peter Aronsson 
| | | Date:   Fri Jul 7 06:28:54 2006 +0000
| | | 
| | |     Fixed stack overflow bug in mofiles/DependsRecursive.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit 27385ecd7cdd6f0d9fa8dc162a1120056fa67391
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 6 14:27:14 2006 +0000
| | | 
| | |     Fixed bug with lookup of constants in packages (infinite recursion, mofiles/Constant10.mo)
| | |     Fixed bug which allows to write parameters or variables in packages (mofiles/Constan09.mo)
| | |     Fixed bug with floor and ceil. (Should return Integer not Real, mofiles/Constant3.mo)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit cb80de6b1f02f547f491e99af0ed902ddb7d9216
| | | Author: x02lucpo 
| | | Date:   Thu Jul 6 12:30:29 2006 +0000
| | | 
| | |     corrected diagonal_real_array and diagonal_integer_array
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/real_array.c
| | | 
| | * commit 1d22022bee4969523e4f35bcdc81e29205ccaf2b
| | | Author: x02lucpo 
| | | Date:   Thu Jul 6 09:26:42 2006 +0000
| | | 
| | |     added EXTRA_SIMOBJ to compilation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit 693922f2ff7a2e3adfa579347745e513ac48f44a
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 6 08:30:28 2006 +0000
| | | 
| | |     Fixed bug with function argument having same name as function. See testcase mofiles/Function10.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit bf014d516512e31c00bb34bae1336aa59d5db0f1
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 4 09:26:34 2006 +0000
| | | 
| | |     Fixed bug with multiple declarations, see testsuite/mofiles/MultipleDeclarations.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 5c9298357d59afac0ed413d64a5ef9b4ca8c7579
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 29 13:54:47 2006 +0000
| | | 
| | |     Fixed bug with infinite recursion in lookup. See packages2.mo in testsuite.
| | |     Cleaned up lookup code a bit.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	c_runtime/modelica.h
| | | 
| | * commit a4539e4dee1f29cec7ba1183355c7fa1cf04d624
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 27 12:30:58 2006 +0000
| | | 
| | |     partly fixed bug #105 (1 and 2).
| | |     Fixed bug with looking up external object.
| | |     Fixed bug with sign bultin function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 5c8b937da9493c879a5e5a6d50e5840b36556828
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 27 09:52:14 2006 +0000
| | | 
| | |     Changed interactive commands such as simulate, buildModel, etc, evaluated in Ceval to use automatic quoting (changed to Code AST construct).
| | |     
| | |     Fixed bugs in cache implementation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 0c7ba6184aa85bc5de5f85fce61beebb7d699f4f
| | | Author: Peter Aronsson 
| | | Date:   Wed Jun 21 09:49:15 2006 +0000
| | | 
| | |     Fixed bugs with external object and new impl. on strings.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit dcdb4c31ea37000fa1676eabb7d24ddab9e9d642
| | | Author: x02lucpo 
| | | Date:   Fri Jun 16 13:27:39 2006 +0000
| | | 
| | |     partial implemented parameters and algebraic string handling
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Dump.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 303029fe706f9abea8d38b7dc42e567594d1acf9
| | | Author: x02lucpo 
| | | Date:   Thu Jun 15 09:05:53 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 3944c4b3a1221c7913500747e4074f632c46541f
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 13 14:11:12 2006 +0000
| | | 
| | |     Fixed bug in lookup of constants in packages throuh inherited classes.
| | |     Partly fixed bug in array equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | 
| | * commit dd08d14b71cb8b0fae1a6af53c5dfaaf0b821254
| | | Author: x02lucpo 
| | | Date:   Mon Jun 12 15:29:34 2006 +0000
| | | 
| | |     implemented -s settings.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit b68dd149c9480e935b8290eaa3350417b5d6d9c4
| | | Author: Peter Aronsson 
| | | Date:   Mon Jun 12 09:39:37 2006 +0000
| | | 
| | |     Moved getVersionNr function to Settings.mo
| | |     Fixed ExtObj.mos testcase (added missing file)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/runtime/settingsimpl.c
| | | 
| | * commit 98ae67f316c1b3a2e8b17c6a7024c75d249dffba
| | | Author: Peter Aronsson 
| | | Date:   Mon Jun 12 07:37:53 2006 +0000
| | | 
| | |     Fixed bug with algorithm sections (algorithm.mos)
| | |     Fixed bug with non-linear equations (simulation2.mos)
| | |     Implemented getVersion() interactive call.
| | |     Implemented omc.exe ++version or ++v returns version number.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/RTOpts.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Util.mo
| | | M	Compiler/runtime/rtopts.c
| | | 
| | * commit 83d3601449f187ba70b65a03584f81c05668a9d0
| | | Author: x02lucpo 
| | | Date:   Thu Jun 8 09:00:58 2006 +0000
| | | 
| | |     made things compile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 66be264a2c6185631b0d287a5df328d99877d745
| | | Author: Peter Aronsson 
| | | Date:   Wed Jun 7 20:18:49 2006 +0000
| | | 
| | |     Added cache to almost all functions that has something to do with lookup and instantiation. Packages with constants now translates much faster.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Connect.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 5eb8e60b140e443c0280f9917a44573d8dafb86a
| | | Author: x02lucpo 
| | | Date:   Wed Jun 7 12:52:53 2006 +0000
| | | 
| | |     changed implementation of Static.elabBuiltinSum to handle also sum(3.0)
| | |     this generates an warning
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit ae53bfeaed215ad158061464bff7f12700d79cbe
| | | Author: x02lucpo 
| | | Date:   Fri Jun 2 13:56:25 2006 +0000
| | | 
| | |     added
| | |     public function dumpDAELowEqnList
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit b6d8ee2ac61b2ea6df2f448d29f2bd2de097ad59
| | | Author: x02lucpo 
| | | Date:   Thu Jun 1 13:35:46 2006 +0000
| | | 
| | |     added so that subscripts with param are evaluated to value
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Error.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 25d0c02c61e8d10d57f684cbcdf386ac12108475
| | | Author: x02lucpo 
| | | Date:   Thu Jun 1 07:11:26 2006 +0000
| | | 
| | |     corrected an error in symplify: x+x+x+x+x (integers) became 5.0*x which made subscripts with exp not working. now it returns 5*x
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | M	Compiler/Exp.mo
| | | 
| | * commit 34a0616238c04d7fb6e2262f861ff921257774c7
| | | Author: Peter Aronsson 
| | | Date:   Fri May 26 10:07:29 2006 +0000
| | | 
| | |     External declaration annotation can now be given with semicolon between the annotation and the declaration.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SCode.mo
| | | 
| | * commit a7a90ef48c21f918f39f2b31082fc2db7cd6c847
| | | Author: Peter Aronsson 
| | | Date:   Fri May 26 07:50:57 2006 +0000
| | | 
| | |     Fixed more bugs with set/getExtendsModifierValue and getExtendsModifierNames.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 61fd0dcc1d398fe970891d7052af719ffc8a32c9
| | | Author: Peter Aronsson 
| | | Date:   Wed May 24 12:29:10 2006 +0000
| | | 
| | |     Fixed bug with get/setExtendsModifierValue (MC bug 598)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 6dbe0070a7f1fc498b02f1124c5a4c905d6fe83c
| | | Author: Adrian Pop 
| | | Date:   Tue May 23 16:58:38 2006 +0000
| | | 
| | |     - fixed:
| | |       SimCodegen.c(15717) : fatal error C1061: compiler limit : blocks nested too deeply
| | |     - the function:
| | |       generateInitializeDeinitializationDataStruc
| | |       was SF, common!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit 997dec6d6a1f08e48a8071f8aa0d41ef03d61829
| | | Author: Peter Aronsson 
| | | Date:   Tue May 23 13:10:52 2006 +0000
| | | 
| | |     Implemented External Objects, testcase mosfiles/ExtObj.mos.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Main.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 93053ff739fb3966f39325455817a3853a6164f3
| | | Author: x02lucpo 
| | | Date:   Tue May 23 09:21:59 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.mo
| | | 
| | * commit a4ed1ad4336a7b9a08c55f74cc9f9217ae753703
| | | Author: x02lucpo 
| | | Date:   Fri May 19 12:00:41 2006 +0000
| | | 
| | |     added isRealParam and isNonRealParam
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | 
| | * commit 956fbdb8ea3580dcbed23fa40f549b513c6d52fb
| | | Author: x02lucpo 
| | | Date:   Thu May 18 12:02:52 2006 +0000
| | | 
| | |     corrected an error on ASUB simplify
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit 9ab5b25798b70e9f26594eea2188003e685bf677
| | | Author: x02lucpo 
| | | Date:   Wed May 17 12:36:49 2006 +0000
| | | 
| | |     corrected a bug that made compilation fail
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Lookup.mo
| | | 
| | * commit 79d6e05e8bac6a4f884094e88a3b10c8d220a63b
| | | Author: x02lucpo 
| | | Date:   Wed May 17 09:24:56 2006 +0000
| | | 
| | |     corrected a bug concerning the " constant Real Coeff[3]={-5,-5,-5};"
| | |     this could not be instatiated because Coeff[2] could not be found
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit 0c13278948ca7468082f4983bc02a71c89eb78d6
| | | Author: Peter Aronsson 
| | | Date:   Mon May 15 10:26:35 2006 +0000
| | | 
| | |     Fixed additional bugs for get and setModifierValue (MC bug #592)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit ac72319040e28bcfbf7f89012ea7cad13e0f26ed
| | | Author: Peter Aronsson 
| | | Date:   Mon May 15 08:10:28 2006 +0000
| | | 
| | |     Fixed MC bug #592: setComponentModifierValue, Removing "outer" modifiers messes up modification.
| | |     Fixed bug in Derive (implemented differentiation of sin and cos in differentiateExpTime.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Exp.mo
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 7d57dc99474d2f963f6dcb731113189cc49147fa
| | | Author: Adrian Pop 
| | | Date:   Mon May 15 05:33:16 2006 +0000
| | | 
| | |     - fixed a bug in systemimpl.c that caused an endless loop in System.stringReplace
| | |     - fixed the OMShell code to compile on Unix (added OMShell.pro)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit e886df8f7a249fe25afbac837cebfbe293d16e0d
| | | Author: Adrian Pop 
| | | Date:   Mon May 15 04:49:25 2006 +0000
| | | 
| | |     - free() in the Linux version.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 24575b502b0dd05c95ace336303f081573bcf812
| | | Author: Adrian Pop 
| | | Date:   Mon May 15 00:43:03 2006 +0000
| | | 
| | |     Updated the XML part with the latest version of ModelicaXML and FlatModelicaXML
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	tools/xml/flatmodelicaxml/FlatModelicaLexer.cpp
| | | A	tools/xml/flatmodelicaxml/FlatModelicaLexer.hpp
| | | A	tools/xml/flatmodelicaxml/FlatModelicaXML.cpp
| | | A	tools/xml/flatmodelicaxml/FlatModelicaXML.vcproj
| | | A	tools/xml/flatmodelicaxml/FlatModelicaXml.h
| | | A	tools/xml/flatmodelicaxml/Makefile
| | | A	tools/xml/flatmodelicaxml/ModelicaXMLUtilities.cpp
| | | A	tools/xml/flatmodelicaxml/ModelicaXMLUtilities.hpp
| | | A	tools/xml/flatmodelicaxml/MyAST.h
| | | A	tools/xml/flatmodelicaxml/flat_modelica_lexer.cpp
| | | A	tools/xml/flatmodelicaxml/flat_modelica_lexer.g
| | | A	tools/xml/flatmodelicaxml/flat_modelica_lexer.hpp
| | | A	tools/xml/flatmodelicaxml/flat_modelica_parser.cpp
| | | A	tools/xml/flatmodelicaxml/flat_modelica_parser.g
| | | A	tools/xml/flatmodelicaxml/flat_modelica_parser.hpp
| | | A	tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.hpp
| | | A	tools/xml/flatmodelicaxml/flat_modelica_parserTokenTypes.txt
| | | A	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.cpp
| | | A	tools/xml/flatmodelicaxml/flat_modelica_tree_parser.hpp
| | | A	tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.hpp
| | | A	tools/xml/flatmodelicaxml/flat_modelica_tree_parserTokenTypes.txt
| | | A	tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.hpp
| | | A	tools/xml/flatmodelicaxml/flatmodelicaTokenTypes.txt
| | | A	tools/xml/flatmodelicaxml/parse_tree_dumper.cpp
| | | A	tools/xml/flatmodelicaxml/parse_tree_dumper.hpp
| | | A	tools/xml/flatmodelicaxml/test.cpp
| | | A	tools/xml/flatmodelicaxml/walker.g
| | | A	tools/xml/modelicaxml/Makefile
| | | A	tools/xml/modelicaxml/Makefile_parser
| | | A	tools/xml/modelicaxml/ModelicaXML.cpp
| | | A	tools/xml/modelicaxml/ModelicaXML.sln
| | | A	tools/xml/modelicaxml/ModelicaXML.vcproj
| | | A	tools/xml/modelicaxml/ModelicaXMLUtilities.cpp
| | | A	tools/xml/modelicaxml/ModelicaXMLUtilities.hpp
| | | A	tools/xml/modelicaxml/ModelicaXml.h
| | | A	tools/xml/modelicaxml/MyAST.h
| | | A	tools/xml/modelicaxml/dirwalk.cpp
| | | A	tools/xml/modelicaxml/dirwalk.h
| | | A	tools/xml/modelicaxml/modelicaTokenTypes.hpp
| | | A	tools/xml/modelicaxml/modelicaTokenTypes.txt
| | | A	tools/xml/modelicaxml/modelica_lexer.cpp
| | | A	tools/xml/modelicaxml/modelica_lexer.g
| | | A	tools/xml/modelicaxml/modelica_lexer.hpp
| | | A	tools/xml/modelicaxml/modelica_parser.cpp
| | | A	tools/xml/modelicaxml/modelica_parser.g
| | | A	tools/xml/modelicaxml/modelica_parser.hpp
| | | A	tools/xml/modelicaxml/modelica_parserTokenTypes.hpp
| | | A	tools/xml/modelicaxml/modelica_parserTokenTypes.txt
| | | A	tools/xml/modelicaxml/modelica_tree_parser.cpp
| | | A	tools/xml/modelicaxml/modelica_tree_parser.hpp
| | | A	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.hpp
| | | A	tools/xml/modelicaxml/modelica_tree_parserTokenTypes.txt
| | | A	tools/xml/modelicaxml/modelicaxml-v2.dtd
| | | A	tools/xml/modelicaxml/parse_tree_dumper.cpp
| | | A	tools/xml/modelicaxml/parse_tree_dumper.hpp
| | | A	tools/xml/modelicaxml/test.cpp
| | | A	tools/xml/modelicaxml/token_names.cpp
| | | A	tools/xml/modelicaxml/token_names.hpp
| | | A	tools/xml/modelicaxml/walker.g
| | | A	tools/xml/older/xml.tar.bz2
| | | 
| | * commit a4ac4c3d711960aa78ece222db65375fe96268db
| | | Author: Adrian Pop 
| | | Date:   Mon May 15 00:39:18 2006 +0000
| | | 
| | |     removed this old ModelicaXML version
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	tools/xml/Makefile
| | | D	tools/xml/Makefile_parser
| | | D	tools/xml/ModelicaXML.cpp
| | | D	tools/xml/ModelicaXML.sln
| | | D	tools/xml/ModelicaXML.vcproj
| | | D	tools/xml/ModelicaXMLUtilities.cpp
| | | D	tools/xml/ModelicaXMLUtilities.hpp
| | | D	tools/xml/MyAST.h
| | | D	tools/xml/README.txt
| | | D	tools/xml/cygwin/Makefile
| | | D	tools/xml/cygwin/Makefile_parser
| | | D	tools/xml/grammar/modelica-2.1.grammar.txt
| | | D	tools/xml/modelicaTokenTypes.hpp
| | | D	tools/xml/modelicaTokenTypes.txt
| | | D	tools/xml/modelica_lexer.cpp
| | | D	tools/xml/modelica_lexer.g
| | | D	tools/xml/modelica_lexer.hpp
| | | D	tools/xml/modelica_parser.cpp
| | | D	tools/xml/modelica_parser.g
| | | D	tools/xml/modelica_parser.hpp
| | | D	tools/xml/modelica_parserTokenTypes.hpp
| | | D	tools/xml/modelica_parserTokenTypes.txt
| | | D	tools/xml/modelica_tree_parser.cpp
| | | D	tools/xml/modelica_tree_parser.hpp
| | | D	tools/xml/modelica_tree_parserTokenTypes.hpp
| | | D	tools/xml/modelica_tree_parserTokenTypes.txt
| | | D	tools/xml/modelicaxml-v2.dtd
| | | D	tools/xml/modelicaxml-v2.html
| | | D	tools/xml/modelicaxml.h
| | | D	tools/xml/parse_tree_dumper.cpp
| | | D	tools/xml/parse_tree_dumper.hpp
| | | D	tools/xml/setmodelicapaths.source.cygwin
| | | D	tools/xml/setmodelicapaths.source.linux
| | | D	tools/xml/test.cpp
| | | D	tools/xml/test/body.mo
| | | D	tools/xml/test/body.mo.xml
| | | D	tools/xml/test/output.txt
| | | D	tools/xml/test/test.bat
| | | D	tools/xml/test/test.sh
| | | D	tools/xml/test/test.txt
| | | D	tools/xml/token_names.cpp
| | | D	tools/xml/token_names.hpp
| | | D	tools/xml/walker.g
| | | 
| | * commit 2b5cce6b8a64c9db88a551b3fd7b6d17346d544b
| | | Author: Adrian Pop 
| | | Date:   Sun May 14 09:38:43 2006 +0000
| | | 
| | |     Fixes due to refactoring of component names in Exp.mo records
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.mo
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Codegen.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Mod.mo
| | | M	Compiler/ModUtil.mo
| | | M	Compiler/Prefix.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/TaskGraph.mo
| | | M	Compiler/Types.mo
| | | M	Compiler/VarTransform.mo
| | | 
| | * commit 3ef8adb014d31ac694ac3a34179bcfba5ec0036f
| | | Author: Adrian Pop 
| | | Date:   Sun May 14 07:20:30 2006 +0000
| | | 
| | |     Fixed these bugs:
| | |      http://bug.modelicacommunity.org/show_bug.cgi?id=91
| | |       => the expression was not printed right: UMINUS(_, (n-1)) was printed (-n-1) instead of -(n-1)
| | |      http://bug.modelicacommunity.org/show_bug.cgi?id=92
| | |       => 1+(1/y)^2 put the compiler in infinite loop
| | |      These triggered modifications of 2 models from testsuite as the simplification is not the same now:
| | |       => testsuite/mofiles/drmodelica/VanDerPol.mo
| | |       => testsuite/mofiles/msl/Gear.mo
| | |     
| | |     Also replaced all the record components with BETTER names in Exp.mo and Static.mo
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit c041dbf69e07cb68c16e6e0c3b12a4f110e5e203
| | | Author: Peter Aronsson 
| | | Date:   Fri May 12 10:46:56 2006 +0000
| | | 
| | |     Fixed so PATH is extended, not reset by Compile.bat
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit db398d4e21e80b7fcb9c181b71a8b846e14305f3
| | | Author: Peter Aronsson 
| | | Date:   Fri May 12 08:44:20 2006 +0000
| | | 
| | |     Fixed bug in getExtendsModifierNames.
| | |     Added testcase NamedArguments.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 175e9345053967016c728c7f8d7746e4ffbf46c4
| | | Author: Adrian Pop 
| | | Date:   Fri May 12 00:55:23 2006 +0000
| | | 
| | |     - fixed plotParametric(x, y) instead of plotParametric({x, y})
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 5423acfc152b3e1d68eeba566822d636d6719e30
| | | Author: Adrian Pop 
| | | Date:   Thu May 11 22:01:01 2006 +0000
| | | 
| | |     - erased omc_interactive_api.txt text and replaced with a reference to the Users Guide
| | |     - fixed a small mistake in the debug/Makefile.in
| | |     - replaced the OpenModelicaSystem.* files with the new versions from Peter F. hacked a little by me
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | 
| | * commit 257625340f17293571947625b1bd2c56f4971c7b
| | | Author: Adrian Pop 
| | | Date:   Thu May 11 15:17:31 2006 +0000
| | | 
| | |     - got rid of .nb files from windows Setup.vdproj
| | |     - added Switch.mo to the Setup.vdproj
| | |     - moved all non-overlapping models from testmodels/*.mo to Examples/*.mo
| | |       + preparing to delete Setup/testmodels/
| | |     - moved UsersGuideExamples.onb from testmodels/ to Examples/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Examples/HelloWorld.mo
| | | A	Examples/Influenza.mo
| | | A	Examples/Switch.mo
| | | A	Examples/sim_Influenza.mos
| | | 
| | * commit 2d4c3704c39cabcb44f988f3dc97f9c4a06e4dac
| | | Author: Peter Aronsson 
| | | Date:   Thu May 11 12:52:52 2006 +0000
| | | 
| | |     Fixed MC bug #590
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 38c7c4fe31d11913c8f6329b0549a6c082d024d1
| | | Author: Peter Aronsson 
| | | Date:   Thu May 11 12:22:00 2006 +0000
| | | 
| | |     Fixed MC bug #589
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 72a449e7c5cc871f351e09b3c77bb0a13321eaf1
| | | Author: Peter Aronsson 
| | | Date:   Thu May 11 11:46:49 2006 +0000
| | | 
| | |     Fixed MC bug #588
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit 6be39ae47a9fc2d7f48768a20923d44ac47e75fd
| | | Author: Peter Aronsson 
| | | Date:   Thu May 11 10:47:44 2006 +0000
| | | 
| | |     Fixed bug with unconnected flow variables. Fixed MC bug #572.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/Interactive.mo
| | | 
| | * commit aa933ea0c4cb39a40772ef1012ae93403ec49a80
| | | Author: Adrian Pop 
| | | Date:   Sat May 6 00:48:12 2006 +0000
| | | 
| | |     - fixed for Linux!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit 43889112d5cc4637ba3735d7ada7bdd6c75c1b92
| | | Author: Adrian Pop 
| | | Date:   Sat May 6 00:45:34 2006 +0000
| | | 
| | |     - fixes for Linux!
| | |     - please don't use makefile.mingw in the Makefile as it breaks on Linux, instead, used make -f Makefile.omdev.mingw
| | |     - changed also in build_mingw_libs.bat to use Makefile.omdev.mingw!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/build_mingw_libs.bat
| | | 
| | * commit 55c6fd670c279c60b9cbae1dd5c209242278ccce
| | | Author: x02lucpo 
| | | Date:   Fri May 5 13:33:02 2006 +0000
| | | 
| | |     added double vector with residuals in the DATA struc
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 4fb215d1e09a5f0ae3aac0a6dcb930fb089b4c69
| | | Author: x02lucpo 
| | | Date:   Fri May 5 09:15:12 2006 +0000
| | | 
| | |     commented some code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit f57765f4107f4ec41d2045aaa901d1a2c5fc36b5
| | | Author: x02lucpo 
| | | Date:   Thu May 4 15:26:57 2006 +0000
| | | 
| | |     change the generated code to use one structure for simulation data
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/DAELow.mo
| | | M	Compiler/SimCodegen.mo
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 18266c691bb88f8eff6274181eb5b78e3110e213
| | | Author: Peter Aronsson 
| | | Date:   Thu May 4 14:34:40 2006 +0000
| | | 
| | |     Fixed bug with arrays in flow variables in connectors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.mo
| | | M	Compiler/Inst.mo
| | | 
| | * commit f6bc54654adae5974d32d8fc087fde3f15d9c6e0
| | | Author: Peter Aronsson 
| | | Date:   Wed May 3 16:51:47 2006 +0000
| | | 
| | |     Partly implemented support for ExternalObject.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassInf.mo
| | | M	Compiler/DAE.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | M	Compiler/Types.mo
| | | 
| | * commit 7eec58061997a5a08a881746caa365edc881c5c6
| | | Author: x02lucpo 
| | | Date:   Wed May 3 13:54:31 2006 +0000
| | | 
| | |     added a rawStringToInputstring for changing from \\ to \ and \" to "
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Util.mo
| | | 
| | * commit b6b34115f4c7950126bd6575e537e2867abb5711
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 25 12:05:37 2006 +0000
| | | 
| | |     Fixed bug in lookup of classes from inside functions. Cleaned up some comments.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Env.mo
| | | M	Compiler/Error.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 53544943d6f260b1295ba2d76fd780cdd6bf71d5
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 25 05:35:44 2006 +0000
| | | 
| | |     - fixed some 'end ident' that did not match 'function ident'
| | |     - there is not testsuite/mosfiles/Constant7.mo so I changed Constant7.mo to Constant6.mo in testsuite/mofiles/Makefile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Settings.mo
| | | M	Compiler/System.mo
| | | 
| | * commit 0b51b0bfc988c1dafbcfa67b92ccebc63e666c9b
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 24 10:36:27 2006 +0000
| | | 
| | |     Speeded up instantiation by changing implicit instantiation of functions. Before it instantiated whole function, now when performing lookup, only class definition of function is added to environment. Also fixed minor bug with echo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Lookup.mo
| | | M	Compiler/SCode.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/Static.mo
| | | 
| | * commit 4b4c358c006b8046a589316da070ac6fd95589f5
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 24 06:52:36 2006 +0000
| | | 
| | |     Implemented getDocumentationAnnotation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.mo
| | | 
| | * commit a886acd0531c94d54f022a0a8ca12e3c8a6b377c
| | | Author: x02lucpo 
| | | Date:   Thu Apr 20 14:21:45 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | 
| | * commit b12b42f1edb337076c5fc44a0d688b8c5705c7eb
| | | Author: x02lucpo 
| | | Date:   Thu Apr 20 14:18:38 2006 +0000
| | | 
| | |     Changed build_mingw_libs.bat to use omdev-mingw
| | |     Ceval are using Settings.mo setEcho to use echo
| | |     removed some prints in ClassLoader.mo
| | |     Interactive.mo are using Settings.mo for echo
| | |     System has how strncmp to optimize things
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.mo
| | | M	Compiler/ClassLoader.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/Settings.mo
| | | M	Compiler/System.mo
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | M	c_runtime/build_mingw_libs.bat
| | | 
| | * commit 5a6fc7cbabe29832ef22311677e0b026e9f12c8e
| | | Author: Adrian Pop 
| | | Date:   Thu Apr 20 11:37:16 2006 +0000
| | | 
| | |     - corrected to: end varDiscreteAttrInt; to get rid of the warning.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.mo
| | | 
| | * commit f6c8a529808000c79f95a97f6760c373e041a20e
| | | Author: x02lucpo 
| | | Date:   Wed Apr 19 07:24:08 2006 +0000
| | | 
| | |     Change to compiling with mingw
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit ae7544c857e45092faa7bf1fb2bf489cafad1afc
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 18 08:03:43 2006 +0000
| | | 
| | |     Minor fixes. Moved list function to interactive to speed up model editor.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.mo
| | | M	Compiler/Derive.mo
| | | M	Compiler/Inst.mo
| | | M	Compiler/Interactive.mo
| | | M	Compiler/SimCodegen.mo
| | | M	Compiler/System.mo
| | | 
| | * commit f0f5a3559e9925689195ddb9af77b48a7c56f597
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 18 05:04:14 2006 +0000
| | | 
| | |     - conform to Modelica grammar unary operators has to be enclosed in ( -x ) if they appear in the right side of an binary operator
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.mo
| | | 
| | * commit f5bdf7d433fb6b1a0dbfa92b5cf3d99c7f25d115
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 11 23:29:21 2006 +0000
| | | 
| | |     - optimizations and update of product code in Uninstall.bat
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.w32
| | | 
| | * commit fad417616158f43b2649d83280811fa535c16088
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 11 18:01:48 2006 +0000
| | | 
| | |     - updates so no OMC_BUILD_FROM is used. Also got rid of all the .rml compilation section.
| | |     - small updates to readmes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | M	README-WIN32.txt
| | | 
| | * commit 07abe6d2cc5866f977c5f034d80cddf78ca18793
| | | Author: Adrian Pop 
| | | Date:   Mon Apr 10 22:05:51 2006 +0000
| | | 
| | |     fixed a small mistake.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | 
| | * commit 12f5b4506fcd3126eae6fefac0ce6742248f13f1
| | | Author: Adrian Pop 
| | | Date:   Mon Apr 10 21:55:28 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Makefile.in
| | | M	Compiler/Makefile.sig.w32
| | | M	Compiler/Makefile.w32
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit cc94a26b225486b08c9a9bcfce35ca1b6f9e93a7
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 10 08:32:51 2006 +0000
| | | 
| | |     Translated all RML files to MetaModelica.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/Absyn.mo
| | | D	Compiler/Absyn.rml
| | | A	Compiler/Algorithm.mo
| | | D	Compiler/Algorithm.rml
| | | A	Compiler/Builtin.mo
| | | D	Compiler/Builtin.rml
| | | A	Compiler/Ceval.mo
| | | D	Compiler/Ceval.rml
| | | A	Compiler/ClassInf.mo
| | | D	Compiler/ClassInf.rml
| | | A	Compiler/ClassLoader.mo
| | | D	Compiler/ClassLoader.rml
| | | A	Compiler/Codegen.mo
| | | D	Compiler/Codegen.rml
| | | A	Compiler/Connect.mo
| | | D	Compiler/Connect.rml
| | | R056	Compiler/ErrorExt.rml	Compiler/Corba.mo
| | | A	Compiler/DAE.mo
| | | D	Compiler/DAE.rml
| | | A	Compiler/DAEEXT.mo
| | | D	Compiler/DAEEXT.rml
| | | A	Compiler/DAELow.mo
| | | D	Compiler/DAELow.rml
| | | A	Compiler/Debug.mo
| | | D	Compiler/Debug.rml
| | | A	Compiler/Derive.mo
| | | D	Compiler/Derive.rml
| | | A	Compiler/Dump.mo
| | | D	Compiler/Dump.rml
| | | A	Compiler/DumpGraphviz.mo
| | | D	Compiler/DumpGraphviz.rml
| | | A	Compiler/Env.mo
| | | D	Compiler/Env.rml
| | | A	Compiler/Error.mo
| | | D	Compiler/Error.rml
| | | A	Compiler/ErrorExt.mo
| | | A	Compiler/Exp.mo
| | | D	Compiler/Exp.rml
| | | A	Compiler/Graphviz.mo
| | | D	Compiler/Graphviz.rml
| | | A	Compiler/Inst.mo
| | | D	Compiler/Inst.rml
| | | A	Compiler/Interactive.mo
| | | D	Compiler/Interactive.rml
| | | A	Compiler/Lookup.mo
| | | D	Compiler/Lookup.rml
| | | A	Compiler/Main.mo
| | | D	Compiler/Main.rml
| | | A	Compiler/Mod.mo
| | | D	Compiler/Mod.rml
| | | A	Compiler/ModUtil.mo
| | | D	Compiler/ModUtil.rml
| | | R052	Compiler/Print.rml	Compiler/Parser.mo
| | | A	Compiler/Prefix.mo
| | | D	Compiler/Prefix.rml
| | | R051	Compiler/Corba.rml	Compiler/Print.mo
| | | A	Compiler/RTOpts.mo
| | | D	Compiler/RTOpts.rml
| | | A	Compiler/SCode.mo
| | | D	Compiler/SCode.rml
| | | A	Compiler/Settings.mo
| | | D	Compiler/Settings.rml
| | | A	Compiler/SimCodegen.mo
| | | D	Compiler/SimCodegen.rml
| | | R051	Compiler/Parser.rml	Compiler/Socket.mo
| | | D	Compiler/Socket.rml
| | | A	Compiler/Static.mo
| | | D	Compiler/Static.rml
| | | A	Compiler/System.mo
| | | D	Compiler/System.rml
| | | A	Compiler/TaskGraph.mo
| | | D	Compiler/TaskGraph.rml
| | | A	Compiler/TaskGraphExt.mo
| | | D	Compiler/TaskGraphExt.rml
| | | A	Compiler/Types.mo
| | | D	Compiler/Types.rml
| | | A	Compiler/Util.mo
| | | D	Compiler/Util.rml
| | | A	Compiler/Values.mo
| | | D	Compiler/Values.rml
| | | A	Compiler/VarTransform.mo
| | | D	Compiler/VarTransform.rml
| | | 
| | * commit c524bd8d42808426eeac414b444e140db3714ee2
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 10 06:11:54 2006 +0000
| | | 
| | |     Deleted since autogenerated.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 33991003f9eaa6b8126580cb54554001642c72eb
| | | Author: Adrian Pop 
| | | Date:   Thu Apr 6 15:07:34 2006 +0000
| | | 
| | |     - changed in Derive.rml: SimCodeGen.rml -> SimCodegen.rml otherwise the compilation on Linux fails.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.rml
| | | 
| | * commit a2be60e3fe86d6c143df9658f188d2c7db1db73f
| | | Author: Adrian Pop 
| | | Date:   Thu Apr 6 13:17:14 2006 +0000
| | | 
| | |     - better instructions on how you can run the testsuite from Eclipse or MSYS terminal
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit a669d1d68439337dad98b2b6daa0c3c17b220afb
| | | Author: Adrian Pop 
| | | Date:   Thu Apr 6 10:38:15 2006 +0000
| | | 
| | |     - added instructions on MDT installation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 929cdb0bd663ee9a4477d361bece2cb2d12a0a0f
| | | Author: Adrian Pop 
| | | Date:   Thu Apr 6 10:28:13 2006 +0000
| | | 
| | |     updated instructions for compilation using OMDev-mingw package.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 1a5a9578cacb097de8dcf5b2c3e7c6907a8f6244
| | | Author: Adrian Pop 
| | | Date:   Thu Apr 6 01:17:03 2006 +0000
| | | 
| | |     - new project sample that has no modelica syntax checker builder.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	.project-sample
| | | 
| | * commit c3c21207c4821a4b9e1e76d99c168766d22dbc4b
| | | Author: Adrian Pop 
| | | Date:   Wed Apr 5 12:23:06 2006 +0000
| | | 
| | |     .project and .cdtproject samples to work with C/C++ perspective.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	.cdtproject-sample-cdt
| | | A	.project-sample-cdt
| | | 
| | * commit bacb4bb7ada96d47e9642634d8686791eb985109
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 4 11:01:44 2006 +0000
| | | 
| | |     Removed print message in get_pathed_class_in_program
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 79dc92c28afcbe6f4d49e77234d76b5007f18925
| | | Author: Adrian Pop 
| | | Date:   Tue Apr 4 04:20:26 2006 +0000
| | | 
| | |     - fixed so that pattern = arrayNth(arr, index); is dumped as:
| | |       pattern = arr[index + 1];
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/rml2mod/moddump.rml
| | | 
| | * commit 94805582080253562ec14e944bf44451cb83ad63
| | | Author: Adrian Pop 
| | | Date:   Mon Apr 3 13:30:02 2006 +0000
| | | 
| | |     - added more stack to the translator
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/rml2mmo/trall.sh
| | | 
| | * commit 65e70b1c713978e4a8f2499dc3c59fce9baa816f
| | | Author: Adrian Pop 
| | | Date:   Mon Apr 3 13:28:53 2006 +0000
| | | 
| | |     - fixed the (x => y) option problem in the translator
| | |     - fixed better escaping of rml comments to MetaModelica strings.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/rml2mod/Makefile
| | | M	tools/rml2mod/defs.h
| | | M	tools/rml2mod/external.c
| | | M	tools/rml2mod/external.rml
| | | M	tools/rml2mod/lexer.c
| | | M	tools/rml2mod/main.rml
| | | M	tools/rml2mod/rmltomod.rml
| | | 
| | * commit 1db0c7e2ef7a0ba61af277f39ef2fc76939e1d2f
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 3 07:31:37 2006 +0000
| | | 
| | |     Fixed bug in functionDAE_res. Now old values of derivatives are used as "guess" values.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 3a67029aadb6bbe7b7c7e5bb64e5137292781b49
| | | Author: Adrian Pop 
| | | Date:   Sat Apr 1 12:43:59 2006 +0000
| | | 
| | |     Small .rc modification.
| | |     Added some optimization flags to the compiler.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/OMCMonitor/OMCMonitor.aps
| | | M	tools/OMCMonitor/OMCMonitor.rc
| | | M	tools/OMCMonitor/OMCMonitor.vcproj
| | | 
| | * commit e3a8d5aa02d24240e84d73fa9edc3661d1cecc28
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 31 14:02:01 2006 +0000
| | | 
| | |     Added special case for pre in nonlinear residuals. The variable in pre should not be replaced in this case.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/VarTransform.rml
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 4cfc5d36876c1e3346132ed12eec2fefacad7d06
| | | Author: x02lucpo 
| | | Date:   Fri Mar 31 13:06:20 2006 +0000
| | | 
| | |     fixed a bug in load_file. Under windows the loading of packages could not handle filenames with "/" only with "\"
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.rml
| | | 
| | * commit b38a5bee3d3950d1ce2ad1505f4381750ea5a38f
| | | Author: x02lucpo 
| | | Date:   Fri Mar 31 08:12:54 2006 +0000
| | | 
| | |     change the name of some dummy-var from der_a.b.c to a.b.der(c)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | 
| | * commit 4e3d86d0583b758b4f55e00f411d61b4f700cd67
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 31 07:57:59 2006 +0000
| | | 
| | |     Fixed bug when giving integer values to startTime and stopTime.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Values.rml
| | | 
| | * commit 4e668759f18d4e6829a1310651884b4993f68cb3
| | | Author: x02lucpo 
| | | Date:   Thu Mar 30 14:20:40 2006 +0000
| | | 
| | |     fixed an error in generate_makefile
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit a30e1ac22dc600c42b4a6e0e98b855631f537b6e
| | | Author: x02lucpo 
| | | Date:   Thu Mar 30 11:50:56 2006 +0000
| | | 
| | |     changed the makefile to contain the path to dir of mo-file in include and libs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Util.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 66be270d80fd9d421ec09b98e00d2ed9f76f80f1
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 30 08:36:56 2006 +0000
| | | 
| | |     Fixed minor bugs for codegen of tempInterpol function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | 
| | * commit cc8cae62a647ac0ed26787096bc17334860492e3
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 30 07:03:54 2006 +0000
| | | 
| | |     Removed some print statements. Reverted luc change of der_x to der(x) in Variable name. Now uses der_x again. It did not work with defines to have parentheses.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit f22b6e76c69cda9de763714c4f2d16880ca43a43
| | | Author: x02lucpo 
| | | Date:   Wed Mar 29 15:10:24 2006 +0000
| | | 
| | |     changed the name of dummyder from der_a.b.c to a.b.der(c)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | 
| | * commit 36ff1af21bc0fb10b58088986616ab8ce078e4b5
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 29 13:03:52 2006 +0000
| | | 
| | |     Impl. support for Modelica.Math.tempInterpol1, including improved handling of arrays in simulation code.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Prefix.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/Types.rml
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit a08e39e804e53f081b56df90e99f2a55b9d05b55
| | | Author: x02lucpo 
| | | Date:   Wed Mar 29 11:19:51 2006 +0000
| | | 
| | |     corrected an error in rename_class
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit c69794a7b386aef8f85074a2e806d436a031ed72
| | | Author: Adrian Pop 
| | | Date:   Mon Mar 27 08:24:42 2006 +0000
| | | 
| | |     fixes local declaration when variables are actual val declarations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/rml2mod/rmltomod.rml
| | | 
| | * commit 4ff7f09e530c1df2622b347fef47c55a3520471f
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 25 20:00:31 2006 +0000
| | | 
| | |     added OMCMonitor to trunk/tools
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	tools/OMCMonitor/LICENSE.txt
| | | A	tools/OMCMonitor/OMCMonitor.aps
| | | A	tools/OMCMonitor/OMCMonitor.c
| | | A	tools/OMCMonitor/OMCMonitor.h
| | | A	tools/OMCMonitor/OMCMonitor.ico
| | | A	tools/OMCMonitor/OMCMonitor.rc
| | | A	tools/OMCMonitor/OMCMonitor.sln
| | | A	tools/OMCMonitor/OMCMonitor.vcproj
| | | A	tools/OMCMonitor/OMC_header.bmp
| | | A	tools/OMCMonitor/aprun.ico
| | | A	tools/OMCMonitor/apstop.ico
| | | A	tools/OMCMonitor/resource.h
| | | A	tools/OMCMonitor/srun.bmp
| | | A	tools/OMCMonitor/sstop.bmp
| | | 
| | * commit 60b94be9974a131fdbe095052f9b20f1134e0eed
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 25 15:59:50 2006 +0000
| | | 
| | |     Not needed, I will generate it again when we move to VC2005.
| | |     Adrian/
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/Makefile-VC8.w32
| | | 
| | * commit 6bc84925945174dd3246e0074d3e9c32bcd343b6
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 25 15:55:39 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-03-25
| | |     Quite some modifications to the setup project, the testsuite and RML to MetaModelica translator.
| | |     OMC Stuff:
| | |     ==========
| | |     - taken out WinMosh from the modeq.sln (not needed).
| | |     - fixed a new Uninstall.ico, i hated the one before.
| | |     - added a link to OpenModelica website in the user menu, an icon for the url, etc.
| | |     - added the converted DrModelica onb files to the Setup.vdproj.
| | |     - made all .mo and .mos files have LF ending, otherwise Perl does not do well when checking the test results.
| | |     
| | |     RML2METAMODELICA
| | |     ================
| | |     - fixed variable types in rml2mod/rmltomod.rml, now a lot of Function Types are better.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	tools/rml2mod/rml2mmod/rml2mmod.sln
| | | M	tools/rml2mod/rmltomod.rml
| | | 
| | * commit 908f26692a0f9470446fb5f46bbcba8458c0a76d
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 25 13:14:26 2006 +0000
| | | 
| | |     I fixed Codegen.generate_buitin_function to always use 'fabs' instead of 'abs', no matter what type
| | |     the argument has. I did some tests and it seems to work on any compiler.
| | |     All the tests go.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | 
| | * commit 471a0af01f2771c8909bae90ca9f4162de140968
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 24 10:24:13 2006 +0000
| | | 
| | |     Added testcases from MathCore testsuite.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit af61583108f16bbf03e9a33f0f440b592810b6ec
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 24 05:08:30 2006 +0000
| | | 
| | |     Fixed the imports as there are intermediate results from function calls
| | |     that require additional module imports. Please DO NOT TAKE THEM OUT.
| | |     
| | |     Made the rml2mod translator run ~50% faster.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/ModUtil.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/VarTransform.rml
| | | M	tools/rml2mod/rmltomod.rml
| | | 
| | * commit 13ea30956d3980dc53d423ca47d2deaaadf13705
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 23 14:14:49 2006 +0000
| | | 
| | |     Added better error messages when building. etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Error.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 9da670ca159b395dfc8fec62fe3b96f7a9bdcf07
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 22 15:21:50 2006 +0000
| | | 
| | |     As you can see here:
| | |     http://packages.ubuntulinux.org/cgi-bin/search_contents.pl?searchmode=filelist&word=libantlr-dev&version=breezy&arch=i386
| | |     on Ubuntu Linux the antlr is placed in:
| | |     /usr/include/antlr
| | |     /usr/lib
| | |     I added those in the search for ANTLR includes and libs.
| | |     I found this out while I was helping Dietmar Winkler
| | |     from TU-Berlin to install RML and OpenModelica on Ubuntu Linux.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | 
| | * commit 82f11e26beb23f748587bac5f6e2ab811a8c5289
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 21 16:01:10 2006 +0000
| | | 
| | |     Reverted errormessages in parse. Did not work in interactive.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.rml
| | | M	Compiler/absyn_builder/parse.cpp
| | | 
| | * commit 459cdb2a0f3221532f17350b345fe1c0e906b9ff
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 21 15:08:08 2006 +0000
| | | 
| | |     Added floor_rettype
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit 4ec3b9cdf200b0131ccb8450502e87b670623e22
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 21 13:44:52 2006 +0000
| | | 
| | |     Fixed bug in generating zero equations for unconnected connectors. Fixed so parsestring and parseexpstr now also use new error message impl.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Connect.rml
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/runtime/error_reporting.h
| | | 
| | * commit ad3e89a1fd65c3daf4f0f78e1a29a6bc0add35df
| | | Author: x02lucpo 
| | | Date:   Tue Mar 21 10:42:28 2006 +0000
| | | 
| | |     added executable file name to generate_init_data
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit d08deade696b6ff9dc63b45c1ae31fc0b1608433
| | | Author: Adrian Pop 
| | | Date:   Mon Mar 20 17:56:04 2006 +0000
| | | 
| | |     renamed to just have it as a guide
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R100	.project	.project-sample
| | | 
| | * commit 7cb6beb6b6a2656d62eea006cd9522553dff8997
| | | Author: Adrian Pop 
| | | Date:   Mon Mar 20 17:51:43 2006 +0000
| | | 
| | |     - edited the README-OMDev-MINGW.txt to change the way we handle .project and .externalToolBuilder/*.launch
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 8a63b4d9fc2df2b9a73d5dee95bce29719a1f927
| | | Author: x02lucpo 
| | | Date:   Mon Mar 20 12:50:16 2006 +0000
| | | 
| | |     optimized rename_class
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit ebfd2c97a5c673c96e77059a7981ec71a2ec7acd
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 20 12:20:50 2006 +0000
| | | 
| | |     Fixed bug in intialization.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 6db790fc9619c85dea8c1a6790b4e4f4fe40566f
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 20 11:14:21 2006 +0000
| | | 
| | |     Added function bound_parameters to codegen to be used together with new initialization routines.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit dc55b6163650348b23c5797fb1df2299a2465f0c
| | | Author: Adrian Pop 
| | | Date:   Mon Mar 20 06:39:15 2006 +0000
| | | 
| | |     small change
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README-OMDev-MINGW.txt
| | | 
| | * commit 6d316f2f2fdc4b985b063d38055ea7f891395b89
| | | Author: x02lucpo 
| | | Date:   Fri Mar 17 08:08:38 2006 +0000
| | | 
| | |     added some extra macros for facilitating adding new source-files and flags automatically
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit 94d37a2ae6f452ca627ac892a54613e60b8a771b
| | | Author: Adrian Pop 
| | | Date:   Thu Mar 16 09:42:49 2006 +0000
| | | 
| | |     small fixes to vc7 setup and winruntime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/winruntime/ErrorMessage.cpp
| | | M	Compiler/winruntime/ErrorMessage.hpp
| | | M	Compiler/winruntime/errorext.h
| | | 
| | * commit d3bbcb57020d1ad5ecb58c259438a4e0d33840eb
| | | Author: Adrian Pop 
| | | Date:   Thu Mar 16 08:29:19 2006 +0000
| | | 
| | |     undated to Java names all the names of the external relations!
| | |     please, if you add some other external relations do not use "_" in it
| | |     at least until we move to MetaModelica.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassInf.rml
| | | M	Compiler/ClassLoader.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Connect.rml
| | | M	Compiler/Corba.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAEEXT.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Debug.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Error.rml
| | | M	Compiler/ErrorExt.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/ExternalRMLDefines.h
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/ModUtil.rml
| | | M	Compiler/Prefix.rml
| | | M	Compiler/Print.rml
| | | M	Compiler/RTOpts.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/Settings.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/System.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/TaskGraphExt.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/Values.rml
| | | M	Compiler/modpar/TaskGraphExt.cpp
| | | M	Compiler/modpar/TaskGraphExt_stub.cpp
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/corbaimpl.cpp
| | | M	Compiler/winruntime/daeext.cpp
| | | M	Compiler/winruntime/errorext.cpp
| | | M	Compiler/winruntime/printimpl.c
| | | M	Compiler/winruntime/rtopts.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 7a8e3d99d9d829eceac6acff41baf21563ddf3c4
| | | Author: Adrian Pop 
| | | Date:   Thu Mar 16 00:19:53 2006 +0000
| | | 
| | |     created new project conform to MDT 0.6.0 and OMDev.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	.project
| | | 
| | * commit 91a1fb6a29f5e34422080586edec6c902836d1d5
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 15 08:50:47 2006 +0000
| | | 
| | |     small timing modifications
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/rml2sig/rmldep-new.sh
| | | 
| | * commit 0c5afe728132a26b0432629528b9225ffeea2067
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 14 17:14:51 2006 +0000
| | | 
| | |     - reverted the getClassInformation(name) API
| | |       to NOT return the class name
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 20b14ee69a46570c29d998d5b40fc5b89c61bf00
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 14 16:04:36 2006 +0000
| | | 
| | |     - fixed Interactive.rml - get_class_information, missing a \" before class name in the returned string.
| | |     - fixed omc_interactive_api.txt to agree with latest changes
| | |     - fixed interactive_api_attributes.mos to agree with latest changes
| | |     - fixed loadFileInteractiveQualified.mos to agree with latest changes
| | |     - small modification to OMDev related Makefile.omdev.mingw and rml2sig/rmldep-new.sh
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/rml2sig/rmldep-new.sh
| | | 
| | * commit 317532e1850ea923edc21485b79523dce586a1d7
| | | Author: x02lucpo 
| | | Date:   Tue Mar 14 11:59:30 2006 +0000
| | | 
| | |     changed get_class_information to return the name as second arg
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 791ef35b01e7e4a8691774945a8b3f674d67a4d4
| | | Author: Adrian Pop 
| | | Date:   Mon Mar 13 20:35:54 2006 +0000
| | | 
| | |     changes to:
| | |     - .project (removed the MDT builder) (uses OpenModelica as project root)
| | |     - builder OMDev-MINGW-OpenModelicaBuilder.launch (now builds from mo directly and has as OMDev path /c/OMdev)
| | |     - Makefile.omdev.mingw (don't copy serialization files are they are not generated, print the dependency generation time)
| | |     - rml2sig/rmldep-new.sh give some messages and generation time
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2211 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	.project
| | | M	Compiler/rml2sig/rmldep-new.sh
| | | 
| | * commit 9b0cb2fa524ce043cbeab88e551a60e156df48c4
| | | Author: Adrian Pop 
| | | Date:   Mon Mar 13 05:07:25 2006 +0000
| | | 
| | |     - removed unused imports from .rml files
| | |     - fixed rml2sig/rmldep-new.sh to dump .sig instead of .rsig
| | |     - fixed Makefile.omdev.mingw to not copy *.sig only *.srz to omc_debug and omc_release
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassInf.rml
| | | M	Compiler/ClassLoader.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Connect.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/DumpGraphviz.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/ModUtil.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/rml2sig/rmldep-new.sh
| | | 
| | * commit 69c5f153fc9481d645bd3d7fd8fa616680a91262
| | | Author: Adrian Pop 
| | | Date:   Sun Mar 12 22:55:25 2006 +0000
| | | 
| | |     Added VC8 for compiling OpenModelica with VC2005
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/Makefile-VC8.w32
| | | 
| | * commit b9d3341ca6677801032f256f67cb4450c9c68797
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 10 18:30:46 2006 +0000
| | | 
| | |     Removed after it was copied to
| | |     trunk/tools/rml2mod
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/yaccpar/.project
| | | D	Compiler/yaccpar/Makefile
| | | D	Compiler/yaccpar/absyn.rml
| | | D	Compiler/yaccpar/defs.h
| | | D	Compiler/yaccpar/dictionary.rml
| | | D	Compiler/yaccpar/external.c
| | | D	Compiler/yaccpar/external.rml
| | | D	Compiler/yaccpar/lexer.c
| | | D	Compiler/yaccpar/loadprogramdb.c
| | | D	Compiler/yaccpar/loadprogramdb.rml
| | | D	Compiler/yaccpar/lookup.rml
| | | D	Compiler/yaccpar/main.rml
| | | D	Compiler/yaccpar/moddump.rml
| | | D	Compiler/yaccpar/modrefactor.rml
| | | D	Compiler/yaccpar/modrefactortypes.rml
| | | D	Compiler/yaccpar/parser.y
| | | D	Compiler/yaccpar/print.rml
| | | D	Compiler/yaccpar/rml-db-parse.y
| | | D	Compiler/yaccpar/rml-db-scan.l
| | | D	Compiler/yaccpar/rml2mmod/rml2mmod.sln
| | | D	Compiler/yaccpar/rmldump.rml
| | | D	Compiler/yaccpar/rmlrefactor.rml
| | | D	Compiler/yaccpar/rmltomod.rml
| | | D	Compiler/yaccpar/scanparse.c
| | | D	Compiler/yaccpar/scanparse.rml
| | | D	Compiler/yaccpar/test.rml
| | | D	Compiler/yaccpar/test1.rml
| | | D	Compiler/yaccpar/test2.rml
| | | D	Compiler/yaccpar/util.rml
| | | D	Compiler/yaccpar/yacclib.c
| | | D	Compiler/yaccpar/yacclib.h
| | | 
| | * commit ed0ddc888b5023b922c64f5dad85384ce40ad4e3
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 10 18:29:48 2006 +0000
| | | 
| | |     relocated to trunk/tools/rml2mod
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	tools/rml2mod/.project
| | | A	tools/rml2mod/Makefile
| | | A	tools/rml2mod/absyn.rml
| | | A	tools/rml2mod/defs.h
| | | A	tools/rml2mod/dictionary.rml
| | | A	tools/rml2mod/external.c
| | | A	tools/rml2mod/external.rml
| | | A	tools/rml2mod/lexer.c
| | | A	tools/rml2mod/loadprogramdb.c
| | | A	tools/rml2mod/loadprogramdb.rml
| | | A	tools/rml2mod/lookup.rml
| | | A	tools/rml2mod/main.rml
| | | A	tools/rml2mod/moddump.rml
| | | A	tools/rml2mod/modrefactor.rml
| | | A	tools/rml2mod/modrefactortypes.rml
| | | A	tools/rml2mod/parser.y
| | | A	tools/rml2mod/print.rml
| | | A	tools/rml2mod/rml-db-parse.y
| | | A	tools/rml2mod/rml-db-scan.l
| | | A	tools/rml2mod/rml2mmod/rml2mmod.sln
| | | A	tools/rml2mod/rmldump.rml
| | | A	tools/rml2mod/rmlrefactor.rml
| | | A	tools/rml2mod/rmltomod.rml
| | | A	tools/rml2mod/scanparse.c
| | | A	tools/rml2mod/scanparse.rml
| | | A	tools/rml2mod/test.rml
| | | A	tools/rml2mod/test1.rml
| | | A	tools/rml2mod/test2.rml
| | | A	tools/rml2mod/util.rml
| | | A	tools/rml2mod/yacclib.c
| | | A	tools/rml2mod/yacclib.h
| | | 
| | * commit 25b6787669200fbc9acfe804beda74b4595ff26e
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 10 18:22:20 2006 +0000
| | | 
| | |     Adrian Pop:
| | |     - relocate "xml" directory to "tools"
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R100	xml/Makefile	tools/xml/Makefile
| | | R100	xml/Makefile_parser	tools/xml/Makefile_parser
| | | R100	xml/ModelicaXML.cpp	tools/xml/ModelicaXML.cpp
| | | R100	xml/ModelicaXML.sln	tools/xml/ModelicaXML.sln
| | | R100	xml/ModelicaXML.vcproj	tools/xml/ModelicaXML.vcproj
| | | R100	xml/ModelicaXMLUtilities.cpp	tools/xml/ModelicaXMLUtilities.cpp
| | | R100	xml/ModelicaXMLUtilities.hpp	tools/xml/ModelicaXMLUtilities.hpp
| | | R100	xml/MyAST.h	tools/xml/MyAST.h
| | | R100	xml/README.txt	tools/xml/README.txt
| | | R100	xml/cygwin/Makefile	tools/xml/cygwin/Makefile
| | | R100	xml/cygwin/Makefile_parser	tools/xml/cygwin/Makefile_parser
| | | R100	xml/grammar/modelica-2.1.grammar.txt	tools/xml/grammar/modelica-2.1.grammar.txt
| | | R100	xml/modelicaTokenTypes.hpp	tools/xml/modelicaTokenTypes.hpp
| | | R100	xml/modelicaTokenTypes.txt	tools/xml/modelicaTokenTypes.txt
| | | R100	xml/modelica_lexer.cpp	tools/xml/modelica_lexer.cpp
| | | R100	xml/modelica_lexer.g	tools/xml/modelica_lexer.g
| | | R100	xml/modelica_lexer.hpp	tools/xml/modelica_lexer.hpp
| | | R100	xml/modelica_parser.cpp	tools/xml/modelica_parser.cpp
| | | R100	xml/modelica_parser.g	tools/xml/modelica_parser.g
| | | R100	xml/modelica_parser.hpp	tools/xml/modelica_parser.hpp
| | | R100	xml/modelica_parserTokenTypes.hpp	tools/xml/modelica_parserTokenTypes.hpp
| | | R100	xml/modelica_parserTokenTypes.txt	tools/xml/modelica_parserTokenTypes.txt
| | | R100	xml/modelica_tree_parser.cpp	tools/xml/modelica_tree_parser.cpp
| | | R100	xml/modelica_tree_parser.hpp	tools/xml/modelica_tree_parser.hpp
| | | R100	xml/modelica_tree_parserTokenTypes.hpp	tools/xml/modelica_tree_parserTokenTypes.hpp
| | | R100	xml/modelica_tree_parserTokenTypes.txt	tools/xml/modelica_tree_parserTokenTypes.txt
| | | R100	xml/modelicaxml-v2.dtd	tools/xml/modelicaxml-v2.dtd
| | | R100	xml/modelicaxml-v2.html	tools/xml/modelicaxml-v2.html
| | | R100	xml/modelicaxml.h	tools/xml/modelicaxml.h
| | | R100	xml/parse_tree_dumper.cpp	tools/xml/parse_tree_dumper.cpp
| | | R100	xml/parse_tree_dumper.hpp	tools/xml/parse_tree_dumper.hpp
| | | R100	xml/setmodelicapaths.source.cygwin	tools/xml/setmodelicapaths.source.cygwin
| | | R100	xml/setmodelicapaths.source.linux	tools/xml/setmodelicapaths.source.linux
| | | R100	xml/test.cpp	tools/xml/test.cpp
| | | R100	xml/test/body.mo	tools/xml/test/body.mo
| | | R100	xml/test/body.mo.xml	tools/xml/test/body.mo.xml
| | | R100	xml/test/output.txt	tools/xml/test/output.txt
| | | R100	xml/test/test.bat	tools/xml/test/test.bat
| | | R100	xml/test/test.sh	tools/xml/test/test.sh
| | | R100	xml/test/test.txt	tools/xml/test/test.txt
| | | R100	xml/token_names.cpp	tools/xml/token_names.cpp
| | | R100	xml/token_names.hpp	tools/xml/token_names.hpp
| | | R100	xml/walker.g	tools/xml/walker.g
| | | 
| | * commit 8326457d4d3d274b80c0004636a12c8453cc8d34
| | | Author: Adrian Pop 
| | | Date:   Fri Mar 10 18:19:47 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-03-10
| | |     - updated RML->MetaModelica translator to latest version!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/yaccpar/.project
| | | M	Compiler/yaccpar/Makefile
| | | M	Compiler/yaccpar/absyn.rml
| | | M	Compiler/yaccpar/defs.h
| | | A	Compiler/yaccpar/dictionary.rml
| | | A	Compiler/yaccpar/external.c
| | | A	Compiler/yaccpar/external.rml
| | | M	Compiler/yaccpar/lexer.c
| | | A	Compiler/yaccpar/loadprogramdb.c
| | | A	Compiler/yaccpar/loadprogramdb.rml
| | | A	Compiler/yaccpar/lookup.rml
| | | M	Compiler/yaccpar/main.rml
| | | A	Compiler/yaccpar/moddump.rml
| | | A	Compiler/yaccpar/modrefactor.rml
| | | A	Compiler/yaccpar/modrefactortypes.rml
| | | M	Compiler/yaccpar/parser.y
| | | A	Compiler/yaccpar/print.rml
| | | A	Compiler/yaccpar/rml-db-parse.y
| | | A	Compiler/yaccpar/rml-db-scan.l
| | | A	Compiler/yaccpar/rml2mmod/rml2mmod.sln
| | | M	Compiler/yaccpar/rmldump.rml
| | | M	Compiler/yaccpar/rmlrefactor.rml
| | | A	Compiler/yaccpar/rmltomod.rml
| | | M	Compiler/yaccpar/scanparse.c
| | | A	Compiler/yaccpar/util.rml
| | | M	Compiler/yaccpar/yacclib.c
| | | 
| | * commit 9c7ddd9ed23a8ad4aa8f0099a4035fd15e5cd383
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 9 11:55:17 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 8784e1c23197e6d8ec09e204b475d0ea85b3c5b8
| | | Author: Adrian Pop 
| | | Date:   Thu Mar 9 11:21:39 2006 +0000
| | | 
| | |     Adrian Pop,
| | |     - Added DAEEXT__clearDiferentiated to the ExternalRMLDefines.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ExternalRMLDefines.h
| | | 
| | * commit 710df77cf89e883671aa56a9a0095181ba069937
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 9 09:41:59 2006 +0000
| | | 
| | |     Fixed bug in getClassInformation. Seems unneccessary to return class name since that is was is passed to function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 885d12d3c82fd4e1f912bec24bf12ef9dc35b920
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 9 07:35:51 2006 +0000
| | | 
| | |     Fixed bug with clearing differntiated equations marks when running interactive.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAEEXT.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/winruntime/daeext.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit d44dd5dc2adc1c4a35aef103daff83dc95b51b73
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 8 14:15:48 2006 +0000
| | | 
| | |     The fixed attribute of a dummy derivative is now propagated (trough the constraint equation) to the state.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | 
| | * commit 8b16e4f23131855bb80b39b4f42951d5636d754d
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 8 14:09:10 2006 +0000
| | | 
| | |     Imlemented prototype initialization scheme using optimization.(Bernhard Bachmann).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/bigden.f
| | | A	c_runtime/biglag.f
| | | 
| | * commit 0e8069c9a0384adc2cc450b8a6cf129225891598
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 8 13:20:39 2006 +0000
| | | 
| | |     Imlemented prototype initialization scheme using optimization.(Bernhard Bachmann).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/SimCodegen.rml
| | | M	c_runtime/Makefile
| | | A	c_runtime/nelmead.f
| | | A	c_runtime/newuoa.f
| | | A	c_runtime/newuob.f
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | A	c_runtime/trsapp.f
| | | A	c_runtime/update.f
| | | 
| | * commit d50425adc6bc84a5523970adace7129f861c5ddb
| | | Author: x02lucpo 
| | | Date:   Wed Mar 8 12:53:54 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit a1578ea9d25e0e156393dcd45aa7242b64a628df
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 8 01:52:12 2006 +0000
| | | 
| | |     not needed, copied on compile from Compiler/
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/omc_release/ExternalRMLDefines.h
| | | 
| | * commit a94d53877fa9bbc7dc33d9aa6a17e4ffcd1b5336
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 8 01:51:53 2006 +0000
| | | 
| | |     not needed, copied on compile from Compiler/
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/omc_debug/ExternalRMLDefines.h
| | | 
| | * commit 3429718946d8e6a484ed013a660d62990a1e0877
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 8 01:50:22 2006 +0000
| | | 
| | |     OMDev fixes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ExternalRMLDefines.h
| | | M	Compiler/omc_debug/ExternalRMLDefines.h
| | | M	Compiler/omc_release/ExternalRMLDefines.h
| | | 
| | * commit cb18bd9bf55b7f53f0afcafd87394d846dc3f5da
| | | Author: Adrian Pop 
| | | Date:   Tue Mar 7 22:43:10 2006 +0000
| | | 
| | |     Fixed an error that prevented generation of the .mo again when .rml are newer.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/rml2mmo/translate-if-needed.sh
| | | 
| | * commit c8ab6af145e3dab6333c5da3fa5ab9982397a7b4
| | | Author: x02lucpo 
| | | Date:   Tue Mar 7 12:58:19 2006 +0000
| | | 
| | |     corrected some errors for the new setup
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/System.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit f761ff9b3471c3d1dfebe7fe3db882208ed18d9e
| | | Author: x02lucpo 
| | | Date:   Mon Mar 6 13:14:21 2006 +0000
| | | 
| | |     corrected the return value from renameClass
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 919bc4e8c4645b9ef817d7f83723b8ebfdff8a06
| | | Author: x02lucpo 
| | | Date:   Mon Mar 6 12:54:05 2006 +0000
| | | 
| | |     made renameClass to return a string-list with the path of the changed classes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 7da42ef6b72472603d5b4631010ace0ebf207d91
| | | Author: Adrian Pop 
| | | Date:   Sat Mar 4 21:39:06 2006 +0000
| | | 
| | |     Just text changes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/rml2mmo/trall.sh
| | | 
| | * commit 5cab5d8acc684d9f3992993369acaaad5b43daed
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 3 09:24:47 2006 +0000
| | | 
| | |     Implemented residual function for intitial calculation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 55cfc9402d53f95bb198b9f6564f8db8d98fa3e0
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 2 11:55:16 2006 +0000
| | | 
| | |     Implemented remove of simple equations after matching. Implemented propagation of initial values on dummy states onto proper states.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit f50fb51c6513d242de4791b0a0c07b4bdd9346c6
| | | Author: Adrian Pop 
| | | Date:   Wed Mar 1 16:56:44 2006 +0000
| | | 
| | |     Adrian Pop, 2006-03-01
| | |     Updated OMDev makefiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ExternalRMLDefines.h
| | | M	Compiler/omc_debug/ExternalRMLDefines.h
| | | M	Compiler/omc_release/ExternalRMLDefines.h
| | | 
| | * commit e256fc8e84130389245f14c658281b9c52be28b3
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 28 17:12:33 2006 +0000
| | | 
| | |     Adrian Pop,
| | |     - small changes to make runtime and winruntime more uniform.
| | |     
| | |     We should really unify them and put
| | |     compiler #ifdef. I'll get to that in
| | |     some near future.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | M	Compiler/winruntime/corbaimpl.cpp
| | | M	Compiler/winruntime/ptolemyio.cpp
| | | M	Compiler/winruntime/settingsimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 79afa70bcd443ca5d32f4e3e0b7a124f5d058bfe
| | | Author: Adrian Pop 
| | | Date:   Sun Feb 26 23:14:38 2006 +0000
| | | 
| | |     Added script to plot from Linux.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | A	Compiler/scripts/doPlot.Linux
| | | 
| | * commit f6f430cdd0a92d192961b23913238237fb063c9c
| | | Author: Adrian Pop 
| | | Date:   Sun Feb 26 11:26:59 2006 +0000
| | | 
| | |     Removed file/folder as they were moved to
| | |     doc/omc_helptext.txt
| | |     doc/omc_interactive_api.txt
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/helptext.txt
| | | D	Compiler/interactive_api.txt
| | | 
| | * commit 4340d8936cb9155f0d64d66a83b7f8d515674336
| | | Author: Adrian Pop 
| | | Date:   Sun Feb 26 11:18:55 2006 +0000
| | | 
| | |     Adrian Pop, 2006-02-26
| | |     - compilation on Linux, Cygwin, MSVC works now from SVN. All tests are OK.
| | |     - big changes to compilation result structure:
| | |       The compilation result has now the following structure:
| | |     build/bin             (omc, OMShell, OMNotebook, ptplot.jar, Compile.bat, Compile, doPlot.bat, doPlot, omc_helptext.txt)
| | |     build/include         (all the .h files from c_runtime)
| | |     build/lib             (all the lib* and libf2c/lib* files from c_runtime)
| | |     build/doc             (trunk/doc and Compiler/doc)
| | |     build/doc/testmodels  (all the trunk/Examples/*.* files)
| | |     ---------------------------------------------
| | |     - the makefiles now copy the needed files to the above structure after compilation
| | |     - changed the rml files to use this structure when compiling, or plotting.
| | |     - changed the rtest files to use the build structure when running tests
| | |     - changed the VC7 setup to use this structure when deploying
| | |     - changed mosh (changed its name to OMShell) to use this structure when running omc
| | |     - added an install to the root Makefile that installs in what was give to configure --prefix=path
| | |       or just ./install if none given.
| | |     
| | |     The usage of OPENMODELICAHOME changed in this way:
| | |     - OPENMODELICAHOME/bin is used when running omc or calling scripts or searching for omc_helptext.txt
| | |     - OPENMODELICAHOME/lib is given as -L to compilation scripts
| | |     - OPENMODELICAHOME/include is given as -I to compilation scripts
| | |     
| | |     helptext.txt and interactive_api.txt moved to Compiler/doc/omc_helptext.txt or omc_interactive_api.txt
| | |     
| | |     Updated all README* accordingly.
| | |     
| | |     These changes will make easier to move source directories around and
| | |     arrange the SVN as we like because the runtime structure is not
| | |     the same as the compilation structure anymore.
| | |     Also is easier to understand what is the result of a compilation
| | |     because all the needed files for running OMC are now in trunk/build
| | |     and not all over the source tree.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Makefile.in
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/absyn_builder/Makefile.in
| | | M	Compiler/modpar/Makefile.in
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/scripts/doPlot
| | | M	Compiler/scripts/doPlot.bat
| | | M	Compiler/test_codegen/Makefile.in
| | | M	Compiler/winruntime/systemimpl.c
| | | M	Makefile.in
| | | M	README-WIN32.txt
| | | M	c_runtime/Makefile
| | | M	configure
| | | M	flat_modelica_parser/src/Makefile.in
| | | M	modelica_parser/src/Makefile.in
| | | M	modelica_parser/test/lexer/Makefile.in
| | | M	modelica_parser/test/parser/Makefile.in
| | | 
| | * commit b1d7f5f8cd39a124c4645b93af6c4eeffc2f8a06
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 25 23:55:06 2006 +0000
| | | 
| | |     Adrian Pop, 2006-02-26
| | |     -added trunk/build with bin, include and lib directories.
| | |     -modified makefiles to use these directories
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | 
| | * commit 79063e3d6dbaaf4bac6a2fc9726e5b49e03f9bc1
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 25 23:11:57 2006 +0000
| | | 
| | |     Adrian Pop, 2005-02-26
| | |     Changed some Makefile.in to copy
| | |     executables directly into trunk/. not Compiler/.
| | |     Also now it uses EXEEXT in all the needed Makefiles.
| | |     This change is to allow mosh to find the omc compiler in the
| | |     OPENMODELICAHOME not in OPENMODELICAHOME/Compiler
| | |     and to move forward to a structure like:
| | |     trunk/build
| | |           |-bin
| | |           |-lib
| | |           \-include
| | |     meaning that all the needed files should be in the trunk/build directory
| | |     after compilation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | 
| | * commit 3203576c8457cefe36ef0d71657efa68a92ef082
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 25 20:57:39 2006 +0000
| | | 
| | |     Removed file/folder
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	README
| | | 
| | * commit cab31514b62c4d573a96c70cdc3595d0633294df
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 25 19:37:46 2006 +0000
| | | 
| | |     Adrian Pop, 2006-02-25
| | |     - fixed Linux compilation issues
| | |     - fixed testsuite/mosfiles/rtest to call egrep without path. (you can't assume egrep is where you expect it to be)
| | |     - fixed testsuite/mofiles/drmodelica/Makefile: InValid -> Invalid (Linux case issue)
| | |     - fixed Compiler/absyn_builder/walker.g set k=1; (antlr-2.7.6) anyway we don't use any lookahead in the tree parser
| | |     - fixed Compiler/Ceval.rml to use the .exe on Linux also, because it does not find the file to simulate otherwise
| | |     
| | |     Compilation on Linux, Cygwin, VC7 works now!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 0abdf226e3ace544d113b89c439c210314c09522
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 24 15:54:00 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-24
| | |     - changed/added API functions
| | |       + have a look at Compiler/interactive_api.txt or:
| | |         - testsuite/mosfiles/interactive_api_attributes.mos
| | |         - testsuite/mosfiles/loadFileInteractiveQualified.mos
| | |       + changed getClassInformation API in Compiler/Interactive.rml
| | |       + added getClassAttributes API in Compiler/Interactive.rml
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/interactive_api.txt
| | | 
| | * commit b36552f3f47ec4b82ec868999d11a07cac8af4d5
| | | Author: Andreas Remar 
| | | Date:   Fri Feb 24 12:12:31 2006 +0000
| | | 
| | |     * fix include path when building with mico 2.3.12
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit b645b35f2748bc716a71381093745928d389901c
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 24 10:35:54 2006 +0000
| | | 
| | |     Fixed bug in initialization. Now handles initial equation better.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit cc48704c44404f18a445f72967aa536bfee3ab59
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 22 12:50:42 2006 +0000
| | | 
| | |     Partly implemented support for Modelica.Math.tempInterpol2 function.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | 
| | * commit 2694ab8bc37c95c50deb03ee1f935386593de2e7
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 21 15:43:16 2006 +0000
| | | 
| | |     Fixed bug with type conversion (Integer->Real) in arrays.
| | |     (MC bug 396)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.rml
| | | 
| | * commit 4f6b136fa278d7cf5ef085af4bb1c71d281dc6bc
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 21 15:12:50 2006 +0000
| | | 
| | |     Fixed bug (MC 461)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit cbd2040f0740a9b0b243e7ae2b40c7ef214f0f1e
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 21 14:39:33 2006 +0000
| | | 
| | |     Fixed bug (MC 411)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 3fbd001fcafb62e8bd4bca57524871645141db15
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 21 13:53:29 2006 +0000
| | | 
| | |     See previous log.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 5842ab0958f611b52bff4cae48e66d3b7f7f804c
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 21 13:51:30 2006 +0000
| | | 
| | |     Fixed bug (MC 382)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SimCodegen.rml
| | | M	c_runtime/real_array.c
| | | 
| | * commit 18ab58aad11eba91ed1bdf09b1af848a747d922a
| | | Author: x02lucpo 
| | | Date:   Tue Feb 21 09:58:45 2006 +0000
| | | 
| | |     changed the generate_init_data to use tolerance and output-steps
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 67955224939a8562f27f767a1f0fc1fc46d86712
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 21 09:46:20 2006 +0000
| | | 
| | |     One more bugfix for (MC bug 443).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.rml
| | | M	Compiler/Mod.rml
| | | 
| | * commit 4c43de17b3ce19fc45be1fc30706713eb3d1e57e
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 21 07:15:26 2006 +0000
| | | 
| | |     Added error message for wrong type in modifiers.(MC bug 443)
| | |     Fixed bug when turning of error messages in Inst.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Error.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit 5d56f87c3b257a558016d84da02e9ed66fd58f64
| | | Author: x02lucpo 
| | | Date:   Mon Feb 20 16:17:37 2006 +0000
| | | 
| | |     made loadFileInteractiveQualified work lazy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit fc99aeca1d77117d969b89b7b8c85463f67e9d16
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 20 12:49:29 2006 +0000
| | | 
| | |     Fixed bug with initialization and added some predefined types.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/matrix.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 17baf44c0780bafb229c0cfa25e743e146272fa2
| | | Author: x02lucpo 
| | | Date:   Mon Feb 20 08:18:21 2006 +0000
| | | 
| | |     added a settings-module for different global settings
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | A	Compiler/Settings.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/System.rml
| | | M	Compiler/runtime/Makefile.in
| | | A	Compiler/runtime/settingsimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | A	Compiler/winruntime/settingsimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit dc6f9c72d9efc654208d79623adad75121da1855
| | | Author: x02lucpo 
| | | Date:   Fri Feb 17 16:45:16 2006 +0000
| | | 
| | |     optimize extract all components
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 7c77b83a087de3d69951886052fec1abc8d233ff
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 17 11:38:40 2006 +0000
| | | 
| | |     Added abs_rettype
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit a73761c788471e18729ae1457bd01400c7e9a0ec
| | | Author: x02lucpo 
| | | Date:   Fri Feb 17 08:32:34 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit aca248073f3802dfbe0d42c7e5ddf1e748858f47
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 17 07:43:30 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-17
| | |     I hope this is the final version of the getCrefInfo!
| | |     Changed: Compiler/Interactive.rml and testsuite/mosfiles/loadFileInteractiveQualified.mos
| | |     There are no class* position info now. Instead they replaced the element* position info.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit a06b483cb0e701ef7d77e7a7a7304889c7bca794
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 17 07:43:30 2006 +0000
| | | 
| | |     Fixed bug in generate_mixed_discrete_combination_values.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 9ceda5adcfc39c75dea0f038da5562fdf1277ef5
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 16 16:19:56 2006 +0000
| | | 
| | |     Partly implemented mixed system of equations.
| | |     The solver now takes a tiny step beyond events such that mixed systems can be solved. Perhaps this can be done smarter in the future.
| | |     
| | |     Small example of mixed systems is an ideal diode, see testfiles/mosfiles/IdealDiode.mos
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Util.rml
| | | M	c_runtime/matrix.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit f1c71410bd21ed66839669a2551b1a4a3b6d359e
| | | Author: x02lucpo 
| | | Date:   Thu Feb 16 14:53:39 2006 +0000
| | | 
| | |     do not remove /B from exit
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 819821a8ea881eb0cce186ce18cc83d712a8e957
| | | Author: x02lucpo 
| | | Date:   Thu Feb 16 09:39:41 2006 +0000
| | | 
| | |     implemented rename_class to change the class-name in all the program
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 8533b6a1a6a3dfa686637062390f27a5e63ce3a2
| | | Author: David Broman 
| | | Date:   Wed Feb 15 14:28:57 2006 +0000
| | | 
| | |     Added support for interactive versions of the "if" and "while" statement. Further, functions added in the interactive environment will now be type checked directly (not waiting until the function is called). Test cases are added to check the new functionality.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ClassLoader.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Makefile.common
| | | M	Compiler/Static.rml
| | | 
| | * commit 8ead64927c78ef0ca1f3c1fc5d2d3d88d8e87bb4
| | | Author: x02lucpo 
| | | Date:   Wed Feb 15 08:25:11 2006 +0000
| | | 
| | |     added load_file(string) => Absyn.Program in ClassLoader.rml. this loads the file or whole package
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassLoader.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit d209d29c745380216ecd97e8c08598ee8f117b2b
| | | Author: x02lucpo 
| | | Date:   Tue Feb 14 14:37:07 2006 +0000
| | | 
| | |     added Rename-component test to test-suite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit f1737cc576f1fd71d6da3d8067c3f76b96328b0e
| | | Author: Adrian Pop 
| | | Date:   Tue Feb 14 11:54:37 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-14.
| | |     I put back the position information of a class that is part of an element,
| | |     because the element could be created, not parsed and has no position then.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 8e5a9bb97d1eea601e2f1f94cb5f6106fb4b83ea
| | | Author: x02lucpo 
| | | Date:   Tue Feb 14 10:16:57 2006 +0000
| | | 
| | |     added Rename-component test to test-suite
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 18f94dd1f9df9df5609c1fa6bc8b6c890f930379
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 14 07:55:13 2006 +0000
| | | 
| | |     Fixes to luc checkin. Removed trailing '&'.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 2f177521dbb7ca5f84e22557e27c838e1e6fa6fd
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 13 23:54:43 2006 +0000
| | | 
| | |     Seems this file is really needed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 194c88080140a5c84511468dcf11618ffc383546
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 13 23:16:55 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-14
| | |     
| | |     Fixed the endcolumn and endline for all stuff we are interested in!
| | |     Check out the new interactive_api.txt.
| | |     
| | |     Fixed so "Error" is not returned when classes with no parts are
| | |     queried with getElementsInfo. Now it returns "{ }" for those.
| | |     Example: getElementsInfo(Type) => { }
| | |     Fixed getElementsInfo so it does not return class file/position
| | |     info when the element is also a class definition.
| | |     
| | |     Fixed so getCrefInfo(cref) now returns also the end line and end column
| | |     like this: filename.mo,(writable|readonly),startline,startcolumn,endline,endcolumn
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/interactive_api.txt
| | | M	modelica_parser/src/MyAST.h
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 323407e705ae9e86cc45cbb49a4d91b2f8d94c54
| | | Author: x02lucpo 
| | | Date:   Mon Feb 13 09:03:59 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 31441bd4dd7127014560457437a812d3ed147bc4
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 10 13:59:22 2006 +0000
| | | 
| | |     rReverted if-equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit a1382cb5fb414306766308f039826e9a33729eec
| | | Author: x02lucpo 
| | | Date:   Fri Feb 10 13:22:44 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 572b06beb0264e94b14f20ba11cff9e6dfba9d5d
| | | Author: x02lucpo 
| | | Date:   Fri Feb 10 09:56:47 2006 +0000
| | | 
| | |     corrected a mul-array bug
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.rml
| | | 
| | * commit 90e14e218b29dc7253c37f685cce2c21856c5c97
| | | Author: x02lucpo 
| | | Date:   Fri Feb 10 07:59:37 2006 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit c9cfc28cefa1c664f1ddbf6a8d5c642f85638a76
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 9 18:39:19 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-09
| | |     Fixed getElementsInfo interactive API.
| | |     Fixed the testsuite/mosfiles/loadFileInteractiveQualified.mos
| | |     Fixed the interactive_api.txt to follow the latest changed
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/interactive_api.txt
| | | 
| | * commit 6049ac3b387d1333c03dfe09bf79a031b2be773c
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 9 18:24:07 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-09
| | |     Fixed so a trailing \" after an integer is not shown.
| | |     changed Interactive.rml:getElementsInfo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 26bd418d321c3a6da508330b2887ce4e27cf6e83
| | | Author: Andreas Remar 
| | | Date:   Thu Feb 9 13:46:45 2006 +0000
| | | 
| | |     * added PANIC MODE error recovery to the parser. This breaks two tests
| | |       (ParseError1 and 2) so those are temporarily fixed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/expression_parser.g
| | | A	Compiler/runtime/error_reporting.h
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit a6afc9e484174398a96472997a168ea6bd474afb
| | | Author: x02lucpo 
| | | Date:   Thu Feb 9 13:44:59 2006 +0000
| | | 
| | |     corrected a div_array error
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.rml
| | | M	c_runtime/modelica.h
| | | 
| | * commit d6f2da79f01e5af61bff1a88fc54acbb15d39481
| | | Author: Andreas Remar 
| | | Date:   Thu Feb 9 13:42:15 2006 +0000
| | | 
| | |     * make sure generated file is called 'a.exe' so you can
| | |       compile in GNU/Linux (and other OS'es)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/libf2c/makefile.u
| | | 
| | * commit f2a5bf67a0b2650fb78eae1755d552207c7db5ef
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 9 10:16:17 2006 +0000
| | | 
| | |     Implemented support for structural if expressions. See mosfiles/structural_if.mo. The matching algrithm and strong components algorithm are are affected by this.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit c34dc8876b9835cc6fb1928ce61120f90236056f
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 8 14:47:31 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-08
| | |     Fixed winruntime/Error* to agree with the new ErrorExt.rml and new Absyn.INFO
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/winruntime/ErrorMessage.cpp
| | | M	Compiler/winruntime/ErrorMessage.hpp
| | | M	Compiler/winruntime/errorext.cpp
| | | M	Compiler/winruntime/errorext.h
| | | 
| | * commit 149e4c2264be97334bb3a24a87be3641f86d2044
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 6 12:46:31 2006 +0000
| | | 
| | |     new externals in DAEEXT.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/ExternalRMLDefines.h
| | | 
| | * commit 651f1b688a122fa39addde53aec4fe1fb078a60a
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 6 12:46:11 2006 +0000
| | | 
| | |     new externals in DAEEXT.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_release/ExternalRMLDefines.h
| | | 
| | * commit 784d6e4926554a5a53122edae7c50f4396090243
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 6 12:45:44 2006 +0000
| | | 
| | |     new externals in DAEEXT.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/ExternalRMLDefines.h
| | | 
| | * commit 9cb1bce5d6522d77be07551287f12bf49b2a9447
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 6 08:31:55 2006 +0000
| | | 
| | |     Fixed bug (infinite loop) in building when equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	c_runtime/modelica.h
| | | 
| | * commit 992c674ba400eb60d3d86f0dc8554673db33473e
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 6 08:30:01 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-06
| | |     - changed Absyn.INFO(file, isReadOnly, startline, startcolumn, endline, endcolumn)
| | |     - the endline/endcolumn is not very easy to get from ANTLR, so I just used the
| | |       same values as startline, startcolumn for now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/Error.rml
| | | M	Compiler/ErrorExt.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/runtime/errorext.h
| | | 
| | * commit f0d1633a1740c8950dc407c9dcfdca773364781d
| | | Author: Adrian Pop 
| | | Date:   Sat Feb 4 01:30:14 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-04
| | |     This file is really not needed as is
| | |     generated by ANTLR.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 9479615544bcf4ac4a7d4b5cae2575cd28fc8b4e
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 3 15:30:54 2006 +0000
| | | 
| | |     Fixed bug in Bouncingball. Added n_bounce variable that counts number of bounces so testsuite is more robust
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 8dbb93a6545b1ccd02866f0a87b5679c56f0dbef
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 3 13:34:59 2006 +0000
| | | 
| | |     Fixed bug with index reduction: already differntiated equations should not be differentiated again.
| | |     Fixed bugs with event handling.
| | |     Changed interactive api for comments.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	.project
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAEEXT.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/runtime/daeext.cpp
| | | M	Compiler/winruntime/daeext.cpp
| | | M	c_runtime/matrix.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit abc7c1586e1f7fb938e97c8b53581d529fdda5aa
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 2 12:12:07 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-02
| | |     - fixed so that Makefile.omdev.mingw use rml2sig/rmldep-new.sh instead of rmldep.sh
| | |     - fixed some text messages in the Makefile.omdev.mingw Makefiles that appear when
| | |       variables are not set
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/rml2sig/rmldep-new.sh
| | | 
| | * commit 2d46ccfd9f54151cfd2ce870eb5e7f52bbf44b11
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 2 10:01:03 2006 +0000
| | | 
| | |     Will be replaced by rmldep-new.sh
| | |     which should be called by the
| | |     Makefile.omdev.mingw Makefiles
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Compiler/rml2sig/rmldep-old.sh
| | | 
| | * commit e996e5ca3fad8aca108e88369f34a3b387bb23be
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 2 09:12:34 2006 +0000
| | | 
| | |     Removed adrians changes!
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/rml2sig/rmldep.sh
| | | 
| | * commit f4d988e3b0c0b6156bae446962c4cba40a1afcd1
| | | Author: Kaj Nyström 
| | | Date:   Thu Feb 2 09:04:10 2006 +0000
| | | 
| | |     updated mostly comments and whitespace in order to simplify translation to MetaModelica
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/ClassInf.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Connect.rml
| | | M	Compiler/Corba.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/Debug.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/DumpGraphviz.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Error.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Graphviz.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/ModUtil.rml
| | | M	Compiler/Parser.rml
| | | M	Compiler/Prefix.rml
| | | M	Compiler/Print.rml
| | | M	Compiler/RTOpts.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Socket.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/System.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/TaskGraphExt.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/Values.rml
| | | M	Compiler/VarTransform.rml
| | | 
| | * commit c8caef3825eca2689846b51c400ca673e63c47b5
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 1 16:09:01 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 206-02-01
| | |     Fixed the rmldep.sh script. It had a little problem.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/rml2sig/rmldep.sh
| | | 
| | * commit f6d9460d6fa198ec41d1a685288716ee37d77ec4
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 1 14:08:12 2006 +0000
| | | 
| | |     Not needed anymore as they were replaced by
| | |     Makefile.omdev.mingw all over the place
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	Makefile.mingw
| | | 
| | * commit dc3f43e8925871727e75e9e8460d69efeb1eda23
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 1 14:01:29 2006 +0000
| | | 
| | |     Adrian Pop, 2006-02-01
| | |     Added for JavaNames fixing in RML files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/ExternalRMLDefines.h
| | | A	Compiler/omc_debug/ExternalRMLDefines.h
| | | A	Compiler/omc_release/ExternalRMLDefines.h
| | | 
| | * commit 92cc092f3a08eedd17be39d2a8cb4fb3329025a9
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 1 13:58:31 2006 +0000
| | | 
| | |     Adrian Pop, 2006-02-01
| | |     - based on a define I fix the java name for VALUES__reverseMatrix or VALUES__reverse_5fmatrix
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 2aede2b78e5f1e70d0950b5e47d86b029a18cca1
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 1 13:57:33 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-01
| | |     -----------------------------------------
| | |     -systemimpl.c modified to fix java names.
| | |     -the modification is based on a define, so it
| | |      will work ok in the normal case
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 9412a570130bbb749fcd6a4dc36bf5a33cd830fd
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 1 13:56:20 2006 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-01
| | |     - rmldep.sh changed so it is based on rml
| | |     - rmldep-old.sh is present also there if you need it.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/rml2sig/rmldep.sh
| | | 
| | * commit 3f362aef94394bde39241205a594eb3648aee1c4
| | | Author: Adrian Pop 
| | | Date:   Wed Feb 1 13:54:24 2006 +0000
| | | 
| | |     OMDev compilation files + Eclipse project + eclipse builder.
| | |     ----
| | |     Adrian Pop, adrpo@ida.liu.se, 2006-02-01
| | |     ----
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	.project
| | | A	Compiler/rml2mmo/README.txt
| | | A	Compiler/rml2mmo/rdball.sh
| | | A	Compiler/rml2mmo/trall.sh
| | | A	Compiler/rml2mmo/translate-if-needed.sh
| | | A	Compiler/rml2sig/rmldep-old.sh
| | | A	README-OMDev-MINGW.txt
| | | 
| | * commit 435bab355d24b31ba43385dd72ab82a447cce7ea
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 1 13:03:48 2006 +0000
| | | 
| | |     -Major rework in SimCodegen. Most parts now uses Codegen.generate_expression as they should.
| | |     -Implemented assert and iniitial in codegen.
| | |     - Event handling does no longer generate event code for discrete expressions, eg. pre(v) == 4.
| | |     - Implemented special rule for differentiating a DUMMY_STATE variable.
| | |     - Fixed bug with cardinality (covered in testsuite/mofiles/msl/Gear.mo)
| | |     - Renamed mofiles/msl_1_5 to mofiles/msl as it now contains models from MSL v 2.2 as well.
| | |     -Changed boolean represenation in c_runtime to be double so a boolean variable can be treated as an algebraic var.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Prefix.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/VarTransform.rml
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 12aecc3218216ce4b7c8f2a71221fbba46c65fe1
| | | Author: Adrian Pop 
| | | Date:   Sat Jan 28 11:07:46 2006 +0000
| | | 
| | |     Adrian Pop, 2006-01-28
| | |     - mingw compilation issues fixes
| | |     - cygwin/msvc still work
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/omc_debug/Makefile.in
| | | M	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/corbaimpl_stub.cpp
| | | M	Compiler/runtime/omc_communication_impl.cpp
| | | M	Compiler/runtime/socketimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	Makefile.in
| | | A	Makefile.mingw
| | | 
| | * commit b5cac9361a7f6055c5e67415ad25726545d7ee95
| | | Author: Adrian Pop 
| | | Date:   Sat Jan 28 11:04:09 2006 +0000
| | | 
| | |     Adrian Pop, 2006-01-28
| | |     - fixes the compilation with mingw
| | |     - cygwin/msvc still works normally
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.common
| | | 
| | * commit 9c6a908dd77658f86cd2f0a4ed26987c573bc6eb
| | | Author: Adrian Pop 
| | | Date:   Sat Jan 28 11:02:35 2006 +0000
| | | 
| | |     Adrian Pop, 2006-01-28
| | |     - fixes the compilation of libruntime on MINGW32
| | |     - now it compiles using mingw make
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit c4f3dd76f03f3358509d4d429864b5d636d99efd
| | | Author: Adrian Pop 
| | | Date:   Sat Jan 28 05:09:39 2006 +0000
| | | 
| | |     2006-01-28 - Adrian Pop, adrpo@ida.liu.se
| | |     - added trunk/c_runtime/libf2c/makefile.mingw
| | |     - the trunk/c_rutime/Makefile can call mingw32-make -u makefile.mingw in the libf2c
| | |       directory in order to compile libf2c.a using msys+mingw
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/libf2c/makefile.mingw
| | | 
| | * commit d9def15df6eaeb167b5a86d55665396b038fd4bb
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 27 10:30:26 2006 +0000
| | | 
| | |     Fixed bug instantiating Gear. Inherited elements where looked up from current env which could be encapsulated. Instead it should be looked up from top scope since baseclass annotation already was fully qualified.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.rml
| | | M	Compiler/Lookup.rml
| | | 
| | * commit 9289feac1e99e160dd695250751b41d7cfb4d01e
| | | Author: x02lucpo 
| | | Date:   Thu Jan 26 15:38:29 2006 +0000
| | | 
| | |     removed a error in nestled DIVISION macros
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 15ec2df351c9f36c7c37f901f2fc79b5e811dcae
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 26 15:05:54 2006 +0000
| | | 
| | |     Implemented getClassInformation(classname) => {restriction, comment, sourcefile}
| | |     setClassComment(classname,comment)
| | |     setComponentComment(class,comp,comment)
| | |     setConnectionComment(class,c1,c2,comment)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit b6f627fd7dbbe1571c1bd6bbc456b406384d396c
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 24 12:30:45 2006 +0000
| | | 
| | |     Removed luc_pop last checkin since he removed a lot of my stuff from previous version. Also fixed bug with Gear model.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Env.rml
| | | M	Compiler/ErrorExt.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/runtime/errorext.cpp
| | | M	Compiler/winruntime/errorext.cpp
| | | 
| | * commit 365914714bbd41c9ebdc5537f31089e6a420849c
| | | Author: Adrian Pop 
| | | Date:   Tue Jan 24 01:06:25 2006 +0000
| | | 
| | |     2006-01-24 adrpo@ida
| | |     - changes to comments only
| | |     - moved comments arround so they apper in the generated .mo files
| | |     
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Ceval.rml
| | | 
| | * commit e46af105a41603653d28c426892d182cfe99eb98
| | | Author: David Broman 
| | | Date:   Mon Jan 23 17:36:50 2006 +0000
| | | 
| | |     Updated the help text, so that no line consist of more than 80 characters.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/helptext.txt
| | | 
| | * commit fedfecf09e8b5ae573e4daa92e883305473b64c4
| | | Author: x02lucpo 
| | | Date:   Thu Jan 19 15:08:05 2006 +0000
| | | 
| | |     removed an error from getDiagramAnnotation and getConnectionCount on derived classes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | 
| | * commit 6b7cf090de621a5055b8d96925b15e80b1b3c4af
| | | Author: x02lucpo 
| | | Date:   Thu Jan 19 11:55:12 2006 +0000
| | | 
| | |     made the inst_element_list to continue even if inst_element failed.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.rml
| | | M	Compiler/runtime/ErrorMessage.cpp
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 63551f3eee489dc44c7c5080c0fec00bfea8acd3
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 19 08:54:29 2006 +0000
| | | 
| | |     Fixed bug with bindings not getting automatic type converts in make_binding.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Values.rml
| | | 
| | * commit 73138e3eceee8026e0cf1ff50f6ed69e2c608bbd
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 18 12:46:45 2006 +0000
| | | 
| | |     Fixed bug with setComponentModifierValue.
| | |     fixed bug with instantiating partial classes in inst_class_basictype.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SCode.rml
| | | 
| | * commit 856cedbb806c875c464bbf7427f3b11d82fe73db
| | | Author: x02lucpo 
| | | Date:   Wed Jan 18 09:14:04 2006 +0000
| | | 
| | |     changed the generated code so that now it have instead of x[1] $a$pointb$pointd. (a.b.d)
| | |     corrected a bug in System.string_replace
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 1edd1e9de9a053986f5adbb01b582117b30cc285
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 18 08:32:25 2006 +0000
| | | 
| | |     Added symbolic simplification of matrix and vector operations (addition, multiplication, etc) in Exp.simplify
| | |     Added symbolic simpl. in elab_builtin_diagonal
| | |     Added elab_builtin_scalar.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 179e030ec018c10c0a2d54959c7f1f78d8055b87
| | | Author: Adrian Pop 
| | | Date:   Mon Jan 16 00:26:57 2006 +0000
| | | 
| | |     2006-01-16 - adrpo@ida.liu.se
| | |     - refactorings of .rml files to make translation easier
| | |       + comment handling
| | |       + types
| | |       + imports
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Error.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit 9f96ed07274f0a0458647b43228f929b5be317a4
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 10 12:29:30 2006 +0000
| | | 
| | |     Implemented connectors extending from basictypes (Modelica v2.2)
| | |     for instance
| | |     connector RealInput2
| | |       extends Real[2];
| | |     end RealInput2;
| | |     
| | |     Used in new blocks library.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassInf.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Connect.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Error.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 94b253826e9c666c6934c2a1d43aa82b7e279dcf
| | | Author: x02lucpo 
| | | Date:   Tue Jan 10 08:23:38 2006 +0000
| | | 
| | |     changed void to int in checkForDiscreteVarChanges(double *t);
| | |     changed the position of using namespace std; in simulation_runtime.h
| | |     made global relation c_add_cleanups : (CFunction, CleanupStatement list) => CFunction
| | |     corrected the generation of code and added return statetements to all c-functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/SimCodegen.rml
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 6dadc56346c7cdc57d431c14a764e9c5d55f2851
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 29 13:46:37 2005 +0000
| | | 
| | |     Implemented partial support for array equations on form v = foo(...). Other array equations should be flattened into scalar equations. Testcase: ArrayEquation.mos.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Util.rml
| | | M	c_runtime/modelica.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 0f715fdf8f8b451907a2b17cc653ee40c4fd97f7
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 27 12:47:10 2005 +0000
| | | 
| | |     Partly implemented array equations.
| | |     Fixed testsuite. Apparently someone has missunderstood the meaning of failingtests. Now all tests go through again....
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Error.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit d615de78c656989082367439fc1112b1ad5e4d2f
| | | Author: x02lucpo 
| | | Date:   Thu Dec 22 14:39:33 2005 +0000
| | | 
| | |     corrected a bug in division macro
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 80f48a17a6ed202b4b7cbdebfdefd38e08a782b1
| | | Author: x02lucpo 
| | | Date:   Thu Dec 22 13:48:49 2005 +0000
| | | 
| | |     corrected a bug in division macro
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 437e8dbe210571dfc6c3f6ab0b640211b4f1db9f
| | | Author: x02lucpo 
| | | Date:   Thu Dec 22 10:48:10 2005 +0000
| | | 
| | |     added DIVISION by zero check
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit c8962889265b8557a326b5a20e0d6c12f48ca7cd
| | | Author: x02lucpo 
| | | Date:   Thu Dec 22 09:32:37 2005 +0000
| | | 
| | |     remove rem from "rem exit %ERROR%"
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit c377381eee9bdcd93d03af41020f77e0b20f3823
| | | Author: x02lucpo 
| | | Date:   Wed Dec 21 18:29:48 2005 +0000
| | | 
| | |     added getName(double* ptr) to be generated in the c-code. This will be used for DIVISION macros.
| | |     Redirected both stderr and stdout in the compile command to log-file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 7e97d5dd12a2d29749407d1fe642e53c90374e0c
| | | Author: x02lucpo 
| | | Date:   Wed Dec 21 18:27:11 2005 +0000
| | | 
| | |     added getName(double* ptr) to be generated in the c-code. This will be used for DIVISION macros.
| | |     Redirected both stderr and stdout in the compile command to log-file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/scripts/Compile.bat
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 192bc54d490615bc49c78772bf6df6097a6a5a42
| | | Author: Peter Aronsson 
| | | Date:   Mon Dec 19 13:16:48 2005 +0000
| | | 
| | |     Changed errorhandling to use the new Error module with separate error messages in large table and unique error codes.
| | |     Client tools should use getMessagesString or getMessagesStringInternal.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassInf.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | A	Compiler/Error.rml
| | | A	Compiler/ErrorExt.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.common.w32
| | | M	Compiler/Mod.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/Values.rml
| | | M	Compiler/absyn_builder/parse.cpp
| | | A	Compiler/runtime/ErrorMessage.cpp
| | | A	Compiler/runtime/ErrorMessage.hpp
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/daeext.cpp
| | | A	Compiler/runtime/errorext.cpp
| | | A	Compiler/runtime/errorext.h
| | | A	Compiler/winruntime/ErrorMessage.cpp
| | | A	Compiler/winruntime/ErrorMessage.hpp
| | | A	Compiler/winruntime/errorext.cpp
| | | A	Compiler/winruntime/errorext.h
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit d0ddda6ca11c26d51ff5901f2c8b4d398d116152
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 16 06:58:15 2005 +0000
| | | 
| | |     2005-12-16 adrpo@ida.liu.se
| | |     - added loadFileInteractiveQualfied to the Compiler/interactive_api
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/interactive_api.txt
| | | 
| | * commit 50d6368473de445ae9a27313f6f43c7fe8720c04
| | | Author: Adrian Pop 
| | | Date:   Fri Dec 16 06:56:12 2005 +0000
| | | 
| | |     2005-12-16 adrpo@ida.liu.se
| | |     - added "loadFileInteractiveQualified" API
| | |       + this returns the top names quafified with the path from within statement.
| | |     - added loadFileInteractiveQualfied.mos and loadFile*.mo in the testsuite.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit dcff6bfa966709cfb87b6f22b6061df2fbfe3438
| | | Author: Adrian Pop 
| | | Date:   Wed Dec 14 15:25:26 2005 +0000
| | | 
| | |     2005-12-14 adrpo@ida.liu.se
| | |     
| | |     These commits are patches for linux compilation.
| | |     - They take out the ö in Linköping for the .g files
| | |     - They include Values.h instead of values.h in some of the .c/.cpp files.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/expression_parser.g
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/runtime/corbaimpl.cpp
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 6b6a8ef7d4999efe02dbc824ba5b42298f34d193
| | | Author: Peter Aronsson 
| | | Date:   Sun Dec 11 17:48:11 2005 +0000
| | | 
| | |     Fixed bug in connecting arrays of components. Added testcase FlexibleShaft.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit cfc6b31169249c06dec9f428faea87f45f8abc11
| | | Author: Levon Saldamli 
| | | Date:   Sat Dec 10 00:08:39 2005 +0000
| | | 
| | |     Fixed nicer plotting.
| | |     Fixed missing term for neumann/robin boundary conditions in Poisson2D, Diffusion2D in FEMForms
| | |     Fixed implementation bug workaround for neumann/robin boundary conditions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/Applications/testFEM.mo
| | | M	pde/DomainExternalSolverPackage/MFiles/genfemlabheatproblem.m
| | | M	pde/DomainExternalSolverPackage/MFiles/showfield_ind.m
| | | M	pde/DomainExternalSolverPackage/MFiles/showfieldt_ind.m
| | | M	pde/DomainExternalSolverPackage/MFiles/showmesh.m
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | M	pde/DomainExternalSolverPackage/README.txt
| | | 
| | * commit ed2885e0de39c58912fb22d812c8efc666f6c6fa
| | | Author: x02lucpo 
| | | Date:   Thu Dec 8 12:17:13 2005 +0000
| | | 
| | |     made calculate_param_sizes to use is_param. corrected the generation of variable names and comments
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit d3bb60816e4cc26d6de03d8efe1dd25a2da8bb5e
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 8 10:04:05 2005 +0000
| | | 
| | |     Removed error message from simulation record. It should be in error buffer. Fixed dr_modelica testsuite. (bugs in .mo files, etc).
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit ea323f44e4ff8c8c1de3170be62d1b24f9d6d3fb
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 7 14:56:24 2005 +0000
| | | 
| | |     Added bool value when lowering DAE. If true, add dummy variable to make sure at least one state is present. If false, no dummy state added.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Main.rml
| | | 
| | * commit 54f670862c246b7fef3e6102354fdc1a30423860
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 6 15:36:45 2005 +0000
| | | 
| | |     Fixed bug with vectorized der operatators giving unwanted errormessage.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit a7363f87d67be14012733aceadc78bbc43168151
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 6 11:34:54 2005 +0000
| | | 
| | |     Implemented promote in matrix constructors. (Testcase BC11.mo now works).
| | |     Fixed bug in cat operator. cat(2,{{1},{2},{3},{{4},{5},6}}) now works. (matrices.mos)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit d5fdea6daf7f9c42433222ec95f220b50adfc772
| | | Author: x02lucpo 
| | | Date:   Tue Dec 6 11:15:39 2005 +0000
| | | 
| | |     improved compile_model relation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit e2da957e58d2662b7e44af99613272a8ad936565
| | | Author: Kaj Nyström 
| | | Date:   Tue Nov 29 15:13:49 2005 +0000
| | | 
| | |     updated again withplotParametric
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/helptext.txt
| | | 
| | * commit 61620f34700c69060abe21c61f449f810d467d17
| | | Author: Håkan Lundvall 
| | | Date:   Mon Nov 28 17:25:22 2005 +0000
| | | 
| | |     New examples and usersguide
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Examples/ExternalFunc1.c
| | | A	Examples/ExternalFunc1_ext.h
| | | A	Examples/ExternalFunc2.c
| | | A	Examples/ExternalFunc2.h
| | | A	Examples/ExternalLibraries.mo
| | | A	Examples/ExternalLibraries.mos
| | | 
| | * commit e988a03c957d2bedd529be36485d0ba3330a9512
| | | Author: Håkan Lundvall 
| | | Date:   Mon Nov 28 14:54:18 2005 +0000
| | | 
| | |     Changed so that the names of the external libs are put in a file named .libs instead of on the command line to the compile script. Otherwise system() in win32 fail.
| | |     
| | |     fixed plot so hat the correct variable is plotted if there is one variable 'a' and one 'a1', Before plot(a) would always plot the one that was first in the result file.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/winruntime/ptolemyio.cpp
| | | 
| | * commit 8b4a895b596c304acc131242181b6ca305fff22d
| | | Author: Kaj Nyström 
| | | Date:   Mon Nov 28 14:49:08 2005 +0000
| | | 
| | |     Removed plotParametric for now until further investigations are completed
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/helptext.txt
| | | 
| | * commit 29eb03acdb3482919d901269e69b8f0d1869da57
| | | Author: Kaj Nyström 
| | | Date:   Mon Nov 28 13:30:44 2005 +0000
| | | 
| | |     Better documentation and errorhandling in plotpparametric
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 3a8ee03c420fe61fc880239313f277efad39d2b5
| | | Author: x02lucpo 
| | | Date:   Mon Nov 28 13:08:47 2005 +0000
| | | 
| | |     changed the System.trimg in compile_model to System.string_replace
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit 65484d69c9f3d78389b1d10ed3dbb7f6d78d9acd
| | | Author: Kaj Nyström 
| | | Date:   Mon Nov 28 12:42:04 2005 +0000
| | | 
| | |     Implemented the command plotParametric
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/helptext.txt
| | | 
| | * commit b5f6c2a700519272c6d7f7242566026bd7d1a09f
| | | Author: x02lucpo 
| | | Date:   Mon Nov 28 07:05:22 2005 +0000
| | | 
| | |     redirected the stderr and stdout to .log
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | 
| | * commit 42dd8085cf65e9e852b9435d853724f082f250b1
| | | Author: x02lucpo 
| | | Date:   Fri Nov 25 15:46:56 2005 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1988 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 6ca6f99981630b2a880d4ec533ca1dd3c0b96267
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 24 13:03:10 2005 +0000
| | | 
| | |     Fixed bug in setComponentAttributes
| | |     Added initialization of parameters depending on other parameters (expressions of).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SimCodegen.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit fdbf49af209d422f56afedd3b5f9dc8db32269c4
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 24 12:22:07 2005 +0000
| | | 
| | |     2005-11-24 adrpo@ida
| | |     - windows stdlib doesn't have setenv,
| | |       changed systemimpl.c so it uses _putenv("var=value")
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit ded4be47f4212baea3d7147058bcd53c951d219f
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 24 11:27:59 2005 +0000
| | | 
| | |     2005-11-24 adrpo@ida
| | |     - added System.set_env(var:string, value:string, overwrite:int)
| | |     - added systemimpl.c for System.set_env for both runtime and winruntime
| | |     - added getEnvironmentVar("varname") and setEnvironmentVar("varname","varvalue")
| | |       to the Interactive API in Interactive.rml
| | |     - added help to those into interactive_api.txt
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/System.rml
| | | M	Compiler/interactive_api.txt
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 3ea048d5d9590bffea0a834ebe98b7a49345043e
| | | Author: x02lucpo 
| | | Date:   Thu Nov 24 10:46:45 2005 +0000
| | | 
| | |     forgot to add "setCompileCommand" to Static.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 7bb11d9807f38753d0e560a43f430615cc5ce6c9
| | | Author: x02lucpo 
| | | Date:   Thu Nov 24 09:07:17 2005 +0000
| | | 
| | |     implemented set_compile_command and get_compile_command
| | |     reimplemented compile_model to use get_compile_command
| | |     reimplemented Compile.bat and Compile to use the new way to call the compilation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/System.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/scripts/Compile
| | | M	Compiler/scripts/Compile.bat
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit ba3afc895ff347a0b15c6b1a4e96546292259105
| | | Author: x02lucpo 
| | | Date:   Wed Nov 23 15:51:49 2005 +0000
| | | 
| | |     corrected the generation of code to put out the correct values for different arrays
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 395a40989a7a54b63a0949b5649c5f2bdc5ac358
| | | Author: Kaj Nyström 
| | | Date:   Wed Nov 23 10:15:46 2005 +0000
| | | 
| | |     minor updates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/helptext.txt
| | | 
| | * commit 2cb0ed60205ee7d45fbbbf8fa4fc7b1dfd98d45b
| | | Author: Håkan Lundvall 
| | | Date:   Wed Nov 23 10:03:46 2005 +0000
| | | 
| | |     Fixed bug in transformation of if-equations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit 39ff25ae9a03ff7dbea7d6c6120ab27247e5eb45
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 23 08:07:47 2005 +0000
| | | 
| | |     Further fixes to ASUB bug in Exp.simlify.
| | |     Added dummy state always present to make dassl happy if run with model without states.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | 
| | * commit bf0032f36768f552b5c182c7e6635ec22627f68c
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 22 12:55:30 2005 +0000
| | | 
| | |     Fixed bug with simplifying ASUB.
| | |     Fixed bug for small equation system (array expandsion with expandedsize=0)
| | |     Fixed remove simple equation bug (removing parameter)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit f7632b6e8df115101b9323ea840d0e972790253f
| | | Author: Peter Aronsson 
| | | Date:   Mon Nov 21 11:04:05 2005 +0000
| | | 
| | |     Partly fixed MathCore bug no 345. (Constants in packages, etc.)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 6d72b4b68a44e806c1bc45165cf0b8d6bff5e9b7
| | | Author: Peter Aronsson 
| | | Date:   Fri Nov 18 12:38:07 2005 +0000
| | | 
| | |     Standard math functions in Modelica.Math are not evaluated instead of compiled and run in Ceval.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/System.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit eedd717a05ac6d9d680051af1c5c7878b5ffbbdd
| | | Author: x02lucpo 
| | | Date:   Fri Nov 18 10:56:47 2005 +0000
| | | 
| | |     corrected generation of varnames and parameters
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 040c3d16b7b5b307d187d032a19bb3a6a6e2d453
| | | Author: Håkan Lundvall 
| | | Date:   Thu Nov 17 16:04:10 2005 +0000
| | | 
| | |     Transformation of if-equations to expressions
| | |     Updated helptext
| | |     Updated setup-project
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/helptext.txt
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 4c5a96c3437211475aeef172c7de09dd8b633e44
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 17 15:26:03 2005 +0000
| | | 
| | |     Added better error messages to SimCodegen.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 65508f46fb64c20ea7c141bd687c15f536563a0c
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 17 13:50:20 2005 +0000
| | | 
| | |     Fixed rounding in ExternalLibraries.mos using floor and echo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit a7a8e7c3bc55f95f47cdf8272174e7e98bc1954d
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 17 12:12:00 2005 +0000
| | | 
| | |     Fixed bug with simulate, added extra parameter to fail cases as well.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit 3fb865b69c6aae019d927f76cc23ecd5637e663d
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 17 12:00:48 2005 +0000
| | | 
| | |     Fixed bugs with whitespace when calling plot, etc. in windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/scripts/doPlot.bat
| | | M	Compiler/winruntime/systemimpl.c
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 0b55befb3ddc564d12863235beae1fd0fa3f2dee
| | | Author: x02lucpo 
| | | Date:   Thu Nov 17 08:21:00 2005 +0000
| | | 
| | |     corrected a bug in makefile:
| | |     if a class where a.b.c then MinGW will compile the exe with the name a.b.c and NOT a.b.c.exe
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 187ed8f6885589c37fa8d7b6c9584c7c52cf73ae
| | | Author: x02lucpo 
| | | Date:   Wed Nov 16 13:47:49 2005 +0000
| | | 
| | |     corrected bug 337 mathcore
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 62877479fbe2471d5c05ff6a22d10ac527133644
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 16 13:34:05 2005 +0000
| | | 
| | |     Added initialization of matrix and vector declarations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/matrix.h
| | | 
| | * commit fce530cbd46f0ff93de9c11201024134e48d25d8
| | | Author: Kaj Nyström 
| | | Date:   Tue Nov 15 13:45:48 2005 +0000
| | | 
| | |     Field names for Modelica+ inserted in comments
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | 
| | * commit b8381c07d189205e66a43df69b485c22f2d5d17c
| | | Author: x02lucpo 
| | | Date:   Tue Nov 15 09:05:31 2005 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 710299817b1231446e9194d0ced03bc549be85c1
| | | Author: x02lucpo 
| | | Date:   Fri Nov 11 13:44:35 2005 +0000
| | | 
| | |     added to build_model a rule so that it changes the dir to the file where the class is.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit 10f37dca76fcf46baa232ef173b97c9474c2f52a
| | | Author: Peter Aronsson 
| | | Date:   Fri Nov 11 11:39:10 2005 +0000
| | | 
| | |     Implemented Each modifier, testcase Each1.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit 81ce0e08e258ad4148b88c28aae953d60e3c90c4
| | | Author: x02lucpo 
| | | Date:   Fri Nov 11 10:17:43 2005 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 37c6875cb5e7aee355719f8107ab350905306282
| | | Author: x02lucpo 
| | | Date:   Fri Nov 11 08:01:38 2005 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit a728bbb0e4cbf4589718d0f1de453db5dea0a601
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 11 05:02:09 2005 +0000
| | | 
| | |     2005-11-11 adrpo@ida
| | |     - added several relations to Interactive.rml and an API function called: getElementsInfo
| | |     - read more in interactive_api.txt
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1956 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/interactive_api.txt
| | | 
| | * commit 0d37d3174f69ce4c2446ed195400e042097d65d4
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 11 05:01:50 2005 +0000
| | | 
| | |     2005-11-11 adrpo@ida
| | |     - added several relations to Interactive.rml and an API function called: getElementsInfo
| | |     - read more in interactive_api.txt
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 5a2a929d927f12467440d9611f0c3337c34cd690
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 10 15:22:52 2005 +0000
| | | 
| | |     Fixed bugs with initial_function codegen.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 2a1e499a0808f74d31c6d28b4252b308357a51b9
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 10 12:23:05 2005 +0000
| | | 
| | |     Fixed solving equation systems in output sections.
| | |     fixed listVariables bug (not considering builtin variable $echo)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 9a9053727dde688aa2e7c9e59956fa33f8a0f919
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 10 08:12:06 2005 +0000
| | | 
| | |     Fixed bug #41. start values that are expressions are now calculated in initial_function. NOTE: Those start values can therefore not be changed from init file.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit c1144879708bd289d8c4c71f12fd73f522e22399
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 10 07:10:19 2005 +0000
| | | 
| | |     fixed bug in updateComponent (final, repl, etc.)
| | |     implemented echo. echo(true) turns on echo of result in mosh, echo(false) turns off echo.
| | |     fixed bug with connections (msl_1_5/BC8.mo now works.
| | |     Added msl files to testsuite in makefile.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Connect.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 57a898c493d028b2c05df7249820cce297ead78c
| | | Author: Peter Aronsson 
| | | Date:   Mon Nov 7 14:05:56 2005 +0000
| | | 
| | |     string replace impl. in cygwinruntime now also in winruntime.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 8a662e3f94c412ec6b6c417661d15dd9d501b441
| | | Author: x02lucpo 
| | | Date:   Mon Nov 7 12:32:42 2005 +0000
| | | 
| | |     changed Interactive.rml to compile with VC7.1
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 995d2b30d42dbf335160ffea23d87cb39e77e947
| | | Author: Peter Aronsson 
| | | Date:   Mon Nov 7 09:51:56 2005 +0000
| | | 
| | |     Split evaluate_graphical_api into two relations so it compiles under Visual studio.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit 46d0e9ca2cd7c9368f0b5ab06007a144152057a6
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 4 13:37:36 2005 +0000
| | | 
| | |     2005-11-04 adrpo@ida
| | |     - added getCrefInfo(cref) to interactive_api.txt
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/interactive_api.txt
| | | 
| | * commit 5878923a73afd6a78f73654672e06e62980f9bdd
| | | Author: Peter Aronsson 
| | | Date:   Fri Nov 4 11:09:59 2005 +0000
| | | 
| | |     Implemented getClassRestriction in Interactive.rml, returns a string with the class restriction.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.rml
| | | M	Compiler/Interactive.rml
| | | 
| | * commit bc5b1bdb1a9de1301c9ee5f6254a844f0703739a
| | | Author: Peter Aronsson 
| | | Date:   Fri Nov 4 10:53:07 2005 +0000
| | | 
| | |     Implemented external function annotation Library and Include.
| | |     Implemented setComponentAttributes.
| | |     Cleaned up mosfiles testing by removing temporary files using system(rm -rf ...)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/System.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/interactive_api.txt
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 2d6a893302ce2ef9cc43f0a5caacb0f56726a6a7
| | | Author: Adrian Pop 
| | | Date:   Thu Nov 3 11:32:50 2005 +0000
| | | 
| | |     2005-11-03 adrpo@ida
| | |     - added get_cref_info relation
| | |     - added API command getCrefInfo(cref) which returns the following format:
| | |       filename,lineno,columno
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 681c7971241fe6cc42b038d0e4103632cbe26758
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 2 08:54:02 2005 +0000
| | | 
| | |     Added annotation to external decl, needed for Library and Include annotation. Still need to do the implementation though.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/Inst.rml
| | | 
| | * commit d02a0193d14f393b14e43ddcb549db7c4f4fc4e9
| | | Author: Adrian Pop 
| | | Date:   Tue Nov 1 15:53:30 2005 +0000
| | | 
| | |     2005-11-01 adrpo@ida
| | |     - bug fixing of walker.g for parsing of Modelica 2.2 with position info
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit d93395e07915baad601e938c590071183530ee75
| | | Author: Håkan Lundvall 
| | | Date:   Tue Nov 1 12:52:05 2005 +0000
| | | 
| | |     - Added test case for events
| | |     - Updated winruntime after changes in runtime
| | |     - Added missing return statement in printimpl.c
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/winruntime/printimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit e5fa18c91c8a368e81f78ecf71ecbcaf016964cc
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 1 10:15:55 2005 +0000
| | | 
| | |     Implemented constant evaluation of the following operators:
| | |     vector
| | |     cat
| | |     transpose
| | |     identity
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/Values.rml
| | | 
| | * commit a2c788fb9a56efdd314b4f5d887ddc5b463e09e7
| | | Author: Adrian Pop 
| | | Date:   Mon Oct 31 22:49:06 2005 +0000
| | | 
| | |     2005-10-31 adrpo@ida
| | |     - added Info datatype INFO(filename, lineno, columnno)
| | |     - changed so that CLASS and ELEMENT uses the Info datatype
| | |     - fixed everything in the other rml files
| | |     - tested on the standard tests and passed
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/DumpGraphviz.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SCode.rml
| | | 
| | * commit 9becb6527bee3cb0b58ab29ad0a74e1d7c8e600e
| | | Author: Adrian Pop 
| | | Date:   Mon Oct 31 22:46:23 2005 +0000
| | | 
| | |     2005-10-31 adrpo@ida
| | |     - added line/column info to CLASS and ELEMENT construction
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 7a6afdfe7f95670a3bed8534d7ea8e306cd53c10
| | | Author: x02lucpo 
| | | Date:   Mon Oct 31 16:54:00 2005 +0000
| | | 
| | |     Merged R1903 BRANCH into trunk
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	c_runtime/simulation_runtime.cpp
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit a943e76d65053ad23af43eac91fe99962b7948c4
| | | Author: Peter Aronsson 
| | | Date:   Wed Oct 26 10:49:06 2005 +0000
| | | 
| | |     Implemented vectorized calls of functions. Removed temporary hack for der operator.
| | |     Testcases: Vectorizable1.mo - Vectorizable5.mo.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit ce1cb2c32fdc5144028182db662eaab267a4f897
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 25 06:51:30 2005 +0000
| | | 
| | |     Fixed bug #2. Can not handle arrays of strings yet.
| | |     Testexample mosfiles/strings.mos
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Values.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/read_write.c
| | | 
| | * commit 422a4c1c7bae6e11515e2e9f0ad7afdd84803203
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 24 10:53:55 2005 +0000
| | | 
| | |     Fixed bug #32
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit bb297a2357c0048f7904819220653c348a67d8bb
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 24 09:17:30 2005 +0000
| | | 
| | |     Fixed bug #9.
| | |     Implemented cardinality.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Connect.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit 7e7700c7f0b8a9b4b493f004014ad4f5be90fc56
| | | Author: x02lucpo 
| | | Date:   Fri Oct 21 11:28:34 2005 +0000
| | | 
| | |     switched back includes in c_runtime to make possible compilation gcc
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_write.h
| | | 
| | * commit 62ff637a830a7372845acb2a8d8a697b29627102
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 21 07:46:42 2005 +0000
| | | 
| | |     Fixed bug #37, Testcase Array10.mo.
| | |     Fixed bug #38, Testcase Array11.mo.
| | |     
| | |     Prepared for impl. of cardinality: T_ANYTYPE
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit 6861e2f23373029b87ad4c92ec4b1340699539dc
| | | Author: x02lucpo 
| | | Date:   Thu Oct 20 07:32:26 2005 +0000
| | | 
| | |     switched some includes in c_runtime to make possible compilation with VC 6.0
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/matrix.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | 
| | * commit beef0c5b1600a0665549b6a5581d81a3b02f81af
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 18 12:19:50 2005 +0000
| | | 
| | |     Fixed two unparsebugs, tuple assignments and elseif branches in algorithm sections.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.rml
| | | 
| | * commit 8a91282546201938bff4fa3d9fd559de1fc1c7f9
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 18 11:09:32 2005 +0000
| | | 
| | |     Fixed bug #36: merging of modifiers in redeclare. Testcases: Redeclare4.mo Redeclare5.mo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Mod.rml
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit e89f83feaa204223079d2159b01f915075439102
| | | Author: Håkan Lundvall 
| | | Date:   Tue Oct 18 07:38:48 2005 +0000
| | | 
| | |     Fixed: Correct type on returned array from readSimulationResult
| | |     Fixed: Prefix on crefs inside when-conditions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 3cdcc14f68c8b80abe5282d181a2fa96e32f4815
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 17 05:52:20 2005 +0000
| | | 
| | |     Added comment to constraining clause in Absyn.
| | |     Relaxed Real literal construction in lexer, now accepts .1 and -.5.
| | |     Fixed get_diagram_annotation bug in Interactive.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/absyn_builder/walker.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit ac2140fb3c876d29c1044689ec444ecb544c5e4a
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 13 13:07:22 2005 +0000
| | | 
| | |     Fixed bug #13, #34.
| | |     Fixed so loadModel and loadFile returns parse error messages, if any, to error buffer.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassLoader.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/runtime/printimpl.c
| | | M	Compiler/runtime/rtopts.c
| | | M	Compiler/runtime/socketimpl.c
| | | M	Compiler/runtime/systemimpl.c
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit bae01284ae851d548e50695ffcf0e40e49774905
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 11 05:32:26 2005 +0000
| | | 
| | |     Fixed bug in getComponentAnnotations in Modelica.Blocks.Math.Gain, wrong order of protected and public components.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 4854a24baff49e3707710dc34b7e0fceca70a5ed
| | | Author: Håkan Lundvall 
| | | Date:   Mon Oct 10 15:54:03 2005 +0000
| | | 
| | |     * fixed font in winmosh
| | |     * plot with scalar argument
| | |     * small changes i welcome text and about box
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.rml
| | | 
| | * commit 62b192bd965c50056158d6e87422d70a7441c93b
| | | Author: Håkan Lundvall 
| | | Date:   Thu Oct 6 16:17:39 2005 +0000
| | | 
| | |     Last fixes before release of 1.3
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | A	Examples/BouncingBall.mo
| | | A	Examples/Circle.mo
| | | A	Examples/SimpleIntegrator.mo
| | | A	Examples/VanDerPol.mo
| | | A	Examples/bubblesort.mo
| | | A	Examples/dcmotor.mo
| | | A	Examples/sim_BouncingBall.mos
| | | A	Examples/sim_dcmotor.mos
| | | 
| | * commit 5ae2effa7a235e6956c66d567145e1f2fd0792a6
| | | Author: Kaj Nyström 
| | | Date:   Wed Oct 5 10:59:59 2005 +0000
| | | 
| | |     Minor fix, including exit help
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/helptext.txt
| | | 
| | * commit f07bbb07a689af0cf18cf5ff6e210ec5087b16dc
| | | Author: Kaj Nyström 
| | | Date:   Wed Oct 5 10:50:28 2005 +0000
| | | 
| | |     Major updates with reorganization and examples
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/helptext.txt
| | | 
| | * commit 44f58e540132f709ff8a685376f818685ceecdf4
| | | Author: Kaj Nyström 
| | | Date:   Wed Oct 5 09:05:39 2005 +0000
| | | 
| | |     Changed license text
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/doPlot
| | | 
| | * commit 9f8bb8deea36f8c7d24a13ebff3514849ed527bf
| | | Author: Kaj Nyström 
| | | Date:   Wed Oct 5 09:03:34 2005 +0000
| | | 
| | |     Changed license text
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassInf.rml
| | | M	Compiler/ClassLoader.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Connect.rml
| | | M	Compiler/Corba.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAEEXT.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Debug.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/DumpGraphviz.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Graphviz.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/LICENSE
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/ModUtil.rml
| | | M	Compiler/Parser.rml
| | | M	Compiler/Prefix.rml
| | | M	Compiler/Print.rml
| | | M	Compiler/RTOpts.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Socket.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/System.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/TaskGraphExt.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/Values.rml
| | | M	Compiler/VarTransform.rml
| | | M	Compiler/absyn_builder/expression_parser.g
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/absyn_builder/walker.g
| | | M	Compiler/absyn_builder/yacclib.c
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/scripts/doPlot
| | | M	Compiler/winruntime/corbaimpl.cpp
| | | M	Compiler/winruntime/omc_communication_impl.cpp
| | | M	Compiler/winruntime/printimpl.c
| | | M	Compiler/winruntime/ptolemyio.cpp
| | | M	Compiler/winruntime/rtopts.c
| | | M	Compiler/winruntime/socketimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit c5476bf43820fc1954508bd185e060a445fb4dbc
| | | Author: Håkan Lundvall 
| | | Date:   Mon Oct 3 12:48:57 2005 +0000
| | | 
| | |     updated winruntime with changes made in runtime
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/winruntime/ptolemyio.cpp
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 4304a061a51469f83c3a3028eb2c27964b904dda
| | | Author: Kaj Nyström 
| | | Date:   Sun Oct 2 18:23:04 2005 +0000
| | | 
| | |     Fix for reading result sizes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/System.rml
| | | 
| | * commit 060066a253946f516e2eb48d59ca3cca8e62eb4d
| | | Author: Kaj Nyström 
| | | Date:   Fri Sep 30 12:59:25 2005 +0000
| | | 
| | |     Implemented readSimulationResultSize in the Interactive API
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/ptolemyio.cpp
| | | M	Compiler/runtime/ptolemyio.hpp
| | | 
| | * commit 2d0a465abfa28d84c9dece4fa12b340a6105dfe6
| | | Author: Kaj Nyström 
| | | Date:   Fri Sep 30 12:57:17 2005 +0000
| | | 
| | |     Implemented readSimulationResultSize in the Interactive API
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | 
| | * commit 14d6fbbee8d277ca6f905b400efad91b25765a0a
| | | Author: Kaj Nyström 
| | | Date:   Fri Sep 30 12:56:37 2005 +0000
| | | 
| | |     Implemented readSimulationResultSize in the Interactive API
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit b773cc33498abc14b7a765984d0c350f01f34ba9
| | | Author: Håkan Lundvall 
| | | Date:   Wed Sep 28 16:39:25 2005 +0000
| | | 
| | |     * noEvent
| | |     * sample
| | |     * updates of installation project
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/SimCodegen.rml
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 971798d3dffdfeec3fbd9eb78cd0c53e99005214
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 28 14:50:55 2005 +0000
| | | 
| | |     Fixed bug in print_exp_cpp_str for EQUAL.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 94a003556e49e831aa7955d956e33dee20dd7dbb
| | | Author: x02lucpo 
| | | Date:   Wed Sep 28 12:14:34 2005 +0000
| | | 
| | |     implemented a buildModel function that only compiles the model without simulating it.
| | |     added a setClassNamesForSimulation to use when to clients of omc collaborates
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/System.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 8d467e3b947cc09830eb2a8a4ae824ebcc93a4fa
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 28 07:43:14 2005 +0000
| | | 
| | |     Added check/error msg of lowering IF_EQUATIONS.
| | |     Added noEvent as macro in modelica.h
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	c_runtime/modelica.h
| | | 
| | * commit 9c4cf7f960e535a98f26e4b8b145fd585c841c6d
| | | Author: David Broman 
| | | Date:   Tue Sep 27 07:43:34 2005 +0000
| | | 
| | |     Added a textfile README-WIN32.txt, which explains step-by-step how to install and compile the OMC under Windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	README-WIN32.txt
| | | 
| | * commit 35c34218a5c74a1e53b26a7656e734f75ce92c94
| | | Author: Peter Aronsson 
| | | Date:   Mon Sep 26 12:58:21 2005 +0000
| | | 
| | |     Added der(abs(x)) = der(x)*sign(x)
| | |     Added Exp.traverse_exp (generic expression traversal)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit cc385a47ed674e0cb4c6cfd4c8578afa9b090c8e
| | | Author: Håkan Lundvall 
| | | Date:   Mon Sep 26 09:32:57 2005 +0000
| | | 
| | |     Fixed bug in generated code for interactive function calls.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Static.rml
| | | 
| | * commit 305bcb45f07e0e0383175d1615fd147488a9b49d
| | | Author: Håkan Lundvall 
| | | Date:   Wed Sep 21 06:54:03 2005 +0000
| | | 
| | |     Merged event handling (only in dassl)
| | |     Use omc +d=noevents to disable it.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Makefile.w32
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/scripts/Compile
| | | M	Compiler/winruntime/printimpl.c
| | | M	c_runtime/Makefile
| | | M	c_runtime/modelica.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 43f7ed2cd0da6b6f04af030e67e6cc5389d2174d
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 20 12:46:03 2005 +0000
| | | 
| | |     Implemented POW using libmath pow.
| | |     Fixed bug when translating dae having variable x[] or y[] or xd[] or p[] defined in the model.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 60751c9e4c031a79ec45187d7d525f780ed30423
| | | Author: Peter Aronsson 
| | | Date:   Mon Sep 19 09:54:04 2005 +0000
| | | 
| | |     Fixed temporary hack for der(vector) and der(matrix) since vectorized calls not impl. yet.
| | |     Fixed bug in builtin attributes, e.g. start, min, max, etc.
| | |     Fixed bug in placement annotation in Interactive.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 2c87c7891904e45c60a7ab069cc5da8d10a85816
| | | Author: x02lucpo 
| | | Date:   Thu Sep 15 08:57:17 2005 +0000
| | | 
| | |     removed \bin from the path
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/scripts/Compile.bat
| | | M	Compiler/scripts/doPlot.bat
| | | 
| | * commit 9326663484e979d0fd7912c3bb72555097e31b0e
| | | Author: x02lucpo 
| | | Date:   Thu Sep 15 07:48:39 2005 +0000
| | | 
| | |     changed the name of derivative from der(a.b.c) to a.b.der(c)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 175032e93ac3f666eb9fcd440b0dbf2e59e4afc9
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 7 11:44:39 2005 +0000
| | | 
| | |     Updated Upgraded parser and Absyn to Modelica v2.2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/DumpGraphviz.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/absyn_builder/walker.g
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 29bab25c28cbac6752b994dd29134551571d0c87
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 31 07:14:33 2005 +0000
| | | 
| | |     Fixed bugs with external functions in simulation code. Fixed underconstrained initial equations, etc.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 8e347757d44cdd502d8ad9304862f976ce5ad7d5
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 26 05:41:23 2005 +0000
| | | 
| | |     Removed debug prints. Added initial_function call in solvers. Removed faulty impl. for functions returning one argument.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Codegen.rml
| | | M	Compiler/SimCodegen.rml
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit a7bfc7aa4ac04f5d66cd375414d2a382969444e5
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 25 05:50:05 2005 +0000
| | | 
| | |     Added calculation of initial values from initial equations. For now, the initial equation system must be consistent. No additional equations are currently added, e.g. x=0 for some uninitialized state x.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 70568d5266a436e0d41dbfaa8265eb229e942aba
| | | Author: Peter Aronsson 
| | | Date:   Mon Aug 22 08:07:45 2005 +0000
| | | 
| | |     Fixed bug with citation quotes on simulate command. Improved code generation of functions for simulation code. Added calculation of simple equations in simulation code. Fixed comment bug in comments from variables in simulation code.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 3cf7d77f812e0e4a51d5e0837697eda1ef4e1a6f
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 17 14:28:29 2005 +0000
| | | 
| | |     Fixed bug in not resetting class file string after parsing. Changed "NoFile" to empty string when no class file present.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/absyn_builder/parse.cpp
| | | 
| | * commit 1ca372c2fce549a8862ecd3112969cfcbb217eb3
| | | Author: x02lucpo 
| | | Date:   Wed Aug 17 09:28:28 2005 +0000
| | | 
| | |     commented an addition to traverse classes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit fb3984952482e0b9c77c4186a3b67c94bd83e018
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 16 14:22:03 2005 +0000
| | | 
| | |     Fixed bug with tuple assign.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit 4bac2c3e7706b55fe9ca265f386ce29594bd4b99
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 16 11:53:29 2005 +0000
| | | 
| | |     Fixed bug with unary array minus and plus.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/Values.rml
| | | 
| | * commit 3715032eca1a77ec39072b07f17344ab9fff77a8
| | | Author: Peter Aronsson 
| | | Date:   Mon Aug 15 09:27:58 2005 +0000
| | | 
| | |     Merged 1875:1878 on petarstructparam. Structural parameters are now dealt with by giving modifiers both value and equal binding.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/System.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | M	c_runtime/modelica.h
| | | 
| | * commit 5751866033d40fc6f9aede40ee1c38ca1ef7f163
| | | Author: x02lucpo 
| | | Date:   Wed Aug 10 07:45:19 2005 +0000
| | | 
| | |     simcode contains now also the comments of the daelow.var
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit cfe8fbdf248b024df933c093bffa4dd97ef3ad13
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 3 11:53:47 2005 +0000
| | | 
| | |     Fixed nicer printing of Env
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Dump.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit 2a9a46ec1084da979df9aadff3046ca28eb867b8
| | | Author: x02lucpo 
| | | Date:   Wed Aug 3 09:32:12 2005 +0000
| | | 
| | |     implemented translateModel
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit 846eb9d7a551cc2b8bb6020393e744e7338d1a26
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 3 05:53:46 2005 +0000
| | | 
| | |     Fixed bug in Interactive getComponents function. Fixed bug with self referencing variables. Fixed DAE output bug.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 41420fcfbfc489f42033664bbb2a5ecf05489d9e
| | | Author: Peter Aronsson 
| | | Date:   Mon Aug 1 12:18:04 2005 +0000
| | | 
| | |     Changed getComponents in interactive interface to return more information.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/System.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit 572b7a19ab41e824b55629717ffe766f9bbed544
| | | Author: Peter Aronsson 
| | | Date:   Mon Aug 1 10:04:01 2005 +0000
| | | 
| | |     Added documentation to -all- relations. Improved documentation on some rules. Removed dead code.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Algorithm.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassInf.rml
| | | M	Compiler/Codegen.rml
| | | M	Compiler/Connect.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAEEXT.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Debug.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/DumpGraphviz.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Graphviz.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Mod.rml
| | | M	Compiler/ModUtil.rml
| | | M	Compiler/Parser.rml
| | | M	Compiler/Prefix.rml
| | | M	Compiler/Print.rml
| | | M	Compiler/RTOpts.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Socket.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/Values.rml
| | | M	Compiler/VarTransform.rml
| | | M	Compiler/runtime/daeext.cpp
| | | 
| | * commit fd95e791fd8497fa0b0eae85335398bada5af168
| | | Author: x02lucpo 
| | | Date:   Fri Jul 29 09:15:40 2005 +0000
| | | 
| | |     added trim to System.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/ClassLoader.rml
| | | M	Compiler/System.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/scripts/Compile.bat
| | | M	Compiler/scripts/doPlot.bat
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 1ff50f6e1a93c804cd82566069812fe82efb5713
| | | Author: x02lucpo 
| | | Date:   Wed Jul 27 09:31:10 2005 +0000
| | | 
| | |     changed dae.dump_type_str and exported Interactive.evaluate2 as public
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.rml
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 3d6f0600a7b0bd231c96a889cfbaf11afb292843
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 26 07:20:17 2005 +0000
| | | 
| | |     Fixed bug in make_sum and make_product.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.rml
| | | 
| | * commit 9a89b81468b8c2fbac786bf8961d2ae37dff94f3
| | | Author: Peter Aronsson 
| | | Date:   Fri Jul 22 07:39:23 2005 +0000
| | | 
| | |     Fixed bug in differentiate. Fixed bug in simplify of IFEXP.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Derive.rml
| | | M	Compiler/Exp.rml
| | | 
| | * commit 0ed581c7cd1c28a4b575a9d6f833edb6e8f00011
| | | Author: x02lucpo 
| | | Date:   Thu Jul 21 13:40:13 2005 +0000
| | | 
| | |     improved is_non_state(VarKind)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | 
| | * commit ca6a1f5cf1a89794e63cf24955c401522536ce27
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 20 12:49:57 2005 +0000
| | | 
| | |     made var_equal public.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | 
| | * commit b9f678f83cec5da33483013115e21eaeaeaf79d8
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 20 07:31:30 2005 +0000
| | | 
| | |     Fixed bugs in simplify.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.rml
| | | 
| | * commit 3e067b3ace07ec95e179fb7da646189bb07d5dde
| | | Author: x02lucpo 
| | | Date:   Tue Jul 19 13:10:25 2005 +0000
| | | 
| | |     implemented get_var_using_name for getting a DAELow by its old name "a.b.c" and not by indexed form
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit 9d7382592663c18015b273337511b9e4155ddeb5
| | | Author: Peter Aronsson 
| | | Date:   Fri Jul 15 14:18:38 2005 +0000
| | | 
| | |     Added set_varkind, fixed bug in derive.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | 
| | * commit 54f85cc17ae90789f8607ad840d8db71d6e877a2
| | | Author: x02lucpo 
| | | Date:   Thu Jul 14 12:05:08 2005 +0000
| | | 
| | |     improved the building procedure and added some useful relations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Util.rml
| | | M	c_runtime/Makefile
| | | M	c_runtime/libf2c/makefile.vc
| | | 
| | * commit cd7cc3bec20986937b688040f1111077081d2f94
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 14 11:01:11 2005 +0000
| | | 
| | |     Fixed more bugs in simplify.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Exp.rml
| | | 
| | * commit 30c211851410269dcdfa1d42910a3a7a3c18a891
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 14 07:59:11 2005 +0000
| | | 
| | |     Fixed several bugs in simplify + minor enhancements to DAELow
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Util.rml
| | | M	Compiler/VarTransform.rml
| | | 
| | * commit f7343d98e761cf7ca433adca0b263956514e4bbc
| | | Author: x02lucpo 
| | | Date:   Wed Jul 13 07:19:15 2005 +0000
| | | 
| | |     improved the simulation command to output to output.log
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/rml2sig/rml2sig.bat
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 9ce23836385d285a0ed5d15f3ffacb0f1b509f0c
| | | Author: x02lucpo 
| | | Date:   Tue Jul 12 06:26:17 2005 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	flat_modelica_parser/src/flat_modelica_parserTokenTypes.txt
| | | 
| | * commit a2f51e13ceece9dd2700a727d4fe68cd7b51f800
| | | Author: x02lucpo 
| | | Date:   Tue Jul 12 06:19:54 2005 +0000
| | | 
| | |     improved the makefile.vc with clean and rebuild
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/libf2c/makefile.vc
| | | 
| | * commit 13312e6bfd54ee09f36e1be1752412440821604f
| | | Author: x02lucpo 
| | | Date:   Mon Jul 11 14:27:44 2005 +0000
| | | 
| | |     added build_within to global space
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 5e92101c101e6baf2b64d77e9560b5f597b644c6
| | | Author: x02lucpo 
| | | Date:   Fri Jul 8 09:24:09 2005 +0000
| | | 
| | |     removed a bug in remove_first_and_last_char
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 0501b7c7949f1f8c82e304760d0eaea789f165da
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 7 11:27:31 2005 +0000
| | | 
| | |     Fixed structural parameters for if-equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.rml
| | | 
| | * commit 8f431bcc69d36064d82b99095f91d95357e7d3a3
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 6 08:28:56 2005 +0000
| | | 
| | |     Fixed several bugs in import, lookup, etc.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 7ff2e5e4d68a5674a01697903454ffdf8c1a3ea6
| | | Author: x02lucpo 
| | | Date:   Tue Jul 5 12:06:57 2005 +0000
| | | 
| | |     improved some error-msg
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 9398cc07d219a16cffc49d0c9fa9ef5545d83476
| | | Author: x02lucpo 
| | | Date:   Tue Jul 5 12:02:12 2005 +0000
| | | 
| | |     added a function named write_file_or_error_msg
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Util.rml
| | | 
| | * commit 01c88855fa9e6907f4692e9a19e0448d48fd15fc
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 30 05:41:57 2005 +0000
| | | 
| | |     Fixed import bug for constants. Fixed intial if equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit baf381ddd73a74ef475158532a16697af22a1c8e
| | | Author: Levon Saldamli 
| | | Date:   Wed Jun 29 17:15:54 2005 +0000
| | | 
| | |     Added matlab scripts for automatic femlab problem generation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/Applications/testFEM.mo
| | | A	pde/DomainExternalSolverPackage/MFiles/femlabdomainfix.m
| | | A	pde/DomainExternalSolverPackage/MFiles/genfemlabheatproblem.m
| | | A	pde/DomainExternalSolverPackage/MFiles/genfemlabproblem.m
| | | A	pde/DomainExternalSolverPackage/MFiles/genfemlabproblem2.m
| | | A	pde/DomainExternalSolverPackage/MFiles/readbc.m
| | | A	pde/DomainExternalSolverPackage/MFiles/readgeom.m
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | 
| | * commit 6589afe73b3b16f7baf38940144aca91c8898905
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 28 10:01:44 2005 +0000
| | | 
| | |     Fixed bug when recursive use of component size as in
| | |     Real x[:](min = fill(1.0,size(x,1))={1.0};
| | |     Added two testcases.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/Types.rml
| | | 
| | * commit 55de99a1264bc8b8ec99218885d8f37e4d2d0bec
| | | Author: Levon Saldamli 
| | | Date:   Mon Jun 27 14:12:34 2005 +0000
| | | 
| | |     Added some parameters for PDE and for heat transfer. See MyGenericBoundaryDiffusionTest4
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/Applications/testFEM.mo
| | | A	pde/DomainExternalSolverPackage/MFiles/showfieldmovie_ind.asv
| | | A	pde/DomainExternalSolverPackage/MFiles/showfieldmovie_ind.m
| | | M	pde/DomainExternalSolverPackage/MFiles/showfieldt_ind.m
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | 
| | * commit 66138179ef866f00726ede6cc3809f097ab9753d
| | | Author: Peter Aronsson 
| | | Date:   Mon Jun 27 13:42:20 2005 +0000
| | | 
| | |     Fixed bug in elaboration of min and max.
| | |     Implemented imports of constants/variables from packages.
| | |     Fixed some error printing.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Env.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Lookup.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/Static.rml
| | | 
| | * commit 1b2f0271e0fcc2c82c641998ea8ae23d28f4b966
| | | Author: x02lucpo 
| | | Date:   Mon Jun 27 09:31:03 2005 +0000
| | | 
| | |     added libf2c to compilation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | 
| | * commit 0076e302ac310b74cd42dd02810a1278a05c95c6
| | | Author: x02lucpo 
| | | Date:   Mon Jun 27 09:30:15 2005 +0000
| | | 
| | |     Added libf2c for simple access from c to fortran solvers
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/libf2c/Notice
| | | A	c_runtime/libf2c/README
| | | A	c_runtime/libf2c/abort_.c
| | | A	c_runtime/libf2c/arithchk.c
| | | A	c_runtime/libf2c/backspac.c
| | | A	c_runtime/libf2c/c_abs.c
| | | A	c_runtime/libf2c/c_cos.c
| | | A	c_runtime/libf2c/c_div.c
| | | A	c_runtime/libf2c/c_exp.c
| | | A	c_runtime/libf2c/c_log.c
| | | A	c_runtime/libf2c/c_sin.c
| | | A	c_runtime/libf2c/c_sqrt.c
| | | A	c_runtime/libf2c/cabs.c
| | | A	c_runtime/libf2c/close.c
| | | A	c_runtime/libf2c/comptry.bat
| | | A	c_runtime/libf2c/d_abs.c
| | | A	c_runtime/libf2c/d_acos.c
| | | A	c_runtime/libf2c/d_asin.c
| | | A	c_runtime/libf2c/d_atan.c
| | | A	c_runtime/libf2c/d_atn2.c
| | | A	c_runtime/libf2c/d_cnjg.c
| | | A	c_runtime/libf2c/d_cos.c
| | | A	c_runtime/libf2c/d_cosh.c
| | | A	c_runtime/libf2c/d_dim.c
| | | A	c_runtime/libf2c/d_exp.c
| | | A	c_runtime/libf2c/d_imag.c
| | | A	c_runtime/libf2c/d_int.c
| | | A	c_runtime/libf2c/d_lg10.c
| | | A	c_runtime/libf2c/d_log.c
| | | A	c_runtime/libf2c/d_mod.c
| | | A	c_runtime/libf2c/d_nint.c
| | | A	c_runtime/libf2c/d_prod.c
| | | A	c_runtime/libf2c/d_sign.c
| | | A	c_runtime/libf2c/d_sin.c
| | | A	c_runtime/libf2c/d_sinh.c
| | | A	c_runtime/libf2c/d_sqrt.c
| | | A	c_runtime/libf2c/d_tan.c
| | | A	c_runtime/libf2c/d_tanh.c
| | | A	c_runtime/libf2c/derf_.c
| | | A	c_runtime/libf2c/derfc_.c
| | | A	c_runtime/libf2c/dfe.c
| | | A	c_runtime/libf2c/dolio.c
| | | A	c_runtime/libf2c/dtime_.c
| | | A	c_runtime/libf2c/due.c
| | | A	c_runtime/libf2c/ef1asc_.c
| | | A	c_runtime/libf2c/ef1cmc_.c
| | | A	c_runtime/libf2c/endfile.c
| | | A	c_runtime/libf2c/erf_.c
| | | A	c_runtime/libf2c/erfc_.c
| | | A	c_runtime/libf2c/err.c
| | | A	c_runtime/libf2c/etime_.c
| | | A	c_runtime/libf2c/exit_.c
| | | A	c_runtime/libf2c/f2c.h
| | | A	c_runtime/libf2c/f2c.h0
| | | A	c_runtime/libf2c/f2ch.add
| | | A	c_runtime/libf2c/f77_aloc.c
| | | A	c_runtime/libf2c/f77vers.c
| | | A	c_runtime/libf2c/fio.h
| | | A	c_runtime/libf2c/fmt.c
| | | A	c_runtime/libf2c/fmt.h
| | | A	c_runtime/libf2c/fmtlib.c
| | | A	c_runtime/libf2c/fp.h
| | | A	c_runtime/libf2c/ftell64_.c
| | | A	c_runtime/libf2c/ftell_.c
| | | A	c_runtime/libf2c/getarg_.c
| | | A	c_runtime/libf2c/getenv_.c
| | | A	c_runtime/libf2c/h_abs.c
| | | A	c_runtime/libf2c/h_dim.c
| | | A	c_runtime/libf2c/h_dnnt.c
| | | A	c_runtime/libf2c/h_indx.c
| | | A	c_runtime/libf2c/h_len.c
| | | A	c_runtime/libf2c/h_mod.c
| | | A	c_runtime/libf2c/h_nint.c
| | | A	c_runtime/libf2c/h_sign.c
| | | A	c_runtime/libf2c/hl_ge.c
| | | A	c_runtime/libf2c/hl_gt.c
| | | A	c_runtime/libf2c/hl_le.c
| | | A	c_runtime/libf2c/hl_lt.c
| | | A	c_runtime/libf2c/i77vers.c
| | | A	c_runtime/libf2c/i_abs.c
| | | A	c_runtime/libf2c/i_dim.c
| | | A	c_runtime/libf2c/i_dnnt.c
| | | A	c_runtime/libf2c/i_indx.c
| | | A	c_runtime/libf2c/i_len.c
| | | A	c_runtime/libf2c/i_mod.c
| | | A	c_runtime/libf2c/i_nint.c
| | | A	c_runtime/libf2c/i_sign.c
| | | A	c_runtime/libf2c/iargc_.c
| | | A	c_runtime/libf2c/iio.c
| | | A	c_runtime/libf2c/ilnw.c
| | | A	c_runtime/libf2c/inquire.c
| | | A	c_runtime/libf2c/l_ge.c
| | | A	c_runtime/libf2c/l_gt.c
| | | A	c_runtime/libf2c/l_le.c
| | | A	c_runtime/libf2c/l_lt.c
| | | A	c_runtime/libf2c/lbitbits.c
| | | A	c_runtime/libf2c/lbitshft.c
| | | A	c_runtime/libf2c/libf2c.lbc
| | | A	c_runtime/libf2c/libf2c.sy
| | | A	c_runtime/libf2c/lio.h
| | | A	c_runtime/libf2c/lread.c
| | | A	c_runtime/libf2c/lwrite.c
| | | A	c_runtime/libf2c/main.c
| | | A	c_runtime/libf2c/makefile.sy
| | | A	c_runtime/libf2c/makefile.u
| | | A	c_runtime/libf2c/makefile.vc
| | | A	c_runtime/libf2c/makefile.wat
| | | A	c_runtime/libf2c/math.hvc
| | | A	c_runtime/libf2c/mkfile.plan9
| | | A	c_runtime/libf2c/open.c
| | | A	c_runtime/libf2c/pow_ci.c
| | | A	c_runtime/libf2c/pow_dd.c
| | | A	c_runtime/libf2c/pow_di.c
| | | A	c_runtime/libf2c/pow_hh.c
| | | A	c_runtime/libf2c/pow_ii.c
| | | A	c_runtime/libf2c/pow_qq.c
| | | A	c_runtime/libf2c/pow_ri.c
| | | A	c_runtime/libf2c/pow_zi.c
| | | A	c_runtime/libf2c/pow_zz.c
| | | A	c_runtime/libf2c/qbitbits.c
| | | A	c_runtime/libf2c/qbitshft.c
| | | A	c_runtime/libf2c/r_abs.c
| | | A	c_runtime/libf2c/r_acos.c
| | | A	c_runtime/libf2c/r_asin.c
| | | A	c_runtime/libf2c/r_atan.c
| | | A	c_runtime/libf2c/r_atn2.c
| | | A	c_runtime/libf2c/r_cnjg.c
| | | A	c_runtime/libf2c/r_cos.c
| | | A	c_runtime/libf2c/r_cosh.c
| | | A	c_runtime/libf2c/r_dim.c
| | | A	c_runtime/libf2c/r_exp.c
| | | A	c_runtime/libf2c/r_imag.c
| | | A	c_runtime/libf2c/r_int.c
| | | A	c_runtime/libf2c/r_lg10.c
| | | A	c_runtime/libf2c/r_log.c
| | | A	c_runtime/libf2c/r_mod.c
| | | A	c_runtime/libf2c/r_nint.c
| | | A	c_runtime/libf2c/r_sign.c
| | | A	c_runtime/libf2c/r_sin.c
| | | A	c_runtime/libf2c/r_sinh.c
| | | A	c_runtime/libf2c/r_sqrt.c
| | | A	c_runtime/libf2c/r_tan.c
| | | A	c_runtime/libf2c/r_tanh.c
| | | A	c_runtime/libf2c/rawio.h
| | | A	c_runtime/libf2c/rdfmt.c
| | | A	c_runtime/libf2c/rewind.c
| | | A	c_runtime/libf2c/rsfe.c
| | | A	c_runtime/libf2c/rsli.c
| | | A	c_runtime/libf2c/rsne.c
| | | A	c_runtime/libf2c/s_cat.c
| | | A	c_runtime/libf2c/s_cmp.c
| | | A	c_runtime/libf2c/s_copy.c
| | | A	c_runtime/libf2c/s_paus.c
| | | A	c_runtime/libf2c/s_rnge.c
| | | A	c_runtime/libf2c/s_stop.c
| | | A	c_runtime/libf2c/scomptry.bat
| | | A	c_runtime/libf2c/sfe.c
| | | A	c_runtime/libf2c/sig_die.c
| | | A	c_runtime/libf2c/signal1.h0
| | | A	c_runtime/libf2c/signal_.c
| | | A	c_runtime/libf2c/signbit.c
| | | A	c_runtime/libf2c/sue.c
| | | A	c_runtime/libf2c/sysdep1.h0
| | | A	c_runtime/libf2c/system_.c
| | | A	c_runtime/libf2c/typesize.c
| | | A	c_runtime/libf2c/uio.c
| | | A	c_runtime/libf2c/uninit.c
| | | A	c_runtime/libf2c/util.c
| | | A	c_runtime/libf2c/wref.c
| | | A	c_runtime/libf2c/wrtfmt.c
| | | A	c_runtime/libf2c/wsfe.c
| | | A	c_runtime/libf2c/wsle.c
| | | A	c_runtime/libf2c/wsne.c
| | | A	c_runtime/libf2c/xwsne.c
| | | A	c_runtime/libf2c/z_abs.c
| | | A	c_runtime/libf2c/z_cos.c
| | | A	c_runtime/libf2c/z_div.c
| | | A	c_runtime/libf2c/z_exp.c
| | | A	c_runtime/libf2c/z_log.c
| | | A	c_runtime/libf2c/z_sin.c
| | | A	c_runtime/libf2c/z_sqrt.c
| | | 
| | * commit 68ada34a50307289fb09c11c097718b8c9398413
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 23 13:37:38 2005 +0000
| | | 
| | |     Added special case for code generation with no parameters.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 1a5a8fe32f81c1a6d095c9ed043adf4e083b4f03
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 23 11:42:00 2005 +0000
| | | 
| | |     Fixed bug in start_function
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 82f7613f410e6d92435e4515f4093c22bde3e98a
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 23 11:24:24 2005 +0000
| | | 
| | |     Fixed bug with input variables to models. Fixed segfault when writing open file in windows.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit d85f508be450c2289c0ee6f623c1fd5fbb5b4f6f
| | | Author: Levon Saldamli 
| | | Date:   Wed Jun 22 15:11:46 2005 +0000
| | | 
| | |     Fixed neumann and robin boundary conditions. Fixed bug with extra blocked boundary values by patching the mesh so that
| | |     it is consistent with rheolefs way of handling blocked edges. Rheolef blocked end points of edges that are blocked, if the end points themselves are not blocked. So we fix this in the mesh after reading the mesh, see PDEbhjl.FEMForms.Autonomous.Diffusion2D.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/Applications/meshgeninput.msh
| | | M	pde/DomainExternalSolverPackage/Applications/testFEM.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BCType.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Buildbc.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Data.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/isBlocked.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/package.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/package.mo
| | | M	pde/DomainExternalSolverPackage/README.txt
| | | 
| | * commit dd8eac4a5589139f9c5a982fa10cf1d5245645e5
| | | Author: x02lucpo 
| | | Date:   Wed Jun 22 13:54:59 2005 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/TaskGraph.rml
| | | 
| | * commit 4b4dc1beb3c101c65c1f270678536ff7abca368d
| | | Author: x02lucpo 
| | | Date:   Wed Jun 22 08:59:04 2005 +0000
| | | 
| | |     added a function in the code-generation
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 2aa80aa7871980abbd090a98d16b71a77d0ec4b1
| | | Author: x02lucpo 
| | | Date:   Wed Jun 22 08:58:14 2005 +0000
| | | 
| | |     made is_non_state to return a bool
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | 
| | * commit 0a2fbb8f5631a93efab1b5d8102842668d3637b5
| | | Author: Peter Aronsson 
| | | Date:   Wed Jun 22 06:13:28 2005 +0000
| | | 
| | |     Fixed bug in model inputs. They can not be removed in remove_simple_equations.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit cb6040aacf19b20d4c8780c9bfea63a9498daf14
| | | Author: x02lucpo 
| | | Date:   Tue Jun 21 12:49:47 2005 +0000
| | | 
| | |     added a output function to generated code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 871cd6c0d2ec5d0767cb58ca38250b738a5e18f7
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 21 12:12:32 2005 +0000
| | | 
| | |     Changed so top level inputs are not part of model equations, but instead must be given as input "parameters" in input file.
| | |     Also removed errobuf flag so error printing is allways done if main fails.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit 089d6f7f9dc037d54bf4fc949dec97d0833b1718
| | | Author: x02lucpo 
| | | Date:   Tue Jun 21 11:32:41 2005 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit 50a9bf37953ab0ce94a852837d9e1f29a1c3a2a7
| | | Author: Peter Aronsson 
| | | Date:   Mon Jun 20 14:01:32 2005 +0000
| | | 
| | |     Added solution to nonlinear systems in explicit ode. Added testcases.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	c_runtime/matrix.h
| | | 
| | * commit 73ee8578993f871d814ddf283f58c939f2d0f6d6
| | | Author: x02lucpo 
| | | Date:   Mon Jun 20 13:03:34 2005 +0000
| | | 
| | |     added -DCYGWIN to cflags
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/runtime/Makefile.in
| | | 
| | * commit 18e524564b56a10d74579a8e0f6614dc6c792146
| | | Author: x02lucpo 
| | | Date:   Mon Jun 20 12:21:26 2005 +0000
| | | 
| | |     implemented in System.rml relation platform which returns either the string "CYGWIN", "WIN32" or "" depending on the platform.
| | |     
| | |     winmosh.exe accepts now -omcpath  as argument for the omc.exe file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Makefile.in
| | | M	Compiler/System.rml
| | | M	Compiler/runtime/systemimpl.c
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit 15b5e1114e5a07a6becac11b57ed9e44a0393262
| | | Author: x02lucpo 
| | | Date:   Sun Jun 19 09:03:43 2005 +0000
| | | 
| | |     added a relation for printing an exp option to string
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 65614e8d4e3fbb8e653e2a527d66ea566fc02ef0
| | | Author: x02lucpo 
| | | Date:   Sun Jun 19 08:14:55 2005 +0000
| | | 
| | |     by including read_write.h after windows.h removed some kompiler errors.
| | |     
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/winruntime/systemimpl.c
| | | 
| | * commit a8360a2435f9711ce308144edd4c838af9bff9e5
| | | Author: Peter Aronsson 
| | | Date:   Sat Jun 18 07:42:37 2005 +0000
| | | 
| | |     forgot to add the file..
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/matrix.h
| | | 
| | * commit 82b20200df2880e1a4c36679ae0235fa6064b406
| | | Author: Peter Aronsson 
| | | Date:   Sat Jun 18 06:56:22 2005 +0000
| | | 
| | |     Linear subsystem of equations now works. Also added explicit euler solver method, accessed using -m option to executable.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Types.rml
| | | M	Compiler/modpar/solvers.cpp
| | | M	c_runtime/Makefile
| | | A	c_runtime/blaswrap.h
| | | A	c_runtime/dgesv_aux.c
| | | A	c_runtime/f2c.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 6eae7f06cba9f97963f7abd1a5ed5721242d628a
| | | Author: x02lucpo 
| | | Date:   Thu Jun 16 09:05:16 2005 +0000
| | | 
| | |     added start_function to the sim-code generated that contain the equation for start-exp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 393d481747970febbe227ce595dc9ee07465f1ac
| | | Author: x02lucpo 
| | | Date:   Thu Jun 16 08:35:19 2005 +0000
| | | 
| | |     added start_function to the sim-code generated that contain the equation for start-exp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | 
| | * commit a741eb4e49d154a333b9e6317fe8e927b1eb5c42
| | | Author: Peter Aronsson 
| | | Date:   Wed Jun 15 05:59:28 2005 +0000
| | | 
| | |     Fixed bug in derive.rml. Worked on solving linear equations in SimCoden.rml.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Derive.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit 3a58660b60e3bfa25f321c59c90e328a6e1cca76
| | | Author: Levon Saldamli 
| | | Date:   Tue Jun 14 09:50:21 2005 +0000
| | | 
| | |     Updated some scripts and added Composite6. Added a test model (...3) for testing time dependent dirichlet bc. Added Readme.txt with installation instructions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/Applications/meshgeninput.msh
| | | M	pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate.mos
| | | M	pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate2.mos
| | | A	pde/DomainExternalSolverPackage/Applications/mosfiles/setup.mos
| | | M	pde/DomainExternalSolverPackage/Applications/testFEM.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo
| | | A	pde/DomainExternalSolverPackage/README.txt
| | | M	pde/DomainExternalSolverPackage/paths.bat
| | | M	pde/DomainExternalSolverPackage/paths.sh
| | | 
| | * commit de3df4ce7df22404d4916bb44f167f761504aedb
| | | Author: Adrian Pop 
| | | Date:   Sun Jun 12 20:09:52 2005 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se
| | |     2005-06-12
| | |     Fixed so that:
| | |     - server_loop
| | |     - server_loop_corba
| | |     are completly deterministic.
| | |     Please, if you add things to the first rule of these relation
| | |     add it also to the second rule, otherwise the RML doesn't turn
| | |     the two rules into a conditional.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Main.rml
| | | 
| | * commit 72311942fdd44010879e868c4b8f6d1e478f2415
| | | Author: x02lucpo 
| | | Date:   Thu Jun 9 11:33:52 2005 +0000
| | | 
| | |     improved the simulation code and added a check to remove_simple_equation2 to leave the equations that contain a variable that is on top-level an the direction is output
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit a4d3b3725cc58a7acece1a1750e26e09a1c4a8c6
| | | Author: x02lucpo 
| | | Date:   Wed Jun 8 12:06:41 2005 +0000
| | | 
| | |     added a check to variables of remove_simple_equations: if a variable to be removed is output then the equation is not removed
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | 
| | * commit a103f3fcf50098de298cfd9d260e52b81497dd53
| | | Author: x02lucpo 
| | | Date:   Fri Jun 3 06:46:30 2005 +0000
| | | 
| | |     made some relations public
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SCode.rml
| | | 
| | * commit 464c131bc8fa15c1cafac822dcd34d755e53bb30
| | | Author: Levon Saldamli 
| | | Date:   Thu Jun 2 09:50:11 2005 +0000
| | | 
| | |     Changed modeq to omc everyhwere, updated source. Renamed build directories for modeq to omc. Updated VC7 projects and solution as well.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/.cvsignore
| | | M	Compiler/Absyn.rml
| | | M	Compiler/Builtin.rml
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/Makefile.common
| | | M	Compiler/Makefile.in
| | | M	Compiler/Makefile.w32
| | | M	Compiler/Socket.rml
| | | R097	Compiler/modeq_debug/Makefile.in	Compiler/omc_debug/Makefile.in
| | | R097	Compiler/modeq_release/Makefile.in	Compiler/omc_release/Makefile.in
| | | M	Compiler/runtime/Makefile.in
| | | M	Compiler/runtime/corbaimpl.cpp
| | | D	Compiler/runtime/modeq_communication.idl
| | | D	Compiler/runtime/modeq_communication_impl.cpp
| | | D	Compiler/runtime/modeq_communication_impl.h
| | | A	Compiler/runtime/omc_communication.idl
| | | A	Compiler/runtime/omc_communication_impl.cpp
| | | A	Compiler/runtime/omc_communication_impl.h
| | | M	Compiler/test_codegen/Makefile.in
| | | M	Compiler/test_codegen/Makefile.single
| | | M	Compiler/winruntime/corbaimpl.cpp
| | | D	Compiler/winruntime/modeq_communication.h
| | | D	Compiler/winruntime/modeq_communication_impl.h
| | | R058	Compiler/winruntime/modeq_communication.cc	Compiler/winruntime/omc_communication.cc
| | | A	Compiler/winruntime/omc_communication.h
| | | R057	Compiler/winruntime/modeq_communication_impl.cpp	Compiler/winruntime/omc_communication_impl.cpp
| | | A	Compiler/winruntime/omc_communication_impl.h
| | | M	Makefile.in
| | | M	README
| | | M	configure
| | | M	configure.in
| | | 
| | * commit ece3a3ab3573a2c707e13c34e8bf472f00f88711
| | | Author: Peter Aronsson 
| | | Date:   Tue May 31 06:32:26 2005 +0000
| | | 
| | |     Added interactive function save, that saves a package structure or class given that it already has a filename associated with it. Also made some progress on explicit ode impl.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/Util.rml
| | | 
| | * commit a48b0b3e08748b29e1cd80a0e8d5e8d601e8c3d3
| | | Author: Peter Aronsson 
| | | Date:   Mon May 30 05:47:27 2005 +0000
| | | 
| | |     Fixed bug in DAELow.lower_varkind, etc.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/TaskGraph.rml
| | | M	Compiler/modpar/Codegen.cpp
| | | 
| | * commit 311e7658696a0df22dd4b92e5f6684fd0ab6704b
| | | Author: Peter Aronsson 
| | | Date:   Fri May 27 07:02:54 2005 +0000
| | | 
| | |     Fixed bugs in Codegen for nonlinear systems.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/modpar/Codegen.cpp
| | | 
| | * commit 057357967088a05f80c1af9613437bf91093086e
| | | Author: Peter Aronsson 
| | | Date:   Thu May 26 09:34:53 2005 +0000
| | | 
| | |     Added StructualParam1.mo, removed print from Inst.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/modpar/Codegen.cpp
| | | 
| | * commit 36f39ddf871f9b72e9d07ab20b1e20b74246c650
| | | Author: Peter Aronsson 
| | | Date:   Wed May 25 13:39:55 2005 +0000
| | | 
| | |     Fixed bug in finding structural parameters. Started codegen of explicit ode in SimCodegen.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/Main.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit e95e464fb950c12ebade54bed9bc45f962d10143
| | | Author: Peter Aronsson 
| | | Date:   Wed May 25 06:25:20 2005 +0000
| | | 
| | |     Fixed bug in structural parameters. Added testcase StructuralParameter1.mo
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Inst.rml
| | | 
| | * commit eaf260d0475341fe59b71908a572ee7bec1107b9
| | | Author: Håkan Lundvall 
| | | Date:   Tue May 24 15:17:44 2005 +0000
| | | 
| | |     Some steps towards finding zero crossings
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 972d98c5ce56027e609535312fe5935bcd2bedcb
| | | Author: Peter Aronsson 
| | | Date:   Fri May 20 13:44:11 2005 +0000
| | | 
| | |     Fixed bugs in setComponentModifierValue and getExtendsModifierNames.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Interactive.rml
| | | 
| | * commit 6fcd5b7ca1dfcbe1dae758f3cd29f52bd7107032
| | | Author: Håkan Lundvall 
| | | Date:   Thu May 19 15:27:44 2005 +0000
| | | 
| | |     Made DAELow and SimCodegen handle variables marked discrete
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | 
| | * commit 45e95660e5b38b119c4df5fe20a9c19dab9f270d
| | | Author: Håkan Lundvall 
| | | Date:   Tue May 17 16:06:30 2005 +0000
| | | 
| | |     Added when clauses to DAELow.DAELow
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/TaskGraph.rml
| | | 
| | * commit 405579d66fff3d22c782ccc7e5697dde770afb87
| | | Author: Håkan Lundvall 
| | | Date:   Tue May 17 13:17:05 2005 +0000
| | | 
| | |     A small step towards hybrid simulations
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/DAE.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Exp.rml
| | | M	Compiler/Inst.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/SimCodegen.rml
| | | M	Compiler/Static.rml
| | | M	Compiler/VarTransform.rml
| | | 
| | * commit b9c80e6d350b39fbd765bea4a9962c8fc70915a4
| | | Author: Peter Aronsson 
| | | Date:   Tue May 17 06:00:59 2005 +0000
| | | 
| | |     Fixed bug in make_fully_qualified.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Inst.rml
| | | 
| | * commit 4321eddf6abdab4606ee429ea90d7fb2faa2a273
| | | Author: Peter Aronsson 
| | | Date:   Mon May 16 14:07:48 2005 +0000
| | | 
| | |     Fixed bugs in get/set XXX ModifierValue.
| | |     Implemented get/setSourceFile.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Absyn.rml
| | | M	Compiler/DAELow.rml
| | | M	Compiler/Dump.rml
| | | M	Compiler/DumpGraphviz.rml
| | | M	Compiler/Interactive.rml
| | | M	Compiler/SCode.rml
| | | M	Compiler/absyn_builder/parse.cpp
| | | M	Compiler/absyn_builder/walker.g
| | | 
| | * commit 10398525479365761a2d6c1d8cfa19a4399cf9d7
| | | Author: Levon Saldamli 
| | | Date:   Mon May 16 12:00:23 2005 +0000
| | | 
| | |     modeq directory path changed to Compiler
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Compiler/Ceval.rml
| | | 
| | * commit 78e79744758cc2615475fd41a89e122db93c71f4
| | | Author: Levon Saldamli 
| | | Date:   Thu May 12 12:12:29 2005 +0000
| | | 
| | |     Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Compiler/.cvsignore
| | | R099	modeq/Absyn.rml	Compiler/Absyn.rml
| | | R100	modeq/Algorithm.rml	Compiler/Algorithm.rml
| | | R100	modeq/Builtin.rml	Compiler/Builtin.rml
| | | R100	modeq/Ceval.rml	Compiler/Ceval.rml
| | | R100	modeq/ClassInf.rml	Compiler/ClassInf.rml
| | | R100	modeq/ClassLoader.rml	Compiler/ClassLoader.rml
| | | R100	modeq/Codegen.rml	Compiler/Codegen.rml
| | | R100	modeq/Connect.rml	Compiler/Connect.rml
| | | R100	modeq/Corba.rml	Compiler/Corba.rml
| | | R100	modeq/DAE.rml	Compiler/DAE.rml
| | | R100	modeq/DAEEXT.rml	Compiler/DAEEXT.rml
| | | R100	modeq/DAELow.rml	Compiler/DAELow.rml
| | | R100	modeq/Debug.rml	Compiler/Debug.rml
| | | R100	modeq/Derive.rml	Compiler/Derive.rml
| | | R100	modeq/Dump.rml	Compiler/Dump.rml
| | | R100	modeq/DumpGraphviz.rml	Compiler/DumpGraphviz.rml
| | | R100	modeq/Env.rml	Compiler/Env.rml
| | | R100	modeq/Exp.rml	Compiler/Exp.rml
| | | R100	modeq/Graphviz.rml	Compiler/Graphviz.rml
| | | R100	modeq/Inst.rml	Compiler/Inst.rml
| | | R100	modeq/Interactive.rml	Compiler/Interactive.rml
| | | R100	modeq/LICENSE	Compiler/LICENSE
| | | R100	modeq/Lookup.rml	Compiler/Lookup.rml
| | | R100	modeq/Main.rml	Compiler/Main.rml
| | | R100	modeq/Makefile.common	Compiler/Makefile.common
| | | R100	modeq/Makefile.common.w32	Compiler/Makefile.common.w32
| | | R100	modeq/Makefile.in	Compiler/Makefile.in
| | | R100	modeq/Makefile.sig.w32	Compiler/Makefile.sig.w32
| | | R100	modeq/Makefile.w32	Compiler/Makefile.w32
| | | R100	modeq/Mod.rml	Compiler/Mod.rml
| | | R100	modeq/ModUtil.rml	Compiler/ModUtil.rml
| | | R100	modeq/Parser.rml	Compiler/Parser.rml
| | | R100	modeq/Prefix.rml	Compiler/Prefix.rml
| | | R100	modeq/Print.rml	Compiler/Print.rml
| | | R100	modeq/RTOpts.rml	Compiler/RTOpts.rml
| | | R100	modeq/SCode.rml	Compiler/SCode.rml
| | | R100	modeq/SimCodegen.rml	Compiler/SimCodegen.rml
| | | R100	modeq/Socket.rml	Compiler/Socket.rml
| | | R100	modeq/Static.rml	Compiler/Static.rml
| | | R100	modeq/System.rml	Compiler/System.rml
| | | R100	modeq/TaskGraph.rml	Compiler/TaskGraph.rml
| | | R100	modeq/TaskGraphExt.rml	Compiler/TaskGraphExt.rml
| | | R100	modeq/Types.rml	Compiler/Types.rml
| | | R100	modeq/Util.rml	Compiler/Util.rml
| | | R100	modeq/Values.rml	Compiler/Values.rml
| | | R100	modeq/VarTransform.rml	Compiler/VarTransform.rml
| | | R100	modeq/absyn_builder/Makefile.in	Compiler/absyn_builder/Makefile.in
| | | R100	modeq/absyn_builder/expression_parser.g	Compiler/absyn_builder/expression_parser.g
| | | R100	modeq/absyn_builder/parse.cpp	Compiler/absyn_builder/parse.cpp
| | | R100	modeq/absyn_builder/walker.g	Compiler/absyn_builder/walker.g
| | | R100	modeq/absyn_builder/yacclib.c	Compiler/absyn_builder/yacclib.c
| | | R100	modeq/absyn_builder/yacclib.h	Compiler/absyn_builder/yacclib.h
| | | R100	modeq/helptext.txt	Compiler/helptext.txt
| | | R100	modeq/interactive_api.txt	Compiler/interactive_api.txt
| | | R100	modeq/modeq_debug/Makefile.in	Compiler/modeq_debug/Makefile.in
| | | R100	modeq/modeq_release/Makefile.in	Compiler/modeq_release/Makefile.in
| | | R100	modeq/modpar/Codegen.cpp	Compiler/modpar/Codegen.cpp
| | | R100	modeq/modpar/Codegen.hpp	Compiler/modpar/Codegen.hpp
| | | R100	modeq/modpar/DuplicateParentMerge.cpp	Compiler/modpar/DuplicateParentMerge.cpp
| | | R100	modeq/modpar/DuplicateParentMerge.hpp	Compiler/modpar/DuplicateParentMerge.hpp
| | | R100	modeq/modpar/Makefile.in	Compiler/modpar/Makefile.in
| | | R100	modeq/modpar/MergeAllParents.cpp	Compiler/modpar/MergeAllParents.cpp
| | | R100	modeq/modpar/MergeAllParents.hpp	Compiler/modpar/MergeAllParents.hpp
| | | R100	modeq/modpar/MergeRule.cpp	Compiler/modpar/MergeRule.cpp
| | | R100	modeq/modpar/MergeRule.hpp	Compiler/modpar/MergeRule.hpp
| | | R100	modeq/modpar/MergeSiblings.cpp	Compiler/modpar/MergeSiblings.cpp
| | | R100	modeq/modpar/MergeSiblings.hpp	Compiler/modpar/MergeSiblings.hpp
| | | R100	modeq/modpar/ParallelOptions.cpp	Compiler/modpar/ParallelOptions.cpp
| | | R100	modeq/modpar/ParallelOptions.hpp	Compiler/modpar/ParallelOptions.hpp
| | | R100	modeq/modpar/Schedule.cpp	Compiler/modpar/Schedule.cpp
| | | R100	modeq/modpar/Schedule.hpp	Compiler/modpar/Schedule.hpp
| | | R100	modeq/modpar/SingleChildMerge.cpp	Compiler/modpar/SingleChildMerge.cpp
| | | R100	modeq/modpar/SingleChildMerge.hpp	Compiler/modpar/SingleChildMerge.hpp
| | | R100	modeq/modpar/TaskGraph.cpp	Compiler/modpar/TaskGraph.cpp
| | | R100	modeq/modpar/TaskGraph.hpp	Compiler/modpar/TaskGraph.hpp
| | | R100	modeq/modpar/TaskGraphExt.cpp	Compiler/modpar/TaskGraphExt.cpp
| | | R100	modeq/modpar/TaskGraphExt_stub.cpp	Compiler/modpar/TaskGraphExt_stub.cpp
| | | R100	modeq/modpar/TaskMerging.cpp	Compiler/modpar/TaskMerging.cpp
| | | R100	modeq/modpar/TaskMerging.hpp	Compiler/modpar/TaskMerging.hpp
| | | R100	modeq/modpar/reverse_depth_first_search.hpp	Compiler/modpar/reverse_depth_first_search.hpp
| | | R100	modeq/modpar/solvers.cpp	Compiler/modpar/solvers.cpp
| | | R100	modeq/modpar/solvers.hpp	Compiler/modpar/solvers.hpp
| | | R100	modeq/myrmlc	Compiler/myrmlc
| | | A	Compiler/report/.cvsignore
| | | R100	modeq/report/Makefile	Compiler/report/Makefile
| | | R100	modeq/report/abstract	Compiler/report/abstract
| | | R100	modeq/report/bibliotekskort	Compiler/report/bibliotekskort
| | | R100	modeq/report/design	Compiler/report/design
| | | R100	modeq/report/example-1.tex	Compiler/report/example-1.tex
| | | R100	modeq/report/example-2.tex	Compiler/report/example-2.tex
| | | R100	modeq/report/example-3.tex	Compiler/report/example-3.tex
| | | R100	modeq/report/example-4.tex	Compiler/report/example-4.tex
| | | R100	modeq/report/report.bib	Compiler/report/report.bib
| | | R100	modeq/report/report.tex	Compiler/report/report.tex
| | | R100	modeq/report/semantik	Compiler/report/semantik
| | | R100	modeq/report/syntax	Compiler/report/syntax
| | | R100	modeq/report/transfig.pic	Compiler/report/transfig.pic
| | | R100	modeq/rml2sig/Makefile.in	Compiler/rml2sig/Makefile.in
| | | R100	modeq/rml2sig/rml2sig.bat	Compiler/rml2sig/rml2sig.bat
| | | R100	modeq/rml2sig/rml2sig.lex	Compiler/rml2sig/rml2sig.lex
| | | R100	modeq/rml2sig/rmldep.sh	Compiler/rml2sig/rmldep.sh
| | | R096	modeq/runtime/Makefile.in	Compiler/runtime/Makefile.in
| | | R100	modeq/runtime/corbaimpl.cpp	Compiler/runtime/corbaimpl.cpp
| | | R100	modeq/runtime/corbaimpl_stub.cpp	Compiler/runtime/corbaimpl_stub.cpp
| | | R100	modeq/runtime/daeext.cpp	Compiler/runtime/daeext.cpp
| | | R100	modeq/runtime/modeq_communication.idl	Compiler/runtime/modeq_communication.idl
| | | R100	modeq/runtime/modeq_communication_impl.cpp	Compiler/runtime/modeq_communication_impl.cpp
| | | R100	modeq/runtime/modeq_communication_impl.h	Compiler/runtime/modeq_communication_impl.h
| | | R100	modeq/runtime/printimpl.c	Compiler/runtime/printimpl.c
| | | R100	modeq/runtime/ptolemyio.cpp	Compiler/runtime/ptolemyio.cpp
| | | R100	modeq/runtime/ptolemyio.hpp	Compiler/runtime/ptolemyio.hpp
| | | R100	modeq/runtime/rtopts.c	Compiler/runtime/rtopts.c
| | | R100	modeq/runtime/socketimpl.c	Compiler/runtime/socketimpl.c
| | | R100	modeq/runtime/systemimpl.c	Compiler/runtime/systemimpl.c
| | | R100	modeq/scripts/Compile	Compiler/scripts/Compile
| | | R100	modeq/scripts/Compile.bat	Compiler/scripts/Compile.bat
| | | R100	modeq/scripts/doPlot	Compiler/scripts/doPlot
| | | R100	modeq/scripts/doPlot.bat	Compiler/scripts/doPlot.bat
| | | R100	modeq/test_codegen/Makefile.in	Compiler/test_codegen/Makefile.in
| | | R100	modeq/test_codegen/Makefile.single	Compiler/test_codegen/Makefile.single
| | | R100	modeq/test_codegen/algorithm_for1.mo	Compiler/test_codegen/algorithm_for1.mo
| | | R100	modeq/test_codegen/algorithm_if1.mo	Compiler/test_codegen/algorithm_if1.mo
| | | R100	modeq/test_codegen/algorithm_while1.mo	Compiler/test_codegen/algorithm_while1.mo
| | | R100	modeq/test_codegen/equation_funcall1.mo	Compiler/test_codegen/equation_funcall1.mo
| | | R100	modeq/test_codegen/equation_funcall10.mo	Compiler/test_codegen/equation_funcall10.mo
| | | R100	modeq/test_codegen/equation_funcall11.mo	Compiler/test_codegen/equation_funcall11.mo
| | | R100	modeq/test_codegen/equation_funcall12.mo	Compiler/test_codegen/equation_funcall12.mo
| | | R100	modeq/test_codegen/equation_funcall2.mo	Compiler/test_codegen/equation_funcall2.mo
| | | R100	modeq/test_codegen/equation_funcall3.mo	Compiler/test_codegen/equation_funcall3.mo
| | | R100	modeq/test_codegen/equation_funcall4.mo	Compiler/test_codegen/equation_funcall4.mo
| | | R100	modeq/test_codegen/equation_funcall5.mo	Compiler/test_codegen/equation_funcall5.mo
| | | R100	modeq/test_codegen/equation_funcall6.mo	Compiler/test_codegen/equation_funcall6.mo
| | | R100	modeq/test_codegen/equation_funcall7.mo	Compiler/test_codegen/equation_funcall7.mo
| | | R100	modeq/test_codegen/equation_funcall8.mo	Compiler/test_codegen/equation_funcall8.mo
| | | R100	modeq/test_codegen/equation_funcall9.mo	Compiler/test_codegen/equation_funcall9.mo
| | | R100	modeq/test_codegen/expression_array_construct1.mo	Compiler/test_codegen/expression_array_construct1.mo
| | | R100	modeq/test_codegen/expression_array_construct2.mo	Compiler/test_codegen/expression_array_construct2.mo
| | | R100	modeq/test_codegen/expression_if1.mo	Compiler/test_codegen/expression_if1.mo
| | | R100	modeq/test_codegen/expression_index1.mo	Compiler/test_codegen/expression_index1.mo
| | | R100	modeq/test_codegen/expression_matrix_vector_product1.mo	Compiler/test_codegen/expression_matrix_vector_product1.mo
| | | R100	modeq/test_codegen/expression_range1.mo	Compiler/test_codegen/expression_range1.mo
| | | R100	modeq/test_codegen/expression_range2.mo	Compiler/test_codegen/expression_range2.mo
| | | R100	modeq/test_codegen/expression_unary_minus1.mo	Compiler/test_codegen/expression_unary_minus1.mo
| | | R100	modeq/test_codegen/expression_unary_minus2.mo	Compiler/test_codegen/expression_unary_minus2.mo
| | | R100	modeq/test_codegen/if_algorithm.mo	Compiler/test_codegen/if_algorithm.mo
| | | R100	modeq/test_codegen/if_expression.mo	Compiler/test_codegen/if_expression.mo
| | | R100	modeq/test_codegen/input_variable_size_array.mo	Compiler/test_codegen/input_variable_size_array.mo
| | | R100	modeq/test_codegen/main.c	Compiler/test_codegen/main.c
| | | R100	modeq/test_codegen/misc_bubblesort.mo	Compiler/test_codegen/misc_bubblesort.mo
| | | R100	modeq/test_codegen/misc_simplex1.mo	Compiler/test_codegen/misc_simplex1.mo
| | | R100	modeq/test_codegen/misc_simplex2.mo	Compiler/test_codegen/misc_simplex2.mo
| | | R100	modeq/test_codegen/return_multiple_record.mo	Compiler/test_codegen/return_multiple_record.mo
| | | R100	modeq/test_codegen/return_multiple_record_array.mo	Compiler/test_codegen/return_multiple_record_array.mo
| | | R100	modeq/test_codegen/return_multiple_scalar.mo	Compiler/test_codegen/return_multiple_scalar.mo
| | | R100	modeq/test_codegen/return_multiple_scalar_array.mo	Compiler/test_codegen/return_multiple_scalar_array.mo
| | | R100	modeq/test_codegen/return_record.mo	Compiler/test_codegen/return_record.mo
| | | R100	modeq/test_codegen/return_record_array.mo	Compiler/test_codegen/return_record_array.mo
| | | R100	modeq/test_codegen/return_scalar.mo	Compiler/test_codegen/return_scalar.mo
| | | R100	modeq/test_codegen/return_scalar_array.mo	Compiler/test_codegen/return_scalar_array.mo
| | | R100	modeq/test_codegen/rtest.sh	Compiler/test_codegen/rtest.sh
| | | R100	modeq/test_codegen/simplex_in.txt	Compiler/test_codegen/simplex_in.txt
| | | R100	modeq/test_codegen/simtest.mo	Compiler/test_codegen/simtest.mo
| | | R100	modeq/test_codegen/test.mo	Compiler/test_codegen/test.mo
| | | R100	modeq/tools/rmldoc	Compiler/tools/rmldoc
| | | R100	modeq/winruntime/cacheimpl.cpp	Compiler/winruntime/cacheimpl.cpp
| | | R100	modeq/winruntime/corbaimpl.cpp	Compiler/winruntime/corbaimpl.cpp
| | | R100	modeq/winruntime/daeext.cpp	Compiler/winruntime/daeext.cpp
| | | R100	modeq/winruntime/modeq_communication.cc	Compiler/winruntime/modeq_communication.cc
| | | R100	modeq/winruntime/modeq_communication.h	Compiler/winruntime/modeq_communication.h
| | | R100	modeq/winruntime/modeq_communication_impl.cpp	Compiler/winruntime/modeq_communication_impl.cpp
| | | R100	modeq/winruntime/modeq_communication_impl.h	Compiler/winruntime/modeq_communication_impl.h
| | | R100	modeq/winruntime/printimpl.c	Compiler/winruntime/printimpl.c
| | | R100	modeq/winruntime/ptolemyio.cpp	Compiler/winruntime/ptolemyio.cpp
| | | R100	modeq/winruntime/rtopts.c	Compiler/winruntime/rtopts.c
| | | R100	modeq/winruntime/socketimpl.c	Compiler/winruntime/socketimpl.c
| | | R100	modeq/winruntime/systemimpl.c	Compiler/winruntime/systemimpl.c
| | | R100	modeq/yaccpar/Makefile	Compiler/yaccpar/Makefile
| | | R099	modeq/yaccpar/absyn.rml	Compiler/yaccpar/absyn.rml
| | | R100	modeq/yaccpar/defs.h	Compiler/yaccpar/defs.h
| | | R100	modeq/yaccpar/lexer.c	Compiler/yaccpar/lexer.c
| | | R100	modeq/yaccpar/main.rml	Compiler/yaccpar/main.rml
| | | R100	modeq/yaccpar/parser.y	Compiler/yaccpar/parser.y
| | | R100	modeq/yaccpar/rmldump.rml	Compiler/yaccpar/rmldump.rml
| | | R100	modeq/yaccpar/rmlrefactor.rml	Compiler/yaccpar/rmlrefactor.rml
| | | R100	modeq/yaccpar/scanparse.c	Compiler/yaccpar/scanparse.c
| | | R100	modeq/yaccpar/scanparse.rml	Compiler/yaccpar/scanparse.rml
| | | R100	modeq/yaccpar/test.rml	Compiler/yaccpar/test.rml
| | | R100	modeq/yaccpar/test1.rml	Compiler/yaccpar/test1.rml
| | | R100	modeq/yaccpar/test2.rml	Compiler/yaccpar/test2.rml
| | | R100	modeq/yaccpar/yacclib.c	Compiler/yaccpar/yacclib.c
| | | R100	modeq/yaccpar/yacclib.h	Compiler/yaccpar/yacclib.h
| | | M	Makefile.in
| | | M	README
| | | M	configure
| | | M	configure.in
| | | D	modeq/.depend
| | | D	modeq/DEBUG.TXT
| | | D	modeq/WhatDoesNotWork.html
| | | D	modeq/doc/Makefile
| | | D	modeq/doc/manual.tex
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo
| | | 
| | * commit db5de8c849af273dea5a3397274f1b409dd20f97
| | | Author: Peter Aronsson 
| | | Date:   Wed May 11 10:23:40 2005 +0000
| | | 
| | |     Fixed bug in setExtendsModifierValue and setComponentModifierValue
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Interactive.rml
| | | 
| | * commit f099373507dd1f68ffafb49b8b6c4ac8c9852a47
| | | Author: Peter Aronsson 
| | | Date:   Tue May 10 13:53:23 2005 +0000
| | | 
| | |     Added some rules to simplify.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Exp.rml
| | | 
| | * commit 42a053c96027ae394f749c3b89dc103204be07d6
| | | Author: x02lucpo 
| | | Date:   Tue May 10 07:27:27 2005 +0000
| | | 
| | |     removed decrypt and encrypt
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Interactive.rml
| | | 
| | * commit 392e3415d95fb0c9c3c1b36441da086da3ad4176
| | | Author: x02lucpo 
| | | Date:   Tue May 10 07:08:34 2005 +0000
| | | 
| | |     unparse_class_list moved to global
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Dump.rml
| | | 
| | * commit aeaf5deec14436c5f0e61b156985f40d89967b3f
| | | Author: x02lucpo 
| | | Date:   Tue May 10 06:57:38 2005 +0000
| | | 
| | |     added add_to_public to global functions
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Interactive.rml
| | | 
| | * commit 4cded24f60f7efe3008bcd9e37ab2cc62790b4d5
| | | Author: x02lucpo 
| | | Date:   Tue May 10 06:40:06 2005 +0000
| | | 
| | |     added remove_first_and_last_char(string) => string
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit c68f68bff928b822183bfbe6be9fa51d241c91af
| | | Author: x02lucpo 
| | | Date:   Tue May 10 06:39:46 2005 +0000
| | | 
| | |     added remove_first_and_last_char(string) => string
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit acf8f261d988bfc748f6c4b7ca7acaec00c0a508
| | | Author: x02lucpo 
| | | Date:   Tue May 10 06:38:35 2005 +0000
| | | 
| | |     added remove_first_and_last_char(string) => string
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/System.rml
| | | 
| | * commit a2cbc2cccd5b726f523997190be6bdd183957177
| | | Author: Peter Aronsson 
| | | Date:   Tue May 10 05:37:35 2005 +0000
| | | 
| | |     Fixed so that Code(()) clears modifiers in setXXXModifierValue.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Interactive.rml
| | | 
| | * commit 01b38699579d728c0d9d3424ef3335abc536e952
| | | Author: Peter Aronsson 
| | | Date:   Mon May 9 12:30:07 2005 +0000
| | | 
| | |     Fixed bug in Inst.make_fully_qualified
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Inst.rml
| | | M	modeq/Interactive.rml
| | | 
| | * commit da673eda578c0166e742f25c0c1517a209d44393
| | | Author: Peter Aronsson 
| | | Date:   Mon May 9 10:49:44 2005 +0000
| | | 
| | |     small changes to Exp, added nominal getter in DAELow
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/DAELow.rml
| | | M	modeq/Exp.rml
| | | 
| | * commit dc49e2a831bbda4b55b1e845de720fea671c5f5d
| | | Author: Kaj Nyström 
| | | Date:   Wed May 4 09:15:12 2005 +0000
| | | 
| | |     Removed dead code
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Lookup.rml
| | | 
| | * commit 79ee82e454b66b936d51ff31abbf5e8e2967d7cc
| | | Author: Håkan Lundvall 
| | | Date:   Wed May 4 07:02:39 2005 +0000
| | | 
| | |     Fixed with statements in Absyn.rml
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Absyn.rml
| | | 
| | * commit 4f2beb397490085ff3b926f2cce19aabc0580b32
| | | Author: Peter Aronsson 
| | | Date:   Mon May 2 13:31:48 2005 +0000
| | | 
| | |     Changed extracting and changing modifiers in Interactive
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Interactive.rml
| | | 
| | * commit 3f56c2829a4311941bd5cc7f8b737dd11fd9bbab
| | | Author: x02lucpo 
| | | Date:   Mon May 2 06:55:00 2005 +0000
| | | 
| | |     removed an wrongfull check for file-existance
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | 
| | * commit ed6867872b293f52d5e1c7cd3a976ab637f522a4
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 29 11:42:50 2005 +0000
| | | 
| | |     Recursive functions no longer gives stack dump when entered interactively.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Inst.rml
| | | M	modeq/Lookup.rml
| | | 
| | * commit e19cd67c709595a9897c0f3a727df95ada8fa275
| | | Author: x02lucpo 
| | | Date:   Fri Apr 29 08:59:38 2005 +0000
| | | 
| | |     changed an include from ../ast/yacclib.h to ../absyn_builder/yacclib.h
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/rtopts.c
| | | 
| | * commit 6c995002f31e8b9f370f594ea5c9d3ab6c9263f0
| | | Author: Kaj Nyström 
| | | Date:   Fri Apr 29 07:12:02 2005 +0000
| | | 
| | |     Removed unused include
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/rtopts.c
| | | 
| | * commit ee5f648206d23077feaa75f716fe8027968ad68d
| | | Author: Levon Saldamli 
| | | Date:   Thu Apr 28 13:05:02 2005 +0000
| | | 
| | |     Removed deleted directories from configure.in and regenerated configure
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 54e149b0477818d6d69ea73b18104597ebed96ba
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 12:50:21 2005 +0000
| | | 
| | |     Removed stupid example
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit 920d798804260fce9cdcf469fe01c7261a93fb00
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 12:36:32 2005 +0000
| | | 
| | |     killed by death
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/history.txt
| | | 
| | * commit eb4f975cc53dd28876a978e8a386457441e1a56e
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 12:29:10 2005 +0000
| | | 
| | |     Killed by death
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/ast/DLGLexer.cpp
| | | D	modeq/ast/DLGLexer.h
| | | D	modeq/ast/Makefile.in
| | | D	modeq/ast/ModParse.cpp
| | | D	modeq/ast/ModParseToken.h
| | | D	modeq/ast/attrib.c
| | | D	modeq/ast/attrib.h
| | | D	modeq/ast/modgram.cpp
| | | D	modeq/ast/modgram.g
| | | D	modeq/ast/modgram_davka_org.g
| | | D	modeq/ast/modgram_new.g
| | | D	modeq/ast/parsemod.c
| | | D	modeq/ast/parser.h
| | | D	modeq/ast/yacclib.c
| | | D	modeq/ast/yacclib.h
| | | 
| | * commit b94ed79c926e893ac80a52a5341603259bd5f4fc
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 12:28:09 2005 +0000
| | | 
| | |     killed by death
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/grammar
| | | 
| | * commit 2fad17eedcb2828518b80a72b64c6484ce6a8520
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 12:28:05 2005 +0000
| | | 
| | |     killed by death
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/grammar-new
| | | 
| | * commit e9140748e2663c375524bdeb6c2c54cab83b9657
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 12:25:33 2005 +0000
| | | 
| | |     Killed by death
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/TODO
| | | 
| | * commit a09e815982362112a422166934cae5b142a52d33
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 12:20:35 2005 +0000
| | | 
| | |     Killed by death
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/Modelica.mdc
| | | 
| | * commit f36510a112fc3bdc6911c7386a737a47c1b2090a
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 12:18:13 2005 +0000
| | | 
| | |     PIGS
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/BUGGAR
| | | 
| | * commit 722bf8b4a6998426c3b3f2a42d365d9fa4927a4c
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 11:40:13 2005 +0000
| | | 
| | |     killed by death
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1755 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modelica_parser/templates/walker.g
| | | 
| | * commit a4bc0d274db5bf4e572452ea6cb4f14841fb6d64
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 11:39:26 2005 +0000
| | | 
| | |     killed by death
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modelica_parser/examples/class2dot/Makefile.in
| | | D	modelica_parser/examples/class2dot/class2dot.cpp
| | | D	modelica_parser/examples/class2dot/node_container.cpp
| | | D	modelica_parser/examples/class2dot/node_container.hpp
| | | D	modelica_parser/examples/class2dot/walker.g
| | | D	modelica_parser/examples/walker/Makefile.in
| | | D	modelica_parser/examples/walker/indentation.cpp
| | | D	modelica_parser/examples/walker/indentation.hpp
| | | D	modelica_parser/examples/walker/walker.cpp
| | | D	modelica_parser/examples/walker/walker.g
| | | 
| | * commit 18bf102e702f3da5eb8825f04912695ec6ea05ba
| | | Author: Kaj Nyström 
| | | Date:   Thu Apr 28 11:16:33 2005 +0000
| | | 
| | |     Way to out of date to be useful
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	what_does_not_work.txt
| | | 
| | * commit e2de91aa4c016575f9817971d3e309cac2260a22
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 28 08:54:57 2005 +0000
| | | 
| | |     Some stuff in Codegen
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/Codegen.cpp
| | | 
| | * commit a6d507e93c796b48dc9169e8365edde7295cbcd9
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 28 06:26:46 2005 +0000
| | | 
| | |     Fixed stuff for modpar
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TaskGraph.rml
| | | M	modeq/modpar/Codegen.cpp
| | | 
| | * commit 7ceb05f23f83b9a304c6ff1efdd01cf3faa1ed4c
| | | Author: Håkan Lundvall 
| | | Date:   Wed Apr 27 06:47:45 2005 +0000
| | | 
| | |     Changed names on rml-files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/.depend
| | | R100	modeq/absyn.rml	modeq/Absyn.rml
| | | R098	modeq/algorithm.rml	modeq/Algorithm.rml
| | | R099	modeq/builtin.rml	modeq/Builtin.rml
| | | R085	modeq/ceval.rml	modeq/Ceval.rml
| | | R099	modeq/classinf.rml	modeq/ClassInf.rml
| | | R098	modeq/classloader.rml	modeq/ClassLoader.rml
| | | R099	modeq/codegen.rml	modeq/Codegen.rml
| | | R098	modeq/connect.rml	modeq/Connect.rml
| | | R099	modeq/corba.rml	modeq/Corba.rml
| | | R099	modeq/dae.rml	modeq/DAE.rml
| | | R099	modeq/daeext.rml	modeq/DAEEXT.rml
| | | R099	modeq/daelow.rml	modeq/DAELow.rml
| | | R099	modeq/debug.rml	modeq/Debug.rml
| | | R099	modeq/derive.rml	modeq/Derive.rml
| | | R099	modeq/dump.rml	modeq/Dump.rml
| | | R099	modeq/dumpgraphviz.rml	modeq/DumpGraphviz.rml
| | | R099	modeq/env.rml	modeq/Env.rml
| | | R099	modeq/exp.rml	modeq/Exp.rml
| | | R099	modeq/graphviz.rml	modeq/Graphviz.rml
| | | R099	modeq/inst.rml	modeq/Inst.rml
| | | R099	modeq/interactive.rml	modeq/Interactive.rml
| | | R099	modeq/lookup.rml	modeq/Lookup.rml
| | | R098	modeq/main.rml	modeq/Main.rml
| | | M	modeq/Makefile.common
| | | M	modeq/Makefile.common.w32
| | | M	modeq/Makefile.w32
| | | R098	modeq/mod.rml	modeq/Mod.rml
| | | R099	modeq/modutil.rml	modeq/ModUtil.rml
| | | R098	modeq/parse.rml	modeq/Parser.rml
| | | R099	modeq/prefix.rml	modeq/Prefix.rml
| | | R099	modeq/print.rml	modeq/Print.rml
| | | R099	modeq/rtopts.rml	modeq/RTOpts.rml
| | | R099	modeq/explode.rml	modeq/SCode.rml
| | | R099	modeq/simcodegen.rml	modeq/SimCodegen.rml
| | | R099	modeq/socket.rml	modeq/Socket.rml
| | | R099	modeq/staticexp.rml	modeq/Static.rml
| | | R099	modeq/system.rml	modeq/System.rml
| | | R074	modeq/taskgraph.rml	modeq/TaskGraph.rml
| | | R098	modeq/taskgraphext.rml	modeq/TaskGraphExt.rml
| | | R099	modeq/types.rml	modeq/Types.rml
| | | R099	modeq/util.rml	modeq/Util.rml
| | | R099	modeq/values.rml	modeq/Values.rml
| | | R099	modeq/vartransform.rml	modeq/VarTransform.rml
| | | 
| | * commit dc1ea922e81f589841d4cefd888e0676baf6bd7e
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 27 06:38:01 2005 +0000
| | | 
| | |     Fixed the stuff removed in luc's merge.... :(
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/Codegen.hpp
| | | M	modeq/taskgraph.rml
| | | 
| | * commit fb2422cd4279453ee4d08638ee4dfa4af45cda53
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 27 04:54:43 2005 +0000
| | | 
| | |     Changed get_modification_names to new design of getting modifiers.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 7ad74d9852fc65351e36eb58cb0764e0256fe8ed
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 26 12:30:00 2005 +0000
| | | 
| | |     removed comment that messed up indentation...
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit 602f823a464a750ca733c05daa575e656eafca38
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 25 07:27:18 2005 +0000
| | | 
| | |     Added  string separator relation in util. Added rule for printing x^2 as x*x
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/util.rml
| | | 
| | * commit 9351968541b139df0678af72b9b7aed6de46928b
| | | Author: x02lucpo 
| | | Date:   Fri Apr 22 15:21:52 2005 +0000
| | | 
| | |     merged HEAD with 1723 from branches/x02lucpo. Fixed comments on flat modelica and loadFile + loadFileInteractive
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/dump.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/modutil.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/taskgraph.rml
| | | 
| | * commit 0f226d95a0bcf620a007007d97f936db050984bd
| | | Author: Håkan Lundvall 
| | | Date:   Fri Apr 22 11:21:50 2005 +0000
| | | 
| | |     Updated som version numbers and the setup project
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/WhatDoesNotWork.html
| | | 
| | * commit 6b7a01e643e7f06340d76d19a036f0746ba5ce42
| | | Author: x02lucpo 
| | | Date:   Fri Apr 22 08:05:31 2005 +0000
| | | 
| | |     branches/x02lucpo and trunk are merged and tested
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit c25ee67c2c981878a0e92a298e8daa4726f6a40c
| | | Author: Håkan Lundvall 
| | | Date:   Fri Apr 22 06:46:15 2005 +0000
| | | 
| | |     Fixed bug in VC7 solution
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.w32
| | | 
| | * commit debf1217bd2142148d51de9cec92f7557069dc9f
| | | Author: Håkan Lundvall 
| | | Date:   Thu Apr 21 15:26:10 2005 +0000
| | | 
| | |     Changed MOSHHOME to OPENMODELICAHOME which shuld point to what ${MOSHHOME}/.. used to be.
| | |     Also deleted some more (hopefully all) of the tornado stuff
| | |     Deleted the old modsim module.
| | |     Fixed Ctrl-C and Ctrl-V in WinMosh.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README
| | | M	c_runtime/build_mingw_libs.bat
| | | M	modeq/.depend
| | | M	modeq/Makefile.common
| | | M	modeq/Makefile.common.w32
| | | M	modeq/Makefile.w32
| | | M	modeq/ceval.rml
| | | M	modeq/doc/manual.tex
| | | D	modeq/modsim.rml
| | | M	modeq/runtime/Makefile.in
| | | M	modeq/runtime/systemimpl.c
| | | D	modeq/runtime/tornadoext.cpp
| | | M	modeq/scripts/Compile.bat
| | | M	modeq/scripts/doPlot.bat
| | | D	modeq/scripts/runModelicaOpt
| | | D	modeq/scripts/runModelicaOpt.bat
| | | D	modeq/scripts/runsim
| | | D	modeq/scripts/runsim.bat
| | | M	modeq/simcodegen.rml
| | | M	modeq/winruntime/rtopts.c
| | | M	modeq/winruntime/systemimpl.c
| | | D	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit f6dd7235e306181298d7bd634b960beaea069478
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 21 12:53:14 2005 +0000
| | | 
| | |     Updated documentation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 076a035a1d0bedf5a574221d684ff26676ebd792
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 12:21:30 2005 +0000
| | | 
| | |     Removed tornado specific code from trunk. Now only exist on branches/mathcore_tornado
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	modeq/.depend
| | | M	modeq/Makefile.common
| | | M	modeq/builtin.rml
| | | M	modeq/ceval.rml
| | | M	modeq/main.rml
| | | M	modeq/rtopts.rml
| | | M	modeq/runtime/rtopts.c
| | | M	modeq/simcodegen.rml
| | | D	modeq/tornado.rml
| | | D	modeq/tornadocodegen.rml
| | | D	modeq/tornadoext.rml
| | | M	modeq/util.rml
| | | 
| | * commit 6742470397a31e86bc563a205225a94c9f11af71
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:04:23 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/hybrj.f
| | | 
| | * commit 6ec3e018fa37ef33c9d542a466edc40265a061a8
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:04:11 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/hybrd1.f
| | | 
| | * commit 3d7d1c9efa960ef5beb9a58ca45730350a5428d6
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:04:00 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/hybrd.f
| | | 
| | * commit 269432077976f8e54e73be91ddcbc13800ea2437
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:03:32 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/fdjac1.f
| | | 
| | * commit 87f9f7e8be0493789a7b677c9cae33f229e97bb7
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:03:23 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/enorm.f
| | | 
| | * commit 76ef498fad35f2c21ded3e771d61f922e3cf1531
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:03:11 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/dpmpar.f
| | | 
| | * commit 483f4feb4236520f8aaebf2352eeb0a19aaeb3d1
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:03:00 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/dogleg.f
| | | 
| | * commit 46b9ffdc67cabb3d3f2c82625ecb5cc4204690a1
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:02:41 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/r1updt.f
| | | 
| | * commit e1f565045623a83316c714444da92ddc56489bae
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:02:28 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/r1mpyq.f
| | | 
| | * commit 8daa89aa3bd7a636dea5afb94adfd21074dab2ba
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:02:17 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/qrfac.f
| | | 
| | * commit 6d9159c4cbd578e51231907d4fcbaf87e17e46c2
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 20 11:02:05 2005 +0000
| | | 
| | |     made a copy
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/qform.f
| | | 
| | * commit 43578155a75e8195e9e72814b79be8eaf04f0444
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 19 11:14:11 2005 +0000
| | | 
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/daelow.rml
| | | M	modeq/exp.rml
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/staticexp.rml
| | | 
| | * commit 64d2c3460c44d76c243632832f4badd9c3bffa04
| | | Author: x02lucpo 
| | | Date:   Mon Apr 18 14:14:37 2005 +0000
| | | 
| | |     after merging openmodelica/x02lucpo with trunk. Improved simplify and differentiate.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	c_runtime/dogleg.f
| | | D	c_runtime/dpmpar.f
| | | D	c_runtime/enorm.f
| | | D	c_runtime/fdjac1.f
| | | D	c_runtime/hybrd.f
| | | D	c_runtime/hybrd1.f
| | | D	c_runtime/hybrj.f
| | | D	c_runtime/qform.f
| | | D	c_runtime/qrfac.f
| | | D	c_runtime/r1mpyq.f
| | | D	c_runtime/r1updt.f
| | | M	modeq/builtin.rml
| | | M	modeq/ceval.rml
| | | M	modeq/daelow.rml
| | | M	modeq/derive.rml
| | | M	modeq/exp.rml
| | | M	modeq/interactive.rml
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/Codegen.hpp
| | | M	modeq/staticexp.rml
| | | M	modeq/taskgraph.rml
| | | 
| | * commit f097a83d60d8761eb363e820a5f2320f6e6000fa
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 15 05:01:47 2005 +0000
| | | 
| | |     defined hybrd
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/Codegen.cpp
| | | 
| | * commit 3c626f0e76d85e9e621661d1920fa274d80ff14c
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 15 04:52:08 2005 +0000
| | | 
| | |     allmost finished with nonlinear systems in modpar
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/Codegen.hpp
| | | M	modeq/taskgraph.rml
| | | 
| | * commit 6f9a62abc8618df151b17e8f6040fdaa23cf822f
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 13 10:43:52 2005 +0000
| | | 
| | |     Added code for solving nonlinear systems.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/dogleg.f
| | | A	c_runtime/dpmpar.f
| | | A	c_runtime/enorm.f
| | | A	c_runtime/fdjac1.f
| | | A	c_runtime/hybrd.f
| | | A	c_runtime/hybrd1.f
| | | A	c_runtime/hybrj.f
| | | A	c_runtime/qform.f
| | | A	c_runtime/qrfac.f
| | | A	c_runtime/r1mpyq.f
| | | A	c_runtime/r1updt.f
| | | 
| | * commit a49075ddc7fe3594369fc23643e30bf310b371a0
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 12 12:21:31 2005 +0000
| | | 
| | |     Added calculate_jacobian
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/daelow.rml
| | | M	modeq/derive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit be3efd30740f847a6e0f65dc2e5547534de7675b
| | | Author: x02lucpo 
| | | Date:   Fri Apr 8 15:02:42 2005 +0000
| | | 
| | |     making derive work
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/.depend
| | | M	modeq/ceval.rml
| | | M	modeq/dae.rml
| | | M	modeq/derive.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | 
| | * commit 3a28203031202b5072951b8e2a6ef7657b5e4b1b
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 8 09:34:44 2005 +0000
| | | 
| | |     fixed bug in getComponentModifierNames
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit d76e26383d30c0fc6acfa77803ea795738c15e02
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 8 06:37:45 2005 +0000
| | | 
| | |     Partly impl. nonlin eqns. in modpar
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/TaskGraph.hpp
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | 
| | * commit 49b98e8520de4f5f37d47c02e6dd28bd5c08aa48
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 4 08:03:19 2005 +0000
| | | 
| | |     Fixed so getExtendsModifierXX uses FQ names.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit aac3bdd5a3f109b66681f0c4c8e4d591a6c9def7
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 1 13:46:22 2005 +0000
| | | 
| | |     Added XXExtendsModifiers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit d35e13752e8a86a88aad3ccdb631cfd99743f519
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 1 11:08:15 2005 +0000
| | | 
| | |     unparse_mod...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit ecc97790d7589769c61475b0acfe288877f006de
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 1 07:00:22 2005 +0000
| | | 
| | |     added setComponentModifier
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit daf8c05343c62ac99b64683156b53dfbbb4781cc
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 31 14:14:38 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive_api.txt
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 34796d0a824954940d5e24a7f5a3780252e63b38
| | | Author: Levon Saldamli 
| | | Date:   Thu Mar 31 11:56:17 2005 +0000
| | | 
| | |     Small fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/DEBUG.TXT
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit da346cfb35f35d53a49f563ed13ff2f50f41e626
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 31 11:25:13 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/scripts/Compile.bat
| | | 
| | * commit 9211123f4937d2b5f0c1d38517b4a732aae1f13f
| | | Author: Levon Saldamli 
| | | Date:   Thu Mar 31 09:31:56 2005 +0000
| | | 
| | |     Fixed Makefile in testsuite/mofiles and moved failing tests to a separate target
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1645 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | 
| | * commit 2c91bbaba5807e6871fcf559af55354f55fd69c7
| | | Author: Levon Saldamli 
| | | Date:   Wed Mar 30 22:09:30 2005 +0000
| | | 
| | |     Function call fixes. Tuples support added. Testsuite extension for c compiler flag support. External function tests ExternalFunction1.mo ExternalFunction2.mo ExternalFunction3.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | M	modeq/algorithm.rml
| | | M	modeq/codegen.rml
| | | M	modeq/debug.rml
| | | M	modeq/inst.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit d507d2d49064442071aa00e93dcd9a1732ede750
| | | Author: Levon Saldamli 
| | | Date:   Wed Mar 30 15:10:31 2005 +0000
| | | 
| | |     Some function call tests added to testsuite
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/ceval.rml
| | | M	modeq/main.rml
| | | 
| | * commit adaf3cb805c1ef72a7ca7a4bf7e6ceedd052fbba
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 30 07:44:55 2005 +0000
| | | 
| | |     added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/WhatDoesNotWork.html
| | | 
| | * commit 1901bb5f37292c38fb64a7fbc1eb537f24b6cd47
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 30 07:22:12 2005 +0000
| | | 
| | |     compile scripts now outputs to /dev/null
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/scripts/Compile
| | | 
| | * commit d2cc462f0eaba64310b18a2fd4f245c80f0ff57d
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 30 07:16:02 2005 +0000
| | | 
| | |     Removed extra newline in record output.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/values.rml
| | | 
| | * commit 23d8e21ffaa604ac1205b959f8e7e0ec72f4a1e8
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 30 06:43:21 2005 +0000
| | | 
| | |     Added solving of linear systems in residual form.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 5d0e1e3696ca3a27557cd1cbc221db68c0da1d7b
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 30 05:11:29 2005 +0000
| | | 
| | |     impl. getComponentModfifierNames
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit ef9d65e07cf2deab0d9d62f462d6e969e0189a81
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 29 11:42:20 2005 +0000
| | | 
| | |     Fixed bug with constant
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit d9913857b28dde3d12b27677fe7598962fe77a76
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 29 11:37:44 2005 +0000
| | | 
| | |     Added api for parameters
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/util.rml
| | | 
| | * commit 4e4b726fcd0326aacddd040e7e363e6bc7b1a2e0
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 24 15:39:07 2005 +0000
| | | 
| | |     Simulation return now 1 if simulation is interupted before stopTime is reached.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 11092774c60d5763deee7d4cbd86329e448ed4ac
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 24 15:30:16 2005 +0000
| | | 
| | |     Paranthesis around (a)?(b):(c) in code generation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit be3546f6cb5ac2e774a6fb5b24f7b72b089ce873
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 24 15:25:32 2005 +0000
| | | 
| | |     Quich hack for allowing boolean parameters in the indata file for simulations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 76edad741f905b9ecf36f291ed3da548e96d3ae5
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 24 10:23:23 2005 +0000
| | | 
| | |     Fixed so that modeq returns status code != 0 when execution failes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 4228a71fc6fbfa2f56e4f73a8d28c6eb745c97d4
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 23 13:45:30 2005 +0000
| | | 
| | |     Removed print
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit b3f10073c56dff3dfe95f906c8981a53e95d8ab7
| | | Author: Håkan Lundvall 
| | | Date:   Wed Mar 23 12:36:39 2005 +0000
| | | 
| | |     Splitted generation of sig files into seperate makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/Makefile.common.w32
| | | A	modeq/Makefile.sig.w32
| | | M	modeq/Makefile.w32
| | | 
| | * commit c4bc62ac1833754c8ea61497d24a8ab6e4fbb9b4
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 23 09:35:37 2005 +0000
| | | 
| | |     Fixed bug in elab_cref, equalbindings should not be constant.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit c5f5f6e26cfec00ae9cdeab0384ce38186c783f2
| | | Author: x02lucpo 
| | | Date:   Wed Mar 23 08:00:44 2005 +0000
| | | 
| | |     removed () from variables without start, unit and so on
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 02da6b6555e7a7f338982f787bd9def1e430ce42
| | | Author: x02lucpo 
| | | Date:   Wed Mar 23 07:49:36 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit 5290648cedf3f474bf930bb1159d7473f9e0eb94
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 23 06:42:52 2005 +0000
| | | 
| | |     added include of parent directory, used by tornadoext.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/Makefile.in
| | | 
| | * commit 4205fb3da02e05159aae8605e1c8c4e257d17eff
| | | Author: Levon Saldamli 
| | | Date:   Tue Mar 22 16:05:52 2005 +0000
| | | 
| | |     Fixed type error for ceval_if_constant generated values
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/test_codegen/misc_bubblesort.mo
| | | M	modeq/types.rml
| | | 
| | * commit cbb663d276344a913274365eb4c485919b064908
| | | Author: x02lucpo 
| | | Date:   Tue Mar 22 16:04:55 2005 +0000
| | | 
| | |     corrected a submodelindex error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit c3622cb9fe28f33e91750d93de540e0dc08b44ea
| | | Author: x02lucpo 
| | | Date:   Tue Mar 22 09:35:17 2005 +0000
| | | 
| | |     removed a compile error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit 099d20021ce630a20cb521b173d8ee4e1c52d500
| | | Author: x02lucpo 
| | | Date:   Tue Mar 22 08:40:29 2005 +0000
| | | 
| | |     changed ^ to accept reals
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 10752b69a6ea107a943bd8b39430f83a88d17102
| | | Author: x02lucpo 
| | | Date:   Tue Mar 22 08:36:31 2005 +0000
| | | 
| | |     added some print thingies
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit aa7ef0374bf3a01a9255fdf2338a3b4d1f17645d
| | | Author: x02lucpo 
| | | Date:   Tue Mar 22 08:35:09 2005 +0000
| | | 
| | |     added dae-attributes with extraction from variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit ea9a552c36e1b5153e1aee203195b894636263f2
| | | Author: x02lucpo 
| | | Date:   Tue Mar 22 08:33:53 2005 +0000
| | | 
| | |     added  relation get_option_with_concat_str: ('a option, 'a => string,string) => string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit ae3b16625b8a35d0485d37551af980331e868c44
| | | Author: x02lucpo 
| | | Date:   Tue Mar 22 08:33:02 2005 +0000
| | | 
| | |     added attributes and dump- relations for them
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 36ad088921cf2d69c0fadad56d5f542b757223e9
| | | Author: x02lucpo 
| | | Date:   Tue Mar 22 08:32:31 2005 +0000
| | | 
| | |     moved is_string_empty to util and added also some more function to Util.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/util.rml
| | | 
| | * commit 53a198f5b8c7aa954bda833d2ea7422dac063484
| | | Author: Levon Saldamli 
| | | Date:   Mon Mar 21 16:14:23 2005 +0000
| | | 
| | |     Bugfixes. Cleaned up ceval_builtin.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/test_codegen/equation_funcall12.mo
| | | M	modeq/types.rml
| | | 
| | * commit a9074826842582b92ee532f3007e6bd871dc212e
| | | Author: Levon Saldamli 
| | | Date:   Mon Mar 21 16:12:40 2005 +0000
| | | 
| | |     Fixed printing of #|Execution failed, which is needed for rtest
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 513888fbc086eea98bfc4f57bd49160809f0990d
| | | Author: Håkan Lundvall 
| | | Date:   Mon Mar 21 15:46:10 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/build_mingw_libs.bat
| | | 
| | * commit 85c1ea9985c5d35b00477ff5ec74a4a9f00888cc
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 21 14:25:09 2005 +0000
| | | 
| | |      fixed parse error message
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/main.rml
| | | 
| | * commit dce4b06ed3f0b158a8b16195f6a4e43555870d73
| | | Author: Håkan Lundvall 
| | | Date:   Mon Mar 21 13:33:54 2005 +0000
| | | 
| | |     Fixed so that VC7 compiles without cygwin
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/Makefile.w32
| | | A	modeq/rml2sig/rml2sig.bat
| | | 
| | * commit 5b2b6e878d97c057c08cbb0c86820da12098d4c9
| | | Author: x02lucpo 
| | | Date:   Mon Mar 21 13:13:47 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit a8468dada4522e5e3e4a54543065ce97be43218b
| | | Author: Håkan Lundvall 
| | | Date:   Fri Mar 18 12:14:55 2005 +0000
| | | 
| | |     removed ^M from licence texts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/winruntime/printimpl.c
| | | M	modeq/winruntime/ptolemyio.cpp
| | | 
| | * commit 2a4e80b1a3acee020648cf2c5783211a97050c04
| | | Author: Håkan Lundvall 
| | | Date:   Fri Mar 18 12:13:43 2005 +0000
| | | 
| | |     Fixed doPlot.bat can run without PTII being set
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/scripts/doPlot.bat
| | | 
| | * commit 0e6e3b66d850d04f544ed4b809e78730b00e0d61
| | | Author: Håkan Lundvall 
| | | Date:   Fri Mar 18 12:10:59 2005 +0000
| | | 
| | |     Fixed so that instantiateModel of non existent model returns an error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 829837012c283f1316f930fbe706458901a05a40
| | | Author: x02lucpo 
| | | Date:   Fri Mar 18 07:29:05 2005 +0000
| | | 
| | |     removed a error print when models with start-attr
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 3b5e385b625a805558f58fdb3106bee8c308c30c
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 18 06:29:16 2005 +0000
| | | 
| | |     fixed error messages when plotting.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/runtime/printimpl.c
| | | M	modeq/runtime/ptolemyio.cpp
| | | 
| | * commit e873d7909f72d41f92e8c779d706862f0d0f4cbc
| | | Author: Levon Saldamli 
| | | Date:   Thu Mar 17 15:00:22 2005 +0000
| | | 
| | |     Compile time function evaluation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit 5813ea9dc46d9472f182efa620708e6ddef3ab6f
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 17 14:01:07 2005 +0000
| | | 
| | |     Fixed plotting bugs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/runtime/ptolemyio.cpp
| | | M	modeq/simcodegen.rml
| | | 
| | * commit ce344f871a74da0d52c21f2c9ad18bd12d136755
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 17 13:40:43 2005 +0000
| | | 
| | |     removed define of time
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit 2093c276b9d0c4781e9df38019ac0745341c8f9c
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 17 12:44:46 2005 +0000
| | | 
| | |     Fixed icon annotaiton bug again...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit a5a17717e9462dee872e4346495fd4711a7fe909
| | | Author: x02lucpo 
| | | Date:   Thu Mar 17 10:58:13 2005 +0000
| | | 
| | |     corrected error with enumation types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit b9c2cc1e4e31cdf94fdc574a0f7b48b24ff50545
| | | Author: Levon Saldamli 
| | | Date:   Thu Mar 17 10:55:31 2005 +0000
| | | 
| | |     TODO-list. impl flag fixes and some comments.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | M	modeq/inst.rml
| | | 
| | * commit 20134ea6fb87d0579267a44f9d19a00d63e057f2
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 17 10:02:06 2005 +0000
| | | 
| | |     Fixed model editor interface bug, still need to clean up.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1577 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/types.rml
| | | 
| | * commit 183ead989238858032c8aa17071da6c1818b473c
| | | Author: x02lucpo 
| | | Date:   Thu Mar 17 09:18:05 2005 +0000
| | | 
| | |     improved extracting of attributes (unit, start...)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1576 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 5e4b35baa56857ffe18279ce071934b6830d2434
| | | Author: x02lucpo 
| | | Date:   Thu Mar 17 09:15:02 2005 +0000
| | | 
| | |     added debug information
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 03acc920b01967fc64de24760cee96a26ed8391c
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 17 07:47:30 2005 +0000
| | | 
| | |     Added by PA.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/README
| | | 
| | * commit 3a21bc26daa4a34d5387d7de10dba625898a50f2
| | | Author: x02lucpo 
| | | Date:   Wed Mar 16 17:07:45 2005 +0000
| | | 
| | |     removed a bug from extracting of var_attributes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 8fe9f61411cb95e746a8f86b996897d6ba9d232e
| | | Author: x02lucpo 
| | | Date:   Wed Mar 16 15:06:33 2005 +0000
| | | 
| | |     added unit and type info to dae and daelow
| | |     tested package support in tornado
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/modutil.rml
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/simcodegen.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/tornado.rml
| | | M	modeq/tornadocodegen.rml
| | | 
| | * commit 42f267d6dba9511dd638edf089b7af45fe455220
| | | Author: x02lucpo 
| | | Date:   Wed Mar 16 14:42:38 2005 +0000
| | | 
| | |     tested package support
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit 1f4a3940462cbb4452ccc023f7c9d10e40ef5d74
| | | Author: Levon Saldamli 
| | | Date:   Wed Mar 16 09:52:48 2005 +0000
| | | 
| | |     Impl flag bugfixes. Fixed elab_range_type. Fixed matching problem for Icon in get_annotation_string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit a9b37b205896c3c8c507cdf179f4a864ef87b842
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 16 06:35:29 2005 +0000
| | | 
| | |     Partly implemented constant evaluation of record constructors. Works for non-hierachical records.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit ef6ffda894aa9f7d935e959689d886510bb4c78d
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 16 06:34:15 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | 
| | * commit c26f3b5b4541b558be6b47947c94cab38ab99d7d
| | | Author: x02lucpo 
| | | Date:   Tue Mar 15 10:42:13 2005 +0000
| | | 
| | |     added package support
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | M	modeq/tornadocodegen.rml
| | | M	modeq/tornadoext.rml
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit 8cbee34b6337e8a3ddc431340a917b86b7e8644f
| | | Author: x02lucpo 
| | | Date:   Mon Mar 14 15:02:59 2005 +0000
| | | 
| | |     divided the tornado-code-gen to two files. One that outputs the C++ code and one that extracts the data from dae and absyn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/.depend
| | | A	modeq/tornadocodegen.rml
| | | 
| | * commit 300294d3cf4f1747b3d7275eeb6ba1c272ced1f3
| | | Author: x02lucpo 
| | | Date:   Mon Mar 14 13:59:52 2005 +0000
| | | 
| | |     divided the tornado-code-gen to two files. One that outputs the C++ code and one that extracts the data from dae and absyn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/.depend
| | | M	modeq/Makefile.common
| | | M	modeq/daelow.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 8a982c53dc7c296b86c8397f142700c0fe02bc17
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 11 07:22:41 2005 +0000
| | | 
| | |     Fixed so math functions works.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/Schedule.cpp
| | | M	modeq/modpar/TaskMerging.cpp
| | | 
| | * commit 6403b88ae4ba71842a8323160fe13106940e9ae6
| | | Author: x02lucpo 
| | | Date:   Thu Mar 10 10:20:36 2005 +0000
| | | 
| | |     added som comments and removed some dead code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1563 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit f5dde261de194b9445ed96a7f2a81844b33b41e7
| | | Author: Håkan Lundvall 
| | | Date:   Fri Mar 4 18:28:00 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/LICENSE
| | | M	modeq/helptext.txt
| | | 
| | * commit f52a390507387dd353acb7268719a9968a0824a0
| | | Author: Håkan Lundvall 
| | | Date:   Fri Mar 4 16:52:37 2005 +0000
| | | 
| | |     Changed Licence text
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/ceval.rml
| | | M	modeq/classinf.rml
| | | M	modeq/classloader.rml
| | | M	modeq/codegen.rml
| | | M	modeq/connect.rml
| | | M	modeq/corba.rml
| | | M	modeq/dae.rml
| | | M	modeq/daeext.rml
| | | M	modeq/daelow.rml
| | | M	modeq/debug.rml
| | | M	modeq/derive.rml
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/graphviz.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/modsim.rml
| | | M	modeq/modutil.rml
| | | M	modeq/parse.rml
| | | M	modeq/prefix.rml
| | | M	modeq/print.rml
| | | M	modeq/rtopts.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/socket.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/system.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | M	modeq/values.rml
| | | M	modeq/vartransform.rml
| | | 
| | * commit ae68aa574cd8a9b6f1ce07d730088530191b9aa9
| | | Author: Håkan Lundvall 
| | | Date:   Fri Mar 4 16:51:29 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/scripts/Compile.bat
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit bc671c086a46b45395b81bfc31d152319342eb2e
| | | Author: Levon Saldamli 
| | | Date:   Fri Mar 4 15:46:08 2005 +0000
| | | 
| | |     error message
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1558 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit 49557435de486c2a20a4a4ad119895e2c3101587
| | | Author: Levon Saldamli 
| | | Date:   Fri Mar 4 13:56:33 2005 +0000
| | | 
| | |     Simulation working. Example: test_codegen/simtest.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	modeq/test_codegen/simtest.mo
| | | 
| | * commit 8c206dbc638987eb7c72ebe9e22d6a8655fd0a5f
| | | Author: Levon Saldamli 
| | | Date:   Fri Mar 4 13:54:45 2005 +0000
| | | 
| | |     Simulation test
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/staticexp.rml
| | | A	modeq/test_codegen/simtest.mo
| | | 
| | * commit c7eda5971f2ef2b3a2a7db913616d11b97c615a8
| | | Author: Levon Saldamli 
| | | Date:   Thu Mar 3 18:16:44 2005 +0000
| | | 
| | |     More tests
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/test_codegen/equation_funcall11.mo
| | | A	modeq/test_codegen/equation_funcall12.mo
| | | 
| | * commit 502977aaa7141b06310153ebce97fcffaae15c36
| | | Author: Levon Saldamli 
| | | Date:   Thu Mar 3 18:16:00 2005 +0000
| | | 
| | |     Builtin function calls like sin, sqrt etc called correctly
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 2afe4a3c983cd3e2fd74833b2dac337277a4f64a
| | | Author: Levon Saldamli 
| | | Date:   Thu Mar 3 15:53:16 2005 +0000
| | | 
| | |     Code generation for function calls in simulations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.h
| | | M	modeq/.depend
| | | M	modeq/Makefile.in
| | | M	modeq/TODO
| | | M	modeq/algorithm.rml
| | | M	modeq/ceval.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/debug.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/modeq_debug/Makefile.in
| | | M	modeq/modeq_release/Makefile.in
| | | M	modeq/modpar/Makefile.in
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/simcodegen.rml
| | | M	modeq/test_codegen/misc_simplex1.mo
| | | M	modeq/types.rml
| | | 
| | * commit 4ab0927c0e31f2cc0f7bd2a0bcf27057da4644ae
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 1 11:18:26 2005 +0000
| | | 
| | |     Fixed bug in POW
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit b95b3dcc4b7f9c8c1b3debcedd60489bdf0959f0
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 1 09:40:23 2005 +0000
| | | 
| | |     Removed some comments by PR.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit c795c169b9965f442992016efb9937a5f8347c40
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 28 10:16:09 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/system.rml
| | | 
| | * commit 6f0d78f4c746548a0c3e496b907fc8670924061e
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 28 10:14:48 2005 +0000
| | | 
| | |     partly implemented rename_class
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/interactive.rml
| | | M	modeq/prefix.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/system.rml
| | | 
| | * commit a79eaf57f97d4668de3038f63302e761e6b6b31d
| | | Author: Levon Saldamli 
| | | Date:   Fri Feb 25 18:08:24 2005 +0000
| | | 
| | |     Function generation somewhat working
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1547 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | M	modeq/ceval.rml
| | | M	modeq/dae.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/modeq_debug/Makefile.in
| | | M	modeq/modeq_release/Makefile.in
| | | M	modeq/runtime/rtopts.c
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | A	modeq/test_codegen/equation_funcall10.mo
| | | M	modeq/test_codegen/equation_funcall8.mo
| | | M	modeq/util.rml
| | | 
| | * commit c5152790eefc3ad009b91fe3c9ccf1e70b074a6a
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 25 11:22:34 2005 +0000
| | | 
| | |     fixed so that simulation works with mingw
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit d29a8c5a0566713f3da9d9e2d81788b59aa90fc7
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 25 11:01:21 2005 +0000
| | | 
| | |     fixed so that simulation works with mingw
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit a76205392e0459a5bff79580da052d4e073123ac
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 25 10:44:58 2005 +0000
| | | 
| | |     Updated to the new simulation scheme
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/scripts/Compile
| | | M	modeq/scripts/Compile.bat
| | | M	modeq/scripts/doPlot.bat
| | | 
| | * commit 02d1ad540fb1d70c329c03e1028447ab5664f77d
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 25 10:43:48 2005 +0000
| | | 
| | |     Changed name of mingw runtime lib
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 9f119446c0b44a4288285d5284dedff5d3ce4a8d
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 25 10:20:37 2005 +0000
| | | 
| | |     Fixed bug in calculation of alg. vars.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit ac6e7469eca907eb8b06d8a35e0000f1055c673e
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 25 10:19:56 2005 +0000
| | | 
| | |     Fixed bug in simulate in interactive mode
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/daelow.rml
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 1dbd3f0f31762ba1504daef79513a623b3a9e1d7
| | | Author: Kaj Nyström 
| | | Date:   Thu Feb 24 12:56:33 2005 +0000
| | | 
| | |     Updated documentation only
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit 6095deb61ffe4163c6bbe96cbe6a5c753e8f1629
| | | Author: x02lucpo 
| | | Date:   Wed Feb 23 17:43:13 2005 +0000
| | | 
| | |     Added information for predefined types. Some implementation to extract the data from modification has been made but not called yet from a significant part of the program. (read it is not called at all from the main stream of the program!)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | 
| | * commit 6c90aad06d215524fb4de69ef6e13281f4cd79b9
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 23 08:27:58 2005 +0000
| | | 
| | |     fixed bug in varname generation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 30fa7792cded753d41f97b7106995595ddb4cc00
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 22 14:48:01 2005 +0000
| | | 
| | |     Changed error msg to error_buf. Plotting now working.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | M	modeq/ceval.rml
| | | M	modeq/classinf.rml
| | | M	modeq/codegen.rml
| | | M	modeq/connect.rml
| | | M	modeq/daelow.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit 65ab5a237ca3eb41d034467c3be7c2428505fc3f
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 22 14:17:15 2005 +0000
| | | 
| | |     Fixed bugs, added time to result, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 35a63f022dd8b97c19c9aac7da6eda12df0954e3
| | | Author: x02lucpo 
| | | Date:   Mon Feb 21 09:50:47 2005 +0000
| | | 
| | |     added a check for tornado generation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 22fbc707fb58faae9106e42e90bfdc36dd98109b
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 18 14:15:10 2005 +0000
| | | 
| | |     Simple algorithms now works to simulate.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/daelow.rml
| | | M	modeq/main.rml
| | | M	modeq/simcodegen.rml
| | | 
| | * commit d5a2b019ebe4b93ae64f2adfc1887c57cf93187a
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 18 14:12:56 2005 +0000
| | | 
| | |     fixed bug in initial step.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | M	c_runtime/simulation_runtime.h
| | | 
| | * commit 2e6708e8238e38b014932873399600a2627a34d3
| | | Author: x05simel 
| | | Date:   Fri Feb 18 08:28:04 2005 +0000
| | | 
| | |     Added ptolemy plot output.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/simulation_runtime.cpp
| | | 
| | * commit 21e1e35717f30c277db90b2963ebae029a2dfbc7
| | | Author: Levon Saldamli 
| | | Date:   Thu Feb 17 22:25:05 2005 +0000
| | | 
| | |     Minor fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 4ec8baa4a19f82b73091d1c38cfebd2d3afceb5b
| | | Author: Levon Saldamli 
| | | Date:   Thu Feb 17 22:18:43 2005 +0000
| | | 
| | |     Initial function code generation support for simulation code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | M	modeq/absyn.rml
| | | M	modeq/ceval.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/exp.rml
| | | M	modeq/main.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/staticexp.rml
| | | A	modeq/test_codegen/equation_funcall7.mo
| | | A	modeq/test_codegen/equation_funcall8.mo
| | | A	modeq/test_codegen/equation_funcall9.mo
| | | M	modeq/util.rml
| | | 
| | * commit d8335c98d34c9549e8c5344b4806b9da86a15d1d
| | | Author: x02lucpo 
| | | Date:   Thu Feb 17 15:43:06 2005 +0000
| | | 
| | |     made all the equation of the form cref = constant to be outputed in ComputeInitial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit d55959ee0383c95cfc8cb8179f9d4388b5e29e9a
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 17 13:30:29 2005 +0000
| | | 
| | |     Working simcodegen for DASSL
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 4cf99261fe4ebefc7673bc2e811c7c48e1b06185
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 17 13:29:06 2005 +0000
| | | 
| | |     Added simulation runtime for DASSL
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | A	c_runtime/daux.f
| | | A	c_runtime/ddasrt.f
| | | A	c_runtime/ddassl.f
| | | A	c_runtime/dlamch.f
| | | A	c_runtime/dlinpk.f
| | | A	c_runtime/lsame.f
| | | A	c_runtime/simulation_runtime.cpp
| | | A	c_runtime/simulation_runtime.h
| | | 
| | * commit 7c4338705b34c8389782f27b13099c63a37f39d3
| | | Author: x02lucpo 
| | | Date:   Thu Feb 17 12:59:30 2005 +0000
| | | 
| | |     added support for 1-dim arrays in code-gen
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit f11cf11aa30e6f91f0404b804ad8f854ece40293
| | | Author: x02lucpo 
| | | Date:   Thu Feb 17 12:58:55 2005 +0000
| | | 
| | |     added a exists_var: (Exp.ComponentRef, Variables) => bool
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | 
| | * commit ebc3aa878ca86ff2b8f65c928ed172e42fb2bb3f
| | | Author: x02lucpo 
| | | Date:   Thu Feb 17 12:58:04 2005 +0000
| | | 
| | |     made print_component global
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 32be72c23818b4f42828f2823a41b0375d14b22a
| | | Author: Levon Saldamli 
| | | Date:   Thu Feb 17 10:32:14 2005 +0000
| | | 
| | |     There is already one in modeq/TODO
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	TODO.txt
| | | 
| | * commit 3b774658995da06f3cab707fce54938e83849757
| | | Author: Levon Saldamli 
| | | Date:   Wed Feb 16 17:59:06 2005 +0000
| | | 
| | |     Function generation and calling for constant functions during ceval
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	TODO.txt
| | | M	modeq/Makefile.in
| | | M	modeq/ceval.rml
| | | M	modeq/inst.rml
| | | M	modeq/runtime/printimpl.c
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | A	modeq/test_codegen/equation_funcall2.mo
| | | A	modeq/test_codegen/equation_funcall3.mo
| | | A	modeq/test_codegen/equation_funcall4.mo
| | | A	modeq/test_codegen/equation_funcall5.mo
| | | A	modeq/test_codegen/equation_funcall6.mo
| | | 
| | * commit 950857ba4b83c28df76312a5964e61fd81036f66
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 16 15:14:01 2005 +0000
| | | 
| | |     fixed bug in generate_init_data
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 0655a9ba5e28663baab7d7c2bf26be706259cd7e
| | | Author: x02lucpo 
| | | Date:   Wed Feb 16 13:19:44 2005 +0000
| | | 
| | |     removed a print
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | 
| | * commit 5099fa7d9cb6c54fbfaa5b7a9721d63dbb8fffc9
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 16 12:58:08 2005 +0000
| | | 
| | |     Tried to fix bug in remove_simple_equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/vartransform.rml
| | | 
| | * commit d2c094ce32f7e1c37b90d2d2b131cde8302bf7b7
| | | Author: x02lucpo 
| | | Date:   Wed Feb 16 10:37:52 2005 +0000
| | | 
| | |     corrected a bug in index for different var-types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit eef408e55733b73a959d7929f66732c0fa836ef8
| | | Author: x02lucpo 
| | | Date:   Wed Feb 16 09:59:33 2005 +0000
| | | 
| | |     corrected a bug in index for different var-types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit a7edf52c60673deb73012c1a27bfc4e420013aa7
| | | Author: x02lucpo 
| | | Date:   Wed Feb 16 09:36:19 2005 +0000
| | | 
| | |     corrected a bug in index for different var-types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 62421e0ba8fd93cc8164202b5f004c4ce90c42a9
| | | Author: Levon Saldamli 
| | | Date:   Wed Feb 16 05:40:07 2005 +0000
| | | 
| | |     Bugfixes.
| | |     Top-level make modified for debug and release.
| | |     Changed default to release.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | M	modeq/Makefile.in
| | | M	modeq/modeq_debug/Makefile.in
| | | M	modeq/modeq_release/Makefile.in
| | | 
| | * commit f89d832f2dfb7cb69651c3aa89446e67bb706b53
| | | Author: Levon Saldamli 
| | | Date:   Tue Feb 15 16:05:33 2005 +0000
| | | 
| | |     temporary vctarget fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit 8a0eb33aa0548736faf339b9f7e3d911604e512c
| | | Author: Levon Saldamli 
| | | Date:   Tue Feb 15 15:26:45 2005 +0000
| | | 
| | |     Bugfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit b8bbae650ae12a297c21690d58915da036672ffb
| | | Author: Levon Saldamli 
| | | Date:   Tue Feb 15 15:22:38 2005 +0000
| | | 
| | |     bugfixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modeq_debug/Makefile.in
| | | M	modeq/modeq_release/Makefile.in
| | | 
| | * commit 462ab13d53dc9d7d846bdf214b5d9730f85ac437
| | | Author: Levon Saldamli 
| | | Date:   Tue Feb 15 14:49:04 2005 +0000
| | | 
| | |     bugfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modeq_debug/Makefile.in
| | | M	modeq/modeq_release/Makefile.in
| | | 
| | * commit 198b53d1389c99c9c9d837dacb5b85aa15a1dd85
| | | Author: x02lucpo 
| | | Date:   Tue Feb 15 14:45:27 2005 +0000
| | | 
| | |     added start-value on initial-vars
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 12ec39c82090b18be678496fc7457b013a5dc9fa
| | | Author: Levon Saldamli 
| | | Date:   Tue Feb 15 12:13:51 2005 +0000
| | | 
| | |     Buildfiles bugfixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.common
| | | M	modeq/Makefile.in
| | | M	modeq/absyn.rml
| | | M	modeq/modeq_debug/Makefile.in
| | | M	modeq/modeq_release/Makefile.in
| | | 
| | * commit 9e82f3dae183171ee4b21fc4022dc5afa806f49d
| | | Author: x02lucpo 
| | | Date:   Tue Feb 15 10:16:39 2005 +0000
| | | 
| | |     added is_const and compute_initial_from_start_values
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 4a1f26ee7f6b55a87ff1bfec812397d82c81bc1e
| | | Author: Levon Saldamli 
| | | Date:   Mon Feb 14 14:40:35 2005 +0000
| | | 
| | |     depend file generated by make depend
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1500 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/.depend
| | | 
| | * commit 5ab75a2f42b006f91aa81a3a749facc09a89f4ec
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 14 12:22:00 2005 +0000
| | | 
| | |     Fixed bug in remove_simple_equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/vartransform.rml
| | | 
| | * commit ba46a49d9ff81a24f232f158c5b73703966bde6c
| | | Author: Levon Saldamli 
| | | Date:   Mon Feb 14 11:26:07 2005 +0000
| | | 
| | |     Added build directories modeq_debug och modeq_release under modeq. Default build target is debug. See all: in modeq/Makefile.in.
| | |     
| | |     Also added Makefile-targets in Makefiles in modeq and modeq_debug and modeq_rel
| | |     ease. Just run make when you change Makefile.in
| | |     
| | |     Caution! rml files are copied to the build directories during building. Hence these files are put in .cvsignore under build directories. Binaries are copied back to modeq/ . For debugging, rdb files are copied back to modeq/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | M	flat_modelica_parser/src/flat_modelica_parserTokenTypes.txt
| | | M	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | A	modeq/Makefile.common
| | | M	modeq/Makefile.in
| | | A	modeq/modeq_debug/Makefile.in
| | | A	modeq/modeq_release/Makefile.in
| | | A	modeq/test_codegen/equation_funcall1.mo
| | | 
| | * commit c95dc5acef3039798b3e7d43f549628d14e93870
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 11 10:19:49 2005 +0000
| | | 
| | |     Fixed bug in elaboration of POW
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit c5ea1c70b01c6d77bbedec1dc67583f069924d75
| | | Author: x02lucpo 
| | | Date:   Fri Feb 11 09:42:01 2005 +0000
| | | 
| | |     added pow
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1496 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit 50db64d1b1f4bc38583e155797cf7bb89406c7a0
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 11 08:20:45 2005 +0000
| | | 
| | |     Added documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1495 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 751a8b1592cca7546d5eb97c57164b609c89ee7a
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 11 08:19:35 2005 +0000
| | | 
| | |     Fixed asub simplification
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 8253cda007d5c708b17518d3bd084bc02b9a6104
| | | Author: x02lucpo 
| | | Date:   Thu Feb 10 15:41:11 2005 +0000
| | | 
| | |     added simulation_5fcg
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1493 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/rtopts.c
| | | 
| | * commit a4fe01db9873966298426675e7c0eac7c8761c54
| | | Author: x02lucpo 
| | | Date:   Thu Feb 10 15:39:05 2005 +0000
| | | 
| | |     added simulation_5fcg
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/rtopts.c
| | | 
| | * commit 73cd2084d80316ae529c34c6be8ff1ece8a5cd94
| | | Author: x02lucpo 
| | | Date:   Thu Feb 10 15:18:44 2005 +0000
| | | 
| | |     added simulation_5fcg
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/rtopts.c
| | | 
| | * commit e4295ee1e628f4462a9d1681a489e0420f2c0cc5
| | | Author: x02lucpo 
| | | Date:   Thu Feb 10 13:43:06 2005 +0000
| | | 
| | |     corrected NoOutputVarValues error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 848fcce5d3162b62ac2d43ce00902f0f2f07e27e
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 10 13:29:33 2005 +0000
| | | 
| | |     Added better documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 0bdaf465195c6a0e96d3e571036c19408dc472cf
| | | Author: Kaj Nyström 
| | | Date:   Thu Feb 10 13:06:55 2005 +0000
| | | 
| | |     Documented entire file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classloader.rml
| | | 
| | * commit 35314504cdf7e3c374392591c276f76b3711cc59
| | | Author: Kaj Nyström 
| | | Date:   Thu Feb 10 11:05:38 2005 +0000
| | | 
| | |     removed unused file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/builtin_safe.rml
| | | 
| | * commit fdcab8e327c470a32fe05debbae01ee4785bd893
| | | Author: Kaj Nyström 
| | | Date:   Thu Feb 10 10:56:41 2005 +0000
| | | 
| | |     Added last parts of documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit b6d8a031720974cefb4538cfc2442aa029fac50c
| | | Author: x02lucpo 
| | | Date:   Wed Feb 9 16:16:25 2005 +0000
| | | 
| | |     added get-functions to generate GetNoParams()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | M	modeq/tornadoext.rml
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit 3381133ebaf4f14ba69b28b1a4217c1cf63b980d
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 9 13:52:19 2005 +0000
| | | 
| | |     Added generation of initial values in simcodegen
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 6670b37e0608b1523319e4e7934a96ab6d6b55c8
| | | Author: x02lucpo 
| | | Date:   Wed Feb 9 13:35:20 2005 +0000
| | | 
| | |     changed from _t_ to time
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit e5dc19de2e34584eca960806883a1ae225af6875
| | | Author: x02lucpo 
| | | Date:   Wed Feb 9 13:14:33 2005 +0000
| | | 
| | |     added startvalues to parameters
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/simcodegen.rml
| | | M	modeq/tornado.rml
| | | M	modeq/tornadoext.rml
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit e903d40ab5efd525330f3d693fa6f9d56819d438
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 9 12:12:03 2005 +0000
| | | 
| | |     Fixed generate_compute_output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 53b890850bab6b7234612f058be00db72f84b689
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 9 11:40:50 2005 +0000
| | | 
| | |     Reimplemented breaking of blocks into dynamic and accepted section, by reachability analysis on strong components graph
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/daelow.rml
| | | M	modeq/derive.rml
| | | M	modeq/exp.rml
| | | M	modeq/main.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 8142ea35c8bffbe7caf0c1ad22026b5169340506
| | | Author: x02lucpo 
| | | Date:   Mon Feb 7 15:46:02 2005 +0000
| | | 
| | |     Corrected a linkage bug
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 65de7fc19e573b2a7ddfdd3c12ae4f220ac198d6
| | | Author: Levon Saldamli 
| | | Date:   Mon Feb 7 13:31:07 2005 +0000
| | | 
| | |     changed tail -1 to head -1. First found should be used for some stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 0595567220779c24fedd9b23618764cacbcb905b
| | | Author: Adrian Pop 
| | | Date:   Mon Feb 7 10:28:20 2005 +0000
| | | 
| | |     2004-02-07 Adrian Pop, adrpo@ida.liu.se
| | |     added Makefile for building the yaccparser.
| | |     change the RML path in the Makefile to make
| | |     it work for you.
| | |     
| | |     Adrian/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/Makefile
| | | 
| | * commit 14e1d14501385756ba28978bf06043fa4181e658
| | | Author: leist 
| | | Date:   Sun Feb 6 23:19:08 2005 +0000
| | | 
| | |     Yacc parser grammar for Modelica+RML. First hopefully stable sketch. (Still
| | |     a few FIXME:s left, though.)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/parser.y
| | | 
| | * commit c558e6f5422df0ba6ebac5b950c3c66490af2aa4
| | | Author: leist 
| | | Date:   Sun Feb 6 22:59:06 2005 +0000
| | | 
| | |     Unified header file for the Modelica+RML yacc parser and its lexer.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/defs.h
| | | 
| | * commit ab27727e2b04230ed1961a51aabbccb8b7c50f49
| | | Author: leist 
| | | Date:   Sun Feb 6 22:58:36 2005 +0000
| | | 
| | |     Lexer for the Modelica+RML yacc parser.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/lexer.c
| | | 
| | * commit 9354f08efb91e0911617e4b059ef83487b5739ad
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:20 2005 +0000
| | | 
| | |     Standard yacclib.h file for RML.
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/yacclib.h
| | | 
| | * commit 705c75e8c59d65c73e3a37197a86bd4f4aa7255d
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:20 2005 +0000
| | | 
| | |     Standard yacclib.c file for RML.
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/yacclib.c
| | | 
| | * commit 870c4a4608e67f7eec404ebbee44c30bd5c5192d
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:19 2005 +0000
| | | 
| | |     RML datatypes for abstract syntax tree, and related code.
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/absyn.rml
| | | 
| | * commit b5b6f3e9004fd8932e55673e71d1989aad6a090a
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:19 2005 +0000
| | | 
| | |     RML test program.
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/test.rml
| | | A	modeq/yaccpar/test1.rml
| | | A	modeq/yaccpar/test2.rml
| | | 
| | * commit 65990896d9ea5453d0c4062861925ba4f7586d53
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:19 2005 +0000
| | | 
| | |     Main file for dumping/refactoring testing.
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/main.rml
| | | 
| | * commit 1292c1d1b3f942b2a47426bb3a5279ffc38308f1
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:19 2005 +0000
| | | 
| | |     Leif's RML dumper with changes by Adrian Pop.
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/rmldump.rml
| | | 
| | * commit 3aea687dbfa5c34aaf67d049979a9fa746934f1c
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:19 2005 +0000
| | | 
| | |     RML refactoring.
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/rmlrefactor.rml
| | | 
| | * commit b45d5471b1483fbc6a3bc89a68ee6e194f2d7c2b
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:19 2005 +0000
| | | 
| | |     Glue to call parser (and thus scanner) from RML
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/scanparse.c
| | | 
| | * commit 7e158f6d5be6e4e036fd904cd8e93f3d11a02f89
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:57:19 2005 +0000
| | | 
| | |     Scanparse module, for debugging.
| | |     2005-02-04
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/yaccpar/scanparse.rml
| | | 
| | * commit 7dba72e888fcefed7a6b27c7c7ae67b5e8ceef3e
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:28:03 2005 +0000
| | | 
| | |     2005-02-04 Adrian Pop, adrpo@ida.liu.se
| | |     fixed so it compiles with new the new changes in modelica_parser
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/test/parser/test_parser.cpp
| | | 
| | * commit ebd6f26c4a699f96c5c6d514ea0532732e181867
| | | Author: Adrian Pop 
| | | Date:   Fri Feb 4 17:24:01 2005 +0000
| | | 
| | |     2005-02-04 Adrian Pop, adrpo@ida.liu.se
| | |     Somebody added code for flat modelica and failed to add
| | |     try{...} catch {...} statements.
| | |     Also, some redundant code was removed
| | |     H�kan pointed out this error!
| | |     
| | |     Adrian/
| | |     ---
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | 
| | * commit be36ddf18c104adbda8dcc61a6b7b065c9359292
| | | Author: x02lucpo 
| | | Date:   Fri Feb 4 14:49:50 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit f7948a66a0552b5c5b9f16e9aec737c4bc306e8f
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 4 13:34:37 2005 +0000
| | | 
| | |     Made inst_element fail if lookup of the class failes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit b4d544d01a6275e94b4755509013620a9e718f42
| | | Author: Håkan Lundvall 
| | | Date:   Fri Feb 4 13:33:37 2005 +0000
| | | 
| | |     Removed print out of class origin in flat modelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 3184ebae98b6708cf8989db12deffeb75794cdef
| | | Author: x02lucpo 
| | | Date:   Fri Feb 4 08:20:13 2005 +0000
| | | 
| | |     redone generate_simple_equations_links2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 89e90ba4e427d25264016fd2ee4e5d353805b43c
| | | Author: x02lucpo 
| | | Date:   Fri Feb 4 07:26:05 2005 +0000
| | | 
| | |     redone generate_links2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 14819a004ff29067d981a3c998990172b92ecdbe
| | | Author: Håkan Lundvall 
| | | Date:   Thu Feb 3 13:43:37 2005 +0000
| | | 
| | |     Import bug fixed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit 85282dc2076d34add86599375a503bed3fc5fff8
| | | Author: x02lucpo 
| | | Date:   Wed Feb 2 12:28:27 2005 +0000
| | | 
| | |     corrected some errors in code-gen for tornado
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 5019b4631d2800a0a39bb63f859b01cb898d0268
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 1 14:29:26 2005 +0000
| | | 
| | |     Fixed bug in vararray
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 6b618e71fd1ceb2222faf6ce880a5b1f86c6a7fb
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 1 13:52:19 2005 +0000
| | | 
| | |     Made variable array expandable as for equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit b734529b539cdd9ad06bf84ed5b8753e6db5893d
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 1 11:59:01 2005 +0000
| | | 
| | |     Fixed bug with linking
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | 
| | * commit 4fb6b8fd0c88b98898d95c4d795f1d19a33f6b5a
| | | Author: x02lucpo 
| | | Date:   Tue Feb 1 10:19:51 2005 +0000
| | | 
| | |     improved the design
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | M	modeq/tornadoext.rml
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit 22249b023d589c091ebcf143e99e01a3b860c92b
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 31 17:04:47 2005 +0000
| | | 
| | |     fixed bug with tornado blt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | 
| | * commit 85094e953a0f2ff4286313166e2a268c68bf1b13
| | | Author: x02lucpo 
| | | Date:   Mon Jan 31 14:52:05 2005 +0000
| | | 
| | |     removed prints
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit d2f66b7e4dfc85a800d7c6a46a205264b2039479
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 31 13:53:05 2005 +0000
| | | 
| | |     intial equations added to daelow, fixed bug in tornado.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/simcodegen.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 5fdb1f1b329a6be9333801e379ea1373ea26b5ad
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 31 13:08:18 2005 +0000
| | | 
| | |     Added rule for arrays of components
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 78ab97d0b866f48c5b8f956125b7473a4947b72b
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 31 13:07:30 2005 +0000
| | | 
| | |     Added transformation of . to _ in identifiers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | 
| | * commit c702460790c97236ab02a3f68db0616710ba5fab
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 31 13:06:09 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 09dcaa79db1fe51174f3fb6c14d16c91a3c91e8c
| | | Author: x02lucpo 
| | | Date:   Mon Jan 31 12:55:06 2005 +0000
| | | 
| | |     removed prints
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | 
| | * commit 2051f0fa9a707b125c88a6457c90f3969899baad
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 31 12:49:53 2005 +0000
| | | 
| | |     Fixed bugs when emtpy equation list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | 
| | * commit 4a0f13940bf1f74a1d2748be898c9d88bd16eaf3
| | | Author: Håkan Lundvall 
| | | Date:   Mon Jan 31 09:33:54 2005 +0000
| | | 
| | |     Lade till s� att flat_modelica_parser blir med i vctarget
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/Makefile.in
| | | 
| | * commit a0210a9a45859c9f9fe73598c28242246460c75c
| | | Author: x02lucpo 
| | | Date:   Mon Jan 31 08:21:49 2005 +0000
| | | 
| | |     corrected is_no_param to is_param
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit b102d7a895725b1471e1aa760ba7355d8d367ad7
| | | Author: x02lucpo 
| | | Date:   Mon Jan 31 08:11:25 2005 +0000
| | | 
| | |     added added some checks for linkValue when removing simple equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | 
| | * commit 48adc6459f76b5dc9f518f278b4e8eb710864be8
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 31 07:56:55 2005 +0000
| | | 
| | |     Fixed bug in remove_simple_equations and bug in reachable_nodes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/vartransform.rml
| | | 
| | * commit bdac17de15e75d704df7ce4cf5a8a893adf5c768
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 28 14:30:59 2005 +0000
| | | 
| | |     Optimized Equations in DAELOW. Fixed some stuff in Tornado. Added dymTableInit as builtinFunction.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/inst.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/tornado.rml
| | | M	modeq/util.rml
| | | 
| | * commit a0270366bdc270e695a1e311afaa8166db23243b
| | | Author: x02lucpo 
| | | Date:   Fri Jan 28 13:39:01 2005 +0000
| | | 
| | |     added added some checks for linkValue when removing simple equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit eab85914e3477c34bf6552d89ccb93df68704d77
| | | Author: x02lucpo 
| | | Date:   Thu Jan 27 15:14:58 2005 +0000
| | | 
| | |     added generation for TornadoDLL.cpp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit ced107ee96290e9558e92e7a5797546a0b76c263
| | | Author: x02lucpo 
| | | Date:   Thu Jan 27 13:45:04 2005 +0000
| | | 
| | |     corrected some minor bugs for Tornado
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/simcodegen.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit c609e9ffa770d6baf526f1371121b341adafafe4
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 27 06:55:09 2005 +0000
| | | 
| | |     Fixed sed bug originating from several antlr paths
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit dc8a0ad2c0fa2abb22f6099824d63f644dd01b06
| | | Author: x02lucpo 
| | | Date:   Wed Jan 26 16:14:01 2005 +0000
| | | 
| | |     added defines for subModels and link for star-variables.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit dd7276a0e7cdbafca06698ffd44ffbe9c14c9f2a
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 26 14:49:00 2005 +0000
| | | 
| | |     Generated links for simple equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/exp.rml
| | | M	modeq/tornado.rml
| | | M	modeq/vartransform.rml
| | | 
| | * commit 451311d1150056ac51037ca4531adb4ce7cde944
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 26 12:25:00 2005 +0000
| | | 
| | |     fixed bug.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/simcodegen.rml
| | | 
| | * commit 2bf79dfe4f8e605285805641a0280e53a8ecbd57
| | | Author: x02lucpo 
| | | Date:   Wed Jan 26 12:24:30 2005 +0000
| | | 
| | |     added hierarchical code generation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | M	modeq/tornadoext.rml
| | | M	modeq/util.rml
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit 55875d1d4bd9f908009441b9b7726e3869502ab9
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 26 09:30:38 2005 +0000
| | | 
| | |     Changed implementation of DAELow.VARIABLES from bintree to hashtable
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/derive.rml
| | | M	modeq/modpar/TaskGraphExt.cpp
| | | M	modeq/taskgraph.rml
| | | M	modeq/tornado.rml
| | | M	modeq/util.rml
| | | 
| | * commit 83e1bf3dfbdc9e24e20c3144556b470e445032ae
| | | Author: Kaj Nyström 
| | | Date:   Tue Jan 25 12:29:52 2005 +0000
| | | 
| | |     Cleaned up debug printing
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit dea1207b148a0c1fdbfceb1591133f593621c7c0
| | | Author: Kaj Nyström 
| | | Date:   Tue Jan 25 11:02:20 2005 +0000
| | | 
| | |     Fixed nasty bug in ident recognition
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/flat_modelica_lexer.g
| | | 
| | * commit 51557f56028410765f4b38ec3e99fdd9fa41cf29
| | | Author: Kaj Nyström 
| | | Date:   Tue Jan 25 10:59:23 2005 +0000
| | | 
| | |     Fixed ordering bug
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/Makefile.in
| | | A	flat_modelica_parser/src/test.cpp
| | | M	modeq/absyn_builder/Makefile.in
| | | 
| | * commit dbc8c7bbf099da63dff87f103a9f4aabceb81571
| | | Author: Levon Saldamli 
| | | Date:   Mon Jan 24 15:59:26 2005 +0000
| | | 
| | |     Removed boundary. Shouldn't be in main trunk. PDE stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit ac32383fb000225af32e8b5d949c60e7d8499053
| | | Author: Kaj Nyström 
| | | Date:   Sun Jan 23 15:07:33 2005 +0000
| | | 
| | |     Updated to reasoably working item
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | 
| | * commit d5c8e8c74ef9be81256fe7805a1b5eecd625b8b2
| | | Author: Kaj Nyström 
| | | Date:   Sun Jan 23 15:00:50 2005 +0000
| | | 
| | |     Updated to reasoably working item
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/Makefile.in
| | | A	flat_modelica_parser/src/flat_modelica_lexer.g
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/main.rml
| | | 
| | * commit df51b07b43d9f2f94851c504091c886425cdc9c4
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 21 13:47:35 2005 +0000
| | | 
| | |     moved code from tornado to simcodegen, new module for simulation code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/daelow.rml
| | | M	modeq/rtopts.rml
| | | M	modeq/runtime/rtopts.c
| | | A	modeq/simcodegen.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit fcbfa44781ed98edf05912bacde5b97e25345bcc
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 21 10:18:02 2005 +0000
| | | 
| | |     Added algorithms to DAELow
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/tornado.rml
| | | M	modeq/util.rml
| | | M	modeq/vartransform.rml
| | | 
| | * commit ae0f75187b07ee15ad76a85a81260001cf130b26
| | | Author: Kaj Nyström 
| | | Date:   Thu Jan 20 16:17:03 2005 +0000
| | | 
| | |     flat modelica added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit 2cb8203b2a53ca8840a3cbec8a47d423bb9dbc7c
| | | Author: Kaj Nyström 
| | | Date:   Thu Jan 20 16:15:44 2005 +0000
| | | 
| | |     automake ok
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R092	flat_modelica_parser/src/Makefile	flat_modelica_parser/src/Makefile.in
| | | 
| | * commit 4b0793b4d4d9d67130d1508bd83beca5c443f73f
| | | Author: Kaj Nyström 
| | | Date:   Thu Jan 20 16:13:04 2005 +0000
| | | 
| | |     new flat modelica parser. Wohoo.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/src/Makefile
| | | M	flat_modelica_parser/src/flat_modelica_parser.g
| | | A	flat_modelica_parser/src/flat_modelica_parserTokenTypes.txt
| | | A	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | 
| | * commit af1e7fda5193459d43eada3e84f8bd6ad8b6d907
| | | Author: Kaj Nyström 
| | | Date:   Thu Jan 20 16:02:15 2005 +0000
| | | 
| | |     Restructuring flat modelica parser
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/README
| | | D	flat_modelica_parser/TODO
| | | D	flat_modelica_parser/src/expandedflat_modelica_parser.g
| | | D	flat_modelica_parser/src/flat_modelica_lexer.cpp
| | | D	flat_modelica_parser/src/flat_modelica_lexer.g
| | | D	flat_modelica_parser/src/flat_modelica_lexer.hpp
| | | D	flat_modelica_parser/src/flat_modelica_parser.cpp
| | | D	flat_modelica_parser/src/flat_modelica_parser.hpp
| | | D	flat_modelica_parser/src/flat_modelica_parserTokenTypes.hpp
| | | D	flat_modelica_parser/src/flat_modelica_tree_parser.cpp
| | | D	flat_modelica_parser/src/flat_modelica_tree_parser.hpp
| | | D	flat_modelica_parser/src/flat_modelica_tree_parserTokenTypes.hpp
| | | D	flat_modelica_parser/src/flat_modelica_tree_parserTokenTypes.txt
| | | D	flat_modelica_parser/src/flatmodelicaTokenTypes.hpp
| | | D	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | D	flat_modelica_parser/src/modSimPackTest.cc
| | | D	flat_modelica_parser/src/modSimPackTest.h
| | | D	flat_modelica_parser/src/parse_tree_dumper.cpp
| | | D	flat_modelica_parser/src/parse_tree_dumper.hpp
| | | D	flat_modelica_parser/src/semantic.cache
| | | D	flat_modelica_parser/src/walker.g
| | | 
| | * commit 967a3b9b0ac2c5d4a79b0b22cdf7f6b832477f91
| | | Author: x02lucpo 
| | | Date:   Thu Jan 20 08:24:07 2005 +0000
| | | 
| | |     added some relations as public
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 3bdc5142ac2e7d9c604d290d721a84d0d09559c3
| | | Author: x02lucpo 
| | | Date:   Thu Jan 20 08:00:03 2005 +0000
| | | 
| | |     added more functionality to tornado. Generation of hierarhical models
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/interactive.rml
| | | M	modeq/tornado.rml
| | | M	modeq/tornadoext.rml
| | | 
| | * commit 6c603cd2c498b07a8209a0078564b8eb37906135
| | | Author: Adrian Pop 
| | | Date:   Wed Jan 19 22:27:37 2005 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit 1e1e6848387e1121c082c2779a616736f71c8a16
| | | Author: x02lucpo 
| | | Date:   Tue Jan 18 13:48:51 2005 +0000
| | | 
| | |     corrected some bugs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit f6134ccd82fd5dbdd09ded81218fb8e2bc1371d5
| | | Author: Håkan Lundvall 
| | | Date:   Tue Jan 18 09:41:13 2005 +0000
| | | 
| | |     Updated rml to 2.2.1 and made rml runtime part of the build
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/daeext.cpp
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 70b403275818ddf07760e38b448a5868895549d0
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 18 08:05:41 2005 +0000
| | | 
| | |     updated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | 
| | * commit 9152676ebdc3e62e1f1074eb0c7537161d464935
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 17 10:09:49 2005 +0000
| | | 
| | |     Switched to set implementation of vars/eqns in matching, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/daeext.rml
| | | M	modeq/daelow.rml
| | | M	modeq/inst.rml
| | | M	modeq/runtime/daeext.cpp
| | | M	modeq/tornado.rml
| | | M	modeq/util.rml
| | | M	modeq/vartransform.rml
| | | 
| | * commit 160d9799289ca5dbb8e86c1ffd509db85f489471
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 17 10:07:54 2005 +0000
| | | 
| | |     updated dependencies
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit 8e78911427109f57cab35a5c4bfd8b5fa319fbc4
| | | Author: Håkan Lundvall 
| | | Date:   Fri Jan 14 10:16:35 2005 +0000
| | | 
| | |     Added instantiation of when equatons and if equations with non-constant condition.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 7827b3c294af747be166d10c0d63f6b2b491feb0
| | | Author: x02lucpo 
| | | Date:   Fri Jan 14 09:47:31 2005 +0000
| | | 
| | |     added some new relations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit da2667240286ea696569f823a809261ba44941a8
| | | Author: x02lucpo 
| | | Date:   Fri Jan 14 09:46:24 2005 +0000
| | | 
| | |     added a comment... yay...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit 0bbb7fe11c91b1bb4c28d5c0b75a0031eda099bc
| | | Author: Håkan Lundvall 
| | | Date:   Thu Jan 13 10:24:23 2005 +0000
| | | 
| | |     Added rule for when-equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit ceb95ab98c559081196188116bee2e57451e1c54
| | | Author: Håkan Lundvall 
| | | Date:   Thu Jan 13 10:21:24 2005 +0000
| | | 
| | |     Added representation for if and when equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 12c7b8ad5ea584d1a973487e6c7a6e0dc56c9c05
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 13 08:27:51 2005 +0000
| | | 
| | |     Fixed bug in fix_direction
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 9d1e0b853cd23882c073a2e130a6d6b661a2fc00
| | | Author: x02lucpo 
| | | Date:   Wed Jan 12 13:14:31 2005 +0000
| | | 
| | |     added a check for how many generated var and made some changes to to model genration of variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | M	modeq/tornadoext.rml
| | | 
| | * commit 07634fdb80a6baad6aa0143c7fbe06509980bf01
| | | Author: x02lucpo 
| | | Date:   Wed Jan 12 13:09:33 2005 +0000
| | | 
| | |     added a check for how many generated var and made some changes to to model genration of variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/tornado.rml
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit d9f9807408db2f9c06a7a80ffdb07c5d877685c9
| | | Author: x02lucpo 
| | | Date:   Wed Jan 12 09:11:41 2005 +0000
| | | 
| | |     added a check for how many generated input var and made some changes to to model genration of variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit f8ec58e4f1b03f56f0617e254d0ff4b2a53e7d55
| | | Author: x02lucpo 
| | | Date:   Wed Jan 12 09:03:50 2005 +0000
| | | 
| | |     added a check for how many generated input var and made some changes to to model genration of variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | M	modeq/tornadoext.rml
| | | 
| | * commit e5f4e968838167a2c2cb51ddb945a17b639d0af9
| | | Author: x02lucpo 
| | | Date:   Tue Jan 11 16:01:49 2005 +0000
| | | 
| | |     added a check for how many generated input var
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit d352a24af4fc7ebb6d848c912225bb8e0411f63e
| | | Author: x02lucpo 
| | | Date:   Tue Jan 11 15:02:34 2005 +0000
| | | 
| | |     added get_input_var_number and get_output_var_number
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/tornadoext.cpp
| | | M	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit 4badb0abdc387773ab26e9d8a08f4a7522e2faf2
| | | Author: x02lucpo 
| | | Date:   Tue Jan 11 14:57:11 2005 +0000
| | | 
| | |     added tornadoext and corrected some bugs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/util.rml
| | | 
| | * commit 6790ffe14d5956dc58dda104e9791bf60cf5fab6
| | | Author: x02lucpo 
| | | Date:   Tue Jan 11 14:56:04 2005 +0000
| | | 
| | |     rml-file for the cpp-connection
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/Makefile.in
| | | M	modeq/runtime/rtopts.c
| | | A	modeq/runtime/tornadoext.cpp
| | | A	modeq/tornadoext.rml
| | | A	modeq/winruntime/tornadoext.cpp
| | | 
| | * commit e7ed95d833f017ddca2900615e4d930018055d1f
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 11 14:42:24 2005 +0000
| | | 
| | |     Fixed bug in generate_parameters
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit d6c7366052b79daa952a23bc0db4a6bd391adef5
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 11 13:59:22 2005 +0000
| | | 
| | |     Added generation of parameters. Removed generation of simple equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit d449c538a162d36e7200e3dae6dfc6dea277f654
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 11 10:49:04 2005 +0000
| | | 
| | |     Constant evaluation of functions is now done if all arguments are constant
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/ceval.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 102b24b8413254984495ba4417cb832311d2094b
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 11 07:50:10 2005 +0000
| | | 
| | |     Fixed elab_exp so that numerical constant values are calculated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 3750f1bf84ea5e6b412424a7ee3192a8a997e3e2
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 10 08:53:50 2005 +0000
| | | 
| | |     Fixed bug in incidence matrix. It now contains state variables as well, but they have negative index.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/derive.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/tornado.rml
| | | M	modeq/util.rml
| | | 
| | * commit 9ec82391bc178bff958af3b94f975f3e521678c4
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 4 10:54:35 2005 +0000
| | | 
| | |     Fixed varDirection generation in generate_var_defines
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 856a02bf8f6e8cf2e35c8b9b7a72fa5231e57f7e
| | | Author: x02lucpo 
| | | Date:   Tue Jan 4 08:48:32 2005 +0000
| | | 
| | |     partial commit for Petar
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 47ff30c220c7edd5d8e57b54d6e354ae0c383d66
| | | Author: x02lucpo 
| | | Date:   Tue Jan 4 07:45:53 2005 +0000
| | | 
| | |     added some missing function and a check needed for tornado code generation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/rtopts.c
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 5c0b755c5db6592c86fdce588acd44302aaa3e6d
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 29 09:06:43 2004 +0000
| | | 
| | |     Added vartransform, for transforming variables in expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/vartransform.rml
| | | 
| | * commit f558ba2c5b6d3ae07b78611b16a5176b384a358c
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 29 09:03:20 2004 +0000
| | | 
| | |     Improved variable impl. in daelow. More efficient matching alg.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/daelow.rml
| | | M	modeq/derive.rml
| | | M	modeq/exp.rml
| | | M	modeq/main.rml
| | | M	modeq/tornado.rml
| | | M	modeq/util.rml
| | | 
| | * commit bd7c0d146356a090b8664b503dfdd0c709ecf1df
| | | Author: x02lucpo 
| | | Date:   Wed Dec 22 15:23:43 2004 +0000
| | | 
| | |     X-mas delivery
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 58f94bb871a9bd7fb7141f49fdca951076ee1886
| | | Author: x02lucpo 
| | | Date:   Wed Dec 22 14:34:18 2004 +0000
| | | 
| | |     added string_split_at_char
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/util.rml
| | | 
| | * commit 9cdece44c185e8df80356fefc34d718cdb2d060f
| | | Author: x02lucpo 
| | | Date:   Wed Dec 22 08:38:02 2004 +0000
| | | 
| | |     added sorting of equations and a check for switching the name of dummy der in case of tornado from "der_" to "_D_
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | 
| | * commit 1c8386e10624b60c54b560fc13ff2a937a4afe6e
| | | Author: Håkan Lundvall 
| | | Date:   Fri Dec 17 10:28:12 2004 +0000
| | | 
| | |     Fixed small bug regarding locks.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/corbaimpl.cpp
| | | M	modeq/winruntime/modeq_communication_impl.cpp
| | | 
| | * commit 2d0d7073bc526c7ac91e34c211de5202c307db3f
| | | Author: Håkan Lundvall 
| | | Date:   Fri Dec 17 10:27:10 2004 +0000
| | | 
| | |     Updated according to changes in runtime/systemimpl.c
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 00bd9112fe42cf6b047b19a55e1baff7dfcc1f2b
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 16 15:55:49 2004 +0000
| | | 
| | |     Fixed DAELow.VAR bug
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 6cf8648204b7a1b06b946f23f2f9860569b63b17
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 16 15:49:43 2004 +0000
| | | 
| | |     Fixed DAELow.VAR bug
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/taskgraph.rml
| | | 
| | * commit 2f17428de6ff6f54767b51818c5b9f1ff0d3ed84
| | | Author: x02lucpo 
| | | Date:   Wed Dec 15 08:32:07 2004 +0000
| | | 
| | |     added a string_replace_char which replace a char with another in the string. Check comments for details.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/util.rml
| | | 
| | * commit 44008f657bd9c2d341d5c938503e9cdd7cccf6c2
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 14 14:43:36 2004 +0000
| | | 
| | |     Added class attribute to DAE variable to determine origin.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/inst.rml
| | | M	modeq/modutil.rml
| | | 
| | * commit 4636b763deb33998e9918a0d675a513f1c45dc7b
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 14 07:25:59 2004 +0000
| | | 
| | |     Optimized impl. Added tree_delete, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | 
| | * commit ca68eba5e8885bd0c896b18e629631eeb4802f90
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 8 12:26:33 2004 +0000
| | | 
| | |     Changed dae variable implementation from list to binary tree
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/daelow.rml
| | | M	modeq/exp.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/tornado.rml
| | | M	modeq/util.rml
| | | 
| | * commit 892c6f77c4a07129e7c25c39530eb555a5733fbb
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 30 15:18:52 2004 +0000
| | | 
| | |     Added unparsing of 'encapsulated'.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 85d84f65f267f032135c7fc65d125e8065bb90d3
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 30 07:32:09 2004 +0000
| | | 
| | |     Added more doc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 7d8ee2d5c2fc795354f8a844637725373cee96f7
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 30 07:19:33 2004 +0000
| | | 
| | |     Added better doc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/derive.rml
| | | 
| | * commit b8e3b08b216f6e22291f39735a3649664a5298ed
| | | Author: Adrian Pop 
| | | Date:   Sat Nov 27 13:10:21 2004 +0000
| | | 
| | |     2004-11-27 Adrian Pop, adrpo@ida.liu.se
| | |     changed server_loop to make it completly deterministic
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 9e3f131e3dbb11a5edc1c8492d39a24b265da9b9
| | | Author: x02lucpo 
| | | Date:   Wed Nov 24 15:33:07 2004 +0000
| | | 
| | |     updated to work with tornado
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/rtopts.c
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 91fefcb1f369af9760746ff3c703984391ddeece
| | | Author: x02lucpo 
| | | Date:   Wed Nov 24 11:12:12 2004 +0000
| | | 
| | |     the equation generation is working for influenza.mo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit ed12653f6aae64edf209743cf32715762e67789c
| | | Author: x02lucpo 
| | | Date:   Wed Nov 24 11:11:08 2004 +0000
| | | 
| | |     added the rule in simpliry for (0.0 / x ) =>0.0 and (x/0.0)=>fail
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 42a3e9e89be402ebdf4968f28c1ab5a06e0c7b44
| | | Author: x02lucpo 
| | | Date:   Wed Nov 24 11:10:10 2004 +0000
| | | 
| | |     removed some swearing
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 866f72a4c4732af56cd28b6ea28b32d6ff1be3f8
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 24 10:10:05 2004 +0000
| | | 
| | |     Fixed bug in index reduction, did not increase no of variables when differentiated equation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 902f10fc7dd78e6ec25b9016eef5cb709be1e927
| | | Author: x02lucpo 
| | | Date:   Wed Nov 24 09:29:40 2004 +0000
| | | 
| | |     PetAr to check for optimization error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1353 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 2a0b9f2f49dd26aceb6252d154be98767cb0169a
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 24 08:21:05 2004 +0000
| | | 
| | |     optimized index reduction so that incidence matrix is not rebuilt for each reduction.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/main.rml
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/MergeSiblings.cpp
| | | M	modeq/taskgraph.rml
| | | M	modeq/util.rml
| | | 
| | * commit d5ce6c40ca54d4caab65bd3b22e3a6988757528b
| | | Author: x02lucpo 
| | | Date:   Tue Nov 23 15:27:19 2004 +0000
| | | 
| | |     added som debug printouts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 8a362bfc7813b0c1a4a66496b0a8bd6cc6b8a876
| | | Author: x02lucpo 
| | | Date:   Tue Nov 23 11:14:00 2004 +0000
| | | 
| | |     redone the If...then...else to ...?...:... (c++)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 4974333238b373e468a30f6938cf06f945cb7adf
| | | Author: x02lucpo 
| | | Date:   Tue Nov 23 10:09:01 2004 +0000
| | | 
| | |     implemented a relation that ouputs c++ code from an Exp.Exp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 977e223af2686345243530e800dd7fd93d73996c
| | | Author: x02lucpo 
| | | Date:   Tue Nov 23 10:06:25 2004 +0000
| | | 
| | |     implemented a relation that ouputs c++ code from an Exp.Exp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 2104f1803fee6c287dc93b680f48dbb21eba5aaf
| | | Author: Peter Aronsson 
| | | Date:   Mon Nov 22 13:51:33 2004 +0000
| | | 
| | |     Optimized some code. Commented, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/modpar/Schedule.cpp
| | | M	modeq/modpar/Schedule.hpp
| | | M	modeq/modpar/TaskGraph.cpp
| | | M	modeq/modpar/TaskGraphExt.cpp
| | | M	modeq/modpar/TaskMerging.cpp
| | | M	modeq/rtopts.rml
| | | M	modeq/runtime/rtopts.c
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/system.rml
| | | 
| | * commit c9ec81a414232ed7787a4bb2eb3f8112f5e23d1a
| | | Author: x02lucpo 
| | | Date:   Mon Nov 22 10:48:30 2004 +0000
| | | 
| | |     added a relation that replace all the der(...) with _D_... in all the equations in DAE
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 0206e675663a83cfb1ea74389790f7e9f6c1be09
| | | Author: x02lucpo 
| | | Date:   Thu Nov 18 14:10:43 2004 +0000
| | | 
| | |     The module tornado generate now ouput and state equations in c++ format
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/exp.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 7a9e9f41f8ba2518a4d6f1b4474eab2f62b08da5
| | | Author: x02lucpo 
| | | Date:   Wed Nov 17 16:01:17 2004 +0000
| | | 
| | |     resolved a bug in generation of equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit ebe253f5b339c1149bf76f9d67d6670882dd7e57
| | | Author: x02lucpo 
| | | Date:   Wed Nov 17 15:17:46 2004 +0000
| | | 
| | |     to generate _all_ the equations a relation lower_with_simple_equations has been inserted in DAELow. Also generate_compute_state and generate_compute_output generates the needed c++ code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit e1b317d25a9fadfc12b15833aa15de683c88e4a6
| | | Author: Peter Aronsson 
| | | Date:   Mon Nov 15 10:39:18 2004 +0000
| | | 
| | |     added doc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | M	modeq/util.rml
| | | 
| | * commit 263e3f9e5b5da95b42323117c29841850560444a
| | | Author: Kaj Nyström 
| | | Date:   Mon Nov 15 10:00:42 2004 +0000
| | | 
| | |     added is primitive to interface
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 22c7430d1155498cd1158d0664fe1bf6f976c916
| | | Author: Peter Aronsson 
| | | Date:   Mon Nov 15 07:55:53 2004 +0000
| | | 
| | |     Made daelow faster, especially replace_exp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | 
| | * commit ab9d66f071e3b98236260341329da4e26d040369
| | | Author: Kaj Nyström 
| | | Date:   Fri Nov 12 15:24:45 2004 +0000
| | | 
| | |     almost fixed working submodel declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1339 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit eec7172dd01ee3959e3ff60c9d981c0282520d87
| | | Author: Kaj Nyström 
| | | Date:   Fri Nov 12 14:01:13 2004 +0000
| | | 
| | |     almost fixed working submodel declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit eda432929ac50cb4c9347adde67d5827df77739b
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 9 15:08:54 2004 +0000
| | | 
| | |     added doc to about first half of the relations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/util.rml
| | | 
| | * commit 7c0d84e5bd8c27d8b1794d769d955d597bfe11f4
| | | Author: Kaj Nyström 
| | | Date:   Mon Nov 8 12:49:18 2004 +0000
| | | 
| | |     Mainly Hemmis-related MathCore stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/tornado.rml
| | | 
| | * commit 877953dd8b4631e6902efd74045f73c42697ed3e
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 5 00:29:12 2004 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se
| | |     2004-11-05
| | |     Changed: systemimpl.c
| | |      rml_prim_once(List__reverse) with TAILCALLQ(List__reverse).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit cf947a74f0f59ee9df72e08ea63c17a49a1eef7d
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 5 00:23:36 2004 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se
| | |     2004-11-05
| | |     Makefile.in
| | |     Added commented lines for creating
| | |     debugging versions of modeq
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit fe1fc809ba368bf1ca5038fc5e6446310afd4444
| | | Author: Adrian Pop 
| | | Date:   Fri Nov 5 00:20:30 2004 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se
| | |     2004-11-05
| | |     configure
| | |     configure.in
| | |     
| | |     removed the:
| | |     | grep include
| | |     | grep lib
| | |     from ANTLR checking of include/libs
| | |     NOT NEEDED!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 38cc63c2597443c9acd3487c49eb1f22cd806caf
| | | Author: x02lucpo 
| | | Date:   Tue Nov 2 14:53:13 2004 +0000
| | | 
| | |     Completed the inst_start_binding for the case Integer T0[2](final start={5,6})={9,10};
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 789cdd337e17fcf2d2c7bd69729548414c9a33c9
| | | Author: Kaj Nyström 
| | | Date:   Mon Nov 1 13:52:57 2004 +0000
| | | 
| | |     fixed hemis soving eqns stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/inst.rml
| | | M	modeq/tornado.rml
| | | M	modeq/util.rml
| | | 
| | * commit 129aa76be6b22b04a2e4366cebc40f116d67e092
| | | Author: Kaj Nyström 
| | | Date:   Fri Oct 29 11:38:34 2004 +0000
| | | 
| | |     Some updates on tornado, will be continued by lucian
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit fb21137554f8ce9e4391cbd6f5b0afb15e17e0af
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 29 04:56:17 2004 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se
| | |     2004-10-29
| | |     
| | |     -------------------------------------------------------------->
| | |     /modelica/modeq/runtime/systemimpl.c
| | |     -------------------------------------------------------------->
| | |     - RML_BEGIN_LABEL(System__read_5ffile)
| | |       + free of buf not done
| | |     
| | |     - RML_BEGIN_LABEL(System__strtok)
| | |       + free of str not done after strdup
| | |     
| | |     - RML_BEGIN_LABEL(System__toupper)
| | |       + free of res not done after strdup
| | |     
| | |     - RML_BEGIN_LABEL(System__sub_5fdirectories)
| | |       + free of files[i] not done
| | |     
| | |     - RML_BEGIN_LABEL(System__mo_5ffiles)
| | |       + free of files[i] not done
| | |     
| | |     - i guess usages of rml_prim_once should be replaced
| | |       by TAILCALL with prior setting of SC because rml_prim_once
| | |       uses longjump to go to the function and saves unnecessary
| | |       information
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit 02c8906f33318694eddf1a9e96cc7a7f95dbd06a
| | | Author: Adrian Pop 
| | | Date:   Fri Oct 29 04:54:13 2004 +0000
| | | 
| | |     Adrian Pop, adrpo@ida.liu.se
| | |     2004-10-29
| | |     -------------------------------------------------------------->
| | |     /modelica/modeq/absyn_builder/parse.cpp
| | |     -------------------------------------------------------------->
| | |     - RML_BEGIN_LABEL(Parser__parse)
| | |       + added delete parse; delete lex;
| | |     
| | |     - get_string(...)
| | |       + changed static buf, static size to not static in order not to
| | |         interfere to other local buf in the runtime.
| | |     
| | |     - RML_BEGIN_LABEL(Parser__parsestring), RML_BEGIN_LABEL(Parser__parsestringexp)
| | |       + added getStringHolder to be able to delete [] the temp value
| | |         we get from get_string(...);
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | 
| | * commit 48015ab546069c6b91d94dd4d1fd4c3caec9a309
| | | Author: Kaj Nyström 
| | | Date:   Thu Oct 28 13:48:57 2004 +0000
| | | 
| | |     Some updates on tornado, will be continued by lucian
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 7d8f61a53cc5048a038e4f5fea36ac9789deafb0
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 28 08:45:29 2004 +0000
| | | 
| | |     Fixed bug, added doc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit 4473c152ba02f7d9ecd9f9e6f8b52a0e6959b137
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 26 06:26:46 2004 +0000
| | | 
| | |     Added doc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tornado.rml
| | | 
| | * commit d1cd62acb6187e3af8b208017f744720a91c13da
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 26 05:57:43 2004 +0000
| | | 
| | |     Added Tornado code generator. MathCore project
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/main.rml
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/solvers.cpp
| | | M	modeq/rtopts.rml
| | | M	modeq/runtime/rtopts.c
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/system.rml
| | | A	modeq/tornado.rml
| | | M	modeq/util.rml
| | | 
| | * commit 9cd2fb9800a1223cf8f6c02cfc0630b39ef1094c
| | | Author: Håkan Lundvall 
| | | Date:   Mon Oct 25 10:04:46 2004 +0000
| | | 
| | |     Added checks for MOSHHOME and MODELICAPATH
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/main.rml
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 0afb478e952c5376de7dcc9f3d81c2394e75f62d
| | | Author: Kaj Nyström 
| | | Date:   Tue Oct 19 09:41:45 2004 +0000
| | | 
| | |     moved deprecated flat modelica parser here
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	flat_modelica_parser/README
| | | 
| | * commit b3c8421db2f8e489f59ddc05c9c672aa2ff85c29
| | | Author: Håkan Lundvall 
| | | Date:   Mon Oct 18 08:13:50 2004 +0000
| | | 
| | |     Removed extra print "1" in translate_file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 049a1fb96d99d8e2565ee233c33d86cb6f4d68df
| | | Author: Håkan Lundvall 
| | | Date:   Mon Oct 18 08:12:46 2004 +0000
| | | 
| | |     fclass instead of model when generating flat modelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 7775cda98db4464e6511d64aff51c41413a37a34
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 14 12:40:19 2004 +0000
| | | 
| | |     added doc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit a68730a2743611f88cc73e728e0e41c42239bd82
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 14 10:55:59 2004 +0000
| | | 
| | |     Fixed bug in priority order of incomming task graph edges
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/Codegen.hpp
| | | M	modeq/modpar/TaskGraph.cpp
| | | M	modeq/modpar/TaskGraph.hpp
| | | M	modeq/modpar/TaskGraphExt.cpp
| | | M	modeq/modpar/solvers.cpp
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | 
| | * commit 84dcd84ddfd53718d74b2dbe37d9471215d5efc4
| | | Author: x02lucpo 
| | | Date:   Wed Oct 13 13:00:36 2004 +0000
| | | 
| | |     removed PIGS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 3e567d5be666fd26d15a1b04ac00d3ed44c3beb4
| | | Author: x02lucpo 
| | | Date:   Wed Oct 13 12:22:07 2004 +0000
| | | 
| | |     implemented DIV_ARRAY_SCALAR
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/system.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit dadccc425e027d6c040e74446282448a0f9b6867
| | | Author: x02lucpo 
| | | Date:   Wed Oct 13 11:49:07 2004 +0000
| | | 
| | |     corrected bug for MUL_ARRAY_SCALAR
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 1a7491d3245e4da7c9b7bb46a034adcefb82cccb
| | | Author: x02lucpo 
| | | Date:   Tue Oct 12 14:31:27 2004 +0000
| | | 
| | |     corrected the elab_builtin_diagonal to return an array of array. Added comments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 60c70d2c37461792d41c301657910fbcdd8b2066
| | | Author: x02lucpo 
| | | Date:   Tue Oct 12 08:51:51 2004 +0000
| | | 
| | |     corrected a element place error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit 7163a4f439fb5b625d30c63043f49b5d01b9872f
| | | Author: x02lucpo 
| | | Date:   Tue Oct 12 08:15:59 2004 +0000
| | | 
| | |     corrected a element place error
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit e0e9d565a198e34582525770a2f2a075190d5bd7
| | | Author: x02lucpo 
| | | Date:   Tue Oct 12 08:08:02 2004 +0000
| | | 
| | |     improved diagonal function
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit dcf6b6737126ffd649c15b1aec45f4db014251ae
| | | Author: x02lucpo 
| | | Date:   Mon Oct 11 14:16:06 2004 +0000
| | | 
| | |     implemented diagonal in staticexp and ceval
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 034238888bcb2cbc5e9c6e3126d8858926f31b9e
| | | Author: Kaj Nyström 
| | | Date:   Fri Oct 8 13:34:10 2004 +0000
| | | 
| | |     Fixed constant evaluation of abs operator
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/ceval.rml
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 49a3b15e69d2205d57159cff68588b92bcd01808
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 7 12:57:03 2004 +0000
| | | 
| | |     Fixed so parameters are split in DAE x becomes {x[1],x[2],...} for an parameter array.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/debug.rml
| | | M	modeq/derive.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/Codegen.hpp
| | | M	modeq/modpar/TaskGraph.cpp
| | | M	modeq/modpar/TaskGraph.hpp
| | | M	modeq/modpar/TaskGraphExt.cpp
| | | M	modeq/modpar/TaskGraphExt_stub.cpp
| | | M	modeq/modpar/solvers.cpp
| | | M	modeq/modpar/solvers.hpp
| | | M	modeq/staticexp.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | 
| | * commit d4c64ad8f33798ae07b57e85164b2d15256094cf
| | | Author: Adrian Pop 
| | | Date:   Tue Oct 5 13:35:01 2004 +0000
| | | 
| | |     2004-10-05 adrpo moved initialization of "ast" to
| | |                the begining of Parse.* functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | 
| | * commit 6e46caf739961fce85871591576d8eb392ffbfae
| | | Author: leist 
| | | Date:   Mon Oct 4 01:43:15 2004 +0000
| | | 
| | |     Some extra tokens to support RML syntax.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit 382b3e852f759991d95ca9e6b71568164e54df6a
| | | Author: leist 
| | | Date:   Sun Oct 3 23:01:21 2004 +0000
| | | 
| | |     Changed a type to work with a modern ANTLR.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/test.cpp
| | | 
| | * commit b79fe9ec2117c342f4ec5b63cd9d5a18dcf153a1
| | | Author: Kaj Nyström 
| | | Date:   Fri Oct 1 13:50:35 2004 +0000
| | | 
| | |     Remove cache.rml deps
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit 834e2ddf4a418e367086467a182fa0fd13a5bd8b
| | | Author: x02lucpo 
| | | Date:   Fri Oct 1 08:29:47 2004 +0000
| | | 
| | |     made the relation merge work better with partial classes and the same modifiers
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 48e22f7220e71c4971bfafe9901e499f63a1136e
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 15:11:36 2004 +0000
| | | 
| | |     changed licence file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | 
| | * commit 15226cf5fe60d6f7bab44812c732cfc4d8242008
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 15:11:03 2004 +0000
| | | 
| | |     Added doc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 24aba2795e4df81081d9efaf29fbfd2216b7b387
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 15:09:44 2004 +0000
| | | 
| | |     Internal documentation partial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classloader.rml
| | | 
| | * commit c75bf63b7fce0aa90afff84c823e88d18d81cf2f
| | | Author: Håkan Lundvall 
| | | Date:   Tue Sep 28 15:05:28 2004 +0000
| | | 
| | |     Dokumenterings race
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/winruntime/corbaimpl.cpp
| | | M	modeq/winruntime/daeext.cpp
| | | M	modeq/winruntime/modeq_communication_impl.cpp
| | | M	modeq/winruntime/printimpl.c
| | | M	modeq/winruntime/rtopts.c
| | | M	modeq/winruntime/socketimpl.c
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 2bd995ca44af0d2265bf10e154ec700242d33959
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 14:50:28 2004 +0000
| | | 
| | |     Internal documentation partial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classinf.rml
| | | 
| | * commit 99f67847e9a0a3a4d4ae9df6ddae348c613ff00c
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 14:35:29 2004 +0000
| | | 
| | |     Internal documentation partial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit fb96f1e63828d72d0c60496a99cfd3fbf54653fe
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 13:44:21 2004 +0000
| | | 
| | |     Internal documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | 
| | * commit c556e18f954f2d5a012ac9a7dc4a70df5f8d446d
| | | Author: Håkan Lundvall 
| | | Date:   Tue Sep 28 12:04:39 2004 +0000
| | | 
| | |     Fixed timing command so that the symbol table gets updated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit 5c6cde952ceebd441ba073b9ebb1ec29297e6a8a
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 11:10:33 2004 +0000
| | | 
| | |     Removed cacheimpl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/runtime/Makefile.in
| | | 
| | * commit a42b6bc1f27c1b10e3f65f405bfc73d099a3c54d
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 10:44:31 2004 +0000
| | | 
| | |     Added documentation to the beginning of file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit 369e088bfd9a703ed509419422b9534e7da7dbaa
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 09:49:24 2004 +0000
| | | 
| | |     Overview documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/print.rml
| | | 
| | * commit 69fd87ab967251917927fc3fedf002f10e12d709
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 09:34:58 2004 +0000
| | | 
| | |     Overview documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit d2bb04fcd23ced0259cd946b88736c3994ce1bed
| | | Author: Håkan Lundvall 
| | | Date:   Tue Sep 28 09:21:30 2004 +0000
| | | 
| | |     Dokumenterings race
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/socket.rml
| | | 
| | * commit 0553529b08043febe89ee11c1cf77d554f6174db
| | | Author: Håkan Lundvall 
| | | Date:   Tue Sep 28 09:16:12 2004 +0000
| | | 
| | |     Changed test-f and test -d to stat
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit 15657c9d72af23dcc5501a2d6de250f90f09af8a
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 09:14:38 2004 +0000
| | | 
| | |     Overview documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/parse.rml
| | | 
| | * commit fdfec44abc08bf828d0ec5726019f7d50ddc88ef
| | | Author: Håkan Lundvall 
| | | Date:   Tue Sep 28 09:14:02 2004 +0000
| | | 
| | |     Dokumenterings race
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | M	modeq/main.rml
| | | M	modeq/modsim.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit f220974fe3f219707995b10c1fa12c54d36c8547
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 09:10:42 2004 +0000
| | | 
| | |     Overview documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/parse.rml
| | | 
| | * commit 36a9acccc8630c7a9332c3e54da553dca84d2217
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 08:59:46 2004 +0000
| | | 
| | |     Added documentation to the beginning of file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit 1a291e1245f3a737d570302ab25913e9ed121830
| | | Author: Kaj Nyström 
| | | Date:   Tue Sep 28 08:48:30 2004 +0000
| | | 
| | |     Documentation race again! Wohoo!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/graphviz.rml
| | | M	modeq/system.rml
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | M	modeq/values.rml
| | | 
| | * commit 3f1c2240ffc4605d2b18311cf30c0c0b7e5b6aea
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 08:46:43 2004 +0000
| | | 
| | |     Added documentation to the beginning of file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit f8061232447ee918299c7336c53f7f72fa9bc6d6
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 08:46:24 2004 +0000
| | | 
| | |     Overview documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/graphviz.rml
| | | 
| | * commit 45aa9d8c3314ccbfa376068d6dac45d27d4afa00
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 08:06:41 2004 +0000
| | | 
| | |     Overview documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 00d4ab766bb1d26040fdccf725581220bd9d59fa
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 07:54:42 2004 +0000
| | | 
| | |     bugfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 774b91c9dbbaa573ff0b832b560d2d7b7f132cab
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 07:43:37 2004 +0000
| | | 
| | |     bugfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit e316abe751c9850a26f6b134d99dae6190d416f2
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 07:42:23 2004 +0000
| | | 
| | |     Did stuff on codegen
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/Codegen.hpp
| | | M	modeq/modpar/MergeSiblings.cpp
| | | M	modeq/modpar/MergeSiblings.hpp
| | | 
| | * commit 9e4d226ece87a58abdb1aedadcc032839d2786eb
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 07:41:31 2004 +0000
| | | 
| | |     added comments to beginning of file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | 
| | * commit 46f6c2aac08ba7512820e5b10f096a5a43a44f21
| | | Author: Kaj Nyström 
| | | Date:   Tue Sep 28 07:39:03 2004 +0000
| | | 
| | |     Documentation race again! Wohoo!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modutil.rml
| | | M	modeq/prefix.rml
| | | M	modeq/util.rml
| | | 
| | * commit e78043caebcf779a201000640d2dc58346823ac8
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 07:34:05 2004 +0000
| | | 
| | |     Overview documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 8714d334524919d3e4085934e93aab09c1fbf37c
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 07:26:54 2004 +0000
| | | 
| | |     added comments to beginning of file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | 
| | * commit 6c266eec27d68169d53c3642f6acc4045da7685c
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 28 07:22:31 2004 +0000
| | | 
| | |     Overview documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/ceval.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/debug.rml
| | | 
| | * commit a645dfd65366d46d07cf00c1d1946dda8efcfebd
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 07:20:52 2004 +0000
| | | 
| | |     Removed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/runtime/cacheimpl.cpp
| | | 
| | * commit dec538a4926d27fa56b36933c3d9dcead11d4409
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 07:17:35 2004 +0000
| | | 
| | |     Added derivation of sin(x)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/derive.rml
| | | 
| | * commit 6090a7c26b12d340e5b4b169c706c326f5e79af8
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 07:15:39 2004 +0000
| | | 
| | |     added comments to beginning of file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daeext.rml
| | | 
| | * commit 2b4f6fe322855c0a76020c9ba53d5f7aa5b064e8
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 07:05:50 2004 +0000
| | | 
| | |     Added comments to beginning of file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 22233fb2f8e449c2729ec8e2638b5c2b57b28bbe
| | | Author: Kaj Nyström 
| | | Date:   Tue Sep 28 07:01:48 2004 +0000
| | | 
| | |     Documentation race again! Wohoo!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/modutil.rml
| | | 
| | * commit a7985705d060dc5f839238d806a42f6ad494dd8b
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 06:56:38 2004 +0000
| | | 
| | |     Removed cache
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/cache.rml
| | | 
| | * commit 9c4ae08720605b6a1be185ed9a81768f9ff89264
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 28 06:50:13 2004 +0000
| | | 
| | |     Added comments to beginning of file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 8e6cfc9b59de4b58332e45cbd5a88a6fb4cedb77
| | | Author: Kaj Nyström 
| | | Date:   Tue Sep 28 06:47:51 2004 +0000
| | | 
| | |     Documentation race again! Wohoo!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/derive.rml
| | | M	modeq/modsim.rml
| | | M	modeq/modutil.rml
| | | 
| | * commit 94de2f0f3b68cff57b609dd5f47572836cbd08bb
| | | Author: Kaj Nyström 
| | | Date:   Tue Sep 28 06:27:44 2004 +0000
| | | 
| | |     Documentation race again! Wohoo!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | M	modeq/classinf.rml
| | | M	modeq/classloader.rml
| | | M	modeq/connect.rml
| | | M	modeq/corba.rml
| | | M	modeq/dump.rml
| | | M	modeq/prefix.rml
| | | M	modeq/rtopts.rml
| | | 
| | * commit a3f9cb75b704797bf8c89aa9730ea2881df684b2
| | | Author: Peter Aronsson 
| | | Date:   Mon Sep 27 14:56:12 2004 +0000
| | | 
| | |     fixed compilation error.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/TaskGraphExt_stub.cpp
| | | 
| | * commit 4a5c6757390baca473f26b00814773958391bf02
| | | Author: Håkan Lundvall 
| | | Date:   Mon Sep 27 13:06:37 2004 +0000
| | | 
| | |     Removed: with "Algorithm.rml"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modutil.rml
| | | 
| | * commit 9383a868b13d71b582e42db0657d578bc0fb0690
| | | Author: Kaj Nyström 
| | | Date:   Mon Sep 27 12:50:05 2004 +0000
| | | 
| | |     Documentation race! Wohoo!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/builtin_safe.rml
| | | M	modeq/cache.rml
| | | M	modeq/classinf.rml
| | | M	modeq/classloader.rml
| | | M	modeq/codegen.rml
| | | M	modeq/connect.rml
| | | M	modeq/corba.rml
| | | M	modeq/dae.rml
| | | M	modeq/daeext.rml
| | | M	modeq/daelow.rml
| | | M	modeq/debug.rml
| | | M	modeq/derive.rml
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/graphviz.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/modsim.rml
| | | M	modeq/modutil.rml
| | | M	modeq/parse.rml
| | | M	modeq/prefix.rml
| | | M	modeq/print.rml
| | | M	modeq/rtopts.rml
| | | M	modeq/socket.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/system.rml
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | M	modeq/values.rml
| | | 
| | * commit f4d35b34a0456b6f033c75738ebb1078c40270ab
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 21 06:49:14 2004 +0000
| | | 
| | |     some modpar bugs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/daelow.rml
| | | M	modeq/main.rml
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/Codegen.hpp
| | | M	modeq/modpar/DuplicateParentMerge.cpp
| | | M	modeq/modpar/DuplicateParentMerge.hpp
| | | M	modeq/modpar/MergeAllParents.cpp
| | | M	modeq/modpar/MergeAllParents.hpp
| | | M	modeq/modpar/MergeRule.cpp
| | | M	modeq/modpar/MergeRule.hpp
| | | M	modeq/modpar/MergeSiblings.cpp
| | | M	modeq/modpar/MergeSiblings.hpp
| | | M	modeq/modpar/Schedule.cpp
| | | M	modeq/modpar/Schedule.hpp
| | | M	modeq/modpar/SingleChildMerge.cpp
| | | M	modeq/modpar/SingleChildMerge.hpp
| | | M	modeq/modpar/TaskGraph.cpp
| | | M	modeq/modpar/TaskGraph.hpp
| | | M	modeq/modpar/TaskGraphExt.cpp
| | | M	modeq/modpar/TaskMerging.cpp
| | | M	modeq/modpar/TaskMerging.hpp
| | | M	modeq/modpar/solvers.cpp
| | | M	modeq/taskgraph.rml
| | | M	modeq/taskgraphext.rml
| | | 
| | * commit 6299810073992416ff6d56808ab9da88600fc5cc
| | | Author: Peter Aronsson 
| | | Date:   Fri Sep 17 07:58:55 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | 
| | * commit 307db6b735ef0371adb61cee5a2a694cbc2c9f6a
| | | Author: Levon Saldamli 
| | | Date:   Fri Sep 17 07:53:40 2004 +0000
| | | 
| | |     form_bdr_on_bnd added. Unneeded arguments in poisson_rheolef.cc removed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | 
| | * commit 59fa125bafbc4a15be78b025d4f3ae74c4b59f0c
| | | Author: Levon Saldamli 
| | | Date:   Wed Sep 15 12:15:43 2004 +0000
| | | 
| | |     Working Poisson and Diffusion with Dirichlet boundary conditions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/Applications/meshgeninput.msh
| | | A	pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate2.mos
| | | M	pde/DomainExternalSolverPackage/Applications/testFEM.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Buildbc.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Data.mo
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | 
| | * commit dbeb39d86a73301180849f5058a6d71b839fa35d
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 15 07:33:08 2004 +0000
| | | 
| | |     Added simple euler solver.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/modpar/solvers.cpp
| | | A	modeq/modpar/solvers.hpp
| | | 
| | * commit 76317e335e342fea2a46c1dd9749cec0cbe11119
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 15 07:31:32 2004 +0000
| | | 
| | |     Fixed bugs in codegen
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/TaskGraph.cpp
| | | M	modeq/modpar/TaskGraph.hpp
| | | M	modeq/modpar/TaskMerging.cpp
| | | M	modeq/modpar/TaskMerging.hpp
| | | 
| | * commit 32f0ec3ab64dd55923159d5b94deb566fa1c7ed3
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 14 15:43:10 2004 +0000
| | | 
| | |     Bugfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | 
| | * commit cc24f494fc604a926666a94e214f2842000d5302
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 14 15:42:40 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	pde/DomainExternalSolverPackage/Applications/default_mesh2d.txt
| | | 
| | * commit 3283def28c86dee50cd6c1dabb9f3a1be629db41
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 14 14:05:54 2004 +0000
| | | 
| | |     Initial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	pde/DomainExternalSolverPackage/Applications/MFiles/showboundary.m
| | | A	pde/DomainExternalSolverPackage/Applications/MFiles/showfield.m
| | | A	pde/DomainExternalSolverPackage/Applications/MFiles/showfield_ind.asv
| | | A	pde/DomainExternalSolverPackage/Applications/MFiles/showfield_ind.m
| | | A	pde/DomainExternalSolverPackage/Applications/MFiles/showfieldt.m
| | | A	pde/DomainExternalSolverPackage/Applications/MFiles/showfieldt_ind.m
| | | A	pde/DomainExternalSolverPackage/Applications/MFiles/showmesh.m
| | | A	pde/DomainExternalSolverPackage/Applications/mosfiles/extmeshtest3.mos
| | | A	pde/DomainExternalSolverPackage/Applications/mosfiles/femexternal2_translate.mos
| | | A	pde/DomainExternalSolverPackage/Applications/mosfiles/femexternal_translate.mos
| | | A	pde/DomainExternalSolverPackage/Applications/mosfiles/femforms_translate.mos
| | | A	pde/DomainExternalSolverPackage/Applications/mosfiles/makemesh.mos
| | | 
| | * commit 72b50be1f74f64b873a37c988f4b80bf2719db78
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 14 14:00:47 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	pde/DomainExternalSolverPackage/paths.bat
| | | A	pde/DomainExternalSolverPackage/paths.sh
| | | 
| | * commit 81a60817d8fa5bbef1e95ab203f98d5e87290ecc
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 14 09:04:59 2004 +0000
| | | 
| | |     Initial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	pde/DomainExternalSolverPackage/rheolef.sh
| | | 
| | * commit 342e4d1e0ffa6498319a7981c84bb9872144539b
| | | Author: Levon Saldamli 
| | | Date:   Tue Sep 14 08:59:56 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	pde/DomainExternalSolverPackage/paths.bat
| | | 
| | * commit d2c631a6be48fe395d071daba3e58c86465c2c51
| | | Author: Levon Saldamli 
| | | Date:   Mon Sep 13 14:44:03 2004 +0000
| | | 
| | |     Initial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	pde/DomainExternalSolverPackage/Applications/default_mesh2d.txt
| | | A	pde/DomainExternalSolverPackage/Applications/meshgeninput.msh
| | | A	pde/DomainExternalSolverPackage/Applications/testDomain.mo
| | | A	pde/DomainExternalSolverPackage/Applications/testFEM.mo
| | | A	pde/DomainExternalSolverPackage/Applications/testField.mo
| | | A	pde/DomainExternalSolverPackage/MFiles/notes.txt
| | | A	pde/DomainExternalSolverPackage/MFiles/showboundary.m
| | | A	pde/DomainExternalSolverPackage/MFiles/showfield.m
| | | A	pde/DomainExternalSolverPackage/MFiles/showfield_ind.asv
| | | A	pde/DomainExternalSolverPackage/MFiles/showfield_ind.m
| | | A	pde/DomainExternalSolverPackage/MFiles/showfieldt.m
| | | A	pde/DomainExternalSolverPackage/MFiles/showfieldt_ind.m
| | | A	pde/DomainExternalSolverPackage/MFiles/showmesh.m
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/InternalExternal.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDE2D.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BCType.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BPoint.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundaries.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundariesParams.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Boundary.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/Data.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/TypeEnum.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryCondition/package.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/BoundaryParams.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/ConstConstField.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Domain.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEM.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMExternalMesh.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMExternalSolver.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/FEMForms.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/Field.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/PDEbhjl/package.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/RheolefForms.mo
| | | A	pde/DomainExternalSolverPackage/ModelicaLibraries/RheolefSolver.mo
| | | A	pde/ModelicaLibraries/pde/Coordinate.mo
| | | A	pde/ModelicaLibraries/pde/Elements.mo
| | | A	pde/ModelicaLibraries/pde/FDM.mo
| | | A	pde/ModelicaLibraries/pde/FEM.mo
| | | A	pde/ModelicaLibraries/pde/FVM.mo
| | | A	pde/ModelicaLibraries/pde/Shape.mo
| | | A	pde/ModelicaLibraries/pde/package.mo
| | | 
| | * commit b60afa66e0e0cb6890368dce922b5a5c0719a0ea
| | | Author: Levon Saldamli 
| | | Date:   Mon Sep 13 14:24:59 2004 +0000
| | | 
| | |     Initial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	pde/Applications/testPDE/FDM.mo
| | | A	pde/Applications/testPDE/FEM.mo
| | | A	pde/Applications/testPDE/default_mesh1D.txt
| | | A	pde/Applications/testPDE/default_mesh2D.txt
| | | A	pde/Applications/testPDE/get_cell_values.asv
| | | A	pde/Applications/testPDE/get_mesh_1d.asv
| | | A	pde/Applications/testPDE/meshgeninput.msh
| | | A	pde/Applications/testPDE/package.mo
| | | A	pde/ModelicaLibraries/pde/Maple/FEMCalc.mw
| | | A	pde/ModelicaLibraries/pde/Meshes/default_mesh1D.txt
| | | A	pde/ModelicaLibraries/pde/Meshes/default_mesh2D.txt
| | | A	pde/ModelicaLibraries/pde/Mfiles/fdmplot.m
| | | A	pde/ModelicaLibraries/pde/Mfiles/femplot.m
| | | A	pde/ModelicaLibraries/pde/Mfiles/femplot1d.m
| | | A	pde/ModelicaLibraries/pde/Mfiles/get_cell_values.m
| | | A	pde/ModelicaLibraries/pde/Mfiles/get_grid.asv
| | | A	pde/ModelicaLibraries/pde/Mfiles/get_grid.m
| | | A	pde/ModelicaLibraries/pde/Mfiles/get_mesh.asv
| | | A	pde/ModelicaLibraries/pde/Mfiles/get_mesh.m
| | | A	pde/ModelicaLibraries/pde/Mfiles/get_mesh_1d.m
| | | A	pde/ModelicaLibraries/pde/Mfiles/test.asv
| | | A	pde/ModelicaLibraries/pde/Mfiles/test.fig
| | | A	pde/ModelicaLibraries/pde/Mfiles/test.m
| | | A	pde/ModelicaLibraries/pde/Mfiles/test_export.m
| | | 
| | * commit 7e787dad8e225a85bb3f5eba37a2265046062f61
| | | Author: Peter Aronsson 
| | | Date:   Mon Sep 13 07:42:11 2004 +0000
| | | 
| | |     Fixed bugs with connect statements. Removed Simple equations before blt, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/daelow.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/modpar/Codegen.cpp
| | | M	modeq/modpar/DuplicateParentMerge.cpp
| | | M	modeq/modpar/Makefile.in
| | | M	modeq/modpar/MergeAllParents.cpp
| | | M	modeq/modpar/TaskMerging.cpp
| | | M	modeq/modpar/TaskMerging.hpp
| | | M	modeq/taskgraph.rml
| | | M	modeq/types.rml
| | | 
| | * commit 203c6836ba26daa3a84664b6c09b6673c01d7a8c
| | | Author: Håkan Lundvall 
| | | Date:   Fri Sep 10 13:17:37 2004 +0000
| | | 
| | |     Fixed bugg with plot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit bc90cbb70fbffc1239fffd73191059b52900efdb
| | | Author: Håkan Lundvall 
| | | Date:   Fri Sep 10 13:16:26 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 9965be6e350da3d6b25ea896b390e99168668d4f
| | | Author: Håkan Lundvall 
| | | Date:   Thu Sep 9 12:08:52 2004 +0000
| | | 
| | |     Removed some debug printf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 2bdf6c5b1456e178ecdf0fa96634b08407993384
| | | Author: Håkan Lundvall 
| | | Date:   Thu Sep 9 12:05:06 2004 +0000
| | | 
| | |     Currected bugg: generated fclass eventhough the modelica_outputflag was set in some cirumstances.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit f7cab62cace883988ec7086d91fcdd62b1ca8b8c
| | | Author: Håkan Lundvall 
| | | Date:   Thu Sep 9 12:02:30 2004 +0000
| | | 
| | |     In translateModel and simulate the flat fail is generated with class insteead of fclass, otherwise ModSimPack won't work. Change back when ModSimPack understands fclass.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit bcf1ddf562df518a584d8adb9561a3c9e544761c
| | | Author: x02lucpo 
| | | Date:   Tue Sep 7 13:37:46 2004 +0000
| | | 
| | |     Implemented sqrt, div, mod, rem, ceil, floor, integer. Lucian Popescu
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit d71bbccce613a555381d39992bc73374b3280379
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 27 10:25:37 2004 +0000
| | | 
| | |     Fixed bug in instantiation. Modifiers were not elabed in update_variable_in_env.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | 
| | * commit 2a92c1cee87fcca635bf2954db9f8113209c564b
| | | Author: Kaj Nyström 
| | | Date:   Thu Aug 26 11:48:29 2004 +0000
| | | 
| | |     Fixed error in comment line number recognition
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit 924b1a2265288870114cf3feda840da786107207
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 26 08:45:43 2004 +0000
| | | 
| | |     Fixed connect in loops
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/modpar/DuplicateParentMerge.cpp
| | | M	modeq/modpar/MergeAllParents.cpp
| | | M	modeq/modpar/MergeRule.cpp
| | | M	modeq/modpar/SingleChildMerge.cpp
| | | M	modeq/modpar/TaskMerging.cpp
| | | M	modeq/modpar/TaskMerging.hpp
| | | M	modeq/staticexp.rml
| | | M	modeq/taskgraph.rml
| | | 
| | * commit 407201308b0def2d03a37e2da7bcbaf3fc5d33eb
| | | Author: Kaj Nyström 
| | | Date:   Fri Aug 20 11:21:43 2004 +0000
| | | 
| | |     Removed filename bug from dump
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit a8fbb705a64509238c3f9e791f1b253c5dc957dc
| | | Author: x02danhe 
| | | Date:   Fri Aug 13 14:14:33 2004 +0000
| | | 
| | |     getComponents() now returns declarations containing unresolvable types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 0aa0541815e9b9901dd089e80dc0d7882c05ef81
| | | Author: x02danhe 
| | | Date:   Tue Aug 10 15:13:25 2004 +0000
| | | 
| | |     Implemented deleteClass() for the interactive API
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 0f42a50f57bed0f9b14848fafcc8ba5cc66bd946
| | | Author: x02danhe 
| | | Date:   Fri Aug 6 12:23:35 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/winruntime/daeext.cpp
| | | M	modeq/winruntime/rtopts.c
| | | 
| | * commit 75b2931cbf512e38dd90a9c2160ac8c9c691e70a
| | | Author: Peter Aronsson 
| | | Date:   Fri Jul 2 10:40:30 2004 +0000
| | | 
| | |     merging outer loop now linear.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | M	modeq/modpar/DuplicateParentMerge.cpp
| | | M	modeq/modpar/DuplicateParentMerge.hpp
| | | M	modeq/modpar/Makefile.in
| | | M	modeq/modpar/MergeAllParents.cpp
| | | M	modeq/modpar/MergeAllParents.hpp
| | | M	modeq/modpar/MergeRule.cpp
| | | M	modeq/modpar/MergeRule.hpp
| | | M	modeq/modpar/MergeSiblings.cpp
| | | M	modeq/modpar/MergeSiblings.hpp
| | | M	modeq/modpar/SingleChildMerge.cpp
| | | M	modeq/modpar/SingleChildMerge.hpp
| | | M	modeq/modpar/TaskGraph.cpp
| | | M	modeq/modpar/TaskGraph.hpp
| | | M	modeq/modpar/TaskGraphExt.cpp
| | | M	modeq/modpar/TaskMerging.cpp
| | | M	modeq/modpar/TaskMerging.hpp
| | | M	modeq/taskgraph.rml
| | | 
| | * commit a880f9a2ef53a008670ff446edbb047314005a6f
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 1 07:30:51 2004 +0000
| | | 
| | |     Forgot paralleloptions..
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/modpar/ParallelOptions.cpp
| | | A	modeq/modpar/ParallelOptions.hpp
| | | 
| | * commit b9f1e5170ee108861cf5e8218695b74a6258bbc6
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 1 07:25:43 2004 +0000
| | | 
| | |     Added modpar module. To enable, configure with --with-MODPAR and --with-BOOST=boostdir
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/ceval.rml
| | | M	modeq/daelow.rml
| | | M	modeq/exp.rml
| | | M	modeq/main.rml
| | | A	modeq/modpar/Codegen.cpp
| | | A	modeq/modpar/Codegen.hpp
| | | A	modeq/modpar/DuplicateParentMerge.cpp
| | | A	modeq/modpar/DuplicateParentMerge.hpp
| | | A	modeq/modpar/Makefile.in
| | | A	modeq/modpar/MergeAllParents.cpp
| | | A	modeq/modpar/MergeAllParents.hpp
| | | A	modeq/modpar/MergeRule.cpp
| | | A	modeq/modpar/MergeRule.hpp
| | | A	modeq/modpar/MergeSiblings.cpp
| | | A	modeq/modpar/MergeSiblings.hpp
| | | A	modeq/modpar/Schedule.cpp
| | | A	modeq/modpar/Schedule.hpp
| | | A	modeq/modpar/SingleChildMerge.cpp
| | | A	modeq/modpar/SingleChildMerge.hpp
| | | A	modeq/modpar/TaskGraph.cpp
| | | A	modeq/modpar/TaskGraph.hpp
| | | A	modeq/modpar/TaskGraphExt.cpp
| | | A	modeq/modpar/TaskGraphExt_stub.cpp
| | | A	modeq/modpar/TaskMerging.cpp
| | | A	modeq/modpar/TaskMerging.hpp
| | | A	modeq/modpar/reverse_depth_first_search.hpp
| | | M	modeq/rtopts.rml
| | | M	modeq/runtime/rtopts.c
| | | A	modeq/taskgraph.rml
| | | A	modeq/taskgraphext.rml
| | | M	modeq/util.rml
| | | 
| | * commit 96352d59a7dbd7b641695b44be4b7569e3f61c29
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 1 07:24:45 2004 +0000
| | | 
| | |     Added modpar - automatic paralelization, configure with --with-MODPAR to enable
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 362cc725bb7686bab253fa3a777336c7c0d07ee5
| | | Author: Levon Saldamli 
| | | Date:   Mon Jun 21 13:03:40 2004 +0000
| | | 
| | |     Fixed priority bug in print_exp2 and print_exp2_str
| | |     Added dump_exp_graphviz
| | |     Added exp_contains (can check if a component reference occurs in an expression)
| | |     Added solve (can solve linear equations
| | |     Added get_terms_containing_x (not used anymore)
| | |     Added rules to simplify to simplify expressions (0+a, 1*a, - - a etc)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit e9185c9fa343bb9db5192783c13a4c8393013973
| | | Author: Levon Saldamli 
| | | Date:   Mon Jun 21 13:00:43 2004 +0000
| | | 
| | |     Replaced differentiate_foo with differentiate_foo_time and added differentiate_foo which differentiates with respect to a given variable
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/derive.rml
| | | 
| | * commit 4e4fe8033ceb00691d557c0693031a5fe68d167b
| | | Author: Levon Saldamli 
| | | Date:   Mon Jun 21 13:00:00 2004 +0000
| | | 
| | |     Replaced differentiate_equation with differentiate_equation_time
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/daelow.rml
| | | 
| | * commit 513e8bf2aae0cb8e8ce9a92c71ff47b466432d99
| | | Author: Levon Saldamli 
| | | Date:   Mon Jun 21 12:59:12 2004 +0000
| | | 
| | |     Interactive test functions exp_contains and solve
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit f726d9623487c85767073c5aa10704703c6862f7
| | | Author: Levon Saldamli 
| | | Date:   Mon Jun 21 12:57:36 2004 +0000
| | | 
| | |     Updated dependencies because new files added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit f2fab7bdc86deb388ef55eeb712129b31df749b5
| | | Author: Peter Aronsson 
| | | Date:   Fri Jun 18 10:28:03 2004 +0000
| | | 
| | |     Implemented BLT sorting using dummy derivative index reduction technique, accessed by giving the flag +d=blt and possibly bltdump.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/connect.rml
| | | A	modeq/daeext.rml
| | | A	modeq/daelow.rml
| | | A	modeq/derive.rml
| | | M	modeq/exp.rml
| | | M	modeq/main.rml
| | | M	modeq/runtime/Makefile.in
| | | A	modeq/runtime/daeext.cpp
| | | M	modeq/util.rml
| | | 
| | * commit ff3269734a0dbe25e834a843f8ba07ff8fee9f8e
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 18 10:02:24 2004 +0000
| | | 
| | |     Minor debug support
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | 
| | * commit ccea0c7081297c992f47616a9295266b5b0df671
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 18 10:01:26 2004 +0000
| | | 
| | |     Fixed string_comment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 777cd74bae5289f1057cdc8bc2d6f946f48f6774
| | | Author: Levon Saldamli 
| | | Date:   Thu Jun 17 14:55:08 2004 +0000
| | | 
| | |     Bug fixes: was returning garbage when t==null
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | 
| | * commit 5ae6007008e9b4729620dfdf08ee06974577d8bb
| | | Author: Levon Saldamli 
| | | Date:   Thu Jun 17 14:54:36 2004 +0000
| | | 
| | |     Turned off defaultErrorHandler
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modeq/absyn_builder/expression_parser.g
| | | 
| | * commit c9a31223195de46370c2d96f50258797b2d0af3d
| | | Author: Levon Saldamli 
| | | Date:   Thu Jun 17 14:53:18 2004 +0000
| | | 
| | |     Error handling
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/debug.rml
| | | M	modeq/main.rml
| | | 
| | * commit e25c74c04ba9b04504bd4570f6ffbcb48c72bee7
| | | Author: Levon Saldamli 
| | | Date:   Wed Jun 16 14:19:19 2004 +0000
| | | 
| | |     Moved -lcrypto and -lssl to CORBALIB
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit 87ab47e0401b3bb58281fa7e037a03de48a04992
| | | Author: Håkan Lundvall 
| | | Date:   Tue Jun 8 09:30:02 2004 +0000
| | | 
| | |     bugfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/systemimpl.c
| | | 
| | * commit 6d5c654baeff632d1ca62de81758cae8dc5ccbb7
| | | Author: Håkan Lundvall 
| | | Date:   Tue Jun 8 09:29:36 2004 +0000
| | | 
| | |     CORBA now listens on 127.0.0.1 and does not do reverse lookup before storing the adress in the the object id string.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/winruntime/corbaimpl.cpp
| | | 
| | * commit 4563d2c12caad18ccd34b021cb9471f9eaa10045
| | | Author: Kaj Nyström 
| | | Date:   Fri Jun 4 14:01:21 2004 +0000
| | | 
| | |     Added line and column info to ast
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/parse_tree_dumper.hpp
| | | 
| | * commit a6c4cc439ab8d4d38779485526b529df7052ee0a
| | | Author: Kaj Nyström 
| | | Date:   Fri Jun 4 13:53:39 2004 +0000
| | | 
| | |     Added line and column info to ast
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/expression_parser.g
| | | 
| | * commit d532b6ff689679aa02ba78aa598a4fd2e477dde0
| | | Author: Kaj Nyström 
| | | Date:   Fri Jun 4 13:27:55 2004 +0000
| | | 
| | |     Added line and column info to AST
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | 
| | * commit cfe1606f725af42deda5a28a322e6d840742d18c
| | | Author: Kaj Nyström 
| | | Date:   Fri Jun 4 12:28:32 2004 +0000
| | | 
| | |     Added line and column info to AST
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modelica_parser/src/MyAST.h
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/ceval.rml
| | | M	modeq/explode.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 6a48dc1f22e5183c92d741554d58168c0cebfc05
| | | Author: Håkan Lundvall 
| | | Date:   Tue May 25 07:10:58 2004 +0000
| | | 
| | |     Added quotes around filename in plot command to allow spaces in paths
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit a98b47a8f2a9af6b44d6885c7089fcc2773673b3
| | | Author: Adrian Pop 
| | | Date:   Fri May 14 04:25:18 2004 +0000
| | | 
| | |     2004-05-14
| | |     a little txt file with the 2.1 Modelica grammar
| | |     very useful for fast referencing
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	xml/grammar/modelica-2.1.grammar.txt
| | | 
| | * commit 24d5c2abfdc5338bf0841366786becde3d44f57f
| | | Author: Adrian Pop 
| | | Date:   Fri May 14 04:02:34 2004 +0000
| | | 
| | |     2004-05-14
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	xml/MyAST.h
| | | A	xml/setmodelicapaths.source.cygwin
| | | A	xml/test/test.bat
| | | A	xml/test/test.sh
| | | A	xml/test/test.txt
| | | 
| | * commit 25dd20f1078c9281baefbf266919dd93f0988797
| | | Author: Adrian Pop 
| | | Date:   Fri May 14 03:15:00 2004 +0000
| | | 
| | |     adrpo checking in version 2004-05-14
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	xml/ModelicaXML.cpp
| | | M	xml/ModelicaXML.sln
| | | M	xml/ModelicaXML.vcproj
| | | M	xml/README.txt
| | | M	xml/modelicaTokenTypes.hpp
| | | M	xml/modelicaTokenTypes.txt
| | | M	xml/modelica_lexer.cpp
| | | M	xml/modelica_lexer.g
| | | M	xml/modelica_lexer.hpp
| | | M	xml/modelica_parser.cpp
| | | M	xml/modelica_parser.g
| | | M	xml/modelica_parser.hpp
| | | M	xml/modelica_parserTokenTypes.hpp
| | | M	xml/modelica_parserTokenTypes.txt
| | | M	xml/modelica_tree_parser.cpp
| | | M	xml/modelica_tree_parser.hpp
| | | M	xml/modelica_tree_parserTokenTypes.hpp
| | | M	xml/modelica_tree_parserTokenTypes.txt
| | | M	xml/modelicaxml-v2.dtd
| | | M	xml/modelicaxml-v2.html
| | | M	xml/walker.g
| | | 
| | * commit 1a0e28532b75e6ca7bd0af761ae00c66ab49f31f
| | | Author: Levon Saldamli 
| | | Date:   Thu May 6 09:52:44 2004 +0000
| | | 
| | |     Added functions to dae and flatmodelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | 
| | * commit b8171859c460ad667e8682e976a0cbce61d1f218
| | | Author: Levon Saldamli 
| | | Date:   Wed May 5 14:53:59 2004 +0000
| | | 
| | |     Some Exp.REDUCTION stuff in ceval
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit 7d94771b4b2cf7671aff2f5454cfd1e444da76b5
| | | Author: Levon Saldamli 
| | | Date:   Mon Apr 26 09:32:02 2004 +0000
| | | 
| | |     Added more debug support (error message in parsestringexp)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | 
| | * commit 504e1c25831d112f1457bbccbc494fe17434ca1b
| | | Author: Levon Saldamli 
| | | Date:   Mon Apr 26 09:31:06 2004 +0000
| | | 
| | |     have run make depend
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit 3ed386f5efd885a3be3981d62d403a5f9e0e95df
| | | Author: Levon Saldamli 
| | | Date:   Sun Apr 25 10:01:06 2004 +0000
| | | 
| | |     Fixed parser error in array constructor code in parser
| | |     Added more debug support (error message in parsestringexp)
| | |     Fixed some .cvsignore files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/main.rml
| | | M	modeq/parse.rml
| | | 
| | * commit 769acc7f4e3ed644e5a621bae3878c1b80a67010
| | | Author: Levon Saldamli 
| | | Date:   Sun Apr 25 06:16:19 2004 +0000
| | | 
| | |     Added corba stuff to configure and made it an optional package
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | M	modeq/Makefile.in
| | | M	modeq/runtime/Makefile.in
| | | A	modeq/runtime/corbaimpl_stub.cpp
| | | 
| | * commit 9c0dd4927ff4b51d339da4de0fa5dfcf2385e57e
| | | Author: Levon Saldamli 
| | | Date:   Thu Apr 22 19:26:29 2004 +0000
| | | 
| | |     Constant checking of array constructor expressions containing iterators fixed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 2097c5872e6045d0aae197ab70e22bef3ace656f
| | | Author: Levon Saldamli 
| | | Date:   Thu Apr 22 18:24:44 2004 +0000
| | | 
| | |     Array constructor added as syntactic sugar. {expr for iter in range} is created
| | |     as array(expr for iter in range) in Absyn. Implemented in walker.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | 
| | * commit f8ba2de282f3191a819c6858efa863225340f2ba
| | | Author: Levon Saldamli 
| | | Date:   Thu Apr 22 17:51:33 2004 +0000
| | | 
| | |     Bugfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/walker.g
| | | 
| | * commit 0662b52f246d940add9d7a5ab3af313cbe7d5ab0
| | | Author: Levon Saldamli 
| | | Date:   Thu Apr 22 09:54:59 2004 +0000
| | | 
| | |     Initial work for reduction expressions, e.g. parameter Real a[5]=array(2.*i for i in 1:5);
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/mod.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 8c67c34b7e0f4bb283d80637bf7f202d93d5cedb
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:31:50 2004 +0000
| | | 
| | |     const struct dirent
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit 4f7ce8601ae146d1a73044657c30e64449ea1bf6
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:30:56 2004 +0000
| | | 
| | |     Added "none" virtual flag. Debug.debug_flag("none") returns true when no
| | |     +d-flags given.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/rtopts.c
| | | 
| | * commit 03ffd9d3228c6decadddbdec582fad0017b1d3fd
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:30:07 2004 +0000
| | | 
| | |     Minor
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/printimpl.c
| | | 
| | * commit 749bc9a67a4470939794116c74c45552a6de8813
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:29:46 2004 +0000
| | | 
| | |     For iterators (reduction expressions 3.4.3.1) and array constructors with
| | |     iterators (3.4.4.1)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modeq/absyn_builder/walker.g
| | | 
| | * commit f7731dde7dc4c72bcd5f54139e764bc2978535cc
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:28:57 2004 +0000
| | | 
| | |     PROP_TUPLE?
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 31eb247ee93d7bba1faaddbc0bbf4bd925a8dc08
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:28:36 2004 +0000
| | | 
| | |     Removed buffer clearing for easier debugging!
| | |     Added "none" virtual flag calls and "flatmodelica" flag calls.
| | |     "none" will return true when no +d-debug flags is given.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit ba196ded6e76f005a34f5e2471af9b12f31aa814
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:27:35 2004 +0000
| | | 
| | |     Removed forgotten debug printing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 77c5d1806b51a44ff441dfcbd2e092906e133cf9
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:27:18 2004 +0000
| | | 
| | |     Merge mistake fix.
| | |     FOR_ITER_EXP and FOR_ITER_FARG
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 3bbdefe2f8402b528161092d1bd7f6ed09725fe5
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:26:33 2004 +0000
| | | 
| | |     FOR_ITER_EXP and FOR_ITER_FARG
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit e6a5a134629c5eb2f1ca43f76246b84f1173ff8c
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:26:10 2004 +0000
| | | 
| | |     28.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | 
| | * commit 208a30340522dd0149748869c47dbfe68022e207
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 20 17:25:57 2004 +0000
| | | 
| | |     Virtual flag "none"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/DEBUG.TXT
| | | 
| | * commit e6befc1080e13271e34c5860115d228cc8a6c182
| | | Author: Levon Saldamli 
| | | Date:   Mon Apr 19 14:46:04 2004 +0000
| | | 
| | |     Points 25-27
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/TODO
| | | 
| | * commit c25a7d4c7aaf735163cbd8cd3988a321aeb980f2
| | | Author: Levon Saldamli 
| | | Date:   Mon Apr 19 10:54:16 2004 +0000
| | | 
| | |     Fixed error in print_list_debug
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 81dc2bc8b51ce713903ce4000901f8e933da595c
| | | Author: Levon Saldamli 
| | | Date:   Mon Apr 19 10:49:28 2004 +0000
| | | 
| | |     Added fcallret
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/debug.rml
| | | 
| | * commit 6f07f5eaac64f3b9f6204f75e23ac9057091a27b
| | | Author: Håkan Lundvall 
| | | Date:   Thu Apr 15 07:47:06 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | 
| | * commit 63bc9c351b2e1ce932811762ac985ce5a42d8c49
| | | Author: Levon Saldamli 
| | | Date:   Wed Apr 14 15:20:34 2004 +0000
| | | 
| | |     Minor fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/Makefile.in
| | | 
| | * commit fca1d2aeb16ac95588ea6ac507de8a87f608a4bf
| | | Author: Levon Saldamli 
| | | Date:   Wed Apr 14 15:01:37 2004 +0000
| | | 
| | |     Fixed for antlr 2.7.2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/test.cpp
| | | 
| | * commit b0acd948607e65f67a86e6f7b5d5fb656542852f
| | | Author: x02danhe 
| | | Date:   Mon Apr 5 18:09:05 2004 +0000
| | | 
| | |     Updated testing script to handle parse error message tests. Added tests for for parse error messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/interactive.rml
| | | 
| | * commit c5c68ff23f119bdd43b016bc37b8b38ac3595b89
| | | Author: x02danhe 
| | | Date:   Mon Apr 5 14:20:08 2004 +0000
| | | 
| | |     Improved parsing errors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit 767dfe69519bc14c9f0b6c6ed9110ac90bf464fd
| | | Author: x02danhe 
| | | Date:   Fri Apr 2 12:31:54 2004 +0000
| | | 
| | |     Improved parsing error messages and propagated these to clients when using the interactive API.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/interactive.rml
| | | M	modeq/main.rml
| | | M	modeq/parse.rml
| | | 
| | * commit 4ed1b70754495fd866a4d66a6efea18e3721f560
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 11 12:44:19 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/read_write.h
| | | 
| | * commit 4615d2da27d37445a2c63d655d912db57bf66283
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 11 10:07:55 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/Makefile.in
| | | M	modeq/Makefile.in
| | | M	modeq/absyn_builder/Makefile.in
| | | 
| | * commit ecdb26adee557b52da6ca3a2626ca0ef0146c4ac
| | | Author: Håkan Lundvall 
| | | Date:   Thu Mar 11 09:56:37 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/classloader.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/modsim.rml
| | | M	modeq/runtime/cacheimpl.cpp
| | | M	modeq/runtime/systemimpl.c
| | | A	modeq/scripts/Compile
| | | A	modeq/scripts/Compile.bat
| | | A	modeq/scripts/doPlot
| | | A	modeq/scripts/doPlot.bat
| | | A	modeq/scripts/runModelicaOpt
| | | A	modeq/scripts/runModelicaOpt.bat
| | | A	modeq/scripts/runsim
| | | A	modeq/scripts/runsim.bat
| | | M	modeq/staticexp.rml
| | | M	modeq/system.rml
| | | A	modeq/winruntime/cacheimpl.cpp
| | | A	modeq/winruntime/corbaimpl.cpp
| | | A	modeq/winruntime/modeq_communication.cc
| | | A	modeq/winruntime/modeq_communication.h
| | | A	modeq/winruntime/modeq_communication_impl.cpp
| | | A	modeq/winruntime/modeq_communication_impl.h
| | | A	modeq/winruntime/printimpl.c
| | | A	modeq/winruntime/ptolemyio.cpp
| | | A	modeq/winruntime/rtopts.c
| | | A	modeq/winruntime/socketimpl.c
| | | A	modeq/winruntime/systemimpl.c
| | | 
| | * commit 8a7f24c1eb356ffca81a198cdee5590bd22de15c
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 26 17:07:08 2004 +0000
| | | 
| | |     2004-02-26 Adrian Pop adrpo@ida.liu.se
| | |       added cygwin and test directory
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	xml/cygwin/Makefile
| | | A	xml/cygwin/Makefile_parser
| | | A	xml/test/body.mo
| | | A	xml/test/body.mo.xml
| | | A	xml/test/output.txt
| | | 
| | * commit 3e505495e534c6984670e181850c4c888d9fcda2
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 26 17:04:26 2004 +0000
| | | 
| | |     2004-02-26 18:04 Adrian Pop adrpo@ida.liu.se
| | |       added modelicaxml-v2.html
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	xml/modelicaxml-v2.html
| | | 
| | * commit 4063afb520f9a1568aa6a6fa69f9d901f4fb4f63
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 26 17:02:43 2004 +0000
| | | 
| | |     2004-02-26 18:02 Adrian Pop adrpo@ida.liu.se
| | |      added ModelicaXML.snl and .vcproj
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	xml/ModelicaXML.sln
| | | A	xml/ModelicaXML.vcproj
| | | 
| | * commit 927cc64b09e65b84db1ea486742684c2277b1e77
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 26 17:00:34 2004 +0000
| | | 
| | |     2004-02-26 Adrian Pop adrpo@ida.liu.se
| | |      Alpha Release of ModelicaXML
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	xml/Makefile
| | | A	xml/Makefile_parser
| | | A	xml/ModelicaXML.cpp
| | | A	xml/ModelicaXMLUtilities.cpp
| | | A	xml/ModelicaXMLUtilities.hpp
| | | A	xml/README.txt
| | | A	xml/modelicaTokenTypes.hpp
| | | A	xml/modelicaTokenTypes.txt
| | | A	xml/modelica_lexer.cpp
| | | A	xml/modelica_lexer.g
| | | A	xml/modelica_lexer.hpp
| | | A	xml/modelica_parser.cpp
| | | A	xml/modelica_parser.g
| | | A	xml/modelica_parser.hpp
| | | A	xml/modelica_parserTokenTypes.hpp
| | | A	xml/modelica_parserTokenTypes.txt
| | | A	xml/modelica_tree_parser.cpp
| | | A	xml/modelica_tree_parser.hpp
| | | A	xml/modelica_tree_parserTokenTypes.hpp
| | | A	xml/modelica_tree_parserTokenTypes.txt
| | | A	xml/modelicaxml-v2.dtd
| | | A	xml/modelicaxml.h
| | | A	xml/parse_tree_dumper.cpp
| | | A	xml/parse_tree_dumper.hpp
| | | A	xml/setmodelicapaths.source.linux
| | | A	xml/test.cpp
| | | A	xml/token_names.cpp
| | | A	xml/token_names.hpp
| | | A	xml/walker.g
| | | 
| | * commit 9467fb91b852ba3e402c75deb7345b6d7fd4279c
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 25 15:28:31 2004 +0000
| | | 
| | |     Made modeq multiuser friendly when having corba comm.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/corbaimpl.cpp
| | | 
| | * commit ef2dd246f81a7c93595fbbc3d5faf0dcc3851681
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 18 12:40:14 2004 +0000
| | | 
| | |     Changed lookup. Components from inherited classes are annotated with the baseclassname and this is later used when instantiating to find correct environment. The old lookup, with baseclasses annotated to environment does not work for all cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/builtin_safe.rml
| | | M	modeq/env.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 3da2c679aca6a8d8ba497e46925c819c00f6e6a7
| | | Author: Peter Aronsson 
| | | Date:   Wed Feb 18 07:34:12 2004 +0000
| | | 
| | |     Changed impl of hashtable to binary tree in environment. The lookup is still buggy. Solution needs big redesign.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/builtin.rml
| | | M	modeq/builtin_safe.rml
| | | M	modeq/ceval.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 66ea58c01631e9d663edce45459f54e35463ae76
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 3 12:20:33 2004 +0000
| | | 
| | |     Added todo list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/TODO
| | | 
| | * commit b6292ed17cf8fa3c31dba296a88b639c17eaa071
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 3 12:10:03 2004 +0000
| | | 
| | |     Fixed bug in inst. DAE can not be generated for builtin types, but it is needed for looking up unit, quantity, etc. Do not know how to solve...
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit d18d417b500b93639f8730ed816caa99b4dfc243
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 3 11:54:42 2004 +0000
| | | 
| | |     Fixed small things, script callable from prompt using modeq scriptname.mos.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/ceval.rml
| | | M	modeq/dae.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/parse.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit ef8ef0def1395d9df7ff5455d120bf742c5b0743
| | | Author: Kaj Nyström 
| | | Date:   Tue Feb 3 10:20:49 2004 +0000
| | | 
| | |     Fixed error in corba build order
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/Makefile.in
| | | 
| | * commit c10d086f89eeb48771ec1fb3ab4337709dbbbe73
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 29 13:08:39 2004 +0000
| | | 
| | |     reimplemented overload.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 14b6d1e0e10e594eea4abd4a56d311dc903f899b
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 29 13:07:59 2004 +0000
| | | 
| | |     reinserted overload operator, fixed external bug.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1086 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/ceval.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 7216bd6e81cc89b37bd58455f58b2113ea8ee358
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 29 11:35:54 2004 +0000
| | | 
| | |     Fixed bug with Real[3] x; in unparsing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit ad9442af15833b2e83fc101e626e25205ad6eea6
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 29 10:13:10 2004 +0000
| | | 
| | |     Added overload operator, again! and fixed external function bug.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1084 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/walker.g
| | | 
| | * commit 40d05885daae09713e7eb219b9706e5f83ba808f
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 29 10:12:20 2004 +0000
| | | 
| | |     Fixed two bugs in unparsing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 87defdbefd6e39555b3b52b2e05f20c381ea491a
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 27 10:04:15 2004 +0000
| | | 
| | |     Fixed some bugs incl. getComponentAnnotations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit e08930f23b64158df8b791642becc4198c0ecdbe
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 26 10:27:32 2004 +0000
| | | 
| | |     implemented getComponentAnnotations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 16c66f5ef2cae1422332454a2e04e323ef2885fe
| | | Author: x02danhe 
| | | Date:   Sat Jan 24 00:01:44 2004 +0000
| | | 
| | |     Added functionality for updating and removing protected components in a model. /Daniel
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 8520572618d4f708cb510091d3ed41b65cfd8016
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 23 08:27:00 2004 +0000
| | | 
| | |     Fixed bug in getIconAnnotation and getDiagramAnnotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit b85d32aa8e137bdeb8626a5c6590967d769633f8
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 21 07:04:46 2004 +0000
| | | 
| | |     Fixed bug in getNthComponent, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1078 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 5338095279e48e75337d698a270a01f6698bcba5
| | | Author: x02danhe 
| | | Date:   Tue Jan 20 22:53:01 2004 +0000
| | | 
| | |     delete_connection now handles classes not definied at top level correctly. /Daniel
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 10ab07b6edb47a4d9418a96d8a19744e8ca88fc3
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 20 12:17:12 2004 +0000
| | | 
| | |     Fixed update_component so that modification and annotate can be given separately without destroying existing data
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit db9c4c8c8649cda84ff9c6416a9deaa91e348bd6
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 20 08:31:24 2004 +0000
| | | 
| | |     Added partial_inst_class_in to speed up lookup of classes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1075 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit b94e46bcb656b80dbb2601806b15a938576a6f07
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 19 13:46:07 2004 +0000
| | | 
| | |     Fixed some bugs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 35dfad43d1a90de9c0dfdfdd5c8d5eda20bca335
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 19 08:26:32 2004 +0000
| | | 
| | |     Increased performance, fixed some bugs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/builtin_safe.rml
| | | M	modeq/ceval.rml
| | | M	modeq/codegen.rml
| | | M	modeq/connect.rml
| | | M	modeq/debug.rml
| | | M	modeq/env.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/system.rml
| | | M	modeq/types.rml
| | | 
| | * commit b2db3e7887246f58dd34dfe5d4a8e01e483d0a7d
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 16 16:33:22 2004 +0000
| | | 
| | |     Fixed bug in Bitmap
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1072 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit d363e6addcad6ed282eb87faba3c4e08ac1d3af9
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 16 14:49:02 2004 +0000
| | | 
| | |     fixed bitmap + update bug
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 329723d36ffb350da14dd66ab517febbdd0e7505
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 16 11:52:21 2004 +0000
| | | 
| | |     implemented isProtected
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 1433ffc27db845de6b93b8a79af2d7c9514c9e4c
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 16 11:30:35 2004 +0000
| | | 
| | |     Improved performance, fixed bugs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/cache.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit d867b983f9b351d89087e0c7dde8334798d1e398
| | | Author: Kaj Nyström 
| | | Date:   Thu Jan 15 11:37:02 2004 +0000
| | | 
| | |     Updated README to reflect recent changes in OpenModelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README
| | | 
| | * commit d769d0468d4475817d36cf86ec93c1ad87194914
| | | Author: Kaj Nyström 
| | | Date:   Thu Jan 15 11:33:05 2004 +0000
| | | 
| | |     Updated documentation, bugfixing, link to rml, new todo-list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1067 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/doc/manual.tex
| | | 
| | * commit 67780758e1a1a31ee12d3b2318fb896f3d1e282d
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 13 15:36:43 2004 +0000
| | | 
| | |     Added split definitions, e.g. allowing 'package A' as input.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/ceval.rml
| | | M	modeq/classloader.rml
| | | M	modeq/dump.rml
| | | M	modeq/interactive.rml
| | | M	modeq/main.rml
| | | M	modeq/runtime/corbaimpl.cpp
| | | M	modeq/staticexp.rml
| | | 
| | * commit 7cc3168b0fb0857212fe5f6b87e2fbcfa4b3e297
| | | Author: x02danhe 
| | | Date:   Tue Jan 13 12:42:44 2004 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 34cc8bae209a6f0c415bceeb1cde7fdee019e9ff
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 9 09:01:07 2004 +0000
| | | 
| | |     Switched from boa to poa impl.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/Makefile.in
| | | M	modeq/runtime/corbaimpl.cpp
| | | M	modeq/runtime/modeq_communication_impl.h
| | | 
| | * commit 2f3b1816f164acc98fec59caf90afe646c4ca571
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 9 08:11:42 2004 +0000
| | | 
| | |     Fixed some makefile issues.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/runtime/Makefile.in
| | | M	modeq/runtime/corbaimpl.cpp
| | | 
| | * commit 81e2e199c96be254771e39adcf34eb84c7285dd6
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 7 15:58:42 2004 +0000
| | | 
| | |     Added.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/corba.rml
| | | 
| | * commit 6a61bc5b7fb569496fbc3d7743fd8382b23c09ac
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 7 13:33:34 2004 +0000
| | | 
| | |     Added corba implementation to modeq. Accessed with +d=interactiveCorba.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/debug.rml
| | | M	modeq/main.rml
| | | M	modeq/runtime/Makefile.in
| | | A	modeq/runtime/corbaimpl.cpp
| | | A	modeq/runtime/modeq_communication.idl
| | | A	modeq/runtime/modeq_communication_impl.cpp
| | | A	modeq/runtime/modeq_communication_impl.h
| | | 
| | * commit d220b8bb63f342931c74b3bacdd285e869ac47aa
| | | Author: Peter Aronsson 
| | | Date:   Mon Jan 5 09:26:09 2004 +0000
| | | 
| | |     Removed overload keyword, instead allowing multiple definitions of functions with same name in the same scope.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | 
| | * commit 8d69922698ca3ef853e3ec1cc828edf4c861729e
| | | Author: Levon Saldamli 
| | | Date:   Wed Dec 17 14:02:34 2003 +0000
| | | 
| | |     Debug traces
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 79e94725c18f8f35f43d2951049f0aa846f63bb7
| | | Author: Peter Aronsson 
| | | Date:   Fri Dec 12 12:29:49 2003 +0000
| | | 
| | |     Fixed bug in getNthComponentModification, not wrapping modifier in Code operator
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 9211d6893a7630a001dd9bb7d8e8091a7f3bb5ee
| | | Author: Peter Aronsson 
| | | Date:   Fri Dec 12 12:28:09 2003 +0000
| | | 
| | |     Upgraded parser to work with antlr-2.7.2, will probably not work with 2.7.1 anymore
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | 
| | * commit 15490e24e4043e6cba158ffbcde690a12120ef26
| | | Author: Peter Aronsson 
| | | Date:   Fri Dec 5 11:16:30 2003 +0000
| | | 
| | |     added getNthComponentModification, returning Code expression.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 4a00a843138f9332e8c14e463f7f8bb28acad1b5
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 4 15:06:52 2003 +0000
| | | 
| | |     Added fsync to sendcall
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/socketimpl.c
| | | 
| | * commit 6080683c63ad1fbee7ccd3eafe116c6d6ac4b7ba
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 4 13:39:03 2003 +0000
| | | 
| | |     Fixed bug with duplicated class annotations when calling addClassAnnotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit f782de99cff7ded9c1123d04e89aae6228e3f090
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 4 13:18:12 2003 +0000
| | | 
| | |     Fixed bug in dynamic buffer
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/socketimpl.c
| | | 
| | * commit f1ec732c80e047e6cdfe9fb184dec23b6513cc44
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 3 16:09:44 2003 +0000
| | | 
| | |     Fixed bug with addClassAnnotation creating several annotations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit c43b5e2cff23cf12bce444fbc643f04168cc859d
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 3 15:36:26 2003 +0000
| | | 
| | |     Added locating protected annotations for icon and diagram
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1050 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/main.rml
| | | 
| | * commit 125e96fbbf117e692fb93c1b501f52cc796fa731
| | | Author: Peter Aronsson 
| | | Date:   Wed Dec 3 15:30:38 2003 +0000
| | | 
| | |     Removed inst. in get_nth_component
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 3a7742c68b1a17afcb5e74e57831605f67e2a5dc
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 2 12:40:06 2003 +0000
| | | 
| | |     addComponent now takes Code modifier expression. ceval now evaluates Eval operator for most common cases.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/interactive.rml
| | | M	modeq/runtime/socketimpl.c
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | 
| | * commit b7edc1be430f544816ff5e340313c75bdf51f388
| | | Author: Levon Saldamli 
| | | Date:   Thu Nov 27 01:10:11 2003 +0000
| | | 
| | |     Changed default compiler to gcc (removed /usr/bin, not working on solaris)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit 927c308f20146c8077fef1cd34af8833d30b13f3
| | | Author: Levon Saldamli 
| | | Date:   Thu Nov 27 00:30:57 2003 +0000
| | | 
| | |     Fixed scandir again
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 3973d33bdf2349b00416b49401cf59db9c480dd6
| | | Author: Levon Saldamli 
| | | Date:   Wed Nov 26 17:05:14 2003 +0000
| | | 
| | |     Updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README
| | | 
| | * commit b1aa0de8a6ff807876be1820d387d553fc2af21a
| | | Author: Levon Saldamli 
| | | Date:   Wed Nov 26 16:54:15 2003 +0000
| | | 
| | |     gethostbyname and libnsl check added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 5f245849e5208e3d0e74d551a40d2cd0aa1e1bf0
| | | Author: Levon Saldamli 
| | | Date:   Wed Nov 26 15:51:24 2003 +0000
| | | 
| | |     fixed scandir check on linux
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 3919247fbd7007def36de424913e623dc09637ae
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 25 13:59:13 2003 +0000
| | | 
| | |     fixed bug with faster icon annotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit a411c987dbd300110fe4cb1d8939b862fa26404b
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 25 13:44:11 2003 +0000
| | | 
| | |     Fixed bug in dynamic buffer
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1039 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/socketimpl.c
| | | 
| | * commit 9fd8823e1b21a758d953b1c4a93a9f6f14def45e
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 25 13:19:52 2003 +0000
| | | 
| | |     fixed bug with faster icon annotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/inst.rml
| | | M	modeq/runtime/socketimpl.c
| | | 
| | * commit e6283687670afcda704d7487407d36bb0bf81f83
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 25 13:01:25 2003 +0000
| | | 
| | |     fixed a small bug in new dynamic buffer for socket impl. Also fixed faster icon annotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/runtime/socketimpl.c
| | | 
| | * commit a3b8b475c8e2305c70cbb82e2ff24d0b65701c09
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 25 12:03:01 2003 +0000
| | | 
| | |     Changed lookup implementation. Now looks in inherited classes implicitly, throug an extra list of inherited classes in Env
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/runtime/socketimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 40e33eca8e1af684d8e7ad855bb6b550c5ddec51
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 25 10:32:23 2003 +0000
| | | 
| | |     Added c_runtime to modeq
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 791f24160dc352dc087d0038d9fe62ea6e72c9e7
| | | Author: Levon Saldamli 
| | | Date:   Fri Nov 21 13:08:39 2003 +0000
| | | 
| | |     Codegen of Exp.SIZE fixed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/inst.rml
| | | 
| | * commit c09b5d09e940fdb125175839eaedc2995640585f
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 18 13:46:24 2003 +0000
| | | 
| | |     Fixed bug with elab_arraydecl and size(x,1)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit ca9a4f00027d8ab19fc12a5b4b37c5ee74470a84
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 18 13:21:13 2003 +0000
| | | 
| | |     Fixed bug with modifiers on extends clauses: Typeinfo on modifiers where earlier lost when flattening. Now they are preserved. The solution is to collect them together with each element item in the list that inst_element_list acts upon. NOTE: To prevent circular dependencies Mod.Mod was moved to Types.Mod
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ceval.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 6a56529ceb5949b723b4df3ff1f3447ba273ca17
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 11 15:02:47 2003 +0000
| | | 
| | |     Redesigned implementation of builtin operators. elab only determines type and constant value properties. Ceval.ceval should be used to retrieve a value. The size operator has now been implemented using this new design. The other operators should also be implemented so. This code will probably destroy some parts of codegen, since size is not replace by functioncalls size_of_xxx_array, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/builtin.rml
| | | A	modeq/ceval.rml
| | | M	modeq/doc/Makefile
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit 265daab437b7c8466ab84b42fe435b557af662ff
| | | Author: Peter Aronsson 
| | | Date:   Thu Nov 6 07:49:51 2003 +0000
| | | 
| | |     Fixed lookup bug for functions. Fixed doc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/doc/manual.tex
| | | M	modeq/helptext.txt
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 45fcc875c2f61913136f5598745b78d8a679b0fe
| | | Author: Levon Saldamli 
| | | Date:   Mon Nov 3 10:34:25 2003 +0000
| | | 
| | |     Corrected some of ALG_TUPLE_ASSIGN. Still not working
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit beeb19f1499a3e7fbad71df406656c9f85ddb7c4
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 31 17:33:13 2003 +0000
| | | 
| | |     Fixed bug with 1.e-15 and protected after equations.\n
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 9431b14981b109fc567f3f358f0c60f447211119
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 31 17:32:42 2003 +0000
| | | 
| | |     Fixed plotting bugs, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/doc/Makefile
| | | M	modeq/doc/manual.tex
| | | M	modeq/modsim.rml
| | | M	modeq/runtime/ptolemyio.cpp
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/util.rml
| | | 
| | * commit 3fe3d7c26bedd7a740e56fcad117ad293dc5456c
| | | Author: Levon Saldamli 
| | | Date:   Thu Oct 30 21:05:13 2003 +0000
| | | 
| | |     Code generation seems working
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/real_array.c
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | 
| | * commit bad05be90229963e36d59998a335a38183f297ba
| | | Author: Levon Saldamli 
| | | Date:   Thu Oct 30 21:03:43 2003 +0000
| | | 
| | |     string fixed
| | |     stdio.h added (yacclib.h needs FILE)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/ptolemyio.cpp
| | | 
| | * commit ac639c6d0112dd0b54d1ccf61528b800ffe7b854
| | | Author: Peter Aronsson 
| | | Date:   Wed Oct 29 17:14:39 2003 +0000
| | | 
| | |     Fixed plotting function, using ptolemy. Export and import of simulation data according to ptolemy standard..
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/dae.rml
| | | M	modeq/exp.rml
| | | M	modeq/interactive.rml
| | | A	modeq/modsim.rml
| | | M	modeq/runtime/Makefile.in
| | | A	modeq/runtime/ptolemyio.cpp
| | | A	modeq/runtime/ptolemyio.hpp
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/system.rml
| | | M	modeq/util.rml
| | | M	modeq/values.rml
| | | 
| | * commit 3291c0e10265057388bc7b191e1f38da63ff45c2
| | | Author: Levon Saldamli 
| | | Date:   Tue Oct 28 08:54:23 2003 +0000
| | | 
| | |     Working code generation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 6bcb4a92110292a1e97edf1f06a7abb7d6aeba91
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 27 15:47:35 2003 +0000
| | | 
| | |     Changed names of functions according to Peter F.s book.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1020 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/doc/manual.tex
| | | M	modeq/helptext.txt
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit e9ebf5c006cf6783af3073eaf6567b50305c5c73
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 27 13:36:17 2003 +0000
| | | 
| | |     Fixed so unconnected flow variables are set to zero, and fixed so parameters are not substituted for their value in equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/modutil.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit d487847ff0587473980aecc0b5283a012dc49443
| | | Author: Peter Aronsson 
| | | Date:   Sat Oct 25 10:24:49 2003 +0000
| | | 
| | |     Fixed bugs for osmme and for external functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 80297718fbd8a791a4edf429c02560cff42166db
| | | Author: Levon Saldamli 
| | | Date:   Fri Oct 24 15:14:55 2003 +0000
| | | 
| | |     Merged and resolved conflicts but examples not working.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit 8fa53983576434e0038033a91c26e0daaea3cf11
| | | Author: Levon Saldamli 
| | | Date:   Thu Oct 23 12:37:08 2003 +0000
| | | 
| | |     Added matching_state
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classinf.rml
| | | 
| | * commit 681b8070a410c28a965e42f3b91f18a79cdb48c3
| | | Author: Levon Saldamli 
| | | Date:   Thu Oct 23 12:14:23 2003 +0000
| | | 
| | |     allow zero-length debugflag string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1015 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/rtopts.c
| | | 
| | * commit 361470410ecf593eb2be831b4211c28d6a46a466
| | | Author: Levon Saldamli 
| | | Date:   Thu Oct 23 12:14:07 2003 +0000
| | | 
| | |     including string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/cacheimpl.cpp
| | | 
| | * commit 186d2e9f6b35933f7bc4ec4eb50bfbcb4a08dd52
| | | Author: Levon Saldamli 
| | | Date:   Thu Oct 23 12:12:20 2003 +0000
| | | 
| | |     init_modelica_string added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica_string.c
| | | M	c_runtime/modelica_string.h
| | | 
| | * commit 0ff89ebedba175434ef1665de4232167a552cb11
| | | Author: Levon Saldamli 
| | | Date:   Thu Oct 23 12:09:24 2003 +0000
| | | 
| | |     Conversion to and from Fortran 77 arrays (matrices)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/real_array.h
| | | 
| | * commit 5d1a2e9026b40361774e5bee6cb0d55427b46ebc
| | | Author: Levon Saldamli 
| | | Date:   Thu Oct 23 12:08:02 2003 +0000
| | | 
| | |     socket added to AC_CHECK_FUNCS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit 785360c99f581e67fda19745eb272fc9791dcf80
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 23 03:16:29 2003 +0000
| | | 
| | |     Fixed several bugs with functions, e.g. Real X[:]=Y, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classinf.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit ec4af22942c36c0bca1022a3e468d56bc9817f9d
| | | Author: Peter Aronsson 
| | | Date:   Wed Oct 15 14:39:04 2003 +0000
| | | 
| | |     Fixed bug with infinite recursion when instanitating Modelica.Blocks.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1009 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit ac0f73e954704c3704887061c42e11959f06feae
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 13 07:25:50 2003 +0000
| | | 
| | |     Redesigned Type to cope with all types for operator overloading and koening lookup
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/codegen.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 558a8eea2328e68b254e9319d60b6e6cacdb688d
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 7 10:20:23 2003 +0000
| | | 
| | |     Added support for operator and function overloading.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/builtin.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 323b44a6970b7b0574306697bfa30d3a41be1eb6
| | | Author: Peter Aronsson 
| | | Date:   Thu Sep 25 11:54:44 2003 +0000
| | | 
| | |     Added support for quoting using the Code keyword.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 78eb02b9298b72f342447c9c419b3e43440404c6
| | | Author: Peter Aronsson 
| | | Date:   Thu Sep 25 11:54:07 2003 +0000
| | | 
| | |     Added support for quoting using the Code keyword. Implemented a faster Env: is now a hashtable using RMLs vector datatype. This will prevent a linear search in each frame.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/builtin.rml
| | | M	modeq/dae.rml
| | | M	modeq/doc/manual.tex
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/lookup.rml
| | | M	modeq/runtime/socketimpl.c
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/system.rml
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | M	modeq/values.rml
| | | 
| | * commit c3ba5aba93bfb240a6346f7b18d45f8d66f65eee
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 21 07:16:29 2003 +0000
| | | 
| | |     Fixed bug with Real x[:,size(x,1)] e.g. referencing its own definition but different dimension.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1004 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit e635e6097268a3c6087a8579c93b3954325b8bca
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 19 07:09:38 2003 +0000
| | | 
| | |     Added author
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/doc/manual.tex
| | | 
| | * commit e97da34b3ebb7eeb71a98540bf588011eff8d083
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 19 07:05:18 2003 +0000
| | | 
| | |     Fixed bug in unqualified imports.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 2a5b249b5ad4a96e7a9574ca69c54835791f7bf7
| | | Author: Peter Aronsson 
| | | Date:   Mon Aug 18 11:30:56 2003 +0000
| | | 
| | |     Added manual written in LaTeX.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/doc/Makefile
| | | A	modeq/doc/manual.tex
| | | 
| | * commit 810dccafc39f9fc8c088da0517221745ef0af4b1
| | | Author: Levon Saldamli 
| | | Date:   Thu Aug 14 15:15:55 2003 +0000
| | | 
| | |     Test program for testing the parser. Uses parse_tree_dump to dump the parsed file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modelica_parser/src/test.cpp
| | | 
| | * commit e0302771f202ea46dcd810c1ef3e146d40dff0e9
| | | Author: Levon Saldamli 
| | | Date:   Thu Aug 14 15:15:01 2003 +0000
| | | 
| | |     Target test for the test program added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/Makefile.in
| | | 
| | * commit 82c02c91ce7bead746ce7e1817caa33d2627ef3f
| | | Author: Peter Aronsson 
| | | Date:   Mon Aug 4 07:39:39 2003 +0000
| | | 
| | |     loadClass now handles several paths (separated by colon) in MODELICAPATH
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@997 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classloader.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/runtime/cacheimpl.cpp
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/system.rml
| | | 
| | * commit c82491ef984da6665954002fbb2f41daf47689bd
| | | Author: Peter Aronsson 
| | | Date:   Mon Jul 28 11:42:51 2003 +0000
| | | 
| | |     Cache now working, but speeds things down :(
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn_builder/Makefile.in
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/runtime/cacheimpl.cpp
| | | 
| | * commit 39059ef1ede1e254bc62e408060f833c0f5a7010
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 3 08:28:02 2003 +0000
| | | 
| | |     added clearCache function.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/helptext.txt
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/modutil.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit aa646749454f641a61825d9e6dfd26f0e2c03ddf
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 2 12:05:56 2003 +0000
| | | 
| | |     Fixed two bugs with encapsulated. Removed old cache implementation. Made new external cacheimpl, not working yet (gc problems)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn.rml
| | | M	modeq/cache.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/modutil.rml
| | | M	modeq/runtime/Makefile.in
| | | A	modeq/runtime/cacheimpl.cpp
| | | M	modeq/staticexp.rml
| | | 
| | * commit 2e45a825f7061f8e5d8bcebdac9d94128d72229e
| | | Author: x02kajny 
| | | Date:   Tue Jun 17 11:17:39 2003 +0000
| | | 
| | |     Initial revision
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	flat_modelica_parser/README
| | | A	flat_modelica_parser/TODO
| | | A	flat_modelica_parser/src/Makefile
| | | A	flat_modelica_parser/src/expandedflat_modelica_parser.g
| | | A	flat_modelica_parser/src/flat_modelica_lexer.cpp
| | | A	flat_modelica_parser/src/flat_modelica_lexer.g
| | | A	flat_modelica_parser/src/flat_modelica_lexer.hpp
| | | A	flat_modelica_parser/src/flat_modelica_parser.cpp
| | | A	flat_modelica_parser/src/flat_modelica_parser.g
| | | A	flat_modelica_parser/src/flat_modelica_parser.hpp
| | | A	flat_modelica_parser/src/flat_modelica_parserTokenTypes.hpp
| | | A	flat_modelica_parser/src/flat_modelica_tree_parser.cpp
| | | A	flat_modelica_parser/src/flat_modelica_tree_parser.hpp
| | | A	flat_modelica_parser/src/flat_modelica_tree_parserTokenTypes.hpp
| | | A	flat_modelica_parser/src/flat_modelica_tree_parserTokenTypes.txt
| | | A	flat_modelica_parser/src/flatmodelicaTokenTypes.hpp
| | | A	flat_modelica_parser/src/flatmodelicaTokenTypes.txt
| | | A	flat_modelica_parser/src/modSimPackTest.cc
| | | A	flat_modelica_parser/src/modSimPackTest.h
| | | A	flat_modelica_parser/src/parse_tree_dumper.cpp
| | | A	flat_modelica_parser/src/parse_tree_dumper.hpp
| | | A	flat_modelica_parser/src/semantic.cache
| | | A	flat_modelica_parser/src/walker.g
| | | A	flat_modelica_parser/testfiles/Commented.mof
| | | A	flat_modelica_parser/testfiles/Pendulum.mof
| | | A	flat_modelica_parser/testfiles/rlccircuit.mof
| | | A	flat_modelica_parser/testfiles/t.mof
| | | A	flat_modelica_parser/testfiles/test.mof
| | | 
| | * commit d100b1bc11d8293173e1eba189ec6d91170e078a
| | | Author: Peter Aronsson 
| | | Date:   Mon Jun 16 13:54:15 2003 +0000
| | | 
| | |     Added several operators and fixed several bugs. EvapIOTest example from Ruediger Franke now works (174 seconds)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit da87e924d408f4ad93c0cd8a64d33c511fd701e8
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 21:51:12 2003 +0000
| | | 
| | |     double message
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit b278933a4792ffc869c614cf961babae17e45656
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 21:48:31 2003 +0000
| | | 
| | |     Making rml2sig before modeq
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	Makefile.in
| | | 
| | * commit 4be5fbdd24d610f6e15de005720f7745640992cd
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 21:47:57 2003 +0000
| | | 
| | |     scandir check and socket+libsocket check added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit c8d432979a8bd29befaeb9963e31d702831148d5
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 21:46:43 2003 +0000
| | | 
| | |     Fixed libsocket check in configure, removed arch check and ifs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | 
| | * commit bb5d4bb8759303182d84b39aadd5b310af29ee06
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 21:45:32 2003 +0000
| | | 
| | |     Removed example part
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/rml2sig/Makefile.in
| | | 
| | * commit 4c58dac2e177ae549e64677154cea4efb8b181a8
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 21:45:06 2003 +0000
| | | 
| | |     scandir check, fixed by configure
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/Makefile.in
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit 2ba5924e7b68eae50683f6bbab5b5e94558b3c5f
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 20:29:27 2003 +0000
| | | 
| | |     LEX for rml2sig
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit a8eafe1602ca7c50ef63cdb781198d3d86656801
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 20:27:59 2003 +0000
| | | 
| | |     Sig file support fixed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/codegen.rml
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit 587e738805ed6e1072c37776c4c7862d87873b93
| | | Author: Levon Saldamli 
| | | Date:   Fri Jun 13 20:27:38 2003 +0000
| | | 
| | |     Initial
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/rml2sig/Makefile.in
| | | A	modeq/rml2sig/rml2sig.lex
| | | A	modeq/rml2sig/rmldep.sh
| | | 
| | * commit 81ac1173cf4f33d3a84e580d9fe6c83cf935233b
| | | Author: Levon Saldamli 
| | | Date:   Thu Jun 12 10:05:27 2003 +0000
| | | 
| | |     Merged back interfaces and implementations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn.rml
| | | D	modeq/absyn.rml.impl
| | | M	modeq/algorithm.rml
| | | D	modeq/algorithm.rml.impl
| | | M	modeq/builtin.rml
| | | D	modeq/builtin.rml.impl
| | | M	modeq/builtin_safe.rml
| | | D	modeq/builtin_safe.rml.impl
| | | M	modeq/cache.rml
| | | D	modeq/cache.rml.impl
| | | M	modeq/classinf.rml
| | | D	modeq/classinf.rml.impl
| | | M	modeq/classloader.rml
| | | D	modeq/classloader.rml.impl
| | | M	modeq/codegen.rml
| | | D	modeq/codegen.rml.impl
| | | M	modeq/connect.rml
| | | D	modeq/connect.rml.impl
| | | M	modeq/dae.rml
| | | D	modeq/dae.rml.impl
| | | M	modeq/debug.rml
| | | D	modeq/debug.rml.impl
| | | M	modeq/dump.rml
| | | D	modeq/dump.rml.impl
| | | M	modeq/dumpgraphviz.rml
| | | D	modeq/dumpgraphviz.rml.impl
| | | M	modeq/env.rml
| | | D	modeq/env.rml.impl
| | | M	modeq/exp.rml
| | | D	modeq/exp.rml.impl
| | | M	modeq/explode.rml
| | | D	modeq/explode.rml.impl
| | | M	modeq/graphviz.rml
| | | D	modeq/graphviz.rml.impl
| | | M	modeq/inst.rml
| | | D	modeq/inst.rml.impl
| | | M	modeq/interactive.rml
| | | D	modeq/interactive.rml.impl
| | | M	modeq/lookup.rml
| | | D	modeq/lookup.rml.impl
| | | M	modeq/main.rml
| | | D	modeq/main.rml.impl
| | | M	modeq/mod.rml
| | | D	modeq/mod.rml.impl
| | | M	modeq/modutil.rml
| | | D	modeq/modutil.rml.impl
| | | M	modeq/parse.rml
| | | D	modeq/parse.rml.impl
| | | M	modeq/prefix.rml
| | | D	modeq/prefix.rml.impl
| | | M	modeq/print.rml
| | | D	modeq/print.rml.impl
| | | D	modeq/rtopts.rml.impl
| | | D	modeq/socket.rml.impl
| | | M	modeq/staticexp.rml
| | | D	modeq/staticexp.rml.impl
| | | D	modeq/system.rml.impl
| | | M	modeq/types.rml
| | | D	modeq/types.rml.impl
| | | M	modeq/util.rml
| | | D	modeq/util.rml.impl
| | | M	modeq/values.rml
| | | D	modeq/values.rml.impl
| | | 
| | * commit fc3642c8cc7f93511889179de5841bf577d4b083
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 12 09:44:58 2003 +0000
| | | 
| | |     Added array constructor. Made all fail printing visible throguh failtrace flag.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn.rml.impl
| | | M	modeq/builtin.rml.impl
| | | M	modeq/inst.rml.impl
| | | M	modeq/lookup.rml.impl
| | | M	modeq/mod.rml.impl
| | | M	modeq/staticexp.rml.impl
| | | M	modeq/types.rml
| | | M	modeq/types.rml.impl
| | | M	modeq/util.rml
| | | M	modeq/util.rml.impl
| | | 
| | * commit b58ebecc2480e671f1a6a693706f00b1c33fbe16
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 10 14:00:01 2003 +0000
| | | 
| | |     Added optional modifier according to Modelica2.1
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 57080af5e1495b0afc998cc0ea0f51df77290fe8
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 10 13:59:18 2003 +0000
| | | 
| | |     Added element support for builtin types, e.g. unit, quantity. Added getUnit, getQuantity,..., functions. Fixed optional modification in absyn and parser. Added support for structural parameters and partly implemented analysis to dectect those.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn.rml.impl
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/algorithm.rml
| | | M	modeq/algorithm.rml.impl
| | | M	modeq/builtin.rml.impl
| | | M	modeq/codegen.rml.impl
| | | M	modeq/dae.rml.impl
| | | M	modeq/dump.rml
| | | M	modeq/dump.rml.impl
| | | M	modeq/env.rml
| | | M	modeq/env.rml.impl
| | | M	modeq/exp.rml
| | | M	modeq/exp.rml.impl
| | | M	modeq/explode.rml
| | | M	modeq/explode.rml.impl
| | | M	modeq/helptext.txt
| | | M	modeq/inst.rml.impl
| | | M	modeq/interactive.rml.impl
| | | M	modeq/interactive_api.txt
| | | M	modeq/lookup.rml.impl
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml.impl
| | | M	modeq/system.rml
| | | M	modeq/types.rml
| | | M	modeq/types.rml.impl
| | | M	modeq/util.rml
| | | M	modeq/util.rml.impl
| | | 
| | * commit d2705ca6d02edc08ded82ff282248d23982afa27
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 10 13:56:37 2003 +0000
| | | 
| | |     removed tempfile, not platform independent.Added compilation check.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/myrmlc
| | | 
| | * commit 25fb8d46bde81802ab4424d9c29dee47a5bb2a6a
| | | Author: Levon Saldamli 
| | | Date:   Tue Jun 10 08:05:03 2003 +0000
| | | 
| | |     Separated rml files into interface and implementation. Use myrmlc for compiling as before. Only one file at a time can be compiled
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn.rml
| | | A	modeq/absyn.rml.impl
| | | M	modeq/algorithm.rml
| | | A	modeq/algorithm.rml.impl
| | | M	modeq/builtin.rml
| | | A	modeq/builtin.rml.impl
| | | M	modeq/builtin_safe.rml
| | | A	modeq/builtin_safe.rml.impl
| | | M	modeq/cache.rml
| | | A	modeq/cache.rml.impl
| | | M	modeq/classinf.rml
| | | A	modeq/classinf.rml.impl
| | | M	modeq/classloader.rml
| | | A	modeq/classloader.rml.impl
| | | M	modeq/codegen.rml
| | | A	modeq/codegen.rml.impl
| | | M	modeq/connect.rml
| | | A	modeq/connect.rml.impl
| | | M	modeq/dae.rml
| | | A	modeq/dae.rml.impl
| | | M	modeq/debug.rml
| | | A	modeq/debug.rml.impl
| | | M	modeq/dump.rml
| | | A	modeq/dump.rml.impl
| | | M	modeq/dumpgraphviz.rml
| | | A	modeq/dumpgraphviz.rml.impl
| | | M	modeq/env.rml
| | | A	modeq/env.rml.impl
| | | M	modeq/exp.rml
| | | A	modeq/exp.rml.impl
| | | M	modeq/explode.rml
| | | A	modeq/explode.rml.impl
| | | M	modeq/graphviz.rml
| | | A	modeq/graphviz.rml.impl
| | | M	modeq/inst.rml
| | | A	modeq/inst.rml.impl
| | | M	modeq/interactive.rml
| | | A	modeq/interactive.rml.impl
| | | M	modeq/lookup.rml
| | | A	modeq/lookup.rml.impl
| | | M	modeq/main.rml
| | | A	modeq/main.rml.impl
| | | M	modeq/mod.rml
| | | A	modeq/mod.rml.impl
| | | M	modeq/modutil.rml
| | | A	modeq/modutil.rml.impl
| | | A	modeq/myrmlc
| | | A	modeq/parse.rml.impl
| | | M	modeq/prefix.rml
| | | A	modeq/prefix.rml.impl
| | | A	modeq/print.rml.impl
| | | A	modeq/rtopts.rml.impl
| | | A	modeq/socket.rml.impl
| | | M	modeq/staticexp.rml
| | | A	modeq/staticexp.rml.impl
| | | A	modeq/system.rml.impl
| | | M	modeq/types.rml
| | | A	modeq/types.rml.impl
| | | M	modeq/util.rml
| | | A	modeq/util.rml.impl
| | | M	modeq/values.rml
| | | A	modeq/values.rml.impl
| | | 
| | * commit 1a6366fcd139f1071eb8d8b25d5e83050cfcece2
| | | Author: Levon Saldamli 
| | | Date:   Mon Jun 2 14:36:01 2003 +0000
| | | 
| | |     Modelica String implementation, use with e.g. external functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/modelica_string.c
| | | A	c_runtime/modelica_string.h
| | | 
| | * commit 8ef99559fd913a904815315c63cb8f54401fdf74
| | | Author: Levon Saldamli 
| | | Date:   Mon Jun 2 14:33:10 2003 +0000
| | | 
| | |     local (protected) variables in functions implemented. Started to implement strings in external function interface
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/string_array.h
| | | M	modeq/DEBUG.TXT
| | | M	modeq/absyn.rml
| | | M	modeq/cache.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/modutil.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | 
| | * commit 5aa5eae37d9fd95e0c4519c858e7438f4d969e44
| | | Author: Peter Aronsson 
| | | Date:   Mon May 12 14:00:24 2003 +0000
| | | 
| | |     Fixed bug in addConnection for classes in packages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@966 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 8331335153f09498cb1f6752730d51f2e6066c79
| | | Author: Peter Aronsson 
| | | Date:   Fri May 9 13:47:26 2003 +0000
| | | 
| | |     fixed small bug in text.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README
| | | 
| | * commit 8f22429d59e9a3ce74e2dfd2aceccda8cf7c8066
| | | Author: Peter Aronsson 
| | | Date:   Fri May 9 13:41:45 2003 +0000
| | | 
| | |     Added compile text, example.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	README
| | | 
| | * commit 91ea514671db2326f7b2fd6ed7af9ce96ac9bc47
| | | Author: Peter Aronsson 
| | | Date:   Fri May 9 12:47:26 2003 +0000
| | | 
| | |     Added caching, assert, helptext and help command
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/algorithm.rml
| | | A	modeq/cache.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | A	modeq/helptext.txt
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 71e7c67791d73ae4ba70f24b8d6da715b23a8174
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 28 14:04:51 2003 +0000
| | | 
| | |     Added time relation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/system.rml
| | | 
| | * commit 75e97e6ee7de1a9b58aa5e2ba17e65fc0aafe152
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 23 13:02:26 2003 +0000
| | | 
| | |     Fixed bug in lookup of qualified imports
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | 
| | * commit f045fd94723f3f387a1e0938fd5ae4e46612e4a9
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 16 12:11:43 2003 +0000
| | | 
| | |     Fixed bugs in lookup inside packages. SignalVoltage now works for Modelica Stdlib v1.5.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 62c390d68f54d0bc62f18541b6b22c1ce8567302
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 16 12:10:48 2003 +0000
| | | 
| | |     Increased socket buffer to 4000 bytes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/socketimpl.c
| | | 
| | * commit 2ff7ff5e09a16dee0743cf8dd5f91ae83971ef16
| | | Author: Levon Saldamli 
| | | Date:   Mon Apr 7 13:48:05 2003 +0000
| | | 
| | |     A simple scandir implementation for solaris, without sorting.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@958 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit bd3045154de59ff689f14be9ffb28ae54cb20369
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 7 07:42:45 2003 +0000
| | | 
| | |     Fixed bug with extending functions not yet declared (use before declare)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit ca31df7fd358ae9f3837526563ab6f87d9ed239f
| | | Author: Peter Aronsson 
| | | Date:   Wed Apr 2 12:09:58 2003 +0000
| | | 
| | |     Added binding and comment options to addComponent and updateComponent
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit b956c39a974e60183f4ad134182116de3cac267b
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 19 12:47:37 2003 +0000
| | | 
| | |     Fixed attributes in derived classes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/explode.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 82b77f411c8f756abad2b74a1c7294ba696446c6
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 19 12:46:49 2003 +0000
| | | 
| | |     fixed bug with type_prefix in derived classes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit f26420d9edceab7246fa8e300b7861aed306d5b5
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 19 08:02:42 2003 +0000
| | | 
| | |     Fixed bug in getNthComponent.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit e6f0140228b730ec99b5467bbead6c4b8927801f
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 18 16:13:46 2003 +0000
| | | 
| | |     Fixed deleteConnection and updateConnection.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@939 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 0f1f990cfc47a3e8008076f04c5db156934b73b2
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 18 15:04:47 2003 +0000
| | | 
| | |     Fixed many bugs in flattening of inheritance structure. Now translates Modelica.Electrical.Analog.Sources.SineVoltage
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dae.rml
| | | M	modeq/env.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/values.rml
| | | 
| | * commit 522d4834a4766fd71ed4312e0266e945e831a3d5
| | | Author: Levon Saldamli 
| | | Date:   Mon Mar 17 09:53:21 2003 +0000
| | | 
| | |     Fortran 77 support fixed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | M	modeq/codegen.rml
| | | 
| | * commit e93813bebc6dbce361888e55967aa106e8db7a18
| | | Author: Levon Saldamli 
| | | Date:   Fri Mar 14 15:06:26 2003 +0000
| | | 
| | |     Fortran 77 support
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | 
| | * commit 7aad0c41d6afc63a006453596715b47e21755dea
| | | Author: Peter Aronsson 
| | | Date:   Fri Mar 7 10:31:04 2003 +0000
| | | 
| | |     Fixed addClassAnnotation, to be used for adding Icon, Diagram and Documentation annotations to classes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 887591d4ddd66aa39ad38c328d8bad7bb71062d1
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 6 15:42:09 2003 +0000
| | | 
| | |     fixed bug in getNthConnectionAnnotation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@934 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 6b2bbf1da23f1d0fb401fa567c32dd0823463d26
| | | Author: Peter Aronsson 
| | | Date:   Wed Mar 5 10:44:13 2003 +0000
| | | 
| | |     Moved many interactive functions to StaticExp, such that they can be evaluated in any sub-expression. Also fixed bug with getIconAnnotation, getDiagramAnnotation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/values.rml
| | | 
| | * commit 472f2e75d17e40fba21d467942d3f438024bb9b6
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 4 07:26:37 2003 +0000
| | | 
| | |     Fixed several statements per input. Ouput if no semicolon.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/expression_parser.g
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/interactive.rml
| | | M	modeq/print.rml
| | | M	modeq/runtime/printimpl.c
| | | M	modeq/types.rml
| | | 
| | * commit 496fc447426b05c51c6c9ca880ed5345c138bb90
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 3 12:38:20 2003 +0000
| | | 
| | |     Added isClass
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit f1dccf88f94df07ab02a47d0c5490b129efa4059
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 3 12:01:27 2003 +0000
| | | 
| | |     Fixed bugs in unparser, now unparses ThermoFluid correctly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit b663b5ed1afb1765f4d012f7536f701b2dd57247
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 3 08:28:20 2003 +0000
| | | 
| | |     Removed relaxations. 1. and .12 and 1.e-4 etc SHOULD NOT be allowed (Many people in design group has this opinion)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@929 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | 
| | * commit 72831344996552aeb7ad52b0ef95713f53178867
| | | Author: Peter Aronsson 
| | | Date:   Mon Mar 3 08:22:15 2003 +0000
| | | 
| | |     Unparser running. Accepting whole modelica standard library.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 528a2ef870c7841ee59682182c23bad688ed79f8
| | | Author: Levon Saldamli 
| | | Date:   Fri Feb 28 09:52:12 2003 +0000
| | | 
| | |     Bugfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/inst.rml
| | | 
| | * commit b1332175d99a3c8d13e2c76bca459681fee5aff9
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 28 06:44:26 2003 +0000
| | | 
| | |     Fixed bug with casts on arrays in graphic annotation expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 6b2763b2b6cc235c6c003d420da5e18f8bf8dfc8
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 27 09:35:47 2003 +0000
| | | 
| | |     Implemented deleteComponent.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 6dcbde2a7b290351f9949f0cb1780192a7cb3a1a
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 27 07:52:07 2003 +0000
| | | 
| | |     Fixat bug i addComponent
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit b676ce05f73c5ffff225e8be75fec98d2d794f1e
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 20 15:11:01 2003 +0000
| | | 
| | |     Fixed bug with Diagram in component annotations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit b715396bcce9ef872df6e1afc9297f2026c85181
| | | Author: Levon Saldamli 
| | | Date:   Thu Feb 20 13:22:23 2003 +0000
| | | 
| | |     Partial external function support (records missing)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 9cb3e7af325a10e21bc0b9f005d750d3ef5c0462
| | | Author: Levon Saldamli 
| | | Date:   Thu Feb 20 13:05:00 2003 +0000
| | | 
| | |     Partial external function support (records missing)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/exp.rml
| | | 
| | * commit aa9adb52c7694ae47fffa47f5399094c09dfcb72
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 14 14:33:04 2003 +0000
| | | 
| | |     Fixed bug in declare before use. Now have untyped modifier expressions temporarily when instantiating.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | 
| | * commit ad9bdd7c99d14cfd2c051622b0b12cf2d351691e
| | | Author: Peter Aronsson 
| | | Date:   Mon Feb 10 09:53:13 2003 +0000
| | | 
| | |     fixed some bugs with redeclarations. Not quite bug-free yet
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit ba850895a65bd4ce27636356e1ebb327052c23cb
| | | Author: Peter Aronsson 
| | | Date:   Fri Feb 7 10:00:52 2003 +0000
| | | 
| | |     redeclare partly implemented (no subtype checking, final checking,etc yet)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit eb7a4873c38f86c802e967901634ecab2ae467dc
| | | Author: Levon Saldamli 
| | | Date:   Thu Feb 6 16:59:16 2003 +0000
| | | 
| | |     External function support for builtin basic types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@916 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | M	modeq/util.rml
| | | 
| | * commit fe6946b0073ee4f13aad6fe2b0fe65efa6904a1f
| | | Author: Peter Aronsson 
| | | Date:   Thu Feb 6 11:18:20 2003 +0000
| | | 
| | |     Fixed instantiation bug with extends.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@915 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classloader.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/types.rml
| | | 
| | * commit dbfa87c80576d977c98cec8f4087e80bb2a663d2
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 4 08:24:23 2003 +0000
| | | 
| | |     Added initial() expression.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 93f29e63c106bf9b80008932e005625023a535a4
| | | Author: Peter Aronsson 
| | | Date:   Tue Feb 4 08:10:09 2003 +0000
| | | 
| | |     Added module classloader and function loadClass that loads a class from MODELICAPATH.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn_builder/walker.g
| | | A	modeq/classloader.rml
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/system.rml
| | | 
| | * commit 2f4ad24b1d8eb48b0f4c5a0e3f16c2d9b432428e
| | | Author: Levon Saldamli 
| | | Date:   Mon Feb 3 12:58:02 2003 +0000
| | | 
| | |     Temporary fix for MAXPATHLEN define for unix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/systemimpl.c
| | | 
| | * commit 13f4b0efb17af25d67b07ae1202f6a3e087008b7
| | | Author: Peter Aronsson 
| | | Date:   Wed Jan 29 12:31:28 2003 +0000
| | | 
| | |     Added impl. for Integers.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 024bbe00580169ca6e69b8147a25185f1a6a2d7b
| | | Author: Levon Saldamli 
| | | Date:   Tue Jan 28 21:41:30 2003 +0000
| | | 
| | |     Bugfix for external nodes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit e7a2d89daea3974b12bea6892628038b1ca1568e
| | | Author: Levon Saldamli 
| | | Date:   Tue Jan 28 21:38:32 2003 +0000
| | | 
| | |     Dump of Initial sections and external declarations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@909 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 31a8558c242dc6a1939604195736b583f18d1d81
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 28 15:10:36 2003 +0000
| | | 
| | |     Fixed bug with external decl.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 417ac9c4482e9e97da5f87f8c30913db8ba7efce
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 28 08:54:17 2003 +0000
| | | 
| | |     Added each keyword to absyn
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/expression_parser.g
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/explode.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 8cc0042f788fff7272c5d5a31f5253bc834496fb
| | | Author: Peter Aronsson 
| | | Date:   Fri Jan 24 10:26:32 2003 +0000
| | | 
| | |     fixed bug in initial equation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 5f90beb2f8ba55e13a652db919721ab11578bfa6
| | | Author: Levon Saldamli 
| | | Date:   Tue Jan 21 15:55:14 2003 +0000
| | | 
| | |     Changes due to additions for replaceable to SCode.COMPONENT
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 1a2a55bd070f9e3767827015e3b944b2958dbf70
| | | Author: Levon Saldamli 
| | | Date:   Tue Jan 21 15:54:35 2003 +0000
| | | 
| | |     Changes due to additions to SCode.PARTS for initial equation/algoritm, and SCode.COMPONENT for replaceable.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit de95bb058ba5f835ece47f61288471a907149cea
| | | Author: Levon Saldamli 
| | | Date:   Tue Jan 21 15:52:11 2003 +0000
| | | 
| | |     Initial equation and initial algorithm translation added. inst_equation, inst_algoritm, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit a60bf15d6916d51f872ca0da7fb5eac179943994
| | | Author: Levon Saldamli 
| | | Date:   Tue Jan 21 15:34:50 2003 +0000
| | | 
| | |     Translation of INITIALEQUATIONS and INITIALALGORITMS from Absyn to SCode added. Replaceable flag added to SCode.COMPONENT.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit d97f032dae65ad38f50f1fda7c97630cf9b330b3
| | | Author: Levon Saldamli 
| | | Date:   Tue Jan 21 15:27:52 2003 +0000
| | | 
| | |     DAE elements for initial equation and initial algorithm added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit ef1f84140ea312bb7e781ad765d0230c90874734
| | | Author: Levon Saldamli 
| | | Date:   Tue Jan 21 15:18:19 2003 +0000
| | | 
| | |     Adapted due to additions of initial equations and algorithms in SCode.PARTS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit f1ab9dafc1ff5153080cc76de967cef7b18cc967
| | | Author: Peter Aronsson 
| | | Date:   Sun Jan 19 09:52:01 2003 +0000
| | | 
| | |     lookup according to Modelica 2.0 (impl in vardnas workshop)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/interactive.rml
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/system.rml
| | | M	modeq/types.rml
| | | 
| | * commit 3a3a62e7cf954cc19d5d8511a3e2ae0c22e20400
| | | Author: Vadim Engelson 
| | | Date:   Thu Jan 16 12:44:45 2003 +0000
| | | 
| | |     Encapsulated messages added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/builtin_safe.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit c25c04146c2700febbe010ac1e67adcdfc97cca4
| | | Author: Peter Aronsson 
| | | Date:   Thu Jan 16 06:26:55 2003 +0000
| | | 
| | |     Fixed bug in InteractiveStmt, changed due to updated Absyn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/expression_parser.g
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit fdd90b705974e159cbea8bee41c0e172d757aef1
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 14 15:59:58 2003 +0000
| | | 
| | |     Fixed bug wiht tail
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 19923d815d6cb2912acc77a32e4fa9eb8c9b9e0d
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 14 15:27:54 2003 +0000
| | | 
| | |     Fixed bug with setting of variable and having whitespace.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit f7a19d3a382be33d254877ff149985448158a20f
| | | Author: Peter Aronsson 
| | | Date:   Tue Jan 14 12:38:41 2003 +0000
| | | 
| | |     Removed unused files, fixed prevent lookup of protected elts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | D	modeq/class.rml
| | | M	modeq/inst.rml
| | | D	modeq/lform.rml
| | | M	modeq/lookup.rml
| | | D	modeq/modelica.rml
| | | 
| | * commit 49e5db5d665e8bc470c2abe163afbb28c5314bae
| | | Author: Peter Aronsson 
| | | Date:   Fri Dec 20 12:10:21 2002 +0000
| | | 
| | |     Fixed bug in Polygon annotation, arrows in line. Added methods existModel and existClass
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 32dd2a1031b81b5b65485a5827d310dd3556914e
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 19 16:30:52 2002 +0000
| | | 
| | |     Fixed bug with subscripting of matrices in modification equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/util.rml
| | | 
| | * commit 94647c90af588f7c4ab6d9d82390855817db0ac1
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 19 13:18:28 2002 +0000
| | | 
| | |     added existClass, changed getModels and getPackages to getClassNames.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 98da3fbbc4f2d888b023f337c3f7598543fc35bf
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 17 15:36:16 2002 +0000
| | | 
| | |     added isPrimitive and other isXXX functions. Added getInheritanceCount, getNthInheritedClass
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | M	modeq/util.rml
| | | 
| | * commit 9338f7013f666b14163b92150ddeeefd8ff5709b
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 17 13:02:38 2002 +0000
| | | 
| | |     Fixed getNthComponentAnnotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 651568360b20fff60f8f74e3ddbee9bbb63a32eb
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 17 11:07:29 2002 +0000
| | | 
| | |     Fixed bug in function_arguments.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit 82319e84189364d6c3a78946a150e0dd4c7eeed3
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 17 11:06:19 2002 +0000
| | | 
| | |     Fixed bug in function_arguments when building ast
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/expression_parser.g
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/interactive.rml
| | | M	modeq/main.rml
| | | 
| | * commit de8343eb6cbea74d6475a5ad5425dfc271fa4e90
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 12 07:34:42 2002 +0000
| | | 
| | |     Upgraded to complete 2.0 in absyn (according to spec
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 622e28dbc5984d05374ed7ba7221e277bb5d6b50
| | | Author: Peter Aronsson 
| | | Date:   Thu Dec 12 07:33:54 2002 +0000
| | | 
| | |     Upgraded to complete 2.0 (according to spec
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modelica_parser/test/parser/test_parser.cpp
| | | 
| | * commit 65774260e57f71eab129b00a5b8e5aefeebb9bc3
| | | Author: Peter Aronsson 
| | | Date:   Tue Dec 3 15:16:41 2002 +0000
| | | 
| | |     Improved some dumping. Some enum bugs. Added correct builtin attributes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit 825d2034644e0fee254e88885cd9957c16410b77
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 13 13:47:56 2002 +0000
| | | 
| | |     Added R_EXT_FUNCTION as restriction. Propagated external function info down to dae.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/modutil.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit ea291cb3c879dc4803fa38f7735b69ce3df2d20a
| | | Author: Peter Aronsson 
| | | Date:   Wed Nov 6 10:08:07 2002 +0000
| | | 
| | |     Fixed bug in external functions (parsing and absyn)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | 
| | * commit 810cbb8568ef455b13bc061fe485668f0f25418e
| | | Author: Peter Aronsson 
| | | Date:   Tue Nov 5 11:48:53 2002 +0000
| | | 
| | |     Fixed bug in getIconAnnotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 6643cc10121c5a7bf4f275a4f9c78310e5f45570
| | | Author: Peter Aronsson 
| | | Date:   Mon Nov 4 13:37:24 2002 +0000
| | | 
| | |     Fixed type conversion of unknown dimensions, fixed correct annotation building from named arguments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 8ed036f4b0ee6655b6b75211842535e4c27a122f
| | | Author: Peter Aronsson 
| | | Date:   Wed Oct 30 08:29:35 2002 +0000
| | | 
| | |     Fixed minor things. typeOf function implemented
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/debug.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/values.rml
| | | 
| | * commit 9f8bb203361f29b6a852ec6f4638ceb1ce03ad6b
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 25 11:59:55 2002 +0000
| | | 
| | |     Fixed automatic code generation of functions. Fcn in packages does not work yet.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/main.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit d867fa19bf779270305899c5986a60c2bb33c1cc
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 22 15:02:39 2002 +0000
| | | 
| | |     Fixed InteractiveSymbolTable in elab_exp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit caba88da1a29ab156e627a249895d15b73a232a4
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 22 09:24:25 2002 +0000
| | | 
| | |     Broke circular dependency by moving stuff from Static to Types
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit d601503e728be84073e4216564b0cd25d8809774
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 21 09:24:16 2002 +0000
| | | 
| | |     Now compiling, added compiled functions to elab_exp and ceval.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit de76ebb86869498295a97d980f0958758d62e76a
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 21 07:59:45 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit d756fd89cac095aca7a686c0fe51f633b0ca8ecd
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 18 07:27:56 2002 +0000
| | | 
| | |     automatic code generation almost complete.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit b65f23d6c65658b45f2bf72dbe78ea85b507b672
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 17 11:07:26 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit 967e47689f7bba6825c1a728b44be0573f266a8c
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 17 07:02:32 2002 +0000
| | | 
| | |     cast of arrays, whitespace in parsing models, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit ccf28838c71490d359f0c519b7593d9e211ab605
| | | Author: Peter Aronsson 
| | | Date:   Wed Oct 16 06:29:45 2002 +0000
| | | 
| | |     Fixed instantiation of models inside packages. Fixed declare before use of functions (types in env).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/runtime/printimpl.c
| | | 
| | * commit eeff0e36540f6768fcf39a95395ca7812d070d45
| | | Author: x02danhe 
| | | Date:   Wed Oct 16 02:44:19 2002 +0000
| | | 
| | |     Fixed a bug causing the makefile generation to fail if more than one path was returned when executing the find command.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure.in
| | | 
| | * commit 7ed77a8efbe5b7a7fba68131c77b0f3bc87f6be7
| | | Author: x02danhe 
| | | Date:   Wed Oct 16 02:25:28 2002 +0000
| | | 
| | |     Fixed a bug causing the makefile generation to fail if more than one path was returned when executing the find command.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | 
| | * commit f770acd652a4481b101020608c78329f45942202
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 14 11:43:53 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 339947c2f695b15d5083884ed58c42e8dd6d4a6b
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 14 07:24:33 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/runtime/socketimpl.c
| | | M	modeq/staticexp.rml
| | | 
| | * commit 18eb569ebe502763c0e1dc566db8c4327a160931
| | | Author: Peter Aronsson 
| | | Date:   Mon Oct 7 07:04:59 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 22ea4a3e6cd1c1deb9a7765f4bb24251ebd72693
| | | Author: Peter Aronsson 
| | | Date:   Fri Oct 4 08:55:08 2002 +0000
| | | 
| | |     Added external functions to Absyn. Added type convert of vector constructors (RANGE)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit e252e7d4b1709a20eaea716f5fc339a646d11076
| | | Author: Peter Aronsson 
| | | Date:   Thu Oct 3 11:41:29 2002 +0000
| | | 
| | |     Code generation of functions now working inside interactive env
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/runtime/Makefile.in
| | | M	modeq/runtime/systemimpl.c
| | | M	modeq/values.rml
| | | 
| | * commit 9d82f576bcd04192dfc2dd54df5a405b51aed3f9
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 1 09:09:50 2002 +0000
| | | 
| | |     Removed includes of .c files.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | 
| | * commit 1bfe9511bef89f22d13803926b1ce929c63caae9
| | | Author: Peter Aronsson 
| | | Date:   Tue Oct 1 07:04:19 2002 +0000
| | | 
| | |     Almost finished codegen in interactive.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn.rml
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/builtin_safe.rml
| | | M	modeq/classinf.rml
| | | M	modeq/codegen.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lform.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/modutil.rml
| | | M	modeq/prefix.rml
| | | A	modeq/print.rml
| | | M	modeq/runtime/Makefile.in
| | | A	modeq/runtime/printimpl.c
| | | M	modeq/runtime/socketimpl.c
| | | A	modeq/runtime/systemimpl.c
| | | M	modeq/staticexp.rml
| | | A	modeq/system.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit eb42f9f602bf34d37d6157d293c30223b4d9cdcd
| | | Author: Peter Aronsson 
| | | Date:   Fri Sep 20 10:16:03 2002 +0000
| | | 
| | |     newModel -> createModel
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 36b1b97789510a6e61645f3bab88c5288a773664
| | | Author: Peter Aronsson 
| | | Date:   Fri Sep 20 07:23:09 2002 +0000
| | | 
| | |     Added program to build initial env for expression evaluation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/values.rml
| | | 
| | * commit 5e97e03a233f5a2a2fda400a31bb5146df95c14e
| | | Author: Peter Aronsson 
| | | Date:   Thu Sep 19 09:11:44 2002 +0000
| | | 
| | |     Added evaluation of expressions and storing of variables in interactive through ceval
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/exp.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/values.rml
| | | 
| | * commit c2aa7003dcfe41faadb439c9c03ae7c6002a8fe4
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 17 08:55:40 2002 +0000
| | | 
| | |     Added expression evaluation through staticexp
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 09d519a180461556e55ace96694d09b76ccf4381
| | | Author: Peter Aronsson 
| | | Date:   Thu Sep 12 14:14:08 2002 +0000
| | | 
| | |     added encapsulated to Absyn and SCode.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/builtin.rml
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/env.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lform.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 3d5b15cc2cc4f1bec90a2d7ca904630be00d7c53
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 11 12:17:56 2002 +0000
| | | 
| | |     Added import statements to instantiation/lookup.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/env.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 4d2f8482d4af26e7dad54284d55b029fdc50f590
| | | Author: Peter Aronsson 
| | | Date:   Fri Sep 6 11:28:38 2002 +0000
| | | 
| | |     added getPackages and getModels
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit d2824767462025ffdc7a9c5645336fcfd7eb70d0
| | | Author: Peter Aronsson 
| | | Date:   Wed Sep 4 12:31:45 2002 +0000
| | | 
| | |     getDiagramAnnotation now working.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 038ba085b8b5da47a1dab3847a7e7e7be0754e43
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 3 14:47:41 2002 +0000
| | | 
| | |     Fixed getIconAnnotation, incl elab_graphics_exp, MATRIX type conversions, etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 1c68f70e206c1e75701e449a2ce8b78b5845fb33
| | | Author: Peter Aronsson 
| | | Date:   Tue Sep 3 06:57:56 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit c53bdd98c2e8377bab3fb983a1ec922fefd0872c
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 29 14:29:28 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 711c09b20045337841667ec4cd0aa74d0298db91
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 28 10:57:00 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 0a14853d6bec98bdffec2b2d90108b01c97ccacc
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 28 07:37:25 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit c0bf6c2a7f27bcad1ce90ed520043ae84b764f4a
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 22 14:36:53 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/util.rml
| | | 
| | * commit 682ef7786a9b89e48cb95694d1c7e9e0ecce4420
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 21 06:52:00 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 96ea66b7d34c70bc8798cb64beef19b1893a87d0
| | | Author: Peter Aronsson 
| | | Date:   Mon Aug 19 09:39:57 2002 +0000
| | | 
| | |     Fixed bug in lookup_class
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 5c07884c4a730e95ba3664ac4c61ade800ac09f4
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 16 13:44:08 2002 +0000
| | | 
| | |     Fixed bug in inst_element_list (declare before use) of array dimensions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit e55efa32d37bfb45c0e5e66e6670df5e8a459e00
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 15 14:24:23 2002 +0000
| | | 
| | |     Fixed bug in instantiation of variables (decl before use)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 6d767ea253569016d5ec5beb3adf9eb4220a107c
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 14 12:00:37 2002 +0000
| | | 
| | |     Fixed bug with value propagation into parameter values
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit d1c6b4a1faf48914250df20acf9fea37f88d3ebc
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 14 07:23:58 2002 +0000
| | | 
| | |     Fixed variable bindings when declared before use.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit c992eaec04ecb3cbb6ad9c60e8108fea1be4b098
| | | Author: Peter Aronsson 
| | | Date:   Wed Aug 14 06:12:51 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | 
| | * commit f06c4b23551b3efd7b889cc329e43d9077f7f210
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 8 14:02:58 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 73ec9c9d3a6ae97e9df48e29966e0226dabc1f67
| | | Author: Peter Aronsson 
| | | Date:   Tue Aug 6 08:43:30 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 02204da2cc7230dd7039197729d43d10a9ecf11b
| | | Author: Peter Aronsson 
| | | Date:   Fri Aug 2 11:50:47 2002 +0000
| | | 
| | |     working on lookup & declare before use
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@826 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit c1ffb8e35440650c085f9c534328bf339d438d18
| | | Author: Peter Aronsson 
| | | Date:   Thu Aug 1 12:32:52 2002 +0000
| | | 
| | |     getIconAnnotation now works.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit f6a2954b17891ab7b65b181f3a0e6105f02d4a3d
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 30 14:08:41 2002 +0000
| | | 
| | |     Fixed bug in record constructor, now handles dimensions correct. Also moved som instantiation work from lookup to inst.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit a813d70f4139bcc11c1b8b852d1b51ab55086ecd
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 30 07:25:52 2002 +0000
| | | 
| | |     fixed bug with ordering of arguments to functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 88f1676b0232ca7949d519a04562533f893be9ad
| | | Author: Peter Aronsson 
| | | Date:   Mon Jul 29 13:44:25 2002 +0000
| | | 
| | |     Fixed positional and named arguments to functions in staticexp.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 86d48910991a637347cece1473c28e118a28a5fd
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 25 11:10:53 2002 +0000
| | | 
| | |     moving to laptop.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 9397f501b3412ca4c2508cc5440fb9882f76cd3e
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 25 09:05:24 2002 +0000
| | | 
| | |     fixed bug in component annotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/walker.g
| | | 
| | * commit adb9135481d0882a770289d02ff5eb3b9500acf3
| | | Author: Peter Aronsson 
| | | Date:   Thu Jul 25 07:40:56 2002 +0000
| | | 
| | |     Fixed function calls with no arguments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit f64dafad188f92146f8b5fde230e6bb2ad30f697
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 24 11:22:24 2002 +0000
| | | 
| | |     implemented list of symboltable.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 2cd3808336e4995435b7612a87d0430b6a35b80e
| | | Author: Peter Aronsson 
| | | Date:   Wed Jul 24 08:39:50 2002 +0000
| | | 
| | |     added implicit lookup of record constructor functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | M	modeq/lookup.rml
| | | 
| | * commit 5b7f6ff4b78b7605a60a064bf837ce691e91847f
| | | Author: Peter Aronsson 
| | | Date:   Tue Jul 23 06:23:06 2002 +0000
| | | 
| | |     added getIconAnnotation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit e33aa74f52d102475e9e0494c5cef4034ac10166
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 18 08:51:12 2002 +0000
| | | 
| | |     Added flat records for Graphical primitives.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 568c6e5adb752d9a85f60587932001e26f2d49f0
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 13 06:23:56 2002 +0000
| | | 
| | |     Added getNthConnector and getConnectorCount.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | M	modeq/lookup.rml
| | | 
| | * commit e73a33b6e87614dd9ae13c7b08709abbe45a6917
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 6 14:27:20 2002 +0000
| | | 
| | |     getNthConnectionAnnotation almost work
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit cea4c4382927b5f08d5d3086385a2ab7f19eadc0
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 6 12:35:47 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 1a3e17f75e08bd705e7184bec2d0757d9f58ab48
| | | Author: Peter Aronsson 
| | | Date:   Thu Jun 6 09:10:00 2002 +0000
| | | 
| | |     Added lookup rules for enumeration and completed other parts of enumeration
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 5d4e11013dbc98882cdf92d3cea0081faede8829
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 4 11:44:32 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 71b7d33286b4cb92a2051d12fd7dcf481922ca9b
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 4 10:24:44 2002 +0000
| | | 
| | |     Fixed lookup of local classes, incl. packages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit 5a759a0ff33f91de419d86ff19d5f64dd0becd7e
| | | Author: Peter Aronsson 
| | | Date:   Tue Jun 4 06:19:16 2002 +0000
| | | 
| | |     Temporary fix of lookup bug, Enumerations partly working
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/types.rml
| | | 
| | * commit 8064d931e8ed98fd3698ef345706f75ab90f5cd5
| | | Author: Peter Aronsson 
| | | Date:   Thu May 30 14:38:42 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 159fe65d76e0241765c14406f40315e206525247
| | | Author: Peter Aronsson 
| | | Date:   Thu May 30 14:20:06 2002 +0000
| | | 
| | |     Added enumerations to parser and Absyn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | 
| | * commit c84690a92bb208f1aa522103b34714354b303623
| | | Author: Peter Aronsson 
| | | Date:   Thu May 30 10:33:57 2002 +0000
| | | 
| | |     Added enumeration type.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit a8094ce384dc4618858c22c7f58717b480fd7b28
| | | Author: Peter Aronsson 
| | | Date:   Thu May 30 08:52:35 2002 +0000
| | | 
| | |     Added connection annotations to parser and absyn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/explode.rml
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 2a9b9bfb64a60467cf040bda7b7956d4fc56ee96
| | | Author: Peter Aronsson 
| | | Date:   Wed May 29 14:03:39 2002 +0000
| | | 
| | |     getNthConnection completed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit f6257aaa43f6a54c2b3053b8ba2be23b9df1b3e4
| | | Author: Peter Aronsson 
| | | Date:   Wed May 29 12:16:09 2002 +0000
| | | 
| | |     getConnectionCount completed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | 
| | * commit 24facd4926925c2a08f5a84be1801306d1d4348d
| | | Author: Peter Aronsson 
| | | Date:   Wed May 29 11:02:07 2002 +0000
| | | 
| | |     getNthComponentAnnotation completed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit 5230e1f941e1de508aa6568a2470beaf9d8590c5
| | | Author: Peter Aronsson 
| | | Date:   Wed May 29 07:22:45 2002 +0000
| | | 
| | |     Fixed bug that removed equations from components, in relation fix_direction.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | 
| | * commit 433b79c0fbbe6cfea63dc4863def9e4561f9355c
| | | Author: Peter Aronsson 
| | | Date:   Fri May 24 14:00:03 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit eef8ffdd545cbf97590847c8e000351d86fb8ce5
| | | Author: Peter Aronsson 
| | | Date:   Thu May 23 06:37:22 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit f74ebb222acba24403a181d394ac414bb7a569b5
| | | Author: Peter Aronsson 
| | | Date:   Tue May 21 11:25:12 2002 +0000
| | | 
| | |     allmost added getNthComponentAnnotation, migrating to laptop
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dae.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/interactive_api.txt
| | | M	modeq/main.rml
| | | 
| | * commit 09d8e0c6d43f71aa8b2f870562879b8de69e14f6
| | | Author: Peter Aronsson 
| | | Date:   Thu May 16 09:54:09 2002 +0000
| | | 
| | |     Added text file explaining interactive api
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@793 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/interactive_api.txt
| | | 
| | * commit a7e49cce336d095dd83dc9ecae6360e510c28e69
| | | Author: Peter Aronsson 
| | | Date:   Thu May 16 07:43:00 2002 +0000
| | | 
| | |     Changed api functions, strings -> componentrefs
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 2e549ee4c41dbc782ae32279e51c252e94aa9ff5
| | | Author: Peter Aronsson 
| | | Date:   Thu May 16 07:06:33 2002 +0000
| | | 
| | |     Added translateClass function, and dumping of DAE to string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit dfeb6223e3d6d138bec2acd48a0f2c1a1aa09579
| | | Author: Peter Aronsson 
| | | Date:   Tue May 14 10:32:33 2002 +0000
| | | 
| | |     Added addComponent function.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dump.rml
| | | M	modeq/interactive.rml
| | | 
| | * commit cf464708849f95b196e1b8fefa4ac75991c853d2
| | | Author: Peter Aronsson 
| | | Date:   Wed May 8 07:43:23 2002 +0000
| | | 
| | |     Added named arguments to functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit cf725c768f9337bb22dd8669b02e245775a3f3c1
| | | Author: Peter Aronsson 
| | | Date:   Wed May 8 07:22:51 2002 +0000
| | | 
| | |     Added named arguments in functions to parser and absyn
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/interactive.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit ce2aa29e9b2876459023479ad848a3932cf59493
| | | Author: Peter Aronsson 
| | | Date:   Thu May 2 14:58:22 2002 +0000
| | | 
| | |     Added newModel(foo) and newModel(bar,scope) to interactive env
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/interactive.rml
| | | 
| | * commit 4cc3f1ba26b9978060151c0b93967cdb58dd4348
| | | Author: Peter Aronsson 
| | | Date:   Thu May 2 11:37:54 2002 +0000
| | | 
| | |     Added graphical annotations to absyn.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/explode.rml
| | | M	modeq/interactive.rml
| | | M	modeq/main.rml
| | | 
| | * commit 05b454ae28afb5dc9cb9535ce2877613f9616290
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 25 11:05:44 2002 +0000
| | | 
| | |     Fixed bugs in within.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit f8ee5ada6c7f10c98093b7c1a4226c74b7c8eb1b
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 25 07:24:51 2002 +0000
| | | 
| | |     Within now works, i.e. local classes can interactively be inserted
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/main.rml
| | | M	modeq/util.rml
| | | 
| | * commit ee9a893b55099a80c3f2037029d0c841b3140c06
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 23 10:57:14 2002 +0000
| | | 
| | |     Added within to Absyn.Program
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/explode.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/modelica.rml
| | | 
| | * commit 3136a93a57b6cbe5f9f2252f5fe0fa3a5717aa01
| | | Author: Peter Aronsson 
| | | Date:   Mon Apr 22 06:32:22 2002 +0000
| | | 
| | |     Added incremental adding of top level classes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@781 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/Makefile.in
| | | M	modeq/main.rml
| | | 
| | * commit 4f69e1c2c5ef497ec748cded4824bfff0a3103e7
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 19 11:35:43 2002 +0000
| | | 
| | |     added interactive symboltable
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn_builder/Makefile.in
| | | M	modeq/dae.rml
| | | A	modeq/interactive.rml
| | | M	modeq/main.rml
| | | 
| | * commit 0a493a26f6f5cb366b83f0cc9353ab7f4b915a54
| | | Author: Peter Aronsson 
| | | Date:   Fri Apr 19 06:10:35 2002 +0000
| | | 
| | |     Added expression parser in the interactive environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/absyn_builder/expression_parser.g
| | | 
| | * commit 617af49b39611db5e4773a70f66e4a359e9a1812
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 18 14:47:04 2002 +0000
| | | 
| | |     Added expression parser in the interactive environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@778 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/main.rml
| | | M	modeq/parse.rml
| | | M	modeq/runtime/socketimpl.c
| | | M	modeq/socket.rml
| | | 
| | * commit b02f830278abf3bc26316dadb9ba12b7789f05a2
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 18 06:23:56 2002 +0000
| | | 
| | |     Small bug in revision info
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/socket.rml
| | | 
| | * commit 36f5a417ee591ff5bcd1646fc5f74fc026f05c1c
| | | Author: Peter Aronsson 
| | | Date:   Thu Apr 18 06:19:42 2002 +0000
| | | 
| | |     Added socket communication for an interactive mode compiler. Start modeq with +d=interactive,dump,interactivedump and then telnet to port 29500 to send models to the server. So far the models are not saved anywhere, they are only output if dump flag is set.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile.in
| | | M	modeq/absyn_builder/parse.cpp
| | | M	modeq/codegen.rml
| | | M	modeq/debug.rml
| | | M	modeq/main.rml
| | | M	modeq/parse.rml
| | | M	modeq/runtime/Makefile.in
| | | A	modeq/runtime/socketimpl.c
| | | A	modeq/socket.rml
| | | 
| | * commit ea5743e79f0a25d855946aaafbb9fa639062436d
| | | Author: Peter Aronsson 
| | | Date:   Tue Apr 16 08:54:27 2002 +0000
| | | 
| | |     Added inner/outer to absyn
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/explode.rml
| | | 
| | * commit 66f9f7e0ee72986c3205ec00511c2c1c8db3bfc7
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 15:36:53 2002 +0000
| | | 
| | |     added extra check of rmlc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 62256199a63eb2e4626000997d617872eab69d9d
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 10:03:52 2002 +0000
| | | 
| | |     changed /dev/null to empty tempfile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit f6b82f6dc035ce804bc3d0c5e5312107ccf2e22d
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 09:52:05 2002 +0000
| | | 
| | |     Added antlr.Tool check in CP
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@767 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit f3f5360f45ee5a53586f9932938361ead8909c62
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 08:44:43 2002 +0000
| | | 
| | |     Fixed bug in rmlc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit f4da1a45a878bd8f88e8bc9bce266a079fba3260
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 07:24:50 2002 +0000
| | | 
| | |     removed c_runtime/Makefile from being generated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@765 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 1df03d22533c6ba1660ace8376616b0310775660
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 07:21:27 2002 +0000
| | | 
| | |     bash script bug
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@764 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit 09032324cfa7e021cde9858d20344aa637554f73
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 07:18:37 2002 +0000
| | | 
| | |     same bug again!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit fab3dd99050c3494bf22e5ac4ebc926a6cfd7eeb
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 07:15:32 2002 +0000
| | | 
| | |     bug in libreadline.a
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	configure
| | | M	configure.in
| | | 
| | * commit a242b2a54b34f23e927a83e7abdfdff82a6155a3
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 06:59:51 2002 +0000
| | | 
| | |     added Makefile.in, removed Makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R088	modelica_parser/examples/walker/Makefile	modelica_parser/examples/walker/Makefile.in
| | | R089	modelica_parser/src/Makefile	modelica_parser/src/Makefile.in
| | | R084	modelica_parser/test/lexer/Makefile	modelica_parser/test/lexer/Makefile.in
| | | R084	modelica_parser/test/parser/Makefile	modelica_parser/test/parser/Makefile.in
| | | R093	modeq/Makefile	modeq/Makefile.in
| | | R084	modeq/absyn_builder/Makefile	modeq/absyn_builder/Makefile.in
| | | R096	modeq/ast/Makefile	modeq/ast/Makefile.in
| | | R073	modeq/runtime/Makefile	modeq/runtime/Makefile.in
| | | R100	modeq/test_codegen/Makefile	modeq/test_codegen/Makefile.in
| | | 
| | * commit 3e22cfb72a4fa8e2857b805f286877910306aafb
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 06:53:02 2002 +0000
| | | 
| | |     Added Makefile.in, removed Makefile
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | R089	modelica_parser/examples/class2dot/Makefile	modelica_parser/examples/class2dot/Makefile.in
| | | 
| | * commit 97b98ad558dce2a4e5a13c74b0468d7384f04c08
| | | Author: Peter Aronsson 
| | | Date:   Thu Mar 14 06:50:55 2002 +0000
| | | 
| | |     Added configure scripts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@759 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	Makefile.in
| | | A	configure
| | | A	configure.in
| | | 
| | * commit e5d6ca76e35f12c7b18ab5daccef7de1dec4c023
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 5 11:38:52 2002 +0000
| | | 
| | |     Added extra functions for array_addr_element with dimension 1 and 2
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | 
| | * commit 67bc0009ba4b84c0f677339d559efd1ea03d9fc7
| | | Author: Peter Aronsson 
| | | Date:   Tue Mar 5 10:16:06 2002 +0000
| | | 
| | |     Fixed so modelica.h includes the c files, such that function inlining can occur
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica.h
| | | 
| | * commit 22156b7d1a601205d27f61d360e0f74fe7a20b39
| | | Author: henjo 
| | | Date:   Fri Mar 1 08:25:04 2002 +0000
| | | 
| | |     simplex handles different sized array
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/test_codegen/misc_simplex1.mo
| | | 
| | * commit 8d3c7056c11aa7118dbb042b1f16183219026c19
| | | Author: henjo 
| | | Date:   Fri Feb 15 14:49:10 2002 +0000
| | | 
| | |     Added more copyright notices
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | M	modeq/absyn.rml
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/builtin_safe.rml
| | | M	modeq/class.rml
| | | M	modeq/classinf.rml
| | | M	modeq/codegen.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/debug.rml
| | | M	modeq/dump.rml
| | | M	modeq/dumpgraphviz.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/modelica.rml
| | | M	modeq/modutil.rml
| | | M	modeq/parse.rml
| | | M	modeq/prefix.rml
| | | M	modeq/rtopts.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | M	modeq/values.rml
| | | 
| | * commit d4140ab64dd975f5e61d1af7a0e2d53bcad180da
| | | Author: henjo 
| | | Date:   Fri Feb 15 11:04:46 2002 +0000
| | | 
| | |     Added copyright notice
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/boolean_array.c
| | | M	c_runtime/boolean_array.h
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/integer_array.c
| | | M	c_runtime/integer_array.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | M	c_runtime/string_array.c
| | | M	c_runtime/string_array.h
| | | M	c_runtime/utility.c
| | | M	c_runtime/utility.h
| | | 
| | * commit 122acbc62921cd20fad149693e121ab7bee1b282
| | | Author: henjo 
| | | Date:   Fri Feb 15 10:42:04 2002 +0000
| | | 
| | |     Added README file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	README
| | | 
| | * commit 1ec2a45dd08d2163594bcdeaf97549dd16342003
| | | Author: henjo 
| | | Date:   Fri Feb 15 10:41:47 2002 +0000
| | | 
| | |     Added license file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/LICENSE
| | | A	modelica_parser/LICENSE
| | | A	modeq/LICENSE
| | | 
| | * commit 41babbe28a1d00f5107bafbfe5fae7ded8021328
| | | Author: henjo 
| | | Date:   Thu Feb 14 13:54:04 2002 +0000
| | | 
| | |     last minute changes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	what_does_not_work.txt
| | | 
| | * commit 0bdf41fb95b7d3ea67d5372f58e992d1581896ba
| | | Author: henjo 
| | | Date:   Thu Feb 14 12:19:16 2002 +0000
| | | 
| | |     Added more functionality
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | M	modeq/test_codegen/misc_bubblesort.mo
| | | A	what_does_not_work.txt
| | | 
| | * commit 41244189bde377964f5ffaed2a17a281fb35b8b2
| | | Author: henjo 
| | | Date:   Tue Feb 12 16:40:40 2002 +0000
| | | 
| | |     Fixed checking of reading input paramters
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | 
| | * commit bb630b3db3efc09778186a108f6a63a04a918096
| | | Author: henjo 
| | | Date:   Tue Feb 12 16:20:59 2002 +0000
| | | 
| | |     Fixed error in simplex
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/test_codegen/expression_index1.mo
| | | M	modeq/test_codegen/misc_simplex1.mo
| | | M	modeq/test_codegen/misc_simplex2.mo
| | | M	modeq/test_codegen/simplex_in.txt
| | | 
| | * commit f82100c9494b764b02bfe301d0a4b9e3c4db72ff
| | | Author: henjo 
| | | Date:   Tue Feb 12 16:20:08 2002 +0000
| | | 
| | |     Fixed indexing operations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/read_write.c
| | | M	c_runtime/real_array.c
| | | 
| | * commit 328bb146a223e9a7929338c6fd8f2f795533d0e0
| | | Author: henjo 
| | | Date:   Mon Feb 11 15:59:22 2002 +0000
| | | 
| | |     Fixed some things
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/index_spec.c
| | | M	c_runtime/index_spec.h
| | | M	c_runtime/memory_pool.c
| | | M	c_runtime/memory_pool.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit c39a2a83561f97bdc08e6e88bf1c4fec4c4c5833
| | | Author: henjo 
| | | Date:   Mon Feb 11 15:59:02 2002 +0000
| | | 
| | |     Added testscript
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/test_codegen/Makefile
| | | M	modeq/test_codegen/Makefile.single
| | | A	modeq/test_codegen/input_variable_size_array.mo
| | | M	modeq/test_codegen/misc_simplex2.mo
| | | A	modeq/test_codegen/rtest.sh
| | | 
| | * commit af48c1c3f6d53e631c1879a368028e8203d9eb5f
| | | Author: henjo 
| | | Date:   Mon Feb 11 10:06:36 2002 +0000
| | | 
| | |     Introduced type information to input file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 0861c21787aadfc157d8b3ae7507c7fb14dcef72
| | | Author: henjo 
| | | Date:   Mon Feb 11 10:06:07 2002 +0000
| | | 
| | |     Can now generate code for functions with variable sized arrays
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/modutil.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/test_codegen/Makefile
| | | M	modeq/test_codegen/return_multiple_record.mo
| | | M	modeq/test_codegen/return_multiple_record_array.mo
| | | M	modeq/test_codegen/return_multiple_scalar.mo
| | | M	modeq/test_codegen/return_multiple_scalar_array.mo
| | | M	modeq/test_codegen/return_record.mo
| | | M	modeq/test_codegen/return_record_array.mo
| | | M	modeq/test_codegen/return_scalar.mo
| | | M	modeq/test_codegen/return_scalar_array.mo
| | | 
| | * commit 8b03153bd2e33bc4f04705e942fe62c803ec487f
| | | Author: henjo 
| | | Date:   Tue Feb 5 17:05:14 2002 +0000
| | | 
| | |     Moved compiled files to other dirs added .cvsignore file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/test_codegen/Makefile.single
| | | 
| | * commit 51b24d318b516b67318c7660ccd232671f6eedb6
| | | Author: henjo 
| | | Date:   Tue Feb 5 16:47:08 2002 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_lexer.g
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit b26f324ff6ebae084a516e3280e035db7579ebf8
| | | Author: henjo 
| | | Date:   Tue Feb 5 16:46:21 2002 +0000
| | | 
| | |     Added integer read write routines
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_write.c
| | | M	c_runtime/read_write.h
| | | 
| | * commit 8933b4d89d324b8e2f80484436fcb7006208ec05
| | | Author: henjo 
| | | Date:   Tue Feb 5 16:45:08 2002 +0000
| | | 
| | |     Fixed some operators
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/algorithm.rml
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/modutil.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/util.rml
| | | 
| | * commit 151b63c6825909ce5ae31eaac7f8de7f074032d3
| | | Author: henjo 
| | | Date:   Tue Feb 5 16:44:50 2002 +0000
| | | 
| | |     Added testcases
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/test_codegen/Makefile.single
| | | A	modeq/test_codegen/expression_range1.mo
| | | M	modeq/test_codegen/misc_bubblesort.mo
| | | A	modeq/test_codegen/misc_simplex1.mo
| | | A	modeq/test_codegen/misc_simplex2.mo
| | | A	modeq/test_codegen/simplex_in.txt
| | | 
| | * commit 39099f1441e972fc7682f666ce36de54754cd175
| | | Author: henjo 
| | | Date:   Tue Feb 5 08:55:36 2002 +0000
| | | 
| | |     Renamed file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/test_codegen/matrix_vector_product.mo
| | | 
| | * commit 61b045bec807aa9ed79da4e51a606903e89ee5c4
| | | Author: henjo 
| | | Date:   Tue Feb 5 08:54:25 2002 +0000
| | | 
| | |     Added more tests
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/test_codegen/Makefile.single
| | | A	modeq/test_codegen/algorithm_for1.mo
| | | A	modeq/test_codegen/algorithm_if1.mo
| | | A	modeq/test_codegen/algorithm_while1.mo
| | | A	modeq/test_codegen/expression_array_construct1.mo
| | | A	modeq/test_codegen/expression_array_construct2.mo
| | | A	modeq/test_codegen/expression_if1.mo
| | | A	modeq/test_codegen/expression_matrix_vector_product1.mo
| | | A	modeq/test_codegen/expression_range2.mo
| | | A	modeq/test_codegen/expression_unary_minus1.mo
| | | A	modeq/test_codegen/expression_unary_minus2.mo
| | | A	modeq/test_codegen/main.c
| | | A	modeq/test_codegen/misc_bubblesort.mo
| | | 
| | * commit 1bb7ecd4da07e15154cd88a6160d2004b009848b
| | | Author: henjo 
| | | Date:   Tue Feb 5 08:52:13 2002 +0000
| | | 
| | |     Removed .main.c files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/test_codegen/Makefile
| | | D	modeq/test_codegen/if_algorithm.main.c
| | | D	modeq/test_codegen/matrix_vector_product.main.c
| | | D	modeq/test_codegen/test.main.c
| | | M	modeq/test_codegen/test.mo
| | | 
| | * commit 2e81a782017e798b8f544f53a233a09932007cf8
| | | Author: henjo 
| | | Date:   Tue Feb 5 08:49:53 2002 +0000
| | | 
| | |     Added utlity functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | M	c_runtime/modelica.h
| | | A	c_runtime/utility.c
| | | A	c_runtime/utility.h
| | | 
| | * commit 537cee5f88a8cff51d90271806c3458bd8b93de9
| | | Author: ankar 
| | | Date:   Tue Feb 5 08:48:25 2002 +0000
| | | 
| | |     Changed calc_index_va to one-based indexing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | 
| | * commit bb21cbc0f9e158a5c848963dc537bcae285464c2
| | | Author: ankar 
| | | Date:   Fri Feb 1 10:01:26 2002 +0000
| | | 
| | |     promote_real_array and promote_real_scalar now allocates dimension vector.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | 
| | * commit e9febf7875e3e01f246ae82c9f8e7d326c5365df
| | | Author: ankar 
| | | Date:   Thu Jan 31 10:48:45 2002 +0000
| | | 
| | |     Added array_real_array, array_alloc_real_array.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@707 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit 61fd2d40cd183d2040bfb55b9e3520092b5c83e2
| | | Author: ankar 
| | | Date:   Wed Jan 30 12:50:35 2002 +0000
| | | 
| | |     Added simple_index_alloc_real_array1.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | M	c_runtime/real_array.h
| | | 
| | * commit b0dedd62d05bbe4fea72f2b73af2a26f9b60a9e0
| | | Author: henjo 
| | | Date:   Tue Jan 29 16:35:41 2002 +0000
| | | 
| | |     More codegeneration done
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@704 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/codegen.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | A	modeq/modutil.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/test_codegen/Makefile
| | | A	modeq/test_codegen/if_algorithm.main.c
| | | A	modeq/test_codegen/if_algorithm.mo
| | | A	modeq/test_codegen/if_expression.mo
| | | A	modeq/util.rml
| | | 
| | * commit 0dd73a01d121ef1975f167ff8300826e409cbed2
| | | Author: ankar 
| | | Date:   Tue Jan 29 15:14:23 2002 +0000
| | | 
| | |     Added calc_index functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | 
| | * commit 6fe1c19d82ecb7a8fec463c6282cd302d900517e
| | | Author: ankar 
| | | Date:   Tue Jan 29 14:17:02 2002 +0000
| | | 
| | |     Added range_alloc_real_array and range_real_array.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.h
| | | 
| | * commit 995e7a100030f77b378f1def02b116e24cb6feab
| | | Author: henjo 
| | | Date:   Mon Jan 28 13:28:18 2002 +0000
| | | 
| | |     added newline to write
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/read_write.c
| | | 
| | * commit c3edb41f1944baebea35ab935d8cffda2eb00ab6
| | | Author: ankar 
| | | Date:   Mon Jan 28 13:23:21 2002 +0000
| | | 
| | |     Added mul_alloc_real_matrix_product_smart.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | 
| | * commit e596b8872c17ba6790d34a30cfc64e3c7ba8263d
| | | Author: henjo 
| | | Date:   Mon Jan 28 13:19:04 2002 +0000
| | | 
| | |     Fixed order of declarations in coden of read fn
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/modelica.h
| | | M	c_runtime/read_write.h
| | | M	modeq/codegen.rml
| | | M	modeq/test_codegen/Makefile
| | | M	modeq/test_codegen/matrix_vector_product.main.c
| | | M	modeq/test_codegen/matrix_vector_product.mo
| | | 
| | * commit afb8b5892ea18f02a775789c04547cfa840efc98
| | | Author: henjo 
| | | Date:   Mon Jan 28 13:06:10 2002 +0000
| | | 
| | |     Now generates stub fn
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/codegen.rml
| | | M	modeq/dae.rml
| | | M	modeq/test_codegen/test.main.c
| | | 
| | * commit 1b300748005158fae051d88349d5a5be4d109d15
| | | Author: henjo 
| | | Date:   Mon Jan 28 10:44:05 2002 +0000
| | | 
| | |     added read_write fns
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/Makefile
| | | A	c_runtime/read_write.c
| | | A	c_runtime/read_write.h
| | | 
| | * commit 98985f9309441ee89967a77aff17c5668aacf546
| | | Author: ankar 
| | | Date:   Mon Jan 28 10:43:27 2002 +0000
| | | 
| | |     Added include to stdio.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.h
| | | 
| | * commit bf22380abf6adfa0276eade38b8ba7395c56fd4d
| | | Author: ankar 
| | | Date:   Mon Jan 28 10:37:51 2002 +0000
| | | 
| | |     Added prototype for real_array_nr_of_elements.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.h
| | | 
| | * commit 221facb96bfd121b2ec8b4b67c60bf4d81732a68
| | | Author: henjo 
| | | Date:   Fri Jan 25 10:31:42 2002 +0000
| | | 
| | |     Added makefile to build lib
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/Makefile
| | | 
| | * commit bdcc1206aebe1337e3c0afaad52bf1d74eba84a2
| | | Author: henjo 
| | | Date:   Fri Jan 25 10:31:16 2002 +0000
| | | 
| | |     Can generate c-code for array mults and assigns, added some testcases
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/codegen.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | A	modeq/test_codegen/Makefile
| | | A	modeq/test_codegen/matrix_vector_product.main.c
| | | A	modeq/test_codegen/matrix_vector_product.mo
| | | A	modeq/test_codegen/return_multiple_record.mo
| | | A	modeq/test_codegen/return_multiple_record_array.mo
| | | A	modeq/test_codegen/return_multiple_scalar.mo
| | | A	modeq/test_codegen/return_multiple_scalar_array.mo
| | | A	modeq/test_codegen/return_record.mo
| | | A	modeq/test_codegen/return_record_array.mo
| | | A	modeq/test_codegen/return_scalar.mo
| | | A	modeq/test_codegen/return_scalar_array.mo
| | | A	modeq/test_codegen/test.main.c
| | | A	modeq/test_codegen/test.mo
| | | M	modeq/types.rml
| | | 
| | * commit f05ffa67f0fb7cfa6e5c320b4185536689f65e86
| | | Author: ankar 
| | | Date:   Fri Jan 25 09:42:16 2002 +0000
| | | 
| | |     Fixed some compiler errors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	c_runtime/real_array.c
| | | 
| | * commit 7d40084c00ed783b3410ec48adb4881c350bf3d3
| | | Author: ankar 
| | | Date:   Fri Jan 25 09:41:51 2002 +0000
| | | 
| | |     Added main header.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/modelica.h
| | | 
| | * commit d4c75183022749b26bdbd7214b79fee00b53e56b
| | | Author: ankar 
| | | Date:   Fri Jan 25 08:59:32 2002 +0000
| | | 
| | |     First revision of OpenModelica runtime. Just array implementation so far.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	c_runtime/boolean_array.c
| | | A	c_runtime/boolean_array.h
| | | A	c_runtime/index_spec.c
| | | A	c_runtime/index_spec.h
| | | A	c_runtime/integer_array.c
| | | A	c_runtime/integer_array.h
| | | A	c_runtime/memory_pool.c
| | | A	c_runtime/memory_pool.h
| | | A	c_runtime/real_array.c
| | | A	c_runtime/real_array.h
| | | A	c_runtime/string_array.c
| | | A	c_runtime/string_array.h
| | | 
| | * commit c65c928825d06cd8f2bbf7d885c8bec01e26052b
| | | Author: henjo 
| | | Date:   Wed Dec 19 10:27:24 2001 +0000
| | | 
| | |     Added new operators to handle matrix and vector operations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn_builder/walker.g
| | | M	modeq/codegen.rml
| | | M	modeq/exp.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit bde0bcfe970d3f6f413ccb1bf8766d9a704ba72c
| | | Author: henjo 
| | | Date:   Wed Dec 5 15:33:33 2001 +0000
| | | 
| | |     Fixed problem with empty argument list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit e976d9e912173c271094b1f1280d8f202d2352db
| | | Author: henjo 
| | | Date:   Wed Dec 5 09:06:31 2001 +0000
| | | 
| | |     Fixed indentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@668 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit f1a259b7fab050d433251aebb5606b413dc07924
| | | Author: henjo 
| | | Date:   Wed Dec 5 09:04:49 2001 +0000
| | | 
| | |     Changed parser to a 1.4 compliant antlr-based parser. made some updates to absyn to handle new 1.4 primitives. Fixed for-loop scooping in equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/absyn.rml
| | | A	modeq/absyn_builder/Makefile
| | | A	modeq/absyn_builder/parse.cpp
| | | A	modeq/absyn_builder/walker.g
| | | A	modeq/absyn_builder/yacclib.c
| | | A	modeq/absyn_builder/yacclib.h
| | | M	modeq/builtin.rml
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/runtime/rtopts.c
| | | 
| | * commit 0678dd1d4e671a90d8c49d5cbe6f44519ce49585
| | | Author: ankar 
| | | Date:   Thu Nov 29 16:56:19 2001 +0000
| | | 
| | |     Changed ModelicaTokenTypes to modelicaTokenTypes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@661 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/test/lexer/test_lexer.cpp
| | | 
| | * commit 42833cf915e80492ebad7bf1aad7b05bb7c4dbc4
| | | Author: ankar 
| | | Date:   Tue Nov 27 22:50:15 2001 +0000
| | | 
| | |     Moved rel_op to relation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modelica_parser/src/modelica_parser.g
| | | 
| | * commit e935a9d4437807cd9f982475f0f85f3ab34b1fd1
| | | Author: ankar 
| | | Date:   Fri Nov 23 12:38:50 2001 +0000
| | | 
| | |     Initial import of new modelica_parser.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modelica_parser/README
| | | A	modelica_parser/examples/class2dot/Makefile
| | | A	modelica_parser/examples/class2dot/class2dot.cpp
| | | A	modelica_parser/examples/class2dot/node_container.cpp
| | | A	modelica_parser/examples/class2dot/node_container.hpp
| | | A	modelica_parser/examples/class2dot/walker.g
| | | A	modelica_parser/examples/walker/Makefile
| | | A	modelica_parser/examples/walker/indentation.cpp
| | | A	modelica_parser/examples/walker/indentation.hpp
| | | A	modelica_parser/examples/walker/walker.cpp
| | | A	modelica_parser/examples/walker/walker.g
| | | A	modelica_parser/src/Makefile
| | | A	modelica_parser/src/Makefile.win
| | | A	modelica_parser/src/modelica_lexer.g
| | | A	modelica_parser/src/modelica_parser.g
| | | A	modelica_parser/src/parse_tree_dumper.cpp
| | | A	modelica_parser/src/parse_tree_dumper.hpp
| | | A	modelica_parser/src/token_names.cpp
| | | A	modelica_parser/src/token_names.hpp
| | | A	modelica_parser/templates/walker.g
| | | A	modelica_parser/test/lexer/Makefile
| | | A	modelica_parser/test/lexer/Makefile.win
| | | A	modelica_parser/test/lexer/runtest.bat
| | | A	modelica_parser/test/lexer/test_lexer.cpp
| | | A	modelica_parser/test/lexer/testfiles/testmlcomment1.in.txt
| | | A	modelica_parser/test/lexer/testone.bat
| | | A	modelica_parser/test/parser/Makefile
| | | A	modelica_parser/test/parser/Makefile.win
| | | A	modelica_parser/test/parser/test_parser.cpp
| | | A	modelica_parser/test/parser/testfiles/test1.in.mo
| | | A	modelica_parser/test/parser/testfiles/test2.in.mo
| | | A	modelica_parser/test/parser/testone.bat
| | | 
| | * commit 760e4872b7eecaef6c8190e0dba18c639572c80f
| | | Author: Levon Saldamli 
| | | Date:   Fri Nov 23 12:35:14 2001 +0000
| | | 
| | |     Debug dump of env at class instantiation and equation elaboration (envgraph and
| | |     expenvgraph)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 729a27ef89caa28bffd89ed2d0da5e4c975de8b3
| | | Author: Levon Saldamli 
| | | Date:   Fri Nov 23 12:32:58 2001 +0000
| | | 
| | |     print_env_graphviz: Generate a graph representation of the environment using
| | |     graphviz
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit dfd3d04fcc0ba7d7a01a548d5eec067d0fccd298
| | | Author: Levon Saldamli 
| | | Date:   Fri Nov 23 12:30:21 2001 +0000
| | | 
| | |     Graphviz generation help relation build_gr_strlist
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit beb43a21636c8d9b4a6e01e9bdf07efb521b718b
| | | Author: Levon Saldamli 
| | | Date:   Fri Nov 23 12:27:50 2001 +0000
| | | 
| | |     Environment dump flags
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/DEBUG.TXT
| | | 
| | * commit ce5198941441c1b1cf96e23dc7c4d1ef51a794f6
| | | Author: Levon Saldamli 
| | | Date:   Thu Nov 22 09:54:52 2001 +0000
| | | 
| | |     get_matching for general lists
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 0a879b440a8ff494d5362d939d0408cad40e2601
| | | Author: Levon Saldamli 
| | | Date:   Thu Nov 22 09:46:37 2001 +0000
| | | 
| | |     Changed first label of NODE so that it can contain spaces.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@620 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/graphviz.rml
| | | 
| | * commit 3435fc5d831d953480b996092a22c0f635a5c624
| | | Author: Levon Saldamli 
| | | Date:   Thu Nov 22 09:37:11 2001 +0000
| | | 
| | |     Minor fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/ast/attrib.c
| | | M	modeq/debug.rml
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 92c4012034d2edd9ec1b1654e72911a0af10c9cc
| | | Author: Levon Saldamli 
| | | Date:   Thu Nov 22 09:36:35 2001 +0000
| | | 
| | |     Graphviz module.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@618 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/graphviz.rml
| | | 
| | * commit f0bace95e854164208706fa3d1970896a2f6bd49
| | | Author: Levon Saldamli 
| | | Date:   Thu Nov 22 09:36:23 2001 +0000
| | | 
| | |     Dump the AST in graphviz format, so that it can be visualized (using dot or
| | |     dotty from graphviz package)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/dumpgraphviz.rml
| | | 
| | * commit f18d9364a2deb731af5cef053e7bcfd0ebb43322
| | | Author: Levon Saldamli 
| | | Date:   Thu Nov 22 09:35:19 2001 +0000
| | | 
| | |     Code generation. Mainly functions at the moment.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/codegen.rml
| | | 
| | * commit 123d896bfb1eda5c9c308b2e795645705ed37466
| | | Author: Levon Saldamli 
| | | Date:   Wed Nov 21 15:52:40 2001 +0000
| | | 
| | |     Removed the pde-related flags.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/DEBUG.TXT
| | | 
| | * commit 8299c01441678c3ddc4edc9cd659e83bd4cd3634
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 16:13:18 2001 +0000
| | | 
| | |     debug flag support
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@611 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/rtopts.c
| | | 
| | * commit 85fea0dc5f9a3a3c739ca379fcd28e8a56dfc4fc
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 16:09:05 2001 +0000
| | | 
| | |     Minor
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 0cbaf43315599c9d4fe48d57645a17f5e88fc161
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 15:58:41 2001 +0000
| | | 
| | |     make_function_type, creates a function type.
| | |     relations to collect different kind of variables (get_vars, get_output_vars
| | |     etc).
| | |     get_type_name
| | |     
| | |     Some print relations.
| | |     
| | |     Debug trace.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/types.rml
| | | 
| | * commit 5f3dfca48b1afe501ed52f7588fb931c39818327
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 15:55:09 2001 +0000
| | | 
| | |     Utility relations. elab_exp_list, elab_cref_list, get_properties etc.
| | |     
| | |     Debug trace.
| | |     
| | |     Initial builtin operator support. Simple implementation of size(), zeros(),
| | |     ones(), fill().
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 1d4078ce866aec714b3b7aba9a3da308d0009380
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 15:44:33 2001 +0000
| | | 
| | |     debug flag support.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/rtopts.rml
| | | 
| | * commit 24e0f7e130c91d118c19f12aa9cd72f0facd43a1
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 15:44:01 2001 +0000
| | | 
| | |     Utility relations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/prefix.rml
| | | 
| | * commit fe6a7408c3e131ae8e49b71dd1c7adff1145aabb
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 15:33:49 2001 +0000
| | | 
| | |     Changed REDECL to contain SCode.Element list, so that an elaborated classdef can
| | |     be stored.
| | |     
| | |     Additional mod printing (redeclare).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 3a0c546d2c51546b78825707b61c9a5ba89daa4e
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 15:16:39 2001 +0000
| | | 
| | |     Flag directed execution. see DEBUG.TXT
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 3aa9acf73cff20a39709e5ede57cd502c5269864
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 15:00:30 2001 +0000
| | | 
| | |     Debug trace in many places. Cleanup. Layout fixes
| | |     
| | |     Some printing.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit c0febdc52dde767a5e8c2df564f8ece939c665dc
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 13:49:37 2001 +0000
| | | 
| | |     Implementation of redeclare. Working with functions at least.
| | |     
| | |     Improved the variable initialization when modelica_output is chosen. Because
| | |     then VARVAL was generated instead of equations. But that was incomplete, right
| | |     hand side which was of complex type wasn't handled. Instead of handling that
| | |     separately, now the equations are always generated, but some relations (see
| | |     init_vars_modelica_output) are used to find such equations and put them in the
| | |     val field of the dae variables instead (if modelica_output is true, see
| | |     main.rml).
| | |     
| | |     Implementation of functions, generating DAE.FUNCTION.
| | |     
| | |     Added direction to dae variables (for functions).
| | |     
| | |     Iteration bounds constant checking and error message (look for
| | |     inst_equation_eqfor_2).
| | |     
| | |     Call to Types.make_function_type in the relation "mktype" to create a function
| | |     type.
| | |     
| | |     Debug trace in many places. Cleanup. Layout fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@602 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 477f567154a98068cbfc08623f0582c2d50cdb1c
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 12:10:17 2001 +0000
| | | 
| | |     Some cleanup.
| | |     Absyn.ElementSpec in REDECL changed to Element list, which is the result of
| | |     applying elab_elementspec to Absyn.ElementSpec
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit 545b94a907648c9bf0742770ee96399db3aaa4b8
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 10:12:16 2001 +0000
| | | 
| | |     cref_equal, compares whether two crefs are identical. Does NOT check subscripts
| | |     (ignored).
| | |     
| | |     print_component_ref_str, returns a string from a ComponentRef, , instead of
| | |     printing to stdout.
| | |     
| | |     print_exp_str, returns a string from an Exp, instead of printing to stdout
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 32edfb21c0d86010638603f6b94896a6c5e14d13
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 10:08:25 2001 +0000
| | | 
| | |     print_env
| | |     print_frame
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit b8816b507b8c86e0c5793414b4e84ad9fdf01b10
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 10:07:28 2001 +0000
| | | 
| | |     print_exp_str to print an expression into a string.
| | |     print_component_ref_str.
| | |     print_list_debug, tracks the caller.
| | |     select_string
| | |     get_string_list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit bc1db425f0152612cadd02d413602b241714ccfb
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 10:02:46 2001 +0000
| | | 
| | |     Debug.print bugfix.
| | |     
| | |     Flag-based debug printing, see DEBUG.TXT
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/debug.rml
| | | 
| | * commit e9987bf276ff7f14e77a5727afc1f5cc56727b62
| | | Author: Levon Saldamli 
| | | Date:   Tue Nov 20 10:00:14 2001 +0000
| | | 
| | |     Added variable direction (for arguments of functions). (But isn't this info in
| | |     the function type already, at least now?)
| | |     
| | |     Removed VARVAL, and added an optional Exp.Exp to VAR element
| | |     
| | |     Added FUNCTION element
| | |     
| | |     Added dump_debug (printing in paranthesized form) and dump_graphviz (use with
| | |     graphviz for drawing a graph).
| | |     
| | |     Added relations get_matching_elements, find_element, get_output_vars etc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 790aeb9265bfa00318c5ca01f25059f77567ee1c
| | | Author: Levon Saldamli 
| | | Date:   Mon Nov 19 17:05:53 2001 +0000
| | | 
| | |     get_state_name added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classinf.rml
| | | 
| | * commit 2bace30b18cd6ad6c2e0a9071b84d6f4ff49c582
| | | Author: Levon Saldamli 
| | | Date:   Mon Nov 19 16:44:13 2001 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/BUGGAR
| | | A	modeq/DEBUG.TXT
| | | 
| | * commit f3a614cd06b386c30b04c0628687376a059e4f33
| | | Author: Levon Saldamli 
| | | Date:   Mon Nov 19 16:42:59 2001 +0000
| | | 
| | |     Updated rml path.
| | |     graphviz rml files added.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 9c64cebb98f5f19cbdac2aec6a03e68ce0a341b4
| | | Author: Levon Saldamli 
| | | Date:   Mon Nov 19 16:42:00 2001 +0000
| | | 
| | |     Minor cleanup.
| | |     Restiction -> string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@592 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit 3a05884ec5aeb3d8935278155b3bbce1aa1ce497
| | | Author: Levon Saldamli 
| | | Date:   Mon Nov 19 16:41:39 2001 +0000
| | | 
| | |     Minor cleanup
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@591 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | 
| | * commit e488528757e757a86129d6a49861060b94e53f85
| | | Author: Levon Saldamli 
| | | Date:   Mon Nov 19 16:41:05 2001 +0000
| | | 
| | |     Removed double of "boolean_type" in the builtin environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit b98b49bc9a098ead37859d250c0ccaca59482154
| | | Author: Levon Saldamli 
| | | Date:   Fri Oct 26 09:10:59 2001 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 8b7e39c815d7e4fa5e03ae09bc295bc108da8b35
| | | Author: Levon Saldamli 
| | | Date:   Tue Apr 10 15:41:00 2001 +0000
| | | 
| | |     Working at PELAB
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | M	modeq/runtime/Makefile
| | | 
| | * commit 5049e8904cfaf9e0139547cabf0255409c0ebea9
| | | Author: Levon Saldamli 
| | | Date:   Mon Apr 9 13:44:03 2001 +0000
| | | 
| | |     RML path
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 662ce623aeec6133829f57cb78360cb85a1ee70b
| | | Author: Levon Saldamli 
| | | Date:   Mon Feb 5 10:47:30 2001 +0000
| | | 
| | |     Latest from x98petro not committed or added
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/absyn.rml
| | | M	modeq/ast/attrib.c
| | | M	modeq/ast/modgram.g
| | | A	modeq/ast/modgram_davka_org.g
| | | A	modeq/ast/modgram_new.g
| | | M	modeq/builtin.rml
| | | A	modeq/builtin_safe.rml
| | | M	modeq/dae.rml
| | | A	modeq/debug.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit a1071c86f719cfc1433a92af18e5dd4f152d76d4
| | | Author: x98petro 
| | | Date:   Mon Apr 19 12:34:49 1999 +0000
| | | 
| | |     Array handling is probably broken in this version. Should be fixed in next version.
| | |     
| | |     
| | |     1999-03-19
| | |     Multiple return values from functions.
| | |     
| | |             1999-03-23 Constant propagation in functions.
| | |             With only one output from functions the ouput varaible was
| | |             is consant only if all input parameters are constant.
| | |             With multiple return arguments from functions then some
| | |             output parameters may be constant if some input parameters
| | |             are. This should be checked in the future.
| | |     
| | |             !! Check inst.rml::inst_eq_equation understand the rule
| | |             evaluation and extend it to multiple return values.
| | |     
| | |             1999-03-26
| | |             Change of plans. Add  an tuple type instead. This type is
| | |             not in the 1.1 spec. but will probably be there in the future.
| | |             1999-03-27
| | |             constant checking of the tuple�'s arguments is not done at
| | |             the moment. See PROP in staticexp.rml.
| | |             See staticexp.rml
| | |                     Write a test and make sure that it passes.
| | |             1999-03-29
| | |             About updating rml code. For example uptadeting
| | |             Properties with Const. The old structure bool still works, just
| | |             code for the extre bool list?
| | |             1999-04-06
| | |     Tuples works. But it is not restricted to just functions,
| | |     like the modelica 1.1 specification. A bug is that Real x,y;
| | |     (x,y)=(1,2); Does not work but (x,y)=(1.0,3.0) works.
| | |     
| | |     
| | |     1999-04-06
| | |             Type convertion from int to real does not work correctly
| | |             with tuples. Real x,y;  (x,y) = (1,2); does not work.
| | |     
| | |     
| | |     1999-03-19
| | |     Array size allowed in component claus.
| | |             (modelica_1_1_Type9.mo) Write a tests and make sure that
| | |     it passes. ok
| | |     done 1999-03-23
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | M	modeq/ast/attrib.c
| | | M	modeq/ast/modgram.g
| | | M	modeq/runtime/Makefile
| | | 
| | * commit 55298a3c9b1866dc666fb8ed42ab15b63962dd06
| | | Author: x98petro 
| | | Date:   Mon Apr 19 12:26:17 1999 +0000
| | | 
| | |     Array handling is probably broken in this version. Should be fixed in next version.
| | |     
| | |     
| | |     1999-03-19
| | |     Multiple return values from functions.
| | |     
| | |             1999-03-23 Constant propagation in functions.
| | |             With only one output from functions the ouput varaible was
| | |             is consant only if all input parameters are constant.
| | |             With multiple return arguments from functions then some
| | |             output parameters may be constant if some input parameters
| | |             are. This should be checked in the future.
| | |     
| | |             !! Check inst.rml::inst_eq_equation understand the rule
| | |             evaluation and extend it to multiple return values.
| | |     
| | |             1999-03-26
| | |             Change of plans. Add  an tuple type instead. This type is
| | |             not in the 1.1 spec. but will probably be there in the future.
| | |             1999-03-27
| | |             constant checking of the tuple�'s arguments is not done at
| | |             the moment. See PROP in staticexp.rml.
| | |             See staticexp.rml
| | |                     Write a test and make sure that it passes.
| | |             1999-03-29
| | |             About updating rml code. For example uptadeting
| | |             Properties with Const. The old structure bool still works, just
| | |             code for the extre bool list?
| | |             1999-04-06
| | |     Tuples works. But it is not restricted to just functions,
| | |     like the modelica 1.1 specification. A bug is that Real x,y;
| | |     (x,y)=(1,2); Does not work but (x,y)=(1.0,3.0) works.
| | |     
| | |     
| | |     1999-04-06
| | |             Type convertion from int to real does not work correctly
| | |             with tuples. Real x,y;  (x,y) = (1,2); does not work.
| | |     
| | |     
| | |     1999-03-19
| | |     Array size allowed in component claus.
| | |             (modelica_1_1_Type9.mo) Write a tests and make sure that
| | |     it passes. ok
| | |     done 1999-03-23
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/absyn.rml
| | | M	modeq/algorithm.rml
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 0c96272ed4ba88790ef7112e181beb58ab14595b
| | | Author: x98petro 
| | | Date:   Mon Nov 30 11:18:54 1998 +0000
| | | 
| | |     Modifed the grammar to accept multiple return values from functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | A	modeq/history.txt
| | | M	modeq/main.rml
| | | 
| | * commit ef831309f71ae881735cbe8b063583c4b8eaf040
| | | Author: x97davka 
| | | Date:   Wed Oct 21 23:37:45 1998 +0000
| | | 
| | |     Peters korrektur.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 05af8d5a1d5363d4b965ab028373b93e12a111ca
| | | Author: x97davka 
| | | Date:   Wed Oct 21 23:37:23 1998 +0000
| | | 
| | |     Changed "rml"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.bib
| | | 
| | * commit d5c8cf695e331251710b1da021baa5504bc4c17c
| | | Author: x97davka 
| | | Date:   Wed Oct 21 23:34:17 1998 +0000
| | | 
| | |     Doc fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@475 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | 
| | * commit 32eda87a99ed53e4d5f81e38523b1d3c6d9505f0
| | | Author: x97davka 
| | | Date:   Wed Oct 21 20:00:31 1998 +0000
| | | 
| | |     Pontus korrektur.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@474 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 514d6d9b3146106733c1b6f93d74291a9e0850a4
| | | Author: x97davka 
| | | Date:   Wed Oct 21 20:00:14 1998 +0000
| | | 
| | |     Completed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@473 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.bib
| | | 
| | * commit ca173a3f3889e8c8ea8057813cabf768cfade6d5
| | | Author: x97davka 
| | | Date:   Wed Oct 21 19:58:38 1998 +0000
| | | 
| | |     Doc fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit dc5a327a40c9cdeeb1c172611ba54e3f7c4589e9
| | | Author: x97davka 
| | | Date:   Wed Oct 21 19:58:02 1998 +0000
| | | 
| | |     Typo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classinf.rml
| | | 
| | * commit 32e2a155b87d5ea6d48b5a39c20f9a18bec31159
| | | Author: x97davka 
| | | Date:   Sun Oct 4 23:58:06 1998 +0000
| | | 
| | |     Filled the last holes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 08fbe6bce036ca7c594d149dd07134a23231b611
| | | Author: x97davka 
| | | Date:   Sun Oct 4 23:57:41 1998 +0000
| | | 
| | |     Added MOdelica 1f
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@469 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.bib
| | | 
| | * commit 002531bba13d9102326d5a25ec3f3b7ab1e419d8
| | | Author: x97davka 
| | | Date:   Thu Oct 1 16:35:06 1998 +0000
| | | 
| | |     Oops!  Fixed static scoping.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 199979a9c0a52e5148999de006e0160db99a4248
| | | Author: x97davka 
| | | Date:   Wed Sep 30 14:19:31 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/report/bibliotekskort
| | | 
| | * commit 0ba8c084befc973a2962abec106a734c1312fd24
| | | Author: x97davka 
| | | Date:   Wed Sep 30 14:18:49 1998 +0000
| | | 
| | |     Minor fixes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 06eb4365f7c058b889f3447dbb7232aeec2c418e
| | | Author: x97davka 
| | | Date:   Wed Sep 30 07:59:19 1998 +0000
| | | 
| | |     Added a lot of stuff.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@461 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 007207babc3745c98d83c917be34f89844712f18
| | | Author: x97davka 
| | | Date:   Wed Sep 30 07:57:07 1998 +0000
| | | 
| | |     Doc fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/prefix.rml
| | | 
| | * commit f9b73ece649db7390678d8fa369100e7b55349d1
| | | Author: x97davka 
| | | Date:   Wed Sep 30 07:56:36 1998 +0000
| | | 
| | |     Fixed the mess I caused with remove_set
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | 
| | * commit c31f4a89750e207a7670d69f4b0a098fc55255a2
| | | Author: x97davka 
| | | Date:   Mon Sep 28 16:18:20 1998 +0000
| | | 
| | |     Use module header
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tools/rmldoc
| | | 
| | * commit 4a527d334aac9d952ae4df964980de05054f1315
| | | Author: x97davka 
| | | Date:   Mon Sep 28 16:17:43 1998 +0000
| | | 
| | |     Fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 17f5f7396be6b822d7866c65968b282a2c79434c
| | | Author: x97davka 
| | | Date:   Mon Sep 28 16:17:28 1998 +0000
| | | 
| | |     Some additions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.bib
| | | 
| | * commit e8f46751485310d0a1d806c09db771ffa82275c1
| | | Author: x97davka 
| | | Date:   Mon Sep 28 16:17:18 1998 +0000
| | | 
| | |     Added bibtex rule
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/Makefile
| | | 
| | * commit 0ac4484e7ed36e24d6ba269895772370e836f3d1
| | | Author: x97davka 
| | | Date:   Mon Sep 28 16:16:34 1998 +0000
| | | 
| | |     Doc fixes and some minor code cleanups.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/algorithm.rml
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit 5ff6e658c2cf738e5368827b66afb7162875ba7c
| | | Author: x97davka 
| | | Date:   Mon Sep 28 09:53:29 1998 +0000
| | | 
| | |     Ugly DAE.VARVAL hack
| | |     Some cleanups
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit ac7bf3fbef00cb7dfe6e26036ef7a98c36c0bf6e
| | | Author: x97davka 
| | | Date:   Mon Sep 28 09:53:02 1998 +0000
| | | 
| | |     Check modelica_output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit f8b141062eab53c08490c8f1d3bc49797239fef8
| | | Author: x97davka 
| | | Date:   Mon Sep 28 09:51:48 1998 +0000
| | | 
| | |     Introduced ugly VARVAL hack.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit bbb46eb938ee95707934e26f745b0c4e2932a088
| | | Author: x97davka 
| | | Date:   Thu Sep 24 09:27:03 1998 +0000
| | | 
| | |     minor additions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 1126aa58a3ca19bbd60eef2c893128f3c7022975
| | | Author: x97davka 
| | | Date:   Wed Sep 23 02:03:32 1998 +0000
| | | 
| | |     Minor fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit d56b33a399dd4bd4ca6327a10214f3e419d87b81
| | | Author: x97davka 
| | | Date:   Wed Sep 23 01:55:09 1998 +0000
| | | 
| | |     Bug and doc fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit f0df895c7875661db45b514a11e13a6ab7acfaf2
| | | Author: x97davka 
| | | Date:   Tue Sep 22 10:31:08 1998 +0000
| | | 
| | |     Added modelica_output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/rtopts.rml
| | | M	modeq/runtime/rtopts.c
| | | 
| | * commit 473624c8ec9bf0fd65ab98671d512a9224fb0b0d
| | | Author: x97davka 
| | | Date:   Tue Sep 22 10:30:54 1998 +0000
| | | 
| | |     Fixed stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 4d9529c2ff4604e4cb26ae51cec420cee0b0727f
| | | Author: x97davka 
| | | Date:   Tue Sep 22 10:30:11 1998 +0000
| | | 
| | |     Fixed output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 23001385f4821b0cfce188b551e313756f6cb9ca
| | | Author: x97davka 
| | | Date:   Tue Sep 22 10:29:54 1998 +0000
| | | 
| | |     Cleanup
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 2c5a19763b5a43bf8732db45abe6fdbfb7a07e3a
| | | Author: x97davka 
| | | Date:   Tue Sep 22 10:29:38 1998 +0000
| | | 
| | |     doc fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 24024ac4e012bee684d66a1fdddfafb8f5af75c0
| | | Author: x97davka 
| | | Date:   Tue Sep 22 10:29:22 1998 +0000
| | | 
| | |     Removed debug info
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit d324855b70f9143f3cb15084941578f755dfdd94
| | | Author: x97davka 
| | | Date:   Tue Sep 22 10:28:38 1998 +0000
| | | 
| | |     Convert illegal characters when modelica_output is true.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit cf1be909741993650fbc687f6506d648ab4c1fba
| | | Author: x97davka 
| | | Date:   Tue Sep 22 10:27:54 1998 +0000
| | | 
| | |     Added the possibility to output DEFINE as EQUATION
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 6aa3f44ea30fa56f5e5fa85f779bba59ff2ce55b
| | | Author: x97davka 
| | | Date:   Fri Sep 18 14:51:06 1998 +0000
| | | 
| | |     Small change
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/transfig.pic
| | | 
| | * commit 3e877657056aba91555ccdf138affedfd6f183bc
| | | Author: x97davka 
| | | Date:   Fri Sep 18 14:46:49 1998 +0000
| | | 
| | |     Minor bugfixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 39fd319a8a609dcaa0313cb89faec39ce74e9882
| | | Author: x97davka 
| | | Date:   Fri Sep 18 14:46:08 1998 +0000
| | | 
| | |     Removed debug stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | 
| | * commit 71d482b0d8f57fef5f9b15d2108662a04e7ac7bf
| | | Author: x97davka 
| | | Date:   Thu Sep 17 16:14:26 1998 +0000
| | | 
| | |     Added more on Modelica
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 75d9cde84fef8951c8be2ce260c3761a5b0f5f69
| | | Author: x97davka 
| | | Date:   Thu Sep 17 12:31:13 1998 +0000
| | | 
| | |     Removed debug output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 041a4cd3af28d622d538cf0d000dfca899fc4d89
| | | Author: x97davka 
| | | Date:   Thu Sep 17 00:41:48 1998 +0000
| | | 
| | |     Fixed stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 1e087f35604603a1b12a4c3d9ee90a6c302d75cc
| | | Author: x97davka 
| | | Date:   Thu Sep 17 00:40:55 1998 +0000
| | | 
| | |     Doc fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/builtin.rml
| | | M	modeq/connect.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/values.rml
| | | 
| | * commit 900c0dcf3bd33bddd055dab7d27a7a4f6741490a
| | | Author: x97davka 
| | | Date:   Wed Sep 16 21:09:28 1998 +0000
| | | 
| | |     added limitations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit d22c2a066694eea0f6d9f019f3eeab857cc2c12e
| | | Author: x97davka 
| | | Date:   Wed Sep 16 21:07:41 1998 +0000
| | | 
| | |     check_subscript returns the new type also
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit bdb7b6bc3dc54fb262bdb2b9b5b18ddb784984df
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:10:08 1998 +0000
| | | 
| | |     Added ARRAY again
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 38874048adc27174dc39191f295c499ba2ba5589
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:09:51 1998 +0000
| | | 
| | |     Added split_arrays
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@424 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/runtime/rtopts.c
| | | 
| | * commit 26683b2a662fe0368ac1cfd237f08df9e548904d
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:08:15 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | M	modeq/report/report.tex
| | | 
| | * commit d121c9ceb14c917d42b9f85a1dabd620b3c93164
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:08:03 1998 +0000
| | | 
| | |     arrays only have one dimension now.
| | |     Lookup start in builtins.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/types.rml
| | | 
| | * commit f5aa8fc791e10c317ce3da0381e2cb52d076836f
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:07:41 1998 +0000
| | | 
| | |     Fixed stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit d5c4de5d079a67efe8fb87624393e17e4eb10ae6
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:07:17 1998 +0000
| | | 
| | |     New option: split_arrays
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/rtopts.rml
| | | 
| | * commit 3914c72be4684cc9d7210183005292e0cfd17607
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:06:48 1998 +0000
| | | 
| | |     Split array and composite equations.
| | |     And stuff.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit ba8b79161cce3a60f85af51537b24db68e22618d
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:06:28 1998 +0000
| | | 
| | |     New simplify rules
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit c3bc5b85f0ad861d4726fe3db4afd096574f2b64
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:06:12 1998 +0000
| | | 
| | |     Reinstated ARRAY
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 8f442918805b2b7b6f77033c6d2ec5ca9d420369
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:05:53 1998 +0000
| | | 
| | |     Changed EQUATION and added DEFINE
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 8208c62b35c6b89f09f80467fe59fd981373726d
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:05:38 1998 +0000
| | | 
| | |     DAE changes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | 
| | * commit b2d637226e9aefbde374754299659895b6a89bdd
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:05:19 1998 +0000
| | | 
| | |     Type conversions in assignments work again
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | 
| | * commit ccd43ea440be98f449cb40dd6f49f0f2aadc6fac
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:04:58 1998 +0000
| | | 
| | |     Reintroduced ARRAY
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit abdf668975a1fb562aa36dfc415b9dfbbff202ef
| | | Author: x97davka 
| | | Date:   Tue Sep 15 15:04:46 1998 +0000
| | | 
| | |     New dependecy rules
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 43beccd611caa2ac97e787857542a38b0ec4dbc3
| | | Author: x97davka 
| | | Date:   Mon Sep 14 11:16:15 1998 +0000
| | | 
| | |     added stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit b291b60f0d0d4a444f3528e50f16a48a91773111
| | | Author: x97davka 
| | | Date:   Sun Sep 13 16:35:06 1998 +0000
| | | 
| | |     Restructured and stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit cda4b3dae7d2f49a0423e2e47f7801506fb8511e
| | | Author: x97davka 
| | | Date:   Sun Sep 13 16:34:43 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/Makefile
| | | 
| | * commit 932d549cb90fcc9343c54b857c68ba6ea752f76b
| | | Author: x97davka 
| | | Date:   Sun Sep 13 11:25:43 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/report/transfig.pic
| | | 
| | * commit 0182b835689886c283de8251619af82039906e4e
| | | Author: x97davka 
| | | Date:   Sun Sep 13 11:16:02 1998 +0000
| | | 
| | |     Added translation figure and stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/Makefile
| | | M	modeq/report/report.tex
| | | 
| | * commit 5119f6277f1f420e752d2c4c8ba1ff8c156707f6
| | | Author: x97davka 
| | | Date:   Fri Sep 11 16:52:16 1998 +0000
| | | 
| | |     Added accessibility
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 31a5ee6ce14024c0535870168d42b3016c4a1fa3
| | | Author: x97davka 
| | | Date:   Fri Sep 11 16:51:47 1998 +0000
| | | 
| | |     Folllow DAE changes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 0b0b0706e0c21ce542714bdffa81ade2d124e1e4
| | | Author: x97davka 
| | | Date:   Fri Sep 11 16:51:24 1998 +0000
| | | 
| | |     Added accessibility field to the attributes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit d31da3961844f6d9aae71b3179f4b8d246b37058
| | | Author: x97davka 
| | | Date:   Fri Sep 11 16:50:44 1998 +0000
| | | 
| | |     Clean up unecessary stuff and renamed some.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit a879e9ff8800c4f2c0050d0e2be73214f6fee15b
| | | Author: x97davka 
| | | Date:   Fri Sep 11 16:50:20 1998 +0000
| | | 
| | |     Set accessibility
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit 4d3b86ef122c125eafdc5ba0f9b8d7b577aaa780
| | | Author: x97davka 
| | | Date:   Fri Sep 11 16:49:55 1998 +0000
| | | 
| | |     Check if a variable being assigned is read-only
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | 
| | * commit 09be46e621d9b4a33db228b84c2f973d48adf2c1
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:31:15 1998 +0000
| | | 
| | |     New files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/runtime/Makefile
| | | A	modeq/runtime/rtopts.c
| | | 
| | * commit bb73d7b8b31df468fceb2b4b5313c4f3acba3623
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:29:46 1998 +0000
| | | 
| | |     Absyn.COMPONENT changed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit caea12342bc847431b107d09244776fca1490be2
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:28:54 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/rtopts.rml
| | | 
| | * commit 9f5abd94787d55fdc33f8e18ccd289c0eedd083b
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:28:28 1998 +0000
| | | 
| | |     Added some stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit fa270055b286a2dd9f64913c1692d3ed8e080e05
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:28:08 1998 +0000
| | | 
| | |     Added algorithm.tex
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/Makefile
| | | 
| | * commit 5e8cbc26e697997692698f3105183a487f501386
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:27:50 1998 +0000
| | | 
| | |     Use rtopts
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 04a8df931e5be7f86b1e44da216c7db3165fbdd0
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:22:52 1998 +0000
| | | 
| | |     Don't use Absyn.VarAttr.  Instead use SCode.Attributes.
| | |     Fixed functions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit b64fa03da4ce6c9c6370984aeede7cbbd0b4b430
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:22:31 1998 +0000
| | | 
| | |     Don't use Absyn.VarAttr.  Instead use SCode.Attributes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/types.rml
| | | 
| | * commit c59ceaddea9910a0e9c909fbd3e6d75e21079a6f
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:21:47 1998 +0000
| | | 
| | |     Don't use Absyn.VarAttr.  Instead use Attributes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@387 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit 6479de8cef98429cdd1f710e606e4d239dd85558
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:21:21 1998 +0000
| | | 
| | |     Started to use runtime options to control output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 720e48d793cf2312dcdac9c41eb85079aa66ce28
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:20:44 1998 +0000
| | | 
| | |     ARRAY no longer exists
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 00cf6badc1d4902eaf30d191d1b8c331cd3c6d1c
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:20:29 1998 +0000
| | | 
| | |     Use SCode.Attributes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit 3690e2e3b844f902af916624061847fca3d49c1e
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:20:06 1998 +0000
| | | 
| | |     More docs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | 
| | * commit c02d2d3e9da7abee9a3fe2a79fa3c1b10c280cec
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:19:54 1998 +0000
| | | 
| | |     Replaced VarAttr with ElementAttributes.
| | |     More docs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit 276de9948d337e963138bcf300a358dd63aad610
| | | Author: x97davka 
| | | Date:   Wed Sep 9 11:19:31 1998 +0000
| | | 
| | |     Added runtime directory
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 4631e88db7153301b28f8ed9abca1e3638d68d55
| | | Author: x97davka 
| | | Date:   Fri Aug 28 09:43:12 1998 +0000
| | | 
| | |     Fixed stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit d9093eafa59f1ea44cb29c9e9e2d7eb7feff4b51
| | | Author: x97davka 
| | | Date:   Fri Aug 28 08:26:23 1998 +0000
| | | 
| | |     Reworked
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 33a7f59dfddad50824e7e0faf1aefaaf8184a7db
| | | Author: x97davka 
| | | Date:   Thu Aug 27 19:25:58 1998 +0000
| | | 
| | |     Spelling fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 572682c3fa76774c43772fb007c4c93ff4302c28
| | | Author: x97davka 
| | | Date:   Tue Aug 25 17:07:39 1998 +0000
| | | 
| | |     new files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/report/example-1.tex
| | | A	modeq/report/example-2.tex
| | | A	modeq/report/example-3.tex
| | | A	modeq/report/example-4.tex
| | | 
| | * commit 78883c0547853312b82846e41e18276385277ae5
| | | Author: x97davka 
| | | Date:   Tue Aug 25 16:17:29 1998 +0000
| | | 
| | |     added stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 003ae012e8fbe7a942943d432a6c7dfc90a828e6
| | | Author: x97davka 
| | | Date:   Fri Aug 21 07:58:25 1998 +0000
| | | 
| | |     Added stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/Makefile
| | | M	modeq/report/report.tex
| | | 
| | * commit f8591eb9f0fd494b6425f6e44ec56b25caea77e9
| | | Author: x97davka 
| | | Date:   Thu Aug 20 13:10:47 1998 +0000
| | | 
| | |     Restructured
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 4f95765fc5144d63aca356a341114bd8c8b80f74
| | | Author: x97davka 
| | | Date:   Wed Aug 19 13:14:38 1998 +0000
| | | 
| | |     More text.
| | |     New bibliography.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@373 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit b0d02f00787657c13e5bab996368eeb9d1f98450
| | | Author: x97davka 
| | | Date:   Wed Aug 19 13:14:20 1998 +0000
| | | 
| | |     Fixed stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/Makefile
| | | 
| | * commit 2a68e940eb788fbfc87e517d93f2664e4c98bdee
| | | Author: x97davka 
| | | Date:   Wed Aug 19 13:13:29 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/report/report.bib
| | | 
| | * commit 3ba517af93346a59ebf1d81c89cfc4d1f598e0a7
| | | Author: x97davka 
| | | Date:   Mon Aug 17 09:50:19 1998 +0000
| | | 
| | |     wrote stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 1c4562a461110dce66f1ef6373743fdeda8eddbe
| | | Author: x97davka 
| | | Date:   Fri Aug 14 10:51:33 1998 +0000
| | | 
| | |     Changed labels
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@369 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/tools/rmldoc
| | | 
| | * commit e47ca4b6a137cc6b12cb4c695fbdd34a940e1e1d
| | | Author: x97davka 
| | | Date:   Fri Aug 14 10:51:19 1998 +0000
| | | 
| | |     More stuff.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit e841cdc84481fb19e12b45a98373bfe13b61f884
| | | Author: x97davka 
| | | Date:   Fri Aug 14 10:51:04 1998 +0000
| | | 
| | |     docfix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 2ab4c3895b8ab3d1fcb24cecd6352f52ad26d3af
| | | Author: x97davka 
| | | Date:   Fri Aug 14 10:50:47 1998 +0000
| | | 
| | |     Fixed doc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 86c9edece6741c18af0367adc784587716c00605
| | | Author: x97davka 
| | | Date:   Fri Aug 14 10:50:36 1998 +0000
| | | 
| | |     Added comments
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 5e9c22458825cf91f07929d21c8c0dc1b9dde9f5
| | | Author: x97davka 
| | | Date:   Fri Aug 14 10:50:24 1998 +0000
| | | 
| | |     Removed ARRAY
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@364 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit c63c73bf8a52fa5565a45d4f4d649567f71006f5
| | | Author: x97davka 
| | | Date:   Tue Aug 4 16:49:32 1998 +0000
| | | 
| | |     Added protected flag to Types.VAR.
| | |     Added rules for implicit instantiation of packages and functions.
| | |     Fixed elab_call.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@362 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 66329735cc7d658260d8a3d12b1c413a8d5a7ea2
| | | Author: x97davka 
| | | Date:   Fri Jul 31 15:36:57 1998 +0000
| | | 
| | |     Use Static.Properties, and Static.match_prop.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 0c6fc4070da0916d286ad18d55035d138e5c6611
| | | Author: x97davka 
| | | Date:   Fri Jul 31 15:36:23 1998 +0000
| | | 
| | |     Removed some junk.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit c0999fcc4cd02126a6fd5cbb652e065c156e18f8
| | | Author: x97davka 
| | | Date:   Fri Jul 31 15:36:04 1998 +0000
| | | 
| | |     StaticExp was renamed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | 
| | * commit a6a013e7523e47a66e5462fd43202db84e83b3cc
| | | Author: x97davka 
| | | Date:   Fri Jul 31 15:35:50 1998 +0000
| | | 
| | |     Use Static.Properties.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 0e2fd96f39c8ecaca50e0008be5938b326cea72c
| | | Author: x97davka 
| | | Date:   Fri Jul 31 15:35:31 1998 +0000
| | | 
| | |     Wrote a subtype relation and an equivtypes relation based on it.
| | |     same_type is now obsolete.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/types.rml
| | | 
| | * commit d347955c41a28c6284d30174494ec59f57c22f2f
| | | Author: x97davka 
| | | Date:   Fri Jul 31 15:34:58 1998 +0000
| | | 
| | |     Introduced the Properties datatype.
| | |     Rewrote the type match and conversion stuff.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit e8bd83d5108f856ed31820791bf1381cd0491421
| | | Author: x97davka 
| | | Date:   Fri Jul 31 15:34:15 1998 +0000
| | | 
| | |     Use Static.Properties
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@354 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | 
| | * commit 901ff9cb1bb9828dcfdd76a35fc41d774115dab2
| | | Author: x97davka 
| | | Date:   Thu Jul 30 21:13:58 1998 +0000
| | | 
| | |     The [1,2,3] syntax is now a 1x3 matrix instead of a vector.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit d49b69326656fa125ecc26b35bb34ff8b2199635
| | | Author: x97davka 
| | | Date:   Thu Jul 30 21:13:17 1998 +0000
| | | 
| | |     Use CAST instead of CAST_TO_REAL
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/algorithm.rml
| | | M	modeq/prefix.rml
| | | 
| | * commit 04224fb5eb5c0c04470c80965253f2cc4946efc2
| | | Author: x97davka 
| | | Date:   Thu Jul 30 21:12:53 1998 +0000
| | | 
| | |     # prettified
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit ce7565714f254c3fdb4e7bf87f0021f6fc0715cf
| | | Author: x97davka 
| | | Date:   Mon Jul 13 16:49:56 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | M	modeq/mod.rml
| | | 
| | * commit 3ed2486006f36658b8644b2c3b93703ff837bcc6
| | | Author: x97davka 
| | | Date:   Wed Jul 8 22:34:01 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit ce88dbf4279bb7f563e48adac5e99280d3fe4bac
| | | Author: x97davka 
| | | Date:   Wed Jul 8 22:33:24 1998 +0000
| | | 
| | |     Doc fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/env.rml
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 26475648d731d645376e64f4828add59ab1afe46
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:33:23 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/parsemod.c
| | | M	modeq/tools/rmldoc
| | | 
| | * commit 5e6653d5ae417826af2e2b9310145da06947e0ee
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:32:36 1998 +0000
| | | 
| | |     Doc fix.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | M	modeq/types.rml
| | | 
| | * commit 4ee727d6b01b525df523b3569b2d7d66bbf6eaf6
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:32:24 1998 +0000
| | | 
| | |     Adjust to new Operator datatype.
| | |     Introduced relations to handle overloading and automatic type
| | |     conversions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 5e9dce6e9b824cd368777aebcab9d3189b302e33
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:31:35 1998 +0000
| | | 
| | |     Added temporary kluge for slices.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@330 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 166b35854c1411131355039429957118c935a74a
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:29:05 1998 +0000
| | | 
| | |     Removed bogus errors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@329 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit 8eceb86b8113bbec96e607a3f7e710a928ddc08f
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:28:50 1998 +0000
| | | 
| | |     Adjust to new Operator type.
| | |     Check flow attribute in connections, but not constant.
| | |     Use the overloading relations from StaticExp in inst_eq_equation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit ca33a5e899f3b9f7400126f20a1cc1b005537e0a
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:27:05 1998 +0000
| | | 
| | |     Combined all operators to the datatype Operator.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 793c62c6e01f15af95eaab1a045660832e960e19
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:26:38 1998 +0000
| | | 
| | |     Adjust to new Operator type.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | M	modeq/dump.rml
| | | 
| | * commit f8e9e86c1ecb31fb2367a42cd44f6f2189996dde
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:25:48 1998 +0000
| | | 
| | |     Doc fixes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classinf.rml
| | | 
| | * commit e997257616a996b3f546c5711dd20c5e5dac375c
| | | Author: x97davka 
| | | Date:   Wed Jul 8 21:25:38 1998 +0000
| | | 
| | |     Unified all operators to an Operator datatype.
| | |     Doc fixes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit fc82346b04b92ea5cb8b4d448fc10936d84b2c50
| | | Author: x97davka 
| | | Date:   Tue Jul 7 17:34:21 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit a769b7016050bc7a9c5d1b0b5761c665d5339189
| | | Author: x97davka 
| | | Date:   Fri Jul 3 12:56:48 1998 +0000
| | | 
| | |     Fixed the type of loop variables
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit a4591f72ef4d19fe89426fc718f0e11f307c7b9f
| | | Author: x97davka 
| | | Date:   Fri Jul 3 12:56:32 1998 +0000
| | | 
| | |     Reworked modifications
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | M	modeq/mod.rml
| | | 
| | * commit 3118e519644172c41fa551a2af8a929a38b97db4
| | | Author: x97davka 
| | | Date:   Fri Jul 3 12:56:18 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/algorithm.rml
| | | 
| | * commit 7b8d69491896085e6d3017d992f0d3a5eed0dfd9
| | | Author: x97davka 
| | | Date:   Thu Jul 2 16:38:58 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/absyn.rml
| | | M	modeq/ast/attrib.c
| | | M	modeq/ast/modgram.g
| | | M	modeq/ast/parsemod.c
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 6f63e4a1cc0627c78f08de99de6f7cf3eb2abf4e
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:39:21 1998 +0000
| | | 
| | |     Prettierprint
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/values.rml
| | | 
| | * commit 565641ff2fea38462e891f105e9a216512afa4e6
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:39:06 1998 +0000
| | | 
| | |     Moved Binding here.
| | |     Added lift_array
| | |     Some other stuff too
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/types.rml
| | | 
| | * commit 6df2aa4afa832b4bb9b573cac5d9d46c2cca9ee2
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:38:24 1998 +0000
| | | 
| | |     Do some relations and stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@310 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 2aeebd379f9c9c6eb77a1161b2ee7f0dde329b3a
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:38:03 1998 +0000
| | | 
| | |     # prettified
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit a4f16b836e5a951d4304679c10981e350ae3746b
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:37:49 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit b3f81d860dbac1014eb250b8a26ebe4540564ec3
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:37:31 1998 +0000
| | | 
| | |     Removed mkbinding
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lookup.rml
| | | 
| | * commit 71f98950b0e37decb2f658ab88a49c83f5e61ff5
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:37:10 1998 +0000
| | | 
| | |     Lots o' changes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 69fc156f81932476e1dd40876feaa4a2d6ea4b68
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:36:41 1998 +0000
| | | 
| | |     Convert equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit 6f12b033683c7ac01ac7e188045a416123f1d52d
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:36:28 1998 +0000
| | | 
| | |     Prettier
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 25801891229f72e1227a56194da5377a995d4c4a
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:36:01 1998 +0000
| | | 
| | |     IF statements
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | 
| | * commit 0860e7ebd52861cef353349fe4cb24d5f47b8da1
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:34:37 1998 +0000
| | | 
| | |     Binding moved
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit 9d807295c6a0ac6e2651af43be961dc08bcbdfe3
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:30:24 1998 +0000
| | | 
| | |     Fixed IF in equations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 14440f29ca2f9681d6c536915b1e09d8ef289a8e
| | | Author: x97davka 
| | | Date:   Wed Jul 1 13:28:48 1998 +0000
| | | 
| | |     More tokens
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | 
| | * commit 2571287f3ee2a24bfd6a764044c56378aeab3c2b
| | | Author: x97davka 
| | | Date:   Fri Jun 26 15:16:35 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/prefix.rml
| | | M	modeq/report/Makefile
| | | M	modeq/report/report.tex
| | | M	modeq/staticexp.rml
| | | M	modeq/tools/rmldoc
| | | M	modeq/types.rml
| | | 
| | * commit 26db41a6d64c6141d85d193287e714e959fc9316
| | | Author: x97davka 
| | | Date:   Thu Jun 25 15:35:33 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | M	modeq/ast/modgram.g
| | | M	modeq/ast/parsemod.c
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | 
| | * commit 1a63d128b67b417fd56ec33150ea845a0139ec11
| | | Author: x97davka 
| | | Date:   Tue Jun 23 15:57:50 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | M	modeq/builtin.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/prefix.rml
| | | M	modeq/report/report.tex
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit bfbd36a5e79186a3345453cbd6f38617e6fc1676
| | | Author: x97davka 
| | | Date:   Wed Jun 10 15:38:24 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@291 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/ast/modgram.g
| | | M	modeq/builtin.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/report/report.tex
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 34a9c2b6b058b0fc7f8a2c6e08bc9b67ca810ff7
| | | Author: x97davka 
| | | Date:   Thu Jun 4 17:44:39 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/ast/modgram.g
| | | M	modeq/ast/parsemod.c
| | | M	modeq/classinf.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 2c2fc399dbc41485791bce35a99eabf8351d73e1
| | | Author: x97davka 
| | | Date:   Wed Jun 3 12:51:03 1998 +0000
| | | 
| | |     snapshot. Works, sort of.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/ast/modgram.g
| | | M	modeq/ast/parsemod.c
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/explode.rml
| | | M	modeq/grammar
| | | M	modeq/inst.rml
| | | M	modeq/report/report.tex
| | | M	modeq/report/semantik
| | | M	modeq/staticexp.rml
| | | 
| | * commit 913cdd7e9086c159c7928c4b09cd4a95d15bb9ca
| | | Author: x97davka 
| | | Date:   Fri May 29 16:00:20 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | M	modeq/ast/modgram.g
| | | M	modeq/ast/parsemod.c
| | | M	modeq/builtin.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/parse.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit fdabf67c179ef77b950c82082e34da980486eeec
| | | Author: x97davka 
| | | Date:   Tue May 26 16:14:44 1998 +0000
| | | 
| | |     Snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@286 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 72864f3294242fa3654f678e2e8605b03e296cf8
| | | Author: x97davka 
| | | Date:   Tue May 5 22:07:18 1998 +0000
| | | 
| | |     snapshot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/ast/modgram.g
| | | M	modeq/classinf.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | 
| | * commit 301ca81e3cbe6a3ae1804fbfd5e7857a8ae201b8
| | | Author: x97davka 
| | | Date:   Mon May 4 14:51:28 1998 +0000
| | | 
| | |     Snapshot of a significant overhaul
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/absyn.rml
| | | M	modeq/ast/modgram.g
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/prefix.rml
| | | M	modeq/report/report.tex
| | | M	modeq/report/semantik
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | M	modeq/values.rml
| | | 
| | * commit 2370bd40b7c5f7a22443febb3bba726328449a1c
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:34:05 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/main.rml
| | | M	modeq/report/report.tex
| | | M	modeq/report/semantik
| | | M	modeq/report/syntax
| | | 
| | * commit f1f35c881228d68d7dcf9a44fc06b4a3a492a918
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:33:35 1998 +0000
| | | 
| | |     Fixed for loops and array expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 602e52971e2962c2e62df3b7def3f021462c4cae
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:30:52 1998 +0000
| | | 
| | |     Added FOR loops
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dump.rml
| | | 
| | * commit 418b83f0b34f84823000f13073d09f600db46bd2
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:30:16 1998 +0000
| | | 
| | |     Added arrays and matrices
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit c297bfa4ffc7a791b490a961d912ce7594d8c5c6
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:29:58 1998 +0000
| | | 
| | |     Unroll for loops
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 0350ef0bf3c7e77f50abf24340be1a178667208f
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:29:35 1998 +0000
| | | 
| | |     Added Binding datatype to separate equation and value bindings.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | M	modeq/lookup.rml
| | | 
| | * commit fc6c945ec479eded909366f9375309298b027559
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:28:42 1998 +0000
| | | 
| | |     Renamed mod_assignment to mod_equation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 979df2c358762b9f550de701ce8578ed96498ced
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:28:11 1998 +0000
| | | 
| | |     Handle constant crefs and other stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 54048fb482e0b2ac4d346efc7623d8c3dcd7959b
| | | Author: x97davka 
| | | Date:   Thu Apr 23 14:27:35 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/values.rml
| | | 
| | * commit 4dc252dd105fc6fd4ca80d3206b66930fd877b59
| | | Author: x97davka 
| | | Date:   Thu Apr 9 15:58:48 1998 +0000
| | | 
| | |     doc fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 43709351bc40ae310d4b13939f48e839387e8485
| | | Author: x97davka 
| | | Date:   Thu Apr 9 15:43:37 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/syntax
| | | 
| | * commit 7a7536934b4fa93614f3dfc7124de1072f351344
| | | Author: x97davka 
| | | Date:   Thu Apr 9 15:43:15 1998 +0000
| | | 
| | |     More on connections
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 7c0f7146679074199c9b34e3e9f091d410abba22
| | | Author: x97davka 
| | | Date:   Thu Apr 9 15:42:59 1998 +0000
| | | 
| | |     Fixed component_reference
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit dbeb3c67ed7cd5df174e7b0be3e93057485a6833
| | | Author: x97davka 
| | | Date:   Thu Apr 9 15:42:41 1998 +0000
| | | 
| | |     Doc fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/connect.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/mod.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 05d3613aa09f1d23e2bc5db7e21d01f195defe44
| | | Author: x97davka 
| | | Date:   Thu Apr 9 09:09:58 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | M	modeq/tools/rmldoc
| | | 
| | * commit fec563b3c106bea1f38337a63d84df8d984328be
| | | Author: x97davka 
| | | Date:   Thu Apr 9 09:08:51 1998 +0000
| | | 
| | |     Renamed Env.new_frame to Env.open_scope
| | |     Added documentation here and there
| | |     Made Exp.ComponentRef a datatype with two constructors
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/prefix.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 7e32c0f1e6fd642a557409a0a9747162cb505dbe
| | | Author: x97davka 
| | | Date:   Thu Apr 9 09:03:41 1998 +0000
| | | 
| | |     Fixed dependencies
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit fd8d77dc3173f3c31789e1c429dbe486158784d1
| | | Author: x97davka 
| | | Date:   Tue Apr 7 19:31:04 1998 +0000
| | | 
| | |     Worked on the source annotations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/absyn.rml
| | | M	modeq/classinf.rml
| | | M	modeq/dae.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/lookup.rml
| | | M	modeq/prefix.rml
| | | M	modeq/report/Makefile
| | | M	modeq/report/report.tex
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit bc7ecee1528f1e972dac2fb4fe693556f5e6322b
| | | Author: x97davka 
| | | Date:   Tue Apr 7 13:59:43 1998 +0000
| | | 
| | |     Fixed boxedverbatim TeX magic
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@260 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/Makefile
| | | M	modeq/report/report.tex
| | | M	modeq/tools/rmldoc
| | | 
| | * commit 58d89787c40f852a854cc743205f6a6593633b75
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:52:54 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/tools/rmldoc
| | | 
| | * commit 2b60a5a3e631c1727042856b05f90c7388c9d3e9
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:52:41 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/parsemod.c
| | | M	modeq/report/semantik
| | | M	modeq/report/syntax
| | | 
| | * commit 09a824c8c90a4fc7a774af764560a04cdd131fab
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:52:03 1998 +0000
| | | 
| | |     More on connections and the annotated semantics
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit e650636a0e58cc9c57aa842b3c92a1d99b71d8a7
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:51:42 1998 +0000
| | | 
| | |     Build source files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/Makefile
| | | 
| | * commit 89ddd203175e870d1cd9cff379ede5d4452c2bbc
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:50:51 1998 +0000
| | | 
| | |     Fixed redeclaration
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit d27bbb8fcc22ef88d32aaec202a621df8230c106
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:50:09 1998 +0000
| | | 
| | |     Reordered and fixed documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | M	modeq/inst.rml
| | | M	modeq/mod.rml
| | | 
| | * commit 911e0573b26cb9e41e47a971c98169927bf2fbb9
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:49:43 1998 +0000
| | | 
| | |     New files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/grammar
| | | A	modeq/grammar-new
| | | 
| | * commit 0c4c163be6df495475bafd62e0ea7df494eb168f
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:49:29 1998 +0000
| | | 
| | |     Added REDECLARATION
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 108034513a709216ed0173f85034da8330377b3b
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:48:53 1998 +0000
| | | 
| | |     Fixed documentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classinf.rml
| | | 
| | * commit 749c61ba1d2fc76e4de254836cb0ffd14c8930a7
| | | Author: x97davka 
| | | Date:   Tue Apr 7 11:48:38 1998 +0000
| | | 
| | |     Added strings and booleans.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit bf38a3fafec5437dd9a3b31d487101e1a97fe7ad
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:09:41 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | M	modeq/report/design
| | | M	modeq/report/report.tex
| | | 
| | * commit 0e762146fae49be3ce232810a1c6c74e707f28ae
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:08:57 1998 +0000
| | | 
| | |     Enable use of both kinds of modifications
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@248 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit a29f74f45f81119cec627061056f6c5953ebcf84
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:08:31 1998 +0000
| | | 
| | |     Store reals in double instead of float.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.h
| | | 
| | * commit b03f34a8abe0aee35c7c3a5a38ff9769d45023c1
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:08:10 1998 +0000
| | | 
| | |     Fixed variable lookup and stuff.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/staticexp.rml
| | | 
| | * commit 76f740563216dca6d09d2cd44c0c6ea3149ceb3d
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:07:26 1998 +0000
| | | 
| | |     Handle CAST_TO_REAL
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/prefix.rml
| | | 
| | * commit d422ed6bce688c17c33ced240c49754412c1ea1e
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:07:09 1998 +0000
| | | 
| | |     Combined CLASSMOD and EQUALMOD
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dump.rml
| | | M	modeq/explode.rml
| | | M	modeq/mod.rml
| | | 
| | * commit f90620634af2e820519938648cf38287ca43cf3f
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:06:59 1998 +0000
| | | 
| | |     Fixed package lookup
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/lookup.rml
| | | 
| | * commit ff2602fbe4cc039ba149fe3a0f80bbec69b257e4
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:06:48 1998 +0000
| | | 
| | |     Fixed lookup relations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 6baea3fe758afcdd0f2a0f7f07c1c9880b59c12d
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:05:57 1998 +0000
| | | 
| | |     Added print_type
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@241 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 1b314f879398e5ce6386c6c40de2f0af78b68aa6
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:05:23 1998 +0000
| | | 
| | |     Moved lookup relations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@240 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit 952fb67dc0e2ea3c18834a21d0000f7492b542cc
| | | Author: x97davka 
| | | Date:   Thu Apr 2 17:04:35 1998 +0000
| | | 
| | |     Added test target and lookup.rml file.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@239 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 7c7fb100b9751adefcf997c6a98a09b9f29f034f
| | | Author: x97davka 
| | | Date:   Tue Mar 31 17:50:29 1998 +0000
| | | 
| | |     Worked some more static expression analysis.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 643deb88069aa34a6cd77b535bdab7742fa6751e
| | | Author: x97davka 
| | | Date:   Tue Mar 31 13:32:44 1998 +0000
| | | 
| | |     Fixed static analysis and constant propagation of expressions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/ast/attrib.c
| | | M	modeq/ast/modgram.g
| | | M	modeq/builtin.rml
| | | M	modeq/classinf.rml
| | | M	modeq/connect.rml
| | | M	modeq/dump.rml
| | | M	modeq/env.rml
| | | M	modeq/exp.rml
| | | M	modeq/inst.rml
| | | M	modeq/prefix.rml
| | | A	modeq/staticexp.rml
| | | M	modeq/types.rml
| | | 
| | * commit 7216d61b72c2002ba86a9baedeca37fb6001a0d2
| | | Author: x97davka 
| | | Date:   Thu Mar 26 19:09:19 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/semantik
| | | M	modeq/report/syntax
| | | 
| | * commit 45ab0881403279555633e86141f6bfadbd21e2cf
| | | Author: x97davka 
| | | Date:   Thu Mar 26 19:08:43 1998 +0000
| | | 
| | |     More on restrictions and stuff
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@235 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 5b6d8f08e355a3bafb42824a6cc796c92597a0ec
| | | Author: x97davka 
| | | Date:   Thu Mar 26 19:08:24 1998 +0000
| | | 
| | |     Check more restrictions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 724cfb4d03a46af3abc83de43bdfc52abb2b47e4
| | | Author: x97davka 
| | | Date:   Thu Mar 26 19:08:05 1998 +0000
| | | 
| | |     Treat predefined types separately.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@233 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/classinf.rml
| | | 
| | * commit d28e323393e7d8abb6d36a480f5cc24c2d9d6b0d
| | | Author: x97davka 
| | | Date:   Thu Mar 26 19:07:44 1998 +0000
| | | 
| | |     Use R_PREDEFINED.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit e522f77b896cd16c7aa9e486cc7f50f6642dd96b
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:22:40 1998 +0000
| | | 
| | |     Updated with ClassInf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit ed5de8184017ad7ad4daa4171a9b13cce83e4d73
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:21:39 1998 +0000
| | | 
| | |     Restructured with ClassInf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/types.rml
| | | 
| | * commit 39573c58546b3de2ca6d28f7352188dbefb48de6
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:21:24 1998 +0000
| | | 
| | |     # dump
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 3d5e2743ac0637c53d5398332cbfc04f91521742
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:21:15 1998 +0000
| | | 
| | |     Keep a ClassInf.State and check it sometimes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 96912c0f94dff70230a70aacca9aa0fdfc03b734
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:20:51 1998 +0000
| | | 
| | |     # cosmetic
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit 45e901d5870906a7eefece6b4f7eae417149e60c
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:20:39 1998 +0000
| | | 
| | |     Save the ClassInf.State
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit d172193d887c9d4492cef94454e764f51537bdba
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:20:18 1998 +0000
| | | 
| | |     Use ClassInf.print_restr
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit d35c3e95b8f6febe1286262058c47607d45a6714
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:19:58 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/classinf.rml
| | | 
| | * commit 093f47b9c6ea5936bc2d25b659226a118797048d
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:19:49 1998 +0000
| | | 
| | |     Use ClassInf
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit 3c9ed504c92a011e098c1de100feb16253d7ee86
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:19:32 1998 +0000
| | | 
| | |     Moved ClassRestricion
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit d5a8e8ab5aa3aef5ab958ac39b17eac579c8c380
| | | Author: x97davka 
| | | Date:   Wed Mar 25 15:19:12 1998 +0000
| | | 
| | |     Added classinf.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@221 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 8cc3658c604c48f9fa388444cf2e57b37e1c5385
| | | Author: x97davka 
| | | Date:   Mon Mar 23 17:13:34 1998 +0000
| | | 
| | |     Expanded
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 0ddb65ad74870871cbf48547b9ee6215063892d4
| | | Author: x97davka 
| | | Date:   Mon Mar 23 17:13:19 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/report/Makefile
| | | 
| | * commit 62146dab3a92b6ba383b3856ae531978cf443dca
| | | Author: x97davka 
| | | Date:   Mon Mar 23 17:12:55 1998 +0000
| | | 
| | |     Use new Exp.Subscript definition
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@216 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 5f17f3eff605ad3fbf5291dccc27db0871aa88e2
| | | Author: x97davka 
| | | Date:   Mon Mar 23 17:12:38 1998 +0000
| | | 
| | |     # more tokens
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@215 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | 
| | * commit 4104c9c83a47b949688cc99b453a1822100a8a90
| | | Author: x97davka 
| | | Date:   Mon Mar 23 17:12:21 1998 +0000
| | | 
| | |     # cosmetic
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit cc63b67a90400e798a5ebbf65cc463207edfd24d
| | | Author: x97davka 
| | | Date:   Mon Mar 23 17:12:06 1998 +0000
| | | 
| | |     Added ceval
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 74f6b18192ff2ef0169eb886ac8c39e5e2f318c7
| | | Author: x97davka 
| | | Date:   Mon Mar 23 17:11:54 1998 +0000
| | | 
| | |     Added -lm to LDFLAGS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit b6925521c47fd195ebd9529ccf11068841c9da2f
| | | Author: x97davka 
| | | Date:   Mon Mar 23 11:43:42 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | 
| | * commit 4179ac2d2224dcb7a54bbabca69b83e64cbe7dd9
| | | Author: x97davka 
| | | Date:   Mon Mar 23 11:43:29 1998 +0000
| | | 
| | |     Specify inner and outer connectors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit af110c1edd7c5b7afaaafe7040a9110b26b2d09b
| | | Author: x97davka 
| | | Date:   Mon Mar 23 11:43:05 1998 +0000
| | | 
| | |     Implemented outer and inner connectors.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | 
| | * commit abd5c885cca680072b765dbfbc9bb5f677b21ffc
| | | Author: x97davka 
| | | Date:   Wed Mar 18 16:58:21 1998 +0000
| | | 
| | |     New stuff about connections
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/report.tex
| | | M	modeq/report/semantik
| | | 
| | * commit bdc3eff3a9fabe122558a45a1263220a747db8fa
| | | Author: x97davka 
| | | Date:   Wed Mar 18 16:58:03 1998 +0000
| | | 
| | |     New path to rmlc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit f5e2fde46c964d98d9774e0663cea7a12c4e57c2
| | | Author: x97davka 
| | | Date:   Wed Mar 18 16:57:51 1998 +0000
| | | 
| | |     Added better support for flow variables.
| | |     Changed to new "fail" style.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/connect.rml
| | | M	modeq/exp.rml
| | | M	modeq/explode.rml
| | | M	modeq/inst.rml
| | | M	modeq/mod.rml
| | | M	modeq/types.rml
| | | 
| | * commit 64cc01e85d9267da18503c92803bed280108adf8
| | | Author: x97davka 
| | | Date:   Wed Mar 18 16:56:03 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit f863bcfb259ddceef6f02a8748f1b505c5c5cfbf
| | | Author: x97davka 
| | | Date:   Tue Mar 17 17:35:53 1998 +0000
| | | 
| | |     Build connection sets.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 2354aa7901c12c472d8456815ed7d321dc124e5f
| | | Author: x97davka 
| | | Date:   Tue Mar 17 17:35:16 1998 +0000
| | | 
| | |     Export dump_list
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit e66f51b32e1fc5778307768a7143215a2dc5d419
| | | Author: x97davka 
| | | Date:   Tue Mar 17 17:34:58 1998 +0000
| | | 
| | |     Added dump relations
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/connect.rml
| | | 
| | * commit 09dc51df434987c4cb471965e41bbed7190c0bb8
| | | Author: x97davka 
| | | Date:   Tue Mar 17 15:55:51 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/semantik
| | | 
| | * commit 585de6b68cbfc79b1e0269800ea98d968613a9bb
| | | Author: x97davka 
| | | Date:   Tue Mar 17 15:55:38 1998 +0000
| | | 
| | |     Added eq_cref
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit a4112c6db9213804bc0b87da1c621cda487af170
| | | Author: x97davka 
| | | Date:   Tue Mar 17 15:55:20 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/connect.rml
| | | 
| | * commit 4e2e6bab8e29db7e1e985b744812922b2685d85d
| | | Author: x97davka 
| | | Date:   Tue Mar 17 15:55:11 1998 +0000
| | | 
| | |     Fixed .SUFFIXES finally
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 76c95d991afcc56a12990456bdbb2480aa4d8fdd
| | | Author: x97davka 
| | | Date:   Fri Mar 13 10:04:06 1998 +0000
| | | 
| | |     First stab
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/report/report.tex
| | | 
| | * commit 265f6f82cee7cab0b629bbf0b5d79917d539a145
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:30:06 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@193 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/builtin.rml
| | | 
| | * commit 0f1637482fdf5ad541a0b6f2904dc0727d2bc488
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:29:40 1998 +0000
| | | 
| | |     Update according to changes in absyn.rml.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@192 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 860dd211fb3537de54faf96e6c0a659bd1a2e687
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:29:18 1998 +0000
| | | 
| | |     Fixed include files.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit d2464903863f38ccd6f449caa85a3e4c22ed35f1
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:29:05 1998 +0000
| | | 
| | |     Lots of new types.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/types.rml
| | | 
| | * commit 3fb16f3e29b8ba54bd2d9028cc273d097d394027
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:28:39 1998 +0000
| | | 
| | |     Keep track of subscripts.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/prefix.rml
| | | 
| | * commit 834c5d55987910d066077cfbccf29f48a1606d64
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:28:25 1998 +0000
| | | 
| | |     Changed dump a little.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 90df105dfadf8ca2b9e77171f0a6b76f4bb39a16
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:28:02 1998 +0000
| | | 
| | |     Lots of new stuff and fixes. Now does pseudoconnecting.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 2e20d6525063a02c3eda117f445486f7fb063c38
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:27:28 1998 +0000
| | | 
| | |     Use Types.VarAttr.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit 87f4c647bf6578a02def6025a2ad29fa60c9dfcd
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:27:03 1998 +0000
| | | 
| | |     Subscript and ComponentRef now lives here
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@185 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit cc9d92cb745393ee9e68fe6ac5ef365d95d5f3df
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:26:42 1998 +0000
| | | 
| | |     Use Types.VarAttr.
| | |     Some new lookup relations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit 7697bd3c1fd3e434585eddef2b35a65ed65cfa69
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:26:02 1998 +0000
| | | 
| | |     Change path to component_ref in some places
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit c11ab8c2e91e047e2d9dac561e9e5162135a3211
| | | Author: x97davka 
| | | Date:   Thu Mar 12 19:25:15 1998 +0000
| | | 
| | |     Moved Subscript and ComponentRef to exp.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit 46237f04fa3af0091e2c8c5344f046929c532a8a
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:46:09 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@181 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 5a801cdec04d095c27110cab4481da4f899d479a
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:45:46 1998 +0000
| | | 
| | |     Why connect() should be a special construct.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/syntax
| | | 
| | * commit 8f1a6399ec556225a5667cf604c6e4b514779fe2
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:45:22 1998 +0000
| | | 
| | |     Added CONNECT
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | M	modeq/ast/modgram.g
| | | 
| | * commit bef5ec92157bb05b7adfdeeb6c5c9b4853ac75d8
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:44:49 1998 +0000
| | | 
| | |     New RML version
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit ae392ce9e6125da0816a907129813236563f09b5
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:44:39 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/types.rml
| | | 
| | * commit 8466c4f06996ff82324c4d26dd983c8d99d02e77
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:44:27 1998 +0000
| | | 
| | |     Build Types.Type
| | |     Use lookup_var_local where appropriate
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 3d9a6f9ab0e430229e50dd911d6de8c021e16eba
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:43:56 1998 +0000
| | | 
| | |     New relation lookup_var_local
| | |     Use Types.Type in FrameVar
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit 50fc7a295a2ff77bc7d4eb8a4da181e355ed16ff
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:43:27 1998 +0000
| | | 
| | |     Dump EQ_CONNECT
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit ef8ef39b37a61f66206064b13c6aa50a6b5f2c03
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:43:13 1998 +0000
| | | 
| | |     Use Explode
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit 4a8c73b4a99e9123ad90608fbd575308ab6df1f9
| | | Author: x97davka 
| | | Date:   Mon Mar 9 15:43:02 1998 +0000
| | | 
| | |     Treat connect() as a special construct.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit 831b818982d56f2633acb8fba1d9edfd6abb2485
| | | Author: x97davka 
| | | Date:   Sat Mar 7 18:32:57 1998 +0000
| | | 
| | |     Build if expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 1f02c12e1da92ba318f1a0fafa585b73ef7c814e
| | | Author: x97davka 
| | | Date:   Sat Mar 7 18:32:36 1998 +0000
| | | 
| | |     Added mod_assignment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit a5ebcae03c1a1a5b1147bd984fda685bf1ea56a9
| | | Author: x97davka 
| | | Date:   Sat Mar 7 18:32:20 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lform.rml
| | | 
| | * commit bee8e2d3cdb06b61a4319028609cd64da1dad51b
| | | Author: x97davka 
| | | Date:   Sat Mar 7 18:32:13 1998 +0000
| | | 
| | |     Shdow assignment equations.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 9c03acac8b04a8293bd8d647eb7a651e50e0cc46
| | | Author: x97davka 
| | | Date:   Sat Mar 7 18:31:53 1998 +0000
| | | 
| | |     Save assignment modifications in the environment.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit e8dec720118e85fd1c7ffb504067fd2dd26b6928
| | | Author: x97davka 
| | | Date:   Wed Mar 4 19:14:25 1998 +0000
| | | 
| | |     Removed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/test.rml
| | | 
| | * commit 4d4e2088d6f38afc6635591e823b187fb0645fe6
| | | Author: x97davka 
| | | Date:   Wed Mar 4 19:13:44 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 878af371e066ab4efbba164ff7a555f084140618
| | | Author: x97davka 
| | | Date:   Wed Mar 4 19:13:20 1998 +0000
| | | 
| | |     Fixed EXTENDS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit c142a1423ca422b631dd9078d905c04d2292115c
| | | Author: x97davka 
| | | Date:   Wed Mar 4 19:13:04 1998 +0000
| | | 
| | |     Use Explode
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | M	modeq/env.rml
| | | M	modeq/main.rml
| | | 
| | * commit 551a4ad0a3ab0f81214d61c3fd536499de7581b5
| | | Author: x97davka 
| | | Date:   Wed Mar 4 19:12:53 1998 +0000
| | | 
| | |     Use Explode
| | |     Started to check "protected". Not done yet.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 22117ef7978da82873be11afc96973943225003f
| | | Author: x97davka 
| | | Date:   Wed Mar 4 19:12:27 1998 +0000
| | | 
| | |     Debug message
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/explode.rml
| | | 
| | * commit 951868a180bf9a866ff6f425fd37d9825629a5eb
| | | Author: x97davka 
| | | Date:   Wed Mar 4 19:11:20 1998 +0000
| | | 
| | |     Removed explosion code
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@158 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit 1d19178cee7a5983304525eee9d3aef60e7f3f2b
| | | Author: x97davka 
| | | Date:   Wed Mar 4 17:15:12 1998 +0000
| | | 
| | |     Removed references to modAST.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 8ebf3fdcde267a6e300ed5cfb2e0c6bd4384e52e
| | | Author: x97davka 
| | | Date:   Wed Mar 4 17:14:52 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/explode.rml
| | | 
| | * commit abadfa49f19920795a0e3741c89cbf9403617bca
| | | Author: x97davka 
| | | Date:   Wed Mar 4 17:06:17 1998 +0000
| | | 
| | |     Removed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/main.rml
| | | D	modeq/rml.h
| | | 
| | * commit 5e338bd0ad4470919c4a888017708e2c5beddc82
| | | Author: x97davka 
| | | Date:   Wed Mar 4 16:06:50 1998 +0000
| | | 
| | |     Removed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/ast/modAST.cpp
| | | D	modeq/ast/modAST.h
| | | 
| | * commit 399836e1c0b5b2984076f9e3a894ba718d34c532
| | | Author: x97davka 
| | | Date:   Wed Mar 4 16:05:19 1998 +0000
| | | 
| | |     Fixed PUBLIC and PROTECTED
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 8b36183a1c49d475ebe27a082028d86ae62f2144
| | | Author: x97davka 
| | | Date:   Wed Mar 4 16:05:03 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit 8c73db3b336c5907759dbc95fedb6e6f3013b863
| | | Author: x97davka 
| | | Date:   Wed Mar 4 16:04:43 1998 +0000
| | | 
| | |     Fixed bug in merge.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@150 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 61271fb70b5f45877220ee0fbc1e46456aaf0caf
| | | Author: x97davka 
| | | Date:   Wed Mar 4 16:04:09 1998 +0000
| | | 
| | |     Improved modification handling
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@149 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 8a735766b1428311eb07ccade33d822a9da50718
| | | Author: x97davka 
| | | Date:   Wed Mar 4 16:03:51 1998 +0000
| | | 
| | |     Typo
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 157f00b53fcfea87d50274bf717b80014920d509
| | | Author: x97davka 
| | | Date:   Wed Mar 4 16:03:40 1998 +0000
| | | 
| | |     Added dependencies
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 4d5003f9d6c5551071eebbc010e34f0144698d98
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:58:18 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/semantik
| | | 
| | * commit 722b45c56585a57fd5ce6bc9a1a767754c23499e
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:58:06 1998 +0000
| | | 
| | |     Updated to RML 1.9.0
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/parsemod.c
| | | 
| | * commit 0cf5e5cca37de9b5fb662a71f38e69b1d229b309
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:57:55 1998 +0000
| | | 
| | |     doc fix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit af0952cb4e0dcb0c19f581ccdab88b455796b1cb
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:57:42 1998 +0000
| | | 
| | |     RML fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit 5e9d7f9981c67f15f30e7d315f355af5444f6c41
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:57:15 1998 +0000
| | | 
| | |     Rewrote bigtime.
| | |     Added dump, build and implemented merge.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit b2a672eb307fc9b56e5758b1916cf0b8e52374f5
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:56:28 1998 +0000
| | | 
| | |     Updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 35f5f1344814b2a7167b09d726fcc60ef2f8d23c
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:56:07 1998 +0000
| | | 
| | |     Not used anymore
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@140 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lform.rml
| | | 
| | * commit 3ec13e1f2a1112219f59ed881bf6353cf2161c8e
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:53:37 1998 +0000
| | | 
| | |     Rewrote to not use lform, but put modifications in the environment.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit da53f7d62be7f6d72f02b5fe8aed8795aced0d24
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:51:47 1998 +0000
| | | 
| | |     Store modifications together with classes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit b1428e5ec1cb6cb315ab0298415e769a62d82246
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:51:26 1998 +0000
| | | 
| | |     Updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/builtin.rml
| | | 
| | * commit d24f2bbce998cd98bf4c2e86ce9c0094b5130fdd
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:51:13 1998 +0000
| | | 
| | |     Added element_spec_name
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit a7f8b2d3336f584e774528e346f8830b464a53d0
| | | Author: x97davka 
| | | Date:   Thu Feb 26 19:50:51 1998 +0000
| | | 
| | |     Fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit a0a6c25339e433f895485b9b0d28f1bfc19a26a6
| | | Author: x97davka 
| | | Date:   Mon Feb 23 10:26:42 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | M	modeq/inst.rml
| | | M	modeq/main.rml
| | | M	modeq/mod.rml
| | | M	modeq/report/design
| | | M	modeq/report/semantik
| | | M	modeq/report/syntax
| | | 
| | * commit 80648e9c2de3210f804aba7743799661a9769707
| | | Author: x97davka 
| | | Date:   Mon Feb 23 10:25:59 1998 +0000
| | | 
| | |     Renamed COMPONENTS to COMPONENT
| | |     Removed dead code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lform.rml
| | | 
| | * commit 96a8dac83de6c9f4e7ae215cfc5592bfdfac467d
| | | Author: x97davka 
| | | Date:   Mon Feb 23 10:24:44 1998 +0000
| | | 
| | |     Use absyn again.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit 7815e12189c4841b0ff16ae6ca6a002282a17583
| | | Author: x97davka 
| | | Date:   Mon Feb 23 10:23:03 1998 +0000
| | | 
| | |     Moved to other documents.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/BUGGAR
| | | 
| | * commit 4d24419863da60ab2a0a2d3828ec4c645060b577
| | | Author: x97davka 
| | | Date:   Wed Feb 18 11:31:33 1998 +0000
| | | 
| | |     Use lform
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit 31221c52424cdc5b943fbd6574ee1073133352a1
| | | Author: x97davka 
| | | Date:   Wed Feb 18 11:31:22 1998 +0000
| | | 
| | |     Prepare to use lform
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 6d08e967c2c3c1ad4500d0dd8c430391acc0044f
| | | Author: x97davka 
| | | Date:   Wed Feb 18 11:10:57 1998 +0000
| | | 
| | |     Updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lform.rml
| | | 
| | * commit 4915167b8d9a98208472321904af87016ef69a8a
| | | Author: x97davka 
| | | Date:   Wed Feb 18 11:10:43 1998 +0000
| | | 
| | |     Start using lform.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@127 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit aaae56163d9fa54abcc7965f641ad032c88ccccb
| | | Author: x97davka 
| | | Date:   Thu Feb 12 17:35:10 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/report/semantik
| | | 
| | * commit 6599ba8c3cab249e16b9888deaedf63dcbdb04a6
| | | Author: x97davka 
| | | Date:   Thu Feb 12 17:33:36 1998 +0000
| | | 
| | |     Handle equality modifications.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 05fce182af337c53fa15cc9cf6036a5793fdaf74
| | | Author: x97davka 
| | | Date:   Thu Feb 12 17:33:10 1998 +0000
| | | 
| | |     Lots of small fixes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 8ecce831e0b38092a4f2414e6adbb4f714066216
| | | Author: x97davka 
| | | Date:   Mon Feb 9 17:00:31 1998 +0000
| | | 
| | |     New files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@123 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/report/design
| | | A	modeq/report/semantik
| | | A	modeq/report/syntax
| | | 
| | * commit 25e7be48dc2c8743c85b5fad57399299d06bae86
| | | Author: x97davka 
| | | Date:   Mon Feb 9 17:00:07 1998 +0000
| | | 
| | |     Fixed logical expressions.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit a4c98b84cc4bb9c89925fd9fa52bbb8737a12c3c
| | | Author: x97davka 
| | | Date:   Mon Feb 9 16:57:34 1998 +0000
| | | 
| | |     Added some tokens.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | 
| | * commit e84d4dea4c102795ec27d07e6d8eb3e2fc082afe
| | | Author: x97davka 
| | | Date:   Mon Feb 9 16:57:14 1998 +0000
| | | 
| | |     Noted that equality modifications are not yet handled.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit a1870459c549d64b5220ec239ecf1f615b07d720
| | | Author: x97davka 
| | | Date:   Mon Feb 9 16:56:51 1998 +0000
| | | 
| | |     Added informational messages.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 78e68c6e45c940dc4f2551e621ffa7cce7c46d5c
| | | Author: x97davka 
| | | Date:   Mon Feb 9 16:56:27 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/BUGGAR
| | | 
| | * commit 2afa783902653f32da445c9b558bda0d01f198a4
| | | Author: x97davka 
| | | Date:   Mon Feb 9 14:35:55 1998 +0000
| | | 
| | |     Renamed prefix_add to prefix_path and added another relation called
| | |     prefix_add
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/prefix.rml
| | | 
| | * commit 5706f0623e22b91006d470bcdcc78dc17c6d7304
| | | Author: x97davka 
| | | Date:   Mon Feb 9 14:35:32 1998 +0000
| | | 
| | |     Added empty_mod
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/mod.rml
| | | 
| | * commit 1c7952cea990a3571f09264bcfdfab0928b28b00
| | | Author: x97davka 
| | | Date:   Mon Feb 9 14:34:50 1998 +0000
| | | 
| | |     Added built-in types to builtin.rml
| | |     Fixed some trace output
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 48a42728300b8759f781484753c4b6faf7e5176f
| | | Author: x97davka 
| | | Date:   Mon Feb 9 14:34:16 1998 +0000
| | | 
| | |     Added some trace info
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/env.rml
| | | 
| | * commit d2fd268d0e177530e6ad82c53dd5121b75dd15f5
| | | Author: x97davka 
| | | Date:   Mon Feb 9 14:33:52 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/builtin.rml
| | | 
| | * commit 857ac64f6164a49afb93ddd612a07f91df2a4a46
| | | Author: x97davka 
| | | Date:   Mon Feb 9 14:33:37 1998 +0000
| | | 
| | |     Added builtin
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 37f34cfbb87f350d0a15d2f1725994314ca568de
| | | Author: x97davka 
| | | Date:   Fri Feb 6 16:38:45 1998 +0000
| | | 
| | |     Export prefix_add
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@110 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/prefix.rml
| | | 
| | * commit c32f261149ad549e233db7be416786f5679dee14
| | | Author: x97davka 
| | | Date:   Fri Feb 6 16:38:30 1998 +0000
| | | 
| | |     Cosmetics
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 8c8a4196d1c8c1757a1833c3274a5123a6aac8ca
| | | Author: x97davka 
| | | Date:   Fri Feb 6 16:38:17 1998 +0000
| | | 
| | |     Fixed the initial environment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@108 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 2449db2d7f002bd5b543e321bff8a8d71ddc4666
| | | Author: x97davka 
| | | Date:   Fri Feb 6 16:37:56 1998 +0000
| | | 
| | |     Moved path_string
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | 
| | * commit 9bd2b42b1e223503e00f1004b70ce5be7d9bc14b
| | | Author: x97davka 
| | | Date:   Fri Feb 6 15:04:39 1998 +0000
| | | 
| | |     Added convenient access to element names.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/ast/modgram.g
| | | M	modeq/dump.rml
| | | 
| | * commit aaec8e9c667f39b4212275963b989c3d5d2c6037
| | | Author: x97davka 
| | | Date:   Fri Feb 6 15:04:17 1998 +0000
| | | 
| | |     Split in submodules
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@104 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 5b98d32dda6adf36cc9964c8fbbd95e8405b25c7
| | | Author: x97davka 
| | | Date:   Fri Feb 6 15:02:49 1998 +0000
| | | 
| | |     Added env.rml, mod.rml and prefix.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | A	modeq/env.rml
| | | A	modeq/mod.rml
| | | A	modeq/prefix.rml
| | | 
| | * commit af7f390ab91d38ef8670d1357a9fb76f721a0da4
| | | Author: x97davka 
| | | Date:   Mon Feb 2 15:38:18 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/report/abstract
| | | 
| | * commit c9b53071a0fe3353766dc79d4d71a70916df9a33
| | | Author: x97davka 
| | | Date:   Mon Feb 2 15:38:02 1998 +0000
| | | 
| | |     Fixed a bug in the Modelica spec.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit efb15466f0bcfddde574be302c7e08cc22d8fae6
| | | Author: x97davka 
| | | Date:   Mon Feb 2 15:36:57 1998 +0000
| | | 
| | |     Don't use lform, but inst.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 90bae87f020f61cd2cfae3b6094dcaa61989779c
| | | Author: x97davka 
| | | Date:   Mon Feb 2 15:36:34 1998 +0000
| | | 
| | |     This file is no longer used.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@99 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lform.rml
| | | 
| | * commit 6f1e66d021dde33077833b71ef0825da79ac48d9
| | | Author: x97davka 
| | | Date:   Mon Feb 2 15:36:21 1998 +0000
| | | 
| | |     Rewrote large parts. Don't use LForm.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@98 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 33fe431e793dd8ad35d84c5668ac4877834311b9
| | | Author: x97davka 
| | | Date:   Mon Feb 2 15:30:09 1998 +0000
| | | 
| | |     Fixed a bug in the Modelica spec
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@97 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dump.rml
| | | 
| | * commit bb892b1600a1f5b35d7826a938b32822f3591f84
| | | Author: x97davka 
| | | Date:   Mon Feb 2 15:29:20 1998 +0000
| | | 
| | |     Added inst.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@96 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 7e35a6a58d2569123583d9c149cdd773d749fa75
| | | Author: x97davka 
| | | Date:   Mon Feb 2 15:29:10 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@95 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/BUGGAR
| | | 
| | * commit 1115ee11f47fcc2191176c9130f0a39c5ab66fb1
| | | Author: x97davka 
| | | Date:   Mon Jan 26 17:20:17 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@94 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/BUGGAR
| | | 
| | * commit 2cf7ba80b50ec27235d2ea59b09cb0dd9ef8352a
| | | Author: x97davka 
| | | Date:   Thu Jan 22 12:44:11 1998 +0000
| | | 
| | |     Bugfixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@93 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/inst.rml
| | | 
| | * commit 3c3e42ec581d22917b1a301e412a7affd89ac4e8
| | | Author: x97davka 
| | | Date:   Thu Jan 22 10:46:44 1998 +0000
| | | 
| | |     Added inst.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@92 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit c629dfcc22cc0747bfba0573135b017b88a6de0e
| | | Author: x97davka 
| | | Date:   Thu Jan 22 10:46:21 1998 +0000
| | | 
| | |     Instantiate
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@91 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 12c421e29d96c0a6bd01b09f403b35e2dc5b315e
| | | Author: x97davka 
| | | Date:   Thu Jan 22 10:46:07 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@90 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/inst.rml
| | | 
| | * commit 4b9f3f9210012e1768513abbb8d824c82cd03a23
| | | Author: x97davka 
| | | Date:   Thu Jan 22 10:45:51 1998 +0000
| | | 
| | |     Updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@89 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 16396d1d22d7961a268fd4a2dfa463b2c82cd811
| | | Author: x97davka 
| | | Date:   Fri Jan 16 14:18:38 1998 +0000
| | | 
| | |     Keep up with changes in Absyn.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@88 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 53794c302be5199c63d5498ffe7938b385cf9519
| | | Author: x97davka 
| | | Date:   Fri Jan 16 14:18:14 1998 +0000
| | | 
| | |     Call Absyn.explode_components.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@87 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 5b63fd98a69c7e55446284ea7544e2dc10952f80
| | | Author: x97davka 
| | | Date:   Fri Jan 16 14:17:46 1998 +0000
| | | 
| | |     Expanded a lot. Now it compiles.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@86 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/lform.rml
| | | 
| | * commit 0e70608e1c0c2b96478068e84d7d660a4dac210c
| | | Author: x97davka 
| | | Date:   Fri Jan 16 14:17:00 1998 +0000
| | | 
| | |     Little fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@85 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit cc8cabcde4be81202d30a927b2d8fb8779d92fdd
| | | Author: x97davka 
| | | Date:   Fri Jan 16 14:04:44 1998 +0000
| | | 
| | |     # cosmetics
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@84 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | 
| | * commit 05a72ae9b6e1abe5ed99bf74de8cd4a2b1496e4e
| | | Author: x97davka 
| | | Date:   Fri Jan 16 13:58:41 1998 +0000
| | | 
| | |     Explode components.
| | |     Changed some Idents to Paths.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@83 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit b8d285e296e3480984c2bde9169554d4523844f7
| | | Author: x97davka 
| | | Date:   Fri Jan 16 13:57:26 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@82 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/BUGGAR
| | | A	modeq/Modelica.mdc
| | | 
| | * commit 42f662284e75de337fd84e5553b58256c1d34926
| | | Author: x97davka 
| | | Date:   Fri Jan 16 13:56:49 1998 +0000
| | | 
| | |     Fixed compilation order
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@81 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 5fdb7baa20c1a6b322ec923f30891c48f4bb9438
| | | Author: x97davka 
| | | Date:   Fri Jan 9 13:18:50 1998 +0000
| | | 
| | |     *** empty log message ***
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@80 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | M	modeq/dae.rml
| | | 
| | * commit fd2ef28ae76d22c0144d9aecad0c3a9dca2d1f5a
| | | Author: x97davka 
| | | Date:   Fri Jan 9 13:18:18 1998 +0000
| | | 
| | |     Removed almost everything.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@79 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modelica.rml
| | | 
| | * commit b786c2d69f8ccac98fbd246affbf94e1c034f5a4
| | | Author: x97davka 
| | | Date:   Fri Jan 9 13:17:49 1998 +0000
| | | 
| | |     Convert to lform
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@78 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 3149514015182c85ea330829ce1f3c1d3dfe9acf
| | | Author: x97davka 
| | | Date:   Fri Jan 9 13:17:34 1998 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@77 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/lform.rml
| | | 
| | * commit ef075a3920d753bfc46f073798f14659218b68be
| | | Author: x97davka 
| | | Date:   Fri Jan 9 13:16:56 1998 +0000
| | | 
| | |     Added lform
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@76 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 6a8be3cb53d67187294e1b26f2fe1064eb58b1cd
| | | Author: x97davka 
| | | Date:   Thu Jan 8 10:17:13 1998 +0000
| | | 
| | |     Added mk_box7
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@75 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/yacclib.c
| | | M	modeq/ast/yacclib.h
| | | 
| | * commit 82b5a118689642c0f3107dcbc180abf386d20c1f
| | | Author: x97davka 
| | | Date:   Thu Jan 8 10:16:57 1998 +0000
| | | 
| | |     Fixed so it works for most programs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@74 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit fa845bbf8815f8431e6ce4dced36c7b6c0615233
| | | Author: x97davka 
| | | Date:   Thu Jan 8 10:16:26 1998 +0000
| | | 
| | |     Print more
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@73 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | 
| | * commit 84f1b14d7d62d2bbaf40b62b6213e8b0bb04f3a7
| | | Author: x97davka 
| | | Date:   Thu Jan 8 10:16:14 1998 +0000
| | | 
| | |     Updated.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@72 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit b223542f4aab9b7ad8c1b19905a2055cedb5b4da
| | | Author: x97davka 
| | | Date:   Thu Jan 8 10:16:01 1998 +0000
| | | 
| | |     Use a component list in element specs.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@71 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit f991f8f71c38edfed819831d448eb41e5a249df5
| | | Author: x97davka 
| | | Date:   Thu Jan 8 10:15:01 1998 +0000
| | | 
| | |     Finally managed to build the subdir properly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@70 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 99ceb6f1fb05ddf3097bdabd33f42232154c98d8
| | | Author: x97davka 
| | | Date:   Tue Dec 9 12:49:40 1997 +0000
| | | 
| | |     Fixed rule "relation"
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@69 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 1b95bd550d721e253de52c2cdecf89af6772b337
| | | Author: x97davka 
| | | Date:   Tue Dec 9 12:49:17 1997 +0000
| | | 
| | |     Added relations and logical expressions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@68 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | M	modeq/exp.rml
| | | 
| | * commit baecbcb570ebe020afaabcd4aed5573a5630c092
| | | Author: x97davka 
| | | Date:   Mon Dec 8 18:52:56 1997 +0000
| | | 
| | |     Rewrote subscript handling
| | |     Fixed element modifications
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@67 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit af86e9554ce9920004a1f86410650643898f8103
| | | Author: x97davka 
| | | Date:   Mon Dec 8 18:51:47 1997 +0000
| | | 
| | |     Prettify
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@66 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 8d4feb9c02b588096c4560bdbc3669b72b0bf8c4
| | | Author: x97davka 
| | | Date:   Mon Dec 8 16:24:22 1997 +0000
| | | 
| | |     Inline type_prefix
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@65 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 781c9450364232dd7255fc38f1a07ea986bd8fda
| | | Author: x97davka 
| | | Date:   Mon Dec 8 16:23:55 1997 +0000
| | | 
| | |     Dump extends clauese better
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@64 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit cc912fec8544cce7a6f8522871e1d0380d533d41
| | | Author: x97davka 
| | | Date:   Mon Dec 8 15:27:06 1997 +0000
| | | 
| | |     Construct constants correctly.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@63 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 70ae0e48953c782ee07538fd72bdf4a6308e9338
| | | Author: x97davka 
| | | Date:   Mon Dec 8 15:26:39 1997 +0000
| | | 
| | |     Removed quotes from string constants at once.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@62 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | 
| | * commit a96c421213d1e1a7144fbd73c11a6137bacf5a63
| | | Author: x97davka 
| | | Date:   Mon Dec 8 15:26:05 1997 +0000
| | | 
| | |     Added strings and booleans.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@61 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 6d9280c93f15cdd900e80c65152e2f5bfbe88659
| | | Author: x97davka 
| | | Date:   Mon Dec 8 15:25:36 1997 +0000
| | | 
| | |     Dump more stuff.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@60 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit f22b68e5cda69543bfcb2cbcd89e9a9b30217530
| | | Author: x97davka 
| | | Date:   Fri Dec 5 16:45:12 1997 +0000
| | | 
| | |     Extended. Now it seems to parse type definitions OK.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@59 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 4df116e284b68667a297eb2503782dfa39a11acf
| | | Author: x97davka 
| | | Date:   Fri Dec 5 16:44:42 1997 +0000
| | | 
| | |     Handle more tokens
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@58 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | 
| | * commit 1decaa0454dec5fb436dabc237e9b05668be2c5f
| | | Author: x97davka 
| | | Date:   Fri Dec 5 16:44:28 1997 +0000
| | | 
| | |     Fixed indentation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@57 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit e24db13c6831ed6416f7ce5d0dbf329148dd1c87
| | | Author: x97davka 
| | | Date:   Fri Dec 5 16:44:13 1997 +0000
| | | 
| | |     More and better rules
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@56 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 1fcdbe64ecd47104755d6b8e5f5ab5f7c9be952b
| | | Author: x97davka 
| | | Date:   Fri Dec 5 16:43:56 1997 +0000
| | | 
| | |     Moved everything to absyn.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@55 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/class.rml
| | | 
| | * commit 529b901306f4e942086e17b934f90849051cac55
| | | Author: x97davka 
| | | Date:   Fri Dec 5 16:43:43 1997 +0000
| | | 
| | |     Moved everything from class.rml here
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@54 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/absyn.rml
| | | 
| | * commit 13f1c5b86914a708cb30c51d6ae5b738a9b94910
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:57:49 1997 +0000
| | | 
| | |     Added some box functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@53 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/yacclib.h
| | | 
| | * commit d52761c45800a59626560b8380fc03aecad20192
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:57:31 1997 +0000
| | | 
| | |     Fixed horrible typos that made me lose a couple of days
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@52 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/yacclib.c
| | | 
| | * commit b9cc7447f48487cd92b3b979c9f6a3cbfc116012
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:57:01 1997 +0000
| | | 
| | |     New function: sibling_list
| | |     Other fixes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@51 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/parsemod.c
| | | 
| | * commit 32e83c95e68773fe449c079c0a425a780590571c
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:56:21 1997 +0000
| | | 
| | |     Now builds a complete AST for a simple program!
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@50 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit b07e4771c8d75f08ad888f5e017075913ef3ccb2
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:55:48 1997 +0000
| | | 
| | |     Updated
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@49 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/attrib.c
| | | M	modeq/test.rml
| | | 
| | * commit 9c1c07c0e7cf4e060205ac7a68f025b3ae609011
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:55:20 1997 +0000
| | | 
| | |     Exp.dump had moved
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@48 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dae.rml
| | | M	modeq/modelica.rml
| | | 
| | * commit 2968c7b8bcaddde9f0bb73c62f1b218345a07f34
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:55:07 1997 +0000
| | | 
| | |     Get the file name from the command line
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@47 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 9ba385e0c03a2f84f35585c013c6a377d653ca05
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:54:23 1997 +0000
| | | 
| | |     Moved the expression dump relation here
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@46 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/dump.rml
| | | 
| | * commit 9d5f763acaa53fce7ce396455425779b6d9c9c4e
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:54:04 1997 +0000
| | | 
| | |     Moved dump to dump.rml
| | |     Added the Path datatype
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@45 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/exp.rml
| | | 
| | * commit 41276b310c103744883a660fcd13e1e594fe4c19
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:53:14 1997 +0000
| | | 
| | |     Expanded Class.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@44 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/class.rml
| | | 
| | * commit 408dc6db148646105468282561e6744025791e1a
| | | Author: x97davka 
| | | Date:   Mon Dec 1 19:52:38 1997 +0000
| | | 
| | |     Removed test.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@43 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 12d4d33ecc0dcc85392267c32a4d2e26d3573077
| | | Author: x97davka 
| | | Date:   Thu Nov 27 09:58:54 1997 +0000
| | | 
| | |     New file.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@41 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/ast/parsemod.c
| | | 
| | * commit 2991b90c535651fb760254c514e72448d2345d9f
| | | Author: x97davka 
| | | Date:   Thu Nov 27 09:58:29 1997 +0000
| | | 
| | |     Moved stuff to attrib.c
| | |     Fixed tree-building.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@40 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit f18abb52c20dbd179d20305e4067c291782caef6
| | | Author: x97davka 
| | | Date:   Thu Nov 27 09:57:17 1997 +0000
| | | 
| | |     Removed unused code.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@39 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modAST.h
| | | 
| | * commit 584197e69b976a7e09d409b8985e836ecbe779c4
| | | Author: x97davka 
| | | Date:   Thu Nov 27 09:56:56 1997 +0000
| | | 
| | |     New files.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@38 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/ast/attrib.c
| | | A	modeq/ast/attrib.h
| | | 
| | * commit 82e8b75864345d1e7b7546ab0b4b9862833a9040
| | | Author: x97davka 
| | | Date:   Thu Nov 27 09:56:40 1997 +0000
| | | 
| | |     Better dependencies.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@37 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit 51113c0c101f21c58ce72f519960b0869c301c26
| | | Author: x97davka 
| | | Date:   Thu Nov 27 09:55:19 1997 +0000
| | | 
| | |     Remove .c.o target.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@36 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 28742875d4f833ef6efd1e101816a485c158e02d
| | | Author: x97davka 
| | | Date:   Tue Nov 25 15:43:48 1997 +0000
| | | 
| | |     Build an AST.
| | |     Added some routines for printing an AST.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@35 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit f6443f89a24b82264f0d4b2fce79aeaf4ef8142a
| | | Author: x97davka 
| | | Date:   Tue Nov 25 15:43:18 1997 +0000
| | | 
| | |     Use SparcWorks cc
| | |     Call antlr with -gt -gl
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@34 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit 2cf23062c031eafd3bbf7ffbaa442dc77351c88b
| | | Author: x97davka 
| | | Date:   Tue Nov 25 10:21:46 1997 +0000
| | | 
| | |     Taken from rml 1.3.6.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@32 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/ast/yacclib.c
| | | A	modeq/ast/yacclib.h
| | | 
| | * commit d0321e99f1d446d71645669a9d88039a82432ac1
| | | Author: x97davka 
| | | Date:   Tue Nov 25 10:21:17 1997 +0000
| | | 
| | |     Created a dummy parser that at least uses yacclib.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@31 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit bd5a3f6d732c35989042929be3aa847fb6f4ec4d
| | | Author: x97davka 
| | | Date:   Tue Nov 25 10:20:40 1997 +0000
| | | 
| | |     Added yacclib.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@30 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit ae630965623fabcc2ebb38a86dec40123e4b7249
| | | Author: x97davka 
| | | Date:   Tue Nov 25 10:20:24 1997 +0000
| | | 
| | |     New file.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@29 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/dump.rml
| | | A	modeq/test.rml
| | | 
| | * commit 57522761643ff519a4a880a06c70b62f820ec49d
| | | Author: x97davka 
| | | Date:   Tue Nov 25 10:19:59 1997 +0000
| | | 
| | |     Use the parser.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@28 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 58695ff1bc20753e7f09e869e399b1f24b036c42
| | | Author: x97davka 
| | | Date:   Tue Nov 25 10:19:15 1997 +0000
| | | 
| | |     Bugfixes.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@27 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/class.rml
| | | 
| | * commit cfc94553fec71d53ca3bb5f7fcbd08af31f5fb3c
| | | Author: x97davka 
| | | Date:   Tue Nov 25 10:18:46 1997 +0000
| | | 
| | |     Always run make in ast/
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@26 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 914aee3f20f9834d8cdc1dc6d6da6203a5739aa6
| | | Author: x97davka 
| | | Date:   Tue Nov 18 16:32:47 1997 +0000
| | | 
| | |     Tried to implement something callable from RML.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit fe1300b39cca1ea724761c2a8d34855582c27251
| | | Author: x97davka 
| | | Date:   Tue Nov 18 16:32:14 1997 +0000
| | | 
| | |     New file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/absyn.rml
| | | A	modeq/parse.rml
| | | 
| | * commit 414ca7c0f91bb5e689bd2cba7cb3b06498f06d81
| | | Author: x97davka 
| | | Date:   Tue Nov 18 16:31:56 1997 +0000
| | | 
| | |     Try to use Parser.parse.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit 69edd60dcb96bdb6c5c15c655ad417f577339666
| | | Author: x97davka 
| | | Date:   Tue Nov 18 16:31:10 1997 +0000
| | | 
| | |     Don't compile parse.rml
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 42fa7de893c7edf7cbf70ce7910e09a303d1e875
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:35:41 1997 +0000
| | | 
| | |     Removed tokens.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/ast/tokens.h
| | | 
| | * commit 2037553c31f485872885f10ff377ea83104bc833
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:35:12 1997 +0000
| | | 
| | |     This file is now empty.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/parser.h
| | | 
| | * commit 20ceb8cc4dfa1d0a2b233c1a597c42354977e696
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:34:41 1997 +0000
| | | 
| | |     Removed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/ast/ModParseToken.cpp
| | | D	modeq/ast/parser.dlg
| | | 
| | * commit 2be884896e6b488bb77b27f4c9cf1f3140d388b8
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:33:44 1997 +0000
| | | 
| | |     Changed to C.
| | |     Removed lots of stuff.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modgram.g
| | | 
| | * commit 2ab12299a58c8a523860d2bc095c7f9740a7b3de
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:33:08 1997 +0000
| | | 
| | |     I don't think this is actually used anywhere.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/modAST.h
| | | 
| | * commit 1396dea94213e66f0a673391b1883db59473455c
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:31:46 1997 +0000
| | | 
| | |     Removed bool.h
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/ast/bool.h
| | | 
| | * commit 92dcc08efff02bb41f0e97074687b9369dc01747
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:31:00 1997 +0000
| | | 
| | |     Cleaned up and changed to use gcc.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | 
| | * commit 5434cb888200e511a8a7b8bee41b855c525a00db
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:30:23 1997 +0000
| | | 
| | |     Removed some definitions and stuff that I don't use (yet).
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/modelica.rml
| | | 
| | * commit 687249f72a7c7af560b52d21c38a6e48b21db211
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:29:22 1997 +0000
| | | 
| | |     Use an empty main relation.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/main.rml
| | | 
| | * commit d3384d336b672a1c780bced1e93993d9d556878b
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:28:53 1997 +0000
| | | 
| | |     # Added a comment
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/class.rml
| | | 
| | * commit 4221d05d4980450de15cfdae5842e98a91f5d569
| | | Author: x97davka 
| | | Date:   Fri Nov 14 16:28:21 1997 +0000
| | | 
| | |     Heavily hacked.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/Makefile
| | | 
| | * commit 4828720e6e03a41e71379b3e1f444a1a311597b0
| | | Author: x97davka 
| | | Date:   Wed Nov 12 10:55:24 1997 +0000
| | | 
| | |     Just saving
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	modeq/ast/Makefile
| | | M	modeq/ast/modgram.g
| | | 
| | * commit ce613f05a806bba9591a50f2fcccd5ead7a44ef6
| | | Author: x97davka 
| | | Date:   Wed Nov 12 10:54:27 1997 +0000
| | | 
| | |     Removed.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	modeq/ast/ModParse.h
| | | 
| | * commit 3c5da6dc4eeea8c9a52bfc53b34b643c1bd4cb77
| | | Author: x97davka 
| | | Date:   Fri Nov 7 12:03:18 1997 +0000
| | | 
| | |     Initial revision
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	modeq/Makefile
| | | A	modeq/ast/DLGLexer.cpp
| | | A	modeq/ast/DLGLexer.h
| | | A	modeq/ast/Makefile
| | | A	modeq/ast/ModParse.cpp
| | | A	modeq/ast/ModParse.h
| | | A	modeq/ast/ModParseToken.cpp
| | | A	modeq/ast/ModParseToken.h
| | | A	modeq/ast/bool.h
| | | A	modeq/ast/modAST.cpp
| | | A	modeq/ast/modAST.h
| | | A	modeq/ast/modgram.cpp
| | | A	modeq/ast/modgram.g
| | | A	modeq/ast/parser.dlg
| | | A	modeq/ast/parser.h
| | | A	modeq/ast/tokens.h
| | | A	modeq/class.rml
| | | A	modeq/dae.rml
| | | A	modeq/exp.rml
| | | A	modeq/main.rml
| | | A	modeq/modelica.rml
| | | A	modeq/rml.h
| | |   
| * |   commit 7e93f6768a63eef834c83f4b2b95dbe8e98064e2
| |\ \  Merge: bfa656a788 f863b8c3d8
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 15 11:46:07 2019 +0200
| | | | 
| | | |     Add 'doc/' from commit 'f863b8c3d86223259fa53f7bf5acdbef04727792'
| | | |     
| | | |     git-subtree-dir: doc
| | | |     git-subtree-mainline: bfa656a788302e935c288cd18a03b45ca5f8032c
| | | |     git-subtree-split: f863b8c3d86223259fa53f7bf5acdbef04727792
| | | | 
| | * | commit f863b8c3d86223259fa53f7bf5acdbef04727792
| | | | Author: Francesco Casella 
| | | | Date:   Tue May 7 12:24:36 2019 +0200
| | | | 
| | | |     Added Save Total description to OMEdit doc
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 3f37f1a42b3fdea4e64fa71ed25fc3bf5f7fa115
| | | | Author: Francesco Casella 
| | | | Date:   Mon May 6 12:20:27 2019 +0200
| | | | 
| | | |     Updated profiler manual
| | | |     
| | | |     Removed all references to non-existent (obsolete?) measureTime input argument of the simulate() API function
| | | | 
| | | | M	UsersGuide/source/profiler.rst
| | | | 
| | * | commit 5d4eef3d1bb6c3affbe2e50d2df9cb7980b3c930
| | | | Author: arun3688 
| | | | Date:   Thu Mar 7 17:56:13 2019 +0100
| | | | 
| | | |     add search functionality to OMEdit documentation
| | | | 
| | | | M	UsersGuide/source/index.rst
| | | | A	UsersGuide/source/jupyteropenmodelica.rst
| | | | A	UsersGuide/source/media/omedit-directory-file.png
| | | | A	UsersGuide/source/media/omedit-open-directory.png
| | | | A	UsersGuide/source/media/omedit-search-history.png
| | | | A	UsersGuide/source/media/omedit-search-results.png
| | | | A	UsersGuide/source/media/omedit-search.png
| | | | A	UsersGuide/source/media/omedit-start-search.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 7d31839f0c3f5b14a18fda709c334b4486cf4f18
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 15 14:09:36 2019 +0200
| | | | 
| | | |     Updated the translation flag text
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 2ad607cd60b8ad6eebe86b3d889a916e424e0937
| | | | Author: arun3688 
| | | | Date:   Wed Apr 10 17:56:40 2019 +0200
| | | | 
| | | |     add dataReconciliation documentation
| | | | 
| | | | A	UsersGuide/source/dataReconciliation.rst
| | | | M	UsersGuide/source/index.rst
| | | | A	UsersGuide/source/media/datareconciliationSplitter_Input.png
| | | | A	UsersGuide/source/media/datareconciliation_Inputfile.png
| | | | A	UsersGuide/source/media/datareconciliation_ResultDirectory.png
| | | | A	UsersGuide/source/media/datareconciliation_csv_report.png
| | | | A	UsersGuide/source/media/datareconciliation_htmlreport.png
| | | | A	UsersGuide/source/media/datareconciliation_resimulate.png
| | | | A	UsersGuide/source/media/datareconciliation_simulationFlag.png
| | | | A	UsersGuide/source/media/datareconciliation_translationFlag.png
| | | | 
| | * | commit 20862b7bf7351fa9b281724b07e10ff453d167ce
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 11 13:48:59 2019 +0200
| | | | 
| | | |     Use options instead of settings
| | | | 
| | | | M	UsersGuide/source/debugger.rst
| | | | M	UsersGuide/source/fmitlm.rst
| | | | M	UsersGuide/source/media/omedit-algorithmic-debugger.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 0c638e30a25e9dc6906ba2ca10e79cb36c3bb81a
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 4 14:28:16 2019 +0200
| | | | 
| | | |     Added documentation about OMEdit menus.
| | | | 
| | | | M	UsersGuide/source/encryption.rst
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 6eaa1a86a64f9336b2325732a27a9fb7a369d539
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 29 10:01:26 2019 +0100
| | | | 
| | | |     Fix indentation
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 2c7fbf9f312be6d2ac6311d83b56af227258221e
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 27 13:29:24 2019 +0100
| | | | 
| | | |     Documentation of translation flags in OMEdit
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 09c7fa1406ecf09d602989fc9969b0b1233a0313
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Mar 14 10:01:02 2019 +0100
| | | | 
| | | |     Fix link to OMSimulator documentation
| | | | 
| | | | M	UsersGuide/source/omsimulator.rst
| | | | 
| | * | commit 3d734cf3c8406e8a47017034085404b8d1df7776
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 25 09:48:36 2019 +0100
| | | | 
| | | |     Added Modelica 2018 US paper
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 9d9cee99e67cc37c698870708a846474eba76465
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 25 08:25:18 2019 +0100
| | | | 
| | | |     Add some Modelica'2019 papers
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 8b616b2cf10d65a5b6568786b1e3e9f3b2225505
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jan 29 10:54:48 2019 +0100
| | | | 
| | | |     Improved the OMPython's setXXX functions explanation
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit c7d4997de45b5c747f7fb342a50a14fb35ea4a65
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jan 29 10:01:17 2019 +0100
| | | | 
| | | |     Fix heading style
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 50403cfa6aa8351424eba873b14fc6072f881798
| | | | Author: arun3688 
| | | | Date:   Mon Oct 1 12:42:23 2018 +0200
| | | | 
| | | |     fix OMJulia introduction
| | | | 
| | | | M	UsersGuide/source/omjulia.rst
| | | | 
| | * | commit 2ef337a4e8cc28245d969f6eafe639fdf71c55b1
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 28 17:12:33 2019 +0100
| | | | 
| | | |     Merge remote-tracking branch 'origin/master'
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 970471d85468a4cbb9b9b53760f0efa1775f01b0
| | | | Author: Volker Waurich 
| | | | Date:   Wed Jun 28 14:14:33 2017 +0200
| | | | 
| | | |     users guide doc for FMU animation
| | | | 
| | | | A	UsersGuide/source/media/interactive_model.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit bbccbd95b99957bbe11baf086ee842448a4d2c09
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 24 14:33:57 2019 +0100
| | | | 
| | | |     Document the variable filter option
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 0b6f0159ac24c658a76e8463b47ac8b6fd17c987
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 24 14:29:23 2019 +0100
| | | | 
| | | |     ModelicaSystem can load dependent Modelica files
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 27c90450f3f54e8173f099d7c2803a23ae217fbf
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 24 12:34:13 2019 +0100
| | | | 
| | | |     Updated examples
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 9c994164fd6df2f7ca4659f5ae2a02c88d5e8dc6
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jan 7 08:08:20 2019 +0100
| | | | 
| | | |     Add DOI for Eurosim 2016
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit d08d5620bc61654217efe58c4ecfe983e8cc1a7e
| | | | Author: Adrian Pop 
| | | | Date:   Thu Dec 20 16:33:37 2018 +0100
| | | | 
| | | |     fix sed expression for changing svg to pdf in .tex
| | | | 
| | | | M	UsersGuide/Makefile
| | | | 
| | * | commit 79083ae2412eb6eae4b5c17b12a20b665832577e
| | | | Author: Adrian Pop 
| | | | Date:   Thu Dec 20 03:19:04 2018 +0100
| | | | 
| | | |     proper literal quote for function comments
| | | | 
| | | | M	UsersGuide/interface.mos
| | | | 
| | * | commit 4593658c79bcfac67a5931a45cb6947a85f8e01b
| | | | Author: Adrian Pop 
| | | | Date:   Thu Dec 20 02:18:59 2018 +0100
| | | | 
| | | |     fix missing backquote, remove space in literal
| | | | 
| | | | M	UsersGuide/interface.mos
| | | | M	UsersGuide/source/technical_details.rst
| | | | 
| | * | commit c6431a42183b090d9b1565350be1a02488f30c18
| | | | Author: Adrian Pop 
| | | | Date:   Thu Dec 20 00:55:38 2018 +0100
| | | | 
| | | |     never ending story
| | | | 
| | | | M	UsersGuide/interface.mos
| | | | 
| | * | commit a596ebda99382a943f32bb8cdbc73ab05927acf5
| | | | Author: Adrian Pop 
| | | | Date:   Thu Dec 20 00:03:56 2018 +0100
| | | | 
| | | |     attempt verbatim escaping
| | | | 
| | | | M	UsersGuide/interface.mos
| | | | 
| | * | commit 2ab38620a89aacb74635608a459bdc65248247a8
| | | | Author: Adrian Pop 
| | | | Date:   Wed Dec 19 16:32:51 2018 +0100
| | | | 
| | | |     attempt to fix rst warnings, make class comment verbose
| | | | 
| | | | M	UsersGuide/interface.mos
| | | | 
| | * | commit db03d43cdfd32762f5155a36e3d2e87b5db8b63b
| | | | Author: Adrian Pop 
| | | | Date:   Wed Dec 19 11:57:03 2018 +0100
| | | | 
| | | |     activate the profiling again
| | | | 
| | | | M	UsersGuide/source/profiler.rst
| | | | 
| | * | commit a44803077ab520a028f9c09034ebadfd42964a04
| | | | Author: wibraun 
| | | | Date:   Fri Dec 14 00:11:28 2018 +0100
| | | | 
| | | |     added section for DAE mode
| | | | 
| | | | M	UsersGuide/source/solving.rst
| | | | 
| | * | commit d5eccd3e7e245c129ed1d1e8d5ca2252037daa37
| | | | Author: Arunkumar Palanisamy 
| | | | Date:   Sat Sep 29 20:07:42 2018 +0200
| | | | 
| | | |     fix omjulia typos
| | | | 
| | | | M	UsersGuide/source/omjulia.rst
| | | | 
| | * | commit 542669c7f1e3e7c6fcc66f2093b7065d978d75a1
| | | | Author: Arunkumar Palanisamy 
| | | | Date:   Sat Sep 29 14:02:31 2018 +0200
| | | | 
| | | |     update omjulia doc
| | | | 
| | | | M	UsersGuide/source/omjulia.rst
| | | | 
| | * | commit 9aae697e12936660a370acbd27fb82c298583231
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Aug 28 17:14:20 2018 +0200
| | | | 
| | | |     Fix volume and number
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 956eafc1f9987940cde2f6a21094829f415adb97
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Aug 28 17:05:46 2018 +0200
| | | | 
| | | |     Add pages to openmodelica.org:fritzson:sne:2005
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 2bfa7013991b9d04a465baacec61e132c6614a19
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jul 26 12:33:08 2018 +0200
| | | | 
| | | |     Activate access annotations documentation
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 353b409ddd5f635b4a7738cb26f8b8081f51f633
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 18 16:12:11 2018 +0200
| | | | 
| | | |     Fixed indentation
| | | |     Pick the logo from _images folder.
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | | M	UsersGuide/source/introduction.rst
| | | | 
| | * | commit 626796c9d3bd02c9790b615815e575af92687be3
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 18 16:05:08 2018 +0200
| | | | 
| | | |     Start the bullet list from new line.
| | | | 
| | | | M	UsersGuide/source/technical_details.rst
| | | | 
| | * | commit ebbeebbffa6d3320797cecdfb5d5f7817095eeae
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 18 15:34:26 2018 +0200
| | | | 
| | | |     Fixed some warnings
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | M	UsersGuide/source/technical_details.rst
| | | | 
| | * | commit df994567aa46fbd05d56eee6252fdb22ce6949ae
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 18 14:46:53 2018 +0200
| | | | 
| | | |     Moved the logo back to source directory
| | | |     The theme wants a relative path for logo from $PROJCET/_static. Lets see if ../logo.svg will work or not.
| | | | 
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/source/conf.py
| | | | M	UsersGuide/source/introduction.rst
| | | | R100	UsersGuide/source/_static/logo.svg	UsersGuide/source/logo.svg
| | | | 
| | * | commit 63cdd5e1cb9c5d820675576dc7f58046c2460c4e
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 18 13:43:45 2018 +0200
| | | | 
| | | |     Updated OMEdit documentation
| | | | 
| | | | M	UsersGuide/source/introduction.rst
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 4f95c4f9005089569dcce7301ec6db7151064693
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 18 11:05:54 2018 +0200
| | | | 
| | | |     Show the OpenModelica logo in the left navigation
| | | | 
| | | | M	UsersGuide/Makefile
| | | | R100	UsersGuide/source/logo.svg	UsersGuide/source/_static/logo.svg
| | | | M	UsersGuide/source/conf.py
| | | | 
| | * | commit 9f68fc36d1509997ddcf3029cfde50e59be82f44
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jul 17 13:12:49 2018 +0200
| | | | 
| | | |     Fixed heading
| | | | 
| | | | M	UsersGuide/source/fmitlm.rst
| | | | 
| | * | commit 65a53ae5ed7a4f2f7ca42a64a4a4d6bfdd4c2d04
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jul 16 16:53:19 2018 +0200
| | | | 
| | | |     ticket:5046 Added link to OMSimulator documentation.
| | | | 
| | | | D	UsersGuide/source/fmi.rst
| | | | A	UsersGuide/source/fmitlm.rst
| | | | M	UsersGuide/source/index.rst
| | | | M	UsersGuide/source/omsimulator.rst
| | | | 
| | * | commit c9217b30858b3a4f3e015742aa974138458a66e2
| | | | Author: Pierre Haessig 
| | | | Date:   Mon Jun 4 10:38:28 2018 +0200
| | | | 
| | | |     fix typos in OMMatlab doc
| | | | 
| | | | M	UsersGuide/source/ommatlab.rst
| | | | 
| | * | commit 8654f34d4f921b7246dcf7688c63a353bb212165
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jul 2 12:20:02 2018 +0200
| | | | 
| | | |     Fix indentation
| | | | 
| | | | M	UsersGuide/source/encryption.rst
| | | | 
| | * | commit bb446cd7db2b38ae83312beac78f87f87adebdb8
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jul 2 11:15:27 2018 +0200
| | | | 
| | | |     A bit of documentation about encryption support
| | | | 
| | | | A	UsersGuide/source/encryption.rst
| | | | M	UsersGuide/source/index.rst
| | | | 
| | * | commit 74a891bedd226fdb2a37f18957d0d466d7d84d7c
| | | | Author: Adeel Asghar 
| | | | Date:   Thu May 3 10:55:20 2018 +0200
| | | | 
| | | |     Documented the third argument of ModelicaSystem
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 0737232d64ce1eaed0d663604aa8cefe193631a3
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 25 15:35:36 2018 +0200
| | | | 
| | | |     Documentation for __OpenModelica_commandLineOptions and __OpenModelica_simulationFlags annotations
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 29cd7741bf12e1805b6efafe288199443e69c897
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 10 13:49:01 2018 +0200
| | | | 
| | | |     Fix formatting
| | | | 
| | | | M	UsersGuide/source/technical_details.rst
| | | | 
| | * | commit 35d3cb667e960e2c250fab1fd24958c502f37663
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 10 13:38:34 2018 +0200
| | | | 
| | | |     Fix some links
| | | | 
| | | | M	UsersGuide/source/technical_details.rst
| | | | 
| | * | commit 3888a7e821fcf0fb4ee425db4ff60943f604f6bf
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 10 13:36:03 2018 +0200
| | | | 
| | | |     Fix formatting error
| | | | 
| | | | M	UsersGuide/source/technical_details.rst
| | | | 
| | * | commit 62c95d4cfa71904aeccfdde9ef2d1cfdccf304ab
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 10 13:31:58 2018 +0200
| | | | 
| | | |     Add a technical details chapter with MATv4 format
| | | | 
| | | | M	UsersGuide/.gitignore
| | | | M	UsersGuide/source/index.rst
| | | | A	UsersGuide/source/technical_details.rst
| | | | 
| | * | commit 5a27cbb82729fae76bf3a4afd3853ecb0d1b9b3c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 23 11:04:05 2018 +0100
| | | | 
| | | |     Some spelling fixes
| | | | 
| | | | M	UsersGuide/source/omjulia.rst
| | | | M	UsersGuide/source/ommatlab.rst
| | | | M	UsersGuide/source/scripting_api.rst
| | | | 
| | * | commit dbc28d8e30ea9fafce5b1046e9eac7c9ac9c80c7
| | | | Author: arun3688 
| | | | Date:   Fri Mar 23 10:24:02 2018 +0100
| | | | 
| | | |     add userguide to OMMatlab and OMJulia
| | | | 
| | | | M	UsersGuide/source/index.rst
| | | | A	UsersGuide/source/media/sineplot.png
| | | | A	UsersGuide/source/omjulia.rst
| | | | A	UsersGuide/source/ommatlab.rst
| | | | 
| | * | commit 742335f890b59e7a3b58ef89cab750ad9154783c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Mar 20 11:33:30 2018 +0100
| | | | 
| | | |     Sphinx 1.6.6 introduced smartquotes = False
| | | |     
| | | |     This made our flags like --version render using an en-dash whic is
| | | |     misleading.
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | | 
| | * | commit 18ac1530be1a45fd073d7519184eacb02295ef2e
| | | | Author: wibraun 
| | | | Date:   Tue Mar 6 10:09:35 2018 +0100
| | | | 
| | | |     fix quotechar for a link
| | | | 
| | | | M	UsersGuide/source/solving.rst
| | | | 
| | * | commit 656ccdd58ef5d0c1653ea62bb34c99a27af3724e
| | | | Author: Willi Braun 
| | | | Date:   Sun Mar 4 17:45:48 2018 +0100
| | | | 
| | | |     rewritten the section on integration methods
| | | | 
| | | | M	UsersGuide/source/extrarefs.bib
| | | | M	UsersGuide/source/index.rst
| | | | M	UsersGuide/source/simulationflags.rst
| | | | A	UsersGuide/source/solving.rst
| | | | 
| | * | commit 5fb2ee38b6fd2db8e8aaef7bbc4d1e4f1c7aa491
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 5 11:13:04 2018 +0100
| | | | 
| | | |     Fix Python3 error
| | | | 
| | | | M	UsersGuide/source/tracreleases.py
| | | | 
| | * | commit 09bfe049b8b7ebfa2773980f63a248c23daf7b5b
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 5 11:03:13 2018 +0100
| | | | 
| | | |     Fixes for new (broken) bibtexparser
| | | | 
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/resolve-crossref.py
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 95ca468a6ba168551b9fb109d54a049deab78af6
| | | | Author: Adrian Pop 
| | | | Date:   Sun Mar 4 23:45:38 2018 +0200
| | | | 
| | | |     set larger recursion limit
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | | 
| | * | commit af208b2edc7b028f875a3985d3fd54ee7f602ed5
| | | | Author: Bernhard Thiele 
| | | | Date:   Wed Nov 15 20:50:54 2017 +0100
| | | | 
| | | |     Improved documentation for Modelica state machines
| | | | 
| | | | M	UsersGuide/source/media/omedit-state-machine-simulation-settings.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 887565e131d69efdb94acaeadf42838f3d3c9c31
| | | | Author: arun3688 
| | | | Date:   Tue Dec 19 10:46:31 2017 +0100
| | | | 
| | | |     Update Conference paper link
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit b7906fee2092c551c4cb94bc5ababbbc4cad604e
| | | | Author: Jan Silar 
| | | | Date:   Wed Feb 21 11:22:30 2018 +0100
| | | | 
| | | |     PDEModelica documentation.
| | | | 
| | | | M	UsersGuide/source/index.rst
| | | | M	UsersGuide/source/omedit.rst
| | | | A	UsersGuide/source/pdemodelica.rst
| | | | 
| | * | commit 44ab60f90fe76e07f22f33b512a39232c544914d
| | | | Author: Jan Silar 
| | | | Date:   Tue Feb 13 15:28:58 2018 +0100
| | | | 
| | | |     Documentation for Array (Parametric) Plot
| | | | 
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 0e5129b508d6a0cbde5ba2221dc773e66bba637a
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 15 04:49:53 2018 +0100
| | | | 
| | | |     use --wrap=none instead of deprecated --no-wrap
| | | | 
| | | | M	UsersGuide/interface.mos
| | | | 
| | * | commit 7c125ac66ba5f713ca54e19a57a64cdb38e9610c
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 15 04:38:51 2018 +0100
| | | | 
| | | |     don't fail if there is no omc to kill!
| | | | 
| | | | M	Makefile
| | | | 
| | * | commit 79205e4f9980c060dc28f834781d7ac1a051470e
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 15 04:20:12 2018 +0100
| | | | 
| | | |     add date and time to index
| | | | 
| | | | M	UsersGuide/source/index.rst
| | | | 
| | * | commit bda7feea8f3a292b49aa4a0aa0cd6f7ca0bf8344
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 15 03:54:59 2018 +0100
| | | | 
| | | |     add fmi.rst to index.rst
| | | | 
| | | | M	UsersGuide/source/index.rst
| | | | 
| | * | commit 723deb1fa811490f3e357a44b397fce5212cc25a
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 15 03:47:16 2018 +0100
| | | | 
| | | |     filtering mat parameters to csv does not work
| | | | 
| | | | M	UsersGuide/source/omnotebook.rst
| | | | 
| | * | commit 5f7004ba59c14aa627e3ce1ef7a6d4b2a587b94a
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 15 00:37:13 2018 +0100
| | | | 
| | | |     sphinx.util.compat is deprecated
| | | | 
| | | | M	UsersGuide/source/sphinxcontribopenmodelica.py
| | | | 
| | * | commit 58737ab093142ada1650432576cb5ce418143f7e
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Dec 20 09:52:40 2017 +0100
| | | | 
| | | |     Add EOOLT'2017 paper
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit afdc59e9d8dbcead624fb08b5ec3c452eba18bcd
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 14 17:40:12 2017 +0100
| | | | 
| | | |     Use ZMQ for building the documentation
| | | |     
| | | |     Python3 can now be used to build the documentation.
| | | | 
| | | | M	UsersGuide/source/sphinxcontribopenmodelica.py
| | | | 
| | * | commit 941a9db8f5d4f209cebfe8c5d1f95eaae839afcc
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 14 15:33:23 2017 +0100
| | | | 
| | | |     Python3 fixes
| | | | 
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/source/conf.py
| | | | M	UsersGuide/source/sphinxcontribopenmodelica.py
| | | | 
| | * | commit b22e71f96ff29c2fe05c1b9838341a6d1e2ce4eb
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 7 15:21:06 2017 +0100
| | | | 
| | | |     TLM co-simulation was merged with OMSimulator sometime ago
| | | | 
| | | | D	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 0dd95719f187c079546557b03ff4c10ad50721bc
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 3 08:56:19 2017 +0100
| | | | 
| | | |     Fix type of entry
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit eb4ef322854c0a5e90880aede777864ea21ea221
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 3 08:53:43 2017 +0100
| | | | 
| | | |     Added the BSc thesis of Fors Johansson
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit f7e90ac22260f55d5c8a0056db5e01d7f6b783c9
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 1 13:58:22 2017 +0100
| | | | 
| | | |     Add documentation for interactive simulation
| | | | 
| | | | M	UsersGuide/.gitignore
| | | | A	UsersGuide/source/_static/interactive-simulation.mp4
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 724e394ab0c6421be82f7461b075f2fab4c6a9de
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 1 12:44:28 2017 +0100
| | | | 
| | | |     Respect the case sensitive systems
| | | | 
| | | | R100	UsersGuide/source/media/taskgraph.PNG	UsersGuide/source/media/taskgraph.png
| | | | 
| | * | commit f6e984cbdd367999d718437e8c81ca8ba7200193
| | | | Author: Volker Waurich 
| | | | Date:   Wed Nov 1 08:29:24 2017 +0100
| | | | 
| | | |     add new page about graphml generation
| | | | 
| | | | A	UsersGuide/source/graphs.rst
| | | | M	UsersGuide/source/index.rst
| | | | A	UsersGuide/source/media/bipartit.png
| | | | A	UsersGuide/source/media/taskgraph.PNG
| | | | 
| | * | commit 91776d0a7384c34a779849a21eeacc952a1098f3
| | | | Author: arun3688 
| | | | Date:   Fri Sep 15 13:35:58 2017 +0200
| | | | 
| | | |     add master thesis
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 9363d99475179c993dd76b3c76bd2431fa6f90bf
| | | | Author: Bernhard Thiele 
| | | | Date:   Tue Mar 14 14:57:38 2017 +0100
| | | | 
| | | |     Improved/simplified the OPC example
| | | | 
| | | | M	UsersGuide/source/optimization.rst
| | | | 
| | * | commit 0f1405c2fde94716ff38ffd30cd349a7ed87dbb9
| | | | Author: Bernhard Thiele 
| | | | Date:   Mon Oct 23 16:09:31 2017 +0200
| | | | 
| | | |     State machine hint for switching to Modelica v3.3
| | | |     
| | | |     Related to ticket:4570
| | | | 
| | | | A	UsersGuide/source/media/omedit-state-machine-simulation-settings.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 8f52c44b40784fbf094b8d17f0eee1f3d9ea8e9c
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 15 14:43:14 2017 +0200
| | | | 
| | | |     Updated the new state image.
| | | | 
| | | | M	UsersGuide/source/media/new-state.png
| | | | 
| | * | commit 29ea329c9a800b4b0fdbc00afa6ed5938626fbe9
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 15 14:38:25 2017 +0200
| | | | 
| | | |     Copy the transition-mode.svg
| | | | 
| | | | M	UsersGuide/Makefile
| | | | D	UsersGuide/source/media/transition-mode.svg
| | | | 
| | * | commit 6b8812302a69f0bd566237e6e463f963e05d0552
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 15 13:34:26 2017 +0200
| | | | 
| | | |     Creating states and transitions.
| | | | 
| | | | A	UsersGuide/source/media/new-state.png
| | | | A	UsersGuide/source/media/transition-mode.svg
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 6ed6ae0403180325ac1263f8fad4aedc53f5479a
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 20 18:25:10 2017 +0200
| | | | 
| | | |     Removed whitespace
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit f7325c0e9665f894da66dfca101afc7212bdeaa1
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 20 18:22:36 2017 +0200
| | | | 
| | | |     Remove unnecessary and probably wrong example.
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 4c9713fd3670acfd45877336e59707534ebfae1c
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 20 17:51:04 2017 +0200
| | | | 
| | | |     Use OMCSessionZMQ for examples instead of OMCSession
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 951ddeb9cb1cedc97e4e5bc6458c3998ec81fad8
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 20 15:18:02 2017 +0200
| | | | 
| | | |     Minor text fix.
| | | | 
| | | | M	UsersGuide/source/omsimulator.rst
| | | |   
| | * |   commit c41bd337ac23057519ffbd728ce54afe93b49152
| | |\ \  Merge: 9d6b993295 1672ee1d38
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 20 12:46:36 2017 +0200
| | | | | 
| | | | |     Merge branch 'adeas31-fix-headings'
| | | | | 
| | | * | commit 1672ee1d387ab4cd48a8263b25dec667938a1b25
| | |/| | Merge: 9d6b993295 3cbf0b7033
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 20 12:46:18 2017 +0200
| | | | | 
| | | | |     Merge branch 'fix-headings' of https://github.com/adeas31/OpenModelica-doc into adeas31-fix-headings
| | | | |     
| | | | |     Conflicts:
| | | | |             UsersGuide/source/omsimulator.rst
| | | | | 
| | | * | commit 3cbf0b7033b2dff9584543f7773aa7bdf3fd6b63
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 20 12:35:13 2017 +0200
| | | | | 
| | | | |     Fixed sub headings
| | | | | 
| | | | | M	UsersGuide/source/omsimulator.rst
| | | | | 
| | | * | commit d8dda01b9802fa4239efda62dc1b92fdd1b3b6bb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 20 12:00:43 2017 +0200
| | | | | 
| | | | |     Added OMSimulator chapter.
| | | | |     Moved the FMI and TLM co-simulation chapters inside OMSimulator chapter.
| | | | | 
| | | | | M	UsersGuide/source/index.rst
| | | | | A	UsersGuide/source/omsimulator.rst
| | | | | 
| | * | | commit 9d6b993295e2fbc762359d9fda9af8d5616ada1e
| | |/ /  Author: Adeel Asghar 
| | | |   Date:   Tue Jun 20 12:00:43 2017 +0200
| | | |   
| | | |       Added OMSimulator chapter.
| | | |       Moved the FMI and TLM co-simulation chapters inside OMSimulator chapter.
| | | |   
| | | |   M	UsersGuide/source/index.rst
| | | |   A	UsersGuide/source/omsimulator.rst
| | | | 
| | * | commit b8d75b4a4394c024529ac6a9fdd60161e2fd2085
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jun 16 14:30:21 2017 +0200
| | | | 
| | | |     Added OMCSesssionZMQ references to OMPython documentation
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit a56849e23a4ea104e55535fb1d3069f35434f3b4
| | | | Author: arun3688 
| | | | Date:   Thu May 4 16:45:36 2017 +0200
| | | | 
| | | |     add modelica conference-2017
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 8e555b8d484164b3f72d3aaffffe4be11c273a4b
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 11 13:26:25 2017 +0200
| | | | 
| | | |     Updated the composite modeling doc.
| | | |     Improved the screen-dumps.
| | | | 
| | | | M	UsersGuide/source/media/tlm-cosimulation-progress.png
| | | | M	UsersGuide/source/media/tlm-cosimulation-visualization.png
| | | | M	UsersGuide/source/media/tlm-double-pendulum-compositemodel.png
| | | | M	UsersGuide/source/media/tlm-library-browser-popup-menu.png
| | | | M	UsersGuide/source/media/tlm-plotting-cosimulation-results.png
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit e302e123bc54ab6349ecb86b768eec743abb7238
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 10 18:19:32 2017 +0200
| | | | 
| | | |     Added visualization screenshot.
| | | | 
| | | | A	UsersGuide/source/media/tlm-cosimulation-visualization.png
| | | | 
| | * | commit 9b7a4ca6d2d59fca402b702d7e9c9a31143df7f5
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 10 16:03:55 2017 +0200
| | | | 
| | | |     Updated composite modeling.
| | | | 
| | | | M	UsersGuide/source/media/tlm-cosimulation-progress.png
| | | | M	UsersGuide/source/media/tlm-cosimulation-setup.png
| | | | D	UsersGuide/source/media/tlm-double-pendulum-compositemodel-textview.png
| | | | A	UsersGuide/source/media/tlm-double-pendulum-compositemodel.png
| | | | M	UsersGuide/source/media/tlm-library-browser-popup-menu.png
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 81fb79a6cbc2cc081de0238c7c7ee458be7636ff
| | | | Author: vwaurich 
| | | | Date:   Tue Feb 28 10:48:40 2017 +0100
| | | | 
| | | |     doc for more 3d features
| | | | 
| | | | A	UsersGuide/source/media/pick_shape.png
| | | | A	UsersGuide/source/media/visual_features.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit a20669bd4db5420f29216cea01487c0d444595b2
| | | | Author: Arunkumar Palanisamy 
| | | | Date:   Fri Feb 24 15:17:00 2017 +0100
| | | | 
| | | |     Update EnhancedOMpython documentation
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 21efd61fa79cf7260e0a63c5fb5e68cbe02b19b0
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 17 16:28:52 2017 +0100
| | | | 
| | | |     Updated OMEdit documentation.
| | | | 
| | | | A	UsersGuide/source/media/omedit-debugging-perspective.png
| | | | M	UsersGuide/source/media/omedit-documentation-browser.png
| | | | M	UsersGuide/source/media/omedit-modeling-perspective.png
| | | | M	UsersGuide/source/media/omedit-plotting-perspective.png
| | | | M	UsersGuide/source/media/omedit-welcome.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit d7842b5f3e63159b7a0326341601e40e93945423
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 14 17:03:34 2017 +0100
| | | | 
| | | |     Add type of thesis
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit a26ef78831e6019b2133627801ea6741afb82adc
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 14 16:05:36 2017 +0100
| | | | 
| | | |     Fix "and and" in references
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 89d53b4c6d739a6dcdc78367e470d3d83562e1e9
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 10 13:32:51 2017 +0100
| | | | 
| | | |     Updated composite model images.
| | | | 
| | | | R100	UsersGuide/source/media/tlm-double-pendulum-metamodel-textview.png	UsersGuide/source/media/tlm-double-pendulum-compositemodel-textview.png
| | | | A	UsersGuide/source/media/tlm-new-compositemodel-textview.png
| | | | D	UsersGuide/source/media/tlm-new-metamodel-textview.png
| | | | 
| | * | commit 35eb704543dcdbbb757c6c0149ca6502ffb65602
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Feb 10 13:03:02 2017 +0100
| | | | 
| | | |     Replace UTF-8 fi ligature in source
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 6220ea8711aba4603bf3203c9041e97e40f354c1
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 9 22:24:55 2017 +0100
| | | | 
| | | |     Updated MetaModel to CompositeModel
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit a5bc99b45833642da70e7dff8b13ba9fdab97a3b
| | | | Author: arun3688 
| | | | Date:   Fri Feb 3 20:01:31 2017 +0100
| | | | 
| | | |     add enhancedOMPython features
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 801d0f7fa4ab1c0308940880d210c3438c923bf7
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 13 16:01:30 2017 +0100
| | | | 
| | | |     Fix some typos
| | | | 
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 9cc34f424f6d64d9844fe3a15cbb0ef7ec5c6b17
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 13 15:47:52 2017 +0100
| | | | 
| | | |     Remove wrong cross reference
| | | | 
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 4a3d23830de6952f0c46ed2172f306183e273d6e
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 12 13:57:20 2017 +0100
| | | | 
| | | |     Fix bug when author names have digits in them
| | | | 
| | | | M	bibliography/bib2html.sh
| | | | 
| | * | commit de1767f0c1edc81efaa73b7ff98b188a266688a4
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 12 08:36:45 2017 +0100
| | | | 
| | | |     Add MIC article
| | | | 
| | | | M	bibliography/journals.cite
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit e34760100139e38fd3f2777d5e7b9395e4d84422
| | | | Author: Matthis Thorade 
| | | | Date:   Tue Jan 10 11:55:35 2017 +0100
| | | | 
| | | |     Update ompython.rst
| | | |     
| | | |     There is a comma missing in the list of commands.
| | | |     This also updates the printing to use new style syntax as shown here:
| | | |     https://pyformat.info/
| | | | 
| | | | M	UsersGuide/source/ompython.rst
| | | | 
| | * | commit 6eb0fce4b432f1b57b436a56544f29ae7b5efba9
| | | | Author: vwaurich 
| | | | Date:   Mon Jan 9 13:00:31 2017 +0100
| | | | 
| | | |     move 3dvisualization doc to omedit doc + more info about 3d view
| | | | 
| | | | D	UsersGuide/source/3dvisualization.rst
| | | | M	UsersGuide/source/index.rst
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 50c21a3dc5ffc829852beaa80cc514f204b500ed
| | | | Author: vwaurich 
| | | | Date:   Thu Jan 5 12:38:16 2017 +0100
| | | | 
| | | |     change visualization screenshot
| | | | 
| | | | M	UsersGuide/source/media/omedit_visualization.png
| | | | 
| | * | commit 11887a5e20307cf9e6832724a57e59a3c5066940
| | | | Author: vwaurich 
| | | | Date:   Thu Jan 5 12:23:42 2017 +0100
| | | | 
| | | |     documentation about view manipulation
| | | | 
| | | | M	UsersGuide/source/3dvisualization.rst
| | | | 
| | * | commit f6d36f5ecc279c5c4a5e757e0094afdad948c491
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Dec 21 18:58:14 2016 +0100
| | | | 
| | | |     Fix letter Å escape
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit fdc41236e2686553d7b5f6c6e108a9bdd9218797
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Dec 21 08:02:12 2016 +0100
| | | | 
| | | |     Add an entry for latex templates not sorting Å
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit fd4a2e4567598e77167ec84ede41cd145063d089
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 20 16:21:31 2016 +0100
| | | | 
| | | |     Add Eurosim 2016 paper
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 39401d8ee378147b01a965b76532c3b11afad9cd
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 20 15:48:27 2016 +0100
| | | | 
| | | |     Add A Portable Debugger for Algorithmic Modelica Code
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 07f0252d114906d632026294ac3a71cf4caa2015
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 16 13:46:33 2016 +0100
| | | | 
| | | |     Add ISSE paper
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 108284871726cc23b5bad02bca96b95ebc7e6b77
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 16 13:33:33 2016 +0100
| | | | 
| | | |     Fix case of the latest publications
| | | |     
| | | |     Need to escape acronyms like {PDE} in bibtex.
| | | | 
| | | | M	.gitattributes
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit f97e7f0133c1e21a7f2d6051e6ae88f825c0615d
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 29 08:32:04 2016 +0100
| | | | 
| | | |     Ignore tracreleases file
| | | | 
| | | | M	UsersGuide/.gitignore
| | | |   
| | * |   commit 9220e9e02e3e9ca9328c9ad240f8cbfebda4cba3
| | |\ \  Merge: 16aad1bcd3 81be08cb86
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 17 18:04:24 2016 +0100
| | | | | 
| | | | |     Merge pull request #28 from arun3688/master
| | | | |     
| | | | |     journal paper updates
| | | | | 
| | | * | commit 81be08cb86c19efce93f73683d660700744b7b27
| | |/ /  Author: arun3688 
| | | |   Date:   Thu Nov 17 17:21:10 2016 +0100
| | | |   
| | | |       journal paper updates
| | | |   
| | | |   M	bibliography/journals.cite
| | | |   M	bibliography/openmodelica.bib
| | | |   M	bibliography/papers.cite
| | | | 
| | * | commit 16aad1bcd33f42486c9eee57b775a4c31cc367bc
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 19 17:32:28 2016 +0200
| | | | 
| | | |     Updated the screenshots.
| | | | 
| | | | M	UsersGuide/source/media/omedit_simulate_animation.png
| | | | M	UsersGuide/source/media/omedit_visualization.png
| | | | 
| | * | commit 819079b958857311ffd1051033c2dcbd59f7de82
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 19 15:46:08 2016 +0200
| | | | 
| | | |     Added screenshots and user's guide for the visualization.
| | | | 
| | | | M	UsersGuide/source/3dvisualization.rst
| | | | A	UsersGuide/source/media/omedit_simulate_animation.png
| | | | A	UsersGuide/source/media/omedit_visualization.png
| | | | 
| | * | commit d6aaecae72b40a9df9fcc99c6dd72acfc8c1e0c7
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 19 15:14:25 2016 +0200
| | | | 
| | | |     Updated according to new options of Options Dialog.
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 362b74d2861bb267741ee29f970837ac96a36a8c
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 19 14:51:06 2016 +0200
| | | | 
| | | |     Updated according to new options of Simulation Dialog.
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 3a34ba911a96f340d247987afab2523c8ab4466f
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 17 08:17:09 2016 +0200
| | | | 
| | | |     Remove references to Modelica3D
| | | | 
| | | | A	UsersGuide/source/3dvisualization.rst
| | | | M	UsersGuide/source/index.rst
| | | | D	UsersGuide/source/modelica3d.rst
| | | | 
| | * | commit d7ea0d885359df59996eda04926310a4c5b90d25
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 11 07:56:21 2016 +0200
| | | | 
| | | |     Use override instead of rewriting the XML-file
| | | |     
| | | |     Using the override flag of simulations is much more efficient,
| | | |     especially for large models.
| | | | 
| | | | M	UsersGuide/source/scripting_api.rst
| | | | 
| | * | commit 257c15ba5f61488a2a8d51e312e0bffae03410eb
| | | | Author: Adrian Pop 
| | | | Date:   Fri Sep 23 19:48:08 2016 +0200
| | | | 
| | | |     fix for ticket:4051 (#27)
| | | | 
| | | | M	UsersGuide/source/fmi.rst
| | | | 
| | * | commit 21cb762ce1f57f2de7d8bdab420612c9adc25611
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Sep 23 19:47:58 2016 +0200
| | | | 
| | | |     Fix broken cross reference (#26)
| | | | 
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 0fd4096c5be2a687f566ce7a32c30c5f32c7bfac
| | | | Author: Martin Sjölund 
| | | | Date:   Tue May 31 15:18:28 2016 +0200
| | | | 
| | | |     Do not use + for OM flags
| | | | 
| | | | M	UsersGuide/source/debugger.rst
| | | | M	UsersGuide/source/introduction.rst
| | | | M	UsersGuide/source/mdtdebugger.rst
| | | | M	UsersGuide/source/optimization.rst
| | | | M	UsersGuide/source/parametersensitivity.rst
| | | |   
| | * |   commit 008b9516f247405bc4cde55d49420ee597ad68d7
| | |\ \  Merge: 28bc0aa846 99916cf0df
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri May 27 16:02:51 2016 +0200
| | | | | 
| | | | |     Merge pull request #25 from arun3688/parametersensitivity
| | | | |     
| | | | |     Update with Peter correction
| | | | | 
| | | * | commit 99916cf0df845a9c6da898b21d0a27db0b17eb93
| | |/ /  Author: arun3688 
| | | |   Date:   Fri May 27 15:36:23 2016 +0200
| | | |   
| | | |       Update with Peter correction
| | | |   
| | | |   M	UsersGuide/source/parametersensitivity.rst
| | | | 
| | * | commit 28bc0aa846c79587efc97d941565181025ea65fb
| | | | Author: wibraun 
| | | | Date:   Wed May 25 11:30:34 2016 +0200
| | | | 
| | | |     initial documentation for sensitivities (#23)
| | | | 
| | | | M	UsersGuide/source/index.rst
| | | | A	UsersGuide/source/parametersensitivity.rst
| | | | 
| | * | commit e5130b4434b945c95dbc1c29b630a752567a487b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon May 23 12:29:10 2016 +0200
| | | | 
| | | |     Added instructions on how to make connection.
| | | |     Updated OMEdit options.
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 934911a35238c9cf49a994eb7f10ed9c4b58d732
| | | | Author: Adrian Pop 
| | | | Date:   Thu May 19 00:10:06 2016 +0200
| | | | 
| | | |     fix interface for getDocumentationAnnotation (#24)
| | | | 
| | | | M	UsersGuide/interface.mos
| | | | 
| | * | commit 4168774f2f35a03e0f6dfbae5a2411deedc7d94c
| | | | Author: Alachew Mengist 
| | | | Date:   Tue Apr 12 17:22:43 2016 +0200
| | | | 
| | | |     Fix spaces so that options can be listed down properly
| | | | 
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 903eab31533effac0efb792d0695b9b5b769daa5
| | | | Author: Alachew Mengist 
| | | | Date:   Tue Apr 12 16:54:17 2016 +0200
| | | | 
| | | |     Optimized PNG files to reduce the size
| | | | 
| | | | M	UsersGuide/source/media/casadi-input.png
| | | | M	UsersGuide/source/media/casadi-state.png
| | | | M	UsersGuide/source/media/emscripten-model.png
| | | | M	UsersGuide/source/media/emscripten-result.png
| | | | M	UsersGuide/source/media/mdt-assist-mm-record.png
| | | | M	UsersGuide/source/media/mdt-build-log.png
| | | | M	UsersGuide/source/media/mdt-build-project.png
| | | | M	UsersGuide/source/media/mdt-code-completion-call.png
| | | | M	UsersGuide/source/media/mdt-code-completion.png
| | | | M	UsersGuide/source/media/mdt-console-simulate.png
| | | | M	UsersGuide/source/media/mdt-console.png
| | | | M	UsersGuide/source/media/mdt-create-class.png
| | | | M	UsersGuide/source/media/mdt-create-package.png
| | | | M	UsersGuide/source/media/mdt-debugger-breakpoint.png
| | | | M	UsersGuide/source/media/mdt-debugger-config-1.png
| | | | M	UsersGuide/source/media/mdt-debugger-config-2.png
| | | | M	UsersGuide/source/media/mdt-debugger-overview.png
| | | | M	UsersGuide/source/media/mdt-debugger-perspective.png
| | | | M	UsersGuide/source/media/mdt-debugger-start-1.png
| | | | M	UsersGuide/source/media/mdt-debugger-start-2.png
| | | | M	UsersGuide/source/media/mdt-debugger-switch-perspective.png
| | | | M	UsersGuide/source/media/mdt-disable-automatic-build.png
| | | | M	UsersGuide/source/media/mdt-info-on-hover.png
| | | | M	UsersGuide/source/media/mdt-switch-perspective.png
| | | | M	UsersGuide/source/media/mdt-switch-workspace.png
| | | | M	UsersGuide/source/media/mdt-syntax-checking.png
| | | | M	UsersGuide/source/media/modelica3d.png
| | | | M	UsersGuide/source/media/omedit-add-breakpoint.png
| | | | M	UsersGuide/source/media/omedit-algorithmic-debugger.png
| | | | M	UsersGuide/source/media/omedit-attach-to-process.png
| | | | M	UsersGuide/source/media/omedit-debug-config.png
| | | | M	UsersGuide/source/media/omedit-debug-more.png
| | | | M	UsersGuide/source/media/omedit-documentation-browser.png
| | | | M	UsersGuide/source/media/omedit-libraries-browser.png
| | | | M	UsersGuide/source/media/omedit-mainwindow-browsers.png
| | | | M	UsersGuide/source/media/omedit-model-widget.png
| | | | M	UsersGuide/source/media/omedit-modeling-perspective.png
| | | | M	UsersGuide/source/media/omedit-plotting-perspective.png
| | | | M	UsersGuide/source/media/omedit-transformationsbrowser.png
| | | | M	UsersGuide/source/media/omedit-user-defined-shapes.png
| | | | M	UsersGuide/source/media/omedit-variables-browser.png
| | | | M	UsersGuide/source/media/omedit-welcome.png
| | | | M	UsersGuide/source/media/omedit_splashscreen.png
| | | | M	UsersGuide/source/media/omnotebook-drmodelica-ch9.png
| | | | M	UsersGuide/source/media/omnotebook-drmodelica-ex1-answer.png
| | | | M	UsersGuide/source/media/omnotebook-drmodelica-ex1.png
| | | | M	UsersGuide/source/media/omnotebook-drmodelica.png
| | | | M	UsersGuide/source/media/omnotebook-feedback.png
| | | | M	UsersGuide/source/media/omnotebook-helloworld.png
| | | | M	UsersGuide/source/media/omnotebook-kalman-noisy-feedback.png
| | | | M	UsersGuide/source/media/omnotebook-mathematical-modeling-with-characteristic-equation.png
| | | | M	UsersGuide/source/media/omnotebook-step-pulse.png
| | | | M	UsersGuide/source/media/omnotebook-theory-kalman.png
| | | | M	UsersGuide/source/media/omoptim-blue-cross.png
| | | | M	UsersGuide/source/media/omoptim-define-new-problem.png
| | | | M	UsersGuide/source/media/omoptim-loaded.png
| | | | M	UsersGuide/source/media/omoptim-setup-model.png
| | | | M	UsersGuide/source/media/omoptim-window-regions.png
| | | | M	UsersGuide/source/media/profiling-results.png
| | | | M	UsersGuide/source/media/profiling-setup.png
| | | | M	UsersGuide/source/media/pysimulator.png
| | | | 
| | * | commit a9e8be5dcb40bf15ca5e9ed9ba0366a6e29ac45f
| | | | Author: Alachew Mengist 
| | | | Date:   Mon Apr 11 16:19:07 2016 +0200
| | | | 
| | | |     Fix file not readable issues
| | | | 
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 717310b83198881dad5df434be28d40e1af5eb69
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Apr 11 09:38:47 2016 +0200
| | | | 
| | | |     Fix sphinx warnings
| | | | 
| | | | M	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 6698c032074ac5491fd55fa0096a5147af19aedd
| | | | Author: Alachew Mengist 
| | | | Date:   Sun Apr 10 16:29:09 2016 +0200
| | | | 
| | | |     -TLM based co-simulation users guide (#18)
| | | |     
| | | |     - optimized PNG files by tinypng
| | | | 
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/source/index.rst
| | | | A	UsersGuide/source/media/tlm-add-submodels.png
| | | | A	UsersGuide/source/media/tlm-change-cosimulation-parameters-dialog.png
| | | | A	UsersGuide/source/media/tlm-change-cosimulation-parameters-popup-menu.png
| | | | A	UsersGuide/source/media/tlm-change-submodel-parameters-dialog.png
| | | | A	UsersGuide/source/media/tlm-connecting-submodels-double-pendulum.png
| | | | A	UsersGuide/source/media/tlm-cosimulation-progress.png
| | | | A	UsersGuide/source/media/tlm-cosimulation-setup.png
| | | | A	UsersGuide/source/media/tlm-double-pendulum-metamodel-textview.png
| | | | A	UsersGuide/source/media/tlm-fetch-interface-progress.png
| | | | A	UsersGuide/source/media/tlm-fetched-interface-points.png
| | | | A	UsersGuide/source/media/tlm-library-browser-popup-menu.png
| | | | A	UsersGuide/source/media/tlm-loaded-external-models-library-browser.png
| | | | A	UsersGuide/source/media/tlm-new-metamodel-textview.png
| | | | A	UsersGuide/source/media/tlm-plotting-cosimulation-results.png
| | | | A	UsersGuide/source/media/tlm-submodels-connection-dialog.png
| | | | A	UsersGuide/source/tlmcosimulation.rst
| | | | 
| | * | commit 7e220a214aa92e02b5a208a537f56c8e583f6db5
| | | | Author: arun3688 
| | | | Date:   Fri Apr 8 17:04:26 2016 +0200
| | | | 
| | | |     update student master thesis (#17)
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit bbbc6bc03c5d8afd3dfa489cb0c5e9478bfaf48c
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 30 16:41:51 2016 +0200
| | | | 
| | | |     Fix code for Sphinx 1.4
| | | | 
| | | | M	UsersGuide/Makefile
| | | | 
| | * | commit c794db8a4b7a7214279de4d83698ecc4b18137a4
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 30 14:52:16 2016 +0200
| | | | 
| | | |     Update for latest Sphinx (1.4)
| | | |     
| | | |     This removes the need for some of our Sphinx hacks, such as a new
| | | |     extension imgmath (built-in SVG math support).
| | | | 
| | | | M	UsersGuide/Makefile
| | | | D	UsersGuide/dvisvgm.sh
| | | | D	UsersGuide/fix-math.sh
| | | | M	UsersGuide/source/conf.py
| | | | M	UsersGuide/source/index.rst
| | | | M	UsersGuide/source/tracreleases.py
| | | | 
| | * | commit 0d191498e73e911cf111fb3d63ce990a36d51ea0
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 20 08:42:08 2016 +0100
| | | | 
| | | |     Generate documentation for all releases
| | | | 
| | | | M	UsersGuide/Makefile
| | | | D	UsersGuide/source/releases.rst
| | | | M	UsersGuide/source/tracreleases.py
| | | | 
| | * | commit cac732a7f2c81a431cd6f25a64cd7edf0e87c411
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 17 16:03:33 2016 +0100
| | | | 
| | | |     Simulation Parameter Sweep example.
| | | | 
| | | | M	UsersGuide/source/scripting_api.rst
| | | | 
| | * | commit c0502a5732c63a9e90cfea0b658ca954fbd5cbe0
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 17 14:46:36 2016 +0100
| | | | 
| | | |     Updated OpenModelica Scripting Commands.
| | | | 
| | | | M	UsersGuide/source/scripting_api.rst
| | | | 
| | * | commit c285c832a5c82be9fd716133ef05d536319ff43b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 16 15:17:14 2016 +0100
| | | | 
| | | |     Cross reference editing MSL.
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 4b8bae15ccac3cde3c0305421f0e2099c0818f70
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 16 14:15:14 2016 +0100
| | | | 
| | | |     Hints for loading editable MSL.
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit b08a8230460d9eaf8509c61c08d891e589b11499
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 16 12:06:52 2016 +0000
| | | | 
| | | |     Handle Python2+3, add natsort to dependencies
| | | | 
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/source/requirements.txt
| | | | M	UsersGuide/source/tracreleases.py
| | | | 
| | * | commit cbbdff1f59951b6051b1f90c088cde0a0328e58c
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 16 11:08:45 2016 +0000
| | | | 
| | | |     Pull release notes from trac instead of manual mirroring
| | | | 
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/source/releases.rst
| | | | A	UsersGuide/source/tracreleases.py
| | | | 
| | * | commit 7f5d6fb44d80abc545261bfad301c9e2f8a29279
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 9 13:32:07 2016 +0100
| | | | 
| | | |     Updated the list of contributors 2015.
| | | | 
| | | | M	UsersGuide/source/contributors.rst
| | | | 
| | * | commit 32655e344159771cc7ad3e5015520771e447e6d5
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Mar 3 20:48:28 2016 +0100
| | | | 
| | | |     Linux instructions
| | | | 
| | | | M	UsersGuide/README.md
| | | |   
| | * |   commit 0d2d54de04654055676a7b714dadda027e34235b
| | |\ \  Merge: bf13bed928 7b7e082ce7
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Mar 3 16:06:10 2016 +0100
| | | | | 
| | | | |     Merge pull request #16 from dietmarw/patch-1
| | | | |     
| | | | |     Improve the documentation on infoHeader annotation
| | | | | 
| | | * | commit 7b7e082ce715152125059ee8f4c947b4a8f0a944
| | | | | Author: Dietmar Winkler 
| | | | | Date:   Thu Mar 3 15:23:32 2016 +0100
| | | | | 
| | | | |     Fixing one white space
| | | | | 
| | | | | M	UsersGuide/source/omedit.rst
| | | | | 
| | | * | commit cb0bf922d730f2ad6badc9f57864004d226ebbcc
| | |/ /  Author: Dietmar Winkler 
| | | |   Date:   Thu Mar 3 15:20:18 2016 +0100
| | | |   
| | | |       Improve the documentation on infoHeader annotation
| | | |   
| | | |   M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit bf13bed92811d4fd26a8e3b7b555093940be14ae
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 3 14:59:32 2016 +0100
| | | | 
| | | |     Print plot command interface instead of maintaining options.
| | | | 
| | | | M	UsersGuide/source/plotting.rst
| | | | 
| | * | commit 19af68be8459e5c55ca501c6e13799d904854ce0
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 3 14:42:18 2016 +0100
| | | | 
| | | |     Updated plot command options.
| | | | 
| | | | M	UsersGuide/source/plotting.rst
| | | | 
| | * | commit b56d468c6480994c188de51c1725df1591925ddc
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 3 14:30:41 2016 +0100
| | | | 
| | | |     Indentation.
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit de9392fabfef58dfc8b2239ac292bedc76114346
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 3 14:22:36 2016 +0100
| | | | 
| | | |     Debugging.mo is in the test models now.
| | | | 
| | | | M	UsersGuide/source/debugger.rst
| | | | 
| | * | commit 1afd8509aa869fbf5544f520181a68f60a3ef3ed
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 3 13:45:41 2016 +0100
| | | | 
| | | |     Fixed getComponentModifierNames call.
| | | | 
| | | | M	UsersGuide/source/introduction.rst
| | | | 
| | * | commit 6bd7fa79cc144b4030533f202c2438feacf885e5
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 3 13:39:56 2016 +0100
| | | | 
| | | |     Documentation about __OpenModelica_infoHeader.
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | |   
| | * |   commit b5de146df4ab95d0f7c830163c8b5d1e5945747c
| | |\ \  Merge: cf410c91fd a7a58185c9
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Feb 22 07:06:40 2016 +0100
| | | | | 
| | | | |     Merge pull request #13 from dietmarw/patch-1
| | | | |     
| | | | |     Typo of inkscape corrected.
| | | | | 
| | | * | commit a7a58185c9abccb6027c7252ffa86a0c5f92c11c
| | | | | Author: Dietmar Winkler 
| | | | | Date:   Sun Feb 21 00:24:14 2016 +0100
| | | | | 
| | | | |     Typo of inkscape corrected.
| | | | | 
| | | | | M	UsersGuide/README.md
| | | | |   
| | * | |   commit cf410c91fdcd429426e0fa2fa371b1ffaf0e1ded
| | |\ \ \  Merge: d319ad9f3a 696628d2b6
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Mon Feb 22 07:06:30 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #14 from dietmarw/patch-2
| | | | | |     
| | | | | |     Sync the documentation with  UI changes
| | | | | | 
| | | * | | commit 696628d2b6a1e1cf72122f103baad5e5a1640e09
| | | |/ /  Author: Dietmar Winkler 
| | | | |   Date:   Sun Feb 21 00:33:52 2016 +0100
| | | | |   
| | | | |       Sync the documentation with  UI changes
| | | | |       
| | | | |       The UI was slightly changed in connection with [OM#3690](https://trac.openmodelica.org/OpenModelica/ticket/3690). This reflects that change also in the documentation.
| | | | |   
| | | | |   M	UsersGuide/source/omedit.rst
| | | | | 
| | * | | commit d319ad9f3a55bbf2300f8899d38a76c61bcfcfb6
| | |/ /  Author: Martin Sjölund 
| | | |   Date:   Mon Feb 22 07:05:22 2016 +0100
| | | |   
| | | |       Update the copyright year and add space in front
| | | |   
| | | |   M	UsersGuide/source/conf.py
| | | | 
| | * | commit 1204474f50afa9596782d04f7e445e40ab9f3009
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 8 15:27:23 2016 +0100
| | | | 
| | | |     Updated OMEdit settings documentation.
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 7af6b5108c8c34830a04caabd54e0eb24e7a1629
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 2 14:37:58 2016 +0100
| | | | 
| | | |     Disable profiling report
| | | |     
| | | |     The profiling report is currently broken (something changed in the
| | | |     tools converting the markup; SVGs in pdflatex).
| | | | 
| | | | M	UsersGuide/source/profiler.rst
| | | | 
| | * | commit 65a2e7c4c38b33ba3198033575f94a76759a49b2
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Dec 12 01:03:11 2015 +0100
| | | | 
| | | |     Added new settings flags.
| | | | 
| | | | M	UsersGuide/source/media/omedit-plotting-perspective.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit e964d2d22afd05858b3afe291fc788c9e4c2ce8f
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 11 14:51:33 2015 +0100
| | | | 
| | | |     Updated OMEdit screens and some documentation
| | | | 
| | | | M	UsersGuide/source/media/omedit-libraries-browser.png
| | | | M	UsersGuide/source/media/omedit-mainwindow-browsers.png
| | | | M	UsersGuide/source/media/omedit-model-widget.png
| | | | M	UsersGuide/source/media/omedit-modeling-perspective.png
| | | | D	UsersGuide/source/media/omedit-search-browser.png
| | | | M	UsersGuide/source/media/omedit-variables-browser.png
| | | | M	UsersGuide/source/media/omedit-welcome.png
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit 5275387135e2532a19528c552687eb71abf0ceeb
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 10 16:28:18 2015 +0100
| | | | 
| | | |     Fix hyperlink
| | | | 
| | | | M	UsersGuide/source/debugger.rst
| | | | M	UsersGuide/source/omedit.rst
| | | |   
| | * |   commit c1535b89e1059a68154b56520f823bae15c4a39b
| | |\ \  Merge: cef0c57b4b 74e55a9d32
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Dec 8 17:32:39 2015 +0100
| | | | | 
| | | | |     Merge pull request #11 from arun3688/master
| | | | |     
| | | | |     phd, conference and journal paper updates
| | | | | 
| | | * | commit 74e55a9d32a99dcc1eb690dfe04931fb59f2d66e
| | |/ /  Author: arun3688 
| | | |   Date:   Tue Dec 8 10:13:03 2015 +0100
| | | |   
| | | |       phd, conference and journal paper updates
| | | |   
| | | |   M	bibliography/journals.cite
| | | |   M	bibliography/openmodelica.bib
| | | |   M	bibliography/papers.cite
| | | |   M	bibliography/phd.cite
| | | | 
| | * | commit cef0c57b4b9fa0224223e825cc1822f2155d7576
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 4 17:01:28 2015 +0100
| | | | 
| | | |     Update URL of the repository
| | | | 
| | | | M	bibliography/upload.sh
| | | | 
| | * | commit 5524bc4c5247e682101f23c002786c3fc6c37ee6
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 3 11:16:26 2015 +0100
| | | | 
| | | |     Remove duplicate entry
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit e258fc9facb495cb4f740ef60af59fda4648ff90
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 3 10:51:43 2015 +0100
| | | | 
| | | |     Add Modelica'2015 paper
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | |   
| | * |   commit 7eecbb8e5619eef3b0609a35ab9aa8f06628aff5
| | |\ \  Merge: e929940c3d 513d3f56f4
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Nov 11 14:56:39 2015 +0100
| | | | | 
| | | | |     Merge pull request #10 from niklwors/master
| | | | |     
| | | | |     fix for cpp runtime documentation build on windows
| | | | | 
| | | * | commit 513d3f56f4ca85d140a7c0753c9fd40339287fcf
| | |/ /  Author: Niklas Worschech 
| | | |   Date:   Wed Nov 11 14:51:04 2015 +0100
| | | |   
| | | |       fix for cpp runtime documentation build on windows
| | | |   
| | | |   M	Makefile
| | | |   
| | * |   commit e929940c3db1d22e5314cc114e0d591f454aa308
| | |\ \  Merge: c7d4672466 4607989475
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Oct 22 16:41:00 2015 +0200
| | | | | 
| | | | |     Merge pull request #9 from arun3688/master
| | | | |     
| | | | |     Update OMNotebook documentation with new features
| | | | | 
| | | * | commit 46079894759d93add8ceb804686a8e5b5d1cd9f7
| | |/ /  Author: arun3688 
| | | |   Date:   Thu Oct 8 15:12:12 2015 +0200
| | | |   
| | | |       Update OMNotebook documentation with new features
| | | |   
| | | |   M	UsersGuide/source/omnotebook.rst
| | | | 
| | * | commit c7d46724660066f26046ba10dfddc9b166379585
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Sep 8 13:01:26 2015 +0200
| | | | 
| | | |     Improve the detection of current / previous release
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | |   
| | * |   commit 5a58cbb67ffe9293195debbc7590791670ebf66c
| | |\ \  Merge: 00f8fa41f1 ed5b948ba9
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Sep 7 14:17:54 2015 +0200
| | | | | 
| | | | |     Merge pull request #8 from adeas31/doc
| | | | |     
| | | | |     Added inkspace to build instructions.
| | | | | 
| | | * | commit ed5b948ba92bae51cd8a64ed150e6025b0d75cfa
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Sep 7 14:09:19 2015 +0200
| | | | | 
| | | | |     Added inkspace to build instructions.
| | | | | 
| | | | | M	UsersGuide/README.md
| | | | | 
| | * | | commit 00f8fa41f1d96ab98549e852a36ff66d5f29fcb1
| | |\| | Merge: e9553fb522 c0827a48f3
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Sep 7 13:59:47 2015 +0200
| | | | | 
| | | | |     Merge pull request #7 from adeas31/doc
| | | | |     
| | | | |     Fixed sphinx documentation for Windows.
| | | | | 
| | | * | commit c0827a48f3cd302b0ec5b4416b79e18e78290ac3
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Sep 7 13:46:25 2015 +0200
| | | | | 
| | | | |     Cross reference Modelica3D picture.
| | | | | 
| | | | | M	UsersGuide/source/modelica3d.rst
| | | | | 
| | | * | commit 34bc74298cd2201082d37f51295597b42f0bcf82
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Sep 7 13:10:00 2015 +0200
| | | | | 
| | | | |     Use same number of characters.
| | | | | 
| | | | | M	UsersGuide/source/scripting_api.rst
| | | | | 
| | | * | commit f6b8134e59876e171eb951ebb4966ed364e04671
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Sep 7 13:02:58 2015 +0200
| | | | | 
| | | | |     Added Modelica3D image.
| | | | | 
| | | | | A	UsersGuide/source/media/modelica3d.png
| | | | | M	UsersGuide/source/modelica3d.rst
| | | | | 
| | | * | commit 1159cd67375d4b730ed1ecfad156d856163cc299
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Sep 7 12:46:57 2015 +0200
| | | | | 
| | | | |     Fixed sphinx documentation for Windows.
| | | | |     Copy profiler files to build/html as well so that the links work.
| | | | |     Only use the generated API interface. Easy to maintain.
| | | | |     Fixed paths for gnuplot.
| | | | |     Added readme with instructions on what is needed for compilation on Windows.
| | | | | 
| | | | | M	UsersGuide/Makefile
| | | | | A	UsersGuide/README.md
| | | | | M	UsersGuide/source/profiler.rst
| | | | | M	UsersGuide/source/scripting_api.rst
| | | | | M	UsersGuide/source/sphinxcontribopenmodelica.py
| | | | | 
| | * | | commit e9553fb522e98cce0b1e3346bc367fbb938ce842
| | | | | Author: arun3688 
| | | | | Date:   Mon Sep 7 11:01:02 2015 +0200
| | | | | 
| | | | |     Update image to current OMNotebook
| | | | | 
| | | | | M	UsersGuide/source/media/omnotebook-helloworld.png
| | | | | 
| | * | | commit 68483a60bc14ddb886fd53c8ddea26e1b6f28394
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Sep 7 08:34:13 2015 +0200
| | | | | 
| | | | |     Incorporated more of Peter's suggestions
| | | | |     
| | | | |     - Make debugging its own chapter.
| | | | |     - Add profiling GUI images.
| | | | | 
| | | | | A	UsersGuide/source/debugger.rst
| | | | | M	UsersGuide/source/index.rst
| | | | | A	UsersGuide/source/media/profiling-results.png
| | | | | A	UsersGuide/source/media/profiling-setup.png
| | | | | M	UsersGuide/source/omedit.rst
| | | | | M	UsersGuide/source/profiler.rst
| | | | | 
| | * | | commit 2735f4bb61ec76f30d1a4920143945669527592f
| | |/ /  Author: Martin Sjölund 
| | | |   Date:   Fri Sep 4 18:05:29 2015 +0200
| | | |   
| | | |       Add release notes
| | | |   
| | | |   M	UsersGuide/source/releases.rst
| | | | 
| | * | commit aab84ab0bd9292193f97e0591a43588153b8b95e
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Sep 4 16:23:27 2015 +0200
| | | | 
| | | |     Add 2015 contributors
| | | | 
| | | | M	UsersGuide/source/contributors.rst
| | | | 
| | * | commit a1c91e1af2c4761e10055991d16e0f8edaa35e61
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Sep 4 16:19:53 2015 +0200
| | | | 
| | | |     Update based on Peter's comments
| | | |     
| | | |     Moved around copyright text, added newlines between contributors,
| | | |     and added some captions for images in the introduction. Also fixed
| | | |     the builds based on the current tag (dev.beta), which was not handled.
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | | M	UsersGuide/source/contributors.rst
| | | | A	UsersGuide/source/copyright.inc
| | | | M	UsersGuide/source/index.rst
| | | | M	UsersGuide/source/introduction.rst
| | | |   
| | * |   commit 1b40fefb791e8e571169451d2670204ef5cac1be
| | |\ \  Merge: fd5f8ea373 b4300cf789
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Sep 2 12:53:56 2015 +0200
| | | | | 
| | | | |     Merge pull request #5 from MarcusWalther/master
| | | | |     
| | | | |     Textupdate for C++ Runtime documentation
| | | | | 
| | | * | commit b4300cf789db7328c2b41b31436a49711a87cfa1
| | | | | Author: Marcus Walther 
| | | | | Date:   Wed Sep 2 12:50:31 2015 +0200
| | | | | 
| | | | |     - simple description of event-handling added to documentation
| | | | | 
| | | | | M	SimulationRuntime/cpp/EventHandling.dox
| | | | | A	SimulationRuntime/cpp/Images/EventHandling.jpg
| | | | | 
| | | * | commit 2d87c7c67a0369ffb899f97f31a3f161e50ee91d
| | | | | Author: Marcus Walther 
| | | | | Date:   Tue Sep 1 15:46:04 2015 +0200
| | | | | 
| | | | |     - textupdates for flag- and mainpage (c++ simulation runtime documentation)
| | | | |     - coding style added
| | | | | 
| | | | | A	SimulationRuntime/cpp/CodingStyle.dox
| | | | | M	SimulationRuntime/cpp/Flags.dox
| | | | | M	SimulationRuntime/cpp/Mainpage.dox
| | | | | 
| | | * | commit c1da48dd49f85f5ba8c9cf62f075738778ded634
| | | | | Author: Marcus Walther 
| | | | | Date:   Mon Aug 24 13:58:22 2015 +0200
| | | | | 
| | | | |     - updated the .gitignore file for the cpp-runtime documentation
| | | | | 
| | | | | M	.gitignore
| | | | | 
| | | * | commit 584f70bd93182a5cc810d6d3322e5aa85f531d28
| | |/ /  Author: Marcus Walther 
| | | |   Date:   Mon Aug 24 13:49:47 2015 +0200
| | | |   
| | | |       - Textupdate for cpp-runtime documentation
| | | |   
| | | |   A	SimulationRuntime/cpp/EventHandling.dox
| | | |   M	SimulationRuntime/cpp/Flags.dox
| | | |   M	SimulationRuntime/cpp/Mainpage.dox
| | | | 
| | * | commit fd5f8ea373e5f6bf4c0eabd0f796183a007d55f7
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Aug 24 10:39:54 2015 +0200
| | | | 
| | | |     Fix documentation target
| | | |     
| | | |     cppruntime-doc broke the documentation target due to copying to a
| | | |     non-existing directory.
| | | | 
| | | | M	Makefile
| | | |   
| | * |   commit 89f49e69de9e01e24eae9563dd7984b9644ee19e
| | |\ \  Merge: 198ef81487 ec7758a02a
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Aug 12 11:24:48 2015 +0200
| | | | | 
| | | | |     Merge pull request #4 from rfranke/options
| | | | |     
| | | | |     rename Cpp command line args
| | | | | 
| | | * | commit ec7758a02a1411d8314eae9ae496f0a944e5cc16
| | |/ /  Author: Rüdiger Franke 
| | | |   Date:   Mon Aug 10 17:46:08 2015 +0200
| | | |   
| | | |       rename Cpp command line args
| | | |       
| | | |       avoid name clashes with the C runtime, e.g. when used from OMEdit
| | | |   
| | | |   M	SimulationRuntime/cpp/Flags.dox
| | | |   
| | * |   commit 198ef8148731b7742ce09ae5c8923e0813cef7e2
| | |\ \  Merge: 826515e01b 38d2767df2
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Aug 7 07:46:22 2015 +0200
| | | | | 
| | | | |     Merge pull request #3 from MarcusWalther/master
| | | | |     
| | | | |     Documentation for C++ Simulation Runtime
| | | | | 
| | | * | commit 38d2767df28a65daa3a58ebc28e9d8a3320998e8
| | | | | Author: Marcus Walther 
| | | | | Date:   Thu Aug 6 13:38:21 2015 +0200
| | | | | 
| | | | |     - added changes to main makefile
| | | | |     - removed a useless comment in CMakeLists
| | | | | 
| | | | | M	Makefile
| | | | | M	SimulationRuntime/cpp/CMakeLists.txt
| | | | | 
| | | * | commit 868a1c38b40ca414008b667637a065209ee3ea4f
| | | | | Author: Marcus Walther 
| | | | | Date:   Thu Aug 6 13:34:17 2015 +0200
| | | | | 
| | | | |     Newline added to mainpage
| | | | | 
| | | | | M	SimulationRuntime/cpp/Mainpage.dox
| | | | | 
| | | * | commit a324f3dd487f2a11cbfc7102bf7ac4ed86f6a6ed
| | | | | Author: Marcus Walther 
| | | | | Date:   Thu Aug 6 13:34:00 2015 +0200
| | | | | 
| | | | |     Newline added to flags.dox
| | | | | 
| | | | | M	SimulationRuntime/cpp/Flags.dox
| | | | | 
| | | * | commit bdfc51a89a8e48f3b72d3b88d189ae2de76ccf11
| | | | | Author: Marcus Walther 
| | | | | Date:   Thu Aug 6 13:32:58 2015 +0200
| | | | | 
| | | | |     Newline added to gitignore
| | | | | 
| | | | | M	.gitignore
| | | | | 
| | | * | commit 2fe3abf2544e51982fd64421aa504060bd884cfd
| | |/ /  Author: Marcus Walther 
| | | |   Date:   Thu Aug 6 13:29:11 2015 +0200
| | | |   
| | | |       - doxygen template added to documentation
| | | |       - cpp-runtime documentation added
| | | |       - .gitignore-file added
| | | |   
| | | |   A	.gitignore
| | | |   A	SimulationRuntime/cpp/CMakeLists.txt
| | | |   A	SimulationRuntime/cpp/CppRuntimeDoc.config.in
| | | |   A	SimulationRuntime/cpp/Flags.dox
| | | |   A	SimulationRuntime/cpp/Mainpage.dox
| | | |   A	doxygen/html/CustomDoxygen.css
| | | |   A	doxygen/html/Footer.html
| | | |   A	doxygen/html/Header.html
| | | | 
| | * | commit 826515e01bec9cb595350a15cefd1c761dffa186
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 29 16:19:53 2015 +0200
| | | | 
| | | |     Added internet shortcut for OpenModelica users guide.
| | | | 
| | | | M	OpenModelica Project Online.url
| | | | A	OpenModelicaUsersGuide.url
| | | |   
| | * |   commit 43ce403e5bd63ee6fc4da8707360422df78c390a
| | |\ \  Merge: 259ec4aaf1 6f1ae9ef16
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jul 14 19:33:57 2015 +0200
| | | | | 
| | | | |     Merge pull request #2 from lochel/smarty-pants
| | | | |     
| | | | |     Turn off smarty pants to display flags properly
| | | | | 
| | | * | commit 6f1ae9ef1661fa697aea666ba75a025630b1706f
| | |/ /  Author: Lennart Ochel 
| | | |   Date:   Tue Jul 14 18:55:28 2015 +0200
| | | |   
| | | |       Turn off smarty pants to display flags properly
| | | |   
| | | |   M	UsersGuide/source/conf.py
| | | | 
| | * | commit 259ec4aaf1e271df7ebbba3521c34d47a55e6ede
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Jun 28 21:51:26 2015 +0200
| | | | 
| | | |     Add my PhD thesis to the list of publications
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/phd.cite
| | | | 
| | * | commit 0986330ba3068301280aad171bc01eead0a7cf2f
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 25 15:33:28 2015 +0200
| | | | 
| | | |     Use standard web fonts for documentation.
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | | 
| | * | commit 08614de3d842a9272249552e24338aa5d717eee7
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jun 25 13:33:28 2015 +0200
| | | | 
| | | |     Add missing file extrarefs.bib
| | | | 
| | | | A	bibliography/extrarefs.bib
| | | | 
| | * | commit 53e4ee4bccd4145c1f0302cfa3718ac57ad379cc
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jun 25 13:24:49 2015 +0200
| | | | 
| | | |     Use pdflatex instead of lualatex
| | | |     
| | | |     Ubuntu LTS is not up-to-date yet.
| | | | 
| | | | M	Makefile
| | | | 
| | * | commit bebfe99273e0b80309ef20c8b14970f0931f0f82
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jun 25 12:52:05 2015 +0200
| | | | 
| | | |     Add documentation target to build the docs
| | | | 
| | | | M	Makefile
| | | | D	MediaAndFluid/MediaAndFluid.pptx
| | | | D	SimulationRuntime/c/draft.pdf
| | | | M	SimulationRuntime/c/src/content.tex
| | | | R053	SimulationRuntime/c/src/draft.tex	SimulationRuntime/c/src/cruntimedraft.tex
| | | | A	bibliography/biblatex.sty
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 4a4e34f1461d29b2e4708a9a4617574ce1f8e17c
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jun 25 09:36:57 2015 +0200
| | | | 
| | | |     Add a chapter on the omc flags (help text)
| | | | 
| | | | M	UsersGuide/Makefile
| | | | A	UsersGuide/fix-math.sh
| | | | M	UsersGuide/source/index.rst
| | | | 
| | * | commit 511a41296e786d9429d5f1ccc946589b6844d72a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jun 24 22:08:20 2015 +0200
| | | | 
| | | |     Remove OMC_API-HowTo.pdf (User's Guide is better)
| | | | 
| | | | D	OpenModelicaAPI-Howto/OMC_API-HowTo.pdf
| | | | D	OpenModelicaAPI-Howto/OMC_API-HowTo.tex
| | | | 
| | * | commit a7d282f0a302360e5658f426699c95f62c9e159c
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jun 24 19:37:20 2015 +0200
| | | | 
| | | |     Add chapter on simulation flags
| | | |     
| | | |     Simulation flags and integration methods are covered.
| | | |     The old pdf covering this topic has been removed.
| | | | 
| | | | D	SimulationRuntime/IntegrationAlgorithms/IntegrationAlgorithms.pdf
| | | | D	SimulationRuntime/IntegrationAlgorithms/IntegrationAlgorithms.tex
| | | | D	SimulationRuntime/IntegrationAlgorithms/Makefile
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/source/index.rst
| | | | M	UsersGuide/source/omedit.rst
| | | | A	UsersGuide/source/simulationflags.rst
| | | | 
| | * | commit 739170f3b4bf183044e6d35e406a742788e35061
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jun 18 14:59:34 2015 +0200
| | | | 
| | | |     Add example on calling external Python code
| | | | 
| | | | M	UsersGuide/source/interop_c_python.rst
| | | | 
| | * | commit a8ff45dda7f57cfe8845d5010e29a61971aec092
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jun 18 12:25:02 2015 +0200
| | | | 
| | | |     Add attributes
| | | | 
| | | | A	.gitattributes
| | | | 
| | * | commit 35203b2fb8cf00f6166045e997f05194fd69bb29
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jun 17 12:15:39 2015 +0200
| | | | 
| | | |     Use some inline icons
| | | | 
| | | | M	UsersGuide/source/omedit.rst
| | | | 
| | * | commit cb5229fd3de824c1f00363df8c76c3506929cddf
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jun 17 10:35:54 2015 +0200
| | | | 
| | | |     Also include a diff for the documentation since the last release
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | | 
| | * | commit 6f012777d7b06b2f69a3e9254db2c5cf81dd81ed
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 16 21:34:16 2015 +0200
| | | | 
| | | |     Fix indentation in release notes
| | | | 
| | | | M	UsersGuide/source/releases.rst
| | | | 
| | * | commit 53189f61bfc9dfe47f400a80bfadbf742b8449bf
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 16 16:08:30 2015 +0200
| | | | 
| | | |     Add intersphinx, fix references
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | | M	UsersGuide/source/introduction.rst
| | | | M	UsersGuide/source/omnotebook.rst
| | | | M	UsersGuide/source/releases.rst
| | | | 
| | * | commit 5d7ed28d9b1d641fcdcb8dd0fa257eae39d5c562
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 16 13:04:18 2015 +0200
| | | | 
| | | |     Use git describe to show the version number
| | | | 
| | | | M	UsersGuide/source/conf.py
| | | | M	UsersGuide/source/index.rst
| | | | M	UsersGuide/source/requirements.txt
| | | | 
| | * | commit 0ddc0e0fb66d758cc8a3247fca88553c634b5c0e
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 16 10:30:54 2015 +0200
| | | | 
| | | |     Add bibtexparser dependency
| | | | 
| | | | M	UsersGuide/source/requirements.txt
| | | | 
| | * | commit eb988c469e3a075685ce0a3bd669bf0a1f74af83
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 16 09:36:01 2015 +0200
| | | | 
| | | |     Update OMHOME paths for the new location
| | | | 
| | | | M	UsersGuide/Makefile
| | | | M	UsersGuide/source/conf.py
| | | | 
| | * | commit 7e175de56d93e0ec01dbd43d86d94a6107ddce9e
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 16 08:18:44 2015 +0200
| | | | 
| | | |     Add sphinx to the requirements
| | | | 
| | | | M	UsersGuide/source/requirements.txt
| | | |   
| | * |   commit 756db511c98977214a37624fa7ff460e2db9916c
| | |\ \  Merge: e0e967fa6c 292a85483b
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Jun 16 07:51:33 2015 +0200
| | | | | 
| | | | |     Add 'UsersGuide/' from commit '292a85483b90f257280ac2c6f5a1f38ad74ccb19'
| | | | |     
| | | | |     git-subtree-dir: UsersGuide
| | | | |     git-subtree-mainline: e0e967fa6c54ba1cdb7ccc3b6e019b30c80162fe
| | | | |     git-subtree-split: 292a85483b90f257280ac2c6f5a1f38ad74ccb19
| | | | | 
| | | * | commit 292a85483b90f257280ac2c6f5a1f38ad74ccb19
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 17:10:14 2015 +0200
| | | | | 
| | | | |     Fix some references
| | | | | 
| | | | | M	Makefile
| | | | | M	source/introduction.rst
| | | | | M	source/mdt.rst
| | | | | M	source/mdtdebugger.rst
| | | | | M	source/ompython.rst
| | | | | M	source/optimization.rst
| | | | | 
| | | * | commit 16dff7dd3ba5d02b504485da9156db16caeb0138
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 16:20:01 2015 +0200
| | | | | 
| | | | |     Add OMPython to requirements
| | | | | 
| | | | | M	source/requirements.txt
| | | | | 
| | | * | commit 7f69a46b737a46acc1714ec68e64a5a02cacf693
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 16:16:51 2015 +0200
| | | | | 
| | | | |     Fix pip requirements name
| | | | | 
| | | | | M	source/requirements.txt
| | | | | 
| | | * | commit 368f220f210cc4c0a2d8e594025c43d6874ce9b4
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 16:11:24 2015 +0200
| | | | | 
| | | | |     Add pip requirements
| | | | | 
| | | | | M	Makefile
| | | | | A	source/requirements.txt
| | | | | 
| | | * | commit 5e15ef518aecf0607cff0b07ce6fbdf1a7d63ea9
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 15:49:00 2015 +0200
| | | | | 
| | | | |     Remove Windows bat-file (need make to build images)
| | | | | 
| | | | | D	make.bat
| | | | | 
| | | * | commit d19334e4f185dbd5669c8037f6b370366f05a37e
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 15:44:18 2015 +0200
| | | | | 
| | | | |     Add images
| | | | | 
| | | | | A	source/media/bb-japanese.png
| | | | | A	source/media/casadi-input.png
| | | | | A	source/media/casadi-state.png
| | | | | A	source/media/emscripten-model.png
| | | | | A	source/media/emscripten-result.png
| | | | | A	source/media/mathematica-notebooks.svg
| | | | | A	source/media/mdt-assist-mm-record.png
| | | | | A	source/media/mdt-build-log.png
| | | | | A	source/media/mdt-build-project.png
| | | | | A	source/media/mdt-build-prompt.svg
| | | | | A	source/media/mdt-code-completion-call.png
| | | | | A	source/media/mdt-code-completion.png
| | | | | A	source/media/mdt-console-simulate.png
| | | | | A	source/media/mdt-console.png
| | | | | A	source/media/mdt-create-class.png
| | | | | A	source/media/mdt-create-package.png
| | | | | A	source/media/mdt-create-project.svg
| | | | | A	source/media/mdt-debugger-breakpoint.png
| | | | | A	source/media/mdt-debugger-config-1.png
| | | | | A	source/media/mdt-debugger-config-2.png
| | | | | A	source/media/mdt-debugger-overview.png
| | | | | A	source/media/mdt-debugger-perspective.png
| | | | | A	source/media/mdt-debugger-start-1.png
| | | | | A	source/media/mdt-debugger-start-2.png
| | | | | A	source/media/mdt-debugger-switch-perspective.png
| | | | | A	source/media/mdt-disable-automatic-build.png
| | | | | A	source/media/mdt-info-on-hover.png
| | | | | A	source/media/mdt-switch-perspective.png
| | | | | A	source/media/mdt-switch-workspace.png
| | | | | A	source/media/mdt-syntax-checking.png
| | | | | A	source/media/omedit-add-breakpoint.png
| | | | | A	source/media/omedit-algorithmic-debugger.png
| | | | | A	source/media/omedit-attach-to-process.png
| | | | | A	source/media/omedit-debug-config.png
| | | | | A	source/media/omedit-debug-more.png
| | | | | A	source/media/omedit-documentation-browser.png
| | | | | A	source/media/omedit-libraries-browser.png
| | | | | A	source/media/omedit-mainwindow-browsers.png
| | | | | A	source/media/omedit-model-widget.png
| | | | | A	source/media/omedit-modeling-perspective.png
| | | | | A	source/media/omedit-plotting-perspective.png
| | | | | A	source/media/omedit-search-browser.png
| | | | | A	source/media/omedit-transformationsbrowser.png
| | | | | A	source/media/omedit-user-defined-shapes.png
| | | | | A	source/media/omedit-variables-browser.png
| | | | | A	source/media/omedit-welcome.png
| | | | | A	source/media/omedit_splashscreen.png
| | | | | A	source/media/omnotebook-drmodelica-ch9.png
| | | | | A	source/media/omnotebook-drmodelica-ex1-answer.png
| | | | | A	source/media/omnotebook-drmodelica-ex1.png
| | | | | A	source/media/omnotebook-drmodelica.png
| | | | | A	source/media/omnotebook-feedback.png
| | | | | A	source/media/omnotebook-helloworld.png
| | | | | A	source/media/omnotebook-kalman-noisy-feedback.png
| | | | | A	source/media/omnotebook-mathematical-modeling-with-characteristic-equation.png
| | | | | A	source/media/omnotebook-step-pulse.png
| | | | | A	source/media/omnotebook-theory-kalman.png
| | | | | A	source/media/omoptim-blue-cross.png
| | | | | A	source/media/omoptim-define-new-problem.png
| | | | | A	source/media/omoptim-loaded.png
| | | | | A	source/media/omoptim-setup-model.png
| | | | | A	source/media/omoptim-window-regions.png
| | | | | A	source/media/pysimulator.png
| | | | | A	source/media/systemoverview.svg
| | | | | 
| | | * | commit f60760420c1a66647fc6e849ce4900aef437cbb2
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 15:37:31 2015 +0200
| | | | | 
| | | | |     Move files
| | | | | 
| | | | | R100	usersguide-sphinx/.gitignore	.gitignore
| | | | | R100	usersguide-sphinx/Makefile	Makefile
| | | | | R100	usersguide-sphinx/dvisvgm.sh	dvisvgm.sh
| | | | | R100	usersguide-sphinx/interface.mos	interface.mos
| | | | | R100	usersguide-sphinx/make.bat	make.bat
| | | | | R100	usersguide-sphinx/readme/README.2.rst	readme/README.2.rst
| | | | | R100	usersguide-sphinx/readme/README.rst	readme/README.rst
| | | | | R100	usersguide-sphinx/readme/conf.py	readme/conf.py
| | | | | R100	usersguide-sphinx/readme/index.rst	readme/index.rst
| | | | | R100	usersguide-sphinx/resolve-crossref.py	resolve-crossref.py
| | | | | R100	usersguide-sphinx/source/ExternalFunc1.c	source/ExternalFunc1.c
| | | | | R100	usersguide-sphinx/source/ExternalFunc1.h	source/ExternalFunc1.h
| | | | | R100	usersguide-sphinx/source/ExternalFunc2.c	source/ExternalFunc2.c
| | | | | R100	usersguide-sphinx/source/conf.py	source/conf.py
| | | | | R100	usersguide-sphinx/source/contributors.rst	source/contributors.rst
| | | | | R100	usersguide-sphinx/source/emscripten.rst	source/emscripten.rst
| | | | | R100	usersguide-sphinx/source/extrarefs.bib	source/extrarefs.bib
| | | | | R100	usersguide-sphinx/source/faq.rst	source/faq.rst
| | | | | R100	usersguide-sphinx/source/fmi.rst	source/fmi.rst
| | | | | R100	usersguide-sphinx/source/index.rst	source/index.rst
| | | | | R100	usersguide-sphinx/source/interop_c_python.rst	source/interop_c_python.rst
| | | | | R100	usersguide-sphinx/source/introduction.rst	source/introduction.rst
| | | | | R100	usersguide-sphinx/source/logo.svg	source/logo.svg
| | | | | R100	usersguide-sphinx/source/mdt.rst	source/mdt.rst
| | | | | R100	usersguide-sphinx/source/mdtdebugger.rst	source/mdtdebugger.rst
| | | | | R100	usersguide-sphinx/source/modelica3d.rst	source/modelica3d.rst
| | | | | R100	usersguide-sphinx/source/omedit.rst	source/omedit.rst
| | | | | R100	usersguide-sphinx/source/omnotebook.rst	source/omnotebook.rst
| | | | | R100	usersguide-sphinx/source/ompython.rst	source/ompython.rst
| | | | | R100	usersguide-sphinx/source/optimization.rst	source/optimization.rst
| | | | | R100	usersguide-sphinx/source/plotting.rst	source/plotting.rst
| | | | | R100	usersguide-sphinx/source/profiler.rst	source/profiler.rst
| | | | | R100	usersguide-sphinx/source/releases.rst	source/releases.rst
| | | | | R100	usersguide-sphinx/source/scripting_api.rst	source/scripting_api.rst
| | | | | R100	usersguide-sphinx/source/sphinxcontribopenmodelica.py	source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit 9a2338833ba96ab2d655b841c5c3ecf9f8889f26
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 14:55:12 2015 +0200
| | | | | 
| | | | |     Update MDT images
| | | | | 
| | | | | M	usersguide-sphinx/.gitignore
| | | | | M	usersguide-sphinx/source/mdt.rst
| | | | | 
| | | * | commit a2f93d6f350a69eccb9944fa16499a3bce9c465f
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 12:36:00 2015 +0200
| | | | | 
| | | | |     Generate separate bibliographies
| | | | | 
| | | | | M	usersguide-sphinx/interface.mos
| | | | | D	usersguide-sphinx/source/conclusion.rst
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | M	usersguide-sphinx/source/omnotebook.rst
| | | | | M	usersguide-sphinx/source/optimization.rst
| | | | | 
| | | * | commit 177a9519a323c6b118ffecaf54620260b6db9edf
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 12:10:41 2015 +0200
| | | | | 
| | | | |     Add some targets for making a README
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | A	usersguide-sphinx/readme/README.2.rst
| | | | | A	usersguide-sphinx/readme/README.rst
| | | | | A	usersguide-sphinx/readme/conf.py
| | | | | A	usersguide-sphinx/readme/index.rst
| | | | | M	usersguide-sphinx/source/conf.py
| | | | | 
| | | * | commit e096b79745a74be9d666156d9701eb4fb122b3dc
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 06:51:17 2015 +0200
| | | | | 
| | | | |     Split contributors into its own chapter
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | M	usersguide-sphinx/interface.mos
| | | | | M	usersguide-sphinx/source/conclusion.rst
| | | | | A	usersguide-sphinx/source/contributors.rst
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | M	usersguide-sphinx/source/mdt.rst
| | | | | M	usersguide-sphinx/source/mdtdebugger.rst
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | M	usersguide-sphinx/source/omnotebook.rst
| | | | | M	usersguide-sphinx/source/releases.rst
| | | | | 
| | | * | commit a773bf1bb174e8cc46fb4d9321d1c16fa4990fb2
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 21:43:49 2015 +0200
| | | | | 
| | | | |     More reference updates
| | | | | 
| | | | | M	usersguide-sphinx/source/interop_c_python.rst
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | M	usersguide-sphinx/source/mdt.rst
| | | | | M	usersguide-sphinx/source/optimization.rst
| | | | | 
| | | * | commit 88fcdc83adf767d1fde68d712682a8f56a8530b7
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 21:20:54 2015 +0200
| | | | | 
| | | | |     Fix names of a few more images
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | M	usersguide-sphinx/source/emscripten.rst
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | M	usersguide-sphinx/source/optimization.rst
| | | | | 
| | | * | commit b602cc0756eb6ec03fc283ba91f5b822ac4a17b9
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 21:04:05 2015 +0200
| | | | | 
| | | | |     Update figures and references for OMNotebook
| | | | | 
| | | | | M	usersguide-sphinx/source/omnotebook.rst
| | | | | 
| | | * | commit e9f842dfbbd85a50c62b24ea33b37d812950d5d5
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 17:31:34 2015 +0200
| | | | | 
| | | | |     Update images for OMNotebook
| | | | | 
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | M	usersguide-sphinx/source/omnotebook.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit 8ae31d6c3866c4691e36b833a9f683e64897970d
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 16:17:46 2015 +0200
| | | | | 
| | | | |     Fix images and references in OMEdit
| | | | | 
| | | | | M	usersguide-sphinx/.gitignore
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | 
| | | * | commit 6939edcbf4a0d47851260f774001ba2e24b92456
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 15:24:38 2015 +0200
| | | | | 
| | | | |     Some figure/ref updates for OMEdit
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | 
| | | * | commit 907c900980d041cead611195df57908765ea22e8
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 14:36:34 2015 +0200
| | | | | 
| | | | |     MDT updates
| | | | | 
| | | | | M	usersguide-sphinx/source/mdt.rst
| | | | | 
| | | * | commit f8241b326610d81408be1f7c2e3ed72826b7c789
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 14:09:41 2015 +0200
| | | | | 
| | | | |     MDT debugger update
| | | | | 
| | | | | M	usersguide-sphinx/source/faq.rst
| | | | | M	usersguide-sphinx/source/mdtdebugger.rst
| | | | | 
| | | * | commit 7c8901104692f2dedf008352f756caa05a771d07
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 13:10:43 2015 +0200
| | | | | 
| | | | |     Handle some modelica:// links as well
| | | | | 
| | | | | M	usersguide-sphinx/interface.mos
| | | | | 
| | | * | commit cb404bc6b56d050fb7784e491698f9db9fadc40b
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 11:58:07 2015 +0200
| | | | | 
| | | | |     Automatically generate API functions
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | A	usersguide-sphinx/interface.mos
| | | | | M	usersguide-sphinx/source/conf.py
| | | | | M	usersguide-sphinx/source/modelica3d.rst
| | | | | M	usersguide-sphinx/source/scripting_api.rst
| | | | | 
| | | * | commit 815abe8e7b2f9455eb3d38d4e25f44620cfb5761
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 8 11:39:59 2015 +0200
| | | | | 
| | | | |     - Find the alabaster theme path properly by using the recommended way suggested by alabaster https://pypi.python.org/pypi/alabaster.
| | | | | 
| | | | | M	usersguide-sphinx/source/conf.py
| | | | | 
| | | * | commit 6380bb6887585d80eae596877e4582a2e673cfe4
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 7 20:33:31 2015 -0400
| | | | | 
| | | | |     API updates
| | | | | 
| | | | | M	usersguide-sphinx/source/faq.rst
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | M	usersguide-sphinx/source/scripting_api.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit dd2aa10d21a7acb701f317f98fa61eaa25da1e9d
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 7 19:52:30 2015 -0400
| | | | | 
| | | | |     LaTeX fixes
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | 
| | | * | commit 915857d34b57a3e6d9ab9d32494f05ee90feb74e
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 7 07:32:22 2015 -0400
| | | | | 
| | | | |     Some minor fixes
| | | | | 
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | 
| | | * | commit fd13d2c502e80694d60979ca1b6bf88ee2ede99a
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sat Jun 6 20:52:17 2015 -0400
| | | | | 
| | | | |     Cleanup OMPython
| | | | | 
| | | | | M	usersguide-sphinx/source/emscripten.rst
| | | | | M	usersguide-sphinx/source/ompython.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit 19e6bfa4cd42bcf6b86e7028d87745570c8281da
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sat Jun 6 19:56:47 2015 -0400
| | | | | 
| | | | |     Update ignores
| | | | | 
| | | | | M	usersguide-sphinx/.gitignore
| | | | | 
| | | * | commit 33e7b0ef7b74fec1ac9f0817b58c5bd0b4d0fdaf
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sat Jun 6 19:56:03 2015 -0400
| | | | | 
| | | | |     Modelica3D updates
| | | | | 
| | | | | M	usersguide-sphinx/source/modelica3d.rst
| | | | | M	usersguide-sphinx/source/profiler.rst
| | | | | 
| | | * | commit c8e04dec81bc5d798c72eb38d2328ad67d4234d8
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 7 01:33:57 2015 +0200
| | | | | 
| | | | |     Add missing C headers and sources
| | | | | 
| | | | | A	usersguide-sphinx/source/ExternalFunc1.c
| | | | | A	usersguide-sphinx/source/ExternalFunc1.h
| | | | | A	usersguide-sphinx/source/ExternalFunc2.c
| | | | | 
| | | * | commit baac1ae9aef583f03f57bb7334990a18e411b3bb
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 21:25:52 2015 +0200
| | | | | 
| | | | |     Generate a report for the profiler
| | | | | 
| | | | | M	usersguide-sphinx/source/omnotebook.rst
| | | | | M	usersguide-sphinx/source/profiler.rst
| | | | | 
| | | * | commit 63ec7ef0f2f3c8052b5813042666eefacb793f59
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 20:20:01 2015 +0200
| | | | | 
| | | | |     Typeset C and Python interoperability
| | | | | 
| | | | | M	usersguide-sphinx/source/fmi.rst
| | | | | M	usersguide-sphinx/source/interop_c_python.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit 334a4f805c816b46f79124e94ac1715bccb59169
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 18:28:54 2015 +0200
| | | | | 
| | | | |     Update FMI chapter
| | | | | 
| | | | | M	usersguide-sphinx/source/fmi.rst
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | 
| | | * | commit 4b64eae455306d2b441b918021ea4ea9925bd807
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 17:07:45 2015 +0200
| | | | | 
| | | | |     Replace a png with the equation
| | | | | 
| | | | | M	usersguide-sphinx/source/omnotebook.rst
| | | | | 
| | | * | commit 76e3d24cfc2002fd2f3972d2ebeabc2b69d56200
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 15:11:14 2015 +0200
| | | | | 
| | | | |     Add some references
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | D	usersguide-sphinx/openmodelica.bib
| | | | | M	usersguide-sphinx/resolve-crossref.py
| | | | | M	usersguide-sphinx/source/conclusion.rst
| | | | | M	usersguide-sphinx/source/extrarefs.bib
| | | | | M	usersguide-sphinx/source/omnotebook.rst
| | | | | 
| | | * | commit e23a6d0b56aa31a3999243f0ec3bdea1231fd33c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 14:31:20 2015 +0200
| | | | | 
| | | | |     Explain that there are no differences in the results
| | | | | 
| | | | | M	usersguide-sphinx/source/plotting.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit af7caf2d7451b5195f539a4c55028cd54da5cd54
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 14:05:23 2015 +0200
| | | | | 
| | | | |     Add a reset directive for OMPython to prevent odd behaviour
| | | | | 
| | | | | M	usersguide-sphinx/source/optimization.rst
| | | | | M	usersguide-sphinx/source/plotting.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit e481864a2056eb5d293b4296b706545a371c14b1
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 12:54:33 2015 +0200
| | | | | 
| | | | |     Update 2D-plotting
| | | | | 
| | | | | M	usersguide-sphinx/source/plotting.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit 794c493d0ebd34d6bcddc287a6b58d0d3be350e9
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 12:36:32 2015 +0200
| | | | | 
| | | | |     More figures in optimization chapter
| | | | | 
| | | | | M	usersguide-sphinx/source/optimization.rst
| | | | | 
| | | * | commit b94ff2ea1a501ef32c56390ed2c573538dfce10c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 12:07:16 2015 +0200
| | | | | 
| | | | |     Some improvements for optimization
| | | | |     
| | | | |     Execute OMC commands to run the dynamic optimization tasks
| | | | | 
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | M	usersguide-sphinx/source/optimization.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit 44e0fbc511039b98523971c76b50341d28ef7c8a
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 09:31:09 2015 +0200
| | | | | 
| | | | |     Remove duplicate text
| | | | | 
| | | | | M	usersguide-sphinx/source/conclusion.rst
| | | | | 
| | | * | commit ce5a592f57f48f1bc83f95dc0b4cc6c779533111
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 09:24:32 2015 +0200
| | | | | 
| | | | |     Fix citations
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | R099	usersguide-sphinx/source/openmodelica.bib	usersguide-sphinx/openmodelica.bib
| | | | | A	usersguide-sphinx/resolve-crossref.py
| | | | | M	usersguide-sphinx/source/optimization.rst
| | | | | 
| | | * | commit 2dcc3bb169f61c9d8d0e3021fa0bc2d4259ff010
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 5 08:12:36 2015 +0200
| | | | | 
| | | | |     Update warnings and errors
| | | | | 
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit 0eff9b976c1743436a07a72cc36cbe4a8636b95b
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Jun 4 21:56:45 2015 +0200
| | | | | 
| | | | |     Add system overview figure
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | M	usersguide-sphinx/source/conf.py
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit d364952ee85eac360d4148e521ec73b33608e99e
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Jun 4 17:48:17 2015 +0200
| | | | | 
| | | | |     Add parametric plot
| | | | | 
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit 9083bcb5af6d1e538e3e80919d6e177dbc955545
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Jun 4 16:22:09 2015 +0200
| | | | | 
| | | | |     Add option to do a gnuplot
| | | | | 
| | | | | A	usersguide-sphinx/.gitignore
| | | | | M	usersguide-sphinx/Makefile
| | | | | A	usersguide-sphinx/dvisvgm.sh
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | M	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit be4c5847c47548193dd9aae75d872f53ea84f217
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Jun 4 10:00:44 2015 +0200
| | | | | 
| | | | |     Remove some old files
| | | | | 
| | | | | D	test.rst
| | | | | 
| | | * | commit 2a626a44d1a76adc556c092995cf223ee3c48f7a
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Jun 4 09:16:21 2015 +0200
| | | | | 
| | | | |     Running OMC to generate documentation
| | | | | 
| | | | | M	usersguide-sphinx/source/conf.py
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | A	usersguide-sphinx/source/sphinxcontribopenmodelica.py
| | | | | 
| | | * | commit c30b13bf9a9c77451275a901f5ecd7d8c572bda7
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Jun 4 06:44:29 2015 +0200
| | | | | 
| | | | |     More syntax highlighting
| | | | | 
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | 
| | | * | commit 0bc5a0184ed370e28636178a7db37927fc4ceb8f
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 20:44:12 2015 +0200
| | | | | 
| | | | |     Add release notes
| | | | | 
| | | | | A	usersguide-sphinx/source/faq.rst
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | A	usersguide-sphinx/source/releases.rst
| | | | | A	usersguide-sphinx/source/scripting_api.rst
| | | | | 
| | | * | commit fc6b9cd20fd0fc1225b225276861192fdb75f6b2
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 20:21:13 2015 +0200
| | | | | 
| | | | |     Split some more chapters
| | | | | 
| | | | | A	usersguide-sphinx/source/emscripten.rst
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | A	usersguide-sphinx/source/interop_c_python.rst
| | | | | M	usersguide-sphinx/source/mdt.rst
| | | | | A	usersguide-sphinx/source/mdtdebugger.rst
| | | | | A	usersguide-sphinx/source/modelica3d.rst
| | | | | A	usersguide-sphinx/source/ompython.rst
| | | | | 
| | | * | commit 22e66326f3f586aec0dccd28794000b334540f40
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 19:52:32 2015 +0200
| | | | | 
| | | | |     Compilation to pdf
| | | | | 
| | | | | D	usersguide-sphinx/source/chapter2.rst
| | | | | M	usersguide-sphinx/source/conclusion.rst
| | | | | M	usersguide-sphinx/source/conf.py
| | | | | M	usersguide-sphinx/source/fmi.rst
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | A	usersguide-sphinx/source/mdt.rst
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | M	usersguide-sphinx/source/omnotebook.rst
| | | | | M	usersguide-sphinx/source/optimization.rst
| | | | | A	usersguide-sphinx/source/profiler.rst
| | | | | 
| | | * | commit fc11f769a25175cfd2a497b690a4136d06284890
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 18:26:49 2015 +0200
| | | | | 
| | | | |     Add some missing files
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | M	usersguide-sphinx/source/omedit.rst
| | | | | 
| | | * | commit 9289a4bb5ec33ea31b066e33a809387af51f1a49
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 17:34:18 2015 +0200
| | | | | 
| | | | |     Split the files slightly, update equations a bit in OMNotebook
| | | | | 
| | | | | A	usersguide-sphinx/source/fmi.rst
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | A	usersguide-sphinx/source/omedit.rst
| | | | | A	usersguide-sphinx/source/omnotebook.rst
| | | | | A	usersguide-sphinx/source/optimization.rst
| | | | | A	usersguide-sphinx/source/plotting.rst
| | | | | 
| | | * | commit 3d125bde68cd146bcf1722009a385d9a47b02159
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 16:40:02 2015 +0200
| | | | | 
| | | | |     Add used images
| | | | | 
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | 
| | | * | commit d27ba89558b49354935ec01069ad2212e62c6178
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 14:34:52 2015 +0200
| | | | | 
| | | | |     Add a docx to rst test
| | | | | 
| | | | | A	test.rst
| | | | | 
| | | * | commit 05448f790176f58d3f94b90e630059de534ac877
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 10:47:47 2015 +0200
| | | | | 
| | | | |     Some updates to a small sphinx project with a few tweaks
| | | | | 
| | | | | M	usersguide-sphinx/Makefile
| | | | | D	usersguide-sphinx/source/bibliography.rst
| | | | | A	usersguide-sphinx/source/conclusion.rst
| | | | | M	usersguide-sphinx/source/conf.py
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | 
| | | * | commit ed2e6d04fbf8db9fe477e248aad0d372a4d83772
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 07:48:20 2015 +0200
| | | | | 
| | | | |     Fix bibliography
| | | | | 
| | | | | A	usersguide-sphinx/source/chapter2.rst
| | | | | M	usersguide-sphinx/source/index.rst
| | | | | M	usersguide-sphinx/source/introduction.rst
| | | | | 
| | | * | commit 26d7184d671b5f235a49a4a7439862655542e5ac
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 3 07:37:55 2015 +0200
| | | | | 
| | | | |     Try to add some sphinx project
| | | | | 
| | | | | A	usersguide-sphinx/Makefile
| | | | | A	usersguide-sphinx/make.bat
| | | | | A	usersguide-sphinx/source/bibliography.rst
| | | | | A	usersguide-sphinx/source/conf.py
| | | | | A	usersguide-sphinx/source/extrarefs.bib
| | | | | A	usersguide-sphinx/source/index.rst
| | | | | A	usersguide-sphinx/source/introduction.rst
| | | | | A	usersguide-sphinx/source/logo.svg
| | | | | A	usersguide-sphinx/source/openmodelica.bib
| | | | | 
| | | * | commit 5ac3367e3d9469ec792a33e39fa07dd2b921c01e
| | |  /  Author: Martin Sjölund 
| | | |   Date:   Tue Jun 2 20:50:53 2015 +0200
| | | |   
| | | |       Testing
| | | | 
| | * | commit e0e967fa6c54ba1cdb7ccc3b6e019b30c80162fe
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jun 5 15:12:19 2015 +0200
| | | | 
| | | |     Add 2 more master theses (OMNotebook)
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 64ee46573390a953653ae52664f82e98ec4f4684
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jun 5 09:04:23 2015 +0200
| | | | 
| | | |     Minor fixes to the bibtex database
| | | |     
| | | |     Some other tools expect same caps for crossreferences.
| | | |     %xx in links are problematic for sphinxcontrib-bibtex
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 49f391fa17a759e3b5e445fae40f95912c6e34db
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 7 09:18:29 2015 +0200
| | | | 
| | | |     Compile latex pdf
| | | | 
| | | | A	Makefile
| | | | M	SimulationRuntime/DynamicOptimization/src/dyOptInitialGuess.tex
| | | |   
| | * |   commit 03aa6b99cba731265e8b6e99e15a5b4d107d6a73
| | |\ \  Merge: 336070204f fc5a2466d2
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu May 7 08:52:36 2015 +0200
| | | | | 
| | | | |     Add 'listings-modelica/' from commit 'fc5a2466d2c760e0d75d13ee3fd8ceb550cfabd1'
| | | | |     
| | | | |     git-subtree-dir: listings-modelica
| | | | |     git-subtree-mainline: 336070204f5cde988b6fa04530dfd0de42ddebce
| | | | |     git-subtree-split: fc5a2466d2c760e0d75d13ee3fd8ceb550cfabd1
| | | | | 
| | | * | commit fc5a2466d2c760e0d75d13ee3fd8ceb550cfabd1
| | | | | Author: Dietmar Winkler 
| | | | | Date:   Thu Mar 6 18:04:18 2014 +0100
| | | | | 
| | | | |     Removes erroneous keyword (probably "butter fingers")
| | | | | 
| | | | | M	listings-modelica.cfg
| | | | | 
| | | * | commit f33818f1958172c4b7f1be6b6012fe727d015a92
| | | | | Author: Dietmar Winkler 
| | | | | Date:   Thu Mar 6 16:50:19 2014 +0100
| | | | | 
| | | | |     Add link to local license file.
| | | | | 
| | | | | M	README.md
| | | | | 
| | | * | commit eab6461d1e2ac5aa7bf27fa11dd7edfabc44488e
| | | | | Author: Dietmar Winkler 
| | | | | Date:   Thu Mar 6 16:35:04 2014 +0100
| | | | | 
| | | | |     Typo fixed.
| | | | | 
| | | | | M	README.md
| | | | | 
| | | * | commit f6f2cad8762b076006b877c0e7b0ba23f4b1c815
| | | | | Author: Dietmar Winkler 
| | | | | Date:   Thu Mar 6 16:20:08 2014 +0100
| | | | | 
| | | | |     Rephrase the contribution section.
| | | | | 
| | | | | M	README.md
| | | | | 
| | | * | commit a0f4d6d7f8fd37d382930603eb7c4550bfae5c68
| | |  /  Author: Dietmar Winkler 
| | | |   Date:   Thu Mar 6 16:07:37 2014 +0100
| | | |   
| | | |       Initial version.
| | | |   
| | | |   A	LICENSE
| | | |   A	README.md
| | | |   A	listings-modelica.cfg
| | | | 
| | * | commit 336070204f5cde988b6fa04530dfd0de42ddebce
| | | | Author: vruge 
| | | | Date:   Thu May 7 08:15:15 2015 +0200
| | | | 
| | | |     rename: ocp_init.tex -> dyOptInitialGuess.tex
| | | | 
| | | | R100	SimulationRuntime/DynamicOptimization/src/ocp_init.tex	SimulationRuntime/DynamicOptimization/src/dyOptInitialGuess.tex
| | | | 
| | * | commit 3cf1adf71597c0a8dd62a7272b5846ec1459c7ce
| | | | Author: vruge 
| | | | Date:   Thu May 7 08:09:28 2015 +0200
| | | | 
| | | |     added LaTeX-src for intial guess
| | | | 
| | | | A	SimulationRuntime/DynamicOptimization/src/ocp_init.tex
| | | | 
| | * | commit d5928d96c0157e3c8762b2b85b67a7a963be9763
| | | | Author: Martin Sjölund 
| | | | Date:   Sun May 3 13:24:36 2015 +0200
| | | | 
| | | |     Add pdf's and word-files that were pruned from the history due to being binary files
| | | | 
| | | | A	OpenModelicaMetaProgramming.pdf
| | | | A	OpenModelicaSystem.doc
| | | | A	OpenModelicaSystem.pdf
| | | | A	OpenModelicaUsersGuide.doc
| | | | A	OpenModelicaUsersGuide.pdf
| | | | 
| | * | commit 64c81a2d82c791ca3305cfd9d17f0c59b7db4c15
| | | | Author: Bruno Scaglioni 
| | | | Date:   Thu Apr 16 18:47:36 2015 +0000
| | | | 
| | | |     bib items fixed
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@25588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 494ff73568d7ebce287accad6104e34d56f7a50a
| | | | Author: Bruno Scaglioni 
| | | | Date:   Thu Apr 16 15:37:59 2015 +0000
| | | | 
| | | |     bibliography updated
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@25581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 3e44371d71e8ba8d59639304d8d8302f1d11cbfc
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 14 18:37:12 2015 +0000
| | | | 
| | | |     Use pagetotal instead of pages since otherwise bibtex renders the "p. 13" instead of "pp. 13"
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@25549 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit adf3b4eb1d2f0ccf4ffb88b47116a493e50f8f4b
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 9 05:36:44 2015 +0000
| | | | 
| | | |     Fix typo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@25452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 28a78677ac65597263a4f19325a7fbde45d34a16
| | | | Author: OpenModelica Hudson 
| | | | Date:   Thu Feb 12 15:35:25 2015 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@24555 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/tests/conservationLaws2D.mo
| | | | 
| | * | commit f4afd920d28f3f79b6db30e080e45347f374733b
| | | | Author: Jan Silar 
| | | | Date:   Thu Feb 12 15:17:21 2015 +0000
| | | | 
| | | |     PDE tests
| | | |     started some 2D models
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@24553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/advectionDiscretized.mo
| | | | A	PDEInModelica/models/tests/advection2D.mo
| | | | R091	PDEInModelica/models/tests/conservationLaws.mo	PDEInModelica/models/tests/conservationLaws1D.mo
| | | | A	PDEInModelica/models/tests/conservationLaws2D.mo
| | | | M	PDEInModelica/models/tests/plotMat.m
| | | | 
| | * | commit c7a474099b5bef8cd555106b149f11eba1014075
| | | | Author: OpenModelica Hudson 
| | | | Date:   Wed Jan 28 14:18:40 2015 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@24263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/tests/conservationLaws.mo
| | | | 
| | * | commit 336a3e0222eef7a1cd63c1482c1743e2651fdb83
| | | | Author: Jan Silar 
| | | | Date:   Wed Jan 28 13:53:21 2015 +0000
| | | | 
| | | |     PDE extension experiment
| | | |     Plotting scripts
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@24259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/tests/conservationLaws.mo
| | | | M	PDEInModelica/models/tests/eulerTests.mo
| | | | M	PDEInModelica/models/tests/plotMat.m
| | | | M	PDEInModelica/models/tests/plotMat2.m
| | | | 
| | * | commit e961d211d2b1485c69bba2a6fe1e293d71fa9eff
| | | | Author: Jan Silar 
| | | | Date:   Thu Jan 22 14:55:05 2015 +0000
| | | | 
| | | |     PDE extension experiment
| | | |     Euler equation tests
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@24156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/tests/conservationLaws.mo
| | | | M	PDEInModelica/models/tests/plotMat2.m
| | | | 
| | * | commit 9d3b8921aa1d76edc3bfd212cedc5f0219332b8a
| | | | Author: Jan Silar 
| | | | Date:   Wed Jan 21 13:55:53 2015 +0000
| | | | 
| | | |     PDE extension tests
| | | |     new matlab scripts to visualize arrays
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@24132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	PDEInModelica/models/advectionDiscretized.mo
| | | | A	PDEInModelica/models/tests/advErr.m
| | | | A	PDEInModelica/models/tests/conservationLaws.mo
| | | | A	PDEInModelica/models/tests/getTimeMat.m
| | | | A	PDEInModelica/models/tests/getVarMat.m
| | | | A	PDEInModelica/models/tests/openMat.m
| | | | M	PDEInModelica/models/tests/plotMat.m
| | | | A	PDEInModelica/models/tests/plotMat2.m
| | | | A	PDEInModelica/models/tests/times.m
| | | | 
| | * | commit af308d3c85476c2ac0ac65c4ef1b92645270793e
| | | | Author: OpenModelica Hudson 
| | | | Date:   Mon Jan 19 09:15:20 2015 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@24090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/arterialPulsWave.mo
| | | | 
| | * | commit 964688342245a943a8eb0e5bcf441c9f6a6984fb
| | | | Author: Jan Silar 
| | | | Date:   Mon Jan 19 09:13:32 2015 +0000
| | | | 
| | | |     Testing MOL
| | | |     Euler equations, Riemann problems
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@24088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/comparisonToSaldamli.pdf
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/julia/advection.jl
| | | | M	PDEInModelica/julia/artery.jl
| | | | M	PDEInModelica/julia/plot.p
| | | | M	PDEInModelica/julia/run.jl
| | | | M	PDEInModelica/julia/solver.jl
| | | | M	PDEInModelica/julia/string.jl
| | | | M	PDEInModelica/julia/stringAlg.jl
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/arterialPulsWave.mo
| | | | A	PDEInModelica/models/tests/advectionDiscretized.mo
| | | | A	PDEInModelica/models/tests/eulerTests.mo
| | | | A	PDEInModelica/models/tests/plotMat.m
| | | | 
| | * | commit ceb43d3c2c5d19364987b3816da8faf634a3cfcc
| | | | Author: OpenModelica Hudson 
| | | | Date:   Fri Jan 2 13:26:03 2015 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@23924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	SimulationRuntime/DynamicOptimization/DM.mo
| | | | M	SimulationRuntime/DynamicOptimization/DM2.mo
| | | | M	SimulationRuntime/DynamicOptimization/DM2_ocp.mo
| | | | 
| | * | commit 0d851d61768c6575c05e4a76bd5e4dd4011cf3e7
| | | | Author: OpenModelica Hudson 
| | | | Date:   Fri Jan 2 13:25:34 2015 +0000
| | | | 
| | | |     [Janitor mode] Set auto-props
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@23923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	SimulationRuntime/DynamicOptimization/DM.mo
| | | | M	SimulationRuntime/DynamicOptimization/runDM.mos
| | | | M	SimulationRuntime/DynamicOptimization/runDM2.mos
| | | | 
| | * | commit 474170a3d00a5d512bcc20fb55a6cf5dd0129bbd
| | | | Author: Vitalij Ruge 
| | | | Date:   Fri Jan 2 13:24:18 2015 +0000
| | | | 
| | | |     added some docs for dynamic optimization
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@23922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	SimulationRuntime/DynamicOptimization/DM.mo
| | | | A	SimulationRuntime/DynamicOptimization/DM2.mo
| | | | A	SimulationRuntime/DynamicOptimization/DM2_ocp.mo
| | | | A	SimulationRuntime/DynamicOptimization/OCP.pdf
| | | | A	SimulationRuntime/DynamicOptimization/runDM.mos
| | | | A	SimulationRuntime/DynamicOptimization/runDM2.mos
| | | | 
| | * | commit e7c59cfd9584c6afce7cefd5515ea9080238cb1e
| | | | Author: Jan Silar 
| | | | Date:   Fri Oct 24 10:49:10 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     Working on artery model
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/julia/artery.jl
| | | | M	PDEInModelica/julia/plot.p
| | | | M	PDEInModelica/julia/run.jl
| | | | M	PDEInModelica/models/arterialPulsWave.mo
| | | | 
| | * | commit 9b26ab20d0df65bd686c4c57fe42db1177df2a50
| | | | Author: Jan Silar 
| | | | Date:   Fri Oct 17 08:38:09 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     modifying mostly full extnsion doc.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/comparisonToSaldamli.pdf
| | | | M	PDEInModelica/doc/extension_simplified.lyx
| | | | A	PDEInModelica/doc/thesis_draft.lyx
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/string2state.mo
| | | | 
| | * | commit 8a93f33b351e6bcceb104895b7042e8b1253014f
| | | | Author: Jan Silar 
| | | | Date:   Tue Oct 14 15:28:46 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     Introducing changes after consulting with Peter into docs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/extension_simplified.lyx
| | | | M	PDEInModelica/doc/extension_simplified.pdf
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | 
| | * | commit babae436befbadc3b11bae2959bc7d65dfd9bc06
| | | | Author: Jan Silar 
| | | | Date:   Fri Oct 10 09:45:18 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     Documenting simplified version
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/extension_simplified.lyx
| | | | A	PDEInModelica/doc/extension_simplified.pdf
| | | | A	PDEInModelica/models/Domains.mo
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/string2state.mo
| | | | 
| | * | commit 6a8a8d8526eb17b65e2dd8eb98f60cb6f75def58
| | | | Author: Jan Silar 
| | | | Date:   Fri Oct 3 14:52:17 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     Documenting simplified version
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/bibliography.bib
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | A	PDEInModelica/doc/extension_simplified.lyx
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/julia/advection.jl
| | | | M	PDEInModelica/julia/artery.jl
| | | | M	PDEInModelica/julia/run.jl
| | | | M	PDEInModelica/julia/solver.jl
| | | | M	PDEInModelica/julia/string.jl
| | | | M	PDEInModelica/julia/stringAlg.jl
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/arterialPulsWave.mo
| | | | A	PDEInModelica/models/string2state.mo
| | | | 
| | * | commit 019c02aec444b5658a682e1400681c25b47dde37
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Sep 29 10:17:27 2014 +0000
| | | | 
| | | |     Fix bibtex database
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit deeba0a3ee24878e5988e2c005a40d9b64325f7e
| | | | Author: Bruno Scaglioni 
| | | | Date:   Mon Sep 29 10:02:29 2014 +0000
| | | | 
| | | |     Updated bibliography
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22477 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/journals.cite
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 7c0e1744ef4efc1a28420fd7c56eed15715fff30
| | | | Author: Jan Silar 
| | | | Date:   Wed Sep 24 12:15:13 2014 +0000
| | | | 
| | | |     PDE extension experimental solver
| | | |     string with algebraic variables fixed
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/julia/solver.jl
| | | | M	PDEInModelica/julia/string.jl
| | | | M	PDEInModelica/julia/stringAlg.jl
| | | | 
| | * | commit f8f5b0e0155b1c692944551ef88c793e54218a5e
| | | | Author: Jan Silar 
| | | | Date:   Mon Sep 22 14:14:13 2014 +0000
| | | | 
| | | |     PDE extension experimental solver
| | | |     working on algebraic variables
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/julia/plot.p
| | | | M	PDEInModelica/julia/run.jl
| | | | M	PDEInModelica/julia/solver.jl
| | | | A	PDEInModelica/julia/stringAlg.jl
| | | | 
| | * | commit 30c98d3d4949a97f85bc078f5bd97fae004e30c0
| | | | Author: Jan Silar 
| | | | Date:   Fri Sep 19 14:12:39 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     experimental string model finished, arterial model started
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | A	PDEInModelica/julia/artery.jl
| | | | M	PDEInModelica/julia/incl.jl
| | | | M	PDEInModelica/julia/plot.p
| | | | M	PDEInModelica/julia/run.jl
| | | | M	PDEInModelica/julia/solver.jl
| | | | A	PDEInModelica/julia/strTest.jl
| | | | M	PDEInModelica/julia/string.jl
| | | | A	PDEInModelica/models/arterialPulsWave_discretized.mo
| | | | 
| | * | commit 1e7f61b648072a10e5b696616f3c9d954f63e91c
| | | | Author: OpenModelica Hudson 
| | | | Date:   Wed Sep 17 08:39:52 2014 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/arterialPulsWave.mo
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | 
| | * | commit 345482ccba5436c25357c7a3848b64dec02f2124
| | | | Author: Jan Silar 
| | | | Date:   Wed Sep 17 08:12:05 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     experimental string model
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/julia/advTest.jl
| | | | M	PDEInModelica/julia/advectionSolver.jl
| | | | A	PDEInModelica/julia/plot.p
| | | | M	PDEInModelica/julia/run.jl
| | | | M	PDEInModelica/julia/solver.jl
| | | | M	PDEInModelica/julia/string.jl
| | | | A	PDEInModelica/manualDiscretization/advectionDiscretized.mo
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/arterialPulsWave.mo
| | | | M	PDEInModelica/models/heatPID.mo
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | 
| | * | commit 3c23445fb9a5ac0ab533e81489deaef42aa909e6
| | | | Author: Jan Silar 
| | | | Date:   Fri Sep 12 10:46:59 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     experimental code
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	PDEInModelica/julia/advTest.jl
| | | | M	PDEInModelica/julia/advection.jl
| | | | A	PDEInModelica/julia/advectionSolver.jl
| | | | A	PDEInModelica/julia/incl.jl
| | | | A	PDEInModelica/julia/run.jl
| | | | A	PDEInModelica/julia/solver.jl
| | | | A	PDEInModelica/julia/string.jl
| | | | 
| | * | commit 060ef56c99c7b5fe656d71d83a16c5e449f53e99
| | | | Author: Jan Silar 
| | | | Date:   Thu Sep 4 10:48:25 2014 +0000
| | | | 
| | | |     PDE extension
| | | |     Experimental code for advection eq
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@22126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	PDEInModelica/julia/advection.jl
| | | | 
| | * | commit a3f75f01dee417aa6335195f11234e0252a1d4a7
| | | | Author: Jan Silar 
| | | | Date:   Tue Aug 26 10:49:56 2014 +0000
| | | | 
| | | |     PDE extensin documentation
| | | |     Euler equations
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@21989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/_PDEInModelica.pdf
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/comparisonToSaldamli.pdf
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | 
| | * | commit faed7a5142e1f71e205f7b9a507a741981d3deb3
| | | | Author: Jan Silar 
| | | | Date:   Fri Aug 22 15:10:44 2014 +0000
| | | | 
| | | |     PDEModelica extension proposal update
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@21954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/comparisonToSaldamli.pdf
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | 
| | * | commit 95a4bfc57263311446eaf503c085e53af5ee9fe7
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Aug 22 11:53:07 2014 +0000
| | | | 
| | | |     Add PDF link as the paper was requested many times via email
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@21952 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 4585f5144821389c1d782701e91f388d1e69aef4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Aug 22 09:15:18 2014 +0000
| | | | 
| | | |     Add some more publications to the database
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@21948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/journals.cite
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit f578d93a659ed4e99bc2e9f95b247090362ff455
| | | | Author: Vitalij Ruge 
| | | | Date:   Wed Jun 18 14:17:41 2014 +0000
| | | | 
| | | |     - update integration info
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@21178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	SimulationRuntime/IntegrationAlgorithms/IntegrationAlgorithms.pdf
| | | | M	SimulationRuntime/IntegrationAlgorithms/IntegrationAlgorithms.tex
| | | | A	SimulationRuntime/IntegrationAlgorithms/Makefile
| | | | 
| | * | commit d9461fbf803eaec90014f240f457edc81e9306a4
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Jun 17 21:17:10 2014 +0000
| | | | 
| | | |     - fix documentation of integration method
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@21159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	SimulationRuntime/IntegrationAlgorithms/IntegrationAlgorithms.pdf
| | | | M	SimulationRuntime/IntegrationAlgorithms/IntegrationAlgorithms.tex
| | | | 
| | * | commit 729c83ef2d18e4c569d281678be6c6e8d0d0629a
| | | | Author: Vitalij Ruge 
| | | | Date:   Tue Jun 17 14:00:46 2014 +0000
| | | | 
| | | |     added some integration info.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@21147 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	SimulationRuntime/IntegrationAlgorithms/IntegrationAlgorithms.pdf
| | | | A	SimulationRuntime/IntegrationAlgorithms/IntegrationAlgorithms.tex
| | | | 
| | * | commit 984aabaeecfb180803ed912b48322559a86c9697
| | | | Author: Jan Silar 
| | | | Date:   Fri Jun 6 15:25:19 2014 +0000
| | | | 
| | | |     PDE extension documentation -- comparison to Saldamli.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@21011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/comparisonToSaldamli.pdf
| | | | 
| | * | commit b8967c3d2359ca9f3e8ba32a2fe0a7e1cccc77f1
| | | | Author: Jan Silar 
| | | | Date:   Tue Jun 3 10:10:12 2014 +0000
| | | | 
| | | |     PDE extension documentation -- comparison to Saldamli.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20927 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/comparisonToSaldamli.pdf
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | 
| | * | commit ddb9ad6c89888ff24167aeaa8cba51856e30136d
| | | | Author: OpenModelica Hudson 
| | | | Date:   Thu May 22 15:13:38 2014 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | 
| | * | commit 979570ff3bb5104b4d150af54d9871ac7df5150d
| | | | Author: Jan Silar 
| | | | Date:   Thu May 22 14:49:01 2014 +0000
| | | | 
| | | |     Work on PDE extension proposal.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/bibliography.bib
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/comparisonToSaldamli.pdf
| | | | M	PDEInModelica/doc/domain_comparison.lyx
| | | | A	PDEInModelica/doc/img/Boolean_difference.PNG
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/advection_flat.mo
| | | | M	PDEInModelica/models/heatPID.mo
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | M	PDEInModelica/models/string.mo
| | | | 
| | * | commit 2aa729e84b2da1bed155133e850c98a096e210be
| | | | Author: Martin Sjölund 
| | | | Date:   Tue May 6 12:51:51 2014 +0000
| | | | 
| | | |     Fix capitalization
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20402 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit ef961cd7c07e59aebd68a0d7e8fabf5b9119cbbd
| | | | Author: Martin Sjölund 
| | | | Date:   Tue May 6 12:28:42 2014 +0000
| | | | 
| | | |     Add the article to the correct list
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/journals.cite
| | | | 
| | * | commit 52834919dac9c273461b8f2df272e80acda4920b
| | | | Author: Martin Sjölund 
| | | | Date:   Tue May 6 12:26:54 2014 +0000
| | | | 
| | | |     Adding journal article openmodelica.org:sjoelund:mic:2014
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 62d4c2117b600f84673c72ed46bbdce9ecff0360
| | | | Author: OpenModelica Hudson 
| | | | Date:   Wed Apr 16 09:06:22 2014 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/models/advection.c
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.cpp
| | | | M	PDEInModelica/PDESolver/runtime/runtime_data.h
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/advectionDomIndep.mo
| | | | M	PDEInModelica/models/advection_flat.mo
| | | | M	PDEInModelica/models/arterialPulsWave.mo
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | M	PDEInModelica/models/twoRooms.mo
| | | | 
| | * | commit 0672a5a9002e0121affd03357d22f2e17c0cf581
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 10 08:19:52 2014 +0000
| | | | 
| | | |     Add logotypes without need for having the correct fonts installed
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	images/logo-editable.svg
| | | | A	images/logo-small-editable.svg
| | | | M	images/logo-small.svg
| | | | M	images/logo.svg
| | | | 
| | * | commit 798eb008a76fe43f63be50212ddb71c5fcf2a506
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 10 08:12:19 2014 +0000
| | | | 
| | | |     Increase margins
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@20073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	images/logo-small.svg
| | | | M	images/logo.svg
| | | | 
| | * | commit e3cda0561dea64463c1273ff8820d5f9540958eb
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 3 09:16:25 2014 +0000
| | | | 
| | | |     Adding Modelica 2014 reference
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 54568a1a85df448e5f5055241e95721cbb671a74
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 2 11:59:24 2014 +0000
| | | | 
| | | |     Add Peter's new book
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit f0542ca48e048e5b05ad44e77612458d778d258e
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 26 18:43:34 2014 +0000
| | | | 
| | | |     - Removed the OPC section. This is not supported by current release and should not be part of users guide.
| | | |     - Created a new document for it.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OPCandOPCUAInterfaces.doc
| | | | 
| | * | commit b62d44208a21f15e628eccbae5da2807e2b5a04a
| | | | Author: Per Östlund 
| | | | Date:   Tue Feb 18 12:47:07 2014 +0000
| | | | 
| | | |     - Fixed bibliography.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 27e281a07765cb806a5e8c8ede59dcac44750a7c
| | | | Author: Bruno Scaglioni 
| | | | Date:   Tue Feb 18 08:58:34 2014 +0000
| | | | 
| | | |     fixed bibliography/openmodelica.bib
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit e65e445ae86d49a4a0df8e35e84a0de52bd98075
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 18 08:39:53 2014 +0000
| | | | 
| | | |     Actually fix the bibtex database
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 6f82e98b33aabd8899e8a27f06459d9446843248
| | | | Author: Bruno Scaglioni 
| | | | Date:   Tue Feb 18 08:28:42 2014 +0000
| | | | 
| | | |     Fixed bibliography
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit f893e22967c108a9048fb91f411fb9dba6976e83
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 17 11:22:08 2014 +0000
| | | | 
| | | |     Added a better error-message for using subscripts in modifiers
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 2ce27fdd5c2d58a7a0c04258ed4792385d4b9ec7
| | | | Author: Bruno Scaglioni 
| | | | Date:   Mon Feb 17 09:48:28 2014 +0000
| | | | 
| | | |     Updated bibliography
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/journals.cite
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit a439a531b2b21beb4f16e4b1b3c14d2870c98661
| | | | Author: Adrian Pop 
| | | | Date:   Mon Feb 10 11:28:53 2014 +0000
| | | | 
| | | |     - add presentations about parallelization.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@19030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	parallelization/2013-07-Sjolund-Gebremedin-Fritzson-CPC2013-Parallelizing-using-modelstructure.pdf
| | | | A	parallelization/2013-07-Sjolund-Gebremedin-Fritzson-Presentation-CPC2013-Parallelizing-using-modelstructure.pdf
| | | | A	parallelization/OpenModelica2014-talk09-Marcus-Walter-etal-Parallelization-of-models.pdf
| | | | A	parallelization/OpenModelica2014-talk10-Volker-Waurich-etal-Splitting-Algebraic-Loops-Paralellization.pdf
| | | | 
| | * | commit 6de7e5699f44b0c615a6c2d28dcf48dd3d417f42
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 31 10:26:46 2014 +0000
| | | | 
| | | |     Fix doi link
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@18881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit c9fba57a8c7bb33ed492d85c82c7fab56994ea28
| | | | Author: Jan Silar 
| | | | Date:   Tue Dec 3 15:00:11 2013 +0000
| | | | 
| | | |     PDEModelica - correction to model examples.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@18396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | M	PDEInModelica/models/twoRooms.mo
| | | | 
| | * | commit c23bfa439b691c2276d7e75e92c45fa08399f5fd
| | | | Author: Jan Silar 
| | | | Date:   Mon Dec 2 15:35:05 2013 +0000
| | | | 
| | | |     added one example model file
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@18377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	PDEInModelica/models/twoRooms.mo
| | | | 
| | * | commit 876f438bcf30274f63930412c8279ca7b83daa01
| | | | Author: Jan Silar 
| | | | Date:   Mon Dec 2 15:32:41 2013 +0000
| | | | 
| | | |     PDEModelica - Changes in documents and example models towards equations relating fields in different domains.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@18375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/bibliography.bib
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/heatPID.mo
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | 
| | * | commit cb93d1b28a80db4d643a7dc20931846022f727d7
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 14 10:49:49 2013 +0000
| | | | 
| | | |     Adding the CPC 2013 paper
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@18131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 1145cb46dc7d5229a26a173622b88f0b3cbac3a2
| | | | Author: Jan Silar 
| | | | Date:   Fri Nov 1 13:08:39 2013 +0000
| | | | 
| | | |     Changes in PDE extension.
| | | |     Added files with comparison to Saldamli.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | A	PDEInModelica/doc/comparisonToSaldamli.pdf
| | | | A	PDEInModelica/doc/domain_comparison.lyx
| | | | A	PDEInModelica/doc/domain_comparison.pdf
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/advection.mo
| | | | M	PDEInModelica/models/heatPID.mo
| | | | M	PDEInModelica/models/string.mo
| | | | 
| | * | commit 8eb5ae480e0f5a8a5607cd32b31a7169bcf4734e
| | | | Author: Henning Kiel 
| | | | Date:   Wed Oct 23 06:06:16 2013 +0000
| | | | 
| | | |     - fixed some typos
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelicaTemplateProgramming.doc
| | | | 
| | * | commit 99e5b6d7a2b7224bde084561c23558f7f660019d
| | | | Author: Jan Silar 
| | | | Date:   Tue Oct 22 07:55:10 2013 +0000
| | | | 
| | | |     PDE extension: Other new possible approach to define domain in models/PDEDomains.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/bibliography.bib
| | | | A	PDEInModelica/doc/comparisonToSaldamli.lyx
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | 
| | * | commit dfd7b176021e15662618e67f8799bd64da5f4c59
| | | | Author: Jan Silar 
| | | | Date:   Fri Oct 4 15:11:16 2013 +0000
| | | | 
| | | |     PDEModelica - continuation with previous work.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/_PDEInModelica.pdf
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/models/PDEDomains.mo
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | 
| | * | commit df80ebf64abb5aa113287f8afe25d784068fe2a1
| | | | Author: OpenModelica Hudson 
| | | | Date:   Wed Oct 2 15:03:24 2013 +0000
| | | | 
| | | |     [Janitor mode] Set auto-props
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/models/advectionDomIndep.mo
| | | | M	PDEInModelica/models/membraneInAir.mo
| | | | 
| | * | commit d745b6f04ba921d3adaaa70a97c5bcd791eafb93
| | | | Author: Jan Silar 
| | | | Date:   Wed Oct 2 14:46:51 2013 +0000
| | | | 
| | | |     Work on PDEModelica - coupling systems of PDE defined on different domains; coordinates; writing equations independent on particular domain and coordinate system.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17487 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/_PDEInModelica.pdf
| | | | M	PDEInModelica/doc/bibliography.bib
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/models/advection.mo
| | | | A	PDEInModelica/models/advectionDomIndep.mo
| | | | A	PDEInModelica/models/membraneInAir.mo
| | | | 
| | * | commit e867341c0a3857543640e52343855fb5bfd229fe
| | | | Author: Jan Silar 
| | | | Date:   Wed Sep 25 13:48:56 2013 +0000
| | | | 
| | | |     renamed a directory
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R100	PDEInModelica/languageExtension/PDEDomains.mo	PDEInModelica/models/PDEDomains.mo
| | | | R100	PDEInModelica/languageExtension/advection.mo	PDEInModelica/models/advection.mo
| | | | R100	PDEInModelica/languageExtension/advection_flat.mo	PDEInModelica/models/advection_flat.mo
| | | | R100	PDEInModelica/languageExtension/arterialPulsWave.mo	PDEInModelica/models/arterialPulsWave.mo
| | | | R100	PDEInModelica/languageExtension/heat.mo	PDEInModelica/models/heat.mo
| | | | R100	PDEInModelica/languageExtension/heatPID.mo	PDEInModelica/models/heatPID.mo
| | | | R100	PDEInModelica/languageExtension/string.mo	PDEInModelica/models/string.mo
| | | | 
| | * | commit eef6e7aedbec510824a81a59bfc67000eeb55aaa
| | | | Author: Jan Silar 
| | | | Date:   Wed Sep 25 11:13:23 2013 +0000
| | | | 
| | | |     Minor changes to the PDE doc.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/_PDEInModelica.pdf
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/languageExtension/PDEDomains.mo
| | | | 
| | * | commit 675bece95a66fe9f5a35f05b4ec0f7d6b3c7149e
| | | | Author: Jan Silar 
| | | | Date:   Wed Sep 25 10:24:12 2013 +0000
| | | | 
| | | |     PDE language extension - coordinate design.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17374 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/_PDEInModelica.lyx
| | | | M	PDEInModelica/doc/_PDEInModelica.pdf
| | | | M	PDEInModelica/doc/bibliography.bib
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/languageExtension/PDEDomains.mo
| | | | M	PDEInModelica/languageExtension/advection.mo
| | | | M	PDEInModelica/languageExtension/heatPID.mo
| | | | 
| | * | commit 99eadad1c11650e65fe46ed09772d5fa184f436e
| | | | Author: Jan Silar 
| | | | Date:   Thu Sep 5 15:37:26 2013 +0000
| | | | 
| | | |     Work on PDE language extension documentation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/doc/_PDEInModelica.lyx
| | | | M	PDEInModelica/doc/bibliography.bib
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/languageExtension/PDEDomains.mo
| | | | M	PDEInModelica/languageExtension/string.mo
| | | | 
| | * | commit ee11e7224d79077adf105123f3ee699612fd97f8
| | | | Author: Jan Silar 
| | | | Date:   Tue Sep 3 08:20:40 2013 +0000
| | | | 
| | | |     Further work on PDE in Modelica
| | | |     Work on language extension proposal documentation.
| | | |     New example model heatPID.mo.
| | | |     Work on experimental PDE solver - towards models with higher derivatives. Isn't working now.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@17041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/CMakeLists.txt
| | | | M	PDEInModelica/PDESolver/Makefile
| | | | M	PDEInModelica/PDESolver/models/CMakeLists.txt
| | | | M	PDEInModelica/PDESolver/models/advection.c
| | | | M	PDEInModelica/PDESolver/models/model.h
| | | | M	PDEInModelica/PDESolver/models/string.c
| | | | M	PDEInModelica/PDESolver/runtime/CMakeLists.txt
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.cpp
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.h
| | | | M	PDEInModelica/PDESolver/runtime/data.cpp
| | | | M	PDEInModelica/PDESolver/runtime/model_data.h
| | | | M	PDEInModelica/PDESolver/runtime/runtime_data.h
| | | | A	PDEInModelica/PDESolver/shared_numerics/CMakeLists.txt
| | | | A	PDEInModelica/PDESolver/shared_numerics/diff.c
| | | | A	PDEInModelica/PDESolver/shared_numerics/diff.h
| | | | M	PDEInModelica/doc/_PDEInModelica.pdf
| | | | M	PDEInModelica/doc/bibliography.bib
| | | | A	PDEInModelica/doc/img/heatPID.png
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/modelicaExtension.lyx
| | | | M	PDEInModelica/doc/numerics.lyx
| | | | M	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/languageExtension/PDEDomains.mo
| | | | M	PDEInModelica/languageExtension/advection.mo
| | | | A	PDEInModelica/languageExtension/heatPID.mo
| | | | M	PDEInModelica/languageExtension/string.mo
| | | | 
| | * | commit 327f0a07e1451e7f0835d80a075b6b0a12f619db
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Aug 15 09:20:07 2013 +0000
| | | | 
| | | |     - fix constant declaration
| | | |     - change init_env to initEnv on page 95 in OpenModelicaMetaProgramming documentation
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelicaMetaProgramming.doc
| | | | 
| | * | commit 88c5a94055a7c589e9cf008e8d1eed1ef33527bd
| | | | Author: OpenModelica Hudson 
| | | | Date:   Mon Aug 5 14:30:31 2013 +0000
| | | | 
| | | |     [Janitor mode] Fix tabs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/runtime/runtime_data.h
| | | | 
| | * | commit 993fa21938cbd79e0ad304982bc5223cc10ac18b
| | | | Author: Jan Silar 
| | | | Date:   Mon Aug 5 14:05:10 2013 +0000
| | | | 
| | | |     Work on PDE solver.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/Makefile
| | | | M	PDEInModelica/PDESolver/models/advection.c
| | | | M	PDEInModelica/PDESolver/models/model.h
| | | | A	PDEInModelica/PDESolver/plotResults.p
| | | | M	PDEInModelica/PDESolver/runtime/CMakeLists.txt
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.cpp
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.h
| | | | M	PDEInModelica/PDESolver/runtime/data.cpp
| | | | R063	PDEInModelica/PDESolver/runtime/data.h	PDEInModelica/PDESolver/runtime/model_data.h
| | | | A	PDEInModelica/PDESolver/runtime/runtime_data.h
| | | | M	PDEInModelica/PDESolver/runtime/schemes.cpp
| | | | M	PDEInModelica/PDESolver/runtime/schemes.h
| | | | M	PDEInModelica/doc/_PDEInModelica.pdf
| | | | M	PDEInModelica/doc/boundaryRepresentation.mo
| | | | 
| | * | commit 9e0af97016a3874825e5696cefc315a8f3575def
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Jul 24 16:33:54 2013 +0000
| | | | 
| | | |     - use the same folder structure for the source as well as the documentation
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16671 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R100	cruntime/Makefile	SimulationRuntime/c/Makefile
| | | | R100	cruntime/draft.pdf	SimulationRuntime/c/draft.pdf
| | | | R100	cruntime/img/activitydiagramm.dia	SimulationRuntime/c/img/activitydiagramm.dia
| | | | R100	cruntime/img/activitydiagramm.png	SimulationRuntime/c/img/activitydiagramm.png
| | | | R100	cruntime/img/newSimDATA.png	SimulationRuntime/c/img/newSimDATA.png
| | | | R100	cruntime/src/content.tex	SimulationRuntime/c/src/content.tex
| | | | R100	cruntime/src/draft.tex	SimulationRuntime/c/src/draft.tex
| | | | D	backend/AblaufDiagramm.graphml
| | | | D	backend/AblaufDiagramm.jpg
| | | | D	backend/BackendDAECreate [r16669].svg
| | | | D	backend/BackendDump [r16669].svg
| | | | D	backend/BackendFlowDiagram.graphml
| | | | D	backend/BackendFlowDiagram.jpg
| | | | D	backend/Classdiagramm.graphml
| | | | D	backend/Classdiagramm.jpg
| | | | D	backend/Classdiagramm_new.graphml
| | | | D	backend/Classdiagramm_new.jpg
| | | | D	backend/FlowDiagram.graphml
| | | | D	backend/FlowDiagram.jpg
| | | | D	backend/Initialization [r16669].svg
| | | | D	backend/Interfaces.graphml
| | | | D	backend/Interfaces.jpg
| | | | D	backend/RedesignBackendOMC.doc
| | | | D	backend/taskplan.txt
| | | | 
| | * | commit 8d28e7a51c4f9d4e48c5dae4506c58147d2e69f3
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Jul 24 16:25:10 2013 +0000
| | | | 
| | | |     - update some call graphs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	backend/BackendDAECreate [r16669].svg
| | | | D	backend/BackendDump [r16653].svg
| | | | A	backend/BackendDump [r16669].svg
| | | | D	backend/Initialization [r16650].svg
| | | | A	backend/Initialization [r16669].svg
| | | | 
| | * | commit 7ffba9968c062c6c89fda2eb53b5ef08ef4667c9
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Jul 22 14:50:14 2013 +0000
| | | | 
| | | |     - update BackendDump call graph
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16654 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	backend/BackendDump [r16650].svg
| | | | A	backend/BackendDump [r16653].svg
| | | | 
| | * | commit 929c455a027be725e64d738df98ffa529649c188
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Jul 22 14:40:45 2013 +0000
| | | | 
| | | |     - experimental call graphs for internal dependencies
| | | |       - red boxes are public functions
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	backend/BackendDump [r16650].svg
| | | | A	backend/Initialization [r16650].svg
| | | | 
| | * | commit 9330bc82aec8bdea93a2b9c2fa415e863d58c33f
| | | | Author: OpenModelica Hudson 
| | | | Date:   Tue Jul 16 18:52:02 2013 +0000
| | | | 
| | | |     [Janitor mode] Fix tabs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.h
| | | | M	PDEInModelica/PDESolver/runtime/data.cpp
| | | | M	PDEInModelica/PDESolver/runtime/data.h
| | | | M	PDEInModelica/doc/boundaryRepresentation.mo
| | | | 
| | * | commit c26f7fa29e5f718773eb9d8fad2b0833a26c4f4a
| | | | Author: OpenModelica Hudson 
| | | | Date:   Tue Jul 16 18:51:27 2013 +0000
| | | | 
| | | |     [Janitor mode] Set auto-props
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/runtime/schemes.h
| | | | M	PDEInModelica/languageExtension/advection_flat.mo
| | | | 
| | * | commit 896b3f239d089466a9b9cad5ae3fd2b367440965
| | | | Author: Jan Silar 
| | | | Date:   Tue Jul 16 18:49:47 2013 +0000
| | | | 
| | | |     Work on PDE solver. Minor changes in doc.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/models/advection.c
| | | | M	PDEInModelica/PDESolver/models/model.h
| | | | M	PDEInModelica/PDESolver/runtime/CMakeLists.txt
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.cpp
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.h
| | | | M	PDEInModelica/PDESolver/runtime/data.cpp
| | | | M	PDEInModelica/PDESolver/runtime/data.h
| | | | A	PDEInModelica/PDESolver/runtime/schemes.cpp
| | | | A	PDEInModelica/PDESolver/runtime/schemes.h
| | | | M	PDEInModelica/doc/_PDEInModelica.lyx
| | | | M	PDEInModelica/doc/_PDEInModelica.pdf
| | | | M	PDEInModelica/doc/boundaryRepresentation.mo
| | | | M	PDEInModelica/doc/modelExamples.lyx
| | | | M	PDEInModelica/doc/numerics.lyx
| | | | A	PDEInModelica/doc/questionsAndNotes.lyx
| | | | M	PDEInModelica/languageExtension/PDEDomains.mo
| | | | M	PDEInModelica/languageExtension/advection.mo
| | | | A	PDEInModelica/languageExtension/advection_flat.mo
| | | | 
| | * | commit 56ac5e746493046992aa3c3e46e405d356d8097c
| | | | Author: OpenModelica Hudson 
| | | | Date:   Mon Jul 15 16:26:33 2013 +0000
| | | | 
| | | |     [Janitor mode] Fix tabs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/models/advection.c
| | | | M	PDEInModelica/PDESolver/models/model.h
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.cpp
| | | | M	PDEInModelica/PDESolver/runtime/PDESolver.h
| | | | M	PDEInModelica/PDESolver/runtime/data.cpp
| | | | M	PDEInModelica/PDESolver/runtime/data.h
| | | | M	PDEInModelica/doc/boundaryRepresentation.mo
| | | | 
| | * | commit 0f9a35d7db09b4e9c7ccf82d27ca657d87865c41
| | | | Author: OpenModelica Hudson 
| | | | Date:   Mon Jul 15 16:25:56 2013 +0000
| | | | 
| | | |     [Janitor mode] Set auto-props
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/PDESolver/CMakeLists.txt
| | | | M	PDEInModelica/PDESolver/models/CMakeLists.txt
| | | | M	PDEInModelica/PDESolver/runtime/CMakeLists.txt
| | | | M	PDEInModelica/languageExtension/advection.mo
| | | | M	PDEInModelica/languageExtension/arterialPulsWave.mo
| | | | M	PDEInModelica/languageExtension/string.mo
| | | | M	PDEInModelica/manualDiscretization/arterialPulsWave.mo
| | | | M	PDEInModelica/manualDiscretization/pde_library.mo
| | | | 
| | * | commit 99dd7f58aa1a8ef804bc7b70ad0c0d94c9e493af
| | | | Author: Jan Silar 
| | | | Date:   Mon Jul 15 15:48:31 2013 +0000
| | | | 
| | | |     Added documents about PDE. Started implementation of experimental PDE solver (little bit confusing location in doc dir).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	PDEInModelica/PDESolver/.cproject
| | | | A	PDEInModelica/PDESolver/CMakeLists.txt
| | | | A	PDEInModelica/PDESolver/Makefile
| | | | A	PDEInModelica/PDESolver/models/CMakeLists.txt
| | | | A	PDEInModelica/PDESolver/models/advection.c
| | | | A	PDEInModelica/PDESolver/models/model.h
| | | | A	PDEInModelica/PDESolver/models/string.c
| | | | A	PDEInModelica/PDESolver/runtime/CMakeLists.txt
| | | | A	PDEInModelica/PDESolver/runtime/PDESolver.cpp
| | | | A	PDEInModelica/PDESolver/runtime/PDESolver.h
| | | | A	PDEInModelica/PDESolver/runtime/data.cpp
| | | | A	PDEInModelica/PDESolver/runtime/data.h
| | | | A	PDEInModelica/doc/_PDEInModelica.lyx
| | | | A	PDEInModelica/doc/_PDEInModelica.pdf
| | | | A	PDEInModelica/doc/bibliography.bib
| | | | A	PDEInModelica/doc/boundaryRepresentation.mo
| | | | A	PDEInModelica/doc/img/Csg_tree.png
| | | | A	PDEInModelica/doc/img/arteria.png
| | | | A	PDEInModelica/doc/img/arteria_splitting.png
| | | | A	PDEInModelica/doc/img/diffusion.pdf
| | | | A	PDEInModelica/doc/img/diffusion.svg
| | | | A	PDEInModelica/doc/img/heat.png
| | | | A	PDEInModelica/doc/img/heat.svg
| | | | A	PDEInModelica/doc/modelExamples.lyx
| | | | A	PDEInModelica/doc/modelicaExtension.lyx
| | | | A	PDEInModelica/doc/numerics.lyx
| | | | A	PDEInModelica/languageExtension/PDEDomains.mo
| | | | A	PDEInModelica/languageExtension/advection.mo
| | | | A	PDEInModelica/languageExtension/arterialPulsWave.mo
| | | | A	PDEInModelica/languageExtension/heat.mo
| | | | A	PDEInModelica/languageExtension/string.mo
| | | | A	PDEInModelica/manualDiscretization/arterialPulsWave.mo
| | | | A	PDEInModelica/manualDiscretization/arterialPulsWave.nb
| | | | A	PDEInModelica/manualDiscretization/pde_library.mo
| | | | A	PDEInModelica/matlab/Dt_nc_ac.m
| | | | A	PDEInModelica/matlab/Dx_nlr_alr.m
| | | | A	PDEInModelica/matlab/Dxx_nlcr_alcr.m
| | | | A	PDEInModelica/matlab/F_heat.m
| | | | A	PDEInModelica/matlab/U_nc_ac.m
| | | | A	PDEInModelica/matlab/bcL_heat.m
| | | | A	PDEInModelica/matlab/bcR_heat.m
| | | | A	PDEInModelica/matlab/heatTest.m
| | | | A	PDEInModelica/matlab/pokus.m
| | | | A	PDEInModelica/matlab/residual.m
| | | | 
| | * | commit b740ea21b88636ae3f4788291c3d1dedf9bc0357
| | | | Author: Jan Silar 
| | | | Date:   Mon Jul 15 15:41:26 2013 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	PDEInModelica/Csg_tree.png
| | | | D	PDEInModelica/boundaryRepresentation.mo
| | | | D	PDEInModelica/modelicaExtension.lyx
| | | | D	PDEInModelica/modelicaExtension.pdf
| | | | 
| | * | commit 2122a0a9ebd393a7037710dce8b98ad84f45e3bb
| | | | Author: Volker Waurich 
| | | | Date:   Thu Jul 4 12:32:41 2013 +0000
| | | | 
| | | |     - filled nodeMark in TaskGraphMeta
| | | |     - changed intLt operator to < on page 312 in MetaProgramming documentary
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelicaMetaProgramming.doc
| | | | 
| | * | commit 7871e77707dfce9330db56331d0e0e7726e81637
| | | | Author: OpenModelica Hudson 
| | | | Date:   Fri Jun 21 13:31:28 2013 +0000
| | | | 
| | | |     [Janitor mode] Fix tabs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/boundaryRepresentation.mo
| | | | 
| | * | commit 9b1650b16bcf6d592aa3dc89f47f88be9e50b589
| | | | Author: Jan Silar 
| | | | Date:   Fri Jun 21 13:29:18 2013 +0000
| | | | 
| | | |     Notes on PDEExtension -- about coordinates and independent variables.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/boundaryRepresentation.mo
| | | | M	PDEInModelica/modelicaExtension.lyx
| | | | M	PDEInModelica/modelicaExtension.pdf
| | | | 
| | * | commit a289a4e653781def1e03b63e161903688c2bf4bb
| | | | Author: OpenModelica Hudson 
| | | | Date:   Thu Jun 20 11:47:48 2013 +0000
| | | | 
| | | |     [Janitor mode] Fix tabs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	PDEInModelica/boundaryRepresentation.mo
| | | | 
| | * | commit ee13741c147a7c757feb14d13107cc695b2d90ee
| | | | Author: Jan Silar 
| | | | Date:   Thu Jun 20 11:34:30 2013 +0000
| | | | 
| | | |     Added documents towards PDE in Modelica.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	PDEInModelica/Csg_tree.png
| | | | A	PDEInModelica/boundaryRepresentation.mo
| | | | A	PDEInModelica/modelicaExtension.lyx
| | | | A	PDEInModelica/modelicaExtension.pdf
| | | | 
| | * | commit b4aff2544f0f60d08d2fa3426e8c4eca4a1425b3
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 11 12:58:28 2013 +0000
| | | | 
| | | |     Fix latex formatting
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit fb24516aa07a20f582fba2341297452f7b1072d2
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 11 12:27:28 2013 +0000
| | | | 
| | | |     Adding my lic to the publication list
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/phd.cite
| | | | 
| | * | commit 34f7c77e6390517e64206585d01dbdb3385db894
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 15 11:34:57 2013 +0000
| | | | 
| | | |     - Revert r16045 (flag wasn't removed yet)
| | | |     - Bump libraries for coverage test
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@16049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	images/logo.pdf
| | | | 
| | * | commit f7ec9850c39394c7fa78fa40bf908ee8f2e31727
| | | | Author: OpenModelica Hudson 
| | | | Date:   Tue Apr 30 12:51:39 2013 +0000
| | | | 
| | | |     [Janitor mode] Set auto-props
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	CMakeLists.txt
| | | | M	backend/taskplan.txt
| | | | M	bibliography/upload.sh
| | | | 
| | * | commit 9160af293df336ee410409648364fc26867078f2
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Apr 16 11:03:13 2013 +0000
| | | | 
| | | |     - Update Documentation BackEnd
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	backend/BackendFlowDiagram.graphml
| | | | M	backend/BackendFlowDiagram.jpg
| | | | 
| | * | commit 484b897fd77ee18d5736135714ff6dcf0feaaa27
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 2 15:19:43 2013 +0000
| | | | 
| | | |     Missing urldate
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 2fa807a41ba6b911c31114a5eaabcb23507e33fd
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Apr 1 19:12:29 2013 +0000
| | | | 
| | | |     Adding month of publication
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 3dabdececc37231d5b54fc21804bed574028587f
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 31 16:47:57 2013 +0000
| | | | 
| | | |     Adding EOOLT2013 reference to the bibtex database as the proceedings are already up
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15716 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit c78e1d0177b0ad0bbda37c3a395f16d009de1327
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Mar 30 19:45:58 2013 +0000
| | | | 
| | | |     Update the bibtex database
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 1e3d3ea5fc12c998e0c19d17e422a06c20765ff5
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Mar 30 07:05:07 2013 +0000
| | | | 
| | | |     Removing stray line
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	images/logo-small.svg
| | | | 
| | * | commit 29fd492b97964bb54bdc49d598858173817b8ade
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 29 19:07:04 2013 +0000
| | | | 
| | | |     - Adding the OM logo as svg since I couldn't find it anywhere else...
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	images/logo-small.svg
| | | | A	images/logo.svg
| | | | 
| | * | commit 83795b1d69453ec27c4735c86b697f9c574b19aa
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 29 11:23:22 2013 +0000
| | | | 
| | | |     - Consistent formatting (case) in bibtex
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit d2916e402e70b6a72ddbd8b5c926a286224de07d
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 25 07:51:53 2013 +0000
| | | | 
| | | |     Bibtex/LaTeX has problems with dashes and hyphenation.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit c826d826b2ac1df40526b5ffc7a23652dad57a3c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 22 14:47:51 2013 +0000
| | | | 
| | | |     Update bibtex database
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit c4134fcb50ddaf5c54c4068b1bb754cc1a5633fe
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Mar 19 09:44:59 2013 +0000
| | | | 
| | | |     Adding Peter's books to the bibtex database
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit d43c593e5813c4cb4e4ed72124d533df25342f92
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 6 10:58:39 2013 +0000
| | | | 
| | | |     Bump MSL version
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit e5bcdddca5e5b0418548c7beae882ed12be91899
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 4 10:39:42 2013 +0000
| | | | 
| | | |     Ran a pdf optimizer on our pdfs in an attempt to reduce the size of trunk
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	ModelicaTutorialFritzson.pdf
| | | | M	OpenModelicaAPI-Howto/OMC_API-HowTo.pdf
| | | | M	OpenModelicaTemplateProgramming.pdf
| | | | M	Refactoring/design_document.pdf
| | | | M	administration/WhiteDecember-milestone.pdf
| | | | M	cruntime/draft.pdf
| | | | M	opc/AddaInterfaceDescriptionDraft.pdf
| | | | M	opc/OPC_Interfaces_in_OpenModelica.pdf
| | | | 
| | * | commit deaabd1af410314e33877f6f375dc3de7fddf667
| | | | Author: Per Östlund 
| | | | Date:   Sun Mar 3 15:44:05 2013 +0000
| | | | 
| | | |     - Fix bibtex database syntax to make Hudson shut up.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 94a95aed41b0b13462b455f3e4c2e72cf8373ec6
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Mar 2 12:09:05 2013 +0000
| | | | 
| | | |     Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	cruntime/img/activitydiagramm.png
| | | | M	cruntime/img/newSimDATA.png
| | | | M	tex/img/OverallStructure.png
| | | | M	tex/img/compilerstages.png
| | | | M	tex/img/frontend.png
| | | | 
| | * | commit 72676f559053a893bac34a28e8327fa192a8756b
| | | | Author: Alachew Mengist 
| | | | Date:   Sat Mar 2 11:56:36 2013 +0000
| | | | 
| | | |     -Trying to fix parsing error bibtex database by removing
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 42661d05b95d5d939ac9a8b567b97eb145965185
| | | | Author: Alachew Mengist 
| | | | Date:   Sat Mar 2 03:19:16 2013 +0000
| | | | 
| | | |     - minor fix on parsing error bibtex database
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 6de417dbaf81a0836db83b1163fe99b9cdaae914
| | | | Author: Alachew Mengist 
| | | | Date:   Sat Mar 2 00:38:10 2013 +0000
| | | | 
| | | |     - Recorrect missed text from bibtext
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 9064b48d98d54b3e4a4134b57ff8732a6606b985
| | | | Author: Alachew Mengist 
| | | | Date:   Sat Mar 2 00:33:09 2013 +0000
| | | | 
| | | |     - update Bibtex  database
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 685ed8200954a04777ccd29a30ef0bac96de38f8
| | | | Author: Alachew Mengist 
| | | | Date:   Fri Mar 1 22:46:45 2013 +0000
| | | | 
| | | |     -fix parsing error bibtex database
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 26379c98a1bc62db5e601af4aa85b4cc68fd3629
| | | | Author: Alachew Mengist 
| | | | Date:   Fri Mar 1 21:23:48 2013 +0000
| | | | 
| | | |     -fix parsing error bibtex database again
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit cac2dece80632026a8b5eb6a93908d348466ce46
| | | | Author: Alachew Mengist 
| | | | Date:   Fri Mar 1 20:47:29 2013 +0000
| | | | 
| | | |     -fix parsing error bibtex database
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 2596238dada4153e21ab500f13b6f7ec481c71ab
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 1 20:34:30 2013 +0000
| | | | 
| | | |     Translitterate my name correctly
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 642727c7fe1476bd74c0448c97b317f9a377909d
| | | | Author: Alachew Mengist 
| | | | Date:   Fri Mar 1 20:26:21 2013 +0000
| | | | 
| | | |     - Update bibtex database
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit e8704e447f7a4dcedccf71476a4b77ba668ae99f
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 18 07:56:48 2013 +0000
| | | | 
| | | |     Fix parsing errors for the bibtex database
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 9e352e5d97fe4466aa6d75761ff891e3bf5a9b5a
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 27 23:10:29 2012 +0000
| | | | 
| | | |     #2000
| | | |     - Make linspace simplify better
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/generate.sh
| | | | M	bibliography/upload.sh
| | | | 
| | * | commit b725834a26221156834fbffd277f91a2d6072d36
| | | | Author: Alachew Mengist 
| | | | Date:   Fri Dec 21 12:18:35 2012 +0000
| | | | 
| | | |     -fix syntax error in bibliography/openmodelica.bib
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 17a1475f1f70e5b4895d75e8d1b0d217feb63424
| | | | Author: Alachew Mengist 
| | | | Date:   Fri Dec 21 06:25:38 2012 +0000
| | | | 
| | | |     -Update Bibliography
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit 4083fb8dd94af904a2d86924e8dfb2cf092d8a75
| | | | Author: Alachew Mengist 
| | | | Date:   Mon Dec 3 09:29:58 2012 +0000
| | | | 
| | | |     -Update bibliography
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | 
| | * | commit f008064734837c77c4dbbbfe8215bb918b0688d4
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 29 15:40:49 2012 +0000
| | | | 
| | | |     - Update crossref
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 22efc61665960d872375ddb98e746f4fdfb316e0
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 21 12:36:45 2012 +0000
| | | | 
| | | |     - Update output format to be by year
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/bib2html.sh
| | | | M	bibliography/documentation.cite
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/phd.cite
| | | | 
| | * | commit f512de7c45e8381cd7e49e534fb92ccaa9b4d4b6
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 21 12:06:12 2012 +0000
| | | | 
| | | |     - Typo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 4fd76865dbffc8f24cb9303bc3323086bfef3450
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 21 12:04:46 2012 +0000
| | | | 
| | | |     - Adding the mathmod paper
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | M	bibliography/upload.sh
| | | | 
| | * | commit 175338f5e0a581a20afe35e5284e2b4d1ca24900
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 21 11:40:44 2012 +0000
| | | | 
| | | |     - Updated bibliography
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/papers.cite
| | | | M	bibliography/upload.sh
| | | | 
| | * | commit e5a2b2a7116f4bb3489edf466b8e1ec517d1f386
| | | | Author: Adrian Pop 
| | | | Date:   Mon Oct 15 16:16:52 2012 +0000
| | | | 
| | | |     - remove performance.ods and change the path in README.txt
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@13393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/README.txt
| | | | 
| | * | commit 73c7e2504f5f8f73b0c79b610173872758c13075
| | | | Author: Adrian Pop 
| | | | Date:   Mon Oct 15 16:15:33 2012 +0000
| | | | 
| | | |     - performance update.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@13392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/performance.xlsx
| | | | 
| | * | commit cbe95c03c27026db9af1d0371b58f66c8462e87d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Aug 31 13:50:35 2012 +0000
| | | | 
| | | |     - add the favicon as well.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelica Project Online.url
| | | | 
| | * | commit 6eb75ecdc8ef40bf5ec33e8e3cd9d58dcd65ced5
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Aug 31 13:46:00 2012 +0000
| | | | 
| | | |     - don't link to the old OpenModelica website.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelica Project Online.url
| | | | 
| | * | commit 73362b65666f4aac64ad1dee2b50cbba017d6be0
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Aug 31 11:34:12 2012 +0000
| | | | 
| | | |     #1670
| | | |     - Updated help text
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	omc_helptext.txt
| | | | 
| | * | commit 35aa963686031d0dede4b8733d2f26d1e99009ac
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Aug 29 22:00:06 2012 +0000
| | | | 
| | | |     - Changed the version numbers.
| | | |     - deleted the old simforge url.
| | | |     - updated the build/setup instructions.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	SimForge - An Open Source Graphical Model Editor by Politecnico di Milano.url
| | | | 
| | * | commit 6d829945a80e491d65c91f1b51a9a7898c40985a
| | | | Author: Adrian Pop 
| | | | Date:   Tue Aug 28 03:31:39 2012 +0000
| | | | 
| | | |     - update performance figures.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/performance.xlsx
| | | | 
| | * | commit 35bac1f45cb3fcc99295475e5198507681b5ebcb
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Jul 20 12:26:29 2012 +0000
| | | | 
| | | |     - add BackendFlowDiagram, try to give a overview on all tasks the backend has to do
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	backend/BackendFlowDiagram.graphml
| | | | A	backend/BackendFlowDiagram.jpg
| | | | 
| | * | commit eeaf1d70935304fbd2bf8963a386db0875c52251
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jun 25 22:10:42 2012 +0000
| | | | 
| | | |     - this change is to enable querying of Modelica Standard Library 3.2 which has a class called Code.
| | | |     - changed Code quoting to use $Code in Parser/BaseModelica_Lexer.g
| | | |       + allow $Code in END_IDENT token (to be able to use type $Code end $Code; in ModelicaBuiltin.mo).
| | | |       + changes in Compiler/FrontEnd/ModelicaBuiltin.mo to use $Code instead of Code.
| | | |       + documentation updates in doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex and doc/OpenModelicaUsersGuide.doc
| | | |       + changes to Compiler/FrontEnd/Dump.mo to dump CodeNode using $Code.
| | | |       + changes everywhere where Code was used to use $Code (.mo, .mos, .onb, .c*)
| | | |       + updated OMEdit and OMOptim to use $Code.
| | | |       + more interactive tests in testsuite/interactive/interactive_api_calls.mos (from doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex)
| | | |       + show statements in more testsuite/interactive tests.
| | | |       + update the Parser/omcc/* files
| | | |     - removed testsuite/HumMod directory
| | | |     - removed doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc as is way old and not useful anymore.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OpenModelica-TortoiseSVN+Putty-HOWTO.doc
| | | | M	OpenModelicaAPI-Howto/OMC_API-HowTo.pdf
| | | | M	OpenModelicaAPI-Howto/OMC_API-HowTo.tex
| | | | 
| | * | commit cd4907c3338bffec6b8d20d062b6a18af42b1fff
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Jun 20 12:20:30 2012 +0000
| | | | 
| | | |     Added user guide for uncertainty computations.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	uncertainties/Uncertainties.docx
| | | | 
| | * | commit c03486dafab170a0b83c47f137355d9857b37b14
| | | | Author: Per Östlund 
| | | | Date:   Thu Jun 14 09:21:11 2012 +0000
| | | | 
| | | |     - Removed deprecated workplan.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	administration/Workplan-FrontBack.xls
| | | | 
| | * | commit e0d5efbe785558dfdade6bf46f394575f6061797
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 11 11:58:05 2012 +0000
| | | | 
| | | |     - Updated workplan.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-FrontBack.xls
| | | | 
| | * | commit 7e61700773021d8c811634606ce55bff4926360b
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jun 11 11:50:32 2012 +0000
| | | | 
| | | |     - planning Excel sheet.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	administration/Workplan-FrontBack.xls
| | | | 
| | * | commit f1373a00783bc2274cf747faf948971e14313319
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 11 09:03:23 2012 +0000
| | | | 
| | | |     - Moved the benchmark test models from doc/performance/benchmarks/tests to
| | | |       testsuite/benchmarks.
| | | |     - Added benchmark models from Marco Bonvini.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@12014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	performance/benchmarks/README.txt
| | | | D	performance/benchmarks/tests/BigModel.mo
| | | | D	performance/benchmarks/tests/HumModOMCTotal.mo
| | | | D	performance/benchmarks/tests/README.txt
| | | | D	performance/benchmarks/tests/_LoopsTotal.mo
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL1.mos
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL2.mos
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL3.mos
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL4.mos
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL5.mos
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL6.mos
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL7.mos
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL8.mos
| | | | D	performance/benchmarks/tests/checkBigModel.CircuitL9.mos
| | | | D	performance/benchmarks/tests/checkEngineV6.mos
| | | | D	performance/benchmarks/tests/checkEngineV6_analytic.mos
| | | | D	performance/benchmarks/tests/checkHumMod.mos
| | | | D	performance/benchmarks/tests/checkRobotR3.mos
| | | | D	performance/benchmarks/tests/dym_checkEngineV6.mos
| | | | D	performance/benchmarks/tests/dym_checkEngineV6_analytic.mos
| | | | D	performance/benchmarks/tests/dym_checkHumMod.mos
| | | | D	performance/benchmarks/tests/dym_checkRobotR3.mos
| | | | D	performance/benchmarks/tests/instEngineV6.mos
| | | | D	performance/benchmarks/tests/instEngineV6_analytic.mos
| | | | D	performance/benchmarks/tests/instHumMod.mos
| | | | D	performance/benchmarks/tests/instRobotR3.mos
| | | | 
| | * | commit 175ebcab866368cd3ac89bb8b799c07811e5be19
| | | | Author: Willi Braun 
| | | | Date:   Mon Jun 4 11:36:15 2012 +0000
| | | | 
| | | |      - updated gantt workplan with frontend tasks
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@11970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/OMProjectWorkplan.gan
| | | | 
| | * | commit 51fbb3be827992b42c115dff19003687704f4568
| | | | Author: Willi Braun 
| | | | Date:   Fri Jun 1 10:17:55 2012 +0000
| | | | 
| | | |      - added Workplan created with gantt((see http://www.ganttproject.biz (it's open source and for Windows, OSX,
| | | |     Linux)) as replacement for excel sheet.
| | | |      - right now only FMI and Backend planning is included, please feel free update with other tasks.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@11965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	administration/OMProjectWorkplan.gan
| | | | 
| | * | commit 89e2fcb4511133dd1cedf0c3d2a246abb5e55381
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Apr 8 19:35:56 2012 +0000
| | | | 
| | | |     - PTII environment variable not required anymore.
| | | |     - Changed PTII to OMPTII.
| | | |     - Removed OMPython-UserManual. OMPython documentation is moved to OpenModelica usersguide.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@11685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMPython/OMPython-UserManual.doc
| | | | D	OMPython/OMPython-UserManual.pdf
| | | | 
| | * | commit fbf52519fc8a7ef927c937877391278cc2e3fb61
| | | | Author: Willi Braun 
| | | | Date:   Wed Apr 4 16:13:11 2012 +0000
| | | | 
| | | |      - added a figure of the overall structure drawn with dia.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@11658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	tex/img/OverallStructure.dia
| | | | A	tex/img/OverallStructure.png
| | | | 
| | * | commit be8625e6a18bce1ce69313a43ed69ba30fea0432
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 28 20:09:09 2012 +0000
| | | | 
| | | |     - Added OMPython doocumentation to OpenModelicaUsersGuide.
| | | |     - Moved the OMPython docs from PythonInterface to doc/OMPython.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@11595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMPython/OMPython-UserManual.doc
| | | | A	OMPython/OMPython-UserManual.pdf
| | | | 
| | * | commit 7f3048c51f3de51c9afcbb15eb74fe78a39404a8
| | | | Author: Adrian Pop 
| | | | Date:   Wed Mar 28 01:21:11 2012 +0000
| | | | 
| | | |     - add new heuristic to Compiler/BackEnd/BackendDAEOptimize.mo
| | | |       if two aliases have different start value choose the one more closer to the top of the instance hierarchy.
| | | |     - add ComponentReference.crefDepth in Compiler/FrontEnd/ComponentReference.mo'
| | | |     - fixed testsuite/mosfiles/nonConstantParam.mos output
| | | |     
| | | |     - more paranoiac checks of arguments in CevalScript.buildModel function Compiler/Script/CevalScript.mo
| | | |     - moved symbol table to a more sane place in output arguments of buildModel and return the simflags too
| | | |     - use simflags when calling the generated system executable.
| | | |     - fixed System.getUsesCardinality for bootstrapping as it should return the value because is not pass by reference.
| | | |     
| | | |     - added comment that we should check the encoding in  Util.escapeModelicaStringToXmlString, maybe
| | | |       give an warning and force UTF-8 conversion.
| | | |     
| | | |     - update models in doc/performance/benchmarks/tests/
| | | |     
| | | |     Compiler/susan_codegen/SimCode/CodegenC.tpl
| | | |     - minimize the .c file size for MetaModelica support.
| | | |     - generate literals in the header not the c file
| | | |     - rename all .targXX to .cXX as i have no idea from where the name "targ" comes and what it means!
| | | |       ".cXX" means component XX from the structure.
| | | |     - got rid of spurious defines that make no sense
| | | |     - got rid of some of the comments.
| | | |     - use the tmpMeta array for the inputs/outputs in match(continue) expressions.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@11578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/tests/HumModOMCTotal.mo
| | | | M	performance/benchmarks/tests/_LoopsTotal.mo
| | | | 
| | * | commit 1f993117823754c3027749955c9093ba17861857
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 20 13:28:12 2012 +0000
| | | | 
| | | |     - Added Kristian's lic to the webpage
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | M	bibliography/phd.cite
| | | | 
| | * | commit 5dc2427fc6355c87240aacba5921630d5da782ed
| | | | Author: Alexey Lebedev 
| | | | Date:   Mon Jan 9 12:00:44 2012 +0000
| | | | 
| | | |     Added a draft of a document about processing arrays in separate compilation of Modelica
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	performance/ArraysInSeparateCompilation.rtf
| | | | 
| | * | commit 4c09eb6ee6e849c159a4d5eb3bd196f652d922ab
| | | | Author: Adrian Pop 
| | | | Date:   Fri Dec 9 13:24:49 2011 +0000
| | | | 
| | | |     - add scripts to test each CircuitLX.
| | | |     - shuffled a bit the models in BigModel.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/tests/BigModel.mo
| | | | A	performance/benchmarks/tests/checkBigModel.CircuitL1.mos
| | | | A	performance/benchmarks/tests/checkBigModel.CircuitL2.mos
| | | | A	performance/benchmarks/tests/checkBigModel.CircuitL3.mos
| | | | A	performance/benchmarks/tests/checkBigModel.CircuitL4.mos
| | | | A	performance/benchmarks/tests/checkBigModel.CircuitL5.mos
| | | | A	performance/benchmarks/tests/checkBigModel.CircuitL6.mos
| | | | A	performance/benchmarks/tests/checkBigModel.CircuitL7.mos
| | | | A	performance/benchmarks/tests/checkBigModel.CircuitL8.mos
| | | | R100	performance/benchmarks/tests/checkBigModel.mos	performance/benchmarks/tests/checkBigModel.CircuitL9.mos
| | | | 
| | * | commit 2926222d72ec4b83ee27186c00f44b6ac7bc872a
| | | | Author: Adrian Pop 
| | | | Date:   Tue Dec 6 07:40:57 2011 +0000
| | | | 
| | | |     - big model for tests from Peter Aronsson @ MathCore.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	performance/benchmarks/tests/BigModel.mo
| | | | A	performance/benchmarks/tests/checkBigModel.mos
| | | | 
| | * | commit e73c8073be8f6134ede9ddfa73b70c21e5f39838
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 30 10:31:49 2011 +0000
| | | | 
| | | |     - log scale.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/performance.xlsx
| | | | 
| | * | commit d8b75d45cbaa520f8843fcc80dde8ab81ae71530
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 30 10:17:23 2011 +0000
| | | | 
| | | |     - added comparison to 1.6, 1.7 and one commercial tool.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/performance.xlsx
| | | | 
| | * | commit 278c7b2d0fb872e7618ac9c8980d57ca2ccfe62b
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 30 10:16:37 2011 +0000
| | | | 
| | | |     - made them work in previous versions of OpenModelica.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/tests/checkRobotR3.mos
| | | | M	performance/benchmarks/tests/instRobotR3.mos
| | | | 
| | * | commit 847331dc0c1b4cece8a1c2b1afb733f50333491c
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 30 05:11:44 2011 +0000
| | | | 
| | | |     HUGE update to SVN with *a lot* of changes: DO MAKE CLEAN!
| | | |     ==========================================================
| | | |     - The DAE.ExpType is *no more*
| | | |     - The BackendDAE.Type is *no more*
| | | |     Both got replaced by DAE.Type!
| | | |     - The DAE.ExpVar is *no more*
| | | |     It got replaced by DAE.Var!
| | | |     Now we have *ONLY ONE* type in the compiler: DAE.Type!
| | | |     
| | | |     
| | | |     Just to know why I got this done:
| | | |     
| | | |     BEFORE, the model HumMod took 6m51 seconds to instantiate
| | | |     adrpo@ida-liu050 ~/dev/OpenModelica/doc/performance/benchmarks/tests
| | | |     $ time /c/OpenModelica1.8.0-r10584/bin/omc instHumMod.mos > trace.txt 2>&1
| | | |     real    6m51.354s
| | | |     user    0m0.000s
| | | |     sys     0m0.015s
| | | |     
| | | |     AFTER, the model HumMod takes 47 seconds to instantiate
| | | |     adrpo@ida-liu050 ~/dev/OpenModelica/doc/performance/benchmarks/tests
| | | |     $ time ../../../../build/bin/omc instHumMod.mos > mytrace.txt 2>&1
| | | |     real    0m47.248s
| | | |     user    0m0.000s
| | | |     sys     0m0.000s
| | | |     
| | | |     Is about 8,74468085106383 times faster now.
| | | |     Basically, before, we were doing DAE.T_*
| | | |     -> DAE.ET_* translation for 6 minutes!
| | | |     
| | | |     I started this work on Friday after the OpenModelica 1.8.0
| | | |     got released, so for 4+ days of work I think the result is
| | | |     quite OK.
| | | |     
| | | |     
| | | |     
| | | |     Crash course into the new types (actually old ones from DAE.Type):
| | | |     ==================================================================
| | | |     
| | | |     1. DAE.Type is not a tuple anymore, instead the optional path
| | | |        became DAE.TypeSource which is a list of paths and is now
| | | |        part of *all* the records in DAE.Type.
| | | |     
| | | |        The needed types from DAE.ExpType got merged into DAE.Type:
| | | |        DAE.ET_METATYPE                -> DAE.T_METATYPE
| | | |        DAE.ET_FUNCTION_REFERENCE_VAR  -> DAE.T_FUNCTION_REFERENCE_VAR
| | | |        DAE.ET_FUNCTION_REFERENCE_FUNC -> DAE.T_FUNCTION_REFERENCE_FUNC
| | | |     
| | | |        Some DAE.Type types got split:
| | | |        DAE.T_COMPLEX split into DAE.T_COMPLEX for types not extending
| | | |        basic types and DAE.T_SUBTYPE_BASIC is now used for types
| | | |        extending basic types.
| | | |     
| | | |        Some DAE.Type types changed name:
| | | |        DAE.T_NOTYPE -> DAE.T_UNKNOWN
| | | |        Renamed also the meta-types a bit to make them more homogeneous.
| | | |     
| | | |        Some DAE.ExpType are gone:
| | | |        DAE.ET_OTHER is gone, use DAE.T_UNKNOWN instead!
| | | |     
| | | |        Some DAE.Type types changed structure (besides the DAE.TypeSource addition):
| | | |        (DAE.T_ARRAY(dim, ty), optPath) -> DAE.T_ARRAY(ty, list, list)
| | | |        so we now have similar structure for DAE.T_ARRAY and the previous DAE.ET_ARRAY.
| | | |     
| | | |     
| | | |     2. In cases, when matching:
| | | |          Instead of              | Use now:
| | | |        -------------------------------------------------------
| | | |          DAE.ET_INT()            | DAE.T_INTEGER(source = _)
| | | |          DAE.ET_REAL()           | DAE.T_REAL(source = _)
| | | |          DAE.ET_BOOL()           | DAE.T_BOOL(source = _)
| | | |          DAE.ET_STRING()         | DAE.T_STRING(source = _)
| | | |          DAE.ET_ENUMERATION(...) | DAE.T_ENUMERATION(...)
| | | |          DAE.ET_COMPLEX(...)     | DAE.T_COMPLEX(...)
| | | |          DAE.ET_OTHER(...)       | DAE.T_UNKNOWN(source = _)
| | | |          DAE.ET_ARRAY(...)       | DAE.T_ARRAY(...)
| | | |        -------------------------------------------------------
| | | |     
| | | |     3. When constructing values, in the then part or in right
| | | |        hand side in equations:
| | | |          Instead of              | Use now:
| | | |        -------------------------------------------------------
| | | |          DAE.ET_INT()            | DAE.T_INTEGER_DEFAULT
| | | |          DAE.ET_REAL()           | DAE.T_REAL_DEFAULT
| | | |          DAE.ET_BOOL()           | DAE.T_BOOL_DEFAULT
| | | |          DAE.ET_STRING()         | DAE.T_STRING_DEFAULT
| | | |          DAE.ET_ENUMERATION(...) | DAE.T_ENUMERATION(...)
| | | |          DAE.ET_COMPLEX(...)     | DAE.T_COMPLEX(...)
| | | |          DAE.ET_OTHER(...)       | DAE.T_UNKNOWN(source = _)
| | | |          DAE.ET_ARRAY(...)       | DAE.T_ARRAY(...)
| | | |        -------------------------------------------------------
| | | |     
| | | |     4. Types.elabType got renamed to Types.simplifyType
| | | |        and does some type simplification (instead of the
| | | |        previous DAE.T_* -> DAE.ET_* translation).
| | | |     
| | | |     Feel free to ask me anything if something is unclear.
| | | |     
| | | |     The code can be further improved (we need better handling
| | | |     of DAE.T_ARRAY that has several dimensions instead of one)
| | | |     by getting rid of Types.simplifyType/Types.expTypetoTypesType,
| | | |     but for now is good enough. Also, functionality for the old
| | | |     DAE.ET_* handling from Expression*.mo can be merged with the
| | | |     DAE.T_ handling from Types so we can get rid of duplicate
| | | |     code too.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/tests/HumModOMCTotal.mo
| | | | 
| | * | commit 6ec4b0545e7af2c19121753a4d609371cb801c8f
| | | | Author: Adrian Pop 
| | | | Date:   Tue Nov 22 10:24:04 2011 +0000
| | | | 
| | | |     - added Dymola style scripts for testing.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	performance/benchmarks/tests/dym_checkEngineV6.mos
| | | | A	performance/benchmarks/tests/dym_checkEngineV6_analytic.mos
| | | | A	performance/benchmarks/tests/dym_checkHumMod.mos
| | | | A	performance/benchmarks/tests/dym_checkRobotR3.mos
| | | | 
| | * | commit d00e8ec8d44de10e3870416ae98fd1a3049819c4
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 21 18:07:55 2011 +0000
| | | | 
| | | |     - updates to the .xlsx by Oliver Lenord
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/benchmarks/performance.xlsx
| | | | 
| | * | commit 5f09fe3c46cb5cfb0f7fde68f58c622ead232ad1
| | | | Author: Adrian Pop 
| | | | Date:   Sun Nov 20 13:42:30 2011 +0000
| | | | 
| | | |     - performance benchmarks.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	performance/benchmarks/performance.xlsx
| | | | A	performance/benchmarks/tests/HumModOMCTotal.mo
| | | | A	performance/benchmarks/tests/README.txt
| | | | A	performance/benchmarks/tests/_LoopsTotal.mo
| | | | A	performance/benchmarks/tests/checkEngineV6.mos
| | | | A	performance/benchmarks/tests/checkEngineV6_analytic.mos
| | | | A	performance/benchmarks/tests/checkHumMod.mos
| | | | A	performance/benchmarks/tests/checkRobotR3.mos
| | | | A	performance/benchmarks/tests/instEngineV6.mos
| | | | A	performance/benchmarks/tests/instEngineV6_analytic.mos
| | | | A	performance/benchmarks/tests/instHumMod.mos
| | | | A	performance/benchmarks/tests/instRobotR3.mos
| | | | 
| | * | commit e96631141b4ea3743dee104a374cdc01a2f34e22
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 15 15:57:00 2011 +0000
| | | | 
| | | |     - Bib typo
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10525 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit b9c26a89391f4811d9b7c700fb2d4baeae7c50cb
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 15 15:48:57 2011 +0000
| | | | 
| | | |     - Fix bibl
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit bcfe9bcd5e68798880da22c7576e5c1ef88987e4
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 15 15:30:14 2011 +0000
| | | | 
| | | |     - Bib update
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit b1f5a6fa84d21ff6d2a0509d3f3ff76584e3ac7a
| | | | Author: Willi Braun 
| | | | Date:   Tue Nov 8 09:41:11 2011 +0000
| | | | 
| | | |     -forgot to add one figure
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	cruntime/img/newSimDATA.png
| | | | 
| | * | commit b3b907d1518639b893a1f6d9f7e9f180b3e980bc
| | | | Author: Willi Braun 
| | | | Date:   Tue Nov 8 08:04:50 2011 +0000
| | | | 
| | | |     - update a section about separation of variables
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	cruntime/draft.pdf
| | | | M	cruntime/src/content.tex
| | | | 
| | * | commit d16e1eb45f2a3e4b0460d000e945c4eb7dd9844e
| | | | Author: Willi Braun 
| | | | Date:   Sun Nov 6 22:16:57 2011 +0000
| | | | 
| | | |     -fixed makefile for simulation runtime draft
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	cruntime/Makefile
| | | | M	cruntime/src/content.tex
| | | | M	cruntime/src/draft.tex
| | | | 
| | * | commit 27f548e793acd00cde4024c87ec80a6195ba28d2
| | | | Author: Willi Braun 
| | | | Date:   Sun Nov 6 21:25:59 2011 +0000
| | | | 
| | | |     - added first draft for the redesign of the simulation runtime
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	cruntime/Makefile
| | | | A	cruntime/draft.pdf
| | | | A	cruntime/img/activitydiagramm.dia
| | | | A	cruntime/img/activitydiagramm.png
| | | | A	cruntime/src/content.tex
| | | | A	cruntime/src/draft.tex
| | | | 
| | * | commit 9a5e612e3055b6c294d12afd94a3914603c2f8d7
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 3 11:30:44 2011 +0000
| | | | 
| | | |     - Initial commit of new documentation.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	tex/Makefile
| | | | A	tex/codesettings.tex
| | | | A	tex/compilerdesign.tex
| | | | A	tex/config_html.cfg
| | | | A	tex/config_pdf.cfg
| | | | A	tex/glossary.tex
| | | | A	tex/img/compilerstages.dia
| | | | A	tex/img/compilerstages.png
| | | | A	tex/img/compilerstages.svg
| | | | A	tex/img/frontend.dia
| | | | A	tex/img/frontend.png
| | | | A	tex/index.css
| | | | A	tex/index.html
| | | | A	tex/index.tex
| | | | A	tex/indexli1.html
| | | | A	tex/indexse1.html
| | | | A	tex/indexse2.html
| | | | A	tex/indexse3.html
| | | | A	tex/indexse4.html
| | | | A	tex/indexse5.html
| | | | A	tex/indexse6.html
| | | | A	tex/indexse7.html
| | | | A	tex/indexse8.html
| | | | A	tex/indexse9.html
| | | | A	tex/testsuite.tex
| | | | 
| | * | commit 5e95cf70fbe8e5a0eab5270b9748f9c4991df569
| | | | Author: Peter Fritzson 
| | | | Date:   Wed Oct 19 14:18:19 2011 +0000
| | | | 
| | | |     Updated OpenModelicaMetaProgramming.doc and .pdf to be the same as the
| | | |     ep.liu.se report for MetaModelica 1.0.  Title page only in the .pdf version
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelicaMetaProgramming.doc
| | | | 
| | * | commit 1678bfa69524006de40f3465756946af496a7b03
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 7 10:13:12 2011 +0000
| | | | 
| | | |     - Access dates
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit e0e142fb51a96dca1232308b8ca2db711bc308dc
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 7 07:03:49 2011 +0000
| | | | 
| | | |     - bibtex update
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10037 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit babf633d46776eccf1ed989b777f4df371ab90b8
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 6 09:09:18 2011 +0000
| | | | 
| | | |     - Some bibtex updates
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10028 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 5c2f777b7c3d2a9e2158917b401588804a919492
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Sep 28 11:42:49 2011 +0000
| | | | 
| | | |     - Added Modelica'2002
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 4dc59b25d712df443b3b9c57b3b0d8467ee38652
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Sep 26 14:45:35 2011 +0000
| | | | 
| | | |     - Patternm: Only output a single error for patterns
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9936 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 107ff29a6325643f9c52f8c43a10ba2adf9ffbbb
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Sep 26 09:04:38 2011 +0000
| | | | 
| | | |     - Typographical issues (capitalization of MetaModelica, etc)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 31302f09dfc3efa626765fa1d9a156756e1c079c
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Sep 26 06:43:19 2011 +0000
| | | | 
| | | |     - Added a few conference papers (mainly Modelica'2011) to the database
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/generate.sh
| | | | M	bibliography/openmodelica.bib
| | | | A	bibliography/papers.cite
| | | | 
| | * | commit c482c77944e70892a5893184706825ab1815d8fd
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Sep 23 09:49:41 2011 +0000
| | | | 
| | | |     - Added a few conference papers
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit cf1375f163584660c58b23926cd643f0f0ffb6d5
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Sep 23 08:08:54 2011 +0000
| | | | 
| | | |     - Added Edgar's thesis to the publications
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 28ac571898a78930a63b83fb11cde896564aaa6e
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Sep 23 07:56:12 2011 +0000
| | | | 
| | | |     - Generate the master's theses as well
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/bib2html.sh
| | | | A	bibliography/documentation.cite
| | | | M	bibliography/generate.sh
| | | | A	bibliography/msc.cite
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit cbae9210254355e3997d0c5002c6fe9c4fe5b925
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Sep 22 15:30:19 2011 +0000
| | | | 
| | | |     - Some additional details for dissertations
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9901 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/openmodelica.bib
| | | | 
| | * | commit 25aaf4932112858b8ff1361184a43e36f2c444d7
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Sep 22 15:15:25 2011 +0000
| | | | 
| | | |     - Generate also phd-theses citations
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	bibliography/generate.sh
| | | | M	bibliography/openmodelica.bib
| | | | A	bibliography/phd.cite
| | | | 
| | * | commit 0f9687fe8f85a9e3fd5f163d1aab6303fdf65500
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Sep 22 14:48:16 2011 +0000
| | | | 
| | | |     - Automatically generate the openmodelica.org (journals) bibliography
| | | |       - Simply run upload.sh in doc/bibliography
| | | |     - TODO: Also add PhD/Lic/MSc/Papers to the bibtex file
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	bibliography/README
| | | | A	bibliography/bib2html.sh
| | | | A	bibliography/generate.sh
| | | | A	bibliography/journals.cite
| | | | A	bibliography/openmodelica.bib
| | | | A	bibliography/upload.sh
| | | | 
| | * | commit e406f143bc6ea771fd1894542f72f43ccea8402e
| | | | Author: Tuomas Miettinen 
| | | | Date:   Tue Aug 30 05:44:02 2011 +0000
| | | | 
| | | |     Adda interface documentation draft added.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	opc/AddaInterfaceDescriptionDraft.doc
| | | | A	opc/AddaInterfaceDescriptionDraft.pdf
| | | | 
| | * | commit 476cafa8d3716dece6080b509dd4892802f92517
| | | | Author: Tuomas Miettinen 
| | | | Date:   Fri Jun 10 14:52:40 2011 +0000
| | | | 
| | | |     OPC interfaces documentation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	opc/OPC_Interfaces_in_OpenModelica.doc
| | | | A	opc/OPC_Interfaces_in_OpenModelica.pdf
| | | | 
| | * | commit 3c6da0df30f687b4dc20cdc388709268be075d08
| | | | Author: Jens Frenkel 
| | | | Date:   Wed May 11 14:15:17 2011 +0000
| | | | 
| | | |     - update Workplan-status-estimates
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 3b28a1bb35ade82914893e0081a4997185843de1
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 14 09:48:18 2011 +0000
| | | | 
| | | |     - man pages!
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	manpages/omlibrary.1
| | | | 
| | * | commit d4a649529f1175a942e92ae5b50f7bcfdd6a6144
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 14 08:31:33 2011 +0000
| | | | 
| | | |     - Added OMPlot man-page
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	manpages/OMPlot.1
| | | | D	manpages/OMPlotWindow.1
| | | | 
| | * | commit ee36b08541bfd91699ce9a6ce25757bd8bff017d
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 13 11:43:12 2011 +0000
| | | | 
| | | |     - Added OMEdit man-page
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	manpages/OMEdit.1
| | | | M	manpages/OMNotebook.1
| | | | M	manpages/OMShell.1
| | | | M	manpages/omc.1
| | | | 
| | * | commit 5513ee606aca4b52899370e6e9fea4ae1084f08c
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 13 11:22:17 2011 +0000
| | | | 
| | | |     - Updated the OMNotebook man-page
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	manpages/OMNotebook.1
| | | | M	manpages/omc.1
| | | | 
| | * | commit 010fa8778911acef7a2917fca33c99079a4f7f14
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 13 09:13:46 2011 +0000
| | | | 
| | | |     - Update the man-pages slightly
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8614 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	manpages/omc.1
| | | | 
| | * | commit 0a0f71b9ecd518803aaec345e9ad01d5787c84f7
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 13 08:15:49 2011 +0000
| | | | 
| | | |     - Installation of manpages (added the old ones from 1.4.5 to svn)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	manpages/OMNotebook.1
| | | | A	manpages/OMPlotWindow.1
| | | | A	manpages/OMShell-terminal.1
| | | | A	manpages/OMShell.1
| | | | A	manpages/omc.1
| | | | A	manpages/omlibrary.1
| | | | 
| | * | commit 4f4a3e47d102c5a7620afa844a699a6edd4d0e12
| | | | Author: Peter Fritzson 
| | | | Date:   Thu Apr 7 15:23:22 2011 +0000
| | | | 
| | | |     Update of template programming guide. empty lites, hasindex, fromindex, import of template files, error location
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelicaTemplateProgramming.doc
| | | | M	OpenModelicaTemplateProgramming.pdf
| | | | 
| | * | commit 58a1b1408c9f8fa69008aa7e72e20d4b098a5fbc
| | | | Author: Alexey Lebedev 
| | | | Date:   Fri Apr 1 15:32:00 2011 +0000
| | | | 
| | | |     Updated a document
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/NonExpandedArraysDesignAndPlan.docx
| | | | 
| | * | commit 32083d958374a97c89a3e69ddcc7437fe4192079
| | | | Author: Kristian Stavåker 
| | | | Date:   Fri Mar 18 11:07:44 2011 +0000
| | | | 
| | | |     Updated one document
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/NonExpandedArraysDesignAndPlan.docx
| | | | 
| | * | commit b552466df6bb92cb08e3517c7eaf2d028b837751
| | | | Author: Per Östlund 
| | | | Date:   Fri Mar 11 18:21:28 2011 +0000
| | | | 
| | | |     - Fixed some issues in the workplan.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 0e152c5cf30fcb7f74aaf1576c6bc2aa48ead245
| | | | Author: Adrian Pop 
| | | | Date:   Fri Mar 11 17:12:45 2011 +0000
| | | | 
| | | |     - updated
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 424b82bf5dc602684863e3177625f047c0b1851e
| | | | Author: Alexey Lebedev 
| | | | Date:   Fri Mar 11 15:08:32 2011 +0000
| | | | 
| | | |     Added considerations of processing modifications and equations for non-expanded arrays to doc/performance/NonExpandedArraysDesignAndPlan.docx . Also updated older parts of the document.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/NonExpandedArraysDesignAndPlan.docx
| | | | 
| | * | commit 96c4a767a53c27e892120f789f9ba59b621f8af8
| | | | Author: Willi Braun 
| | | | Date:   Fri Mar 11 11:41:48 2011 +0000
| | | | 
| | | |      -Workplan update
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8184 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 52ed93dba109f5bedc111ab16cfec078dc51ca9a
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Mar 11 09:13:37 2011 +0000
| | | | 
| | | |     - update Workplan-status-estimates.xls
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 064709d1464a5039cf2841cb3d828c4299d26e86
| | | | Author: Alexey Lebedev 
| | | | Date:   Fri Mar 11 08:29:17 2011 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 7fa8201f32e1c75d1bbda18d011e574b8df493f9
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 11 07:20:53 2011 +0000
| | | | 
| | | |     - Workplan update
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 2291fb65368044d7e6a41dfa1f8b631f3bb2c3ea
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 10 15:25:07 2011 +0000
| | | | 
| | | |     - Updated some dates in the workplan.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 9872bf464cfe0c5f1085f66d72adc84f245c9849
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 10 15:23:36 2011 +0000
| | | | 
| | | |     - Replaced workplan with improved version by Oliver Lenord.
| | | |     - Updated workplan.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@8168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 2fd3f2bb42c0692c3cfd6912c212f1ae06ee897a
| | | | Author: Sébastien Combel 
| | | | Date:   Mon Feb 21 15:08:40 2011 +0000
| | | | 
| | | |     Refactoring design document
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Refactoring/design_document.pdf
| | | | A	Refactoring/design_document.tex
| | | | 
| | * | commit 049801c6a667f943320252ba5b50de2c22a5e972
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Feb 16 16:01:06 2011 +0000
| | | | 
| | | |     - Updated users guide (variableFilter option)
| | | |     - Added a ModelicaBuiltin.mo reference to the help text
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	omc_helptext.txt
| | | | 
| | * | commit dcfdd4992ac408138f8f563b3c8b7c5f97b3a411
| | | | Author: Adrian Pop 
| | | | Date:   Mon Dec 13 12:53:07 2010 +0000
| | | | 
| | | |     - updated WhiteDecember-milestone.doc and added WhiteDecember-milestone.pdf
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/WhiteDecember-milestone.doc
| | | | A	administration/WhiteDecember-milestone.pdf
| | | | 
| | * | commit 54afcbc1b686f0908311fbbe2e67b77e28acaf65
| | | | Author: Adrian Pop 
| | | | Date:   Thu Dec 9 11:04:02 2010 +0000
| | | | 
| | | |     - updates to the deadline for WhiteDecember-milestone.doc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/WhiteDecember-milestone.doc
| | | | 
| | * | commit 59c6de90979612e88480daf7196d7e19d9fd69a5
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Dec 9 10:42:29 2010 +0000
| | | | 
| | | |     Updated WhiteDecember-milestone.doc with status and new estimates.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/WhiteDecember-milestone.doc
| | | | 
| | * | commit ad8c207f23a00eb185cafa87f62fae9145d3e85e
| | | | Author: Adrian Pop 
| | | | Date:   Tue Dec 7 04:15:19 2010 +0000
| | | | 
| | | |     - Workplan-status-estimates.xls updates.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit c4cae3fabb52ab842062f7d4f3227333a9ff6c9f
| | | | Author: Jens Frenkel 
| | | | Date:   Fri Dec 3 12:30:52 2010 +0000
| | | | 
| | | |     update workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit c1fd2f568288fd34a6ce2121364c59235f32f386
| | | | Author: Alexey Lebedev 
| | | | Date:   Fri Dec 3 12:06:13 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit f328e3d427ba20a323b5ccf5e4a9f6874399f474
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 3 10:54:31 2010 +0000
| | | | 
| | | |     - Updated workplan
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit a0b0e693f4d856327d3d6bdb5db0f46c7fa38ebb
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 3 10:27:04 2010 +0000
| | | | 
| | | |     - Updated workplan.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 86c622a6e0c21c2f8d902af0c9ac5c7f076ff527
| | | | Author: Adrian Pop 
| | | | Date:   Thu Nov 18 01:13:48 2010 +0000
| | | | 
| | | |     - moved Compiler/WhatDoesNotWork.html to doc/administration/WhatDoesNotWork.html
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@7083 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	administration/WhatDoesNotWork.html
| | | | 
| | * | commit cbe840cb427cf01e45d88e267febd57be2b2e198
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 11 07:31:35 2010 +0000
| | | | 
| | | |     - Replaced the old /trunk with /branches/sjoelund-functiontree
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	backend/Classdiagramm_new.graphml
| | | | M	backend/Classdiagramm_new.jpg
| | | | A	backend/FlowDiagram.graphml
| | | | A	backend/FlowDiagram.jpg
| | | | M	backend/RedesignBackendOMC.doc
| | | | A	backend/taskplan.txt
| | | | M	performance/NonExpandedArraysDesignAndPlan.docx
| | | | 
| | * | commit 5a221113e8b8709b4ec3fcc48b51214d28c666d0
| | | | Author: Adrian Pop 
| | | | Date:   Thu Nov 4 13:27:22 2010 +0000
| | | | 
| | | |     - update the White December milestone document.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/WhiteDecember-milestone.doc
| | | | 
| | * | commit 3975a9562595bb19aba9dd948871588b0a863ad5
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 3 10:20:26 2010 +0000
| | | | 
| | | |     - a document for planning the Red October milestone (deadline 2010-10-15)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	administration/RedOctober-milestone.doc
| | | | 
| | * | commit 19873a51aba7af21aaceb5743d4f69a3d30f6f0c
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 3 10:07:46 2010 +0000
| | | | 
| | | |     - a document for planning the White December milestone (deadline 2010-12-20)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	administration/WhiteDecember-milestone.doc
| | | | 
| | * | commit 6ce95233f9c717d6e51cf07393cb7dc5d83e5cb8
| | | | Author: Kristian Stavåker 
| | | | Date:   Sat Oct 30 14:26:59 2010 +0000
| | | | 
| | | |     Some minor changes
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/NonExpandedArraysDesignAndPlan.docx
| | | | 
| | * | commit 829a7216ce10624846dd57089369bc9481bafc4b
| | | | Author: Kristian Stavåker 
| | | | Date:   Sat Oct 30 11:38:55 2010 +0000
| | | | 
| | | |     Added information regarding held meetings, etc.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	performance/NonExpandedArraysDesignAndPlan.docx
| | | | 
| | * | commit 39c1ffc7d8cc9e6187a6786a4f5f504d859e97fc
| | | | Author: Adrian Pop 
| | | | Date:   Thu Oct 28 15:26:39 2010 +0000
| | | | 
| | | |     - planning for Media and Fluid.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	MediaAndFluid/MediaAndFluid.pptx
| | | | 
| | * | commit 4b13ccf0c05fd4c71d6e6a65a62f4c7a602b2c38
| | | | Author: Adrian Pop 
| | | | Date:   Wed Oct 27 13:34:20 2010 +0000
| | | | 
| | | |     - a document for design and planning of the non expanded arrays/equations.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	performance/NonExpandedArraysDesignAndPlan.docx
| | | | 
| | * | commit 83d3cf376ec906df0dcf4bbbda045b2992d8df4d
| | | | Author: Per Östlund 
| | | | Date:   Tue Oct 19 09:18:44 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 5c835f2da564ef89d747d6c6adfab703af388001
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 19 06:37:56 2010 +0000
| | | | 
| | | |     - update status
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 18a58cdbeeb7109428851767a44d47fbf2fcab17
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 18 07:35:37 2010 +0000
| | | | 
| | | |     Updated workplan.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 4be0e490c84f4be1017ba7b66c482e87e878d0d5
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 18 06:52:15 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 38c6de5da18559b020d66d4f91067fa2eda00fcb
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 8 18:32:17 2010 +0000
| | | | 
| | | |     already present inside ./doc/Compilation_omcd_omnotebook
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	Manual for OpenModelica Source with omcd.pdf
| | | | 
| | * | commit 0e12b7dc587b4962d7dce96f24a8730cecd185d8
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 8 18:31:57 2010 +0000
| | | | 
| | | |     already present inside ./doc/Compilation_omcd_omnotebook
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook_Compilation_Steps_VS2010.pdf
| | | | 
| | * | commit 5c795002db1b57f615a43f1cc2a471bc975352dc
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 8 18:31:43 2010 +0000
| | | | 
| | | |     already present inside ./doc/Compilation_omcd_omnotebook
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	Steps to compile OMNotebook in VS2010.doc
| | | | 
| | * | commit 8b8d5f5b1a59c2927f38a766da60de5e11ac98f9
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Sep 30 15:16:10 2010 +0000
| | | | 
| | | |     update RedesignBackendOMC.doc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	backend/Interfaces.graphml
| | | | A	backend/Interfaces.jpg
| | | | M	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit 0553c42fefcc7b5668c3161f8092f8b151b98c7d
| | | | Author: Mohsen Torabzadeh-Tari 
| | | | Date:   Thu Sep 30 13:48:23 2010 +0000
| | | | 
| | | |     documentation on how to compile OMNotebook
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6264 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook_Compilation_Steps_VS2010.pdf
| | | | A	Steps to compile OMNotebook in VS2010.doc
| | | | 
| | * | commit 15030c28b8883288f0eaa45658dc194285f3ff38
| | | | Author: Mohsen Torabzadeh-Tari 
| | | | Date:   Thu Sep 30 13:10:49 2010 +0000
| | | | 
| | | |     documentation installing and setting Eclipse+MDT for debugging MetaModelica code.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	Manual for OpenModelica Source with omcd.pdf
| | | | 
| | * | commit 8e4eefa0b1949acfaa3d5decbaffe58245dcaf25
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Sep 29 20:09:22 2010 +0000
| | | | 
| | | |     - update RedesignBackendOMC.doc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit 2e69b6656c188ef1895d62fc4c4922e6025545da
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Sep 29 11:54:11 2010 +0000
| | | | 
| | | |     update RedesignBackendOMC.doc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	backend/AblaufDiagramm.graphml
| | | | A	backend/AblaufDiagramm.jpg
| | | | A	backend/Classdiagramm.graphml
| | | | A	backend/Classdiagramm.jpg
| | | | A	backend/Classdiagramm_new.graphml
| | | | A	backend/Classdiagramm_new.jpg
| | | | M	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit 6bca829635f0c5afa7f731d6706865d4c0c8935d
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Sep 22 07:15:09 2010 +0000
| | | | 
| | | |     update RedesignBackendOMC.doc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6166 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit bf73bb40988117fce628582fbd21066c6fec2f74
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Sep 21 22:35:51 2010 +0000
| | | | 
| | | |     - update RedesignBackendOMC.doc
| | | |     - Util.mo
| | | |       - add listMapFlat and listMapFlat1, this is the same as listMap and listFlatten, but with less memory consumption
| | | |     - DAELow.mo and Algorithm.mo
| | | |       - add functions to traverse all expressions of an DAELow object/ algorithm
| | | |     - SimCode.mo
| | | |       - reimplement extractDelayedExpressions with less memory cunsumption and speedup
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit 366006ea22977264e0316198d95ebc7eee0a9cbb
| | | | Author: Per Östlund 
| | | | Date:   Tue Sep 21 12:13:59 2010 +0000
| | | | 
| | | |     - Updated workplan.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit d57c3d1e919bff6fef861b4543f6ef63663ee97a
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Sep 20 20:26:42 2010 +0000
| | | | 
| | | |     - update RedesignBackendOMC.doc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit be6eb4fc29bf04677f5a78fe897d0fae0beb2550
| | | | Author: Jens Frenkel 
| | | | Date:   Thu Sep 16 21:22:14 2010 +0000
| | | | 
| | | |     - update RedesignBackendOMC.doc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit a93e918fd95aa3405dfd717728ba93e6ac285a6c
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Sep 15 12:30:37 2010 +0000
| | | | 
| | | |     update RedesignBackendOMC.doc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit 51932838be04101f9105c7d0bc129374ee70aa2f
| | | | Author: Jens Frenkel 
| | | | Date:   Sat Sep 11 15:23:01 2010 +0000
| | | | 
| | | |     - add RedesignBackendOMC.doc concept paper
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	backend/RedesignBackendOMC.doc
| | | | 
| | * | commit fdb4d9262b49b5df08e018e9edcdce64ed239bbb
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Sep 10 10:18:58 2010 +0000
| | | | 
| | | |     - Workplan update
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit ad2d387c93c146d0c5a4eaf1454a0f4aa82d8323
| | | | Author: Per Östlund 
| | | | Date:   Fri Sep 10 09:01:19 2010 +0000
| | | | 
| | | |     Updated workplan.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@6082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 4a6fcce671a4058f4c5929764326676b04114a4a
| | | | Author: Niklas Worschech 
| | | | Date:   Tue Aug 31 11:22:04 2010 +0000
| | | | 
| | | |     updated project plan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5987 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 40f105c7bbceb43845894e1eab6f031f0a613439
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 26 10:50:19 2010 +0000
| | | | 
| | | |     workplan update
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5955 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit f9863a8060158ae7bf6b8a3efc3dde86abcbe36b
| | | | Author: Adrian Pop 
| | | | Date:   Mon Aug 23 04:43:51 2010 +0000
| | | | 
| | | |     - updates to the Workplan-status-estimates.xls
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 7124ca37057b8e894164fbbaaa8ac9693ac56605
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Aug 20 14:32:46 2010 +0000
| | | | 
| | | |     - Updated workplan (missed one line: inline)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 5801e42ce13a4ab9089ac2d07321f11b991ad525
| | | | Author: Per Östlund 
| | | | Date:   Fri Aug 20 13:02:46 2010 +0000
| | | | 
| | | |     - Updated workplan.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 02cf50d3dc34eb5118222a8f15239d13ce6c855c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Aug 20 12:54:40 2010 +0000
| | | | 
| | | |     - workplan update
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5944 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit c17e38e528385ee2cebdc2833e803a978c962197
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Jul 7 06:24:26 2010 +0000
| | | | 
| | | |     - Update Workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit c006189291427f60dd74e9a608a7c68e0bd0f47a
| | | | Author: Willi Braun 
| | | | Date:   Thu Jul 1 15:58:06 2010 +0000
| | | | 
| | | |     - update workplan again due to forgot svn update
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 66b5f210b207d88300f9b1e1d84a9b280ba75142
| | | | Author: Willi Braun 
| | | | Date:   Thu Jul 1 13:36:37 2010 +0000
| | | | 
| | | |     update workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 2954b3ca4caf745c270f4d97690f653217278b01
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jun 21 04:33:43 2010 +0000
| | | | 
| | | |     - first draft of performance enhancement analysis and proposals
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	performance/Performance.pptx
| | | | 
| | * | commit edc9a98fbb27fb561522821bfed4c3c0328660cf
| | | | Author: Peter Fritzson 
| | | | Date:   Wed Jun 16 09:16:12 2010 +0000
| | | | 
| | | |     The OpenModelicaTemplateProgramming document is a users guide on the new OpenModelica text template language Susan. This version is from April 21 2010.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OpenModelicaTemplateProgramming.doc
| | | | A	OpenModelicaTemplateProgramming.pdf
| | | | 
| | * | commit fd2464559011c8dcb7d823abbed6bd2fc9188fc0
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jun 15 14:53:23 2010 +0000
| | | | 
| | | |     - updated Workplan-status-estimates.xls (since 2010-04-15 for Adrian Pop)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 045af698438af8581a3f944fcca54b8349421e8a
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jun 11 09:42:17 2010 +0000
| | | | 
| | | |     - Updated workplan
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5642 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit dc72d77284aafb30fbd79c42ff940b47f55f38b3
| | | | Author: Martin Sjölund 
| | | | Date:   Fri May 21 10:11:05 2010 +0000
| | | | 
| | | |     - Updated workplan
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 39a8ca1f443bb7a644ba8b96df8b934b88649eb5
| | | | Author: Per Östlund 
| | | | Date:   Thu Apr 29 12:49:14 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5421 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit cc8b1bda9ad0a216ab9ce0357867658b6ff57021
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 29 12:12:27 2010 +0000
| | | | 
| | | |     Updated workplan status
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 1aa8bb86dbbae7bcca43ffa1ce2663ffcb88565b
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 23 19:55:24 2010 +0000
| | | | 
| | | |     - Added trunk/Makefile.common, and restructured Makefile and Makefile.omdev.mingw
| | | |     - Fixed lots of weird install targets for files
| | | |       - Moved commands.xml, etc files from bin to share/omnotebook, share/omshell.
| | | |       - Moved ptplot.jar from bin to share/omc/java.
| | | |       - Moved ptplot_license.txt from bin to share/
| | | |       - Moved omc_helptext.txt from bin to share/doc/omc
| | | |       - Added antlr_license.txt
| | | |       - Moved OPENMODELICA/include to OPENMODELICAHOME/omc/include
| | | |         - This way we won't override system libs/includes if we install to /usr
| | | |         - Did the same for /lib
| | | |       - Left to do: Move scripts from bin to usr/share/omc/scripts
| | | |     - Updated OMNotebook and OMShell to reflect new paths of xml files.
| | | |     - Updated doPlot commands to reflect the new location of ptplot.jar
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	omc_helptext.txt
| | | | 
| | * | commit 46a7725c58cf6f760c1a9413777c064a288f490d
| | | | Author: Peter Fritzson 
| | | | Date:   Wed Apr 21 08:51:13 2010 +0000
| | | | 
| | | |     Added Juhas fixes from 100421 and added items function returning records and function derivative annotation in the backend sheet.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit d6b93a8b4072556732e3267e4c2a5844eb1bb156
| | | | Author: Jens Frenkel 
| | | | Date:   Wed Apr 21 06:02:07 2010 +0000
| | | | 
| | | |     - update Workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 957f7127da1efc0349af125ca5a5eef7a30a9de9
| | | | Author: Peter Fritzson 
| | | | Date:   Mon Apr 19 13:11:20 2010 +0000
| | | | 
| | | |     Updated entry text for refactoring - added 80% and 100% explanations and 100% entry
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit fddbe90c958ac9018525b6550b3731e6dded7397
| | | | Author: Adrian Pop 
| | | | Date:   Mon Apr 19 12:42:52 2010 +0000
| | | | 
| | | |     - updated.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5332 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 3bdbf77d2a248a53f8d9acec2c404b6d3e9d6456
| | | | Author: Per Östlund 
| | | | Date:   Mon Apr 19 12:38:18 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5331 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 7b16d114bd32506f2de7b85613ffbf74aa045b2d
| | | | Author: Per Östlund 
| | | | Date:   Mon Apr 19 07:25:21 2010 +0000
| | | | 
| | | |     Updated status for finished bugs and fixed some rows that had not been correctly added.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit abf169a7191a49acab21dc722770131703fd674f
| | | | Author: Niklas Worschech 
| | | | Date:   Mon Apr 19 06:38:45 2010 +0000
| | | | 
| | | |     update status for cpp code generation
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5327 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit eaeb5a21bbf950164e857fc24863b27109632326
| | | | Author: Peter Fritzson 
| | | | Date:   Sat Apr 17 12:34:57 2010 +0000
| | | | 
| | | |     Fixed summation errors and conditional errors in excel sheet
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 1be141116b4a922b2377236c2cef4604a4afecb0
| | | | Author: Peter Fritzson 
| | | | Date:   Sat Apr 17 10:11:32 2010 +0000
| | | | 
| | | |     Inserted some development items for Jens Frenkel, Lennart Ochel, Willi Braun, Peter Fritzson. However, time estimates and measured time still needs to be intered.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit c446b8f23fb45d043ead27f344030ef649a33268
| | | | Author: Alexey Lebedev 
| | | | Date:   Fri Apr 16 12:21:59 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit aaca4bf7e634627da29568bb7e0ad14d73437a16
| | | | Author: Per Östlund 
| | | | Date:   Fri Apr 16 07:46:10 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 7ad9d8548c7c412c11c016dd33b40b8b89391f01
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 15 14:41:19 2010 +0000
| | | | 
| | | |     - update of the work-status
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit c31e7145ef6a4f697a60d79556506fbc0df24606
| | | | Author: Adrian Pop 
| | | | Date:   Thu Apr 15 14:27:42 2010 +0000
| | | | 
| | | |     - update of the work-status
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 6e84bdae968ba92e2e91a21886430c7c110bbcac
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 15 11:46:28 2010 +0000
| | | | 
| | | |     - Updated layout of Workplan-status-estimates
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5313 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit a8c0e54324226ddf006d9f8aa21c97bd45d05aa2
| | | | Author: Peter Fritzson 
| | | | Date:   Wed Apr 14 09:19:22 2010 +0000
| | | | 
| | | |     Update to having 2 separate sheets for frontand and backend + other things. Tried to delete irrelevant issues for front resp backend.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5302 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 5cebd9f6fba60d4db92c7a14fedbc9145de5b5a0
| | | | Author: Jens Frenkel 
| | | | Date:   Mon Mar 29 09:59:16 2010 +0000
| | | | 
| | | |     - CMakeFiles: install omc, libs, docs, testmodels, includes
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	CMakeLists.txt
| | | | 
| | * | commit 4d9d78d8cbb6596d8db2089aa6eb729e24ab4654
| | | | Author: Peter Fritzson 
| | | | Date:   Tue Mar 23 13:48:49 2010 +0000
| | | | 
| | | |     Introduced change date column with dummy contents
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit e4a44574a17166c65d1b3513ec2cfa754d9a1088
| | | | Author: Peter Fritzson 
| | | | Date:   Tue Mar 23 13:23:28 2010 +0000
| | | | 
| | | |     Made the upper part of the table more compact
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit c19d7ea5a0f69c8521e8d114c5a0345ee27d699a
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 4 14:35:38 2010 +0000
| | | | 
| | | |     Updated workplan.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 79efed329f67395db38ef2eb57b490d6018a0ef7
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 2 08:01:07 2010 +0000
| | | | 
| | | |     Updated workplan.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 66ce6db4d939328862f5502f3ed58319728cd108
| | | | Author: Adrian Pop 
| | | | Date:   Tue Mar 2 01:06:57 2010 +0000
| | | | 
| | | |     - updates to estimates
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 79cbbb78b14b30ebec25cb6b0751f2e0ee98923a
| | | | Author: Peter Fritzson 
| | | | Date:   Mon Mar 1 16:48:19 2010 +0000
| | | | 
| | | |     Update 2010-02-26, moving relevant bug work to MultiBody, formating to 1 decimal,
| | | |     etc.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5059 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 23e20ec2fc5873754488344638dfbec350e909cb
| | | | Author: Per Östlund 
| | | | Date:   Fri Feb 26 15:32:13 2010 +0000
| | | | 
| | | |     Added time estimates to workplan.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5051 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit f0a7fad6aa98d671891951858cc88cc06797a25c
| | | | Author: Alexey Lebedev 
| | | | Date:   Thu Feb 25 15:35:38 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 01248b8b3c4ff0ca9bbee15cf7b9148322660270
| | | | Author: Per Östlund 
| | | | Date:   Thu Feb 25 15:15:39 2010 +0000
| | | | 
| | | |     Updated workplan
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 61b4c21552ceb8bfdd599267a77b08d76f587e83
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Feb 25 13:52:05 2010 +0000
| | | | 
| | | |     - updates of the Workplan-status-estimates.xls
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit babb97a08ae748668b4c3c2654fb23c5c79faa2c
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 25 13:36:55 2010 +0000
| | | | 
| | | |     - updates of the Workplan-status-estimates.xls
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@5041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 3af905c1b43c7439338b2a148f4386f1cd312944
| | | | Author: Jens Frenkel 
| | | | Date:   Tue Dec 15 11:33:18 2009 +0000
| | | | 
| | | |     - enumerations works now
| | | |       - ToDo: replaceable enumerations in models with equations/algorithms containig explicit
| | | |         enumeration literals does not work because the componentRef have to be replaced
| | | |         and the numbers of enumeration litterals from both enumerations should be equal
| | | |       - ToDo: do not replace enumeration litteral with it value inside loops
| | | |     - update workplan-status
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit fead9d61e2921d08241faebf5a25e45f6b0b38b5
| | | | Author: Peter Fritzson 
| | | | Date:   Mon Dec 14 06:36:16 2009 +0000
| | | | 
| | | |     Update of Adrians, Martins, Pers time log until moring 091214. Fix of summation error for MultiBody spent days. Other minor edits.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 1c951528cb4653a295f4292cba0f8037e791316d
| | | | Author: Alexey Lebedev 
| | | | Date:   Fri Dec 11 15:57:41 2009 +0000
| | | | 
| | | |     Updated status
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 695ee1306ba7088a3890b9ca9c74e869054e971e
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 11 15:12:16 2009 +0000
| | | | 
| | | |     Added status estimate for DLL/SO-generation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 5c14b324b45e38fcb187697b0b3346bb5e95f78e
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 11 14:54:18 2009 +0000
| | | | 
| | | |     - updated workplan status
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 649398c71fd37d5da2a6d7c608f716415195cea8
| | | | Author: Adrian Pop 
| | | | Date:   Fri Dec 11 14:06:41 2009 +0000
| | | | 
| | | |     - updated status since 2009-11-06
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 3521ba1b136d8385c562ece629ef4249c9d1598c
| | | | Author: Adrian Pop 
| | | | Date:   Thu Nov 5 23:38:49 2009 +0000
| | | | 
| | | |     - estimates updates for Adrian
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 2da7c91cd7c57c82ac8888769211f6ce90f91e5b
| | | | Author: Peter Fritzson 
| | | | Date:   Thu Nov 5 14:29:34 2009 +0000
| | | | 
| | | |     Removed the Bootstrapping branch merging row for the Fluid library
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4458 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 871909b5de63895176fafce36146527494379627
| | | | Author: Adrian Pop 
| | | | Date:   Thu Nov 5 13:41:23 2009 +0000
| | | | 
| | | |     - added the Workplan-status-estimates and WhatDoesNotWork documents.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	administration/WhatDoesNotWork.xls
| | | | A	administration/Workplan-status-estimates.xls
| | | | 
| | * | commit 9ab276dfbedf5b19e1f0e2fc1e3653a6d39986e8
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 13 18:50:22 2009 +0000
| | | | 
| | | |     - renamed OpenModelica1.5.0 to trunk
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@4357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	SimForge - An Open Source Graphical Model Editor by Politecnico di Milano.url
| | | | 
| | * | commit 22eef9725ee9aa37eae2246303213f37f9bf7674
| | | | Author: Dietmar Winkler 
| | | | Date:   Sun Nov 2 16:35:42 2008 +0000
| | | | 
| | | |     Formal clean up of all code files:
| | | |     
| | | |      * applied svn:eol-style native to all files except Compiler/*.mo --> LF
| | | |      * unified the eol-style of ALL files (this was necessary in order to set the svn properties
| | | |      * unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
| | | |      * make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
| | | |      * FYI: script to remove trailing white spaces: http://is.gd/5A6B
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@3732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelica Project Online.url
| | | | M	OpenModelicaAPI-Howto/OMC_API-HowTo.tex
| | | | 
| | * | commit 63cd17fe86b0675b10c4a5942f71b8f524baf5b9
| | | | Author: Filippo Donida 
| | | | Date:   Thu Apr 24 22:33:35 2008 +0000
| | | | 
| | | |     A brief report for the APIs of the OpenModelica compiler has been added.
| | | |     It inclueds some usage examples.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@3498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OpenModelicaAPI-Howto/OMC_API-HowTo.pdf
| | | | A	OpenModelicaAPI-Howto/OMC_API-HowTo.tex
| | | | 
| | * | commit 3ae648bdb99e81c543438071fe0e1266fd7403a0
| | | | Author: Peter Fritzson 
| | | | Date:   Thu Jun 21 11:33:16 2007 +0000
| | | | 
| | | |     Uppdaterat OpenModelicaSystem.doc and .pdf and OpenModelicaUsersGuide.doc and .pdf for release 1.4.3 with updated author list and release notes. OpenModelicaSystem also updated the module interaction figures and added 3 short module descriptions for the patternmatch compilation.
| | | |     
| | | |     OpenModelicaMetaProgramming.doc and .pdf also updated somewhat, e.g. to reflect that if-expressions now work.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@2844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelicaMetaProgramming.doc
| | | | 
| | * | commit 163ad9edfe31aa1e8118168069971e145218a77d
| | | | Author: Peter Fritzson 
| | | | Date:   Thu Mar 29 15:43:25 2007 +0000
| | | | 
| | | |     OpenModelicaMetaProgramming.doc and .pdf
| | | |     Moved all exercises to a separate appendix
| | | |     
| | | |     DrModelica: Small update of text and link
| | | |     to DAEexample
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@2761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelicaMetaProgramming.doc
| | | | 
| | * | commit d8bc854eb86c9702566d32804edbfd9a14ca0c4a
| | | | Author: Anders Sandholm 
| | | | Date:   Sun Feb 11 23:13:20 2007 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@2696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OpenModelica-TortoiseSVN+Putty-HOWTO.doc
| | | | 
| | * | commit 4827547b2e59710e6c40b0696d4334e8bf514222
| | | | Author: Peter Fritzson 
| | | | Date:   Mon Feb 5 04:21:39 2007 +0000
| | | | 
| | | |     Minor update of OpenModelicaUsersGuide - authors list
| | | |     OpenMOdelicaSystem - added test case building chapter and
| | | |     updated authors list
| | | |     ModelicaMetaProgramming - added introduction about
| | | |     modeling too extensibility and a chapter (unfinished)
| | | |     at the end about metaprogramming and code quoting.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@2685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelicaMetaProgramming.doc
| | | | 
| | * | commit 176382c82e6d0881bde0890ecf580bd9df5184ee
| | | | Author: Peter Fritzson 
| | | | Date:   Fri Jan 26 12:02:00 2007 +0000
| | | | 
| | | |     Added ModelicaTutorialFritzson.pdf containing the tutorial given at the Modelica conference and other places
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@2676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	ModelicaTutorialFritzson.pdf
| | | | 
| | * | commit 880891b40f00924502b3e1a0980cf11dfed0d407
| | | | Author: Peter Fritzson 
| | | | Date:   Tue Jan 2 13:47:26 2007 +0000
| | | | 
| | | |     Added OpenModelicaMetaProgramming.doc and .pdf containing
| | | |     documentation of MetaModelica programming.
| | | |     (previously sometimes called MetaModelica users guide)
| | | |     Exercises added to this MetaProgrammingGuide. 061026
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@2649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OpenModelicaMetaProgramming.doc
| | | | 
| | * | commit ae0ba14149c7583c4f8b57a5cf37592921a54876
| | | | Author: Peter Fritzson 
| | | | Date:   Tue Jan 2 13:42:01 2007 +0000
| | | | 
| | | |     Beta 1.4.3 versions 061214 of UsersGuide and SystemDoc
| | | |     UsersGuide includes more Eclipse MDT plugin
| | | |     installation screendumps.
| | | |     Exercises added to SystemsDoc, and
| | | |     MetaProgrammingGuide.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@2648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OpenModelica Project Online.url
| | | | 
| | * | commit 739e04ac630ca0dcd805ff8c54bf940a3ccd18f5
| | | | Author: Adrian Pop 
| | | | Date:   Sat Mar 25 14:05:29 2006 +0000
| | | | 
| | | |     a link to OpenModelica Website to be used in the OpenModelica Menu Options
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@2249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OpenModelica Project Online.url
| | | | 
| | * | commit eea8cd13ccfb0d36286b38a26fc4baa0d3315ca8
| |  /  Author: Peter Aronsson 
| | |   Date:   Wed Apr 20 11:07:13 2005 +0000
| | |   
| | |       made a copy
| | |       
| | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@1706 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| * | commit bfa656a788302e935c288cd18a03b45ca5f8032c
|/ /  Author: Martin Sjölund 
| |   Date:   Wed May 15 11:45:47 2019 +0200
| |   
| |       Remove submodules (to be added as subtree)
| |   
| |   M	.gitmodules
| |   D	OMCompiler
| |   D	doc
| | 
* | commit 5caf2a52a0de86196292c423cb2c77fab41b9f5d
| | Author: hudson 
| | Date:   Wed May 15 11:18:34 2019 +0200
| | 
| |     * OMCompiler c33af09...5dc61f6 (1):
| |       > any target starting with 'msvc' is msvc
| | 
| | M	OMCompiler
| | 
* | commit cf17a88b0d61c590925f17ff5420cda56605e45b
| | Author: hudson 
| | Date:   Tue May 14 19:25:09 2019 +0200
| | 
| |     * libraries 7a8c41b...bf78c4b (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 9053eb0fe7610b414a413acc1fd59ab2ddbe8e28
| | Author: hudson 
| | Date:   Tue May 14 14:24:14 2019 +0200
| | 
| |     * OMCompiler 9a3a758...c33af09 (1):
| |       > [NF] Check conditional component contexts.
| | 
| | M	OMCompiler
| | 
* | commit 5116ef3893e11d9feec15c9ccac2fad5fd607a8d
| | Author: hudson 
| | Date:   Tue May 14 13:24:20 2019 +0200
| | 
| |     * OMCompiler ad34730...9a3a758 (1):
| |       > [NF] Fix expandable connector lookup.
| | 
| | M	OMCompiler
| | 
* | commit 2f4840a5cf32dbc369ba97b718ceaac04f8cc196
| | Author: Per Östlund 
| | Date:   Tue May 14 13:24:20 2019 +0200
| | 
| |     [NF] Add expandable connector test.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#177
| |       - OpenModelica/OMCompiler#3088
| | 
| | A	testsuite/flattening/modelica/scodeinst/ExpandableConnectorNonDecl4.mo
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | 
* | commit 3cd9411fc824e65b8631ed500a5cfb45355cd561
| | Author: Adeel Asghar 
| | Date:   Tue May 14 13:00:02 2019 +0200
| | 
| |     ticket:4475 write the simulation log to a file
| |     Added a customizable display limit for the simulation log. Only display until the limit is reached and then show a link to the log file. Doesn't freeze the OMEdit window so user can cancel the simulation if needed.
| |     Added a button in the simulation window to open the simulation log file.
| |     Copy the plain text so it could be used in other tools.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#176
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.h
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | M	OMEdit/OMEdit/OMEditGUI/Util/Utilities.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Util/Utilities.h
| | 
* | commit 210774d028f7b7543303b57d9d1e7e269744a089
| | Author: hudson 
| | Date:   Tue May 14 09:40:05 2019 +0200
| | 
| |     * OMCompiler 92a4119...ad34730 (1):
| |       > [FE] new API and replaceable support - work in progress - to use, just add +d=nfAPI to the OMEdit simulation flags - handling of getComponentAnnotations via NF (some models are about 6x faster) - some crashes in OMEdit, not debugged yet, for example: Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater
| | 
| | M	OMCompiler
| | 
* | commit 4b18e23d888aa24ae6562dab13c0553988911410
| | Author: Adrian Pop 
| | Date:   Tue May 14 09:40:05 2019 +0200
| | 
| |     - update tests due to #3087
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#175
| |       - OpenModelica/OMCompiler#3087
| | 
| | M	testsuite/openmodelica/interactive-API/Bug2871.mos
| | M	testsuite/openmodelica/interactive-API/Bug4248.mos
| | M	testsuite/openmodelica/interactive-API/DialogAnnotation.mos
| | M	testsuite/openmodelica/interactive-API/getDialogAnnotation.mos
| | M	testsuite/openmodelica/interactive-API/interactive_api_annotations.mos
| | 
* | commit 92034e2a102df8f2bade586fdd483bca053ce559
| | Author: hudson 
| | Date:   Mon May 13 19:25:33 2019 +0200
| | 
| |     * libraries aefdec1...7a8c41b (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 432add66073e765c62dc961a37a6ada4f807b3fb
| | Author: Lennart Ochel 
| | Date:   Mon May 13 15:08:23 2019 +0200
| | 
| |     * OMSimulator b4f2530...9e04b31 (1):
| |       > Update OMTLMSimulator
| | 
| | M	OMSimulator
| | 
* | commit bbf51fa827e025fc32baf13424cc4ff3f98ffb88
| | Author: Lennart Ochel 
| | Date:   Mon May 13 14:00:35 2019 +0200
| | 
| |     * OMSimulator 89a8623...b4f2530 (1):
| |       > Add documentation on how to use OMEdit
| | 
| | M	OMSimulator
| | 
* | commit 99eb5ee5a6e0cd7902e883d4ec26f439a8211e41
| | Author: hudson 
| | Date:   Sat May 11 19:26:40 2019 +0200
| | 
| |     * libraries b563630...aefdec1 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 27269d25c0481c6906b9f5303e46c8b7d6315a9c
| | Author: hudson 
| | Date:   Fri May 10 19:27:12 2019 +0200
| | 
| |     * libraries b24433c...b563630 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 3e23ece3fb56e43630f443319f1dc5e721a0f17c
| | Author: Adeel Asghar 
| | Date:   Fri May 10 18:09:42 2019 +0200
| | 
| |     Fix the broken TextAnnotation string update
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#172
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | 
* | commit 2f616cf17ef5a0839aa27350885e88daa72c2158
| | Author: hudson 
| | Date:   Fri May 10 13:24:51 2019 +0200
| | 
| |     * OMCompiler d9dbed6...92a4119 (1):
| |       > Handle complex equations in when statements.
| | 
| | M	OMCompiler
| | 
* | commit bdf4d9f8ffca59f8f5c47f00983fb2d74f642409
| | Author: hudson 
| | Date:   Thu May 9 19:28:39 2019 +0200
| | 
| |     * libraries c56853c...b24433c (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit d2cce7f75a7d34071f6a05b71a6037ab5acdb6ba
| | Author: hudson 
| | Date:   Thu May 9 17:55:06 2019 +0200
| | 
| |     * OMCompiler a4e794b...d9dbed6 (1):
| |       > Fix rpath for OMSI FMU with gcc
| | 
| | M	OMCompiler
| | 
* | commit 11ea517bd639e4ef419b71272870331a235cbbeb
| | Author: Andreas 
| | Date:   Thu May 9 17:55:05 2019 +0200
| | 
| |     [OMSI] Adition test and cleaner tests.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#171
| |       - OpenModelica/OMCompiler#3084
| | 
| | M	testsuite/openmodelica/omsi/omsic/Makefile
| | M	testsuite/openmodelica/omsi/omsic/buildSimpleOMSU.mos
| | A	testsuite/openmodelica/omsi/omsic/problem2.mos
| | M	testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos
| | 
* | commit d2c1ff75fbcef57312379146821a34ff51ad292e
| | Author: Lennart Ochel 
| | Date:   Thu May 9 14:44:35 2019 +0200
| | 
| |     * OMSimulator 1b54304...89a8623 (2):
| |       > Add right limit of discrete changes to sub-sampled results
| |       > Prettify warnings
| | 
| | M	OMSimulator
| | 
* | commit ebede8e706825d0b23b7d2e69485bd038fac513c
| | Author: Lennart Ochel 
| | Date:   Thu May 9 13:08:40 2019 +0200
| | 
| |     * OMSimulator 6408a01...1b54304 (1):
| |       > Catch filesystem exception
| | 
| | M	OMSimulator
| | 
* | commit 906a9641fd65ba3ea22b3c988ce33ce86dacc948
| | Author: hudson 
| | Date:   Wed May 8 19:25:41 2019 +0200
| | 
| |     * libraries b77e0c4...c56853c (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 8de386152f702c620b7efbee14c0dc5ccf8d9a32
| | Author: hudson 
| | Date:   Wed May 8 16:26:21 2019 +0200
| | 
| |     * OMCompiler d2540cc...a4e794b (1):
| |       > Fix wrong linkage of expat lib for FMUs
| | 
| | M	OMCompiler
| | 
* | commit 6e53e5c6750bec1b10c691865473d47f9b333297
| | Author: Martin Sjölund 
| | Date:   Tue May 7 15:01:35 2019 +0200
| | 
| |     Do not link TLM with OMEdit
| |     
| |     OMSimulator is a dynamic library and includes TLM if it was compiled
| |     with TLM (which is false on MacOS).
| | 
| | M	OMEdit/OMEdit/OMEditGUI/OMEdit.config.in
| | M	OMEdit/OMEdit/OMEditGUI/OMEditGUI.pro
| | 
* | commit 8a0ac687317d4fb60f76963d830f0eda8b1947b0
| | Author: hudson 
| | Date:   Wed May 8 15:35:00 2019 +0200
| | 
| |     * OMCompiler 6cebda4...d2540cc (1):
| |       > [NF] Improve unit checking.
| | 
| | M	OMCompiler
| | 
* | commit ae3d4c56543ba2d4832706fcfff428d2dad50e3e
| | Author: Per Östlund 
| | Date:   Wed May 8 15:34:59 2019 +0200
| | 
| |     [NF] Update tests.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#170
| |       - OpenModelica/OMCompiler#3082
| | 
| | M	testsuite/flattening/modelica/scodeinst/OCGTests.mos
| | 
* | commit 5e85efc89b68196f53aee128f22390aba89677b1
| | Author: hudson 
| | Date:   Wed May 8 14:00:50 2019 +0200
| | 
| |     * OMCompiler c8a95fd...6cebda4 (1):
| |       > [NF] Improve overconstrained connection handling.
| | 
| | M	OMCompiler
| | 
* | commit 60db07d6b043448990c0a83bac47379372284f95
| | Author: Andreas 
| | Date:   Wed May 8 11:54:01 2019 +0200
| | 
| |     [OMSimulator] Made OMSimulator tests compatible with Windows
| |     
| |     OpenModelica.Scripting.system behaves differently on Linux and Windows.
| |     Now using log file to pipe output to and read with
| |     OpenModelica.Scripting.readFile.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#164
| | 
| | M	testsuite/omsimulator/DualMassOscillator_cs.mos
| | M	testsuite/omsimulator/DualMassOscillator_me.mos
| | M	testsuite/omsimulator/initialization.mos
| | M	testsuite/omsimulator/initialization2.mos
| | M	testsuite/omsimulator/outputState.mos
| | 
* | commit 8d278e2875bf391bf15317529d87cb85f69ce3c6
| | Author: Martin Sjölund 
| | Date:   Wed May 8 07:52:39 2019 +0200
| | 
| |     Compile for Qt4
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | 
* | commit c42eac4f06c2de2f8a1a8ae1c58064c3123513e3
| | Author: hudson 
| | Date:   Tue May 7 19:24:39 2019 +0200
| | 
| |     * libraries 89ea3f9...b77e0c4 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 3b1af592767418820f231d4776f51cdccfe9af08
| | Author: Adrian Pop 
| | Date:   Tue May 7 17:15:00 2019 +0200
| | 
| |     fix non-existent OMCompiler sumbmodule hash
| | 
| | M	OMCompiler
| | 
* | commit ffb8d4e2d25269c07283700c2b482d237e6af8df
| | Author: kabdelhak 
| | Date:   Tue May 7 15:56:55 2019 +0200
| | 
| |     [fixTest] ticket 4793
| |      - OMC PR #3077
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#167
| |       - OpenModelica/OMCompiler#3077
| | 
| | M	OMCompiler
| | M	testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos
| | M	testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | M	testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | M	testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | M	testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | M	testsuite/simulation/modelica/functions_eval/functionTest8.mos
| | M	testsuite/simulation/modelica/functions_eval/functionTest9.mos
| | 
* | commit 6c4f794e3edd172ca6cbff0a9102481b2d48965a
| | Author: Adeel Asghar 
| | Date:   Tue May 7 13:30:48 2019 +0200
| | 
| |     ticket:5456 Set simCodeTarget and target flags before compilation
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#166
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.h
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | 
* | commit b1e80b4128b258f2fbae79b2b65cfa3f76135636
| | Author: hudson 
| | Date:   Tue May 7 13:04:18 2019 +0200
| | 
| |     * OMCompiler ee7aaab...80f6ed2 (1):
| |       > Fix NFUnitCheck.getFunctionName for records.
| | 
| | M	OMCompiler
| | 
* | commit 35dc9df5292e825c3be8f6f8ec3043acce3059b2
| | Author: Francesco Casella 
| | Date:   Tue May 7 12:47:26 2019 +0200
| | 
| |     * doc 3f37f1a...f863b8c (1):
| |       > Added Save Total description to OMEdit doc
| | 
| | M	doc
| | 
* | commit db4ed5b0f7322b82175e2be158a91fe5b708bdb6
| | Author: hudson 
| | Date:   Tue May 7 11:37:20 2019 +0200
| | 
| |     * OMCompiler 5daaf9b...ee7aaab (1):
| |       > ticket:5030 Fix the broken profiling for OMEdit
| | 
| | M	OMCompiler
| | 
* | commit aab467cb8284ac14ea1979e1d15efca79baf8a19
| | Author: Martin Sjölund 
| | Date:   Tue May 7 07:30:44 2019 +0200
| | 
| |     * OMSimulator 4d9d552...6408a01 (1):
| |       > Override OMTLM=OFF for MacOS platform
| | 
| | M	OMSimulator
| | 
* | commit 5174acb78ca107afa5f8d072f4da73c16a72d3d1
| | Author: hudson 
| | Date:   Mon May 6 19:24:10 2019 +0200
| | 
| |     * libraries 8bd870c...89ea3f9 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 1ebf928de79ce4ab2cff2b032ddd0e1c47b10740
| | Author: Lennart Ochel 
| | Date:   Mon May 6 17:29:12 2019 +0200
| | 
| |     Add co-simulation test
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#165
| | 
| | A	testsuite/omsimulator/DualMassOscillator_cs.mos
| | M	testsuite/omsimulator/Makefile
| | 
* | commit 04784f30c4450e9b540cabc533a703497f129bca
| | Author: Lennart Ochel 
| | Date:   Mon May 6 16:20:44 2019 +0200
| | 
| |     * OMSimulator 6562003...4d9d552 (1):
| |       > Update doc/
| | 
| | M	OMSimulator
| | 
* | commit b54f826e6ca4e08258b4ba7aeacffbf9a3149eef
| | Author: Francesco Casella 
| | Date:   Mon May 6 14:13:49 2019 +0200
| | 
| |     * doc 5d4eef3...3f37f1a (1):
| |       > Updated profiler manual
| | 
| | M	doc
| | 
* | commit 97cd554d77d6f79a7f8da4eae3a11eca91345511
| | Author: Adeel Asghar 
| | Date:   Mon May 6 13:27:15 2019 +0200
| | 
| |     Use MessageWidget instead of std::cout
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#161
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | M	OMEdit/OMEdit/OMEditGUI/Animation/FMUWrapper.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/VisualizerCSV.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Git/GitCommands.cpp
| | M	OMEdit/OMEdit/OMEditGUI/MainWindow.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | M	OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | M	OMEdit/OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | M	OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | M	OMEdit/OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp
| | 
* | commit ae82472ac7641d9932852cc44534599a53099b16
| | Author: hudson 
| | Date:   Fri May 3 19:26:18 2019 +0200
| | 
| |     * libraries cec7671...8bd870c (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 882fadfffad9d6d5b035a22892bc61f87ed67d83
| | Author: Adeel Asghar 
| | Date:   Fri May 3 15:36:11 2019 +0200
| | 
| |     Clear the DiagramWindow when the ModelWidget is deleted
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#160
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.h
| | 
* | commit b890c379367fb1ee7b040d6bf41b47d5b23f2cc3
| | Author: Adeel Asghar 
| | Date:   Fri May 3 14:20:20 2019 +0200
| | 
| |     Deleted the unused file
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#159
| | 
| | D	OMEdit/OMEdit/OMEditGUI/Plotting/PlotInteractiveCurveData_copy.cpp
| | 
* | commit 5ebd90b4df1981e9bb1e48666d5a1505cbbd9602
| | Author: Adeel Asghar 
| | Date:   Fri May 3 13:59:04 2019 +0200
| | 
| |     Updated translations
| |     Thanks to LI Wenhui for Chinese translations
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#158
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | M	OMEdit/OMEdit/OMEditGUI/Resources/nls/README.md
| | 
* | commit 998ec879e4c3c67624773609678e321112773d6e
| | Author: hudson 
| | Date:   Fri May 3 11:50:36 2019 +0200
| | 
| |     * OMCompiler f6e1212...5daaf9b (1):
| |       > [BE] Remove dumping of empty sets from index reduction
| | 
| | M	OMCompiler
| | 
* | commit b3569f0d6ee71734591c4442f4b464280c7fbe97
| | Author: Adeel Asghar 
| | Date:   Fri May 3 11:27:42 2019 +0200
| | 
| |     Update the Diagram Window to support the dynamic select
| |     The variables browser slider can be used for dynamic select now.
| |     Only supports visible and textString attributes right now without expressions.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#157
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.h
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | M	OMEdit/OMEdit/OMEditGUI/Component/Component.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | M	OMEdit/OMEdit/OMEditGUI/MainWindow.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/DiagramWindow.h
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | 
* | commit b38fd6468586f444faf2ba4e8c98d4f48d9e95d4
| | Author: hudson 
| | Date:   Thu May 2 15:27:03 2019 +0200
| | 
| |     * OMCompiler 364f80f...f6e1212 (1):
| |       > [NF] Fix redeclaration of enumerations.
| | 
| | M	OMCompiler
| | 
* | commit 773e45d67ef7bc50b5b1bf2bcc21fb1de156072e
| | Author: Per Östlund 
| | Date:   Thu May 2 15:27:02 2019 +0200
| | 
| |     [NF] Add enumeration redeclare tests.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#156
| |       - OpenModelica/OMCompiler#3073
| | 
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | A	testsuite/flattening/modelica/scodeinst/RedeclareEnum1.mo
| | A	testsuite/flattening/modelica/scodeinst/RedeclareEnum2.mo
| | A	testsuite/flattening/modelica/scodeinst/RedeclareEnum3.mo
| | A	testsuite/flattening/modelica/scodeinst/RedeclareEnum4.mo
| | 
* | commit db98c65416bbb51e08b4f6ee1cebc6e191d4061c
| | Author: hudson 
| | Date:   Thu May 2 11:17:59 2019 +0200
| | 
| |     * OMCompiler 0baa066...364f80f (1):
| |       > fix dataReconciliation top level inputs
| | 
| | M	OMCompiler
| | 
* | commit 6f46e9074a1cf7d1a79bebb817d6a7ba15b323ef
| | Author: hudson 
| | Date:   Wed May 1 19:25:59 2019 +0200
| | 
| |     * libraries 431293b...cec7671 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 8b0c5d69f2b85ee44cb1dec28e70bd3839556938
| | Author: hudson 
| | Date:   Tue Apr 30 19:23:07 2019 +0200
| | 
| |     * libraries 589cbcd...431293b (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit f50739fcd8665c10b5af6d7199661e7c1f15f9ca
| | Author: hudson 
| | Date:   Tue Apr 30 15:55:18 2019 +0200
| | 
| |     * OMCompiler 10081da...0baa066 (1):
| |       > Fix detection of setlocale using -O0
| | 
| | M	OMCompiler
| | 
* | commit 0abe10602563cedd46e4e5c06bf32b54950507b0
| | Author: hudson 
| | Date:   Tue Apr 30 12:33:07 2019 +0200
| | 
| |     * OMCompiler 67b8802...10081da (1):
| |       > Fix bug introduced by PR #3067
| | 
| | M	OMCompiler
| | 
* | commit 0dba921b1920dcaa54b7457e381cda26d1e89f11
| | Author: hudson 
| | Date:   Mon Apr 29 19:23:49 2019 +0200
| | 
| |     * libraries bf99b97...589cbcd (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit d27cc3e0e301a2470574944d881ae00f0b4ebe84
| | Author: hudson 
| | Date:   Mon Apr 29 17:05:48 2019 +0200
| | 
| |     * OMCompiler 84b5f7e...67b8802 (2):
| |       > [OMSI] Added buildModelFMU for simCodeTarget=omsic
| |       > [OMSI] Fixed wrong header guard and warnings in OMSIBase and OMSIC
| | 
| | M	OMCompiler
| | 
* | commit 2a6cb1c86617a8f06f0083da944c6406d0f7ec1e
| | Author: Andreas 
| | Date:   Mon Apr 29 17:05:47 2019 +0200
| | 
| |     [OMSI] Added first OMSIC test
| |     
| |     Added tests to:
| |       - build helloWorld-FMU with simCodeTarget=omsi
| |       - simulate helloWorld-FMU with OMSimulator
| |     
| |     Belonging to PR
| |       - OpenModelica/OMCompiler#3067
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#154
| |       - OpenModelica/OMCompiler#3067
| | 
| | M	testsuite/Makefile
| | A	testsuite/openmodelica/omsi/omsic/Makefile
| | A	testsuite/openmodelica/omsi/omsic/buildSimpleOMSU.mos
| | A	testsuite/openmodelica/omsi/omsic/helloWorldOMSU.mo
| | A	testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos
| | 
* | commit 228978df253cf7f6965bd58ba4e218ced6126191
| | Author: hudson 
| | Date:   Mon Apr 29 15:29:19 2019 +0200
| | 
| |     * OMCompiler 8b33074...84b5f7e (2):
| |       > Update 3rdParty
| |       > Fixes for latest MacOS release
| | 
| | M	OMCompiler
| | 
* | commit 85b17c58741272ad299b47ff32f6f5a23a380f02
| | Author: hudson 
| | Date:   Sat Apr 27 19:23:51 2019 +0200
| | 
| |     * libraries fe0d6a7...bf99b97 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 9038a09a9a5fd437083334212781dc4b931a26c7
| | Author: hudson 
| | Date:   Wed Apr 24 12:55:04 2019 +0200
| | 
| |     * OMCompiler a5eccba...8b33074 (1):
| |       > generate dataReconc-csvInputs when not exists
| | 
| | M	OMCompiler
| | 
* | commit 63453e47553c109c54379b42b477fbb9261192dc
| | Author: hudson 
| | Date:   Wed Apr 24 12:03:41 2019 +0200
| | 
| |     * OMCompiler bdf89c3...a5eccba (1):
| |       > Add dumping of external declaration annotations.
| | 
| | M	OMCompiler
| | 
* | commit 8eb0d6f80a144a5ea4f740f91a40e5aca6197ad7
| | Author: Adeel Asghar 
| | Date:   Wed Apr 24 10:28:46 2019 +0200
| | 
| |     ticket:5443 Use the doubleClick SIGNAL instead of event
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#153
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | 
* | commit 18c7db839ad6eb0d1d514d8c5e954b4f9af89c66
| | Author: hudson 
| | Date:   Wed Apr 24 09:34:16 2019 +0200
| | 
| |     * OMCompiler b7a2c69...bdf89c3 (1):
| |       > Load libraries case insensitive on case sensitive OS
| | 
| | M	OMCompiler
| | 
* | commit 3777215849fc6f6d51b93dabad9633152047e6cd
| | Author: hudson 
| | Date:   Tue Apr 23 19:26:41 2019 +0200
| | 
| |     * libraries c83e829...fe0d6a7 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 0b92bbe2b245154b5132b818b08b87eb574da96b
| | Author: hudson 
| | Date:   Tue Apr 23 15:45:43 2019 +0200
| | 
| |     * OMCompiler eef9c24...b7a2c69 (1):
| |       > catch crash in visualXML
| | 
| | M	OMCompiler
| | 
* | commit a2165e34e920d36df30012bccdf370841984ab06
| | Author: hudson 
| | Date:   Tue Apr 23 14:09:57 2019 +0200
| | 
| |     * OMCompiler c252b04...eef9c24 (1):
| |       > Update the connection instead of deleting and adding it Moved the updateConnection API to ModelicaBuiltin.mo Added a new API updateConnectionNames which updates the connection connectors.
| | 
| | M	OMCompiler
| | 
* | commit 0ec37933f35e975d1a6df86740999a3291aa4175
| | Author: Adeel Asghar 
| | Date:   Tue Apr 23 14:09:56 2019 +0200
| | 
| |     ticket:2395 Handle the connectorSizing annotation
| |     Updated tests to expected output
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#151
| |       - OpenModelica/OMCompiler#3061
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/Commands.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | M	OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | M	OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.h
| | M	testsuite/openmodelica/interactive-API/StateMachine.mos
| | M	testsuite/openmodelica/interactive-API/interactive_api_attributes.mos
| | M	testsuite/openmodelica/interactive-API/interactive_api_classes.mos
| | 
* | commit 58040af8905712b19743e9b284e9ad756d52f977
| | Author: hudson 
| | Date:   Tue Apr 23 13:43:52 2019 +0200
| | 
| |     * OMCompiler 047112f...c252b04 (1):
| |       > [OMSI] Add OMSI C library
| | 
| | M	OMCompiler
| | 
* | commit 5365af1e475aaa113c5671eca9daab691cf0ea3e
| | Author: hudson 
| | Date:   Tue Apr 23 13:22:00 2019 +0200
| | 
| |     * OMCompiler 2da4cb3...047112f (1):
| |       > [NF] stream connector improvements.
| | 
| | M	OMCompiler
| | 
* | commit fa080aea4d760d24ebb31803ebb4649a81c12958
| | Author: Per Östlund 
| | Date:   Tue Apr 23 13:22:00 2019 +0200
| | 
| |     [NF] Update actualStream/inStream tests.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#152
| |       - OpenModelica/OMCompiler#3062
| | 
| | M	testsuite/flattening/modelica/scodeinst/ActualStreamNoStream1.mo
| | M	testsuite/flattening/modelica/scodeinst/ActualStreamNonCref1.mo
| | D	testsuite/flattening/modelica/scodeinst/InStreamInvalidArgument1.mo
| | D	testsuite/flattening/modelica/scodeinst/InStreamInvalidArgument2.mo
| | M	testsuite/flattening/modelica/scodeinst/InStreamNoStream1.mo
| | M	testsuite/flattening/modelica/scodeinst/InStreamNonCref1.mo
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | M	testsuite/flattening/modelica/streams/InStreamInvalidArgument.mo
| | 
* | commit dfa536280abbbf44c0848a5be7541aa5cb4c036b
| | Author: hudson 
| | Date:   Tue Apr 23 11:28:37 2019 +0200
| | 
| |     * OMCompiler 22a570f...2da4cb3 (1):
| |       > [NF] Fix structural analysis of if-condition.
| | 
| | M	OMCompiler
| | 
* | commit 5e43ef817d196fc72957fc91000f5c548a15fb5e
| | Author: Per Östlund 
| | Date:   Tue Apr 23 11:28:37 2019 +0200
| | 
| |     [NF] Test if equation with impure condition.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#150
| |       - OpenModelica/OMCompiler#3060
| | 
| | A	testsuite/flattening/modelica/scodeinst/IfEquationImpure1.mo
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | 
* | commit 614f67c1ea3cd1e9f8674b0e1f3b103cb8fa9b71
| | Author: Lennart Ochel 
| | Date:   Tue Apr 23 10:19:18 2019 +0200
| | 
| |     * OMSimulator 5bb909d...6562003 (1):
| |       > Fix loading of msvc/mingw library in OMSimulatorPython
| | 
| | M	OMSimulator
| | 
* | commit b7f1b627d80890d6d6e4c812163c611d77e1ad7a
| | Author: Lennart Ochel 
| | Date:   Tue Apr 23 09:36:27 2019 +0200
| | 
| |     * OMSimulator b6d531e...5bb909d (3):
| |       > Fix doc/omsimulator-help.inc
| |       > Fix doc/addTLMBus
| |       > Update doc/setTolerance
| | 
| | M	OMSimulator
| | 
* | commit a72ff35d809f13e17ae0fc1b146e89fab34da63a
| | Author: hudson 
| | Date:   Sat Apr 20 19:26:22 2019 +0200
| | 
| |     * libraries 142cf0a...c83e829 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 1341337f07b6e27a757f21fba6f7696f35cce59e
| | Author: hudson 
| | Date:   Fri Apr 19 19:26:56 2019 +0200
| | 
| |     * libraries a322705...142cf0a (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 8c8c2160b28b0bff34a03b0df082ad87d8c0191b
| | Author: hudson 
| | Date:   Fri Apr 19 09:25:36 2019 +0200
| | 
| |     * OMCompiler 8e0f7c5...22a570f (1):
| |       > [NF] Disable checks for actualStream/inStream.
| | 
| | M	OMCompiler
| | 
* | commit 3ef8a0b916f435df08dc127fed0c383676d182c1
| | Author: Per Östlund 
| | Date:   Fri Apr 19 09:25:35 2019 +0200
| | 
| |     [NF] Update tests.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#149
| |       - OpenModelica/OMCompiler#3058
| | 
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | 
* | commit 9265cb20c2ea7523133727572238f1d33c6c4d49
| | Author: hudson 
| | Date:   Thu Apr 18 19:27:05 2019 +0200
| | 
| |     * libraries df309fc...a322705 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit c70c4564a9d5d332ec8aa9898ff68563727643ec
| | Author: hudson 
| | Date:   Thu Apr 18 16:39:49 2019 +0200
| | 
| |     * OMCompiler e9f8330...8e0f7c5 (1):
| |       > [NF] inStream/actualStream improvements.
| | 
| | M	OMCompiler
| | 
* | commit c399c91a5c458aa5ab66974ecd46b86b13636da1
| | Author: Per Östlund 
| | Date:   Thu Apr 18 16:39:48 2019 +0200
| | 
| |     [NF] Add more actualStream/inStream tests.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#148
| |       - OpenModelica/OMCompiler#3057
| | 
| | A	testsuite/flattening/modelica/scodeinst/ActualStreamNoStream1.mo
| | A	testsuite/flattening/modelica/scodeinst/ActualStreamNonCref1.mo
| | A	testsuite/flattening/modelica/scodeinst/ActualStreamVariability1.mo
| | A	testsuite/flattening/modelica/scodeinst/InStreamNoStream1.mo
| | A	testsuite/flattening/modelica/scodeinst/InStreamNonCref1.mo
| | A	testsuite/flattening/modelica/scodeinst/InStreamReduction1.mo
| | A	testsuite/flattening/modelica/scodeinst/InStreamVariability1.mo
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | 
* | commit e098bf749dfe3efdd1df8c01efae89c34b7a8624
| | Author: Lennart Ochel 
| | Date:   Thu Apr 18 11:08:23 2019 +0200
| | 
| |     * OMSimulator 2561eda...b6d531e (1):
| |       > Fix mac build
| | 
| | M	OMSimulator
| | 
* | commit 39e26ad4a30626d6a9991732f81237622ff7e4df
| | Author: hudson 
| | Date:   Thu Apr 18 10:47:11 2019 +0200
| | 
| |     * OMCompiler dd336f9...e9f8330 (1):
| |       > [SimCode] Remove unnecessary verbose SimCode dump   - Repeats the same information   - Dump size grows factorially with number of elsewhen statements
| | 
| | M	OMCompiler
| | 
* | commit ba1db80f76803ca320fdab01233e38ee9e277bf3
| | Author: hudson 
| | Date:   Wed Apr 17 19:27:31 2019 +0200
| | 
| |     * libraries c75ad66...df309fc (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit fa8cdd14381ad9f5300e30a448c42ee33259906d
| | Author: Lennart Ochel 
| | Date:   Wed Apr 17 11:01:13 2019 +0200
| | 
| |     * OMSimulator a3b8542...2561eda (2):
| |       > Create tasks for subsystems
| |       > Move thread pool to model
| | 
| | M	OMSimulator
| | 
* | commit ab7571796ba691d10ca5a5395208d033037827a3
| | Author: hudson 
| | Date:   Tue Apr 16 20:38:31 2019 +0200
| | 
| |     * OMCompiler b423c40...dd336f9 (1):
| |       > Allow parsing the Text(textColor = ...) annotation
| | 
| | M	OMCompiler
| | 
* | commit 1add3237cdcb222d04701067b4f76857bb078bcb
| | Author: Anatoly Trosinenko 
| | Date:   Tue Apr 16 20:38:30 2019 +0200
| | 
| |     Fix the Text(textColor = ...) annotation & re-enable it on icons
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#142
| |       - OpenModelica/OMCompiler#3052
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.h
| | M	testsuite/openmodelica/interactive-API/Bug2871.mos
| | M	testsuite/openmodelica/interactive-API/Buildings.PartialFlowMachine.mos
| | M	testsuite/openmodelica/interactive-API/IllegalGraphics.mos
| | M	testsuite/openmodelica/interactive-API/getIconAnnotation.mos
| | M	testsuite/openmodelica/interactive-API/interactive_api_annotations.mos
| | M	testsuite/openmodelica/interactive-API/interactive_api_calls.mos
| | 
* | commit d8044194c88f99a8e7e33cd21459eb2950ef6d1f
| | Author: hudson 
| | Date:   Tue Apr 16 19:24:29 2019 +0200
| | 
| |     * libraries cbe12d8...c75ad66 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit dbc07c832f4625ca4ee703882d2fed2fd48af4aa
| | Author: hudson 
| | Date:   Mon Apr 15 16:41:25 2019 +0200
| | 
| |     Updating submodules
| |     
| |     * OMSimulator 66fe6fe...a3b8542 (6):
| |       > Move lua from OMSimulator to OMSimulatorLib
| |       > Change --parallelization to --numProcs
| |       > Fix bug in TLMBusConnector::getActualBus
| |       > Update flags
| |       > Remove ctpl from OMSFileSystem.h
| |       > Add parallelization to co-simulation master algorithm
| |     
| |     * doc 0c638e3...5d4eef3 (4):
| |       > add search functionality to OMEdit documentation
| |       > Updated the translation flag text
| |       > add dataReconciliation documentation
| |       > Use options instead of settings
| |     
| |     * libraries 3606a9e...cbe12d8 (6):
| |       > Bump libraries
| |       > Bump libraries
| |       > Bump libraries
| |       > Bump libraries
| |       > add new provides for Modelica_Synchronous 0.93.0 for 0.92.1
| |       > add new provides for Modelica_Synchronous 0.93.0
| | 
| | M	OMSimulator
| | M	doc
| | M	libraries
| | 
* | commit bb5274d1daaa282b47b30d55fd9df7e4a7885402
| | Author: adrpo 
| | Date:   Mon Apr 15 16:41:24 2019 +0200
| | 
| |     update tests due to library updates
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#146
| | 
| | M	testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos
| | M	testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos
| | M	testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos
| | M	testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos
| | M	testsuite/simulation/modelica/external_functions/MDD_test.mos
| | M	testsuite/simulation/modelica/synchronous/TestClockParameterEvaluation.mos
| | 
* | commit 43dbf0d4c74da956b50aceaad12b9d925df8a346
| | Author: Adeel Asghar 
| | Date:   Mon Apr 15 14:40:28 2019 +0200
| | 
| |     Restrict key binding on system libraries
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#144
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | 
* | commit f1f591f8a5e03d64d13e60f02c22d7a0df60dd30
| | Author: Adeel Asghar 
| | Date:   Mon Apr 15 13:55:47 2019 +0200
| | 
| |     ticket:5132 Don't enable the evaluation of parameters by default
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#143
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.cpp
| | 
* | commit 646bc9b891a2482f497f1766a25383bf4c1b34b2
| | Author: hudson 
| | Date:   Thu Apr 11 17:55:57 2019 +0200
| | 
| |     * OMCompiler d6957d5...b423c40 (1):
| |       > [BE,daeMode] Fix: add removed (simple) eqns to dae system
| | 
| | M	OMCompiler
| | 
* | commit d3932f418bb0db1bfde3b7ad24f4f524f5cd0c12
| | Author: hudson 
| | Date:   Thu Apr 11 16:05:20 2019 +0200
| | 
| |     * OMCompiler 5ef43cc...d6957d5 (1):
| |       > [BE] Add initial state selection   - available with flag "--initialStateSelection"   - implemented for C runtime   - has still some bugs
| | 
| | M	OMCompiler
| | 
* | commit e5a0c3a325ad7566e6458b629fc8d8eda53e1642
| | Author: Adeel Asghar 
| | Date:   Thu Apr 11 10:59:31 2019 +0200
| | 
| |     Make the class name relative if possible
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#141
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | 
* | commit 2e3b0aecbfe69ad58cb69d32926a2905b2b8580d
| | Author: Martin Sjölund 
| | Date:   Wed Apr 10 13:43:57 2019 +0200
| | 
| |     Also upload the html folder for the documentation
| | 
| | M	Jenkinsfile
| | 
* | commit 1c19033ac7743f2e8f4ccba2fb0e11f801fdb388
| | Author: Martin Sjölund 
| | Date:   Mon Apr 8 15:58:11 2019 +0200
| | 
| |     Update compliance suite failure list
| | 
| | M	.CI/compliance-newinst.failures
| | 
* | commit 13e61863bb55b5ed90a3e7bfbfd8907f8c7d1260
| | Author: Adeel Asghar 
| | Date:   Wed Apr 10 11:21:03 2019 +0200
| | 
| |     ticket:5337 Sync the documentation view with ModelWidget
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#139
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Component/Component.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Component/Component.h
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | 
* | commit 52e77f788eec2c3f11a219b9201b222879900060
| | Author: Adeel Asghar 
| | Date:   Wed Apr 10 09:32:18 2019 +0200
| | 
| |     ticket:5128 Added drag and drop for text layer
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#138
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.h
| | M	OMEdit/OMEdit/OMEditGUI/MainWindow.cpp
| | M	OMEdit/OMEdit/OMEditGUI/MainWindow.h
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | 
* | commit 18533fb0bf0857def479b00f5e91efb89d896af4
| | Author: hudson 
| | Date:   Tue Apr 9 18:06:10 2019 +0200
| | 
| |     * OMCompiler 9a506ce...5ef43cc (1):
| |       > Handle uses-annotation according to the standard.
| | 
| | M	OMCompiler
| | 
* | commit 74d015370ab44c1763c1d59b22fb4cbb5ac7bb15
| | Author: Per Östlund 
| | Date:   Tue Apr 9 18:06:09 2019 +0200
| | 
| |     Added uses-annotation test case.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#137
| |       - OpenModelica/OMCompiler#3049
| | 
| | M	testsuite/flattening/libraries/3rdParty/Exercises/1/Aufgabe1_1.mo
| | M	testsuite/flattening/libraries/3rdParty/Exercises/1/Aufgabe1_2.mo
| | M	testsuite/flattening/libraries/3rdParty/Exercises/2/Aufgabe2.mo
| | M	testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/package.mo
| | M	testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/package.mo
| | M	testsuite/flattening/libraries/3rdParty/Exercises/5/FourBar.mo
| | M	testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos
| | M	testsuite/flattening/libraries/biochem/BiochemModels.mos
| | M	testsuite/flattening/modelica/expandable/TestModelTotal.mos
| | M	testsuite/flattening/modelica/scoping/InnerOuterSamePrefix.mo
| | M	testsuite/openmodelica/cruntime/sensitivities/Scenario_1Total.mo
| | M	testsuite/openmodelica/cruntime/sensitivities/testWorldScenario1.mos
| | M	testsuite/openmodelica/interactive-API/Makefile
| | A	testsuite/openmodelica/interactive-API/UsesAnnotation1.mos
| | M	testsuite/openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos
| | M	testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | M	testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013Total.mo
| | M	testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos
| | M	testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos
| | M	testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | M	testsuite/simulation/libraries/3rdParty/HumMod/checkHumModOMC.mos
| | M	testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos
| | M	testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos
| | M	testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos
| | M	testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | M	testsuite/simulation/modelica/arrays/Bug3187.mos
| | M	testsuite/simulation/modelica/external_functions/MDD_test.mos
| | M	testsuite/simulation/modelica/external_functions/ts.mos
| | M	testsuite/simulation/modelica/linear_system/NPendulum.mo
| | M	testsuite/simulation/modelica/linear_system/NPendulum.mos
| | M	testsuite/simulation/modelica/linear_system/NPendulum40.mos
| | M	testsuite/simulation/modelica/records/ATotal.mos
| | M	testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mo
| | 
* | commit d2226ca1457c70e7b3532852ad87f03c9ef0b544
| | Author: hudson 
| | Date:   Tue Apr 9 15:34:01 2019 +0200
| | 
| |     * OMCompiler 963b33e...9a506ce (1):
| |       > Initial implementation of String vars in the Cpp runtime
| | 
| | M	OMCompiler
| | 
* | commit 7f1a15deda6b98926de202ca3f1b44c2642f9319
| | Author: Lennart Ochel 
| | Date:   Tue Apr 9 15:17:04 2019 +0200
| | 
| |     * OMSimulator 2ca4025...66fe6fe (1):
| |       > Update README.md
| | 
| | M	OMSimulator
| | 
* | commit d49bfd0e899c8d4cca473199109cab93006ba452
| | Author: Lennart Ochel 
| | Date:   Tue Apr 9 14:40:06 2019 +0200
| | 
| |     * OMSimulator 51a79b6...2ca4025 (1):
| |       > Update stale bot configuration
| | 
| | M	OMSimulator
| | 
* | commit 685b27f39bdd5f8f6d5795a1772d5ca693f2ea47
| | Author: Lennart Ochel 
| | Date:   Tue Apr 9 12:41:20 2019 +0200
| | 
| |     * OMSimulator 917fc35...51a79b6 (1):
| |       > Add option to disabled --fetchAllVars
| | 
| | M	OMSimulator
| | 
* | commit 724d792190769a1a9b16c6c4b8328b9679a66c36
| | Author: hudson 
| | Date:   Tue Apr 9 11:57:29 2019 +0200
| | 
| |     * OMCompiler 3006b8a...963b33e (1):
| |       > [BE] Add jacobian dependencies   - Preparation for initial state selection, used for matching   - The dependencies of a jacobian are all unknowns contained in it
| | 
| | M	OMCompiler
| | 
* | commit 48a1cca9d018176bb02684c6dc22f449edb7a5fa
| | Author: kabdelhak 
| | Date:   Tue Apr 9 11:57:29 2019 +0200
| | 
| |     [fixTest] For OMCompiler PR#3048
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#136
| |       - OpenModelica/OMCompiler#3048
| | 
| | M	testsuite/openmodelica/debugDumps/optdaedump.mos
| | M	testsuite/simulation/modelica/commonSubExp/cse1.mos
| | M	testsuite/simulation/modelica/commonSubExp/cse3.mos
| | M	testsuite/simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | M	testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | 
* | commit 6a4c0f4da9e91794fe85d865d477275b48c6e93c
| | Author: Adeel Asghar 
| | Date:   Tue Apr 9 11:07:30 2019 +0200
| | 
| |     Fixes ticket:5422 Use the root component
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#135
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | 
* | commit 44507d2e8b7a1150b82b81fca745efabee4035af
| | Author: hudson 
| | Date:   Mon Apr 8 19:28:38 2019 +0200
| | 
| |     * libraries 787ce2b...3606a9e (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit d02e5e70634c4ee4d46a969e1b1611b2dd329cbe
| | Author: hudson 
| | Date:   Mon Apr 8 17:42:32 2019 +0200
| | 
| |     * OMCompiler ee4deab...3006b8a (1):
| |       > [NF] Fix Typing.typeCrefDim for array types.
| | 
| | M	OMCompiler
| | 
* | commit 65ae273819c7ca9af0fb508c29e14bd6c9bc6b0e
| | Author: Per Östlund 
| | Date:   Mon Apr 8 17:42:31 2019 +0200
| | 
| |     [NF] Update tests.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#134
| |       - OpenModelica/OMCompiler#3047
| | 
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | A	testsuite/flattening/modelica/scodeinst/Size6.mo
| | 
* | commit 6527a589353301a593a14d0bf710686af257ea0d
| | Author: hudson 
| | Date:   Mon Apr 8 16:24:25 2019 +0200
| | 
| |     * OMCompiler 3f5cb68...ee4deab (1):
| |       > [BE] Add unique index of stateSets as attribute
| | 
| | M	OMCompiler
| | 
* | commit 8d7cca52eb980e2d199e6501c739e0d3afa0d8a4
| | Author: hudson 
| | Date:   Mon Apr 8 15:48:04 2019 +0200
| | 
| |     * OMCompiler f2e6265...3f5cb68 (1):
| |       > [C] update inline documentation of stateSelection
| | 
| | M	OMCompiler
| | 
* | commit 50b0b1a5ec49c73506c6b697fddc6e212b5f7770
| | Author: Martin Sjölund 
| | Date:   Mon Apr 8 14:17:26 2019 +0200
| | 
| |     Updated mechanism to skip building omc
| |     
| |     Create a file omsimulator.skip if you want to skip building omsimulator
| |     instead of a file omsimulator (since this causes problems on case-
| |     sensitive file systems such as on OSX).
| | 
| | M	Jenkinsfile
| | M	Makefile.in
| | 
* | commit 8f90dd6a27f7da6478de6054adfda5b307e80391
| | Author: hudson 
| | Date:   Mon Apr 8 15:09:06 2019 +0200
| | 
| |     * OMCompiler 2ee23a6...f2e6265 (2):
| |       > [NF] Don't evaluate external objects.
| |       > [NF] Various fixes.
| | 
| | M	OMCompiler
| | 
* | commit e732ccf14d9075e575d29ae1c878cba80a08453a
| | Author: Per Östlund 
| | Date:   Mon Apr 8 11:25:52 2019 +0200
| | 
| |     [NF] Update tests.
| | 
| | A	testsuite/flattening/modelica/scodeinst/DimNegative1.mo
| | M	testsuite/flattening/modelica/scodeinst/DimUnknown4.mo
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | A	testsuite/flattening/modelica/scodeinst/OperationMatrixProduct2.mo
| | A	testsuite/flattening/modelica/scodeinst/OperationMatrixProduct3.mo
| | 
* | commit 4f5cf17a34160a137a50a097d4c7328abe846c77
| | Author: Martin Sjölund 
| | Date:   Mon Apr 8 13:38:48 2019 +0200
| | 
| |     Fix path of .html.tar.xz
| | 
| | M	Jenkinsfile
| | 
* | commit 081db194ee06c8a1c5d2fdb402b7a42e8f7ef1e3
| | Author: hudson 
| | Date:   Mon Apr 8 13:06:37 2019 +0200
| | 
| |     * OMCompiler 1997057...2ee23a6 (1):
| |       > [C] split up sets for state selection
| | 
| | M	OMCompiler
| | 
* | commit f461d84952dda66cbf3cae2814a7a50c349d0b08
| | Author: Adeel Asghar 
| | Date:   Mon Apr 8 12:19:09 2019 +0200
| | 
| |     Read the default value
| |     Fixed the annotation completer icon path
| |     Made the auto complete case insensitive
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#115
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | R100	OMEdit/OMEditGUI/Resources/icons/completerAnnotation.svg	OMEdit/OMEdit/OMEditGUI/Resources/icons/completerAnnotation.svg
| | 
* | commit fdc07bf6de8853b3c4258f8e190d97721d06cf6e
| | Author: Anatoly Trosinenko 
| | Date:   Sun Mar 24 13:03:31 2019 +0300
| | 
| |     Don't show keyword, etc. completions when in annotation.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#115
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | 
* | commit 0116bcc0dcb45957b477fe037c9d716f39239a55
| | Author: Adeel Asghar 
| | Date:   Thu Mar 21 14:49:57 2019 +0100
| | 
| |     Don't try to fetch the components of root LibraryTreeItem
| |     Use the current cursor position instead of end of word in PlainTextEdit::insertCompletionItem
| |     Some other minor improvements
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#115
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.h
| | M	OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | 
* | commit 69bdc32e5320b23ce7aa4e39bef612b24c783d80
| | Author: Anatoly Trosinenko 
| | Date:   Sun Feb 17 13:09:29 2019 +0300
| | 
| |     Implement simple completer for Modelica annotations (task#5333)
| |     
| |     Fetches completions from OpenModelica.AutoCompletion.Annotations
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#115
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Editors/BaseEditor.h
| | M	OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | M	OMEdit/OMEdit/OMEditGUI/resource_omedit.qrc
| | A	OMEdit/OMEditGUI/Resources/icons/completerAnnotation.svg
| | 
* | commit 5ea05e7a4280d28f78cfc37232506a4582d684b9
| | Author: Lennart Ochel 
| | Date:   Mon Apr 8 11:23:51 2019 +0200
| | 
| |     * OMSimulator 1919978...917fc35 (1):
| |       > Fix writing results
| | 
| | M	OMSimulator
| | 
* | commit 457e10e5acae987c0f0c6bf708ff7c6f862d5818
| | Author: Martin Sjölund 
| | Date:   Mon Apr 8 11:00:18 2019 +0200
| | 
| |     Fix string substitution for documentation publishing
| | 
| | M	Jenkinsfile
| | 
* | commit a062fb5d53faf45b87be85755d95a0a92b5bce3d
| | Author: hudson 
| | Date:   Sun Apr 7 19:24:26 2019 +0200
| | 
| |     * libraries b7af01f...787ce2b (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 9488e89e65bf05a094392a295ed54975b9e2b4a5
| | Author: hudson 
| | Date:   Sat Apr 6 19:24:52 2019 +0200
| | 
| |     * libraries a0e88d4...b7af01f (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 333b05aca45fa32891d6bfc7d45204813f8ecba3
| | Author: hudson 
| | Date:   Fri Apr 5 20:02:59 2019 +0200
| | 
| |     * libraries ca09a28...a0e88d4 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 28aafe6df13528588590fca7a4e943b35c258206
| | Author: hudson 
| | Date:   Fri Apr 5 19:19:48 2019 +0200
| | 
| |     * OMCompiler 8a2def5...1997057 (1):
| |       > [NF] Various fixes.
| | 
| | M	OMCompiler
| | 
* | commit 3538629616345cd09b099d1009f153bcb6487bd3
| | Author: Per Östlund 
| | Date:   Fri Apr 5 19:19:47 2019 +0200
| | 
| |     [NF] Updated tests.
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#126
| |       - OpenModelica/OMCompiler#3035
| | 
| | A	testsuite/flattening/modelica/scodeinst/ConnectArraysInvalidSubscript1.mo
| | M	testsuite/flattening/modelica/scodeinst/Makefile
| | A	testsuite/flattening/modelica/scodeinst/Size5.mo
| | M	testsuite/flattening/modelica/scodeinst/WhenClockedTupleCall1.mo
| | 
* | commit d89db2fcb10118d99d66203b008ec50b58d44d13
| | Author: Lennart Ochel 
| | Date:   Fri Apr 5 16:45:31 2019 +0200
| | 
| |     * OMSimulator 13c7b5c...1919978 (1):
| |       > Handle derivatives that are NAN or INF
| | 
| | M	OMSimulator
| | 
* | commit b17ab4a46c5d4ffc109601bf29621453c3f5efad
| | Author: arun3688 
| | Date:   Fri Apr 5 15:41:44 2019 +0200
| | 
| |     * OMCompiler 0a7961e...8a2def5 (1):
| |       > fix csv file inputs and LOG_STATS for dataReconciliation
| | 
| | M	OMCompiler
| | 
* | commit d1ca88cdf3fccc0c3acd22bb0b547d4a527c7937
| | Author: arun3688 
| | Date:   Fri Apr 5 15:41:44 2019 +0200
| | 
| |     update DataReconciliationOpenCpsTests
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#128
| |       - OpenModelica/OMCompiler#3039
| | 
| | M	testsuite/openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos
| | M	testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013Total.mo
| | M	testsuite/openmodelica/uncertainties/Splitter1_Sx.csv
| | 
* | commit e93b2eb3f0a0e2fcd10da422bcf71eb17b9e77fa
| | Author: Andreas 
| | Date:   Fri Apr 5 14:30:26 2019 +0200
| | 
| |     * OMCompiler 45edd24...0a7961e (1):
| |       > Fixed error with install_name_tool for OMSI
| | 
| | M	OMCompiler
| | 
* | commit e3a228f34890c4f3f83a0e3773547885f2468244
| | Author: Lennart Ochel 
| | Date:   Fri Apr 5 11:11:29 2019 +0200
| | 
| |     * OMSimulator dafde86...13c7b5c (1):
| |       > Configure stale bot
| | 
| | M	OMSimulator
| | 
* | commit 8fe2e1048476f9eea29309d868a1c1c6d8ff584d
| | Author: Lennart Ochel 
| | Date:   Fri Apr 5 10:32:22 2019 +0200
| | 
| |     * OMSimulator 180daf0...dafde86 (2):
| |       > Return right-hand limit for derivatives of lookup tables
| |       > Fix input derivatives for the first step
| | 
| | M	OMSimulator
| | 
* | commit 6a7d8da8954a000222e43277da4f5956e3fca46c
| | Author: Martin Sjölund 
| | Date:   Fri Apr 5 09:49:04 2019 +0200
| | 
| |     * OMCompiler b694f3f...45edd24 (1):
| |       > Add a warning if FMU is generated without compile-time URI
| | 
| | M	OMCompiler
| | 
* | commit 96e0644dcc38a2b5e0926873e412f7de695dc56d
| | Author: Martin Sjölund 
| | Date:   Fri Apr 5 09:49:03 2019 +0200
| | 
| |     Add spelling for URI
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#127
| |       - OpenModelica/OMCompiler#3037
| | 
| | M	.openmodelica.aspell
| | 
* | commit c60eac36392cd6e8ba9f02d980d5e30f8dcce6f2
| | Author: hudson 
| | Date:   Thu Apr 4 19:27:48 2019 +0200
| | 
| |     * libraries 56d8431...ca09a28 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 06614510d9880e20a3dd72321606053d94291b0c
| | Author: Andreas 
| | Date:   Thu Apr 4 17:55:23 2019 +0200
| | 
| |     * OMCompiler 9cb23bc...b694f3f (1):
| |       > Fix linking shared libs on mac os
| | 
| | M	OMCompiler
| | 
* | commit aff96d67b11e438de3b6d4642cb77ff1c410879c
| | Author: Lennart Ochel 
| | Date:   Thu Apr 4 16:47:10 2019 +0200
| | 
| |     * OMSimulator aa2c500...180daf0 (2):
| |       > Update pull_request_template.md
| |       > Update README.md
| | 
| | M	OMSimulator
| | 
* | commit a7a7beb400b80994d2c3aea9b5ad914c487b253c
| | Author: Martin Sjölund 
| | Date:   Thu Apr 4 15:38:24 2019 +0200
| | 
| |     * OMCompiler 30afa79...9cb23bc (1):
| |       > Move cJSON to Compiler runtime as simulations do not use it
| | 
| | M	OMCompiler
| | 
* | commit 72a8af7a21c166f6ef1360cc4951e40c1335c15b
| | Author: Martin Sjölund 
| | Date:   Thu Apr 4 15:38:24 2019 +0200
| | 
| |     Update expected output; fewer files in source-code FMU
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#125
| |       - OpenModelica/OMCompiler#3036
| | 
| | M	testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | M	testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | M	testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos
| | M	testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos
| | 
* | commit d51d900e1a0f99cc6d6d7d1f207210761078fa5b
| | Author: Lennart Ochel 
| | Date:   Thu Apr 4 15:11:25 2019 +0200
| | 
| |     * OMSimulator 0be281f...aa2c500 (1):
| |       > Refactoring of signal derivatives
| | 
| | M	OMSimulator
| | 
* | commit 666b4afef6a43a0210e2f474fe6d14afc192086b
| | Author: Adeel Asghar 
| | Date:   Thu Apr 4 14:53:44 2019 +0200
| | 
| |     * doc 6eaa1a8...0c638e3 (1):
| |       > Added documentation about OMEdit menus.
| | 
| | M	doc
| | 
* | commit dbbf2017938180482a02017ec0f11103e4216778
| | Author: hudson 
| | Date:   Thu Apr 4 13:57:24 2019 +0200
| | 
| |     * OMCompiler 0839b2f...30afa79 (1):
| |       > Disable mmap in FMUs
| | 
| | M	OMCompiler
| | 
* | commit c0bb00db4dbb54efabf5b0217cb9c824bc686184
| | Author: hudson 
| | Date:   Thu Apr 4 11:44:42 2019 +0200
| | 
| |     * OMSimulator bde4da4...0be281f (4):
| |       > Run hostname for Windows agent
| |       > Provide first order derivatives for lookup-tables
| |       > Fix reading time
| |       > Refactoring of signal derivatives
| | 
| | M	OMSimulator
| | 
* | commit 516aa191731aaf199d3cb2c3b26adb075f5fc662
| | Author: Adeel Asghar 
| | Date:   Thu Apr 4 11:14:48 2019 +0200
| | 
| |     ticket:5413 Show a custom warning instead of error message
| |     When diff algorithm fails show a warning
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#124
| | 
| | M	OMEdit/OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | 
* | commit 6c9b69ce84cac484ee980cb2f34ba4c90bda10b4
| | Author: Martin Sjölund 
| | Date:   Thu Apr 4 10:37:43 2019 +0200
| | 
| |     Upload generated documentation
| | 
| | M	Jenkinsfile
| | 
* | commit c1d8a523f9363432376b2d9b1ccf8ac5bb888b6c
| | Author: Adeel Asghar 
| | Date:   Thu Apr 4 08:49:10 2019 +0200
| | 
| |     Allow simulation with data reconciliation
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#112
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.h
| | M	OMEdit/OMEdit/OMEditGUI/Util/Helper.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Util/Helper.h
| | 
* | commit 3b5ce5b21114fb4fb024f169b5dc0f23c1f2f53a
| | Author: Martin Sjölund 
| | Date:   Wed Apr 3 19:45:43 2019 +0200
| | 
| |     Expected output for newInst compliance suite
| | 
| | M	.CI/compliance-newinst.failures
| | 
* | commit 3bb27436a6e949849e409210d77ca7045b59647e
| | Author: hudson 
| | Date:   Wed Apr 3 19:44:50 2019 +0200
| | 
| |     * libraries b5c5422...56d8431 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 6d4ea791900a53c1811ea2e7ad5b143983346697
| | Author: Martin Sjölund 
| | Date:   Wed Apr 3 13:27:31 2019 +0200
| | 
| |     Add OMSimulator to default build since testsuite uses it
| | 
| | M	Jenkinsfile
| | M	Makefile.in
| | 
* | commit 3cd148870280db0b13f19b68d1e5bd49c29b5a72
| | Author: hudson 
| | Date:   Wed Apr 3 16:35:41 2019 +0200
| | 
| |     * libraries 5847e5e...b5c5422 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 875d4f4d0e3424fae3c81a1a9a6e16ef5508c2f9
| | Author: Martin Sjölund 
| | Date:   Wed Apr 3 15:52:28 2019 +0200
| | 
| |     * libraries 30b8e8a...5847e5e (1):
| |       > Force Inline annotation for loadResource
| | 
| | M	libraries
| | 
* | commit 26f6fc37f01de4a48f06b4af3b3b1db6148c3000
| | Author: hudson 
| | Date:   Wed Apr 3 15:00:36 2019 +0200
| | 
| |     * OMCompiler 450104a...0839b2f (1):
| |       > [NF] Add component prefix checks for records.
| | 
| | M	OMCompiler
| | 
* | commit 8fc9c9161ca414e01c2679740ab250a24a13b246
| | Author: Adeel Asghar 
| | Date:   Wed Apr 3 14:37:02 2019 +0200
| | 
| |     Fixes ticket:5359 Read the modified simulation settings
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#121
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | 
* | commit 2dc8a1098fbfd3dcfbbc363a33a41ac3d954aa0a
| | Author: hudson 
| | Date:   Wed Apr 3 14:14:16 2019 +0200
| | 
| |     * OMCompiler 8676697...450104a (1):
| |       > [NF] Fix Expression.typeOf for size(x).
| | 
| | M	OMCompiler
| | 
* | commit e4d287055cd81d151d9eb685eb88e4a12d50198d
| | Author: Adeel Asghar 
| | Date:   Wed Apr 3 13:25:59 2019 +0200
| | 
| |     Install the pre-commit hook for clients
| |     Killed tabs
| |     Fixed OMPlot link
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#117
| | 
| | M	OMEdit/Makefile.omdev.mingw
| | M	OMEdit/OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | M	OMEdit/README.md
| | M	OMNotebook/OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | M	OMNotebook/README.md
| | M	OMPlot/Makefile.omdev.mingw
| | M	OMShell/OMShell/OMShellGUI/Makefile.omdev.mingw
| |   
* |   commit a9c9afa59723a4803cb71c37c83f49e846d2ce21
|\ \  Merge: 83ebb9bc52 3868c48817
| | | Author: hudson 
| | | Date:   Wed Apr 3 12:35:23 2019 +0200
| | | 
| | |     Merge remote-tracking branch 'origin/master' into pullrequest
| | | 
| * | commit 3868c48817c6dd7a9b0cfcd8df971949ef888904
| | | Author: Lennart Ochel 
| | | Date:   Wed Apr 3 12:10:35 2019 +0200
| | | 
| | |     * OMSimulator c11f942...bde4da4 (1):
| | |       > Make 'bufferSize' optional in Python API (setResultFile) (#644)
| | | 
| | | M	OMSimulator
| | | 
| * | commit f55d4f11cad22ebd922f5e8938d74f1e3adcb00b
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 3 11:22:45 2019 +0200
| | | 
| | |     [CI] Configure gcc build without hwloc
| | |     
| | |     The GCC build uses Ubuntu Xenial which has an older hwloc that does not
| | |     work well with docker.
| | |     
| | |     Belonging to [master]:
| | |       - OpenModelica/OpenModelica#113
| | | 
| | | M	Jenkinsfile
| | | 
| * | commit eebd629408dec861f1654b24302bdd8c388d41da
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 3 10:54:12 2019 +0200
| | | 
| | |     * OMCompiler 73c7be8...8676697 (1):
| | |       > Allow to configure without hwloc
| | | 
| | | M	OMCompiler
| | |   
* | |   commit 83ebb9bc5290bda0f470198b65ea3164f74433f9
|\ \ \  Merge: 9469788a66 cabd6f22a3
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 3 10:59:36 2019 +0200
| | | | 
| | | |     Add 'testsuite/' from commit 'cabd6f22a34e3402ec62426f92475b945e3d977b'
| | | |     
| | | |     git-subtree-dir: testsuite
| | | |     git-subtree-mainline: 9469788a66d52010c6304b24e5d0329df3ebab2b
| | | |     git-subtree-split: cabd6f22a34e3402ec62426f92475b945e3d977b
| | | | 
| * | | commit cabd6f22a34e3402ec62426f92475b945e3d977b
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 2 16:49:08 2019 +0200
| | | | 
| | | |     Updated getClassNames test to new output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2958
| | | |       - OpenModelica/OpenModelica-testsuite#1157
| | | | 
| | | | M	openmodelica/interactive-API/getClassNames.mos
| | | | 
| * | | commit f6fc0abe3d083febd338019b5314407f58c09a02
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 2 09:29:10 2019 +0200
| | | | 
| | | |     Also fix SCRIPT.mos to load Autoconf.mo
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1156
| | | | 
| | | | M	special/MatlabTranslator/SCRIPT.mos
| | | | 
| * | | commit 34d4ab036f601330aaa8b324691d6820bd4c54dd
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 2 08:17:52 2019 +0200
| | | | 
| | | |     Load Autoconf for the matlab translator
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1155
| | | | 
| | | | M	special/MatlabTranslator/LoadCompilerSources.mos
| | | | 
| * | | commit b827193b134b5ff19d96d244822de4f936b9a61c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 29 11:49:50 2019 +0100
| | | | 
| | | |     Load Autoconf.mo in bootstrapping tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#3016
| | | |       - OpenModelica/OpenModelica-testsuite#1154
| | | | 
| | | | M	openmodelica/bootstrapping/JSONParser.mos
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit a69a4101454d7b644f37a459cc72ad6ff545800c
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 28 14:31:43 2019 +0100
| | | | 
| | | |     [NF] Add external object connection test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#3013
| | | |       - OpenModelica/OpenModelica-testsuite#1153
| | | | 
| | | | A	flattening/modelica/scodeinst/ConnectExternalObject1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 018430674ad18e4a14c87b1c4e966e07f16dfff2
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 28 13:19:06 2019 +0100
| | | | 
| | | |     [NF] Add more when tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#3012
| | | |       - OpenModelica/OpenModelica-testsuite#1152
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/WhenClockedTupleCall1.mo
| | | | 
| * | | commit f193e07a08afc48d98fad8f1758ccd8bd7eaf5c4
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 28 12:52:16 2019 +0100
| | | | 
| | | |     [NF] Add more when tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#3011
| | | |       - OpenModelica/OpenModelica-testsuite#1151
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/When7.mo
| | | | A	flattening/modelica/scodeinst/When8.mo
| | | | 
| * | | commit 3c401647a47daf6aff98898418a4276d01802586
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 28 11:51:49 2019 +0100
| | | | 
| | | |     [NF] Add more when tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#3009
| | | |       - OpenModelica/OpenModelica-testsuite#1150
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/When6.mo
| | | | 
| * | | commit cd7e5169230dc4c08ff2715646a1d20a4fdb7e5e
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 27 15:42:19 2019 +0100
| | | | 
| | | |     Expected output when listing files in source FMUs
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2989
| | | |       - OpenModelica/OpenModelica-testsuite#1149
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos
| | | | 
| * | | commit 4e96c49fab07c22ed62018cd6b59e6296bf8f2a4
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 26 16:01:36 2019 +0100
| | | | 
| | | |     [NF] Add more when-tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#3001
| | | |       - OpenModelica/OpenModelica-testsuite#1148
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/WhenClocked1.mo
| | | | A	flattening/modelica/scodeinst/WhenClockedElse1.mo
| | | | A	flattening/modelica/scodeinst/WhenClockedElse2.mo
| | | | A	flattening/modelica/scodeinst/WhenClockedStatement1.mo
| | | | A	flattening/modelica/scodeinst/WhenInvalidEquation1.mo
| | | | A	flattening/modelica/scodeinst/WhenVariableMismatch1.mo
| | | | A	flattening/modelica/scodeinst/WhenVariableMismatch2.mo
| | | | A	flattening/modelica/scodeinst/WhenVariableMismatch3.mo
| | | | 
| * | | commit b14fc7d6c9588c4686e082ffce9485486f9c5fa0
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Mar 26 12:13:04 2019 +0100
| | | | 
| | | |     Add testcase for ticket 5360
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2998
| | | |       - OpenModelica/OpenModelica-testsuite#1147
| | | | 
| | | | M	openmodelica/diff/Makefile
| | | | A	openmodelica/diff/ticket5360.mos
| | | | 
| * | | commit 30e9e67d70f3a493a7070f8cbd25250570e68f24
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 25 23:11:27 2019 +0100
| | | | 
| | | |     Updated the moveClass API test
| | | |     Check for all the loaded classes before and after the `moveClass` API call.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2996
| | | |       - OpenModelica/OpenModelica-testsuite#1146
| | | | 
| | | | M	openmodelica/interactive-API/MoveClass2.mos
| | | | 
| * | | commit 13c7f7a2cbe724177a70a3e8660090fd2e8d4a54
| | | | Author: Per Östlund 
| | | | Date:   Sat Mar 23 00:15:21 2019 +0100
| | | | 
| | | |     [NF] Disable final parameter tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2991
| | | |       - OpenModelica/OpenModelica-testsuite#1145
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit 3f3f13ab302ba3089e0ba5c00360163dbf381a8b
| | | | Author: Per Östlund 
| | | | Date:   Fri Mar 22 15:25:11 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2990
| | | |       - OpenModelica/OpenModelica-testsuite#1144
| | | | 
| | | | A	flattening/modelica/scodeinst/EvaluateAllParams2.mo
| | | | A	flattening/modelica/scodeinst/FinalParameter1.mo
| | | | A	flattening/modelica/scodeinst/FinalParameter2.mo
| | | | A	flattening/modelica/scodeinst/FinalParameter3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | M	flattening/modelica/scodeinst/mod13.mo
| | | | M	flattening/modelica/scodeinst/redeclare11.mo
| | | | M	flattening/modelica/scodeinst/redeclare12.mo
| | | | 
| * | | commit cd88809282246bdbf1fcaf9eae0c15bdca1a8b60
| | | | Author: Adrian Pop 
| | | | Date:   Wed Mar 20 15:36:17 2019 +0100
| | | | 
| | | |     fix tests after update of MSL 3.2.3
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2950
| | | |       - OpenModelica/OpenModelica-testsuite#1143
| | | | 
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos
| | | | M	simulation/modelica/external_functions/MDD_test.mos
| | | | 
| * | | commit 7dd33ff4ac0c69237defd407b067410ad81a524b
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 19 15:15:58 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2984
| | | |       - OpenModelica/OpenModelica-testsuite#1142
| | | | 
| | | | A	flattening/modelica/scodeinst/FuncViaComp2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/TestSampleNoClock.mos
| | | | M	flattening/modelica/scodeinst/func2.mo
| | | | 
| * | | commit 8a7ebb7b6541461fdffa878b67e97c17ba003414
| | | | Author: kabdelhak 
| | | | Date:   Fri Mar 15 17:48:32 2019 +0100
| | | | 
| | | |     [fixTest] ticket4793
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2982
| | | |       - OpenModelica/OpenModelica-testsuite#1141
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3763.mos
| | | | M	openmodelica/linearization/testDrumBoiler.mos
| | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/functions_eval/functionTest8.mos
| | | | M	simulation/modelica/functions_eval/functionTest9.mos
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | 
| * | | commit 5a9953276dc8d42f341a0c9724ee8cb60e64685c
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 14 16:38:44 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2980
| | | |       - OpenModelica/OpenModelica-testsuite#1139
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | M	openmodelica/cppruntime/testVectorizedSolarSystem.mos
| | | | 
| * | | commit 9e5561383f482724c6988db53b4f1de239c3addf
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 13 14:31:30 2019 +0100
| | | | 
| | | |     [NF] Add tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2978
| | | |       - OpenModelica/OpenModelica-testsuite#1138
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RecursiveInst1.mo
| | | | A	flattening/modelica/scodeinst/RecursiveInst2.mo
| | | | A	flattening/modelica/scodeinst/RecursiveInst3.mo
| | | | 
| * | | commit 37bcdd644f34e1eeacdb2c9e58c5c157bfdafd4d
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 11 15:40:53 2019 +0100
| | | | 
| | | |     Update tests (not BackendDump of empty sections)
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2971
| | | |       - OpenModelica/OpenModelica-testsuite#1136
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | M	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | M	openmodelica/cppruntime/testVectorizedSolarSystem.mos
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls12.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls2.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls5.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls9.mos
| | | | M	simulation/modelica/inlineFunction/testBug4808.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/others/localKnownVars.mos
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | M	simulation/modelica/parameters/parameterTest10.mos
| | | | M	simulation/modelica/parameters/parameterTest11.mos
| | | | M	simulation/modelica/parameters/parameterTest12.mos
| | | | M	simulation/modelica/parameters/parameterTest13.mos
| | | | M	simulation/modelica/parameters/parameterTest14.mos
| | | | M	simulation/modelica/parameters/parameterTest15.mos
| | | | M	simulation/modelica/parameters/parameterTest16.mos
| | | | M	simulation/modelica/parameters/parameterTest2.mos
| | | | M	simulation/modelica/parameters/parameterTest3.mos
| | | | M	simulation/modelica/parameters/parameterTest4.mos
| | | | M	simulation/modelica/parameters/parameterTest5.mos
| | | | M	simulation/modelica/parameters/parameterTest6.mos
| | | | M	simulation/modelica/parameters/parameterTest7.mos
| | | | M	simulation/modelica/parameters/parameterTest8.mos
| | | | M	simulation/modelica/parameters/parameterTest9.mos
| | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | | | M	simulation/modelica/synchronous/WhenClocks.mos
| | | | M	simulation/modelica/synchronous/subSample.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 0c072d16e113e0ca3d678159cdd46cd7e1871db0
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 11 13:43:41 2019 +0100
| | | | 
| | | |     [NF] Add constraining class tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2972
| | | |       - OpenModelica/OpenModelica-testsuite#1135
| | | | 
| | | | A	flattening/modelica/scodeinst/ConstrainingClass1.mo
| | | | A	flattening/modelica/scodeinst/ConstrainingClass2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit a10b1953ec2797123d1704787b4c7337a189ed33
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 7 15:48:32 2019 +0100
| | | | 
| | | |     [NF] Add redeclare test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2969
| | | |       - OpenModelica/OpenModelica-testsuite#1134
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RedeclareMod6.mo
| | | | 
| * | | commit b11b5d545cc8fd8256e1c7b4eb5f246285d36c74
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 6 16:02:25 2019 +0100
| | | | 
| | | |     [NF] Add redeclare test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2967
| | | |       - OpenModelica/OpenModelica-testsuite#1133
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/RedeclareMod4.mo
| | | | A	flattening/modelica/scodeinst/RedeclareMod5.mo
| | | | 
| * | | commit 5a2e7ef25d967879f8db264cce3c67da62638257
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 5 13:11:16 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2964
| | | |       - OpenModelica/OpenModelica-testsuite#1132
| | | | 
| | | | M	flattening/modelica/scodeinst/FunctionMultiOutput1.mo
| | | | M	flattening/modelica/scodeinst/Wild1.mo
| | | | 
| * | | commit 645efde67a0ef73ebe15e70667ab92256c39b1d1
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 4 15:57:09 2019 +0100
| | | | 
| | | |     [NF] Add inner/outer test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2961
| | | |       - OpenModelica/OpenModelica-testsuite#1131
| | | | 
| | | | M	flattening/modelica/scodeinst/InnerOuter9.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterMissing6.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 31dd020a4c972958d5407c472b433a8c1bc24798
| | | | Author: Per Östlund 
| | | | Date:   Fri Mar 1 18:56:30 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2957
| | | |       - OpenModelica/OpenModelica-testsuite#1130
| | | | 
| | | | A	flattening/modelica/scodeinst/BindingInvalidType1.mo
| | | | A	flattening/modelica/scodeinst/BindingInvalidType2.mo
| | | | A	flattening/modelica/scodeinst/BindingInvalidType3.mo
| | | | A	flattening/modelica/scodeinst/BindingInvalidType4.mo
| | | | A	flattening/modelica/scodeinst/BindingInvalidType5.mo
| | | | A	flattening/modelica/scodeinst/CardinalityInvalidContext1.mo
| | | | A	flattening/modelica/scodeinst/CardinalityInvalidContext2.mo
| | | | M	flattening/modelica/scodeinst/DimUnknown4.mo
| | | | M	flattening/modelica/scodeinst/Each3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 1c477aa8d1439c17329f2e17785acaebd0a60742
| | | | Author: Per Östlund 
| | | | Date:   Thu Feb 28 19:33:47 2019 +0100
| | | | 
| | | |     [NF] Add more function vectorization tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2951
| | | |       - OpenModelica/OpenModelica-testsuite#1129
| | | | 
| | | | A	flattening/modelica/scodeinst/FuncVectorization4.mo
| | | | A	flattening/modelica/scodeinst/FuncVectorization5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 426974a52645f6c32e0e5552a0b8bb10f139721b
| | | | Author: Per Östlund 
| | | | Date:   Wed Feb 27 15:01:00 2019 +0100
| | | | 
| | | |     [NF] Update cardinality tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica#99
| | | |       - OpenModelica/OMCompiler#2949
| | | |       - OpenModelica/OpenModelica-testsuite#1128
| | | | 
| | | | M	flattening/modelica/scodeinst/Cardinality1.mo
| | | | M	flattening/modelica/scodeinst/Cardinality2.mo
| | | | M	flattening/modelica/scodeinst/Cardinality3.mo
| | | | M	flattening/modelica/scodeinst/Cardinality4.mo
| | | | M	flattening/modelica/scodeinst/CardinalityInvalidArg1.mo
| | | | M	flattening/modelica/scodeinst/CardinalityInvalidArg2.mo
| | | | 
| * | | commit 08742a3c5aa710871372b83323caefd15ff56079
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 25 15:40:53 2019 +0100
| | | | 
| | | |     Add total model for changed ClosedLoop example
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1127
| | | | 
| | | | A	simulation/libraries/3rdParty/ThermoPower/ClosedLoop.mo
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | 
| * | | commit 1e3bbbcd41f05763f960b360f3a84c86ecd8274f
| | | | Author: Per Östlund 
| | | | Date:   Mon Feb 25 14:58:44 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2944
| | | |       - OpenModelica/OpenModelica-testsuite#1126
| | | | 
| | | | M	flattening/modelica/scodeinst/ExtendReplaceable1.mo
| | | | M	flattening/modelica/scodeinst/ExtendReplaceable2.mo
| | | | M	flattening/modelica/scodeinst/ExtendReplaceable3.mo
| | | | 
| * | | commit 7d264e89a21005b913535c89e99f5ec4c31caf60
| | | | Author: Per Östlund 
| | | | Date:   Mon Feb 25 12:53:11 2019 +0100
| | | | 
| | | |     [NF] Add expandable connector tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2941
| | | |       - OpenModelica/OpenModelica-testsuite#1125
| | | | 
| | | | M	flattening/modelica/scodeinst/ClassAttributes4.mo
| | | | M	flattening/modelica/scodeinst/ConnectInvalidForm1.mo
| | | | M	flattening/modelica/scodeinst/ConnectNonConnector1.mo
| | | | M	flattening/modelica/scodeinst/ConnectNonConnector2.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnector1.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnector2.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnector3.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnectorFlow1.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnectorFlow2.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnectorNonDecl1.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnectorNonDecl2.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnectorNonDecl3.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnectorPresent1.mo
| | | | A	flattening/modelica/scodeinst/ExpandableConnectorPresent2.mo
| | | | M	flattening/modelica/scodeinst/FunctionStreamPrefix.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 4ed92480b018419615dce81b569f59e6330fed6c
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Feb 21 08:00:08 2019 +0100
| | | | 
| | | |     Updates for newest ThermoPower
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1124
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | 
| * | | commit 64e532c246dd701ca655861226c7bea4df3599d6
| | | | Author: AnHeuermann 
| | | | Date:   Tue Feb 19 17:07:32 2019 +0100
| | | | 
| | | |     Neede one more change of ordering
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2937
| | | |       - OpenModelica/OpenModelica-testsuite#1123
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit e210825829bafcdc52112ba0067b225a2551c429
| | | | Author: AnHeuermann 
| | | | Date:   Tue Feb 19 13:37:43 2019 +0100
| | | | 
| | | |     Changed order of cse variables in jacobian for dynamicTearing2.mos
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2937
| | | |       - OpenModelica/OpenModelica-testsuite#1123
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 70e6d3af984d84e7fa38de094e4550e5a32242e1
| | | | Author: Adrian Pop 
| | | | Date:   Fri Feb 15 12:02:39 2019 +0100
| | | | 
| | | |     add test for ticket:5340
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1122
| | | | 
| | | | M	simulation/modelica/initialization/Makefile
| | | | A	simulation/modelica/initialization/Ticket5340.mos
| | | | 
| * | | commit a6d7282b3e8b1751ee531fd4062d5a0272ea38cf
| | | | Author: Adrian Pop 
| | | | Date:   Wed Feb 13 23:32:45 2019 +0100
| | | | 
| | | |     update test due to changes in ticket:5336
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2930
| | | |       - OpenModelica/OpenModelica-testsuite#1121
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | M	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | M	openmodelica/cppruntime/testVectorizedSolarSystem.mos
| | | | 
| * | | commit 8c3a23d5a791fc90df08f1d7512d71a46e14d608
| | | | Author: Per Östlund 
| | | | Date:   Thu Feb 7 13:00:50 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2921
| | | |       - OpenModelica/OpenModelica-testsuite#1120
| | | | 
| | | | M	flattening/modelica/scodeinst/TestSampleNoClock.mos
| | | | M	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | 
| * | | commit f44d943bde821a4357de3f278862783bb68ebfea
| | | | Author: Per Östlund 
| | | | Date:   Tue Feb 5 15:55:29 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2919
| | | |       - OpenModelica/OpenModelica-testsuite#1119
| | | | 
| | | | A	flattening/modelica/scodeinst/IfEquation7.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/TestSampleNoClock.mos
| | | | M	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | 
| * | | commit be9c750c67711130d3cebc717ca27ef743f48f6a
| | | | Author: arun3688 
| | | | Date:   Mon Feb 4 14:49:41 2019 +0100
| | | | 
| | | |     fix DataReconciliationOpenCpsTests.mos baseline results
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2915
| | | |       - OpenModelica/OpenModelica-testsuite#1118
| | | | 
| | | | M	openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos
| | | | 
| * | | commit 0da1f65643438e1d51a3ba5f0355897e878d22af
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Feb 1 10:34:01 2019 +0100
| | | | 
| | | |     Updates for MSL 3.2.3 being added
| | | |     
| | | |     TestWaterFlow was changed to a total model because ThermoPower changed
| | | |     upstream.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1117
| | | | 
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/interactive-API/Bug4248.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos
| | | | M	simulation/libraries/3rdParty/Exercises/3/ServoSystem1/package.mo
| | | | M	simulation/libraries/3rdParty/Exercises/4/ServoSystem3/package.mo
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | A	simulation/libraries/3rdParty/ThermoPower/TestWaterFlow1DFV2ph.mo
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos
| | | | M	simulation/modelica/inStream/Test1.mos
| | | | M	simulation/modelica/inStream/Test10.mos
| | | | M	simulation/modelica/inStream/Test11.mos
| | | | M	simulation/modelica/inStream/Test12.mos
| | | | M	simulation/modelica/inStream/Test13.mos
| | | | M	simulation/modelica/inStream/Test2.mos
| | | | M	simulation/modelica/inStream/Test3.mos
| | | | M	simulation/modelica/inStream/Test4.mos
| | | | M	simulation/modelica/inStream/Test5.mos
| | | | M	simulation/modelica/inStream/Test6.mos
| | | | M	simulation/modelica/inStream/Test7.mos
| | | | M	simulation/modelica/inStream/Test8.mos
| | | | M	simulation/modelica/inStream/Test9.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/others/NoLoadModel.mos
| | | | M	simulation/modelica/synchronous/EventClock.mos
| | | | M	simulation/modelica/synchronous/EventClock_cpp.mos
| | | | M	simulation/modelica/synchronous/TestClockParameterEvaluation.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit d1d87566fa735b54adfa0d2194a6acf3cbf586ef
| | | | Author: Per Östlund 
| | | | Date:   Tue Jan 29 17:06:16 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2906
| | | |       - OpenModelica/OpenModelica-testsuite#1116
| | | | 
| | | | M	flattening/modelica/scodeinst/ExtendSections.mo
| | | | M	flattening/modelica/scodeinst/IfExpression2.mo
| | | | M	flattening/modelica/scodeinst/IfExpression3.mo
| | | | 
| * | | commit a3987d2f8b76524bba8ca41cbc5da75ba7388f9a
| | | | Author: Per Östlund 
| | | | Date:   Mon Jan 28 12:42:37 2019 +0100
| | | | 
| | | |     [NF] Add Complex subtraction test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2906
| | | |       - OpenModelica/OpenModelica-testsuite#1116
| | | | 
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | 
| * | | commit d97b893746bd40929ea69cee2d2f833360019979
| | | | Author: Willi Braun 
| | | | Date:   Mon Jan 28 11:03:36 2019 +0100
| | | | 
| | | |     added test for ticket5294
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2895
| | | |       - OpenModelica/OpenModelica-testsuite#1115
| | | | 
| | | | M	simulation/modelica/initialization/Makefile
| | | | A	simulation/modelica/initialization/testIfAssert.mos
| | | | 
| * | | commit 35ce3fd871dff215a458915ac5c3d71bdc55114e
| | | | Author: Willi Braun 
| | | | Date:   Mon Jan 28 09:42:20 2019 +0100
| | | | 
| | | |     adjust test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2889
| | | |       - OpenModelica/OpenModelica-testsuite#1112
| | | | 
| | | | M	simulation/modelica/equations/ticket-5206.mos
| | | | 
| * | | commit 6727d600edab46179383e7c440b09695c330d646
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 25 22:47:46 2019 +0100
| | | | 
| | | |     Test output-states
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2899
| | | |       - OpenModelica/OpenModelica-testsuite#1114
| | | | 
| | | | M	omsimulator/Makefile
| | | | A	omsimulator/outputState.mos
| | | | 
| * | | commit c3b5ebb235f47e1ba96e29ea67f96b3856755119
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 25 20:50:47 2019 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2899
| | | |       - OpenModelica/OpenModelica-testsuite#1114
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos
| | | | 
| * | | commit 0082843b05a06e0a1e7b6de095b10ed019be7ea3
| | | | Author: Per Östlund 
| | | | Date:   Fri Jan 25 16:39:35 2019 +0100
| | | | 
| | | |     Add test for --showStructuralAnnotations.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2897
| | | |       - OpenModelica/OpenModelica-testsuite#1113
| | | | 
| | | | M	openmodelica/interactive-API/Makefile
| | | | A	openmodelica/interactive-API/showStructuralAnnotations.mos
| | | | 
| * | | commit 5c577d75d60caadbe988799c4981ca1e29c3582e
| | | | Author: Per Östlund 
| | | | Date:   Wed Jan 23 13:16:27 2019 +0100
| | | | 
| | | |     [NF] Add when test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2890
| | | |       - OpenModelica/OpenModelica-testsuite#1111
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/When5.mo
| | | | 
| * | | commit fd4e040b503bf0b9b5404a992c474752ffde0309
| | | | Author: Per Östlund 
| | | | Date:   Mon Jan 21 16:29:31 2019 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2887
| | | |       - OpenModelica/OpenModelica-testsuite#1108
| | | | 
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit 6307dbc48a7e7cf36347dc78a748cc14e6f152b2
| | | | Author: Per Östlund 
| | | | Date:   Fri Jan 18 14:23:32 2019 +0100
| | | | 
| | | |     [NF] Add reduction tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2881
| | | |       - OpenModelica/OpenModelica-testsuite#1107
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/ReductionInvalidTypeMax.mo
| | | | A	flattening/modelica/scodeinst/ReductionInvalidTypeMin.mo
| | | | A	flattening/modelica/scodeinst/ReductionInvalidTypeProduct.mo
| | | | A	flattening/modelica/scodeinst/ReductionInvalidTypeSum.mo
| | | | 
| * | | commit 84a90a33fc164c77b95485cd797f63f24c4383d5
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 18 10:06:13 2019 +0100
| | | | 
| | | |     Update tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1106
| | | | 
| | | | M	omsimulator/DualMassOscillator_me.mos
| | | | M	omsimulator/initialization.mos
| | | | M	omsimulator/initialization2.mos
| | | | 
| * | | commit d663c40d8222d5d7f6f341f57f538f51ba35fd05
| | | | Author: Per Östlund 
| | | | Date:   Tue Jan 15 15:04:49 2019 +0100
| | | | 
| | | |     Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2878
| | | |       - OpenModelica/OpenModelica-testsuite#1105
| | | | 
| | | | M	flattening/modelica/scodeinst/OperationRelational1.mo
| | | | M	openmodelica/cruntime/optimization/basic/BReqcon.mos
| | | | 
| * | | commit 7df27713845c7524ddad9445c34829471b927584
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Jan 15 13:16:37 2019 +0100
| | | | 
| | | |     Update DualMassOscillator.mo
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1104
| | | | 
| | | | M	omsimulator/DualMassOscillator.mo
| | | | M	omsimulator/DualMassOscillator_me.mos
| | | | 
| * | | commit a5b0f2221a1ff6aaf3553a5e0ce4579d9ac8def8
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Jan 14 17:16:26 2019 +0100
| | | | 
| | | |     Test case for coupled ME-FMUs
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1103
| | | | 
| | | | A	omsimulator/DualMassOscillator.mo
| | | | A	omsimulator/DualMassOscillator_me.mos
| | | | M	omsimulator/Makefile
| | | | 
| * | | commit 539eebd8efc6977d79d09fb82ba15b0463e2dcda
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Jan 14 14:32:21 2019 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1102
| | | | 
| | | | M	omsimulator/initialization.mos
| | | | M	omsimulator/initialization2.mos
| | | | 
| * | | commit c15ea990a5c729af17e8f952860e40655b748d80
| | | | Author: Lennart Ochel 
| | | | Date:   Sat Jan 12 16:09:25 2019 +0100
| | | | 
| | | |     Initialization of a simple composite model
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1101
| | | | 
| | | | M	omsimulator/Makefile
| | | | A	omsimulator/initialization2.mos
| | | | 
| * | | commit 6c0130470c246dfeee7abae08c8ab5b288a3db83
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Jan 10 23:11:13 2019 +0100
| | | | 
| | | |     Move OMSimulator tests to its own folder
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1100
| | | | 
| | | | M	Makefile
| | | | A	omsimulator/Makefile
| | | | R100	openmodelica/fmi/ModelExchange/2.0/initialization.mos	omsimulator/initialization.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | 
| * | | commit bde3269e147141ea1ae0906bad8015ca4012081a
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Jan 10 13:05:19 2019 +0100
| | | | 
| | | |     Test case for initialization of an FMU
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2859
| | | |       - OpenModelica/OpenModelica-testsuite#1099
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | A	openmodelica/fmi/ModelExchange/2.0/initialization.mos
| | | | 
| * | | commit 48530199c6b719a6dacdd71659059e3bb4cadb6a
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 10 12:02:17 2019 +0100
| | | | 
| | | |     Add missing depends line
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2845
| | | |       - OpenModelica/OpenModelica-testsuite#1096
| | | | 
| | | | M	openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos
| | | | 
| * | | commit 43cc0a2a4609d938eaa1a1bf71967f418938c75a
| | | | Author: arun3688 
| | | | Date:   Fri Jan 4 10:13:25 2019 +0100
| | | | 
| | | |     add tests for computing reconciled x and sx
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2845
| | | |       - OpenModelica/OpenModelica-testsuite#1096
| | | | 
| | | | M	.gitvalidfiles
| | | | M	openmodelica/cppruntime/testArrayEquations.mos
| | | | M	openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos
| | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013Total.mo
| | | | M	openmodelica/uncertainties/Makefile
| | | | A	openmodelica/uncertainties/Splitter1_Sx.csv
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos
| | | | M	simulation/modelica/nonlinear_system/TestInputIteration.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 3a416d669e7c96cd0440703fa66672123e637eba
| | | | Author: Per Östlund 
| | | | Date:   Mon Jan 7 12:11:32 2019 +0100
| | | | 
| | | |     Add moveClass test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2847
| | | |       - OpenModelica/OpenModelica-testsuite#1097
| | | | 
| | | | M	openmodelica/interactive-API/Makefile
| | | | A	openmodelica/interactive-API/MoveClass2.mos
| | | | 
| * | | commit dee1ffbad5de34211e5426c728cd951bf3e1b0ac
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 14 18:45:37 2018 +0100
| | | | 
| | | |     [NF] Add operator overloading array tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2837
| | | |       - OpenModelica/OpenModelica-testsuite#1095
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/OperatorOverloadArrayOp4.mo
| | | | 
| * | | commit 24f22591be6bfb5827e3aafdddb7098bacce45ad
| | | | Author: Adrian Pop 
| | | | Date:   Fri Dec 14 06:37:27 2018 +0100
| | | | 
| | | |     add test for ticket:5249
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2836
| | | |       - OpenModelica/OpenModelica-testsuite#1094
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Ticket5249.mo
| | | | M	partest/runtests.pl
| | | | 
| * | | commit b7a3f0cedebfdc28432a1e8880a0428357931fcb
| | | | Author: niklwors 
| | | | Date:   Thu Dec 13 22:54:30 2018 +0100
| | | | 
| | | |     temporary deactivated cpp test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1093
| | | | 
| | | | M	openmodelica/cppruntime/omedit/Makefile
| | | | 
| * | | commit e9f8ac15988177de8da20d24c0932ecfcccfbe4f
| | | | Author: niklwors 
| | | | Date:   Thu Dec 13 20:50:09 2018 +0100
| | | | 
| | | |     temporary deactivates cpp test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1093
| | | | 
| | | | M	openmodelica/cppruntime/omedit/Makefile
| | | | 
| * | | commit 4329bd6a8a1d0a7b6d92fdb961564e62cce1f845
| | | | Author: niklwors 
| | | | Date:   Thu Dec 13 20:24:37 2018 +0100
| | | | 
| | | |     adapted cpp test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1093
| | | | 
| | | | M	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | 
| * | | commit edc48e43fda788143af0250514d4bcc93109b62b
| | | | Author: Per Östlund 
| | | | Date:   Thu Dec 13 17:50:42 2018 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2832
| | | |       - OpenModelica/OpenModelica-testsuite#1091
| | | | 
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit 918a5f78e821d1cf5a148fdb638870a5f090b0a1
| | | | Author: Willi Braun 
| | | | Date:   Thu Dec 13 17:25:41 2018 +0100
| | | | 
| | | |     update daeMode examples
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2831
| | | |       - OpenModelica/OpenModelica-testsuite#1090
| | | | 
| | | | M	simulation/libraries/3rdParty/ScalableTestSuite/Advection_N3200.mos
| | | | M	simulation/modelica/daemode/Makefile
| | | | M	simulation/modelica/daemode/testDAE10.mos
| | | | M	simulation/modelica/daemode/testDAEScaling.mos
| | | | M	simulation/modelica/daemode/testDAEmodeDrumBoiler.mos
| | | | M	simulation/modelica/daemode/testDAEp1.mos
| | | | M	simulation/modelica/daemode/testDAEp2.mos
| | | | M	simulation/modelica/daemode/testDAEp3.mos
| | | | M	simulation/modelica/daemode/testDAEp4.mos
| | | | M	simulation/modelica/daemode/testDAEp5.mos
| | | | M	simulation/modelica/daemode/testDAEp6.mos
| | | | M	simulation/modelica/daemode/testDAEp7.mos
| | | | M	simulation/modelica/daemode/testDAEp8.mos
| | | | M	simulation/modelica/daemode/testDAEp9.mos
| | | | 
| * | | commit 50c759882d1dd843f9b730a9bdd567f84731a4dd
| | | | Author: Per Östlund 
| | | | Date:   Wed Dec 12 15:55:16 2018 +0100
| | | | 
| | | |     [NF] Add record constructor tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2826
| | | |       - OpenModelica/OpenModelica-testsuite#1089
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RecordConstructor1.mo
| | | | A	flattening/modelica/scodeinst/RecordConstructor2.mo
| | | | 
| * | | commit db3e5dacdef5a1678298aa70d36011d3e4411a7f
| | | | Author: Per Östlund 
| | | | Date:   Mon Dec 10 13:55:26 2018 +0100
| | | | 
| | | |     [NF] Add type input/output tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2822
| | | |       - OpenModelica/OpenModelica-testsuite#1088
| | | | 
| | | | A	flattening/modelica/scodeinst/ClassAttributes3.mo
| | | | A	flattening/modelica/scodeinst/ClassAttributes4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit e861b96d5535494e9571fdce76a27a893017c000
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 7 21:27:29 2018 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2821
| | | |       - OpenModelica/OpenModelica-testsuite#1087
| | | | 
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit 3693a2765a9067ec7d59971c214f7fb5b8293e29
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 7 16:16:49 2018 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2819
| | | |       - OpenModelica/OpenModelica-testsuite#1086
| | | | 
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit 60f7012181eb9d15c60375cb5b92e4ae4a97d222
| | | | Author: Per Östlund 
| | | | Date:   Thu Dec 6 15:17:01 2018 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2815
| | | |       - OpenModelica/OpenModelica-testsuite#1085
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 36d1c9e24f603795a560b9b6e9ef360b63d124b7
| | | | Author: Willi Braun 
| | | | Date:   Wed Dec 5 12:31:50 2018 +0100
| | | | 
| | | |     adjustTests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2745
| | | |       - OpenModelica/OpenModelica-testsuite#1084
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | 
| * | | commit d0f02ca1dce78bd89df2fab33d1279a03e2bd546
| | | | Author: Willi Braun 
| | | | Date:   Fri Nov 30 10:48:30 2018 +0100
| | | | 
| | | |     update tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2769
| | | |       - OpenModelica/OpenModelica-testsuite#1083
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | 
| * | | commit 2f21e5acdf614a93ae8d278885e6f0953e33784b
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 28 15:23:09 2018 +0100
| | | | 
| | | |     [NF] Add record inheritance tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2803
| | | |       - OpenModelica/OpenModelica-testsuite#1082
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RecordExtends1.mo
| | | | A	flattening/modelica/scodeinst/RecordExtends2.mo
| | | | 
| * | | commit e49f7dc1994036a5123e4fbb4e5ce7534709a2f9
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun Nov 25 18:08:08 2018 +0100
| | | | 
| | | |     Update test with array of overconstrained connectors
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2798
| | | |       - OpenModelica/OpenModelica-testsuite#1081
| | | | 
| | | | M	openmodelica/cppruntime/VectorizedPowerSystemTotal.mo
| | | | M	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | 
| * | | commit e980f70a5b633f7bdc9f5c0f5363d97411454b99
| | | | Author: Per Östlund 
| | | | Date:   Fri Nov 23 17:56:18 2018 +0100
| | | | 
| | | |     [NF] Added partial function application tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2797
| | | |       - OpenModelica/OpenModelica-testsuite#1080
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/PartialApplication1.mo
| | | | A	flattening/modelica/scodeinst/PartialApplicationInvalidArg1.mo
| | | | A	flattening/modelica/scodeinst/PartialApplicationInvalidArg2.mo
| | | | 
| * | | commit a3d1babfd611e04cd89ffd904356df23d4cd320f
| | | | Author: Rüdiger Franke 
| | | | Date:   Tue Nov 20 16:04:50 2018 +0100
| | | | 
| | | |     Update tests for improved treatment of array equations
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2793
| | | |       - OpenModelica/OpenModelica-testsuite#1079
| | | | 
| | | | M	openmodelica/cppruntime/VectorizedPowerSystemTotal.mo
| | | | M	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | M	openmodelica/cppruntime/testVectorizedSolarSystem.mos
| | | | 
| * | | commit 4b5e4db90b71a092e3ba99e2c431fc3ef1888716
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Nov 19 19:12:39 2018 +0100
| | | | 
| | | |     Add test VectorizedSolarSystem
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2792
| | | |       - OpenModelica/OpenModelica-testsuite#1078
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/VectorizedSolarSystem.mo
| | | | A	openmodelica/cppruntime/testVectorizedSolarSystem.mos
| | | | 
| * | | commit 7603f209daf32eb2337d3b9974db2fbfafb41a9f
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 19 16:29:20 2018 +0100
| | | | 
| | | |     Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2791
| | | |       - OpenModelica/OpenModelica-testsuite#1077
| | | | 
| | | | M	metamodelica/meta/PartialFn11.mo
| | | | M	metamodelica/meta/PartialFn13.mo
| | | | M	metamodelica/meta/PartialFn9.mo
| | | | 
| * | | commit 59a2937ab5c41da15944b84ff5bd9a34ac8c3c29
| | | | Author: Lennart Ochel 
| | | | Date:   Sat Nov 17 20:33:17 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2789
| | | |       - OpenModelica/OpenModelica-testsuite#1076
| | | | 
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testArrayAlg.mos
| | | | M	openmodelica/linearization/testDrumBoiler.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/testRecordDiff.mos
| | | | M	openmodelica/linearization/testSortFunction.mos
| | | | M	openmodelica/linearization/testSteamPipe.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | 
| * | | commit 7322a4331cbe36826150285ba33f2a98193f8463
| | | | Author: Rüdiger Franke 
| | | | Date:   Wed Nov 14 20:49:53 2018 +0100
| | | | 
| | | |     Expected result when placing iter subs appropriately
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2786
| | | |       - OpenModelica/OpenModelica-testsuite#1075
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | M	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | 
| * | | commit aa7e9c177dcbc57aa1cf56ba148edfc239687a3a
| | | | Author: Per Östlund 
| | | | Date:   Fri Nov 9 13:39:12 2018 +0100
| | | | 
| | | |     [NF] Add another when test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2781
| | | |       - OpenModelica/OpenModelica-testsuite#1074
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/WhenVariability2.mo
| | | | 
| * | | commit 87201bfbf56c3025ce6a6463677d483cdd34c57a
| | | | Author: Per Östlund 
| | | | Date:   Fri Nov 9 12:44:46 2018 +0100
| | | | 
| | | |     [NF] Add when test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2780
| | | |       - OpenModelica/OpenModelica-testsuite#1073
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/WhenVariability1.mo
| | | | 
| * | | commit f67148ed7d32daa596bbb8a238515422cc041a71
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Nov 8 15:14:17 2018 +0100
| | | | 
| | | |     Expected result treating array flows as array equations
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2776
| | | |       - OpenModelica/OpenModelica-testsuite#1072
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | 
| * | | commit 01e433a5208277fbb4121f7385cf433321b7e8b6
| | | | Author: Willi Braun 
| | | | Date:   Thu Nov 8 00:03:21 2018 +0100
| | | | 
| | | |     added test for ticket-5206
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1071
| | | | 
| | | | M	simulation/modelica/equations/Makefile
| | | | A	simulation/modelica/equations/ticket-5206.mos
| | | | 
| * | | commit 87420c2d6c5a2aea1cd30f237689dba3098058fe
| | | | Author: Rüdiger Franke 
| | | | Date:   Wed Nov 7 13:37:19 2018 +0100
| | | | 
| | | |     Add test for vectorized flow connectors
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2768
| | | |       - OpenModelica/OpenModelica-testsuite#1070
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/VectorizedPowerSystemTotal.mo
| | | | A	openmodelica/cppruntime/testVectorizedPowerSystem.mos
| | | | 
| * | | commit ba472c677763f34076af71b2b25670c12ae4ba1f
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 5 11:44:00 2018 +0100
| | | | 
| | | |     [NF] Add functional argument tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2762
| | | |       - OpenModelica/OpenModelica-testsuite#1069
| | | | 
| | | | A	flattening/modelica/scodeinst/FunctionalArg1.mo
| | | | A	flattening/modelica/scodeinst/FunctionalArg2.mo
| | | | A	flattening/modelica/scodeinst/FunctionalArgInvalidType1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 88e51f6844aa303d5ab76f2756318ff7e7212ee8
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Nov 3 12:14:41 2018 +0100
| | | | 
| | | |     [fmuChecker] Fix version number
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1068
| | | | 
| | | | M	special/FmuExportCrossCompile/single-fmu-run.sh
| | | | 
| * | | commit ec5dfe941cf400c094717969d59741f3c6c18638
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 1 09:20:10 2018 +0100
| | | | 
| | | |     [NF] Add -d=evaluateAllParameters test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2758
| | | |       - OpenModelica/OpenModelica-testsuite#1067
| | | | 
| | | | A	flattening/modelica/scodeinst/EvaluateAllParams.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit fb27486eee89419f98511924c45a8ee62b597ecf
| | | | Author: Per Östlund 
| | | | Date:   Tue Oct 30 01:04:12 2018 +0100
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2750
| | | |       - OpenModelica/OpenModelica-testsuite#1066
| | | | 
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit d5b4c5dfe6e7979386b70d10076194d428609c6f
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun Oct 28 17:50:31 2018 +0100
| | | | 
| | | |     Expected result
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2746
| | | |       - OpenModelica/OpenModelica-testsuite#1065
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | 
| * | | commit 54551a332d9c107ea62b6d23d6aab15a75d9df41
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 28 17:29:18 2018 +0100
| | | | 
| | | |     Ignore GC warnings in rtest
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1064
| | | | 
| | | | M	rtest
| | | | 
| * | | commit 55185a1365de1ccc9623ae1f2b40a2237920fc38
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 27 16:11:55 2018 +0200
| | | | 
| | | |     Update test with more consistent treatment of array equations
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2743
| | | |       - OpenModelica/OpenModelica-testsuite#1063
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | 
| * | | commit 3f575006b5e830e7935edf33adbd31b89737b16e
| | | | Author: Per Östlund 
| | | | Date:   Thu Oct 25 14:49:01 2018 +0200
| | | | 
| | | |     [NF] Add conditional component binding tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2741
| | | |       - OpenModelica/OpenModelica-testsuite#1062
| | | | 
| | | | A	flattening/modelica/scodeinst/ConditionInvalidBinding1.mo
| | | | A	flattening/modelica/scodeinst/ConditionInvalidBinding2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 993f292ab93efac0d3269fcea38c103d300c0c6b
| | | | Author: Willi Braun 
| | | | Date:   Thu Oct 25 13:43:44 2018 +0200
| | | | 
| | | |     added testcase for ticket:5185
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2740
| | | |       - OpenModelica/OpenModelica-testsuite#1061
| | | | 
| | | | M	simulation/modelica/daemode/Makefile
| | | | A	simulation/modelica/daemode/testDAE10.mos
| | | | 
| * | | commit aadf3f352ad85e9e18f966192830eb4b2b2a3c01
| | | | Author: Rüdiger Franke 
| | | | Date:   Wed Oct 24 22:52:50 2018 +0200
| | | | 
| | | |     Expected result for size of for-equations
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2738
| | | |       - OpenModelica/OpenModelica-testsuite#1060
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | 
| * | | commit aa010e9814e610ab7870f938fa1b50faea815d8c
| | | | Author: Per Östlund 
| | | | Date:   Wed Oct 24 13:24:40 2018 +0200
| | | | 
| | | |     [NF] Add Clock constructor tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2737
| | | |       - OpenModelica/OpenModelica-testsuite#1059
| | | | 
| | | | A	flattening/modelica/scodeinst/ClockConstructor1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 56d43b764ab7fefc320a6e06f6026b9601545f70
| | | | Author: Per Östlund 
| | | | Date:   Tue Oct 23 12:41:43 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2736
| | | |       - OpenModelica/OpenModelica-testsuite#1058
| | | | 
| | | | M	flattening/modelica/scodeinst/End3.mo
| | | | M	flattening/modelica/scodeinst/EqualityConstraint1.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinScalar2.mo
| | | | M	flattening/modelica/scodeinst/FuncUnknownDim1.mo
| | | | M	flattening/modelica/scodeinst/FuncVectorization2.mo
| | | | M	flattening/modelica/scodeinst/FuncVectorizationMap1.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | M	flattening/modelica/scodeinst/Subscript5.mo
| | | | M	flattening/modelica/scodeinst/TestSampleNoClock.mos
| | | | 
| * | | commit b1694bcd600e10d0c724021afb31fc2f1cad2774
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 20 20:06:20 2018 +0200
| | | | 
| | | |     Expected result avoiding -(-a)
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2733
| | | |       - OpenModelica/OpenModelica-testsuite#1056
| | | | 
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 14ec88946d6858f7e95372d84149e5007755a112
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 20 18:22:14 2018 +0200
| | | | 
| | | |     Adapt test to improved treatment of vectorized models
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2733
| | | |       - OpenModelica/OpenModelica-testsuite#1056
| | | | 
| | | | M	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | 
| * | | commit 13d784af553ea21b67d5184fff5602a921d27f51
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 19 14:08:04 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2731
| | | |       - OpenModelica/OpenModelica-testsuite#1055
| | | | 
| | | | M	flattening/modelica/scodeinst/End3.mo
| | | | M	flattening/modelica/scodeinst/EqualityConstraint1.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinScalar2.mo
| | | | M	flattening/modelica/scodeinst/FuncUnknownDim1.mo
| | | | M	flattening/modelica/scodeinst/FuncVectorization2.mo
| | | | M	flattening/modelica/scodeinst/FuncVectorizationMap1.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | M	flattening/modelica/scodeinst/Subscript5.mo
| | | | M	flattening/modelica/scodeinst/TestSampleNoClock.mos
| | | | 
| * | | commit 54b3544da92b7bc9b4fb81e6829fcf6c024223d4
| | | | Author: Per Östlund 
| | | | Date:   Thu Oct 18 14:48:18 2018 +0200
| | | | 
| | | |     [NF] Add if-equation branch selection tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2729
| | | |       - OpenModelica/OpenModelica-testsuite#1054
| | | | 
| | | | A	flattening/modelica/scodeinst/IfEquationEval1.mo
| | | | A	flattening/modelica/scodeinst/IfEquationEval2.mo
| | | | A	flattening/modelica/scodeinst/IfEquationEval3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 4654c86bae3a7c302d6ef351e07a25b7fa6d945a
| | | | Author: Per Östlund 
| | | | Date:   Wed Oct 17 18:04:22 2018 +0200
| | | | 
| | | |     [NF] Add record binding test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2727
| | | |       - OpenModelica/OpenModelica-testsuite#1053
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RecordBinding4.mo
| | | | 
| * | | commit 9f2d99a48c0b5f60ed86d17b097dec1cdd4610d3
| | | | Author: Per Östlund 
| | | | Date:   Wed Oct 17 13:05:25 2018 +0200
| | | | 
| | | |     [NF] Add if-equation test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2725
| | | |       - OpenModelica/OpenModelica-testsuite#1051
| | | | 
| | | | M	flattening/modelica/scodeinst/ExtendSections.mo
| | | | M	flattening/modelica/scodeinst/IfEquation1.mo
| | | | A	flattening/modelica/scodeinst/IfEquation6.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/TestSampleNoClock.mos
| | | | 
| * | | commit 970357b9bd16c52acc0a33480db82a6ba3283285
| | | | Author: Willi Braun 
| | | | Date:   Tue Oct 16 23:40:17 2018 +0200
| | | | 
| | | |     update result file with expected results
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2726
| | | |       - OpenModelica/OpenModelica-testsuite#1052
| | | | 
| | | | M	ReferenceFiles/msl31/Modelica.Mechanics.Translational.Examples.Friction.mat.xz
| | | | 
| * | | commit 12ad189cbf1e74b6ff5672d0aec81c96a6cb9fa3
| | | | Author: Willi Braun 
| | | | Date:   Tue Oct 16 20:48:41 2018 +0200
| | | | 
| | | |     added test for ticket:4254
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2726
| | | |       - OpenModelica/OpenModelica-testsuite#1052
| | | | 
| | | | A	ReferenceFiles/linear_system/Ticket4254.mat.xz
| | | | M	simulation/modelica/linear_system/Makefile
| | | | A	simulation/modelica/linear_system/Ticket4254.mos
| | | | 
| * | | commit f5699c980f98d7db3faf835f4b5fb4f0f193e167
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 13 15:20:50 2018 +0200
| | | | 
| | | |     Expected result after evaluation of constants in for-equations
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2721
| | | |       - OpenModelica/OpenModelica-testsuite#1050
| | | | 
| | | | M	openmodelica/cppruntime/testArrayEquations.mos
| | | | 
| * | | commit 1b3bb4d5dcdd534311ec390fb6a4bfac02118e0f
| | | | Author: Rüdiger Franke 
| | | | Date:   Fri Oct 12 13:57:38 2018 +0200
| | | | 
| | | |     Add test for vectorized blocks
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2718
| | | |       - OpenModelica/OpenModelica-testsuite#1049
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/testVectorizedBlocks.mos
| | | | 
| * | | commit b11ba5911ed54f3d5ccb98437eb3f732ac7198cc
| | | | Author: Per Östlund 
| | | | Date:   Wed Oct 10 15:13:47 2018 +0200
| | | | 
| | | |     [NF] Add record binding test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2711
| | | |       - OpenModelica/OpenModelica-testsuite#1048
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RecordBinding3.mo
| | | | 
| * | | commit 1d6f8f5e57293ebcd769f5518dc7a619cabec9ae
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 8 16:33:02 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2703
| | | |       - OpenModelica/OpenModelica-testsuite#1047
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalArrayConstructor1.mo
| | | | R080	flattening/modelica/scodeinst/CevalReduction2.mo	flattening/modelica/scodeinst/CevalArrayConstructor2.mo
| | | | M	flattening/modelica/scodeinst/CevalReduction1.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinReduction.mo
| | | | M	flattening/modelica/scodeinst/FuncVectorizationMap1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/Subscript5.mo
| | | | M	flattening/modelica/scodeinst/TestSampleNoClock.mos
| | | | 
| * | | commit 9f88584b81222d681dd4809b34a9d4c6defbb04b
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 8 11:02:51 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2701
| | | |       - OpenModelica/OpenModelica-testsuite#1046
| | | | 
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit 10a2b69426f728a320f49f4e5c3844f9938cac27
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 6 07:16:33 2018 +0200
| | | | 
| | | |     Adapt array tests to enhanced backend
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2698
| | | |       - OpenModelica/OpenModelica-testsuite#1045
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos
| | | | M	openmodelica/cppruntime/testArrayEquations.mos
| | | | 
| * | | commit 069a6113c5cad342a6ea049f8e5251405aab529d
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Oct 4 12:35:55 2018 +0200
| | | | 
| | | |     Add tests for array variables and for loops, ticket:5110
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2692
| | | |       - OpenModelica/OpenModelica-testsuite#1044
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos
| | | | A	openmodelica/cppruntime/testArrayEquations.mos
| | | | 
| * | | commit 99f57b4549f190d06cc35aeae109ca18a620e072
| | | | Author: Per Östlund 
| | | | Date:   Wed Oct 3 15:27:13 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2690
| | | |       - OpenModelica/OpenModelica-testsuite#1043
| | | | 
| | | | M	flattening/modelica/scodeinst/CevalFuncAssert2.mo
| | | | M	flattening/modelica/scodeinst/CevalFuncRecursive2.mo
| | | | D	flattening/modelica/scodeinst/CevalFuncTerminate1.mo
| | | | M	flattening/modelica/scodeinst/CevalFuncWhile2.mo
| | | | M	flattening/modelica/scodeinst/CevalRecordArray2.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector2.mo
| | | | M	flattening/modelica/scodeinst/ExtendsShort2.mo
| | | | M	flattening/modelica/scodeinst/ExtendsVisibility5.mo
| | | | M	flattening/modelica/scodeinst/FuncDefaultArg1.mo
| | | | M	flattening/modelica/scodeinst/FuncExtends.mo
| | | | M	flattening/modelica/scodeinst/FuncLocals.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadMulti.mo
| | | | M	flattening/modelica/scodeinst/FuncSimple.mo
| | | | M	flattening/modelica/scodeinst/FuncUnknownDim2.mo
| | | | M	flattening/modelica/scodeinst/FuncViaComp.mo
| | | | M	flattening/modelica/scodeinst/FuncWildcard.mo
| | | | M	flattening/modelica/scodeinst/FunctionExtends1.mo
| | | | M	flattening/modelica/scodeinst/FunctionMultiOutput1.mo
| | | | M	flattening/modelica/scodeinst/FunctionNoOutput1.mo
| | | | M	flattening/modelica/scodeinst/FunctionNonInputOutputParameter.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecordArg2.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecursive1.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecursive2.mo
| | | | M	flattening/modelica/scodeinst/ImportUnqualified3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/ProtectedMod1.mo
| | | | A	flattening/modelica/scodeinst/TerminateInvalid2.mo
| | | | M	flattening/modelica/scodeinst/VectorTest.mo
| | | | M	flattening/modelica/scodeinst/Wild1.mo
| | | | M	flattening/modelica/scodeinst/ceval4.mo
| | | | M	flattening/modelica/scodeinst/ceval5.mo
| | | | M	flattening/modelica/scodeinst/conngraph1.mo
| | | | M	flattening/modelica/scodeinst/func1.mo
| | | | 
| * | | commit 62c7358feb559b683c08a680a2a06ba40d213823
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Oct 1 13:54:54 2018 +0200
| | | | 
| | | |     Expected result for preservation of for loops
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2685
| | | |       - OpenModelica/OpenModelica-testsuite#1042
| | | | 
| | | | M	flattening/modelica/scodeinst/VectorTest.mo
| | | | 
| * | | commit a4010f68867834c3195175db5d9d9c1c34382c0f
| | | | Author: Willi Braun 
| | | | Date:   Wed Sep 26 19:58:02 2018 +0200
| | | | 
| | | |     added test for ticket5114
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2678
| | | |       - OpenModelica/OpenModelica-testsuite#1041
| | | | 
| | | | M	simulation/modelica/arrays/Makefile
| | | | A	simulation/modelica/arrays/ticket5114.mos
| | | | 
| * | | commit ff4a735499d658ddd8b4ff0cadb22016496f7adc
| | | | Author: Willi Braun 
| | | | Date:   Mon Sep 24 15:58:28 2018 +0200
| | | | 
| | | |     Adjust expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2676
| | | |       - OpenModelica/OpenModelica-testsuite#1040
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/BRcon2.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon3.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon4.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon5.mos
| | | | M	openmodelica/cruntime/optimization/basic/BReqcon.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC2.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC3.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFCtestFlag.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop1.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop10.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop11.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop2.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop8.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop9.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/modelica/msl22/InitTest.mos
| | | | M	simulation/modelica/others/Bug1687.mos
| | | | 
| * | | commit 16e11dfcbdfdf951be33cfb94e77b33ab76337d8
| | | | Author: Willi Braun 
| | | | Date:   Mon Sep 24 14:55:38 2018 +0200
| | | | 
| | | |     added test for ticket:4985
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2676
| | | |       - OpenModelica/OpenModelica-testsuite#1040
| | | | 
| | | | A	simulation/modelica/asserts/AssertTest8.mos
| | | | M	simulation/modelica/asserts/Makefile
| | | | 
| * | | commit 4b2bcb83570ca01487fcbedc2bc525fc9143d772
| | | | Author: Adrian Pop 
| | | | Date:   Fri Sep 21 21:58:02 2018 +0200
| | | | 
| | | |     tests for ticket:5134
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2674
| | | |       - OpenModelica/OpenModelica-testsuite#1039
| | | | 
| | | | M	flattening/modelica/records/External_C_RecordTest.c
| | | | M	flattening/modelica/records/NestedRecordTestConstructor.mos
| | | | M	flattening/modelica/records/RecordTest.mo
| | | | M	simulation/modelica/records/Makefile
| | | | A	simulation/modelica/records/Ticket5134.mo
| | | | A	simulation/modelica/records/Ticket5134.mos
| | | | 
| * | | commit 4ad0cdf5e41919f03b94dd2eead3d9db21bc337f
| | | | Author: Adrian Pop 
| | | | Date:   Thu Sep 20 16:57:06 2018 +0200
| | | | 
| | | |     update tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2673
| | | |       - OpenModelica/OpenModelica-testsuite#1038
| | | | 
| | | | M	flattening/modelica/scodeinst/VectorTest.mo
| | | | 
| * | | commit ee04b9f674f2332c7dcccf14afbe350f297f3eee
| | | | Author: Adrian Pop 
| | | | Date:   Wed Sep 19 02:07:00 2018 +0200
| | | | 
| | | |     add a test for sample when --std < 3.3
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1037
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/TestSampleNoClock.mos
| | | | 
| * | | commit 8ccbc7ed6a2b55ad1b27dd6d6bd2498ab020c219
| | | | Author: Adrian Pop 
| | | | Date:   Tue Sep 18 15:36:41 2018 +0200
| | | | 
| | | |     some tests for synchronous features (ticket:5127)
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2665
| | | |       - OpenModelica/OpenModelica-testsuite#1036
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSample.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/VectorTest.mo
| | | | 
| * | | commit 629c139eeddb6a28f255e2ccb6644e807ccba11f
| | | | Author: Per Östlund 
| | | | Date:   Mon Sep 17 17:33:21 2018 +0200
| | | | 
| | | |     Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2663
| | | |       - OpenModelica/OpenModelica-testsuite#1035
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/CC.mos
| | | | M	openmodelica/cruntime/sensitivities/testVanDerPol.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluatorA.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluatorB.mos
| | | | M	simulation/modelica/functions_eval/Inverter2.mos
| | | | M	simulation/modelica/nonlinear_system/problem8_newton.mos
| | | | M	simulation/modelica/others/sample1.mos
| | | | 
| * | | commit 66e7ec84bda9774541e1858e5b5ca16771b38cd1
| | | | Author: Adrian Pop 
| | | | Date:   Sun Sep 16 06:19:58 2018 +0200
| | | | 
| | | |     test for ticket:5129
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2657
| | | |       - OpenModelica/OpenModelica-testsuite#1034
| | | | 
| | | | M	simulation/modelica/initialization/bug_2673.mos
| | | | M	simulation/modelica/others/Makefile
| | | | A	simulation/modelica/others/Ticket5129.mos
| | | | 
| * | | commit 4aca4b4ceb700f7343c35fed9c2e4f6e9ccfdc62
| | | | Author: Willi Braun 
| | | | Date:   Fri Sep 14 15:56:05 2018 +0200
| | | | 
| | | |     [FMI] added unit test for debug flag "disableFMIDependency"
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2652
| | | |       - OpenModelica/OpenModelica-testsuite#1033
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | A	openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos
| | | | 
| * | | commit cadc72bc235201ab6624abbf1e35f2b8de94b121
| | | | Author: Adrian Pop 
| | | | Date:   Fri Sep 14 15:00:51 2018 +0200
| | | | 
| | | |     remove the output from cleaning, it might change
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2651
| | | |       - OpenModelica/OpenModelica-testsuite#1032
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Crane_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testFMU2MatrixIO.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | 
| * | | commit b0370a25eb3d92ad46ffba074d150bad46e3cf6d
| | | | Author: Per Östlund 
| | | | Date:   Fri Sep 14 13:14:05 2018 +0200
| | | | 
| | | |     [NF] Add default argument test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2649
| | | |       - OpenModelica/OpenModelica-testsuite#1031
| | | | 
| | | | A	flattening/modelica/scodeinst/FuncDefaultArg2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit db34e7f126be751008bad719a54834bdd861b3ca
| | | | Author: Per Östlund 
| | | | Date:   Fri Sep 14 10:56:46 2018 +0200
| | | | 
| | | |     [NF] Update min/max tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2647
| | | |       - OpenModelica/OpenModelica-testsuite#1030
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMax.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMin.mo
| | | | 
| * | | commit 7a6d06bafdcc1aade8505f78bd3d69aed6b5ac6f
| | | | Author: Per Östlund 
| | | | Date:   Tue Sep 11 15:40:53 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2642
| | | |       - OpenModelica/OpenModelica-testsuite#1029
| | | | 
| | | | M	flattening/modelica/scodeinst/ActualStream.mo
| | | | M	flattening/modelica/scodeinst/ActualStreamMinMax.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 540aa9ca1afde06038bf349020e1fe79e90da377
| | | | Author: Per Östlund 
| | | | Date:   Mon Sep 10 13:08:28 2018 +0200
| | | | 
| | | |     Add enum equation test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2638
| | | |       - OpenModelica/OpenModelica-testsuite#1028
| | | | 
| | | | A	flattening/modelica/equations/EnumEquation1.mo
| | | | M	flattening/modelica/equations/Makefile
| | | | 
| * | | commit ba6ffa58e4f0989b6184dedee3e8d5bb3d44b39c
| | | | Author: Per Östlund 
| | | | Date:   Fri Sep 7 13:00:33 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2636
| | | |       - OpenModelica/OpenModelica-testsuite#1027
| | | | 
| | | | M	flattening/modelica/scodeinst/CevalRecordArray2.mo
| | | | M	flattening/modelica/scodeinst/DimSize3.mo
| | | | M	flattening/modelica/scodeinst/ExtendsShort2.mo
| | | | M	flattening/modelica/scodeinst/ExtendsVisibility5.mo
| | | | M	flattening/modelica/scodeinst/FuncDefaultArg1.mo
| | | | M	flattening/modelica/scodeinst/FuncExtends.mo
| | | | M	flattening/modelica/scodeinst/FuncLocals.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadMulti.mo
| | | | M	flattening/modelica/scodeinst/FuncSimple.mo
| | | | M	flattening/modelica/scodeinst/FuncUnknownDim2.mo
| | | | M	flattening/modelica/scodeinst/FuncViaComp.mo
| | | | M	flattening/modelica/scodeinst/FuncWildcard.mo
| | | | M	flattening/modelica/scodeinst/FunctionExtends1.mo
| | | | M	flattening/modelica/scodeinst/FunctionMultiOutput1.mo
| | | | M	flattening/modelica/scodeinst/FunctionNoOutput1.mo
| | | | M	flattening/modelica/scodeinst/FunctionNonInputOutputParameter.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecordArg2.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecursive1.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecursive2.mo
| | | | M	flattening/modelica/scodeinst/ImportUnqualified3.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructor1.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorHideDefault.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorSimple.mo
| | | | M	flattening/modelica/scodeinst/PackageConstant1.mo
| | | | M	flattening/modelica/scodeinst/Wild1.mo
| | | | 
| * | | commit 03dba6ee6912231569431fb4efada077c44c8d65
| | | | Author: vruge 
| | | | Date:   Fri Sep 7 12:28:30 2018 +0200
| | | | 
| | | |     update test packages
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1026
| | | | 
| | | | M	simulation/modelica/inStream/TestStreamConnectorsNoActualStreamEvaluateParams.mo
| | | | 
| * | | commit 989052ea1f50d3a32ab49075a2d1e6020ed08bf3
| | | | Author: Per Östlund 
| | | | Date:   Thu Sep 6 16:28:14 2018 +0200
| | | | 
| | | |     [NF] Add function vectorization test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2635
| | | |       - OpenModelica/OpenModelica-testsuite#1025
| | | | 
| | | | A	flattening/modelica/scodeinst/FuncVectorizationCastConflict1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit ee8a23cdbbccbeafbdb7c28f35321b5134d8fed8
| | | | Author: Per Östlund 
| | | | Date:   Thu Sep 6 13:50:39 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2634
| | | |       - OpenModelica/OpenModelica-testsuite#1024
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMatrix.mo
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | M	flattening/modelica/scodeinst/eq5.mo
| | | | 
| * | | commit f3bd6828c96346b9f85088424a0f37ef47b24c9c
| | | | Author: Per Östlund 
| | | | Date:   Wed Sep 5 15:15:40 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2633
| | | |       - OpenModelica/OpenModelica-testsuite#1023
| | | | 
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit ad208503e51d0aca27eaa2b83c1953ccadceeab3
| | | | Author: Per Östlund 
| | | | Date:   Wed Sep 5 14:46:25 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2632
| | | |       - OpenModelica/OpenModelica-testsuite#1022
| | | | 
| | | | M	flattening/modelica/scodeinst/OperationVectorProduct1.mo
| | | | 
| * | | commit 576f1983755bac1da7ea91d45540d064c25fc5d5
| | | | Author: vruge 
| | | | Date:   Tue Sep 4 19:58:51 2018 +0200
| | | | 
| | | |     added tests for inStream
| | | |     
| | | |     refs ticket:5104
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1021
| | | | 
| | | | M	simulation/modelica/inStream/Makefile
| | | | A	simulation/modelica/inStream/Test12.mos
| | | | A	simulation/modelica/inStream/Test13.mos
| | | | M	simulation/modelica/inStream/TestStreamConnectorsNoActualStreamEvaluateParams.mo
| | | | 
| * | | commit a2d00efc49bcb58fccfcc6a946d4beaf928a9bac
| | | | Author: vruge 
| | | | Date:   Sun Sep 2 00:08:26 2018 +0200
| | | | 
| | | |     enable tests
| | | |     
| | | |     fixed Makefile for PR1019
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1020
| | | | 
| | | | M	simulation/modelica/inStream/Makefile
| | | | M	simulation/modelica/inStream/Test5.mos
| | | | 
| * | | commit 2e9a88f3ced0d35b82d13a57efc1460d35cd57dc
| | | | Author: vruge 
| | | | Date:   Sat Sep 1 22:24:53 2018 +0200
| | | | 
| | | |     added some tests for inStream
| | | |     
| | | |     see: ticket:3885
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1019
| | | | 
| | | | A	simulation/modelica/inStream/Test1.mos
| | | | A	simulation/modelica/inStream/Test2.mos
| | | | A	simulation/modelica/inStream/Test3.mos
| | | | A	simulation/modelica/inStream/Test4.mos
| | | | A	simulation/modelica/inStream/Test5.mos
| | | | 
| * | | commit 4d29aced1b8194806b0377a8ac01c4b938e36612
| | | | Author: vruge 
| | | | Date:   Sat Sep 1 20:55:20 2018 +0200
| | | | 
| | | |     added some tests for inStream
| | | |     
| | | |     see: ticket:3885
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1018
| | | | 
| | | | M	Makefile
| | | | M	openmodelica/cruntime/optimization/benchmark/Makefile
| | | | A	simulation/modelica/inStream/.gitattributes
| | | | A	simulation/modelica/inStream/.gitignore
| | | | A	simulation/modelica/inStream/Makefile
| | | | A	simulation/modelica/inStream/Test10.mos
| | | | A	simulation/modelica/inStream/Test11.mos
| | | | A	simulation/modelica/inStream/Test6.mos
| | | | A	simulation/modelica/inStream/Test7.mos
| | | | A	simulation/modelica/inStream/Test8.mos
| | | | A	simulation/modelica/inStream/Test9.mos
| | | | A	simulation/modelica/inStream/TestStreamConnectorsNoActualStreamEvaluateParams.mo
| | | | 
| * | | commit 6ded654f035fece30d73fe5f3533f8be490b61d5
| | | | Author: arun3688 
| | | | Date:   Fri Aug 31 11:32:06 2018 +0200
| | | | 
| | | |     Test cases for DataReconciliation algorithm
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2620
| | | |       - OpenModelica/OpenModelica-testsuite#1017
| | | | 
| | | | A	openmodelica/uncertainties/DataReconciliationOpenCpsTests.mos
| | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013Total.mo
| | | | M	openmodelica/uncertainties/Makefile
| | | | 
| * | | commit ffd939195d46b0a301c81c0498dd790c8df227a8
| | | | Author: Per Östlund 
| | | | Date:   Tue Aug 21 11:34:15 2018 +0200
| | | | 
| | | |     [NF] Update matrix() test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2612
| | | |       - OpenModelica/OpenModelica-testsuite#1016
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMatrix.mo
| | | | 
| * | | commit 72fc673787d33193a9a0f33ac321493794a4db3a
| | | | Author: Per Östlund 
| | | | Date:   Mon Aug 20 13:01:06 2018 +0200
| | | | 
| | | |     [NF] Add subscripting tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2609
| | | |       - OpenModelica/OpenModelica-testsuite#1015
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Subscript5.mo
| | | | A	flattening/modelica/scodeinst/Subscript6.mo
| | | | 
| * | | commit a40caf2103b084b905c1acfcc2d26535c8b6defc
| | | | Author: Per Östlund 
| | | | Date:   Mon Aug 13 10:00:28 2018 +0200
| | | | 
| | | |     [NF] Add test for derived root class.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2603
| | | |       - OpenModelica/OpenModelica-testsuite#1014
| | | | 
| | | | A	flattening/modelica/scodeinst/DerivedRootClass1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 9533d859c79c5c6bbf96cc2a5894cbaee50a9a55
| | | | Author: Adrian Pop 
| | | | Date:   Sun Aug 12 17:00:55 2018 +0200
| | | | 
| | | |     update tests due to error message change
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2602
| | | |       - OpenModelica/OpenModelica-testsuite#1013
| | | | 
| | | | M	flattening/modelica/algorithms-functions/FunctionVariability.mo
| | | | M	flattening/modelica/built-in-functions/Delay5.mo
| | | | M	flattening/modelica/built-in-functions/Delay7.mo
| | | | M	flattening/modelica/others/SampleError.mo
| | | | M	flattening/modelica/scodeinst/FuncVariability.mo
| | | | 
| * | | commit e0316423ea7bee8ff0799f6220ff6c993cd345ba
| | | | Author: Adrian Pop 
| | | | Date:   Fri Aug 10 23:59:03 2018 +0200
| | | | 
| | | |     update tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2600
| | | |       - OpenModelica/OpenModelica-testsuite#1012
| | | | 
| | | | M	flattening/modelica/algorithms-functions/FunctionVariability.mo
| | | | M	flattening/modelica/built-in-functions/Delay5.mo
| | | | M	flattening/modelica/built-in-functions/Delay7.mo
| | | | M	flattening/modelica/others/SampleError.mo
| | | | M	flattening/modelica/scodeinst/FuncVariability.mo
| | | | A	flattening/modelica/scodeinst/FunctionNonInputOutputParameter.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/OCGTests.mos
| | | | 
| * | | commit 4c3f85511eb32f7bdc4323e553f53c89121a4ad4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Aug 10 11:37:21 2018 +0200
| | | | 
| | | |     Ignore hwloc warnings
| | | |     
| | | |     When running docker, /proc/mounts sometimes contains very long lines
| | | |     which older versions of hwloc could not handle. This ignores those
| | | |     lines when performing tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1011
| | | | 
| | | | M	rtest
| | | | 
| * | | commit 52b1693338a0c80c7a3c4ec9d9c79fe1f274c237
| | | | Author: Willi Braun 
| | | | Date:   Thu Aug 9 14:47:27 2018 +0200
| | | | 
| | | |     expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2597
| | | |       - OpenModelica/OpenModelica-testsuite#1010
| | | | 
| | | | M	simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos
| | | | M	simulation/modelica/nonlinear_system/TestInputIteration.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit d199cb75cd8f466d9a5799bb29a1d5134aa9aaeb
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 9 10:29:48 2018 +0200
| | | | 
| | | |     Use `chmod a-w` instead of `-w`
| | | |     
| | | |     Some versions of chmod give warnings that not all permissions are
| | | |     changed if you use `-w`, because bits that are set in the umask are not
| | | |     affected.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1009
| | | | 
| | | | M	openmodelica/interactive-API/Rename.mos
| | | | 
| * | | commit f3ff4025f23223856cea3be6e4001fd99a578379
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 9 08:42:39 2018 +0200
| | | | 
| | | |     Disable crane C++ FMU test
| | | |     
| | | |     The test fails randomly, even when running the exact same docker image
| | | |     on the same machine, which suggests the error in not totally reliant on
| | | |     the CPU architecture used, but perhaps also system load.
| | | |     
| | | |     ```
| | | |     At t = 0 and h = 1e-24, the corrector convergence test failed repeatedly
| | | |     or with |h| = hmin.
| | | |     ```
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1008
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | 
| * | | commit fa11a5b6beec1ae9372c49a2e620f54b6aa40844
| | | | Author: Adrian Pop 
| | | | Date:   Tue Aug 7 00:17:54 2018 +0200
| | | | 
| | | |     test fix for ticket:5054
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2591
| | | |       - OpenModelica/OpenModelica-testsuite#1007
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/sts.mo
| | | | A	flattening/modelica/scodeinst/sts.mos
| | | | 
| * | | commit 500aa79757264c14625e2c1eacfd411c7fbb75a4
| | | | Author: Willi Braun 
| | | | Date:   Thu Aug 2 18:43:53 2018 +0200
| | | | 
| | | |     adjust dump warnings
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2587
| | | |       - OpenModelica/OpenModelica-testsuite#1006
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | 
| * | | commit 7eb47d602ca13c8fb522f79c1e144b7680b1d1ba
| | | | Author: Willi Braun 
| | | | Date:   Thu Aug 2 16:30:17 2018 +0200
| | | | 
| | | |     [cRuntime] adjust tests with nonlinear dumps
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2581
| | | |       - OpenModelica/OpenModelica-testsuite#1005
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | 
| * | | commit 44cd6d2634bea6425f4a3ba14ce51edcf0067e36
| | | | Author: adrpo 
| | | | Date:   Thu Aug 2 14:44:33 2018 +0200
| | | | 
| | | |     fix line endings
| | | | 
| | | | M	flattening/modelica/scodeinst/Rectifier.mo
| | | | 
| * | | commit 70e5adaed6cfa078389586ac16eb3e98b3060966
| | | | Author: Adrian Pop 
| | | | Date:   Sun Jul 29 07:09:14 2018 +0200
| | | | 
| | | |     [NF] tests for ticket:4966 overconstrained connection graph
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2580
| | | |       - OpenModelica/OpenModelica-testsuite#1002
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/OCGTests.mos
| | | | A	flattening/modelica/scodeinst/Rectifier.mo
| | | | A	flattening/modelica/scodeinst/Transformer.mo
| | | | 
| * | | commit b5ddaa63a562d1474e9fd3011d5762644e1766b8
| | | | Author: Per Östlund 
| | | | Date:   Wed Jul 4 14:57:21 2018 +0200
| | | | 
| | | |     [NF] Add ceval tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2561
| | | |       - OpenModelica/OpenModelica-testsuite#1001
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalArrayConstant1.mo
| | | | A	flattening/modelica/scodeinst/CevalArrayConstant2.mo
| | | | A	flattening/modelica/scodeinst/CevalArrayConstant3.mo
| | | | A	flattening/modelica/scodeinst/CevalConstant1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 69d6869ce2fc1bff9957a93368b967b8b525bdcf
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jul 3 20:57:52 2018 +0200
| | | | 
| | | |     Fix typo
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#1000
| | | | 
| | | | M	special/FmuExportCrossCompile/check-files.mos
| | | | 
| * | | commit fee18148d2583e345bd49a181dbc491142366075
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jul 3 19:51:24 2018 +0200
| | | | 
| | | |     Update expected output for steady state simulation
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2559
| | | |       - OpenModelica/OpenModelica-testsuite#999
| | | | 
| | | | M	simulation/modelica/others/steadyState.mos
| | | | 
| * | | commit 6ca0d8173ab7af1a1faff39e968450e1dbdc8d11
| | | | Author: Per Östlund 
| | | | Date:   Tue Jul 3 16:34:57 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2558
| | | |       - OpenModelica/OpenModelica-testsuite#998
| | | | 
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorDefault1.mo
| | | | 
| * | | commit 08b41690110bbe07cb7ae0abcf8013a6b38df857
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jul 3 09:25:23 2018 +0200
| | | | 
| | | |     Disabled the C++ static linking test
| | | |     
| | | |     The reason is that the test does not work (see ticket:5026).
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#997
| | | | 
| | | | M	openmodelica/cppruntime/staticLinking/Makefile
| | | | 
| * | | commit ab2c84c9c7a86f9ed7ab257df101e69e3d44e50d
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jul 3 09:05:23 2018 +0200
| | | | 
| | | |     Properly disable the Motor_mcp test
| | | |     
| | | |     605c99b disabled TESTFILES_MCP and not TESTFILES (which is used by
| | | |     partest).
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#996
| | | | 
| | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | 
| * | | commit 73619c7ed9a3ff50e5fd1e8cb075a5210de8f4fe
| | | | Author: Per Östlund 
| | | | Date:   Mon Jul 2 22:50:12 2018 +0200
| | | | 
| | | |     [NF] Update delay test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2552
| | | |       - OpenModelica/OpenModelica-testsuite#995
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinDelay.mo
| | | | 
| * | | commit 299bfbc503cff0f24266cba752216fd5cea649e9
| | | | Author: Per Östlund 
| | | | Date:   Mon Jul 2 14:30:04 2018 +0200
| | | | 
| | | |     [NF] Add cardinality tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2549
| | | |       - OpenModelica/OpenModelica-testsuite#994
| | | | 
| | | | R067	flattening/modelica/scodeinst/FuncBuiltinCardinality.mo	flattening/modelica/scodeinst/Cardinality1.mo
| | | | A	flattening/modelica/scodeinst/Cardinality2.mo
| | | | A	flattening/modelica/scodeinst/Cardinality3.mo
| | | | A	flattening/modelica/scodeinst/Cardinality4.mo
| | | | A	flattening/modelica/scodeinst/CardinalityInvalidArg1.mo
| | | | A	flattening/modelica/scodeinst/CardinalityInvalidArg2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit bfcb3895ccdea0472e5482602adf69d4bdb5ba4f
| | | | Author: Per Östlund 
| | | | Date:   Mon Jul 2 12:35:27 2018 +0200
| | | | 
| | | |     [NF] Add extends test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2547
| | | |       - OpenModelica/OpenModelica-testsuite#993
| | | | 
| | | | A	flattening/modelica/scodeinst/Extends5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 5b2ac558f99c04d185e23c9a1dbdb4396ea0189d
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jul 2 09:44:46 2018 +0200
| | | | 
| | | |     Stop testing testBug3902
| | | |     
| | | |     The TEST_SPECIAL job tests the FMU cross-compilation and the servers do
| | | |     not necessarily have a 1GB MinGW cross-compilation toolchain installed.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#992
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | D	openmodelica/fmi/ModelExchange/2.0/testBug3902.mos
| | | | 
| * | | commit 605c99bb32646881b043a1cd87ae459e263edc9b
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jul 2 09:39:33 2018 +0200
| | | | 
| | | |     Disable HPCOM test Motor_mcp_omp
| | | |     
| | | |     The parallel version of this model sometimes deadlocks and even when it
| | | |     does not, it takes 3 times longer than the serial version of the model.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#992
| | | | 
| | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | 
| * | | commit 276bf6fefa1f5c09840e50716479e309394ae417
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Jul 1 21:19:59 2018 +0200
| | | | 
| | | |     Change tested cross-compiled+run platforms
| | | |     
| | | |     - Stop testing darwin32 (the platform is dead).
| | | |     - Do verify results for armhf.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#991
| | | | 
| | | | M	special/FmuExportCrossCompile/Makefile
| | | | M	special/FmuExportCrossCompile/check-files.mos
| | | | 
| * | | commit 6f6611995ece410196b3092f02c4aec500b5b50f
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Jul 1 18:13:51 2018 +0200
| | | | 
| | | |     Add script to run FMUs through Jenkins
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#990
| | | | 
| | | | M	.gitvalidfiles
| | | | M	special/FmuExportCrossCompile/fmuExportCrossCompile.mos
| | | | A	special/FmuExportCrossCompile/single-fmu-run.sh
| | | | 
| * | | commit bcaffcb5f2d3f60a2211907a5c825181be07fcab
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Jul 1 16:04:47 2018 +0200
| | | | 
| | | |     Move creation of the tar.xz to the Jenkinsfile
| | | |     
| | | |     To make testing possible using docker images and ARM/Apple hardware,
| | | |     move the scripting to the Jenkinsfile.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#989
| | | | 
| | | | M	special/FmuExportCrossCompile/Makefile
| | | | 
| * | | commit a1214cb0a2da949f15839ea6cd13c5da045863c9
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Jul 1 15:33:21 2018 +0200
| | | | 
| | | |     Also build x86 in docker
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#988
| | | | 
| | | | M	special/FmuExportCrossCompile/fmuExportCrossCompile.mos
| | | | 
| * | | commit b4d738da10abaf4d42dafd13762e647c9d7504c5
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Jun 30 12:50:20 2018 +0200
| | | | 
| | | |     Cross-compile FMUs using docker or the local machine
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2545
| | | |       - OpenModelica/OpenModelica-testsuite#987
| | | | 
| | | | M	special/FmuExportCrossCompile/Makefile
| | | | M	special/FmuExportCrossCompile/fmuExportCrossCompile.mos
| | | | 
| * | | commit ba2ec98853e785f841524a0186a8c9a45f2890ac
| | | | Author: Per Östlund 
| | | | Date:   Fri Jun 29 13:58:29 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2542
| | | |       - OpenModelica/OpenModelica-testsuite#986
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinProduct.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSum.mo
| | | | 
| * | | commit 863cf13416e185f3bb473b7560d151bc39af801d
| | | | Author: Per Östlund 
| | | | Date:   Thu Jun 28 19:07:18 2018 +0200
| | | | 
| | | |     [NF] Add scalar() test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2539
| | | |       - OpenModelica/OpenModelica-testsuite#985
| | | | 
| | | | A	flattening/modelica/scodeinst/FuncBuiltinScalar2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 3609d875d094369c4f6d9cd9f178bd383b31d13c
| | | | Author: Per Östlund 
| | | | Date:   Thu Jun 28 13:27:38 2018 +0200
| | | | 
| | | |     [NF] Add unknown dim test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2537
| | | |       - OpenModelica/OpenModelica-testsuite#984
| | | | 
| | | | A	flattening/modelica/scodeinst/DimUnknown9.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit dba6b173aa05d2cee1ef0eb3feff07cced1c104e
| | | | Author: Per Östlund 
| | | | Date:   Wed Jun 27 15:02:46 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2532
| | | |       - OpenModelica/OpenModelica-testsuite#983
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/OperationAdd1.mo
| | | | M	flattening/modelica/scodeinst/OperationSub1.mo
| | | | A	flattening/modelica/scodeinst/TupleOperation5.mo
| | | | 
| * | | commit 4eaab01e8ee8bf7831bfab13e0c19cad99d42828
| | | | Author: Per Östlund 
| | | | Date:   Tue Jun 26 13:44:41 2018 +0200
| | | | 
| | | |     [NF] Added conditional connector test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2529
| | | |       - OpenModelica/OpenModelica-testsuite#982
| | | | 
| | | | A	flattening/modelica/scodeinst/Condition6.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 20dc212eabad8bc5af2699a5b075504061c29f43
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 25 16:10:39 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2526
| | | |       - OpenModelica/OpenModelica-testsuite#981
| | | | 
| | | | M	flattening/modelica/scodeinst/OperatorOverloadArrayOp1.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructor1.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorHideDefault.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorSimple.mo
| | | | 
| * | | commit d023d7a5b2ed82bba12a1648b02736ce0976abd9
| | | | Author: Per Östlund 
| | | | Date:   Thu Jun 21 16:37:09 2018 +0200
| | | | 
| | | |     [NF] Add if-equation test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2518
| | | |       - OpenModelica/OpenModelica-testsuite#980
| | | | 
| | | | A	flattening/modelica/scodeinst/IfEquation5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit fb8371207f1f141c212bdb5bedf855184bf1e3d7
| | | | Author: Per Östlund 
| | | | Date:   Thu Jun 21 14:45:13 2018 +0200
| | | | 
| | | |     [NF] Add record array evaluation tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2517
| | | |       - OpenModelica/OpenModelica-testsuite#979
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalRecordArray1.mo
| | | | A	flattening/modelica/scodeinst/CevalRecordArray2.mo
| | | | A	flattening/modelica/scodeinst/CevalRecordArray3.mo
| | | | A	flattening/modelica/scodeinst/CevalRecordArray4.mo
| | | | A	flattening/modelica/scodeinst/CevalRecordArray5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/RecordBinding2.mo
| | | | 
| * | | commit bede77897f126e6001565dab5bf6d28c014b9081
| | | | Author: Per Östlund 
| | | | Date:   Tue Jun 19 16:32:00 2018 +0200
| | | | 
| | | |     [NF] Update operator overloading tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2515
| | | |       - OpenModelica/OpenModelica-testsuite#978
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/OperatorOverloadArrayOp1.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadArrayOp2.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadArrayOp3.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadBinaryAmbiguousTwoRecords.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | 
| * | | commit 71716621c7f6806ae98e8a446660cdd9498486d6
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 18 15:47:09 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2513
| | | |       - OpenModelica/OpenModelica-testsuite#977
| | | | 
| | | | M	flattening/modelica/scodeinst/CevalFuncRecord1.mo
| | | | M	flattening/modelica/scodeinst/CevalFuncRecord2.mo
| | | | M	flattening/modelica/scodeinst/CevalFuncRecord3.mo
| | | | M	flattening/modelica/scodeinst/CevalFuncRecord4.mo
| | | | M	flattening/modelica/scodeinst/CevalFuncRecord5.mo
| | | | 
| * | | commit 11fdfba1bfd7b8b25c65e33ee71ef2c2f8539372
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 18 11:57:55 2018 +0200
| | | | 
| | | |     [NF] Add function evaluation test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2512
| | | |       - OpenModelica/OpenModelica-testsuite#976
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalFuncArray4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit b9da8d025e3f248f3b30976855c0b9f6d73dd9a3
| | | | Author: Per Östlund 
| | | | Date:   Fri Jun 15 14:14:02 2018 +0200
| | | | 
| | | |     [NF] Update function vectorization tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2508
| | | |       - OpenModelica/OpenModelica-testsuite#975
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncStringInvalid1.mo
| | | | D	flattening/modelica/scodeinst/FuncStringInvalid3.mo
| | | | R051	flattening/modelica/scodeinst/FuncVectorizatio1.mo	flattening/modelica/scodeinst/FuncVectorization1.mo
| | | | R069	flattening/modelica/scodeinst/FuncVectorizatio2.mo	flattening/modelica/scodeinst/FuncVectorization2.mo
| | | | A	flattening/modelica/scodeinst/FuncVectorization3.mo
| | | | R085	flattening/modelica/scodeinst/FuncVectorizatioBuiltin.mo	flattening/modelica/scodeinst/FuncVectorizationBuiltin.mo
| | | | R068	flattening/modelica/scodeinst/FuncVectorizatioMap1.mo	flattening/modelica/scodeinst/FuncVectorizationMap1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 546f250708e6a46d10ba5faaf632d856b28c1c6c
| | | | Author: Per Östlund 
| | | | Date:   Thu Jun 14 16:02:43 2018 +0200
| | | | 
| | | |     [NF] Update and add operator overloading tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2504
| | | |       - OpenModelica/OpenModelica-testsuite#974
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/OperatorNonEncapsulated1.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadBinaryAmbiguous.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadBinaryAmbiguousTwoRecords.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadBinaryWithBuiltin.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadConstructor1.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadConstructorDefault1.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadConstructorDefault2.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorHideDefault.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadConstructorInvalidOutput1.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadConstructorInvalidOutput2.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorSimple.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadError1.mo
| | | | 
| * | | commit 3cc7e9dc56f270d678d2baa9a122c0fd150163f8
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 11 17:28:29 2018 +0200
| | | | 
| | | |     [NF] Add function derivative tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2501
| | | |       - OpenModelica/OpenModelica-testsuite#973
| | | | 
| | | | A	flattening/modelica/scodeinst/FunctionDerivative1.mo
| | | | A	flattening/modelica/scodeinst/FunctionDerivativeInvalidInput1.mo
| | | | A	flattening/modelica/scodeinst/FunctionDerivativeInvalidOrder1.mo
| | | | A	flattening/modelica/scodeinst/FunctionDerivativeInvalidOrder2.mo
| | | | A	flattening/modelica/scodeinst/FunctionDerivativeMissingName1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 82c85da6fc844f01b3de32ed06fe69258c5c5485
| | | | Author: Per Östlund 
| | | | Date:   Fri Jun 8 14:11:54 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2499
| | | |       - OpenModelica/OpenModelica-testsuite#972
| | | | 
| | | | A	flattening/modelica/scodeinst/ForEquation7.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinProduct.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSum.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit f42c0a917b5e3bdcc194f19d2a97a60c3971a1ff
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 4 18:17:47 2018 +0200
| | | | 
| | | |     [NF] Add more function evaluation tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2496
| | | |       - OpenModelica/OpenModelica-testsuite#971
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalFuncSubscript1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncSubscript2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 391deb85b3bc3d5524a4e49c9b08577c0893d654
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 4 16:07:39 2018 +0200
| | | | 
| | | |     [NF] Add function evaluation test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2494
| | | |       - OpenModelica/OpenModelica-testsuite#970
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalFuncRecord5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 61b04277bca5c8c2a9ddb676c4bb0063157488f1
| | | | Author: Per Östlund 
| | | | Date:   Fri Jun 1 13:06:31 2018 +0200
| | | | 
| | | |     [NF] Add nested 'end' test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2485
| | | |       - OpenModelica/OpenModelica-testsuite#969
| | | | 
| | | | A	flattening/modelica/scodeinst/End5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 0b2fd737bda74169249641a14107bf113e1c4e73
| | | | Author: Per Östlund 
| | | | Date:   Thu May 31 19:08:11 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2483
| | | |       - OpenModelica/OpenModelica-testsuite#968
| | | | 
| | | | M	flattening/modelica/scodeinst/CevalSub1.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements10.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 891adba85f2a487fbbd810b085851ebf6586524b
| | | | Author: Per Östlund 
| | | | Date:   Thu May 31 14:19:40 2018 +0200
| | | | 
| | | |     Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2482
| | | |       - OpenModelica/OpenModelica-testsuite#967
| | | | 
| | | | M	simulation/modelica/inheritances/Ticket4258a.mo
| | | | 
| * | | commit 5f261263988c94dd95cac182e735f0889acaae6a
| | | | Author: Per Östlund 
| | | | Date:   Wed May 30 19:20:59 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2481
| | | |       - OpenModelica/OpenModelica-testsuite#966
| | | | 
| | | | M	flattening/modelica/scodeinst/Concatenation2.mo
| | | | A	flattening/modelica/scodeinst/FuncStringInvalid3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/inst7.mo
| | | | 
| * | | commit 7e8c5265f5b6405ff0cd25e5d15400a1b1fd25c1
| | | | Author: Per Östlund 
| | | | Date:   Wed May 30 12:05:02 2018 +0200
| | | | 
| | | |     [NF] Add more 'when' tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2480
| | | |       - OpenModelica/OpenModelica-testsuite#965
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/WhenIllegalContext1.mo
| | | | A	flattening/modelica/scodeinst/WhenIllegalContext2.mo
| | | | A	flattening/modelica/scodeinst/WhenIllegalContext3.mo
| | | | A	flattening/modelica/scodeinst/WhenIllegalContext4.mo
| | | | A	flattening/modelica/scodeinst/WhenNested2.mo
| | | | 
| * | | commit fedcaa24dfc40e2677cbd7e8fc7973a3b4a1a4d2
| | | | Author: Per Östlund 
| | | | Date:   Mon May 28 11:30:39 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2474
| | | |       - OpenModelica/OpenModelica-testsuite#964
| | | | 
| | | | M	flattening/modelica/scodeinst/ExtendsShort2.mo
| | | | M	flattening/modelica/scodeinst/ExtendsVisibility5.mo
| | | | M	flattening/modelica/scodeinst/FuncMap1.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadAmbiguousDefault.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadExactPrefer.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadMulti.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadNoMatch.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadSimple.mo
| | | | M	flattening/modelica/scodeinst/FuncVectorizatio1.mo
| | | | M	flattening/modelica/scodeinst/FuncVectorizatio2.mo
| | | | M	flattening/modelica/scodeinst/FuncVectorizatioMap1.mo
| | | | M	flattening/modelica/scodeinst/FuncViaComp.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Prefix3.mo
| | | | M	flattening/modelica/scodeinst/RedeclareFunction1.mo
| | | | 
| * | | commit 434849110a0fecf680a1913829fbefcf1693a66a
| | | | Author: Per Östlund 
| | | | Date:   Sat May 26 11:48:06 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2473
| | | |       - OpenModelica/OpenModelica-testsuite#963
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncVectorizatioMap1.mo
| | | | 
| * | | commit 3c2d914ade51e777d83cd1ec16e71a2ac602ef46
| | | | Author: Per Östlund 
| | | | Date:   Fri May 25 14:05:21 2018 +0200
| | | | 
| | | |     [NF] Add function record parameter tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2468
| | | |       - OpenModelica/OpenModelica-testsuite#962
| | | | 
| | | | M	flattening/modelica/scodeinst/FunctionRecordArg1.mo
| | | | A	flattening/modelica/scodeinst/FunctionRecordArg2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 47387c8ad2d4eb7a1cf002ae645a3f27a77d8a58
| | | | Author: Per Östlund 
| | | | Date:   Thu May 24 13:33:24 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2465
| | | |       - OpenModelica/OpenModelica-testsuite#961
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinLinspace.mo
| | | | M	flattening/modelica/scodeinst/SubscriptCevalIndexRange1.mo
| | | | M	flattening/modelica/scodeinst/SubscriptReduction1.mo
| | | | 
| * | | commit 73c624c48e219943e9d86ea170be8f5de4a7ace4
| | | | Author: Per Östlund 
| | | | Date:   Thu May 24 12:14:11 2018 +0200
| | | | 
| | | |     [NF] Add array concatenation test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2463
| | | |       - OpenModelica/OpenModelica-testsuite#960
| | | | 
| | | | A	flattening/modelica/scodeinst/Concatenation2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 62a0cb4664189604c9bcac082852aedb0ff8d23d
| | | | Author: Per Östlund 
| | | | Date:   Wed May 23 12:12:48 2018 +0200
| | | | 
| | | |     [NF] Add tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2457
| | | |       - OpenModelica/OpenModelica-testsuite#959
| | | | 
| | | | A	flattening/modelica/scodeinst/ForEquation6.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/When4.mo
| | | | 
| * | | commit 74a7737ef8e04dbd6f4aedbdc1ee1e1a6157ef4d
| | | | Author: Per Östlund 
| | | | Date:   Tue May 22 23:23:22 2018 +0200
| | | | 
| | | |     [NF] Added prefixing test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2456
| | | |       - OpenModelica/OpenModelica-testsuite#958
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Prefix2.mo
| | | | 
| * | | commit abc79f2f869ebcb9cb7a6035bf8b2cfb4a65791b
| | | | Author: Per Östlund 
| | | | Date:   Tue May 22 22:40:24 2018 +0200
| | | | 
| | | |     [NF] Add prefixing test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2455
| | | |       - OpenModelica/OpenModelica-testsuite#957
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Prefix1.mo
| | | | 
| * | | commit 4a35da1d536a5a8aaa78c85cb441705247f41be8
| | | | Author: Per Östlund 
| | | | Date:   Tue May 22 21:33:11 2018 +0200
| | | | 
| | | |     [NF] Add dimension deduction test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2454
| | | |       - OpenModelica/OpenModelica-testsuite#956
| | | | 
| | | | A	flattening/modelica/scodeinst/DimUnknown8.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit f0dc63558086e29fcd6966263c6860b7df026d9d
| | | | Author: Per Östlund 
| | | | Date:   Tue May 22 15:36:25 2018 +0200
| | | | 
| | | |     [NF] Add builtin attribute test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2453
| | | |       - OpenModelica/OpenModelica-testsuite#955
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute19.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 3c4e9ad54d1d6c678d7357de7e524072016ce845
| | | | Author: Per Östlund 
| | | | Date:   Tue May 22 15:12:37 2018 +0200
| | | | 
| | | |     [NF] Update test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2452
| | | |       - OpenModelica/OpenModelica-testsuite#954
| | | | 
| | | | M	flattening/modelica/scodeinst/DimUnknown4.mo
| | | | 
| * | | commit adbecab95f010df3fb6e00bbd7f07d73f5da6365
| | | | Author: Per Östlund 
| | | | Date:   Tue May 22 13:20:37 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2450
| | | |       - OpenModelica/OpenModelica-testsuite#953
| | | | 
| | | | M	flattening/modelica/scodeinst/CevalAcos2.mo
| | | | M	flattening/modelica/scodeinst/CevalLog102.mo
| | | | M	flattening/modelica/scodeinst/CevalLog2.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinAbs.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinCeil.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinDiv.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinFloor.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinInteger.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMath.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMax.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMin.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMod.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinProduct.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinRem.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinScalar.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSign.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSize.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSqrt.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSum.mo
| | | | M	flattening/modelica/scodeinst/FuncInteger.mo
| | | | M	flattening/modelica/scodeinst/FuncString.mo
| | | | 
| * | | commit bc4d22860adababc6b08d0c26fee5366906a8d5c
| | | | Author: Per Östlund 
| | | | Date:   Tue May 22 12:17:17 2018 +0200
| | | | 
| | | |     [NF] Add array binding test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2449
| | | |       - OpenModelica/OpenModelica-testsuite#952
| | | | 
| | | | A	flattening/modelica/scodeinst/BindingArray8.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit affad0bf4fa93bffd743cfc504e437c0fd3ab716
| | | | Author: Per Östlund 
| | | | Date:   Tue May 22 11:42:58 2018 +0200
| | | | 
| | | |     [NF] Add more class modifier tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2448
| | | |       - OpenModelica/OpenModelica-testsuite#951
| | | | 
| | | | M	flattening/modelica/scodeinst/ClassMod1.mo
| | | | M	flattening/modelica/scodeinst/ClassMod2.mo
| | | | A	flattening/modelica/scodeinst/ClassMod3.mo
| | | | A	flattening/modelica/scodeinst/ClassMod4.mo
| | | | A	flattening/modelica/scodeinst/ClassMod5.mo
| | | | A	flattening/modelica/scodeinst/ClassMod6.mo
| | | | M	flattening/modelica/scodeinst/DimUnknown4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/TypeDimNonType1.mo
| | | | 
| * | | commit 05591447fb84dde0bd3c6b2bec26be697783e06d
| | | | Author: Per Östlund 
| | | | Date:   Mon May 21 12:10:35 2018 +0200
| | | | 
| | | |     [NF] Add more record evaluation tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2447
| | | |       - OpenModelica/OpenModelica-testsuite#950
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalRecord5.mo
| | | | A	flattening/modelica/scodeinst/CevalRecord6.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 2a436ddf003b6d6f95774d39d977ad04ad1d60d9
| | | | Author: Per Östlund 
| | | | Date:   Thu May 17 19:39:07 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2442
| | | |       - OpenModelica/OpenModelica-testsuite#949
| | | | 
| | | | M	flattening/modelica/scodeinst/BuiltinAttribute5.mo
| | | | M	flattening/modelica/scodeinst/BuiltinAttribute6.mo
| | | | M	flattening/modelica/scodeinst/DimUnknown4.mo
| | | | M	flattening/modelica/scodeinst/Each3.mo
| | | | 
| * | | commit 9a756d2b5c46760a74fdafec4a76276962206d4e
| | | | Author: Per Östlund 
| | | | Date:   Thu May 17 16:48:52 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2441
| | | |       - OpenModelica/OpenModelica-testsuite#948
| | | | 
| | | | M	flattening/modelica/scodeinst/CevalFuncRecord3.mo
| | | | A	flattening/modelica/scodeinst/CevalRecord1.mo
| | | | A	flattening/modelica/scodeinst/CevalRecord2.mo
| | | | A	flattening/modelica/scodeinst/CevalRecord3.mo
| | | | A	flattening/modelica/scodeinst/CevalRecord4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/OperatorOverloadBinaryAmbiguousTwoRecords.mo
| | | | 
| * | | commit 13aad5f7ad125ad8d563bba3296681eb21603343
| | | | Author: Per Östlund 
| | | | Date:   Wed May 16 16:53:26 2018 +0200
| | | | 
| | | |     [NF] Update getInstanceName test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2438
| | | |       - OpenModelica/OpenModelica-testsuite#947
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinGetInstanceName.mo
| | | | 
| * | | commit 5df20c635a6c91e75bd6ad3f9bb86396ce4b6c82
| | | | Author: Per Östlund 
| | | | Date:   Wed May 16 16:22:07 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2437
| | | |       - OpenModelica/OpenModelica-testsuite#946
| | | | 
| | | | M	flattening/modelica/scodeinst/ClassExtends4.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadBinaryWithBuiltin.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorHideDefault.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadConstructorSimple.mo
| | | | 
| * | | commit bad53a2fdce9a401fa78108129d8c234d2579346
| | | | Author: Per Östlund 
| | | | Date:   Wed May 16 15:33:28 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2436
| | | |       - OpenModelica/OpenModelica-testsuite#945
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | R074	flattening/modelica/scodeinst/OperatorOverloadConstrutorHideDefault.mo	flattening/modelica/scodeinst/OperatorOverloadConstructorHideDefault.mo
| | | | R072	flattening/modelica/scodeinst/OperatorOverloadConstrutorSimple.mo	flattening/modelica/scodeinst/OperatorOverloadConstructorSimple.mo
| | | | M	flattening/modelica/scodeinst/ceval3.mo
| | | | M	flattening/modelica/scodeinst/cond4.mo
| | | | 
| * | | commit 7b94780afc0702e29b8bc5c888aef29576b2eea0
| | | | Author: Per Östlund 
| | | | Date:   Tue May 15 17:39:46 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2434
| | | |       - OpenModelica/OpenModelica-testsuite#944
| | | | 
| | | | M	flattening/modelica/scodeinst/Assert1.mo
| | | | M	flattening/modelica/scodeinst/Assert3.mo
| | | | M	flattening/modelica/scodeinst/Concatenation.mo
| | | | M	flattening/modelica/scodeinst/ForEquation1.mo
| | | | M	flattening/modelica/scodeinst/ForEquation2.mo
| | | | M	flattening/modelica/scodeinst/ForEquation3.mo
| | | | M	flattening/modelica/scodeinst/ForEquation4.mo
| | | | M	flattening/modelica/scodeinst/ForEquation5.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinCross.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinDiagonal.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinIdentity.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMatrix.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinOuterProduct.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSkew.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSymmetric.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinTranspose.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinVector.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecursive1.mo
| | | | M	flattening/modelica/scodeinst/InStreamNominalThreshold.mo
| | | | M	flattening/modelica/scodeinst/OperationAdd1.mo
| | | | M	flattening/modelica/scodeinst/OperationSub1.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | 
| * | | commit 678ea021bb1040520ff27820a86fd3e9c40ce8d4
| | | | Author: Per Östlund 
| | | | Date:   Mon May 14 11:18:50 2018 +0200
| | | | 
| | | |     [NF] Add inner outer test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2429
| | | |       - OpenModelica/OpenModelica-testsuite#943
| | | | 
| | | | A	flattening/modelica/scodeinst/InnerOuter9.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit ce77458a496f4fd787e681f31c2d8170955dcb22
| | | | Author: Per Östlund 
| | | | Date:   Wed May 9 14:20:52 2018 +0200
| | | | 
| | | |     [NF] Added function evaluation tests with arrays.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2421
| | | |       - OpenModelica/OpenModelica-testsuite#942
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalFuncArray1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncArray2.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncArray3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit c0e3759b9c8e9e81b01910d166991837784ab8fa
| | | | Author: Per Östlund 
| | | | Date:   Mon May 7 19:44:36 2018 +0200
| | | | 
| | | |     [NF] More test for records in function evaluation.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2415
| | | |       - OpenModelica/OpenModelica-testsuite#941
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalFuncRecord2.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncRecord3.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncRecord4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 83fe9fa19b954ca82f6140f253c6fdaf6523c047
| | | | Author: Per Östlund 
| | | | Date:   Mon May 7 16:24:54 2018 +0200
| | | | 
| | | |     [NF] Added function evaluation test with record.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2414
| | | |       - OpenModelica/OpenModelica-testsuite#940
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalFuncRecord1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 2ec16438759300e60de942d4c5b3f2aa645d081a
| | | | Author: Per Östlund 
| | | | Date:   Mon May 7 15:12:20 2018 +0200
| | | | 
| | | |     [NF] Evaluation tests for linspace and reductions.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2413
| | | |       - OpenModelica/OpenModelica-testsuite#939
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalLinspace1.mo
| | | | A	flattening/modelica/scodeinst/CevalReduction1.mo
| | | | A	flattening/modelica/scodeinst/CevalReduction2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 23034441805b00e8619b8215b57b8452c37bbcba
| | | | Author: Per Östlund 
| | | | Date:   Mon May 7 12:43:36 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2412
| | | |       - OpenModelica/OpenModelica-testsuite#938
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinCross.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinLinspace.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinOuterProduct.mo
| | | | 
| * | | commit 23774333f6046f6b320130bbec8112bca6b07cb7
| | | | Author: Per Östlund 
| | | | Date:   Fri May 4 16:49:55 2018 +0200
| | | | 
| | | |     [NF] Add test for duplicate params in function.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2410
| | | |       - OpenModelica/OpenModelica-testsuite#937
| | | | 
| | | | A	flattening/modelica/scodeinst/FuncDuplicateParams1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 9fbd53a154b7ba8bb4f4e5d5f315045beb4f54c8
| | | | Author: Per Östlund 
| | | | Date:   Thu May 3 19:50:52 2018 +0200
| | | | 
| | | |     [NF] Added function evaluation tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica#73
| | | |       - OpenModelica/OMCompiler#2407
| | | |       - OpenModelica/OpenModelica-testsuite#936
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalFunc1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncAssert1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncAssert2.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncFor1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncFor2.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncIf1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncRecursive1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncRecursive2.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncTerminate1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncWhile1.mo
| | | | A	flattening/modelica/scodeinst/CevalFuncWhile2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit a523321a435d44af4472721b8a4c56f3952a2654
| | | | Author: Per Östlund 
| | | | Date:   Fri Apr 27 16:29:20 2018 +0200
| | | | 
| | | |     [NF] Add ceval test for Integer().
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2401
| | | |       - OpenModelica/OpenModelica-testsuite#935
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalIntegerEnum1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit bdad486760f0ed052ba47c9af21016e649d1e9cd
| | | | Author: Per Östlund 
| | | | Date:   Thu Apr 26 15:31:54 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2398
| | | |       - OpenModelica/OpenModelica-testsuite#934
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalAdd1.mo
| | | | M	flattening/modelica/scodeinst/CevalDer2.mo
| | | | A	flattening/modelica/scodeinst/CevalIf1.mo
| | | | A	flattening/modelica/scodeinst/CevalLogical1.mo
| | | | A	flattening/modelica/scodeinst/CevalMatrixPow1.mo
| | | | A	flattening/modelica/scodeinst/CevalMatrixProduct1.mo
| | | | A	flattening/modelica/scodeinst/CevalMatrixVectorMul1.mo
| | | | A	flattening/modelica/scodeinst/CevalMul1.mo
| | | | A	flattening/modelica/scodeinst/CevalRelation1.mo
| | | | A	flattening/modelica/scodeinst/CevalString1.mo
| | | | A	flattening/modelica/scodeinst/CevalSub1.mo
| | | | A	flattening/modelica/scodeinst/CevalVectorMatrixMul1.mo
| | | | A	flattening/modelica/scodeinst/CevalVectorProduct1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/OperationAdd1.mo
| | | | M	flattening/modelica/scodeinst/OperationSub1.mo
| | | | M	flattening/modelica/scodeinst/OperationVectorMatrixProduct1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptCevalIndexRange1.mo
| | | | M	flattening/modelica/scodeinst/SubscriptReduction1.mo
| | | | M	flattening/modelica/scodeinst/ceval1.mo
| | | | M	flattening/modelica/scodeinst/ceval2.mo
| | | | D	flattening/modelica/scodeinst/ceval6.mo
| | | | 
| * | | commit b3f8af8920067f4ab65a1f1880bd5d9983c814db
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 25 09:31:08 2018 +0200
| | | | 
| | | |     Number of output points changed
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2395
| | | |       - OpenModelica/OpenModelica-testsuite#933
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos
| | | | 
| * | | commit 6a1cc9a99d3a36ba40a6f3a6cc480c531cb87b9d
| | | | Author: Per Östlund 
| | | | Date:   Tue Apr 24 13:48:36 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2394
| | | |       - OpenModelica/OpenModelica-testsuite#932
| | | | 
| | | | M	flattening/modelica/scodeinst/Concatenation.mo
| | | | 
| * | | commit 0db66a6deaba44a5423d5d570d160506d55512ec
| | | | Author: Per Östlund 
| | | | Date:   Tue Apr 24 12:45:39 2018 +0200
| | | | 
| | | |     [NF] Add reduction subscripting test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2392
| | | |       - OpenModelica/OpenModelica-testsuite#931
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/SubscriptReduction1.mo
| | | | 
| * | | commit 81d5698750939e3c2bb5f58943d16a12a3201077
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 24 08:18:44 2018 +0200
| | | | 
| | | |     Fix typo in translateModelFMU command
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2390
| | | |       - OpenModelica/OpenModelica-testsuite#930
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
| | | | 
| * | | commit a39ede2893b48727fc751a3541e1dd5ab9436112
| | | | Author: Per Östlund 
| | | | Date:   Sat Apr 21 15:28:49 2018 +0200
| | | | 
| | | |     [NF] Updated tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2384
| | | |       - OpenModelica/OpenModelica-testsuite#929
| | | | 
| | | | M	flattening/modelica/scodeinst/BuiltinAttribute13.mo
| | | | M	flattening/modelica/scodeinst/BuiltinAttribute16.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute17.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute18.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Subscript4.mo
| | | | 
| * | | commit 1787fde907c2eb392aa5f1816ed9ddd92b12d537
| | | | Author: Per Östlund 
| | | | Date:   Fri Apr 20 23:12:08 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2383
| | | |       - OpenModelica/OpenModelica-testsuite#928
| | | | 
| | | | A	flattening/modelica/scodeinst/EnumInvalidLiteralName1.mo
| | | | A	flattening/modelica/scodeinst/EqualityConstraint1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/TypeExtends1.mo
| | | | A	flattening/modelica/scodeinst/TypeMissingBaseType1.mo
| | | | M	flattening/modelica/scodeinst/type2.mo
| | | | M	flattening/modelica/scodeinst/usertype5.mo
| | | | M	flattening/modelica/scodeinst/usertype6.mo
| | | | 
| * | | commit 14f66e7b8c9ec19dbbd6d45f8ef81da4992304dd
| | | | Author: Willi Braun 
| | | | Date:   Wed Apr 18 17:04:36 2018 +0200
| | | | 
| | | |     [SC] update tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2379
| | | |       - OpenModelica/OpenModelica-testsuite#927
| | | | 
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/nonlinear_system/problem10.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/testParamDivision.mos
| | | | M	simulation/modelica/tearing/testTearingStrictness.mos
| | | | 
| * | | commit 42c11db1c1571637c1920d86ede45d1ca58b3049
| | | | Author: Per Östlund 
| | | | Date:   Wed Apr 18 11:49:58 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2380
| | | |       - OpenModelica/OpenModelica-testsuite#926
| | | | 
| | | | M	flattening/modelica/scodeinst/ConnectArrays3.mo
| | | | 
| * | | commit fb1806b9d300cb7c1c4e63a41a10b285541721f8
| | | | Author: Per Östlund 
| | | | Date:   Tue Apr 17 17:23:23 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2378
| | | |       - OpenModelica/OpenModelica-testsuite#925
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncUnknownDim2.mo
| | | | 
| * | | commit 5ac354546b0affc415c4576ae7f5db7d31a4a575
| | | | Author: Per Östlund 
| | | | Date:   Mon Apr 16 18:36:16 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2370
| | | |       - OpenModelica/OpenModelica-testsuite#923
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute16.mo
| | | | M	flattening/modelica/scodeinst/Each1.mo
| | | | A	flattening/modelica/scodeinst/Each3.mo
| | | | A	flattening/modelica/scodeinst/Each4.mo
| | | | A	flattening/modelica/scodeinst/Each5.mo
| | | | A	flattening/modelica/scodeinst/ExtendsMod1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/TypeDimNonType1.mo
| | | | 
| * | | commit a538e8bede527ce7ee8e42c6d944860d3aeb4aa3
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 13 14:01:16 2018 +0200
| | | | 
| | | |     Expected output for SimCode alias equations
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2361
| | | |       - OpenModelica/OpenModelica-testsuite#922
| | | | 
| | | | M	openmodelica/cruntime/debugDumps/testDumpEvents.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos
| | | | M	simulation/modelica/nonlinear_system/TestInputIteration.mos
| | | | 
| * | | commit ad900fc763fb0c57ebb2b62a2bd463ea87ec7b01
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 12 07:44:55 2018 +0200
| | | | 
| | | |     [NF] Expected output from evaluating ranges
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2316
| | | |       - OpenModelica/OpenModelica-testsuite#921
| | | | 
| | | | M	flattening/modelica/scodeinst/ConnectArrays3.mo
| | | | 
| * | | commit ce80c430a29dcacf22c91b29741a6d40fc040512
| | | | Author: Willi Braun 
| | | | Date:   Tue Apr 10 16:56:52 2018 +0200
| | | | 
| | | |     update all tests which dumping equations
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2349
| | | |       - OpenModelica/OpenModelica-testsuite#920
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse2_comSubExp.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls14.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls2.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls5.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq2.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq3.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq4.mos
| | | | M	simulation/modelica/inlineFunction/testBug4808.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/others/localKnownVars.mos
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | M	simulation/modelica/parameters/parameterTest10.mos
| | | | M	simulation/modelica/parameters/parameterTest11.mos
| | | | M	simulation/modelica/parameters/parameterTest12.mos
| | | | M	simulation/modelica/parameters/parameterTest13.mos
| | | | M	simulation/modelica/parameters/parameterTest16.mos
| | | | M	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/parameters/parameterTest6.mos
| | | | M	simulation/modelica/parameters/parameterTest8.mos
| | | | M	simulation/modelica/parameters/parameterTest9.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | | | M	simulation/modelica/synchronous/WhenClocks.mos
| | | | M	simulation/modelica/synchronous/subSample.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 3b1f542e399f8b3fc3d2a97a5b7f303969f4f62c
| | | | Author: Willi Braun 
| | | | Date:   Tue Apr 10 13:15:51 2018 +0200
| | | | 
| | | |     Expanded test for dependencies testing
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2349
| | | |       - OpenModelica/OpenModelica-testsuite#920
| | | | 
| | | | M	simulation/modelica/daemode/testDAEPackage.mo
| | | | M	simulation/modelica/daemode/testDAEp5.mos
| | | | 
| * | | commit dd48100867f2a7511ed9707bd4bddb19f7129fe2
| | | | Author: Willi Braun 
| | | | Date:   Mon Apr 9 21:19:27 2018 +0200
| | | | 
| | | |     enable inline function tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#919
| | | | 
| | | | M	Makefile
| | | | M	simulation/modelica/inlineFunction/forceComplexEq.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq2.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq3.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq4.mos
| | | | M	simulation/modelica/inlineFunction/inlineArray1.mos
| | | | M	simulation/modelica/inlineFunction/inlineArray2.mos
| | | | M	simulation/modelica/inlineFunction/inlineArray3.mos
| | | | M	simulation/modelica/inlineFunction/inlineArrayRecord.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction1.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction10.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction11.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction2.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction3.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction4.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction5.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction6.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction7.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction8.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction9.mos
| | | | M	simulation/modelica/inlineFunction/inlineRecords1.mos
| | | | M	simulation/modelica/inlineFunction/testBug3687.mos
| | | | M	simulation/modelica/inlineFunction/testBug3997.mos
| | | | M	simulation/modelica/inlineFunction/testComplexMath.mos
| | | | 
| * | | commit 6b0b10899ebfbc43c14e8bb6cf0c7c1207c9bf39
| | | | Author: vruge 
| | | | Date:   Sat Apr 7 11:58:07 2018 +0200
| | | | 
| | | |     fix tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#918
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | 
| * | | commit b29ad13192fa3b73c615465bbc7ba7e3be7a4486
| | | | Author: vruge 
| | | | Date:   Fri Apr 6 23:37:53 2018 +0200
| | | | 
| | | |     expected output
| | | |     
| | | |     refs ticket:4869
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2346
| | | |       - OpenModelica/OpenModelica-testsuite#917
| | | | 
| | | | M	flattening/modelica/streams/StreamConcept_NoMedium_Total.mo
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | 
| * | | commit 576fac6fed61625285e9c102aadd4f946defe291
| | | | Author: Per Östlund 
| | | | Date:   Fri Apr 6 14:57:56 2018 +0200
| | | | 
| | | |     Update String() argument order in tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2344
| | | |       - OpenModelica/OpenModelica-testsuite#916
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | M	flattening/modelica/algorithms-functions/AlgorithmNoRetCall.mo
| | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | M	flattening/modelica/modification/Bug3817.mos
| | | | M	flattening/modelica/others/InvertedPendulumTotal.mo
| | | | M	flattening/modelica/others/StringReal.mo
| | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | M	flattening/modelica/records/OperatorOverloadComplex.mo
| | | | M	flattening/modelica/records/OperatorOverloadComplexArray.mo
| | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | M	simulation/modelica/others/Random.mos
| | | | M	simulation/modelica/synchronous/WhenClocks.mos
| | | | 
| * | | commit 41b008fc69bb20df7dd35112a4b4ba6cd00fa1d9
| | | | Author: Per Östlund 
| | | | Date:   Thu Apr 5 15:22:41 2018 +0200
| | | | 
| | | |     [NF] Add record in connector test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2343
| | | |       - OpenModelica/OpenModelica-testsuite#915
| | | | 
| | | | A	flattening/modelica/scodeinst/ConnectComplex1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit fde17ad20beaf48944ca85b6fc54960ee7e0a419
| | | | Author: Per Östlund 
| | | | Date:   Thu Apr 5 13:43:57 2018 +0200
| | | | 
| | | |     [NF] Add if-expression tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2342
| | | |       - OpenModelica/OpenModelica-testsuite#914
| | | | 
| | | | A	flattening/modelica/scodeinst/IfExpression1.mo
| | | | A	flattening/modelica/scodeinst/IfExpression2.mo
| | | | A	flattening/modelica/scodeinst/IfExpression3.mo
| | | | A	flattening/modelica/scodeinst/IfExpression4.mo
| | | | A	flattening/modelica/scodeinst/IfExpression5.mo
| | | | A	flattening/modelica/scodeinst/IfExpression6.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/ceval6.mo
| | | | 
| * | | commit 7257817df9751df8ec6cc38e8f0b1d03bcd64295
| | | | Author: Willi Braun 
| | | | Date:   Thu Apr 5 03:29:13 2018 +0200
| | | | 
| | | |     add a further test for inverse algorithm solving
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2336
| | | |       - OpenModelica/OpenModelica-testsuite#913
| | | | 
| | | | A	simulation/modelica/algorithms_functions/InverseAlgorithm4.mos
| | | | M	simulation/modelica/algorithms_functions/Makefile
| | | | 
| * | | commit eb6a2d7e24b250407ae3bb575d76a4fe7fd7d40d
| | | | Author: Per Östlund 
| | | | Date:   Tue Apr 3 17:38:26 2018 +0200
| | | | 
| | | |     [NF] Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2335
| | | |       - OpenModelica/OpenModelica-testsuite#912
| | | | 
| | | | M	flattening/modelica/scodeinst/IfEquation2.mo
| | | | M	flattening/modelica/scodeinst/ceval2.mo
| | | | M	flattening/modelica/scodeinst/ceval5.mo
| | | | M	flattening/modelica/scodeinst/ceval6.mo
| | | | M	flattening/modelica/scodeinst/const8.mo
| | | | M	flattening/modelica/scodeinst/dim18.mo
| | | | M	flattening/modelica/scodeinst/dim19.mo
| | | | M	flattening/modelica/scodeinst/loop3.mo
| | | | 
| * | | commit 155e22a6c39da23e4f36c4abd2ea2281b96a516d
| | | | Author: Per Östlund 
| | | | Date:   Tue Apr 3 11:34:12 2018 +0200
| | | | 
| | | |     [NF] Add more when tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2334
| | | |       - OpenModelica/OpenModelica-testsuite#911
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/When1.mo
| | | | A	flattening/modelica/scodeinst/When2.mo
| | | | R081	flattening/modelica/scodeinst/when1.mo	flattening/modelica/scodeinst/When3.mo
| | | | 
| * | | commit b374bc72a4abda3f9e1206a10f0f9bf19d5fdabf
| | | | Author: vruge 
| | | | Date:   Thu Mar 29 23:06:18 2018 +0200
| | | | 
| | | |     added test
| | | |     
| | | |     refs ticket:4850
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2332
| | | |       - OpenModelica/OpenModelica-testsuite#910
| | | | 
| | | | A	simulation/modelica/commonSubExp/testBug4850.mos
| | | | 
| * | | commit e1daf289f86f4ff7e4c793907c01d2c1c93ed961
| | | | Author: vruge 
| | | | Date:   Thu Mar 29 22:27:40 2018 +0200
| | | | 
| | | |     use dumpdaelow
| | | |     
| | | |     be sure complex constructor was inline
| | | |      - dump dae
| | | |     
| | | |     related to #2331
| | | |     
| | | |     refs ticket:4808
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#909
| | | | 
| | | | M	simulation/modelica/inlineFunction/testBug4808.mos
| | | | 
| * | | commit 79b533b7e12e9d6755daebdf61b3feb6e0aa9c1c
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 29 14:13:18 2018 +0200
| | | | 
| | | |     Added Integer expression simplification test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2330
| | | |       - OpenModelica/OpenModelica-testsuite#908
| | | | 
| | | | M	flattening/modelica/others/Makefile
| | | | A	flattening/modelica/others/SimplifyInteger1.mo
| | | | 
| * | | commit b8fa29df27bc8d44efb553adaa683a0106248f89
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 28 18:16:03 2018 +0200
| | | | 
| | | |     [NF] Update inStream tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2329
| | | |       - OpenModelica/OpenModelica-testsuite#907
| | | | 
| | | | M	flattening/modelica/scodeinst/InStreamFlowThreshold.mo
| | | | M	flattening/modelica/scodeinst/InStreamNominalThreshold.mo
| | | | 
| * | | commit 21c648dfbb0ae6ebec473c3e9655d588ad5af9b4
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 28 17:55:09 2018 +0200
| | | | 
| | | |     [NF] Add tuple operation tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2328
| | | |       - OpenModelica/OpenModelica-testsuite#906
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/TupleOperation1.mo
| | | | A	flattening/modelica/scodeinst/TupleOperation2.mo
| | | | A	flattening/modelica/scodeinst/TupleOperation3.mo
| | | | A	flattening/modelica/scodeinst/TupleOperation4.mo
| | | | 
| * | | commit dddb7ad18fd4fcaadcbd68809bb71ba293ca9e61
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 28 16:52:35 2018 +0200
| | | | 
| | | |     [NF] Update record test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2327
| | | |       - OpenModelica/OpenModelica-testsuite#905
| | | | 
| | | | M	flattening/modelica/scodeinst/RecordBinding2.mo
| | | | 
| * | | commit 2d74418f26305aea499e3ca7424d9310c843841f
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 28 16:32:24 2018 +0200
| | | | 
| | | |     [NF] Updated tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2326
| | | |       - OpenModelica/OpenModelica-testsuite#904
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinTimeSubscripted.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/SubscriptEnum1.mo
| | | | M	flattening/modelica/scodeinst/SubscriptTypename1.mo
| | | | 
| * | | commit 8126e501ee5256e68481c6a49422c66fee2cad9e
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 28 10:44:45 2018 +0200
| | | | 
| | | |     Update file paths
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2324
| | | |       - OpenModelica/OpenModelica-testsuite#903
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit 019bec79ef5eb8fabeb8e7e66ee24927c586a128
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 27 13:29:35 2018 +0200
| | | | 
| | | |     [NF] Added complex flow test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2322
| | | |       - OpenModelica/OpenModelica-testsuite#902
| | | | 
| | | | A	flattening/modelica/scodeinst/ConnectComplexFlow1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 964de8b87ebb60e800a34617e1728950831c61b9
| | | | Author: Adrian Pop 
| | | | Date:   Tue Mar 27 01:54:57 2018 +0200
| | | | 
| | | |     update testsuite after MSL library update
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#901
| | | | 
| | | | M	openmodelica/interactive-API/Bug4248.mos
| | | | 
| * | | commit 87cf295395d331b8b7fbfa85d7f4dcdb0e2b677f
| | | | Author: vruge 
| | | | Date:   Tue Mar 27 00:13:38 2018 +0200
| | | | 
| | | |     expected output
| | | |     
| | | |     refs ticket:3885, ticket:4441
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2319
| | | |       - OpenModelica/OpenModelica-testsuite#900
| | | | 
| | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | M	flattening/modelica/streams/InStreamFlowThreshold.mo
| | | | M	flattening/modelica/streams/InStreamNominalThreshold.mo
| | | | M	flattening/modelica/streams/StreamConcept_NoMedium_Total.mo
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | 
| * | | commit e513cebbab3ec1ee92f09028a653e5c3fc33920c
| | | | Author: vruge 
| | | | Date:   Mon Mar 26 23:54:44 2018 +0200
| | | | 
| | | |     added test
| | | |     
| | | |     - use parameter with `annotation(Evaluate=true)` which evaluate in
| | | |     Backend to set min value for flow variable
| | | |     
| | | |     refs #3885
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2319
| | | |       - OpenModelica/OpenModelica-testsuite#900
| | | | 
| | | | A	simulation/modelica/others/Bug3885.mos
| | | | 
| * | | commit 6663e48442f97f83631eaed0f5e4d2afbf32c2c3
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 26 17:02:15 2018 +0200
| | | | 
| | | |     [NF] Added dimension size test.
| | | |     
| | | |     - Reuse DimSize3 to test size in functions. DimSize3 was previously a
| | | |       duplicate of DimSize2.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2318
| | | |       - OpenModelica/OpenModelica-testsuite#899
| | | | 
| | | | M	flattening/modelica/scodeinst/DimSize3.mo
| | | | 
| * | | commit 21bec3c43b8c572dbea8b89f5c2ccb0ac8d3df20
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 26 16:06:55 2018 +0200
| | | | 
| | | |     [NF] Added extends tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2317
| | | |       - OpenModelica/OpenModelica-testsuite#898
| | | | 
| | | | A	flattening/modelica/scodeinst/ExtendsShort1.mo
| | | | A	flattening/modelica/scodeinst/ExtendsShort2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 489a0c52370312d8c6d887d5cb53b7fe12d6eca2
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 26 12:09:10 2018 +0200
| | | | 
| | | |     [NF] Add array binding test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2315
| | | |       - OpenModelica/OpenModelica-testsuite#897
| | | | 
| | | | A	flattening/modelica/scodeinst/BindingArray7.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit e564a04b67bd74b2330aa30ffc8ea5dbd5616a24
| | | | Author: vruge 
| | | | Date:   Sun Mar 25 18:03:52 2018 +0200
| | | | 
| | | |     enable some tests for inline
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#896
| | | | 
| | | | M	simulation/modelica/inlineFunction/Makefile
| | | | 
| * | | commit 05c03a7e0e098d925c18624a0425e1a535e74da4
| | | | Author: vruge 
| | | | Date:   Sun Mar 25 16:05:30 2018 +0200
| | | | 
| | | |     added test
| | | |     
| | | |     refs ticket:4841
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2314
| | | |       - OpenModelica/OpenModelica-testsuite#895
| | | | 
| | | | A	simulation/modelica/inlineFunction/testBug4841.mos
| | | | 
| * | | commit ee4126043c77d3b957bcea37a25157e911e807e6
| | | | Author: vruge 
| | | | Date:   Sat Mar 24 18:21:25 2018 +0100
| | | | 
| | | |     enable SMEE_Generator_MultiPhase
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2312
| | | |       - OpenModelica/OpenModelica-testsuite#894
| | | | 
| | | | M	simulation/libraries/msl32/Makefile
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | 
| * | | commit 4e71e61cc1ab05b7f5d6e39099c6645a7034fee0
| | | | Author: vruge 
| | | | Date:   Sat Mar 24 09:28:52 2018 +0100
| | | | 
| | | |     enable PumpingSystem
| | | |     
| | | |     refs ticket:4316
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2312
| | | |       - OpenModelica/OpenModelica-testsuite#894
| | | | 
| | | | M	simulation/libraries/msl32/Makefile
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | 
| * | | commit 69ab07a10caa1980c00d6cbead5277963a721353
| | | | Author: vruge 
| | | | Date:   Sat Mar 24 00:24:37 2018 +0100
| | | | 
| | | |     added example for ticket:4808
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2310
| | | |       - OpenModelica/OpenModelica-testsuite#893
| | | | 
| | | | A	simulation/modelica/inlineFunction/testBug4808.mos
| | | | 
| * | | commit 70ec530e36a5fbd6a3f3fcfe86069d6da67c4a13
| | | | Author: Per Östlund 
| | | | Date:   Fri Mar 23 16:07:29 2018 +0100
| | | | 
| | | |     [NF] Update range/subscripting tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2308
| | | |       - OpenModelica/OpenModelica-testsuite#892
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/RangeInvalidStep1.mo
| | | | M	flattening/modelica/scodeinst/RangeInvalidStep2.mo
| | | | M	flattening/modelica/scodeinst/RangeInvalidStep3.mo
| | | | A	flattening/modelica/scodeinst/RangeInvalidStep4.mo
| | | | A	flattening/modelica/scodeinst/RealRangeBinding1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptCevalIndex1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptCevalSlice1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptCevalSlice2.mo
| | | | A	flattening/modelica/scodeinst/SubscriptCevalWhole1.mo
| | | | 
| * | | commit a96f71dfb0b4dd306c876d3a220e633d23243a4a
| | | | Author: Per Östlund 
| | | | Date:   Fri Mar 23 13:02:22 2018 +0100
| | | | 
| | | |     [NF] Add record binding tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2307
| | | |       - OpenModelica/OpenModelica-testsuite#891
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RecordBinding1.mo
| | | | A	flattening/modelica/scodeinst/RecordBinding2.mo
| | | | 
| * | | commit 71a15a19a24de6cfc3adfd0adc195e7eee5b6575
| | | | Author: Willi Braun 
| | | | Date:   Wed Mar 21 19:37:30 2018 +0100
| | | | 
| | | |     update daemode test on new implementation
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2302
| | | |       - OpenModelica/OpenModelica-testsuite#890
| | | | 
| | | | M	simulation/modelica/daemode/testDAEScaling.mos
| | | | M	simulation/modelica/daemode/testDAEmodeDrumBoiler.mos
| | | | M	simulation/modelica/daemode/testDAEp1.mos
| | | | M	simulation/modelica/daemode/testDAEp2.mos
| | | | M	simulation/modelica/daemode/testDAEp3.mos
| | | | M	simulation/modelica/daemode/testDAEp4.mos
| | | | M	simulation/modelica/daemode/testDAEp5.mos
| | | | M	simulation/modelica/daemode/testDAEp6.mos
| | | | M	simulation/modelica/daemode/testDAEp7.mos
| | | | M	simulation/modelica/daemode/testDAEp8.mos
| | | | M	simulation/modelica/daemode/testDAEp9.mos
| | | | 
| * | | commit 378084c199db743e51640e45c8dbbfc8de7cec7e
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 21 17:03:43 2018 +0100
| | | | 
| | | |     Add test for ticket:4838
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2300
| | | |       - OpenModelica/OpenModelica-testsuite#889
| | | | 
| | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | M	flattening/modelica/algorithms-functions/RecursiveCallExtends.mo
| | | | A	flattening/modelica/algorithms-functions/Ticket4838.mo
| | | | M	metamodelica/meta/TailRecursion.mo
| | | | 
| * | | commit d3acec0413a7b51c4aa7a83634ddc6df607e35f8
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 21 14:48:38 2018 +0100
| | | | 
| | | |     [NF] Add test for type referencing type instance.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2299
| | | |       - OpenModelica/OpenModelica-testsuite#888
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute15.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 48b7193cacd820941ec71dd2a95fda775acc94cd
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 21 13:47:20 2018 +0100
| | | | 
| | | |     [NF] Add test for size as external argument.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2298
| | | |       - OpenModelica/OpenModelica-testsuite#887
| | | | 
| | | | M	flattening/modelica/scodeinst/ExternalFunctionExplicit2.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionExplicit3.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionInvalidArg2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit c580b850e29c96f366af7ab78b72ac63a571b20b
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 20 15:05:16 2018 +0100
| | | | 
| | | |     [NF] Add testcase for size of constant dimension.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2294
| | | |       - OpenModelica/OpenModelica-testsuite#886
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Size4.mo
| | | | 
| * | | commit bf7ba0b6f5075dd4cc079447ae700d3704a2ae2a
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 20 13:07:39 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2293
| | | |       - OpenModelica/OpenModelica-testsuite#885
| | | | 
| | | | A	flattening/modelica/scodeinst/ClassExtends8.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RecursiveExtends3.mo
| | | | 
| * | | commit 79692b0f481c46286b856d9d95b9c294e03051d1
| | | | Author: Willi Braun 
| | | | Date:   Mon Mar 19 19:07:34 2018 +0100
| | | | 
| | | |     adjust expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2291
| | | |       - OpenModelica/OpenModelica-testsuite#884
| | | | 
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos
| | | | 
| * | | commit 2a2c7d9ebd7e85fd5a122eea9c27b3eb8b24b372
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 19 17:29:03 2018 +0100
| | | | 
| | | |     Updated/added nfinst import tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2292
| | | |       - OpenModelica/OpenModelica-testsuite#883
| | | | 
| | | | A	flattening/modelica/scodeinst/ImportComponent1.mo
| | | | M	flattening/modelica/scodeinst/ImportConflict1.mo
| | | | A	flattening/modelica/scodeinst/ImportConflict2.mo
| | | | A	flattening/modelica/scodeinst/ImportConflict3.mo
| | | | A	flattening/modelica/scodeinst/ImportConflict4.mo
| | | | M	flattening/modelica/scodeinst/ImportNamedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid2.mo
| | | | A	flattening/modelica/scodeinst/ImportSubPackage1.mo
| | | | A	flattening/modelica/scodeinst/ImportSubPackage2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit acac48b01b62e57b1fc095a80b848d2cb62c1f42
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 19 11:58:32 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2290
| | | |       - OpenModelica/OpenModelica-testsuite#882
| | | | 
| | | | A	flattening/modelica/scodeinst/Final6.mo
| | | | A	flattening/modelica/scodeinst/Final7.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 94f45f43aac44febef60a6fe5ad60bd1d18e49c6
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 19 11:38:41 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2289
| | | |       - OpenModelica/OpenModelica-testsuite#881
| | | | 
| | | | M	flattening/modelica/scodeinst/InnerOuterInvalidMod3.mo
| | | | M	flattening/modelica/scodeinst/InnerOuterInvalidMod5.mo
| | | | 
| * | | commit d7dd3d3b648ea0b071643c9feadd67f40deec4f3
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 19 11:10:54 2018 +0100
| | | | 
| | | |     Updated nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2288
| | | |       - OpenModelica/OpenModelica-testsuite#880
| | | | 
| | | | M	flattening/modelica/scodeinst/BuiltinAttribute8.mo
| | | | A	flattening/modelica/scodeinst/ClassExtends5.mo
| | | | A	flattening/modelica/scodeinst/ClassExtends6.mo
| | | | A	flattening/modelica/scodeinst/ClassExtends7.mo
| | | | M	flattening/modelica/scodeinst/ClassExtendsBuiltin1.mo
| | | | M	flattening/modelica/scodeinst/ClassExtendsBuiltin2.mo
| | | | A	flattening/modelica/scodeinst/ClassExtendsBuiltin3.mo
| | | | A	flattening/modelica/scodeinst/ClassExtendsMod1.mo
| | | | A	flattening/modelica/scodeinst/ExtendConnector1.mo
| | | | A	flattening/modelica/scodeinst/Final1.mo
| | | | A	flattening/modelica/scodeinst/Final2.mo
| | | | A	flattening/modelica/scodeinst/Final3.mo
| | | | A	flattening/modelica/scodeinst/Final4.mo
| | | | A	flattening/modelica/scodeinst/Final5.mo
| | | | A	flattening/modelica/scodeinst/FunctionMultiOutput4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/MissingRedeclare1.mo
| | | | M	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | A	flattening/modelica/scodeinst/RedeclareConstant1.mo
| | | | M	flattening/modelica/scodeinst/RedeclareElementClass1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementClass2.mo
| | | | M	flattening/modelica/scodeinst/RedeclareElementComp1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementComp2.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementComp3.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementComp4.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementComp5.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementCondition1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementCondition2.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementCondition3.mo
| | | | A	flattening/modelica/scodeinst/RedeclareFunction1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareInvalidConnectorType1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareInvalidVariability1.mo
| | | | M	flattening/modelica/scodeinst/RedeclareMod1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareMod2.mo
| | | | A	flattening/modelica/scodeinst/RedeclareMod3.mo
| | | | A	flattening/modelica/scodeinst/RedeclareMod4.mo
| | | | M	flattening/modelica/scodeinst/RedeclaredFunction1.mo
| | | | A	flattening/modelica/scodeinst/TypeDim3.mo
| | | | A	flattening/modelica/scodeinst/TypeDim4.mo
| | | | M	flattening/modelica/scodeinst/mod11.mo
| | | | M	flattening/modelica/scodeinst/redeclare3.mo
| | | | 
| * | | commit 35bc3ed22c06566239207c70fad8d3de8ed4d1d9
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Mar 17 20:54:34 2018 +0100
| | | | 
| | | |     Add test for clocked partition with algebraic loop if FMU
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2287
| | | |       - OpenModelica/OpenModelica-testsuite#879
| | | | 
| | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/CSTR.mo
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos
| | | | 
| * | | commit 472cc113876c367b057b5e9221b78ddcf40fb8a6
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Mar 17 20:49:07 2018 +0100
| | | | 
| | | |     Expected result
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2287
| | | |       - OpenModelica/OpenModelica-testsuite#879
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | 
| * | | commit 27c536c357bcc5051f342f3bb7d997de38fd7c3c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 16 13:33:10 2018 +0100
| | | | 
| | | |     Add test for invalid function pointer
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2283
| | | |       - OpenModelica/OpenModelica-testsuite#878
| | | | 
| | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | A	flattening/modelica/algorithms-functions/Ticket4786.mo
| | | | 
| * | | commit a3c91c41f88aa6e458fdb58cf4a5d386469f1f96
| | | | Author: Mahder Gebremedhin 
| | | | Date:   Thu Mar 15 20:43:45 2018 +0100
| | | | 
| | | |     [NF] Tests for overloaded operators, function vectorization and mapping functions.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2278
| | | |       - OpenModelica/OpenModelica-testsuite#877
| | | | 
| | | | A	flattening/modelica/scodeinst/FuncMap1.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadAmbiguousDefault.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadNoMatch.mo
| | | | M	flattening/modelica/scodeinst/FuncStringInvalid1.mo
| | | | A	flattening/modelica/scodeinst/FuncVectorizatio1.mo
| | | | A	flattening/modelica/scodeinst/FuncVectorizatio2.mo
| | | | A	flattening/modelica/scodeinst/FuncVectorizatioBuiltin.mo
| | | | A	flattening/modelica/scodeinst/FuncVectorizatioMap1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/OperatorOverloadBinaryAmbiguous.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadBinaryAmbiguousTwoRecords.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadBinaryWithBuiltin.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadComplex.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadConstrutorHideDefault.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadConstrutorSimple.mo
| | | | A	flattening/modelica/scodeinst/OperatorOverloadError1.mo
| | | | 
| * | | commit b2e098b8e073739265389c0a46bce611d94a6078
| | | | Author: Per Östlund 
| | | | Date:   Thu Mar 15 15:54:20 2018 +0100
| | | | 
| | | |     Update tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2277
| | | |       - OpenModelica/OpenModelica-testsuite#876
| | | | 
| | | | M	metamodelica/meta/AllWild.mos
| | | | M	metamodelica/meta/MatchDotNotation.mos
| | | | M	metamodelica/meta/OptimizeContinue.mo
| | | | 
| * | | commit f1296f3afba94aa3bbb07f596d4acaddfb232595
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Mar 15 09:33:36 2018 +0100
| | | | 
| | | |     Updates for loadFile with notifications for uses
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2265
| | | |       - OpenModelica/OpenModelica-testsuite#872
| | | | 
| | | | M	flattening/libraries/3rdParty/Exercises/checkExercises.mos
| | | | M	flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo
| | | | M	flattening/modelica/scodeinst/ParameterBug.mo
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/cranes.mo
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mo
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/PlanarMechanicsStandard.mo
| | | | M	openmodelica/interactive-API/Bug3783.mo
| | | | M	openmodelica/interactive-API/Bug3783.mos
| | | | M	simulation/libraries/3rdParty/Exercises/1/Aufgabe1_1.mo
| | | | M	simulation/libraries/3rdParty/Exercises/1/Aufgabe1_2.mo
| | | | M	simulation/libraries/3rdParty/Exercises/2/Aufgabe2.mo
| | | | M	simulation/libraries/3rdParty/Exercises/5/FourBar.mo
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe2.Test1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe2.Test2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos
| | | | M	simulation/libraries/3rdParty/PNlib/PNlib.mo
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/Makefile
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test2.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test3.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test7.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test8.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.mo
| | | | M	simulation/modelica/arrays/NPendulum.mo
| | | | M	simulation/modelica/arrays/NPendulum.mos
| | | | M	simulation/modelica/events/whenInAlgorithm.mo
| | | | M	simulation/modelica/events/whenInAlgorithm.mos
| | | | M	simulation/modelica/functions_eval/Inverter2.mo
| | | | M	simulation/modelica/functions_eval/Inverter2.mos
| | | | M	simulation/modelica/functions_eval/PartEvalFunc.mo
| | | | M	simulation/modelica/functions_eval/functionEvaluation.mos
| | | | M	simulation/modelica/hpcom/BouncingBall.mo
| | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | M	simulation/modelica/hpcom/MergingExample.mo
| | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | M	simulation/modelica/hpcom/SimpleResistor.mo
| | | | M	simulation/modelica/hpcom/SimpleResistor.mos
| | | | M	simulation/modelica/msl22/TestModels.mo
| | | | M	simulation/modelica/others/Elevator.mo
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mo
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mo
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mo
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mo
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mo
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mo
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/resolveLoops/Pendulum.mo
| | | | M	simulation/modelica/statemachines/SMGraphicalTestCases.mo
| | | | M	simulation/modelica/synchronous/boolSubClocks.mo
| | | | M	simulation/modelica/synchronous/boolSubClocks.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing10.mo
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12.mo
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing13.mo
| | | | 
| * | | commit 85217234bade2e0d432365069743d5c3a9f8bc85
| | | | Author: Willi Braun 
| | | | Date:   Tue Mar 13 11:40:38 2018 +0100
| | | | 
| | | |     enable directional derivatives in discrete states example
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2269
| | | |       - OpenModelica/OpenModelica-testsuite#874
| | | | 
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos
| | | | 
| * | | commit 151be058707815797aab2bb6e8954a89f20bad14
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 12 15:07:20 2018 +0100
| | | | 
| | | |     Add nfinst test for end.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2267
| | | |       - OpenModelica/OpenModelica-testsuite#873
| | | | 
| | | | A	flattening/modelica/scodeinst/End4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 1e827cf72530bf4c970a11b8459e104cce842243
| | | | Author: Willi Braun 
| | | | Date:   Wed Mar 7 18:46:35 2018 +0100
| | | | 
| | | |     update to expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2259
| | | |       - OpenModelica/OpenModelica-testsuite#871
| | | | 
| | | | M	simulation/modelica/daemode/testDAEPackage.mo
| | | | M	simulation/modelica/daemode/testDAEp5.mos
| | | | M	simulation/modelica/daemode/testDAEp9.mos
| | | | 
| * | | commit a3617061f2f4f23642008f4bab67188f29e861fb
| | | | Author: Willi Braun 
| | | | Date:   Wed Mar 7 13:09:11 2018 +0100
| | | | 
| | | |     added test to Makefile, belongs to PR868
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2259
| | | |       - OpenModelica/OpenModelica-testsuite#871
| | | | 
| | | | M	simulation/modelica/daemode/Makefile
| | | | 
| * | | commit e87848a1b7b629dec0b1aa454f2439f31bf62e18
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 7 10:58:03 2018 +0100
| | | | 
| | | |     Add test for ticket:4795
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2257
| | | |       - OpenModelica/OpenModelica-testsuite#870
| | | | 
| | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | A	flattening/modelica/algorithms-functions/PrefixPartialFunctionApplication.mo
| | | | 
| * | | commit 32e74c0e8b1d541c6b6ddc3e49d175454416bd46
| | | | Author: Willi Braun 
| | | | Date:   Tue Mar 6 16:56:21 2018 +0100
| | | | 
| | | |     added testcase for fmi discrete model structure
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2253
| | | |       - OpenModelica/OpenModelica-testsuite#869
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | A	openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos
| | | | 
| * | | commit 2919af7b31c2040278d594aa2fcdaf9214dbbe4e
| | | | Author: Willi Braun 
| | | | Date:   Mon Mar 5 17:09:38 2018 +0100
| | | | 
| | | |     added DAEmode test for arrays
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2250
| | | |       - OpenModelica/OpenModelica-testsuite#868
| | | | 
| | | | M	simulation/modelica/daemode/testDAEPackage.mo
| | | | A	simulation/modelica/daemode/testDAEp9.mos
| | | | 
| * | | commit 7725be444033419054beaec2c6990963f719efef
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 5 11:37:30 2018 +0100
| | | | 
| | | |     Expected output for unexpected state selection
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2191
| | | |       - OpenModelica/OpenModelica-testsuite#867
| | | | 
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | 
| * | | commit 25f7007d10035702bf1fc939b59015f762bed3e9
| | | | Author: Willi Braun 
| | | | Date:   Fri Mar 2 20:57:52 2018 +0100
| | | | 
| | | |     added testcase for inverse algorithm initialization
| | | |     
| | | |      - adjust dumping test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2249
| | | |       - OpenModelica/OpenModelica-testsuite#866
| | | | 
| | | | A	simulation/modelica/algorithms_functions/InverseAlgorithm3.mos
| | | | M	simulation/modelica/algorithms_functions/Makefile
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 78e4cba8f729c648ef417de92b7061cdaaeec1ef
| | | | Author: Willi Braun 
| | | | Date:   Fri Mar 2 15:08:27 2018 +0100
| | | | 
| | | |     enable DrumBoiler test for new DAEmode
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2248
| | | |       - OpenModelica/OpenModelica-testsuite#865
| | | | 
| | | | M	simulation/modelica/daemode/testDAEmodeDrumBoiler.mos
| | | | 
| * | | commit d7469be7bd97548148c32624b6614117c81357b6
| | | | Author: Willi Braun 
| | | | Date:   Thu Mar 1 18:11:07 2018 +0100
| | | | 
| | | |     enable when test for new DAEmode
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2245
| | | |       - OpenModelica/OpenModelica-testsuite#864
| | | | 
| | | | M	simulation/modelica/daemode/testDAEp5.mos
| | | | 
| * | | commit fbb971671c869cfd4cb5480004155be7bc7772e5
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 27 14:41:59 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2240
| | | |       - OpenModelica/OpenModelica-testsuite#863
| | | | 
| | | | M	flattening/modelica/arrays/BlockMatrix3.mo
| | | | M	flattening/modelica/arrays/MatrixImplCast.mo
| | | | 
| * | | commit 3e14bd28f0a3f2013892a2717d9a0828bc037e5d
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 27 13:18:47 2018 +0100
| | | | 
| | | |     Enable test AppendElement.mo
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2240
| | | |       - OpenModelica/OpenModelica-testsuite#863
| | | | 
| | | | M	flattening/modelica/arrays/AppendElement.mo
| | | | M	flattening/modelica/arrays/Makefile
| | | | 
| * | | commit 77367d9cfd78bf43114ac2d7f2f2013b29411569
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 27 09:25:18 2018 +0100
| | | | 
| | | |     Add tests for concatenation
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2240
| | | |       - OpenModelica/OpenModelica-testsuite#863
| | | | 
| | | | A	flattening/modelica/scodeinst/Concatenation.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit cd5cd60edddec038463d583bd898d39b6a90d132
| | | | Author: Per Östlund 
| | | | Date:   Mon Feb 26 14:23:10 2018 +0100
| | | | 
| | | |     Add element redeclare condition test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2237
| | | |       - OpenModelica/OpenModelica-testsuite#862
| | | | 
| | | | M	flattening/modelica/redeclare/Makefile
| | | | A	flattening/modelica/redeclare/RedeclareElementCondition.mo
| | | | 
| * | | commit a3ea7f5f8df8f970511b7bcfa7b3e9b6e9e876e1
| | | | Author: Willi Braun 
| | | | Date:   Mon Feb 26 13:46:27 2018 +0100
| | | | 
| | | |     Adjust output of stupid dump tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2236
| | | |       - OpenModelica/OpenModelica-testsuite#861
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 987ac3c2ca6931b24b86a1bd0e7d8428d3e2b622
| | | | Author: Mahder Gebremedhin 
| | | | Date:   Mon Feb 26 10:38:54 2018 +0100
| | | | 
| | | |     Expected output.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2235
| | | |       - OpenModelica/OpenModelica-testsuite#860
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncOverloadAmbiguousDefault.mo
| | | | 
| * | | commit 71611b18acdca3724eb29042fd29d1d6762c4b43
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 26 10:00:17 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2233
| | | |       - OpenModelica/OpenModelica-testsuite#859
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinVectorWrongType1.mo
| | | | 
| * | | commit ae9336adb5cca9e5f47c66c94f516c0adb9cf5c8
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Feb 22 10:10:58 2018 +0100
| | | | 
| | | |     Disable the OutOfMemory test
| | | |     
| | | |     It fails too often on Hudson, and the error seems to be due to a bad
| | | |     longjmp which is really annoying to debug.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2227
| | | |       - OpenModelica/OpenModelica-testsuite#858
| | | | 
| | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | 
| * | | commit 51f340acc79236a5207c768d2db120ef2a76847e
| | | | Author: Lennart Ochel 
| | | | Date:   Sat Feb 17 00:54:47 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2217
| | | |       - OpenModelica/OpenModelica-testsuite#857
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos
| | | | 
| * | | commit d59f23acc9c9041d9ccc33661a820289e5234c4b
| | | | Author: Willi Braun 
| | | | Date:   Fri Feb 16 17:19:30 2018 +0100
| | | | 
| | | |     adjust tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2186
| | | |       - OpenModelica/OpenModelica-testsuite#852
| | | | 
| | | | M	simulation/modelica/linear_system/NPendulum40.mos
| | | | M	simulation/modelica/solver/problem2-idaJacobian.mos
| | | | 
| * | | commit 5c54953903e71559e86e68892a091c37e1565e23
| | | | Author: Willi Braun 
| | | | Date:   Fri Feb 16 12:45:27 2018 +0100
| | | | 
| | | |     added test from ticket:3266
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2203
| | | |       - OpenModelica/OpenModelica-testsuite#856
| | | | 
| | | | M	openmodelica/linearization/Makefile
| | | | A	openmodelica/linearization/testSortFunction.mos
| | | | 
| * | | commit 6737c2cf02d15c370e6978dd04685eae1fc41159
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Feb 16 09:56:28 2018 +0100
| | | | 
| | | |     Add test for out of memory
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2210
| | | |       - OpenModelica/OpenModelica-testsuite#855
| | | | 
| | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | A	flattening/modelica/algorithms-functions/OutOfMemory.mos
| | | | 
| * | | commit 4f6f5020086e05b4a94042c80d4afde6215d5bc8
| | | | Author: Willi Braun 
| | | | Date:   Tue Feb 13 21:31:03 2018 +0100
| | | | 
| | | |     update test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2196
| | | |       - OpenModelica/OpenModelica-testsuite#854
| | | | 
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | 
| * | | commit cb2609ad6234aefcd3f9f2ffb8870be801dd6f22
| | | | Author: ptaeuber 
| | | | Date:   Tue Feb 13 17:10:59 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2185
| | | |       - OpenModelica/OpenModelica-testsuite#851
| | | | 
| | | | M	simulation/modelica/initialization/homotopy4_solver.mos
| | | | 
| * | | commit be30e8eab2107988ad908cac95ed27fc599e7be6
| | | | Author: Willi Braun 
| | | | Date:   Tue Feb 13 10:56:51 2018 +0100
| | | | 
| | | |     updated linearization test of the SteamPipe model
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2190
| | | |       - OpenModelica/OpenModelica-testsuite#853
| | | | 
| | | | M	openmodelica/linearization/testSteamPipe.mos
| | | | 
| * | | commit 05f062d41e932e987d6d037a62d4587a06f62133
| | | | Author: Willi Braun 
| | | | Date:   Mon Feb 12 18:06:43 2018 +0100
| | | | 
| | | |     added testcase for linearization of fluid functions
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2184
| | | |       - OpenModelica/OpenModelica-testsuite#850
| | | | 
| | | | M	openmodelica/linearization/Makefile
| | | | A	openmodelica/linearization/SteamPipe.mo
| | | | A	openmodelica/linearization/testSteamPipe.mos
| | | | 
| * | | commit fd4a590aadd21c4c3953e30b008abc9144475ad9
| | | | Author: Willi Braun 
| | | | Date:   Mon Feb 12 14:03:17 2018 +0100
| | | | 
| | | |     adjust test to use symbolical jacobians
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2182
| | | |       - OpenModelica/OpenModelica-testsuite#848
| | | | 
| | | | M	simulation/modelica/linear_system/NPendulum40.mos
| | | | 
| * | | commit 977263efe1ede95b39fb27f5a0b24135ea64543c
| | | | Author: Per Östlund 
| | | | Date:   Mon Feb 12 12:44:48 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2183
| | | |       - OpenModelica/OpenModelica-testsuite#849
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute14.mo
| | | | A	flattening/modelica/scodeinst/EmptyArray1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit e9d02c3c3ee397334bb43668f1bfd490411fe159
| | | | Author: Willi Braun 
| | | | Date:   Fri Feb 9 15:25:18 2018 +0100
| | | | 
| | | |     added test for symbolical jacobians in ida
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2181
| | | |       - OpenModelica/OpenModelica-testsuite#847
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | A	simulation/modelica/solver/problem2-idaJacobian.mos
| | | | M	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | 
| * | | commit 34561dc4ea7c957b076244c40d4e76bffba90aa5
| | | | Author: ptaeuber 
| | | | Date:   Thu Feb 8 18:45:02 2018 +0100
| | | | 
| | | |     Add homotopy tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2179
| | | |       - OpenModelica/OpenModelica-testsuite#846
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/Makefile
| | | | A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos
| | | | M	simulation/modelica/initialization/Makefile
| | | | A	simulation/modelica/initialization/homotopy4_solver.mos
| | | | 
| * | | commit 31e2567f7cd45a5c6e0565962704aa5362f1e280
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Feb 7 11:31:27 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2168
| | | |       - OpenModelica/OpenModelica-testsuite#845
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | M	openmodelica/xml/BB.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | | | 
| * | | commit edda13fd8cc5303f78dfbca3ba5c7aeec46df0a5
| | | | Author: ptaeuber 
| | | | Date:   Tue Feb 6 15:21:55 2018 +0100
| | | | 
| | | |     Use flag homotopyOnFirstTry
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2165
| | | |       - OpenModelica/OpenModelica-testsuite#844
| | | | 
| | | | M	simulation/modelica/initialization/homotopy3.mos
| | | | 
| * | | commit 4caa0b2f2770e483347d58dea0f531ca88cfef71
| | | | Author: Per Östlund 
| | | | Date:   Tue Feb 6 14:13:36 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2163
| | | |       - OpenModelica/OpenModelica-testsuite#843
| | | | 
| | | | A	flattening/modelica/scodeinst/Condition5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 1dd31baa04aa8f3fc18123e15971d354cbb7e9a9
| | | | Author: Lena Buffoni 
| | | | Date:   Tue Feb 6 05:32:48 2018 +0100
| | | | 
| | | |     update requirement tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1971
| | | |       - OpenModelica/OpenModelica-testsuite#759
| | | | 
| | | | M	openmodelica/requirements/runScenarios.mos
| | | | 
| * | | commit 7f5924da5df5bb82fc8ecefcb2848784a106aea9
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Feb 5 16:55:51 2018 +0100
| | | | 
| | | |     Make cse variables protected
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2161
| | | |       - OpenModelica/OpenModelica-testsuite#842
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls14.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 2008d81716f1f4208bf422db19a7959c18454c6c
| | | | Author: Per Östlund 
| | | | Date:   Mon Feb 5 15:25:09 2018 +0100
| | | | 
| | | |     Updated nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2160
| | | |       - OpenModelica/OpenModelica-testsuite#841
| | | | 
| | | | A	flattening/modelica/scodeinst/ConnectArrays1.mo
| | | | A	flattening/modelica/scodeinst/ConnectArrays2.mo
| | | | A	flattening/modelica/scodeinst/ConnectArrays3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Subscript2.mo
| | | | A	flattening/modelica/scodeinst/Subscript3.mo
| | | | D	flattening/modelica/scodeinst/conn11.mo
| | | | D	flattening/modelica/scodeinst/conn6.mo
| | | | D	flattening/modelica/scodeinst/conn7.mo
| | | | M	flattening/modelica/scodeinst/eq5.mo
| | | | M	flattening/modelica/scodeinst/eq6.mo
| | | | 
| * | | commit dad2e98f065a3844ce63ab5288d3f569491b68d3
| | | | Author: Willi Braun 
| | | | Date:   Fri Feb 2 12:42:42 2018 +0100
| | | | 
| | | |     update DAEMode test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2158
| | | |       - OpenModelica/OpenModelica-testsuite#839
| | | | 
| | | | M	Makefile
| | | | M	simulation/modelica/daemode/Makefile
| | | | M	simulation/modelica/daemode/testDAEPackage.mo
| | | | M	simulation/modelica/daemode/testDAEScaling.mos
| | | | M	simulation/modelica/daemode/testDAEmodeDrumBoiler.mos
| | | | M	simulation/modelica/daemode/testDAEp1.mos
| | | | M	simulation/modelica/daemode/testDAEp2.mos
| | | | M	simulation/modelica/daemode/testDAEp3.mos
| | | | M	simulation/modelica/daemode/testDAEp4.mos
| | | | M	simulation/modelica/daemode/testDAEp5.mos
| | | | M	simulation/modelica/daemode/testDAEp6.mos
| | | | M	simulation/modelica/daemode/testDAEp7.mos
| | | | A	simulation/modelica/daemode/testDAEp8.mos
| | | | 
| * | | commit 9775fb9d5022a432f58f58565152f1c7427c8ab1
| | | | Author: Per Östlund 
| | | | Date:   Fri Feb 2 12:28:17 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2159
| | | |       - OpenModelica/OpenModelica-testsuite#840
| | | | 
| | | | A	flattening/modelica/scodeinst/DimUnknown7.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 9d6ed55e78275446e740d5be5f28faa43084cf24
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Feb 1 21:24:58 2018 +0100
| | | | 
| | | |     Expected result (make clean in CevalScriptBackend.buildModelFMU)
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2156
| | | |       - OpenModelica/OpenModelica-testsuite#838
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Crane_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testFMU2MatrixIO.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | 
| * | | commit 336fb4704ed344c0f7d28c5fa724bba24e7eb7d8
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 1 18:16:37 2018 +0100
| | | | 
| | | |     add tests tickets:4674
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2155
| | | |       - OpenModelica/OpenModelica-testsuite#837
| | | | 
| | | | M	openmodelica/interactive-API/Makefile
| | | | A	openmodelica/interactive-API/Ticket4674.mo
| | | | A	openmodelica/interactive-API/Ticket4674.mos
| | | | 
| * | | commit 61c89af2edc5abbb161828c31315b22d876ebe8b
| | | | Author: Per Östlund 
| | | | Date:   Thu Feb 1 16:40:35 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2151
| | | |       - OpenModelica/OpenModelica-testsuite#836
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinDiagonal.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinMatrixWrongType1.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSmoothNonParam.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSmoothWrongArgs1.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSmoothWrongType1.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSmoothWrongType2.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinVectorWrongType1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/SizeInvalidArgs1.mo
| | | | 
| * | | commit 87c471050c80b4d28c94c810a0a9bf6765157d49
| | | | Author: Per Östlund 
| | | | Date:   Wed Jan 31 20:49:13 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2143
| | | |       - OpenModelica/OpenModelica-testsuite#835
| | | | 
| | | | M	flattening/modelica/scodeinst/DimUnknown5.mo
| | | | M	flattening/modelica/scodeinst/EnumRangeBinding1.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinInteger.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/OperationAdd1.mo
| | | | A	flattening/modelica/scodeinst/OperationAddEW1.mo
| | | | A	flattening/modelica/scodeinst/OperationDiv1.mo
| | | | A	flattening/modelica/scodeinst/OperationDivEW1.mo
| | | | A	flattening/modelica/scodeinst/OperationLogicalBinary1.mo
| | | | A	flattening/modelica/scodeinst/OperationLogicalUnary1.mo
| | | | A	flattening/modelica/scodeinst/OperationMatrixProduct1.mo
| | | | A	flattening/modelica/scodeinst/OperationMatrixVectorProduct1.mo
| | | | A	flattening/modelica/scodeinst/OperationMul1.mo
| | | | A	flattening/modelica/scodeinst/OperationMulEW1.mo
| | | | A	flattening/modelica/scodeinst/OperationPow1.mo
| | | | A	flattening/modelica/scodeinst/OperationPow2.mo
| | | | A	flattening/modelica/scodeinst/OperationPowEW1.mo
| | | | A	flattening/modelica/scodeinst/OperationRelational1.mo
| | | | A	flattening/modelica/scodeinst/OperationSub1.mo
| | | | A	flattening/modelica/scodeinst/OperationSubEW1.mo
| | | | A	flattening/modelica/scodeinst/OperationUnary1.mo
| | | | A	flattening/modelica/scodeinst/OperationVectorMatrixProduct1.mo
| | | | A	flattening/modelica/scodeinst/OperationVectorProduct1.mo
| | | | M	flattening/modelica/scodeinst/bindings7.mo
| | | | 
| * | | commit 432c8317d192af80238dff3f829a550a2df0dd69
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jan 29 13:58:25 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2126
| | | |       - OpenModelica/OpenModelica-testsuite#834
| | | | 
| | | | M	flattening/modelica/algorithms-functions/AssignmentErrorInput.mo
| | | | 
| * | | commit 9bbc242b81864fa222045ea761976b012dcebef5
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jan 29 12:59:29 2018 +0100
| | | | 
| | | |     uriToFilename returns empty on fail in mos-script
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2125
| | | |       - OpenModelica/OpenModelica-testsuite#833
| | | | 
| | | | M	openmodelica/typed-API/UriLookup.mos
| | | | 
| * | | commit 4efe1423fff63d02d69ed92bc9e6368c15c54d8d
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jan 29 11:02:53 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     - Remove scripting test for simplify. We have tests in the
| | | |       bootstrapping testsuite instead.
| | | |     - Tests the new URI lookup
| | | |     - Updated for assertions triggered during -d=gen
| | | |     - Updates from inlining expressions
| | | |     - Updates for using the logger in FMUs
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2116
| | | |       - OpenModelica/OpenModelica-testsuite#829
| | | | 
| | | | M	flattening/modelica/algorithms-functions/AssignmentErrorInput.mo
| | | | M	flattening/modelica/connectors/CGraphBug.mos
| | | | M	flattening/modelica/declarations/DoubleClassDeclaration1.mo
| | | | M	flattening/modelica/equations/Bug4124.mos
| | | | M	flattening/modelica/mosfiles/ZeroRange.mos
| | | | M	flattening/modelica/scoping/InnerOuterSamePrefix.mo
| | | | M	metamodelica/meta/Ticket2974.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testAssert.mos
| | | | M	openmodelica/interactive-API/Makefile
| | | | D	openmodelica/interactive-API/simplify.mos
| | | | M	openmodelica/typed-API/UriLookup.mos
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | 
| * | | commit 86c0c2736dd23d19d5a86937e52e40f3a9596fb7
| | | | Author: Per Östlund 
| | | | Date:   Thu Jan 25 16:59:47 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2123
| | | |       - OpenModelica/OpenModelica-testsuite#832
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSmooth.mo
| | | | 
| * | | commit 5637847ba3dea04c13551dfee6441e78bf2aa25c
| | | | Author: Per Östlund 
| | | | Date:   Thu Jan 25 15:46:10 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2122
| | | |       - OpenModelica/OpenModelica-testsuite#831
| | | | 
| | | | A	flattening/modelica/scodeinst/Comment1.mo
| | | | M	flattening/modelica/scodeinst/InStreamFlowThreshold.mo
| | | | M	flattening/modelica/scodeinst/InStreamNominalThreshold.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 5ab0f640a0cc92674ae1ac2ca8be424c295c1b48
| | | | Author: Per Östlund 
| | | | Date:   Tue Jan 23 15:31:09 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2120
| | | |       - OpenModelica/OpenModelica-testsuite#830
| | | | 
| | | | M	flattening/modelica/scodeinst/ConstantConnector2.mo
| | | | M	flattening/modelica/scodeinst/ForStatement2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/const10.mo
| | | | M	flattening/modelica/scodeinst/const11.mo
| | | | M	flattening/modelica/scodeinst/const12.mo
| | | | M	flattening/modelica/scodeinst/const15.mo
| | | | M	flattening/modelica/scodeinst/const16.mo
| | | | M	flattening/modelica/scodeinst/const17.mo
| | | | M	flattening/modelica/scodeinst/const4.mo
| | | | M	flattening/modelica/scodeinst/eq4.mo
| | | | 
| * | | commit 81db93b5b3a049bb9f957f15bb283d5b12209b7d
| | | | Author: Per Östlund 
| | | | Date:   Mon Jan 22 15:43:28 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2118
| | | |       - OpenModelica/OpenModelica-testsuite#828
| | | | 
| | | | M	flattening/modelica/scodeinst/ImportUnqualified2.mo
| | | | M	flattening/modelica/scodeinst/ImportUnqualified3.mo
| | | | 
| * | | commit 131a16b39ac03c3bc7e669d5eed546fbceecdc1e
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jan 22 10:51:01 2018 +0100
| | | | 
| | | |     Add testcase for ticket:4718
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#827
| | | | 
| | | | M	simulation/modelica/initialization/Makefile
| | | | A	simulation/modelica/initialization/bug_4718.mos
| | | | 
| * | | commit 627e124e9bcce48ff64d827ee1e01c15381657d5
| | | | Author: Per Östlund 
| | | | Date:   Wed Jan 17 15:44:26 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2113
| | | |       - OpenModelica/OpenModelica-testsuite#826
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinFill.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinIdentity.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinOnes.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinZeros.mo
| | | | 
| * | | commit c265dda294d81e9b030e319ae078ce673f31a536
| | | | Author: ptaeuber 
| | | | Date:   Tue Jan 16 14:44:09 2018 +0100
| | | | 
| | | |     Correct output of homotopy example
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2111
| | | |       - OpenModelica/OpenModelica-testsuite#825
| | | | 
| | | | M	simulation/modelica/initialization/homotopy5.mos
| | | | 
| * | | commit 6c375125c026b3210269358f14cc6b971f6bede0
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jan 15 14:50:36 2018 +0100
| | | | 
| | | |     Test me_cs import
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2110
| | | |       - OpenModelica/OpenModelica-testsuite#824
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
| | | | 
| * | | commit d3456409805b140bbb14836ce851f142491cd3d3
| | | | Author: adrpo 
| | | | Date:   Sat Jan 13 18:21:24 2018 +0100
| | | | 
| | | |     update tests due to libs changes
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2109
| | | |       - OpenModelica/OpenModelica-testsuite#823
| | | | 
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit c09764a1c8e6de8c505d38de48b6f87f144b9e68
| | | | Author: Per Östlund 
| | | | Date:   Fri Jan 12 18:06:47 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2108
| | | |       - OpenModelica/OpenModelica-testsuite#822
| | | | 
| | | | M	flattening/modelica/scodeinst/CevalInteger1.mo
| | | | 
| * | | commit 6d6e41bf55fda60701a2ff9fbe5c95d41ccb91f8
| | | | Author: Per Östlund 
| | | | Date:   Fri Jan 12 17:42:28 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2107
| | | |       - OpenModelica/OpenModelica-testsuite#821
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute12.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute13.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit eb0d38c194012386a62c81354e50c8b02657ced0
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 12 14:22:16 2018 +0100
| | | | 
| | | |     Update for improved handling of loading libraries
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2106
| | | |       - OpenModelica/OpenModelica-testsuite#820
| | | | 
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	simulation/modelica/hpcom/BouncingBall.mo
| | | | 
| * | | commit 25e1a3ac3a82002d5aa96df9051bf4d96c463879
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 12 13:51:43 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2104
| | | |       - OpenModelica/OpenModelica-testsuite#819
| | | | 
| | | | M	simulation/modelica/NFunitcheck/UnitCheck1.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck11.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck12.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck13.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck14.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck16.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck4.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck5.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck6.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck7.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck9.mos
| | | | 
| * | | commit 0844b0d2624bc9b7ae9d6fafd189a75f837e0a4e
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri Jan 12 11:49:41 2018 +0100
| | | | 
| | | |     Test for Ticket:4618
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2105
| | | |       - OpenModelica/OpenModelica-testsuite#818
| | | | 
| | | | M	simulation/modelica/statemachines/Makefile
| | | | A	simulation/modelica/statemachines/Ticket4618.mo
| | | | A	simulation/modelica/statemachines/Ticket4618.mos
| | | | 
| * | | commit 7a63969c2167faf38693c23f96b593316e84360b
| | | | Author: Per Östlund 
| | | | Date:   Thu Jan 11 14:32:40 2018 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2103
| | | |       - OpenModelica/OpenModelica-testsuite#817
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute10.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute11.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit ebc1288270ec46a049453f1ff944024494a0ce7b
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 10 13:17:40 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2101
| | | |       - OpenModelica/OpenModelica-testsuite#816
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | 
| * | | commit 1f5d7506fd5532e6e2199456a857b02dd412ae67
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 10 12:30:38 2018 +0100
| | | | 
| | | |     Add testcase with fixed=false strings
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2101
| | | |       - OpenModelica/OpenModelica-testsuite#816
| | | | 
| | | | M	simulation/modelica/parameters/Makefile
| | | | A	simulation/modelica/parameters/fixedString.mos
| | | | 
| * | | commit b7d5ab63240ed30f77ab70d6880ff4eea6cbdfe4
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jan 9 11:08:03 2018 +0100
| | | | 
| | | |     Add test for ticket:4368
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2099
| | | |       - OpenModelica/OpenModelica-testsuite#815
| | | | 
| | | | M	openmodelica/diff/Makefile
| | | | A	openmodelica/diff/ticket4368.mos
| | | | 
| * | | commit 1117eb9432b2a533b1fe267565bb13cb7f4e30cf
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 5 10:37:16 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2097
| | | |       - OpenModelica/OpenModelica-testsuite#814
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | 
| * | | commit d26494171de4d22e3053ea463dd24a29355f2414
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 4 13:43:00 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2096
| | | |       - OpenModelica/OpenModelica-testsuite#813
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | M	flattening/libraries/biochem/BiochemModels.mos
| | | | M	flattening/modelica/algorithms-functions/FunctionSimplex.mo
| | | | M	flattening/modelica/algorithms-functions/SumSeriesWhile.mo
| | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | M	flattening/modelica/equations/DAEexample.mo
| | | | M	flattening/modelica/equations/WaveEquationSample.mo
| | | | M	flattening/modelica/expandable/ExpandableConnectors.mos
| | | | M	flattening/modelica/msl/BC9.mo
| | | | M	flattening/modelica/operators/OperatorsTuples.mo
| | | | M	flattening/modelica/others/EndUnknown.mo
| | | | M	flattening/modelica/others/InvertedPendulumTotal.mo
| | | | M	flattening/modelica/others/Philosopher.mo
| | | | M	flattening/modelica/others/Philosopher2.mo
| | | | M	flattening/modelica/others/SimplifyBinary.mo
| | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | M	flattening/modelica/redeclare/ComparePSD.mo
| | | | M	flattening/modelica/scoping/InnerOuterSamePrefix.mo
| | | | M	flattening/modelica/streams/StreamConcept_NoMedium_Total.mo
| | | | M	openmodelica/bootstrapping/ExpressionTest.mos
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	openmodelica/xml/testMSD.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitOver.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/records/ATotal.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 7b5879e900b927c958cee02dc105801f2b5cfd73
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 4 11:11:56 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2094
| | | |       - OpenModelica/OpenModelica-testsuite#812
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | 
| * | | commit 9f8b954ef40c4272a7a6a12edc11528764d9c77d
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 3 13:27:09 2018 +0100
| | | | 
| | | |     Reduce output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1896
| | | |       - OpenModelica/OpenModelica-testsuite#811
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | 
| * | | commit 9210aa9ae125d31fa5f22b21a5001258ccde1927
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 3 09:01:54 2018 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2076
| | | |       - OpenModelica/OpenModelica-testsuite#810
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | M	openmodelica/interactive-API/Bug4248.mos
| | | | M	openmodelica/linearization/testDrumBoiler.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | 
| * | | commit 5f1fe9f55df806e9ae681d45268fb38c404e6478
| | | | Author: ptaeuber 
| | | | Date:   Thu Dec 21 16:51:36 2017 +0100
| | | | 
| | | |     Add adaptive homotopy tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2090
| | | |       - OpenModelica/OpenModelica-testsuite#809
| | | | 
| | | | M	simulation/modelica/initialization/Makefile
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | A	simulation/modelica/initialization/homotopy3.mos
| | | | A	simulation/modelica/initialization/homotopy4.mos
| | | | A	simulation/modelica/initialization/homotopy5.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | 
| * | | commit c513fa362b139f8a13a2225affdfd0a37ee46456
| | | | Author: Per Östlund 
| | | | Date:   Wed Dec 20 15:20:50 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2088
| | | |       - OpenModelica/OpenModelica-testsuite#808
| | | | 
| | | | M	flattening/modelica/scodeinst/CevalAcos2.mo
| | | | M	flattening/modelica/scodeinst/CevalLog102.mo
| | | | M	flattening/modelica/scodeinst/CevalLog2.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinOuterProduct.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 822590489af81987761249cbf579b242302070a4
| | | | Author: Per Östlund 
| | | | Date:   Wed Dec 20 12:12:11 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2086
| | | |       - OpenModelica/OpenModelica-testsuite#807
| | | | 
| | | | A	flattening/modelica/scodeinst/CevalAbs1.mo
| | | | A	flattening/modelica/scodeinst/CevalAcos1.mo
| | | | A	flattening/modelica/scodeinst/CevalAcos2.mo
| | | | A	flattening/modelica/scodeinst/CevalArray1.mo
| | | | A	flattening/modelica/scodeinst/CevalAsin1.mo
| | | | A	flattening/modelica/scodeinst/CevalAtan1.mo
| | | | A	flattening/modelica/scodeinst/CevalAtan21.mo
| | | | A	flattening/modelica/scodeinst/CevalCeil1.mo
| | | | A	flattening/modelica/scodeinst/CevalCos1.mo
| | | | A	flattening/modelica/scodeinst/CevalCosh1.mo
| | | | A	flattening/modelica/scodeinst/CevalCross1.mo
| | | | A	flattening/modelica/scodeinst/CevalDer1.mo
| | | | A	flattening/modelica/scodeinst/CevalDer2.mo
| | | | A	flattening/modelica/scodeinst/CevalDiagonal1.mo
| | | | A	flattening/modelica/scodeinst/CevalDiv1.mo
| | | | A	flattening/modelica/scodeinst/CevalExp1.mo
| | | | A	flattening/modelica/scodeinst/CevalFill1.mo
| | | | A	flattening/modelica/scodeinst/CevalFloor1.mo
| | | | A	flattening/modelica/scodeinst/CevalIdentity1.mo
| | | | A	flattening/modelica/scodeinst/CevalInteger1.mo
| | | | A	flattening/modelica/scodeinst/CevalLog1.mo
| | | | A	flattening/modelica/scodeinst/CevalLog101.mo
| | | | A	flattening/modelica/scodeinst/CevalLog102.mo
| | | | A	flattening/modelica/scodeinst/CevalLog2.mo
| | | | A	flattening/modelica/scodeinst/CevalMax1.mo
| | | | A	flattening/modelica/scodeinst/CevalMax2.mo
| | | | A	flattening/modelica/scodeinst/CevalMin1.mo
| | | | A	flattening/modelica/scodeinst/CevalMin2.mo
| | | | A	flattening/modelica/scodeinst/CevalMod1.mo
| | | | A	flattening/modelica/scodeinst/CevalNoEvent1.mo
| | | | A	flattening/modelica/scodeinst/CevalOnes1.mo
| | | | A	flattening/modelica/scodeinst/CevalProduct1.mo
| | | | A	flattening/modelica/scodeinst/CevalRem1.mo
| | | | A	flattening/modelica/scodeinst/CevalScalar1.mo
| | | | A	flattening/modelica/scodeinst/CevalSign1.mo
| | | | A	flattening/modelica/scodeinst/CevalSin1.mo
| | | | A	flattening/modelica/scodeinst/CevalSinh1.mo
| | | | A	flattening/modelica/scodeinst/CevalSkew1.mo
| | | | A	flattening/modelica/scodeinst/CevalSqrt1.mo
| | | | A	flattening/modelica/scodeinst/CevalSum1.mo
| | | | A	flattening/modelica/scodeinst/CevalTan1.mo
| | | | A	flattening/modelica/scodeinst/CevalTanh1.mo
| | | | A	flattening/modelica/scodeinst/CevalTranspose1.mo
| | | | A	flattening/modelica/scodeinst/CevalVector1.mo
| | | | A	flattening/modelica/scodeinst/CevalZeros1.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinNdims.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinRem.mo
| | | | M	flattening/modelica/scodeinst/FuncIntegerWrongType.mo
| | | | M	flattening/modelica/scodeinst/FuncMissingDefault1.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadNoMatch.mo
| | | | M	flattening/modelica/scodeinst/FuncStringInvalid1.mo
| | | | M	flattening/modelica/scodeinst/FuncStringInvalid2.mo
| | | | M	flattening/modelica/scodeinst/FuncVariability.mo
| | | | M	flattening/modelica/scodeinst/FuncWrongType.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/SizeInvalidArgs1.mo
| | | | M	flattening/modelica/scodeinst/bindings1.mo
| | | | 
| * | | commit f06dd118a5ca0efbf0f3d49e9f4a29cb8d726315
| | | | Author: Per Östlund 
| | | | Date:   Wed Dec 13 16:09:45 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2077
| | | |       - OpenModelica/OpenModelica-testsuite#806
| | | | 
| | | | M	flattening/modelica/scodeinst/ExtendsVisibility4.mo
| | | | A	flattening/modelica/scodeinst/ExternalObject3.mo
| | | | A	flattening/modelica/scodeinst/ExternalObjectStructorCall1.mo
| | | | A	flattening/modelica/scodeinst/ExternalObjectStructorCall2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/Visibility4.mo
| | | | 
| * | | commit e322106f186c0fda6e2cf3ea00bd44d159c39b7f
| | | | Author: vwaurich 
| | | | Date:   Wed Dec 13 14:54:56 2017 +0100
| | | | 
| | | |     add test for index reduction and cse
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#805
| | | | 
| | | | A	simulation/modelica/indexreduction/gearDrive.mo
| | | | A	simulation/modelica/indexreduction/linearStateAlias_cse.mos
| | | | 
| * | | commit eb3b858ccf8e0756a998983efbf6d72aad41d248
| | | | Author: vwaurich 
| | | | Date:   Wed Dec 13 14:09:35 2017 +0100
| | | | 
| | | |     udpate tests for cse3 extension
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2075
| | | |       - OpenModelica/OpenModelica-testsuite#804
| | | | 
| | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-omc.mos
| | | | 
| * | | commit 4ddc693f92f0e92301e8c19fcde8b53d755acd8f
| | | | Author: Per Östlund 
| | | | Date:   Mon Dec 11 11:54:00 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2073
| | | |       - OpenModelica/OpenModelica-testsuite#803
| | | | 
| | | | A	flattening/modelica/scodeinst/InnerOuterDuplicate1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit cac9f2ec01dc1a4690532fe47b59194fc0755765
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 8 20:19:49 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2070
| | | |       - OpenModelica/OpenModelica-testsuite#802
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinPre.mo
| | | | 
| * | | commit 851acf4b24c1f8bbc404f61f6045b8950b714268
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 8 18:50:51 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2069
| | | |       - OpenModelica/OpenModelica-testsuite#801
| | | | 
| | | | M	flattening/modelica/scodeinst/DimCyclic4.mo
| | | | M	flattening/modelica/scodeinst/End1.mo
| | | | A	flattening/modelica/scodeinst/End2.mo
| | | | A	flattening/modelica/scodeinst/End3.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinEdge.mo
| | | | D	flattening/modelica/scodeinst/FuncBuiltinInitial.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinInitial1.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinInitial2.mo
| | | | D	flattening/modelica/scodeinst/FuncBuiltinNoEvent.mo
| | | | D	flattening/modelica/scodeinst/FuncBuiltinTerminal.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinTerminal1.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinTerminal2.mo
| | | | M	flattening/modelica/scodeinst/IfEquation1.mo
| | | | M	flattening/modelica/scodeinst/IfEquation2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/NoEvent1.mo
| | | | A	flattening/modelica/scodeinst/NoEvent2.mo
| | | | A	flattening/modelica/scodeinst/Size3.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidType3.mo
| | | | M	flattening/modelica/scodeinst/SubscriptWrongType1.mo
| | | | M	flattening/modelica/scodeinst/SubscriptWrongType2.mo
| | | | A	flattening/modelica/scodeinst/Time3.mo
| | | | 
| * | | commit 2c449d28e0f6cf57109d5424bc3879c2fd4e19a1
| | | | Author: Per Östlund 
| | | | Date:   Tue Dec 5 12:48:06 2017 +0100
| | | | 
| | | |     Update FlagParsing test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2066
| | | |       - OpenModelica/OpenModelica-testsuite#800
| | | | 
| | | | M	openmodelica/interactive-API/FlagParsing.mos
| | | | 
| * | | commit 5cf184a755bc7ae617d2194277e4f11f1be23360
| | | | Author: Per Östlund 
| | | | Date:   Mon Dec 4 10:49:48 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2064
| | | |       - OpenModelica/OpenModelica-testsuite#799
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinFill.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinOnes.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinZeros.mo
| | | | M	flattening/modelica/scodeinst/FuncUnknownDim2.mo
| | | | 
| * | | commit e2f94fe97b6ba0a8a6d5f5a770b7b10180474a03
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 29 17:07:43 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2060
| | | |       - OpenModelica/OpenModelica-testsuite#798
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinChange.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinPre.mo
| | | | M	flattening/modelica/scodeinst/ReinitInvalid1.mo
| | | | 
| * | | commit 4e49f3124aef6e49dd87f09313bbb81e6dddfe95
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 29 16:11:32 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2059
| | | |       - OpenModelica/OpenModelica-testsuite#797
| | | | 
| | | | M	flattening/modelica/scodeinst/PackageConstant1.mo
| | | | M	flattening/modelica/scodeinst/PackageConstant2.mo
| | | | M	flattening/modelica/scodeinst/func2.mo
| | | | 
| * | | commit 2be51e22b64af3e3a00b8768ed45f759d418e2db
| | | | Author: vwaurich 
| | | | Date:   Wed Nov 29 15:39:56 2017 +0100
| | | | 
| | | |     update test for IR fix
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2058
| | | |       - OpenModelica/OpenModelica-testsuite#796
| | | | 
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | 
| * | | commit f49e14312ec4c7a61c2773ed87bf31640949b738
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 29 14:43:42 2017 +0100
| | | | 
| | | |     Added test for --ignoreReplaceable.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2057
| | | |       - OpenModelica/OpenModelica-testsuite#795
| | | | 
| | | | A	flattening/modelica/redeclare/IgnoreReplaceable.mo
| | | | M	flattening/modelica/redeclare/Makefile
| | | | 
| * | | commit 40c6cc0b84a29fa4c3686858147713fcec363420
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 28 22:23:47 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2054
| | | |       - OpenModelica/OpenModelica-testsuite#794
| | | | 
| | | | A	flattening/modelica/scodeinst/ExternalFunctionExplicit2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 7befa222ee31292620d22f2b4a00b96ae2e25d97
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 28 16:16:50 2017 +0100
| | | | 
| | | |     Updated nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2053
| | | |       - OpenModelica/OpenModelica-testsuite#793
| | | | 
| | | | M	flattening/modelica/scodeinst/ClassExtends4.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionExplicit1.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionImplicit1.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionImplicit2.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionImplicit3.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionImplicit4.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionInvalidArg1.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionInvalidLang1.mo
| | | | A	flattening/modelica/scodeinst/ExternalFunctionInvalidSection1.mo
| | | | A	flattening/modelica/scodeinst/ExternalObject1.mo
| | | | A	flattening/modelica/scodeinst/ExternalObject2.mo
| | | | A	flattening/modelica/scodeinst/ExternalObjectInvalidElement1.mo
| | | | A	flattening/modelica/scodeinst/ExternalObjectInvalidStructor1.mo
| | | | A	flattening/modelica/scodeinst/ExternalObjectMissingStructor1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 62a5fe8961ee94b9e931ee1fecb9a3f95d0330ab
| | | | Author: Mahder Gebremedhin 
| | | | Date:   Tue Nov 28 15:52:53 2017 +0100
| | | | 
| | | |     Part of NFInst builtin function handling.
| | | |     
| | | |        - See PR #2052
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2052
| | | |       - OpenModelica/OpenModelica-testsuite#792
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinChange.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinFill.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMatrix.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinNdims.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinNoEvent.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinOnes.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinOuterProduct.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinProduct.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinReduction.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSample.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinScalar.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSmooth.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSum.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSymmetric.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinTranspose.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinVector.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinZeros.mo
| | | | M	flattening/modelica/scodeinst/FuncUnknownDim2.mo
| | | | M	flattening/modelica/scodeinst/FuncVariability.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit b674956e547b984f1048676d60317a0a902c6bb4
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 22 14:28:55 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2047
| | | |       - OpenModelica/OpenModelica-testsuite#791
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo
| | | | M	flattening/modelica/scodeinst/PackageConstant1.mo
| | | | A	flattening/modelica/scodeinst/PackageConstant2.mo
| | | | M	flattening/modelica/scodeinst/const10.mo
| | | | M	flattening/modelica/scodeinst/const11.mo
| | | | M	flattening/modelica/scodeinst/const12.mo
| | | | M	flattening/modelica/scodeinst/const14.mo
| | | | M	flattening/modelica/scodeinst/const15.mo
| | | | M	flattening/modelica/scodeinst/const16.mo
| | | | M	flattening/modelica/scodeinst/const17.mo
| | | | M	flattening/modelica/scodeinst/eq4.mo
| | | | M	flattening/modelica/scodeinst/ih2.mo
| | | | M	flattening/modelica/scodeinst/ih3.mo
| | | | M	flattening/modelica/scodeinst/redeclare7.mo
| | | | 
| * | | commit b22d2734aa7b93ac0284920cc453e9af16ba14ae
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 21 16:22:26 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2042
| | | |       - OpenModelica/OpenModelica-testsuite#790
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/StateSelect1.mo
| | | | A	flattening/modelica/scodeinst/StateSelect2.mo
| | | | 
| * | | commit ae561c4a0170d7d625276cb8432f9f8429f28c7b
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 21 15:25:57 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2041
| | | |       - OpenModelica/OpenModelica-testsuite#789
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Wild1.mo
| | | | 
| * | | commit c46903b28c0cc7b215e181ace38b6d0872eeb302
| | | | Author: Rüdiger Franke 
| | | | Date:   Tue Nov 21 09:19:19 2017 +0100
| | | | 
| | | |     Expected result with unit in FMI2 modelDescription.xml
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2039
| | | |       - OpenModelica/OpenModelica-testsuite#788
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | 
| * | | commit fdc9fe187e97dc3af0c12d01295e28475d26475f
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 20 16:09:23 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2037
| | | |       - OpenModelica/OpenModelica-testsuite#787
| | | | 
| | | | R052	flattening/modelica/scodeinst/FuncMissingDefault2.mo	flattening/modelica/scodeinst/FuncDefaultArg1.mo
| | | | A	flattening/modelica/scodeinst/FunctionExtends1.mo
| | | | A	flattening/modelica/scodeinst/FunctionRecursive1.mo
| | | | A	flattening/modelica/scodeinst/FunctionRecursive2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 05946cb05238ded6bc9dc33bd2d2e68955f1032e
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 20 15:01:55 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2036
| | | |       - OpenModelica/OpenModelica-testsuite#786
| | | | 
| | | | M	flattening/modelica/scodeinst/DuplicateElements8.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements9.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 5fcc409ff8346ae4c6e689538f540099e2109a55
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 16 15:30:14 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2029
| | | |       - OpenModelica/OpenModelica-testsuite#785
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinIdentity.mo
| | | | M	flattening/modelica/scodeinst/FuncUnknownDim2.mo
| | | | 
| * | | commit ca68c3589a3849dce181105547a85dd35772f90c
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 16 14:58:44 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2028
| | | |       - OpenModelica/OpenModelica-testsuite#784
| | | | 
| | | | M	flattening/modelica/scodeinst/ActualStream.mo
| | | | M	flattening/modelica/scodeinst/ActualStreamMinMax.mo
| | | | R066	flattening/modelica/scodeinst/cond1.mo	flattening/modelica/scodeinst/Condition3.mo
| | | | R061	flattening/modelica/scodeinst/cond2.mo	flattening/modelica/scodeinst/Condition4.mo
| | | | A	flattening/modelica/scodeinst/DimSize4.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinDiagonal.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinIdentity.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinLinspace.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMax.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinMin.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinPre.mo
| | | | D	flattening/modelica/scodeinst/FuncBuiltinReinit.mo
| | | | A	flattening/modelica/scodeinst/FuncUnknownDim1.mo
| | | | A	flattening/modelica/scodeinst/FuncUnknownDim2.mo
| | | | M	flattening/modelica/scodeinst/InStreamNominalThreshold.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo
| | | | D	flattening/modelica/scodeinst/function1.mo
| | | | 
| * | | commit 763095f6a40dad0502612fa8812f0bd62eb8ff95
| | | | Author: hkiel 
| | | | Date:   Thu Nov 16 12:14:35 2017 +0100
| | | | 
| | | |     fix test cosh^2(x)-sinh^2(x)=1
| | | |     disabled sin(asin(time))=time test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2023
| | | |       - OpenModelica/OpenModelica-testsuite#783
| | | | 
| | | | M	flattening/modelica/built-in-functions/TrigIdentity.mo
| | | | M	openmodelica/bootstrapping/SimplifyTest.mo
| | | | M	openmodelica/bootstrapping/SimplifyTest.mos
| | | | 
| * | | commit 4d95b57c4516f185cade4a7b47f53f8d0003a9f5
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 15 16:21:59 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2022
| | | |       - OpenModelica/OpenModelica-testsuite#782
| | | | 
| | | | A	flattening/modelica/scodeinst/ForConnect1.mo
| | | | A	flattening/modelica/scodeinst/IfConnect1.mo
| | | | A	flattening/modelica/scodeinst/IfConnect2.mo
| | | | A	flattening/modelica/scodeinst/IfConnect3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 2bdb8a0f5ea4bb4c7be47e5193cdf8e223579368
| | | | Author: ptaeuber 
| | | | Date:   Wed Nov 15 13:47:35 2017 +0100
| | | | 
| | | |     Use new homotopy flags
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2019
| | | |       - OpenModelica/OpenModelica-testsuite#781
| | | | 
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | 
| * | | commit d6d471e20a17ae3a6305991161007b03c03a08df
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 14 16:07:44 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2016
| | | |       - OpenModelica/OpenModelica-testsuite#780
| | | | 
| | | | A	flattening/modelica/scodeinst/IfEquation3.mo
| | | | A	flattening/modelica/scodeinst/IfEquation4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 55a26a3f885475804f162c8863d96f9f370e1f72
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 14 15:11:27 2017 +0100
| | | | 
| | | |     Reactivate BindingArray5 test.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2015
| | | |       - OpenModelica/OpenModelica-testsuite#779
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit 58c1aeaaab2701efc6a00c1c7b6b64498e925004
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 14 12:52:16 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2013
| | | |       - OpenModelica/OpenModelica-testsuite#778
| | | | 
| | | | M	flattening/modelica/scodeinst/ComponentAttributes1.mo
| | | | M	flattening/modelica/scodeinst/Visibility2.mo
| | | | 
| * | | commit 0d7c53d52dec9975f7c78d5fca552445c19b03bf
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 13 17:36:44 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2011
| | | |       - OpenModelica/OpenModelica-testsuite#777
| | | | 
| | | | M	flattening/modelica/scodeinst/InnerOuter2.mo
| | | | M	flattening/modelica/scodeinst/InnerOuterNotInner1.mo
| | | | 
| * | | commit 10b2ba10958ccc2b68dc3a470a3c257e784f025f
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 13 17:16:03 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2010
| | | |       - OpenModelica/OpenModelica-testsuite#776
| | | | 
| | | | A	flattening/modelica/scodeinst/Each1.mo
| | | | A	flattening/modelica/scodeinst/Each2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | D	flattening/modelica/scodeinst/bindings5.mo
| | | | 
| * | | commit 1514b599eaa4971dea12ca0d8f46969ba9b31988
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 9 14:11:48 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#2003
| | | |       - OpenModelica/OpenModelica-testsuite#775
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute1.mo
| | | | R071	flattening/modelica/scodeinst/builtinmod.mo	flattening/modelica/scodeinst/BuiltinAttribute2.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute3.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute4.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute5.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute6.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute7.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute8.mo
| | | | A	flattening/modelica/scodeinst/BuiltinAttribute9.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | D	flattening/modelica/scodeinst/builtinmod2.mo
| | | | 
| * | | commit 385289821568c9934492d90496f3de5b8e71ed01
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 8 16:39:04 2017 +0100
| | | | 
| | | |     Updated nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1999
| | | |       - OpenModelica/OpenModelica-testsuite#774
| | | | 
| | | | A	flattening/modelica/scodeinst/Direction1.mo
| | | | A	flattening/modelica/scodeinst/Direction2.mo
| | | | 
| * | | commit ed4f81e86e4a18df3bda6da334df0efc8d6d9496
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 8 16:03:03 2017 +0100
| | | | 
| | | |     Updated nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1997
| | | |       - OpenModelica/OpenModelica-testsuite#773
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/ModScope1.mo
| | | | 
| * | | commit b031754312ba5e2cab55a62c513838bfc3c19276
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 8 14:38:20 2017 +0100
| | | | 
| | | |     Updated nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1996
| | | |       - OpenModelica/OpenModelica-testsuite#772
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/PackageConstant1.mo
| | | | M	flattening/modelica/scodeinst/const10.mo
| | | | M	flattening/modelica/scodeinst/const11.mo
| | | | M	flattening/modelica/scodeinst/const12.mo
| | | | M	flattening/modelica/scodeinst/const14.mo
| | | | M	flattening/modelica/scodeinst/const15.mo
| | | | M	flattening/modelica/scodeinst/const16.mo
| | | | M	flattening/modelica/scodeinst/const17.mo
| | | | M	flattening/modelica/scodeinst/eq4.mo
| | | | M	flattening/modelica/scodeinst/eq6.mo
| | | | M	flattening/modelica/scodeinst/ih2.mo
| | | | M	flattening/modelica/scodeinst/ih3.mo
| | | | M	flattening/modelica/scodeinst/redeclare7.mo
| | | | 
| * | | commit b46188a13dc4cf239c5994a0d6d358d61640a6bb
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 8 01:38:47 2017 +0100
| | | | 
| | | |     fix text special, Tpl depends on StackOveflow
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#771
| | | | 
| | | | M	special/MatlabTranslator/LoadCompilerSources.mos
| | | | M	special/MatlabTranslator/SCRIPT.mos
| | | | 
| * | | commit 6700bd243208a31857d1a30aa2cdebef3e21a1e0
| | | | Author: ptaeuber 
| | | | Date:   Tue Nov 7 16:43:16 2017 +0100
| | | | 
| | | |     Add test for conflicting aliases and expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1985
| | | |       - OpenModelica/OpenModelica-testsuite#770
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos
| | | | M	simulation/modelica/initialization/Makefile
| | | | M	simulation/modelica/initialization/conflictingStartValues.mos
| | | | A	simulation/modelica/initialization/conflictingStartValues2.mos
| | | | 
| * | | commit 748835de789382af3bb79db98ef503a8502c9417
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 7 15:42:19 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1992
| | | |       - OpenModelica/OpenModelica-testsuite#769
| | | | 
| | | | A	flattening/modelica/scodeinst/Condition1.mo
| | | | A	flattening/modelica/scodeinst/Condition2.mo
| | | | A	flattening/modelica/scodeinst/ConditionInvalid1.mo
| | | | A	flattening/modelica/scodeinst/ConditionInvalidType1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 1bb9816b7047e3cf6cf92ed7e8f3c5aec8ad796e
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 7 13:55:41 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1990
| | | |       - OpenModelica/OpenModelica-testsuite#768
| | | | 
| | | | A	flattening/modelica/scodeinst/IfEquation1.mo
| | | | A	flattening/modelica/scodeinst/IfEquation2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 9a9ebb6708627b3160f6153d04c72f06678106d0
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 7 12:54:02 2017 +0100
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1986
| | | |       - OpenModelica/OpenModelica-testsuite#767
| | | | 
| | | | M	flattening/modelica/scodeinst/InnerOuterInvalidMod3.mo
| | | | M	flattening/modelica/scodeinst/InnerOuterInvalidMod5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RedeclareMod1.mo
| | | | 
| * | | commit 0ede316fa4ac4603ed76c834bc7f90bc3671852f
| | | | Author: vwaurich 
| | | | Date:   Tue Nov 7 08:13:08 2017 +0100
| | | | 
| | | |     update test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1981
| | | |       - OpenModelica/OpenModelica-testsuite#766
| | | | 
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | 
| * | | commit c042558309d3b8b2368c6bca3b7d1d648f29374e
| | | | Author: ptaeuber 
| | | | Date:   Mon Nov 6 17:36:34 2017 +0100
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1979
| | | |       - OpenModelica/OpenModelica-testsuite#762
| | | | 
| | | | M	flattening/modelica/expandable/ConnectorTest.mos
| | | | M	flattening/modelica/modification/Bug3817.mos
| | | | M	metamodelica/meta/List1.mos
| | | | M	metamodelica/meta/List2.mos
| | | | M	metamodelica/meta/List3.mos
| | | | M	metamodelica/meta/MatchCase1.mos
| | | | M	metamodelica/meta/MatchCase10.mos
| | | | M	metamodelica/meta/MatchCase2.mos
| | | | M	metamodelica/meta/MatchCase3.mos
| | | | M	metamodelica/meta/MatchCase4.mos
| | | | M	metamodelica/meta/MatchCase5.mos
| | | | M	metamodelica/meta/MatchCase9.mos
| | | | M	metamodelica/meta/PartialFn10.mos
| | | | M	metamodelica/meta/PartialFn11.mos
| | | | M	metamodelica/meta/PartialFn12.mos
| | | | M	metamodelica/meta/PartialFn13.mos
| | | | M	metamodelica/meta/PartialFn8.mos
| | | | M	metamodelica/meta/Uniontype1.mos
| | | | M	metamodelica/meta/Uniontype2.mos
| | | | M	metamodelica/meta/Uniontype3.mos
| | | | M	metamodelica/meta/Uniontype4.mos
| | | | M	metamodelica/meta/Uniontype5.mos
| | | | M	metamodelica/meta/Uniontype6.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cruntime/debugDumps/testDumpEvents.mos
| | | | M	openmodelica/cruntime/optimization/basic/BR.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon2.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon3.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon4.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon5.mos
| | | | M	openmodelica/cruntime/optimization/basic/BReqcon.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRinitialGuess.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRscale.mos
| | | | M	openmodelica/cruntime/optimization/basic/CM.mos
| | | | M	openmodelica/cruntime/optimization/basic/CM2.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarm.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarmCsv.mos
| | | | M	openmodelica/cruntime/optimization/basic/LV.mos
| | | | M	openmodelica/cruntime/optimization/basic/LoopTest.mos
| | | | M	openmodelica/cruntime/optimization/basic/NP.mos
| | | | M	openmodelica/cruntime/optimization/basic/OSP.mos
| | | | M	openmodelica/cruntime/optimization/basic/OSP2.mos
| | | | M	openmodelica/cruntime/optimization/basic/SC.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC2.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC3.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC7.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC8.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFCtestFlag.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT.mos
| | | | M	openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos
| | | | M	openmodelica/cruntime/optimization/basic/VDP.mos
| | | | M	openmodelica/cruntime/optimization/basic/VDPchekError.mos
| | | | M	openmodelica/cruntime/optimization/basic/noOCP.mos
| | | | M	openmodelica/cruntime/optimization/basic/ocpWithInputs.mos
| | | | M	openmodelica/cruntime/optimization/basic/reduce1.mos
| | | | M	openmodelica/cruntime/optimization/basic/staticOP.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop1.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop10.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop11.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop2.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop8.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop9.mos
| | | | M	openmodelica/cruntime/optimization/basic/testDerInput.mos
| | | | M	openmodelica/cruntime/optimization/basic/testSimpliCon1.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/sensitivities/testLotkaVoltera.mos
| | | | M	openmodelica/cruntime/sensitivities/testPredatorPrey.mos
| | | | M	openmodelica/cruntime/sensitivities/testVanDerPol.mos
| | | | M	openmodelica/cruntime/sensitivities/testWorldScenario1.mos
| | | | M	openmodelica/cruntime/simoptions/nlssMinSize.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalRK.mos
| | | | M	openmodelica/cruntime/simoptions/testSinglePrecision.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/SampleExample.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/IntegerNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/TestSourceCodeFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/ZeroStates.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3034.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos
| | | | M	openmodelica/interactive-API/Bug3974.mos
| | | | M	openmodelica/interactive-API/Bug4248.mos
| | | | M	openmodelica/interactive-API/interactive_api_simulations.mos
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testArrayAlg.mos
| | | | M	openmodelica/linearization/testDrumBoiler.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/testRecordDiff.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | M	openmodelica/modelicaML/bouncingball.mos
| | | | M	openmodelica/modelicaML/testModelicaML.mos
| | | | M	openmodelica/typed-API/StringVariableName.mos
| | | | M	simulation/libraries/3rdParty/Buildings/Buildings.HeatTransfer.Examples.ConductorMultiLayer.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe2.Test1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe2.Test2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/03_CurtissHirschfelder.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/06_SmoothEvents.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test10.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test11.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test12.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test1a.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test1b.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test2.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test3.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test4.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test5.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test6.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test7.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test8.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test9.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | M	simulation/libraries/3rdParty/siemens/testSolidComponents.mos
| | | | M	simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos
| | | | M	simulation/libraries/msl22/Electrical/CauerLowPassOPV2.mos
| | | | M	simulation/libraries/msl22/Electrical/ChuaCircuit2.mos
| | | | M	simulation/libraries/msl22/Electrical/HeatingMOSInverter2.mos
| | | | M	simulation/libraries/msl22/Electrical/ShowVariableResistor2.mos
| | | | M	simulation/libraries/msl22/Mechanics/Accelerate2.mos
| | | | M	simulation/libraries/msl22/Mechanics/Damper2.mos
| | | | M	simulation/libraries/msl22/Mechanics/ElasticBearing2.mos
| | | | M	simulation/libraries/msl22/Mechanics/First2.mos
| | | | M	simulation/libraries/msl22/Mechanics/Oscillator2.mos
| | | | M	simulation/libraries/msl22/Mechanics/Sensors2.mos
| | | | M	simulation/libraries/msl22/Mechanics/SignConvention2.mos
| | | | M	simulation/libraries/msl22/Mechanics/WhyArrows2.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl31/Modelica.Math.Matrices.mos
| | | | M	simulation/libraries/msl31/Modelica.Math.Matrices.norm.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.IdealGasH2O.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | M	simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.RAM.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos
| | | | M	simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | M	simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | M	simulation/modelica/algorithms_functions/ASubIfExp.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmForInClass.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmSection.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmSize.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmTupleAssign.mos
| | | | M	simulation/modelica/algorithms_functions/ArrayInitSorting.mos
| | | | M	simulation/modelica/algorithms_functions/ComplexSystem.mos
| | | | M	simulation/modelica/algorithms_functions/DoubleWhenSequential.mos
| | | | M	simulation/modelica/algorithms_functions/ForIterator1.mos
| | | | M	simulation/modelica/algorithms_functions/FuncDer.mos
| | | | M	simulation/modelica/algorithms_functions/FunctionInReinit.mos
| | | | M	simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mos
| | | | M	simulation/modelica/algorithms_functions/Interpolation.mos
| | | | M	simulation/modelica/algorithms_functions/InverseAlgorithm1.mos
| | | | M	simulation/modelica/algorithms_functions/InverseAlgorithm2.mos
| | | | M	simulation/modelica/algorithms_functions/LocalVariableInit.mos
| | | | M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | M	simulation/modelica/algorithms_functions/SimplePeriodicSampler.mos
| | | | M	simulation/modelica/algorithms_functions/SumSeriesWhile.mos
| | | | M	simulation/modelica/algorithms_functions/TupleReturn.mos
| | | | M	simulation/modelica/algorithms_functions/WhenPriority.mos
| | | | M	simulation/modelica/algorithms_functions/WhenStatement1.mos
| | | | M	simulation/modelica/algorithms_functions/WhenStatement2.mos
| | | | M	simulation/modelica/algorithms_functions/WhenStatement3.mos
| | | | M	simulation/modelica/algorithms_functions/ZeroCross.mos
| | | | M	simulation/modelica/algorithms_functions/algorithms.mos
| | | | M	simulation/modelica/algorithms_functions/bug2888.mos
| | | | M	simulation/modelica/algorithms_functions/bug_2286.mos
| | | | M	simulation/modelica/algorithms_functions/bug_2286_literal.mos
| | | | M	simulation/modelica/algorithms_functions/ticket-3477.mos
| | | | M	simulation/modelica/algorithms_functions/val.mos
| | | | M	simulation/modelica/algorithms_functions/whenDiscreteForLoop.mos
| | | | M	simulation/modelica/algorithms_functions/whenFunctionTuple.mos
| | | | M	simulation/modelica/algorithms_functions/whenstatements.mos
| | | | M	simulation/modelica/arrays/ABCDsystem.csv.mos
| | | | M	simulation/modelica/arrays/ABCDsystem.empty.mos
| | | | M	simulation/modelica/arrays/ABCDsystem.plt.mos
| | | | M	simulation/modelica/arrays/AlgorithmArrayEqn.mos
| | | | M	simulation/modelica/arrays/AppendElement.mos
| | | | M	simulation/modelica/arrays/ArrayAddSub1.mos
| | | | M	simulation/modelica/arrays/ArrayEquation.mos
| | | | M	simulation/modelica/arrays/ArrayExponentiation.mos
| | | | M	simulation/modelica/arrays/ArrayModel.mos
| | | | M	simulation/modelica/arrays/ArrayMult.mos
| | | | M	simulation/modelica/arrays/ArrayReduce.mos
| | | | M	simulation/modelica/arrays/ArrayReturn.mos
| | | | M	simulation/modelica/arrays/ArraySlice.mos
| | | | M	simulation/modelica/arrays/ArraySlice2.mos
| | | | M	simulation/modelica/arrays/ArraySliceAssigmentFunction.mos
| | | | M	simulation/modelica/arrays/AsubCrefExpType.mos
| | | | M	simulation/modelica/arrays/BooleanArray.mos
| | | | M	simulation/modelica/arrays/Breaker_total.mos
| | | | M	simulation/modelica/arrays/Bug3187.mos
| | | | M	simulation/modelica/arrays/ConstructFunc.mos
| | | | M	simulation/modelica/arrays/DimConvert.mos
| | | | M	simulation/modelica/arrays/NPendulum.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluator1.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluator2.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluator3.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluatorA.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluatorB.mos
| | | | M	simulation/modelica/arrays/VariableRangeSubscript.mos
| | | | M	simulation/modelica/arrays/VectorizeOneReturnValue.mos
| | | | M	simulation/modelica/arrays/Xpowers1.mos
| | | | M	simulation/modelica/arrays/Xpowers2.mos
| | | | M	simulation/modelica/arrays/Xpowers3.mos
| | | | M	simulation/modelica/arrays/ZeroSizeLoop.mos
| | | | M	simulation/modelica/arrays/bug_2217.mos
| | | | M	simulation/modelica/arrays/bug_2911.mos
| | | | M	simulation/modelica/arrays/bug_3184.mos
| | | | M	simulation/modelica/arrays/crefIndex.mos
| | | | M	simulation/modelica/arrays/gc.mos
| | | | M	simulation/modelica/arrays/gc2980.mos
| | | | M	simulation/modelica/arrays/ticket2336.mos
| | | | M	simulation/modelica/asserts/AssertTest3.mos
| | | | M	simulation/modelica/asserts/AssertTest4.mos
| | | | M	simulation/modelica/asserts/AssertTest5.mos
| | | | M	simulation/modelica/asserts/AssertTest6.mos
| | | | M	simulation/modelica/asserts/AssertTest7.mos
| | | | M	simulation/modelica/asserts/TestAssert.mos
| | | | M	simulation/modelica/asserts/powAssert1.mos
| | | | M	simulation/modelica/built_in_functions/BuiltinMath.mos
| | | | M	simulation/modelica/built_in_functions/Compare.mos
| | | | M	simulation/modelica/built_in_functions/Delay.mos
| | | | M	simulation/modelica/built_in_functions/Delta.mos
| | | | M	simulation/modelica/built_in_functions/DummyDerMatching.mos
| | | | M	simulation/modelica/built_in_functions/Epidemics1.mos
| | | | M	simulation/modelica/built_in_functions/HydrogenIodide.mos
| | | | M	simulation/modelica/built_in_functions/Identity.mos
| | | | M	simulation/modelica/built_in_functions/LotkaVolterra.mos
| | | | M	simulation/modelica/built_in_functions/SemiLinear.mos
| | | | M	simulation/modelica/built_in_functions/SemiLinearTest2.mos
| | | | M	simulation/modelica/built_in_functions/Sign.mos
| | | | M	simulation/modelica/built_in_functions/Time.mos
| | | | M	simulation/modelica/built_in_functions/TwoRateSampler.mos
| | | | M	simulation/modelica/built_in_functions/dertest.mos
| | | | M	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | | | M	simulation/modelica/commonSubExp/comSubExp1.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse2_comSubExp.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls12.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls14.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls2.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls5.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls9.mos
| | | | M	simulation/modelica/connectors/ConstantConnect.mos
| | | | M	simulation/modelica/connectors/HeatTankExpanded.mos
| | | | M	simulation/modelica/connectors/LinearSysEq.mos
| | | | M	simulation/modelica/connectors/StepAdvanced.mos
| | | | M	simulation/modelica/connectors/Tank.mos
| | | | M	simulation/modelica/connectors/TankHybridPI.mos
| | | | M	simulation/modelica/connectors/TankHybridPID.mos
| | | | M	simulation/modelica/connectors/TankPI.mos
| | | | M	simulation/modelica/connectors/TankPID.mos
| | | | M	simulation/modelica/connectors/TanksConnectedPI.mos
| | | | M	simulation/modelica/declarations/MyPointsInst1.mos
| | | | M	simulation/modelica/declarations/MyPointsInst2.mos
| | | | M	simulation/modelica/enums/EnumArray.mos
| | | | M	simulation/modelica/enums/EnumArray2.mos
| | | | M	simulation/modelica/enums/EnumArrayArray.mos
| | | | M	simulation/modelica/enums/TestPosture.mos
| | | | M	simulation/modelica/equations/ActivateWhenEquation.mos
| | | | M	simulation/modelica/equations/AliasEquations.mos
| | | | M	simulation/modelica/equations/BouncingBall.mos
| | | | M	simulation/modelica/equations/BouncingBall2.mos
| | | | M	simulation/modelica/equations/BouncingBallExamples.mos
| | | | M	simulation/modelica/equations/Cross.mos
| | | | M	simulation/modelica/equations/DAEexample.mos
| | | | M	simulation/modelica/equations/DAEexample2.mos
| | | | M	simulation/modelica/equations/EqualityEquationsCorrect.mos
| | | | M	simulation/modelica/equations/FiveForEquations.mos
| | | | M	simulation/modelica/equations/FlatTank.mos
| | | | M	simulation/modelica/equations/HelloWorld.mos
| | | | M	simulation/modelica/equations/HideVariableForEquations.mos
| | | | M	simulation/modelica/equations/IfEquation.mos
| | | | M	simulation/modelica/equations/IfEquation2.mos
| | | | M	simulation/modelica/equations/IfEquation3.mos
| | | | M	simulation/modelica/equations/IfEquation4.mos
| | | | M	simulation/modelica/equations/IfEquation5.mos
| | | | M	simulation/modelica/equations/IfEquation6.mos
| | | | M	simulation/modelica/equations/ModelBalance1.mos
| | | | M	simulation/modelica/equations/VariableSubscriptAlias.mos
| | | | M	simulation/modelica/equations/WatchDog1AlgorithmWhen.mos
| | | | M	simulation/modelica/equations/WatchDog2EquationWhen.mos
| | | | M	simulation/modelica/equations/WhenEquation.mos
| | | | M	simulation/modelica/equations/WhenEquation1.mos
| | | | M	simulation/modelica/equations/WhenNoRetCall.mos
| | | | M	simulation/modelica/equations/constantLinSys.mos
| | | | M	simulation/modelica/equations/deriveToLog.mos
| | | | M	simulation/modelica/equations/when_sorting.mos
| | | | M	simulation/modelica/events/ChatteringEventsTest1.mos
| | | | M	simulation/modelica/events/ChatteringEventsTest2.mos
| | | | M	simulation/modelica/events/CheckEvents.mos
| | | | M	simulation/modelica/events/EventDelay.mos
| | | | M	simulation/modelica/events/EventIteration.mos
| | | | M	simulation/modelica/events/EventLoop.mos
| | | | M	simulation/modelica/events/EventTests.mos
| | | | M	simulation/modelica/events/EventTests2.mos
| | | | M	simulation/modelica/events/EventTests3.mos
| | | | M	simulation/modelica/events/IntegerZeroCrossings.mos
| | | | M	simulation/modelica/events/MathEventFuncs1.mos
| | | | M	simulation/modelica/events/MathEventFuncs2.mos
| | | | M	simulation/modelica/events/Reinit.mos
| | | | M	simulation/modelica/events/ServerWithQueue.mos
| | | | M	simulation/modelica/events/TestNoEventsFlags.mos
| | | | M	simulation/modelica/events/ZeroCrossing.mos
| | | | M	simulation/modelica/events/bug1228.mos
| | | | M	simulation/modelica/events/bug2667.mos
| | | | M	simulation/modelica/events/bug2718.mos
| | | | M	simulation/modelica/events/bug2752.mos
| | | | M	simulation/modelica/events/bug2808.mos
| | | | M	simulation/modelica/events/bug3092.mos
| | | | M	simulation/modelica/events/bug3358.mos
| | | | M	simulation/modelica/events/bug4419.mos
| | | | M	simulation/modelica/events/sample1.mos
| | | | M	simulation/modelica/events/sample2.mos
| | | | M	simulation/modelica/events/whenInAlgorithm.mos
| | | | M	simulation/modelica/events/whenTest1.mos
| | | | M	simulation/modelica/events/whenTest2.mos
| | | | M	simulation/modelica/external_functions/ExtObj.mos
| | | | M	simulation/modelica/external_functions/ExtObjStringParam.mos
| | | | M	simulation/modelica/external_functions/ExternalLibraries.mos
| | | | M	simulation/modelica/external_functions/ExternalRHSFlag.mos
| | | | M	simulation/modelica/external_functions/ImplicitArray.mos
| | | | M	simulation/modelica/external_functions/LapackInverse.mos
| | | | M	simulation/modelica/external_functions/Matrix.mos
| | | | M	simulation/modelica/external_functions/ModelicaUtilities.mos
| | | | M	simulation/modelica/external_functions/QualifiedCrefArg.mos
| | | | M	simulation/modelica/external_functions/TestRoots.mos
| | | | M	simulation/modelica/external_functions/extObj_ticket3446.mos
| | | | M	simulation/modelica/external_functions/ts.mos
| | | | M	simulation/modelica/functions_eval/CascodeCircuit.mos
| | | | M	simulation/modelica/functions_eval/Inverter2.mos
| | | | M	simulation/modelica/functions_eval/MoistAir.mos
| | | | M	simulation/modelica/functions_eval/Nand.mos
| | | | M	simulation/modelica/functions_eval/RtlInverter.mos
| | | | M	simulation/modelica/functions_eval/functionEvaluation.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | M	simulation/modelica/functions_eval/functionTest8.mos
| | | | M	simulation/modelica/functions_eval/functionTest9.mos
| | | | M	simulation/modelica/functions_eval/partialConstArray.mos
| | | | M	simulation/modelica/functions_eval/simplifyIf1.mos
| | | | M	simulation/modelica/functions_eval/simplifyIf2.mos
| | | | M	simulation/modelica/functions_eval/ticket2535.mos
| | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | M	simulation/modelica/hpcom/ElectricalCircuit.mos
| | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/modelica/hpcom/SimpleResistor.mos
| | | | M	simulation/modelica/indexreduction/MoveWithInputs.mos
| | | | M	simulation/modelica/inheritances/MoonLanding.mos
| | | | M	simulation/modelica/inheritances/OneArgBaseFunction.mos
| | | | M	simulation/modelica/inheritances/Ticket4258a.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | M	simulation/modelica/initialization/array_algorithm.mos
| | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | M	simulation/modelica/initialization/boundParameterExpUnfixed.mos
| | | | M	simulation/modelica/initialization/bug_2207.mos
| | | | M	simulation/modelica/initialization/bug_2504.mos
| | | | M	simulation/modelica/initialization/bug_2673.mos
| | | | M	simulation/modelica/initialization/bug_2673b.mos
| | | | M	simulation/modelica/initialization/bug_2830.mos
| | | | M	simulation/modelica/initialization/bug_2990.mos
| | | | M	simulation/modelica/initialization/bug_2994.mos
| | | | M	simulation/modelica/initialization/bug_3014.mos
| | | | M	simulation/modelica/initialization/bug_3052.mos
| | | | M	simulation/modelica/initialization/bug_3536.mos
| | | | M	simulation/modelica/initialization/bug_4387.mos
| | | | M	simulation/modelica/initialization/conflictingStartValues.mos
| | | | M	simulation/modelica/initialization/discreteTest01.mos
| | | | M	simulation/modelica/initialization/discreteTest02.mos
| | | | M	simulation/modelica/initialization/discreteTest03.mos
| | | | M	simulation/modelica/initialization/discreteTest04.mos
| | | | M	simulation/modelica/initialization/discreteTest05.mos
| | | | M	simulation/modelica/initialization/discreteTest06.mos
| | | | M	simulation/modelica/initialization/discreteTest08.mos
| | | | M	simulation/modelica/initialization/discreteTest09.mos
| | | | M	simulation/modelica/initialization/discreteTest10.mos
| | | | M	simulation/modelica/initialization/eventTest.mos
| | | | M	simulation/modelica/initialization/eventTest2.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/gaspropreties.mos
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/initialization/initial_equation.mos
| | | | M	simulation/modelica/initialization/parameterWithoutBinding.mos
| | | | M	simulation/modelica/initialization/parameters.mos
| | | | M	simulation/modelica/initialization/pre1.mos
| | | | M	simulation/modelica/initialization/pre2.mos
| | | | M	simulation/modelica/initialization/pre3.mos
| | | | M	simulation/modelica/initialization/redundantInitialEquations.mos
| | | | M	simulation/modelica/initialization/scaling1.mos
| | | | M	simulation/modelica/initialization/scaling2.mos
| | | | M	simulation/modelica/initialization/singularJacobian.mos
| | | | M	simulation/modelica/initialization/startValue.mos
| | | | M	simulation/modelica/initialization/startValue1.mos
| | | | M	simulation/modelica/initialization/startValue2.mos
| | | | M	simulation/modelica/initialization/startValue3.mos
| | | | M	simulation/modelica/initialization/terminate.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest1.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest2.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest3.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest4.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest5.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest6.mos
| | | | M	simulation/modelica/initialization/unfixedParameter1.mos
| | | | M	simulation/modelica/initialization/unfixedParameter2.mos
| | | | M	simulation/modelica/linear_system/EngineV6_partlintorn.mos
| | | | M	simulation/modelica/linear_system/MissV.mos
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | M	simulation/modelica/linear_system/NPendulum40.mos
| | | | M	simulation/modelica/linear_system/Ticket2404.mos
| | | | M	simulation/modelica/linear_system/constantStates.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/linear_system/linSymSolConstA.mos
| | | | M	simulation/modelica/linear_system/problem1.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/linear_system/problem3.mos
| | | | M	simulation/modelica/msl22/Backlash.mos
| | | | M	simulation/modelica/msl22/Circuit1.mos
| | | | M	simulation/modelica/msl22/DCMotorBlocks.mos
| | | | M	simulation/modelica/msl22/DCMotorDeadzone.mos
| | | | M	simulation/modelica/msl22/DCMotorRotational.mos
| | | | M	simulation/modelica/msl22/ElasticBearing.mos
| | | | M	simulation/modelica/msl22/First.mos
| | | | M	simulation/modelica/msl22/FuncCross.mos
| | | | M	simulation/modelica/msl22/IdealGear.mos
| | | | M	simulation/modelica/msl22/IdealGearBrake.mos
| | | | M	simulation/modelica/msl22/InitTest.mos
| | | | M	simulation/modelica/msl22/InputOutput.mos
| | | | M	simulation/modelica/msl22/MatrixTest.mos
| | | | M	simulation/modelica/msl22/NonLinsys.mos
| | | | M	simulation/modelica/msl22/Shaft.mos
| | | | M	simulation/modelica/msl22/SineAccelerate.mos
| | | | M	simulation/modelica/msl22/SineSpeed.mos
| | | | M	simulation/modelica/msl22/SineTorque.mos
| | | | M	simulation/modelica/msl22/SineTorque2inertias.mos
| | | | M	simulation/modelica/msl22/SpringMass.mos
| | | | M	simulation/modelica/msl22/StepTorque.mos
| | | | M	simulation/modelica/msl22/Tank.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInit.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitOver.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitParam.mos
| | | | M	simulation/modelica/msl22/Test3PhaseStart.mos
| | | | M	simulation/modelica/msl22/TimeVaryingLinsys.mos
| | | | M	simulation/modelica/msl22/TrapezoidTest.mos
| | | | M	simulation/modelica/msl22/WeakAxis.mos
| | | | M	simulation/modelica/msl22/avg.mos
| | | | M	simulation/modelica/msl22/blockssources.mos
| | | | M	simulation/modelica/msl22/simulation2.mos
| | | | M	simulation/modelica/msl22/tupleTest.mos
| | | | M	simulation/modelica/nonlinear_system/ScalingTest1.mos
| | | | M	simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos
| | | | M	simulation/modelica/nonlinear_system/TestInputIteration.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/nonlinear_system/inverseTest.mos
| | | | M	simulation/modelica/nonlinear_system/nanTest.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearDelayTest.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1.mos
| | | | M	simulation/modelica/nonlinear_system/problem10.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/nonlinear_system/problem12.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem3.mos
| | | | M	simulation/modelica/nonlinear_system/problem3_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem3_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem3_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem3_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem4.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem5.mos
| | | | M	simulation/modelica/nonlinear_system/problem5_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem6.mos
| | | | M	simulation/modelica/nonlinear_system/problem6_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem6_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem6_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem6_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem7.mos
| | | | M	simulation/modelica/nonlinear_system/problem7_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem7_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem7_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem7_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem8_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem9.mos
| | | | M	simulation/modelica/others/Bug1687.mos
| | | | M	simulation/modelica/others/Bug1728.mos
| | | | M	simulation/modelica/others/Bug1987.mos
| | | | M	simulation/modelica/others/Bug2432.mos
| | | | M	simulation/modelica/others/Bug2536.mos
| | | | M	simulation/modelica/others/Bug2633.mos
| | | | M	simulation/modelica/others/Bug2704.mos
| | | | M	simulation/modelica/others/Bug2788.mos
| | | | M	simulation/modelica/others/Bug2833.mos
| | | | M	simulation/modelica/others/Bug3023.mos
| | | | M	simulation/modelica/others/Bug3261.mos
| | | | M	simulation/modelica/others/Bug3323.mos
| | | | M	simulation/modelica/others/Bug3500.mos
| | | | M	simulation/modelica/others/Bug3687.mos
| | | | M	simulation/modelica/others/BugTest1830.mos
| | | | M	simulation/modelica/others/ChangeCorrect.mos
| | | | M	simulation/modelica/others/CombiTable1DBug.mos
| | | | M	simulation/modelica/others/ComplexAlgebraicLoop.mos
| | | | M	simulation/modelica/others/ComplexFun.mos
| | | | M	simulation/modelica/others/DiscreteVectorStateSpace.mos
| | | | M	simulation/modelica/others/Elevator.mos
| | | | M	simulation/modelica/others/EngineV6_evalParams.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/others/EquationCallIntegerArray.mos
| | | | M	simulation/modelica/others/ExtendsBasic.mos
| | | | M	simulation/modelica/others/FrameTest.mos
| | | | M	simulation/modelica/others/IdealDiode.mos
| | | | M	simulation/modelica/others/ParameterModel.mos
| | | | M	simulation/modelica/others/Pendulum.mos
| | | | M	simulation/modelica/others/PreAndAliasedVar.mos
| | | | M	simulation/modelica/others/Random.mos
| | | | M	simulation/modelica/others/Random2.mos
| | | | M	simulation/modelica/others/Reductions.mos
| | | | M	simulation/modelica/others/Riccati.mos
| | | | M	simulation/modelica/others/SimResultScripting.mos
| | | | M	simulation/modelica/others/SliceAssignment.mos
| | | | M	simulation/modelica/others/StringTest.mos
| | | | M	simulation/modelica/others/Switch.mos
| | | | M	simulation/modelica/others/SyncFilter.mos
| | | | M	simulation/modelica/others/Table2d.mos
| | | | M	simulation/modelica/others/TestAsub.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestLapack.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/others/TestSolve.mos
| | | | M	simulation/modelica/others/TestSolve10.mos
| | | | M	simulation/modelica/others/TestSolve11.mos
| | | | M	simulation/modelica/others/TestSolve12.mos
| | | | M	simulation/modelica/others/TestSolve13.mos
| | | | M	simulation/modelica/others/TestSolve14.mos
| | | | M	simulation/modelica/others/TestSolve15.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve2.mos
| | | | M	simulation/modelica/others/TestSolve3.mos
| | | | M	simulation/modelica/others/TestSolve4.mos
| | | | M	simulation/modelica/others/TestSolve5.mos
| | | | M	simulation/modelica/others/TestSolve6.mos
| | | | M	simulation/modelica/others/TestSolve7.mos
| | | | M	simulation/modelica/others/TestSolve8.mos
| | | | M	simulation/modelica/others/TestSolve9.mos
| | | | M	simulation/modelica/others/VariableFilter.mos
| | | | M	simulation/modelica/others/WhenStatement4.mos
| | | | M	simulation/modelica/others/impureTest.mos
| | | | M	simulation/modelica/others/localKnownVars.mos
| | | | M	simulation/modelica/others/nonConstantIndex.mos
| | | | M	simulation/modelica/others/nonConstantParam.mos
| | | | M	simulation/modelica/others/sample1.mos
| | | | M	simulation/modelica/others/sample2.mos
| | | | M	simulation/modelica/others/sample3.mos
| | | | M	simulation/modelica/others/simulation.mos
| | | | M	simulation/modelica/others/steadyState.mos
| | | | M	simulation/modelica/others/tempInterpol2test.mos
| | | | M	simulation/modelica/others/terminal.mos
| | | | M	simulation/modelica/others/world.mos
| | | | M	simulation/modelica/packages/ComplexNumbers.mos
| | | | M	simulation/modelica/packages/RedeclarePackage.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/parameters/hideResult.mos
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | M	simulation/modelica/parameters/parameterTest10.mos
| | | | M	simulation/modelica/parameters/parameterTest11.mos
| | | | M	simulation/modelica/parameters/parameterTest12.mos
| | | | M	simulation/modelica/parameters/parameterTest13.mos
| | | | M	simulation/modelica/parameters/parameterTest14.mos
| | | | M	simulation/modelica/parameters/parameterTest15.mos
| | | | M	simulation/modelica/parameters/parameterTest16.mos
| | | | M	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/parameters/parameterTest2.mos
| | | | M	simulation/modelica/parameters/parameterTest4.mos
| | | | M	simulation/modelica/parameters/parameterTest5.mos
| | | | M	simulation/modelica/parameters/parameterTest6.mos
| | | | M	simulation/modelica/parameters/parameterTest7.mos
| | | | M	simulation/modelica/parameters/parameterTest8.mos
| | | | M	simulation/modelica/parameters/parameterTest9.mos
| | | | M	simulation/modelica/parameters/revoluteConstraint.mos
| | | | M	simulation/modelica/qss/qss_example1.mos
| | | | M	simulation/modelica/qss/qss_example2.mos
| | | | M	simulation/modelica/qss/qss_example3.mos
| | | | M	simulation/modelica/qss/qss_example4.mos
| | | | M	simulation/modelica/qss/qss_example5.mos
| | | | M	simulation/modelica/qss/qss_example6.mos
| | | | M	simulation/modelica/qss/qss_example7.mos
| | | | M	simulation/modelica/qss/qss_example8.mos
| | | | M	simulation/modelica/qss/qss_example9.mos
| | | | M	simulation/modelica/records/ATotal.mos
| | | | M	simulation/modelica/records/InOutRecord.mos
| | | | M	simulation/modelica/records/TestComplexSum1.mos
| | | | M	simulation/modelica/resolveLoops/Circuit1x.mos
| | | | M	simulation/modelica/resolveLoops/Circuit2x.mos
| | | | M	simulation/modelica/resolveLoops/Circuit3x.mos
| | | | M	simulation/modelica/resolveLoops/Circuit4x.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/solver/LotkaVolterraWithInput.mos
| | | | M	simulation/modelica/solver/bug2231-radau1.mos
| | | | M	simulation/modelica/solver/problem1-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem1-ida.mos
| | | | M	simulation/modelica/solver/problem1-impeuler.mos
| | | | M	simulation/modelica/solver/problem1-imprk.mos
| | | | M	simulation/modelica/solver/problem1-irksco.mos
| | | | M	simulation/modelica/solver/problem1-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem1-symSolverExpSsc.mos
| | | | M	simulation/modelica/solver/problem1-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem1-symSolverImpSsc.mos
| | | | M	simulation/modelica/solver/problem1-trapezoid.mos
| | | | M	simulation/modelica/solver/problem2-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem2-ida.mos
| | | | M	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | M	simulation/modelica/solver/problem2-impeuler.mos
| | | | M	simulation/modelica/solver/problem2-imprk.mos
| | | | M	simulation/modelica/solver/problem2-imprkLS.mos
| | | | M	simulation/modelica/solver/problem2-irksco.mos
| | | | M	simulation/modelica/solver/problem2-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem2-symSolverExpSsc.mos
| | | | M	simulation/modelica/solver/problem2-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem2-symSolverImpSsc.mos
| | | | M	simulation/modelica/solver/problem2-trapezoid.mos
| | | | M	simulation/modelica/solver/problem3-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem3-symSolverExpSsc.mos
| | | | M	simulation/modelica/solver/problem3-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem3-symSolverImpSsc.mos
| | | | M	simulation/modelica/solver/problem4-erk_ssc.mos
| | | | M	simulation/modelica/solver/problem4-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem4-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem5-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem5-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem6-irksco.mos
| | | | M	simulation/modelica/solver/problem6-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem6-symSolverImp.mos
| | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/statemachines/ticket4271.mos
| | | | M	simulation/modelica/synchronous/DID.mos
| | | | M	simulation/modelica/synchronous/EventClock.mos
| | | | M	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mos
| | | | M	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos
| | | | M	simulation/modelica/synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mos
| | | | M	simulation/modelica/synchronous/TestClockParameterEvaluation.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-cel.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing14-cel.mos
| | | | M	simulation/modelica/tearing/Tearing14-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing14-omc.mos
| | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | M	simulation/modelica/tearing/Tearing5-cel.mos
| | | | M	simulation/modelica/tearing/Tearing5-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing5-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-omc.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-omc.mos
| | | | M	simulation/modelica/tearing/testParamDivision.mos
| | | | M	simulation/modelica/tearing/testTearingStrictness.mos
| | | | M	simulation/modelica/tearing/totalTearing1.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | M	simulation/modelica/unitcheck/UnitCheck16.mos
| | | | 
| * | | commit d2feef9be1d514ba1d55bfcf25eb8eb6efe10cff
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 6 17:21:09 2017 +0100
| | | | 
| | | |     Updated nfinst test cases.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1982
| | | |       - OpenModelica/OpenModelica-testsuite#765
| | | | 
| | | | M	flattening/modelica/scodeinst/ComponentAttributes1.mo
| | | | A	flattening/modelica/scodeinst/ExtendsVisibility4.mo
| | | | A	flattening/modelica/scodeinst/ExtendsVisibility5.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Visibility1.mo
| | | | A	flattening/modelica/scodeinst/Visibility2.mo
| | | | A	flattening/modelica/scodeinst/Visibility3.mo
| | | | A	flattening/modelica/scodeinst/Visibility4.mo
| | | | 
| * | | commit 7046ded1c16425acb069519f302dc457f2feec7f
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 6 14:08:02 2017 +0100
| | | | 
| | | |     Use new flag -d=oldFrontEndUnitCheck
| | | |     
| | | |     The "NF" unit checking tests use the old frontend for unit checking,
| | | |     which is wrong.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1978
| | | |       - OpenModelica/OpenModelica-testsuite#764
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck1.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck10.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck11.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck12.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck13.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck14.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck15.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck16.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck17.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck2.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck3.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck4.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck5.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck6.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck7.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck8.mos
| | | | M	simulation/modelica/NFunitcheck/UnitCheck9.mos
| | | | M	simulation/modelica/NFunitcheck/Unitcheck18.mos
| | | | M	simulation/modelica/NFunitcheck/ticket3631.mos
| | | | 
| * | | commit d69fb20e70431126a2d97426f9edd892ebbc5c21
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 6 13:46:15 2017 +0100
| | | | 
| | | |     Added test for nfinst StateSelect variability.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1980
| | | |       - OpenModelica/OpenModelica-testsuite#763
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/StateSelectVariability1.mo
| | | | 
| * | | commit f4b81ebb3b84e45593d22b2bbf8958a5c51b26a1
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 6 13:03:43 2017 +0100
| | | | 
| | | |     Add test for ticket:4611.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1977
| | | |       - OpenModelica/OpenModelica-testsuite#761
| | | | 
| | | | M	flattening/modelica/records/Makefile
| | | | A	flattening/modelica/records/RecordEquationSize.mos
| | | | M	simulation/modelica/arrays/ArrayParameterSize.mos
| | | | 
| * | | commit 663155c14aced68596c7fb6bcf11441706d7fac9
| | | | Author: Per Östlund 
| | | | Date:   Fri Nov 3 16:26:20 2017 +0100
| | | | 
| | | |     Updated nfinst test cases.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1972
| | | |       - OpenModelica/OpenModelica-testsuite#760
| | | | 
| | | | A	flattening/modelica/scodeinst/ActualStream.mo
| | | | A	flattening/modelica/scodeinst/ActualStreamMinMax.mo
| | | | M	flattening/modelica/scodeinst/Connect2.mo
| | | | M	flattening/modelica/scodeinst/Connect3.mo
| | | | M	flattening/modelica/scodeinst/Connect4.mo
| | | | M	flattening/modelica/scodeinst/Connect5.mo
| | | | A	flattening/modelica/scodeinst/ConnectDiffOrder1.mo
| | | | A	flattening/modelica/scodeinst/ConnectDiffOrder2.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector1.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector2.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector3.mo
| | | | A	flattening/modelica/scodeinst/InStreamFlowThreshold.mo
| | | | A	flattening/modelica/scodeinst/InStreamInsideOutside.mo
| | | | A	flattening/modelica/scodeinst/InStreamInvalidArgument1.mo
| | | | A	flattening/modelica/scodeinst/InStreamInvalidArgument2.mo
| | | | A	flattening/modelica/scodeinst/InStreamNominalThreshold.mo
| | | | A	flattening/modelica/scodeinst/InStreamPipeline.mo
| | | | A	flattening/modelica/scodeinst/InStreamTwoInside.mo
| | | | A	flattening/modelica/scodeinst/InStreamTwoOutside.mo
| | | | A	flattening/modelica/scodeinst/InStreamUnconnected.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/NonConnectorFlow1.mo
| | | | 
| * | | commit 12b5caf44f4f84259d9050a47bb1f61777fdfaad
| | | | Author: Per Östlund 
| | | | Date:   Thu Nov 2 12:18:37 2017 +0100
| | | | 
| | | |     Add testcase for #4606 fix.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1969
| | | |       - OpenModelica/OpenModelica-testsuite#758
| | | | 
| | | | A	flattening/modelica/records/ComplexBinding1.mo
| | | | M	flattening/modelica/records/Makefile
| | | | 
| * | | commit b389638a2e9016e42e00e7e9ae2ca01776da5e7e
| | | | Author: Rüdiger Franke 
| | | | Date:   Wed Nov 1 04:30:42 2017 +0100
| | | | 
| | | |     Enable test for code generation of directional derivatives
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1960
| | | |       - OpenModelica/OpenModelica-testsuite#757
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | 
| * | | commit effc95264c514e489aa67f5b625976c5a112cf62
| | | | Author: David Polak 
| | | | Date:   Tue Oct 31 16:09:25 2017 +0100
| | | | 
| | | |     Added convertUnits mmHg test
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1953
| | | |       - OpenModelica/OpenModelica-testsuite#756
| | | | 
| | | | M	openmodelica/interactive-API/ConvertUnits.mos
| | | | 
| * | | commit 4ccbc576a6dd5d9f0eb655f943f64618f10c0582
| | | | Author: Mahder Gebremedhin 
| | | | Date:   Mon Oct 30 11:23:20 2017 +0100
| | | | 
| | | |     Update NFInst tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1785
| | | |       - OpenModelica/OpenModelica-testsuite#755
| | | | 
| | | | M	flattening/modelica/scodeinst/func2.mo
| | | | 
| * | | commit 6fccf1972cd09cd60e01202add5fa90ec6806a4a
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 27 14:32:58 2017 +0200
| | | | 
| | | |     Update nfinst tests.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1951
| | | |       - OpenModelica/OpenModelica-testsuite#754
| | | | 
| | | | A	flattening/modelica/scodeinst/EncapsulatingInst1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 2c59f19fa59f7e59d4b684fa01b37d88e7735f54
| | | | Author: Per Östlund 
| | | | Date:   Thu Oct 26 15:24:53 2017 +0200
| | | | 
| | | |     Update nfinst test cases.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1948
| | | |       - OpenModelica/OpenModelica-testsuite#753
| | | | 
| | | | A	flattening/modelica/scodeinst/Algorithm1.mo
| | | | A	flattening/modelica/scodeinst/Algorithm2.mo
| | | | A	flattening/modelica/scodeinst/Algorithm3.mo
| | | | A	flattening/modelica/scodeinst/Connect1.mo
| | | | A	flattening/modelica/scodeinst/Connect2.mo
| | | | A	flattening/modelica/scodeinst/Connect3.mo
| | | | A	flattening/modelica/scodeinst/Connect4.mo
| | | | R070	flattening/modelica/scodeinst/conn3.mo	flattening/modelica/scodeinst/Connect5.mo
| | | | A	flattening/modelica/scodeinst/ConnectAlgorithm.mo
| | | | A	flattening/modelica/scodeinst/ConnectInitial.mo
| | | | A	flattening/modelica/scodeinst/ConnectInvalidForm1.mo
| | | | A	flattening/modelica/scodeinst/ConnectInvalidType1.mo
| | | | A	flattening/modelica/scodeinst/ConnectNonConnector1.mo
| | | | A	flattening/modelica/scodeinst/ConnectNonConnector2.mo
| | | | A	flattening/modelica/scodeinst/ConnectNonConnector3.mo
| | | | A	flattening/modelica/scodeinst/ConnectNonConnector4.mo
| | | | A	flattening/modelica/scodeinst/ConnectNonConnector5.mo
| | | | A	flattening/modelica/scodeinst/ConnectNonConnector6.mo
| | | | M	flattening/modelica/scodeinst/ExtendSections.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/ProtectedMod1.mo
| | | | A	flattening/modelica/scodeinst/WhenInitial1.mo
| | | | D	flattening/modelica/scodeinst/conn1.mo
| | | | D	flattening/modelica/scodeinst/conn10.mo
| | | | D	flattening/modelica/scodeinst/conn2.mo
| | | | D	flattening/modelica/scodeinst/conn4.mo
| | | | D	flattening/modelica/scodeinst/conn5.mo
| | | | 
| * | | commit 62f2cd7f8abe6796f23fa892b1082ef7505f780c
| | | | Author: adrpo 
| | | | Date:   Tue Oct 24 16:30:27 2017 +0200
| | | | 
| | | |     update testsuite after library changes
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#752
| | | | 
| | | | M	openmodelica/interactive-API/Bug4248.mos
| | | | 
| * | | commit 36a3e41b8db0188bcd5b5d19cef92fc3075c462c
| | | | Author: ptaeuber 
| | | | Date:   Thu Oct 19 16:24:32 2017 +0200
| | | | 
| | | |     Add test and expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica#64
| | | |       - OpenModelica/OMCompiler#1927
| | | |       - OpenModelica/OpenModelica-testsuite#750
| | | | 
| | | | M	flattening/libraries/3rdParty/siemens/translatePipes.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3763.mos
| | | | M	openmodelica/linearization/testDrumBoiler.mos
| | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | | | M	simulation/modelica/functions_eval/MoistAir.mos
| | | | M	simulation/modelica/inheritances/Ticket4258a.mos
| | | | M	simulation/modelica/inheritances/Ticket4258b.mos
| | | | M	simulation/modelica/initialization/Makefile
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | A	simulation/modelica/initialization/conflictingStartValues.mos
| | | | M	simulation/modelica/others/EngineV6_evalParams.mos
| | | | 
| * | | commit 4e94bc521c35d208fd77f83977985c52447217b9
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 18 17:25:16 2017 +0200
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1870
| | | |       - OpenModelica/OpenModelica-testsuite#727
| | | | 
| | | | M	flattening/modelica/arrays/BadVariabilityBug3150.mo
| | | | M	metamodelica/meta/ListReductionCodegen.mo
| | | | M	metamodelica/meta/ListReductionInterpret.mo
| | | | 
| * | | commit 6b70c759d6e4d9f2a810307b10928278508d18c3
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 8 15:35:30 2017 +0200
| | | | 
| | | |     Add test for ticket:4550 reduction type
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1870
| | | |       - OpenModelica/OpenModelica-testsuite#727
| | | | 
| | | | M	simulation/modelica/functions_eval/Makefile
| | | | A	simulation/modelica/functions_eval/NumberOfSymmetricBaseSystems.mos
| | | | 
| * | | commit b0861d4aa0a6482cdb094c93018ec2e102cfa888
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 18 16:56:29 2017 +0200
| | | | 
| | | |     Reference file does not contain time=0.0
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1920
| | | |       - OpenModelica/OpenModelica-testsuite#749
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | 
| * | | commit 5831af02beade303c8a3bd0eb9b9966a140b3a13
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 18 15:22:12 2017 +0200
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1912
| | | |       - OpenModelica/OpenModelica-testsuite#748
| | | | 
| | | | M	simulation/modelica/records/TestComplexSum1.mos
| | | | 
| * | | commit 3655c8ed35cdfae8e11ccd16886cac4edd766120
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 17 11:02:20 2017 +0200
| | | | 
| | | |     Add test for single precision output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1913
| | | |       - OpenModelica/OpenModelica-testsuite#746
| | | | 
| | | | M	openmodelica/cruntime/simoptions/Makefile
| | | | A	openmodelica/cruntime/simoptions/testSinglePrecision.mos
| | | | 
| * | | commit 67b8eef1c41849f74286a48fee97ef559f343a74
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Oct 16 23:22:17 2017 +0200
| | | | 
| | | |     Update LoadCompilerSources.mos
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#745
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit d32e4768895d7c6af26aa6231ee6492fa4097660
| | | | Author: Willi Braun 
| | | | Date:   Mon Oct 16 14:08:09 2017 +0200
| | | | 
| | | |     fix output
| | | |     
| | | |      - disable directional derivatives for two cpp examples
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1715
| | | |       - OpenModelica/OpenModelica-testsuite#722
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Crane_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | 
| * | | commit 0a09efc094a6c8aeb718d1817fec70c28f747ccb
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 14 08:18:56 2017 +0200
| | | | 
| | | |     [FMI] Expected output with nls solver mixed
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1899
| | | |       - OpenModelica/OpenModelica-testsuite#744
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | 
| * | | commit 2e4f0f82d3b14cfe28ea6602bf546cf80ff84e4e
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri Oct 13 19:18:17 2017 +0200
| | | | 
| | | |     Switch to C run-time for two tests
| | | |     
| | | |     Test-cases DeadEnd.mos and MLS33_17_3_7NA.mos now work
| | | |     with C run-time, too. Hence, changed tests to use C run-time.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#743
| | | | 
| | | | M	simulation/modelica/statemachines/DeadEnd.mos
| | | | M	simulation/modelica/statemachines/MLS33_17_3_7NA.mos
| | | | 
| * | | commit 90e7f8a5071de288178732bc68f7d727dbfe2dfd
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri Oct 13 18:33:18 2017 +0200
| | | | 
| | | |     Test case for ticket:4563
| | | |     
| | | |     Test case for resetting a nested state machine.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1901
| | | |       - OpenModelica/OpenModelica-testsuite#742
| | | | 
| | | | M	simulation/modelica/statemachines/Makefile
| | | | M	simulation/modelica/statemachines/SMGraphicalTestCases.mo
| | | | A	simulation/modelica/statemachines/SMGraphicalTestCases_DeepHierarchy.mos
| | | | 
| * | | commit f8d55c68f042894dc10d3ad555e027caa2f571f1
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 13 15:41:54 2017 +0200
| | | | 
| | | |     Added test for inherited function with try.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1898
| | | |       - OpenModelica/OpenModelica-testsuite#741
| | | | 
| | | | M	metamodelica/meta/Makefile
| | | | A	metamodelica/meta/TryExtends.mos
| | | | 
| * | | commit 505f10d7d8c41e969f055cdc7475658b771f5106
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 13 08:02:01 2017 +0200
| | | | 
| | | |     Adding test for parameter record bindings
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1773
| | | |       - OpenModelica/OpenModelica-testsuite#678
| | | | 
| | | | M	simulation/modelica/records/Makefile
| | | | A	simulation/modelica/records/TestComplexSum.mo
| | | | A	simulation/modelica/records/TestComplexSum1.mos
| | | | 
| * | | commit 8f278a262c70c64d88c80de94e36b7105aa3fce8
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 12 17:51:42 2017 +0200
| | | | 
| | | |     Added testcase for terminate at init
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1893
| | | |       - OpenModelica/OpenModelica-testsuite#740
| | | | 
| | | | M	simulation/modelica/initialization/Makefile
| | | | A	simulation/modelica/initialization/terminate.mos
| | | | 
| * | | commit 20b20c06e2aff60fffce3763c4bb04ef4cbe1ca7
| | | | Author: ptaeuber 
| | | | Date:   Thu Oct 12 15:24:10 2017 +0200
| | | | 
| | | |     Add test for inversion of pow
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1892
| | | |       - OpenModelica/OpenModelica-testsuite#739
| | | | 
| | | | M	simulation/modelica/nonlinear_system/Makefile
| | | | A	simulation/modelica/nonlinear_system/inverseTest.mos
| | | | 
| * | | commit d1ab6caccab7a423640998eb4215ddb988279b11
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 12 14:35:39 2017 +0200
| | | | 
| | | |     Expected output
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1891
| | | |       - OpenModelica/OpenModelica-testsuite#738
| | | | 
| | | | M	openmodelica/cruntime/debugDumps/testDumpEvents.mos
| | | | 
| * | | commit 12ed59f8e6e985594d0b974655dbb14eb310d2ae
| | | | Author: Willi Braun 
| | | | Date:   Thu Oct 12 01:44:27 2017 +0200
| | | | 
| | | |     added new test diff array crefs
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1872
| | | |       - OpenModelica/OpenModelica-testsuite#730
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	openmodelica/linearization/Makefile
| | | | A	openmodelica/linearization/testArrayAlg.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 988a8982aa3eb731444ce11bcdc5ea367574ea04
| | | | Author: Willi Braun 
| | | | Date:   Wed Oct 11 22:20:06 2017 +0200
| | | | 
| | | |     update warnings
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1890
| | | |       - OpenModelica/OpenModelica-testsuite#737
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | | | 
| * | | commit 8e44932328b62b36de78f7fa0214bb820b0ef269
| | | | Author: ptaeuber 
| | | | Date:   Wed Oct 11 08:46:07 2017 +0200
| | | | 
| | | |     Add flags to tests
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1885
| | | |       - OpenModelica/OpenModelica-testsuite#735
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/arrays/NPendulum.mos
| | | | M	simulation/modelica/linear_system/EngineV6_partlintorn.mos
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | M	simulation/modelica/linear_system/NPendulum40.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/linear_system/problem3.mos
| | | | M	simulation/modelica/others/EngineV6_evalParams.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | 
| * | | commit 541124880a1c1986b021d9dfde28b8d372f0af38
| | | | Author: adrpo 
| | | | Date:   Tue Oct 10 23:09:39 2017 +0200
| | | | 
| | | |     update testsuite due to library changes
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OpenModelica-testsuite#736
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos
| | | | 
| * | | commit c7348eac28a3bece9484fd065873261f1ff4011e
| | | | Author: Per Östlund 
| | | | Date:   Tue Oct 10 14:39:17 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | |     
| | | |     Belonging to [master]:
| | | |       - OpenModelica/OMCompiler#1882
| | | |       - OpenModelica/OpenModelica-testsuite#734
| | | | 
| | | | A	flattening/modelica/scodeinst/ClassAttributes1.mo
| | | | A	flattening/modelica/scodeinst/ClassAttributes2.mo
| | | | D	flattening/modelica/scodeinst/ComponentAttr1.mo
| | | | A	flattening/modelica/scodeinst/ComponentAttributes1.mo
| | | | A	flattening/modelica/scodeinst/ComponentAttributes2.mo
| | | | R100	flattening/modelica/scodeinst/ExtendsVisibility.mo	flattening/modelica/scodeinst/ExtendsVisibility1.mo
| | | | A	flattening/modelica/scodeinst/ExtendsVisibility2.mo
| | | | A	flattening/modelica/scodeinst/ExtendsVisibility3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit b225cec0540bdd0425c0913f7d1f70635dada8ec
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 10 08:53:41 2017 +0200
| | | | 
| | | |     Add tests for JSON parser
| | | | 
| | | | A	openmodelica/bootstrapping/JSONParser.mos
| | | | M	openmodelica/bootstrapping/Makefile
| | | | A	openmodelica/bootstrapping/test.json
| | | | 
| * | | commit 760b17910ea0106b07fb4d2fae448b95407ac0fa
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 9 17:20:20 2017 +0200
| | | | 
| | | |     Updated copyClass tests
| | | | 
| | | | M	openmodelica/interactive-API/CopyClass.mos
| | | | 
| * | | commit 4d3b50221dfe0da57adcfa52dd0d0a49cb4ca4ba
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 9 12:59:31 2017 +0200
| | | | 
| | | |     Added testcase for min/max of enumerations.
| | | | 
| | | | M	flattening/modelica/built-in-functions/Makefile
| | | | A	flattening/modelica/built-in-functions/MinMaxEnum.mo
| | | | 
| * | | commit eda7008a9de64bbf86aca936cda568a629c6d568
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 6 13:44:03 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | A	flattening/modelica/scodeinst/BuiltinLookup1.mo
| | | | A	flattening/modelica/scodeinst/InnerOuter6.mo
| | | | A	flattening/modelica/scodeinst/InnerOuter7.mo
| | | | A	flattening/modelica/scodeinst/InnerOuter8.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/SubscriptEnum1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptIterator1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptTypename1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptTypename2.mo
| | | | 
| * | | commit 9c8a6298360458c9f8de3345d56004de3226caaf
| | | | Author: Per Östlund 
| | | | Date:   Fri Oct 6 12:41:42 2017 +0200
| | | | 
| | | |     Updated test cases for #4543 fix.
| | | | 
| | | | M	flattening/modelica/algorithms-functions/TestGravityAcceleration.mo
| | | | M	flattening/modelica/others/CyclicBindingConditional.mo
| | | | M	flattening/modelica/others/CyclicBindingConst.mo
| | | | M	flattening/modelica/others/CyclicBindingParam.mo
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | 
| * | | commit 64ace5b3206c92bc8baf569c7f79a8852341c035
| | | | Author: ptaeuber 
| | | | Date:   Thu Oct 5 14:26:03 2017 +0200
| | | | 
| | | |     New test and expected output
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/modelica/initialization/Makefile
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | | | A	simulation/modelica/initialization/redundantInitialEquations.mos
| | | | 
| * | | commit 118b3d07a1cf333964a06f27654ec1cc9eb10804
| | | | Author: Willi Braun 
| | | | Date:   Wed Oct 4 19:14:03 2017 +0200
| | | | 
| | | |     added DrumBoiler as testcase for linearization
| | | | 
| | | | M	openmodelica/linearization/Makefile
| | | | A	openmodelica/linearization/testDrumBoiler.mos
| | | | 
| * | | commit 1cd286dcf1068647ea60a02e5eff395998a8137d
| | | | Author: Per Östlund 
| | | | Date:   Wed Oct 4 17:47:36 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | A	flattening/modelica/scodeinst/ExtendInherited1.mo
| | | | A	flattening/modelica/scodeinst/InnerOuter1.mo
| | | | A	flattening/modelica/scodeinst/InnerOuter2.mo
| | | | A	flattening/modelica/scodeinst/InnerOuter3.mo
| | | | A	flattening/modelica/scodeinst/InnerOuter4.mo
| | | | A	flattening/modelica/scodeinst/InnerOuter5.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterClass1.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterExtends1.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterInvalidMod1.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterInvalidMod2.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterInvalidMod3.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterInvalidMod4.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterInvalidMod5.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterInvalidType1.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterInvalidType2.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterMissing1.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterMissing2.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterMissing3.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterMissing4.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterMissing5.mo
| | | | A	flattening/modelica/scodeinst/InnerOuterNotInner1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/RedeclareClassComponent.mo
| | | | A	flattening/modelica/scodeinst/RedeclareComponentClass.mo
| | | | A	flattening/modelica/scodeinst/Time1.mo
| | | | A	flattening/modelica/scodeinst/Time2.mo
| | | | D	flattening/modelica/scodeinst/redeclare1.mo
| | | | 
| * | | commit a3201a2d3f3131f89b131f1749e24411849f6277
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 4 14:48:19 2017 +0200
| | | | 
| | | |     Test fileNamePrefix that is not a C identifier
| | | | 
| | | | A	openmodelica/cruntime/codegen/FileNamePrefix.mos
| | | | M	openmodelica/cruntime/codegen/Makefile
| | | | 
| * | | commit 2dfe8db0bdf4fa43660f0e88ee438a750af55251
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 4 14:41:57 2017 +0200
| | | | 
| | | |     Give expected output for bug2756
| | | |     
| | | |     Note: The actual bug is not fixed. Only one of the simple models
| | | |     derived for it.
| | | | 
| | | | M	openmodelica/cruntime/codegen/bug2756.mos
| | | | 
| * | | commit 333f946f935d4f89e7d284c19a2d845eff9fe424
| | | | Author: Willi Braun 
| | | | Date:   Wed Oct 4 11:24:06 2017 +0200
| | | | 
| | | |     expected output
| | | | 
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos
| | | | M	simulation/modelica/nonlinear_system/TestInputIteration.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit a601adebbdfd8831c9db86b9b176e0c8213584c6
| | | | Author: Willi Braun 
| | | | Date:   Mon Oct 2 18:21:57 2017 +0200
| | | | 
| | | |     added testcase for linearization with records
| | | | 
| | | | M	openmodelica/linearization/Makefile
| | | | A	openmodelica/linearization/testRecordDiff.mos
| | | | 
| * | | commit 74ef35db2b2a1bf4ef9e50a170252f5db1406813
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 2 16:47:05 2017 +0200
| | | | 
| | | |     Added tuple test cases for nfinst.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/TupleInvalid1.mo
| | | | A	flattening/modelica/scodeinst/TupleInvalid2.mo
| | | | A	flattening/modelica/scodeinst/TupleInvalid3.mo
| | | | 
| * | | commit 297f7c634dbc924d9f336e04d75c98e3a0b3f90c
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 2 16:21:22 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | M	flattening/modelica/operators/ReinitInvalidType2.mo
| | | | M	flattening/modelica/operators/ReinitInvalidType3.mo
| | | | A	flattening/modelica/scodeinst/Assert1.mo
| | | | A	flattening/modelica/scodeinst/Assert2.mo
| | | | A	flattening/modelica/scodeinst/Assert3.mo
| | | | A	flattening/modelica/scodeinst/AssertInvalid1.mo
| | | | A	flattening/modelica/scodeinst/AssertInvalid2.mo
| | | | A	flattening/modelica/scodeinst/AssertInvalid3.mo
| | | | A	flattening/modelica/scodeinst/ComponentAttr1.mo
| | | | A	flattening/modelica/scodeinst/EquationInvalidType1.mo
| | | | M	flattening/modelica/scodeinst/ForEquation1.mo
| | | | M	flattening/modelica/scodeinst/ForEquation2.mo
| | | | M	flattening/modelica/scodeinst/ForEquation3.mo
| | | | M	flattening/modelica/scodeinst/ForEquation4.mo
| | | | M	flattening/modelica/scodeinst/ForEquation5.mo
| | | | M	flattening/modelica/scodeinst/ForStatement1.mo
| | | | M	flattening/modelica/scodeinst/ForStatement2.mo
| | | | M	flattening/modelica/scodeinst/ForStatementArray.mo
| | | | M	flattening/modelica/scodeinst/ForStatementPrefix.mo
| | | | M	flattening/modelica/scodeinst/FunctionMultiOutput1.mo
| | | | A	flattening/modelica/scodeinst/FunctionMultiOutput2.mo
| | | | A	flattening/modelica/scodeinst/FunctionMultiOutput3.mo
| | | | A	flattening/modelica/scodeinst/IfEquationInvalidCond1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/RangeInvalidStep3.mo
| | | | M	flattening/modelica/scodeinst/RangeTypeError2.mo
| | | | A	flattening/modelica/scodeinst/Reinit1.mo
| | | | A	flattening/modelica/scodeinst/Reinit2.mo
| | | | A	flattening/modelica/scodeinst/ReinitInvalid1.mo
| | | | A	flattening/modelica/scodeinst/ReinitInvalid2.mo
| | | | A	flattening/modelica/scodeinst/ReinitInvalid3.mo
| | | | A	flattening/modelica/scodeinst/ReinitInvalid4.mo
| | | | A	flattening/modelica/scodeinst/ReinitInvalid5.mo
| | | | A	flattening/modelica/scodeinst/ReinitInvalid6.mo
| | | | A	flattening/modelica/scodeinst/StatementInvalidType1.mo
| | | | M	flattening/modelica/scodeinst/SubscriptWrongType2.mo
| | | | A	flattening/modelica/scodeinst/Terminate1.mo
| | | | A	flattening/modelica/scodeinst/TerminateInvalid1.mo
| | | | A	flattening/modelica/scodeinst/WhenNested1.mo
| | | | M	flattening/modelica/scodeinst/eq6.mo
| | | | M	flattening/modelica/scodeinst/when1.mo
| | | | 
| * | | commit 699e373a07d57ec4fd03b8e648687673221b8808
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Oct 2 16:01:05 2017 +0200
| | | | 
| | | |     Re-enable FMI 2.0 crane test
| | | |     
| | | |     It had been disabled in October 2016 due to errors on Hudson:
| | | |     8fc919db6ece27c4031428d2dd2609e53ac8f25f
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Crane_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | 
| * | | commit 21525ab59a61b8b8b55b94cf1a9ed595ff6e6bd5
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Oct 2 13:22:48 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/FMIExercise.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3902.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos
| | | | 
| * | | commit c057936e3ded01388d901f3a1221059cd1cee6ee
| | | | Author: Per Östlund 
| | | | Date:   Mon Oct 2 11:33:50 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | A	flattening/modelica/scodeinst/End1.mo
| | | | A	flattening/modelica/scodeinst/EndInvalid1.mo
| | | | A	flattening/modelica/scodeinst/EndInvalid2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/Subscript1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptTooMany1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptWrongType1.mo
| | | | A	flattening/modelica/scodeinst/SubscriptWrongType2.mo
| | | | A	flattening/modelica/scodeinst/TypenameInvalid1.mo
| | | | A	flattening/modelica/scodeinst/TypenameInvalid2.mo
| | | | A	flattening/modelica/scodeinst/TypenameInvalid3.mo
| | | | 
| * | | commit 2a672b283952f08ad23c2686ca3fe2b7b7b33d8c
| | | | Author: Per Östlund 
| | | | Date:   Sat Sep 30 16:14:22 2017 +0200
| | | | 
| | | |     Add test case for enum type matching fix.
| | | | 
| | | | A	flattening/modelica/enums/EnumFuncRel.mo
| | | | M	flattening/modelica/enums/Makefile
| | | | M	flattening/modelica/types/IntegerToEnumeration.mo
| | | | 
| * | | commit 48dca0bd53fc20dcf5feebe0d122f64844beaef0
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Sep 29 13:12:40 2017 +0200
| | | | 
| | | |     Updated tests using getClassInformation
| | | | 
| | | | M	openmodelica/interactive-API/Bug3417.mos
| | | | M	openmodelica/interactive-API/CopyClass.mos
| | | | M	openmodelica/interactive-API/GenDoc.mos
| | | | M	openmodelica/interactive-API/interactive_api_attributes.mos
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | M	openmodelica/interactive-API/loadFileInteractiveQualified.mos
| | | | M	openmodelica/interactive-API/setSourceFileListFile.mos
| | | | 
| * | | commit ed5d7956fa038eb11e918bf63f07b89bb37dc857
| | | | Author: Rüdiger Franke 
| | | | Date:   Wed Sep 27 15:27:09 2017 +0200
| | | | 
| | | |     Expected result
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | 
| * | | commit a0077f839a76f87cd8cb6275825b9c0430d7f792
| | | | Author: Rüdiger Franke 
| | | | Date:   Wed Sep 27 10:46:26 2017 +0200
| | | | 
| | | |     Add test for FMI model description with sub-clocks
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos
| | | | 
| * | | commit 7511e8f7f5c2baed6ed413aa3c43df34a2319949
| | | | Author: Rüdiger Franke 
| | | | Date:   Wed Sep 27 10:46:01 2017 +0200
| | | | 
| | | |     Correct synchronous test for shiftSample, ticket:4530
| | | |     
| | | |     Note: application of subSample after shiftSample changes
| | | |     relative shift to keep absolute shift equal.
| | | |     (Modelica Spec 3.3 rev1, section 16.5.2 Sub-clock conversion operators)
| | | | 
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | 
| * | | commit 0e5f04fceb00a0ac50797bcebeeb98a35d0a5685
| | | | Author: Per Östlund 
| | | | Date:   Mon Sep 25 17:20:16 2017 +0200
| | | | 
| | | |     Added test case for #4521.
| | | | 
| | | | M	flattening/modelica/algorithms-functions/FunctionMultiReturn.mo
| | | | M	flattening/modelica/modification/Makefile
| | | | A	flattening/modelica/modification/TupleFuncMod.mo
| | | | 
| * | | commit 57246396b277f30a5d762358f34af6b4f8dccdd2
| | | | Author: Jan Šilar 
| | | | Date:   Mon Sep 25 15:22:11 2017 +0200
| | | | 
| | | |     Adding test for PDEModelica.
| | | | 
| | | | M	flattening/modelica/others/Makefile
| | | | A	flattening/modelica/others/PDEModelicaTest.mo
| | | | A	flattening/modelica/others/PDEModelicaTest.mos
| | | | 
| * | | commit 6bb362f711840cf43b02f002e428c1e53d1c4a95
| | | | Author: adrpo 
| | | | Date:   Mon Sep 25 07:30:56 2017 +0200
| | | | 
| | | |     update tests after changes to modelica tables
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | M	simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mo
| | | | M	simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos
| | | | 
| * | | commit fb83cf68325380c175b357b5a898aa983645a8c2
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri Sep 22 18:14:15 2017 +0200
| | | | 
| | | |     Add reference to corresponding ticket
| | | | 
| | | | M	simulation/modelica/statemachines/ConferenceTut1DeadEnd.mos
| | | | 
| * | | commit e1fe7f8dfc2de98130457fcd98154fb09141623b
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri Sep 22 17:45:34 2017 +0200
| | | | 
| | | |     Test case for ticket:4527
| | | |     
| | | |     State machine with more states than transitions.
| | | | 
| | | | M	simulation/modelica/statemachines/ConferenceTut1DeadEnd.mos
| | | | M	simulation/modelica/statemachines/Makefile
| | | | 
| * | | commit 6967d1c27f2645caf4ffb56e3941d898084a59df
| | | | Author: Per Östlund 
| | | | Date:   Thu Sep 21 14:28:01 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | M	flattening/modelica/scodeinst/DimCyclic4.mo
| | | | A	flattening/modelica/scodeinst/DimInvalidExp1.mo
| | | | A	flattening/modelica/scodeinst/DimInvalidExp2.mo
| | | | A	flattening/modelica/scodeinst/DimInvalidExp3.mo
| | | | A	flattening/modelica/scodeinst/DimInvalidType1.mo
| | | | A	flattening/modelica/scodeinst/DimInvalidType2.mo
| | | | A	flattening/modelica/scodeinst/DimRagged1.mo
| | | | A	flattening/modelica/scodeinst/DimRagged2.mo
| | | | R069	flattening/modelica/scodeinst/dim10.mo	flattening/modelica/scodeinst/DimUnknown1.mo
| | | | A	flattening/modelica/scodeinst/DimUnknown2.mo
| | | | R095	flattening/modelica/scodeinst/dim14.mo	flattening/modelica/scodeinst/DimUnknown3.mo
| | | | R053	flattening/modelica/scodeinst/dim15.mo	flattening/modelica/scodeinst/DimUnknown4.mo
| | | | R079	flattening/modelica/scodeinst/dim17.mo	flattening/modelica/scodeinst/DimUnknown5.mo
| | | | A	flattening/modelica/scodeinst/DimUnknown6.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/const5.mo
| | | | M	flattening/modelica/scodeinst/const6.mo
| | | | D	flattening/modelica/scodeinst/dim12.mo
| | | | M	flattening/modelica/scodeinst/dim19.mo
| | | | D	flattening/modelica/scodeinst/dim3.mo
| | | | M	flattening/modelica/scodeinst/loop1.mo
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit b00cb1ab57c72bd6e96fbfb9faa66fa404dbe622
| | | | Author: bernhardbachmann 
| | | | Date:   Wed Sep 20 17:28:25 2017 +0200
| | | | 
| | | |     Improved damping criteria of the newton solver
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | 
| * | | commit 13c08d4b64c36d8139dc0e5e1d946904680ff15c
| | | | Author: Per Östlund 
| | | | Date:   Wed Sep 20 12:37:58 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | A	flattening/modelica/scodeinst/EnumRangeBinding1.mo
| | | | A	flattening/modelica/scodeinst/EquationQualified1.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinCross.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinReduction.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSize.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSkew.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinSpatialDistribution.mo
| | | | A	flattening/modelica/scodeinst/FunctionMultiOutput1.mo
| | | | A	flattening/modelica/scodeinst/FunctionNoOutput1.mo
| | | | A	flattening/modelica/scodeinst/FunctionStreamPrefix.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo
| | | | D	flattening/modelica/scodeinst/Range1.mo
| | | | M	flattening/modelica/scodeinst/Subscript1.mo
| | | | M	flattening/modelica/scodeinst/bindings7.mo
| | | | M	flattening/modelica/scodeinst/ceval1.mo
| | | | M	flattening/modelica/scodeinst/ceval2.mo
| | | | M	flattening/modelica/scodeinst/ceval6.mo
| | | | M	flattening/modelica/scodeinst/cond1.mo
| | | | M	flattening/modelica/scodeinst/cond2.mo
| | | | M	flattening/modelica/scodeinst/const4.mo
| | | | M	flattening/modelica/scodeinst/dim10.mo
| | | | M	flattening/modelica/scodeinst/dim14.mo
| | | | M	flattening/modelica/scodeinst/dim17.mo
| | | | M	flattening/modelica/scodeinst/eq3.mo
| | | | M	flattening/modelica/scodeinst/eq4.mo
| | | | M	flattening/modelica/scodeinst/eq8.mo
| | | | D	flattening/modelica/scodeinst/eq9.mo
| | | | M	flattening/modelica/scodeinst/func1.mo
| | | | M	flattening/modelica/scodeinst/func2.mo
| | | | D	flattening/modelica/scodeinst/func4.mo
| | | | D	flattening/modelica/scodeinst/func8.mo
| | | | D	flattening/modelica/scodeinst/noretcall1.mo
| | | | 
| * | | commit d85ad3855d1ef88d2755a2fefbd0ddfdf6613383
| | | | Author: Per Östlund 
| | | | Date:   Fri Sep 15 16:16:59 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | M	flattening/modelica/scodeinst/ClassExtends4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/ModClass4.mo
| | | | M	flattening/modelica/scodeinst/redeclare10.mo
| | | | 
| * | | commit 09052874bdd6e0f96132e1e28935244a49218f8b
| | | | Author: Willi Braun 
| | | | Date:   Wed Sep 13 20:31:03 2017 +0200
| | | | 
| | | |     adjust output to solver
| | | | 
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos
| | | | 
| * | | commit 29654258e3437d703db3d26130ac4857ded19a45
| | | | Author: bernhardbachmann 
| | | | Date:   Wed Sep 13 15:51:47 2017 +0200
| | | | 
| | | |     Add scaling test and expected output
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/modelica/nonlinear_system/Makefile
| | | | A	simulation/modelica/nonlinear_system/ScalingTest1.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | 
| * | | commit 1e8090d73e542018a7f31515521c2fb6c7954517
| | | | Author: Per Östlund 
| | | | Date:   Wed Sep 13 13:30:14 2017 +0200
| | | | 
| | | |     Added testcase for inherited fully qualified name.
| | | | 
| | | | A	flattening/modelica/extends/InheritedFullyQualifiedName.mo
| | | | M	flattening/modelica/extends/Makefile
| | | | 
| * | | commit e8ef378ec5ceb7dd0222271fb74189719f0b4b3b
| | | | Author: Per Östlund 
| | | | Date:   Wed Sep 13 12:27:30 2017 +0200
| | | | 
| | | |     Added testcase for fully qualified import.
| | | | 
| | | | M	openmodelica/parser/DotName.mo
| | | | M	openmodelica/parser/DotName.mos
| | | | A	openmodelica/parser/ImportFullyQualified.mo
| | | | M	openmodelica/parser/Makefile
| | | | 
| * | | commit 8e05bdf250ee2d05a6949e87ae62d7015e152a6f
| | | | Author: ptaeuber 
| | | | Date:   Tue Sep 12 18:32:14 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | 
| * | | commit 8aeeac1d1e54a4cabd4abc3a2db0a751bb584d03
| | | | Author: Bernhard Thiele 
| | | | Date:   Tue Sep 12 13:59:36 2017 +0200
| | | | 
| | | |     Added failing test for state machines
| | | | 
| | | | A	simulation/modelica/statemachines/ConferenceTut1DeadEnd.mo
| | | | A	simulation/modelica/statemachines/ConferenceTut1DeadEnd.mos
| | | | M	simulation/modelica/statemachines/Makefile
| | | | 
| * | | commit 91a80a7fa2c08760d5c7c5943611a28f4d792f65
| | | | Author: Per Östlund 
| | | | Date:   Tue Sep 12 13:05:24 2017 +0200
| | | | 
| | | |     Updated nfinst tests.
| | | | 
| | | | R054	flattening/modelica/scodeinst/bindings2.mo	flattening/modelica/scodeinst/BindingArray1.mo
| | | | A	flattening/modelica/scodeinst/BindingArray2.mo
| | | | A	flattening/modelica/scodeinst/BindingArray3.mo
| | | | A	flattening/modelica/scodeinst/BindingArray4.mo
| | | | R095	flattening/modelica/scodeinst/type1.mo	flattening/modelica/scodeinst/BindingArray5.mo
| | | | R080	flattening/modelica/scodeinst/bindings3.mo	flattening/modelica/scodeinst/BindingArray6.mo
| | | | M	flattening/modelica/scodeinst/ForEquationEnum2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/Range1.mo
| | | | M	flattening/modelica/scodeinst/RedeclareElementClass1.mo
| | | | M	flattening/modelica/scodeinst/RedeclareElementComp1.mo
| | | | M	flattening/modelica/scodeinst/const12.mo
| | | | M	flattening/modelica/scodeinst/dim12.mo
| | | | M	flattening/modelica/scodeinst/dim13.mo
| | | | M	flattening/modelica/scodeinst/dim14.mo
| | | | M	flattening/modelica/scodeinst/dim15.mo
| | | | M	flattening/modelica/scodeinst/dim16.mo
| | | | M	flattening/modelica/scodeinst/eq6.mo
| | | | D	flattening/modelica/scodeinst/mod7.mo
| | | | D	flattening/modelica/scodeinst/redeclare5.mos
| | | | 
| * | | commit ea9199bc8b68411d7615a6f07d13846fc7a6af25
| | | | Author: vwaurich 
| | | | Date:   Tue Sep 12 08:25:16 2017 +0200
| | | | 
| | | |     update test for partlintorn
| | | | 
| | | | M	simulation/modelica/linear_system/EngineV6_partlintorn.mos
| | | | 
| * | | commit 8a7ad824ddcbb3207540eb6d200c973a5839f563
| | | | Author: Per Östlund 
| | | | Date:   Mon Sep 11 15:26:40 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | R092	flattening/modelica/scodeinst/classextends3.mo	flattening/modelica/scodeinst/ClassExtends4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/enum6.mo
| | | | 
| * | | commit e4efaecc04690e26340aa649c6f574888578e237
| | | | Author: Per Östlund 
| | | | Date:   Thu Sep 7 13:01:19 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | A	flattening/modelica/scodeinst/DimCyclic1.mo
| | | | A	flattening/modelica/scodeinst/DimCyclic2.mo
| | | | A	flattening/modelica/scodeinst/DimCyclic3.mo
| | | | A	flattening/modelica/scodeinst/DimCyclic4.mo
| | | | A	flattening/modelica/scodeinst/DimSize1.mo
| | | | A	flattening/modelica/scodeinst/DimSize2.mo
| | | | A	flattening/modelica/scodeinst/DimSize3.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinRem.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/Range1.mo
| | | | M	flattening/modelica/scodeinst/RangeInvalidStep3.mo
| | | | M	flattening/modelica/scodeinst/RangeTypeError2.mo
| | | | M	flattening/modelica/scodeinst/Size1.mo
| | | | A	flattening/modelica/scodeinst/Size2.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidIndex1.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidIndex2.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidIndex3.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidIndex4.mo
| | | | A	flattening/modelica/scodeinst/TypeDim1.mo
| | | | A	flattening/modelica/scodeinst/TypeDim2.mo
| | | | M	flattening/modelica/scodeinst/const10.mo
| | | | M	flattening/modelica/scodeinst/const15.mo
| | | | M	flattening/modelica/scodeinst/const16.mo
| | | | M	flattening/modelica/scodeinst/const17.mo
| | | | M	flattening/modelica/scodeinst/dim12.mo
| | | | M	flattening/modelica/scodeinst/dim17.mo
| | | | M	flattening/modelica/scodeinst/dim19.mo
| | | | D	flattening/modelica/scodeinst/dim4.mo
| | | | D	flattening/modelica/scodeinst/dim5.mo
| | | | D	flattening/modelica/scodeinst/dim6.mo
| | | | M	flattening/modelica/scodeinst/inst7.mo
| | | | M	flattening/modelica/scodeinst/loop1.mo
| | | | D	flattening/modelica/scodeinst/type3.mo
| | | | 
| * | | commit 1a22a7545b41c74c23097d60d557145767adeb29
| | | | Author: ptaeuber 
| | | | Date:   Thu Aug 31 14:35:07 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | 
| * | | commit 7e16a2c2d66a2c1cf431d4516cfc803b170b474a
| | | | Author: Willi Braun 
| | | | Date:   Tue Aug 29 16:19:31 2017 +0200
| | | | 
| | | |     move daeMode testsuite
| | | | 
| | | | A	simulation/modelica/daemode/Makefile
| | | | R100	simulation/modelica/solver/testDAEPackage.mo	simulation/modelica/daemode/testDAEPackage.mo
| | | | A	simulation/modelica/daemode/testDAEScaling.mos
| | | | R100	simulation/modelica/solver/testDAEmodeDrumBoiler.mos	simulation/modelica/daemode/testDAEmodeDrumBoiler.mos
| | | | R100	simulation/modelica/solver/testDAEp1.mos	simulation/modelica/daemode/testDAEp1.mos
| | | | R100	simulation/modelica/solver/testDAEp2.mos	simulation/modelica/daemode/testDAEp2.mos
| | | | R100	simulation/modelica/solver/testDAEp3.mos	simulation/modelica/daemode/testDAEp3.mos
| | | | R100	simulation/modelica/solver/testDAEp4.mos	simulation/modelica/daemode/testDAEp4.mos
| | | | R100	simulation/modelica/solver/testDAEp5.mos	simulation/modelica/daemode/testDAEp5.mos
| | | | R100	simulation/modelica/solver/testDAEp6.mos	simulation/modelica/daemode/testDAEp6.mos
| | | | R100	simulation/modelica/solver/testDAEp7.mos	simulation/modelica/daemode/testDAEp7.mos
| | | | M	simulation/modelica/solver/Makefile
| | | | 
| * | | commit 9ed2db40374e4e47ce82fa4e82d587202f613e86
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Aug 24 13:50:41 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/modelica/enums/EnumArray2.mos
| | | | M	simulation/modelica/enums/TestPosture.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/parameterWithoutBinding.mos
| | | | M	simulation/modelica/initialization/parameters.mos
| | | | M	simulation/modelica/linear_system/Ticket3926.mos
| | | | M	simulation/modelica/others/ParameterCycle.mos
| | | | M	simulation/modelica/parameters/parameterTest15.mos
| | | | M	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/parameters/parameterTest3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit ad433e801ad5f1ab0c5ae5c093fea4510d3b93a6
| | | | Author: ptaeuber 
| | | | Date:   Thu Aug 24 12:37:46 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/1.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testAssert.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/modelica/asserts/AssertTest.mos
| | | | M	simulation/modelica/asserts/AssertTest1.mos
| | | | M	simulation/modelica/asserts/AssertTest2.mos
| | | | M	simulation/modelica/asserts/AssertTest4.mos
| | | | M	simulation/modelica/asserts/AssertTest5.mos
| | | | M	simulation/modelica/asserts/AssertTest6.mos
| | | | M	simulation/modelica/asserts/AssertTest7.mos
| | | | M	simulation/modelica/asserts/TestAssert.mos
| | | | M	simulation/modelica/asserts/powAssert2.mos
| | | | M	simulation/modelica/asserts/powAssert3.mos
| | | | M	simulation/modelica/asserts/testAssertSolve.mos
| | | | M	simulation/modelica/events/CheckEvents.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/SingularInitial.mos
| | | | M	simulation/modelica/initialization/bug_2263.mos
| | | | M	simulation/modelica/initialization/bug_2566.mos
| | | | M	simulation/modelica/initialization/bug_2583.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos
| | | | M	simulation/modelica/others/StringTest.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/others/steadyState.mos
| | | | M	simulation/modelica/tearing/testParamDivision.mos
| | | | M	simulation/modelica/tearing/testTearingStrictness.mos
| | | | 
| * | | commit bf355bb7b41eb12c0447092cf7bb26043f7b176e
| | | | Author: Per Östlund 
| | | | Date:   Wed Aug 23 16:54:33 2017 +0200
| | | | 
| | | |     Added some nfinst test cases for size.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Size1.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidArgs1.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidArgs2.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidType1.mo
| | | | A	flattening/modelica/scodeinst/SizeInvalidType2.mo
| | | | 
| * | | commit e5d7afe3df532c3eefcd3f44240e7514d02f8710
| | | | Author: Per Östlund 
| | | | Date:   Wed Aug 23 13:19:20 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | A	flattening/modelica/scodeinst/ClassExtends1.mo
| | | | R052	flattening/modelica/scodeinst/classextends1.mo	flattening/modelica/scodeinst/ClassExtends2.mo
| | | | R059	flattening/modelica/scodeinst/classextends2.mo	flattening/modelica/scodeinst/ClassExtends3.mo
| | | | A	flattening/modelica/scodeinst/ClassExtendsBuiltin1.mo
| | | | A	flattening/modelica/scodeinst/ClassExtendsBuiltin2.mo
| | | | A	flattening/modelica/scodeinst/ClassExtendsMissing1.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 602b895727855c3c40761a73f3ec5465d1d421b3
| | | | Author: Per Östlund 
| | | | Date:   Mon Aug 21 15:35:31 2017 +0200
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | M	flattening/modelica/scodeinst/DuplicateElements1.mo
| | | | M	flattening/modelica/scodeinst/DuplicateElements2.mo
| | | | M	flattening/modelica/scodeinst/DuplicateElements3.mo
| | | | M	flattening/modelica/scodeinst/DuplicateElements4.mo
| | | | M	flattening/modelica/scodeinst/DuplicateElements5.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements6.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements7.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements8.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElementsValid1.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElementsValid2.mo
| | | | M	flattening/modelica/scodeinst/ExtendImport2.mo
| | | | A	flattening/modelica/scodeinst/ExtendReplaceable1.mo
| | | | A	flattening/modelica/scodeinst/ExtendReplaceable2.mo
| | | | A	flattening/modelica/scodeinst/ExtendReplaceable3.mo
| | | | A	flattening/modelica/scodeinst/ExtendReplaceable4.mo
| | | | M	flattening/modelica/scodeinst/Extends3.mo
| | | | M	flattening/modelica/scodeinst/Extends4.mo
| | | | M	flattening/modelica/scodeinst/ImportNamedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo
| | | | M	flattening/modelica/scodeinst/RecursiveExtends1.mo
| | | | M	flattening/modelica/scodeinst/RecursiveExtends2.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementClass1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementComp1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementMissing1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareElementMissing2.mo
| | | | M	flattening/modelica/scodeinst/redeclare1.mo
| | | | M	flattening/modelica/scodeinst/redeclare7.mo
| | | | 
| * | | commit ac5733af0b9d879fa6e8713e8b5138b05fa31436
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 10 12:36:52 2017 +0200
| | | | 
| | | |     Expected output for balance checking improvement
| | | | 
| | | | M	simulation/modelica/connectors/HeatTank.mos
| | | | M	simulation/modelica/equations/DoubleWhenConflict.mos
| | | | M	simulation/modelica/equations/IfEquationUnbalanced.mos
| | | | M	simulation/modelica/equations/ModelBalance2.mos
| | | | M	simulation/modelica/equations/ModelBalance3.mos
| | | | M	simulation/modelica/equations/ModelBalance4.mos
| | | | 
| * | | commit 2252051fad052271a60993a1bd2fad3f103ca82c
| | | | Author: vwaurich 
| | | | Date:   Thu Aug 10 08:31:48 2017 +0200
| | | | 
| | | |     add test for evalFunc
| | | | 
| | | | M	simulation/modelica/functions_eval/Makefile
| | | | A	simulation/modelica/functions_eval/partialConstArray.mo
| | | | A	simulation/modelica/functions_eval/partialConstArray.mos
| | | | 
| * | | commit d51aef879b39c7c00ed96207e1a15e82cda2504f
| | | | Author: ptaeuber 
| | | | Date:   Wed Aug 9 16:08:23 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	flattening/modelica/expandable/ConnectorTest.mos
| | | | M	flattening/modelica/modification/Bug3817.mos
| | | | M	metamodelica/meta/List1.mos
| | | | M	metamodelica/meta/List2.mos
| | | | M	metamodelica/meta/List3.mos
| | | | M	metamodelica/meta/MatchCase1.mos
| | | | M	metamodelica/meta/MatchCase10.mos
| | | | M	metamodelica/meta/MatchCase2.mos
| | | | M	metamodelica/meta/MatchCase3.mos
| | | | M	metamodelica/meta/MatchCase4.mos
| | | | M	metamodelica/meta/MatchCase5.mos
| | | | M	metamodelica/meta/MatchCase9.mos
| | | | M	metamodelica/meta/PartialFn10.mos
| | | | M	metamodelica/meta/PartialFn11.mos
| | | | M	metamodelica/meta/PartialFn12.mos
| | | | M	metamodelica/meta/PartialFn13.mos
| | | | M	metamodelica/meta/PartialFn8.mos
| | | | M	metamodelica/meta/Uniontype1.mos
| | | | M	metamodelica/meta/Uniontype2.mos
| | | | M	metamodelica/meta/Uniontype3.mos
| | | | M	metamodelica/meta/Uniontype4.mos
| | | | M	metamodelica/meta/Uniontype5.mos
| | | | M	metamodelica/meta/Uniontype6.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cruntime/debugDumps/testDumpEvents.mos
| | | | M	openmodelica/cruntime/optimization/basic/BR.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon2.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon3.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon4.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon5.mos
| | | | M	openmodelica/cruntime/optimization/basic/BReqcon.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRinitialGuess.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRscale.mos
| | | | M	openmodelica/cruntime/optimization/basic/CM.mos
| | | | M	openmodelica/cruntime/optimization/basic/CM2.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarm.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarmCsv.mos
| | | | M	openmodelica/cruntime/optimization/basic/LV.mos
| | | | M	openmodelica/cruntime/optimization/basic/LoopTest.mos
| | | | M	openmodelica/cruntime/optimization/basic/NP.mos
| | | | M	openmodelica/cruntime/optimization/basic/OSP.mos
| | | | M	openmodelica/cruntime/optimization/basic/OSP2.mos
| | | | M	openmodelica/cruntime/optimization/basic/SC.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC2.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC3.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC7.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC8.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFCtestFlag.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT2.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT3.mos
| | | | M	openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos
| | | | M	openmodelica/cruntime/optimization/basic/VDP.mos
| | | | M	openmodelica/cruntime/optimization/basic/VDPchekError.mos
| | | | M	openmodelica/cruntime/optimization/basic/noOCP.mos
| | | | M	openmodelica/cruntime/optimization/basic/ocpWithInputs.mos
| | | | M	openmodelica/cruntime/optimization/basic/reduce1.mos
| | | | M	openmodelica/cruntime/optimization/basic/staticOP.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop1.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop10.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop11.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop2.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop8.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop9.mos
| | | | M	openmodelica/cruntime/optimization/basic/testDerInput.mos
| | | | M	openmodelica/cruntime/optimization/basic/testSimpliCon1.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/sensitivities/testLotkaVoltera.mos
| | | | M	openmodelica/cruntime/sensitivities/testPredatorPrey.mos
| | | | M	openmodelica/cruntime/sensitivities/testVanDerPol.mos
| | | | M	openmodelica/cruntime/sensitivities/testWorldScenario1.mos
| | | | M	openmodelica/cruntime/simoptions/nlssMinSize.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos
| | | | M	openmodelica/cruntime/simoptions/testOutputIntervalRK.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/SampleExample.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/IntegerNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/TestSourceCodeFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/ZeroStates.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3034.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos
| | | | M	openmodelica/interactive-API/Bug3974.mos
| | | | M	openmodelica/interactive-API/Bug4248.mos
| | | | M	openmodelica/interactive-API/interactive_api_simulations.mos
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | M	openmodelica/modelicaML/bouncingball.mos
| | | | M	openmodelica/modelicaML/testModelicaML.mos
| | | | M	openmodelica/typed-API/StringVariableName.mos
| | | | M	simulation/libraries/3rdParty/Buildings/Buildings.HeatTransfer.Examples.ConductorMultiLayer.mos
| | | | M	simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe2.Test1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe2.Test2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/03_CurtissHirschfelder.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/06_SmoothEvents.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test10.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test11.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test12.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test1a.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test1b.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test2.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test3.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test4.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test5.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test6.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test7.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test8.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test9.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | M	simulation/libraries/3rdParty/siemens/testSolidComponents.mos
| | | | M	simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos
| | | | M	simulation/libraries/msl22/Electrical/CauerLowPassOPV2.mos
| | | | M	simulation/libraries/msl22/Electrical/ChuaCircuit2.mos
| | | | M	simulation/libraries/msl22/Electrical/HeatingMOSInverter2.mos
| | | | M	simulation/libraries/msl22/Electrical/ShowVariableResistor2.mos
| | | | M	simulation/libraries/msl22/Mechanics/Accelerate2.mos
| | | | M	simulation/libraries/msl22/Mechanics/Damper2.mos
| | | | M	simulation/libraries/msl22/Mechanics/ElasticBearing2.mos
| | | | M	simulation/libraries/msl22/Mechanics/First2.mos
| | | | M	simulation/libraries/msl22/Mechanics/Oscillator2.mos
| | | | M	simulation/libraries/msl22/Mechanics/Sensors2.mos
| | | | M	simulation/libraries/msl22/Mechanics/SignConvention2.mos
| | | | M	simulation/libraries/msl22/Mechanics/WhyArrows2.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl31/Modelica.Math.Matrices.mos
| | | | M	simulation/libraries/msl31/Modelica.Math.Matrices.norm.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.IdealGasH2O.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | M	simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.RAM.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos
| | | | M	simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | | | M	simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | M	simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | M	simulation/modelica/algorithms_functions/ASubIfExp.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmForInClass.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmSection.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmSize.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmTupleAssign.mos
| | | | M	simulation/modelica/algorithms_functions/ArrayInitSorting.mos
| | | | M	simulation/modelica/algorithms_functions/ComplexSystem.mos
| | | | M	simulation/modelica/algorithms_functions/DoubleWhenSequential.mos
| | | | M	simulation/modelica/algorithms_functions/ForIterator1.mos
| | | | M	simulation/modelica/algorithms_functions/FuncDer.mos
| | | | M	simulation/modelica/algorithms_functions/FunctionInReinit.mos
| | | | M	simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mos
| | | | M	simulation/modelica/algorithms_functions/Interpolation.mos
| | | | M	simulation/modelica/algorithms_functions/InverseAlgorithm1.mos
| | | | M	simulation/modelica/algorithms_functions/InverseAlgorithm2.mos
| | | | M	simulation/modelica/algorithms_functions/LocalVariableInit.mos
| | | | M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | M	simulation/modelica/algorithms_functions/SimplePeriodicSampler.mos
| | | | M	simulation/modelica/algorithms_functions/SumSeriesWhile.mos
| | | | M	simulation/modelica/algorithms_functions/TupleReturn.mos
| | | | M	simulation/modelica/algorithms_functions/WhenPriority.mos
| | | | M	simulation/modelica/algorithms_functions/WhenStatement1.mos
| | | | M	simulation/modelica/algorithms_functions/WhenStatement2.mos
| | | | M	simulation/modelica/algorithms_functions/WhenStatement3.mos
| | | | M	simulation/modelica/algorithms_functions/ZeroCross.mos
| | | | M	simulation/modelica/algorithms_functions/algorithms.mos
| | | | M	simulation/modelica/algorithms_functions/bug2888.mos
| | | | M	simulation/modelica/algorithms_functions/bug_2286.mos
| | | | M	simulation/modelica/algorithms_functions/bug_2286_literal.mos
| | | | M	simulation/modelica/algorithms_functions/ticket-3477.mos
| | | | M	simulation/modelica/algorithms_functions/val.mos
| | | | M	simulation/modelica/algorithms_functions/whenDiscreteForLoop.mos
| | | | M	simulation/modelica/algorithms_functions/whenFunctionTuple.mos
| | | | M	simulation/modelica/algorithms_functions/whenstatements.mos
| | | | M	simulation/modelica/arrays/ABCDsystem.csv.mos
| | | | M	simulation/modelica/arrays/ABCDsystem.empty.mos
| | | | M	simulation/modelica/arrays/ABCDsystem.plt.mos
| | | | M	simulation/modelica/arrays/AlgorithmArrayEqn.mos
| | | | M	simulation/modelica/arrays/AppendElement.mos
| | | | M	simulation/modelica/arrays/ArrayAddSub1.mos
| | | | M	simulation/modelica/arrays/ArrayEquation.mos
| | | | M	simulation/modelica/arrays/ArrayExponentiation.mos
| | | | M	simulation/modelica/arrays/ArrayModel.mos
| | | | M	simulation/modelica/arrays/ArrayMult.mos
| | | | M	simulation/modelica/arrays/ArrayReduce.mos
| | | | M	simulation/modelica/arrays/ArrayReturn.mos
| | | | M	simulation/modelica/arrays/ArraySlice.mos
| | | | M	simulation/modelica/arrays/ArraySlice2.mos
| | | | M	simulation/modelica/arrays/ArraySliceAssigmentFunction.mos
| | | | M	simulation/modelica/arrays/AsubCrefExpType.mos
| | | | M	simulation/modelica/arrays/BooleanArray.mos
| | | | M	simulation/modelica/arrays/Breaker_total.mos
| | | | M	simulation/modelica/arrays/Bug3187.mos
| | | | M	simulation/modelica/arrays/ConstructFunc.mos
| | | | M	simulation/modelica/arrays/DimConvert.mos
| | | | M	simulation/modelica/arrays/NPendulum.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluator1.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluator2.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluator3.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluatorA.mos
| | | | M	simulation/modelica/arrays/PolynomialEvaluatorB.mos
| | | | M	simulation/modelica/arrays/VariableRangeSubscript.mos
| | | | M	simulation/modelica/arrays/VectorizeOneReturnValue.mos
| | | | M	simulation/modelica/arrays/Xpowers1.mos
| | | | M	simulation/modelica/arrays/Xpowers2.mos
| | | | M	simulation/modelica/arrays/Xpowers3.mos
| | | | M	simulation/modelica/arrays/ZeroSizeLoop.mos
| | | | M	simulation/modelica/arrays/bug_2217.mos
| | | | M	simulation/modelica/arrays/bug_2911.mos
| | | | M	simulation/modelica/arrays/bug_3184.mos
| | | | M	simulation/modelica/arrays/crefIndex.mos
| | | | M	simulation/modelica/arrays/gc.mos
| | | | M	simulation/modelica/arrays/gc2980.mos
| | | | M	simulation/modelica/arrays/ticket2336.mos
| | | | M	simulation/modelica/asserts/AssertTest.mos
| | | | M	simulation/modelica/asserts/AssertTest1.mos
| | | | M	simulation/modelica/asserts/AssertTest2.mos
| | | | M	simulation/modelica/asserts/AssertTest3.mos
| | | | M	simulation/modelica/asserts/AssertTest4.mos
| | | | M	simulation/modelica/asserts/AssertTest5.mos
| | | | M	simulation/modelica/asserts/AssertTest6.mos
| | | | M	simulation/modelica/asserts/AssertTest7.mos
| | | | M	simulation/modelica/asserts/TestAssert.mos
| | | | M	simulation/modelica/asserts/powAssert1.mos
| | | | M	simulation/modelica/asserts/powAssert2.mos
| | | | M	simulation/modelica/asserts/powAssert3.mos
| | | | M	simulation/modelica/asserts/testAssertSolve.mos
| | | | M	simulation/modelica/built_in_functions/BuiltinMath.mos
| | | | M	simulation/modelica/built_in_functions/Compare.mos
| | | | M	simulation/modelica/built_in_functions/Delay.mos
| | | | M	simulation/modelica/built_in_functions/Delta.mos
| | | | M	simulation/modelica/built_in_functions/DummyDerMatching.mos
| | | | M	simulation/modelica/built_in_functions/Epidemics1.mos
| | | | M	simulation/modelica/built_in_functions/HydrogenIodide.mos
| | | | M	simulation/modelica/built_in_functions/Identity.mos
| | | | M	simulation/modelica/built_in_functions/LotkaVolterra.mos
| | | | M	simulation/modelica/built_in_functions/SemiLinear.mos
| | | | M	simulation/modelica/built_in_functions/SemiLinearTest2.mos
| | | | M	simulation/modelica/built_in_functions/Sign.mos
| | | | M	simulation/modelica/built_in_functions/Time.mos
| | | | M	simulation/modelica/built_in_functions/TwoRateSampler.mos
| | | | M	simulation/modelica/built_in_functions/dertest.mos
| | | | M	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | | | M	simulation/modelica/commonSubExp/comSubExp1.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse2_comSubExp.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls12.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls14.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls2.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls5.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls9.mos
| | | | M	simulation/modelica/connectors/ConstantConnect.mos
| | | | M	simulation/modelica/connectors/HeatTankExpanded.mos
| | | | M	simulation/modelica/connectors/LinearSysEq.mos
| | | | M	simulation/modelica/connectors/StepAdvanced.mos
| | | | M	simulation/modelica/connectors/Tank.mos
| | | | M	simulation/modelica/connectors/TankHybridPI.mos
| | | | M	simulation/modelica/connectors/TankHybridPID.mos
| | | | M	simulation/modelica/connectors/TankPI.mos
| | | | M	simulation/modelica/connectors/TankPID.mos
| | | | M	simulation/modelica/connectors/TanksConnectedPI.mos
| | | | M	simulation/modelica/declarations/MyPointsInst1.mos
| | | | M	simulation/modelica/declarations/MyPointsInst2.mos
| | | | M	simulation/modelica/enums/EnumArray.mos
| | | | M	simulation/modelica/enums/EnumArray2.mos
| | | | M	simulation/modelica/enums/EnumArrayArray.mos
| | | | M	simulation/modelica/enums/TestPosture.mos
| | | | M	simulation/modelica/equations/ActivateWhenEquation.mos
| | | | M	simulation/modelica/equations/AliasEquations.mos
| | | | M	simulation/modelica/equations/BouncingBall.mos
| | | | M	simulation/modelica/equations/BouncingBall2.mos
| | | | M	simulation/modelica/equations/BouncingBallExamples.mos
| | | | M	simulation/modelica/equations/Cross.mos
| | | | M	simulation/modelica/equations/DAEexample.mos
| | | | M	simulation/modelica/equations/DAEexample2.mos
| | | | M	simulation/modelica/equations/EqualityEquationsCorrect.mos
| | | | M	simulation/modelica/equations/FiveForEquations.mos
| | | | M	simulation/modelica/equations/FlatTank.mos
| | | | M	simulation/modelica/equations/HelloWorld.mos
| | | | M	simulation/modelica/equations/HideVariableForEquations.mos
| | | | M	simulation/modelica/equations/IfEquation.mos
| | | | M	simulation/modelica/equations/IfEquation2.mos
| | | | M	simulation/modelica/equations/IfEquation3.mos
| | | | M	simulation/modelica/equations/IfEquation4.mos
| | | | M	simulation/modelica/equations/IfEquation5.mos
| | | | M	simulation/modelica/equations/IfEquation6.mos
| | | | M	simulation/modelica/equations/ModelBalance1.mos
| | | | M	simulation/modelica/equations/VariableSubscriptAlias.mos
| | | | M	simulation/modelica/equations/WatchDog1AlgorithmWhen.mos
| | | | M	simulation/modelica/equations/WatchDog2EquationWhen.mos
| | | | M	simulation/modelica/equations/WhenEquation.mos
| | | | M	simulation/modelica/equations/WhenEquation1.mos
| | | | M	simulation/modelica/equations/WhenNoRetCall.mos
| | | | M	simulation/modelica/equations/constantLinSys.mos
| | | | M	simulation/modelica/equations/deriveToLog.mos
| | | | M	simulation/modelica/equations/when_sorting.mos
| | | | M	simulation/modelica/events/ChatteringEventsTest1.mos
| | | | M	simulation/modelica/events/ChatteringEventsTest2.mos
| | | | M	simulation/modelica/events/CheckEvents.mos
| | | | M	simulation/modelica/events/EventDelay.mos
| | | | M	simulation/modelica/events/EventIteration.mos
| | | | M	simulation/modelica/events/EventLoop.mos
| | | | M	simulation/modelica/events/EventTests.mos
| | | | M	simulation/modelica/events/EventTests2.mos
| | | | M	simulation/modelica/events/EventTests3.mos
| | | | M	simulation/modelica/events/IntegerZeroCrossings.mos
| | | | M	simulation/modelica/events/MathEventFuncs1.mos
| | | | M	simulation/modelica/events/MathEventFuncs2.mos
| | | | M	simulation/modelica/events/Reinit.mos
| | | | M	simulation/modelica/events/ServerWithQueue.mos
| | | | M	simulation/modelica/events/TestNoEventsFlags.mos
| | | | M	simulation/modelica/events/ZeroCrossing.mos
| | | | M	simulation/modelica/events/bug1228.mos
| | | | M	simulation/modelica/events/bug2667.mos
| | | | M	simulation/modelica/events/bug2718.mos
| | | | M	simulation/modelica/events/bug2752.mos
| | | | M	simulation/modelica/events/bug2808.mos
| | | | M	simulation/modelica/events/bug3092.mos
| | | | M	simulation/modelica/events/bug3358.mos
| | | | M	simulation/modelica/events/bug4419.mos
| | | | M	simulation/modelica/events/sample1.mos
| | | | M	simulation/modelica/events/sample2.mos
| | | | M	simulation/modelica/events/whenInAlgorithm.mos
| | | | M	simulation/modelica/events/whenTest1.mos
| | | | M	simulation/modelica/events/whenTest2.mos
| | | | M	simulation/modelica/external_functions/ExtObj.mos
| | | | M	simulation/modelica/external_functions/ExtObjStringParam.mos
| | | | M	simulation/modelica/external_functions/ExternalLibraries.mos
| | | | M	simulation/modelica/external_functions/ExternalRHSFlag.mos
| | | | M	simulation/modelica/external_functions/ImplicitArray.mos
| | | | M	simulation/modelica/external_functions/LapackInverse.mos
| | | | M	simulation/modelica/external_functions/Matrix.mos
| | | | M	simulation/modelica/external_functions/ModelicaUtilities.mos
| | | | M	simulation/modelica/external_functions/QualifiedCrefArg.mos
| | | | M	simulation/modelica/external_functions/TestRoots.mos
| | | | M	simulation/modelica/external_functions/extObj_ticket3446.mos
| | | | M	simulation/modelica/external_functions/ts.mos
| | | | M	simulation/modelica/functions_eval/CascodeCircuit.mos
| | | | M	simulation/modelica/functions_eval/Inverter2.mos
| | | | M	simulation/modelica/functions_eval/MoistAir.mos
| | | | M	simulation/modelica/functions_eval/Nand.mos
| | | | M	simulation/modelica/functions_eval/RtlInverter.mos
| | | | M	simulation/modelica/functions_eval/functionEvaluation.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | M	simulation/modelica/functions_eval/functionTest8.mos
| | | | M	simulation/modelica/functions_eval/functionTest9.mos
| | | | M	simulation/modelica/functions_eval/simplifyIf1.mos
| | | | M	simulation/modelica/functions_eval/simplifyIf2.mos
| | | | M	simulation/modelica/functions_eval/ticket2535.mos
| | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | M	simulation/modelica/hpcom/ElectricalCircuit.mos
| | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/modelica/hpcom/SimpleResistor.mos
| | | | M	simulation/modelica/indexreduction/MoveWithInputs.mos
| | | | M	simulation/modelica/inheritances/MoonLanding.mos
| | | | M	simulation/modelica/inheritances/OneArgBaseFunction.mos
| | | | M	simulation/modelica/inheritances/Ticket4258a.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/SingularInitial.mos
| | | | M	simulation/modelica/initialization/array_algorithm.mos
| | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | M	simulation/modelica/initialization/boundParameterExpUnfixed.mos
| | | | M	simulation/modelica/initialization/bug_2207.mos
| | | | M	simulation/modelica/initialization/bug_2263.mos
| | | | M	simulation/modelica/initialization/bug_2504.mos
| | | | M	simulation/modelica/initialization/bug_2566.mos
| | | | M	simulation/modelica/initialization/bug_2583.mos
| | | | M	simulation/modelica/initialization/bug_2673.mos
| | | | M	simulation/modelica/initialization/bug_2673b.mos
| | | | M	simulation/modelica/initialization/bug_2830.mos
| | | | M	simulation/modelica/initialization/bug_2990.mos
| | | | M	simulation/modelica/initialization/bug_2994.mos
| | | | M	simulation/modelica/initialization/bug_3014.mos
| | | | M	simulation/modelica/initialization/bug_3052.mos
| | | | M	simulation/modelica/initialization/bug_3536.mos
| | | | M	simulation/modelica/initialization/bug_4387.mos
| | | | M	simulation/modelica/initialization/discreteTest01.mos
| | | | M	simulation/modelica/initialization/discreteTest02.mos
| | | | M	simulation/modelica/initialization/discreteTest03.mos
| | | | M	simulation/modelica/initialization/discreteTest04.mos
| | | | M	simulation/modelica/initialization/discreteTest05.mos
| | | | M	simulation/modelica/initialization/discreteTest06.mos
| | | | M	simulation/modelica/initialization/discreteTest08.mos
| | | | M	simulation/modelica/initialization/discreteTest09.mos
| | | | M	simulation/modelica/initialization/discreteTest10.mos
| | | | M	simulation/modelica/initialization/eventTest.mos
| | | | M	simulation/modelica/initialization/eventTest2.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/gaspropreties.mos
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/initialization/initial_equation.mos
| | | | M	simulation/modelica/initialization/parameterWithoutBinding.mos
| | | | M	simulation/modelica/initialization/parameters.mos
| | | | M	simulation/modelica/initialization/pre1.mos
| | | | M	simulation/modelica/initialization/pre2.mos
| | | | M	simulation/modelica/initialization/pre3.mos
| | | | M	simulation/modelica/initialization/scaling1.mos
| | | | M	simulation/modelica/initialization/scaling2.mos
| | | | M	simulation/modelica/initialization/singularJacobian.mos
| | | | M	simulation/modelica/initialization/startValue.mos
| | | | M	simulation/modelica/initialization/startValue1.mos
| | | | M	simulation/modelica/initialization/startValue2.mos
| | | | M	simulation/modelica/initialization/startValue3.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest1.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest2.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest3.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest4.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest5.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest6.mos
| | | | M	simulation/modelica/initialization/unfixedParameter1.mos
| | | | M	simulation/modelica/initialization/unfixedParameter2.mos
| | | | M	simulation/modelica/linear_system/EngineV6_partlintorn.mos
| | | | M	simulation/modelica/linear_system/MissV.mos
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | M	simulation/modelica/linear_system/NPendulum40.mos
| | | | M	simulation/modelica/linear_system/Ticket2404.mos
| | | | M	simulation/modelica/linear_system/constantStates.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/linear_system/linSymSolConstA.mos
| | | | M	simulation/modelica/linear_system/problem1.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/linear_system/problem3.mos
| | | | M	simulation/modelica/msl22/Backlash.mos
| | | | M	simulation/modelica/msl22/Circuit1.mos
| | | | M	simulation/modelica/msl22/DCMotorBlocks.mos
| | | | M	simulation/modelica/msl22/DCMotorDeadzone.mos
| | | | M	simulation/modelica/msl22/DCMotorRotational.mos
| | | | M	simulation/modelica/msl22/ElasticBearing.mos
| | | | M	simulation/modelica/msl22/First.mos
| | | | M	simulation/modelica/msl22/FuncCross.mos
| | | | M	simulation/modelica/msl22/IdealGear.mos
| | | | M	simulation/modelica/msl22/IdealGearBrake.mos
| | | | M	simulation/modelica/msl22/InitTest.mos
| | | | M	simulation/modelica/msl22/InputOutput.mos
| | | | M	simulation/modelica/msl22/MatrixTest.mos
| | | | M	simulation/modelica/msl22/NonLinsys.mos
| | | | M	simulation/modelica/msl22/Shaft.mos
| | | | M	simulation/modelica/msl22/SineAccelerate.mos
| | | | M	simulation/modelica/msl22/SineSpeed.mos
| | | | M	simulation/modelica/msl22/SineTorque.mos
| | | | M	simulation/modelica/msl22/SineTorque2inertias.mos
| | | | M	simulation/modelica/msl22/SpringMass.mos
| | | | M	simulation/modelica/msl22/StepTorque.mos
| | | | M	simulation/modelica/msl22/Tank.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInit.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitOver.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitParam.mos
| | | | M	simulation/modelica/msl22/Test3PhaseStart.mos
| | | | M	simulation/modelica/msl22/TimeVaryingLinsys.mos
| | | | M	simulation/modelica/msl22/TrapezoidTest.mos
| | | | M	simulation/modelica/msl22/WeakAxis.mos
| | | | M	simulation/modelica/msl22/avg.mos
| | | | M	simulation/modelica/msl22/blockssources.mos
| | | | M	simulation/modelica/msl22/simulation2.mos
| | | | M	simulation/modelica/msl22/tupleTest.mos
| | | | M	simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos
| | | | M	simulation/modelica/nonlinear_system/TestInputIteration.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/nonlinear_system/nanTest.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearDelayTest.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1.mos
| | | | M	simulation/modelica/nonlinear_system/problem10.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/nonlinear_system/problem12.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem3.mos
| | | | M	simulation/modelica/nonlinear_system/problem3_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem3_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem3_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem3_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem4.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem5.mos
| | | | M	simulation/modelica/nonlinear_system/problem5_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem6.mos
| | | | M	simulation/modelica/nonlinear_system/problem6_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem6_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem6_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem6_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem7.mos
| | | | M	simulation/modelica/nonlinear_system/problem7_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem7_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem7_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem7_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem8_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem9.mos
| | | | M	simulation/modelica/others/Bug1687.mos
| | | | M	simulation/modelica/others/Bug1728.mos
| | | | M	simulation/modelica/others/Bug1987.mos
| | | | M	simulation/modelica/others/Bug2432.mos
| | | | M	simulation/modelica/others/Bug2536.mos
| | | | M	simulation/modelica/others/Bug2633.mos
| | | | M	simulation/modelica/others/Bug2704.mos
| | | | M	simulation/modelica/others/Bug2788.mos
| | | | M	simulation/modelica/others/Bug2833.mos
| | | | M	simulation/modelica/others/Bug3023.mos
| | | | M	simulation/modelica/others/Bug3261.mos
| | | | M	simulation/modelica/others/Bug3323.mos
| | | | M	simulation/modelica/others/Bug3500.mos
| | | | M	simulation/modelica/others/Bug3687.mos
| | | | M	simulation/modelica/others/BugTest1830.mos
| | | | M	simulation/modelica/others/ChangeCorrect.mos
| | | | M	simulation/modelica/others/CombiTable1DBug.mos
| | | | M	simulation/modelica/others/ComplexAlgebraicLoop.mos
| | | | M	simulation/modelica/others/ComplexFun.mos
| | | | M	simulation/modelica/others/DiscreteVectorStateSpace.mos
| | | | M	simulation/modelica/others/Elevator.mos
| | | | M	simulation/modelica/others/EngineV6_evalParams.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/others/EquationCallIntegerArray.mos
| | | | M	simulation/modelica/others/ExtendsBasic.mos
| | | | M	simulation/modelica/others/FrameTest.mos
| | | | M	simulation/modelica/others/IdealDiode.mos
| | | | M	simulation/modelica/others/ParameterModel.mos
| | | | M	simulation/modelica/others/Pendulum.mos
| | | | M	simulation/modelica/others/PreAndAliasedVar.mos
| | | | M	simulation/modelica/others/Random.mos
| | | | M	simulation/modelica/others/Random2.mos
| | | | M	simulation/modelica/others/Reductions.mos
| | | | M	simulation/modelica/others/Riccati.mos
| | | | M	simulation/modelica/others/SimResultScripting.mos
| | | | M	simulation/modelica/others/SliceAssignment.mos
| | | | M	simulation/modelica/others/StringTest.mos
| | | | M	simulation/modelica/others/Switch.mos
| | | | M	simulation/modelica/others/SyncFilter.mos
| | | | M	simulation/modelica/others/Table2d.mos
| | | | M	simulation/modelica/others/TestAsub.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestLapack.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/others/TestSolve.mos
| | | | M	simulation/modelica/others/TestSolve10.mos
| | | | M	simulation/modelica/others/TestSolve11.mos
| | | | M	simulation/modelica/others/TestSolve12.mos
| | | | M	simulation/modelica/others/TestSolve13.mos
| | | | M	simulation/modelica/others/TestSolve14.mos
| | | | M	simulation/modelica/others/TestSolve15.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/others/TestSolve2.mos
| | | | M	simulation/modelica/others/TestSolve3.mos
| | | | M	simulation/modelica/others/TestSolve4.mos
| | | | M	simulation/modelica/others/TestSolve5.mos
| | | | M	simulation/modelica/others/TestSolve6.mos
| | | | M	simulation/modelica/others/TestSolve7.mos
| | | | M	simulation/modelica/others/TestSolve8.mos
| | | | M	simulation/modelica/others/TestSolve9.mos
| | | | M	simulation/modelica/others/VariableFilter.mos
| | | | M	simulation/modelica/others/WhenStatement4.mos
| | | | M	simulation/modelica/others/impureTest.mos
| | | | M	simulation/modelica/others/localKnownVars.mos
| | | | M	simulation/modelica/others/nonConstantIndex.mos
| | | | M	simulation/modelica/others/nonConstantParam.mos
| | | | M	simulation/modelica/others/sample1.mos
| | | | M	simulation/modelica/others/sample2.mos
| | | | M	simulation/modelica/others/sample3.mos
| | | | M	simulation/modelica/others/simulation.mos
| | | | M	simulation/modelica/others/steadyState.mos
| | | | M	simulation/modelica/others/tempInterpol2test.mos
| | | | M	simulation/modelica/others/terminal.mos
| | | | M	simulation/modelica/others/world.mos
| | | | M	simulation/modelica/packages/ComplexNumbers.mos
| | | | M	simulation/modelica/packages/RedeclarePackage.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/parameters/hideResult.mos
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | M	simulation/modelica/parameters/parameterTest10.mos
| | | | M	simulation/modelica/parameters/parameterTest11.mos
| | | | M	simulation/modelica/parameters/parameterTest12.mos
| | | | M	simulation/modelica/parameters/parameterTest13.mos
| | | | M	simulation/modelica/parameters/parameterTest14.mos
| | | | M	simulation/modelica/parameters/parameterTest15.mos
| | | | M	simulation/modelica/parameters/parameterTest16.mos
| | | | M	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/parameters/parameterTest2.mos
| | | | M	simulation/modelica/parameters/parameterTest4.mos
| | | | M	simulation/modelica/parameters/parameterTest5.mos
| | | | M	simulation/modelica/parameters/parameterTest6.mos
| | | | M	simulation/modelica/parameters/parameterTest7.mos
| | | | M	simulation/modelica/parameters/parameterTest8.mos
| | | | M	simulation/modelica/parameters/parameterTest9.mos
| | | | M	simulation/modelica/parameters/revoluteConstraint.mos
| | | | M	simulation/modelica/qss/qss_example1.mos
| | | | M	simulation/modelica/qss/qss_example2.mos
| | | | M	simulation/modelica/qss/qss_example3.mos
| | | | M	simulation/modelica/qss/qss_example4.mos
| | | | M	simulation/modelica/qss/qss_example5.mos
| | | | M	simulation/modelica/qss/qss_example6.mos
| | | | M	simulation/modelica/qss/qss_example7.mos
| | | | M	simulation/modelica/qss/qss_example8.mos
| | | | M	simulation/modelica/qss/qss_example9.mos
| | | | M	simulation/modelica/records/ATotal.mos
| | | | M	simulation/modelica/records/InOutRecord.mos
| | | | M	simulation/modelica/resolveLoops/Circuit1x.mos
| | | | M	simulation/modelica/resolveLoops/Circuit2x.mos
| | | | M	simulation/modelica/resolveLoops/Circuit3x.mos
| | | | M	simulation/modelica/resolveLoops/Circuit4x.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/solver/LotkaVolterraWithInput.mos
| | | | M	simulation/modelica/solver/bug2231-radau1.mos
| | | | M	simulation/modelica/solver/problem1-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem1-ida.mos
| | | | M	simulation/modelica/solver/problem1-impeuler.mos
| | | | M	simulation/modelica/solver/problem1-imprk.mos
| | | | M	simulation/modelica/solver/problem1-irksco.mos
| | | | M	simulation/modelica/solver/problem1-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem1-symSolverExpSsc.mos
| | | | M	simulation/modelica/solver/problem1-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem1-symSolverImpSsc.mos
| | | | M	simulation/modelica/solver/problem1-trapezoid.mos
| | | | M	simulation/modelica/solver/problem2-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem2-ida.mos
| | | | M	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | M	simulation/modelica/solver/problem2-impeuler.mos
| | | | M	simulation/modelica/solver/problem2-imprk.mos
| | | | M	simulation/modelica/solver/problem2-imprkLS.mos
| | | | M	simulation/modelica/solver/problem2-irksco.mos
| | | | M	simulation/modelica/solver/problem2-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem2-symSolverExpSsc.mos
| | | | M	simulation/modelica/solver/problem2-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem2-symSolverImpSsc.mos
| | | | M	simulation/modelica/solver/problem2-trapezoid.mos
| | | | M	simulation/modelica/solver/problem3-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem3-symSolverExpSsc.mos
| | | | M	simulation/modelica/solver/problem3-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem3-symSolverImpSsc.mos
| | | | M	simulation/modelica/solver/problem4-erk_ssc.mos
| | | | M	simulation/modelica/solver/problem4-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem4-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem5-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem5-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem6-irksco.mos
| | | | M	simulation/modelica/solver/problem6-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem6-symSolverImp.mos
| | | | M	simulation/modelica/solver/testDAEmodeDrumBoiler.mos
| | | | M	simulation/modelica/solver/testDAEp1.mos
| | | | M	simulation/modelica/solver/testDAEp2.mos
| | | | M	simulation/modelica/solver/testDAEp3.mos
| | | | M	simulation/modelica/solver/testDAEp4.mos
| | | | M	simulation/modelica/solver/testDAEp5.mos
| | | | M	simulation/modelica/solver/testDAEp6.mos
| | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/statemachines/ticket4271.mos
| | | | M	simulation/modelica/synchronous/DID.mos
| | | | M	simulation/modelica/synchronous/EventClock.mos
| | | | M	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mos
| | | | M	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos
| | | | M	simulation/modelica/synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mos
| | | | M	simulation/modelica/synchronous/TestClockParameterEvaluation.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-cel.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing14-cel.mos
| | | | M	simulation/modelica/tearing/Tearing14-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing14-omc.mos
| | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | M	simulation/modelica/tearing/Tearing5-cel.mos
| | | | M	simulation/modelica/tearing/Tearing5-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing5-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-omc.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-omc.mos
| | | | M	simulation/modelica/tearing/testParamDivision.mos
| | | | M	simulation/modelica/tearing/testTearingStrictness.mos
| | | | M	simulation/modelica/tearing/totalTearing1.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | M	simulation/modelica/unitcheck/UnitCheck16.mos
| | | | 
| * | | commit 6b9a41d120041f970f2db74f6646ee1c3de779a4
| | | | Author: vwaurich 
| | | | Date:   Wed Aug 9 11:49:27 2017 +0200
| | | | 
| | | |     activate test
| | | | 
| | | | M	simulation/modelica/built_in_functions/Makefile
| | | | 
| * | | commit 24cba6cec08fdd1394a95e90e5b84f8b1fdabb04
| | | | Author: vwaurich 
| | | | Date:   Wed Aug 9 11:24:26 2017 +0200
| | | | 
| | | |     test for deltaSimulationResults scripting
| | | | 
| | | | A	simulation/modelica/built_in_functions/Delta.mo
| | | | A	simulation/modelica/built_in_functions/Delta.mos
| | | | 
| * | | commit 45431ea67e668be0d9f694b06cf54d2ea5eebac3
| | | | Author: ptaeuber 
| | | | Date:   Mon Aug 7 17:09:32 2017 +0200
| | | | 
| | | |     Add tests for function evaluation
| | | | 
| | | | M	simulation/modelica/functions_eval/Makefile
| | | | A	simulation/modelica/functions_eval/functionTest8.mos
| | | | A	simulation/modelica/functions_eval/functionTest9.mos
| | | | 
| * | | commit d96fb12dc8b6a8dc9ed80bf38b7a98a1188c4e0a
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 3 14:41:23 2017 +0200
| | | | 
| | | |     Test connector extending type
| | | |     
| | | |     This is a test for ticket:4471
| | | | 
| | | | M	flattening/modelica/connectors/Makefile
| | | | A	flattening/modelica/connectors/TypeConnector.mo
| | | | 
| * | | commit d28b9749281f4cee6e16d4770dd3e6d5555926e2
| | | | Author: ptaeuber 
| | | | Date:   Mon Jul 31 15:44:23 2017 +0200
| | | | 
| | | |     Adjust homotopy examples
| | | | 
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | 
| * | | commit eb0530e7b9e55addae35b8626cfd83c7fd910c02
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jul 27 12:57:02 2017 +0200
| | | | 
| | | |     Test the initial state APIs.
| | | | 
| | | | M	openmodelica/interactive-API/StateMachine.mos
| | | | 
| * | | commit 17af9c57e481e52f3754f8b1ef7791b521c34a3a
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jul 25 10:29:30 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | 
| * | | commit 523e2afce4a3dd0eb5c7c2a87eb192c113813881
| | | | Author: Volker Waurich 
| | | | Date:   Tue Jul 25 09:18:58 2017 +0200
| | | | 
| | | |     expected output
| | | | 
| | | | M	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat.xz
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | 
| * | | commit a2c68bc9720d68453edfc252668f82b25fa7155d
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Jul 24 15:40:53 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos
| | | | M	simulation/modelica/nonlinear_system/TestInputIteration.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit f80d03549b70c1b9223facb1cb7111944cf04da0
| | | | Author: Lennart Ochel 
| | | | Date:   Sun Jul 23 12:02:41 2017 +0200
| | | | 
| | | |     Test for global homotopy approach
| | | | 
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | 
| * | | commit 160b2cdd23c00cbfe343aa1c5f06ba542e4111e9
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jul 21 10:57:19 2017 +0200
| | | | 
| | | |     Expected output after collapsing some array crefs
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | 
| * | | commit cccc5bde711b301e702fb046d1d1693395f536d4
| | | | Author: hkiel 
| | | | Date:   Thu Jul 20 09:43:38 2017 +0200
| | | | 
| | | |     expected output
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | 
| * | | commit 3987ad38bf3202c283aea65adb6b26d817d265f9
| | | | Author: ptaeuber 
| | | | Date:   Wed Jul 19 16:17:37 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit f5426db1e3534daf911cd2c4378798c6197f9a3f
| | | | Author: Bernhard Thiele 
| | | | Date:   Mon Jul 17 20:29:12 2017 +0200
| | | | 
| | | |     Activate FMIExercise.mo test case
| | | |     
| | | |     Example from trac4455
| | | |     (https://trac.openmodelica.org/OpenModelica/ticket/4455)
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | 
| * | | commit 7362e6360fcb400acef63100043bbb5424a79127
| | | | Author: ptaeuber 
| | | | Date:   Mon Jul 17 17:19:13 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit a5f8084abc5d3947f09553170940812e4299051f
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jul 5 18:45:05 2017 +0200
| | | | 
| | | |     fix TEST_SPECIAL job
| | | | 
| | | | M	special/MatlabTranslator/LoadCompilerSources.mos
| | | | M	special/MatlabTranslator/SCRIPT.mos
| | | | 
| * | | commit 2a223aa7a76366ce49ecba5ecdf48dc8bb94e7d7
| | | | Author: Per Östlund 
| | | | Date:   Wed Jul 5 17:53:10 2017 +0200
| | | | 
| | | |     Fix conflicting test filenames.
| | | | 
| | | | R082	flattening/modelica/scodeinst/extends2.mo	flattening/modelica/scodeinst/DuplicateElementsCond1.mo
| | | | R069	flattening/modelica/scodeinst/extends3.mo	flattening/modelica/scodeinst/Extends4.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | D	flattening/modelica/scodeinst/extends1.mo
| | | | 
| * | | commit 02891915b580d4c52810386f67ea515bab8274aa
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri Jun 30 15:24:25 2017 +0200
| | | | 
| | | |     Added tutorial FMI exercise as test
| | | |     
| | | |     Related to https://trac.openmodelica.org/OpenModelica/ticket/4455
| | | |     The test is currently failing.
| | | | 
| | | | A	openmodelica/fmi/ModelExchange/2.0/FMIExercise.mo
| | | | A	openmodelica/fmi/ModelExchange/2.0/FMIExercise.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | 
| * | | commit 26b29599a808f0302d4c8d3824ef248a5de5cc7b
| | | | Author: ptaeuber 
| | | | Date:   Thu Jun 29 11:25:46 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	openmodelica/xml/testMSD.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls12.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls9.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | 
| * | | commit 2f44c0ea046fc846bd5031a70fd62d7136be1698
| | | | Author: ptaeuber 
| | | | Date:   Wed Jun 28 15:11:49 2017 +0200
| | | | 
| | | |     Remove TestCompressor from ThermoSysPro testsuite
| | | |     
| | | |     Seems to be rather unstable
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/Makefile
| | | | 
| * | | commit 131a851d0de93f19bec6a37adffe296f76108c1c
| | | | Author: ptaeuber 
| | | | Date:   Tue Jun 27 17:56:38 2017 +0200
| | | | 
| | | |     Update ThermoSysPro testsuite
| | | | 
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat.xz
| | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mat.xz
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/Makefile
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos
| | | | A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos
| | | | 
| * | | commit b6d186fc07ae4bcb742fee98bd70808ee84caeb2
| | | | Author: ptaeuber 
| | | | Date:   Tue Jun 27 14:02:07 2017 +0200
| | | | 
| | | |     Add tests for function input iteration
| | | | 
| | | | M	simulation/modelica/nonlinear_system/Makefile
| | | | A	simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos
| | | | A	simulation/modelica/nonlinear_system/TestInputIteration.mos
| | | | 
| * | | commit c5c6f9ae4ee1366f5f080e1939d3c95c06480b33
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 19 12:46:38 2017 +0200
| | | | 
| | | |     Updated scodeinst tests.
| | | | 
| | | | A	flattening/modelica/scodeinst/ExtendSelf1.mo
| | | | A	flattening/modelica/scodeinst/ExtendSelf2.mo
| | | | A	flattening/modelica/scodeinst/ExtendSelf3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 225b295d857718afe13983b0b429fddd131b9e62
| | | | Author: Per Östlund 
| | | | Date:   Mon Jun 19 10:57:01 2017 +0200
| | | | 
| | | |     Updated scodeinst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Subscript1.mo
| | | | 
| * | | commit 01d38b7b821fbf755080aa6dc89fd6b66a0e49b3
| | | | Author: Per Östlund 
| | | | Date:   Fri Jun 16 19:45:52 2017 +0200
| | | | 
| | | |     Updated scodeinst tests.
| | | | 
| | | | A	flattening/modelica/scodeinst/Binding1.mo
| | | | A	flattening/modelica/scodeinst/ClassMod1.mo
| | | | A	flattening/modelica/scodeinst/ClassMod2.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements1.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements2.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements3.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements4.mo
| | | | A	flattening/modelica/scodeinst/DuplicateElements5.mo
| | | | A	flattening/modelica/scodeinst/ExtendImport1.mo
| | | | A	flattening/modelica/scodeinst/ExtendImport2.mo
| | | | M	flattening/modelica/scodeinst/ExtendSections.mo
| | | | A	flattening/modelica/scodeinst/Extends1.mo
| | | | A	flattening/modelica/scodeinst/Extends2.mo
| | | | A	flattening/modelica/scodeinst/Extends3.mo
| | | | A	flattening/modelica/scodeinst/ForStatementPrefix.mo
| | | | M	flattening/modelica/scodeinst/FuncBuiltinReinit.mo
| | | | M	flattening/modelica/scodeinst/FuncMissingDefault2.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadExactPrefer.mo
| | | | M	flattening/modelica/scodeinst/FuncOverloadMulti.mo
| | | | M	flattening/modelica/scodeinst/ImportNamedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid2.mo
| | | | M	flattening/modelica/scodeinst/ImportUnqualified2.mo
| | | | R073	flattening/modelica/scodeinst/UImport.mo	flattening/modelica/scodeinst/ImportUnqualified3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/ModClass1.mo
| | | | A	flattening/modelica/scodeinst/ModClass2.mo
| | | | A	flattening/modelica/scodeinst/ModClass3.mo
| | | | A	flattening/modelica/scodeinst/ModClass4.mo
| | | | A	flattening/modelica/scodeinst/ModClass5.mo
| | | | A	flattening/modelica/scodeinst/ModClass6.mo
| | | | A	flattening/modelica/scodeinst/PackageConstant1.mo
| | | | A	flattening/modelica/scodeinst/RedeclareClass1.mo
| | | | M	flattening/modelica/scodeinst/arrfunc.mo
| | | | M	flattening/modelica/scodeinst/builtinmod.mo
| | | | M	flattening/modelica/scodeinst/const1.mo
| | | | M	flattening/modelica/scodeinst/const10.mo
| | | | M	flattening/modelica/scodeinst/const11.mo
| | | | M	flattening/modelica/scodeinst/const12.mo
| | | | M	flattening/modelica/scodeinst/const13.mo
| | | | M	flattening/modelica/scodeinst/const14.mo
| | | | M	flattening/modelica/scodeinst/const15.mo
| | | | M	flattening/modelica/scodeinst/const16.mo
| | | | M	flattening/modelica/scodeinst/const17.mo
| | | | M	flattening/modelica/scodeinst/const2.mo
| | | | M	flattening/modelica/scodeinst/const3.mo
| | | | M	flattening/modelica/scodeinst/const4.mo
| | | | M	flattening/modelica/scodeinst/const5.mo
| | | | M	flattening/modelica/scodeinst/const6.mo
| | | | M	flattening/modelica/scodeinst/const7.mo
| | | | M	flattening/modelica/scodeinst/const8.mo
| | | | M	flattening/modelica/scodeinst/dim18.mo
| | | | M	flattening/modelica/scodeinst/enum2.mo
| | | | M	flattening/modelica/scodeinst/enum5.mo
| | | | M	flattening/modelica/scodeinst/enum7.mo
| | | | D	flattening/modelica/scodeinst/if1.mo
| | | | M	flattening/modelica/scodeinst/ih2.mo
| | | | M	flattening/modelica/scodeinst/ih3.mo
| | | | M	flattening/modelica/scodeinst/mod9.mo
| | | | 
| * | | commit d68b0569952f2259edf6f5fff1775ae9b31cffd9
| | | | Author: Volker Waurich 
| | | | Date:   Wed Jun 14 13:57:05 2017 +0200
| | | | 
| | | |     expected output
| | | | 
| | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | 
| * | | commit 0d6e0e83c7677516ff25d86a24ca0e67fc74bde7
| | | | Author: ptaeuber 
| | | | Date:   Wed Jun 14 11:39:56 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit fecbed32c14039a54b5896c940fde09db6aafc12
| | | | Author: ptaeuber 
| | | | Date:   Mon Jun 12 14:33:08 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 42dae63b7d569f71bc0a1a594c57b28941cc3f8d
| | | | Author: adrpo 
| | | | Date:   Mon Jun 12 12:29:26 2017 +0200
| | | | 
| | | |     fix tests due to library updates
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | 
| * | | commit 30e59b45c17dc462f20e6348e17818681c62babe
| | | | Author: ptaeuber 
| | | | Date:   Mon Jun 5 17:01:33 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/solver/testDAEmodeDrumBoiler.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | 
| * | | commit e573d473ae60929218374a05ecc67b05cb1d9ada
| | | | Author: adrpo 
| | | | Date:   Fri Jun 2 03:46:07 2017 +0200
| | | | 
| | | |     update tests due to library updates
| | | | 
| | | | M	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | | | 
| * | | commit 192b8383b52a75629298b0f6d677ccf32d86bf95
| | | | Author: Bernhard Thiele 
| | | | Date:   Wed May 31 16:17:14 2017 +0200
| | | | 
| | | |     Failing MDD tests for synchronous blocks
| | | | 
| | | | A	ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager.mat.xz
| | | | A	ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager_String.mat.xz
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Makefile
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager.mos
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager_String.mos
| | | | 
| * | | commit ed569e2e70bb4bbd047942556ac5398e14d0b7ef
| | | | Author: Bernhard Thiele 
| | | | Date:   Wed May 31 13:37:01 2017 +0200
| | | | 
| | | |     More tests for MDD library
| | | | 
| | | | A	ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mat.xz
| | | | A	ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mat.xz
| | | | A	ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDP.mat.xz
| | | | A	ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPAutoBufferSize.mat.xz
| | | | M	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Makefile
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mos
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDP.mos
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPAutoBufferSize.mos
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPExternalTrigger.mos
| | | | 
| * | | commit d51c142a7efa76200f6a308ce5222b7d430c6267
| | | | Author: ptaeuber 
| | | | Date:   Tue May 30 11:55:09 2017 +0200
| | | | 
| | | |     Revert "Expected output"
| | | |     
| | | |     This reverts commit 05b74d7d2c871050e64a622a5be00e5ec36b4f77.
| | | | 
| | | | M	flattening/modelica/modification/Bug3817.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC7.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC8.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/simoptions/nlssMinSize.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test11.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test12.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test4.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test9.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/modelica/algorithms_functions/ASubIfExp.mos
| | | | M	simulation/modelica/algorithms_functions/TupleReturn.mos
| | | | M	simulation/modelica/arrays/Bug3916.mos
| | | | M	simulation/modelica/built_in_functions/MeasureTime.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/functions_eval/CascodeCircuit.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/modelica/inheritances/Ticket4258b.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/boundParameterExpUnfixed.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/initialization/scaling1.mos
| | | | M	simulation/modelica/initialization/scaling2.mos
| | | | M	simulation/modelica/msl22/IdealGearBrake.mos
| | | | M	simulation/modelica/nonlinear_system/nanTest.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1.mos
| | | | M	simulation/modelica/nonlinear_system/problem12.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem4.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem8_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem9.mos
| | | | M	simulation/modelica/others/Bug2432.mos
| | | | M	simulation/modelica/others/Bug2788.mos
| | | | M	simulation/modelica/others/Bug3023.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestSolve14.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/solver/testDAEp3.mos
| | | | M	simulation/modelica/solver/testDAEp4.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-omc.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | 
| * | | commit 05b74d7d2c871050e64a622a5be00e5ec36b4f77
| | | | Author: ptaeuber 
| | | | Date:   Mon May 29 18:57:40 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	flattening/modelica/modification/Bug3817.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC7.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC8.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/simoptions/nlssMinSize.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test11.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test12.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test4.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test9.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/modelica/algorithms_functions/ASubIfExp.mos
| | | | M	simulation/modelica/algorithms_functions/TupleReturn.mos
| | | | M	simulation/modelica/arrays/Bug3916.mos
| | | | M	simulation/modelica/built_in_functions/MeasureTime.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | M	simulation/modelica/functions_eval/CascodeCircuit.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/modelica/inheritances/Ticket4258b.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/boundParameterExpUnfixed.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/initialization/scaling1.mos
| | | | M	simulation/modelica/initialization/scaling2.mos
| | | | M	simulation/modelica/msl22/IdealGearBrake.mos
| | | | M	simulation/modelica/nonlinear_system/nanTest.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1.mos
| | | | M	simulation/modelica/nonlinear_system/problem12.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem4.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem8_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem9.mos
| | | | M	simulation/modelica/others/Bug2432.mos
| | | | M	simulation/modelica/others/Bug2788.mos
| | | | M	simulation/modelica/others/Bug3023.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestSolve14.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/solver/testDAEp3.mos
| | | | M	simulation/modelica/solver/testDAEp4.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-omc.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | 
| * | | commit 6d8f3d6288e26740344ff89f9be26f0e96203452
| | | | Author: Lennart Ochel 
| | | | Date:   Fri May 12 16:19:45 2017 +0200
| | | | 
| | | |     Test for ticket:4419
| | | | 
| | | | M	simulation/modelica/events/Makefile
| | | | A	simulation/modelica/events/bug4419.mos
| | | | 
| * | | commit 0a3d79062d89be0df81e0ca8a38d7350d4634039
| | | | Author: Adrian Pop 
| | | | Date:   Fri May 12 00:08:59 2017 +0200
| | | | 
| | | |     add requirement tests
| | | | 
| | | | M	openmodelica/requirements/Makefile
| | | | A	openmodelica/requirements/run.mos
| | | | A	openmodelica/requirements/runScenarios.mos
| | | | 
| * | | commit 7aeaf08d20ca72d3512ce8ec22d46344be853a13
| | | | Author: Lena Buffoni 
| | | | Date:   Thu May 11 22:30:47 2017 +0200
| | | | 
| | | |     requirements example
| | | | 
| | | | A	openmodelica/requirements/TwoTanksExample/Design/Components/BaseController.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Design/Components/PIContinuousController.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Design/Components/Source.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Design/Components/Tank.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Design/Components/limitValue.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Design/Components/package.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Design/Interfaces/package.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Design/TwoTanksDesign.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Design/package.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Mediators/package.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Mediators/sourceFlowLevel.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Mediators/tankWaterLevel.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Mediators/volumeLevel.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Requirements/LiquidLevel.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Requirements/Volume_of_a_tank.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Requirements/package.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Scenarios/Normal_operation.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Scenarios/Overflow.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Scenarios/package.mo
| | | | A	openmodelica/requirements/TwoTanksExample/Scripts/run.mos
| | | | A	openmodelica/requirements/TwoTanksExample/Scripts/runScenarios.mos
| | | | A	openmodelica/requirements/TwoTanksExample/UserDefinedVerificationModels/UDVModel1.mo
| | | | A	openmodelica/requirements/TwoTanksExample/UserDefinedVerificationModels/package.mo
| | | | A	openmodelica/requirements/TwoTanksExample/VerificationModels/package.mo
| | | | A	openmodelica/requirements/TwoTanksExample/package.mo
| | | | 
| * | | commit 4f5fdf90996bac52ebd47f94c3871bc67300f1c1
| | | | Author: Adrian Pop 
| | | | Date:   Wed May 10 22:00:16 2017 +0200
| | | | 
| | | |     run the Modelica_DeviceDrivers tests
| | | | 
| | | | M	Makefile
| | | | 
| * | | commit 030c9b50589d913901ade8a9e01292b7779564d5
| | | | Author: Lennart Ochel 
| | | | Date:   Mon May 8 17:37:38 2017 +0200
| | | | 
| | | |     Emit protected variables
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/DM.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarm.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarmCsv.mos
| | | | 
| * | | commit 771ca557ffec813fda182d6bd54b67f74f5b3125
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri May 5 23:12:42 2017 +0200
| | | | 
| | | |     Added test case for MDD serial packager
| | | | 
| | | | M	.gitvalidfiles
| | | | A	ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mat.xz
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Makefile
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/common.mos
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/simulateAll.cmd
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/simulateAll.sh
| | | | A	simulation/libraries/3rdParty/Modelica_DeviceDrivers/sortResults.py
| | | | 
| * | | commit 582c559c6de987a99c0aa0206d4561db4f419ec8
| | | | Author: Volker Waurich 
| | | | Date:   Wed May 3 13:54:36 2017 +0200
| | | | 
| | | |     expected output
| | | | 
| | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | M	simulation/modelica/synchronous/subSample.mos
| | | | 
| * | | commit df748620022016f3e2957f44b06a54a3a14cc52c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue May 2 18:25:38 2017 +0200
| | | | 
| | | |     Add the new Mutable dependency
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | M	openmodelica/bootstrapping/UtilTest.mos
| | | | 
| * | | commit c3c036f46f61cc5fadb8cf7d5595b105b06183e0
| | | | Author: Lennart Ochel 
| | | | Date:   Tue May 2 11:18:09 2017 +0200
| | | | 
| | | |     Revert "Expected output"
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | 
| * | | commit c0043fe5e1ef6d4c5d2320863c13f329d154dd58
| | | | Author: Volker Waurich 
| | | | Date:   Thu Apr 27 11:11:22 2017 +0200
| | | | 
| | | |     add booolean sub clock test for cpp
| | | | 
| | | | M	simulation/modelica/synchronous/Makefile
| | | | A	simulation/modelica/synchronous/boolSubClocks.mo
| | | | A	simulation/modelica/synchronous/boolSubClocks.mos
| | | | 
| * | | commit bcc9445dd339c3071eb7531118c63b70e2fa82b7
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Apr 26 14:47:18 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | 
| * | | commit ba82e684db136f56ae8a0223e02a18f267e0ed9f
| | | | Author: Volker Waurich 
| | | | Date:   Tue Apr 25 10:34:45 2017 +0200
| | | | 
| | | |     provide reference files with 0 for not ticked clocked variables
| | | | 
| | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mat.xz
| | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mat.xz
| | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mat.xz
| | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mat.xz
| | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mat.xz
| | | | 
| * | | commit 3c3326e66a2899dbd6ed7c551961d017b8f0ccf9
| | | | Author: Adrian Pop 
| | | | Date:   Fri Apr 21 23:26:14 2017 +0200
| | | | 
| | | |     test for ticket:4365
| | | | 
| | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | A	flattening/modelica/algorithms-functions/Ticket4365.mo
| | | | A	flattening/modelica/algorithms-functions/Ticket4365.mos
| | | | 
| * | | commit 3be9952d114ae0cc9ba79438aba7e0ae4e04c202
| | | | Author: Adrian Pop 
| | | | Date:   Fri Apr 21 20:49:32 2017 +0200
| | | | 
| | | |     tests for frontend part of ticket:4157
| | | | 
| | | | M	flattening/modelica/equations/ConditionalArrayExpression1.mo
| | | | M	flattening/modelica/equations/Makefile
| | | | A	flattening/modelica/equations/Ticket4157.mo
| | | | A	flattening/modelica/equations/Ticket4157.mos
| | | | 
| * | | commit cae7797bcbbdc4d004e25a12ae9169275c8b68b2
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 20 18:13:38 2017 +0200
| | | | 
| | | |     Include line numbers for the roots
| | | | 
| | | | M	simulation/modelica/asserts/powAssert1.mos
| | | | M	simulation/modelica/asserts/powAssert2.mos
| | | | M	simulation/modelica/asserts/powAssert3.mos
| | | | 
| * | | commit 48db51ddcc5398d052399c35b600f685df2580bc
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Mar 14 09:48:53 2017 +0100
| | | | 
| | | |     Add FCSys example
| | | | 
| | | | A	simulation/libraries/3rdParty/FCSys/FCSys.Characteristics.Examples.CellPotential.mo
| | | | A	simulation/libraries/3rdParty/FCSys/FCSys.Characteristics.Examples.CellPotential.mos
| | | | A	simulation/libraries/3rdParty/FCSys/Makefile
| | | | 
| * | | commit 12d7a715f29b69596ddbbdeca12f3dacbc16f24f
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Apr 20 13:47:04 2017 +0200
| | | | 
| | | |     Removed initialEquations_lambda0
| | | | 
| | | | M	simulation/modelica/initialization/homotopy2.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 2e23bddeb31a50c25d3e62c4b231efced5431c3e
| | | | Author: ptaeuber 
| | | | Date:   Thu Apr 20 11:56:31 2017 +0200
| | | | 
| | | |     Add simple homotopy loop
| | | | 
| | | | M	simulation/modelica/initialization/Makefile
| | | | A	simulation/modelica/initialization/homotopy2.mos
| | | | 
| * | | commit 73d6738f75f3935df5cca18ee5cd6faeb9b43ae1
| | | | Author: ptaeuber 
| | | | Date:   Wed Apr 19 11:11:16 2017 +0200
| | | | 
| | | |     Remove decompressed result files after usage
| | | | 
| | | | M	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | 
| * | | commit d1cb82453771b84caa8e443ec9490958c48cc0b4
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Apr 17 11:43:05 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/bootstrapping/ExpandableArrayTest.mos
| | | | 
| * | | commit 9fc185fdf972fee8a0b224b7992df7f21b15d7a0
| | | | Author: ptaeuber 
| | | | Date:   Wed Apr 12 21:32:09 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls9.mos
| | | | 
| * | | commit 1f47e70cbd848df5a6e25efcc6c46a6c87134f64
| | | | Author: ptaeuber 
| | | | Date:   Tue Apr 11 14:44:54 2017 +0200
| | | | 
| | | |     Add tests for WFC and update expected output
| | | | 
| | | | M	.gitvalidfiles
| | | | M	openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/paramdlowdump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/modelica/commonSubExp/Makefile
| | | | A	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls10_res.mat.xz
| | | | A	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls13_res.mat.xz
| | | | A	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls8_res.mat.xz
| | | | D	simulation/modelica/commonSubExp/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mat
| | | | A	simulation/modelica/commonSubExp/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mat.xz
| | | | M	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse2_comSubExp.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls12.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls14.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls2.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls5.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls7.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls9.mos
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/MergingExample_TaskGraphODE.graphml
| | | | M	simulation/modelica/initialization/bug_3052.mos
| | | | M	simulation/modelica/parameters/Makefile
| | | | A	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 23fb50808efcbc70753c1a445d3dde1db447a693
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Apr 10 09:45:08 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/initialization/bug_4387.mos
| | | | 
| * | | commit 4a3c2b24483f70b2cd57c955c464ea929f5f5429
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Apr 10 08:17:49 2017 +0200
| | | | 
| | | |     Add test for ticket:4387
| | | | 
| | | | M	simulation/modelica/events/whenTest2.mos
| | | | M	simulation/modelica/initialization/Makefile
| | | | A	simulation/modelica/initialization/bug_4387.mos
| | | | 
| * | | commit 3c24923cd1176c25f45c05a05052c9e121b24bba
| | | | Author: Lennart Ochel 
| | | | Date:   Sun Apr 9 17:14:21 2017 +0200
| | | | 
| | | |     Remove timing information from test suite
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/linear_system/linSymSolConstA.mos
| | | | 
| * | | commit ff7789df46990e9c88308abbc6948642da3cee9b
| | | | Author: Lennart Ochel 
| | | | Date:   Sun Apr 9 07:28:33 2017 +0200
| | | | 
| | | |     compareSimulationResults is deprecated
| | | | 
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | M	openmodelica/cruntime/optimization/basic/BR.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon2.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon3.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon4.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRcon5.mos
| | | | M	openmodelica/cruntime/optimization/basic/BReqcon.mos
| | | | M	openmodelica/cruntime/optimization/basic/BRscale.mos
| | | | M	openmodelica/cruntime/optimization/basic/CM.mos
| | | | M	openmodelica/cruntime/optimization/basic/CM2.mos
| | | | M	openmodelica/cruntime/optimization/basic/DM.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarm.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarmCsv.mos
| | | | M	openmodelica/cruntime/optimization/basic/LRB.mos
| | | | M	openmodelica/cruntime/optimization/basic/LRB2.mos
| | | | M	openmodelica/cruntime/optimization/basic/LV.mos
| | | | M	openmodelica/cruntime/optimization/basic/LoopTest.mos
| | | | M	openmodelica/cruntime/optimization/basic/NP.mos
| | | | M	openmodelica/cruntime/optimization/basic/OSP.mos
| | | | M	openmodelica/cruntime/optimization/basic/SC.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC2.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC3.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC5.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC7.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC8.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFCtestFlag.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT2.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT3.mos
| | | | M	openmodelica/cruntime/optimization/basic/VDP.mos
| | | | M	openmodelica/cruntime/optimization/basic/reduce1.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop1.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop10.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop11.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop2.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop8.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop9.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/03_CurtissHirschfelder.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/06_SmoothEvents.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test10.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test11.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test12.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test1a.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test1b.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test2.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test3.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test4.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test5.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test6.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test7.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test8.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test9.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | M	simulation/libraries/common/ModelTestingDefaults.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | M	simulation/modelica/built_in_functions/Compare.mos
| | | | M	simulation/modelica/events/EventTests.mos
| | | | M	simulation/modelica/functions_eval/CascodeCircuit.mos
| | | | M	simulation/modelica/functions_eval/Inverter2.mos
| | | | M	simulation/modelica/functions_eval/MoistAir.mos
| | | | M	simulation/modelica/functions_eval/Nand.mos
| | | | M	simulation/modelica/functions_eval/RtlInverter.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | M	simulation/modelica/others/steadyState.mos
| | | | M	simulation/modelica/solver/problem1-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem1-ida.mos
| | | | M	simulation/modelica/solver/problem1-impeuler.mos
| | | | M	simulation/modelica/solver/problem1-imprk.mos
| | | | M	simulation/modelica/solver/problem1-irksco.mos
| | | | M	simulation/modelica/solver/problem1-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem1-symSolverExpSsc.mos
| | | | M	simulation/modelica/solver/problem1-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem1-symSolverImpSsc.mos
| | | | M	simulation/modelica/solver/problem1-trapezoid.mos
| | | | M	simulation/modelica/solver/problem2-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem2-ida.mos
| | | | M	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | M	simulation/modelica/solver/problem2-impeuler.mos
| | | | M	simulation/modelica/solver/problem2-imprk.mos
| | | | M	simulation/modelica/solver/problem2-imprkLS.mos
| | | | M	simulation/modelica/solver/problem2-irksco.mos
| | | | M	simulation/modelica/solver/problem2-symSolverExp.mos
| | | | M	simulation/modelica/solver/problem2-symSolverExpSsc.mos
| | | | M	simulation/modelica/solver/problem2-symSolverImp.mos
| | | | M	simulation/modelica/solver/problem2-symSolverImpSsc.mos
| | | | M	simulation/modelica/solver/problem2-trapezoid.mos
| | | | 
| * | | commit ed5ccfb89eb3057f3574dae8c9acf3eb99ee5d36
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Apr 7 20:49:02 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos
| | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | 
| * | | commit 16e424b80ad7722d23877f4a4dad3d38ca6905f7
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Apr 6 16:01:41 2017 +0200
| | | | 
| | | |     Add test for ticket:4382
| | | | 
| | | | M	metamodelica/meta/Makefile
| | | | A	metamodelica/meta/ScalarArrayOperations.mos
| | | | 
| * | | commit 380187988e3f5ea41cb5c43d42540baa8e8c9653
| | | | Author: Volker Waurich 
| | | | Date:   Thu Apr 6 10:36:41 2017 +0200
| | | | 
| | | |     fix reference file
| | | | 
| | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mat.xz
| | | | 
| * | | commit 1f4e88e38f6b7967fb21e75dd0b9e11512c47e77
| | | | Author: Volker Waurich 
| | | | Date:   Thu Apr 6 08:45:11 2017 +0200
| | | | 
| | | |     add clock test for c and cpp
| | | | 
| | | | A	simulation/modelica/synchronous/EventClock.mo
| | | | A	simulation/modelica/synchronous/EventClock.mos
| | | | A	simulation/modelica/synchronous/EventClock_cpp.mos
| | | | M	simulation/modelica/synchronous/Makefile
| | | | 
| * | | commit b6a6ab801fb2f65743f62777c8e25090f8597482
| | | | Author: Volker Waurich 
| | | | Date:   Wed Apr 5 14:28:25 2017 +0200
| | | | 
| | | |     expected output for time event changes
| | | | 
| | | | M	openmodelica/cppruntime/clockedSolverTest.mos
| | | | 
| * | | commit e3b3d756c2ee1873a6c3c9a8a9a858db1f89ed30
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Apr 5 13:58:23 2017 +0200
| | | | 
| | | |     Add number of linear/non-linear/mixed systems to debug output
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	simulation/modelica/algorithms_functions/bug2888.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/linear_system/linSymSolConstA.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestSolve.mos
| | | | M	simulation/modelica/others/TestSolve10.mos
| | | | M	simulation/modelica/others/TestSolve11.mos
| | | | M	simulation/modelica/others/TestSolve12.mos
| | | | M	simulation/modelica/others/TestSolve13.mos
| | | | M	simulation/modelica/others/TestSolve14.mos
| | | | M	simulation/modelica/others/TestSolve15.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve2.mos
| | | | M	simulation/modelica/others/TestSolve3.mos
| | | | M	simulation/modelica/others/TestSolve4.mos
| | | | M	simulation/modelica/others/TestSolve5.mos
| | | | M	simulation/modelica/others/TestSolve6.mos
| | | | M	simulation/modelica/others/TestSolve7.mos
| | | | M	simulation/modelica/others/TestSolve8.mos
| | | | M	simulation/modelica/others/TestSolve9.mos
| | | | 
| * | | commit 7450f9a146d6c8e1a83905c2bcb3063080dcf4ce
| | | | Author: ptaeuber 
| | | | Date:   Tue Apr 4 15:59:29 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/tearing/testParamDivision.mos
| | | | M	simulation/modelica/tearing/testTearingStrictness.mos
| | | | 
| * | | commit e69beac418ccba5822da3b4a9e3931168959110d
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Apr 3 21:47:49 2017 +0200
| | | | 
| | | |     Add test cases for ticket:4359
| | | | 
| | | | M	simulation/modelica/initialization/Makefile
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | A	simulation/modelica/initialization/startValue1.mos
| | | | A	simulation/modelica/initialization/startValue2.mos
| | | | A	simulation/modelica/initialization/startValue3.mos
| | | | 
| * | | commit 1936e9de44c88d2eead38abf7b9fb16ba2764272
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Mar 31 14:09:54 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon3_ref.mat
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | M	simulation/modelica/initialization/bug_2207.mos
| | | | M	simulation/modelica/initialization/bug_2673b.mos
| | | | M	simulation/modelica/initialization/bug_2990.mos
| | | | M	simulation/modelica/initialization/bug_2994.mos
| | | | M	simulation/modelica/initialization/bug_3052.mos
| | | | M	simulation/modelica/initialization/parameters.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearDelayTest.mos
| | | | M	simulation/modelica/others/Bug2788.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | 
| * | | commit e12183de61a4a23085ca31af7cbeeb5f3143aa86
| | | | Author: ptaeuber 
| | | | Date:   Wed Mar 29 17:31:01 2017 +0200
| | | | 
| | | |     Add tests and update expected output
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | M	simulation/modelica/tearing/Makefile
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | A	simulation/modelica/tearing/testParamDivision.mos
| | | | A	simulation/modelica/tearing/testTearingStrictness.mos
| | | | 
| * | | commit 9216d5bcfbafa1f5f173b24d9c725bacc0d2e6ff
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Mar 29 10:55:42 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 3914aa71d1ec2ff34db82a14e8427b068032a099
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Mar 28 16:26:11 2017 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | | | M	simulation/modelica/initialization/bug_2263.mos
| | | | M	simulation/modelica/initialization/bug_2583.mos
| | | | M	simulation/modelica/others/Pendulum.mos
| | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | 
| * | | commit 9ded699718bba66dfe983c4e495a16ee848c3669
| | | | Author: ptaeuber 
| | | | Date:   Tue Mar 28 12:47:04 2017 +0200
| | | | 
| | | |     Use tearingStrictness flag
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/pendel.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | 
| * | | commit 6de95cabbb86afd41c7e352d22a0e667bab14acf
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Mar 27 16:47:25 2017 +0200
| | | | 
| | | |     Add fully specified initial conditions to JuliansBib.mos
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mo
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | 
| * | | commit 7663865286b7c1c814cee7b805d85df18c86a17f
| | | | Author: Lennart Ochel 
| | | | Date:   Sun Mar 26 17:36:31 2017 +0200
| | | | 
| | | |     [NF] Deactivate three tests for now
| | | |     
| | | |     * bindings2.mo
| | | |     * bindings3.mo
| | | |     * eq7.mo
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 4470d56f082a0cb459186d6da7db5037f0dab3a7
| | | | Author: Lennart Ochel 
| | | | Date:   Sun Mar 26 17:31:11 2017 +0200
| | | | 
| | | |     [NF] Fix test FuncOverloadMulti
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncOverloadMulti.mo
| | | | 
| * | | commit c1847e2685a7f87965555970415fe6b4633fb7f6
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Mar 17 14:39:05 2017 +0100
| | | | 
| | | |     [NF] Activate new test case
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/ceval5.mo
| | | | 
| * | | commit bb605cd13951663d5a89a1eef513f199e683ba81
| | | | Author: adrpo 
| | | | Date:   Thu Mar 23 20:12:00 2017 +0100
| | | | 
| | | |     add test for Clock parameter evaluation
| | | |     update tests to agree with the flattening
| | | | 
| | | | M	flattening/modelica/synchronous/HoldTest.mo
| | | | M	flattening/modelica/synchronous/IntervalTest.mo
| | | | M	flattening/modelica/synchronous/NoClockTest.mo
| | | | M	simulation/modelica/synchronous/Makefile
| | | | A	simulation/modelica/synchronous/TestClockParameterEvaluation.mos
| | | | 
| * | | commit ac7e1a7cc80feeb3fe7b5d1745b1bf53771d2ff4
| | | | Author: adrpo 
| | | | Date:   Thu Mar 23 15:41:20 2017 +0100
| | | | 
| | | |     update tests due to lib update
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/Makefile
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | 
| * | | commit ca4d5b0d4c16dab20f5c6951ae3c6413b4ab8c30
| | | | Author: ptaeuber 
| | | | Date:   Wed Mar 22 14:41:11 2017 +0100
| | | | 
| | | |     Revert "Add tests for WFC and update expected output"
| | | |     
| | | |     This reverts commit d351e7a294a3b4bd701973c34278cd7c4a39323e.
| | | | 
| | | | M	.gitvalidfiles
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos
| | | | M	openmodelica/debugDumps/paramdlowdump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	simulation/modelica/commonSubExp/Makefile
| | | | D	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls10_res.mat
| | | | D	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls13_res.mat
| | | | D	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls8_res.mat
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse2_comSubExp.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | D	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | D	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | D	simulation/modelica/commonSubExp/wrapFunctionCalls12.mos
| | | | D	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls2.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls5.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | D	simulation/modelica/commonSubExp/wrapFunctionCalls7.mos
| | | | D	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | D	simulation/modelica/commonSubExp/wrapFunctionCalls9.mos
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/MergingExample_TaskGraphODE.graphml
| | | | M	simulation/modelica/initialization/bug_3052.mos
| | | | D	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | 
| * | | commit d351e7a294a3b4bd701973c34278cd7c4a39323e
| | | | Author: ptaeuber 
| | | | Date:   Tue Mar 21 14:25:15 2017 +0100
| | | | 
| | | |     Add tests for WFC and update expected output
| | | | 
| | | | M	.gitvalidfiles
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos
| | | | M	openmodelica/debugDumps/paramdlowdump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	simulation/modelica/commonSubExp/Makefile
| | | | A	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls10_res.mat
| | | | A	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls13_res.mat
| | | | A	simulation/modelica/commonSubExp/ReferenceFiles/CSE.wrapFunctionCalls8_res.mat
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse2_comSubExp.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls10.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls11.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls12.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls13.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls2.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls5.mos
| | | | M	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls7.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls8.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls9.mos
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/MergingExample_TaskGraphODE.graphml
| | | | M	simulation/modelica/initialization/bug_3052.mos
| | | | A	simulation/modelica/parameters/parameterTest17.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | 
| * | | commit 5393bf1853d1e2358c3c455e37418da7fd2b515b
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 20 12:10:49 2017 +0100
| | | | 
| | | |     Updated for loop tests for new inst.
| | | | 
| | | | A	flattening/modelica/scodeinst/ForEquation4.mo
| | | | A	flattening/modelica/scodeinst/ForEquation5.mo
| | | | A	flattening/modelica/scodeinst/ForEquationEnum1.mo
| | | | A	flattening/modelica/scodeinst/ForEquationEnum2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/Range1.mo
| | | | A	flattening/modelica/scodeinst/RangeInvalidStep1.mo
| | | | A	flattening/modelica/scodeinst/RangeInvalidStep2.mo
| | | | A	flattening/modelica/scodeinst/RangeInvalidStep3.mo
| | | | A	flattening/modelica/scodeinst/RangeTypeError1.mo
| | | | A	flattening/modelica/scodeinst/RangeTypeError2.mo
| | | | A	flattening/modelica/scodeinst/RangeTypeError3.mo
| | | | 
| * | | commit 4d1d53ee3e95797c95e59d1a8ef08fcd5e7fc5b3
| | | | Author: Lennart Ochel 
| | | | Date:   Sun Mar 19 01:10:10 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | 
| * | | commit f67d29e5c6d83ad4be22acfeeaccd5e89e9a8c03
| | | | Author: Per Östlund 
| | | | Date:   Fri Mar 17 15:31:26 2017 +0100
| | | | 
| | | |     Update String scodeinst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncString.mo
| | | | M	flattening/modelica/scodeinst/FuncStringInvalid1.mo
| | | | M	flattening/modelica/scodeinst/FuncStringInvalid2.mo
| | | | 
| * | | commit 423dc442777e7c1e7d37b0ca95fc8a1c7c964a47
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Mar 17 12:36:47 2017 +0100
| | | | 
| | | |     [NF] Activate new test case
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/ceval3.mo
| | | | 
| * | | commit 2b02a6020a5bd566195588823f859201ce02d738
| | | | Author: Mahder Gebremedhin 
| | | | Date:   Thu Mar 16 10:00:57 2017 +0100
| | | | 
| | | |     Update tests for NFFrontEnd function changes.
| | | |     
| | | |       - Add tests for user defined overloading
| | | | 
| | | | M	flattening/modelica/scodeinst/FuncBuiltinRem.mo
| | | | M	flattening/modelica/scodeinst/FuncIntegerWrongType.mo
| | | | M	flattening/modelica/scodeinst/FuncMissingDefault1.mo
| | | | M	flattening/modelica/scodeinst/FuncMissingDefault2.mo
| | | | A	flattening/modelica/scodeinst/FuncOverloadAmbiguousDefault.mo
| | | | A	flattening/modelica/scodeinst/FuncOverloadExactPrefer.mo
| | | | A	flattening/modelica/scodeinst/FuncOverloadMulti.mo
| | | | A	flattening/modelica/scodeinst/FuncOverloadNoMatch.mo
| | | | A	flattening/modelica/scodeinst/FuncOverloadSimple.mo
| | | | M	flattening/modelica/scodeinst/FuncString.mo
| | | | M	flattening/modelica/scodeinst/FuncStringInvalid1.mo
| | | | M	flattening/modelica/scodeinst/FuncStringInvalid2.mo
| | | | M	flattening/modelica/scodeinst/FuncVariability.mo
| | | | M	flattening/modelica/scodeinst/FuncWrongType.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 984eeea8c818e3e84981fc7a8aec5e1f9df0d0b0
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 15 13:59:13 2017 +0100
| | | | 
| | | |     Updated tests for getComponentAnnotations.
| | | | 
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	openmodelica/interactive-API/Bug4248.mos
| | | | M	openmodelica/interactive-API/DialogAnnotation.mos
| | | | M	openmodelica/interactive-API/getDialogAnnotation.mos
| | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | 
| * | | commit 45dd27cb6915072b0849c84f250fcb6015e07d0c
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 14 16:29:00 2017 +0100
| | | | 
| | | |     Updated for equation scodeinst tests.
| | | | 
| | | | A	flattening/modelica/scodeinst/ForEquation1.mo
| | | | A	flattening/modelica/scodeinst/ForEquation2.mo
| | | | A	flattening/modelica/scodeinst/ForEquation3.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | D	flattening/modelica/scodeinst/for1.mo
| | | | D	flattening/modelica/scodeinst/for2.mo
| | | | D	flattening/modelica/scodeinst/for3.mo
| | | | 
| * | | commit 1e13743c2a54a5a2bbfb92b51c572feb6fbfbbe3
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 14 14:59:48 2017 +0100
| | | | 
| | | |     Added some for loop test for scodeinst
| | | | 
| | | | A	flattening/modelica/scodeinst/ForEquationNonParam.mo
| | | | A	flattening/modelica/scodeinst/ForStatement1.mo
| | | | A	flattening/modelica/scodeinst/ForStatement2.mo
| | | | A	flattening/modelica/scodeinst/ForStatementArray.mo
| | | | A	flattening/modelica/scodeinst/ForStatementNonVector.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit bfc0be772fa4f91bb66d3e7fe58d14c95f6c5294
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 13 18:07:27 2017 +0100
| | | | 
| | | |     Add test for invalid use of _.
| | | | 
| | | | A	metamodelica/meta/InvalidWild1.mos
| | | | M	metamodelica/meta/Makefile
| | | | 
| * | | commit 2b1d2403d303058c9ad3cb48986227156b469bed
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 13 10:28:50 2017 +0100
| | | | 
| | | |     Add more nfinst tests for builtin operators.
| | | | 
| | | | D	flattening/modelica/scodeinst/FuncBuiltin.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinAbs.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinCardinality.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinCeil.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinChange.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinCross.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinDelay.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinDer.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinDiagonal.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinDiv.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinEdge.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinEnumTypeName.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinFill.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinFloor.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinGetInstanceName.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinHomotopy.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinIdentity.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinInitial.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinInteger.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinLinspace.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinMath.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinMatrix.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinMax.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinMin.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinMod.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinNdims.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinNoEvent.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinOnes.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinOuterProduct.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinPre.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinProduct.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinReduction.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinReinit.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinRem.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSample.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinScalar.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSemiLinear.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSign.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSize.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSkew.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSmooth.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSpatialDistribution.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSqrt.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSum.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinSymmetric.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinTerminal.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinTranspose.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinVector.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltinZeros.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 079d78d72e7b281cabe3931bc82d60ee4f35787a
| | | | Author: Adrian Pop 
| | | | Date:   Sat Mar 11 19:50:09 2017 +0100
| | | | 
| | | |     add front-end test for ticket:4304
| | | |     - update all tests affected
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | M	flattening/modelica/asserts/Makefile
| | | | A	flattening/modelica/asserts/Ticket4304.mo
| | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | 
| * | | commit c46dc8897c082c7e415e05c638476cc278692c11
| | | | Author: Volker Waurich 
| | | | Date:   Fri Mar 10 08:10:47 2017 +0100
| | | | 
| | | |     add test for when in algorithms
| | | | 
| | | | M	simulation/modelica/events/Makefile
| | | | A	simulation/modelica/events/whenInAlgorithm.mo
| | | | A	simulation/modelica/events/whenInAlgorithm.mos
| | | | 
| * | | commit 6d6eda660f9f1c5e29d38c7671b26be86dfc99c2
| | | | Author: Adrian Pop 
| | | | Date:   Thu Mar 9 00:46:58 2017 +0100
| | | | 
| | | |     add test for unqualified imports
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/UImport.mo
| | | | 
| * | | commit 9bca227963be39f6fe5085cf6d1461d02bffa2ac
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Mar 8 20:06:03 2017 +0100
| | | | 
| | | |     Add test for ticket:4301
| | | | 
| | | | M	simulation/modelica/others/Makefile
| | | | A	simulation/modelica/others/steadyState.mos
| | | | 
| * | | commit c511daedf9b3416dd60faf6ca604e711f48af1a4
| | | | Author: Per Östlund 
| | | | Date:   Wed Mar 8 18:51:02 2017 +0100
| | | | 
| | | |     Updated nfinst function tests.
| | | | 
| | | | A	flattening/modelica/scodeinst/CompAsFunc.mo
| | | | A	flattening/modelica/scodeinst/FuncBuiltin.mo
| | | | A	flattening/modelica/scodeinst/FuncClassParam.mo
| | | | A	flattening/modelica/scodeinst/FuncExtends.mo
| | | | A	flattening/modelica/scodeinst/FuncInnerParam.mo
| | | | A	flattening/modelica/scodeinst/FuncInteger.mo
| | | | A	flattening/modelica/scodeinst/FuncIntegerWrongType.mo
| | | | A	flattening/modelica/scodeinst/FuncLocals.mo
| | | | A	flattening/modelica/scodeinst/FuncMissingDefault1.mo
| | | | A	flattening/modelica/scodeinst/FuncMissingDefault2.mo
| | | | A	flattening/modelica/scodeinst/FuncSimple.mo
| | | | A	flattening/modelica/scodeinst/FuncString.mo
| | | | A	flattening/modelica/scodeinst/FuncStringInvalid1.mo
| | | | A	flattening/modelica/scodeinst/FuncStringInvalid2.mo
| | | | A	flattening/modelica/scodeinst/FuncVariability.mo
| | | | R054	flattening/modelica/scodeinst/compfunc.mo	flattening/modelica/scodeinst/FuncViaComp.mo
| | | | R053	flattening/modelica/scodeinst/func3.mo	flattening/modelica/scodeinst/FuncWildcard.mo
| | | | A	flattening/modelica/scodeinst/FuncWrongType.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | D	flattening/modelica/scodeinst/func5.mo
| | | | D	flattening/modelica/scodeinst/func6.mo
| | | | D	flattening/modelica/scodeinst/func7.mo
| | | | D	flattening/modelica/scodeinst/func9.mo
| | | | 
| * | | commit f30ef946d8b141511fe6887ed5ac3b049381e1e4
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Mar 8 13:51:16 2017 +0100
| | | | 
| | | |     Add test cases for constant evaluation
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/ceval1.mo
| | | | A	flattening/modelica/scodeinst/ceval2.mo
| | | | A	flattening/modelica/scodeinst/ceval3.mo
| | | | A	flattening/modelica/scodeinst/ceval4.mo
| | | | A	flattening/modelica/scodeinst/ceval5.mo
| | | | A	flattening/modelica/scodeinst/ceval6.mo
| | | | 
| * | | commit 0f43e81dc6a0bee9dfd23e3fb09c2ef6227b5b54
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 7 16:52:43 2017 +0100
| | | | 
| | | |     Updated getNthConnection tests since it is moved to ModelicaBuiltin.mo.
| | | | 
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	openmodelica/interactive-API/interactive_api_attributes.mos
| | | | M	openmodelica/interactive-API/interactive_api_classes.mos
| | | | 
| * | | commit 6e6be50e0f160d98076ffe5051970715058a0dde
| | | | Author: Willi Braun 
| | | | Date:   Tue Mar 7 00:25:12 2017 +0100
| | | | 
| | | |     update testcase output
| | | | 
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | 
| * | | commit 6c47c81d52ed05b1ceccb2da2704837688c0f1b6
| | | | Author: Adrian Pop 
| | | | Date:   Thu Mar 2 10:36:21 2017 +0100
| | | | 
| | | |     tests for ticket:4276
| | | | 
| | | | M	flattening/modelica/declarations/Makefile
| | | | A	flattening/modelica/declarations/Ticket4276a.mo
| | | | A	flattening/modelica/declarations/Ticket4276b.mo
| | | | 
| * | | commit 4452edec87747809c9b9b6af67f0c10a561c407e
| | | | Author: ptaeuber 
| | | | Date:   Wed Mar 1 11:43:46 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | 
| * | | commit 9c11e02de138db0adf7db4c1b8e3fe8b3f846c96
| | | | Author: Adrian Pop 
| | | | Date:   Fri Feb 24 23:11:54 2017 +0100
| | | | 
| | | |     add tests for fixes to ticket:4258
| | | |     - update also the existing tests
| | | | 
| | | | M	flattening/modelica/redeclare/ComparePSD.mo
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	simulation/modelica/inheritances/Makefile
| | | | A	simulation/modelica/inheritances/Ticket4258a.mo
| | | | A	simulation/modelica/inheritances/Ticket4258a.mos
| | | | A	simulation/modelica/inheritances/Ticket4258b.mo
| | | | A	simulation/modelica/inheritances/Ticket4258b.mos
| | | | 
| * | | commit dd5df5c1823f048ae558cbe17e07bcedc35323b4
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 23 23:05:08 2017 +0100
| | | | 
| | | |     proper flag for the NF test
| | | | 
| | | | M	flattening/modelica/scodeinst/PropagateExtends.mo
| | | | 
| * | | commit b5e3711bdd003084bc49a786448051cd9c1e101f
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 23 22:42:20 2017 +0100
| | | | 
| | | |     activate one more NF test
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 5cf3ade12f3427594edc5e24ef6d201d3a4deb7a
| | | | Author: Per Östlund 
| | | | Date:   Wed Feb 22 22:39:54 2017 +0100
| | | | 
| | | |     Update test cases due to error message changes.
| | | | 
| | | | M	flattening/modelica/mosfiles/ErrorFunctionCallNumArgs.mos
| | | | M	flattening/modelica/mosfiles/FunctionDefaultArg.mos
| | | | M	openmodelica/interactive-API/IllegalGraphics.mos
| | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | 
| * | | commit 2c4425cbcae9d234b77f9791e88cb264a722465d
| | | | Author: Adrian Pop 
| | | | Date:   Wed Feb 22 15:52:33 2017 +0100
| | | | 
| | | |     activate some NF inst tests
| | | |     - activate two class extends tests (classextends3.mo still has issues)
| | | |     - add a new test PropagateExtends.mo (the NF does bad instantiation on it)
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/PropagateExtends.mo
| | | | M	flattening/modelica/scodeinst/classextends1.mo
| | | | M	flattening/modelica/scodeinst/classextends2.mo
| | | | 
| * | | commit 5ccc2d57a41f257e62821f9e5f74c7ffab38ba41
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Feb 21 15:51:26 2017 +0100
| | | | 
| | | |     Update expected output
| | | | 
| | | | M	flattening/modelica/modification/Bug3817.mos
| | | | 
| * | | commit a44f363a4f200aee92aa8903f43e202488a140ed
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 21 14:06:20 2017 +0100
| | | | 
| | | |     Add -d=gen to mmdev scripts
| | | |     
| | | |     Was previously only on the testcases, but not the code people run in the
| | | |     course.
| | | | 
| | | | M	metamodelica/MetaModelicaDev/01_experiment/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos
| | | | M	metamodelica/MetaModelicaDev/02a_exp1/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/02b_exp2/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/04_assignment/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/06_advanced/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/08_pam/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/09_pamdecl/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/10_pamtrans/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/11_petrol/SCRIPT.mos
| | | | 
| * | | commit ca74ffb6c38dd60cc35d8bc89e25dace8035783c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 21 08:10:49 2017 +0100
| | | | 
| | | |     Expected output after relaxing constructor checks
| | | |     
| | | |     External object constructor inputs are no longer forced to be evaluated.
| | | |     These testsuite changes are updates for ticket:4207.
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | M	flattening/modelica/connectors/Ticket4062.mo
| | | | M	flattening/modelica/equations/Bug4124.mos
| | | | D	flattening/modelica/others/ExternalObjectVariable.mo
| | | | M	flattening/modelica/others/Makefile
| | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | M	simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos
| | | | 
| * | | commit cd6205444a97e10d7b7777a8d0eb69f856593898
| | | | Author: Bernhard Thiele 
| | | | Date:   Mon Feb 20 17:09:37 2017 +0100
| | | | 
| | | |     Added test case for state machines
| | | |     
| | | |     The test case is currently failing. See FIXME statement in function
| | | |     StateMachineFlatten.addStateActivationAndReset(..).
| | | | 
| | | | A	simulation/modelica/statemachines/AccessFromOutside.mo
| | | | A	simulation/modelica/statemachines/AccessFromOutside.mos
| | | | M	simulation/modelica/statemachines/Makefile
| | | | 
| * | | commit 13853a5bc398807babf6f3264aeb4058f255691f
| | | | Author: adrpo 
| | | | Date:   Sun Feb 19 03:23:20 2017 +0100
| | | | 
| | | |     update tests after lib update
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos
| | | | 
| * | | commit cbe5244adb1f5b4c776e7cffa68759383a7b1ee6
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri Feb 17 14:16:32 2017 +0100
| | | | 
| | | |     Added state machine test for entering by reset
| | | | 
| | | | A	simulation/modelica/statemachines/EnteringByReset.mos
| | | | M	simulation/modelica/statemachines/Makefile
| | | | 
| * | | commit a4c967caf4700bf33e67e0b0a800589eb225b6fa
| | | | Author: Per Östlund 
| | | | Date:   Thu Feb 16 15:27:31 2017 +0100
| | | | 
| | | |     Updated new inst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/ExtendSections.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/dim3.mo
| | | | A	flattening/modelica/scodeinst/dim8.mo
| | | | M	flattening/modelica/scodeinst/enum3.mo
| | | | M	flattening/modelica/scodeinst/enum5.mo
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit df58d37a68bb8c2c736d9ea443d49a58be0353c8
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Feb 14 18:09:04 2017 +0100
| | | | 
| | | |     Add test case for ticket:4271
| | | | 
| | | | M	simulation/modelica/statemachines/Makefile
| | | | A	simulation/modelica/statemachines/ticket4271.mos
| | | | 
| * | | commit 3d7d9615f76b8d327cba73f63e122b6f15301839
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 14 13:37:15 2017 +0100
| | | | 
| | | |     Expected output after MSL 3.2.2 patches changed
| | | | 
| | | | M	simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos
| | | | 
| * | | commit 4127b1fbfa0ea93fdcd1baeecb12e46e0d399b68
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 13 11:20:37 2017 +0100
| | | | 
| | | |     Add testcase for icon we now display correctly
| | | | 
| | | | A	openmodelica/interactive-API/Buildings.PartialFlowMachine.mo
| | | | A	openmodelica/interactive-API/Buildings.PartialFlowMachine.mos
| | | | M	openmodelica/interactive-API/Makefile
| | | | 
| * | | commit 96072a00efef3cd5da8b787051a359382adbc429
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Feb 10 19:21:35 2017 +0100
| | | | 
| | | |     Make translateModelFMU return the name of the FMU
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testFMU2MatrixIO.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/SampleExample.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/IntegerNetwork1.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/TestSourceCodeFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/ZeroStates.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3034.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3763.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3846.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3902.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testExperimentalFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos
| | | | 
| * | | commit ef660b6bf9884f900e3f8cee4fd6d425856afa27
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Feb 10 08:05:02 2017 +0100
| | | | 
| | | |     Expected output for builtin changes
| | | | 
| | | | M	flattening/modelica/synchronous/HoldTest.mo
| | | | M	flattening/modelica/synchronous/IntervalTest.mo
| | | | M	flattening/modelica/synchronous/NoClockTest.mo
| | | | 
| * | | commit 51b04fdb836bb5156b27422de89f883ca926927c
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Feb 9 16:12:15 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/interactive-API/IllegalGraphics.mos
| | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | M	openmodelica/interactive-API/interactive_api_classes.mos
| | | | 
| * | | commit 7e4049f66fe847f17935bdbc202eeadc008eaac5
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Feb 9 14:31:49 2017 +0100
| | | | 
| | | |     Add test for illegal graphics
| | | | 
| | | | A	openmodelica/interactive-API/IllegalGraphics.mo
| | | | A	openmodelica/interactive-API/IllegalGraphics.mos
| | | | M	openmodelica/interactive-API/Makefile
| | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | 
| * | | commit bc3e37af96c2f30e6089c3ce6fb1cb032988c399
| | | | Author: Per Östlund 
| | | | Date:   Thu Feb 9 12:20:56 2017 +0100
| | | | 
| | | |     Update getCommandLineOptions test.
| | | | 
| | | | M	openmodelica/interactive-API/getCommandLineOptions.mos
| | | | 
| * | | commit 481b7fa9f85c4db47cc1338cf99984d3e93f2b0a
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Feb 9 09:51:58 2017 +0100
| | | | 
| | | |     Updated testcases for polymorphic builtins
| | | | 
| | | | M	flattening/modelica/built-in-functions/Delay5.mo
| | | | M	flattening/modelica/built-in-functions/Delay7.mo
| | | | M	flattening/modelica/built-in-functions/DiagonalSimplify1.mo
| | | | M	flattening/modelica/msl/BS16.mo
| | | | M	flattening/modelica/msl/BS6.mo
| | | | M	flattening/modelica/others/InvertedPendulumTotal.mo
| | | | M	flattening/modelica/scoping/InnerOuterSamePrefix.mo
| | | | M	flattening/modelica/synchronous/SubSampleTest.mo
| | | | M	flattening/modelica/synchronous/SuperSampleTest.mo
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | 
| * | | commit 17ce82244e1950ad1c08a801f03b55a70a2bab80
| | | | Author: ptaeuber 
| | | | Date:   Wed Feb 8 21:35:32 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/initialization/bug_3052.mos
| | | | 
| * | | commit 00ae877a0b681b52c1832013b156a05cd05d28b4
| | | | Author: Adrian Pop 
| | | | Date:   Wed Feb 8 19:14:05 2017 +0100
| | | | 
| | | |     test for ticket:4248
| | | | 
| | | | R095	openmodelica/interactive-API/Ticket4209.mos	openmodelica/interactive-API/Bug4209.mos
| | | | A	openmodelica/interactive-API/Bug4248.mos
| | | | A	openmodelica/interactive-API/IMCNominalOperation.mo
| | | | M	openmodelica/interactive-API/Makefile
| | | | 
| * | | commit a9dc7452b80331df3ae63a5bd51f3b146a7ea2d9
| | | | Author: Per Östlund 
| | | | Date:   Wed Feb 8 16:23:07 2017 +0100
| | | | 
| | | |     Added tests for getCommandLineOptions.
| | | | 
| | | | M	openmodelica/interactive-API/Makefile
| | | | A	openmodelica/interactive-API/getCommandLineOptions.mos
| | | | 
| * | | commit 5f78c38833cda74f4f9461de7d91562a762f38d3
| | | | Author: Adrian Pop 
| | | | Date:   Tue Feb 7 14:51:37 2017 +0100
| | | | 
| | | |     update testsuite after library update
| | | | 
| | | | M	openmodelica/xml/testMSD.mos
| | | | 
| * | | commit bca6e00cb5c3b9a9bcf3e35d71b28a5a07013af5
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 7 12:16:41 2017 +0100
| | | | 
| | | |     Add test for loadResource at run-time
| | | | 
| | | | M	simulation/libraries/3rdParty/Buildings/Makefile
| | | | A	simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mo
| | | | A	simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos
| | | | A	simulation/libraries/3rdParty/Buildings/Resources/weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.mos
| | | | 
| * | | commit 964a432c9418ffd7eaf2fb19a8a9974c8b872699
| | | | Author: Willi Braun 
| | | | Date:   Fri Feb 3 14:37:25 2017 +0100
| | | | 
| | | |     added tests for irksco solver
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | A	simulation/modelica/solver/problem1-irksco.mos
| | | | A	simulation/modelica/solver/problem2-irksco.mos
| | | | A	simulation/modelica/solver/problem6-irksco.mos
| | | | 
| * | | commit 873d569cbcd0cc8bc77c85ddf0ade9b5ba9824b7
| | | | Author: kbalzereit 
| | | | Date:   Thu Feb 2 23:18:09 2017 +0100
| | | | 
| | | |     added tests for symbolic inline solver
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | R065	simulation/modelica/solver/problem1-symEuler.mos	simulation/modelica/solver/problem1-symSolverExp.mos
| | | | A	simulation/modelica/solver/problem1-symSolverExpSsc.mos
| | | | A	simulation/modelica/solver/problem1-symSolverImp.mos
| | | | A	simulation/modelica/solver/problem1-symSolverImpSsc.mos
| | | | R071	simulation/modelica/solver/problem2-symEuler.mos	simulation/modelica/solver/problem2-symSolverExp.mos
| | | | A	simulation/modelica/solver/problem2-symSolverExpSsc.mos
| | | | A	simulation/modelica/solver/problem2-symSolverImp.mos
| | | | A	simulation/modelica/solver/problem2-symSolverImpSsc.mos
| | | | D	simulation/modelica/solver/problem3-symEuler.mos
| | | | A	simulation/modelica/solver/problem3-symSolverExp.mos
| | | | A	simulation/modelica/solver/problem3-symSolverExpSsc.mos
| | | | A	simulation/modelica/solver/problem3-symSolverImp.mos
| | | | A	simulation/modelica/solver/problem3-symSolverImpSsc.mos
| | | | A	simulation/modelica/solver/problem4-symSolverExp.mos
| | | | A	simulation/modelica/solver/problem4-symSolverImp.mos
| | | | A	simulation/modelica/solver/problem5-symSolverExp.mos
| | | | A	simulation/modelica/solver/problem5-symSolverImp.mos
| | | | A	simulation/modelica/solver/problem6-symSolverExp.mos
| | | | A	simulation/modelica/solver/problem6-symSolverImp.mos
| | | | M	simulation/modelica/solver/testSolverPackage.mo
| | | | 
| * | | commit 487d1cb6258212e6b22541d755dc0513f2db0148
| | | | Author: Willi Braun 
| | | | Date:   Wed Feb 1 17:07:14 2017 +0100
| | | | 
| | | |     added testcase for simflag -imprkLS
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | A	simulation/modelica/solver/problem2-imprkLS.mos
| | | | 
| * | | commit 125ba9f29de832778f3159c407f3cdfeaca30b5f
| | | | Author: Willi Braun 
| | | | Date:   Tue Jan 31 23:09:04 2017 +0100
| | | | 
| | | |     remove unused tests
| | | | 
| | | | D	simulation/modelica/solver/problem2-lobatto4.mos
| | | | D	simulation/modelica/solver/problem2-lobatto6.mos
| | | | D	simulation/modelica/solver/problem2-radau5.mos
| | | | 
| * | | commit 9d2e519e898acbdc0ccc8351eb72db5aaa8c8aec
| | | | Author: Willi Braun 
| | | | Date:   Tue Jan 31 22:04:27 2017 +0100
| | | | 
| | | |     update test to new name
| | | | 
| | | | M	simulation/modelica/solver/problem4-erk_ssc.mos
| | | | 
| * | | commit 901e6ae4717875da053765a737f280e2f83af73e
| | | | Author: Willi Braun 
| | | | Date:   Tue Jan 31 14:47:36 2017 +0100
| | | | 
| | | |     update testsuite for imprungekutta
| | | | 
| | | | M	simulation/modelica/solver/LotkaVolterraWithInput.mos
| | | | M	simulation/modelica/solver/Makefile
| | | | R098	simulation/modelica/solver/problem1-radau1.mos	simulation/modelica/solver/problem1-impeuler.mos
| | | | A	simulation/modelica/solver/problem1-imprk.mos
| | | | D	simulation/modelica/solver/problem1-lobatto4.mos
| | | | D	simulation/modelica/solver/problem1-lobatto6.mos
| | | | D	simulation/modelica/solver/problem1-radau3.mos
| | | | D	simulation/modelica/solver/problem1-radau5.mos
| | | | R097	simulation/modelica/solver/problem1-lobatto2.mos	simulation/modelica/solver/problem1-trapezoid.mos
| | | | R100	simulation/modelica/solver/problem2-radau1.mos	simulation/modelica/solver/problem2-impeuler.mos
| | | | A	simulation/modelica/solver/problem2-imprk.mos
| | | | D	simulation/modelica/solver/problem2-radau3.mos
| | | | R100	simulation/modelica/solver/problem2-lobatto2.mos	simulation/modelica/solver/problem2-trapezoid.mos
| | | | 
| * | | commit 355fed4acf4b667bd14ef1c29244fd47b8fe8825
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Jan 31 11:09:26 2017 +0100
| | | | 
| | | |     Test some state machines with Cpp runtime for now
| | | | 
| | | | M	simulation/modelica/statemachines/DeadEnd.mos
| | | | M	simulation/modelica/statemachines/MLS33_17_3_7NA.mos
| | | | 
| * | | commit 799f659006ce8d9319ea49bafa3eae79a7fdfd9d
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Jan 19 12:27:38 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/modelica/statemachines/ConferenceTut1.mos
| | | | M	simulation/modelica/statemachines/MLS33_17_3_7NA.mos
| | | | M	simulation/modelica/statemachines/Maraninchi2003_2.mos
| | | | M	simulation/modelica/statemachines/SingleState.mos
| | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | | | M	simulation/modelica/synchronous/WhenClocks.mos
| | | | M	simulation/modelica/synchronous/subSample.mos
| | | | M	simulation/modelica/synchronous/synch.mos
| | | | 
| * | | commit aac242c1b144d745cc17ee850b52e931652a5684
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Jan 30 17:41:59 2017 +0100
| | | | 
| | | |     Adapt nameClashTest to improved treatment of Modelica names
| | | | 
| | | | M	openmodelica/cppruntime/nameClashTest.mos
| | | | 
| * | | commit 7f069602ab271078cb5a903486ca2f312ecc6fd3
| | | | Author: Per Östlund 
| | | | Date:   Mon Jan 30 16:00:07 2017 +0100
| | | | 
| | | |     Updated scodeinst tests.
| | | | 
| | | | A	flattening/modelica/scodeinst/BooleanDim.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/builtinmod.mo
| | | | M	flattening/modelica/scodeinst/enum2.mo
| | | | M	flattening/modelica/scodeinst/enum3.mo
| | | | A	flattening/modelica/scodeinst/enum8.mo
| | | | M	flattening/modelica/scodeinst/when1.mo
| | | | 
| * | | commit 7a939dcf14b0a789ff9bf2378c5d885c3ceb7bf8
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun Jan 29 18:45:02 2017 +0100
| | | | 
| | | |     Add test for clashes with reserved names
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/nameClashTest.mos
| | | | 
| * | | commit 2defa716e380742d1e414bab717de21e0c25d351
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Jan 26 13:42:24 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/nonlinear_system/problem10.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | 
| * | | commit a2f652c0b1d200d9bab0f56078f822a0a2772e56
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Jan 26 08:48:58 2017 +0100
| | | | 
| | | |     Adapt clockedTest for solver method ImplicitTrapezoid
| | | | 
| | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | 
| * | | commit c2c1f609138c542c4024c94258b8e6b5be499bce
| | | | Author: Per Östlund 
| | | | Date:   Wed Jan 25 14:20:44 2017 +0100
| | | | 
| | | |     Update scodeinst enum tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/enum1.mo
| | | | A	flattening/modelica/scodeinst/enum7.mo
| | | | 
| * | | commit 8f183e2f0096abe1680ecaee1b2750103e5e6e8b
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Jan 25 11:50:58 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat.xz
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | 
| * | | commit c427c9c27a8dd227907f05819537704641abac99
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 25 10:39:18 2017 +0100
| | | | 
| | | |     Add test for ticket:4112
| | | | 
| | | | M	simulation/modelica/algorithms_functions/Makefile
| | | | A	simulation/modelica/algorithms_functions/TestCrossFunction.mos
| | | | 
| * | | commit 595797128d321eb76fd44e1c59ccaf639e19abe7
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 25 09:54:10 2017 +0100
| | | | 
| | | |     Expected output PR 1405
| | | | 
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | 
| * | | commit 3b8760114bd558737812b9dde3125842b41c669e
| | | | Author: Per Östlund 
| | | | Date:   Tue Jan 24 11:32:22 2017 +0100
| | | | 
| | | |     Reactivate some scodeinst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 6e57b9f82a4bc0674c8bfb250f4956de48cb1523
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jan 24 07:13:23 2017 +0100
| | | | 
| | | |     Expected output after tracking less information
| | | | 
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | 
| * | | commit d7d530da80dc0a4f42f8fcbc037cbfc22f25dc1e
| | | | Author: vwaurich 
| | | | Date:   Mon Jan 23 11:02:03 2017 +0100
| | | | 
| | | |     add more resolveLoops tests
| | | | 
| | | | A	simulation/modelica/resolveLoops/Circuit1x.mo
| | | | A	simulation/modelica/resolveLoops/Circuit1x.mos
| | | | A	simulation/modelica/resolveLoops/Circuit2x.mo
| | | | A	simulation/modelica/resolveLoops/Circuit2x.mos
| | | | A	simulation/modelica/resolveLoops/Circuit3x.mo
| | | | A	simulation/modelica/resolveLoops/Circuit3x.mos
| | | | A	simulation/modelica/resolveLoops/Circuit4x.mo
| | | | A	simulation/modelica/resolveLoops/Circuit4x.mos
| | | | M	simulation/modelica/resolveLoops/Makefile
| | | | 
| * | | commit c18b6342157642b2d461d5dd6ebc7945e9ebffdc
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun Jan 22 21:27:02 2017 +0100
| | | | 
| | | |     Add test for ticket:4224
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/trapezoidTest.mos
| | | | 
| * | | commit ac296bace83416329fab39e56ca135830af9e21a
| | | | Author: Per Östlund 
| | | | Date:   Fri Jan 20 20:04:54 2017 +0100
| | | | 
| | | |     Update scodeinst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/conn4.mo
| | | | 
| * | | commit 28d7a3ec1bea2acff6ea2406d99a9319831bc10b
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 20 15:59:16 2017 +0100
| | | | 
| | | |     Add FMU before you run it
| | | | 
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | 
| * | | commit 4af10ea95e10dc06f8993b9da229438e68ddee5a
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 20 15:01:36 2017 +0100
| | | | 
| | | |     Keep the generated log
| | | | 
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | 
| * | | commit a0ae22ecdd86dd634e1ef30b5029efda09d7b976
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 20 12:57:35 2017 +0100
| | | | 
| | | |     Check the FMU XML for source/ARM
| | | | 
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | 
| * | | commit 585feed4125d4ec297374536fdbb3f4be08dbcfc
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 20 12:42:01 2017 +0100
| | | | 
| | | |     Add missing files for ARM/source
| | | | 
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | 
| * | | commit d0079f60e1e97d7144d08a897be9a9ec5e8cb71f
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 20 12:23:46 2017 +0100
| | | | 
| | | |     FMI website calls "source" FMUs "c-code"
| | | | 
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | 
| * | | commit aab7efccdf6fc9ccc3c75180e4ff622089b8fe9c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 20 11:04:39 2017 +0100
| | | | 
| | | |     Fix expected filename of _ref.opt
| | | | 
| | | | M	special/FmuExportCrossCompile/fmuExportCrossCompile.mos
| | | | 
| * | | commit b143f56ae2a49b64124b57fc3b82c31dc9d1830d
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 20 08:00:44 2017 +0100
| | | | 
| | | |     Add test nlssMaxDensity.mos
| | | |     
| | | |     Please feel free to improve this test. Right now it only tests
| | | |     if the runtime flag is recognized correctly.
| | | | 
| | | | M	openmodelica/cruntime/simoptions/Makefile
| | | | A	openmodelica/cruntime/simoptions/nlssMaxDensity.mos
| | | | 
| * | | commit bc85cc1cea4877f2aeccefe474f94d4a07d496b5
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 20 07:49:49 2017 +0100
| | | | 
| | | |     Add test nlssMinSize.mos
| | | | 
| | | | M	openmodelica/cruntime/simoptions/Makefile
| | | | A	openmodelica/cruntime/simoptions/nlssMinSize.mos
| | | | 
| * | | commit 4c5e1a7256fff7f3fcf4a82e4121c7332ba6bc38
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 19 15:04:43 2017 +0100
| | | | 
| | | |     Can't copy files that don't exist
| | | | 
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | 
| * | | commit 2a58330a38b69d7ce949f6183354a59c185418bc
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 19 14:19:53 2017 +0100
| | | | 
| | | |     Save the options file for the FMI testing
| | | | 
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | M	special/FmuExportCrossCompile/fmuExportCrossCompile.mos
| | | | 
| * | | commit 03778b0b354642010ab299abe7d6e35b64eee058
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 19 11:16:45 2017 +0100
| | | | 
| | | |     Copy ReadMe-file to the directory structure
| | | | 
| | | | A	special/FmuExportCrossCompile/ReadMe.txt
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | 
| * | | commit 1a4bb2a57965e0b0931c34e294d6ce182f766a1f
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 19 11:10:09 2017 +0100
| | | | 
| | | |     Fix for OSX64 FMU generation
| | | | 
| | | | M	special/FmuExportCrossCompile/fmu-run.sh
| | | | 
| * | | commit 489c3e9adfed7d288e94d5e7fe85dbb40d217eca
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jan 19 09:53:25 2017 +0100
| | | | 
| | | |     New special testsuite testing
| | | |     
| | | |     This creates the Test_FMUs structure used by fmi-standard.org
| | | | 
| | | | M	.gitvalidfiles
| | | | A	special/FmuExportCrossCompile/.gitignore
| | | | M	special/FmuExportCrossCompile/Makefile
| | | | A	special/FmuExportCrossCompile/RoomHeating_OM.mo
| | | | A	special/FmuExportCrossCompile/WaterTank.mo
| | | | M	special/FmuExportCrossCompile/check-files.mos
| | | | A	special/FmuExportCrossCompile/fmu-run.sh
| | | | M	special/FmuExportCrossCompile/fmuExportCrossCompile.mos
| | | | 
| * | | commit 9ef6922aa3918af3c0dd5eb69c82938b936ecc8a
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Jan 18 21:43:44 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | 
| * | | commit 3a026ed7a303ce92cef98d8a8db399a243dfe15c
| | | | Author: vwaurich 
| | | | Date:   Tue Jan 17 11:11:31 2017 +0100
| | | | 
| | | |     expected output
| | | | 
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | 
| * | | commit c1e932ba905a4e9b58187ef7e84507823902ca10
| | | | Author: vwaurich 
| | | | Date:   Tue Jan 17 09:46:30 2017 +0100
| | | | 
| | | |     update resolveLoops test
| | | | 
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | 
| * | | commit 7f45e890c31f36693027cbadb4b144d516e1f555
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Jan 16 13:03:37 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | 
| * | | commit 946bc4e02735ce48e7ba18c835c2b1acce1f9a3a
| | | | Author: vwaurich 
| | | | Date:   Mon Jan 16 12:32:57 2017 +0100
| | | | 
| | | |     update result file
| | | | 
| | | | M	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat.xz
| | | | 
| * | | commit 67f0594b737cac46edc028961f657e9e784cb84c
| | | | Author: vwaurich 
| | | | Date:   Fri Jan 13 15:55:17 2017 +0100
| | | | 
| | | |     update tests for resolveLoops
| | | | 
| | | | M	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat.xz
| | | | M	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat.xz
| | | | M	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mat.xz
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmSection.mo
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/others/SyncFilter.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | 
| * | | commit 15a59b0778f2e34e0a3ed5d5a66e6b70326836a4
| | | | Author: Per Östlund 
| | | | Date:   Thu Jan 12 17:50:12 2017 +0100
| | | | 
| | | |     Added tests for #3535.
| | | | 
| | | | A	flattening/modelica/declarations/DoubleClassDeclaration1.mo
| | | | A	flattening/modelica/declarations/DoubleClassDeclaration2.mo
| | | | A	flattening/modelica/declarations/DoubleFuncDeclaration.mo
| | | | M	flattening/modelica/declarations/Makefile
| | | | M	openmodelica/interactive-API/interactive_api_calls.mo
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | 
| * | | commit 12cc9eb2ada5799503c7b02b27e764087b4451dc
| | | | Author: ptaeuber 
| | | | Date:   Wed Jan 11 14:29:41 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/xml/BB.mos
| | | | M	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	openmodelica/xml/testMSD.mos
| | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | 
| * | | commit ad316fd5321e04e1cacd5bc4e001693acbf6e93a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 11 08:53:29 2017 +0100
| | | | 
| | | |     Test for binding/variable multi-source type error
| | | | 
| | | | M	flattening/modelica/modification/ArrayModTypeError.mo
| | | | A	flattening/modelica/modification/ArrayModTypeError2.mo
| | | | M	flattening/modelica/modification/Makefile
| | | | 
| * | | commit 7e6f4d2beddcaa934e2b388eab5af8d56153fcc2
| | | | Author: Per Östlund 
| | | | Date:   Tue Jan 10 12:11:20 2017 +0100
| | | | 
| | | |     Update testcases.
| | | | 
| | | | M	flattening/modelica/scodeinst/inst4.mo
| | | | M	flattening/modelica/scodeinst/usertype6.mo
| | | | 
| * | | commit 585372424a495e905c0e4ebdc0216da42cc644b8
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Jan 10 08:42:01 2017 +0100
| | | | 
| | | |     Add test for ticket:3446
| | | | 
| | | | M	simulation/modelica/external_functions/Makefile
| | | | A	simulation/modelica/external_functions/extObj_ticket3446.mo
| | | | A	simulation/modelica/external_functions/extObj_ticket3446.mos
| | | | 
| * | | commit 178a284366c1e165e794a44d76de5d82e9e1e640
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jan 9 23:27:57 2017 +0100
| | | | 
| | | |     add test for ticket:4209
| | | | 
| | | | A	openmodelica/interactive-API/Ticket4209.mos
| | | | 
| * | | commit c639862be7628e1aae4e8205732d6852b0071c44
| | | | Author: jhag 
| | | | Date:   Mon Jan 9 12:38:03 2017 +0100
| | | | 
| | | |     updated expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | M	openmodelica/xml/testMSD.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/ElectricalCircuit_TaskGraphODE.graphml
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/MergingExample_TaskGraphODE.graphml
| | | | M	simulation/modelica/initialization/bug_3014.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/nonlinear_system/problem10.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve3.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/solver/testDAEmodeDrumBoiler.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/tearingSelect-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-omc.mos
| | | | M	simulation/modelica/tearing/totalTearing1.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | 
| * | | commit ee09ab4b8551ce22514b4315cb04b88fdf2843ed
| | | | Author: Rüdiger Franke 
| | | | Date:   Fri Jan 6 20:35:51 2017 +0100
| | | | 
| | | |     Enable synchronous DID.mos and disable synch.mos, ticket:4168
| | | |     
| | | |     The ControlledMixingUnit example only runs by chance with ImplicitEuler.
| | | |     It fails to translate with the specified ExplicitEuler,
| | | |     lacking index reduction in the clocked partition.
| | | | 
| | | | M	simulation/modelica/synchronous/Makefile
| | | | 
| * | | commit d7af447181497803cb4efa909209755cd3fbb56b
| | | | Author: Rüdiger Franke 
| | | | Date:   Fri Jan 6 20:05:19 2017 +0100
| | | | 
| | | |     Add test for clocked partition with algebraic loop
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/clockedAlgloopTest.mos
| | | | 
| * | | commit b6f31a2877cba1e266cfb77730f8ef451ccb98a3
| | | | Author: Rüdiger Franke 
| | | | Date:   Fri Jan 6 18:18:28 2017 +0100
| | | | 
| | | |     Adapt test to new solver method ExplicitEuler
| | | | 
| | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | 
| * | | commit 94bbd23063133660e24fad44d23edd801d8176ef
| | | | Author: vwaurich 
| | | | Date:   Fri Jan 6 11:10:19 2017 +0100
| | | | 
| | | |     test for evalFunc, dont evaluate when Inline=false
| | | | 
| | | | M	simulation/modelica/functions_eval/Makefile
| | | | A	simulation/modelica/functions_eval/functionEvaluation.mo
| | | | A	simulation/modelica/functions_eval/functionEvaluation.mos
| | | | 
| * | | commit 25bd058eb69b84f0e5e3bba7692c5340ad9398d1
| | | | Author: ptaeuber 
| | | | Date:   Thu Jan 5 14:43:36 2017 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/modelica/algorithms_functions/AlgorithmSize.mos
| | | | M	simulation/modelica/enums/EnumArray2.mos
| | | | M	simulation/modelica/enums/TestPosture.mos
| | | | M	simulation/modelica/functions_eval/Inverter2.mos
| | | | M	simulation/modelica/initialization/bug_2994.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/parameterWithoutBinding.mos
| | | | M	simulation/modelica/initialization/parameters.mos
| | | | M	simulation/modelica/parameters/parameterTest14.mos
| | | | M	simulation/modelica/parameters/parameterTest15.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit 5b3abe4115e338072ea9604cd5c52ba50279415f
| | | | Author: ptaeuber 
| | | | Date:   Thu Jan 5 14:02:40 2017 +0100
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 15710a3c2a7f21577e30ac5c98ed367e028008eb
| | | | Author: Adrian Pop 
| | | | Date:   Tue Dec 20 22:45:42 2016 +0100
| | | | 
| | | |     fix Makefile
| | | | 
| | | | M	openmodelica/diff/Makefile
| | | | 
| * | | commit bd49963530ac7a9f4209deaccf92b43ede1e0501
| | | | Author: Adrian Pop 
| | | | Date:   Sat Dec 17 19:06:25 2016 +0100
| | | | 
| | | |     fix ticket:4190 allow arrays components in when conditions
| | | | 
| | | | M	flattening/modelica/equations/Makefile
| | | | A	flattening/modelica/equations/WhenWithArray.mo
| | | | 
| * | | commit 9cb4af35ddfe2789617206d7417db9fb9a0db5f6
| | | | Author: Adrian Pop 
| | | | Date:   Sat Dec 17 00:01:28 2016 +0100
| | | | 
| | | |     fix tests after the -d=gen flag is deactivated by default
| | | | 
| | | | M	metamodelica/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos
| | | | M	metamodelica/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos
| | | | M	metamodelica/MetaModelicaDev/02a_exp1/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/02b_exp2/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | | | M	metamodelica/MetaModelicaDev/04_assignment/SOLUTION.mos
| | | | M	metamodelica/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos
| | | | M	metamodelica/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/06_advanced/SOLUTION.mos
| | | | M	metamodelica/MetaModelicaDev/08_pam/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/09_pamdecl/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/10_pamtrans/SCRIPT.mos
| | | | M	metamodelica/MetaModelicaDev/11_petrol/SCRIPT.mos
| | | | M	parmodelica/explicit/Makefile
| | | | M	parmodelica/explicit/bug_3326.mos
| | | | M	parmodelica/explicit/bug_3334.mos
| | | | M	parmodelica/explicit/bug_3335.mos
| | | | M	parmodelica/explicit/bug_3336.mos
| | | | M	parmodelica/explicit/bug_3339.mos
| | | | M	parmodelica/explicit/bug_3347.mos
| | | | M	parmodelica/explicit/bug_3349.mos
| | | | M	special/MatlabTranslator/OMCC.mos
| | | | M	special/MatlabTranslator/SCRIPT.mos
| | | | 
| * | | commit 4a890b89729da9f1f4ec485d4e9e4cb31d2772f1
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 16 10:47:15 2016 +0100
| | | | 
| | | |     Update tests for -d=nogen being the default
| | | | 
| | | | M	flattening/modelica/algorithms-functions/StackOverflowTest.mos
| | | | M	flattening/modelica/algorithms-functions/TestGravityAcceleration.mo
| | | | M	flattening/modelica/algorithms-functions/UnknownDimensionFunctionCall.mo
| | | | M	flattening/modelica/external-functions/ExternalFunction1.mo
| | | | M	flattening/modelica/external-functions/ExternalFunction2.mo
| | | | M	flattening/modelica/external-functions/ExternalFunction3.mo
| | | | M	flattening/modelica/external-functions/ExternalFunction6.mo
| | | | M	flattening/modelica/external-functions/ExternalFunctionArray.mo
| | | | M	flattening/modelica/mosfiles/ExternalFunctionResultOrder.mos
| | | | M	flattening/modelica/mosfiles/ExternalLibraryFunction.mos
| | | | M	flattening/modelica/mosfiles/LeastSquares.mos
| | | | M	flattening/modelica/mosfiles/QuotedFunction.mos
| | | | M	flattening/modelica/mosfiles/StringArrayReturn.mos
| | | | M	flattening/modelica/mosfiles/ZeroRange.mos
| | | | M	flattening/modelica/others/EndUnknown.mo
| | | | M	flattening/modelica/others/StringPool.mo
| | | | M	flattening/modelica/records/EmptyRecordTestConstructor.mos
| | | | M	flattening/modelica/records/NestedRecordTestConstructor.mos
| | | | M	flattening/modelica/records/RecordSliceAssign.mo
| | | | M	flattening/modelica/records/SimpleRecordTestConstructor.mos
| | | | M	metamodelica/meta/AlgPatternm.mos
| | | | M	metamodelica/meta/AllWild.mos
| | | | M	metamodelica/meta/ArraySubscripting.mos
| | | | M	metamodelica/meta/AssignMatchVar.mos
| | | | M	metamodelica/meta/AssignMetaRecordField.mos
| | | | M	metamodelica/meta/BuiltinArray.mos
| | | | M	metamodelica/meta/BuiltinList.mos
| | | | M	metamodelica/meta/BuiltinMisc.mos
| | | | M	metamodelica/meta/BuiltinReal.mos
| | | | M	metamodelica/meta/BuiltinString.mos
| | | | M	metamodelica/meta/Continue.mo
| | | | M	metamodelica/meta/EqPatternm.mos
| | | | M	metamodelica/meta/Equality.mos
| | | | M	metamodelica/meta/ErrorInteractiveCallFunctionPtr.mos
| | | | M	metamodelica/meta/Failure.mos
| | | | M	metamodelica/meta/ForIterArray.mos
| | | | M	metamodelica/meta/ForIterList.mos
| | | | M	metamodelica/meta/FunctionPartialApplicationAsGeneralExp.mos
| | | | M	metamodelica/meta/FunctionReturningArray.mos
| | | | M	metamodelica/meta/IsPresent.mos
| | | | M	metamodelica/meta/List4.mo
| | | | M	metamodelica/meta/ListReductionCodegen.mo
| | | | M	metamodelica/meta/MatchCase11.mos
| | | | M	metamodelica/meta/MatchCase12.mos
| | | | M	metamodelica/meta/MatchCase13.mos
| | | | M	metamodelica/meta/MatchCase14.mo
| | | | M	metamodelica/meta/MatchCase15.mo
| | | | M	metamodelica/meta/MatchCase16.mo
| | | | M	metamodelica/meta/MatchCase6.mos
| | | | M	metamodelica/meta/MatchCase7.mos
| | | | M	metamodelica/meta/MatchCase8.mos
| | | | M	metamodelica/meta/MatchCaseGuard.mos
| | | | M	metamodelica/meta/MatchCaseInteractive1.mos
| | | | M	metamodelica/meta/MatchCaseInteractive2.mos
| | | | M	metamodelica/meta/MatchCaseInteractive3.mos
| | | | M	metamodelica/meta/MatchDotNotation.mos
| | | | M	metamodelica/meta/MatchElse1.mos
| | | | M	metamodelica/meta/MatchIfEquation1.mos
| | | | M	metamodelica/meta/OptimizeContinue.mo
| | | | M	metamodelica/meta/PartialFn1.mo
| | | | M	metamodelica/meta/PartialFn14.mos
| | | | M	metamodelica/meta/PartialFn15.mo
| | | | M	metamodelica/meta/PartialFn16.mos
| | | | M	metamodelica/meta/PartialFn2.mo
| | | | M	metamodelica/meta/PartialFn2.mos
| | | | M	metamodelica/meta/PartialFn4.mo
| | | | M	metamodelica/meta/PartialFn5.mo
| | | | M	metamodelica/meta/PartialFn6.mo
| | | | M	metamodelica/meta/PartialFn7.mo
| | | | M	metamodelica/meta/PartialFn9.mos
| | | | M	metamodelica/meta/PartialFnDefaultBinding.mos
| | | | M	metamodelica/meta/Recursive.mos
| | | | M	metamodelica/meta/ReturnInTryBlock.mos
| | | | M	metamodelica/meta/Simplify1.mos
| | | | M	metamodelica/meta/StringBoxed.mos
| | | | M	metamodelica/meta/SwitchString.mos
| | | | M	metamodelica/meta/TailRecursion.mo
| | | | M	metamodelica/meta/Ticket2974.mos
| | | | M	metamodelica/meta/Ticket3005.mos
| | | | M	metamodelica/meta/Try.mos
| | | | M	metamodelica/meta/Uniontype13.mos
| | | | M	metamodelica/meta/UniontypeFunc1.mos
| | | | M	metamodelica/meta/cref.mos
| | | | M	openmodelica/bootstrapping/DiffAlgorithm.mos
| | | | M	openmodelica/bootstrapping/DumpTest.mos
| | | | M	openmodelica/bootstrapping/ExpandableArrayTest.mos
| | | | M	openmodelica/bootstrapping/ExpressionTest.mos
| | | | M	openmodelica/bootstrapping/GraphTest.mos
| | | | M	openmodelica/bootstrapping/HashTableTest.mos
| | | | M	openmodelica/bootstrapping/PriorityQueue.mos
| | | | M	openmodelica/bootstrapping/SimplifyTest.mos
| | | | M	openmodelica/bootstrapping/System.mos
| | | | M	openmodelica/bootstrapping/UtilTest.mos
| | | | M	openmodelica/bootstrapping/VectorTest.mos
| | | | M	simulation/libraries/3rdParty/Annex60/Annex60.Fluid.Movers.BaseClasses.Characteristics.pressure.mos
| | | | M	simulation/modelica/algorithms_functions/ForIterator2.mos
| | | | M	simulation/modelica/arrays/gc.mos
| | | | M	simulation/modelica/external_functions/ModelicaUtilities.mos
| | | | M	simulation/modelica/external_functions/ts.mos
| | | | M	simulation/modelica/others/Random.mos
| | | | 
| * | | commit ee053f0377bd49273674d3d0d9c5d9010af3efb6
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Dec 14 14:58:42 2016 +0100
| | | | 
| | | |     Update gitattributes
| | | |     
| | | |     - Fix line-endings after gitattributes changed.
| | | |     - Remove trailing whitespace.
| | | | 
| | | | A	.gitattributes
| | | | M	Makefile
| | | | M	openmodelica/cppruntime/Makefile
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	openmodelica/interactive-API/StateMachine.mo
| | | | M	parmodelica/explicit/bug_3326.mo
| | | | M	parmodelica/explicit/bug_3334.mo
| | | | M	parmodelica/explicit/bug_3335.mo
| | | | M	parmodelica/explicit/bug_3336.mo
| | | | M	parmodelica/explicit/bug_3339.mo
| | | | M	parmodelica/explicit/bug_3347.mo
| | | | M	parmodelica/explicit/bug_3349.mo
| | | | M	simulation/modelica/others/Elevator.mo
| | | | M	special/MatlabTranslator/LexTableModelica.mo
| | | | 
| * | | commit 04ae07af6641e486d7947ab2e1fe4fddaa2917a8
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Sep 20 10:45:46 2016 +0200
| | | | 
| | | |     Added testcase for splitting generated code
| | | | 
| | | | M	Makefile
| | | | A	simulation/libraries/3rdParty/ScalableTestSuite/Advection_N3200.mo
| | | | A	simulation/libraries/3rdParty/ScalableTestSuite/Advection_N3200.mos
| | | | A	simulation/libraries/3rdParty/ScalableTestSuite/Makefile
| | | | M	simulation/modelica/declarations/MyPointsInst1.mos
| | | | 
| * | | commit ffd20b2da076c0bbd06bb02c0d784f6e57fc93f4
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Dec 14 13:38:36 2016 +0100
| | | | 
| | | |     Expected output for changing unparsing
| | | | 
| | | | M	openmodelica/diff/AddComponent2.mos
| | | | M	openmodelica/interactive-API/Bug2943.mos
| | | | M	openmodelica/interactive-API/Bug3783.mos
| | | | M	openmodelica/interactive-API/ListAnnotation.mos
| | | | M	openmodelica/interactive-API/ListMultilineComment.mos
| | | | M	openmodelica/interactive-API/ProtectedHandlingBug2917.mos
| | | | M	openmodelica/interactive-API/getDialogAnnotation.mos
| | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | M	openmodelica/interactive-API/interactive_api_attributes.mos
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | M	openmodelica/interactive-API/interactive_api_classes.mos
| | | | M	openmodelica/interactive-API/refactorGraphAnn1.mos
| | | | M	openmodelica/interactive-API/refactorGraphAnn2.mos
| | | | M	openmodelica/interactive-API/setComponentComment.mos
| | | | M	openmodelica/parser/ParseModel-saved.mo
| | | | M	openmodelica/parser/ParseModel.mos
| | | | 
| * | | commit 3e1f3605cada8e84ba0388f598db28ed6b5abcd8
| | | | Author: Niklas Worschech 
| | | | Date:   Wed Dec 14 09:25:07 2016 +0100
| | | | 
| | | |     removed also umfpack folder
| | | | 
| | | | M	Makefile
| | | | D	openmodelica/cppruntime/umfpack/Makefile
| | | | D	openmodelica/cppruntime/umfpack/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | 
| * | | commit f2e44a7146ccc586acc54505f2bcd608c36fb9ab
| | | | Author: Niklas Worschech 
| | | | Date:   Wed Dec 14 08:43:20 2016 +0100
| | | | 
| | | |     removed umfpack test correctly
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit 358e3d7c4e7f2762d5eaf75e1b6a75c7082d5f67
| | | | Author: Niklas Worschech 
| | | | Date:   Tue Dec 13 16:07:05 2016 +0100
| | | | 
| | | |     deactivated umpfack solver and corresponding test, using klu instead
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit 917aacc9c55ff613297adeddf19dd1809478419c
| | | | Author: Willi Braun 
| | | | Date:   Tue Dec 13 13:51:01 2016 +0100
| | | | 
| | | |     remove debug output from testcases
| | | | 
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | M	simulation/modelica/linear_system/NPendulum40.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/linear_system/problem3.mos
| | | | 
| * | | commit 4737c560c08ab18c33a3271c4e763ec681ff8e0c
| | | | Author: Willi Braun 
| | | | Date:   Mon Dec 12 23:21:40 2016 +0100
| | | | 
| | | |     added daeMode problem7 (records testcase)
| | | | 
| | | | M	simulation/modelica/solver/testDAEPackage.mo
| | | | A	simulation/modelica/solver/testDAEp7.mos
| | | | 
| * | | commit 6f62e74c727532e781efe7796afa958f2adb1f72
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 9 17:10:15 2016 +0100
| | | | 
| | | |     Fix bootstrapping tests.
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit fc47cd54dc6be84ad24b8728467ad60e24c6971d
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Dec 5 12:18:39 2016 +0100
| | | | 
| | | |     Expected output (is a warning, not an error)
| | | | 
| | | | M	flattening/modelica/equations/WhenNotInitial.mo
| | | | 
| * | | commit e952f3dd47e9f445626de2c05e22edb6420317b0
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Dec 5 11:24:17 2016 +0100
| | | | 
| | | |     Add test for when not initial()
| | | | 
| | | | M	flattening/modelica/equations/Makefile
| | | | A	flattening/modelica/equations/WhenNotInitial.mo
| | | | M	simulation/modelica/initialization/discreteTest06.mos
| | | | 
| * | | commit ee384315723ba16933491e010a95f22cb4b84635
| | | | Author: Per Östlund 
| | | | Date:   Sun Dec 4 13:32:10 2016 +0100
| | | | 
| | | |     Updated nfinst test cases.
| | | | 
| | | | M	flattening/modelica/scodeinst/ComponentAsTypeError.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/const13.mo
| | | | M	flattening/modelica/scodeinst/inst4.mo
| | | | A	flattening/modelica/scodeinst/inst5.mo
| | | | A	flattening/modelica/scodeinst/lookup1.mo
| | | | A	flattening/modelica/scodeinst/lookup2.mo
| | | | A	flattening/modelica/scodeinst/lookup3.mo
| | | | A	flattening/modelica/scodeinst/lookup4.mo
| | | | 
| * | | commit 6b50eb6b6a29f304f1b21cda94552ac8d2f6da68
| | | | Author: Per Östlund 
| | | | Date:   Fri Dec 2 14:01:50 2016 +0100
| | | | 
| | | |     Added testcase EnumFuncIf.
| | | | 
| | | | A	flattening/modelica/enums/EnumFuncIf.mo
| | | | M	flattening/modelica/enums/Makefile
| | | | D	flattening/modelica/scodeinst/inst5.mo
| | | | 
| * | | commit 763e6051cfcecca0af375cd0be1f362897517d45
| | | | Author: arun3688 
| | | | Date:   Fri Dec 2 12:32:11 2016 +0100
| | | | 
| | | |     frontend unitchecking testcases
| | | | 
| | | | M	Makefile
| | | | A	simulation/modelica/NFunitcheck/Makefile
| | | | A	simulation/modelica/NFunitcheck/UnitCheck1.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck10.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck11.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck12.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck13.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck14.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck15.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck16.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck17.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck2.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck3.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck4.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck5.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck6.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck7.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck8.mos
| | | | A	simulation/modelica/NFunitcheck/UnitCheck9.mos
| | | | A	simulation/modelica/NFunitcheck/Unitcheck18.mos
| | | | A	simulation/modelica/NFunitcheck/ticket3631.mos
| | | | 
| * | | commit 6edbc337ddca80be79c07c314260e9b7027068c0
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 30 13:04:15 2016 +0100
| | | | 
| | | |     Update expected output for new failure
| | | |     
| | | |     Dynamic state selection initialization fails for most of these models.
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/cruntime/simoptions/Makefile
| | | | M	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/modelica/initialization/scaling1.mos
| | | | M	simulation/modelica/initialization/scaling2.mos
| | | | M	simulation/modelica/others/Pendulum.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | 
| * | | commit 5a1555084fd21092b02cdd7327d3329b09a72e03
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 18 09:45:37 2016 +0100
| | | | 
| | | |     Update expected output for OMCompiler PR:1034
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/cruntime/simoptions/testDASSLnoEquidistant.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitOver.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/nonlinear_system/problem4.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/others/Pendulum.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | M	simulation/modelica/parameters/parameterTest13.mos
| | | | M	simulation/modelica/parameters/parameterTest2.mos
| | | | M	simulation/modelica/parameters/parameterTest3.mos
| | | | M	simulation/modelica/parameters/parameterTest4.mos
| | | | M	simulation/modelica/parameters/parameterTest5.mos
| | | | M	simulation/modelica/parameters/parameterTest6.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/solver/testDAEmodeDrumBoiler.mos
| | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | 
| * | | commit 871e08ca25ec8aa81c9c8d0dcdc46bad76b5592e
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 30 12:23:13 2016 +0100
| | | | 
| | | |     Add requirements tests
| | | | 
| | | | M	Makefile
| | | | A	openmodelica/requirements/Makefile
| | | | 
| * | | commit dc6a62bbcb3385e6bda289988d013fbc0e6de585
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 29 20:47:14 2016 +0100
| | | | 
| | | |     Added a test for getClassNames includeConstants.
| | | | 
| | | | M	openmodelica/interactive-API/interactive_api_classes.mos
| | | | 
| * | | commit 7c4d49a03b357aa6c03721841845646e5255dbc4
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 28 16:36:24 2016 +0100
| | | | 
| | | |     Test case for qualified cref in eq for nfinst.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/eq10.mo
| | | | 
| * | | commit 640b434db83d3224747cac23496b849a4832a7ae
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 28 08:54:36 2016 +0100
| | | | 
| | | |     Add testcase for ticket:4153
| | | | 
| | | | M	openmodelica/diff/Makefile
| | | | R100	openmodelica/diff/Ticket3619.expected	openmodelica/diff/ticket3619.expected
| | | | R100	openmodelica/diff/Ticket3619.mo	openmodelica/diff/ticket3619.mo
| | | | R081	openmodelica/diff/Ticket3619.mos	openmodelica/diff/ticket3619.mos
| | | | A	openmodelica/diff/ticket4153.mos
| | | | 
| * | | commit 7bf56647c2c4b69d8dac675f4c624d2e90ffba1f
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Nov 26 21:53:18 2016 +0100
| | | | 
| | | |     Adapt OMEdit test to support for log-port
| | | | 
| | | | M	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | 
| * | | commit 6f4354a8f735d77fd2131ce3f3ec07f29c66d316
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Nov 24 23:09:35 2016 +0100
| | | | 
| | | |     Expected result
| | | | 
| | | | M	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | 
| * | | commit dcfd6aa71a3bd940b78f79a00b44aa8178a7ddeb
| | | | Author: Per Östlund 
| | | | Date:   Wed Nov 23 21:57:18 2016 +0100
| | | | 
| | | |     Added and reactivated new inst test cases.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | A	flattening/modelica/scodeinst/extends3.mo
| | | | M	flattening/modelica/scodeinst/usertype2.mo
| | | | A	flattening/modelica/scodeinst/usertype3.mo
| | | | A	flattening/modelica/scodeinst/usertype4.mo
| | | | A	flattening/modelica/scodeinst/usertype5.mo
| | | | A	flattening/modelica/scodeinst/usertype6.mo
| | | | 
| * | | commit ef666abbebf7a6e93804365df26457f09f6b380c
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 21 16:43:57 2016 +0100
| | | | 
| | | |     Reactivate scodeinst/mod11 test.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/mod11.mo
| | | | 
| * | | commit 43b4bb6a08b07ca471115b4a38c41f46af031e55
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 21 15:17:49 2016 +0100
| | | | 
| | | |     Reactivate duplicate mod test for new inst.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit b0d17837a471d5175e351e5a3fa1b11b8ff89554
| | | | Author: Per Östlund 
| | | | Date:   Mon Nov 21 14:33:37 2016 +0100
| | | | 
| | | |     Reactivated some testcases for new inst.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit c7bd235ce549d9fa47214d90728fdf5a976e1333
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 21 14:18:24 2016 +0100
| | | | 
| | | |     Expected output for upstream MSL fixes
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | 
| * | | commit 36ece8b9568e01dd7e5e729957d76ea2a421fbb4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 18 08:26:09 2016 +0100
| | | | 
| | | |     Updates for upstream library changes
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | 
| * | | commit fffa3f0634d8d1c6b3e6443a026a386ec3473302
| | | | Author: ptaeuber 
| | | | Date:   Tue Nov 15 16:31:10 2016 +0100
| | | | 
| | | |     Add test for hideResult evaluation
| | | | 
| | | | M	simulation/modelica/parameters/hideResult.mos
| | | | 
| * | | commit 128f21dac4ec85c010cfc453abd028e2699e4b35
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 15 12:39:24 2016 +0100
| | | | 
| | | |     Reactivate more NFInst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 545b9125c99b604d6e7b12cf5719d7600ddc2413
| | | | Author: Per Östlund 
| | | | Date:   Tue Nov 15 10:50:06 2016 +0100
| | | | 
| | | |     Reactivate new inst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/BuiltinTime.mo
| | | | M	flattening/modelica/scodeinst/ClassAsComponentError.mo
| | | | M	flattening/modelica/scodeinst/ComponentAsTypeError.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector1.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector2.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector3.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod1.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod2.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod3.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod4.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod5.mo
| | | | M	flattening/modelica/scodeinst/ExtendSections.mo
| | | | M	flattening/modelica/scodeinst/ExtendsVisibility.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecordArg1.mo
| | | | M	flattening/modelica/scodeinst/ImportConflict1.mo
| | | | M	flattening/modelica/scodeinst/ImportNamed1.mo
| | | | M	flattening/modelica/scodeinst/ImportNamed2.mo
| | | | M	flattening/modelica/scodeinst/ImportNamedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportNested1.mo
| | | | M	flattening/modelica/scodeinst/ImportNested2.mo
| | | | M	flattening/modelica/scodeinst/ImportQualified1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid2.mo
| | | | M	flattening/modelica/scodeinst/ImportShadowing1.mo
| | | | M	flattening/modelica/scodeinst/ImportUnqualified1.mo
| | | | M	flattening/modelica/scodeinst/ImportUnqualified2.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType1.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType2.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType3.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType4.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType5.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorDirection1.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorDirection2.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorDirection3.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorDirection4.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType1.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType2.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType3.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType4.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType5.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType6.mo
| | | | M	flattening/modelica/scodeinst/InvalidExpandableConnector1.mo
| | | | M	flattening/modelica/scodeinst/InvalidVariability1.mo
| | | | M	flattening/modelica/scodeinst/InvalidVariability2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/MissingRedeclare1.mo
| | | | M	flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo
| | | | M	flattening/modelica/scodeinst/MultiInheritanceRedeclare2.mo
| | | | M	flattening/modelica/scodeinst/NonexistentRedeclareModifier1.mo
| | | | M	flattening/modelica/scodeinst/NonexistentRedeclareModifier2.mo
| | | | M	flattening/modelica/scodeinst/PartialInst.mo
| | | | M	flattening/modelica/scodeinst/PropagateRedeclareMod1.mo
| | | | M	flattening/modelica/scodeinst/RecursiveExtends1.mo
| | | | M	flattening/modelica/scodeinst/RecursiveExtends2.mo
| | | | M	flattening/modelica/scodeinst/RedeclaredFunction1.mo
| | | | M	flattening/modelica/scodeinst/arrfunc.mo
| | | | M	flattening/modelica/scodeinst/bindings1.mo
| | | | M	flattening/modelica/scodeinst/bindings2.mo
| | | | M	flattening/modelica/scodeinst/bindings3.mo
| | | | M	flattening/modelica/scodeinst/bindings4.mo
| | | | M	flattening/modelica/scodeinst/bindings5.mo
| | | | D	flattening/modelica/scodeinst/bindings6.mo
| | | | M	flattening/modelica/scodeinst/bindings7.mo
| | | | M	flattening/modelica/scodeinst/builtinmod.mo
| | | | M	flattening/modelica/scodeinst/builtinmod2.mo
| | | | M	flattening/modelica/scodeinst/classextends1.mo
| | | | M	flattening/modelica/scodeinst/classextends2.mo
| | | | M	flattening/modelica/scodeinst/classextends3.mo
| | | | M	flattening/modelica/scodeinst/compfunc.mo
| | | | M	flattening/modelica/scodeinst/cond1.mo
| | | | M	flattening/modelica/scodeinst/cond2.mo
| | | | M	flattening/modelica/scodeinst/cond3.mo
| | | | M	flattening/modelica/scodeinst/cond4.mo
| | | | M	flattening/modelica/scodeinst/conn1.mo
| | | | M	flattening/modelica/scodeinst/conn10.mo
| | | | M	flattening/modelica/scodeinst/conn11.mo
| | | | M	flattening/modelica/scodeinst/conn12.mo
| | | | M	flattening/modelica/scodeinst/conn13.mo
| | | | M	flattening/modelica/scodeinst/conn14.mo
| | | | M	flattening/modelica/scodeinst/conn2.mo
| | | | M	flattening/modelica/scodeinst/conn3.mo
| | | | M	flattening/modelica/scodeinst/conn4.mo
| | | | M	flattening/modelica/scodeinst/conn5.mo
| | | | M	flattening/modelica/scodeinst/conn6.mo
| | | | M	flattening/modelica/scodeinst/conn7.mo
| | | | M	flattening/modelica/scodeinst/conn8.mo
| | | | M	flattening/modelica/scodeinst/conn9.mo
| | | | M	flattening/modelica/scodeinst/conngraph1.mo
| | | | M	flattening/modelica/scodeinst/conngraph2.mo
| | | | M	flattening/modelica/scodeinst/const1.mo
| | | | M	flattening/modelica/scodeinst/const10.mo
| | | | M	flattening/modelica/scodeinst/const11.mo
| | | | M	flattening/modelica/scodeinst/const12.mo
| | | | M	flattening/modelica/scodeinst/const13.mo
| | | | M	flattening/modelica/scodeinst/const14.mo
| | | | M	flattening/modelica/scodeinst/const15.mo
| | | | M	flattening/modelica/scodeinst/const16.mo
| | | | M	flattening/modelica/scodeinst/const17.mo
| | | | M	flattening/modelica/scodeinst/const2.mo
| | | | M	flattening/modelica/scodeinst/const3.mo
| | | | M	flattening/modelica/scodeinst/const4.mo
| | | | M	flattening/modelica/scodeinst/const5.mo
| | | | M	flattening/modelica/scodeinst/const6.mo
| | | | M	flattening/modelica/scodeinst/const7.mo
| | | | M	flattening/modelica/scodeinst/const8.mo
| | | | M	flattening/modelica/scodeinst/dim1.mo
| | | | M	flattening/modelica/scodeinst/dim10.mo
| | | | M	flattening/modelica/scodeinst/dim12.mo
| | | | M	flattening/modelica/scodeinst/dim13.mo
| | | | M	flattening/modelica/scodeinst/dim14.mo
| | | | M	flattening/modelica/scodeinst/dim15.mo
| | | | M	flattening/modelica/scodeinst/dim16.mo
| | | | M	flattening/modelica/scodeinst/dim17.mo
| | | | M	flattening/modelica/scodeinst/dim18.mo
| | | | M	flattening/modelica/scodeinst/dim19.mo
| | | | M	flattening/modelica/scodeinst/dim2.mo
| | | | M	flattening/modelica/scodeinst/dim3.mo
| | | | M	flattening/modelica/scodeinst/dim4.mo
| | | | M	flattening/modelica/scodeinst/dim5.mo
| | | | M	flattening/modelica/scodeinst/dim6.mo
| | | | M	flattening/modelica/scodeinst/dim7.mo
| | | | M	flattening/modelica/scodeinst/enum1.mo
| | | | M	flattening/modelica/scodeinst/enum2.mo
| | | | M	flattening/modelica/scodeinst/enum3.mo
| | | | M	flattening/modelica/scodeinst/enum4.mo
| | | | M	flattening/modelica/scodeinst/enum5.mo
| | | | M	flattening/modelica/scodeinst/enum6.mo
| | | | M	flattening/modelica/scodeinst/eq1.mo
| | | | M	flattening/modelica/scodeinst/eq10.mo
| | | | M	flattening/modelica/scodeinst/eq2.mo
| | | | M	flattening/modelica/scodeinst/eq3.mo
| | | | M	flattening/modelica/scodeinst/eq4.mo
| | | | M	flattening/modelica/scodeinst/eq5.mo
| | | | M	flattening/modelica/scodeinst/eq6.mo
| | | | M	flattening/modelica/scodeinst/eq7.mo
| | | | M	flattening/modelica/scodeinst/eq8.mo
| | | | M	flattening/modelica/scodeinst/eq9.mo
| | | | M	flattening/modelica/scodeinst/expconn1.mo
| | | | M	flattening/modelica/scodeinst/expconn2.mo
| | | | M	flattening/modelica/scodeinst/expconn3.mo
| | | | M	flattening/modelica/scodeinst/expconn4.mo
| | | | M	flattening/modelica/scodeinst/expconn5.mo
| | | | M	flattening/modelica/scodeinst/expconn6.mo
| | | | M	flattening/modelica/scodeinst/expconn7.mo
| | | | M	flattening/modelica/scodeinst/extends1.mo
| | | | M	flattening/modelica/scodeinst/extends2.mo
| | | | M	flattening/modelica/scodeinst/for1.mo
| | | | M	flattening/modelica/scodeinst/for2.mo
| | | | M	flattening/modelica/scodeinst/for3.mo
| | | | M	flattening/modelica/scodeinst/func1.mo
| | | | M	flattening/modelica/scodeinst/func2.mo
| | | | M	flattening/modelica/scodeinst/func3.mo
| | | | M	flattening/modelica/scodeinst/func4.mo
| | | | M	flattening/modelica/scodeinst/func5.mo
| | | | M	flattening/modelica/scodeinst/func6.mo
| | | | M	flattening/modelica/scodeinst/func7.mo
| | | | M	flattening/modelica/scodeinst/func8.mo
| | | | M	flattening/modelica/scodeinst/func9.mo
| | | | M	flattening/modelica/scodeinst/function1.mo
| | | | M	flattening/modelica/scodeinst/if1.mo
| | | | M	flattening/modelica/scodeinst/ih1.mo
| | | | M	flattening/modelica/scodeinst/ih2.mo
| | | | M	flattening/modelica/scodeinst/ih3.mo
| | | | M	flattening/modelica/scodeinst/inst1.mo
| | | | M	flattening/modelica/scodeinst/inst2.mo
| | | | M	flattening/modelica/scodeinst/inst3.mo
| | | | M	flattening/modelica/scodeinst/inst4.mo
| | | | M	flattening/modelica/scodeinst/inst5.mo
| | | | M	flattening/modelica/scodeinst/inst6.mo
| | | | M	flattening/modelica/scodeinst/inst7.mo
| | | | M	flattening/modelica/scodeinst/inst8.mo
| | | | M	flattening/modelica/scodeinst/loop1.mo
| | | | M	flattening/modelica/scodeinst/loop2.mo
| | | | M	flattening/modelica/scodeinst/loop3.mo
| | | | M	flattening/modelica/scodeinst/loop4.mo
| | | | M	flattening/modelica/scodeinst/mod1.mo
| | | | M	flattening/modelica/scodeinst/mod10.mo
| | | | M	flattening/modelica/scodeinst/mod11.mo
| | | | M	flattening/modelica/scodeinst/mod12.mo
| | | | M	flattening/modelica/scodeinst/mod13.mo
| | | | M	flattening/modelica/scodeinst/mod4.mo
| | | | M	flattening/modelica/scodeinst/mod5.mo
| | | | M	flattening/modelica/scodeinst/mod6.mo
| | | | M	flattening/modelica/scodeinst/mod7.mo
| | | | M	flattening/modelica/scodeinst/mod8.mo
| | | | M	flattening/modelica/scodeinst/mod9.mo
| | | | M	flattening/modelica/scodeinst/noretcall1.mo
| | | | M	flattening/modelica/scodeinst/redeclare1.mo
| | | | M	flattening/modelica/scodeinst/redeclare10.mo
| | | | M	flattening/modelica/scodeinst/redeclare11.mo
| | | | M	flattening/modelica/scodeinst/redeclare12.mo
| | | | M	flattening/modelica/scodeinst/redeclare13.mo
| | | | M	flattening/modelica/scodeinst/redeclare2.mo
| | | | M	flattening/modelica/scodeinst/redeclare3.mo
| | | | M	flattening/modelica/scodeinst/redeclare4.mo
| | | | M	flattening/modelica/scodeinst/redeclare5.mo
| | | | M	flattening/modelica/scodeinst/redeclare6.mo
| | | | M	flattening/modelica/scodeinst/redeclare7.mo
| | | | M	flattening/modelica/scodeinst/redeclare8.mo
| | | | M	flattening/modelica/scodeinst/redeclare9.mo
| | | | M	flattening/modelica/scodeinst/type1.mo
| | | | M	flattening/modelica/scodeinst/type2.mo
| | | | M	flattening/modelica/scodeinst/type3.mo
| | | | M	flattening/modelica/scodeinst/type4.mo
| | | | M	flattening/modelica/scodeinst/type5.mo
| | | | M	flattening/modelica/scodeinst/when1.mo
| | | | 
| * | | commit ad91fb190d99272fc5fdd8418b00dab013871c21
| | | | Author: ptaeuber 
| | | | Date:   Tue Nov 8 11:19:40 2016 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/parameters/hideResult.mos
| | | | 
| * | | commit 3ea1312965e40cc6c94ef538771b4a9a84e5faed
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 8 08:37:52 2016 +0100
| | | | 
| | | |     Add test for ticket:4110
| | | | 
| | | | M	openmodelica/diff/Makefile
| | | | A	openmodelica/diff/MoveComponent.mos
| | | | 
| * | | commit 6080ee737d171e0653b251f0be1c2e5ac6055a2f
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 7 13:02:44 2016 +0100
| | | | 
| | | |     Add test to makefile
| | | | 
| | | | M	openmodelica/diff/Makefile
| | | | 
| * | | commit c985fbe31bed8e232c53faff2f0f0616553c9956
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 7 12:03:38 2016 +0100
| | | | 
| | | |     Add test for ticket:4110
| | | | 
| | | | M	openmodelica/diff/LargeFileChange.mos
| | | | M	openmodelica/diff/Tables.expected.mo
| | | | M	openmodelica/diff/Tables.mos
| | | | M	openmodelica/diff/Ticket3619.expected
| | | | A	openmodelica/diff/Ticket4110.mos
| | | | M	openmodelica/diff/ticket3642.mos
| | | | 
| * | | commit 6fb589f2c0f5ce0b6216d6e61720dbb1d47fb00f
| | | | Author: vwaurich 
| | | | Date:   Mon Nov 7 11:03:00 2016 +0100
| | | | 
| | | |     test for visualization results
| | | | 
| | | | M	simulation/modelica/others/Makefile
| | | | A	simulation/modelica/others/world.mo
| | | | A	simulation/modelica/others/world.mos
| | | | 
| * | | commit 4e7e8b6a854b2f3446caa96fa91013785f66d06a
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 7 07:40:24 2016 +0100
| | | | 
| | | |     Add diff test for moving connections
| | | |     
| | | |     This is a test for ticket:4065
| | | | 
| | | | M	openmodelica/diff/Makefile
| | | | A	openmodelica/diff/MoveConnection.mos
| | | | 
| * | | commit cca794cd98c967adcf2657f4b83917be2e90095b
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Nov 5 13:14:26 2016 +0100
| | | | 
| | | |     Add test for RefArray, ticket:4093
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/RefArrayDim2.mos
| | | | 
| * | | commit aab9128e47514a54730f1ffb72d76e245aadfc43
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Nov 5 13:08:17 2016 +0100
| | | | 
| | | |     Make test matrix non-square
| | | | 
| | | | M	openmodelica/cppruntime/testMatrixIO.mos
| | | | 
| * | | commit 291db471e115327cb8cad43d0f8d7461aa975305
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Nov 5 13:00:20 2016 +0100
| | | | 
| | | |     Avoid removal of DIDtuple test during each run
| | | | 
| | | | D	openmodelica/cppruntime/DIDtuple.mo
| | | | D	openmodelica/cppruntime/DIDtuple.mos
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/WhenTuple.mos
| | | | 
| * | | commit 9e20f41d5f5b5e0e5ebe8dcec8d179d7f87e1201
| | | | Author: vwaurich 
| | | | Date:   Fri Nov 4 13:52:24 2016 +0100
| | | | 
| | | |     Add test for MDD
| | | | 
| | | | A	simulation/modelica/external_functions/MDD_test.mo
| | | | A	simulation/modelica/external_functions/MDD_test.mos
| | | | M	simulation/modelica/external_functions/Makefile
| | | | 
| * | | commit 20fdf80f595f12f32ae01a985cc62a860fb15ce1
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 4 10:18:26 2016 +0100
| | | | 
| | | |     Add test for comments moving around
| | | |     
| | | |     Test for ticket:4065
| | | | 
| | | | M	openmodelica/diff/Makefile
| | | | A	openmodelica/diff/MoveComment.mos
| | | | 
| * | | commit 9d2afbbc4a809a962078d4e1912073d72c029b13
| | | | Author: Willi Braun 
| | | | Date:   Thu Nov 3 14:48:35 2016 +0100
| | | | 
| | | |     expected output
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | 
| * | | commit 8898d52332fb9117cb425435bc45b1a1e6eb03df
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 2 23:09:02 2016 +0100
| | | | 
| | | |     add test for ticket:4124
| | | | 
| | | | A	flattening/modelica/equations/Bug4124.mo
| | | | A	flattening/modelica/equations/Bug4124.mos
| | | | M	flattening/modelica/equations/Makefile
| | | | 
| * | | commit e3e1ababed35caddae1119e5e8df1b333e731534
| | | | Author: Willi Braun 
| | | | Date:   Wed Nov 2 21:10:25 2016 +0100
| | | | 
| | | |     update test
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | 
| * | | commit e5b2e5ef7741675e5d0d43b5ed0b3312c0d83346
| | | | Author: ptaeuber 
| | | | Date:   Wed Nov 2 14:32:18 2016 +0100
| | | | 
| | | |     Add test for hide result evaluation
| | | | 
| | | | M	simulation/modelica/parameters/Makefile
| | | | A	simulation/modelica/parameters/hideResult.mos
| | | | 
| * | | commit f8860f9a093c3ed77f9f1fbd838b7f3fc03f9cf2
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Nov 1 12:18:26 2016 +0100
| | | | 
| | | |     Remove superfluous whitespace from generated xml file
| | | | 
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | | | 
| * | | commit a327d66063e6723fe866d7d98d5c9373125e0bea
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Oct 31 21:36:04 2016 +0100
| | | | 
| | | |     Remove attribute useStart from model_init.xml
| | | | 
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | | | 
| * | | commit b33fa8f021e22d720ddf0e935919b9d6f2f60669
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Oct 31 11:17:35 2016 +0100
| | | | 
| | | |     Mark constantly failing test failing
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | 
| * | | commit 5a8bf93d9e3686895eec5288711f17622185dfb3
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Oct 31 10:38:25 2016 +0100
| | | | 
| | | |     Expected output for XML logging
| | | | 
| | | | M	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | 
| * | | commit c2fc6e6842c44b39a8e401573358b0f66523ac28
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 29 14:36:48 2016 +0200
| | | | 
| | | |     Further extend DIDtuple test, ticket:4093
| | | | 
| | | | M	openmodelica/cppruntime/DIDtuple.mo
| | | | M	openmodelica/cppruntime/DIDtuple.mos
| | | | 
| * | | commit a6d2b0f3552e0af960638d3bb266652844996553
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 29 09:17:29 2016 +0200
| | | | 
| | | |     Extend DIDtuple test with a matrix, ticket: 4093
| | | | 
| | | | M	openmodelica/cppruntime/DIDtuple.mo
| | | | M	openmodelica/cppruntime/DIDtuple.mos
| | | | 
| * | | commit 643fba693d7eb1f01d3410fd2955f1c5837d7535
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Oct 27 22:25:03 2016 +0200
| | | | 
| | | |     Add test for DynamicSelect, ticket:3675
| | | | 
| | | | M	openmodelica/interactive-API/Makefile
| | | | A	openmodelica/interactive-API/getIconAnnotation.mos
| | | | 
| * | | commit 73de30028c6c5f11d43851324c4e8aaae663e82a
| | | | Author: vwaurich 
| | | | Date:   Thu Oct 27 09:37:50 2016 +0200
| | | | 
| | | |     test for algorithm counting
| | | | 
| | | | A	simulation/modelica/algorithms_functions/AlgorithmSize.mo
| | | | A	simulation/modelica/algorithms_functions/AlgorithmSize.mos
| | | | M	simulation/modelica/algorithms_functions/Makefile
| | | | 
| * | | commit cfb4594afdb0a22d8d3d2f35a70d53a8b302a032
| | | | Author: vwaurich 
| | | | Date:   Wed Oct 26 15:51:20 2016 +0200
| | | | 
| | | |     add test for tuple assignments in whenoperator for cpp
| | | | 
| | | | A	openmodelica/cppruntime/DIDtuple.mo
| | | | A	openmodelica/cppruntime/DIDtuple.mos
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit ef5f530ca750e2bd669b1d4736bbcd72ca4f4bca
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Oct 26 11:45:09 2016 +0200
| | | | 
| | | |     Revert "Expected output"
| | | |     
| | | |     This reverts commit db2ea6bdcf95d05a6feb454c03ea503986bb4f0d.
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	openmodelica/xml/testMSD.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/modelica/events/EventTests2.mos
| | | | M	simulation/modelica/linear_system/linSymSolConstA.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/others/localKnownVars.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | 
| * | | commit 150de491054d8c2291fbce1cac9ed3637b138e02
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 26 11:04:37 2016 +0200
| | | | 
| | | |     Fix for clang OpenMP flags not working with g++
| | | | 
| | | | M	openmodelica/cppruntime/libraries/msl32/ModelTestingDefaults.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | 
| * | | commit 3b406280104c6b3bf4f9298e96d84d0ea758fd7f
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Oct 24 23:25:59 2016 +0200
| | | | 
| | | |     Expected output, ticket:4089
| | | | 
| | | | M	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | 
| * | | commit af557139c7c3fd3ec8042a00e509b9e303860767
| | | | Author: Willi Braun 
| | | | Date:   Mon Oct 24 19:28:10 2016 +0200
| | | | 
| | | |     adjust linearization test to numerical linearize
| | | | 
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | 
| * | | commit 94fced8fa80c44f3f1d9a10029d564cce21e3413
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Oct 24 12:56:58 2016 +0200
| | | | 
| | | |     Need -emit_protected to check protected vars
| | | | 
| | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | 
| * | | commit db2ea6bdcf95d05a6feb454c03ea503986bb4f0d
| | | | Author: vruge 
| | | | Date:   Fri Oct 21 08:53:46 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	openmodelica/xml/testMSD.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/modelica/events/EventTests2.mos
| | | | M	simulation/modelica/linear_system/linSymSolConstA.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/others/localKnownVars.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | 
| * | | commit f627ad4d5f57a1ba5d7a3256f1842a2a33b4e8be
| | | | Author: ptaeuber 
| | | | Date:   Thu Oct 20 23:12:25 2016 +0200
| | | | 
| | | |     Suit testsuite to new parameter handling
| | | |     
| | | |     - Update parameter tests
| | | |     - Adapt problematic testcases
| | | |     - Expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | M	simulation/modelica/linear_system/NPendulum40.mos
| | | | M	simulation/modelica/msl22/StepTorque.mos
| | | | M	simulation/modelica/others/EngineV6_evalParams.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/parameters/Makefile
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | M	simulation/modelica/parameters/parameterTest10.mos
| | | | M	simulation/modelica/parameters/parameterTest11.mos
| | | | A	simulation/modelica/parameters/parameterTest12.mos
| | | | A	simulation/modelica/parameters/parameterTest13.mos
| | | | A	simulation/modelica/parameters/parameterTest14.mos
| | | | A	simulation/modelica/parameters/parameterTest15.mos
| | | | A	simulation/modelica/parameters/parameterTest16.mos
| | | | M	simulation/modelica/parameters/parameterTest2.mos
| | | | M	simulation/modelica/parameters/parameterTest3.mos
| | | | M	simulation/modelica/parameters/parameterTest4.mos
| | | | M	simulation/modelica/parameters/parameterTest5.mos
| | | | M	simulation/modelica/parameters/parameterTest6.mos
| | | | M	simulation/modelica/parameters/parameterTest7.mos
| | | | M	simulation/modelica/parameters/parameterTest8.mos
| | | | M	simulation/modelica/parameters/parameterTest9.mos
| | | | M	simulation/modelica/parameters/revoluteConstraint.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit af76f8a7a292c5048198671e6456c4b3d4661edd
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Oct 20 06:54:54 2016 +0200
| | | | 
| | | |     Extend test of convertUnits, ticket:4081
| | | | 
| | | | M	openmodelica/interactive-API/ConvertUnits.mos
| | | | 
| * | | commit 687b256bfb9a37b890455965352d315caebd33ed
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 19 11:22:17 2016 +0200
| | | | 
| | | |     Add new package to sources
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit 8fc919db6ece27c4031428d2dd2609e53ac8f25f
| | | | Author: Rüdiger Franke 
| | | | Date:   Tue Oct 18 10:17:29 2016 +0200
| | | | 
| | | |     Finally disable new Crane test. Now it really fails on Hudson.
| | | |     
| | | |     [CVODE ERROR]  CVode
| | | |       At t = 1e-09 and h = 1e-24, the corrector convergence test failed repeatedly or with |h| = hmin.
| | | |     
| | | |     
| | | |     SUNDIALS_ERROR: CVode() failed with flag = -4
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | 
| * | | commit a2293fc28400faf8a46237262fe644bcbaf80b1a
| | | | Author: Rüdiger Franke 
| | | | Date:   Tue Oct 18 09:48:21 2016 +0200
| | | | 
| | | |     Revert previous commit and add missing file
| | | | 
| | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/Crane_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | 
| * | | commit dd00510055e69950bede1aa51f3e7e56aa76d4c5
| | | | Author: Rüdiger Franke 
| | | | Date:   Tue Oct 18 09:37:04 2016 +0200
| | | | 
| | | |     Remove test with strange Hudson "Result xml-file not found"
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | 
| * | | commit cd03de0c2d4d183e8ed5b1581b0645adaa609b9e
| | | | Author: Rüdiger Franke 
| | | | Date:   Tue Oct 18 09:16:51 2016 +0200
| | | | 
| | | |     Extend tests for calculatedParameter, ticket:4027
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/cranes.mo
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | R097	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos	openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos
| | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Crane_FMU1_CPP_HPCOM.mos
| | | | 
| * | | commit 2249704ce1a8902d93d66e1042b62a9a4157cf74
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Oct 17 08:40:17 2016 +0200
| | | | 
| | | |     Extend MatrixIO tests with negative aliases
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testFMU2MatrixIO.mos
| | | | M	openmodelica/cppruntime/testMatrixIO.mos
| | | | 
| * | | commit ae2c9c56d7d8c3c73e0786f8b12fb7758f3b4b87
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Oct 17 07:28:21 2016 +0200
| | | | 
| | | |     Revert "Expected output" -- a bug was introduced!
| | | |     
| | | |     This reverts ab8d9bafcc198d70989a3b7339ab2d5d37cee205
| | | |     for the treatment of negated aliases.
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | 
| * | | commit 8637cad4ff242c2eaf76a52fa75b63b4b271a40b
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 17 08:26:03 2016 +0200
| | | | 
| | | |     Remove references to Modelica3D
| | | | 
| | | | M	Makefile
| | | | D	simulation/libraries/3rdParty/Modelica3D/DoublePendulum3D.mos
| | | | D	simulation/libraries/3rdParty/Modelica3D/Makefile
| | | | 
| * | | commit 7886e2e7a9c534c2e7f7a3d2a8e7d7fabe4d97a7
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 15 17:16:23 2016 +0200
| | | | 
| | | |     Add tests for ticket:4072 (array storage order)
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/testFMU2MatrixIO.mos
| | | | A	openmodelica/cppruntime/testMatrixIO.mos
| | | | 
| * | | commit f32443cdfd3dcb49fa18659b145b18954bede1aa
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 13 14:25:50 2016 +0200
| | | | 
| | | |     Expected output for getComponentModifierValue.
| | | |     Added getComponentModifierValues call.
| | | | 
| | | | M	openmodelica/interactive-API/Bug3783.mos
| | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | M	openmodelica/interactive-API/interactive_api_param.mo
| | | | M	openmodelica/interactive-API/interactive_api_param.mos
| | | | 
| * | | commit 4c97d58c74043447424b947442ca351d90427b07
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Oct 8 14:29:59 2016 +0200
| | | | 
| | | |     Expected output, ticket:4031
| | | | 
| | | | M	openmodelica/interactive-API/ConvertUnits.mos
| | | | 
| * | | commit 1234c1e32ba1503003aea1c5ce1d97caf920905a
| | | | Author: ptaeuber 
| | | | Date:   Fri Oct 7 14:35:56 2016 +0200
| | | | 
| | | |     Remove removed flag
| | | | 
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | 
| * | | commit bea3e6f2ec75291d5c50c630f004fe09346db0d8
| | | | Author: adrpo 
| | | | Date:   Wed Oct 5 18:04:37 2016 +0200
| | | | 
| | | |     add test for ticket:4062
| | | | 
| | | | M	flattening/modelica/connectors/Makefile
| | | | A	flattening/modelica/connectors/Ticket4062.mo
| | | | 
| * | | commit 8163c351c70cf78d5454b10f10412056b8defc26
| | | | Author: ptaeuber 
| | | | Date:   Thu Sep 29 15:05:52 2016 +0200
| | | | 
| | | |     Use -output-flag instead of val-function
| | | |     
| | | |     because it is not reliable if you change the
| | | |     value after compilation.
| | | | 
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | M	simulation/modelica/parameters/parameterTest6.mos
| | | | M	simulation/modelica/parameters/parameterTest7.mos
| | | | M	simulation/modelica/parameters/parameterTest8.mos
| | | | 
| * | | commit a7103daada98bbaaca57e3c8663a0148a0d7d994
| | | | Author: Per Östlund 
| | | | Date:   Tue Oct 4 13:24:28 2016 +0200
| | | | 
| | | |     - Disable all scodeinst tests for now.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit eb2053453c4ecd614839b7d028297e6e76128c71
| | | | Author: vruge 
| | | | Date:   Mon Oct 3 20:36:37 2016 +0200
| | | | 
| | | |     added test for rungekutta_ssc
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | A	simulation/modelica/solver/problem4-erk_ssc.mos
| | | | M	simulation/modelica/solver/testSolverPackage.mo
| | | | 
| * | | commit 020ac7f724c1aef4ea56f4f6a2160bf4b3d0b200
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Sep 29 21:52:30 2016 +0200
| | | | 
| | | |     Add test case for ticket:4061
| | | | 
| | | | M	simulation/modelica/equations/Makefile
| | | | A	simulation/modelica/equations/ModelBalance4.mos
| | | | 
| * | | commit 9c0570369cd0deec5909f35c6c9f612732e71945
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Sep 29 21:43:53 2016 +0200
| | | | 
| | | |     Update expected output
| | | | 
| | | | M	simulation/modelica/connectors/HeatTank.mos
| | | | M	simulation/modelica/equations/DoubleWhenConflict.mos
| | | | M	simulation/modelica/equations/IfEquationUnbalanced.mos
| | | | M	simulation/modelica/equations/ModelBalance2.mos
| | | | M	simulation/modelica/equations/ModelBalance3.mos
| | | | 
| * | | commit be9dc574dae4e809eb83e5286cb685e2cb3b1d72
| | | | Author: Willi Braun 
| | | | Date:   Thu Sep 29 15:14:29 2016 +0200
| | | | 
| | | |     add test for ticket:3999 and fix expected output
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | A	simulation/modelica/nonlinear_system/ticket3999.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 9906a4d9e01b9376fc92bb35cd4e61d059a03cfc
| | | | Author: ptaeuber 
| | | | Date:   Tue Sep 27 16:53:23 2016 +0200
| | | | 
| | | |     Expected output for smaller init tearingsets
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | M	simulation/modelica/initialization/scaling1.mos
| | | | M	simulation/modelica/initialization/scaling2.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | M	simulation/modelica/tearing/Tearing5-cel.mos
| | | | M	simulation/modelica/tearing/Tearing5-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing5-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-omc.mos
| | | | M	simulation/modelica/tearing/totalTearing1.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | 
| * | | commit 01ec73d53f57fbfb0487f434c479757f87671164
| | | | Author: vwaurich 
| | | | Date:   Tue Sep 27 16:05:11 2016 +0200
| | | | 
| | | |     - added test
| | | | 
| | | | A	openmodelica/visualization/device.mo
| | | | A	openmodelica/visualization/device.mos
| | | | 
| * | | commit f86f65663ccf9f5540e67f022c3bf9585860f471
| | | | Author: ptaeuber 
| | | | Date:   Tue Sep 27 12:19:39 2016 +0200
| | | | 
| | | |     Add parameter tests
| | | | 
| | | | M	simulation/modelica/parameters/Makefile
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | A	simulation/modelica/parameters/parameterTest10.mos
| | | | A	simulation/modelica/parameters/parameterTest11.mos
| | | | A	simulation/modelica/parameters/parameterTest2.mos
| | | | A	simulation/modelica/parameters/parameterTest3.mos
| | | | A	simulation/modelica/parameters/parameterTest4.mos
| | | | A	simulation/modelica/parameters/parameterTest5.mos
| | | | A	simulation/modelica/parameters/parameterTest6.mos
| | | | A	simulation/modelica/parameters/parameterTest7.mos
| | | | A	simulation/modelica/parameters/parameterTest8.mos
| | | | A	simulation/modelica/parameters/parameterTest9.mos
| | | | 
| * | | commit 8a0ec7d415f73fab73d9a238cc5cc3e50a1570a8
| | | | Author: Lennart Ochel 
| | | | Date:   Mon Sep 26 11:52:07 2016 +0200
| | | | 
| | | |     Do not use + for OM flags
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/LV.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC3.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC5.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC7.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC8.mos
| | | | M	openmodelica/cruntime/optimization/basic/reduce1.mos
| | | | M	openmodelica/cruntime/optimization/basic/staticOP.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testDerInput.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/sensitivities/testLotkaVoltera.mos
| | | | M	openmodelica/cruntime/sensitivities/testPredatorPrey.mos
| | | | M	openmodelica/cruntime/sensitivities/testVanDerPol.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/tearingdump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/SampleExample.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3034.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3846.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testExperimentalFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos
| | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/libraries/3rdParty/Modelica3D/DoublePendulum3D.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test11.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test12.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test4.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test9.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/Xogeny/TestSine.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/modelica/algorithms_functions/ASubIfExp.mos
| | | | M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | M	simulation/modelica/algorithms_functions/TupleReturn.mos
| | | | M	simulation/modelica/algorithms_functions/WhenPriority.mos
| | | | M	simulation/modelica/algorithms_functions/val.mos
| | | | M	simulation/modelica/algorithms_functions/whenstatements.mos
| | | | M	simulation/modelica/arrays/Bug3916.mos
| | | | M	simulation/modelica/arrays/bug_2217.mos
| | | | M	simulation/modelica/arrays/crefIndex.mos
| | | | M	simulation/modelica/asserts/AssertTest6.mos
| | | | M	simulation/modelica/asserts/AssertTest7.mos
| | | | M	simulation/modelica/asserts/TestAssert.mos
| | | | M	simulation/modelica/built_in_functions/MeasureTime.mos
| | | | M	simulation/modelica/commonSubExp/comSubExp1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/equations/ActivateWhenEquation.mos
| | | | M	simulation/modelica/equations/HelloWorld.mos
| | | | M	simulation/modelica/equations/VariableSubscriptAlias.mos
| | | | M	simulation/modelica/equations/WhenNoRetCall.mos
| | | | M	simulation/modelica/equations/when_sorting.mos
| | | | M	simulation/modelica/events/CheckEvents.mos
| | | | M	simulation/modelica/events/EventIteration.mos
| | | | M	simulation/modelica/events/EventLoop.mos
| | | | M	simulation/modelica/events/EventTests3.mos
| | | | M	simulation/modelica/events/TestNoEventsFlags.mos
| | | | M	simulation/modelica/events/bug1228.mos
| | | | M	simulation/modelica/events/bug2718.mos
| | | | M	simulation/modelica/events/bug2752.mos
| | | | M	simulation/modelica/events/bug2808.mos
| | | | M	simulation/modelica/events/bug3092.mos
| | | | M	simulation/modelica/events/sample1.mos
| | | | M	simulation/modelica/events/sample2.mos
| | | | M	simulation/modelica/events/whenTest1.mos
| | | | M	simulation/modelica/events/whenTest2.mos
| | | | M	simulation/modelica/external_functions/ExternalLibraries.mos
| | | | M	simulation/modelica/external_functions/ExternalRHSFlag.mos
| | | | M	simulation/modelica/functions_eval/CascodeCircuit.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | M	simulation/modelica/hpcom/ElectricalCircuit.mos
| | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | | | M	simulation/modelica/initialization/SingularInitial.mos
| | | | M	simulation/modelica/initialization/boundParameterExpUnfixed.mos
| | | | M	simulation/modelica/initialization/bug_2207.mos
| | | | M	simulation/modelica/initialization/bug_2263.mos
| | | | M	simulation/modelica/initialization/bug_2566.mos
| | | | M	simulation/modelica/initialization/bug_2583.mos
| | | | M	simulation/modelica/initialization/bug_2990.mos
| | | | M	simulation/modelica/initialization/discreteTest05.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/initial_equation.mos
| | | | M	simulation/modelica/initialization/scaling1.mos
| | | | M	simulation/modelica/initialization/scaling2.mos
| | | | M	simulation/modelica/linear_system/MissV.mos
| | | | M	simulation/modelica/linear_system/constantStates.mos
| | | | M	simulation/modelica/msl22/IdealGear.mos
| | | | M	simulation/modelica/msl22/IdealGearBrake.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitOver.mos
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/nonlinear_system/nanTest.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1.mos
| | | | M	simulation/modelica/nonlinear_system/problem12.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem4.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem8_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem9.mos
| | | | M	simulation/modelica/others/Bug1728.mos
| | | | M	simulation/modelica/others/Bug1987.mos
| | | | M	simulation/modelica/others/Bug2432.mos
| | | | M	simulation/modelica/others/Bug2788.mos
| | | | M	simulation/modelica/others/Bug3023.mos
| | | | M	simulation/modelica/others/Bug3261.mos
| | | | M	simulation/modelica/others/BugTest1830.mos
| | | | M	simulation/modelica/others/Random.mos
| | | | M	simulation/modelica/others/Random2.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestSolve14.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/others/impureTest.mos
| | | | M	simulation/modelica/others/nonConstantIndex.mos
| | | | M	simulation/modelica/others/nonConstantParam.mos
| | | | M	simulation/modelica/others/sample1.mos
| | | | M	simulation/modelica/others/sample3.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/solver/bug2231-radau1.mos
| | | | M	simulation/modelica/solver/problem1-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem1-ida.mos
| | | | M	simulation/modelica/solver/problem1-lobatto2.mos
| | | | M	simulation/modelica/solver/problem1-lobatto4.mos
| | | | M	simulation/modelica/solver/problem1-lobatto6.mos
| | | | M	simulation/modelica/solver/problem1-radau1.mos
| | | | M	simulation/modelica/solver/problem1-radau3.mos
| | | | M	simulation/modelica/solver/problem1-radau5.mos
| | | | M	simulation/modelica/solver/problem1-symEuler.mos
| | | | M	simulation/modelica/solver/problem2-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem2-ida.mos
| | | | M	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | M	simulation/modelica/solver/problem2-lobatto2.mos
| | | | M	simulation/modelica/solver/problem2-lobatto4.mos
| | | | M	simulation/modelica/solver/problem2-lobatto6.mos
| | | | M	simulation/modelica/solver/problem2-radau1.mos
| | | | M	simulation/modelica/solver/problem2-radau3.mos
| | | | M	simulation/modelica/solver/problem2-radau5.mos
| | | | M	simulation/modelica/solver/problem2-symEuler.mos
| | | | M	simulation/modelica/solver/testDAEp1.mos
| | | | M	simulation/modelica/solver/testDAEp2.mos
| | | | M	simulation/modelica/solver/testDAEp3.mos
| | | | M	simulation/modelica/solver/testDAEp4.mos
| | | | M	simulation/modelica/solver/testDAEp5.mos
| | | | M	simulation/modelica/solver/testDAEp6.mos
| | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-cel.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing14-cel.mos
| | | | M	simulation/modelica/tearing/Tearing14-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing14-omc.mos
| | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | M	simulation/modelica/tearing/Tearing5-cel.mos
| | | | M	simulation/modelica/tearing/Tearing5-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing5-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect-omc.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-omc.mos
| | | | M	simulation/modelica/tearing/totalTearing1.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | 
| * | | commit 62c88ea11b5dd1b4c2ee9054551814f5b7004e37
| | | | Author: adrpo 
| | | | Date:   Fri Sep 23 19:56:28 2016 +0200
| | | | 
| | | |     - update test
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | 
| * | | commit 9a6e38792cbaa89b32b4b75dc5f30468f64c8f11
| | | | Author: ptaeuber 
| | | | Date:   Fri Sep 23 15:32:56 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | 
| * | | commit b1f3e5fca61926e19de9c85dfb7f29ec91d5419b
| | | | Author: adrpo 
| | | | Date:   Thu Sep 22 19:16:40 2016 +0200
| | | | 
| | | |     add test for ticket:3979
| | | | 
| | | | A	openmodelica/interactive-API/Bug3979.mo
| | | | A	openmodelica/interactive-API/Bug3979.mos
| | | | M	openmodelica/interactive-API/Makefile
| | | | 
| * | | commit d5d4c0d822cb40edf5ff4ef3cfc1c808282220dc
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Sep 21 11:18:29 2016 +0200
| | | | 
| | | |     Updated tests with new initialization warning text.
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Modelica.Fluid.Examples.BranchingDynamicPipes_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches_FMU2_CPP.mos
| | | | M	openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_level_omp.mos
| | | | M	openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_list_omp.mos
| | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP_HPCOM.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	openmodelica/cruntime/msvc/BouncingBall.mos
| | | | M	openmodelica/cruntime/optimization/basic/LV.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC3.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC5.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC7.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC8.mos
| | | | M	openmodelica/cruntime/optimization/basic/reduce1.mos
| | | | M	openmodelica/cruntime/optimization/basic/staticOP.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testDerInput.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/sensitivities/testLotkaVoltera.mos
| | | | M	openmodelica/cruntime/sensitivities/testPredatorPrey.mos
| | | | M	openmodelica/cruntime/sensitivities/testVanDerPol.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | | | M	openmodelica/debugDumps/dumpInlineSolver.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/tearingdump.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/SampleExample.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testAssert.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3034.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3846.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testExperimentalFMU.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | M	openmodelica/modelicaML/watchdog.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos
| | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/01_AlgebraicLoopBoolean.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/libraries/3rdParty/Modelica3D/DoublePendulum3D.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test11.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test12.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test4.mos
| | | | M	simulation/libraries/3rdParty/PNlib/Test9.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulatorSimplified.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/Xogeny/TestSine.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/modelica/algorithms_functions/ASubIfExp.mos
| | | | M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | M	simulation/modelica/algorithms_functions/TupleReturn.mos
| | | | M	simulation/modelica/algorithms_functions/WhenPriority.mos
| | | | M	simulation/modelica/algorithms_functions/val.mos
| | | | M	simulation/modelica/algorithms_functions/whenstatements.mos
| | | | M	simulation/modelica/arrays/Bug3916.mos
| | | | M	simulation/modelica/arrays/bug_2217.mos
| | | | M	simulation/modelica/arrays/crefIndex.mos
| | | | M	simulation/modelica/asserts/AssertTest6.mos
| | | | M	simulation/modelica/asserts/AssertTest7.mos
| | | | M	simulation/modelica/asserts/TestAssert.mos
| | | | M	simulation/modelica/built_in_functions/MeasureTime.mos
| | | | M	simulation/modelica/commonSubExp/comSubExp1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/equations/ActivateWhenEquation.mos
| | | | M	simulation/modelica/equations/HelloWorld.mos
| | | | M	simulation/modelica/equations/VariableSubscriptAlias.mos
| | | | M	simulation/modelica/equations/WhenNoRetCall.mos
| | | | M	simulation/modelica/equations/when_sorting.mos
| | | | M	simulation/modelica/events/CheckEvents.mos
| | | | M	simulation/modelica/events/EventIteration.mos
| | | | M	simulation/modelica/events/EventLoop.mos
| | | | M	simulation/modelica/events/EventTests3.mos
| | | | M	simulation/modelica/events/TestNoEventsFlags.mos
| | | | M	simulation/modelica/events/bug1228.mos
| | | | M	simulation/modelica/events/bug2718.mos
| | | | M	simulation/modelica/events/bug2752.mos
| | | | M	simulation/modelica/events/bug2808.mos
| | | | M	simulation/modelica/events/bug3092.mos
| | | | M	simulation/modelica/events/sample1.mos
| | | | M	simulation/modelica/events/sample2.mos
| | | | M	simulation/modelica/events/whenTest1.mos
| | | | M	simulation/modelica/events/whenTest2.mos
| | | | M	simulation/modelica/external_functions/ExternalLibraries.mos
| | | | M	simulation/modelica/external_functions/ExternalRHSFlag.mos
| | | | M	simulation/modelica/functions_eval/CascodeCircuit.mos
| | | | M	simulation/modelica/functions_eval/Inverter.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | M	simulation/modelica/hpcom/ElectricalCircuit.mos
| | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | | | M	simulation/modelica/initialization/SingularInitial.mos
| | | | M	simulation/modelica/initialization/boundParameterExpUnfixed.mos
| | | | M	simulation/modelica/initialization/bug_2207.mos
| | | | M	simulation/modelica/initialization/bug_2263.mos
| | | | M	simulation/modelica/initialization/bug_2566.mos
| | | | M	simulation/modelica/initialization/bug_2583.mos
| | | | M	simulation/modelica/initialization/bug_2990.mos
| | | | M	simulation/modelica/initialization/discreteTest05.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/homotopy1.mos
| | | | M	simulation/modelica/initialization/initial_equation.mos
| | | | M	simulation/modelica/initialization/scaling1.mos
| | | | M	simulation/modelica/initialization/scaling2.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq2.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq3.mos
| | | | M	simulation/modelica/inlineFunction/forceComplexEq4.mos
| | | | M	simulation/modelica/inlineFunction/inlineArray1.mos
| | | | M	simulation/modelica/inlineFunction/inlineArray2.mos
| | | | M	simulation/modelica/inlineFunction/inlineArray3.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction1.mos
| | | | M	simulation/modelica/inlineFunction/inlineFunction2.mos
| | | | M	simulation/modelica/inlineFunction/testBug3687.mos
| | | | M	simulation/modelica/inlineFunction/testComplexMath.mos
| | | | M	simulation/modelica/japaneselanguage/JBouncingBall.mos
| | | | M	simulation/modelica/linear_system/MissV.mos
| | | | M	simulation/modelica/linear_system/constantStates.mos
| | | | M	simulation/modelica/msl22/IdealGear.mos
| | | | M	simulation/modelica/msl22/IdealGearBrake.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitOver.mos
| | | | M	simulation/modelica/nonlinear_system/fullRobot.mos
| | | | M	simulation/modelica/nonlinear_system/nanTest.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinear_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1.mos
| | | | M	simulation/modelica/nonlinear_system/problem12.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_kinsol.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem4.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac.mos
| | | | M	simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos
| | | | M	simulation/modelica/nonlinear_system/problem8_newton.mos
| | | | M	simulation/modelica/nonlinear_system/problem9.mos
| | | | M	simulation/modelica/others/Bug1728.mos
| | | | M	simulation/modelica/others/Bug1987.mos
| | | | M	simulation/modelica/others/Bug2432.mos
| | | | M	simulation/modelica/others/Bug2788.mos
| | | | M	simulation/modelica/others/Bug3023.mos
| | | | M	simulation/modelica/others/Bug3261.mos
| | | | M	simulation/modelica/others/BugTest1830.mos
| | | | M	simulation/modelica/others/Random.mos
| | | | M	simulation/modelica/others/Random2.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestSolve14.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | M	simulation/modelica/others/impureTest.mos
| | | | M	simulation/modelica/others/nonConstantIndex.mos
| | | | M	simulation/modelica/others/nonConstantParam.mos
| | | | M	simulation/modelica/others/sample1.mos
| | | | M	simulation/modelica/others/sample3.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/solver/bug2231-radau1.mos
| | | | M	simulation/modelica/solver/problem1-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem1-ida.mos
| | | | M	simulation/modelica/solver/problem1-lobatto2.mos
| | | | M	simulation/modelica/solver/problem1-lobatto4.mos
| | | | M	simulation/modelica/solver/problem1-lobatto6.mos
| | | | M	simulation/modelica/solver/problem1-radau1.mos
| | | | M	simulation/modelica/solver/problem1-radau3.mos
| | | | M	simulation/modelica/solver/problem1-radau5.mos
| | | | M	simulation/modelica/solver/problem1-symEuler.mos
| | | | M	simulation/modelica/solver/problem2-dasslsteps.mos
| | | | M	simulation/modelica/solver/problem2-ida.mos
| | | | M	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | M	simulation/modelica/solver/problem2-lobatto2.mos
| | | | M	simulation/modelica/solver/problem2-lobatto4.mos
| | | | M	simulation/modelica/solver/problem2-lobatto6.mos
| | | | M	simulation/modelica/solver/problem2-radau1.mos
| | | | M	simulation/modelica/solver/problem2-radau3.mos
| | | | M	simulation/modelica/solver/problem2-radau5.mos
| | | | M	simulation/modelica/solver/problem2-symEuler.mos
| | | | M	simulation/modelica/solver/testDAEp1.mos
| | | | M	simulation/modelica/solver/testDAEp2.mos
| | | | M	simulation/modelica/solver/testDAEp3.mos
| | | | M	simulation/modelica/solver/testDAEp4.mos
| | | | M	simulation/modelica/solver/testDAEp5.mos
| | | | M	simulation/modelica/solver/testDAEp6.mos
| | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/statemachines/SingleState.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing17-omc.mos
| | | | M	simulation/modelica/tearing/Tearing18-cel.mos
| | | | M	simulation/modelica/tearing/Tearing18-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing18-omc.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-celMC3.mos
| | | | M	simulation/modelica/tearing/tearingSelect2-omc.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | 
| * | | commit 735a63374bd81da7a839711f3e04093797acc2a1
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Sep 20 21:23:39 2016 +0200
| | | | 
| | | |     Fix initialization problems containing
| | | |     
| | | |     parameters having implicitly fixed=false
| | | | 
| | | | M	flattening/modelica/modification/Bug3817.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | | | M	openmodelica/debugDumps/libraryCoverageFlags.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/xml/Bug3857.mos
| | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | | | M	simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos
| | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/enums/EnumArray2.mos
| | | | M	simulation/modelica/enums/TestPosture.mos
| | | | M	simulation/modelica/functions_eval/Inverter2.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/boundParameterExpUnfixed.mos
| | | | M	simulation/modelica/initialization/bug_2994.mos
| | | | M	simulation/modelica/initialization/fullRobot.mos
| | | | M	simulation/modelica/initialization/parameterWithoutBinding.mos
| | | | M	simulation/modelica/initialization/parameters.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitOver.mos
| | | | M	simulation/modelica/msl22/Test3PhaseInitParam.mos
| | | | M	simulation/modelica/others/Random.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit bf88e3f1cc379515948eb611d643a744d21652fe
| | | | Author: ptaeuber 
| | | | Date:   Tue Sep 20 11:22:26 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | 
| * | | commit 07e45ab116dfd658475ffeee37e3310a2569e991
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Sep 7 10:56:44 2016 +0200
| | | | 
| | | |     Fixes for ticket:4007
| | | |     
| | | |     Updated cseTestCall1.mos, which used an illegal function call. Added
| | | |     a test case for tuples not on the LHS.
| | | | 
| | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | A	flattening/modelica/algorithms-functions/TupleError.mo
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | 
| * | | commit 9f36c1c25910ec9f9992a9f494c787e18ff8580f
| | | | Author: Willi Braun 
| | | | Date:   Mon Aug 29 15:54:24 2016 +0200
| | | | 
| | | |     fix daeMode testsuite
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | M	simulation/modelica/solver/testDAEp6.mos
| | | | 
| * | | commit 7496b2113cb830beae04517e910f1bada4e4a2d3
| | | | Author: Willi Braun 
| | | | Date:   Mon Aug 29 15:05:52 2016 +0200
| | | | 
| | | |     add dae tests to the testsuite
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | M	simulation/modelica/solver/testDAEPackage.mo
| | | | A	simulation/modelica/solver/testDAEp6.mos
| | | | 
| * | | commit 4248392478ee6aea752ac755e44608a410609727
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 23 14:02:47 2016 +0200
| | | | 
| | | |     Updated the transitions test.
| | | | 
| | | | M	openmodelica/interactive-API/StateMachine.mos
| | | | 
| * | | commit aa4034be8b96e92ac3ee4ead0b0672ecfc267329
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 23 10:51:42 2016 +0200
| | | | 
| | | |     Call the transition tests.
| | | | 
| | | | M	openmodelica/interactive-API/Makefile
| | | | 
| * | | commit 425e279643cb93467906dfd77e704056128d7662
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Aug 22 12:57:35 2016 +0200
| | | | 
| | | |     Test for transitions APIs.
| | | | 
| | | | A	openmodelica/interactive-API/StateMachine.mo
| | | | A	openmodelica/interactive-API/StateMachine.mos
| | | | 
| * | | commit f12e83be546324c84a1b63f023006c33bff46263
| | | | Author: Per Östlund 
| | | | Date:   Mon Aug 22 12:30:38 2016 +0200
| | | | 
| | | |     - Added testcase for ticket 4028.
| | | | 
| | | | M	flattening/modelica/built-in-functions/Makefile
| | | | A	flattening/modelica/built-in-functions/SumArray.mo
| | | | 
| * | | commit 05d7215d2db9f243e87a982d273945b8d0ac445f
| | | | Author: vwaurich 
| | | | Date:   Mon Aug 15 11:44:54 2016 +0200
| | | | 
| | | |     - deactivate test for now
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit ad304529bc8d9d8e65f8911429cad9c24afe6837
| | | | Author: ptaeuber 
| | | | Date:   Mon Aug 1 13:09:07 2016 +0200
| | | | 
| | | |     Expected Output
| | | |     
| | | |     Rename models and prefer tvars with start value
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/tearing/Makefile
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | R087	simulation/modelica/tearing/AnnotationTest-celMC3.mos	simulation/modelica/tearing/tearingSelect-celMC3.mos
| | | | R087	simulation/modelica/tearing/AnnotationTest-omc.mos	simulation/modelica/tearing/tearingSelect-omc.mos
| | | | R071	simulation/modelica/tearing/AnnotationTest.mo	simulation/modelica/tearing/tearingSelect.mo
| | | | R090	simulation/modelica/tearing/AnnotationTest2-celMC3.mos	simulation/modelica/tearing/tearingSelect2-celMC3.mos
| | | | R090	simulation/modelica/tearing/AnnotationTest2-omc.mos	simulation/modelica/tearing/tearingSelect2-omc.mos
| | | | R085	simulation/modelica/tearing/AnnotationTest2.mo	simulation/modelica/tearing/tearingSelect2.mo
| | | | 
| * | | commit b11d53d018cbc21d4dcd484dfae4e815de6511a4
| | | | Author: ptaeuber 
| | | | Date:   Fri Aug 5 16:37:38 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | 
| * | | commit 810d7e20bd97216481c854243cede821dda12957
| | | | Author: vwaurich 
| | | | Date:   Thu Aug 4 13:10:34 2016 +0200
| | | | 
| | | |     - activate synchronous test with total model
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | M	openmodelica/cppruntime/MultipleBaseClocks.mos
| | | | A	openmodelica/cppruntime/MultipleBaseClocksTotal.mo
| | | | 
| * | | commit 9453b64e259ab3b5278b0d85364b25b0ca2ba6ba
| | | | Author: vwaurich 
| | | | Date:   Thu Aug 4 10:42:19 2016 +0200
| | | | 
| | | |     - added synchronous test, update clockedEventTest
| | | | 
| | | | A	ReferenceFiles/cppruntime/MultipleBaseClocks.mat.xz
| | | | A	openmodelica/cppruntime/MultipleBaseClocks.mo
| | | | A	openmodelica/cppruntime/MultipleBaseClocks.mos
| | | | M	openmodelica/cppruntime/clockedEventTest.mos
| | | | 
| * | | commit efdd08a275a684088569ca6d880c7f24597812b2
| | | | Author: vwaurich 
| | | | Date:   Thu Aug 4 08:45:59 2016 +0200
| | | | 
| | | |     - update clockedEventTest
| | | | 
| | | | M	openmodelica/cppruntime/clockedEventTest.mos
| | | | 
| * | | commit 69e0f34f47b85d89d0e89afe2cf6ad14741c5058
| | | | Author: vwaurich 
| | | | Date:   Tue Aug 2 13:23:27 2016 +0200
| | | | 
| | | |     - added test for partlintorn systems
| | | | 
| | | | A	simulation/modelica/linear_system/EngineV6_partlintorn.mos
| | | | M	simulation/modelica/linear_system/Makefile
| | | | 
| * | | commit 793899e5083272f6854cbc7459f1e72f4db764c1
| | | | Author: vruge 
| | | | Date:   Sun Jul 31 22:52:29 2016 +0200
| | | | 
| | | |     added test for ticket:3997
| | | | 
| | | | M	simulation/modelica/inlineFunction/Makefile
| | | | A	simulation/modelica/inlineFunction/testBug3997.mos
| | | | 
| * | | commit c49987f116becfff98b60970949dc1059cd9a0d7
| | | | Author: vruge 
| | | | Date:   Thu Jul 28 23:25:13 2016 +0200
| | | | 
| | | |     added tests for force inline function in Loop
| | | | 
| | | | M	simulation/modelica/inlineFunction/Makefile
| | | | A	simulation/modelica/inlineFunction/forceComplexEq.mos
| | | | A	simulation/modelica/inlineFunction/forceComplexEq2.mos
| | | | A	simulation/modelica/inlineFunction/forceComplexEq3.mos
| | | | A	simulation/modelica/inlineFunction/forceComplexEq4.mos
| | | | 
| * | | commit 95c8653eac3c9a20c6d22aba1485bdb0f3f78daf
| | | | Author: vruge 
| | | | Date:   Wed Jul 27 21:31:28 2016 +0200
| | | | 
| | | |     make test more stable
| | | |     
| | | |      - force tearing heuristic with TearingSelect
| | | |      - skipped initialation, using intialation from file
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | 
| * | | commit 8775cffb0c1956a18458ed3e18c0b75a95b6b5fd
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jul 27 09:38:42 2016 +0200
| | | | 
| | | |     Test for default external call with arrays
| | | |     
| | | |     This is a testcase for ticket:4009.
| | | | 
| | | | M	flattening/modelica/external-functions/ExternalFunction3.mo
| | | | M	openmodelica/typed-API/StringVariableName.mos
| | | | A	simulation/modelica/external_functions/ImplicitArray.mos
| | | | M	simulation/modelica/external_functions/Makefile
| | | | M	simulation/modelica/external_functions/Matrix.mos
| | | | 
| * | | commit 560200ba925961ff51678479ee9201e740e29027
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jul 19 09:43:31 2016 +0200
| | | | 
| | | |     Expected output
| | | |     
| | | |     This is expected output for OpenModelica/OMCompiler/#1031 which fixes
| | | |     expEquals for DAE.TSUB
| | | | 
| | | | M	flattening/modelica/operators/OperatorsTuples.mo
| | | | 
| * | | commit 04832d54e8f381ec056b331db7b948e0449f33f8
| | | | Author: ptaeuber 
| | | | Date:   Mon Jul 18 16:36:00 2016 +0200
| | | | 
| | | |     Update parameterTest
| | | | 
| | | | M	simulation/modelica/parameters/parameterTest.mos
| | | | 
| * | | commit 413773574b453bd47bbe4f1ac4232b3e0a780d25
| | | | Author: Patrick Täuber 
| | | | Date:   Wed Jul 13 19:11:46 2016 +0200
| | | | 
| | | |     Add model to test parameter evaluation
| | | | 
| | | | M	simulation/modelica/parameters/Makefile
| | | | A	simulation/modelica/parameters/parameterTest.mos
| | | | 
| * | | commit 09ae6c9806a5f12041d507c9e3486bb68c6fa67e
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Jul 16 04:30:11 2016 +0200
| | | | 
| | | |     Added test for getTransitions API.
| | | | 
| | | | M	openmodelica/interactive-API/interactive_api_calls.mo
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | 
| * | | commit 3c02f6ac9a05436fe9cae4d6c7464548f4284eaf
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jul 11 17:53:42 2016 +0200
| | | | 
| | | |     Updated tests for getClassInformation output.
| | | | 
| | | | M	openmodelica/interactive-API/Bug3417.mos
| | | | M	openmodelica/interactive-API/CopyClass.mos
| | | | M	openmodelica/interactive-API/interactive_api_attributes.mos
| | | | M	openmodelica/interactive-API/interactive_api_calls.mo
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | M	openmodelica/interactive-API/loadFileInteractiveQualified.mos
| | | | M	openmodelica/interactive-API/setSourceFileListFile.mos
| | | | 
| * | | commit 25e9e2c5cd912177327ce63f62eb50c2995dc9ca
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jul 11 16:09:13 2016 +0200
| | | | 
| | | |     Expected output for #1016
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | 
| * | | commit 7569344ae0f4570158a901dbca00e5a663f2cd41
| | | | Author: Willi Braun 
| | | | Date:   Fri Jul 8 12:10:32 2016 +0200
| | | | 
| | | |     expected output of OMCompiler PR#1014
| | | | 
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit e00a7e6a9c72c263a6c1e20869a7857560c0e8ea
| | | | Author: Willi Braun 
| | | | Date:   Tue Jul 5 15:11:10 2016 +0200
| | | | 
| | | |     enable daeMode tests
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | M	simulation/modelica/solver/testDAEmodeDrumBoiler.mos
| | | | M	simulation/modelica/solver/testDAEp1.mos
| | | | M	simulation/modelica/solver/testDAEp2.mos
| | | | M	simulation/modelica/solver/testDAEp3.mos
| | | | M	simulation/modelica/solver/testDAEp4.mos
| | | | M	simulation/modelica/solver/testDAEp5.mos
| | | | 
| * | | commit 3b50b4856767265f0971bfc6e3d01d74f5a6d73c
| | | | Author: Willi Braun 
| | | | Date:   Tue Jul 5 13:53:55 2016 +0200
| | | | 
| | | |     adjust output of tests
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | 
| * | | commit c05343bcd867b871c0723b92fe7fef1f33abbe10
| | | | Author: adrpo 
| | | | Date:   Thu Jun 30 23:34:58 2016 +0200
| | | | 
| | | |     update test after fixing ticket:3980
| | | | 
| | | | M	openmodelica/xml/Bug3857.mos
| | | | 
| * | | commit 58e841c220c02f623ab19b9e85edbf3ad5351314
| | | | Author: vwaurich 
| | | | Date:   Thu Jun 30 14:53:04 2016 +0200
| | | | 
| | | |     - added cpp synchronous coverage tests for windows
| | | | 
| | | | M	simulation/libraries/3rdParty/Modelica_Synchronous/simulateAll.cmd
| | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/simulateAll_Parallel.cmd
| | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/simulate_parallel.cmd
| | | | M	simulation/libraries/3rdParty/Modelica_Synchronous/sortResults.py
| | | | 
| * | | commit 63ce1c70ea3aa9b9dcbc3dc3600072ff6faccd18
| | | | Author: adrpo 
| | | | Date:   Wed Jun 29 01:59:40 2016 +0200
| | | | 
| | | |     update tests after ThermoSysPro changes
| | | | 
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | | | M	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | | | 
| * | | commit e8766a79620cb1c72346872e07cad35695ba1732
| | | | Author: Willi 
| | | | Date:   Tue Jun 28 03:39:00 2016 +0200
| | | | 
| | | |     add testcase for ida solver
| | | | 
| | | | M	openmodelica/cruntime/simoptions/Makefile
| | | | A	openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos
| | | | 
| * | | commit d6332537564f22e770945ef953eaaf93c4c07a7c
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Jun 23 19:41:13 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | | | 
| * | | commit bf3ee768c482250b6d119b6dc5363011024ddfbb
| | | | Author: Willi Braun 
| | | | Date:   Thu Jun 23 17:09:51 2016 +0200
| | | | 
| | | |     add daeMode tests to testsuite
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | 
| * | | commit dcf9748d948c8197aff1f4254af93167ed125efb
| | | | Author: Willi Braun 
| | | | Date:   Thu Jun 23 16:22:23 2016 +0200
| | | | 
| | | |     add ida daeMode flag to suppress alg. vars
| | | | 
| | | | M	simulation/modelica/solver/testDAEmodeDrumBoiler.mos
| | | | 
| * | | commit 611ddae12d27c6dcf325bee85d41acad731c178b
| | | | Author: adrpo 
| | | | Date:   Thu Jun 23 01:36:34 2016 +0200
| | | | 
| | | |     add test for ticket:3974
| | | | 
| | | | A	openmodelica/interactive-API/Bug3974.mos
| | | | M	openmodelica/interactive-API/Makefile
| | | | 
| * | | commit f34d8aac8f4e1e783b8e2967f5d2790f7e6ac994
| | | | Author: Niklas Worschech 
| | | | Date:   Tue Jun 21 17:34:09 2016 +0200
| | | | 
| | | |     activated clockedTest in cpp tests again
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit 7d89d89eef6305d7ec65f765d7f2dce8d7d71bd9
| | | | Author: adrpo 
| | | | Date:   Mon Jun 20 17:06:50 2016 +0200
| | | | 
| | | |     disble test until we find the issue
| | | | 
| | | | M	openmodelica/bootstrapping/Makefile
| | | | 
| * | | commit 25d4cfc125179a35bf947ffaf73596a4701dcdcb
| | | | Author: Niklas Worschech 
| | | | Date:   Mon Jun 20 16:24:57 2016 +0200
| | | | 
| | | |     temporary deactivated clockTest from cpp runtime tests
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit f3deab8a4edb0d7c239befa1e96ab87b401b9d8c
| | | | Author: Bernhard Thiele 
| | | | Date:   Fri Jun 17 13:28:25 2016 +0200
| | | | 
| | | |     Added graphical state machine examples
| | | | 
| | | | A	simulation/modelica/statemachines/SMGraphicalTestCases.mo
| | | | 
| * | | commit c45baaf659ab34bc3c4e5eaa320b5697223ed5e1
| | | | Author: adrpo 
| | | | Date:   Tue Jun 14 08:38:59 2016 +0200
| | | | 
| | | |     update tests ticket:3960
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | 
| * | | commit 3589cd8dbea5ff1ab959b873659c1e29cd642a16
| | | | Author: Lennart Ochel 
| | | | Date:   Tue May 31 09:34:37 2016 +0200
| | | | 
| | | |     New test cases for module wrapFunctionCalls
| | | | 
| | | | M	simulation/modelica/commonSubExp/Makefile
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls1.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls2.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls3.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls4.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls5.mos
| | | | A	simulation/modelica/commonSubExp/wrapFunctionCalls6.mos
| | | | 
| * | | commit b10d9209fcbfe7426cb604049864235415adc2dd
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jun 10 10:44:11 2016 +0200
| | | | 
| | | |     Update expected output
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	simulation/modelica/commonSubExp/Makefile
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse2_comSubExp.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | D	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 1af79cf993bd09d5ce32091d1f582d89070534a6
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jun 10 10:25:08 2016 +0200
| | | | 
| | | |     Update expected output
| | | | 
| | | | M	openmodelica/bootstrapping/ExpandableArrayTest.mos
| | | | 
| * | | commit 99918a094db83d115ea3260afd1af87cf448ca6b
| | | | Author: vruge 
| | | | Date:   Mon Jun 6 21:35:47 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | 
| * | | commit c135f75f0c09bd2454a743c1ca0f32fd890b7d1b
| | | | Author: Lennart Ochel 
| | | | Date:   Sat Jun 4 11:43:31 2016 +0200
| | | | 
| | | |     Unit test for expandable array
| | | | 
| | | | A	openmodelica/bootstrapping/ExpandableArrayTest.mos
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | M	openmodelica/bootstrapping/Makefile
| | | | 
| * | | commit 1a9e96d52fdd24938d57dcf8873e8c664cc72ad7
| | | | Author: adrpo 
| | | | Date:   Fri Jun 3 00:09:58 2016 +0200
| | | | 
| | | |     fix ticket3947, change SID to SIDTest to avoid name conflicts
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | 
| * | | commit 55a76f72b74ebfa1db2cc4135acc3adb7ad80b20
| | | | Author: ptaeuber 
| | | | Date:   Wed Jun 1 15:48:12 2016 +0200
| | | | 
| | | |     Use config flag for total tearing
| | | | 
| | | | M	simulation/modelica/tearing/totalTearing1.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | 
| * | | commit 22f7bdfabf3dde149573ddaf253aa54ce05a7d88
| | | | Author: Bernhard Thiele 
| | | | Date:   Wed Jun 1 11:14:04 2016 +0200
| | | | 
| | | |     Added another test case to Modelica_Synchronous
| | | | 
| | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl.mat.xz
| | | | M	simulation/libraries/3rdParty/Modelica_Synchronous/Makefile
| | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl.mos
| | | | 
| * | | commit 193fe4e983232382edbdd3f9518d65c5d2ef46c3
| | | | Author: adrpo 
| | | | Date:   Wed Jun 1 01:03:32 2016 +0200
| | | | 
| | | |     add test for ticket:3902
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | A	openmodelica/fmi/ModelExchange/2.0/testBug3902.mos
| | | | 
| * | | commit 5ad2b537e7b254a8ea2ba91aa6f386605b068b22
| | | | Author: Bernhard Thiele 
| | | | Date:   Mon May 30 18:27:42 2016 +0200
| | | | 
| | | |     Added Modelica_Synchronous test cases
| | | |     
| | | |     Added test cases for the elementary clock signal tests after
| | | |     changing the Modelica_Synchronous library.
| | | | 
| | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample.mat.xz
| | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SubSample.mat.xz
| | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SuperSample.mat.xz
| | | | M	simulation/libraries/3rdParty/Modelica_Synchronous/Makefile
| | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample.mos
| | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SubSample.mos
| | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SuperSample.mos
| | | | 
| * | | commit c44afbc083c26d643e0b35f86778911aea3f98d0
| | | | Author: ptaeuber 
| | | | Date:   Mon May 30 09:57:06 2016 +0200
| | | | 
| | | |     Use --maxSizeLinearTearing=0 instead of --disableLinearTearing
| | | | 
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | M	simulation/modelica/linear_system/NPendulum40.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/linear_system/problem3.mos
| | | | 
| * | | commit 36621703e0a2ab37c7e0dd82e0f4394fbab5d660
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun May 29 18:06:22 2016 +0200
| | | | 
| | | |     Upgrade clockedTest with continuous-time equations
| | | | 
| | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | 
| * | | commit 369a2c9c351dfc59a3de07dc11ecf8c0e19ef569
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun May 29 17:59:42 2016 +0200
| | | | 
| | | |     Revert 963ed3cf89 for clockedTest
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | 
| * | | commit d7950503a7f6bb243c026fe072b40af9d67a0a91
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat May 28 22:26:14 2016 +0200
| | | | 
| | | |     Expected output (ticket:3770)
| | | | 
| | | | M	openmodelica/cppruntime/clockedSolverTest.mos
| | | | 
| * | | commit 3446e63c192cf2e32841933431a6a16ca60d5254
| | | | Author: Lennart Ochel 
| | | | Date:   Fri May 27 14:47:06 2016 +0200
| | | | 
| | | |     Add test for 'localKnownVars'
| | | | 
| | | | M	simulation/modelica/others/Makefile
| | | | A	simulation/modelica/others/localKnownVars.mos
| | | | 
| * | | commit d7170093ae5929b51b04dce16d8ff81ca8f9fc0d
| | | | Author: ptaeuber 
| | | | Date:   Tue May 24 17:07:29 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | 
| * | | commit bcab6f6c0844c81edc7427603b679505eeba06dc
| | | | Author: vruge 
| | | | Date:   Mon May 16 19:42:35 2016 +0200
| | | | 
| | | |     added test for inline function
| | | |     
| | | |     from wibraun/OpenModelica-testsuite/
| | | | 
| | | | A	simulation/modelica/inlineFunction/Makefile
| | | | A	simulation/modelica/inlineFunction/inlineArray1.mos
| | | | A	simulation/modelica/inlineFunction/inlineArray2.mos
| | | | A	simulation/modelica/inlineFunction/inlineArray3.mos
| | | | A	simulation/modelica/inlineFunction/inlineArrayRecord.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction1.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction10.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction11.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction2.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction3.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction4.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction5.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction6.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction7.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction8.mos
| | | | A	simulation/modelica/inlineFunction/inlineFunction9.mos
| | | | A	simulation/modelica/inlineFunction/inlineRecords1.mos
| | | | A	simulation/modelica/inlineFunction/testBug3687.mos
| | | | A	simulation/modelica/inlineFunction/testComplexMath.mos
| | | | 
| * | | commit 6665a46ab9da0b94da78ef514820468bb0c9a75c
| | | | Author: adrpo 
| | | | Date:   Thu May 26 15:15:41 2016 +0200
| | | | 
| | | |     support baselining tests in parallel
| | | | 
| | | | M	fix-tests.sh
| | | | M	partest/runtest.pl
| | | | M	partest/runtests.pl
| | | | M	rtest
| | | | 
| * | | commit b7f5861962c108a236eced69c2c1d54df2f9f391
| | | | Author: Willi Braun 
| | | | Date:   Thu May 26 13:54:32 2016 +0200
| | | | 
| | | |     don't show alias warning by default
| | | | 
| | | | M	flattening/libraries/3rdParty/siemens/translatePipes.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3763.mos
| | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos
| | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | | | M	simulation/modelica/functions_eval/MoistAir.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | M	simulation/modelica/others/EngineV6_evalParams.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | 
| * | | commit f65263f47bee6ae77b387b08b11a4cade62e2185
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 26 13:40:45 2016 +0200
| | | | 
| | | |     Update now broken test needing CREF_ITER working
| | | | 
| | | | M	simulation/libraries/3rdParty/DrModelica/Makefile
| | | | 
| * | | commit bc03c8e969db5a74f28a1363efb8683175011def
| | | | Author: adrpo 
| | | | Date:   Thu May 26 11:37:56 2016 +0200
| | | | 
| | | |     use --alarm=900 for all tests to avoid hangs
| | | | 
| | | | M	rtest
| | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | 
| * | | commit ec4c1c72ed0ddd88f620205c0396f7256cf5d3f4
| | | | Author: Willi Braun 
| | | | Date:   Wed May 25 18:33:48 2016 +0200
| | | | 
| | | |     add testcase for ticket:3926
| | | | 
| | | | M	simulation/modelica/linear_system/Makefile
| | | | A	simulation/modelica/linear_system/Ticket3926.mos
| | | | 
| * | | commit 77c753bf8ee6e01e4690142a9cbd179ac39ce69d
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 25 16:09:33 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/debugDumps/testDumpEvents.mos
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | M	simulation/modelica/events/EventTests3.mos
| | | | 
| * | | commit 927c5e90fe41a490d231f94f6045fffdd26513bd
| | | | Author: Per Östlund 
| | | | Date:   Wed May 25 15:54:29 2016 +0200
| | | | 
| | | |     scodeInst -> newInst flag update.
| | | | 
| | | | M	flattening/modelica/scodeinst/BuiltinTime.mo
| | | | M	flattening/modelica/scodeinst/ClassAsComponentError.mo
| | | | M	flattening/modelica/scodeinst/ComponentAsTypeError.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector1.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector2.mo
| | | | M	flattening/modelica/scodeinst/ConstantConnector3.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod1.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod2.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod3.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod4.mo
| | | | M	flattening/modelica/scodeinst/DuplicateMod5.mo
| | | | M	flattening/modelica/scodeinst/ExtendSections.mo
| | | | M	flattening/modelica/scodeinst/ExtendsVisibility.mo
| | | | M	flattening/modelica/scodeinst/FunctionRecordArg1.mo
| | | | M	flattening/modelica/scodeinst/ImportConflict1.mo
| | | | M	flattening/modelica/scodeinst/ImportNamed1.mo
| | | | M	flattening/modelica/scodeinst/ImportNamed2.mo
| | | | M	flattening/modelica/scodeinst/ImportNamedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportNested1.mo
| | | | M	flattening/modelica/scodeinst/ImportNested2.mo
| | | | M	flattening/modelica/scodeinst/ImportQualified1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid1.mo
| | | | M	flattening/modelica/scodeinst/ImportQualifiedInvalid2.mo
| | | | M	flattening/modelica/scodeinst/ImportShadowing1.mo
| | | | M	flattening/modelica/scodeinst/ImportUnqualified1.mo
| | | | M	flattening/modelica/scodeinst/ImportUnqualified2.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType1.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType2.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType3.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType4.mo
| | | | M	flattening/modelica/scodeinst/InvalidComplexConnectorType5.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorDirection1.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorDirection2.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorDirection3.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorDirection4.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType1.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType2.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType3.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType4.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType5.mo
| | | | M	flattening/modelica/scodeinst/InvalidConnectorType6.mo
| | | | M	flattening/modelica/scodeinst/InvalidExpandableConnector1.mo
| | | | M	flattening/modelica/scodeinst/InvalidVariability1.mo
| | | | M	flattening/modelica/scodeinst/InvalidVariability2.mo
| | | | M	flattening/modelica/scodeinst/MissingRedeclare1.mo
| | | | M	flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo
| | | | M	flattening/modelica/scodeinst/MultiInheritanceRedeclare2.mo
| | | | M	flattening/modelica/scodeinst/NonexistentRedeclareModifier1.mo
| | | | M	flattening/modelica/scodeinst/NonexistentRedeclareModifier2.mo
| | | | M	flattening/modelica/scodeinst/PartialInst.mo
| | | | M	flattening/modelica/scodeinst/PropagateRedeclareMod1.mo
| | | | M	flattening/modelica/scodeinst/RecursiveExtends1.mo
| | | | M	flattening/modelica/scodeinst/RecursiveExtends2.mo
| | | | M	flattening/modelica/scodeinst/RedeclaredFunction1.mo
| | | | M	flattening/modelica/scodeinst/arrfunc.mo
| | | | M	flattening/modelica/scodeinst/bindings1.mo
| | | | M	flattening/modelica/scodeinst/bindings2.mo
| | | | M	flattening/modelica/scodeinst/bindings3.mo
| | | | M	flattening/modelica/scodeinst/bindings4.mo
| | | | M	flattening/modelica/scodeinst/bindings5.mo
| | | | M	flattening/modelica/scodeinst/bindings6.mo
| | | | M	flattening/modelica/scodeinst/bindings7.mo
| | | | M	flattening/modelica/scodeinst/builtinmod.mo
| | | | M	flattening/modelica/scodeinst/builtinmod2.mo
| | | | M	flattening/modelica/scodeinst/classextends1.mo
| | | | M	flattening/modelica/scodeinst/classextends2.mo
| | | | M	flattening/modelica/scodeinst/classextends3.mo
| | | | M	flattening/modelica/scodeinst/compfunc.mo
| | | | M	flattening/modelica/scodeinst/cond1.mo
| | | | M	flattening/modelica/scodeinst/cond2.mo
| | | | M	flattening/modelica/scodeinst/cond3.mo
| | | | M	flattening/modelica/scodeinst/cond4.mo
| | | | M	flattening/modelica/scodeinst/conn1.mo
| | | | M	flattening/modelica/scodeinst/conn10.mo
| | | | M	flattening/modelica/scodeinst/conn11.mo
| | | | M	flattening/modelica/scodeinst/conn12.mo
| | | | M	flattening/modelica/scodeinst/conn13.mo
| | | | M	flattening/modelica/scodeinst/conn14.mo
| | | | M	flattening/modelica/scodeinst/conn2.mo
| | | | M	flattening/modelica/scodeinst/conn3.mo
| | | | M	flattening/modelica/scodeinst/conn4.mo
| | | | M	flattening/modelica/scodeinst/conn5.mo
| | | | M	flattening/modelica/scodeinst/conn6.mo
| | | | M	flattening/modelica/scodeinst/conn7.mo
| | | | M	flattening/modelica/scodeinst/conn8.mo
| | | | M	flattening/modelica/scodeinst/conn9.mo
| | | | M	flattening/modelica/scodeinst/conngraph1.mo
| | | | M	flattening/modelica/scodeinst/conngraph2.mo
| | | | M	flattening/modelica/scodeinst/const1.mo
| | | | M	flattening/modelica/scodeinst/const10.mo
| | | | M	flattening/modelica/scodeinst/const11.mo
| | | | M	flattening/modelica/scodeinst/const12.mo
| | | | M	flattening/modelica/scodeinst/const13.mo
| | | | M	flattening/modelica/scodeinst/const14.mo
| | | | M	flattening/modelica/scodeinst/const15.mo
| | | | M	flattening/modelica/scodeinst/const16.mo
| | | | M	flattening/modelica/scodeinst/const17.mo
| | | | M	flattening/modelica/scodeinst/const2.mo
| | | | M	flattening/modelica/scodeinst/const3.mo
| | | | M	flattening/modelica/scodeinst/const4.mo
| | | | M	flattening/modelica/scodeinst/const5.mo
| | | | M	flattening/modelica/scodeinst/const6.mo
| | | | M	flattening/modelica/scodeinst/const7.mo
| | | | M	flattening/modelica/scodeinst/const8.mo
| | | | M	flattening/modelica/scodeinst/dim1.mo
| | | | M	flattening/modelica/scodeinst/dim10.mo
| | | | M	flattening/modelica/scodeinst/dim12.mo
| | | | M	flattening/modelica/scodeinst/dim13.mo
| | | | M	flattening/modelica/scodeinst/dim14.mo
| | | | M	flattening/modelica/scodeinst/dim15.mo
| | | | M	flattening/modelica/scodeinst/dim16.mo
| | | | M	flattening/modelica/scodeinst/dim17.mo
| | | | M	flattening/modelica/scodeinst/dim18.mo
| | | | M	flattening/modelica/scodeinst/dim19.mo
| | | | M	flattening/modelica/scodeinst/dim2.mo
| | | | M	flattening/modelica/scodeinst/dim3.mo
| | | | M	flattening/modelica/scodeinst/dim4.mo
| | | | M	flattening/modelica/scodeinst/dim5.mo
| | | | M	flattening/modelica/scodeinst/dim6.mo
| | | | M	flattening/modelica/scodeinst/dim7.mo
| | | | M	flattening/modelica/scodeinst/enum1.mo
| | | | M	flattening/modelica/scodeinst/enum2.mo
| | | | M	flattening/modelica/scodeinst/enum3.mo
| | | | M	flattening/modelica/scodeinst/enum4.mo
| | | | M	flattening/modelica/scodeinst/enum5.mo
| | | | M	flattening/modelica/scodeinst/enum6.mo
| | | | M	flattening/modelica/scodeinst/eq1.mo
| | | | M	flattening/modelica/scodeinst/eq10.mo
| | | | M	flattening/modelica/scodeinst/eq2.mo
| | | | M	flattening/modelica/scodeinst/eq3.mo
| | | | M	flattening/modelica/scodeinst/eq4.mo
| | | | M	flattening/modelica/scodeinst/eq5.mo
| | | | M	flattening/modelica/scodeinst/eq6.mo
| | | | M	flattening/modelica/scodeinst/eq7.mo
| | | | M	flattening/modelica/scodeinst/eq8.mo
| | | | M	flattening/modelica/scodeinst/eq9.mo
| | | | M	flattening/modelica/scodeinst/expconn1.mo
| | | | M	flattening/modelica/scodeinst/expconn2.mo
| | | | M	flattening/modelica/scodeinst/expconn3.mo
| | | | M	flattening/modelica/scodeinst/expconn4.mo
| | | | M	flattening/modelica/scodeinst/expconn5.mo
| | | | M	flattening/modelica/scodeinst/expconn6.mo
| | | | M	flattening/modelica/scodeinst/expconn7.mo
| | | | M	flattening/modelica/scodeinst/extends1.mo
| | | | M	flattening/modelica/scodeinst/extends2.mo
| | | | M	flattening/modelica/scodeinst/for1.mo
| | | | M	flattening/modelica/scodeinst/for2.mo
| | | | M	flattening/modelica/scodeinst/for3.mo
| | | | M	flattening/modelica/scodeinst/func1.mo
| | | | M	flattening/modelica/scodeinst/func2.mo
| | | | M	flattening/modelica/scodeinst/func3.mo
| | | | M	flattening/modelica/scodeinst/func4.mo
| | | | M	flattening/modelica/scodeinst/func5.mo
| | | | M	flattening/modelica/scodeinst/func6.mo
| | | | M	flattening/modelica/scodeinst/func7.mo
| | | | M	flattening/modelica/scodeinst/func8.mo
| | | | M	flattening/modelica/scodeinst/func9.mo
| | | | M	flattening/modelica/scodeinst/function1.mo
| | | | M	flattening/modelica/scodeinst/if1.mo
| | | | M	flattening/modelica/scodeinst/ih1.mo
| | | | M	flattening/modelica/scodeinst/ih2.mo
| | | | M	flattening/modelica/scodeinst/ih3.mo
| | | | M	flattening/modelica/scodeinst/inst1.mo
| | | | M	flattening/modelica/scodeinst/inst2.mo
| | | | M	flattening/modelica/scodeinst/inst3.mo
| | | | M	flattening/modelica/scodeinst/inst4.mo
| | | | M	flattening/modelica/scodeinst/inst5.mo
| | | | M	flattening/modelica/scodeinst/inst6.mo
| | | | M	flattening/modelica/scodeinst/inst7.mo
| | | | M	flattening/modelica/scodeinst/inst8.mo
| | | | M	flattening/modelica/scodeinst/loop1.mo
| | | | M	flattening/modelica/scodeinst/loop2.mo
| | | | M	flattening/modelica/scodeinst/loop3.mo
| | | | M	flattening/modelica/scodeinst/loop4.mo
| | | | M	flattening/modelica/scodeinst/mod1.mo
| | | | M	flattening/modelica/scodeinst/mod10.mo
| | | | M	flattening/modelica/scodeinst/mod11.mo
| | | | M	flattening/modelica/scodeinst/mod12.mo
| | | | M	flattening/modelica/scodeinst/mod13.mo
| | | | M	flattening/modelica/scodeinst/mod4.mo
| | | | M	flattening/modelica/scodeinst/mod5.mo
| | | | M	flattening/modelica/scodeinst/mod6.mo
| | | | M	flattening/modelica/scodeinst/mod7.mo
| | | | M	flattening/modelica/scodeinst/mod8.mo
| | | | M	flattening/modelica/scodeinst/mod9.mo
| | | | M	flattening/modelica/scodeinst/noretcall1.mo
| | | | M	flattening/modelica/scodeinst/redeclare1.mo
| | | | M	flattening/modelica/scodeinst/redeclare10.mo
| | | | M	flattening/modelica/scodeinst/redeclare11.mo
| | | | M	flattening/modelica/scodeinst/redeclare12.mo
| | | | M	flattening/modelica/scodeinst/redeclare13.mo
| | | | M	flattening/modelica/scodeinst/redeclare2.mo
| | | | M	flattening/modelica/scodeinst/redeclare3.mo
| | | | M	flattening/modelica/scodeinst/redeclare4.mo
| | | | M	flattening/modelica/scodeinst/redeclare5.mo
| | | | M	flattening/modelica/scodeinst/redeclare6.mo
| | | | M	flattening/modelica/scodeinst/redeclare7.mo
| | | | M	flattening/modelica/scodeinst/redeclare8.mo
| | | | M	flattening/modelica/scodeinst/redeclare9.mo
| | | | M	flattening/modelica/scodeinst/type1.mo
| | | | M	flattening/modelica/scodeinst/type2.mo
| | | | M	flattening/modelica/scodeinst/type3.mo
| | | | M	flattening/modelica/scodeinst/type4.mo
| | | | M	flattening/modelica/scodeinst/type5.mo
| | | | M	flattening/modelica/scodeinst/usertype1.mo
| | | | M	flattening/modelica/scodeinst/usertype2.mo
| | | | M	flattening/modelica/scodeinst/when1.mo
| | | | 
| * | | commit 4de17a3b35c22bac18fd90e11581b3461197a768
| | | | Author: Per Östlund 
| | | | Date:   Wed May 25 15:48:55 2016 +0200
| | | | 
| | | |     Updated LoadCompilerSources to new inst changes.
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit 9e030f2b3036d7fecee82fb51498e57b2bfd0bd5
| | | | Author: Per Östlund 
| | | | Date:   Wed May 25 14:40:03 2016 +0200
| | | | 
| | | |     More scodeinst test updates.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/usertype1.mo
| | | | M	flattening/modelica/scodeinst/usertype2.mo
| | | | 
| * | | commit f1fe18eb3b16955b8935ffba1c950e3a4bcd5edb
| | | | Author: Per Östlund 
| | | | Date:   Wed May 25 12:30:54 2016 +0200
| | | | 
| | | |     Updated scodeinst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/ComponentAsTypeError.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | M	flattening/modelica/scodeinst/builtinmod2.mo
| | | | A	flattening/modelica/scodeinst/usertype1.mo
| | | | A	flattening/modelica/scodeinst/usertype2.mo
| | | | 
| * | | commit 03471e2f4b15b357aa41d42ff463428557c6283d
| | | | Author: arun3688 
| | | | Date:   Wed May 25 13:11:26 2016 +0200
| | | | 
| | | |     ticket:3488 testscript for getting vendorannotation modifer names and values
| | | | 
| | | | M	openmodelica/interactive-API/Makefile
| | | | A	openmodelica/interactive-API/VendorAnnotation.mo
| | | | A	openmodelica/interactive-API/VendorAnnotation.mos
| | | | 
| * | | commit bde3ea63110de54d3450d19958bfa7baf8ca92a8
| | | | Author: adrpo 
| | | | Date:   Wed May 25 12:16:50 2016 +0200
| | | | 
| | | |     fix rtest for windows
| | | | 
| | | | M	rtest
| | | | 
| * | | commit 8f2e742afb7f173eb244a6c0c8ba00926065022b
| | | | Author: Willi Braun 
| | | | Date:   Wed May 25 11:57:59 2016 +0200
| | | | 
| | | |     adjust test to to current implementation
| | | | 
| | | | M	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | 
| * | | commit 0e7fa5342f86517bb659f48ed8bf762a5b3e44e0
| | | | Author: Willi Braun 
| | | | Date:   Wed May 25 01:17:46 2016 +0200
| | | | 
| | | |     fix Makefile
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | 
| * | | commit bbf3498b57464579bcc77bdde5d2a8dce4b915d8
| | | | Author: Per Östlund 
| | | | Date:   Tue May 24 17:55:00 2016 +0200
| | | | 
| | | |     Update more scodeinst tests.
| | | | 
| | | | M	flattening/modelica/scodeinst/DuplicateMod2.mo
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | 
| * | | commit 5f4fb23232f0715cde28d983ffe31c3920bc0210
| | | | Author: adrpo 
| | | | Date:   Tue May 24 14:44:54 2016 +0200
| | | | 
| | | |     update tests after fixes to ticket:3989
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | 
| * | | commit a98f4243301350c47194d19e132af18b7da96f0f
| | | | Author: Per Östlund 
| | | | Date:   Tue May 24 12:02:38 2016 +0200
| | | | 
| | | |     Update scodeinst test cases.
| | | | 
| | | | M	flattening/modelica/scodeinst/Makefile
| | | | D	flattening/modelica/scodeinst/const9.mo
| | | | 
| * | | commit 98cfe9be361380bf476ddd322c572be96581292b
| | | | Author: ptaeuber 
| | | | Date:   Tue May 24 10:40:55 2016 +0200
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | 
| * | | commit c04f1a00d04ba79e9061609e9c1ae87a5230cf09
| | | | Author: Lennart Ochel 
| | | | Date:   Mon May 23 23:44:45 2016 +0200
| | | | 
| | | |     Calculate unit information for state derivatives
| | | | 
| | | | M	openmodelica/xml/Bug3857.mos
| | | | 
| * | | commit 3b73d02d267b53b1ad1e71140d0aa17189badaac
| | | | Author: adrpo 
| | | | Date:   Sat May 21 19:24:22 2016 +0200
| | | | 
| | | |     adapt rtest to windows msys2
| | | | 
| | | | M	rtest
| | | | 
| * | | commit 975701dca01bdddbf02abb1a198381b058642240
| | | | Author: ptaeuber 
| | | | Date:   Fri May 20 15:52:28 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | 
| * | | commit 44588cc9126d9f8cd8f2265b942c66f208e86796
| | | | Author: adrpo 
| | | | Date:   Thu May 19 23:30:39 2016 +0200
| | | | 
| | | |     use alarm to kill the test if infinite
| | | | 
| | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | 
| * | | commit 871ab7c355715848d5cc7541e3b7b0b0198f0f4c
| | | | Author: jhag 
| | | | Date:   Wed May 18 17:40:50 2016 +0200
| | | | 
| | | |     updated expected output
| | | | 
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | 
| * | | commit 9b040a612345591e222339004448184e365402dc
| | | | Author: adrpo 
| | | | Date:   Wed May 18 15:56:19 2016 +0200
| | | | 
| | | |     add tests for ticket:3916
| | | | 
| | | | A	simulation/modelica/arrays/Bug3916.mos
| | | | A	simulation/modelica/arrays/Bug3916_ConPNlib.Examples.Test1b.mo
| | | | A	simulation/modelica/arrays/Bug3916_ConPNlib.Examples.Test2.mo
| | | | A	simulation/modelica/arrays/Bug3916_ConPNlib.Examples.Test4.mo
| | | | M	simulation/modelica/arrays/Makefile
| | | | 
| * | | commit a5a02e3dc52c63c61e4df4ad70d4c34cc4204c94
| | | | Author: adrpo 
| | | | Date:   Wed May 18 12:05:34 2016 +0200
| | | | 
| | | |     test for ticket:3914
| | | | 
| | | | A	openmodelica/interactive-API/GenDoc.mos
| | | | 
| * | | commit 7f5cbc7686cac229c15d1bd8a458ac418db412b7
| | | | Author: adrpo 
| | | | Date:   Wed May 18 04:43:00 2016 +0200
| | | | 
| | | |     fix infinite loop on windows
| | | | 
| | | | M	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | 
| * | | commit bf0d98351f6f96d361b957b318001157035bfa59
| | | | Author: adrpo 
| | | | Date:   Tue May 17 00:59:09 2016 +0200
| | | | 
| | | |     adapt test to work on windows also
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/testExperimentalFMU.mos
| | | | 
| * | | commit 61b9e243c8aff8b8df7f19414a37bda36d51784e
| | | | Author: Willi Braun 
| | | | Date:   Sat May 14 19:34:18 2016 +0200
| | | | 
| | | |     add tests for sensitivities analysis
| | | | 
| | | | M	Makefile
| | | | A	openmodelica/cruntime/sensitivities/Makefile
| | | | A	openmodelica/cruntime/sensitivities/Scenario_1Total.mo
| | | | A	openmodelica/cruntime/sensitivities/testLotkaVoltera.mos
| | | | A	openmodelica/cruntime/sensitivities/testPredatorPrey.mos
| | | | A	openmodelica/cruntime/sensitivities/testVanDerPol.mos
| | | | A	openmodelica/cruntime/sensitivities/testWorldScenario1.mos
| | | | 
| * | | commit a055cc9d61c6a4bca731122b0c1116a9877f7a05
| | | | Author: ptaeuber 
| | | | Date:   Fri May 13 19:08:05 2016 +0200
| | | | 
| | | |     Add ThermoPower models with expected output
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoPower/Makefile
| | | | A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos
| | | | A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulatorSimplified.mos
| | | | A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopSimulator.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | 
| * | | commit ac9052a4cb2de477cf3271987a13839798eada73
| | | | Author: adrpo 
| | | | Date:   Fri May 13 12:06:55 2016 +0200
| | | | 
| | | |     updates to ticket:3857
| | | | 
| | | | M	openmodelica/xml/Bug3857.mos
| | | | A	openmodelica/xml/HysteresisEmbeddedControlNoWhen.mo
| | | | 
| * | | commit f292fdea01ba37727c545fae2d8b6ab6a08239e9
| | | | Author: Willi Braun 
| | | | Date:   Thu May 12 14:02:58 2016 +0200
| | | | 
| | | |     add test for ticket:3846
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | A	openmodelica/fmi/ModelExchange/2.0/testBug3846.mos
| | | | 
| * | | commit d692b4c30f40750c3d8b84ec90e9fa423fd06517
| | | | Author: vwaurich 
| | | | Date:   Thu May 12 08:02:15 2016 +0200
| | | | 
| | | |     - final try for Transformer.mo
| | | | 
| | | | M	simulation/modelica/equations/Makefile
| | | | A	simulation/modelica/equations/Transformer.mo
| | | | A	simulation/modelica/equations/VariableSubscriptAlias.mos
| | | | 
| * | | commit 28621f171c421658787954be52d2d3ab10100531
| | | | Author: ptaeuber 
| | | | Date:   Wed May 11 14:14:07 2016 +0200
| | | | 
| | | |     Rename flag advanceTearing in allowImpossibleAssignments
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/pendel.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | 
| * | | commit b86e6f772300c6d75445eab2aca0bbf9f37edb98
| | | | Author: Bernhard Thiele 
| | | | Date:   Wed May 11 11:37:27 2016 +0200
| | | | 
| | | |     Adapted state machine tests for default clock
| | | | 
| | | | M	simulation/modelica/statemachines/ConferenceTut1.mos
| | | | M	simulation/modelica/statemachines/DeadEnd.mos
| | | | M	simulation/modelica/statemachines/MLS33_17_3_7NA.mos
| | | | M	simulation/modelica/statemachines/Maraninchi2003_2.mos
| | | | M	simulation/modelica/statemachines/SMMin.mos
| | | | M	simulation/modelica/statemachines/TicksInState.mos
| | | | M	simulation/modelica/statemachines/TimeInState.mos
| | | | 
| * | | commit ef47d9564afd70bc79046ed634d8eb24069509dd
| | | | Author: ptaeuber 
| | | | Date:   Tue May 10 15:50:17 2016 +0200
| | | | 
| | | |     Add test for user defined tearing of Algorithms
| | | | 
| | | | M	simulation/modelica/tearing/Makefile
| | | | A	simulation/modelica/tearing/userDefinedTearing2.mos
| | | | 
| * | | commit 17a3d11a01ebb9174825e5d2ea340b58d677a8cf
| | | | Author: ptaeuber 
| | | | Date:   Mon May 9 09:25:33 2016 +0200
| | | | 
| | | |     Add test for user defined tearing
| | | | 
| | | | M	simulation/modelica/tearing/Makefile
| | | | A	simulation/modelica/tearing/userDefinedTearing1.mos
| | | | 
| * | | commit 0cd621f1d8693286e83b3f11b10ed33676e60354
| | | | Author: adrpo 
| | | | Date:   Fri May 6 23:44:07 2016 +0200
| | | | 
| | | |     test for ticket:3857
| | | | 
| | | | A	openmodelica/xml/BouncingBall.mo
| | | | A	openmodelica/xml/Bug3857.mos
| | | | M	openmodelica/xml/Makefile
| | | | A	openmodelica/xml/NewtonCoolingDynamic.mo
| | | | 
| * | | commit e3488b62d31744584e92754e64cd06181d124b41
| | | | Author: Niklas Worschech 
| | | | Date:   Fri May 6 11:11:49 2016 +0200
| | | | 
| | | |     deactivated new clock tests to commit reverted clock changes
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit a921a716fde04109bb9cb7940e451aa4be6c80cf
| | | | Author: vwaurich 
| | | | Date:   Fri May 6 10:36:39 2016 +0200
| | | | 
| | | |     - expected output
| | | | 
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | 
| * | | commit 8792366b28474edf0615996bda88e8a245c2f1cc
| | | | Author: vwaurich 
| | | | Date:   Wed May 4 16:22:34 2016 +0200
| | | | 
| | | |     - expected output, deactivate cse where dae is checked
| | | | 
| | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-cel.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-omc.mos
| | | | 
| * | | commit ee55e3fbe9c36432c338fef8b58da4287244e96c
| | | | Author: Niklas Worschech 
| | | | Date:   Tue May 3 14:20:47 2016 +0200
| | | | 
| | | |     reactivated two clock tests
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit 9e00f4abb1f4db9f14dd03d816bc1138a52011da
| | | | Author: Lennart Ochel 
| | | | Date:   Tue May 3 11:37:43 2016 +0200
| | | | 
| | | |     Enable test for ticket:3888
| | | | 
| | | | M	simulation/modelica/unitcheck/Makefile
| | | | 
| * | | commit 3912e00ef8280163ae077ce12f96e62c25ec733d
| | | | Author: jhag 
| | | | Date:   Tue May 3 11:08:30 2016 +0200
| | | | 
| | | |     ticket:3888 - add new example
| | | | 
| | | | A	simulation/modelica/unitcheck/UnitCheck16.mos
| | | | 
| * | | commit 617816f7abee28de8bee5e8a1ab9cfa11e1c1c80
| | | | Author: Lennart Ochel 
| | | | Date:   Tue May 3 11:11:37 2016 +0200
| | | | 
| | | |     Fix trailing whitespaces (#291)
| | | | 
| | | | M	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mo
| | | | M	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mo
| | | | 
| * | | commit 7fb0a21738b2942b5da72cf2547e38530959265c
| | | | Author: adrpo 
| | | | Date:   Tue May 3 03:22:43 2016 +0200
| | | | 
| | | |     add extra Modelica_Synchronous tests
| | | | 
| | | | M	simulation/modelica/synchronous/Makefile
| | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mo
| | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mo
| | | | A	simulation/modelica/synchronous/synch.mos
| | | | 
| * | | commit d25a5a17ae57ad9536b707902254b5b2c2712f59
| | | | Author: Willi Braun 
| | | | Date:   Tue May 3 00:37:11 2016 +0200
| | | | 
| | | |     add tests for ida linear solver
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | A	simulation/modelica/solver/problem2-idaLinearSolver.mos
| | | | 
| * | | commit 4e3f6b286fdb725e1b324f4d07d68508ed891abe
| | | | Author: vwaurich 
| | | | Date:   Mon May 2 09:48:15 2016 +0200
| | | | 
| | | |     - added synchronous test for cpp runtime
| | | | 
| | | | A	openmodelica/cppruntime/ClockInterval.mo
| | | | A	openmodelica/cppruntime/ClockInterval.mos
| | | | M	openmodelica/cppruntime/Makefile
| | | | 
| * | | commit 201283f9443d92a2347fec33f053d634cf034ba3
| | | | Author: vwaurich 
| | | | Date:   Mon May 2 08:49:42 2016 +0200
| | | | 
| | | |     -expected output
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit 0be790c7bf43b6eb193664e17af0d04d52af8021
| | | | Author: jhag 
| | | | Date:   Fri Apr 29 09:26:10 2016 +0200
| | | | 
| | | |     updated expected output
| | | |     
| | | |     This reverts commit ed7c85c1f79020b27371e1832fa80b5ed3d3db66.
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | M	openmodelica/cppruntime/recordTupleReturnTest.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/MergingExample_TaskGraphODE.graphml
| | | | M	simulation/modelica/initialization/bug_3014.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve3.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/AnnotationTest-celMC3.mos
| | | | M	simulation/modelica/tearing/AnnotationTest-omc.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing1.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | 
| * | | commit ab8d9bafcc198d70989a3b7339ab2d5d37cee205
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 28 15:59:11 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | 
| * | | commit 71913acac09a6075e2a9de229f735d94bc513419
| | | | Author: hkiel 
| | | | Date:   Thu Apr 28 15:41:07 2016 +0200
| | | | 
| | | |     adjust function call parameters of Expression.simplifyList()
| | | | 
| | | | M	openmodelica/bootstrapping/SimplifyTest.mo
| | | | 
| * | | commit 260d882ecfa935317b3e1e8e9fcd9f9087de86e3
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 28 14:09:27 2016 +0200
| | | | 
| | | |     Fixed test according to updated derived unit.
| | | | 
| | | | M	openmodelica/interactive-API/ConvertUnits.mos
| | | | 
| * | | commit ed7c85c1f79020b27371e1832fa80b5ed3d3db66
| | | | Author: jhag 
| | | | Date:   Mon Apr 25 08:30:29 2016 +0200
| | | | 
| | | |     updated expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | M	openmodelica/cppruntime/recordTupleReturnTest.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/MergingExample_TaskGraphODE.graphml
| | | | M	simulation/modelica/initialization/bug_3014.mos
| | | | M	simulation/modelica/linear_system/problem2.mos
| | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/others/TestSolve16.mos
| | | | M	simulation/modelica/others/TestSolve17.mos
| | | | M	simulation/modelica/others/TestSolve3.mos
| | | | M	simulation/modelica/parallel/ParallelPRV.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/AnnotationTest-celMC3.mos
| | | | M	simulation/modelica/tearing/AnnotationTest-omc.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing1.mos
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | M	simulation/modelica/tearing/totalTearing3.mos
| | | | 
| * | | commit e5178828ad893206d5154e267a027b3ee7c1a38f
| | | | Author: Willi Braun 
| | | | Date:   Wed Apr 13 15:18:56 2016 +0200
| | | | 
| | | |     add testcases for daeMode
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | A	simulation/modelica/solver/testDAEPackage.mo
| | | | A	simulation/modelica/solver/testDAEmodeDrumBoiler.mos
| | | | A	simulation/modelica/solver/testDAEp1.mos
| | | | A	simulation/modelica/solver/testDAEp2.mos
| | | | A	simulation/modelica/solver/testDAEp3.mos
| | | | A	simulation/modelica/solver/testDAEp4.mos
| | | | A	simulation/modelica/solver/testDAEp5.mos
| | | | 
| * | | commit ee21b31f85939e7ab5a30e621f1ee3ce752c6b13
| | | | Author: adrpo 
| | | | Date:   Tue Apr 26 19:48:54 2016 +0200
| | | | 
| | | |     test for ticket:3817
| | | | 
| | | | A	flattening/modelica/modification/Bug3817.mo
| | | | A	flattening/modelica/modification/Bug3817.mos
| | | | M	flattening/modelica/modification/Makefile
| | | | 
| * | | commit 963ed3cf89a683f39f311234cb050f40b721ca47
| | | | Author: Niklas Worschech 
| | | | Date:   Tue Apr 26 16:11:46 2016 +0200
| | | | 
| | | |     temporary deactivated two cpp clock tests. Will be activated with next commit again
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | M	openmodelica/cppruntime/clockedTypesTest.mos
| | | | 
| * | | commit 41411a73f1c1b2e2fb027aef259f6bfff3950fbd
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 26 12:36:44 2016 +0200
| | | | 
| | | |     Expected output (now sorted)
| | | | 
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | 
| * | | commit 9e106125b47c321e469f32fd0f6c6325423aa88a
| | | | Author: ptaeuber 
| | | | Date:   Fri Apr 22 23:31:03 2016 +0200
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | 
| * | | commit e92eda0c869b423c3636dab4fb31af1148371a5c
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Apr 22 16:06:01 2016 +0200
| | | | 
| | | |     Fix initialization of dynamic state selection
| | | |     
| | | |     The current runtime design requires to evaluate the simulation
| | | |     system at least once before dynamic state selection can get
| | | |     initialized.
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | M	simulation/modelica/built_in_functions/DummyDerMatching.mos
| | | | 
| * | | commit 8053bc5b6a7c3fb53521889df1e1d244e6542767
| | | | Author: ptaeuber 
| | | | Date:   Thu Apr 21 11:56:12 2016 +0200
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	simulation/modelica/tearing/totalTearing2.mos
| | | | 
| * | | commit a93af6526c9a005e4a13e7d0ac26268b2f38c284
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 21 10:38:26 2016 +0200
| | | | 
| | | |     Expected output (no more info.xml)
| | | | 
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | 
| * | | commit 3ef1dfaf077359004592024d8665cc6a25195593
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 20 18:19:09 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	flattening/modelica/redeclare/ComparePSD.mo
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | 
| * | | commit 053c7fd7b5563f1d71b6236aa4329e6a6c91981c
| | | | Author: adrpo 
| | | | Date:   Wed Apr 20 12:53:26 2016 +0200
| | | | 
| | | |     update tests due to MLS 3.2.2 bump
| | | | 
| | | | M	flattening/libraries/3rdParty/Exercises/checkExercises.mos
| | | | M	openmodelica/cppruntime/externalArrayInputTest.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT2.mos
| | | | M	openmodelica/cruntime/optimization/basic/TT3.mos
| | | | M	openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos
| | | | M	openmodelica/debugDumps/libraryCoverageFlags.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	openmodelica/interactive-API/Bug3417.mos
| | | | M	openmodelica/interactive-API/getDialogAnnotation.mos
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos
| | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | | | M	simulation/modelica/arrays/gc.mos
| | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | M	simulation/modelica/others/NoLoadModel.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit 131a47261576132ebfea6f23714f372112edbfa1
| | | | Author: adrpo 
| | | | Date:   Wed Apr 20 10:47:29 2016 +0200
| | | | 
| | | |     test for ticket:3783
| | | | 
| | | | A	openmodelica/interactive-API/Bug3783.mo
| | | | A	openmodelica/interactive-API/Bug3783.mos
| | | | M	openmodelica/interactive-API/Makefile
| | | | M	rtest
| | | | 
| * | | commit 6a1618d0ba481218af26c8a07a72a6f608683c3d
| | | | Author: adrpo 
| | | | Date:   Tue Apr 19 07:08:45 2016 +0200
| | | | 
| | | |     Add test for ticket:3649
| | | | 
| | | | A	flattening/modelica/connectors/Bug3649.mo
| | | | A	flattening/modelica/connectors/Bug3649.mos
| | | | M	flattening/modelica/connectors/Makefile
| | | | 
| * | | commit 452f8bea86b7b328fd1c4a27e4bf7a4707055751
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Apr 18 23:13:02 2016 +0200
| | | | 
| | | |     Update msl32_cpp tests
| | | | 
| | | | M	simulation/libraries/msl32_cpp/Makefile
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BusUsage.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Filter.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Interaction1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.InverseModel.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.PID_Controller.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.RealNetwork1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Adder4.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.INV3S.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NXFER.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.IdealGasH2O.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SimpleLiquidWater.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ControlledTanks.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowExceptions.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | 
| * | | commit 65a2e8255a7736c3522fbfcfca1532399e743588
| | | | Author: vruge 
| | | | Date:   Sun Apr 17 21:33:43 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | M	simulation/modelica/others/ComplexFun.mos
| | | | 
| * | | commit 4fd107d410a338c6996b6b11df13981b9fbae54d
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Apr 17 16:56:08 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | M	simulation/modelica/functions_eval/MoistAir.mos
| | | | M	simulation/modelica/msl22/InitTest.mos
| | | | M	simulation/modelica/others/Bug1687.mos
| | | | 
| * | | commit 49db8e64acd8d705cabbdac377f0d1faabdd531c
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Apr 16 17:06:02 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | 
| * | | commit 1ebb164471a32745a538d76e756bcc20943380bd
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Apr 14 22:09:06 2016 +0200
| | | | 
| | | |     Use unique mapping for linearized variable names
| | | | 
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | 
| * | | commit 25f59e353f383eac175b546c5c04669984f04a24
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Apr 14 17:01:20 2016 +0200
| | | | 
| | | |     Update expected output
| | | | 
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | 
| * | | commit 149c9c68a062d6437aef63a04b8b765489617c88
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 14 13:06:35 2016 +0200
| | | | 
| | | |     Load File.mo
| | | | 
| | | | M	special/MatlabTranslator/LoadCompilerSources.mos
| | | | M	special/MatlabTranslator/SCRIPT.mos
| | | | 
| * | | commit 50d4e83ac2150c8a586c0df9675e4b0aab35b888
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 14 08:41:15 2016 +0200
| | | | 
| | | |     Load File.mo as well
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit 178d0c35c04b6bd05cda8ad1ee48908575717ae4
| | | | Author: Per Östlund 
| | | | Date:   Wed Apr 13 11:36:13 2016 +0200
| | | | 
| | | |     Added test for PR 718.
| | | | 
| | | | M	flattening/modelica/built-in-functions/Makefile
| | | | M	flattening/modelica/built-in-functions/Symmetric.mo
| | | | A	flattening/modelica/built-in-functions/Symmetric3.mo
| | | | 
| * | | commit de2ea494b5df063e6f39773b1eca50a71bb65aee
| | | | Author: adrpo 
| | | | Date:   Tue Apr 12 05:00:34 2016 +0200
| | | | 
| | | |     delete unused files
| | | | 
| | | | D	partest/windows/runtest.pl
| | | | D	partest/windows/runtests.pl
| | | | 
| * | | commit 1c8d556d167f30fffe2d5cd1c63a9a63b510699e
| | | | Author: Willi Braun 
| | | | Date:   Mon Apr 11 17:02:29 2016 +0200
| | | | 
| | | |     add more tests for klu and linear sparse solver
| | | | 
| | | | A	ReferenceFiles/linear_system/NPendulum_10.mat.xz
| | | | A	ReferenceFiles/linear_system/NPendulum_40.mat.xz
| | | | M	simulation/modelica/linear_system/Makefile
| | | | A	simulation/modelica/linear_system/NPendulum.mo
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | A	simulation/modelica/linear_system/NPendulum40.mos
| | | | D	simulation/modelica/linear_system/ReferenceFiles/NPendulum_10.mat
| | | | 
| * | | commit 78e299ce7911e5f8fbefcbf3946e7d29be79a916
| | | | Author: Per Östlund 
| | | | Date:   Mon Apr 11 13:53:09 2016 +0200
| | | | 
| | | |     Update test for PR 695.
| | | | 
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | 
| * | | commit f1cfd57c66c57e3c5b7348327684490c67151d88
| | | | Author: Willi Braun 
| | | | Date:   Mon Apr 11 11:40:02 2016 +0200
| | | | 
| | | |     add first ida testcases
| | | | 
| | | | M	simulation/modelica/solver/Makefile
| | | | A	simulation/modelica/solver/problem1-ida.mos
| | | | A	simulation/modelica/solver/problem2-ida.mos
| | | | 
| * | | commit c96d87a57a38b8cf5b0a3e7acca5765ff51e6216
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun Apr 10 21:25:26 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | 
| * | | commit 3c59a78f91b06b25cde146e2ca29cc1417f3e1b8
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun Apr 10 20:09:56 2016 +0200
| | | | 
| | | |     Partly revert test update in a9f3edc
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | 
| * | | commit 2e5579a918571a9a255bea37dc7517e4242089bb
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Apr 10 11:33:12 2016 +0200
| | | | 
| | | |     Revert disabling backend CevalFunction
| | | |     
| | | |     This reverts commit 098036e9bb81f7b27acd7290a5967d01f39f6a68.
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | 
| * | | commit a9f3edc2743b0fed87bd2b69757e2433c0f3436b
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Apr 9 23:45:53 2016 +0200
| | | | 
| | | |     Update tests after fix to ticket:3363
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | M	simulation/modelica/external_functions/ExtObjStringParam.ext.c
| | | | M	simulation/modelica/external_functions/ExtObjStringParam.mo
| | | | 
| * | | commit 098036e9bb81f7b27acd7290a5967d01f39f6a68
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Apr 9 21:37:01 2016 +0200
| | | | 
| | | |     Expected output / disabling backend CevalFunction
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | 
| * | | commit a41106b0c5640ec79a5d000ddbf32963170cbfac
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Apr 9 15:03:37 2016 +0200
| | | | 
| | | |     Expected output from -d=-gen in the backend
| | | | 
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | 
| * | | commit 9890dea063cebe10da16b93a1744a56552684199
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 8 18:56:54 2016 +0200
| | | | 
| | | |     Expected output / less type info by default
| | | | 
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	openmodelica/debugDumps/paramdlowdump.mos
| | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | M	openmodelica/xml/BB.mos
| | | | M	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	openmodelica/xml/testMSD.mos
| | | | M	simulation/modelica/algorithms_functions/algorithms.mos
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest1.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest2.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest3.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest4.mos
| | | | M	simulation/modelica/initialization/underdeterminedTest6.mos
| | | | M	simulation/modelica/nonlinear_system/nonlinearDelayTest.mos
| | | | M	simulation/modelica/others/ParameterCycle.mos
| | | | M	simulation/modelica/others/TestNormVar.mos
| | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | M	simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | | | M	simulation/modelica/synchronous/subSample.mos
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 67be45a615f6515cf3e0a72b432c172cd980d3fc
| | | | Author: Willi Braun 
| | | | Date:   Fri Apr 8 17:08:12 2016 +0200
| | | | 
| | | |     change expected output
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | 
| * | | commit 276fe76131c4427c1c958aabdd01bb0230f6a48f
| | | | Author: ptaeuber 
| | | | Date:   Fri Apr 8 14:11:37 2016 +0200
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit ab9b88d99c69121d8b54f71533cb06eff09a3f51
| | | | Author: Willi Braun 
| | | | Date:   Wed Apr 6 18:06:21 2016 +0200
| | | | 
| | | |     ajusted change
| | | | 
| | | | M	simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos
| | | | 
| * | | commit adc47eb0a3968901695d9e27272f68ef7ce13db7
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 6 07:36:25 2016 +0200
| | | | 
| | | |     Add AvlSet
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit 2e4164cbc7f59143ef4e50aa21dedd0a6aba51de
| | | | Author: Per Östlund 
| | | | Date:   Tue Apr 5 13:16:04 2016 +0200
| | | | 
| | | |     Update tests for PR 648.
| | | | 
| | | | M	flattening/modelica/connectors/ConnectArrayCond.mo
| | | | M	flattening/modelica/connectors/ConnectForEquations.mo
| | | | M	flattening/modelica/connectors/Makefile
| | | | 
| * | | commit 2e200222d7c111a02d03582c17fea65e3724d25a
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Apr 4 20:37:04 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	flattening/modelica/connectors/Connect12.mo
| | | | M	flattening/modelica/others/ForceAndTorque.mo
| | | | 
| * | | commit 4aac19f73cf715412a06f7708ca3acdf75c3e6d8
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Apr 4 13:10:42 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | 
| * | | commit 0989114669712e344b34f095089c7595de00d8f8
| | | | Author: Lennart Ochel 
| | | | Date:   Sun Apr 3 20:41:48 2016 +0200
| | | | 
| | | |     update module wrapFunctionCalls
| | | | 
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | M	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | 
| * | | commit 3e08e7a79a9ce1207aaa20d539db457ae33c0cbf
| | | | Author: vruge 
| | | | Date:   Sat Apr 2 12:31:05 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/nonlinear_system/problem8_newton.mos
| | | | 
| * | | commit cbe9002992dacd2268898d1ead0818801772475b
| | | | Author: vruge 
| | | | Date:   Sat Apr 2 12:30:34 2016 +0200
| | | | 
| | | |     added max_iter=100 for runExReduceDrumBoiler.mos
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | 
| * | | commit 29c50811b4177315cb05584c71e5b4664c7da3c9
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 1 19:20:01 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	flattening/modelica/connectors/CGraphBug.mos
| | | | M	flattening/modelica/connectors/ConnectTypes.mo
| | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | 
| * | | commit d069b6557bda6debb0595dace6909873c98afa38
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 1 16:43:23 2016 +0200
| | | | 
| | | |     Expected output after changing connection order
| | | | 
| | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | M	flattening/libraries/3rdParty/Exercises/checkExercises.mos
| | | | M	flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos
| | | | M	flattening/libraries/biochem/BiochemModels.mos
| | | | M	flattening/libraries/biochem/EnzMM.mos
| | | | M	flattening/libraries/biochem/Glycolysis.mos
| | | | M	flattening/libraries/biochem/InsulinSignaling_Sedaghat.mos
| | | | M	flattening/libraries/biochem/UniBi.mos
| | | | M	flattening/libraries/biochem/UniUni.mos
| | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | M	flattening/modelica/connectors/CGraphBug.mos
| | | | M	flattening/modelica/connectors/Connect7.mo
| | | | M	flattening/modelica/connectors/ConnectInner3.mo
| | | | M	flattening/modelica/connectors/ConnectInnerOuter.mo
| | | | M	flattening/modelica/connectors/ConnectInnerOuter2.mo
| | | | M	flattening/modelica/connectors/ConnectInnerOuter4.mo
| | | | M	flattening/modelica/connectors/ConnectInnerOuterArray1.mo
| | | | M	flattening/modelica/connectors/ConnectionOrder1.mo
| | | | M	flattening/modelica/connectors/ConnectionOrder2.mo
| | | | M	flattening/modelica/expandable/ExpandableConnectors.mos
| | | | M	flattening/modelica/mosfiles/AIMC_DOL.mos
| | | | M	flattening/modelica/mosfiles/EnzMM.mos
| | | | M	flattening/modelica/mosfiles/TransformerYY.mos
| | | | M	flattening/modelica/msl/Gear.mo
| | | | M	flattening/modelica/operators/CardinalityArray.mo
| | | | M	flattening/modelica/others/Circuit1.mo
| | | | M	flattening/modelica/others/FlexibleShaftNonLinearTotal.mo
| | | | M	flattening/modelica/others/InvertedPendulumTotal.mo
| | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | M	flattening/modelica/streams/ActualStreamMinMax.mo
| | | | M	flattening/modelica/streams/InStreamFlowThreshold.mo
| | | | M	flattening/modelica/streams/InStreamNominalThreshold.mo
| | | | M	flattening/modelica/streams/StreamConcept_NoMedium_Total.mo
| | | | M	flattening/modelica/types/RefinedSimpleCircuitValid.mo
| | | | M	flattening/modelica/types/RefinedSimpleCircuitValid2.mo
| | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | M	simulation/libraries/3rdParty/HumMod/checkHumModOMC.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/ElectricalCircuit_TaskGraphODE.graphml
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | 
| * | | commit b31332c0724f82e70eadd5030c9b88905f434b1f
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 1 14:16:08 2016 +0200
| | | | 
| | | |     Add new dependency
| | | | 
| | | | M	openmodelica/bootstrapping/UtilTest.mos
| | | | 
| * | | commit ed64d14f646e6a4d0b38e889e7bbac0e44d875ea
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 1 12:31:27 2016 +0200
| | | | 
| | | |     Updated use of delete function
| | | | 
| | | | M	openmodelica/bootstrapping/HashTableTest.mo
| | | | 
| * | | commit 0148cc50010802f28e90fa973a641b55bc9f57be
| | | | Author: Willi Braun 
| | | | Date:   Fri Apr 1 11:10:35 2016 +0200
| | | | 
| | | |     expected output
| | | | 
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | 
| * | | commit e6b7f7d3ea32ec7cab8edc8706b9c1e3054ee85d
| | | | Author: vruge 
| | | | Date:   Thu Mar 31 16:16:16 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | 
| * | | commit 55d9dc4b6ae5be141ba87740dba408429507ce03
| | | | Author: ptaeuber 
| | | | Date:   Thu Mar 31 12:18:20 2016 +0200
| | | | 
| | | |     Update events makefile
| | | |     
| | | |     bug1228.mos now works
| | | | 
| | | | M	simulation/modelica/events/Makefile
| | | | 
| * | | commit 186a5298fa044e1ab07d1083b98538c37971803a
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Mar 31 09:13:55 2016 +0200
| | | | 
| | | |     Do not reset matching on no change
| | | | 
| | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | 
| * | | commit c864d3fb934b9656b1da685b80fce842cc13ba19
| | | | Author: Rüdiger Franke 
| | | | Date:   Wed Mar 30 22:17:10 2016 +0200
| | | | 
| | | |     Extend functionPointerTest
| | | | 
| | | | M	openmodelica/cppruntime/functionPointerTest.mos
| | | | 
| * | | commit 8cc8b1e03f54c7a3197a2618e14787ef6d68602e
| | | | Author: ptaeuber 
| | | | Date:   Tue Mar 22 17:51:08 2016 +0100
| | | | 
| | | |     Add tests for total tearing
| | | | 
| | | | M	simulation/modelica/tearing/Makefile
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | A	simulation/modelica/tearing/totalTearing1.mos
| | | | A	simulation/modelica/tearing/totalTearing2.mos
| | | | A	simulation/modelica/tearing/totalTearing3.mos
| | | | 
| * | | commit be781471319c008e5a28db11557f82f5ae015a5b
| | | | Author: crupp2 
| | | | Date:   Tue Mar 29 09:38:23 2016 -0600
| | | | 
| | | |     Added numeric tests for all test cases
| | | | 
| | | | M	openmodelica/linearization/Makefile
| | | | M	openmodelica/linearization/linmodel.mos
| | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | M	openmodelica/linearization/simNonlinear.mos
| | | | D	openmodelica/linearization/simNonlinear_numeric.mos
| | | | M	openmodelica/linearization/simTwoTank.mos
| | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | M	openmodelica/linearization/simextfunction.mos
| | | | M	openmodelica/linearization/smallValues.mos
| | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | M	openmodelica/linearization/test_01.mos
| | | | M	openmodelica/linearization/test_02.mos
| | | | M	openmodelica/linearization/test_03.mos
| | | | M	openmodelica/linearization/test_04.mos
| | | | M	openmodelica/linearization/test_05.mos
| | | | M	openmodelica/linearization/test_06.mos
| | | | M	openmodelica/linearization/test_07.mos
| | | | M	openmodelica/linearization/testknownvar.mos
| | | | M	openmodelica/linearization/ticket3701.mos
| | | | 
| * | | commit 202229ec705365e027511ffeabf40fa8ce888a17
| | | | Author: crupp2 
| | | | Date:   Mon Mar 14 13:25:09 2016 -0600
| | | | 
| | | |     Test case for numerical linearization
| | | | 
| | | | M	openmodelica/linearization/Makefile
| | | | A	openmodelica/linearization/simNonlinear_numeric.mos
| | | | 
| * | | commit de87d61175af7656ddf616295a60c9252e42530a
| | | | Author: Per Östlund 
| | | | Date:   Tue Mar 29 12:55:55 2016 +0200
| | | | 
| | | |     Update tests for #599.
| | | | 
| | | | M	flattening/modelica/expandable/ExpandableConnectors.mos
| | | | M	flattening/modelica/extends/IdenticalEquations.mo
| | | | 
| * | | commit 32dfc31087059404a419c20211131af30dc9068e
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Mar 28 15:43:00 2016 +0200
| | | | 
| | | |     Extend ArraySlice test
| | | | 
| | | | M	openmodelica/cppruntime/arraySliceTest.mos
| | | | 
| * | | commit 86ce9fb10cd4b6ead2ccc51b0e548f7a6b117366
| | | | Author: vruge 
| | | | Date:   Mon Mar 28 15:28:58 2016 +0200
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | M	simulation/modelica/others/EngineV6_output.mos
| | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | 
| * | | commit 07f662d2bea7254285937eb749a91bd4cf964d73
| | | | Author: vruge 
| | | | Date:   Sun Mar 27 18:58:23 2016 +0200
| | | | 
| | | |     sort EqnsAndVars for sparse solver.
| | | |     After https://github.com/OpenModelica/OMCompiler/pull/584 lis-test will failed without sort.
| | | | 
| | | | M	simulation/modelica/linear_system/NPendulum.mos
| | | | 
| * | | commit 19a90883c4a79964ce53e00ce770e72727013c92
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 28 14:35:37 2016 +0200
| | | | 
| | | |     Load DoubleEndedList
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit 668df2e0323c39ed161e08a88e5c795de7efa9a4
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Mar 28 11:53:18 2016 +0200
| | | | 
| | | |     Extend ArraySlice test
| | | | 
| | | | M	openmodelica/cppruntime/arraySliceTest.mos
| | | | 
| * | | commit fe83e7add70113cd1e59eafcdb17e6c6c32f0479
| | | | Author: Rüdiger Franke 
| | | | Date:   Sun Mar 27 20:32:06 2016 +0200
| | | | 
| | | |     Add first test for ArraySlice
| | | | 
| | | | M	openmodelica/cppruntime/Makefile
| | | | A	openmodelica/cppruntime/arraySliceTest.mos
| | | | 
| * | | commit 37fcc39ad997c9177806076607a741de6b196fce
| | | | Author: Rüdiger Franke 
| | | | Date:   Sat Mar 26 23:12:22 2016 +0100
| | | | 
| | | |     Specify StopTime = 0 for some tests
| | | | 
| | | | M	openmodelica/cppruntime/functionPointerTest.mos
| | | | M	openmodelica/cppruntime/mathFunctionsTest.mos
| | | | M	openmodelica/cppruntime/recordTupleReturnTest.mos
| | | | M	openmodelica/cppruntime/solveTest.mos
| | | | 
| * | | commit 17bd66e9859f926f6129facf99c35a8248c0f43d
| | | | Author: vruge 
| | | | Date:   Sat Mar 26 12:53:55 2016 +0100
| | | | 
| | | |     Revert "Expected output"
| | | |     
| | | |     This reverts commit 622fa17bec0e02b786c9c2d050e90b1041e96140.
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | 
| * | | commit c9dc40fed712c1d79361c79d73f2c57a099f8748
| | | | Author: vruge 
| | | | Date:   Fri Mar 25 17:20:33 2016 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | 
| * | | commit 29b239edf96dcf5f839d8636c1a4505dc62f3394
| | | | Author: vruge 
| | | | Date:   Fri Mar 25 15:16:01 2016 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | 
| * | | commit a18a016442f36449017bdb0654c23026c20cc9e8
| | | | Author: Rüdiger Franke 
| | | | Date:   Thu Mar 24 22:08:45 2016 +0100
| | | | 
| | | |     Add test for #3794
| | | | 
| | | | M	simulation/modelica/connectors/Makefile
| | | | A	simulation/modelica/connectors/TopLevelConnectorArray.mos
| | | | 
| * | | commit 365c3ff55581d8b723ce37ac3d209cf29633dbc9
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Mar 24 11:33:28 2016 +0100
| | | | 
| | | |     Update expected output
| | | | 
| | | | M	simulation/modelica/events/EventLoop.mos
| | | | 
| * | | commit f839bcffaa785a6f12dd04841f179186edff69fb
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 24 00:35:04 2016 +0100
| | | | 
| | | |     Tests for getDerivedUnits
| | | | 
| | | | M	openmodelica/interactive-API/ConvertUnits.mos
| | | | 
| * | | commit d610179389603975590565a40dca8c0c4e6e54e8
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 23 21:58:28 2016 +0100
| | | | 
| | | |     Add test for #3763
| | | | 
| | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | A	openmodelica/fmi/ModelExchange/2.0/testBug3763.mos
| | | | 
| * | | commit 7bdf7375de6ba286028f1924e3089cbfb950d2ff
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Mar 23 21:45:15 2016 +0100
| | | | 
| | | |     Add markdown flavour to README file
| | | | 
| | | | D	README
| | | | A	README.md
| | | | 
| * | | commit 655c8b399452aff1159d183e015148356c7e0f36
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 23 21:29:24 2016 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | 
| * | | commit f4265f817e0beddb005a3c359fa980e15a4905e9
| | | | Author: ptaeuber 
| | | | Date:   Tue Mar 22 14:51:39 2016 +0100
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/AnnotationTest-celMC3.mos
| | | | M	simulation/modelica/tearing/AnnotationTest-omc.mos
| | | | M	simulation/modelica/tearing/AnnotationTest2-celMC3.mos
| | | | M	simulation/modelica/tearing/AnnotationTest2-omc.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-cel.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing14-cel.mos
| | | | M	simulation/modelica/tearing/Tearing14-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing14-omc.mos
| | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | M	simulation/modelica/tearing/Tearing5-cel.mos
| | | | M	simulation/modelica/tearing/Tearing5-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing5-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | 
| * | | commit bceba9dd8233e8f4c0eff361703be553b02a0d97
| | | | Author: Willi Braun 
| | | | Date:   Mon Mar 21 19:51:47 2016 +0100
| | | | 
| | | |     expected output
| | | | 
| | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | | | 
| * | | commit 50f75829a155e63fa97575322d42919c0002404e
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 21 17:16:03 2016 +0100
| | | | 
| | | |     Update tests.
| | | | 
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | M	openmodelica/interactive-API/interactive_api_param.mos
| | | | 
| * | | commit 622fa17bec0e02b786c9c2d050e90b1041e96140
| | | | Author: vruge 
| | | | Date:   Mon Mar 21 16:43:24 2016 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | 
| * | | commit 8ee7b3f5d6e154766094f188c817ac92f2d5e74c
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 21 14:56:59 2016 +0100
| | | | 
| | | |     Update tests for #3773 fix.
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | M	openmodelica/interactive-API/interactive_api_param.mos
| | | | 
| * | | commit 1eacb93fe06597aa084bbde38fc7fbf0a48eac70
| | | | Author: ptaeuber 
| | | | Date:   Fri Mar 18 15:15:22 2016 +0100
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	simulation/modelica/tearing/dynamicTearing3.mos
| | | | 
| * | | commit 7f3301c3a30b0f274a9c54fb9e0ec3931d3c9aed
| | | | Author: vruge 
| | | | Date:   Sun Mar 20 23:47:34 2016 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	openmodelica/debugDumps/lateInline.mos
| | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | M	simulation/modelica/hpcom/ReferenceGraphs/ElectricalCircuit_TaskGraphODE.graphml
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | 
| * | | commit 35181b8ff170538cc71e1b330136f5f0ffa2f4f5
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 20 18:48:05 2016 +0100
| | | | 
| | | |     Expected output
| | | | 
| | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | 
| * | | commit 869581584ba400eefcf7f5b39435390ae73bf176
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 18 16:34:42 2016 +0100
| | | | 
| | | |     Added a call which will fail.
| | | | 
| | | | M	openmodelica/interactive-API/ConvertUnits.mos
| | | | 
| * | | commit 87f2ac125ac275da284d7980a0adf3f4edab238e
| | | | Author: vruge 
| | | | Date:   Wed Mar 16 23:54:53 2016 +0100
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	simulation/modelica/others/Makefile
| | | | M	simulation/modelica/others/TestSolve18.mos
| | | | 
| * | | commit 67f87dc8324aa226effcc2f9ad36f86d3a23ffbf
| | | | Author: vruge 
| | | | Date:   Tue Mar 15 00:54:14 2016 +0100
| | | | 
| | | |     added case for 3765
| | | | 
| | | | M	simulation/modelica/built_in_functions/Makefile
| | | | M	simulation/modelica/built_in_functions/SemiLinear.mo
| | | | A	simulation/modelica/built_in_functions/SemiLinearTest2.mos
| | | | 
| * | | commit 4c4b39f73b2943c8ca2698147c965b1f8188c234
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon Mar 14 12:35:01 2016 +0100
| | | | 
| | | |     Add test for #3763
| | | | 
| | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription2.mos
| | | | 
| * | | commit 2b6054f54f171b57ce66742547d7ded7f60e1b6f
| | | | Author: hkiel 
| | | | Date:   Mon Mar 14 10:20:09 2016 +0100
| | | | 
| | | |     load List.mo
| | | |     expected output
| | | | 
| | | | M	openmodelica/bootstrapping/PVectorTest.mos
| | | | 
| * | | commit a668b8a9561ca5c57689a4f8c0046a8aca735f50
| | | | Author: vruge 
| | | | Date:   Sun Mar 13 14:38:26 2016 +0100
| | | | 
| | | |     Expected Output
| | | | 
| | | | M	openmodelica/cruntime/optimization/basic/CC.mos
| | | | M	openmodelica/cruntime/optimization/basic/DMwarm.mos
| | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC7.mos
| | | | M	openmodelica/cruntime/optimization/basic/TFC8.mos
| | | | M	openmodelica/cruntime/optimization/basic/VDPchekError.mos
| | | | M	openmodelica/cruntime/optimization/basic/pendel.mos
| | | | M	openmodelica/cruntime/optimization/basic/reduce1.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop1.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop10.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop11.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop2.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop8.mos
| | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop9.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | 
| * | | commit 556307db0b5e0c7b18bc60f5d1c4a87a51505488
| | | | Author: ptaeuber 
| | | | Date:   Mon Feb 8 16:36:02 2016 +0100
| | | | 
| | | |     Expected Output
| | | |     
| | | |     -Add information for Casual Set (Dynamic Tearing)
| | | |      in backenddaeinfo
| | | |     -Update Dynamic Tearing test models
| | | | 
| | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | M	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | M	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | M	simulation/modelica/tearing/AnnotationTest-celMC3.mos
| | | | M	simulation/modelica/tearing/AnnotationTest-omc.mos
| | | | M	simulation/modelica/tearing/AnnotationTest2-celMC3.mos
| | | | M	simulation/modelica/tearing/AnnotationTest2-omc.mos
| | | | M	simulation/modelica/tearing/Makefile
| | | | M	simulation/modelica/tearing/MixedTearing1-cel.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/MixedTearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | M	simulation/modelica/tearing/Tearing14-cel.mos
| | | | M	simulation/modelica/tearing/Tearing14-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing14-omc.mos
| | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | M	simulation/modelica/tearing/Tearing5-cel.mos
| | | | M	simulation/modelica/tearing/Tearing5-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing5-omc.mos
| | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | M	simulation/modelica/tearing/dynamicTearing2.mos
| | | | A	simulation/modelica/tearing/dynamicTearing3.mos
| | | |   
| * | |   commit 272310418d08bcf5f513df743a82be9899b62aef
| |\ \ \  Merge: a7681ee0f8 ffd8b12c2b
| | | | | Author: hudson 
| | | | | Date:   Thu Mar 10 13:48:45 2016 +0100
| | | | | 
| | | | |     Merge remote-tracking branch 'origin/master' into pullrequest
| | | | | 
| | * | | commit ffd8b12c2b85a13aa3e602516b5b8f01e6a1ae8b
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Thu Mar 10 07:33:24 2016 +0100
| | | | | 
| | | | |     Add test for #3758
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/externalArrayInputTest.mos
| | | | | 
| | * | | commit a4a5d3314da72588c7123cbe2de0fb63aa0923ca
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Mar 10 06:46:07 2016 +0100
| | | | | 
| | | | |     Re-enable FinalTests.mos
| | | | |     
| | | | |     This is a test for OM ticket #1078
| | | | | 
| | | | | M	flattening/modelica/mosfiles/FinalTests.mo
| | | | | M	flattening/modelica/mosfiles/FinalTests.mos
| | | | | M	flattening/modelica/mosfiles/Makefile
| | | | | 
| | * | | commit 584736214e2099fe85815b13c0d0dea159a4a76e
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Mar 9 15:16:46 2016 +0100
| | | | | 
| | | | |     Update example cseTestCall1
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | | 
| | * | | commit b8d40edfef86758322fc0161a4f770d7e8037138
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Mar 9 15:13:31 2016 +0100
| | | | | 
| | | | |     Update example cseTestCall3
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | | 
| * | | | commit a7681ee0f8c552a93f7987790f7738c034647204
| | | | | Author: Niklas Worschech 
| | | | | Date:   Thu Mar 10 13:45:56 2016 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.NandGate.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | | 
| * | | | commit 8d7b6f8392693f2c43557a448b6d8133562a1a08
| |\| | | Merge: de6aef561d 276c639f8a
| | | | | Author: Niklas Worschech 
| | | | | Date:   Wed Mar 9 15:36:42 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit 276c639f8a16be22ab840277864ea2c8a03b18ec
| | | | | Author: jhag 
| | | | | Date:   Thu Feb 18 11:28:36 2016 +0100
| | | | | 
| | | | |     Update wrapFunctionCall tests
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/Makefile
| | | | | M	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | | | | M	simulation/modelica/commonSubExp/comSubExp1.mos
| | | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall1.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall2.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall3.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall4.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall4b.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall4c.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall4d.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall5.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall6.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall7.mos
| | | | | A	simulation/modelica/commonSubExp/cseFunctionCall8.mos
| | | | | A	simulation/modelica/commonSubExp/cseTestCall1.mos
| | | | | A	simulation/modelica/commonSubExp/cseTestCall2.mos
| | | | | A	simulation/modelica/commonSubExp/cseTestCall3.mos
| | | | | A	simulation/modelica/commonSubExp/cseTestCall4.mos
| | | | | A	simulation/modelica/commonSubExp/cseTestCall5.mos
| | | | | A	simulation/modelica/commonSubExp/cseTestCall6.mos
| | | | | A	simulation/modelica/commonSubExp/cseTestCall7.mos
| | | | | 
| | * | | commit f523ebc348426010ae0597de256dfbcb33588df5
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Mar 8 18:24:41 2016 +0100
| | | | | 
| | | | |     Expected output
| | | | | 
| | | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | | 
| | * | | commit cd42b44a5bdde269d38e295e3765c14a1c465416
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Mar 7 16:40:20 2016 +0100
| | | | | 
| | | | |     Updated expected results for uniontype typevars
| | | | | 
| | | | | M	flattening/modelica/records/NestedRecordTestConstructor.mos
| | | | | M	flattening/modelica/records/SimpleRecordTestConstructor.mos
| | | | | M	metamodelica/meta/ErrorInvalidComplexType.mo
| | | | | M	metamodelica/meta/Uniontype13.mos
| | | | | 
| | * | | commit c8f269f643ef760885ab7909443a2ff2c360d292
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sun Mar 6 17:45:13 2016 +0100
| | | | | 
| | | | |     Expected output for fix #3741
| | | | | 
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | | | | 
| | * | | commit 2cb99bfae8f349d2518e9569afedde796ee40163
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sat Mar 5 19:10:32 2016 +0100
| | | | | 
| | | | |     Extend and update synchronous tests
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | M	openmodelica/cppruntime/clockedEventTest.mos
| | | | | A	openmodelica/cppruntime/clockedSolverTest.mos
| | | | | 
| | * | | commit 6739ebe81e54381022a6b4f96083b595951a7abd
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sat Mar 5 00:46:21 2016 +0100
| | | | | 
| | | | |     test an integer clock with sample time < 1s
| | | | | 
| | | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | | 
| | * | | commit e89ea248fc83ecbd6f5b53c6ab85e81695a6774b
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Mar 4 15:59:39 2016 +0100
| | | | | 
| | | | |     Add tests for isPresent()
| | | | | 
| | | | | A	metamodelica/meta/IsPresent.mos
| | | | | M	metamodelica/meta/Makefile
| | | | | 
| | * | | commit 86e35faea16de51b6aac4e74e0483ee439669c15
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Mar 4 15:39:52 2016 +0100
| | | | | 
| | | | |     Updated tests for getClassInformation
| | | | | 
| | | | | M	openmodelica/interactive-API/Bug3417.mos
| | | | | M	openmodelica/interactive-API/CopyClass.mos
| | | | | M	openmodelica/interactive-API/interactive_api_attributes.mos
| | | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | | M	openmodelica/interactive-API/loadFileInteractiveQualified.mos
| | | | | M	openmodelica/interactive-API/setSourceFileListFile.mos
| | | | | 
| * | | | commit de6aef561d744591fe26f8e6ba811053321d5fb1
| | | | | Author: Niklas Worschech 
| | | | | Date:   Wed Mar 9 15:35:57 2016 +0100
| | | | | 
| | | | |     fix for parallel cpp runtime windows tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BusUsage.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Filter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Interaction1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.InverseModel.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.PID_Controller.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.RealNetwork1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.NandGate.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Adder4.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.INV3S.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NXFER.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.IdealGasH2O.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SimpleLiquidWater.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ControlledTanks.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowExceptions.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | | M	simulation/libraries/msl32_cpp/simulateAll.cmd
| | | | | M	simulation/libraries/msl32_cpp/sortResults.py
| | | | | 
| * | | | commit 5f9027bc81d94ec38eb36d94f3cdc7e005277de0
| |\| | | Merge: 4a7f1fdf0c 9e5ee311b0
| | | | | Author: Niklas Worschech 
| | | | | Date:   Thu Mar 3 14:33:21 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit 9e5ee311b038e9fb5013fd28b23c567ff2cf3ca6
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Mar 3 13:59:29 2016 +0100
| | | | | 
| | | | |     Removed Debugging.mo as is now part of OMCompiler/Examples.
| | | | | 
| | | | | D	openmodelica/debugging/Debugging.mo
| | | | | 
| | * | | commit b61d80438f8f7c953257ca76a197119272ed7d7e
| | | | | Author: Willi Braun 
| | | | | Date:   Wed Mar 2 19:17:12 2016 +0100
| | | | | 
| | | | |     expected output for fix #3738
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | | 
| | * | | commit d9a9c881a1b88039d6f28b20af02c317156917d0
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Mar 2 18:53:51 2016 +0100
| | | | | 
| | | | |     Adapt to fixed FMI 2.0 dependenciesKind
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit 5a4fa9e49157290d9f8450c537f92f2e40693e9f
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Mar 2 18:43:04 2016 +0100
| | | | | 
| | | | |     adapt to fixed FMI 2.0 dependencies
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit 840e9cc22841abb52faf32bc72052212b6010691
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Mar 2 16:52:37 2016 +0100
| | | | | 
| | | | |     Fix expected output
| | | | |     
| | | | |     Changed the orcer of Jacobian NLS (does not influence equation order).
| | | | | 
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | 
| | * | | commit 66b357241622daba5e615bc58649db8e4ab52b24
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Mar 2 12:17:09 2016 +0100
| | | | | 
| | | | |     Expected output after MSL 3.2.1 update
| | | | | 
| | | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | | 
| | * | | commit a06417423e16671b21e18cddc92f888e5452f942
| | | | | Author: bernhard Thiele 
| | | | | Date:   Tue Mar 1 18:28:11 2016 +0100
| | | | | 
| | | | |     Fixed reference files #3730
| | | | | 
| | | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mat.xz
| | | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mat.xz
| | | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mat.xz
| | | | | M	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mat.xz
| | | | | 
| | * | | commit 6a5118991c189295fbc0c86370ec58c1228d8038
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Feb 29 15:39:17 2016 +0100
| | | | | 
| | | | |     Expected output after fixing reduction unparsing
| | | | | 
| | | | | M	flattening/modelica/mosfiles/ZeroDims.mos
| | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | M	openmodelica/linearization/linmodel.mos
| | | | | M	openmodelica/linearization/simLotkaVolterra.mos
| | | | | M	openmodelica/linearization/simVanDerPol.mos
| | | | | M	openmodelica/linearization/simextfunction.mos
| | | | | M	openmodelica/linearization/smallValues.mos
| | | | | M	openmodelica/linearization/testMathFuncs.mos
| | | | | M	openmodelica/linearization/test_01.mos
| | | | | M	openmodelica/linearization/test_02.mos
| | | | | M	openmodelica/linearization/test_03.mos
| | | | | M	openmodelica/linearization/test_05.mos
| | | | | M	openmodelica/linearization/test_06.mos
| | | | | M	openmodelica/linearization/test_07.mos
| | | | | M	openmodelica/linearization/testknownvar.mos
| | | | | M	openmodelica/linearization/ticket3701.mos
| | | | | 
| | * | | commit af1d80f937f68dd2cbb49046d1a1dbc3f769a43d
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Mon Feb 29 08:27:32 2016 +0100
| | | | | 
| | | | |     add test for event clock
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/clockedEventTest.mos
| | | | | 
| | * | | commit da2393550fedd46fe53c633b710496da38cebf67
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Feb 28 15:35:48 2016 +0100
| | | | | 
| | | | |     Fix for new MSL patch
| | | | | 
| | | | | M	openmodelica/diff/LargeFileChange.mos
| | | | | 
| | * | | commit bf2f7a71e44bdd22f757c80252974dd2450c4c27
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sat Feb 27 06:50:47 2016 +0100
| | | | | 
| | | | |     Add `-d=noevalfunc` for slow test in PR #462
| | | | |     
| | | | |     The function interpreter is very slow for large loops compared to list
| | | | |     comprehensions. So disable it for the very large loop. We anyway never
| | | | |     use function interpretation for bootstrapping.
| | | | | 
| | | | | M	openmodelica/bootstrapping/UtilTest.mos
| | | | | 
| | * | | commit 33e9c6a03d69531642e24ea348be64e7539649da
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Feb 26 11:49:07 2016 +0100
| | | | | 
| | | | |     Add testcase for tables diff
| | | | | 
| | | | | M	openmodelica/diff/Makefile
| | | | | A	openmodelica/diff/Tables.expected.mo
| | | | | A	openmodelica/diff/Tables.mos
| | | | | A	openmodelica/diff/Tables.new.mo
| | | | | A	openmodelica/diff/Tables.old.mo
| | | | | 
| | * | | commit f2a1299a18b204f5158f2c5d362d4188c17e5c48
| | | | | Author: Per Östlund 
| | | | | Date:   Thu Feb 25 15:15:22 2016 +0100
| | | | | 
| | | | |     Update copyClass test.
| | | | | 
| | | | | M	openmodelica/interactive-API/CopyClass.mos
| | | | | 
| | * | | commit 6dd50456325b37bd65d6f8f29be0549fd288a346
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Feb 25 14:47:39 2016 +0100
| | | | | 
| | | | |     Add testcase for OM ticket #2974
| | | | | 
| | | | | M	metamodelica/meta/Makefile
| | | | | A	metamodelica/meta/Ticket2974.mos
| | | | | 
| | * | | commit bd38afd29a0473eef24ea78ece59d4febcd1a7ec
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Feb 25 12:55:44 2016 +0100
| | | | | 
| | | | |     Add test for OM ticket #3005
| | | | | 
| | | | | M	metamodelica/meta/Makefile
| | | | | A	metamodelica/meta/Ticket3005.mos
| | | | | 
| | * | | commit c8ee0c31600a81b37902ab6901e8541cea3b5dbd
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Sep 21 18:56:08 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | | 
| | * | | commit 6eaf3baac69623166ab182200ba644043cb406b6
| | | | | Author: adrpo 
| | | | | Date:   Thu Feb 25 00:00:09 2016 +0100
| | | | | 
| | | | |     fix MatlabTranslator build
| | | | | 
| | | | | M	special/MatlabTranslator/Translate.mo
| | | | | 
| | * | | commit 6b59e87daad3a2566e5245b87be0ddcb96e29334
| | | | | Author: adrpo 
| | | | | Date:   Wed Feb 24 15:55:58 2016 +0100
| | | | | 
| | | | |     attempt to fix MatlabTranslator build
| | | | | 
| | | | | M	special/MatlabTranslator/Fnc_Handle.mo
| | | | | 
| | * | | commit 495935005479e91e973ecac161de5f27327da883
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Feb 24 09:27:02 2016 +0100
| | | | | 
| | | | |     Remove duplicate definition
| | | | | 
| | | | | M	metamodelica/meta/List3.mo
| | | | | 
| | * | | commit 9472f39f574cb90cf865e41e50f270697e65cc06
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Feb 23 11:56:36 2016 +0100
| | | | | 
| | | | |     Add check for duplicate definitions
| | | | |     
| | | | |     This is a test for OM ticket #2915
| | | | | 
| | | | | A	flattening/modelica/mosfiles/DuplicateDefinition.mos
| | | | | M	flattening/modelica/mosfiles/Makefile
| | | | | 
| | * | | commit b5355620e1540cef93b0e9e1fdcbc8176c388760
| | | | | Author: Willi Braun 
| | | | | Date:   Wed Feb 24 00:21:08 2016 +0100
| | | | | 
| | | | |     added testcase for #3701
| | | | | 
| | | | | M	openmodelica/linearization/Makefile
| | | | | A	openmodelica/linearization/ticket3701.mos
| | | | | 
| | * | | commit 0211a1a22cffe4c892a6e7f8d58deb3d0adb3088
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 23 18:37:15 2016 +0100
| | | | | 
| | | | |     Updated tests to new output of getDocumnentationAnnotation.
| | | | | 
| | | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | | M	openmodelica/interactive-API/interactive_api_classes.mos
| | | | | M	openmodelica/interactive-API/showDoc.mos
| | | | | 
| | * | | commit 31cf006853dfefc8a3c360f283fd64d6d903182e
| | | | | Author: Lennart Ochel 
| | | | | Date:   Tue Feb 23 17:27:53 2016 +0100
| | | | | 
| | | | |     Add tests from ticket 3707
| | | | | 
| | | | | M	simulation/modelica/asserts/Makefile
| | | | | A	simulation/modelica/asserts/powAssert2.mos
| | | | | A	simulation/modelica/asserts/powAssert3.mos
| | | | | 
| | * | | commit 2f8ef70157cd0fd302dd8014ffeaec845f7e8c00
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Feb 22 20:54:35 2016 +0100
| | | | | 
| | | | |     Add test for OpenModelica/OMCompiler#425
| | | | | 
| | | | | M	simulation/modelica/asserts/Makefile
| | | | | A	simulation/modelica/asserts/powAssert1.mos
| | | | | 
| | * | | commit 691f38d259aaed7b3538cffab1b2dbfcd43888e3
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Feb 23 14:11:42 2016 +0100
| | | | | 
| | | | |     Added test for copyClass.
| | | | | 
| | | | | A	openmodelica/interactive-API/CopyClass.mos
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | A	openmodelica/interactive-API/TestDirPkg/M1.mo
| | | | | A	openmodelica/interactive-API/TestDirPkg/SubDirPkg/package.mo
| | | | | A	openmodelica/interactive-API/TestDirPkg/SubFilePkg.mo
| | | | | A	openmodelica/interactive-API/TestDirPkg/package.mo
| | | | | A	openmodelica/interactive-API/TestFilePkg.mo
| | | | | M	openmodelica/interactive-API/interactive_api_classes.mos
| | | | | 
| | * | | commit aab9e4ad8a96b7a86be4e65fcef5b97aecc64d3c
| | | | | Author: Willi Braun 
| | | | | Date:   Tue Feb 23 12:48:21 2016 +0100
| | | | | 
| | | | |     added testcase for #3500
| | | | | 
| | | | | A	simulation/modelica/others/Bug3500.mos
| | | | | M	simulation/modelica/others/Makefile
| | | | | 
| | * | | commit 816f4747a0db3c4c78524c31c6c2ffc32182bd0d
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Feb 22 12:12:20 2016 +0100
| | | | | 
| | | | |     DiffAlgorithm now depends on List.mo
| | | | | 
| | | | | M	openmodelica/bootstrapping/DiffAlgorithm.mos
| | | | | 
| | * | | commit c0d037260db34e84357824a5140f15db42b7775c
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sun Feb 21 19:10:27 2016 +0100
| | | | | 
| | | | |     Adapt test to moved Clock declaration
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit 68b2e962a3fd30372dab0c457eb258bb0ffb8ace
| | | | | Author: vruge 
| | | | | Date:   Sat Feb 20 13:57:36 2016 +0100
| | | | | 
| | | | |     skipped intialation for some tests after structure breaker in https://github.com/OpenModelica/OMCompiler/pull/199
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | | M	openmodelica/cruntime/optimization/basic/TFC5.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | | 
| | * | | commit 98c810c506e863b749044f706f7088b86451a425
| | | | | Author: adrpo 
| | | | | Date:   Thu Feb 18 21:24:07 2016 +0100
| | | | | 
| | | | |     fix Matlab translator after changes to Absyn
| | | | | 
| | | | | M	special/MatlabTranslator/Fnc_Handle.mo
| | | | | M	special/MatlabTranslator/Translate.mo
| | | | | 
| | * | | commit 916248f5852004d420c125b13ca9315d3c7629a6
| | | | | Author: Willi Braun 
| | | | | Date:   Thu Feb 18 20:47:33 2016 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit 82097c79684988f82e33a6c58fc4037d20cb5042
| | | | | Author: Willi Braun 
| | | | | Date:   Thu Feb 18 00:34:58 2016 +0100
| | | | | 
| | | | |     added test for #3687 and minor adjustment
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | | A	simulation/modelica/others/Bug3687.mos
| | | | | M	simulation/modelica/others/Makefile
| | | | | 
| | * | | commit 13d3e9d7daf062613ccfc14a46baf357386d03c2
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Feb 17 20:26:05 2016 +0100
| | | | | 
| | | | |     add test for #3656 (sign of alias)
| | | | | 
| | | | | A	simulation/modelica/others/Elevator.mo
| | | | | A	simulation/modelica/others/Elevator.mos
| | | | | M	simulation/modelica/others/Makefile
| | | | | 
| | * | | commit cb540a921175d610bf6358068453b85eac33d35e
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Feb 12 16:15:06 2016 +0100
| | | | | 
| | | | |     Add test for #3653
| | | | | 
| | | | | M	metamodelica/meta/Makefile
| | | | | A	metamodelica/meta/StringBoxed.mos
| | | | | 
| | * | | commit 45c776f132b478215e955108e89b7ad5164f73eb
| | | | | Author: Per Östlund 
| | | | | Date:   Fri Feb 12 15:16:22 2016 +0100
| | | | | 
| | | | |     Updated getComponents test.
| | | | | 
| | | | | M	openmodelica/interactive-API/GetComponents.mos
| | | | | 
| | * | | commit 980f862aee64f424076efd982d529dc6573c4ab8
| | | | | Author: vwaurich 
| | | | | Date:   Thu Feb 11 10:52:35 2016 +0100
| | | | | 
| | | | |     - adapt Makefile for parameter tests
| | | | | 
| | | | | M	Makefile
| | | | | M	simulation/modelica/parameters/Engine1a_output.mos
| | | | | M	simulation/modelica/parameters/revoluteConstraint.mos
| | | | | 
| | * | | commit f4a666a0905760d7e4ac7651d94c7cc344c35ad6
| | | | | Author: vwaurich 
| | | | | Date:   Thu Feb 11 09:44:47 2016 +0100
| | | | | 
| | | | |     - added tests for parameter-related functions
| | | | | 
| | | | | A	simulation/modelica/parameters/Engine1a_output.mo
| | | | | A	simulation/modelica/parameters/Engine1a_output.mos
| | | | | A	simulation/modelica/parameters/Makefile
| | | | | A	simulation/modelica/parameters/revoluteConstraint.mo
| | | | | A	simulation/modelica/parameters/revoluteConstraint.mos
| | | | | 
| | * | | commit 90f5395c121ccbdb9bf4f7d1b856370204c256a0
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Feb 9 20:05:03 2016 +0100
| | | | | 
| | | | |     Update tests for #3669 fix.
| | | | | 
| | | | | M	flattening/modelica/others/Splice.mo
| | | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | | 
| | * | | commit 6ad8595a6b841a9d3e637420b0dcc5977bc70dbc
| | | | | Author: vwaurich 
| | | | | Date:   Tue Feb 9 14:17:25 2016 +0100
| | | | | 
| | | | |     - update warnings
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | 
| | * | | commit 25835a55aa6a8b1b03c2458c6501c24f2085f4b6
| | | | | Author: vwaurich 
| | | | | Date:   Tue Feb 9 12:14:13 2016 +0100
| | | | | 
| | | | |     - update warnings for changes in evaluateParameters
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | 
| | * | | commit c9780327cd6471cdd03a1df5c61f58a52a96aacd
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Feb 9 11:12:12 2016 +0100
| | | | | 
| | | | |     Add testcase for #3619
| | | | | 
| | | | | M	openmodelica/diff/ChangeSourceFile.mos
| | | | | M	openmodelica/diff/LargeFileChange.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | A	openmodelica/diff/Ticket3619.expected
| | | | | A	openmodelica/diff/Ticket3619.mo
| | | | | A	openmodelica/diff/Ticket3619.mos
| | | | | 
| | * | | commit 187f9a0230f3db1c058dfccb2419048230508a90
| | | | | Author: Per Östlund 
| | | | | Date:   Mon Feb 8 15:23:38 2016 +0100
| | | | | 
| | | | |     Add and update tests for #3666 fix.
| | | | | 
| | | | | A	flattening/modelica/declarations/BuiltinTime1.mo
| | | | | A	flattening/modelica/declarations/BuiltinTimeInvalid1.mo
| | | | | A	flattening/modelica/declarations/BuiltinTimeInvalid2.mo
| | | | | M	flattening/modelica/declarations/Makefile
| | | | | M	flattening/modelica/redeclare/ClassExtends3.mo
| | | | | M	flattening/modelica/redeclare/ClassExtends4.mo
| | | | | M	metamodelica/meta/ForIterArray.mos
| | | | | M	metamodelica/meta/UnboundLocal.mo
| | | | | M	simulation/modelica/algorithms_functions/AlgorithmTupleAssign.mos
| | | | | 
| | * | | commit 26a4f65339668e4415a0b90b4d2516d1731c1f1c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Feb 8 13:56:06 2016 +0100
| | | | | 
| | | | |     Testcase for #3658
| | | | | 
| | | | | A	openmodelica/diff/AddComment.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | 
| | * | | commit 72c174a34655b46d2dbc0366f96209272ba4a997
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Feb 5 10:59:16 2016 +0100
| | | | | 
| | | | |     Add test for #3616
| | | | | 
| | | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | | A	openmodelica/fmi/ModelExchange/2.0/TestSourceCodeFMU.mos
| | | | | 
| | * | | commit 7b84e4140927009a0fc983e368935e61233b702d
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Feb 3 11:35:48 2016 +0100
| | | | | 
| | | | |     Add testcase for ticket 3642
| | | | | 
| | | | | M	openmodelica/diff/Makefile
| | | | | A	openmodelica/diff/ticket3642.mos
| | | | | 
| | * | | commit 5ccaa402eae7dd935827c153583fc7e2aedc79dd
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Feb 3 09:01:22 2016 +0100
| | | | | 
| | | | |     Add test for UTF8 diffs
| | | | | 
| | | | | M	openmodelica/diff/Makefile
| | | | | A	openmodelica/diff/UTF8.mos
| | | | | 
| | * | | commit 4915f47a9eb4721fadfa77552ca0150115c6c0c8
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Feb 3 07:49:04 2016 +0100
| | | | | 
| | | | |     Renamed radau1 and lobatto2 solvers
| | | | | 
| | | | | M	simulation/modelica/solver/LotkaVolterraWithInput.mos
| | | | | M	simulation/modelica/solver/bug2231-radau1.mos
| | | | | M	simulation/modelica/solver/problem1-lobatto2.mos
| | | | | M	simulation/modelica/solver/problem1-radau1.mos
| | | | | M	simulation/modelica/solver/problem2-lobatto2.mos
| | | | | M	simulation/modelica/solver/problem2-radau1.mos
| | | | | 
| | * | | commit 5047212d55df2a1593eaf7b9c9b81c0e72ea26b0
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Feb 2 19:31:58 2016 +0100
| | | | | 
| | | | |     Test case for #3528.
| | | | | 
| | | | | M	flattening/modelica/redeclare/Makefile
| | | | | A	flattening/modelica/redeclare/RedeclareNoCC1.mo
| | | | | 
| | * | | commit fdfe925aa58cc81b890a148a8656e0736ef0fbd3
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Feb 2 17:41:53 2016 +0100
| | | | | 
| | | | |     Testcase for #3608 fix.
| | | | | 
| | | | | M	openmodelica/interactive-API/GetComponents.mos
| | | | | M	openmodelica/interactive-API/setComponentComment.mo
| | | | | M	openmodelica/interactive-API/setComponentComment.mos
| | | | | 
| | * | | commit e254a60c86c129902e97b5f97ed455e527c4a40f
| | | | | Author: vruge 
| | | | | Date:   Tue Feb 2 02:27:46 2016 +0100
| | | | | 
| | | | |     added test for sort input-names in csvInput
| | | | | 
| | | | | A	openmodelica/cruntime/optimization/basic/DMwarmCsv.mos
| | | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | | 
| | * | | commit 506ea9206652cfcd8188d664ae1da52656f508eb
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Jan 29 17:11:37 2016 +0100
| | | | | 
| | | | |     Recover original cse index logic
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | | 
| | * | | commit 387689b13681372bdc6295d7d33215d78151eee5
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Jan 29 16:45:36 2016 +0100
| | | | | 
| | | | |     Reset cse indices for each back end run
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | | 
| | * | | commit 813dba79f2c1d69aec0c3244e308822657b40045
| | | | | Author: Willi Braun 
| | | | | Date:   Fri Jan 29 19:12:22 2016 +0100
| | | | | 
| | | | |     expected output due to changes differentiation module
| | | | |     
| | | | |      - deactivated test for now:
| | | | |        - parts of TFC4.mos
| | | | |        - problem4-newton.mos
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/TFC4.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | M	simulation/modelica/nonlinear_system/Makefile
| | | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | | M	simulation/modelica/nonlinear_system/problem7.mos
| | | | | M	simulation/modelica/solver/problem1-symEuler.mos
| | | | | M	simulation/modelica/solver/problem2-symEuler.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit 3e4c81ab5ce1cf42640f98d0c8b5f778387e041e
| | | | | Author: Willi Braun 
| | | | | Date:   Fri Jan 29 12:31:19 2016 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | | 
| | * | | commit d7423a8355bfeb4cbf3e0baace588e387a5051c8
| | | | | Author: Willi Braun 
| | | | | Date:   Wed Jan 27 00:54:20 2016 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	openmodelica/xml/testMSD.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | | 
| | * | | commit 90105a6d5e0071c9de9eeebfb1a2416937e900d2
| | | | | Author: Willi Braun 
| | | | | Date:   Fri Jan 22 12:23:52 2016 +0100
| | | | | 
| | | | |     updates testsuite to expected output
| | | | | 
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit 0af2de16f93b341a4ca234488eb50933b051d29c
| | | | | Author: Per Östlund 
| | | | | Date:   Thu Jan 21 13:59:36 2016 +0100
| | | | | 
| | | | |     Added test case for #3633.
| | | | | 
| | | | | M	metamodelica/meta/Makefile
| | | | | A	metamodelica/meta/MatchNoRetCall.mos
| | | | | 
| | * | | commit 949f860a14c1088b6ed594cde17067d4d3f256d0
| | | | | Author: adrpo 
| | | | | Date:   Tue Jan 19 15:28:50 2016 +0100
| | | | | 
| | | | |     - update tests after library bump
| | | | | 
| | | | | M	openmodelica/diff/LargeFileChange.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | | 
| | * | | commit e7d99a181af89df7d789a034a711c87e43ab8666
| | | | | Author: bernhard Thiele 
| | | | | Date:   Sat Jan 16 18:25:43 2016 +0100
| | | | | 
| | | | |     Test cases #3560
| | | | |     
| | | | |     Coverage tests for Modelica_Synchronous
| | | | | 
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClock.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClockVectorized.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample1.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample2.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleClocked.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleVectorizedAndClocked.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.ShiftSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SubSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SuperSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.UpSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClock.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClockVectorized.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample1.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample2.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleClocked.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleVectorizedAndClocked.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SubSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SuperSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TickBasedStep.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.UpSample.mat.xz
| | | | | M	simulation/libraries/3rdParty/Modelica_Synchronous/Makefile
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClock.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClockVectorized.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample1.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample2.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleClocked.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleVectorizedAndClocked.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.ShiftSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SubSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SuperSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.UpSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClock.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClockVectorized.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample1.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample2.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleClocked.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleVectorizedAndClocked.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SubSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SuperSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TickBasedStep.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.UpSample.mos
| | | | | 
| | * | | commit 5f116bd0211ec994acead4670ed4f35f7c3cc2cc
| | | | | Author: bernhard Thiele 
| | | | | Date:   Fri Jan 15 18:01:27 2016 +0100
| | | | | 
| | | | |     Modelica_Synchronous testing #3560
| | | | |     
| | | | |     Included tests for the complete system examples
| | | | | 
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.Continuous.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SubClocked.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteController.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscretizedContinuousController.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWith_AD_DA_Effects.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.Continuous.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ExactlyClockedWithDiscreteController.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.EngineThrottleControl.mat.xz
| | | | | M	simulation/libraries/3rdParty/Modelica_Synchronous/Makefile
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.Continuous.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SubClocked.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteController.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscretizedContinuousController.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWith_AD_DA_Effects.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.Continuous.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ExactlyClockedWithDiscreteController.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.EngineThrottleControl.mos
| | | | | 
| | * | | commit 112f6d93d95c5fab1dbd2e50eb05afd6a7cdada2
| | | | | Author: bernhard Thiele 
| | | | | Date:   Fri Jan 15 09:36:55 2016 +0100
| | | | | 
| | | | |     Convenience scripts for #3560
| | | | | 
| | | | | M	.gitvalidfiles
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/simulateAll.cmd
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/simulateAll.sh
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/sortResults.py
| | | | | 
| | * | | commit c53b4708f910addb3419f2538727bd63e4b5928d
| | | | | Author: bernhard Thiele 
| | | | | Date:   Fri Jan 15 00:11:40 2016 +0100
| | | | | 
| | | | |     Modelica_Synchronous testing #3560
| | | | |     
| | | | |     Added tests for Modelica_Synchronous.Examples.RealSignals.*
| | | | | 
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClock.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToSquareWaveHold.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToTriggerHold.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockVectorized.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample1.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample2.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample3.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleClocked.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleVectorizedAndClocked.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SubSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSample.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSampleInterpolated.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedRamp.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedSine.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedStep.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedRamp.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedSine.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample1.mat.xz
| | | | | A	ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample2.mat.xz
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Makefile
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClock.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToSquareWaveHold.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToTriggerHold.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockVectorized.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample1.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample2.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample3.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleClocked.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleVectorizedAndClocked.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SubSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSample.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSampleInterpolated.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedRamp.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedSine.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedStep.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedRamp.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedSine.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample1.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample2.mos
| | | | | A	simulation/libraries/3rdParty/Modelica_Synchronous/common.mos
| | | | | 
| | * | | commit d33c6994ac0024870b7fac0e78d53e34669eebf0
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Jan 14 20:23:48 2016 +0100
| | | | | 
| | | | |     Test case for #3631
| | | | | 
| | | | | M	simulation/modelica/unitcheck/Makefile
| | | | | A	simulation/modelica/unitcheck/ticket3631.mos
| | | | | 
| | * | | commit 2d386524071b461dd6ed65740a147745dbb1be54
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jan 8 13:48:25 2016 +0100
| | | | | 
| | | | |     Added testcase for #3588
| | | | | 
| | | | | M	openmodelica/diff/AddClassAnnotation1.mos
| | | | | M	openmodelica/diff/AddComponent.loop.mos
| | | | | M	openmodelica/diff/AddComponent.mos
| | | | | A	openmodelica/diff/LargeFileChange.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | M	openmodelica/diff/manual/1.merged.color
| | | | | 
| | * | | commit f27d9835bded42b735bfa41710fbc027ad3cd3b5
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jan 4 09:32:18 2016 +0100
| | | | | 
| | | | |     Preserve order when updating component
| | | | | 
| | | | | M	openmodelica/interactive-API/interactive_api_classes.mos
| | | | | 
| | * | | commit 2eac1964f9e6f9dcb1552f9a9a1b0e7372e8fecb
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Dec 22 16:01:56 2015 +0100
| | | | | 
| | | | |     Tests for BasePVector.
| | | | | 
| | | | | M	openmodelica/bootstrapping/Makefile
| | | | | A	openmodelica/bootstrapping/PVectorTest.mo
| | | | | A	openmodelica/bootstrapping/PVectorTest.mos
| | | | | 
| | * | | commit 8418b8879350a49784ae530b39d89c9c3b1a7907
| | | | | Author: vruge 
| | | | | Date:   Sun Dec 20 18:13:08 2015 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | | M	flattening/libraries/biochem/BiochemModels.mos
| | | | | M	flattening/modelica/arrays/ArrayAsAlias.mo
| | | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | | M	flattening/modelica/connectors/CGraphBug.mos
| | | | | M	flattening/modelica/expandable/ExpandableConnectors.mos
| | | | | M	flattening/modelica/others/InvertedPendulumTotal.mo
| | | | | M	flattening/modelica/others/Philosopher.mo
| | | | | M	flattening/modelica/others/Philosopher2.mo
| | | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | | M	flattening/modelica/redeclare/ComparePSD.mo
| | | | | M	flattening/modelica/scoping/InnerOuterSamePrefix.mo
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | | M	rtest
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | | M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | | M	simulation/modelica/others/Random.mos
| | | | | M	simulation/modelica/records/ATotal.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit fdea70f00226745c6d5d02eeae58dde59ea2f375
| | | | | Author: vruge 
| | | | | Date:   Sun Dec 20 11:31:10 2015 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | | M	flattening/libraries/biochem/BiochemModels.mos
| | | | | M	flattening/modelica/algorithms-functions/Algorithm1.mo
| | | | | M	flattening/modelica/algorithms-functions/AlgorithmFor1.mo
| | | | | M	flattening/modelica/algorithms-functions/AlgorithmFor3.mo
| | | | | M	flattening/modelica/algorithms-functions/AlgorithmSection.mo
| | | | | M	flattening/modelica/algorithms-functions/Break.mo
| | | | | M	flattening/modelica/algorithms-functions/Faculty1.mo
| | | | | M	flattening/modelica/algorithms-functions/Faculty5.mo
| | | | | M	flattening/modelica/algorithms-functions/FunctionBreak.mo
| | | | | M	flattening/modelica/algorithms-functions/FunctionSimplex.mo
| | | | | M	flattening/modelica/algorithms-functions/RecursiveFunctionCall.mo
| | | | | M	flattening/modelica/algorithms-functions/SumVectorForIf.mo
| | | | | M	flattening/modelica/algorithms-functions/Summation.mo
| | | | | M	flattening/modelica/algorithms-functions/Vectorizable7.mo
| | | | | M	flattening/modelica/arrays/ArrayTuple.mo
| | | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | | M	flattening/modelica/arrays/QualifiedSlicing.mo
| | | | | M	flattening/modelica/built-in-functions/AbsIssues.mo
| | | | | M	flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo
| | | | | M	flattening/modelica/connectors/CGraphBug.mos
| | | | | M	flattening/modelica/equations/WaveEquationSample.mo
| | | | | M	flattening/modelica/expandable/ExpandableConnectors.mos
| | | | | M	flattening/modelica/modification/Modification17.mo
| | | | | M	flattening/modelica/msl/BS11.mo
| | | | | M	flattening/modelica/msl/Gear.mo
| | | | | M	flattening/modelica/operators/Cat1.mo
| | | | | M	flattening/modelica/operators/OperatorsTuples.mo
| | | | | M	flattening/modelica/others/EndUnknown.mo
| | | | | M	flattening/modelica/others/InvertedPendulumTotal.mo
| | | | | M	flattening/modelica/others/PEXPipeTotal.mo
| | | | | M	flattening/modelica/others/Switch.mo
| | | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | | M	flattening/modelica/redeclare/ComparePSD.mo
| | | | | M	flattening/modelica/scoping/InnerOuterSamePrefix.mo
| | | | | M	metamodelica/meta/MatchCaseGuard.mos
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | | M	simulation/modelica/algorithms_functions/AlgorithmForInClass.mos
| | | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | | M	simulation/modelica/records/ATotal.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit d7e00325ee9c51a4ac6d0fe55fcd7ec678311470
| | | | | Author: Lennart Ochel 
| | | | | Date:   Sat Dec 19 12:48:18 2015 +0100
| | | | | 
| | | | |     Add c run-time flag –ignoreHideResult
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | | M	simulation/modelica/others/Bug2536.mos
| | | | | 
| | * | | commit 0872025d4b1a4f31454af244bfb7363979f13835
| | | | | Author: Lennart Ochel 
| | | | | Date:   Sat Dec 19 12:19:38 2015 +0100
| | | | | 
| | | | |     Add support for HideResult annotation
| | | | | 
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | | | | A	simulation/modelica/others/Bug2536.mos
| | | | | M	simulation/modelica/others/Makefile
| | | | | 
| | * | | commit bcd44efbbc6f65423a6d20f3d4ed4aadeea5b589
| | | | | Author: vwaurich 
| | | | | Date:   Wed Dec 16 16:44:32 2015 +0100
| | | | | 
| | | | |     - update taskgraph
| | | | | 
| | | | | M	simulation/modelica/hpcom/ReferenceGraphs/ElectricalCircuit_TaskGraphODE.graphml
| | | | | 
| | * | | commit a971be10544b198afffa586f76cb86d16bed8892
| | | | | Author: vruge 
| | | | | Date:   Mon Dec 14 22:52:16 2015 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | | M	flattening/libraries/biochem/BiochemModels.mos
| | | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | | M	flattening/modelica/modification/Modification17.mo
| | | | | M	flattening/modelica/operators/Cat1.mo
| | | | | M	flattening/modelica/others/EndUnknown.mo
| | | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | | M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | | M	simulation/modelica/records/ATotal.mos
| | | | | 
| | * | | commit a647eac6a1f0bf87604e7ec2984e41a712470d02
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Dec 14 09:15:47 2015 +0100
| | | | | 
| | | | |     Replace deprecated post-optimization flags
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | | M	simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos
| | | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | | M	simulation/modelica/others/ComplexFun.mos
| | | | | M	simulation/modelica/qss/qss_example9.mos
| | | | | 
| | * | | commit d45a2b20a21504988fb7d2f6c2357547c96010c2
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Dec 7 12:10:44 2015 +0100
| | | | | 
| | | | |     Replace deprecated pre-optimization flags
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | M	simulation/modelica/others/EngineV6_evalParams.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | | 
| | * | | commit 5432a80a5db1bb1dbb2505ac5e25e5285a3c713d
| | | | | Author: vruge 
| | | | | Date:   Sun Dec 13 20:26:59 2015 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | | M	flattening/libraries/biochem/BiochemModels.mos
| | | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | | 
| | * | | commit a75e3e8cb396d1a75df66fa590cd21ec44fa00a6
| | | | | Author: vruge 
| | | | | Date:   Sun Dec 13 18:53:38 2015 +0100
| | | | | 
| | | | |     added testcase
| | | | | 
| | | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | | 
| | * | | commit 69680af0b9fbb3136b2b60369d8344d90075b3a9
| | | | | Author: vwaurich 
| | | | | Date:   Thu Dec 10 08:52:46 2015 +0100
| | | | | 
| | | | |     - update tests
| | | | | 
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | | 
| | * | | commit 008cd79733152c8226a3671900347fecdd5d8f74
| | | | | Author: Per Östlund 
| | | | | Date:   Wed Dec 9 16:37:15 2015 +0100
| | | | | 
| | | | |     Add tests for BaseVector.
| | | | | 
| | | | | M	openmodelica/bootstrapping/Makefile
| | | | | A	openmodelica/bootstrapping/VectorTest.mo
| | | | | A	openmodelica/bootstrapping/VectorTest.mos
| | | | | 
| | * | | commit 9d7b02937d266f91007129e031ea3a6d0d23d0e6
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Dec 8 13:15:21 2015 +0100
| | | | | 
| | | | |     Updated test case.
| | | | | 
| | | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | | 
| | * | | commit fd27ba1759c295bacce2a871ea7d935e80a76eb8
| | | | | Author: Per Östlund 
| | | | | Date:   Sun Dec 6 20:07:51 2015 +0100
| | | | | 
| | | | |     Added test for #3581.
| | | | | 
| | | | | M	openmodelica/interactive-API/GetComponents.mos
| | | | | 
| | * | | commit 3539b9b784f1cd104aca88403b9e8a98f2fca267
| | | | | Author: adrpo 
| | | | | Date:   Wed Dec 2 20:47:53 2015 +0100
| | | | | 
| | | | |     - test for bug #3417
| | | | | 
| | | | | A	openmodelica/interactive-API/Bug3417.mos
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | 
| | * | | commit c74f2d05e2c573b74fd172391da3bc4f1cc3a356
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Dec 1 19:20:45 2015 +0100
| | | | | 
| | | | |     Test moveClassToTop and moveClassToBottom.
| | | | | 
| | | | | M	openmodelica/interactive-API/MoveClass.mos
| | | | | 
| | * | | commit 0324f52b3ff37a9e52831c8124ae56b8d2dc3fa0
| | | | | Author: vwaurich 
| | | | | Date:   Tue Dec 1 11:31:24 2015 +0100
| | | | | 
| | | | |     - adapted makefile for tests
| | | | | 
| | | | | M	simulation/modelica/others/Makefile
| | | | | 
| | * | | commit 7f9496ff55e46a93f5a73f6755046edba22cfb73
| | | | | Author: vwaurich 
| | | | | Date:   Tue Dec 1 11:29:59 2015 +0100
| | | | | 
| | | | |     - added evalAllParams and evalOutputsOnly test
| | | | | 
| | | | | A	simulation/modelica/others/EngineV6_evalParams.mos
| | | | | A	simulation/modelica/others/EngineV6_output.mo
| | | | | A	simulation/modelica/others/EngineV6_output.mos
| | | | | 
| | * | | commit 0744188660061fda2a2d0eee4b2877608fb86981
| | | | | Author: jhag 
| | | | | Date:   Thu Nov 26 12:47:52 2015 +0100
| | | | | 
| | | | |     Update expected output
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | | 
| | * | | commit 690c78b8a15884da150f9b4969dcbb764324dfc5
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 30 11:28:46 2015 +0100
| | | | | 
| | | | |     Archive the generated artifact
| | | | | 
| | | | | M	special/FmuExportCrossCompile/Makefile
| | | | | 
| | * | | commit da7ee2328f24a3494257122ee402afa7d1cc50a9
| | | | | Author: Per Östlund 
| | | | | Date:   Thu Nov 26 23:01:58 2015 +0100
| | | | | 
| | | | |     Add test for moveClass, #3552.
| | | | | 
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | A	openmodelica/interactive-API/MoveClass.mos
| | | | | 
| | * | | commit 786a8ee5902e240ac12f5072b21dd329ac2501b3
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 26 17:33:39 2015 +0100
| | | | | 
| | | | |     More tests updated for new getClassInformation.
| | | | | 
| | | | | M	openmodelica/interactive-API/loadFileInteractiveQualified.mos
| | | | | M	openmodelica/interactive-API/setSourceFileListFile.mos
| | | | | 
| | * | | commit d3ff7c45fbf705b87cfe60671c5d4fe1d75d4ca1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 26 17:13:48 2015 +0100
| | | | | 
| | | | |     Updated getClassInformation tests to new output.
| | | | | 
| | | | | M	openmodelica/interactive-API/interactive_api_attributes.mos
| | | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | | 
| | * | | commit 38700a58ba1e83febcc6d35a8540d90b05db6f11
| | | | | Author: Federico Bergero 
| | | | | Date:   Wed Nov 25 14:21:38 2015 +0100
| | | | | 
| | | | |     Test for bug #2588
| | | | | 
| | | | | A	flattening/modelica/modelica-output/Makefile
| | | | | A	flattening/modelica/modelica-output/testBug2588.mos
| | | | | 
| | * | | commit 3df11eceb2bfec99bba011d4b2dfd87719fa2a21
| | | | | Author: Willi Braun 
| | | | | Date:   Wed Nov 25 13:10:01 2015 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	simulation/modelica/asserts/AssertTest6.mos
| | | | | M	simulation/modelica/asserts/AssertTest7.mos
| | | | | 
| | * | | commit c2dcf1015c4b486821d90d84e59bc6f2f836c318
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Nov 25 12:31:38 2015 +0100
| | | | | 
| | | | |     Update expected output after library bump
| | | | | 
| | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | | 
| | * | | commit 507faa449509fbb6febc38a1ad0eea882cefb480
| | | | | Author: vruge 
| | | | | Date:   Wed Nov 25 11:09:17 2015 +0100
| | | | | 
| | | | |     runExReduceDrumBoiler: improved initial guess
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | 
| | * | | commit 0a36f1f630850e59e33f342e1f27a7cc2cd05ed2
| | | | | Author: vruge 
| | | | | Date:   Sat Nov 21 13:42:04 2015 +0100
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit 670fd9409efcd4d9f04cbef30b7b5bb4fb828f41
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Nov 24 16:30:31 2015 +0100
| | | | | 
| | | | |     Added test for getComponents API.
| | | | | 
| | | | | M	openmodelica/interactive-API/AddClassAnnotation.mos
| | | | | A	openmodelica/interactive-API/GetComponents.mos
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | 
| | * | | commit 302a8b578f2c32e3f08461f021e3d49460ecbeca
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Nov 24 12:55:56 2015 +0100
| | | | | 
| | | | |     Add tests for addClassAnnotation API.
| | | | | 
| | | | | A	openmodelica/interactive-API/AddClassAnnotation.mos
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | 
| | * | | commit cf4291409520500963cc31f44e868733579f2a79
| | | | | Author: Willi Braun 
| | | | | Date:   Thu Nov 19 22:17:10 2015 +0100
| | | | | 
| | | | |      - deactive ThermoSysPro test for now
| | | | |      - change to expected solution for dynamic tearing
| | | | | 
| | | | | M	simulation/libraries/3rdParty/ThermoSysPro/Makefile
| | | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | | 
| | * | | commit b1531402f7d1f5169a489e86c7b33bae82f09116
| | | | | Author: Per Östlund 
| | | | | Date:   Thu Nov 19 13:47:55 2015 +0100
| | | | | 
| | | | |     Add test for #2964.
| | | | | 
| | | | | A	flattening/modelica/modification/FinalMod1.mo
| | | | | M	flattening/modelica/modification/Makefile
| | | | | 
| | * | | commit 4f8d315cf4dc949f5e26a99f106bd4d486bd79c0
| | | | | Author: Per Östlund 
| | | | | Date:   Fri Nov 13 13:19:14 2015 +0100
| | | | | 
| | | | |     Updated tests.
| | | | | 
| | | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | | M	flattening/modelica/enums/EnumRedeclaration.mo
| | | | | M	flattening/modelica/scoping/Makefile
| | | | | A	flattening/modelica/scoping/PartialLookup1.mo
| | | | | A	flattening/modelica/scoping/PartialLookup2.mo
| | | | | M	metamodelica/meta/ErrorLocalElement3.mo
| | | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | | 
| | * | | commit 005343bd0d0acb4de7959e2a18835758058a85e2
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Nov 13 15:50:41 2015 +0100
| | | | | 
| | | | |     Clean up default initOptModules
| | | | |     
| | | | |     Modules that need to get activated using additional flags appear
| | | | |     no longer in the default initOptModule list.
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit de871a548a67a1a4a5e7700dd3bf21a224598545
| | | | | Author: Willi Braun 
| | | | | Date:   Fri Nov 13 15:27:41 2015 +0100
| | | | | 
| | | | |     update tests to addional output of backenddaeinfo
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | M	simulation/modelica/tearing/AnnotationTest-celMC3.mos
| | | | | M	simulation/modelica/tearing/AnnotationTest-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing14-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing14-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing14-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing5-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing5-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing5-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | | 
| | * | | commit 342374cd0de0ee7e0d794c5e2a5b921273d68ab4
| | | | | Author: arun3688 
| | | | | Date:   Fri Nov 13 13:51:05 2015 +0100
| | | | | 
| | | | |     push MatLabTranslator to Testsuite/special
| | | | | 
| | | | | A	special/MatlabTranslator/Absyn.mo
| | | | | A	special/MatlabTranslator/AbsynMat.mo
| | | | | A	special/MatlabTranslator/Dump.mo
| | | | | A	special/MatlabTranslator/Fnc_Handle.mo
| | | | | A	special/MatlabTranslator/LexTableModelica.mo
| | | | | A	special/MatlabTranslator/Lexer.mo
| | | | | A	special/MatlabTranslator/LexerCode.tmo
| | | | | A	special/MatlabTranslator/LexerCodeModelica.mo
| | | | | A	special/MatlabTranslator/LexerGenerator.mo
| | | | | A	special/MatlabTranslator/LexerModelica.mo
| | | | | A	special/MatlabTranslator/LoadCompilerSources.mos
| | | | | A	special/MatlabTranslator/Main.mo
| | | | | A	special/MatlabTranslator/Makefile
| | | | | A	special/MatlabTranslator/Mat_Builtin.mo
| | | | | A	special/MatlabTranslator/Mod_Builtin.mo
| | | | | A	special/MatlabTranslator/OMCC.mo
| | | | | A	special/MatlabTranslator/OMCC.mos
| | | | | A	special/MatlabTranslator/ParseCode.tmo
| | | | | A	special/MatlabTranslator/ParseCodeModelica.mo
| | | | | A	special/MatlabTranslator/ParseTableModelica.mo
| | | | | A	special/MatlabTranslator/Parser.mo
| | | | | A	special/MatlabTranslator/ParserGenerator.mo
| | | | | A	special/MatlabTranslator/ParserModelica.mo
| | | | | A	special/MatlabTranslator/Readme.txt
| | | | | A	special/MatlabTranslator/SCRIPT.mos
| | | | | A	special/MatlabTranslator/TokenModelica.mo
| | | | | A	special/MatlabTranslator/Translate.mo
| | | | | A	special/MatlabTranslator/Types.mo
| | | | | A	special/MatlabTranslator/Workingexamples/add_subtract_together.m
| | | | | A	special/MatlabTranslator/Workingexamples/add_then_subtract.m
| | | | | A	special/MatlabTranslator/Workingexamples/approximate_pi.m
| | | | | A	special/MatlabTranslator/Workingexamples/area_inside.m
| | | | | A	special/MatlabTranslator/Workingexamples/array_extremes.m
| | | | | A	special/MatlabTranslator/Workingexamples/array_max.m
| | | | | A	special/MatlabTranslator/Workingexamples/array_min.m
| | | | | A	special/MatlabTranslator/Workingexamples/bubbleSort.m
| | | | | A	special/MatlabTranslator/Workingexamples/counter.m
| | | | | A	special/MatlabTranslator/Workingexamples/cube.m
| | | | | A	special/MatlabTranslator/Workingexamples/engine_model.m
| | | | | A	special/MatlabTranslator/Workingexamples/fact.m
| | | | | A	special/MatlabTranslator/Workingexamples/findmax.m
| | | | | A	special/MatlabTranslator/Workingexamples/isperfect.m
| | | | | A	special/MatlabTranslator/Workingexamples/multiple.m
| | | | | A	special/MatlabTranslator/Workingexamples/normalfact.m
| | | | | A	special/MatlabTranslator/Workingexamples/quadratic.m
| | | | | A	special/MatlabTranslator/Workingexamples/traparea.m
| | | | | A	special/MatlabTranslator/lexerModelica.l
| | | | | A	special/MatlabTranslator/parser.mos
| | | | | A	special/MatlabTranslator/parserModelica.y
| | | | | A	special/MatlabTranslator/runparser.mo
| | | | | 
| | * | | commit 9f095c631b9c6bf35f2afafc72f7796a1c159f45
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Nov 13 11:18:26 2015 +0100
| | | | | 
| | | | |     Clean up default postOptModules
| | | | |     
| | | | |     Modules that need to get activated using additional flags appear
| | | | |     no longer in the default postOptModule list.
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit 3dcd46132c1a66d87e1d656ee94d36c7c323647e
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Nov 13 10:40:36 2015 +0100
| | | | | 
| | | | |     Clean up default preOptModules
| | | | |     
| | | | |     Modules that need to get activated using additional flags appear
| | | | |     no longer in the default preOptModule list.
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit e54dc5e96420cc76b28667f4d65fbabb08318e13
| | | | | Author: Willi Braun 
| | | | | Date:   Thu Nov 12 15:10:20 2015 +0100
| | | | | 
| | | | |     added testcase for klu solver
| | | | | 
| | | | | M	simulation/modelica/linear_system/problem2.mos
| | | | | 
| | * | | commit 4a66b7a7f94c1384260e109341939bf131be5389
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Nov 12 11:16:48 2015 +0100
| | | | | 
| | | | |     Remove newUnitChecking config flag
| | | | |     
| | | | |     Use --preOptModules+=unitChecking instead
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck1.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck10.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck11.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck12.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck13.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck14.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck15.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck2.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck3.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck4.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck5.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck6.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck7.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck8.mos
| | | | | M	simulation/modelica/unitcheck/UnitCheck9.mos
| | | | | 
| | * | | commit 635cc5daf263375a4200456fa620d7b00ccf633c
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Nov 11 16:48:54 2015 +0100
| | | | | 
| | | | |     Rearrange optimization modules for symbolic Jacobians
| | | | | 
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit db5c94a1d2f8d05964646cd4c1f40b96c357cbca
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Nov 11 13:24:21 2015 +0100
| | | | | 
| | | | |     Dump dae type to pre-opt module heading
| | | | | 
| | | | | M	flattening/modelica/mosfiles/UnusedVariable.mos
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	simulation/modelica/connectors/HeatTank.mos
| | | | | 
| | * | | commit 2f665719bacb81bcda9fe499c2ff52f126651c06
| | | | | Author: vruge 
| | | | | Date:   Thu Nov 12 09:48:08 2015 +0100
| | | | | 
| | | | |     Revert "expected output"
| | | | |     
| | | | |     This reverts commit cb29956a15d67c93f2336a5dbc22cf04871b1eb2.
| | | | | 
| | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | | 
| | * | | commit 54098fff738e03d4433f7c5166032f68d87c957c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Nov 11 12:05:45 2015 +0100
| | | | | 
| | | | |     Skip darwin32 tests as we do not have dyld32
| | | | | 
| | | | | M	special/FmuExportCrossCompile/check-files.mos
| | | | | 
| | * | | commit ccc46e3cd9f6495a95bc5113419f0523d627a94e
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Nov 11 11:05:31 2015 +0100
| | | | | 
| | | | |     Test darwin64 using the darling suite
| | | | |     
| | | | |     (Like wine testing, but for OSX on Linux)
| | | | | 
| | | | | M	special/FmuExportCrossCompile/Makefile
| | | | | M	special/FmuExportCrossCompile/check-files.mos
| | | | | 
| | * | | commit 8847a737b601ca36fe2bbe4ff070b8bb8d83e37a
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Tue Nov 10 19:22:28 2015 +0100
| | | | | 
| | | | |     update discrete-time FMU test (#3549)
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit 037163fe57ebf78bd0e1df12c13523bcd8824b60
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Nov 10 13:22:56 2015 +0100
| | | | | 
| | | | |     Add testcase for #3551
| | | | | 
| | | | | M	openmodelica/diff/AddDeleteComponent.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | A	openmodelica/diff/removeComponentModifiers.mos
| | | | | 
| | * | | commit 589568ea9e3c948580b4263c29cf71e4ade33003
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Nov 10 11:23:23 2015 +0100
| | | | | 
| | | | |     Checks setSourceFile+listFile combination
| | | | |     
| | | | |     This is a test for ticket #3545.
| | | | | 
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | A	openmodelica/interactive-API/setSourceFileListFile.mos
| | | | | 
| * | | | commit 4a7f1fdf0c74f4743286c576c1496a0f6613c46f
| |\| | | Merge: 011a685f74 303fad4a2a
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Nov 10 10:02:51 2015 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit 303fad4a2a314099710795d284e4558b0bac2b90
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Nov 10 09:36:10 2015 +0100
| | | | | 
| | | | |     The test needs to specify me_cs as FMU type
| | | | | 
| | | | | M	special/FmuExportCrossCompile/fmuExportCrossCompile.mos
| | | | | 
| | * | | commit 644209a0f2813d3a2a0421b7e2897e382b1f74c9
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Nov 10 06:30:18 2015 +0100
| | | | | 
| | | | |     Handle older file command output
| | | | | 
| | | | | M	special/FmuExportCrossCompile/Makefile
| | | | | 
| | * | | commit e44ed5c81961714a274eb5ddeb4c90d70fcd91cb
| | | | | Author: Lennart Ochel 
| | | | | Date:   Tue Nov 10 00:06:53 2015 +0100
| | | | | 
| | | | |     Add test case from ticket 2673
| | | | |     
| | | | |     Test mat-file import of parameters.
| | | | | 
| | | | | M	simulation/modelica/initialization/Makefile
| | | | | A	simulation/modelica/initialization/bug_2673b.mos
| | | | | 
| | * | | commit a1668c7f4cd429c9ec3086ca433391da5560a83e
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Nov 9 23:53:29 2015 +0100
| | | | | 
| | | | |     Update expected output
| | | | | 
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos
| | | | | 
| | * | | commit 0c5e2df00057fd8f83b13781ae922b3df6035f7d
| | | | | Author: Lennart Ochel 
| | | | | Date:   Sat Oct 31 16:37:53 2015 +0100
| | | | | 
| | | | |     Replace matching algorithm that is used by fixInitialSystem
| | | | | 
| | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | | 
| | * | | commit 6b587c18b37b59bb0a71dcdc968488a848b4d010
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Nov 9 23:33:21 2015 +0100
| | | | | 
| | | | |     Update WasteWater test after library bump
| | | | | 
| | | | | M	simulation/libraries/3rdParty/GitLibraries/ReferenceFiles/WasteWater.ASM1.Examples.SmallPlant.mat
| | | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | | 
| | * | | commit 1a9e8ce56b21d9fca31f29be3c11c0fb0b169469
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 9 22:28:00 2015 +0100
| | | | | 
| | | | |     Handle older file output
| | | | | 
| | | | | M	special/FmuExportCrossCompile/Makefile
| | | | | 
| | * | | commit df1b7a4d0bf10bb2e8de4342d3b87bf4270e90fa
| | | | | Author: adrpo 
| | | | | Date:   Mon Nov 9 18:32:44 2015 +0100
| | | | | 
| | | | |     - update test after library dump
| | | | | 
| | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | | 
| | * | | commit 3ea4de36344183db88a4d4471bf00ea3ede758eb
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 9 16:20:32 2015 +0100
| | | | | 
| | | | |     Removed FMI 1.0 test that was actually a 2.0 test
| | | | | 
| | | | | M	openmodelica/fmi/ModelExchange/1.0/Makefile
| | | | | D	openmodelica/fmi/ModelExchange/1.0/testChangeParam.mos
| | | | | 
| | * | | commit fe6e5a4b412c32e65f8bab0a0eb187a36d32529f
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 9 15:56:12 2015 +0100
| | | | | 
| | | | |     Update for new API
| | | | | 
| | | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos
| | | | | 
| | * | | commit 19fe9a112d2d029263ac8911920214553b0a5c70
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 9 14:40:28 2015 +0100
| | | | | 
| | | | |     Specify version="1.0" when testing FMI 1.0
| | | | |     
| | | | |     The front-end is changing to make 2.0 the default for FMI, so we need
| | | | |     to update the tests.
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Modelica.Fluid.Examples.BranchingDynamicPipes_FMU1_CPP.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/SampleExample.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/testAssert.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/testChangeParam.mos
| | | | | 
| | * | | commit 1a8f583a27a73eaba5ece1fa3d6a2ab932da649c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 9 12:22:29 2015 +0100
| | | | | 
| | | | |     Add a test for export+simulation of an FMU
| | | | |     
| | | | |     The test uses cross-compilation to all supported cross-compilation
| | | | |     targets, and runs fmuChecker on win32, win64, linux32, linux64 (me_cs).
| | | | |     Running this test requires a 64-bit Linux with wine installed, as well
| | | | |     as cross-compiling toolchains (including OSX).
| | | | | 
| | | | | M	openmodelica/interactive-API/ForStatement1.mos
| | | | | A	special/FmuExportCrossCompile/Makefile
| | | | | A	special/FmuExportCrossCompile/check-files.mos
| | | | | A	special/FmuExportCrossCompile/fmuExportCrossCompile.mos
| | | | | A	special/README.md
| | | | | 
| | * | | commit c68cd06cdf17b4c954c7edd767cf53932d4aac60
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Nov 6 12:37:01 2015 +0100
| | | | | 
| | | | |     Fix start values for algebraic states
| | | | |     
| | | | |     which are introduces by symEuler
| | | | | 
| | | | | M	simulation/modelica/solver/problem3-symEuler.mos
| | | | | 
| | * | | commit ed3971e29b627bebabc55b6a9d9cbd2a021ab11b
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Nov 6 12:01:10 2015 +0100
| | | | | 
| | | | |     Activate tests for tickets 2830 and 3536
| | | | | 
| | | | | M	simulation/modelica/initialization/Makefile
| | | | | 
| | * | | commit 105514cfc378c62efda6051b96d252047bdd0b3f
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Nov 6 11:20:59 2015 +0100
| | | | | 
| | | | |     Update expected output
| | | | | 
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | | | | M	simulation/modelica/initialization/bug_2263.mos
| | | | | M	simulation/modelica/initialization/bug_2673.mos
| | | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | | 
| | * | | commit 51aa590158ead39c209a3c2811a9b895844347ff
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Nov 6 09:53:48 2015 +0100
| | | | | 
| | | | |     Add test for ticket 3536
| | | | | 
| | | | | M	simulation/modelica/initialization/Makefile
| | | | | A	simulation/modelica/initialization/bug_3536.mos
| | | | | 
| | * | | commit 46659c28e908c647a798f6672267658a3a10eb35
| | | | | Author: Per Östlund 
| | | | | Date:   Wed Nov 4 14:00:22 2015 +0100
| | | | | 
| | | | |     Update tests.
| | | | | 
| | | | | M	flattening/libraries/3rdParty/Buildings/System2.mo
| | | | | M	flattening/libraries/biochem/BiochemModels.mos
| | | | | M	flattening/modelica/arrays/AdvancedDimensions.mo
| | | | | M	flattening/modelica/arrays/ArrayAsAlias.mo
| | | | | M	flattening/modelica/arrays/ArrayLogic.mo
| | | | | M	flattening/modelica/arrays/Concat3.mo
| | | | | M	flattening/modelica/arrays/DiscreteVectorStateSpace.mo
| | | | | M	flattening/modelica/arrays/FillSubscriptsTest.mo
| | | | | M	flattening/modelica/arrays/QualifiedEnd.mo
| | | | | M	flattening/modelica/arrays/RangeSlicing.mo
| | | | | M	flattening/modelica/arrays/VectorizeOneReturnValue.mo
| | | | | M	flattening/modelica/built-in-functions/DerConstant1.mo
| | | | | M	flattening/modelica/connectors/CGraphBug.mos
| | | | | M	flattening/modelica/connectors/ConnectTypes.mo
| | | | | M	flattening/modelica/declarations/DeclarationOrder.mo
| | | | | M	flattening/modelica/declarations/DeclarationOrder1.mo
| | | | | M	flattening/modelica/declarations/DeclarationOrder2.mo
| | | | | M	flattening/modelica/enums/Enum7.mo
| | | | | M	flattening/modelica/expandable/ExpandableConnectors.mos
| | | | | M	flattening/modelica/extends/TempDepResistorCircuit.mo
| | | | | M	flattening/modelica/extends/TempDepResistorCircuitInherited.mo
| | | | | M	flattening/modelica/mosfiles/BaseClass1.mos
| | | | | M	flattening/modelica/msl/BC1.mo
| | | | | M	flattening/modelica/msl/BC10.mo
| | | | | M	flattening/modelica/msl/BC11.mo
| | | | | M	flattening/modelica/msl/BC2.mo
| | | | | M	flattening/modelica/msl/BC3.mo
| | | | | M	flattening/modelica/msl/BC4.mo
| | | | | M	flattening/modelica/msl/BC5.mo
| | | | | M	flattening/modelica/msl/BC6.mo
| | | | | M	flattening/modelica/msl/BC7.mo
| | | | | M	flattening/modelica/msl/BC8.mo
| | | | | M	flattening/modelica/msl/BC9.mo
| | | | | M	flattening/modelica/msl/BM1.mo
| | | | | M	flattening/modelica/msl/BM10.mo
| | | | | M	flattening/modelica/msl/BM11.mo
| | | | | M	flattening/modelica/msl/BM12.mo
| | | | | M	flattening/modelica/msl/BM13.mo
| | | | | M	flattening/modelica/msl/BM14.mo
| | | | | M	flattening/modelica/msl/BM15.mo
| | | | | M	flattening/modelica/msl/BM16.mo
| | | | | M	flattening/modelica/msl/BM17.mo
| | | | | M	flattening/modelica/msl/BM18.mo
| | | | | M	flattening/modelica/msl/BM19.mo
| | | | | M	flattening/modelica/msl/BM2.mo
| | | | | M	flattening/modelica/msl/BM20.mo
| | | | | M	flattening/modelica/msl/BM21.mo
| | | | | M	flattening/modelica/msl/BM22.mo
| | | | | M	flattening/modelica/msl/BM23.mo
| | | | | M	flattening/modelica/msl/BM24.mo
| | | | | M	flattening/modelica/msl/BM25.mo
| | | | | M	flattening/modelica/msl/BM26.mo
| | | | | M	flattening/modelica/msl/BM27.mo
| | | | | M	flattening/modelica/msl/BM3.mo
| | | | | M	flattening/modelica/msl/BM4.mo
| | | | | M	flattening/modelica/msl/BM5.mo
| | | | | M	flattening/modelica/msl/BM6.mo
| | | | | M	flattening/modelica/msl/BM7.mo
| | | | | M	flattening/modelica/msl/BM8.mo
| | | | | M	flattening/modelica/msl/BM9.mo
| | | | | M	flattening/modelica/msl/BN1.mo
| | | | | M	flattening/modelica/msl/BN2.mo
| | | | | M	flattening/modelica/msl/BN3.mo
| | | | | M	flattening/modelica/msl/BS1.mo
| | | | | M	flattening/modelica/msl/BS10.mo
| | | | | M	flattening/modelica/msl/BS11.mo
| | | | | M	flattening/modelica/msl/BS12.mo
| | | | | M	flattening/modelica/msl/BS13.mo
| | | | | M	flattening/modelica/msl/BS14.mo
| | | | | M	flattening/modelica/msl/BS15.mo
| | | | | M	flattening/modelica/msl/BS16.mo
| | | | | M	flattening/modelica/msl/BS17.mo
| | | | | M	flattening/modelica/msl/BS2.mo
| | | | | M	flattening/modelica/msl/BS3.mo
| | | | | M	flattening/modelica/msl/BS4.mo
| | | | | M	flattening/modelica/msl/BS5.mo
| | | | | M	flattening/modelica/msl/BS6.mo
| | | | | M	flattening/modelica/msl/BS7.mo
| | | | | M	flattening/modelica/msl/BS8.mo
| | | | | M	flattening/modelica/msl/BS9.mo
| | | | | M	flattening/modelica/msl/Gear.mo
| | | | | M	flattening/modelica/operators/ImplicitRangeReductions.mo
| | | | | M	flattening/modelica/others/FlexibleShaftNonLinearTotal.mo
| | | | | M	flattening/modelica/others/InvertedPendulumTotal.mo
| | | | | M	flattening/modelica/others/Philosopher.mo
| | | | | M	flattening/modelica/others/Philosopher2.mo
| | | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | | D	flattening/modelica/others/translation_failed_template.mo
| | | | | D	flattening/modelica/others/translation_template.mo
| | | | | M	flattening/modelica/records/RecordModifications2.mo
| | | | | M	flattening/modelica/redeclare/AttributesPropagation.mo
| | | | | M	flattening/modelica/redeclare/Bug2695.mo
| | | | | M	flattening/modelica/redeclare/ClassExtends1.mo
| | | | | M	flattening/modelica/redeclare/ClassExtends2.mo
| | | | | M	flattening/modelica/redeclare/ComparePSD.mo
| | | | | M	flattening/modelica/scoping/InnerOuterSamePrefix.mo
| | | | | M	flattening/modelica/scoping/InnerOuterSystem.mo
| | | | | M	flattening/modelica/scoping/Lookup9.mo
| | | | | M	flattening/modelica/streams/StreamConcept_NoMedium_Total.mo
| | | | | M	openmodelica/interactive-API/Bug2871.mos
| | | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | | | | M	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | | M	openmodelica/xml/testMSD.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | | | | M	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | | M	simulation/modelica/others/SyncFilter.mos
| | | | | M	simulation/modelica/packages/RedeclarePackage.mos
| | | | | M	simulation/modelica/records/ATotal.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | | 
| | * | | commit 9bfe18f5125fc53497eaf2bfc844184e659bbe44
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Nov 4 13:28:26 2015 +0100
| | | | | 
| | | | |     fix quotes
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit def3cd0925ee46b2f8843148a1e99634f2755346
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Nov 4 10:31:38 2015 +0100
| | | | | 
| | | | |     adapt test to simplified FMI XML format for clocks
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit d7f85b3859263de7ca134a620d921c680711781a
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Nov 3 14:05:59 2015 +0100
| | | | | 
| | | | |     Added testcase for #3506.
| | | | | 
| | | | | M	flattening/modelica/redeclare/Makefile
| | | | | A	flattening/modelica/redeclare/RedeclareLocalClass.mo
| | | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | | 
| | * | | commit beccd0c5d303d9af5d9754ffdd5c30924ab1f30c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Nov 3 13:41:10 2015 +0100
| | | | | 
| | | | |     Add test for #3518
| | | | | 
| | | | | M	flattening/modelica/arrays/Makefile
| | | | | A	flattening/modelica/arrays/Matrix3.mo
| | | | | 
| * | | | commit 011a685f748be997eb1f93e7a1bc059328ee065b
| |\| | | Merge: bdd216d0f7 592a3fb80e
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Nov 3 13:34:13 2015 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit 592a3fb80e1b4db4304a3ff8691b405d82399bbc
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Nov 3 12:10:21 2015 +0100
| | | | | 
| | | | |     Fix ExternalLibraryFunction on some platforms.
| | | | |     
| | | | |     - Removed -u flag from ar in setup_command for ExternalLibraryFunction.
| | | | |       It's not needed, and gives a warning message on some platforms.
| | | | | 
| | | | | M	flattening/modelica/mosfiles/ExternalLibraryFunction.mos
| | | | | 
| | * | | commit b9f61e955cc264952b4d5f43361ce249bc577965
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Nov 3 11:46:29 2015 +0100
| | | | | 
| | | | |     Disable LOG_LS in test
| | | | |     
| | | | |     LOG_LS output displays execution-time of solving the linear system.
| | | | |     This does not work on our OSX-machine, which has lower performance
| | | | |     than the other servers.
| | | | | 
| | | | | M	simulation/modelica/linear_system/problem2.mos
| | | | | 
| | * | | commit eca30949fd91a3ba035612217c5f24c8bcb07c91
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Nov 2 17:58:56 2015 +0100
| | | | | 
| | | | |     Tests for `removeComponentModifiers` and `removeExtendsModifiers`
| | | | | 
| | | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | | M	openmodelica/interactive-API/interactive_api_param.mos
| | | | | 
| | * | | commit d51186c4d3994f21aac540da3ec1be5e5234174b
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 2 12:32:52 2015 +0100
| | | | | 
| | | | |     Add test for getDefinitions
| | | | | 
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | A	openmodelica/interactive-API/getDefinitions.mos
| | | | | 
| | * | | commit 82c2619f60054e56eb1e81164a0ed2ba65040f83
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 2 12:17:52 2015 +0100
| | | | | 
| | | | |     Add test for builtin classes
| | | | | 
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | A	openmodelica/interactive-API/getClassNames.mos
| | | | | 
| | * | | commit 1aea30b1ed405abc25d0c461bf6aefd1444132fc
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 2 12:17:38 2015 +0100
| | | | | 
| | | | |     More error-checking for BouncingBall
| | | | | 
| | | | | M	openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos
| | | | | 
| | * | | commit 80a40029739c1130ab83504ddacc57a67a8ced12
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sun Nov 1 20:31:58 2015 +0100
| | | | | 
| | | | |     update test for sub clocks
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | |   
| | * | |   commit bcbf094b0f7b30806ea0661ecc33725ef2e97f7c
| | |\ \ \  Merge: 8ac6287153 5a995db735
| | | | | | Author: Adrian Pop 
| | | | | | Date:   Sat Oct 31 17:33:46 2015 +0100
| | | | | | 
| | | | | |     Merge pull request #132 from lochel/modelicaML
| | | | | |     
| | | | | |     Add fully specified initial conditions to modelicaML tests
| | | | | | 
| | | * | | commit 5a995db73527675b465916e7cabe139fd75bc2ce
| | |/ / /  Author: Lennart Ochel 
| | | | |   Date:   Sat Oct 31 16:32:36 2015 +0100
| | | | |   
| | | | |       Add fully specified initial conditions to modelicaML tests
| | | | |   
| | | | |   M	openmodelica/modelicaML/BouncingBallExample/Ball.mo
| | | | |   M	openmodelica/modelicaML/ModelicaMLModel/Design/SystemModel1.mo
| | | | |   M	openmodelica/modelicaML/bouncingball.mos
| | | | |   M	openmodelica/modelicaML/testModelicaML.mos
| | | | | 
| | * | | commit 8ac6287153931cb447481fa76a33bca77591ab61
| | | | | Author: vwaurich 
| | | | | Date:   Fri Oct 30 11:39:03 2015 +0100
| | | | | 
| | | | |     - add comSubExp test
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/Makefile
| | | | | 
| | * | | commit 55eb14d2d44300d0c3338820407dd53302b7153d
| | | | | Author: vwaurich 
| | | | | Date:   Thu Oct 29 14:33:26 2015 +0100
| | | | | 
| | | | |     - update test
| | | | | 
| | | | | M	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | | 
| | * | | commit 9ecf276b5409da0d7bfe6b3676a63e9a818a16a8
| | | | | Author: vwaurich 
| | | | | Date:   Thu Oct 29 13:54:43 2015 +0100
| | | | | 
| | | | |     - add cse test
| | | | | 
| | | | | A	simulation/modelica/commonSubExp/comSubExp1.mos
| | | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | | 
| | * | | commit 080a0a7301869893362ca11326fe7194be0089c4
| | | | | Author: vwaurich 
| | | | | Date:   Thu Oct 29 09:09:38 2015 +0100
| | | | | 
| | | | |     - disableComSubExp for tests
| | | | | 
| | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | A	simulation/modelica/commonSubExp/cse2_comSubExp.mos
| | | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | |   
| | * | |   commit 2db28127d5b4093d79c1f946fdbad5301deec5ef
| | |\ \ \  Merge: 4adb15880b 4256e2a3d4
| | | | | | Author: Adrian Pop 
| | | | | | Date:   Wed Oct 28 20:45:35 2015 +0100
| | | | | | 
| | | | | |     Merge pull request #126 from gossen/ticket-3520
| | | | | |     
| | | | | |     Add test case for inherited class instantiation
| | | | | | 
| | | * | | commit 4256e2a3d43f2acacd161c8fd683ea26728ab041
| | | | | | Author: gossen 
| | | | | | Date:   Sun Oct 18 00:06:11 2015 +0300
| | | | | | 
| | | | | |     Add test case for inherited class instantiation
| | | | | | 
| | | | | | A	openmodelica/interactive-API/Bug3520.mo
| | | | | | A	openmodelica/interactive-API/Bug3520.mos
| | | | | | M	openmodelica/interactive-API/Makefile
| | | | | | 
| | * | | | commit 4adb15880b429358aa99c3bcf1e75ae9421a94c4
| | | | | | Author: vwaurich 
| | | | | | Date:   Wed Oct 28 13:41:33 2015 +0100
| | | | | | 
| | | | | |     - disableComSubExp in tearing test
| | | | | | 
| | | | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | | | 
| | * | | | commit cb29956a15d67c93f2336a5dbc22cf04871b1eb2
| | | | | | Author: vruge 
| | | | | | Date:   Tue Oct 27 17:35:20 2015 +0100
| | | | | | 
| | | | | |     expected output
| | | | | | 
| | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | | | 
| | * | | | commit acac6c3243708570402e006fd9893a3097f9661f
| | | | | | Author: Marcus Walther 
| | | | | | Date:   Tue Oct 27 09:54:04 2015 +0100
| | | | | | 
| | | | | |     - fixed expected output of FMU C++ test
| | | | | | 
| | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | | | 
| | * | | | commit 4ef6094f74e4fa04d1ea5ca86a8650d7b1d6ac0a
| | | | | | Author: Marcus Walther 
| | | | | | Date:   Tue Oct 20 11:06:10 2015 +0200
| | | | | | 
| | | | | |     - fixed some typos in ModelicaTest-makefile
| | | | | | 
| | | | | | M	simulation/libraries/ModelicaTest/Makefile
| | | | | | 
| | * | | | commit 3976439aef14af2a07fd2ec45dc683da057ccc14
| | | | | | Author: Willi Braun 
| | | | | | Date:   Tue Oct 27 04:14:22 2015 +0100
| | | | | | 
| | | | | |     expected output
| | | | | | 
| | | | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos
| | | | | | M	openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos
| | | | | | M	simulation/modelica/external_functions/ExternalRHSFlag.mos
| | | | | | 
| | * | | | commit ca92c9c2c10daf23cd684f1b535dc74eb98fc777
| | | | | | Author: Willi Braun 
| | | | | | Date:   Tue Oct 27 01:47:52 2015 +0100
| | | | | | 
| | | | | |      - added test-case for noEquidistant mode
| | | | | | 
| | | | | | M	openmodelica/cruntime/simoptions/Makefile
| | | | | | A	openmodelica/cruntime/simoptions/testDASSLnoEquidistant.mos
| | | | | | 
| | * | | | commit 2a0c5293765b9a022c88e9a8083c398067f12cdb
| | | | | | Author: Lennart Ochel 
| | | | | | Date:   Mon Oct 26 12:09:06 2015 +0100
| | | | | | 
| | | | | |     Fix replacements for NORETCALL in when equations
| | | | | | 
| | | | | | M	simulation/modelica/linear_system/problem2.mos
| | | | | | 
| | * | | | commit 4f32f34e0c3de655c3413e48a50161940f7144fd
| | | | | | Author: vruge 
| | | | | | Date:   Sun Oct 25 21:02:00 2015 +0100
| | | | | | 
| | | | | |     expected output
| | | | | | 
| | | | | | M	simulation/modelica/others/ComplexFun.mos
| | | | | | 
| | * | | | commit bfdc85ca1737635ba23b8043a11e9b6433611f8a
| | | | | | Author: vruge 
| | | | | | Date:   Sun Oct 25 21:00:24 2015 +0100
| | | | | | 
| | | | | |     added testcase for inlineCalls with tuple
| | | | | | 
| | | | | | M	simulation/modelica/nonlinear_system/Makefile
| | | | | | A	simulation/modelica/nonlinear_system/bug_3527.mos
| | | | | | 
| | * | | | commit 243f70d9c9522a6f928eb14ced8e54350d85ca5f
| | | | | | Author: Willi Braun 
| | | | | | Date:   Sat Oct 24 14:16:49 2015 +0200
| | | | | | 
| | | | | |      - expected output
| | | | | | 
| | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | | | | | 
| | * | | | commit 45a75069cb3819f9cec6dfc0ab7763d90c5a5af2
| | | | | | Author: vwaurich 
| | | | | | Date:   Fri Oct 23 15:05:10 2015 +0200
| | | | | | 
| | | | | |     -added indexReductionTest,remove warnings in craneFMUTest
| | | | | | 
| | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/cranes.mo
| | | | | | M	simulation/modelica/indexreduction/Makefile
| | | | | | A	simulation/modelica/indexreduction/MoveWithInputs.mo
| | | | | | A	simulation/modelica/indexreduction/MoveWithInputs.mos
| | | | | | 
| | * | | | commit eb0ffdd7f86c79ed52d6001d583c6368ced52095
| | | | | | Author: vwaurich 
| | | | | | Date:   Fri Oct 23 14:32:56 2015 +0200
| | | | | | 
| | | | | |     - fix tests for pantelides change
| | | | | | 
| | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | | | M	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | | | 
| | * | | | commit 3746b035ae0dfca69323cb7d6f216ffd3fab515f
| | | | | | Author: Rüdiger Franke 
| | | | | | Date:   Thu Oct 22 14:12:35 2015 +0200
| | | | | | 
| | | | | |     extend Cpp tests with negated boolean alias
| | | | | | 
| | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | | | 
| | * | | | commit 0e6945e0bb1a1e9d17220c73ca98dcaaed905641
| | | | | | Author: adrpo 
| | | | | | Date:   Mon Oct 19 22:19:55 2015 +0200
| | | | | | 
| | | | | |     update tests after library bump
| | | | | | 
| | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | | | 
| | * | | | commit 863971a453def8688a29e495ae0aeb14ddc2a296
| | |/ / /  Author: Per Östlund 
| | | | |   Date:   Mon Oct 19 17:21:51 2015 +0200
| | | | |   
| | | | |       Updated tests.
| | | | |   
| | | | |   M	flattening/modelica/records/RecordModifications2.mo
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | |   M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | |   M	simulation/modelica/functions_eval/Inverter2.mos
| | | | |   M	simulation/modelica/functions_eval/Nand.mos
| | | | |   M	simulation/modelica/records/ATotal.mos
| | | | | 
| * | | | commit bdd216d0f77be20bea64d3084f96779a7bd004fc
| |\| | | Merge: a13d66f79b 29d30bf0cb
| | | | | Author: Niklas Worschech 
| | | | | Date:   Mon Oct 19 10:49:22 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit 29d30bf0cb12a155f192ba9620389385f5ddac28
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Oct 16 22:55:27 2015 +0200
| | | | | 
| | | | |     adapt test to changed order of variable attributes
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit d8a275309243e0615f6f83ffe9141500fd6499be
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Oct 16 22:39:25 2015 +0200
| | | | | 
| | | | |     adapt test and add a clocked output
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit 172319594eae573983fc024a9ad8e918416a0fe2
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Oct 16 22:38:42 2015 +0200
| | | | | 
| | | | |     rename test as it covers more than the bug
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | | R100	openmodelica/cppruntime/fmu/modelExchange/2.0/testBug3502.mos	openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos
| | | | | 
| | * | | commit 092dd2f0aa2d5f38d12aa95f17255a3f747b7b71
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Oct 16 21:04:25 2015 +0200
| | | | | 
| | | | |     adapt test to nicer $CLKPRE name
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testBug3502.mos
| | | | | 
| | * | | commit 8bd5f278d105821608df5c2efad7ae2f85b59567
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Oct 16 08:56:32 2015 +0200
| | | | | 
| | | | |     update test with clockIndex in FMI 2 modelDescription.xml
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/testBug3502.mos
| | | | | 
| | * | | commit 569c0bef33b31e1531c21ef87afa3c80f8fb19aa
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Oct 15 09:06:38 2015 +0200
| | | | | 
| | | | |     Remove outdated QSS implementation
| | | | | 
| | | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | | 
| | * | | commit ea3f6705dd1a8bf0628ff2e407467848ea8f6637
| | | | | Author: Per Östlund 
| | | | | Date:   Thu Oct 15 15:42:36 2015 +0200
| | | | | 
| | | | |     Added test for redeclare attribute propagation.
| | | | | 
| | | | | M	flattening/modelica/redeclare/Makefile
| | | | | A	flattening/modelica/redeclare/RedeclareArrayComponent1.mo
| | | | | 
| | * | | commit 8b038f73438e77510a5b0ed53f41d817a87c2cf1
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Oct 15 12:12:15 2015 +0200
| | | | | 
| | | | |     Move TestSolve18.mos to FAILINGTESTFILES
| | | | | 
| | | | | M	simulation/modelica/others/Makefile
| | | | | M	simulation/modelica/others/TestSolve18.mos
| | | | | 
| | * | | commit f03e18c71086bc7b277ecab8220de61453f28d97
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Oct 15 09:16:08 2015 +0200
| | | | | 
| | | | |     Add getErrorString calls
| | | | | 
| | | | | M	simulation/modelica/others/TestSolve.mos
| | | | | M	simulation/modelica/others/TestSolve10.mos
| | | | | M	simulation/modelica/others/TestSolve11.mos
| | | | | M	simulation/modelica/others/TestSolve12.mos
| | | | | M	simulation/modelica/others/TestSolve13.mos
| | | | | M	simulation/modelica/others/TestSolve14.mos
| | | | | M	simulation/modelica/others/TestSolve15.mos
| | | | | M	simulation/modelica/others/TestSolve16.mos
| | | | | M	simulation/modelica/others/TestSolve17.mos
| | | | | M	simulation/modelica/others/TestSolve18.mos
| | | | | M	simulation/modelica/others/TestSolve2.mos
| | | | | M	simulation/modelica/others/TestSolve3.mos
| | | | | M	simulation/modelica/others/TestSolve4.mos
| | | | | M	simulation/modelica/others/TestSolve5.mos
| | | | | M	simulation/modelica/others/TestSolve6.mos
| | | | | M	simulation/modelica/others/TestSolve7.mos
| | | | | M	simulation/modelica/others/TestSolve8.mos
| | | | | M	simulation/modelica/others/TestSolve9.mos
| | | | | 
| | * | | commit 4877229c75d342ee6cd4f7b71a6c2299e75309f0
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Oct 15 08:59:13 2015 +0200
| | | | | 
| | | | |     Split TestSolve.mos
| | | | |     
| | | | |     It makes things easier if there is one test for each test case.
| | | | | 
| | | | | M	simulation/modelica/others/Makefile
| | | | | D	simulation/modelica/others/TestSolve.mo
| | | | | M	simulation/modelica/others/TestSolve.mos
| | | | | A	simulation/modelica/others/TestSolve10.mos
| | | | | A	simulation/modelica/others/TestSolve11.mos
| | | | | A	simulation/modelica/others/TestSolve12.mos
| | | | | A	simulation/modelica/others/TestSolve13.mos
| | | | | A	simulation/modelica/others/TestSolve14.mos
| | | | | A	simulation/modelica/others/TestSolve15.mos
| | | | | A	simulation/modelica/others/TestSolve16.mos
| | | | | A	simulation/modelica/others/TestSolve17.mos
| | | | | A	simulation/modelica/others/TestSolve18.mos
| | | | | A	simulation/modelica/others/TestSolve2.mos
| | | | | A	simulation/modelica/others/TestSolve3.mos
| | | | | A	simulation/modelica/others/TestSolve4.mos
| | | | | A	simulation/modelica/others/TestSolve5.mos
| | | | | A	simulation/modelica/others/TestSolve6.mos
| | | | | A	simulation/modelica/others/TestSolve7.mos
| | | | | A	simulation/modelica/others/TestSolve8.mos
| | | | | A	simulation/modelica/others/TestSolve9.mos
| | | | | 
| | * | | commit 68309ab43da673674cb9a89bccc6e3d8f83c066e
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Oct 14 21:55:54 2015 +0200
| | | | | 
| | | | |     add test for FMI export with clocks
| | | | |     
| | | | |     The checked modelDescription.xml contains created variables (#3502).
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/testBug3502.mos
| | | | | 
| | * | | commit 9c1b728720729d811925726a039c9edc5d793f6c
| | | | | Author: fbergero 
| | | | | Date:   Wed Oct 14 21:42:51 2015 +0200
| | | | | 
| | | | |     Test for the experimental FMU for QSS and Multirate
| | | | | 
| | | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | | A	openmodelica/fmi/ModelExchange/2.0/testExperimentalFMU.mos
| | | | | 
| | * | | commit 998686a7a605ea1ef891877a1c38729070c51169
| | | | | Author: Willi Braun 
| | | | | Date:   Wed Oct 14 12:31:32 2015 +0200
| | | | | 
| | | | |     added testcase for non-linear system with a function involed.
| | | | | 
| | | | | M	simulation/modelica/nonlinear_system/Makefile
| | | | | M	simulation/modelica/nonlinear_system/nlsTestPackage.mo
| | | | | A	simulation/modelica/nonlinear_system/problem12.mos
| | | | | 
| | * | | commit d9a51334cf2dc804b101142a7bae0d5e418fa14d
| | | | | Author: bernhard Thiele 
| | | | | Date:   Wed Oct 14 00:57:43 2015 +0200
| | | | | 
| | | | |     Tests from Synchronous lib
| | | | |     
| | | | |     - Added a few tests from Modelica_Synchronous that simulate
| | | | | 
| | | | | M	simulation/modelica/synchronous/DID.mo
| | | | | M	simulation/modelica/synchronous/Makefile
| | | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mo
| | | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mos
| | | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mo
| | | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mos
| | | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mo
| | | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos
| | | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mo
| | | | | A	simulation/modelica/synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mos
| | | | | 
| | * | | commit 47f4c8482216f8e783ca862e42e7349f2e0f2e81
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Oct 14 08:24:42 2015 +0200
| | | | | 
| | | | |     add test for different types of clocked variables
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/clockedTypesTest.mos
| | | | | 
| | * | | commit 18ff445e42ed0ab7c1ee52f03e166afc8a6ebe6a
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Oct 14 08:22:29 2015 +0200
| | | | | 
| | | | |     test interval() without argument
| | | | | 
| | | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | | 
| | * | | commit d6113efb3631331996db0cb83521c9e9bd83567c
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Tue Oct 13 22:58:39 2015 +0200
| | | | | 
| | | | |     extend clockedTest
| | | | | 
| | | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | | 
| * | | | commit a13d66f79b564929218b7217f1a3b6a8ea712425
| |\| | | Merge: 8049849bdc b85c207e89
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Oct 13 16:03:28 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit b85c207e8955238b00a86dbb18fb36aca2642872
| | | | | Author: Willi Braun 
| | | | | Date:   Mon Oct 12 19:24:10 2015 +0200
| | | | | 
| | | | |      - update testcase and expected output
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/benchmark/DrumBoiler.mo
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | 
| | * | | commit 338fff9c0d0575aa1dfba8a3d63d412d5cbd9f2a
| | | | | Author: gossen 
| | | | | Date:   Mon Oct 12 13:30:54 2015 +0200
| | | | | 
| | | | |     Add tests for #3492
| | | | | 
| | | | | A	flattening/modelica/connectors/ConnectInnerOuter4.mo
| | | | | M	flattening/modelica/connectors/Makefile
| | | | | 
| | * | | commit 49a754df04dc52ecf382ef2fea52dfbe6168de4b
| | | | | Author: gossen 
| | | | | Date:   Mon Oct 12 11:52:41 2015 +0200
| | | | | 
| | | | |     Add tests for top level nested connectors
| | | | | 
| | | | | M	simulation/modelica/connectors/Makefile
| | | | | A	simulation/modelica/connectors/TopLevelNestedConnectors.mo
| | | | | A	simulation/modelica/connectors/TopLevelNestedConnectors.mos
| | | | | 
| | * | | commit 4b8cd775272ac0d66dbaec08209347c6c4069ba0
| | | | | Author: adrpo 
| | | | | Date:   Mon Oct 12 11:38:45 2015 +0200
| | | | | 
| | | | |     add test for #3503
| | | | | 
| | | | | A	simulation/modelica/synchronous/Bug3503.mos
| | | | | A	simulation/modelica/synchronous/ClockedModel.mo
| | | | | A	simulation/modelica/synchronous/ClockedSource.mo
| | | | | M	simulation/modelica/synchronous/Makefile
| | | | | 
| | * | | commit 6707ec85f6d03185d4c303ce038b872fec1a4b35
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Oct 9 18:53:36 2015 +0200
| | | | | 
| | | | |     update clockedTest for #3498
| | | | | 
| | | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | | 
| | * | | commit 6b0a496f9baa2e1e5e60225e16e875b9b63e445d
| | | | | Author: Per Östlund 
| | | | | Date:   Wed Oct 7 16:00:35 2015 +0200
| | | | | 
| | | | |     Updated test cases for #3479 fix.
| | | | |     
| | | | |     - Added testcase for #3479.
| | | | |     - Upgraded M.Electrical.Machines.Examples.DCMachines.DCPM_withLosses
| | | | |       to verified simulation.
| | | | | 
| | | | | M	flattening/modelica/arrays/Array14.mo
| | | | | M	flattening/modelica/arrays/EmptyArraySubscript.mo
| | | | | M	flattening/modelica/arrays/EmptyAsubSliceSubscript.mo
| | | | | M	flattening/modelica/arrays/RangeSlicing.mo
| | | | | M	flattening/modelica/arrays/RangeVector.mo
| | | | | M	flattening/modelica/mosfiles/ZeroDims.mos
| | | | | M	flattening/modelica/others/BooleanRanges.mo
| | | | | M	flattening/modelica/records/Makefile
| | | | | A	flattening/modelica/records/RecordModifications2.mo
| | | | | M	flattening/modelica/redeclare/Bug2695.mo
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | | M	simulation/modelica/arrays/ZeroSizeLoop.mos
| | | | | M	simulation/modelica/functions_eval/Inverter2.mos
| | | | | M	simulation/modelica/functions_eval/Nand.mos
| | | | | M	simulation/modelica/records/ATotal.mos
| | | | | 
| | * | | commit 5a8f66512bf53ee63f35a08cffdb7ec21fbc5753
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Oct 7 12:21:54 2015 +0200
| | | | | 
| | | | |     Translating FMU no longer keeps temporary files
| | | | |     
| | | | |     modelDescription.xml is no longer generated in the working directory.
| | | | |     If you want to read it, you need to use unzip.
| | | | | 
| | | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | | 
| | * | | commit 4b6af1dbb4e6c66c83834379904834c782fdad59
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Oct 6 15:46:54 2015 +0200
| | | | | 
| | | | |     Add debug message to WasteWater test when failing
| | | | | 
| | | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | | 
| | * | | commit 314ff9437bf32165f0f34474a9a4d2e900533190
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Oct 6 15:46:29 2015 +0200
| | | | | 
| | | | |     Add test for static source FMUs
| | | | | 
| | | | | A	openmodelica/fmi/ModelExchange/1.0/BouncingBallSourceFMU.mos
| | | | | M	openmodelica/fmi/ModelExchange/1.0/Makefile
| | | | | 
| | * | | commit a2c09a0d19dc96449ef59e15413d4af913ac5111
| | | | | Author: mflehmig 
| | | | | Date:   Wed Oct 7 08:41:11 2015 +0200
| | | | | 
| | | | |     - Make clean will not remove Pyhton scripts.
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Makefile
| | | | | 
| | * | | commit 2f59fc727ed83da85fdfa00f091950aa9f20d6bd
| | | | | Author: mflehmig 
| | | | | Date:   Wed Oct 7 08:31:47 2015 +0200
| | | | | 
| | | | |     * Polished output.
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/simulateAll_parallel.py
| | | | | 
| | * | | commit 27d324c1d004d6d56a12b8787adf291ae7d7bc38
| | | | | Author: mflehmig 
| | | | | Date:   Tue Oct 6 15:00:12 2015 +0200
| | | | | 
| | | | |     - Added Python scripts to execute msl-simulations in parallel and obtain statistics.
| | | | | 
| | | | | A	simulation/libraries/msl32_cpp/postprocessing.py
| | | | | A	simulation/libraries/msl32_cpp/simulateAll_parallel.py
| | | | | 
| | * | | commit 41c9ce33514d9eacbefaff2ec756b4002a7e6b12
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Oct 5 11:14:59 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | | M	simulation/modelica/initialization/SingularInitial.mos
| | | | | 
| | * | | commit faad5bf5162b7a493405e3ef547a006ca876b7fd
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Oct 1 12:30:05 2015 +0200
| | | | | 
| | | | |     Generate code with less nested brackets
| | | | | 
| | | | | A	ReferenceFiles/msl31/Modelica.Mechanics.Translational.Examples.Friction.mat.xz
| | | | | M	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Friction.mat.xz
| | | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | | 
| | * | | commit 38d648b46ab027390f4dc28fd2590e51cc8695d4
| | | | | Author: vwaurich 
| | | | | Date:   Thu Oct 1 17:00:36 2015 +0200
| | | | | 
| | | | |     - remove whitespaces
| | | | | 
| | | | | M	simulation/modelica/indexreduction/PantelidesSingular.mos
| | | | | 
| | * | | commit 30db1e02f570a4eab991ea6e13a2a148772d8bb1
| | | | | Author: vwaurich 
| | | | | Date:   Thu Oct 1 16:44:22 2015 +0200
| | | | | 
| | | | |     - remove whitespaces
| | | | | 
| | | | | M	simulation/modelica/equations/IfEquationUnbalanced.mos
| | | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | | 
| | * | | commit c220b5b4952afa6543e32fbc550b3505fd45db01
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Sep 30 13:48:10 2015 +0200
| | | | | 
| | | | |     Deactivate module constantLinearSystem
| | | | |     
| | | | |     for initialization phase
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit d43864509883aff90f4910f552ae20aa9623a2cf
| | | | | Author: adrpo 
| | | | | Date:   Tue Sep 29 22:14:30 2015 +0200
| | | | | 
| | | | |     update tests after library bump
| | | | | 
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos
| | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit b1c655739f565f110c597956d58f54bb97c0becc
| | | | | Author: Lennart Ochel 
| | | | | Date:   Tue Sep 29 14:06:29 2015 +0200
| | | | | 
| | | | |     Updated reference file
| | | | | 
| | | | | M	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat.xz
| | | | | 
| | * | | commit cad0e0769d1e7c549df80c7b6f6f76a3a1831c57
| | | | | Author: Lennart Ochel 
| | | | | Date:   Tue Sep 29 13:42:51 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | | 
| | * | | commit c6b7bfe37c9a5865eed6791938b949c72cfa3adf
| | | | | Author: adrpo 
| | | | | Date:   Mon Sep 28 22:17:38 2015 +0200
| | | | | 
| | | | |     update tests after library bump
| | | | | 
| | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit ea39a14a7c9b051dc171169d69ebb3b929032740
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Sep 28 18:06:50 2015 +0200
| | | | | 
| | | | |     Update output for #3481
| | | | | 
| | | | | M	flattening/modelica/mosfiles/TestLoadModel.mos
| | | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | | M	simulation/modelica/synchronous/WhenClocks.mos
| | | | | 
| | * | | commit 4eb160b41b6795126fc1794f14af16367f0791d5
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sun Sep 27 19:06:10 2015 +0200
| | | | | 
| | | | |     extend Cpp clockedTest
| | | | | 
| | | | | M	openmodelica/cppruntime/clockedTest.mos
| | | | | 
| | * | | commit b850c7cb14c437c2ad1eef025573400167907a42
| | | | | Author: Ruediger Franke 
| | | | | Date:   Sat Sep 26 20:54:35 2015 +0200
| | | | | 
| | | | |     add test for Cpp synchronous support
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/clockedTest.mos
| | | | | 
| | * | | commit 1fc1e83f57139f161f583d4b1e1142385a6d5dff
| | | | | Author: Lennart Ochel 
| | | | | Date:   Sat Sep 26 10:44:08 2015 +0200
| | | | | 
| | | | |     Activate test case algorithms.mos
| | | | | 
| | | | | M	simulation/modelica/algorithms_functions/Makefile
| | | | | M	simulation/modelica/algorithms_functions/algorithms.mos
| | | | | 
| | * | | commit 535508ded88c56f28212a740df51a31484254599
| | | | | Author: Lennart Ochel 
| | | | | Date:   Sat Sep 26 10:42:22 2015 +0200
| | | | | 
| | | | |     Added test for ticket 3477
| | | | | 
| | | | | M	simulation/modelica/algorithms_functions/Makefile
| | | | | M	simulation/modelica/algorithms_functions/algorithms.mos
| | | | | A	simulation/modelica/algorithms_functions/ticket-3477.mos
| | | | | 
| | * | | commit 8c1ea11b92455da737239273eedd9dc67b8e80a0
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Sep 25 15:13:51 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	openmodelica/linearization/test_06.mos
| | | | | 
| * | | | commit 8049849bdc6f83809a0c4ef4e2b5c1160f623622
| |\| | | Merge: 13c1925922 7e1d026367
| | | | | Author: Niklas Worschech 
| | | | | Date:   Fri Sep 25 17:25:34 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit 7e1d026367e2b69bb7f6d91d115c43a29d8cdc27
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Sep 25 14:02:41 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit 325e08e179d2d4e037f573980b5e995d3494da51
| | | | | Author: bernhard Thiele 
| | | | | Date:   Fri Sep 25 11:24:10 2015 +0200
| | | | | 
| | | | |     Added clocked DID test case
| | | | | 
| | | | | A	simulation/modelica/synchronous/DID.mo
| | | | | A	simulation/modelica/synchronous/DID.mos
| | | | | M	simulation/modelica/synchronous/Makefile
| | | | | 
| | * | | commit 4164dacf2546b46443750536834efe60ad9e4c2e
| | | | | Author: Marcus Walther 
| | | | | Date:   Fri Sep 25 10:48:32 2015 +0200
| | | | | 
| | | | |     - all FMU-tests of the cpp-runtime use the c-runtime as import environment now
| | | | |     - the crane-FMU tests should now work with GCC 4.4 again, so they are added to the test-process
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | A	openmodelica/cppruntime/fmu/modelExchange/1.0/Modelica.Fluid.Examples.BranchingDynamicPipes_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches_FMU2_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | A	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP_HPCOM.mos
| | | | | A	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Crane_FMU1_CPP_HPCOM.mos
| | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Makefile
| | | | | 
| | * | | commit cf476661ae138a465eccd5af823e74e5d1e7b493
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Sep 24 11:00:32 2015 +0200
| | | | | 
| | | | |     Added test for ticket 2337
| | | | | 
| | | | | M	simulation/modelica/equations/Makefile
| | | | | A	simulation/modelica/equations/ticket-2337.mos
| | | | | 
| | * | | commit 0fed4ef540945af5b59ace062a8a44a93545f547
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Sep 23 18:21:48 2015 +0200
| | | | | 
| | | | |     Activated test IfEquation5.mos
| | | | | 
| | | | | M	simulation/modelica/equations/Makefile
| | | | | 
| | * | | commit 5eb0284de903cbfa042feee1e47f8ea2b08b0f4f
| | | | | Author: Per Östlund 
| | | | | Date:   Wed Sep 23 17:58:59 2015 +0200
| | | | | 
| | | | |     Added test for #3473.
| | | | | 
| | | | | A	flattening/modelica/connectors/ConnectArrayCond2.mo
| | | | | M	flattening/modelica/connectors/Makefile
| | | | | 
| | * | | commit ad4fdde8a879061c2fa702f3b45f690b0bd01e2b
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Sep 23 11:04:30 2015 +0200
| | | | | 
| | | | |     Added index reduction to optdaedump
| | | | | 
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit b6f6944008c22bd81a89be6f0ee030efd677b5dd
| | | | | Author: Lennart Ochel 
| | | | | Date:   Tue Sep 22 12:20:17 2015 +0200
| | | | | 
| | | | |     Adapted optimization modules for Jacobians
| | | | | 
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit 2d2c6eec1974e4a3bea275964040b19f98567833
| | | | | Author: Lennart Ochel 
| | | | | Date:   Tue Sep 22 11:16:24 2015 +0200
| | | | | 
| | | | |     Added new backend module "simplifyAllExpressions"
| | | | | 
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | | | | M	openmodelica/uncertainties/dataReconciliation.mos
| | | | | 
| | * | | commit d98c6e1f697ef3df6b55ea0eaa3e56f617fd6a26
| | | | | Author: Marcus Walther 
| | | | | Date:   Tue Sep 22 10:26:37 2015 +0200
| | | | | 
| | | | |     - forgot to rename mos-file and adapt makefile of cppruntime-test-folder
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | R100	openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos	openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos
| | | | | 
| | * | | commit e257d851938b29f5405c0cee0f8ff9356c2582a4
| | | | | Author: Marcus Walther 
| | | | | Date:   Tue Sep 22 10:17:47 2015 +0200
| | | | | 
| | | | |     - test for hardcodedStartValues-Flag added
| | | | | 
| | | | | M	Makefile
| | | | | A	openmodelica/cppruntime/hardcodedStartValues/Makefile
| | | | | A	openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos
| | | | | 
| | * | | commit e27fffeb0686b3c3d16264ee032d91c8095e5bef
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Sep 21 14:06:48 2015 +0200
| | | | | 
| | | | |     Exclude removeInitializationStuff from
| | | | |     
| | | | |     postOptModules since it is essential
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit 7e92f79f2fdbb31702b082f9512a848000387ffb
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Sep 21 11:29:10 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| * | | | commit 13c1925922b361c4998c031129ce1b502227a773
| |\| | | Merge: 2c02f61707 bf51f0e44a
| | | | | Author: Niklas Worschech 
| | | | | Date:   Mon Sep 21 10:56:11 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit bf51f0e44ad43927182ab0ab27df5d68dacac01a
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Sep 21 10:42:36 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | | M	simulation/modelica/asserts/AssertTest.mos
| | | | | M	simulation/modelica/asserts/AssertTest1.mos
| | | | | M	simulation/modelica/asserts/AssertTest2.mos
| | | | | M	simulation/modelica/asserts/TestAssert.mos
| | | | | M	simulation/modelica/asserts/testAssertSolve.mos
| | | | | M	simulation/modelica/nonlinear_system/nonlinearFailed.mos
| | | | | M	simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos
| | | | | 
| | * | | commit 0a122d16bc50aa9cd9957e38127d654a75bb0409
| | | | | Author: bernhard Thiele 
| | | | | Date:   Fri Sep 18 14:42:25 2015 +0200
| | | | | 
| | | | |     Added state machine tests
| | | | | 
| | | | | A	simulation/modelica/statemachines/DeadEnd.mo
| | | | | A	simulation/modelica/statemachines/DeadEnd.mos
| | | | | A	simulation/modelica/statemachines/MLS33_17_3_7NA.mo
| | | | | A	simulation/modelica/statemachines/MLS33_17_3_7NA.mos
| | | | | M	simulation/modelica/statemachines/Makefile
| | | | | A	simulation/modelica/statemachines/SingleState.mo
| | | | | A	simulation/modelica/statemachines/SingleState.mos
| | | | | 
| | * | | commit 25b7068264c1cabfc29d834077fbf5fe439915ce
| | | | | Author: adrpo 
| | | | | Date:   Fri Sep 18 22:24:30 2015 +0200
| | | | | 
| | | | |     - update test after library bump
| | | | | 
| | | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | | 
| | * | | commit 5dcc7b90e4ef4e5b3a4a5e7c174dc3d4845eb906
| | | | | Author: bernhard Thiele 
| | | | | Date:   Fri Sep 18 19:07:08 2015 +0200
| | | | | 
| | | | |     Fixed expected SMMin.mos output
| | | | | 
| | | | | M	simulation/modelica/statemachines/SMMin.mos
| | | | | 
| | * | | commit a99802877669bbff505266f826a52d7d866bb842
| | | | | Author: Per Östlund 
| | | | | Date:   Thu Sep 17 15:51:35 2015 +0200
| | | | | 
| | | | |     Test case for #3467.
| | | | |     
| | | | |     - Added test case RedeclareRecordComponent1.mo.
| | | | |     - Updated SMPM_Inverter and SMPM_Inverter_MultiPhase tests due to
| | | | |       corrected error messages.
| | | | | 
| | | | | M	flattening/modelica/redeclare/Makefile
| | | | | A	flattening/modelica/redeclare/RedeclareRecordComponent1.mo
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | 
| | * | | commit d24e1ca32bd2ed0f23506640fe04206e63474d52
| | | | | Author: Marcus Walther 
| | | | | Date:   Wed Sep 16 09:53:57 2015 +0200
| | | | | 
| | | | |     - static linking test of cpp-runtime is now working correctly
| | | | | 
| | | | | M	openmodelica/cppruntime/staticLinking/Makefile
| | | | | R099	openmodelica/cppruntime/staticLinking/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos	openmodelica/cppruntime/staticLinking/Modelica.Electrical.Analog.Examples.CauerLowPassSC_cpp_static.mos
| | | | | 
| | * | | commit 107be737b79ee15781294b9253e04c971e9d6eab
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Sep 16 22:27:08 2015 +0200
| | | | | 
| | | | |     fix version for FMI 1.0 test
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | | 
| | * | | commit 9bc75fcf92040345d468a47df2e81ca80ad01beb
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Sep 16 22:09:30 2015 +0200
| | | | | 
| | | | |     add a simple alternative test for Cpp FMI 1.0
| | | | | 
| | | | | A	openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | 
| | * | | commit 555c096642139fd7e2c27d86f09e847defed871c
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Sep 16 21:50:31 2015 +0200
| | | | | 
| | | | |     disable Crane_FMU1_CPP test after second failed Hudson job
| | | | |     
| | | | |     This seems to be a Hudson failure.
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | 
| | * | | commit a15844da4ffbb31e4f485c3da40774b7d260a7c0
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Sep 14 15:33:41 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	simulation/modelica/msl22/InputOutput.mos
| | | | | 
| * | | | commit 2c02f617073f686f7bb3868b0fe8785a34fcb0b7
| |\| | | Merge: 65812fafe7 fd981d3ac7
| | | | | Author: Niklas Worschech 
| | | | | Date:   Mon Sep 14 10:47:01 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit fd981d3ac7e2f6b78591a331a91cddadc3c0e846
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Sep 14 09:27:42 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit 63dc322ea4063517a636acae47109fba3c685983
| | | | | Author: bernhard Thiele 
| | | | | Date:   Sun Sep 13 23:07:25 2015 +0200
| | | | | 
| | | | |     Added test for timeInState()
| | | | | 
| | | | | M	simulation/modelica/statemachines/Makefile
| | | | | A	simulation/modelica/statemachines/TimeInState.mo
| | | | | A	simulation/modelica/statemachines/TimeInState.mos
| | | | | 
| | * | | commit a78d0d26f1790a78c3f32d38695677b79920a591
| | | | | Author: bernhard Thiele 
| | | | | Date:   Sun Sep 13 15:03:26 2015 +0200
| | | | | 
| | | | |     Added test for ticksInState()
| | | | | 
| | | | | M	simulation/modelica/statemachines/Makefile
| | | | | A	simulation/modelica/statemachines/TicksInState.mo
| | | | | A	simulation/modelica/statemachines/TicksInState.mos
| | | | | 
| | * | | commit 52d2ee5090879e5187686ff7b3d0070ea4398822
| | | | | Author: adrpo 
| | | | | Date:   Sun Sep 13 04:10:09 2015 +0200
| | | | | 
| | | | |     add test for bug #3458
| | | | | 
| | | | | M	openmodelica/cppruntime/libraries/msl32/Makefile
| | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | | 
| | * | | commit 449f0a68ac0bf5a2d44bafe7b92a37e8e71f284b
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sat Sep 12 14:54:00 2015 +0200
| | | | | 
| | | | |     add at least one correct Cpp FMI2 test
| | | | | 
| | | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | | 
| | * | | commit 3aff9343bb17ef8d732ffa65b60118c21037f4bc
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Sep 11 17:06:32 2015 +0200
| | | | | 
| | | | |     Reactivated Modelica.Elect...al.Examples.RAM.mos
| | | | | 
| | | | | M	simulation/libraries/msl32/Makefile
| | | | | 
| | * | | commit 4175aafeb5a7064f0e840260a49dd04e91ffc3dd
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Sep 11 16:40:45 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | |     
| | | | |     * reactivated following tests:
| | | | |       - Bug2537.mos
| | | | |       - runExReduceDrumBoiler.mos
| | | | |       - runReduceDrumBoiler.mos
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/benchmark/Makefile
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/Makefile
| | | | | 
| | * | | commit ff5156b40f35d156edcc89ba48bbbb978eaacaf4
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Sep 11 09:49:05 2015 +0200
| | | | | 
| | | | |     Deactivated some tests for now
| | | | |     
| | | | |     - openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches_FMU1_
| | | | |       CPP.mos
| | | | |     - openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches_FMU1_
| | | | |       CPP.mos
| | | | |     - simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | |     - simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.RAM
| | | | |       .mos
| | | | |     - simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | |     - simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Exampl
| | | | |       es.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | | 
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | | M	simulation/libraries/3rdParty/ThermoPower/Makefile
| | | | | M	simulation/libraries/msl32/Makefile
| | | | | 
| | * | | commit 38c41e4b594b1c0286686e629a502caf0ea17ad0
| | | | | Author: Lennart Ochel 
| | | | | Date:   Mon Jul 20 13:28:27 2015 +0200
| | | | | 
| | | | |     Updated expected output
| | | | |     
| | | | |     * Fixed ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | |     * Disabled openmodelica/cruntime/optimization/..
| | | | |       - ../basic/TFC5.mos
| | | | |       - ../basic/testAlgLoop7.mos
| | | | |       - ../benchmark/runExReduceDrumBoiler.mos
| | | | |       - ../benchmark/runReduceDrumBoiler.mos
| | | | |     * Disabled two initialization tests
| | | | |       - simulation/modelica/initialization/discreteTest07.mos
| | | | |       - simulation/modelica/initialization/homotopy1.mos
| | | | | 
| | | | | M	openmodelica/cruntime/debugDumps/testDumpEvents.mos
| | | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | | M	openmodelica/cruntime/optimization/basic/TFC6.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/Makefile
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/libraryCoverageFlags.mos
| | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | | M	openmodelica/xml/BB.mos
| | | | | M	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | | | | M	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | | M	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | | M	simulation/modelica/built_in_functions/BuiltinMath.mo
| | | | | M	simulation/modelica/equations/DoubleWhenConflict.mos
| | | | | M	simulation/modelica/events/EventTests.mat
| | | | | M	simulation/modelica/events/EventTests.mos
| | | | | M	simulation/modelica/initialization/Makefile
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | | M	simulation/modelica/linear_system/linSymSol.mos
| | | | | M	simulation/modelica/linear_system/linSymSolConstA.mos
| | | | | M	simulation/modelica/linear_system/problem2.mos
| | | | | D	simulation/modelica/msl22/BooleanModel.mo
| | | | | D	simulation/modelica/msl22/LargeSteps.mo
| | | | | M	simulation/modelica/msl22/simulation2.mos
| | | | | D	simulation/modelica/nonlinear_system/nonlinearDelayTest.mo
| | | | | M	simulation/modelica/nonlinear_system/nonlinearDelayTest.mos
| | | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | | M	simulation/modelica/others/TestSolve.mos
| | | | | D	simulation/modelica/others/terminal.mo
| | | | | M	simulation/modelica/others/terminal.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | M	simulation/modelica/tearing/Algorithm1-cel.mos
| | | | | M	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | | | | M	simulation/modelica/tearing/Algorithm1-omc.mos
| | | | | M	simulation/modelica/tearing/Algorithm2-cel.mos
| | | | | M	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | | | | M	simulation/modelica/tearing/Algorithm2-omc.mos
| | | | | M	simulation/modelica/tearing/AnnotationTest-celMC3.mos
| | | | | M	simulation/modelica/tearing/AnnotationTest-omc.mos
| | | | | M	simulation/modelica/tearing/AnnotationTest2-celMC3.mos
| | | | | M	simulation/modelica/tearing/AnnotationTest2-omc.mos
| | | | | M	simulation/modelica/tearing/MixedTearing1-cel.mos
| | | | | M	simulation/modelica/tearing/MixedTearing1-celMC3.mos
| | | | | M	simulation/modelica/tearing/MixedTearing1-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing1-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing1-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing1-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing10-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC11.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC12.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC13.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC21.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC22.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC23.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC231.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing10-celMC4.mos
| | | | | M	simulation/modelica/tearing/Tearing10-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing11-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing11-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing11-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing13-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing13-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing13-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing14-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing14-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing14-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing15-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing15-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing15-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing16-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing16-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing16-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing19-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing2-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing2-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing2-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing3-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing3-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing3-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing5-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing5-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing5-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing6-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing6-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing6-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing7-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing7-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing7-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing8-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing8-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | | M	simulation/modelica/tearing/Tearing8-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing9-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing9-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing9-omc.mos
| | | | | 
| | * | | commit e60adf46b57be69fa8c9693cbbbaaf234eb53a77
| | | | | Author: adrpo 
| | | | | Date:   Thu Sep 10 23:39:19 2015 +0200
| | | | | 
| | | | |     add alarm to hpcom test as it cycles on mac
| | | | | 
| | | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | | 
| | * | | commit cb4482e53834bc7ef286ed9d73cd85faa433d623
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Sep 10 14:04:50 2015 +0200
| | | | | 
| | | | |     Add test for merging class annotations
| | | | | 
| | | | | A	openmodelica/diff/AddClassAnnotation1.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | 
| * | | | commit 65812fafe77c2d2775147179a2a1773e2e9ba7fa
| |\| | | Merge: faa225ba58 b363a99f19
| | | | | Author: Niklas Worschech 
| | | | | Date:   Thu Sep 10 08:46:11 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit b363a99f1929da10ba7ad7dd0704dc798a6db654
| | | | | Author: bernhard Thiele 
| | | | | Date:   Wed Sep 9 17:31:12 2015 +0200
| | | | | 
| | | | |     Added state machine tests
| | | | | 
| | | | | M	Makefile
| | | | | 
| | * | | commit fb1fc20de8d8915a0ca89d2e349af92c3d489dc8
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Sep 9 23:12:23 2015 +0200
| | | | | 
| | | | |     add test for built-in math functions
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/mathFunctionsTest.mos
| | | | | 
| | * | | commit 0ee109bdbdd6db45a2e5d758f2fd4bc34ce21704
| | | | | Author: vruge 
| | | | | Date:   Wed Sep 9 16:42:59 2015 +0200
| | | | | 
| | | | |     fixed 3437:
| | | | |      - compare only optimization variables
| | | | |      - added bounds for der(evaporator.V_v)
| | | | |      - changed simulation falgs (init push, mu-strategy)
| | | | |     
| | | | |     updated expected output
| | | | |     -using regex
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/benchmark/DrumBoiler.mo
| | | | | M	openmodelica/cruntime/optimization/benchmark/Makefile
| | | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | | 
| | * | | commit d4d3078c7ab8ede669cb3ee91e4e93cbae25e311
| | | | | Author: Marcus Walther 
| | | | | Date:   Tue Sep 8 16:18:07 2015 +0200
| | | | | 
| | | | |     - updated expected output for c++ fmu simulations
| | | | | 
| | | | | M	Makefile
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | | M	openmodelica/cppruntime/genDebugSymbols/Makefile
| | | | | R100	openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes.mos	openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos
| | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Makefile
| | | | | 
| | * | | commit de547c12f7cd4ebba0bac417ce84309a86528b23
| | | | | Author: Per Östlund 
| | | | | Date:   Wed Sep 9 12:54:59 2015 +0200
| | | | | 
| | | | |     Added test for #3421.
| | | | | 
| | | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | | A	flattening/modelica/algorithms-functions/TupleAssignmentMismatch1.mo
| | | | | 
| | * | | commit aff54d9dc73119f31a6370bb5d8156193b46cf60
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Sep 9 11:51:36 2015 +0200
| | | | | 
| | | | |     Add testcase for #3422
| | | | | 
| | | | | A	flattening/modelica/algorithms-functions/ArrayRange.mo
| | | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | | 
| | * | | commit 27a774ace549093e037a445ebcdc3e579e6b71c3
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Sep 8 19:04:33 2015 +0200
| | | | | 
| | | | |     Added testcase for #3409.
| | | | | 
| | | | | M	flattening/modelica/arrays/Makefile
| | | | | A	flattening/modelica/arrays/MatrixImplCast.mo
| | | | | 
| | * | | commit 10fa907e271e41a907c3b19ca4e262e5666dd9b2
| | | | | Author: gossen 
| | | | | Date:   Mon Sep 7 20:35:40 2015 +0200
| | | | | 
| | | | |     Fix test Enum5.mo
| | | | | 
| | | | | M	flattening/modelica/enums/Enum5.mo
| | | | | 
| | * | | commit ce7f2a6b4332b1d1ec0ac0ca5befc9861a105163
| | | | | Author: gossen 
| | | | | Date:   Sat Jun 13 17:32:16 2015 +0300
| | | | | 
| | | | |     Add test case for enumeration redeclaration
| | | | |     
| | | | |     See bug https://trac.openmodelica.org/OpenModelica/ticket/3327.
| | | | | 
| | | | | A	flattening/modelica/enums/EnumRedeclaration.mo
| | | | | M	flattening/modelica/enums/Makefile
| | | | | 
| | * | | commit d2b11e658e529691eb9b09fc80da94711a394d74
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Sep 7 17:41:26 2015 +0200
| | | | | 
| | | | |     Add test for re-opened #3424
| | | | | 
| | | | | A	openmodelica/diff/AddDeleteComponent.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | 
| | * | | commit 1588408958a7fb872eba4a79c27f935cbe218700
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sat Sep 5 10:53:55 2015 +0200
| | | | | 
| | | | |     adapt test logs to fixed stream implementation
| | | | |     
| | | | |     see #3430
| | | | | 
| | | | | M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | 
| | * | | commit 0f0f386027b308cb0cf855e3f61b9d8d77e76409
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Sep 4 13:25:14 2015 +0200
| | | | | 
| | | | |     Added test for `getInheritedClasses`.
| | | | | 
| | | | | M	openmodelica/interactive-API/interactive_api_calls.mos
| | | | | 
| | * | | commit a243f9eb9b3638c7b233edbe1ad27a479af3db58
| | | | | Author: mahge 
| | | | | Date:   Fri Sep 4 11:22:30 2015 +0200
| | | | | 
| | | | |     - Added testcases for parmodelica
| | | | |         - tests are optionally enabled by passing -parmodexp to runtets.pl
| | | | | 
| | | | | A	parmodelica/explicit/Makefile
| | | | | A	parmodelica/explicit/bug_3326.mo
| | | | | A	parmodelica/explicit/bug_3326.mos
| | | | | A	parmodelica/explicit/bug_3334.mo
| | | | | A	parmodelica/explicit/bug_3334.mos
| | | | | A	parmodelica/explicit/bug_3335.mo
| | | | | A	parmodelica/explicit/bug_3335.mos
| | | | | A	parmodelica/explicit/bug_3336.mo
| | | | | A	parmodelica/explicit/bug_3336.mos
| | | | | A	parmodelica/explicit/bug_3339.mo
| | | | | A	parmodelica/explicit/bug_3339.mos
| | | | | A	parmodelica/explicit/bug_3347.mo
| | | | | A	parmodelica/explicit/bug_3347.mos
| | | | | A	parmodelica/explicit/bug_3349.mo
| | | | | A	parmodelica/explicit/bug_3349.mos
| | | | | M	partest/runtests.pl
| | | | | 
| | * | | commit 11293e561037916086e4c74bb8eae7203dd2e052
| | | | | Author: adrpo 
| | | | | Date:   Fri Sep 4 02:35:23 2015 +0200
| | | | | 
| | | | |     reactivate test after more fixes to #3430
| | | | | 
| | | | | M	flattening/libraries/3rdParty/siemens/Makefile
| | | | | 
| | * | | commit d6e85686873787ba7eda0a3895dd881607bf5b38
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Sep 3 15:06:39 2015 +0200
| | | | | 
| | | | |     Add testcase for #3410
| | | | | 
| | | | | A	openmodelica/diff/ListFile.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | 
| | * | | commit b00b52fc6eca7c07d3d626072b3b390b55b14c7b
| | | | | Author: Per Östlund 
| | | | | Date:   Thu Sep 3 13:01:04 2015 +0200
| | | | | 
| | | | |     - Reactivate test case for #3386.
| | | | | 
| | | | | M	flattening/modelica/arrays/Makefile
| | | | | 
| | * | | commit 8f12f4a74436d5a6dfaf553c5126647b9c99cd56
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Sep 3 12:28:08 2015 +0200
| | | | | 
| | | | |     Add test for #3424
| | | | | 
| | | | | M	openmodelica/bootstrapping/TestDiffAlgorithm.mo
| | | | | A	openmodelica/diff/AddComponent2.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | 
| * | | | commit faa225ba58d8ac87a50c931c13385858d66be10c
| |\| | | Merge: ad902b027b cbdd59dd37
| | | | | Author: Niklas Worschech 
| | | | | Date:   Thu Sep 3 08:13:33 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit cbdd59dd37ea32ba6beb6eceebba43ea52409d3e
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Sep 2 10:01:04 2015 +0200
| | | | | 
| | | | |     Add stack overflow test
| | | | | 
| | | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | | A	flattening/modelica/algorithms-functions/StackOverflowTest.mos
| | | | | M	flattening/modelica/redeclare/ComparePSD.mo
| | | | | M	simulation/modelica/arrays/gc.mos
| | | | | 
| | * | | commit badbf5c49b99573ce09df80e26cfde418ae84c36
| | | | | Author: Marcus Walther 
| | | | | Date:   Tue Sep 1 16:00:05 2015 +0200
| | | | | 
| | | | |     - updated expected output
| | | | | 
| | | | | M	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | | 
| * | | | commit ad902b027b9362a286682fa6d46cc28aef9ed1da
| |\| | | Merge: 7203fe6557 edeb2cbf41
| | | | | Author: Niklas Worschech 
| | | | | Date:   Wed Sep 2 08:58:06 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit edeb2cbf413a2ab081a1f484aaa9a8dfd3813234
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Sep 2 06:49:47 2015 +0200
| | | | | 
| | | | |     deactivate failing optimization tests (#3437)
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/benchmark/Makefile
| | | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | 
| | * | | commit b8ba104fdd0f7a429bb684bccb312b1de4bbcdbb
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Sep 2 06:42:41 2015 +0200
| | | | | 
| | | | |     deactivate failed tests (#3436)
| | | | | 
| | | | | M	flattening/libraries/3rdParty/siemens/Makefile
| | | | | M	flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos
| | | | | 
| | * | | commit 591d54ef8cdc2deb92b85227e89e582343579ed5
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Tue Sep 1 09:08:28 2015 +0200
| | | | | 
| | | | |     extend MSL test to cover improvement with #3430
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | | 
| | * | | commit 06f3ef530e8dfed7f9dfdba65854a89af63c6664
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Tue Sep 1 08:43:48 2015 +0200
| | | | | 
| | | | |     adapt tests to fix #3430
| | | | | 
| | | | | M	flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | | 
| | * | | commit c02695a25a08a1474df4536acfa117cdb57f0678
| | | | | Author: Lennart Ochel 
| | | | | Date:   Tue Sep 1 07:35:40 2015 +0200
| | | | | 
| | | | |     Modified flag 'with-txt'
| | | | |     
| | | | |     Statistics will now be saved to failed..
| | | | | 
| | | | | M	partest/runtests.pl
| | | | | 
| | * | | commit 911924aea2945d9b7e11ddc93cab2558c38fb5dc
| | | | | Author: vwaurich 
| | | | | Date:   Mon Aug 31 11:29:40 2015 +0200
| | | | | 
| | | | |     - update debugDumps
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| | * | | commit 23ba9d047acf859a1a0ec7c666eab0ce8452231f
| | | | | Author: Marcus Walther 
| | | | | Date:   Mon Aug 31 10:42:57 2015 +0200
| | | | | 
| | | | |     - updated expected output
| | | | | 
| | | | | M	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | | 
| | * | | commit 214b46abf028853f3b0f7ff1eb85517d7c625686
| | | | | Author: gossen 
| | | | | Date:   Mon Aug 31 10:29:30 2015 +0200
| | | | | 
| | | | |     Synchronous improvements
| | | | | 
| | | | | M	flattening/modelica/mosfiles/UnusedVariable.mos
| | | | | M	flattening/modelica/synchronous/Makefile
| | | | | A	flattening/modelica/synchronous/WhenClocks.mo
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | | M	simulation/modelica/others/TestNormVar.mos
| | | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | M	simulation/modelica/synchronous/Makefile
| | | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | | | | A	simulation/modelica/synchronous/WhenClocks.mos
| | | | | M	simulation/modelica/synchronous/subSample.mos
| | | | | 
| | * | | commit d75a469cec89c529c272322db7541ff40ee32a65
| | | | | Author: adrpo 
| | | | | Date:   Sat Aug 29 19:34:44 2015 +0200
| | | | | 
| | | | |     update test after library bump
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | | 
| | * | | commit f33f672484b4d6d43c8a78ef379419cb855c0d6c
| | | | | Author: Marcus Walther 
| | | | | Date:   Fri Aug 28 15:40:52 2015 +0200
| | | | | 
| | | | |     - fixed path to reference file
| | | | | 
| | | | | M	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | | 
| | * | | commit 708894f284802af84417524eed4def2b44263adf
| | | | | Author: Marcus Walther 
| | | | | Date:   Fri Aug 28 15:24:03 2015 +0200
| | | | | 
| | | | |     - added a test for the OMEdit-flags to the cpp-runtime-testsuite
| | | | | 
| | | | | M	Makefile
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/omedit/BouncingBall_OMEdit_flags.mos
| | | | | A	openmodelica/cppruntime/omedit/Makefile
| | | | | 
| | * | | commit f3d6c3a136dc93e049e5359d6b68a37421cc20ef
| | | | | Author: Per Östlund 
| | | | | Date:   Wed Aug 26 15:45:15 2015 +0200
| | | | | 
| | | | |     Disabled test for #3386 for now, due to reverted fix.
| | | | | 
| | | | | M	flattening/modelica/arrays/Makefile
| | | | | 
| | * | | commit 166519912a6a1c82a3f30bf217470401a730a57c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Aug 26 09:18:27 2015 +0200
| | | | | 
| | | | |     Add test for #3420 return in try-block
| | | | | 
| | | | | M	metamodelica/meta/Makefile
| | | | | A	metamodelica/meta/ReturnInTryBlock.mos
| | | | | 
| | * | | commit 6091fb2ad09fcd21a1dd4d4fbe7a6dd795caf5cf
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Aug 25 13:41:19 2015 +0200
| | | | | 
| | | | |     expected output for cpp tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | 
| | * | | commit 55f96633a3dc4bfe763ac7ed6d6759c542f11723
| | | | | Author: Niklas Worschech 
| | | | | Date:   Mon Aug 24 16:40:39 2015 +0200
| | | | | 
| | | | |     fix merge conflicts cpp tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | 
| * | | | commit 7203fe6557e7a7335bdfd0db3759b013b4ad468a
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Aug 25 13:18:01 2015 +0200
| | | | | 
| | | | |     expected output for cpp tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | 
| * | | | commit b0af03a40e67809af5cb297f7ed489d4e72ae205
| |\| | | Merge: c3509db1a3 b03469d578
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Aug 25 08:34:16 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit b03469d5781fd3c5dff99ce7020b98e2260e395f
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Mon Aug 24 17:52:59 2015 +0200
| | | | | 
| | | | |     enhance test for function pointers with an array
| | | | | 
| | | | | M	openmodelica/cppruntime/functionPointerTest.mos
| | | | | 
| * | | | commit c3509db1a392d618f9dd2c35f347b663e4507770
| |/ / /  Author: Niklas Worschech 
| | | |   Date:   Mon Aug 24 16:40:39 2015 +0200
| | | |   
| | | |       fix merge conflicts cpp tests
| | | |   
| | | |   M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | |   M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | |   
| * | |   commit cce45c7c52098837127c6d7fe5b67cec445c1657
| |\ \ \  Merge: c11efa1f88 cb21b1cdd4
| | | | | Author: Niklas Worschech 
| | | | | Date:   Mon Aug 24 16:30:51 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | |     
| | | | |     Conflicts:
| | | | |             simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | |             simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | |             simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | 
| | * | | commit cb21b1cdd47e23157d3c6430b5a48b2e2364dc84
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sun Aug 23 20:40:32 2015 +0200
| | | | | 
| | | | |     add test for function inputs to functions
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/functionPointerTest.mos
| | | | | 
| | * | | commit e23617b86316ba0d2e6e6959a206d9ea6441ed64
| | | | | Author: Per Östlund 
| | | | | Date:   Thu Aug 20 18:14:28 2015 +0200
| | | | | 
| | | | |     Added test case for #3386.
| | | | | 
| | | | | M	flattening/modelica/arrays/Makefile
| | | | | A	flattening/modelica/arrays/VectorizeConstCref2D.mo
| | | | | 
| | * | | commit 1f60d7ef16eaf524dd788d51c0c1fb14301e8f3d
| | | | | Author: Niklas Worschech 
| | | | | Date:   Wed Aug 19 10:42:05 2015 +0200
| | | | | 
| | | | |     expected output for cpp tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | | 
| | * | | commit f075b8cfb24dcd3a8d4457179ab3a4f189d7d7db
| | | | | Author: Niklas Worschech 
| | | | | Date:   Wed Aug 19 08:55:26 2015 +0200
| | | | | 
| | | | |     expected output for cpp tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | | 
| * | | | commit c11efa1f88383784801bf4d6f9799a62fbf9967e
| | | | | Author: Niklas Worschech 
| | | | | Date:   Mon Aug 24 16:21:46 2015 +0200
| | | | | 
| | | | |     expected output for cpp tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | | 
| * | | | commit 44ef6fe2d4a7800b50f9f25600389d6a26a174fe
| |\| | | Merge: 0754291968 da53bff3a2
| | | | | Author: Niklas Worschech 
| | | | | Date:   Wed Aug 19 10:40:04 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | |     
| | | | |     Conflicts:
| | | | |             simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | |             simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | |             simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | |             simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | |             simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | 
| | * | | commit da53bff3a29d10017e558630e664c435d3560d5b
| | | | | Author: adrpo 
| | | | | Date:   Wed Aug 19 03:06:24 2015 +0200
| | | | | 
| | | | |     update test after library bump
| | | | | 
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit c1e92935451a1c509036a25f9da632f6c7547f9f
| | | | | Author: Willi Braun 
| | | | | Date:   Wed Aug 19 00:55:26 2015 +0200
| | | | | 
| | | | |      - expected output
| | | | | 
| | | | | M	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | 
| | * | | commit 7a723b578a262fa37bd1f1161cf2a346ba904327
| | | | | Author: Willi Braun 
| | | | | Date:   Tue Aug 18 16:45:37 2015 +0200
| | | | | 
| | | | |      - added testcase for reinit
| | | | | 
| | | | | M	simulation/modelica/events/Reinit.mos
| | | | | 
| | * | | commit 686f1b577d2653121c45d6a05a4bee1e88188c42
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Aug 18 15:58:31 2015 +0200
| | | | | 
| | | | |     expected output for cpp test
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | | 
| * | | | commit 07542919686738a97cee1314f6852b5d211ec871
| | | | | Author: Niklas Worschech 
| | | | | Date:   Wed Aug 19 10:32:47 2015 +0200
| | | | | 
| | | | |     expected output for cpp tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | | 
| * | | | commit c0bf1407c6e0a3387ea38fc795ea2cb44b7bc7c3
| | | | | Author: Niklas Worschech 
| | | | | Date:   Wed Aug 19 08:55:26 2015 +0200
| | | | | 
| | | | |     expected output for cpp tests
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | | 
| * | | | commit 8f9d0fbfc3212d1c9be1fbf8d7355f7cccf2ca0c
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Aug 18 15:44:20 2015 +0200
| | | | | 
| | | | |     expected output for cpp test
| | | | | 
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | | 
| * | | | commit 0f4a303ea41f26d3c8de727b589e6c298940bad7
| |\| | | Merge: 6f5626c10e a183840855
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Aug 18 10:58:20 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit a1838408554fbbe58c3f68ce44bf441f8a8e5a7b
| | | | | Author: Willi Braun 
| | | | | Date:   Mon Aug 17 19:07:11 2015 +0200
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | | | | 
| | * | | commit 73d71fada20c36feebda512c581fe0126da5fcee
| | | | | Author: Willi Braun 
| | | | | Date:   Mon Aug 17 15:43:28 2015 +0200
| | | | | 
| | | | |      - expected output
| | | | | 
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | | M	simulation/modelica/others/TestNormVar.mos
| | | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| | * | | commit 25ccddf12c23d5591f756d554712349351a5ec0a
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Aug 14 21:00:23 2015 +0200
| | | | | 
| | | | |     Revert "disable failing C tests to get Cpp committed"
| | | | |     
| | | | |     This reverts commit 6e09a680d1d2838cd05e7ce5aa4d91f2ae13b228.
| | | | | 
| | | | | M	simulation/libraries/msl32/Makefile
| | | | | 
| | * | | commit 6e09a680d1d2838cd05e7ce5aa4d91f2ae13b228
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Aug 14 20:25:32 2015 +0200
| | | | | 
| | | | |     disable failing C tests to get Cpp committed
| | | | | 
| | | | | M	simulation/libraries/msl32/Makefile
| | | | | 
| | * | | commit 5f8a13a0d681711fe8fc89cb076a73f09dc4968b
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Aug 14 20:22:03 2015 +0200
| | | | | 
| | | | |     add test for string handling
| | | | | 
| | | | | M	openmodelica/cppruntime/libraries/msl32/Makefile
| | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | | 
| | * | | commit 40f10917b6a6f68c3871ab08dd1e2ff3fb2efcc8
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Aug 14 20:21:30 2015 +0200
| | | | | 
| | | | |     fix recently added tests
| | | | | 
| | | | | M	openmodelica/cppruntime/recordTupleReturnTest.mos
| | | | | M	openmodelica/cppruntime/solveTest.mos
| | | | | 
| | * | | commit 9e1a6c1eff4f7e7ea8312178632bc2c73a03d38c
| | | | | Author: Willi Braun 
| | | | | Date:   Fri Aug 14 16:34:25 2015 +0200
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	openmodelica/xml/BB.mos
| | | | | M	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | | | | 
| | * | | commit 3396d2671c07b90ccb9084013e128382be1d6121
| | | | | Author: Willi Braun 
| | | | | Date:   Thu Aug 13 19:51:18 2015 +0200
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	openmodelica/xml/BB.mos
| | | | | M	simulation/modelica/events/whenTest2.mos
| | | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | | 
| | * | | commit d7cac0c61026d8f348e21c3a34ea55446015c852
| | | | | Author: Willi Braun 
| | | | | Date:   Tue Aug 11 16:59:31 2015 +0200
| | | | | 
| | | | |     - added testcase for removing when clauses
| | | | | 
| | | | | M	simulation/modelica/events/Makefile
| | | | | A	simulation/modelica/events/whenTest2.mos
| | | | | 
| | * | | commit 07dceaca726cc880bb9cd31021345c17a1a6521e
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Thu Aug 13 18:53:45 2015 +0200
| | | | | 
| | | | |     add test for tuple return with records
| | | | |     
| | | | |     See: Modelica.Electrical.Spice3.Examples.Graetz
| | | | |     Additionally let the record contain an array.
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/recordTupleReturnTest.mos
| | | | | 
| * | | | commit 6f5626c10eacda5db786a84d09628b65b8e65bf7
| |\| | | Merge: d093e95c03 d8f3d68def
| | | | | Author: Niklas Worschech 
| | | | | Date:   Thu Aug 13 08:33:34 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit d8f3d68def080e21401b030f6fed1a9a6a4b617b
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Aug 12 15:39:33 2015 +0200
| | | | | 
| | | | |     Add test for listFile+setSourceFile
| | | | | 
| | | | | A	openmodelica/diff/ChangeSourceFile.mos
| | | | | M	openmodelica/diff/Makefile
| | | | | 
| | * | | commit 0a5dcc786a189ba69cf0716006b16083c0a1ae53
| | | | | Author: adrpo 
| | | | | Date:   Wed Aug 12 14:22:41 2015 +0200
| | | | | 
| | | | |     update tests due to fixing of bug #3291
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos
| | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos
| | | | | 
| | * | | commit 0ea812e1718a631bc1dbe2f1432c1e7fad7473e7
| | | | | Author: Willi Braun 
| | | | | Date:   Tue Aug 11 13:00:25 2015 +0200
| | | | | 
| | | | |     expected output
| | | | | 
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | 
| * | | | commit d093e95c035c6dba5133e4e0ed7ac5a2c8bc7841
| |\| | | Merge: c93a404719 fad22bf5c2
| | | | | Author: Niklas Worschech 
| | | | | Date:   Tue Aug 11 08:30:33 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | 
| | * | | commit fad22bf5c2da420924375001a7ac227fc4bcd644
| | | | | Author: Marcus Walther 
| | | | | Date:   Fri Aug 7 09:50:06 2015 +0200
| | | | | 
| | | | |     - changed expected output
| | | | | 
| | | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | | 
| | * | | commit ca2d5343e33c814b2953c1116ece7c05069ddcc7
| | | | | Author: Marcus Walther 
| | | | | Date:   Fri Aug 7 09:33:39 2015 +0200
| | | | | 
| | | | |     - fixed some test with failure "unknown testcase status" by reordering them in the makefile
| | | | |     - removed the max counter of 5 that is part of the simulateAll-script
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | | M	simulation/libraries/msl32/simulateAll.sh
| | | | | M	simulation/modelica/hpcom/Makefile
| | | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | | 
| | * | | commit ce91f7c0c349eba619d42365d5bed44f5844afcd
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Aug 6 18:35:49 2015 +0200
| | | | | 
| | | | |     Update FMI tests to new xml structure.
| | | | |     Move failing tests up.
| | | | | 
| | | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos
| | | | | M	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | | | | M	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | | | | M	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | | | | 
| | * | | commit d79a8d4184c9f6ce3e43246e6fc04fb0d5707877
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Thu Aug 6 12:18:16 2015 +0200
| | | | | 
| | | | |     add test for LAPACK used by Modelica.Math.Matrices
| | | | | 
| | | | | M	openmodelica/cppruntime/Makefile
| | | | | A	openmodelica/cppruntime/solveTest.mos
| | | | | 
| | * | | commit c7ba372bb8df2605161ccf32c0662b590f754435
| | | | | Author: Lennart Ochel 
| | | | | Date:   Thu Aug 6 11:14:29 2015 +0200
| | | | | 
| | | | |     Minor changes to ./runtests.pl -with-txt
| | | | |     
| | | | |     * Delete always old log file (even if there is no failing test in the
| | | | |       current run)
| | | | |     * Don't write header and footer to log file
| | | | | 
| | | | | M	partest/runtests.pl
| | | | |   
| | * | |   commit a2e78b0d4b7264ba99d227820166a9b62fd9e653
| | |\ \ \  Merge: 97378f5a81 033aecd5b4
| | | | | | Author: hudson 
| | | | | | Date:   Wed Aug 5 15:01:15 2015 +0200
| | | | | | 
| | | | | |     Merge remote-tracking branch 'origin/master' into pullrequest
| | | | | | 
| | | * | | commit 033aecd5b4f9b5a8c4b6c3461bc257093f41e3f8
| | | | | | Author: Willi Braun 
| | | | | | Date:   Wed Aug 5 14:41:42 2015 +0200
| | | | | | 
| | | | | |     update tests, so that val() could get wrong result
| | | | | | 
| | | | | | M	openmodelica/fmi/ModelExchange/1.0/testChangeParam.mos
| | | | | | M	openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos
| | | | | | 
| | * | | | commit 97378f5a819b981198bb21452d654d9eb8368496
| | |\| | | Merge: 738aa2c870 befd0145cf
| | | | | | Author: ptaeuber 
| | | | | | Date:   Wed Aug 5 11:11:28 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' into tearing
| | | | | | 
| | | * | | commit befd0145cfd4e409e2cbf6d0c5a1d3c1d41f36f6
| | | | | | Author: Lennart Ochel 
| | | | | | Date:   Wed Aug 5 09:52:35 2015 +0200
| | | | | | 
| | | | | |     Added new option –with-txt to runtests.pl
| | | | | |     
| | | | | |     This option generates a txt log (failed.log) containing the summary of
| | | | | |     all failed tests.
| | | | | | 
| | | | | | M	partest/runtests.pl
| | | | | | 
| | | * | | commit e022a1fdfd471bfc284523c49f5bc754856d9a1a
| | | | | | Author: Lennart Ochel 
| | | | | | Date:   Tue Aug 4 15:33:25 2015 +0200
| | | | | | 
| | | | | |     Muted annoying test case properly
| | | | | | 
| | | | | | M	simulation/modelica/others/ComplexFun.mos
| | | | | | 
| | | * | | commit 2b49180370f016422cf0d0431cbc78a62c46b24d
| | | | | | Author: Lennart Ochel 
| | | | | | Date:   Tue Aug 4 14:50:53 2015 +0200
| | | | | | 
| | | | | |     Muted annoying test case
| | | | | |     
| | | | | |     Please don't test for error messages that contain line numbers.
| | | | | | 
| | | | | | M	simulation/modelica/others/ComplexFun.mos
| | | | | | 
| | | * | | commit 3b6fb3868e4c6f81895ce024c53b6189579f0305
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Tue Aug 4 12:13:24 2015 +0200
| | | | | | 
| | | | | |     Enable working testcase StringParameters (#3292)
| | | | | | 
| | | | | | M	openmodelica/fmi/ModelExchange/1.0/Makefile
| | | | | | M	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | | | | | M	simulation/modelica/others/ComplexFun.mos
| | | | | | 
| | * | | | commit 738aa2c870a9a0e71dce26f512ecf556a11aa62e
| | |\| | | Merge: 213805560c 7d07b6b0a6
| | | | | | Author: ptaeuber 
| | | | | | Date:   Tue Aug 4 13:01:28 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' into tearing
| | | | | | 
| | | * | | commit 7d07b6b0a6ef105878cdbba2048e42d902ac234f
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Mon Aug 3 15:37:08 2015 +0200
| | | | | | 
| | | | | |     Add testcase for #3395
| | | | | | 
| | | | | | A	simulation/modelica/algorithms_functions/FunctionTupleRecord.mo
| | | | | | A	simulation/modelica/algorithms_functions/FunctionTupleRecord.mos
| | | | | | M	simulation/modelica/algorithms_functions/Makefile
| | | | | | 
| | | * | | commit 722fdf9d46acb637d481d692ca0f5ee34453e61a
| | | | | | Author: Willi Braun 
| | | | | | Date:   Mon Aug 3 13:39:31 2015 +0200
| | | | | | 
| | | | | |      - added testcase for fmi parameters changes
| | | | | | 
| | | | | | M	openmodelica/fmi/ModelExchange/1.0/Makefile
| | | | | | A	openmodelica/fmi/ModelExchange/1.0/testChangeParam.mos
| | | | | | M	openmodelica/fmi/ModelExchange/2.0/Makefile
| | | | | | A	openmodelica/fmi/ModelExchange/2.0/testChangeParam.mos
| | | | | | 
| | | * | | commit 4db7025b7ba9ea559222df2378339014c021c60b
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Mon Aug 3 11:08:13 2015 +0200
| | | | | | 
| | | | | |     Added test for ticket #3380
| | | | | | 
| | | | | | M	openmodelica/interactive-API/Makefile
| | | | | | A	openmodelica/interactive-API/saveShort.mos
| | | | | | 
| | | * | | commit 8d8255a30fd7ee31f1982d68514a1764db19b39e
| | | | | | Author: Lennart Ochel 
| | | | | | Date:   Fri Jul 31 10:48:34 2015 +0200
| | | | | | 
| | | | | |     Updated fmi tests
| | | | | |     
| | | | | |     * Simulation results of the original model and the translated fmu get
| | | | | |       now compared.
| | | | | |     * Don't call val for event time points
| | | | | | 
| | | | | | M	openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos
| | | | | | M	openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos
| | | | | | 
| | | * | | commit 595dede2fd150223656cb78394506f27c5a335b9
| | | | | | Author: adrpo 
| | | | | | Date:   Thu Jul 30 23:45:20 2015 +0200
| | | | | | 
| | | | | |     - update tests after library bump
| | | | | | 
| | | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | | 
| | | * | | commit c96d99c83debc274874c5207dee310e6b69e9fb8
| | | | | | Author: Willi Braun 
| | | | | | Date:   Wed Jul 29 17:01:29 2015 +0200
| | | | | | 
| | | | | |     expected output
| | | | | | 
| | | | | | M	simulation/modelica/others/ComplexFun.mos
| | | | | | 
| | | * | | commit 388d52b964541a7a2f097d2afd74eacef5221806
| | | | | | Author: gossen 
| | | | | | Date:   Tue Jul 28 19:27:57 2015 +0200
| | | | | | 
| | | | | |     Synchronous features improvement
| | | | | | 
| | | | | | M	simulation/modelica/others/ComplexFun.mos
| | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | | 
| | * | | | commit 213805560cf9f64b8504f3401b50e405af5661e9
| | | | | | Author: ptaeuber 
| | | | | | Date:   Tue Aug 4 12:50:21 2015 +0200
| | | | | | 
| | | | | |     - revised dynamic tearing test model
| | | | | | 
| | | | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | | |   
| | * | | |   commit 3663a5bc2f856c56b2b861a504ea8673a62c587c
| | |\ \ \ \  Merge: d9bc4f7f05 96353e71c6
| | | | | | | Author: ptaeuber 
| | | | | | | Date:   Tue Jun 16 16:37:04 2015 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' into tearing
| | | | | | |   
| | * | | | |   commit d9bc4f7f05e172f2d49272a9a8fef14a0fe7b006
| | |\ \ \ \ \  Merge: 8b71ff9618 58dc0b9e48
| | | | | | | | Author: ptaeuber 
| | | | | | | | Date:   Tue Jun 16 10:54:07 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge branch 'master' into tearing
| | | | | | | | 
| | * | | | | | commit 8b71ff96188493c5e9bb5bb3a3c68516cf5972da
| | | | | | | | Author: ptaeuber 
| | | | | | | | Date:   Mon Jun 15 16:29:17 2015 +0200
| | | | | | | | 
| | | | | | | |     - add new model to test dynamic tearing
| | | | | | | | 
| | | | | | | | M	simulation/modelica/tearing/Makefile
| | | | | | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | | | | | A	simulation/modelica/tearing/dynamicTearing2.mos
| | | | | | | | 
| | * | | | | | commit 9efc6a7cb6d3ad0f72cdfe79be91e8bd333e4028
| | | | | | | | Author: ptaeuber 
| | | | | | | | Date:   Thu Jun 11 11:13:15 2015 +0200
| | | | | | | | 
| | | | | | | |     - add new model to test dynamic tearing
| | | | | | | | 
| | | | | | | | A	simulation/modelica/tearing/dynamicTearing1.mos
| | | | | | | |   
| * | | | | | |   commit c93a40471931e2439fe1f6b5168024980196168e
| |\ \ \ \ \ \ \  Merge: fbd19fb6a1 e392b23c8d
| | | |_|_|/ / /  Author: Niklas Worschech 
| | |/| | | | |   Date:   Tue Jul 28 10:53:46 2015 +0200
| | | | | | | |   
| | | | | | | |       Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | | | | 
| | * | | | | | commit e392b23c8d307d8629aef90355ce5be26fa8c33b
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Tue Jul 28 10:12:49 2015 +0200
| | | | | | | | 
| | | | | | | |     Fixed duplicated content
| | | | | | | | 
| | | | | | | | M	simulation/modelica/initialization/bug_3052.mos
| | | | | | | | 
| | * | | | | | commit 5b0f74e34ffeb9f49e39d176aed47f84e348481f
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Tue Jul 28 08:24:00 2015 +0200
| | | | | | | | 
| | | | | | | |     - changed CoupleClutches test of FMU 2.0 ModelExchange (C++ Runtime) to a verified simulation test
| | | | | | | |     - all FMU test of the cpp runtime are working now as verified simulations
| | | | | | | |     - changed the names of the mos-files, so that they can be identified in the hudson-jobs more easily
| | | | | | | | 
| | | | | | | | R100	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches.mos	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches_FMU1_CPP.mos
| | | | | | | | R093	openmodelica/cppruntime/fmu/modelExchange/1.0/crane.mos	openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | | | | R053	openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches.mos	openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches_FMU2_CPP.mos
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | | | | | 
| | * | | | | | commit b801d5c2c5c944f1b2c71ce5cdf0a6e63cab6ac2
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Mon Jul 27 14:32:20 2015 +0200
| | | | | | | | 
| | | | | | | |     - FMU 1.0 test is now working again, if a nls is part of the model
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/crane.mos
| | | | | | | | 
| | * | | | | | commit 924fa65b8dcd2894d7e9d547dca46d84ed3d8264
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Fri Jul 24 12:23:50 2015 +0200
| | | | | | | | 
| | | | | | | |     Updated .gitignore file
| | | | | | | | 
| | | | | | | | M	.gitignore
| | | | | | | | 
| | * | | | | | commit 4b9aeabacd6a2acab9ebefa138cab2f28845488c
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Fri Jul 24 08:31:01 2015 +0200
| | | | | | | | 
| | | | | | | |     Don't print empty dimension list
| | | | | | | | 
| | | | | | | | M	flattening/modelica/statemachines/ConferenceTut1.mo
| | | | | | | | M	flattening/modelica/statemachines/HierarchicalAndParallelStateMachine.mo
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | | M	openmodelica/debugDumps/paramdlowdump.mos
| | | | | | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | | | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | | | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | | | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | | | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | | | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | | | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest1.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest2.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest3.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest4.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest6.mos
| | | | | | | | M	simulation/modelica/nonlinear_system/nonlinearDelayTest.mos
| | | | | | | | M	simulation/modelica/others/ParameterCycle.mos
| | | | | | | | M	simulation/modelica/others/TestNormVar.mos
| | | | | | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | | | | | M	simulation/modelica/synchronous/subSample.mos
| | | | | | | | 
| | * | | | | | commit b67297dad495d53b788154f11c78fa0f34cacdc6
| | | | | | | | Author: adrpo 
| | | | | | | | Date:   Fri Jul 24 00:03:17 2015 +0200
| | | | | | | | 
| | | | | | | |     - update tests after library bump
| | | | | | | | 
| | | | | | | | M	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos
| | | | | | | | M	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | | | | 
| | * | | | | | commit af02e95683cb9a53091513ec899f2a99dd1e61c0
| | | | | | | | Author: Willi Braun 
| | | | | | | | Date:   Wed Jul 22 23:17:17 2015 +0200
| | | | | | | | 
| | | | | | | |      - expected output
| | | | | | | | 
| | | | | | | | M	simulation/modelica/nonlinear_system/bug_2841.mos
| | | | | | | | M	simulation/modelica/nonlinear_system/problem7_symjac.mos
| | | | | | | | M	simulation/modelica/nonlinear_system/problem7_symjac_tearing.mos
| | | | | | | | 
| | * | | | | | commit e7b195fb39bba2c89da49c206f97870ffac46c87
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Wed Jul 22 15:41:17 2015 +0200
| | | | | | | | 
| | | | | | | |     Updated expected output
| | | | | | | | 
| | | | | | | | M	simulation/modelica/others/ComplexFun.mos
| | | | | | | | 
| | * | | | | | commit d4a6de4197658700c959005b1c0ccc19ca400012
| | | | | | | | Author: bernhard Thiele 
| | | | | | | | Date:   Wed Jul 22 11:16:46 2015 +0200
| | | | | | | | 
| | | | | | | |     State machine tests adapted to OMCompiler#124
| | | | | | | |     
| | | | | | | |     Using OMCompiler#124 three tests are failing now
| | | | | | | |     and have been moved to FAILINGTESTFILES
| | | | | | | |     (seems to be an issue with having single
| | | | | | | |     state state machines), the rather elaborate
| | | | | | | |     MLS example however works with the new prototype.
| | | | | | | | 
| | | | | | | | M	flattening/modelica/statemachines/ConferenceTut1.mo
| | | | | | | | M	flattening/modelica/statemachines/HierarchicalAndParallelStateMachine.mo
| | | | | | | | M	flattening/modelica/statemachines/InitialState2Test.mo
| | | | | | | | M	flattening/modelica/statemachines/InitialStateTest.mo
| | | | | | | | M	flattening/modelica/statemachines/Makefile
| | | | | | | | M	flattening/modelica/statemachines/TransitionTest.mo
| | | | | | | | 
| | * | | | | | commit 4d65de3a8831cd1f1824125ed6f701acc9ba2f07
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Tue Jul 21 12:25:09 2015 +0200
| | | | | | | | 
| | | | | | | |     added tests for complex function
| | | | | | | |     
| | | | | | | |     update tests
| | | | | | | | 
| | | | | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | | M	simulation/modelica/events/EventTests2.mos
| | | | | | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | | | | | M	simulation/modelica/others/Bug3023.mos
| | | | | | | | A	simulation/modelica/others/ComplexFun.mo
| | | | | | | | A	simulation/modelica/others/ComplexFun.mos
| | | | | | | | M	simulation/modelica/others/Makefile
| | | | | | | | 
| | * | | | | | commit 769f1549a3c3a3f25f9e2e9133c56d6d88232e95
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Tue Jul 21 10:41:30 2015 +0200
| | | | | | | | 
| | | | | | | |     Cleaned up test case 'EventTests.mos'
| | | | | | | |     
| | | | | | | |     * specified initial conditions
| | | | | | | |     * removed unnecessary variables
| | | | | | | |     * call getErrorString () after simulate (..) at least!
| | | | | | | | 
| | | | | | | | M	simulation/modelica/events/EventTests.mos
| | | | | | | | 
| | * | | | | | commit d383764cc1b482b36669ee14d3e59308d629ef85
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Mon Jul 20 09:09:22 2015 +0200
| | | | | | | | 
| | | | | | | |     Simplify test case "IfEquation3.mos"
| | | | | | | | 
| | | | | | | | D	simulation/modelica/equations/IfEquation3.mo
| | | | | | | | M	simulation/modelica/equations/IfEquation3.mos
| | | | | | | | 
| | * | | | | | commit 9d38b64ce05eee7eeb0eb852c62ba113a57914be
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Jul 17 08:18:02 2015 +0200
| | | | | | | | 
| | | | | | | |     -expected output
| | | | | | | | 
| | | | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | | | | 
| | * | | | | | commit 056933452684212db22e4844059a9793d580c94a
| | | | | | | | Author: Per Östlund 
| | | | | | | | Date:   Thu Jul 16 17:14:27 2015 +0200
| | | | | | | | 
| | | | | | | |     Added tests for stream flow rate threshold, #3382.
| | | | | | | | 
| | | | | | | | A	flattening/modelica/streams/InStreamFlowThreshold.mo
| | | | | | | | A	flattening/modelica/streams/InStreamNominalThreshold.mo
| | | | | | | | M	flattening/modelica/streams/Makefile
| | | | | | | | M	flattening/modelica/streams/StreamConcept_NoMedium_Total.mo
| | | | | | | | M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | | | | M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | | | | | 
| | * | | | | | commit cbb3297c9ae901e0247f1f1b35d3fdfc2714961d
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Jul 16 15:05:31 2015 +0200
| | | | | | | | 
| | | | | | | |     - expected output
| | | | | | | | 
| | | | | | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | | | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | | | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | | | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | | | | | 
| | * | | | | | commit d4cb4a90b48c098fd2937ed666cbdf27300a9eb0
| | | | | | | | Author: Willi Braun 
| | | | | | | | Date:   Thu Jul 16 13:46:57 2015 +0200
| | | | | | | | 
| | | | | | | |      - expected output
| | | | | | | | 
| | | | | | | | M	simulation/modelica/solver/problem3-symEuler.mos
| | | | | | | | 
| | * | | | | | commit 20249224238dc31a6195cf49cc7bc8fd7128cea2
| | | | | | | | Author: Willi Braun 
| | | | | | | | Date:   Thu Jul 16 12:51:52 2015 +0200
| | | | | | | | 
| | | | | | | |      - added test-case for implicit inline solver
| | | | | | | | 
| | | | | | | | M	simulation/modelica/solver/problem3-symEuler.mos
| | | | | | | | M	simulation/modelica/solver/testSolverPackage.mo
| | | | | | | | 
| | * | | | | | commit 51acd42cffa7aa8682171a6fa1a9797f8fb5fdc6
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Wed Jul 15 21:52:10 2015 +0200
| | | | | | | | 
| | | | | | | |     Update expected output
| | | | | | | | 
| | | | | | | | M	flattening/modelica/mosfiles/UnusedVariable.mos
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	simulation/modelica/connectors/HeatTank.mos
| | | | | | | | 
| | * | | | | | commit 26ac8f36d10897e826d82e974eae64137f83731e
| | | | | | | | Author: adrpo 
| | | | | | | | Date:   Mon Jul 13 19:28:04 2015 +0200
| | | | | | | | 
| | | | | | | |     - update after library bump
| | | | | | | | 
| | | | | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | | | | 
| | * | | | | | commit cd1ae85700e84d1f6eaf4d6d338dce5d666a6cc9
| | | | | | | | Author: adrpo 
| | | | | | | | Date:   Fri Jul 10 23:25:28 2015 +0200
| | | | | | | | 
| | | | | | | |     - add the test to the Makefile
| | | | | | | | 
| | | | | | | | M	openmodelica/debugDumps/Makefile
| | | | | | | | 
| | * | | | | | commit f9c6fadfd4c4a09b2ac38d87e0ac00e8475f19c2
| | | | | | | | Author: adrpo 
| | | | | | | | Date:   Fri Jul 10 22:26:20 2015 +0200
| | | | | | | | 
| | | | | | | |     - add test for flags used in library coverage testing so that we don't break it
| | | | | | | | 
| | | | | | | | A	openmodelica/debugDumps/libraryCoverageFlags.mos
| | | | | | | | 
| | * | | | | | commit cb4090c8ea052b1b393616c12644756cde71ea02
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Fri Jul 10 15:02:35 2015 +0200
| | | | | | | | 
| | | | | | | |     - fixed expected output of tests
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/crane.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | | | | 
| | * | | | | | commit d243ca345535590ff20376b6522a0d605269da85
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Fri Jul 10 08:59:53 2015 +0200
| | | | | | | | 
| | | | | | | |     - added measureTime-test to cppruntime-hpcom
| | | | | | | |     - fmu 1.0 modelExchange tests are now simulated after export
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/Makefile
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/crane.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | | | | | A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_measureTime.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | | | | 
| * | | | | | | commit fbd19fb6a15b6db8dac1f7c550c4bac69ba28ae8
| |\| | | | | | Merge: 5d1ef5beaf bee07d67f7
| | | | | | | | Author: Niklas Worschech 
| | | | | | | | Date:   Fri Jul 10 13:10:28 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | | | | 
| | * | | | | | commit bee07d67f77946aa1c88a6d3faf383650c5abe50
| | | | | | | | Author: gossen 
| | | | | | | | Date:   Thu Jul 9 15:50:45 2015 +0300
| | | | | | | | 
| | | | | | | |     Changes in removed equation partitioning
| | | | | | | | 
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | | | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | | | | | M	simulation/modelica/others/TestNormVar.mos
| | | | | | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | | | | | M	simulation/modelica/synchronous/subSample.mos
| | | | | | | | 
| | * | | | | | commit 24b8c6127ad2ad18a32a013dfd8a4278ccb68ed9
| | | | | | | | Author: gossen 
| | | | | | | | Date:   Wed Jul 8 08:40:49 2015 +0300
| | | | | | | | 
| | | | | | | |     Print base clocks in synchronous dumps
| | | | | | | | 
| | | | | | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | | | | | M	simulation/modelica/synchronous/subSample.mos
| | | | | | | | 
| | * | | | | | commit e5c82b6fa95f3771707a1a59194d54dab6dbaf65
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Thu Jul 9 16:38:59 2015 +0200
| | | | | | | | 
| | | | | | | |     Update expected output
| | | | | | | | 
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | | | | | M	simulation/modelica/synchronous/subSample.mos
| | | | | | | | 
| | * | | | | | commit c302d9763dbce3c36b088c74ffb9b874138127e8
| | | | | | | | Author: adrpo 
| | | | | | | | Date:   Thu Jul 9 15:48:04 2015 +0200
| | | | | | | | 
| | | | | | | |     - attempt to fix the git sanity check
| | | | | | | | 
| | | | | | | | M	Makefile
| | | | | | | | 
| * | | | | | | commit 5d1ef5beaf93eb19d4f2320ad993e628c4fa0e14
| |\| | | | | | Merge: 9b29383bd8 e68c990120
| | | | | | | | Author: Niklas Worschech 
| | | | | | | | Date:   Thu Jul 9 10:37:51 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | | | | 
| | * | | | | | commit e68c990120e95770f4ba4150c4be0b856fc03060
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Wed Jul 8 17:38:13 2015 +0200
| | | | | | | | 
| | | | | | | |     Add/Update tests for reinit statement
| | | | | | | | 
| | | | | | | | M	openmodelica/cruntime/debugDumps/testDumpEvents.mos
| | | | | | | | M	simulation/modelica/events/Makefile
| | | | | | | | A	simulation/modelica/events/Reinit.mos
| | | | | | | | 
| | * | | | | | commit 28fc631a31f1be262645d739b9714bbb20a149a2
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Wed Jul 8 08:25:05 2015 +0200
| | | | | | | | 
| | | | | | | |     - fixed expected output for hpcom fmu tests
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/crane.mos
| | | | | | | | 
| | * | | | | | commit cdccd074ae0fdebd85becfd4d2dae40bf832782b
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Wed Jul 8 08:14:01 2015 +0200
| | | | | | | | 
| | | | | | | |     - tests for outputFormat added to CppRuntime-tests
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/Makefile
| | | | | | | | A	openmodelica/cppruntime/outputFormat/Makefile
| | | | | | | | A	openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_csv.mos
| | | | | | | | A	openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_mat.mos
| | | | | | | | A	openmodelica/cppruntime/outputFormat/Modelica.Blocks.Examples.BooleanNetwork1_none.mos
| | | | | | | | 
| | * | | | | | commit 09e638ba57844931df6155e41d27d3e5980d2f2f
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Tue Jul 7 09:56:06 2015 +0200
| | | | | | | | 
| | | | | | | |     Update expected output
| | | | | | | | 
| | | | | | | | M	simulation/modelica/others/ParameterCycle.mos
| | | | | | | | 
| | * | | | | | commit 1fb463216a6828b4e986401b9aaaeac4759ca804
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Mon Jul 6 17:33:20 2015 +0200
| | | | | | | | 
| | | | | | | |     - fixed msl32_cpp tests
| | | | | | | | 
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BusUsage.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Filter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Interaction1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.InverseModel.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.PID_Controller.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.RealNetwork1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.NandGate.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Adder4.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.INV3S.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NXFER.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.IdealGasH2O.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SimpleLiquidWater.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ControlledTanks.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowExceptions.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | | | | | 
| | * | | | | | commit 79efb124f7d53f511846ff1b3ccbbdd7b5f62227
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Mon Jul 6 15:40:09 2015 +0200
| | | | | | | | 
| | | | | | | |     - fixed FMU HPCOM test
| | | | | | | |     - added genDebugSymbols-test for cpp-runtime
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/Makefile
| | | | | | | | A	openmodelica/cppruntime/genDebugSymbols/Makefile
| | | | | | | | A	openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Makefile
| | | | | | | | M	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/crane.mos
| | | | | | | | 
| | * | | | | | commit e50acab7a67392576564891d71b137632c3516cb
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Fri Jul 3 10:22:04 2015 +0200
| | | | | | | | 
| | | | | | | |     - fmu tests for HPCOM added
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/Makefile
| | | | | | | | A	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mo
| | | | | | | | A	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | | | | A	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/Makefile
| | | | | | | | A	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/crane.mo
| | | | | | | | A	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/crane.mos
| | | | | | | | A	openmodelica/cppruntime/hpcom/fmu/modelExchange/1.0/cranes.mo
| | | | | | | | 
| | * | | | | | commit 916948c9f94e35551c596ec793187707486bad71
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Sun Jul 5 16:20:08 2015 +0200
| | | | | | | | 
| | | | | | | |     Add tests for MetaModelica crefs
| | | | | | | |     
| | | | | | | |     Tests indexing using subscripts [1] as well as dot-notation using
| | | | | | | |     MetaModelica records (singleton uniontypes).
| | | | | | | | 
| | | | | | | | M	metamodelica/meta/Makefile
| | | | | | | | A	metamodelica/meta/cref.mos
| | | | | | | | 
| | * | | | | | commit 1445bcc4e51fb775742e49173ba217dcd39203a9
| | | | | | | | Author: Per Östlund 
| | | | | | | | Date:   Fri Jul 3 15:06:56 2015 +0200
| | | | | | | | 
| | | | | | | |     Testcase for functions inside of uniontype.
| | | | | | | | 
| | | | | | | | M	metamodelica/meta/Makefile
| | | | | | | | A	metamodelica/meta/UniontypeFunc1.mo
| | | | | | | | A	metamodelica/meta/UniontypeFunc1.mos
| | | | | | | | 
| | * | | | | | commit 9cedcedf154723970152850d9439720d0b3d3cf6
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Thu Jul 2 20:17:48 2015 +0200
| | | | | | | | 
| | | | | | | |     Changed line number
| | | | | | | | 
| | | | | | | | M	simulation/modelica/others/ParameterCycle.mos
| | | | | | | | 
| | * | | | | | commit 4479db008e6dc975258d891e5cb35741807230ac
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Thu Jul 2 14:55:58 2015 +0200
| | | | | | | | 
| | | | | | | |     - changed the number of threads to 1, to make Hudson happy
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Thermal.HeatTransfer.Examples.Motor_mcp_omp.mos
| | | | | | | | 
| | * | | | | | commit e21d1541e7f6dc910de05b6db0ef87d09bbf32d0
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Thu Jul 2 08:17:40 2015 +0200
| | | | | | | | 
| | | | | | | |     - added a lot of tests for HPCOM to cpp-runtime, to test various combinations of schedulers and code generators
| | | | | | | |     - updated expected output for HPCOM, because the zeroFuncs are now parallelized as well
| | | | | | | |     - removed old HPCOM-tests from cpp-runtime
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | | | | M	openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/BouncingBall.mo
| | | | | | | | D	openmodelica/cppruntime/hpcom/BouncingBall_levelfix_pthreads.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/BouncingBall_mcp_omp.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | | | | | M	openmodelica/cppruntime/hpcom/ModelTestingDefaults.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_memory.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_measureTime.mos
| | | | | | | | R083	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix.mos	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads.mos
| | | | | | | | R092	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads_memory.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_measureTime.mos
| | | | | | | | R077	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_metis.mos	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_metis_pthreads.mos
| | | | | | | | R075	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_measureTime.mos	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_serial_omp.mos
| | | | | | | | R075	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_serial.mos	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_serial_pthreads.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level_measureTime.mos
| | | | | | | | R090	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level_omp.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_levelfix.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_omp.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads_spin.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_listr_omp.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_omp.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_pthreads.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_pthreads_spin.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_serial.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_tbb.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes_levelfix.mos
| | | | | | | | A	openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes_levelfix_pthreads.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler_mcp_pthreads.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_level_omp.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | | | | | R050	openmodelica/cppruntime/hpcom/Modelica.Thermal.HeatTransfer.Examples.Motor.mos	openmodelica/cppruntime/hpcom/Modelica.Thermal.HeatTransfer.Examples.Motor_mcp_omp.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Wire.mo
| | | | | | | | D	openmodelica/cppruntime/hpcom/Wire_100_metis.mos
| | | | | | | | D	openmodelica/cppruntime/hpcom/Wire_10_levelfix.mos
| | | | | | | | M	simulation/libraries/msl32_cpp/Makefile
| | | | | | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | | | | | M	simulation/modelica/hpcom/ElectricalCircuit.mos
| | | | | | | | M	simulation/modelica/hpcom/Makefile
| | | | | | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | | | | | M	simulation/modelica/hpcom/Profiling/Modelica.Electrical.Spice3.Examples.CoupledInductors_prof.mos
| | | | | | | | M	simulation/modelica/hpcom/SimpleResistor.mos
| | | | | | | | 
| | * | | | | | commit 5be3936a713a0793bbd141aa61f55a505c904de0
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Thu Jul 2 11:34:00 2015 +0200
| | | | | | | | 
| | | | | | | |     Skip SimCode and Susan tests
| | | | | | | |     
| | | | | | | |     We bootstrapped OMC, so these tests are no longer needed. On every
| | | | | | | |     commit, we check that both Susan and SimCode works.
| | | | | | | | 
| | | | | | | | M	openmodelica/bootstrapping/Makefile
| | | | | | | | D	openmodelica/bootstrapping/SimCodeTest.mo
| | | | | | | | D	openmodelica/bootstrapping/SimCodeTest.mos
| | | | | | | | D	openmodelica/bootstrapping/SusanTest.mo
| | | | | | | | D	openmodelica/bootstrapping/SusanTest.mos
| | | | | | | | D	openmodelica/bootstrapping/SusanTestSmall.tpl
| | | | | | | | D	openmodelica/bootstrapping/SusanTestTV.mo
| | | | | | | | 
| | * | | | | | commit cf4272a72a718fe42c70cedee2e566e349f6df00
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Thu Jul 2 07:39:52 2015 +0200
| | | | | | | | 
| | | | | | | |     Update tests for new compiler structure
| | | | | | | | 
| | | | | | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | | | | | M	openmodelica/bootstrapping/SimCodeTest.mo
| | | | | | | | M	simulation/modelica/others/ParameterCycle.mos
| | | | | | | | 
| | * | | | | | commit 2a3c85bd69e631fdcf66ad79dee4a38008042b6d
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Wed Jul 1 12:31:08 2015 +0200
| | | | | | | | 
| | | | | | | |     Add testcase for #3367
| | | | | | | | 
| | | | | | | | M	flattening/modelica/algorithms-functions/Makefile
| | | | | | | | A	flattening/modelica/algorithms-functions/UnknownDimensionFunctionCall.mo
| | | | | | | | 
| | * | | | | | commit 94c14f9cc367c1f2885b649f3aa1524ab5293624
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Wed Jul 1 09:51:36 2015 +0200
| | | | | | | | 
| | | | | | | |     update expected output
| | | | | | | | 
| | | | | | | | M	simulation/modelica/linear_system/problem2.mos
| | | | | | | | 
| | * | | | | | commit 0beea1ccd0a53275d46300bfa54541e4b169af5d
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Tue Jun 30 23:16:22 2015 +0200
| | | | | | | | 
| | | | | | | |     added test for recursiveTearing
| | | | | | | | 
| | | | | | | | M	simulation/modelica/linear_system/problem2.mos
| | | | | | | | 
| | * | | | | | commit 9db0174121f02a9a4028c6e2a5990ab6f52d0fd8
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Tue Jun 30 22:41:11 2015 +0200
| | | | | | | | 
| | | | | | | |     update expected output
| | | | | | | | 
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | | M	simulation/modelica/linear_system/problem2.mos
| | | | | | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | | | | | 
| | * | | | | | commit c52d33775364da7f7243f9c8f30ce5c2646c2dc3
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue Jun 30 21:41:44 2015 +0200
| | | | | | | | 
| | | | | | | |     Added tests for diffModelicaFileListings API
| | | | | | | |     
| | | | | | | |     Added two tests:
| | | | | | | |     1. Checking a set of files with before and after files. Compares to
| | | | | | | |        the key "merged" files (diff and final without markup).
| | | | | | | |     2. Checking that addComponent introduces a component in the expected
| | | | | | | |        location.
| | | | | | | |     
| | | | | | | |     Also removed DiffAlgorithmModelica test since it has been superseded.
| | | | | | | | 
| | | | | | | | M	Makefile
| | | | | | | | D	openmodelica/bootstrapping/DiffAlgorithmModelica.mos
| | | | | | | | M	openmodelica/bootstrapping/Makefile
| | | | | | | | D	openmodelica/bootstrapping/TestDiffAlgorithmModelica.mo
| | | | | | | | A	openmodelica/diff/AddComponent.loop.mos
| | | | | | | | A	openmodelica/diff/AddComponent.mos
| | | | | | | | A	openmodelica/diff/Makefile
| | | | | | | | A	openmodelica/diff/TestDiffListAPI.mos
| | | | | | | | A	openmodelica/diff/manual/.gitignore
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/1.after	openmodelica/diff/manual/1.after
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/1.before	openmodelica/diff/manual/1.before
| | | | | | | | A	openmodelica/diff/manual/1.merged.color
| | | | | | | | A	openmodelica/diff/manual/1.merged.plain
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/2.after	openmodelica/diff/manual/2.after
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/2.before	openmodelica/diff/manual/2.before
| | | | | | | | A	openmodelica/diff/manual/2.merged.color
| | | | | | | | A	openmodelica/diff/manual/2.merged.plain
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/3.after	openmodelica/diff/manual/3.after
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/3.before	openmodelica/diff/manual/3.before
| | | | | | | | A	openmodelica/diff/manual/3.merged.color
| | | | | | | | A	openmodelica/diff/manual/3.merged.plain
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/4.after	openmodelica/diff/manual/4.after
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/4.before	openmodelica/diff/manual/4.before
| | | | | | | | A	openmodelica/diff/manual/4.merged.color
| | | | | | | | A	openmodelica/diff/manual/4.merged.plain
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/5.after	openmodelica/diff/manual/5.after
| | | | | | | | R100	openmodelica/bootstrapping/modelicadiff/5.before	openmodelica/diff/manual/5.before
| | | | | | | | A	openmodelica/diff/manual/5.merged.color
| | | | | | | | A	openmodelica/diff/manual/5.merged.plain
| | | | | | | | 
| | * | | | | | commit 8a3220be8c2ac786cb2da9b1fe0e535130c33d60
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue Jun 30 12:39:18 2015 +0200
| | | | | | | | 
| | | | | | | |     Fix accidental revert in c0723f7
| | | | | | | | 
| | | | | | | | M	Makefile
| | | | | | | | 
| | * | | | | | commit 061bcf60e1e02e4509fdf08441ed8435111072e3
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue Jun 30 11:42:35 2015 +0200
| | | | | | | | 
| | | | | | | |     Moved OMCC to separate repository
| | | | | | | |     
| | | | | | | |     Updated TestDiffAlgorithmModelica to use the new paths.
| | | | | | | | 
| | | | | | | | M	openmodelica/bootstrapping/TestDiffAlgorithmModelica.mo
| | | | | | | | D	openmodelica/omcc/.gitignore
| | | | | | | | D	openmodelica/omcc/GenerateParser.mos
| | | | | | | | D	openmodelica/omcc/LexerCode.tmo
| | | | | | | | D	openmodelica/omcc/LexerGenerator.mo
| | | | | | | | D	openmodelica/omcc/LexerTest.mo
| | | | | | | | D	openmodelica/omcc/LexerTest.mos
| | | | | | | | D	openmodelica/omcc/LoadCompilerSources.mos
| | | | | | | | D	openmodelica/omcc/Main.mo
| | | | | | | | D	openmodelica/omcc/Makefile
| | | | | | | | D	openmodelica/omcc/OMCC.mo
| | | | | | | | D	openmodelica/omcc/OMCC.mos
| | | | | | | | D	openmodelica/omcc/OMCCBaseLexer.mo
| | | | | | | | D	openmodelica/omcc/OMCCTypes.mo
| | | | | | | | D	openmodelica/omcc/ParseCode.tmo
| | | | | | | | D	openmodelica/omcc/Parser.mo
| | | | | | | | D	openmodelica/omcc/ParserGenerator.mo
| | | | | | | | D	openmodelica/omcc/Readme.txt
| | | | | | | | D	openmodelica/omcc/SCRIPT.mos
| | | | | | | | D	openmodelica/omcc/lexerModelica.l
| | | | | | | | D	openmodelica/omcc/lexerModelicaDiff.l
| | | | | | | | D	openmodelica/omcc/parserModelica.y
| | | | | | | | 
| | * | | | | | commit b895eaab3c0ec3e4d16c908dad7d9f9bc7991d96
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Mon Jun 29 23:20:55 2015 +0200
| | | | | | | | 
| | | | | | | |     fixed whitespace
| | | | | | | | 
| | | | | | | | M	simulation/modelica/nonlinear_system/nlsTestPackage.mo
| | | | | | | | M	simulation/modelica/nonlinear_system/problem11.mos
| | | | | | | | 
| | * | | | | | commit 3467f5cbcd06ac663d98ae0599a3d0bb2964904d
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Mon Jun 29 21:36:41 2015 +0200
| | | | | | | | 
| | | | | | | |     added test for simplifyLoops
| | | | | | | | 
| | | | | | | | M	simulation/modelica/nonlinear_system/Makefile
| | | | | | | | M	simulation/modelica/nonlinear_system/nlsTestPackage.mo
| | | | | | | | A	simulation/modelica/nonlinear_system/problem11.mos
| | | | | | | | 
| | * | | | | | commit d0af455d6e381d67dbf6f340effc5d7191cd8a98
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Mon Jun 29 21:36:28 2015 +0200
| | | | | | | | 
| | | | | | | |     update test for simplifyLoops
| | | | | | | | 
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | | 
| | * | | | | | commit 04d407de651a33faa17d7f261b06e37a3d91ba75
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon Jun 29 17:54:28 2015 +0200
| | | | | | | | 
| | | | | | | |     Add tests for the Modelica diff lexer
| | | | | | | | 
| | | | | | | | M	openmodelica/bootstrapping/DiffAlgorithm.mos
| | | | | | | | A	openmodelica/bootstrapping/DiffAlgorithmModelica.mos
| | | | | | | | M	openmodelica/bootstrapping/Makefile
| | | | | | | | M	openmodelica/bootstrapping/TestDiffAlgorithm.mo
| | | | | | | | A	openmodelica/bootstrapping/TestDiffAlgorithmModelica.mo
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/1.after
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/1.before
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/2.after
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/2.before
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/3.after
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/3.before
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/4.after
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/4.before
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/5.after
| | | | | | | | A	openmodelica/bootstrapping/modelicadiff/5.before
| | | | | | | | M	openmodelica/omcc/LexerCode.tmo
| | | | | | | | M	openmodelica/omcc/lexerModelicaDiff.l
| | | | | | | | 
| | * | | | | | commit 2e696199800f88642968a1301ee36eddc684a3a4
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon Jun 29 07:37:28 2015 +0200
| | | | | | | | 
| | | | | | | |     Make the OMCC Modelica lexer a single package
| | | | | | | |     
| | | | | | | |     The lexer includes almost all dependencies, requiring no
| | | | | | | |     OMCC files except this generated lexer.
| | | | | | | | 
| | | | | | | | M	openmodelica/omcc/LexerCode.tmo
| | | | | | | | M	openmodelica/omcc/LexerGenerator.mo
| | | | | | | | M	openmodelica/omcc/LexerTest.mo
| | | | | | | | M	openmodelica/omcc/LexerTest.mos
| | | | | | | | M	openmodelica/omcc/Makefile
| | | | | | | | M	openmodelica/omcc/OMCC.mo
| | | | | | | | M	openmodelica/omcc/OMCCBaseLexer.mo
| | | | | | | | M	openmodelica/omcc/OMCCTypes.mo
| | | | | | | | M	openmodelica/omcc/ParseCode.tmo
| | | | | | | | A	openmodelica/omcc/lexerModelicaDiff.l
| | | | | | | | 
| | * | | | | | commit 4148ee761a014f4d28f91f33f3776115a3542615
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Sun Jun 28 14:10:40 2015 +0200
| | | | | | | | 
| | | | | | | |     Update gitignore
| | | | | | | | 
| | | | | | | | M	openmodelica/omcc/.gitignore
| | | | | | | | 
| | * | | | | | commit 044832c2016d14d023a324cfe3fc7290e942d9cb
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon Jun 29 16:16:47 2015 +0200
| | | | | | | | 
| | | | | | | |     Enforce 50/72 charcter commit messages
| | | | | | | | 
| | | | | | | | M	Makefile
| | | | | | | | 
| | * | | | | | commit 82d7955d5bc35cb7150564dc59514208b6d64a86
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Fri Jun 26 10:50:41 2015 +0200
| | | | | | | | 
| | | | | | | |     Some fixes to make OMCC leaner
| | | | | | | |     
| | | | | | | |     - Use inheritance for constants instead of passing them through each
| | | | | | | |       function.
| | | | | | | |     - Use Modelica arrays (Integer yy_accept[:]) instead of MM arrays since
| | | | | | | |       Modelica arrays can be used as package constants.
| | | | | | | |     - Move tokens, lexer tables, lexer code and lexer into the same file,
| | | | | | | |       inheriting from OMCCBaseLexer.mo.
| | | | | | | | 
| | | | | | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | | | | | M	openmodelica/omcc/GenerateParser.mos
| | | | | | | | M	openmodelica/omcc/LexerCode.tmo
| | | | | | | | M	openmodelica/omcc/LexerGenerator.mo
| | | | | | | | M	openmodelica/omcc/LexerTest.mos
| | | | | | | | M	openmodelica/omcc/Main.mo
| | | | | | | | M	openmodelica/omcc/Makefile
| | | | | | | | M	openmodelica/omcc/OMCC.mo
| | | | | | | | R072	openmodelica/omcc/Lexer.mo	openmodelica/omcc/OMCCBaseLexer.mo
| | | | | | | | R100	openmodelica/omcc/Types.mo	openmodelica/omcc/OMCCTypes.mo
| | | | | | | | M	openmodelica/omcc/ParserGenerator.mo
| | | | | | | | 
| | * | | | | | commit 28812c9ad71664db36b1f1c4d4488672049d5faf
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Thu Jun 25 11:57:13 2015 +0200
| | | | | | | | 
| | | | | | | |     Added new tests for inverse solving of algorithms
| | | | | | | | 
| | | | | | | | M	openmodelica/modelicaML/twotankmodel.mos
| | | | | | | | A	simulation/modelica/algorithms_functions/InverseAlgorithm1.mos
| | | | | | | | A	simulation/modelica/algorithms_functions/InverseAlgorithm2.mos
| | | | | | | | M	simulation/modelica/algorithms_functions/Makefile
| | | | | | | | 
| | * | | | | | commit 8f1c20209f3347d21d8d12e09f11f7b1b8d8e4fc
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Thu Jun 25 09:21:12 2015 +0200
| | | | | | | | 
| | | | | | | |     Update expected output
| | | | | | | | 
| | | | | | | | M	simulation/modelica/others/ParameterCycle.mos
| | | | | | | | 
| | * | | | | | commit f1f5e877c08b8e2334f80c2efe3ccce06631868d
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Wed Jun 24 20:11:16 2015 +0200
| | | | | | | | 
| | | | | | | |     Update for new MSL
| | | | | | | | 
| | | | | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | | | | 
| | * | | | | | commit 80bf69195df165114b9be5f585384cdb6820ce51
| | | | | | | | Author: Willi Braun 
| | | | | | | | Date:   Wed Jun 24 17:26:05 2015 +0200
| | | | | | | | 
| | | | | | | |      - added test for noevents flags
| | | | | | | | 
| | | | | | | | M	simulation/modelica/events/Makefile
| | | | | | | | A	simulation/modelica/events/TestNoEventsFlags.mos
| | | | | | | | 
| | * | | | | | commit 9c57e3a68014d872f994f0dfd1b454ec49429da9
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Wed Jun 24 14:19:46 2015 +0200
| | | | | | | | 
| | | | | | | |     Add test for DiffAlgorithm.mo
| | | | | | | | 
| | | | | | | | A	openmodelica/bootstrapping/DiffAlgorithm.mos
| | | | | | | | M	openmodelica/bootstrapping/Makefile
| | | | | | | | A	openmodelica/bootstrapping/TestDiffAlgorithm.mo
| | | | | | | | 
| | * | | | | | commit e60e80cf6e209d3b990f53888ef5ffcce63e897b
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Wed Jun 24 09:52:47 2015 +0200
| | | | | | | | 
| | | | | | | |     - added missing umfpack-test
| | | | | | | | 
| | | | | | | | A	openmodelica/cppruntime/umfpack/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | 
| | * | | | | | commit c0723f7beb65c2363d5490d766d783d7c8e57b1b
| | | | | | | | Author: Marcus Walther 
| | | | | | | | Date:   Wed Jun 24 09:03:03 2015 +0200
| | | | | | | | 
| | | | | | | |     I have added 3 FMI tests to the cppruntime-folder, to test the FMU 1.0 and 2.0 export (model exchange). Furthermore I have removed the old FMU-tests and reactivated the Umfpack-test of the c++ simulation runtime. The new static linking test is not working at the moment and thus part of FAILINGTEST.
| | | | | | | | 
| | | | | | | | M	Makefile
| | | | | | | | D	openmodelica/cppruntime/BouncingBall.def
| | | | | | | | D	openmodelica/cppruntime/BouncingBallFMI.mos
| | | | | | | | M	openmodelica/cppruntime/Makefile
| | | | | | | | D	openmodelica/cppruntime/ReferenceFiles/BouncingBall.csv
| | | | | | | | D	openmodelica/cppruntime/WhenStatement1FMI.mos
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches.mo
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches.mos
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/1.0/Makefile
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/1.0/crane.mo
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/1.0/crane.mos
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/1.0/cranes.mo
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches.mo
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches.mos
| | | | | | | | A	openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos
| | | | | | | | D	openmodelica/cppruntime/modelDescription.xml
| | | | | | | | A	openmodelica/cppruntime/staticLinking/Makefile
| | | | | | | | A	openmodelica/cppruntime/staticLinking/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | D	openmodelica/cppruntime/tearnonlin1FMI.mos
| | | | | | | | M	openmodelica/cppruntime/umfpack/Makefile
| | | | | | | | D	openmodelica/cppruntime/umfpack/NPendulummath.mo
| | | | | | | | D	openmodelica/cppruntime/umfpack/NPendulummath.mos
| | | | | | | | M	openmodelica/omcc/Makefile
| | | | | | | | 
| | * | | | | | commit b3d69fc029104da5d136b2a8ddd7ecb7dcb68164
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue Jun 23 13:24:39 2015 +0200
| | | | | | | | 
| | | | | | | |     Look for executable binary files
| | | | | | | | 
| | | | | | | | M	Makefile
| | | | | | | | D	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC
| | | | | | | | M	openmodelica/omcc/Makefile
| | | | | | | | 
| | * | | | | | commit 1077164cf43300ceb81fce0b10a2f8303cd2d598
| | | | | | | | Author: marchartung 
| | | | | | | | Date:   Tue Jun 23 12:57:43 2015 +0200
| | | | | | | | 
| | | | | | | |     Added Test to HPCOM-Testsuite
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors
| | | | | | | | A	openmodelica/cppruntime/hpcom/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | | | | | 
| * | | | | | | commit 9b29383bd8e84cdf102b6af6a2ae647d4bc70b61
| |\| | | | | | Merge: 9d1079d825 cb3a2fb3ba
| | | | | | | | Author: Niklas Worschech 
| | | | | | | | Date:   Tue Jun 23 09:01:00 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | | | | 
| | * | | | | | commit cb3a2fb3ba1d55e1fee8d1b70458edc2639db884
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon Jun 22 20:29:51 2015 +0200
| | | | | | | | 
| | | | | | | |     Expected output
| | | | | | | | 
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | | | | | 
| | * | | | | | commit 462a5755bf302c04f011c642a4de0a028db4e1bf
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon Jun 22 16:12:53 2015 +0200
| | | | | | | | 
| | | | | | | |     Generate a stand-alone lexer
| | | | | | | |     
| | | | | | | |     Assumes flex (of the expected version) exists in
| | | | | | | |     OPENMODELICAHOME/bin/flex.
| | | | | | | | 
| | | | | | | | A	openmodelica/omcc/.gitignore
| | | | | | | | M	openmodelica/omcc/Lexer.mo
| | | | | | | | M	openmodelica/omcc/LexerCode.tmo
| | | | | | | | M	openmodelica/omcc/LexerGenerator.mo
| | | | | | | | A	openmodelica/omcc/LexerTest.mo
| | | | | | | | A	openmodelica/omcc/LexerTest.mos
| | | | | | | | M	openmodelica/omcc/Makefile
| | | | | | | | M	openmodelica/omcc/OMCC.mo
| | | | | | | | M	openmodelica/omcc/OMCC.mos
| | | | | | | | M	openmodelica/omcc/ParserGenerator.mo
| | | | | | | | M	openmodelica/omcc/Types.mo
| | | | | | | | M	openmodelica/omcc/lexerModelica.l
| | | | | | | | 
| | * | | | | | commit 57342feebb54834f08a5ae0f0a03711c30b84e4c
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon Jun 22 12:46:26 2015 +0200
| | | | | | | | 
| | | | | | | |     Some OMCC updates
| | | | | | | | 
| | | | | | | | M	openmodelica/omcc/GenerateParser.mos
| | | | | | | | M	openmodelica/omcc/LoadCompilerSources.mos
| | | | | | | | M	openmodelica/omcc/Makefile
| | | | | | | | M	openmodelica/omcc/OMCC.mo
| | | | | | | | M	openmodelica/omcc/OMCC.mos
| | | | | | | | M	openmodelica/omcc/ParserGenerator.mo
| | | | | | | | 
| | * | | | | | commit 6e21b0b839ec3d96e728c73777c550e432ceb064
| | | | | | | | Author: Niklas Worschech 
| | | | | | | | Date:   Mon Jun 22 15:30:34 2015 +0200
| | | | | | | | 
| | | | | | | |     removed referencefiles in common.mos file of cpp runtime tests
| | | | | | | | 
| | | | | | | | M	simulation/libraries/msl32_cpp/common.mos
| | | | | | | | 
| * | | | | | | commit 9d1079d8250682ce27b6f919ebc67f89e2f10749
| |\| | | | | | Merge: 12047f1d1b 14bd6a3c93
| | | | | | | | Author: Niklas Worschech 
| | | | | | | | Date:   Mon Jun 22 15:32:49 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | | | | 
| | * | | | | | commit 14bd6a3c9331459afdc5c6611b85c9de935dfd59
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Mon Jun 22 14:38:56 2015 +0200
| | | | | | | | 
| | | | | | | |     -added test for sortEqnsAndVars -expected output
| | | | | | | | 
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | | M	simulation/modelica/tearing/Makefile
| | | | | | | | A	simulation/modelica/tearing/Tearing8-celMC3sorted.mos
| | | | | | | | 
| * | | | | | | commit 12047f1d1b9dd451153a0472bfd247c114a20841
| |/ / / / / /  Author: Niklas Worschech 
| | | | | | |   Date:   Mon Jun 22 15:28:15 2015 +0200
| | | | | | |   
| | | | | | |       removed referencefiles in common.mos file of cpp runtime tests
| | | | | | |   
| | | | | | |   M	simulation/libraries/msl32_cpp/common.mos
| | | | | | | 
| * | | | | | commit c3be20b706e3fca72c464ef048d98ca03053ca94
| | | | | | | Author: Per Östlund 
| | | | | | | Date:   Mon Jun 22 11:14:50 2015 +0200
| | | | | | | 
| | | | | | |     Added test case for #3360.
| | | | | | | 
| | | | | | | A	flattening/modelica/connectors/EnumArrayConnector.mo
| | | | | | | M	flattening/modelica/connectors/Makefile
| | | | | | | 
| * | | | | | commit f3148cae75f2f0882d31965e5ce1c02559ab46d5
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Sun Jun 21 10:52:36 2015 +0200
| | | | | | | 
| | | | | | |     Fix for MSL update
| | | | | | | 
| | | | | | | M	openmodelica/interactive-API/saveTotalModel.mos
| | | | | | | 
| * | | | | | commit 9aeffbc4f562fc3d2f03cfeb638d6750e3a2d86c
| | | | | | | Author: Lennart Ochel 
| | | | | | | Date:   Fri Jun 19 13:24:10 2015 +0200
| | | | | | | 
| | | | | | |     Fix expected output
| | | | | | | 
| | | | | | | M	simulation/modelica/events/bug2752.mos
| | | | | | | 
| * | | | | | commit b58087d2e8d0253315dc26fdacff8898c246e5b3
| | | | | | | Author: Lennart Ochel 
| | | | | | | Date:   Fri Jun 19 12:08:58 2015 +0200
| | | | | | | 
| | | | | | |     Add test case for #3358
| | | | | | | 
| | | | | | | M	simulation/modelica/events/Makefile
| | | | | | | A	simulation/modelica/events/bug3358.mos
| | | | | | | 
| * | | | | | commit 823aeb7220293c94c2a44740921b18da1364c5d0
| | |_|/ / /  Author: Martin Sjölund 
| |/| | | |   Date:   Thu Jun 18 15:49:40 2015 +0200
| | | | | |   
| | | | | |       Add test for listFile
| | | | | |       
| | | | | |       Part of comment-preserving unparsing #2905
| | | | | |   
| | | | | |   M	openmodelica/typed-API/Makefile
| | | | | |   A	openmodelica/typed-API/listFile.mos
| | | | | | 
| * | | | | commit 96353e71c65ced9dc0580ab14f45c42dcfb4a5f3
| | | | | | Author: ptaeuber 
| | | | | | Date:   Tue Jun 16 15:58:48 2015 +0200
| | | | | | 
| | | | | |     - add new model to test dynamic tearing
| | | | | | 
| | | | | | M	simulation/modelica/tearing/Makefile
| | | | | | M	simulation/modelica/tearing/dynamicTearing1.mos
| | | | | | A	simulation/modelica/tearing/dynamicTearing2.mos
| | | | | | 
| * | | | | commit 3fb89e1ec6e338548dbb73e200620fdd39334023
| | | | | | Author: ptaeuber 
| | | | | | Date:   Thu Jun 11 11:13:15 2015 +0200
| | | | | | 
| | | | | |     - add new model to test dynamic tearing
| | | | | | 
| | | | | | A	simulation/modelica/tearing/dynamicTearing1.mos
| | | | | | 
| * | | | | commit d116a736b1910e588f9cd0311958eded9bc42adb
| | |/ / /  Author: Per Östlund 
| |/| | |   Date:   Tue Jun 16 14:51:38 2015 +0200
| | | | |   
| | | | |       Added testcase for #3357.
| | | | |   
| | | | |   M	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | | | |   M	flattening/modelica/scodeinst/Makefile
| | | | |   M	flattening/modelica/scodeinst/conn3.mo
| | | | |   A	flattening/modelica/streams/ActualStreamMinMax.mo
| | | | |   M	flattening/modelica/streams/Makefile
| | | | | 
| * | | | commit 58dc0b9e484acd24736044d9e8464cbd7fd48a76
| | | | | Author: Per Östlund 
| | | | | Date:   Mon Jun 15 16:07:33 2015 +0200
| | | | | 
| | | | |     - Updated EnumArrayMod1 test.
| | | | | 
| | | | | M	flattening/modelica/enums/EnumArrayMod1.mo
| | | | | 
| * | | | commit 386f480859ad670acc44107b276954334f106423
| | | | | Author: vwaurich 
| | | | | Date:   Mon Jun 15 13:53:45 2015 +0200
| | | | | 
| | | | |     - update EngienV6 tests
| | | | | 
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | 
| * | | | commit 4b8b10c984418d5bc9cc1a3fcc6ea4798c9be300
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 12:08:46 2015 +0200
| | | | | 
| | | | |     Add noevalfunc
| | | | | 
| | | | | M	openmodelica/bootstrapping/SimCodeTest.mos
| | | | | M	openmodelica/bootstrapping/System.mos
| | | | | 
| * | | | commit 0c65e2d99c84182c28e9d2a58403e6daa76d0f40
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sun Jun 14 10:46:37 2015 +0200
| | | | | 
| | | | |     Add test for stringSplit
| | | | | 
| | | | | M	openmodelica/interactive-API/Makefile
| | | | | A	openmodelica/interactive-API/stringSplit.mos
| | | | | 
| * | | | commit 5423ecb439df7271af6e67b25fd18bb582f2c1ae
| | | | | Author: gossen 
| | | | | Date:   Sat Jun 13 17:38:09 2015 +0300
| | | | | 
| | | | |     Add endResult to testExternalObject
| | | | | 
| | | | | M	flattening/modelica/external-objects/testExternalObject.mo
| | | | | 
| * | | | commit e6275f18799ad670b8493338ab0cf67832244533
| | | | | Author: gossen 
| | | | | Date:   Sat Jun 13 13:38:41 2015 +0300
| | | | | 
| | | | |     Add flattening test case for external object located in extended class
| | | | | 
| | | | | M	Makefile
| | | | | A	flattening/modelica/external-objects/Makefile
| | | | | A	flattening/modelica/external-objects/testExternalObject.mo
| | | | | 
| * | | | commit 90699f29481fdad630bfbe6895b1ea7aa5ca18f2
| | | | | Author: gossen 
| | | | | Date:   Sat Jun 13 09:22:42 2015 +0200
| | | | | 
| | | | |     Modify synchronous tests for new partition algorithm
| | | | | 
| | | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | | M	simulation/modelica/synchronous/subSample.mos
| | | | | 
| * | | | commit 4a67f5c9377dfd39d3c6b2f1fd98a4a7476780e0
| | | | | Author: vruge 
| | | | | Date:   Wed Jun 10 20:47:07 2015 +0200
| | | | | 
| | | | |     update test
| | | | |     
| | | | |     update test
| | | | |     
| | | | |     update test
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/pendel.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop1.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop10.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop11.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop2.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop8.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testAlgLoop9.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | 
| * | | | commit 879a7e057eb1f6c98730a5d8d468e8015073ee62
| | | | | Author: vruge 
| | | | | Date:   Tue Jun 9 20:02:58 2015 +0200
| | | | | 
| | | | |     added test for loop2con
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | | A	openmodelica/cruntime/optimization/basic/testAlgLoop10.mos
| | | | | A	openmodelica/cruntime/optimization/basic/testAlgLoop11.mos
| | | | | A	openmodelica/cruntime/optimization/basic/testAlgLoop9.mos
| | | | | 
| * | | | commit 40f4c66dce3a5d44c8897e095f9a10a1091db28e
| | | | | Author: vruge 
| | | | | Date:   Fri Jun 5 22:52:48 2015 +0200
| | | | | 
| | | | |     added test for simplifyConstraints
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | | A	openmodelica/cruntime/optimization/basic/testSimpliCon1.mos
| | | | | 
| * | | | commit e5f7de7c93502f6d56adf0f703f4590df93248de
| | | | | Author: vruge 
| | | | | Date:   Fri Jun 5 22:10:54 2015 +0200
| | | | | 
| | | | |     update test after added postOptmodul simplifyConstraints
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/CC.mos
| | | | | M	openmodelica/cruntime/optimization/basic/testDerInput.mos
| | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | 
| * | | | commit 9a21804a4e49e44ee1416112e28133735f121ab3
| | | | | Author: Lennart Ochel 
| | | | | Date:   Fri Jun 5 13:56:08 2015 +0200
| | | | | 
| | | | |     Update expected output
| | | | | 
| | | | | M	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | | M	openmodelica/xml/testMSD.mos
| | | | | M	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | | M	simulation/modelica/tearing/Tearing4-cel.mos
| | | | | M	simulation/modelica/tearing/Tearing4-celMC3.mos
| | | | | M	simulation/modelica/tearing/Tearing4-omc.mos
| | | | | 
| * | | | commit 0a8e313fca3cce9a5fec7f3db1792b76fef7749c
| | | | | Author: vruge 
| | | | | Date:   Wed Jun 3 17:28:59 2015 +0200
| | | | | 
| | | | |     improved TestExpressionSolve.mos
| | | | | 
| | | | | M	simulation/modelica/others/TestExpressionSolve.mos
| | | | | 
| * | | | commit f1a5f1be6f9736d5c7922bb98a60accc749063b9
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Jun 2 11:04:35 2015 +0200
| | | | | 
| | | | |     Add a target for hudson to perform a sanity check
| | | | |     
| | | | |     - Checks that there are no unexpected files added to the repository
| | | | | 
| | | | | M	.gitignore
| | | | | A	.gitvalidfiles
| | | | | M	Makefile
| | | | | D	Makefile~
| | | | | D	bootstrapping.log
| | | | | D	openmodelica/bootstrapping/BreakProcess.cpp
| | | | | D	openmodelica/bootstrapping/refactor-mc-to-m.sh
| | | | | D	openmodelica/cppruntime/BouncingBall.fmu
| | | | | D	openmodelica/cppruntime/BouncingBall.makefile
| | | | | D	openmodelica/cppruntime/BouncingBall.sh
| | | | | D	openmodelica/cppruntime/BouncingBall_FMU.libs
| | | | | D	openmodelica/cppruntime/BouncingBall_FMU.log
| | | | | D	openmodelica/cppruntime/BouncingBall_FMU.makefile
| | | | | D	openmodelica/cppruntime/OMCppBouncingBall.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBall.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallAlgLoopMain.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallCalcHelperMain.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallExtension.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallExtension.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallFMU.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallFMU.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallFactoryExport.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallFunctions.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallFunctions.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallInitialize.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallInitialize.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallInitializeAlgVars.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallInitializeAliasVars.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallInitializeExtVars.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallInitializeParameter.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallJacobian.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallJacobian.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallMain.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallStateSelection.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallStateSelection.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallTypes.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallWriteOutput.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallWriteOutput.h
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallWriteOutputAlgVars.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallWriteOutputAliasVars.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallWriteOutputParameter.cpp
| | | | | D	openmodelica/cppruntime/OMCppBouncingBallWriteOutputParameterVars.cpp
| | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos~
| | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.libs
| | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.log
| | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.makefile
| | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.sh
| | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_res.csv
| | | | | D	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_res.mat
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductors.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductors.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsAlgLoopMain.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsAlgloop53.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsAlgloop53.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsCalcHelperMain.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsExtension.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsExtension.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsFactoryExport.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsFunctions.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsFunctions.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsInitialize.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsInitialize.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsInitializeAlgVars.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsInitializeAliasVars.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsInitializeExtVars.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsInitializeParameter.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsJacobian.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsJacobian.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsMain.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsStateSelection.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsStateSelection.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsTypes.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsWriteOutput.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsWriteOutput.h
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsWriteOutputAlgVars.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsWriteOutputAliasVars.cpp
| | | | | D	openmodelica/cppruntime/hpcom/OMCppModelica.Electrical.Spice3.Examples.CoupledInductorsWriteOutputParameter.cpp
| | | | | D	openmodelica/cppruntime/hpcom/taskGraphModelica.Electrical.Spice3.Examples.CoupledInductors.graphml
| | | | | D	openmodelica/cppruntime/hpcom/taskGraphModelica.Electrical.Spice3.Examples.CoupledInductorsDAE.graphml
| | | | | D	openmodelica/cppruntime/hpcom/taskGraphModelica.Electrical.Spice3.Examples.CoupledInductorsODE.graphml
| | | | | D	openmodelica/cppruntime/hpcom/taskGraphModelica.Electrical.Spice3.Examples.CoupledInductorsODE_merged.graphml
| | | | | D	openmodelica/cppruntime/hpcom/taskGraphModelica.Electrical.Spice3.Examples.CoupledInductorsODE_schedule.graphml
| | | | | D	openmodelica/cppruntime/hpcom/taskGraphModelica.Electrical.Spice3.Examples.CoupledInductorsODE_schedule_CL.graphml
| | | | | D	openmodelica/cppruntime/hpcom/taskGraphModelica.Electrical.Spice3.Examples.CoupledInductorsODE_schedule_vars.graphml
| | | | | D	openmodelica/cppruntime/hpcom/taskGraphModelica.Electrical.Spice3.Examples.CoupledInductors_event.graphml
| | | | | D	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.csv
| | | | | D	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.libs
| | | | | D	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.log
| | | | | D	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.makefile
| | | | | D	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.sh
| | | | | D	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC_res.mat
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSC.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSC.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgLoopMain.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop124.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop124.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop131.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop131.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop138.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop138.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop145.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop145.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop152.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop152.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop159.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop159.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop166.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop166.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop167.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop167.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop174.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop174.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop181.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop181.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop192.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop192.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop200.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop200.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop222.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop222.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop228.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop228.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop234.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop234.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop240.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop240.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop246.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop246.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop252.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop252.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop260.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop260.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop266.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop266.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop275.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop275.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop281.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop281.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop289.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop289.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop290.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCAlgloop290.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCCalcHelperMain.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCCalcHelperMain2.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCCalcHelperMain3.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCCalcHelperMain4.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCCalcHelperMain5.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCExtension.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCExtension.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCFactoryExport.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCFunctions.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCFunctions.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCInitialize.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCInitialize.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCInitializeAlgVars.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCInitializeAliasVars.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCInitializeExtVars.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCInitializeParameter.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCJacobian.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCJacobian.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCMain.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCStateSelection.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCStateSelection.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCTypes.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCWriteOutput.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCWriteOutput.h
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCWriteOutputAlgVars.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCWriteOutputAliasVars.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/OMCppModelica.Electrical.Analog.Examples.CauerLowPassSCWriteOutputParameter.cpp
| | | | | D	openmodelica/cppruntime/libraries/msl32/taskGraphModelica.Electrical.Analog.Examples.CauerLowPassSC.graphml
| | | | | D	openmodelica/cppruntime/libraries/msl32/taskGraphModelica.Electrical.Analog.Examples.CauerLowPassSCDAE.graphml
| | | | | D	openmodelica/cppruntime/libraries/msl32/taskGraphModelica.Electrical.Analog.Examples.CauerLowPassSCODE.graphml
| | | | | D	openmodelica/cppruntime/libraries/msl32/taskGraphModelica.Electrical.Analog.Examples.CauerLowPassSCODE_merged.graphml
| | | | | D	openmodelica/cppruntime/libraries/msl32/taskGraphModelica.Electrical.Analog.Examples.CauerLowPassSCODE_schedule.graphml
| | | | | D	openmodelica/cppruntime/libraries/msl32/taskGraphModelica.Electrical.Analog.Examples.CauerLowPassSCODE_schedule_CL.graphml
| | | | | D	openmodelica/cppruntime/libraries/msl32/taskGraphModelica.Electrical.Analog.Examples.CauerLowPassSCODE_schedule_vars.graphml
| | | | | D	openmodelica/cppruntime/libraries/msl32/taskGraphModelica.Electrical.Analog.Examples.CauerLowPassSC_event.graphml
| | | | | D	simulation/modelica/others/Bug1048.mat
| | | | | D	simulation/modelica/others/testTables2.csv
| | | | | 
| * | | | commit 25e582bfff8bf369f37b42b269c9c130b36c48f3
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Jun 2 09:42:32 2015 +0200
| | | | | 
| | | | |     Update reference results due to MSL 3.2.1 change
| | | | | 
| | | | | M	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat.xz
| | | | | M	simulation/libraries/common/ModelTesting.mos
| | | | | 
| * | | | commit 3748371830a8f22a2369768c096b3b150022c2f7
| | | | | Author: vruge 
| | | | | Date:   Mon Jun 1 23:34:35 2015 +0200
| | | | | 
| | | | |     update test
| | | | | 
| | | | | M	openmodelica/cruntime/optimization/basic/pendel.mos
| | | | | M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | 
| * | | | commit c1e4ea9b1a06b127fbd620b36755b38cd10c486c
| | | | | Author: vruge 
| | | | | Date:   Sat May 30 21:35:59 2015 +0200
| | | | | 
| | | | |     update test
| | | | | 
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | | 
| * | | | commit 8165162b64b4f23bd24816ea75de0506081cd88c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri May 29 13:01:45 2015 +0200
| | | | | 
| | | | |     Increase the timeout
| | | | | 
| | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos
| | | | | 
| * | | | commit 673e2105706df1a5d82d18d29872e1eb1211c786
| | | | | Author: Marcus Walther 
| | | | | Date:   Thu May 28 16:38:24 2015 +0200
| | | | | 
| | | | |     - changed BouncingBall number of threads to one
| | | | | 
| | | | | M	openmodelica/cppruntime/hpcom/BouncingBall_mcp_omp.mos
| | | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | |   
| * | | |   commit 5e3b097ec153bf0df1ee31a2432d92cea4add1ad
| |\ \ \ \  Merge: 5824e7bf4b bc2c1844d7
| | | | | | Author: Marcus Walther 
| | | | | | Date:   Thu May 28 16:33:01 2015 +0200
| | | | | | 
| | | | | |     Merge remote-tracking branch 'originMW/master' into masterMW
| | | | | |     
| | | | | |     Conflicts:
| | | | | |             openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos
| | | | | |             openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos
| | | | | |             openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos
| | | | | | 
| | * | | | commit bc2c1844d7abc6686024df2baa02d3efb1b89646
| | | | | | Author: Marcus Walther 
| | | | | | Date:   Mon May 11 13:27:54 2015 +0200
| | | | | | 
| | | | | |     - updated hpcom tests
| | | | | | 
| | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos
| | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos
| | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos
| | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_omp.mos
| | | | | |   
| | * | | |   commit bcf0670779f530717a325c8f4eaf75e82a893835
| | |\ \ \ \  Merge: cdb6054594 1cc7d081d7
| | | | | | | Author: Marcus Walther 
| | | | | | | Date:   Mon May 11 13:04:02 2015 +0200
| | | | | | | 
| | | | | | |     Merge pull request #1 from OpenModelica/master
| | | | | | |     
| | | | | | |     Update fork
| | | | | | | 
| * | | | | | commit 5824e7bf4bbbeb377720b7be5227c3ee4e882baa
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Thu May 28 15:48:35 2015 +0200
| | | | | | | 
| | | | | | |     Disable BouncingBall_mcp_omp.mos
| | | | | | | 
| | | | | | | M	openmodelica/cppruntime/hpcom/Makefile
| | | | | | | 
| * | | | | | commit 9ae7723b541492efed8e15103529067291cf9c03
| | | | | | | Author: Per Östlund 
| | | | | | | Date:   Thu May 28 15:02:39 2015 +0200
| | | | | | | 
| | | | | | |     - Added test case for #3337.
| | | | | | | 
| | | | | | | M	flattening/modelica/modification/Makefile
| | | | | | | A	flattening/modelica/modification/UsertypeArrayMod.mo
| | | | | | |   
| * | | | | |   commit c57605b39336c676cc3cd80476bb460098482361
| |\ \ \ \ \ \  Merge: ca05ec17d3 d1c4841758
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Thu May 28 07:26:58 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge pull request #13 from vruge/disableDynStateSelectionInDynOpt3
| | | | | | | |     
| | | | | | | |     dynOpt: addeed test for disable dynamic sate selection
| | | | | | | | 
| | * | | | | | commit d1c4841758bf87b68b383a41cf45abe976a74fd0
| | | | | | | | Author: vruge 
| | | | | | | | Date:   Wed May 27 12:58:40 2015 +0200
| | | | | | | | 
| | | | | | | |     dynOpt: addeed case for disable dynamic sate selection
| | | | | | | |     
| | | | | | | |     dynOpt: added testcase for disable dynamic state selection
| | | | | | | | 
| | | | | | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | | | | | A	openmodelica/cruntime/optimization/basic/pendel.mos
| | | | | | | | 
| * | | | | | | commit ca05ec17d3a1dfa3c7d9731c1878fe59adfabfca
| |\| | | | | | Merge: c798dca345 2ff7145af2
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Wed May 27 19:02:29 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge pull request #12 from vruge/disableDynStateSelectionInDynOpt2
| | | | | | | |     
| | | | | | | |     update test
| | | | | | | | 
| | * | | | | | commit 2ff7145af2c43d9c1602413cc3a0c5b9f7fc6c3e
| |/ / / / / /  Author: vruge 
| | | | | | |   Date:   Wed May 27 12:47:03 2015 +0200
| | | | | | |   
| | | | | | |       update test
| | | | | | |   
| | | | | | |   M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | | |   M	simulation/modelica/commonSubExp/cse2.mos
| | | | | | |   M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | | | | | |   M	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | | | | | |   M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | | | 
| * | | | | | commit c798dca34513ec86062b5518915216e4ecd2a09a
| | | | | | | Author: Per Östlund 
| | | | | | | Date:   Tue May 26 13:34:48 2015 +0200
| | | | | | | 
| | | | | | |     - Added test case for array expansion of outer parameters.
| | | | | | | 
| | | | | | | A	flattening/modelica/arrays/ArrayOuterParamExpand.mo
| | | | | | | M	flattening/modelica/arrays/Makefile
| | | | | | | 
| * | | | | | commit a9d51ea0395490ecb22c87619ac100e861ffed1d
| | | | | | | Author: Per Östlund 
| | | | | | | Date:   Mon May 25 17:33:16 2015 +0200
| | | | | | | 
| | | | | | |     - Added test case for enumeration array modifier.
| | | | | | | 
| | | | | | | A	flattening/modelica/enums/EnumArrayMod1.mo
| | | | | | | M	flattening/modelica/enums/Makefile
| | | | | | | 
| * | | | | | commit 1a5bab448c3761f884b2740bee80fa411f3e0871
| | | | | | | Author: Per Östlund 
| | | | | | | Date:   Mon May 25 15:45:16 2015 +0200
| | | | | | | 
| | | | | | |     - Added test case for inner/outer enumeration dimensions when using bindings.
| | | | | | | 
| | | | | | | A	flattening/modelica/enums/EnumInnerOuterDim.mo
| | | | | | | M	flattening/modelica/enums/Makefile
| | | | | | | 
| * | | | | | commit 72a94bbfea6cf60f652238f89d7bcc8d9e984a5b
| | | | | | | Author: Lennart Ochel 
| | | | | | | Date:   Sun May 24 19:13:22 2015 +0200
| | | | | | | 
| | | | | | |     Add test case for #3323
| | | | | | | 
| | | | | | | A	simulation/modelica/others/Bug3323.mos
| | | | | | | M	simulation/modelica/others/Makefile
| | | | | | | 
| * | | | | | commit 0bc3a73e2c941217fd0edce31c678a1a928456d4
| | | | | | | Author: Lennart Ochel 
| | | | | | | Date:   Sun May 24 17:26:24 2015 +0200
| | | | | | | 
| | | | | | |     Update expected output
| | | | | | | 
| | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | M	openmodelica/xml/BB.mos
| | | | | | | M	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | | | | | | M	openmodelica/xml/XmlDumpComment.mos
| | | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | | M	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | | | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | | | | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | | | M	simulation/modelica/tearing/Tearing12-cel.mos
| | | | | | | M	simulation/modelica/tearing/Tearing12-celMC3.mos
| | | | | | | M	simulation/modelica/tearing/Tearing12-omc.mos
| | | | | | | 
| * | | | | | commit 81f8a837b3fd5d6ba7e6deab7ea7cddfb97ae753
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Sun May 24 13:05:28 2015 +0200
| | | | | | | 
| | | | | | |     Make build dirs
| | | | | | | 
| | | | | | | M	difftool/Makefile
| | | | | | | 
| * | | | | | commit d0aef2541d7953c51a69a0a3522dc0c4d43736a8
| | | | | | | Author: adrpo 
| | | | | | | Date:   Fri May 22 06:38:48 2015 +0200
| | | | | | | 
| | | | | | |     - commented out debug line
| | | | | | | 
| | | | | | | M	simulation/libraries/common/ModelTesting.mos
| | | | | | | 
| * | | | | | commit 0c3dcc8551e756eaa4ae83357bacc40bf99a9f81
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Thu May 21 19:46:27 2015 +0200
| | | | | | | 
| | | | | | |     Only set CXX to g++ if CXX is clang++
| | | | | | | 
| | | | | | | D	openmodelica/cppruntime/libraries/common/ModelTestingDefaults.mos
| | | | | | | M	openmodelica/cppruntime/libraries/msl32/ModelTestingDefaults.mos
| | | | | | |   
| * | | | | |   commit 6b77a33bb102052c932afaebb22e59524abe75c1
| |\ \ \ \ \ \  Merge: 1583aba683 42ff48fcac
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Thu May 21 13:38:25 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge pull request #11 from vruge/dynOptUpdate
| | | | | | | |     
| | | | | | | |     Dyn opt update
| | | | | | | |   
| | * | | | | |   commit 42ff48fcac386e532acf274bea1e2ecf22b8abf5
| | |\ \ \ \ \ \  Merge: 2860aa4314 1583aba683
| | |/ / / / / /  Author: vruge 
| |/| | | | | |   Date:   Thu May 21 13:11:12 2015 +0200
| | | | | | | |   
| | | | | | | |       Merge remote-tracking branch 'origin/master' into dynOptUpdate
| | | | | | | |   
| * | | | | | |   commit 1583aba6836affe3021a221122caad29a56e8e6b
| |\ \ \ \ \ \ \  Merge: ded2952742 7ac9271f76
| | |_|_|_|/ / /  Author: Martin Sjölund 
| |/| | | | | |   Date:   Thu May 21 13:05:58 2015 +0200
| | | | | | | |   
| | | | | | | |       Merge pull request #10 from vruge/dynOptUpdate
| | | | | | | |       
| | | | | | | |       Update test for dyn. Optmization
| | | | | | | | 
| | | * | | | | commit 2860aa431434eb02f5778ac242fd272e0b9962eb
| | |/ / / / /  Author: vruge 
| | | | | | |   Date:   Thu May 21 12:51:39 2015 +0200
| | | | | | |   
| | | | | | |       remove some messages, which are not intresting
| | | | | | |   
| | | | | | |   M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | | |   M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | | |   M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | | | | 
| | * | | | | commit 7ac9271f76558dd06a97517baf6ba89ef83b4b8a
| | | | | | | Author: vruge 
| | | | | | | Date:   Thu May 21 12:23:35 2015 +0200
| | | | | | | 
| | | | | | |     improved test TFC5
| | | | | | | 
| | | | | | | M	openmodelica/cruntime/optimization/basic/TFC5.mos
| | | | | | | 
| | * | | | | commit 53c1cf744c5ad9a771e7558ed7b2eb6f0bde8c74
| | | | | | | Author: vruge 
| | | | | | | Date:   Thu May 21 12:13:02 2015 +0200
| | | | | | | 
| | | | | | |     improved test LRB2
| | | | | | | 
| | | | | | | M	openmodelica/cruntime/optimization/basic/LRB2.mos
| | | | | | | 
| | * | | | | commit c91dbbb98effc2154baaeee8d741e3b2cdf462f6
| | | | | | | Author: vruge 
| | | | | | | Date:   Thu May 21 12:08:57 2015 +0200
| | | | | | | 
| | | | | | |     improved test LRB
| | | | | | | 
| | | | | | | M	openmodelica/cruntime/optimization/basic/LRB.mos
| | | | | | | 
| | * | | | | commit 9eeccf4322e1bc4f54ab7efac20ef841d39836ea
| |/ / / / /  Author: vruge 
| | | | | |   Date:   Thu May 21 12:01:35 2015 +0200
| | | | | |   
| | | | | |       improved test DM
| | | | | |   
| | | | | |   M	openmodelica/cruntime/optimization/basic/DM.mos
| | | | | | 
| * | | | | commit ded2952742c1b5e6851f03e1f55f632e78e9b8c0
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Thu May 21 11:13:01 2015 +0200
| | | | | | 
| | | | | |     Skip LOG_IPOPT_ERROR as the numbers are not interesting
| | | | | | 
| | | | | | M	openmodelica/cruntime/optimization/basic/TFC5.mos
| | | | | | 
| * | | | | commit 44a312bd6f16637aa81ab64c0a2008786cabe74a
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Thu May 21 10:10:26 2015 +0200
| | | | | | 
| | | | | |     Print less output to pass the testsuite
| | | | | |     
| | | | | |     Ipopt prints different error-messages depending on compiler flags (c++11).
| | | | | |     Instead, search for the OpenModelica message using a regex.
| | | | | | 
| | | | | | M	openmodelica/cruntime/optimization/basic/TFC5.mos
| | | | | | 
| * | | | | commit 2c1535d6c10e26d24615993a408b054bfd313478
| | | | | | Author: Lennart Ochel 
| | | | | | Date:   Wed May 20 13:33:33 2015 +0200
| | | | | | 
| | | | | |     Update expected output
| | | | | | 
| | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | |   
| * | | | |   commit 576a904ab7a38d388a2edaba29215ad638a62a09
| |\ \ \ \ \  Merge: d798361669 7d0e893664
| | | | | | | Author: Lennart Ochel 
| | | | | | | Date:   Wed May 20 13:20:28 2015 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
| | | | | | | 
| | * | | | | commit 7d0e8936640c93134dffd5bc7d398814f8c08a5d
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Wed May 20 13:11:22 2015 +0200
| | | | | | | 
| | | | | | |     Update runtests.pl exit codes
| | | | | | | 
| | | | | | | M	partest/runtests.pl
| | | | | | |   
| * | | | | |   commit d798361669de5ee71c3b70b56c0b7ee1f448171b
| |\ \ \ \ \ \  Merge: e4416eaae9 efc65e1942
| | |/ / / / /  Author: Lennart Ochel 
| |/| | | | |   Date:   Wed May 20 13:17:39 2015 +0200
| | | | | | |   
| | | | | | |       Merge branch 'qss'
| | | | | | | 
| | * | | | | commit efc65e1942c04dff32558d53ac240facaca2ebd5
| | | | | | | Author: Lennart Ochel 
| | | | | | | Date:   Tue May 19 19:50:01 2015 +0200
| | | | | | | 
| | | | | | |     Update test for system that do not depend on any state
| | | | | | | 
| | | | | | | M	simulation/modelica/qss/qss_example9.mos
| | | | | | |   
| | * | | | |   commit 2c578ecf36f96f5ffb66e67bb3d391f6a9247b09
| | |\ \ \ \ \  Merge: 8bb9617df2 028b425b0c
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Tue May 19 19:19:16 2015 +0200
| | | | | | | | 
| | | | | | | |     Merge branch 'master' into qss
| | | | | | | | 
| | * | | | | | commit 8bb9617df23113a0ac74fd08db4c1fc1526f1112
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Sun May 17 07:40:03 2015 +0200
| | | | | | | | 
| | | | | | | |     Update expected output
| | | | | | | | 
| | | | | | | | M	simulation/modelica/qss/qss_example9.mos
| | | | | | | | 
| | * | | | | | commit ffa7dad6baebbb97c00510d5d7dbe5113e390d7d
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Sun May 17 07:34:30 2015 +0200
| | | | | | | | 
| | | | | | | |     Add test case for ode system that depends on time (and not on states)
| | | | | | | | 
| | | | | | | | M	simulation/modelica/qss/Makefile
| | | | | | | | A	simulation/modelica/qss/qss_example9.mos
| | | | | | | | 
| | * | | | | | commit a97a2ebd4ff6e77dab5dc8e00f01b366facad015
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Fri May 15 00:03:44 2015 +0200
| | | | | | | | 
| | | | | | | |     Update expected output
| | | | | | | | 
| | | | | | | | M	simulation/modelica/qss/qss_example1.mos
| | | | | | | | M	simulation/modelica/qss/qss_example4.mos
| | | | | | | | 
| | * | | | | | commit ca59402d85cc9177db75f9e5871507eed310e4bf
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Thu May 7 14:15:14 2015 +0200
| | | | | | | | 
| | | | | | | |     Update qss test suite
| | | | | | | | 
| | | | | | | | M	simulation/modelica/qss/Makefile
| | | | | | | | M	simulation/modelica/qss/qss_example1.mos
| | | | | | | | M	simulation/modelica/qss/qss_example4.mos
| | | | | | | |   
| | * | | | | |   commit 19e5804a6ee26ba42d5e222a5621716a936d9cca
| | |\ \ \ \ \ \  Merge: 2036f9f48d 805d90b226
| | | | | | | | | Author: Lennart Ochel 
| | | | | | | | | Date:   Thu May 7 14:07:23 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Merge branch 'master' into lochel/qss
| | | | | | | | | 
| | * | | | | | | commit 2036f9f48d22b6eda3b8de40eb1b5267fadebb39
| | | | | | | | | Author: Lennart Ochel 
| | | | | | | | | Date:   Tue May 5 09:06:25 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Add some first tests for qss solver
| | | | | | | | | 
| | | | | | | | | M	simulation/modelica/qss/Makefile
| | | | | | | | | M	simulation/modelica/qss/qss_example1.mos
| | | | | | | | | M	simulation/modelica/qss/qss_example2.mos
| | | | | | | | | A	simulation/modelica/qss/qss_example3.mos
| | | | | | | | | A	simulation/modelica/qss/qss_example4.mos
| | | | | | | | | A	simulation/modelica/qss/qss_example5.mos
| | | | | | | | | A	simulation/modelica/qss/qss_example6.mos
| | | | | | | | | A	simulation/modelica/qss/qss_example7.mos
| | | | | | | | | A	simulation/modelica/qss/qss_example8.mos
| | | | | | | | | 
| * | | | | | | | commit e4416eaae9bd5fb3ebf657bc4ead855bf8c116d9
| | | | | | | | | Author: Martin Sjölund 
| | | | | | | | | Date:   Wed May 20 12:14:10 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Fix cppruntime tests
| | | | | | | | | 
| | | | | | | | | M	openmodelica/cppruntime/libraries/msl32/ModelTestingDefaults.mos
| | | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | | | | | 
| * | | | | | | | commit 3e5635a2b25005ea622044af03e3d313e9031684
| | | | | | | | | Author: Martin Sjölund 
| | | | | | | | | Date:   Wed May 20 09:21:49 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Use g++ for boost threads
| | | | | | | | | 
| | | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos
| | | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos
| | | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos
| | | | | | | | | 
| * | | | | | | | commit a4b524524e0168068fdb3b78b4862091707e19f0
| | |_|/ / / / /  Author: Lennart Ochel 
| |/| | | | | |   Date:   Tue May 19 20:25:31 2015 +0200
| | | | | | | |   
| | | | | | | |       Update expected output - remove warnings (see #3325)
| | | | | | | |   
| | | | | | | |   M	openmodelica/cruntime/optimization/basic/TT.mos
| | | | | | | |   M	openmodelica/cruntime/optimization/basic/TT2.mos
| | | | | | | |   M	openmodelica/cruntime/optimization/basic/TT3.mos
| | | | | | | |   M	openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos
| | | | | | | |   M	openmodelica/cruntime/optimization/basic/staticOP.mos
| | | | | | | |   M	openmodelica/cruntime/optimization/basic/testDerInput.mos
| | | | | | | |   M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos
| | | | | | | |   M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | | | | |   M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | | | | |   M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | | | | | | |   M	simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos
| | | | | | | |   M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | | | | |   M	simulation/modelica/asserts/TestAssert.mos
| | | | | | | |   M	simulation/modelica/built_in_functions/SemiLinear.mos
| | | | | | | |   M	simulation/modelica/connectors/Tank.mos
| | | | | | | |   M	simulation/modelica/equations/WhenEquation1.mos
| | | | | | | |   M	simulation/modelica/equations/deriveToLog.mos
| | | | | | | |   M	simulation/modelica/events/EventTests3.mos
| | | | | | | |   M	simulation/modelica/events/bug2718.mos
| | | | | | | |   M	simulation/modelica/events/bug2752.mos
| | | | | | | |   M	simulation/modelica/external_functions/TestRoots.mos
| | | | | | | |   M	simulation/modelica/functions_eval/functionTest4.mos
| | | | | | | |   M	simulation/modelica/functions_eval/functionTest5.mos
| | | | | | | |   M	simulation/modelica/functions_eval/functionTest7.mos
| | | | | | | |   M	simulation/modelica/hpcom/MergingExample.mos
| | | | | | | |   M	simulation/modelica/initialization/autoFixed.mos
| | | | | | | |   M	simulation/modelica/initialization/bug_2263.mos
| | | | | | | |   M	simulation/modelica/initialization/discreteTest05.mos
| | | | | | | |   M	simulation/modelica/initialization/discreteTest06.mos
| | | | | | | |   M	simulation/modelica/initialization/startValue.mos
| | | | | | | |   M	simulation/modelica/linear_system/MissV.mos
| | | | | | | |   M	simulation/modelica/linear_system/constantStates.mos
| | | | | | | |   M	simulation/modelica/msl22/simulation2.mos
| | | | | | | |   M	simulation/modelica/nonlinear_system/nonlinearMixed.mos
| | | | | | | |   M	simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos
| | | | | | | |   M	simulation/modelica/nonlinear_system/problem2.mos
| | | | | | | |   M	simulation/modelica/nonlinear_system/problem2_newton.mos
| | | | | | | |   M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | | | | |   M	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | | | | | | |   M	simulation/modelica/others/Bug1987.mos
| | | | | | | |   M	simulation/modelica/others/Bug2833.mos
| | | | | | | |   M	simulation/modelica/others/BugTest1830.mos
| | | | | | | |   M	simulation/modelica/others/TestNormVar.mos
| | | | | | | |   M	simulation/modelica/others/TestSolve.mos
| | | | | | | |   M	simulation/modelica/others/WhenStatement4.mos
| | | | | | | |   M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | | | | |   
| * | | | | | |   commit 028b425b0cd4756562c6cb453a634bc3033bf669
| |\ \ \ \ \ \ \  Merge: b07755b09a 5bc2cb9d85
| | | | | | | | | Author: Adrian Pop 
| | | | | | | | | Date:   Tue May 19 16:27:32 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Merge pull request #9 from vruge/master
| | | | | | | | |     
| | | | | | | | |     update dyn. optmization examples
| | | | | | | | | 
| | * | | | | | | commit 5bc2cb9d85f88b4cc02728eb26b001618f00b54e
| | | | | | | | | Author: vruge 
| | | | | | | | | Date:   Tue May 19 15:41:32 2015 +0200
| | | | | | | | | 
| | | | | | | | |     dy. optimization: update test
| | | | | | | | | 
| | | | | | | | | A	openmodelica/cruntime/optimization/basic/TT3.mos
| | | | | | | | | 
| | * | | | | | | commit 36a39f62e2538af16aee4843081d8cff4b875428
| | | | | | | | | Author: vruge 
| | | | | | | | | Date:   Tue May 19 15:41:02 2015 +0200
| | | | | | | | | 
| | | | | | | | |     dyn. optmization: update test
| | | | | | | | | 
| | | | | | | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | | | | | | A	openmodelica/cruntime/optimization/basic/TT2.mos
| | | | | | | | | 
| | * | | | | | | commit fbbbebfbefe8307a1548e207a3acb5799dd1db33
| |/ / / / / / /  Author: vruge 
| | | | | | | |   Date:   Tue May 19 15:13:56 2015 +0200
| | | | | | | |   
| | | | | | | |       update test
| | | | | | | |   
| | | | | | | |   M	openmodelica/cruntime/optimization/benchmark/DrumBoiler.mo
| | | | | | | |   M	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | | | | | | |   M	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | | | | | | |   M	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | | | | | | | 
| * | | | | | | commit b07755b09aed40a47e474d64fb7d86c2d6e914b7
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 11:42:33 2015 +0200
| | | | | | | | 
| | | | | | | |     Expected output
| | | | | | | | 
| | | | | | | | M	simulation/libraries/3rdParty/siemens/testSolidComponents.mos
| | | | | | | | M	simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos
| | | | | | | | 
| * | | | | | | commit 42c07892ab697722b912f96aedf00e2a05b78915
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 11:23:26 2015 +0200
| | | | | | | | 
| | | | | | | |     Disable debugging
| | | | | | | | 
| | | | | | | | M	simulation/libraries/common/ModelTesting.mos
| | | | | | | | 
| * | | | | | | commit 0009dfa139660671b84dce96abf3ed4ff3d8b1c2
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 10:40:01 2015 +0200
| | | | | | | | 
| | | | | | | |     Use the new paths for the model testing scripts
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/hpcom/ModelTestingDefaults.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos
| | | | | | | | M	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos
| | | | | | | | M	simulation/libraries/common/ModelTesting.mos
| | | | | | | | 
| * | | | | | | commit 5c9cc5de390138fcbe1b18832c769e99a5637b9e
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 10:26:39 2015 +0200
| | | | | | | | 
| | | | | | | |     Do not add the inst tests
| | | | | | | |     
| | | | | | | |     checkModel is enough to test the exercises
| | | | | | | | 
| | | | | | | | M	flattening/libraries/3rdParty/Exercises/Makefile
| | | | | | | | 
| * | | | | | | commit 8171bdfecd64769871a314b9d9835f67daab8f35
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 10:25:55 2015 +0200
| | | | | | | | 
| | | | | | | |     Add missing SiemensPower test
| | | | | | | | 
| | | | | | | | A	flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos
| | | | | | | | 
| * | | | | | | commit 36b2fae6eac17c8765713b824e4d2d6f6c2fb1e1
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 10:19:14 2015 +0200
| | | | | | | | 
| | | | | | | |     Add SiemensPower reference file
| | | | | | | | 
| | | | | | | | A	ReferenceFiles/SiemensPower/wall_test.mat.xz
| | | | | | | | M	simulation/libraries/3rdParty/siemens/testSolidComponents.mos
| | | | | | | | M	simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos
| | | | | | | | 
| * | | | | | | commit 4ade77936cb496470c1518aa4f7e890f5c94048d
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 10:09:53 2015 +0200
| | | | | | | | 
| | | | | | | |     Update SiemensPower tests to use the packaged library
| | | | | | | | 
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Components/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/library/intH2O.h
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Media/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Area.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Density.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Length.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Mass.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Pressure.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Temperature.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Volume.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Units/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPower/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/Smoothing.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/TimeTable.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSinkP.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSource.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSourceP.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/PrescribedHeatFlow.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSink.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSourceMH.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSourceWithSetPressure.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/FlueGasZoneSingleTube.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/ParallelFlowEvaporator.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/paralleFlowEVA_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/SplitterMixer.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/tube_ownMedia_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tube.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/TubeOwnMedia.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/TubeWithoutWall.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Fins.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Wall.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/WallWithTension.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Walllayer.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/valve_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Valve.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/ParallelFlowEvaporator.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/paralleFlowEVA_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/package.bak-mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portGasIn.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portGasOut.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portHeat.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/SplitterMixer.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/package.bak-mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/MixtureGasNasa/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/MixtureGasNasa/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/Index.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/T_rhoh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/rho_ph_dpdh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph_dh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_T_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_drhodh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_drhodp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_rho_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2h.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2p.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2ph.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_dh.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_dp.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/Tube.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/TubeWithoutWall.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/package.bak-mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/BaseTube.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/PartialTwoPortIsenthalpicTransport.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/NusseltNumber_der.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber_der.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/lambdaFin.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/lambdaFin_der.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/sqrtRegularized.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/sqrtRegularized_der.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/Escoa.bak-mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/HeatTransferBaseClass.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransferSinglePhase.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhase.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/PartialFriction.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/RoughnessFlow.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/FgzGeo.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/Fins.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/PipeGeo.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/PropertiesMetal.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/StressCoefficients.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/regularizationType.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/package.order
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/package.order
| | | | | | | | M	flattening/libraries/3rdParty/siemens/paralleFlowEVA_test.mos
| | | | | | | | M	flattening/libraries/3rdParty/siemens/translateFlueGasZones.mos
| | | | | | | | M	flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos
| | | | | | | | M	flattening/libraries/3rdParty/siemens/translateJunctions.mos
| | | | | | | | M	flattening/libraries/3rdParty/siemens/translatePipes.mos
| | | | | | | | M	flattening/libraries/3rdParty/siemens/valve_test.mos
| | | | | | | | M	simulation/libraries/3rdParty/siemens/Makefile
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Components/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/library/intH2O.h
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Media/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Area.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Density.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Length.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Mass.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Pressure.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Temperature.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Volume.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Units/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/package.mo
| | | | | | | | D	simulation/libraries/3rdParty/siemens/SiemensPower/package.mo
| | | | | | | | M	simulation/libraries/3rdParty/siemens/testSolidComponents.mos
| | | | | | | | 
| * | | | | | | commit 1d287176749f8aab3d64739687318228ea89aed9
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 09:42:27 2015 +0200
| | | | | | | | 
| | | | | | | |     Use SiemensPower from the libraries
| | | | | | | | 
| | | | | | | | M	flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/Smoothing.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/TimeTable.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/PrescribedHeatFlow.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSink.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSourceMH.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/TubeWithoutWall.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/tube_test.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tube.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/TubeWithoutWall.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Wall.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Walllayer.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Documents/SiemensModelicaLicense2.html
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/portHeat.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/BaseTube.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/linearInterpolation.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhaseOverall.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/PartialHeatTransfer.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/OverallFlow.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFriction.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PipeGeo.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PropertiesMetal.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/package.mo
| | | | | | | | D	flattening/libraries/3rdParty/SiemensPower/SiemensPower/package.mo
| | | | | | | | 
| * | | | | | | commit 6f15357c6e8d47f53e391102a6c176179a5372c0
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 07:38:36 2015 +0200
| | | | | | | | 
| | | | | | | |     Add the small reference graphs used and compared
| | | | | | | | 
| | | | | | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | | | | | A	simulation/modelica/hpcom/ReferenceGraphs/ElectricalCircuit_TaskGraphODE.graphml
| | | | | | | | A	simulation/modelica/hpcom/ReferenceGraphs/MergingExample_TaskGraphODE.graphml
| | | | | | | | A	simulation/modelica/hpcom/ReferenceGraphs/SimpleResistor_TaskGraphODE.graphml
| | | | | | | | 
| * | | | | | | commit 268a0405d3bb8d8a55bcc0eadb099cf09ac270ac
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 19 07:34:30 2015 +0200
| | | | | | | | 
| | | | | | | |     Use same stopTime as reference file
| | | | | | | | 
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | 
| * | | | | | | commit 6a8642c01e7fc52f0298d1c75fa6de58fd612ba6
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 18 22:11:06 2015 +0200
| | | | | | | | 
| | | | | | | |     diffSimulationResults changed back to two outputs
| | | | | | | | 
| | | | | | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | | | | | M	simulation/libraries/common/ModelTesting.mos
| | | | | | | | M	simulation/modelica/built_in_functions/Compare.mos
| | | | | | | | 
| * | | | | | | commit 77b04d02302c92d2e42a3812ceb82d68495e0e25
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 18 21:22:32 2015 +0200
| | | | | | | | 
| | | | | | | |     Add MSL 3.1 version of reference files
| | | | | | | | 
| | | | | | | | A	ReferenceFiles/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat.xz
| | | | | | | | A	ReferenceFiles/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mat.xz
| | | | | | | | A	ReferenceFiles/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat.xz
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | | | | 
| * | | | | | | commit e90e180cee31ad569cab3579f5f2ab4416642af4
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 18 20:56:31 2015 +0200
| | | | | | | | 
| | | | | | | |     Update C++ tests using the ModelTesting scripts
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | | | | 
| * | | | | | | commit 73d0a3c99258ac68e98b621cfd446c01eefa091e
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 18 16:37:52 2015 +0200
| | | | | | | | 
| | | | | | | |     Add reference file for 4-bit adder
| | | | | | | | 
| | | | | | | | A	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mat.xz
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | | | | | 
| * | | | | | | commit 5f9e4651a6dee4951bab499ef5b5dd88b07e7714
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 18 16:01:33 2015 +0200
| | | | | | | | 
| | | | | | | |     Add reference for ChuaCircuit (2500 intervals)
| | | | | | | | 
| | | | | | | | A	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat.xz
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | | | | | 
| * | | | | | | commit f9fa9461e73489ba6732f2160bf35e295f8425b2
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 18 15:47:01 2015 +0200
| | | | | | | | 
| | | | | | | |     Fixes for SMEE_Rectifier
| | | | | | | |     - Use the original reference file, filtered for the expected variables
| | | | | | | |       as well as as reduced number of intervals (=1500)
| | | | | | | |     - Add support for diffSimulationResults in ModelTesting.mos
| | | | | | | |       - Use diffSimulationResults for SMEE_Rectifier
| | | | | | | |       - Change SMEE_Rectifier to verified results
| | | | | | | | 
| | | | | | | | A	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mat.xz
| | | | | | | | M	simulation/libraries/common/ModelTesting.mo
| | | | | | | | M	simulation/libraries/common/ModelTesting.mos
| | | | | | | | M	simulation/libraries/common/ModelTestingDefaults.mos
| | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos
| | | | | | | |   
| * | | | | | |   commit c5ab20cbdda48e1aefdd8a122898e347bb19f714
| |\ \ \ \ \ \ \  Merge: ff0fc923d0 487b497182
| | | | | | | | | Author: Martin Sjölund 
| | | | | | | | | Date:   Mon May 18 14:35:22 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Merge pull request #8 from lochel/jacobian-warning
| | | | | | | | |     
| | | | | | | | |     Update expected output
| | | | | | | | | 
| | * | | | | | | commit 487b49718252775d609b028150e060b85c561a36
| | | | | | | | | Author: Lennart Ochel 
| | | | | | | | | Date:   Mon May 18 14:21:40 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Update expected output
| | | | | | | | | 
| | | | | | | | | M	openmodelica/cruntime/optimization/basic/TT.mos
| | | | | | | | | M	openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos
| | | | | | | | | M	openmodelica/cruntime/optimization/basic/staticOP.mos
| | | | | | | | | M	openmodelica/cruntime/optimization/basic/testDerInput.mos
| | | | | | | | | M	openmodelica/linearization/testknownvar.mos
| | | | | | | | | M	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos
| | | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | | | | | | M	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | | | | | | | | M	simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos
| | | | | | | | | M	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | | | | | | | | M	simulation/modelica/asserts/TestAssert.mos
| | | | | | | | | M	simulation/modelica/built_in_functions/SemiLinear.mos
| | | | | | | | | M	simulation/modelica/connectors/Tank.mos
| | | | | | | | | M	simulation/modelica/equations/WhenEquation1.mos
| | | | | | | | | M	simulation/modelica/equations/deriveToLog.mos
| | | | | | | | | M	simulation/modelica/events/EventTests3.mos
| | | | | | | | | M	simulation/modelica/events/bug2718.mos
| | | | | | | | | M	simulation/modelica/events/bug2752.mos
| | | | | | | | | M	simulation/modelica/external_functions/TestRoots.mos
| | | | | | | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | | | | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | | | | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | | | | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | | | | | | M	simulation/modelica/initialization/bug_2263.mos
| | | | | | | | | M	simulation/modelica/initialization/discreteTest05.mos
| | | | | | | | | M	simulation/modelica/initialization/discreteTest06.mos
| | | | | | | | | M	simulation/modelica/initialization/startValue.mos
| | | | | | | | | M	simulation/modelica/linear_system/MissV.mos
| | | | | | | | | M	simulation/modelica/linear_system/constantStates.mos
| | | | | | | | | M	simulation/modelica/msl22/simulation2.mos
| | | | | | | | | M	simulation/modelica/nonlinear_system/nonlinearMixed.mos
| | | | | | | | | M	simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos
| | | | | | | | | M	simulation/modelica/nonlinear_system/problem2.mos
| | | | | | | | | M	simulation/modelica/nonlinear_system/problem2_newton.mos
| | | | | | | | | M	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | | | | | | | | M	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | | | | | | | | M	simulation/modelica/others/Bug1987.mos
| | | | | | | | | M	simulation/modelica/others/Bug2833.mos
| | | | | | | | | M	simulation/modelica/others/BugTest1830.mos
| | | | | | | | | M	simulation/modelica/others/TestNormVar.mos
| | | | | | | | | M	simulation/modelica/others/TestSolve.mos
| | | | | | | | | M	simulation/modelica/others/WhenStatement4.mos
| | | | | | | | | M	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | | | | | | | | 
| * | | | | | | | commit ff0fc923d0be65df38f799e0984e246e2e1596f5
| | | | | | | | | Author: Martin Sjölund 
| | | | | | | | | Date:   Mon May 18 14:28:11 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Expected output
| | | | | | | | | 
| | | | | | | | | M	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | | | | | | | | M	simulation/modelica/built_in_functions/Compare.mos
| | | | | | | | | 
| * | | | | | | | commit 710c86d07a5ba00fc9d20f973cd2d81b7b235564
| | | | | | | | | Author: Martin Sjölund 
| | | | | | | | | Date:   Mon May 18 11:07:10 2015 +0200
| | | | | | | | | 
| | | | | | | | |     Add -nodelete option to rtest, for debugging
| | | | | | | | | 
| | | | | | | | | M	rtest
| | | | | | | | | 
| * | | | | | | | commit 8064091bd5a026e002ddf043935eaf33af189fad
| |/ / / / / / /  Author: Martin Sjölund 
| | | | | | | |   Date:   Mon May 18 10:59:00 2015 +0200
| | | | | | | |   
| | | | | | | |       Use the MSL 3.1 reference for CharacteristicThyristors
| | | | | | | |   
| | | | | | | |   A	ReferenceFiles/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat.xz
| | | | | | | |   M	simulation/libraries/common/ModelTesting.mos
| | | | | | | |   M	simulation/libraries/common/ModelTestingDefaults.mos
| | | | | | | |   M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | | | | | 
| * | | | | | | commit 7e98375202a218ca45a5c3f4f4409cab4865d274
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Wed May 13 16:16:50 2015 +0200
| | | | | | | | 
| | | | | | | |     Expected output
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | | | | 
| * | | | | | | commit 3a9c67069c7e64efe795773fab8798953f05b110
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 12 17:23:49 2015 +0200
| | | | | | | | 
| | | | | | | |     Add absolute path to compiler sources
| | | | | | | | 
| | | | | | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | | | | | M	openmodelica/bootstrapping/SusanTest.mos
| | | | | | | | M	rtest
| | | | | | | | 
| * | | | | | | commit 6ca92683a2879533ee358a105009baa7558b7fd7
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 12 14:32:37 2015 +0200
| | | | | | | | 
| | | | | | | |     Update expected results
| | | | | | | | 
| | | | | | | | M	openmodelica/interactive-API/interactive_api_annotations.mos
| | | | | | | | 
| * | | | | | | commit 7f4a2353ab862a76937b4d3bdc8ed1348c05108f
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 12 14:31:38 2015 +0200
| | | | | | | | 
| | | | | | | |     Add AIMC_withLosses reference file
| | | | | | | | 
| | | | | | | | A	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mat.xz
| | | | | | | | 
| * | | | | | | commit 4c1eca32213a3e5a441d0c0405ef629ceb91eb64
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 12 13:40:47 2015 +0200
| | | | | | | | 
| | | | | | | |     Use the model testing script
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | | | | | 
| * | | | | | | commit 0bb8a1f250cb506939499ab496e5906c43ab00e5
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 12 13:32:28 2015 +0200
| | | | | | | | 
| | | | | | | |     Model testing script now works better in non-standard directories
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/ModelTestingDefaults.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | | | | | M	rtest
| | | | | | | | M	simulation/libraries/common/ModelTestingDefaults.mos
| | | | | | | | 
| * | | | | | | commit fca40b3cc5c0a35b3b14f0a7845591b7df448c6f
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 12 12:43:42 2015 +0200
| | | | | | | | 
| | | | | | | |     Update paths to reference files
| | | | | | | | 
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.Filter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.MoistAir.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | | | | | M	openmodelica/cppruntime/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | | | | | 
| * | | | | | | commit e5d820d269018c706917e0227ae8bd568cc2744b
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 12 11:45:09 2015 +0200
| | | | | | | | 
| | | | | | | |     Update the model testing script to handle MSL 3.1
| | | | | | | |     - Changed some MSL 3.1 simulation tests to use the model testing script
| | | | | | | | 
| | | | | | | | M	simulation/libraries/common/ModelTesting.mos
| | | | | | | | M	simulation/libraries/common/ModelTestingDefaults.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | | | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | | | | | 
| * | | | | | | commit 3ffa3287e41398f94f24077417eeab77b8e01ff1
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Tue May 12 09:18:24 2015 +0200
| | | | | | | | 
| | | | | | | |     Add the HumMod tests
| | | | | | | | 
| | | | | | | | M	Makefile
| | | | | | | | A	simulation/libraries/3rdParty/HumMod/HumModTest_OMC_total.mo
| | | | | | | | A	simulation/libraries/3rdParty/HumMod/Makefile
| | | | | | | | A	simulation/libraries/3rdParty/HumMod/README.md
| | | | | | | | A	simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos
| | | | | | | | A	simulation/libraries/3rdParty/HumMod/checkHumModOMC.mos
| | | | | | | | 
| * | | | | | | commit d52e6f7cdacf59c8d91093cbf3ab9777b8f3adb4
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 11 21:04:08 2015 +0200
| | | | | | | | 
| | | | | | | |     Update reference files for hpcom
| | | | | | | |     - Re-added files unique for hpcom
| | | | | | | |     - Other tests use MSL 3.2.1 reference files
| | | | | | | | 
| | | | | | | | A	ReferenceFiles/hpcom/BouncingBall.mat.xz
| | | | | | | | A	ReferenceFiles/hpcom/ElectricalCircuit.mat.xz
| | | | | | | | A	ReferenceFiles/hpcom/EngineCylinder.mat.xz
| | | | | | | | A	ReferenceFiles/hpcom/MergingExample.mat.xz
| | | | | | | | A	ReferenceFiles/hpcom/SimpleResistor.mat.xz
| | | | | | | | M	simulation/modelica/hpcom/BouncingBall.mos
| | | | | | | | M	simulation/modelica/hpcom/ElectricalCircuit.mos
| | | | | | | | M	simulation/modelica/hpcom/EngineCylinder.mos
| | | | | | | | M	simulation/modelica/hpcom/MergingExample.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | | | M	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | | | | | | | M	simulation/modelica/hpcom/SimpleResistor.mos
| | | | | | | | 
| * | | | | | | commit c5ab021ff880a8cb5dffb75c5f3d1623cbe1b14b
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 11 19:59:13 2015 +0200
| | | | | | | | 
| | | | | | | |     Update ThermoPower tests
| | | | | | | | 
| | | | | | | | M	simulation/libraries/3rdParty/ThermoPower/Makefile
| | | | | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | | | | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | | | | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | | | | | | | D	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phC.mos
| | | | | | | | A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos
| | | | | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | | | | | | | D	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mo
| | | | | | | | M	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos
| | | | | | | | 
| * | | | | | | commit 2f9ab571848dadd199396a944b1879ca5c3fcacb
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 11 18:27:11 2015 +0200
| | | | | | | | 
| | | | | | | |     Expected output
| | | | | | | | 
| | | | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | | | | 
| * | | | | | | commit 6a9078e98e1b0f5ccccff2ff3d25ef820f53c803
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 11 18:26:39 2015 +0200
| | | | | | | | 
| | | | | | | |     Fix Java tests
| | | | | | | | 
| | | | | | | | M	openmodelica/java/Makefile
| | | | | | | | 
| * | | | | | | commit 13e820f24f8af1f452d44a6f5db7f3da6c2d6ccd
| | | | | | | | Author: Lennart Ochel 
| | | | | | | | Date:   Sat May 9 12:59:49 2015 +0200
| | | | | | | | 
| | | | | | | |     Update debug dumps
| | | | | | | |     - Replaced large models with dummy models
| | | | | | | |     - Restore filtered out tests
| | | | | | | |     - Update expected output
| | | | | | | |     - Deactivate tests that dump time stamps
| | | | | | | | 
| | | | | | | | M	openmodelica/debugDumps/Makefile
| | | | | | | | M	openmodelica/debugDumps/backenddaeinfo.mos
| | | | | | | | A	openmodelica/debugDumps/bltdump.mos
| | | | | | | | M	openmodelica/debugDumps/dumpConstrepl.mos
| | | | | | | | M	openmodelica/debugDumps/dumpEArepl.mos
| | | | | | | | A	openmodelica/debugDumps/dumpEncapsulateConditions.mos
| | | | | | | | M	openmodelica/debugDumps/dumpSparsePattern.mos
| | | | | | | | M	openmodelica/debugDumps/dumpSparsePatternVerbose.mos
| | | | | | | | M	openmodelica/debugDumps/dumpTransformedModelica.mos
| | | | | | | | A	openmodelica/debugDumps/dumpdaelow.mos
| | | | | | | | M	openmodelica/debugDumps/dumpeqninorder.mos
| | | | | | | | A	openmodelica/debugDumps/dumpindxdae.mos
| | | | | | | | A	openmodelica/debugDumps/dumpinitialsystem.mos
| | | | | | | | M	openmodelica/debugDumps/dumpoptinit.mos
| | | | | | | | M	openmodelica/debugDumps/dumprepl.mos
| | | | | | | | M	openmodelica/debugDumps/lateInline.mos
| | | | | | | | M	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | | | | | | | M	openmodelica/debugDumps/optdaedump.mos
| | | | | | | | M	openmodelica/debugDumps/paramdlowdump.mos
| | | | | | | | M	openmodelica/debugDumps/stateselection.mos
| | | | | | | | M	openmodelica/debugDumps/symjacdump.mos
| | | | | | | | M	openmodelica/debugDumps/symjacdumpverbose.mos
| | | | | | | | M	simulation/modelica/commonSubExp/cse1.mos
| | | | | | | | M	simulation/modelica/commonSubExp/cse2.mos
| | | | | | | | M	simulation/modelica/commonSubExp/cse3.mos
| | | | | | | | M	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | | | | | | | M	simulation/modelica/equations/IfEquationUnbalanced.mos
| | | | | | | | M	simulation/modelica/functions_eval/functionTest4.mos
| | | | | | | | M	simulation/modelica/functions_eval/functionTest5.mos
| | | | | | | | M	simulation/modelica/functions_eval/functionTest7.mos
| | | | | | | | M	simulation/modelica/indexreduction/PantelidesSingular.mos
| | | | | | | | M	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | | | | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | | | | | | | M	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | | | | | | | M	simulation/modelica/initialization/autoFixed.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest1.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest2.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest3.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest4.mos
| | | | | | | | M	simulation/modelica/initialization/underdeterminedTest6.mos
| | | | | | | | M	simulation/modelica/nonlinear_system/nonlinearDelayTest.mos
| | | | | | | | M	simulation/modelica/others/ParameterCycle.mos
| | | | | | | | M	simulation/modelica/others/TestNormVar.mos
| | | | | | | | M	simulation/modelica/start_value_selection/MinimalModel.mos
| | | | | | | | M	simulation/modelica/start_value_selection/asmaFlow.mos
| | | | | | | | M	simulation/modelica/synchronous/SamplingWithClocks.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | | | | | | | M	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | | | | | | | M	simulation/modelica/synchronous/subSample.mos
| | | | | | | | 
| * | | | | | | commit b09aaee0f03d20e0b9c56b7992e6aa2af9901783
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 11 14:46:56 2015 +0200
| | | | | | | | 
| | | | | | | |     Add filtered reference files for resolveLoops
| | | | | | | | 
| | | | | | | | A	ReferenceFiles/resolveLoops/ElectricalCircuit1.mat.xz
| | | | | | | | A	ReferenceFiles/resolveLoops/ElectricalCircuit2.mat.xz
| | | | | | | | A	ReferenceFiles/resolveLoops/ElectricalCircuit3.mat.xz
| | | | | | | | A	ReferenceFiles/resolveLoops/ElectricalCircuit4.mat.xz
| | | | | | | | A	ReferenceFiles/resolveLoops/ElectricalCircuit5.mat.xz
| | | | | | | | A	ReferenceFiles/resolveLoops/ElectricalCircuit6.mat.xz
| | | | | | | | A	ReferenceFiles/resolveLoops/Pendulum2.mat.xz
| | | | | | | | A	ReferenceFiles/resolveLoops/Pendulum3.mat.xz
| | | | | | | | M	simulation/modelica/resolveLoops/AmplifierWithOpAmpDetailed.mos
| | | | | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | | | | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | | | | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | | | | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | | | | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | | | | | | | M	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | | | | | | | M	simulation/modelica/resolveLoops/NPendulum2.mos
| | | | | | | | M	simulation/modelica/resolveLoops/NPendulum3.mos
| | | | | | | | 
| * | | | | | | commit 20f29ce04d10db68efb5e6f08a962757d40004e6
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 11 14:32:06 2015 +0200
| | | | | | | | 
| | | | | | | |     Remove test identical to the MSL test
| | | | | | | | 
| | | | | | | | D	simulation/modelica/resolveLoops/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | | | | | 
| * | | | | | | commit 19beba6c87e545ec40ffcd91e9267500fe6d684a
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Mon May 11 14:27:21 2015 +0200
| | | | | | | | 
| | | | | | | |     Remove unused test ComparisonQuasiStationary2
| | | | | | | | 
| | | | | | | | D	simulation/modelica/resolveLoops/ComparisonQuasiStationary2.mo
| | | | | | | | D	simulation/modelica/resolveLoops/ComparisonQuasiStationary2.mos
| | | | | | | | 
| * | | | | | | commit 7653919304a0d0cceee006af6d241ccfe100df72
| | |_|_|/ / /  Author: Martin Sjölund 
| |/| | | | |   Date:   Mon May 11 14:19:58 2015 +0200
| | | | | | |   
| | | | | | |       Do not instantiate PlanarMechanics
| | | | | | |   
| | | | | | |   M	flattening/libraries/3rdParty/PlanarMechanics/Makefile
| | | | | | | 
| * | | | | | commit 1cc7d081d7e4384372604f6ef3c476d72005e8b6
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Thu May 7 20:29:38 2015 +0200
| | | | | | | 
| | | | | | |     Add PlanarMechanics minimal reference files
| | | | | | | 
| | | | | | | A	ReferenceFiles/PlanarMechanics/ControlledCraneCrab.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/CounterSpin.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/CraneCrab.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/DoublePendulum.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/FreeBody.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/InvertedCraneCrab.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/KinematicLoop.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/Pendulum.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/PistonEngine.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/SimpleCarWithDifferentialGear.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/SingleTrackWithEngine.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/TestDryFrictionWheel.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/TestIdealWheel.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/TestSlipBasedWheel.mat.xz
| | | | | | | A	ReferenceFiles/PlanarMechanics/WheelBasedCranCrab.mat.xz
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos
| | | | | | | M	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos
| | | | | | | 
| * | | | | | commit 33ed58aaeb839f1b1e03df4943566018ab844440
| | |/ / / /  Author: Martin Sjölund 
| |/| | | |   Date:   Thu May 7 18:36:19 2015 +0200
| | | | | |   
| | | | | |       Additional example for filtering reference files
| | | | | |   
| | | | | |   M	ReferenceFiles/README.md
| | | | | |   
| * | | | |   commit 805d90b2266571bb295e35677b14b403041e001b
| |\ \ \ \ \  Merge: 7e14015da9 7f652c3d7f
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Thu May 7 13:01:22 2015 +0200
| | | | | | | 
| | | | | | |     Merge pull request #5 from mflehmig/master
| | | | | | |     
| | | | | | |     - Added 'ReferenceFiles' to clean rule in Makefiles where needed.
| | | | | | | 
| | * | | | | commit 7f652c3d7fdd3e23bdd2ecd35b1c0f118b77fb9a
| | | | | | | Author: mflehmig 
| | | | | | | Date:   Thu May 7 12:40:55 2015 +0200
| | | | | | | 
| | | | | | |     - Added 'ReferenceFiles' to clean rule in Makefiles where needed.
| | | | | | | 
| | | | | | | M	Makefile
| | | | | | | M	openmodelica/cruntime/optimization/basic/Makefile
| | | | | | | M	openmodelica/cruntime/optimization/benchmark/Makefile
| | | | | | | M	openmodelica/typed-API/Makefile
| | | | | | | M	simulation/libraries/3rdParty/DrModelica/Makefile
| | | | | | | M	simulation/libraries/3rdParty/GitLibraries/Makefile
| | | | | | | M	simulation/libraries/3rdParty/TestMediaFrancesco/Makefile
| | | | | | | M	simulation/modelica/arrays/Makefile
| | | | | | | M	simulation/modelica/commonSubExp/Makefile
| | | | | | | M	simulation/modelica/linear_system/Makefile
| | | | | | | 
| * | | | | | commit 7e14015da9422b9896cbc877eceab6a65bd42555
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Thu May 7 12:59:27 2015 +0200
| | | | | | | 
| | | | | | |     Add ThermoSysPro reference files
| | | | | | | 
| | | | | | | A	ReferenceFiles/README.md
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat.xz
| | | | | | | A	ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat.xz
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | | | | | | M	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos
| | | | | | | 
| * | | | | | commit b4129e37a7cd1aa48cf9e00dc04d0d1020d3345a
| |\| | | | | Merge: 5f0cfbfe2a d4080259f8
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Thu May 7 10:58:16 2015 +0200
| | | | | | | 
| | | | | | |     Merge pull request #4 from mflehmig/master
| | | | | | |     
| | | | | | |     - fixed typo.
| | | | | | | 
| | * | | | | commit d4080259f8f1833a7ac5049d11f2dc1a5c484c33
| |/ / / / /  Author: mflehmig 
| | | | | |   Date:   Thu May 7 10:54:10 2015 +0200
| | | | | |   
| | | | | |       - fixed typo.
| | | | | |   
| | | | | |   M	Makefile
| | | | | | 
| * | | | | commit 5f0cfbfe2a6deaf1c5ce9c0826a6d053042b5c48
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Thu May 7 08:17:53 2015 +0200
| | | | | | 
| | | | | |     Add reference files for solver tests
| | | | | | 
| | | | | | A	ReferenceFiles/solver/testSolver.problem1.mat.xz
| | | | | | A	ReferenceFiles/solver/testSolver.problem2.mat.xz
| | | | | | M	simulation/modelica/solver/problem1-dasslsteps.mos
| | | | | | M	simulation/modelica/solver/problem1-lobatto2.mos
| | | | | | M	simulation/modelica/solver/problem1-lobatto4.mos
| | | | | | M	simulation/modelica/solver/problem1-lobatto6.mos
| | | | | | M	simulation/modelica/solver/problem1-radau1.mos
| | | | | | M	simulation/modelica/solver/problem1-radau3.mos
| | | | | | M	simulation/modelica/solver/problem1-radau5.mos
| | | | | | M	simulation/modelica/solver/problem1-symEuler.mos
| | | | | | M	simulation/modelica/solver/problem2-dasslsteps.mos
| | | | | | M	simulation/modelica/solver/problem2-lobatto2.mos
| | | | | | M	simulation/modelica/solver/problem2-lobatto4.mos
| | | | | | M	simulation/modelica/solver/problem2-lobatto6.mos
| | | | | | M	simulation/modelica/solver/problem2-radau1.mos
| | | | | | M	simulation/modelica/solver/problem2-radau3.mos
| | | | | | M	simulation/modelica/solver/problem2-radau5.mos
| | | | | | M	simulation/modelica/solver/problem2-symEuler.mos
| | | | | |   
| * | | | |   commit b96b56304180207c530dd095672e9ce0b2f90123
| |\ \ \ \ \  Merge: c6c4757849 96ed92df1f
| | | | | | | Author: Martin Sjölund 
| | | | | | | Date:   Wed May 6 16:03:33 2015 +0200
| | | | | | | 
| | | | | | |     Merge pull request #3 from vruge/master
| | | | | | |     
| | | | | | |     fixed symEuler
| | | | | | | 
| | * | | | | commit 96ed92df1f96e4f9c9a29fe0e25d80b712f21b41
| |/ / / / /  Author: Vitalij Ruge 
| | | | | |   Date:   Wed May 6 15:52:46 2015 +0200
| | | | | |   
| | | | | |       fixed symEuler
| | | | | |   
| | | | | |   M	simulation/modelica/solver/problem1-symEuler.mos
| | | | | |   M	simulation/modelica/solver/problem2-symEuler.mos
| | | | | |   M	simulation/modelica/solver/problem3-symEuler.mos
| | | | | | 
| * | | | | commit c6c4757849a2d1aa1e6a833aba47f6c34709f04b
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed May 6 11:36:51 2015 +0200
| | | | | | 
| | | | | |     Add missing file to convert .mat.xz to .mat
| | | | | | 
| | | | | | M	.gitignore
| | | | | | A	ReferenceFiles/Makefile
| | | | | | 
| * | | | | commit 2a29996462d5ef7439dffbf31de974939ec4ceef
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed May 6 11:24:28 2015 +0200
| | | | | | 
| | | | | |     Reference file updates
| | | | | |     
| | | | | |     MSL 3.1 tests to use the 3.2.x reference files as a starting point
| | | | | |     
| | | | | |     Add a make target to decompress xz reference files to simplify creating
| | | | | |     test cases that do not use the more advanced library testing scripts.
| | | | | | 
| | | | | | M	Makefile
| | | | | | M	partest/runtests.pl
| | | | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.PID_Controller.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.NandGate.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Adder4.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_YD.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMS_Start.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCEE_Start.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCPM_Start.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | | | | | M	simulation/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos
| | | | | | M	simulation/libraries/msl31/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | | | | | M	simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample.mos
| | | | | | M	simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | | | | | M	simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | | | | | M	simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | | | | | M	simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowExceptions.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | | | | | M	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | | | | | M	simulation/libraries/msl31/RectifierOM.mos
| | | | | | M	simulation/libraries/msl31/ThyrGTO.mos
| | | | | | 
| * | | | | commit 77d2e58848584c0d09af5cd5202dd06b4ed509d2
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed May 6 08:18:33 2015 +0200
| | | | | | 
| | | | | |     Compile omc-diff with optimization flags
| | | | | | 
| | | | | | M	difftool/Makefile
| | | | | | 
| * | | | | commit 3d07c1eeb7e17350fd04804a1d49a32c05bc1538
| | |/ / /  Author: Martin Sjölund 
| |/| | |   Date:   Tue May 5 22:02:29 2015 +0200
| | | | |   
| | | | |       Add gitignore
| | | | |   
| | | | |   A	.gitignore
| | | | |   
| * | | |   commit cdb6054594617714f3804617f17e7f5729b5e8b5
| |\ \ \ \  Merge: ae6d4acb1b 6720111947
| | |/ / /  Author: Martin Sjölund 
| |/| | |   Date:   Tue May 5 11:15:53 2015 +0200
| | | | |   
| | | | |       Merge pull request #2 from vruge/master
| | | | |       
| | | | |       update test
| | | | | 
| | * | | commit 6720111947a6b447b4b46b6736447b7402582a9f
| |/ / /  Author: Vitalij Ruge 
| | | |   Date:   Tue May 5 10:52:20 2015 +0200
| | | |   
| | | |       simplify test, which test no converge
| | | |   
| | | |   M	openmodelica/cruntime/optimization/basic/TFC5.mos
| | | | 
| * | | commit ae6d4acb1b2fb5e4a97f1ea09418782e520bc70a
| | | | Author: Rüdiger Franke 
| | | | Date:   Mon May 4 23:00:33 2015 +0200
| | | | 
| | | |     update -cppruntime tests
| | | |     
| | | |     use VerifiedSimulation to suppress verbose solver logs
| | | | 
| | | | M	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Interaction1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter3.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | | | M	simulation/libraries/msl32_cpp/Modelica.Utilities.Examples.readRealParameterModel.mos
| | | | 
| * | | commit 77feb896e6b7453c94da6286af238887dfb07f7a
| | | | Author: Martin Sjölund 
| | | | Date:   Mon May 4 18:53:12 2015 +0200
| | | | 
| | | |     Fix paths in bootstrapping tests
| | | | 
| | | | M	openmodelica/bootstrapping/GraphTest.mos
| | | | M	openmodelica/bootstrapping/SusanTest.mos
| | | | M	openmodelica/bootstrapping/System.mos
| | | | M	openmodelica/bootstrapping/UtilTest.mos
| | | | 
| * | | commit 162277d8552c6154333befdf5872624eb519e0f7
| | | | Author: Martin Sjölund 
| | | | Date:   Mon May 4 18:08:22 2015 +0200
| | | | 
| | | |     Moved the MSL 3.2.x reference files to the root
| | | | 
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BooleanNetwork1.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BusUsage.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.BusUsage.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.Filter.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.Filter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.FilterWithDifferentiation.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.FilterWithRiseTime.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.IntegerNetwork1.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.Interaction1.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.Interaction1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.InverseModel.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.InverseModel.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.LogicalNetwork1.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.PID_Controller.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.PID_Controller.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.RealNetwork1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat.xz	ReferenceFiles/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat.xz	ReferenceFiles/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CompareTransformers.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingResistor.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.NandGate.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.Rectifier.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Adder4.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.Adder4.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.BUF3S.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Counter.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.Counter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Counter3.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.Counter3.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREG.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGL.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGSRL.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREG.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGL.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGSRH.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGSRL.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.FlipFlop.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.FullAdder.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.HalfAdder.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.INV3S.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.INV3S.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.MUX2x1.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Multiplexer.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.NRXFER.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.NXFER.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.NXFER.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.RAM.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.RAM.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.VectorDelay.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.WiredX.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.WiredX.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TestSensors.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.FourInverters.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Graetz.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Inverter.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Nand.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Nand.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Nor.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Nor.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Oscillator.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mat.xz	ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.BranchingDynamicPipes.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.HeatingSystem.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.HeatingSystem.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.InverseParameterization.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.InverseParameterization.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.PumpingSystem.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.PumpingSystem.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.ThreeTanks.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat.xz	ReferenceFiles/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mat.xz	ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat.xz	ReferenceFiles/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Backlash.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.First.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.First.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Friction.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Accelerate.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Brake.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Brake.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Damper.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Damper.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.ElastoGap.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Friction.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.HeatLosses.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.InitialConditions.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Oscillator.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Sensors.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.SignConvention.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.WhyArrows.mat.xz	ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.IdealGasH2O.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.IdealGasH2O.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.MixtureGases.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.MixtureGases.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.MoistAir.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.MoistAir.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.R134a.R134a1.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.R134a.R134a1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.R134a.R134a2.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.R134a.R134a2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.DryAir1.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.DryAir2.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.MoistAir.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.MoistAir1.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.MoistAir2.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SimpleLiquidWater.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.SimpleLiquidWater.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.FlueGas.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.IdealGasN2.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.WaterIF97.mat.xz	ReferenceFiles/msl32/Modelica.Media.Examples.WaterIF97.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Incompressible.Examples.TestGlycol.mat.xz	ReferenceFiles/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ControlledTanks.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.ControlledTanks.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ExecutionPaths.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.FirstExample.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant2.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant3.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ShowCompositeStep.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ShowExceptions.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.ShowExceptions.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.Source.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.Utilities.Source.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.Tank.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.Utilities.Tank.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.TankController.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.Utilities.TankController.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.valve.mat.xz	ReferenceFiles/msl32/Modelica.StateGraph.Examples.Utilities.valve.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.Motor.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat.xz	ReferenceFiles/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/Modelica.Utilities.Examples.readRealParameterModel.mat.xz	ReferenceFiles/msl32/Modelica.Utilities.Examples.readRealParameterModel.mat.xz
| | | | R100	simulation/libraries/msl32/ReferenceFiles/README.txt	ReferenceFiles/msl32/README.txt
| | | | M	TODO-svn-merge.md
| | | | M	rtest
| | | | M	simulation/libraries/common/ModelTesting.mos
| | | | M	simulation/libraries/common/ModelTestingDefaults.mos
| | | | 
| * | | commit 9e0ccd5a99ddd3a094661acb9af523bdd5de7f95
| | | | Author: Martin Sjölund 
| | | | Date:   Mon May 4 17:47:24 2015 +0200
| | | | 
| | | |     Path to compiler sources changed
| | | | 
| | | | M	openmodelica/bootstrapping/LoadCompilerSources.mos
| | | | 
| * | | commit fd4bd2d15486c1604a56d36d6561c3abca28ad98
| | | | Author: Martin Sjölund 
| | | | Date:   Mon May 4 16:51:59 2015 +0200
| | | | 
| | | |     Document removed directories
| | | | 
| | | | M	Makefile
| | | | A	TODO-svn-merge.md
| | | | 
| * | | commit b190c2b8660e08ce6c2110c519be3e9ae3597ebc
|  / /  Author: Martin Sjölund 
| | |   Date:   Mon May 4 11:43:34 2015 +0200
| | |   
| | |       The OpenModelica testsuite
| | |       Based on: https://openmodelica.org/svn/OpenModelica/trunk/testsuite/@25901
| | |       Removed most files >1MB in size
| | |   
| | |   A	AVM/avm.xlsx
| | |   A	AVM/electrical/clean.cmd
| | |   A	AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | |   A	AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | |   A	AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | |   A	AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | |   A	AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | |   A	AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | |   A	AVM/fluid/clean.cmd
| | |   A	AVM/fluid/dym_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	AVM/fluid/dym_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | |   A	AVM/fluid/dym_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | |   A	AVM/fluid/dym_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	AVM/fluid/dym_simulate_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | |   A	AVM/fluid/dym_simulate_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | |   A	AVM/fluid/omc_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	AVM/fluid/omc_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | |   A	AVM/fluid/omc_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | |   A	AVM/fluid/omc_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	AVM/fluid/omc_simulate_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | |   A	AVM/fluid/omc_simulate_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | |   A	AVM/multibody/clean.cmd
| | |   A	AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | |   A	AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | |   A	AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | |   A	AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | |   A	AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | |   A	AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | |   A	AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | |   A	AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | |   A	AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | |   A	AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | |   A	AVM/performance-avm.txt
| | |   A	AVM/runAll.sh
| | |   A	CMakeLists.txt
| | |   A	Makefile
| | |   A	Makefile_sample.txt
| | |   A	README
| | |   A	TestSuiteUserGuide.docx
| | |   A	TestSuiteUserGuide.pdf
| | |   A	difftool/Makefile
| | |   A	difftool/omc-diff.l
| | |   A	fix-tests.sh
| | |   A	flattening/libraries/3rdParty/Buildings/DewPointTemperatureDerivativeCheck_amb.mo
| | |   A	flattening/libraries/3rdParty/Buildings/Makefile
| | |   A	flattening/libraries/3rdParty/Buildings/System2.mo
| | |   A	flattening/libraries/3rdParty/Exercises/1/Aufgabe1_1.mo
| | |   A	flattening/libraries/3rdParty/Exercises/1/Aufgabe1_2.mo
| | |   A	flattening/libraries/3rdParty/Exercises/1/Plot feedback.u1 und u2.mos
| | |   A	flattening/libraries/3rdParty/Exercises/1/Plot ramp.y und Jmotor.w.mos
| | |   A	flattening/libraries/3rdParty/Exercises/1/readme.txt
| | |   A	flattening/libraries/3rdParty/Exercises/2/Aufgabe2.mo
| | |   A	flattening/libraries/3rdParty/Exercises/2/Plot speeds.mos
| | |   A	flattening/libraries/3rdParty/Exercises/2/Plot tau = tau(phi_rel).mos
| | |   A	flattening/libraries/3rdParty/Exercises/2/readme.txt
| | |   A	flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot current2.mos
| | |   A	flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot current3.mos
| | |   A	flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot load.w, speedError2.mos
| | |   A	flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot load.w, speedError3.mos
| | |   A	flattening/libraries/3rdParty/Exercises/3/ServoSystem1/package.mo
| | |   A	flattening/libraries/3rdParty/Exercises/3/ServoSystem1/package.order
| | |   A	flattening/libraries/3rdParty/Exercises/3/readme.txt
| | |   A	flattening/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/Aufgabe4_4b.mos
| | |   A	flattening/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/plot current.mos
| | |   A	flattening/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/plot load.w, speedError.mos
| | |   A	flattening/libraries/3rdParty/Exercises/4/ServoSystem3/package.mo
| | |   A	flattening/libraries/3rdParty/Exercises/4/ServoSystem3/package.order
| | |   A	flattening/libraries/3rdParty/Exercises/4/readme.txt
| | |   A	flattening/libraries/3rdParty/Exercises/5/FourBar.mo
| | |   A	flattening/libraries/3rdParty/Exercises/5/loop.png
| | |   A	flattening/libraries/3rdParty/Exercises/5/readme.txt
| | |   A	flattening/libraries/3rdParty/Exercises/Makefile
| | |   A	flattening/libraries/3rdParty/Exercises/README.txt
| | |   A	flattening/libraries/3rdParty/Exercises/checkExercises.mos
| | |   A	flattening/libraries/3rdParty/PlanarMechanics/Makefile
| | |   A	flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo
| | |   A	flattening/libraries/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos
| | |   A	flattening/libraries/3rdParty/README.txt
| | |   A	flattening/libraries/3rdParty/SiemensPower/Makefile
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/Smoothing.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/TimeTable.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/PrescribedHeatFlow.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSink.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSourceMH.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/TubeWithoutWall.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/tube_test.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tube.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/TubeWithoutWall.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Wall.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Walllayer.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Documents/SiemensModelicaLicense2.html
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/portHeat.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/BaseTube.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/linearInterpolation.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhaseOverall.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/PartialHeatTransfer.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/OverallFlow.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFriction.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PipeGeo.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PropertiesMetal.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/package.mo
| | |   A	flattening/libraries/3rdParty/SiemensPower/SiemensPower/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/Makefile
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Components/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/library/intH2O.h
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Media/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Area.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Density.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Length.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Mass.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Pressure.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Temperature.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/Volume.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Units/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPower/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/Smoothing.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/TimeTable.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSinkP.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSource.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSourceP.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/PrescribedHeatFlow.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSink.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSourceMH.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSourceWithSetPressure.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/FlueGasZoneSingleTube.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/ParallelFlowEvaporator.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/paralleFlowEVA_test.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/SplitterMixer.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/tube_ownMedia_test.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tube.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/TubeOwnMedia.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/TubeWithoutWall.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Fins.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Wall.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/WallWithTension.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Walllayer.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/valve_test.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Valve.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/ParallelFlowEvaporator.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/paralleFlowEVA_test.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/package.bak-mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portGasIn.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portGasOut.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portHeat.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/SplitterMixer.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/package.bak-mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/MixtureGasNasa/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/MixtureGasNasa/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/Index.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/T_rhoh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/rho_ph_dpdh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph_dh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_T_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_drhodh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_drhodp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_rho_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2h.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2p.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2ph.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_dh.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_dp.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/Tube.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/TubeWithoutWall.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/package.bak-mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/BaseTube.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/PartialTwoPortIsenthalpicTransport.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/NusseltNumber_der.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber_der.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/lambdaFin.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/lambdaFin_der.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/sqrtRegularized.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/sqrtRegularized_der.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/Escoa.bak-mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/HeatTransferBaseClass.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransferSinglePhase.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhase.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/PartialFriction.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/RoughnessFlow.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/FgzGeo.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/Fins.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/PipeGeo.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/PropertiesMetal.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/StressCoefficients.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/regularizationType.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/package.order
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/package.mo
| | |   A	flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/package.order
| | |   A	flattening/libraries/3rdParty/siemens/paralleFlowEVA_test.mos
| | |   A	flattening/libraries/3rdParty/siemens/translateFlueGasZones.mos
| | |   A	flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos
| | |   A	flattening/libraries/3rdParty/siemens/translateJunctions.mos
| | |   A	flattening/libraries/3rdParty/siemens/translatePipes.mos
| | |   A	flattening/libraries/3rdParty/siemens/valve_test.mos
| | |   A	flattening/libraries/biochem/BiochemModels.mos
| | |   A	flattening/libraries/biochem/ContainerSimple.mo
| | |   A	flattening/libraries/biochem/ContainerTotal.mo
| | |   A	flattening/libraries/biochem/CytosolTotal.mo
| | |   A	flattening/libraries/biochem/EnzMM.mos
| | |   A	flattening/libraries/biochem/Glycolysis.mos
| | |   A	flattening/libraries/biochem/InsulinSignaling_Sedaghat.mos
| | |   A	flattening/libraries/biochem/Makefile
| | |   A	flattening/libraries/biochem/UniBi.mos
| | |   A	flattening/libraries/biochem/UniUni.mos
| | |   A	flattening/libraries/biochem/extra_cellularTotal.mo
| | |   A	flattening/modelica/algorithms-functions/Algorithm1.mo
| | |   A	flattening/modelica/algorithms-functions/Algorithm2.mo
| | |   A	flattening/modelica/algorithms-functions/Algorithm3.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmCondAssign1.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmCondAssign2.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmElseOpt.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmFor1.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmFor2.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmFor3.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmFor4.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmFor5.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmFor6.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmNoRetCall.mo
| | |   A	flattening/modelica/algorithms-functions/AlgorithmSection.mo
| | |   A	flattening/modelica/algorithms-functions/AssignmentErrorConstant.mo
| | |   A	flattening/modelica/algorithms-functions/AssignmentErrorInput.mo
| | |   A	flattening/modelica/algorithms-functions/AssignmentFunction.mo
| | |   A	flattening/modelica/algorithms-functions/AssignmentFunctionMultiple1.mo
| | |   A	flattening/modelica/algorithms-functions/AssignmentFunctionMultiple2.mo
| | |   A	flattening/modelica/algorithms-functions/AssignmentSimple.mo
| | |   A	flattening/modelica/algorithms-functions/AssignmentToInput.mo
| | |   A	flattening/modelica/algorithms-functions/Break.mo
| | |   A	flattening/modelica/algorithms-functions/ComponentFunctions.mo
| | |   A	flattening/modelica/algorithms-functions/ElementWiseMultiplication.mo
| | |   A	flattening/modelica/algorithms-functions/ErrorExternalAlgorithm.mo
| | |   A	flattening/modelica/algorithms-functions/EvalUnknownDim.mo
| | |   A	flattening/modelica/algorithms-functions/Faculty1.mo
| | |   A	flattening/modelica/algorithms-functions/Faculty2.mo
| | |   A	flattening/modelica/algorithms-functions/Faculty3.mo
| | |   A	flattening/modelica/algorithms-functions/Faculty4.mo
| | |   A	flattening/modelica/algorithms-functions/Faculty5.mo
| | |   A	flattening/modelica/algorithms-functions/FilterBlock1.mo
| | |   A	flattening/modelica/algorithms-functions/FlatTank.mo
| | |   A	flattening/modelica/algorithms-functions/ForIteratorType.mo
| | |   A	flattening/modelica/algorithms-functions/ForLoopHideVariable.mo
| | |   A	flattening/modelica/algorithms-functions/ForNested.mo
| | |   A	flattening/modelica/algorithms-functions/ForSimple.mo
| | |   A	flattening/modelica/algorithms-functions/FuncDer.mo
| | |   A	flattening/modelica/algorithms-functions/FuncMultResults.mo
| | |   A	flattening/modelica/algorithms-functions/Function1.mo
| | |   A	flattening/modelica/algorithms-functions/Function10.mo
| | |   A	flattening/modelica/algorithms-functions/Function11.mo
| | |   A	flattening/modelica/algorithms-functions/Function12.mo
| | |   A	flattening/modelica/algorithms-functions/Function2.mo
| | |   A	flattening/modelica/algorithms-functions/Function4.mo
| | |   A	flattening/modelica/algorithms-functions/Function5.mo
| | |   A	flattening/modelica/algorithms-functions/Function5_test.mo
| | |   A	flattening/modelica/algorithms-functions/Function6.mo
| | |   A	flattening/modelica/algorithms-functions/Function7.mo
| | |   A	flattening/modelica/algorithms-functions/Function8.mo
| | |   A	flattening/modelica/algorithms-functions/Function9.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionBreak.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionBubblesort.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionCall.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionDefaultArgs.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionDefaultArgs2.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionDefaultArgsCycle.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionDefaultArgsMod.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval1.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval10.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval11.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval12.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval2.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval3.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval4.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval5.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval6.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval7.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval8.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEval9.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEvalBuiltin.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEvalFail.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionEvalSlice.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionInvalidVar1.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionInvalidVar2.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionInverse.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionMultiReturn.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionProtectedInput.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionReturn.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionSimple.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionSimplex.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionVariability.mo
| | |   A	flattening/modelica/algorithms-functions/FunctionWithEquation.mo
| | |   A	flattening/modelica/algorithms-functions/IfExpression1.mo
| | |   A	flattening/modelica/algorithms-functions/Inline1.mo
| | |   A	flattening/modelica/algorithms-functions/Inline2.mo
| | |   A	flattening/modelica/algorithms-functions/Inline3.mo
| | |   A	flattening/modelica/algorithms-functions/Inline4.mo
| | |   A	flattening/modelica/algorithms-functions/Inline5.mo
| | |   A	flattening/modelica/algorithms-functions/Inline6.mo
| | |   A	flattening/modelica/algorithms-functions/InvalidFunctionBinding.mo
| | |   A	flattening/modelica/algorithms-functions/JoinThreeVectors2.mo
| | |   A	flattening/modelica/algorithms-functions/LeastSquares.mo
| | |   A	flattening/modelica/algorithms-functions/LogCall1.mo
| | |   A	flattening/modelica/algorithms-functions/MRFcall.mo
| | |   A	flattening/modelica/algorithms-functions/Makefile
| | |   A	flattening/modelica/algorithms-functions/MultFuncCall.mo
| | |   A	flattening/modelica/algorithms-functions/RecursiveCallExtends.mo
| | |   A	flattening/modelica/algorithms-functions/RecursiveFunctionCall.mo
| | |   A	flattening/modelica/algorithms-functions/StatementCall.mo
| | |   A	flattening/modelica/algorithms-functions/SumForLoop.mo
| | |   A	flattening/modelica/algorithms-functions/SumSeriesWhile.mo
| | |   A	flattening/modelica/algorithms-functions/SumVectorForIf.mo
| | |   A	flattening/modelica/algorithms-functions/Summation.mo
| | |   A	flattening/modelica/algorithms-functions/TestGravityAcceleration.mo
| | |   A	flattening/modelica/algorithms-functions/TupleSingleAssign.mo
| | |   A	flattening/modelica/algorithms-functions/UnusedInput.mo
| | |   A	flattening/modelica/algorithms-functions/Vectorizable1.mo
| | |   A	flattening/modelica/algorithms-functions/Vectorizable2.mo
| | |   A	flattening/modelica/algorithms-functions/Vectorizable3.mo
| | |   A	flattening/modelica/algorithms-functions/Vectorizable5.mo
| | |   A	flattening/modelica/algorithms-functions/Vectorizable6.mo
| | |   A	flattening/modelica/algorithms-functions/Vectorizable7.mo
| | |   A	flattening/modelica/algorithms-functions/WhenElseNested.mo
| | |   A	flattening/modelica/algorithms-functions/WhenNested.mo
| | |   A	flattening/modelica/algorithms-functions/WhenPriority.mo
| | |   A	flattening/modelica/algorithms-functions/WhenStatement1.mo
| | |   A	flattening/modelica/algorithms-functions/WhenStatement2.mo
| | |   A	flattening/modelica/algorithms-functions/WhenStatement3.mo
| | |   A	flattening/modelica/algorithms-functions/While.mo
| | |   A	flattening/modelica/algorithms-functions/modelica_1_1_Function10.mo
| | |   A	flattening/modelica/algorithms-functions/tupleSubset.mo
| | |   A	flattening/modelica/arrays/ABCDsystem.mo
| | |   A	flattening/modelica/arrays/AdvancedDimensions.mo
| | |   A	flattening/modelica/arrays/AppendElement.mo
| | |   A	flattening/modelica/arrays/Array1.mo
| | |   A	flattening/modelica/arrays/Array10.mo
| | |   A	flattening/modelica/arrays/Array11.mo
| | |   A	flattening/modelica/arrays/Array12.mo
| | |   A	flattening/modelica/arrays/Array13.mo
| | |   A	flattening/modelica/arrays/Array14.mo
| | |   A	flattening/modelica/arrays/Array15.mo
| | |   A	flattening/modelica/arrays/Array2.mo
| | |   A	flattening/modelica/arrays/Array3.mo
| | |   A	flattening/modelica/arrays/Array4.mo
| | |   A	flattening/modelica/arrays/Array5.mo
| | |   A	flattening/modelica/arrays/Array6.mo
| | |   A	flattening/modelica/arrays/Array7.mo
| | |   A	flattening/modelica/arrays/Array8.mo
| | |   A	flattening/modelica/arrays/Array9.mo
| | |   A	flattening/modelica/arrays/ArrayAccess.mo
| | |   A	flattening/modelica/arrays/ArrayAddEmpty.mo
| | |   A	flattening/modelica/arrays/ArrayAddSub.mo
| | |   A	flattening/modelica/arrays/ArrayAddSub1.mo
| | |   A	flattening/modelica/arrays/ArrayAddition.mo
| | |   A	flattening/modelica/arrays/ArrayAddition2.mo
| | |   A	flattening/modelica/arrays/ArrayAlgebraFunc.mo
| | |   A	flattening/modelica/arrays/ArrayAsAlias.mo
| | |   A	flattening/modelica/arrays/ArrayAsAliasInExtends.mo
| | |   A	flattening/modelica/arrays/ArrayAssignEmpty.mo
| | |   A	flattening/modelica/arrays/ArrayAssignWholeDim.mo
| | |   A	flattening/modelica/arrays/ArrayBrackets.mo
| | |   A	flattening/modelica/arrays/ArrayCall.mo
| | |   A	flattening/modelica/arrays/ArrayConstruct1.mo
| | |   A	flattening/modelica/arrays/ArrayCurlyBrackets.mo
| | |   A	flattening/modelica/arrays/ArrayDeclaration1.mo
| | |   A	flattening/modelica/arrays/ArrayDeclaration2.mo
| | |   A	flattening/modelica/arrays/ArrayDeclaration3.mo
| | |   A	flattening/modelica/arrays/ArrayDeclaration4.mo
| | |   A	flattening/modelica/arrays/ArrayDeclaration5.mo
| | |   A	flattening/modelica/arrays/ArrayDim1.mo
| | |   A	flattening/modelica/arrays/ArrayDim2.mo
| | |   A	flattening/modelica/arrays/ArrayDim3.mo
| | |   A	flattening/modelica/arrays/ArrayDim4.mo
| | |   A	flattening/modelica/arrays/ArrayDiv.mo
| | |   A	flattening/modelica/arrays/ArrayDivError.mo
| | |   A	flattening/modelica/arrays/ArrayDivision.mo
| | |   A	flattening/modelica/arrays/ArrayEWOps1.mo
| | |   A	flattening/modelica/arrays/ArrayEWOps2.mo
| | |   A	flattening/modelica/arrays/ArrayEWOps3.mo
| | |   A	flattening/modelica/arrays/ArrayEWOps4.mo
| | |   A	flattening/modelica/arrays/ArrayEWOps5.mo
| | |   A	flattening/modelica/arrays/ArrayEWOps6.mo
| | |   A	flattening/modelica/arrays/ArrayEWOpsCEval1.mo
| | |   A	flattening/modelica/arrays/ArrayEWOpsCEval2.mo
| | |   A	flattening/modelica/arrays/ArrayEWOpsCEval3.mo
| | |   A	flattening/modelica/arrays/ArrayEWOpsCEval4.mo
| | |   A	flattening/modelica/arrays/ArrayEWOpsCEval5.mo
| | |   A	flattening/modelica/arrays/ArrayEmpty.mo
| | |   A	flattening/modelica/arrays/ArrayExponentiation.mo
| | |   A	flattening/modelica/arrays/ArrayExtend.mo
| | |   A	flattening/modelica/arrays/ArrayExtendsUnknown.mo
| | |   A	flattening/modelica/arrays/ArrayFieldSlice.mo
| | |   A	flattening/modelica/arrays/ArrayIndex.mo
| | |   A	flattening/modelica/arrays/ArrayIndex2.mo
| | |   A	flattening/modelica/arrays/ArrayIndex3.mo
| | |   A	flattening/modelica/arrays/ArrayInvalidDims.mo
| | |   A	flattening/modelica/arrays/ArrayLogic.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixMatrixMul1.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixMatrixMul2.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixMatrixMul3.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixMatrixMul4.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixMatrixMul5.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixMatrixMul6.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixSimplifier.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixVectorMul1.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixVectorMul2.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixVectorMul3.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixVectorMul4.mo
| | |   A	flattening/modelica/arrays/ArrayMatrixVectorMul5.mo
| | |   A	flattening/modelica/arrays/ArrayModification1.mo
| | |   A	flattening/modelica/arrays/ArrayModification2.mo
| | |   A	flattening/modelica/arrays/ArrayMulMatrixSimplifier.mo
| | |   A	flattening/modelica/arrays/ArrayMult.mo
| | |   A	flattening/modelica/arrays/ArrayMultiplication.mo
| | |   A	flattening/modelica/arrays/ArrayOperators.mo
| | |   A	flattening/modelica/arrays/ArrayRange.mo
| | |   A	flattening/modelica/arrays/ArrayRecursiveDim1.mo
| | |   A	flattening/modelica/arrays/ArrayReduce.mo
| | |   A	flattening/modelica/arrays/ArrayReduce2.mo
| | |   A	flattening/modelica/arrays/ArrayRemoveIndex1.mo
| | |   A	flattening/modelica/arrays/ArraySizeFromFunc.mo
| | |   A	flattening/modelica/arrays/ArraySlice.mo
| | |   A	flattening/modelica/arrays/ArraySlice1.mo
| | |   A	flattening/modelica/arrays/ArraySlice2.mo
| | |   A	flattening/modelica/arrays/ArraySubtraction.mo
| | |   A	flattening/modelica/arrays/ArrayTuple.mo
| | |   A	flattening/modelica/arrays/ArrayVectorMatrixMul1.mo
| | |   A	flattening/modelica/arrays/ArrayVectorMatrixMul2.mo
| | |   A	flattening/modelica/arrays/ArrayVectorMatrixMul3.mo
| | |   A	flattening/modelica/arrays/ArrayVectorMatrixMul4.mo
| | |   A	flattening/modelica/arrays/ArrayVectorMatrixMul5.mo
| | |   A	flattening/modelica/arrays/ArrayVectorVectorMul1.mo
| | |   A	flattening/modelica/arrays/ArrayVectorVectorMul2.mo
| | |   A	flattening/modelica/arrays/ArrayVectorVectorMul3.mo
| | |   A	flattening/modelica/arrays/ArrayVectorVectorMul4.mo
| | |   A	flattening/modelica/arrays/Array_builtin.mo
| | |   A	flattening/modelica/arrays/ArraysInitLegal.mo
| | |   A	flattening/modelica/arrays/BadVariabilityBug3150.mo
| | |   A	flattening/modelica/arrays/BlockMatrix.mo
| | |   A	flattening/modelica/arrays/BlockMatrix2.mo
| | |   A	flattening/modelica/arrays/BlockMatrix3.mo
| | |   A	flattening/modelica/arrays/BooleanArrayEq.mo
| | |   A	flattening/modelica/arrays/Concat3.mo
| | |   A	flattening/modelica/arrays/ConcatArr1.mo
| | |   A	flattening/modelica/arrays/ConcatArr2.mo
| | |   A	flattening/modelica/arrays/ConcatArr4.mo
| | |   A	flattening/modelica/arrays/ConstructFunc.mo
| | |   A	flattening/modelica/arrays/DimConvert.mo
| | |   A	flattening/modelica/arrays/DimSize.mo
| | |   A	flattening/modelica/arrays/DiscreteVectorStateSpace.mo
| | |   A	flattening/modelica/arrays/DoubleWhenConflict.mo
| | |   A	flattening/modelica/arrays/DoubleWhenSequential.mo
| | |   A	flattening/modelica/arrays/EmptyArray.mo
| | |   A	flattening/modelica/arrays/EmptyArrayAlgorithm.mo
| | |   A	flattening/modelica/arrays/EmptyArraySubscript.mo
| | |   A	flattening/modelica/arrays/EmptyAsubSliceSubscript.mo
| | |   A	flattening/modelica/arrays/ErrorUnknownDimension.mo
| | |   A	flattening/modelica/arrays/FillSubscriptsTest.mo
| | |   A	flattening/modelica/arrays/FixedFinalParameter.mo
| | |   A	flattening/modelica/arrays/InOutArray.mo
| | |   A	flattening/modelica/arrays/InOutArray2.mo
| | |   A	flattening/modelica/arrays/IndexOutOfBoundsConnect1.mo
| | |   A	flattening/modelica/arrays/IndexOutOfBoundsConnect2.mo
| | |   A	flattening/modelica/arrays/IndexOutOfBoundsConnect3.mo
| | |   A	flattening/modelica/arrays/IndexOutOfBoundsConnect4.mo
| | |   A	flattening/modelica/arrays/Makefile
| | |   A	flattening/modelica/arrays/Matrix.mo
| | |   A	flattening/modelica/arrays/Matrix1.mo
| | |   A	flattening/modelica/arrays/Matrix2.mo
| | |   A	flattening/modelica/arrays/MatrixAddition.mo
| | |   A	flattening/modelica/arrays/MatrixBrackets.mo
| | |   A	flattening/modelica/arrays/MatrixEquation.mo
| | |   A	flattening/modelica/arrays/MatrixMulVector.mo
| | |   A	flattening/modelica/arrays/MatrixPow.mo
| | |   A	flattening/modelica/arrays/MatrixRowIndexing.mo
| | |   A	flattening/modelica/arrays/MatrixSubtraction.mo
| | |   A	flattening/modelica/arrays/NestedSubscriptFor.mo
| | |   A	flattening/modelica/arrays/NonExpArray1.mo
| | |   A	flattening/modelica/arrays/NonExpArray2.mo
| | |   A	flattening/modelica/arrays/NonExpArray3.mo
| | |   A	flattening/modelica/arrays/NonExpArray4.mo
| | |   A	flattening/modelica/arrays/NonExpModif1.mo
| | |   A	flattening/modelica/arrays/NonExpModif2.mo
| | |   A	flattening/modelica/arrays/PointInst.mo
| | |   A	flattening/modelica/arrays/PolynomialEvaluator1.mo
| | |   A	flattening/modelica/arrays/PolynomialEvaluator2.mo
| | |   A	flattening/modelica/arrays/PolynomialEvaluator3.mo
| | |   A	flattening/modelica/arrays/PolynomialEvaluatorA.mo
| | |   A	flattening/modelica/arrays/PolynomialEvaluatorB.mo
| | |   A	flattening/modelica/arrays/QualifiedEnd.mo
| | |   A	flattening/modelica/arrays/QualifiedSlicing.mo
| | |   A	flattening/modelica/arrays/Range1.mo
| | |   A	flattening/modelica/arrays/Range2.mo
| | |   A	flattening/modelica/arrays/RangeSlicing.mo
| | |   A	flattening/modelica/arrays/RangeVector.mo
| | |   A	flattening/modelica/arrays/SliceMultiplication.mo
| | |   A	flattening/modelica/arrays/SubArrayIndex.mo
| | |   A	flattening/modelica/arrays/SubscriptsFill1.mo
| | |   A	flattening/modelica/arrays/TestArrayUnknown.mo
| | |   A	flattening/modelica/arrays/TestFill.mo
| | |   A	flattening/modelica/arrays/TypeTest.mo
| | |   A	flattening/modelica/arrays/TypeTest.mos
| | |   A	flattening/modelica/arrays/TypeTestArrayBug.mo
| | |   A	flattening/modelica/arrays/UnknownDimensionMod.mo
| | |   A	flattening/modelica/arrays/VectorizeOneReturnValue.mo
| | |   A	flattening/modelica/arrays/VectorizeSeveralArguments.mo
| | |   A	flattening/modelica/arrays/VectorizeSumVec.mo
| | |   A	flattening/modelica/arrays/WrongNumberOfSubscripts1.mo
| | |   A	flattening/modelica/arrays/WrongSubscriptType1.mo
| | |   A	flattening/modelica/arrays/XPowers1.mo
| | |   A	flattening/modelica/arrays/XPowers2.mo
| | |   A	flattening/modelica/arrays/XPowers3.mo
| | |   A	flattening/modelica/arrays/modelica_1_1_Array9.mo
| | |   A	flattening/modelica/asserts/AssertTest.mo
| | |   A	flattening/modelica/asserts/AssertTest1.mo
| | |   A	flattening/modelica/asserts/AssertTest2.mo
| | |   A	flattening/modelica/asserts/EncapsulatedAssert.mo
| | |   A	flattening/modelica/asserts/Makefile
| | |   A	flattening/modelica/asserts/StaticAssertSuccess.mo
| | |   A	flattening/modelica/blocks/BlockComponents.mo
| | |   A	flattening/modelica/blocks/BlockIllegal.mo
| | |   A	flattening/modelica/blocks/BlockResult.mo
| | |   A	flattening/modelica/blocks/BlockSimple.mo
| | |   A	flattening/modelica/blocks/Makefile
| | |   A	flattening/modelica/built-in-functions/Abs.mo
| | |   A	flattening/modelica/built-in-functions/Abs1.mo
| | |   A	flattening/modelica/built-in-functions/Abs2.mo
| | |   A	flattening/modelica/built-in-functions/AbsIssues.mo
| | |   A	flattening/modelica/built-in-functions/Acos.mo
| | |   A	flattening/modelica/built-in-functions/Asin.mo
| | |   A	flattening/modelica/built-in-functions/Atan.mo
| | |   A	flattening/modelica/built-in-functions/Atan2.mo
| | |   A	flattening/modelica/built-in-functions/CatFunc.mo
| | |   A	flattening/modelica/built-in-functions/Ceil.mo
| | |   A	flattening/modelica/built-in-functions/ConstantSize.mo
| | |   A	flattening/modelica/built-in-functions/Cos.mo
| | |   A	flattening/modelica/built-in-functions/Cosh.mo
| | |   A	flattening/modelica/built-in-functions/Cross.mo
| | |   A	flattening/modelica/built-in-functions/Delay.mo
| | |   A	flattening/modelica/built-in-functions/Delay2.mo
| | |   A	flattening/modelica/built-in-functions/Delay3.mo
| | |   A	flattening/modelica/built-in-functions/Delay4.mo
| | |   A	flattening/modelica/built-in-functions/Delay5.mo
| | |   A	flattening/modelica/built-in-functions/Delay6.mo
| | |   A	flattening/modelica/built-in-functions/Delay7.mo
| | |   A	flattening/modelica/built-in-functions/Delay8.mo
| | |   A	flattening/modelica/built-in-functions/DerConstant1.mo
| | |   A	flattening/modelica/built-in-functions/DerConstant2.mo
| | |   A	flattening/modelica/built-in-functions/DerConstant3.mo
| | |   A	flattening/modelica/built-in-functions/DiagonalSimplify1.mo
| | |   A	flattening/modelica/built-in-functions/Div.mo
| | |   A	flattening/modelica/built-in-functions/EventFunctions.mo
| | |   A	flattening/modelica/built-in-functions/Exp.mo
| | |   A	flattening/modelica/built-in-functions/FillSize.mo
| | |   A	flattening/modelica/built-in-functions/Floor.mo
| | |   A	flattening/modelica/built-in-functions/Identity1.mo
| | |   A	flattening/modelica/built-in-functions/Identity2.mo
| | |   A	flattening/modelica/built-in-functions/Identity3.mo
| | |   A	flattening/modelica/built-in-functions/Identity4.mo
| | |   A	flattening/modelica/built-in-functions/Integer.mo
| | |   A	flattening/modelica/built-in-functions/Integer2Real.mo
| | |   A	flattening/modelica/built-in-functions/InvalidSizeIndex1.mo
| | |   A	flattening/modelica/built-in-functions/InvalidSizeIndex2.mo
| | |   A	flattening/modelica/built-in-functions/InvalidSizeScalar.mo
| | |   A	flattening/modelica/built-in-functions/Linspace1.mo
| | |   A	flattening/modelica/built-in-functions/Linspace2.mo
| | |   A	flattening/modelica/built-in-functions/Log.mo
| | |   A	flattening/modelica/built-in-functions/Log10.mo
| | |   A	flattening/modelica/built-in-functions/Makefile
| | |   A	flattening/modelica/built-in-functions/MathematicalFunctions.mo
| | |   A	flattening/modelica/built-in-functions/MaxArray.mo
| | |   A	flattening/modelica/built-in-functions/MinMax.mo
| | |   A	flattening/modelica/built-in-functions/Mod.mo
| | |   A	flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo
| | |   A	flattening/modelica/built-in-functions/NumericFunctions.mo
| | |   A	flattening/modelica/built-in-functions/OuterProduct.mo
| | |   A	flattening/modelica/built-in-functions/Product.mo
| | |   A	flattening/modelica/built-in-functions/Rem.mo
| | |   A	flattening/modelica/built-in-functions/Scalar.mo
| | |   A	flattening/modelica/built-in-functions/ScalarizeMinMax.mo
| | |   A	flattening/modelica/built-in-functions/Sign.mo
| | |   A	flattening/modelica/built-in-functions/Sin.mo
| | |   A	flattening/modelica/built-in-functions/Sinh.mo
| | |   A	flattening/modelica/built-in-functions/Skew.mo
| | |   A	flattening/modelica/built-in-functions/Sqrt.mo
| | |   A	flattening/modelica/built-in-functions/Sum.mo
| | |   A	flattening/modelica/built-in-functions/SumScalar.mo
| | |   A	flattening/modelica/built-in-functions/SumVar.mo
| | |   A	flattening/modelica/built-in-functions/Symmetric.mo
| | |   A	flattening/modelica/built-in-functions/Symmetric2.mo
| | |   A	flattening/modelica/built-in-functions/Tan.mo
| | |   A	flattening/modelica/built-in-functions/Tanh.mo
| | |   A	flattening/modelica/built-in-functions/Transpose.mo
| | |   A	flattening/modelica/built-in-functions/Transpose2.mo
| | |   A	flattening/modelica/built-in-functions/Transpose3.mo
| | |   A	flattening/modelica/built-in-functions/TrigIdentity.mo
| | |   A	flattening/modelica/built-in-functions/VectorBuiltin.mo
| | |   A	flattening/modelica/built-in-functions/VectorDimension.mo
| | |   A	flattening/modelica/built-in-functions/VectorTest.mo
| | |   A	flattening/modelica/built-in-functions/Vectorizable4.mo
| | |   A	flattening/modelica/built-in-functions/VectorizeUnknownDim.mo
| | |   A	flattening/modelica/connectors/CGraphBug.mo
| | |   A	flattening/modelica/connectors/CGraphBug.mos
| | |   A	flattening/modelica/connectors/Connect1.mo
| | |   A	flattening/modelica/connectors/Connect10.mo
| | |   A	flattening/modelica/connectors/Connect11.mo
| | |   A	flattening/modelica/connectors/Connect12.mo
| | |   A	flattening/modelica/connectors/Connect13.mo
| | |   A	flattening/modelica/connectors/Connect14.mo
| | |   A	flattening/modelica/connectors/Connect15.mo
| | |   A	flattening/modelica/connectors/Connect16.mo
| | |   A	flattening/modelica/connectors/Connect17.mo
| | |   A	flattening/modelica/connectors/Connect18.mo
| | |   A	flattening/modelica/connectors/Connect2.mo
| | |   A	flattening/modelica/connectors/Connect3.mo
| | |   A	flattening/modelica/connectors/Connect4.mo
| | |   A	flattening/modelica/connectors/Connect5.mo
| | |   A	flattening/modelica/connectors/Connect6.mo
| | |   A	flattening/modelica/connectors/Connect7.mo
| | |   A	flattening/modelica/connectors/Connect8.mo
| | |   A	flattening/modelica/connectors/Connect9.mo
| | |   A	flattening/modelica/connectors/ConnectArray1.mo
| | |   A	flattening/modelica/connectors/ConnectArrayCond.mo
| | |   A	flattening/modelica/connectors/ConnectConst1.mo
| | |   A	flattening/modelica/connectors/ConnectEnumArray.mo
| | |   A	flattening/modelica/connectors/ConnectFlowEffort.mo
| | |   A	flattening/modelica/connectors/ConnectFlowEffort2.mo
| | |   A	flattening/modelica/connectors/ConnectForEquations.mo
| | |   A	flattening/modelica/connectors/ConnectHierarchical1.mo
| | |   A	flattening/modelica/connectors/ConnectHierarchical2.mo
| | |   A	flattening/modelica/connectors/ConnectInner1.mo
| | |   A	flattening/modelica/connectors/ConnectInner2.mo
| | |   A	flattening/modelica/connectors/ConnectInner3.mo
| | |   A	flattening/modelica/connectors/ConnectInnerOuter.mo
| | |   A	flattening/modelica/connectors/ConnectInnerOuter2.mo
| | |   A	flattening/modelica/connectors/ConnectInnerOuter3.mo
| | |   A	flattening/modelica/connectors/ConnectInnerOuterArray1.mo
| | |   A	flattening/modelica/connectors/ConnectParamArray.mo
| | |   A	flattening/modelica/connectors/ConnectTheSameConnector.mo
| | |   A	flattening/modelica/connectors/ConnectTwoSources.mo
| | |   A	flattening/modelica/connectors/ConnectTypes.mo
| | |   A	flattening/modelica/connectors/ConnectionOrder1.mo
| | |   A	flattening/modelica/connectors/ConnectionOrder2.mo
| | |   A	flattening/modelica/connectors/ConnectorCompOrder.mo
| | |   A	flattening/modelica/connectors/ConnectorComponents.mo
| | |   A	flattening/modelica/connectors/ConnectorIllegal.mo
| | |   A	flattening/modelica/connectors/ConnectorIllegal2.mo
| | |   A	flattening/modelica/connectors/ConnectorIllegal3.mo
| | |   A	flattening/modelica/connectors/ConnectorIllegal4.mo
| | |   A	flattening/modelica/connectors/ConnectorInheritance1.mo
| | |   A	flattening/modelica/connectors/ConnectorSimple.mo
| | |   A	flattening/modelica/connectors/ConnectorSubtypeComp.mo
| | |   A	flattening/modelica/connectors/EqualityConstraintLookup1.mo
| | |   A	flattening/modelica/connectors/HeatTank.mo
| | |   A	flattening/modelica/connectors/HeatTankExpanded.mo
| | |   A	flattening/modelica/connectors/InitialConnection.mo
| | |   A	flattening/modelica/connectors/Makefile
| | |   A	flattening/modelica/connectors/MultipleInheritanceConnect.mo
| | |   A	flattening/modelica/connectors/Tank.mo
| | |   A	flattening/modelica/connectors/TankHybridPI.mo
| | |   A	flattening/modelica/connectors/TankHybridPID.mo
| | |   A	flattening/modelica/connectors/TankPI.mo
| | |   A	flattening/modelica/connectors/TankPID.mo
| | |   A	flattening/modelica/connectors/TanksConnectedPI.mo
| | |   A	flattening/modelica/connectors/Units1.mo
| | |   A	flattening/modelica/connectors/Units2.mo
| | |   A	flattening/modelica/connectors/ZeroDimUnconnectedFlow1.mo
| | |   A	flattening/modelica/connectors/ZeroDimUnconnectedFlow2.mo
| | |   A	flattening/modelica/declarations/Annotations.mo
| | |   A	flattening/modelica/declarations/CondDeclaration.mo
| | |   A	flattening/modelica/declarations/Constant1.mo
| | |   A	flattening/modelica/declarations/Constant10.mo
| | |   A	flattening/modelica/declarations/Constant11.mo
| | |   A	flattening/modelica/declarations/Constant12.mo
| | |   A	flattening/modelica/declarations/Constant13.mo
| | |   A	flattening/modelica/declarations/Constant2.mo
| | |   A	flattening/modelica/declarations/Constant3.mo
| | |   A	flattening/modelica/declarations/Constant4.mo
| | |   A	flattening/modelica/declarations/Constant5.mo
| | |   A	flattening/modelica/declarations/Constant6.mo
| | |   A	flattening/modelica/declarations/Constant7.mo
| | |   A	flattening/modelica/declarations/Constant8.mo
| | |   A	flattening/modelica/declarations/Constant9.mo
| | |   A	flattening/modelica/declarations/ConstantDeclConnector.mo
| | |   A	flattening/modelica/declarations/ConstantDeclRecord.mo
| | |   A	flattening/modelica/declarations/ConstantDeclType.mo
| | |   A	flattening/modelica/declarations/ConstantReductions.mo
| | |   A	flattening/modelica/declarations/ConstructParameters.mo
| | |   A	flattening/modelica/declarations/ConstructParameters2.mo
| | |   A	flattening/modelica/declarations/DeclarationEquation1.mo
| | |   A	flattening/modelica/declarations/DeclarationEquation2.mo
| | |   A	flattening/modelica/declarations/DeclarationEquation3.mo
| | |   A	flattening/modelica/declarations/DeclarationOrder.mo
| | |   A	flattening/modelica/declarations/DeclarationOrder1.mo
| | |   A	flattening/modelica/declarations/DeclarationOrder2.mo
| | |   A	flattening/modelica/declarations/DeclareConstant1.mo
| | |   A	flattening/modelica/declarations/DeclareConstant2.mo
| | |   A	flattening/modelica/declarations/DeclareConstant3.mo
| | |   A	flattening/modelica/declarations/Discrete1.mo
| | |   A	flattening/modelica/declarations/Discrete2.mo
| | |   A	flattening/modelica/declarations/DiscreteDeclConnector.mo
| | |   A	flattening/modelica/declarations/DiscreteDeclRecord.mo
| | |   A	flattening/modelica/declarations/DiscreteDeclType.mo
| | |   A	flattening/modelica/declarations/DoubleDeclaration.mo
| | |   A	flattening/modelica/declarations/ErrorExternalModel.mo
| | |   A	flattening/modelica/declarations/ErrorMultipleClasses.mo
| | |   A	flattening/modelica/declarations/ErrorRecursionLimit.mo
| | |   A	flattening/modelica/declarations/FloatingPoint.mo
| | |   A	flattening/modelica/declarations/FlowDeclConnector.mo
| | |   A	flattening/modelica/declarations/FlowDeclRecord.mo
| | |   A	flattening/modelica/declarations/FlowDeclRecord2.mo
| | |   A	flattening/modelica/declarations/FlowDeclType.mo
| | |   A	flattening/modelica/declarations/InputDeclConnector.mo
| | |   A	flattening/modelica/declarations/InputDeclRecord.mo
| | |   A	flattening/modelica/declarations/InputDeclType.mo
| | |   A	flattening/modelica/declarations/LhsIf.mo
| | |   A	flattening/modelica/declarations/Makefile
| | |   A	flattening/modelica/declarations/MultipleDeclarations.mo
| | |   A	flattening/modelica/declarations/MultipleDeclarations2.mo
| | |   A	flattening/modelica/declarations/MyPointsInst1.mo
| | |   A	flattening/modelica/declarations/MyPointsInst2.mo
| | |   A	flattening/modelica/declarations/OutputDeclConnector.mo
| | |   A	flattening/modelica/declarations/OutputDeclRecord.mo
| | |   A	flattening/modelica/declarations/OutputDeclType.mo
| | |   A	flattening/modelica/declarations/ParameterDeclConnector.mo
| | |   A	flattening/modelica/declarations/ParameterDeclRecord.mo
| | |   A	flattening/modelica/declarations/ParameterDeclType.mo
| | |   A	flattening/modelica/declarations/ScalarizeBindings.mo
| | |   A	flattening/modelica/declarations/ScopeDeclaration1.mo
| | |   A	flattening/modelica/declarations/ScopeDeclaration2.mo
| | |   A	flattening/modelica/declarations/ScopeDeclaration3.mo
| | |   A	flattening/modelica/declarations/ScopeDeclaration4.mo
| | |   A	flattening/modelica/declarations/ScopeModification1.mo
| | |   A	flattening/modelica/declarations/ScopeModification2.mo
| | |   A	flattening/modelica/declarations/SimpleIntegrator1.mo
| | |   A	flattening/modelica/declarations/SimpleIntegrator2.mo
| | |   A	flattening/modelica/declarations/SimpleIntegrator3.mo
| | |   A	flattening/modelica/declarations/TestPackageConstantHandling.mo
| | |   A	flattening/modelica/enums/DerivedEnumDim.mo
| | |   A	flattening/modelica/enums/Enum1.mo
| | |   A	flattening/modelica/enums/Enum10.mo
| | |   A	flattening/modelica/enums/Enum11.mo
| | |   A	flattening/modelica/enums/Enum12.mo
| | |   A	flattening/modelica/enums/Enum13.mo
| | |   A	flattening/modelica/enums/Enum2.mo
| | |   A	flattening/modelica/enums/Enum3.mo
| | |   A	flattening/modelica/enums/Enum4.mo
| | |   A	flattening/modelica/enums/Enum5.mo
| | |   A	flattening/modelica/enums/Enum6.mo
| | |   A	flattening/modelica/enums/Enum7.mo
| | |   A	flattening/modelica/enums/Enum8.mo
| | |   A	flattening/modelica/enums/Enum9.mo
| | |   A	flattening/modelica/enums/EnumArrayDimBinding.mo
| | |   A	flattening/modelica/enums/EnumConnectArray.mo
| | |   A	flattening/modelica/enums/EnumDimSum.mo
| | |   A	flattening/modelica/enums/EnumDuplicateLiteral.mo
| | |   A	flattening/modelica/enums/EnumFor.mo
| | |   A	flattening/modelica/enums/EnumFor2.mo
| | |   A	flattening/modelica/enums/EnumInvalidLiteral.mo
| | |   A	flattening/modelica/enums/EnumMatrixProduct.mo
| | |   A	flattening/modelica/enums/EnumRange.mo
| | |   A	flattening/modelica/enums/Makefile
| | |   A	flattening/modelica/equations/ActivateWhenEquation.mo
| | |   A	flattening/modelica/equations/BouncingBall.mo
| | |   A	flattening/modelica/equations/Circle.mo
| | |   A	flattening/modelica/equations/ConditionalArrayExpression1.mo
| | |   A	flattening/modelica/equations/ConditionalArrayExpression2.mo
| | |   A	flattening/modelica/equations/ConnectInNonParamIf.mo
| | |   A	flattening/modelica/equations/ConnectInWhen.mo
| | |   A	flattening/modelica/equations/DAEexample.mo
| | |   A	flattening/modelica/equations/Epidemics1.mo
| | |   A	flattening/modelica/equations/EqualityEquations.mo
| | |   A	flattening/modelica/equations/EqualityEquationsCorrect.mo
| | |   A	flattening/modelica/equations/EquationCall.mo
| | |   A	flattening/modelica/equations/EquationComponent1.mo
| | |   A	flattening/modelica/equations/EquationComponent2.mo
| | |   A	flattening/modelica/equations/EquationComponent3.mo
| | |   A	flattening/modelica/equations/EquationComponent4.mo
| | |   A	flattening/modelica/equations/EquationComponent5.mo
| | |   A	flattening/modelica/equations/EquationFor1.mo
| | |   A	flattening/modelica/equations/EquationFor2.mo
| | |   A	flattening/modelica/equations/EquationFor3.mo
| | |   A	flattening/modelica/equations/EquationFor4.mo
| | |   A	flattening/modelica/equations/EquationFor5.mo
| | |   A	flattening/modelica/equations/EquationFor6.mo
| | |   A	flattening/modelica/equations/EquationFor7.mo
| | |   A	flattening/modelica/equations/EquationIf1.mo
| | |   A	flattening/modelica/equations/EquationIf2.mo
| | |   A	flattening/modelica/equations/EquationIf3.mo
| | |   A	flattening/modelica/equations/EquationIf4.mo
| | |   A	flattening/modelica/equations/Equations.mo
| | |   A	flattening/modelica/equations/FiveForEquations.mo
| | |   A	flattening/modelica/equations/ForIf.mo
| | |   A	flattening/modelica/equations/HelloWorld.mo
| | |   A	flattening/modelica/equations/HideVariableForEquations.mo
| | |   A	flattening/modelica/equations/HydrogenIodide.mo
| | |   A	flattening/modelica/equations/IfEquation.mo
| | |   A	flattening/modelica/equations/InOutBool.mo
| | |   A	flattening/modelica/equations/InitialReduction.mo
| | |   A	flattening/modelica/equations/LotkaVolterra.mo
| | |   A	flattening/modelica/equations/Makefile
| | |   A	flattening/modelica/equations/ModifiedFiltersInSeries.mo
| | |   A	flattening/modelica/equations/SimplePeriodicSampler.mo
| | |   A	flattening/modelica/equations/TwoRateSampler.mo
| | |   A	flattening/modelica/equations/VanDerPol.mo
| | |   A	flattening/modelica/equations/VariableRange.mo
| | |   A	flattening/modelica/equations/WatchDog1AlgorithmWhen.mo
| | |   A	flattening/modelica/equations/WatchDog2EquationWhen.mo
| | |   A	flattening/modelica/equations/WaveEquationSample.mo
| | |   A	flattening/modelica/equations/WhenEquation.mo
| | |   A	flattening/modelica/equations/WhenNestedEquation.mo
| | |   A	flattening/modelica/equations/WhenNotValid.mo
| | |   A	flattening/modelica/equations/WhenSemantics1.mo
| | |   A	flattening/modelica/equations/WhenValidResult.mo
| | |   A	flattening/modelica/equations/WhenVectorPredicateEquation.mo
| | |   A	flattening/modelica/expandable/07.mo
| | |   A	flattening/modelica/expandable/BusOMCTotal2.mo
| | |   A	flattening/modelica/expandable/ConnectorTest.mo
| | |   A	flattening/modelica/expandable/ConnectorTest.mos
| | |   A	flattening/modelica/expandable/ElectrolytesT2Total.mo
| | |   A	flattening/modelica/expandable/ExpandableConnectors.mos
| | |   A	flattening/modelica/expandable/ExpandableVariableUsed.mo
| | |   A	flattening/modelica/expandable/Makefile
| | |   A	flattening/modelica/expandable/TestModelTotal.mo
| | |   A	flattening/modelica/expandable/TestModelTotal.mos
| | |   A	flattening/modelica/extends/AccessDemoIllegalMod.mo
| | |   A	flattening/modelica/extends/AccessDemoLegalMod.mo
| | |   A	flattening/modelica/extends/ColorClasses.mo
| | |   A	flattening/modelica/extends/ColoredPointIllegalMod1.mo
| | |   A	flattening/modelica/extends/ColoredPointIllegalMod2.mo
| | |   A	flattening/modelica/extends/ColoredPointIllegalMod3.mo
| | |   A	flattening/modelica/extends/ColoredPointLegalMod.mo
| | |   A	flattening/modelica/extends/Colors.mo
| | |   A	flattening/modelica/extends/Extends1.mo
| | |   A	flattening/modelica/extends/Extends10.mo
| | |   A	flattening/modelica/extends/Extends11.mo
| | |   A	flattening/modelica/extends/Extends12.mo
| | |   A	flattening/modelica/extends/Extends13.mo
| | |   A	flattening/modelica/extends/Extends2.mo
| | |   A	flattening/modelica/extends/Extends3.mo
| | |   A	flattening/modelica/extends/Extends4.mo
| | |   A	flattening/modelica/extends/Extends5.mo
| | |   A	flattening/modelica/extends/Extends6.mo
| | |   A	flattening/modelica/extends/Extends7.mo
| | |   A	flattening/modelica/extends/Extends8.mo
| | |   A	flattening/modelica/extends/Extends9.mo
| | |   A	flattening/modelica/extends/ExtendsModWithImport.mo
| | |   A	flattening/modelica/extends/ExtendsVisibility.mo
| | |   A	flattening/modelica/extends/GenericMicroCircuit.mo
| | |   A	flattening/modelica/extends/IdenticalEquations.mo
| | |   A	flattening/modelica/extends/InheritanceClassMod.mo
| | |   A	flattening/modelica/extends/InheritanceDiamond.mo
| | |   A	flattening/modelica/extends/InheritanceMultiple.mo
| | |   A	flattening/modelica/extends/InheritanceProtected.mo
| | |   A	flattening/modelica/extends/InheritancePublic.mo
| | |   A	flattening/modelica/extends/InheritanceRestrictions.mo
| | |   A	flattening/modelica/extends/InheritanceSeveral.mo
| | |   A	flattening/modelica/extends/InheritanceSimple.mo
| | |   A	flattening/modelica/extends/InvalidComponentExtends1.mo
| | |   A	flattening/modelica/extends/InvalidComponentExtends2.mo
| | |   A	flattening/modelica/extends/InvalidInheritedExtends1.mo
| | |   A	flattening/modelica/extends/InvalidInheritedExtends2.mo
| | |   A	flattening/modelica/extends/InvalidReplaceableExtends1.mo
| | |   A	flattening/modelica/extends/InvalidReplaceableExtends2.mo
| | |   A	flattening/modelica/extends/InvalidReplaceableExtends3.mo
| | |   A	flattening/modelica/extends/InvalidReplaceableExtends4.mo
| | |   A	flattening/modelica/extends/InvalidReplaceableExtends5.mo
| | |   A	flattening/modelica/extends/Makefile
| | |   A	flattening/modelica/extends/MicroCircuitInvalid.mo
| | |   A	flattening/modelica/extends/MicroCircuitValid.mo
| | |   A	flattening/modelica/extends/MoonLanding.mo
| | |   A	flattening/modelica/extends/OneArgBaseFunction.mo
| | |   A	flattening/modelica/extends/Oscillator.mo
| | |   A	flattening/modelica/extends/ShortClassdefExtends1.mo
| | |   A	flattening/modelica/extends/ShortClassdefExtends2.mo
| | |   A	flattening/modelica/extends/SimpleInheritance.mo
| | |   A	flattening/modelica/extends/SimpleTypeExtend.mo
| | |   A	flattening/modelica/extends/StepAdvanced.mo
| | |   A	flattening/modelica/extends/TempDepResistorCircuit.mo
| | |   A	flattening/modelica/extends/TempDepResistorCircuitInherited.mo
| | |   A	flattening/modelica/extends/TempResistor3.mo
| | |   A	flattening/modelica/external-functions/AddReal1.mo
| | |   A	flattening/modelica/external-functions/ExternalFunction1.mo
| | |   A	flattening/modelica/external-functions/ExternalFunction1_f.c
| | |   A	flattening/modelica/external-functions/ExternalFunction2.mo
| | |   A	flattening/modelica/external-functions/ExternalFunction2_f.c
| | |   A	flattening/modelica/external-functions/ExternalFunction3-addmatrices.c
| | |   A	flattening/modelica/external-functions/ExternalFunction3.mo
| | |   A	flattening/modelica/external-functions/ExternalFunction4.mo
| | |   A	flattening/modelica/external-functions/ExternalFunction5.mo
| | |   A	flattening/modelica/external-functions/ExternalFunction6.mo
| | |   A	flattening/modelica/external-functions/ExternalFunction8.mo
| | |   A	flattening/modelica/external-functions/ExternalFunctionAnno.mo
| | |   A	flattening/modelica/external-functions/ExternalFunctionArray.mo
| | |   A	flattening/modelica/external-functions/ExternalFunctionBuiltin.mo
| | |   A	flattening/modelica/external-functions/ExternalFunctionExtends.mo
| | |   A	flattening/modelica/external-functions/ExternalFunctionInvalidArg.mo
| | |   A	flattening/modelica/external-functions/ExternalObjectMod.mo
| | |   A	flattening/modelica/external-functions/InvalidExternalObject1.mo
| | |   A	flattening/modelica/external-functions/Makefile
| | |   A	flattening/modelica/external-functions/addReal1_.c
| | |   A	flattening/modelica/modification/ArrayModTypeError.mo
| | |   A	flattening/modelica/modification/ArrayModif.mo
| | |   A	flattening/modelica/modification/DisturbedResistance1.mo
| | |   A	flattening/modelica/modification/DisturbedResistance2.mo
| | |   A	flattening/modelica/modification/DisturbedResistance3.mo
| | |   A	flattening/modelica/modification/DisturbedResistance4.mo
| | |   A	flattening/modelica/modification/DuplicateBaseTypeMod.mo
| | |   A	flattening/modelica/modification/DuplicateMod1.mo
| | |   A	flattening/modelica/modification/DuplicateMod2.mo
| | |   A	flattening/modelica/modification/DuplicateMod3.mo
| | |   A	flattening/modelica/modification/DuplicateMod4.mo
| | |   A	flattening/modelica/modification/DuplicateMod5.mo
| | |   A	flattening/modelica/modification/DuplicateMod6.mo
| | |   A	flattening/modelica/modification/DuplicateMod7.mo
| | |   A	flattening/modelica/modification/FinalParameterModification.mo
| | |   A	flattening/modelica/modification/FixedFalse.mo
| | |   A	flattening/modelica/modification/Makefile
| | |   A	flattening/modelica/modification/MissingModifiers.mo
| | |   A	flattening/modelica/modification/MissingModifiersPackages.mo
| | |   A	flattening/modelica/modification/Modification1.mo
| | |   A	flattening/modelica/modification/Modification10.mo
| | |   A	flattening/modelica/modification/Modification11.mo
| | |   A	flattening/modelica/modification/Modification12.mo
| | |   A	flattening/modelica/modification/Modification13.mo
| | |   A	flattening/modelica/modification/Modification14.mo
| | |   A	flattening/modelica/modification/Modification15.mo
| | |   A	flattening/modelica/modification/Modification16.mo
| | |   A	flattening/modelica/modification/Modification17.mo
| | |   A	flattening/modelica/modification/Modification2.mo
| | |   A	flattening/modelica/modification/Modification3.mo
| | |   A	flattening/modelica/modification/Modification4.mo
| | |   A	flattening/modelica/modification/Modification5.mo
| | |   A	flattening/modelica/modification/Modification6.mo
| | |   A	flattening/modelica/modification/Modification7.mo
| | |   A	flattening/modelica/modification/Modification8.mo
| | |   A	flattening/modelica/modification/ModifierClass.mo
| | |   A	flattening/modelica/modification/ModifierExtends.mo
| | |   A	flattening/modelica/modification/ModifierProblem.mo
| | |   A	flattening/modelica/modification/ModifierRedeclare.mo
| | |   A	flattening/modelica/modification/ModifierSubModMerging1.mo
| | |   A	flattening/modelica/modification/ModifierTypeError.mo
| | |   A	flattening/modelica/modification/ModifierVariable.mo
| | |   A	flattening/modelica/modification/ModifyConstant4.mo
| | |   A	flattening/modelica/modification/ModifyConstant5.mo
| | |   A	flattening/modelica/modification/ModifyConstant6.mo
| | |   A	flattening/modelica/modification/ModifyFunction1.mo
| | |   A	flattening/modelica/modification/ModifyUnknown1.mo
| | |   A	flattening/modelica/modification/ModifyUnknown2.mo
| | |   A	flattening/modelica/modification/Overwriting1.mo
| | |   A	flattening/modelica/modification/Overwriting2.mo
| | |   A	flattening/modelica/modification/ReplaceFunction.mo
| | |   A	flattening/modelica/modification/Shadow1.mo
| | |   A	flattening/modelica/modification/TestMissingModifiers.mos
| | |   A	flattening/modelica/modification/UsertypeModifications.mo
| | |   A	flattening/modelica/modification/modifyOuter.mo
| | |   A	flattening/modelica/modification/modifyOuter2.mo
| | |   A	flattening/modelica/mosfiles/AIMC_DOL.mos
| | |   A	flattening/modelica/mosfiles/AIMC_DOLTotal.mo
| | |   A	flattening/modelica/mosfiles/Array1.mos
| | |   A	flattening/modelica/mosfiles/BaseClass1.mo
| | |   A	flattening/modelica/mosfiles/BaseClass1.mos
| | |   A	flattening/modelica/mosfiles/ComplexConnect.mos
| | |   A	flattening/modelica/mosfiles/DuplicateFunctions.mos
| | |   A	flattening/modelica/mosfiles/EnzMM.mos
| | |   A	flattening/modelica/mosfiles/EnzMMTotal.mo
| | |   A	flattening/modelica/mosfiles/ErrorFunctionCallNumArgs.mo
| | |   A	flattening/modelica/mosfiles/ErrorFunctionCallNumArgs.mos
| | |   A	flattening/modelica/mosfiles/ErrorSimPackage.mos
| | |   A	flattening/modelica/mosfiles/ExtendsOrder.mo
| | |   A	flattening/modelica/mosfiles/ExtendsOrder.mos
| | |   A	flattening/modelica/mosfiles/ExternalFunctionResultOrder.mo
| | |   A	flattening/modelica/mosfiles/ExternalFunctionResultOrder.mos
| | |   A	flattening/modelica/mosfiles/ExternalLibraryFunction.mos
| | |   A	flattening/modelica/mosfiles/FinalTests.mo
| | |   A	flattening/modelica/mosfiles/FinalTests.mos
| | |   A	flattening/modelica/mosfiles/FuncNamespace.mo
| | |   A	flattening/modelica/mosfiles/FuncNamespace.mos
| | |   A	flattening/modelica/mosfiles/FunctionDefaultArg.mos
| | |   A	flattening/modelica/mosfiles/GroupImport.mo
| | |   A	flattening/modelica/mosfiles/GroupImport.mos
| | |   A	flattening/modelica/mosfiles/ISO-8859-1.mos
| | |   A	flattening/modelica/mosfiles/ISO-8859-1.mox
| | |   A	flattening/modelica/mosfiles/IntAddSubOverflow.mos
| | |   A	flattening/modelica/mosfiles/IntDivOverflow.mos
| | |   A	flattening/modelica/mosfiles/IntMulOverflow.mos
| | |   A	flattening/modelica/mosfiles/IntPowOverflow.mos
| | |   A	flattening/modelica/mosfiles/LeastSquares.mos
| | |   A	flattening/modelica/mosfiles/LookupBuiltin.mo
| | |   A	flattening/modelica/mosfiles/LookupBuiltin.mos
| | |   A	flattening/modelica/mosfiles/LookupPackageFail.mo
| | |   A	flattening/modelica/mosfiles/LookupPackageFail.mos
| | |   A	flattening/modelica/mosfiles/Makefile
| | |   A	flattening/modelica/mosfiles/Model1.mo
| | |   A	flattening/modelica/mosfiles/Model1.mos
| | |   A	flattening/modelica/mosfiles/Model2.mo
| | |   A	flattening/modelica/mosfiles/Model2.mos
| | |   A	flattening/modelica/mosfiles/ModifierProblem.mo
| | |   A	flattening/modelica/mosfiles/ModifierProblem.mos
| | |   A	flattening/modelica/mosfiles/ModifierVariabilityError.mo
| | |   A	flattening/modelica/mosfiles/ModifierVariabilityError.mos
| | |   A	flattening/modelica/mosfiles/NotbasicType.mo
| | |   A	flattening/modelica/mosfiles/NotbasicType.mos
| | |   A	flattening/modelica/mosfiles/NotbasicType2.mo
| | |   A	flattening/modelica/mosfiles/NotbasicType2.mos
| | |   A	flattening/modelica/mosfiles/Overloading1.mo
| | |   A	flattening/modelica/mosfiles/Overloading2.mo
| | |   A	flattening/modelica/mosfiles/Overloading3.mo
| | |   A	flattening/modelica/mosfiles/Overloading4.mo
| | |   A	flattening/modelica/mosfiles/OverloadingFunc.mos
| | |   A	flattening/modelica/mosfiles/QuotedFunction.mo
| | |   A	flattening/modelica/mosfiles/QuotedFunction.mos
| | |   A	flattening/modelica/mosfiles/Return.mo
| | |   A	flattening/modelica/mosfiles/Return.mos
| | |   A	flattening/modelica/mosfiles/StringArrayReturn.mos
| | |   A	flattening/modelica/mosfiles/TestLibrary/ABC XYZ.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Invalid/Duplicate.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Invalid/Duplicate/package.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Invalid/package.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.1/package.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.2.1/package.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.2/package.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.3 beta1/package.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.4 beta1.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.5 beta1/A.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.5 beta1/B.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.5 beta1/package.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica 3.5 beta1/package.order
| | |   A	flattening/modelica/mosfiles/TestLibrary/Modelica CustomSort.mo
| | |   A	flattening/modelica/mosfiles/TestLibrary/Resources/Include/ext3.c
| | |   A	flattening/modelica/mosfiles/TestLibrary/Resources/Library/ext1.c
| | |   A	flattening/modelica/mosfiles/TestLibrary/Resources/SpecialLib/ext2.c
| | |   A	flattening/modelica/mosfiles/TestLibrary/Resources/SpecialSources/ext4.c
| | |   A	flattening/modelica/mosfiles/TestLibrary/Test.mo
| | |   A	flattening/modelica/mosfiles/TestLoadModel.mos
| | |   A	flattening/modelica/mosfiles/TransformerYY.mos
| | |   A	flattening/modelica/mosfiles/TransformerYYTotal.mo
| | |   A	flattening/modelica/mosfiles/UnpOpPrecedence.mo
| | |   A	flattening/modelica/mosfiles/UnpOpPrecedence.mos
| | |   A	flattening/modelica/mosfiles/UnusedVariable.mos
| | |   A	flattening/modelica/mosfiles/WhileStatement.mos
| | |   A	flattening/modelica/mosfiles/WhileStatementIllegal.mos
| | |   A	flattening/modelica/mosfiles/ZeroDims.mo
| | |   A	flattening/modelica/mosfiles/ZeroDims.mos
| | |   A	flattening/modelica/mosfiles/ZeroRange.mo
| | |   A	flattening/modelica/mosfiles/ZeroRange.mos
| | |   A	flattening/modelica/mosfiles/cat.mos
| | |   A	flattening/modelica/mosfiles/ext_ExternalFunctionResultOrder.c
| | |   A	flattening/modelica/mosfiles/func_bubble.mo
| | |   A	flattening/modelica/mosfiles/func_bubble.mos
| | |   A	flattening/modelica/mosfiles/func_explicit_typeconv.mo
| | |   A	flattening/modelica/mosfiles/func_explicit_typeconv.mos
| | |   A	flattening/modelica/mosfiles/func_factorial.mo
| | |   A	flattening/modelica/mosfiles/func_factorial.mos
| | |   A	flattening/modelica/mosfiles/func_multiple_return.mo
| | |   A	flattening/modelica/mosfiles/func_multiple_return.mos
| | |   A	flattening/modelica/mosfiles/vaporizing.mo
| | |   A	flattening/modelica/mosfiles/vaporizing.mos
| | |   A	flattening/modelica/msl/BC1.mo
| | |   A	flattening/modelica/msl/BC10.mo
| | |   A	flattening/modelica/msl/BC11.mo
| | |   A	flattening/modelica/msl/BC2.mo
| | |   A	flattening/modelica/msl/BC3.mo
| | |   A	flattening/modelica/msl/BC4.mo
| | |   A	flattening/modelica/msl/BC5.mo
| | |   A	flattening/modelica/msl/BC6.mo
| | |   A	flattening/modelica/msl/BC7.mo
| | |   A	flattening/modelica/msl/BC8.mo
| | |   A	flattening/modelica/msl/BC9.mo
| | |   A	flattening/modelica/msl/BM1.mo
| | |   A	flattening/modelica/msl/BM10.mo
| | |   A	flattening/modelica/msl/BM11.mo
| | |   A	flattening/modelica/msl/BM12.mo
| | |   A	flattening/modelica/msl/BM13.mo
| | |   A	flattening/modelica/msl/BM14.mo
| | |   A	flattening/modelica/msl/BM15.mo
| | |   A	flattening/modelica/msl/BM16.mo
| | |   A	flattening/modelica/msl/BM17.mo
| | |   A	flattening/modelica/msl/BM18.mo
| | |   A	flattening/modelica/msl/BM19.mo
| | |   A	flattening/modelica/msl/BM2.mo
| | |   A	flattening/modelica/msl/BM20.mo
| | |   A	flattening/modelica/msl/BM21.mo
| | |   A	flattening/modelica/msl/BM22.mo
| | |   A	flattening/modelica/msl/BM23.mo
| | |   A	flattening/modelica/msl/BM24.mo
| | |   A	flattening/modelica/msl/BM25.mo
| | |   A	flattening/modelica/msl/BM26.mo
| | |   A	flattening/modelica/msl/BM27.mo
| | |   A	flattening/modelica/msl/BM28.mo
| | |   A	flattening/modelica/msl/BM3.mo
| | |   A	flattening/modelica/msl/BM4.mo
| | |   A	flattening/modelica/msl/BM5.mo
| | |   A	flattening/modelica/msl/BM6.mo
| | |   A	flattening/modelica/msl/BM7.mo
| | |   A	flattening/modelica/msl/BM8.mo
| | |   A	flattening/modelica/msl/BM9.mo
| | |   A	flattening/modelica/msl/BN1.mo
| | |   A	flattening/modelica/msl/BN2.mo
| | |   A	flattening/modelica/msl/BN3.mo
| | |   A	flattening/modelica/msl/BS1.mo
| | |   A	flattening/modelica/msl/BS10.mo
| | |   A	flattening/modelica/msl/BS11.mo
| | |   A	flattening/modelica/msl/BS12.mo
| | |   A	flattening/modelica/msl/BS13.mo
| | |   A	flattening/modelica/msl/BS14.mo
| | |   A	flattening/modelica/msl/BS15.mo
| | |   A	flattening/modelica/msl/BS16.mo
| | |   A	flattening/modelica/msl/BS17.mo
| | |   A	flattening/modelica/msl/BS2.mo
| | |   A	flattening/modelica/msl/BS3.mo
| | |   A	flattening/modelica/msl/BS4.mo
| | |   A	flattening/modelica/msl/BS5.mo
| | |   A	flattening/modelica/msl/BS6.mo
| | |   A	flattening/modelica/msl/BS7.mo
| | |   A	flattening/modelica/msl/BS8.mo
| | |   A	flattening/modelica/msl/BS9.mo
| | |   A	flattening/modelica/msl/Gear.mo
| | |   A	flattening/modelica/msl/Makefile
| | |   A	flattening/modelica/msl/README.TXT
| | |   A	flattening/modelica/operators/And.mo
| | |   A	flattening/modelica/operators/Cardinality.mo
| | |   A	flattening/modelica/operators/Cardinality2.mo
| | |   A	flattening/modelica/operators/Cardinality3.mo
| | |   A	flattening/modelica/operators/CardinalityArray.mo
| | |   A	flattening/modelica/operators/Cat1.mo
| | |   A	flattening/modelica/operators/CondOperators.mo
| | |   A	flattening/modelica/operators/ConstantLogicalRelations.mo
| | |   A	flattening/modelica/operators/Equals.mo
| | |   A	flattening/modelica/operators/Expressions.mo
| | |   A	flattening/modelica/operators/GreaterThan.mo
| | |   A	flattening/modelica/operators/GreaterThanEqual.mo
| | |   A	flattening/modelica/operators/ImplicitRangeReductionInvalid1.mo
| | |   A	flattening/modelica/operators/ImplicitRangeReductionInvalid2.mo
| | |   A	flattening/modelica/operators/ImplicitRangeReductionInvalid3.mo
| | |   A	flattening/modelica/operators/ImplicitRangeReductionInvalid4.mo
| | |   A	flattening/modelica/operators/ImplicitRangeReductions.mo
| | |   A	flattening/modelica/operators/IntAdd.mo
| | |   A	flattening/modelica/operators/IntDiv.mo
| | |   A	flattening/modelica/operators/IntMul.mo
| | |   A	flattening/modelica/operators/IntPow.mo
| | |   A	flattening/modelica/operators/IntSub.mo
| | |   A	flattening/modelica/operators/LessThan.mo
| | |   A	flattening/modelica/operators/LessThanEqual.mo
| | |   A	flattening/modelica/operators/Makefile
| | |   A	flattening/modelica/operators/NoEvent1.mo
| | |   A	flattening/modelica/operators/NonConstantReduction.mo
| | |   A	flattening/modelica/operators/Not.mo
| | |   A	flattening/modelica/operators/NotEquals.mo
| | |   A	flattening/modelica/operators/OperatorComponents.mo
| | |   A	flattening/modelica/operators/OperatorFunction1.mo
| | |   A	flattening/modelica/operators/OperatorFunction2.mo
| | |   A	flattening/modelica/operators/OperatorIllegal.mo
| | |   A	flattening/modelica/operators/OperatorSimple.mo
| | |   A	flattening/modelica/operators/Operators.mo
| | |   A	flattening/modelica/operators/OperatorsTuples.mo
| | |   A	flattening/modelica/operators/Or.mo
| | |   A	flattening/modelica/operators/Pow.mo
| | |   A	flattening/modelica/operators/RealAdd.mo
| | |   A	flattening/modelica/operators/RealAddEw.mo
| | |   A	flattening/modelica/operators/RealDiv.mo
| | |   A	flattening/modelica/operators/RealDivEw.mo
| | |   A	flattening/modelica/operators/RealMul.mo
| | |   A	flattening/modelica/operators/RealMulEw.mo
| | |   A	flattening/modelica/operators/RealPow.mo
| | |   A	flattening/modelica/operators/RealPowEw.mo
| | |   A	flattening/modelica/operators/RealSub.mo
| | |   A	flattening/modelica/operators/RealSubEw.mo
| | |   A	flattening/modelica/operators/Reductions.mo
| | |   A	flattening/modelica/operators/ReinitArray.mo
| | |   A	flattening/modelica/operators/ReinitInvalidType.mo
| | |   A	flattening/modelica/operators/ReinitInvalidType2.mo
| | |   A	flattening/modelica/operators/ReinitInvalidType3.mo
| | |   A	flattening/modelica/operators/Terminal1.mo
| | |   A	flattening/modelica/operators/Terminal2.mo
| | |   A	flattening/modelica/operators/reinit.mo
| | |   A	flattening/modelica/others/BoolArrayTest.mo
| | |   A	flattening/modelica/others/BooleanDim.mo
| | |   A	flattening/modelica/others/BooleanEnumDims.mo
| | |   A	flattening/modelica/others/BooleanLiterals.mo
| | |   A	flattening/modelica/others/BooleanRanges.mo
| | |   A	flattening/modelica/others/CMakeLists.txt
| | |   A	flattening/modelica/others/CheckInstantiationLimit.mo
| | |   A	flattening/modelica/others/Circuit1.mo
| | |   A	flattening/modelica/others/Class1.mo
| | |   A	flattening/modelica/others/Class2.mo
| | |   A	flattening/modelica/others/Comment1.mo
| | |   A	flattening/modelica/others/Comment2.mo
| | |   A	flattening/modelica/others/ComponentNames.mo
| | |   A	flattening/modelica/others/ComponentNames2.mo
| | |   A	flattening/modelica/others/ComponentNamesRedecl.mo
| | |   A	flattening/modelica/others/ConditionalComponent.mo
| | |   A	flattening/modelica/others/ConstrainingType1.mo
| | |   A	flattening/modelica/others/ConstrainingType2.mo
| | |   A	flattening/modelica/others/ConstrainingType3.mo
| | |   A	flattening/modelica/others/CyclicBindingConditional.mo
| | |   A	flattening/modelica/others/CyclicBindingConst.mo
| | |   A	flattening/modelica/others/CyclicBindingParam.mo
| | |   A	flattening/modelica/others/Derivative1.mo
| | |   A	flattening/modelica/others/DiagonalBlock.mo
| | |   A	flattening/modelica/others/DocString.mo
| | |   A	flattening/modelica/others/DotOperator.mo
| | |   A	flattening/modelica/others/DuplicateElements.mo
| | |   A	flattening/modelica/others/DuplicateElementsEquivalent.mo
| | |   A	flattening/modelica/others/DuplicateElementsExtends.mo
| | |   A	flattening/modelica/others/DuplicateElementsExtendsEquivalent.mo
| | |   A	flattening/modelica/others/DuplicateElementsNonEquivalent.mo
| | |   A	flattening/modelica/others/Each1.mo
| | |   A	flattening/modelica/others/End.mo
| | |   A	flattening/modelica/others/EndIllegal.mo
| | |   A	flattening/modelica/others/EndUnknown.mo
| | |   A	flattening/modelica/others/ExtObjError.mo
| | |   A	flattening/modelica/others/ExtObjError2.mo
| | |   A	flattening/modelica/others/ExternalObjectVariable.mo
| | |   A	flattening/modelica/others/FaultNonPropagation.mo
| | |   A	flattening/modelica/others/FlatParse.mof
| | |   A	flattening/modelica/others/FlexibleShaftNonLinearTotal.mo
| | |   A	flattening/modelica/others/FlowInvalid1.mo
| | |   A	flattening/modelica/others/ForIterator1.mo
| | |   A	flattening/modelica/others/ForIterator2.mo
| | |   A	flattening/modelica/others/ForIterator3.mo
| | |   A	flattening/modelica/others/ForceAndTorque.mo
| | |   A	flattening/modelica/others/GetInstanceName.mo
| | |   A	flattening/modelica/others/Homotopy.mo
| | |   A	flattening/modelica/others/Homotopy.mos
| | |   A	flattening/modelica/others/IconsRecursiveTest.mo
| | |   A	flattening/modelica/others/IfExpCombiTable1.mo
| | |   A	flattening/modelica/others/IfExpCombiTable2.mo
| | |   A	flattening/modelica/others/IllegalSubscript.mo
| | |   A	flattening/modelica/others/Influenza.mo
| | |   A	flattening/modelica/others/InvertedPendulumTotal.mo
| | |   A	flattening/modelica/others/Makefile
| | |   A	flattening/modelica/others/ModelAccess.mo
| | |   A	flattening/modelica/others/ModelSimple.mo
| | |   A	flattening/modelica/others/NamedArguments.mo
| | |   A	flattening/modelica/others/NestedClasses.mo
| | |   A	flattening/modelica/others/NonfixedParamSubscript.mo
| | |   A	flattening/modelica/others/NotDependsRecursive.mo
| | |   A	flattening/modelica/others/OverrideFinalTest.mo
| | |   A	flattening/modelica/others/PEXPipeTotal.mo
| | |   A	flattening/modelica/others/Partial1.mo
| | |   A	flattening/modelica/others/Philosopher.mo
| | |   A	flattening/modelica/others/Philosopher2.mo
| | |   A	flattening/modelica/others/Protected1.mo
| | |   A	flattening/modelica/others/ProtectedAccess.mo
| | |   A	flattening/modelica/others/ProtectedAccess2.mo
| | |   A	flattening/modelica/others/PublicAccess.mo
| | |   A	flattening/modelica/others/RecursiveDefinition.mo
| | |   A	flattening/modelica/others/RecursiveShort.mo
| | |   A	flattening/modelica/others/ReturnError.mo
| | |   A	flattening/modelica/others/SampleError.mo
| | |   A	flattening/modelica/others/Sequence.mo
| | |   A	flattening/modelica/others/ShortClassDef.mo
| | |   A	flattening/modelica/others/Simplify.mo
| | |   A	flattening/modelica/others/Simplify2.mo
| | |   A	flattening/modelica/others/SimplifyAbs.mo
| | |   A	flattening/modelica/others/SimplifyBinary.mo
| | |   A	flattening/modelica/others/SimplifyRangeInCall.mo
| | |   A	flattening/modelica/others/SmallLinsys.mo
| | |   A	flattening/modelica/others/SmallPlantModified.mof
| | |   A	flattening/modelica/others/Splice.mo
| | |   A	flattening/modelica/others/SpliceUnknownDest.mo
| | |   A	flattening/modelica/others/StringBoolean.mo
| | |   A	flattening/modelica/others/StringConcatenation.mo
| | |   A	flattening/modelica/others/StringConversion.mo
| | |   A	flattening/modelica/others/StringInteger.mo
| | |   A	flattening/modelica/others/StringLiterals.mo
| | |   A	flattening/modelica/others/StringPool.mo
| | |   A	flattening/modelica/others/StringReal.mo
| | |   A	flattening/modelica/others/StructuralParameter1.mo
| | |   A	flattening/modelica/others/SubScript1.mo
| | |   A	flattening/modelica/others/SubScript2.mo
| | |   A	flattening/modelica/others/SubScript3.mo
| | |   A	flattening/modelica/others/SubscriptEval.mo
| | |   A	flattening/modelica/others/Switch.mo
| | |   A	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mo
| | |   A	flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
| | |   A	flattening/modelica/others/VERSION.texi
| | |   A	flattening/modelica/others/VectorizeExtendedType.mo
| | |   A	flattening/modelica/others/WillowForest.mo
| | |   A	flattening/modelica/others/if_then_elseif_else.mo
| | |   A	flattening/modelica/others/modtest.info
| | |   A	flattening/modelica/others/modtest.texi
| | |   A	flattening/modelica/others/prtest.mo
| | |   A	flattening/modelica/others/translation_failed_template.mo
| | |   A	flattening/modelica/others/translation_template.mo
| | |   A	flattening/modelica/packages/ComplexNumbers.mo
| | |   A	flattening/modelica/packages/Encapsulated1.mo
| | |   A	flattening/modelica/packages/Encapsulated2.mo
| | |   A	flattening/modelica/packages/Encapsulated3.mo
| | |   A	flattening/modelica/packages/Encapsulated4.mo
| | |   A	flattening/modelica/packages/Import1.mo
| | |   A	flattening/modelica/packages/Import2.mo
| | |   A	flattening/modelica/packages/Import3.mo
| | |   A	flattening/modelica/packages/Import4.mo
| | |   A	flattening/modelica/packages/Import5.mo
| | |   A	flattening/modelica/packages/Import6.mo
| | |   A	flattening/modelica/packages/Import7.mo
| | |   A	flattening/modelica/packages/ImportSelf1.mo
| | |   A	flattening/modelica/packages/Makefile
| | |   A	flattening/modelica/packages/PackageComponents.mo
| | |   A	flattening/modelica/packages/PackageIllegal.mo
| | |   A	flattening/modelica/packages/PackageParameter.mo
| | |   A	flattening/modelica/packages/PackageSimple.mo
| | |   A	flattening/modelica/packages/package-s-1.mo
| | |   A	flattening/modelica/packages/packages1.mo
| | |   A	flattening/modelica/packages/packages2.mo
| | |   A	flattening/modelica/records/DefaultRecordParameters.mo
| | |   A	flattening/modelica/records/Derived1.mo
| | |   A	flattening/modelica/records/Derived2.mo
| | |   A	flattening/modelica/records/EmptyRecordTestConstructor.mos
| | |   A	flattening/modelica/records/EmptyRecordTestInput.mos
| | |   A	flattening/modelica/records/EngineSAAB95Total.mo
| | |   A	flattening/modelica/records/External_C_RecordTest.c
| | |   A	flattening/modelica/records/IntegerRealCast.mo
| | |   A	flattening/modelica/records/Makefile
| | |   A	flattening/modelica/records/MatrixMultiplicationRecordTypes.mo
| | |   A	flattening/modelica/records/NestedRecordTestConstructor.mos
| | |   A	flattening/modelica/records/NestedRecordTestInput.mos
| | |   A	flattening/modelica/records/OperatorOverloadComplex.mo
| | |   A	flattening/modelica/records/OperatorOverloadComplexArray.mo
| | |   A	flattening/modelica/records/Record1.mo
| | |   A	flattening/modelica/records/RecordAssignment.mo
| | |   A	flattening/modelica/records/RecordBindingsOrdered.mo
| | |   A	flattening/modelica/records/RecordClassModOutput.mo
| | |   A	flattening/modelica/records/RecordConnections.mo
| | |   A	flattening/modelica/records/RecordConstant1.mo
| | |   A	flattening/modelica/records/RecordConstant2.mo
| | |   A	flattening/modelica/records/RecordConstant3.mo
| | |   A	flattening/modelica/records/RecordConstant4.mo
| | |   A	flattening/modelica/records/RecordConstructorVectorization.mo
| | |   A	flattening/modelica/records/RecordConstructors.mo
| | |   A	flattening/modelica/records/RecordConstructors2.mo
| | |   A	flattening/modelica/records/RecordDefaultArg.mo
| | |   A	flattening/modelica/records/RecordDefaultArgMod.mo
| | |   A	flattening/modelica/records/RecordEnumBinding.mo
| | |   A	flattening/modelica/records/RecordFuncParam.mo
| | |   A	flattening/modelica/records/RecordFuncParam.mos
| | |   A	flattening/modelica/records/RecordModifications.mo
| | |   A	flattening/modelica/records/RecordNonPublic.mo
| | |   A	flattening/modelica/records/RecordParameters.mos
| | |   A	flattening/modelica/records/RecordPrefixes.mo
| | |   A	flattening/modelica/records/RecordSimple.mo
| | |   A	flattening/modelica/records/RecordSliceAssign.mo
| | |   A	flattening/modelica/records/RecordTest.mo
| | |   A	flattening/modelica/records/RecordVariability.mo
| | |   A	flattening/modelica/records/SimpleRecordTestConstructor.mos
| | |   A	flattening/modelica/records/SimpleRecordTestInput.mos
| | |   A	flattening/modelica/redeclare/AttributesPropagation.mo
| | |   A	flattening/modelica/redeclare/BranchingDynamicPipes.mo
| | |   A	flattening/modelica/redeclare/Bug2695.mo
| | |   A	flattening/modelica/redeclare/Bug2727.mo
| | |   A	flattening/modelica/redeclare/Bug2784.mo
| | |   A	flattening/modelica/redeclare/Bug3239.mo
| | |   A	flattening/modelica/redeclare/ClassExtends1.mo
| | |   A	flattening/modelica/redeclare/ClassExtends2.mo
| | |   A	flattening/modelica/redeclare/ClassExtends3.mo
| | |   A	flattening/modelica/redeclare/ClassExtends4.mo
| | |   A	flattening/modelica/redeclare/ClassExtends5.mo
| | |   A	flattening/modelica/redeclare/ClassExtends6.mo
| | |   A	flattening/modelica/redeclare/ClassExtendsInvalid1.mo
| | |   A	flattening/modelica/redeclare/ClassExtendsInvalid2.mo
| | |   A	flattening/modelica/redeclare/ComparePSD.mo
| | |   A	flattening/modelica/redeclare/ConstantRedeclareModifier.mo
| | |   A	flattening/modelica/redeclare/ConstrainedByMods.mo
| | |   A	flattening/modelica/redeclare/ConstrainingType1.mo
| | |   A	flattening/modelica/redeclare/ConstrainingType2.mo
| | |   A	flattening/modelica/redeclare/Dependency.mo
| | |   A	flattening/modelica/redeclare/Dependency.mos
| | |   A	flattening/modelica/redeclare/DuplicateRedeclares1.mo
| | |   A	flattening/modelica/redeclare/DuplicateRedeclares2.mo
| | |   A	flattening/modelica/redeclare/ExtendsDerived.mo
| | |   A	flattening/modelica/redeclare/FinalRedeclareModifier.mo
| | |   A	flattening/modelica/redeclare/FinalRedeclareModifier2.mo
| | |   A	flattening/modelica/redeclare/Makefile
| | |   A	flattening/modelica/redeclare/Modification1.mo
| | |   A	flattening/modelica/redeclare/Modification2.mo
| | |   A	flattening/modelica/redeclare/ModifiersPriority.mo
| | |   A	flattening/modelica/redeclare/NonexistentElementRedeclare1.mo
| | |   A	flattening/modelica/redeclare/NonexistentElementRedeclare2.mo
| | |   A	flattening/modelica/redeclare/RDCL.mo
| | |   A	flattening/modelica/redeclare/Redeclare1.mo
| | |   A	flattening/modelica/redeclare/Redeclare2.mo
| | |   A	flattening/modelica/redeclare/Redeclare3.mo
| | |   A	flattening/modelica/redeclare/Redeclare4.mo
| | |   A	flattening/modelica/redeclare/Redeclare5.mo
| | |   A	flattening/modelica/redeclare/Redeclare6.mo
| | |   A	flattening/modelica/redeclare/Redeclare6.mos
| | |   A	flattening/modelica/redeclare/RedeclareBaseClass1.mo
| | |   A	flattening/modelica/redeclare/RedeclareClass1.mo
| | |   A	flattening/modelica/redeclare/RedeclareClass2.mo
| | |   A	flattening/modelica/redeclare/RedeclareClass3.mo
| | |   A	flattening/modelica/redeclare/RedeclareClass4.mo
| | |   A	flattening/modelica/redeclare/RedeclareComponent1.mo
| | |   A	flattening/modelica/redeclare/RedeclareComponent2.mo
| | |   A	flattening/modelica/redeclare/RedeclareComponent3.mo
| | |   A	flattening/modelica/redeclare/RedeclareComponentInvalid1.mo
| | |   A	flattening/modelica/redeclare/RedeclareComponentInvalid2.mo
| | |   A	flattening/modelica/redeclare/RedeclareComponentInvalid3.mo
| | |   A	flattening/modelica/redeclare/RedeclareFlowEffort.mo
| | |   A	flattening/modelica/redeclare/RedeclareFunction.mo
| | |   A	flattening/modelica/redeclare/RedeclareFunction1.mo
| | |   A	flattening/modelica/redeclare/RedeclareFunctionSameType.mo
| | |   A	flattening/modelica/redeclare/RedeclareInClassModification.mo
| | |   A	flattening/modelica/redeclare/RedeclareModifierInvalid1.mo
| | |   A	flattening/modelica/redeclare/RedeclareModifierInvalid2.mo
| | |   A	flattening/modelica/redeclare/RedeclareVisibility.mo
| | |   A	flattening/modelica/redeclare/RedeclareVisibility2.mo
| | |   A	flattening/modelica/redeclare/ReplaceableBaseClass.mo
| | |   A	flattening/modelica/redeclare/TestPackageInheritance.mo
| | |   A	flattening/modelica/redeclare/TestPackageInheritance.mos
| | |   A	flattening/modelica/redeclare/TestRedeclareTypeWithArrayDimensions.mo
| | |   A	flattening/modelica/redeclare/example.mo
| | |   A	flattening/modelica/scodeinst/BuiltinTime.mo
| | |   A	flattening/modelica/scodeinst/ClassAsComponentError.mo
| | |   A	flattening/modelica/scodeinst/ComponentAsTypeError.mo
| | |   A	flattening/modelica/scodeinst/ConstantConnector1.mo
| | |   A	flattening/modelica/scodeinst/ConstantConnector2.mo
| | |   A	flattening/modelica/scodeinst/ConstantConnector3.mo
| | |   A	flattening/modelica/scodeinst/DuplicateMod1.mo
| | |   A	flattening/modelica/scodeinst/DuplicateMod2.mo
| | |   A	flattening/modelica/scodeinst/DuplicateMod3.mo
| | |   A	flattening/modelica/scodeinst/DuplicateMod4.mo
| | |   A	flattening/modelica/scodeinst/DuplicateMod5.mo
| | |   A	flattening/modelica/scodeinst/ExtendSections.mo
| | |   A	flattening/modelica/scodeinst/ExtendsVisibility.mo
| | |   A	flattening/modelica/scodeinst/FunctionRecordArg1.mo
| | |   A	flattening/modelica/scodeinst/ImportConflict1.mo
| | |   A	flattening/modelica/scodeinst/ImportNamed1.mo
| | |   A	flattening/modelica/scodeinst/ImportNamed2.mo
| | |   A	flattening/modelica/scodeinst/ImportNamedInvalid1.mo
| | |   A	flattening/modelica/scodeinst/ImportNested1.mo
| | |   A	flattening/modelica/scodeinst/ImportNested2.mo
| | |   A	flattening/modelica/scodeinst/ImportQualified1.mo
| | |   A	flattening/modelica/scodeinst/ImportQualifiedInvalid1.mo
| | |   A	flattening/modelica/scodeinst/ImportQualifiedInvalid2.mo
| | |   A	flattening/modelica/scodeinst/ImportShadowing1.mo
| | |   A	flattening/modelica/scodeinst/ImportUnqualified1.mo
| | |   A	flattening/modelica/scodeinst/ImportUnqualified2.mo
| | |   A	flattening/modelica/scodeinst/InvalidComplexConnectorType1.mo
| | |   A	flattening/modelica/scodeinst/InvalidComplexConnectorType2.mo
| | |   A	flattening/modelica/scodeinst/InvalidComplexConnectorType3.mo
| | |   A	flattening/modelica/scodeinst/InvalidComplexConnectorType4.mo
| | |   A	flattening/modelica/scodeinst/InvalidComplexConnectorType5.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorDirection1.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorDirection2.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorDirection3.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorDirection4.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorType1.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorType2.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorType3.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorType4.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorType5.mo
| | |   A	flattening/modelica/scodeinst/InvalidConnectorType6.mo
| | |   A	flattening/modelica/scodeinst/InvalidExpandableConnector1.mo
| | |   A	flattening/modelica/scodeinst/InvalidVariability1.mo
| | |   A	flattening/modelica/scodeinst/InvalidVariability2.mo
| | |   A	flattening/modelica/scodeinst/Makefile
| | |   A	flattening/modelica/scodeinst/MissingRedeclare1.mo
| | |   A	flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo
| | |   A	flattening/modelica/scodeinst/MultiInheritanceRedeclare2.mo
| | |   A	flattening/modelica/scodeinst/NonexistentRedeclareModifier1.mo
| | |   A	flattening/modelica/scodeinst/NonexistentRedeclareModifier2.mo
| | |   A	flattening/modelica/scodeinst/ParameterBug.mo
| | |   A	flattening/modelica/scodeinst/ParameterBug.mos
| | |   A	flattening/modelica/scodeinst/PartialInst.mo
| | |   A	flattening/modelica/scodeinst/PropagateRedeclareMod1.mo
| | |   A	flattening/modelica/scodeinst/RecursiveExtends1.mo
| | |   A	flattening/modelica/scodeinst/RecursiveExtends2.mo
| | |   A	flattening/modelica/scodeinst/RedeclaredFunction1.mo
| | |   A	flattening/modelica/scodeinst/arrfunc.mo
| | |   A	flattening/modelica/scodeinst/bindings1.mo
| | |   A	flattening/modelica/scodeinst/bindings2.mo
| | |   A	flattening/modelica/scodeinst/bindings3.mo
| | |   A	flattening/modelica/scodeinst/bindings4.mo
| | |   A	flattening/modelica/scodeinst/bindings5.mo
| | |   A	flattening/modelica/scodeinst/bindings6.mo
| | |   A	flattening/modelica/scodeinst/bindings7.mo
| | |   A	flattening/modelica/scodeinst/builtinmod.mo
| | |   A	flattening/modelica/scodeinst/builtinmod2.mo
| | |   A	flattening/modelica/scodeinst/classextends1.mo
| | |   A	flattening/modelica/scodeinst/classextends2.mo
| | |   A	flattening/modelica/scodeinst/classextends3.mo
| | |   A	flattening/modelica/scodeinst/compfunc.mo
| | |   A	flattening/modelica/scodeinst/cond1.mo
| | |   A	flattening/modelica/scodeinst/cond2.mo
| | |   A	flattening/modelica/scodeinst/cond3.mo
| | |   A	flattening/modelica/scodeinst/cond4.mo
| | |   A	flattening/modelica/scodeinst/conn1.mo
| | |   A	flattening/modelica/scodeinst/conn10.mo
| | |   A	flattening/modelica/scodeinst/conn11.mo
| | |   A	flattening/modelica/scodeinst/conn12.mo
| | |   A	flattening/modelica/scodeinst/conn13.mo
| | |   A	flattening/modelica/scodeinst/conn14.mo
| | |   A	flattening/modelica/scodeinst/conn2.mo
| | |   A	flattening/modelica/scodeinst/conn3.mo
| | |   A	flattening/modelica/scodeinst/conn4.mo
| | |   A	flattening/modelica/scodeinst/conn5.mo
| | |   A	flattening/modelica/scodeinst/conn6.mo
| | |   A	flattening/modelica/scodeinst/conn7.mo
| | |   A	flattening/modelica/scodeinst/conn8.mo
| | |   A	flattening/modelica/scodeinst/conn9.mo
| | |   A	flattening/modelica/scodeinst/conngraph1.mo
| | |   A	flattening/modelica/scodeinst/conngraph2.mo
| | |   A	flattening/modelica/scodeinst/const1.mo
| | |   A	flattening/modelica/scodeinst/const10.mo
| | |   A	flattening/modelica/scodeinst/const11.mo
| | |   A	flattening/modelica/scodeinst/const12.mo
| | |   A	flattening/modelica/scodeinst/const13.mo
| | |   A	flattening/modelica/scodeinst/const14.mo
| | |   A	flattening/modelica/scodeinst/const15.mo
| | |   A	flattening/modelica/scodeinst/const16.mo
| | |   A	flattening/modelica/scodeinst/const17.mo
| | |   A	flattening/modelica/scodeinst/const2.mo
| | |   A	flattening/modelica/scodeinst/const3.mo
| | |   A	flattening/modelica/scodeinst/const4.mo
| | |   A	flattening/modelica/scodeinst/const5.mo
| | |   A	flattening/modelica/scodeinst/const6.mo
| | |   A	flattening/modelica/scodeinst/const7.mo
| | |   A	flattening/modelica/scodeinst/const8.mo
| | |   A	flattening/modelica/scodeinst/const9.mo
| | |   A	flattening/modelica/scodeinst/dim1.mo
| | |   A	flattening/modelica/scodeinst/dim10.mo
| | |   A	flattening/modelica/scodeinst/dim12.mo
| | |   A	flattening/modelica/scodeinst/dim13.mo
| | |   A	flattening/modelica/scodeinst/dim14.mo
| | |   A	flattening/modelica/scodeinst/dim15.mo
| | |   A	flattening/modelica/scodeinst/dim16.mo
| | |   A	flattening/modelica/scodeinst/dim17.mo
| | |   A	flattening/modelica/scodeinst/dim18.mo
| | |   A	flattening/modelica/scodeinst/dim19.mo
| | |   A	flattening/modelica/scodeinst/dim2.mo
| | |   A	flattening/modelica/scodeinst/dim3.mo
| | |   A	flattening/modelica/scodeinst/dim4.mo
| | |   A	flattening/modelica/scodeinst/dim5.mo
| | |   A	flattening/modelica/scodeinst/dim6.mo
| | |   A	flattening/modelica/scodeinst/dim7.mo
| | |   A	flattening/modelica/scodeinst/enum1.mo
| | |   A	flattening/modelica/scodeinst/enum2.mo
| | |   A	flattening/modelica/scodeinst/enum3.mo
| | |   A	flattening/modelica/scodeinst/enum4.mo
| | |   A	flattening/modelica/scodeinst/enum5.mo
| | |   A	flattening/modelica/scodeinst/enum6.mo
| | |   A	flattening/modelica/scodeinst/eq1.mo
| | |   A	flattening/modelica/scodeinst/eq10.mo
| | |   A	flattening/modelica/scodeinst/eq2.mo
| | |   A	flattening/modelica/scodeinst/eq3.mo
| | |   A	flattening/modelica/scodeinst/eq4.mo
| | |   A	flattening/modelica/scodeinst/eq5.mo
| | |   A	flattening/modelica/scodeinst/eq6.mo
| | |   A	flattening/modelica/scodeinst/eq7.mo
| | |   A	flattening/modelica/scodeinst/eq8.mo
| | |   A	flattening/modelica/scodeinst/eq9.mo
| | |   A	flattening/modelica/scodeinst/expconn1.mo
| | |   A	flattening/modelica/scodeinst/expconn2.mo
| | |   A	flattening/modelica/scodeinst/expconn3.mo
| | |   A	flattening/modelica/scodeinst/expconn4.mo
| | |   A	flattening/modelica/scodeinst/expconn5.mo
| | |   A	flattening/modelica/scodeinst/expconn6.mo
| | |   A	flattening/modelica/scodeinst/expconn7.mo
| | |   A	flattening/modelica/scodeinst/extends1.mo
| | |   A	flattening/modelica/scodeinst/extends2.mo
| | |   A	flattening/modelica/scodeinst/for1.mo
| | |   A	flattening/modelica/scodeinst/for2.mo
| | |   A	flattening/modelica/scodeinst/for3.mo
| | |   A	flattening/modelica/scodeinst/func1.mo
| | |   A	flattening/modelica/scodeinst/func2.mo
| | |   A	flattening/modelica/scodeinst/func3.mo
| | |   A	flattening/modelica/scodeinst/func4.mo
| | |   A	flattening/modelica/scodeinst/func5.mo
| | |   A	flattening/modelica/scodeinst/func6.mo
| | |   A	flattening/modelica/scodeinst/func7.mo
| | |   A	flattening/modelica/scodeinst/func8.mo
| | |   A	flattening/modelica/scodeinst/func9.mo
| | |   A	flattening/modelica/scodeinst/function1.mo
| | |   A	flattening/modelica/scodeinst/if1.mo
| | |   A	flattening/modelica/scodeinst/ih1.mo
| | |   A	flattening/modelica/scodeinst/ih2.mo
| | |   A	flattening/modelica/scodeinst/ih3.mo
| | |   A	flattening/modelica/scodeinst/inst1.mo
| | |   A	flattening/modelica/scodeinst/inst2.mo
| | |   A	flattening/modelica/scodeinst/inst3.mo
| | |   A	flattening/modelica/scodeinst/inst4.mo
| | |   A	flattening/modelica/scodeinst/inst5.mo
| | |   A	flattening/modelica/scodeinst/inst6.mo
| | |   A	flattening/modelica/scodeinst/inst7.mo
| | |   A	flattening/modelica/scodeinst/inst8.mo
| | |   A	flattening/modelica/scodeinst/loop1.mo
| | |   A	flattening/modelica/scodeinst/loop2.mo
| | |   A	flattening/modelica/scodeinst/loop3.mo
| | |   A	flattening/modelica/scodeinst/loop4.mo
| | |   A	flattening/modelica/scodeinst/mod1.mo
| | |   A	flattening/modelica/scodeinst/mod10.mo
| | |   A	flattening/modelica/scodeinst/mod11.mo
| | |   A	flattening/modelica/scodeinst/mod12.mo
| | |   A	flattening/modelica/scodeinst/mod13.mo
| | |   A	flattening/modelica/scodeinst/mod4.mo
| | |   A	flattening/modelica/scodeinst/mod5.mo
| | |   A	flattening/modelica/scodeinst/mod6.mo
| | |   A	flattening/modelica/scodeinst/mod7.mo
| | |   A	flattening/modelica/scodeinst/mod8.mo
| | |   A	flattening/modelica/scodeinst/mod9.mo
| | |   A	flattening/modelica/scodeinst/noretcall1.mo
| | |   A	flattening/modelica/scodeinst/redeclare1.mo
| | |   A	flattening/modelica/scodeinst/redeclare10.mo
| | |   A	flattening/modelica/scodeinst/redeclare11.mo
| | |   A	flattening/modelica/scodeinst/redeclare12.mo
| | |   A	flattening/modelica/scodeinst/redeclare13.mo
| | |   A	flattening/modelica/scodeinst/redeclare2.mo
| | |   A	flattening/modelica/scodeinst/redeclare3.mo
| | |   A	flattening/modelica/scodeinst/redeclare4.mo
| | |   A	flattening/modelica/scodeinst/redeclare5.mo
| | |   A	flattening/modelica/scodeinst/redeclare5.mos
| | |   A	flattening/modelica/scodeinst/redeclare6.mo
| | |   A	flattening/modelica/scodeinst/redeclare7.mo
| | |   A	flattening/modelica/scodeinst/redeclare8.mo
| | |   A	flattening/modelica/scodeinst/redeclare9.mo
| | |   A	flattening/modelica/scodeinst/type1.mo
| | |   A	flattening/modelica/scodeinst/type2.mo
| | |   A	flattening/modelica/scodeinst/type3.mo
| | |   A	flattening/modelica/scodeinst/type4.mo
| | |   A	flattening/modelica/scodeinst/type5.mo
| | |   A	flattening/modelica/scodeinst/when1.mo
| | |   A	flattening/modelica/scoping/DependsMutual.mo
| | |   A	flattening/modelica/scoping/DependsRecursive.mo
| | |   A	flattening/modelica/scoping/InnerClass1.mo
| | |   A	flattening/modelica/scoping/InnerEnumeration.mo
| | |   A	flattening/modelica/scoping/InnerOuter1.mo
| | |   A	flattening/modelica/scoping/InnerOuter2.mo
| | |   A	flattening/modelica/scoping/InnerOuterArray.mo
| | |   A	flattening/modelica/scoping/InnerOuterArray2.mo
| | |   A	flattening/modelica/scoping/InnerOuterSamePrefix.mo
| | |   A	flattening/modelica/scoping/InnerOuterSystem.mo
| | |   A	flattening/modelica/scoping/InnerOuterWithExtends.mo
| | |   A	flattening/modelica/scoping/Lookup1.mo
| | |   A	flattening/modelica/scoping/Lookup10.mo
| | |   A	flattening/modelica/scoping/Lookup11.mo
| | |   A	flattening/modelica/scoping/Lookup2.mo
| | |   A	flattening/modelica/scoping/Lookup3.mo
| | |   A	flattening/modelica/scoping/Lookup4.mo
| | |   A	flattening/modelica/scoping/Lookup5.mo
| | |   A	flattening/modelica/scoping/Lookup6.mo
| | |   A	flattening/modelica/scoping/Lookup7.mo
| | |   A	flattening/modelica/scoping/Lookup8.mo
| | |   A	flattening/modelica/scoping/Lookup9.mo
| | |   A	flattening/modelica/scoping/LookupArray.mo
| | |   A	flattening/modelica/scoping/Makefile
| | |   A	flattening/modelica/scoping/ProtectedStructural.mo
| | |   A	flattening/modelica/statemachines/ActiveStateTest.mo
| | |   A	flattening/modelica/statemachines/ConferenceTut1.mo
| | |   A	flattening/modelica/statemachines/HierarchicalAndParallelStateMachine.mo
| | |   A	flattening/modelica/statemachines/InitialState2Test.mo
| | |   A	flattening/modelica/statemachines/InitialStateTest.mo
| | |   A	flattening/modelica/statemachines/Makefile
| | |   A	flattening/modelica/statemachines/TicksInStateTest.mo
| | |   A	flattening/modelica/statemachines/TimeInStateTest.mo
| | |   A	flattening/modelica/statemachines/TransitionTest.mo
| | |   A	flattening/modelica/streams/ActualStream.mo
| | |   A	flattening/modelica/streams/ActualStreamCodeGen.mo
| | |   A	flattening/modelica/streams/ActualStreamCodeGen.mos
| | |   A	flattening/modelica/streams/InStreamInsideOutside.mo
| | |   A	flattening/modelica/streams/InStreamInvalidArgument.mo
| | |   A	flattening/modelica/streams/InStreamPipeline.mo
| | |   A	flattening/modelica/streams/InStreamTwoInside.mo
| | |   A	flattening/modelica/streams/InStreamTwoOutside.mo
| | |   A	flattening/modelica/streams/InStreamUnconnected.mo
| | |   A	flattening/modelica/streams/Makefile
| | |   A	flattening/modelica/streams/StreamConcept_NoMedium_Total.mo
| | |   A	flattening/modelica/streams/StreamUnbalancedConnector.mo
| | |   A	flattening/modelica/synchronous/BackSampleTest.mo
| | |   A	flattening/modelica/synchronous/ClockTest.mo
| | |   A	flattening/modelica/synchronous/HoldTest.mo
| | |   A	flattening/modelica/synchronous/IntervalTest.mo
| | |   A	flattening/modelica/synchronous/Makefile
| | |   A	flattening/modelica/synchronous/NoClockTest.mo
| | |   A	flattening/modelica/synchronous/PreviousTest.mo
| | |   A	flattening/modelica/synchronous/SampleTest.mo
| | |   A	flattening/modelica/synchronous/SamplingWithClocks.mos
| | |   A	flattening/modelica/synchronous/ShiftSampleTest.mo
| | |   A	flattening/modelica/synchronous/SubSampleTest.mo
| | |   A	flattening/modelica/synchronous/SuperSampleTest.mo
| | |   A	flattening/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | |   A	flattening/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | |   A	flattening/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | |   A	flattening/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | |   A	flattening/modelica/synchronous/SynchronousFeatures.mo
| | |   A	flattening/modelica/types/ColorPixel.mo
| | |   A	flattening/modelica/types/IntegerToEnumeration.mo
| | |   A	flattening/modelica/types/Makefile
| | |   A	flattening/modelica/types/PredefinedTypes.mo
| | |   A	flattening/modelica/types/Real2Integer1.mo
| | |   A	flattening/modelica/types/Real2Integer2.mo
| | |   A	flattening/modelica/types/Real2Integer3.mo
| | |   A	flattening/modelica/types/RefinedSimpleCircuitInvalid.mo
| | |   A	flattening/modelica/types/RefinedSimpleCircuitValid.mo
| | |   A	flattening/modelica/types/RefinedSimpleCircuitValid2.mo
| | |   A	flattening/modelica/types/Type1.mo
| | |   A	flattening/modelica/types/Type10.mo
| | |   A	flattening/modelica/types/Type11.mo
| | |   A	flattening/modelica/types/Type3.mo
| | |   A	flattening/modelica/types/Type4.mo
| | |   A	flattening/modelica/types/Type5.mo
| | |   A	flattening/modelica/types/Type6.mo
| | |   A	flattening/modelica/types/Type7.mo
| | |   A	flattening/modelica/types/Type8.mo
| | |   A	flattening/modelica/types/Type9.mo
| | |   A	flattening/modelica/types/TypeArray.mo
| | |   A	flattening/modelica/types/TypeClass1.mo
| | |   A	flattening/modelica/types/TypeClass2.mo
| | |   A	flattening/modelica/types/TypeDeclArray.mo
| | |   A	flattening/modelica/types/TypeEnumeration.mo
| | |   A	flattening/modelica/types/TypeSimple.mo
| | |   A	flattening/modelica/types/modelica_1_1_Type10.mo
| | |   A	flattening/modelica/types/modelica_1_1_Type9.mo
| | |   A	metamodelica/MetaModelicaDev/00_simplesim/.project
| | |   A	metamodelica/MetaModelicaDev/00_simplesim/README.txt
| | |   A	metamodelica/MetaModelicaDev/00_simplesim/SOLUTION.txt
| | |   A	metamodelica/MetaModelicaDev/01_experiment/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/01_experiment/.project
| | |   A	metamodelica/MetaModelicaDev/01_experiment/Functions.mo
| | |   A	metamodelica/MetaModelicaDev/01_experiment/Main.mo
| | |   A	metamodelica/MetaModelicaDev/01_experiment/Makefile
| | |   A	metamodelica/MetaModelicaDev/01_experiment/README.tex
| | |   A	metamodelica/MetaModelicaDev/01_experiment/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/01_experiment/SOLUTION.mo
| | |   A	metamodelica/MetaModelicaDev/01_experiment/SOLUTION.txt
| | |   A	metamodelica/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos
| | |   A	metamodelica/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos
| | |   A	metamodelica/MetaModelicaDev/01_experiment/Types.mo
| | |   A	metamodelica/MetaModelicaDev/01_experiment/program.txt
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/.project
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/Exp1.mo
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/Makefile
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/README.tex
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/SOLUTION.txt
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/lexer.l
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/parser.y
| | |   A	metamodelica/MetaModelicaDev/02a_exp1/program.txt
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/.project
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/Exp2.mo
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/Makefile
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/README.tex
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/lexer.l
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/parser.y
| | |   A	metamodelica/MetaModelicaDev/02b_exp2/program.txt
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/.project
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/Makefile
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/README.tex
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/lexer.l
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/parser.y
| | |   A	metamodelica/MetaModelicaDev/03_symbolicderivative/program.txt
| | |   A	metamodelica/MetaModelicaDev/04_assignment/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/04_assignment/.project
| | |   A	metamodelica/MetaModelicaDev/04_assignment/Assignment.mo
| | |   A	metamodelica/MetaModelicaDev/04_assignment/Makefile
| | |   A	metamodelica/MetaModelicaDev/04_assignment/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/04_assignment/README.tex
| | |   A	metamodelica/MetaModelicaDev/04_assignment/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/04_assignment/SOLUTION.mo
| | |   A	metamodelica/MetaModelicaDev/04_assignment/SOLUTION.mos
| | |   A	metamodelica/MetaModelicaDev/04_assignment/SOLUTION.txt
| | |   A	metamodelica/MetaModelicaDev/04_assignment/lexer.l
| | |   A	metamodelica/MetaModelicaDev/04_assignment/parser.y
| | |   A	metamodelica/MetaModelicaDev/04_assignment/program.txt
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/.project
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/Makefile
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/README.tex
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/lexer.l
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/optprogram.txt
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/parser.y
| | |   A	metamodelica/MetaModelicaDev/05a_assigntwotype/program.txt
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/.project
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/Absyn.mo
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/Eval.mo
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/Main.mo
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/Makefile
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/README.tex
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/lexer.l
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/parser.y
| | |   A	metamodelica/MetaModelicaDev/05b_modassigntwotype/program.txt
| | |   A	metamodelica/MetaModelicaDev/06_advanced/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/06_advanced/.project
| | |   A	metamodelica/MetaModelicaDev/06_advanced/Functions.mo
| | |   A	metamodelica/MetaModelicaDev/06_advanced/Main.mo
| | |   A	metamodelica/MetaModelicaDev/06_advanced/Makefile
| | |   A	metamodelica/MetaModelicaDev/06_advanced/README.tex
| | |   A	metamodelica/MetaModelicaDev/06_advanced/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/06_advanced/SOLUTION.mo
| | |   A	metamodelica/MetaModelicaDev/06_advanced/SOLUTION.mos
| | |   A	metamodelica/MetaModelicaDev/06_advanced/Types.mo
| | |   A	metamodelica/MetaModelicaDev/06_advanced/program.txt
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/.classpath
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/.project
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/README.txt
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java
| | |   A	metamodelica/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java
| | |   A	metamodelica/MetaModelicaDev/08_pam/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/08_pam/.project
| | |   A	metamodelica/MetaModelicaDev/08_pam/Input.mo
| | |   A	metamodelica/MetaModelicaDev/08_pam/Main.mo
| | |   A	metamodelica/MetaModelicaDev/08_pam/Makefile
| | |   A	metamodelica/MetaModelicaDev/08_pam/Pam.mo
| | |   A	metamodelica/MetaModelicaDev/08_pam/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/08_pam/README.tex
| | |   A	metamodelica/MetaModelicaDev/08_pam/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/08_pam/lexer.l
| | |   A	metamodelica/MetaModelicaDev/08_pam/parser.y
| | |   A	metamodelica/MetaModelicaDev/08_pam/program.txt
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/.project
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/Absyn.mo
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/Env.mo
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/Eval.mo
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/Main.mo
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/Makefile
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/README.tex
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/ScanParse.mo
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/ScanParseRML.c
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/lexer.l
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/parser.y
| | |   A	metamodelica/MetaModelicaDev/09_pamdecl/program.txt
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/.project
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/Absyn.mo
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/Emit.tpl
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/EmitTV.mo
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/Main.mo
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/Makefile
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/Mcode.mo
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/README.tex
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/Trans.mo
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/lexer.l
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/parser.y
| | |   A	metamodelica/MetaModelicaDev/10_pamtrans/program.txt
| | |   A	metamodelica/MetaModelicaDev/11_petrol/.externalToolBuilders/OMC.launch
| | |   A	metamodelica/MetaModelicaDev/11_petrol/.project
| | |   A	metamodelica/MetaModelicaDev/11_petrol/Absyn.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/FCEmit.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/FCode.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/Flatten.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/Main.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/Makefile
| | |   A	metamodelica/MetaModelicaDev/11_petrol/Parse.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/README.tex
| | |   A	metamodelica/MetaModelicaDev/11_petrol/SCRIPT.mos
| | |   A	metamodelica/MetaModelicaDev/11_petrol/Static.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/TCode.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/Types.mo
| | |   A	metamodelica/MetaModelicaDev/11_petrol/lexerPetrol.c
| | |   A	metamodelica/MetaModelicaDev/11_petrol/lexerPetrol.h
| | |   A	metamodelica/MetaModelicaDev/11_petrol/parser.y
| | |   A	metamodelica/MetaModelicaDev/11_petrol/parsutil.h
| | |   A	metamodelica/MetaModelicaDev/11_petrol/parsutil_omc.c
| | |   A	metamodelica/MetaModelicaDev/11_petrol/petrol.h
| | |   A	metamodelica/MetaModelicaDev/11_petrol/program.txt
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/8q.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/8q.out
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/big.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/cirkel.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/codtest.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/factorial.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/fib.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/lib/math.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/lib/stdio.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/params.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/parstest1.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/qsort.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/quadtest.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/return.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/semtest1.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/sieve.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/stone.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testd/testmath.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testp/a.d
| | |   A	metamodelica/MetaModelicaDev/11_petrol/testp/b.d
| | |   A	metamodelica/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt
| | |   A	metamodelica/MetaModelicaDev/Makefile
| | |   A	metamodelica/MetaModelicaDev/common.omc
| | |   A	metamodelica/MetaModelicaDev/documentation/Basic-Exercise-MetaModelica.onb
| | |   A	metamodelica/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt
| | |   A	metamodelica/MetaModelicaDev/documentation/MetaModelica Overview.ppt
| | |   A	metamodelica/MetaModelicaDev/documentation/MetaModelicaBuiltinFunctions.url
| | |   A	metamodelica/MetaModelicaDev/documentation/Modelica2011 Bootstrapping.odp
| | |   A	metamodelica/MetaModelicaDev/eclipse.bat
| | |   A	metamodelica/MetaModelicaDev/scripts/createbuilders.sh
| | |   A	metamodelica/MetaModelicaDev/scripts/latex/Makefile
| | |   A	metamodelica/MetaModelicaDev/scripts/latex/MetaModelicaBuiltin.mo
| | |   A	metamodelica/MetaModelicaDev/scripts/latex/builtin.mos
| | |   A	metamodelica/MetaModelicaDev/scripts/latex/main.tex
| | |   A	metamodelica/MetaModelicaDev/scripts/make-package.sh
| | |   A	metamodelica/MetaModelicaDev/scripts/project.in
| | |   A	metamodelica/MetaModelicaDev/scripts/tool.launch.in.linux
| | |   A	metamodelica/MetaModelicaDev/scripts/tool.launch.in.osx
| | |   A	metamodelica/MetaModelicaDev/scripts/tool.launch.in.win32
| | |   A	metamodelica/meta/AlgPatternm.mo
| | |   A	metamodelica/meta/AlgPatternm.mos
| | |   A	metamodelica/meta/AllWild.mo
| | |   A	metamodelica/meta/AllWild.mos
| | |   A	metamodelica/meta/ArraySubscripting.mos
| | |   A	metamodelica/meta/AssignMatchVar.mos
| | |   A	metamodelica/meta/AssignMetaRecordField.mos
| | |   A	metamodelica/meta/BuiltinArray.mo
| | |   A	metamodelica/meta/BuiltinArray.mos
| | |   A	metamodelica/meta/BuiltinBoolean.mo
| | |   A	metamodelica/meta/BuiltinBoolean.mos
| | |   A	metamodelica/meta/BuiltinInteger.mo
| | |   A	metamodelica/meta/BuiltinInteger.mos
| | |   A	metamodelica/meta/BuiltinList.mo
| | |   A	metamodelica/meta/BuiltinList.mos
| | |   A	metamodelica/meta/BuiltinMisc.mo
| | |   A	metamodelica/meta/BuiltinMisc.mos
| | |   A	metamodelica/meta/BuiltinReal.mo
| | |   A	metamodelica/meta/BuiltinReal.mos
| | |   A	metamodelica/meta/BuiltinString.mo
| | |   A	metamodelica/meta/BuiltinString.mos
| | |   A	metamodelica/meta/CheckPatternScope.mo
| | |   A	metamodelica/meta/ComplicatedInteractive.mo
| | |   A	metamodelica/meta/ComplicatedInteractive.mos
| | |   A	metamodelica/meta/Continue.mo
| | |   A	metamodelica/meta/ElabTest.mos
| | |   A	metamodelica/meta/EqPatternm.mo
| | |   A	metamodelica/meta/EqPatternm.mos
| | |   A	metamodelica/meta/Equality.mo
| | |   A	metamodelica/meta/Equality.mos
| | |   A	metamodelica/meta/ErrorInteractiveCallFunctionPtr.mo
| | |   A	metamodelica/meta/ErrorInteractiveCallFunctionPtr.mos
| | |   A	metamodelica/meta/ErrorInvalidComplexType.mo
| | |   A	metamodelica/meta/ErrorInvalidMetarecord.mo
| | |   A	metamodelica/meta/ErrorInvalidPattern1.mo
| | |   A	metamodelica/meta/ErrorInvalidPattern2.mo
| | |   A	metamodelica/meta/ErrorInvalidPattern3.mo
| | |   A	metamodelica/meta/ErrorLocalElement1.mo
| | |   A	metamodelica/meta/ErrorLocalElement2.mo
| | |   A	metamodelica/meta/ErrorLocalElement3.mo
| | |   A	metamodelica/meta/ErrorMatchInOut1.mo
| | |   A	metamodelica/meta/ErrorMatchNumOutput.mo
| | |   A	metamodelica/meta/ErrorMatchNumOutput.mos
| | |   A	metamodelica/meta/ErrorNone.mos
| | |   A	metamodelica/meta/EvalTest.mos
| | |   A	metamodelica/meta/Failure.mo
| | |   A	metamodelica/meta/Failure.mos
| | |   A	metamodelica/meta/ForIterArray.mos
| | |   A	metamodelica/meta/ForIterList.mos
| | |   A	metamodelica/meta/FunctionPartialApplicationAsGeneralExp.mos
| | |   A	metamodelica/meta/FunctionReturningArray.mos
| | |   A	metamodelica/meta/List1.mo
| | |   A	metamodelica/meta/List1.mos
| | |   A	metamodelica/meta/List2.mo
| | |   A	metamodelica/meta/List2.mos
| | |   A	metamodelica/meta/List3.mo
| | |   A	metamodelica/meta/List3.mos
| | |   A	metamodelica/meta/List4.mo
| | |   A	metamodelica/meta/List5.mo
| | |   A	metamodelica/meta/ListInteractive.mo
| | |   A	metamodelica/meta/ListInteractive.mos
| | |   A	metamodelica/meta/ListReductionCodegen.mo
| | |   A	metamodelica/meta/ListReductionDimError.mo
| | |   A	metamodelica/meta/ListReductionInterpret.mo
| | |   A	metamodelica/meta/Makefile
| | |   A	metamodelica/meta/MatchCase1.mo
| | |   A	metamodelica/meta/MatchCase1.mos
| | |   A	metamodelica/meta/MatchCase10.mo
| | |   A	metamodelica/meta/MatchCase10.mos
| | |   A	metamodelica/meta/MatchCase11.mo
| | |   A	metamodelica/meta/MatchCase11.mos
| | |   A	metamodelica/meta/MatchCase12.mo
| | |   A	metamodelica/meta/MatchCase12.mos
| | |   A	metamodelica/meta/MatchCase13.mo
| | |   A	metamodelica/meta/MatchCase13.mos
| | |   A	metamodelica/meta/MatchCase14.mo
| | |   A	metamodelica/meta/MatchCase15.mo
| | |   A	metamodelica/meta/MatchCase16.mo
| | |   A	metamodelica/meta/MatchCase17.mo
| | |   A	metamodelica/meta/MatchCase2.mo
| | |   A	metamodelica/meta/MatchCase2.mos
| | |   A	metamodelica/meta/MatchCase3.mo
| | |   A	metamodelica/meta/MatchCase3.mos
| | |   A	metamodelica/meta/MatchCase4.mo
| | |   A	metamodelica/meta/MatchCase4.mos
| | |   A	metamodelica/meta/MatchCase5.mo
| | |   A	metamodelica/meta/MatchCase5.mos
| | |   A	metamodelica/meta/MatchCase6.mo
| | |   A	metamodelica/meta/MatchCase6.mos
| | |   A	metamodelica/meta/MatchCase7.mo
| | |   A	metamodelica/meta/MatchCase7.mos
| | |   A	metamodelica/meta/MatchCase8.mo
| | |   A	metamodelica/meta/MatchCase8.mos
| | |   A	metamodelica/meta/MatchCase9.mo
| | |   A	metamodelica/meta/MatchCase9.mos
| | |   A	metamodelica/meta/MatchCaseGuard.mos
| | |   A	metamodelica/meta/MatchCaseInteractive1.mo
| | |   A	metamodelica/meta/MatchCaseInteractive1.mos
| | |   A	metamodelica/meta/MatchCaseInteractive2.mo
| | |   A	metamodelica/meta/MatchCaseInteractive2.mos
| | |   A	metamodelica/meta/MatchCaseInteractive3.mo
| | |   A	metamodelica/meta/MatchCaseInteractive3.mos
| | |   A	metamodelica/meta/MatchDotNotation.mo
| | |   A	metamodelica/meta/MatchDotNotation.mos
| | |   A	metamodelica/meta/MatchElse1.mo
| | |   A	metamodelica/meta/MatchElse1.mos
| | |   A	metamodelica/meta/MatchIfEquation1.mo
| | |   A	metamodelica/meta/MatchIfEquation1.mos
| | |   A	metamodelica/meta/MatchShadowing.mo
| | |   A	metamodelica/meta/OptimizeContinue.mo
| | |   A	metamodelica/meta/OptimizeMatchToIfExp.mo
| | |   A	metamodelica/meta/OptionInteractive.mo
| | |   A	metamodelica/meta/OptionInteractive.mos
| | |   A	metamodelica/meta/PartialFn1.mo
| | |   A	metamodelica/meta/PartialFn10.mo
| | |   A	metamodelica/meta/PartialFn10.mos
| | |   A	metamodelica/meta/PartialFn11.mo
| | |   A	metamodelica/meta/PartialFn11.mos
| | |   A	metamodelica/meta/PartialFn12.mo
| | |   A	metamodelica/meta/PartialFn12.mos
| | |   A	metamodelica/meta/PartialFn13.mo
| | |   A	metamodelica/meta/PartialFn13.mos
| | |   A	metamodelica/meta/PartialFn14.mo
| | |   A	metamodelica/meta/PartialFn14.mos
| | |   A	metamodelica/meta/PartialFn15.mo
| | |   A	metamodelica/meta/PartialFn16.mo
| | |   A	metamodelica/meta/PartialFn16.mos
| | |   A	metamodelica/meta/PartialFn2.mo
| | |   A	metamodelica/meta/PartialFn2.mos
| | |   A	metamodelica/meta/PartialFn3.mo
| | |   A	metamodelica/meta/PartialFn3.mos
| | |   A	metamodelica/meta/PartialFn4.mo
| | |   A	metamodelica/meta/PartialFn5.mo
| | |   A	metamodelica/meta/PartialFn6.ext_f.c
| | |   A	metamodelica/meta/PartialFn6.mo
| | |   A	metamodelica/meta/PartialFn7.mo
| | |   A	metamodelica/meta/PartialFn8.mo
| | |   A	metamodelica/meta/PartialFn8.mos
| | |   A	metamodelica/meta/PartialFn9.mo
| | |   A	metamodelica/meta/PartialFn9.mos
| | |   A	metamodelica/meta/PartialFnDefaultBinding.mos
| | |   A	metamodelica/meta/PatternMatchInvalidType.mo
| | |   A	metamodelica/meta/Polymorphic.mo
| | |   A	metamodelica/meta/Polymorphic.mos
| | |   A	metamodelica/meta/Polymorphic2.mo
| | |   A	metamodelica/meta/Polymorphic2.mos
| | |   A	metamodelica/meta/PolymorphicReduction.mos
| | |   A	metamodelica/meta/Recursive.mo
| | |   A	metamodelica/meta/Recursive.mos
| | |   A	metamodelica/meta/Shadowing1.mo
| | |   A	metamodelica/meta/Shadowing1.mos
| | |   A	metamodelica/meta/Shadowing2.mo
| | |   A	metamodelica/meta/Shadowing2.mos
| | |   A	metamodelica/meta/ShortPackageDefinition.mo
| | |   A	metamodelica/meta/Simplify1.mo
| | |   A	metamodelica/meta/Simplify1.mos
| | |   A	metamodelica/meta/SwitchString.mo
| | |   A	metamodelica/meta/SwitchString.mos
| | |   A	metamodelica/meta/TailRecursion.mo
| | |   A	metamodelica/meta/TailRecursionNoretcall.mos
| | |   A	metamodelica/meta/ThreadedReduction.mos
| | |   A	metamodelica/meta/Try.mos
| | |   A	metamodelica/meta/TupleInteractive.mo
| | |   A	metamodelica/meta/TupleInteractive.mos
| | |   A	metamodelica/meta/UnboundLocal.mo
| | |   A	metamodelica/meta/UnboxCond.mo
| | |   A	metamodelica/meta/Uniontype1.mo
| | |   A	metamodelica/meta/Uniontype1.mos
| | |   A	metamodelica/meta/Uniontype10.mo
| | |   A	metamodelica/meta/Uniontype10.mos
| | |   A	metamodelica/meta/Uniontype11.mo
| | |   A	metamodelica/meta/Uniontype11.mos
| | |   A	metamodelica/meta/Uniontype12.mo
| | |   A	metamodelica/meta/Uniontype12.mos
| | |   A	metamodelica/meta/Uniontype13.mo
| | |   A	metamodelica/meta/Uniontype13.mos
| | |   A	metamodelica/meta/Uniontype14.mo
| | |   A	metamodelica/meta/Uniontype14.mos
| | |   A	metamodelica/meta/Uniontype15.mo
| | |   A	metamodelica/meta/Uniontype15.mos
| | |   A	metamodelica/meta/Uniontype2.mo
| | |   A	metamodelica/meta/Uniontype2.mos
| | |   A	metamodelica/meta/Uniontype3.mo
| | |   A	metamodelica/meta/Uniontype3.mos
| | |   A	metamodelica/meta/Uniontype4.mo
| | |   A	metamodelica/meta/Uniontype4.mos
| | |   A	metamodelica/meta/Uniontype5.mo
| | |   A	metamodelica/meta/Uniontype5.mos
| | |   A	metamodelica/meta/Uniontype6.mo
| | |   A	metamodelica/meta/Uniontype6.mos
| | |   A	metamodelica/meta/Uniontype7.mo
| | |   A	metamodelica/meta/Uniontype7.mos
| | |   A	metamodelica/meta/Uniontype8.mo
| | |   A	metamodelica/meta/Uniontype8.mos
| | |   A	metamodelica/meta/Uniontype9.mo
| | |   A	metamodelica/meta/Uniontype9.mos
| | |   A	metamodelica/meta/compilelog.txt
| | |   A	openmodelica/benchmarks/BEPI_OMC.mo
| | |   A	openmodelica/benchmarks/BEPI_OMC.mos
| | |   A	openmodelica/benchmarks/BigModel.mo
| | |   A	openmodelica/benchmarks/README.txt
| | |   A	openmodelica/benchmarks/_LoopsTotal.mo
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL1.mos
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL2.mos
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL3.mos
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL4.mos
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL5.mos
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL6.mos
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL7.mos
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL8.mos
| | |   A	openmodelica/benchmarks/checkBigModel.CircuitL9.mos
| | |   A	openmodelica/benchmarks/checkEngineV6.mos
| | |   A	openmodelica/benchmarks/checkEngineV6_analytic.mos
| | |   A	openmodelica/benchmarks/checkHumMod.mos
| | |   A	openmodelica/benchmarks/checkRobotR3.mos
| | |   A	openmodelica/benchmarks/dym_checkEngineV6.mos
| | |   A	openmodelica/benchmarks/dym_checkEngineV6_analytic.mos
| | |   A	openmodelica/benchmarks/dym_checkHumMod.mos
| | |   A	openmodelica/benchmarks/dym_checkRobotR3.mos
| | |   A	openmodelica/benchmarks/instEngineV6.mos
| | |   A	openmodelica/benchmarks/instEngineV6_analytic.mos
| | |   A	openmodelica/benchmarks/instHumMod.mos
| | |   A	openmodelica/benchmarks/instRobotR3.mos
| | |   A	openmodelica/bootstrapping/BreakProcess.cpp
| | |   A	openmodelica/bootstrapping/DumpTest.mo
| | |   A	openmodelica/bootstrapping/DumpTest.mos
| | |   A	openmodelica/bootstrapping/ExpressionTest.mo
| | |   A	openmodelica/bootstrapping/ExpressionTest.mos
| | |   A	openmodelica/bootstrapping/GraphTest.mo
| | |   A	openmodelica/bootstrapping/GraphTest.mos
| | |   A	openmodelica/bootstrapping/HashTableTest.mo
| | |   A	openmodelica/bootstrapping/HashTableTest.mos
| | |   A	openmodelica/bootstrapping/LoadCompilerSources.mos
| | |   A	openmodelica/bootstrapping/Makefile
| | |   A	openmodelica/bootstrapping/PriorityQueue.mos
| | |   A	openmodelica/bootstrapping/SimCodeTest.mo
| | |   A	openmodelica/bootstrapping/SimCodeTest.mos
| | |   A	openmodelica/bootstrapping/SimplifyTest.mo
| | |   A	openmodelica/bootstrapping/SimplifyTest.mos
| | |   A	openmodelica/bootstrapping/SusanTest.mo
| | |   A	openmodelica/bootstrapping/SusanTest.mos
| | |   A	openmodelica/bootstrapping/SusanTestSmall.tpl
| | |   A	openmodelica/bootstrapping/SusanTestTV.mo
| | |   A	openmodelica/bootstrapping/System.mos
| | |   A	openmodelica/bootstrapping/SystemTest.mo
| | |   A	openmodelica/bootstrapping/UtilTest.mo
| | |   A	openmodelica/bootstrapping/UtilTest.mos
| | |   A	openmodelica/bootstrapping/refactor-mc-to-m.sh
| | |   A	openmodelica/cppruntime/BouncingBall.mo
| | |   A	openmodelica/cppruntime/BouncingBall.mos
| | |   A	openmodelica/cppruntime/BouncingBallFMI.mos
| | |   A	openmodelica/cppruntime/Makefile
| | |   A	openmodelica/cppruntime/ReferenceFiles/BouncingBall.csv
| | |   A	openmodelica/cppruntime/ReferenceFiles/BouncingBall.mat
| | |   A	openmodelica/cppruntime/WhenStatement1.mo
| | |   A	openmodelica/cppruntime/WhenStatement1.mos
| | |   A	openmodelica/cppruntime/WhenStatement1FMI.mos
| | |   A	openmodelica/cppruntime/hpcom/BouncingBall.mo
| | |   A	openmodelica/cppruntime/hpcom/BouncingBall_levelfix_pthreads.mos
| | |   A	openmodelica/cppruntime/hpcom/BouncingBall_mcp_omp.mos
| | |   A	openmodelica/cppruntime/hpcom/Makefile
| | |   A	openmodelica/cppruntime/hpcom/ModelTestingDefaults.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_measureTime.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_memory.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_measureTime.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_measureTime.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_serial.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_tbb.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level_measureTime.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_levelfix.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_omp.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads_spin.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_listr_omp.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_omp.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_pthreads.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_pthreads_spin.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_serial.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_tbb.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes_levelfix.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler_mcp_pthreads.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_level_omp.mos
| | |   A	openmodelica/cppruntime/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | |   A	openmodelica/cppruntime/hpcom/Wire.mo
| | |   A	openmodelica/cppruntime/hpcom/Wire_100_metis.mos
| | |   A	openmodelica/cppruntime/hpcom/Wire_10_levelfix.mos
| | |   A	openmodelica/cppruntime/libraries/common/ModelTestingDefaults.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Makefile
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | |   A	openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Makefile
| | |   A	openmodelica/cppruntime/libraries/msl32/ModelTestingDefaults.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.Filter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.MoistAir.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | |   A	openmodelica/cppruntime/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos
| | |   A	openmodelica/cppruntime/tearnonlin1.mo
| | |   A	openmodelica/cppruntime/tearnonlin1.mos
| | |   A	openmodelica/cppruntime/tearnonlin1FMI.mos
| | |   A	openmodelica/cppruntime/umfpack/Makefile
| | |   A	openmodelica/cppruntime/umfpack/NPendulummath.mo
| | |   A	openmodelica/cppruntime/umfpack/NPendulummath.mos
| | |   A	openmodelica/cruntime/codegen/Makefile
| | |   A	openmodelica/cruntime/codegen/NetworkLoop_total.mo
| | |   A	openmodelica/cruntime/codegen/NetworkLoop_total.mos
| | |   A	openmodelica/cruntime/codegen/bug2756.mos
| | |   A	openmodelica/cruntime/debugDumps/Makefile
| | |   A	openmodelica/cruntime/debugDumps/testDumpEvents.mos
| | |   A	openmodelica/cruntime/msvc/BouncingBall.mos
| | |   A	openmodelica/cruntime/msvc/Makefile
| | |   A	openmodelica/cruntime/msvc/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | |   A	openmodelica/cruntime/optimization/basic/BR.mos
| | |   A	openmodelica/cruntime/optimization/basic/BRcon.mos
| | |   A	openmodelica/cruntime/optimization/basic/BRcon2.mos
| | |   A	openmodelica/cruntime/optimization/basic/BRcon3.mos
| | |   A	openmodelica/cruntime/optimization/basic/BRcon4.mos
| | |   A	openmodelica/cruntime/optimization/basic/BRcon5.mos
| | |   A	openmodelica/cruntime/optimization/basic/BReqcon.mos
| | |   A	openmodelica/cruntime/optimization/basic/BRinitialGuess.mos
| | |   A	openmodelica/cruntime/optimization/basic/BRscale.mos
| | |   A	openmodelica/cruntime/optimization/basic/BatchReactor.mo
| | |   A	openmodelica/cruntime/optimization/basic/CC.mos
| | |   A	openmodelica/cruntime/optimization/basic/CM.mos
| | |   A	openmodelica/cruntime/optimization/basic/CM2.mos
| | |   A	openmodelica/cruntime/optimization/basic/DM.mo
| | |   A	openmodelica/cruntime/optimization/basic/DM.mos
| | |   A	openmodelica/cruntime/optimization/basic/DMwarm.mos
| | |   A	openmodelica/cruntime/optimization/basic/LRB.mos
| | |   A	openmodelica/cruntime/optimization/basic/LRB2.mos
| | |   A	openmodelica/cruntime/optimization/basic/LV.mos
| | |   A	openmodelica/cruntime/optimization/basic/LoopTest.mos
| | |   A	openmodelica/cruntime/optimization/basic/Makefile
| | |   A	openmodelica/cruntime/optimization/basic/NP.mos
| | |   A	openmodelica/cruntime/optimization/basic/OSP.mos
| | |   A	openmodelica/cruntime/optimization/basic/OSP2.mos
| | |   A	openmodelica/cruntime/optimization/basic/OilShalePyrolysis.mo
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/CatalystMixing_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/LeeRamirezBioreactor_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/NishidaProblem_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/TFC7time.csv
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/TimeTableTest_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/diesel_model_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/emissionOpt_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/foo_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/initDM.csv
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/initInputForBR.csv
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/initStateTCF.csv
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/initTCF_2.csv
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcBatchReactorCon2_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcBatchReactorCon_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcBatchReactorEqCon_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcBatchReactor_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcBatchReactor_refNP1.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcBatchReactor_scaling_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcOilShalePyrolysis2_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcOilShalePyrolysis_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcSatelliteControl_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcVDP_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/optLotkaVolterra1_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/optLotkaVolterra2_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/optLotkaVolterra3_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/optLotkaVolterra4_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/optLotkaVolterra5_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/reduceEx1_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testAlgLoop1_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testAlgLoop2_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testAlgLoop3_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testAlgLoop4_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testAlgLoop5_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testAlgLoop6_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testAlgLoop7_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon2_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon3_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon5_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon6_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon7_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon8_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/ReferenceFiles/testFinalCon_ref.mat
| | |   A	openmodelica/cruntime/optimization/basic/SC.mos
| | |   A	openmodelica/cruntime/optimization/basic/SatelliteControl.mo
| | |   A	openmodelica/cruntime/optimization/basic/TFC.mos
| | |   A	openmodelica/cruntime/optimization/basic/TFC2.mos
| | |   A	openmodelica/cruntime/optimization/basic/TFC3.mos
| | |   A	openmodelica/cruntime/optimization/basic/TFC4.mos
| | |   A	openmodelica/cruntime/optimization/basic/TFC5.mos
| | |   A	openmodelica/cruntime/optimization/basic/TFC6.mos
| | |   A	openmodelica/cruntime/optimization/basic/TFC7.mos
| | |   A	openmodelica/cruntime/optimization/basic/TFC8.mos
| | |   A	openmodelica/cruntime/optimization/basic/TFCtestFlag.mos
| | |   A	openmodelica/cruntime/optimization/basic/TT.mos
| | |   A	openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos
| | |   A	openmodelica/cruntime/optimization/basic/VDP.mo
| | |   A	openmodelica/cruntime/optimization/basic/VDP.mos
| | |   A	openmodelica/cruntime/optimization/basic/VDPchekError.mos
| | |   A	openmodelica/cruntime/optimization/basic/noOCP.mos
| | |   A	openmodelica/cruntime/optimization/basic/ocpWithInputs.mos
| | |   A	openmodelica/cruntime/optimization/basic/reduce1.mos
| | |   A	openmodelica/cruntime/optimization/basic/staticOP.mos
| | |   A	openmodelica/cruntime/optimization/basic/testAlgLoop1.mos
| | |   A	openmodelica/cruntime/optimization/basic/testAlgLoop2.mos
| | |   A	openmodelica/cruntime/optimization/basic/testAlgLoop3.mos
| | |   A	openmodelica/cruntime/optimization/basic/testAlgLoop4.mos
| | |   A	openmodelica/cruntime/optimization/basic/testAlgLoop5.mos
| | |   A	openmodelica/cruntime/optimization/basic/testAlgLoop6.mos
| | |   A	openmodelica/cruntime/optimization/basic/testAlgLoop7.mos
| | |   A	openmodelica/cruntime/optimization/basic/testAlgLoop8.mos
| | |   A	openmodelica/cruntime/optimization/basic/testDerInput.mos
| | |   A	openmodelica/cruntime/optimization/benchmark/DrumBoiler.mo
| | |   A	openmodelica/cruntime/optimization/benchmark/Makefile
| | |   A	openmodelica/cruntime/optimization/benchmark/ReferenceFiles/drumBoiler.optDrumBoiler_init.mat
| | |   A	openmodelica/cruntime/optimization/benchmark/ReferenceFiles/drumBoiler.optDrumBoiler_ref.mat
| | |   A	openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos
| | |   A	openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos
| | |   A	openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos
| | |   A	openmodelica/cruntime/simoptions/Makefile
| | |   A	openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos
| | |   A	openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos
| | |   A	openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos
| | |   A	openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos
| | |   A	openmodelica/cruntime/simoptions/testOutputIntervalRK.mos
| | |   A	openmodelica/cruntime/xmlFiles/Makefile
| | |   A	openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos
| | |   A	openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos
| | |   A	openmodelica/debugDumps/Makefile
| | |   A	openmodelica/debugDumps/backenddaeinfo.mos
| | |   A	openmodelica/debugDumps/daedumpgraphv.mos
| | |   A	openmodelica/debugDumps/daeunparser.mos
| | |   A	openmodelica/debugDumps/dump.mos
| | |   A	openmodelica/debugDumps/dumpConstrepl.mos
| | |   A	openmodelica/debugDumps/dumpEArepl.mos
| | |   A	openmodelica/debugDumps/dumpFPrepl.mos
| | |   A	openmodelica/debugDumps/dumpInlineSolver.mos
| | |   A	openmodelica/debugDumps/dumpPPrepl.mos
| | |   A	openmodelica/debugDumps/dumpParamrepl.mos
| | |   A	openmodelica/debugDumps/dumpSparsePattern.mos
| | |   A	openmodelica/debugDumps/dumpSparsePatternVerbose.mos
| | |   A	openmodelica/debugDumps/dumpTransformedModelica.mos
| | |   A	openmodelica/debugDumps/dumpderrepl.mos
| | |   A	openmodelica/debugDumps/dumpeqninorder.mos
| | |   A	openmodelica/debugDumps/dumpoptinit.mos
| | |   A	openmodelica/debugDumps/dumprepl.mos
| | |   A	openmodelica/debugDumps/interactivedump.mos
| | |   A	openmodelica/debugDumps/lateInline.mos
| | |   A	openmodelica/debugDumps/optSimpleSolveDAEdump.mos
| | |   A	openmodelica/debugDumps/optdaedump.mos
| | |   A	openmodelica/debugDumps/paramdlowdump.mos
| | |   A	openmodelica/debugDumps/semiLinear.mos
| | |   A	openmodelica/debugDumps/showEquationSource.mos
| | |   A	openmodelica/debugDumps/showStartOrigin.mos
| | |   A	openmodelica/debugDumps/stateselection.mos
| | |   A	openmodelica/debugDumps/symjacdump.mos
| | |   A	openmodelica/debugDumps/symjacdumpeqn.mos
| | |   A	openmodelica/debugDumps/symjacdumpverbose.mos
| | |   A	openmodelica/debugDumps/tearingdump.mos
| | |   A	openmodelica/debugDumps/transformsbeforedump.mos
| | |   A	openmodelica/debugDumps/uncertainties.mos
| | |   A	openmodelica/debugging/Debugging.mo
| | |   A	openmodelica/fmi/CoSimulationStandAlone/ExternalFMUs.mos
| | |   A	openmodelica/fmi/CoSimulationStandAlone/Makefile
| | |   A	openmodelica/fmi/CoSimulationStandAlone/testedFMU/fmusdk1.0.2/bouncingBall.fmu
| | |   A	openmodelica/fmi/CoSimulationStandAlone/testedFMU/fmusdk1.0.2/vanDerPol.fmu
| | |   A	openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/BooleanNetwork1.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/BouncingBall.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/BouncingBall.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/CoupledClutches.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/EnumerationTest.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/HelloFMIWorld.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/InOutTest.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/InOutTest.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/IntegerNetwork1.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/JuliansBib.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/Makefile
| | |   A	openmodelica/fmi/ModelExchange/1.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/Pendulum.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/Pendulum.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/PlanarMechanicsStandard.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/SampleExample.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/StringParameters.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/StringParameters.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mo
| | |   A	openmodelica/fmi/ModelExchange/1.0/TanksConnectedPI.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/testAssert.mos
| | |   A	openmodelica/fmi/ModelExchange/1.0/testInOut.mo
| | |   A	openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mo
| | |   A	openmodelica/fmi/ModelExchange/2.0/BooleanNetwork1.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mo
| | |   A	openmodelica/fmi/ModelExchange/2.0/EnumerationTest.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorld.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/IntegerNetwork1.mo
| | |   A	openmodelica/fmi/ModelExchange/2.0/IntegerNetwork1.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/Makefile
| | |   A	openmodelica/fmi/ModelExchange/2.0/Modelica.Blocks.Sources.BooleanPulse.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/ZeroStates.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/testAssert.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/testBug3034.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/testBug3049.mos
| | |   A	openmodelica/fmi/ModelExchange/2.0/testInitialEquationsFMI.mos
| | |   A	openmodelica/interactive-API/ArraySlicing.mos
| | |   A	openmodelica/interactive-API/Bug2871.mos
| | |   A	openmodelica/interactive-API/Bug2882.mos
| | |   A	openmodelica/interactive-API/Bug2943.mos
| | |   A	openmodelica/interactive-API/Bug3269_deleteFile.mos
| | |   A	openmodelica/interactive-API/Bug3282.mos
| | |   A	openmodelica/interactive-API/ConvertUnits.mos
| | |   A	openmodelica/interactive-API/DefaultComponentName.mo
| | |   A	openmodelica/interactive-API/DefaultComponentName.mos
| | |   A	openmodelica/interactive-API/DeleteConnection.mos
| | |   A	openmodelica/interactive-API/DialogAnnotation.mo
| | |   A	openmodelica/interactive-API/DialogAnnotation.mos
| | |   A	openmodelica/interactive-API/FlagParsing.mos
| | |   A	openmodelica/interactive-API/ForStatement1.mos
| | |   A	openmodelica/interactive-API/ForStatement2.mos
| | |   A	openmodelica/interactive-API/ForStatement3.mos
| | |   A	openmodelica/interactive-API/ForStatement4.mos
| | |   A	openmodelica/interactive-API/ForStatement5fail.mos
| | |   A	openmodelica/interactive-API/ForStatement6.mos
| | |   A	openmodelica/interactive-API/ForStatement7.mos
| | |   A	openmodelica/interactive-API/ForStatement8.mos
| | |   A	openmodelica/interactive-API/IfStatement.mos
| | |   A	openmodelica/interactive-API/IfStatementIllegal.mos
| | |   A	openmodelica/interactive-API/ListAnnotation.mos
| | |   A	openmodelica/interactive-API/ListExpressions.mos
| | |   A	openmodelica/interactive-API/ListMultilineComment.mo
| | |   A	openmodelica/interactive-API/ListMultilineComment.mos
| | |   A	openmodelica/interactive-API/Makefile
| | |   A	openmodelica/interactive-API/Modelica.Media.Examples.getComponents.mos
| | |   A	openmodelica/interactive-API/ProtectedHandlingBug2917.mos
| | |   A	openmodelica/interactive-API/Rename.mo
| | |   A	openmodelica/interactive-API/Rename.mos
| | |   A	openmodelica/interactive-API/RenameRO.mo
| | |   A	openmodelica/interactive-API/RunScript.mos
| | |   A	openmodelica/interactive-API/TestNDims.mo
| | |   A	openmodelica/interactive-API/choicesAllMatching.mos
| | |   A	openmodelica/interactive-API/differentiate.mos
| | |   A	openmodelica/interactive-API/getDialogAnnotation.mo
| | |   A	openmodelica/interactive-API/getDialogAnnotation.mos
| | |   A	openmodelica/interactive-API/interactive_api_annotations.mos
| | |   A	openmodelica/interactive-API/interactive_api_attributes.mos
| | |   A	openmodelica/interactive-API/interactive_api_calls.mo
| | |   A	openmodelica/interactive-API/interactive_api_calls.mos
| | |   A	openmodelica/interactive-API/interactive_api_classes.mos
| | |   A	openmodelica/interactive-API/interactive_api_loadsave.mos
| | |   A	openmodelica/interactive-API/interactive_api_param.mo
| | |   A	openmodelica/interactive-API/interactive_api_param.mos
| | |   A	openmodelica/interactive-API/interactive_api_simulations.mos
| | |   A	openmodelica/interactive-API/interactive_test.mo
| | |   A	openmodelica/interactive-API/interactive_test.mos
| | |   A	openmodelica/interactive-API/loadFileInteractiveQualified.mo
| | |   A	openmodelica/interactive-API/loadFileInteractiveQualified.mos
| | |   A	openmodelica/interactive-API/loadFileInteractiveQualifiedInit.mo
| | |   A	openmodelica/interactive-API/matrices.mos
| | |   A	openmodelica/interactive-API/refactorGraphAnn1.mo
| | |   A	openmodelica/interactive-API/refactorGraphAnn1.mos
| | |   A	openmodelica/interactive-API/refactorGraphAnn2.mo
| | |   A	openmodelica/interactive-API/refactorGraphAnn2.mos
| | |   A	openmodelica/interactive-API/regex.mos
| | |   A	openmodelica/interactive-API/saveTotalModel.mos
| | |   A	openmodelica/interactive-API/setComponentComment.mo
| | |   A	openmodelica/interactive-API/setComponentComment.mos
| | |   A	openmodelica/interactive-API/setComponentModifierValue.mos
| | |   A	openmodelica/interactive-API/showDoc.mos
| | |   A	openmodelica/interactive-API/simplify.mos
| | |   A	openmodelica/interactive-API/strings.mo
| | |   A	openmodelica/interactive-API/strings.mos
| | |   A	openmodelica/interactive-API/variables.mos
| | |   A	openmodelica/java/GetDefinitions.mos
| | |   A	openmodelica/java/JavaExt.java
| | |   A	openmodelica/java/JavaExt.mo
| | |   A	openmodelica/java/JavaExt.mos
| | |   A	openmodelica/java/JavaExtArrays.mos
| | |   A	openmodelica/java/JavaExtInteractive.mos
| | |   A	openmodelica/java/JavaExtParseProgram.mos
| | |   A	openmodelica/java/JavaExtRecord.mos
| | |   A	openmodelica/java/JavaExtUniontype.mos
| | |   A	openmodelica/java/JavaTest.mo
| | |   A	openmodelica/java/JavaTest.mos
| | |   A	openmodelica/java/Makefile
| | |   A	openmodelica/java/dummy_test.c
| | |   A	openmodelica/java/dummy_test_expected.txt
| | |   A	openmodelica/linearization/Makefile
| | |   A	openmodelica/linearization/linmodel.mo
| | |   A	openmodelica/linearization/linmodel.mos
| | |   A	openmodelica/linearization/modelLotkaVolterra.mo
| | |   A	openmodelica/linearization/modelTwoflattankmodel.mo
| | |   A	openmodelica/linearization/modelVanDerPol.mo
| | |   A	openmodelica/linearization/modelextfunction.mo
| | |   A	openmodelica/linearization/modelnonlinsys.mo
| | |   A	openmodelica/linearization/simLotkaVolterra.mos
| | |   A	openmodelica/linearization/simNonlinear.mos
| | |   A	openmodelica/linearization/simTwoTank.mos
| | |   A	openmodelica/linearization/simVanDerPol.mos
| | |   A	openmodelica/linearization/simextfunction.mos
| | |   A	openmodelica/linearization/smallValue.mo
| | |   A	openmodelica/linearization/smallValues.mos
| | |   A	openmodelica/linearization/testMathFuncs.mos
| | |   A	openmodelica/linearization/test_01.mo
| | |   A	openmodelica/linearization/test_01.mos
| | |   A	openmodelica/linearization/test_02.mo
| | |   A	openmodelica/linearization/test_02.mos
| | |   A	openmodelica/linearization/test_03.mo
| | |   A	openmodelica/linearization/test_03.mos
| | |   A	openmodelica/linearization/test_04.mo
| | |   A	openmodelica/linearization/test_04.mos
| | |   A	openmodelica/linearization/test_05.mo
| | |   A	openmodelica/linearization/test_05.mos
| | |   A	openmodelica/linearization/test_06.mo
| | |   A	openmodelica/linearization/test_06.mos
| | |   A	openmodelica/linearization/test_07.mo
| | |   A	openmodelica/linearization/test_07.mos
| | |   A	openmodelica/linearization/testknownvar.mo
| | |   A	openmodelica/linearization/testknownvar.mos
| | |   A	openmodelica/modelicaML/BouncingBallExample/Ball.mo
| | |   A	openmodelica/modelicaML/BouncingBallExample/package.mo
| | |   A	openmodelica/modelicaML/Makefile
| | |   A	openmodelica/modelicaML/ModelicaMLModel/Design/SystemModel1.mo
| | |   A	openmodelica/modelicaML/ModelicaMLModel/Design/package.mo
| | |   A	openmodelica/modelicaML/ModelicaMLModel/Requirements/package.mo
| | |   A	openmodelica/modelicaML/ModelicaMLModel/Simulations/package.mo
| | |   A	openmodelica/modelicaML/ModelicaMLModel/package.mo
| | |   A	openmodelica/modelicaML/TrafficLight/TrafficLight.mo
| | |   A	openmodelica/modelicaML/TrafficLight/myUmlModel.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Library/BaseController.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/AreaCalculation.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/VolumeCalculation.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/package.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Library/limitValue.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Library/package.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/LiquidSource.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/PIcontinuousController.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/Tank.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/package.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ActSignal.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/LiquidFlow.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ReadSignal.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/package.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/TanksConnectedPI.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/package.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Design/package.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Requirements/Max_level_of_liquid_in_a_tank.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Requirements/Volume_of_the_tank1.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Requirements/package.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Simulations/TankSystemSimulation.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/Simulations/package.mo
| | |   A	openmodelica/modelicaML/TwoTanksSystemExample/package.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/Requirements/Low_battery_indication.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/Requirements/Reset_of_alarm_signal.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/Requirements/package.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/EWatchDog.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/ISensor.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/package.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Sensor.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/package.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemDesign/package.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_1.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_2.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/SystemSimulations/package.mo
| | |   A	openmodelica/modelicaML/WatchDogSystem/package.mo
| | |   A	openmodelica/modelicaML/bouncingball.mos
| | |   A	openmodelica/modelicaML/testModelicaML.mos
| | |   A	openmodelica/modelicaML/trafficlight.mos
| | |   A	openmodelica/modelicaML/twotankmodel.mos
| | |   A	openmodelica/modelicaML/watchdog.mos
| | |   A	openmodelica/omcc/GenerateParser.mos
| | |   A	openmodelica/omcc/Lexer.mo
| | |   A	openmodelica/omcc/LexerCode.tmo
| | |   A	openmodelica/omcc/LexerGenerator.mo
| | |   A	openmodelica/omcc/LoadCompilerSources.mos
| | |   A	openmodelica/omcc/Main.mo
| | |   A	openmodelica/omcc/Makefile
| | |   A	openmodelica/omcc/OMCC.mo
| | |   A	openmodelica/omcc/OMCC.mos
| | |   A	openmodelica/omcc/ParseCode.tmo
| | |   A	openmodelica/omcc/Parser.mo
| | |   A	openmodelica/omcc/ParserGenerator.mo
| | |   A	openmodelica/omcc/Readme.txt
| | |   A	openmodelica/omcc/SCRIPT.mos
| | |   A	openmodelica/omcc/Types.mo
| | |   A	openmodelica/omcc/lexerModelica.l
| | |   A	openmodelica/omcc/parserModelica.y
| | |   A	openmodelica/parser/Assign1.mo
| | |   A	openmodelica/parser/Assign2.mo
| | |   A	openmodelica/parser/Assign3.mo
| | |   A	openmodelica/parser/Assign4.mo
| | |   A	openmodelica/parser/Class3.mo
| | |   A	openmodelica/parser/Class4.mo
| | |   A	openmodelica/parser/Code.mo
| | |   A	openmodelica/parser/ConstructParameters1.mo
| | |   A	openmodelica/parser/Declaration1.mo
| | |   A	openmodelica/parser/Declaration2.mo
| | |   A	openmodelica/parser/Declaration3.mo
| | |   A	openmodelica/parser/DocumentationBackslash.mo
| | |   A	openmodelica/parser/DotName.mo
| | |   A	openmodelica/parser/DotName.mos
| | |   A	openmodelica/parser/EmptyWithin.mo
| | |   A	openmodelica/parser/Identifier.mo
| | |   A	openmodelica/parser/IfElseIf.mo
| | |   A	openmodelica/parser/IntegerLiterals32.mo
| | |   A	openmodelica/parser/IntegerLiterals64.mo
| | |   A	openmodelica/parser/InvalidPartialFunction.mo
| | |   A	openmodelica/parser/Makefile
| | |   A	openmodelica/parser/MetaModelicaMatchElse.mo
| | |   A	openmodelica/parser/MetaModelicaStringOpModelicaLexer.mo
| | |   A	openmodelica/parser/MissingEquation.mo
| | |   A	openmodelica/parser/MissingSemicolon.mo
| | |   A	openmodelica/parser/ModifyConstant3.mo
| | |   A	openmodelica/parser/OptionalOutput.mo
| | |   A	openmodelica/parser/OptionalOutput.mos
| | |   A	openmodelica/parser/ParseElementReplaceable.mo
| | |   A	openmodelica/parser/ParseError1.mo
| | |   A	openmodelica/parser/ParseError2.mo
| | |   A	openmodelica/parser/ParseError3.mo
| | |   A	openmodelica/parser/ParseFullModelica2.2.2.mos
| | |   A	openmodelica/parser/ParseFullModelica3.1.mos
| | |   A	openmodelica/parser/ParseFullModelica3.2.1.mos
| | |   A	openmodelica/parser/ParseModel-saved.mo
| | |   A	openmodelica/parser/ParseModel.mos
| | |   A	openmodelica/parser/ParseString.mos
| | |   A	openmodelica/parser/PureImpure.mo
| | |   A	openmodelica/parser/PureImpure.mos
| | |   A	openmodelica/parser/RealOpLexerModelica.mo
| | |   A	openmodelica/parser/Redeclare.mo
| | |   A	openmodelica/parser/Redeclare.mos
| | |   A	openmodelica/parser/ReloadClass.mo
| | |   A	openmodelica/parser/ReloadClass.mos
| | |   A	openmodelica/parser/SimpleIntegrator4.mo
| | |   A	openmodelica/parser/WildLexerMetaModelica.mo
| | |   A	openmodelica/parser/WildLexerModelica.mo
| | |   A	openmodelica/rmltranslator/Absyn.mo
| | |   A	openmodelica/rmltranslator/Absynrml.mo
| | |   A	openmodelica/rmltranslator/Debug.mos
| | |   A	openmodelica/rmltranslator/Debugger.mo
| | |   A	openmodelica/rmltranslator/Dict.mo
| | |   A	openmodelica/rmltranslator/Dump.mo
| | |   A	openmodelica/rmltranslator/GenerateParser.mos
| | |   A	openmodelica/rmltranslator/LexTableModelica.mo
| | |   A	openmodelica/rmltranslator/Lexer.mo
| | |   A	openmodelica/rmltranslator/LexerCode.tmo
| | |   A	openmodelica/rmltranslator/LexerCodeModelica.mo
| | |   A	openmodelica/rmltranslator/LexerGenerator.mo
| | |   A	openmodelica/rmltranslator/LexerModelica.mo
| | |   A	openmodelica/rmltranslator/LoadCompilerSources.mos
| | |   A	openmodelica/rmltranslator/Main.mo
| | |   A	openmodelica/rmltranslator/Makefile
| | |   A	openmodelica/rmltranslator/OMCC.mo
| | |   A	openmodelica/rmltranslator/OMCC.mos
| | |   A	openmodelica/rmltranslator/ParseCode.tmo
| | |   A	openmodelica/rmltranslator/ParseCodeModelica.mo
| | |   A	openmodelica/rmltranslator/ParseTableModelica.mo
| | |   A	openmodelica/rmltranslator/Parser.mo
| | |   A	openmodelica/rmltranslator/ParserGenerator.mo
| | |   A	openmodelica/rmltranslator/ParserModelica.mo
| | |   A	openmodelica/rmltranslator/Readme.txt
| | |   A	openmodelica/rmltranslator/SCRIPT.mos
| | |   A	openmodelica/rmltranslator/TokenModelica.mo
| | |   A	openmodelica/rmltranslator/Translate.mo
| | |   A	openmodelica/rmltranslator/Types.mo
| | |   A	openmodelica/rmltranslator/lexerModelica.l
| | |   A	openmodelica/rmltranslator/parserModelica.y
| | |   A	openmodelica/rmltranslator/rmltests/assignment/assignment.rml
| | |   A	openmodelica/rmltranslator/rmltests/assigntwotype/assigntwotype.rml
| | |   A	openmodelica/rmltranslator/rmltests/exp1/exp1.rml
| | |   A	openmodelica/rmltranslator/rmltests/exp2/exp2.rml
| | |   A	openmodelica/rmltranslator/rmltests/modassigntwotype/absyn.rml
| | |   A	openmodelica/rmltranslator/rmltests/modassigntwotype/eval.rml
| | |   A	openmodelica/rmltranslator/rmltests/modassigntwotype/main.rml
| | |   A	openmodelica/rmltranslator/rmltests/pam/main.rml
| | |   A	openmodelica/rmltranslator/rmltests/pam/pam.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamdecl/absyn.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamdecl/env.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamdecl/eval.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamdecl/main.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamtrans/absyn.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamtrans/emit.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamtrans/main.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamtrans/mcode.rml
| | |   A	openmodelica/rmltranslator/rmltests/pamtrans/trans.rml
| | |   A	openmodelica/rmltranslator/rmltests/petrol/absyn.rml
| | |   A	openmodelica/rmltranslator/rmltests/petrol/fcemit.rml
| | |   A	openmodelica/rmltranslator/rmltests/petrol/fcode.rml
| | |   A	openmodelica/rmltranslator/rmltests/petrol/flatten.rml
| | |   A	openmodelica/rmltranslator/rmltests/petrol/main.rml
| | |   A	openmodelica/rmltranslator/rmltests/petrol/static.rml
| | |   A	openmodelica/rmltranslator/rmltests/petrol/tcode.rml
| | |   A	openmodelica/rmltranslator/rmltests/petrol/types.rml
| | |   A	openmodelica/typed-API/GetBooleanClassAnnotation.mos
| | |   A	openmodelica/typed-API/Makefile
| | |   A	openmodelica/typed-API/SolveLinearSystem.mos
| | |   A	openmodelica/typed-API/StringVariableName.mos
| | |   A	openmodelica/typed-API/UriLookup.mos
| | |   A	openmodelica/typed-API/UriLookup/A/D.jpeg
| | |   A	openmodelica/typed-API/UriLookup/A/Resources/Icons/D.jpeg
| | |   A	openmodelica/typed-API/UriLookup/A/package.mo
| | |   A	openmodelica/uncertainties/CantileverBeam.mos
| | |   A	openmodelica/uncertainties/CantileverBeam_MC-template.py
| | |   A	openmodelica/uncertainties/CantileverBeam_MC_dummy-template.py
| | |   A	openmodelica/uncertainties/DataReconciliationTests21jan2013.mos
| | |   A	openmodelica/uncertainties/DataReconciliationTests21jan2013Total.mo
| | |   A	openmodelica/uncertainties/Makefile
| | |   A	openmodelica/uncertainties/TestModels/DataReconciliationTests.mo
| | |   A	openmodelica/uncertainties/TestModels/OpenTURNSTests.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/AAAUsersGuide.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/Connectors.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Combustion/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/PropFlueGases.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Correlations/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Connectors.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestBend.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFan.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestTank.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Examples/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Boilers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Connectors.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/Mixer2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/Splitter2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/LoopBreakers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/Compressor.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/StaticFan.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/GasTurbine.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/FlueGases/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Functions.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Common.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Connectors.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/MultiFluids/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/Absorb.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/EmissivGP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/XSat.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/Ph.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/Ps.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/Temperature_hX.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/Common.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/InitLimits.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/Region.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/createSpline.mos
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Solar/SolarCollector.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Solar/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Thermal/Connectors.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Thermal/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/Units.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/Connectors.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSolution/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Connectors.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/Compressor.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/Generator.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorH.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorP.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorT.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Tank.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeATh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeBTh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeCTh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeDTh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/package.mo
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/package.encoding
| | |   A	openmodelica/uncertainties/TestModels/ThermoSysPro/package.mo
| | |   A	openmodelica/uncertainties/TestModels/logoModelica.png
| | |   A	openmodelica/uncertainties/TestModels/logoOpenturns.png
| | |   A	openmodelica/uncertainties/TestModels/logoVDI2048.png
| | |   A	openmodelica/uncertainties/UncertaintyFlatten1.mo
| | |   A	openmodelica/uncertainties/dataReconciliation.mo
| | |   A	openmodelica/uncertainties/dataReconciliation.mos
| | |   A	openmodelica/uncertainties/simpleExple.mo
| | |   A	openmodelica/uncertainties/testUC.mos
| | |   A	openmodelica/xml/BB.mo
| | |   A	openmodelica/xml/BB.mos
| | |   A	openmodelica/xml/MSD.mo
| | |   A	openmodelica/xml/Makefile
| | |   A	openmodelica/xml/SimpleTriggeredTrapezoid.mo
| | |   A	openmodelica/xml/SimpleTriggeredTrapezoid.mos
| | |   A	openmodelica/xml/XmlDumpComment.mo
| | |   A	openmodelica/xml/XmlDumpComment.mos
| | |   A	openmodelica/xml/testMSD.mos
| | |   A	partest/runtest.pl
| | |   A	partest/runtests.pl
| | |   A	partest/windows/runtest.pl
| | |   A	partest/windows/runtests.pl
| | |   A	rtest
| | |   A	simulation/libraries/3rdParty/Annex60/Annex60.Fluid.Movers.BaseClasses.Characteristics.pressure.mo
| | |   A	simulation/libraries/3rdParty/Annex60/Annex60.Fluid.Movers.BaseClasses.Characteristics.pressure.mos
| | |   A	simulation/libraries/3rdParty/Annex60/Makefile
| | |   A	simulation/libraries/3rdParty/Buildings/Buildings.HeatTransfer.Examples.ConductorMultiLayer.mo
| | |   A	simulation/libraries/3rdParty/Buildings/Buildings.HeatTransfer.Examples.ConductorMultiLayer.mos
| | |   A	simulation/libraries/3rdParty/Buildings/Makefile
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddEmpty.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume3.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DAEexample.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DoubleWhenSequential.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariable.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.KyenesianModel.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PopulationGrowth.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SimpleValveFlow.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SynchCounters.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.TwoRateSampler.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat3.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenValidResult.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos
| | |   A	simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.mo
| | |   A	simulation/libraries/3rdParty/DrModelica/Makefile
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ABCDsystem_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Activate_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AddEmpty_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AddSub1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AlgorithmSection_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AppendElement_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayConstruct1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDim1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDim2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDim3_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDim4_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDiv_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayIndex_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayMult_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayReduce_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AssertTest2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AssertTest3_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AssertTestInst_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/BasicVolume1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/BasicVolume2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/BasicVolume3_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/BouncingBall_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Circuit_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Colors_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Concat3_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ConcatArr1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ConcatArr2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ConcatArr4_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/CondAssignFuncCall_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/CondAssign_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ConstructFunc_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/DAEexample_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/DVSSTest_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/DimConvert_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/DoubleWhenSequential_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ElementWiseMultiplication_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Engine_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Epidemics1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/EqualityEquationsCorrect_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/EquationCall_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Equations_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Exp_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/FilterBlock1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/FiveForEquations_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/FlatTank_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/FuncDer_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/HelloWorld_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/HideVariableForEquations_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/HideVariable_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/HydrogenIodide_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/KyenesianModel_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/LogCall1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/LotkaVolterra_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/MRFcall_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ModifiedFiltersInSeries_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/MoonLanding_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/MultFuncCall_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/NamedCall_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/OneReturnValue_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PolyEvaluate1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PolyEvaluate2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PolynomialEvaluator2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PopulationGrowth_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PositionalCall_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/RangeVector_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SampleSignalGenerator_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Sampler_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SimpleValveFlow_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Step_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SumVector_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SumZ_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SynchCounters_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Test_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/TwoRateSampler_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/VanDerPol_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WatchDogSystem1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WatchDogSystem2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WaveEquationSample_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenEquation_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenPriority_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenSet_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat3_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenValidResult_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Xpowers1_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Xpowers2_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Xpowers3_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/fCall_ref.mat
| | |   A	simulation/libraries/3rdParty/DrModelica/ReferenceFiles/getPerson_ref.mat
| | |   A	simulation/libraries/3rdParty/Exercises/1/Aufgabe1_1.mo
| | |   A	simulation/libraries/3rdParty/Exercises/1/Aufgabe1_2.mo
| | |   A	simulation/libraries/3rdParty/Exercises/1/Plot feedback.u1 und u2.mos
| | |   A	simulation/libraries/3rdParty/Exercises/1/Plot ramp.y und Jmotor.w.mos
| | |   A	simulation/libraries/3rdParty/Exercises/1/readme.txt
| | |   A	simulation/libraries/3rdParty/Exercises/2/Aufgabe2.mo
| | |   A	simulation/libraries/3rdParty/Exercises/2/Plot speeds.mos
| | |   A	simulation/libraries/3rdParty/Exercises/2/Plot tau = tau(phi_rel).mos
| | |   A	simulation/libraries/3rdParty/Exercises/2/readme.txt
| | |   A	simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot current2.mos
| | |   A	simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot current3.mos
| | |   A	simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot load.w, speedError2.mos
| | |   A	simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot load.w, speedError3.mos
| | |   A	simulation/libraries/3rdParty/Exercises/3/ServoSystem1/package.mo
| | |   A	simulation/libraries/3rdParty/Exercises/3/ServoSystem1/package.order
| | |   A	simulation/libraries/3rdParty/Exercises/3/readme.txt
| | |   A	simulation/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/Aufgabe4_4b.mos
| | |   A	simulation/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/plot current.mos
| | |   A	simulation/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/plot load.w, speedError.mos
| | |   A	simulation/libraries/3rdParty/Exercises/4/ServoSystem3/package.mo
| | |   A	simulation/libraries/3rdParty/Exercises/4/ServoSystem3/package.order
| | |   A	simulation/libraries/3rdParty/Exercises/4/readme.txt
| | |   A	simulation/libraries/3rdParty/Exercises/5/FourBar.mo
| | |   A	simulation/libraries/3rdParty/Exercises/5/loop.png
| | |   A	simulation/libraries/3rdParty/Exercises/5/readme.txt
| | |   A	simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos
| | |   A	simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos
| | |   A	simulation/libraries/3rdParty/Exercises/Aufgabe2.Test1.mos
| | |   A	simulation/libraries/3rdParty/Exercises/Aufgabe2.Test2.mos
| | |   A	simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos
| | |   A	simulation/libraries/3rdParty/Exercises/Makefile
| | |   A	simulation/libraries/3rdParty/Exercises/README.txt
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos
| | |   A	simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4b.mos
| | |   A	simulation/libraries/3rdParty/GitLibraries/Makefile
| | |   A	simulation/libraries/3rdParty/GitLibraries/ReferenceFiles/WasteWater.ASM1.Examples.SmallPlant.mat
| | |   A	simulation/libraries/3rdParty/GitLibraries/WasteWater.ASM1.Examples.SmallPlant.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/01_AlgebraicLoopBoolean.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/03_CurtissHirschfelder.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/06_SmoothEvents.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/AlgebraicLoopBoolean1.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/AlgebraicLoopBoolean2.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/BouncingBall.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/BouncingBall1.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/BouncingBall2.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/CurtissHirschfelder.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/HandleEvents1.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/HandleEvents2.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/IdealSwitchDummy.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/IdealSwitchStiff.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/Makefile
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/AlgebraicLoopBoolean2.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/BouncingBall.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/BouncingBall1.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/BouncingBall2.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/CurtissHirschfelder.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/HandleEvents1.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/HandleEvents2.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/SingularModel1.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/SmoothEvent1.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/SmoothEvent2.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/SmoothEvent3.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/SmoothEvent4.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/Test3PhaseSystems.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/Test3PhaseSystemsDummyInit.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/Test3PhaseSystemsInit.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/Test3PhaseSystemsInitParam1.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/Test3PhaseSystemsInitParam2.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/Test3PhaseSystemsInit_2.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/Test3PhaseSystemsStateSelect.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/TestSwitch1.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/ReferenceFiles/TestSwitch2.mat
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/SingularModel1.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/SingularModel2.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/SmoothEvent1.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/SmoothEvent2.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/SmoothEvent3.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/SmoothEvent4.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/Test3PhaseSystems.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/Test3PhaseSystemsDummyInit.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/Test3PhaseSystemsInit.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/Test3PhaseSystemsInitParam1.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/Test3PhaseSystemsInitParam2.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/Test3PhaseSystemsStateSelect.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/TestSwitch1.mo
| | |   A	simulation/libraries/3rdParty/MathematicalAspects/TestSwitch2.mo
| | |   A	simulation/libraries/3rdParty/Modelica3D/DoublePendulum3D.mos
| | |   A	simulation/libraries/3rdParty/Modelica3D/Makefile
| | |   A	simulation/libraries/3rdParty/PNlib/Makefile
| | |   A	simulation/libraries/3rdParty/PNlib/PNlib.mo
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test10.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test11.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test12.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test1a.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test1b.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test2.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test3.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test4.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test5.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test6.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test7.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test8.mat
| | |   A	simulation/libraries/3rdParty/PNlib/ReferenceFiles/PNlib.Examples.Test9.mat
| | |   A	simulation/libraries/3rdParty/PNlib/Test10.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test11.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test12.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test1a.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test1b.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test2.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test3.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test4.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test5.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test6.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test7.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test8.mos
| | |   A	simulation/libraries/3rdParty/PNlib/Test9.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/Makefile
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos
| | |   A	simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo
| | |   A	simulation/libraries/3rdParty/README.txt
| | |   A	simulation/libraries/3rdParty/SiemensPower/Makefile
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/Smoothing.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/TimeTable.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/PrescribedHeatFlow.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSink.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSourceMH.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/TubeWithoutWall.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/tube_test.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tube.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/TubeWithoutWall.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Wall.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Walllayer.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Components/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Documents/SiemensModelicaLicense2.html
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/portHeat.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/BaseTube.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/linearInterpolation.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhaseOverall.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/PartialHeatTransfer.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/OverallFlow.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFriction.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PipeGeo.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PropertiesMetal.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/package.mo
| | |   A	simulation/libraries/3rdParty/SiemensPower/SiemensPower/package.mo
| | |   A	simulation/libraries/3rdParty/TestMedia/Makefile
| | |   A	simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos
| | |   A	simulation/libraries/3rdParty/TestMedia/TestMedia.mo
| | |   A	simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos
| | |   A	simulation/libraries/3rdParty/TestMedia/TestSteam.mos
| | |   A	simulation/libraries/3rdParty/TestMedia/TestWater.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Makefile
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/ColdWater/ColdWater_Test1_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/ColdWater/ColdWater_Test1_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/ColdWater/ColdWater_Test2_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/ColdWater/ColdWater_Test2_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/ColdWater/ColdWater_Test3_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/ColdWater/ColdWater_Test3_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/ColdWater/ColdWater_Test4_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/ColdWater/ColdWater_Test4_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/FlueGas/FlueGas_Test1_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/FlueGas/FlueGas_Test1_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/FlueGas/FlueGas_Test2_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/FlueGas/FlueGas_Test2_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/FlueGas/FlueGas_Test3_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/FlueGas/FlueGas_Test3_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/FlueGas/FlueGas_Test4_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/FlueGas/FlueGas_Test4_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/Nitrogen/Nitrogen_Test1_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/Nitrogen/Nitrogen_Test1_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test1_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test1_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test2_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test2_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test3_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test3_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test4_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test4_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test5_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test5_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test6_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test6_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test7_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test7_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test8_ref.mat
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles/WaterIF97/WaterIF97_Test8_var.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Test1.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Test2.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Test3.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Test4.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Test5.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Test6.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Test7.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/Test8.txt
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test1.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test2.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test3.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test4.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test2.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test3.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test7.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test8.mos
| | |   A	simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.mo
| | |   A	simulation/libraries/3rdParty/ThermoPower/Bug2537.mo
| | |   A	simulation/libraries/3rdParty/ThermoPower/Bug2537.mos
| | |   A	simulation/libraries/3rdParty/ThermoPower/Makefile
| | |   A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.CISE.CISESim2States120501.mos
| | |   A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos
| | |   A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos
| | |   A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phC.mos
| | |   A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos
| | |   A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mo
| | |   A	simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/Makefile
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/README.txt
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos
| | |   A	simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos
| | |   A	simulation/libraries/3rdParty/VTT/FreeBody18.mo
| | |   A	simulation/libraries/3rdParty/VTT/FreeBody18.mos
| | |   A	simulation/libraries/3rdParty/VTT/Makefile
| | |   A	simulation/libraries/3rdParty/VTT/README.txt
| | |   A	simulation/libraries/3rdParty/Xogeny/Makefile
| | |   A	simulation/libraries/3rdParty/Xogeny/TestSine.mo
| | |   A	simulation/libraries/3rdParty/Xogeny/TestSine.mos
| | |   A	simulation/libraries/3rdParty/siemens/Makefile
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Components/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/library/intH2O.h
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Media/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Area.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Density.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Length.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Mass.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Pressure.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Temperature.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/Volume.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Units/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/SiemensPower/package.mo
| | |   A	simulation/libraries/3rdParty/siemens/testFlueGasZones.mos
| | |   A	simulation/libraries/3rdParty/siemens/testHeatExchanger.mos
| | |   A	simulation/libraries/3rdParty/siemens/testJunctions.mos
| | |   A	simulation/libraries/3rdParty/siemens/testPipes.mos
| | |   A	simulation/libraries/3rdParty/siemens/testSolidComponents.mos
| | |   A	simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos
| | |   A	simulation/libraries/ModelicaTest/Makefile
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.Fluid.TestComponents.Machines.TestWaterPumpDCMotorHeatTransfer.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.Fluid.TestExamplesVariants.HeatingSystem_SteadyState.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.DifferentiationOfForces.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForceWithTwoMasses.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForcesAndTorques.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForces.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameTorques.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithMass.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithTwoMasses.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperParallel.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperSeries.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Torque2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForceAndTorque.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Worldtorque.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSP.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR_init.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalAndUniversal.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalSpherical.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.UniversalSpherical.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Frames.AngularVelocity.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Bodies.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Joints.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Rotor1D.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.CheckConstaintTorqueUniversalJoint.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Cylindrical.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRP.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRR.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSP.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSR.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSR.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Planar.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Prismatic.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.PrismaticInit.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevoluteInitialization.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevolutePlanarLoopConstraint.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Spherical.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Universal.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.UniversalSpherical.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.BodyShape.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FixedRotation.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FlyingBodies.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodies.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodiesEnforceStatesFalse.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.PointMass.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Beveal1d.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_1.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_3.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForce.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque1.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque3.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance2.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.RelativeSensor.mos
| | |   A	simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.SphericalDoublePendulum.mos
| | |   A	simulation/libraries/ModelicaTest/Utilities/Template.mos
| | |   A	simulation/libraries/ModelicaTest/Utilities/getExamples.mos
| | |   A	simulation/libraries/ModelicaTest/Utilities/getStopTime.mo
| | |   A	simulation/libraries/ModelicaTest/Utilities/printModels.mo
| | |   A	simulation/libraries/ModelicaTest/Utilities/setUpTests.py
| | |   A	simulation/libraries/ModelicaTest/Utilities/traversePackage.mo
| | |   A	simulation/libraries/common/ModelTesting.mo
| | |   A	simulation/libraries/common/ModelTesting.mos
| | |   A	simulation/libraries/common/ModelTestingDefaults.mos
| | |   A	simulation/libraries/common/Template.mos
| | |   A	simulation/libraries/common/cleanAll.bat
| | |   A	simulation/libraries/common/getExamples.mos
| | |   A	simulation/libraries/common/printModels.mo
| | |   A	simulation/libraries/common/setUpTests.py
| | |   A	simulation/libraries/common/traversePackage.mo
| | |   A	simulation/libraries/common/updateTests.py
| | |   A	simulation/libraries/msl22/Electrical/CauerLowPassOPV2.mos
| | |   A	simulation/libraries/msl22/Electrical/CauerLowPassSC2.mos
| | |   A	simulation/libraries/msl22/Electrical/CharacteristicThyristors2.mos
| | |   A	simulation/libraries/msl22/Electrical/ChuaCircuit2.mos
| | |   A	simulation/libraries/msl22/Electrical/HeatingMOSInverter2.mos
| | |   A	simulation/libraries/msl22/Electrical/HeatingNPN_OrGate2.mos
| | |   A	simulation/libraries/msl22/Electrical/HeatingRectifier2.mos
| | |   A	simulation/libraries/msl22/Electrical/HeatingResistor2.mos
| | |   A	simulation/libraries/msl22/Electrical/Makefile
| | |   A	simulation/libraries/msl22/Electrical/OvervoltageProtection2.mos
| | |   A	simulation/libraries/msl22/Electrical/Rectifier2.mos
| | |   A	simulation/libraries/msl22/Electrical/ShowSaturatingInductor2.mos
| | |   A	simulation/libraries/msl22/Electrical/ShowVariableResistor2.mos
| | |   A	simulation/libraries/msl22/Electrical/SwitchWithArc2.mos
| | |   A	simulation/libraries/msl22/Electrical/ThyristorBehaviourTest2.mos
| | |   A	simulation/libraries/msl22/Mechanics/Accelerate2.mos
| | |   A	simulation/libraries/msl22/Mechanics/CoupledClutches2.mos
| | |   A	simulation/libraries/msl22/Mechanics/Damper2.mos
| | |   A	simulation/libraries/msl22/Mechanics/ElasticBearing2.mos
| | |   A	simulation/libraries/msl22/Mechanics/First2.mos
| | |   A	simulation/libraries/msl22/Mechanics/Friction2.mos
| | |   A	simulation/libraries/msl22/Mechanics/FrictionRotationalSim.mos
| | |   A	simulation/libraries/msl22/Mechanics/InitialConditions2.mos
| | |   A	simulation/libraries/msl22/Mechanics/LossyGearDemo1Sim.mos
| | |   A	simulation/libraries/msl22/Mechanics/LossyGearDemo2Sim.mos
| | |   A	simulation/libraries/msl22/Mechanics/Makefile
| | |   A	simulation/libraries/msl22/Mechanics/Oscillator2.mos
| | |   A	simulation/libraries/msl22/Mechanics/Sensors2.mos
| | |   A	simulation/libraries/msl22/Mechanics/SignConvention2.mos
| | |   A	simulation/libraries/msl22/Mechanics/WhyArrows2.mos
| | |   A	simulation/libraries/msl31/Makefile
| | |   A	simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos
| | |   A	simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos
| | |   A	simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos
| | |   A	simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | |   A	simulation/libraries/msl31/Modelica.Blocks.Examples.PID_Controller.mos
| | |   A	simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | |   A	simulation/libraries/msl31/Modelica.Blocks.Examples.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.NandGate.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Adder4.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter3.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_YD.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMS_Start.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCEE_Start.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCPM_Start.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | |   A	simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos
| | |   A	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | |   A	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | |   A	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | |   A	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | |   A	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | |   A	simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | |   A	simulation/libraries/msl31/Modelica.Math.Matrices.mo
| | |   A	simulation/libraries/msl31/Modelica.Math.Matrices.mos
| | |   A	simulation/libraries/msl31/Modelica.Math.Matrices.norm.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | |   A	simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | |   A	simulation/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos
| | |   A	simulation/libraries/msl31/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | |   A	simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample.mos
| | |   A	simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | |   A	simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | |   A	simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | |   A	simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowExceptions.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | |   A	simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | |   A	simulation/libraries/msl31/Modelica.Utilities.Examples.readRealParameterModel.mos
| | |   A	simulation/libraries/msl31/RectifierOM.mo
| | |   A	simulation/libraries/msl31/RectifierOM.mos
| | |   A	simulation/libraries/msl31/ThyrGTO.mo
| | |   A	simulation/libraries/msl31/ThyrGTO.mos
| | |   A	simulation/libraries/msl31/fluid/Makefile
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.InverseParameterization.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.PumpingSystem.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | |   A	simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | |   A	simulation/libraries/msl31/media/Makefile
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.IdealGasH2O.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.SimpleLiquidWater.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Examples.WaterIF97.mos
| | |   A	simulation/libraries/msl31/media/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | |   A	simulation/libraries/msl31/simulate-msl31-examples.mos
| | |   A	simulation/libraries/msl32/Makefile
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos
| | |   A	simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | |   A	simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.RAM.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | |   A	simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | |   A	simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos
| | |   A	simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos
| | |   A	simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | |   A	simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos
| | |   A	simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | |   A	simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos
| | |   A	simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | |   A	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos
| | |   A	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | |   A	simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | |   A	simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | |   A	simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | |   A	simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | |   A	simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BooleanNetwork1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BusUsage.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.Filter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.FilterWithDifferentiation.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.FilterWithRiseTime.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.IntegerNetwork1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.Interaction1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.InverseModel.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.LogicalNetwork1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.PID_Controller.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CompareTransformers.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingResistor.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.Rectifier.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Adder4.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.BUF3S.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Counter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Counter3.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREG.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGL.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGSRL.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREG.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGL.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGSRH.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGSRL.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.FlipFlop.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.FullAdder.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.HalfAdder.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.INV3S.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.MUX2x1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Multiplexer.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.NRXFER.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.NXFER.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.RAM.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.VectorDelay.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.WiredX.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TestSensors.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.FourInverters.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Graetz.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Inverter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Nand.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Nor.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Oscillator.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.BranchingDynamicPipes.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.HeatingSystem.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.InverseParameterization.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.PumpingSystem.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.ThreeTanks.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Backlash.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.First.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Friction.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Accelerate.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Brake.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Damper.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.ElastoGap.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.HeatLosses.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.InitialConditions.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Oscillator.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Sensors.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.SignConvention.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.WhyArrows.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.IdealGasH2O.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.MixtureGases.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.MoistAir.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.R134a.R134a1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.R134a.R134a2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.DryAir1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.DryAir2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.MoistAir.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.MoistAir1.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.ReferenceAir.MoistAir2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SimpleLiquidWater.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.FlueGas.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.IdealGasN2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.WaterIF97.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Incompressible.Examples.TestGlycol.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ControlledTanks.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ExecutionPaths.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant2.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant3.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ShowCompositeStep.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ShowExceptions.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.Source.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.Tank.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.TankController.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.valve.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.Motor.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/Modelica.Utilities.Examples.readRealParameterModel.mat.xz
| | |   A	simulation/libraries/msl32/ReferenceFiles/README.txt
| | |   A	simulation/libraries/msl32/cleanAll.cmd
| | |   A	simulation/libraries/msl32/cleanAllButMat.cmd
| | |   A	simulation/libraries/msl32/measureCompilerPerformance.py
| | |   A	simulation/libraries/msl32/simulate.cmd
| | |   A	simulation/libraries/msl32/simulateAll.cmd
| | |   A	simulation/libraries/msl32/simulateAll.sh
| | |   A	simulation/libraries/msl32/simulateAll_Parallel.cmd
| | |   A	simulation/libraries/msl32/simulate_parallel.cmd
| | |   A	simulation/libraries/msl32/sortResults.py
| | |   A	simulation/libraries/msl32/status.txt
| | |   A	simulation/libraries/msl32/testSingolo.mos
| | |   A	simulation/libraries/msl32_cpp/Makefile
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.BusUsage.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Filter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithDifferentiation.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.FilterWithRiseTime.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.IntegerNetwork1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.Interaction1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.InverseModel.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.LogicalNetwork1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.PID_Controller.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.RealNetwork1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Blocks.Examples.ShowLogicalSources.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingResistor.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.NandGate.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.Rectifier.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Adder4.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.BUF3S.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Counter3.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREG.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGL.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREG.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGL.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FlipFlop.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.FullAdder.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.HalfAdder.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.INV3S.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.MUX2x1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.Multiplexer.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NRXFER.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.NXFER.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.RAM.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.VectorDelay.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.WiredX.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.FourInverters.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Oscillator.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatingSystem.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.PumpingSystem.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Backlash.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.First.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.Friction.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Accelerate.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Brake.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Damper.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.ElastoGap.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.InitialConditions.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Oscillator.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.PreLoad.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Sensors.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.SignConvention.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.WhyArrows.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.IdealGasH2O.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SimpleLiquidWater.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Media.Incompressible.Examples.TestGlycol.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ControlledTanks.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ExecutionPaths.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant2.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.FirstExample_Variant3.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowCompositeStep.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.StateGraph.Examples.ShowExceptions.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
| | |   A	simulation/libraries/msl32_cpp/Modelica.Utilities.Examples.readRealParameterModel.mos
| | |   A	simulation/libraries/msl32_cpp/cleanAll.cmd
| | |   A	simulation/libraries/msl32_cpp/cleanAllButMat.cmd
| | |   A	simulation/libraries/msl32_cpp/common.mos
| | |   A	simulation/libraries/msl32_cpp/simulate.cmd
| | |   A	simulation/libraries/msl32_cpp/simulateAll.cmd
| | |   A	simulation/libraries/msl32_cpp/simulateAll_Parallel.cmd
| | |   A	simulation/libraries/msl32_cpp/simulate_parallel.cmd
| | |   A	simulation/libraries/msl32_cpp/sortResults.py
| | |   A	simulation/modelica/algorithms_functions/ASubIfExp.mos
| | |   A	simulation/modelica/algorithms_functions/Algorithm.mo
| | |   A	simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mo
| | |   A	simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mos
| | |   A	simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mo
| | |   A	simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mos
| | |   A	simulation/modelica/algorithms_functions/AlgorithmForInClass.mo
| | |   A	simulation/modelica/algorithms_functions/AlgorithmForInClass.mos
| | |   A	simulation/modelica/algorithms_functions/AlgorithmSection.mo
| | |   A	simulation/modelica/algorithms_functions/AlgorithmSection.mos
| | |   A	simulation/modelica/algorithms_functions/AlgorithmTupleAssign.mos
| | |   A	simulation/modelica/algorithms_functions/ArrayInitSorting.mo
| | |   A	simulation/modelica/algorithms_functions/ArrayInitSorting.mos
| | |   A	simulation/modelica/algorithms_functions/ComplexSystem.mo
| | |   A	simulation/modelica/algorithms_functions/ComplexSystem.mos
| | |   A	simulation/modelica/algorithms_functions/DoubleWhenSequential.mo
| | |   A	simulation/modelica/algorithms_functions/DoubleWhenSequential.mos
| | |   A	simulation/modelica/algorithms_functions/ForIterator1.mo
| | |   A	simulation/modelica/algorithms_functions/ForIterator1.mos
| | |   A	simulation/modelica/algorithms_functions/ForIterator2.mo
| | |   A	simulation/modelica/algorithms_functions/ForIterator2.mos
| | |   A	simulation/modelica/algorithms_functions/ForLoopHideVariable.mo
| | |   A	simulation/modelica/algorithms_functions/ForLoopHideVariable.mos
| | |   A	simulation/modelica/algorithms_functions/FuncDer.mo
| | |   A	simulation/modelica/algorithms_functions/FuncDer.mos
| | |   A	simulation/modelica/algorithms_functions/FuncMultResults.mo
| | |   A	simulation/modelica/algorithms_functions/FuncMultResults.mos
| | |   A	simulation/modelica/algorithms_functions/FunctionInReinit.mo
| | |   A	simulation/modelica/algorithms_functions/FunctionInReinit.mos
| | |   A	simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mo
| | |   A	simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mos
| | |   A	simulation/modelica/algorithms_functions/FunctionIndirectRecursion2.mos
| | |   A	simulation/modelica/algorithms_functions/Interpol2.mo
| | |   A	simulation/modelica/algorithms_functions/Interpolation.mos
| | |   A	simulation/modelica/algorithms_functions/LocalVariableInit.mo
| | |   A	simulation/modelica/algorithms_functions/LocalVariableInit.mos
| | |   A	simulation/modelica/algorithms_functions/MRFcall.mo
| | |   A	simulation/modelica/algorithms_functions/MRFcall.mos
| | |   A	simulation/modelica/algorithms_functions/Makefile
| | |   A	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mo
| | |   A	simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos
| | |   A	simulation/modelica/algorithms_functions/SimplePeriodicSampler.mo
| | |   A	simulation/modelica/algorithms_functions/SimplePeriodicSampler.mos
| | |   A	simulation/modelica/algorithms_functions/StatementCall.mo
| | |   A	simulation/modelica/algorithms_functions/StatementCall.mos
| | |   A	simulation/modelica/algorithms_functions/SumForLoop.mo
| | |   A	simulation/modelica/algorithms_functions/SumForLoop.mos
| | |   A	simulation/modelica/algorithms_functions/SumSeriesWhile.mo
| | |   A	simulation/modelica/algorithms_functions/SumSeriesWhile.mos
| | |   A	simulation/modelica/algorithms_functions/SumVectorForIf.mo
| | |   A	simulation/modelica/algorithms_functions/SumVectorForIf.mos
| | |   A	simulation/modelica/algorithms_functions/TupleReturn.mo
| | |   A	simulation/modelica/algorithms_functions/TupleReturn.mos
| | |   A	simulation/modelica/algorithms_functions/WhenPriority.mos
| | |   A	simulation/modelica/algorithms_functions/WhenStatement1.mo
| | |   A	simulation/modelica/algorithms_functions/WhenStatement1.mos
| | |   A	simulation/modelica/algorithms_functions/WhenStatement2.mo
| | |   A	simulation/modelica/algorithms_functions/WhenStatement2.mos
| | |   A	simulation/modelica/algorithms_functions/WhenStatement3.mo
| | |   A	simulation/modelica/algorithms_functions/WhenStatement3.mos
| | |   A	simulation/modelica/algorithms_functions/ZeroCross.mo
| | |   A	simulation/modelica/algorithms_functions/ZeroCross.mos
| | |   A	simulation/modelica/algorithms_functions/algorithms.mos
| | |   A	simulation/modelica/algorithms_functions/bug2888.mos
| | |   A	simulation/modelica/algorithms_functions/bug_2271.mos
| | |   A	simulation/modelica/algorithms_functions/bug_2286.mos
| | |   A	simulation/modelica/algorithms_functions/bug_2286_literal.mos
| | |   A	simulation/modelica/algorithms_functions/bug_2452.mos
| | |   A	simulation/modelica/algorithms_functions/val.mo
| | |   A	simulation/modelica/algorithms_functions/val.mos
| | |   A	simulation/modelica/algorithms_functions/whenDiscreteForLoop.mos
| | |   A	simulation/modelica/algorithms_functions/whenFunctionTuple.mos
| | |   A	simulation/modelica/algorithms_functions/whenstatements.mos
| | |   A	simulation/modelica/arrays/ABCDsystem.csv.mos
| | |   A	simulation/modelica/arrays/ABCDsystem.empty.mos
| | |   A	simulation/modelica/arrays/ABCDsystem.mo
| | |   A	simulation/modelica/arrays/ABCDsystem.plt.mos
| | |   A	simulation/modelica/arrays/AlgorithmArrayEqn.mo
| | |   A	simulation/modelica/arrays/AlgorithmArrayEqn.mos
| | |   A	simulation/modelica/arrays/AppendElement.mo
| | |   A	simulation/modelica/arrays/AppendElement.mos
| | |   A	simulation/modelica/arrays/ArrayAddEmpty.mo
| | |   A	simulation/modelica/arrays/ArrayAddEmpty.mos
| | |   A	simulation/modelica/arrays/ArrayAddSub1.mo
| | |   A	simulation/modelica/arrays/ArrayAddSub1.mos
| | |   A	simulation/modelica/arrays/ArrayAlgebraFunc.mo
| | |   A	simulation/modelica/arrays/ArrayAlgebraFunc.mos
| | |   A	simulation/modelica/arrays/ArrayConstruct1.mo
| | |   A	simulation/modelica/arrays/ArrayConstruct1.mos
| | |   A	simulation/modelica/arrays/ArrayDivError.mo
| | |   A	simulation/modelica/arrays/ArrayDivError.mos
| | |   A	simulation/modelica/arrays/ArrayEmpty.mo
| | |   A	simulation/modelica/arrays/ArrayEmpty.mos
| | |   A	simulation/modelica/arrays/ArrayEqn.mo
| | |   A	simulation/modelica/arrays/ArrayEquation.mos
| | |   A	simulation/modelica/arrays/ArrayExponentiation.mo
| | |   A	simulation/modelica/arrays/ArrayExponentiation.mos
| | |   A	simulation/modelica/arrays/ArrayFieldSlice.mo
| | |   A	simulation/modelica/arrays/ArrayFieldSlice.mos
| | |   A	simulation/modelica/arrays/ArrayFromRange.mo
| | |   A	simulation/modelica/arrays/ArrayFromRange.mos
| | |   A	simulation/modelica/arrays/ArrayIndex.mo
| | |   A	simulation/modelica/arrays/ArrayIndex.mos
| | |   A	simulation/modelica/arrays/ArrayModel.mo
| | |   A	simulation/modelica/arrays/ArrayModel.mos
| | |   A	simulation/modelica/arrays/ArrayMult.mo
| | |   A	simulation/modelica/arrays/ArrayMult.mos
| | |   A	simulation/modelica/arrays/ArrayParameterSize.mo
| | |   A	simulation/modelica/arrays/ArrayParameterSize.mos
| | |   A	simulation/modelica/arrays/ArrayReduce.mo
| | |   A	simulation/modelica/arrays/ArrayReduce.mos
| | |   A	simulation/modelica/arrays/ArrayReturn.mo
| | |   A	simulation/modelica/arrays/ArrayReturn.mos
| | |   A	simulation/modelica/arrays/ArraySlice.mo
| | |   A	simulation/modelica/arrays/ArraySlice.mos
| | |   A	simulation/modelica/arrays/ArraySlice2.mo
| | |   A	simulation/modelica/arrays/ArraySlice2.mos
| | |   A	simulation/modelica/arrays/ArraySliceAssigmentFunction.mos
| | |   A	simulation/modelica/arrays/AsubCrefExpType.mo
| | |   A	simulation/modelica/arrays/AsubCrefExpType.mos
| | |   A	simulation/modelica/arrays/BooleanArray.mo
| | |   A	simulation/modelica/arrays/BooleanArray.mos
| | |   A	simulation/modelica/arrays/BooleanArray2.mos
| | |   A	simulation/modelica/arrays/Breaker_total.mo
| | |   A	simulation/modelica/arrays/Breaker_total.mos
| | |   A	simulation/modelica/arrays/Bug3187.mo
| | |   A	simulation/modelica/arrays/Bug3187.mos
| | |   A	simulation/modelica/arrays/Concat3.mo
| | |   A	simulation/modelica/arrays/Concat3.mos
| | |   A	simulation/modelica/arrays/ConcatArr1.mo
| | |   A	simulation/modelica/arrays/ConcatArr1.mos
| | |   A	simulation/modelica/arrays/ConcatArr2.mo
| | |   A	simulation/modelica/arrays/ConcatArr2.mos
| | |   A	simulation/modelica/arrays/ConcatArr4.mo
| | |   A	simulation/modelica/arrays/ConcatArr4.mos
| | |   A	simulation/modelica/arrays/ConstructFunc.mo
| | |   A	simulation/modelica/arrays/ConstructFunc.mos
| | |   A	simulation/modelica/arrays/CyclicPerm.mo
| | |   A	simulation/modelica/arrays/CyclicPerm.mos
| | |   A	simulation/modelica/arrays/DimConvert.mo
| | |   A	simulation/modelica/arrays/DimConvert.mos
| | |   A	simulation/modelica/arrays/DimSize.mo
| | |   A	simulation/modelica/arrays/DimSize.mos
| | |   A	simulation/modelica/arrays/Makefile
| | |   A	simulation/modelica/arrays/NPendulum.mo
| | |   A	simulation/modelica/arrays/NPendulum.mos
| | |   A	simulation/modelica/arrays/PolynomialEvaluator1.mo
| | |   A	simulation/modelica/arrays/PolynomialEvaluator1.mos
| | |   A	simulation/modelica/arrays/PolynomialEvaluator2.mo
| | |   A	simulation/modelica/arrays/PolynomialEvaluator2.mos
| | |   A	simulation/modelica/arrays/PolynomialEvaluator3.mo
| | |   A	simulation/modelica/arrays/PolynomialEvaluator3.mos
| | |   A	simulation/modelica/arrays/PolynomialEvaluatorA.mo
| | |   A	simulation/modelica/arrays/PolynomialEvaluatorA.mos
| | |   A	simulation/modelica/arrays/PolynomialEvaluatorB.mo
| | |   A	simulation/modelica/arrays/PolynomialEvaluatorB.mos
| | |   A	simulation/modelica/arrays/RangeVector.mo
| | |   A	simulation/modelica/arrays/RangeVector.mos
| | |   A	simulation/modelica/arrays/ReferenceFiles/NPendulum_10.mat
| | |   A	simulation/modelica/arrays/SubArrayIndex.mo
| | |   A	simulation/modelica/arrays/SubArrayIndex.mos
| | |   A	simulation/modelica/arrays/VariableRangeSubscript.mo
| | |   A	simulation/modelica/arrays/VariableRangeSubscript.mos
| | |   A	simulation/modelica/arrays/VectorizeOneReturnValue.mo
| | |   A	simulation/modelica/arrays/VectorizeOneReturnValue.mos
| | |   A	simulation/modelica/arrays/VectorizeSumVec.mo
| | |   A	simulation/modelica/arrays/VectorizeSumVec.mos
| | |   A	simulation/modelica/arrays/Xpowers1.mo
| | |   A	simulation/modelica/arrays/Xpowers1.mos
| | |   A	simulation/modelica/arrays/Xpowers2.mo
| | |   A	simulation/modelica/arrays/Xpowers2.mos
| | |   A	simulation/modelica/arrays/Xpowers3.mo
| | |   A	simulation/modelica/arrays/Xpowers3.mos
| | |   A	simulation/modelica/arrays/ZeroSizeLoop.mo
| | |   A	simulation/modelica/arrays/ZeroSizeLoop.mos
| | |   A	simulation/modelica/arrays/bug_2217.mos
| | |   A	simulation/modelica/arrays/bug_2300.mos
| | |   A	simulation/modelica/arrays/bug_2911.mos
| | |   A	simulation/modelica/arrays/bug_3184.mo
| | |   A	simulation/modelica/arrays/bug_3184.mos
| | |   A	simulation/modelica/arrays/crefIndex.mos
| | |   A	simulation/modelica/arrays/gc.mo
| | |   A	simulation/modelica/arrays/gc.mos
| | |   A	simulation/modelica/arrays/gc2980.mo
| | |   A	simulation/modelica/arrays/gc2980.mos
| | |   A	simulation/modelica/arrays/ticket2336.mos
| | |   A	simulation/modelica/asserts/AssertTest.mo
| | |   A	simulation/modelica/asserts/AssertTest.mos
| | |   A	simulation/modelica/asserts/AssertTest1.mo
| | |   A	simulation/modelica/asserts/AssertTest1.mos
| | |   A	simulation/modelica/asserts/AssertTest2.mo
| | |   A	simulation/modelica/asserts/AssertTest2.mos
| | |   A	simulation/modelica/asserts/AssertTest3.mos
| | |   A	simulation/modelica/asserts/AssertTest4.mo
| | |   A	simulation/modelica/asserts/AssertTest4.mos
| | |   A	simulation/modelica/asserts/AssertTest5.mo
| | |   A	simulation/modelica/asserts/AssertTest5.mos
| | |   A	simulation/modelica/asserts/AssertTest6.mo
| | |   A	simulation/modelica/asserts/AssertTest6.mos
| | |   A	simulation/modelica/asserts/AssertTest7.mo
| | |   A	simulation/modelica/asserts/AssertTest7.mos
| | |   A	simulation/modelica/asserts/Makefile
| | |   A	simulation/modelica/asserts/TestAssert.mos
| | |   A	simulation/modelica/asserts/testAssertSolve.mos
| | |   A	simulation/modelica/built_in_functions/BuiltinMath.mo
| | |   A	simulation/modelica/built_in_functions/BuiltinMath.mos
| | |   A	simulation/modelica/built_in_functions/Compare.mo
| | |   A	simulation/modelica/built_in_functions/Compare.mos
| | |   A	simulation/modelica/built_in_functions/Delay.mo
| | |   A	simulation/modelica/built_in_functions/Delay.mos
| | |   A	simulation/modelica/built_in_functions/DummyDerMatching.mo
| | |   A	simulation/modelica/built_in_functions/DummyDerMatching.mos
| | |   A	simulation/modelica/built_in_functions/Epidemics1.mo
| | |   A	simulation/modelica/built_in_functions/Epidemics1.mos
| | |   A	simulation/modelica/built_in_functions/HydrogenIodide.mo
| | |   A	simulation/modelica/built_in_functions/HydrogenIodide.mos
| | |   A	simulation/modelica/built_in_functions/Identity.mo
| | |   A	simulation/modelica/built_in_functions/Identity.mos
| | |   A	simulation/modelica/built_in_functions/LotkaVolterra.mo
| | |   A	simulation/modelica/built_in_functions/LotkaVolterra.mos
| | |   A	simulation/modelica/built_in_functions/Makefile
| | |   A	simulation/modelica/built_in_functions/MeasureTime.mo
| | |   A	simulation/modelica/built_in_functions/MeasureTime.mos
| | |   A	simulation/modelica/built_in_functions/SemiLinear.mo
| | |   A	simulation/modelica/built_in_functions/SemiLinear.mos
| | |   A	simulation/modelica/built_in_functions/Sign.mo
| | |   A	simulation/modelica/built_in_functions/Sign.mos
| | |   A	simulation/modelica/built_in_functions/Time.mo
| | |   A	simulation/modelica/built_in_functions/Time.mos
| | |   A	simulation/modelica/built_in_functions/TooManyPointsBug.mo
| | |   A	simulation/modelica/built_in_functions/TooManyPointsBug.mos
| | |   A	simulation/modelica/built_in_functions/TwoRateSampler.mo
| | |   A	simulation/modelica/built_in_functions/TwoRateSampler.mos
| | |   A	simulation/modelica/built_in_functions/dertest.mo
| | |   A	simulation/modelica/built_in_functions/dertest.mos
| | |   A	simulation/modelica/commonSubExp/Makefile
| | |   A	simulation/modelica/commonSubExp/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mat
| | |   A	simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos
| | |   A	simulation/modelica/commonSubExp/cleanHpcOmTestsuite.py
| | |   A	simulation/modelica/commonSubExp/cse1.mos
| | |   A	simulation/modelica/commonSubExp/cse2.mos
| | |   A	simulation/modelica/commonSubExp/cse3.mos
| | |   A	simulation/modelica/commonSubExp/cseFunctionCall.mos
| | |   A	simulation/modelica/connectors/ConnectForEquations.mo
| | |   A	simulation/modelica/connectors/ConnectForEquations.mos
| | |   A	simulation/modelica/connectors/ConstantConnect.mo
| | |   A	simulation/modelica/connectors/ConstantConnect.mos
| | |   A	simulation/modelica/connectors/HeatTank.mo
| | |   A	simulation/modelica/connectors/HeatTank.mos
| | |   A	simulation/modelica/connectors/HeatTankExpanded.mo
| | |   A	simulation/modelica/connectors/HeatTankExpanded.mos
| | |   A	simulation/modelica/connectors/LinearSysEq.mo
| | |   A	simulation/modelica/connectors/LinearSysEq.mos
| | |   A	simulation/modelica/connectors/Makefile
| | |   A	simulation/modelica/connectors/StepAdvanced.mo
| | |   A	simulation/modelica/connectors/StepAdvanced.mos
| | |   A	simulation/modelica/connectors/Tank.mo
| | |   A	simulation/modelica/connectors/Tank.mos
| | |   A	simulation/modelica/connectors/TankHybridPI.mo
| | |   A	simulation/modelica/connectors/TankHybridPI.mos
| | |   A	simulation/modelica/connectors/TankHybridPID.mo
| | |   A	simulation/modelica/connectors/TankHybridPID.mos
| | |   A	simulation/modelica/connectors/TankPI.mo
| | |   A	simulation/modelica/connectors/TankPI.mos
| | |   A	simulation/modelica/connectors/TankPID.mo
| | |   A	simulation/modelica/connectors/TankPID.mos
| | |   A	simulation/modelica/connectors/TankPIDOPRI5.mos
| | |   A	simulation/modelica/connectors/TanksConnectedPI.mo
| | |   A	simulation/modelica/connectors/TanksConnectedPI.mos
| | |   A	simulation/modelica/connectors/TanksConnectedPIDOPRI5.mos
| | |   A	simulation/modelica/declarations/Makefile
| | |   A	simulation/modelica/declarations/MyPointsInst1.mo
| | |   A	simulation/modelica/declarations/MyPointsInst1.mos
| | |   A	simulation/modelica/declarations/MyPointsInst2.mo
| | |   A	simulation/modelica/declarations/MyPointsInst2.mos
| | |   A	simulation/modelica/enums/Enum8.mo
| | |   A	simulation/modelica/enums/Enum8.mos
| | |   A	simulation/modelica/enums/EnumArray.mo
| | |   A	simulation/modelica/enums/EnumArray.mos
| | |   A	simulation/modelica/enums/EnumArray2.mos
| | |   A	simulation/modelica/enums/EnumArrayArray.mos
| | |   A	simulation/modelica/enums/Makefile
| | |   A	simulation/modelica/enums/TestPosture.mo
| | |   A	simulation/modelica/enums/TestPosture.mos
| | |   A	simulation/modelica/equations/ActivateWhenEquation.mo
| | |   A	simulation/modelica/equations/ActivateWhenEquation.mos
| | |   A	simulation/modelica/equations/AliasEquations.mo
| | |   A	simulation/modelica/equations/AliasEquations.mos
| | |   A	simulation/modelica/equations/Body.mo
| | |   A	simulation/modelica/equations/BouncingBall.mo
| | |   A	simulation/modelica/equations/BouncingBall.mos
| | |   A	simulation/modelica/equations/BouncingBall2.mo
| | |   A	simulation/modelica/equations/BouncingBall2.mos
| | |   A	simulation/modelica/equations/BouncingBallExamples.mo
| | |   A	simulation/modelica/equations/BouncingBallExamples.mos
| | |   A	simulation/modelica/equations/BouncingBallExamplesDOPRI5.mos
| | |   A	simulation/modelica/equations/Cross.mo
| | |   A	simulation/modelica/equations/Cross.mos
| | |   A	simulation/modelica/equations/DAEexample.mo
| | |   A	simulation/modelica/equations/DAEexample.mos
| | |   A	simulation/modelica/equations/DAEexample2.mo
| | |   A	simulation/modelica/equations/DAEexample2.mos
| | |   A	simulation/modelica/equations/DoubleWhenConflict.mo
| | |   A	simulation/modelica/equations/DoubleWhenConflict.mos
| | |   A	simulation/modelica/equations/EqualityEquations.mo
| | |   A	simulation/modelica/equations/EqualityEquations.mos
| | |   A	simulation/modelica/equations/EqualityEquationsCorrect.mo
| | |   A	simulation/modelica/equations/EqualityEquationsCorrect.mos
| | |   A	simulation/modelica/equations/EquationCall.mo
| | |   A	simulation/modelica/equations/EquationCall.mos
| | |   A	simulation/modelica/equations/ErrorNestedWhen.mo
| | |   A	simulation/modelica/equations/ErrorNestedWhen.mos
| | |   A	simulation/modelica/equations/FiveForEquations.mo
| | |   A	simulation/modelica/equations/FiveForEquations.mos
| | |   A	simulation/modelica/equations/FlatTank.mo
| | |   A	simulation/modelica/equations/FlatTank.mos
| | |   A	simulation/modelica/equations/HelloWorld.mo
| | |   A	simulation/modelica/equations/HelloWorld.mos
| | |   A	simulation/modelica/equations/HideVariableForEquations.mo
| | |   A	simulation/modelica/equations/HideVariableForEquations.mos
| | |   A	simulation/modelica/equations/IfEquation.mo
| | |   A	simulation/modelica/equations/IfEquation.mos
| | |   A	simulation/modelica/equations/IfEquation2.mo
| | |   A	simulation/modelica/equations/IfEquation2.mos
| | |   A	simulation/modelica/equations/IfEquation3.mo
| | |   A	simulation/modelica/equations/IfEquation3.mos
| | |   A	simulation/modelica/equations/IfEquation4.mos
| | |   A	simulation/modelica/equations/IfEquation5.mos
| | |   A	simulation/modelica/equations/IfEquation6.mo
| | |   A	simulation/modelica/equations/IfEquation6.mos
| | |   A	simulation/modelica/equations/IfEquationUnbalanced.mo
| | |   A	simulation/modelica/equations/IfEquationUnbalanced.mos
| | |   A	simulation/modelica/equations/Makefile
| | |   A	simulation/modelica/equations/ModelBalance1.mo
| | |   A	simulation/modelica/equations/ModelBalance1.mos
| | |   A	simulation/modelica/equations/ModelBalance2.mo
| | |   A	simulation/modelica/equations/ModelBalance2.mos
| | |   A	simulation/modelica/equations/ModelBalance3.mo
| | |   A	simulation/modelica/equations/ModelBalance3.mos
| | |   A	simulation/modelica/equations/TestTwoOut.mo
| | |   A	simulation/modelica/equations/TestTwoOut.mos
| | |   A	simulation/modelica/equations/WatchDog1AlgorithmWhen.mo
| | |   A	simulation/modelica/equations/WatchDog1AlgorithmWhen.mos
| | |   A	simulation/modelica/equations/WatchDog2EquationWhen.mo
| | |   A	simulation/modelica/equations/WatchDog2EquationWhen.mos
| | |   A	simulation/modelica/equations/WaveEquationSample.mo
| | |   A	simulation/modelica/equations/WaveEquationSample.mos
| | |   A	simulation/modelica/equations/WhenArrayReinit.mos
| | |   A	simulation/modelica/equations/WhenEquation.mo
| | |   A	simulation/modelica/equations/WhenEquation.mos
| | |   A	simulation/modelica/equations/WhenEquation1.mo
| | |   A	simulation/modelica/equations/WhenEquation1.mos
| | |   A	simulation/modelica/equations/WhenNoRetCall.mo
| | |   A	simulation/modelica/equations/WhenNoRetCall.mos
| | |   A	simulation/modelica/equations/WhenNotValid.mo
| | |   A	simulation/modelica/equations/WhenNotValid.mos
| | |   A	simulation/modelica/equations/WhenValidResult.mo
| | |   A	simulation/modelica/equations/WhenValidResult.mos
| | |   A	simulation/modelica/equations/WhenVectorPredicateEquation.mo
| | |   A	simulation/modelica/equations/WhenVectorPredicateEquation.mos
| | |   A	simulation/modelica/equations/WillowForest.mo
| | |   A	simulation/modelica/equations/WillowForest.mos
| | |   A	simulation/modelica/equations/constantLinSys.mo
| | |   A	simulation/modelica/equations/constantLinSys.mos
| | |   A	simulation/modelica/equations/deriveToLog.mos
| | |   A	simulation/modelica/equations/when_sorting.mos
| | |   A	simulation/modelica/events/ChatteringEventsTest1.mos
| | |   A	simulation/modelica/events/ChatteringEventsTest2.mos
| | |   A	simulation/modelica/events/ChatteringFunctionTest1.mos
| | |   A	simulation/modelica/events/ChatteringFunctionTest2.mos
| | |   A	simulation/modelica/events/ChatteringNoEventsTest1.mos
| | |   A	simulation/modelica/events/ChatteringNoEventsTest2.mos
| | |   A	simulation/modelica/events/ChatteringPackage.mo
| | |   A	simulation/modelica/events/CheckEvents.mo
| | |   A	simulation/modelica/events/CheckEvents.mos
| | |   A	simulation/modelica/events/EventDelay.mo
| | |   A	simulation/modelica/events/EventDelay.mos
| | |   A	simulation/modelica/events/EventIteration.mos
| | |   A	simulation/modelica/events/EventLoop.mos
| | |   A	simulation/modelica/events/EventTests.mat
| | |   A	simulation/modelica/events/EventTests.mos
| | |   A	simulation/modelica/events/EventTests2.mos
| | |   A	simulation/modelica/events/EventTests3.mos
| | |   A	simulation/modelica/events/IntegerZeroCrossings.mos
| | |   A	simulation/modelica/events/Makefile
| | |   A	simulation/modelica/events/MathEventFuncs1.mos
| | |   A	simulation/modelica/events/MathEventFuncs2.mos
| | |   A	simulation/modelica/events/ServerWithQueue.mos
| | |   A	simulation/modelica/events/ZeroCrossing.mos
| | |   A	simulation/modelica/events/ZeroCrossingAlg.mos
| | |   A	simulation/modelica/events/bug1228.mos
| | |   A	simulation/modelica/events/bug2667.mos
| | |   A	simulation/modelica/events/bug2718.mos
| | |   A	simulation/modelica/events/bug2752.mos
| | |   A	simulation/modelica/events/bug2808.mos
| | |   A	simulation/modelica/events/bug3092.mos
| | |   A	simulation/modelica/events/sample1.mos
| | |   A	simulation/modelica/events/sample2.mos
| | |   A	simulation/modelica/events/whenTest1.mos
| | |   A	simulation/modelica/external_functions/ExtObj.c
| | |   A	simulation/modelica/external_functions/ExtObj.h
| | |   A	simulation/modelica/external_functions/ExtObj.mo
| | |   A	simulation/modelica/external_functions/ExtObj.mos
| | |   A	simulation/modelica/external_functions/ExtObjOrder.h
| | |   A	simulation/modelica/external_functions/ExtObjOrder.mo
| | |   A	simulation/modelica/external_functions/ExtObjOrder.mos
| | |   A	simulation/modelica/external_functions/ExtObjStringParam.ext.c
| | |   A	simulation/modelica/external_functions/ExtObjStringParam.ext.h
| | |   A	simulation/modelica/external_functions/ExtObjStringParam.mo
| | |   A	simulation/modelica/external_functions/ExtObjStringParam.mos
| | |   A	simulation/modelica/external_functions/ExtObjStringParam2.mo
| | |   A	simulation/modelica/external_functions/ExternalFunc1.c
| | |   A	simulation/modelica/external_functions/ExternalFunc1_ext.h
| | |   A	simulation/modelica/external_functions/ExternalFunc2.c
| | |   A	simulation/modelica/external_functions/ExternalFunc2.h
| | |   A	simulation/modelica/external_functions/ExternalLibraries.mo
| | |   A	simulation/modelica/external_functions/ExternalLibraries.mos
| | |   A	simulation/modelica/external_functions/ExternalRHSFlag.c
| | |   A	simulation/modelica/external_functions/ExternalRHSFlag.mos
| | |   A	simulation/modelica/external_functions/Func.c
| | |   A	simulation/modelica/external_functions/Func.h
| | |   A	simulation/modelica/external_functions/InOutStrings.mo
| | |   A	simulation/modelica/external_functions/InOutStrings.mos
| | |   A	simulation/modelica/external_functions/InOutStrings_fkn1.cc
| | |   A	simulation/modelica/external_functions/InOutStrings_fkn2.cc
| | |   A	simulation/modelica/external_functions/InitialConstantSection.mos
| | |   A	simulation/modelica/external_functions/LapackInverse.mo
| | |   A	simulation/modelica/external_functions/LapackInverse.mos
| | |   A	simulation/modelica/external_functions/Makefile
| | |   A	simulation/modelica/external_functions/Matrix.mo
| | |   A	simulation/modelica/external_functions/Matrix.mos
| | |   A	simulation/modelica/external_functions/ModelicaUtilities.mo
| | |   A	simulation/modelica/external_functions/ModelicaUtilities.mos
| | |   A	simulation/modelica/external_functions/ModelicaUtilities.myExtFunction.c
| | |   A	simulation/modelica/external_functions/QualifiedCrefArg-f.c
| | |   A	simulation/modelica/external_functions/QualifiedCrefArg.mo
| | |   A	simulation/modelica/external_functions/QualifiedCrefArg.mos
| | |   A	simulation/modelica/external_functions/TestRoots.mo
| | |   A	simulation/modelica/external_functions/TestRoots.mos
| | |   A	simulation/modelica/external_functions/testTables.txt
| | |   A	simulation/modelica/external_functions/ts.mo
| | |   A	simulation/modelica/external_functions/ts.mos
| | |   A	simulation/modelica/functions_eval/CascodeCircuit.mos
| | |   A	simulation/modelica/functions_eval/Inverter.mos
| | |   A	simulation/modelica/functions_eval/Inverter2.mo
| | |   A	simulation/modelica/functions_eval/Inverter2.mos
| | |   A	simulation/modelica/functions_eval/Makefile
| | |   A	simulation/modelica/functions_eval/MoistAir.mos
| | |   A	simulation/modelica/functions_eval/Nand.mos
| | |   A	simulation/modelica/functions_eval/PartEvalFunc.mo
| | |   A	simulation/modelica/functions_eval/PulseSource.mo
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/CascodeCircuit.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/Inverter.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/Inverter2.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/MoistAir.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/Nand.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/PulseSource.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/RtlInverter.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/functionTest.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/functionTest1.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/functionTest2.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/functionTest3_elseif.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/functionTest4.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/functionTest5.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/functionTest6.mat
| | |   A	simulation/modelica/functions_eval/ReferenceFiles/functionTest7.mat
| | |   A	simulation/modelica/functions_eval/RtlInverter.mos
| | |   A	simulation/modelica/functions_eval/VectorizeMultipleUnknown.mo
| | |   A	simulation/modelica/functions_eval/VectorizeMultipleUnknown.mos
| | |   A	simulation/modelica/functions_eval/functionTest.mos
| | |   A	simulation/modelica/functions_eval/functionTest1.mos
| | |   A	simulation/modelica/functions_eval/functionTest2.mos
| | |   A	simulation/modelica/functions_eval/functionTest3_elseif.mo
| | |   A	simulation/modelica/functions_eval/functionTest3_elseif.mos
| | |   A	simulation/modelica/functions_eval/functionTest4.mos
| | |   A	simulation/modelica/functions_eval/functionTest4_Tpl.mos
| | |   A	simulation/modelica/functions_eval/functionTest5.mos
| | |   A	simulation/modelica/functions_eval/functionTest7.mos
| | |   A	simulation/modelica/functions_eval/pulseSource.mos
| | |   A	simulation/modelica/functions_eval/simplifyIf1.mos
| | |   A	simulation/modelica/functions_eval/simplifyIf2.mos
| | |   A	simulation/modelica/functions_eval/ticket2535.mos
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/.project
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/.pydevproject
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Benchmarks_local/benchmark_win.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Benchmarks_local/cleanHpcOmTestsuite.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Benchmarks_local/template.mos
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Core/Config.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Core/Evaluator.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Core/Executor.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Core/Exporter.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Core/PreHandler.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/Main.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/arial10.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/BIFFRecords.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Bitmap.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Cell.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Column.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/CompoundDoc.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/ExcelFormula.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/ExcelFormulaLexer.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/ExcelFormulaParser.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/ExcelMagic.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Formatting.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Row.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Style.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/UnicodeUtils.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Utils.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Workbook.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/Worksheet.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/__init__.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/antlr.py
| | |   A	simulation/modelica/hpcom/BenchmarkSuite/ThirdParty/xlwt/excel-formula.g
| | |   A	simulation/modelica/hpcom/BouncingBall.mo
| | |   A	simulation/modelica/hpcom/BouncingBall.mos
| | |   A	simulation/modelica/hpcom/ElectricalCircuit.mo
| | |   A	simulation/modelica/hpcom/ElectricalCircuit.mos
| | |   A	simulation/modelica/hpcom/EngineCylinder.mo
| | |   A	simulation/modelica/hpcom/EngineCylinder.mos
| | |   A	simulation/modelica/hpcom/Makefile
| | |   A	simulation/modelica/hpcom/MergingExample.mo
| | |   A	simulation/modelica/hpcom/MergingExample.mos
| | |   A	simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos
| | |   A	simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos
| | |   A	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
| | |   A	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
| | |   A	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
| | |   A	simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
| | |   A	simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
| | |   A	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
| | |   A	simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos
| | |   A	simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
| | |   A	simulation/modelica/hpcom/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos
| | |   A	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
| | |   A	simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
| | |   A	simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
| | |   A	simulation/modelica/hpcom/PN_Converter/README.txt
| | |   A	simulation/modelica/hpcom/PN_Converter/pn_converter.jar
| | |   A	simulation/modelica/hpcom/Profiling/BouncingBall_prof.mos
| | |   A	simulation/modelica/hpcom/Profiling/ElectricalCircuit_prof.mos
| | |   A	simulation/modelica/hpcom/Profiling/HpcOm_Syn_NPendulum_10_prof.mos
| | |   A	simulation/modelica/hpcom/Profiling/Makefile
| | |   A	simulation/modelica/hpcom/Profiling/Modelica.Electrical.Spice3.Examples.CoupledInductors_prof.mos
| | |   A	simulation/modelica/hpcom/Profiling/Modelica.Fluid.Examples.BranchingDynamicPipes_prof.mos
| | |   A	simulation/modelica/hpcom/Profiling/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_prof.mos
| | |   A	simulation/modelica/hpcom/Profiling/simpleResistor_prof.mos
| | |   A	simulation/modelica/hpcom/SimpleResistor.mo
| | |   A	simulation/modelica/hpcom/SimpleResistor.mos
| | |   A	simulation/modelica/hpcom/cleanHpcOmTestsuite.py
| | |   A	simulation/modelica/indexreduction/ArbitrarilyHighStructuralIndex.mo
| | |   A	simulation/modelica/indexreduction/ArbitrarilyHighStructuralIndex.mos
| | |   A	simulation/modelica/indexreduction/ImplicitStateCoupling.mo
| | |   A	simulation/modelica/indexreduction/ImplicitStateCoupling.mos
| | |   A	simulation/modelica/indexreduction/Makefile
| | |   A	simulation/modelica/indexreduction/PantelidesSingular.mo
| | |   A	simulation/modelica/indexreduction/PantelidesSingular.mos
| | |   A	simulation/modelica/indexreduction/SingularPlanarLoop.mo
| | |   A	simulation/modelica/indexreduction/SingularPlanarLoop.mos
| | |   A	simulation/modelica/inheritances/Makefile
| | |   A	simulation/modelica/inheritances/MoonLanding.mo
| | |   A	simulation/modelica/inheritances/MoonLanding.mos
| | |   A	simulation/modelica/inheritances/OneArgBaseFunction.mo
| | |   A	simulation/modelica/inheritances/OneArgBaseFunction.mos
| | |   A	simulation/modelica/inheritances/TempResistor3.mo
| | |   A	simulation/modelica/inheritances/TempResistor3.mos
| | |   A	simulation/modelica/initialization/Makefile
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStateMassAndEnergy.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullSteadyStatePressureAndTemperature.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullSteadyStatePressureAndTemperature.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos
| | |   A	simulation/modelica/initialization/OverdeterminedInitialization.mo
| | |   A	simulation/modelica/initialization/SingularInitial.mos
| | |   A	simulation/modelica/initialization/array_algorithm.mos
| | |   A	simulation/modelica/initialization/autoFixed.mos
| | |   A	simulation/modelica/initialization/boundParameterExpUnfixed.mos
| | |   A	simulation/modelica/initialization/bug_2207.mos
| | |   A	simulation/modelica/initialization/bug_2263.mos
| | |   A	simulation/modelica/initialization/bug_2504.mos
| | |   A	simulation/modelica/initialization/bug_2566.mos
| | |   A	simulation/modelica/initialization/bug_2583.mos
| | |   A	simulation/modelica/initialization/bug_2673.mos
| | |   A	simulation/modelica/initialization/bug_2830.mos
| | |   A	simulation/modelica/initialization/bug_2990.mos
| | |   A	simulation/modelica/initialization/bug_2994.mos
| | |   A	simulation/modelica/initialization/bug_3014.mos
| | |   A	simulation/modelica/initialization/bug_3052.mos
| | |   A	simulation/modelica/initialization/discreteTest01.mos
| | |   A	simulation/modelica/initialization/discreteTest02.mos
| | |   A	simulation/modelica/initialization/discreteTest03.mos
| | |   A	simulation/modelica/initialization/discreteTest04.mos
| | |   A	simulation/modelica/initialization/discreteTest05.mos
| | |   A	simulation/modelica/initialization/discreteTest06.mos
| | |   A	simulation/modelica/initialization/discreteTest07.mos
| | |   A	simulation/modelica/initialization/discreteTest08.mos
| | |   A	simulation/modelica/initialization/discreteTest09.mos
| | |   A	simulation/modelica/initialization/discreteTest10.mos
| | |   A	simulation/modelica/initialization/eventTest.mos
| | |   A	simulation/modelica/initialization/eventTest2.mos
| | |   A	simulation/modelica/initialization/filterBlock1.mos
| | |   A	simulation/modelica/initialization/fullRobot.mos
| | |   A	simulation/modelica/initialization/gaspropreties.mos
| | |   A	simulation/modelica/initialization/homotopy1.mos
| | |   A	simulation/modelica/initialization/initial_equation.mos
| | |   A	simulation/modelica/initialization/parameterWithoutBinding.mos
| | |   A	simulation/modelica/initialization/parameters.mos
| | |   A	simulation/modelica/initialization/pre1.mos
| | |   A	simulation/modelica/initialization/pre2.mos
| | |   A	simulation/modelica/initialization/pre3.mos
| | |   A	simulation/modelica/initialization/scaling1.mos
| | |   A	simulation/modelica/initialization/scaling2.mos
| | |   A	simulation/modelica/initialization/singularJacobian.mos
| | |   A	simulation/modelica/initialization/solveTupleFunction.mos
| | |   A	simulation/modelica/initialization/startValue.mos
| | |   A	simulation/modelica/initialization/underdeterminedTest1.mos
| | |   A	simulation/modelica/initialization/underdeterminedTest2.mos
| | |   A	simulation/modelica/initialization/underdeterminedTest3.mos
| | |   A	simulation/modelica/initialization/underdeterminedTest4.mos
| | |   A	simulation/modelica/initialization/underdeterminedTest5.mos
| | |   A	simulation/modelica/initialization/underdeterminedTest6.mos
| | |   A	simulation/modelica/initialization/unfixedParameter1.mos
| | |   A	simulation/modelica/initialization/unfixedParameter2.mos
| | |   A	simulation/modelica/japaneselanguage/JBouncingBall.mo
| | |   A	simulation/modelica/japaneselanguage/JBouncingBall.mos
| | |   A	simulation/modelica/japaneselanguage/Makefile
| | |   A	simulation/modelica/linear_system/EngineVN.mo
| | |   A	simulation/modelica/linear_system/EngineVN.mos
| | |   A	simulation/modelica/linear_system/Makefile
| | |   A	simulation/modelica/linear_system/MissV.mos
| | |   A	simulation/modelica/linear_system/NPendulum.mos
| | |   A	simulation/modelica/linear_system/ReferenceFiles/NPendulum_10.mat
| | |   A	simulation/modelica/linear_system/Ticket2404.mos
| | |   A	simulation/modelica/linear_system/constantStates.mos
| | |   A	simulation/modelica/linear_system/linSymSol.mos
| | |   A	simulation/modelica/linear_system/linSymSolConstA.mos
| | |   A	simulation/modelica/linear_system/linearTestPackage.mo
| | |   A	simulation/modelica/linear_system/problem1.mos
| | |   A	simulation/modelica/linear_system/problem2.mos
| | |   A	simulation/modelica/linear_system/problem3.mos
| | |   A	simulation/modelica/linear_system/underDetermind.mos
| | |   A	simulation/modelica/msl22/Backlash.mos
| | |   A	simulation/modelica/msl22/BearingFrictionTest.mo
| | |   A	simulation/modelica/msl22/BearingFrictionTest.mos
| | |   A	simulation/modelica/msl22/BooleanModel.mo
| | |   A	simulation/modelica/msl22/Circuit1.mos
| | |   A	simulation/modelica/msl22/DCMotorBlocks.mos
| | |   A	simulation/modelica/msl22/DCMotorDeadzone.mos
| | |   A	simulation/modelica/msl22/DCMotorRotational.mos
| | |   A	simulation/modelica/msl22/ElasticBearing.mos
| | |   A	simulation/modelica/msl22/First.mos
| | |   A	simulation/modelica/msl22/FuncCross.mo
| | |   A	simulation/modelica/msl22/FuncCross.mos
| | |   A	simulation/modelica/msl22/Gear.mos
| | |   A	simulation/modelica/msl22/Gear2.mos
| | |   A	simulation/modelica/msl22/IdealGear.mos
| | |   A	simulation/modelica/msl22/IdealGearBrake.mos
| | |   A	simulation/modelica/msl22/InitTest.mo
| | |   A	simulation/modelica/msl22/InitTest.mos
| | |   A	simulation/modelica/msl22/InitTest3Phase.mo
| | |   A	simulation/modelica/msl22/InputOutput.mo
| | |   A	simulation/modelica/msl22/InputOutput.mos
| | |   A	simulation/modelica/msl22/LargeSteps.mo
| | |   A	simulation/modelica/msl22/LossyGear1.mo
| | |   A	simulation/modelica/msl22/LossyGear1.mos
| | |   A	simulation/modelica/msl22/Makefile
| | |   A	simulation/modelica/msl22/MatrixTest.mo
| | |   A	simulation/modelica/msl22/MatrixTest.mos
| | |   A	simulation/modelica/msl22/NonLinsys.mo
| | |   A	simulation/modelica/msl22/NonLinsys.mos
| | |   A	simulation/modelica/msl22/NonLinsys2.mo
| | |   A	simulation/modelica/msl22/NonLinsys3.mo
| | |   A	simulation/modelica/msl22/NonLinsys4.mo
| | |   A	simulation/modelica/msl22/Shaft.mos
| | |   A	simulation/modelica/msl22/SineAccelerate.mos
| | |   A	simulation/modelica/msl22/SineSpeed.mos
| | |   A	simulation/modelica/msl22/SineTorque.mos
| | |   A	simulation/modelica/msl22/SineTorque2inertias.mos
| | |   A	simulation/modelica/msl22/SpringMass.mos
| | |   A	simulation/modelica/msl22/StepTorque.mos
| | |   A	simulation/modelica/msl22/Tank.mos
| | |   A	simulation/modelica/msl22/Test3PhaseInit.mos
| | |   A	simulation/modelica/msl22/Test3PhaseInitOver.mos
| | |   A	simulation/modelica/msl22/Test3PhaseInitParam.mos
| | |   A	simulation/modelica/msl22/Test3PhaseStart.mos
| | |   A	simulation/modelica/msl22/Test3PhaseSystemTotal.mo
| | |   A	simulation/modelica/msl22/TestModels.mo
| | |   A	simulation/modelica/msl22/TimeVaryingLinsys.mo
| | |   A	simulation/modelica/msl22/TimeVaryingLinsys.mos
| | |   A	simulation/modelica/msl22/TrapezoidTest.mo
| | |   A	simulation/modelica/msl22/TrapezoidTest.mos
| | |   A	simulation/modelica/msl22/WeakAxis.mos
| | |   A	simulation/modelica/msl22/avg.mo
| | |   A	simulation/modelica/msl22/avg.mos
| | |   A	simulation/modelica/msl22/blockssources.mos
| | |   A	simulation/modelica/msl22/simulation2.mos
| | |   A	simulation/modelica/msl22/tupleTest.mo
| | |   A	simulation/modelica/msl22/tupleTest.mos
| | |   A	simulation/modelica/nonlinear_system/DebugPackage.mo
| | |   A	simulation/modelica/nonlinear_system/FiniteEscapeTime.mos
| | |   A	simulation/modelica/nonlinear_system/Makefile
| | |   A	simulation/modelica/nonlinear_system/NonlinearSolverFailureInitial.mos
| | |   A	simulation/modelica/nonlinear_system/NonlinearSolverSimulation.mos
| | |   A	simulation/modelica/nonlinear_system/WrongInitialSolutionSelected.mos
| | |   A	simulation/modelica/nonlinear_system/bug_2841.mos
| | |   A	simulation/modelica/nonlinear_system/fullRobot.mos
| | |   A	simulation/modelica/nonlinear_system/nanTest.mo
| | |   A	simulation/modelica/nonlinear_system/nanTest.mos
| | |   A	simulation/modelica/nonlinear_system/nanTest_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/nlsTestPackage.mo
| | |   A	simulation/modelica/nonlinear_system/nonlinear.mo
| | |   A	simulation/modelica/nonlinear_system/nonlinear.mos
| | |   A	simulation/modelica/nonlinear_system/nonlinearDelayTest.mo
| | |   A	simulation/modelica/nonlinear_system/nonlinearDelayTest.mos
| | |   A	simulation/modelica/nonlinear_system/nonlinearDelayTest_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/nonlinearFailed.mo
| | |   A	simulation/modelica/nonlinear_system/nonlinearFailed.mos
| | |   A	simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/nonlinearMixed.mo
| | |   A	simulation/modelica/nonlinear_system/nonlinearMixed.mos
| | |   A	simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/nonlinear_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/problem1.mos
| | |   A	simulation/modelica/nonlinear_system/problem10.mos
| | |   A	simulation/modelica/nonlinear_system/problem1_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/problem1_newton.mos
| | |   A	simulation/modelica/nonlinear_system/problem1_symjac.mos
| | |   A	simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos
| | |   A	simulation/modelica/nonlinear_system/problem2.mos
| | |   A	simulation/modelica/nonlinear_system/problem2_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/problem2_newton.mos
| | |   A	simulation/modelica/nonlinear_system/problem2_symjac.mos
| | |   A	simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos
| | |   A	simulation/modelica/nonlinear_system/problem3.mos
| | |   A	simulation/modelica/nonlinear_system/problem3_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/problem3_newton.mos
| | |   A	simulation/modelica/nonlinear_system/problem3_symjac.mos
| | |   A	simulation/modelica/nonlinear_system/problem3_symjac_tearing.mos
| | |   A	simulation/modelica/nonlinear_system/problem4.mos
| | |   A	simulation/modelica/nonlinear_system/problem4_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/problem4_newton.mos
| | |   A	simulation/modelica/nonlinear_system/problem4_symjac.mos
| | |   A	simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos
| | |   A	simulation/modelica/nonlinear_system/problem5.mos
| | |   A	simulation/modelica/nonlinear_system/problem5_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/problem5_newton.mos
| | |   A	simulation/modelica/nonlinear_system/problem5_symjac.mos
| | |   A	simulation/modelica/nonlinear_system/problem5_symjac_tearing.mos
| | |   A	simulation/modelica/nonlinear_system/problem6.mos
| | |   A	simulation/modelica/nonlinear_system/problem6_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/problem6_newton.mos
| | |   A	simulation/modelica/nonlinear_system/problem6_symjac.mos
| | |   A	simulation/modelica/nonlinear_system/problem6_symjac_tearing.mos
| | |   A	simulation/modelica/nonlinear_system/problem7.mos
| | |   A	simulation/modelica/nonlinear_system/problem7_kinsol.mos
| | |   A	simulation/modelica/nonlinear_system/problem7_newton.mos
| | |   A	simulation/modelica/nonlinear_system/problem7_symjac.mos
| | |   A	simulation/modelica/nonlinear_system/problem7_symjac_tearing.mos
| | |   A	simulation/modelica/nonlinear_system/problem8_newton.mos
| | |   A	simulation/modelica/nonlinear_system/problem9.mos
| | |   A	simulation/modelica/others/Bug1048.mat
| | |   A	simulation/modelica/others/Bug1048.mos
| | |   A	simulation/modelica/others/Bug1687.mo
| | |   A	simulation/modelica/others/Bug1687.mos
| | |   A	simulation/modelica/others/Bug1728.mos
| | |   A	simulation/modelica/others/Bug1872.mo
| | |   A	simulation/modelica/others/Bug1987.mo
| | |   A	simulation/modelica/others/Bug1987.mos
| | |   A	simulation/modelica/others/Bug2432.mos
| | |   A	simulation/modelica/others/Bug2633.mos
| | |   A	simulation/modelica/others/Bug2704.mos
| | |   A	simulation/modelica/others/Bug2788.mos
| | |   A	simulation/modelica/others/Bug2833.mos
| | |   A	simulation/modelica/others/Bug3023.mos
| | |   A	simulation/modelica/others/Bug3261.mos
| | |   A	simulation/modelica/others/BugTest1830.mos
| | |   A	simulation/modelica/others/ChangeCorrect.mos
| | |   A	simulation/modelica/others/CombiTable1DBug.mo
| | |   A	simulation/modelica/others/CombiTable1DBug.mos
| | |   A	simulation/modelica/others/CombiTimeTableTest.mos
| | |   A	simulation/modelica/others/CombiTimeTableTestAll.mo
| | |   A	simulation/modelica/others/ComplexAlgebraicLoop.mo
| | |   A	simulation/modelica/others/ComplexAlgebraicLoop.mos
| | |   A	simulation/modelica/others/DerivativeCodeGeneration.mo
| | |   A	simulation/modelica/others/DiscreteVectorStateSpace.mo
| | |   A	simulation/modelica/others/DiscreteVectorStateSpace.mos
| | |   A	simulation/modelica/others/EquationCallIntegerArray.mo
| | |   A	simulation/modelica/others/EquationCallIntegerArray.mos
| | |   A	simulation/modelica/others/ExtendsBasic.mo
| | |   A	simulation/modelica/others/ExtendsBasic.mos
| | |   A	simulation/modelica/others/FinalPropagation.mo
| | |   A	simulation/modelica/others/FinalPropagation.mos
| | |   A	simulation/modelica/others/FrameTest.mo
| | |   A	simulation/modelica/others/FrameTest.mos
| | |   A	simulation/modelica/others/IdealDiode.mos
| | |   A	simulation/modelica/others/Makefile
| | |   A	simulation/modelica/others/MoonAndEarth.mos
| | |   A	simulation/modelica/others/NoLoadModel.mos
| | |   A	simulation/modelica/others/Oscillator.mo
| | |   A	simulation/modelica/others/Oscillator.mos
| | |   A	simulation/modelica/others/ParameterCycle.mo
| | |   A	simulation/modelica/others/ParameterCycle.mos
| | |   A	simulation/modelica/others/ParameterModel.mo
| | |   A	simulation/modelica/others/ParameterModel.mos
| | |   A	simulation/modelica/others/Pendulum.mo
| | |   A	simulation/modelica/others/Pendulum.mos
| | |   A	simulation/modelica/others/PolynomialEvaluator2.mo
| | |   A	simulation/modelica/others/PreAndAliasedVar.mo
| | |   A	simulation/modelica/others/PreAndAliasedVar.mos
| | |   A	simulation/modelica/others/PreMatrix.mos
| | |   A	simulation/modelica/others/Random.mo
| | |   A	simulation/modelica/others/Random.mos
| | |   A	simulation/modelica/others/Random2.mo
| | |   A	simulation/modelica/others/Random2.mos
| | |   A	simulation/modelica/others/Reductions.mo
| | |   A	simulation/modelica/others/Reductions.mos
| | |   A	simulation/modelica/others/Riccati.mo
| | |   A	simulation/modelica/others/Riccati.mos
| | |   A	simulation/modelica/others/SimResultScripting.mo
| | |   A	simulation/modelica/others/SimResultScripting.mos
| | |   A	simulation/modelica/others/SliceAssignment.mo
| | |   A	simulation/modelica/others/SliceAssignment.mos
| | |   A	simulation/modelica/others/SmallLinsys.mo
| | |   A	simulation/modelica/others/SpaceProbe.mos
| | |   A	simulation/modelica/others/StringTest.mo
| | |   A	simulation/modelica/others/StringTest.mos
| | |   A	simulation/modelica/others/Switch.mo
| | |   A	simulation/modelica/others/Switch.mos
| | |   A	simulation/modelica/others/SyncFilter.mo
| | |   A	simulation/modelica/others/SyncFilter.mos
| | |   A	simulation/modelica/others/Table2d.mo
| | |   A	simulation/modelica/others/Table2d.mos
| | |   A	simulation/modelica/others/Table2d.txt
| | |   A	simulation/modelica/others/TestAsub.mos
| | |   A	simulation/modelica/others/TestExpressionSolve.mos
| | |   A	simulation/modelica/others/TestLapack.mo
| | |   A	simulation/modelica/others/TestLapack.mos
| | |   A	simulation/modelica/others/TestNormVar.mos
| | |   A	simulation/modelica/others/TestSolve.mo
| | |   A	simulation/modelica/others/TestSolve.mos
| | |   A	simulation/modelica/others/VariableFilter.mo
| | |   A	simulation/modelica/others/VariableFilter.mos
| | |   A	simulation/modelica/others/WhenStatement4.mos
| | |   A	simulation/modelica/others/filterTest.mos
| | |   A	simulation/modelica/others/ideal_diode.mo
| | |   A	simulation/modelica/others/impureTest.mos
| | |   A	simulation/modelica/others/nonConstantIndex.mos
| | |   A	simulation/modelica/others/nonConstantParam.mo
| | |   A	simulation/modelica/others/nonConstantParam.mos
| | |   A	simulation/modelica/others/pendulum4.mos
| | |   A	simulation/modelica/others/sample1.mos
| | |   A	simulation/modelica/others/sample2.mos
| | |   A	simulation/modelica/others/sample3.mos
| | |   A	simulation/modelica/others/simulation.mos
| | |   A	simulation/modelica/others/spaceprobe.mo
| | |   A	simulation/modelica/others/tempInterpol2test.mo
| | |   A	simulation/modelica/others/tempInterpol2test.mos
| | |   A	simulation/modelica/others/terminal.mo
| | |   A	simulation/modelica/others/terminal.mos
| | |   A	simulation/modelica/others/testTables2.csv
| | |   A	simulation/modelica/others/testTables2.txt
| | |   A	simulation/modelica/others/testTables2D.txt
| | |   A	simulation/modelica/packages/ComplexNumbers.mo
| | |   A	simulation/modelica/packages/ComplexNumbers.mos
| | |   A	simulation/modelica/packages/Makefile
| | |   A	simulation/modelica/packages/RedeclarePackage.mo
| | |   A	simulation/modelica/packages/RedeclarePackage.mos
| | |   A	simulation/modelica/parallel/Makefile
| | |   A	simulation/modelica/parallel/ParallelPRV.mo
| | |   A	simulation/modelica/parallel/ParallelPRV.mos
| | |   A	simulation/modelica/qss/Makefile
| | |   A	simulation/modelica/qss/qss_example1.mos
| | |   A	simulation/modelica/qss/qss_example2.mos
| | |   A	simulation/modelica/records/ATotal.mo
| | |   A	simulation/modelica/records/ATotal.mos
| | |   A	simulation/modelica/records/InOutRecord.mo
| | |   A	simulation/modelica/records/InOutRecord.mos
| | |   A	simulation/modelica/records/Makefile
| | |   A	simulation/modelica/resolveLoops/AmplifierWithOpAmpDetailed.mos
| | |   A	simulation/modelica/resolveLoops/ComparisonQuasiStationary2.mo
| | |   A	simulation/modelica/resolveLoops/ComparisonQuasiStationary2.mos
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit1.mo
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit1.mos
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit2.mo
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit2.mos
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit3.mo
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit3.mos
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit4.mo
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit4.mos
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit5.mo
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit5.mos
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit6.mo
| | |   A	simulation/modelica/resolveLoops/ElectricalCircuit6.mos
| | |   A	simulation/modelica/resolveLoops/Makefile
| | |   A	simulation/modelica/resolveLoops/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos
| | |   A	simulation/modelica/resolveLoops/NPendulum2.mos
| | |   A	simulation/modelica/resolveLoops/NPendulum3.mos
| | |   A	simulation/modelica/resolveLoops/Pendulum.mo
| | |   A	simulation/modelica/resolveLoops/SimpleSolenoid2.mo
| | |   A	simulation/modelica/solver/LotkaVolterraWithInput.mos
| | |   A	simulation/modelica/solver/Makefile
| | |   A	simulation/modelica/solver/bug2231-radau1.mos
| | |   A	simulation/modelica/solver/problem1-dasslsteps.mos
| | |   A	simulation/modelica/solver/problem1-lobatto2.mos
| | |   A	simulation/modelica/solver/problem1-lobatto4.mos
| | |   A	simulation/modelica/solver/problem1-lobatto6.mos
| | |   A	simulation/modelica/solver/problem1-radau1.mos
| | |   A	simulation/modelica/solver/problem1-radau3.mos
| | |   A	simulation/modelica/solver/problem1-radau5.mos
| | |   A	simulation/modelica/solver/problem1-symEuler.mos
| | |   A	simulation/modelica/solver/problem2-dasslsteps.mos
| | |   A	simulation/modelica/solver/problem2-lobatto2.mos
| | |   A	simulation/modelica/solver/problem2-lobatto4.mos
| | |   A	simulation/modelica/solver/problem2-lobatto6.mos
| | |   A	simulation/modelica/solver/problem2-radau1.mos
| | |   A	simulation/modelica/solver/problem2-radau3.mos
| | |   A	simulation/modelica/solver/problem2-radau5.mos
| | |   A	simulation/modelica/solver/problem2-symEuler.mos
| | |   A	simulation/modelica/solver/problem3-symEuler.mos
| | |   A	simulation/modelica/solver/testSolverPackage.mo
| | |   A	simulation/modelica/start_value_selection/Makefile
| | |   A	simulation/modelica/start_value_selection/MinimalModel.mo
| | |   A	simulation/modelica/start_value_selection/MinimalModel.mos
| | |   A	simulation/modelica/start_value_selection/Test.mo
| | |   A	simulation/modelica/start_value_selection/Test.mos
| | |   A	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mo
| | |   A	simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos
| | |   A	simulation/modelica/start_value_selection/asmaFlow.mo
| | |   A	simulation/modelica/start_value_selection/asmaFlow.mos
| | |   A	simulation/modelica/statemachines/ConferenceTut1.mo
| | |   A	simulation/modelica/statemachines/ConferenceTut1.mos
| | |   A	simulation/modelica/statemachines/Makefile
| | |   A	simulation/modelica/statemachines/Maraninchi2003_2.mo
| | |   A	simulation/modelica/statemachines/Maraninchi2003_2.mos
| | |   A	simulation/modelica/statemachines/SMMin.mo
| | |   A	simulation/modelica/statemachines/SMMin.mos
| | |   A	simulation/modelica/synchronous/Makefile
| | |   A	simulation/modelica/synchronous/SamplingWithClocks.mos
| | |   A	simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos
| | |   A	simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos
| | |   A	simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos
| | |   A	simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos
| | |   A	simulation/modelica/synchronous/SynchronousFeatures.mo
| | |   A	simulation/modelica/synchronous/subSample.mos
| | |   A	simulation/modelica/tearing/Algorithm1-cel.mos
| | |   A	simulation/modelica/tearing/Algorithm1-celMC3.mos
| | |   A	simulation/modelica/tearing/Algorithm1-omc.mos
| | |   A	simulation/modelica/tearing/Algorithm1.mo
| | |   A	simulation/modelica/tearing/Algorithm2-cel.mos
| | |   A	simulation/modelica/tearing/Algorithm2-celMC3.mos
| | |   A	simulation/modelica/tearing/Algorithm2-omc.mos
| | |   A	simulation/modelica/tearing/Algorithm2.mo
| | |   A	simulation/modelica/tearing/AnnotationTest-celMC3.mos
| | |   A	simulation/modelica/tearing/AnnotationTest-omc.mos
| | |   A	simulation/modelica/tearing/AnnotationTest.mo
| | |   A	simulation/modelica/tearing/AnnotationTest2-celMC3.mos
| | |   A	simulation/modelica/tearing/AnnotationTest2-omc.mos
| | |   A	simulation/modelica/tearing/AnnotationTest2.mo
| | |   A	simulation/modelica/tearing/Makefile
| | |   A	simulation/modelica/tearing/MixedTearing1-cel.mos
| | |   A	simulation/modelica/tearing/MixedTearing1-celMC3.mos
| | |   A	simulation/modelica/tearing/MixedTearing1-omc.mos
| | |   A	simulation/modelica/tearing/Tearing1-cel.mos
| | |   A	simulation/modelica/tearing/Tearing1-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing1-omc.mos
| | |   A	simulation/modelica/tearing/Tearing1.mo
| | |   A	simulation/modelica/tearing/Tearing10-cel.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC11.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC12.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC13.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC21.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC22.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC23.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC231.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing10-celMC4.mos
| | |   A	simulation/modelica/tearing/Tearing10-omc.mos
| | |   A	simulation/modelica/tearing/Tearing10.mo
| | |   A	simulation/modelica/tearing/Tearing11-cel.mos
| | |   A	simulation/modelica/tearing/Tearing11-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing11-omc.mos
| | |   A	simulation/modelica/tearing/Tearing11.mo
| | |   A	simulation/modelica/tearing/Tearing12-cel.mos
| | |   A	simulation/modelica/tearing/Tearing12-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing12-omc.mos
| | |   A	simulation/modelica/tearing/Tearing12.mo
| | |   A	simulation/modelica/tearing/Tearing13-cel.mos
| | |   A	simulation/modelica/tearing/Tearing13-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing13-omc.mos
| | |   A	simulation/modelica/tearing/Tearing13.mo
| | |   A	simulation/modelica/tearing/Tearing14-cel.mos
| | |   A	simulation/modelica/tearing/Tearing14-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing14-omc.mos
| | |   A	simulation/modelica/tearing/Tearing14.mo
| | |   A	simulation/modelica/tearing/Tearing15-cel.mos
| | |   A	simulation/modelica/tearing/Tearing15-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing15-omc.mos
| | |   A	simulation/modelica/tearing/Tearing15.mo
| | |   A	simulation/modelica/tearing/Tearing16-cel.mos
| | |   A	simulation/modelica/tearing/Tearing16-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing16-omc.mos
| | |   A	simulation/modelica/tearing/Tearing16.mo
| | |   A	simulation/modelica/tearing/Tearing17-cel.mos
| | |   A	simulation/modelica/tearing/Tearing17-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing17-omc.mos
| | |   A	simulation/modelica/tearing/Tearing17.mo
| | |   A	simulation/modelica/tearing/Tearing18-cel.mos
| | |   A	simulation/modelica/tearing/Tearing18-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing18-omc.mos
| | |   A	simulation/modelica/tearing/Tearing18.mo
| | |   A	simulation/modelica/tearing/Tearing19-cel.mos
| | |   A	simulation/modelica/tearing/Tearing19.mo
| | |   A	simulation/modelica/tearing/Tearing2-cel.mos
| | |   A	simulation/modelica/tearing/Tearing2-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing2-omc.mos
| | |   A	simulation/modelica/tearing/Tearing2.mo
| | |   A	simulation/modelica/tearing/Tearing3-cel.mos
| | |   A	simulation/modelica/tearing/Tearing3-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing3-omc.mos
| | |   A	simulation/modelica/tearing/Tearing3.mo
| | |   A	simulation/modelica/tearing/Tearing4-cel.mos
| | |   A	simulation/modelica/tearing/Tearing4-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing4-omc.mos
| | |   A	simulation/modelica/tearing/Tearing4.mo
| | |   A	simulation/modelica/tearing/Tearing5-cel.mos
| | |   A	simulation/modelica/tearing/Tearing5-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing5-omc.mos
| | |   A	simulation/modelica/tearing/Tearing5.mo
| | |   A	simulation/modelica/tearing/Tearing6-cel.mos
| | |   A	simulation/modelica/tearing/Tearing6-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing6-omc.mos
| | |   A	simulation/modelica/tearing/Tearing6.mo
| | |   A	simulation/modelica/tearing/Tearing7-cel.mos
| | |   A	simulation/modelica/tearing/Tearing7-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing7-omc.mos
| | |   A	simulation/modelica/tearing/Tearing7.mo
| | |   A	simulation/modelica/tearing/Tearing8-cel.mos
| | |   A	simulation/modelica/tearing/Tearing8-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing8-omc.mos
| | |   A	simulation/modelica/tearing/Tearing8.mo
| | |   A	simulation/modelica/tearing/Tearing9-cel.mos
| | |   A	simulation/modelica/tearing/Tearing9-celMC3.mos
| | |   A	simulation/modelica/tearing/Tearing9-omc.mos
| | |   A	simulation/modelica/tearing/Tearing9.mo
| | |   A	simulation/modelica/tearing/msl32-models.txt
| | |   A	simulation/modelica/tearing/tvarStat1.sh
| | |   A	simulation/modelica/tearing/tvarStat2.sh
| | |   A	simulation/modelica/tearing/tvarStat3.sh
| | |   A	simulation/modelica/tearing/tvarStat_msl.sh
| | |   A	simulation/modelica/types/ColorPixel.mo
| | |   A	simulation/modelica/types/ColorPixel.mos
| | |   A	simulation/modelica/types/ComplexTypeEquationCount.mo
| | |   A	simulation/modelica/types/ComplexTypeEquationCount.mos
| | |   A	simulation/modelica/types/Makefile
| | |   A	simulation/modelica/unitcheck/Makefile
| | |   A	simulation/modelica/unitcheck/UnitCheck1.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck10.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck11.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck12.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck13.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck14.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck15.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck2.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck3.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck4.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck5.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck6.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck7.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck8.mos
| | |   A	simulation/modelica/unitcheck/UnitCheck9.mos
| | |   A	template/simulation_failed_template.mos
| | |   A	template/simulation_template.mos
| | |   A	template/translation_failed_template.mo
| | |   A	template/translation_template.mo
| | |   A	test_suite_.xls
| | | 
* | | commit 9469788a66d52010c6304b24e5d0329df3ebab2b
|/ /  Author: Martin Sjölund 
| |   Date:   Wed Apr 3 10:58:02 2019 +0200
| |   
| |       Remove testsuite (will be re-added as git subtree)
| |   
| |   M	.gitmodules
| |   D	testsuite
| | 
* | commit f7c386b9262db0edc777a35aa0b286141b0d7355
| | Author: Martin Sjölund 
| | Date:   Wed Apr 3 09:31:49 2019 +0200
| | 
| |     Update compliance failure list
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#111
| | 
| | M	.CI/compliance-newinst.failures
| | M	.CI/compliance.failures
| | 
* | commit 469f281b4d0b344ec5e65d74d4a3dcaf54ccd448
| | Author: Martin Sjölund 
| | Date:   Wed Apr 3 09:13:34 2019 +0200
| | 
| |     * OMCompiler 7984f74...73c7be8 (1):
| |       > Fix path that the FMU binary is copied back into
| | 
| | M	OMCompiler
| | 
* | commit f9950932123d54bdf1c6cb1349884df903c783f2
| | Author: hudson 
| | Date:   Wed Apr 3 08:22:50 2019 +0200
| | 
| |     Updating submodules
| |     
| |     * OMCompiler a2024ab...7984f74 (2):
| |       > Copy source-code FMU to a docker volume before compiling
| |       > Add some example auto-completion information for use by OMEdit
| |     
| |     * testsuite f6fc0ab...cabd6f2 (1):
| |       > Updated getClassNames test to new output
| | 
| | M	OMCompiler
| | M	testsuite
| | 
* | commit acb2653612ad789c4804ac94f2d3d4cf8945c585
| | Author: hudson 
| | Date:   Tue Apr 2 19:24:43 2019 +0200
| | 
| |     * libraries 9b559a1...30b8e8a (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
* | commit 24f4ca4193f29b72100db2ee2516d7e37415f515
| | Author: vwaurich 
| | Date:   Tue Apr 2 17:19:58 2019 +0200
| | 
| |     increase animation slider imcrements
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#109
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | M	OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Animation/TimeManager.h
| | 
* | commit 2bce6be4e7e9a0362a45b7f86f7250cc9a5dc0c4
| | Author: Lennart Ochel 
| | Date:   Tue Apr 2 14:34:53 2019 +0200
| | 
| |     Update OMPlot/.gitignore
| | 
| | M	OMPlot/.gitignore
| | 
* | commit 9d23be0a4919144c157fe562c9f97b820697dfdb
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 16:22:42 2019 +0200
| | 
| |     * OMCompiler 304f353...a2024ab (1):
| |       > Fix path used to debug docker run in FMI cross-compile
| | 
| | M	OMCompiler
| | 
* | commit 3823fc8e2679c52b1cc0dfe0ec7d0e081bf6fca5
| | Author: Adeel Asghar 
| | Date:   Tue Apr 2 15:58:57 2019 +0200
| | 
| |     Fixes ticket:4842 Export the values with the actual unit
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#108
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | M	OMEdit/OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | 
* | commit db70cfa50e68b75c695079d92d9bcf0b23a96487
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 14:52:58 2019 +0200
| | 
| |     Generate Autoconf.mo for Matlab test
| | 
| | M	Jenkinsfile
| | 
* | commit 707735d92dfa4a6a35928606b1924a96cbf75ff7
| | Author: Adeel Asghar 
| | Date:   Tue Apr 2 14:48:13 2019 +0200
| | 
| |     Fixes ticket:4955 Make sure name doesn't contain any space
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#105
| | 
| | M	OMEdit/OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | 
* | commit a18a19d561e20e5d377eca232f0d255355948513
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 14:22:13 2019 +0200
| | 
| |     * OMCompiler ed7a206...304f353 (1):
| |       > Fixes for crashes in dynamic FMUs
| | 
| | M	OMCompiler
| | 
* | commit d192d2ccc0d2b55c549ca2d5a88ea79f7bc0e186
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 13:58:40 2019 +0200
| | 
| |     * OMCompiler 5de59c3...ed7a206 (1):
| |       > More debugging for cross-compilation of FMUs
| | 
| | M	OMCompiler
| | 
* | commit a16c8c1c60df8bf6f22bbdbd35894fa6bed7fa5a
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 13:17:01 2019 +0200
| | 
| |     * OMCompiler 17ca1ee...5de59c3 (1):
| |       > Fix runtime CFLAGS detection
| | 
| | M	OMCompiler
| | 
* | commit 48ed322b5f7a8d57fc4ed3db571175e654197f88
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 12:49:07 2019 +0200
| | 
| |     * OMCompiler 384c6f8...17ca1ee (1):
| |       > Fix configure of ModelicaExternalC
| | 
| | M	OMCompiler
| | 
* | commit f6573dbc6c962c1131f864c46d2941716effd496
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 11:00:16 2019 +0200
| | 
| |     * OMCompiler 0464950...384c6f8 (1):
| |       > Show files visible in docker before failing
| | 
| | M	OMCompiler
| | 
* | commit 441e394c458950ec5512b8b9ac2a6043297e9842
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 09:29:10 2019 +0200
| | 
| |     * testsuite 34d4ab0...f6fc0ab (1):
| |       > Also fix SCRIPT.mos to load Autoconf.mo
| | 
| | M	testsuite
| | 
* | commit e7d82668052d9eafc74a02d8af89ef6767724aff
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 08:35:57 2019 +0200
| | 
| |     * OMCompiler ccf8c89...0464950 (1):
| |       > Fix include path for docker FMI builds
| | 
| | M	OMCompiler
| | 
* | commit ca8d2de59f12e901f38eca163675e46a48e66c1e
| | Author: Martin Sjölund 
| | Date:   Tue Apr 2 08:17:53 2019 +0200
| | 
| |     * testsuite b827193...34d4ab0 (1):
| |       > Load Autoconf for the matlab translator
| | 
| | M	testsuite
| | 
* | commit 616fed6611b269abe94be5a5eaf7dcbc141ad66f
| | Author: Adrian Pop 
| | Date:   Mon Apr 1 21:40:55 2019 +0200
| | 
| |     no hooks are needed for OMShell, OMEdit, OMPlot, OMNotebook anymore
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#104
| | 
| | M	OMEdit/Makefile.omdev.mingw
| | M	OMNotebook/OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | M	OMPlot/Makefile.omdev.mingw
| | M	OMShell/OMShell/OMShellGUI/Makefile.omdev.mingw
| | 
* | commit 6cde39315e25a3133a8a0d0bec886422287979c5
| | Author: Adeel Asghar 
| | Date:   Mon Apr 1 20:25:59 2019 +0200
| | 
| |     Updated the links
| |     
| |     Belonging to [master]:
| |       - OpenModelica/OpenModelica#103
| | 
| | M	OMEdit/README.md
| | M	OMNotebook/README.md
| | M	OMPlot/README.md
| | M	OMShell/README.md
| | 
* | commit da42c1c59a658ff6645c7866864356822b491ed7
| | Author: hudson 
| | Date:   Mon Apr 1 19:24:26 2019 +0200
| | 
| |     * libraries 0f6241c...9b559a1 (1):
| |       > Bump libraries
| | 
| | M	libraries
| |   
* |   commit 15dfaa7afad8a249cef4797f02708d4514cabf50
|\ \  Merge: 46bc05c52c 348afac56f
| | | Author: hudson 
| | | Date:   Mon Apr 1 13:27:33 2019 +0200
| | | 
| | |     Merge remote-tracking branch 'origin/master' into pullrequest
| | | 
| * | commit 348afac56f85e10f5ee1f70f854b239d15034fda
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 1 13:08:08 2019 +0200
| | | 
| | |     * OMCompiler f12151c...ccf8c89 (1):
| | |       > Link libzlib explicitly since gcc fails bootstrapping
| | | 
| | | M	OMCompiler
| | | 
| * | commit c394834f02afccedcaa61de8c44488e13b2334dd
| | | Author: Adeel Asghar 
| | | Date:   Mon Apr 1 12:49:15 2019 +0200
| | | 
| | |     * OMCompiler b9d5e4a...f12151c (1):
| | |       > Make sure file is not modified before using the cache
| | | 
| | | M	OMCompiler
| | | 
* | | commit 46bc05c52c16a6954a709824ffea19e0615b6c2a
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 1 13:08:28 2019 +0200
| | | 
| | |     Change commit from submodule to symlink
| | |     
| | |     Note: This might need to change by removing the directories and pointing
| | |     to the root using a relative path instead. This is a quick fix.
| | | 
| | | D	OMEdit/.gitmodules
| | | T	OMEdit/common
| | | D	OMNotebook/.gitmodules
| | | T	OMNotebook/common
| | | D	OMPlot/.gitmodules
| | | T	OMPlot/common
| | | D	OMShell/.gitmodules
| | | T	OMShell/common
| | |   
* | |   commit a900aeab3534137a4d98a107079be96179bd3ec4
|\ \ \  Merge: 0824d635e3 cf210ceb0f
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Apr 1 13:01:06 2019 +0200
| | | | 
| | | |     Add 'OMShell/' from commit 'cf210ceb0fe1d26744b0d62eaee0daa39c9169f5'
| | | |     
| | | |     git-subtree-dir: OMShell
| | | |     git-subtree-mainline: 0824d635e3245f7da1aa041d4a4923c2f8458468
| | | |     git-subtree-split: cf210ceb0fe1d26744b0d62eaee0daa39c9169f5
| | | | 
| * | | commit cf210ceb0fe1d26744b0d62eaee0daa39c9169f5
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Jan 24 21:06:19 2019 +0100
| | | | 
| | | |     Update .gitignore
| | | | 
| | | | M	.gitignore
| | | | 
| * | | commit 43edc6161b60ad3338aeb491b0c3fec64a58d5bb
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Jan 23 18:54:51 2019 +0100
| | | | 
| | | |     Update common
| | | | 
| | | | M	common
| | | | 
| * | | commit f476a5dfb91cfc4c2b64e86295d5918a4ee1427e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 1 11:46:51 2018 +0100
| | | | 
| | | |     propagate threadData from main.cpp
| | | | 
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | 
| * | | commit eeba7bb37cb1f456c08534670034b888e207e62a
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jan 30 08:12:58 2018 +0100
| | | | 
| | | |     Symboltable shouldn't be in the class
| | | | 
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	mosh/src/omcinteractiveenvironment.h
| | | | 
| * | | commit 854ded556d1835cfe84a334a54964867ad248269
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jan 30 08:11:08 2018 +0100
| | | | 
| | | |     Updates for the new Main.mo interface
| | | | 
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	mosh/src/omcinteractiveenvironment.cpp
| | | | 
| * | | commit e1ab4026ce8fa4ff06c09a6a78f7556fe8b51315
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 2 12:34:56 2017 +0200
| | | | 
| | | |     Use rpath provided by configure
| | | |     
| | | |     This fixes the hard-coded OSX-specific rpath flags used in the
| | | |     makefiles.
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell.config.in
| | | | M	configure.ac
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 999d33bb344e5a6e4387272f24a12bd458af8dff
| | | | Author: hkiel 
| | | | Date:   Thu Sep 28 12:53:02 2017 +0200
| | | | 
| | | |     interpret MMC_STRINGDATA as utf-8
| | | | 
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit f326bf7ba6c31c01dc4882c1772b60d8b90048f5
| | | | Author: Adrian Pop 
| | | | Date:   Wed Sep 27 20:20:46 2017 +0300
| | | | 
| | | |     not needed
| | | | 
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 70ef9f428148a687d7e6f71f6e1c356f91c450a3
| | | | Author: adrpo 
| | | | Date:   Wed Sep 27 19:06:19 2017 +0200
| | | | 
| | | |     don't use std::begin and std::end as is not need
| | | | 
| | | | M	mosh/src/omcinteractiveenvironment.cpp
| | | | 
| * | | commit e4eabb4ddbe457c687cc66a9bf062f550841f04b
| | | | Author: Adrian Pop 
| | | | Date:   Wed Sep 27 17:44:46 2017 +0300
| | | | 
| | | |     attempt to fix clang compilation
| | | | 
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 255934c6ba67b8915af81d3144fd3ff5c1b3db37
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Sep 27 16:02:52 2017 +0200
| | | | 
| | | |     Fixed OMShell windows compilation
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | 
| * | | commit 7519ad75c55896ec3e645f2ebd5d8bf19d9e442b
| | | | Author: hkiel 
| | | | Date:   Wed Sep 27 09:09:20 2017 +0200
| | | | 
| | | |     cd() to tmp dir when starting OMShellGUI
| | | | 
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | 
| * | | commit a172806b5e7687c8b69ea3d914e887ae0e51966f
| | | | Author: hkiel 
| | | | Date:   Tue Sep 26 13:23:51 2017 +0200
| | | | 
| | | |     Call MMC_INIT()
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell.config.in
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	common
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/omcinteractiveenvironment.cpp
| | | | 
| * | | commit b65dea292dab9639be0e1a95a6cfcb712c18e6a4
| | | | Author: hkiel 
| | | | Date:   Mon Sep 25 15:47:21 2017 +0200
| | | | 
| | | |     explicit instead of using namespace
| | | | 
| | | | D	OMShell/OMShellGUI/inputcelldelegate.h
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.h
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/omcinteractiveenvironment.cpp
| | | | M	mosh/src/omcinteractiveenvironment.h
| | | | 
| * | | commit d6df635df409f3f37e9b79e311dfa93ec9a28430
| | | | Author: hkiel 
| | | | Date:   Thu Sep 21 17:56:43 2017 +0200
| | | | 
| | | |     fix crash when doing first evalExpression()
| | | | 
| | | | M	Makefile.in
| | | | M	OMShell/OMShellGUI/OMShell.config.in
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	README.md
| | | | M	mosh/src/omcinteractiveenvironment.cpp
| | | | 
| * | | commit dfc9aa0ab53a8ea42248b53a3fbd45d889b9174f
| | | | Author: hkiel 
| | | | Date:   Thu Sep 21 14:17:32 2017 +0200
| | | | 
| | | |     change OMShellGUI from corba to direct interface
| | | | 
| | | | M	Makefile.in
| | | | M	OMShell/OMShellGUI/Makefile.omdev.mingw
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | M	OMShell/OMShellGUI/OMShell.config.in
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/OMShellGUI/inputcelldelegate.h
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | D	OMShell/OMShellGUI/omc_communicator.cpp
| | | | D	OMShell/OMShellGUI/omc_communicator.h
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | M	configure.ac
| | | | 
| * | | commit 8d1b0784aa105d5152fd55326e590b1b36953e2d
| | | | Author: hkiel 
| | | | Date:   Thu Sep 21 14:16:59 2017 +0200
| | | | 
| | | |     change mosh from corba to direct interface
| | | | 
| | | | M	.gitignore
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | A	mosh/src/omc_config.h.in
| | | | A	mosh/src/omcinteractiveenvironment.cpp
| | | | A	mosh/src/omcinteractiveenvironment.h
| | | | 
| * | | commit 71a39a1f5f6c284a7344a3c638aa3dad0946451b
| | | | Author: hkiel 
| | | | Date:   Tue Mar 28 11:27:10 2017 +0200
| | | | 
| | | |     Spell fix
| | | | 
| | | | M	README.md
| | | | 
| * | | commit 65ae78fbd5f6222cba83ef4004aa7719770575be
| | | | Author: hkiel 
| | | | Date:   Wed Mar 1 17:18:36 2017 +0100
| | | | 
| | | |     fix small memory leaks
| | | | 
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | 
| * | | commit ab97b73b705153045d41550cf80cdcd4e670371e
| | | | Author: hkiel 
| | | | Date:   Tue Dec 20 14:57:02 2016 +0100
| | | | 
| | | |     create Application/ path before copy on macOS
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | 
| * | | commit d0b0597942bde7c5f51537e9b0aa2a56a62c719e
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Nov 26 08:01:19 2016 +0100
| | | | 
| | | |     Update common
| | | | 
| | | | M	common
| | | | 
| * | | commit faf638a82e009a871c951f01cb3efd084f6774ab
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 11 14:35:12 2016 +0100
| | | | 
| | | |     update submodule.
| | | | 
| | | | M	common
| | | | 
| * | | commit 3464745fc77737e2c8970a9c44460d237bddfd0e
| | | | Author: Sebastian Pinnau 
| | | | Date:   Fri Nov 4 22:47:02 2016 +0100
| | | | 
| | | |     Compile OMShell with C++11, ticket:3990
| | | |     
| | | |     - C++11 is required in Qt 5.7
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell.config.in
| | | | M	configure.ac
| | | | 
| * | | commit 0a2edd8b162ed716e9ad36a01715c70e447fa03c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 18 17:50:40 2016 +0200
| | | | 
| | | |     Update submodule
| | | | 
| | | | M	common
| | | | 
| * | | commit 1125cc61222f723a5673a9108fcd8269e2f9fde0
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 17 11:58:46 2016 +0200
| | | | 
| | | |     Update submodule
| | | | 
| | | | M	common
| | | | 
| * | | commit 5d045ad8b9b301717b5c574e5e5871958349fd2c
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 17 11:35:40 2016 +0200
| | | | 
| | | |     Update submodule
| | | | 
| | | | M	common
| | | | 
| * | | commit aa41743cdf76b9bbc90e41f66b0182c8d4c79968
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 17 09:24:48 2016 +0200
| | | | 
| | | |     Update common submodule
| | | | 
| | | | M	common
| | | | 
| * | | commit ce1ebbf667ee39a13766f1682051961efa030773
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jul 21 14:24:26 2016 +0200
| | | | 
| | | |     Compile with QT5
| | | | 
| | | | M	common
| | | | 
| * | | commit d1560083a5defa7ec499ad4be730e0094dbf9497
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 10 13:36:29 2016 +0200
| | | | 
| | | |     quote path.
| | | | 
| | | | M	README.md
| | | | 
| * | | commit 0a278ea464d42ececc0b799275690cb1381aa8f5
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 10 13:33:56 2016 +0200
| | | | 
| | | |     Updated compile instructions to new msys.
| | | | 
| | | | M	README.md
| | | | 
| * | | commit d9e86db25e29fe0d19c15ef22065fdeaacff53bc
| | | | Author: Adeel Asghar 
| | | | Date:   Mon May 9 13:14:04 2016 +0200
| | | | 
| | | |     Update common submodule.
| | | | 
| | | | M	common
| | | |   
| * | |   commit b077bcb55fa5c4269bef1c6485a72eadd14c7f3c
| |\ \ \  Merge: 12c0b5ac07 0b733017bb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Apr 27 13:07:16 2016 +0200
| | | | | 
| | | | |     Merge pull request #3 from lochel/translation-de
| | | | |     
| | | | |     Fix German translation
| | | | | 
| | * | | commit 0b733017bbe4c9210f41a2a2a25a892842edd900
| |/ / /  Author: Lennart Ochel 
| | | |   Date:   Wed Apr 27 12:56:46 2016 +0200
| | | |   
| | | |       Fix German translation
| | | |   
| | | |   M	OMShell/OMShellGUI/OMShell_de.ts
| | | | 
| * | | commit 12c0b5ac0707902b9101f470d89a55b519e17af7
| | | | Author: Adrian Pop 
| | | | Date:   Mon Apr 4 16:59:28 2016 +0200
| | | | 
| | | |     adapt to msys2 mingw32/mingw64 - ticket:2578
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.omdev.mingw
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | |   
| * | |   commit 56525d325cd80d4555d8418e72b6930fcd350436
| |\ \ \  Merge: 12b2653602 ed1011a825
| | | | | Author: Henning Kiel 
| | | | | Date:   Mon Feb 8 12:40:16 2016 +0100
| | | | | 
| | | | |     Merge pull request #1 from hkiel/omshell_settings_fontsize
| | | | |     
| | | | |     store font size in settings file
| | | | | 
| | * | | commit ed1011a8254d193788462af746a8f43b39306104
| |/ / /  Author: hkiel 
| | | |   Date:   Mon Feb 8 12:18:15 2016 +0100
| | | |   
| | | |       store font size in settings file
| | | |   
| | | |   M	.gitignore
| | | |   M	OMShell/OMShellGUI/oms.cpp
| | | |   M	OMShell/OMShellGUI/oms.h
| | | | 
| * | | commit 12b26536029cce9a2befb71aeaa564663ea5b825
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Feb 7 01:31:00 2016 +0100
| | | | 
| | | |     Remove superfluous "OpenModelica"
| | | | 
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | 
| * | | commit 3e69c93f3a4bd4bd40c9bdf91c4454f6807077d9
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 20 14:13:19 2015 +0200
| | | | 
| | | |     Bump for latest qmake.m4
| | | | 
| | | | M	common
| | | | 
| * | | commit 0777ed59adf786ddd6e511433173e477ab27fefd
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 6 16:44:01 2015 +0200
| | | | 
| | | |     Use the prefix for OPENMODELICAHOME
| | | | 
| | | | M	OMShell/OMShellGUI/omc_config.h.in
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit dfda18a8e9b9fd4365eb75b438402fae57c2ba04
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Aug 5 16:11:10 2015 +0200
| | | | 
| | | |     Fix typo
| | | | 
| | | | M	common
| | | | M	configure.ac
| | | | 
| * | | commit c61323c25f2b370937a29a4765aaa30122e84c0f
| | | | Author: adrpo 
| | | | Date:   Fri Jul 24 12:43:09 2015 +0200
| | | | 
| | | |     - proper detection of mingw32 vs mingw64
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | 
| * | | commit 8302b0ed641b3ab9729143acae7a2db2e1fec181
| | | | Author: adrpo 
| | | | Date:   Thu Jul 23 23:23:27 2015 +0200
| | | | 
| | | |     - adapt to Qt5 and mingw64
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.omdev.mingw
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omc_communicator.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | M	OMShell/OMShellGUI/ui_OtherDlg.h
| | | | M	common
| | | |   
| * | |   commit ac44689708621ccb60a86a2d9a66995f31de421c
| |\ \ \  Merge: 99b004e8b2 32c115395b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 25 17:11:37 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMShell
| | | | | 
| | * | | commit 32c115395b20b255a8900617dd2ccb86c3bde9d7
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 22 16:27:16 2015 +0200
| | | | | 
| | | | |     Fix duplicate /build/
| | | | | 
| | | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | | 
| | * | | commit b160bebe148ebd9661735fe4935b677dc961e059
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Jun 18 10:58:49 2015 +0200
| | | | | 
| | | | |     Update common
| | | | | 
| | | | | M	common
| | | | | 
| | * | | commit 0694730c4cbc6d90701fc518d7ca2575d8b74a8f
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sat Jun 13 10:49:57 2015 +0200
| | | | | 
| | | | |     Remove generated files from version control
| | | | | 
| | | | | M	OMShell/OMShellGUI/Makefile.omdev.mingw
| | | | | D	OMShell/OMShellGUI/omc_communication.cc
| | | | | D	OMShell/OMShellGUI/omc_communication.h
| | | | | 
| * | | | commit 99b004e8b2bfd2493dbed124dfaffe05a75fc162
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Thu Jun 25 17:11:27 2015 +0200
| | | |   
| | | |       ignore omc_communication.h/cc
| | | |   
| | | |   M	.gitignore
| | | | 
| * | | commit 38ee94f6574c888cc2a1a590b9bd226e49f029b1
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 9 12:49:59 2015 +0200
| | | | 
| | | |     Updated common submodule.
| | | | 
| | | | M	common
| | | | 
| * | | commit ccfba05297e8e5c57c988a37c02f80e2ab05c372
| | | | Author: Lennart Ochel 
| | | | Date:   Mon May 18 22:39:41 2015 +0200
| | | | 
| | | |     Update .gitignore file
| | | | 
| | | | M	.gitignore
| | | | 
| * | | commit 3f8412c0a5eb09ba0631460b3563b0d52a4c39bc
| | | | Author: Martin Sjölund 
| | | | Date:   Tue May 12 15:59:34 2015 +0200
| | | | 
| | | |     Fix compilation of OMShell and mosh
| | | | 
| | | | A	Makefile.in
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | A	OMShell/OMShellGUI/omc_config.h.in
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | A	configure.ac
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit b87dfa08497664d172e3e5fb32fd313bb58ac7ef
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 12 15:55:03 2015 +0200
| | | | 
| | | |     - Missing file from last commit.
| | | | 
| | | | A	.gitattributes
| | | | 
| * | | commit cbd3561e0741316dde0365d67a54573015d1c591
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 12 14:57:43 2015 +0200
| | | | 
| | | |     - Added common submodule.
| | | |     - Install pre-commit hook.
| | | |     - Added .gitattributes.
| | | | 
| | | | A	.gitmodules
| | | | M	OMShell/OMShellGUI/Makefile.omdev.mingw
| | | | A	common
| | | | 
| * | | commit eb10ccb4126722440c3d6a14355d09fd762c2031
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 6 17:11:24 2015 +0200
| | | | 
| | | |     More README updates. Removed README.txt
| | | | 
| | | | D	OMShell/README.txt
| | | | A	README.md
| | | | 
| * | | commit 30b173d3fb04871d4cd36a0d180c33f49ccdae1d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 6 16:02:32 2015 +0200
| | | | 
| | | |     OMShell Windows compilaiton.
| | | | 
| | | | A	.gitignore
| | | | A	OMShell/OMShellGUI/Makefile.omdev.mingw
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | A	OMShell/OMShellGUI/commands.xml
| | | | A	OMShell/OMShellGUI/omc_communication.cc
| | | | A	OMShell/OMShellGUI/omc_communication.h
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit cc098997d107a31bacefec309c8f1270472529a3
| | | | Author: Martin Sjölund 
| | | | Date:   Sat May 2 14:21:29 2015 +0200
| | | | 
| | | |     Delete old directory
| | | | 
| | | | D	OMS/OMS.sln
| | | | D	OMS/OtherDlg.ui
| | | | D	OMS/QWinMosh.vcproj
| | | | D	OMS/Resources/OMS.bmp
| | | | D	OMS/Resources/OMS.ico
| | | | D	OMS/Resources/clear.bmp
| | | | D	OMS/Resources/copy.bmp
| | | | D	OMS/Resources/cut.bmp
| | | | D	OMS/Resources/help.bmp
| | | | D	OMS/Resources/paste.bmp
| | | | D	OMS/Resources/print.bmp
| | | | D	OMS/Resources/start.bmp
| | | | D	OMS/Resources/stop.bmp
| | | | D	OMS/inputcelldelegate.h
| | | | D	OMS/main.cpp
| | | | D	OMS/omc_communication.cc
| | | | D	OMS/omc_communicator.cpp
| | | | D	OMS/omc_communicator.h
| | | | D	OMS/omcinteractiveenvironment.cpp
| | | | D	OMS/omcinteractiveenvironment.h
| | | | D	OMS/oms.cpp
| | | | D	OMS/oms.h
| | | | D	OMS/oms.qrc
| | | | D	OMS/otherdlg.h
| | | | D	OMS/res.aps
| | | | D	OMS/res.rc
| | | | D	OMS/resource.h
| | | | 
| * | | commit 64a4089a3b5dade946435739e0e6bd4030713782
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 12 23:10:36 2015 +0000
| | | | 
| | | |     - Fixed OMShell build.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | 
| * | | commit a9f40e4bebacdf65e24761d7fbfdc0fab90aba95
| | | | Author: Henning Kiel 
| | | | Date:   Thu Mar 12 20:07:06 2015 +0000
| | | | 
| | | |     do not translate keyboard short cuts
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell_de.ts
| | | | M	OMShell/OMShellGUI/OMShell_sv.ts
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | 
| * | | commit 0a1aa2782c9768b3d7f6e8bdff04b92a00bf3bb1
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 28 14:42:13 2015 +0000
| | | | 
| | | |     Fix compilation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 3df8e4555dfba391d07b3ad4b8371330baee7f3a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Sep 17 07:25:01 2014 +0000
| | | | 
| | | |     Clean omc_communication.*
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 62cee526ba0cbc173ba478d513fbc8513ad7ab17
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Sep 4 07:41:27 2014 +0000
| | | | 
| | | |     - conform the buttons to the quit-message of OMShell
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | 
| * | | commit a0c0fa57125bf318eaa5f91c75f080fd5cb32559
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jun 4 00:28:07 2014 +0000
| | | | 
| | | |     #2509
| | | |     - Use the omniORB specific parameters. They are different from MICO parameters.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/omc_communicator.cpp
| | | | 
| * | | commit 748bff8089629f75394408259880294ee3fa0707
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 3 19:40:18 2014 +0000
| | | | 
| | | |     #2509
| | | |     - increase argc as well.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/omc_communicator.cpp
| | | | 
| * | | commit 62a7f43091a0e0a62c78da9777304d20f559aa62
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 3 18:48:48 2014 +0000
| | | | 
| | | |     #2509
| | | |     - Specify CORBA arguments e.g IP-address when initializing the client object.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/omc_communicator.cpp
| | | | 
| * | | commit 763bcb5d3d11f87e4a5cc8c6b63baed758597e97
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Mar 27 19:17:34 2014 +0000
| | | | 
| | | |     Fixed some compiler warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 7c1ae4a7d6542ad56a9eb6e240ea69696dcb0d6f
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 17 15:43:13 2013 +0000
| | | | 
| | | |     - Copy the required dlls for the clients to build/bin.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/README.txt
| | | | 
| * | | commit 06ab32ac771f9baaf140c97cefb805120956c1f4
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 19 19:52:30 2013 +0000
| | | | 
| | | |     Pass along CPPFLAGS
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell.config.in
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 16b9651c17d2be2232549b1857519b509cd67ea1
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 9 05:00:35 2013 +0000
| | | | 
| | | |     #2406
| | | |     Check for $(APP) instead of $(EXE) as this changed
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | 
| * | | commit d4cf2569f7b3a0ad4671b88ca416aeff8f215e1d
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jul 18 05:32:42 2013 +0000
| | | | 
| | | |     Latest MAC versions assigns different tmp directories to different processes. So in order to have same tmp directory for CORBA object reference file we pass the tmp directory of OMClient to OMC via the config flag CORBA_OBJECT_REFERENCE_FILE_PATH. This makes sure that omc dumps the CORBA object reference file in the same directory where OMClient is trying to read from.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 84f1ab290cac03f24b6921883829c5804f7a4f68
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 2 19:17:13 2013 +0000
| | | | 
| | | |     Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
| | | |     Contact me if you have problems merging your working copy
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/commandcompletion.cpp
| | | | M	OMShell/OMShellGUI/commandcompletion.h
| | | | M	OMShell/OMShellGUI/commandunit.h
| | | | M	OMShell/OMShellGUI/inputcelldelegate.h
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omc_communicator.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | M	OMShell/OMShellGUI/otherdlg.h
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | 
| * | | commit bb614afca503fa5abf51160d68b589817c0da719
| | | | Author: OpenModelica Hudson 
| | | | Date:   Thu May 2 18:46:43 2013 +0000
| | | | 
| | | |     [Janitor mode] Fix tabs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/commandcompletion.cpp
| | | | M	OMShell/OMShellGUI/commandcompletion.h
| | | | M	OMShell/OMShellGUI/commandunit.h
| | | | M	OMShell/OMShellGUI/inputcelldelegate.h
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omc_communicator.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | M	OMShell/OMShellGUI/otherdlg.h
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | 
| * | | commit 03752c08ea2ed84427fe757d55aa4070a42cf97a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Mar 6 11:12:35 2013 +0000
| | | | 
| | | |     Trim trailing whitespace
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15486 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/OMShellGUI/commandcompletion.cpp
| | | | M	OMShell/OMShellGUI/commandcompletion.h
| | | | M	OMShell/OMShellGUI/commandunit.h
| | | | M	OMShell/OMShellGUI/inputcelldelegate.h
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omc_communicator.cpp
| | | | M	OMShell/OMShellGUI/omc_communicator.h
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | M	OMShell/OMShellGUI/otherdlg.h
| | | | M	OMShell/OMShellGUI/rc_omshell.rc
| | | | M	OMShell/OMShellGUI/ui_OtherDlg.h
| | | | M	OMShell/README.txt
| | | | 
| * | | commit aee96b283fc30ce5a9897ea0e8a4d3f280d35920
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jan 7 15:22:32 2013 +0000
| | | | 
| | | |     - use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/README.txt
| | | | 
| * | | commit 3b516e3ac0c9add47f22b955f915ff4e99c0ca6f
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 9 11:56:25 2012 +0000
| | | | 
| | | |     - build instructions.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/README.txt
| | | | 
| * | | commit f3bd494edf5d60a869955e2c1edabfd552e873cb
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 9 10:26:31 2012 +0000
| | | | 
| | | |     - windows make files for OMClients.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | 
| * | | commit d2a9088c6c67982962867e4278427e97a755a309
| | | | Author: Henning Kiel 
| | | | Date:   Mon Sep 3 11:41:02 2012 +0000
| | | | 
| | | |     - some more .de translations
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell_de.ts
| | | | 
| * | | commit e87e1183f17dab8951679989d396efaa55996e44
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 19 08:49:20 2012 +0000
| | | | 
| | | |     - Updated copyright holder
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 27a84b1ec79aec1e3bc416bc196fb0adcf2c82e1
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jun 7 08:02:49 2012 +0000
| | | | 
| | | |     - Spelling
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 047ebd6625d8979a5a1d9c685ac699c05b2b5d55
| | | | Author: Adrian Pop 
| | | | Date:   Fri May 4 23:51:40 2012 +0000
| | | | 
| | | |     - tabs instead of spaces.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit e12edd64dc7df46cc10322e840c29f8529a10485
| | | | Author: Martin Sjölund 
| | | | Date:   Fri May 4 21:01:21 2012 +0000
| | | | 
| | | |     - Some Makefile fixes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit d18b7a24c47e4713e5dcd53ccb86866db92c744b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 26 12:53:53 2012 +0000
| | | | 
| | | |     - Updated the pro and readme files according to omniORB4.1.6
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/README.txt
| | | | 
| * | | commit ffc09d287e49cda6217d05a332556d276cfd186a
| | | | Author: Henning Kiel 
| | | | Date:   Wed Apr 11 14:57:23 2012 +0000
| | | | 
| | | |     - added some more german translations
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell_de.ts
| | | | 
| * | | commit 35f07464564b382d6ba70d696ae5bbc6d5cc4734
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 3 12:56:17 2012 +0000
| | | | 
| | | |     - Make omniidl command more suitable for parallel jobs
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 5bfeaf71f034df00cb30c1525889e8f0cc62ee1b
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 26 09:24:30 2012 +0000
| | | | 
| | | |     - Converted OMOptim/OMShell to UTF-8
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/commandcompletion.cpp
| | | | M	OMShell/OMShellGUI/commandcompletion.h
| | | | M	OMShell/OMShellGUI/commandunit.h
| | | | M	OMShell/OMShellGUI/inputcelldelegate.h
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omc_communicator.cpp
| | | | M	OMShell/OMShellGUI/omc_communicator.h
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | M	OMShell/OMShellGUI/otherdlg.h
| | | | 
| * | | commit 7be2fbe3d03412cb200aaeb896f77643ee62a734
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 26 09:17:16 2012 +0000
| | | | 
| | | |     - Converted some files to UTF-8
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | M	mosh/src/options.h
| | | | 
| * | | commit ad94da8c4299f49f02c49eb77833bfc76237a87e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 22 20:30:02 2012 +0000
| | | | 
| | | |     - Added keyword tag.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/README.txt
| | | | 
| * | | commit 0cdef7b173be84945e683eb8819b99548b01acec
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 22 20:28:47 2012 +0000
| | | | 
| | | |     - Auto generate the stub files for clients.
| | | |     - Added/Updated README.txt files for all clients.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/README.txt
| | | | 
| * | | commit 88cad0cb84c8a08a940a07708c0ccc567605f407
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 12 21:15:29 2012 +0000
| | | | 
| | | |     - Improved tab detection
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	mosh/src/builtin_function.cpp
| | | | D	mosh/src/builtin_function.hpp
| | | | D	mosh/src/compiled_function.cpp
| | | | D	mosh/src/compiled_function.hpp
| | | | D	mosh/src/expression_parser.g
| | | | D	mosh/src/function_argument.cpp
| | | | D	mosh/src/function_argument.hpp
| | | | D	mosh/src/modelica_function.cpp
| | | | D	mosh/src/modelica_function.hpp
| | | | D	mosh/src/modelica_runtime_error.cpp
| | | | D	mosh/src/modelica_runtime_error.hpp
| | | | D	mosh/src/modelica_type.cpp
| | | | D	mosh/src/modelica_type.hpp
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | D	mosh/src/runtime/main.cpp
| | | | D	mosh/src/runtime/modelica_array.cpp
| | | | D	mosh/src/runtime/modelica_array.hpp
| | | | D	mosh/src/runtime/modelica_runtime_error.hpp
| | | | D	mosh/src/runtime/numerical_array.hpp
| | | | D	mosh/src/symboltable.cpp
| | | | D	mosh/src/symboltable.hpp
| | | | D	mosh/src/value.cpp
| | | | D	mosh/src/value.hpp
| | | | D	mosh/src/walker.g
| | | | 
| * | | commit aa105743c5957b787dc95601818e6cf84f928ee7
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 23 06:08:32 2012 +0000
| | | | 
| | | |     - GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl
| | | |     - HIGHLY RECOMMENDED make clean
| | | |     - renamed SimCodeXXX.tpl CodegenXXX.tpl
| | | |     - merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
| | | |     - all tests except the usual mishaps go.
| | | |     - targeted all trunk/c_runtime references used in
| | | |       Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/build/Makefile.single
| | | | 
| * | | commit 78c52e3fe55644fc243dc54d51f58ef35c61b00d
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Feb 15 07:39:53 2012 +0000
| | | | 
| | | |     - Remove dependency on Compiler/runtime/omc_communication.o
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit e86e43d39baf6d57ea8b2be630447bb8bb9df55e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 12 15:35:08 2012 +0000
| | | | 
| | | |     - Fix compilation.
| | | |     - Remove bin directories from trunk as they are created automatically after qmake.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | 
| * | | commit 23d076b9d8bb83e2dabd229ae27eb1301b88d76a
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 12 09:45:58 2012 +0000
| | | | 
| | | |     Removed the unused and windows specific files from trunk.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMShell/OMShellGUI/Makefile.Debug
| | | | D	OMShell/OMShellGUI/Makefile.Release
| | | | 
| * | | commit f1695b55bcde8e8dba78a4fc1c1c609ce0266de4
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jan 9 13:07:15 2012 +0000
| | | | 
| | | |     - Added configure option --with-static-readline
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit dbc25de9252d93c5305fc8cf136714a55a4a5fd8
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Dec 19 11:29:32 2011 +0000
| | | | 
| | | |     - Added omshell-terminal icon
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMShell/OMShellGUI/Resources/omshell-terminal-large.svg
| | | | 
| * | | commit 11c489049f93abb4593feabcfe3b8da634b7c856
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 25 09:03:37 2011 +0000
| | | | 
| | | |     - Use Ctrl-O to open file
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell_de.ts
| | | | M	OMShell/OMShellGUI/OMShell_sv.ts
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | 
| * | | commit 787e1a780a9f2da37e8910d8f9f4a590c5153eca
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 25 08:58:37 2011 +0000
| | | | 
| | | |     - Translated marked strings in OMShell to Swedish
| | | |       - Also removed the useless toolbar and cleaned up the code a bit
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10209 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell_de.ts
| | | | M	OMShell/OMShellGUI/OMShell_sv.ts
| | | | D	OMShell/OMShellGUI/Resources/clear.bmp
| | | | D	OMShell/OMShellGUI/Resources/copy.bmp
| | | | D	OMShell/OMShellGUI/Resources/cut.bmp
| | | | D	OMShell/OMShellGUI/Resources/paste.bmp
| | | | D	OMShell/OMShellGUI/Resources/print.bmp
| | | | D	OMShell/OMShellGUI/Resources/start.bmp
| | | | D	OMShell/OMShellGUI/Resources/stop.bmp
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | M	OMShell/OMShellGUI/oms.qrc
| | | | 
| * | | commit 2356e22066c55121d1a3d5527ea8ae05dc68e8d1
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 25 07:32:25 2011 +0000
| | | | 
| | | |     - Added translation support to OMShell
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | A	OMShell/OMShellGUI/OMShell_de.ts
| | | | A	OMShell/OMShellGUI/OMShell_sv.ts
| | | | M	OMShell/OMShellGUI/inputcelldelegate.h
| | | | M	OMShell/OMShellGUI/main.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | 
| * | | commit ab07757b7959a1716a0ba23b3b33734bf1383c87
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Oct 15 20:44:36 2011 +0000
| | | | 
| | | |     - Changed QTextEdit to QPlainTextEdit. QTextEdit is way tooooo slowww......
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | 
| * | | commit 1ddd47bb84595cca9ae1d2c424111774f0e8c7ea
| | | | Author: Martin Sjölund 
| | | | Date:   Sat May 21 06:15:31 2011 +0000
| | | | 
| | | |     - Fix compilation of OMNotebook/OMShell for clean builds
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/OMShellGUI/omc_communicator.h
| | | | 
| * | | commit 05aa1ed4592c5885f45549846208ffab5253776d
| | | | Author: Martin Sjölund 
| | | | Date:   Fri May 20 12:30:47 2011 +0000
| | | | 
| | | |     - Fix compilation of OMShell/Notebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | 
| * | | commit 015dd0cd0962a23f88dffdee723ebc84790ae055
| | | | Author: Martin Sjölund 
| | | | Date:   Fri May 13 05:36:35 2011 +0000
| | | | 
| | | |     - Link with ncurses in case someone uses static readline
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit ff5be766c4d98b75dc2c9ca09e95f5a556f59bd6
| | | | Author: Martin Sjölund 
| | | | Date:   Sun May 8 13:42:38 2011 +0000
| | | | 
| | | |     - Remove compiler warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 88e239d790a6a5eaa4e0fdfed11778208e95adc3
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 5 11:40:13 2011 +0000
| | | | 
| | | |     - Set linker for OSX qtclients
| | | |     - Fix compilation on OSX/g++-4.5
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/OMShell.config.in
| | | | 
| * | | commit b09198a2feab8bf284bd1c66ee0667f35933f435
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 5 08:35:22 2011 +0000
| | | | 
| | | |     - Use @CC@/@CXX@ for mosh
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 4ded4eb1f14af2b0c3187a3cf21bda3439f552f3
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 5 06:26:38 2011 +0000
| | | | 
| | | |     - Compile qtclients with the configured CXX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | M	OMShell/OMShellGUI/OMShell.config.in
| | | | 
| * | | commit 0e818d414bee79b7a6cc5e9d592d6b14f17139b7
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 20 08:08:26 2011 +0000
| | | | 
| | | |     - Use $(MAKE) instead of make (enables parallel make)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | 
| * | | commit 6e3dd730ff0ecbf977659b1b99fafe036088d842
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 15 16:38:22 2011 +0000
| | | | 
| | | |     - New tools.
| | | |     - Few updates in OMNotebook, OMEdit and OMPlot.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.Debug
| | | | M	OMShell/OMShellGUI/Makefile.Release
| | | | 
| * | | commit 8cc78cb759b6160a5c1745e7414338b5d580418b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 6 17:40:56 2011 +0000
| | | | 
| | | |     - All clients runtimes are moved to OMTools/bin
| | | |     - All required qt libs are moved to OMTools/qtdlls
| | | |     - Some updates in OMPlot and OMEdit
| | | |     - plotParametric3 and plotAll3 is added.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.Debug
| | | | M	OMShell/OMShellGUI/Makefile.Release
| | | | 
| * | | commit 57380ca4ce96cd307e78e76ce1141f902e893b26
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 18 10:17:46 2011 +0000
| | | | 
| | | |     New OMEdit, OMShell, OMNotebook and OMPlotWindow
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.Debug
| | | | M	OMShell/OMShellGUI/Makefile.Release
| | | | 
| * | | commit 3b0f70ec55ab7c5fb28bfc4febfe1ddc042ffd10
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 15 16:38:24 2011 +0000
| | | | 
| | | |     - Added the cancel button to the close dialog.
| | | |     - If user has clicked the close button by mistake her should be able to cancel the event.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8230 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | M	OMShell/OMShellGUI/oms.h
| | | | 
| * | | commit 4add998bb336bc39d674d2c0ce662ed7cd86c4df
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 7 15:50:57 2011 +0000
| | | | 
| | | |     - Use $TEMP/OpenModelica/ as tmp-dir instead of OMShell/ OMNotebook/
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/oms.cpp
| | | | 
| * | | commit 309ba00495dfb64d8281ff3ac9fa5f936c81b049
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 6 10:47:55 2011 +0000
| | | | 
| | | |     - Fix OMShell compilation on OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8120 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | 
| * | | commit 9a1d3566f4457adfd549ae825580e6a899f5afa5
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 6 06:48:21 2011 +0000
| | | | 
| | | |     - Fixed compilation of OMPlotWindow
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | 
| * | | commit d7fc6e955134306399bd8aa797b072ecf5a81537
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 6 06:12:39 2011 +0000
| | | | 
| | | |     - Fixed compilation of OMShell (changed paths in makefiles)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8117 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShellGUI/Makefile.unix.in
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | M	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit e073c27a1afb0d10b1c44689071a1388f86a3978
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 6 05:55:53 2011 +0000
| | | | 
| | | |     - Removed Windows-specific generated files that interferes will other OS'es
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMShell/OMShellGUI/Makefile
| | | | 
| * | | commit 083ec3b3d01dafdce0155ccabab5591fad787dbb
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 6 03:24:22 2011 +0000
| | | | 
| | | |     - Changed the settings of all OM clients so that generatedfiles are created in a separate directories.
| | | |     - Few updates of OMEdit
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMShell/OMShellGUI/Makefile
| | | | A	OMShell/OMShellGUI/Makefile.Debug
| | | | A	OMShell/OMShellGUI/Makefile.Release
| | | | M	OMShell/OMShellGUI/OMShellGUI.pro
| | | | A	OMShell/README.txt
| | | | 
| * | | commit 871f1fd8d41bc542e69d7380bde4c9d9a9cac8b7
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 6 02:01:37 2011 +0000
| | | | 
| | | |     - Added the OMShell resource files
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMShell/OMShellGUI/Makefile.unix.in
| | | | A	OMShell/OMShellGUI/Resources/OMS.bmp
| | | | A	OMShell/OMShellGUI/Resources/OMS.ico
| | | | A	OMShell/OMShellGUI/Resources/clear.bmp
| | | | A	OMShell/OMShellGUI/Resources/copy.bmp
| | | | A	OMShell/OMShellGUI/Resources/cut.bmp
| | | | A	OMShell/OMShellGUI/Resources/help.bmp
| | | | A	OMShell/OMShellGUI/Resources/omshell-large.svg
| | | | A	OMShell/OMShellGUI/Resources/omshell-small.svg
| | | | A	OMShell/OMShellGUI/Resources/omshell.icns
| | | | A	OMShell/OMShellGUI/Resources/omshell.ico
| | | | A	OMShell/OMShellGUI/Resources/paste.bmp
| | | | A	OMShell/OMShellGUI/Resources/print.bmp
| | | | A	OMShell/OMShellGUI/Resources/source.txt
| | | | A	OMShell/OMShellGUI/Resources/start.bmp
| | | | A	OMShell/OMShellGUI/Resources/stop.bmp
| | | | A	OMShell/OMShellGUI/ui_OtherDlg.h
| | | | 
| * | | commit 744719f3510b00353e5d0bda8b77f9e0d030e83b
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 6 01:49:40 2011 +0000
| | | | 
| | | |     - Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMShell/Makefile.unix.in
| | | | D	OMShell/OMShell.pro
| | | | D	OMShell/OMShell.sln
| | | | D	OMShell/OMShell.vcproj
| | | | D	OMShell/OMShell.vcxproj
| | | | D	OMShell/OMShell.vcxproj.filters
| | | | R100	OMShell/OMShell.config.in	OMShell/OMShellGUI/OMShell.config.in
| | | | A	OMShell/OMShellGUI/OMShellGUI.pro
| | | | R096	OMShell/commandcompletion.cpp	OMShell/OMShellGUI/commandcompletion.cpp
| | | | R096	OMShell/commandcompletion.h	OMShell/OMShellGUI/commandcompletion.h
| | | | R096	OMShell/commandunit.h	OMShell/OMShellGUI/commandunit.h
| | | | R097	OMShell/inputcelldelegate.h	OMShell/OMShellGUI/inputcelldelegate.h
| | | | R096	OMShell/main.cpp	OMShell/OMShellGUI/main.cpp
| | | | R088	OMShell/omc_communicator.cpp	OMShell/OMShellGUI/omc_communicator.cpp
| | | | R094	OMShell/omc_communicator.h	OMShell/OMShellGUI/omc_communicator.h
| | | | R095	OMShell/omcinteractiveenvironment.cpp	OMShell/OMShellGUI/omcinteractiveenvironment.cpp
| | | | R096	OMShell/omcinteractiveenvironment.h	OMShell/OMShellGUI/omcinteractiveenvironment.h
| | | | R096	OMShell/oms.cpp	OMShell/OMShellGUI/oms.cpp
| | | | R095	OMShell/oms.h	OMShell/OMShellGUI/oms.h
| | | | R100	OMShell/oms.qrc	OMShell/OMShellGUI/oms.qrc
| | | | R095	OMShell/otherdlg.h	OMShell/OMShellGUI/otherdlg.h
| | | | A	OMShell/OMShellGUI/rc_omshell.rc
| | | | D	OMShell/OtherDlg.ui
| | | | D	OMShell/README.txt
| | | | D	OMShell/Resources/OMS.bmp
| | | | D	OMShell/Resources/OMS.ico
| | | | D	OMShell/Resources/clear.bmp
| | | | D	OMShell/Resources/copy.bmp
| | | | D	OMShell/Resources/cut.bmp
| | | | D	OMShell/Resources/help.bmp
| | | | D	OMShell/Resources/omshell-large.svg
| | | | D	OMShell/Resources/omshell-small.svg
| | | | D	OMShell/Resources/omshell.icns
| | | | D	OMShell/Resources/paste.bmp
| | | | D	OMShell/Resources/print.bmp
| | | | D	OMShell/Resources/source.txt
| | | | D	OMShell/Resources/start.bmp
| | | | D	OMShell/Resources/stop.bmp
| | | | D	OMShell/res.aps
| | | | D	OMShell/res.rc
| | | | D	OMShell/resource.h
| | | | D	OMShell/ui_OtherDlg.h
| | | | 
| * | | commit 8de7a45d2dae00566f254c8dbdda6abe85370aef
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 28 09:46:45 2011 +0000
| | | | 
| | | |     - Use the new OMShell icon in the application (about dialog, etc)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.qrc
| | | | 
| * | | commit b1d18ea00b09589f655e2361000685785d3d41a5
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 20:46:45 2011 +0000
| | | | 
| | | |     - Fixed the small resolutions of omshell.icns
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Resources/omshell.icns
| | | | 
| * | | commit 7462b256a0e7fb17c7f6c9b6a4a99616f773e57f
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 20:35:56 2011 +0000
| | | | 
| | | |     - During startup, switch the omc working directory to TEMP/{OMShell,OMNotebook}/ so we have a directory with write access
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit 73080166e83d739752c0546cb53e3bac872e7f09
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 18:37:54 2011 +0000
| | | | 
| | | |     - Don't let the CORBA implementation free() tempDirectoryPath
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8031 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit 595500c7e8ecdd725326424e8df103e84cf3cdbe
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 13:24:19 2011 +0000
| | | | 
| | | |     - Added a better OMShell icon
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShell.pro
| | | | A	OMShell/Resources/omshell-large.svg
| | | | A	OMShell/Resources/omshell-small.svg
| | | | A	OMShell/Resources/omshell.icns
| | | | A	OMShell/Resources/source.txt
| | | | 
| * | | commit 13a1bf4b0f3d33f013f6c800a7a5cd9988c922e4
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 10:24:12 2011 +0000
| | | | 
| | | |     - Use --prefix as the guess of the omc executable if OPENMODELICAHOME is not given (not all platforms install omc on the PATH)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | 
| * | | commit d2e77eb6b16ca9a5e8da28f6d6ee694d6f1ba6aa
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Feb 25 21:35:22 2011 +0000
| | | | 
| | | |     - Install .app's instead of executables in OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile.unix.in
| | | | 
| * | | commit 487c201e808055de432325eb0e4832be31307bbf
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jan 25 12:48:21 2011 +0000
| | | | 
| | | |     - builds of clients using VS
| | | |     - small changes to make VS compile some files.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/omc_communicator.cpp
| | | | 
| * | | commit 37b8d394e6821971406d5ea2b802dfc2d0b84891
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Jan 9 17:37:10 2011 +0000
| | | | 
| | | |     - Tabs to spaces
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/commandcompletion.cpp
| | | | M	OMShell/commandcompletion.h
| | | | M	OMShell/commandunit.h
| | | | M	OMShell/inputcelldelegate.h
| | | | M	OMShell/omc_communicator.cpp
| | | | M	OMShell/omcinteractiveenvironment.h
| | | | M	OMShell/oms.h
| | | | M	OMShell/otherdlg.h
| | | | 
| * | | commit 526721bb29a29a19f0b145473a4c9ffa78dd8add
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 7 08:33:22 2011 +0000
| | | | 
| | | |     - Replaced tab characters with 2 spaces (mostly in C sources since Eclipse/MDT usually manages to avoid using tabs)
| | | |     $ svn diff Compiler/ | grep ^- | grep -v ^--- | wc -l
| | | |     4771
| | | |     $ svn diff c_runtime/ | grep ^- | grep -v ^--- | wc -l
| | | |     13365
| | | |     $ svn diff OMNotebook/ | grep ^- | grep -v ^--- | wc -l
| | | |     17341
| | | |     $ svn diff OMShell/ | grep ^- | grep -v ^--- | wc -l
| | | |     582
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/commandcompletion.cpp
| | | | M	OMShell/commandcompletion.h
| | | | M	OMShell/commandunit.h
| | | | M	OMShell/inputcelldelegate.h
| | | | M	OMShell/main.cpp
| | | | M	OMShell/omc_communicator.cpp
| | | | M	OMShell/omcinteractiveenvironment.h
| | | | M	OMShell/oms.h
| | | | M	OMShell/otherdlg.h
| | | | 
| * | | commit 1e36f703d7cee8db838cdf9428ca946237275e18
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Dec 25 19:39:44 2010 +0000
| | | | 
| | | |     - Some fixes for OMShell/OPENMODELICAHOME
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit 0bceb8da8785875b155e2f8860058c97b2fb8412
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 21 08:13:26 2010 +0000
| | | | 
| | | |     - Fix OMNotebook so it does not require OPENMODELICAHOME to be set on Unix
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 255b32fa62fad87db455a1ece3006bc68d40561c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 21 06:20:27 2010 +0000
| | | | 
| | | |     - Added support to OMShell to function without OPENMODELICAHOME set
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | 
| * | | commit 6d327e0009820e02c34765a9e459c7372924a718
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Dec 4 09:33:12 2010 +0000
| | | | 
| | | |     - Fix Compiler/runtime/corbaimpl.cpp (use the same path as Settings.getTempDirectoryPath() as the temp-dir)
| | | |       - Updated OMShell, so it does not assume /tmp is the tmp-dir
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/omc_communicator.cpp
| | | | 
| * | | commit 3288b93e58b9a96f21b81e09ec4a07e7f9c87480
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 2 19:50:39 2010 +0000
| | | | 
| | | |     - Update makefiles to make parts of the qtclients compile on OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile.unix.in
| | | | M	OMShell/OMShell.config.in
| | | | 
| * | | commit 8e22235bce6ccd3846cacd19a0db6fb7a92bc2ea
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Nov 20 12:57:09 2010 +0000
| | | | 
| | | |     - Updated OMShell-terminal to try "omc" if "/bin/omc" is unavailable
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7130 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 8427ca70e12a38efdbffb020cac97cac13a32032
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Sep 8 08:37:26 2010 +0000
| | | | 
| | | |     - Removed antlr dependency from OMShell-terminal
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6052 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit c567a2c7ac7fa66e0dc7491cd550a7d0a8bfa4de
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 26 12:31:16 2010 +0000
| | | | 
| | | |     - Fixed the copyright information displayed to the user when running omc,mosh,OMShell or OMNotebook (years were outdated, etc)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile.unix.in
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 091cfc98d7325ca64410d83beef7b591c25df02a
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jul 5 12:38:32 2010 +0000
| | | | 
| | | |     - Fix configure script so include flags in qmake are set correctly (does not expect -I input as gcc does)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShell.config.in
| | | | 
| * | | commit 5b2a848364c274e69e1088905ef8e0b880468a94
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jul 1 13:42:38 2010 +0000
| | | | 
| | | |     - make install no longer tries to install qtclients if they were not compiled
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile.unix.in
| | | | 
| * | | commit 00791817f56efb26f96dfc68f8121c0c78cc63e3
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jun 29 06:10:33 2010 +0000
| | | | 
| | | |     - update the Visual Studio projects to VS2010
| | | |     - it seems vcproj has a vcxproj counterpart and there are some other new files too
| | | |     - renamed ext.exe and ext.pdb to OMPlotWindow.exe and OMPlotWindow.pdb
| | | |     - rebuild all Qt clients: OMShell, OMNotebook, OMPlotWindow
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShell.sln
| | | | A	OMShell/OMShell.vcxproj
| | | | A	OMShell/OMShell.vcxproj.filters
| | | | 
| * | | commit 2b41654952446172fe82e58e1cfe869700a91392
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Jun 26 16:24:28 2010 +0000
| | | | 
| | | |     - Update makefiles for qtclients.
| | | |       - Added Makefile.unix.in in each client's directory
| | | |       - Should be easier to customize behaviour now
| | | |       - Now copies the binary from OSX .app's into the build dir when doing a Unix build
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMShell/Makefile.unix.in
| | | | 
| * | | commit 65e1796a8745aa4e702c2071b9d6a62dbc013507
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jun 18 16:45:03 2010 +0000
| | | | 
| | | |     - OMShell-terminal: Changed history file to ~/.mosh_history instead of ./mosh_history on Unix
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | M	mosh/src/options.h
| | | | 
| * | | commit 4c4c1c3410f1569a941b07c4d6ff63bb21311567
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jun 16 20:10:56 2010 +0000
| | | | 
| | | |     - Fixed compilation of OMShell.app on OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShell.config.in
| | | | 
| * | | commit dd3c90abe3b155cfdda10eebf66d9a508ea982af
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jun 16 19:42:32 2010 +0000
| | | | 
| | | |     - Fixed compilation of OMShell-terminal on OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 1e0a1a7f4a19f9c4141e7eee8050e494cbe529c4
| | | | Author: Adrian Pop 
| | | | Date:   Tue Apr 27 04:08:22 2010 +0000
| | | | 
| | | |     - copy the OMShell.exe to build/bin after compilation
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShell.vcproj
| | | | 
| * | | commit 00eeef4c6a84d4eb6c95adb071ee59bfa2527867
| | | | Author: Adrian Pop 
| | | | Date:   Sun Apr 25 21:20:49 2010 +0000
| | | | 
| | | |     - renamed ext to OMPlotWindow
| | | |     - renamed trunk.sln to OMNotebook.sln
| | | |     - renamed OMS.sln to OMShell.sln
| | | |     - got rid of some .suo as they are user specific.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R086	OMShell/OMS.sln	OMShell/OMShell.sln
| | | | R096	OMShell/QWinMosh.vcproj	OMShell/OMShell.vcproj
| | | | 
| * | | commit 471d670dca93dd5d136266c04ef0ee1414849b44
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Apr 25 20:28:03 2010 +0000
| | | | 
| | | |     - Added new configure option --with-Coin (Coin disabled by default).
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMShell/OMShell.config.in
| | | | M	OMShell/OMShell.pro
| | | | 
| * | | commit 050e994be36e533f2f22923b740750bce6f959fa
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Apr 24 22:01:20 2010 +0000
| | | | 
| | | |     - Renamed ext OMPlotWindow
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 86cb637b7ab541b92940ab09f5af8a8f3710981c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 23 19:55:24 2010 +0000
| | | | 
| | | |     - Added trunk/Makefile.common, and restructured Makefile and Makefile.omdev.mingw
| | | |     - Fixed lots of weird install targets for files
| | | |       - Moved commands.xml, etc files from bin to share/omnotebook, share/omshell.
| | | |       - Moved ptplot.jar from bin to share/omc/java.
| | | |       - Moved ptplot_license.txt from bin to share/
| | | |       - Moved omc_helptext.txt from bin to share/doc/omc
| | | |       - Added antlr_license.txt
| | | |       - Moved OPENMODELICA/include to OPENMODELICAHOME/omc/include
| | | |         - This way we won't override system libs/includes if we install to /usr
| | | |         - Did the same for /lib
| | | |       - Left to do: Move scripts from bin to usr/share/omc/scripts
| | | |     - Updated OMNotebook and OMShell to reflect new paths of xml files.
| | | |     - Updated doPlot commands to reflect the new location of ptplot.jar
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit 836ed8eee2e182b4c6a4d95ce6a5cc88532717fe
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 23 16:07:41 2010 +0000
| | | | 
| | | |     - Fix syntax error in OMShell.pro
| | | |     - Use ANTLRHOME paths properly in OMNotebook.pro if it is set
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShell.pro
| | | | 
| * | | commit b6a6e359249ce49c943caf279184e56ae320fac1
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 21 09:18:43 2010 +0000
| | | | 
| | | |     - Added support for omniORB in qtclients.
| | | |       + We can now remove the dependency on mico for Linux systems.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMShell/Makefile
| | | | M	OMShell/OMShell.pro
| | | | D	OMShell/omc_communication.cc
| | | | D	OMShell/omc_communication.h
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 257ad397722b9b1b9caac1bee4792ed0f47c2567
| | | | Author: Adrian Pop 
| | | | Date:   Sun Mar 14 11:16:06 2010 +0000
| | | | 
| | | |     - replaced Linköping with Linköping
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/inputcelldelegate.h
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/omcinteractiveenvironment.h
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | 
| * | | commit 2229069f295db7892d21159e43aef0c996fee68d
| | | | Author: Adrian Pop 
| | | | Date:   Thu Jan 21 23:45:54 2010 +0000
| | | | 
| | | |     - updated Copyright (c) text to 2010
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/commandcompletion.cpp
| | | | M	OMShell/commandcompletion.h
| | | | M	OMShell/commandunit.h
| | | | M	OMShell/inputcelldelegate.h
| | | | M	OMShell/main.cpp
| | | | M	OMShell/omc_communicator.cpp
| | | | M	OMShell/omc_communicator.h
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/omcinteractiveenvironment.h
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | M	OMShell/otherdlg.h
| | | | 
| * | | commit 498fe68a1eb3c781ec0f6c88762078cd9aff5ff5
| | | | Author: Adrian Pop 
| | | | Date:   Thu Jan 21 23:45:01 2010 +0000
| | | | 
| | | |     - updated Copyright (c) text to 2010
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/builtin_function.cpp
| | | | M	mosh/src/builtin_function.hpp
| | | | M	mosh/src/compiled_function.cpp
| | | | M	mosh/src/compiled_function.hpp
| | | | M	mosh/src/expression_parser.g
| | | | M	mosh/src/function_argument.cpp
| | | | M	mosh/src/function_argument.hpp
| | | | M	mosh/src/modelica_function.cpp
| | | | M	mosh/src/modelica_function.hpp
| | | | M	mosh/src/modelica_runtime_error.cpp
| | | | M	mosh/src/modelica_runtime_error.hpp
| | | | M	mosh/src/modelica_type.cpp
| | | | M	mosh/src/modelica_type.hpp
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | M	mosh/src/options.h
| | | | M	mosh/src/symboltable.cpp
| | | | M	mosh/src/symboltable.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit f3d2f59c8b4e1eff671215b726a3f2e84fd37ef3
| | | | Author: Stefan Brus 
| | | | Date:   Mon Jan 18 12:41:45 2010 +0000
| | | | 
| | | |     -fixed a bug with inlining of array functions
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit cc65c694eea7ce1c11c7b1551f4ee33abe9dee2c
| | | | Author: Per Östlund 
| | | | Date:   Wed Dec 9 08:10:59 2009 +0000
| | | | 
| | | |     Added RTOpts.debugFlag guards to lessen overhead when debug output isn't used.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit 7740f670d5195b9ee5df106d188cf92c7101ce91
| | | | Author: Stefan Brus 
| | | | Date:   Wed Dec 2 08:14:47 2009 +0000
| | | | 
| | | |     - Changed PartialFn13 to use an if statement for now
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit c00cf80cfa340756128adedced16d8144b4f90ea
| | | | Author: Stefan Brus 
| | | | Date:   Mon Nov 23 14:53:38 2009 +0000
| | | | 
| | | |     - Fixed type checking and boxing of simple types in partially evaluated functions
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit ef75d8fbd2dd5eb4f45301d7e4311517dc7a0ea1
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 19 09:10:07 2009 +0000
| | | | 
| | | |     - Removed the need to set CLASSPATH when building under Linux.
| | | |     - Updated configure script to not check for CLASSPATH (it only checks that Java exists and can load the provided antlr).
| | | |     - Updated the lexer/parser makefiles to run with parallel jobs.
| | | |     - Warning: Due to RML creating and using .srz-files from all imported packages, parallel execution of make may in some rare cases fail. Running make again will work because the other process will have cached the srz-files.
| | | |       It is possible to generate all srz-files in advance at the cost of efficiency (you may not do this is parallel, and it's not necessary if the number of jobs=1).
| | | |     - Warning: RML drains a lot of RAM. Running "make -j" launches an unlimited number of jobs. This will eat about 20GB of RAM and possibly crash the system, so don't do this. Max 1 job per GB of RAM is recommended.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit cce8dabff0c753e08b60202898ff2f0b1a86ba6c
| | | | Author: Stefan Brus 
| | | | Date:   Wed Nov 18 12:09:28 2009 +0000
| | | | 
| | | |     - Fixed a bug that prevented use of function references outside functions
| | | |     - If you want to use function references or partially evaluated functions, compile with +d=fnptr
| | | |     
| | | |     - Fixed make clean in omc_debug, now removes .sigx files too
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit 69dbeea0e69484feee6a93d66d129c82b1e68668
| | | | Author: Stefan Brus 
| | | | Date:   Tue Nov 17 10:43:01 2009 +0000
| | | | 
| | | |     - Function pointers now work in both Modelica and MetaModelica
| | | |     - Partially evaluated functions now partially works!
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit 7ff50569bbf3823f1a908f71ad9729c2e72979aa
| | | | Author: Stefan Brus 
| | | | Date:   Tue Oct 27 14:49:38 2009 +0000
| | | | 
| | | |     - Annotations are now preserved in SCode format
| | | |     - make clean now removes .sigx files
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit ea53af4147b7056b077b79d4c677b1e997024908
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 13 18:50:22 2009 +0000
| | | | 
| | | |     - renamed OpenModelica1.5.0 to trunk
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 68974769c5a7a2ea319435af53de20e090e3d9cc
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 5 10:35:25 2009 +0000
| | | | 
| | | |     - fixed an OMC crash on Vista (sendData.cpp)
| | | |     - added icons for Plot Window (ext.exe) and OMC (omc.exe)
| | | |     - display the Plot Window (ext.exe) on the taskbar
| | | |     - updated copyright in OMShell
| | | |     - added .pdb files for releases: ext.exe, OMShell.exe, omc.exe
| | | |       to make it easier to debug crashes
| | | |     - fixed the last date in OpenModelica System Guide
| | | |     - fixed 3D_Bouncinball3D.onb
| | | |     - fixed OMShell runtime error at start
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/commandcompletion.cpp
| | | | M	OMShell/commandcompletion.h
| | | | M	OMShell/commandunit.h
| | | | M	OMShell/inputcelldelegate.h
| | | | M	OMShell/main.cpp
| | | | M	OMShell/omc_communicator.cpp
| | | | M	OMShell/omc_communicator.h
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/omcinteractiveenvironment.h
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | M	OMShell/otherdlg.h
| | | | 
| * | | commit 115a32066c035d892c562657c8f87f0bc64a2982
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 26 18:42:46 2008 +0000
| | | | 
| | | |     - got rid of -ltermcap as is not needed
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 35f4ca94393fc6c50c48d7ce249ad5f7cd71d1ea
| | | | Author: Adrian Pop 
| | | | Date:   Sat Nov 8 00:11:07 2008 +0000
| | | | 
| | | |     - small copyright update
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 147193e9d5e8a2f6882ecd026007f3d55d1b434c
| | | | Author: Dietmar Winkler 
| | | | Date:   Sun Nov 2 16:35:42 2008 +0000
| | | | 
| | | |     Formal clean up of all code files:
| | | |     
| | | |      * applied svn:eol-style native to all files except Compiler/*.mo --> LF
| | | |      * unified the eol-style of ALL files (this was necessary in order to set the svn properties
| | | |      * unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
| | | |      * make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
| | | |      * FYI: script to remove trailing white spaces: http://is.gd/5A6B
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | M	OMShell/OMS.sln
| | | | M	OMShell/OMShell.pro
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/README.txt
| | | | M	OMShell/commandcompletion.cpp
| | | | M	OMShell/commandcompletion.h
| | | | M	OMShell/commandunit.h
| | | | M	OMShell/inputcelldelegate.h
| | | | M	OMShell/main.cpp
| | | | M	OMShell/omc_communication.cc
| | | | M	OMShell/omc_communication.h
| | | | M	OMShell/omc_communicator.cpp
| | | | M	OMShell/omc_communicator.h
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/omcinteractiveenvironment.h
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | M	OMShell/oms.qrc
| | | | M	OMShell/otherdlg.h
| | | | M	OMShell/res.rc
| | | | M	OMShell/resource.h
| | | | M	mosh/LICENSE
| | | | M	mosh/build/Makefile.single
| | | | M	mosh/build/main.c
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/builtin_function.cpp
| | | | M	mosh/src/builtin_function.hpp
| | | | M	mosh/src/compiled_function.cpp
| | | | M	mosh/src/compiled_function.hpp
| | | | M	mosh/src/expression_parser.g
| | | | M	mosh/src/function_argument.cpp
| | | | M	mosh/src/function_argument.hpp
| | | | M	mosh/src/modelica_function.cpp
| | | | M	mosh/src/modelica_function.hpp
| | | | M	mosh/src/modelica_runtime_error.cpp
| | | | M	mosh/src/modelica_runtime_error.hpp
| | | | M	mosh/src/modelica_type.cpp
| | | | M	mosh/src/modelica_type.hpp
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | M	mosh/src/options.h
| | | | M	mosh/src/runtime/main.cpp
| | | | M	mosh/src/runtime/modelica_array.cpp
| | | | M	mosh/src/runtime/modelica_array.hpp
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | M	mosh/src/symboltable.cpp
| | | | M	mosh/src/symboltable.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 86ce085a55cd1be0dea2005059fd1bfb4f59ae19
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 12:45:33 2008 +0000
| | | | 
| | | |     - renamed OMNotebook/OMNotebookQT4/trunk.pro to OMNotebook.pro
| | | |     - more modifications to Qt projects to get rid of hardcoded paths
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | M	OMShell/OMShell.pro
| | | | 
| * | | commit 226cf7a39bab46d5c32a0679817e681b6ef1c586
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 08:01:14 2008 +0000
| | | | 
| | | |     - added target qtclients to build OMNotebook/OMShell/ext in Makefile.in (Makefile)
| | | |     - fixed a warning in mosh/src/mosh.cpp
| | | |     - added more documentation on how to compile the new Qt plotting and 3D functionality in README.Cygwin.or.Linux.txt
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 1acbf666a8ab9b93c74100e7eb9deaf8da78980d
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 06:21:27 2008 +0000
| | | | 
| | | |     - fixes of OMShell, ext and OMNotebook for Linux (Ubuntu 8.10)
| | | |       + a lot of #include  were needed
| | | |       + updates in *.pro on how coin-config and soqt-config are used
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit aa591561df7bcf2133dbd4ca331b2584ead1006a
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 05:59:24 2008 +0000
| | | | 
| | | |     - use `mico-config --libs` instead of directly specifying the libs
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMShell.pro
| | | | 
| * | | commit bfa1a62e85b7338c3c8b8db232c9f7b282e94031
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 25 10:53:04 2008 +0000
| | | | 
| | | |     - Linux modifications to sendData & Qt plotting
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | 
| * | | commit b2e20fcec8a8a42efbb9c25a43bdc4f581b065a7
| | | | Author: Adrian Pop 
| | | | Date:   Thu Oct 2 18:49:32 2008 +0000
| | | | 
| | | |     - updated OMShell project to MSVC 2008
| | | |     - updated Corba generated files to version MICO 2.3.13
| | | |     - updated the readmes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/OMS.sln
| | | | M	OMShell/QWinMosh.vcproj
| | | | D	OMShell/README-UNIX.txt
| | | | A	OMShell/README.txt
| | | | M	OMShell/omc_communication.cc
| | | | M	OMShell/omc_communication.h
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit 3af18601e4cdc8a37b07d14c78ebaca3091028a6
| | | | Author: Adrian Pop 
| | | | Date:   Thu May 22 16:25:21 2008 +0000
| | | | 
| | | |     - fixes for Linux compilation of OMShell
| | | |     - fixes to the project
| | | |     - fixes for resource files
| | | |     - updated copyright year
| | | |     - new OMShell
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/Makefile
| | | | M	OMShell/OMShell.pro
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.qrc
| | | | 
| * | | commit 55caca39ce14b622c28f26c651f62a74cacae41f
| | | | Author: Adrian Pop 
| | | | Date:   Sun Mar 16 03:40:23 2008 +0000
| | | | 
| | | |     - finally fixed the getErrorString() does not exist problem!
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit 019060487f24f432bbba06bae6584dde2295163f
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jan 16 18:55:31 2008 +0000
| | | | 
| | | |     - ANTLR on Linux has problems with Linköping, changed it to Linkoping.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/expression_parser.g
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit af1d412e9abc5f50e72f83dda52b605b25bde830
| | | | Author: Adrian Pop 
| | | | Date:   Sat Dec 22 22:44:05 2007 +0000
| | | | 
| | | |     - changing to Open Source Modelica Consortium (OSMC) License
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/LICENSE
| | | | M	mosh/src/builtin_function.cpp
| | | | M	mosh/src/builtin_function.hpp
| | | | M	mosh/src/compiled_function.cpp
| | | | M	mosh/src/compiled_function.hpp
| | | | M	mosh/src/expression_parser.g
| | | | M	mosh/src/function_argument.cpp
| | | | M	mosh/src/function_argument.hpp
| | | | M	mosh/src/modelica_function.cpp
| | | | M	mosh/src/modelica_function.hpp
| | | | M	mosh/src/modelica_runtime_error.cpp
| | | | M	mosh/src/modelica_runtime_error.hpp
| | | | M	mosh/src/modelica_type.cpp
| | | | M	mosh/src/modelica_type.hpp
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | M	mosh/src/options.h
| | | | M	mosh/src/symboltable.cpp
| | | | M	mosh/src/symboltable.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 5c3f5fcdd46b2b3b24e912de198799a2e7e774e5
| | | | Author: Adrian Pop 
| | | | Date:   Tue Dec 18 14:19:01 2007 +0000
| | | | 
| | | |     - updates to OMShell project to base it on OMDev
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | 
| * | | commit 6039cea13edf21aeb0674a0a21cd6e804564b933
| | | | Author: Adrian Pop 
| | | | Date:   Sat Jun 2 02:04:25 2007 +0000
| | | | 
| | | |     - mosh.cpp changes
| | | |       + wait for some time when we wait for omc to start
| | | |       + wait for some time when we wait for omc to quit
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2814 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 0fcb5314097784a2490ea8836c01d21ad7c1dede
| | | | Author: Adrian Pop 
| | | | Date:   Sat Jun 2 01:25:33 2007 +0000
| | | | 
| | | |     - small fixes for Corba implementation for making mosh.cpp compile
| | | |     - moved char* omc_cmd_message = ""; char* omc_reply_message = "";
| | | |       to omc_communication_impl.cpp and made them external in corbaimpl.cpp.
| | | |       this way they don't need to be defined in mosh.cpp
| | | |     - removed char* omc_message from mosh.cpp as is not needed anymore
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit f58c9fb2851cb9b85eacc8947c2d72aff90f14c7
| | | | Author: Adrian Pop 
| | | | Date:   Wed May 23 21:42:16 2007 +0000
| | | | 
| | | |     - included MacOS changes from Eric Meyers (erictmeyers@gmail.com)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2804 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 30565081a1bdc2f4ddd511de1ead025af94f56e6
| | | | Author: Adrian Pop 
| | | | Date:   Sun Sep 10 03:39:46 2006 +0000
| | | | 
| | | |     fixed bug 86:
| | | |     http://bug.modelicacommunity.org/show_bug.cgi?id=86
| | | |     by creating the error file in the tmp directory.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit a699b6b02494cdcb70660b625dfc294c8fc384c9
| | | | Author: Adrian Pop 
| | | | Date:   Thu Aug 31 20:54:28 2006 +0000
| | | | 
| | | |     fixes for OMShell/oms.cpp to compile on Linux.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit e705b7f2eb20fde702ece47953c7177640804f39
| | | | Author: x05andfe 
| | | | Date:   Thu Aug 17 19:12:23 2006 +0000
| | | | 
| | | |     added functionality so OMNotebook and OMShell check version from OMC. //Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | 
| * | | commit 347da0dc08824c7bca12b760641ff537c757053a
| | | | Author: Adrian Pop 
| | | | Date:   Mon May 15 05:39:51 2006 +0000
| | | | 
| | | |     - small README-UNIX.txt for OMShell.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMShell/README-UNIX.txt
| | | | 
| * | | commit cbe0b20cdb71b2a17b57d06841c3cfb70d93ca26
| | | | Author: Adrian Pop 
| | | | Date:   Mon May 15 05:33:16 2006 +0000
| | | | 
| | | |     - fixed a bug in systemimpl.c that caused an endless loop in System.stringReplace
| | | |     - fixed the OMShell code to compile on Unix (added OMShell.pro)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMShell/Makefile
| | | | A	OMShell/OMShell.pro
| | | | M	OMShell/commandcompletion.cpp
| | | | M	OMShell/inputcelldelegate.h
| | | | A	OMShell/omc_communication.h
| | | | M	OMShell/omc_communicator.cpp
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/omcinteractiveenvironment.h
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | A	OMShell/ui_OtherDlg.h
| | | | 
| * | | commit 8f1f15b690848c751c72254eae3e1311b5b8ede5
| | | | Author: x05andfe 
| | | | Date:   Thu May 11 13:59:22 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2366 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | A	OMShell/commandcompletion.cpp
| | | | A	OMShell/commandcompletion.h
| | | | A	OMShell/commandunit.h
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | 
| * | | commit 6602570112988db30a56c340c4ab0a4f9a9b6a4e
| | | | Author: x05andfe 
| | | | Date:   Wed May 3 13:13:20 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit fbb56453a43892d4be88377a61bfd7b7f6954355
| | | | Author: x05andfe 
| | | | Date:   Tue Apr 25 10:50:15 2006 +0000
| | | | 
| | | |     removed log/error area from omshell
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2343 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/oms.cpp
| | | | M	OMShell/oms.h
| | | | 
| * | | commit a540fb536ecf2bf21213460550ef35dd9f3df5c6
| | | | Author: x05andfe 
| | | | Date:   Tue Apr 11 12:43:54 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit ffe0f3c9930d5ea9086ce210c028615600b1949e
| | | | Author: x05andfe 
| | | | Date:   Mon Apr 10 15:25:29 2006 +0000
| | | | 
| | | |     updated OMNotebook and OMShell, also updated three files in DrModelica.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit d1b5a5d3e4be071ff9fb16c960868f5356528495
| | | | Author: x05andfe 
| | | | Date:   Tue Mar 14 14:46:15 2006 +0000
| | | | 
| | | |     Using qt to start OMC in both OMNotebook and OMShell. No console window is now neccessary for OMC.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | M	OMShell/oms.cpp
| | | | 
| * | | commit 1128b33535290aff5d2fc738d8a1786441e9990b
| | | | Author: x05andfe 
| | | | Date:   Tue Feb 28 16:25:59 2006 +0000
| | | | 
| | | |     added backwards compatible to the search for DrModelica and OMC in OMNotebook and OMShell
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 4d6cf184fd5b6d62bf200db698a0be48642976e3
| | | | Author: x05andfe 
| | | | Date:   Tue Feb 28 11:50:04 2006 +0000
| | | | 
| | | |     updated OMNotebook and OMShell so the applications uses the OPENMODELICAPATH to find DrModelica and omc.exe during start up.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMShell/QWinMosh.vcproj
| | | | M	OMShell/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 4e29f9c3ddf1215455d62bb68fb5c43766c1308e
| | | | Author: Adrian Pop 
| | | | Date:   Sun Feb 26 11:18:55 2006 +0000
| | | | 
| | | |     Adrian Pop, 2006-02-26
| | | |     - compilation on Linux, Cygwin, MSVC works now from SVN. All tests are OK.
| | | |     - big changes to compilation result structure:
| | | |       The compilation result has now the following structure:
| | | |     build/bin             (omc, OMShell, OMNotebook, ptplot.jar, Compile.bat, Compile, doPlot.bat, doPlot, omc_helptext.txt)
| | | |     build/include         (all the .h files from c_runtime)
| | | |     build/lib             (all the lib* and libf2c/lib* files from c_runtime)
| | | |     build/doc             (trunk/doc and Compiler/doc)
| | | |     build/doc/testmodels  (all the trunk/Examples/*.* files)
| | | |     ---------------------------------------------
| | | |     - the makefiles now copy the needed files to the above structure after compilation
| | | |     - changed the rml files to use this structure when compiling, or plotting.
| | | |     - changed the rtest files to use the build structure when running tests
| | | |     - changed the VC7 setup to use this structure when deploying
| | | |     - changed mosh (changed its name to OMShell) to use this structure when running omc
| | | |     - added an install to the root Makefile that installs in what was give to configure --prefix=path
| | | |       or just ./install if none given.
| | | |     
| | | |     The usage of OPENMODELICAHOME changed in this way:
| | | |     - OPENMODELICAHOME/bin is used when running omc or calling scripts or searching for omc_helptext.txt
| | | |     - OPENMODELICAHOME/lib is given as -L to compilation scripts
| | | |     - OPENMODELICAHOME/include is given as -I to compilation scripts
| | | |     
| | | |     helptext.txt and interactive_api.txt moved to Compiler/doc/omc_helptext.txt or omc_interactive_api.txt
| | | |     
| | | |     Updated all README* accordingly.
| | | |     
| | | |     These changes will make easier to move source directories around and
| | | |     arrange the SVN as we like because the runtime structure is not
| | | |     the same as the compilation structure anymore.
| | | |     Also is easier to understand what is the result of a compilation
| | | |     because all the needed files for running OMC are now in trunk/build
| | | |     and not all over the source tree.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit e5d7609194da093220bd0cd2e162dcba31068de5
| | | | Author: Adrian Pop 
| | | | Date:   Sat Feb 25 23:55:06 2006 +0000
| | | | 
| | | |     Adrian Pop, 2006-02-26
| | | |     -added trunk/build with bin, include and lib directories.
| | | |     -modified makefiles to use these directories
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit a0e2db1cea27d901b6173900ed06f7e80e7dd52c
| | | | Author: Adrian Pop 
| | | | Date:   Sat Feb 25 23:11:57 2006 +0000
| | | | 
| | | |     Adrian Pop, 2005-02-26
| | | |     Changed some Makefile.in to copy
| | | |     executables directly into trunk/. not Compiler/.
| | | |     Also now it uses EXEEXT in all the needed Makefiles.
| | | |     This change is to allow mosh to find the omc compiler in the
| | | |     OPENMODELICAHOME not in OPENMODELICAHOME/Compiler
| | | |     and to move forward to a structure like:
| | | |     trunk/build
| | | |           |-bin
| | | |           |-lib
| | | |           \-include
| | | |     meaning that all the needed files should be in the trunk/build directory
| | | |     after compilation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 10ce57f8e2f6f8ece73ff8eff81b86f0d3dc3e90
| | | | Author: x05andfe 
| | | | Date:   Tue Feb 21 14:04:35 2006 +0000
| | | | 
| | | |     Small fix to OMNotebook and changed the folder name OMS to OMShell.
| | | |     //Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMShell/OMS.sln
| | | | A	OMShell/OtherDlg.ui
| | | | A	OMShell/QWinMosh.vcproj
| | | | A	OMShell/Resources/OMS.bmp
| | | | A	OMShell/Resources/OMS.ico
| | | | A	OMShell/Resources/clear.bmp
| | | | A	OMShell/Resources/copy.bmp
| | | | A	OMShell/Resources/cut.bmp
| | | | A	OMShell/Resources/help.bmp
| | | | A	OMShell/Resources/paste.bmp
| | | | A	OMShell/Resources/print.bmp
| | | | A	OMShell/Resources/start.bmp
| | | | A	OMShell/Resources/stop.bmp
| | | | A	OMShell/inputcelldelegate.h
| | | | A	OMShell/main.cpp
| | | | A	OMShell/omc_communication.cc
| | | | A	OMShell/omc_communicator.cpp
| | | | A	OMShell/omc_communicator.h
| | | | A	OMShell/omcinteractiveenvironment.cpp
| | | | A	OMShell/omcinteractiveenvironment.h
| | | | A	OMShell/oms.cpp
| | | | A	OMShell/oms.h
| | | | A	OMShell/oms.qrc
| | | | A	OMShell/otherdlg.h
| | | | A	OMShell/res.aps
| | | | A	OMShell/res.rc
| | | | A	OMShell/resource.h
| | | | 
| * | | commit 8bb0610097de0c2762acd6de0a531e62e1df09a8
| | | | Author: x05andfe 
| | | | Date:   Tue Feb 21 12:29:24 2006 +0000
| | | | 
| | | |     changed same small thing in OMShell and OMNotebook. Both applications are using Qt 4.1, Open Source license now.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMS/QWinMosh.vcproj
| | | | M	OMS/oms.cpp
| | | | M	OMS/oms.h
| | | | 
| * | | commit 313739db08d0305239c233873d7307ea034e70fd
| | | | Author: x05andfe 
| | | | Date:   Thu Feb 9 14:31:25 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMS/oms.cpp
| | | | 
| * | | commit a465b92ec448a02fa1f5af6699d596d939f10552
| | | | Author: x05andfe 
| | | | Date:   Thu Feb 9 13:50:38 2006 +0000
| | | | 
| | | |     made a small change to how omshell handles connection loss to OMC. Also added a question box that asks if it is ok to quit OMC when omshell quits.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMS/QWinMosh.vcproj
| | | | M	OMS/inputcelldelegate.h
| | | | M	OMS/omcinteractiveenvironment.cpp
| | | | M	OMS/omcinteractiveenvironment.h
| | | | M	OMS/oms.cpp
| | | | M	OMS/oms.h
| | | | 
| * | | commit b748d9e9549107f1908ad9568756bb1994c0dd7f
| | | | Author: x05andfe 
| | | | Date:   Fri Feb 3 15:29:21 2006 +0000
| | | | 
| | | |     updated OMS, changed name from OMS to OMShell
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMS/oms.cpp
| | | | 
| * | | commit 7c32f993d824a497367efe6eac7d09872c764c38
| | | | Author: x05andfe 
| | | | Date:   Thu Feb 2 15:29:00 2006 +0000
| | | | 
| | | |     made some updates on OMS communication with OMC.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMS/inputcelldelegate.h
| | | | M	OMS/omc_communicator.cpp
| | | | M	OMS/omcinteractiveenvironment.cpp
| | | | M	OMS/omcinteractiveenvironment.h
| | | | M	OMS/oms.cpp
| | | | M	OMS/oms.h
| | | | 
| * | | commit 1fe3c6fbfa0494616e78790f6dc8e8ada4263d0c
| | | | Author: x05andfe 
| | | | Date:   Mon Jan 30 16:13:39 2006 +0000
| | | | 
| | | |     updated WinMosh to OMS and made some small changes...
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMS/OMS.sln
| | | | A	OMS/OtherDlg.ui
| | | | A	OMS/QWinMosh.vcproj
| | | | A	OMS/Resources/OMS.bmp
| | | | A	OMS/Resources/OMS.ico
| | | | A	OMS/Resources/clear.bmp
| | | | A	OMS/Resources/copy.bmp
| | | | A	OMS/Resources/cut.bmp
| | | | A	OMS/Resources/help.bmp
| | | | A	OMS/Resources/paste.bmp
| | | | A	OMS/Resources/print.bmp
| | | | A	OMS/Resources/start.bmp
| | | | A	OMS/Resources/stop.bmp
| | | | A	OMS/inputcelldelegate.h
| | | | A	OMS/main.cpp
| | | | A	OMS/omc_communication.cc
| | | | A	OMS/omc_communicator.cpp
| | | | A	OMS/omc_communicator.h
| | | | A	OMS/omcinteractiveenvironment.cpp
| | | | A	OMS/omcinteractiveenvironment.h
| | | | A	OMS/oms.cpp
| | | | A	OMS/oms.h
| | | | A	OMS/oms.qrc
| | | | A	OMS/otherdlg.h
| | | | A	OMS/res.aps
| | | | A	OMS/res.rc
| | | | A	OMS/resource.h
| | | | 
| * | | commit 2638100d66a2e62432237377c3b47a6a7ece5e68
| | | | Author: Håkan Lundvall 
| | | | Date:   Wed Oct 26 09:22:56 2005 +0000
| | | | 
| | | |     Fixed core dump when closing with ctrl-D
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit dbaff7001d82fa941423e21dcc30cbfc81dcb5f7
| | | | Author: Håkan Lundvall 
| | | | Date:   Wed Oct 26 09:16:38 2005 +0000
| | | | 
| | | |     Fixed core dump when closing with ctrl-D
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 48c604fef2373f6846d1c5017a7afc3f59e11d59
| | | | Author: Håkan Lundvall 
| | | | Date:   Thu Oct 6 16:17:39 2005 +0000
| | | | 
| | | |     Last fixes before release of 1.3
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1914 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/LICENSE
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 57932d2acf44aba2935f29ab47cc46b9dd63d4ef
| | | | Author: Kaj Nyström 
| | | | Date:   Wed Sep 28 12:40:52 2005 +0000
| | | | 
| | | |     Added small help notice
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit ad67160b80e67d8b1177af3e3b464f35d11301da
| | | | Author: Peter Aronsson 
| | | | Date:   Sat Jun 18 06:56:22 2005 +0000
| | | | 
| | | |     Linear subsystem of equations now works. Also added explicit euler solver method, accessed using -m option to executable.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/options.h
| | | | 
| * | | commit 69fabd0104281a2fb514ec82f5491d194b2e2297
| | | | Author: Levon Saldamli 
| | | | Date:   Thu Jun 2 09:50:11 2005 +0000
| | | | 
| | | |     Changed modeq to omc everyhwere, updated source. Renamed build directories for modeq to omc. Updated VC7 projects and solution as well.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/build/Makefile.single
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 4df4e88b2574dfeb8d609d76e00baf81c7086b62
| | | | Author: Levon Saldamli 
| | | | Date:   Thu May 12 12:12:29 2005 +0000
| | | | 
| | | |     Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/build/Makefile.single
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit e989555213bc26bf13a85d24b886b9be170d6b46
| | | | Author: Håkan Lundvall 
| | | | Date:   Thu Apr 21 15:26:10 2005 +0000
| | | | 
| | | |     Changed MOSHHOME to OPENMODELICAHOME which shuld point to what ${MOSHHOME}/.. used to be.
| | | |     Also deleted some more (hopefully all) of the tornado stuff
| | | |     Deleted the old modsim module.
| | | |     Fixed Ctrl-C and Ctrl-V in WinMosh.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 9b4757a9a89f17926de38ef47c59e6e8821ed2f2
| | | | Author: Levon Saldamli 
| | | | Date:   Wed Jun 16 14:19:19 2004 +0000
| | | | 
| | | |     Moved -lcrypto and -lssl to CORBALIB
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit e6f2b05f8af2ac5257cea73bd084ae76ecd0e1a1
| | | | Author: Levon Saldamli 
| | | | Date:   Sun Apr 25 06:16:19 2004 +0000
| | | | 
| | | |     Added corba stuff to configure and made it an optional package
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit dc83df81edc430b0beb1d8bfd4d49339694ea0a2
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Feb 25 15:28:31 2004 +0000
| | | | 
| | | |     Made modeq multiuser friendly when having corba comm.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 64309f5de41c8b7649bb391efed10ff1bcfa066e
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Feb 3 12:02:03 2004 +0000
| | | | 
| | | |     calling scripts from prompt now possible
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/options.cpp
| | | | M	mosh/src/options.h
| | | | 
| * | | commit 836ba26cde4dd84c90aab9423a45104b7a024d25
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Jan 9 09:01:07 2004 +0000
| | | | 
| | | |     Switched from boa to poa impl.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 8ec098c5095f9886a8858164036560507a2ddbc3
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Jan 9 08:11:42 2004 +0000
| | | | 
| | | |     Fixed some makefile issues.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1063 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 2348a5421821f0e9e6623d47e67a245abe676d56
| | | | Author: Peter Aronsson 
| | | | Date:   Wed Jan 7 13:30:32 2004 +0000
| | | | 
| | | |     Added corba implementation to modeq. accessed with ./modeq -corba
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | M	mosh/src/mosh.cpp
| | | | A	mosh/src/options.cpp
| | | | A	mosh/src/options.h
| | | | 
| * | | commit 6544072aa821020d3dafdb1db1f77900860dfa3b
| | | | Author: Levon Saldamli 
| | | | Date:   Mon Jun 2 14:33:10 2003 +0000
| | | | 
| | | |     local (protected) variables in functions implemented. Started to implement strings in external function interface
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 967fd047162b6b32e80805dc018d9c1e1f9bf8ba
| | | | Author: Levon Saldamli 
| | | | Date:   Thu Feb 27 08:57:26 2003 +0000
| | | | 
| | | |     history save and load
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@924 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 8b059de2ed3f5be0758b951d5b5101f14616baea
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Jan 24 10:25:21 2003 +0000
| | | | 
| | | |     Added change of local directory for server
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@905 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit cc29d877763326a99c9df3cbd3e2811e98c7e159
| | | | Author: Peter Aronsson 
| | | | Date:   Sun Jan 19 09:55:40 2003 +0000
| | | | 
| | | |     Fixed C-d and empty line error
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@898 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit ced2b89a87337f0eadd170deba9df85efdda24c6
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Jan 16 06:25:19 2003 +0000
| | | | 
| | | |     Fixed C-d to exit shell.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 60d6b77cc53f211983d72eafe51dabdc22b0247b
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Jan 14 11:53:29 2003 +0000
| | | | 
| | | |     Removed all parser stuff from mosh
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit e7bf2e164c311e814fd2783914b4ef348a9f3169
| | | | Author: Peter Aronsson 
| | | | Date:   Fri Dec 20 13:12:32 2002 +0000
| | | | 
| | | |     Added command line option -noserv to start without starting server (assumed to be already running)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 23948aa46343e355d8996112ef937fe0f32ee205
| | | | Author: Peter Aronsson 
| | | | Date:   Mon Oct 14 11:44:26 2002 +0000
| | | | 
| | | |     added errohandling in socketcomm.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 8a72c23509dabb1e065772685d8497a0ba740c8c
| | | | Author: Peter Aronsson 
| | | | Date:   Mon Oct 14 07:24:33 2002 +0000
| | | | 
| | | |     *** empty log message ***
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit e0f0331dd850addb4cea2203db1b94771464879c
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Oct 1 06:58:52 2002 +0000
| | | | 
| | | |     added history
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit dcebc9c5faa57734072c430268d4e53a6ebd89aa
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Sep 17 08:54:23 2002 +0000
| | | | 
| | | |     Changed implementation to work with modeq in interactive mode
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit c4c518e6fab0ae73117a3049f4992c99baa23972
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Mar 14 15:39:01 2002 +0000
| | | | 
| | | |     Turned off ast debug print
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 59395c31d7ed002aa7e0171927fbc6e3c24f89a5
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Mar 14 15:38:34 2002 +0000
| | | | 
| | | |     gethrtime returns zero until a platformindep solution is found.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@773 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/builtin_function.cpp
| | | | 
| * | | commit e533a4092549fd6db34bfe9be0999a11c6c84cc3
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Mar 14 15:37:47 2002 +0000
| | | | 
| | | |     Added cleaning cpp and hpp files generated by antlr
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile.in
| | | | 
| * | | commit 4621f493f3027cbb08af6346c9374d61fd431fd1
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Mar 14 15:24:18 2002 +0000
| | | | 
| | | |     Removed linking with runtime, c files are included instead
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/build/Makefile.single
| | | | 
| * | | commit 6477f09e68e68cc006cff94e57fe73f2fb45a7e5
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Mar 14 15:17:17 2002 +0000
| | | | 
| | | |     added ./ before executable, not certain that . is in PATH
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/compiled_function.cpp
| | | | 
| * | | commit d911c88c45bc72b20f3529a466ea34bd432d2210
| | | | Author: Peter Aronsson 
| | | | Date:   Thu Mar 14 06:59:51 2002 +0000
| | | | 
| | | |     added Makefile.in, removed Makefile
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R090	mosh/src/Makefile	mosh/src/Makefile.in
| | | | 
| * | | commit 53bed2f4c97b0d6ba6207a4d6c8ab2d1f25495cc
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Mar 12 10:30:34 2002 +0000
| | | | 
| | | |     Added gethrtime and changed modelica_integer to long
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/builtin_function.cpp
| | | | M	mosh/src/builtin_function.hpp
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/symboltable.cpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit c7ffa532fd571c6fb8b15e4986bc4a96bd485e0c
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Mar 5 11:47:48 2002 +0000
| | | | 
| | | |     Added check if MOSHHOME is set or not
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@747 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/mosh.cpp
| | | | 
| * | | commit 5e703f96faf6f7059f5bbc78c8c53444635d8fe5
| | | | Author: Peter Aronsson 
| | | | Date:   Tue Mar 5 11:37:57 2002 +0000
| | | | 
| | | |      Removed warning flags, set optimizing flags
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/build/Makefile.single
| | | | 
| * | | commit 7368c3fae67a49e0afb7e5354488f1b4cb6f5416
| | | | Author: henjo 
| | | | Date:   Fri Feb 15 14:49:10 2002 +0000
| | | | 
| | | |     Added more copyright notices
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/build/main.c
| | | | M	mosh/src/builtin_function.cpp
| | | | M	mosh/src/builtin_function.hpp
| | | | M	mosh/src/compiled_function.cpp
| | | | M	mosh/src/compiled_function.hpp
| | | | M	mosh/src/expression_parser.g
| | | | M	mosh/src/function_argument.cpp
| | | | M	mosh/src/function_argument.hpp
| | | | M	mosh/src/modelica_function.cpp
| | | | M	mosh/src/modelica_function.hpp
| | | | M	mosh/src/modelica_runtime_error.cpp
| | | | M	mosh/src/modelica_runtime_error.hpp
| | | | M	mosh/src/modelica_type.cpp
| | | | M	mosh/src/modelica_type.hpp
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/runtime/main.cpp
| | | | M	mosh/src/runtime/modelica_array.hpp
| | | | M	mosh/src/runtime/modelica_runtime_error.hpp
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | M	mosh/src/symboltable.cpp
| | | | M	mosh/src/symboltable.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit a90dbf6d221b3254b40673861a494414d22eafd9
| | | | Author: henjo 
| | | | Date:   Fri Feb 15 10:41:47 2002 +0000
| | | | 
| | | |     Added license file
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	mosh/LICENSE
| | | | M	mosh/build/main.c
| | | | 
| * | | commit 1987ebb11457e52353e49a3e5daa2f37cf6163d0
| | | | Author: ankar 
| | | | Date:   Fri Feb 15 09:38:42 2002 +0000
| | | | 
| | | |     Added #include  to make it compile on Linux again.Fixed bug in operator+=.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@738 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/value.cpp
| | | | 
| * | | commit bbdbcc27481ce627790fd6fdb54d8497bc566660
| | | | Author: henjo 
| | | | Date:   Fri Feb 15 08:36:33 2002 +0000
| | | | 
| | | |     Added copyright notices to files
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	mosh/src/Makefile.single
| | | | M	mosh/src/builtin_function.cpp
| | | | M	mosh/src/builtin_function.hpp
| | | | M	mosh/src/compiled_function.cpp
| | | | M	mosh/src/compiled_function.hpp
| | | | M	mosh/src/expression_parser.g
| | | | M	mosh/src/function_argument.cpp
| | | | M	mosh/src/function_argument.hpp
| | | | M	mosh/src/modelica_function.cpp
| | | | M	mosh/src/modelica_function.hpp
| | | | M	mosh/src/modelica_runtime_error.cpp
| | | | M	mosh/src/modelica_runtime_error.hpp
| | | | M	mosh/src/modelica_type.cpp
| | | | M	mosh/src/modelica_type.hpp
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/runtime/main.cpp
| | | | M	mosh/src/runtime/modelica_array.cpp
| | | | M	mosh/src/runtime/modelica_array.hpp
| | | | M	mosh/src/runtime/modelica_runtime_error.hpp
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | M	mosh/src/symboltable.cpp
| | | | M	mosh/src/symboltable.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 8d9e5a44fdd92915e76de5bbd44918c2e252960b
| | | | Author: henjo 
| | | | Date:   Thu Feb 14 13:54:04 2002 +0000
| | | | 
| | | |     last minute changes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 3acd52a16d09bb8ecb9015a75c26b3bf6f4f8faa
| | | | Author: henjo 
| | | | Date:   Thu Feb 14 12:19:16 2002 +0000
| | | | 
| | | |     Added more functionality
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	mosh/build/Makefile.single
| | | | A	mosh/build/main.c
| | | | M	mosh/src/builtin_function.cpp
| | | | M	mosh/src/builtin_function.hpp
| | | | M	mosh/src/compiled_function.cpp
| | | | M	mosh/src/compiled_function.hpp
| | | | M	mosh/src/symboltable.cpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 563b2d78e4cb954330f1c886abe93a0cb0398346
| | | | Author: ankar 
| | | | Date:   Thu Feb 14 06:09:59 2002 +0000
| | | | 
| | | |     Implemented matrix multiplication (vector * vector,vector * matrix,matrix*vector,matrix*matrix).
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/modelica_type.cpp
| | | | M	mosh/src/modelica_type.hpp
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 3d5d12d9c2ae4ac6a3e675bff290e7d8b488c48a
| | | | Author: ankar 
| | | | Date:   Wed Feb 13 17:08:35 2002 +0000
| | | | 
| | | |     More work on array arithmetic.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 79809dff721b4685558f3922daba0aa623f95d3a
| | | | Author: henjo 
| | | | Date:   Wed Feb 13 16:38:02 2002 +0000
| | | | 
| | | |     Some changes made so that more things are working
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile
| | | | A	mosh/src/Makefile.single
| | | | M	mosh/src/compiled_function.cpp
| | | | M	mosh/src/modelica_type.cpp
| | | | M	mosh/src/modelica_type.hpp
| | | | M	mosh/src/runtime/modelica_array.hpp
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit a6555b21da285ed2db99cfb18b28bb620fc8476e
| | | | Author: ankar 
| | | | Date:   Wed Feb 13 08:37:17 2002 +0000
| | | | 
| | | |     Implemented unary minus. Nuked some compiler warnings.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/modelica_type.cpp
| | | | M	mosh/src/modelica_type.hpp
| | | | M	mosh/src/mosh.cpp
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 5fd7b2b0d565ac2cd2d86f75e11715ead1b2f1cf
| | | | Author: ankar 
| | | | Date:   Wed Feb 13 03:35:42 2002 +0000
| | | | 
| | | |     More work on arrays.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/Makefile
| | | | M	mosh/src/builtin_function.cpp
| | | | M	mosh/src/builtin_function.hpp
| | | | M	mosh/src/modelica_function.cpp
| | | | A	mosh/src/modelica_type.cpp
| | | | A	mosh/src/modelica_type.hpp
| | | | M	mosh/src/runtime/main.cpp
| | | | M	mosh/src/runtime/modelica_array.hpp
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | M	mosh/src/value.cpp
| | | | M	mosh/src/value.hpp
| | | | M	mosh/src/walker.g
| | | | 
| * | | commit 0d8feb1467d57c05275bd2c29fc1e41b46fe5641
| | | | Author: ankar 
| | | | Date:   Tue Feb 12 08:36:56 2002 +0000
| | | | 
| | | |     test file.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	mosh/src/runtime/main.cpp
| | | | 
| * | | commit 318d934b4910b27b8a6f359966da88b47b5f2dad
| | | | Author: ankar 
| | | | Date:   Tue Feb 12 08:35:57 2002 +0000
| | | | 
| | | |     real_array and integer_array are now classes.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	mosh/src/runtime/modelica_array.hpp
| | | | M	mosh/src/runtime/numerical_array.hpp
| | | | 
| * | | commit ca229119eb12081e654330ea8070c15c5ba3bb37
| | | | Author: ankar 
| | | | Date:   Mon Feb 11 14:27:57 2002 +0000
| | | | 
| | | |     Initial commit.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	mosh/src/expression_parser.g
| | | | A	mosh/src/mosh.cpp
| | | | A	mosh/src/runtime/modelica_runtime_error.hpp
| | | | 
| * | | commit 16b15f3f5ad8d392f0ff58f55c62f05717cf735d
| | |/  Author: ankar 
| |/|   Date:   Mon Feb 11 13:54:59 2002 +0000
| | |   
| | |       Initial commit.
| | |       
| | |       
| | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | |   
| | |   A	mosh/src/Makefile
| | |   A	mosh/src/builtin_function.cpp
| | |   A	mosh/src/builtin_function.hpp
| | |   A	mosh/src/compiled_function.cpp
| | |   A	mosh/src/compiled_function.hpp
| | |   A	mosh/src/function_argument.cpp
| | |   A	mosh/src/function_argument.hpp
| | |   A	mosh/src/modelica_function.cpp
| | |   A	mosh/src/modelica_function.hpp
| | |   A	mosh/src/modelica_runtime_error.cpp
| | |   A	mosh/src/modelica_runtime_error.hpp
| | |   A	mosh/src/runtime/modelica_array.cpp
| | |   A	mosh/src/runtime/modelica_array.hpp
| | |   A	mosh/src/runtime/numerical_array.hpp
| | |   A	mosh/src/symboltable.cpp
| | |   A	mosh/src/symboltable.hpp
| | |   A	mosh/src/value.cpp
| | |   A	mosh/src/value.hpp
| | |   A	mosh/src/walker.g
| | | 
* | | commit 0824d635e3245f7da1aa041d4a4923c2f8458468
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 1 12:59:52 2019 +0200
| | | 
| | |     Remove OMShell (will be re-added as git subtree)
| | | 
| | | M	.gitmodules
| | | D	OMShell
| | |   
* | |   commit e55eab08d75633856ff2672fa9da888f5e27ca8c
|\ \ \  Merge: 9277a51f88 3671c8f506
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Apr 1 12:59:43 2019 +0200
| | | | 
| | | |     Add 'OMNotebook/' from commit '3671c8f5065aff8145a01a70f941931caf3c07e2'
| | | |     
| | | |     git-subtree-dir: OMNotebook
| | | |     git-subtree-mainline: 9277a51f8824177339897e9541e4b7640757d374
| | | |     git-subtree-split: 3671c8f5065aff8145a01a70f941931caf3c07e2
| | | | 
| * | | commit 3671c8f5065aff8145a01a70f941931caf3c07e2
| | | | Author: arun3688 
| | | | Date:   Wed Mar 20 15:45:43 2019 +0100
| | | | 
| | | |     Fix some typos in OMNotebookHelp.onb
| | | | 
| | | | M	OMNotebookHelp.onb
| | | | 
| * | | commit da5e18f2ed78c3f629bee3676e809dcc196b2049
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Jan 23 18:51:41 2019 +0100
| | | | 
| | | |     Update common
| | | | 
| | | | M	common
| | | | 
| * | | commit bc948d82c6ed6afebb7ff8b197186cb016a8c348
| | | | Author: hkiel 
| | | | Date:   Wed Dec 19 16:52:21 2018 +0100
| | | | 
| | | |     fix notebook documents being trashed, trac:5255
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit d52fbfc9969dc2aa389139254bb5c094d31aa6be
| | | | Author: hkiel 
| | | | Date:   Wed Dec 19 16:51:40 2018 +0100
| | | | 
| | | |     also ask before deleting cell when using keyboard short cut
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit bec0c66136fe308703fb9d3770d2021e91dacea1
| | | | Author: hkiel 
| | | | Date:   Thu Feb 15 17:52:12 2018 +0100
| | | | 
| | | |     cleaned up a bit
| | | |     - removed "inCommand" from latexcell
| | | |     - reomved dysfunctional variableButton from graphcell
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.h
| | | | 
| * | | commit c10a192b78a29a8f30af3a003188e9c70d71740d
| | | | Author: hkiel 
| | | | Date:   Tue Feb 6 12:38:10 2018 +0100
| | | | 
| | | |     ask user before deleting cell as this cannot be undone
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | 
| * | | commit 9f05bfe47677ba3a4917de6f97fab26c6b4bd9b7
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 1 11:44:13 2018 +0100
| | | | 
| | | |     propagate threadData from main.cpp
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | 
| * | | commit 860a01239073ce5819973d3beaabf736ac72462c
| | | | Author: hkiel 
| | | | Date:   Tue Jan 30 11:59:02 2018 +0100
| | | | 
| | | |     remove evalthread class from compilation as it is not used
| | | |     extend command list by frequently used expressions
| | | |     update help texts in command list
| | | |     possibly fix bug freezing cells
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/commands.xml
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | 
| * | | commit ab34299ed0687c753dbec74e1dc6ca592bb4ba95
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jan 30 08:15:12 2018 +0100
| | | | 
| | | |     Update for new Main.mo interface
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | 
| * | | commit 58c7969256f3ec5f256190c6b30c78460300a828
| | | | Author: hkiel 
| | | | Date:   Wed Jan 24 15:51:03 2018 +0100
| | | | 
| | | |     re-activate clickable error-links
| | | |     clean up indentation state machine
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | M	OMNotebook/OMNotebookGUI/indent.h
| | | | 
| * | | commit 914a7dc4f976f9cb7327b905f52bf63b2581fba3
| | | | Author: hkiel 
| | | | Date:   Thu Jan 18 13:29:44 2018 +0100
| | | | 
| | | |     improve auto indentation
| | | |     remove debugging output
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 4a5e0fcaeb3424e22b2a09a67203cdabdb868c32
| | | | Author: hkiel 
| | | | Date:   Thu Jan 18 11:16:31 2018 +0100
| | | | 
| | | |     fix Ticket:4704
| | | |     accept click on input cell after clicking output cell
| | | |     allow to open empty notebooks
| | | |     apply style to output cells
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 56506187376da1e3bad278b1d0c9cd0b03034064
| | | | Author: hkiel 
| | | | Date:   Thu Jan 11 10:11:39 2018 +0100
| | | | 
| | | |     added menu items for cell evaluation
| | | |     only evaluate input cells, when evaluating all cells
| | | |     add an action to evaluate all LaTeX cells
| | | |     updated translations
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | M	OMNotebook/OMNotebookGUI/searchform.cpp
| | | | 
| * | | commit f1ce9e95889c47b966a6cd57b80a4d21af1cddac
| | | | Author: hkiel 
| | | | Date:   Thu Jan 4 21:13:07 2018 +0100
| | | | 
| | | |     apply stylesheet to input cells again
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | 
| * | | commit e5206efcb25df51568e46a77ccf52272742f685d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 26 11:08:54 2017 +0200
| | | | 
| | | |     Fixed OMNotebook build.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 48a8d497cd84cf8689f3f677a1febc4e875a143d
| | | | Author: hkiel 
| | | | Date:   Wed Jun 14 11:14:48 2017 +0200
| | | | 
| | | |     apply style to Input cells when printing/exporting to pdf
| | | |     fix some other minor things
| | | |     add short cut (Alt+P) for PDF export
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 3bfdad9aaba73c8730fe12980e5947fa12d47a45
| | | | Author: hkiel 
| | | | Date:   Fri Jun 9 12:38:08 2017 +0200
| | | | 
| | | |     Added line numbers to Input cells
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | 
| * | | commit d7d99bd619b0c2dc9091c5e3a8abb3f24802951e
| | | | Author: hkiel 
| | | | Date:   Fri Jun 9 11:24:26 2017 +0200
| | | | 
| | | |     remove unused code from latexcells (indentation, autocomplete)
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.h
| | | | 
| * | | commit 78dcf3fbf5d7f59a454e13c77c26d82414b5beec
| | | | Author: hkiel 
| | | | Date:   Fri Jun 2 13:19:16 2017 +0200
| | | | 
| | | |     fix translation string
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit d0aa5e637af332693bcd3bf1b082cc625057cd10
| | | | Author: hkiel 
| | | | Date:   Fri Jun 2 09:17:00 2017 +0200
| | | | 
| | | |     translate more strings
| | | |     update german translation
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/commands.xml
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/otherdlg.h
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | | 
| * | | commit 2b12dca3f09a05b9337837faa198463955326e07
| | | | Author: hkiel 
| | | | Date:   Wed May 24 09:54:44 2017 +0200
| | | | 
| | | |     New caption for omc messages
| | | |     also highlight error cells in red, warning cells in yellow
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | 
| * | | commit a884b9643d379e052518170f8d70122e132172e0
| | | | Author: hkiel 
| | | | Date:   Fri May 19 16:21:26 2017 +0200
| | | | 
| | | |     fix expansion of '=' to ' = '
| | | |     considers also ':=', '<=' and '>='.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | 
| * | | commit dada301723fd384a08af7ab354d071830c989ae2
| | | | Author: hkiel 
| | | | Date:   Fri May 19 11:37:57 2017 +0200
| | | | 
| | | |     updated OMNotebook help file
| | | | 
| | | | M	OMNotebookHelp.onb
| | | | 
| * | | commit 774fd7d44794e044e09905e172eddda5d0f53eb0
| | | | Author: hkiel 
| | | | Date:   Fri May 19 11:36:21 2017 +0200
| | | | 
| | | |     Implement more intelligent command completion
| | | |     detects if input cell contains a class and then prompts modelica keywords instead of OpenModelica Scripting commands
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/ModelicaTextHighlighter.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.h
| | | | M	OMNotebook/OMNotebookGUI/commands.xml
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit eb3bda4dd983c71bd198fbe7cf3bbb8e6fc01849
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Apr 2 18:21:07 2017 +0200
| | | | 
| | | |     Update according to OMPlot interface.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | 
| * | | commit 3b1b0cc7960c7badf0c73808bce883573b963492
| | | | Author: hkiel 
| | | | Date:   Tue Mar 28 16:58:31 2017 +0200
| | | | 
| | | |     Resolved merge conflict.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | 
| * | | commit ee70bdde361bc11c4f3a611b9130ac69f4e8850b
| | | | Author: hkiel 
| | | | Date:   Wed Mar 15 10:24:38 2017 +0100
| | | | 
| | | |     some reformatting
| | | | 
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | 
| * | | commit 3e82787933876f180d684d1711970a1dcf7558a6
| | | | Author: hkiel 
| | | | Date:   Thu Mar 9 16:27:51 2017 +0100
| | | | 
| | | |     use svg images for the drawing primitives icons
| | | | 
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/arrow.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/arrow.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/linearrow.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/linearrow.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-arc.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-arc.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-ellipse.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-ellipse.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-line.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-line.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-polygon.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-polygon.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-rectangle.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-rectangle.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-roundrect.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-roundrect.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/text.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/text.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/sketchIcons/triangle.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/triangle.svg
| | | | M	OMNotebook/OMNotebookGUI/res_qt.qrc
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | 
| * | | commit 671dd86eafd9c356eea203ed8da21ef98ef1f51f
| | | | Author: hkiel 
| | | | Date:   Tue Mar 7 16:50:31 2017 +0100
| | | | 
| | | |     properly add texts
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_Text.cpp
| | | | M	OMNotebook/OMSketch/Draw_Text.h
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Line.h
| | | | M	OMNotebook/OMSketch/Sketch_Files.h
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | M	OMNotebook/OMSketch/Tools.h
| | | | 
| * | | commit 690e832fdbd47cd85284757dc922591ce4cab8da
| | | | Author: hkiel 
| | | | Date:   Tue Mar 7 10:33:06 2017 +0100
| | | | 
| | | |     removed superfluous CustomDialog class
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | D	OMNotebook/OMSketch/CustomDailog.cpp
| | | | D	OMNotebook/OMSketch/CustomDialog.h
| | | | 
| * | | commit fcd29af7563187037cc2aafda0a0de8aceb9e7d1
| | | | Author: hkiel 
| | | | Date:   Tue Mar 7 09:45:19 2017 +0100
| | | | 
| | | |     make SketchText editable again
| | | |     also make it deleteable
| | | |     and some code clean up
| | | | 
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.h
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.h
| | | | M	OMNotebook/OMSketch/Scene_Objects.cpp
| | | | M	OMNotebook/OMSketch/Scene_Objects.h
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | 
| * | | commit 60d673bde90ffce29f18a0682268ae1ac822a9f2
| | | | Author: hkiel 
| | | | Date:   Sat Mar 4 08:56:26 2017 +0100
| | | | 
| | | |     fix memory leaks
| | | | 
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | 
| * | | commit 18ecb559934888d04bef5e86dcf5611d1c0c695b
| | | | Author: hkiel 
| | | | Date:   Fri Mar 3 18:02:39 2017 +0100
| | | | 
| | | |     Clean up OMSketch buttons
| | | | 
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/export.svg
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/import.svg
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/new.svg
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/save.svg
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/saveas.svg
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/res_qt.qrc
| | | | M	OMNotebook/OMNotebookGUI/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcell.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | M	OMNotebook/OMSketch/Tools.h
| | | | 
| * | | commit 6bbadc5313d150abb740f343e401228358ea8baa
| | | | Author: hkiel 
| | | | Date:   Tue Mar 28 11:26:23 2017 +0200
| | | | 
| | | |     Spell fix
| | | | 
| | | | M	README.md
| | | | 
| * | | commit 49979e2d7bed220076e0bfcaf01db80c4c6147da
| | | | Author: hkiel 
| | | | Date:   Wed Mar 15 16:18:21 2017 +0100
| | | | 
| | | |     Add shortcut to evalAll
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | | M	OMNotebookHelp.onb
| | | | 
| * | | commit dbe3b3f14e36ea0fdd46e23392640367bc52187c
| | | | Author: hkiel 
| | | | Date:   Mon Mar 13 20:24:21 2017 +0100
| | | | 
| | | |     Add UTF8 inputenc to latex preamble
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | 
| * | | commit 110331f8d138c78a435efff98a1fa7a2e086815a
| | | | Author: hkiel 
| | | | Date:   Wed Feb 22 16:38:08 2017 +0100
| | | | 
| | | |     Add keyboard shortcuts Ctrl+1..9 for the first 9 windows
| | | |     add val() to commands.xml
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/commands.xml
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 5c5a35f0b528926ea38bc42deef3c0b28ff6934c
| | | | Author: arun3688 
| | | | Date:   Wed Feb 1 12:11:15 2017 +0100
| | | | 
| | | |     Update DrModelica Exercices with Peters changes
| | | | 
| | | | M	DrModelica/AccessControl/AccessDemo.onb
| | | | M	DrModelica/AccessControl/Exercise1.onb
| | | | M	DrModelica/AccessControl/MoonLanding.onb
| | | | M	DrModelica/Algorithms/Exercise1.onb
| | | | M	DrModelica/Algorithms/Exercise2.onb
| | | | M	DrModelica/Algorithms/Exercise3.onb
| | | | M	DrModelica/Algorithms/Exercise4.onb
| | | | M	DrModelica/Algorithms/Exercise5.onb
| | | | M	DrModelica/Algorithms/IfStat.onb
| | | | M	DrModelica/AnnUnitsQuant/Graphical.onb
| | | | M	DrModelica/AnnUnitsQuant/SynPlac.onb
| | | | M	DrModelica/ApplicationEx/Mechatronic.onb
| | | | M	DrModelica/Arrays/ArithmeticOp.onb
| | | | M	DrModelica/Arrays/ConcatConstruct.onb
| | | | M	DrModelica/Arrays/ConcatSlice.onb
| | | | M	DrModelica/Arrays/Construction.onb
| | | | M	DrModelica/Arrays/Exercise1-7-2.onb
| | | | M	DrModelica/Arrays/Exercise1-7-3.onb
| | | | M	DrModelica/Arrays/Exercise1-7-4.onb
| | | | M	DrModelica/Arrays/Exercise1-7-5.onb
| | | | M	DrModelica/Arrays/Exercise1-7-6.onb
| | | | M	DrModelica/Arrays/Exercise2.onb
| | | | M	DrModelica/Arrays/Indexing.onb
| | | | M	DrModelica/Classes/Exercise1.onb
| | | | M	DrModelica/Classes/Exercise2.onb
| | | | M	DrModelica/Classes/Exercise3.onb
| | | | M	DrModelica/Classes/Exercise4.onb
| | | | M	DrModelica/Classes/Nested.onb
| | | | M	DrModelica/Classes/Partial.onb
| | | | M	DrModelica/Classes/Restricted.onb
| | | | M	DrModelica/Classes/Short.onb
| | | | A	DrModelica/Classes/Specialized.onb
| | | | M	DrModelica/CompConn/ConnConstraints.onb
| | | | M	DrModelica/CompConn/ConnEq.onb
| | | | M	DrModelica/CompConn/Connections.onb
| | | | M	DrModelica/CompConn/Connectors.onb
| | | | M	DrModelica/CompConn/Exercise1.onb
| | | | A	DrModelica/CompConn/Exercise2.onb
| | | | A	DrModelica/CompConn/Exercise3.onb
| | | | A	DrModelica/CompConn/Exercise4.onb
| | | | A	DrModelica/CompConn/ExpandableConnector.onb
| | | | M	DrModelica/CompConn/In-Output.onb
| | | | M	DrModelica/CompConn/MechTrans.onb
| | | | M	DrModelica/CompConn/MultDCmotor.onb
| | | | M	DrModelica/CompConn/MultToSingle.onb
| | | | M	DrModelica/CompConn/Oscillator.onb
| | | | M	DrModelica/CompConn/PartDCmotor.onb
| | | | M	DrModelica/DiscreteHybrid/SampleClock.onb
| | | | M	DrModelica/DrModelica.onb
| | | | M	DrModelica/Equations/Exercise1.onb
| | | | M	DrModelica/Equations/Exercise2.onb
| | | | M	DrModelica/Equations/Exercise3.onb
| | | | M	DrModelica/Equations/Exercise4.onb
| | | | M	DrModelica/Equations/RepConnStruct.onb
| | | | M	DrModelica/Equations/WhenEq.onb
| | | | M	DrModelica/Functions/Exercise1.onb
| | | | M	DrModelica/Functions/Exercise2.onb
| | | | M	DrModelica/Functions/Exercise3.onb
| | | | M	DrModelica/Generic/Exercise1.onb
| | | | M	DrModelica/Generic/Extended.onb
| | | | M	DrModelica/Generic/ParamInterfaces.onb
| | | | M	DrModelica/Generic/Parameterized.onb
| | | | M	DrModelica/InherMod/Exercise1.onb
| | | | M	DrModelica/InherMod/Exercise2.onb
| | | | M	DrModelica/InherMod/Exercise3.onb
| | | | M	DrModelica/InherMod/Extend.onb
| | | | M	DrModelica/InherMod/Hierachical.onb
| | | | M	DrModelica/InherMod/Modification.onb
| | | | M	DrModelica/InherMod/Short.onb
| | | | M	DrModelica/Inheritance/Exercise1.onb
| | | | M	DrModelica/Inheritance/Exercise2.onb
| | | | M	DrModelica/Inheritance/Exercise3.onb
| | | | M	DrModelica/Inheritance/Inheritance.onb
| | | | M	DrModelica/Inheritance/MoonLandingInher.onb
| | | | M	DrModelica/Inheritance/Multiple.onb
| | | | M	DrModelica/Inheritance/ProtectedElements.onb
| | | | M	DrModelica/LitOpExp/EvalOrder.onb
| | | | A	DrModelica/LitOpExp/EvalOrderOLD.onb
| | | | M	DrModelica/LitOpExp/Exercise1.onb
| | | | M	DrModelica/LitOpExp/VariaSubt.onb
| | | | M	DrModelica/Packages/Exercise1ADT.onb
| | | | M	DrModelica/Packages/Exercise1VarOp.onb
| | | | M	DrModelica/Packages/Exercise2VarOp.onb
| | | | M	DrModelica/QuickTour/BasicClockedSynchronous.onb
| | | | M	DrModelica/QuickTour/CreateInst.onb
| | | | M	DrModelica/QuickTour/DiffEq.onb
| | | | M	DrModelica/QuickTour/Equations.onb
| | | | M	DrModelica/QuickTour/Exercise1algorithm.onb
| | | | M	DrModelica/QuickTour/Exercise1arrays.onb
| | | | M	DrModelica/QuickTour/Exercise1classes.onb
| | | | M	DrModelica/QuickTour/Exercise1equations.onb
| | | | M	DrModelica/QuickTour/Exercise1hybrid.onb
| | | | M	DrModelica/QuickTour/Exercise1inheritance.onb
| | | | M	DrModelica/QuickTour/Exercise1package.onb
| | | | M	DrModelica/QuickTour/Exercise2-classes.onb
| | | | M	DrModelica/QuickTour/Exercise2hybrid.onb
| | | | M	DrModelica/QuickTour/Exercise2inheritance.onb
| | | | M	DrModelica/QuickTour/Exercise3-classes.onb
| | | | M	DrModelica/QuickTour/Generic.onb
| | | | M	DrModelica/QuickTour/HelloWorld.onb
| | | | M	DrModelica/QuickTour/Inheritance.onb
| | | | M	DrModelica/QuickTour/Partial.onb
| | | | M	DrModelica/QuickTour/PlanarPendulum.onb
| | | | M	DrModelica/QuickTour/WhenClause.onb
| | | | M	DrModelica/Redeclaration/Exercise1.onb
| | | | M	DrModelica/Redeclaration/Exercise2.onb
| | | | M	DrModelica/Redeclaration/Exercise3.onb
| | | | M	DrModelica/Redeclaration/Exercise4.onb
| | | | M	DrModelica/SystemMod/FlatTank.onb
| | | | M	DrModelica/TypeSubtype/Exercise1.onb
| | | | M	DrModelica/TypeSubtype/Exercise2.onb
| | | | M	DrModelica/TypeSubtype/Type.onb
| | | | M	DrModelica/Variables/Declaration.onb
| | | | M	DrModelica/Variables/Exercise1.onb
| | | | M	DrModelica/Variables/Exercise2.onb
| | | | M	DrModelica/Variables/FieldVar.onb
| | | | M	DrModelica/Variables/Initialization.onb
| | | | M	DrModelica/Variables/VanDerPol.onb
| | | | M	DrModelica/Variables/VariabilityPrefixes.onb
| | | | M	OMNotebookHelp.onb
| | | | 
| * | | commit 062523e4022b96d9f7248361435258eb30a0c5f1
| | | | Author: hkiel 
| | | | Date:   Mon Jan 23 14:22:36 2017 +0100
| | | | 
| | | |     translate a few more strings
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/otherdlg.h
| | | | 
| * | | commit c431370d5e57aadbf50569affdaabf384fa040d3
| | | | Author: hkiel 
| | | | Date:   Thu Dec 22 16:58:26 2016 +0100
| | | | 
| | | |     do not move closed cells
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit f2b1e1b96068656acb49ffe4ed882936722e0267
| | | | Author: hkiel 
| | | | Date:   Thu Dec 22 14:31:53 2016 +0100
| | | | 
| | | |     fix crash when moving closed group
| | | |     also allow moving of cells with e.g. style=Title
| | | |     remove style "Latex", "Input" and "Graph" from styles menu
| | | |     increase stack on win64
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcell.cpp
| | | | 
| * | | commit fc06c2d590a39d53d307c8b57536083366a1f9cc
| | | | Author: Adrian Pop 
| | | | Date:   Wed Dec 21 03:36:34 2016 +0100
| | | | 
| | | |     fix OMNotebook version on Windows
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | M	common
| | | | 
| * | | commit a0a5b1988dd86a9d799e2d4542f9ba2a0b2fe3e8
| | | | Author: hkiel 
| | | | Date:   Tue Dec 20 14:58:56 2016 +0100
| | | | 
| | | |     create Application/ path before copy on macOS
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | 
| * | | commit 4b750e74f9932e59e28bb3098a12e96a0a050ff8
| | | | Author: hkiel 
| | | | Date:   Tue Dec 20 10:55:25 2016 +0100
| | | | 
| | | |     fix path to OMNotebookHelp.onb on OS X
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 484baa86290861ace4e6291a72a4a2f1e813b746
| | | | Author: Adrian Pop 
| | | | Date:   Mon Dec 19 16:29:56 2016 +0100
| | | | 
| | | |     fix Windows compilation, generate omc_config.h
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | 
| * | | commit f98c10fc79a91ef73f160bec33a0d65d93527838
| | | | Author: hkiel 
| | | | Date:   Mon Dec 19 14:20:10 2016 +0100
| | | | 
| | | |     Fix windows makefile such that OMNotebook is built again
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | 
| * | | commit 9d5437f8587f6b782ed9baa7f3caf2d781e7b9ba
| | | | Author: hkiel 
| | | | Date:   Fri Dec 16 16:23:07 2016 +0100
| | | | 
| | | |     allow recursive evaluation of cells
| | | |     before only 4 levels were processed
| | | |     cleaned up code
| | | |     updated translations
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | 
| * | | commit 40df40dd7ecb13bbc1fd3ad5ab51401ae32fe797
| | | | Author: hkiel 
| | | | Date:   Fri Dec 16 13:10:25 2016 +0100
| | | | 
| | | |     move OMNotebookHelp.onb out of DrModelica directory
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | R100	DrModelica/OMNotebookHelp.onb	OMNotebookHelp.onb
| | | | 
| * | | commit 423c1a8edf6b159591ec264ca10b71f03f478086
| | | | Author: hkiel 
| | | | Date:   Fri Dec 16 12:57:42 2016 +0100
| | | | 
| | | |     update german translation
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | 
| * | | commit 35769069c14087a7c50d5c36f9a2917158eb9de3
| | | | Author: hkiel 
| | | | Date:   Fri Dec 16 12:57:05 2016 +0100
| | | | 
| | | |     Do not use translated text to identify objects
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit a900579ca98facc376fbc7dab48694b9ea3f311b
| | | | Author: hkiel 
| | | | Date:   Fri Dec 16 12:23:21 2016 +0100
| | | | 
| | | |     Do not translate keyboard short cuts
| | | |     update translation files
| | | |     update section numbering when moving cells
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | 
| * | | commit 5dcefeb44a0ac939c33e0e3e45b262f72417ca0e
| | | | Author: hkiel 
| | | | Date:   Fri Dec 16 11:55:00 2016 +0100
| | | | 
| | | |     update Help document
| | | |     latexcells were missing for one
| | | | 
| | | | M	DrModelica/OMNotebookHelp.onb
| | | | 
| * | | commit 1ff9520e7565968321c03deae3858055f0ff9373
| | | | Author: hkiel 
| | | | Date:   Thu Dec 15 16:20:02 2016 +0100
| | | | 
| | | |     fix cases where tranlated text is compared to non-translated
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 7d51e862bd75491ac48a819b042911f8de93e65f
| | | | Author: hkiel 
| | | | Date:   Thu Dec 15 14:37:33 2016 +0100
| | | | 
| | | |     fix loosing translation
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 95dc78d12b8c5b80ab668a434ebda39fec4085bb
| | | | Author: hkiel 
| | | | Date:   Thu Dec 15 12:59:21 2016 +0100
| | | | 
| | | |     make OMNotebook UI translatable
| | | |     create german translation
| | | | 
| | | | M	.gitignore
| | | | M	Makefile.in
| | | | M	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | A	OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.ts
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/paint.png
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 56e466c584f12f17ce8c1fb0d8716bd17c0dda5b
| | | | Author: hkiel 
| | | | Date:   Fri Dec 9 12:47:44 2016 +0100
| | | | 
| | | |     process events during startup to catch FileOpen event
| | | |     prevents DrModelica to open up
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | 
| * | | commit 71a78d0240246bd59d88b6934e3a61680031b2c6
| | | | Author: hkiel 
| | | | Date:   Fri Dec 9 12:10:59 2016 +0100
| | | | 
| | | |     some code cleanup + listen for FileOpen events
| | | |     new About window (like in OMEdit)
| | | |     store ini file in openmodelica folder (like OMEdit)
| | | |     provide custom Info.plist for OS X to set file extensions
| | | |     maximize window on start
| | | | 
| | | | A	OMNotebook/OMNotebookGUI/Info.plist
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 29e5dffadd0f6093f9ffc61c4e83face60c5c19d
| | | | Author: hkiel 
| | | | Date:   Thu Dec 8 15:00:12 2016 +0100
| | | | 
| | | |     Show help text in statusTip for command completion
| | | |     do not do command completion in LaTeX cells
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/commands.xml
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.h
| | | | 
| * | | commit a21855eb9c6c89ef2814b189d7e2898a3346b2f1
| | | | Author: hkiel 
| | | | Date:   Thu Dec 8 12:57:04 2016 +0100
| | | | 
| | | |     Enhance appearance of OMNotebook
| | | |     make treeview dpi-aware
| | | |     make LaTeX images transparent
| | | |     shorten latex image resource name
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/treeview.cpp
| | | | M	OMNotebook/OMNotebookGUI/treeview.h
| | | | 
| * | | commit f9f842ff0edd4467b7e69b77cb3a1d2f87da1d51
| | | | Author: hkiel 
| | | | Date:   Tue Dec 6 17:24:14 2016 +0100
| | | | 
| | | |     when exporting to PDF, redirect .onb links to respective .pdf
| | | |     fix DrModelica stray CR symbols (
)
| | | |     remove debugging fprintf call
| | | | 
| | | | M	DrModelica/DrModelica.onb
| | | | M	DrModelica/Equations/RepConnStruct.onb
| | | | M	DrModelica/Equations/WhenEq.onb
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | |   
| * | |   commit 43fd21c3917d4924bc548f18eaccb5c82f065ca4
| |\ \ \  Merge: 9ab760bb9a c71d5f3030
| | | | | Author: Henning Kiel 
| | | | | Date:   Fri Dec 2 19:19:28 2016 +0100
| | | | | 
| | | | |     Merge pull request #9 from hkiel/export_pdf
| | | | |     
| | | | |     Export Notebook as PDF
| | | | | 
| | * | | commit c71d5f303061e2820054bc6f59ceb5f08cdb9fc1
| |/ / /  Author: hkiel 
| | | |   Date:   Fri Dec 2 19:18:42 2016 +0100
| | | |   
| | | |       Export Notebook as PDF
| | | |   
| | | |   M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | |   M	OMNotebook/OMNotebookGUI/notebook.h
| | | | 
| * | | commit 9ab760bb9a7cc5b4984e0d5d212cffbf2ea06c1c
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Nov 26 08:00:18 2016 +0100
| | | | 
| | | |     Update common
| | | | 
| | | | M	common
| | | | 
| * | | commit f5281618d2a5b77a1a6f134b825db2d6e460d38e
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 11 14:33:40 2016 +0100
| | | | 
| | | |     update submodule.
| | | | 
| | | | M	common
| | | |   
| * | |   commit 8b157e53f5297cefb027442836a696a8636f04f4
| |\ \ \  Merge: 87a6e8b2b6 bf7b443863
| | | | | Author: Henning Kiel 
| | | | | Date:   Tue Nov 8 10:59:20 2016 +0100
| | | | | 
| | | | |     Merge pull request #8 from hkiel/math_latex
| | | | |     
| | | | |     use math packages as default
| | | | | 
| | * | | commit bf7b44386310b78f8852c6f565cfc8dd1dd29f69
| |/ / /  Author: hkiel 
| | | |   Date:   Tue Nov 8 10:57:13 2016 +0100
| | | |   
| | | |       use math packages as default
| | | |       larger font size (12pt)
| | | |   
| | | |   M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | 
| * | | commit 87a6e8b2b66861b8edece0293d016a90097ee12b
| | | | Author: Sebastian Pinnau 
| | | | Date:   Fri Nov 4 22:44:23 2016 +0100
| | | | 
| | | |     Compile OMNotebook with C++11, ticket:3990
| | | |     
| | | |     - C++11 is required in Qt 5.7
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | M	configure.ac
| | | | 
| * | | commit cb438f2b6b2b25afda641dfd9f265c6d3095f0d3
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Oct 29 01:32:21 2016 +0200
| | | | 
| | | |     ticket:3712
| | | |     Print the OMNotebook plots.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | |   
| * | |   commit f6b146dd77f743239c6ca87fa9d6f9261acc3c10
| |\ \ \  Merge: ef48413fcd 510bd1837c
| | | | | Author: Henning Kiel 
| | | | | Date:   Fri Oct 28 12:26:21 2016 +0200
| | | | | 
| | | | |     Merge pull request #6 from hkiel/OSX_latex
| | | | |     
| | | | |     Also add /Library/TeX/texbin to PATH on OS X.
| | | | | 
| | * | | commit 510bd1837c158fbcd4cc100cae3f684bd9d75670
| |/ / /  Author: hkiel 
| | | |   Date:   Fri Oct 28 12:22:09 2016 +0200
| | | |   
| | | |       Also add /Library/TeX/texbin to PATH on OS X.
| | | |   
| | | |   M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | 
| * | | commit ef48413fcdd7f80097b9aa6af8d6aada71d1a246
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 18 17:51:06 2016 +0200
| | | | 
| | | |     Update submodule
| | | | 
| | | | M	common
| | | | 
| * | | commit 2d8ab4a8616611b4af13a84f6515b63f6030212f
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 17 11:59:01 2016 +0200
| | | | 
| | | |     Update submodule
| | | | 
| | | | M	common
| | | | 
| * | | commit d5b4317d38a85c7452539b1072109897e4eae9f2
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 17 11:35:22 2016 +0200
| | | | 
| | | |     Update submodule
| | | | 
| | | | M	common
| | | | 
| * | | commit 2db886384e890faaf1b7cd70cd28a54530c6f299
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 17 09:23:49 2016 +0200
| | | | 
| | | |     Update common submodule
| | | | 
| | | | M	common
| | | | 
| * | | commit b87805e998dad580962c97d5abbcbc82ba7e3b9e
| | | | Author: arun3688 
| | | | Date:   Thu Oct 6 18:14:39 2016 +0200
| | | | 
| | | |     update DrModelica exercises
| | | | 
| | | | M	DrModelica/AccessControl/Exercise1.onb
| | | | M	DrModelica/Algorithms/Exercise1.onb
| | | | M	DrModelica/Algorithms/Exercise2.onb
| | | | M	DrModelica/Algorithms/Exercise3.onb
| | | | M	DrModelica/Algorithms/Exercise4.onb
| | | | M	DrModelica/Algorithms/Exercise5.onb
| | | | M	DrModelica/Algorithms/IfStat.onb
| | | | M	DrModelica/AnnUnitsQuant/Graphical.onb
| | | | M	DrModelica/AnnUnitsQuant/SynPlac.onb
| | | | M	DrModelica/ApplicationEx/Mechatronic.onb
| | | | M	DrModelica/Arrays/ArithmeticOp.onb
| | | | M	DrModelica/Arrays/ConcatConstruct.onb
| | | | M	DrModelica/Arrays/ConcatSlice.onb
| | | | M	DrModelica/Arrays/Construction.onb
| | | | M	DrModelica/Arrays/Exercise1-7-2.onb
| | | | M	DrModelica/Arrays/Exercise1-7-3.onb
| | | | M	DrModelica/Arrays/Exercise1-7-4.onb
| | | | M	DrModelica/Arrays/Exercise1-7-5.onb
| | | | M	DrModelica/Arrays/Exercise1-7-6.onb
| | | | M	DrModelica/Arrays/Exercise2.onb
| | | | M	DrModelica/Arrays/Indexing.onb
| | | | M	DrModelica/Classes/Exercise1.onb
| | | | M	DrModelica/Classes/Exercise2.onb
| | | | M	DrModelica/Classes/Exercise3.onb
| | | | M	DrModelica/Classes/Exercise4.onb
| | | | M	DrModelica/Classes/Restricted.onb
| | | | M	DrModelica/CompConn/Exercise1.onb
| | | | M	DrModelica/DrModelica.onb
| | | | M	DrModelica/Equations/Exercise1.onb
| | | | M	DrModelica/Equations/Exercise2.onb
| | | | M	DrModelica/Equations/Exercise3.onb
| | | | M	DrModelica/Equations/Exercise4.onb
| | | | M	DrModelica/Functions/Exercise1.onb
| | | | M	DrModelica/Functions/Exercise2.onb
| | | | M	DrModelica/Functions/Exercise3.onb
| | | | M	DrModelica/InherMod/Exercise1.onb
| | | | M	DrModelica/InherMod/Exercise2.onb
| | | | M	DrModelica/InherMod/Exercise3.onb
| | | | M	DrModelica/Inheritance/Exercise1.onb
| | | | M	DrModelica/Inheritance/Exercise2.onb
| | | | M	DrModelica/Inheritance/Exercise3.onb
| | | | M	DrModelica/LitOpExp/Exercise1.onb
| | | | M	DrModelica/Packages/Exercise1ADT.onb
| | | | M	DrModelica/Packages/Exercise1VarOp.onb
| | | | M	DrModelica/Packages/Exercise2VarOp.onb
| | | | M	DrModelica/QuickTour/Exercise1algorithm.onb
| | | | M	DrModelica/QuickTour/Exercise1arrays.onb
| | | | M	DrModelica/QuickTour/Exercise1classes.onb
| | | | M	DrModelica/QuickTour/Exercise1equations.onb
| | | | M	DrModelica/QuickTour/Exercise1hybrid.onb
| | | | M	DrModelica/QuickTour/Exercise1package.onb
| | | | M	DrModelica/QuickTour/Exercise2-classes.onb
| | | | M	DrModelica/QuickTour/Exercise2hybrid.onb
| | | | M	DrModelica/QuickTour/Exercise2inheritance.onb
| | | | M	DrModelica/QuickTour/Exercise3-classes.onb
| | | | M	DrModelica/Redeclaration/Exercise1.onb
| | | | M	DrModelica/Redeclaration/Exercise2.onb
| | | | M	DrModelica/Redeclaration/Exercise3.onb
| | | | M	DrModelica/Redeclaration/Exercise4.onb
| | | | M	DrModelica/SystemMod/FlatTank.onb
| | | | M	DrModelica/TypeSubtype/Exercise1.onb
| | | | M	DrModelica/TypeSubtype/Exercise2.onb
| | | | 
| * | | commit baba16ac386ceb56d00ee286a56b52ef0992fba7
| | | | Author: adrpo 
| | | | Date:   Thu Sep 22 17:07:59 2016 +0200
| | | | 
| | | |     fix import of QSetttings for qt4
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 6304dfa648039e2a44a32f46cc736fcbb81e48b9
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Sep 21 14:54:03 2016 +0200
| | | | 
| | | |     Pass +locale as argument to omc_Main_init.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 9d732f599f2a8d0675e74ca1161c1ba4ee386280
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Sep 21 13:04:19 2016 +0200
| | | | 
| | | |     Set +d=initialization by default.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit b85aba4ad1a62d9b44b15c58b21ba374717dff57
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Sep 21 11:23:56 2016 +0200
| | | | 
| | | |     Read the language from OMEdit settings file.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 2afbff6ce8e719134c9e9d2e72ebb56bfa2b36e1
| | | | Author: arun3688 
| | | | Date:   Thu Sep 15 11:05:00 2016 +0200
| | | | 
| | | |     change insert link color to blue, update copyrights information
| | | | 
| | | | M	DrModelica/DrModelica.onb
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 9ff03e5bd65a64747e91861a579c0e534ebb5958
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jul 21 14:23:55 2016 +0200
| | | | 
| | | |     Compile with QT5
| | | | 
| | | | M	common
| | | | 
| * | | commit 07d57427956b15a3198fd60bc17b9c304c30cba5
| | | | Author: Adeel Asghar 
| | | | Date:   Fri May 27 15:47:13 2016 +0200
| | | | 
| | | |     modelicacolors.xml is not used anymore.
| | | |     Use same colors as were defined in modelicacolors.xml.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/ModelicaTextHighlighter.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | D	OMNotebook/OMNotebookGUI/modelicacolors.xml
| | | | 
| * | | commit c07f33dc53221eefd9e41ea44fa0ce7065518bb0
| | | | Author: Adeel Asghar 
| | | | Date:   Fri May 27 14:56:13 2016 +0200
| | | | 
| | | |     ticket:3929
| | | |     Killed the crap syntax highlighter thread.
| | | |     Added QSyntaxHighlighter.
| | | | 
| | | | A	OMNotebook/OMNotebookGUI/ModelicaTextHighlighter.cpp
| | | | A	OMNotebook/OMNotebookGUI/ModelicaTextHighlighter.h
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.h
| | | | M	OMNotebook/OMNotebookGUI/document.h
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | D	OMNotebook/OMNotebookGUI/highlighterthread.cpp
| | | | D	OMNotebook/OMNotebookGUI/highlighterthread.h
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.h
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.h
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | D	OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp
| | | | D	OMNotebook/OMNotebookGUI/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookGUI/removehighlightervisitor.h
| | | | D	OMNotebook/OMNotebookGUI/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookGUI/textcell.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 3a113064c220d75f490b5193c51fc2ada9c12adc
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 10 13:29:49 2016 +0200
| | | | 
| | | |     Updated compile instructions to new msys.
| | | | 
| | | | M	README.md
| | | | 
| * | | commit 17d90a7b01f31ddac7aab15a009ca1f114e2ff21
| | | | Author: Adeel Asghar 
| | | | Date:   Mon May 9 13:14:50 2016 +0200
| | | | 
| | | |     Update common submodule.
| | | | 
| | | | M	common
| | | |   
| * | |   commit 0b6403ea43df5d2187e0abcce4a0bcb55ae31686
| |\ \ \  Merge: 6c69cf0c05 08d12cbd4e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Apr 28 15:01:40 2016 +0200
| | | | | 
| | | | |     Merge pull request #5 from lochel/chemicalreactions
| | | | |     
| | | | |     Fix some typos in chemicalreactions.onb
| | | | | 
| | * | | commit 08d12cbd4e668d0bc6179d863876587937d5d142
| |/ / /  Author: Lennart Ochel 
| | | |   Date:   Thu Apr 28 14:45:06 2016 +0200
| | | |   
| | | |       Fix some typos in chemicalreactions.onb
| | | |   
| | | |   M	DrModelica/ApplicationEx/chemicalreactions.onb
| | | | 
| * | | commit 6c69cf0c05f34bb940c22541825a3297102a3016
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 15 18:57:31 2016 +0200
| | | | 
| | | |     Update to latest common
| | | | 
| | | | M	common
| | | | 
| * | | commit 8866309c35b39e80200ee895619620007c0791e3
| | | | Author: Adrian Pop 
| | | | Date:   Mon Apr 4 16:59:52 2016 +0200
| | | | 
| | | |     adapt to msys2 mingw32/mingw64 - ticket:2578
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | 
| * | | commit fc98a162b484c4e8560f8573fc11a3e74ea42044
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 23 20:04:46 2016 +0100
| | | | 
| | | |     Fix build.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | |   
| * | |   commit bebdc503f19f748f4cefe8ebdb57e9cf8c84b5de
| |\ \ \  Merge: bab2c73b33 c5bad3ecdc
| | | | | Author: Henning Kiel 
| | | | | Date:   Sun Feb 7 19:49:37 2016 +0100
| | | | | 
| | | | |     Merge pull request #3 from hkiel/fix_static_analysis
| | | | |     
| | | | |     fix some warnings from static analyzer
| | | | | 
| | * | | commit c5bad3ecdc3f8937b94d3ff9f50405262888caba
| |/ / /  Author: hkiel 
| | | |   Date:   Sun Feb 7 19:48:20 2016 +0100
| | | |   
| | | |       fix some warnings from static analyzer
| | | |   
| | | |   M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit bab2c73b337d04c3c5c70fc09569017900c76b98
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Feb 7 01:30:31 2016 +0100
| | | | 
| | | |     Remove superfluous "OpenModelica"
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | |   
| * | |   commit 5fc27a124c2361fbe63baa6d507709c514fe25c6
| |\ \ \  Merge: 946bc40d3a e10801e516
| | | | | Author: Henning Kiel 
| | | | | Date:   Mon Dec 14 12:50:05 2015 +0100
| | | | | 
| | | | |     Merge pull request #2 from hkiel/fix-latexcell
| | | | |     
| | | | |     automatically surround latex cell content with standard tex preamble
| | | | | 
| | * | | commit e10801e516f05b88ddd77c795f771f7721736bea
| |/ / /  Author: hkiel 
| | | |   Date:   Mon Dec 14 11:58:52 2015 +0100
| | | |   
| | | |       automatically surround latex cell content with standard tex preamble
| | | |       fix latex path on OSX
| | | |   
| | | |   M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | |   M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | 
| * | | commit 946bc40d3aa21b17bc41f7d914db8a2657921a40
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 20 14:12:09 2015 +0200
| | | | 
| | | |     Bump for latest qmake.m4
| | | | 
| | | | M	common
| | | | 
| * | | commit 472750f4129b442084040f49f2a4d09991c4c44e
| | | | Author: bernhard Thiele 
| | | | Date:   Mon Oct 19 17:40:51 2015 +0200
| | | | 
| | | |     Added plot commands for clocked models
| | | | 
| | | | M	DrModelica/DiscreteHybrid/HybridTank.onb
| | | | 
| * | | commit 5630b3281c085fe40b6604d1af768b24478b74ef
| | | | Author: arun3688 
| | | | Date:   Wed Oct 14 11:32:15 2015 +0200
| | | | 
| | | |     setCommandLineOptions("+std=3.3") for few clocked Synchronous model
| | | | 
| | | | M	DrModelica/DiscreteHybrid/HybridTank.onb
| | | | M	DrModelica/DiscreteHybrid/ModStochProc.onb
| | | | M	DrModelica/DiscreteHybrid/SampleClock.onb
| | | | M	DrModelica/DiscreteHybrid/SampledSystems.onb
| | | | M	DrModelica/DiscreteHybrid/Synchronization.onb
| | | | M	DrModelica/DiscreteHybrid/WatchDog.onb
| | | | 
| * | | commit 488d796015dd6f62191efc47e7e9d35b2aa9473f
| | | | Author: arun3688 
| | | | Date:   Tue Oct 13 11:20:37 2015 +0200
| | | | 
| | | |     Added Clocked Synchronous models to Notebook and some more new models
| | | | 
| | | | M	DrModelica/ApplicationEx/chemicalreactions.onb
| | | | M	DrModelica/DiscreteHybrid/Automata.onb
| | | | M	DrModelica/DiscreteHybrid/ClassesforCPT.onb
| | | | M	DrModelica/DiscreteHybrid/DEVS.onb
| | | | M	DrModelica/DiscreteHybrid/GameOfLife.onb
| | | | M	DrModelica/DiscreteHybrid/HybridTank.onb
| | | | M	DrModelica/DiscreteHybrid/SampleClock.onb
| | | | M	DrModelica/DiscreteHybrid/SampledSystems.onb
| | | | M	DrModelica/DiscreteHybrid/Synchronization.onb
| | | | M	DrModelica/DiscreteHybrid/WatchDog.onb
| | | | M	DrModelica/QuickTour/BasicClockedSynchronous.onb
| | | | 
| * | | commit e90ff376dda1fe541b479aec90440f077b594e05
| | | | Author: arun3688 
| | | | Date:   Thu Oct 8 11:21:42 2015 +0200
| | | | 
| | | |     improve the evaluation of latexcells, automatic hiding of latex source and height adjustments
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/latexcell.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 63022175343ee1904b8dc1253125aff2c50e92b7
| | | | Author: arun3688 
| | | | Date:   Mon Oct 5 16:59:16 2015 +0200
| | | | 
| | | |     Update Main DrModelica.onb file date to latest
| | | | 
| | | | M	DrControl/DrControl.onb
| | | | M	DrModelica/DrModelica.onb
| | | | 
| * | | commit 9620a35bd2fa3dcb56c5feaaefcb7ffc329aa4a1
| | | | Author: arun3688 
| | | | Date:   Mon Oct 5 13:46:28 2015 +0200
| | | | 
| | | |     Update Notebook with new models and some fix to existing models
| | | | 
| | | | M	DrControl/ClosedLoop/ClosedLoop.onb
| | | | M	DrControl/DCMotor/DCMotor.onb
| | | | M	DrControl/Getting_started/Feedback.onb
| | | | M	DrControl/Getting_started/MatModel.onb
| | | | M	DrControl/Getting_started/stability.onb
| | | | M	DrControl/Getting_started/transferFunction.onb
| | | | M	DrControl/LQ/Kalman.onb
| | | | M	DrControl/Observer/Observer.onb
| | | | M	DrControl/StateSpace/StateSpace.onb
| | | | M	DrModelica/AccessControl/AccessDemo.onb
| | | | M	DrModelica/AccessControl/MoonLanding.onb
| | | | M	DrModelica/Algorithms/AssignStat.onb
| | | | A	DrModelica/Algorithms/Break.onb
| | | | M	DrModelica/Algorithms/ForStat.onb
| | | | M	DrModelica/Algorithms/IfStat.onb
| | | | M	DrModelica/AnnUnitsQuant/Graphical.onb
| | | | M	DrModelica/AnnUnitsQuant/UnitsQuant.onb
| | | | M	DrModelica/ApplicationEx/3DDoublePendulum.onb
| | | | A	DrModelica/ApplicationEx/BioEcosystems.onb
| | | | M	DrModelica/ApplicationEx/DesignOptimization.onb
| | | | A	DrModelica/ApplicationEx/Economicsystems.onb
| | | | M	DrModelica/ApplicationEx/FourierAnalysis.onb
| | | | M	DrModelica/ApplicationEx/InterfacingtoNonMechModComp.onb
| | | | M	DrModelica/ApplicationEx/KinematicLoops.onb
| | | | M	DrModelica/ApplicationEx/Mechatronic.onb
| | | | M	DrModelica/ApplicationEx/PressureDynamics.onb
| | | | A	DrModelica/ApplicationEx/chemicalreactions.onb
| | | | M	DrModelica/Classes/Restricted.onb
| | | | M	DrModelica/Classes/Short.onb
| | | | A	DrModelica/CompConn/ImplicitVsExplicit.onb
| | | | M	DrModelica/CompConn/MechTrans.onb
| | | | A	DrModelica/CompConn/innerouter.onb
| | | | A	DrModelica/CompConn/sharedinner.onb
| | | | M	DrModelica/DiscreteHybrid/Automata.onb
| | | | M	DrModelica/DiscreteHybrid/ClassesforCPT.onb
| | | | M	DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb
| | | | M	DrModelica/DiscreteHybrid/DEVS.onb
| | | | M	DrModelica/DiscreteHybrid/GameOfLife.onb
| | | | M	DrModelica/DiscreteHybrid/ModStochProc.onb
| | | | M	DrModelica/DiscreteHybrid/MultEvents.onb
| | | | M	DrModelica/DiscreteHybrid/SampleClock.onb
| | | | M	DrModelica/DiscreteHybrid/SampledSystems.onb
| | | | M	DrModelica/DiscreteHybrid/Synchronization.onb
| | | | M	DrModelica/DiscreteHybrid/WatchDog.onb
| | | | M	DrModelica/DrModelica.onb
| | | | M	DrModelica/Equations/RepConnStruct.onb
| | | | M	DrModelica/Equations/WhenEq.onb
| | | | M	DrModelica/Functions/External.onb
| | | | A	DrModelica/Functions/FunctionalInputArguments.onb
| | | | A	DrModelica/Functions/RecordConstructorFunctions.onb
| | | | A	DrModelica/Functions/callviainstance.onb
| | | | A	DrModelica/Functions/functionreturn.onb
| | | | A	DrModelica/Functions/partialfunction.onb
| | | | M	DrModelica/InherMod/Modification.onb
| | | | M	DrModelica/Inheritance/ProtectedElements.onb
| | | | M	DrModelica/LitOpExp/VarTime.onb
| | | | M	DrModelica/Packages/Moving.onb
| | | | A	DrModelica/QuickTour/BasicClockedSynchronous.onb
| | | | M	DrModelica/QuickTour/DiffEq.onb
| | | | M	DrModelica/QuickTour/HelloWorld.onb
| | | | M	DrModelica/QuickTour/IfClause.onb
| | | | A	DrModelica/QuickTour/PlanarPendulum.onb
| | | | M	DrModelica/Redeclaration/Annotation.onb
| | | | M	DrModelica/TypeSubtype/Sub-SuperType.onb
| | | | M	DrModelica/Variables/FieldVar.onb
| | | | M	DrModelica/Variables/Initialization.onb
| | | | 
| * | | commit d547803f28b58aa4bbb98d409c745159b9bf607b
| | | | Author: arun3688 
| | | | Date:   Sat Sep 26 20:48:26 2015 +0200
| | | | 
| | | |     Perform Cell copy and paste operation with regular Ctrl+c and Ctrl+v shortcuts
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | 
| * | | commit 7ab0a67703075a2fe961873bec773e5abdb08055
| | | | Author: arun3688 
| | | | Date:   Wed Sep 23 13:35:48 2015 +0200
| | | | 
| | | |     Added functionality to copy and paste cells between Notebooks
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | 
| * | | commit dbd1ef431d1e3e34c05cfcbcc71dbaf7afddafee
| | | | Author: arun3688 
| | | | Date:   Thu Sep 17 12:19:43 2015 +0200
| | | | 
| | | |     Display the output of latexcell to the top left position of the cell
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | |   
| * | |   commit 9e4ed5c34c26de04c779b88f15807a086aa2a41e
| |\ \ \  Merge: fe38b0d63b 852e3d0cb4
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Sep 15 15:56:06 2015 +0200
| | | | | 
| | | | |     Merge pull request #1 from hkiel/change_menu_shortcut
| | | | |     
| | | | |     Change menu shortcut
| | | | | 
| | * | | commit 852e3d0cb42fc1371bc0aabe2399bb6e98a4b174
| | | | | Author: Henning Kiel 
| | | | | Date:   Tue Sep 15 15:52:49 2015 +0200
| | | | | 
| | | | |     fix typo
| | | | | 
| | | | | M	DrModelica/QuickTour/Equations.onb
| | | | | 
| | * | | commit fb0fbc0ccc8bc85911c21a0b8e5092a02ea75cb8
| | | | | Author: Henning Kiel 
| | | | | Date:   Tue Sep 15 15:49:43 2015 +0200
| | | | | 
| | | | |     ignore generated file
| | | | | 
| | | | | M	.gitignore
| | | | | 
| | * | | commit aa6c6fbece0e19736902c5b1a767db9384b9d89c
| | | | | Author: Henning Kiel 
| | | | | Date:   Tue Sep 15 15:49:04 2015 +0200
| | | | | 
| | | | |     Use CTRL+W to close window like in other OM apps
| | | | | 
| | | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | | 
| * | | | commit fe38b0d63b5a4bb1dbc4916e29df24cd664c8131
| |\| | | Merge: 476d43c791 f8a096918c
| | | | | Author: arun3688 
| | | | | Date:   Tue Sep 15 14:49:49 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMNotebook
| | | | | 
| | * | | commit f8a096918c7979531cc56e0ce2c6d234fa547fb4
| | | | | Author: bernhard Thiele 
| | | | | Date:   Tue Sep 8 20:02:47 2015 +0200
| | | | | 
| | | | |     Fixed non-working examples
| | | | | 
| | | | | M	DrModelica/AccessControl/AccessDemo.onb
| | | | | M	DrModelica/Arrays/Indexing.onb
| | | | | M	DrModelica/CompConn/MechTrans.onb
| | | | | M	DrModelica/DiscreteHybrid/EventBeh.onb
| | | | | M	DrModelica/DiscreteHybrid/SampledSystems.onb
| | | | | M	DrModelica/Generic/ParamInterfaces.onb
| | | | | M	DrModelica/InherMod/Extend.onb
| | | | | M	DrModelica/Inheritance/ProtectedElements.onb
| | | | | M	DrModelica/Packages/PackAccess.onb
| | | | | M	DrModelica/Redeclaration/Final.onb
| | | | | M	DrModelica/Redeclaration/RedNotRepl.onb
| | | | | M	DrModelica/TypeSubtype/Exercise1.onb
| | | | | M	DrModelica/TypeSubtype/Sub-SuperType.onb
| | | | | 
| * | | | commit 476d43c791cecd356cccee2dbb8d066c687ff9b2
| |/ / /  Author: arun3688 
| | | |   Date:   Tue Sep 15 14:43:41 2015 +0200
| | | |   
| | | |       Hide Latex Source after evaluated, show only the output part
| | | |   
| | | |   M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | |   M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | |   M	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | |   M	OMNotebook/OMNotebookGUI/latexcell.h
| | | |   M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | |   M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 3b86f9eee23f33f46942df717ab0818fdb25edae
| | | | Author: arun3688 
| | | | Date:   Mon Aug 31 16:21:45 2015 +0200
| | | | 
| | | |     added support for LatexCell, evaluate Latex scripts and display the output as an image if successful
| | | |     other report error message
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/cursorposvisitor.h
| | | | A	OMNotebook/OMNotebookGUI/latexcell.cpp
| | | | A	OMNotebook/OMNotebookGUI/latexcell.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/stylesheet.xml
| | | | M	OMNotebook/OMNotebookGUI/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/visitor.h
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.h
| | | | 
| * | | commit 645e8eaba68c90a30e452875618a9632e0a3f713
| | | | Author: arun3688 
| | | | Date:   Fri Aug 21 14:41:38 2015 +0200
| | | | 
| | | |     check graphcells for input and output cells and then perform the shifting operation
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | 
| * | | commit 0572a415e9972477c00f13ab059b15d8063cb62c
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 6 16:44:34 2015 +0200
| | | | 
| | | |     Use the prefix for OPENMODELICAHOME
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omc_config.h.in
| | | | M	common
| | | | 
| * | | commit 22adc2b33223cd52f44e37befaa592af86a001f0
| | | | Author: arun3688 
| | | | Date:   Fri Jul 31 13:37:23 2015 +0200
| | | | 
| | | |     add codes for moving cells up and down and change the hierarchical order, #ticket 2303
| | | |     added transparent images for the QActions
| | | | 
| | | | A	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/down.png
| | | | D	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/eval_all.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/evalall.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/up.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/updown.png
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | M	OMNotebook/OMNotebookGUI/res_qt.qrc
| | | |   
| * | |   commit 6521fc6058f12e88ee43994ada74f7d944dd494f
| |\ \ \  Merge: de17f815ea 6553e43be3
| | | | | Author: adrpo 
| | | | | Date:   Fri Jul 24 00:29:07 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://openmodelica.org/git-readonly/OMNotebook
| | | | | 
| | * | | commit 6553e43be32a62038daae0ca95079682b5fa1cb6
| | | | | Author: arun3688 
| | | | | Date:   Wed Jul 22 15:53:53 2015 +0200
| | | | | 
| | | | |     evalall cells in the document by pressing evalall button
| | | | | 
| | | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | | 
| | * | | commit 9ab2afa6fa654365a5299a58568a4b344e0c08d3
| | | | | Author: arun3688 
| | | | | Date:   Tue Jul 21 16:01:35 2015 +0200
| | | | | 
| | | | |     added eval_all button image
| | | | | 
| | | | | A	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/eval_all.png
| | | | | M	OMNotebook/OMNotebookGUI/res_qt.qrc
| | | | | 
| * | | | commit de17f815ea1a4b41222b573a8c4649cce3385508
| |/ / /  Author: adrpo 
| | | |   Date:   Fri Jul 24 00:29:03 2015 +0200
| | | |   
| | | |       - adapt to Qt5 and mingw64
| | | |   
| | | |   M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | |   M	OMNotebook/OMNotebookGUI/cell.cpp
| | | |   M	OMNotebook/OMNotebookGUI/cell.h
| | | |   M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | |   M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | |   M	OMNotebook/OMNotebookGUI/cellcommandcenter.cpp
| | | |   M	OMNotebook/OMNotebookGUI/cellcursor.cpp
| | | |   M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | |   M	OMNotebook/OMNotebookGUI/celldocument.h
| | | |   M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | |   M	OMNotebook/OMNotebookGUI/cellgroup.cpp
| | | |   M	OMNotebook/OMNotebookGUI/cellgroup.h
| | | |   M	OMNotebook/OMNotebookGUI/documentview.h
| | | |   M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | |   M	OMNotebook/OMNotebookGUI/graphcell.h
| | | |   M	OMNotebook/OMNotebookGUI/highlighterthread.cpp
| | | |   M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | |   M	OMNotebook/OMNotebookGUI/inputcell.h
| | | |   M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | |   M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | |   M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | |   M	OMNotebook/OMNotebookGUI/qcombobox_search.cpp
| | | |   M	OMNotebook/OMNotebookGUI/qcombobox_search.h
| | | |   M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | |   M	OMNotebook/OMNotebookGUI/replaceallvisitor.h
| | | |   M	OMNotebook/OMNotebookGUI/searchform.cpp
| | | |   M	OMNotebook/OMNotebookGUI/textcell.cpp
| | | |   M	OMNotebook/OMNotebookGUI/textcell.h
| | | |   M	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | |   M	OMNotebook/OMNotebookGUI/treeview.h
| | | |   M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | |   M	OMNotebook/OMSketch/Draw_Arc.cpp
| | | |   M	OMNotebook/OMSketch/Draw_Arrow.cpp
| | | |   M	OMNotebook/OMSketch/Draw_Ellipse.cpp
| | | |   M	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | |   M	OMNotebook/OMSketch/Draw_RoundRect.cpp
| | | |   M	OMNotebook/OMSketch/Draw_Text.cpp
| | | |   M	OMNotebook/OMSketch/Draw_Triangle.cpp
| | | |   M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | |   M	OMNotebook/OMSketch/basic.h
| | | |   M	OMNotebook/OMSketch/mainwindow.cpp
| | | |   M	common
| | | | 
| * | | commit e800774fde3c0074bd402fcedc0e3780323332e1
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jun 29 18:35:35 2015 +0200
| | | | 
| | | |     #3373 - Give more stack on Windows for the QT clients that use the omc dll.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 5e297bb12356e734c8cdce32003d2b1b73bae4ea
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jun 18 10:58:43 2015 +0200
| | | | 
| | | |     Update common
| | | | 
| | | | M	common
| | | |   
| * | |   commit 788cb1eb8b0134ca8e1cbb6a66e1428f55c0ced1
| |\ \ \  Merge: 7e6af05c00 e2a8885bd2
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 15 13:36:50 2015 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMNotebook
| | | | | 
| | * | | commit e2a8885bd2b4d5158b0457aec6df8067b8e3b5f8
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Jun 15 09:43:31 2015 +0200
| | | | | 
| | | | |     Ignore OMNotebook.config
| | | | | 
| | | | | M	.gitignore
| | | | | 
| * | | | commit 7e6af05c00af893d7d29218576eb0878696181b2
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Mon Jun 15 13:35:44 2015 +0200
| | | |   
| | | |       #3351 - Fixed the OMNotebook start up issue.
| | | |   
| | | |   M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 5b2cd4c58a1ccf9c73ea2fc7f6b54638b6e604aa
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 20 14:09:23 2015 +0200
| | | | 
| | | |     Normalize line endings, remove generated file
| | | | 
| | | | D	OMNotebook/OMNotebookGUI/OMNotebook.config
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	common
| | | | 
| * | | commit 0505769f7b759dde2983a03556a43ed81a5ada11
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 12 14:06:33 2015 +0200
| | | | 
| | | |     - Added .gitattributes.
| | | |     - Install pre-commit hook.
| | | | 
| | | | A	.gitattributes
| | | | M	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | 
| * | | commit 2bc7193c7236816b27af440d5b0394adcd63ef39
| | | | Author: Martin Sjölund 
| | | | Date:   Mon May 11 17:01:10 2015 +0200
| | | | 
| | | |     Fix OMNotebook compilation
| | | | 
| | | | M	.gitignore
| | | | A	.gitmodules
| | | | A	Makefile.in
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | A	OMNotebook/OMNotebookGUI/OMNotebook.config
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | A	OMNotebook/OMNotebookGUI/omc_config.h.in
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | A	common
| | | | A	configure.ac
| | | | 
| * | | commit 172c00e4d58e3f2b5251fdcb74b18a3814ff026a
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 6 17:10:50 2015 +0200
| | | | 
| | | |     Removed README.txt
| | | | 
| | | | D	OMNotebook/README.txt
| | | | 
| * | | commit 2194ce5557fa6f203b8624d5996f454e93938c5b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 6 17:00:57 2015 +0200
| | | | 
| | | |     Copy DrModelica & DrControl. Updated README.
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	README.md
| | | | 
| * | | commit a0f60b2170770784c576975c9d98d242fd370b75
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 6 16:45:15 2015 +0200
| | | | 
| | | |     Add OMNotebookHelp from svn
| | | | 
| | | | A	DrModelica/OMNotebookHelp.onb
| | | |   
| * | |   commit 1799708f2074e7a327831bb977e8a890162ef56a
| |\ \ \  Merge: 75965dc6e7 4aebc12187
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed May 6 16:44:34 2015 +0200
| | | | | 
| | | | |     Add 'DrModelica/' from commit '4aebc12187da9e57445cec7f37d41bd99709bf47'
| | | | |     
| | | | |     git-subtree-dir: DrModelica
| | | | |     git-subtree-mainline: 75965dc6e7612e514d8839d4f117035677397f58
| | | | |     git-subtree-split: 4aebc12187da9e57445cec7f37d41bd99709bf47
| | | | | 
| | * | | commit 4aebc12187da9e57445cec7f37d41bd99709bf47
| | | | | Author: Per Östlund 
| | | | | Date:   Tue May 6 10:34:28 2014 +0000
| | | | | 
| | | | |     Fix for #2665:
| | | | |     - Rewrote section on time in DrModelica.
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@20385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	LitOpExp/VarTime.onb
| | | | | 
| | * | | commit e79923726b40b2610654c5fa1b3709455e374a32
| | | | | Author: Per Östlund 
| | | | | Date:   Mon Feb 24 08:38:05 2014 +0000
| | | | | 
| | | | |     Fix for #2593:
| | | | |     - Fix circuit in IfClause.onb of DrModelica.
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@19272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	QuickTour/IfClause.onb
| | | | | 
| | * | | commit bb0dfd40f5f18c9e93a74ceb64159deb90ddebc5
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Feb 18 12:24:33 2014 +0000
| | | | | 
| | | | |     Fix for #2587:
| | | | |     - Added simplification rules -{e1, e2, ...} => {-e1, -e2, ...} and -[e1, e2, ...] => [-e1, e2, ...].
| | | | |     - Improved Static.elabMatrixCatTwoExp so it handles more cases.
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@19160 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Arrays/ConcatSlice.onb
| | | | | 
| | * | | commit b55429fb30a13569f6210ad2c8d611bfc0896541
| | | | | Author: Per Östlund 
| | | | | Date:   Mon Feb 17 15:06:00 2014 +0000
| | | | | 
| | | | |     - Fixes for DrModelica.
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@19143 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	AccessControl/AccessDemo.onb
| | | | | M	Algorithms/MultRes.onb
| | | | | M	Algorithms/Reinit.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	Algorithms/WhileStat.onb
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | M	ApplicationEx/DesignOptimization.onb
| | | | | M	ApplicationEx/FourierAnalysis.onb
| | | | | M	ApplicationEx/Mechatronic.onb
| | | | | M	ApplicationEx/PressureDynamics.onb
| | | | | M	Arrays/ConcatSlice.onb
| | | | | M	Arrays/TypeCheck.onb
| | | | | M	Classes/Partial.onb
| | | | | M	Classes/ReuseMod.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	DiscreteHybrid/ClassesforCPT.onb
| | | | | M	DiscreteHybrid/DCMotorwithBacklash.onb
| | | | | M	DiscreteHybrid/EventPriority.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/ModStochProc.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DiscreteHybrid/Synchronization.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | M	Equations/RepConnStruct.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Extending.onb
| | | | | M	Functions/External.onb
| | | | | M	InherMod/Extend.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	InherMod/Short.onb
| | | | | M	Inheritance/MoonLandingInher.onb
| | | | | M	Inheritance/ProtectedElements.onb
| | | | | M	LitOpExp/EvalOrder.onb
| | | | | M	QuickTour/CreateInst.onb
| | | | | M	QuickTour/IfClause.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	SystemMod/PIControl.onb
| | | | | M	Variables/Initialization.onb
| | | | | 
| | * | | commit f3dd3cf5ea2306d69007a9dc62a436f93c68fec3
| | | | | Author: arunkumar palanisamy 
| | | | | Date:   Fri Feb 14 14:16:16 2014 +0000
| | | | | 
| | | | |     update DrModelica exercises, fixed=true
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@19116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	AccessControl/AccessDemo.onb
| | | | | M	AccessControl/MoonLanding.onb
| | | | | M	Algorithms/MultRes.onb
| | | | | M	Algorithms/Reinit.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | M	ApplicationEx/DesignOptimization.onb
| | | | | M	ApplicationEx/FourierAnalysis.onb
| | | | | M	ApplicationEx/PressureDynamics.onb
| | | | | M	Classes/Partial.onb
| | | | | M	Classes/ReuseMod.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	DiscreteHybrid/DCMotorwithBacklash.onb
| | | | | M	DiscreteHybrid/EventPriority.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/MultEvents.onb
| | | | | M	DiscreteHybrid/SampleClock.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DiscreteHybrid/Synchronization.onb
| | | | | M	DiscreteHybrid/WatchDog.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Extending.onb
| | | | | M	Functions/MultipleRes.onb
| | | | | M	InherMod/Extend.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	InherMod/Short.onb
| | | | | M	Inheritance/MoonLandingInher.onb
| | | | | M	Inheritance/ProtectedElements.onb
| | | | | M	LitOpExp/EvalOrder.onb
| | | | | M	QuickTour/CreateInst.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	QuickTour/WhenClause.onb
| | | | | M	Redeclaration/Final.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	SystemMod/PIControl.onb
| | | | | M	Variables/Initialization.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit 91bce29f930e0fe18fac61f5d501889c0a677615
| | | | | Author: Alachew Mengist 
| | | | | Date:   Fri Jan 10 05:18:41 2014 +0000
| | | | | 
| | | | |     - Re-evalate DrModelica Notebook and Fix ticket#2101
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@18615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Algorithms/IfStat.onb
| | | | | M	Algorithms/Reinit.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	Algorithms/WhileStat.onb
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	Arrays/Built-inFunc.onb
| | | | | M	Arrays/ConcatSlice.onb
| | | | | M	Arrays/Construction.onb
| | | | | M	Arrays/Declaration.onb
| | | | | M	Arrays/Empty.onb
| | | | | M	Arrays/FlexSize.onb
| | | | | M	Arrays/Indexing.onb
| | | | | M	Arrays/ScalarFunc.onb
| | | | | M	Arrays/TypeCheck.onb
| | | | | M	Circuits/DCmotor.onb
| | | | | M	Classes/CreateInst.onb
| | | | | M	Classes/Nested.onb
| | | | | M	Classes/Partial.onb
| | | | | M	Classes/Restricted.onb
| | | | | M	Classes/ReuseMod.onb
| | | | | M	CompConn/ConnConstraints.onb
| | | | | M	CompConn/Connectors.onb
| | | | | M	CompConn/In-Output.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	Equations/Assert.onb
| | | | | M	Equations/IfEq.onb
| | | | | M	Equations/Polynomial.onb
| | | | | M	Equations/PolynomialEvaluator.onb
| | | | | M	Equations/RepStruct.onb
| | | | | M	Equations/SimpleEquality.onb
| | | | | M	Equations/Step.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Call.onb
| | | | | M	Functions/Extending.onb
| | | | | M	Functions/MultipleRes.onb
| | | | | M	Generic/ParamInterfaces.onb
| | | | | M	InherMod/Extend.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	InherMod/Modification.onb
| | | | | M	InherMod/Short.onb
| | | | | M	Inheritance/Inheritance.onb
| | | | | M	Inheritance/MoonLandingInher.onb
| | | | | M	Inheritance/Multiple.onb
| | | | | M	Inheritance/ProtectedElements.onb
| | | | | M	LitOpExp/EvalOrder.onb
| | | | | M	LitOpExp/VariaSubt.onb
| | | | | M	QuickTour/Algorithm.onb
| | | | | M	QuickTour/Array.onb
| | | | | M	QuickTour/CreateInst.onb
| | | | | M	QuickTour/Generic.onb
| | | | | M	QuickTour/HelloWorldmod.onb
| | | | | M	QuickTour/Inheritance.onb
| | | | | M	QuickTour/Local.onb
| | | | | M	Redeclaration/RedNotRepl.onb
| | | | | M	Redeclaration/Redeclaration.onb
| | | | | M	Redeclaration/ReplRed.onb
| | | | | M	Redeclaration/Replaceable.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	Variables/Initialization.onb
| | | | | 
| | * | | commit 2a7e855c86d5eea0b96f811f5821607d9fde2932
| | | | | Author: Alachew Mengist 
| | | | | Date:   Mon Oct 14 06:46:48 2013 +0000
| | | | | 
| | | | |     - Update date, OpenModelica project website, and Book web page of the DrModelica.onb
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@17670 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit b647c6a5c5f06a3886b88388610c2878992a986a
| | | | | Author: Lennart Ochel 
| | | | | Date:   Wed Jul 10 08:22:15 2013 +0000
| | | | | 
| | | | |     - fix some formatting errors
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@16566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit e7ebc47968ef6311ed597d0a3d003ab39c996c8c
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jan 30 11:33:07 2013 +0000
| | | | | 
| | | | |     Monster kill!!!
| | | | |     - changed "simulation" to "simulate" in all DrModelica .onb files.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@15001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	AccessControl/AccessDemo.onb
| | | | | M	AccessControl/MoonLanding.onb
| | | | | M	Algorithms/Assert.onb
| | | | | M	Algorithms/ForStat.onb
| | | | | M	Algorithms/IfStat.onb
| | | | | M	Algorithms/Reinit.onb
| | | | | M	Algorithms/Sections.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	Algorithms/WhileStat.onb
| | | | | M	AnnUnitsQuant/Annotations.onb
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | M	ApplicationEx/DesignOptimization.onb
| | | | | M	ApplicationEx/FourierAnalysis.onb
| | | | | M	ApplicationEx/FrequencyAnalysisEvaluated.onb
| | | | | M	ApplicationEx/KinematicLoops.onb
| | | | | M	ApplicationEx/Mechatronic.onb
| | | | | M	ApplicationEx/PressureDynamics.onb
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	Arrays/Built-inFunc.onb
| | | | | M	Arrays/ConcatConstruct.onb
| | | | | M	Arrays/ConcatSlice.onb
| | | | | M	Arrays/Construction.onb
| | | | | M	Arrays/Declaration.onb
| | | | | M	Arrays/Empty.onb
| | | | | M	Arrays/FlexSize.onb
| | | | | M	Arrays/Indexing.onb
| | | | | M	Arrays/ScalarFunc.onb
| | | | | M	Circuits/Acausal.onb
| | | | | M	Circuits/DCmotor.onb
| | | | | M	Classes/CreateInst.onb
| | | | | M	Classes/Nested.onb
| | | | | M	Classes/Partial.onb
| | | | | M	Classes/Restricted.onb
| | | | | M	Classes/ReuseMod.onb
| | | | | M	CompConn/CardEq.onb
| | | | | M	CompConn/MechTrans.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	DiscreteHybrid/Automata.onb
| | | | | M	DiscreteHybrid/ClassesforCPT.onb
| | | | | M	DiscreteHybrid/DCMotorwithBacklash.onb
| | | | | M	DiscreteHybrid/EventBeh.onb
| | | | | M	DiscreteHybrid/EventPriority.onb
| | | | | M	DiscreteHybrid/FlatTank mm.onb
| | | | | M	DiscreteHybrid/GameOfLife.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/ModStochProc.onb
| | | | | M	DiscreteHybrid/MultEvents.onb
| | | | | M	DiscreteHybrid/SampleClock.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DiscreteHybrid/Synchronization.onb
| | | | | M	DiscreteHybrid/WatchDog.onb
| | | | | M	Equations/Assert.onb
| | | | | M	Equations/IfEq.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | M	Equations/Polynomial.onb
| | | | | M	Equations/PolynomialEvaluator.onb
| | | | | M	Equations/RepConnStruct.onb
| | | | | M	Equations/RepStruct.onb
| | | | | M	Equations/SimpleEquality.onb
| | | | | M	Equations/Step.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Call.onb
| | | | | M	Functions/Extending.onb
| | | | | M	Functions/External.onb
| | | | | M	Functions/MultipleRes.onb
| | | | | M	Generic/ParamInterfaces.onb
| | | | | M	InherMod/Extend.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	InherMod/Short.onb
| | | | | M	Inheritance/Inheritance.onb
| | | | | M	Inheritance/MoonLandingInher.onb
| | | | | M	Inheritance/ProtectedElements.onb
| | | | | M	LitOpExp/EvalOrder.onb
| | | | | M	LitOpExp/VarTime.onb
| | | | | M	LitOpExp/VariaSubt.onb
| | | | | M	QuickTour/Algorithm.onb
| | | | | M	QuickTour/CreateInst.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/Equations.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	QuickTour/HelloWorldmod.onb
| | | | | M	QuickTour/IfClause.onb
| | | | | M	QuickTour/Local.onb
| | | | | M	QuickTour/ReuseMod.onb
| | | | | M	QuickTour/SimpleCircuit.onb
| | | | | M	QuickTour/Statement.onb
| | | | | M	QuickTour/WhenClause.onb
| | | | | M	Redeclaration/Annotation.onb
| | | | | M	Redeclaration/Final.onb
| | | | | M	Redeclaration/RedNotRepl.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	SystemMod/PIControl.onb
| | | | | M	TypeSubtype/Sub-SuperType.onb
| | | | | M	Variables/FieldVar.onb
| | | | | M	Variables/Initialization.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit 53332875bda770a6aa2e5b92e52cd957ac95b9c5
| | | | | Author: Alachew Mengist 
| | | | | Date:   Mon Jan 28 18:11:22 2013 +0000
| | | | | 
| | | | |     - Update version Author
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@14981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit 2a673cbc39b822d20c80320066bf0c52d58f001c
| | | | | Author: Alachew Mengist 
| | | | | Date:   Mon Jan 28 18:05:37 2013 +0000
| | | | | 
| | | | |     - Updated DrModelica
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@14979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	AccessControl/AccessDemo.onb
| | | | | M	Algorithms/ForStat.onb
| | | | | M	Algorithms/IfStat.onb
| | | | | M	Algorithms/MultRes.onb
| | | | | M	Algorithms/Sections.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | M	ApplicationEx/DesignOptimization.onb
| | | | | M	ApplicationEx/FourierAnalysis.onb
| | | | | M	ApplicationEx/FrequencyAnalysisEvaluated.onb
| | | | | M	ApplicationEx/KinematicLoops.onb
| | | | | M	ApplicationEx/Mechatronic.onb
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	Arrays/Built-inFunc.onb
| | | | | M	Arrays/ConcatConstruct.onb
| | | | | M	Arrays/ConcatSlice.onb
| | | | | M	Arrays/Construction.onb
| | | | | M	Arrays/Declaration.onb
| | | | | M	Arrays/Empty.onb
| | | | | M	Arrays/FlexSize.onb
| | | | | M	Arrays/Indexing.onb
| | | | | M	Arrays/ScalarFunc.onb
| | | | | M	Circuits/DCmotor.onb
| | | | | M	Classes/Nested.onb
| | | | | M	Classes/ReuseMod.onb
| | | | | M	CompConn/CardEq.onb
| | | | | M	CompConn/ConnConstraints.onb
| | | | | M	CompConn/MechTrans.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	DiscreteHybrid/ClassesforCPT.onb
| | | | | M	DiscreteHybrid/DCMotorwithBacklash.onb
| | | | | M	DiscreteHybrid/DEVS.onb
| | | | | M	DiscreteHybrid/EventBeh.onb
| | | | | M	DiscreteHybrid/EventPriority.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/ModStochProc.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DiscreteHybrid/Synchronization.onb
| | | | | M	DiscreteHybrid/WatchDog.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | M	Equations/Polynomial.onb
| | | | | M	Equations/PolynomialEvaluator.onb
| | | | | M	Equations/RepConnStruct.onb
| | | | | M	Equations/RepStruct.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Call.onb
| | | | | M	Functions/Extending.onb
| | | | | M	Functions/External.onb
| | | | | M	Functions/MultipleRes.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	InherMod/Short.onb
| | | | | M	QuickTour/CreateInst.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/Statement.onb
| | | | | 
| | * | | commit 5f8d28a004b8c7f7fc29ada153cf1709caf3f1f3
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jan 10 13:46:06 2013 +0000
| | | | | 
| | | | |     Do loadModel(Modelica) before simulating.
| | | | |     Saved the plot.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@14734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | 
| | * | | commit 491f1e5c7dd3fe1ec42751a9ef2d16b5568deca1
| | | | | Author: Alachew Mengist 
| | | | | Date:   Mon Jan 7 07:49:20 2013 +0000
| | | | | 
| | | | |     -Update DrModelica
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@14686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | M	ApplicationEx/PressureDynamics.onb
| | | | | M	DiscreteHybrid/FlatTank mm.onb
| | | | | M	DiscreteHybrid/GameOfLife.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/WatchDog.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | 
| | * | | commit 4cab3b172a05c8338d19911670dc4903b9e72a7f
| | | | | Author: Alachew Mengist 
| | | | | Date:   Sun Dec 30 16:16:53 2012 +0000
| | | | | 
| | | | |     - Re-evaluating and update DrModelica simulation results
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@14578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	AccessControl/AccessDemo.onb
| | | | | M	AccessControl/MoonLanding.onb
| | | | | M	Algorithms/Assert.onb
| | | | | M	Algorithms/AssignStat.onb
| | | | | M	Algorithms/ForStat.onb
| | | | | M	Algorithms/IfStat.onb
| | | | | M	Algorithms/MultRes.onb
| | | | | M	Algorithms/Reinit.onb
| | | | | M	Algorithms/Sections.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	Algorithms/WhileStat.onb
| | | | | M	AnnUnitsQuant/Annotations.onb
| | | | | M	AnnUnitsQuant/FuncAnn.onb
| | | | | M	AnnUnitsQuant/Graphical.onb
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	Arrays/Built-inFunc.onb
| | | | | M	Arrays/ConcatConstruct.onb
| | | | | M	Arrays/ConcatSlice.onb
| | | | | M	Arrays/Construction.onb
| | | | | M	Arrays/Declaration.onb
| | | | | M	Arrays/Empty.onb
| | | | | M	Arrays/FlexSize.onb
| | | | | M	Arrays/Indexing.onb
| | | | | M	Arrays/ScalarFunc.onb
| | | | | M	Arrays/TypeCheck.onb
| | | | | M	Circuits/Acausal.onb
| | | | | M	Circuits/DCmotor.onb
| | | | | M	Classes/CreateInst.onb
| | | | | M	Classes/Nested.onb
| | | | | M	Classes/Partial.onb
| | | | | M	Classes/Restricted.onb
| | | | | M	Classes/ReuseMod.onb
| | | | | M	Classes/Short.onb
| | | | | M	CompConn/CardEq.onb
| | | | | M	CompConn/ConnConstraints.onb
| | | | | M	CompConn/ConnEq.onb
| | | | | M	CompConn/Connections.onb
| | | | | M	CompConn/Connectors.onb
| | | | | M	CompConn/In-Output.onb
| | | | | M	CompConn/MechTrans.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/MultToSingle.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	DiscreteHybrid/Automata.onb
| | | | | M	DiscreteHybrid/ClassesforCPT.onb
| | | | | M	DiscreteHybrid/FlatTank mm.onb
| | | | | M	DiscreteHybrid/MultEvents.onb
| | | | | M	DiscreteHybrid/SampleClock.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DiscreteHybrid/Synchronization.onb
| | | | | M	DrModelica.onb
| | | | | M	Equations/Assert.onb
| | | | | M	Equations/EqDeclarations.onb
| | | | | M	Equations/IfEq.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | M	Equations/Polynomial.onb
| | | | | M	Equations/PolynomialEvaluator.onb
| | | | | M	Equations/RepConnStruct.onb
| | | | | M	Equations/RepStruct.onb
| | | | | M	Equations/SimpleEquality.onb
| | | | | M	Equations/Step.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Call.onb
| | | | | M	Functions/Extending.onb
| | | | | M	Functions/External.onb
| | | | | M	Functions/MultipleRes.onb
| | | | | M	Generic/ParamInterfaces.onb
| | | | | M	Generic/Parameterized.onb
| | | | | M	InherMod/Extend.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	InherMod/Modification.onb
| | | | | M	InherMod/Short.onb
| | | | | M	Inheritance/Inheritance.onb
| | | | | M	Inheritance/MoonLandingInher.onb
| | | | | M	Inheritance/Multiple.onb
| | | | | M	Inheritance/ProtectedElements.onb
| | | | | M	LawsOfNature/TransformerEMF.onb
| | | | | M	LitOpExp/EvalOrder.onb
| | | | | M	LitOpExp/VarTime.onb
| | | | | M	LitOpExp/VariaSubt.onb
| | | | | M	QuickTour/Algorithm.onb
| | | | | M	QuickTour/Array.onb
| | | | | M	QuickTour/CreateInst.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/Equations.onb
| | | | | M	QuickTour/Functions.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	QuickTour/HelloWorldmod.onb
| | | | | M	QuickTour/IfClause.onb
| | | | | M	QuickTour/Inheritance.onb
| | | | | M	QuickTour/Local.onb
| | | | | M	QuickTour/ReuseMod.onb
| | | | | M	QuickTour/SimpleCircuit.onb
| | | | | M	QuickTour/Statement.onb
| | | | | M	QuickTour/WhenClause.onb
| | | | | M	Redeclaration/Annotation.onb
| | | | | M	Redeclaration/Final.onb
| | | | | M	Redeclaration/RedNotRepl.onb
| | | | | M	Redeclaration/Redeclaration.onb
| | | | | M	Redeclaration/ReplRed.onb
| | | | | M	Redeclaration/Replaceable.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	SystemMod/PIControl.onb
| | | | | M	TypeSubtype/Sub-SuperType.onb
| | | | | M	TypeSubtype/Type.onb
| | | | | M	Variables/Declaration.onb
| | | | | M	Variables/FieldVar.onb
| | | | | M	Variables/Initialization.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | M	Variables/VariabilityPrefixes.onb
| | | | | 
| | * | | commit f36a25bae99775688d402628ce61e93d1d787ab1
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 16:41:54 2010 +0000
| | | | | 
| | | | |     - update DrModelica
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DiscreteHybrid/MultEvents.onb
| | | | | 
| | * | | commit 3c56e887ffd48656e4a22fa2ba12b40ee3002917
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 15:52:19 2010 +0000
| | | | | 
| | | | |     - update DrModelica
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7435 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Functions/Exercise1.onb
| | | | | 
| | * | | commit e42dae2f15946af352a34fe003ec9784ada24444
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 15:50:07 2010 +0000
| | | | | 
| | | | |     - update DrModelica
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Functions/External.onb
| | | | | 
| | * | | commit 868230574c2b5d21d7cbafc18b7a8b310f5d1c06
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 15:17:10 2010 +0000
| | | | | 
| | | | |     Check the comment
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Functions/Call.onb
| | | | | 
| | * | | commit 6246b50b9aceddce6968d5f63ab338444973a397
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 15:02:08 2010 +0000
| | | | | 
| | | | |     Code replaced. Please check the comment.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Algorithms/Exercise3.onb
| | | | | 
| | * | | commit 7ca1969af94a84bd5fce748472ef0cd34ffec617
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 14:51:51 2010 +0000
| | | | | 
| | | | |     Fixed with "val", check comment.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Algorithms/Exercise2.onb
| | | | | 
| | * | | commit 9a34ec576d10939d50dd1925d343449909b0049e
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 13:23:19 2010 +0000
| | | | | 
| | | | |     Removed the "Parameter" keywords in order to have the plot working.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Equations/Assert.onb
| | | | | 
| | * | | commit 38ccba06f772a806df949f56f8b3662730a3687a
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 13:18:41 2010 +0000
| | | | | 
| | | | |     Removed ; from the End-of-Line of simulate command. This enabled us to view the simulation result.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Equations/WhenEq.onb
| | | | | 
| | * | | commit d75949f8bec69cd4cfdbf9b0816d57109813db3a
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 13:11:30 2010 +0000
| | | | | 
| | | | |     Parameters initialized to fix version compatibility issue. Ver. 3.1 requires the params to be initialized before simulation.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Equations/IfEq.onb
| | | | | 
| | * | | commit cf422a0cfa569f907bad78128f97756aa4575aba
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 12:59:03 2010 +0000
| | | | | 
| | | | |     fixed initial values of resistor array. Ver. 3.1 requires default values.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7427 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Equations/RepConnStruct.onb
| | | | | 
| | * | | commit 7e5e6287e9bcf4dce6171b1f4436483ae2e4ae5e
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 12:40:39 2010 +0000
| | | | | 
| | | | |     Duplicate variable names
| | | | |     Real [0,3] A;
| | | | |     Real A [:,:];
| | | | |     and
| | | | |     Real B[5,0];
| | | | |     Boolean B[:,:,:]; >> gave errors.
| | | | |     So, we changed the Real A[:,:] to Real A2[:,:]; and Boolean B[5,0] to Boolean B2[5,0];
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7426 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Arrays/Empty.onb
| | | | | 
| | * | | commit 014e7425741a477a3a4d48e1d950884420e1dab3
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 16:35:40 2010 +0000
| | | | | 
| | | | |     ver. 3.1 compatibility issue with default value init.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	CompConn/CardEq.onb
| | | | | 
| | * | | commit 3d490d4207e1710df1ad7b4511d4737db260acf2
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 16:24:26 2010 +0000
| | | | | 
| | | | |     Fixed end tag
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Generic/Extended.onb
| | | | | 
| | * | | commit 459d4941fc17131a1da329200bc9383ef682e200
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 15:41:18 2010 +0000
| | | | | 
| | | | |     replaceable Resistor R1; changed to replaceable Resistor R1 (R = 4); since ver. 3.1 requires default value, otherwise raises error.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Redeclaration/ReplRed.onb
| | | | | 
| | * | | commit 7f07b918d956e4445056ff8912da7351b59a94ab
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 15:18:37 2010 +0000
| | | | | 
| | | | |     Fixed end tag from Point to Point2
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Inheritance/Multiple.onb
| | | | | 
| | * | | commit cc85229c382fa9ef723c8ed5414aff57660229a4
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 15:17:05 2010 +0000
| | | | | 
| | | | |     Fixed Real type of blue to MyReal blue in CorrectColorCode.
| | | | |     Fixed end tags of Color2 and Color3 from Color to Color2 and Color3
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Inheritance/Inheritance.onb
| | | | | 
| | * | | commit d0cd6b0eed20e9c4ddb57376e9e749fe73f77cf5
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 15:03:18 2010 +0000
| | | | | 
| | | | |     end tag fixed, Voltag to Voltage
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Variables/FieldVar.onb
| | | | | 
| | * | | commit d3830e831143c236c38698e2c396d8813dde22fb
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 14:48:38 2010 +0000
| | | | | 
| | | | |     end tag of model name fixed Ciruit to Circuit.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Classes/Partial.onb
| | | | | 
| | * | | commit 8c750a62f7a90464f75b04367702e363c6e32d4a
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 14:45:10 2010 +0000
| | | | | 
| | | | |     Syntax changed from "class Voltage" to "type Voltage".
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Classes/Short.onb
| | | | | 
| | * | | commit 317dfdffbd411cf8d1280a3afc1627e95e332fe0
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 14:43:19 2010 +0000
| | | | | 
| | | | |     Syntax changed from "class" to "type". Check the comment in code.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Classes/Nested.onb
| | | | | 
| | * | | commit ccf1214f2a89d1563f2839c8bb870fc735f7ff10
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 13:02:24 2010 +0000
| | | | | 
| | | | |     Syntax changed. Old one commented and new one added.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Classes/Nested.onb
| | | | | 
| | * | | commit eb92fc991e9cc71c5ab8aaab00cfc4d4b873d97d
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 12:31:46 2010 +0000
| | | | | 
| | | | |     Ver. 3.1 fix has been referenced. Default value require.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@7399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	QuickTour/IfClause.onb
| | | | | 
| | * | | commit 3d5a078ff73ada699f95cbb91e338939689e00e6
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Tue Jun 22 13:57:59 2010 +0000
| | | | | 
| | | | |     Updated the OSMC public license from Berkley for the Release 1.5 //Mohsen
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@5712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit 378b124bbe21e9c56b1b34a92b6c96c2dafc7bde
| | | | | Author: Adrian Pop 
| | | | | Date:   Tue Oct 13 18:50:22 2009 +0000
| | | | | 
| | | | |     - renamed OpenModelica1.5.0 to trunk
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@4357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Algorithms/Assert.onb
| | | | | M	Algorithms/AssignStat.onb
| | | | | M	Algorithms/Exercise2.onb
| | | | | M	Algorithms/Exercise3.onb
| | | | | M	Algorithms/Exercise4.onb
| | | | | M	Algorithms/Exercise5.onb
| | | | | M	Algorithms/ForStat.onb
| | | | | M	Algorithms/IfStat.onb
| | | | | M	Algorithms/MultRes.onb
| | | | | M	Algorithms/Reinit.onb
| | | | | M	Algorithms/Sections.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	Algorithms/WhileStat.onb
| | | | | M	AnnUnitsQuant/Annotations.onb
| | | | | M	AnnUnitsQuant/FuncAnn.onb
| | | | | M	AnnUnitsQuant/SynPlac.onb
| | | | | M	AnnUnitsQuant/UnitsQuant.onb
| | | | | M	ApplicationEx/DesignOptimization.onb
| | | | | M	ApplicationEx/FourierAnalysis.onb
| | | | | M	ApplicationEx/Mechatronic.onb
| | | | | M	ApplicationEx/PressureDynamics.onb
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	Arrays/Built-inFunc.onb
| | | | | M	Arrays/ConcatSlice.onb
| | | | | M	Arrays/Declaration.onb
| | | | | M	Arrays/Empty.onb
| | | | | M	Arrays/Exercise1-7-2.onb
| | | | | M	Arrays/FlexSize.onb
| | | | | M	Arrays/Indexing.onb
| | | | | M	Arrays/ScalarFunc.onb
| | | | | M	Classes/Restricted.onb
| | | | | M	CompConn/Connections.onb
| | | | | M	CompConn/Connectors.onb
| | | | | M	CompConn/Exercise1.onb
| | | | | M	CompConn/MechTrans.onb
| | | | | M	DiscreteHybrid/DCMotorwithBacklash.onb
| | | | | M	DiscreteHybrid/DEVS.onb
| | | | | M	DiscreteHybrid/EventBeh.onb
| | | | | M	DiscreteHybrid/GameOfLife.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/ModStochProc.onb
| | | | | M	DiscreteHybrid/SampleClock.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DrModelica.onb
| | | | | M	Equations/EqDeclarations.onb
| | | | | M	Equations/Exercise1.onb
| | | | | M	Equations/Exercise2.onb
| | | | | M	Equations/IfEq.onb
| | | | | M	Equations/RepConnStruct.onb
| | | | | M	Equations/RepStruct.onb
| | | | | M	Equations/SimpleEquality.onb
| | | | | M	Equations/Step.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Call.onb
| | | | | M	Generic/Extended.onb
| | | | | M	Generic/ParamInterfaces.onb
| | | | | M	InherMod/Exercise1.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	Inheritance/Exercise1.onb
| | | | | M	Inheritance/Exercise2.onb
| | | | | M	Inheritance/Exercise3.onb
| | | | | M	Inheritance/Inheritance.onb
| | | | | M	Inheritance/ProtectedElements.onb
| | | | | M	LitOpExp/EvalOrder.onb
| | | | | M	LitOpExp/Exercise1.onb
| | | | | M	LitOpExp/VariaSubt.onb
| | | | | M	Packages/Exercise1ADT.onb
| | | | | M	Packages/Exercise1LibrStruct.onb
| | | | | M	Packages/Generic.onb
| | | | | M	Packages/Inherited.onb
| | | | | M	Packages/Local.onb
| | | | | M	Packages/PackAccess.onb
| | | | | M	Packages/PackasADTs.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	QuickTour/Packages.onb
| | | | | M	Redeclaration/Annotation.onb
| | | | | M	Redeclaration/Exercise2.onb
| | | | | M	Redeclaration/Exercise3.onb
| | | | | M	Redeclaration/Exercise4.onb
| | | | | M	Redeclaration/ReplRed.onb
| | | | | M	Redeclaration/Replaceable.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit b26d220975e428e52b2cd807078d6bb5065fbf8d
| | | | | Author: Adrian Pop 
| | | | | Date:   Tue Jan 20 17:04:19 2009 +0000
| | | | | 
| | | | |     - fixes to OMNotebook cell evaluation order.
| | | | |     - replace the old copyright with the new one.
| | | | |     - include OMNotebook.pdb in the release to have more info
| | | | |       from people's crashes if they happen.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@3806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit 78277fa14eda3c63a3390999a0af5099544c6fa5
| | | | | Author: Adrian Pop 
| | | | | Date:   Fri Jan 16 19:42:02 2009 +0000
| | | | | 
| | | | |     - fixes for some OMNotebook crashes
| | | | |     - updates of some .onb files
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@3802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | 
| | * | | commit 3a0e856286fda0488421428e5ea1355b851526b3
| | | | | Author: Adrian Pop 
| | | | | Date:   Mon Jan 12 00:01:39 2009 +0000
| | | | | 
| | | | |     - handle simple range i.e. 1:4 in Codegen.mo
| | | | |     - fixed OMNotebook saving problem
| | | | |     - updated for 1.4.5 release:
| | | | |       + settingsimpl.c (getVersion)
| | | | |       + Setup.vdproj and Uninstall.bat (new product code)
| | | | |       + some of the DrModelica Files
| | | | |       + the onb examples
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@3790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit 6e72648058fd64bb441e08bbbf4ea95493cd2b43
| | | | | Author: Dietmar Winkler 
| | | | | Date:   Sun Nov 2 16:35:42 2008 +0000
| | | | | 
| | | | |     Formal clean up of all code files:
| | | | |     
| | | | |      * applied svn:eol-style native to all files except Compiler/*.mo --> LF
| | | | |      * unified the eol-style of ALL files (this was necessary in order to set the svn properties
| | | | |      * unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
| | | | |      * make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
| | | | |      * FYI: script to remove trailing white spaces: http://is.gd/5A6B
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@3732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	AccessControl/AccessDemo.onb
| | | | | M	AccessControl/Exercise1.onb
| | | | | M	AccessControl/MoonLanding.onb
| | | | | M	Algorithms/Assert.onb
| | | | | M	Algorithms/Exercise1.onb
| | | | | M	Algorithms/Exercise2.onb
| | | | | M	Algorithms/Exercise3.onb
| | | | | M	Algorithms/Exercise4.onb
| | | | | M	Algorithms/Exercise5.onb
| | | | | M	Algorithms/ForStat.onb
| | | | | M	Algorithms/IfStat.onb
| | | | | M	Algorithms/MultRes.onb
| | | | | M	Algorithms/Reinit.onb
| | | | | M	Algorithms/Sections.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	Algorithms/WhileStat.onb
| | | | | M	AnnUnitsQuant/Graphical.onb
| | | | | M	AnnUnitsQuant/SynPlac.onb
| | | | | M	AnnUnitsQuant/UnitsQuant.onb
| | | | | M	ApplicationEx/DesignOptimization.onb
| | | | | M	ApplicationEx/InterfacingtoNonMechModComp.onb
| | | | | M	ApplicationEx/KinematicLoops.onb
| | | | | M	ApplicationEx/Mechatronic.onb
| | | | | M	ApplicationEx/PressureDynamics.onb
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	Arrays/Built-inFunc.onb
| | | | | M	Arrays/ConcatConstruct.onb
| | | | | M	Arrays/ConcatSlice.onb
| | | | | M	Arrays/Construction.onb
| | | | | M	Arrays/Declaration.onb
| | | | | M	Arrays/Empty.onb
| | | | | M	Arrays/Exercise1-7-3.onb
| | | | | M	Arrays/Exercise1-7-4.onb
| | | | | M	Arrays/Exercise1-7-5.onb
| | | | | M	Arrays/Exercise1-7-6.onb
| | | | | M	Arrays/FlexSize.onb
| | | | | M	Arrays/Indexing.onb
| | | | | M	Arrays/ScalarFunc.onb
| | | | | M	Arrays/TypeCheck.onb
| | | | | M	Circuits/Acausal.onb
| | | | | M	Circuits/DCmotor.onb
| | | | | M	Classes/Exercise2.onb
| | | | | M	Classes/Exercise3.onb
| | | | | M	Classes/Nested.onb
| | | | | M	Classes/Partial.onb
| | | | | M	Classes/Restricted.onb
| | | | | M	CompConn/CardEq.onb
| | | | | M	CompConn/Connections.onb
| | | | | M	CompConn/In-Output.onb
| | | | | M	CompConn/MechTrans.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/MultToSingle.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	CompConn/PhysicalConn.onb
| | | | | M	DiscreteHybrid/ClassesforCPT.onb
| | | | | M	DiscreteHybrid/CoupledPipeline.onb
| | | | | M	DiscreteHybrid/DCMotorwithBacklash.onb
| | | | | M	DiscreteHybrid/DEVS.onb
| | | | | M	DiscreteHybrid/EventBeh.onb
| | | | | M	DiscreteHybrid/EventPriority.onb
| | | | | M	DiscreteHybrid/FlatTank mm.onb
| | | | | M	DiscreteHybrid/GameOfLife.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/ModStochProc.onb
| | | | | M	DiscreteHybrid/MultEvents.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DiscreteHybrid/WatchDog.onb
| | | | | M	Equations/Exercise2.onb
| | | | | M	Equations/Exercise3.onb
| | | | | M	Equations/Exercise4.onb
| | | | | M	Equations/IfEq.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | M	Equations/Polynomial.onb
| | | | | M	Equations/PolynomialEvaluator.onb
| | | | | M	Equations/RepConnStruct.onb
| | | | | M	Equations/RepStruct.onb
| | | | | M	Equations/SimpleEquality.onb
| | | | | M	Equations/Step.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Call.onb
| | | | | M	Functions/Exercise1.onb
| | | | | M	Functions/Exercise2.onb
| | | | | M	Functions/Exercise3.onb
| | | | | M	Functions/Extending.onb
| | | | | M	Functions/External.onb
| | | | | M	Functions/MultipleRes.onb
| | | | | M	Generic/Extended.onb
| | | | | M	Generic/ParamInterfaces.onb
| | | | | M	Generic/Parameterized.onb
| | | | | M	InherMod/Exercise1.onb
| | | | | M	InherMod/Exercise3.onb
| | | | | M	InherMod/Extend.onb
| | | | | M	InherMod/Modification.onb
| | | | | M	InherMod/Short.onb
| | | | | M	Inheritance/Inheritance.onb
| | | | | M	Inheritance/Multiple.onb
| | | | | M	Inheritance/ProtectedElements.onb
| | | | | M	LawsOfNature/TransformerEMF.onb
| | | | | M	LitOpExp/VarTime.onb
| | | | | M	LitOpExp/VariaSubt.onb
| | | | | M	Packages/Exercise1ADT.onb
| | | | | M	Packages/Exercise2VarOp.onb
| | | | | M	Packages/Inherited.onb
| | | | | M	Packages/Local.onb
| | | | | M	Packages/Moving.onb
| | | | | M	Packages/Nonencapsulated.onb
| | | | | M	Packages/PackLibrStruct.onb
| | | | | M	Packages/PackasADTs.onb
| | | | | M	QuickTour/Algorithm.onb
| | | | | M	QuickTour/Array.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/Equations.onb
| | | | | M	QuickTour/Exercise1algorithm.onb
| | | | | M	QuickTour/Exercise1arrays.onb
| | | | | M	QuickTour/Exercise1package.onb
| | | | | M	QuickTour/Exercise2hybrid.onb
| | | | | M	QuickTour/Exercise3-classes.onb
| | | | | M	QuickTour/Functions.onb
| | | | | M	QuickTour/Generic.onb
| | | | | M	QuickTour/IfClause.onb
| | | | | M	QuickTour/Inheritance.onb
| | | | | M	QuickTour/Local.onb
| | | | | M	QuickTour/Partial.onb
| | | | | M	QuickTour/SimpleCircuit.onb
| | | | | M	QuickTour/Statement.onb
| | | | | M	QuickTour/WhenClause.onb
| | | | | M	Redeclaration/Annotation.onb
| | | | | M	Redeclaration/Exercise1.onb
| | | | | M	Redeclaration/Exercise2.onb
| | | | | M	Redeclaration/Exercise3.onb
| | | | | M	Redeclaration/Final.onb
| | | | | M	Redeclaration/Redeclaration.onb
| | | | | M	Redeclaration/ReplRed.onb
| | | | | M	Redeclaration/Replaceable.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	SystemMod/PIControl.onb
| | | | | M	TypeSubtype/Sub-SuperType.onb
| | | | | M	Variables/Exercise1.onb
| | | | | M	Variables/FieldVar.onb
| | | | | M	Variables/Initialization.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit 06ca1bce69a632fe8170054c3a284b43e504f800
| | | | | Author: Peter Fritzson 
| | | | | Date:   Wed Jun 20 13:41:00 2007 +0000
| | | | | 
| | | | |     Changed date in DrModelica main file to 2007-06-20
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit dd5110bced955c674c473d2dbb6ef87cbcffb223
| | | | | Author: Peter Fritzson 
| | | | | Date:   Thu Mar 29 15:43:25 2007 +0000
| | | | | 
| | | | |     OpenModelicaMetaProgramming.doc and .pdf
| | | | |     Moved all exercises to a separate appendix
| | | | |     
| | | | |     DrModelica: Small update of text and link
| | | | |     to DAEexample
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | 
| | * | | commit 63cf8317ac4b9fd10ea4a75d8d596e8367213264
| | | | | Author: Peter Fritzson 
| | | | | Date:   Fri Feb 16 09:00:30 2007 +0000
| | | | | 
| | | | |     Uppdatering av datum i startfilen DrModelica.onb till 2007-02-16
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit 4bbabd51f1dc95c4ce0815278bc149364a5c0100
| | | | | Author: Peter Fritzson 
| | | | | Date:   Thu Feb 15 14:56:40 2007 +0000
| | | | | 
| | | | |     Updated DrModelica since
| | | | |     Circuits/Acausal.onb  SimpleCircuit now works
| | | | |     without error messages,
| | | | |     
| | | | |     and the CompConn/Oscillator.onb works after removal
| | | | |     of the carriage-return linefeeds from some comment
| | | | |     strings in that example
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Circuits/Acausal.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | 
| | * | | commit 31892c83948ac1e61bff1f2695e6cde802f2790a
| | | | | Author: Peter Fritzson 
| | | | | Date:   Tue Feb 13 09:55:35 2007 +0000
| | | | | 
| | | | |     A few small updates to 4 modules DrModelica. Now more testcases work than previously.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Algorithms/AssignStat.onb
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	DrModelica.onb
| | | | | M	QuickTour/Exercise1classes.onb
| | | | | 
| | * | | commit d89ff08dee8ba248974fed332cee79a932ac01a3
| | | | | Author: Peter Fritzson 
| | | | | Date:   Thu Dec 7 09:06:52 2006 +0000
| | | | | 
| | | | |     Removed faulty parameter time in class DoubleWhen Sequential
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Algorithms/WhenStat.onb
| | | | | 
| | * | | commit 62914e4e40c3c592877e261c18d87fd644bedb81
| | | | | Author: Peter Fritzson 
| | | | | Date:   Thu Dec 7 09:03:24 2006 +0000
| | | | | 
| | | | |     Updated text around the ErrorNestedWhen example
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Equations/WhenEq.onb
| | | | | 
| | * | | commit d10adfcbd5f1cfc677f036e8700a84802e59874f
| | | | | Author: Adrian Pop 
| | | | | Date:   Sat Oct 7 02:27:52 2006 +0000
| | | | | 
| | | | |     - changed Makefiles to actually stop when an error happens
| | | | |     - added copyright to printimpl.c
| | | | |     - added some more includes for strlen, strcpy and malloc
| | | | |     - changed version number to 1.4.3 in settingsimpl.c
| | | | |     - changed version number, product code in Setup.vdproj
| | | | |     - changed the way MinGW and ModelicaLibrary are handled in the .msi release
| | | | |       now, they are packed like normal directories and files not exploded at
| | | | |       installation from mingw.tar.gz and ModelicaLib.tar.gz
| | | | |       I think this will fix some problems with the installation
| | | | |     - changed 1.4.2 to 1.4.3 into all .onb files
| | | | |     - wrote a small README-BUILD-RELEASE.txt on how to build a OpenModelica release
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Algorithms/Exercise4.onb
| | | | | M	Algorithms/Exercise5.onb
| | | | | M	Algorithms/MultRes.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | M	ApplicationEx/DesignOptimization.onb
| | | | | M	ApplicationEx/FourierAnalysis.onb
| | | | | M	ApplicationEx/KinematicLoops.onb
| | | | | M	ApplicationEx/Mechatronic.onb
| | | | | M	Arrays/Exercise1-7-4.onb
| | | | | M	Arrays/Indexing.onb
| | | | | M	Circuits/Acausal.onb
| | | | | M	Circuits/DCmotor.onb
| | | | | M	Classes/Exercise1.onb
| | | | | M	Classes/Exercise2.onb
| | | | | M	Classes/Partial.onb
| | | | | M	CompConn/CardEq.onb
| | | | | M	CompConn/ConnEq.onb
| | | | | M	CompConn/Connections.onb
| | | | | M	CompConn/Connectors.onb
| | | | | M	CompConn/In-Output.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	DiscreteHybrid/ClassesforCPT.onb
| | | | | M	DiscreteHybrid/CoupledPipeline.onb
| | | | | M	DiscreteHybrid/DCMotorwithBacklash.onb
| | | | | M	DiscreteHybrid/FlatTank mm.onb
| | | | | M	DiscreteHybrid/GameOfLife.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/ModStochProc.onb
| | | | | M	DiscreteHybrid/MultEvents.onb
| | | | | M	DiscreteHybrid/SampleClock.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DiscreteHybrid/WatchDog.onb
| | | | | M	Equations/Assert.onb
| | | | | M	Equations/Exercise2.onb
| | | | | M	Equations/Exercise4.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | M	Equations/Polynomial.onb
| | | | | M	Equations/PolynomialEvaluator.onb
| | | | | M	Equations/Step.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Call.onb
| | | | | M	Functions/MultipleRes.onb
| | | | | M	Generic/ParamInterfaces.onb
| | | | | M	Generic/Parameterized.onb
| | | | | M	InherMod/Extend.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	InherMod/Short.onb
| | | | | M	Inheritance/Exercise2.onb
| | | | | M	Inheritance/MoonLandingInher.onb
| | | | | M	LitOpExp/EvalOrder.onb
| | | | | M	QuickTour/Algorithm.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/Exercise1equations.onb
| | | | | M	QuickTour/Exercise1hybrid.onb
| | | | | M	QuickTour/Exercise2hybrid.onb
| | | | | M	QuickTour/Exercise2inheritance.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	QuickTour/HelloWorldmod.onb
| | | | | M	QuickTour/SimpleCircuit.onb
| | | | | M	QuickTour/WhenClause.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	SystemMod/PIControl.onb
| | | | | M	Variables/Initialization.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit 795c2f92b63a15ba10cdc1751679a2894ceb1a0b
| | | | | Author: Adrian Pop 
| | | | | Date:   Mon Sep 11 01:08:44 2006 +0000
| | | | | 
| | | | |     - fixes by Peter F. to UG, DrModelica, omc_helptext.txt
| | | | |     - fixes by Anders Sandholm to val(name, time)
| | | | |     - addition of the BouncingBallExamples.mo/mos to the testsuite
| | | | |       so that this example is sure not to fail in the future (now fails)
| | | | |     
| | | | |     
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	Arrays/Built-inFunc.onb
| | | | | M	Circuits/Acausal.onb
| | | | | M	Classes/Exercise1.onb
| | | | | M	Classes/Exercise2.onb
| | | | | M	Classes/Exercise3.onb
| | | | | M	DrModelica.onb
| | | | | M	Functions/Exercise1.onb
| | | | | M	Functions/Exercise2.onb
| | | | | M	Functions/Exercise3.onb
| | | | | M	Functions/Exercise4.onb
| | | | | M	Functions/Extending.onb
| | | | | M	Functions/External.onb
| | | | | M	Functions/MultipleRes.onb
| | | | | M	Generic/Exercise1.onb
| | | | | M	Generic/Extended.onb
| | | | | M	Generic/ParamInterfaces.onb
| | | | | M	Generic/Parameterized.onb
| | | | | M	InherMod/Exercise1.onb
| | | | | M	InherMod/Exercise2.onb
| | | | | M	InherMod/Exercise3.onb
| | | | | M	InherMod/Extend.onb
| | | | | M	InherMod/Hierachical.onb
| | | | | M	InherMod/Modification.onb
| | | | | M	InherMod/Short.onb
| | | | | M	Inheritance/Exercise1.onb
| | | | | M	Inheritance/Exercise2.onb
| | | | | M	Inheritance/Exercise3.onb
| | | | | M	Inheritance/Exercise4.onb
| | | | | M	Inheritance/Inheritance.onb
| | | | | M	Inheritance/MoonLandingInher.onb
| | | | | M	Inheritance/Multiple.onb
| | | | | M	Inheritance/ProtectedElements.onb
| | | | | M	LitOpExp/EvalOrder.onb
| | | | | M	LitOpExp/Exercise1.onb
| | | | | M	LitOpExp/Exercise2.onb
| | | | | M	LitOpExp/VarTime.onb
| | | | | M	LitOpExp/VariaSubt.onb
| | | | | M	Packages/Exercise1ADT.onb
| | | | | M	Packages/Exercise2VarOp.onb
| | | | | M	Packages/Generic.onb
| | | | | M	Packages/Inherited.onb
| | | | | M	Packages/Local.onb
| | | | | M	Packages/Moving.onb
| | | | | M	Packages/Nonencapsulated.onb
| | | | | M	Packages/PackAccess.onb
| | | | | M	Packages/PackLibrStruct.onb
| | | | | M	Packages/Packages.onb
| | | | | M	Packages/PackasADTs.onb
| | | | | M	QuickTour/Algorithm.onb
| | | | | M	QuickTour/Array.onb
| | | | | M	QuickTour/CreateInst.onb
| | | | | M	QuickTour/DiffEq.onb
| | | | | M	QuickTour/Equations.onb
| | | | | M	QuickTour/Exercise1algorithm.onb
| | | | | M	QuickTour/Exercise1arrays.onb
| | | | | M	QuickTour/Exercise1classes.onb
| | | | | M	QuickTour/Exercise1equations.onb
| | | | | M	QuickTour/Exercise1hybrid.onb
| | | | | M	QuickTour/Exercise1inheritance.onb
| | | | | M	QuickTour/Exercise1package.onb
| | | | | M	QuickTour/Exercise1partial.onb
| | | | | M	QuickTour/Exercise2-classes.onb
| | | | | M	QuickTour/Exercise2hybrid.onb
| | | | | M	QuickTour/Exercise2inheritance.onb
| | | | | M	QuickTour/Exercise3-classes.onb
| | | | | M	QuickTour/Functions.onb
| | | | | M	QuickTour/Generic.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	QuickTour/HelloWorldmod.onb
| | | | | M	QuickTour/IfClause.onb
| | | | | M	QuickTour/Inheritance.onb
| | | | | M	QuickTour/Local.onb
| | | | | M	QuickTour/Packages.onb
| | | | | M	QuickTour/Partial.onb
| | | | | M	QuickTour/ReuseMod.onb
| | | | | M	QuickTour/SimpleCircuit.onb
| | | | | M	QuickTour/WhenClause.onb
| | | | | M	Redeclaration/Annotation.onb
| | | | | M	Redeclaration/Exercise1.onb
| | | | | M	Redeclaration/Exercise2.onb
| | | | | M	Redeclaration/Exercise3.onb
| | | | | M	Redeclaration/Exercise4.onb
| | | | | M	Redeclaration/Final.onb
| | | | | M	Redeclaration/RedNotRepl.onb
| | | | | M	Redeclaration/Redeclaration.onb
| | | | | M	Redeclaration/ReplRed.onb
| | | | | M	Redeclaration/Replaceable.onb
| | | | | M	SystemMod/FlatTank.onb
| | | | | M	SystemMod/PIControl.onb
| | | | | M	TypeSubtype/Exercise1.onb
| | | | | M	TypeSubtype/Exercise2.onb
| | | | | M	TypeSubtype/Sub-SuperType.onb
| | | | | M	TypeSubtype/Type.onb
| | | | | M	Variables/Declaration.onb
| | | | | M	Variables/Exercise1.onb
| | | | | M	Variables/Exercise2.onb
| | | | | M	Variables/FieldVar.onb
| | | | | M	Variables/Initialization.onb
| | | | | M	Variables/VanDerPol.onb
| | | | | M	Variables/VariabilityPrefixes.onb
| | | | | 
| | * | | commit ca4be897bed07db37751797f1d7324609d403efe
| | | | | Author: Adrian Pop 
| | | | | Date:   Sun Aug 27 22:26:56 2006 +0000
| | | | | 
| | | | |     - updates to DrModelica by Peter F.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	AccessControl/AccessDemo.onb
| | | | | M	AccessControl/Exercise1.onb
| | | | | M	AccessControl/MoonLanding.onb
| | | | | M	Algorithms/Assert.onb
| | | | | M	Algorithms/AssignStat.onb
| | | | | M	Algorithms/Exercise1.onb
| | | | | M	Algorithms/Exercise2.onb
| | | | | M	Algorithms/Exercise3.onb
| | | | | M	Algorithms/Exercise4.onb
| | | | | M	Algorithms/Exercise5.onb
| | | | | M	Algorithms/ForStat.onb
| | | | | M	Algorithms/IfStat.onb
| | | | | M	Algorithms/MultRes.onb
| | | | | M	Algorithms/Reinit.onb
| | | | | M	Algorithms/Sections.onb
| | | | | M	Algorithms/Terminate.onb
| | | | | M	Algorithms/WhenStat.onb
| | | | | M	Algorithms/WhileStat.onb
| | | | | M	AnnUnitsQuant/FuncAnn.onb
| | | | | M	AnnUnitsQuant/Graphical.onb
| | | | | M	AnnUnitsQuant/SynPlac.onb
| | | | | M	AnnUnitsQuant/UnitsQuant.onb
| | | | | M	ApplicationEx/3DDoublePendulum.onb
| | | | | M	ApplicationEx/DesignOptimization.onb
| | | | | M	ApplicationEx/FourierAnalysis.onb
| | | | | M	ApplicationEx/InterfacingtoNonMechModComp.onb
| | | | | M	ApplicationEx/KinematicLoops.onb
| | | | | M	ApplicationEx/Mechatronic.onb
| | | | | M	ApplicationEx/PressureDynamics.onb
| | | | | M	Arrays/ArithmeticOp.onb
| | | | | M	Arrays/Built-inFunc.onb
| | | | | M	Arrays/ConcatConstruct.onb
| | | | | M	Arrays/ConcatSlice.onb
| | | | | M	Arrays/Construction.onb
| | | | | M	Arrays/Declaration.onb
| | | | | M	Arrays/Empty.onb
| | | | | M	Arrays/Exercise1-7-2.onb
| | | | | M	Arrays/Exercise1-7-3.onb
| | | | | M	Arrays/Exercise1-7-4.onb
| | | | | M	Arrays/Exercise1-7-5.onb
| | | | | M	Arrays/Exercise1-7-6.onb
| | | | | M	Arrays/Exercise1.onb
| | | | | M	Arrays/FlexSize.onb
| | | | | M	Arrays/Indexing.onb
| | | | | M	Arrays/ScalarFunc.onb
| | | | | M	Arrays/TypeCheck.onb
| | | | | M	Circuits/Acausal.onb
| | | | | M	Circuits/DCmotor.onb
| | | | | M	Classes/CreateInst.onb
| | | | | M	Classes/Exercise1.onb
| | | | | M	Classes/Exercise2.onb
| | | | | M	Classes/Exercise3.onb
| | | | | M	Classes/Nested.onb
| | | | | M	Classes/Partial.onb
| | | | | M	Classes/Restricted.onb
| | | | | M	Classes/ReuseMod.onb
| | | | | M	Classes/Short.onb
| | | | | M	CompConn/CardEq.onb
| | | | | M	CompConn/ConnConstraints.onb
| | | | | M	CompConn/ConnEq.onb
| | | | | M	CompConn/Connections.onb
| | | | | M	CompConn/Connectors.onb
| | | | | M	CompConn/In-Output.onb
| | | | | M	CompConn/MechTrans.onb
| | | | | M	CompConn/MultDCmotor.onb
| | | | | M	CompConn/MultToSingle.onb
| | | | | M	CompConn/Oscillator.onb
| | | | | M	CompConn/PartDCmotor.onb
| | | | | M	DiscreteHybrid/Automata.onb
| | | | | M	DiscreteHybrid/ClassesforCPT.onb
| | | | | M	DiscreteHybrid/CoupledPipeline.onb
| | | | | M	DiscreteHybrid/DCMotorwithBacklash.onb
| | | | | M	DiscreteHybrid/FlatTank mm.onb
| | | | | M	DiscreteHybrid/GameOfLife.onb
| | | | | M	DiscreteHybrid/HybridTank.onb
| | | | | M	DiscreteHybrid/ModStochProc.onb
| | | | | M	DiscreteHybrid/MultEvents.onb
| | | | | M	DiscreteHybrid/SampleClock.onb
| | | | | M	DiscreteHybrid/SampledSystems.onb
| | | | | M	DiscreteHybrid/Synchronization.onb
| | | | | M	DiscreteHybrid/WatchDog.onb
| | | | | M	DiscreteHybrid/meningsfil.onb
| | | | | M	DrModelica.onb
| | | | | M	Equations/Assert.onb
| | | | | M	Equations/EqDeclarations.onb
| | | | | M	Equations/Exercise2.onb
| | | | | M	Equations/Exercise4.onb
| | | | | M	Equations/IfEq.onb
| | | | | M	Equations/MoonLandingTerminate.onb
| | | | | M	Equations/Polynomial.onb
| | | | | M	Equations/PolynomialEvaluator.onb
| | | | | M	Equations/RepConnStruct.onb
| | | | | M	Equations/RepStruct.onb
| | | | | M	Equations/SimpleEquality.onb
| | | | | M	Equations/Step.onb
| | | | | M	Equations/WhenEq.onb
| | | | | M	Functions/Call.onb
| | | | | M	QuickTour/Equations.onb
| | | | | M	QuickTour/Statement.onb
| | | | | 
| | * | | commit ea3c9888878997d784abab59fa7e2f3073dd3086
| | | | | Author: Adrian Pop 
| | | | | Date:   Thu Aug 24 14:38:23 2006 +0000
| | | | | 
| | | | |     Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY!
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit 5a323da0b08e09c13d8951b4a05c05782cccf8e6
| | | | | Author: x05andfe 
| | | | | Date:   Tue May 9 16:02:40 2006 +0000
| | | | | 
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit 9fe15f2555dd19bb1e362e5d20b6110b83f042f7
| | | | | Author: x05andfe 
| | | | | Date:   Thu May 4 14:20:33 2006 +0000
| | | | | 
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	AccessControl/AccessDemo.onb
| | | | | M	InherMod/Modification.onb
| | | | | M	Redeclaration/Final.onb
| | | | | 
| | * | | commit 99ef26359118d7f94c08670deef0a1247aa7db8a
| | | | | Author: Adrian Pop 
| | | | | Date:   Mon Apr 24 01:55:03 2006 +0000
| | | | | 
| | | | |     - apparently plotParametric( {x, y} ) is wrong. should be plotParametric(x, y)
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit 19defb1da0c4764d499247258ddd36bed8bfb377
| | | | | Author: x05andfe 
| | | | | Date:   Tue Apr 11 12:43:54 2006 +0000
| | | | | 
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | 
| | * | | commit 002e728172c04bdb722b454702e3b40de69a38fa
| | | | | Author: Adrian Pop 
| | | | | Date:   Mon Apr 10 20:54:35 2006 +0000
| | | | | 
| | | | |     fixed plotParametric({x, y}) instead of plotParametric( x, y ).
| | | | |     now it works
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Variables/VanDerPol.onb
| | | | | 
| | * | | commit 3f72a8e9626180601298c2ec89df161352c2c57c
| | | | | Author: x05andfe 
| | | | | Date:   Mon Apr 10 15:25:29 2006 +0000
| | | | | 
| | | | |     updated OMNotebook and OMShell, also updated three files in DrModelica.
| | | | |     // Anders Fernström
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrModelica.onb
| | | | | M	QuickTour/HelloWorld.onb
| | | | | M	Redeclaration/Final.onb
| | | | | 
| | * | | commit 17aeedca672eba567be2a44cc441b3445103c0af
| |  / /  Author: x05andfe 
| | | |   Date:   Fri Mar 24 12:37:02 2006 +0000
| | | |   
| | | |       * fixed some small bugs in OMNotebook
| | | |       * updated Mathematica parser in OMNotebook
| | | |       * updated the OMNotebookHelp.onb documentation
| | | |       * converted DrModelica to OMNotebook
| | | |       // Anders Fernström
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | |   
| | | |   A	AccessControl/AccessDemo.onb
| | | |   A	AccessControl/Exercise1.onb
| | | |   A	AccessControl/MoonLanding.onb
| | | |   A	Algorithms/Assert.onb
| | | |   A	Algorithms/AssignStat.onb
| | | |   A	Algorithms/Exercise1.onb
| | | |   A	Algorithms/Exercise2.onb
| | | |   A	Algorithms/Exercise3.onb
| | | |   A	Algorithms/Exercise4.onb
| | | |   A	Algorithms/Exercise5.onb
| | | |   A	Algorithms/ForStat.onb
| | | |   A	Algorithms/IfStat.onb
| | | |   A	Algorithms/MultRes.onb
| | | |   A	Algorithms/Reinit.onb
| | | |   A	Algorithms/Sections.onb
| | | |   A	Algorithms/Terminate.onb
| | | |   A	Algorithms/WhenStat.onb
| | | |   A	Algorithms/WhileStat.onb
| | | |   A	AnnUnitsQuant/Annotations.onb
| | | |   A	AnnUnitsQuant/FuncAnn.onb
| | | |   A	AnnUnitsQuant/Graphical.onb
| | | |   A	AnnUnitsQuant/SynPlac.onb
| | | |   A	AnnUnitsQuant/UnitsQuant.onb
| | | |   A	ApplicationEx/3DDoublePendulum.onb
| | | |   A	ApplicationEx/DesignOptimization.onb
| | | |   A	ApplicationEx/FourierAnalysis.onb
| | | |   A	ApplicationEx/FrequencyAnalysisEvaluated.onb
| | | |   A	ApplicationEx/InterfacingtoNonMechModComp.onb
| | | |   A	ApplicationEx/KinematicLoops.onb
| | | |   A	ApplicationEx/Mechatronic.onb
| | | |   A	ApplicationEx/PressureDynamics.onb
| | | |   A	Arrays/ArithmeticOp.onb
| | | |   A	Arrays/Built-inFunc.onb
| | | |   A	Arrays/ConcatConstruct.onb
| | | |   A	Arrays/ConcatSlice.onb
| | | |   A	Arrays/Construction.onb
| | | |   A	Arrays/Declaration.onb
| | | |   A	Arrays/Empty.onb
| | | |   A	Arrays/Exercise1-7-2.onb
| | | |   A	Arrays/Exercise1-7-3.onb
| | | |   A	Arrays/Exercise1-7-4.onb
| | | |   A	Arrays/Exercise1-7-5.onb
| | | |   A	Arrays/Exercise1-7-6.onb
| | | |   A	Arrays/Exercise1.onb
| | | |   A	Arrays/Exercise2.onb
| | | |   A	Arrays/FlexSize.onb
| | | |   A	Arrays/Indexing.onb
| | | |   A	Arrays/ScalarFunc.onb
| | | |   A	Arrays/TypeCheck.onb
| | | |   A	Circuits/Acausal.onb
| | | |   A	Circuits/DCmotor.onb
| | | |   A	Classes/CreateInst.onb
| | | |   A	Classes/Exercise1.onb
| | | |   A	Classes/Exercise2.onb
| | | |   A	Classes/Exercise3.onb
| | | |   A	Classes/Exercise4.onb
| | | |   A	Classes/Nested.onb
| | | |   A	Classes/Partial.onb
| | | |   A	Classes/Restricted.onb
| | | |   A	Classes/ReuseMod.onb
| | | |   A	Classes/Short.onb
| | | |   A	CompConn/CardEq.onb
| | | |   A	CompConn/ConnConstraints.onb
| | | |   A	CompConn/ConnEq.onb
| | | |   A	CompConn/Connections.onb
| | | |   A	CompConn/Connectors.onb
| | | |   A	CompConn/Exercise1.onb
| | | |   A	CompConn/In-Output.onb
| | | |   A	CompConn/MechTrans.onb
| | | |   A	CompConn/MultDCmotor.onb
| | | |   A	CompConn/MultToSingle.onb
| | | |   A	CompConn/Oscillator.onb
| | | |   A	CompConn/PartDCmotor.onb
| | | |   A	CompConn/PhysicalConn.onb
| | | |   A	CompConn/SignalBased.onb
| | | |   A	DiscreteHybrid/Automata.onb
| | | |   A	DiscreteHybrid/ClassesforCPT.onb
| | | |   A	DiscreteHybrid/CoupledPipeline.onb
| | | |   A	DiscreteHybrid/DCMotorwithBacklash.onb
| | | |   A	DiscreteHybrid/DEVS.onb
| | | |   A	DiscreteHybrid/EventBeh.onb
| | | |   A	DiscreteHybrid/EventPriority.onb
| | | |   A	DiscreteHybrid/FlatTank mm.onb
| | | |   A	DiscreteHybrid/GameOfLife.onb
| | | |   A	DiscreteHybrid/HybridTank.onb
| | | |   A	DiscreteHybrid/ModStochProc.onb
| | | |   A	DiscreteHybrid/MultEvents.onb
| | | |   A	DiscreteHybrid/SampleClock.onb
| | | |   A	DiscreteHybrid/SampledSystems.onb
| | | |   A	DiscreteHybrid/Synchronization.onb
| | | |   A	DiscreteHybrid/WatchDog.onb
| | | |   A	DiscreteHybrid/meningsfil.onb
| | | |   A	DrModelica.onb
| | | |   A	Equations/Assert.onb
| | | |   A	Equations/EqDeclarations.onb
| | | |   A	Equations/Exercise1.onb
| | | |   A	Equations/Exercise2.onb
| | | |   A	Equations/Exercise3.onb
| | | |   A	Equations/Exercise4.onb
| | | |   A	Equations/IfEq.onb
| | | |   A	Equations/MoonLandingTerminate.onb
| | | |   A	Equations/Polynomial.onb
| | | |   A	Equations/PolynomialEvaluator.onb
| | | |   A	Equations/RepConnStruct.onb
| | | |   A	Equations/RepStruct.onb
| | | |   A	Equations/SimpleEquality.onb
| | | |   A	Equations/Step.onb
| | | |   A	Equations/WhenEq.onb
| | | |   A	Functions/Call.onb
| | | |   A	Functions/Exercise1.onb
| | | |   A	Functions/Exercise2.onb
| | | |   A	Functions/Exercise3.onb
| | | |   A	Functions/Exercise4.onb
| | | |   A	Functions/Extending.onb
| | | |   A	Functions/External.onb
| | | |   A	Functions/MultipleRes.onb
| | | |   A	Generic/Exercise1.onb
| | | |   A	Generic/Extended.onb
| | | |   A	Generic/ParamInterfaces.onb
| | | |   A	Generic/Parameterized.onb
| | | |   A	InherMod/Exercise1.onb
| | | |   A	InherMod/Exercise2.onb
| | | |   A	InherMod/Exercise3.onb
| | | |   A	InherMod/Extend.onb
| | | |   A	InherMod/Hierachical.onb
| | | |   A	InherMod/Modification.onb
| | | |   A	InherMod/Short.onb
| | | |   A	Inheritance/Exercise1.onb
| | | |   A	Inheritance/Exercise2.onb
| | | |   A	Inheritance/Exercise3.onb
| | | |   A	Inheritance/Exercise4.onb
| | | |   A	Inheritance/Inheritance.onb
| | | |   A	Inheritance/MoonLandingInher.onb
| | | |   A	Inheritance/Multiple.onb
| | | |   A	Inheritance/ProtectedElements.onb
| | | |   A	LawsOfNature/TransformerEMF.onb
| | | |   A	LitOpExp/EvalOrder.onb
| | | |   A	LitOpExp/Exercise1.onb
| | | |   A	LitOpExp/Exercise2.onb
| | | |   A	LitOpExp/VarTime.onb
| | | |   A	LitOpExp/VariaSubt.onb
| | | |   A	Packages/Exercise1ADT.onb
| | | |   A	Packages/Exercise1LibrStruct.onb
| | | |   A	Packages/Exercise1VarOp.onb
| | | |   A	Packages/Exercise2VarOp.onb
| | | |   A	Packages/Generic.onb
| | | |   A	Packages/Inherited.onb
| | | |   A	Packages/Local.onb
| | | |   A	Packages/Moving.onb
| | | |   A	Packages/Nonencapsulated.onb
| | | |   A	Packages/PackAccess.onb
| | | |   A	Packages/PackLibrStruct.onb
| | | |   A	Packages/Packages.onb
| | | |   A	Packages/PackasADTs.onb
| | | |   A	QuickTour/Algorithm.onb
| | | |   A	QuickTour/Array.onb
| | | |   A	QuickTour/CreateInst.onb
| | | |   A	QuickTour/DiffEq.onb
| | | |   A	QuickTour/Equations.onb
| | | |   A	QuickTour/Exercise1algorithm.onb
| | | |   A	QuickTour/Exercise1arrays.onb
| | | |   A	QuickTour/Exercise1classes.onb
| | | |   A	QuickTour/Exercise1equations.onb
| | | |   A	QuickTour/Exercise1hybrid.onb
| | | |   A	QuickTour/Exercise1inheritance.onb
| | | |   A	QuickTour/Exercise1package.onb
| | | |   A	QuickTour/Exercise1partial.onb
| | | |   A	QuickTour/Exercise2-classes.onb
| | | |   A	QuickTour/Exercise2hybrid.onb
| | | |   A	QuickTour/Exercise2inheritance.onb
| | | |   A	QuickTour/Exercise3-classes.onb
| | | |   A	QuickTour/Functions.onb
| | | |   A	QuickTour/Generic.onb
| | | |   A	QuickTour/HelloWorld.onb
| | | |   A	QuickTour/HelloWorldmod.onb
| | | |   A	QuickTour/IfClause.onb
| | | |   A	QuickTour/Inheritance.onb
| | | |   A	QuickTour/Local.onb
| | | |   A	QuickTour/Packages.onb
| | | |   A	QuickTour/Partial.onb
| | | |   A	QuickTour/ReuseMod.onb
| | | |   A	QuickTour/SimpleCircuit.onb
| | | |   A	QuickTour/Statement.onb
| | | |   A	QuickTour/WhenClause.onb
| | | |   A	Redeclaration/Annotation.onb
| | | |   A	Redeclaration/Exercise1.onb
| | | |   A	Redeclaration/Exercise2.onb
| | | |   A	Redeclaration/Exercise3.onb
| | | |   A	Redeclaration/Exercise4.onb
| | | |   A	Redeclaration/Final.onb
| | | |   A	Redeclaration/RedNotRepl.onb
| | | |   A	Redeclaration/Redeclaration.onb
| | | |   A	Redeclaration/ReplRed.onb
| | | |   A	Redeclaration/Replaceable.onb
| | | |   A	SystemMod/FlatTank.onb
| | | |   A	SystemMod/PIControl.onb
| | | |   A	TypeSubtype/Exercise1.onb
| | | |   A	TypeSubtype/Exercise2.onb
| | | |   A	TypeSubtype/Sub-SuperType.onb
| | | |   A	TypeSubtype/Type.onb
| | | |   A	Variables/Declaration.onb
| | | |   A	Variables/Exercise1.onb
| | | |   A	Variables/Exercise2.onb
| | | |   A	Variables/FieldVar.onb
| | | |   A	Variables/Initialization.onb
| | | |   A	Variables/VanDerPol.onb
| | | |   A	Variables/VariabilityPrefixes.onb
| | | |   
| * | |   commit 75965dc6e7612e514d8839d4f117035677397f58
| |\ \ \  Merge: 9a3c47e85d 0e380635c4
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed May 6 16:44:21 2015 +0200
| | | | | 
| | | | |     Add 'DrControl/' from commit '0e380635c4adddf94372cf0ecccf153d304d237e'
| | | | |     
| | | | |     git-subtree-dir: DrControl
| | | | |     git-subtree-mainline: 9a3c47e85d4e3fe9a16196cce8bf9a5500ac1f43
| | | | |     git-subtree-split: 0e380635c4adddf94372cf0ecccf153d304d237e
| | | | | 
| | * | | commit 0e380635c4adddf94372cf0ecccf153d304d237e
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Feb 3 19:08:18 2011 +0000
| | | | | 
| | | | |     observer
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Observer/Observer.onb
| | | | | 
| | * | | commit b9011541d92e994e4d8746cd33eb49378534b7e4
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Fri Jan 28 13:34:57 2011 +0000
| | | | | 
| | | | |     spel correction DrControl, StateSpace.onb
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7809 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	StateSpace/StateSpace.onb
| | | | | 
| | * | | commit fe90b32d577ab12eb896bb2435a1155e33031fb7
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Dec 16 20:16:38 2010 +0000
| | | | | 
| | | | |     updating for MSL 3.1. only E3.4.1 left to do
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	ClosedLoop/ClosedLoop.onb
| | | | | M	DCMotor/E21DCMotorPID.onb
| | | | | M	FeedForward/E22FeedForwardDCM.onb
| | | | | M	Getting_started/transferFunction.onb
| | | | | M	LQ/E341InvPendelum.onb
| | | | | M	LQ/E343kinematic.onb
| | | | | M	LQ/Kalman.onb
| | | | | M	Linearization/E411tanksystem.onb
| | | | | M	StateSpace/StateSpace.onb
| | | | | 
| | * | | commit fbf8d5e4ff41fccf7b854c7efe9aa16c453d74d1
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Wed Dec 15 12:27:28 2010 +0000
| | | | | 
| | | | |     updating for MSL 3.1
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DCMotor/DCMotor.onb
| | | | | 
| | * | | commit 8b19997436e99e0688d3e94b28df5a6540b81b37
| | | | | Author: Adrian Pop 
| | | | | Date:   Wed Nov 17 07:48:59 2010 +0000
| | | | | 
| | | | |     - latest build.
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Linearization/E411tanksystem.onb
| | | | | 
| | * | | commit 429e01ec44ecd42387514821f5a621cf1c84e6a4
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Tue Nov 16 12:12:20 2010 +0000
| | | | | 
| | | | |     trying to fix the initial equation problem in impulse response
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7047 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	Getting_started/transferFunction.onb
| | | | | 
| | * | | commit 92b0ff2f47bcaa5ac6ca9e11e08a536b8d3c91c6
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Tue Nov 16 09:37:18 2010 +0000
| | | | | 
| | | | |     Drcontrol
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrControl.onb
| | | | | 
| | * | | commit 6f047428e9cc27c4c3790639e8df9e8dc9d075ff
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Mon Nov 15 22:01:38 2010 +0000
| | | | | 
| | | | |     updating DrControl.onb
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7042 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrControl.onb
| | | | | 
| | * | | commit cbd0fe5031b9c57fc3158c1f385c31fe31d3aa21
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Mon Nov 15 21:54:10 2010 +0000
| | | | | 
| | | | |     Updating DrControl
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@7041 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DCMotor/DCMotor.onb
| | | | | M	DrControl.onb
| | | | | M	Getting_started/Feedback.onb
| | | | | M	Getting_started/MatModel.onb
| | | | | M	Getting_started/transferFunction.onb
| | | | | M	LQ/E341InvPendelum.onb
| | | | | M	LQ/E342tanksystem.onb
| | | | | M	LQ/E343kinematic.onb
| | | | | M	Linearization/E411tanksystem.onb
| | | | | M	PIDRegulator/PIDRegulator.onb
| | | | | M	StateSpace/StateSpace.onb
| | | | | 
| | * | | commit 6f4c744559f1ea226aa2fc5d28c4d93d24bec77b
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Oct 28 13:28:29 2010 +0000
| | | | | 
| | | | |     Adding linearization exercise in DrControl
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@6681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrControl.onb
| | | | | A	Linearization/E411tanksystem.onb
| | | | | 
| | * | | commit 1b0d4b0d2f23e4905f07b0d006f9abaa50d657c6
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Oct 28 13:17:48 2010 +0000
| | | | | 
| | | | |     adding an exercise to DrControl
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@6679 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | A	LQ/E343kinematic.onb
| | | | | 
| | * | | commit d144305bdf012032c9e490448831bd43ec659de3
| | | | | Author: Mohsen Torabzadeh-Tari 
| | | | | Date:   Thu Oct 28 13:15:35 2010 +0000
| | | | | 
| | | | |     Adding linearization to the examples
| | | | |     
| | | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@6678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | | 
| | | | | M	DrControl.onb
| | | | | M	LQ/E341InvPendelum.onb
| | | | | M	LQ/E342tanksystem.onb
| | | | | 
| | * | | commit 473b63e3d7db58b0d751d90d64abc32d5ab49910
| |  / /  Author: Mohsen Torabzadeh-Tari 
| | | |   Date:   Fri Oct 1 14:09:45 2010 +0000
| | | |   
| | | |       Commiting the first version of DrControl under OMNotebook.
| | | |       Mohsen 101001
| | | |       
| | | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrControl@6269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | |   
| | | |   A	ClosedLoop/ClosedLoop.onb
| | | |   A	DCMotor/DCMotor.onb
| | | |   A	DCMotor/E21DCMotorPID.onb
| | | |   A	DCMotor/E22DCMotorPID3D.onb
| | | |   A	DrControl.onb
| | | |   A	FeedForward/E22FeedForwardDCM.onb
| | | |   A	Getting_started/ControlProblem.onb
| | | |   A	Getting_started/Feedback.onb
| | | |   A	Getting_started/MatModel.onb
| | | |   A	Getting_started/stability.onb
| | | |   A	Getting_started/transferFunction.onb
| | | |   A	LQ/E341InvPendelum.onb
| | | |   A	LQ/E342tanksystem.onb
| | | |   A	LQ/Kalman.onb
| | | |   A	Observer/Observer.onb
| | | |   A	PIDRegulator/PIDRegulator.onb
| | | |   A	StateSpace/StateSpace.onb
| | | | 
| * | | commit 9a3c47e85d4e3fe9a16196cce8bf9a5500ac1f43
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 6 16:27:08 2015 +0200
| | | | 
| | | |     Fixed OMNotebook Windows compilation.
| | | | 
| | | | A	.gitignore
| | | | A	OMNotebook/OMNotebookGUI/Makefile.omdev.mingw
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 110482475c1b4cbe1b087909537a9390783569f6
| | | | Author: Martin Sjölund 
| | | | Date:   Sat May 2 20:13:33 2015 +0200
| | | | 
| | | |     Create README.md
| | | | 
| | | | A	README.md
| | | | 
| * | | commit 53abf682108ceaa9c288c98acb69281023d20582
| | | | Author: Martin Sjölund 
| | | | Date:   Sat May 2 12:29:41 2015 +0200
| | | | 
| | | |     Remove unused directories
| | | | 
| | | | D	OMNotebook_QT3/OMNotebook/application.h
| | | | D	OMNotebook_QT3/OMNotebook/cell.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cell.h
| | | | D	OMNotebook_QT3/OMNotebook/cellapplication.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cellapplication.h
| | | | D	OMNotebook_QT3/OMNotebook/cellcommandcenter.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cellcommandcenter.h
| | | | D	OMNotebook_QT3/OMNotebook/cellcommands.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cellcommands.h
| | | | D	OMNotebook_QT3/OMNotebook/cellcursor.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cellcursor.h
| | | | D	OMNotebook_QT3/OMNotebook/celldocument.cpp
| | | | D	OMNotebook_QT3/OMNotebook/celldocument.h
| | | | D	OMNotebook_QT3/OMNotebook/celldocumentview.h
| | | | D	OMNotebook_QT3/OMNotebook/cellfactory.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cellfactory.h
| | | | D	OMNotebook_QT3/OMNotebook/cellgrammar.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cellgroup.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cellgroup.h
| | | | D	OMNotebook_QT3/OMNotebook/cellparserfactory.cpp
| | | | D	OMNotebook_QT3/OMNotebook/command.h
| | | | D	OMNotebook_QT3/OMNotebook/commandcenter.h
| | | | D	OMNotebook_QT3/OMNotebook/copytest.cpp
| | | | D	OMNotebook_QT3/OMNotebook/cursorcommands.h
| | | | D	OMNotebook_QT3/OMNotebook/document.h
| | | | D	OMNotebook_QT3/OMNotebook/documentview.h
| | | | D	OMNotebook_QT3/OMNotebook/factory.h
| | | | D	OMNotebook_QT3/OMNotebook/imagecell.cpp
| | | | D	OMNotebook_QT3/OMNotebook/imagecell.h
| | | | D	OMNotebook_QT3/OMNotebook/inputcell.cpp
| | | | D	OMNotebook_QT3/OMNotebook/inputcell.h
| | | | D	OMNotebook_QT3/OMNotebook/inputcelldelegate.h
| | | | D	OMNotebook_QT3/OMNotebook/moc_cell.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_cellapplication.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_cellcursor.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_celldocument.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_cellgroup.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_document.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_documentview.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_imagecell.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_inputcell.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_notebook.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_omc_communicator.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_smlinteractiveenvironment.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_stylesheet.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_textcell.cpp
| | | | D	OMNotebook_QT3/OMNotebook/moc_treeview.cpp
| | | | D	OMNotebook_QT3/OMNotebook/modelicacolors.xml
| | | | D	OMNotebook_QT3/OMNotebook/modelicahighlighter.h
| | | | D	OMNotebook_QT3/OMNotebook/nbparser.h
| | | | D	OMNotebook_QT3/OMNotebook/notebook.cpp
| | | | D	OMNotebook_QT3/OMNotebook/notebook.h
| | | | D	OMNotebook_QT3/OMNotebook/notebookcommands.h
| | | | D	OMNotebook_QT3/OMNotebook/notebookparser.cpp
| | | | D	OMNotebook_QT3/OMNotebook/notebookparser.h
| | | | D	OMNotebook_QT3/OMNotebook/omc_communicator.cpp
| | | | D	OMNotebook_QT3/OMNotebook/omc_communicator.hpp
| | | | D	OMNotebook_QT3/OMNotebook/omcinteractiveenvironment.cpp
| | | | D	OMNotebook_QT3/OMNotebook/omcinteractiveenvironment.h
| | | | D	OMNotebook_QT3/OMNotebook/parserfactory.h
| | | | D	OMNotebook_QT3/OMNotebook/qtapp.cpp
| | | | D	OMNotebook_QT3/OMNotebook/rule.h
| | | | D	OMNotebook_QT3/OMNotebook/selectingvisitor.cpp
| | | | D	OMNotebook_QT3/OMNotebook/selectingvisitor.h
| | | | D	OMNotebook_QT3/OMNotebook/serializingvisitor.cpp
| | | | D	OMNotebook_QT3/OMNotebook/serializingvisitor.h
| | | | D	OMNotebook_QT3/OMNotebook/smlhighlighter.h
| | | | D	OMNotebook_QT3/OMNotebook/smlinteractiveenvironment.cpp
| | | | D	OMNotebook_QT3/OMNotebook/smlinteractiveenvironment.h
| | | | D	OMNotebook_QT3/OMNotebook/smlsyntaxhighlighter.cpp
| | | | D	OMNotebook_QT3/OMNotebook/smlsyntaxhighlighter.h
| | | | D	OMNotebook_QT3/OMNotebook/stylesheet.cpp
| | | | D	OMNotebook_QT3/OMNotebook/stylesheet.h
| | | | D	OMNotebook_QT3/OMNotebook/stylesheet.xml
| | | | D	OMNotebook_QT3/OMNotebook/syntax_highlighter.cpp
| | | | D	OMNotebook_QT3/OMNotebook/syntax_highlighter.hpp
| | | | D	OMNotebook_QT3/OMNotebook/syntaxhighlighter.h
| | | | D	OMNotebook_QT3/OMNotebook/textcell.cpp
| | | | D	OMNotebook_QT3/OMNotebook/textcell.h
| | | | D	OMNotebook_QT3/OMNotebook/treeview.cpp
| | | | D	OMNotebook_QT3/OMNotebook/treeview.h
| | | | D	OMNotebook_QT3/OMNotebook/trunk.pro
| | | | D	OMNotebook_QT3/OMNotebook/trunk.sln
| | | | D	OMNotebook_QT3/OMNotebook/trunk.vcproj
| | | | D	OMNotebook_QT3/OMNotebook/visitor.h
| | | | D	OMNotebook_QT3/OMNotebook/xmlparser.cpp
| | | | D	OMNotebook_QT3/OMNotebook/xmlparser.h
| | | | 
| * | | commit 33911b515eabb8a5dfab46e651e4c252e68630b2
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 30 10:40:33 2015 +0000
| | | | 
| | | |     Multiarch patch: install libraries to OMHOME/lib//omc
| | | |     - This will allow users to install multiple versions of the simulation libraries at the same time
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit eca7582fe360841e4c482fac3bb7bd708e3b07ea
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 24 13:10:01 2015 +0000
| | | | 
| | | |     - Set DrModelica.onb as default notebook.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | 
| * | | commit 4fa37650490d5a9414535b1d17fe699cecff277a
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 24 12:24:43 2015 +0000
| | | | 
| | | |     Fix OMNotebook locale settings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | 
| * | | commit 6a15f1278129243942a104c270ad9ecfab03c969
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 22 23:17:48 2015 +0000
| | | | 
| | | |     - Fix build,
| | | |     - Don't use Qt threads with OpenModelicaCompiler shared library.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | 
| * | | commit 5a13db85b19eb45a462e156f6708ac242eb5e555
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 22 22:36:06 2015 +0000
| | | | 
| | | |     - Removed the plotSilent flag.
| | | |     - Added argument forceOMPlot to plot APIs.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | 
| * | | commit 352560911dd39e26e9b938df6d7186ca4f2956e0
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 22 16:03:49 2015 +0000
| | | | 
| | | |     - Call omc_Main_setWindowsPaths on Windows so that APIs like simulate can work properly.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 43d9b432e8a6537771d0418a79b03d56bfd9c7ee
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 22 15:40:42 2015 +0000
| | | | 
| | | |     #1768
| | | |     - Set a call back function for plot commands.
| | | |     - Updated OMNotebook to use the OpenModelicaCompiler shared library.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/evalthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/evalthread.h
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.h
| | | | M	OMNotebook/OMNotebookGUI/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | D	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | D	OMNotebook/OMNotebookGUI/omc_communicator.h
| | | | D	OMNotebook/OMNotebookGUI/omc_communicator.hpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | 
| * | | commit fa2287b127a05ad1c45e56dbb090a50e8cb9680b
| | | | Author: Henning Kiel 
| | | | Date:   Thu Apr 16 10:44:23 2015 +0000
| | | | 
| | | |     make OMNotebook usable on OSX again
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMSketch/Draw_LineArrow.h
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | 
| * | | commit 0feaf9285df7c2af60121ccd9944ac28ab78e4de
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 9 23:00:51 2015 +0000
| | | | 
| | | |     #2860
| | | |     - Allow preserving the zoom level. Don't always auto rescale for new variables in plot.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 5ba911295c80af3e8b041e5fad2206ca08b726ec
| | | | Author: Henning Kiel 
| | | | Date:   Wed Mar 4 14:47:18 2015 +0000
| | | | 
| | | |     fix some warnings
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | 
| * | | commit 68ccca182941c44e8ccfd7906590057667a9f5cb
| | | | Author: Henning Kiel 
| | | | Date:   Wed Feb 11 12:33:45 2015 +0000
| | | | 
| | | |     spellfix
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.h
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/otherdlg.h
| | | | M	OMNotebook/OMNotebookGUI/textcell.cpp
| | | | 
| * | | commit a375b7d1c89a6b507ff9769323fdb7e78c202b70
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Feb 5 07:33:22 2015 +0000
| | | | 
| | | |     Change OMNotebook default stack size to 64MB (highest)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit 3c8cce3aa8c15cd37095340470d5752eaddda786
| | | | Author: Henning Kiel 
| | | | Date:   Wed Feb 4 09:18:51 2015 +0000
| | | | 
| | | |     Give OMNotebook the right icon on OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | A	OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.icns
| | | | 
| * | | commit f43a23b7ade8d3fb2dc65da38327030f87188c54
| | | | Author: Henning Kiel 
| | | | Date:   Tue Feb 3 16:09:49 2015 +0000
| | | | 
| | | |     - try to fix OMNotebook on OSX by increasing stack size. Now, OMNotebook does not crash here. Please test.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | 
| * | | commit f0b538a602a73b10386a8fb31c15b91937a9113f
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 28 16:59:04 2015 +0000
| | | | 
| | | |     Fix compilation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit be4d21b9e90905f7d31d2665c4de03e15a09a2ef
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 28 14:42:13 2015 +0000
| | | | 
| | | |     Fix compilation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 28e9ca2a3ff1be73c57222f8f106cb5b0b02a860
| | | | Author: Henning Kiel 
| | | | Date:   Fri Oct 31 15:12:25 2014 +0000
| | | | 
| | | |     Fix some uninitialized values.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMSketch/Draw_Arrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Triangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_line.cpp
| | | | M	OMNotebook/OMSketch/Draw_polygon.cpp
| | | | 
| * | | commit 1eb13ccd1e160d96a5bd8e0a9d10a0c5e17d932c
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Sep 4 07:41:27 2014 +0000
| | | | 
| | | |     - conform the buttons to the quit-message of OMShell
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit a6244e3e91b8687635b9a6672fd7029dc49f4e1b
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Sep 3 09:30:31 2014 +0000
| | | | 
| | | |     - conform the buttons to the quit-message of OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 9d64487604dec8dfeb1da780ea90b97ef66d83a3
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jun 18 16:42:34 2014 +0000
| | | | 
| | | |     #2255
| | | |     - Show units in the plot legends & titles.
| | | |     - Fixed some issues with plotParametric.
| | | |     - Use the CsvReader for plotParametric.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit cc1fec70f7932400a8a0b82d07498680c39bad9b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jun 4 15:08:58 2014 +0000
| | | | 
| | | |     - qtclients doesn't depend in libgc now.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 69dad85686dfb2a13add925c73c986cd2134ebb6
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jun 4 14:03:24 2014 +0000
| | | | 
| | | |     Skip linking libgc for qtclients
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit bdaabc1f483cbeb72fb9c5d639d816cf3728691b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jun 4 00:41:01 2014 +0000
| | | | 
| | | |     - Fix build.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | 
| * | | commit e75e4cf66792f4983b83bf2b3c5e5463ed1454c3
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jun 4 00:28:07 2014 +0000
| | | | 
| | | |     #2509
| | | |     - Use the omniORB specific parameters. They are different from MICO parameters.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | 
| * | | commit 7f344f9d2ba972c318f37344ee4d38c5d31eab0a
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 3 19:40:18 2014 +0000
| | | | 
| | | |     #2509
| | | |     - increase argc as well.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | 
| * | | commit 433242bd024c15ba4413f692ef4db115e4e18b71
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 3 18:48:48 2014 +0000
| | | | 
| | | |     #2509
| | | |     - Specify CORBA arguments e.g IP-address when initializing the client object.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | 
| * | | commit 4efe73fb5af48467c90fb18c3a311f5d9104dd97
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 21 21:14:29 2014 +0000
| | | | 
| | | |     - Qwt is removed from OMDev
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/README.txt
| | | | 
| * | | commit c2d35679551475b3eae709e5e9ff0ba58d7459c2
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 21 14:27:04 2014 +0000
| | | | 
| | | |     - Copy libomqwt & libOMPlot to build/lib/omc
| | | |     - Fix the link path.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 8269ebf049a3d4b69895bf2e360e13b25aad4814
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 21 08:25:55 2014 +0000
| | | | 
| | | |     Fix -lqwt to -lomqwt
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit 0780d2de4678865fd166c4a79758117a2dc16e77
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 21 08:06:50 2014 +0000
| | | | 
| | | |     Rename libqwt to libomqwt to avoid conflicts on OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit b04ad16b93bd5811e94e06c856316edc5bccca1a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 21 06:13:24 2014 +0000
| | | | 
| | | |     Hopefully fixes the Linux builds for qwt (shared version)
| | | |     - Also should add OMOptimBasis as a shared library
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit 6361725b6251335744c24dd38e904c15085c8c37
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 20 21:04:28 2014 +0000
| | | | 
| | | |     - Build all Qt clients using the local Qwt on unix as well.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit 15165835f02be595e5c2403e19fb49f22e48c1d3
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 20 15:21:18 2014 +0000
| | | | 
| | | |     - Build all Qt clients using the local Qwt.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 396bcadca4abedb7cf5b476cd000f1b36a6e850f
| | | | Author: Adeel Asghar 
| | | | Date:   Fri May 9 21:19:29 2014 +0000
| | | | 
| | | |     - Handle the new plot grid options in plotting APIs & OMNotebook.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 075a686373bbd40ac5e648d9629737582f8cd310
| | | | Author: Adeel Asghar 
| | | | Date:   Fri May 9 14:23:44 2014 +0000
| | | | 
| | | |     #2679
| | | |     - OMPlot setup option to set legend positions.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | 
| * | | commit 9ffd7366090a795d7915a4edb0efa29da5ee1eee
| | | | Author: Adeel Asghar 
| | | | Date:   Fri May 9 13:13:58 2014 +0000
| | | | 
| | | |     #2679
| | | |     - OMPlot setup option to set titles.
| | | |     - Added the footer option to plots.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit c9034591e7e80ccc686143ee54f14380e62a3270
| | | | Author: Adeel Asghar 
| | | | Date:   Thu May 8 22:47:11 2014 +0000
| | | | 
| | | |     - Fix build.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 9eb9cbf214678565d307b40335ebd84c56756ca0
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 29 09:51:39 2014 +0000
| | | | 
| | | |     Move some things around for OMNotebook to use source files from within OMEdit...
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 01efb2c4c23bc731688197a11102cc4c8eb3a943
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Apr 29 09:27:05 2014 +0000
| | | | 
| | | |     Missing file in OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 448352e92a6fa899231ca87dd70f1a062eac69a6
| | | | Author: OpenModelica Hudson 
| | | | Date:   Wed Apr 16 09:06:22 2014 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/application.h
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | M	OMNotebook/OMNotebookGUI/cell.h
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | M	OMNotebook/OMNotebookGUI/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommandcenter.h
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.h
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.h
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.h
| | | | M	OMNotebook/OMNotebookGUI/celldocumentview.h
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.h
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.h
| | | | M	OMNotebook/OMNotebookGUI/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellstyle.h
| | | | M	OMNotebook/OMNotebookGUI/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/command.h
| | | | M	OMNotebook/OMNotebookGUI/commandcenter.h
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.h
| | | | M	OMNotebook/OMNotebookGUI/commandunit.h
| | | | M	OMNotebook/OMNotebookGUI/cursorcommands.h
| | | | M	OMNotebook/OMNotebookGUI/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/document.h
| | | | M	OMNotebook/OMNotebookGUI/documentview.h
| | | | M	OMNotebook/OMNotebookGUI/evalthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/evalthread.h
| | | | M	OMNotebook/OMNotebookGUI/factory.h
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/highlighterthread.h
| | | | M	OMNotebook/OMNotebookGUI/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | M	OMNotebook/OMNotebookGUI/indent.h
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.h
| | | | M	OMNotebook/OMNotebookGUI/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/nbparser.h
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookGUI/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookGUI/otherdlg.h
| | | | M	OMNotebook/OMNotebookGUI/parserfactory.h
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/qcombobox_search.cpp
| | | | M	OMNotebook/OMNotebookGUI/qcombobox_search.h
| | | | M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | M	OMNotebook/OMNotebookGUI/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/resource1.h
| | | | M	OMNotebook/OMNotebookGUI/rule.h
| | | | M	OMNotebook/OMNotebookGUI/searchform.cpp
| | | | M	OMNotebook/OMNotebookGUI/searchform.h
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/stripstring.h
| | | | M	OMNotebook/OMNotebookGUI/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookGUI/stylesheet.h
| | | | M	OMNotebook/OMNotebookGUI/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookGUI/textcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcell.h
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookGUI/treeview.cpp
| | | | M	OMNotebook/OMNotebookGUI/treeview.h
| | | | M	OMNotebook/OMNotebookGUI/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/visitor.h
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.h
| | | | M	OMNotebook/OMSketch/Draw_Arc.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arc.h
| | | | M	OMNotebook/OMSketch/Draw_Arrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Ellipse.cpp
| | | | M	OMNotebook/OMSketch/Draw_Line.h
| | | | M	OMNotebook/OMSketch/Draw_LineArrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Polygon.h
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_RoundRect.cpp
| | | | M	OMNotebook/OMSketch/Draw_Triangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_Triangle.h
| | | | M	OMNotebook/OMSketch/Draw_line.cpp
| | | | M	OMNotebook/OMSketch/Draw_polygon.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.h
| | | | M	OMNotebook/OMSketch/Scene_Objects.cpp
| | | | M	OMNotebook/OMSketch/Scene_Objects.h
| | | | M	OMNotebook/OMSketch/Sketch_files.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | M	OMNotebook/OMSketch/Tools.h
| | | | M	OMNotebook/OMSketch/basic.h
| | | | 
| * | | commit 2e41014cd9bc30473ef6f2a58af29b5a1b637fd1
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 23 18:18:01 2014 +0000
| | | | 
| | | |     #2635
| | | |     - Add rpath to qt clients using gc
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit 116ead4303118e332ea3ac2a217ba09329a71e39
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 14 18:04:18 2014 +0000
| | | | 
| | | |     - link -lgc in OMNotebook for Windows.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit f40a3c6af9f1c032c2bfbdabdfa6ee1d30d957d6
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 14 17:43:10 2014 +0000
| | | | 
| | | |     Add -lgc for OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit e90810660c05f082cb6d26dc8c6176a08b8f34f8
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 17 15:43:13 2013 +0000
| | | | 
| | | |     - Copy the required dlls for the clients to build/bin.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/README.txt
| | | | 
| * | | commit 55a0ed6c459f9455181921246f294e73684bafc7
| | | | Author: Jan Kokert 
| | | | Date:   Tue Dec 17 15:02:37 2013 +0000
| | | | 
| | | |     Updated installation notes (my first commit)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/README.txt
| | | | 
| * | | commit e347eaeb572e767a157dccdef917c47c9959254c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 19 19:52:30 2013 +0000
| | | | 
| | | |     Pass along CPPFLAGS
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit 2e49a2ca5b42abc49eea92b4f29826dd90dea06e
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 9 05:00:35 2013 +0000
| | | | 
| | | |     #2406
| | | |     Check for $(APP) instead of $(EXE) as this changed
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | 
| * | | commit ea563d2188df0dee1efc3c44a22e93231e78d10f
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Sep 17 19:03:37 2013 +0000
| | | | 
| | | |     - Fix clients build.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 0cf53b4d0a029baca3144c4a7a003ee0d83a0296
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Sep 16 22:46:08 2013 +0000
| | | | 
| | | |     - Added a new LegendPosition option to plot command.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | 
| * | | commit 63e83d0799e17cf68a2dbdc51feccb3365acbf87
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Aug 20 09:39:44 2013 +0000
| | | | 
| | | |     - second try: add x = pre(x) for all continuous-time variables to the initialization system
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 4e1d7e0ceebd841b2b5e6b186b1163ada1680d36
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jul 18 05:32:42 2013 +0000
| | | | 
| | | |     Latest MAC versions assigns different tmp directories to different processes. So in order to have same tmp directory for CORBA object reference file we pass the tmp directory of OMClient to OMC via the config flag CORBA_OBJECT_REFERENCE_FILE_PATH. This makes sure that omc dumps the CORBA object reference file in the same directory where OMClient is trying to read from.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit cb28812eb96f5035f8b707e773d6f11c575251d8
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jun 19 16:20:45 2013 +0000
| | | | 
| | | |     - attempt to fix the Windows builds
| | | |     - somebody forgot to update from qwt5 to qwt6 in OMNotebookGUI.pro
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 02a798b4874c10b11d1cdf2737556c9acef0abad
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 2 19:17:13 2013 +0000
| | | | 
| | | |     Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
| | | |     Contact me if you have problems merging your working copy
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | M	OMNotebook/OMNotebookGUI/cell.h
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | M	OMNotebook/OMNotebookGUI/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.h
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.h
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.h
| | | | M	OMNotebook/OMNotebookGUI/cellstyle.h
| | | | M	OMNotebook/OMNotebookGUI/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.h
| | | | M	OMNotebook/OMNotebookGUI/commandunit.h
| | | | M	OMNotebook/OMNotebookGUI/cursorcommands.h
| | | | M	OMNotebook/OMNotebookGUI/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/document.h
| | | | M	OMNotebook/OMNotebookGUI/evalthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/highlighterthread.h
| | | | M	OMNotebook/OMNotebookGUI/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.h
| | | | M	OMNotebook/OMNotebookGUI/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookGUI/otherdlg.h
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/resource1.h
| | | | M	OMNotebook/OMNotebookGUI/searchform.cpp
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/stripstring.h
| | | | M	OMNotebook/OMNotebookGUI/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcell.h
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | M	OMNotebook/OMSketch/CustomDailog.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arc.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Ellipse.cpp
| | | | M	OMNotebook/OMSketch/Draw_Line.h
| | | | M	OMNotebook/OMSketch/Draw_LineArrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Polygon.h
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_RoundRect.cpp
| | | | M	OMNotebook/OMSketch/Draw_Text.cpp
| | | | M	OMNotebook/OMSketch/Draw_Triangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_line.cpp
| | | | M	OMNotebook/OMSketch/Draw_polygon.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Line.cpp
| | | | M	OMNotebook/OMSketch/Line.h
| | | | M	OMNotebook/OMSketch/Scene_Objects.cpp
| | | | M	OMNotebook/OMSketch/Sketch_files.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | M	OMNotebook/OMSketch/Tools.h
| | | | 
| * | | commit 05b7ae0d74c7239aa16dd308a32f2c319f505dfc
| | | | Author: OpenModelica Hudson 
| | | | Date:   Thu May 2 18:46:43 2013 +0000
| | | | 
| | | |     [Janitor mode] Fix tabs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | M	OMNotebook/OMNotebookGUI/cell.h
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | M	OMNotebook/OMNotebookGUI/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.h
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.h
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.h
| | | | M	OMNotebook/OMNotebookGUI/cellstyle.h
| | | | M	OMNotebook/OMNotebookGUI/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.h
| | | | M	OMNotebook/OMNotebookGUI/commandunit.h
| | | | M	OMNotebook/OMNotebookGUI/cursorcommands.h
| | | | M	OMNotebook/OMNotebookGUI/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/document.h
| | | | M	OMNotebook/OMNotebookGUI/evalthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/highlighterthread.h
| | | | M	OMNotebook/OMNotebookGUI/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.h
| | | | M	OMNotebook/OMNotebookGUI/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookGUI/otherdlg.h
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/resource1.h
| | | | M	OMNotebook/OMNotebookGUI/searchform.cpp
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/stripstring.h
| | | | M	OMNotebook/OMNotebookGUI/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcell.h
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | M	OMNotebook/OMSketch/CustomDailog.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arc.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Ellipse.cpp
| | | | M	OMNotebook/OMSketch/Draw_Line.h
| | | | M	OMNotebook/OMSketch/Draw_LineArrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Polygon.h
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_RoundRect.cpp
| | | | M	OMNotebook/OMSketch/Draw_Text.cpp
| | | | M	OMNotebook/OMSketch/Draw_Triangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_line.cpp
| | | | M	OMNotebook/OMSketch/Draw_polygon.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Line.cpp
| | | | M	OMNotebook/OMSketch/Line.h
| | | | M	OMNotebook/OMSketch/Scene_Objects.cpp
| | | | M	OMNotebook/OMSketch/Sketch_files.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | M	OMNotebook/OMSketch/Tools.h
| | | | 
| * | | commit f0cfa74c4c767b14bda6938ddf82fc95a9885afc
| | | | Author: OpenModelica Hudson 
| | | | Date:   Tue Apr 30 12:51:39 2013 +0000
| | | | 
| | | |     [Janitor mode] Set auto-props
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/README.txt
| | | | 
| * | | commit 6885183e6e46f1213437240ed8b63702cbfb5d65
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 28 08:20:29 2013 +0000
| | | | 
| | | |     - fix StringHandler file path.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | 
| * | | commit 200dfac29ba9f1426cb7aabfa76201f58142f50f
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 28 07:06:34 2013 +0000
| | | | 
| | | |     - fix hudson.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 32d73fc8e5e89905531b3ad9919359b8846dd3ef
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Mar 2 12:09:05 2013 +0000
| | | | 
| | | |     Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/arrow.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/bdiagpattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/brush.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/conicalgradientpattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/crosspattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense1pattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense2pattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense3pattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense4pattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense5pattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense6pattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense7pattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/diagcrosspattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/fdiagpattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/fillcolor.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/horpattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/lineargradientpattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/linearrow.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/paint.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/pencil.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/radialgradientpattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/solidpattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/text.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/triangle.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/sketchIcons/verpattern.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/editimage.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/exit.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/fileopen.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/filesave.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/image.png
| | | | M	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/sketch.png
| | | | 
| * | | commit 89470b2e724a0f14f51e6f8ec90bbb7e3dc78c3c
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 6 15:23:16 2013 +0000
| | | | 
| | | |     #2047
| | | |     Respect the xRange and yRange options of plot.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | 
| * | | commit 24af7c69f9f617cf507c172908b4efa72cc2d159
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 30 13:28:36 2013 +0000
| | | | 
| | | |     - Added option +d=shortOutput
| | | |     - Used +d=shortOutput in OMNotebook initialization
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | D	OMNotebook/OMNotebookGUI/copytest.cpp
| | | | 
| * | | commit 70b09724ddd7168ca095a9483a4876187b24ab83
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jan 7 15:22:32 2013 +0000
| | | | 
| | | |     - use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/README.txt
| | | | 
| * | | commit 52a0b2e4ef17845f9f278ff004991ccfc68f63f9
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 9 11:56:25 2012 +0000
| | | | 
| | | |     - build instructions.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/README.txt
| | | | 
| * | | commit 95dc7eea7fbed6d9b09f70deccfcf13a7faebc88
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 9 10:26:31 2012 +0000
| | | | 
| | | |     - windows make files for OMClients.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 94168990be7e760cbdb35d427e0722fe0bbd2b67
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 19 09:45:25 2012 +0000
| | | | 
| | | |     - Fix OMNotebook compilation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 5db3873af81cee0e30764c7f3fbd409368abad55
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 19 08:49:20 2012 +0000
| | | | 
| | | |     - Updated copyright holder
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 7b40318802a1b3acc7ff5d5cf5c1e21b8300e329
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 14 17:24:30 2012 +0000
| | | | 
| | | |     - .ico file is required to generate icon for executable on Windows.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.ico
| | | | M	OMNotebook/OMNotebookGUI/rc_omnotebook.rc
| | | | 
| * | | commit 6534868897cef061a2dc43a62f95c8f349504d70
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jun 13 10:18:22 2012 +0000
| | | | 
| | | |     - Added vector-graphics icon for OMNotebook so it looks ok on modern window-managers
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12040 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | A	OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.svg
| | | | D	OMNotebook/OMNotebookGUI/Resources/omnotebook_icon.ico
| | | | D	OMNotebook/OMNotebookGUI/Resources/omnotebook_png.png
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/rc_omnotebook.rc
| | | | M	OMNotebook/OMNotebookGUI/res_qt.qrc
| | | | 
| * | | commit 54ad96e68c6ddb1cf5fc23d279a5319633403769
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 26 12:53:53 2012 +0000
| | | | 
| | | |     - Updated the pro and readme files according to omniORB4.1.6
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/README.txt
| | | | 
| * | | commit d8785dd03b4ae7b961716d29c78c6aeba9260ff9
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 5 21:57:07 2012 +0000
| | | | 
| | | |     - Fix build.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit c397800ec80a392f414f631a248bf652e9a2ab2b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 2 10:23:48 2012 +0000
| | | | 
| | | |     Fix for bug #1722
| | | |     - Removed the Ambiguous shortcut.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | 
| * | | commit 63b48f990c86228cebbebaee512520b7c687ae30
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Apr 2 09:43:04 2012 +0000
| | | | 
| | | |     - Removed the need for DRMODELICAHOME env.var
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | 
| * | | commit b99a42fb304f20f9f8f878dbee065c77090b0e66
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 26 09:22:45 2012 +0000
| | | | 
| | | |     - Converted OMNotebook to UTF-8
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/application.h
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | M	OMNotebook/OMNotebookGUI/cell.h
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | M	OMNotebook/OMNotebookGUI/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommandcenter.h
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.h
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellcursor.h
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.h
| | | | M	OMNotebook/OMNotebookGUI/celldocumentview.h
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellfactory.h
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellgroup.h
| | | | M	OMNotebook/OMNotebookGUI/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookGUI/cellstyle.h
| | | | M	OMNotebook/OMNotebookGUI/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/command.h
| | | | M	OMNotebook/OMNotebookGUI/commandcenter.h
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookGUI/commandcompletion.h
| | | | M	OMNotebook/OMNotebookGUI/commandunit.h
| | | | M	OMNotebook/OMNotebookGUI/copytest.cpp
| | | | M	OMNotebook/OMNotebookGUI/cursorcommands.h
| | | | M	OMNotebook/OMNotebookGUI/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/document.h
| | | | M	OMNotebook/OMNotebookGUI/documentview.h
| | | | M	OMNotebook/OMNotebookGUI/evalthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/evalthread.h
| | | | M	OMNotebook/OMNotebookGUI/factory.h
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookGUI/highlighterthread.h
| | | | M	OMNotebook/OMNotebookGUI/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookGUI/indent.cpp
| | | | M	OMNotebook/OMNotebookGUI/indent.h
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.h
| | | | M	OMNotebook/OMNotebookGUI/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookGUI/nbparser.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.h
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookGUI/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookGUI/otherdlg.h
| | | | M	OMNotebook/OMNotebookGUI/parserfactory.h
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/qcombobox_search.cpp
| | | | M	OMNotebook/OMNotebookGUI/qcombobox_search.h
| | | | M	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | M	OMNotebook/OMNotebookGUI/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookGUI/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/resource1.h
| | | | M	OMNotebook/OMNotebookGUI/rule.h
| | | | M	OMNotebook/OMNotebookGUI/searchform.cpp
| | | | M	OMNotebook/OMNotebookGUI/searchform.h
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/stripstring.h
| | | | M	OMNotebook/OMNotebookGUI/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookGUI/stylesheet.h
| | | | M	OMNotebook/OMNotebookGUI/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookGUI/textcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcell.h
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookGUI/treeview.cpp
| | | | M	OMNotebook/OMNotebookGUI/treeview.h
| | | | M	OMNotebook/OMNotebookGUI/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookGUI/visitor.h
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.h
| | | | 
| * | | commit 63f6e977fc50aa524d35a95c9e1036ac5e7e23e8
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 22 20:28:47 2012 +0000
| | | | 
| | | |     - Auto generate the stub files for clients.
| | | |     - Added/Updated README.txt files for all clients.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | A	OMNotebook/README.txt
| | | | D	OMNotebook/ReadMe.txt
| | | | 
| * | | commit 1d3425c773a4bf4976294dc76a4aa476637467bb
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Mar 13 06:54:08 2012 +0000
| | | | 
| | | |     - Remove some tabs from sources
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | M	OMNotebook/OMSketch/Draw_Arc.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arc.h
| | | | M	OMNotebook/OMSketch/Draw_Arrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arrow.h
| | | | M	OMNotebook/OMSketch/Draw_Ellipse.cpp
| | | | M	OMNotebook/OMSketch/Draw_Ellipse.h
| | | | M	OMNotebook/OMSketch/Draw_LineArrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_LineArrow.h
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.h
| | | | M	OMNotebook/OMSketch/Draw_RoundRect.cpp
| | | | M	OMNotebook/OMSketch/Draw_RoundRect.h
| | | | M	OMNotebook/OMSketch/Draw_Triangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_Triangle.h
| | | | M	OMNotebook/OMSketch/Draw_line.cpp
| | | | M	OMNotebook/OMSketch/Draw_polygon.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.h
| | | | M	OMNotebook/OMSketch/Scene_Objects.cpp
| | | | M	OMNotebook/OMSketch/Scene_Objects.h
| | | | M	OMNotebook/OMSketch/Sketch_files.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | M	OMNotebook/OMSketch/Tools.h
| | | | 
| * | | commit 0b48819273681f8270cd9cc8048dae8989fb0476
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Mar 3 00:38:45 2012 +0000
| | | | 
| | | |     - Fixed the stupid OMSketch code. Now OMNotebook doesn't hang while opening.
| | | |     - Some other minor changes.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/application.h
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | M	OMNotebook/OMSketch/Tools.h
| | | | 
| * | | commit fb7c6829679f041331d537133d9a2c9b71b04d2d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 2 14:27:08 2012 +0000
| | | | 
| | | |     Fix for bug #1705 #1706
| | | |     - Added the flag to set plot silent +plotSilent=true (if true then outputs the data instead of showing the OMPlot).
| | | |     - Some fixes for OMNotebook plotting.
| | | |     - Fixed the file saving issue.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit cea7ec08b6f2cb350406ddc3d33293b9107ced60
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 1 23:56:23 2012 +0000
| | | | 
| | | |     - Integrated OMPlot with OMNotebook.
| | | |     - Saving the embedded plots is reopening it is also possible now.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 44e8413eb7aa872c48d05d66bf4fe669334f936b
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 24 15:54:34 2012 +0000
| | | | 
| | | |     - Fix build.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit 7a11a4211e2cb9f6891b4b206249610c15a0c63e
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 24 15:13:59 2012 +0000
| | | | 
| | | |     - Qt 4.8 returns empty string for QUrl::toLocalFile() if the url doesn't have scheme i.e file:// or ftp://
| | | |     - Use QUrl::path() for non-standard links :)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | 
| * | | commit 622864fa27c78f1cf043ae3f9e1ab1605373295f
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 24 15:10:39 2012 +0000
| | | | 
| | | |     - You must compile OMPlotLib first.
| | | |     - Type in plot API in the cells and evaluate to see the embedded plot.
| | | |     - You cannot save and reopen the embedded plots at the moment.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | 
| * | | commit 1f1b1f14bb59680f59da603fe5aca9f1ef381f60
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Feb 7 15:38:58 2012 +0000
| | | | 
| | | |     #1683
| | | |     - Don't convert unicode to latin1...
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | 
| * | | commit 3d8444614027b256e3b4beba70ec64e2f0504634
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 18 09:02:16 2012 +0000
| | | | 
| | | |     - Set svn-eol-style on a few files
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMSketch/CustomDailog.cpp
| | | | M	OMNotebook/OMSketch/CustomDialog.h
| | | | M	OMNotebook/OMSketch/Draw_Arc.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arc.h
| | | | M	OMNotebook/OMSketch/Draw_Arrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_Arrow.h
| | | | M	OMNotebook/OMSketch/Draw_Ellipse.cpp
| | | | M	OMNotebook/OMSketch/Draw_Ellipse.h
| | | | M	OMNotebook/OMSketch/Draw_Line.h
| | | | M	OMNotebook/OMSketch/Draw_LineArrow.cpp
| | | | M	OMNotebook/OMSketch/Draw_LineArrow.h
| | | | M	OMNotebook/OMSketch/Draw_Polygon.h
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_Rectangle.h
| | | | M	OMNotebook/OMSketch/Draw_RoundRect.cpp
| | | | M	OMNotebook/OMSketch/Draw_RoundRect.h
| | | | M	OMNotebook/OMSketch/Draw_Text.cpp
| | | | M	OMNotebook/OMSketch/Draw_Text.h
| | | | M	OMNotebook/OMSketch/Draw_Triangle.cpp
| | | | M	OMNotebook/OMSketch/Draw_Triangle.h
| | | | M	OMNotebook/OMSketch/Draw_line.cpp
| | | | M	OMNotebook/OMSketch/Draw_polygon.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | M	OMNotebook/OMSketch/Graph_Scene.h
| | | | M	OMNotebook/OMSketch/Label.h
| | | | M	OMNotebook/OMSketch/Line.cpp
| | | | M	OMNotebook/OMSketch/Line.h
| | | | M	OMNotebook/OMSketch/Scene_Objects.cpp
| | | | M	OMNotebook/OMSketch/Scene_Objects.h
| | | | M	OMNotebook/OMSketch/Shapes.cpp
| | | | M	OMNotebook/OMSketch/Shapes.h
| | | | M	OMNotebook/OMSketch/Sketch_Files.h
| | | | M	OMNotebook/OMSketch/Sketch_files.cpp
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | M	OMNotebook/OMSketch/Tools.h
| | | | M	OMNotebook/OMSketch/basic.h
| | | | M	OMNotebook/OMSketch/mainwindow.cpp
| | | | M	OMNotebook/OMSketch/mainwindow.h
| | | | 
| * | | commit 7df1ce8b02fdcbb59c9b245b6cb158ac5bc52f8f
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 12 15:35:08 2012 +0000
| | | | 
| | | |     - Fix compilation.
| | | |     - Remove bin directories from trunk as they are created automatically after qmake.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 087e0e57fed2db87bb8fed1b682f2340b90947ab
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 11 14:01:30 2012 +0000
| | | | 
| | | |     - Removed OMPlotWindow as it uses the old plot commands
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook/3Dpkg/SimulationData.cpp
| | | | D	OMNotebook/3Dpkg/SimulationData.h
| | | | D	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | D	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | D	OMNotebook/OMPlotWindow/Makefile.unix.in
| | | | D	OMNotebook/OMPlotWindow/OMPlotWindow.config.in
| | | | D	OMNotebook/OMPlotWindow/OMPlotWindow.pro
| | | | D	OMNotebook/OMPlotWindow/Resources/plotWindow.ico
| | | | D	OMNotebook/OMPlotWindow/e.cpp
| | | | D	OMNotebook/OMPlotWindow/qtres.qrc
| | | | D	OMNotebook/OMPlotWindow/rc_omplotwindow.rc
| | | | D	OMNotebook/OMPlotWindow/resource.h
| | | | D	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | D	OMNotebook/Pltpkg2/compoundWidget.h
| | | | D	OMNotebook/Pltpkg2/compoundWidget.ui
| | | | D	OMNotebook/Pltpkg2/curve.cpp
| | | | D	OMNotebook/Pltpkg2/curve.h
| | | | D	OMNotebook/Pltpkg2/dataSelect.cpp
| | | | D	OMNotebook/Pltpkg2/dataSelect.h
| | | | D	OMNotebook/Pltpkg2/dataSelect.ui
| | | | D	OMNotebook/Pltpkg2/focusRect.h
| | | | D	OMNotebook/Pltpkg2/graphScene.h
| | | | D	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | D	OMNotebook/Pltpkg2/graphWidget.h
| | | | D	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | D	OMNotebook/Pltpkg2/graphWindow.h
| | | | D	OMNotebook/Pltpkg2/graphWindow.ui
| | | | D	OMNotebook/Pltpkg2/label.h
| | | | D	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | D	OMNotebook/Pltpkg2/legendLabel.h
| | | | D	OMNotebook/Pltpkg2/line2D.cpp
| | | | D	OMNotebook/Pltpkg2/line2D.h
| | | | D	OMNotebook/Pltpkg2/lineGroup.cpp
| | | | D	OMNotebook/Pltpkg2/lineGroup.h
| | | | D	OMNotebook/Pltpkg2/newgraph.ui
| | | | D	OMNotebook/Pltpkg2/point.cpp
| | | | D	OMNotebook/Pltpkg2/point.h
| | | | D	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | D	OMNotebook/Pltpkg2/preferenceWindow.h
| | | | D	OMNotebook/Pltpkg2/preferences.ui
| | | | D	OMNotebook/Pltpkg2/variableData.cpp
| | | | D	OMNotebook/Pltpkg2/variableData.h
| | | | D	OMNotebook/Pltpkg2/variablewindow.cpp
| | | | D	OMNotebook/Pltpkg2/variablewindow.h
| | | | D	OMNotebook/Pltpkg2/verticalLabel.h
| | | | 
| * | | commit 19d1b1006ecb970fa74926ceeb6a7d90bf08edba
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 11 13:05:09 2012 +0000
| | | | 
| | | |     - Removed 3D support from OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | M	OMNotebook/OMPlotWindow/OMPlotWindow.config.in
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | 
| * | | commit 620bf1e0e5c6f311680b4fbeeb6489585353b113
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 11 11:59:25 2012 +0000
| | | | 
| | | |     - Remove use of Pltpkg2 in OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 007e667599d55c93a6749094fb845b4281314d58
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Jan 11 09:46:52 2012 +0000
| | | | 
| | | |     - Removed knowlede about plot2 in OMNotebook since the existing knowledge was wrong (the working directory the image was generated in as well the name of the image was wrong)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/graphcell.h
| | | | M	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | M	OMNotebook/OMNotebookGUI/inputcell.h
| | | | M	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | 
| * | | commit 5148d4bc7c35bab1d31e93344f1c9c4264920312
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jan 10 16:06:04 2012 +0000
| | | | 
| | | |     - Removed notebooksocket.{h,cpp} as it seems unused
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | D	OMNotebook/OMNotebookGUI/notebooksocket.cpp
| | | | D	OMNotebook/OMNotebookGUI/notebooksocket.h
| | | | 
| * | | commit 1abebec8ef6f1fd3c750efcdcadb1730211dae29
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 20 07:42:02 2011 +0000
| | | | 
| | | |     - Stupid Qt software allows users to compile software only on 1% of the world's operating systems
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R100	OMNotebook/OMSketch/Draw_ellipse.h	OMNotebook/OMSketch/Draw_Ellipse.h
| | | | R100	OMNotebook/OMSketch/Draw_polygon.h	OMNotebook/OMSketch/Draw_Polygon.h
| | | | R100	OMNotebook/OMSketch/Sketch_files.h	OMNotebook/OMSketch/Sketch_Files.h
| | | | 
| * | | commit f73a834746911df8adc9d675271345d35e815c08
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 19 19:54:38 2011 +0000
| | | | 
| | | |     - Added the missing OMSketch images.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/arrow.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/bdiagpattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/brush.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/conicalgradientpattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/crosspattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense1pattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense2pattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense3pattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense4pattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense5pattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense6pattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/dense7pattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/diagcrosspattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/editcopy.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/editcut.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/editpaste.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/editredo.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/editundo.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/fdiagpattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/filenew.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/fileopen.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/filesave.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/fillcolor.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/horpattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/lineargradientpattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/linearrow.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/paint.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/pencil.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-arc.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-ellipse.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-line.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-polygon.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-rectangle.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/qpainter-roundrect.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/radialgradientpattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/solidpattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/text.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/triangle.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/sketchIcons/verpattern.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/editimage.png
| | | | A	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/sketch.png
| | | | M	OMNotebook/OMNotebookGUI/res_qt.qrc
| | | | 
| * | | commit ce2e074d4e08f6b00c96aaa067a1f0e4daf2b533
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 19 16:25:41 2011 +0000
| | | | 
| | | |     - Added the OMSketch files to the .pro file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit 4d75132247fa02dcb28d4e8ab2924fa298edfa00
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 19 16:23:55 2011 +0000
| | | | 
| | | |     - Integrated OMSketch with OMNotebook.
| | | |     - Removed the extra main.cpp file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | M	OMNotebook/OMNotebookGUI/notebook.h
| | | | M	OMNotebook/OMNotebookGUI/res_qt.qrc
| | | | M	OMNotebook/OMSketch/Tools.cpp
| | | | D	OMNotebook/OMSketch/main.cpp
| | | | M	OMNotebook/OMSketch/mainwindow.cpp
| | | | 
| * | | commit 06bc302d188e13461a10c29bef6ec26d9b43918b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 19 16:21:23 2011 +0000
| | | | 
| | | |     - Deleted Visual studio related files.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook/OMSketch/OMSketch.sln
| | | | D	OMNotebook/OMSketch/OMSketch.vcxproj
| | | | D	OMNotebook/OMSketch/OMSketch.vcxproj.filters
| | | | 
| * | | commit 343de6de163dad9ce422e95ce170b3908ecfc6ce
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Dec 19 11:37:22 2011 +0000
| | | | 
| | | |     - cell.cpp:119:4: error: calling 'qDebug' with incomplete return type 'QDebug'
| | | |               qDebug()<<"Cell \n";
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | 
| * | | commit 6aa4b04ca8b190292de8928bfbb8000fba735a71
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Dec 19 06:01:43 2011 +0000
| | | | 
| | | |     - Please never add 181MB of stupid windows intermediate files to svn.
| | | |       It takes me a long time to kill them with fire if I'm on a 3G connection...
| | | |     - What's missing are the .pro and .ui files which generated some of this stuff...
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook/OMSketch/moc_CustomDialog.cpp
| | | | D	OMNotebook/OMSketch/moc_Graph_Scene.cpp
| | | | D	OMNotebook/OMSketch/moc_Tools.cpp
| | | | D	OMNotebook/OMSketch/moc_mainwindow.cpp
| | | | D	OMNotebook/OMSketch/ui_mainwindow.h
| | | | 
| * | | commit 0ec9ffd951baed9843a3b9bc0e7048246c0b8033
| | | | Author: Jhansi Reddy Remala 
| | | | Date:   Sun Dec 18 23:20:56 2011 +0000
| | | | 
| | | |     - OMSketch
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/OMSketch/Draw_Arc.cpp
| | | | A	OMNotebook/OMSketch/Draw_Arc.h
| | | | A	OMNotebook/OMSketch/Draw_Arrow.cpp
| | | | A	OMNotebook/OMSketch/Draw_Arrow.h
| | | | A	OMNotebook/OMSketch/Draw_Ellipse.cpp
| | | | A	OMNotebook/OMSketch/Draw_Line.h
| | | | A	OMNotebook/OMSketch/Draw_LineArrow.cpp
| | | | A	OMNotebook/OMSketch/Draw_LineArrow.h
| | | | A	OMNotebook/OMSketch/Draw_Rectangle.cpp
| | | | A	OMNotebook/OMSketch/Draw_Rectangle.h
| | | | A	OMNotebook/OMSketch/Draw_RoundRect.cpp
| | | | A	OMNotebook/OMSketch/Draw_RoundRect.h
| | | | A	OMNotebook/OMSketch/Draw_Text.cpp
| | | | A	OMNotebook/OMSketch/Draw_Text.h
| | | | A	OMNotebook/OMSketch/Draw_Triangle.cpp
| | | | A	OMNotebook/OMSketch/Draw_Triangle.h
| | | | A	OMNotebook/OMSketch/Draw_ellipse.h
| | | | A	OMNotebook/OMSketch/Draw_line.cpp
| | | | A	OMNotebook/OMSketch/Draw_polygon.cpp
| | | | A	OMNotebook/OMSketch/Draw_polygon.h
| | | | A	OMNotebook/OMSketch/Graph_Scene.cpp
| | | | A	OMNotebook/OMSketch/Graph_Scene.h
| | | | A	OMNotebook/OMSketch/Label.h
| | | | A	OMNotebook/OMSketch/Line.cpp
| | | | A	OMNotebook/OMSketch/Line.h
| | | | A	OMNotebook/OMSketch/OMSketch.sln
| | | | A	OMNotebook/OMSketch/OMSketch.vcxproj
| | | | A	OMNotebook/OMSketch/OMSketch.vcxproj.filters
| | | | A	OMNotebook/OMSketch/Scene_Objects.cpp
| | | | A	OMNotebook/OMSketch/Scene_Objects.h
| | | | A	OMNotebook/OMSketch/Shapes.cpp
| | | | A	OMNotebook/OMSketch/Shapes.h
| | | | A	OMNotebook/OMSketch/Sketch_files.cpp
| | | | A	OMNotebook/OMSketch/Sketch_files.h
| | | | A	OMNotebook/OMSketch/Tools.cpp
| | | | A	OMNotebook/OMSketch/Tools.h
| | | | A	OMNotebook/OMSketch/main.cpp
| | | | A	OMNotebook/OMSketch/mainwindow.cpp
| | | | A	OMNotebook/OMSketch/mainwindow.h
| | | | A	OMNotebook/OMSketch/moc_CustomDialog.cpp
| | | | A	OMNotebook/OMSketch/moc_Graph_Scene.cpp
| | | | A	OMNotebook/OMSketch/moc_Tools.cpp
| | | | A	OMNotebook/OMSketch/moc_mainwindow.cpp
| | | | A	OMNotebook/OMSketch/ui_mainwindow.h
| | | | 
| * | | commit 072b06bd9eff69dc832113b0f45d03d32067f0a4
| | | | Author: Jhansi Reddy Remala 
| | | | Date:   Sun Dec 18 23:11:27 2011 +0000
| | | | 
| | | |     - OMSketch
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10769 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/OMSketch/CustomDailog.cpp
| | | | A	OMNotebook/OMSketch/CustomDialog.h
| | | | A	OMNotebook/OMSketch/basic.h
| | | | 
| * | | commit 524081ec9687854b3eeaefeb844db893b6ad1e65
| | | | Author: Jhansi Reddy Remala 
| | | | Date:   Sun Dec 18 22:48:08 2011 +0000
| | | | 
| | | |     - OMSketch
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cell.cpp
| | | | 
| * | | commit 6945de4544900ebf81916f7a3901e7f353ba5495
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jun 14 05:00:53 2011 +0000
| | | | 
| | | |     - Use the tmp-path returned by OMC instead of making up your own...
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | 
| * | | commit 16be42677eb09a45c65b5c4a9293eb9086e5b97e
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jun 13 01:34:44 2011 +0000
| | | | 
| | | |     - Don't create OMNotebook_tempfiles directory anymore (unused)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | 
| * | | commit b1b79f846dde29331443c7477d39500044a8d35a
| | | | Author: Martin Sjölund 
| | | | Date:   Sat May 21 06:15:31 2011 +0000
| | | | 
| | | |     - Fix compilation of OMNotebook/OMShell for clean builds
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/omc_communicator.h
| | | | 
| * | | commit 13054555ce3b46f7289ffade946cc2df664788d8
| | | | Author: Martin Sjölund 
| | | | Date:   Fri May 20 12:30:47 2011 +0000
| | | | 
| | | |     - Fix compilation of OMShell/Notebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit c81966120866b72a9073e7420a6753e57d2a1106
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 5 11:40:13 2011 +0000
| | | | 
| | | |     - Set linker for OSX qtclients
| | | |     - Fix compilation on OSX/g++-4.5
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit 2c8de945e0cf4baa848f60dccc250c57a7d05688
| | | | Author: Martin Sjölund 
| | | | Date:   Thu May 5 06:26:38 2011 +0000
| | | | 
| | | |     - Compile qtclients with the configured CXX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | 
| * | | commit a544bb6fda8447e6fe93a70d4fc08f0f66449b56
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 3 10:36:45 2011 +0000
| | | | 
| | | |     - Added some keywords to notebook highlighter.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp
| | | | 
| * | | commit 191de02f5fcff55c096939ab3a7f1dd60c858895
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 15 16:38:22 2011 +0000
| | | | 
| | | |     - New tools.
| | | |     - Few updates in OMNotebook, OMEdit and OMPlot.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | 
| * | | commit 395dcdc2a38759c6263414475ed03d1e34d15f20
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Mar 29 06:27:40 2011 +0000
| | | | 
| | | |     - Fix for corbaSessionName not being NULL as it is supposed to
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | 
| * | | commit d9ecb0cc52e7bd9ddf2c65424aa35dfbc0f6d816
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 25 15:11:50 2011 +0000
| | | | 
| | | |     - includepath for local files.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit c1dc77757b7dc74f5750ba495a004fd008963496
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 7 15:50:57 2011 +0000
| | | | 
| | | |     - Use $TEMP/OpenModelica/ as tmp-dir instead of OMShell/ OMNotebook/
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | 
| * | | commit 2cb3e64e69043032b37d5d5e9e5a0e4bca84c36e
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Mar 7 09:40:59 2011 +0000
| | | | 
| | | |     - Some fixes for OMNotebookGUI.pro (Coin if configured using it, etc)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | 
| * | | commit deb4dbff286b3b61b6e756d8c55c24d3572e43c8
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 6 06:48:21 2011 +0000
| | | | 
| | | |     - Fixed compilation of OMPlotWindow
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | M	OMNotebook/OMPlotWindow/Makefile.unix.in
| | | | 
| * | | commit bc015effd764adebcf2143006da8783d64939d5f
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 6 06:22:44 2011 +0000
| | | | 
| | | |     - Fixed compilation of OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | M	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | 
| * | | commit 4ab4fade10fbad8c86d392bc30da482cd0267db0
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 6 05:55:53 2011 +0000
| | | | 
| | | |     - Removed Windows-specific generated files that interferes will other OS'es
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook/OMNotebookGUI/Makefile.Debug
| | | | D	OMNotebook/OMNotebookGUI/Makefile.Release
| | | | D	OMNotebook/OMPlotWindow/Makefile.Debug
| | | | D	OMNotebook/OMPlotWindow/Makefile.Release
| | | | 
| * | | commit ae88f9b4271bb4ed31c1954e110406115aac1b26
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 6 03:24:22 2011 +0000
| | | | 
| | | |     - Changed the settings of all OM clients so that generatedfiles are created in a separate directories.
| | | |     - Few updates of OMEdit
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/OMNotebookGUI/Makefile.Debug
| | | | A	OMNotebook/OMNotebookGUI/Makefile.Release
| | | | M	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | A	OMNotebook/OMPlotWindow/Makefile.Debug
| | | | A	OMNotebook/OMPlotWindow/Makefile.Release
| | | | M	OMNotebook/OMPlotWindow/OMPlotWindow.pro
| | | | M	OMNotebook/ReadMe.txt
| | | | 
| * | | commit 9e40c974dc7ec41eb3b1eb9c986c069de4a7c541
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 6 02:33:28 2011 +0000
| | | | 
| | | |     - Changed the settings
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMPlotWindow/OMPlotWindow.pro
| | | | 
| * | | commit 67f5a2bd34d8bd35daed68d482fb20c19fd820f1
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 6 01:49:40 2011 +0000
| | | | 
| | | |     - Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook/3Dpkg/3Dpkg.vcproj
| | | | D	OMNotebook/3Dpkg/3Dpkg.vcxproj
| | | | D	OMNotebook/3Dpkg/3Dpkg.vcxproj.filters
| | | | D	OMNotebook/ANTLR/ReadMe.txt
| | | | D	OMNotebook/ANTLR/antlr.vcproj
| | | | D	OMNotebook/NotebookParser/NotebookParser.vcproj
| | | | D	OMNotebook/NotebookParser/NotebookParser.vcxproj
| | | | D	OMNotebook/NotebookParser/NotebookParser.vcxproj.filters
| | | | D	OMNotebook/NotebookParser/ReadMe.txt
| | | | D	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | D	OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt
| | | | R100	OMNotebook/OMNotebookQT4/ImageSizeDlg.ui	OMNotebook/OMNotebookGUI/ImageSizeDlg.ui
| | | | R100	OMNotebook/OMNotebookQT4/Makefile.unix.in	OMNotebook/OMNotebookGUI/Makefile.unix.in
| | | | R100	OMNotebook/OMNotebookQT4/OMNotebook.config.in	OMNotebook/OMNotebookGUI/OMNotebook.config.in
| | | | A	OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
| | | | R100	OMNotebook/OMNotebookQT4/OtherDlg.ui	OMNotebook/OMNotebookGUI/OtherDlg.ui
| | | | R100	OMNotebook/OMNotebookQT4/omnotebook_icon.ico	OMNotebook/OMNotebookGUI/Resources/omnotebook_icon.ico
| | | | R100	OMNotebook/OMNotebookQT4/Resources/omnotebook_png.png	OMNotebook/OMNotebookGUI/Resources/omnotebook_png.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/apply.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/apply.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editcopy.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/editcopy.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editcut.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/editcut.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editpaste.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/editpaste.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/exit.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/exit.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/filenew.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/filenew.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/fileopen.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/fileopen.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/fileprint.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/fileprint.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/filesave.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/filesave.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/find.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/find.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/image.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/image.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/redo.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/redo.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/text_right.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/text_right.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/text_under.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/text_under.png
| | | | R100	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/undo.png	OMNotebook/OMNotebookGUI/Resources/toolbarIcons/undo.png
| | | | R100	OMNotebook/OMNotebookQT4/application.h	OMNotebook/OMNotebookGUI/application.h
| | | | R100	OMNotebook/OMNotebookQT4/cell.cpp	OMNotebook/OMNotebookGUI/cell.cpp
| | | | R099	OMNotebook/OMNotebookQT4/cell.h	OMNotebook/OMNotebookGUI/cell.h
| | | | R099	OMNotebook/OMNotebookQT4/cellapplication.cpp	OMNotebook/OMNotebookGUI/cellapplication.cpp
| | | | R100	OMNotebook/OMNotebookQT4/cellapplication.h	OMNotebook/OMNotebookGUI/cellapplication.h
| | | | R100	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp	OMNotebook/OMNotebookGUI/cellcommandcenter.cpp
| | | | R100	OMNotebook/OMNotebookQT4/cellcommandcenter.h	OMNotebook/OMNotebookGUI/cellcommandcenter.h
| | | | R100	OMNotebook/OMNotebookQT4/cellcommands.cpp	OMNotebook/OMNotebookGUI/cellcommands.cpp
| | | | R100	OMNotebook/OMNotebookQT4/cellcommands.h	OMNotebook/OMNotebookGUI/cellcommands.h
| | | | R099	OMNotebook/OMNotebookQT4/cellcursor.cpp	OMNotebook/OMNotebookGUI/cellcursor.cpp
| | | | R100	OMNotebook/OMNotebookQT4/cellcursor.h	OMNotebook/OMNotebookGUI/cellcursor.h
| | | | R100	OMNotebook/OMNotebookQT4/celldocument.cpp	OMNotebook/OMNotebookGUI/celldocument.cpp
| | | | R100	OMNotebook/OMNotebookQT4/celldocument.h	OMNotebook/OMNotebookGUI/celldocument.h
| | | | R100	OMNotebook/OMNotebookQT4/celldocumentview.h	OMNotebook/OMNotebookGUI/celldocumentview.h
| | | | R100	OMNotebook/OMNotebookQT4/cellfactory.cpp	OMNotebook/OMNotebookGUI/cellfactory.cpp
| | | | R100	OMNotebook/OMNotebookQT4/cellfactory.h	OMNotebook/OMNotebookGUI/cellfactory.h
| | | | R100	OMNotebook/OMNotebookQT4/cellgroup.cpp	OMNotebook/OMNotebookGUI/cellgroup.cpp
| | | | R100	OMNotebook/OMNotebookQT4/cellgroup.h	OMNotebook/OMNotebookGUI/cellgroup.h
| | | | R100	OMNotebook/OMNotebookQT4/cellparserfactory.cpp	OMNotebook/OMNotebookGUI/cellparserfactory.cpp
| | | | R100	OMNotebook/OMNotebookQT4/cellstyle.h	OMNotebook/OMNotebookGUI/cellstyle.h
| | | | R100	OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp	OMNotebook/OMNotebookGUI/chaptercountervisitor.cpp
| | | | R100	OMNotebook/OMNotebookQT4/chaptercountervisitor.h	OMNotebook/OMNotebookGUI/chaptercountervisitor.h
| | | | R100	OMNotebook/OMNotebookQT4/command.h	OMNotebook/OMNotebookGUI/command.h
| | | | R100	OMNotebook/OMNotebookQT4/commandcenter.h	OMNotebook/OMNotebookGUI/commandcenter.h
| | | | R100	OMNotebook/OMNotebookQT4/commandcompletion.cpp	OMNotebook/OMNotebookGUI/commandcompletion.cpp
| | | | R100	OMNotebook/OMNotebookQT4/commandcompletion.h	OMNotebook/OMNotebookGUI/commandcompletion.h
| | | | R100	OMNotebook/OMNotebookQT4/commands.xml	OMNotebook/OMNotebookGUI/commands.xml
| | | | R100	OMNotebook/OMNotebookQT4/commandunit.h	OMNotebook/OMNotebookGUI/commandunit.h
| | | | R100	OMNotebook/OMNotebookQT4/copytest.cpp	OMNotebook/OMNotebookGUI/copytest.cpp
| | | | R100	OMNotebook/OMNotebookQT4/cursorcommands.h	OMNotebook/OMNotebookGUI/cursorcommands.h
| | | | R100	OMNotebook/OMNotebookQT4/cursorposvisitor.h	OMNotebook/OMNotebookGUI/cursorposvisitor.h
| | | | R099	OMNotebook/OMNotebookQT4/document.h	OMNotebook/OMNotebookGUI/document.h
| | | | R100	OMNotebook/OMNotebookQT4/documentview.h	OMNotebook/OMNotebookGUI/documentview.h
| | | | R100	OMNotebook/OMNotebookQT4/evalthread.cpp	OMNotebook/OMNotebookGUI/evalthread.cpp
| | | | R100	OMNotebook/OMNotebookQT4/evalthread.h	OMNotebook/OMNotebookGUI/evalthread.h
| | | | R100	OMNotebook/OMNotebookQT4/factory.h	OMNotebook/OMNotebookGUI/factory.h
| | | | R099	OMNotebook/OMNotebookQT4/graphcell.cpp	OMNotebook/OMNotebookGUI/graphcell.cpp
| | | | R099	OMNotebook/OMNotebookQT4/graphcell.h	OMNotebook/OMNotebookGUI/graphcell.h
| | | | R100	OMNotebook/OMNotebookQT4/graphcelldelegate.h	OMNotebook/OMNotebookGUI/graphcelldelegate.h
| | | | R100	OMNotebook/OMNotebookQT4/highlighterthread.cpp	OMNotebook/OMNotebookGUI/highlighterthread.cpp
| | | | R100	OMNotebook/OMNotebookQT4/highlighterthread.h	OMNotebook/OMNotebookGUI/highlighterthread.h
| | | | R100	OMNotebook/OMNotebookQT4/imagesizedlg.h	OMNotebook/OMNotebookGUI/imagesizedlg.h
| | | | R100	OMNotebook/OMNotebookQT4/indent.cpp	OMNotebook/OMNotebookGUI/indent.cpp
| | | | R100	OMNotebook/OMNotebookQT4/indent.h	OMNotebook/OMNotebookGUI/indent.h
| | | | R100	OMNotebook/OMNotebookQT4/inputcell.cpp	OMNotebook/OMNotebookGUI/inputcell.cpp
| | | | R100	OMNotebook/OMNotebookQT4/inputcell.h	OMNotebook/OMNotebookGUI/inputcell.h
| | | | R100	OMNotebook/OMNotebookQT4/inputcelldelegate.h	OMNotebook/OMNotebookGUI/inputcelldelegate.h
| | | | R100	OMNotebook/OMNotebookQT4/modelicacolors.xml	OMNotebook/OMNotebookGUI/modelicacolors.xml
| | | | R100	OMNotebook/OMNotebookQT4/nbparser.h	OMNotebook/OMNotebookGUI/nbparser.h
| | | | R099	OMNotebook/OMNotebookQT4/notebook.cpp	OMNotebook/OMNotebookGUI/notebook.cpp
| | | | R100	OMNotebook/OMNotebookQT4/notebook.h	OMNotebook/OMNotebookGUI/notebook.h
| | | | R100	OMNotebook/OMNotebookQT4/notebookcommands.h	OMNotebook/OMNotebookGUI/notebookcommands.h
| | | | R100	OMNotebook/OMNotebookQT4/notebooksocket.cpp	OMNotebook/OMNotebookGUI/notebooksocket.cpp
| | | | R100	OMNotebook/OMNotebookQT4/notebooksocket.h	OMNotebook/OMNotebookGUI/notebooksocket.h
| | | | R099	OMNotebook/OMNotebookQT4/omc_communicator.cpp	OMNotebook/OMNotebookGUI/omc_communicator.cpp
| | | | A	OMNotebook/OMNotebookGUI/omc_communicator.h
| | | | R100	OMNotebook/OMNotebookQT4/omc_communicator.hpp	OMNotebook/OMNotebookGUI/omc_communicator.hpp
| | | | R098	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
| | | | R098	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h	OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h
| | | | R100	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp	OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp
| | | | R100	OMNotebook/OMNotebookQT4/openmodelicahighlighter.h	OMNotebook/OMNotebookGUI/openmodelicahighlighter.h
| | | | R100	OMNotebook/OMNotebookQT4/otherdlg.h	OMNotebook/OMNotebookGUI/otherdlg.h
| | | | R100	OMNotebook/OMNotebookQT4/parserfactory.h	OMNotebook/OMNotebookGUI/parserfactory.h
| | | | R100	OMNotebook/OMNotebookQT4/printervisitor.cpp	OMNotebook/OMNotebookGUI/printervisitor.cpp
| | | | R100	OMNotebook/OMNotebookQT4/printervisitor.h	OMNotebook/OMNotebookGUI/printervisitor.h
| | | | R100	OMNotebook/OMNotebookQT4/puretextvisitor.cpp	OMNotebook/OMNotebookGUI/puretextvisitor.cpp
| | | | R100	OMNotebook/OMNotebookQT4/puretextvisitor.h	OMNotebook/OMNotebookGUI/puretextvisitor.h
| | | | R100	OMNotebook/OMNotebookQT4/qcombobox_search.cpp	OMNotebook/OMNotebookGUI/qcombobox_search.cpp
| | | | R100	OMNotebook/OMNotebookQT4/qcombobox_search.h	OMNotebook/OMNotebookGUI/qcombobox_search.h
| | | | R099	OMNotebook/OMNotebookQT4/qtapp.cpp	OMNotebook/OMNotebookGUI/qtapp.cpp
| | | | A	OMNotebook/OMNotebookGUI/rc_omnotebook.rc
| | | | R100	OMNotebook/OMNotebookQT4/removehighlightervisitor.h	OMNotebook/OMNotebookGUI/removehighlightervisitor.h
| | | | R100	OMNotebook/OMNotebookQT4/replaceallvisitor.h	OMNotebook/OMNotebookGUI/replaceallvisitor.h
| | | | R097	OMNotebook/OMNotebookQT4/res_qt.qrc	OMNotebook/OMNotebookGUI/res_qt.qrc
| | | | R100	OMNotebook/OMNotebookQT4/resource1.h	OMNotebook/OMNotebookGUI/resource1.h
| | | | R100	OMNotebook/OMNotebookQT4/rule.h	OMNotebook/OMNotebookGUI/rule.h
| | | | R100	OMNotebook/OMNotebookQT4/searchform.cpp	OMNotebook/OMNotebookGUI/searchform.cpp
| | | | R100	OMNotebook/OMNotebookQT4/searchform.h	OMNotebook/OMNotebookGUI/searchform.h
| | | | R100	OMNotebook/OMNotebookQT4/searchform.ui	OMNotebook/OMNotebookGUI/searchform.ui
| | | | R100	OMNotebook/OMNotebookQT4/serializingvisitor.cpp	OMNotebook/OMNotebookGUI/serializingvisitor.cpp
| | | | R100	OMNotebook/OMNotebookQT4/serializingvisitor.h	OMNotebook/OMNotebookGUI/serializingvisitor.h
| | | | R100	OMNotebook/OMNotebookQT4/stripstring.h	OMNotebook/OMNotebookGUI/stripstring.h
| | | | R100	OMNotebook/OMNotebookQT4/stylesheet.cpp	OMNotebook/OMNotebookGUI/stylesheet.cpp
| | | | R100	OMNotebook/OMNotebookQT4/stylesheet.h	OMNotebook/OMNotebookGUI/stylesheet.h
| | | | R100	OMNotebook/OMNotebookQT4/stylesheet.xml	OMNotebook/OMNotebookGUI/stylesheet.xml
| | | | R100	OMNotebook/OMNotebookQT4/syntaxhighlighter.h	OMNotebook/OMNotebookGUI/syntaxhighlighter.h
| | | | R100	OMNotebook/OMNotebookQT4/textcell.cpp	OMNotebook/OMNotebookGUI/textcell.cpp
| | | | R100	OMNotebook/OMNotebookQT4/textcell.h	OMNotebook/OMNotebookGUI/textcell.h
| | | | R100	OMNotebook/OMNotebookQT4/textcursorcommands.cpp	OMNotebook/OMNotebookGUI/textcursorcommands.cpp
| | | | R100	OMNotebook/OMNotebookQT4/textcursorcommands.h	OMNotebook/OMNotebookGUI/textcursorcommands.h
| | | | R100	OMNotebook/OMNotebookQT4/treeview.cpp	OMNotebook/OMNotebookGUI/treeview.cpp
| | | | R100	OMNotebook/OMNotebookQT4/treeview.h	OMNotebook/OMNotebookGUI/treeview.h
| | | | R100	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp	OMNotebook/OMNotebookGUI/updategroupcellvisitor.cpp
| | | | R100	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h	OMNotebook/OMNotebookGUI/updategroupcellvisitor.h
| | | | R100	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp	OMNotebook/OMNotebookGUI/updatelinkvisitor.cpp
| | | | R100	OMNotebook/OMNotebookQT4/updatelinkvisitor.h	OMNotebook/OMNotebookGUI/updatelinkvisitor.h
| | | | R100	OMNotebook/OMNotebookQT4/visitor.h	OMNotebook/OMNotebookGUI/visitor.h
| | | | R100	OMNotebook/OMNotebookQT4/xmlnodename.h	OMNotebook/OMNotebookGUI/xmlnodename.h
| | | | R100	OMNotebook/OMNotebookQT4/xmlparser.cpp	OMNotebook/OMNotebookGUI/xmlparser.cpp
| | | | R100	OMNotebook/OMNotebookQT4/xmlparser.h	OMNotebook/OMNotebookGUI/xmlparser.h
| | | | D	OMNotebook/OMNotebookQT4/OMNotebook.pro
| | | | D	OMNotebook/OMNotebookQT4/OMNotebook.sln
| | | | D	OMNotebook/OMNotebookQT4/OMNotebook.vcproj
| | | | D	OMNotebook/OMNotebookQT4/OMNotebook.vcxproj
| | | | D	OMNotebook/OMNotebookQT4/OMNotebook.vcxproj.filters
| | | | D	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | D	OMNotebook/OMNotebookQT4/omnotebook_png.png
| | | | D	OMNotebook/OMNotebookQT4/res.aps
| | | | D	OMNotebook/OMNotebookQT4/res.rc
| | | | R100	OMNotebook/ext/Makefile.unix.in	OMNotebook/OMPlotWindow/Makefile.unix.in
| | | | R100	OMNotebook/ext/OMPlotWindow.config.in	OMNotebook/OMPlotWindow/OMPlotWindow.config.in
| | | | R100	OMNotebook/ext/OMPlotWindow.pro	OMNotebook/OMPlotWindow/OMPlotWindow.pro
| | | | R100	OMNotebook/ext/Resources/plotWindow.ico	OMNotebook/OMPlotWindow/Resources/plotWindow.ico
| | | | R097	OMNotebook/ext/e.cpp	OMNotebook/OMPlotWindow/e.cpp
| | | | R100	OMNotebook/ext/qtres.qrc	OMNotebook/OMPlotWindow/qtres.qrc
| | | | A	OMNotebook/OMPlotWindow/rc_omplotwindow.rc
| | | | R100	OMNotebook/ext/resource.h	OMNotebook/OMPlotWindow/resource.h
| | | | D	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | D	OMNotebook/Pltpkg2/Pltpkg2.vcxproj
| | | | D	OMNotebook/Pltpkg2/Pltpkg2.vcxproj.filters
| | | | D	OMNotebook/ext/OMPlotWindow.rc
| | | | D	OMNotebook/ext/OMPlotWindow.vcproj
| | | | D	OMNotebook/ext/OMPlotWindow.vcxproj
| | | | D	OMNotebook/ext/OMPlotWindow.vcxproj.filters
| | | | D	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | 
| * | | commit daf6f8fe11504c4a6f05b73636071d6f64804b26
| | | | Author: Adrian Pop 
| | | | Date:   Fri Mar 4 16:05:12 2011 +0000
| | | | 
| | | |     - fixes to errors when starting on Windows.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 41fbce9fc5a3455633569708fd22e797ade30840
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 20:35:56 2011 +0000
| | | | 
| | | |     - During startup, switch the omc working directory to TEMP/{OMShell,OMNotebook}/ so we have a directory with write access
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8032 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | 
| * | | commit 04b7dc07209d2280264230509e31e5846a6d0521
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 10:24:12 2011 +0000
| | | | 
| | | |     - Use --prefix as the guess of the omc executable if OPENMODELICAHOME is not given (not all platforms install omc on the PATH)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 9cc2de7bade048be3aae14cf6c5a359d4e91d7a2
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 07:28:01 2011 +0000
| | | | 
| | | |     - Updated OMNotebook/OMShell commands.xml
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | 
| * | | commit 890b6dc706a8b769bf322aad59153b31abb962a2
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Feb 25 21:35:22 2011 +0000
| | | | 
| | | |     - Install .app's instead of executables in OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | 
| * | | commit 7a26594648405bc3998260786bbb2bd936bc574d
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Feb 23 09:33:11 2011 +0000
| | | | 
| | | |     - Use the correct loadModel command in Examples/3D_BouncingBall3D.onb
| | | |     - Fixed a flickering issue with the visualization issue by right-justifying the text so it doesn't jump around a lot; also increased the default size of the widget so it does not resize all the time
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | 
| * | | commit 37300d47cac9aa42bf62b853e07cd19a5315609a
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jan 25 12:48:21 2011 +0000
| | | | 
| | | |     - builds of clients using VS
| | | |     - small changes to make VS compile some files.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 06757b02dbbb1042be2376e605b2cd6aa49533ad
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 24 16:50:13 2011 +0000
| | | | 
| | | |     another try to remove tabs form the file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | 
| * | | commit 31830a67caf5926cdf47c2595f6d04ee53e2f42f
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 24 16:35:44 2011 +0000
| | | | 
| | | |     removed tabs form the file
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | 
| * | | commit 1e272b6f1922c1c1b415f8a388e337d5b817d24d
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 24 13:03:47 2011 +0000
| | | | 
| | | |     Fixed the cells cut & copy bug.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | 
| * | | commit 2a277356685cc13599384b24a2cafb908492c362
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Jan 9 17:37:10 2011 +0000
| | | | 
| | | |     - Tabs to spaces
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7667 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/SimulationData.cpp
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | M	OMNotebook/OMNotebookQT4/application.h
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cell.h
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/celldocumentview.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.h
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | M	OMNotebook/OMNotebookQT4/cellstyle.h
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.h
| | | | M	OMNotebook/OMNotebookQT4/commandunit.h
| | | | M	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/evalthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.h
| | | | M	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookQT4/indent.cpp
| | | | M	OMNotebook/OMNotebookQT4/indent.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/otherdlg.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.cpp
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.h
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/rule.h
| | | | M	OMNotebook/OMNotebookQT4/searchform.cpp
| | | | M	OMNotebook/OMNotebookQT4/searchform.h
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/stripstring.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | M	OMNotebook/OMNotebookQT4/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.h
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/dataSelect.cpp
| | | | M	OMNotebook/Pltpkg2/focusRect.h
| | | | M	OMNotebook/Pltpkg2/graphScene.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/label.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/legendLabel.h
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | M	OMNotebook/Pltpkg2/variablewindow.cpp
| | | | M	OMNotebook/Pltpkg2/variablewindow.h
| | | | M	OMNotebook/Pltpkg2/verticalLabel.h
| | | | 
| * | | commit a03358fe219b35c495d2f6216287c5b724ad7856
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jan 7 08:33:22 2011 +0000
| | | | 
| | | |     - Replaced tab characters with 2 spaces (mostly in C sources since Eclipse/MDT usually manages to avoid using tabs)
| | | |     $ svn diff Compiler/ | grep ^- | grep -v ^--- | wc -l
| | | |     4771
| | | |     $ svn diff c_runtime/ | grep ^- | grep -v ^--- | wc -l
| | | |     13365
| | | |     $ svn diff OMNotebook/ | grep ^- | grep -v ^--- | wc -l
| | | |     17341
| | | |     $ svn diff OMShell/ | grep ^- | grep -v ^--- | wc -l
| | | |     582
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/SimulationData.cpp
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | M	OMNotebook/OMNotebookQT4/application.h
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cell.h
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/celldocumentview.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.h
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellstyle.h
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/command.h
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.h
| | | | M	OMNotebook/OMNotebookQT4/commandunit.h
| | | | M	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/documentview.h
| | | | M	OMNotebook/OMNotebookQT4/evalthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/evalthread.h
| | | | M	OMNotebook/OMNotebookQT4/factory.h
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.h
| | | | M	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookQT4/indent.cpp
| | | | M	OMNotebook/OMNotebookQT4/indent.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/otherdlg.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.cpp
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.h
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/rule.h
| | | | M	OMNotebook/OMNotebookQT4/searchform.cpp
| | | | M	OMNotebook/OMNotebookQT4/searchform.h
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/stripstring.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | M	OMNotebook/OMNotebookQT4/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/visitor.h
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.h
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/curve.h
| | | | M	OMNotebook/Pltpkg2/dataSelect.cpp
| | | | M	OMNotebook/Pltpkg2/focusRect.h
| | | | M	OMNotebook/Pltpkg2/graphScene.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.h
| | | | M	OMNotebook/Pltpkg2/label.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/legendLabel.h
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/point.cpp
| | | | M	OMNotebook/Pltpkg2/point.h
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.h
| | | | M	OMNotebook/Pltpkg2/variableData.cpp
| | | | M	OMNotebook/Pltpkg2/variableData.h
| | | | M	OMNotebook/Pltpkg2/variablewindow.cpp
| | | | M	OMNotebook/Pltpkg2/variablewindow.h
| | | | M	OMNotebook/Pltpkg2/verticalLabel.h
| | | | 
| * | | commit 66b0b7a237f3dd5da4c26dde33bac61280d5c757
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jan 4 19:50:57 2011 +0000
| | | | 
| | | |     Removed the testing Message Box added.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7639 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | 
| * | | commit 58040e2a0ad01d0c83c44a6bbe4b3c71cc0787b1
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jan 4 18:46:10 2011 +0000
| | | | 
| | | |     testing the temp path
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | 
| * | | commit 3e6c6a1951e67411a93ae17c37d7cfc53c04a6f8
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jan 4 18:28:00 2011 +0000
| | | | 
| | | |     - The Corba IOR file was not picked up on MAC OSX because the path for temp directory is hard coded. Using QDir::tempPath() now to get the temp directory path.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | 
| * | | commit b571b7f62466c29fbda61ddf1a5aab05363c61bc
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Dec 26 08:07:33 2010 +0000
| | | | 
| | | |     - Some fixes for OMNotebook startup
| | | |       - Do not only wait for omc to start; also wait for it to open a connection
| | | |       - It also works properly when OPENMODELICAHOME lacks a trailing slash
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 8f38cb3083b49e092a05fd9b48554584e516f6f2
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 21 08:13:26 2010 +0000
| | | | 
| | | |     - Fix OMNotebook so it does not require OPENMODELICAHOME to be set on Unix
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | 
| * | | commit 773bbeb0a5f96e859ed5e2b5be8ad7f1ceba1cb4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 17 11:42:54 2010 +0000
| | | | 
| | | |     Fixes for #1381
| | | |     - Only try to print the graph of plot windows if isQtPlot() is true
| | | |     - Print output text of any graph output cell
| | | |     Printing still is not perfect and success depends largely on the chosen printer settings, but it's a lot better now
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | 
| * | | commit e79449fc8f800efff514b6b18259b58a8f9f888a
| | | | Author: Adrian Pop 
| | | | Date:   Fri Dec 17 11:31:38 2010 +0000
| | | | 
| | | |     - rebuild OMNotebook
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.vcxproj
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | 
| * | | commit 11939bfaafdba1fd7b75ca11cb3a94be25e7da76
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 2 19:50:39 2010 +0000
| | | | 
| | | |     - Update makefiles to make parts of the qtclients compile on OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | 
| * | | commit 88163970ab075ec8d7f78ca2881917ebff7b35b1
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 2 19:01:16 2010 +0000
| | | | 
| | | |     - OMNotebook now respects LDFLAGS configure flags
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.config.in
| | | | 
| * | | commit 10cfb347220294cd153360c231d90c43c5082ae7
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Nov 27 14:55:37 2010 +0000
| | | | 
| | | |     - Some fixes for OMNotebook printing (removed the annoying debug boxes)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | 
| * | | commit 914bdf674d52aae2816cc770eda9de2a6bd3c3b0
| | | | Author: Adrian Pop 
| | | | Date:   Wed Nov 17 07:48:59 2010 +0000
| | | | 
| | | |     - latest build.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | 
| * | | commit f9046577242f02f3025121108c03deff9ef8ac5e
| | | | Author: Adrian Pop 
| | | | Date:   Mon Nov 8 03:29:38 2010 +0000
| | | | 
| | | |     - update OMNotebook project (NotebookParser is not needed anymore).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.vcxproj
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.vcxproj.filters
| | | | 
| * | | commit 8c7abdeaebb894ce86fc7e85773a38f8a106983c
| | | | Author: Mohsen Torabzadeh-Tari 
| | | | Date:   Mon Nov 1 13:58:38 2010 +0000
| | | | 
| | | |     removed the sketch library to the branch omnotebook
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook/Sketch1/Sketch/Sketch.sln
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_Arc.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_Arc.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_Line.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_RoundRect.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_RoundRect.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_ellep.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_ellipse.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_line.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_polygon.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_polygon.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_rect.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Draw_rect.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Graph_Scene.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Graph_Scene.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Label.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Line.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Line.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Scene_Objects.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Scene_Objects.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Shapes.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Shapes.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Sketch.vcxproj
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Sketch.vcxproj.filters
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Tools.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/Tools.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/basic.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/main.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/mainwindow.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/mainwindow.h
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/moc_Graph_Scene.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/moc_Tools.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/moc_mainwindow.cpp
| | | | D	OMNotebook/Sketch1/Sketch/Sketch/ui_mainwindow.h
| | | | 
| * | | commit 09c2b8434a6d42e347c79d31d4ab1ea8bad99f67
| | | | Author: Mohsen Torabzadeh-Tari 
| | | | Date:   Mon Nov 1 13:38:55 2010 +0000
| | | | 
| | | |     added the omnotebook sketch library
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6808 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/Sketch1/Sketch/Sketch.sln
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_Arc.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_Arc.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_Line.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_RoundRect.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_RoundRect.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_ellep.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_ellipse.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_line.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_polygon.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_polygon.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_rect.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Draw_rect.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Graph_Scene.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Graph_Scene.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Label.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Line.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Line.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Scene_Objects.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Scene_Objects.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Shapes.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Shapes.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Sketch.vcxproj
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Sketch.vcxproj.filters
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Tools.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/Tools.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/basic.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/main.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/mainwindow.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/mainwindow.h
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/moc_Graph_Scene.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/moc_Tools.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/moc_mainwindow.cpp
| | | | A	OMNotebook/Sketch1/Sketch/Sketch/ui_mainwindow.h
| | | | 
| * | | commit 69bf942aab74d2dc531371dc6b067424cc2808a0
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 1 10:13:33 2010 +0000
| | | | 
| | | |     - Use getInstallationDirectoryPath() in OMEdit to query where the standard library is located
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | 
| * | | commit 19ae448b3ac4bf602d582d55cd43d9a87a745a56
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 06:32:34 2010 +0000
| | | | 
| | | |     - Fix svn:eol-style on OMEdit, OMNotebook, msl32
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | M	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | M	OMNotebook/ext/resource.h
| | | | 
| * | | commit 70690e44e263bf55422b05a97d26dced3e9ae3e9
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Oct 24 15:40:35 2010 +0000
| | | | 
| | | |     - Remove support for parsing of the old notebook format (this means we no longer need ANTLR2 to build OMC)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook/NotebookParser/AntlrNotebookLexer.cpp
| | | | D	OMNotebook/NotebookParser/AntlrNotebookLexer.hpp
| | | | D	OMNotebook/NotebookParser/AntlrNotebookParser.cpp
| | | | D	OMNotebook/NotebookParser/AntlrNotebookParser.hpp
| | | | D	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp
| | | | D	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt
| | | | D	OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp
| | | | D	OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp
| | | | D	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp
| | | | D	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt
| | | | D	OMNotebook/NotebookParser/lexer.g
| | | | D	OMNotebook/NotebookParser/parser.g
| | | | D	OMNotebook/NotebookParser/walker.g
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.pro
| | | | D	OMNotebook/OMNotebookQT4/cellgrammar.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | D	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | D	OMNotebook/OMNotebookQT4/notebookparser.h
| | | | 
| * | | commit 8597653dcb76199a8bf5038b6e971ad8f4fb5cb5
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 13 09:16:18 2010 +0000
| | | | 
| | | |     - The (Unix) make process now installs DrControl files by default
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | 
| * | | commit f4ea4528f465e10b962a8985bc0c69ee76ae5906
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 13 09:09:06 2010 +0000
| | | | 
| | | |     - Fix OMNotebook search path for OMNotebookHelp.onb (search in $OPENMODELICAHOME/share/omnotebook/ instead of $OPENMODELICA/bin/)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | 
| * | | commit 1556b95750f77522acc418a3f6d0e6c0bfb4e3c1
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 13 09:00:26 2010 +0000
| | | | 
| | | |     - Fix notebook.h header (new Qt seems to have a constructor QString(int) which conflicts)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | 
| * | | commit 3921efce74e0859072d706d2c68eb6aa87df4e85
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 26 12:31:16 2010 +0000
| | | | 
| | | |     - Fixed the copyright information displayed to the user when running omc,mosh,OMShell or OMNotebook (years were outdated, etc)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | 
| * | | commit dd4c2638ac90c2f193a9f4cc674e52bce0d25221
| | | | Author: Adrian Pop 
| | | | Date:   Thu Aug 19 23:09:25 2010 +0000
| | | | 
| | | |     - updates to release files
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.vcxproj
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | 
| * | | commit 7bee92d7806d80c8a8d7d7ef53ca0c2a4b22e42b
| | | | Author: Ariel Liebman 
| | | | Date:   Fri Aug 13 01:26:27 2010 +0000
| | | | 
| | | |     Fixed minor bug in notebook.cpp introduced in new message window string concatenation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | 
| * | | commit 6c6cbd64cf956d63505caac67ebd6f14fcd66192
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Aug 9 12:28:26 2010 +0000
| | | | 
| | | |     - Fix year on copyright notice in the "About OMNotebook" dialog
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | 
| * | | commit d3458c9f6d15d1487a81a09162c79c846b040f2d
| | | | Author: Adrian Pop 
| | | | Date:   Sun Jul 18 20:59:28 2010 +0000
| | | | 
| | | |     - new releases of qt clients OM* and some other small changes
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | 
| * | | commit f8b62b51d68fed6dfd0d87a321e6a123e0eee332
| | | | Author: Ariel Liebman 
| | | | Date:   Fri Jul 16 05:08:24 2010 +0000
| | | | 
| | | |     changed #include  to #include . Caused problem in compilation of OMNotebook
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | 
| * | | commit 694ac06baee0db4faadbfe7c98f2d3ec189f9b7c
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jul 5 12:38:32 2010 +0000
| | | | 
| | | |     - Fix configure script so include flags in qmake are set correctly (does not expect -I input as gcc does)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.config.in
| | | | 
| * | | commit 6b2f603cd64fee1d0ac2005ddacbe7c3a6c7eb03
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jul 1 13:42:38 2010 +0000
| | | | 
| | | |     - make install no longer tries to install qtclients if they were not compiled
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | 
| * | | commit 3620f28f433ce5ec2006caabca231ed065bde25c
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jun 29 06:10:33 2010 +0000
| | | | 
| | | |     - update the Visual Studio projects to VS2010
| | | |     - it seems vcproj has a vcxproj counterpart and there are some other new files too
| | | |     - renamed ext.exe and ext.pdb to OMPlotWindow.exe and OMPlotWindow.pdb
| | | |     - rebuild all Qt clients: OMShell, OMNotebook, OMPlotWindow
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/3Dpkg/3Dpkg.vcxproj
| | | | A	OMNotebook/3Dpkg/3Dpkg.vcxproj.filters
| | | | A	OMNotebook/NotebookParser/NotebookParser.vcxproj
| | | | A	OMNotebook/NotebookParser/NotebookParser.vcxproj.filters
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.sln
| | | | A	OMNotebook/OMNotebookQT4/OMNotebook.vcxproj
| | | | A	OMNotebook/OMNotebookQT4/OMNotebook.vcxproj.filters
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | A	OMNotebook/Pltpkg2/Pltpkg2.vcxproj
| | | | A	OMNotebook/Pltpkg2/Pltpkg2.vcxproj.filters
| | | | M	OMNotebook/ext/OMPlotWindow.vcproj
| | | | A	OMNotebook/ext/OMPlotWindow.vcxproj
| | | | A	OMNotebook/ext/OMPlotWindow.vcxproj.filters
| | | | M	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | 
| * | | commit 46087545aaf0bdf14963bb53c5e7ff6637c6f4e0
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Jun 28 15:28:01 2010 +0000
| | | | 
| | | |     - Added arument to simulate: outputFormat=
| | | |       - Default is "plt", which is the old format. It's the only format currently capable of using simulation results within OMC. Other formats need external tools.
| | | |       - "csv" is another textual format. It's roughly twice as fast and uses no additional memory (plt uses several GB for large simulations).
| | | |       - "empty" does the same thing as interactive simulations - it disables result file generation. Useful for benchmarking.
| | | |       - "bin" is experimental and should not be used. It basically measures the overhead of converting doubles to strings (speed is 50x times faster than CSV)
| | | |     - Model_init.txt has a new field for the output format
| | | |     - The c_runtime contains the interface used for result file generation.
| | | |     - Added testcases for "csv", "plt" and "empty" simulation results.
| | | |     - Added these options to OMNotebook/OMShell commands.xml.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | 
| * | | commit f29e750e306d9e6e22c1df9b9e1d431deb88839d
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Jun 26 18:01:44 2010 +0000
| | | | 
| | | |     - Install OMNotebookHelp.onb when building OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | 
| * | | commit 8d619b7ac01e82b777227ebe91c775ff9158af31
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Jun 26 17:57:32 2010 +0000
| | | | 
| | | |     - Install DrModelica files when building OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | 
| * | | commit 5b152d4d36f02ea561c8dc3c060fa6ce49f7308c
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Jun 26 16:24:28 2010 +0000
| | | | 
| | | |     - Update makefiles for qtclients.
| | | |       - Added Makefile.unix.in in each client's directory
| | | |       - Should be easier to customize behaviour now
| | | |       - Now copies the binary from OSX .app's into the build dir when doing a Unix build
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/OMNotebookQT4/Makefile.unix.in
| | | | A	OMNotebook/ext/Makefile.unix.in
| | | | 
| * | | commit 514d410da4ee68fb9d9a0464904900b374ef2908
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Jun 26 12:02:44 2010 +0000
| | | | 
| | | |     - Spelling ifdef
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5729 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | 
| * | | commit 269c3132101cf6258a81771c46891125ecb1f71b
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jun 25 18:03:52 2010 +0000
| | | | 
| | | |     - ifdef APPLE_CC on r5726
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | 
| * | | commit c0cd7cc9bd6e403c697d89230827d7c112cd29c4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jun 25 17:41:34 2010 +0000
| | | | 
| | | |     - Fix OMNotebook crashing on OSX
| | | |       - Some text boxes are now a bit too large, but it's still usable
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | 
| * | | commit ce884aa18c7d606e372946acb6cd98c27fd9961e
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Jun 25 11:57:33 2010 +0000
| | | | 
| | | |     - Fix spelling of OMNotebook
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | 
| * | | commit acfc886d1716dfb2cb2442310b659e314e7b555c
| | | | Author: Adrian Pop 
| | | | Date:   Tue Apr 27 01:04:12 2010 +0000
| | | | 
| | | |     - copy .xml files to build/share/omnotebook/ instead of build/bin/
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.vcproj
| | | | 
| * | | commit 2e2f1d10a9aebf96246b79627395217c05c45263
| | | | Author: Adrian Pop 
| | | | Date:   Sun Apr 25 21:20:49 2010 +0000
| | | | 
| | | |     - renamed ext to OMPlotWindow
| | | |     - renamed trunk.sln to OMNotebook.sln
| | | |     - renamed OMS.sln to OMShell.sln
| | | |     - got rid of some .suo as they are user specific.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R094	OMNotebook/OMNotebookQT4/trunk.sln	OMNotebook/OMNotebookQT4/OMNotebook.sln
| | | | R100	OMNotebook/OMNotebookQT4/trunk.vcproj	OMNotebook/OMNotebookQT4/OMNotebook.vcproj
| | | | R100	OMNotebook/ext/ext.rc	OMNotebook/ext/OMPlotWindow.rc
| | | | R095	OMNotebook/ext/ext.vcproj	OMNotebook/ext/OMPlotWindow.vcproj
| | | | 
| * | | commit 8b221f1953f21a3e2a24c6967a5ab9d4c732eee6
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Apr 25 20:28:03 2010 +0000
| | | | 
| | | |     - Added new configure option --with-Coin (Coin disabled by default).
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/SimulationData.cpp
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | A	OMNotebook/OMNotebookQT4/OMNotebook.config.in
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.pro
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | A	OMNotebook/ext/OMPlotWindow.config.in
| | | | M	OMNotebook/ext/OMPlotWindow.pro
| | | | M	OMNotebook/ext/e.cpp
| | | | 
| * | | commit f5e60b4898a501255b062a21b40486a983bee2cd
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Apr 24 22:01:20 2010 +0000
| | | | 
| | | |     - Renamed ext OMPlotWindow
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5380 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R100	OMNotebook/ext/ext.pro	OMNotebook/ext/OMPlotWindow.pro
| | | | 
| * | | commit 2bc1dff70bb2f7347fc5068168a309ed2e09612b
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 23 19:55:24 2010 +0000
| | | | 
| | | |     - Added trunk/Makefile.common, and restructured Makefile and Makefile.omdev.mingw
| | | |     - Fixed lots of weird install targets for files
| | | |       - Moved commands.xml, etc files from bin to share/omnotebook, share/omshell.
| | | |       - Moved ptplot.jar from bin to share/omc/java.
| | | |       - Moved ptplot_license.txt from bin to share/
| | | |       - Moved omc_helptext.txt from bin to share/doc/omc
| | | |       - Added antlr_license.txt
| | | |       - Moved OPENMODELICA/include to OPENMODELICAHOME/omc/include
| | | |         - This way we won't override system libs/includes if we install to /usr
| | | |         - Did the same for /lib
| | | |       - Left to do: Move scripts from bin to usr/share/omc/scripts
| | | |     - Updated OMNotebook and OMShell to reflect new paths of xml files.
| | | |     - Updated doPlot commands to reflect the new location of ptplot.jar
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | 
| * | | commit 0b1764f33779d596b92108757a78e9f94bcf472f
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 23 16:07:41 2010 +0000
| | | | 
| | | |     - Fix syntax error in OMShell.pro
| | | |     - Use ANTLRHOME paths properly in OMNotebook.pro if it is set
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.pro
| | | | 
| * | | commit bdba43d6e112e4cfc83104bcbb3d935262f23a6b
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Apr 21 09:18:43 2010 +0000
| | | | 
| | | |     - Added support for omniORB in qtclients.
| | | |       + We can now remove the dependency on mico for Linux systems.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5344 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.pro
| | | | D	OMNotebook/OMNotebookQT4/omc_communication.cc
| | | | D	OMNotebook/OMNotebookQT4/omc_communication.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | D	OMNotebook/ext/Makefile
| | | | M	OMNotebook/ext/ext.pro
| | | | 
| * | | commit bb4ecf5121f92f75672b55967815c1a60611c38e
| | | | Author: Adrian Pop 
| | | | Date:   Sun Mar 14 11:16:06 2010 +0000
| | | | 
| | | |     - replaced Linköping with Linköping
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5144 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 1cee911ae4439aa00c6d13147094471be9ae1905
| | | | Author: Adrian Pop 
| | | | Date:   Fri Mar 12 05:51:42 2010 +0000
| | | | 
| | | |     - some fixes to plotting while simulating
| | | |     - disable some logging.
| | | |     - updates to ext and OMNotebook
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | 
| * | | commit 08ddf560234adfbac8e91fc21868e770fc50db52
| | | | Author: Adrian Pop 
| | | | Date:   Fri Feb 5 01:04:19 2010 +0000
| | | | 
| | | |     - fixes for enableSendData
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | 
| * | | commit dfbf818c96c0d7723279ae3a58e4501958dcda0e
| | | | Author: Adrian Pop 
| | | | Date:   Thu Jan 21 23:45:33 2010 +0000
| | | | 
| | | |     - updated Copyright (c) text to 2010
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/SimulationData.cpp
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | M	OMNotebook/OMNotebookQT4/application.h
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cell.h
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/celldocumentview.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.h
| | | | M	OMNotebook/OMNotebookQT4/cellgrammar.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellstyle.h
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/command.h
| | | | M	OMNotebook/OMNotebookQT4/commandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.h
| | | | M	OMNotebook/OMNotebookQT4/commandunit.h
| | | | M	OMNotebook/OMNotebookQT4/copytest.cpp
| | | | M	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/documentview.h
| | | | M	OMNotebook/OMNotebookQT4/evalthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/evalthread.h
| | | | M	OMNotebook/OMNotebookQT4/factory.h
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.h
| | | | M	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookQT4/indent.cpp
| | | | M	OMNotebook/OMNotebookQT4/indent.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/nbparser.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.h
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.hpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/otherdlg.h
| | | | M	OMNotebook/OMNotebookQT4/parserfactory.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.cpp
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.h
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/resource1.h
| | | | M	OMNotebook/OMNotebookQT4/rule.h
| | | | M	OMNotebook/OMNotebookQT4/searchform.cpp
| | | | M	OMNotebook/OMNotebookQT4/searchform.h
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/stripstring.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | M	OMNotebook/OMNotebookQT4/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/treeview.h
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/visitor.h
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.h
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/curve.h
| | | | M	OMNotebook/Pltpkg2/dataSelect.cpp
| | | | M	OMNotebook/Pltpkg2/dataSelect.h
| | | | M	OMNotebook/Pltpkg2/focusRect.h
| | | | M	OMNotebook/Pltpkg2/graphScene.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.h
| | | | M	OMNotebook/Pltpkg2/label.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/legendLabel.h
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/lineGroup.cpp
| | | | M	OMNotebook/Pltpkg2/lineGroup.h
| | | | M	OMNotebook/Pltpkg2/point.cpp
| | | | M	OMNotebook/Pltpkg2/point.h
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.h
| | | | M	OMNotebook/Pltpkg2/variableData.cpp
| | | | M	OMNotebook/Pltpkg2/variableData.h
| | | | M	OMNotebook/Pltpkg2/variablewindow.cpp
| | | | M	OMNotebook/Pltpkg2/variablewindow.h
| | | | M	OMNotebook/Pltpkg2/verticalLabel.h
| | | | M	OMNotebook/ext/e.cpp
| | | | 
| * | | commit cf9af6b762af6d770c4db6522f27cd36e81fb9d7
| | | | Author: Stefan Brus 
| | | | Date:   Mon Jan 18 12:41:45 2010 +0000
| | | | 
| | | |     -fixed a bug with inlining of array functions
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit 974b09dbb4557be0747ace537a255dd14cb96511
| | | | Author: Stefan Brus 
| | | | Date:   Wed Dec 2 08:14:47 2009 +0000
| | | | 
| | | |     - Changed PartialFn13 to use an if statement for now
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit da68fe5c92dce62c1cafa1496ee6bb22912116f0
| | | | Author: Stefan Brus 
| | | | Date:   Mon Nov 23 14:53:38 2009 +0000
| | | | 
| | | |     - Fixed type checking and boxing of simple types in partially evaluated functions
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit aabc3bdb5f7386193ec490ceffa0a0f29cc816b0
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Nov 19 09:10:07 2009 +0000
| | | | 
| | | |     - Removed the need to set CLASSPATH when building under Linux.
| | | |     - Updated configure script to not check for CLASSPATH (it only checks that Java exists and can load the provided antlr).
| | | |     - Updated the lexer/parser makefiles to run with parallel jobs.
| | | |     - Warning: Due to RML creating and using .srz-files from all imported packages, parallel execution of make may in some rare cases fail. Running make again will work because the other process will have cached the srz-files.
| | | |       It is possible to generate all srz-files in advance at the cost of efficiency (you may not do this is parallel, and it's not necessary if the number of jobs=1).
| | | |     - Warning: RML drains a lot of RAM. Running "make -j" launches an unlimited number of jobs. This will eat about 20GB of RAM and possibly crash the system, so don't do this. Max 1 job per GB of RAM is recommended.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit 74d548b03a2842d903d2b3d7af2b9c413fe68679
| | | | Author: Stefan Brus 
| | | | Date:   Wed Nov 18 12:09:28 2009 +0000
| | | | 
| | | |     - Fixed a bug that prevented use of function references outside functions
| | | |     - If you want to use function references or partially evaluated functions, compile with +d=fnptr
| | | |     
| | | |     - Fixed make clean in omc_debug, now removes .sigx files too
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit 4e13901518e4c2d830d6c5422dc4239ade1132c2
| | | | Author: Stefan Brus 
| | | | Date:   Tue Nov 17 10:43:01 2009 +0000
| | | | 
| | | |     - Function pointers now work in both Modelica and MetaModelica
| | | |     - Partially evaluated functions now partially works!
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit 5b84a6be1e409a18b92b42ae5ad30ea93b4c92bb
| | | | Author: Stefan Brus 
| | | | Date:   Tue Oct 27 14:49:38 2009 +0000
| | | | 
| | | |     - Annotations are now preserved in SCode format
| | | |     - make clean now removes .sigx files
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit 18567b835985f4cda93f6d4f8904c1d6ac4169cf
| | | | Author: Adrian Pop 
| | | | Date:   Tue Oct 13 18:50:22 2009 +0000
| | | | 
| | | |     - renamed OpenModelica1.5.0 to trunk
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit b9fa51d6ff59a013fc33602767c11d1e52fc08c5
| | | | Author: Adrian Pop 
| | | | Date:   Wed Feb 11 14:21:47 2009 +0000
| | | | 
| | | |     - changed default dassl tolerance from 1e-10 to 1e-4
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | 
| * | | commit 2d72701df9f9bf915c88ebf09b1b0c57f9451274
| | | | Author: Adrian Pop 
| | | | Date:   Thu Feb 5 10:35:25 2009 +0000
| | | | 
| | | |     - fixed an OMC crash on Vista (sendData.cpp)
| | | |     - added icons for Plot Window (ext.exe) and OMC (omc.exe)
| | | |     - display the Plot Window (ext.exe) on the taskbar
| | | |     - updated copyright in OMShell
| | | |     - added .pdb files for releases: ext.exe, OMShell.exe, omc.exe
| | | |       to make it easier to debug crashes
| | | |     - fixed the last date in OpenModelica System Guide
| | | |     - fixed 3D_Bouncinball3D.onb
| | | |     - fixed OMShell runtime error at start
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/res.aps
| | | | A	OMNotebook/ext/Resources/plotWindow.ico
| | | | M	OMNotebook/ext/e.cpp
| | | | A	OMNotebook/ext/ext.rc
| | | | M	OMNotebook/ext/ext.vcproj
| | | | A	OMNotebook/ext/generatedfiles/qtres.cpp
| | | | A	OMNotebook/ext/qtres.qrc
| | | | A	OMNotebook/ext/resource.h
| | | | 
| * | | commit bd30c7d92cd613732978e39cc69b9c70ac2f754d
| | | | Author: Eric Meyers 
| | | | Date:   Sat Jan 31 18:17:00 2009 +0000
| | | | 
| | | |     don't do SoQt::init for OS X for now
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/ext/e.cpp
| | | | 
| * | | commit 8263b5a0de6010386cfc06b89d3746e04d36f900
| | | | Author: Eric Meyers 
| | | | Date:   Sat Jan 31 17:19:31 2009 +0000
| | | | 
| | | |     don't do any delete's in destructor in VisualizationWidget on OS X (3D stuff doesnt work yet)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | 
| * | | commit 6cf994c040bde5cf95d2cb856fbbcac25bc41443
| | | | Author: Adrian Pop 
| | | | Date:   Sun Jan 25 17:31:16 2009 +0000
| | | | 
| | | |     - updated Qt libs/dlls to 4.4.3
| | | |     - made the plot size smaller
| | | |     - made the lines have 2 pixes width
| | | |     - fixed a crash when deleting a curve from the plot
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/compoundWidget.ui
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.ui
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/point.cpp
| | | | M	OMNotebook/Pltpkg2/point.h
| | | | 
| * | | commit a4732e2626c3e0357e47e8676aaaa57df6d6d4b5
| | | | Author: Adrian Pop 
| | | | Date:   Sat Jan 24 20:07:35 2009 +0000
| | | | 
| | | |     - static objects are deallocated when the application exits.
| | | |     - delete in OmcInteractiveEnvironment::OMCVersion() removed.
| | | |     - commented out the code in the destructor.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | 
| * | | commit ecb352ed5515b4750c8f01d7e37507fd94132e59
| | | | Author: Adrian Pop 
| | | | Date:   Fri Jan 23 19:49:26 2009 +0000
| | | | 
| | | |     - added "Export to Image" command and "Export to Clipboard Ctrl+C" command to the plot widget
| | | |     - fixed the default showing of existing plot
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.ui
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.ui
| | | | 
| * | | commit 40a21d9c190d81aaf3c07c725fc5d0774e8313fc
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jan 20 17:04:19 2009 +0000
| | | | 
| | | |     - fixes to OMNotebook cell evaluation order.
| | | |     - replace the old copyright with the new one.
| | | |     - include OMNotebook.pdb in the release to have more info
| | | |       from people's crashes if they happen.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/SimulationData.cpp
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | M	OMNotebook/OMNotebookQT4/application.h
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cell.h
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/celldocumentview.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.h
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellstyle.h
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/command.h
| | | | M	OMNotebook/OMNotebookQT4/commandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.h
| | | | M	OMNotebook/OMNotebookQT4/commandunit.h
| | | | M	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/documentview.h
| | | | M	OMNotebook/OMNotebookQT4/evalthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/evalthread.h
| | | | M	OMNotebook/OMNotebookQT4/factory.h
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.h
| | | | M	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookQT4/indent.cpp
| | | | M	OMNotebook/OMNotebookQT4/indent.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/nbparser.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.h
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/otherdlg.h
| | | | M	OMNotebook/OMNotebookQT4/parserfactory.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.cpp
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.h
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/resource1.h
| | | | M	OMNotebook/OMNotebookQT4/rule.h
| | | | M	OMNotebook/OMNotebookQT4/searchform.cpp
| | | | M	OMNotebook/OMNotebookQT4/searchform.h
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/stripstring.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | M	OMNotebook/OMNotebookQT4/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/treeview.h
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/visitor.h
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.h
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/curve.h
| | | | M	OMNotebook/Pltpkg2/dataSelect.cpp
| | | | M	OMNotebook/Pltpkg2/dataSelect.h
| | | | M	OMNotebook/Pltpkg2/focusRect.h
| | | | M	OMNotebook/Pltpkg2/graphScene.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.h
| | | | M	OMNotebook/Pltpkg2/label.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/legendLabel.h
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/lineGroup.cpp
| | | | M	OMNotebook/Pltpkg2/lineGroup.h
| | | | M	OMNotebook/Pltpkg2/point.cpp
| | | | M	OMNotebook/Pltpkg2/point.h
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.h
| | | | M	OMNotebook/Pltpkg2/variableData.cpp
| | | | M	OMNotebook/Pltpkg2/variableData.h
| | | | M	OMNotebook/Pltpkg2/variablewindow.cpp
| | | | M	OMNotebook/Pltpkg2/variablewindow.h
| | | | M	OMNotebook/Pltpkg2/verticalLabel.h
| | | | M	OMNotebook/ext/e.cpp
| | | | 
| * | | commit 9427ba29da868d37ab4ee456444bf90d01dd3799
| | | | Author: Adrian Pop 
| | | | Date:   Fri Jan 16 19:42:02 2009 +0000
| | | | 
| | | |     - fixes for some OMNotebook crashes
| | | |     - updates of some .onb files
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communication.cc
| | | | M	OMNotebook/OMNotebookQT4/omc_communication.h
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/ext/ext.vcproj
| | | | 
| * | | commit 2ff18dca6516fc465f848b93f1108121b8989c5f
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jan 12 00:01:39 2009 +0000
| | | | 
| | | |     - handle simple range i.e. 1:4 in Codegen.mo
| | | |     - fixed OMNotebook saving problem
| | | |     - updated for 1.4.5 release:
| | | |       + settingsimpl.c (getVersion)
| | | |       + Setup.vdproj and Uninstall.bat (new product code)
| | | |       + some of the DrModelica Files
| | | |       + the onb examples
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | M	OMNotebook/NotebookParser/NotebookParser.vcproj
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/command.h
| | | | M	OMNotebook/OMNotebookQT4/commandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.h
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.h
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/variableData.cpp
| | | | M	OMNotebook/Pltpkg2/variableData.h
| | | | 
| * | | commit 1d3bc6d1c8ca677ab79cfc492924fa30081573db
| | | | Author: Adrian Pop 
| | | | Date:   Mon Dec 8 05:24:54 2008 +0000
| | | | 
| | | |     - fixed a mistake in Absyn.EQ/ALG_FAILURE/EQUALITY, they should
| | | |       contain EquationItem and AlgorithmItem as built by the parser
| | | |     - got rid of function removal on loading as we can do it based
| | | |       on build time: Ceval, ClassLoader, Interactive, Inst, Static
| | | |     - beautifying dumping of MetaModelica code and handle also the
| | | |       equality and failure equations.
| | | |     - remove the .sig and .srz files on clean
| | | |     - fixed a bug with modifications merging (see Modification6.mo)
| | | |     - System__hash improved plus now considering the entire string
| | | |       + RefinedSimpleCircuitValid.mo changes due to different hashing.
| | | |     - more homogeneous function documentation strings here and there
| | | |     - small changes to sendData, OMNotebook and ext(ernal plotter).
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookLexer.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookLexer.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParser.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParser.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.ui
| | | | M	OMNotebook/ext/e.cpp
| | | | M	OMNotebook/ext/ext.vcproj
| | | | 
| * | | commit 2f4a21b50cc6eeb855d6eddcc0e6a553642a2f63
| | | | Author: Dietmar Winkler 
| | | | Date:   Sun Nov 2 16:35:42 2008 +0000
| | | | 
| | | |     Formal clean up of all code files:
| | | |     
| | | |      * applied svn:eol-style native to all files except Compiler/*.mo --> LF
| | | |      * unified the eol-style of ALL files (this was necessary in order to set the svn properties
| | | |      * unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
| | | |      * make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
| | | |      * FYI: script to remove trailing white spaces: http://is.gd/5A6B
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/3Dpkg.vcproj
| | | | M	OMNotebook/3Dpkg/SimulationData.cpp
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | M	OMNotebook/ANTLR/ReadMe.txt
| | | | M	OMNotebook/ANTLR/antlr.vcproj
| | | | M	OMNotebook/NotebookParser/AntlrNotebookLexer.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookLexer.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParser.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParser.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt
| | | | M	OMNotebook/NotebookParser/NotebookParser.vcproj
| | | | M	OMNotebook/NotebookParser/ReadMe.txt
| | | | M	OMNotebook/NotebookParser/lexer.g
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt
| | | | M	OMNotebook/NotebookParser/parser.g
| | | | M	OMNotebook/NotebookParser/walker.g
| | | | M	OMNotebook/OMNotebookQT4/OMNotebook.pro
| | | | M	OMNotebook/OMNotebookQT4/application.h
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cell.h
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/celldocumentview.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.h
| | | | M	OMNotebook/OMNotebookQT4/cellgrammar.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellstyle.h
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/command.h
| | | | M	OMNotebook/OMNotebookQT4/commandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.h
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | M	OMNotebook/OMNotebookQT4/commandunit.h
| | | | M	OMNotebook/OMNotebookQT4/copytest.cpp
| | | | M	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/documentview.h
| | | | M	OMNotebook/OMNotebookQT4/evalthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/evalthread.h
| | | | M	OMNotebook/OMNotebookQT4/factory.h
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.h
| | | | M	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookQT4/indent.cpp
| | | | M	OMNotebook/OMNotebookQT4/indent.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/modelicacolors.xml
| | | | M	OMNotebook/OMNotebookQT4/nbparser.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.h
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communication.cc
| | | | M	OMNotebook/OMNotebookQT4/omc_communication.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.hpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/otherdlg.h
| | | | M	OMNotebook/OMNotebookQT4/parserfactory.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.cpp
| | | | M	OMNotebook/OMNotebookQT4/qcombobox_search.h
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/res.rc
| | | | M	OMNotebook/OMNotebookQT4/res_qt.qrc
| | | | M	OMNotebook/OMNotebookQT4/resource1.h
| | | | M	OMNotebook/OMNotebookQT4/rule.h
| | | | M	OMNotebook/OMNotebookQT4/searchform.cpp
| | | | M	OMNotebook/OMNotebookQT4/searchform.h
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/stripstring.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.xml
| | | | M	OMNotebook/OMNotebookQT4/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/treeview.h
| | | | M	OMNotebook/OMNotebookQT4/trunk.sln
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/visitor.h
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.h
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/curve.h
| | | | M	OMNotebook/Pltpkg2/dataSelect.cpp
| | | | M	OMNotebook/Pltpkg2/dataSelect.h
| | | | M	OMNotebook/Pltpkg2/focusRect.h
| | | | M	OMNotebook/Pltpkg2/graphScene.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.h
| | | | M	OMNotebook/Pltpkg2/label.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/legendLabel.h
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/lineGroup.cpp
| | | | M	OMNotebook/Pltpkg2/lineGroup.h
| | | | M	OMNotebook/Pltpkg2/point.cpp
| | | | M	OMNotebook/Pltpkg2/point.h
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.h
| | | | M	OMNotebook/Pltpkg2/variableData.cpp
| | | | M	OMNotebook/Pltpkg2/variableData.h
| | | | M	OMNotebook/Pltpkg2/variablewindow.cpp
| | | | M	OMNotebook/Pltpkg2/variablewindow.h
| | | | M	OMNotebook/Pltpkg2/verticalLabel.h
| | | | M	OMNotebook/ReadMe.txt
| | | | M	OMNotebook/ext/Makefile
| | | | M	OMNotebook/ext/e.cpp
| | | | M	OMNotebook/ext/ext.pro
| | | | M	OMNotebook/ext/ext.vcproj
| | | | M	OMNotebook/toFullForm.nb
| | | | 
| * | | commit 6e3e12935f65f2735219767f9291191c39f30efd
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 12:45:33 2008 +0000
| | | | 
| | | |     - renamed OMNotebook/OMNotebookQT4/trunk.pro to OMNotebook.pro
| | | |     - more modifications to Qt projects to get rid of hardcoded paths
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R087	OMNotebook/OMNotebookQT4/trunk.pro	OMNotebook/OMNotebookQT4/OMNotebook.pro
| | | | M	OMNotebook/ext/Makefile
| | | | M	OMNotebook/ext/ext.pro
| | | | 
| * | | commit b374450cc0dc3a797f5507a9a0fce1aec19d3136
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 08:45:23 2008 +0000
| | | | 
| | | |     - had to rename build/lib/libQt[NAME].a to build/lib/libQt[NAME]-mingw.a
| | | |       so that they don't interfere with Linux Qt libs.
| | | |     - changed ext.vcproj and trunk.vcproj to copy the executables and *.xml to build/bin
| | | |     - new OMNotebook.exe and ext.exe
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/res.aps
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/Pltpkg2/graphWindow.ui
| | | | M	OMNotebook/ext/ext.vcproj
| | | | 
| * | | commit b1974161421a189549205898ca1305f06af519aa
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 08:01:14 2008 +0000
| | | | 
| | | |     - added target qtclients to build OMNotebook/OMShell/ext in Makefile.in (Makefile)
| | | |     - fixed a warning in mosh/src/mosh.cpp
| | | |     - added more documentation on how to compile the new Qt plotting and 3D functionality in README.Cygwin.or.Linux.txt
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/Makefile
| | | | 
| * | | commit 617015a6cb03c7217f58b3dcc0243ba3a2ce3a25
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 06:21:27 2008 +0000
| | | | 
| | | |     - fixes of OMShell, ext and OMNotebook for Linux (Ubuntu 8.10)
| | | |       + a lot of #include  were needed
| | | |       + updates in *.pro on how coin-config and soqt-config are used
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/searchform.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/trunk.pro
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/ext/ext.pro
| | | | 
| * | | commit 48da66f32714d2939958da99a133716f70d1a9ab
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 31 06:04:36 2008 +0000
| | | | 
| | | |     - add the Linux Makefile for ext (the external Qt plot window)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/ext/Makefile
| | | | 
| * | | commit 6ca169bc7f4791dd2503bf436b2a0b7069820f1a
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 25 10:53:04 2008 +0000
| | | | 
| | | |     - Linux modifications to sendData & Qt plotting
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/ext/ext.pro
| | | | 
| * | | commit 11f38e09a3c34acfa0e2590df769935af4e92520
| | | | Author: Eric Meyers 
| | | | Date:   Sun Oct 19 15:47:13 2008 +0000
| | | | 
| | | |     - find readline on OS X (configure)
| | | |     - added VisualizationWidget to the ext project pro file
| | | |     - neutered the SoQt stuff on OSX until we get it working
| | | |     - added -framework Carbon and -lz to systemimpl for OS X compatibilty with Qt
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | M	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/ext/ext.pro
| | | | 
| * | | commit a67e34af15056eb00bff188e1532c7c6a121e4e9
| | | | Author: Adrian Pop 
| | | | Date:   Sat Oct 18 12:38:26 2008 +0000
| | | | 
| | | |     - switched all plot<->plot2
| | | |     - switched all plotParameteric<->plotParametric2
| | | |     - now val(var, integer) works!
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/trunk.sln
| | | | 
| * | | commit 7c6b916ba10c076c702ae05852b56dec3d694bcd
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 3 00:16:05 2008 +0000
| | | | 
| | | |     - Linux fixes for OMNotebook to include the new 3D visualization package
| | | |       based on SoQt and Coin3D.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3676 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/trunk.pro
| | | | 
| * | | commit 91450374d66c2ea9475cd3c6a40e0fe2f3158ee1
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 3 00:05:44 2008 +0000
| | | | 
| | | |     - Linux fixes for SimulationData.h (wrong case in imports!)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/3Dpkg/SimulationData.h
| | | | 
| * | | commit facfdd3dec7ab6615de2578526ba22d668b78fe7
| | | | Author: Adrian Pop 
| | | | Date:   Thu Oct 2 18:55:46 2008 +0000
| | | | 
| | | |     - updated OMSNotebook solution to MSVC 2008
| | | |     - added the new 3D package based on Coin3D
| | | |     - added and updated the Corba generated files to version MICO 2.3.13
| | | |     - updated the readmes
| | | |     - fixed a problem with URL links not being valid in the new Qt 4.4.2
| | | |     - fixed a bunch of bugs
| | | |     - moved the Qt 4.4.2, SoQt and Coin3D DLLs to OpenModelica\Compiler\VC7\Setup\bin
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/3Dpkg/3Dpkg.vcproj
| | | | A	OMNotebook/3Dpkg/SimulationData.cpp
| | | | A	OMNotebook/3Dpkg/SimulationData.h
| | | | A	OMNotebook/3Dpkg/VisualizationWidget.cpp
| | | | A	OMNotebook/3Dpkg/VisualizationWidget.h
| | | | M	OMNotebook/NotebookParser/NotebookParser.vcproj
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | A	OMNotebook/OMNotebookQT4/omc_communication.cc
| | | | A	OMNotebook/OMNotebookQT4/omc_communication.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/trunk.sln
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/ReadMe.txt
| | | | M	OMNotebook/ext/ext.vcproj
| | | | 
| * | | commit f67f47ef19b4c29bd479db84b3b380b888f61e2c
| | | | Author: Adrian Pop 
| | | | Date:   Sun Sep 14 08:55:18 2008 +0000
| | | | 
| | | |     HUGE CHANGES THAT FIX A MEMORY LEAK AND REQUIRE
| | | |     A NEW OMDev: [http://www.ida.liu.se/~adrpo/omc/omdev/mingw/]
| | | |     or a new MMC/RML Compiler: [do an svn update]
| | | |     
| | | |     - Fixes for the memory leak
| | | |       + got rid of yacclib.c|h as this functionality is now present directly in mmc/rml
| | | |       + got rid of yacclib.h include in files:
| | | |         TaskGraphExt.cpp, TaskGraphExt_stub.cpp, corbaimpl.cpp, daeext.cpp,
| | | |         errorext.cpp, printimpl.c, ptolemyio.cpp, rtopts.c, settingsimpl.c,
| | | |         systemimpl.c
| | | |     
| | | |     - Changes to Visual Source projects to deal with fixes for the memory leak
| | | |       + pushed the new changes into rmlRuntime project
| | | |       + removed yacclib.c|h from the projects
| | | |       + small changes to the debug configuration of projects
| | | |     
| | | |     - Changed the default tolerance from 1e-10 to 1e-6 in
| | | |       Main.mo and commands.xml
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3637 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | 
| * | | commit 0140066c0de5e271e1825cf17b0cdfc5144d40e7
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jun 23 15:16:23 2008 +0000
| | | | 
| | | |     Bug reported by Federico Zenith (Thanks!)
| | | |     -----------------------------------------
| | | |     In SVN trunk, revision 3623, in OMNotebook/OMNotebookQT4/treeview.h,
| | | |     there is a redundant specification (TreeView::) on line 80.
| | | |     This is generally overlooked by some compilers (VS2005 is
| | | |     one, IIRC), but recent versions of GCC consider that an error.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/treeview.h
| | | | 
| * | | commit 450e1910e5c3f1e49528537d2d0ae9538997bc8e
| | | | Author: Adrian Pop 
| | | | Date:   Thu May 22 16:26:57 2008 +0000
| | | | 
| | | |     - fixes for Linux compilation of OMNotebook
| | | |     - fixes to the project files
| | | |     - fixes for resource files
| | | |     - do not ask to convert files
| | | |     - look for the omc_tmp_plot.png image both in
| | | |       $OPENMODELICAHOME/tmp and in the current directory.
| | | |     - new OMNotebook & ext window
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3598 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/res_qt.qrc
| | | | M	OMNotebook/OMNotebookQT4/trunk.pro
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/curve.h
| | | | M	OMNotebook/Pltpkg2/graphScene.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/label.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/legendLabel.h
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/point.cpp
| | | | M	OMNotebook/Pltpkg2/point.h
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.h
| | | | M	OMNotebook/Pltpkg2/variablewindow.cpp
| | | | M	OMNotebook/Pltpkg2/variablewindow.h
| | | | M	OMNotebook/Pltpkg2/verticalLabel.h
| | | | M	OMNotebook/ext/e.cpp
| | | | M	OMNotebook/ext/ext.pro
| | | | M	OMNotebook/ext/ext.vcproj
| | | | 
| * | | commit 3b2ef0c6cd0f05487ced6d8c01e1d54afc563815
| | | | Author: Henrik Eriksson 
| | | | Date:   Thu May 1 17:50:07 2008 +0000
| | | | 
| | | |     *More missing files added..
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/Pltpkg2/variablewindow.cpp
| | | | A	OMNotebook/Pltpkg2/variablewindow.h
| | | | 
| * | | commit 7626b4801d197ed08e6444f03ad734a909a6d678
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Apr 29 07:05:13 2008 +0000
| | | | 
| | | |     *More filename changes
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R100	OMNotebook/Pltpkg2/LegendLabel.h	OMNotebook/Pltpkg2/legendLabel.h
| | | | R100	OMNotebook/Pltpkg2/Point.cpp	OMNotebook/Pltpkg2/point.cpp
| | | | 
| * | | commit 323228c4ebcb1e5d7060e2cbaedd556b56a07811
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Apr 29 07:02:49 2008 +0000
| | | | 
| | | |     *Added some missing files
| | | |     *Prevented overwriting of files in some cases
| | | |     *Fixed some filenames
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/apply.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/image.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/text_right.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/text_under.png
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | A	OMNotebook/Pltpkg2/newgraph.ui
| | | | 
| * | | commit 345890a488eb9176c1db7a9738aa22b5c49ca439
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Feb 19 13:53:34 2008 +0000
| | | | 
| | | |     *Now possible to save images from external plot windows
| | | |     *Added support for the plotAll() command
| | | |     *Data points are now not enabled by default
| | | |     *Improved stability
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/Pltpkg2/LegendLabel.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.ui
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | 
| * | | commit 50284b8a5c74c02d429312cd0efeaaa6eda8686a
| | | | Author: Henrik Eriksson 
| | | | Date:   Thu Feb 14 19:43:14 2008 +0000
| | | | 
| | | |     *Changed some library paths
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3190 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ext/ext.vcproj
| | | | 
| * | | commit 96322a6e75b1c14c4d3bdc4c2d990fb074e6c5cd
| | | | Author: Henrik Eriksson 
| | | | Date:   Thu Feb 14 16:35:43 2008 +0000
| | | | 
| | | |     *Added a toolbar in OMNotebook
| | | |     *Added an external graphics window
| | | |     *Misc. improvements to the plotting functionality
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/NotebookParser/NotebookParser.vcproj
| | | | M	OMNotebook/OMNotebookQT4/ImageSizeDlg.ui
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editcopy.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editcut.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/editpaste.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/exit.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/filenew.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/fileopen.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/fileprint.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/filesave.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/find.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/redo.png
| | | | A	OMNotebook/OMNotebookQT4/Resources/toolbarIcons/undo.png
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/celldocumentview.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | A	OMNotebook/OMNotebookQT4/indent.cpp
| | | | A	OMNotebook/OMNotebookQT4/indent.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/res_qt.qrc
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/trunk.sln
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | M	OMNotebook/Pltpkg2/curve.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.ui
| | | | M	OMNotebook/Pltpkg2/variableData.cpp
| | | | A	OMNotebook/ext/e.cpp
| | | | A	OMNotebook/ext/ext.pro
| | | | A	OMNotebook/ext/ext.vcproj
| | | | 
| * | | commit 779b57a9db3bc799615936945832f6309bce0cef
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jan 16 21:15:36 2008 +0000
| | | | 
| | | |     added buildModel command to the commands.xml
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | 
| * | | commit 569dda605949deee227064f9a734a7165596a15a
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Nov 13 15:51:33 2007 +0000
| | | | 
| | | |     *Added some features, e.g. a line counter, error links
| | | |     *Saved files now correctly set antialiasing mode when opened
| | | |     *Updated Qt dll files
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2967 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | 
| * | | commit 05976444034619762fb4c6863383cd38737409ff
| | | | Author: Adrian Pop 
| | | | Date:   Thu Nov 8 03:59:14 2007 +0000
| | | | 
| | | |     - changes to commands.xml to support the new <> parameter in the simulate(...) commands
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | 
| * | | commit e77e12a23a43c745d73924d0dc9a8760bd49d227
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Oct 9 15:45:56 2007 +0000
| | | | 
| | | |     *Updated to make compatible with omc changes
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | 
| * | | commit ab51bddf0a5ec907a2df5c8475b3cd0f39f78197
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Sep 25 15:59:32 2007 +0000
| | | | 
| | | |     *Added range options to graphcells
| | | |     *Added "save parameters" command
| | | |     *Fixed minor bugs
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | M	OMNotebook/Pltpkg2/preferences.ui
| | | | 
| * | | commit 57b8649b79ff13b2b72714ed1fc76ba073c42bb1
| | | | Author: Adrian Pop 
| | | | Date:   Wed Sep 19 17:27:33 2007 +0000
| | | | 
| | | |     - updated ReadMe.txt with the latest developments
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2926 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ReadMe.txt
| | | | 
| * | | commit 442b17c2059869bf9c69cf0dbb0bd66404e8367a
| | | | Author: Adrian Pop 
| | | | Date:   Wed Sep 19 17:22:34 2007 +0000
| | | | 
| | | |     - got rid of ANTLR project (not needed as is already in OMDev)
| | | |     - updated walker.g to work with antlr 2.7.7
| | | |     - regenerated the NotebookParser antlr files with antlr-2.7.7
| | | |     - make the .pdb even for Release version
| | | |     - updated projects to be able to build also a debug version.
| | | |     - made the projects dependent on OMDev so peole don't have
| | | |       to compile antlr and mico
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ANTLR/antlr.vcproj
| | | | M	OMNotebook/NotebookParser/AntlrNotebookLexer.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookLexer.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParser.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParser.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt
| | | | M	OMNotebook/NotebookParser/NotebookParser.vcproj
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt
| | | | M	OMNotebook/NotebookParser/walker.g
| | | | M	OMNotebook/OMNotebookQT4/trunk.sln
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | 
| * | | commit e203175285beee327ab3aae6a2267ffcbe56bbd1
| | | | Author: Adrian Pop 
| | | | Date:   Mon Sep 17 20:34:19 2007 +0000
| | | | 
| | | |     - fixes a crash when OPENMODELICAHOME is set to the empty string.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | 
| * | | commit ed2dede31eb9a831d8cb7c2e5a451e7c012a12f2
| | | | Author: Henrik Eriksson 
| | | | Date:   Mon Sep 10 06:55:03 2007 +0000
| | | | 
| | | |     Removed annoying messagebox
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | 
| * | | commit e7e0e103fb957edb3ac4eb65572da6297865ebd9
| | | | Author: Henrik Eriksson 
| | | | Date:   Sat Sep 8 20:23:26 2007 +0000
| | | | 
| | | |     Fixes the crash when OPENMODELICAHOME is undefined.
| | | |     Displays the main window even if files given as command line parameters are not found.
| | | |     Updated copyright information.
| | | |     Now correctly shows the application icon.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/res.aps
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | 
| * | | commit 6a034ada557bbbdf196141a916dc33aa50c2c6cb
| | | | Author: Henrik Eriksson 
| | | | Date:   Wed Sep 5 18:48:39 2007 +0000
| | | | 
| | | |     Minor tweaks
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | M	OMNotebook/Pltpkg2/focusRect.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | 
| * | | commit b38323a3c1b16503ebc62914b18abfdbd17d390f
| | | | Author: Henrik Eriksson 
| | | | Date:   Mon Sep 3 12:09:36 2007 +0000
| | | | 
| | | |     Removed scrollbars from graphics area (not required with Qt 4.3.1)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2878 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/Pltpkg2/LegendLabel.h
| | | | M	OMNotebook/Pltpkg2/graphScene.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | 
| * | | commit 40c378760430e1577f6ff18c23f202cdc72a0b8b
| | | | Author: Henrik Eriksson 
| | | | Date:   Mon Sep 3 12:05:37 2007 +0000
| | | | 
| | | |     Upgraded to Qt 4.3.1
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | 
| * | | commit 4640ec8eca6b8935f6ed616c19c43475bfa544a7
| | | | Author: Henrik Eriksson 
| | | | Date:   Mon Aug 27 09:27:46 2007 +0000
| | | | 
| | | |     Fix for the "empty coordinate system" problem
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | 
| * | | commit 4e50cdb9a3460f927465777ab09a1e6865592db1
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Jul 10 23:47:11 2007 +0000
| | | | 
| | | |     Compiled OMNotebook with the improvements added by Adrian
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | 
| * | | commit d7274dd2e0a02f873d128e7c4c76a12cecc36a20
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jul 10 09:06:07 2007 +0000
| | | | 
| | | |     - VC7 Setup fixes for new stuff in OMNotebook
| | | |     - Parser fixes to handle multiple for iterators, both in array iterators and in for loops,
| | | |       Have a look at Absyn.ForIterators
| | | |     - Small changes in makefiles
| | | |     - Fixed stringEqual in external-rml.c
| | | |     - ptplot.jar dumps the plot image in $OPENMODELICAHOME/tmp/
| | | |     - OMNotebook and OMShell in windows now starts in $OPENMODELICAHOME/tmp/
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/res.aps
| | | | 
| * | | commit ec3510f2c65789aa17966aad054e7532df2b903f
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Jun 26 14:08:19 2007 +0000
| | | | 
| | | |     Minor improvements, now DrModelica should open if DRMODELICAHOME is set.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/evalthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/evalthread.h
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | 
| * | | commit 3009848bd467eb4ff91a0b7ab237df62a527b20b
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Jun 26 13:56:02 2007 +0000
| | | | 
| | | |     Minor improvements
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/Pltpkg2/LegendLabel.h
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | A	OMNotebook/Pltpkg2/focusRect.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | 
| * | | commit 78950cf40dc24fe422af4062687b49dd002c034d
| | | | Author: Henrik Eriksson 
| | | | Date:   Thu Jun 21 12:13:42 2007 +0000
| | | | 
| | | |     Added the Graph cell style.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.xml
| | | | 
| * | | commit 186edb393b6f0443b137c4c4e856c7377572a060
| | | | Author: Henrik Eriksson 
| | | | Date:   Wed Jun 20 22:16:11 2007 +0000
| | | | 
| | | |     Added a missing .h-file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/Pltpkg2/label.h
| | | | 
| * | | commit bc71be1f95a93b78179259981a451c5af0256225
| | | | Author: x05andfe 
| | | | Date:   Wed Jun 20 18:59:11 2007 +0000
| | | | 
| | | |     fixed copy/paste problem (if complex cell structure)
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | 
| * | | commit 7529f104e89827a8d9704f1788f41c1b99e892cd
| | | | Author: x05andfe 
| | | | Date:   Wed Jun 20 18:58:07 2007 +0000
| | | | 
| | | |     fixed treeview lines
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | 
| * | | commit 0178ddf983407bd81da31c69d7c8ca539a0e40ac
| | | | Author: Henrik Eriksson 
| | | | Date:   Mon Jun 18 11:55:31 2007 +0000
| | | | 
| | | |     Removed some old file dependencies.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | 
| * | | commit bd410724b3f659aeac42aa896ef7fc434856e9bc
| | | | Author: Henrik Eriksson 
| | | | Date:   Wed Jun 6 00:36:30 2007 +0000
| | | | 
| | | |     Fixes broken text links, the style bug, copy/paste bugs and problems introduced by Qt 4.3
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/trunk.sln
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | 
| * | | commit 099d9362891302fdd9988610cd258c6f9e6d60c4
| | | | Author: Henrik Eriksson 
| | | | Date:   Wed Jun 6 00:20:59 2007 +0000
| | | | 
| | | |     Minor improvements of the new plotting package
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/Pltpkg2/LegendLabel.h
| | | | M	OMNotebook/Pltpkg2/Point.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/point.h
| | | | 
| * | | commit e89ca64b056d23e315fde8f4db339f2f41b26c74
| | | | Author: Henrik Eriksson 
| | | | Date:   Fri Apr 27 13:32:29 2007 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | 
| * | | commit 5b5e46eb158646194ec4bf1f69d077cd42e66a6d
| | | | Author: Henrik Eriksson 
| | | | Date:   Fri Apr 27 13:30:54 2007 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | A	OMNotebook/OMNotebookQT4/evalthread.cpp
| | | | A	OMNotebook/OMNotebookQT4/evalthread.h
| | | | M	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/graphcell.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | 
| * | | commit 1bebf35ccde445b1670aa6f8e67b93a5b22a5fb5
| | | | Author: Henrik Eriksson 
| | | | Date:   Fri Apr 27 09:35:10 2007 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2783 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/Pltpkg2/LegendLabel.h
| | | | M	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | M	OMNotebook/Pltpkg2/Point.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | M	OMNotebook/Pltpkg2/compoundWidget.h
| | | | M	OMNotebook/Pltpkg2/compoundWidget.ui
| | | | A	OMNotebook/Pltpkg2/curve.cpp
| | | | A	OMNotebook/Pltpkg2/curve.h
| | | | M	OMNotebook/Pltpkg2/dataSelect.cpp
| | | | M	OMNotebook/Pltpkg2/dataSelect.h
| | | | M	OMNotebook/Pltpkg2/graphScene.h
| | | | M	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | M	OMNotebook/Pltpkg2/graphWidget.h
| | | | M	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | M	OMNotebook/Pltpkg2/graphWindow.h
| | | | A	OMNotebook/Pltpkg2/legendLabel.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.cpp
| | | | M	OMNotebook/Pltpkg2/line2D.h
| | | | M	OMNotebook/Pltpkg2/lineGroup.cpp
| | | | M	OMNotebook/Pltpkg2/lineGroup.h
| | | | M	OMNotebook/Pltpkg2/point.h
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | M	OMNotebook/Pltpkg2/preferenceWindow.h
| | | | M	OMNotebook/Pltpkg2/preferences.ui
| | | | M	OMNotebook/Pltpkg2/variableData.cpp
| | | | M	OMNotebook/Pltpkg2/variableData.h
| | | | M	OMNotebook/Pltpkg2/verticalLabel.h
| | | | 
| * | | commit f32c8d0dabf25f317e159b90fc284c725bec619c
| | | | Author: Henrik Eriksson 
| | | | Date:   Tue Feb 20 15:35:09 2007 +0000
| | | | 
| | | |     This makes Qt 4.2+ required for OMNotebook. Unfortunately this (Qt) breaks some features, e.g. text links
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/NotebookParser/AntlrNotebookLexer.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParser.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParser.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | M	OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | | | A	OMNotebook/OMNotebookQT4/generatedfiles/qrc_res_qt.cpp
| | | | A	OMNotebook/OMNotebookQT4/graphcell.cpp
| | | | A	OMNotebook/OMNotebookQT4/graphcell.h
| | | | A	OMNotebook/OMNotebookQT4/graphcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/replaceallvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/searchform.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/trunk.sln
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/visitor.h
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.h
| | | | A	OMNotebook/Pltpkg2/LegendLabel.h
| | | | A	OMNotebook/Pltpkg2/Pltpkg2.vcproj
| | | | A	OMNotebook/Pltpkg2/Point.cpp
| | | | A	OMNotebook/Pltpkg2/compoundWidget.cpp
| | | | A	OMNotebook/Pltpkg2/compoundWidget.h
| | | | A	OMNotebook/Pltpkg2/compoundWidget.ui
| | | | A	OMNotebook/Pltpkg2/dataSelect.cpp
| | | | A	OMNotebook/Pltpkg2/dataSelect.h
| | | | A	OMNotebook/Pltpkg2/dataSelect.ui
| | | | A	OMNotebook/Pltpkg2/graphScene.h
| | | | A	OMNotebook/Pltpkg2/graphWidget.cpp
| | | | A	OMNotebook/Pltpkg2/graphWidget.h
| | | | A	OMNotebook/Pltpkg2/graphWindow.cpp
| | | | A	OMNotebook/Pltpkg2/graphWindow.h
| | | | A	OMNotebook/Pltpkg2/graphWindow.ui
| | | | A	OMNotebook/Pltpkg2/line2D.cpp
| | | | A	OMNotebook/Pltpkg2/line2D.h
| | | | A	OMNotebook/Pltpkg2/lineGroup.cpp
| | | | A	OMNotebook/Pltpkg2/lineGroup.h
| | | | A	OMNotebook/Pltpkg2/point.h
| | | | A	OMNotebook/Pltpkg2/preferenceWindow.cpp
| | | | A	OMNotebook/Pltpkg2/preferenceWindow.h
| | | | A	OMNotebook/Pltpkg2/preferences.ui
| | | | A	OMNotebook/Pltpkg2/variableData.cpp
| | | | A	OMNotebook/Pltpkg2/variableData.h
| | | | A	OMNotebook/Pltpkg2/verticalLabel.h
| | | | M	OMNotebook/ReadMe.txt
| | | | 
| * | | commit 0edcac2c07476e89edba2dd16993f22de83f9e6a
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jan 10 01:21:44 2007 +0000
| | | | 
| | | |     - all the latest OMNotebook changes to enable compilation on Linux were
| | | |       made in cooperation with William Spinelli [wspinell@elet.polimi.it]
| | | |     - a typo fix in cellapplication.cpp
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | 
| * | | commit b4aed9c55af43b2927b662032cf9ebe95242a5e2
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jan 10 00:56:39 2007 +0000
| | | | 
| | | |     OMNotebook changes:
| | | |     - searches for images in the current directory
| | | |       + in Linux the bin directory can be read only
| | | |     - searches for DrModelica using DRMODELICAHOME environment variable.
| | | |       + in Linux DrModelica should be placed in a write possible location
| | | |         as it contains exercises which should be possible to save
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | 
| * | | commit 398ba23cda4e1a96fe76d6229bdd0e7614755a4f
| | | | Author: Adrian Pop 
| | | | Date:   Tue Jan 9 02:48:32 2007 +0000
| | | | 
| | | |     - fixes to compile OMNotebook on Linux!
| | | |     - this is quite intermediate right now, we'll test it more
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/otherdlg.h
| | | | M	OMNotebook/OMNotebookQT4/res_qt.qrc
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/trunk.pro
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | 
| * | | commit 3306b57c3b803f97ef8e30bdefdf4f019e55424e
| | | | Author: Adrian Pop 
| | | | Date:   Fri Oct 6 22:34:29 2006 +0000
| | | | 
| | | |     - got rid of winruntime, now everything resides in runtime
| | | |       and the implementation is different via compiler and OS flags
| | | |     - changed so that System.writeFile uses
| | | |       fwrite insead of fprintf as is way
| | | |       faster and better.
| | | |     - updated copyright to year 2006 and added it to most of the files.
| | | |     - updated SG so that it doesn't talk on winruntime anymore
| | | |     - updated the omc.snl project and runtime.vcproj to take files from runtime
| | | |       instead of winruntime.
| | | |     - changed winruntime to runtime anywhere I could find it.
| | | |     - got rid of some warnings by casting the values to the needed type.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/ReadMe.txt
| | | | 
| * | | commit c5175a994bd28a9626bdd09ad250aecff694fa1c
| | | | Author: x05andfe 
| | | | Date:   Mon Sep 4 21:31:13 2006 +0000
| | | | 
| | | |     fixed bug in paste cell command. // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | 
| * | | commit 7831d96b5e618ebd7fc7c45e85fccb1ad3700721
| | | | Author: x05andfe 
| | | | Date:   Thu Aug 24 22:36:56 2006 +0000
| | | | 
| | | |     Added find and replace function to OMNotebook, resulted in same small changes in other files. // Anders F
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2483 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.h
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | A	OMNotebook/OMNotebookQT4/qcombobox_search.cpp
| | | | A	OMNotebook/OMNotebookQT4/qcombobox_search.h
| | | | A	OMNotebook/OMNotebookQT4/replaceallvisitor.h
| | | | A	OMNotebook/OMNotebookQT4/searchform.cpp
| | | | A	OMNotebook/OMNotebookQT4/searchform.h
| | | | A	OMNotebook/OMNotebookQT4/searchform.ui
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | 
| * | | commit c67a3f7f6bbe437b4b2841ae43ffd3163f00e62c
| | | | Author: Adrian Pop 
| | | | Date:   Thu Aug 24 14:38:23 2006 +0000
| | | | 
| | | |     Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY!
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook_QT3/OMNotebook/omc_communicator.cpp
| | | | 
| * | | commit f9e52cf47f05a78bc6b7059f442b37a95a80f51e
| | | | Author: x05andfe 
| | | | Date:   Thu Aug 17 19:12:23 2006 +0000
| | | | 
| | | |     added functionality so OMNotebook and OMShell check version from OMC. //Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | 
| * | | commit 6aeb38432266824bb25479b0fa27a799788fea29
| | | | Author: x05andfe 
| | | | Date:   Tue May 23 14:07:18 2006 +0000
| | | | 
| | | |     removed auto-generated files from OMNotebook.
| | | |     // Anders F.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMNotebook/OMNotebookQT4/moc_cell.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_cellapplication.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_cellcursor.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_celldocument.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_cellgroup.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_commandcompletion.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_document.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_documentview.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_inputcell.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_notebook.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_notebooksocket.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_omc_communicator.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_smlinteractiveenvironment.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_stylesheet.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_textcell.cpp
| | | | D	OMNotebook/OMNotebookQT4/moc_treeview.cpp
| | | | D	OMNotebook/OMNotebookQT4/ui_imagesizedlg.h
| | | | D	OMNotebook/OMNotebookQT4/ui_otherdlg.h
| | | | 
| * | | commit 9161d477922c0287e8603c54a8bcfc39b53a34b4
| | | | Author: x05andfe 
| | | | Date:   Mon May 15 14:06:49 2006 +0000
| | | | 
| | | |     Updated some part of the code to make it work on unix/linux.
| | | |     * changed from 'exception' to 'runtime_error'
| | | |     * fixed search path for omc
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | 
| * | | commit a46c6e45e4ec5292fe69fb4c701fbd2819905630
| | | | Author: x05andfe 
| | | | Date:   Thu May 11 13:57:11 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | 
| * | | commit feb2f49f62ac748107a95683542d1959247cf01b
| | | | Author: x05andfe 
| | | | Date:   Tue May 9 16:02:40 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/commands.xml
| | | | 
| * | | commit 546a6c4b618611dd277094d09586c82829786cb9
| | | | Author: x05andfe 
| | | | Date:   Thu May 4 14:20:33 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2351 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | 
| * | | commit 9c7355a9bb51f77d4701f4631d4c250a7325460b
| | | | Author: x05andfe 
| | | | Date:   Wed May 3 13:13:20 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/moc_cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_document.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_documentview.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_notebook.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_notebooksocket.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | A	OMNotebook/OMNotebookQT4/notebooksocket.cpp
| | | | A	OMNotebook/OMNotebookQT4/notebooksocket.h
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | 
| * | | commit 445c6f5aeaf122ec7f27c251f57f1a898b9b321b
| | | | Author: x05andfe 
| | | | Date:   Tue Apr 11 14:12:43 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2323 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | 
| * | | commit b1f1415a3fd5aef4057b7ba494798c909ef56459
| | | | Author: x05andfe 
| | | | Date:   Tue Apr 11 12:43:54 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | 
| * | | commit f21c55d5b97e92932f873f2cf892b0f7e12311b7
| | | | Author: x05andfe 
| | | | Date:   Mon Apr 10 15:25:29 2006 +0000
| | | | 
| | | |     updated OMNotebook and OMShell, also updated three files in DrModelica.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | 
| * | | commit 5f71a630086f4959e47a12ec51a4fb5901aac040
| | | | Author: x05andfe 
| | | | Date:   Tue Mar 28 11:36:34 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/modelicacolors.xml
| | | | 
| * | | commit 968d4b964c61204b75c94623326f7b2005881785
| | | | Author: x05andfe 
| | | | Date:   Fri Mar 24 12:37:02 2006 +0000
| | | | 
| | | |     * fixed some small bugs in OMNotebook
| | | |     * updated Mathematica parser in OMNotebook
| | | |     * updated the OMNotebookHelp.onb documentation
| | | |     * converted DrModelica to OMNotebook
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/NotebookParser/lexer.g
| | | | M	OMNotebook/NotebookParser/parser.g
| | | | M	OMNotebook/NotebookParser/walker.g
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_document.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_documentview.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.h
| | | | M	OMNotebook/OMNotebookQT4/stripstring.h
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/ui_imagesizedlg.h
| | | | M	OMNotebook/OMNotebookQT4/ui_otherdlg.h
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | 
| * | | commit 9b27ec12a846f1ce736bd874f9f2cf6c55f98f31
| | | | Author: x05andfe 
| | | | Date:   Tue Mar 14 14:46:15 2006 +0000
| | | | 
| | | |     Using qt to start OMC in both OMNotebook and OMShell. No console window is now neccessary for OMC.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/modelicacolors.xml
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | 
| * | | commit 107cfed195133a82a38062062172861860f9562d
| | | | Author: x05andfe 
| | | | Date:   Tue Mar 14 11:42:05 2006 +0000
| | | | 
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.xml
| | | | 
| * | | commit 673590fe17cca97d40454728ed6bf2aaee5e5518
| | | | Author: x05andfe 
| | | | Date:   Fri Mar 3 13:55:14 2006 +0000
| | | | 
| | | |     fixed some small bugs in OMNotebook and added automatic chapter numbering to the stylesheet.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cell.h
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | M	OMNotebook/OMNotebookQT4/cellstyle.h
| | | | A	OMNotebook/OMNotebookQT4/chaptercountervisitor.cpp
| | | | A	OMNotebook/OMNotebookQT4/chaptercountervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.xml
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | 
| * | | commit 992ae37e11e3dc04701b0c5fb79154bb8cfab33b
| | | | Author: x05andfe 
| | | | Date:   Tue Feb 28 16:25:59 2006 +0000
| | | | 
| | | |     added backwards compatible to the search for DrModelica and OMC in OMNotebook and OMShell
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | 
| * | | commit 3c60578847c1f3a691b84cce945d737576699ea0
| | | | Author: x05andfe 
| | | | Date:   Tue Feb 28 11:50:04 2006 +0000
| | | | 
| | | |     updated OMNotebook and OMShell so the applications uses the OPENMODELICAPATH to find DrModelica and omc.exe during start up.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | 
| * | | commit 9073c3d40da0d7b47d6cdc1a58d52a50c332cf1b
| | | | Author: x05andfe 
| | | | Date:   Tue Feb 21 14:04:35 2006 +0000
| | | | 
| | | |     Small fix to OMNotebook and changed the folder name OMS to OMShell.
| | | |     //Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/OMNotebookQT4/Resources/omnotebook_png.png
| | | | M	OMNotebook/OMNotebookQT4/res_qt.qrc
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | 
| * | | commit d4864b693eae74508c4a38851f7de6b1e8fb89f1
| | | | Author: x05andfe 
| | | | Date:   Tue Feb 21 12:29:24 2006 +0000
| | | | 
| | | |     changed same small thing in OMShell and OMNotebook. Both applications are using Qt 4.1, Open Source license now.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/ReadMe.txt
| | | | 
| * | | commit 8cc469c07f37f01084156d1087606d7b085c374c
| | | | Author: x05andfe 
| | | | Date:   Fri Feb 17 12:25:58 2006 +0000
| | | | 
| | | |     updated OMNotebook updated
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | 
| * | | commit 4938bf2c40bb5e3a87a07a37f373156bf2269d93
| | | | Author: x05andfe 
| | | | Date:   Thu Feb 16 09:24:41 2006 +0000
| | | | 
| | | |     updated version om OMNotebook.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/NotebookParser/lexer.g
| | | | M	OMNotebook/NotebookParser/parser.g
| | | | M	OMNotebook/NotebookParser/walker.g
| | | | M	OMNotebook/OMNotebookQT4/application.h
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cell.h
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/celldocumentview.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.h
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | M	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellstyle.h
| | | | M	OMNotebook/OMNotebookQT4/command.h
| | | | M	OMNotebook/OMNotebookQT4/commandcenter.h
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | M	OMNotebook/OMNotebookQT4/commandcompletion.h
| | | | M	OMNotebook/OMNotebookQT4/commandunit.h
| | | | M	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/document.h
| | | | M	OMNotebook/OMNotebookQT4/documentview.h
| | | | M	OMNotebook/OMNotebookQT4/factory.h
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | M	OMNotebook/OMNotebookQT4/highlighterthread.h
| | | | M	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/modelicacolors.xml
| | | | M	OMNotebook/OMNotebookQT4/nbparser.h
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebookparser.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.hpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | M	OMNotebook/OMNotebookQT4/openmodelicahighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/otherdlg.h
| | | | M	OMNotebook/OMNotebookQT4/parserfactory.h
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/puretextvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | M	OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | | | M	OMNotebook/OMNotebookQT4/rule.h
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/serializingvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/stripstring.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | M	OMNotebook/OMNotebookQT4/syntaxhighlighter.h
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.h
| | | | M	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | M	OMNotebook/OMNotebookQT4/treeview.h
| | | | M	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | M	OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | | | M	OMNotebook/OMNotebookQT4/visitor.h
| | | | M	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.h
| | | | M	OMNotebook/ReadMe.txt
| | | | 
| * | | commit ba0b214ed1b4898a7235cefab4e4ddefa2a71265
| | | | Author: x05andfe 
| | | | Date:   Fri Feb 3 16:06:33 2006 +0000
| | | | 
| | | |     fixed some bugs in omnotebook,
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMNotebook/OMNotebookQT4/cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | M	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/celldocument.h
| | | | M	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/inputcell.h
| | | | M	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | M	OMNotebook/OMNotebookQT4/moc_cell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_celldocument.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_inputcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/moc_textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | M	OMNotebook/OMNotebookQT4/notebook.h
| | | | M	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | M	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | M	OMNotebook/OMNotebookQT4/rule.h
| | | | M	OMNotebook/OMNotebookQT4/stylesheet.xml
| | | | M	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | M	OMNotebook/OMNotebookQT4/textcell.h
| | | | M	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | M	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | 
| * | | commit 794e64d1b26999ea9e4d07399de415f4f8495cb2
| | | | Author: x05andfe 
| | | | Date:   Thu Feb 2 11:43:18 2006 +0000
| | | | 
| | | |     added OMNotebook source code.
| | | |     // Anders Fernström
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMNotebook/ANTLR/ReadMe.txt
| | | | A	OMNotebook/ANTLR/antlr.vcproj
| | | | A	OMNotebook/NotebookParser/AntlrNotebookLexer.cpp
| | | | A	OMNotebook/NotebookParser/AntlrNotebookLexer.hpp
| | | | A	OMNotebook/NotebookParser/AntlrNotebookParser.cpp
| | | | A	OMNotebook/NotebookParser/AntlrNotebookParser.hpp
| | | | A	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.hpp
| | | | A	OMNotebook/NotebookParser/AntlrNotebookParserTokenTypes.txt
| | | | A	OMNotebook/NotebookParser/AntlrNotebookTreeParser.cpp
| | | | A	OMNotebook/NotebookParser/AntlrNotebookTreeParser.hpp
| | | | A	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.hpp
| | | | A	OMNotebook/NotebookParser/AntlrNotebookTreeParserTokenTypes.txt
| | | | A	OMNotebook/NotebookParser/NotebookParser.vcproj
| | | | A	OMNotebook/NotebookParser/ReadMe.txt
| | | | A	OMNotebook/NotebookParser/lexer.g
| | | | A	OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp
| | | | A	OMNotebook/NotebookParser/notebookgrammarTokenTypes.txt
| | | | A	OMNotebook/NotebookParser/parser.g
| | | | A	OMNotebook/NotebookParser/walker.g
| | | | A	OMNotebook/OMNotebookQT4/ImageSizeDlg.ui
| | | | A	OMNotebook/OMNotebookQT4/OtherDlg.ui
| | | | A	OMNotebook/OMNotebookQT4/application.h
| | | | A	OMNotebook/OMNotebookQT4/cell.cpp
| | | | A	OMNotebook/OMNotebookQT4/cell.h
| | | | A	OMNotebook/OMNotebookQT4/cellapplication.cpp
| | | | A	OMNotebook/OMNotebookQT4/cellapplication.h
| | | | A	OMNotebook/OMNotebookQT4/cellcommandcenter.cpp
| | | | A	OMNotebook/OMNotebookQT4/cellcommandcenter.h
| | | | A	OMNotebook/OMNotebookQT4/cellcommands.cpp
| | | | A	OMNotebook/OMNotebookQT4/cellcommands.h
| | | | A	OMNotebook/OMNotebookQT4/cellcursor.cpp
| | | | A	OMNotebook/OMNotebookQT4/cellcursor.h
| | | | A	OMNotebook/OMNotebookQT4/celldocument.cpp
| | | | A	OMNotebook/OMNotebookQT4/celldocument.h
| | | | A	OMNotebook/OMNotebookQT4/celldocumentview.h
| | | | A	OMNotebook/OMNotebookQT4/cellfactory.cpp
| | | | A	OMNotebook/OMNotebookQT4/cellfactory.h
| | | | A	OMNotebook/OMNotebookQT4/cellgrammar.cpp
| | | | A	OMNotebook/OMNotebookQT4/cellgroup.cpp
| | | | A	OMNotebook/OMNotebookQT4/cellgroup.h
| | | | A	OMNotebook/OMNotebookQT4/cellparserfactory.cpp
| | | | A	OMNotebook/OMNotebookQT4/cellstyle.h
| | | | A	OMNotebook/OMNotebookQT4/command.h
| | | | A	OMNotebook/OMNotebookQT4/commandcenter.h
| | | | A	OMNotebook/OMNotebookQT4/commandcompletion.cpp
| | | | A	OMNotebook/OMNotebookQT4/commandcompletion.h
| | | | A	OMNotebook/OMNotebookQT4/commands.xml
| | | | A	OMNotebook/OMNotebookQT4/commandunit.h
| | | | A	OMNotebook/OMNotebookQT4/copytest.cpp
| | | | A	OMNotebook/OMNotebookQT4/cursorcommands.h
| | | | A	OMNotebook/OMNotebookQT4/cursorposvisitor.h
| | | | A	OMNotebook/OMNotebookQT4/document.h
| | | | A	OMNotebook/OMNotebookQT4/documentview.h
| | | | A	OMNotebook/OMNotebookQT4/factory.h
| | | | A	OMNotebook/OMNotebookQT4/highlighterthread.cpp
| | | | A	OMNotebook/OMNotebookQT4/highlighterthread.h
| | | | A	OMNotebook/OMNotebookQT4/imagesizedlg.h
| | | | A	OMNotebook/OMNotebookQT4/inputcell.cpp
| | | | A	OMNotebook/OMNotebookQT4/inputcell.h
| | | | A	OMNotebook/OMNotebookQT4/inputcelldelegate.h
| | | | A	OMNotebook/OMNotebookQT4/moc_cell.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_cellapplication.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_cellcursor.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_celldocument.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_cellgroup.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_commandcompletion.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_document.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_documentview.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_inputcell.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_notebook.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_omc_communicator.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_smlinteractiveenvironment.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_stylesheet.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_textcell.cpp
| | | | A	OMNotebook/OMNotebookQT4/moc_treeview.cpp
| | | | A	OMNotebook/OMNotebookQT4/modelicacolors.xml
| | | | A	OMNotebook/OMNotebookQT4/nbparser.h
| | | | A	OMNotebook/OMNotebookQT4/notebook.cpp
| | | | A	OMNotebook/OMNotebookQT4/notebook.h
| | | | A	OMNotebook/OMNotebookQT4/notebookcommands.h
| | | | A	OMNotebook/OMNotebookQT4/notebookparser.cpp
| | | | A	OMNotebook/OMNotebookQT4/notebookparser.h
| | | | A	OMNotebook/OMNotebookQT4/omc_communicator.cpp
| | | | A	OMNotebook/OMNotebookQT4/omc_communicator.hpp
| | | | A	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.cpp
| | | | A	OMNotebook/OMNotebookQT4/omcinteractiveenvironment.h
| | | | A	OMNotebook/OMNotebookQT4/omnotebook_icon.ico
| | | | A	OMNotebook/OMNotebookQT4/omnotebook_png.png
| | | | A	OMNotebook/OMNotebookQT4/openmodelicahighlighter.cpp
| | | | A	OMNotebook/OMNotebookQT4/openmodelicahighlighter.h
| | | | A	OMNotebook/OMNotebookQT4/otherdlg.h
| | | | A	OMNotebook/OMNotebookQT4/parserfactory.h
| | | | A	OMNotebook/OMNotebookQT4/printervisitor.cpp
| | | | A	OMNotebook/OMNotebookQT4/printervisitor.h
| | | | A	OMNotebook/OMNotebookQT4/puretextvisitor.cpp
| | | | A	OMNotebook/OMNotebookQT4/puretextvisitor.h
| | | | A	OMNotebook/OMNotebookQT4/qtapp.cpp
| | | | A	OMNotebook/OMNotebookQT4/removehighlightervisitor.h
| | | | A	OMNotebook/OMNotebookQT4/res.aps
| | | | A	OMNotebook/OMNotebookQT4/res.rc
| | | | A	OMNotebook/OMNotebookQT4/res_qt.qrc
| | | | A	OMNotebook/OMNotebookQT4/resource1.h
| | | | A	OMNotebook/OMNotebookQT4/rule.h
| | | | A	OMNotebook/OMNotebookQT4/serializingvisitor.cpp
| | | | A	OMNotebook/OMNotebookQT4/serializingvisitor.h
| | | | A	OMNotebook/OMNotebookQT4/stripstring.h
| | | | A	OMNotebook/OMNotebookQT4/stylesheet.cpp
| | | | A	OMNotebook/OMNotebookQT4/stylesheet.h
| | | | A	OMNotebook/OMNotebookQT4/stylesheet.xml
| | | | A	OMNotebook/OMNotebookQT4/syntaxhighlighter.h
| | | | A	OMNotebook/OMNotebookQT4/textcell.cpp
| | | | A	OMNotebook/OMNotebookQT4/textcell.h
| | | | A	OMNotebook/OMNotebookQT4/textcursorcommands.cpp
| | | | A	OMNotebook/OMNotebookQT4/textcursorcommands.h
| | | | A	OMNotebook/OMNotebookQT4/treeview.cpp
| | | | A	OMNotebook/OMNotebookQT4/treeview.h
| | | | A	OMNotebook/OMNotebookQT4/trunk.pro
| | | | A	OMNotebook/OMNotebookQT4/trunk.sln
| | | | A	OMNotebook/OMNotebookQT4/trunk.vcproj
| | | | A	OMNotebook/OMNotebookQT4/ui_imagesizedlg.h
| | | | A	OMNotebook/OMNotebookQT4/ui_otherdlg.h
| | | | A	OMNotebook/OMNotebookQT4/updategroupcellvisitor.cpp
| | | | A	OMNotebook/OMNotebookQT4/updategroupcellvisitor.h
| | | | A	OMNotebook/OMNotebookQT4/updatelinkvisitor.cpp
| | | | A	OMNotebook/OMNotebookQT4/updatelinkvisitor.h
| | | | A	OMNotebook/OMNotebookQT4/visitor.h
| | | | A	OMNotebook/OMNotebookQT4/xmlnodename.h
| | | | A	OMNotebook/OMNotebookQT4/xmlparser.cpp
| | | | A	OMNotebook/OMNotebookQT4/xmlparser.h
| | | | A	OMNotebook/ReadMe.txt
| | | | A	OMNotebook/toFullForm.nb
| | | | 
| * | | commit eff29ced0400734b14d71de524128d37b583c3cd
| |/ /  Author: x05andfe 
| | |   Date:   Mon Dec 5 10:55:31 2005 +0000
| | |   
| | |       added OMNotebook, the version uses QT3 and accompanied openmodelica release v1.3 and v1.3.1. //Anders Fernström
| | |       
| | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | |   
| | |   A	OMNotebook_QT3/OMNotebook/application.h
| | |   A	OMNotebook_QT3/OMNotebook/cell.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cell.h
| | |   A	OMNotebook_QT3/OMNotebook/cellapplication.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cellapplication.h
| | |   A	OMNotebook_QT3/OMNotebook/cellcommandcenter.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cellcommandcenter.h
| | |   A	OMNotebook_QT3/OMNotebook/cellcommands.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cellcommands.h
| | |   A	OMNotebook_QT3/OMNotebook/cellcursor.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cellcursor.h
| | |   A	OMNotebook_QT3/OMNotebook/celldocument.cpp
| | |   A	OMNotebook_QT3/OMNotebook/celldocument.h
| | |   A	OMNotebook_QT3/OMNotebook/celldocumentview.h
| | |   A	OMNotebook_QT3/OMNotebook/cellfactory.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cellfactory.h
| | |   A	OMNotebook_QT3/OMNotebook/cellgrammar.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cellgroup.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cellgroup.h
| | |   A	OMNotebook_QT3/OMNotebook/cellparserfactory.cpp
| | |   A	OMNotebook_QT3/OMNotebook/command.h
| | |   A	OMNotebook_QT3/OMNotebook/commandcenter.h
| | |   A	OMNotebook_QT3/OMNotebook/copytest.cpp
| | |   A	OMNotebook_QT3/OMNotebook/cursorcommands.h
| | |   A	OMNotebook_QT3/OMNotebook/document.h
| | |   A	OMNotebook_QT3/OMNotebook/documentview.h
| | |   A	OMNotebook_QT3/OMNotebook/factory.h
| | |   A	OMNotebook_QT3/OMNotebook/imagecell.cpp
| | |   A	OMNotebook_QT3/OMNotebook/imagecell.h
| | |   A	OMNotebook_QT3/OMNotebook/inputcell.cpp
| | |   A	OMNotebook_QT3/OMNotebook/inputcell.h
| | |   A	OMNotebook_QT3/OMNotebook/inputcelldelegate.h
| | |   A	OMNotebook_QT3/OMNotebook/moc_cell.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_cellapplication.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_cellcursor.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_celldocument.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_cellgroup.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_document.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_documentview.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_imagecell.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_inputcell.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_notebook.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_omc_communicator.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_smlinteractiveenvironment.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_stylesheet.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_textcell.cpp
| | |   A	OMNotebook_QT3/OMNotebook/moc_treeview.cpp
| | |   A	OMNotebook_QT3/OMNotebook/modelicacolors.xml
| | |   A	OMNotebook_QT3/OMNotebook/modelicahighlighter.h
| | |   A	OMNotebook_QT3/OMNotebook/nbparser.h
| | |   A	OMNotebook_QT3/OMNotebook/notebook.cpp
| | |   A	OMNotebook_QT3/OMNotebook/notebook.h
| | |   A	OMNotebook_QT3/OMNotebook/notebookcommands.h
| | |   A	OMNotebook_QT3/OMNotebook/notebookparser.cpp
| | |   A	OMNotebook_QT3/OMNotebook/notebookparser.h
| | |   A	OMNotebook_QT3/OMNotebook/omc_communicator.cpp
| | |   A	OMNotebook_QT3/OMNotebook/omc_communicator.hpp
| | |   A	OMNotebook_QT3/OMNotebook/omcinteractiveenvironment.cpp
| | |   A	OMNotebook_QT3/OMNotebook/omcinteractiveenvironment.h
| | |   A	OMNotebook_QT3/OMNotebook/parserfactory.h
| | |   A	OMNotebook_QT3/OMNotebook/qtapp.cpp
| | |   A	OMNotebook_QT3/OMNotebook/rule.h
| | |   A	OMNotebook_QT3/OMNotebook/selectingvisitor.cpp
| | |   A	OMNotebook_QT3/OMNotebook/selectingvisitor.h
| | |   A	OMNotebook_QT3/OMNotebook/serializingvisitor.cpp
| | |   A	OMNotebook_QT3/OMNotebook/serializingvisitor.h
| | |   A	OMNotebook_QT3/OMNotebook/smlhighlighter.h
| | |   A	OMNotebook_QT3/OMNotebook/smlinteractiveenvironment.cpp
| | |   A	OMNotebook_QT3/OMNotebook/smlinteractiveenvironment.h
| | |   A	OMNotebook_QT3/OMNotebook/smlsyntaxhighlighter.cpp
| | |   A	OMNotebook_QT3/OMNotebook/smlsyntaxhighlighter.h
| | |   A	OMNotebook_QT3/OMNotebook/stylesheet.cpp
| | |   A	OMNotebook_QT3/OMNotebook/stylesheet.h
| | |   A	OMNotebook_QT3/OMNotebook/stylesheet.xml
| | |   A	OMNotebook_QT3/OMNotebook/syntax_highlighter.cpp
| | |   A	OMNotebook_QT3/OMNotebook/syntax_highlighter.hpp
| | |   A	OMNotebook_QT3/OMNotebook/syntaxhighlighter.h
| | |   A	OMNotebook_QT3/OMNotebook/textcell.cpp
| | |   A	OMNotebook_QT3/OMNotebook/textcell.h
| | |   A	OMNotebook_QT3/OMNotebook/treeview.cpp
| | |   A	OMNotebook_QT3/OMNotebook/treeview.h
| | |   A	OMNotebook_QT3/OMNotebook/trunk.pro
| | |   A	OMNotebook_QT3/OMNotebook/trunk.sln
| | |   A	OMNotebook_QT3/OMNotebook/trunk.vcproj
| | |   A	OMNotebook_QT3/OMNotebook/visitor.h
| | |   A	OMNotebook_QT3/OMNotebook/xmlparser.cpp
| | |   A	OMNotebook_QT3/OMNotebook/xmlparser.h
| | | 
* | | commit 9277a51f8824177339897e9541e4b7640757d374
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 1 12:58:31 2019 +0200
| | | 
| | |     Remove OMNotebook (will be re-added as git subtree)
| | | 
| | | M	.gitmodules
| | | D	OMNotebook
| | |   
* | |   commit cb7e493ddb8facef6dbff76496d9124446e5f5c6
|\ \ \  Merge: 1c89139953 21f82a33bf
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Apr 1 12:58:12 2019 +0200
| | | | 
| | | |     Add 'OMEdit/' from commit '21f82a33bf74193b96a90a473999778440c87380'
| | | |     
| | | |     git-subtree-dir: OMEdit
| | | |     git-subtree-mainline: 1c89139953ca01d3471c7cbd28322ffdeca3176c
| | | |     git-subtree-split: 21f82a33bf74193b96a90a473999778440c87380
| | | | 
| * | | commit 21f82a33bf74193b96a90a473999778440c87380
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 29 16:27:28 2019 +0100
| | | | 
| | | |     Only show documentation for LibraryTreeItem::Modelica
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | 
| * | | commit a95655f0088a7305224109c9689e2577654ab98a
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 14 13:52:14 2019 +0100
| | | | 
| | | |     Added `oms_solver_wc_mav2` solver
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.cpp
| | | | 
| * | | commit 03aae16a22e3eab6e9e192464971d9f602549cab
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 29 14:09:58 2019 +0100
| | | | 
| | | |     Fixes ticket:5412 Close the simulation result file properly
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | 
| * | | commit 0bc9db2d1b727b08866ca16829b2eaa330db0b7a
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 29 09:59:30 2019 +0100
| | | | 
| | | |     Set the ModelWidget before setting the class text
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 888930a5c47dc13f3bc6ed1656443c459d948e67
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 26 13:05:01 2019 +0100
| | | | 
| | | |     Set setSaveContentsType to SaveInOneFile when creating non-existing classes
| | | |     Fixed a typo
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit f0005811992ff7c10c77395a898b57cdd57a613b
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 26 12:22:12 2019 +0100
| | | | 
| | | |     Set the save contents type when creating non existing classes
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit e76522f2d14018a88779394505a116eee205fd92
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 21 11:12:59 2019 +0100
| | | | 
| | | |     Check if the bitmap file exists or not
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | 
| * | | commit df3d8f427b3cfe94f861e9d940162fe2148c0202
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 20 19:50:48 2019 +0100
| | | | 
| | | |     Set the editor text via setClassText
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit f84bf474dd46839fe2fe04d203dd71ef7c4ddfe8
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 20 17:49:24 2019 +0100
| | | | 
| | | |     Only return true from operator< when item is really less than
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | 
| * | | commit ed4104717c1469ad1dd5eff462cb4d120908d8b0
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 22 10:48:34 2019 +0100
| | | | 
| | | |     Fixes ticket:4799, ticket:4875, ticket:5191 and ticket:5393
| | | |     Better duplicate functionality.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit e4f00d95bb88e807821a1cb87a87de4ef381c02f
| | | | Author: hkiel 
| | | | Date:   Tue Mar 12 16:21:29 2019 +0100
| | | | 
| | | |     fix includes
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.h
| | | | 
| * | | commit 94ae17d609ffe98e965fd0ae36b8d98a51edcc66
| | | | Author: Per Östlund 
| | | | Date:   Mon Mar 11 11:45:39 2019 +0100
| | | | 
| | | |     Fix case of include.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.cpp
| | | | 
| * | | commit f818ba8ae0143075375c5da033afa275a8cb8912
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 14 12:09:06 2019 +0100
| | | | 
| | | |     Better handling of command line options/flags
| | | |     Fixes ticket:5132, ticket:5310 and ticket:5329
| | | |     We now have global flags in `Tools->Options->Simulation` and the same flags are also available locally in `Simulation Setup` window under `Translations Flags` tab.
| | | |     The global flags uses the default values of the flags. The local flags have the following order default, gloabl, model specific via the `__OpenModelica_commandLineOptions` annotation and then it preserves any changes done by the user.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | A	OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.cpp
| | | | A	OMEdit/OMEditGUI/Simulation/TranslationFlagsWidget.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 67fe5ced31839b6dc6879e879542938ca34b7098
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 11 09:29:16 2019 +0100
| | | | 
| | | |     Read the activate access annotations setting only at loading
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | 
| * | | commit 43ebf040ccc48e6517f5653f194b44236a641e27
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 8 14:27:13 2019 +0100
| | | | 
| | | |     Bundled all import and export actions under File menu
| | | |     Update to new interface of `buildEncryptedPackage`
| | | |     setSaveContentsType whenever we update the class information.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 29420dd9f973ca3ca2d336e9144beef367c5280a
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 22 22:03:46 2019 +0100
| | | | 
| | | |     Support for exporting/importing .mol without encryption/decryption
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 775b6d575b61169e3cf89aa94e761ac8cd31d432
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 20 09:52:37 2019 +0100
| | | | 
| | | |     Fixed OMSimulator documentation link
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 9f3d0f7c66c6a10292dbb5405ad9af8a262e073b
| | | | Author: Lennart Ochel 
| | | | Date:   Tue Feb 12 11:42:41 2019 +0100
| | | | 
| | | |     Update e-mail address
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit d66d325c03d555408f00e1cce87fe0b6e7d3664c
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Feb 5 13:54:57 2019 +0100
| | | | 
| | | |     Set the default compiler and allow resetting back to default
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit f38b366f9b8d667217e960c6090623f834bec2be
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 31 16:19:36 2019 +0100
| | | | 
| | | |     ticket:5044 Allow setting the compiler
| | | |     `--target=gcc` only set the makefile build system and not the compiler.
| | | |     Use `setCompiler` and `setCXXCompiler` to set the compiler.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | 
| * | | commit b09a4f003c16dffe6d57d56417f8d5fd397b122a
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 8 11:33:48 2019 +0100
| | | | 
| | | |     ticket:5274 Added a button to open the transformational debugger directly
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | 
| * | | commit 51d7b1ef5ef5bd9620b099ad7b88b09274d39c95
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 8 11:07:17 2019 +0100
| | | | 
| | | |     Fix OSX build
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | 
| * | | commit f0fa10751e74c97dd118fad909968b7e359e4d03
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 7 17:36:17 2019 +0100
| | | | 
| | | |     ticket:5048 use the class name for listFile instead of file name
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 9fe763165f1c04c9d8508159b14d0184df73e722
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 7 15:49:24 2019 +0100
| | | | 
| | | |     ticket:5048 suppress the unnecessary qt warning messages
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | 
| * | | commit 8db5bf7eb6bdb816be7652ba852ec794fd9bcfc4
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 6 14:35:49 2019 +0100
| | | | 
| | | |     ticket:4369 set the time unit so it doesn't become invalid.
| | | |     Only use the time conversion for time and interactive plot types.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 3e4797e934117a89189eab81c27697b0f35f2f69
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 4 16:54:23 2019 +0100
| | | | 
| | | |     Clean the SVGs
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/icons/console.svg
| | | | M	OMEdit/OMEditGUI/Resources/icons/omshell.svg
| | | | 
| * | | commit 91189d4fa8b812472ffd1e514ab4bebef4dd0b0d
| | | | Author: hkiel 
| | | | Date:   Mon Feb 4 12:49:02 2019 +0100
| | | | 
| | | |     fix for Qt4.8: do not use QStringRef.left() or right()
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | 
| * | | commit 7353b630fd3f6a3e936073df05edc9f4397e7c48
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sun Jan 27 20:25:36 2019 +0300
| | | | 
| | | |     Use different icons for autocompleted class and component names
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/completerClass.svg
| | | | R100	OMEdit/OMEditGUI/Resources/icons/completerSymbol.svg	OMEdit/OMEditGUI/Resources/icons/completerComponent.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 502f86fd76742934900e67d8d5a1792af8b1d6c2
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sun Jan 27 19:19:06 2019 +0300
| | | | 
| | | |     Show meaningful descriptions for autocompleted classes and components
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit ce509a36c2fced5675a9a7469ef97f20b00a13ac
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 1 11:46:31 2019 +0100
| | | | 
| | | |     Fixes ticket:5050
| | | |     Use `Qt::ElideRight` if the value is a double in non-scientific notation.
| | | |     If the value is in scientific notation then use `Qt::ElideMiddle`.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp
| | | | 
| * | | commit bef7e4f632af9b8d952a470e100d88f6bdf70cb8
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 30 15:36:11 2019 +0100
| | | | 
| | | |     ticket:5050 Use Qt::ElideRight for value column. Other columns use Qt::ElideMiddle
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp
| | | | 
| * | | commit c8fa40216b730cfa7007de4ebf03953df79fb781
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 30 13:51:18 2019 +0100
| | | | 
| | | |     ticket#5190 Save the class when saving the documentation
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | 
| * | | commit 72b57be7fd1ec0168079d51f7a02fbf5a13e0028
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 30 13:40:20 2019 +0100
| | | | 
| | | |     ticket#5207 Preserve the jacobian type between simulations
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit de55ec377042b301f2cca55d0080ce2911de888e
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sat Oct 6 11:05:47 2018 +0300
| | | | 
| | | |     Do not pass platform triplets with '&' when compiling FMUs
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 0c095792858194e86cb0ed834363409f7ef13f21
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sun Jan 20 16:00:01 2019 +0300
| | | | 
| | | |     Refactor GitCommands.{h,cpp}
| | | |     
| | | |     Factor out the handling of Git subprocess to a single function and remove
| | | |     the GitCommands-instance-global QProcess instance.
| | | |     
| | | |     The logic behind invoking the Git subprocess is quite regular. On the
| | | |     other hand, the process object instance seems sometimes being not fully
| | | |     de-initialized, so, after several invocations, the waitForFinished()
| | | |     function call deadlocks and waits for a timeout of 30s.
| | | | 
| | | | M	OMEdit/OMEditGUI/Git/GitCommands.cpp
| | | | M	OMEdit/OMEditGUI/Git/GitCommands.h
| | | | 
| * | | commit 5016e9c73aa66a96ffc0469e9bf40a0d141c83c8
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Jan 23 20:36:31 2019 +0100
| | | | 
| | | |     Update .gitignore
| | | | 
| | | | M	.gitignore
| | | | 
| * | | commit 31578c08386218bf4887a83c46926d086811d902
| | | | Author: Lennart Ochel 
| | | | Date:   Wed Jan 23 21:33:52 2019 +0100
| | | | 
| | | |     Make oms_system_wc the default system choice
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/ModelDialog.cpp
| | | | 
| * | | commit e519aa11218617f04cfe1987e41419e7becbb26a
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 23 14:05:17 2019 +0100
| | | | 
| | | |     ticket#5282 Added a customizable delay in variable filter
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit d21bc7d10093da22b471f1b32ef5deda63c15863
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 23 11:48:46 2019 +0100
| | | | 
| | | |     Check against the actual stop time
| | | |     Rename for OMSimulator models is not implemented yet.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.cpp
| | | | 
| * | | commit 0ce89e2f063118c4718e32e6bd3c00d373a8463d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 23 11:05:57 2019 +0100
| | | | 
| | | |     Compare against LibraryType
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 712d903b2ba7e3f0e0cd4143491e12d09b044e24
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 23 11:01:24 2019 +0100
| | | | 
| | | |     ticket#5285 Implemented "save as" for OMSimulator models
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | 
| * | | commit 5297e5ba085f514c884556b6770aa9ff8bf98e96
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 23 10:42:00 2019 +0100
| | | | 
| | | |     Better handling of system simulation information
| | | |     Allow instantiation and simulation from system and submodel level as well.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/InstantiateDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/InstantiateDialog.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.h
| | | | 
| * | | commit 35a006cfc8732c558001e4a51aba78ec98a1d711
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sat Jan 19 14:33:46 2019 +0300
| | | | 
| | | |     Do not place autogenerated commands to OMC window command line history
| | | |     
| | | |     When using the OMC command line window for debugging, it is easy to
| | | |     accidentally fetch some new model, so lots of commands are issued.
| | | |     
| | | |     Previously, all of them gone to command line history, so one not only
| | | |     don't see the results of manually entered commands but it is even hard
| | | |     to get the commands themselves using the command line history by
| | | |     pressing Up and Down because auto-issued commands are saved there too.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit 55dabec31a63c0aacb6d653f2f549b88a903ff5f
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 21 13:44:55 2019 +0100
| | | | 
| | | |     ticket#5273 Reset the filters before inserting new items to Variables Browser
| | | |     The filters are applied back after insertion.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 18e18bdfac47e4b5b0e03eab87d2a30840288d37
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 21 11:51:04 2019 +0100
| | | | 
| | | |     OMSimulator binaries are in bin folder for Windows
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 2b48418df5602d5c4106947aeb4db11dbba12d11
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jan 18 16:35:28 2019 +0100
| | | | 
| | | |     Adapt to oms_setTolerance
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.h
| | | | 
| * | | commit 0bae201f4a594e3a193c5137a90a1f1d62124041
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 18 16:18:11 2019 +0100
| | | | 
| | | |     Fix call of oms_setTolerance
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | 
| * | | commit 9a352e40bb2e2aeb4e4ff45d2ff2a4141966dbf9
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jan 18 14:37:56 2019 +0100
| | | | 
| | | |     Text view for OMSimulator components
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit d04b21f89cc2cb01946cf9a2b0e545e8cb2c4b6f
| | | | Author: Lennart Ochel 
| | | | Date:   Fri Jan 18 00:07:44 2019 +0100
| | | | 
| | | |     Fix oms model state
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 5cdb13db13deaa8ce243648ed3f3cc73fbe5ea6e
| | | | Author: Lennart Ochel 
| | | | Date:   Thu Jan 17 17:49:02 2019 +0100
| | | | 
| | | |     Adapt to OMSimulator API changes
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 5ab86e2444b4dcd174720ac628443e92115f4277
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 17 14:33:12 2019 +0100
| | | | 
| | | |     System simulation information for strongly coupled systems
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit 6bcab54400f9a7b9a15441ab3bdf50f4f4baed75
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 17 13:50:51 2019 +0100
| | | | 
| | | |     Allow setting OMSimulator flags
| | | |     Removed the oms2 references
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit b3b2c54c2b165ebf337d75a97d7af47ea2052e84
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sat Jul 28 19:21:55 2018 +0300
| | | | 
| | | |     Basic implementation of completion for Modelica
| | | |     
| | | |     Complete everything against the latest successfully saved version of the
| | | |     top-level class opened in the current editor.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/completerSymbol.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 8a25d733f20a94981e2a30fe647472714f3b43c7
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sat Jan 5 11:39:42 2019 +0300
| | | | 
| | | |     Implement feature to move FMU after build
| | | |     
| | | |     This feature does not replace the FMU Name setting, since does not
| | | |     interfere at all with internal file names inside an FMU.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 4f53a8a7aa5db20708480f4051c88635971a282d
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 10 16:58:48 2019 +0100
| | | | 
| | | |     More FMU capability flags
| | | |     Added `canInterpolateInputs` and `maxOutputDerivativeOrder`
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.h
| | | | 
| * | | commit 7074e48876c733a4d5a5d8ab73f6f13281d0e794
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jan 9 16:17:43 2019 +0100
| | | | 
| | | |     ticket:5187 Fixed the indentation issue
| | | |     Preserve user formatting where entire sub-packages are kept as single files
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit e6e83ea334a04da86d714d0f4305e9e2debb5cc8
| | | | Author: Adrian Pop 
| | | | Date:   Sat Dec 15 04:38:00 2018 +0100
| | | | 
| | | |     fix ticket:5251, use secsTo instead of direct comparison
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 4a8d97dc9bf0a37e085a2f4625f75dcc932812a5
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Dec 13 11:37:50 2018 +0100
| | | | 
| | | |     ticket:5244 Fix plotting array derivatives
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 14a8e7bb8ba763d30be5e103b96737c33e70de64
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 12 11:54:42 2018 +0100
| | | | 
| | | |     ticket:5187 preserve user formatting
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit 2310bb3c833e686f00fcc74ae62e185076945228
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 11 13:45:37 2018 +0100
| | | | 
| | | |     Fix OSX build
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit b7e072e578d39dc9aba16d83ee5077a4d63db163
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 10 12:27:12 2018 +0100
| | | | 
| | | |     ticket:5234 Make sure we always set the MainWindow as active after the simulation
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 5866cd268a87038719720bcb639fdaae3217bd93
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 10 10:47:32 2018 +0100
| | | | 
| | | |     Make sure we log the messages in the same thread
| | | |     Read the standard output and error files when using the OMSimulator API
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit e9b53fa5abdf0eb4de75419fc62c925b5d489998
| | | | Author: Adrian Pop 
| | | | Date:   Sat Dec 8 03:20:08 2018 +0100
| | | | 
| | | |     v1.14.0-dev
| | | | 
| * | | commit a8fad2e176fd77b3187daa8510ae4fc32a6127ed
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 5 15:27:48 2018 +0100
| | | | 
| | | |     Cancel the composite model simulation properly
| | | |     Set the default result file buffer to 100
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationOptions.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.h
| | | | 
| * | | commit 6abfbe4e9ba4c79f6cbf70e273e40f107a380985
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 5 13:45:39 2018 +0100
| | | | 
| | | |     Copy the simulation output without HTML formatting
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | 
| * | | commit 3ab3f3d2ffc61d1bc39bf212a9cb23ed63db1acb
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 5 12:31:04 2018 +0100
| | | | 
| | | |     Delete the Algloop* files generated by cpp runtime
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | 
| * | | commit 1ff9da8188b3f184081116fa5ca067367e2c5230
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 4 15:29:47 2018 +0100
| | | | 
| | | |     Make sure the result file is new
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | 
| * | | commit a0782120c0e605161c77805477ba201b706905af
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 3 13:49:27 2018 +0100
| | | | 
| | | |     Interactive simulation is only implemented for c-runtime
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 8caab614ae0dd57e58235c4753c2bf27208728b3
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 30 15:07:07 2018 +0100
| | | | 
| | | |     Set the tolerance for WC systems
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit bcad33063a8d59bf435c6b9d259e154bc0293688
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 29 13:35:05 2018 +0100
| | | | 
| | | |     SSD text view for systems.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit a907340220029d58713f846f37a41bd102882742
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 29 11:28:23 2018 +0100
| | | | 
| | | |     Set the signal filter when instantiating the model.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/InstantiateDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/InstantiateDialog.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 11caab2a3d3d35880a27c08300e8c5acefcd232f
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 28 11:54:06 2018 +0100
| | | | 
| | | |     Allow adding TLM connector to the component
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit b7537953987101518b75077cdbae42f47301f8b9
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 28 11:45:44 2018 +0100
| | | | 
| | | |     Highlight oms:TlmMaster keyword
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/OMSimulatorEditor.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 2a71c2e9f86a9e8392ed0ab0bb587691a66eaf99
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 28 11:30:33 2018 +0100
| | | | 
| | | |     Don't change the filename
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 46cf236700ab6ae8d0989adada960d93238c86bc
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 26 14:29:28 2018 +0100
| | | | 
| | | |     Connectors are not allowed on a TLM system
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 2e1519928adb0554b531eb80965a26ee05ea01ea
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Nov 24 23:11:04 2018 +0100
| | | | 
| | | |     More structuring of OMSimulator files
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit e8953bb7f11e8f5bbc4501c0f89d309b91a1ecd3
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 23 14:30:10 2018 +0100
| | | | 
| | | |     TLM system simulation information interface
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/ModelDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.h
| | | | 
| * | | commit 0545fc6501c2b6e382e5cd5bf9d8a70b6fa2b596
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 23 11:38:26 2018 +0100
| | | | 
| | | |     Better structuring of OMSimulator related files
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | R100	OMEdit/OMEditGUI/Modeling/BusDialog.cpp	OMEdit/OMEditGUI/OMS/BusDialog.cpp
| | | | R100	OMEdit/OMEditGUI/Modeling/BusDialog.h	OMEdit/OMEditGUI/OMS/BusDialog.h
| | | | A	OMEdit/OMEditGUI/OMS/ModelDialog.cpp
| | | | A	OMEdit/OMEditGUI/OMS/ModelDialog.h
| | | | A	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.cpp
| | | | A	OMEdit/OMEditGUI/OMS/SystemSimulationInformationDialog.h
| | | | 
| * | | commit b0ea5fef2558723ca02a3b165ff219d2b9522cac
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 22 14:58:07 2018 +0100
| | | | 
| | | |     Allow setting the logging interval via oms3_setLoggingInterval
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/InstantiateDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/InstantiateDialog.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 287d131b1c122fbd0029c0016bb45ccfb2443f61
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 22 14:12:51 2018 +0100
| | | | 
| | | |     Use oms3_getTLMVariableTypes to build a drop down list
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 9fe9b419b2cbfd5c407d1bf23a429dbda3036b0d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 21 11:15:01 2018 +0100
| | | | 
| | | |     Different colors for tlm connectors based on the domain
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-electric-bus-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-hydraulic-bus-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-input-bus-connector.svg
| | | | R100	OMEdit/OMEditGUI/Resources/icons/tlm-bus-connector.svg	OMEdit/OMEditGUI/Resources/icons/tlm-mechanical-bus-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-output-bus-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-rotational-bus-connector.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 6d42c9da96e483310c6623629fba919d0b094a97
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 20 11:48:00 2018 +0100
| | | | 
| | | |     Visual difference between system, fmu and table
| | | |     Also added extra visual information on system like system type and on fmu like fmukind and fmuversion.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 3ee0acce83cb9c3a64165ec70211533f9ff51831
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 19 20:08:56 2018 +0100
| | | | 
| | | |     ElementPropertiesDialog to set the parameters and inputs
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | D	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.cpp
| | | | R088	OMEdit/OMEditGUI/Component/FMUProperties.h	OMEdit/OMEditGUI/OMS/ElementPropertiesDialog.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 2621afe56b1a018e8746ea6208faa77351c4f688
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 16 13:39:40 2018 +0100
| | | | 
| | | |     TimeManager is not dependent on OSG now.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 14969127e8898f63176effeafa53038926718f1a
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 16 12:57:24 2018 +0100
| | | | 
| | | |     Use OpenModelica rtclock.h for timers
| | | |     
| | | |     Older RHEL do not have OSG, Qt 4.6 (4.8 is needed for the Qt timers).
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | 
| * | | commit 0e17c70e58ae85ce5ebdf4cafe6b09dfcfe0686c
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 28 20:44:30 2018 +0200
| | | | 
| | | |     State machines debugging supports all result file formats
| | | |     Diagram window for visualization
| | | |     Visualization controls in VariablesWidget
| | | |     States and transitions are visualized as active or inactive
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/Plotting/DiagramWindow.cpp
| | | | A	OMEdit/OMEditGUI/Plotting/DiagramWindow.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit eb5a8a233627e4cdb81dd9f44938258d478c611e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 8 11:30:35 2018 +0100
| | | | 
| | | |     Load the connections when start/end element is empty
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 8f7c38acb6308fb1ed21e65c9d615b3b60605cc6
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 5 21:06:56 2018 +0100
| | | | 
| | | |     Simulate OMSimulator models
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/OMS/InstantiateDialog.cpp
| | | | A	OMEdit/OMEditGUI/OMS/InstantiateDialog.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationOptions.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/instantiate.svg
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 4c9b181224176a770235ec0fc3ebb75313f8ed17
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 6 22:40:01 2018 +0100
| | | | 
| | | |     set text for few commands
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | 
| * | | commit 1185761b2279218ddd234926cbb3fb4945c399c6
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 6 14:59:44 2018 +0100
| | | | 
| | | |     Use `oms3_setConnectionGeometry` instead of `oms3_updateConnection`
| | | |     Edit the TLM connection using `oms3_setTLMConnectionParameters`
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 41d943353b5eddf805a859352379582a1d1b2c4b
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 6 16:14:39 2018 +0100
| | | | 
| | | |     Fix a typo
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | 
| * | | commit 5f917a680ae5fc9ae79ee73f34ab6a220332d77f
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 6 16:13:01 2018 +0100
| | | | 
| | | |     Use --suppressPath flag
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 749313355264f3b44676f0aff8a517dca90ff866
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 6 00:15:41 2018 +0100
| | | | 
| | | |     Fix Qt4 compilation
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit ba17bb179379741d6244c77eb9437c12b61eeb02
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Mon Oct 15 15:02:55 2018 +0300
| | | | 
| | | |     Print a warning when no platforms are specified when generating an FMU
| | | |     
| | | |     ... and also select the default choice when no such setting exists at
| | | |     all in omedit.ini.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit b1cb26e4c04a4e19f4d0aa5d8f7bd873b21081cd
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 5 15:50:58 2018 +0100
| | | | 
| | | |     Only show input/output connectors on the view
| | | |     Fixed few minor bugs
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit ef02fddca60949ddd66dbe2c7764f0df4195a4d6
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Nov 3 20:49:59 2018 +0100
| | | | 
| | | |     Allow connections directly from the connectors
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit fdf0ab1517a8ec70f4875dc3813db27caf581927
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Nov 3 20:33:47 2018 +0100
| | | | 
| | | |     Handle the connection if FMU port contains dot
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 7e08313a8c13b7dacfdd334d5dc21378fd645963
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 2 23:30:06 2018 +0100
| | | | 
| | | |     Allow creating TLM connection between TLM buses
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit b2e65362515bf2e3731ca431e36286f116f1cd07
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 2 12:01:20 2018 +0100
| | | | 
| | | |     TLM buses and connectors
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Resources/icons/tlm-bus-connector.svg
| | | | M	OMEdit/OMEditGUI/Resources/icons/tlm-bus.svg
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit fb6277fec30cc2c75fd1cb22149d71a5eec3276b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 31 17:35:48 2018 +0100
| | | | 
| | | |     Edit bus connection
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit e8247c90ab8cd047e0cdd7dbe1953994a59da4c5
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 24 17:44:21 2018 +0200
| | | | 
| | | |     Add/Load the co-simulation FMUs
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Resources/icons/fmu-icon.svg
| | | | M	OMEdit/OMEditGUI/Resources/icons/model-icon.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/sc-system-icon.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-system-icon.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/wc-system-icon.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 63faf7e9ca7226054bf6d1e785f0d340ff8aff42
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 22 12:50:44 2018 +0200
| | | | 
| | | |     Restrict sub systems creation based on the current system type.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | 
| * | | commit eff759e9ad4d8608a8fae39315dfea295762ebc3
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Oct 20 00:16:31 2018 +0200
| | | | 
| | | |     Bus connection dialog
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Editors/OMSimulatorEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit f8d500ad91032ac1432d06b9cbf98b1508cfc1a2
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 17 21:51:39 2018 +0200
| | | | 
| | | |     Use `GraphicsView::roundPoint` instead of `GraphicsView::snapPointToGrid` for OMS connections
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 510f80ce8fdd7760c29e0918d81a903500cc2fe7
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 17 14:01:05 2018 +0200
| | | | 
| | | |     Update the component instance when connector/bus is added/updated
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 6d04063f90e0cc8963d933034d7ff57d2e7b0ab4
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 16 14:22:56 2018 +0200
| | | | 
| | | |     Allow editing a bus connectors
| | | |     Re-implement redo function only in UndoCommand and use redoInternal in all child commands
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 1f3978fa319e1b19bc7760d96b4e34fa3dab6885
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 11 15:48:07 2018 +0200
| | | | 
| | | |     Export SSP instead of SSD
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | 
| * | | commit 5b7ef1e0a9e9d6fde652a8d603ed8f3144188ebf
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 11 12:18:46 2018 +0200
| | | | 
| | | |     Don't push the failed commands to UndoStack
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 6697f70d9ab7bb922d1588f45493e4ab22dec9ef
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 9 15:32:59 2018 +0200
| | | | 
| | | |     Atomic connections
| | | |     omscommunication.log file for OMSimulator called APIs
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit f492eeb34b412b841d2f9c0b0eb0c253a4c5c0a3
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 4 11:43:56 2018 +0200
| | | | 
| | | |     Set the logging callback after settings
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 3344d0e27d878de32b458ba1ae38030f46fc645c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Sep 28 15:00:16 2018 +0200
| | | | 
| | | |     Set the TLM bus geometry
| | | |     Added new OMSimulator tags for syntax highlighting
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Editors/OMSimulatorEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 416a83b3ec678c9f937562e161488bc271841755
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Sep 27 21:44:27 2018 +0200
| | | | 
| | | |     Implemented AddTLMBusDialog
| | | |     Add and load the TLM bus
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Resources/icons/bus.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-bus-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-bus.svg
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 0072563b4e29c68aaea9e578a9034b4f524003f8
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Sep 27 13:45:04 2018 +0200
| | | | 
| | | |     Add bus to the system
| | | |     Green icon for the bus
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/bus-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/real-output-connector.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 59832c1925c1fc0cb724133e76da815dded261cc
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Sep 26 17:33:59 2018 +0200
| | | | 
| | | |     Use oms3_import to load a model
| | | |     Built-in icons for the connectors
| | | |     Draw the systems and connectors in the ModelWidget
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/boolean-input-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/boolean-output-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/integer-input-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/integer-output-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/real-input-connector.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit b85412548ad95b8aca2b01d44275f7f034f550be
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Sep 24 12:40:43 2018 +0200
| | | | 
| | | |     Add connectors to the system
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 03ab7794eca75f4f84ead306809a6a28599e7d82
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Sep 22 15:32:17 2018 +0200
| | | | 
| | | |     Removed New FMI model menu item.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit b40b971c2b45523eaabcb3cb96ce6eac1107aa9c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Sep 21 19:42:55 2018 +0200
| | | | 
| | | |     Enable/disable toolbar buttons based on the active view
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 98cff3bcc1295497cf75a5528d7f48d118d2ff0e
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Sep 21 16:07:17 2018 +0200
| | | | 
| | | |     Updated add/edit/delete icon commands to support system
| | | |     Use oms3_setElementGeomtry
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/bitmap-delete.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 0b6c0ed4bd2105cc0466c0053d9a369f9811729d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Sep 21 11:43:57 2018 +0200
| | | | 
| | | |     Use oms3_export for saving a model
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 99d3ba83382c26f922e8e720df69ddc6c74cab94
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Sep 20 18:44:17 2018 +0200
| | | | 
| | | |     Add systems and sub systems
| | | |     Icon view for systems with shapes
| | | |     Use oms3_getElements
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 3b94ba50015b8ed1f8ac0bfcb88ddd10e93032eb
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Sep 19 14:55:04 2018 +0200
| | | | 
| | | |     Create a new model with a root system
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit a3c597a1e735d4f1ec9ac621ad7a49b053daf92d
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Sep 18 21:27:18 2018 +0200
| | | | 
| | | |     Update to new oms3_element_type_enu_t
| | | |     Fixed usage of oms3_addSystem
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit bdd3e2a9b9c10e5f442881167530efeed55c675a
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Sep 18 11:51:24 2018 +0200
| | | | 
| | | |     Added oms3_getElement
| | | | 
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 6cee4f33a2564748cb40aba89f23b65e48192ebb
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Sep 17 19:23:12 2018 +0200
| | | | 
| | | |     Add system dialog
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Resources/icons/add-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/add-system.svg
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit f47adba5e820bdca1a9a52d16a59918aca20c60b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Sep 17 17:28:00 2018 +0200
| | | | 
| | | |     Create/delete model
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit ac8e7b9f32095cbfd17ea73144e62810fc2b9236
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Sep 13 22:00:20 2018 +0200
| | | | 
| | | |     Allow adding connectors to the system
| | | |     Don't draw ModelWidget for signals
| | | |     Added an interface for creating buses
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | A	OMEdit/OMEditGUI/Modeling/BusDialog.cpp
| | | | A	OMEdit/OMEditGUI/Modeling/BusDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/add-connector.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/bus.svg
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit b23d97a76c998a01b2df8801d41948d6cdc66761
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 11 14:32:36 2018 +0200
| | | | 
| | | |     Fix OMEdit compilation
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | 
| * | | commit a83744b8dae10dd6160b3612eafdbc7244988efe
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Oct 5 10:41:16 2018 +0200
| | | | 
| | | |     Use italic font for parameter textbox in Variables Browser
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | 
| * | | commit 3f512db30dfe90215804741d5417d84821944f8d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 10 18:33:23 2018 +0200
| | | | 
| | | |     Update the connection when component transformation is changed
| | | |     Avoid adding extra line to Modelica text
| | | |     Preserve the text position with undo/redo
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit 53e32ce355bf5482e8479d4c67ae300c7acb485b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 4 14:50:24 2018 +0200
| | | | 
| | | |     Fixes ticket:4956
| | | |     Use end connector color in case of connection from expandable or array connector to normal connector.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 1f1ae509418d1f7a9c058a3452ec98e78cd60070
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Mon Oct 1 15:33:30 2018 +0300
| | | | 
| | | |     Change FMI version type from double to QString
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit b144bb400c3f24a1c46d28480afbda8205ea6037
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 1 17:12:31 2018 +0200
| | | | 
| | | |     List OMSimulator dependency in the readme
| | | | 
| | | | M	README.md
| | | | 
| * | | commit 609455ac258919b231af4ab21c76fa669614b689
| | | | Author: Adrian Pop 
| | | | Date:   Wed Sep 5 13:39:55 2018 +0200
| | | | 
| | | |     of course windows doesn't like it
| | | | 
| | | | M	qjson/CMakeLists.txt
| | | | 
| * | | commit df8e38bd64447c2b51d4955e6d35a56b66b684f3
| | | | Author: Adrian Pop 
| | | | Date:   Tue Sep 4 23:43:28 2018 +0200
| | | | 
| | | |     fix centos compilation and adapt to clang on msys2/mingw
| | | |     - add -std=c++11 if Qt5 cmake macro doesn't do it
| | | |     - check for clang on mingw in backtrace.h
| | | | 
| | | | M	Makefile.omdev.mingw
| | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.h
| | | | M	qjson/CMakeLists.txt
| | | | 
| * | | commit 88c3453839b0612ba438d54fff547efe0be46ce3
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Sep 3 11:09:22 2018 +0200
| | | | 
| | | |     Use beginMacro from ModelWidget
| | | |     Use the .ssd extension for OMSimulator models
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 65f0077e6440c0081d4d11c923960cb02397a97c
| | | | Author: Adrian Pop 
| | | | Date:   Fri Aug 31 00:38:23 2018 +0200
| | | | 
| | | |     test to find out if we need to link with -lboost_regex
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	configure.ac
| | | | 
| * | | commit e8f50b197af06a71b87195f7aedb7279dec0c3ef
| | | | Author: Adrian Pop 
| | | | Date:   Thu Aug 30 16:03:12 2018 +0200
| | | | 
| | | |     fix 32bit architecture detection
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 134ecffd47bcb06eaa0aafac4667ca43377ba5d1
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Aug 30 14:56:36 2018 +0200
| | | | 
| | | |     The OMSimulator library is now called OMSimulator
| | | |     
| | | |     libOMSimulatorLib was a redundant name.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit e29273e9f12cd52f3cf6ce0f41b32b9cea560ef6
| | | | Author: Adrian Pop 
| | | | Date:   Wed Aug 29 17:07:49 2018 +0200
| | | | 
| | | |     filter omcommunication.log on #s# to get a csv that you can check for performance
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit 9a25be444db15bb947846daa41c4b772c1db4f9c
| | | | Author: Adrian Pop 
| | | | Date:   Wed Aug 29 16:58:16 2018 +0200
| | | | 
| | | |     link with boost_atomic for i386 linux
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit dd0494623d69f28210ed20a8aaa4b4d58070ae3a
| | | | Author: Adrian Pop 
| | | | Date:   Wed Aug 29 12:43:59 2018 +0200
| | | | 
| | | |     link with -latomic on i386 needed by libOMSimulatorLib.so
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 17d07dae4a4c79d84cda7a021a0451008a486c45
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 28 15:50:05 2018 +0200
| | | | 
| | | |     Save the output format in the simulation flags annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit d81695e0474d0c14c9b58955e75fb80c9b1f9059
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 28 14:53:14 2018 +0200
| | | | 
| | | |     Allow modifying the SSD of the composite models
| | | |     Load the updated text back when user switches to diagram view.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Editors/OMSimulatorEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 8eb75ba3e058ac7a5aabb35b9586dffacf7c087b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Aug 22 12:15:36 2018 +0200
| | | | 
| | | |     Added a text view for OMSimulator models
| | | | 
| | | | A	OMEdit/OMEditGUI/Editors/OMSimulatorEditor.cpp
| | | | A	OMEdit/OMEditGUI/Editors/OMSimulatorEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit 9199a1a691cd30db6e31184ff383f2c16f6c676f
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Aug 16 15:45:18 2018 +0200
| | | | 
| | | |     Use oms2_getSubModelPath for tables
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | 
| * | | commit 6920ca99c918a5e78f1b9639ad6f213af6a18df0
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 14 12:36:11 2018 +0200
| | | | 
| | | |     Updated the copyright text year.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.h
| | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.cpp
| | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.h
| | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.h
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.h
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit a9375863d53b69cf1d93d7fc56053c3e0d764755
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 14 11:48:42 2018 +0200
| | | | 
| | | |     Few minor fixes
| | | |     Removed LibraryTreeItem::callFunction as is not needed.
| | | |     Added copyright text to FunctionArgumentDialog files.
| | | |     Use Label instead of QLabel.
| | | |     Do not fetch the components again and again. Just load the class and get the components from it.
| | | |     Read the class comment from LibraryTreeItem.
| | | |     FunctionArgumentDialog formatting.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 717eccdb3ff2d11b2daae89b0e9c56dad7ed803c
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sun Aug 12 15:43:06 2018 +0300
| | | | 
| | | |     Implement detailed function arguments dialog
| | | | 
| | | | A	OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.cpp
| | | | A	OMEdit/OMEditGUI/Modeling/FunctionArgumentDialog.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 7606bd6c875b0a5b607b4b81fe1119288f285cbd
| | | | Author: Anatoly Trosinenko 
| | | | Date:   Sun Jul 29 14:45:56 2018 +0300
| | | | 
| | | |     Add "Call function" context menu item
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 390f239b2d426bce776140d1f58b373ffa1161ce
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Aug 13 14:35:03 2018 +0200
| | | | 
| | | |     ticket:4956 Fixed color and width of connecting lines
| | | |     Use the color of the icon layer first shape for connection line.
| | | |     Use the thickness 0.5 when both connectors are expandable otherwise 0.25
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 1c58f5def04342c10cd3adcb8c76c2cc28a3b94b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 5 15:21:08 2018 +0100
| | | | 
| | | |     ticket:4640 Categorized OMEdit messages
| | | |     Added 4 tabs i.e., All, Notifications, Warnings and Error.
| | | |     The `All` tab becomes active whenever a new message is added.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | 
| * | | commit d86a2f08a0af03943cd57843a9db1f70e0f373f1
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Aug 3 17:00:48 2018 +0200
| | | | 
| | | |     Update according to OMSimulator signal format
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit 51c079c5d255913af3edce7239832ba9ef0f9189
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Aug 3 13:32:39 2018 +0200
| | | | 
| | | |     OMSimulator rename functionality
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 445f370dfb87a1fa6303d352195dcbc663257138
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jul 26 12:28:39 2018 +0200
| | | | 
| | | |     Added a new option `Activate Access Annotations`
| | | |     Enables the access annotations for non-encrypted libraries.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit d49d6ff0ab6e4e3a3e953fb94fecd49bf4b8ee8c
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 25 15:52:47 2018 +0200
| | | | 
| | | |     ticket:5044 Show platform specific compiler options
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | 
| * | | commit 67ee5996a7f9d35b2770758d48f4f6ee2dcb6e90
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 25 13:30:33 2018 +0200
| | | | 
| | | |     Check for the access annotation
| | | |     before calling `listFile` and `getIconAnnotation` avoids unnecessary messages from OMC.
| | | |     Allow opening *.mol files from regular open dialog.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | 
| * | | commit 532f7bbca9b94cab64f66bf0fcbd54dce3bad547
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jul 24 14:10:21 2018 +0200
| | | | 
| | | |     Call `numProcessors` once
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | 
| * | | commit f127f11e55fbaecdb535adc2c0bc736ca88d91a1
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 18 14:19:02 2018 +0200
| | | | 
| | | |     Updated `OMC Flags` to `OMC Command Line Options`
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit a0c6d7b5c59f68733cdc2d0f604eea97d68be8c9
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jul 17 14:48:08 2018 +0200
| | | | 
| | | |     ticket:5047 Return after setting the top window active
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | 
| * | | commit 185f11c1b8907295d6e9338b6e609d8ba4b4c53c
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jul 16 17:30:35 2018 +0200
| | | | 
| | | |     Added menu item for OMSimulator users guide.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | 
| * | | commit 83e3e929496cae8fddd93cd0c72731a07fdaa0ca
| | | | Author: Adrian Pop 
| | | | Date:   Sat Jul 14 13:40:06 2018 +0200
| | | | 
| | | |     update common
| | | | 
| | | | M	common
| | | | 
| * | | commit e6b1adb6e76c054be9d671017e3745755f69d171
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jul 13 14:33:38 2018 +0200
| | | | 
| | | |     Link with libomtlmsimulator
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | |   
| * | |   commit 01356fff4d955ed012c58b018e8e02e1635b3b23
| |\ \ \  Merge: 0e9c2ff82a ebbf3d04af
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jul 13 11:11:20 2018 +0200
| | | | | 
| | | | |     Merge branch 'adeas31-oms'
| | | | |   
| | * | |   commit ebbf3d04afbecfeca888e1e2a1eb63ee9e4d086d
| | |\ \ \  Merge: b74a2f1184 0e9c2ff82a
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Fri Jul 13 01:10:43 2018 +0200
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 0e9c2ff82a313f57feef3d373f943c73415ddafe
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jul 12 22:44:32 2018 +0200
| | | | | 
| | | | |     Split the log stream checkboxes to 3 columns
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | 
| * | | | commit 857e886b4613ee8c9bde20888787ca24013ab830
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jul 12 21:57:56 2018 +0200
| | | | | 
| | | | |     ticket:4975 Fixed handling of simulation options.
| | | | |     Start with the default simulation options, then apply the experiment and __OpenModelica_simulationFlags annotation.
| | | | |     After that all the user changes of simulation options are stored inside OMEdit.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | A	OMEdit/OMEditGUI/Modeling/ItemDelegate.cpp
| | | | | A	OMEdit/OMEditGUI/Modeling/ItemDelegate.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | 
| * | | | commit bcacb27ea8439f52a81aca23bd357682f19db157
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jul 5 15:59:25 2018 +0200
| | | | | 
| | | | |     ticket:4959 Generate a new directory for importing a FMU
| | | | |     If we import different FMUs on the same path then the files mix up and create a mess.
| | | | |     Generating new directories for each FMU solves this issue.
| | | | |     Added an option `Delete FMU directory and generated model when OMEdit is closed`.
| | | | |     If that option is true then the new directories are deleted when OMEdit is closed.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | 
| * | | | commit ba22c5afb4ab2543affa845726f920c17bccd648
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jul 5 13:37:47 2018 +0200
| | | | | 
| | | | |     ticket:4983 Update the documentation browser when a new ModelWidget is selected
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit d4dad558e39a70371311e873606856b130622109
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jul 4 13:19:15 2018 +0200
| | | | | 
| | | | |     ticket:4987 Only add the top level model/package to recent files list
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 862a3245162f4706c06eb3b25f50d9a65d0822da
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jul 4 12:49:52 2018 +0200
| | | | | 
| | | | |     ticket:4840 Handle the array unit conversion of array modifiers
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | 
| * | | | commit 991c06b4e8d48be907efd62f3c99833d860e4080
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 29 14:43:25 2018 +0200
| | | | | 
| | | | |     Use listFile when file is encrypted
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 94bcd989fa7ffb7ab9defb4a9940981cc46623f0
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Jun 29 11:32:00 2018 +0200
| | | | | 
| | | | |     Added more preprocessor checks for OSG
| | | | | 
| | | | | M	configure.ac
| | | | | 
| * | | | commit 80bc25f32311025b3b2f4d6dd7cf3b3d344a3030
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 29 11:44:23 2018 +0200
| | | | | 
| | | | |     Restrict instantiateModel based on the access annotation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit 891aab58da2a48c6b1930f8e416363d12b28ed24
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Jun 28 12:43:12 2018 +0200
| | | | | 
| | | | |     Do not point directly into OMCompiler.git
| | | | |     
| | | | |     Use includes and libraries in the build / OPENMODELICAHOME directory
| | | | |     instead of pointing to a directory ../OMCompiler/ that may or may not
| | | | |     exist.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   
| | * | |   commit b74a2f118422f5bed10b242c6fadb03b04a87a4a
| | |\ \ \  Merge: ee2d623d08 23a584f7a3
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Tue Jun 26 10:45:12 2018 +0200
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 23a584f7a3cec00268260278a144dcab6b1c1385
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Jun 20 12:40:28 2018 +0200
| | | | | 
| | | | |     Increase the colour palette of check.png to 8-bit
| | | | |     
| | | | |     This silences warnings from libpng/Qt about a bad colour palette.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Resources/bitmaps/check.png
| | | | |   
| | * | |   commit ee2d623d0852891ce1c4f2c0b5d5d43f58cefa52
| | |\ \ \  Merge: 11f71a367d 50faa877a6
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Thu Jun 14 00:58:51 2018 +0200
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 50faa877a68d964ede170789fd7c47dcd91641b0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 14 00:42:50 2018 +0200
| | | | | 
| | | | |     Allow creating and loading encrypted package
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit e076b38dba42a7ad3769619ca4e9175c62a1e613
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 14 00:54:06 2018 +0200
| | | | | 
| | | | |     Avoid the NULL pointer exception.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit 11f71a367d5dd75fd7b9a19c5a631350d822b2cc
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 7 15:01:48 2018 +0200
| | | | | 
| | | | |     Allow adding table as submodel
| | | | |     FMU properties context menu
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit ce21b106994606c3d48a89fde9bf812b1d730bbd
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 7 11:32:54 2018 +0200
| | | | | 
| | | | |     FMU inputs via FMU properties dialog
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/FMUProperties.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | 
| | * | | commit 50fc6a26df1aae655c3fdf113a47443c8461ebce
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 1 14:53:20 2018 +0200
| | | | | 
| | | | |     Disable the renaming feature until its fixed completely
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | 
| | * | | commit 9d25b386870454972371d4f2218814d789a7d0f2
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu May 31 14:48:54 2018 +0200
| | | | | 
| | | | |     Use oms2_setConnectorGeometry for connectors
| | | | |     Bit of code cleanup.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationDialog.cpp
| | | | | 
| | * | | commit 14022bc06f0d7d95df453dc74c9af5f8d1579064
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon May 28 16:03:48 2018 +0200
| | | | | 
| | | | |     Adapt to the changes of asynchronous simulate
| | | | |     Added support for get start and stop time APIs.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.h
| | | | | 
| | * | | commit f545a43d3cf7bf90a4d85a6dc245305c66ffb500
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon May 28 12:09:18 2018 +0200
| | | | | 
| | | | |     Allow deleting the submodel icon
| | | | |     Restrict few actions on the submodel signals.
| | | | |     Respective context menus
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | |   
| | * | |   commit 04d958a4011f0511fea36e8c8d0aa06550712824
| | |\ \ \  Merge: 2496b7d4bb 7e3111a897
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Fri May 25 17:24:27 2018 +0200
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 7e3111a897b5d5d92f51bbc97919b3a2d37ab96b
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed May 16 08:21:37 2018 +0200
| | | | | 
| | | | |     Pass CXXFLAGS to qjson
| | | | |     
| | | | |     New Qt requires C++11, which we need to pass to qjson especially on
| | | | |     RHEL7 since they use the latest Qt5 and a really old C++-compiler
| | | | |     (g++-4.8) by default.
| | | | | 
| | | | | M	Makefile.in
| | | | | 
| | * | | commit 2496b7d4bbfcb396d8bfb15a5d9afab05f19943d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri May 25 17:21:32 2018 +0200
| | | | | 
| | | | |     ModelWidget for FMUs and its signals
| | | | |     Handling of iconSource attribute for FMUs.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | |   
| | * | |   commit 57f144b78fa73802a1d317f6222e87ea7b0f2f32
| | |\ \ \  Merge: b0383b2c88 da1155a9df
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Tue May 15 11:22:56 2018 +0200
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit da1155a9dfeb7c93ddfdc4c0cb2470cf2f4fbc94
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon May 14 13:41:33 2018 +0200
| | | | | 
| | | | |     ticket:4935 Check the simulation result size before switching to the plotting view.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | 
| * | | | commit 09fcdbcf49ef57301a438adb8d3c86853eed5961
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon May 14 12:02:39 2018 +0200
| | | | | 
| | | | |     Fixed flickering of duplicate dialog
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | |   
| | * | |   commit b0383b2c88093a7b82e7dfa1ae9d5c4f6792a330
| | |\ \ \  Merge: a86472e6bb afcb6057a5
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed May 9 10:45:21 2018 +0200
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit afcb6057a56747330bba364e821f42da06036c18
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed May 9 10:42:19 2018 +0200
| | | | | 
| | | | |     Fix array parametric plot
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| * | | | commit 881575c435ee26fc3ed524610ca6f5fe6d944b4b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue May 8 14:39:33 2018 +0200
| | | | | 
| | | | |     ticket:4923 Check for Modelica:// urls
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| | * | | commit a86472e6bbea9fd4663494df2bee601556c4c98a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue May 8 14:09:16 2018 +0200
| | | | | 
| | | | |     Simulate FMI composite models
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | A	OMEdit/OMEditGUI/OMS/OMSSimulationDialog.cpp
| | | | | A	OMEdit/OMEditGUI/OMS/OMSSimulationDialog.h
| | | | | A	OMEdit/OMEditGUI/OMS/OMSSimulationOptions.h
| | | | | A	OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.cpp
| | | | | A	OMEdit/OMEditGUI/OMS/OMSSimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | |   
| | * | |   commit db60c45f0ede3f65455c34f142e7b1a4a455be3b
| | |\ \ \  Merge: cb49931923 6b04065d85
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed May 2 14:58:58 2018 +0200
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 6b04065d851abf1938cbd583c3cf194f30c7b488
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Apr 27 12:52:52 2018 +0200
| | | | | 
| | | | |     ticket:3788 Delete the entire simulation folder on quit
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | | 
| * | | | commit 48aee2f0d2f144073c77433317df17fffc407599
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Apr 26 14:59:27 2018 +0200
| | | | | 
| | | | |     ticket:4788 Add the saved files to recent files list
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit d1e355161ce1a085dde42879fcd797b546a8266d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Apr 25 12:48:04 2018 +0200
| | | | | 
| | | | |     Better default color for warnings
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| * | | | commit e2aff3c8bdf6f33f1e6bac720de10f2029d1296a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Apr 25 12:28:57 2018 +0200
| | | | | 
| | | | |     Don't set a minimum width
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| * | | | commit a31e90700ca597d4ac2b7a9a4732f5403afbc2dd
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Apr 23 12:02:14 2018 +0200
| | | | | 
| | | | |     ticket:4806 pass correct library name to loadModel
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| * | | | commit 072b5c8c147e5af57f5ab1d7249259c628399b43
| | | | | Author: Per Östlund 
| | | | | Date:   Tue Apr 17 15:30:03 2018 +0200
| | | | | 
| | | | |     Update OMCProxy for saveTotalModel change.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| | * | | commit cb4993192397d7daa3aa8aafa438a8416a7d2057
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Apr 23 11:35:45 2018 +0200
| | | | | 
| | | | |     FMU ModelWidget
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | |   
| | * | |   commit 8748e7a34be5210ea887a9d7011e87a4e643a091
| | |\ \ \  Merge: ff9e939edf 8c6364e674
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed Apr 18 13:24:46 2018 +0200
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 8c6364e674408cc6424f47d8e3b69b740a7a179f
| | | | | Author: Martin Sjölund 
| | | | | Date:   Sat Mar 17 10:15:08 2018 +0100
| | | | | 
| | | | |     Remove debugging code
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| * | | | commit 69a16f1bc156a6bf4f913beb2decf25b9c869496
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Mar 16 09:54:34 2018 +0100
| | | | | 
| | | | |     Fetch content between html start/end better
| | | | |     
| | | | |     Now works with content following . This fixes ticket:4802.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| * | | | commit 4f0ba05ccd490f7e4cc56a618b8a87f570fd996c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Mar 13 10:50:31 2018 +0100
| | | | | 
| | | | |     ticket:4798 Fix the 3d-visualization
| | | | |     Seems like the file is generated in a proper format now so we don't need the conversion.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | 
| | * | | commit ff9e939edf498ae50f3884df6d933da5666d796b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Apr 18 13:11:33 2018 +0200
| | | | | 
| | | | |     Adapt to updated OMS API
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit 1fae0b2e97ab73b650b2e845b2bc25c5bf5b7198
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Mar 14 15:12:35 2018 +0100
| | | | | 
| | | | |     Added oms_fmu_info_t to FMUProperties dialog
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/FMUProperties.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | 
| | * | | commit f9df72ee16e1354d699f266395c780495a1b9dce
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Mar 12 20:23:33 2018 +0100
| | | | | 
| | | | |     set/get Integer/Boolean parameter
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | 
| | * | | commit 9ee54591d0ef99e445ef8a84140c630173be40a2
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Mar 12 12:58:09 2018 +0100
| | | | | 
| | | | |     get/set real fmu parameters
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | A	OMEdit/OMEditGUI/Component/FMUProperties.cpp
| | | | | A	OMEdit/OMEditGUI/Component/FMUProperties.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | 
| | * | | commit 3a1daf47a26a1b5db02911a080588a5a0663bc50
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Mar 11 12:20:45 2018 +0100
| | | | | 
| | | | |     Update according to API changes
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | |   
| | * | |   commit 58f4ab1f9e9aba646167945ef77a99c4e152404f
| | |\ \ \  Merge: ac459ee1a8 074cd8e321
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Sun Mar 11 12:11:57 2018 +0100
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 074cd8e321d6383273b5fbc0bf9a5ae810bdebfa
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Mar 11 02:48:17 2018 +0100
| | | | | 
| | | | |     Added debug toolbar button to make it easier to run debug configuration
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | 
| * | | | commit c188334d6087443443502fe58fe5f85acc7d4ab0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Mar 8 12:51:49 2018 +0100
| | | | | 
| | | | |     Show the Messages Browser when its tabbed
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | 
| * | | | commit 8772e9079c82a8418548a2ce4ebec7d878606d4b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Mar 8 12:39:05 2018 +0100
| | | | | 
| | | | |     Use polling via sleep to allow canceling the search
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | | 
| * | | | commit ef809deb3101affe178eb646a0eb841f27143a96
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Mar 8 12:07:57 2018 +0100
| | | | | 
| | | | |     Only do the state operations on Modelica models
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit ac459ee1a81b69dc2870ce195c4a2ee17ad7b51d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Mar 8 12:01:16 2018 +0100
| | | | | 
| | | | |     Added addFMU, deleteSubModel, getElement and getFMUPath
| | | | |     Updated to the APIs new structure
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit 0731b2d6c26ea18dce4f67d1e30806fe214a266e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Mar 2 15:15:30 2018 +0100
| | | | | 
| | | | |     Adapted to new connection APIs
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | |   
| | * | |   commit 7cec36a83c9b97aba387c25cef28db141030b5d8
| | |\ \ \  Merge: 3fe1d13371 36aa34a735
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Thu Mar 1 13:37:23 2018 +0100
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 36aa34a735c14365f52ad37041e0bbaa2a773498
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Mar 1 13:30:48 2018 +0100
| | | | | 
| | | | |     Code cleanup
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | 
| * | | | commit cca8f335836b9a52eb52b2f37ae271d7212d9df0
| | | | | Author: arun3688 
| | | | | Date:   Thu Mar 1 12:12:37 2018 +0100
| | | | | 
| | | | |     show searchBrowser(ctrl+h) when tabbed in dockwidget
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | | 
| * | | | commit d6bf3ffd67d521a023805e12713732b488903cef
| | | | | Author: arun3688 
| | | | | Date:   Wed Feb 28 15:19:27 2018 +0100
| | | | | 
| | | | |     minor name fixes for advanced search
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | | 
| * | | | commit 86a7dae936d3bbd7081bf4a117140bcc0cf946dd
| | | | | Author: arun3688 
| | | | | Date:   Tue Feb 27 17:58:40 2018 +0100
| | | | | 
| | | | |     add search history,expandcollapse to search operation
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | | 
| | * | | commit 3fe1d13371ddbfc1539b78930d020e1a29209ae7
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Feb 28 13:59:52 2018 +0100
| | | | | 
| | | | |     Get the model connections
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | 
| | * | | commit 0e3a5eb23551efde5dbb63823d2a44191718a112
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 27 13:45:05 2018 +0100
| | | | | 
| | | | |     Submodel parameters dialog
| | | | |     Updated `oms_element_geometry_t` to `ssd_element_geometry_t`
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | 
| | * | | commit 64f86fbaf18c256c2f9042f75cf48a5a3802fd55
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 26 23:23:04 2018 +0100
| | | | | 
| | | | |     Enable basic toolbar buttons for OMSimulator models
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit ef9ef619f5d1f51907b19af6fcd13b717a1ae78b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 26 23:09:55 2018 +0100
| | | | | 
| | | | |     Load and draw the FMICompositeModel signals
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | 
| | * | | commit e16b2333f10cb0aa41a28a0adb48622ca53b0091
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 23 16:28:22 2018 +0100
| | | | | 
| | | | |     Load model and fetch the components
| | | | |     Modify the components geometry and save the model
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | A	OMEdit/OMEditGUI/Resources/icons/fmu-icon.svg
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | |   
| | * | |   commit 7c77e0ab256dad2afed3bfe204bbf136e787fbc0
| | |\ \ \  Merge: 92da43d2bb 86eb44141e
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed Feb 21 10:45:53 2018 +0100
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into oms
| | | | | 
| * | | | commit 86eb44141ecd84b8a539f0a3f9bb075a09e96111
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 20 13:41:11 2018 +0100
| | | | | 
| | | | |     ticket:4771 Use square brackets instead of curly brackets for dimension
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | 
| | * | | commit 92da43d2bbfed282a9cf6116c9dcc74a7a2fbd34
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 13 10:54:50 2018 +0100
| | | | | 
| | | | |     Updated to latest logging interface
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | 
| | * | | commit 8f2cb04b9763f7daf7029db56801d14605b6194a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 12 13:22:25 2018 +0100
| | | | | 
| | | | |     OMSimulator settings page
| | | | |     Allow setting the working directory and debug logging.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | 
| | * | | commit 9bfe511bcf4a519a543ff9ad524d2d86c4083216
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 12 12:16:37 2018 +0100
| | | | | 
| | | | |     Create and unload FMI models
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | A	OMEdit/OMEditGUI/OMS/OMSProxy.cpp
| | | | | A	OMEdit/OMEditGUI/OMS/OMSProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit aa30393adc8772929871a5d1e2ff6c7a0e83ec65
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Feb 7 15:52:05 2018 +0100
| | | | | 
| | | | |     Disable toolbar for OMSimulator models
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   
| | * | |   commit bfe77c29428ccf6e1f467bf60733ca3089468c01
| | |\ \ \  Merge: e2bb27441d a45068d39a
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed Feb 7 15:17:52 2018 +0100
| | | | |   
| | | | |       Merge origin/master
| | | | | 
| * | | | commit a45068d39adf868cf23ac9610217c431c0bb6233
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Feb 7 15:13:26 2018 +0100
| | | | | 
| | | | |     Fixed FMILibrary linking
| | | | |     Check for the correct library type.
| | | | |     Removed unnecessary code.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| | * | | commit e2bb27441d7a863804fb0a72453814b1ea5f0247
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Feb 7 15:03:04 2018 +0100
| | | | | 
| | | | |     Create, simulate and unload OMSimulator model
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | |   
| | * | |   commit fad9f0ae6302b4ad475c061a90e852927979e4bf
| | |\ \ \  Merge: da012868f0 1d1f811de8
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed Feb 7 10:08:27 2018 +0100
| | | | |   
| | | | |       Merge origin/master
| | | | | 
| * | | | commit 1d1f811de8619d60507a6a62c992f9c0062b4965
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 6 15:30:57 2018 +0100
| | | | | 
| | | | |     ticket:4369 Use the proper bracket
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| * | | | commit 8f5caa03a5db5f0d294cece0b926326d3a3e2667
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 6 14:49:52 2018 +0100
| | | | | 
| | | | |     ticket:4717 Added option to display hidden classes.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | 
| * | | | commit 090db0ef5449919f29cef992ad4111d7fc506bc4
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 5 09:39:37 2018 +0100
| | | | | 
| | | | |     ticket:4743 Delete the result with Del key.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | | 
| | * | | commit da012868f0032771b3bb41d7be948dd452b6c8bb
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Fri Feb 2 11:44:45 2018 +0100
| | | |   
| | | |       Link with OMSimulator
| | | |       Show the OMSimulator version in the About OMEdit dialog.
| | | |   
| | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 0d8b4b00b82bb43ca881b99c774f79710858ce2d
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 1 10:06:04 2018 +0100
| | | | 
| | | |     Minor fixes to the way threadData is passed around.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | M	OMEdit/OMEditGUI/OMEditApplication.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 31f71f30dbabefc8e70cdf0512ceeaeff3c61309
| | | | Author: Adrian Pop 
| | | | Date:   Wed Jan 31 20:51:08 2018 +0200
| | | | 
| | | |     propagate threadData from main.cpp
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | M	OMEdit/OMEditGUI/OMEditApplication.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 4eb7a19b9c3afd187f2e6bfc6160f1e92218580d
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Jan 30 08:54:05 2018 +0100
| | | | 
| | | |     Updates for new Main.mo interface
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit bfd3af391a794a4f1bcb6c382d8b8980808350ce
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 22 09:46:24 2018 +0100
| | | | 
| | | |     Shortcut to load MSL
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 4e15c16c47e184edbdcf4e267de559e8986d2221
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jan 16 21:48:13 2018 +0100
| | | | 
| | | |     ticket:4651 Remove the extra "=" that appear in case of equation modification.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 99e87fe1cf2bdc1853d3288632960a3f8550d9d1
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 15 15:54:44 2018 +0100
| | | | 
| | | |     ticket: Add equation or algorithm keyword to new classes.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit e46cb6bde17049a12a1f47e8dff79a888fc961be
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Jan 13 00:54:57 2018 +0100
| | | | 
| | | |     ticket:4697 Don't add = when modifier value start with ( and contains =.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit bb64e1e2ea7a90aba8eb84c07284a7caafc0418c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jan 12 16:12:27 2018 +0100
| | | | 
| | | |     ticket:4708 Delete the intermediate compilation files after the simulation is finished.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | 
| * | | commit ad8112d8bdd80da95dbade1ebc123ebe9916e832
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 8 12:05:00 2018 +0100
| | | | 
| | | |     Added a shortcut to show the search browser.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | 
| * | | commit 42ccd829bcc6e93619d71d59cfa5a7eecb0aeaa8
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 8 11:34:36 2018 +0100
| | | | 
| | | |     Start the search when return is pressed.
| | | | 
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | 
| * | | commit 661e8b03caf9b0e49c66669a3bec3b1823fb89b8
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 8 11:24:29 2018 +0100
| | | | 
| | | |     Updated the Search Browser layout.
| | | | 
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | 
| * | | commit b4fcb3a42aaf6512a78f4c7e6414eeb430ca0335
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Jan 7 20:36:16 2018 +0100
| | | | 
| | | |     Use QMap begin instead of firstKey.
| | | |     Minor indentation fixes.
| | | | 
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | 
| * | | commit 3c6df075338098243f4e5771bee5215b100773a6
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Jan 7 02:36:45 2018 +0100
| | | | 
| | | |     QtConcurrent header introduced in Qt 5.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | 
| * | | commit 36c0c9e3b4b0ac4019257ba6a9691fdff3c108ee
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Jan 6 16:21:07 2018 +0100
| | | | 
| | | |     Try to fix Qt 4 builds.
| | | | 
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | 
| * | | commit cef36c67c6af5245c56e2eb11a952c244b86a689
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Jan 6 04:14:20 2018 +0100
| | | | 
| | | |     Hide the Search Browser on startup.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit d14653968d717d44b8d45754696d944ab5aad305
| | | | Author: arun3688 
| | | | Date:   Fri Jan 5 22:02:33 2018 +0100
| | | | 
| | | |     Fixes for Search functionality
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | M	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | 
| * | | commit 06dcea4eb7afb393617338a2e5a2e1cef0c8fca7
| | | | Author: arun3688 
| | | | Date:   Thu Jan 4 20:51:33 2018 +0100
| | | | 
| | | |     Add Search functionality
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/Search/SearchWidget.cpp
| | | | A	OMEdit/OMEditGUI/Search/SearchWidget.h
| | | | 
| * | | commit bd7b85ce0d153c178b5f24f70f9c73e6999c0cf1
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Dec 31 00:47:42 2017 +0100
| | | | 
| | | |     Check the size of list before accessing the index.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit be0cedd5b9c3fd7d6bde824ab3b216f7222cb34e
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Dec 23 17:23:29 2017 +0100
| | | | 
| | | |     Read the omeditoutput and omediterror files when getMessagesStringInternal is called
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 4b1305c908fe45736815ccc9cad5e0526f216365
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 22 10:29:09 2017 +0100
| | | | 
| | | |     Use non cosmetic pens
| | | |     For Libraries Browser and shapes inside component when thickness is greater than 2
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | 
| * | | commit a63f2df7d69d86a2c06c9e36d0383efd3b22f371
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Dec 21 12:05:43 2017 +0100
| | | | 
| | | |     ticket:4694 Only check the Access annotation of the containing class.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | 
| * | | commit 8e2f487ff02124371f38d0fc8ca47150bf140151
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 20 21:37:33 2017 +0100
| | | | 
| | | |     Check the LibraryTreeItem type before showing the documentation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 32af47524494a4dff1df6d65e81f824c5bcd2023
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 20 15:24:59 2017 +0100
| | | | 
| | | |     ticket:3912 preserve the formatting when duplicating class.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | 
| * | | commit 17127440796a6f5d5a9af1acc57b8c9f1b468a6d
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 19 16:27:00 2017 +0100
| | | | 
| | | |     ticket:4687 Check for the null pointer.
| | | |     Use the QPlainTextEdit undo redo for independent editors like check/instantiate model.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | 
| * | | commit 19775bac458b1d0bb600e0a8d5523b365a13bf9d
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 19 03:14:30 2017 +0100
| | | | 
| | | |     Save the old annotation in case of key press event.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit ce5afa201e641654cbe8a4a10af338045a19ddec
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 18 14:53:20 2017 +0100
| | | | 
| | | |     Connect to the finished signal before posting the data.
| | | | 
| | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | 
| * | | commit 569a00a794216546cfba1e5f1c842cdaf9d038d1
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 18 13:01:05 2017 +0100
| | | | 
| | | |     Generate the fmu files in the folder.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 63993347d7e8e4e8da3428a970f2ebb1ec5ad765
| | | | Author: vwaurich 
| | | | Date:   Wed Dec 13 16:28:03 2017 +0100
| | | | 
| | | |     fix for visual xml filename
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | 
| * | | commit 691dfe4979b4422f55e7bde0cf5b30dbeeff9b41
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 13 15:26:19 2017 +0100
| | | | 
| | | |     Save the duplicate class in a different file for folder structure.
| | | |     Fixes ticket:4350, 4557 & 4594.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit d7481911ba4bbd5098eeb3750e25a555969dbf66
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 13 11:13:42 2017 +0100
| | | | 
| | | |     Fixes ticket:4672 & 4673.
| | | |     Do not skip the drawing of inherited classes.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit c200584ab0ab9b12f729281aa0cb374c2dd5f22a
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Dec 7 12:09:16 2017 +0100
| | | | 
| | | |     Check for PlotWindow instance.
| | | |     Fixes a null pointer crash.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 3cffa6719e899d9824d08b8ab92b37810ad12bd6
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Dec 7 12:00:14 2017 +0100
| | | | 
| | | |     Load the ModelWidget before accessing it.
| | | |     Fixes a null pointer crash.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 33fb1889a22e228201c272e0a7137f8c2cd006f4
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 4 15:48:42 2017 +0100
| | | | 
| | | |     ticket:4652 Make sure we don't skip the builtin types.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | 
| * | | commit 93d2d760b5640cd85346a9b38763f54dc18554a9
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 4 13:28:06 2017 +0100
| | | | 
| | | |     Enable/disable the duplicate menu item based on Access.packageDuplicate annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit cbb329b292c8699dafe41bd3759081bfddd02a2f
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 1 15:50:29 2017 +0100
| | | | 
| | | |     Handle the Access.nonPackageDuplicate && Access.packageText annotations.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit af64b7ef97f5d976a7b87a0b682f093b6fe0d815
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 1 14:11:08 2017 +0100
| | | | 
| | | |     Handle Access.nonPackageText annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 039313f6495a53ba7989c731c25af0a43adcdd3a
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 1 12:16:48 2017 +0100
| | | | 
| | | |     Hide the text view for Access.diagram
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit c72eace89e1d13d8a4e9a3d04224fbc1fb8449e5
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 1 12:00:26 2017 +0100
| | | | 
| | | |     [WIP] Disable the diagram and text view for Access.icon and Access.documentation
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit 13fa5acf73c81095660b95894468aefeafbec92b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 30 19:11:35 2017 +0100
| | | | 
| | | |     [WIP] Show/hide the class documentation based on Access.documentation
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | 
| * | | commit 46708660b46179d2ab9ac262a1a671da88b2084c
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 30 13:01:06 2017 +0100
| | | | 
| | | |     [WIP] Handle Access.icon and partially Access.diagram
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit 00b9632b3f9516ca3a202849b4ef7ccc961dec32
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 30 11:31:14 2017 +0100
| | | | 
| | | |     Close the ModelWidget for Access.hide annotation
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 88f8ef6ea511245d41be146e28062d92620a302f
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 29 17:54:49 2017 +0100
| | | | 
| | | |     [WIP] Read the Access annotation.
| | | |     If the value is Access.hide then don't show the class in Libraries Browser.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | 
| * | | commit a62a90048e71ba6fd876813935636eb679e04f75
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 27 15:08:46 2017 +0100
| | | | 
| | | |     Update the editors preview on the settings page.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit 0f350e648760d67746a785e6f6807859ffc3f75f
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 22 14:42:51 2017 +0100
| | | | 
| | | |     Get rid of QFileInfo constructed with empty file name warnings.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 9892584eb577e92a3fbb398f0e6a444a55522ff2
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 22 12:56:03 2017 +0100
| | | | 
| | | |     Check for NULL pointer
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 85c8ee99eacda807839f9a80b72b407d74c32996
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 9 11:08:32 2017 +0100
| | | | 
| | | |     Use Utilities::Sleep.
| | | |     Get rid of some order warnings.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.h
| | | | 
| * | | commit 9e52038b93fd371147d0809610b27157ae26013b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 9 11:02:47 2017 +0100
| | | | 
| | | |     ticket:4619 Use QFrame for border instead of paint event
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | 
| * | | commit 0e80fa1f3575d287422f126058e8c2a0d39b226b
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 7 13:30:23 2017 +0100
| | | | 
| | | |     ticket:4607 Update the model after generateVerificationScenarios call.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 63db4c65dacf4830e4450b4aca91e56e73e10d6b
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 7 11:55:26 2017 +0100
| | | | 
| | | |     Use the -inputPath and -outputPath simulation flags.
| | | |     Fixes ticket:4583
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | 
| * | | commit 423fd8f76a65657d0de79f1bbdc09c587fe4af97
| | | | Author: Adrian Pop 
| | | | Date:   Tue Nov 7 02:29:19 2017 +0200
| | | | 
| | | |     fix windows opcua lib imports
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 3ab69ff6984a2aba303ab6163726827d7753cc94
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 6 14:32:50 2017 +0100
| | | | 
| | | |     Qt4 work-around
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | 
| * | | commit 03be5e2f09a31a02871fd4ff01c6825e4fee597e
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 6 11:20:40 2017 +0100
| | | | 
| | | |     Update open62541 to v0.2
| | | |     
| | | |     Made sampling/publishing intervals tighter in order to draw a nicer
| | | |     plot.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 1b8b8e6f43068bde7bcff71705fd90c4476fab9b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 30 16:30:19 2017 +0100
| | | | 
| | | |     ticket:4575 Added checkbox for -single simulation flag.
| | | |     Default value is false.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | 
| * | | commit 29a5b8cb6203b4836d4f52c05384e76b1fa1b69b
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Oct 27 17:39:42 2017 +0200
| | | | 
| | | |     Activate profiling properly
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 83762c2555c507d0adbeb241e73a06c91036c9af
| | | | Author: hkiel 
| | | | Date:   Tue Oct 24 10:50:47 2017 +0200
| | | | 
| | | |     fix Qt4 compilation
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | 
| * | | commit f3156d146b785aa4c45cabe7fd7bf36b10eb3064
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 23 10:56:26 2017 +0200
| | | | 
| | | |     ticket:4505 Use the diagram annotation when connector is inside the component instance
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | 
| * | | commit c3e0976e5aba07dab5e076a8014962f9714b7d7a
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 23 10:21:27 2017 +0200
| | | | 
| | | |     ticket:4585 Added cut, copy, paste and selectAll to text editor
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | 
| * | | commit 77b13fd85a4dac760b7e838ffbc2cf3bce280988
| | | | Author: adeas31 
| | | | Date:   Sat Oct 21 02:24:08 2017 +0200
| | | | 
| | | |     Signals are protected in Qt4
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.h
| | | | 
| * | | commit 3d68932f684ac03806dd8b0077ad15f048f907af
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Oct 20 15:48:14 2017 +0200
| | | | 
| | | |     Only save the preference when checkbox is checked
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | 
| * | | commit bb6380f07a76b1b3fd71489924d2a8ce96f37ba8
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Oct 20 11:41:07 2017 +0200
| | | | 
| | | |     Fix Qt4 builds.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 1506f4d0cb3842ccf42d1ab7a484c38242ecdd29
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 19 17:26:16 2017 +0200
| | | | 
| | | |     ticket:4305 Added checkbox to remember user's decision in text editor error dialog.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit 6882da0d09c04f573970e20cc9b5e2e9313994ea
| | | | Author: vwaurich 
| | | | Date:   Thu Oct 19 14:13:19 2017 +0200
| | | | 
| | | |     fix path in simulate with animation
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 5df57a8f947f06db4d960c0330f95ab52c767b20
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Oct 16 06:59:12 2017 +0200
| | | | 
| | | |     Fix rebase errors
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 5a35717ae4a80cb57cfb049c5f53db9dbf8d0a74
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 13 09:36:19 2017 +0200
| | | | 
| | | |     Enable interactive simulation without stepping
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.h
| | | | 
| * | | commit 7d12dd46b31b12986ae3592ce0992646d2d26bd4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 13 08:51:37 2017 +0200
| | | | 
| | | |     Wait for OPC-UA server to start during init
| | | |     
| | | |     Step seems to work fine. Subscription/real-time based works when
| | | |     controlling the variables from a separate OPC-UA client (the buttons
| | | |     do not start/pause or change real-time scaling in regular mode).
| | | |     
| | | |     Also added some debug-text.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | 
| * | | commit 685fc63088cff3268e34c6c4e8220536c1f4f243
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jul 11 00:03:12 2017 +0200
| | | | 
| | | |     Create the OpcUaClient after the opc-ua server is initialized.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | 
| * | | commit a918f6161c6d6c6c3944e1aa2200d63df72a5f28
| | | | Author: Christoffer Fors Johansson 
| | | | Date:   Fri Jul 7 15:54:14 2017 +0200
| | | | 
| | | |     Updated how OMPlot and OMEdit handles simulation control buttons.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit d60db4d4cffbb0d74063b9d7892340687d6884d6
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jul 6 12:23:23 2017 +0200
| | | | 
| | | |     Removed unnecessary debugging info.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | 
| * | | commit d5f420aa01ade2d8230f61b018d24a799282d329
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jul 6 12:21:44 2017 +0200
| | | | 
| | | |     Removed the unnecessary SimulationServerCheckThread class.
| | | |     Do not create unnecessary QTcpSocket objects.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | 
| * | | commit dbc50ee19b3f5aa553068cd25a2375d4ed85c17c
| | | | Author: Christoffer Fors Johansson 
| | | | Date:   Thu Jul 6 11:51:18 2017 +0200
| | | | 
| | | |     Fixed variable names. Better port handling.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | 
| * | | commit 436baa28e9b38c217f0f814301932b2378d68e22
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 5 14:23:19 2017 +0200
| | | | 
| | | |     Fix opc-ua linking for win32.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit b38bd466155372bc259fab379ddfac716520c878
| | | | Author: Christoffer Fors Johansson 
| | | | Date:   Tue Jul 4 16:42:52 2017 +0200
| | | | 
| | | |     Initial commit for interactive simulation
| | | |     
| | | |     Supports two main modes of simulation: step-based and subscription-
| | | |     based. You can start/pause and plot selected variables during the
| | | |     simulation.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/Plotting/PlotInteractiveCurveData_copy.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/interaction.svg
| | | | A	OMEdit/OMEditGUI/Simulation/OpcUaClient.cpp
| | | | A	OMEdit/OMEditGUI/Simulation/OpcUaClient.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 6b6200d62e6104cad6bc797b3562c9195860b9d0
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 19 10:50:41 2017 +0200
| | | | 
| | | |     ticket:2249 Only show the documentation as default view for DocumentationClass annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 095b0ef3bd2d1040e4c19fc1003e1292f92137a0
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 18 15:33:36 2017 +0200
| | | | 
| | | |     ticket:1857 Show context menu when clicked on empty spot in Libraries Browser
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | 
| * | | commit d60d430a7624d2a78ef682ef1393d403ae8be437
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 18 13:53:55 2017 +0200
| | | | 
| | | |     ticket:4576 Don't delete the transition in focusOutEvent.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit 785126337178fa1d7d228a5254be97093dd604d3
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 17 13:19:39 2017 +0200
| | | | 
| | | |     ticket:4572 Don't allow illegal instance names
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 3d0d8a3b4c1d945f264c9693ac8a706e8681fc15
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 16 16:34:35 2017 +0200
| | | | 
| | | |     Snap to grid with shift modifier
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit bc8938e285cea5f2e0b0e47430581d1267709843
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 16 12:49:55 2017 +0200
| | | | 
| | | |     ticket:4567 Removed the extra simulation toolbar
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 16bcbe68da17e4fed0e6d4fa0e8dc60bba133dac
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 16 12:48:32 2017 +0200
| | | | 
| | | |     ticket:4461 Save additional simulation flags in correct syntax
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit f627d108b31cd1421f12914cf94441d8cfc98d3a
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 12 20:06:09 2017 +0200
| | | | 
| | | |     ticket:4308 Move by factor of 5 when shift key is pressed.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 47db56e57efb8cb9b3a2db061f52f437030cb62c
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 11 16:02:13 2017 +0200
| | | | 
| | | |     ticket:4490 Use cosmetic pen for correct scaling and zooming effects
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | 
| * | | commit da6dc6cd34b16a3ce62326cd9e92e718b77b458b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 11 11:32:41 2017 +0200
| | | | 
| | | |     ticket:4332 Round the origin value
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit c02603fc97bdd7be513a1ea903d02b989a9dee75
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 11 09:46:05 2017 +0200
| | | | 
| | | |     Check if changeDirectory is successful
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 47589747551815ab4f8d4abf4a082085108f8240
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 10 16:03:51 2017 +0200
| | | | 
| | | |     ticket:4038 Use the updated flag names
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | 
| * | | commit 5422a279f8ce5d788b7596aff34f05e24f3bae01
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 9 16:47:43 2017 +0200
| | | | 
| | | |     ticket:4547 Fill the path if model belongs to a package
| | | |     Don't allow duplicating in system libraries
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit bc6e18812f897ad4f3938df8b0f05fae89c0d415
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Oct 9 15:37:11 2017 +0200
| | | | 
| | | |     Create a directory with model name to dump the generated files
| | | |     Delete the Cpp generated files as well
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | 
| * | | commit 080cd298d5c056399d655786d646f7865d6e93e9
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 5 11:19:35 2017 +0200
| | | | 
| | | |     Delete the generated files after compilation instead of simulation
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | 
| * | | commit 126db4389f17ac62f880497deb1ab0ca82c3d606
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 5 11:09:32 2017 +0200
| | | | 
| | | |     ticket:2909 Allow deleting the intermediate compilation files
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | 
| * | | commit 90af743e44a890153530c4f639a2293a147142e3
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 4 13:00:36 2017 +0200
| | | | 
| | | |     ticket:4461 Save additional simulation flags
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit ae793bea43a5bd27472f348271e46f5a176bcbb6
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 4 12:31:34 2017 +0200
| | | | 
| | | |     ticket:4505 Use the Icon annotation for extends connector class.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | |   
| * | |   commit 5ab8668edaaffe020def2f9c5285fc9d312cea23
| |\ \ \  Merge: 73e1f2a0d9 4a398f7cf6
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Sep 27 09:32:36 2017 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 4a398f7cf6993d12991488a1faa32a71ebeab804
| | | | | Author: alash325 
| | | | | Date:   Tue Sep 26 22:27:32 2017 +0200
| | | | | 
| | | | |     Updated the traceability message format version to 1.4 and latest OpenModelica test case
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp
| | | | | 
| | * | | commit 52a7064373aa7bd4a04190f0cfd424283fc88272
| | | | | Author: alash325 
| | | | | Date:   Tue Sep 26 19:59:33 2017 +0200
| | | | | 
| | | | |     Remove traceability query functionality
| | | | |     Disable basic git functionality
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | D	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.cpp
| | | | | D	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.h
| | | | | 
| * | | | commit 73e1f2a0d92fc6b6f54f80da43b78916bcb0bc65
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Wed Sep 27 09:31:27 2017 +0200
| | | |   
| | | |       Allow creating initial state graphically.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit 17caf92983bf108562776162820524d3dd53d6b4
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Sep 26 09:22:47 2017 +0200
| | | | 
| | | |     Slightly better way to fix ticket:4472.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 9743a1ae8fbadbf28bd0a1533da8a698b7983fa7
| | | | Author: Per Östlund 
| | | | Date:   Mon Sep 18 16:25:22 2017 +0200
| | | | 
| | | |     Fix for #4472.
| | | |     
| | | |     - Reload the file after deleting a class, to make sure line numbers
| | | |       are correct.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 933120ec5051219e6276e8e49fae7f0cdeba4971
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Sep 5 12:00:54 2017 +0200
| | | | 
| | | |     Make sure we always initialize the text annotation for transition.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | 
| * | | commit 86f97b68023aed5d3a888cc1c6bdd555ebd083f1
| | | | Author: adrpo 
| | | | Date:   Wed Aug 23 23:58:31 2017 +0200
| | | | 
| | | |     v1.13.0-dev
| | | | 
| * | | commit bf8c59d4b77e712b5e2895b835fe555e3cfe1b1e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Aug 17 12:24:25 2017 +0200
| | | | 
| | | |     ticket:4348 Remember the welcome page splitter state.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 16b485f9d1bde533f79bed94f78b513d8fcfddfe
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Aug 17 11:44:25 2017 +0200
| | | | 
| | | |     ticket:4476 Handle gradients properly for SVG export.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | 
| * | | commit 829f2cad2dc25462537882cf0a10d40b85e2083c
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Aug 16 14:49:49 2017 +0200
| | | | 
| | | |     No context menu when creating a transition.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 830a9708ec848fce532dd6ad2b785570a083c741
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Aug 16 14:49:15 2017 +0200
| | | | 
| | | |     ticket:4478 Added time units in simulation setup.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 116a85417db200deaa56d83a95956b5647641c73
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Aug 15 11:57:13 2017 +0200
| | | | 
| | | |     Don't display the simulation success message.
| | | |     The success message is moved to omc.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | 
| * | | commit af79c5134f1eccec522611b5400303d992fd0772
| | | | Author: vwaurich 
| | | | Date:   Mon Aug 14 16:43:42 2017 +0200
| | | | 
| | | |     revert camera implementation
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | D	OMEdit/OMEditGUI/Resources/icons/cam.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 7340eb30c71d49465a42758442aaa948d5a2a918
| | | | Author: vwaurich 
| | | | Date:   Mon Aug 14 15:54:17 2017 +0200
| | | | 
| | | |     cam icon
| | | | 
| | | | A	OMEdit/OMEditGUI/Resources/icons/cam.svg
| | | | 
| * | | commit d66adad549d9673108d836be94b8a04613a82472
| | | | Author: vwaurich 
| | | | Date:   Mon Aug 14 15:47:20 2017 +0200
| | | | 
| | | |     camera mount, i dont get it
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit f43fad0451e73686642a05a598c8bd5f946ac211
| | | | Author: vwaurich 
| | | | Date:   Mon Aug 14 08:17:25 2017 +0200
| | | | 
| | | |     interactive control panel for FMU animation2
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.cpp
| | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.h
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/control-panel.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/update.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit f8a77749d0bdae87b1761566d79f56e3e69e7f88
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Aug 11 12:50:03 2017 +0200
| | | | 
| | | |     Fix build
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 9f04cba0995e6b58c922696776c0cf387138892f
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jul 11 17:56:32 2016 +0200
| | | | 
| | | |     State Machines GUI support.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/transition-mode.svg
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 7dd1e003177adfcbd9eddfddc6124274ef76c753
| | | | Author: Jan Šilar 
| | | | Date:   Wed Jul 26 21:15:27 2017 +0200
| | | | 
| | | |     Avoiding QComboBox::setCurrentText()
| | | |     
| | | |     as it doesn't exist in QT 4.x
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | 
| * | | commit b69c21673a8aaf75ed6b5e5dfc3d932557cfebf2
| | | | Author: Jan Šilar 
| | | | Date:   Wed Jul 5 14:52:51 2017 +0200
| | | | 
| | | |     Plots for PDEModelica
| | | |     
| | | |     New button for the Array plot
| | | |     Arrays are colapsable in variables tree view and the main array node has checkbox.
| | | |     Changes to utilize new Plot array and Plot array parametric in OMPlot.
| | | |     Added simulation time slider to the Variables Browser.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/array-parametric-plot-window.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/array-plot-window.svg
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 9eba7c71136fd19e755fd154e10c1cc7993924bf
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Jul 15 12:59:52 2017 +0200
| | | | 
| | | |     ticket:4463 Added a dialog to display class version information.
| | | | 
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit ae81be2f67923b0ae97eb9ab8d1343addd71b32e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jul 13 15:51:23 2017 +0200
| | | | 
| | | |     ticket:4468 Fixed export to image for Text shapes.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 4d60cd3691118e23860bcc3e37ccf14bc2080625
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jul 12 13:04:21 2017 +0200
| | | | 
| | | |     Check for NULL pointer when trying to access inherited class.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit fbc5346c9bc38168cc11fad2a54aaf5ee1b04a0d
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jul 11 13:38:02 2017 +0200
| | | | 
| | | |     Make the display of system and tornsystem consistent.
| | | | 
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | 
| * | | commit 3082898a686db57a7b5739b50ded3bf3e408e67f
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jul 10 13:52:42 2017 +0200
| | | | 
| | | |     Read and display according to new model_info.json file
| | | | 
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | 
| * | | commit 375731a4522ecb67a5401cc6d9e82bb5b7e9b328
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 22 12:31:29 2017 +0200
| | | | 
| | | |     ticket:4436 Move the residual marker to first position.
| | | |     Add some information to the defines of residual equations.
| | | | 
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | 
| * | | commit dc171cca8eedec862697db2adb7b21fb771b5d0b
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jun 20 15:12:31 2017 +0200
| | | | 
| | | |     ticket:4444 Give viewing options for transformations.
| | | | 
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.h
| | | | 
| * | | commit 47cd8209a13b7a2bf8b6e260321a35d2f7bebf5d
| | | | Author: alash325 
| | | | Date:   Sat Jun 10 18:57:27 2017 +0200
| | | | 
| | | |     Delete QNetworkReply object in the receiving slot when it is finished
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.h
| | | | 
| * | | commit 783478cabb03d279f71341f5a576e2d69cc520ca
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 8 22:04:00 2017 +0200
| | | | 
| | | |     Check for NULL pointer.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 8888f42db5a3be98ad98508ffc2f685d1a06356e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 8 22:03:33 2017 +0200
| | | | 
| | | |     ticket:4440 Make sure we always simulate when user selects simulate from menu.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 44459e5e0a0c8b0064335b08b15c5382fa909d70
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 8 21:47:35 2017 +0200
| | | | 
| | | |     Updated TLMPlugin to OMTLMSimulator.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | 
| * | | commit 1ff64b59bb3531b5f052f9a058d2d7d6659a9654
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 8 18:21:16 2017 +0200
| | | | 
| | | |     Check if model_init.xml file exists.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 18e70d6d3c1effe20f7895a2c61c095db4246cfd
| | | | Author: alash325 
| | | | Date:   Thu Jun 8 12:55:16 2017 +0200
| | | | 
| | | |     Do not delete QNetworkReply object
| | | | 
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp
| | | | 
| * | | commit 04b350a20656e426c277750071f54478dd4f0e9a
| | | | Author: alash325 
| | | | Date:   Wed Jun 7 23:59:49 2017 +0200
| | | | 
| | | |     trace FMUImport
| | | | 
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.h
| | | | 
| * | | commit 3bbb391b30b7da143f0002060aea57addb975f98
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jun 5 13:08:57 2017 +0200
| | | | 
| | | |     ticket:4433 Improved the layout of the transformational debugger.
| | | |     Fold the annotations by default in transformational editor.
| | | |     Added more context menu items to transformational editor.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | 
| * | | commit b2178d3f701ada14531b655bd694155e0ee6d758
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jun 5 12:27:42 2017 +0200
| | | | 
| | | |     ticket:4434 Properly set the -d=infoXmlOperations flag.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | 
| * | | commit 2230a75c15cb16d90409bf461f9b05e55f5643d8
| | | | Author: alash325 
| | | | Date:   Fri Jun 2 16:40:38 2017 +0200
| | | | 
| | | |     - update the traceability message according to the Json schema
| | | | 
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.h
| | | | 
| * | | commit 18303352d26a0efdbcba918a6b1b6affc36515f0
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 1 13:27:54 2017 +0200
| | | | 
| | | |     ticket:4421
| | | |     Show a fixed value when there is only one unit.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit 5215a827dfcf97ded4d22da7458af2143c8ae1e0
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 1 12:58:22 2017 +0200
| | | | 
| | | |     Initialize the variables properly.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit 9b87ac3b9e168e1ed06c786a549085658155ac1b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 1 12:11:20 2017 +0200
| | | | 
| | | |     ticket:4431
| | | |     Fixed the rendering rectangle size.
| | | |     use Component's sceneBoundingRect() instead of calling sceneBoundingRect() on its items.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit 4922085d49cee2a44db74e7934116e856b31c5dc
| | | | Author: hkiel 
| | | | Date:   Wed May 24 10:36:34 2017 +0200
| | | | 
| | | |     Do not translate items in drop down box that need to be english
| | | |     update translation files
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | 
| * | | commit 120c4f939d51e8664a98c34f5c62f9078bb19b00
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 9 12:43:22 2017 +0200
| | | | 
| | | |     Fix typo.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit bb3109f333f005ac3fb0f31ad9ba6f0a7af46092
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 9 11:57:39 2017 +0200
| | | | 
| | | |     Only allow drag & drop of Modelica LibraryTreeItem on a Modelica LibraryTreeItem.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit da3af12114d7698e7de89d533268527223f21af5
| | | | Author: Adeel Asghar 
| | | | Date:   Fri May 5 12:02:32 2017 +0200
| | | | 
| | | |     ticket:4401 Fixed opening of component class through double click.
| | | |     Allow opening component class via shift + enter.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 7a6ded62cec755c680640263382214130b9835b7
| | | | Author: Adeel Asghar 
| | | | Date:   Fri May 5 10:45:31 2017 +0200
| | | | 
| | | |     ticket:4320 Follow changes from Diagram to Icon view instead of Icon to Diagram view.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | 
| * | | commit 1a18b3bd4e874d73b32b27b4e7a094cb235fe8c1
| | | | Author: Adeel Asghar 
| | | | Date:   Thu May 4 13:53:46 2017 +0200
| | | | 
| | | |     ticket:4348 Set a minimum width for DuplicateClassDialog.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit c3006bd97e194ab111bd7aa454becf103b2451ed
| | | | Author: Adeel Asghar 
| | | | Date:   Thu May 4 13:08:58 2017 +0200
| | | | 
| | | |     ticket:4341 Fixed display of system libraries.
| | | |     Show white outer background, a gray outline, white inner background and no grid for system libraries.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit e6df7c1c14f7d251442f7b62c4c7373f17e1a5d7
| | | | Author: Adeel Asghar 
| | | | Date:   Thu May 4 12:20:39 2017 +0200
| | | | 
| | | |     ticket:4401 Open component class with shift + double click.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 81a9ecf9f584455f1a1f68df8b967d74cdfd3bb4
| | | | Author: Adeel Asghar 
| | | | Date:   Thu May 4 11:02:31 2017 +0200
| | | | 
| | | |     ticket:4406 Option to automatically close completed simulation windows
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | 
| * | | commit dbf52c2800c1bee0e3032abc7e337d1221940229
| | | | Author: arun3688 
| | | | Date:   Wed May 3 12:25:36 2017 +0200
| | | | 
| | | |     ticket:4404 Auto-Complete Fixes for key features missing
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit 2474ceca82ec7184cb576c8918d88f2112ca97c3
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 3 12:05:32 2017 +0200
| | | | 
| | | |     ticket:4409 Don't unfold the annotations when object is moved.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit 4e66e4367a9df62221941be93004abfa80ba7d45
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 3 11:03:39 2017 +0200
| | | | 
| | | |     ticket:4320 Only follow changes from Icon View to Diagram View.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | 
| * | | commit 90a4593d211433d80eaeb08ba8e310cc3fee9ec8
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 3 10:57:27 2017 +0200
| | | | 
| | | |     Insert the code snippets as one undo/redo operation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | 
| * | | commit dbc1049ba85b3f05e61a2cc3655b3889ae10c9bc
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 2 16:17:32 2017 +0200
| | | | 
| | | |     Added tool-tips to auto complete suggestions.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | 
| * | | commit e74c0881c96fa652d9953770e6ce950e40ce26de
| | | | Author: arun3688 
| | | | Date:   Fri Apr 28 13:47:23 2017 +0200
| | | | 
| | | |     autocompletion for codesnippets
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/completerCodeSnippets.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 1b6ac20503b241e516ab32e23d7da2663961c1d0
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 28 15:01:23 2017 +0200
| | | | 
| | | |     ticket:4402 Show plot window after simulation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 6fbf5db7ce1888ec2804373e9df863096651675d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 26 14:29:22 2017 +0200
| | | | 
| | | |     ticket:4320 Apply the connector transformation change from one view to another.
| | | |     The change is only applied as long as the they have the same transformation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | 
| * | | commit 345eb1d00fb45f5307a3f461e488edb386afc54d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 26 13:07:12 2017 +0200
| | | | 
| | | |     Added OMTLMSimulator documentation menu item.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | 
| * | | commit 61d19ba16132cbb4688355797051bc1599d15ead
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 25 14:51:48 2017 +0200
| | | | 
| | | |     ticket:4341 Draw background for system libraries.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit ce8671d985824f3a5411834ecab03e0648992635
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 25 14:35:46 2017 +0200
| | | | 
| | | |     ticket:4369 Use round brackets instead of square for units.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | 
| * | | commit 5b2afb1eeffb7dbf8e8ec8150d5e60ef18eb397b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 24 21:45:11 2017 +0200
| | | | 
| | | |     Let the users know what Compiler Flags means.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 241af45362ff995d4fd9745f20deafa07d31faa2
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 24 19:15:17 2017 +0200
| | | | 
| | | |     Call `getConnectionCount` from the C interface.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 8b616fe9d33cc5aaf0c1c2b92e23c57ef8a42f25
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 24 13:06:19 2017 +0200
| | | | 
| | | |     Calculate the font size when its too big to fit.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | 
| * | | commit 28a93394e6eef1a8a3a44b0ae2c3b32b5d4a6698
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 12 11:42:40 2017 +0200
| | | | 
| | | |     Read the init.xml file when only loading the result file.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 0d63f38cc42bd380378babc6e2d966e4cd065c19
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 11 13:31:00 2017 +0200
| | | | 
| | | |     Don't make the welcome page expanding.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit f4bd4ad46d5469b34b88b52c0e05d209d65986e9
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 10 11:55:20 2017 +0200
| | | | 
| | | |     Add 25% space to model's extents.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 3e1126be71f57426fbe703344dfc046e0b861952
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 10 11:27:58 2017 +0200
| | | | 
| | | |     Removed unnecessary setCompleter function.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | 
| * | | commit 4ba81ac6352d45e437a0c34c09bc52a5c328de25
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 10 11:18:10 2017 +0200
| | | | 
| | | |     Avoid crashing MetaModelicaEditor.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | 
| * | | commit c57868fff063c10f2e3e3c2f42676692a8c81db9
| | | | Author: arun3688 
| | | | Date:   Wed Apr 5 14:36:40 2017 +0200
| | | | 
| | | |     autocompleter for keywords and types
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/HTMLEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/HTMLEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TextEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/completerType.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/completerkeyword.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 0bb681ef1e93b711d4dd90c216f5855f789ba0eb
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 7 14:11:34 2017 +0200
| | | | 
| | | |     Only update the cursor position when text view is visible.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | 
| * | | commit d48d23a10419ef4f90fc6d57f2fc1e2c097f9860
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 7 14:06:37 2017 +0200
| | | | 
| | | |     ticket:4340 & 4379
| | | |     Allow multi select with shift key instead of control key.
| | | |     Panning is done via control + left mouse press.
| | | |     The drawing area is 3 times the actual size so we can better use the panning.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit d48b065ed810375f400a76c4cec3caa8bba4386c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 7 11:54:48 2017 +0200
| | | | 
| | | |     Use interfacesAligned instead of alignInterfaces.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | 
| * | | commit c74c1a1bf915ccc1c07f93fad86e9c958a90f0af
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 7 10:47:45 2017 +0200
| | | | 
| | | |     Load the mo file as MetaModelica when loaded via "Load External Model(s)"
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | 
| * | | commit 767d9c61499169e00c720c77fea93c54bc402bdf
| | | | Author: alash325 
| | | | Date:   Tue Apr 4 19:39:51 2017 +0200
| | | | 
| | | |     Remove traceability graph view from perspective tab
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | 
| * | | commit 8567e646406873d8382524d56b225a7d8910490c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 31 14:35:56 2017 +0200
| | | | 
| | | |     ticket:4309 Round the coordinates values.
| | | |     Show the line and column number when in text view.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit f8a1c7ea7a6efc82d0ba351792a392ec5ec3864c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 31 11:55:34 2017 +0200
| | | | 
| | | |     Access the data arrays directly instead of creating local copies of them.
| | | |     Fixes ticket:4377
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit a1ddf900d83a3f7faf55718b325447f98269d1bd
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 30 16:55:13 2017 +0200
| | | | 
| | | |     Do not force redraw when undo/redo is used from Icon/Diagram view.
| | | |     Mark the model modified after undo/redo.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit d7c851f0113f72558692e06bd7f40308635262aa
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 30 16:53:54 2017 +0200
| | | | 
| | | |     Revert "Do not force redraw when undo/redo is used from Icon/Diagram view."
| | | |     
| | | |     This reverts commit 263c70d9af1701d633400ff74e18cd127f5ea790.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | 
| * | | commit 263c70d9af1701d633400ff74e18cd127f5ea790
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 30 16:49:51 2017 +0200
| | | | 
| | | |     Do not force redraw when undo/redo is used from Icon/Diagram view.
| | | |     Mark the model modified after undo/redo.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | 
| * | | commit b6860be9b1838845f058e6b3ae9e167476f87424
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 30 12:59:52 2017 +0200
| | | | 
| | | |     Updated README.md with coding style.
| | | | 
| | | | M	README.md
| | | | 
| * | | commit f681e38fca159c5aeea3807ef145a77d87b651e8
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 30 12:46:36 2017 +0200
| | | | 
| | | |     ticket:4376 Do not clear the text view undo stack.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit f0e989f15f9e6d865ecf8abaff121a502c6dc8e8
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 29 17:29:31 2017 +0200
| | | | 
| | | |     Dynamically arrange the interface points for sub-models.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit a47d7c77d0250d929dcba4561f275355101d3c68
| | | | Author: hkiel 
| | | | Date:   Tue Mar 28 11:28:03 2017 +0200
| | | | 
| | | |     Spell fix
| | | | 
| | | | M	README.md
| | | | 
| * | | commit 7007a3f804c403643a71623fb71301fda5f1370c
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 27 21:53:34 2017 +0200
| | | | 
| | | |     ticket:4345 Move the scroll bars to top position.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit ebd8f5e68267eb7cccd7b532060bc8ebd638ab7e
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 27 14:55:35 2017 +0200
| | | | 
| | | |     ticket:4357 Don't allow spaces in component name.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | 
| * | | commit a4c9d93d454883021d64b32d89c763099d943701
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 24 16:28:23 2017 +0100
| | | | 
| | | |     ticket:3295 Add the "Close All Windows" and "Close All Windows But This" to system menu.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | 
| * | | commit 038bf1aa8c0f3fb3cc370f1530bfc8db3f9d7654
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 24 14:46:28 2017 +0100
| | | | 
| | | |     Call the undo/redo stack when document undo/redo is called if needed.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 90da68cbf5fa718863e513d5a9d50efb1848b6a5
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 24 12:51:15 2017 +0100
| | | | 
| | | |     ticket:4334 & 4344 Call the document undo/redo if its available.
| | | |     Preserve the connection annotation before applying the transformation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/CEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/TextEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit dbe58712436bea0ea004714c8d89b391bcf8f26a
| | | | Author: alash325 
| | | | Date:   Thu Mar 23 22:49:29 2017 +0100
| | | | 
| | | |     added Ctrl+C functionality
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit cabda3bfd446f50c3aa4d570b3ce647d46f72afa
| | | | Author: alash325 
| | | | Date:   Thu Mar 23 22:35:27 2017 +0100
| | | | 
| | | |     give commit message default value for qt 4
| | | | 
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | 
| * | | commit 43ceab933d9f278c8ce8ebea9b243809e3f193d8
| | | | Author: alash325 
| | | | Date:   Thu Mar 23 22:15:58 2017 +0100
| | | | 
| | | |     fix Qt 4 build
| | | | 
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit bd902b2ddaa274184b4bb4ddcff9ada4718fb6a0
| | | | Author: alash325 
| | | | Date:   Fri Mar 17 17:42:42 2017 +0100
| | | | 
| | | |     Clean up traceability push dialog
| | | | 
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp
| | | | R066	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.h	OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.h
| | | | D	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.cpp
| | | | 
| * | | commit 1dfef38efeed6045fed33028e8e84bf2fef27460
| | | | Author: alash325 
| | | | Date:   Fri Mar 17 16:46:01 2017 +0100
| | | | 
| | | |     Send traceability information automatically without users interaction
| | | |     support traceability graph view
| | | | 
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.h
| | | | M	OMEdit/OMEditGUI/Git/CleanDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.h
| | | | M	OMEdit/OMEditGUI/Git/GitCommands.cpp
| | | | M	OMEdit/OMEditGUI/Git/GitCommands.h
| | | | M	OMEdit/OMEditGUI/Git/RevertCommitsDialog.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/traceability.svg
| | | | A	OMEdit/OMEditGUI/Traceability/TraceabilityGraphViewWidget.cpp
| | | | A	OMEdit/OMEditGUI/Traceability/TraceabilityGraphViewWidget.h
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.h
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 75a9b6ed972100d5f903b4e12000b7db550b0904
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 23 12:16:10 2017 +0100
| | | | 
| | | |     ticket:4334 & 4344 Allow undo/redo in text view.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 742ae2514c1f9181bbe73378f876e0450eb687ae
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 22 23:25:08 2017 +0100
| | | | 
| | | |     Fix compilation for gcc 6.3
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | 
| * | | commit 0f5c07d2df4a006c4188ed93f1ec5665f4ccb61a
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 22 11:29:51 2017 +0100
| | | | 
| | | |     Fix visualization crash when stl find is not found.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | 
| * | | commit bbc63677c3c96ac1b44c9e1ed6910d8d02c4098a
| | | | Author: Robert Braun 
| | | | Date:   Mon Mar 20 15:09:50 2017 +0100
| | | | 
| | | |     Updated composite model visualization XML for unit support.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit ece1d8be230fb9b9c813e45fd62f5d0d33fe0dc6
| | | | Author: Robert Braun 
| | | | Date:   Mon Mar 20 13:54:31 2017 +0100
| | | | 
| | | |     Added 3D visualization of composite model interfaces
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit d8df3ca31ae04a1ebd1c4aa346ccedc4ef13528a
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 20 13:48:24 2017 +0100
| | | | 
| | | |     ticket:4349 Take smaller steps for zooming.
| | | |     Also set the minimum zoom to readable size.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | 
| * | | commit 32ed136c0b33efc156a47dfd516291cdcffb6428
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 20 13:34:57 2017 +0100
| | | | 
| | | |     ticket:4343 Open the class when enter key is pressed.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit bfe5797ae0873873ad91bfc1578b46124ececb4c
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 20 13:23:43 2017 +0100
| | | | 
| | | |     ticket:4338 Check for the annotation error in its own section.
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | 
| * | | commit bd64d39924c4c20254b8060ecef21fb514629b4f
| | | | Author: Robert Braun 
| | | | Date:   Mon Mar 20 11:10:55 2017 +0100
| | | | 
| | | |     Fixed check for non-existing attributes when updating composite model connection.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | 
| * | | commit fa024b2f7bf567a3b8162be9766d525cdcd65433
| | | | Author: Robert Braun 
| | | | Date:   Wed Feb 15 14:22:17 2017 +0100
| | | | 
| | | |     Removed unused parameters in composite models depending on interface type.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | 
| * | | commit d79a3548cc9b01b87ac672dc19e9a75679c100a6
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 17 16:25:25 2017 +0100
| | | | 
| | | |     ticket:4322 Unfold the block if line is commented out.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | 
| * | | commit a50285d3281ea40812649cb29bd9c07663247f29
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 17 13:50:49 2017 +0100
| | | | 
| | | |     ticket:4327 Added option to clear the message browser.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit ff0d8147f698bcb6a8863e674d3370fba4d3826d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 17 12:29:18 2017 +0100
| | | | 
| | | |     ticket:4331 Close the polygon with angle from end point to start point.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | 
| * | | commit 0a2f14a5d9dbcf2052c4c316afe76bf7f14ecfe0
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 17 00:21:45 2017 +0100
| | | | 
| | | |     Adapt to the naming scheme.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | 
| * | | commit e4e392f7c356f9f757024c7060eac39723ab3b39
| | | | Author: Sebastian Pinnau 
| | | | Date:   Thu Mar 16 22:44:20 2017 +0100
| | | | 
| | | |     Create QTranslator instances on heap (fixes #4311)
| | | |     
| | | |     - before these objects were destroyed when OMEditApplication's constructor is finished
| | | |     - this caused OMEdit to crash after start with Qt 5.8
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | 
| * | | commit 5c437fc84d6262cc35753c38203520ec5fb862f0
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 16 16:06:11 2017 +0100
| | | | 
| | | |     Added zooming actions to editor context menu.
| | | |     Moved PlainTextEdit out of BaseEditor so we can get rid of some redundant code.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 8eda82d5f6d54c7a56faa8e79525d14d3b5c0cc5
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 16 13:13:51 2017 +0100
| | | | 
| | | |     ticket:4325 Enable Preserve User's GUI Customizations by default.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit fbe98a6598b8cd2d80cadbac9a28da8cfc0e32eb
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 15 18:28:48 2017 +0100
| | | | 
| | | |     ticket:4319 Call the icon update inside loadDiagramView.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 552bf53902f3aef5df23ab4c39daa270487f95f1
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 15 18:17:21 2017 +0100
| | | | 
| | | |     ticket:4319 Update the libraries browser icon when connectors are loaded.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit fba26f79c4357d8b0599af5c02569192f5431c79
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 15 16:24:27 2017 +0100
| | | | 
| | | |     ticket:4303 Handle the saveSelector attribute of Dialog annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | 
| * | | commit 09b537bd511ffa8a885ec5a86fd0a6344a6fbc82
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 15 15:43:11 2017 +0100
| | | | 
| | | |     Use multi-sampling for smoother 3D visualization.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | 
| * | | commit a8fcac32d1ae0b705a2de1110fbe8a3d813dcedf
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 15 13:37:18 2017 +0100
| | | | 
| | | |     ticket:4303 Handle the loadSelector attribute of Dialog annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | 
| * | | commit 027b95bdaca0dd2e8048e0cad4796000066fa023
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 15 11:51:16 2017 +0100
| | | | 
| | | |     ticket:4314 Close windows by ESC key.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | 
| * | | commit 44b8b42e5768cde8781d67e12781fd086fe4591e
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 14 11:26:55 2017 +0100
| | | | 
| | | |     ticket:4310 Ignore the whitespace at the end.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | 
| * | | commit d2975328b34aac04122b8c10abf4401d25f92123
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 13 17:15:50 2017 +0100
| | | | 
| | | |     Hide the 3D Viewer when switching to plotting perspective.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit feadabe4b79ca8169ee8e0b1505543c1ee8013d6
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 13 17:01:18 2017 +0100
| | | | 
| | | |     ticket:4305 The Esc key should trigger "Fix error(s) manually".
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | 
| * | | commit 385b2dda08c175ebd966ff4b5e489c57d55387ec
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 9 11:46:48 2017 +0100
| | | | 
| | | |     Preserve the order of shapes during the undo redo operations.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit d60e3c18ba86f4ab88b01257f80bd9db19c4de3f
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 8 16:24:22 2017 +0100
| | | | 
| | | |     Handle the nested der variables.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit 34c440b7a595a509d7a8ea9d542aa2ef582c0c66
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 8 11:44:00 2017 +0100
| | | | 
| | | |     ticket:4291 Don't use string buffer for xml data.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h
| | | | 
| * | | commit 69763e4b5df3d958fbfd0025f85fed83cf53a96d
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 7 16:56:05 2017 +0100
| | | | 
| | | |     ticket:4296 Parse the connections properly.
| | | |     Updated getNthConnection to scripting interface.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit dbe862f7c65a01d690fb0f162dd176f934843644
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 6 21:59:57 2017 +0100
| | | | 
| | | |     Properly apply the FillPattern.Sphere on polygons.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | 
| * | | commit a2c3963cec2f9da72b3802366706d99962ff0d11
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 6 12:53:24 2017 +0100
| | | | 
| | | |     ticket:4295 Handle __Dymola_checkBox annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit c39a8f6940ceee90bbfcdb22cf3366c341462447
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 2 12:59:49 2017 +0100
| | | | 
| | | |     Draw the open arrow for ArrowOpen & ArrowHalf.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Resources/icons/arrow-end-open-half.svg
| | | | M	OMEdit/OMEditGUI/Resources/icons/arrow-end-open.svg
| | | | M	OMEdit/OMEditGUI/Resources/icons/arrow-start-open-half.svg
| | | | M	OMEdit/OMEditGUI/Resources/icons/arrow-start-open.svg
| | | | 
| * | | commit 62f76330fe5c9d6eef7b7e201e7cc1ea5010155d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 1 18:27:56 2017 +0100
| | | | 
| | | |     Make sure we only create ThreeDViewer when needed.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit bb69d0d9d7f1c7a7f6d8aed3ad5de2497da8ed00
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 1 15:55:17 2017 +0100
| | | | 
| | | |     ticket:4252 Do not create an object of ThreeDViewer by default.
| | | |     Only create it when user really use it.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | 
| * | | commit 1c430c653e42c39394f84e5a0ce0b3de725dbb8a
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 1 15:14:43 2017 +0100
| | | | 
| | | |     Create checkbox if choices(checkbox=true) annotation is used.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit ab4a065a9f60723854da44baa9cea18249e9f9e1
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Feb 28 16:37:16 2017 +0100
| | | | 
| | | |     Fix text size for tlm interface points.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit 439ebb2ec2e6cb8c9162c4d9528a670712079a90
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Feb 28 16:10:13 2017 +0100
| | | | 
| | | |     ticket:4287 Handle the choices checkbox annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit 19ecd863f0e818c8ccfe8357981704c63777805f
| | | | Author: adeas31 
| | | | Date:   Mon Feb 27 22:26:28 2017 +0100
| | | | 
| | | |     Fix Qt4 builds
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | 
| * | | commit 2345a735af96c26367e240b9167ec11dd81a1719
| | | | Author: vwaurich 
| | | | Date:   Mon Feb 27 15:03:24 2017 +0100
| | | | 
| | | |     fix mirrored texture for pipecylinder
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | 
| * | | commit 9b521e4436419e5a72f425549c0c510895d2c7e7
| | | | Author: vwaurich 
| | | | Date:   Mon Feb 27 14:51:14 2017 +0100
| | | | 
| | | |     add removeTexture action
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | 
| * | | commit e27938920afaf069a7e43092bf9e71aec4293d88
| | | | Author: vwaurich 
| | | | Date:   Mon Feb 27 10:47:56 2017 +0100
| | | | 
| | | |     small fixes for advanced 3d features
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | 
| * | | commit c4683357b94c60fba03ee671ad64e16e7dff74ea
| | | | Author: vwaurich 
| | | | Date:   Fri Feb 17 09:49:56 2017 +0100
| | | | 
| | | |     smaller icon files
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/icons/checkered.svg
| | | | M	OMEdit/OMEditGUI/Resources/icons/texture.svg
| | | | 
| * | | commit c32dbb5df95f87f8c13921703ffa451bc12d0773
| | | | Author: vwaurich 
| | | | Date:   Thu Feb 16 12:19:21 2017 +0100
| | | | 
| | | |     advanced visualization features
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | A	OMEdit/OMEditGUI/Resources/bitmaps/check.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/changeColor.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/checkered.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/texture.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 60127a82b4301de96145b5b758581bb71f201463
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 27 15:41:42 2017 +0100
| | | | 
| | | |     ticket:4256 Handle the case when text width is zero.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | 
| * | | commit 9a4c7b16dece542472886636057cd8a79dbbec32
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Feb 25 13:55:11 2017 +0100
| | | | 
| | | |     ticket:4283 Make the proposed text selected.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 2dc101e8a0c61a74b35f03c48f4b2e84804d947e
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 24 01:42:12 2017 +0100
| | | | 
| | | |     Don't construct QFileInfo with empty file name.
| | | | 
| | | | M	OMEdit/OMEditGUI/Git/GitCommands.cpp
| | | | 
| * | | commit 83fb494e225501c133bc679d102bf54985b3fe04
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 24 01:11:17 2017 +0100
| | | | 
| | | |     Copy the qualified path instead of name.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 7b19520174ad4c6878ab749319bec78f19114b1d
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 23 18:43:08 2017 +0100
| | | | 
| | | |     Draw the inherited connectors properly e.g., ControlBus.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit d3844f39026a5d81a13f0a02a5c66cfa98e1dacb
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 23 18:41:40 2017 +0100
| | | | 
| | | |     ticket:4196 Convert the drawing unit to pixels.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit cf592af23f2587d9ed39e01d56bc6005741c531b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 23 15:32:21 2017 +0100
| | | | 
| | | |     ticket:3964 Handle the home key.
| | | |     Move the cursor to the start of the line from where the text starts.
| | | |     Skip the trailing spaces.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | 
| * | | commit b6f72c5bbc49f7727baca781749311ddbf32adba
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 23 13:50:50 2017 +0100
| | | | 
| | | |     ticket:4282 Show/hide re-simulate toolbar along with Variables Browser.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 2702730e2e45a8050291213c6132e858a923e43b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 22 16:33:38 2017 +0100
| | | | 
| | | |     ticket:3964 code folding for MetaModelica editor.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit 7f0c9aaae25860afe90f5b32c5ccd5194ffcf378
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 20 21:28:39 2017 +0100
| | | | 
| | | |     ticket:4263 Show/hide toolbars based on perspective.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 440ac703bfa86bfc8e3d9c2eadcd72b19bbdf368
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 20 20:59:55 2017 +0100
| | | | 
| | | |     ticket:3414 Allow zoom in & out in text view from toolbar, keys and mouse.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 4e6c9ec2142e6acde79612dac6e420977e802345
| | | | Author: alash325 
| | | | Date:   Fri Feb 17 17:11:37 2017 +0100
| | | | 
| | | |     Fixed #4275
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit bab1d1fb06090f0a0580ae3095e870f5e74d0e5f
| | | | Author: Adrian Pop 
| | | | Date:   Fri Feb 17 15:50:05 2017 +0100
| | | | 
| | | |     adapt OMCproxy after changes to OMC API buildModelFMU
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | |   
| * | |   commit e9c3137117e38c51c830c8a4b056a8617ef4a56b
| |\ \ \  Merge: a6d0a94290 c48cb77f17
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 17 15:33:25 2017 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://openmodelica.org/git-readonly/OMEdit
| | | | | 
| | * | | commit c48cb77f177336caa21b27f733b1b890496e0a57
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 17 13:42:49 2017 +0100
| | | | | 
| | | | |     Set OMEdit locale to C so that we get dot as decimal separator instead of comma.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | | 
| * | | | commit a6d0a94290fd1d2ee195f81e30571d03c73727b7
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Fri Feb 17 15:33:01 2017 +0100
| | | |   
| | | |       Fix the code folding indicators for MAC
| | | |   
| | | |   M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | 
| * | | commit e0f90f25110284320d23e5b722e3895979678f49
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 17 11:38:21 2017 +0100
| | | | 
| | | |     Make sure splash screen messages are always shown. Even on MAC OSX.
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | |   
| * | |   commit 081cef963f009dba7061684292155755798221f2
| |\ \ \  Merge: 15bf1aade1 15f740b01d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 17 10:07:00 2017 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 15f740b01d691705f5d8fc96b293745456b7dbaa
| | | | | Author: alash325 
| | | | | Date:   Fri Feb 17 01:31:11 2017 +0100
| | | | | 
| | | | |     trace import model description xml
| | | | | 
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.cpp
| | | | | 
| | * | | commit 3adf0d0669e8978e2901ceda8897092741e5600e
| | | | | Author: alash325 
| | | | | Date:   Thu Feb 16 22:58:20 2017 +0100
| | | | | 
| | | | |     Support FMU export trace
| | | | |     Allow users to store their user name and email
| | | | | 
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.h
| | | | | M	OMEdit/OMEditGUI/Git/GitCommands.cpp
| | | | | M	OMEdit/OMEditGUI/Git/GitCommands.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.h
| | | | | 
| * | | | commit 15bf1aade11d2c49bc9a43949d0526b3fb80f0ae
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Thu Feb 16 17:19:01 2017 +0100
| | | |   
| | | |       Some documentation for OMEditApplication class.
| | | |   
| | | |   M	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | 
| * | | commit d2a0ff4366390043a79a1df8b583b780f93320d7
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 16 16:49:06 2017 +0100
| | | | 
| | | |     ticket:4164 Reimplement event function to handle QFileOpenEvent at startup
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | M	OMEdit/OMEditGUI/OMEditApplication.h
| | | | 
| * | | commit 9f7a31de34e55900dfd91d0ca6ff73cf95939c63
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 16 14:50:15 2017 +0100
| | | | 
| | | |     Fix builds.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 36812d46227fd86fd66caa60da2b0703e533747c
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 16 14:39:49 2017 +0100
| | | | 
| | | |     ticket:4164 Subclass QApplication to handle QFileOpenEvent for OSX.
| | | | 
| | | | A	OMEdit/OMEditGUI/OMEditApplication.cpp
| | | | A	OMEdit/OMEditGUI/OMEditApplication.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit e814eb15b22b42233cc41b8602c470b09edbfc0a
| | | | Author: alash325 
| | | | Date:   Wed Feb 15 19:50:08 2017 +0100
| | | | 
| | | |     Fixed hard coded
| | | |     If the file is not open show error message
| | | |     If the traceability information is inclomplete show the message
| | | | 
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.cpp
| | | | 
| * | | commit a3afbd689f7bf5dae963bf85dfe3faedc2d8ae79
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 15 14:38:49 2017 +0100
| | | | 
| | | |     ticket:4217 Fixed the documentation browser pixel size issue.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | 
| * | | commit a6f93781189d721f2a867d4392d3a020bf63ace2
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 15 13:37:20 2017 +0100
| | | | 
| | | |     Check for null pointer.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit c0f41e0191ace3009476e0933a9b1a80c75083de
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 15 12:42:59 2017 +0100
| | | | 
| | | |     ticket:4264 Added a hint for multi-line text.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | 
| * | | commit 2770f776b06f652676f66e11d0cf998c5389dcb5
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 15 12:20:14 2017 +0100
| | | | 
| | | |     ticket:4267 Added progress bar and message to crash report.
| | | | 
| | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | 
| * | | commit e517de3892d426667f6c4fde3b7f7cbb34cd9a23
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 15 11:51:52 2017 +0100
| | | | 
| | | |     Only use backtrace command once.
| | | | 
| | | | M	OMEdit/OMEditGUI/CrashReport/GDBBacktrace.cpp
| | | | 
| * | | commit c3ebc92ad4c7392ba7b518a9c777ea84756723ca
| | | | Author: adeas31 
| | | | Date:   Wed Feb 15 11:45:41 2017 +0100
| | | | 
| | | |     Write the gdb backtrace in a file
| | | | 
| | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | M	OMEdit/OMEditGUI/CrashReport/GDBBacktrace.cpp
| | | | M	OMEdit/OMEditGUI/CrashReport/GDBBacktrace.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 23b3f865f12e942705d39e3b18c4121e74dab051
| | | | Author: adrpo 
| | | | Date:   Wed Feb 15 01:33:15 2017 +0100
| | | | 
| | | |     fix Qt4 compilation
| | | | 
| | | | M	OMEdit/OMEditGUI/Git/CleanDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.cpp
| | | | 
| * | | commit c0242d95c93005b09e640226ca1c85cba8c7a581
| | | | Author: adrpo 
| | | | Date:   Tue Feb 14 23:24:39 2017 +0100
| | | | 
| | | |     fix Linux compilation
| | | |     - fix cases in include
| | | |     - fix slots declaration
| | | | 
| | | | M	OMEdit/OMEditGUI/Git/CleanDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/CleanDialog.h
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/GitCommands.cpp
| | | | M	OMEdit/OMEditGUI/Git/RevertCommitsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.cpp
| | | | 
| * | | commit dc933bbd3aa072071d30030a884c3f176f778439
| | | | Author: alash325 
| | | | Date:   Tue Feb 14 22:48:50 2017 +0100
| | | | 
| | | |     Get the IP address and the port to query traceability information from the settings
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.h
| | | | 
| * | | commit 8699d17c09438119b3ae17be46fde334d2297716
| | | | Author: alash325 
| | | | Date:   Tue Feb 14 20:42:00 2017 +0100
| | | | 
| | | |     Remove/comment unused enums
| | | |     Mark strings with tr for translation
| | | |     Use Utilities::FileIconProvider::icon()
| | | |     check if file is created successfully
| | | |     change INTO_CPS menu item with Git
| | | |     remove FMU output directory
| | | | 
| | | | M	OMEdit/OMEditGUI/Git/CleanDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Git/GitCommands.cpp
| | | | M	OMEdit/OMEditGUI/Git/RevertCommitsDialog.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.cpp
| | | | M	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.cpp
| | | | 
| * | | commit 65bfe93c4621c8db32de1f91b57e91cd7700ea15
| | | | Author: alash325 
| | | | Date:   Tue Feb 14 08:50:43 2017 +0100
| | | | 
| | | |     Squashed commit of the Tracability branch:
| | | |     
| | | |     commit 2b814f8e336246a20b7793c87d984b82d89f79f9
| | | |     Author: alash325 
| | | |     Date:   Tue Feb 14 02:06:26 2017 +0100
| | | |     
| | | |         Fixed merge conflicts
| | | |         Adopt the code to use MainWindow as singleton
| | | |     
| | | |     commit 647b057c1d54fcf68f287422f8568da1cddb45ac
| | | |     Merge: b6744ed d34cb2e
| | | |     Author: Alachew Mengist 
| | | |     Date:   Mon Feb 13 15:33:17 2017 +0100
| | | |     
| | | |         Merge branch 'master' into traceability
| | | |     
| | | |     commit b6744ed96966707d9b389d649f3fcb91f38af310
| | | |     Author: alash325 
| | | |     Date:   Mon Feb 13 02:19:58 2017 +0100
| | | |     
| | | |         traceability settings to omedit.ini
| | | |     
| | | |     commit e39f8da1f49196cbe1b7c22c6ef916c8a10077b2
| | | |     Author: alash325 
| | | |     Date:   Mon Feb 13 00:30:16 2017 +0100
| | | |     
| | | |         Since import fmu model description is already merged with master
| | | |     
| | | |         Revert "Added import fmu model description"
| | | |     
| | | |         This reverts commit db6defe6be3db92d1d07a133677a7606db2e3ec5.
| | | |     
| | | |     commit 5bd8fe3318026505639e0c2200f82e799ed673f4
| | | |     Author: alash325 
| | | |     Date:   Sun Feb 12 23:42:23 2017 +0100
| | | |     
| | | |         support JSON message format 0.1
| | | |         Added traceability page to Tools-Options
| | | |     
| | | |     commit 70211c95dfb61739ebeabf15fe8f0ce4660f6154
| | | |     Author: alash325 
| | | |     Date:   Thu Nov 3 01:07:10 2016 +0100
| | | |     
| | | |         prototype to query traceability information from Daemon
| | | |     
| | | |     commit 79374fb76a1d337b6279d401245e896ee1622cf4
| | | |     Author: alash325 
| | | |     Date:   Wed Nov 2 20:25:50 2016 +0100
| | | |     
| | | |         - Show the modified file along with the file status in tree view
| | | |         - Generate traceability URI for every action
| | | |         - Parse the traceability URI and create Json message format to be send to Daemon
| | | |         - Show the Json message created in traceabilityPushDialog
| | | |     
| | | |     commit 5fa8b1ce83f8fcf5c24e93a9bfe265d6abbe54d3
| | | |     Author: alash325 
| | | |     Date:   Thu Oct 27 10:33:18 2016 +0200
| | | |     
| | | |         Push traceability information to daemon
| | | |     
| | | |     commit db6defe6be3db92d1d07a133677a7606db2e3ec5
| | | |     Author: alash325 
| | | |     Date:   Sat Oct 1 17:03:48 2016 +0200
| | | |     
| | | |         Added import fmu model description
| | | |     
| | | |     commit 0809e8cdb5013b4c4095269cc069e923d96a5adc
| | | |     Author: alash325 
| | | |     Date:   Wed Sep 28 09:16:54 2016 +0200
| | | |     
| | | |         - added git clean dialog
| | | |     
| | | |     commit 83b06b14e1ad6d1345b17f53d46d89521a15b665
| | | |     Author: alash325 
| | | |     Date:   Thu Sep 22 09:34:00 2016 +0200
| | | |     
| | | |         - Added git clean working directory
| | | |         - Do not use readyReadStandardOutput signal
| | | |     
| | | |     commit 7ebfee6d5a4309ace5940e1ae813c77a07cc53ec
| | | |     Author: alash325 
| | | |     Date:   Mon Sep 19 19:32:01 2016 +0200
| | | |     
| | | |         -Support to revert commits
| | | |         -Show log to all commits so that users can select the commit to be reverted
| | | |     
| | | |     commit 4f29af2ab1f3948d4b6e1f5bcb23beae95899717
| | | |     Author: alash325 
| | | |     Date:   Mon Sep 12 11:39:11 2016 +0200
| | | |     
| | | |         Disable log, stage, unstage and commit file actions
| | | |         unless the file is opened in OMEdit and saved under git repository
| | | |     
| | | |     commit e5ae02dd308229fb2a582e72d85f6a4c3b6c9bdc
| | | |     Author: alash325 
| | | |     Date:   Sat Sep 10 23:37:42 2016 +0200
| | | |     
| | | |         - enable commit button unless commit message is empty otherwise disable it
| | | |     
| | | |     commit 2d12b0de3e0cdf53f1e9c48583e53aeb9e8f6507
| | | |     Author: alash325 
| | | |     Date:   Sat Sep 10 18:44:35 2016 +0200
| | | |     
| | | |         Allow to commit files from CommitChangesDialog interface
| | | |     
| | | |     commit ad5bc1134bd6a6d5237faeebc1caa1dc75465330
| | | |     Author: alash325 
| | | |     Date:   Sat Sep 10 15:55:57 2016 +0200
| | | |     
| | | |         - setup commit changes dialog such as author, email branch name and repository
| | | |     
| | | |     commit 63f49dde05fc264ed13eee125188c3aace95b50b
| | | |     Author: alash325 
| | | |     Date:   Sat Sep 10 11:42:57 2016 +0200
| | | |     
| | | |         - Add commit changes dialog
| | | |     
| | | |     commit 7b971fa4b81e6424dcecd90a114e0f3aedd3ae8e
| | | |     Author: alash325 
| | | |     Date:   Fri Sep 9 10:42:16 2016 +0200
| | | |     
| | | |         - Add One file Modelica to Git stage for next commit when we save the model
| | | |         by checking if the file is saved under git repository
| | | |         - Don't save the whole git output at once
| | | |     
| | | |     commit 394f0bfc49a93a542a8fa2bb1a5843d1deb36d54
| | | |     Author: alash325 
| | | |     Date:   Thu Sep 8 11:40:31 2016 +0200
| | | |     
| | | |         Don't use hard coded path of the file
| | | |         Get the path from the libraryTreeItem
| | | |     
| | | |     commit bd036af498df4259472fb69428490d82ab851bd8
| | | |     Author: alash325 
| | | |     Date:   Thu Sep 8 11:15:24 2016 +0200
| | | |     
| | | |         - Added the missing files from previous commit
| | | |     
| | | |     commit bbbe3c287b5ec4023c8846cc571e1fde440ad507
| | | |     Author: alash325 
| | | |     Date:   Thu Sep 8 11:13:19 2016 +0200
| | | |     
| | | |         - Allow to create a Git repository
| | | |         - Add structures such as Models, FMU's and SimulationResults to Git repository
| | | |         - Allow to stage for the next commit, unstage from the next commit, and log the file
| | | | 
| | | | A	OMEdit/OMEditGUI/Git/CleanDialog.cpp
| | | | A	OMEdit/OMEditGUI/Git/CleanDialog.h
| | | | A	OMEdit/OMEditGUI/Git/CommitChangesDialog.cpp
| | | | A	OMEdit/OMEditGUI/Git/CommitChangesDialog.h
| | | | A	OMEdit/OMEditGUI/Git/GitCommands.cpp
| | | | A	OMEdit/OMEditGUI/Git/GitCommands.h
| | | | A	OMEdit/OMEditGUI/Git/RevertCommitsDialog.cpp
| | | | A	OMEdit/OMEditGUI/Git/RevertCommitsDialog.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | A	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.cpp
| | | | A	OMEdit/OMEditGUI/Traceability/TraceabilityPushDialog.h
| | | | A	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.cpp
| | | | A	OMEdit/OMEditGUI/Traceability/TraceabilityQueryDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit d34cb2ed39a5d85454475f20e7616ce8ecab6c8f
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Feb 11 01:29:24 2017 +0100
| | | | 
| | | |     ticket:4262 Adapted to new output of translateModelFMU and translateModelXML.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | 
| * | | commit 078fe45e33658338268072fa2d8caba8a61bf942
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 10 14:41:11 2017 +0100
| | | | 
| | | |     Call getMessagesStringInternal after getIcon/DiagramAnnotation
| | | |     Since now getIcon/DiagramAnnotation sets the error message instead of ignoring it.
| | | |     So we need to display it as well. This commit will make browsing a bit slow since now an extra call is always made.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit ae41f14ed6a242ce2fa3ff3d0f592a1e8f3b6699
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 10 14:39:01 2017 +0100
| | | | 
| | | |     Missing file from last commit.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | 
| * | | commit 08e82bc4957577799dddf0093fffde46135f8608
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 10 13:40:38 2017 +0100
| | | | 
| | | |     Kill all references of meta model.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | 
| * | | commit 3fca3deb4a961d3f666f4b064a48a747491d5fbc
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 10 12:44:40 2017 +0100
| | | | 
| | | |     Mark the strings for translation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | 
| * | | commit 24a7ac7d28178d4f23308901dc70072e9ccc6c34
| | | | Author: vwaurich 
| | | | Date:   Fri Feb 10 09:15:06 2017 +0100
| | | | 
| | | |     picking, transparency, invisibility for 3dviewer with shift+right click
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/invisible.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/transparency.svg
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 2cc9a7f3e058cf9a8bddd9e1b1cd16f8d3572166
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 9 20:02:24 2017 +0100
| | | | 
| | | |     Updated MetaModel to CompositeModel.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | R086	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp	OMEdit/OMEditGUI/Editors/CompositeModelEditor.cpp
| | | | R089	OMEdit/OMEditGUI/Editors/MetaModelEditor.h	OMEdit/OMEditGUI/Editors/CompositeModelEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/HTMLEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit c37dd42f7c685d71db7a30e9565468b9ff9b3915
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 8 16:53:56 2017 +0100
| | | | 
| | | |     Update the camera matrix when we clear the view.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | 
| * | | commit 4f0f9768e37060455cbda9e5335ec62eb929b1a6
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 8 15:47:30 2017 +0100
| | | | 
| | | |     ticket:4257 Don't force the jacobian option unless user explicitly sets it.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 015e9da424ffbc628a8a723262b9916684a1581c
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 8 15:29:21 2017 +0100
| | | | 
| | | |     ticket:4248 Always clear the command line options before calling translateModel.
| | | |     There might be some command line options set by query APIs which can lead to wrong results.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 418a7cd1df7b1dc9e798b1ccbfbb085d74e81d70
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Feb 7 16:14:38 2017 +0100
| | | | 
| | | |     Clear the ThreeDViewer when there is no active sub window.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit dc42c6b7fed4fea2c39d43f9c4173845ef7bc234
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Feb 5 21:29:43 2017 +0100
| | | | 
| | | |     ticket:4251 Block signals before showing documentation widget.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 0c832dae794df32a8e6cc80468c689ccb90bef41
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Feb 4 00:38:47 2017 +0100
| | | | 
| | | |     Call loadString with merge true for folder structure packages.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 46db737354703a753e39ef23ccb71c1c0efe24a5
| | | | Author: Robert Braun 
| | | | Date:   Wed Feb 1 08:23:47 2017 +0100
| | | | 
| | | |     Fixed redo/undo for submodel parameters in composite models.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | 
| * | | commit b219433551ab0ec80be6aabeb2a4a03616caaa32
| | | | Author: Robert Braun 
| | | | Date:   Fri Jan 27 14:33:17 2017 +0100
| | | | 
| | | |     Added support for submodel parameters in composite models
| | | |     
| | | |     Added support for submodel parameters in composite models (XML only so far).
| | | |     
| | | |     Added GUI features for submodel parameters in composite models.
| | | |     
| | | |     Added scrollbars to parameters dialog.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | 
| * | | commit 379fe790e17b5380ece5bb4b468b137529f97858
| | | | Author: Robert Braun 
| | | | Date:   Mon Jan 30 14:39:38 2017 +0100
| | | | 
| | | |     Fixes to camera position and updating of 3D viewer
| | | |     
| | | |     Fixes to camera position and updating of 3D viewer
| | | |     
| | | |     Made sure orientations for 3D viewer are updated correctly.
| | | |     
| | | |     Made sure camera position remains when 3dviewer is updated.
| | | |     
| | | |     Removed unnecessary debug output.
| | | |     
| | | |     Fixed initial camera zoom level in 3d viewer.
| | | |     
| | | |     Removed unnecessary debug output.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 85fb2b9ec4e562dbf112028622f2b2a04126a8aa
| | | | Author: hkiel 
| | | | Date:   Sun Jan 29 12:22:13 2017 +0100
| | | | 
| | | |     update translations
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | 
| * | | commit 8c966717d7dbb2474db9d087684b11f72c0bf2f7
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Jan 29 01:05:21 2017 +0100
| | | | 
| | | |     Fix builds without OSG.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 354a8d1ac1c352e03cfad8efce88982326f0c742
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jan 27 18:05:07 2017 +0100
| | | | 
| | | |     ticket:4234 Added a menu item to toggle between tab and sub window view.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | |   
| * | |   commit d4d7d13d73241dd82718b56a77da92e6ff6f5199
| |\ \ \  Merge: 4bf74df031 1ebe198165
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jan 27 17:09:56 2017 +0100
| | | | | 
| | | | |     Merge branch 'adeas31-3dviewer'
| | | | | 
| | * | | commit 1ebe198165a08c55829db3579dbe106d53653739
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jan 27 16:37:22 2017 +0100
| | | | | 
| | | | |     Update the model text after fetching the interface points.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | |   
| | * | |   commit 3bd67d90acb8674b1ecd5779fa6a1be3891d5493
| | |\ \ \  Merge: 5511336871 4bf74df031
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Fri Jan 27 15:45:24 2017 +0100
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | 
| * | | | commit 4bf74df0312745121dbc9ea3d521cd228c3281f4
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jan 26 20:15:42 2017 +0100
| | | | | 
| | | | |     ticket:4233 Consider the column start and end indexes of the class.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 1267b2c07606c50a88e8fa0c771676680ac536e8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jan 26 18:00:16 2017 +0100
| | | | | 
| | | | |     ticket:4231 Only update the value of the variable when updating the existing curve.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | | 
| | * | | commit 5511336871518fe8d38b1f1da86bb4b5feed5d08
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jan 25 21:45:18 2017 +0100
| | | | | 
| | | | |     Update the 3dviewer on each operation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | |   
| | * | |   commit 5834c727a983ba6cbd3169b51081de11286f937f
| | |\ \ \  Merge: 01ecb31c65 27d51f2e59
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed Jan 25 15:45:51 2017 +0100
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | 
| * | | | commit 27d51f2e5949480e143acab8ac452f0bf8425a82
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jan 24 23:41:19 2017 +0100
| | | | | 
| | | | |     Only call showDocumentation for Modelica classes.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| | * | | commit 01ecb31c65aa7ec92ad8ab9c62b721481bade35e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jan 24 20:54:23 2017 +0100
| | | | | 
| | | | |     Highlight the selected sub-model in the 3D Viewer.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit 20360a01a776a06d2b55558bad86e215c5d03a0d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jan 24 18:41:13 2017 +0100
| | | | | 
| | | | |     Clear the 3D Viewer Browser when we don't have any visualization.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | |   
| | * | |   commit 4b46f22a5220622d1cec0c33122d2e18d2ea1de2
| | |\ \ \  Merge: 5eb3a5e96c b0d9e659b0
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Mon Jan 23 13:50:56 2017 +0100
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | 
| * | | | commit b0d9e659b090c2590108f7a141f51852c7a69d97
| | | | | Author: Robert Braun 
| | | | | Date:   Mon Jan 23 08:17:04 2017 +0100
| | | | | 
| | | | |     Fixed wrong file extension
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit b0209e4783ccf39c1da017f30028de9f9316ab01
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Jan 20 13:43:00 2017 +0100
| | | | | 
| | | | |     Made sure composite models are always saved without dots in submodel names.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit 0befdd8ffef2f8237d2317c651d55cb495e5e173
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Jan 20 13:42:29 2017 +0100
| | | | | 
| | | | |     Added composite model startup scripts for some more external tools.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | 
| * | | | commit 800e4b384c7c0b51a6b47fc6f3482e5a098b5b2d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jan 19 18:21:31 2017 +0100
| | | | | 
| | | | |     Check for the null pointer.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | 
| * | | | commit 289fa10daf07f4a80d7dda737e98a36c1e5ec9e7
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jan 19 14:45:28 2017 +0100
| | | | | 
| | | | |     Fix Qt4 builds.
| | | | |     Make moc happy by creating the same class from two different files.
| | | | | 
| | | | | A	OMEdit/OMEditGUI/Animation/GLWidget.cpp
| | | | | A	OMEdit/OMEditGUI/Animation/GLWidget.h
| | | | | A	OMEdit/OMEditGUI/Animation/OpenGLWidget.cpp
| | | | | A	OMEdit/OMEditGUI/Animation/OpenGLWidget.h
| | | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| * | | | commit 0ee4ed0ba1b0662b4721770c9848529abf842fbb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jan 18 14:53:09 2017 +0100
| | | | | 
| | | | |     ticket:4218 Don't convert modifiers to string.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| * | | | commit eac1e77012ace366e814c9058cdee5eab9900a23
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jan 18 12:25:35 2017 +0100
| | | | | 
| | | | |     Minor fixes.
| | | | |     Source code documentation and code cleanup.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | | 
| * | | | commit e4b0f04fbf1fc64c082ca9d8925e29dc692c1757
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jan 17 16:07:31 2017 +0100
| | | | | 
| | | | |     Use QOpenGLWidget instead of QGLWidget if possible.
| | | | |     Re-implemented the viewer to get rid of updating the frame every 0.1 second.
| | | | |     Removed the osgQt as is not required with the new implementation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | A	OMEdit/OMEditGUI/Animation/ViewerWidget.cpp
| | | | | A	OMEdit/OMEditGUI/Animation/ViewerWidget.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | D	osgQt/Export
| | | | | D	osgQt/GraphicsWindowQt.cpp
| | | | | D	osgQt/OMEdit_GraphicsWindowQt.h
| | | | | D	osgQt/README
| | | | | 
| * | | | commit e54043af6241e2a103f802685f81d6e2722f3ce5
| | | | | Author: Robert Braun 
| | | | | Date:   Tue Jan 17 14:33:18 2017 +0100
| | | | | 
| | | | |     Made it possible to fetch interface data for a single external model
| | | | |     
| | | | |     Added right-click action for fetching interface data for single components.
| | | | |     
| | | | |     Made it possible to fetch data for a single external model
| | | | |     
| | | | |     Made sure other interfaces are not affected when fetching for a single model.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | |   
| | * | |   commit 5eb3a5e96c560e98eeb1b9412cafb551bebeb5ef
| | |\ \ \  Merge: 37eea69b7b f11690d1e1
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Mon Jan 16 18:07:51 2017 +0100
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | 
| * | | | commit f11690d1e1d661d6af4d1d651d089b586f583fb3
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jan 16 18:05:47 2017 +0100
| | | | | 
| | | | |     Removed debugging messages.
| | | | |     Indentation.
| | | | |     Use tr to mark the strings for translation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | 
| * | | | commit 82dba2189cf31c2c522bef82231fab08f77cbac6
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jan 16 17:50:57 2017 +0100
| | | | | 
| | | | |     Read the position & angle321 attributes of the sub-models.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   
| | * | |   commit 37eea69b7baf4f204c446938aa496aa0d283f3fa
| | |\ \ \  Merge: 089a78b7e3 3d9d102b83
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Mon Jan 16 17:29:06 2017 +0100
| | | | |   
| | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | |   
| * | | |   commit 3d9d102b83e59c2260300d2ed3496f97b6794424
| |\ \ \ \  Merge: 72c7018ba1 14f2ab1316
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Jan 16 15:35:51 2017 +0100
| | | | | | 
| | | | | |     Merge branch 'robbr48-typed_interfaces'
| | | | | | 
| | * | | | commit 14f2ab131631cabf685ccdf483c4ee4b137de59a
| |/| | | | Merge: 72c7018ba1 055e13df21
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Jan 16 15:35:37 2017 +0100
| | | | | | 
| | | | | |     Merge branch 'typed_interfaces' of https://github.com/robbr48/OMEdit into robbr48-typed_interfaces
| | | | | | 
| | * | | | commit 055e13df21d745ee2839a43110dd20872859de22
| | | | | | Author: Robert Braun 
| | | | | | Date:   Fri Jan 13 14:00:49 2017 +0100
| | | | | | 
| | | | | |     Removed unnecessary function calls. Fixed error in causality check.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 43afe7f848aa64d071b215f162359428b59a22c9
| | | | | | Author: Robert Braun 
| | | | | | Date:   Fri Jan 13 13:21:57 2017 +0100
| | | | | | 
| | | | | |     Removed no longer used icons.
| | | | | | 
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective10.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective11.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective12.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective13.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective14.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective15.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective16.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective4.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective5.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective6.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective7.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective8.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective9.svg
| | | | | |   
| | * | | |   commit cd1f1c3d86130e50506a4bd2c253e225b1bfe4d8
| | |\ \ \ \  Merge: a7bf0d78b0 350ea69042
| | | | | | | Author: Robert Braun 
| | | | | | | Date:   Fri Jan 13 13:21:18 2017 +0100
| | | | | | | 
| | | | | | |     Merge branch 'typed_interfaces' of https://github.com/robbr48/OMEdit into typed_interfaces
| | | | | | | 
| | | * | | | commit 350ea690427cf0883ee0326b946ba00118cebede
| | | | | | | Author: Robert Braun 
| | | | | | | Date:   Fri Jan 13 10:41:31 2017 +0100
| | | | | | | 
| | | | | | |     Squashed commit of the following:
| | | | | | |     
| | | | | | |     Added support for typed interfaces in composite models.
| | | | | | |     
| | | | | | |     commit ba6c97ea80d3709ec9a7aacdd028a5e4028ac65a
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Jan 12 14:46:57 2017 +0100
| | | | | | |     
| | | | | | |         Fixed alignment check for 1D interfaces in composite models.
| | | | | | |     
| | | | | | |     commit ef4d3393e279ba84389e9b582163861dee2f3517
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Wed Jan 11 11:06:46 2017 +0100
| | | | | | |     
| | | | | | |         Added dimensions and causality for composite model interfaces
| | | | | | |     
| | | | | | |         - Replaced interface type with dimensions and causality.
| | | | | | |         - Disabled alignment for non-bidirectional connections.
| | | | | | |         - Moved hard-coded strings to string handler.
| | | | | | |     
| | | | | | |     commit e7336167a3b3a2343e0e34806e5dcd5f2bcd8f43
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Mon Jan 9 08:11:30 2017 +0100
| | | | | | |     
| | | | | | |         Added correct loading of signal connector appearance in composite models.
| | | | | | |     
| | | | | | |     commit f7e0321cea086eaff133400bfa275f6a0cdc8e95
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Jan 5 14:11:02 2017 +0100
| | | | | | |     
| | | | | | |         Made signal metamodel connections dashed with arrows.
| | | | | | |     
| | | | | | |     commit e432fa71b32c1b4c5c12d6ce9f23036b0e4f7855
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Dec 22 11:19:42 2016 +0100
| | | | | | |     
| | | | | | |         Added types and domains to co-simulation interface points.
| | | | | | |     
| | | | | | |     commit 074d60ffbe839b8c334e3d3909659f3fa8e4572e
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Wed Dec 21 14:09:03 2016 +0100
| | | | | | |     
| | | | | | |         Added type and domain attributes for interface points.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective10.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective11.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective12.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective13.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective14.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective15.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective16.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective4.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective5.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective6.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective7.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective8.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective9.svg
| | | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | | 
| | * | | | | commit a7bf0d78b0e2fb1659114005298f40a7e155e514
| | | | | | | Author: Robert Braun 
| | | | | | | Date:   Fri Jan 13 08:31:14 2017 +0100
| | | | | | | 
| | | | | | |     Added support for typed interfaces in composite models.
| | | | | | |     
| | | | | | |     Squashed commit of the following:
| | | | | | |     
| | | | | | |     commit 79b7362676f8e3f99fa529ba0c18dec130901e4d
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Fri Jan 13 08:28:40 2017 +0100
| | | | | | |     
| | | | | | |         Removed accidentally added file
| | | | | | |     
| | | | | | |     commit 9b0c08004388f41aeca1e46a073595555b4a2e1e
| | | | | | |     Merge: 4bb4b9a b93871b
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Fri Jan 13 08:00:52 2017 +0100
| | | | | | |     
| | | | | | |         Merge remote-tracking branch 'origin/master' into typed_interfaces
| | | | | | |     
| | | | | | |     commit 4bb4b9a11aec32006a845d1108f919627e8a4888
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Fri Jan 13 07:50:00 2017 +0100
| | | | | | |     
| | | | | | |         FIXUP
| | | | | | |     
| | | | | | |     commit c55aff5ee2f0d5d5c0a584835646e9cc3f36a943
| | | | | | |     Merge: 4e65f24 3d30078
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Jan 12 18:49:25 2017 +0100
| | | | | | |     
| | | | | | |         Merge remote-tracking branch 'origin/master' into typed_interfaces
| | | | | | |     
| | | | | | |     commit 4e65f24d179a63e38dad918abc608ed044ffdbd9
| | | | | | |     Merge: abf6d24 a6c5fbc
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Jan 12 15:18:19 2017 +0100
| | | | | | |     
| | | | | | |         Merged master into typed_interfaces
| | | | | | |     
| | | | | | |     commit abf6d24d54a30c53fe1a81654166eb8e00b30fcd
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Jan 12 15:17:58 2017 +0100
| | | | | | |     
| | | | | | |         Merge
| | | | | | |     
| | | | | | |     commit ba6c97ea80d3709ec9a7aacdd028a5e4028ac65a
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Jan 12 14:46:57 2017 +0100
| | | | | | |     
| | | | | | |         Fixed alignment check for 1D interfaces in composite models.
| | | | | | |     
| | | | | | |     commit ef4d3393e279ba84389e9b582163861dee2f3517
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Wed Jan 11 11:06:46 2017 +0100
| | | | | | |     
| | | | | | |         Added dimensions and causality for composite model interfaces
| | | | | | |     
| | | | | | |         - Replaced interface type with dimensions and causality.
| | | | | | |         - Disabled alignment for non-bidirectional connections.
| | | | | | |         - Moved hard-coded strings to string handler.
| | | | | | |     
| | | | | | |     commit e7336167a3b3a2343e0e34806e5dcd5f2bcd8f43
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Mon Jan 9 08:11:30 2017 +0100
| | | | | | |     
| | | | | | |         Added correct loading of signal connector appearance in composite models.
| | | | | | |     
| | | | | | |     commit f7e0321cea086eaff133400bfa275f6a0cdc8e95
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Jan 5 14:11:02 2017 +0100
| | | | | | |     
| | | | | | |         Made signal metamodel connections dashed with arrows.
| | | | | | |     
| | | | | | |     commit e432fa71b32c1b4c5c12d6ce9f23036b0e4f7855
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Thu Dec 22 11:19:42 2016 +0100
| | | | | | |     
| | | | | | |         Added types and domains to co-simulation interface points.
| | | | | | |     
| | | | | | |     commit 074d60ffbe839b8c334e3d3909659f3fa8e4572e
| | | | | | |     Author: Robert Braun 
| | | | | | |     Date:   Wed Dec 21 14:09:03 2016 +0100
| | | | | | |     
| | | | | | |         Added type and domain attributes for interface points.
| | | | | | | 
| | | | | | | D	OMEdit/OMEditGUI/Animation/AnimationWindow.h.Rt6712
| | | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | | 
| | * | | | | commit 89f201cff8e5fa6f687e636a6359962ddf8bb895
| | |\| | | | Merge: c0b745eda8 b93871bc1c
| | | | | | | Author: Robert Braun 
| | | | | | | Date:   Fri Jan 13 08:00:29 2017 +0100
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | |   
| | * | | | |   commit c0b745eda85ab56d127dd9f79cdee783a59e11fd
| | |\ \ \ \ \  Merge: a6c5fbc289 3d30078291
| | | | | | | | Author: Robert Braun 
| | | | | | | | Date:   Thu Jan 12 18:38:45 2017 +0100
| | | | | | | | 
| | | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | |   
| | * | | | | |   commit a6c5fbc2896945d848efb9c4612881c718bcef76
| | |\ \ \ \ \ \  Merge: 53615d36a8 12d09da2e1
| | | | | | | | | Author: Robert Braun 
| | | | | | | | | Date:   Thu Jan 12 15:15:47 2017 +0100
| | | | | | | | | 
| | | | | | | | |     Merge
| | | | | | | | |   
| | * | | | | | |   commit 53615d36a80e00553f6190f54bf48cea559ee76e
| | |\ \ \ \ \ \ \  Merge: 1089fb91a4 529e848b1c
| | | | | | | | | | Author: Robert Braun 
| | | | | | | | | | Date:   Wed Dec 21 13:00:29 2016 +0100
| | | | | | | | | | 
| | | | | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | | | | 
| | * | | | | | | | commit 1089fb91a402c36f5c2cd0dacc4d05f0057ed1e6
| | | | | | | | | | Author: Robert Braun 
| | | | | | | | | | Date:   Wed Dec 21 12:56:24 2016 +0100
| | | | | | | | | | 
| | | | | | | | | |     Added cleanup and comments.
| | | | | | | | | | 
| | | | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | | | D	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp.autosave
| | | | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | | |   
| | * | | | | | | |   commit 6fc8fd09d6de5f2bb655392a0799984e9899fc3e
| | |\ \ \ \ \ \ \ \  Merge: 4f5f4d95f8 509fbc4530
| | | | | | | | | | | Author: Robert Braun 
| | | | | | | | | | | Date:   Wed Dec 21 12:49:37 2016 +0100
| | | | | | | | | | | 
| | | | | | | | | | |     Merge branch 'robbr48-master'
| | | | | | | | | | | 
| | | * | | | | | | | commit 509fbc4530b4e65f560b6e7082ddecd30f8c9579
| | |/| | | | | | | | Merge: 4f5f4d95f8 3c48d0f4c9
| | | | | | | | | | | Author: Robert Braun 
| | | | | | | | | | | Date:   Wed Dec 21 12:48:54 2016 +0100
| | | | | | | | | | | 
| | | | | | | | | | |     Merged with master
| | | | | | | | | | |   
| | | * | | | | | | |   commit 3c48d0f4c9cc43e79a8d91cf17d5ad208890926f
| | | |\ \ \ \ \ \ \ \  Merge: f820c1595c 46085afbb3
| | | | | | | | | | | | Author: Adeel Asghar 
| | | | | | | | | | | | Date:   Tue Dec 20 22:41:13 2016 +0100
| | | | | | | | | | | | 
| | | | | | | | | | | |     Merge branch 'master' into master
| | | | | | | | | | | | 
| | * | | | | | | | | | commit 4f5f4d95f819e71d899f498e63b770059a1590fb
| | |/ / / / / / / / /  Author: Robert Braun 
| | | | | | | | | | |   Date:   Wed Dec 21 12:42:57 2016 +0100
| | | | | | | | | | |   
| | | | | | | | | | |       Removed most perspectives in animation and added two camera rotation buttons instead.
| | | | | | | | | | |   
| | | | | | | | | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | | | |   A	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp.autosave
| | | | | | | | | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | | | |   M	OMEdit/OMEditGUI/Resources/icons/perspective0.svg
| | | | | | | | | | |   M	OMEdit/OMEditGUI/Resources/icons/perspective1.svg
| | | | | | | | | | |   M	OMEdit/OMEditGUI/Resources/icons/perspective2.svg
| | | | | | | | | | |   M	OMEdit/OMEditGUI/Resources/icons/perspective3.svg
| | | | | | | | | | |   A	OMEdit/OMEditGUI/Resources/icons/rotateCameraLeft.svg
| | | | | | | | | | |   A	OMEdit/OMEditGUI/Resources/icons/rotateCameraRight.svg
| | | | | | | | | | |   M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | | | | 
| | * | | | | | | | | commit f820c1595c3f17e7ff0a32af158157ae8902db56
| | | | | | | | | | | Author: Robert Braun 
| | | | | | | | | | | Date:   Tue Dec 20 13:59:17 2016 +0100
| | | | | | | | | | | 
| | | | | | | | | | |     Some comments and code cleanup.
| | | | | | | | | | | 
| | | | | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | | | | 
| | * | | | | | | | | commit ed54070336088e0527b46a1d8a378f69a8d7a94c
| | | | | | | | | | | Author: Robert Braun 
| | | | | | | | | | | Date:   Tue Dec 20 13:37:13 2016 +0100
| | | | | | | | | | | 
| | | | | | | | | | |     Added more viewing angles for the animation camera.
| | | | | | | | | | | 
| | | | | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective0.svg
| | | | | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective1.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective10.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective11.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective12.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective13.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective14.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective15.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective16.svg
| | | | | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective2.svg
| | | | | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective3.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective4.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective5.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective6.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective7.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective8.svg
| | | | | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective9.svg
| | | | | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | | | | 
| | * | | | | | | | | commit c7905b99b121974c367814d1e3023e09911ca956
| | | | | | | | | | | Author: Robert Braun 
| | | | | | | | | | | Date:   Fri Dec 16 14:59:02 2016 +0100
| | | | | | | | | | | 
| | | | | | | | | | |     Corrected colors for animation inertial system.
| | | | | | | | | | | 
| | | | | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | | | | | 
| * | | | | | | | | | commit 72c7018ba129b44c540192b61f1a68bfebee5686
| | | | | | | | | | | Author: Adeel Asghar 
| | | | | | | | | | | Date:   Sun Jan 15 20:13:02 2017 +0100
| | | | | | | | | | | 
| | | | | | | | | | |     ticket:4215 Allow making connections from the connectors under some shape/component.
| | | | | | | | | | | 
| | | | | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | | | | | | 
| * | | | | | | | | | commit 5d4e26e87b3f652c856696e57b2be10303c79313
| | | | | | | | | | | Author: Adeel Asghar 
| | | | | | | | | | | Date:   Fri Jan 13 18:57:34 2017 +0100
| | | | | | | | | | | 
| | | | | | | | | | |     Show an error message if model_info.json file is not found.
| | | | | | | | | | |     Show the source when opening TransformationsWidget.
| | | | | | | | | | | 
| | | | | | | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | | | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | | | | | | | 
| * | | | | | | | | | commit c067dd3312136ec85d2cd6a41d953aaeead50ce5
| | |_|_|_|_|/ / / /  Author: Adeel Asghar 
| |/| | | | | | | |   Date:   Fri Jan 13 14:15:20 2017 +0100
| | | | | | | | | |   
| | | | | | | | | |       ticket:4215 Only use transformation values when no iconTransformation value is available.
| | | | | | | | | |   
| | | | | | | | | |   M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | | | | |   
| | | | | | | * | |   commit 089a78b7e3dab4fe9470023a1986137e9c324423
| | | | | | | |\ \ \  Merge: 1932b80f27 b93871bc1c
| | |_|_|_|_|_|/ / /  Author: Adeel Asghar 
| |/| | | | | | | |   Date:   Fri Jan 13 12:37:03 2017 +0100
| | | | | | | | | |   
| | | | | | | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | | | | | | 
| * | | | | | | | | commit b93871bc1c00fc46654071c98eb5406f8330052a
| | |_|_|_|/ / / /  Author: Martin Sjölund 
| |/| | | | | | |   Date:   Fri Jan 13 08:47:00 2017 +0100
| | | | | | | | |   
| | | | | | | | |       Initialize GC before Main.init
| | | | | | | | |       
| | | | | | | | |       This way, we can call GC_malloc to allocate threadData. This is
| | | | | | | | |       necessary since threadData contains local roots that GC needs to know
| | | | | | | | |       about. Allocating threadData using malloc will hide the roots from GC.
| | | | | | | | |   
| | | | | | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | | | |   
| * | | | | | | |   commit 3d3007829198fad09c601167a61074500fd4f29c
| |\ \ \ \ \ \ \ \  Merge: a49d9f5aef 1b73ef9ac2
| | | | | | | | | | Author: Adeel Asghar 
| | | | | | | | | | Date:   Thu Jan 12 16:39:53 2017 +0100
| | | | | | | | | | 
| | | | | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | | | | 
| | * | | | | | | | commit 1b73ef9ac2609c365ec27a142f64c015830dd17c
| | | |_|_|/ / / /  Author: Martin Sjölund 
| | |/| | | | | |   Date:   Thu Jan 12 15:36:30 2017 +0100
| | | | | | | | |   
| | | | | | | | |       Ignore binary files
| | | | | | | | |   
| | | | | | | | |   M	.gitignore
| | | | | | | | | 
| * | | | | | | | commit a49d9f5aefa6136d222c0eccbb2e4aea73fe4bda
| |/ / / / / / /  Author: Adeel Asghar 
| | | | | | | |   Date:   Thu Jan 12 16:39:18 2017 +0100
| | | | | | | |   
| | | | | | | |       Use the File* instead of QFile & QTextStream.
| | | | | | | |       Flush all streams when opening the CrashReportDialog so we get full logs.
| | | | | | | |   
| | | | | | | |   M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | | |   
| | | | | * | |   commit 1932b80f2779a962dc809602acbe5e0741f2758b
| | | | | |\ \ \  Merge: 92c7f2f737 12d09da2e1
| | |_|_|_|/ / /  Author: Adeel Asghar 
| |/| | | | | |   Date:   Thu Jan 12 13:30:22 2017 +0100
| | | | | | | |   
| | | | | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | | | |       
| | | | | | | |       Conflicts:
| | | | | | | |               OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | | | | 
| * | | | | | | commit 12d09da2e1b5c0c3709f956c0d6a6239fec2e965
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Jan 11 15:00:15 2017 +0100
| | | | | | | | 
| | | | | | | |     fix QVariant type
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp
| | | | | | | | 
| * | | | | | | commit 3a5527e786191c309059b19203447d4c3334b30c
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Wed Jan 11 11:55:13 2017 +0100
| | | | | | | | 
| | | | | | | |     Build the solver combo-box using the enumeration.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.h
| | | | | | | | 
| * | | | | | | commit ef8bd25c83eb7c7f94dde3a27aad202a3644a3a1
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Tue Jan 10 18:49:44 2017 +0100
| | | | | | | | 
| | | | | | | |     Avoid crashing OMEdit when visual xml file is not found.
| | | | | | | |     Some other minor changes.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.h
| | | | | | | | 
| * | | | | | | commit 398fc367b7720b7e2bcf769c870d20ddd8e96eab
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Jan 10 15:51:51 2017 +0100
| | | | | | | | 
| | | | | | | |     FMUSettingsDialog is a QDialog
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.h
| | | | | | | | 
| * | | | | | | commit 66eb20b6226a20abb801683a759fa38cf1f297c1
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Jan 10 14:45:42 2017 +0100
| | | | | | | | 
| | | | | | | |     add parent to FMUsettingsDialog
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp
| | | | | | | | 
| * | | | | | | commit d38e1f62d055d4a2e7186838004af79b38abaa71
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Jan 10 11:22:26 2017 +0100
| | | | | | | | 
| | | | | | | |     use gridlayout, rename to FMUSettingsDialog, inherit QDialog
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | | | | R053	OMEdit/OMEditGUI/Animation/FMUSettingsWindow.cpp	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp
| | | | | | | | R089	OMEdit/OMEditGUI/Animation/FMUSettingsWindow.h	OMEdit/OMEditGUI/Animation/FMUSettingsDialog.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| * | | | | | | commit 5b8b502b2be0ac47900db21d812c6cdca6ed7623
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Jan 9 08:58:30 2017 +0100
| | | | | | | | 
| | | | | | | |     renaming in FMU-setting dialog
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUSettingsWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.h
| | | | | | | | 
| * | | | | | | commit f026f3d5a0cea7e5dfdf3a57b4054caa4f122b8a
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Jan 6 16:16:41 2017 +0100
| | | | | | | | 
| | | | | | | |     settings dialog for fmu-based visualization
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/FMUSettingsWindow.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/FMUSettingsWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerFMU.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | |   
| | | | | * | |   commit 92c7f2f737ddfe90e998d70767ce43b45e721240
| | | | | |\ \ \  Merge: 0159c0b355 87791ed75f
| | |_|_|_|/ / /  Author: Adeel Asghar 
| |/| | | | | |   Date:   Tue Jan 10 14:48:58 2017 +0100
| | | | | | | |   
| | | | | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | | | | 
| * | | | | | | commit 87791ed75f9381620c4c76eef9c6dc12213e2015
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Tue Jan 10 13:03:18 2017 +0100
| | | | | | | | 
| | | | | | | |     ticket:4204 Look for the parameter value in the parameter containing class not in the parameter class.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | | | 
| * | | | | | | commit a84805429d93a567a7cbbb6cc45d40fe4f1c5dcf
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Tue Jan 10 12:40:17 2017 +0100
| | | | | | | | 
| | | | | | | |     ticket:4204 Don't insert the default font name.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | | | 
| * | | | | | | commit 5523709ed48f7cdd636545c7f79be2dba47d906a
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Tue Jan 10 12:26:23 2017 +0100
| | | | | | | | 
| | | | | | | |     Fixed the image files selection.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | | 
| * | | | | | | commit 7054a8cf5e311d11a832b72291338b956fb31a71
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Mon Jan 9 18:24:09 2017 +0100
| | | | | | | | 
| | | | | | | |     ticket:4204 Show the inherited text annotation.
| | | | | | | |     Use compare instead of contains.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | | | 
| * | | | | | | commit 1ca860be40149254b15a4d31f49e2d2dd66a7605
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Jan 5 07:16:59 2017 +0100
| | | | | | | | 
| | | | | | | |     Adjust the geometries if LineAnnotation is connection type.
| | | | | | | |     Assert if index is out of bound.
| | | | | | | |     Don't show connection properties dialog while creating connection.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | | 
| | | | | * | | commit 0159c0b355dc7ce34dca1fec816bb3152b7b0f70
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Wed Jan 4 20:10:48 2017 +0100
| | | | | | | | 
| | | | | | | |     Write co-simulation result file with just initial data.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | | | |   
| | | | | * | |   commit 6fe10d0a705860ef105c436ea7ee9bc1450f5f4a
| | | | | |\ \ \  Merge: b2d0c750a9 0642e414ac
| | |_|_|_|/ / /  Author: Adeel Asghar 
| |/| | | | | |   Date:   Tue Jan 3 12:59:07 2017 +0100
| | | | | | | |   
| | | | | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | | | | 
| * | | | | | | commit 0642e414ac3748a386ea3002086e6765279e8b4c
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Mon Jan 2 01:06:18 2017 +0100
| | | | | | | | 
| | | | | | | |     Use foreach when auto saving the classes.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | 
| * | | | | | | commit 79b168d49712b32ae55d23adcb8f0b79d22491de
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Sun Jan 1 22:55:21 2017 +0100
| | | | | | | | 
| | | | | | | |     Fix builds without OSG support.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| * | | | | | | commit 5a4232c738530bfa4f52910249d709f0cc88208f
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Dec 29 02:20:13 2016 +0100
| | | | | | | | 
| | | | | | | |     Get rid of QOpenGLContext::swapBuffers() warning.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| * | | | | | | commit 801e73acdc07fb8bdf75502f487e7aa22add2c56
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Dec 29 01:58:52 2016 +0100
| | | | | | | | 
| | | | | | | |     ticket:4199 Show the Qt::WaitCursor when translating the model.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | | | 
| * | | | | | | commit 6dca91bc1ab2b4d9dd6d6bf2d50ce1f2e6608cab
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Wed Dec 28 04:56:39 2016 +0100
| | | | | | | | 
| | | | | | | |     Fix the Windows fallback backtrace implementation.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | | | 
| * | | | | | | commit bce2ab28613da94ae517c42047f810518e019b70
| | | | | | | | Author: adeas31 
| | | | | | | | Date:   Wed Dec 28 04:45:06 2016 +0100
| | | | | | | | 
| | | | | | | |     Use GDB backtrace but use existing backtrace as fallback
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/CrashReport/GDBBacktrace.cpp
| | | | | | | | M	OMEdit/OMEditGUI/CrashReport/GDBBacktrace.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | | | 
| * | | | | | | commit 8b00b742285773b9075bc488fa52e9b66c052587
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Wed Dec 28 02:47:12 2016 +0100
| | | | | | | | 
| | | | | | | |     ticket:4197 Print backtraces from all threads.
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/CrashReport/GDBBacktrace.cpp
| | | | | | | | A	OMEdit/OMEditGUI/CrashReport/GDBBacktrace.h
| | | | | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | | | 
| * | | | | | | commit bce55d41b91439f4bdc93ebcfdada93c63b85279
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Tue Dec 27 01:02:40 2016 +0100
| | | | | | | | 
| | | | | | | |     Change the way stdout & stderr files are read.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | | | 
| | | | | * | | commit b2d0c750a95bdf30c9d38376ea96c357b80553a4
| | |_|_|/ / /  Author: Adeel Asghar 
| |/| | | | |   Date:   Sat Dec 24 15:58:54 2016 +0100
| | | | | | |   
| | | | | | |       Show the 3dviewer when metamodel is opened.
| | | | | | |       Create all animation actions in base class.
| | | | | | |   
| | | | | | |   M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | | |   M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | | 
| * | | | | | commit 15a75e08c533dd712c459bdef4910bd914e21bbb
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Dec 23 00:35:39 2016 +0100
| | | | | | | 
| | | | | | |     Removed the unnecessary include.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | |   
| * | | | | |   commit 312cd02080899c7d79ffb30e5ae2dd0570df65d7
| |\ \ \ \ \ \  Merge: 3affbfbc66 7c611be0bc
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Dec 22 14:06:55 2016 +0100
| | | | | | | | 
| | | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | | 
| | * | | | | | commit 7c611be0bc11ea1940fa1f5638b78bbf17ea1192
| | | | | | | | Author: adrpo 
| | | | | | | | Date:   Thu Dec 22 13:55:18 2016 +0100
| | | | | | | | 
| | | | | | | |     add QAction include
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | 
| * | | | | | | commit 3affbfbc66a60c417bf9b31466ddb3dcc125d7fa
| |/ / / / / /  Author: Adeel Asghar 
| | | | | | |   Date:   Thu Dec 22 14:06:02 2016 +0100
| | | | | | |   
| | | | | | |       Don't add shorcut to simulation action.
| | | | | | |   
| | | | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | | 
| * | | | | | commit 0f985b2a95f4eba3c075af8ca26843fcd80962f0
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Thu Dec 22 13:17:38 2016 +0100
| | | | | | | 
| | | | | | |     Use the override keyword.
| | | | | | |     Include the Visualizer header file.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | M	OMEdit/OMEditGUI/Animation/ThreeDViewer.cpp
| | | | | | | M	OMEdit/OMEditGUI/Animation/ThreeDViewer.h
| | | | | | |   
| * | | | | |   commit 8f6fbc6b42e3b93b09085a273ea6ed2bbf92632d
| |\ \ \ \ \ \  Merge: 058097eaa5 dd5cb095a8
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Dec 22 13:06:52 2016 +0100
| | | | | | | | 
| | | | | | | |     Merge branch 'adeas31-3dviewer'
| | | | | | | | 
| | * | | | | | commit dd5cb095a824491eea0600707b339a02fa855652
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Dec 22 13:03:14 2016 +0100
| | | | | | | | 
| | | | | | | |     Adapt the code to the master.
| | | | | | | |     Added new class ThreeDViewer.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/ThreeDViewer.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/ThreeDViewer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | |   
| | * | | | | |   commit 8e16482f286ca72f791e95926ea67c66313746f5
| | |\ \ \ \ \ \  Merge: 830a027610 058097eaa5
| | |/ / / / / /  Author: Adeel Asghar 
| |/| | | | | |   Date:   Thu Dec 22 11:58:31 2016 +0100
| | | | | | | |   
| | | | | | | |       Merge remote-tracking branch 'origin/master' into 3dviewer
| | | | | | | |       
| | | | | | | |       Conflicts:
| | | | | | | |               OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | |               OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | 
| * | | | | | | commit 058097eaa5b327b05a93438aa1d531541d2f6015
| | | | | | | | Author: adrpo 
| | | | | | | | Date:   Thu Dec 22 05:53:42 2016 +0100
| | | | | | | | 
| | | | | | | |     fix the compilation of OMEdit for qt4
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | 
| * | | | | | | commit a4247ce9827c0eb4c39a5912686838ea9c8477b6
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Dec 22 00:08:44 2016 +0100
| | | | | | | | 
| | | | | | | |     Set different camera views depending on file types.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | 
| * | | | | | | commit 8b8668557f9d31da93cae86c1340c64a0e422583
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Wed Dec 21 23:41:30 2016 +0100
| | | | | | | | 
| | | | | | | |     Removed unused perspective icons.
| | | | | | | |     Added the documentation editor icons back.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective10.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective11.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective12.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective13.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective14.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective15.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective16.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective4.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective5.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective6.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective7.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective8.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective9.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/play.svg
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| * | | | | | | commit aa32cc20fd829f48551d28917e6a193eb28a8321
| | | | | | | | Author: Robert Braun 
| | | | | | | | Date:   Wed Dec 21 12:56:24 2016 +0100
| | | | | | | | 
| | | | | | | |     Added cleanup and comments.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | D	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp.autosave
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | 
| * | | | | | | commit 774de79447eac03b7cc0b2799ad54e49ea68957c
| | | | | | | | Author: Robert Braun 
| | | | | | | | Date:   Wed Dec 21 12:42:57 2016 +0100
| | | | | | | | 
| | | | | | | |     Removed most perspectives in animation and added two camera rotation buttons instead.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp.autosave
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective0.svg
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective1.svg
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective2.svg
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective3.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/rotateCameraLeft.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/rotateCameraRight.svg
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| * | | | | | | commit acdc74202c7e7439bb5269ffc85bb2cdf48853e1
| | | | | | | | Author: Robert Braun 
| | | | | | | | Date:   Tue Dec 20 13:59:17 2016 +0100
| | | | | | | | 
| | | | | | | |     Some comments and code cleanup.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | 
| * | | | | | | commit ef3a48f802cdf5bc2c4c62e094c99559d79e8bad
| | | | | | | | Author: Robert Braun 
| | | | | | | | Date:   Tue Dec 20 13:37:13 2016 +0100
| | | | | | | | 
| | | | | | | |     Added more viewing angles for the animation camera.
| | | | | | | |     
| | | | | | | |     Conflicts:
| | | | | | | |             OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective0.svg
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective1.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective10.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective11.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective12.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective13.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective14.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective15.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective16.svg
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective2.svg
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/perspective3.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective4.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective5.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective6.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective7.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective8.svg
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective9.svg
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| * | | | | | | commit 1759e5b8155ad2a775e29b20bc689cdf001533ca
| | | | | | | | Author: Robert Braun 
| | | | | | | | Date:   Fri Dec 16 14:59:02 2016 +0100
| | | | | | | | 
| | | | | | | |     Corrected colors for animation inertial system.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | | 
| * | | | | | | commit 127dcf2bab1d08e0bd3f8db0ee409e0f9df2e8b6
| | |_|_|/ / /  Author: Adeel Asghar 
| |/| | | | |   Date:   Wed Dec 21 19:09:25 2016 +0100
| | | | | | |   
| | | | | | |       Handle the case when there is any error running the simulation process.
| | | | | | |   
| | | | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | | | | 
| | * | | | | commit 830a0276100e749a0b6c278430a354285708c294
| |/ / / / /  Author: Adeel Asghar 
| | | | | |   Date:   Wed Dec 21 18:39:01 2016 +0100
| | | | | |   
| | | | | |       Started work on 3d viewer.
| | | | | |       Added a new dock widget.
| | | | | |       Make an abstract animation window.
| | | | | |   
| | | | | |   A	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.cpp
| | | | | |   A	OMEdit/OMEditGUI/Animation/AbstractAnimationWindow.h
| | | | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | 
| * | | | | commit 529e848b1c916e6032259b2aad95e40730473c81
| | | | | | Author: Adrian Pop 
| | | | | | Date:   Wed Dec 21 00:47:18 2016 +0100
| | | | | | 
| | | | | |     fix include file case
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | | 
| * | | | | commit a86c50fc5ca02a1cbf7047a7a5da8ea7ba820d3c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 21 00:27:15 2016 +0100
| | | | | | 
| | | | | |     ticket:4188 Fixed a minor issue with connection creation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | 
| * | | | | commit d53fe054d9937dea2d18ff201ba5b2a54be2186a
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Tue Dec 20 23:47:49 2016 +0100
| | | | |   
| | | | |       ticket:4186 Handle illegal class name.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | 
| * | | | commit 46085afbb33688368aea7d64f48aa28c20ff54d3
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Dec 20 22:16:28 2016 +0100
| | | | | 
| | | | |     Use QAction instead of QToolButton.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | 
| * | | | commit e10346fb082f1f9c1e141660c2a0b2d64b3c6f8c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Dec 20 19:56:07 2016 +0100
| | | | | 
| | | | |     Do not use QIODevice::Text when writing file.
| | | | |     Removed the extra arguments from queryCommandState & queryCommandValue.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | 
| * | | | commit c93c60349b7104c9a1a18b7cd958c94d4d20b310
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Dec 20 15:52:43 2016 +0100
| | | | | 
| | | | |     Allow creating link and unlinking it.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | 
| * | | | commit 0be5dc2035ac996772e77814c04b90cbaea81118
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Dec 19 16:06:34 2016 +0100
| | | | | 
| | | | |     Added indentation, bullet lists & numbered lists formatting.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | A	OMEdit/OMEditGUI/Resources/icons/bullet-list.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/decrease-indent.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/increase-indent.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/link.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/numbered-list.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/unlink.svg
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| * | | | commit 0770b88bf6aec8d9debd3ac61cb17d239b283c31
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 18 20:51:14 2016 +0100
| | | | | 
| | | | |     Allow block formats and text font.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | 
| * | | | commit 3f37fd0bda5c921e4a64c5600b89a5675948ef19
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 18 03:07:04 2016 +0100
| | | | | 
| | | | |     Allow alignment of text.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | A	OMEdit/OMEditGUI/Resources/icons/align-center.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/align-left.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/align-right.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/justify.svg
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| * | | | commit f8fd5149f52c8fc612d496daddbfe791bf8a6dfa
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 18 01:48:28 2016 +0100
| | | | | 
| | | | |     Missing icons from last commit.
| | | | | 
| | | | | A	OMEdit/OMEditGUI/Resources/icons/background-color-icon.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/text-color-icon.svg
| | | | | 
| * | | | commit 6994e0e33d571a26e63da33ba4b96ad2974ee581
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 18 01:46:53 2016 +0100
| | | | | 
| | | | |     Allow text & background color formatting.
| | | | |     Use QToolbar instead of QStatusbar.
| | | | |     Use document.execCommand to apply formatting.
| | | | |     Use document.queryCommandState to get the command value.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| * | | | commit d59cd50086629d6b6b59b168acceab6e8b2606c0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 15 21:16:08 2016 +0100
| | | | | 
| | | | |     Allow strikethrough, subscript & superscript formatting.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | A	OMEdit/OMEditGUI/Resources/icons/strikethrough-icon.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/subscript-icon.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/superscript-icon.svg
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| * | | | commit e0a6892441da2c3064e2c0df280a921ed0e26cee
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 15 19:33:35 2016 +0100
| | | | | 
| | | | |     Update the html editor when html source is changed.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | 
| * | | | commit 7431598bf6adc30dbb60b668c339e3822f939ed1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 15 18:20:31 2016 +0100
| | | | | 
| | | | |     Allow bold, italic & underline formatting on the text.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | A	OMEdit/OMEditGUI/Resources/icons/bold-icon.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/italic-icon.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/underline-icon.svg
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| * | | | commit 6dd14bd1efaa894dd584cb545889c596ce2f1715
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Dec 6 20:05:54 2016 +0100
| | | | | 
| | | | |     ticket:4067 Use QWebView as WYSIWYG editor.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | 
| * | | | commit 25da439977f36a5c543179343ed14603ecf77717
| |/ / /  Author: hkiel 
| | | |   Date:   Tue Dec 20 14:58:00 2016 +0100
| | | |   
| | | |       create Application/ path before copy on macOS
| | | |   
| | | |   M	OMEdit/OMEditGUI/Makefile.unix.in
| | | | 
| * | | commit cefa7f5ce34082a9ba16ef58ede1d31bc050dc7c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 16 09:33:55 2016 +0100
| | | | 
| | | |     Stop using deprecated + for OMC flags
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | 
| * | | commit f4846858af360317020b2bb7c4b8435ba7070e58
| | | | Author: hkiel 
| | | | Date:   Thu Dec 15 14:46:47 2016 +0100
| | | | 
| | | |     apply setMenuRole for the About menu items
| | | |     add my email address to about window
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 0af374d1be74f3b97bdbb87d4ae9472eadb9e405
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 14 15:59:12 2016 +0100
| | | | 
| | | |     Check for settings before applying it.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 2a345f62a28f1618dcc687851b6391e1048d299e
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 14 15:53:23 2016 +0100
| | | | 
| | | |     ticket:4177 Remember the check state of copy proprieties to icon layer.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 3de88f01007a73b3eaf24b6e70a5a7241adc763e
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 14 15:39:10 2016 +0100
| | | | 
| | | |     ticket:4178 Update the text binding when reference shape is changed.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | 
| * | | commit 8b76c514264c2bf9712f4a028c0aad7e91909af1
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 14 15:10:56 2016 +0100
| | | | 
| | | |     Fixed the crashes because of dangling Component pointers.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | |   
| * | |   commit c7918187765d57d7806ee84a8e7972183bddb43e
| |\ \ \  Merge: 0bc5dab6d9 1de059644c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Dec 13 11:42:05 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 1de059644c68d458a54c8eda45fb24b49918498b
| | | | | Author: hkiel 
| | | | | Date:   Tue Dec 13 09:22:24 2016 +0100
| | | | | 
| | | | |     supply custom Info.plist for OMEdit
| | | | |     connects ".mo" files to OMEdit on OS x
| | | | | 
| | | | | A	OMEdit/OMEditGUI/Info.plist
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| | * | | commit a74d179334929269443e4825c6f5cfeb11792bee
| | | | | Author: hkiel 
| | | | | Date:   Tue Dec 13 09:21:09 2016 +0100
| | | | | 
| | | | |     add missing keyword override
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.h
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | | 
| * | | | commit 0bc5dab6d97da3e0c8a726f7cf7cfa3a1b74aff7
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Tue Dec 13 11:41:46 2016 +0100
| | | |   
| | | |       Use the negative angles instead of multiplying the matrix with minus.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 31e6d94d3ff4945f470d264c54a80733fd56d361
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 12 20:12:43 2016 +0100
| | | | 
| | | |     ticket:4175 Check for null pointer.
| | | | 
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | |   
| * | |   commit 33f3c335f8d41ed1f29d12f286082e5c524c5bf8
| |\ \ \  Merge: a3df365209 db43981415
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Dec 12 19:20:07 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit db439814156912419dbde3eea2bd70aa43c7f4ec
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Dec 12 15:28:39 2016 +0100
| | | | | 
| | | | |     Update common.git
| | | | | 
| | | | | M	OMEdit/OMEditGUI/omc_config.h.in
| | | | | M	common
| | | | | 
| | * | | commit c0e07c609b852e9a17cbeb737b52152025e3a59f
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Dec 12 15:24:33 2016 +0100
| | | | | 
| | | | |     Fix duplicate project names in crash dialog
| | | | | 
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | | 
| * | | | commit a3df36520987027be86905f156dd466f2e499cbb
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Mon Dec 12 19:18:53 2016 +0100
| | | |   
| | | |       ticket:4175 Start the tcp server from the main thread.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | |   M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit ce0dd877bfa3538b7d0fcc761c8aeefc6feb4230
| | | | Author: Adrian Pop 
| | | | Date:   Fri Dec 9 02:32:42 2016 +0100
| | | | 
| | | |     some small updates to OMEdit
| | | |     - unify Windows / Linux version handling
| | | |     - update the contributors list using the git log
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | M	OMEdit/OMEditGUI/omc_config.h.in
| | | | 
| * | | commit 01d94035fcf33a71ff16633b8a827dce996a25b0
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 8 14:19:34 2016 +0100
| | | | 
| | | |     Add the build system to the crash dialog
| | | | 
| | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | M	OMEdit/OMEditGUI/omc_config.h.in
| | | | M	configure.ac
| | | | 
| * | | commit 75245d0f8df91a4b8161030fb6db2936870a399e
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 8 13:48:17 2016 +0100
| | | | 
| | | |     Some fixes from static analysis
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | 
| * | | commit f86d92dc17188ceae4f128a58920a42a3a7e7001
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 8 12:00:38 2016 +0100
| | | | 
| | | |     Some fixes from the static analysis
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 21c9c6decaf5bbc0cc8be3104217bab784e2715b
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 8 11:59:27 2016 +0100
| | | | 
| | | |     Add a default message in crash reports
| | | |     
| | | |     This message contains the OMEdit/OMC version, the OS, and the CPU
| | | |     architecture.
| | | | 
| | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | 
| * | | commit 8e2082b948c493c2f56777ca3b156ff23480cd38
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Dec 7 07:17:42 2016 +0100
| | | | 
| | | |     Ignore linker errors when checking osgQt
| | | | 
| | | | M	configure.ac
| | | | 
| * | | commit d59b496255da13e2283ce7b9c152b62215a4a868
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 6 09:34:38 2016 +0100
| | | | 
| | | |     Do not add a uses-annotation to the own library
| | | |     
| | | |     For example, if editing Modelica_DeviceDrivers and adding a block to an
| | | |     example, do not add `uses(Modelica_DeviceDrivers(version="xxx"))`.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit cfb8e3b4b8cb892392784bb9279978c80563602f
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 6 09:01:50 2016 +0100
| | | | 
| | | |     Guard against NULL pointer
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit 7c099633cf30f6407576546b54943b5ed1659e40
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Dec 3 00:19:19 2016 +0100
| | | | 
| | | |     Check if file is relative.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit a0aa3a8145cf5b988be1c0e324e33d8ffa3c1993
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Dec 3 00:06:07 2016 +0100
| | | | 
| | | |     ticket:4164 Open files at start up on OSX.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 0fed15a306384e9fad535cbacaa11c4d69085bab
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 2 22:15:31 2016 +0100
| | | | 
| | | |     ticket:4162 Enable the Re-simulation toolbar buttons when they are valid.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | 
| * | | commit 30ec2753193d82ab0d12b1fb932d6e1e46676370
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Dec 1 20:15:56 2016 +0100
| | | | 
| | | |     ticket:4156 Find a proper base zoom factor for documentation browser.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | 
| * | | commit 6e46b93b54bca30cc9e6049523b99ab71bbc5614
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Dec 1 18:07:48 2016 +0100
| | | | 
| | | |     ticket:4156 Do not set maximum height.
| | | |     Use the layout stretch and alignment.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit c395f7d168748eb4b2e3da1ee79a419d610b6fa7
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Dec 1 17:22:04 2016 +0100
| | | | 
| | | |     Skip the log messages received as a result of pending breakpoints.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | 
| * | | commit b947d01b2af665259db6b95f994a9f75bdd89f83
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Dec 1 16:57:58 2016 +0100
| | | | 
| | | |     Use the GDB path defined in settings unless user specify something.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | |   
| * | |   commit 9fb1bc8ee539ca4774e3741f77b29c3ccecaf684
| |\ \ \  Merge: c9f07ae18c 1a6da6c0d1
| | | | | Author: Henning Kiel 
| | | | | Date:   Thu Dec 1 13:26:42 2016 +0100
| | | | | 
| | | | |     Merge pull request #63 from hkiel/omedit_spellfix_de
| | | | |     
| | | | |     Spell fix and some more german translations
| | | | | 
| | * | | commit 1a6da6c0d1048a44b325b632c620ba9404e67a41
| |/ / /  Author: hkiel 
| | | |   Date:   Thu Dec 1 12:05:36 2016 +0100
| | | |   
| | | |       Spell fix and some more german translations
| | | |   
| | | |   M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | 
| * | | commit c9f07ae18cd04a4882f2c605175b0ae96e0d38df
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 30 20:29:12 2016 +0100
| | | | 
| | | |     ticket:4156 Get rid of about us image.
| | | |     Added a simple about dialog with required information.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | D	OMEdit/OMEditGUI/Resources/icons/about-us.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/animation.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/omedit-documentation.png
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit cdab4c82911ceaee704b3a0bd98137b3a768d7f2
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 30 18:17:42 2016 +0100
| | | | 
| | | |     ticket:4156 Do not set icon size for QToolButton.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 21099cd5236639ae477cad19d5aa70f3e8483af1
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 30 17:41:42 2016 +0100
| | | | 
| | | |     Make format and indentation settings take layout space.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit 0ee5536fa52f11b8e7af0b9ed908fcce50d0443b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 30 15:06:05 2016 +0100
| | | | 
| | | |     Added support for generateVerificationScenarios API.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit aaff7c6ef8f13a23899691a66cc1670e684c0303
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 29 20:46:34 2016 +0100
| | | | 
| | | |     Respect the case-sensitive operating systems
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | |   
| * | |   commit 9db63a724fade7724a850cfad3bd79a5d21ee036
| |\ \ \  Merge: 5ee52d30ef e824f3766e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Nov 29 20:19:53 2016 +0100
| | | | | 
| | | | |     Merge pull request #62 from adeas31/packageOrder
| | | | |     
| | | | |     ticket:4152 Use getClassNames API with includeConstants true
| | | | | 
| | * | | commit e824f3766e032e1ed6a91a72c2118c591b3b389f
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Nov 29 18:33:20 2016 +0100
| | | | | 
| | | | |     ticket:4152 Use getClassNames API with includeConstants true to get the correct package.order file.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   
| * | | |   commit 5ee52d30ef5ea1f037c5e76073acd0b87429a920
| |\ \ \ \  Merge: a06a95d477 238ea3c744
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Tue Nov 29 18:55:51 2016 +0100
| | | | |   
| | | | |       Merge pull request #61 from vwaurich/dxf
| | | | |       
| | | | |       an own basic dxf file reader
| | | | | 
| | * | | commit 238ea3c7440ef8e8faea18df41e03e61a77db1a0
| | | | | Author: vwaurich 
| | | | | Date:   Tue Nov 29 16:32:27 2016 +0100
| | | | | 
| | | | |     fix tabs, fix normals, fix colors for dxf
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | 
| | * | | commit e77320228868cdc1ee26e746b0a37ce286195118
| |/ / /  Author: vwaurich 
| | | |   Date:   Tue Nov 29 14:59:37 2016 +0100
| | | |   
| | | |       an own basic dxf file reader
| | | |   
| | | |   M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | |   M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | |   M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | 
| * | | commit a06a95d477a2f26251eddda1914917b204630257
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 29 08:39:30 2016 +0100
| | | | 
| | | |     Start v1.12 development branch
| | | | 
| * | | commit 6e7e0142745793ec152972c96b7734e808261d71
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 28 17:29:07 2016 +0100
| | | | 
| | | |     minor fix.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit 466e9054c4283e551d78c7bdc8f9b5a4f42288ca
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 28 16:12:59 2016 +0100
| | | | 
| | | |     Show the tlm co-simulation output widget.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | 
| * | | commit 837a849684ce0050591755d78afd57100b48bd5c
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 28 13:52:34 2016 +0100
| | | | 
| | | |     Convert all caps models to all lower-case component name.
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | 
| * | | commit dfe7b6fc800c847a4042bddceebba44a0b0c67bb
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 28 00:26:23 2016 +0100
| | | | 
| | | |     ticket:4048 Use black color for debug messages.
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | 
| * | | commit c9166ece2bdf98873ddbabb6c1edb1631ba2d977
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Nov 27 01:48:08 2016 +0100
| | | | 
| | | |     Use the new log format xmltcp.
| | | |     Fixes ticket:4048.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | 
| * | | commit 14a1a1e740b59696369c666cb0567efe4bde2fd5
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Nov 27 09:25:47 2016 +0100
| | | | 
| | | |     Check NULL pointer
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit be0978fa3e4bb3bf8c577aca844002d7ea0d68ab
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Nov 26 07:59:46 2016 +0100
| | | | 
| | | |     Update common
| | | | 
| | | | M	common
| | | | 
| * | | commit f416947033b360642adda9b818bd00056711840a
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 25 14:49:21 2016 +0100
| | | | 
| | | |     Check for NULL pointer
| | | |     
| | | |     getCurrentModelWidget can return NULL (e.g. if the user has not opened
| | | |     any model yet), so check the returned value.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | 
| * | | commit 04a34277fca16011016e016aa8736ff5b8d03883
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 25 14:48:51 2016 +0100
| | | | 
| | | |     Disable qmake default optimization flags
| | | |     
| | | |     qmake overrides the user-defined optimization flags for some reason.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | 
| * | | commit ffae961dcb8227ee8333d86a1cc2a0f354085426
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 25 12:07:07 2016 +0100
| | | | 
| | | |     ticket:4067 Fixes the issue with quotes.
| | | |     Allow users to edit __OpenModelica_infoHeader as well.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/edit-info-header.svg
| | | | M	OMEdit/OMEditGUI/Resources/icons/edit-revisions.svg
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | |   
| * | |   commit 93e212efd98af4e9e026602d4fa20290b350aefc
| |\ \ \  Merge: 820fa362c8 b3690d826c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 24 16:39:02 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit b3690d826c347dfa3dcbae9bea8304957800f388
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Nov 24 16:05:34 2016 +0100
| | | | | 
| | | | |     Do not include OSG if it was disabled by autoconf
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | M	configure.ac
| | | | | 
| * | | | commit 820fa362c8a4d43268193a99c0d0a3f9aa1332a8
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Thu Nov 24 16:38:54 2016 +0100
| | | |   
| | | |       ticket:4067 Added a HTMLEditor for editing the documentation.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | |   A	OMEdit/OMEditGUI/Editors/HTMLEditor.cpp
| | | |   A	OMEdit/OMEditGUI/Editors/HTMLEditor.h
| | | |   M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | |   M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | |   M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | |   A	OMEdit/OMEditGUI/Resources/icons/edit-info.svg
| | | |   A	OMEdit/OMEditGUI/Resources/icons/edit-revisions.svg
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | |   M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | |   
| * | |   commit 42a36d050c28f8f1ef431a7516a2371ae83ed42a
| |\ \ \  Merge: 7bba37e0f1 6202e56de9
| | | | | Author: Henning Kiel 
| | | | | Date:   Thu Nov 24 09:07:50 2016 +0100
| | | | | 
| | | | |     Merge pull request #59 from hkiel/fix_osx_locale
| | | | |     
| | | | |     Fix compilation error on OS X
| | | | | 
| | * | | commit 6202e56de900b709fcc859898184b83d30a23a07
| |/ / /  Author: hkiel 
| | | |   Date:   Thu Nov 24 08:58:18 2016 +0100
| | | |   
| | | |       Fix compilation error on OS X
| | | |       Fixes:
| | | |       main.cpp:262:13: error: use of undeclared identifier 'LC_NUMERIC'
| | | |         setlocale(LC_NUMERIC, "C");
| | | |   
| | | |   M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 7bba37e0f19fb85d46d583bd6c01b930ec25e591
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 23 15:59:56 2016 +0100
| | | | 
| | | |     Fix Qt4 build.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 154add01c3025920074e8759eb3d9575b26d7aed
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 23 15:50:02 2016 +0100
| | | | 
| | | |     Get rid of MainWindow.h from some files.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.h
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h
| | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | 
| * | | commit 7032c24e6cf572b6d918a7b5bb2a0a239df35b0c
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 23 12:57:02 2016 +0100
| | | | 
| | | |     ticket:4145 Make sure transformational debugger is window is shown.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | 
| * | | commit 2d943e02fbc203a1395416371f971f5df39f7b9c
| | | | Author: adeas31 
| | | | Date:   Wed Nov 23 12:13:47 2016 +0100
| | | | 
| | | |     Another try to fix Qt 4 build.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | 
| * | | commit f326a4abe6cf406ecbc660310136a397b772d7b3
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 22 17:48:27 2016 +0100
| | | | 
| | | |     Fixed compilation for Qt4.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 07c61dcd981dda7d71a3e2e11898449b84afc607
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 22 15:03:19 2016 +0100
| | | | 
| | | |     Use filter instead of search.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit b91a3a1fc0de97cf4857dc657837dfba81cd9dc1
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 22 13:33:15 2016 +0100
| | | | 
| | | |     ticket:2960 Defer calling the getComponents API.
| | | |     Speeds up browsing the items in Libraries Browser.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | |   
| * | |   commit 5c53f53d26ef640b7e6fb15799f1fa2745f61904
| |\ \ \  Merge: 035d208646 f8dc2395f4
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Nov 22 11:47:11 2016 +0100
| | | | | 
| | | | |     Merge pull request #56 from vwaurich/coffee
| | | | |     
| | | | |     fix pipe-shape and xml file name assembly
| | | | | 
| | * | | commit f8dc2395f49655b2fa8077ff75d0c25fe2d7df50
| | | | | Author: vwaurich 
| | | | | Date:   Mon Nov 21 08:52:36 2016 +0100
| | | | | 
| | | | |     proper visual xml name construction
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | 
| | * | | commit 2d9ba573cd2292da020c95bbfe098202111056fe
| | | | | Author: vwaurich 
| | | | | Date:   Tue Nov 15 09:01:20 2016 +0100
| | | | | 
| | | | |     fix pipe-shape and xml file name assembly
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | 
| * | | | commit 035d208646b0d46fdbea8777583869ad4c54465c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Nov 22 11:06:34 2016 +0100
| | | | | 
| | | | |     Add 32/64 bit to OMEdit version.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | |   
| * | | |   commit cdbc31880b54d7fc5829e096123179116378fe01
| |\ \ \ \  Merge: 9c53a045b6 96058a8c37
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 22 10:59:42 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #58 from adeas31/optim
| | | | | |     
| | | | | |     Make the OMEdit compilation faster.
| | | | | | 
| | * | | | commit 96058a8c372faa18c6917e2630d209f9d40f80f1
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Mon Nov 21 22:21:20 2016 +0100
| | | | |   
| | | | |       Make the OMEdit compilation faster.
| | | | |       Moved around the headers.
| | | | |       MainWindow is singleton and is access via MainWindow::instance()
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | |   M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h
| | | | |   M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/Component.h
| | | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | |   M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | |   M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | |   M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | |   M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.h
| | | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.h
| | | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h
| | | | |   M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.h
| | | | |   M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h
| | | | |   M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h
| | | | |   M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | | |   M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | |   M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/CEditor.h
| | | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | |   M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.h
| | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | |   M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/TextEditor.h
| | | | |   M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/TransformationsEditor.h
| | | | |   M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.h
| | | | |   M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.h
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | |   M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | |   M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | |   M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.h
| | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOptions.h
| | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h
| | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h
| | | | |   M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | |   M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | |   M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | |   M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | |   M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | |   M	OMEdit/OMEditGUI/main.cpp
| | | | | 
| * | | | commit 9c53a045b6b6877a3e91751bbc416648016dc48e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 17 18:22:32 2016 +0100
| | | | | 
| | | | |     Only update the changed item instead of invalidating and updating the whole view.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   
| * | | |   commit a5073bb31627d11616c8fddda4e8e2e39b7b670b
| |\ \ \ \  Merge: c5bf1173ca b3e955ca30
| | | | | | Author: Alachew Mengist 
| | | | | | Date:   Wed Nov 16 23:06:39 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #57 from alash325/importXml
| | | | | |     
| | | | | |     Import FMU modelDescription xml
| | | | | | 
| | * | | | commit b3e955ca30cc93cb411d1d66265bac5fe453258b
| |/ / / /  Author: alash325 
| | | | |   Date:   Wed Nov 16 22:57:11 2016 +0100
| | | | |   
| | | | |       Import FMU modelDescription xml
| | | | |   
| | | | |   A	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.cpp
| | | | |   A	OMEdit/OMEditGUI/FMI/ImportFMUModelDescriptionDialog.h
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   
| * | | |   commit c5bf1173ca3579d196da4242f3ee9718d5b60082
| |\ \ \ \  Merge: 4eca2ca5db 8bcaf99c04
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 16 15:36:35 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #55 from lochel/tolerance
| | | | | |     
| | | | | |     Use 1e-6 as default tolerance value
| | | | | | 
| | * | | | commit 8bcaf99c047c0c0250cdc71ff30775d0a898c485
| | | | | | Author: Lennart Ochel 
| | | | | | Date:   Fri Nov 11 15:43:37 2016 +0100
| | | | | | 
| | | | | |     Use 1e-6 as default tolerance value
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| * | | | | commit 4eca2ca5db863ca23dc135169f2eced531ea44d2
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 16 15:29:37 2016 +0100
| | | | | | 
| | | | | |     Write the visual xml file for meta-models.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | 
| * | | | | commit 3ca15dd01cf4fc582b713f439ee5f2155ce1d08e
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Tue Nov 15 14:35:57 2016 +0100
| | | | |   
| | | | |       Allow users to specify the geometry files from the GUI.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/Component.h
| | | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit ccaec3f259197da60c7e0e15afc1521a84a7524c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Nov 14 15:26:40 2016 +0100
| | | | | 
| | | | |     Escape the dot character.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | 
| * | | | commit 84f0aab5d67447274cd7a4daede31476265afbbb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Nov 14 14:38:00 2016 +0100
| | | | | 
| | | | |     ticket:4078 Do not sort the record members.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| * | | | commit ff77116621d19d0120a7a61bf22c2328ce9ba3ba
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Nov 14 11:33:24 2016 +0100
| | | | | 
| | | | |     Change OpenGL test to a linking test
| | | | |     
| | | | |     The pre-processor does not detect typedef errors.
| | | | | 
| | | | | M	configure.ac
| | | | | 
| * | | | commit 2349aedb75918b923ad8038b8f6668d2641fae03
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Nov 12 14:41:09 2016 +0100
| | | | | 
| | | | |     ticket:4078
| | | | |     Quote the string values.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | 
| * | | | commit e4d06b91855e4522210d13c209f8c3160d0dd1e2
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Nov 12 13:51:28 2016 +0100
| | | | | 
| | | | |     ticket:4078
| | | | |     Select the frame with single click or with mouse up & down.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | | | 
| * | | | commit b906ae8e876012eb2817eaa0f93f2ba8dcb8ec7b
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Fri Nov 11 15:35:48 2016 +0100
| | | |   
| | | |       ticket:4078
| | | |       Go to the actual line number after opening the file.
| | | |   
| | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit ee596526fa01be07c339d35e935690bb79726211
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 11 13:34:49 2016 +0100
| | | | 
| | | |     ticket:4132
| | | |     Always send the full path. addComponent API makes the path relative.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 965594a853a58e8628cbd6e2319aa1646068bb7e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 10 16:04:31 2016 +0100
| | | | 
| | | |     Update the time when slider is moved.
| | | |     Connect to returnPressed signal of time text box instead of textChanged.
| | | |     If time is out of range then set start/end time automatically.
| | | |     Make the animation run until the end time.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | |   
| * | |   commit 66a60fc28d64f3287cf59a72dbf92433e248df8a
| |\ \ \  Merge: 153b56ca17 581db7c288
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 10 14:49:23 2016 +0100
| | | | | 
| | | | |     Merge pull request #54 from vwaurich/FMU2animation
| | | | |     
| | | | |     free fmu in destructor
| | | | | 
| | * | | commit 581db7c288b5e1fb634452ad307273123286ae5c
| | | | | Author: vwaurich 
| | | | | Date:   Thu Nov 10 13:42:19 2016 +0100
| | | | | 
| | | | |     free fmu in destructor
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/FMUWrapper.cpp
| | | | | 
| * | | | commit 153b56ca174e8899539950050ea70655fff68d1b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 10 14:48:23 2016 +0100
| | | | | 
| | | | |     Use different timers for updating scene and rendering frame.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.h
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | | 
| * | | | commit f7938841de0500f1c42db5746f85888003af51c5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 10 12:59:00 2016 +0100
| | | | | 
| | | | |     Changed the speed textbox to editable combobox.
| | | | |     Use MessagesWidget for errors instead of cout.
| | | | |     Disable some warnings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| * | | | commit 205399a72eccbff0a03346f5958da8be3511fa0d
| |\| | | Merge: fc2a603295 90c956c7d9
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Nov 10 11:58:58 2016 +0100
| | | | | 
| | | | |     Merge pull request #53 from vwaurich/FMU2animation
| | | | |     
| | | | |     added FMI 2 animation support
| | | | | 
| | * | | commit 90c956c7d9d4a7aaf3512886ca09e7825898b073
| | | | | Author: vwaurich 
| | | | | Date:   Thu Nov 10 09:41:48 2016 +0100
| | | | | 
| | | | |     added FMI 2 animation support
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | A	OMEdit/OMEditGUI/Animation/FMUWrapper.cpp
| | | | | A	OMEdit/OMEditGUI/Animation/FMUWrapper.h
| | | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.h
| | | | | A	OMEdit/OMEditGUI/Animation/VisualizerFMU.cpp
| | | | | A	OMEdit/OMEditGUI/Animation/VisualizerFMU.h
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | 
| * | | | commit fc2a6032953ecd3b2a028609374ac867819c917f
| |/ / /  Author: Martin Sjölund 
| | | |   Date:   Thu Nov 10 10:28:09 2016 +0100
| | | |   
| | | |       Check for broken OpenGL headers
| | | |       
| | | |       Debian Jessie failed to include OSG+QtOpenGL.
| | | |   
| | | |   M	common
| | | |   M	configure.ac
| | | | 
| * | | commit 77ccba7f6d2697129eb0ddce6577201487f3b087
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 9 12:27:54 2016 +0100
| | | | 
| | | |     Fixed reading of csv file for animation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.cpp
| | | | 
| * | | commit 1d320bd8e5f6a7ae8c057c361857406c7def0fc8
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 9 12:25:06 2016 +0100
| | | | 
| | | |     Put the command in commands list.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit fdac34ca5d836ef5475ccccf22312e1f89082b8f
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Nov 9 09:09:39 2016 +0100
| | | | 
| | | |     Add workaround for trusty ARM builds
| | | |     
| | | |     This workaround checks compiler version, ARM presence, and OSG version
| | | |     to disable 3D visualization only on this target (the combination does
| | | |     not work properly).
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	configure.ac
| | | | 
| * | | commit 45442e0b45c1562e974cae0180760677eb09c5ee
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 9 00:27:39 2016 +0100
| | | | 
| | | |     ticket:4078 Check if the program to debug exists.
| | | |     Show the log-stream-output.
| | | |     Moved the text cursor movement code to Utilities::insertText.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | |   
| * | |   commit 2cc5196e1881ce5b25ff1d1e3231b308aab577d8
| |\ \ \  Merge: 395f379f66 4c36a6ab34
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Nov 8 15:21:38 2016 +0100
| | | | | 
| | | | |     Merge pull request #52 from vwaurich/stl
| | | | |     
| | | | |     consider lengthDirection for stl animation
| | | | | 
| | * | | commit 4c36a6ab34203e6dce2c847c4ce210d8d4a2075e
| |/ / /  Author: vwaurich 
| | | |   Date:   Tue Nov 8 15:16:01 2016 +0100
| | | |   
| | | |       consider lengthDirection for stl animation
| | | |   
| | | |   M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | 
| * | | commit 395f379f661219e048404c4241e57d11993d3361
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 8 13:26:53 2016 +0100
| | | | 
| | | |     Include MainWindow first
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | 
| * | | commit f1305a462423911b26f0e2980c88517c63cd0893
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 8 00:51:29 2016 +0100
| | | | 
| | | |     Open the AnimationWindow if visual xml file is created for meta-model.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | 
| * | | commit 254c72ac3276a8fb7574c855cd60e812f6494e98
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 7 17:35:37 2016 +0100
| | | | 
| | | |     Include MainWindow first
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | 
| * | | commit cb6ed1924a4fce6c074a4a5538388671225b8c96
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 7 13:58:05 2016 +0100
| | | | 
| | | |     Use name instead of name structure for meta-models.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | 
| * | | commit f95c55c9db3190d55cafcee0c3df88e163c4d43a
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 7 13:32:48 2016 +0100
| | | | 
| | | |     Free the mat reader.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | 
| * | | commit ea443c094c39d44f7b2791ede8a2f05f50a3e7fb
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 7 08:46:22 2016 +0100
| | | | 
| | | |     Fix compilation
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | 
| * | | commit 163abeae8d37cf769d34bc841a1fbe012e86eddd
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 7 07:27:07 2016 +0100
| | | | 
| | | |     Include MainWindow.h at the top of the files
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | 
| * | | commit ae83d42bb6efd82a759959e116133b81c99fe242
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Nov 6 10:03:45 2016 +0100
| | | | 
| | | |     Include MainWindow at top of ModelWidgetContainer
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit d0f1e8fef237fe326783ba6a8a239b4be6573a5b
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Nov 5 18:30:03 2016 +0100
| | | | 
| | | |     Move around includes for OSG before Qt
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | |   
| * | |   commit 0a3b00f2b2b94219c9d906dd89de510a4df74216
| |\ \ \  Merge: 5f031ab4b3 54b3c26c56
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Nov 5 01:15:24 2016 +0100
| | | | | 
| | | | |     Merge pull request #51 from spinnau/fix_compile
| | | | |     
| | | | |     Add missing include in PlotWindowContainer.h to fix build error
| | | | | 
| | * | | commit 54b3c26c56b56edef902bb60099576120f95ad56
| | | | | Author: Sebastian Pinnau 
| | | | | Date:   Fri Nov 4 23:36:08 2016 +0100
| | | | | 
| | | | |     Add missing include "Utilities.h" for MdiArea class
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | |   
| * | | |   commit 5f031ab4b317c79605644bdf7197ff6ebd4ef06d
| |\ \ \ \  Merge: 9298f3ac13 9174ea306b
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Sat Nov 5 00:34:22 2016 +0100
| | | | |   
| | | | |       Merge pull request #50 from rfranke/revert
| | | | |       
| | | | |       Revert "Fix states in Variables Browser"
| | | | | 
| | * | | commit 9174ea306b95254ac01e803e9846b8496ad0165f
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Fri Nov 4 18:23:21 2016 +0100
| | | |   
| | | |       Revert "Fix states in Variables Browser"
| | | |       
| | | |       This reverts commit 9ac8442981a730c0115e2f70ff5a277060f1d8ab.
| | | |       It is fixed in OMCompiler now, see
| | | |       "Only mark states as changeable if the start attribute is constant"
| | | |       https://github.com/OpenModelica/OMCompiler/commit/95bc48164d3a12bde4f0fc1d0f4aeeb36f663439
| | | |   
| | | |   M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 9298f3ac13d7855b6bb0912d63b67b00c8c51dd3
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 4 15:00:05 2016 +0100
| | | | 
| | | |     Switched the positions of step-over and step-into buttons.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | | 
| * | | commit 74b8f7b0cad3aeb78a121a62b7a8524c5d12e1de
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 4 14:20:36 2016 +0100
| | | | 
| | | |     Free the csv reader when the AnimationWindow is closed.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.cpp
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.h
| | | | 
| * | | commit 93e1990b260a5c5ee3d6aa45aaa496bc8b8dd75c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 4 14:04:33 2016 +0100
| | | | 
| | | |     Fixed compilation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | 
| * | | commit 7b7a3d9bf175f32ae95ee34935e9f9dee53b29bf
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 4 13:16:54 2016 +0100
| | | | 
| | | |     Include OSG headers before OSG since they conflict
| | | |     
| | | |     This caused a conflict on Ubuntu 14.04 (armhf).
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | 
| * | | commit d4c60ec6c6571ba7d7aa2dfeaf114ee588284cbb
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 4 13:30:20 2016 +0100
| | | | 
| | | |     Missing files from last merge.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	configure.ac
| | | | 
| * | | commit 3773a4fac6dbccf0d4c7422f8e5006d985e3b1f7
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 4 13:09:48 2016 +0100
| | | | 
| | | |     Added the missing header include.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.h
| | | |   
| * | |   commit 65264a9d87cc41ac8adea2c42c5e1462b4695235
| |\ \ \  Merge: 9e0b740549 e2917fec47
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Nov 4 12:08:05 2016 +0100
| | | | | 
| | | | |     Merge pull request #48 from OpenModelica/VisualizerCSV
| | | | |     
| | | | |     CSV 3d visualizer
| | | | |   
| | * | |   commit e2917fec476f52c7c1a2cbdc8b80178b4b8c4da8
| | |\ \ \  Merge: 0a6f4eaa4d 9e0b740549
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Fri Nov 4 12:07:10 2016 +0100
| | | | |   
| | | | |       Fixed merge conflicts.
| | | | |       Conflicts:
| | | | |               OMEdit/OMEditGUI/Animation/Shapes.h
| | | | |               OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | |               OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | |               OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| * | | | commit 9e0b740549cd50408bc7307a48f7b82e49367022
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Nov 4 09:58:29 2016 +0100
| | | | | 
| | | | |     Move some includes, tabs to spaces
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | | 
| * | | | commit ef930f34ff4ec245bb67b232bf6d58d35e5a7fa2
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Nov 3 09:45:30 2016 +0100
| | | | | 
| | | | |     Handle compilation without OpenSceneGraph
| | | | |     
| | | | |     Configure now checks some headers and disables OSG if they are not
| | | | |     found (Ubuntu 14.04 armhf had the headers, but is unable to use them).
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	configure.ac
| | | | | 
| | * | | commit 0a6f4eaa4d92848d95bc1b438313be6e8dbc2d99
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Nov 4 10:52:01 2016 +0100
| | | | | 
| | | | |     Check file:// alongwith modelica://
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | 
| | * | | commit 960c5a6830f1842a31a6aec5c9945fd87c1abc13
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Nov 2 23:39:47 2016 +0100
| | | | | 
| | | | |     Only show the animation window for mat files.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/VisualizerCSV.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | 
| | * | | commit 174499f2dc572655f75f8d215c90ff615d0dee3b
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Wed Nov 2 14:30:30 2016 +0100
| | | |   
| | | |       CSV based 3d visualizer.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | |   M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | |   M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | |   M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | |   M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | |   A	OMEdit/OMEditGUI/Animation/VisualizerCSV.cpp
| | | |   A	OMEdit/OMEditGUI/Animation/VisualizerCSV.h
| | | |   M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | |   M	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | |   M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | |   M	OMEdit/OMEditGUI/Util/Helper.h
| | | |   
| * | |   commit 13ca3e56b2fa1fe38d0d55111397024247158b4b
| |\ \ \  Merge: 78b64bf862 481083a2b5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Nov 2 14:22:51 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 481083a2b5540c1a6f282f153abc428b2f7a1669
| | | | | Author: Martin Sjölund 
| | | | | Date:   Wed Nov 2 13:08:49 2016 +0100
| | | | | 
| | | | |     Check for OpenSceneGraph at configure time
| | | | |     
| | | | |     Earlier, if OSG was missing, this was not detected until after
| | | | |     bootstrapping OMC. Detecting it earlier saves a lot of time for
| | | | |     users who are missing the dependency.
| | | | | 
| | | | | M	configure.ac
| | | | | 
| * | | | commit 78b64bf862b09bd8af18ed07ea0930c3b4fa4c13
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Wed Nov 2 14:18:56 2016 +0100
| | | |   
| | | |       Remove the file extension for display name.
| | | |       Use the name instead of classname.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | |   
| * | |   commit 9100a8268981e9b99f9d43597b936727800f0251
| |\ \ \  Merge: 8a078499e3 ebbc16a71b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Oct 31 10:56:48 2016 +0100
| | | | | 
| | | | |     Merge pull request #47 from rfranke/simtool
| | | | |     
| | | | |     Introduce new Check Toolbar, in addition to Simulation Toolbar
| | | | | 
| | * | | commit ebbc16a71ba36d1ca2d51986891a348b1b61bdbb
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Mon Oct 31 09:10:44 2016 +0100
| | | |   
| | | |       Introduce new Check Toolbar, in addition to Simulation Toolbar
| | | |       
| | | |       The simulation button "->" is most needed and should not be hidden
| | | |       behind "Instantiate Model".
| | | |       Also "Check Model" appears more important than "Instantiate Model".
| | | |   
| | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | 
| * | | commit 8a078499e33e004528e7ebc03127d975131d22c3
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Oct 28 01:11:07 2016 +0200
| | | | 
| | | |     Put the animation window in a frame to get a boxed rectangle around it.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | 
| * | | commit 9e3b20b444b3c263d5c10ffed958caf4a62852e9
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Oct 28 00:09:10 2016 +0200
| | | | 
| | | |     Invalidate the model so that Variables Browser is updated.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit a1c062ca6f113037ef314a860f8cbbf8b73188bd
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 27 23:50:07 2016 +0200
| | | | 
| | | |     Check if we really have PlotWindow to avoid unusual crashes.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | |   
| * | |   commit 6ab411cbfaf9ae534ca613a8829cd44ab4e6850d
| |\ \ \  Merge: f9c1597b7a 1b125314a4
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Oct 27 21:15:48 2016 +0200
| | | | | 
| | | | |     Merge pull request #46 from rfranke/dynvis
| | | | |     
| | | | |     Implement DynamicSelect for visible, ticket:3675
| | | | | 
| | * | | commit 1b125314a477cab06d7818f0aa4a41984abbcdd2
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Thu Oct 27 20:39:09 2016 +0200
| | | | | 
| | | | |     DynamicSelect for visible with false default value
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | 
| | * | | commit 14b6e85a457be591593bd1fbee1993c0a1860508
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Thu Oct 27 19:30:59 2016 +0200
| | | |   
| | | |       Implement DynamicSelect for visible, ticket:3675
| | | |       
| | | |       This small addition enables a lot of dynamic graphics because
| | | |       each item can be shown conditionally.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | |   M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | |   M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | |   M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | |   M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | |   M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | |   M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | |   
| * | |   commit f9c1597b7a050ccc6f4eb5f561691d76dec4feec
| |\ \ \  Merge: 71c8892258 9ac8442981
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Oct 27 00:44:04 2016 +0200
| | | | | 
| | | | |     Merge pull request #45 from rfranke/dyntext
| | | | |     
| | | | |     DynamicSelect for text annotations
| | | | | 
| | * | | commit 9ac8442981a730c0115e2f70ff5a277060f1d8ab
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Oct 26 23:52:38 2016 +0200
| | | | | 
| | | | |     Fix states in Variables Browser
| | | | |     
| | | | |     States are changeable but must not have a start value. In this case
| | | | |     the final value is shown, as for outputs, instead of an empty entry.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| | * | | commit 9ffc699cee1617834f4d3d3850bcaf8177e37c6e
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Wed Oct 26 23:50:19 2016 +0200
| | | | | 
| | | | |     Implement DynamicSelect for text annotations
| | | | |     
| | | | |     Currently restricted to one String argument accessing one variable, e.g.
| | | | |        DynamicSelect("%level_start", String(level, significantDigits = 2)
| | | | |     (see Modelica.Fluid.Examples.Tanks.ThreeTanks).
| | | | |     
| | | | |     Moreover relying on OMC passing the DynamicSelect arguments
| | | | |     (see https://github.com/OpenModelica/OMCompiler/pull/1170/commits/c260981ca2f7616a105602648ac79a18c0238c95)
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | 
| | * | | commit a0dc0013c27682f75a32e07aa7ed01ece140382d
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Wed Oct 26 23:44:33 2016 +0200
| | | |   
| | | |       Add VariablesTreeItem::getValue
| | | |       
| | | |       This is to reduce repeated code for unit conversion.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | 
| * | | commit 71c8892258089958938404625274ee1ff945da94
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 26 16:14:04 2016 +0200
| | | | 
| | | |     ticket:4095
| | | |     Handle parameters of inherited components.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit c12584a56c93a98fe9f0eecc758af0d7458542ad
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 26 13:32:45 2016 +0200
| | | | 
| | | |     ticket:4091
| | | |     Check if object is 0.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 755ceb79a15d8b65bf174fa47c1ec0bc199b482b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 26 13:20:48 2016 +0200
| | | | 
| | | |     Make SimulationDialog remember its geometry.
| | | |     Moved the VerticalScrollArea class to Utilities.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | |   
| * | |   commit 3f78d75f05e00a281da3e61951b9eb86eeefe533
| |\ \ \  Merge: 0eb4175c38 20ab77ad7e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Oct 26 11:45:57 2016 +0200
| | | | | 
| | | | |     Merge pull request #43 from vwaurich/view
| | | | |     
| | | | |     X-Y perspective as default, remove home view
| | | | | 
| | * | | commit 20ab77ad7e248c00400dd8f512688d789080ebb6
| | | | | Author: vwaurich 
| | | | | Date:   Mon Oct 24 15:03:55 2016 +0200
| | | | | 
| | | | |     X-Y perspective as default, remove home view
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | |   
| * | | |   commit 0eb4175c382a4a5d038f91303be3e26b789b9e04
| |\ \ \ \  Merge: 05d565c393 ead44e7675
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed Oct 26 11:43:52 2016 +0200
| | | | |   
| | | | |       Merge pull request #42 from rfranke/issues
| | | | |       
| | | | |       Issues
| | | | | 
| | * | | commit ead44e76759179794d6e0f55c14903a54b5956b1
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Mon Oct 24 09:20:09 2016 +0200
| | | | | 
| | | | |     Treat previous like der variables
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| | * | | commit 7d9bfdcdc051b2e97ec596a37d96150f42dc97f7
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Mon Oct 24 07:07:46 2016 +0200
| | | | | 
| | | | |     Lookup units recursively
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | 
| | * | | commit 885d49734b28c86e8fc1de88861da89cee10c742
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Mon Oct 24 06:45:30 2016 +0200
| | | |   
| | | |       Add vertical scrollbar to General tab of Simulation dialog
| | | |       
| | | |       Without scrollbar, the hight of the dialog may exceed the size of a
| | | |       laptop screen. The OK/Cancel buttons become unaccessible under Gnome.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | |   
| * | |   commit 05d565c39313f371dff5acf878b136ac3bb4031d
| |\ \ \  Merge: 1543682320 202ad94964
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Oct 21 11:17:09 2016 +0200
| | | | | 
| | | | |     Merge pull request #40 from rfranke/t4084
| | | | |     
| | | | |     Shorten display string of enumeration values, ticket:4084
| | | | | 
| | * | | commit 202ad94964b590cd2f1a1141627a4490dddeebee
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Thu Oct 20 20:52:43 2016 +0200
| | | | | 
| | | | |     Better short display of enumeration values, ticket:4084
| | | | |     
| | | | |     The shortening checks for a value starting with the type name.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | 
| | * | | commit 6af603de2c39509b7db052c920b91ec7f94db5dd
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Thu Oct 20 18:04:25 2016 +0200
| | | |   
| | | |       Shorten display string of enumeration values, ticket:4084
| | | |   
| | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | |   
| * | |   commit 1543682320beda14eb2fec0d9aef80c5ce9e7fe5
| |\ \ \  Merge: 02e5b67340 6e2a856d6e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Oct 20 12:02:50 2016 +0200
| | | | | 
| | | | |     Merge pull request #38 from rfranke/t4081
| | | | |     
| | | | |     Add modified displayUnit to unit selector, ticket:4081
| | | | | 
| | * | | commit 6e2a856d6e1d0c6cb5c4d90d8dc6dcf6e3e856b2
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Thu Oct 20 10:56:06 2016 +0200
| | | |   
| | | |       Add modified displayUnit to unit selector, ticket:4081
| | | |       
| | | |       This way a display unit modified for a model instance is considered
| | | |       if it can be converted to the base unit.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | |   
| * | |   commit 02e5b67340e1cf77448c6454b36c4c417c14bf98
| |\ \ \  Merge: d605fc7e56 bdfb2daf32
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Oct 19 22:29:05 2016 +0200
| | | | | 
| | | | |     Merge pull request #37 from vwaurich/master
| | | | |     
| | | | |     better handling of animation files
| | | | | 
| | * | | commit bdfb2daf323313e375f69510d5baa317f028db9a
| |/ / /  Author: vwaurich 
| | | |   Date:   Wed Oct 19 16:02:06 2016 +0200
| | | |   
| | | |       better handling of animation files
| | | |   
| | | |   M	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | |   M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | |   M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | |   M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | 
| * | | commit d605fc7e5607af9dd19f7bdacbbc860b27dcbee8
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 18 20:03:57 2016 +0200
| | | | 
| | | |     ticket:4081
| | | |     Only skip the Record sub modifiers.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | |   
| * | |   commit c9b1bad1f55ceedb9f0359b1c90572cd18eccc0e
| |\ \ \  Merge: e923b7ac70 3b858fb94a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Oct 18 18:20:18 2016 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 3b858fb94ad1bd707dfa7fcca8d4872f3b40d3f3
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Oct 18 17:50:12 2016 +0200
| | | | | 
| | | | |     Update submodule
| | | | | 
| | | | | M	common
| | | | | 
| * | | | commit e923b7ac70a6fba5a639df3bbfafd9a4b764a24d
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Tue Oct 18 18:19:36 2016 +0200
| | | |   
| | | |       Options for keeping the variables browser shown in Modeling perspective.
| | | |   
| | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | |   
| * | |   commit 62ed4267ea95bc648ee8a8b410993b364a207877
| |\ \ \  Merge: 45ed06284b 748db33c7d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Oct 18 14:30:27 2016 +0200
| | | | | 
| | | | |     Merge pull request #36 from rfranke/varsvis
| | | | |     
| | | | |     Keep Variables Browser if shown in Modeling Perspective
| | | | | 
| | * | | commit 748db33c7dcf4e6575560e905e265d373987a22c
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Mon Oct 17 06:49:14 2016 +0200
| | | | | 
| | | | |     Show Variables Browser in Modeling Perspective per default
| | | | |     
| | | | |     Once closed it remains hidden in the modeling perspective.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| | * | | commit 7c9473027a30012d95e24f51c63ec9b270abec0c
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Sat Oct 15 10:57:40 2016 +0200
| | | | | 
| | | | |     Keep Variables Browser if shown in Modeling Perspective
| | | | |     
| | | | |     This enables edit/simulate/re-simulate cycles directly
| | | | |     in the modeling perspective -- useful for steady-state models and
| | | | |     maybe also in the future if the model diagram will be animated.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | 
| * | | | commit 45ed06284b495d1799f16daa5945453e2b9362b0
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Oct 17 11:58:26 2016 +0200
| | | | | 
| | | | |     Update submodule
| | | | | 
| | | | | M	common
| | | | | 
| * | | | commit 60ac290a08e295baba9061de0a022b69b8824519
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Oct 17 11:35:56 2016 +0200
| | | | | 
| | | | |     Update submodule
| | | | | 
| | | | | M	common
| | | | | 
| * | | | commit 14dd3dd757723e438e5a2964678e5952f9433362
| |/ / /  Author: Martin Sjölund 
| | | |   Date:   Mon Oct 17 09:22:56 2016 +0200
| | | |   
| | | |       Fix detection of Qt5 for qjson
| | | |   
| | | |   M	Makefile.in
| | | |   M	common
| | | |   
| * | |   commit 52f9e6f13b20cbe6ab47a4faee98394c8b393400
| |\ \ \  Merge: 520810b581 b022bb45a1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Oct 14 14:03:15 2016 +0200
| | | | | 
| | | | |     Merge pull request #35 from rfranke/none
| | | | |     
| | | | |     Save FMI platform setting None, ticket:4070
| | | | | 
| | * | | commit b022bb45a192895b0265ef2351cd1538b6fdc48f
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Fri Oct 14 07:41:55 2016 +0200
| | | | | 
| | | | |     Don't pass platform "none" to buildModelFMU, ticket:4070
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| | * | | commit 75849b001cee1556ad5796d55a5f6d5b353855d3
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Fri Oct 14 06:02:37 2016 +0200
| | | |   
| | | |       Save FMI platform setting None, ticket:4070
| | | |   
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit 520810b58152ab51026127d21cdebbd5a382ba40
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 13 14:37:50 2016 +0200
| | | | 
| | | |     Ticket:3626
| | | |     Show parameter records instead of bindings.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit 2c0eb7fb4ca690551f9e789edc6e0d3e8c70b9eb
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 13 12:29:41 2016 +0200
| | | | 
| | | |     ticket:4070
| | | |     Fixed Options dialog pages order.
| | | |     Removed the unused AnimationPage class.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit 2af5ad19e4c503f40b4b684ceb4f94324aa5a2e6
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 12 12:51:50 2016 +0200
| | | | 
| | | |     Only call convertUnit when units are different.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit e4abcb5f8e11eea66707182efd1b408c09a9d5bc
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 11 16:11:24 2016 +0200
| | | | 
| | | |     ticket:2250 & 4031
| | | |     Convert the value to base unit before writing it to init xml file.
| | | |     Preserve the user last selected unit when re-simulating.
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | |   
| * | |   commit fd9c3f042a7b44fa2ae989d4b899f63753db5f5f
| |\ \ \  Merge: 0d23c4d356 8efee44b45
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Oct 11 12:27:30 2016 +0200
| | | | | 
| | | | |     Merge pull request #34 from rfranke/vars
| | | | |     
| | | | |     Restrict unit selector of variables browser and use displayUnit
| | | | | 
| | * | | commit 8efee44b4518f8c1d4b4eed947a5db75132b57e5
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Tue Oct 11 04:42:23 2016 +0200
| | | | | 
| | | | |     Use unit as default display unit in variables browser
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| | * | | commit 1fad4d36df688b62b53bb5e6fa586e5b37066341
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Mon Oct 10 22:04:51 2016 +0200
| | | | | 
| | | | |     Hide Unit column of Variables Browser
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| | * | | commit 9a9d061d456521f685afe992fed1cd2d3e860672
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Mon Oct 10 21:38:56 2016 +0200
| | | | | 
| | | | |     Restrict unit selector of variables browser and use displayUnit
| | | | |     
| | | | |     - the values are shown with displayUnit
| | | | |     - the unit selector is restricted to displayUnit and actual unit
| | | | |       to avoid possibly wrong choices resulting from getDerivedUnits
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | 
| * | | | commit 0d23c4d356a270c2b4f716a560b39225f882487a
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Tue Oct 11 00:07:16 2016 +0200
| | | |   
| | | |       Only override paint event of plot window.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | 
| * | | commit a03d35a969f602cc077fd57581cd6e06b1b13265
| | | | Author: rfranke 
| | | | Date:   Sat Oct 8 14:03:16 2016 +0200
| | | | 
| | | |     Restrict unit selector to displayUnit and internal unit, ticket:4031 (#33)
| | | |     
| | | |     This avoids wrong options, like Bq for Hz or sr for rad and V/V.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit f063a54f98fe78dc5ade084275d04bf84b80ad48
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Oct 7 13:29:58 2016 +0200
| | | | 
| | | |     ticket:4031
| | | |     Correctly read the unit value from derived classes.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit 489670a234a7459e9db0d5396833cd7cdcd26f23
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 5 14:21:03 2016 +0200
| | | | 
| | | |     ticket:4043
| | | |     Only add the version and uses annotation to the top level class.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 1a0ccb3743f9808eb08cb652b2927c16c148efb0
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 5 12:33:33 2016 +0200
| | | | 
| | | |     Fixed the issue with over sizing of MainWindow.
| | | |     Give the AnimationWindow a title.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 9206e660b885e64952ec411f8f1cfaf824a8a7c4
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Oct 1 01:46:49 2016 +0200
| | | | 
| | | |     Use QLineEdit instead of QTextEdit.
| | | |     Mark the strings for translation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | 
| * | | commit d0e37f8c0db32fdd0f4ef9defb4e14bb8de5fb5d
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Oct 1 01:05:10 2016 +0200
| | | | 
| | | |     Reverse the mouse wheel zooming.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | 
| * | | commit 6ec4f43b46f1c17091b87c1dc83ede869c21a7a4
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Oct 1 00:55:56 2016 +0200
| | | | 
| | | |     Automatically launch the animation window.
| | | | 
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | 
| * | | commit 77d8742bdc6d88396783f024fc6433b8956ccb0d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Sep 30 13:52:08 2016 +0200
| | | | 
| | | |     Make animation part of simulation process.
| | | |     Some other minor fixes.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | |   
| * | |   commit 6241795cab463fdc67cf53476628b646db56f523
| |\ \ \  Merge: 21e45aea94 6f77ba39c8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Sep 30 12:57:19 2016 +0200
| | | | | 
| | | | |     Merge pull request #32 from vwaurich/animation2
| | | | |     
| | | | |     3D visualization using OSG
| | | | |   
| | * | |   commit 6f77ba39c81b1e2b786babab90422d324c1263de
| | |\ \ \  Merge: b2c7ceaacd f83f568703
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Sep 30 12:56:07 2016 +0200
| | | | | | 
| | | | | |     Merge branch 'animation2' of https://github.com/vwaurich/OMEdit into animation2
| | | | | | 
| | | * | | commit f83f56870323bba95b049184b6815d4cf09c9954
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Thu Sep 29 14:53:18 2016 +0200
| | | | | | 
| | | | | |     Fix for Qt5/Ubuntu compilation on OSG 3.2
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | M	osgQt/GraphicsWindowQt.cpp
| | | | | | R100	osgQt/GraphicsWindowQt	osgQt/OMEdit_GraphicsWindowQt.h
| | | | | | 
| | | * | | commit 629181837c1b00c0cbc3d64f6e4191e7597315ca
| | | | | | Author: adeas31 
| | | | | | Date:   Thu Sep 29 14:06:43 2016 +0200
| | | | | | 
| | | | | |     fix last commit
| | | | | | 
| | | | | | M	osgQt/GraphicsWindowQt.cpp
| | | | | | 
| | | * | | commit e80e2097bfa16c44d8c86eab7ea359bccad0164e
| | | | | | Author: adeas31 
| | | | | | Date:   Thu Sep 29 13:13:53 2016 +0200
| | | | | | 
| | | | | |     fix compiling for Qt4
| | | | | | 
| | | | | | M	osgQt/GraphicsWindowQt
| | | | | | M	osgQt/GraphicsWindowQt.cpp
| | | | | | 
| | | * | | commit f1516019cd3b9983a69eaa1e6578651585a82be6
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Sep 29 12:10:51 2016 +0200
| | | | | | 
| | | | | |     Fixed internal osgQt for Windows.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | M	osgQt/Export
| | | | | | 
| | | * | | commit f0e007bb71ae9ea225048b8968a2ec0b06a68d64
| | | | | | Author: vwaurich 
| | | | | | Date:   Wed Sep 28 15:49:50 2016 +0200
| | | | | | 
| | | | | |     - fix typo
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | 
| | | * | | commit ba0860b0bf4479eca4f608c772524f4d697d9920
| | | | | | Author: vwaurich 
| | | | | | Date:   Wed Sep 28 15:11:48 2016 +0200
| | | | | | 
| | | | | |     - svg icons instead of png
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/animation.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/initialize.png
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/initialize.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/openFile.png
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/pause.png
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/pause.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective0.png
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective0.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective1.png
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective1.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective2.png
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective2.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective3.png
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective3.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/play.png
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/play_animation.svg
| | | | | | D	OMEdit/OMEditGUI/Resources/icons/simulate-animation.png
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/simulate-animation.svg
| | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | 
| | | * | | commit 0fd534d734712a9a7a6bd2096802adf67b7c1083
| | | | | | Author: vwaurich 
| | | | | | Date:   Mon Sep 26 15:57:45 2016 +0200
| | | | | | 
| | | | | |     - internal osg qt by sjoelund and fix for win
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | A	osgQt/Export
| | | | | | A	osgQt/GraphicsWindowQt
| | | | | | A	osgQt/GraphicsWindowQt.cpp
| | | | | | A	osgQt/README
| | | | | |   
| | | * | |   commit a1b3acbb8043bfb791110b34a5a3099900e5ef27
| | | |\ \ \  Merge: 78f34eaf30 715277176f
| | | | | | | Author: vwaurich 
| | | | | | | Date:   Fri Sep 23 13:44:26 2016 +0200
| | | | | | | 
| | | | | | |     Merge remote-tracking branch 'origin/master' into master-loc
| | | | | | |   
| | | * | | |   commit 78f34eaf30b748d8f87f297439e7ca44cf1e51a3
| | | |\ \ \ \  Merge: f4df9cc23f 3a786a3de6
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 22 11:15:51 2016 +0200
| | | | | | | | 
| | | | | | | |     Merge pull request #1 from mflehmig/animation2
| | | | | | | |     
| | | | | | | |     fixLinuxBuild
| | | | | | | | 
| | | | * | | | commit 3a786a3de69c95df7c29edc9130a324787ed2255
| | | | | | | | Author: mflehmig 
| | | | | | | | Date:   Thu Sep 22 09:55:22 2016 +0200
| | | | | | | | 
| | | | | | | |     Add Qt libraries to Makefile for Linux
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | | | * | | | commit d04ae4ba8d160df39f887cc95c32235e5a093b68
| | | | | | | | Author: mflehmig 
| | | | | | | | Date:   Thu Sep 22 09:55:08 2016 +0200
| | | | | | | | 
| | | | | | | |     Fix compiling under Linux
| | | | | | | |     
| | | | | | | |     Under linux, using both gcc and clang, a clash between the macro smooth defined in include/omc/c/openmodelica.h and the Qt function smooth defined in qt5/QtQuick/qquickitem.h Since we do not use smooth in either way in OMEdit, we undefine the macro.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| | | | * | | | commit 81e061135e38cae0480776f9abe340f2e72e64d2
| | | |/ / / /  Author: mflehmig 
| | | | | | |   Date:   Thu Sep 22 09:51:08 2016 +0200
| | | | | | |   
| | | | | | |       Fix bug: File name has a typo
| | | | | | |   
| | | | | | |   M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | |   
| | | * | | |   commit f4df9cc23fd711926f851d36ce899187de89f719
| | | |\ \ \ \  Merge: 7da13ef063 3aded14276
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Sep 21 16:20:41 2016 +0200
| | | | | | | | 
| | | | | | | |     Merge remote-tracking branch 'origin/master' into master-loc
| | | | | | | | 
| | | * | | | | commit 7da13ef0638701c3c5926bc34840b68716818f19
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Sep 20 11:00:22 2016 +0200
| | | | | | | | 
| | | | | | | |     - normals for the pipes
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | | 
| | | * | | | | commit 4e3de441718f33c60e1ef4dea2b2f793272eb9fa
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 19 10:24:09 2016 +0200
| | | | | | | | 
| | | | | | | |     - removed asDrawable()
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | 
| | | * | | | | commit bf23a9aff7f6fadb3973d58548a130bd2b4626cb
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 19 09:48:36 2016 +0200
| | | | | | | | 
| | | | | | | |     - jump to time functionality
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | 
| | | * | | | | commit d3e63e2f09c7b224adfab2177a08a569333d1a08
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Sep 16 16:12:05 2016 +0200
| | | | | | | | 
| | | | | | | |     - fix size of time label, typo
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | 
| | | * | | | | commit b7cced8f8795179e98153e549d77ba8f7a02c588
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Sep 16 15:59:46 2016 +0200
| | | | | | | | 
| | | | | | | |     - brighter backgroundcolor
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | |   
| | | * | | | |   commit d2dfa3eb3f4b3925ed0600936f378eea38612550
| | | |\ \ \ \ \  Merge: 54c5148f9e 4793ccf7a3
| | | | | | | | | Author: Adeel Asghar 
| | | | | | | | | Date:   Fri Sep 16 15:48:52 2016 +0200
| | | | | | | | | 
| | | | | | | | |     Merge branch 'animation2' of https://github.com/vwaurich/OMEdit into animation2
| | | | | | | | | 
| | | | * | | | | commit 4793ccf7a3350639c34649ac2d8becb655988f22
| | | | | | | | | Author: vwaurich 
| | | | | | | | | Date:   Fri Sep 16 15:37:46 2016 +0200
| | | | | | | | | 
| | | | | | | | |     - fix time label, slider, added speedUp setting
| | | | | | | | | 
| | | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | | 
| | | * | | | | | commit 54c5148f9e28901dcada1cbbb2105fe7c1dbdbc6
| | | |/ / / / /  Author: Adeel Asghar 
| | | | | | | |   Date:   Fri Sep 16 15:47:50 2016 +0200
| | | | | | | |   
| | | | | | | |       Minor fixes. Do not comment out MainWindow::storePlotWindowsStateAndGeometry().
| | | | | | | |   
| | | | | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| | | * | | | | commit 549addfb6639e4bc4d3afec9e648aa4941f02c8d
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Fri Sep 16 12:37:05 2016 +0200
| | | | | | | | 
| | | | | | | |     Link with release/debug dlls of OSG.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | | * | | | | commit 1e1497aee9e2b217559b15d9de2c0b2c5cb16c70
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Sep 16 08:36:58 2016 +0200
| | | | | | | | 
| | | | | | | |     - default dir for openAnimationFile
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | 
| | | * | | | | commit fee9b9cb7282eb0ebdd6e9e304ba9d168da77d50
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 23:40:18 2016 +0200
| | | | | | | | 
| | | | | | | |     Only enable the toolbar buttons when we have the visualizer.
| | | | | | | |     Otherwise the applications crashes.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | | | 
| | | * | | | | commit 7baf6dec449fc1e848993cf913c14ef2dc11249a
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 22:34:26 2016 +0200
| | | | | | | | 
| | | | | | | |     Get the toolbar icon size from settings so that is configurable.
| | | | | | | |     Renamed from AnimationWindowContainer to AnimationWindow.
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | R053	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | D	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | | 
| | | * | | | | commit 0e2ab0f239aec7cbc513284a147b432acd3f1392
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 19:59:13 2016 +0200
| | | | | | | | 
| | | | | | | |     Make viewer the central widget.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | 
| | | * | | | | commit 9854949aa80ba8d0e0deff3a891af13e64b410ca
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 19:52:21 2016 +0200
| | | | | | | | 
| | | | | | | |     No need to set a dummy scene data.
| | | | | | | |     We can have an empty view.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | 
| | | * | | | | commit 721b825ee8cd92d7990f9030d6259adda978e9db
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 15 17:07:04 2016 +0200
| | | | | | | | 
| | | | | | | |     - reduce size of animation toolbar, better default size of view
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | 
| | | * | | | | commit 9a5118636c4382b7fbb77bdb906db33266a9bb06
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 15 16:43:41 2016 +0200
| | | | | | | | 
| | | | | | | |     - fix time slider
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | 
| | | * | | | | commit 0f3aec9af48c59cfe71b431fde19b979079f15e3
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 15 16:10:19 2016 +0200
| | | | | | | | 
| | | | | | | |     - set window title for animations
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | 
| | | * | | | | commit 195aed3e92d66b74f0d7802f60e4a9badca1ec63
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 14:56:43 2016 +0200
| | | | | | | | 
| | | | | | | |     Fixed some warnings.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | 
| | | * | | | | commit 8a369066cb83bf49be7cd2b05bd533c7df58ddcb
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 14:49:14 2016 +0200
| | | | | | | | 
| | | | | | | |     read_matlab4.h already included via util.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | | * | | | | commit 130745f8cf18ed5fd2d2dd796023f0e30d216c09
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 14:25:46 2016 +0200
| | | | | | | | 
| | | | | | | |     Link with 64-bit libs of OSG.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | | * | | | | commit 057cc58803487b6c8aab5655ad6208224d6e5626
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 15 10:52:34 2016 +0200
| | | | | | | | 
| | | | | | | |     - comments and coding style
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | | 
| | | * | | | | commit 997caa118db835973600ef1064cdc7c3d0b1d3b1
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Sep 7 10:52:55 2016 +0200
| | | | | | | | 
| | | | | | | |     - added a spring, yeah
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | 
| | | * | | | | commit ca88dda54ab4e63a487f1f58d54d8b529c42631e
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Sep 6 08:15:31 2016 +0200
| | | | | | | | 
| | | | | | | |     - some nice perspective actions
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective0.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective1.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective2.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective3.png
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/simulate-animation.png
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| | | * | | | | commit 0e613776f7396f2092904b68fcc2977d003c249f
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 5 16:49:10 2016 +0200
| | | | | | | | 
| | | | | | | |     - added simulate with visualization button
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | | 
| | | * | | | | commit 24e90f463d77be05c80fa2e9107c58ad877b9472
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 5 14:28:30 2016 +0200
| | | | | | | | 
| | | | | | | |     - forgotten ressource
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/simulate-animation.png
| | | | | | | | 
| | | * | | | | commit d4d7396e2d0306e703600b2f73db03a5d9348bc6
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 5 14:28:13 2016 +0200
| | | | | | | | 
| | | | | | | |     - remove the old tabbed animation stuff
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| | | * | | | | commit c7395d747d554a99d5afb3beb0af1104fe69bf01
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 5 13:54:37 2016 +0200
| | | | | | | | 
| | | | | | | |     - plot and animation share an mdi
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | | | 
| | | * | | | | commit c47ebfd398580a87cd8d1de117fca7ce063ab5e2
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 1 16:48:34 2016 +0200
| | | | | | | | 
| | | | | | | |     - at least something works now
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | | | 
| | | * | | | | commit 0cd7cf57225e465268f91ce5f0857355b406a977
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Aug 31 12:48:44 2016 +0200
| | | | | | | | 
| | | | | | | |     - hide animation window when switching perspective
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | 
| | | * | | | | commit 8ecc3f01daf02ccc19ffe2b3a7a10ec55542c909
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Aug 31 11:54:01 2016 +0200
| | | | | | | | 
| | | | | | | |     - fix updateTimer
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | 
| | | * | | | | commit 0a7ab0541073ceddb2da16ec90ac47d581d75c92
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Aug 31 08:43:21 2016 +0200
| | | | | | | | 
| | | | | | | |     - add own shape type for pipes
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/rapidxml.hpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | | * | | | | commit e820854ce7a38acc70af43203019703e0425048d
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Aug 26 13:57:56 2016 +0200
| | | | | | | | 
| | | | | | | |     - separate VisualizerMAT class
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | | * | | | | commit dab8d02d52adf9ffedc87f6da7909a3d5f9411f9
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Aug 26 13:25:07 2016 +0200
| | | | | | | | 
| | | | | | | |     - add icons, remove old animation buttons
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/animation.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/initialize.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/openFile.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/pause.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/play.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/play.svg
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| | | * | | | | commit 8707392bad1683fe182f53e93bf2db3095722de6
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Aug 26 12:23:30 2016 +0200
| | | | | | | | 
| | | | | | | |     - make an animation toolbar
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| | | * | | | | commit e5a6e459c95569fa97d7161902318f2ebb74f54d
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Aug 26 10:35:09 2016 +0200
| | | | | | | | 
| | | | | | | |     - add an animation toolbar
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | | | 
| | | * | | | | commit 2665e73ab6fdd605e1f70b50422d1d8eca443474
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Aug 25 16:27:37 2016 +0200
| | | | | | | | 
| | | | | | | |     - somehow integrated the viewer in the animationwidget
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | 
| | | * | | | | commit f1fb176a8543f90a37bb4fe0a4b8469c7a827084
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Aug 25 10:59:48 2016 +0200
| | | | | | | | 
| | | | | | | |     - got the animation in the view
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | 
| | | * | | | | commit 8627235ee4cdf080adfb91896c07313739b6efa9
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Aug 24 13:59:15 2016 +0200
| | | | | | | | 
| | | | | | | |     - compile a lot of stuff
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/rapidxml.hpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | | * | | | | commit 7f92104259b1b3f3b4db51e41f93305fe8ef3219
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Aug 23 16:43:35 2016 +0200
| | | | | | | | 
| | | | | | | |     - get a proper viewer
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| | | * | | | | commit f9561bb5ad85266ae1dcf358ba1a2038f0b38d6e
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Aug 23 08:43:28 2016 +0200
| | | | | | | | 
| | | | | | | |     - get osgviewer and widgets
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | | * | | | | commit b1db32975879d1a56b8e7ee3841925030aaa84a7
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Aug 22 13:28:24 2016 +0200
| | | | | | | | 
| | | | | | | |     - compile with osg
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | | | 
| | | * | | | | commit c10ebe7ce06530e6ae08e8e3e03fad8f2351fee7
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Aug 22 09:07:06 2016 +0200
| | | | | | | | 
| | | | | | | |     - animation window
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | | | 
| | * | | | | | commit b2c7ceaacd3afaab8e7eeb9ac9d4f51b7b5a1f87
| | | | | | | | Author: Martin Sjölund 
| | | | | | | | Date:   Thu Sep 29 14:53:18 2016 +0200
| | | | | | | | 
| | | | | | | |     Fix for Qt5/Ubuntu compilation on OSG 3.2
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	osgQt/GraphicsWindowQt.cpp
| | | | | | | | R100	osgQt/GraphicsWindowQt	osgQt/OMEdit_GraphicsWindowQt.h
| | | | | | | | 
| | * | | | | | commit 5a8e45aea35948fc8f6a87c0e1d145c05b03ce8f
| | | | | | | | Author: adeas31 
| | | | | | | | Date:   Thu Sep 29 13:13:53 2016 +0200
| | | | | | | | 
| | | | | | | |     Fixed compiling for Qt4
| | | | | | | | 
| | | | | | | | M	osgQt/GraphicsWindowQt
| | | | | | | | M	osgQt/GraphicsWindowQt.cpp
| | | | | | | | 
| | * | | | | | commit c507399f29f059ee81b54034740cedb9ae62b6b0
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 29 12:10:51 2016 +0200
| | | | | | | | 
| | | | | | | |     Fixed internal osgQt for Windows.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	osgQt/Export
| | | | | | | | 
| | * | | | | | commit d04327ebdc993bba821e784871a160ef12ec204c
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Sep 28 15:49:50 2016 +0200
| | | | | | | | 
| | | | | | | |     - fix typo
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | 
| | * | | | | | commit 8483368d260372064a2af7b5abee4aaa53e05dea
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Sep 28 15:11:48 2016 +0200
| | | | | | | | 
| | | | | | | |     - svg icons instead of png
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/animation.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/initialize.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/initialize.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/openFile.png
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/pause.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/pause.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective0.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective0.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective1.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective1.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective2.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective2.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective3.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective3.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/play.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/play_animation.svg
| | | | | | | | D	OMEdit/OMEditGUI/Resources/icons/simulate-animation.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/simulate-animation.svg
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| | * | | | | | commit dcb43b858ca3f4cdf8b0b8536512180efa581597
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 26 15:57:45 2016 +0200
| | | | | | | | 
| | | | | | | |     - internal osg qt by sjoelund and fix for win
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | A	osgQt/Export
| | | | | | | | A	osgQt/GraphicsWindowQt
| | | | | | | | A	osgQt/GraphicsWindowQt.cpp
| | | | | | | | A	osgQt/README
| | | | | | | | 
| | * | | | | | commit 78fa9a55ffcd6b9e1a097a5c7f55d605773b80ba
| | | | | | | | Author: mflehmig 
| | | | | | | | Date:   Thu Sep 22 09:55:22 2016 +0200
| | | | | | | | 
| | | | | | | |     Add Qt libraries to Makefile for Linux
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | * | | | | | commit 0da784ffe3557847956cddc171594a1a1f95b043
| | | | | | | | Author: mflehmig 
| | | | | | | | Date:   Thu Sep 22 09:55:08 2016 +0200
| | | | | | | | 
| | | | | | | |     Fix compiling under Linux
| | | | | | | |     
| | | | | | | |     Under linux, using both gcc and clang, a clash between the macro smooth defined in include/omc/c/openmodelica.h and the Qt function smooth defined in qt5/QtQuick/qquickitem.h Since we do not use smooth in either way in OMEdit, we undefine the macro.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| | * | | | | | commit c8fb556b610827158f3789e6c63f91ab2f674ba9
| | | | | | | | Author: mflehmig 
| | | | | | | | Date:   Thu Sep 22 09:51:08 2016 +0200
| | | | | | | | 
| | | | | | | |     Fix bug: File name has a typo
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | 
| | * | | | | | commit d565dacd9c2841eb6bfa854318ed442801f3de26
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Sep 20 11:00:22 2016 +0200
| | | | | | | | 
| | | | | | | |     - normals for the pipes
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | | 
| | * | | | | | commit 74314e0cc44d10790581e482b19f62f4d4593f67
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 19 10:24:09 2016 +0200
| | | | | | | | 
| | | | | | | |     - removed asDrawable()
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | 
| | * | | | | | commit 532e545b74755685daee40530cbf4e65dc6736c3
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 19 09:48:36 2016 +0200
| | | | | | | | 
| | | | | | | |     - jump to time functionality
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | 
| | * | | | | | commit e84ba2bcbb17fb99ed3338e296bc41ec987e3b91
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Sep 16 16:12:05 2016 +0200
| | | | | | | | 
| | | | | | | |     - fix size of time label, typo
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | 
| | * | | | | | commit 4901b80451a436cae497cce0a49b6fb69686f5ac
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Sep 16 15:59:46 2016 +0200
| | | | | | | | 
| | | | | | | |     - brighter backgroundcolor
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | 
| | * | | | | | commit b22a37982a64633274b594cbadd51440c7efa4d9
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Sep 16 15:37:46 2016 +0200
| | | | | | | | 
| | | | | | | |     - fix time label, slider, added speedUp setting
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | 
| | * | | | | | commit ac14b02dd59ea89a7642b17e35a3c010bf2a13e6
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Fri Sep 16 15:47:50 2016 +0200
| | | | | | | | 
| | | | | | | |     Minor fixes. Do not comment out MainWindow::storePlotWindowsStateAndGeometry().
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| | * | | | | | commit 763017532b6345a3f8bfc8436fbf9accfdf94a6a
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Fri Sep 16 12:37:05 2016 +0200
| | | | | | | | 
| | | | | | | |     Link with release/debug dlls of OSG.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | * | | | | | commit d846306e96f1d01a73ff70af213be8a0433a90d2
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Sep 16 08:36:58 2016 +0200
| | | | | | | | 
| | | | | | | |     - default dir for openAnimationFile
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | 
| | * | | | | | commit b2f547d0a43022452dad99c52fd6ae25ced7c883
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 23:40:18 2016 +0200
| | | | | | | | 
| | | | | | | |     Only enable the toolbar buttons when we have the visualizer.
| | | | | | | |     Otherwise the applications crashes.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | | | 
| | * | | | | | commit 740de29cb4cd92fe385e048c2327dce181ee564c
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 22:34:26 2016 +0200
| | | | | | | | 
| | | | | | | |     Get the toolbar icon size from settings so that is configurable.
| | | | | | | |     Renamed from AnimationWindowContainer to AnimationWindow.
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | | R053	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | | D	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | | 
| | * | | | | | commit e0dad8afd3b07146c8abab81c34ccabae36ebdf2
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 19:59:13 2016 +0200
| | | | | | | | 
| | | | | | | |     Make viewer the central widget.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | 
| | * | | | | | commit 6bea23073785c4a140fd7aad669fdeadace00f21
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 19:52:21 2016 +0200
| | | | | | | | 
| | | | | | | |     No need to set a dummy scene data.
| | | | | | | |     We can have an empty view.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | 
| | * | | | | | commit c4fc525f350dd2eb86da093d0bb3bc15e528bea8
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 15 17:07:04 2016 +0200
| | | | | | | | 
| | | | | | | |     - reduce size of animation toolbar, better default size of view
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | 
| | * | | | | | commit a6aa2a697cc9a300ab83d46f692e31f8af0ddffd
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 15 16:43:41 2016 +0200
| | | | | | | | 
| | | | | | | |     - fix time slider
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | 
| | * | | | | | commit 256dfe6c80a52e759b524d530570175281f340b7
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 15 16:10:19 2016 +0200
| | | | | | | | 
| | | | | | | |     - set window title for animations
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | 
| | * | | | | | commit cb04267cab1f1ced7e8433fddce57b50689c4ed7
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 14:56:43 2016 +0200
| | | | | | | | 
| | | | | | | |     Fixed some warnings.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | 
| | * | | | | | commit 135dffbf0938bcceb1f652b05dd4e0ac10cb2c73
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 14:49:14 2016 +0200
| | | | | | | | 
| | | | | | | |     read_matlab4.h already included via util.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | * | | | | | commit 0916398300a4ad2c4f0812e0a440fca760343025
| | | | | | | | Author: Adeel Asghar 
| | | | | | | | Date:   Thu Sep 15 14:25:46 2016 +0200
| | | | | | | | 
| | | | | | | |     Link with 64-bit libs of OSG.
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | * | | | | | commit f03fd1f7b040e913a8b7d7bdbabd00f7d60c6d5d
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 15 10:52:34 2016 +0200
| | | | | | | | 
| | | | | | | |     - comments and coding style
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | | 
| | * | | | | | commit a144be8ed537366bc5e9149300e85c48daa5c098
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Sep 7 10:52:55 2016 +0200
| | | | | | | | 
| | | | | | | |     - added a spring, yeah
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | 
| | * | | | | | commit 09c29209cfb7954585b6076d8cd5c4c1e216801a
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Sep 6 08:15:31 2016 +0200
| | | | | | | | 
| | | | | | | |     - some nice perspective actions
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective0.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective1.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective2.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective3.png
| | | | | | | | M	OMEdit/OMEditGUI/Resources/icons/simulate-animation.png
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| | * | | | | | commit cf7c9582f625f86ecea0f6a9c2100e01284ca7c9
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 5 16:49:10 2016 +0200
| | | | | | | | 
| | | | | | | |     - added simulate with visualization button
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | | 
| | * | | | | | commit 87eb7b07e38e4694311ae3d3a7362aed6f0cf04a
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 5 14:28:30 2016 +0200
| | | | | | | | 
| | | | | | | |     - forgotten ressource
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/simulate-animation.png
| | | | | | | | 
| | * | | | | | commit 531b4cb1f7b439df74153345b377691cb51360a6
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 5 14:28:13 2016 +0200
| | | | | | | | 
| | | | | | | |     - remove the old tabbed animation stuff
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| | * | | | | | commit 03c48b28dd7e187248b66f484646ac8447c70b2a
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Sep 5 13:54:37 2016 +0200
| | | | | | | | 
| | | | | | | |     - plot and animation share an mdi
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | | | 
| | * | | | | | commit fa40827c39f9ea7b6adf814acaf5f362180cb62f
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Sep 1 16:48:34 2016 +0200
| | | | | | | | 
| | | | | | | |     - at least something works now
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | | | 
| | * | | | | | commit f88e6e710db46af42be2b253d7bae2ac5b040fd0
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Aug 31 12:48:44 2016 +0200
| | | | | | | | 
| | | | | | | |     - hide animation window when switching perspective
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | 
| | * | | | | | commit abed1a277d7fee17c198f6a048e9c1b317128535
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Aug 31 11:54:01 2016 +0200
| | | | | | | | 
| | | | | | | |     - fix updateTimer
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | 
| | * | | | | | commit 610825c6de8ad38b173aa081ed6a36cc0e5e9a5f
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Aug 31 08:43:21 2016 +0200
| | | | | | | | 
| | | | | | | |     - add own shape type for pipes
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/rapidxml.hpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | * | | | | | commit 394cc912bfd48858924bace3fef79f2d152d11dc
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Aug 26 13:57:56 2016 +0200
| | | | | | | | 
| | | | | | | |     - separate VisualizerMAT class
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | * | | | | | commit a751c1aaada8ec1aa47fa5332466f38714b634d6
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Aug 26 13:25:07 2016 +0200
| | | | | | | | 
| | | | | | | |     - add icons, remove old animation buttons
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/animation.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/initialize.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/openFile.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/pause.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/play.png
| | | | | | | | A	OMEdit/OMEditGUI/Resources/icons/play.svg
| | | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | | 
| | * | | | | | commit 43b721753acce7aa470bd23ce2aba8fd2dacbaab
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Aug 26 12:23:30 2016 +0200
| | | | | | | | 
| | | | | | | |     - make an animation toolbar
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| | * | | | | | commit 535913bc339dad91189c8b2ebf93ff234caed60e
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Fri Aug 26 10:35:09 2016 +0200
| | | | | | | | 
| | | | | | | |     - add an animation toolbar
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | | | 
| | * | | | | | commit 527c264dd1ed519808be20c91ae087c3bdd7ef03
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Aug 25 16:27:37 2016 +0200
| | | | | | | | 
| | | | | | | |     - somehow integrated the viewer in the animationwidget
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | 
| | * | | | | | commit a0bb68feef5aee8b79680408acd2018673b5d0db
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Thu Aug 25 10:59:48 2016 +0200
| | | | | | | | 
| | | | | | | |     - got the animation in the view
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | 
| | * | | | | | commit 0d3f33194a156d4c33bbe26b556b56c820f18574
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Wed Aug 24 13:59:15 2016 +0200
| | | | | | | | 
| | | | | | | |     - compile a lot of stuff
| | | | | | | | 
| | | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | | A	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | | A	OMEdit/OMEditGUI/Animation/rapidxml.hpp
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | * | | | | | commit 361ec4065e5a823317f6964c96e3537e18db3bb5
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Aug 23 16:43:35 2016 +0200
| | | | | | | | 
| | | | | | | |     - get a proper viewer
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | | 
| | * | | | | | commit 90e7bae08b10732abb8f3382b816edc63d87f10f
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Tue Aug 23 08:43:28 2016 +0200
| | | | | | | | 
| | | | | | | |     - get osgviewer and widgets
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | 
| | * | | | | | commit 795f6733069570daf0a9ef0be5ff81fe48caf186
| | | | | | | | Author: vwaurich 
| | | | | | | | Date:   Mon Aug 22 13:28:24 2016 +0200
| | | | | | | | 
| | | | | | | |     - compile with osg
| | | | | | | | 
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | | | 
| | * | | | | | commit 8b08221726f0fa8c1a2c8c9d0c64c33124be62fc
| |/ / / / / /  Author: vwaurich 
| | | | | | |   Date:   Mon Aug 22 09:07:06 2016 +0200
| | | | | | |   
| | | | | | |       - animation window
| | | | | | |   
| | | | | | |   A	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.cpp
| | | | | | |   A	OMEdit/OMEditGUI/Animation/AnimationWindowContainer.h
| | | | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | | 
| * | | | | | commit 21e45aea94c0639cd9a57afcd73fcb20eff7329d
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Sep 30 12:43:52 2016 +0200
| | | | | | | 
| | | | | | |     Revert "Merged OSG 3D visualization done by Volker."
| | | | | | |     
| | | | | | |     This reverts commit 3a67afd18e056dfd38292f620b75b16b707b47dc.
| | | | | | | 
| | | | | | | D	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | | | D	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | D	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | D	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | D	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | D	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | | | D	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | | | D	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | D	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | D	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | D	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | D	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | D	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | | | | D	OMEdit/OMEditGUI/Animation/rapidxml.hpp
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/animation.png
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/animation.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/initialize.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/pause.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective0.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective1.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective2.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/perspective3.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/play.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/play_animation.svg
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/simulate-animation.svg
| | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | D	osgQt/Export
| | | | | | | D	osgQt/GraphicsWindowQt.cpp
| | | | | | | D	osgQt/OMEdit_GraphicsWindowQt.h
| | | | | | | D	osgQt/README
| | | | | | | 
| * | | | | | commit 3a67afd18e056dfd38292f620b75b16b707b47dc
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Sep 30 12:37:26 2016 +0200
| | | | | | | 
| | | | | | |     Merged OSG 3D visualization done by Volker.
| | | | | | | 
| | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationUtil.h
| | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationWindow.cpp
| | | | | | | A	OMEdit/OMEditGUI/Animation/AnimationWindow.h
| | | | | | | A	OMEdit/OMEditGUI/Animation/ExtraShapes.cpp
| | | | | | | A	OMEdit/OMEditGUI/Animation/ExtraShapes.h
| | | | | | | A	OMEdit/OMEditGUI/Animation/Shapes.cpp
| | | | | | | A	OMEdit/OMEditGUI/Animation/Shapes.h
| | | | | | | A	OMEdit/OMEditGUI/Animation/TimeManager.cpp
| | | | | | | A	OMEdit/OMEditGUI/Animation/TimeManager.h
| | | | | | | A	OMEdit/OMEditGUI/Animation/Visualizer.cpp
| | | | | | | A	OMEdit/OMEditGUI/Animation/Visualizer.h
| | | | | | | A	OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
| | | | | | | A	OMEdit/OMEditGUI/Animation/VisualizerMAT.h
| | | | | | | A	OMEdit/OMEditGUI/Animation/rapidxml.hpp
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/animation.png
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/animation.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/initialize.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/pause.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective0.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective1.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective2.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/perspective3.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/play.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/play_animation.svg
| | | | | | | A	OMEdit/OMEditGUI/Resources/icons/simulate-animation.svg
| | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | A	osgQt/Export
| | | | | | | A	osgQt/GraphicsWindowQt.cpp
| | | | | | | A	osgQt/OMEdit_GraphicsWindowQt.h
| | | | | | | A	osgQt/README
| | | | | | | 
| * | | | | | commit ebbfe52fc6fa4ccaddc410ade22c4afd1b84874a
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Wed Sep 28 17:50:39 2016 +0200
| | | | | | | 
| | | | | | |     Fixed printing the output of manager and monitor.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | | | 
| * | | | | | commit a4b17ce3b256def7054fbe752cccb42baffe1f8a
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Wed Sep 28 17:04:30 2016 +0200
| | | | | | | 
| | | | | | |     Avoid extra QFile objects.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | | 
| * | | | | | commit 1dd8804f9a89a9067413ba90dc0eb08cbabf4e1f
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Wed Sep 28 09:55:47 2016 +0200
| | | | | | | 
| | | | | | |     ticket:4042
| | | | | | |     Show error message for conflicting variables names.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | | 
| * | | | | | commit 3bc1550cecbc6fdeddfba018e47fb5bb02fa7be1
| | |_|/ / /  Author: Adeel Asghar 
| |/| | | |   Date:   Tue Sep 27 15:19:07 2016 +0200
| | | | | |   
| | | | | |       Reverted the previous commit. Start the manager first.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | | 
| * | | | | commit 715277176fcee3d3ae2a93668cd787c18ddfa4c3
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Sep 22 15:04:00 2016 +0200
| | | | | | 
| | | | | |     Start the monitor before manager.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | | 
| * | | | | commit b6bd36bea88dedb479d425dfe41c35ddbc9206d8
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Sep 22 14:47:47 2016 +0200
| | | | | | 
| | | | | |     ticket:4047
| | | | | |     Fixed updating of icon transformation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | 
| * | | | | commit c6b9df15cb2bb0f349035845f79df2a6f54b5d58
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Sep 22 10:30:24 2016 +0200
| | | | | | 
| | | | | |     ticket:4045
| | | | | |     Allow users to specify dragged component name.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | 
| * | | | | commit fbaa0708b3f252cbb5954d90fba568b265cf9076
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Sep 21 16:44:18 2016 +0200
| | | | | | 
| | | | | |     ticket:4042
| | | | | |     Avoid crash.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| * | | | | commit 1df99c389c7abd7773aab3ed53658c0f6382937d
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Wed Sep 21 14:48:04 2016 +0200
| | | | |   
| | | | |       Pass +locale as argument to omc_Main_init.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| * | | | commit 3aded1427650be0aa036a58e695c32c3861513a1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Sep 20 13:47:44 2016 +0200
| | | | | 
| | | | |     Make ExactStep false as default and an optional attribute.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | 
| * | | | commit b2c63fa2d27a6840f19134870284eacef604806c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Sep 20 13:25:49 2016 +0200
| | | | | 
| | | | |     Clear the generated files before each new tlm co-simulation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h
| | | | | 
| * | | | commit 37a0f7263554fc0e43bc020ff5f93340adf9617d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Sep 20 13:02:14 2016 +0200
| | | | | 
| | | | |     Keep the tlm co-simulation window inside main OMEdit window.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | 
| * | | | commit 9ca647d8948d43e0e6d96ca846c6a6ad83314901
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Sep 20 12:56:00 2016 +0200
| | | | | 
| | | | |     Respect the order of arguments.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | 
| * | | | commit 19a2742888de45732335d4a7bbe707121b970f60
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Sep 16 11:50:16 2016 +0200
| | | | | 
| | | | |     Compile OMEdit with C++11
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | | M	configure.ac
| | | | | 
| * | | | commit 175f71c0df1b002e92eaf3173d549f2c0c217225
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Sep 15 14:33:59 2016 +0200
| | | | | 
| | | | |     Proper linking for 32 or 64 bit.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| * | | | commit 7f9de4877b669c51f8a571149e0cbca5baa12c07
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Sep 14 20:39:30 2016 +0200
| | | | | 
| | | | |     Allow renaming the MetaModel name.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit fe7fc5fbce71d94492ca3ec4f0288093fde0ec9c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Sep 10 00:12:29 2016 +0200
| | | | | 
| | | | |     ticket:4039
| | | | |     Use monospaced font for text and system font for html.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| * | | | commit 7ed1ea59df959e92ac41bc3a7cb35d055a2e3218
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Sep 8 14:30:31 2016 +0200
| | | | | 
| | | | |     ticket:4039
| | | | |     Handle the text documentation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| * | | | commit bbba6594bb9eeaceb176b9bc73358e9ebfaeb79f
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Sep 6 19:07:43 2016 +0200
| | | | | 
| | | | |     ticket:3964
| | | | |     Single & multi-line commenting for MetaModelica.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | | 
| * | | | commit c3f1889b47389ea2f2866e89b4f7202bbe6cc094
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Sep 6 16:33:41 2016 +0200
| | | | | 
| | | | |     Only show the qualified name for LibraryTreeItem::Modelica in model switcher dialog.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit eb6ad82497c81bdfb071d15a3e3f614a9a79885c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Sep 6 16:24:01 2016 +0200
| | | | | 
| | | | |     Open the file when enter is pressed.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 04e3776a5a613b53a8b3f99758197acbace20b4c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Aug 31 15:14:59 2016 +0200
| | | | | 
| | | | |     ticket:4008
| | | | |     For now just display all parameters as enabled.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | 
| * | | | commit ea8dd8585a0899be6940725d14328c9cbd58f136
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Aug 31 14:16:48 2016 +0200
| | | | | 
| | | | |     ticket:4026
| | | | |     Use the inherited class coordinate system if class doesn't have one.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | 
| * | | | commit ff6923694477003c3e8d29add5a07f2cd778174d
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Tue Aug 30 11:41:15 2016 +0200
| | | |   
| | | |       ticket:4023
| | | |       Fixed the GDB path issue.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit af701af0e0441e6a1c751968bdc4077a7f23dcd2
| | | | Author: vwaurich 
| | | | Date:   Thu Aug 18 14:00:53 2016 +0200
| | | | 
| | | |     - animation tab (reverted from commit d67f06b7e02204937bf4b447f8f2b0ab7994cad3)
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | 
| * | | commit d67f06b7e02204937bf4b447f8f2b0ab7994cad3
| | | | Author: vwaurich 
| | | | Date:   Thu Aug 18 13:53:56 2016 +0200
| | | | 
| | | |     - animation tab
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | |   
| * | |   commit ef5ae2c5f7c1dc630bf5de80c45756d6897afe7f
| |\ \ \  Merge: af142edfce b0fc13197d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Aug 16 13:36:54 2016 +0200
| | | | | 
| | | | |     Merge pull request #30 from robbr48/master
| | | | |     
| | | | |     Reduced tolerance for alignment check
| | | | | 
| | * | | commit b0fc13197d5e37b85ec15c6c1e4f672c8d85eed7
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Aug 12 15:17:16 2016 +0200
| | | | | 
| | | | |     Removed accidentally commited debug output.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | 
| | * | | commit 5fc6629d5b1b6ab7724fc04a465928abb5ab586b
| |/ / /  Author: Robert Braun 
| | | |   Date:   Fri Aug 12 15:13:27 2016 +0200
| | | |   
| | | |       Reduced tolerances for fuzzyCompare function.
| | | |       
| | | |       This is needed due to poor accuracy in alignment calculations
| | | |       for meta models.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | 
| * | | commit af142edfce722a6d4e9bf0a101909a34055431f7
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Aug 4 16:24:56 2016 +0200
| | | | 
| | | |     ticket:4013
| | | |     Update the display name within inherited classes.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit 3e8f747cd6668b6cb1a7daa99076b7fc31f3ce91
| | | | Author: Adrian Pop 
| | | | Date:   Mon Jul 25 11:39:46 2016 +0200
| | | | 
| | | |     fix windows build (#29)
| | | | 
| | | | M	Makefile.omdev.mingw
| | | | 
| * | | commit 45325bdd585001b2f588d00c39ebf1974f489fed
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Jul 21 14:22:33 2016 +0200
| | | | 
| | | |     Compile with QT5 when available
| | | | 
| | | | M	Makefile.in
| | | | M	common
| | | | M	configure.ac
| | | | M	qjson/CMakeLists.txt
| | | | 
| * | | commit a6abbd9b3db7051ca742a0cdb22cd873fe3d9e1c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jul 1 17:02:22 2016 +0200
| | | | 
| | | |     ticket:3982
| | | |     Preserve format of text copied from instantiate model window.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 612047bf0e021b7136006faff552e57634b17a9d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jul 1 16:12:35 2016 +0200
| | | | 
| | | |     ticket:3987
| | | |     Clear contents of search field by clicking ESC key.
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit 14f32804d555d850ab4b5f81e7bad6fe926f9a6b
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jul 1 00:55:43 2016 +0200
| | | | 
| | | |     Only create dialogs when they are really needed.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 4de915140774bba1afba9c7276f7ff202ce634c0
| | | | Author: Adrian Pop 
| | | | Date:   Sun Jun 26 01:11:14 2016 +0200
| | | | 
| | | |     fix ticket:3868 add --large-address-aware when linking OMEdit (#28)
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 86dd3e98f7a3982a1480a87b3f78668567c56412
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jun 24 04:06:45 2016 +0200
| | | | 
| | | |     Changed Algorithmic Debugging to Debugging.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 56794bf8b2d696a65d88d66a5dafb277f0cff9ad
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jun 24 04:03:32 2016 +0200
| | | | 
| | | |     Properly set CRLF line ending.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 44eb33272e4f5e374fda7d03f572713a540bcc8b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 23 08:01:26 2016 +0200
| | | | 
| | | |     Remove the status bar message in case of error.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit b5fe97021920a7385966e93d48b7dadcb28db12b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 23 07:59:50 2016 +0200
| | | | 
| | | |     ticket:3970
| | | |     Include the components of the base classes in exported images.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 19e56e3d5f77f74819f0bff02f2456cdb53986d4
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 23 07:44:31 2016 +0200
| | | | 
| | | |     ticket:3958
| | | |     Make OMCLogger enabled by default.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 611bc0f3275f9abe4aecac00cb2aa738258bcc93
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jun 23 05:07:58 2016 +0200
| | | | 
| | | |     ticket:3969
| | | |     Show correct line numbers for errors.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit db26f9ec6de60324931bdfde01359e0607b6af3b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jun 22 09:17:34 2016 +0200
| | | | 
| | | |     Use QRegExp to find tags instead of using QWebPage.
| | | |     QWebPage is slow and very much resource hungry.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 54a3450381ca7a281bb2faa60a6c24b02cb24044
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jun 22 06:11:10 2016 +0200
| | | | 
| | | |     C/C++ Editor instead of C Editor.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit 2d080d4c7eb8d89650faddbecff9638a1eb6d9b4
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Jun 22 04:33:12 2016 +0200
| | | | 
| | | |     Improved the performance by not setting the QTextCursor again and again.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit 8cddbef21a7a9efe2073b776244e3718005d4472
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jun 17 15:45:11 2016 +0200
| | | | 
| | | |     Allow user to handle loading of OpenModelica library.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | |   
| * | |   commit 8b88d8ec4c128d18590aa0a1d4bf4d7a09f9f3ce
| |\ \ \  Merge: b572deff99 082b079fec
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 16 19:07:53 2016 +0200
| | | | | 
| | | | |     Merge pull request #27 from adeas31/MetaModelica
| | | | |     
| | | | |     Fix build.
| | | | | 
| | * | | commit 082b079fec8060c9386aa850d05468679227f846
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 16 19:06:17 2016 +0200
| | | | | 
| | | | |     Fix build.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | 
| * | | | commit b572deff992fe1756dafe597ce68e6c1d0deebcb
| |\| | | Merge: aede0ba17d db87fd0351
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 16 18:48:43 2016 +0200
| | | | | 
| | | | |     Merge pull request #26 from adeas31/MetaModelica
| | | | |     
| | | | |     MetaModelica support
| | | | | 
| | * | | commit db87fd0351261ce802163c1564abff4c6c108a84
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 16 18:43:42 2016 +0200
| | | | | 
| | | | |     Renaming file/folder.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | 
| | * | | commit a08c6ff6430140c6c3b4f1505b10026caf80547b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 16 17:24:36 2016 +0200
| | | | | 
| | | | |     Allow creating files & folders.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | 
| | * | | commit bbbf7501b2a8e00216d345b928ced3e56c7faa2f
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 15 20:19:54 2016 +0200
| | | | | 
| | | | |     Added support for deleting files.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit aef117e92aee4c52faf239cdc370ca07c750e2d9
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 14 19:01:32 2016 +0200
| | | | | 
| | | | |     Only use anyString for String types.
| | | | |     This change also makes the debugger faster since we are not calling anyString on all types.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | 
| | * | | commit 2c515a61ffd6b8ab70fa8ce10b23dadd557d6917
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 14 16:02:28 2016 +0200
| | | | | 
| | | | |     Improved the loading/unloading of files.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | 
| | * | | commit caeecf59012339ff9ce843b64d53a35118a6a82c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 14 03:28:49 2016 +0200
| | | | | 
| | | | |     Allow adding breakpoints on MetaModelica files.
| | | | |     Removed unused property TreeWithBranches.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit 064f241d4335b115e28e674ce44dcbdcb7c0dd11
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 13 19:33:42 2016 +0200
| | | | | 
| | | | |     Allow opening directory structure.
| | | | |     Support for MetaModelica & C files.
| | | | |     Syntax Highlighting of MetaModelica & C Files.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/GDBMIOutput.g
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/main.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/CEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | A	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.cpp
| | | | | A	OMEdit/OMEditGUI/Editors/MetaModelicaEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.h
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | 
| | * | | commit 8f881c3de01404da195e0995dd4b82a93c3153aa
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Wed Jun 8 17:42:30 2016 +0200
| | | |   
| | | |       Removed the DebuggerMainWindow class and add debugger perspective with dock widgets.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.h
| | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h
| | | |   R060	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.cpp
| | | |   R060	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.h	OMEdit/OMEditGUI/Debugger/DebuggerConfigurationsDialog.h
| | | |   M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | |   M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h
| | | |   M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h
| | | |   M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | |   M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | |   M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | |   D	OMEdit/OMEditGUI/Editors/DebuggerSourceEditor.cpp
| | | |   D	OMEdit/OMEditGUI/Editors/DebuggerSourceEditor.h
| | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | |   M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | |   A	OMEdit/OMEditGUI/Resources/icons/equational-debugger.svg
| | | |   M	OMEdit/OMEditGUI/Resources/icons/simulate-debug.svg
| | | |   M	OMEdit/OMEditGUI/Resources/icons/simulate-equation.svg
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | |   M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | |   M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit aede0ba17dee7b96b7734745dd04a0e11005c229
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jun 3 15:23:11 2016 +0200
| | | | 
| | | |     Set () for flags with no values.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 0868b1df11ed45ca6bb4d9cfb9a9e4c4a1bbd7df
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jun 3 14:43:57 2016 +0200
| | | | 
| | | |     ticket:3488
| | | |     Support ignoreSimulationFlagsAnnotation flag.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 06da5383b7d807b4256b03b5c451dbf27325dbfa
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Jun 3 14:11:54 2016 +0200
| | | | 
| | | |     ticket:3488
| | | |     Write the __OpenModelica_simulationFlags annotation based on the settings used in SimulationDialog
| | | |     Read the __OpenModelica_simulationFlags and apply it them to simulation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit b85235d9948810118c4c874b102a8c08d3c23110
| | | | Author: Adeel Asghar 
| | | | Date:   Thu May 26 16:56:44 2016 +0200
| | | | 
| | | |     Fixed the debugger.
| | | |     Use the --thread & --frame argument with each command.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h
| | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | | 
| * | | commit a65845ac31c84fc5528b24ba14680b5830747f47
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 24 17:37:20 2016 +0200
| | | | 
| | | |     Fixed the index for parenthesis matching.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | 
| * | | commit bc761190610aece01ce0d23d5b33b699d261eea6
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 24 17:25:02 2016 +0200
| | | | 
| | | |     ticket:3924
| | | |     Do not add extra line breaks.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 9b994a03c99d14f2741133336c8dad6d6ea91469
| | | | Author: Adeel Asghar 
| | | | Date:   Mon May 23 12:07:40 2016 +0200
| | | | 
| | | |     Use same border as QLineEdit for QPlainTextEdit.
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | |   
| * | |   commit 736e098dfc01501067733a4be2dc71af3005579a
| |\ \ \  Merge: 518da8db3b afdff3c96e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun May 22 16:23:24 2016 +0200
| | | | | 
| | | | |     Merge pull request #25 from OpenModelica/annotations
| | | | |     
| | | | |     Code folding for annotations
| | | | | 
| | * | | commit afdff3c96ec01053e35022ea13dc1dd89535fa67
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun May 22 16:18:39 2016 +0200
| | | | | 
| | | | |     Fixed annotation folding for quotes and comment blocks.
| | | | |     If user moves inside the hidden block then unfold automatically.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | |   
| | * | |   commit 329215b5b0c8c48e3448fd1cf28dd6729560f640
| | |\ \ \  Merge: cd9be3440b 9475de6511
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri May 20 01:38:59 2016 +0200
| | | | | | 
| | | | | |     Merge branch 'annotations' of https://github.com/OpenModelica/OMEdit into annotations
| | | | | |     
| | | | | |     Conflicts:
| | | | | |             OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | |   
| | | * | |   commit 9475de651155582b0349a355d82c5c8984a4ccff
| | | |\ \ \  Merge: be4f6924ef 88cb5218ba
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Wed May 4 13:15:29 2016 +0200
| | | | | | | 
| | | | | | |     Merge branch 'annotations' of https://github.com/OpenModelica/OMEdit into annotations
| | | | | | |     
| | | | | | |     Conflicts:
| | | | | | |             OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | | 
| | | | * | | commit 88cb5218ba0e61bf2990b06a97c522f087bc7e1d
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Apr 29 12:43:08 2016 +0200
| | | | | | | 
| | | | | | |     Create space for folding in the line number area.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | | | | 
| | | * | | | commit be4f6924ef1ff0cb583042cd39e9686b8747553a
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Wed May 4 13:10:20 2016 +0200
| | | | | | | 
| | | | | | |     Draw QStyle::PE_IndicatorBranch for folding.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | | 
| | | * | | | commit 096b08d8e33a78ff76c77f8f629c4514a06586c7
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Apr 29 12:43:08 2016 +0200
| | | | | | | 
| | | | | | |     Create space for folding in the line number area.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | | | | 
| | * | | | | commit cd9be3440bea0f1a5b66af95efb53065cbcfb56a
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri May 20 01:21:38 2016 +0200
| | | | | | | 
| | | | | | |     ticket:2233
| | | | | | |     Implemented code folding. Folds the annotation spread over multiple lines.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | | 
| | * | | | | commit faf5f04fc22094c52fc949e76ee8b6d46d3f801b
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Wed May 4 13:10:20 2016 +0200
| | | | | | | 
| | | | | | |     Draw QStyle::PE_IndicatorBranch for folding.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | | 
| | * | | | | commit 24034b9842db5e8cd27d2a8224f57cdfbb9ffdeb
| |/ / / / /  Author: Adeel Asghar 
| | | | | |   Date:   Fri Apr 29 12:43:08 2016 +0200
| | | | | |   
| | | | | |       Create space for folding in the line number area.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | |   M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | | | | 
| * | | | | commit 518da8db3b5a63931296b765da9107ac1287dd82
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu May 12 14:49:34 2016 +0200
| | | | | | 
| | | | | |     ticket:3488
| | | | | |     Added support for --ignoreCommandLineOptionsAnnotation flag.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | 
| * | | | | commit e1161ae32cfa0c462187c6d95683a9529bc080af
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu May 12 13:45:17 2016 +0200
| | | | | | 
| | | | | |     ticket:3488
| | | | | |     Allow setting __OpenModelica_commandLineOptions annotation from GUI.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| * | | | | commit 8e182ba39e2906be8660c4927c5748ca66a3cb53
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue May 10 13:34:36 2016 +0200
| | | | | | 
| | | | | |     OMDEV links.
| | | | | | 
| | | | | | M	README.md
| | | | | | 
| * | | | | commit ef7be4c87248efc37ea44635d6b92e3d93c4fc28
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue May 10 13:20:15 2016 +0200
| | | | | | 
| | | | | |     compile from top level.
| | | | | | 
| | | | | | M	README.md
| | | | | | 
| * | | | | commit 4cc72c6ea02824df2a19bf99f5186316d51695b4
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Tue May 10 13:16:55 2016 +0200
| | | | |   
| | | | |       Updated compile instructions to new msys.
| | | | |   
| | | | |   M	README.md
| | | | | 
| * | | | commit bff7de77f89b148d3b7586a00128518c7aaf6b41
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue May 3 13:45:22 2016 +0200
| | | | | 
| | | | |     ticket:3884
| | | | |     Apply the default prefixes to Component.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit feca22102aff7d0d6d0a690b71a62ae04dc608df
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue May 3 12:53:25 2016 +0200
| | | | | 
| | | | |     Update common submodule
| | | | | 
| | | | | M	common
| | | | | 
| * | | | commit a2b889d6515d23a6eafb00b99539ed8863be7715
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon May 2 16:52:30 2016 +0200
| | | | | 
| | | | |     ticket:2250
| | | | |     Allow converting units from the plotting view.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | | 
| * | | | commit 1418a487dadeeb21bae2488739391fa7b203444c
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Fri Apr 29 13:35:27 2016 +0200
| | | |   
| | | |       ticket:2250
| | | |       Added unit & description for time variable.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit e960186fe06dfdef58ffb38bda63787a117f83f5
| | | | Author: adrpo 
| | | | Date:   Fri Apr 29 01:21:01 2016 +0200
| | | | 
| | | |     update mingw makefiles so no cygwin like OMDEV path is needed
| | | | 
| | | | M	Makefile.omdev.mingw
| | | | 
| * | | commit dd1927fc624f3a96b692bb7564bd941b5947d8b8
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 28 18:35:55 2016 +0200
| | | | 
| | | |     Use the same parent object instead of finding it every time.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 6ceece72f7d9853f23da6296a369b04e44fe6268
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 28 18:21:18 2016 +0200
| | | | 
| | | |     Better writing of elapsed time to keep the file size normal.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 02615afc3e7077cf1fd7b2aafa00f75745a2c7aa
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 28 17:57:23 2016 +0200
| | | | 
| | | |     Write total time OMC API calls have taken.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit bef411cb303a21cf74945574820968474a093d65
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 28 14:42:08 2016 +0200
| | | | 
| | | |     Moved the bom detection code to Utilities.
| | | |     This should speed up the OMEdit starting since now we don't read all the MSL files to detect bom.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit d8a8af9cb99037daf248540050073944f6a8a556
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 28 14:10:23 2016 +0200
| | | | 
| | | |     Missing file from last commit.
| | | | 
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | 
| * | | commit 153a2985e81270e94d0404448b8099b450c56d0e
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 28 14:08:14 2016 +0200
| | | | 
| | | |     Removed references of _info.xml
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | 
| * | | commit eb5f8557d1fb4bf235d9ceb4b7af1d51a5decebf
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 27 15:10:20 2016 +0200
| | | | 
| | | |     Added reset button to figaro process path.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 43d1b0b95f22764465d882ca4283894238aa970b
| | | | Author: adrpo 
| | | | Date:   Wed Apr 20 11:07:24 2016 +0200
| | | | 
| | | |     fix for ticket:3783
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 2f6120e6bf9218e2c2b20939d43b8d981ad3fa8d
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 18 17:45:23 2016 +0200
| | | | 
| | | |     ticket:3852
| | | |     Allow saving simulation settings without doing simulation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | 
| * | | commit a8650dcc4f8815de667f5373b93895e1150a8140
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 18 12:06:59 2016 +0200
| | | | 
| | | |     Don't make changeStdStreamBuffer silent command.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | 
| * | | commit a6a90f461808b173bbce7d922509d1352a67e658
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Apr 16 17:10:36 2016 +0200
| | | | 
| | | |     Use -gdb-set instead of set* commands.
| | | |     Fixed some warnings.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h
| | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | 
| * | | commit db25f7e54a5012d5ed5137c4a93704bf81a23390
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Apr 15 16:30:45 2016 +0200
| | | | 
| | | |     Make OMEdit use rpath-link to ease linking
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	common
| | | | 
| * | | commit dfe6fa6d2f1a617545074fd4fec16ce67e3d6086
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 15 00:22:18 2016 +0200
| | | | 
| | | |     Use QProcess::processId() for Qt version 5.
| | | |     Only use QProcess::pid() for Qt version 4.
| | | | 
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit a9908725124b79660021b25fd7b92b072c200bf7
| | | | Author: adrpo 
| | | | Date:   Thu Apr 14 22:08:07 2016 +0200
| | | | 
| | | |     fix OMEdit compilation on Linux
| | | | 
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | 
| * | | commit 109e29977f12a574e4e5dbcfd6fa1055174ce278
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 14 17:57:47 2016 +0200
| | | | 
| | | |     Added killProcessTreeWindows function to kill the child processes properly.
| | | | 
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.h
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit dcd12584532eb7d27ab0d11c23a8898ddf6a3ca3
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 13 15:57:29 2016 +0200
| | | | 
| | | |     Use correct path delimiter for Linux.
| | | | 
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | 
| * | | commit af50f2d4ab13b34f72fde9be4a2ef998e7ef2ffa
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 13 15:08:59 2016 +0200
| | | | 
| | | |     Updated the function name to more appropriate one.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit bfd963847867521c6688a135c45519da684cc515
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 13 13:51:40 2016 +0200
| | | | 
| | | |     Call reDrawModelWidget after updating the xml document.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit a9c53de84377cef964e69c0c85bcc2e15501e325
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 12 16:46:01 2016 +0200
| | | | 
| | | |     ticket:3841
| | | |     Get a proper bounding rectangle for exporting image.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | 
| * | | commit efb215b31fe12c8078421fa881f677d188a033e9
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 12 13:30:40 2016 +0200
| | | | 
| | | |     Fallback to base unit if conversion fails.
| | | |     Show the error message if we are unable to convert to display unit.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 47b45e56cf4fbcc0873730598ca828b852665d5e
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 12 13:13:31 2016 +0200
| | | | 
| | | |     Mark the error strings for translation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | 
| * | | commit eb41be77b7f26eb2aa2e5a181fdbb4ca956c23c0
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 12 13:10:44 2016 +0200
| | | | 
| | | |     Fixed the undo feature for alignInterface function.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | |   
| * | |   commit edbea30272a81e283d82bb73be0a2e6e963961f9
| |\ \ \  Merge: 17e7ea8d09 129e0d71e5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Apr 11 18:27:44 2016 +0200
| | | | | 
| | | | |     Merge pull request #24 from robbr48/my_omedit_branch
| | | | |     
| | | | |     Added undo function for alignInterface function.
| | | | | 
| | * | | commit 129e0d71e59b14f38a49ddc805b27c53a4e0fddc
| |/ / /  Author: Robert Braun 
| | | |   Date:   Mon Apr 11 16:33:42 2016 +0200
| | | |   
| | | |       Added undo function for alignInterface function.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | |   M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | 
| * | | commit 17e7ea8d091b0abc8634ea327bc796cc8832ba37
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 11 15:02:34 2016 +0200
| | | | 
| | | |     Return from fetch interface data thread.
| | | | 
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | 
| * | | commit cf8d91fbc16abda22e32595be4d93abb60b56569
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 11 14:29:01 2016 +0200
| | | | 
| | | |     Remove the associated graphical objects when we remove interfaces.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | 
| * | | commit 66ec24b0bb206601f7e9d66b182ae665296333b3
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 11 12:07:41 2016 +0200
| | | | 
| | | |     Graphically mark the interface as aligned or not aligned.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 8d2f7ad487212a32a94861366b4559937bb87a85
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 11 11:44:56 2016 +0200
| | | | 
| | | |     Invoke align interfaces via context menu.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | |   
| * | |   commit 1e8523c78593df72aeccfaa98f61125ed6648edc
| |\ \ \  Merge: 0a1303a82a 6dbd8bc754
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Apr 10 21:35:32 2016 +0200
| | | | | 
| | | | |     Merge pull request #23 from robbr48/my_omedit_branch
| | | | |     
| | | | |     Some fixes to alignment of meta models
| | | | | 
| | * | | commit 6dbd8bc7540b49e493bf6da92a272d8e42ece6bb
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 8 15:46:20 2016 +0200
| | | | | 
| | | | |     Made missing interfaces removed by fetch function.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | 
| | * | | commit aef3c2c3d942a09691cbb53eb1763d63a7ea4846
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 8 15:46:01 2016 +0200
| | | | | 
| | | | |     Reverted previous commit.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | 
| | * | | commit 8909e6f84abedff24c5eed1117c0b6ffc4fefc49
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 8 15:45:33 2016 +0200
| | | | | 
| | | | |     Reverted previous commit.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | |   
| | * | |   commit c77151bc974dd7fa0296b9e895d9704ec2ad95b5
| | |\ \ \  Merge: f86be8dfd1 2d4e99c2a2
| | | | | | Author: Robert Braun 
| | | | | | Date:   Fri Apr 8 11:36:48 2016 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://openmodelica.org/git-readonly/OMEdit into my_omedit_branch
| | | | | | 
| | * | | | commit f86be8dfd15cc08e94fba4efe1812db04970a4cd
| | | | | | Author: Robert Braun 
| | | | | | Date:   Fri Apr 8 11:02:52 2016 +0200
| | | | | | 
| | | | | |     Corrected fuzzyEqual function for alignment.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | 
| | * | | | commit b31953106784f236b0c6d2a0d2ee875940f5ae97
| | | | | | Author: Robert Braun 
| | | | | | Date:   Fri Apr 8 11:00:47 2016 +0200
| | | | | | 
| | | | | |     Made sure old interfaces are removed before fetching new ones.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | 
| | * | | | commit 3d9e047055356d47f8cafd36fc1f1534c3b411f6
| | | | | | Author: Robert Braun 
| | | | | | Date:   Fri Apr 8 10:55:23 2016 +0200
| | | | | | 
| | | | | |     Changed wrong attribute name XML element.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | |   
| | * | | |   commit 0a4dff1d7d992e1cf52fb364db5044c742754b05
| | |\ \ \ \  Merge: bce1c10f50 0b9b099419
| | | | | | | Author: Robert Braun 
| | | | | | | Date:   Fri Apr 8 09:09:11 2016 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://openmodelica.org/git-readonly/OMEdit into my_omedit_branch
| | | | | | | 
| | * | | | | commit bce1c10f5040107c3f54979375e68832f84cc8ab
| | | | | | | Author: Robert Braun 
| | | | | | | Date:   Thu Apr 7 16:57:33 2016 +0200
| | | | | | | 
| | | | | | |     Added default position and rotation in alignment function.
| | | | | | |     
| | | | | | |     Also increased tolerance for alignment check. It still
| | | | | | |     reports failure sometimes though, and needs to be
| | | | | | |     further investigated.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | | 
| * | | | | | commit 0a1303a82a63736f1dc0c0b6201836fe66bf2d1b
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Sun Apr 10 02:55:52 2016 +0200
| | | | | | | 
| | | | | | |     Return from function
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | | | | 
| * | | | | | commit 7d416a0d2d90b0aad2a680d98cf31374b95a6218
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Apr 8 16:46:04 2016 +0200
| | | | | | | 
| | | | | | |     documentation & formatting.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | | | | 
| * | | | | | commit 08c9f972f02085efeccf2b215178f11551b758fd
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Apr 8 16:30:54 2016 +0200
| | | | | | | 
| | | | | | |     Clean up.
| | | | | | |     Removed Qt::WindowTitleHint flag because it disables the dialog close button in Qt5.
| | | | | | |     Deleted unused resources.
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/branch-closed.png
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/branch-end.png
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/branch-more.png
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/branch-open.png
| | | | | | | D	OMEdit/OMEditGUI/Resources/icons/vline.png
| | | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | | 
| * | | | | | commit 4e15aa80b22f98297584b0dd03c6cca90f813330
| | |_|/ / /  Author: Adeel Asghar 
| |/| | | |   Date:   Fri Apr 8 14:16:59 2016 +0200
| | | | | |   
| | | | | |       Use currentText instead of ItemData.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | 
| * | | | | commit 2d4e99c2a26712f4b9466ce885be79ffadb0a374
| | |/ / /  Author: Adeel Asghar 
| |/| | |   Date:   Fri Apr 8 11:08:17 2016 +0200
| | | | |   
| | | | |       ticket:3827
| | | | |       Adapt to updated jacobian flag.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | |   
| * | | |   commit 0b9b099419b54214d2b43abcd50ed8c4587f352c
| |\ \ \ \  Merge: fcbacb97a7 5e460b6784
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Apr 7 17:14:40 2016 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | |     
| | | | | |     Conflicts:
| | | | | |             OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | | 
| | * | | | commit 5e460b6784d02c79e8b463cbdcae13ef3b796df0
| | |\| | | Merge: 8f6676e7ca 2f0b650348
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Apr 7 16:43:55 2016 +0200
| | | | | | 
| | | | | |     Merge pull request #22 from robbr48/my_omedit_branch
| | | | | |     
| | | | | |     Fixed bug in fetch interface function.
| | | | | | 
| | | * | | commit 2f0b65034868293aa4e6ac6ada08308c09310295
| | |/ / /  Author: Robert Braun 
| | | | |   Date:   Thu Apr 7 16:13:23 2016 +0200
| | | | |   
| | | | |       Fixed bug in fetch interface function.
| | | | |       
| | | | |       For some reason the QDomElement lost its connection after calling
| | | | |       XmlDocument.toSTring(). Therefore, only the first interface for
| | | | |       each submodel was fetched.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | 
| * | | | commit fcbacb97a7450803874c41e2555e9cef1729440a
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Thu Apr 7 17:11:46 2016 +0200
| | | |   
| | | |       Check if interfaces are aligned or not.
| | | |       Fixed fetch interface data.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | |   M	OMEdit/OMEditGUI/Component/Component.h
| | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | 
| * | | commit 8f6676e7ca1ced7a733cad9e337932db50fba60d
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 7 13:43:32 2016 +0200
| | | | 
| | | |     Fixed dragging of external models.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit c84ef065634e0be1b7f6effcece9f1c5648f1518
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 6 17:49:43 2016 +0200
| | | | 
| | | |     ticket:3819
| | | |     Fixed display of text.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | 
| * | | commit c3b216c3f8bab4135ac955b5271ec554a5a35a98
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 6 17:25:50 2016 +0200
| | | | 
| | | |     some updates for Qt5.
| | | | 
| | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | |   
| * | |   commit dcfab7d83cc824c05fbc9fa75e4c4cb63091a18c
| |\ \ \  Merge: e3d969737a f06d166456
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Apr 6 13:21:35 2016 +0200
| | | | | 
| | | | |     Merge pull request #21 from robbr48/master
| | | | |     
| | | | |     Fixed wrong index in rotation vector function.
| | | | | 
| | * | | commit f06d166456cb6b2918165944562fddba6f004f8d
| | | | | Author: Robert Braun 
| | | | | Date:   Wed Apr 6 08:19:39 2016 +0200
| | | | | 
| | | | |     Fixed wrong index in rotation vector function.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | 
| * | | | commit e3d969737a752febb85e367d2c264136742eef65
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Apr 6 05:59:15 2016 +0200
| | | | | 
| | | | |     avoid some more warnings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | 
| * | | | commit b791c331d6a34065d5895cdf74bed6efabbf23a9
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Apr 6 05:51:28 2016 +0200
| | | | | 
| | | | |     Removed unused OMC parser.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/Makefile.common
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.common
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | D	OMEdit/OMEditGUI/OMC/Parser/OMCOutput.g
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| * | | | commit 3c287819c95d67b33e93b527812c66d72e3cdd08
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Apr 6 05:17:42 2016 +0200
| | | | | 
| | | | |     Fixed the view grid lines.
| | | | |     Fixed some warnings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/CEditor.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | 
| * | | | commit 25e182c06f4fd21acdacf67845698d923201cfb0
| | | | | Author: alash325 
| | | | | Date:   Tue Apr 5 11:30:20 2016 +0200
| | | | | 
| | | | |     -Set default values for metaModel connection attributes
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | 
| * | | | commit c463e0ab3884c2c2b9dd77f15ee4e764bcb258bd
| |/ / /  Author: Adrian Pop 
| | | |   Date:   Mon Apr 4 16:58:32 2016 +0200
| | | |   
| | | |       adapt to msys2 mingw32/mingw64 - ticket:2578
| | | |       
| | | |       * adapt to msys2 mingw32/mingw64 - ticket:2578
| | | |       
| | | |       * force qt4 build only on Linux
| | | |   
| | | |   M	OMEdit/OMEditGUI/CrashReport/backtrace.c
| | | |   M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | |   M	qjson/CMakeLists.txt
| | | | 
| * | | commit 45d32fb950f60d8291b168383facfe6ff3dd2b0c
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Apr 2 00:27:14 2016 +0200
| | | | 
| | | |     Properly preserve the bom
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | |   
| * | |   commit bb3bd55bd3eacf20fb22cd6032f756178a216585
| |\ \ \  Merge: d8c46e379b ddb7de2120
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Apr 1 15:43:07 2016 +0200
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit ddb7de2120a198530ad825c27e10c5fc3fdce482
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Apr 1 15:39:36 2016 +0200
| | | | | 
| | | | |     Do not interface as variable.
| | | | |     Already defined in basetyps.h in MinGW.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | 
| * | | | commit d8c46e379b6260243e6ae528d379b8713280ebc9
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Fri Apr 1 15:39:36 2016 +0200
| | | |   
| | | |       Do not use interface as variable.
| | | |       Already defined in basetyps.h in MinGW.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | |   
| * | |   commit 26abcb9786b81c65035e742d96de8f50567b6c9c
| |\ \ \  Merge: fbf65b8cf9 29cba5b3e0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Apr 1 15:28:50 2016 +0200
| | | | | 
| | | | |     Merge pull request #19 from robbr48/master
| | | | |     
| | | | |     Improved alignment features for meta models.
| | | | | 
| | * | | commit 29cba5b3e08e5dac8940096d1f9ef13718285aee
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 1 13:56:00 2016 +0200
| | | | | 
| | | | |     Removed some debug output.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | 
| | * | | commit 528c590c7544b96550d6499a4025a6d25c6666d6
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 1 13:34:41 2016 +0200
| | | | | 
| | | | |     Reverted accidentally commited debug output.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | 
| | * | | commit 7368537b260aa22c5a9c8b09f4e6d82e441e929c
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 1 13:33:17 2016 +0200
| | | | | 
| | | | |     Further improved alignment code for meta models.
| | | | |     
| | | | |     Changed getRotationMatrix and getRotationVector functions so that they comply with BEAST.
| | | | |     Also cleaned up some code.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | 
| | * | | commit 79764127e28e91e12cc844738ae73f918d0519d3
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 1 11:58:07 2016 +0200
| | | | | 
| | | | |     Re-wrote getRotationMatrix function in MetaModelEditor.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | 
| | * | | commit ae0b17482ab1edae18ed89c13be263931284ac85
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 1 09:55:47 2016 +0200
| | | | | 
| | | | |     Replaced "to" with "->" in align interface dialog.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | 
| | * | | commit 342c8d33249071e9a42a3f44b0d941f32f64a425
| | | | | Author: Robert Braun 
| | | | | Date:   Fri Apr 1 09:46:06 2016 +0200
| | | | | 
| | | | |     Improved alignment feature for meta models.
| | | | |     
| | | | |     Added a function for checking whether interfaces are aligned or not.
| | | | |     Corrected error in getRotationMatrix function.
| | | | |     Added help function for extracting position and rotation vectors from XML.
| | | | |     Added a fuzzyCompare function for comparing doubles with a tolerance.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | 
| * | | | commit fbf65b8cf9fe10aaf6f3508693ed79e5a1cb9f66
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Fri Apr 1 15:22:38 2016 +0200
| | | |   
| | | |       Fixes #3807 and #3808.
| | | |       Added line ending and bom settings.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | |   R091	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp	OMEdit/OMEditGUI/Editors/ModelicaEditor.cpp
| | | |   R090	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h	OMEdit/OMEditGUI/Editors/ModelicaEditor.h
| | | |   M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | |   M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | |   M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | |   M	OMEdit/OMEditGUI/Util/Helper.h
| | | |   M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | |   M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit 9b9a159602a9925e99b933274242ce21cfc5d0c4
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 29 17:45:05 2016 +0200
| | | | 
| | | |     Remove the unnecessary assert.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | |   
| * | |   commit 858eed0fd6660c5f5c1b10be071cf89fd246aec3
| |\ \ \  Merge: f806cd87a9 2ecd6baa89
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Mar 29 17:37:06 2016 +0200
| | | | | 
| | | | |     Merge pull request #17 from robbr48/master
| | | | |     
| | | | |     Improved align interfaces dialog for meta models.
| | | | | 
| | * | | commit 2ecd6baa89ac7d8c7d45f0899ed57a5a696e51e6
| | | | | Author: Robert Braun 
| | | | | Date:   Tue Mar 29 15:38:54 2016 +0200
| | | | | 
| | | | |     Improved align interfaces dialog for meta models.
| | | | |     
| | | | |     Only connected interfaces an be aligned. Also replaced asserts with error messages in align function.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | | 
| * | | | commit f806cd87a92372e265bc691d9d07b7511bc95e63
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Tue Mar 29 17:36:41 2016 +0200
| | | |   
| | | |       Graphical representation for interface points.
| | | |       Fixed several issues with connection attributes dialog.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | |   M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | |   M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | |   M	OMEdit/OMEditGUI/Component/Component.h
| | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | |   M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | |   M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | |   M	OMEdit/OMEditGUI/Util/Helper.h
| | | |   M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit 872a3a5e1b0a0c9ea035802f404dbea4d02fc487
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 27 00:53:14 2016 +0100
| | | | 
| | | |     Fixes #3797.
| | | |     Show class name as tab title instead of class path.
| | | |     The class path is shown in the header of the window.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit d0a3c75e45f8564790369f7a1169b6829e8adcef
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Mar 26 23:24:32 2016 +0100
| | | | 
| | | |     Indentation
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | 
| * | | commit 373069e91c63702ef49ac36e4adc6f89f5ca8faf
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Mar 26 23:22:52 2016 +0100
| | | | 
| | | |     Added button for calling MetaModelEditor::alignInterfaces function.
| | | |     Added AlignInterfacesDialog class.
| | | |     SVG icons for simulation parameters and align interfaces.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/align-interfaces.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/simulation-parameters.svg
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 8d5d64f212e9e2be53977e0ad90f166c2e1398d8
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 25 00:00:04 2016 +0100
| | | | 
| | | |     Fixes #3793
| | | |     Call loadString with the new text of the class before creating the LibraryTreeItem.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit e0629d983956a065707225077937c9eceef2f001
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 24 16:48:40 2016 +0100
| | | | 
| | | |     Fixes #3796.
| | | |     Added help buttons for compiler & simulation flags.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | 
| * | | commit 58e0b643b6a8c69af4293355b0e696e7121dd522
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 24 01:52:19 2016 +0100
| | | | 
| | | |     Fixes #3787.
| | | |     Add OMEdit version in Linux.
| | | |     Put the About OMEdit text in scroll area to avoid overlapping labels.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	OMEdit/OMEditGUI/omc_config.h.in
| | | | M	configure.ac
| | | | 
| * | | commit 4388d1f9b2a615f124a4e82d7b462747efc242d8
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 24 00:18:08 2016 +0100
| | | | 
| | | |     Divide with scale factor instead of multiplying.
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | 
| * | | commit ae8e741582b678ab8fa6fd66acdbf1e93a958dc3
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 23 19:29:21 2016 +0100
| | | | 
| | | |     Reasonable size for default component text.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | 
| * | | commit 5a75cb51150a436ae69d611c2087832263acf56d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 23 19:04:31 2016 +0100
| | | | 
| | | |     Fixes #2250.
| | | |     Added support for DisplayUnit and unit conversion for parameter input.
| | | |     The plot data is now based on the display unit.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | |   
| * | |   commit 0636301dbaf03afc9224a7e8f4ce714472acaf11
| |\ \ \  Merge: 51b50a21aa 22b78a94c2
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Mar 23 11:45:21 2016 +0100
| | | | | 
| | | | |     Merge pull request #15 from robbr48/master
| | | | |     
| | | | |     Added an alignment function for meta models.
| | | | | 
| | * | | commit 22b78a94c2d9699382a329c52ffcb1a4880d9136
| |/ / /  Author: Robert Braun 
| | | |   Date:   Wed Mar 23 08:21:01 2016 +0100
| | | |   
| | | |       Added an alignment function for meta models.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | |   
| * | |   commit 51b50a21aa82db4116c8bc2c842fba552b9bd127
| |\ \ \  Merge: 91ea31c879 2a6385e7c1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Mar 22 12:03:39 2016 +0100
| | | | | 
| | | | |     Merge pull request #14 from rfranke/glob
| | | | |     
| | | | |     Use glob pattern to find cross compilers
| | | | | 
| | * | | commit 2a6385e7c1288a4be520353c827ca1235d5dd632
| |/ / /  Author: Rüdiger Franke 
| | | |   Date:   Tue Mar 22 06:21:06 2016 +0100
| | | |   
| | | |       Use glob pattern to find cross compilers
| | | |   
| | | |   M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit 91ea31c8790230e17cb4cd3c31395dfc52020aa7
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 22 00:49:36 2016 +0100
| | | | 
| | | |     Added ExternalObject in isBuiltinType check.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 4bcfe5edaeecc09eb30d60b0ea2fda200171ac78
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 22 00:41:59 2016 +0100
| | | | 
| | | |     Make static as default linkage instead of dynamic.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | |   
| * | |   commit c2f86a4e6b2ddd928a9723cd790b2904a3f1dde0
| |\ \ \  Merge: 58e563b21a 5654b30acd
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Mar 22 00:31:45 2016 +0100
| | | | | 
| | | | |     Merge pull request #13 from rfranke/triplet
| | | | |     
| | | | |     strip compiler from platform name
| | | | | 
| | * | | commit 5654b30acdf9b2a67b06e515da04c6ee8442102d
| | | | | Author: Rüdiger Franke 
| | | | | Date:   Mon Mar 21 22:07:57 2016 +0100
| | | | | 
| | | | |     Cover clang as well
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| | * | | commit d9929f36826b93ee063717dc855db98a1135c662
| | | | | Author: Ruediger Franke 
| | | | | Date:   Mon Mar 21 21:06:18 2016 +0100
| | | | | 
| | | | |     strip compiler from platform name
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| * | | | commit 58e563b21a57e99528ff28dbde56a9c9c46410b1
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Tue Mar 22 00:29:29 2016 +0100
| | | |   
| | | |       Adapt to new output format of getExtendsModifierValue & getDerivedClassModifierValue.
| | | |   
| | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | |   M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | |   M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit f996e2699dfbff2d2c4ea0f180af1cab385bbbdd
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 21 17:34:31 2016 +0100
| | | | 
| | | |     Updated the dynamic & static radio buttons to a drop down.
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit 7ef55637d30301c21c3d2f0751c78b7e979c68e8
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 21 17:17:55 2016 +0100
| | | | 
| | | |     Fixes #3784. Only read start value when showStartAttribute is set.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit cd92453665733fe24d7b6cd6d19ecd946c648e3b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 21 16:34:28 2016 +0100
| | | | 
| | | |     Fixes #3775. Support multi-platform FMUs.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit d2f3af8ce6902d68621d5b4a5dbcb7b4097d2b40
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 21 12:32:28 2016 +0100
| | | | 
| | | |     Fixes #3784. Allow dots and underscores in component modifiers.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit b94386515d7ace86c9c5f9c35155cf68e2a6908d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 18 17:22:12 2016 +0100
| | | | 
| | | |     Use the same name as parent for the extended component.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit bd77ae1c379231f368e9917aac63592848d93138
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 18 17:11:51 2016 +0100
| | | | 
| | | |     Add QSpacerItem when there is no unit.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit 17dabfb37b09a669b85270eff1378877f6c62c9e
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 18 16:51:30 2016 +0100
| | | | 
| | | |     Partial unit conversion support.
| | | |     The work is not done yet so for now unit combo box is disabled.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | 
| * | | commit 25bbd967a48809dff2b7ab2bfaf9193881b2ec3c
| | | | Author: alash325 
| | | | Date:   Fri Mar 18 09:23:04 2016 +0100
| | | | 
| | | |     -Change naming conventions and setDisabled(true) for name and model file
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit d1a01aaaa8e6f85a1df4b0525477f4343e48bd83
| | | | Author: alash325 
| | | | Date:   Fri Mar 18 08:59:18 2016 +0100
| | | | 
| | | |     -Disable submodel names for metamodel connection dialog
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit ecb8eb58d5dbe5a67a3bd6941f36bef3c22c720c
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 17 14:36:49 2016 +0100
| | | | 
| | | |     Update the xml document when user manually edit text.
| | | |     save & simulate is not needed.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit a3b1abdc2e1938e75ecad00c955c7b79455b72a9
| | | | Author: alash325 
| | | | Date:   Thu Mar 17 09:51:57 2016 +0100
| | | | 
| | | |     -Push the change on the stack iff the user has changed the simulation parameters
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | |   
| * | |   commit 45f577960187941c029270abae20dc58983df724
| |\ \ \  Merge: ae32d089af 6cc344eaef
| | | | | Author: alash325 
| | | | | Date:   Thu Mar 17 00:15:50 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 6cc344eaefbedd24602c13409335d80cc01252c0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Mar 15 16:45:04 2016 +0100
| | | | | 
| | | | |     Avoid making too many changeDirectory calls.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | 
| | * | | commit 6ca8c1c0c772be00ca797cd3aa532064e7c57fc0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Mar 15 16:17:08 2016 +0100
| | | | | 
| | | | |     Fixes #3766.
| | | | |     Added more sanity checks. Move whole connection when both start and end components are selected.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| | * | | commit 1ec6313028c149ebf11f3108119a4a6121b016a5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Mar 15 14:24:56 2016 +0100
| | | | | 
| | | | |     Fixes #2220, #2347 & #2416.
| | | | |     Disable/enable the auto save timer based on focusInEvent/focusOutEvent of editor.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | 
| * | | | commit ae32d089af471d1bb949c162fbe505d462fb81e7
| |/ / /  Author: alash325 
| | | |   Date:   Thu Mar 17 00:14:30 2016 +0100
| | | |   
| | | |       - Allow to graphically update the simulation parameters for metamodel
| | | |       - Support for undo and redo for metamodel simulation parameters
| | | |   
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | |   M	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | |   M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | 
| * | | commit 19e827021e45415c8830d44233da9212f5afab9f
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 15 01:45:27 2016 +0100
| | | | 
| | | |     Fixes #3027. Allow exporting plotted variables to CSV file.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/export-variables.svg
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit c6a2ce1f1e5910613fab2b10cfd6d0d25047d6b4
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 14 22:27:47 2016 +0100
| | | | 
| | | |     Renamed TLMCoSimulationExperimentSettingDialog to MetaModelSimulationParamsDialog.
| | | |     Moved the update simulation params context menu to ModelWidget.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | |   
| * | |   commit aca17d25e60e7ac310f117690c8f979a4a096116
| |\ \ \  Merge: 2805502aac 6da40e1ad7
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Mar 14 15:37:39 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 6da40e1ad72aadfd7c07aa94ed47a52028af3161
| | | | | Author: alash325 
| | | | | Date:   Mon Mar 14 08:55:26 2016 +0100
| | | | | 
| | | | |     -A preliminary dialog to modify CoSimulation settings
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit 2805502aacd80ff3d8cdaa785597b4fac83fa952
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Mon Mar 14 15:36:32 2016 +0100
| | | |   
| | | |       Fixes #3032. Adjust position based on the coordinate system of the component.
| | | |   
| | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | |   M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | |   M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | 
| * | | commit 62477982172a73c9e80522c7234d6b1a7508d6bc
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 13 00:52:07 2016 +0100
| | | | 
| | | |     Fixes #2274 & #2845.
| | | |     Update Libraries browser when user modifies the text.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 2c2c5e9346f499fb414c65b75eec097020155a72
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 11 17:25:05 2016 +0100
| | | | 
| | | |     Dynamically create the list of simulation logging flags.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | 
| * | | commit 4385f6edb7fecbd1b0d16d1d5ef740c72f82bc00
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 11 16:08:21 2016 +0100
| | | | 
| | | |     Fixes #3753. use correct simulation logging flag option.
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | 
| * | | commit 1296d76cd48f52f291cfb8f81b42dc2444a801c3
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 11 15:06:15 2016 +0100
| | | | 
| | | |     Removed save and save as context menu items from metamodel.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit dc69a1433b85fc5b19ab8f7c5f9083c97d185a74
| | | | Author: alash325 
| | | | Date:   Fri Mar 11 14:21:41 2016 +0100
| | | | 
| | | |     - Add Save and Save as context menu to the metamodel
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit b929db6206474b2103467e75469a9fda625ea37a
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 11 13:55:25 2016 +0100
| | | | 
| | | |     Fixed the crash while saving metamodels.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 4a5facf6d80af2f3e814587bc4c8978fb8798f3a
| | | | Author: alash325 
| | | | Date:   Fri Mar 11 11:38:26 2016 +0100
| | | | 
| | | |     -Save as for meta-model to make a copy of the file in a different folder or make a copy with a different name
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | 
| * | | commit 7864f66ef3c0e8632015cb87b920ddc61f6b13af
| | | | Author: alash325 
| | | | Date:   Thu Mar 10 21:11:17 2016 +0100
| | | | 
| | | |     - Save as for meta models
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 4b6af895db3f30b9a8761601dd4ff0cbd15d6b53
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 10 20:10:55 2016 +0100
| | | | 
| | | |     We can load multiple meta models at once.
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 36a52a84dab8cdc9200f09a71eb2efba80f3c210
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 10 18:15:09 2016 +0100
| | | | 
| | | |     Better naming convention for metamodels and TLM.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | R079	OMEdit/OMEditGUI/Editors/TLMEditor.cpp	OMEdit/OMEditGUI/Editors/MetaModelEditor.cpp
| | | | R086	OMEdit/OMEditGUI/Editors/TLMEditor.h	OMEdit/OMEditGUI/Editors/MetaModelEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit 04f142bfc732ff7886bfed2c0ccf76e624ea173b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 10 16:51:54 2016 +0100
| | | | 
| | | |     Add default annotation for Connections without annotations.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit f2cb75d41f8b682180d5155df0f3e0707cfcde70
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 10 13:20:31 2016 +0100
| | | | 
| | | |     formatting & indentation.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 960ad2f276fcbc07ccf05e7c72963a9f1229d93a
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 10 13:12:34 2016 +0100
| | | | 
| | | |     tag v1.9.5-dev
| | | | 
| * | | commit e8c9162f627ae1dd47915115c3061557ab78588a
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 9 14:58:04 2016 +0100
| | | | 
| | | |     Fixed loadPreviousViewType function.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit a1f3866e5c011ce83000131d486d485fd01e400e
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 9 14:45:13 2016 +0100
| | | | 
| | | |     Store connections without annotations.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit ade17f4176494003ac70eb849727322fbb11720d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 9 13:49:42 2016 +0100
| | | | 
| | | |     Handle delete undo of submodels.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit d5769e2985ad2a47c44865d761c5209f60414745
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 9 12:48:54 2016 +0100
| | | | 
| | | |     Store the update SubModelAttributes to undo stack.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | 
| * | | commit 54c7cf6feb448503ba1647506ac44b30e6136c65
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 8 17:16:49 2016 +0100
| | | | 
| | | |     Fixed updateSubModelParameters.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | 
| * | | commit afa6bc71d49ca2664bd12c24936fc96914ca0757
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 8 17:03:08 2016 +0100
| | | | 
| | | |     Store attributes of submodel inside ComponentInfo of Component.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 6fb638a6f5e41f2de32027a3977a00df2948ae36
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 8 15:25:54 2016 +0100
| | | | 
| | | |     Fixed loading metamodels.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | 
| * | | commit d763c7707edc21207806da908b2f64e79f19d657
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 7 14:09:43 2016 +0100
| | | | 
| | | |     filter out non-modelica items by checking flag showOnlyModelica.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 609a89d3898b3a9907674ee6f6f2104cfc2fe785
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Mar 7 13:32:57 2016 +0100
| | | | 
| | | |     Fixed loading of metamodels.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | 
| * | | commit c09a16c13c3c94bba3d617c38475729d3d3774d8
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 4 19:41:51 2016 +0100
| | | | 
| | | |     Fixes #3746. Added GUI interface to manage uses annotation.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | |   
| * | |   commit dd679111e09f8bab8f556ebbd000f6722c66e039
| |\ \ \  Merge: 3a8a1e7751 2eb86cde98
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Mar 4 16:26:14 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 2eb86cde981c3430418a45bc1aa16526b03f91e9
| | | | | Author: Martin Sjölund 
| | | | | Date:   Fri Mar 4 14:56:38 2016 +0100
| | | | | 
| | | | |     Updated the Japanese translation
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | 
| * | | | commit 3a8a1e7751ab36d60e96359d2fdc6cfc2c248f9b
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Fri Mar 4 16:25:23 2016 +0100
| | | |   
| | | |       Fixes #3746. Add uses annotation for the package.
| | | |   
| | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | 
| * | | commit cd90f74d3c5078c713f08f6dcdcb746a2da95571
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Mar 4 12:42:13 2016 +0100
| | | | 
| | | |     Fixes #3744. Avoid adding NaN to extent.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | 
| * | | commit 6830f82dca3fbe2653dafd88c78be54a5fbe7e3c
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Mar 3 02:31:30 2016 +0100
| | | | 
| | | |     Fixes #3723. Only return true if absolute file path exists.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit b1364f4fefea700af5c1bc1b860ef4b56a9ca814
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 2 15:27:31 2016 +0100
| | | | 
| | | |     Fixes #3737. Update ComponentInfo when makeClassNameRelative is used.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 458b0ec8daee1098f4b5e96e98406e697e0ae021
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 2 13:42:08 2016 +0100
| | | | 
| | | |     Add OMEdit to version.
| | | | 
| | | | M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | 
| * | | commit 8d2d2ec52b272f87c4ef78f0fe325b63c708fa99
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Mar 2 00:45:28 2016 +0100
| | | | 
| | | |     Use the correct object.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | 
| * | | commit 62c0c86814d8ea0224cb9963a1998869728809e8
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 1 17:47:06 2016 +0100
| | | | 
| | | |     Fixes #3558. Fixed the text orientation for flipping & rotation.
| | | |     Added shortcuts for flipping.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit 678bb3b935e8f2ef7c02fa77123b00575bc85b84
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 1 12:33:35 2016 +0100
| | | | 
| | | |     Add OMEdit git hash in omeditcommunication.log file.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit d189425547bc4a975119c2eaac53a4d17066da6b
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 1 00:23:38 2016 +0100
| | | | 
| | | |     Update README.md
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/nls/README.md
| | | | 
| * | | commit 5b8d060469a4825fec68787ad5037f2d564d6be7
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 1 00:17:55 2016 +0100
| | | | 
| | | |     More README.md updates.
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/nls/README.md
| | | | 
| * | | commit 0368771f660848c4296ea0e6afb8a1b66e583496
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 1 00:14:08 2016 +0100
| | | | 
| | | |     Updated README.md
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/nls/README.md
| | | | 
| * | | commit 712ee8ff87cd6a420e2533a6d18b66254d98420a
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Mar 1 00:11:48 2016 +0100
| | | | 
| | | |     Chinese nls by Wenhui Li.
| | | |     Removed tsrelease.bat since its done as part of makefile.
| | | |     Added the README.md.
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | R060	OMEdit/OMEditGUI/Resources/nls/README.txt	OMEdit/OMEditGUI/Resources/nls/README.md
| | | | D	OMEdit/OMEditGUI/Resources/nls/tsrelease.bat
| | | | 
| * | | commit 77fc81550c42cd86440210d2ae6933fd1e17e936
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 29 23:44:00 2016 +0100
| | | | 
| | | |     Fixes #3731. Don't create empty Icon & Diagram annotations when creating a class.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit 46bef23a40427d43bdb09105750fcc16851fa4dd
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 29 23:19:43 2016 +0100
| | | | 
| | | |     Ignore version.h file.
| | | | 
| | | | M	.gitignore
| | | | 
| * | | commit 56b075f430d00373858bf77521b998c180cdb134
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 29 23:18:11 2016 +0100
| | | | 
| | | |     Added OMEdit git hash to about dialog.
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 22a157966716ad8e3c8d6498022d67693f9b5fc3
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 29 19:44:54 2016 +0100
| | | | 
| | | |     Fixes #1900. Added support for expandable connectors.
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/connector-icon.svg
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 9adc7f5d97ba88048aa3151caedab7e9bfb5a55d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 26 17:29:32 2016 +0100
| | | | 
| | | |     Fix builds.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 608efb71d6d8ad834c911b2c42452e4ca2602fd4
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 26 13:28:34 2016 +0100
| | | | 
| | | |     Fixes #3728. Convert the modelica:// used in link tag.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 01159f93d4984028e5c96171a221ec5755d8e3a3
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 26 00:36:02 2016 +0100
| | | | 
| | | |     Added context-menu to documentation view.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | 
| * | | commit c6980047693ab27bbb6aee1885665221dff417d0
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 25 18:13:39 2016 +0100
| | | | 
| | | |     Use omc pretty-printing when diffModelicaFileListings() fails.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 1db86bdbe3192c45a681cfd98b3731221f65eb2c
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 25 16:57:48 2016 +0100
| | | | 
| | | |     Update class text when duplicating another class in it.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | 
| * | | commit d6904afc133561d63330f93561e9c25d23c18dfe
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 25 14:49:43 2016 +0100
| | | | 
| | | |     Get rid of warning "URL has no schema set, use file:// for files".
| | | |     Create QWebPage on heap and delete it when loadFinished signal is raised.
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 594af143233681e304994de2fc2525ccbd02d29f
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 25 02:52:54 2016 +0100
| | | | 
| | | |     The nested class will be deleted by loadString.
| | | |     So only call deleteClass for classes that actually exists.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit aabf41668f4a544fc3d8206e1c47c22fccaa647c
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Feb 25 01:41:06 2016 +0100
| | | | 
| | | |     Only use loadString merge true for package.mo
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 6a0b046edf6f9d7f525e0e96abdb62201d92f28d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 24 22:41:37 2016 +0100
| | | | 
| | | |     Fixes #3719. Enable save as functionality.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | 
| * | | commit c6988d4a629216844f91a5478e7e57d5e9deb80e
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 24 15:31:56 2016 +0100
| | | | 
| | | |     Fixes #3311. Fixed loading __OpenModelica_infoHeader scripts.
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 58588dbcae70f11ed446d21e1c10032d2f8f2892
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Feb 24 12:53:21 2016 +0100
| | | | 
| | | |     Fixes #3714. Disable dragging components onto diagram layer of a package.
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 74b00c4332da1426df55e898ece4c0acd8b71ac8
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Feb 23 23:40:53 2016 +0100
| | | | 
| | | |     Removed tidy as is not needed.
| | | | 
| | | | D	tidy/.gitignore
| | | | D	tidy/CMakeLists.txt
| | | | D	tidy/README.md
| | | | D	tidy/README/CODESTYLE.md
| | | | D	tidy/README/CONTRIBUTING.md
| | | | D	tidy/README/LICENSE.md
| | | | D	tidy/README/LICENSE.txt
| | | | D	tidy/README/LOCALIZE.md
| | | | D	tidy/README/README.html
| | | | D	tidy/README/README.md
| | | | D	tidy/README/VERSION.md
| | | | D	tidy/README/verhist.log
| | | | D	tidy/build/cmake/.gitignore
| | | | D	tidy/build/cmake/build-api.sh
| | | | D	tidy/build/cmake/build-bins.bat
| | | | D	tidy/build/cmake/build-me.bat
| | | | D	tidy/build/cmake/build-me.sh
| | | | D	tidy/build/cmake/cmake-clean.sh
| | | | D	tidy/build/cmake/cmake-clean.txt
| | | | D	tidy/build/cmake/pub-bins.bat
| | | | D	tidy/build/cmake/pub-bins.sh
| | | | D	tidy/build/cmake/updexe.bat
| | | | D	tidy/build/win64/.gitignore
| | | | D	tidy/build/win64/build-bins.bat
| | | | D	tidy/build/win64/build-me.bat
| | | | D	tidy/build/win64/cmake-clean.txt
| | | | D	tidy/build/win64/pub-bins.bat
| | | | D	tidy/build/win64/updexe.bat
| | | | D	tidy/console/tab2space.c
| | | | D	tidy/console/test71.cxx
| | | | D	tidy/console/tidy.c
| | | | D	tidy/experimental/TidyNodeIter.c
| | | | D	tidy/experimental/TidyNodeIter.h
| | | | D	tidy/experimental/httpio.c
| | | | D	tidy/experimental/httpio.h
| | | | D	tidy/include/tidy.h
| | | | D	tidy/include/tidybuffio.h
| | | | D	tidy/include/tidyenum.h
| | | | D	tidy/include/tidyplatform.h
| | | | D	tidy/localize/.gitignore
| | | | D	tidy/localize/Gemfile
| | | | D	tidy/localize/README.md
| | | | D	tidy/localize/language_ll_cc.h.erb
| | | | D	tidy/localize/poconvert.rb
| | | | D	tidy/localize/translations/language_en_gb.po
| | | | D	tidy/localize/translations/language_es.po
| | | | D	tidy/localize/translations/language_es_mx.po
| | | | D	tidy/localize/translations/language_zh_cn.po
| | | | D	tidy/localize/translations/tidy.pot
| | | | D	tidy/man/.gitignore
| | | | D	tidy/man/README.md
| | | | D	tidy/man/tidy1.xsl.in
| | | | D	tidy/src/access.c
| | | | D	tidy/src/access.h
| | | | D	tidy/src/alloc.c
| | | | D	tidy/src/attrask.c
| | | | D	tidy/src/attrdict.c
| | | | D	tidy/src/attrdict.h
| | | | D	tidy/src/attrget.c
| | | | D	tidy/src/attrs.c
| | | | D	tidy/src/attrs.h
| | | | D	tidy/src/buffio.c
| | | | D	tidy/src/charsets.c
| | | | D	tidy/src/charsets.h
| | | | D	tidy/src/clean.c
| | | | D	tidy/src/clean.h
| | | | D	tidy/src/config.c
| | | | D	tidy/src/config.h
| | | | D	tidy/src/entities.c
| | | | D	tidy/src/entities.h
| | | | D	tidy/src/fileio.c
| | | | D	tidy/src/fileio.h
| | | | D	tidy/src/forward.h
| | | | D	tidy/src/gdoc.c
| | | | D	tidy/src/gdoc.h
| | | | D	tidy/src/iconvtc.c
| | | | D	tidy/src/iconvtc.h
| | | | D	tidy/src/istack.c
| | | | D	tidy/src/language.c
| | | | D	tidy/src/language.h
| | | | D	tidy/src/language_en.h
| | | | D	tidy/src/language_en_gb.h
| | | | D	tidy/src/language_es.h
| | | | D	tidy/src/language_es_mx.h
| | | | D	tidy/src/language_zh_cn.h
| | | | D	tidy/src/lexer.c
| | | | D	tidy/src/lexer.h
| | | | D	tidy/src/mappedio.c
| | | | D	tidy/src/mappedio.h
| | | | D	tidy/src/message.c
| | | | D	tidy/src/message.h
| | | | D	tidy/src/parser.c
| | | | D	tidy/src/parser.h
| | | | D	tidy/src/pprint.c
| | | | D	tidy/src/pprint.h
| | | | D	tidy/src/sprtf.c
| | | | D	tidy/src/sprtf.h
| | | | D	tidy/src/streamio.c
| | | | D	tidy/src/streamio.h
| | | | D	tidy/src/tagask.c
| | | | D	tidy/src/tags.c
| | | | D	tidy/src/tags.h
| | | | D	tidy/src/tidy-int.h
| | | | D	tidy/src/tidylib.c
| | | | D	tidy/src/tmbstr.c
| | | | D	tidy/src/tmbstr.h
| | | | D	tidy/src/utf8.c
| | | | D	tidy/src/utf8.h
| | | | D	tidy/src/version.h
| | | | D	tidy/src/win32tc.c
| | | | D	tidy/src/win32tc.h
| | | | D	tidy/version.txt
| | | |   
| * | |   commit 41e95e965726e44c11da666d88b15c272ee197c8
| |\ \ \  Merge: 8eeaa192e0 9dd37a1cf1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 23 19:17:58 2016 +0100
| | | | | 
| | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | 
| | * | | commit 9dd37a1cf146153b4da718d30d1054dca7c266f4
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Feb 23 08:31:36 2016 +0100
| | | | | 
| | | | |     Update translation files
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | | 
| | * | | commit 9106a0c96d7878e9ca0070b28f33582daa5d6cda
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 23 01:41:45 2016 +0100
| | | | | 
| | | | |     Fixes #3708. Call prepareGeometryChange to avoid unnecessary paint events.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | |   
| | * | |   commit a560950aae35f206eabc3b1aa34cc4edf4f002bb
| | |\ \ \  Merge: f5e50d0f5b e533fb890f
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Feb 22 15:29:34 2016 +0100
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | | * | | commit e533fb890f8f6059c0458911b168983701219afd
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Mon Feb 22 06:56:27 2016 +0100
| | | | | | 
| | | | | |     Update Japanese translation files
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | | 
| | * | | | commit f5e50d0f5be9eb5606a6918a4edb310d742d05e3
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Mon Feb 22 15:29:13 2016 +0100
| | | | |   
| | | | |       Fixes #3706.
| | | | |       Don't check components because we should not display class as missing one of components class is missing.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | 
| | * | | commit 49aab94cf19dd54826210244f3a4e88d870fb7cb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Feb 21 15:24:36 2016 +0100
| | | | | 
| | | | |     Enhancements for #3690.
| | | | |     Calculate "Number of Intervals" and "Interval" automatically. Enable/disable fields depending on the option selected.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | 
| | * | | commit 0dba74001fca6f93533c06d94cc3d686a6a505f1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Feb 21 14:32:27 2016 +0100
| | | | | 
| | | | |     Fixes #3702.
| | | | |     When user has changed the class name then update LibraryTreeItem.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | 
| | * | | commit 53f6bfcf3943be344cc8958f2efb508dee6ab732
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Feb 20 02:44:40 2016 +0100
| | | | | 
| | | | |     Fixes #3698. Don't try to merge AST just replace it.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit e722f8384ad7debc9a9c1ac5790d29c2e01d78c8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 19 18:05:07 2016 +0100
| | | | | 
| | | | |     Only set the text when it is really new.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | 
| | * | | commit 86b03206c818488983f4be1adce7cc10e704a5df
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 19 17:53:54 2016 +0100
| | | | | 
| | | | |     Fixes #3607.
| | | | |     Print message when checkModel & instantiateModel are successful.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| | * | | commit 886a78e7af4240281cfd35e72529f61e75a736f7
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 19 16:38:37 2016 +0100
| | | | | 
| | | | |     Fixes #3690. Added interval in the simulation dialog.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | 
| | * | | commit af41062c42b4b9e7a7b7eb3aeb33220d0e75beb0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 19 15:14:51 2016 +0100
| | | | | 
| | | | |     Fixes #3683. Update connections when component is deleted.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | 
| | * | | commit 538f96a5fcb59c1481ba93a2f92a2b1c4cb1cad3
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 16 00:24:16 2016 +0100
| | | | | 
| | | | |     Fixes #3683.
| | | | |     Update the component name in connections list when renameComponentInClass is used.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | 
| | * | | commit f66ffa786341031cf39471bc0880ba13eac887e4
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Feb 14 17:05:55 2016 +0100
| | | | | 
| | | | |     Fixes #3686. Center on the CoOrdinateSystem properly.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit 7d939b57afdc52bef3d29f516e52d51634989d13
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Feb 13 00:32:40 2016 +0100
| | | | | 
| | | | |     Fixes #3376. Added a command prompt for windows.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | 
| | * | | commit 9db6ce66bb6d3d95be844e201b4ea44209ba5a56
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 18:28:44 2016 +0100
| | | | | 
| | | | |     Use the OMCInterface instead of sendCommand.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | 
| | * | | commit c3b6e6d27870f496d108d3ca601a6e8930a93f2e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 17:13:31 2016 +0100
| | | | | 
| | | | |     Remove RCS-id from header files.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.h
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.h
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/CEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/DebuggerSourceEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.h
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | 
| | * | | commit 41ba9cd2d2817c4b8e967dde3ca982459382e479
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 17:08:38 2016 +0100
| | | | | 
| | | | |     Remove RCS-id from source files.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/main.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/DebuggerSourceEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | 
| | * | | commit 4aec6561e391b360c5bb8b5fe97bccb8835d6ae2
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 16:19:20 2016 +0100
| | | | | 
| | | | |     Use isSimulationAllowed for updateBindings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit 8dacf8d0c6d69e8f9e51d30abd6bd2fd4068ad7f
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 00:47:35 2016 +0100
| | | | | 
| | | | |     Fixes #3673. Added button for infer bindings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   
| | * | |   commit 81114bafdb5e26c54dc0f2703e05597c566eb1b1
| | |\ \ \  Merge: 104cbca7b6 bcf2cbc88c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Feb 11 00:22:54 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #10 from rfranke/win
| | | | | |     
| | | | | |     attempt to fix Cpp under Windows when using gcc
| | | | | | 
| | | * | | commit bcf2cbc88cba765083823d3fb8b00925b18a5bfa
| | |/ / /  Author: Ruediger Franke 
| | | | |   Date:   Wed Feb 10 23:16:18 2016 +0100
| | | | |   
| | | | |       attempt to fix Cpp under Windows when using gcc
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| | * | | commit 104cbca7b6c92b36dcd4c7aa89add0203d1bc6de
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Feb 10 17:46:07 2016 +0100
| | | | | 
| | | | |     Fixes #3630
| | | | |     Don't use diffModelicaFileListings when user manually edits in text view.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | 
| | * | | commit edc0f947dbce34c1634c338b2e21cbcdf6474775
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 9 11:52:28 2016 +0100
| | | | | 
| | | | |     Make C the default target language
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| | * | | commit a129b0f55c4841a333c58e2ce1c4f24314269366
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 8 15:39:37 2016 +0100
| | | | | 
| | | | |     Fixes #3670. Set Target Compiler and Target Language flags.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| | * | | commit 0ab2c2ff00cd842f4629a073a9253d3ba91fe10d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 8 14:44:26 2016 +0100
| | | | | 
| | | | |     Added a settings option to enable/disable preserve indentation
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | 
| | * | | commit db0641feb8499bde14685f633dcffcd37dd68467
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Feb 7 01:32:58 2016 +0100
| | | | | 
| | | | |     Fixes #3667. Added keyboard shortcuts for ordering classes.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | |   
| | * | |   commit d0a3f39c4440fbc4a5ecfbc88734c3b18d595e2f
| | |\ \ \  Merge: e3b00ab97d f26076a31b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Feb 7 00:30:51 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #9 from dietmarw/about
| | | | | |     
| | | | | |     Remove superfluous "OpenModelica"
| | | | | | 
| | | * | | commit f26076a31bac64755e52d2911ef2b4eeb8e27945
| | |/ / /  Author: Dietmar Winkler 
| | | | |   Date:   Fri Feb 5 13:28:24 2016 +0100
| | | | |   
| | | | |       Remove superfluous "OpenModelica"
| | | | |       
| | | | |       `Helper::OpenModelicaVersion = getVersion();` but
| | | | |       `getVerson()` gives something like
| | | | |       "OpenModelica 1.9.4~dev.beta1-35-g1e6dea7"
| | | | |       
| | | | |       so OpenModelica appears twice in the display.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| | * | | commit e3b00ab97d9b7ce0c02f94737368f1abc2c83293
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 5 11:00:16 2016 +0100
| | | | | 
| | | | |     Fixes #3665. Allow html display and clickable links for class comment.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| | * | | commit 5f95f7e789ff712611cc024f79cf5c97c62c98cb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 4 17:45:17 2016 +0100
| | | | | 
| | | | |     Fixes #3663. Renamed View Class to Open Class.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit 7cd899bfe8e7c8057486c29b756af7b71f886a94
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 4 16:44:24 2016 +0100
| | | | | 
| | | | |     Fixes #3665. Added component comment to the tooltip.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | 
| | * | | commit 03537212b89c50bb2f2e3c37bac690f27bf8f4cf
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 4 16:08:25 2016 +0100
| | | | | 
| | | | |     Fixes #3665. Added the component class description to parameters dialog.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | 
| | * | | commit 5f921469022ffae678bb792ac6982ab126859278
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 4 14:19:20 2016 +0100
| | | | | 
| | | | |     Remove unnecessary colon.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit dc3bf3ff3052941e9eaf845ed071ef29ce041d55
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Feb 2 14:49:30 2016 +0100
| | | | | 
| | | | |     Run lupdate
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | | 
| | * | | commit 1ebc13b5342a1cfdb016311b7fbe4af21f2fee75
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 2 14:21:44 2016 +0100
| | | | | 
| | | | |     Show the description of solvers when user mouse over the solver drop down.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | 
| | * | | commit ee4e7b686a8ac7a0f5fea48c1f9caaf01af9a0f6
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Feb 1 16:00:45 2016 +0100
| | | | | 
| | | | |     Disable indentation-preserving unparsing
| | | | |     
| | | | |     Numerous bugs have popped up. This reverts to the old code. Adeel
| | | | |     will add support to switch the indentation-preserving unparsing on
| | | | |     a configuration flag in OMEdit.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| | * | | commit 91bfead8ac620db910b805c751bdf8c00be7f13a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jan 29 12:22:17 2016 +0100
| | | | | 
| | | | |     Fixes #3654. Show default icon for components without icon annotation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | 
| | * | | commit 5b2f674b95dda31cbe6eaa463554b1ade4be010b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jan 28 10:55:18 2016 +0100
| | | | | 
| | | | |     Fixes #3648. Fixed spelling mistake.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | |   
| | * | |   commit 1d3fada47d5d834b283c36903a24476493c336a0
| | |\ \ \  Merge: aa1e1403ed 9bd43603ca
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Jan 28 10:46:16 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #7 from dietmarw/fixSpelling
| | | | | |     
| | | | | |     Fix common spelling mistakes.
| | | | | | 
| | | * | | commit 9bd43603caa8ac46ff93ace8746a896366c270c8
| | | | | | Author: Dietmar Winkler 
| | | | | | Date:   Thu Jan 28 09:50:51 2016 +0100
| | | | | | 
| | | | | |     Fix common spelling mistakes.
| | | | | |     
| | | | | |     Used https://github.com/vlajos/misspell_fixer
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | M	qjson/doc/qjson.dox
| | | | | | 
| | * | | | commit aa1e1403ed75f4c3ea369da767a27c1acdabef72
| | |\| | | Merge: e5e5bfeb94 497aa173b2
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed Jan 27 09:32:58 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #6 from dietmarw/master
| | | | | |     
| | | | | |     Improve message string to correct English
| | | | | | 
| | | * | | commit 497aa173b2bde957641a206451c5f47d429ec697
| | | | | | Author: Dietmar Winkler 
| | | | | | Date:   Wed Jan 27 09:31:38 2016 +0100
| | | | | | 
| | | | | |     Improve message string to correct English. (translation files)
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | | | 
| | | * | | commit 320640b4e99cc9bf2e6ccb170a00d6309dfc711b
| | |/ / /  Author: Dietmar Winkler 
| | | | |   Date:   Tue Jan 26 18:28:25 2016 +0100
| | | | |   
| | | | |       Improve message string to correct English. (main file)
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | 
| | * | | commit e5e5bfeb941603c9d8fc17741d16f3788ab27e83
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jan 26 12:31:10 2016 +0100
| | | | | 
| | | | |     Fixes #3607. Reset messages before checking, instantiation & simulation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| | * | | commit 46e85354f3010fb12e6a139a114087e2ad7d34ab
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jan 26 12:18:06 2016 +0100
| | | | | 
| | | | |     Fixes 3620. Allow deleting classes through del key.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | 
| | * | | commit e627988d1d0a71701a81d310a41812f1448a49e7
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jan 25 14:35:56 2016 +0100
| | | | | 
| | | | |     Fixed #3604. Send the name change request into the depths recursively.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | 
| | * | | commit 7cb1815395a8aff32cd4d7646407e7f4dfce2758
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jan 25 12:08:25 2016 +0100
| | | | | 
| | | | |     Fixes #3585. Fixed creating class within a package.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit 3ec2c1dc4b775519a02b263b8c21799bf690aa15
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jan 25 11:25:11 2016 +0100
| | | | | 
| | | | |     Russian translations by Andrey Lavrentyev
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | 
| | * | | commit 42f4538d5cc9d0110ecfb9bcaa0856e449836b25
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 27 22:32:35 2015 +0100
| | | | | 
| | | | |     Fixed crash when adding DynamicPipe to model.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | |   
| | * | |   commit 309db775643aed866843c49d4950d8a9f963f034
| | |\ \ \  Merge: cd548494a3 d939ff7f40
| | | | | | Author: Henning Kiel 
| | | | | | Date:   Tue Dec 15 12:13:50 2015 +0100
| | | | | | 
| | | | | |     Merge pull request #5 from hkiel/omedit_documentation_zoom
| | | | | |     
| | | | | |     Implement zoom in DocumentationView with ctrl+scroll
| | | | | | 
| | | * | | commit d939ff7f401624e1a357f97c4d1974063a921695
| | |/ / /  Author: hkiel 
| | | | |   Date:   Tue Dec 15 12:03:39 2015 +0100
| | | | |   
| | | | |       Implement zoom in DocumentationView with ctrl+scroll
| | | | |       reset zoom to factor 1 with control+doubleClick
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | 
| | * | | commit cd548494a3affc831bcffa5d630f3afc9777335e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 11 04:19:44 2015 +0100
| | | | | 
| | | | |     Don't match parentheses within comments and quotes sections.
| | | | |     This default behavior can be changed in settings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | 
| | * | | commit 8a501c852d60e1f90fa6a52cab57a39449d09f34
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 11 01:43:47 2015 +0100
| | | | | 
| | | | |     Fix saving of debug configurations.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.h
| | | | | 
| | * | | commit bfc16f8c039bc3d291b621e2a72f8820d1a424ce
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 10 16:30:40 2015 +0100
| | | | | 
| | | | |     Check correct extents.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit 61a0dc8372cfe7f039a86609248e768d5c740dba
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 10 14:45:24 2015 +0100
| | | | | 
| | | | |     Updated the classes if needed before saving them.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit b4d8ad0f2c6decafd089c139278dd0c2ec1ad101
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 10 01:22:10 2015 +0100
| | | | | 
| | | | |     Always draw the connectors on top.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | 
| | * | | commit 51483852689e8e4074324c03e9ac8ebc18f6bf29
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Dec 9 23:20:32 2015 +0100
| | | | | 
| | | | |     Make sure group image is displayed.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | 
| | * | | commit b9e092ede603ce424051d693fe8bda177a717519
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Dec 9 21:26:24 2015 +0100
| | | | | 
| | | | |     List the parameters based on 3 conditons,
| | | | |     1. Has a parameter prefix
| | | | |     2. Has a start/fixed binding
| | | | |     3. Has dialog annotation
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | 
| | * | | commit 04984bac3e374ac90144e11a5c4974f99061e3ec
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Dec 9 14:16:03 2015 +0100
| | | | | 
| | | | |     Added a missing semi-colon.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| | * | | commit fd0cb66c3060b0e861de382b77cc952e63a963ad
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Dec 9 02:09:54 2015 +0100
| | | | | 
| | | | |     #2391. Create a default initialization section to use.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | |   
| | * | |   commit a601894e1e34d6f1e2af769da764166bb24ba232
| | |\ \ \  Merge: 61830aee3e 94263d0231
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 8 16:26:38 2015 +0100
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | | * | | commit 94263d0231f22ac96e9dd4e3659050a1831e6cac
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Tue Dec 8 14:20:38 2015 +0100
| | | | | | 
| | | | | |     Update common submodule
| | | | | |     
| | | | | |     Broke with the merge of Adeel's branch, when it was forced to an
| | | | | |     older version.
| | | | | | 
| | | | | | M	common
| | | | | | 
| | * | | | commit 61830aee3e190336ef91cb0d00afa50596a377da
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Tue Dec 8 16:25:59 2015 +0100
| | | | |   
| | | | |       Enhanced the array connection dialog to allow connecting if root component is also array.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit 4ef774e1c1339f1527cf4bc3d0984b77df704463
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Dec 8 13:03:19 2015 +0100
| | | | | 
| | | | |     #3447. Added path for msvc simulation executables.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| | * | | commit ad6ae676bb60cfbe53aa1b8be22a93254bda8b72
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Dec 7 16:21:46 2015 +0100
| | | | | 
| | | | |     Fixes #3580. Start component name could be an array.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit 671e1ea0f7a69f91560303607f4dd83e261d76cc
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Dec 7 12:28:51 2015 +0100
| | | | | 
| | | | |     Fix compilation of Modelica models on Linux.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | |   
| | * | |   commit 8cb8939df32d423c54d70d9242de127ace5ca618
| | |\ \ \  Merge: 8c855965d1 b55fb35be1
| | | | | | Author: perost 
| | | | | | Date:   Sun Dec 6 20:27:40 2015 +0100
| | | | | | 
| | | | | |     Merge pull request #4 from perost/variantfix
| | | | | |     
| | | | | |     Fix compilation issue.
| | | | | | 
| | | * | | commit b55fb35be1a04a35544fbb87f637e7d938c2b87e
| | |/ / /  Author: Per Östlund 
| | | | |   Date:   Sun Dec 6 20:25:44 2015 +0100
| | | | |   
| | | | |       Fix compilation issue.
| | | | |       
| | | | |       - QVariant(Qt::GlobalColor) constructor is private.
| | | | |         Using QVariant(QColor) instead, as suggested in QVariant header.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit 8c855965d1fdc8d5fa80a2977774e95ac882aaeb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 6 15:02:54 2015 +0100
| | | | | 
| | | | |     Use the correct CoordinateSystem for Component boundingRect.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | 
| | * | | commit 479c5c936b0052ca5b45c89fe9fa0f6d0aef6101
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 6 14:00:13 2015 +0100
| | | | | 
| | | | |     Always add CoOrdinateSystem values if they are different from default.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit c9ad9e90a064c91d14e80670f67bf20a59ef1e4c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Dec 5 14:32:58 2015 +0100
| | | | | 
| | | | |     Fix for #3425. Keep the indentation while copying.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | 
| | * | | commit b0aa632afea768919f5e46d4607b0d7002d783e4
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Dec 5 02:22:25 2015 +0100
| | | | | 
| | | | |     Fix builds.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| | * | | commit 5cb84bc37769fad97eb7def50f68c028e7bdec26
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 4 21:09:01 2015 +0100
| | | | | 
| | | | |     Reduce the height of simulation messages.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit c43a7c5b8b77f99b3019e3a74daf103c3e093ad5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 4 19:39:49 2015 +0100
| | | | | 
| | | | |     Fix for #3404. Menu options to open working directory and terminal.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit 405ec944bb1761380f82db9d4fe967e841fa2c5a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 4 15:01:47 2015 +0100
| | | | | 
| | | | |     Fix for #3576. Allow exporting different types of FMUs.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | |   
| | * | |   commit 53f5b7bf9102957552fc68e22799612f1a757fcc
| | |\ \ \  Merge: b1c9a9ea17 d19f45a96b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Dec 4 13:25:10 2015 +0100
| | | | | | 
| | | | | |     Merge pull request #3 from adeas31/indentation
| | | | | |     
| | | | | |     Improved OMEdit
| | | | | |   
| | | * | |   commit d19f45a96bb5bcf4cd313022d2b13c8fdd763d66
| | | |\ \ \  Merge: 957cbf7eb9 9be7215e00
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Dec 4 13:22:55 2015 +0100
| | | | | | | 
| | | | | | |     Merge branch 'indentation' of https://github.com/adeas31/OMEdit into indentation
| | | | | | | 
| | | | * | | commit 9be7215e00282a108adb5cada90fcef5d1aeb08e
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Dec 4 13:07:22 2015 +0100
| | | | | | | 
| | | | | | |     Resolved merge conflicts.
| | | | | | | 
| | | | | | | M	.gitignore
| | | | | | | M	Makefile.in
| | | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | | M	qjson/CMakeLists.txt
| | | | | | |   
| | | * | | |   commit 957cbf7eb9aea36587000f5aad2594c1d6aee1f7
| | | |\ \ \ \  Merge: 1a141ac7b4 b1c9a9ea17
| | | |/ / / /  Author: Adeel Asghar 
| | |/| / / /   Date:   Fri Dec 4 13:19:22 2015 +0100
| | | |/ / /    
| | | | | |         Merge remote-tracking branch 'origin/master' into indentation
| | | | | |         
| | | | | |         Conflicts:
| | | | | |                 OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | |                 OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | |                 OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | |                 OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | |                 OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | * | | | commit b1c9a9ea1752a15d89f65aedc1c71bb5e6c49e31
| | | | | | Author: adrpo 
| | | | | | Date:   Wed Dec 2 21:00:41 2015 +0100
| | | | | | 
| | | | | |     - update OMCProxy due to changes in API for #3417
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| | * | | | commit 3afe9263e74771473b586c9f0a93a307ef8dfa97
| | | | | | Author: alash325 
| | | | | | Date:   Wed Dec 2 08:09:07 2015 +0100
| | | | | | 
| | | | | |     -Editing of external model parameters
| | | | | |     -Editable start command so user can specify any command they wanted
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | * | | | commit ef9582eda313fb632eef1f28f8b8113b6b184b02
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Thu Nov 26 10:49:38 2015 +0100
| | | | | | 
| | | | | |     Read operations before checking how many they are
| | | | | |     
| | | | | |     This fixes a bug where OMEdit says the file was generated without
| | | | | |     debug information, when in fact it was.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | | 
| | * | | | commit 0e588f9d30b6dd9b94b160daa90430ef93486fd0
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed Nov 25 16:31:53 2015 +0100
| | | | | | 
| | | | | |     Rename Plot.h to OMPlot.h
| | | | | |     
| | | | | |     This avoids conflicts with certain system headers.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | 
| | * | | | commit fbc7bf24c3a75cfca7297fa668a09fa2b95abcba
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Tue Oct 20 14:11:35 2015 +0200
| | | | | | 
| | | | | |     Bump for latest qmake.m4
| | | | | | 
| | | | | | M	common
| | | | | | 
| | * | | | commit 8637b078e4bf0cb218db926228a1f12e7ce4fc5c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Aug 14 13:01:54 2015 +0200
| | | | | | 
| | | | | |     Fixes #3408. Set the origin item to bottom so that the connectors located at center of the component can be used.
| | | | | |     
| | | | | |     Signed-off-by: adrpo 
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | 
| | * | | | commit 7fd0367c6223e12217495b28ba59f193b4f3763d
| | | | | | Author: adrpo 
| | | | | | Date:   Mon Oct 12 19:28:03 2015 +0200
| | | | | | 
| | | | | |     fix #3504, build with qt4 even if qt5 exists
| | | | | | 
| | | | | | M	qjson/CMakeLists.txt
| | | | | | 
| | * | | | commit 435e5419cf5b077aacb4277924c57008c1777cd4
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Fri Sep 4 17:57:48 2015 +0200
| | | | | | 
| | | | | |     Fix OSX paths
| | | | | | 
| | | | | | M	Makefile.in
| | | | | | 
| | * | | | commit 90facdc420d76a2912493f6b9ba1fbb5a265c3b7
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed Sep 2 09:44:10 2015 +0200
| | | | | | 
| | | | | |     Try to fix OSX install_name_tool path
| | | | | | 
| | | | | | M	Makefile.in
| | | | | | M	common
| | | | | | 
| | * | | | commit 4b4c2dc69c98581a2ffd85632be1269fafa09ceb
| | | | | | Author: adrpo 
| | | | | | Date:   Thu Aug 27 19:25:57 2015 +0200
| | | | | | 
| | | | | |     add the path to cpp libraries when simulating
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | |   
| | * | | |   commit 608abd4a9d3ca620fdff25fd467e415c2c303c9f
| | |\ \ \ \  Merge: d9283a5046 49c2bbeaf3
| | | | | | | Author: hkiel 
| | | | | | | Date:   Wed Aug 19 09:00:28 2015 +0200
| | | | | | | 
| | | | | | |     Merge pull request #1 from hkiel/ignorefiles
| | | | | | |     
| | | | | | |     ignore generated files
| | | | | | | 
| | | * | | | commit 49c2bbeaf33560b3f84cbb9321a3ed8ed5114a1a
| | |/ / / /  Author: hkiel 
| | | | | |   Date:   Wed Aug 19 08:30:31 2015 +0200
| | | | | |   
| | | | | |       ignore generated files
| | | | | |   
| | | | | |   M	.gitignore
| | | | | | 
| | | * | | commit 1a141ac7b4ddf377870b9754ed4fa2fe3ec812b2
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Dec 4 02:32:17 2015 +0100
| | | | | | 
| | | | | |     Fixed some issues with reloading of components.
| | | | | |     Added undo/redo to toolbar.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | | * | | commit 84c9a436835abe34eb3db8fdfb75d4fb31480fb3
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Dec 4 00:34:44 2015 +0100
| | | | | | 
| | | | | |     Allow updating class contents manually via text view.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | | * | | commit 0aef16576be8cde25286cf6c5ced91d4f76dc3dd
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Dec 3 01:00:30 2015 +0100
| | | | | | 
| | | | | |     Push in the missing file from last commit.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | | * | | commit 3af330536bb03c5f413c83c0048f5084a5243257
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 2 18:34:58 2015 +0100
| | | | | | 
| | | | | |     Fix for #3447. Allow compiling with other targets.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | | * | | commit 956351845276bf62f6bbe99b0984597696acc59a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 2 01:07:14 2015 +0100
| | | | | | 
| | | | | |     Fix for #3472. Set environment variables for compilation process same as in compile.bat
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | | * | | commit 9464eb6a58024cb88bedca3f54149232ade1c78f
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 2 00:56:02 2015 +0100
| | | | | | 
| | | | | |     Added support for moveClassToTop & moveClassToBottom.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | | * | | commit b3fe5dd0d096066f0308d751f87739578fa6b91c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 2 00:22:09 2015 +0100
| | | | | | 
| | | | | |     Fix for #3425. Retain the text formatting for cut and copy.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | 
| | | * | | commit b7f9f09e204aaf76618162051e467c0f11a0adc1
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 1 16:54:35 2015 +0100
| | | | | | 
| | | | | |     Fixed array connections.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | 
| | | * | | commit 88fe112bca042f9957e53e9534089f15d0558ec6
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 1 16:33:50 2015 +0100
| | | | | | 
| | | | | |     Minor fixes for extends modifiers, matching parentheses colors etc.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | | * | | commit d4ef42c6bd4ead059bb556329dadafe30b747ae6
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 1 03:24:24 2015 +0100
| | | | | | 
| | | | | |     Highlight matching and mismatching parentheses, braces and brackets.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | | 
| | | * | | commit ed3f5073676367dbf1e3072f4ea906fb505ec0ba
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 1 01:14:34 2015 +0100
| | | | | | 
| | | | | |     Basic highlight matching parentheses
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | | 
| | | * | | commit 662b251ff360be8337967c2f649da9c894d80e8b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 30 19:52:43 2015 +0100
| | | | | | 
| | | | | |     Handle the case when modelica text is updated manually by user for single class single file.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit a1a7b1310e84f9acdc96253a0f0501db23506680
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 30 03:16:53 2015 +0100
| | | | | | 
| | | | | |     Added moveClass API support.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | | * | | commit 56d23ebd6e928e484b1e30ed5d0eb2b96853a76e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 20:08:40 2015 +0100
| | | | | | 
| | | | | |     Only fetch the Component modifier when needed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 72a077626f3a5ce6b9b69f866d460a2d5ff9375a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 19:38:21 2015 +0100
| | | | | | 
| | | | | |     Fixed unparseArrays.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | | * | | commit 02b8340a305d058dfbfc6127756d79386459b43c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 18:33:31 2015 +0100
| | | | | | 
| | | | | |     Always load OpenModelica.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | | * | | commit b4f4dc7627adda82535b2ce3c03bca00e3176b5e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 18:27:42 2015 +0100
| | | | | | 
| | | | | |     Only get the extends modifiers when they are needed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| | | * | | commit b717333560fd9bbd328618b8eb7bfe1ca1764559
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 04:13:16 2015 +0100
| | | | | | 
| | | | | |     Fix crashing while opening parameters window.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | 
| | | * | | commit 9f0aa25c170936848546a02a53ed3dd15cce5964
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 04:03:27 2015 +0100
| | | | | | 
| | | | | |     Fetch the component modifiers only once.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| | | * | | commit 44801e5ccf1daee940d6d6991468e0f1a5fcbf94
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 27 14:39:39 2015 +0100
| | | | | | 
| | | | | |     More speed up for OMEdit. Only read the from class file if really needed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit a82dcec712a5381cea1765992cc6ec7523d230c5
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 26 23:26:22 2015 +0100
| | | | | | 
| | | | | |     Removed unnecessary debugging code.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | | * | | commit b84ec72eaa9615383256a56e3bc9a8174107f16e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 26 17:24:57 2015 +0100
| | | | | | 
| | | | | |     Removed isProtectedClass and getNamedAnnotation(DocumentationClass) since its part of getClassInformation now.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit ac53ae4f7e62c5f2a0c07317b80d6f1e1f687ffe
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 26 13:45:23 2015 +0100
| | | | | | 
| | | | | |     Only load the Diagram components and connections when really needed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 1978c95b054970c6dfd0d2fd909a6814f8b8c016
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 25 22:51:36 2015 +0100
| | | | | | 
| | | | | |     Correctly set the save contents type when opening a class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | | * | | commit 734e3dff56b06dd44e6d80965bfdd125e84bd853
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 25 19:58:16 2015 +0100
| | | | | | 
| | | | | |     Store the extends modifiers and component modifiers.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit eb5d903d025c30b717183a11bfab1bfbfce04cef
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 24 16:06:06 2015 +0100
| | | | | | 
| | | | | |     When a class is loaded/unloaded then load/unload the component respectively.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | 
| | | * | | commit e214316d59f272e938d7a5445d64a02cc5fc7560
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 24 15:12:31 2015 +0100
| | | | | | 
| | | | | |     When a class is loaded/unloaded. Update the non-existing component.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | | * | | commit 9f6aaedcebdd26163495a01daeecfb69cf36fdb9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 23 23:18:13 2015 +0100
| | | | | | 
| | | | | |     Updated the SaveChangesDialog to new structure.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | | 
| | | * | | commit 9d4d80b157676d88eacb5e0bc8138ab6209c1579
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 23 17:26:48 2015 +0100
| | | | | | 
| | | | | |     When a new shape/component is added then update the connections associated to them.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | 
| | | * | | commit 36c5736f59ffcf44dbedb8bd15ebe83bf2a94e79
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Nov 22 16:54:52 2015 +0100
| | | | | | 
| | | | | |     When a new shape/component is added then update the inherited components.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | 
| | | * | | commit 6176eae6e073c0fdb96c5a38d30895291282cdc1
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 21 17:38:11 2015 +0100
| | | | | | 
| | | | | |     Avoid making calls to OMC. Minor speed up.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit d5b12e28693e690be45ac6ae74fef7ade4de1d02
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 20 19:21:11 2015 +0100
| | | | | | 
| | | | | |     Do not show unload/delete option for nested system libraries.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | | * | | commit 33a1a06b5966090b8be3e45827dd10112ef1f1d6
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 20 19:14:13 2015 +0100
| | | | | | 
| | | | | |     Update the Component when new component/shape is added to actual class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit b4d99f5b0503314ab4b2b1d0311950acac155ffa
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 20 15:31:08 2015 +0100
| | | | | | 
| | | | | |     Fixed searching of connector component.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 9ec201645d609f86c8b743eca541ce3f94e45438
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 20 01:10:20 2015 +0100
| | | | | | 
| | | | | |     When a shape is updated then update the reference shape and the class icon.
| | | | | |     Call prepareGeometryChange if we are changing the item boundingRect otherwise we get unexpected paint events.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | 
| | | * | | commit 82e2d5681a203bd6eaf5e965ef50a06fccc41d28
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 18 16:57:26 2015 +0100
| | | | | | 
| | | | | |     Fixed deleting of shapes/components. Unselect the shapes so that they don't next signal next time.
| | | | | |     New Component creation structure.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit c67f1b882e6791c5828301c17aa2ae6c65569190
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 17 17:58:24 2015 +0100
| | | | | | 
| | | | | |     Added new command line option --Debug=[true|false]. Draws widgets helpful for development.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | 
| | | * | | commit af9efb0a0a887460eb91c8e7b0d50cd5d18b1919
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 17 17:25:49 2015 +0100
| | | | | | 
| | | | | |     Added save total option in context menu.
| | | | | |     Updated saveTotalSCode to saveTotalModel.
| | | | | |     Enable shapes menu bar only for modeling perspective.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | | * | | commit a1687e45e8fee5f3702aabc1b29a4c3c1b6c7c6a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 17 15:35:58 2015 +0100
| | | | | | 
| | | | | |     Updated the code to re-use TreeSearchFilters class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | | | 
| | | * | | commit 36083c2eca2226dce7ae565ca9780b0e055a77b6
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 16 18:00:21 2015 +0100
| | | | | | 
| | | | | |     Added tool-tip for all columns of Variables Browser.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | 
| | | * | | commit 1d15d3b6f76a55c8fd4e3a2e5797dbddc2b60261
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 16 17:34:48 2015 +0100
| | | | | | 
| | | | | |     Fixes #3471. Show the variable description in the tooltip.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | 
| | | * | | commit 7a417237887f716f0ce2e99ed896ed2b15c88e83
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 16 15:42:37 2015 +0100
| | | | | | 
| | | | | |     clean up
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | | * | | commit 1653cbb9ffae2998acc1e393b865b6c73e12bfc0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 16 15:08:19 2015 +0100
| | | | | | 
| | | | | |     Fixed creating connection for inherited components.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 3c0e3612f97d570983c5acf7d6656a9e866416ec
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 13 16:48:03 2015 +0100
| | | | | | 
| | | | | |     Rename unloaded class from folder structure package as class.bak-mo
| | | | | |     Added save option in the library browser context menu.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | | * | | commit 3e065deacbae263116cc180d5c412eeb8b1de295
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 13 15:38:35 2015 +0100
| | | | | | 
| | | | | |     Allow undo/redo for CoOrdinateSystem changes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | | * | | commit afa12d0f3507a44d97d817e61de8676fdacc2c5f
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 12 16:53:51 2015 +0100
| | | | | | 
| | | | | |     Don't create CoOrdinateSystem object on heap.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | A	OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.cpp
| | | | | | A	OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | 
| | | * | | commit 276e3d90e74d0511dd089a379c25a5e519810966
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 12 16:09:24 2015 +0100
| | | | | | 
| | | | | |     Add class annotation only if values are different from default.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | | * | | commit 150309c94a3876d26c79255be719b36c25b4a103
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 11 17:20:39 2015 +0100
| | | | | | 
| | | | | |     Fixed error messages link for files.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | | 
| | | * | | commit 5e79ae1ec611e0d9086364620901e023400e8835
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 10 14:28:41 2015 +0100
| | | | | | 
| | | | | |     Do not allow folder structure saving within one file package.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | | * | | commit c819912b7454fad9557c801f71beb2601ab34c6e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 10 12:27:22 2015 +0100
| | | | | | 
| | | | | |     Added support for moving classes to top/bottom.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/bottom.svg
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/top.svg
| | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | 
| | | * | | commit 61ee755b5fccd6c9b042696da9af7d73bd5bcfd0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 10 12:03:53 2015 +0100
| | | | | | 
| | | | | |     Completed the GUI support for moving classes up/down.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | | * | | commit d774f45668267dfe2cb64102307872cd6bc88b04
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 9 20:22:44 2015 +0100
| | | | | | 
| | | | | |     Initial support and structure for moving classes within packages.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/order.svg
| | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | 
| | | * | | commit b0638605ef69ecfc6f0da4242d9a9d345b04595a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 9 19:16:06 2015 +0100
| | | | | | 
| | | | | |     Save the folder structure.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | | * | | commit 67f64ec75f495f28b10688a8c797a254ae03f895
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 4 14:53:28 2015 +0100
| | | | | | 
| | | | | |     Fix auto expand issue when unloading a class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | | * | | commit 74be569e0850f4b117362f03ceff87d4731ec814
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 3 17:57:55 2015 +0100
| | | | | | 
| | | | | |     When a class is loaded/unloaded then component is not updated.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | | * | | commit eb7c06520ba0c2fec0acea2d924570e60e19941c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 3 14:15:09 2015 +0100
| | | | | | 
| | | | | |     Push the experiment annotation modifications to the undo stack
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | 
| | | * | | commit e9d3ec4068333af958cecd9776b20f4420057ea4
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 2 18:07:39 2015 +0100
| | | | | | 
| | | | | |     Undo/redo for Component parameters modifications.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | | * | | commit e3aeef9bc2557d46049161e60b6b1010b9785dec
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Oct 30 17:11:46 2015 +0100
| | | | | | 
| | | | | |     Handle Component modifiers when we do duplicate.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | 
| | | * | | commit c993482c9113ef7348aaea49739ecae7ad2da5f5
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Oct 30 14:44:04 2015 +0100
| | | | | | 
| | | | | |     Fixes #3158
| | | | | |     Fixed the Component Parameters window issues.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | 
| | | * | | commit 7a4ef8387fee0546e7b9c0d8876201bd0dd1fc1d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 27 13:18:01 2015 +0100
| | | | | | 
| | | | | |     Only track the Component attributes if they really changed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | 
| | | * | | commit 9f25f50c5a645b7a3b052d5cfcd1ce64df7639c0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 17:17:23 2015 +0100
| | | | | | 
| | | | | |     Fix loading the non-existing classes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 8a958872d47356be3e446a4e60af4045eec07ff5
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 16:51:09 2015 +0100
| | | | | | 
| | | | | |     Track connections updates.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 311fcb4450a59dc460400e10c5cf81c4b58db346
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 15:39:02 2015 +0100
| | | | | | 
| | | | | |     Call setReloadNeeded for non-existing classes. So we can load them when opened.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit dfff115986f67ad8e2c4f28b39fa856b2aa98cd4
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 13:16:22 2015 +0100
| | | | | | 
| | | | | |     Update the inherited class icon when protected component is changed in base class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | 
| | | * | | commit d22cc6fdb29c831cf23c3f40453b7c8af1196e5a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 13:15:41 2015 +0100
| | | | | | 
| | | | | |     Update the inherited class icon when a new shape is added to base class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit e2bbf67500a5af6bd11f4f53165ae818a28a0a86
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 01:23:58 2015 +0100
| | | | | | 
| | | | | |     Some fixes when duplicating components of built-in types.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 2176a3c6c74159b80bc1330572523bd5dbe58f43
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 00:52:21 2015 +0100
| | | | | | 
| | | | | |     Update Component instances when new shapes are added to the class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 6b87f1e5b2d6bfc4321fab134d74eec12b6c2716
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Oct 25 22:12:07 2015 +0100
| | | | | | 
| | | | | |     Update the Component display name when we do undo/redo.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | 
| | | * | | commit 4bf2273b02c8790d03d027e5d3298172e8df9112
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Oct 25 21:53:12 2015 +0100
| | | | | | 
| | | | | |     Fix when connector component is set to protected we should hide it from icon view.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit e9f54669fad32a40ebc8befebae741e15f92de55
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Oct 25 21:33:37 2015 +0100
| | | | | | 
| | | | | |     Allow undo/redo when duplicating Components/Shapes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit e322df09406c2a5e27d59e56666aec2da53cf8cc
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Oct 24 02:28:43 2015 +0200
| | | | | | 
| | | | | |     Allow undo/redo for component attributes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | 
| | | * | | commit 54b69c45fbe5ba84543f182aa71169541a9088ff
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 22 16:52:27 2015 +0200
| | | | | | 
| | | | | |     Allow to undo/redo component transformation changes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 843654d22621feda76a0ba5c8f35d156adaae22c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 22 16:17:40 2015 +0200
| | | | | | 
| | | | | |     Fix creation of Text & Bitmap shape for undo stack.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | 
| | | * | | commit 963a24ba917186a15213d96d05344654ffedc240
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 22 14:32:13 2015 +0200
| | | | | | 
| | | | | |     Add class annotation for new classes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | | * | | commit 1652fb898e2014384e7289e6d76a25702c84f50d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 22 14:18:04 2015 +0200
| | | | | | 
| | | | | |     Removed the updateClassAnnotation signal.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit eded7e0bc2362effba980ee06d538b49b81e8f48
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 21 17:37:01 2015 +0200
| | | | | | 
| | | | | |     Handle component double click for built in types like Real, Integer etc.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit dff98d35540349f27b4ee5918738c3f00b8a7965
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 21 17:19:39 2015 +0200
| | | | | | 
| | | | | |     Allow to undo/redo the changes done via UpdateShapeProperties dialog.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h
| | | | | | 
| | | * | | commit bd5ec90e6cf5fad4f1b0288e124f0747f1d6f487
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 20 17:37:12 2015 +0200
| | | | | | 
| | | | | |     Track the shapes duplication operation in undo stack.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 37ccf1713cc65526be216aec9aa29b5cb73f8e59
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 20 16:41:31 2015 +0200
| | | | | | 
| | | | | |     More better undo/redo functionality for shapes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit a380fc0169d1bf47056c1a634eb4bc338eef532e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 20 01:02:16 2015 +0200
| | | | | | 
| | | | | |     Use one command class to update component instead of three.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 8e598407ff2e723c19b21d41341279d4f41cda78
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 20 00:20:17 2015 +0200
| | | | | | 
| | | | | |     Instead of creating three commands classes use one class for shapes change undo/redo.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 09052a0d38216a858659caeb4a50ccbe793234c2
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 19 19:27:52 2015 +0200
| | | | | | 
| | | | | |     Clear the selection when doing undo/redo.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 72c5a36fa10254def2f1267f45b046cf3c2c6e64
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 19 19:09:11 2015 +0200
| | | | | | 
| | | | | |     Undo for shapes and components movement either by mouse or keyboard.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 1a75a6d50abe8fd42bd7eabf58794bcd01db996d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 19 13:37:54 2015 +0200
| | | | | | 
| | | | | |     Allow undo of deleted connections.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 7396fb72c138a3f8b9987cd01b4afab87d3f1b19
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Oct 18 23:55:19 2015 +0200
| | | | | | 
| | | | | |     Only perform certain key actions when some items are selected.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 62889e67edc1fb43d585414553a6ce742943bb72
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 15 02:06:24 2015 +0200
| | | | | | 
| | | | | |     Disable show grid lines button for system libraries.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 8e5582884a75402ddebd6b9bb354670cd0b575ba
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 15 01:52:48 2015 +0200
| | | | | | 
| | | | | |     Create an inherited connection when we create a new connection in the base class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 38b8092a39d1c7a3ecaeed05a5b334e5607d6c70
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 15 01:01:20 2015 +0200
| | | | | | 
| | | | | |     Draw and allow connection from Expandable Connector.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | | * | | commit 3520e6d70eb9c20239b7c8ea91bd539df75732a7
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 15 00:23:42 2015 +0200
| | | | | | 
| | | | | |     Better background colors for views.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 8c650564fa3e4919f9507ee1ff68bdca096cfe7b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 14 23:41:18 2015 +0200
| | | | | | 
| | | | | |     Convert angle 360 to 0.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | | * | | commit 1bee49b3d2933a760b08750250bd1fb25ac9828e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 14 22:13:02 2015 +0200
| | | | | | 
| | | | | |     Added default placement annotation for components that doesn't have one.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit eb8a4c36daf942bdf6cfc2aabc6764899e7c1889
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 14 17:26:46 2015 +0200
| | | | | | 
| | | | | |     Undo for shapes rotation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | | * | | commit b037ac08ea4d15689d1463b1b940b62a380bca08
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 14 14:47:11 2015 +0200
| | | | | | 
| | | | | |     Undo for component rotation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | | | 
| | | * | | commit f91caeeb3804fa5433e1efb8a82186afcabf34f7
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 13 16:15:24 2015 +0200
| | | | | | 
| | | | | |     Removed unused constructors of the shapes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit de1c1ff0dfa8cbddb644dc248c18c4873789bdf3
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 13 14:45:28 2015 +0200
| | | | | | 
| | | | | |     Mark the model modified when component is removed. Properly check if Icon view has annotation or not.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit bf11a775d73d7f32be28eefa6f0a25752000df4d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 13 13:28:43 2015 +0200
| | | | | | 
| | | | | |     Fixed the saving of single file packages.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | | * | | commit 61693d9354fcc23927208a729563bd2873bab938
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Oct 9 17:59:35 2015 +0200
| | | | | | 
| | | | | |     Save one file packages with correct indentation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| | | * | | commit a9cfc40117c79bb9fd1b3b34da16bf9ff96fbae7
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Oct 9 14:24:14 2015 +0200
| | | | | | 
| | | | | |     Draw the class inherited connections.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit 003436e0364a6c1b4e91f12c3c7dbdceac23a21a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 8 17:43:30 2015 +0200
| | | | | | 
| | | | | |     Get class connections. Allow undo/redo of connections.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | | * | | commit 87d6a1fc41524f2e4e8d0c408c18b7bb8133c4a1
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 8 13:24:37 2015 +0200
| | | | | | 
| | | | | |     Do not modify argc & argv. Use setStyleSheet to apply the styles.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | 
| | | * | | commit 828629a3d71410d397fb1cd105ddff2ec3ed37ee
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 8 12:27:08 2015 +0200
| | | | | | 
| | | | | |     Store built-in type component like Real, Boolean etc. in the list of components.
| | | | | |     Would be very useful when creating Model Browser and Parameters dialog.
| | | | | |     Removed the OMC cache command implementation because it was wrong.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | | * | | commit 0869ec590bf9ee791fc0847daf454518cb294869
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Oct 3 02:06:16 2015 +0200
| | | | | | 
| | | | | |     Update components when shapes are added/deleted.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | M	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h
| | | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | 
| | | * | | commit 36a2419f91ec99beed410287ce4a5f9a62269b1b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 1 14:48:37 2015 +0200
| | | | | | 
| | | | | |     Handle the case when extends classes are unloaded/loaded.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | | * | | commit e87b1f31fffb293639d0f84b597a391f3c755d38
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 1 01:40:12 2015 +0200
| | | | | | 
| | | | | |     Fixes #2711. Better handling of class components.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | | * | | commit aceace2ea289dba2a3efd97e83eef5c57f051853
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Sep 19 01:30:19 2015 +0200
| | | | | | 
| | | | | |     Draw red cross for non existing inherited class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | 
| | | * | | commit 2229db132d75e59f725749ab575a504113dea49d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Sep 16 15:11:04 2015 +0200
| | | | | | 
| | | | | |     Updated the icon in libraries browser when graphical object is updated.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit a8af171a415bae696affdab0a2ac84305dfdb2c9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Sep 16 14:21:21 2015 +0200
| | | | | | 
| | | | | |     Better handling of inherited classes for graphical objects.
| | | | | |     Added undo/redo for adding & deleting graphical objects.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | | * | | commit 28c9784649f95e4b72c9215c12db7bf8c07cc240
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Sep 1 14:18:36 2015 +0200
| | | | | | 
| | | | | |     Some fixes for #2892
| | | | | |     Basic structure for undo/redo. Supports add/delete component now.
| | | | | |     Make the tree item color red when it is modified.
| | | | | |     Use the standard expand/collapse buttons for tree.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | A	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | A	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/redo.svg
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/undo.svg
| | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | 
| | | * | | commit f583d09355ec00b4fb39586bd4d54e841d66a76d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Aug 26 12:37:51 2015 +0200
| | | | | | 
| | | | | |     Cleanup and source code documentation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | | * | | commit 09dc0e688fc49eb29d4431ac8f01d2cd4b077380
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Aug 25 23:07:08 2015 +0200
| | | | | | 
| | | | | |     Fixed unloading of classes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | | * | | commit 812c65e12c8c5f0e1c6e51ed4b3a80ef377867a1
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Aug 25 22:37:15 2015 +0200
| | | | | | 
| | | | | |     Allow expand/collapse all from LibraryBrowseDialog.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | 
| | | * | | commit 0578ee29e88c261d8455f3f82fd9a113b0595125
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Aug 25 22:06:47 2015 +0200
| | | | | | 
| | | | | |     Fixed opening of TLM/Text files.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | | * | | commit 6f93369c96d8273fbc1d964404a7b22f4fe333dc
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Aug 25 21:25:47 2015 +0200
| | | | | | 
| | | | | |     Added a model/view structure for libraries browser.
| | | | | |     Better way to generate library icons.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h
| | | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | 
| | | * | | commit 8e6c142bcda01473d7a0853cebfe2527673e2d5b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Aug 14 13:01:54 2015 +0200
| | | | | | 
| | | | | |     Fixes #3408.
| | | | | |     Set the origin item to bottom so that the connectors located at center of the component can be used.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | 
| | | * | | commit 81ecb9fce8cf84625371c7212026ac32e7bc0fb3
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Thu Aug 13 13:59:56 2015 +0200
| | | | |   
| | | | |       Use diffModelicaFileListings to preserve users indentation.
| | | | |       Only single class single file case is working now. Packages with with single/multiple file structure are not supported yet.
| | | | |       Fixes #3054.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| | * | | commit d9283a5046c91f8337c6f7c7821d1978dd984966
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Aug 6 13:09:50 2015 +0200
| | | | | 
| | | | |     Use the configure CXX, etc instead of defaults
| | | | | 
| | | | | M	Makefile.in
| | | | | M	common
| | | | | 
| | * | | commit 9e4c1b2e851e523d818e19b2ce7bc55ca62a6c22
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Aug 5 15:01:09 2015 +0200
| | | | | 
| | | | |     Fixed the system documentation link. Removed the link to old users guide.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | 
| | * | | commit c183a88ca81aad28eaf999660d83ff2b918ff81c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Aug 5 13:12:42 2015 +0200
| | | | | 
| | | | |     Fix #3380: Properly save the replaceable nested classes.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | 
| | * | | commit 8a1191ed9c425dc6ccc8cd801d5cd04dcb8ed9ca
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jul 30 13:48:14 2015 +0200
| | | | | 
| | | | |     Fixed copying of libqjson.
| | | | | 
| | | | | M	Makefile.omdev.mingw
| | | | | M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | | 
| | * | | commit 6caa0d3eeef0579aff08b164617cee7f4eab5e25
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jul 29 16:29:15 2015 +0200
| | | | | 
| | | | |     Removed duplicate copy commands.
| | | | | 
| | | | | M	Makefile.omdev.mingw
| | | | | 
| | * | | commit 6bc2bcd85524bbf8ad446f3794fe996c516e2aad
| | | | | Author: adrpo 
| | | | | Date:   Wed Jul 29 14:06:00 2015 +0200
| | | | | 
| | | | |     - copy libqjson.dll from its new place to build/bin
| | | | |     - more Qt5 adaptation
| | | | |     - use the linking flags just for linking, not for compiling
| | | | | 
| | | | | M	Makefile.omdev.mingw
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| | * | | commit 0cb1f1e41099e1577b5e9b0f474a50d2696b6585
| | | | | Author: adrpo 
| | | | | Date:   Fri Jul 24 17:56:19 2015 +0200
| | | | | 
| | | | |     - give the full path to cmake
| | | | | 
| | | | | M	Makefile.omdev.mingw
| | | | | 
| | * | | commit 4a20efd9b924d6809a3dd0b27081e4ab5cc2f4f9
| | | | | Author: adrpo 
| | | | | Date:   Fri Jul 24 01:38:07 2015 +0200
| | | | | 
| | | | |     - fix OMEdit compilation
| | | | | 
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.c
| | | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | 
| | * | | commit 7bab2d4a6694413ef697a056a5b518ab90c81c61
| | | | | Author: adrpo 
| | | | | Date:   Fri Jul 24 00:48:58 2015 +0200
| | | | | 
| | | | |     - adapt to Qt5 and mingw64
| | | | |     - updated qjson to latest from: https://github.com/flavio/qjson
| | | | | 
| | | | | M	Makefile.in
| | | | | M	Makefile.omdev.mingw
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.c
| | | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | M	common
| | | | | D	qjson-0.8.1/src/json_parser.yy
| | | | | D	qjson-0.8.1/src/json_scanner.cpp
| | | | | A	qjson/.gitignore
| | | | | R072	qjson-0.8.1/CMakeLists.txt	qjson/CMakeLists.txt
| | | | | R099	qjson-0.8.1/COPYING.lib	qjson/COPYING.lib
| | | | | R095	qjson-0.8.1/ChangeLog	qjson/ChangeLog
| | | | | R100	qjson-0.8.1/QJSONConfig.cmake.in	qjson/QJSONConfig.cmake.in
| | | | | R100	qjson-0.8.1/QJSONConfigVersion.cmake.in	qjson/QJSONConfigVersion.cmake.in
| | | | | R087	qjson-0.8.1/QJson.pc.in	qjson/QJson.pc.in
| | | | | R099	qjson-0.8.1/README.license	qjson/README.license
| | | | | R098	qjson-0.8.1/README.md	qjson/README.md
| | | | | R100	qjson-0.8.1/cmake_uninstall.cmake.in	qjson/cmake_uninstall.cmake.in
| | | | | A	qjson/doc/Doxyfile
| | | | | A	qjson/doc/footer.html
| | | | | A	qjson/doc/header.html
| | | | | A	qjson/doc/qjson.dox
| | | | | R100	qjson-0.8.1/include/QJson/Parser	qjson/include/QJson/Parser
| | | | | R100	qjson-0.8.1/include/QJson/QObjectHelper	qjson/include/QJson/QObjectHelper
| | | | | R100	qjson-0.8.1/include/QJson/Serializer	qjson/include/QJson/Serializer
| | | | | R100	qjson-0.8.1/src/.gitignore	qjson/src/.gitignore
| | | | | R051	qjson-0.8.1/src/CMakeLists.txt	qjson/src/CMakeLists.txt
| | | | | A	qjson/src/FlexLexer.h
| | | | | R053	qjson-0.8.1/src/json_parser.cc	qjson/src/json_parser.cc
| | | | | R079	qjson-0.8.1/src/json_parser.hh	qjson/src/json_parser.hh
| | | | | A	qjson/src/json_parser.yy
| | | | | A	qjson/src/json_scanner.cc
| | | | | A	qjson/src/json_scanner.cpp
| | | | | R075	qjson-0.8.1/src/json_scanner.h	qjson/src/json_scanner.h
| | | | | A	qjson/src/json_scanner.yy
| | | | | R061	qjson-0.8.1/src/location.hh	qjson/src/location.hh
| | | | | R084	qjson-0.8.1/src/parser.cpp	qjson/src/parser.cpp
| | | | | R098	qjson-0.8.1/src/parser.h	qjson/src/parser.h
| | | | | R098	qjson-0.8.1/src/parser_p.h	qjson/src/parser_p.h
| | | | | R099	qjson-0.8.1/src/parserrunnable.cpp	qjson/src/parserrunnable.cpp
| | | | | R097	qjson-0.8.1/src/parserrunnable.h	qjson/src/parserrunnable.h
| | | | | R057	qjson-0.8.1/src/position.hh	qjson/src/position.hh
| | | | | R090	qjson-0.8.1/src/qjson_debug.h	qjson/src/qjson_debug.h
| | | | | R077	qjson-0.8.1/src/qjson_export.h	qjson/src/qjson_export.h
| | | | | R097	qjson-0.8.1/src/qobjecthelper.cpp	qjson/src/qobjecthelper.cpp
| | | | | R099	qjson-0.8.1/src/qobjecthelper.h	qjson/src/qobjecthelper.h
| | | | | R058	qjson-0.8.1/src/serializer.cpp	qjson/src/serializer.cpp
| | | | | R077	qjson-0.8.1/src/serializer.h	qjson/src/serializer.h
| | | | | R099	qjson-0.8.1/src/serializerrunnable.cpp	qjson/src/serializerrunnable.cpp
| | | | | R098	qjson-0.8.1/src/serializerrunnable.h	qjson/src/serializerrunnable.h
| | | | | R075	qjson-0.8.1/src/stack.hh	qjson/src/stack.hh
| | | | | A	qjson/tests/.gitignore
| | | | | A	qjson/tests/CMakeLists.txt
| | | | | A	qjson/tests/benchmarks/CMakeLists.txt
| | | | | A	qjson/tests/benchmarks/parsingbenchmark.cpp
| | | | | A	qjson/tests/benchmarks/qlocalevsstrtod_l.cpp
| | | | | A	qjson/tests/cmdline_tester/.gitignore
| | | | | A	qjson/tests/cmdline_tester/CMakeLists.txt
| | | | | A	qjson/tests/cmdline_tester/cmdline_tester.cpp
| | | | | A	qjson/tests/cmdline_tester/cmdlineparser.cpp
| | | | | A	qjson/tests/cmdline_tester/cmdlineparser.h
| | | | | A	qjson/tests/cmdline_tester/example.txt
| | | | | A	qjson/tests/parser/.gitignore
| | | | | A	qjson/tests/parser/CMakeLists.txt
| | | | | A	qjson/tests/parser/testparser.cpp
| | | | | A	qjson/tests/qobjecthelper/.gitignore
| | | | | A	qjson/tests/qobjecthelper/CMakeLists.txt
| | | | | A	qjson/tests/qobjecthelper/person.cpp
| | | | | A	qjson/tests/qobjecthelper/person.h
| | | | | A	qjson/tests/qobjecthelper/testqobjecthelper.cpp
| | | | | A	qjson/tests/scanner/CMakeLists.txt
| | | | | A	qjson/tests/scanner/testscanner.cpp
| | | | | A	qjson/tests/serializer/.gitignore
| | | | | A	qjson/tests/serializer/CMakeLists.txt
| | | | | A	qjson/tests/serializer/testserializer.cpp
| | | | | 
| | * | | commit 180236b298a662147de17b9f570a58651af0ceb8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 29 15:11:44 2015 +0200
| | | | | 
| | | | |     #3374 - Added the close button to tabs.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | 
| | * | | commit d6e903108a1c3ea3c84fbe52d4a0451e77b10da8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 26 14:31:47 2015 +0200
| | | | | 
| | | | |     #3373 - Give more stack on Windows for the QT clients that use the omc dll.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| | * | | commit 03def4882914651b42907fe39023a4fd2c658c5e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 26 14:23:55 2015 +0200
| | | | | 
| | | | |     #3362 - Updated the question message according to context menu choice.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit e3397c802046b7a6d5e682f5ff4f91b79b4a0955
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 26 14:16:12 2015 +0200
| | | | | 
| | | | |     #3362 - Use delete for nested classes instead of unload.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit a9b0514a5c80dc0731f32b0ad25be03188478be3
| | | | | Author: alash325 
| | | | | Date:   Thu Jun 25 17:58:44 2015 +0200
| | | | | 
| | | | |     - Store the interfaces in OMEdit and show list of interfaces for each sub-model
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | 
| | * | | commit 860a0ef3d9a38502706c5298707ffcf43c5ee8d6
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 25 17:10:09 2015 +0200
| | | | | 
| | | | |     Fetch the initialization methods, linear & non-linear solvers from simulation_options.h
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit 31836b589d6b867cdc175d5ec76f70b455f6ab1b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 25 16:28:13 2015 +0200
| | | | | 
| | | | |     Open the html documentation for integration methods help.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | |   
| | * | |   commit d225e962a73d13b1f48d3298e47c6435ac68fdad
| | |\ \ \  Merge: a1c898b8ad 4138bfb2ed
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Jun 25 16:01:30 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | | * | | commit 4138bfb2edaf52030c90f613e269377f3314807e
| | | | | | Author: alash325 
| | | | | | Date:   Thu Jun 25 09:33:53 2015 +0200
| | | | | | 
| | | | | |     - Do not add the same interface multiple times if the interface already exists in MetaModel
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | 
| | | * | | commit 438c8754553eff81e3cbdc873bf9e07c238a1456
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 19:33:21 2015 +0200
| | | | | | 
| | | | | |     - Do not show up connection properties and mpManhattanizeShapeAction for TLM editor
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | 
| | * | | | commit a1c898b8ade51d561a3ca1dd00b5d9b9e22d4de7
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Thu Jun 25 16:01:15 2015 +0200
| | | | |   
| | | | |       Fetch the solver methods from simulation_options.h
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | 
| | * | | commit 6127950037ad96343c5d11367fd289704bd1123f
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 24 19:05:58 2015 +0200
| | | | | 
| | | | |     Open the HTML based documentation when user presses F1.
| | | | |     We will embed the documentation with in OMEdit later.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   
| | * | |   commit b290646d82e61bc407a337b03c4c0474bc3bdd09
| | |\ \ \  Merge: fcd77e531c 4087eb4d90
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Jun 24 18:52:32 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | |   
| | | * | |   commit 4087eb4d90e0c2d5fda5aafc38763c129273891f
| | | |\ \ \  Merge: 30f6aff045 cf67183ab4
| | | | | | | Author: alash325 
| | | | | | | Date:   Wed Jun 24 17:38:25 2015 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | 
| | | * | | | commit 30f6aff0454f336cb9232b94a64b85cf9602ffb8
| | | | | | | Author: alash325 
| | | | | | | Date:   Wed Jun 24 17:37:47 2015 +0200
| | | | | | | 
| | | | | | |     - TLM editor updateTLMConnectiontAnnotation API
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | | 
| | * | | | | commit fcd77e531c3d8a2421bc1c52b33f7ab100254a48
| | | |/ / /  Author: Adeel Asghar 
| | |/| | |   Date:   Wed Jun 24 18:52:10 2015 +0200
| | | | | |   
| | | | | |       Added menu items to open the OpenModelica latest & old pdf documentation.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h
| | | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | |   M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | * | | | commit cf67183ab419dfa985da2a61852d40284e1a8396
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Jun 24 17:12:10 2015 +0200
| | | | | | 
| | | | | |     Free the memory by deleting the QMessageBoxes when they close.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| | * | | | commit 3809630d9d5adbc147d6b0456f29ecf11d418714
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Jun 24 17:07:18 2015 +0200
| | | | | | 
| | | | | |     Updated the language files.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | | | 
| | * | | | commit 5bf300ccd8b3ae9548b48c731d90da5830263480
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Wed Jun 24 17:03:47 2015 +0200
| | | | |   
| | | | |       Ask for the e-mail address from the user when sending crash report.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | |   
| | * | |   commit fadb66a4a048cf3ac010b987a1cc14737aad343a
| | |\ \ \  Merge: 0c261a0987 c618de1532
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Jun 24 15:47:44 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | | * | | commit c618de153251e748dd13c8573e11f64b26c8646d
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 15:38:57 2015 +0200
| | | | | | 
| | | | | |     - TLM Editor createConnection API
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | 
| | | * | | commit 1094e7b644e7fed218606fe221147e84cff7162f
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 13:40:22 2015 +0200
| | | | | | 
| | | | | |     - TLM editor DeleteConenction API
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit 09275d8c99e13c6ee8410209960b8b09574160db
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 12:05:05 2015 +0200
| | | | | | 
| | | | | |     - Use API for getTLMConnections
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | | * | | commit df58213345431c0d7f1f0875472cf3b0d1b93762
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 07:45:43 2015 +0200
| | | | | | 
| | | | | |     - Use mpPlainTextEdit instead of getPlainTextEdit
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | 
| | | * | | commit 3ea150668187f42787408d90152462943a1ec1d3
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 07:34:07 2015 +0200
| | | | | | 
| | | | | |     - Update the MetaModel editor xml object when switching from text to diagram view
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | 
| | | * | | commit 42527995bfbf95bae239d0793f6fffe305cce5e9
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 06:17:58 2015 +0200
| | | | | | 
| | | | | |     - Check for xml validation when loading the meta-model xml file
| | | | | |     - Check for xml validation when fetching interface data and co-simulating the meta-model
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 0c261a09879a5ea41415697b5de554b3b56277cd
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Wed Jun 24 15:47:19 2015 +0200
| | | | |   
| | | | |       Fixed opening of files passed as command line arguments.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/main.cpp
| | | | | 
| | * | | commit c487dc40870145d86e517ecb8639ed133d337f24
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 22 18:16:39 2015 +0200
| | | | | 
| | | | |     Fixed getTLMComponents. Generate default annotation for sub-models that doesn't have any.
| | | | |     Some source code documentation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   
| | * | |   commit 9435fbf1d4d3d4443f8caf6f8652044f852eac08
| | |\ \ \  Merge: 7e4f8d734a c0c292779c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Jun 22 15:46:03 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | | * | | commit c0c292779ce1c16d6161dd3d877e5c7494424396
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Thu Jun 18 10:58:35 2015 +0200
| | | | | | 
| | | | | |     Update common
| | | | | | 
| | | | | | M	common
| | | | | | 
| | * | | | commit 7e4f8d734a0dfe242b1958fa5093bdc5d07ad15b
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Mon Jun 22 15:35:01 2015 +0200
| | | | |   
| | | | |       Added API structure for managing the meta-model xml data.
| | | | |       Create directories for the sub-models and save their respective model files in them while saving the meta-model xml.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | | 
| | * | | commit 8d105766e681ffd564268d4e170ea2d993fcf578
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 17 15:53:56 2015 +0200
| | | | | 
| | | | |     Generate directories for sub models when saving meta-model.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| | * | | commit a076bbc78035839001724731baa12c4e68fc67d9
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 17 14:47:42 2015 +0200
| | | | | 
| | | | |     Fixed the ModelFile attribute of meta-model editor.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | | 
| | * | | commit 1f6c7351b6e97ef3a6fc6857bc9891c86371ebbc
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 15 16:56:36 2015 +0200
| | | | | 
| | | | |     #3354 - Allowing changing the shapes stacking order.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | A	OMEdit/OMEditGUI/Resources/icons/bring-forward.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/bring-to-front.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/send-backward.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/send-to-back.svg
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| | * | | commit 146601a798b9509009f3a01023182075fbbae4a4
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 12 14:44:30 2015 +0200
| | | | | 
| | | | |     #3352 - Allow creating new result file when doing re-simulation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | |   
| | * | |   commit 2ac3e23e7c484db0cc15c033c06bfe29705b6345
| | |\ \ \  Merge: 78c8141ea0 c031a554e5
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Jun 12 11:52:59 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | | * | | commit c031a554e5bec752ee825613b2e3377ae6674201
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 10 16:23:11 2015 +0200
| | | | | | 
| | | | | |     - formatting
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | |   
| | | * | |   commit 151140b7a0f93d4ac7b7d97ad7f5cd6aa64fdb47
| | | |\ \ \  Merge: 76169ad95f 697cc622d6
| | | | | | | Author: alash325 
| | | | | | | Date:   Wed Jun 10 15:32:15 2015 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | 
| | | * | | | commit 76169ad95f7f057b2e0d89a50ed048d918a45019
| | | | | | | Author: alash325 
| | | | | | | Date:   Tue Jun 9 12:32:55 2015 +0200
| | | | | | | 
| | | | | | |     - Do not use OpenModelica API to fetch interface points
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | 
| | * | | | | commit 78c8141ea009da876eb0ff5daee04cf02beda13d
| | | |/ / /  Author: Adeel Asghar 
| | |/| | |   Date:   Fri Jun 12 11:51:21 2015 +0200
| | | | | |   
| | | | | |       Use mono-space font for Output.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | | 
| | * | | | commit 697cc622d606d7ec9f94e5db0d649260d4b81b21
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Jun 9 13:21:55 2015 +0200
| | | | | | 
| | | | | |     #3346
| | | | | |     Added the camel case for components name.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | * | | | commit dfaf7cd36c73a8e511d9683209ea6318a6a2fc5a
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Tue Jun 9 12:25:42 2015 +0200
| | | | |   
| | | | |       Moved co-simulation files to TLM directory.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h	OMEdit/OMEditGUI/TLM/TLMCoSimulationOptions.h
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.h	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.h	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h
| | | | |   
| | * | |   commit d5d7b9e095c5b4a51096785304c3c26780564136
| | |\ \ \  Merge: a8c6795eb4 e4bab47969
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Jun 8 17:36:02 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | |     
| | | | | |     Conflicts:
| | | | | |             OMEdit/OMEditGUI/MainWindow.cpp
| | | | | |   
| | | * | |   commit e4bab4796987f166b90bc82b91ce76c679d81f5a
| | | |\ \ \  Merge: 01fc36015b 0eb4e6054d
| | | | | | | Author: alash325 
| | | | | | | Date:   Mon Jun 8 16:03:51 2015 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | 
| | | * | | | commit 01fc36015bb88da1dff393db0252484d85a8f007
| | | | | | | Author: alash325 
| | | | | | | Date:   Mon Jun 8 15:43:37 2015 +0200
| | | | | | | 
| | | | | | |     - Read interface data from the xml file
| | | | | | |     - show the metamodel file unsaved if and only if the file is modified
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | 
| | * | | | | commit a8c6795eb4e8c4f5a5f5a0f8134f1f353bd36db6
| | | |/ / /  Author: Adeel Asghar 
| | |/| | |   Date:   Mon Jun 8 17:33:00 2015 +0200
| | | | | |   
| | | | | |       Fetch interface data in a thread.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | | |   A	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | | |   A	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.h
| | | | | | 
| | * | | | commit 0eb4e6054dee1e6cc5e354e188b3a464026caa86
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Jun 8 15:37:55 2015 +0200
| | | | | | 
| | | | | |     - Updated common submodule.
| | | | | | 
| | | | | | M	common
| | | | | | 
| | * | | | commit 336d21a92b3331a2e7dcf32d6e930946fd7ddebf
| | |/ / /  Author: Adeel Asghar 
| | | | |   Date:   Mon Jun 8 15:33:42 2015 +0200
| | | | |   
| | | | |       - Added GUI for fetch interface data.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   A	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | |   A	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | | 
| | * | | commit 1c72bdbe02af7a7ad68004837d5751bc4a3fdd00
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 5 16:59:33 2015 +0200
| | | | | 
| | | | |     Fetch interface data for TLM co-simulation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | A	OMEdit/OMEditGUI/Resources/icons/interface-data.svg
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| | * | | commit 0fa0c95b5d245f29249089c4c274054d41b0d796
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 4 17:45:06 2015 +0200
| | | | | 
| | | | |     Make External model useful for meta modeling.
| | | | |     Delete the OriginItem when the component is deleted.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit fb6b73c014737386e82679114d8e681199430cdd
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 4 16:57:05 2015 +0200
| | | | | 
| | | | |     Added TLM co-simulation in the Libraries Browser context menu.
| | | | |     Allow opening TLM co-simulation output window from TLM co-simulation setup.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit 4b6d893c6784ef61e623fe7f0895f9385909e7d6
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 3 15:08:10 2015 +0200
| | | | | 
| | | | |     - Moved some files to appropriate directories.
| | | | | 
| | | | | R100	OMEdit/OMEditGUI/Util/backtrace.c	OMEdit/OMEditGUI/CrashReport/backtrace.c
| | | | | R100	OMEdit/OMEditGUI/Util/backtrace.h	OMEdit/OMEditGUI/CrashReport/backtrace.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | R100	OMEdit/OMEditGUI/Util/OMDumpXML.cpp	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | | R100	OMEdit/OMEditGUI/Util/OMDumpXML.h	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | | R100	OMEdit/OMEditGUI/Util/diff_match_patch.cpp	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.cpp
| | | | | R100	OMEdit/OMEditGUI/Util/diff_match_patch.h	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.h
| | | | | 
| | * | | commit 5168639ad453aca217f5bd2bbf3398cb2a291b2b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 3 14:57:11 2015 +0200
| | | | | 
| | | | |     - Show the status of simulation in the Archived simulations list.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| | * | | commit 30a9c4cb2cc5aee3c1c4b73106e476774653e353
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 2 16:52:07 2015 +0200
| | | | | 
| | | | |     - TLM plugin log file named has changed.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp
| | | | | 
| | * | | commit a6ded24a2253f6a48b6dc715f408c5e16c3fe919
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri May 29 20:17:29 2015 +0200
| | | | | 
| | | | |     - Another stupid typo.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | | 
| | * | | commit 149bf80d3aa3d8aee38331f419838e9550b76fb6
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri May 29 16:58:01 2015 +0200
| | | | | 
| | | | |     - Fixed stupid typo.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | | 
| | * | | commit a82dea597720d4de331bad8be1231790c637cea0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu May 28 16:27:20 2015 +0200
| | | | | 
| | | | |     - No hover events in Component so no need to enable hover tracking.
| | | | |     - Minor formatting & documentation in ModelWidgetContainer.cpp.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| | * | | commit 7f6cbd5694356820c8fa6e36e7a6d489a4c1a9c8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu May 28 16:03:51 2015 +0200
| | | | | 
| | | | |     - Check for existing LibraryTreeNode and display error if already exists.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | 
| | * | | commit 2686fdbbba929b3e7b8b795b901d1280e567bd95
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed May 27 16:39:38 2015 +0200
| | | | | 
| | | | |     - Allow loading external models for TLM meta-modeling.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | 
| | * | | commit 8f8cfe06095f9304ca46cb4674dfdd138b4a0082
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed May 27 15:03:45 2015 +0200
| | | | | 
| | | | |     - Use the preserve aspect ratio and initial scale of the component instead of the layer.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | 
| | * | | commit a7c1e7733eaf96730038f7a18a79c4d879602557
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed May 27 14:51:15 2015 +0200
| | | | | 
| | | | |     - Make the text readable when component has flipping/rotation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | 
| | * | | commit f77f376cff6e3a71fb55b49eadb811fa8d749519
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon May 25 16:31:42 2015 +0200
| | | | | 
| | | | |     - Visualize the Component origin with cross.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | 
| | * | | commit 5dfb4ea46aec50e04d735bd29ec0980b70ca212b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue May 19 16:44:31 2015 +0200
| | | | | 
| | | | |     #3123
| | | | |     - Fixed the Component flipping issues.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| | * | | commit 289644df3a6f971211e104900f7ec24d1db8965b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue May 12 13:52:03 2015 +0200
| | | | | 
| | | | |     - Use LF as eol to keep things uniform.
| | | | | 
| | | | | M	.gitattributes
| | | | | 
| | * | | commit d4d323b0d41b4fe079c2823866b980c106a668dd
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue May 12 13:24:40 2015 +0200
| | | | | 
| | | | |     - try whitespace.
| | | | | 
| * | | | commit 8eeaa192e08e025a88c92e19eb4b19b86a9029b0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 23 19:10:57 2016 +0100
| | | | | 
| | | | |     Fixes #3311.
| | | | |     Read the __OpenModelica_infoHeader annotation and use it in nested classes.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   
| * | | |   commit ec986c0ac0ab53d199cff0a745a41c2d17221154
| |\ \ \ \  Merge: 1dd9fc3ae6 19c42f3695
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Feb 23 16:38:41 2016 +0100
| | | | | | 
| | | | | |     Merge commit '19c42f3695c96c174fa890341650f7fe8dd863b4' as 'tidy'
| | | | | | 
| | * | | | commit 19c42f3695c96c174fa890341650f7fe8dd863b4
| |  / / /  Author: Adeel Asghar 
| | | | |   Date:   Tue Feb 23 16:38:41 2016 +0100
| | | | |   
| | | | |       Squashed 'tidy/' content from commit 8c13d27
| | | | |       
| | | | |       git-subtree-dir: tidy
| | | | |       git-subtree-split: 8c13d270ede8d47b74b2373d818b2841f799ee23
| | | | |   
| | | | |   A	.gitignore
| | | | |   A	CMakeLists.txt
| | | | |   A	README.md
| | | | |   A	README/CODESTYLE.md
| | | | |   A	README/CONTRIBUTING.md
| | | | |   A	README/LICENSE.md
| | | | |   A	README/LICENSE.txt
| | | | |   A	README/LOCALIZE.md
| | | | |   A	README/README.html
| | | | |   A	README/README.md
| | | | |   A	README/VERSION.md
| | | | |   A	README/verhist.log
| | | | |   A	build/cmake/.gitignore
| | | | |   A	build/cmake/build-api.sh
| | | | |   A	build/cmake/build-bins.bat
| | | | |   A	build/cmake/build-me.bat
| | | | |   A	build/cmake/build-me.sh
| | | | |   A	build/cmake/cmake-clean.sh
| | | | |   A	build/cmake/cmake-clean.txt
| | | | |   A	build/cmake/pub-bins.bat
| | | | |   A	build/cmake/pub-bins.sh
| | | | |   A	build/cmake/updexe.bat
| | | | |   A	build/win64/.gitignore
| | | | |   A	build/win64/build-bins.bat
| | | | |   A	build/win64/build-me.bat
| | | | |   A	build/win64/cmake-clean.txt
| | | | |   A	build/win64/pub-bins.bat
| | | | |   A	build/win64/updexe.bat
| | | | |   A	console/tab2space.c
| | | | |   A	console/test71.cxx
| | | | |   A	console/tidy.c
| | | | |   A	experimental/TidyNodeIter.c
| | | | |   A	experimental/TidyNodeIter.h
| | | | |   A	experimental/httpio.c
| | | | |   A	experimental/httpio.h
| | | | |   A	include/tidy.h
| | | | |   A	include/tidybuffio.h
| | | | |   A	include/tidyenum.h
| | | | |   A	include/tidyplatform.h
| | | | |   A	localize/.gitignore
| | | | |   A	localize/Gemfile
| | | | |   A	localize/README.md
| | | | |   A	localize/language_ll_cc.h.erb
| | | | |   A	localize/poconvert.rb
| | | | |   A	localize/translations/language_en_gb.po
| | | | |   A	localize/translations/language_es.po
| | | | |   A	localize/translations/language_es_mx.po
| | | | |   A	localize/translations/language_zh_cn.po
| | | | |   A	localize/translations/tidy.pot
| | | | |   A	man/.gitignore
| | | | |   A	man/README.md
| | | | |   A	man/tidy1.xsl.in
| | | | |   A	src/access.c
| | | | |   A	src/access.h
| | | | |   A	src/alloc.c
| | | | |   A	src/attrask.c
| | | | |   A	src/attrdict.c
| | | | |   A	src/attrdict.h
| | | | |   A	src/attrget.c
| | | | |   A	src/attrs.c
| | | | |   A	src/attrs.h
| | | | |   A	src/buffio.c
| | | | |   A	src/charsets.c
| | | | |   A	src/charsets.h
| | | | |   A	src/clean.c
| | | | |   A	src/clean.h
| | | | |   A	src/config.c
| | | | |   A	src/config.h
| | | | |   A	src/entities.c
| | | | |   A	src/entities.h
| | | | |   A	src/fileio.c
| | | | |   A	src/fileio.h
| | | | |   A	src/forward.h
| | | | |   A	src/gdoc.c
| | | | |   A	src/gdoc.h
| | | | |   A	src/iconvtc.c
| | | | |   A	src/iconvtc.h
| | | | |   A	src/istack.c
| | | | |   A	src/language.c
| | | | |   A	src/language.h
| | | | |   A	src/language_en.h
| | | | |   A	src/language_en_gb.h
| | | | |   A	src/language_es.h
| | | | |   A	src/language_es_mx.h
| | | | |   A	src/language_zh_cn.h
| | | | |   A	src/lexer.c
| | | | |   A	src/lexer.h
| | | | |   A	src/mappedio.c
| | | | |   A	src/mappedio.h
| | | | |   A	src/message.c
| | | | |   A	src/message.h
| | | | |   A	src/parser.c
| | | | |   A	src/parser.h
| | | | |   A	src/pprint.c
| | | | |   A	src/pprint.h
| | | | |   A	src/sprtf.c
| | | | |   A	src/sprtf.h
| | | | |   A	src/streamio.c
| | | | |   A	src/streamio.h
| | | | |   A	src/tagask.c
| | | | |   A	src/tags.c
| | | | |   A	src/tags.h
| | | | |   A	src/tidy-int.h
| | | | |   A	src/tidylib.c
| | | | |   A	src/tmbstr.c
| | | | |   A	src/tmbstr.h
| | | | |   A	src/utf8.c
| | | | |   A	src/utf8.h
| | | | |   A	src/version.h
| | | | |   A	src/win32tc.c
| | | | |   A	src/win32tc.h
| | | | |   A	version.txt
| | | | | 
| * | | | commit 1dd9fc3ae6e22667c4482c319ab796a398114e06
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 23 01:41:45 2016 +0100
| | | | | 
| | | | |     Fixes #3708. Call prepareGeometryChange to avoid unnecessary paint events.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | |   
| * | | |   commit 0f42ad7d143f9c8c52f139e1fc297eb9fcbc4e99
| |\ \ \ \  Merge: 73250dfa2d fbdd5396ac
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Feb 22 15:29:34 2016 +0100
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | * | | | commit fbdd5396ac0b3a4891c37c0f1ef13c5d872c63f3
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Mon Feb 22 06:56:27 2016 +0100
| | | | | | 
| | | | | |     Update Japanese translation files
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | | 
| * | | | | commit 73250dfa2df16294ef46b75c2189ef5fdbc922c1
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Mon Feb 22 15:29:13 2016 +0100
| | | | |   
| | | | |       Fixes #3706.
| | | | |       Don't check components because we should not display class as missing one of components class is missing.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | 
| * | | | commit 2a62fa69e19fb43abe8adbc021e84c7542e520bb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Feb 21 15:24:36 2016 +0100
| | | | | 
| | | | |     Enhancements for #3690.
| | | | |     Calculate "Number of Intervals" and "Interval" automatically. Enable/disable fields depending on the option selected.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | 
| * | | | commit e797eabd55a8565f644c59a8d93c921d3de254c0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Feb 21 14:32:27 2016 +0100
| | | | | 
| | | | |     Fixes #3702.
| | | | |     When user has changed the class name then update LibraryTreeItem.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | 
| * | | | commit c5333e1c2e533e87d44ba6bd14928182c9dcde98
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Feb 20 02:44:40 2016 +0100
| | | | | 
| | | | |     Fixes #3698. Don't try to merge AST just replace it.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit ab3521fa216b636335dda15345da0c6c8236ab4b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 19 18:05:07 2016 +0100
| | | | | 
| | | | |     Only set the text when it is really new.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | 
| * | | | commit 690d2f9b5eac1ec2e3dbc2ab6831588dbed4ca4d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 19 17:53:54 2016 +0100
| | | | | 
| | | | |     Fixes #3607.
| | | | |     Print message when checkModel & instantiateModel are successful.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| * | | | commit b7defb44ca7e30e41e9a3099544825cef195d1e8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 19 16:38:37 2016 +0100
| | | | | 
| | | | |     Fixes #3690. Added interval in the simulation dialog.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | 
| * | | | commit b63cdc0de399c84c09847ecf147a8a498b399f36
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 19 15:14:51 2016 +0100
| | | | | 
| | | | |     Fixes #3683. Update connections when component is deleted.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | 
| * | | | commit 3e097e84ed4d307e2fd799fb25197d6958220cd8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 16 00:24:16 2016 +0100
| | | | | 
| | | | |     Fixes #3683.
| | | | |     Update the component name in connections list when renameComponentInClass is used.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | 
| * | | | commit 4605adc5286e2f447d7889476e4d35163c1669b1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Feb 14 17:05:55 2016 +0100
| | | | | 
| | | | |     Fixes #3686. Center on the CoOrdinateSystem properly.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit 729c8f13e4ca7bc507eae0a5be6a171b3bf131de
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Feb 13 00:32:40 2016 +0100
| | | | | 
| | | | |     Fixes #3376. Added a command prompt for windows.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | 
| * | | | commit b530b72e470f4e7e1b5f8e7f1f16ca97cfbb0015
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 18:28:44 2016 +0100
| | | | | 
| | | | |     Use the OMCInterface instead of sendCommand.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | 
| * | | | commit 7639b9b6ec5d54ebdc579bb4f7dd2f5352c3fd66
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 17:13:31 2016 +0100
| | | | | 
| | | | |     Remove RCS-id from header files.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.h
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.h
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/CEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/DebuggerSourceEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.h
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | 
| * | | | commit 66abb945980a1bfc3f13a7a656f97600fef2a3c0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 17:08:38 2016 +0100
| | | | | 
| | | | |     Remove RCS-id from source files.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/Parser/main.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/DebuggerSourceEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp
| | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | 
| * | | | commit 95b7fcd7d9ce9f608f9a6fba16f83b0455858ceb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 16:19:20 2016 +0100
| | | | | 
| | | | |     Use isSimulationAllowed for updateBindings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 4498938a35d4ba81bb0c8b254fda99d84f076d64
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 11 00:47:35 2016 +0100
| | | | | 
| | | | |     Fixes #3673. Added button for infer bindings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   
| * | | |   commit ae613bd0f0f9d1aa70c529570c6c34912ed06b5c
| |\ \ \ \  Merge: 8eaf1888fe 9189aa950e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Feb 11 00:22:54 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #10 from rfranke/win
| | | | | |     
| | | | | |     attempt to fix Cpp under Windows when using gcc
| | | | | | 
| | * | | | commit 9189aa950e39320ef7337901141a4faad97dbef2
| |/ / / /  Author: Ruediger Franke 
| | | | |   Date:   Wed Feb 10 23:16:18 2016 +0100
| | | | |   
| | | | |       attempt to fix Cpp under Windows when using gcc
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| * | | | commit 8eaf1888fec019cf65143886b3a9ebe1fe453fda
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Feb 10 17:46:07 2016 +0100
| | | | | 
| | | | |     Fixes #3630
| | | | |     Don't use diffModelicaFileListings when user manually edits in text view.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | 
| * | | | commit 9c9e4d16bbe83ee56c47cb869a0ee1c253bd942a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 9 11:52:28 2016 +0100
| | | | | 
| | | | |     Make C the default target language
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| * | | | commit 18e70bd9463d678b3dc21a4ae15c9286cadd91c8
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 8 15:39:37 2016 +0100
| | | | | 
| | | | |     Fixes #3670. Set Target Compiler and Target Language flags.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| * | | | commit 55eb18e02eadfbcce6ca9011c7b7097bcd3ed882
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Feb 8 14:44:26 2016 +0100
| | | | | 
| | | | |     Added a settings option to enable/disable preserve indentation
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | 
| * | | | commit edcdfe58fad3650bb760d74e0579d1f1edb2a2c9
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Feb 7 01:32:58 2016 +0100
| | | | | 
| | | | |     Fixes #3667. Added keyboard shortcuts for ordering classes.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | |   
| * | | |   commit 07353d6f60aaa1803bb490050438c14a56535d68
| |\ \ \ \  Merge: 4b119ea342 323ca8b4bc
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Feb 7 00:30:51 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #9 from dietmarw/about
| | | | | |     
| | | | | |     Remove superfluous "OpenModelica"
| | | | | | 
| | * | | | commit 323ca8b4bcb1fb3c56814f6d7efbb5939ffbf0d9
| |/ / / /  Author: Dietmar Winkler 
| | | | |   Date:   Fri Feb 5 13:28:24 2016 +0100
| | | | |   
| | | | |       Remove superfluous "OpenModelica"
| | | | |       
| | | | |       `Helper::OpenModelicaVersion = getVersion();` but
| | | | |       `getVerson()` gives something like
| | | | |       "OpenModelica 1.9.4~dev.beta1-35-g1e6dea7"
| | | | |       
| | | | |       so OpenModelica appears twice in the display.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | 
| * | | | commit 4b119ea342adc4823bf6a980bf19b65453e462b0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Feb 5 11:00:16 2016 +0100
| | | | | 
| | | | |     Fixes #3665. Allow html display and clickable links for class comment.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| * | | | commit 71c196d77e7589112c30cb7d8cef5f6fd0cf5073
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 4 17:45:17 2016 +0100
| | | | | 
| | | | |     Fixes #3663. Renamed View Class to Open Class.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit 616b3475457c8a2594fd0318890587ab8dd7b803
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 4 16:44:24 2016 +0100
| | | | | 
| | | | |     Fixes #3665. Added component comment to the tooltip.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | 
| * | | | commit 83d888592fbddef5fa8550be4b2a98e6db63604b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 4 16:08:25 2016 +0100
| | | | | 
| | | | |     Fixes #3665. Added the component class description to parameters dialog.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | 
| * | | | commit 57ce66b7e2e814c2f21db05f9751d304acf54d02
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Feb 4 14:19:20 2016 +0100
| | | | | 
| | | | |     Remove unnecessary colon.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit fea7aeee92254a165a2d751cc27d2025e0adace5
| | | | | Author: Martin Sjölund 
| | | | | Date:   Tue Feb 2 14:49:30 2016 +0100
| | | | | 
| | | | |     Run lupdate
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | | 
| * | | | commit d93659377a96aa1e6dfeaf40a5e8925bed7fdfd0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Feb 2 14:21:44 2016 +0100
| | | | | 
| | | | |     Show the description of solvers when user mouse over the solver drop down.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | 
| * | | | commit 0a88cd5fb7d22c306c663928d26832fdb9b7daba
| | | | | Author: Martin Sjölund 
| | | | | Date:   Mon Feb 1 16:00:45 2016 +0100
| | | | | 
| | | | |     Disable indentation-preserving unparsing
| | | | |     
| | | | |     Numerous bugs have popped up. This reverts to the old code. Adeel
| | | | |     will add support to switch the indentation-preserving unparsing on
| | | | |     a configuration flag in OMEdit.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | 
| * | | | commit 83a73cf74678280cac0cce2c1f5f5364ab218a26
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jan 29 12:22:17 2016 +0100
| | | | | 
| | | | |     Fixes #3654. Show default icon for components without icon annotation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | 
| * | | | commit f1fe098c42f985e99f40b6331d750ae6e4b8b21d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jan 28 10:55:18 2016 +0100
| | | | | 
| | | | |     Fixes #3648. Fixed spelling mistake.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | |   
| * | | |   commit 80346cc6f2a542d3381b0a685cec15fe49550a87
| |\ \ \ \  Merge: 9a49346ed6 7c38b4cf24
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Jan 28 10:46:16 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #7 from dietmarw/fixSpelling
| | | | | |     
| | | | | |     Fix common spelling mistakes.
| | | | | | 
| | * | | | commit 7c38b4cf248cfe8be7c932542fc1aee83e634fac
| | | | | | Author: Dietmar Winkler 
| | | | | | Date:   Thu Jan 28 09:50:51 2016 +0100
| | | | | | 
| | | | | |     Fix common spelling mistakes.
| | | | | |     
| | | | | |     Used https://github.com/vlajos/misspell_fixer
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | M	qjson/doc/qjson.dox
| | | | | | 
| * | | | | commit 9a49346ed640130cba64916c258c4f7dbb114084
| |\| | | | Merge: 986df9cf9b 58a18cf97c
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed Jan 27 09:32:58 2016 +0100
| | | | | | 
| | | | | |     Merge pull request #6 from dietmarw/master
| | | | | |     
| | | | | |     Improve message string to correct English
| | | | | | 
| | * | | | commit 58a18cf97cd2f9f5eb91025aebd4fc85530f8491
| | | | | | Author: Dietmar Winkler 
| | | | | | Date:   Wed Jan 27 09:31:38 2016 +0100
| | | | | | 
| | | | | |     Improve message string to correct English. (translation files)
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | | | 
| | * | | | commit e44d932a472021df94506deebc545eb94a8e4772
| |/ / / /  Author: Dietmar Winkler 
| | | | |   Date:   Tue Jan 26 18:28:25 2016 +0100
| | | | |   
| | | | |       Improve message string to correct English. (main file)
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | 
| * | | | commit 986df9cf9baaa7a8b8957315a76f901b84e0c149
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jan 26 12:31:10 2016 +0100
| | | | | 
| | | | |     Fixes #3607. Reset messages before checking, instantiation & simulation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| * | | | commit 05b12e14cf7daa66f9f0fc73bcfb72d9410edfab
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jan 26 12:18:06 2016 +0100
| | | | | 
| | | | |     Fixes 3620. Allow deleting classes through del key.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | 
| * | | | commit e1abbec3058591785dd0154453690332ad27fe2d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jan 25 14:35:56 2016 +0100
| | | | | 
| | | | |     Fixed #3604. Send the name change request into the depths recursively.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | 
| * | | | commit 86010c6a39fa4e894e88af04559f0055c90d099d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jan 25 12:08:25 2016 +0100
| | | | | 
| | | | |     Fixes #3585. Fixed creating class within a package.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 6feda15370a9b6ac7530079c2cb1aae99a5b79b0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jan 25 11:25:11 2016 +0100
| | | | | 
| | | | |     Russian translations by Andrey Lavrentyev
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | 
| * | | | commit 8430f76d7f953ad6daa06af549f56aa14d6cf235
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 27 22:32:35 2015 +0100
| | | | | 
| | | | |     Fixed crash when adding DynamicPipe to model.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | |   
| * | | |   commit 6677136a0680fb733ca9b3948536837c4684a4d2
| |\ \ \ \  Merge: 2ee015c42f 75f92d697e
| | | | | | Author: Henning Kiel 
| | | | | | Date:   Tue Dec 15 12:13:50 2015 +0100
| | | | | | 
| | | | | |     Merge pull request #5 from hkiel/omedit_documentation_zoom
| | | | | |     
| | | | | |     Implement zoom in DocumentationView with ctrl+scroll
| | | | | | 
| | * | | | commit 75f92d697e2f3cbb5cc208434f9c99389955f2a6
| |/ / / /  Author: hkiel 
| | | | |   Date:   Tue Dec 15 12:03:39 2015 +0100
| | | | |   
| | | | |       Implement zoom in DocumentationView with ctrl+scroll
| | | | |       reset zoom to factor 1 with control+doubleClick
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | 
| * | | | commit 2ee015c42fd3947f991b793c28d3df0cc96c2568
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 11 04:19:44 2015 +0100
| | | | | 
| | | | |     Don't match parentheses within comments and quotes sections.
| | | | |     This default behavior can be changed in settings.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | 
| * | | | commit 1abab71cf8e1e9579d49e5527abf0c088342b9a0
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 11 01:43:47 2015 +0100
| | | | | 
| | | | |     Fix saving of debug configurations.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.h
| | | | | 
| * | | | commit 95d75139349341009b01370f70b52ddd605fd634
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 10 16:30:40 2015 +0100
| | | | | 
| | | | |     Check correct extents.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit 3b738ef4b3431277a6c6c2fd51535c800e7c1abb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 10 14:45:24 2015 +0100
| | | | | 
| | | | |     Updated the classes if needed before saving them.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 0d7e11b731ec9b8d46f65249ef235682cf729d11
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Dec 10 01:22:10 2015 +0100
| | | | | 
| | | | |     Always draw the connectors on top.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | 
| * | | | commit 3608886ffd4133d6dcfad3521d98803e38fa71a4
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Dec 9 23:20:32 2015 +0100
| | | | | 
| | | | |     Make sure group image is displayed.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | 
| * | | | commit 9035f8d23f8e8b55ba42feaeca3383005153ead5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Dec 9 21:26:24 2015 +0100
| | | | | 
| | | | |     List the parameters based on 3 conditons,
| | | | |     1. Has a parameter prefix
| | | | |     2. Has a start/fixed binding
| | | | |     3. Has dialog annotation
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | 
| * | | | commit 1ed5a0bbcb6235c18cd6255064316ebd9b467a65
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Dec 9 14:16:03 2015 +0100
| | | | | 
| | | | |     Added a missing semi-colon.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| * | | | commit cb6f347fc1ba0e62683bd63c708712e313cb2212
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Dec 9 02:09:54 2015 +0100
| | | | | 
| | | | |     #2391. Create a default initialization section to use.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | |   
| * | | |   commit 0d71e99f3b14efe16988fcffc034afd6c68b8a1f
| |\ \ \ \  Merge: e9398421c9 0cc904c6fc
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 8 16:26:38 2015 +0100
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | * | | | commit 0cc904c6fc7c48a3c41aa5785782ae01f525fa3d
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Tue Dec 8 14:20:38 2015 +0100
| | | | | | 
| | | | | |     Update common submodule
| | | | | |     
| | | | | |     Broke with the merge of Adeel's branch, when it was forced to an
| | | | | |     older version.
| | | | | | 
| | | | | | M	common
| | | | | | 
| * | | | | commit e9398421c93f3e89ea31434a7b413f6209ba51fe
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Tue Dec 8 16:25:59 2015 +0100
| | | | |   
| | | | |       Enhanced the array connection dialog to allow connecting if root component is also array.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit 78323c6f4e32b93ccae3caf5eadbb393959e7bf3
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Dec 8 13:03:19 2015 +0100
| | | | | 
| | | | |     #3447. Added path for msvc simulation executables.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| * | | | commit 571d5be631fc6c0ae062455e057ab105734f34f5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Dec 7 16:21:46 2015 +0100
| | | | | 
| | | | |     Fixes #3580. Start component name could be an array.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit 2c6c80c92370118d7f4031c9377c7d7fee17450a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Dec 7 12:28:51 2015 +0100
| | | | | 
| | | | |     Fix compilation of Modelica models on Linux.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | |   
| * | | |   commit e25537915fe36ba606d98a65f85df9da44704dbd
| |\ \ \ \  Merge: 006079ed65 a222524cc7
| | | | | | Author: perost 
| | | | | | Date:   Sun Dec 6 20:27:40 2015 +0100
| | | | | | 
| | | | | |     Merge pull request #4 from perost/variantfix
| | | | | |     
| | | | | |     Fix compilation issue.
| | | | | | 
| | * | | | commit a222524cc76e095b355d6d7e3f066b2c13c2f521
| |/ / / /  Author: Per Östlund 
| | | | |   Date:   Sun Dec 6 20:25:44 2015 +0100
| | | | |   
| | | | |       Fix compilation issue.
| | | | |       
| | | | |       - QVariant(Qt::GlobalColor) constructor is private.
| | | | |         Using QVariant(QColor) instead, as suggested in QVariant header.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 006079ed657cf416ecb528d273ddca2bf1c2917b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 6 15:02:54 2015 +0100
| | | | | 
| | | | |     Use the correct CoordinateSystem for Component boundingRect.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | 
| * | | | commit 24159a740530f614335aa31431219c75fa1f2f8b
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sun Dec 6 14:00:13 2015 +0100
| | | | | 
| | | | |     Always add CoOrdinateSystem values if they are different from default.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit 61019723558f8085b39e63cd405168330c79c9ab
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Dec 5 14:32:58 2015 +0100
| | | | | 
| | | | |     Fix for #3425. Keep the indentation while copying.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | 
| * | | | commit a619ca61d9aeaa68a769f421292b20feb8b9def5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Sat Dec 5 02:22:25 2015 +0100
| | | | | 
| | | | |     Fix builds.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | 
| * | | | commit 3b8eab5cf43ace6a1c42835b6b4b49aa687ce1a5
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 4 21:09:01 2015 +0100
| | | | | 
| | | | |     Reduce the height of simulation messages.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit cc21feb16611ec1a4ca330bab75975bc62297232
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 4 19:39:49 2015 +0100
| | | | | 
| | | | |     Fix for #3404. Menu options to open working directory and terminal.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit 80fb4da7183581763ef96e04c621d8c3fb8d7a1e
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Dec 4 15:01:47 2015 +0100
| | | | | 
| | | | |     Fix for #3576. Allow exporting different types of FMUs.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | |   
| * | | |   commit f87a8a870f5a1e81f04350dc92c47cd141a6d4bc
| |\ \ \ \  Merge: 0eb80181ce 857526d9dc
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Dec 4 13:25:10 2015 +0100
| | | | | | 
| | | | | |     Merge pull request #3 from adeas31/indentation
| | | | | |     
| | | | | |     Improved OMEdit
| | | | | |   
| | * | | |   commit 857526d9dc0b1e93dd6d05132d9c183bdf537ee8
| | |\ \ \ \  Merge: f233380410 c734e13248
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Dec 4 13:22:55 2015 +0100
| | | | | | | 
| | | | | | |     Merge branch 'indentation' of https://github.com/adeas31/OMEdit into indentation
| | | | | | | 
| | | * | | | commit c734e13248d3e72e0817bd878ac5f28eca259d0b
| | | | | | | Author: Adeel Asghar 
| | | | | | | Date:   Fri Dec 4 13:07:22 2015 +0100
| | | | | | | 
| | | | | | |     Resolved merge conflicts.
| | | | | | | 
| | | | | | | M	.gitignore
| | | | | | | M	Makefile.in
| | | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | | M	qjson/CMakeLists.txt
| | | | | | |   
| | * | | | |   commit f2333804108bea6247c1104c569cef43a87f9413
| | |\ \ \ \ \  Merge: f3e37daddf 0eb80181ce
| | |/ / / / /  Author: Adeel Asghar 
| |/| / / / /   Date:   Fri Dec 4 13:19:22 2015 +0100
| | |/ / / /    
| | | | | |         Merge remote-tracking branch 'origin/master' into indentation
| | | | | |         
| | | | | |         Conflicts:
| | | | | |                 OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | |                 OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | |                 OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | |                 OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | |                 OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| * | | | | commit 0eb80181ce5ae68ebc1849173afa958f8bdaa7b6
| | | | | | Author: adrpo 
| | | | | | Date:   Wed Dec 2 21:00:41 2015 +0100
| | | | | | 
| | | | | |     - update OMCProxy due to changes in API for #3417
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| * | | | | commit 7ff4d7e0433fd97bb57d66d97ad2454e6eb9cce7
| | | | | | Author: alash325 
| | | | | | Date:   Wed Dec 2 08:09:07 2015 +0100
| | | | | | 
| | | | | |     -Editing of external model parameters
| | | | | |     -Editable start command so user can specify any command they wanted
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| * | | | | commit 55f458442d0ab0070265ce32b0353a9f5cd74fd6
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Thu Nov 26 10:49:38 2015 +0100
| | | | | | 
| | | | | |     Read operations before checking how many they are
| | | | | |     
| | | | | |     This fixes a bug where OMEdit says the file was generated without
| | | | | |     debug information, when in fact it was.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | | 
| * | | | | commit b6e2cd2cdd83bea7a12991b6a4714ae2d898a10b
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed Nov 25 16:31:53 2015 +0100
| | | | | | 
| | | | | |     Rename Plot.h to OMPlot.h
| | | | | |     
| | | | | |     This avoids conflicts with certain system headers.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h
| | | | | | 
| * | | | | commit c3551f1e1ef8cf5d013630da6e0d6df4600ba2f9
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Tue Oct 20 14:11:35 2015 +0200
| | | | | | 
| | | | | |     Bump for latest qmake.m4
| | | | | | 
| | | | | | M	common
| | | | | | 
| * | | | | commit b5af9a45107dd1f26ba759834a4e99e192938df8
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Aug 14 13:01:54 2015 +0200
| | | | | | 
| | | | | |     Fixes #3408. Set the origin item to bottom so that the connectors located at center of the component can be used.
| | | | | |     
| | | | | |     Signed-off-by: adrpo 
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | 
| * | | | | commit 1501542c56f7c9ada1a939773d4a2bad90c23e55
| | | | | | Author: adrpo 
| | | | | | Date:   Mon Oct 12 19:28:03 2015 +0200
| | | | | | 
| | | | | |     fix #3504, build with qt4 even if qt5 exists
| | | | | | 
| | | | | | M	qjson/CMakeLists.txt
| | | | | | 
| * | | | | commit 7ceabdd4ff6ee35a8e05edfd4f41a719a207d7a9
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Fri Sep 4 17:57:48 2015 +0200
| | | | | | 
| | | | | |     Fix OSX paths
| | | | | | 
| | | | | | M	Makefile.in
| | | | | | 
| * | | | | commit 870ebf03d5a52957ea52c209cb8ff9c3c196a101
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Wed Sep 2 09:44:10 2015 +0200
| | | | | | 
| | | | | |     Try to fix OSX install_name_tool path
| | | | | | 
| | | | | | M	Makefile.in
| | | | | | M	common
| | | | | | 
| * | | | | commit afcd48c225cd6235bbfe02d953802ccd18072836
| | | | | | Author: adrpo 
| | | | | | Date:   Thu Aug 27 19:25:57 2015 +0200
| | | | | | 
| | | | | |     add the path to cpp libraries when simulating
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | |   
| * | | | |   commit 73a2a8853f15b1c83825faa60016fdb7ca2d0edd
| |\ \ \ \ \  Merge: 5ccb6bc03e 19b3593bd4
| | | | | | | Author: hkiel 
| | | | | | | Date:   Wed Aug 19 09:00:28 2015 +0200
| | | | | | | 
| | | | | | |     Merge pull request #1 from hkiel/ignorefiles
| | | | | | |     
| | | | | | |     ignore generated files
| | | | | | | 
| | * | | | | commit 19b3593bd473f837357f896d087263186ec46847
| |/ / / / /  Author: hkiel 
| | | | | |   Date:   Wed Aug 19 08:30:31 2015 +0200
| | | | | |   
| | | | | |       ignore generated files
| | | | | |   
| | | | | |   M	.gitignore
| | | | | | 
| | * | | | commit f3e37daddf98a81206bee73553a354c6d0f8371d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Dec 4 02:32:17 2015 +0100
| | | | | | 
| | | | | |     Fixed some issues with reloading of components.
| | | | | |     Added undo/redo to toolbar.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | * | | | commit 794659cbf8c5b91cc9f72125ea0408e194bd35b6
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Dec 4 00:34:44 2015 +0100
| | | | | | 
| | | | | |     Allow updating class contents manually via text view.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | * | | | commit 97a8ab0d1db1228980bdd379b0ccdda2e85f0677
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Dec 3 01:00:30 2015 +0100
| | | | | | 
| | | | | |     Push in the missing file from last commit.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | * | | | commit e25231feb5df30c48d0a054a80363730798ab89d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 2 18:34:58 2015 +0100
| | | | | | 
| | | | | |     Fix for #3447. Allow compiling with other targets.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | * | | | commit e09f9bc9b30a024877da89aa5739ded1efd82106
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 2 01:07:14 2015 +0100
| | | | | | 
| | | | | |     Fix for #3472. Set environment variables for compilation process same as in compile.bat
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | * | | | commit 1894748e48b7fc83c959547eabecca7366c7e62c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 2 00:56:02 2015 +0100
| | | | | | 
| | | | | |     Added support for moveClassToTop & moveClassToBottom.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | * | | | commit efb4e4de47d79a484f145fcf0958bfccd788af17
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Dec 2 00:22:09 2015 +0100
| | | | | | 
| | | | | |     Fix for #3425. Retain the text formatting for cut and copy.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | 
| | * | | | commit 1568d7ad14d35a4453e3845925ed3db903c6a7c2
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 1 16:54:35 2015 +0100
| | | | | | 
| | | | | |     Fixed array connections.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | 
| | * | | | commit c8c490f1a80456b60963450c9c3a0ba527f357a9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 1 16:33:50 2015 +0100
| | | | | | 
| | | | | |     Minor fixes for extends modifiers, matching parentheses colors etc.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | * | | | commit 2c0784f0f31a60142dc315ffb2739d9dafcb6a97
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 1 03:24:24 2015 +0100
| | | | | | 
| | | | | |     Highlight matching and mismatching parentheses, braces and brackets.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | | 
| | * | | | commit 3fbda191ca4406a4a41e6d8fd91cd989e6d6dc97
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Dec 1 01:14:34 2015 +0100
| | | | | | 
| | | | | |     Basic highlight matching parentheses
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | | 
| | * | | | commit cc113b2c46c5d3e17db5903bf6afd96912e0013c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 30 19:52:43 2015 +0100
| | | | | | 
| | | | | |     Handle the case when modelica text is updated manually by user for single class single file.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit ddbca631882a9c160b36866882c10cb8190bde1c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 30 03:16:53 2015 +0100
| | | | | | 
| | | | | |     Added moveClass API support.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | * | | | commit d064c0a602b2427df1aaf598507855ae5ba1487b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 20:08:40 2015 +0100
| | | | | | 
| | | | | |     Only fetch the Component modifier when needed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit f26330ab1901a34b2271012a0b8642411bed7dd9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 19:38:21 2015 +0100
| | | | | | 
| | | | | |     Fixed unparseArrays.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | * | | | commit 99d9c6fa461561a9e4fd945723c03f0325bb0fcb
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 18:33:31 2015 +0100
| | | | | | 
| | | | | |     Always load OpenModelica.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | * | | | commit 23fa53a249a263c3df1267bab071c07343140817
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 18:27:42 2015 +0100
| | | | | | 
| | | | | |     Only get the extends modifiers when they are needed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| | * | | | commit 62fb7c856a19b60ed05590f67d38ea73246d6301
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 04:13:16 2015 +0100
| | | | | | 
| | | | | |     Fix crashing while opening parameters window.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | 
| | * | | | commit 5dc02435a059f8f2644c8773c45ff0dfa178034d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 28 04:03:27 2015 +0100
| | | | | | 
| | | | | |     Fetch the component modifiers only once.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| | * | | | commit cfb2a0ca2c90880a5d285d6dfbd27c559c29b51d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 27 14:39:39 2015 +0100
| | | | | | 
| | | | | |     More speed up for OMEdit. Only read the from class file if really needed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit d5935a59ca142a05bca49e9513f2d5357c4a87aa
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 26 23:26:22 2015 +0100
| | | | | | 
| | | | | |     Removed unnecessary debugging code.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | * | | | commit e5231517816f33beab6eadde1cecc59337356c8e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 26 17:24:57 2015 +0100
| | | | | | 
| | | | | |     Removed isProtectedClass and getNamedAnnotation(DocumentationClass) since its part of getClassInformation now.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 52316c3acfa6d547fb6863e71e5b2d5921e65aae
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 26 13:45:23 2015 +0100
| | | | | | 
| | | | | |     Only load the Diagram components and connections when really needed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 8da891b06e971acfe8d60865b8121205bd21eb70
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 25 22:51:36 2015 +0100
| | | | | | 
| | | | | |     Correctly set the save contents type when opening a class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | * | | | commit f74641fae71ea8e991bc67f3e86f9f1bbf56dbc2
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 25 19:58:16 2015 +0100
| | | | | | 
| | | | | |     Store the extends modifiers and component modifiers.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 4d3c856c55289809d33421f465437e47d1c71d81
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 24 16:06:06 2015 +0100
| | | | | | 
| | | | | |     When a class is loaded/unloaded then load/unload the component respectively.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | 
| | * | | | commit 998b08289f3e4cc400f0bc67258bc807e9cb20ce
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 24 15:12:31 2015 +0100
| | | | | | 
| | | | | |     When a class is loaded/unloaded. Update the non-existing component.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | * | | | commit 6e15581e1b28583d1a70a9757bf545ece18b1a54
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 23 23:18:13 2015 +0100
| | | | | | 
| | | | | |     Updated the SaveChangesDialog to new structure.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | | 
| | * | | | commit 6b0a63de521d9e917211139eaace73d406fb2a8c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 23 17:26:48 2015 +0100
| | | | | | 
| | | | | |     When a new shape/component is added then update the connections associated to them.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | 
| | * | | | commit 56e4a7de996cb9da869eeedf7e8d7ddaaab7663a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Nov 22 16:54:52 2015 +0100
| | | | | | 
| | | | | |     When a new shape/component is added then update the inherited components.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | 
| | * | | | commit 5fac6e1b89d184f3a6a6e1a836009819e1993aa0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Nov 21 17:38:11 2015 +0100
| | | | | | 
| | | | | |     Avoid making calls to OMC. Minor speed up.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 5d87fbd5f74c26391265c36d28598a612913ee7b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 20 19:21:11 2015 +0100
| | | | | | 
| | | | | |     Do not show unload/delete option for nested system libraries.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | * | | | commit b1a575ac9961ac19dc7460f5a974d9c6f854514a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 20 19:14:13 2015 +0100
| | | | | | 
| | | | | |     Update the Component when new component/shape is added to actual class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit e982636c811d6e4801c0b5d6a968c2707d6218fb
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 20 15:31:08 2015 +0100
| | | | | | 
| | | | | |     Fixed searching of connector component.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 3035e11eaa12bbd86e2bc45cd68f723d2e0a8f9d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 20 01:10:20 2015 +0100
| | | | | | 
| | | | | |     When a shape is updated then update the reference shape and the class icon.
| | | | | |     Call prepareGeometryChange if we are changing the item boundingRect otherwise we get unexpected paint events.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | 
| | * | | | commit ef0a109abae1fe4bd2562a47a97588773f3525d8
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 18 16:57:26 2015 +0100
| | | | | | 
| | | | | |     Fixed deleting of shapes/components. Unselect the shapes so that they don't next signal next time.
| | | | | |     New Component creation structure.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit ffbc45f223ce91f4c19557e6392071c17cacfcf8
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 17 17:58:24 2015 +0100
| | | | | | 
| | | | | |     Added new command line option --Debug=[true|false]. Draws widgets helpful for development.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | 
| | * | | | commit da9489d3a3f6ffa7067c6f5117da2c6bdee2532f
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 17 17:25:49 2015 +0100
| | | | | | 
| | | | | |     Added save total option in context menu.
| | | | | |     Updated saveTotalSCode to saveTotalModel.
| | | | | |     Enable shapes menu bar only for modeling perspective.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | * | | | commit 6ea6563d477d36b0dc7baca35c47430f6e39ceb3
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 17 15:35:58 2015 +0100
| | | | | | 
| | | | | |     Updated the code to re-use TreeSearchFilters class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h
| | | | | | 
| | * | | | commit 61b75ffd232d1ea519ccef69f9da0f7b289b8644
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 16 18:00:21 2015 +0100
| | | | | | 
| | | | | |     Added tool-tip for all columns of Variables Browser.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | 
| | * | | | commit bb77c7f5c33acfb1742b066576b307f09924317e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 16 17:34:48 2015 +0100
| | | | | | 
| | | | | |     Fixes #3471. Show the variable description in the tooltip.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | | 
| | * | | | commit 6d3102dd80169cd1d39e30800c0d0c7775b33cb0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 16 15:42:37 2015 +0100
| | | | | | 
| | | | | |     clean up
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | * | | | commit 0761c31e444d232358d48d63db5861b6f4daa49b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 16 15:08:19 2015 +0100
| | | | | | 
| | | | | |     Fixed creating connection for inherited components.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit bebe6ccfb34cf1412d8452ba10234e4240191e2a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 13 16:48:03 2015 +0100
| | | | | | 
| | | | | |     Rename unloaded class from folder structure package as class.bak-mo
| | | | | |     Added save option in the library browser context menu.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | * | | | commit 0d17a04bb1c4eee34d0ecb94654dfe4c07f0a63e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Nov 13 15:38:35 2015 +0100
| | | | | | 
| | | | | |     Allow undo/redo for CoOrdinateSystem changes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | * | | | commit 9defa27a075bb98bb6657163750067618c431b59
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 12 16:53:51 2015 +0100
| | | | | | 
| | | | | |     Don't create CoOrdinateSystem object on heap.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | A	OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.cpp
| | | | | | A	OMEdit/OMEditGUI/Modeling/CoOrdinateSystem.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | 
| | * | | | commit 9cc917225a0adabf9c39f837321e062ca414ffdf
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Nov 12 16:09:24 2015 +0100
| | | | | | 
| | | | | |     Add class annotation only if values are different from default.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | * | | | commit e904fa3bc5562de07f56b2f5c8f0c27028cbcecd
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 11 17:20:39 2015 +0100
| | | | | | 
| | | | | |     Fixed error messages link for files.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | | 
| | * | | | commit a3c21e75b8de7d5a891efcb0b4d75c8139287b7e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 10 14:28:41 2015 +0100
| | | | | | 
| | | | | |     Do not allow folder structure saving within one file package.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | * | | | commit 3107135166d4493638baca4a4ab8094716fccfe8
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 10 12:27:22 2015 +0100
| | | | | | 
| | | | | |     Added support for moving classes to top/bottom.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/bottom.svg
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/top.svg
| | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | 
| | * | | | commit 952e5a4e2b4a2b16e905a6978472807f6c758510
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 10 12:03:53 2015 +0100
| | | | | | 
| | | | | |     Completed the GUI support for moving classes up/down.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | * | | | commit e8b4275979407911d0fd86573ae1c0d0e7eedcfb
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 9 20:22:44 2015 +0100
| | | | | | 
| | | | | |     Initial support and structure for moving classes within packages.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/order.svg
| | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | 
| | * | | | commit a8c7fb8bc7bdf27383622a614dcba5a520ba7e57
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 9 19:16:06 2015 +0100
| | | | | | 
| | | | | |     Save the folder structure.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | * | | | commit 07834a6b47bafee77221ae4b30e83ee9db544ca5
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Nov 4 14:53:28 2015 +0100
| | | | | | 
| | | | | |     Fix auto expand issue when unloading a class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | * | | | commit 4ed9a22da5eeafc4912804ad7f2202b9aeb10b35
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 3 17:57:55 2015 +0100
| | | | | | 
| | | | | |     When a class is loaded/unloaded then component is not updated.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | 
| | * | | | commit 11412fe22d69a47d99a83fa2d8780282d819b2f9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Nov 3 14:15:09 2015 +0100
| | | | | | 
| | | | | |     Push the experiment annotation modifications to the undo stack
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | 
| | * | | | commit 760f38be9b559aac2902f6d4b99e8887ed0d72c9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Nov 2 18:07:39 2015 +0100
| | | | | | 
| | | | | |     Undo/redo for Component parameters modifications.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | * | | | commit c79035785ae167eeff6d51e5de8df525d6940925
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Oct 30 17:11:46 2015 +0100
| | | | | | 
| | | | | |     Handle Component modifiers when we do duplicate.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | 
| | * | | | commit 2823f5ae0738dcf1216a73d05b1dbde8dca9c27e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Oct 30 14:44:04 2015 +0100
| | | | | | 
| | | | | |     Fixes #3158
| | | | | |     Fixed the Component Parameters window issues.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | 
| | * | | | commit 7c8823774839d28edc4319edf5e729ea4a44a874
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 27 13:18:01 2015 +0100
| | | | | | 
| | | | | |     Only track the Component attributes if they really changed.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | 
| | * | | | commit bd1887ecc1cb1526c303c91cf0f5fa7410694210
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 17:17:23 2015 +0100
| | | | | | 
| | | | | |     Fix loading the non-existing classes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit ab0bfa6a0e93319943778525d0972cc9caf19e54
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 16:51:09 2015 +0100
| | | | | | 
| | | | | |     Track connections updates.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 475a176a01f2993b9882e26c1dfa18f803b6f7c1
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 15:39:02 2015 +0100
| | | | | | 
| | | | | |     Call setReloadNeeded for non-existing classes. So we can load them when opened.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit a698deb6ccf58d64838ae6dc6f5fd497b2067ff6
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 13:16:22 2015 +0100
| | | | | | 
| | | | | |     Update the inherited class icon when protected component is changed in base class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | 
| | * | | | commit dace8a83f4b11e8c26aaf0c856d4907d53d65ba2
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 13:15:41 2015 +0100
| | | | | | 
| | | | | |     Update the inherited class icon when a new shape is added to base class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 0e98e6b35e8c0e77cae3266c026b73cbc6a75145
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 01:23:58 2015 +0100
| | | | | | 
| | | | | |     Some fixes when duplicating components of built-in types.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 88c7f2f9c4db2f2da5d949f8c11f887a186c2f13
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 26 00:52:21 2015 +0100
| | | | | | 
| | | | | |     Update Component instances when new shapes are added to the class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 034af4bf2083cda517bc848a98b6d6226a6d848c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Oct 25 22:12:07 2015 +0100
| | | | | | 
| | | | | |     Update the Component display name when we do undo/redo.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | 
| | * | | | commit 739d20cc51782a76e08fe2364b234a0daaf781a5
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Oct 25 21:53:12 2015 +0100
| | | | | | 
| | | | | |     Fix when connector component is set to protected we should hide it from icon view.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 71959bcd63d051e0d122c065f6465586ce73c62a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Oct 25 21:33:37 2015 +0100
| | | | | | 
| | | | | |     Allow undo/redo when duplicating Components/Shapes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 2d5f225a6b391e1f2deef4819277e784fab54473
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Oct 24 02:28:43 2015 +0200
| | | | | | 
| | | | | |     Allow undo/redo for component attributes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | 
| | * | | | commit d56f65a5637e2c782e9117e9d256df2213a35b30
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 22 16:52:27 2015 +0200
| | | | | | 
| | | | | |     Allow to undo/redo component transformation changes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 52fdcec45d827656e386707e40e9b98e3c45b020
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 22 16:17:40 2015 +0200
| | | | | | 
| | | | | |     Fix creation of Text & Bitmap shape for undo stack.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | 
| | * | | | commit 49a44084a85873220c18befa3c6d3fe0448511a3
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 22 14:32:13 2015 +0200
| | | | | | 
| | | | | |     Add class annotation for new classes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | * | | | commit 981224e6ffce761b030ca970b1fc9cf99d63c173
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 22 14:18:04 2015 +0200
| | | | | | 
| | | | | |     Removed the updateClassAnnotation signal.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 732bcca670fcce5297010b85cb9bc7ea1037b9d3
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 21 17:37:01 2015 +0200
| | | | | | 
| | | | | |     Handle component double click for built in types like Real, Integer etc.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 80cb3a472b0c09aecc6c3c86a82ae0d0b8387da9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 21 17:19:39 2015 +0200
| | | | | | 
| | | | | |     Allow to undo/redo the changes done via UpdateShapeProperties dialog.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h
| | | | | | 
| | * | | | commit 164eabbfe01c9fbce304dacd429cc83b6cef5f43
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 20 17:37:12 2015 +0200
| | | | | | 
| | | | | |     Track the shapes duplication operation in undo stack.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit d4e918097a98ba916acbec1d0ba3384c8cf7f046
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 20 16:41:31 2015 +0200
| | | | | | 
| | | | | |     More better undo/redo functionality for shapes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit a818bbdcd1a95b0c6fcd35441415d882cc0ed1c0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 20 01:02:16 2015 +0200
| | | | | | 
| | | | | |     Use one command class to update component instead of three.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit c5ef284c97cea39dd93c8c49fe98031524a3a3e6
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 20 00:20:17 2015 +0200
| | | | | | 
| | | | | |     Instead of creating three commands classes use one class for shapes change undo/redo.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit a13a6c9a9623a5ecd2fa0a43373ac46bbfe0789b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 19 19:27:52 2015 +0200
| | | | | | 
| | | | | |     Clear the selection when doing undo/redo.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit b9ed433b1f6ece7f6762f01f5e43dd91807f776e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 19 19:09:11 2015 +0200
| | | | | | 
| | | | | |     Undo for shapes and components movement either by mouse or keyboard.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit b3b75c192d404a53c778879904f386c7f46dc71d
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Oct 19 13:37:54 2015 +0200
| | | | | | 
| | | | | |     Allow undo of deleted connections.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit ca011af8603c87a07b4886276569dd1e8740c9c9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sun Oct 18 23:55:19 2015 +0200
| | | | | | 
| | | | | |     Only perform certain key actions when some items are selected.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 5b5b55ef9b885b001ef46d580032c6ea7516f987
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 15 02:06:24 2015 +0200
| | | | | | 
| | | | | |     Disable show grid lines button for system libraries.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit bda691132ce8d3366be6749eb8c826d17fa9ad6b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 15 01:52:48 2015 +0200
| | | | | | 
| | | | | |     Create an inherited connection when we create a new connection in the base class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 797bbe7d0acdea087117c3bc357117be5e78b847
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 15 01:01:20 2015 +0200
| | | | | | 
| | | | | |     Draw and allow connection from Expandable Connector.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | * | | | commit 52537d55dfd18066918bd9397976057cd7ff0eb0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 15 00:23:42 2015 +0200
| | | | | | 
| | | | | |     Better background colors for views.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 648e1a4a6bbd69a303d15b344ccd84dcec5cb0b5
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 14 23:41:18 2015 +0200
| | | | | | 
| | | | | |     Convert angle 360 to 0.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | * | | | commit 17c1031b5bd2f42d301dca53cddd1cbdf46b19ef
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 14 22:13:02 2015 +0200
| | | | | | 
| | | | | |     Added default placement annotation for components that doesn't have one.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 809c928caebc4df3b2a18dcc7e217ec7d8a3993c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 14 17:26:46 2015 +0200
| | | | | | 
| | | | | |     Undo for shapes rotation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | 
| | * | | | commit a7c657ca61bf150fed302d97a5413df72ee88aad
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Oct 14 14:47:11 2015 +0200
| | | | | | 
| | | | | |     Undo for component rotation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | | | 
| | * | | | commit 4a71f04cf030b67b9234d96a7a4ff112bd32dd3e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 13 16:15:24 2015 +0200
| | | | | | 
| | | | | |     Removed unused constructors of the shapes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit f0d262f929f88e4f8a02a0d6e7c4fc38264065b4
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 13 14:45:28 2015 +0200
| | | | | | 
| | | | | |     Mark the model modified when component is removed. Properly check if Icon view has annotation or not.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit a777e79044d76d07f681dab66945b51ca9b15b0a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Oct 13 13:28:43 2015 +0200
| | | | | | 
| | | | | |     Fixed the saving of single file packages.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | * | | | commit 8d35fe6cf1b9619ee784fc223bd5c072c429ae0a
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Oct 9 17:59:35 2015 +0200
| | | | | | 
| | | | | |     Save one file packages with correct indentation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| | * | | | commit c56af4b87194c11565e4f097a339275dba9b251f
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Oct 9 14:24:14 2015 +0200
| | | | | | 
| | | | | |     Draw the class inherited connections.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 40d4915556f58c84a4b4b0f5d394748dd5900f5c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 8 17:43:30 2015 +0200
| | | | | | 
| | | | | |     Get class connections. Allow undo/redo of connections.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | 
| | * | | | commit 8a1542ef507c8268f28b5d098d1f8296f1183c10
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 8 13:24:37 2015 +0200
| | | | | | 
| | | | | |     Do not modify argc & argv. Use setStyleSheet to apply the styles.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | 
| | * | | | commit 96359f8d123f53bf3bd9639038181e8fcff57ce0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 8 12:27:08 2015 +0200
| | | | | | 
| | | | | |     Store built-in type component like Real, Boolean etc. in the list of components.
| | | | | |     Would be very useful when creating Model Browser and Parameters dialog.
| | | | | |     Removed the OMC cache command implementation because it was wrong.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | 
| | * | | | commit 8ef827d588de0d0afc790f35351ca4ef8acaacf9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Oct 3 02:06:16 2015 +0200
| | | | | | 
| | | | | |     Update components when shapes are added/deleted.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | M	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h
| | | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | 
| | * | | | commit a81fa30296a65eca50fe4cdba4b492c87a473268
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 1 14:48:37 2015 +0200
| | | | | | 
| | | | | |     Handle the case when extends classes are unloaded/loaded.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | 
| | * | | | commit 703263bda4cb6ff186872894e6aa253408212fac
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Oct 1 01:40:12 2015 +0200
| | | | | | 
| | | | | |     Fixes #2711. Better handling of class components.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Transformation.h
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | * | | | commit ea7b44a314a428e00dc12f87823cc01d1348bb5b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Sat Sep 19 01:30:19 2015 +0200
| | | | | | 
| | | | | |     Draw red cross for non existing inherited class.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | 
| | * | | | commit 79502dd2ee7ca86b78b27e83dda57d7779965583
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Sep 16 15:11:04 2015 +0200
| | | | | | 
| | | | | |     Updated the icon in libraries browser when graphical object is updated.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 38c4ab8da7252d12a345d2cc97ba02631b9434bf
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Sep 16 14:21:21 2015 +0200
| | | | | | 
| | | | | |     Better handling of inherited classes for graphical objects.
| | | | | |     Added undo/redo for adding & deleting graphical objects.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| | * | | | commit a57605158766907b7231be75f1a50ab273b4f150
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Sep 1 14:18:36 2015 +0200
| | | | | | 
| | | | | |     Some fixes for #2892
| | | | | |     Basic structure for undo/redo. Supports add/delete component now.
| | | | | |     Make the tree item color red when it is modified.
| | | | | |     Use the standard expand/collapse buttons for tree.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | A	OMEdit/OMEditGUI/Modeling/Commands.cpp
| | | | | | A	OMEdit/OMEditGUI/Modeling/Commands.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/redo.svg
| | | | | | A	OMEdit/OMEditGUI/Resources/icons/undo.svg
| | | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | | 
| | * | | | commit 914bd5f1d5ede48ceed7a31bd1b45f69f5136af9
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Aug 26 12:37:51 2015 +0200
| | | | | | 
| | | | | |     Cleanup and source code documentation.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | * | | | commit 9fb29423f871fd38c9709af16cd5ab12e2541a9e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Aug 25 23:07:08 2015 +0200
| | | | | | 
| | | | | |     Fixed unloading of classes.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | 
| | * | | | commit 0fb529aaae69f318a40cacb0e9678b7ea2593251
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Aug 25 22:37:15 2015 +0200
| | | | | | 
| | | | | |     Allow expand/collapse all from LibraryBrowseDialog.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | 
| | * | | | commit 04315ef9260a8c55b1395748f3a52a307a6079ac
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Aug 25 22:06:47 2015 +0200
| | | | | | 
| | | | | |     Fixed opening of TLM/Text files.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| | * | | | commit 485c5f57b2c99ec881cd275a43d55cbe6cecaa6f
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Aug 25 21:25:47 2015 +0200
| | | | | | 
| | | | | |     Added a model/view structure for libraries browser.
| | | | | |     Better way to generate library icons.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h
| | | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | | M	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | | | M	OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | | | M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/Utilities.h
| | | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | | 
| | * | | | commit c765b69517a5d50265a6ead571de0f20b13dd9ad
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Aug 14 13:01:54 2015 +0200
| | | | | | 
| | | | | |     Fixes #3408.
| | | | | |     Set the origin item to bottom so that the connectors located at center of the component can be used.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | | 
| | * | | | commit 3c9629485a6f403428b8007119ff295c81b642e0
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Thu Aug 13 13:59:56 2015 +0200
| | | | |   
| | | | |       Use diffModelicaFileListings to preserve users indentation.
| | | | |       Only single class single file case is working now. Packages with with single/multiple file structure are not supported yet.
| | | | |       Fixes #3054.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | |   M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | |   M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| * | | | commit 5ccb6bc03eef0654b84a95d971d1663cf3068c9a
| | | | | Author: Martin Sjölund 
| | | | | Date:   Thu Aug 6 13:09:50 2015 +0200
| | | | | 
| | | | |     Use the configure CXX, etc instead of defaults
| | | | | 
| | | | | M	Makefile.in
| | | | | M	common
| | | | | 
| * | | | commit 6a414acb2c287ca8e4daf1beec61c004fa52ab89
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Aug 5 15:01:09 2015 +0200
| | | | | 
| | | | |     Fixed the system documentation link. Removed the link to old users guide.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | 
| * | | | commit ce3000a0ee0c5aa2fecd6372cbe2fc12e2c50a02
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Aug 5 13:12:42 2015 +0200
| | | | | 
| | | | |     Fix #3380: Properly save the replaceable nested classes.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | 
| * | | | commit ec32bc2d8ac32387a096e3f0b44fa179ee6e3d0d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jul 30 13:48:14 2015 +0200
| | | | | 
| | | | |     Fixed copying of libqjson.
| | | | | 
| | | | | M	Makefile.omdev.mingw
| | | | | M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | | 
| * | | | commit 54e8a066ce95c18cac7a4c457b9abac0f82c8dca
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jul 29 16:29:15 2015 +0200
| | | | | 
| | | | |     Removed duplicate copy commands.
| | | | | 
| | | | | M	Makefile.omdev.mingw
| | | | | 
| * | | | commit 5d264adef3f5f89b56ba2ceba2c6fe7a87b77e0c
| | | | | Author: adrpo 
| | | | | Date:   Wed Jul 29 14:06:00 2015 +0200
| | | | | 
| | | | |     - copy libqjson.dll from its new place to build/bin
| | | | |     - more Qt5 adaptation
| | | | |     - use the linking flags just for linking, not for compiling
| | | | | 
| | | | | M	Makefile.omdev.mingw
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| * | | | commit cb8678ad54c32be8ed4852a99fc9fab4e4b2e073
| | | | | Author: adrpo 
| | | | | Date:   Fri Jul 24 17:56:19 2015 +0200
| | | | | 
| | | | |     - give the full path to cmake
| | | | | 
| | | | | M	Makefile.omdev.mingw
| | | | | 
| * | | | commit c01559b855995e89476e1d349016ab1a8638a582
| | | | | Author: adrpo 
| | | | | Date:   Fri Jul 24 01:38:07 2015 +0200
| | | | | 
| | | | |     - fix OMEdit compilation
| | | | | 
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.c
| | | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | 
| * | | | commit abed5f49a95c5446381db481d0d370fbf5ef6513
| | | | | Author: adrpo 
| | | | | Date:   Fri Jul 24 00:48:58 2015 +0200
| | | | | 
| | | | |     - adapt to Qt5 and mingw64
| | | | |     - updated qjson to latest from: https://github.com/flavio/qjson
| | | | | 
| | | | | M	Makefile.in
| | | | | M	Makefile.omdev.mingw
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
| | | | | M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
| | | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.c
| | | | | M	OMEdit/OMEditGUI/CrashReport/backtrace.h
| | | | | M	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | | M	OMEdit/OMEditGUI/Modeling/DocumentationWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.cpp
| | | | | M	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | M	OMEdit/OMEditGUI/main.cpp
| | | | | M	common
| | | | | D	qjson-0.8.1/src/json_parser.yy
| | | | | D	qjson-0.8.1/src/json_scanner.cpp
| | | | | A	qjson/.gitignore
| | | | | R072	qjson-0.8.1/CMakeLists.txt	qjson/CMakeLists.txt
| | | | | R099	qjson-0.8.1/COPYING.lib	qjson/COPYING.lib
| | | | | R095	qjson-0.8.1/ChangeLog	qjson/ChangeLog
| | | | | R100	qjson-0.8.1/QJSONConfig.cmake.in	qjson/QJSONConfig.cmake.in
| | | | | R100	qjson-0.8.1/QJSONConfigVersion.cmake.in	qjson/QJSONConfigVersion.cmake.in
| | | | | R087	qjson-0.8.1/QJson.pc.in	qjson/QJson.pc.in
| | | | | R099	qjson-0.8.1/README.license	qjson/README.license
| | | | | R098	qjson-0.8.1/README.md	qjson/README.md
| | | | | R100	qjson-0.8.1/cmake_uninstall.cmake.in	qjson/cmake_uninstall.cmake.in
| | | | | A	qjson/doc/Doxyfile
| | | | | A	qjson/doc/footer.html
| | | | | A	qjson/doc/header.html
| | | | | A	qjson/doc/qjson.dox
| | | | | R100	qjson-0.8.1/include/QJson/Parser	qjson/include/QJson/Parser
| | | | | R100	qjson-0.8.1/include/QJson/QObjectHelper	qjson/include/QJson/QObjectHelper
| | | | | R100	qjson-0.8.1/include/QJson/Serializer	qjson/include/QJson/Serializer
| | | | | R100	qjson-0.8.1/src/.gitignore	qjson/src/.gitignore
| | | | | R051	qjson-0.8.1/src/CMakeLists.txt	qjson/src/CMakeLists.txt
| | | | | A	qjson/src/FlexLexer.h
| | | | | R053	qjson-0.8.1/src/json_parser.cc	qjson/src/json_parser.cc
| | | | | R079	qjson-0.8.1/src/json_parser.hh	qjson/src/json_parser.hh
| | | | | A	qjson/src/json_parser.yy
| | | | | A	qjson/src/json_scanner.cc
| | | | | A	qjson/src/json_scanner.cpp
| | | | | R075	qjson-0.8.1/src/json_scanner.h	qjson/src/json_scanner.h
| | | | | A	qjson/src/json_scanner.yy
| | | | | R061	qjson-0.8.1/src/location.hh	qjson/src/location.hh
| | | | | R084	qjson-0.8.1/src/parser.cpp	qjson/src/parser.cpp
| | | | | R098	qjson-0.8.1/src/parser.h	qjson/src/parser.h
| | | | | R098	qjson-0.8.1/src/parser_p.h	qjson/src/parser_p.h
| | | | | R099	qjson-0.8.1/src/parserrunnable.cpp	qjson/src/parserrunnable.cpp
| | | | | R097	qjson-0.8.1/src/parserrunnable.h	qjson/src/parserrunnable.h
| | | | | R057	qjson-0.8.1/src/position.hh	qjson/src/position.hh
| | | | | R090	qjson-0.8.1/src/qjson_debug.h	qjson/src/qjson_debug.h
| | | | | R077	qjson-0.8.1/src/qjson_export.h	qjson/src/qjson_export.h
| | | | | R097	qjson-0.8.1/src/qobjecthelper.cpp	qjson/src/qobjecthelper.cpp
| | | | | R099	qjson-0.8.1/src/qobjecthelper.h	qjson/src/qobjecthelper.h
| | | | | R058	qjson-0.8.1/src/serializer.cpp	qjson/src/serializer.cpp
| | | | | R077	qjson-0.8.1/src/serializer.h	qjson/src/serializer.h
| | | | | R099	qjson-0.8.1/src/serializerrunnable.cpp	qjson/src/serializerrunnable.cpp
| | | | | R098	qjson-0.8.1/src/serializerrunnable.h	qjson/src/serializerrunnable.h
| | | | | R075	qjson-0.8.1/src/stack.hh	qjson/src/stack.hh
| | | | | A	qjson/tests/.gitignore
| | | | | A	qjson/tests/CMakeLists.txt
| | | | | A	qjson/tests/benchmarks/CMakeLists.txt
| | | | | A	qjson/tests/benchmarks/parsingbenchmark.cpp
| | | | | A	qjson/tests/benchmarks/qlocalevsstrtod_l.cpp
| | | | | A	qjson/tests/cmdline_tester/.gitignore
| | | | | A	qjson/tests/cmdline_tester/CMakeLists.txt
| | | | | A	qjson/tests/cmdline_tester/cmdline_tester.cpp
| | | | | A	qjson/tests/cmdline_tester/cmdlineparser.cpp
| | | | | A	qjson/tests/cmdline_tester/cmdlineparser.h
| | | | | A	qjson/tests/cmdline_tester/example.txt
| | | | | A	qjson/tests/parser/.gitignore
| | | | | A	qjson/tests/parser/CMakeLists.txt
| | | | | A	qjson/tests/parser/testparser.cpp
| | | | | A	qjson/tests/qobjecthelper/.gitignore
| | | | | A	qjson/tests/qobjecthelper/CMakeLists.txt
| | | | | A	qjson/tests/qobjecthelper/person.cpp
| | | | | A	qjson/tests/qobjecthelper/person.h
| | | | | A	qjson/tests/qobjecthelper/testqobjecthelper.cpp
| | | | | A	qjson/tests/scanner/CMakeLists.txt
| | | | | A	qjson/tests/scanner/testscanner.cpp
| | | | | A	qjson/tests/serializer/.gitignore
| | | | | A	qjson/tests/serializer/CMakeLists.txt
| | | | | A	qjson/tests/serializer/testserializer.cpp
| | | | | 
| * | | | commit 118cfe8ec1d2399e80560d655d4f65268de5f593
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 29 15:11:44 2015 +0200
| | | | | 
| | | | |     #3374 - Added the close button to tabs.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Util/Utilities.cpp
| | | | | 
| * | | | commit de7a5d6492c453fa0ff310ce5245f83b87c28836
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 26 14:31:47 2015 +0200
| | | | | 
| | | | |     #3373 - Give more stack on Windows for the QT clients that use the omc dll.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | 
| * | | | commit 20148344fcb3140e64e041bd835a8c9bfa71735c
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 26 14:23:55 2015 +0200
| | | | | 
| | | | |     #3362 - Updated the question message according to context menu choice.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit 05fbbbb0d10e4e46e97d7559c9d0618ad7bfad7f
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 26 14:16:12 2015 +0200
| | | | | 
| | | | |     #3362 - Use delete for nested classes instead of unload.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 9444ad9af3bc57a486f9a72508fb2af9719911a1
| | | | | Author: alash325 
| | | | | Date:   Thu Jun 25 17:58:44 2015 +0200
| | | | | 
| | | | |     - Store the interfaces in OMEdit and show list of interfaces for each sub-model
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | 
| * | | | commit e3b6ee135438238ced475efa77ea2aee1ca88b30
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 25 17:10:09 2015 +0200
| | | | | 
| | | | |     Fetch the initialization methods, linear & non-linear solvers from simulation_options.h
| | | | | 
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit e3d3aa7e225e53263ed1f018c24250dbc5406188
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 25 16:28:13 2015 +0200
| | | | | 
| | | | |     Open the html documentation for integration methods help.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | |   
| * | | |   commit a61de9f09ebb5f69eec7525da6672e52fee5f394
| |\ \ \ \  Merge: f96db64bf5 ce2b3a418e
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Thu Jun 25 16:01:30 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | * | | | commit ce2b3a418e93232ca007296076fefd7f245de6cb
| | | | | | Author: alash325 
| | | | | | Date:   Thu Jun 25 09:33:53 2015 +0200
| | | | | | 
| | | | | |     - Do not add the same interface multiple times if the interface already exists in MetaModel
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | 
| | * | | | commit 15bce98e92af6fbb6f18e2758df4c5687bfd7a7a
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 19:33:21 2015 +0200
| | | | | | 
| | | | | |     - Do not show up connection properties and mpManhattanizeShapeAction for TLM editor
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | | 
| * | | | | commit f96db64bf5d329815a9699314b8d7027fbfb4595
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Thu Jun 25 16:01:15 2015 +0200
| | | | |   
| | | | |       Fetch the solver methods from simulation_options.h
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.h
| | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | 
| * | | | commit 5d241c5dc31941eb68e9b58be79892555f2861bb
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 24 19:05:58 2015 +0200
| | | | | 
| | | | |     Open the HTML based documentation when user presses F1.
| | | | |     We will embed the documentation with in OMEdit later.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   
| * | | |   commit 501ca0346d37879ea887b007986dc35d54482941
| |\ \ \ \  Merge: 8f1cfe37a2 e832336d7c
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Jun 24 18:52:32 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | |   
| | * | | |   commit e832336d7c091845a3243c98e17d57193499a3a2
| | |\ \ \ \  Merge: 8206e21c42 dd8b12310e
| | | | | | | Author: alash325 
| | | | | | | Date:   Wed Jun 24 17:38:25 2015 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | 
| | * | | | | commit 8206e21c421dc10fe10e07928b4c10b6cfd479cc
| | | | | | | Author: alash325 
| | | | | | | Date:   Wed Jun 24 17:37:47 2015 +0200
| | | | | | | 
| | | | | | |     - TLM editor updateTLMConnectiontAnnotation API
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | | 
| * | | | | | commit 8f1cfe37a25657bd25b8ac122790ec54b2e71b83
| | |/ / / /  Author: Adeel Asghar 
| |/| | | |   Date:   Wed Jun 24 18:52:10 2015 +0200
| | | | | |   
| | | | | |       Added menu items to open the OpenModelica latest & old pdf documentation.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h
| | | | | |   M	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | | |   M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | |   M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | | 
| * | | | | commit dd8b12310ee68e7c4be7e192cc9d2729064b9aaf
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Jun 24 17:12:10 2015 +0200
| | | | | | 
| | | | | |     Free the memory by deleting the QMessageBoxes when they close.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | | 
| * | | | | commit 1aa24fb35efb24908a3083fcc52de3ee6cfb1e74
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Jun 24 17:07:18 2015 +0200
| | | | | | 
| | | | | |     Updated the language files.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | | | M	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | | | 
| * | | | | commit 7bfd1f72db1b460388de720c1b5af77cbc125006
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Wed Jun 24 17:03:47 2015 +0200
| | | | |   
| | | | |       Ask for the e-mail address from the user when sending crash report.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | |   
| * | | |   commit d248ffec9ad3c242d05649bf21e5aaa836430b6b
| |\ \ \ \  Merge: 605738f18a d8515175f0
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Wed Jun 24 15:47:44 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | * | | | commit d8515175f0623e2483124374c8ea0fd5afee39ec
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 15:38:57 2015 +0200
| | | | | | 
| | | | | |     - TLM Editor createConnection API
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | 
| | * | | | commit 7880d7c0c6c8ee781a68fb73bdb20c143b565fa9
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 13:40:22 2015 +0200
| | | | | | 
| | | | | |     - TLM editor DeleteConenction API
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit add672df89bd974e00ca035615c0640fb98fa2eb
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 12:05:05 2015 +0200
| | | | | | 
| | | | | |     - Use API for getTLMConnections
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| | * | | | commit 7f94546ebe74cbd6e3c50321c6062d40c36f391d
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 07:45:43 2015 +0200
| | | | | | 
| | | | | |     - Use mpPlainTextEdit instead of getPlainTextEdit
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | 
| | * | | | commit df85c2b1929fb34299de50066ab6d0f092957388
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 07:34:07 2015 +0200
| | | | | | 
| | | | | |     - Update the MetaModel editor xml object when switching from text to diagram view
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | 
| | * | | | commit 0d87015c0555763ce717f27d4f3a62d6b09383dc
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 24 06:17:58 2015 +0200
| | | | | | 
| | | | | |     - Check for xml validation when loading the meta-model xml file
| | | | | |     - Check for xml validation when fetching interface data and co-simulating the meta-model
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | 
| * | | | | commit 605738f18acac51f02c256e208efc0b1dbcff291
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Wed Jun 24 15:47:19 2015 +0200
| | | | |   
| | | | |       Fixed opening of files passed as command line arguments.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/main.cpp
| | | | | 
| * | | | commit b8c416ede3dd48f41f62348c0a1d993aa1276b97
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 22 18:16:39 2015 +0200
| | | | | 
| | | | |     Fixed getTLMComponents. Generate default annotation for sub-models that doesn't have any.
| | | | |     Some source code documentation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   
| * | | |   commit 825f74c1bf598047416a842ddb2224a95c1357d4
| |\ \ \ \  Merge: 0fc9a6d0a1 5bd7a94d32
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Jun 22 15:46:03 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | * | | | commit 5bd7a94d32e3e94971c7e99e40ca4d242030a88e
| | | | | | Author: Martin Sjölund 
| | | | | | Date:   Thu Jun 18 10:58:35 2015 +0200
| | | | | | 
| | | | | |     Update common
| | | | | | 
| | | | | | M	common
| | | | | | 
| * | | | | commit 0fc9a6d0a1f61172b7e740f841b135b23bf06daa
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Mon Jun 22 15:35:01 2015 +0200
| | | | |   
| | | | |       Added API structure for managing the meta-model xml data.
| | | | |       Create directories for the sub-models and save their respective model files in them while saving the meta-model xml.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | |   M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | |   M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | |   M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | | 
| * | | | commit 0d8476c322e6dc84c9ec7a646c135c979526281a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 17 15:53:56 2015 +0200
| | | | | 
| | | | |     Generate directories for sub models when saving meta-model.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | 
| * | | | commit 3fdd91dd159d8ff4a6dd7a9665bc9ef54af2b545
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 17 14:47:42 2015 +0200
| | | | | 
| | | | |     Fixed the ModelFile attribute of meta-model editor.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | M	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | | 
| * | | | commit b0489b29938a56029ce160e1daf6257d0d31dab6
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon Jun 15 16:56:36 2015 +0200
| | | | | 
| | | | |     #3354 - Allowing changing the shapes stacking order.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | | A	OMEdit/OMEditGUI/Resources/icons/bring-forward.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/bring-to-front.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/send-backward.svg
| | | | | A	OMEdit/OMEditGUI/Resources/icons/send-to-back.svg
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| * | | | commit 76227e393954947c56ebbe8fa94ab98e9a965cc9
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 12 14:44:30 2015 +0200
| | | | | 
| | | | |     #3352 - Allow creating new result file when doing re-simulation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | |   
| * | | |   commit b3481638b70222b030186c372388844034cc83af
| |\ \ \ \  Merge: 5a8a16914b ba9c8f95d1
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Fri Jun 12 11:52:59 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | 
| | * | | | commit ba9c8f95d13b5c7084a0617bb24a315a6c6dcfbc
| | | | | | Author: alash325 
| | | | | | Date:   Wed Jun 10 16:23:11 2015 +0200
| | | | | | 
| | | | | |     - formatting
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | |   
| | * | | |   commit 38edcd29fb9e39420a2272e27c1f27fd3be77ede
| | |\ \ \ \  Merge: 305ac7d526 3c417a6e92
| | | | | | | Author: alash325 
| | | | | | | Date:   Wed Jun 10 15:32:15 2015 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | 
| | * | | | | commit 305ac7d526b647c470512d00e536edeee890f7ed
| | | | | | | Author: alash325 
| | | | | | | Date:   Tue Jun 9 12:32:55 2015 +0200
| | | | | | | 
| | | | | | |     - Do not use OpenModelica API to fetch interface points
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | 
| * | | | | | commit 5a8a16914b99ed2c59f94e498beae3e1483f8d1d
| | |/ / / /  Author: Adeel Asghar 
| |/| | | |   Date:   Fri Jun 12 11:51:21 2015 +0200
| | | | | |   
| | | | | |       Use mono-space font for Output.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | | 
| * | | | | commit 3c417a6e92687055d16014120bdbdbcedba37c48
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Tue Jun 9 13:21:55 2015 +0200
| | | | | | 
| | | | | |     #3346
| | | | | |     Added the camel case for components name.
| | | | | | 
| | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | | | 
| * | | | | commit 77fe0f6124cbd8e98c1c3aa53fb46e80a5daf734
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Tue Jun 9 12:25:42 2015 +0200
| | | | |   
| | | | |       Moved co-simulation files to TLM directory.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.cpp
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h	OMEdit/OMEditGUI/TLM/TLMCoSimulationDialog.h
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h	OMEdit/OMEditGUI/TLM/TLMCoSimulationOptions.h
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.cpp
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.h	OMEdit/OMEditGUI/TLM/TLMCoSimulationOutputWidget.h
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
| | | | |   R100	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.h	OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.h
| | | | |   
| * | | |   commit 78a27cd0ff7d708ccef96f08cc53216edbbcf79a
| |\ \ \ \  Merge: f5ad46cdca bc94b4659b
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Jun 8 17:36:02 2015 +0200
| | | | | | 
| | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | |     
| | | | | |     Conflicts:
| | | | | |             OMEdit/OMEditGUI/MainWindow.cpp
| | | | | |   
| | * | | |   commit bc94b4659b8a429c90d1aa9f6a28294cf0e9f621
| | |\ \ \ \  Merge: 4fe03779f9 3ef1192bf9
| | | | | | | Author: alash325 
| | | | | | | Date:   Mon Jun 8 16:03:51 2015 +0200
| | | | | | | 
| | | | | | |     Merge branch 'master' of https://github.com/OpenModelica/OMEdit
| | | | | | | 
| | * | | | | commit 4fe03779f918846e913dcd6ea1fd0dda58597c2e
| | | | | | | Author: alash325 
| | | | | | | Date:   Mon Jun 8 15:43:37 2015 +0200
| | | | | | | 
| | | | | | |     - Read interface data from the xml file
| | | | | | |     - show the metamodel file unsaved if and only if the file is modified
| | | | | | | 
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | | | 
| * | | | | | commit f5ad46cdca9e80dce91381a5a17723e18ab7327d
| | |/ / / /  Author: Adeel Asghar 
| |/| | | |   Date:   Mon Jun 8 17:33:00 2015 +0200
| | | | | |   
| | | | | |       Fetch interface data in a thread.
| | | | | |   
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | |   M	OMEdit/OMEditGUI/MainWindow.h
| | | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | | |   M	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | | |   A	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.cpp
| | | | | |   A	OMEdit/OMEditGUI/TLM/FetchInterfaceDataThread.h
| | | | | | 
| * | | | | commit 3ef1192bf9789cd51c5da2cda3093f3e53767be3
| | | | | | Author: Adeel Asghar 
| | | | | | Date:   Mon Jun 8 15:37:55 2015 +0200
| | | | | | 
| | | | | |     - Updated common submodule.
| | | | | | 
| | | | | | M	common
| | | | | | 
| * | | | | commit a7399af88634ed7ea487e5deccb5767ade86ed4b
| |/ / / /  Author: Adeel Asghar 
| | | | |   Date:   Mon Jun 8 15:33:42 2015 +0200
| | | | |   
| | | | |       - Added GUI for fetch interface data.
| | | | |   
| | | | |   M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | |   M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | |   A	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.cpp
| | | | |   A	OMEdit/OMEditGUI/TLM/FetchInterfaceDataDialog.h
| | | | | 
| * | | | commit c2b4b82c1978c50f73a7394b9c0821e4799eb87d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri Jun 5 16:59:33 2015 +0200
| | | | | 
| | | | |     Fetch interface data for TLM co-simulation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | A	OMEdit/OMEditGUI/Resources/icons/interface-data.svg
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | | 
| * | | | commit d7ec619abf5144823cbc6dde97839e1a6629abf1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 4 17:45:06 2015 +0200
| | | | | 
| | | | |     Make External model useful for meta modeling.
| | | | |     Delete the OriginItem when the component is deleted.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit a839e5b5e00c257e12c591bbb4c3ea5f5ece8f56
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu Jun 4 16:57:05 2015 +0200
| | | | | 
| | | | |     Added TLM co-simulation in the Libraries Browser context menu.
| | | | |     Allow opening TLM co-simulation output window from TLM co-simulation setup.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit 7bd064597ebd8b0bc714d0952e4334e92ed02ee1
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 3 15:08:10 2015 +0200
| | | | | 
| | | | |     - Moved some files to appropriate directories.
| | | | | 
| | | | | R100	OMEdit/OMEditGUI/Util/backtrace.c	OMEdit/OMEditGUI/CrashReport/backtrace.c
| | | | | R100	OMEdit/OMEditGUI/Util/backtrace.h	OMEdit/OMEditGUI/CrashReport/backtrace.h
| | | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | | R100	OMEdit/OMEditGUI/Util/OMDumpXML.cpp	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.cpp
| | | | | R100	OMEdit/OMEditGUI/Util/OMDumpXML.h	OMEdit/OMEditGUI/TransformationalDebugger/OMDumpXML.h
| | | | | R100	OMEdit/OMEditGUI/Util/diff_match_patch.cpp	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.cpp
| | | | | R100	OMEdit/OMEditGUI/Util/diff_match_patch.h	OMEdit/OMEditGUI/TransformationalDebugger/diff_match_patch.h
| | | | | 
| * | | | commit 90d81705276b8427fe0e7f8f60f98e3277142abd
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed Jun 3 14:57:11 2015 +0200
| | | | | 
| | | | |     - Show the status of simulation in the Archived simulations list.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h
| | | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | | 
| * | | | commit eb37127d1e0cabe5b3ec5a98491756bdf021ca5d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue Jun 2 16:52:07 2015 +0200
| | | | | 
| | | | |     - TLM plugin log file named has changed.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp
| | | | | 
| * | | | commit 2512d4a4da1b2246afb6cdeacc07c15003717b5a
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri May 29 20:17:29 2015 +0200
| | | | | 
| | | | |     - Another stupid typo.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | | 
| * | | | commit 1fa319b5e7f77ca1d2f104fc6dec4b679d786e08
| | | | | Author: Adeel Asghar 
| | | | | Date:   Fri May 29 16:58:01 2015 +0200
| | | | | 
| | | | |     - Fixed stupid typo.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | | 
| * | | | commit c485867fa86673c49e50c28f91c3f14011b52eb6
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu May 28 16:27:20 2015 +0200
| | | | | 
| | | | |     - No hover events in Component so no need to enable hover tracking.
| | | | |     - Minor formatting & documentation in ModelWidgetContainer.cpp.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | 
| * | | | commit e313ab681ad476bb6c123af259974399e3716015
| | | | | Author: Adeel Asghar 
| | | | | Date:   Thu May 28 16:03:51 2015 +0200
| | | | | 
| | | | |     - Check for existing LibraryTreeNode and display error if already exists.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | 
| * | | | commit e2787109068b95fd1349d0a159a73281de1177b9
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed May 27 16:39:38 2015 +0200
| | | | | 
| | | | |     - Allow loading external models for TLM meta-modeling.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | | M	OMEdit/OMEditGUI/Editors/TextEditor.h
| | | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | | 
| * | | | commit b3ffc67c2f99732f4a4d1201a6efc7a42f34fa3d
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed May 27 15:03:45 2015 +0200
| | | | | 
| | | | |     - Use the preserve aspect ratio and initial scale of the component instead of the layer.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | 
| * | | | commit dd51fdd783a47c4f3183deb9a7ffb680cff51d7f
| | | | | Author: Adeel Asghar 
| | | | | Date:   Wed May 27 14:51:15 2015 +0200
| | | | | 
| | | | |     - Make the text readable when component has flipping/rotation.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
| | | | | M	OMEdit/OMEditGUI/Annotations/TextAnnotation.h
| | | | | 
| * | | | commit e8a1675d8c261e3c497e83df15b450a2f5065893
| | | | | Author: Adeel Asghar 
| | | | | Date:   Mon May 25 16:31:42 2015 +0200
| | | | | 
| | | | |     - Visualize the Component origin with cross.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.cpp
| | | | | M	OMEdit/OMEditGUI/Component/CornerItem.h
| | | | | 
| * | | | commit 230db15a58fab019911c5e05a9d5e696cbae4919
| | | | | Author: Adeel Asghar 
| | | | | Date:   Tue May 19 16:44:31 2015 +0200
| | | | | 
| | | | |     #3123
| | | | |     - Fixed the Component flipping issues.
| | | | | 
| | | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | | 
| * | | | commit 092e7d8201d27e4e83195f1a1ddff7d0fe953567
| |/ / /  Author: Adeel Asghar 
| | | |   Date:   Tue May 12 13:52:03 2015 +0200
| | | |   
| | | |       - Use LF as eol to keep things uniform.
| | | |   
| | | |   M	.gitattributes
| | | | 
| * | | commit 4f171b49aa538c405060abae4ee87db67575aead
| | | | Author: Adeel Asghar 
| | | | Date:   Tue May 12 13:23:17 2015 +0200
| | | | 
| | | |     - Properly install pre-commit hook for OMEdit.
| | | | 
| | | | M	Makefile.omdev.mingw
| | | | 
| * | | commit f417640ad944c802a1b72013bf45a6aef513a363
| | | | Author: Adeel Asghar 
| | | | Date:   Mon May 11 16:39:50 2015 +0200
| | | | 
| | | |     - Install the pre-commit hook.
| | | | 
| | | | M	Makefile.omdev.mingw
| | | | 
| * | | commit 10cae8b19b28848619a0674ddb0c2c404630bec4
| | | | Author: Adeel Asghar 
| | | | Date:   Fri May 8 18:26:13 2015 +0200
| | | | 
| | | |     #3295
| | | |     - Added close window, close all window & close all windows but this options in the View->Windows->
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 5f32b3ae6adb9bfb0ccbf8c85300a3c4e4c67e79
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 6 19:28:44 2015 +0200
| | | | 
| | | |     We do not use the env.var OPENMODELICAHOME
| | | | 
| | | | M	Makefile.in
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 6f8d233d839a481f1ff55fc0602182ab0c34f73c
| | | | Author: Martin Sjölund 
| | | | Date:   Wed May 6 19:03:21 2015 +0200
| | | | 
| | | |     Update common
| | | | 
| | | | M	common
| | | | 
| * | | commit 22be200b52e74b3171a006e2120b7d2e703f59eb
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 6 17:10:10 2015 +0200
| | | | 
| | | |     More README updates. Removed README.txt
| | | | 
| | | | D	OMEdit/README.txt
| | | | M	README.md
| | | | 
| * | | commit 2c744c24c794f347bf8cb85534343703db5dfd58
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 6 16:43:38 2015 +0200
| | | | 
| | | |     Updated README
| | | | 
| | | | M	README.md
| | | | 
| * | | commit da8398b086ef52ae5d6bc8c1158e645f7382074d
| | | | Author: Adeel Asghar 
| | | | Date:   Wed May 6 15:48:57 2015 +0200
| | | | 
| | | |     Fixed OMEdit & qjson compilation for Windows.
| | | | 
| | | | M	.gitignore
| | | | A	Makefile.omdev.mingw
| | | | M	OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.omdev.mingw
| | | | M	OMEdit/OMEditGUI/Debugger/Parser/Makefile.omdev.mingw
| | | | A	OMEdit/OMEditGUI/Makefile.omdev.mingw
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | M	common
| | | | 
| * | | commit cf1ac0d3a6b4356e5edf62bd3259a4cd5a08c91c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue May 5 22:16:51 2015 +0200
| | | | 
| | | |     Fix configure from clean
| | | | 
| | | | M	common
| | | | M	configure.ac
| | | | 
| * | | commit 9296fcf69cc6688aea48899cbb72a06a2dc2bd0b
| | | | Author: Martin Sjölund 
| | | | Date:   Tue May 5 21:58:02 2015 +0200
| | | | 
| | | |     Fix compilation from the super project
| | | | 
| | | | M	Makefile.in
| | | | M	OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.unix.in
| | | | M	OMEdit/OMEditGUI/Debugger/Parser/Makefile.unix.in
| | | | M	OMEdit/OMEditGUI/Makefile.unix.in
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	common
| | | | M	configure.ac
| | | | 
| * | | commit 292091e17e7e46d031ac0867a8a26dc1ecb21c45
| | | | Author: Martin Sjölund 
| | | | Date:   Sun May 3 18:57:34 2015 +0200
| | | | 
| | | |     Update to new OMPlot paths
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | 
| * | | commit e9ad6358c01dfe03e6204a4ddf0e76f557d82f57
| | | | Author: Martin Sjölund 
| | | | Date:   Sun May 3 18:46:58 2015 +0200
| | | | 
| | | |     Fix compilation using the new repository
| | | | 
| | | | A	.gitattributes
| | | | A	.gitignore
| | | | A	.gitmodules
| | | | A	Makefile.in
| | | | A	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/Attach/AttachToProcessDialog.h
| | | | A	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/Attach/ProcessListModel.h
| | | | A	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointDialog.h
| | | | A	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointMarker.h
| | | | A	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/Breakpoints/BreakpointsWidget.h
| | | | A	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/DebuggerMainWindow.h
| | | | A	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/GDB/CommandFactory.h
| | | | A	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.h
| | | | A	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/Locals/LocalsWidget.h
| | | | A	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/Locals/ModelicaValue.h
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/GDBMIOutput.g
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/GDBMIParser.h
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/Makefile.common
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.common
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.omdev.mingw
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.unix.in
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/Makefile.omdev.mingw
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/Makefile.unix.in
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/README.txt
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/SampleGDBMIOutput.txt
| | | | A	OMEdit/OMEditGUI/Debugger/Parser/main.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.cpp
| | | | A	OMEdit/OMEditGUI/Debugger/StackFrames/StackFramesWidget.h
| | | | A	OMEdit/OMEditGUI/Editors/DebuggerSourceEditor.cpp
| | | | A	OMEdit/OMEditGUI/Editors/DebuggerSourceEditor.h
| | | | M	OMEdit/OMEditGUI/Makefile.unix.in
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/debugger.svg
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | A	OMEdit/OMEditGUI/omc_config.h.in
| | | | A	common
| | | | A	configure.ac
| | | | A	qjson-0.8.1/CMakeLists.txt
| | | | A	qjson-0.8.1/COPYING.lib
| | | | A	qjson-0.8.1/ChangeLog
| | | | A	qjson-0.8.1/QJSONConfig.cmake.in
| | | | A	qjson-0.8.1/QJSONConfigVersion.cmake.in
| | | | A	qjson-0.8.1/QJson.pc.in
| | | | A	qjson-0.8.1/README.license
| | | | A	qjson-0.8.1/README.md
| | | | A	qjson-0.8.1/cmake_uninstall.cmake.in
| | | | A	qjson-0.8.1/include/QJson/Parser
| | | | A	qjson-0.8.1/include/QJson/QObjectHelper
| | | | A	qjson-0.8.1/include/QJson/Serializer
| | | | A	qjson-0.8.1/src/.gitignore
| | | | A	qjson-0.8.1/src/CMakeLists.txt
| | | | A	qjson-0.8.1/src/json_parser.cc
| | | | A	qjson-0.8.1/src/json_parser.hh
| | | | A	qjson-0.8.1/src/json_parser.yy
| | | | A	qjson-0.8.1/src/json_scanner.cpp
| | | | A	qjson-0.8.1/src/json_scanner.h
| | | | A	qjson-0.8.1/src/location.hh
| | | | A	qjson-0.8.1/src/parser.cpp
| | | | A	qjson-0.8.1/src/parser.h
| | | | A	qjson-0.8.1/src/parser_p.h
| | | | A	qjson-0.8.1/src/parserrunnable.cpp
| | | | A	qjson-0.8.1/src/parserrunnable.h
| | | | A	qjson-0.8.1/src/position.hh
| | | | A	qjson-0.8.1/src/qjson_debug.h
| | | | A	qjson-0.8.1/src/qjson_export.h
| | | | A	qjson-0.8.1/src/qobjecthelper.cpp
| | | | A	qjson-0.8.1/src/qobjecthelper.h
| | | | A	qjson-0.8.1/src/serializer.cpp
| | | | A	qjson-0.8.1/src/serializer.h
| | | | A	qjson-0.8.1/src/serializerrunnable.cpp
| | | | A	qjson-0.8.1/src/serializerrunnable.h
| | | | A	qjson-0.8.1/src/stack.hh
| | | | 
| * | | commit 6f4aec499d3dc57da6552f762fd952f7b4b1b238
| | | | Author: Martin Sjölund 
| | | | Date:   Sun May 3 08:25:46 2015 +0200
| | | | 
| | | |     Update README.md
| | | | 
| | | | M	README.md
| | | | 
| * | | commit 9f50bb3e591468a17195b796597dfa4697790a06
| | | | Author: Martin Sjölund 
| | | | Date:   Sun May 3 08:25:12 2015 +0200
| | | | 
| | | |     Create README.md
| | | | 
| | | | A	README.md
| | | | 
| * | | commit 7384dac2d16d93eadea3cd182d6f850f7bfc47a3
| | | | Author: Martin Sjölund 
| | | | Date:   Sun May 3 07:56:13 2015 +0200
| | | | 
| | | |     Squash nls files on top of the rest of the repository
| | | | 
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
| | | | A	OMEdit/OMEditGUI/Resources/nls/README.txt
| | | | A	OMEdit/OMEditGUI/Resources/nls/tsrelease.bat
| | | | A	OMEdit/OMEditGUI/Resources/nls/tsupdate.bat
| | | | 
| * | | commit a0a877257f72a240aeea2e0b520902ad6330df0b
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Apr 30 10:40:33 2015 +0000
| | | | 
| | | |     Multiarch patch: install libraries to OMHOME/lib//omc
| | | |     - This will allow users to install multiple versions of the simulation libraries at the same time
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEdit.config.in
| | | | 
| * | | commit 17812f78baf77acae2627f932de1e21844ee0a04
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 29 09:55:33 2015 +0000
| | | | 
| | | |     #3296
| | | |     - catch omc_Main_setWindowsPaths exception.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 674a8975f2a0e7e516dc305ab0ca1aa861916464
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 28 14:08:57 2015 +0000
| | | | 
| | | |     - Set the TLMPluginPath
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | 
| * | | commit 8cd29e2e0965cac80b15da9ae7d644fb3b9e5f61
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 28 12:24:15 2015 +0000
| | | | 
| | | |     - Added options for defining TLM manager & monitor processes.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | 
| * | | commit d6e1ccd303be014e7d5e7677dec55e3304b1c430
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Apr 28 00:10:42 2015 +0000
| | | | 
| | | |     - Only allow one co-simulation session.
| | | |     - Fixed display of error messages where filename is empty.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | 
| * | | commit 8dea18bfecdca6dd39a6f84ceefccbdf9e0d2242
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 27 13:25:38 2015 +0000
| | | | 
| | | |     - Enable/disable the TLM Editor syntax highlighting.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit fd5af15899ef096543979048537c9bb62cf55f99
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 27 11:53:11 2015 +0000
| | | | 
| | | |     - Shorten the TLM highlighting preview text.
| | | |     - Removed the unused indentOrUnindent slot.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25754 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | 
| * | | commit 70d239cb155e074bc2182cdb3e5535b3132802bd
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 27 11:45:18 2015 +0000
| | | | 
| | | |     - Generalized the TabSettings for editors.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | 
| * | | commit 6121d352931c85b3eddfa419f0b420e963164258
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Apr 26 14:26:03 2015 +0000
| | | | 
| | | |     - Fix OMEdit built.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | 
| * | | commit bc4f0bc355056fcfb97832005caca2c204befaf7
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Apr 26 14:08:19 2015 +0000
| | | | 
| | | |     - Start TLM co-simulation by reading the hostname.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp
| | | | 
| * | | commit 1c319f65d4d0930aa44c98730b1ef8c42bc80216
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 24 14:23:54 2015 +0000
| | | | 
| | | |     - Save the TLM LibraryTreeNode before starting simulation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit b0ef8b7a978eb04701505523750ccb57c55d694d
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 23 15:11:09 2015 +0000
| | | | 
| | | |     - Cleaned up linking of libraries.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25718 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 5b55c6d9d12dba90ed2db46d4b96c363ea6b48f2
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 23 14:53:32 2015 +0000
| | | | 
| | | |     - Removed linking of omniORB as is not needed anymore.
| | | |     - Copy the QtXmlPatterns4.dll
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit f8b06e60f30463a8f7a0acae94d611889c9069dd
| | | | Author: OpenModelica Hudson 
| | | | Date:   Thu Apr 23 14:16:03 2015 +0000
| | | | 
| | | |     [Janitor mode] Fix whitespace
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 260ebb95bb72d385265cfbf8c4c37539ded62c70
| | | | Author: OpenModelica Hudson 
| | | | Date:   Thu Apr 23 14:15:38 2015 +0000
| | | | 
| | | |     [Janitor mode] Set auto-props
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.h
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.h
| | | | 
| * | | commit a1df6c76dc554e5bfa88217779e53477b3b79cd3
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 23 14:02:19 2015 +0000
| | | | 
| | | |     - Added missing function.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit c1efe5ba5cd3ebf857c3a1fb8b84e0644c7dad07
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 23 14:01:00 2015 +0000
| | | | 
| | | |     - Merged OMEdit TLM branch with trunk.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Annotations/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.cpp
| | | | M	OMEdit/OMEditGUI/Component/ComponentProperties.h
| | | | A	OMEdit/OMEditGUI/Editors/TLMEditor.cpp
| | | | A	OMEdit/OMEditGUI/Editors/TLMEditor.h
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/MessagesWidget.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | A	OMEdit/OMEditGUI/Resources/XMLSchema/tlmModelDescription.xsd
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-icon.svg
| | | | A	OMEdit/OMEditGUI/Resources/icons/tlm-simulate.svg
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | A	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.cpp
| | | | A	OMEdit/OMEditGUI/Simulation/TLMCoSimulationDialog.h
| | | | A	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOptions.h
| | | | A	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.cpp
| | | | A	OMEdit/OMEditGUI/Simulation/TLMCoSimulationOutputWidget.h
| | | | A	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.cpp
| | | | A	OMEdit/OMEditGUI/Simulation/TLMCoSimulationThread.h
| | | | M	OMEdit/OMEditGUI/Util/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Util/Helper.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 31c0256c7f9ffbd962238f7b5b3fdcdbee76a2a5
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 23 13:33:36 2015 +0000
| | | | 
| | | |     #3290
| | | |     - Keep the cursor as cross when making connection and restore it when the connection is done.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25709 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component/Component.h
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 95060f73c7ea38822491b7a203ef5ff7afaeb7a2
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 22 22:36:06 2015 +0000
| | | | 
| | | |     - Removed the plotSilent flag.
| | | |     - Added argument forceOMPlot to plot APIs.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25696 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit 05a6017853b8a91f82e7449c636a72bba93f7b79
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 22 16:03:49 2015 +0000
| | | | 
| | | |     - Call omc_Main_setWindowsPaths on Windows so that APIs like simulate can work properly.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | 
| * | | commit b0f6071fcd5a0f128b597ee808858379bd37d612
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 22 15:40:42 2015 +0000
| | | | 
| | | |     #1768
| | | |     - Set a call back function for plot commands.
| | | |     - Updated OMNotebook to use the OpenModelicaCompiler shared library.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | M	OMEdit/OMEditGUI/MainWindow.h
| | | | M	OMEdit/OMEditGUI/OMC/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.h
| | | | 
| * | | commit 874da4bb061070f0cb1911d22691c301ff66e01e
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 20 11:27:25 2015 +0000
| | | | 
| | | |     #3285
| | | |     - Generate relative components paths for classes contained in package.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit 89effa21c382922a12fcb80edf55539b3d127693
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Apr 19 20:02:00 2015 +0000
| | | | 
| | | |     - Removed unused functions from StringHandler.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25624 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.h
| | | | 
| * | | commit 0fe9b188e7684224bb15f999acf0adc5da1ff922
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Apr 19 14:22:21 2015 +0000
| | | | 
| | | |     - reload the child items when parent item is updated.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 7146485478624f584f16b5292ddeb53b9eefc285
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Apr 19 12:29:13 2015 +0000
| | | | 
| | | |     #1540
| | | |     - Handle quoted identifiers simulation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25615 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp
| | | | M	OMEdit/OMEditGUI/Util/StringHandler.cpp
| | | | 
| * | | commit 1aa60b7d52fc9591d919856f24e3669ffd3bd833
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 17 13:34:02 2015 +0000
| | | | 
| | | |     - Do not set unnecessary text option on the editor.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25607 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | 
| * | | commit 4c48b7ff9f2dc6b650664fdf69687a0b99ed9199
| | | | Author: Henning Kiel 
| | | | Date:   Fri Apr 17 12:58:36 2015 +0000
| | | | 
| | | |     - fix some warnings
| | | |     - spellfix
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 7133aabe500c35a3380d0e7d4bdd782c8abb3a6b
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 17 12:11:38 2015 +0000
| | | | 
| | | |     - Set the QPlainTextEdit pointer.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | 
| * | | commit c587032389bf32d3e28b70e85c85b8d07514201c
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 16 10:44:51 2015 +0000
| | | | 
| | | |     - Visualize whitespace in editors.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | 
| * | | commit d8230ff99a8b978269cc4b95c8626743cd43cc59
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Apr 15 21:55:44 2015 +0000
| | | | 
| | | |     - Use the appropriate tab stop width.
| | | |     - Start the next line based on previous line indentation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/CEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h
| | | | M	OMEdit/OMEditGUI/Editors/TextEditor.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | M	OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp
| | | | M	OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp
| | | | 
| * | | commit 0b36bac82ce3e6abffdd98f04055534117522b46
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 13 21:36:07 2015 +0000
| | | | 
| | | |     #3279
| | | |     - Fixed the re-simulation crash.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
| | | | M	OMEdit/OMEditGUI/Simulation/SimulationDialog.h
| | | | 
| * | | commit 1d39a038a6a3ead7b68fe477d31778841ecaf812
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Apr 13 15:15:35 2015 +0000
| | | | 
| | | |     - Start the line numbers of sub models from where they actually starts in file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25531 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | 
| * | | commit 1417f8230823eb6d928c05ecc0c018a49bd5ac80
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Apr 12 21:03:37 2015 +0000
| | | | 
| | | |     #3275
| | | |     - Set GraphicsView scroll bars policy to `Qt::ScrollBarAlwaysOn` to avoid unnecessary resize events.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
| | | | 
| * | | commit 6385b63f447b711a565df329db193ce076cddf80
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Apr 11 00:55:40 2015 +0000
| | | | 
| | | |     #3271
| | | |     - Handle tabbed dock widgets while switching between perspectives.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/MainWindow.cpp
| | | | 
| * | | commit 2aabc0e4172a114a8450d7b39fe75718b731101d
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 10 15:09:09 2015 +0000
| | | | 
| | | |     #3270
| | | |     - Redraw plot when curves are removed. Preserve the users zoom level when Auto Scale is unchecked.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit eb6913ba8b5eb7c4ddc634f8c044d5d36dec7321
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 10 13:08:27 2015 +0000
| | | | 
| | | |     - Handle the Esc key for Editors & FindReplaceWidget.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25494 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.cpp
| | | | M	OMEdit/OMEditGUI/Editors/BaseEditor.h
| | | | 
| * | | commit a322bc65314f9d92fa64778e21eea636abad1f44
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Apr 10 12:42:55 2015 +0000
| | | | 
| | | |     - Removed the unnecessary ReleaseInformation message.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/NotificationsDialog.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 65089a7f12298a06421bd8433b8e05bc766beaf6
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 9 23:00:51 2015 +0000
| | | | 
| | | |     #2860
| | | |     - Allow preserving the zoom level. Don't always auto rescale for new variables in plot.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.cpp
| | | | M	OMEdit/OMEditGUI/Options/OptionsDialog.h
| | | | M	OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp
| | | | M	OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
| | | | 
| * | | commit 94212d130f98e68b2a40819e5dffa3b6f9c67c86
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 9 14:03:56 2015 +0000
| | | | 
| | | |     - removed unnecessary forward declarations.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h
| | | | 
| * | | commit 73cf25aa1fc1ba1b5210fa6960c3db73263bd7b5
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Apr 9 11:55:51 2015 +0000
| | | | 
| | | |     - convert \n to 
in error message. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | | * | | commit 99e78374ade6150e0d6d6838e5ab6e9f2ac4d4b8 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 8 23:49:12 2015 +0000 | | | | | | | | #2831 | | | | - Add the user current directory in PATH before starting the simulation executable. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOptions.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | | * | | commit 22c2202ad20184add684a177228012bfbd06f323 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 8 15:12:55 2015 +0000 | | | | | | | | - Check and load dependent libraries for checkModel, checkAllModelsRecursive, instantiateModel, translateModel, translateModelFMU and translateModelXML. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit ded222d732db75c2ae504b98e34604eec55bd957 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 8 14:51:53 2015 +0000 | | | | | | | | - Moved the exception handling to OpenModelicaScriptingAPIQt.cpp. Just emit the signal with exception from there and show it in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit d115a52ef7babcbb698cccc1d2f311142d9dc10c | | | | Author: Adeel Asghar | | | | Date: Wed Apr 8 13:23:09 2015 +0000 | | | | | | | | - Always check for error messages for translateModelFMU. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit c05b369f929a77d823321fad47929f72eb7360e9 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 8 09:31:51 2015 +0000 | | | | | | | | - Reopen stderr in OMEdit to get the OMC console messages. | | | | - Shows the stderr messages on MessagesWidget. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | | * | | commit 41b38230f1fc24939e71f1b5321106129da7bf88 | | | | Author: Adeel Asghar | | | | Date: Tue Apr 7 17:54:57 2015 +0000 | | | | | | | | - Re-implement start & exit to handle Thread loop. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | | * | | commit ad75c46aa6d58ad254b3faaaefe23a667d5a3ce9 | | | | Author: Adeel Asghar | | | | Date: Tue Apr 7 16:17:34 2015 +0000 | | | | | | | | - Reopen stdout in OMEdit to get the OMC console messages. | | | | - Shows the stdout messages on MessagesWidget. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25430 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 48e080c126a738e75ca434aaa6cf4126cef7f1ba | | | | Author: OpenModelica Hudson | | | | Date: Sat Apr 4 17:17:06 2015 +0000 | | | | | | | | [Janitor mode] Set auto-props | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/CEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/CEditor.h | | | | | * | | commit e9f66624cf33bffae0c700ac4fecd147100b50fe | | | | Author: Adeel Asghar | | | | Date: Sat Apr 4 17:15:56 2015 +0000 | | | | | | | | - Added CEditor with basic C Syntax highlighter. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | A OMEdit/OMEditGUI/Editors/CEditor.cpp | | | | A OMEdit/OMEditGUI/Editors/CEditor.h | | | | M OMEdit/OMEditGUI/Editors/TextEditor.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | | * | | commit 93f84e29b5b6b87fc37016a0ca2c5c5510d5bbfd | | | | Author: Adeel Asghar | | | | Date: Sat Apr 4 16:20:08 2015 +0000 | | | | | | | | - Better syntax highlighting handling. | | | | - Removed TLM references. Merge the TLM branch when it's complete. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h | | | | D OMEdit/OMEditGUI/Editors/TLMEditor.cpp | | | | D OMEdit/OMEditGUI/Editors/TLMEditor.h | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit cbc5bf1970b8063a29b8af0772ff3750d7a1db50 | | | | Author: Adeel Asghar | | | | Date: Sat Apr 4 12:05:14 2015 +0000 | | | | | | | | #3260 | | | | - Fixed duplication of Packages. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | | * | | commit c3a75a1da9097d3c2f25fb41d6ea89c667a385b6 | | | | Author: Adeel Asghar | | | | Date: Sat Apr 4 11:47:31 2015 +0000 | | | | | | | | #3265 | | | | - Changed copy to duplicate. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 981451851a293e2b15c610ba151a34c8f4e2315d | | | | Author: Adeel Asghar | | | | Date: Thu Apr 2 21:43:01 2015 +0000 | | | | | | | | - More standardization of text editors. | | | | - Better find/replace. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.h | | | | D OMEdit/OMEditGUI/Editors/FindReplaceDialog.cpp | | | | D OMEdit/OMEditGUI/Editors/FindReplaceDialog.h | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TLMEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | | * | | commit eeb3c94d5cafe4590dd7dde891e9a5e1baae4cbf | | | | Author: Adeel Asghar | | | | Date: Thu Apr 2 00:09:31 2015 +0000 | | | | | | | | - Use monospaced font as default for TextEditor. | | | | - Use TextEditor instead of QPlainText when showing generated files. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25361 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/TextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TextEditor.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | | * | | commit 82d0a198cfbefdd5150b398373f38d4d00311624 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 1 23:56:33 2015 +0000 | | | | | | | | - Standardized a lot of functionality in editors. | | | | - Made the BaseEditor an abstract class with indentation, commenting, key handling, context menu etc. as pure virtual functions. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25360 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.h | | | | M OMEdit/OMEditGUI/Editors/FindReplaceDialog.h | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h | | | | M OMEdit/OMEditGUI/Editors/TLMEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TLMEditor.h | | | | M OMEdit/OMEditGUI/Editors/TextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TextEditor.h | | | | M OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TransformationsEditor.h | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | | * | | commit ee8884ee7332e4d8afd38ac66701d594a42ec5aa | | | | Author: Adeel Asghar | | | | Date: Tue Mar 31 16:46:40 2015 +0000 | | | | | | | | #1482 | | | | - Added indentation support in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25340 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | | * | | commit a8e54ba7751b469f23518fd21d91709cb4665efa | | | | Author: Martin Sjölund | | | | Date: Mon Mar 30 14:30:41 2015 +0000 | | | | | | | | Change libgc to libomcgc to make sure we link against the correct version of boehm-gc | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 10b18ebc552da68f3af0948cdfcae167d4d0fc7c | | | | Author: Adeel Asghar | | | | Date: Mon Mar 30 12:37:08 2015 +0000 | | | | | | | | #1464, #1761 | | | | - Clickable error messages. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | | * | | commit bb8a5eb52c867936fa5109a52dc8225e46f73c1a | | | | Author: Adeel Asghar | | | | Date: Fri Mar 27 15:33:37 2015 +0000 | | | | | | | | #3196 | | | | - Added vectorization support in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 406d1ee032340f102d6fadae30144eb973eaca61 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 27 14:23:20 2015 +0000 | | | | | | | | - Fix build. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | | * | | commit f315596ddc296c4a681045e5b6951abc8e8a77df | | | | Author: Adeel Asghar | | | | Date: Fri Mar 27 14:01:51 2015 +0000 | | | | | | | | - Directly use the getClassInformaiton struct generated by OpenModelica scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/FindReplaceDialog.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | | * | | commit 8395c451189b09c2792dfae3415797e004c3d1f8 | | | | Author: Adeel Asghar | | | | Date: Thu Mar 26 13:51:55 2015 +0000 | | | | | | | | - Do not use or & and as conditional operators. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit dfe96404eec91c16c66d0b19512361bcdd47ce18 | | | | Author: Adeel Asghar | | | | Date: Thu Mar 26 13:34:40 2015 +0000 | | | | | | | | - Make sure switch to text view is correct. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | | * | | commit 2dcb8805a3620b00e6c4503cef898737f1f34c04 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 25 16:08:51 2015 +0000 | | | | | | | | - Fix the checkModel output. | | | | - Fix failing tests. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 9f1186ac313e17190677c4a80235a83f959c0d00 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 25 15:00:19 2015 +0000 | | | | | | | | - Print the messages in correct order. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25252 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 81cdc58c5db3887167d3bf8115bef2d738a6fc51 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 25 14:53:56 2015 +0000 | | | | | | | | - return empty string when checkModel fails and set add error message. | | | | - Only show InformationDialog if instantiateModel & checkModel succeed otherwise put the error message in Messages Browser. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit c9556dcc95d62ce1deb3270e740601ddeab3d96b | | | | Author: Adeel Asghar | | | | Date: Wed Mar 25 13:48:10 2015 +0000 | | | | | | | | - Create only one editor object. Use the BaseEditor class. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25246 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h | | | | M OMEdit/OMEditGUI/Editors/TLMEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TLMEditor.h | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | | * | | commit 4c0cb1346bacf6b8e5797aa50316fe608c9a167f | | | | Author: Adeel Asghar | | | | Date: Tue Mar 24 11:06:26 2015 +0000 | | | | | | | | - Updated Figaro labels. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | | * | | commit 08cc985806c51901cdad64111666e4a9868d8f48 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 20 15:52:39 2015 +0000 | | | | | | | | #3196 | | | | - Better vector connections support. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 925859c7f11b7ebaa82b3b824b96106aa84862e0 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 20 15:39:24 2015 +0000 | | | | | | | | - Store the partial prefix information instead of asking it again and again. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | | * | | commit 397fdbed5b58f85b273803db489e9b20f67280c6 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 20 14:50:01 2015 +0000 | | | | | | | | #3234 | | | | - Use try catch for omc APIs. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 71e1aeceabf4e957f9939d77281ea42691a952b6 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 20 13:46:12 2015 +0000 | | | | | | | | #2676,#2677,#3025 | | | | - Fixed OMEdit saving issues. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25177 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit ffeb988e6fd8bb329296ddeb590ce3df5cb02266 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 20 11:03:36 2015 +0000 | | | | | | | | - Do not create MessageItem on heap. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | | * | | commit 44e072f07a0f47679208f8c3f96e8cabd1f1397a | | | | Author: Adeel Asghar | | | | Date: Thu Mar 19 19:14:02 2015 +0000 | | | | | | | | #3234 | | | | - Call getMessagesStringInternal after the exception to get the real error message. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 47cf694d1824ad2e18b994eb456c1989d4b48adc | | | | Author: Adeel Asghar | | | | Date: Thu Mar 19 18:39:41 2015 +0000 | | | | | | | | #3234 | | | | - Catch the exception thrown in the OpenModelicaScriptingAPIQt.cpp | | | | - Only done for translateModelFMU. We need to do it for all calls. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit dac91d5f30c52a5cd936f813ece5b9329e88809d | | | | Author: Adeel Asghar | | | | Date: Thu Mar 19 17:20:03 2015 +0000 | | | | | | | | - Also look for automatically loaded libraries after loadFile. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | | * | | commit 7c369972fb724e6878c5b9f19e730c620e9c35b6 | | | | Author: Adeel Asghar | | | | Date: Thu Mar 19 17:16:20 2015 +0000 | | | | | | | | - Add the automatically loaded libraries to Libraries Browser. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25167 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | | * | | commit 654278ccc436f00722f8a6db279d5f67f4f3760f | | | | Author: Adeel Asghar | | | | Date: Thu Mar 19 15:27:34 2015 +0000 | | | | | | | | #3207 | | | | - Do not make the compound variables disabled. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | | * | | commit 14d8de4574ee40b551ecdd9a2ed0a71232717a43 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 18 13:01:42 2015 +0000 | | | | | | | | #3222 | | | | - Proper handing of line thickness. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | | * | | commit 70799a2bed3ec1afe0003fc48568230f2bff88be | | | | Author: Per Östlund | | | | Date: Mon Mar 16 10:40:32 2015 +0000 | | | | | | | | - Fix naming in OMEdit for classes which have default names. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit c9c8e4d160fae2d7789a7e4a810bec678699715a | | | | Author: Henning Kiel | | | | Date: Wed Mar 11 14:21:07 2015 +0000 | | | | | | | | fix color tables in png to remove warning when starting OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25035 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Resources/icons/about-us.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-closed.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-end.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-more.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-open.png | | | | M OMEdit/OMEditGUI/Resources/icons/modeling.png | | | | M OMEdit/OMEditGUI/Resources/icons/omedit-documentation.png | | | | M OMEdit/OMEditGUI/Resources/icons/omedit.png | | | | M OMEdit/OMEditGUI/Resources/icons/omedit_splashscreen.png | | | | M OMEdit/OMEditGUI/Resources/icons/omplot.png | | | | M OMEdit/OMEditGUI/Resources/icons/vline.png | | | | | * | | commit de0228feffbe7d329ae697870a27be1e50fc9d3e | | | | Author: Martin Sjölund | | | | Date: Tue Mar 10 13:07:20 2015 +0000 | | | | | | | | Handle array assignments | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | | * | | commit 7777505707e7ff34f32e71c3ada78de7f5c11de5 | | | | Author: Adeel Asghar | | | | Date: Thu Mar 5 16:34:07 2015 +0000 | | | | | | | | - Fix build | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 9abaddacc802b3a4ef6c19477942b403f7487f29 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 4 16:25:00 2015 +0000 | | | | | | | | #3128 | | | | - Added shortcuts to switch between perspectives & views. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit 9429d8e97167fe1f4507e1cc0760c0d6c46bb9b3 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 4 15:20:22 2015 +0000 | | | | | | | | - Change the view at one place. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24906 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit 93d28498e2036534e147662ac67fbb5e94eececd | | | | Author: Adeel Asghar | | | | Date: Wed Mar 4 14:08:47 2015 +0000 | | | | | | | | - Only connect for specific type. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit d1f47f79fae4bd447c9859c29fd53978b4de6747 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 4 13:53:00 2015 +0000 | | | | | | | | - Use one constructor for ModelWidget to avoid duplicating the same source code. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24897 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | | * | | commit 1c1431e43b13458d57291a8e149831ad4a72ec41 | | | | Author: Henning Kiel | | | | Date: Fri Feb 27 16:44:23 2015 +0000 | | | | | | | | fix warning | | | | fix memory leak | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | | * | | commit 18b2b15b159363d585845b945bb4a8ecb64cbd50 | | | | Author: Adeel Asghar | | | | Date: Wed Feb 25 13:36:07 2015 +0000 | | | | | | | | - Adapt to new exportToFigaro API structure. | | | | - Updated exportToFigaro to use scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 511d028be396c9c0ff64bb662e9ba6b36b986c92 | | | | Author: Adeel Asghar | | | | Date: Tue Feb 24 14:20:53 2015 +0000 | | | | | | | | - Updated the Figaro interface. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24743 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit db68426f712580bd8582a47d2bfc706640a95dc0 | | | | Author: Martin Sjölund | | | | Date: Tue Feb 24 09:25:02 2015 +0000 | | | | | | | | Fix compilation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24731 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 18d5d57d60eff2c9a09a437f5eb8439a5205df6c | | | | Author: Adeel Asghar | | | | Date: Sat Feb 21 15:33:01 2015 +0000 | | | | | | | | - Add instruction about how to enable OMC CLI. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit c809bca1d7b8031e19b9a325b3bd7b33aabba5f8 | | | | Author: Adeel Asghar | | | | Date: Sat Feb 21 15:12:24 2015 +0000 | | | | | | | | - omc_config not required. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 4adabc7234cb7ad785feb7fa566d9965f3785bbd | | | | Author: Adeel Asghar | | | | Date: Sat Feb 21 14:20:21 2015 +0000 | | | | | | | | - Removed CORBA stuff from OMEdit. | | | | - No need to USE_OMC_SHARED_OBJECT define anymore. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp | | | | M OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | M OMEdit/README.txt | | | | | * | | commit 822ca225f3bbb1a88051df2cdf26bada0618f2ff | | | | Author: Adrian Pop | | | | Date: Wed Feb 18 23:07:52 2015 +0000 | | | | | | | | - attempt to fix builds | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 8b1c62bff9b85cee6d6c6196e85b6d213fb0852a | | | | Author: Adeel Asghar | | | | Date: Thu Feb 12 14:52:29 2015 +0000 | | | | | | | | - Added scrollbars for OptionsDialog. Because on some screens with small resolution it is almost impossible to use OptionsDialog. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24551 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | | * | | commit 6f3411b59ea2a68d23ea114d38e15757cd68bbe0 | | | | Author: Adeel Asghar | | | | Date: Wed Feb 11 22:50:34 2015 +0000 | | | | | | | | - Added `set print elements` for gdb to print long strings. This can be handled via debugger settings in options. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit d0bbda974c6651efbc9de4edd8a6a261cee8587b | | | | Author: Adeel Asghar | | | | Date: Wed Feb 11 14:25:29 2015 +0000 | | | | | | | | - handle modelica_string type. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit ca2549bfe313f5f55634c2464809e5fce9df8f79 | | | | Author: Adeel Asghar | | | | Date: Tue Feb 10 10:50:07 2015 +0000 | | | | | | | | - Do not escape strings when sending data directly. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | | * | | commit 25d5f60a1727d652a3e38b2d012cbf8f0070478f | | | | Author: Martin Sjölund | | | | Date: Tue Feb 10 10:14:59 2015 +0000 | | | | | | | | Fix some unused variables | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 1d00cd6b5a90bfd7ae70fa083a65d3300da84143 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 9 19:59:22 2015 +0000 | | | | | | | | - Moved getComponentModifierNames to ModelicaBuiltin.mo. | | | | - updated getComponentModifierNames to scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 2012aef1a2f03dd5383afde1cc2398a1bd7069d4 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 9 17:06:52 2015 +0000 | | | | | | | | - Moved getParameterValue to ModelicaBuiltin.mo. | | | | - updated getParameterValue to scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 8ecb212d05bd0d9a64f9dd3bd508dcc3629c36e6 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 9 15:50:32 2015 +0000 | | | | | | | | - Moved getClaasRestriction & getParameterNames to ModelicaBuiltin.mo. | | | | - updated getClaasRestriction to scripting API. Removed some unused APIs from OMCProxy. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 35a59d9f70a59e2fb95bfb8c449ce43f519f554d | | | | Author: Adeel Asghar | | | | Date: Sun Feb 8 18:51:10 2015 +0000 | | | | | | | | - updated is* to scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 122cb678c02e9940683ae1d6fb4c485ed450a226 | | | | Author: Adeel Asghar | | | | Date: Sun Feb 8 17:13:28 2015 +0000 | | | | | | | | - updated parseFile, parseString to scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | | * | | commit a887df1d8326f171a8b1ea2ef0a4ba68505673bc | | | | Author: Adeel Asghar | | | | Date: Fri Feb 6 14:36:46 2015 +0000 | | | | | | | | - updated loadFile & loadString to scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit b9a33546ea7852ed707e082b6cc06fc3a704cad3 | | | | Author: Adeel Asghar | | | | Date: Fri Feb 6 13:32:41 2015 +0000 | | | | | | | | - Try to fix Windows build. | | | | - Converted few more API calls in OMEdit to use scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit e1fc90ce2d7496ed2c8c2fa7be1a4d8bece54afb | | | | Author: Adeel Asghar | | | | Date: Fri Feb 6 12:17:02 2015 +0000 | | | | | | | | - Generate struct field names based on function output names. | | | | - Converted few more API calls in OMEdit to use scripting API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 537e27498a6b2f1de50542c58d9c624ab8464f06 | | | | Author: Adrian Pop | | | | Date: Fri Feb 6 05:57:52 2015 +0000 | | | | | | | | - fix Makefile.omdev.mingw | | | | - remove some warnings | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/diff_match_patch.cpp | | | | | * | | commit ae940428ead6190298e7e60b7e914957d615bfde | | | | Author: Adrian Pop | | | | Date: Fri Feb 6 04:22:29 2015 +0000 | | | | | | | | - split qt-clients build on windows so one can build just the ones who is interested in | | | | - better Compiler/Script cleaning | | | | - clean OMEdit generated files on clean | | | | - get rid of some warnings | | | | - do Print.clearBuf() a bit differently in Main | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24453 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | | * | | commit 1cb536a4f4a920c1c5fe6491474c047ee380beba | | | | Author: Adeel Asghar | | | | Date: Thu Feb 5 23:58:19 2015 +0000 | | | | | | | | - Use searchClassNames & getClassInformation via direct scripting API. | | | | - Removed OMC_API.h/cpp files as not needed now. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | D OMEdit/OMEditGUI/OMC/OMC_API.cpp | | | | D OMEdit/OMEditGUI/OMC/OMC_API.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 020116c7126dfe06f594cefbd327f63c3bb72724 | | | | Author: Adeel Asghar | | | | Date: Thu Feb 5 23:25:29 2015 +0000 | | | | | | | | - Allow users to specify a name for FMU via FMI export settings. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 4239033361954035f7599063a8b45863bfbd2c47 | | | | Author: Adeel Asghar | | | | Date: Thu Feb 5 22:42:36 2015 +0000 | | | | | | | | - Use getClassNames via direct scripting API. | | | | - Removed some unused APIs. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit cd436af2f9036081e2bca2d2f0b2e65a6d3ed910 | | | | Author: Adeel Asghar | | | | Date: Thu Feb 5 17:35:03 2015 +0000 | | | | | | | | - emit signals from scripting API for logging. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24443 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 9f0d670ece94bf8704b5cb4b61e73bd42fb422f0 | | | | Author: Adeel Asghar | | | | Date: Thu Feb 5 13:02:15 2015 +0000 | | | | | | | | - Use translateModelFMU directly. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24439 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 78ca76b32c7db5e4bbd48680bb85b01f0196a988 | | | | Author: Martin Sjölund | | | | Date: Thu Feb 5 12:48:59 2015 +0000 | | | | | | | | Initialize to 0 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 426de2d52b49686feff81de21d378fdb13018b97 | | | | Author: Martin Sjölund | | | | Date: Thu Feb 5 12:20:04 2015 +0000 | | | | | | | | Use only 1 version of the threadData and symbol table | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 24e9acf3beca4813cf906648ffcb60bc9df94f1d | | | | Author: Martin Sjölund | | | | Date: Thu Feb 5 11:32:23 2015 +0000 | | | | | | | | Set IMPORT_INTO for all files on Windows (to avoid accidentally breaking MMC_THROW) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMC_API.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit b79038690fee2fec667056082fe44c202265da87 | | | | Author: Adeel Asghar | | | | Date: Wed Feb 4 14:46:43 2015 +0000 | | | | | | | | - explicitly tell the user about simulation success/failure and not just show the exit codes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24413 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | | * | | commit 9464ecdc9bfde00603a55716b89c409b5ca09f74 | | | | Author: Adeel Asghar | | | | Date: Wed Feb 4 14:26:46 2015 +0000 | | | | | | | | - Better message to generate operations for transformationalDebugger. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 097a10f1767a64f463762097ff1f671da548f3c3 | | | | Author: Adeel Asghar | | | | Date: Wed Feb 4 13:16:17 2015 +0000 | | | | | | | | - check if equations has operations. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | | * | | commit 905705ad3e99b57f43b231396b2e604b2c930226 | | | | Author: OpenModelica Hudson | | | | Date: Wed Feb 4 12:36:16 2015 +0000 | | | | | | | | [Janitor mode] Fix whitespace | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit a3cec11019efb416ec88ed802d92dc630ae5ed98 | | | | Author: Adeel Asghar | | | | Date: Wed Feb 4 12:29:14 2015 +0000 | | | | | | | | - minor changes in Qt API interface. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 0c4a290866a74a13a64fc8360bfa321bb3d95833 | | | | Author: Adeel Asghar | | | | Date: Sat Jan 31 13:35:15 2015 +0000 | | | | | | | | #3119 | | | | - Removed simflags: "-iom=*" and "-iim=numeric" from OMEdit | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOptions.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 695318ebff3b45c39a8668c303e44aca74ba52fa | | | | Author: Adrian Pop | | | | Date: Thu Jan 29 20:38:56 2015 +0000 | | | | | | | | - build OMEdit using the OpenModelicaCompiler.dll on Windows | | | | - i think we should have both dll loading and corba in the same OMEdit and toggle it on a flag (so that is easier for testing) | | | | - make handleCommand public in Main.mo as otherwise you cannot import it | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMC_API.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit a8f724fa3b662eab5f88aea828b682b70d61aee9 | | | | Author: Martin Sjölund | | | | Date: Thu Jan 29 20:12:50 2015 +0000 | | | | | | | | Fix performance profiling for info.json files | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | | * | | commit 17a0ef3c023b02e6b64b6b8dcdb95198e297147e | | | | Author: Adrian Pop | | | | Date: Thu Jan 29 19:45:41 2015 +0000 | | | | | | | | - in Windows somehow it matters the order of includes | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 9ce04411fcaebd324fb616431d6fda686f564e9f | | | | Author: Adeel Asghar | | | | Date: Thu Jan 29 18:26:44 2015 +0000 | | | | | | | | #3099 | | | | - Option to reset the messages number before each simulation run. | | | | - The messages number will also reset when user clears all the messages. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24315 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.h | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | | * | | commit 0f73a1a4b9951fce4a5b0fb064bd703d8734dd96 | | | | Author: Adeel Asghar | | | | Date: Thu Jan 29 11:56:22 2015 +0000 | | | | | | | | - default figaro process location. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | | * | | commit 587c764d792c156ff557c89fc4a79d0f0992c7bd | | | | Author: Martin Sjölund | | | | Date: Wed Jan 28 14:42:13 2015 +0000 | | | | | | | | Fix compilation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 868687a7185b598a654e11dd4c0e1f33a50294fc | | | | Author: Adeel Asghar | | | | Date: Wed Jan 28 10:07:58 2015 +0000 | | | | | | | | #3094 | | | | - escape the text section. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | | * | | commit b596e53035db3fce7a3742c34eeff3e0e291b213 | | | | Author: Adeel Asghar | | | | Date: Mon Jan 19 12:57:08 2015 +0000 | | | | | | | | #3085 | | | | - Use resizeColumnToContents instead of setStretchLastSection. | | | | - Better tooltip for equations browser. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24103 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | | * | | commit 2ddf94510d4e587a3ede416dd46608213a0fa287 | | | | Author: Adeel Asghar | | | | Date: Mon Jan 19 11:19:58 2015 +0000 | | | | | | | | #3085 | | | | - setStretchLastSection of TransformationsWidget so that Horizontal sliders appear. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24098 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | | * | | commit 778a445c84c1ae30f0f22cb5d64267ad7a64ae2c | | | | Author: Adeel Asghar | | | | Date: Fri Jan 16 15:57:06 2015 +0000 | | | | | | | | - Added a click slot for model switcher button. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24074 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | | * | | commit 7d04c7c42f87a99abe8bc7ad2144a5af13ec45e1 | | | | Author: Adeel Asghar | | | | Date: Fri Jan 16 12:42:07 2015 +0000 | | | | | | | | - Added FMI version settings. | | | | - Allows exporting version 2 FMUs. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24066 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | A OMEdit/OMEditGUI/Resources/icons/fmi.svg | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 6cfc839a1bc4c29186062d443e02dbacfaaf498c | | | | Author: Lennart Ochel | | | | Date: Fri Jan 16 11:32:32 2015 +0000 | | | | | | | | - add missing keywords (pure and impure) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24065 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | | * | | commit 451d91eac01c864e1eb84ba5abde901506746196 | | | | Author: Adeel Asghar | | | | Date: Wed Jan 14 13:46:30 2015 +0000 | | | | | | | | - Adjust the default scene rectangle size to show it properly. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit b63d2f50569fac729b6d61c95893e01d8eb0aa59 | | | | Author: Adeel Asghar | | | | Date: Wed Jan 14 13:15:35 2015 +0000 | | | | | | | | - Some fixes for querying of components and inherited components. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit bf86c821a9ddbd4bc62489557b713d0f3657aae2 | | | | Author: Adeel Asghar | | | | Date: Mon Jan 12 14:42:06 2015 +0000 | | | | | | | | #2956 | | | | - Do not set a default value of origin. Use the origin as transformation origin point only if it is defined in actual modelica code otherwise extract it from extent points. | | | | - Only call snapPointToGrid when creating a shape/component otherwise use movePointByGrid. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | M OMEdit/OMEditGUI/Component/Transformation.cpp | | | | M OMEdit/OMEditGUI/Component/Transformation.h | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | | * | | commit a5215c23049fc67d55e8dca18d8403b735714814 | | | | Author: Adeel Asghar | | | | Date: Sat Dec 20 23:47:43 2014 +0000 | | | | | | | | #3043 | | | | - Send the correct step size to simulation executable. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOptions.h | | | | | * | | commit 372bad0d17df4c9e2d5addbad47ad2294bd3b6fc | | | | Author: Adeel Asghar | | | | Date: Sat Dec 20 23:10:13 2014 +0000 | | | | | | | | - Handle the fileName returned by `getClassInformation`. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | | * | | commit 5b491ed1bdef49ac7a9d62e119e307ed57ec36fb | | | | Author: Adeel Asghar | | | | Date: Sat Dec 20 17:51:09 2014 +0000 | | | | | | | | - Don't copy the SourceInfo so that user can save the copied class to new location. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | | * | | commit bee6fff2340aa602ee62e397d15345762a76e62a | | | | Author: Adeel Asghar | | | | Date: Sat Dec 20 17:12:03 2014 +0000 | | | | | | | | #2781 | | | | - Settings for Messages Browser. | | | | - Allows settings output size, font and color for messages. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.h | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | D OMEdit/OMEditGUI/Resources/icons/erroricon.svg | | | | M OMEdit/OMEditGUI/Resources/icons/messages.svg | | | | D OMEdit/OMEditGUI/Resources/icons/warningicon.svg | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 603fc125211f55b4d1e2c06fe3bb438299d6a0c6 | | | | Author: Adeel Asghar | | | | Date: Fri Dec 19 11:56:21 2014 +0000 | | | | | | | | - Do not print filename twice. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | | * | | commit 38598c502178f80a78fed1cfedac5a02e58b3002 | | | | Author: Adeel Asghar | | | | Date: Fri Dec 19 10:58:46 2014 +0000 | | | | | | | | #3042 | | | | - Fix the stupid copy paste. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | | * | | commit 68c71a06131648882915311ab94720d68553d01c | | | | Author: Adeel Asghar | | | | Date: Thu Dec 18 19:27:06 2014 +0000 | | | | | | | | #1761, #2781 | | | | - Text based error messages since QTreeView gets very slow with multi-line messages and many entries. | | | | - Create links for errors. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | | * | | commit b0914b2a78f5015a6b90f61af6af4dfdafcbaa3e | | | | Author: Adeel Asghar | | | | Date: Thu Dec 18 14:46:27 2014 +0000 | | | | | | | | - Use the fileName argument of parseString & loadString. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | | * | | commit 4c37e907661b1790a333eb7459917d964890b0b6 | | | | Author: Adeel Asghar | | | | Date: Thu Dec 18 13:10:10 2014 +0000 | | | | | | | | #3040 | | | | - Check if class is partial. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | | * | | commit ee9b2eaadfc3b4d04e18e93f07d86c7b66cd8900 | | | | Author: Adeel Asghar | | | | Date: Thu Dec 18 13:03:43 2014 +0000 | | | | | | | | #3040 | | | | - Only allow simulation for Model, Class & Block. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit 8ea9c8b8ab3b0022c161e4502b204c4d14062da7 | | | | Author: Adeel Asghar | | | | Date: Thu Dec 18 12:45:10 2014 +0000 | | | | | | | | #3016 | | | | - Make result item selected in Variables Browser. | | | | - Added some more information to the Archived Simulations list. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | | * | | commit 804573d07570dd1cb08bda57d97b02a2d82212fc | | | | Author: Adeel Asghar | | | | Date: Wed Dec 17 21:44:51 2014 +0000 | | | | | | | | - more fixes for tree branches. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/Resources/icons/branch-closed.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-end.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-more.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-open.png | | | | M OMEdit/OMEditGUI/Resources/icons/vline.png | | | | | * | | commit a7a74ad2cbbd59940ebb6866cb03178536265dda | | | | Author: Adeel Asghar | | | | Date: Wed Dec 17 18:21:48 2014 +0000 | | | | | | | | - Fixed display of tree branches. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | | * | | commit 212febd5cc5848d2f5229f4f415fd45ea7c9cdcc | | | | Author: Adeel Asghar | | | | Date: Wed Dec 17 18:17:11 2014 +0000 | | | | | | | | - Display warning if model_init.xml file not found. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | | * | | commit e89c071ddf986fcfeba6ceeaac05786da379a827 | | | | Author: Adeel Asghar | | | | Date: Tue Dec 16 11:49:53 2014 +0000 | | | | | | | | - update the icon in tree when iconView of model is changed. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | | * | | commit dd83af385cae2cc0148820ba3065256a37cc5aac | | | | Author: Adeel Asghar | | | | Date: Tue Dec 16 02:22:02 2014 +0000 | | | | | | | | - Set the ItemSendsGeometryChanges flag for shapes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23796 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | | * | | commit 1306067a03f74f4db6925566b826e940dbb26b4d | | | | Author: Adeel Asghar | | | | Date: Mon Dec 15 19:57:56 2014 +0000 | | | | | | | | - Added 2014 contributors. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 22347782e5df4407dbf4b08027c953c9734ad67f | | | | Author: Adeel Asghar | | | | Date: Sun Dec 14 04:04:52 2014 +0000 | | | | | | | | - fixed typo. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit 92d28f37e13911ba58893f21023bc72828c24de9 | | | | Author: Adeel Asghar | | | | Date: Sun Dec 14 03:53:22 2014 +0000 | | | | | | | | - Handle the mouse press events in a more better way. | | | | - To start a connection click and drag same as Dymola. This is done so that users can double click and view parameters window even for connector type components. This will also fix weird click behaviors like one mentioned here https://www.openmodelica.org/forum/default-topic/1464-gui-error-you-cannot-connect-two-components. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23774 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | | * | | commit e522f22871a267cc78902e4563ea19abd1f8438e | | | | Author: Adeel Asghar | | | | Date: Wed Dec 10 20:47:48 2014 +0000 | | | | | | | | - Check the result variables list size before creating variables tree. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | | * | | commit 6a2471888df8c0e7007562a421a8ed241823ff22 | | | | Author: Henning Kiel | | | | Date: Tue Dec 9 12:05:54 2014 +0000 | | | | | | | | Fix type of parameter | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | | * | | commit 0b42a4b3cbb3858d93487b7b43bac7a29a792f44 | | | | Author: Adeel Asghar | | | | Date: Mon Dec 8 13:56:54 2014 +0000 | | | | | | | | - Simulation executable outputs HTML entities so use Qt::convertFromPlainText. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | | * | | commit 48fe8db03db53c4268c5e0a6b799f9f0b20290d8 | | | | Author: Martin Sjölund | | | | Date: Fri Dec 5 12:13:51 2014 +0000 | | | | | | | | Fix clean, log same times as with CORBA | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 696fbb4d27b96dc4c7db76e044f82b4b5b74a8fd | | | | Author: Adeel Asghar | | | | Date: Wed Dec 3 14:25:58 2014 +0000 | | | | | | | | - No need to hard code StateSelect since it is part of built-in environment and can be accessed via API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | | * | | commit 7cf3e3082a92f6dc41899546ed485935a171f0f9 | | | | Author: Adeel Asghar | | | | Date: Wed Dec 3 13:10:12 2014 +0000 | | | | | | | | - Fixed some display cases of initialization values. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | | * | | commit 6081006161f945fe096949b4040cd50af5a42782 | | | | Author: Adeel Asghar | | | | Date: Tue Dec 2 17:02:21 2014 +0000 | | | | | | | | - emit sendCompilationFinished. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | | * | | commit 51246e7eab9cc41df4d7477656aa4672e65d3cd2 | | | | Author: Adeel Asghar | | | | Date: Tue Dec 2 15:07:12 2014 +0000 | | | | | | | | #2391 | | | | - Improve handling of modifiers in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23631 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | | * | | commit e4b3acf636624dcd4fd481ad872e2717012547d0 | | | | Author: Adeel Asghar | | | | Date: Tue Dec 2 13:35:33 2014 +0000 | | | | | | | | - Hard coded the StateSelect drop down in the code. It will be nice to get it from API so that we won't have to update OMEdit when the predefined type's literals change. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | | * | | commit 82ea5cdb0c427f9d0918cfc5eef3962a80e1485c | | | | Author: Adeel Asghar | | | | Date: Tue Dec 2 00:26:49 2014 +0000 | | | | | | | | #2550, #2390 | | | | - Fully support showStartAttribute in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | | * | | commit 8358a94f15500ff575835e358f54a2c640f55ab8 | | | | Author: Adeel Asghar | | | | Date: Sun Nov 30 15:08:50 2014 +0000 | | | | | | | | - Show the proper color for simulation output in formatted text mode. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | | * | | commit 7fd6d2c8d3bbe62dc29dfc1e2f5de505554c48cd | | | | Author: Adeel Asghar | | | | Date: Sun Nov 30 14:49:50 2014 +0000 | | | | | | | | - Display the simulation output parser error. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | | * | | commit 1da7f35996bacb579478158dbe6f5877c3267d66 | | | | Author: OpenModelica Hudson | | | | Date: Sat Nov 29 06:19:40 2014 +0000 | | | | | | | | [Janitor mode] Set auto-props | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23600 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationOptions.h | | | | | * | | commit 322396cedca01342c96cffc2ab0083f5081f37f0 | | | | Author: Adeel Asghar | | | | Date: Sat Nov 29 03:16:04 2014 +0000 | | | | | | | | - Fixed some re-simulate scenarios. | | | | - Separated the SimulationOptions from SimulationDialog. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23599 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | A OMEdit/OMEditGUI/Simulation/SimulationOptions.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h | | | | | * | | commit 55da51ea0439edd6dbb9cc6222c5799833b23078 | | | | Author: Adeel Asghar | | | | Date: Sat Nov 29 00:19:24 2014 +0000 | | | | | | | | - qRegisterMetaType StringHandler::SimulationMessageType for SimulationProcessThread. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | | * | | commit 6353b5b831e2cb08a5e197e0c6900cc51b86dd21 | | | | Author: OpenModelica Hudson | | | | Date: Fri Nov 28 23:58:11 2014 +0000 | | | | | | | | [Janitor mode] Set auto-props | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h | | | | | * | | commit 587d6a039500682a8f3a38f293e1eaa1d2f10c73 | | | | Author: Adeel Asghar | | | | Date: Fri Nov 28 23:56:55 2014 +0000 | | | | | | | | #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. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/Resources/icons/branch-closed.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-end.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-more.png | | | | M OMEdit/OMEditGUI/Resources/icons/branch-open.png | | | | M OMEdit/OMEditGUI/Resources/icons/vline.png | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | A OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.cpp | | | | A OMEdit/OMEditGUI/Simulation/SimulationOutputHandler.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | | * | | commit 4e11ebe5fd6c77001226ba708b09c975260910f7 | | | | Author: Adeel Asghar | | | | Date: Tue Nov 25 11:07:16 2014 +0000 | | | | | | | | - Removed references of unused class SimulationBrowserWidget. | | | | - Removed the context menu while creating connection. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit a29e760d098f1cc014bfec8e73b0ea3af55526a8 | | | | Author: Per Östlund | | | | Date: Mon Nov 24 15:08:03 2014 +0000 | | | | | | | | - Fix build. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23542 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | | * | | commit ffd6bbd04c7227f1d7d24a4792b27399ab500ac4 | | | | Author: Adeel Asghar | | | | Date: Mon Nov 24 13:40:38 2014 +0000 | | | | | | | | - Use availableGeometry instead of screenGeometry. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | | * | | commit 4c2b8e693a18488fb590d1512e38683f2aba643b | | | | Author: OpenModelica Hudson | | | | Date: Mon Nov 24 13:17:21 2014 +0000 | | | | | | | | [Janitor mode] Set auto-props | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23536 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h | | | | | * | | commit 63bb98db5d79ae657b52b02e5f39ff9b3a2d1fc7 | | | | Author: Adeel Asghar | | | | Date: Mon Nov 24 13:15:21 2014 +0000 | | | | | | | | - Missing files from last commit. | | | | - Compiler flags should be disabled when re-simulating. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23535 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | A OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.cpp | | | | A OMEdit/OMEditGUI/Simulation/SimulationOutputWidget.h | | | | A OMEdit/OMEditGUI/Simulation/SimulationProcessThread.cpp | | | | A OMEdit/OMEditGUI/Simulation/SimulationProcessThread.h | | | | | * | | commit 7ee423866f59701dd259d5845f1f9cd22603ae1a | | | | Author: Adeel Asghar | | | | Date: Mon Nov 24 13:07:22 2014 +0000 | | | | | | | | - 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. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.h | | | | A OMEdit/OMEditGUI/Resources/icons/re-simulation-center.svg | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 4e1ed68d8e9cbe44aba5208d3823accb1f493375 | | | | Author: Adeel Asghar | | | | Date: Wed Nov 19 16:30:33 2014 +0000 | | | | | | | | #2993 | | | | - Allow tiling of sub-windows horizontally and vertically. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp | | | | | * | | commit e39ecddc276429a08bd717ca1f40e56af24fe080 | | | | Author: Adeel Asghar | | | | Date: Wed Nov 19 12:47:09 2014 +0000 | | | | | | | | #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. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit c928cd25be193639af4f44a21da70f1b08bacfc3 | | | | Author: Jan Kokert | | | | Date: Wed Nov 19 10:04:39 2014 +0000 | | | | | | | | Speed up vertical and horizontal scroll bars (almost like in Dymola). | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23445 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit aca1b7f63c091827ecb4f9ad5d4ae97bd24be65a | | | | Author: Adeel Asghar | | | | Date: Wed Nov 19 00:32:09 2014 +0000 | | | | | | | | #2992 | | | | - round the connection start & end points. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | | * | | commit b3fbd8f2b7ff8d528ed8e86018fabdcf5fbf3bc2 | | | | Author: Adeel Asghar | | | | Date: Wed Nov 19 00:11:02 2014 +0000 | | | | | | | | - unparse getClassInformation output in case of CORBA interface. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit d123e4f47aa70801e43cb752280070c27f924e8b | | | | Author: Adeel Asghar | | | | Date: Tue Nov 18 21:52:55 2014 +0000 | | | | | | | | #2988 | | | | - Zoom In/Out with MouseWheel. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | | * | | commit 7c1c4f20f6c855a818678f3f207acebd3489e48e | | | | Author: Adeel Asghar | | | | Date: Tue Nov 18 18:04:43 2014 +0000 | | | | | | | | #2991 | | | | - Use the correct boundingRect for ellipse shape. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp | | | | | * | | commit 13e8a6f6d798de20d9360122e14b60d5ae0c2747 | | | | Author: Adeel Asghar | | | | Date: Tue Nov 18 02:16:21 2014 +0000 | | | | | | | | - Use QImage instead of QPixmap while exporting to image. | | | | - Added tiff in the export as image option. | | | | - Added copy to clipboard option. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23418 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | | * | | commit db2f024b3f4639a697343f60020656b45d7bd088 | | | | Author: Adeel Asghar | | | | Date: Mon Nov 17 17:44:56 2014 +0000 | | | | | | | | #2984 | | | | - Keep the sub windows state unchanged when switching between perspectives. | | | | - Added the cascade & tile windows options in `View->Windows` menu. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h | | | | | * | | commit c4afe2415791b4dc2ea1ad67981231ab21fb1c9e | | | | Author: Adeel Asghar | | | | Date: Mon Nov 17 15:29:50 2014 +0000 | | | | | | | | #2477 | | | | - snap to grid for custom shapes while dragging with mouse. | | | | - call QGraphicsItem::mousePressEvent otherwise QGraphicsItem::itemChange will be triggered for all items. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | | * | | commit 7b1ae1b4c46aaf93ac201e8f3bf7875575d6f46e | | | | Author: Martin Sjölund | | | | Date: Mon Nov 17 08:33:27 2014 +0000 | | | | | | | | Compile OMEdit even if omc is configured without CORBA bindings | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit de58286d72cfec10964c5c05a67dc2cef469d21b | | | | Author: Adrian Pop | | | | Date: Sun Nov 16 21:51:53 2014 +0000 | | | | | | | | - remove BOM from files | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | | * | | commit b2b8e3a5a325041b1e06972e14a32316621ce6f3 | | | | Author: Jan Kokert | | | | Date: Sun Nov 16 21:42:57 2014 +0000 | | | | | | | | Snap to grid refinement changed to div/4, because fractions of 0.5 are more convenient then 0.2 | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | | * | | commit 64850c74d513546595e5c10455b8c142cda7e327 | | | | Author: Martin Sjölund | | | | Date: Sun Nov 16 15:04:16 2014 +0000 | | | | | | | | Try to fix Windows build | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 7d39a388ad0c1d7c4e4362eb369f836b27c72cd5 | | | | Author: Martin Sjölund | | | | Date: Sun Nov 16 09:33:37 2014 +0000 | | | | | | | | Try to change my name so asap does not fail to build the parser | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/Parser/OMCOutput.g | | | | | * | | commit 282334ae074e7d43c93de108b90bbd9d6adae256 | | | | Author: Martin Sjölund | | | | Date: Sun Nov 16 08:59:45 2014 +0000 | | | | | | | | - 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 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | A OMEdit/OMEditGUI/OMC/OMC_API.cpp | | | | A OMEdit/OMEditGUI/OMC/OMC_API.h | | | | A OMEdit/OMEditGUI/OMC/Parser/OMCOutput.g | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 204c869e1511bed43d5a959a409ed70813da2c0b | | | | Author: Adeel Asghar | | | | Date: Sun Nov 16 06:20:58 2014 +0000 | | | | | | | | - Do not remove the item since it is already unlinked from the scene. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | | * | | commit 616374407aa16c49a8058c0a5386a789bfacdf63 | | | | Author: Adeel Asghar | | | | Date: Sun Nov 16 02:19:31 2014 +0000 | | | | | | | | #2930 | | | | - Fixed the printing of models. | | | | - Added OMEdit.manifest file so that Windows PrintDialog shows the controls in Windows Aero theme. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23381 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | A OMEdit/OMEditGUI/OMEdit.manifest | | | | M OMEdit/OMEditGUI/rc_omedit.rc | | | | | * | | commit 3c5791fccc8338b03e127b3738ae99911da02d53 | | | | Author: Adeel Asghar | | | | Date: Sat Nov 15 19:30:11 2014 +0000 | | | | | | | | #2506 | | | | - Implemented Manhattanize shape. Takes a curves connection and creates a right-angle lines connection of it. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23379 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit 7aabce223be62cc1152a19d80f3053945bf848cc | | | | Author: Adeel Asghar | | | | Date: Sat Nov 15 00:19:13 2014 +0000 | | | | | | | | #2506 | | | | - Also remove redundant points when starting to move the connection. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23376 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | | * | | commit 4e4736a6537c6fa6f4c4bc09855261866d3f6ad5 | | | | Author: Adeel Asghar | | | | Date: Fri Nov 14 18:26:31 2014 +0000 | | | | | | | | - Fix last commit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | | * | | commit 84a85d8275d22a507c07e5a5330b52435e2095c9 | | | | Author: Adeel Asghar | | | | Date: Fri Nov 14 18:25:08 2014 +0000 | | | | | | | | #2506 | | | | - Remove redundant points while moving the connection. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23371 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | | * | | commit fd7668a2c9e1a43ad3e15fbbb09b5baf1d623fd8 | | | | Author: Adeel Asghar | | | | Date: Fri Nov 14 16:35:03 2014 +0000 | | | | | | | | - Tooltip for connections. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit 5d297ed4ac95053e990104c764a12ffd05113086 | | | | Author: Adeel Asghar | | | | Date: Fri Nov 14 15:30:13 2014 +0000 | | | | | | | | #2908 | | | | - Only cache the commands that are not dependent on other models. We need a better handling of caching when there are dependent models. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 4fa24ee1178ccdc45d574c86c2644263e5aa7822 | | | | Author: Adeel Asghar | | | | Date: Fri Nov 14 05:00:30 2014 +0000 | | | | | | | | #2506 | | | | - Keep the connecting lines manhattanized. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23357 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit f51fb0d19ff9c320e95ef285abbf1952e5d4b76b | | | | Author: Adeel Asghar | | | | Date: Wed Nov 12 10:54:53 2014 +0000 | | | | | | | | - send getVersion as the first command to connected omc. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23326 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 4cad51380268583c8c19054705dba53a9e11f890 | | | | Author: Martin Sjölund | | | | Date: Tue Nov 11 19:09:13 2014 +0000 | | | | | | | | Use proc/self to find omc from OMEdit on Linux | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit c4e2396e584f5ea6a7f75e0a760eea165df0ef15 | | | | Author: Adeel Asghar | | | | Date: Tue Nov 11 03:13:53 2014 +0000 | | | | | | | | #2477 | | | | - Snap to grid for annotations. Use shift for refined movement. | | | | - Set the grid enabled by default. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23316 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.h | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | | * | | commit 82fa79d96f87d15b359f5e7d8dff4c5e7084d5f4 | | | | Author: Adeel Asghar | | | | Date: Tue Nov 11 02:22:46 2014 +0000 | | | | | | | | - Set 5 as default value for -maxIntegrationOrder flag. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23314 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | | * | | commit 8e76bb53f2381911fbda43b0ab6c72e9beebc917 | | | | Author: Adeel Asghar | | | | Date: Tue Nov 11 00:00:29 2014 +0000 | | | | | | | | - Remove the LibraryComponent object when we delete the class. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | | * | | commit 4fd8b91a0807b27dc0cce955957a022416fd13c7 | | | | Author: Adeel Asghar | | | | Date: Mon Nov 10 21:17:53 2014 +0000 | | | | | | | | #2956 | | | | - Fixed the movement of components through keyboard. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/Component/Transformation.cpp | | | | M OMEdit/OMEditGUI/Component/Transformation.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | | * | | commit 6c358bc1bc17df59eb46f7caa1d83f1693054b4a | | | | Author: Adeel Asghar | | | | Date: Mon Nov 10 14:52:23 2014 +0000 | | | | | | | | - Only call getClassRestriction if getClassInformation fails to fetch the data. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23303 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | | * | | commit e48629729292befb58ec7351f82c609a342014ab | | | | Author: Martin Sjölund | | | | Date: Mon Nov 10 12:21:14 2014 +0000 | | | | | | | | OMEdit: handle equations also for Model_info.json files | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit 3a65f95bd4909ff4b65c57c6fc5027163d767417 | | | | Author: Martin Sjölund | | | | Date: Mon Nov 10 10:54:29 2014 +0000 | | | | | | | | Change transformation uses/deps to use QList and equation kind to simply be a string | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit 8afa180ad0c6a366d8f29929dd4ced317e510555 | | | | Author: Adeel Asghar | | | | Date: Sun Nov 9 21:25:28 2014 +0000 | | | | | | | | - Set the minimum width so that the value text will be readable. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23285 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | | * | | commit 17b9de4efd9464f632e865da8b0999e5717dbf92 | | | | Author: Adeel Asghar | | | | Date: Sat Nov 8 01:49:13 2014 +0000 | | | | | | | | #2906 | | | | - Drop down menus for Enumeration and Boolean types. | | | | - Added a new API getBuiltinType. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | | * | | commit 090dde8055161961f382bb2f546f8c7b17ed9c24 | | | | Author: Martin Sjölund | | | | Date: Fri Nov 7 15:09:59 2014 +0000 | | | | | | | | Parse all operations correctly for JSON | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit 3e37c7dfd1f8e97b1a727075bb9748bf48b77f52 | | | | Author: Adeel Asghar | | | | Date: Thu Nov 6 22:22:17 2014 +0000 | | | | | | | | - make sure we close the settings group otherwise settings file will get corrupted. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23258 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 5024622084478113e8c55467068868ee37a41b3f | | | | Author: Adeel Asghar | | | | Date: Thu Nov 6 17:12:13 2014 +0000 | | | | | | | | #2481 | | | | - Added GUI for dassl simulation flags. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | | * | | commit 16ad28b1f3f8c13be84fd2efdba7a6c96f4acbad | | | | Author: Adeel Asghar | | | | Date: Thu Nov 6 14:00:16 2014 +0000 | | | | | | | | #2190 | | | | - Added a new copyClass API. | | | | - Added GUI for new copyClass API in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23234 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 25bc12b9d7e64ae7c707d6373181201a1b4d751c | | | | Author: Adeel Asghar | | | | Date: Thu Nov 6 02:20:28 2014 +0000 | | | | | | | | #2390 | | | | - Added some support showStartAttribute. There seems to be some issues with setComponentModifierValue API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.h | | | | | * | | commit 20d9fe73ac22776f04a427440286f381a6d3e2d8 | | | | Author: Martin Sjölund | | | | Date: Wed Nov 5 18:34:42 2014 +0000 | | | | | | | | Do not use C++11 features | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit 353d55ad0212d7c1ad6aeee4ed210c285ddd2540 | | | | Author: Martin Sjölund | | | | Date: Wed Nov 5 16:13:03 2014 +0000 | | | | | | | | Partially support opening JSON files in the transformations browser | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit 23b28c25dc683750d113775c4fe03fcdd98832f5 | | | | Author: Adeel Asghar | | | | Date: Wed Nov 5 07:06:21 2014 +0000 | | | | | | | | #2392 | | | | - Indicate default values in ComponentParameters window. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23198 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | | * | | commit 323b0c0a6fc8e38498dd9372c14cf240b2428abb | | | | Author: Adeel Asghar | | | | Date: Wed Nov 5 06:32:18 2014 +0000 | | | | | | | | #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. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit ba9d529c10290f9c63018fe8ccb756951591f3ae | | | | Author: Adeel Asghar | | | | Date: Tue Nov 4 23:21:17 2014 +0000 | | | | | | | | - Set the GraphicsView drag mode to RubberBandDrag. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit b34d13015a90437b4726d38911926e11c6d1f377 | | | | Author: Adeel Asghar | | | | Date: Tue Nov 4 03:30:45 2014 +0000 | | | | | | | | #2872 | | | | - Use `loadString` to send expressions to OMC. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit e9adbbf9e520e4c1dc8482fb0db9bd7c5a5ef13f | | | | Author: Adeel Asghar | | | | Date: Tue Nov 4 02:50:06 2014 +0000 | | | | | | | | #1762 | | | | - Consistent interface for instantiation and checking. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit c0114700ad4d74e82445bf5ca6aa2f386b0f857c | | | | Author: Adeel Asghar | | | | Date: Tue Nov 4 01:29:35 2014 +0000 | | | | | | | | #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. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | | * | | commit fbebb86f4ed0a600ab3abb23da9c9f57e833dcf5 | | | | Author: Adeel Asghar | | | | Date: Mon Nov 3 16:47:38 2014 +0000 | | | | | | | | - Fix build. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | | * | | commit 73bf57e5830746c07e7177c6394998980baf0523 | | | | Author: Adeel Asghar | | | | Date: Mon Nov 3 16:25:31 2014 +0000 | | | | | | | | #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. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | A OMEdit/OMEditGUI/Resources/icons/link-external.svg | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/rc_omedit.rc | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 1035e2ce63957fdab2dc9d9a44cc0877ac544c74 | | | | Author: Adeel Asghar | | | | Date: Sun Nov 2 02:05:48 2014 +0000 | | | | | | | | - Added details to the executable using the RC file. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/rc_omedit.rc | | | | | * | | commit 78fddfeeaa75d9a1f30beb47194f85de281bca5e | | | | Author: Adeel Asghar | | | | Date: Sat Nov 1 02:18:47 2014 +0000 | | | | | | | | - Fixed the return value of changeDirectory. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit c05e51db91df6b8933d8858a97b510286518934f | | | | Author: Adeel Asghar | | | | Date: Sat Nov 1 02:04:21 2014 +0000 | | | | | | | | - 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. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 1871879ba68e8949fac68e307c576d5449a34cbd | | | | Author: Adeel Asghar | | | | Date: Thu Oct 30 14:44:32 2014 +0000 | | | | | | | | #2595 | | | | + Added a checkbox `Build Only` in SimulationDialog. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | | * | | commit 609848d543196ea0a84b360667524940c055913d | | | | Author: Adeel Asghar | | | | Date: Wed Oct 29 23:34:39 2014 +0000 | | | | | | | | #2938 | | | | + gridlines using a slightly lighter gray (as in Dymola). | | | | + show/hide gridlines is now persistent. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit 4b27d211ea2375c8d28bbaa4abd603e7f12f6c96 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 29 23:13:33 2014 +0000 | | | | | | | | - minor typo fixes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23060 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | | * | | commit a63d6916e5344673c315606d1aaf7171bc735198 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 29 23:00:02 2014 +0000 | | | | | | | | #2183 | | | | + Updated almost all icons from PNGs to SVGs. | | | | + The toolbar icon size can be changed via settings. | | | | + The library icon size can be changed via settings. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/Resources/icons/add-icon.svg | | | | D OMEdit/OMEditGUI/Resources/icons/arrow-end-fill.png | | | | A OMEdit/OMEditGUI/Resources/icons/arrow-end-fill.svg | | | | D OMEdit/OMEditGUI/Resources/icons/arrow-end-open-half.png | | | | A OMEdit/OMEditGUI/Resources/icons/arrow-end-open-half.svg | | | | D OMEdit/OMEditGUI/Resources/icons/arrow-end-open.png | | | | A OMEdit/OMEditGUI/Resources/icons/arrow-end-open.svg | | | | D OMEdit/OMEditGUI/Resources/icons/arrow-none.png | | | | D OMEdit/OMEditGUI/Resources/icons/arrow-start-fill.png | | | | A OMEdit/OMEditGUI/Resources/icons/arrow-start-fill.svg | | | | D OMEdit/OMEditGUI/Resources/icons/arrow-start-open-half.png | | | | A OMEdit/OMEditGUI/Resources/icons/arrow-start-open-half.svg | | | | D OMEdit/OMEditGUI/Resources/icons/arrow-start-open.png | | | | A OMEdit/OMEditGUI/Resources/icons/arrow-start-open.svg | | | | D OMEdit/OMEditGUI/Resources/icons/bitmap-shape.png | | | | D OMEdit/OMEditGUI/Resources/icons/clear.png | | | | A OMEdit/OMEditGUI/Resources/icons/clear.svg | | | | D OMEdit/OMEditGUI/Resources/icons/clearmessages.png | | | | D OMEdit/OMEditGUI/Resources/icons/connect-mode.png | | | | A OMEdit/OMEditGUI/Resources/icons/connect-mode.svg | | | | D OMEdit/OMEditGUI/Resources/icons/connector-icon.svg | | | | D OMEdit/OMEditGUI/Resources/icons/down.png | | | | A OMEdit/OMEditGUI/Resources/icons/down.svg | | | | D OMEdit/OMEditGUI/Resources/icons/duplicate.png | | | | A OMEdit/OMEditGUI/Resources/icons/duplicate.svg | | | | D OMEdit/OMEditGUI/Resources/icons/erroricon.png | | | | A OMEdit/OMEditGUI/Resources/icons/erroricon.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-backward.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-backward.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-cross-diagnol.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-cross-diagnol.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-cross.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-cross.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-forward.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-forward.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-horizontal-cylinder.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-horizontal-cylinder.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-horizontal.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-horizontal.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-none.png | | | | R069 OMEdit/OMEditGUI/Resources/icons/arrow.svg OMEdit/OMEditGUI/Resources/icons/fill-none.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-solid.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-solid.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-sphere.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-sphere.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-vertical-cylinder.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-vertical-cylinder.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fill-vertical.png | | | | A OMEdit/OMEditGUI/Resources/icons/fill-vertical.svg | | | | D OMEdit/OMEditGUI/Resources/icons/fillstyle.png | | | | A OMEdit/OMEditGUI/Resources/icons/fillstyle.svg | | | | M OMEdit/OMEditGUI/Resources/icons/flatmodel.svg | | | | D OMEdit/OMEditGUI/Resources/icons/general.png | | | | A OMEdit/OMEditGUI/Resources/icons/general.svg | | | | D OMEdit/OMEditGUI/Resources/icons/interactive-simulation.png | | | | D OMEdit/OMEditGUI/Resources/icons/libraries.png | | | | A OMEdit/OMEditGUI/Resources/icons/libraries.svg | | | | D OMEdit/OMEditGUI/Resources/icons/line-dash-dot-dot.png | | | | A OMEdit/OMEditGUI/Resources/icons/line-dash-dot-dot.svg | | | | D OMEdit/OMEditGUI/Resources/icons/line-dash-dot.png | | | | A OMEdit/OMEditGUI/Resources/icons/line-dash-dot.svg | | | | D OMEdit/OMEditGUI/Resources/icons/line-dash.png | | | | A OMEdit/OMEditGUI/Resources/icons/line-dash.svg | | | | D OMEdit/OMEditGUI/Resources/icons/line-dot.png | | | | A OMEdit/OMEditGUI/Resources/icons/line-dot.svg | | | | D OMEdit/OMEditGUI/Resources/icons/line-none.png | | | | A OMEdit/OMEditGUI/Resources/icons/line-none.svg | | | | D OMEdit/OMEditGUI/Resources/icons/line-solid.png | | | | A OMEdit/OMEditGUI/Resources/icons/line-solid.svg | | | | D OMEdit/OMEditGUI/Resources/icons/linestyle.png | | | | A OMEdit/OMEditGUI/Resources/icons/linestyle.svg | | | | D OMEdit/OMEditGUI/Resources/icons/lock.png | | | | A OMEdit/OMEditGUI/Resources/icons/lock.svg | | | | D OMEdit/OMEditGUI/Resources/icons/messages.png | | | | A OMEdit/OMEditGUI/Resources/icons/messages.svg | | | | M OMEdit/OMEditGUI/Resources/icons/model.svg | | | | M OMEdit/OMEditGUI/Resources/icons/modeltext.svg | | | | D OMEdit/OMEditGUI/Resources/icons/next.png | | | | A OMEdit/OMEditGUI/Resources/icons/next.svg | | | | D OMEdit/OMEditGUI/Resources/icons/notificationicon.png | | | | A OMEdit/OMEditGUI/Resources/icons/notificationicon.svg | | | | D OMEdit/OMEditGUI/Resources/icons/options.png | | | | A OMEdit/OMEditGUI/Resources/icons/options.svg | | | | D OMEdit/OMEditGUI/Resources/icons/pause.png | | | | D OMEdit/OMEditGUI/Resources/icons/previous.png | | | | A OMEdit/OMEditGUI/Resources/icons/previous.svg | | | | D OMEdit/OMEditGUI/Resources/icons/print.png | | | | A OMEdit/OMEditGUI/Resources/icons/print.svg | | | | D OMEdit/OMEditGUI/Resources/icons/problems.png | | | | D OMEdit/OMEditGUI/Resources/icons/quit.png | | | | A OMEdit/OMEditGUI/Resources/icons/quit.svg | | | | D OMEdit/OMEditGUI/Resources/icons/refresh.png | | | | A OMEdit/OMEditGUI/Resources/icons/refresh.svg | | | | D OMEdit/OMEditGUI/Resources/icons/search.png | | | | D OMEdit/OMEditGUI/Resources/icons/shutdown.png | | | | D OMEdit/OMEditGUI/Resources/icons/start.png | | | | D OMEdit/OMEditGUI/Resources/icons/stop.png | | | | D OMEdit/OMEditGUI/Resources/icons/switch.png | | | | A OMEdit/OMEditGUI/Resources/icons/switch.svg | | | | D OMEdit/OMEditGUI/Resources/icons/unlock.png | | | | A OMEdit/OMEditGUI/Resources/icons/unlock.svg | | | | D OMEdit/OMEditGUI/Resources/icons/up.png | | | | A OMEdit/OMEditGUI/Resources/icons/up.svg | | | | D OMEdit/OMEditGUI/Resources/icons/warningicon.png | | | | A OMEdit/OMEditGUI/Resources/icons/warningicon.svg | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 74a3c79b4aae9d78d373d5d5dc73dce306ec355e | | | | Author: Adeel Asghar | | | | Date: Mon Oct 27 17:36:49 2014 +0000 | | | | | | | | - Only try to remove connection if we have a valid ModelWidget. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Resources/icons/ellipse-shape.svg | | | | | * | | commit 78dc30aecba97fd66f678ab89831a29ae7267962 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 27 17:27:38 2014 +0000 | | | | | | | | - Updated more icons from PNGs to SVGs. | | | | - Removed some unused PSDs. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Resources/icons/bitmap-shape.png | | | | A OMEdit/OMEditGUI/Resources/icons/bitmap-shape.svg | | | | D OMEdit/OMEditGUI/Resources/icons/ellipse-shape.png | | | | A OMEdit/OMEditGUI/Resources/icons/ellipse-shape.svg | | | | D OMEdit/OMEditGUI/Resources/icons/flatmodel.png | | | | A OMEdit/OMEditGUI/Resources/icons/flatmodel.svg | | | | D OMEdit/OMEditGUI/Resources/icons/flip-horizontal.png | | | | A OMEdit/OMEditGUI/Resources/icons/flip-horizontal.svg | | | | D OMEdit/OMEditGUI/Resources/icons/flip-vertical.png | | | | A OMEdit/OMEditGUI/Resources/icons/flip-vertical.svg | | | | D OMEdit/OMEditGUI/Resources/icons/info-icon.png | | | | A OMEdit/OMEditGUI/Resources/icons/info-icon.svg | | | | D OMEdit/OMEditGUI/Resources/icons/line-shape.png | | | | A OMEdit/OMEditGUI/Resources/icons/line-shape.svg | | | | M OMEdit/OMEditGUI/Resources/icons/model.svg | | | | D OMEdit/OMEditGUI/Resources/icons/modeltext.png | | | | A OMEdit/OMEditGUI/Resources/icons/modeltext.svg | | | | D OMEdit/OMEditGUI/Resources/icons/modeltextoptions.png | | | | D OMEdit/OMEditGUI/Resources/icons/open.png | | | | A OMEdit/OMEditGUI/Resources/icons/open.svg | | | | D OMEdit/OMEditGUI/Resources/icons/polygon-shape.png | | | | A OMEdit/OMEditGUI/Resources/icons/polygon-shape.svg | | | | D OMEdit/OMEditGUI/Resources/icons/rectangle-shape.png | | | | A OMEdit/OMEditGUI/Resources/icons/rectangle-shape.svg | | | | D OMEdit/OMEditGUI/Resources/icons/redo.png | | | | D OMEdit/OMEditGUI/Resources/icons/rename.png | | | | D OMEdit/OMEditGUI/Resources/icons/rotateanticlockwise.png | | | | A OMEdit/OMEditGUI/Resources/icons/rotateanticlockwise.svg | | | | D OMEdit/OMEditGUI/Resources/icons/rotateclockwise.png | | | | A OMEdit/OMEditGUI/Resources/icons/rotateclockwise.svg | | | | D OMEdit/OMEditGUI/Resources/icons/save.png | | | | A OMEdit/OMEditGUI/Resources/icons/save.svg | | | | D OMEdit/OMEditGUI/Resources/icons/saveall.png | | | | A OMEdit/OMEditGUI/Resources/icons/saveall.svg | | | | D OMEdit/OMEditGUI/Resources/icons/saveas.png | | | | A OMEdit/OMEditGUI/Resources/icons/saveas.svg | | | | D OMEdit/OMEditGUI/Resources/icons/text-shape.png | | | | A OMEdit/OMEditGUI/Resources/icons/text-shape.svg | | | | D OMEdit/OMEditGUI/Resources/icons/tool.png | | | | D OMEdit/OMEditGUI/Resources/icons/undo.png | | | | D OMEdit/OMEditGUI/Resources/icons/zoom100.png | | | | D OMEdit/OMEditGUI/Resources/icons/zoomIn.png | | | | A OMEdit/OMEditGUI/Resources/icons/zoomIn.svg | | | | D OMEdit/OMEditGUI/Resources/icons/zoomOut.png | | | | A OMEdit/OMEditGUI/Resources/icons/zoomOut.svg | | | | D OMEdit/OMEditGUI/Resources/icons/zoomReset.png | | | | A OMEdit/OMEditGUI/Resources/icons/zoomReset.svg | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 45e3c96f2f2e97a4be384cb84a21473a50269990 | | | | Author: Adeel Asghar | | | | Date: Sun Oct 26 04:01:53 2014 +0000 | | | | | | | | - fix last commit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22951 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | | * | | commit 80bc5c2bf7ead86ed4772fc68ff90d7f52aa36dc | | | | Author: Adeel Asghar | | | | Date: Sun Oct 26 03:41:59 2014 +0000 | | | | | | | | - Updated some icons from PNGs to SVGs. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22950 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | D OMEdit/OMEditGUI/Resources/icons/close.png | | | | D OMEdit/OMEditGUI/Resources/icons/console.png | | | | A OMEdit/OMEditGUI/Resources/icons/console.svg | | | | D OMEdit/OMEditGUI/Resources/icons/copy.png | | | | A OMEdit/OMEditGUI/Resources/icons/copy.svg | | | | D OMEdit/OMEditGUI/Resources/icons/cut.png | | | | A OMEdit/OMEditGUI/Resources/icons/cut.svg | | | | D OMEdit/OMEditGUI/Resources/icons/grid.png | | | | A OMEdit/OMEditGUI/Resources/icons/grid.svg | | | | D OMEdit/OMEditGUI/Resources/icons/model.png | | | | A OMEdit/OMEditGUI/Resources/icons/model.svg | | | | D OMEdit/OMEditGUI/Resources/icons/paste.png | | | | A OMEdit/OMEditGUI/Resources/icons/paste.svg | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 214ddf5b648711cfa16dfe79ed50c57405b7ef3b | | | | Author: Adeel Asghar | | | | Date: Sat Oct 25 16:35:29 2014 +0000 | | | | | | | | - indentation | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22943 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 4a898735df5d3b155c1218b4bb8cdb23f768f480 | | | | Author: Adeel Asghar | | | | Date: Thu Oct 23 14:21:06 2014 +0000 | | | | | | | | #2481 | | | | - Added the -noEventEmit simulation flag option. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | | * | | commit f2ec8ee280f6a84a12fcca934e5572a3d9123f8d | | | | Author: Adeel Asghar | | | | Date: Wed Oct 22 19:27:42 2014 +0000 | | | | | | | | #2922, #2674 | | | | - Implemented natural sort for Variables tree. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | | * | | commit e0f14562cdf5dee12106945f2ce95cbe16e69cb1 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 22 18:10:55 2014 +0000 | | | | | | | | - Added missing file from last commit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22877 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | A OMEdit/OMEditGUI/Resources/icons/simulate-equation.svg | | | | | * | | commit b9f5c0fecae0304a329714a844408526239fa356 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 22 18:10:05 2014 +0000 | | | | | | | | - Made transformationalDebugger more easily accessible for users. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 30255aa295020dbf73690b85f7acee531b7bdbc8 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 22 13:01:49 2014 +0000 | | | | | | | | - Made re-simulate more easily accessible for users. | | | | - Added new svg icon for re-simulate. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.h | | | | A OMEdit/OMEditGUI/Resources/icons/re-simulate.svg | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 67059324185586673cbc7cfdc3d02ca8fa6744b6 | | | | Author: Adeel Asghar | | | | Date: Tue Oct 21 23:39:13 2014 +0000 | | | | | | | | - Fixed the MainWindow title changes when user switches between different models, plots & perspectives. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp | | | | | * | | commit 2cd7fe437bdc65f517e04a59de1b7b6322f9f375 | | | | Author: Adeel Asghar | | | | Date: Tue Oct 21 15:09:17 2014 +0000 | | | | | | | | - Fixed some warnings. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit 175cd228ddb0b26809112bff4a28e3d4bac45f75 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 20 15:03:10 2014 +0000 | | | | | | | | #2903 | | | | - Added interface for -emit_protected flag. | | | | - Now there is a Protected Variables checkbox in Output tab. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | | * | | commit 26899f635760c57d65820dd8efa78c583662dfcf | | | | Author: Adeel Asghar | | | | Date: Mon Oct 20 14:03:40 2014 +0000 | | | | | | | | - Made algorithmicDebugger more easily accessible for users. | | | | - Added new svg icons for simulate. | | | | - changed Debugger Log to Debugger CLI. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | A OMEdit/OMEditGUI/Resources/icons/simulate-debug.svg | | | | D OMEdit/OMEditGUI/Resources/icons/simulate.png | | | | A OMEdit/OMEditGUI/Resources/icons/simulate.svg | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 9fd6a90cfad0dceaf20a0a92f0045d8a97d318fb | | | | Author: Adeel Asghar | | | | Date: Fri Oct 17 14:22:27 2014 +0000 | | | | | | | | - Updated the crash reports post link. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp | | | | | * | | commit bf3ee01f098a0dbb42f8f96a3d9a756236ca1e87 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 17 12:18:14 2014 +0000 | | | | | | | | - copy search browser action in Edit browser | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | | * | | commit fda29e5b628c5e55d836c80fc1bf69d6fea6e54e | | | | Author: Adeel Asghar | | | | Date: Fri Oct 17 12:07:42 2014 +0000 | | | | | | | | - Removed unnecessary code. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | | * | | commit f8c00794a10acdd745395e31edefd819f7eeb5ca | | | | Author: Adeel Asghar | | | | Date: Fri Oct 17 11:52:56 2014 +0000 | | | | | | | | - Removed the test code. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit df7c541b37f3bae3e0bac3acda0abbae6649fbb7 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 17 11:13:04 2014 +0000 | | | | | | | | - fix include headers | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp | | | | M OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h | | | | | * | | commit cd1a62c933c13b69eb2c263777db16c73c43d3d0 | | | | Author: OpenModelica Hudson | | | | Date: Fri Oct 17 11:04:39 2014 +0000 | | | | | | | | [Janitor mode] Set auto-props | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22787 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp | | | | M OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h | | | | | * | | commit b386415225d6c0458566e2d2fb21e046dfa29a06 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 17 10:59:00 2014 +0000 | | | | | | | | #2865 | | | | + Added new crash reports dialog. | | | | + Posts the log files via http. | | | | - Removed the old crash reports email. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | A OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp | | | | A OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Options/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/NotificationsDialog.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 10a3b864bae7999461145b06c4da00f9f7a20240 | | | | Author: Adeel Asghar | | | | Date: Sat Oct 11 16:54:22 2014 +0000 | | | | | | | | - Show device error if file open fails. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22724 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | | * | | commit 79e29af154a93e80c8cbcc3fd7ba3c3da6e8c7a9 | | | | Author: Adeel Asghar | | | | Date: Tue Oct 7 16:10:24 2014 +0000 | | | | | | | | #2872 | | | | - Added getErrorString after every command except quit(). | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22658 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 126e985461fcf0985ec8fb4283509f1a63ca9d35 | | | | Author: Adeel Asghar | | | | Date: Tue Oct 7 15:04:17 2014 +0000 | | | | | | | | #2872 | | | | - Created a new file omeditcommands.mos | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22655 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Options/NotificationsDialog.cpp | | | | | * | | commit e72eef49a709a0673b47d19067e52803a6a04285 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 6 15:45:23 2014 +0000 | | | | | | | | #2865 | | | | - Fixed the paths used in email. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22621 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Options/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | | * | | commit 736144a97343ec9b35c4d5015bd019438c1a5854 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 6 01:51:02 2014 +0000 | | | | | | | | - Don't check the components list when making decision about default annotation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | | * | | commit 6d432deb0a83d27da304614e278a3ffd76ca4444 | | | | Author: Adeel Asghar | | | | Date: Sun Oct 5 16:23:53 2014 +0000 | | | | | | | | #2792 | | | | - Don't allow movement of complete connection lines through mouse or keyboard. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | | * | | commit 5b149a66625dc4b56ea361c201cd897833d1720c | | | | Author: Martin Sjölund | | | | Date: Thu Sep 18 09:43:47 2014 +0000 | | | | | | | | #2798 Fix crash when saving models in OMEdit | | | | - A function returning a bool did not return any value, causing the crash | | | | - Enabled compiler warnings since it was suppressed before and warnings are 'very' useful | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | | * | | commit 35a3c9408d050376091ca1c4d5456bd640a8c755 | | | | Author: Martin Sjölund | | | | Date: Wed Sep 17 07:25:01 2014 +0000 | | | | | | | | Clean omc_communication.* | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 60336d023ca237be283401b24aae81722c8262f1 | | | | Author: Adeel Asghar | | | | Date: Thu Sep 11 12:23:46 2014 +0000 | | | | | | | | - Use the simulation arguments when debugging. | | | | - Use monospaced font for output and logs. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | | * | | commit ebcf936c0ce0d2803a186f86202eaa88be54f264 | | | | Author: Adeel Asghar | | | | Date: Wed Sep 10 12:36:43 2014 +0000 | | | | | | | | - Added support for conditional breakpoints. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | | * | | commit ac3a54883d2cc246fc8ae8b4ddd9b5c7b457f194 | | | | Author: Adeel Asghar | | | | Date: Wed Sep 10 09:45:25 2014 +0000 | | | | | | | | - Set display C & unknown frames enabled by default. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | | * | | commit bc7c422da0fcd8e408af80a6cfdbfde1acb012f3 | | | | Author: Adeel Asghar | | | | Date: Tue Sep 9 14:45:00 2014 +0000 | | | | | | | | - Allow adding ignore count property for breakpoints. | | | | - Handles the -break-after command of gdb. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22223 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | | * | | commit 2ecb6b8256986619e62761f0672c6b51e1cbe771 | | | | Author: Adeel Asghar | | | | Date: Tue Sep 9 10:53:59 2014 +0000 | | | | | | | | - Open debugger backtrace in text editor. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | | * | | commit 88447259bd8b0aaf59caf1f2785514c7545d599c | | | | Author: Adeel Asghar | | | | Date: Tue Sep 9 10:49:34 2014 +0000 | | | | | | | | - Delete global QSettings object when application quits. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | | * | | commit bd342816002f38f21c2d6626da1d2dd3bf098082 | | | | Author: Adeel Asghar | | | | Date: Tue Sep 9 01:14:37 2014 +0000 | | | | | | | | - Using setIniCodec utf8 with QSettings is important. We might forget to set it if we are creating the instance of QSettings on different locations. Use one QSettings object for whole application. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22191 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/FindReplaceDialog.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Options/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit f0d5948da4c9569abea5bbae45de8b37c0273c78 | | | | Author: Adeel Asghar | | | | Date: Tue Sep 9 00:20:59 2014 +0000 | | | | | | | | - New options to clear the debugger output & log windows on new run. | | | | - Use the UTF-8 for settings object throughout the application. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/FindReplaceDialog.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Options/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit f85cb1c055000d3f087811a8750b73cf90de57a2 | | | | Author: Adeel Asghar | | | | Date: Wed Sep 3 13:04:50 2014 +0000 | | | | | | | | #2797 | | | | - Handle the Dialog annotation groupImage attribute. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.h | | | | | * | | commit 046efec7cf7dd21be0eb518f0c3ff86dd0b57a02 | | | | Author: Adeel Asghar | | | | Date: Wed Sep 3 12:14:52 2014 +0000 | | | | | | | | - Enable/disable the input field of the parameter based on dialog annotation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/Component/ComponentProperties.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | | * | | commit 2b6ea0abee5871f556c78399156fe9b6462527b2 | | | | Author: Adeel Asghar | | | | Date: Mon Sep 1 13:31:32 2014 +0000 | | | | | | | | #2796 | | | | - Use UTF-8 so that HTML entities render correctly. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | | * | | commit 45b0986b02dd031f5d2284545507028aa7dafe7d | | | | Author: Adeel Asghar | | | | Date: Wed Aug 27 01:47:18 2014 +0000 | | | | | | | | - build antl3config.h for Makefile.common also. | | | | - Define ANTLR64. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22020 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 17f5a8ddf331f4227884aa5b0dd979f96809a26e | | | | Author: Adeel Asghar | | | | Date: Tue Aug 26 23:34:19 2014 +0000 | | | | | | | | - The openmodelica.org news rss feed link is changed. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22014 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | | * | | commit dad861cc9836ce503d882de572a9ea4ed02f6d2c | | | | Author: Adeel Asghar | | | | Date: Tue Aug 26 23:28:27 2014 +0000 | | | | | | | | - Breakpoints can only be added to saved files. | | | | - Updated the translation files. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22013 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.cpp | | | | | * | | commit bf0506ae3098fec55b5b850f9c03aea92ca170a5 | | | | Author: OpenModelica Hudson | | | | Date: Tue Aug 26 23:13:07 2014 +0000 | | | | | | | | [Janitor mode] Set auto-props | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22008 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/TLMEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TLMEditor.h | | | | | * | | commit 50ae6c5c22d42eb117eaeff23e0289ac91daa3dd | | | | Author: Adeel Asghar | | | | Date: Tue Aug 26 23:11:52 2014 +0000 | | | | | | | | - Merged the debugger branch with the trunk. | | | | - Generate the GDB parser make files. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.h | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h | | | | A OMEdit/OMEditGUI/Editors/TLMEditor.cpp | | | | A OMEdit/OMEditGUI/Editors/TLMEditor.h | | | | A OMEdit/OMEditGUI/Editors/TextEditor.cpp | | | | A OMEdit/OMEditGUI/Editors/TextEditor.h | | | | M OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | D OMEdit/OMEditGUI/Resources/icons/add-icon.png | | | | A OMEdit/OMEditGUI/Resources/icons/add-icon.svg | | | | A OMEdit/OMEditGUI/Resources/icons/arrow.svg | | | | A OMEdit/OMEditGUI/Resources/icons/breakpoint_disabled.svg | | | | A OMEdit/OMEditGUI/Resources/icons/breakpoint_enabled.svg | | | | D OMEdit/OMEditGUI/Resources/icons/delete.png | | | | A OMEdit/OMEditGUI/Resources/icons/delete.svg | | | | A OMEdit/OMEditGUI/Resources/icons/edit-icon.svg | | | | A OMEdit/OMEditGUI/Resources/icons/exit.svg | | | | A OMEdit/OMEditGUI/Resources/icons/interrupt.svg | | | | D OMEdit/OMEditGUI/Resources/icons/new.png | | | | A OMEdit/OMEditGUI/Resources/icons/new.svg | | | | A OMEdit/OMEditGUI/Resources/icons/resume.svg | | | | A OMEdit/OMEditGUI/Resources/icons/step-into.svg | | | | A OMEdit/OMEditGUI/Resources/icons/step-over.svg | | | | A OMEdit/OMEditGUI/Resources/icons/step-return.svg | | | | A OMEdit/OMEditGUI/Resources/icons/txt.svg | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 2011c642e389bea740097344fba327bae4a83268 | | | | Author: Adeel Asghar | | | | Date: Tue Jul 29 01:15:46 2014 +0000 | | | | | | | | - minor enhancements in importNgspiceNetlist. Use QFileInfo to check for the file parts. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21650 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | | * | | commit 4fd8f648fea21b26369857d26dd462b06a663f09 | | | | Author: OpenModelica Hudson | | | | Date: Mon Jul 28 21:49:33 2014 +0000 | | | | | | | | [Janitor mode] Fix whitespace | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21649 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit f429e9294d6cf95c5f54366f339d5a4bd5dbdbef | | | | Author: Rakhi Warriar | | | | Date: Mon Jul 28 21:42:39 2014 +0000 | | | | | | | | Added ngspice netlist to Modelica code converter in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21648 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/MainWindow.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 9bebc3aa9031537c32a5fdab2ad00519bb849ed5 | | | | Author: Adeel Asghar | | | | Date: Mon Jul 14 16:32:35 2014 +0000 | | | | | | | | - List all the derivatives from _info.xml file. | | | | - Formatting for operations text. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | | * | | commit e172a1d223904bcdf33de6fbbf2ceeaf45fc4dba | | | | Author: Adeel Asghar | | | | Date: Fri Jul 11 17:43:40 2014 +0000 | | | | | | | | - Fixed parsing of der variables. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | | * | | commit d32e9eb38de7cbd2e1e6a8bee38192239f3ce0a7 | | | | Author: Adeel Asghar | | | | Date: Fri Jul 4 12:06:19 2014 +0000 | | | | | | | | - minor fixes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/FindReplaceDialog.cpp | | | | M OMEdit/OMEditGUI/Editors/FindReplaceDialog.h | | | | M OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp | | | | | * | | commit dff802cb700af20342dae0f2ee324efbe9497955 | | | | Author: OpenModelica Hudson | | | | Date: Fri Jul 4 03:55:48 2014 +0000 | | | | | | | | [Janitor mode] Set auto-props | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/BaseEditor.h | | | | M OMEdit/OMEditGUI/Editors/FindReplaceDialog.cpp | | | | M OMEdit/OMEditGUI/Editors/FindReplaceDialog.h | | | | M OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp | | | | M OMEdit/OMEditGUI/Editors/TransformationsEditor.h | | | | | * | | commit 7609c3ae47131f51c1dbbcd2206a6ae5d8177167 | | | | Author: Adeel Asghar | | | | Date: Fri Jul 4 02:43:19 2014 +0000 | | | | | | | | - Fixed swedish characters. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21417 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | | * | | commit 1fbed6bab6ed95c5a11aede8199623acf2a97b91 | | | | Author: Adeel Asghar | | | | Date: Fri Jul 4 02:00:23 2014 +0000 | | | | | | | | - Fixed header define. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21415 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h | | | | | * | | commit eaa4b6e9cf6080a25f117cbdc55865ac10cbf4a2 | | | | Author: Adeel Asghar | | | | Date: Fri Jul 4 01:59:14 2014 +0000 | | | | | | | | - Restructuring the files and folders. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/ShapePropertiesDialog.cpp OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/ShapePropertiesDialog.h OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.h | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/ComponentProperties.cpp OMEdit/OMEditGUI/Component/ComponentProperties.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/ComponentProperties.h OMEdit/OMEditGUI/Component/ComponentProperties.h | | | | A OMEdit/OMEditGUI/Editors/BaseEditor.cpp | | | | A OMEdit/OMEditGUI/Editors/BaseEditor.h | | | | A OMEdit/OMEditGUI/Editors/FindReplaceDialog.cpp | | | | A OMEdit/OMEditGUI/Editors/FindReplaceDialog.h | | | | R053 OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp OMEdit/OMEditGUI/Editors/ModelicaTextEditor.cpp | | | | R056 OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.h OMEdit/OMEditGUI/Editors/ModelicaTextEditor.h | | | | A OMEdit/OMEditGUI/Editors/TransformationsEditor.cpp | | | | A OMEdit/OMEditGUI/Editors/TransformationsEditor.h | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/ImportFMUDialog.cpp OMEdit/OMEditGUI/FMI/ImportFMUDialog.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/ImportFMUDialog.h OMEdit/OMEditGUI/FMI/ImportFMUDialog.h | | | | R098 OMEdit/OMEditGUI/GUI/MainWindow.cpp OMEdit/OMEditGUI/MainWindow.cpp | | | | R099 OMEdit/OMEditGUI/GUI/MainWindow.h OMEdit/OMEditGUI/MainWindow.h | | | | R100 OMEdit/OMEditGUI/GUI/Widgets/DocumentationWidget.cpp OMEdit/OMEditGUI/Modeling/DocumentationWidget.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Widgets/DocumentationWidget.h OMEdit/OMEditGUI/Modeling/DocumentationWidget.h | | | | R099 OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.h OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.h | | | | R100 OMEdit/OMEditGUI/GUI/Widgets/MessagesWidget.cpp OMEdit/OMEditGUI/Modeling/MessagesWidget.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Widgets/MessagesWidget.h OMEdit/OMEditGUI/Modeling/MessagesWidget.h | | | | R096 OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp | | | | R093 OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.h OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.h | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.h OMEdit/OMEditGUI/Modeling/ModelicaClassDialog.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp OMEdit/OMEditGUI/Options/NotificationsDialog.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.h OMEdit/OMEditGUI/Options/NotificationsDialog.h | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp OMEdit/OMEditGUI/Options/OptionsDialog.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.h OMEdit/OMEditGUI/Options/OptionsDialog.h | | | | R100 OMEdit/OMEditGUI/GUI/Containers/PlotWindowContainer.cpp OMEdit/OMEditGUI/Plotting/PlotWindowContainer.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Containers/PlotWindowContainer.h OMEdit/OMEditGUI/Plotting/PlotWindowContainer.h | | | | R100 OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.h OMEdit/OMEditGUI/Plotting/VariablesWidget.h | | | | R099 OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp | | | | R100 OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.h OMEdit/OMEditGUI/Simulation/SimulationDialog.h | | | | R098 OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.cpp | | | | R098 OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h OMEdit/OMEditGUI/TransformationalDebugger/TransformationsWidget.h | | | | R100 OMEdit/OMEditGUI/backtrace.c OMEdit/OMEditGUI/Util/backtrace.c | | | | R100 OMEdit/OMEditGUI/backtrace.h OMEdit/OMEditGUI/Util/backtrace.h | | | | | * | | commit 5d7edeffe1b0436d7f5af9cbb5649dea76862cae | | | | Author: Martin Sjölund | | | | Date: Thu Jul 3 07:34:46 2014 +0000 | | | | | | | | Write incomplete result-files, so it is possible to see the signals until the error was triggered | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | | * | | commit 87c669d7ae406dc85bf461a7d48576a1a3deec4f | | | | Author: Adeel Asghar | | | | Date: Sun Jun 29 22:27:15 2014 +0000 | | | | | | | | - Use setPlaceholderText instead of using FocusIn/FocusOut events to set the default text. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21328 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.h | | | | | * | | commit 03c294a5e59b0c96e9241de1c6178584037b0522 | | | | Author: Adeel Asghar | | | | Date: Wed Jun 18 16:42:34 2014 +0000 | | | | | | | | #2255 | | | | - Show units in the plot legends & titles. | | | | - Fixed some issues with plotParametric. | | | | - Use the CsvReader for plotParametric. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.h | | | | | * | | commit 82441cb857bdb1a56911e3d8283f06b3dce54875 | | | | Author: Adeel Asghar | | | | Date: Tue Jun 17 18:52:35 2014 +0000 | | | | | | | | #2255 | | | | - Show unit instead of displayUnit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.h | | | | | * | | commit 7eef33657d9ef0e90396862cbb49c3db75f67fe2 | | | | Author: Adeel Asghar | | | | Date: Mon Jun 16 18:57:41 2014 +0000 | | | | | | | | - Only draw tree branches if that particular styles class is specified. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21132 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | | * | | commit 58393d29627eb685eaa9247ab66a8d92588136c1 | | | | Author: Adeel Asghar | | | | Date: Thu Jun 12 22:30:48 2014 +0000 | | | | | | | | #2497 | | | | - Allow creating connections even when the connector & ResizerItem are at the same location. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21090 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.h | | | | | * | | commit 6bfd3112c6219cb373841aeb36178150e6aac29a | | | | Author: Adeel Asghar | | | | Date: Thu Jun 12 18:13:42 2014 +0000 | | | | | | | | #2522 | | | | - New icons for plot & parametric plot buttons. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21089 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Containers/PlotWindowContainer.h | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | A OMEdit/OMEditGUI/Resources/icons/parametric-plot-window.svg | | | | A OMEdit/OMEditGUI/Resources/icons/plot-window.svg | | | | D OMEdit/OMEditGUI/Resources/icons/plotparametricwindow.png | | | | D OMEdit/OMEditGUI/Resources/icons/plotwindow.png | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit babfe978ff7a0bb68bedf5ecd88aef77cadd069a | | | | Author: Adeel Asghar | | | | Date: Thu Jun 12 17:16:22 2014 +0000 | | | | | | | | #2424 | | | | - Handle resource links in documentation view. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 1ad29f664d150cc5788f71698baaf2158f46aaca | | | | Author: Adeel Asghar | | | | Date: Thu Jun 12 13:34:10 2014 +0000 | | | | | | | | #2142 | | | | - Added a tooltip to output file name. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | | * | | commit 9eb37e66adc4a02a73c068057b8740a9fbfff223 | | | | Author: Adeel Asghar | | | | Date: Thu Jun 12 13:13:09 2014 +0000 | | | | | | | | - Use the line color of starting port for the connection line. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | | * | | commit 5f52cbdab073497085a4e2ad69531f33fbf84167 | | | | Author: Adeel Asghar | | | | Date: Thu Jun 12 13:03:11 2014 +0000 | | | | | | | | - Do not allow selecting or moving the shapes when user is making a connection. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21076 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | | | | | * | | commit 0e62f930fd0f7c2428e999d27b7740b86bd97906 | | | | Author: Adeel Asghar | | | | Date: Thu Jun 5 12:55:32 2014 +0000 | | | | | | | | #2716 | | | | - Fixed the syntax highlighting issue. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20995 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp | | | | | * | | commit 41cbf8753d7f774e96a2806161662b8e0857d097 | | | | Author: Martin Sjölund | | | | Date: Thu Jun 5 09:25:54 2014 +0000 | | | | | | | | Do not use dialog.setFilter as QDir::Executable does not seem to work the way it is expected to | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | | * | | commit e25e80917a003ebe475ff73547e7eff47d6825bf | | | | Author: Adeel Asghar | | | | Date: Wed Jun 4 15:08:58 2014 +0000 | | | | | | | | - qtclients doesn't depend in libgc now. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/README.txt | | | | | * | | commit 14f1a547da39e04ad32da78e77e30b8d016b3db4 | | | | Author: Martin Sjölund | | | | Date: Wed Jun 4 14:12:44 2014 +0000 | | | | | | | | Fix compilation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | | * | | commit a93cb9986ebc11c68165d1120b6dead897c43b0e | | | | Author: Martin Sjölund | | | | Date: Wed Jun 4 14:03:24 2014 +0000 | | | | | | | | Skip linking libgc for qtclients | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit a0901bcc0ce7538487b1fd9d5f6ff23d10aea199 | | | | Author: Adeel Asghar | | | | Date: Wed Jun 4 13:45:28 2014 +0000 | | | | | | | | - Added some files filter. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | | * | | commit 59ec923a5ce9deef047d1846995e1af368bd58f0 | | | | Author: Adeel Asghar | | | | Date: Wed Jun 4 12:15:05 2014 +0000 | | | | | | | | - Updated the GUI according to new parameters of exportToFigaro API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.h | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit b735e433eb569e7c84175509b76a1b4ad646de05 | | | | Author: Adeel Asghar | | | | Date: Wed Jun 4 00:28:07 2014 +0000 | | | | | | | | #2509 | | | | - Use the omniORB specific parameters. They are different from MICO parameters. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit c26df13aa45ed95450bf0da4128a0131ce0526df | | | | Author: Adeel Asghar | | | | Date: Tue Jun 3 19:40:18 2014 +0000 | | | | | | | | #2509 | | | | - increase argc as well. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20948 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 1ae66b544595848415e6f8b852a955fef1e3fb08 | | | | Author: Adeel Asghar | | | | Date: Tue Jun 3 18:48:48 2014 +0000 | | | | | | | | #2509 | | | | - Specify CORBA arguments e.g IP-address when initializing the client object. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20947 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 82dcd52eec8a073fe7fef76713698740b14d7f60 | | | | Author: Adeel Asghar | | | | Date: Mon Jun 2 21:46:45 2014 +0000 | | | | | | | | - Copy the required dependencies for the Qt clients in their respective make files so that we can also use them individually. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | | * | | commit e46d737d654f514c68bbcbd748a4eb4ba959b17c | | | | Author: Adeel Asghar | | | | Date: Mon Jun 2 11:38:48 2014 +0000 | | | | | | | | - Updated the list of dependencies. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20920 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/README.txt | | | | | * | | commit 07766ff58ae9a1ced94ca6ef7070f904b5531f16 | | | | Author: Adeel Asghar | | | | Date: Mon Jun 2 11:37:18 2014 +0000 | | | | | | | | #2710 | | | | - Add references to Mike Tiller's online resources. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20919 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | | * | | commit 44e701c7cc75aa33fc3971661c86f0f1ee9774e0 | | | | Author: Adeel Asghar | | | | Date: Wed May 21 21:14:29 2014 +0000 | | | | | | | | - Qwt is removed from OMDev | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/README.txt | | | | | * | | commit 72c6ab1ad9f5b7e6196c7a5ccb8bb7b3413cbb81 | | | | Author: Adeel Asghar | | | | Date: Wed May 21 14:27:04 2014 +0000 | | | | | | | | - Copy libomqwt & libOMPlot to build/lib/omc | | | | - Fix the link path. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit dd3d9659942f51b21dfdfb4554a73b8d032477c7 | | | | Author: Martin Sjölund | | | | Date: Wed May 21 08:06:50 2014 +0000 | | | | | | | | Rename libqwt to libomqwt to avoid conflicts on OSX | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit d708e01177c93f790b41914bf7234f8f25ff46b1 | | | | Author: Martin Sjölund | | | | Date: Wed May 21 06:13:24 2014 +0000 | | | | | | | | Hopefully fixes the Linux builds for qwt (shared version) | | | | - Also should add OMOptimBasis as a shared library | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | | * | | commit 2724f020a5d0fc59c319703c5246e83f4c5cb560 | | | | Author: Adeel Asghar | | | | Date: Tue May 20 21:04:28 2014 +0000 | | | | | | | | - Build all Qt clients using the local Qwt on unix as well. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | | * | | commit 9c72dd53046251c447ddf413520ac43cee9e4444 | | | | Author: Adeel Asghar | | | | Date: Tue May 20 15:21:18 2014 +0000 | | | | | | | | - Build all Qt clients using the local Qwt. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit d7aee64d05b7550b073c57e318159f33ee6e3bf4 | | | | Author: Adeel Asghar | | | | Date: Thu May 15 13:07:59 2014 +0000 | | | | | | | | - Export to figaro via GUI. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20625 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.h | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 481057c07a248c8054381438d1a950d44401cf66 | | | | Author: Adeel Asghar | | | | Date: Wed May 14 15:04:43 2014 +0000 | | | | | | | | - Set the default legend position to top in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/PlotWindowContainer.cpp | | | | | * | | commit e5be1a2e2b5532a295ec13e97f08df121def4150 | | | | Author: Adeel Asghar | | | | Date: Sun May 11 23:18:55 2014 +0000 | | | | | | | | - align profiling combo box. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20546 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.h | | | | | * | | commit 8093aaba519584093f35b304eaa39a4367c656ed | | | | Author: Adeel Asghar | | | | Date: Thu May 8 22:32:21 2014 +0000 | | | | | | | | #2679 | | | | - Fixed "There is no convenient way or replacing the colors by dashed/dotted/whole lines in black-and-white. The current version via the options menu is very cumbersome. The Dymola approach is much easier to use and more intuitive. All information collected in one place in the GUI." | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | | * | | commit 9732d1a1ebb4905e6d90591ad8e28bea0e1fb0ef | | | | Author: Martin Sjölund | | | | Date: Wed May 7 11:18:59 2014 +0000 | | | | | | | | Fix includes | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/diff_match_patch.h | | | | | * | | commit e7abe4d564e8ba770a2242a6d6e80221d4c10fa1 | | | | Author: Martin Sjölund | | | | Date: Wed May 7 10:11:25 2014 +0000 | | | | | | | | Use diff-match-patch to display char diffs in OMEdit (would prefer word-based diff, but can't seem to find a C/C++ one) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20429 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | A OMEdit/OMEditGUI/Util/diff_match_patch.cpp | | | | A OMEdit/OMEditGUI/Util/diff_match_patch.h | | | | | * | | commit 482763f07f000c1415139f06b829f65976d2c67f | | | | Author: Adeel Asghar | | | | Date: Tue May 6 14:57:44 2014 +0000 | | | | | | | | - Allow opening multiple files. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | | * | | commit e1330157c0ecfed34491dce9a183c69e08ac8806 | | | | Author: Adeel Asghar | | | | Date: Tue May 6 11:40:07 2014 +0000 | | | | | | | | - Do not use the Qt's file dialog on Windows. Use the native file dialog on Windows. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | | * | | commit b2da5dd3f65dfbc6463fe1d627f82d0a46b91cb1 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 30 12:53:17 2014 +0000 | | | | | | | | Add new API call for OMEdit to query valid config flag options, like `getConfigFlagValidOptions("profiling")` | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 0241f4c368bee1be650e8fed22c244d9c778f2a2 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 30 08:56:49 2014 +0000 | | | | | | | | GCC fix | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20321 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit 582a9886c79e902720a37dda533f111bd27d06a8 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 30 08:04:21 2014 +0000 | | | | | | | | - Transpose the profiling data for faster reading | | | | - Split into 2 files: uint32 and double in split files to transpose them easier | | | | - OMEdit can read the data, but the transformation widget has nowhere to display the graphs yet | | | | - Some minor fixes for equations that were not profiled | | | | - Handle profiling of noretcall | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20318 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit c6e18be68be2c5298157aa00a4533f6e0fe74733 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 29 14:05:36 2014 +0000 | | | | | | | | Windows fix | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit fed79a635b93c855eb87a80d4d6a8293e61d93b2 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 29 09:51:39 2014 +0000 | | | | | | | | Move some things around for OMNotebook to use source files from within OMEdit... | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 654a0b7bc2c35efec92425faeb00d335d870ceed | | | | Author: Martin Sjölund | | | | Date: Tue Apr 29 09:15:50 2014 +0000 | | | | | | | | Make profiling open up the transformations browser | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | | * | | commit 5147fd983ce9300f7b23bc4ee62d9ed9835ec912 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 29 08:59:17 2014 +0000 | | | | | | | | - Change +d=measureTime to +profiling=none,blocks,all,blocks+html | | | | - Code generation switches between blocks and all equations | | | | - rtclock.h can now keep track of the overhead of calling the tick and tock (used to reduce the cost of very simple equations) | | | | - Handle assert(false) as the only statement in a function (skip reporting unassigned values) | | | | - Remove inline equations from the runtime | | | | - Started using the enumeration instead of integer constants all over the simulation runtime | | | | - Skip displaying non-linear equations in both top-level and as a child in the OMEdit transformations browser | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20301 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit db5f42d029033d6dacfbb87565adfc52ec4d03ec | | | | Author: Adrian Pop | | | | Date: Sun Apr 27 23:43:07 2014 +0000 | | | | | | | | - give build/lib/omc to -L on Windows | | | | - copy libqjson.dll* to build/bin so that OMEdit can find it | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 0ca4136f441c6e6ba5d68ad164268fe5a42f1ee5 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 25 14:16:17 2014 +0000 | | | | | | | | When running the profiler, also output a smaller prof.json in addition to the xml | | | | - The OMEdit transformations browser will now look at the prof.json and display a summary for the profile blocks | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 18d6156cb28ae78addc59cfd8981c47489cefdc1 | | | | Author: Martin Sjölund | | | | Date: Thu Apr 24 11:59:16 2014 +0000 | | | | | | | | Replace measureTime=true with +d=measureTime in buildModel/etc | | | | - Fix code generation for profiling of function calls (was disabled) | | | | - Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20251 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit 4103dcb4a2760b4d67464d6b0d0b932cd3fd7287 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 16 00:55:23 2014 +0000 | | | | | | | | - Trim the whitespace. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | | * | | commit d227c75e55764b2f2887ff597a85a4b7234c43b6 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 16 00:34:14 2014 +0000 | | | | | | | | #2666 | | | | - Handle %par, %name, %class & %% in the text annotation in a more better way. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/TextAnnotation.h | | | | | * | | commit 479bd37349118d67626042c43885d82f182756f2 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 15 14:10:23 2014 +0000 | | | | | | | | Update OMEdit copyright notices | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/EllipseAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/PolygonAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/RectangleAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/TextAnnotation.h | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/Component/CornerItem.cpp | | | | M OMEdit/OMEditGUI/Component/CornerItem.h | | | | M OMEdit/OMEditGUI/Component/Transformation.cpp | | | | M OMEdit/OMEditGUI/Component/Transformation.h | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/GUI/Containers/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Containers/PlotWindowContainer.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ComponentProperties.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ComponentProperties.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ImportFMUDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ImportFMUDialog.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ShapePropertiesDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ShapePropertiesDialog.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.h | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/MessagesWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/MessagesWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit f99bd9a74296c4e064a8ccd07cd23ae60b1d6339 | | | | Author: Adeel Asghar | | | | Date: Mon Apr 14 12:58:31 2014 +0000 | | | | | | | | - Update the model source code when line annotation is updated. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | | * | | commit 7a1582eb1362b57e2c9967045c1e6b36bb17dbd7 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 28 11:30:53 2014 +0000 | | | | | | | | - Set proper message for MAC. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 5815df4b56e45ac7ed7dfa8a6daec5baca34b60a | | | | Author: Adeel Asghar | | | | Date: Thu Mar 27 22:52:25 2014 +0000 | | | | | | | | - Fixed OMEdit compiler warnings. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | | * | | commit d2cf3f9cc7b76d328d9338a93b2fb0de81b1acfa | | | | Author: Adeel Asghar | | | | Date: Mon Mar 24 13:23:55 2014 +0000 | | | | | | | | - Added missing arguments. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | | * | | commit 811640ffb623dfdb84071f39b88f6e01ec894c41 | | | | Author: Adeel Asghar | | | | Date: Mon Mar 24 00:47:38 2014 +0000 | | | | | | | | - Set +d=initialization as default in OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19700 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | | * | | commit 0cdbced09ab4749a592ca1f114e6cd8a89d58ae1 | | | | Author: Martin Sjölund | | | | Date: Sun Mar 23 18:18:01 2014 +0000 | | | | | | | | #2635 | | | | - Add rpath to qt clients using gc | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | | * | | commit 3cb1b4a3fc5a14633544e78d1e7f0ebfc7fd91a9 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 21 15:39:52 2014 +0000 | | | | | | | | - Grid lines option for custom views. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/MessagesWidget.cpp | | | | | * | | commit c2b8708545dc3a333c471d0fcd666257cb55b411 | | | | Author: Adeel Asghar | | | | Date: Thu Mar 20 12:00:34 2014 +0000 | | | | | | | | - Don't fetch the latest news items if "Show Latest News" is disabled in settings. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19651 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | | * | | commit 110eb6331d3097cfdfe1ba7868203a84c6858e0d | | | | Author: Adeel Asghar | | | | Date: Wed Mar 19 23:21:52 2014 +0000 | | | | | | | | - Fixed the argument number. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19644 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit 9c1e51f612f16af7808281fb4c2736dadc6547dd | | | | Author: Adeel Asghar | | | | Date: Mon Mar 17 14:20:40 2014 +0000 | | | | | | | | - Display the bitmap is library browser. | | | | - Handle the extends class bitmaps. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19610 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/BitmapAnnotation.h | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.h | | | | | * | | commit 2a96d050a160bfa60c9e22258c47340cf7578664 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 14 18:04:18 2014 +0000 | | | | | | | | - link -lgc in OMNotebook for Windows. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | | * | | commit 2d51401cc17bf4e404b78dfc62390af4a6cc0df1 | | | | Author: Martin Sjölund | | | | Date: Fri Mar 14 17:33:53 2014 +0000 | | | | | | | | Add library path | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | | * | | commit ad0ba8968035cc6ad0d8a3e1e45c787b31daa467 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 14 17:22:47 2014 +0000 | | | | | | | | - Fixed loading of bitmap shapes within a component. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/ShapeAnnotation.cpp | | | | | * | | commit 09b22f27e55312d53d7ba4f2620d50057aedbac1 | | | | Author: Martin Sjölund | | | | Date: Fri Mar 14 16:37:22 2014 +0000 | | | | | | | | Adeel forgot to add -lgc... | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | | * | | commit 7ba3267fbb2afc08bcf9a40c410fb4cc2ab207c1 | | | | Author: Adeel Asghar | | | | Date: Fri Mar 14 14:37:54 2014 +0000 | | | | | | | | #2598 | | | | - Fixed plotting of CSV result files. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 90708f75ad48d8c5a9cdbd1efe583b09a7877974 | | | | Author: Adeel Asghar | | | | Date: Thu Mar 13 14:05:30 2014 +0000 | | | | | | | | - Handle auto detection of language. Use QLocale::system().name() to find the default language. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | | * | | commit e2d0700b64c1cb20b4d5e8aa6939da587cc42b4f | | | | Author: Adeel Asghar | | | | Date: Thu Mar 13 13:56:28 2014 +0000 | | | | | | | | - No QTextCodec::setCodecForLocale for Windows. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 491550aaf7c54fc5e3ea25e108e3367c6279f475 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 12 12:44:04 2014 +0000 | | | | | | | | #2552 | | | | - SaveTotalSCode is supported now. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19554 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.h | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit aff3eaf3f3ce272e049e86eabad10b55b1e0eebf | | | | Author: Adeel Asghar | | | | Date: Wed Mar 12 11:45:33 2014 +0000 | | | | | | | | - Check all models recursive. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | A OMEdit/OMEditGUI/Resources/icons/check-all.svg | | | | D OMEdit/OMEditGUI/Resources/icons/check.png | | | | A OMEdit/OMEditGUI/Resources/icons/check.svg | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit cad390d94ffa4d98f3cb6286b88c42e27b9a698e | | | | Author: Martin Sjölund | | | | Date: Mon Mar 10 21:41:02 2014 +0000 | | | | | | | | Better printing of differentiate | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | | * | | commit 73d9d4d07c925fba540f385339a91420e9494809 | | | | Author: Adeel Asghar | | | | Date: Fri Feb 28 16:12:02 2014 +0000 | | | | | | | | - Avoid index out of range errors. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | | * | | commit c0614ad16de9fba9672088427b8e82843bd50ff2 | | | | Author: Adeel Asghar | | | | Date: Tue Feb 18 23:39:52 2014 +0000 | | | | | | | | - Changed instantiate/check model from QDialog to QWidget. Some platforms doesn't support Qt::WindowMinMaxButtonsHint. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.h | | | | | * | | commit 85d3d91131edb91b5c489851b7a7383bc77c39c7 | | | | Author: Adeel Asghar | | | | Date: Tue Feb 18 23:28:26 2014 +0000 | | | | | | | | #2590 | | | | - Create a unique folder for each user. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 106c7258e1bdc55355c5acc641e415f658dd3bde | | | | Author: Adeel Asghar | | | | Date: Tue Feb 18 17:17:38 2014 +0000 | | | | | | | | - Added OpenModelica Scripting & Modelica Documentation menu items under Help menu. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | | * | | commit 0331a47c6caf1ebdc21543538ca8faa072c85fa9 | | | | Author: Adeel Asghar | | | | Date: Tue Feb 18 15:23:01 2014 +0000 | | | | | | | | - More window flags. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | | * | | commit 4fa340ca2cee8520bcfbd320b7a3e1ed83a935a4 | | | | Author: Adeel Asghar | | | | Date: Tue Feb 18 14:53:45 2014 +0000 | | | | | | | | - Don't make the instantiate/check model dialog modal. This allows opening of multiple dialogs. | | | | - Save the geometry information and restore it the next time user opens the dialog. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.h | | | | | * | | commit 6f380064068d29719450024034614726bfdea0ce | | | | Author: Adeel Asghar | | | | Date: Tue Feb 18 13:20:45 2014 +0000 | | | | | | | | Maximize button for instantiate/check model dialog. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19162 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | | * | | commit 6215eeee7c5e463bb5a0a17c5f10735ecdef9157 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 10 22:19:43 2014 +0000 | | | | | | | | - Fixed crash report text. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19043 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp | | | | | * | | commit fa663547ace12b13ec59ef54796f53e304454409 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 10 16:25:15 2014 +0000 | | | | | | | | - changed minimum limit of numberOfIntervals to zero. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19036 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | | * | | commit 0920e8722f5298ee7e492db28756d7ef399e6433 | | | | Author: Adeel Asghar | | | | Date: Thu Feb 6 21:31:00 2014 +0000 | | | | | | | | - Removed duplicate code. Moved the implementation to parent class. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | | * | | commit 3f16ac288d0bbd83798ffcdd6508e46e2cf5cc8a | | | | Author: Adeel Asghar | | | | Date: Thu Feb 6 14:02:41 2014 +0000 | | | | | | | | - Save the Interval in experiment annotation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18999 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | | * | | commit 147c0231d9cc9aa6ad43e84fc7dedd91547432cd | | | | Author: Adeel Asghar | | | | Date: Thu Feb 6 11:46:24 2014 +0000 | | | | | | | | - Draw the rectangle after drawing the grid lines. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | | * | | commit 547770cb98b9450fcd720a4e195e22e8d7b696c0 | | | | Author: Adeel Asghar | | | | Date: Wed Feb 5 14:56:14 2014 +0000 | | | | | | | | - Fixed few graphical glitches. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18986 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component/Transformation.cpp | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | | * | | commit cc6abef3e5a5a5eafc64d6cae42601eb09cb3063 | | | | Author: Adeel Asghar | | | | Date: Tue Feb 4 23:16:06 2014 +0000 | | | | | | | | - Fix deletion of connections where port component might be NULL. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18980 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | | * | | commit d25c7f5620616cd44df9fe1d0f3b5ef531adc760 | | | | Author: Adeel Asghar | | | | Date: Tue Feb 4 10:31:45 2014 +0000 | | | | | | | | - Save the OMC flags option. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | | * | | commit ca99672560787d94f285f23df1ce04cb8828874b | | | | Author: Adeel Asghar | | | | Date: Mon Feb 3 17:03:45 2014 +0000 | | | | | | | | - minor updates. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | | * | | commit d78bf04278147be90b3f0c4b232199bdd88062ef | | | | Author: Adeel Asghar | | | | Date: Mon Feb 3 16:01:18 2014 +0000 | | | | | | | | - some modifications in the layout. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/MessagesWidget.cpp | | | | | * | | commit e39978ddf9eacdd4884c4f39b9d6eea2e301b0a0 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 3 14:40:44 2014 +0000 | | | | | | | | - Make few long labels elidable. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | | * | | commit 606cda2bbd5301f4bbbae2aa755f09a33e9daa55 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 3 14:33:30 2014 +0000 | | | | | | | | fix linux build. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 38ea0edbeb5575efadb83ccf4a2fe162ea8b6f95 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 3 14:26:20 2014 +0000 | | | | | | | | - Option to enable/disable save class feature before simulation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | | * | | commit ffd45e7d7a0f5532a7a93fdedbffbf6090fe35be | | | | Author: Adeel Asghar | | | | Date: Mon Feb 3 14:10:13 2014 +0000 | | | | | | | | Fixed layout. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | | * | | commit 36e9d57ac8fa5e9b134f7fcfc7f40b28ea82ea42 | | | | Author: Adeel Asghar | | | | Date: Mon Feb 3 14:09:46 2014 +0000 | | | | | | | | - Generate separate files for Linux users. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit cd10624ddfefbbef0879363a9bbcd72e3e612d8b | | | | Author: Adeel Asghar | | | | Date: Sat Feb 1 20:13:13 2014 +0000 | | | | | | | | - Save the model before simulation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18931 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMC/OMCProxy.h | | | | | * | | commit ed1f6da42d6d7185d8a34182a08e55725b9435c7 | | | | Author: Adeel Asghar | | | | Date: Sat Feb 1 18:51:08 2014 +0000 | | | | | | | | - Set the default elide model to Qt::ElideNone. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18928 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | | * | | commit 1bff85393d14ab0a8257d7b291e282d0118cb28e | | | | Author: Adeel Asghar | | | | Date: Fri Jan 31 21:32:22 2014 +0000 | | | | | | | | - Mark the Simulation progress text as richtext. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | | * | | commit bfd99326a2d64b8d06ff3642790f91e40f8aa918 | | | | Author: Adeel Asghar | | | | Date: Fri Jan 31 13:25:31 2014 +0000 | | | | | | | | - Show the nested equations. Useful for nonlinear systems. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | | * | | commit c137cbcfeb8ca1dc09e974c603b9447f77799e1f | | | | Author: Adeel Asghar | | | | Date: Fri Jan 31 00:23:06 2014 +0000 | | | | | | | | - More better & robust implementation for elidable QLabel. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | | * | | commit 5e1120ff09e071a4ac6f208a23a39be866d8b979 | | | | Author: Adeel Asghar | | | | Date: Thu Jan 30 23:05:51 2014 +0000 | | | | | | | | - subclass QTreeWidget for equations tree. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | | * | | commit 077eaf8c09c68c62b7fe61287568209b1ff5c966 | | | | Author: Adeel Asghar | | | | Date: Thu Jan 30 22:35:46 2014 +0000 | | | | | | | | Do not copy the old OMInfo to the new variable/equation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit 78acc07ad06a5acb070771ae2dae6c06560d4ddf | | | | Author: Adeel Asghar | | | | Date: Thu Jan 30 18:00:35 2014 +0000 | | | | | | | | - Added a Label with elide feature. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/Util/Utilities.cpp | | | | M OMEdit/OMEditGUI/Util/Utilities.h | | | | | * | | commit 49b1f34e174195a663b77043f681c2052f492eea | | | | Author: Adeel Asghar | | | | Date: Thu Jan 30 15:38:00 2014 +0000 | | | | | | | | Save the Transformational Debugger window geometry & state. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | | * | | commit 1b5131c0b1dca183e4bed37fb8fd484fe4cd9b21 | | | | Author: Adeel Asghar | | | | Date: Thu Jan 30 14:36:01 2014 +0000 | | | | | | | | - Mark the debugged equation highlighted. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | | * | | commit 94197ffe8db85338ff951711576f4a2d16477797 | | | | Author: Adeel Asghar | | | | Date: Thu Jan 30 13:43:06 2014 +0000 | | | | | | | | - Transformational Debugger show/hide options. | | | | - Generate operations tags options. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.h | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | | * | | commit 1ec6eff8a48fd2610fc81f662d2ca2b40f897eb5 | | | | Author: Adeel Asghar | | | | Date: Thu Jan 30 12:27:49 2014 +0000 | | | | | | | | + Make TransformationsWidget an independent window. | | | | + Show both variables & equations in one place. | | | | + Group the variables. | | | | + Allow searching in the variables. | | | | + Allow sorting equations by number. | | | | + Created a new source editor to display the actual model text. Read it from file so we don't have line number issues. | | | | - Removed the types list. (not very important). | | | | - Filtered out the $PRE variables. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | D OMEdit/OMEditGUI/Resources/icons/equations.svg | | | | D OMEdit/OMEditGUI/Resources/icons/variables.svg | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Util/StringHandler.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit a977dfca18dfe0d96c9f3000f949049a65053e74 | | | | Author: Adeel Asghar | | | | Date: Tue Jan 28 19:31:59 2014 +0000 | | | | | | | | - Read the nested equations indexes for the nonlinear equation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit 8dd822883703680c836d790252b7ddafe3537b00 | | | | Author: Adeel Asghar | | | | Date: Mon Jan 27 15:59:31 2014 +0000 | | | | | | | | - Top status bar for transformation browser. | | | | - Better views for variables & equations. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | A OMEdit/OMEditGUI/Resources/icons/equations.svg | | | | A OMEdit/OMEditGUI/Resources/icons/variables.svg | | | | M OMEdit/OMEditGUI/Util/Helper.cpp | | | | M OMEdit/OMEditGUI/Util/Helper.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit fadf2cffb9327c7dc880b93c3a058dcdec061fc2 | | | | Author: Adeel Asghar | | | | Date: Sat Jan 25 20:54:48 2014 +0000 | | | | | | | | - Fixed go to line. Compare the current & parent models filename. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18780 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | | * | | commit d07f716673cac1826d9019bc04c5814b41daa8bf | | | | Author: Adeel Asghar | | | | Date: Sat Jan 25 19:47:27 2014 +0000 | | | | | | | | - Read the flattening operation from the info XML file. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.cpp | | | | M OMEdit/OMEditGUI/Util/OMDumpXML.h | | | | | * | | commit cf1154b82ced8946e047b1e1700e63e700111dfa | | | | Author: Adeel Asghar | | | | Date: Sat Jan 25 01:14:43 2014 +0000 | | | | | | | | - Renamed previous & next to Variables View & Equation View. | | | | - Read the file info from the XML file and show the specific line to the user. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.cpp | | | | M OMEdit/OMEditGUI/GUI/MainWindow.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.h | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp | | | | M OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 3532418082c7e0742a9e85cdd99e150433fc41ba | | | | Author: Adeel Asghar | | | | Date: Thu Jan 23 01:43:17 2014 +0000 | | | | | | | | Do not pass the same instance of ComponentInfo to different objects instead clone the object. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component/Component.cpp | | | | M OMEdit/OMEditGUI/Component/Component.h | | | | M OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp | | | | | * | | commit cb2d66c5844be7039b36216803be8faffb175716 | | | | Author: Martin Sjölund | | | | Date: Wed Jan 22 13:50:54 2014 +0000 | | | | | | | | - Add numberOfIntervals and stepSize as input/output of getSimulationOptions | | | | - OMEdit now respects the Interval experiment annotation in the simulation setup | | | | - Enable output of the statements in the match equation sections (for error messages) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | | * | | commit 9d4d0d59e48bbf5615a4adf6861e1a4c05059bd3 | | | | Author: Adeel Asghar | | | | Date: Tue Jan 21 15:53:08 2014 +0000 | | | | | | | | - Improved the creation time of variables tree. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp | | | | | * | | commit f457fe10b44679e64f5c1666498d4d7bc0596bc1 | | | | Author: Adeel Asghar | | | | Date: Fri Jan 17 16:08:04 2014 +0000 | | | | | | | | Print the error message and the actual XML output if the parsing fails. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp | | | | | * | | commit 19d7ed0debd72beb15d0f36666d302877126a18a | | | | Author: Martin Sjölund | | | | Date: Fri Jan 17 15:13:36 2014 +0000 | | | | | | | | #2490 | | | | - Also patch | | | | | | | | When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are: | | | | $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ | | | | | | | | }}} | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | | * | | commit c5a3489cc7d2f60ba7d7c06379102771e188d637 | | | | Author: Adeel Asghar | | | | Date: Tue Aug 7 21:37:01 2012 +0000 | | | | | | | | - Use QLocale instead of strings. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12449 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit de00b3d98009fd3927f5ff4a7437e3b9bc349b3f | | | | Author: Adeel Asghar | | | | Date: Tue Aug 7 14:35:19 2012 +0000 | | | | | | | | - gettext uses environment variable so don't use setlocale for windows. | | | | - Pass the OMEdit locale to omc. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 97db2931743f7623303d799b7e72aa0d1be1e0c2 | | | | Author: Adeel Asghar | | | | Date: Sat Jul 7 18:12:03 2012 +0000 | | | | | | | | - Merge the process standard output and standard error streams. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12305 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 414dfb2592821f8bb7a1754b58ba642ec51ac04b | | | | Author: Adeel Asghar | | | | Date: Thu Jul 5 12:13:24 2012 +0000 | | | | | | | | - Better parsing of Text Annotation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12281 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | | * | | commit 5e46b5e53be11ffd73261f43bfa1bc404d450376 | | | | Author: Adeel Asghar | | | | Date: Wed Jul 4 21:44:58 2012 +0000 | | | | | | | | - Fixed parsing. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | | * | | commit dc801709d5f7a0970e1789e2e81d6cf39512287a | | | | Author: Adrian Pop | | | | Date: Mon Jun 25 22:10:42 2012 +0000 | | | | | | | | - this change is to enable querying of Modelica Standard Library 3.2 which has a class called Code. | | | | - changed Code quoting to use $Code in Parser/BaseModelica_Lexer.g | | | | + allow $Code in END_IDENT token (to be able to use type $Code end $Code; in ModelicaBuiltin.mo). | | | | + changes in Compiler/FrontEnd/ModelicaBuiltin.mo to use $Code instead of Code. | | | | + documentation updates in doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex and doc/OpenModelicaUsersGuide.doc | | | | + changes to Compiler/FrontEnd/Dump.mo to dump CodeNode using $Code. | | | | + changes everywhere where Code was used to use $Code (.mo, .mos, .onb, .c*) | | | | + updated OMEdit and OMOptim to use $Code. | | | | + more interactive tests in testsuite/interactive/interactive_api_calls.mos (from doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex) | | | | + show statements in more testsuite/interactive tests. | | | | + update the Parser/omcc/* files | | | | - removed testsuite/HumMod directory | | | | - removed doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc as is way old and not useful anymore. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 2ac2856935998afacc4d527d951564cbed28d2e8 | | | | Author: Martin Sjölund | | | | Date: Tue Jun 19 13:53:07 2012 +0000 | | | | | | | | - Provide UTF-8 interface for OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit fe5c44ebebe50e3df9e9b40a7505765af9dd7efa | | | | Author: Martin Sjölund | | | | Date: Tue Jun 19 08:49:20 2012 +0000 | | | | | | | | - Updated copyright holder | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit f9f4c9742056e69dfa269c981104ce134e3dcf97 | | | | Author: Martin Sjölund | | | | Date: Tue Jun 5 07:12:08 2012 +0000 | | | | | | | | - Do not re-run lrelease unless something changed | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 8208630904bd4c2d6907cabf4b49f73ec9b57300 | | | | Author: Adeel Asghar | | | | Date: Thu Apr 26 12:53:53 2012 +0000 | | | | | | | | - Updated the pro and readme files according to omniORB4.1.6 | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/README.txt | | | | | * | | commit bc65ed978e45dd46866fa8301c0a0d1c11851d48 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 18 20:39:40 2012 +0000 | | | | | | | | - some corrections in the english text and translations. | | | | - Italian translations (Thanks to Massimo). | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 1b55166f8ef16fc964ad447ffb4e6d8f0b7919d6 | | | | Author: Adrian Pop | | | | Date: Mon Apr 16 23:10:59 2012 +0000 | | | | | | | | - some more Romanian. | | | | - fixed an English typo. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | | * | | commit 3c152cda9e12d1162edfe7e8750421b9889e9d20 | | | | Author: Henning Kiel | | | | Date: Mon Apr 16 08:45:18 2012 +0000 | | | | | | | | - added missing closing brace to translatable string | | | | - german translation complete, needs to be checked for consistency | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11756 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | | * | | commit 008244d76b3f3ea595398a121b36304bf6397e50 | | | | Author: Adeel Asghar | | | | Date: Fri Apr 13 15:18:11 2012 +0000 | | | | | | | | - Fixed connect equation indexing problem (thanks to Henning Kiel). | | | | - Properly check annotations before creating a redbox. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11752 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | | * | | commit 4c880a2a727f7d659dfe06a0eb8f917cac921897 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 13 11:14:58 2012 +0000 | | | | | | | | #1719 | | | | - OMEdit: Handle pathnames with quoted identifiers that contain dots in the last part | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | | * | | commit 8bed502d620ef47219013bfee3c7f6c893851df1 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 13 08:44:18 2012 +0000 | | | | | | | | - Run lrelease on the project | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 1479b8fe305de34ee53e9a3e7135a022f2123d8a | | | | Author: Martin Sjölund | | | | Date: Fri Apr 13 08:26:41 2012 +0000 | | | | | | | | - Update all ts-files regardless if they are in a makefile or not | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit fdf4f6e48d402047524d6ba8bb793c934a375cfa | | | | Author: Henning Kiel | | | | Date: Fri Apr 13 06:43:06 2012 +0000 | | | | | | | | - added spanish language | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11744 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | | * | | commit 276d31d23eb80acaee9f8a1330ca5440c6c115bf | | | | Author: Adeel Asghar | | | | Date: Thu Apr 12 18:16:40 2012 +0000 | | | | | | | | - Load Qt qm files for windows. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 077db9e7e9cdf5d2f3f20d1e3b98910455990610 | | | | Author: Adeel Asghar | | | | Date: Thu Apr 12 17:13:02 2012 +0000 | | | | | | | | - Minor modifications for chinese translations. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit cc39bd70fc627b6c88c32a36daf151456a250e5b | | | | Author: Adeel Asghar | | | | Date: Thu Apr 12 15:03:02 2012 +0000 | | | | | | | | - Generate red box for components with no annotations. Three locations are checked, the items annotations, the components annotations and the inherited components annotations. If all three are empty we show a read rectangle with a cross in it. | | | | - Better support for translations. | | | | - Added the default Qt translations as well. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Component.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit af3cff6edf63e9d04079a59690bf0e9400004139 | | | | Author: Per Östlund | | | | Date: Thu Apr 12 12:18:06 2012 +0000 | | | | | | | | - Improved the swedish translation of OMEdit. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/ProblemsWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | | * | | commit 7e126e6516c908c17f2b6cee5d47bee4724fae8b | | | | Author: Martin Sjölund | | | | Date: Thu Apr 12 08:58:33 2012 +0000 | | | | | | | | - Regenerate all qm-files | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 7ff8a33d90c3df5953bd86a3b1e572b3ca758f45 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 11 22:20:05 2012 +0000 | | | | | | | | - Use ./ in makefile. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit bd356642c9dcfd0cff4ff635239bd202654b250a | | | | Author: Adeel Asghar | | | | Date: Wed Apr 11 21:29:16 2012 +0000 | | | | | | | | - Fix hudson build. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 73c308ad6f71879c7e9c2b2fdd196fadbce20907 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 11 20:50:17 2012 +0000 | | | | | | | | - Fix build and some minor changes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11725 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 3851b500a0cb2458b558bbfe8fd57eb5dea20f72 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 11 20:00:13 2012 +0000 | | | | | | | | - Fixed isReplaceAble API. | | | | - Added testcases for some APIs. | | | | - Added French & Romanian to language dropdown. | | | | - Moved the translations file to OMEdit/OMEditGUI/Resources/nls/. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11723 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | D OMEdit/OMEditGUI/OMEdit_de.ts | | | | D OMEdit/OMEditGUI/OMEdit_fr.ts | | | | D OMEdit/OMEditGUI/OMEdit_ja.ts | | | | D OMEdit/OMEditGUI/OMEdit_ro.ts | | | | D OMEdit/OMEditGUI/OMEdit_ru.ts | | | | D OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | D OMEdit/OMEditGUI/tsupdate.sh | | | | | * | | commit a75cc69ee5a143114017d01595769b5f2a17dc3c | | | | Author: Martin Sjölund | | | | Date: Wed Apr 11 18:35:05 2012 +0000 | | | | | | | | - Don't return loadFile("package.mo") success on error | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | | * | | commit 54317214480deb9fd9f3ca6901f6290dfd1a84c3 | | | | Author: Adrian Pop | | | | Date: Wed Apr 11 17:51:18 2012 +0000 | | | | | | | | - fix the English typo. | | | | - add partial Romanian translation. | | | | - small fix in the Swedish translation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | M OMEdit/OMEditGUI/OMEdit_fr.ts | | | | M OMEdit/OMEditGUI/OMEdit_ja.ts | | | | A OMEdit/OMEditGUI/OMEdit_ro.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | | * | | commit 6194d5aa241ded0ea574fec24306cb705147166a | | | | Author: Henning Kiel | | | | Date: Wed Apr 11 14:57:23 2012 +0000 | | | | | | | | - added some more german translations | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11719 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | | * | | commit 26fba76846e5fce2cd80c1bd6393fb408a0f0c94 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 11 12:01:21 2012 +0000 | | | | | | | | - Added french translation file. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | A OMEdit/OMEditGUI/OMEdit_fr.ts | | | | M OMEdit/OMEditGUI/tsupdate.sh | | | | | * | | commit 67ffcc91435e9957407b4c91224d61d63cf15ac7 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 11 09:42:25 2012 +0000 | | | | | | | | - Added Japanese translation stubs | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | A OMEdit/OMEditGUI/OMEdit_ja.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/tsupdate.sh | | | | | * | | commit bc9c2f4359a2eb042ff764898961dd638f6e9384 | | | | Author: Henning Kiel | | | | Date: Wed Apr 11 08:57:00 2012 +0000 | | | | | | | | - added some german translations | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | | * | | commit 7fd8f056c68251596c5d6ad5d81f63a90f5ef03b | | | | Author: Martin Sjölund | | | | Date: Wed Apr 11 08:50:33 2012 +0000 | | | | | | | | - Added German language to the combo-box | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | | * | | commit a09de84c36206a11f5486ea6a119e2d75b98f9f6 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 10 09:46:02 2012 +0000 | | | | | | | | - Some German translations for OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | | * | | commit cd6e069d2043b3d2d9c2dc17ad5f7bfede3aa9e5 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 10 08:53:02 2012 +0000 | | | | | | | | - Swedish translations | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/main.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 905201bac42a6ba984f1877c4f07614a94cc7851 | | | | Author: Adeel Asghar | | | | Date: Tue Apr 10 08:44:06 2012 +0000 | | | | | | | | - Don't translate Modelica keywords. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit ca0014338862567a40b8c3e98e2f8d0199162569 | | | | Author: Adeel Asghar | | | | Date: Mon Apr 9 19:52:47 2012 +0000 | | | | | | | | - Swedish translations. | | | | - Use -noobsolete flag to remove the obsolete translations in the files. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/tsupdate.sh | | | | | * | | commit 12bf1bd59ad8ab55c1c2f4c85e5f20e052ca4404 | | | | Author: Anatoly Severin | | | | Date: Mon Apr 9 16:42:41 2012 +0000 | | | | | | | | - added some tr() in OMPlot | | | | - OMEdit: added translation of OMPlot in .ts-files | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/tsupdate.sh | | | | | * | | commit 2e680399dbdb00b2b3de38fcb27a2817569f1034 | | | | Author: Anatoly Severin | | | | Date: Mon Apr 9 16:11:14 2012 +0000 | | | | | | | | - added Russian translation | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11694 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 792a788942cea6734e4b0719c62ecaf66df7a8d9 | | | | Author: Adeel Asghar | | | | Date: Sun Apr 8 21:32:10 2012 +0000 | | | | | | | | - Allow automatic width for options list. | | | | - Remove multiple initializations of Helper::noColor | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11687 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | | * | | commit 83b0013caf011270e6d9683ac715059d5d69f425 | | | | Author: Adeel Asghar | | | | Date: Fri Apr 6 18:11:55 2012 +0000 | | | | | | | | - SVN id tag. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11683 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | | * | | commit a65ac59df2bb199eed4c5f016f5e38201f904388 | | | | Author: Adeel Asghar | | | | Date: Fri Apr 6 18:05:31 2012 +0000 | | | | | | | | - Some more fixes for the translations. | | | | - Added the missing Q_OBJECT macro. | | | | - Removed stupid Qt default buttons as they are not translated. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11682 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 06d9d9a61668922f0294da8c84b80c15b5a514ec | | | | Author: Adeel Asghar | | | | Date: Thu Apr 5 19:51:20 2012 +0000 | | | | | | | | - Swedish translations. | | | | - Language drop down in the options widget. | | | | - Changed the files tab width. | | | | - Allow users to unset the modifiers value. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/BitmapAnnotation.h | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Component.h | | | | M OMEdit/OMEditGUI/ComponentsProperties.cpp | | | | M OMEdit/OMEditGUI/ComponentsProperties.h | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/CornerItem.cpp | | | | M OMEdit/OMEditGUI/CornerItem.h | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/EllipseAnnotation.h | | | | M OMEdit/OMEditGUI/FMIWidget.cpp | | | | M OMEdit/OMEditGUI/FMIWidget.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/IconParameters.cpp | | | | M OMEdit/OMEditGUI/IconParameters.h | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/IconProperties.h | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.h | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/LineAnnotation.h | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelWidget.h | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMCThread.cpp | | | | M OMEdit/OMEditGUI/OMCThread.h | | | | M OMEdit/OMEditGUI/OMEdit_de.ts | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.h | | | | M OMEdit/OMEditGUI/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/PlotWindowContainer.h | | | | M OMEdit/OMEditGUI/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/PolygonAnnotation.h | | | | M OMEdit/OMEditGUI/ProblemsWidget.cpp | | | | M OMEdit/OMEditGUI/ProblemsWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/RectangleAnnotation.h | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | M OMEdit/OMEditGUI/SplashScreen.cpp | | | | M OMEdit/OMEditGUI/SplashScreen.h | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.h | | | | M OMEdit/OMEditGUI/Transformation.cpp | | | | M OMEdit/OMEditGUI/Transformation.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit 141ab87a1025ee0b9a8e083a20282416414acbc8 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 3 12:56:17 2012 +0000 | | | | | | | | - Make omniidl command more suitable for parallel jobs | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 01fa03a8a0d52ebd91a511f1c6a239a32d0adccf | | | | Author: Martin Sjölund | | | | Date: Mon Apr 2 13:55:39 2012 +0000 | | | | | | | | - Fix translation (r11632 broke) | | | | - Updated timestamp translation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMEdit_ru.ts | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit a62b230c6370ffe3887dc0185119c549ae291781 | | | | Author: Adeel Asghar | | | | Date: Mon Apr 2 11:25:58 2012 +0000 | | | | | | | | - Catch the std::runtime_error. | | | | - Better checking for translations file. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit e1e8462f133781f455e396b7336460f06cfd9ae7 | | | | Author: Martin Sjölund | | | | Date: Mon Apr 2 10:19:56 2012 +0000 | | | | | | | | - Load NLS files based on OPENMODELICAHOME, not relative to cwd | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 002a342fd0a0189db8a7b39d46c770a291f3b74b | | | | Author: Anatoly Severin | | | | Date: Mon Apr 2 09:45:21 2012 +0000 | | | | | | | | - OMEdit: added localization | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11628 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | A OMEdit/OMEditGUI/OMEdit_de.ts | | | | A OMEdit/OMEditGUI/OMEdit_ru.ts | | | | A OMEdit/OMEditGUI/OMEdit_sv.ts | | | | M OMEdit/OMEditGUI/ProblemsWidget.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | A OMEdit/OMEditGUI/tsupdate.sh | | | | | * | | commit d5ff66a130c02a0ae61aee720dd4e496c32db5fd | | | | Author: Adeel Asghar | | | | Date: Thu Mar 29 22:16:39 2012 +0000 | | | | | | | | - More documentation. | | | | - New chapter for OMPython in OpenModelicaUsersGuide. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 4826c6496ef80da292c5508956f97cc2f0401d5a | | | | Author: Adeel Asghar | | | | Date: Thu Mar 29 13:59:16 2012 +0000 | | | | | | | | - Check for simulation executable crashes. | | | | - Only send simulation flags if user specify them. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit cc3c12460256f8cbc6b2ff73b32fb6058d56364e | | | | Author: Adeel Asghar | | | | Date: Tue Mar 27 10:29:18 2012 +0000 | | | | | | | | - Moved OMPython manual. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit 42848c11dc9aa7c59b2ec8a5b47836c2c3f3b20f | | | | Author: Adeel Asghar | | | | Date: Tue Mar 27 09:36:59 2012 +0000 | | | | | | | | - Fixed compilation for MAC. | | | | - Added version numbers for settings. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 26c0f4b5af1bb018979d722ec407cb30be43ac47 | | | | Author: Adeel Asghar | | | | Date: Mon Mar 26 22:52:28 2012 +0000 | | | | | | | | - Support for simulation flags. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit 40550d9dfed4e4521f8913e06f25ff39864cd977 | | | | Author: Adeel Asghar | | | | Date: Thu Mar 22 22:47:47 2012 +0000 | | | | | | | | - Save user customizations between different sessions. | | | | - We need to define unique object names for dockwidgets/toolbar etc. by calling setObjectName for customizations to work properly. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11510 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 1acd91d1705f2c3d64e1e71c4f0033c31ebf6dee | | | | Author: Adeel Asghar | | | | Date: Thu Mar 22 20:28:47 2012 +0000 | | | | | | | | - Auto generate the stub files for clients. | | | | - Added/Updated README.txt files for all clients. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | D OMEdit/INSTALL.txt | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/README.txt | | | | | * | | commit 617a2e786908145febade3a349afa0ca306c8b04 | | | | Author: Adeel Asghar | | | | Date: Thu Mar 22 16:10:01 2012 +0000 | | | | | | | | - Added $Id$ tag. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11504 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/INSTALL.txt | | | | | * | | commit 8019b4df6c75a87235d3117076424fb6231001bc | | | | Author: Adeel Asghar | | | | Date: Thu Mar 22 16:02:37 2012 +0000 | | | | | | | | - Updated the instructions. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/INSTALL.txt | | | | | * | | commit dbc97451d071ec2674086d354606307aec26a5ae | | | | Author: Adeel Asghar | | | | Date: Tue Mar 13 13:27:41 2012 +0000 | | | | | | | | - Fixed OMEdit to handle new changes of importFMU. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/FMIWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 63c01d5a5bbbc06060096b47e985dabc5a5a9a3a | | | | Author: Adeel Asghar | | | | Date: Fri Mar 9 15:37:59 2012 +0000 | | | | | | | | - Check for the extent points value before calculating the boundingRect. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | | * | | commit eaa745ac8b44a7d3c75aea344d69af5c6b41bf12 | | | | Author: Adeel Asghar | | | | Date: Fri Feb 24 15:28:55 2012 +0000 | | | | | | | | - Qt 4.8 rewrites the Modelica links from Modelica:// to modelica:/ so we must compare CaseInsensitive. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11201 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | | * | | commit 2c79d2e000e4ac8905ca6d659cc29a308e3c3a79 | | | | Author: Adeel Asghar | | | | Date: Thu Feb 9 12:31:46 2012 +0000 | | | | | | | | - Don't close the simulation result set since we have a caching to mat format. | | | | - closeSimulationResultFile() :: Closes the current simulation result set. OMEdit uses it for windows to close the result file. | | | | - some minor fixes in OMPlot. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 2e895140d5fa01b029f97c237dffc021152e984b | | | | Author: Adeel Asghar | | | | Date: Wed Feb 8 11:27:08 2012 +0000 | | | | | | | | - We should close the simulation result file after reading the results e.g variables, val, dataset etc.... | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | | * | | commit a00b9666a9dad3fa79988d27b234c8f67d13a45f | | | | Author: Adeel Asghar | | | | Date: Wed Feb 1 13:37:17 2012 +0000 | | | | | | | | - Fixed the parameters visibility problem. | | | | - Added the scrollbar when there are many parameters to display. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10996 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/IconProperties.h | | | | | * | | commit 8d7644879b0e79a65788609025edf81c0bb7135a | | | | Author: Adeel Asghar | | | | Date: Mon Jan 30 15:38:24 2012 +0000 | | | | | | | | - compile the c runtime with debug symbols. | | | | - changed the -ggdb flag to -g. | | | | - Updated the version numbers in .onb, .doc, .pdf and config.h file. | | | | - some small changes in the Users Guide chapter 10. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | | * | | commit a47da8cfc0b3b2b2703659917e87adee1e947d83 | | | | Author: Adeel Asghar | | | | Date: Mon Jan 23 14:58:02 2012 +0000 | | | | | | | | - More better checking of exit code. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10942 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 1e7abfc3eba5b3b9f6b85f2d127c103fd821016c | | | | Author: Adeel Asghar | | | | Date: Mon Jan 23 14:07:49 2012 +0000 | | | | | | | | - Fixed the simulation unexpected finish on Linux. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit eae654a85592b1b43ead88c55600a91a0de693ba | | | | Author: Martin Sjölund | | | | Date: Wed Jan 18 09:02:16 2012 +0000 | | | | | | | | - Set svn-eol-style on a few files | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/FMIWidget.cpp | | | | M OMEdit/OMEditGUI/FMIWidget.h | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.h | | | | M OMEdit/OMEditGUI/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/PlotWindowContainer.h | | | | | * | | commit f314c7ede58969b78d7b46f71d92db4f36baff67 | | | | Author: Martin Sjölund | | | | Date: Wed Jan 18 08:50:29 2012 +0000 | | | | | | | | - Make clean now cleans up a bit more of the mess | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 71314c23015459f23eab2b0365f6d9f8a39c44bb | | | | Author: Adeel Asghar | | | | Date: Thu Jan 12 15:35:08 2012 +0000 | | | | | | | | - Fix compilation. | | | | - Remove bin directories from trunk as they are created automatically after qmake. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | D OMEdit/OMEditGUI/Makefile.Debug | | | | D OMEdit/OMEditGUI/Makefile.Release | | | | | * | | commit c1839f2a6c639754863fae9d231824c2e78a322c | | | | Author: Adeel Asghar | | | | Date: Mon Jan 9 10:11:11 2012 +0000 | | | | | | | | - Check for simulation executable result. If it crash show error rather than plot window. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit f28d566a3db07886bf66640f1b2b4acef6f2361c | | | | Author: Adeel Asghar | | | | Date: Wed Dec 14 01:58:35 2011 +0000 | | | | | | | | - Fixed for new getClassNames. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit 9e90ac2629635da4ffc7efd1e05162d99f225801 | | | | Author: Adeel Asghar | | | | Date: Sat Dec 10 16:25:10 2011 +0000 | | | | | | | | - Use quotes for getComponents API. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10684 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 14807b99e3a1e7637d0b675103bc3bb0717410ff | | | | Author: Adeel Asghar | | | | Date: Wed Dec 7 21:03:55 2011 +0000 | | | | | | | | Removed the extra catch section. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 9bb780872f3cbe00d0274baed400b3b6881f912f | | | | Author: Adeel Asghar | | | | Date: Wed Dec 7 21:00:58 2011 +0000 | | | | | | | | OMC | | | | - Changed the omniOrb message size limit to 2GB. | | | | - Changed the getComponents API output. Now all elements are enclosed in quotes. | | | | - New API calls added. | | | | + getAnnotationCount(M1) // returns the number of annotation in the class. | | | | + getNthAnnotationString(M1,1) // returns the nth annotation string. (non flattened annotation). | | | | + getClassComment(M1) // returns the class comment | | | | + getComponentComment(M1, x) // returns the component comment. Takes the class name and component name. | | | | OMEdit | | | | - Added the new method unparseArrays to parse the omc arrays based results. | | | | - Updated code to accommodate new format of getComponents. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ComponentsProperties.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | | * | | commit 1ad41bd9920727427262d8572cbb3f15464b8f22 | | | | Author: Adeel Asghar | | | | Date: Mon Dec 5 18:07:00 2011 +0000 | | | | | | | | removed unnecessary qdebug. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10653 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | | * | | commit f2b41a5650fc781ea125c724ac4aba96829d0661 | | | | Author: Adeel Asghar | | | | Date: Mon Dec 5 18:04:57 2011 +0000 | | | | | | | | #1666 | | | | The problem is not because of operator overloading. | | | | The error occurs because of wrong unparsing of the string. I have fixed the problem so that OMEdit doesn't crash any more. But to make things work correctly we need to modify the getComponents result. Right now it returns an array which contains strings and boolean value. If we change it so that it just return and array of strings then StringHandler::unparseStrings works like i charm. Will discuss it more with Adrian. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10652 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | | * | | commit e21725ca307f25af31df71f6b97715373b216ee8 | | | | Author: Adrian Pop | | | | Date: Fri Nov 25 13:17:14 2011 +0000 | | | | | | | | - do not delete Modelica.Fluid anymore! | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit a3c87a8abc94441051408379225184d151090ccd | | | | Author: Adrian Pop | | | | Date: Sat Nov 19 12:09:23 2011 +0000 | | | | | | | | - fixes for interactive simulation, a missing # that separates parameters from variables. the correct string is: | | | | setfilter#SEQ#var1:var2#par1:par2#end | | | | or | | | | setfilter#SEQ#var1:var2##end | | | | | | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 81d84be70aaed8bf54577cee132e2c0c0531fc10 | | | | Author: Adeel Asghar | | | | Date: Tue Nov 15 12:11:12 2011 +0000 | | | | | | | | - getDocumentationAnnotation returns {"info","revision"} with info as the first element and revision as the second always. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 12b535493d0d1e687ba5b21c57a0014e9588fbfc | | | | Author: Adeel Asghar | | | | Date: Tue Nov 15 10:18:33 2011 +0000 | | | | | | | | - Documentation annotation fixes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 29b57cc3bcfb4faf1543769d90c745e23b192d93 | | | | Author: Adeel Asghar | | | | Date: Mon Nov 7 08:20:46 2011 +0000 | | | | | | | | - typo corrected. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | | * | | commit 7a8f5087e9e31718e758faf686909233f913f705 | | | | Author: Martin Sjölund | | | | Date: Mon Nov 7 08:16:40 2011 +0000 | | | | | | | | - Unix compilation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit e10a1deff5153bc3299142609be5d9ad3f51edf1 | | | | Author: Adeel Asghar | | | | Date: Mon Nov 7 00:42:55 2011 +0000 | | | | | | | | - Added the time stamps to omedit commands log file. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10308 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit 47b60a13607e6fbba528f0d33e6badd997e581b8 | | | | Author: Adeel Asghar | | | | Date: Sun Nov 6 23:40:07 2011 +0000 | | | | | | | | - Log omc output. | | | | - Creates a file openmodelica.omc.output.OMEdit in user temp directory. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit f39e00403ba91c7dd0a23f6fdec3b48aed1eb854 | | | | Author: Adeel Asghar | | | | Date: Sat Nov 5 18:00:23 2011 +0000 | | | | | | | | - fixed documentation widget scrolling and text clipping. | | | | - models popping out of packages fixed. | | | | - some other minor fixes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/ProblemsWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit 07fa7ae124a6c8ed64a6245c74d476124aab0c3c | | | | Author: Per Östlund | | | | Date: Thu Nov 3 13:25:41 2011 +0000 | | | | | | | | - Added some preprocessor ifs to OMPlot and OMEdit to make them compile with QWT 6. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | | * | | commit 764293179b9869693ce1c6c15605a8bddeed3929 | | | | Author: Adeel Asghar | | | | Date: Thu Nov 3 11:16:15 2011 +0000 | | | | | | | | - write command log before sending the command. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit e3c8d66c79267933425a44651c0c2cf2309b779e | | | | Author: Adeel Asghar | | | | Date: Wed Nov 2 13:44:40 2011 +0000 | | | | | | | | - horizontal scroll bars for tree views | | | | - removed an extra progressbar during simulation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 3999e62816721308beb75fa4e9a010aa8d699b93 | | | | Author: Adeel Asghar | | | | Date: Wed Nov 2 10:34:46 2011 +0000 | | | | | | | | - Fix the model browser expand collapse issue. | | | | - Updated the simulation ProgressDialog. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/FMIWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | | * | | commit 2a24207f95ce0995dae75b2f66ad161c347aa250 | | | | Author: Martin Sjölund | | | | Date: Tue Nov 1 16:13:00 2011 +0000 | | | | | | | | - OMEdit/simulation: Use -port XXXX to send status updates to OMEdit. TODO: Implement this in the GUI (Adeel) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 6ac155efd3408c4bb67ff63f5fb977d4b117557c | | | | Author: Adeel Asghar | | | | Date: Tue Nov 1 15:16:50 2011 +0000 | | | | | | | | - Fix the documentation text clipping. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 7674c2ee89a34c78b1df11e9cf18070cc7a917e7 | | | | Author: Adeel Asghar | | | | Date: Tue Nov 1 11:17:32 2011 +0000 | | | | | | | | - Fix simulation for Linux. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 91da498b3821a9e9fd14e82ee0105c5bc137df23 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 28 14:12:59 2011 +0000 | | | | | | | | - FMI import note. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/FMIWidget.cpp | | | | | * | | commit c51dc4615ed80b9d09236b21fe2368a295e25424 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 28 14:09:08 2011 +0000 | | | | | | | | - minor fixes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10249 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/CornerItem.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/ProblemsWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | | * | | commit 0034ef807b24c04752363ca50048cfaf205f5f5f | | | | Author: Adeel Asghar | | | | Date: Wed Oct 26 21:48:10 2011 +0000 | | | | | | | | - Show multiline error messages in a single line and when user mouse hover then show full message in toolTip. | | | | - selectAll with context menu. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ProblemsWidget.cpp | | | | M OMEdit/OMEditGUI/ProblemsWidget.h | | | | | * | | commit a70ee4c97bdc640628b0a77ffa68e30fb7ed3f17 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 26 18:44:42 2011 +0000 | | | | | | | | - key bindings for problems tree. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ProblemsWidget.cpp | | | | M OMEdit/OMEditGUI/ProblemsWidget.h | | | | | * | | commit 091996f50f3c201b82de45cfa6b704cd95c39d30 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 26 14:42:21 2011 +0000 | | | | | | | | - Display multi line errors. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10225 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ProblemsWidget.cpp | | | | | * | | commit 68bc36d465d057dcac61d3ad18206c0e93e4dc7d | | | | Author: Adeel Asghar | | | | Date: Wed Oct 26 13:26:25 2011 +0000 | | | | | | | | - OMEdit improvements. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | R090 OMEdit/OMEditGUI/MessageWidget.cpp OMEdit/OMEditGUI/ProblemsWidget.cpp | | | | R096 OMEdit/OMEditGUI/MessageWidget.h OMEdit/OMEditGUI/ProblemsWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit e07e94d3d56a16066fe771b43adc81c5fe431380 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 26 12:08:52 2011 +0000 | | | | | | | | - removed unused stuff. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10220 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | D OMEdit/OMEditGUI/Resources/icons/cleargeneral.png | | | | D OMEdit/OMEditGUI/Resources/icons/clearinfo.png | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 0f88037dd263cd1c2e33819b5185c32df725d803 | | | | Author: Martin Sjölund | | | | Date: Wed Oct 26 07:40:59 2011 +0000 | | | | | | | | - Removed the "General" tab | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/MessageWidget.cpp | | | | M OMEdit/OMEditGUI/MessageWidget.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit ab925a60269b6fe62af1045168cb27056ce47e92 | | | | Author: Adeel Asghar | | | | Date: Tue Oct 25 14:41:52 2011 +0000 | | | | | | | | - No more blinking of Problems tab. | | | | - Info tab is removed. All information messages are shown in Problems tab as notifications. | | | | - Added the Item Delegate for tree and list views. Gives more professional look. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/MessageWidget.cpp | | | | M OMEdit/OMEditGUI/MessageWidget.h | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/icons/block-icon.png | | | | M OMEdit/OMEditGUI/Resources/icons/class-icon.png | | | | M OMEdit/OMEditGUI/Resources/icons/connector-icon.png | | | | M OMEdit/OMEditGUI/Resources/icons/function-icon.png | | | | M OMEdit/OMEditGUI/Resources/icons/model-icon.png | | | | M OMEdit/OMEditGUI/Resources/icons/package-icon.png | | | | M OMEdit/OMEditGUI/Resources/icons/record-icon.png | | | | M OMEdit/OMEditGUI/Resources/icons/type-icon.png | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit e41134de34e8b3d2d8e44616ae8040456af52b13 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 24 13:47:28 2011 +0000 | | | | | | | | - Show icons for menus. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 6b48856c2f89528d2128fe575c4b9c4ffcd03bde | | | | Author: Martin Sjölund | | | | Date: Mon Oct 24 11:59:05 2011 +0000 | | | | | | | | - Fix in case omc_communication.cpp will be used by the .pro in the future | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 49839c45c693d03b37addc4576b90ccef3a74d09 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 24 11:58:22 2011 +0000 | | | | | | | | - fix compilation | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 1d6b7165da731e55f11ab9057a84c5e3876ac47c | | | | Author: Adeel Asghar | | | | Date: Mon Oct 24 11:54:24 2011 +0000 | | | | | | | | - Major change. | | | | - Uses getMessagesStringInternal() instead of getErrorString(). | | | | - Uses buildModel() instead of simulate(). Now one can cancel simulation as well. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/FMIWidget.cpp | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/MessageWidget.cpp | | | | M OMEdit/OMEditGUI/MessageWidget.h | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelWidget.h | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | A OMEdit/OMEditGUI/Resources/icons/cleargeneral.png | | | | A OMEdit/OMEditGUI/Resources/icons/clearinfo.png | | | | A OMEdit/OMEditGUI/Resources/icons/clearproblems.png | | | | A OMEdit/OMEditGUI/Resources/icons/erroricon.png | | | | A OMEdit/OMEditGUI/Resources/icons/notificationicon.png | | | | A OMEdit/OMEditGUI/Resources/icons/problems.png | | | | A OMEdit/OMEditGUI/Resources/icons/warningicon.png | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit fcbda678424d11a2abb8488b23bb2938261ae6d0 | | | | Author: Martin Sjölund | | | | Date: Fri Oct 21 10:53:40 2011 +0000 | | | | | | | | - Fix parseFile | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10194 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 29badad44b09af2a9eb371afc2a591aa593838de | | | | Author: Martin Sjölund | | | | Date: Fri Oct 21 09:07:13 2011 +0000 | | | | | | | | - Moved get/setSourceFile to ModelicaBuiltin.mo | | | | - Slightly changed their output (from Ok/error to true/false and filename to "filename") | | | | - Updated OMEdit to consider these changes | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 9cd09e9a1b6f482903602fd699110d8a6f2174d2 | | | | Author: Martin Sjölund | | | | Date: Fri Oct 21 08:07:57 2011 +0000 | | | | | | | | - parseFile defined in ModelicaBuiltin.mo | | | | - List OpenModelica package in OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10188 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit d25b2b1659194667d7fe8a65541914006606f3de | | | | Author: Martin Sjölund | | | | Date: Fri Oct 21 07:31:54 2011 +0000 | | | | | | | | - listVariables now part of ModelicaBuiltin.mo | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 233c73ab6c080e67ebc248ab5eb7ee4c5e747fb1 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 19 18:56:51 2011 +0000 | | | | | | | | - Check simulate messages return in case of error. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/FMIWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 95c729d41077cc80f2dbfc0e3e8699a104bc959c | | | | Author: Adeel Asghar | | | | Date: Mon Oct 17 16:58:27 2011 +0000 | | | | | | | | - Add modifiers implemented. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10142 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/IconProperties.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 97fa78f98e969ff4c3da551ef786ca2e4878e0e2 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 17 10:54:10 2011 +0000 | | | | | | | | - Update LineNumberArea whenever ModelicaEditor setPlainText is called. Otherwise the ModelicaEditor hides on the left side. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | | * | | commit 07d7cf6738750fa9e0be4fe888143e2be3d6dcb3 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 17 09:36:03 2011 +0000 | | | | | | | | - Fix ModelicaEditor text cursor for linux. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | | * | | commit 6f9768c1f08108332165905cbd3c7bc9746aae93 | | | | Author: Adeel Asghar | | | | Date: Sat Oct 15 20:53:21 2011 +0000 | | | | | | | | - Changed QTextEdit to QPlainTextEdit. QTextEdit is evil. | | | | - Line numbers added to ModelicaEditor. | | | | - On ModelicaEditor Press Ctrl+L to open up line number dialog. | | | | - Highlighting the current line. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 1e4ee6b56749b70ba65e19dddfc749203f778d98 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 14 18:03:57 2011 +0000 | | | | | | | | - FMI Import widget files | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10129 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | A OMEdit/OMEditGUI/FMIWidget.cpp | | | | A OMEdit/OMEditGUI/FMIWidget.h | | | | | * | | commit f25af768a02e0a2713ca7acce65e063b93ba183a | | | | Author: Adeel Asghar | | | | Date: Fri Oct 14 18:02:57 2011 +0000 | | | | | | | | - Interface for Importing FMU. | | | | - Better result checking for simulate command. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit ba495513f2ac8241ca0f27cc41d346cdef8390e0 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 14 15:18:17 2011 +0000 | | | | | | | | - increment the index even when no condition is satisfied. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | | * | | commit cc2b046a7cd5a604976a4988413c99c331ccb1f6 | | | | Author: Martin Sjölund | | | | Date: Fri Oct 14 14:13:16 2011 +0000 | | | | | | | | - OMEdit: Check getErrorString() after loadModel() | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit 4c152c8be612159bea5d2fb50a09c7416db32a4d | | | | Author: Martin Sjölund | | | | Date: Fri Oct 14 09:02:23 2011 +0000 | | | | | | | | - Fixed OMEdit crashes when the MSL cannot be found | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit e7880c3477b9f716f405f691b48ed4ae96610259 | | | | Author: Adeel Asghar | | | | Date: Thu Oct 13 16:28:12 2011 +0000 | | | | | | | | - Interface for adding libraries | | | | - Some documentation of the code. | | | | - Changed all buttons pressed signal to clicked. Pressed signal is bit weird. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/ComponentsProperties.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | A OMEdit/OMEditGUI/Resources/icons/libraries.png | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 1e349403b2a11ef6ccd9713234b515ca2f354fb6 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 12 15:50:09 2011 +0000 | | | | | | | | - writing a log file of all omc commands. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit 96419b459ecf41939caf3c9fbdb544ecbdeb5d46 | | | | Author: Martin Sjölund | | | | Date: Wed Oct 12 12:31:03 2011 +0000 | | | | | | | | - Show all loaded libraries dependent on the ones listed in the config | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit 66c125bfdd54ed22e3a785f1cb98912df05496c1 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 12 12:22:02 2011 +0000 | | | | | | | | - Add ModelicaServices as well. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit de5508607ef301c278323dbcaec0d2a279ac4c4e | | | | Author: Martin Sjölund | | | | Date: Wed Oct 12 12:03:54 2011 +0000 | | | | | | | | - Added a QSettings section for the libraries to load by default, e.g. | | | | [libraries] | | | | Modelica=default | | | | ModelicaReference=default | | | | Modelica_LinearSystems2=default | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit e02f2eeb3106dd64aa25d6b416fbc159c0343bf2 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 10 13:07:05 2011 +0000 | | | | | | | | - Check for cycles. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10073 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit b8aeed806a9850ff82a26844d2f2dce3e81c9b37 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 10 12:16:55 2011 +0000 | | | | | | | | - Removed >> from log | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 1f39f144eece6d54150decee3e358e9ec06a18af | | | | Author: Martin Sjölund | | | | Date: Mon Oct 10 11:11:14 2011 +0000 | | | | | | | | - Unparse the version string | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10068 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit a76e71f75a36107380fa892eaf7fa114514742ea | | | | Author: Adeel Asghar | | | | Date: Sat Oct 8 13:44:34 2011 +0000 | | | | | | | | - Media is not deleted from MSL now. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 6af17052032995993a17f013f39d960f2b62a452 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 7 16:12:11 2011 +0000 | | | | | | | | - better error message for FMI. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10049 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit e29ac3f4b3d4dec52b19c820445ddf36dbbf16d7 | | | | Author: Adeel Asghar | | | | Date: Fri Oct 7 15:13:12 2011 +0000 | | | | | | | | - some minor changes for FMI. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10046 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 07315ca3957be3eca0c17234380e73179d37cee7 | | | | Author: Adeel Asghar | | | | Date: Wed Oct 5 19:29:32 2011 +0000 | | | | | | | | - hide welcome page on library item show up. | | | | - plot window layout updates. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | | * | | commit 6ddd8b055ae2cc0c6c798dfa50767d157027867d | | | | Author: Martin Sjölund | | | | Date: Mon Oct 3 14:38:58 2011 +0000 | | | | | | | | - Use -enable-auto-import only for win32 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit a3608de10df09455e1f249b002761c73d85ae943 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 3 14:28:50 2011 +0000 | | | | | | | | - more style updates. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9991 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | | * | | commit debc14f4e1fb07a7361566dc1024109bb5e4810d | | | | Author: Adeel Asghar | | | | Date: Mon Oct 3 14:25:59 2011 +0000 | | | | | | | | - minor style updates. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit bb4e53287236600d74ba6d391c676ba5a643cd20 | | | | Author: Adeel Asghar | | | | Date: Mon Oct 3 13:55:06 2011 +0000 | | | | | | | | - Recent Files feature with a welcome page. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit c651ad28a153c3ba87b4459e30b65dcf68515ad3 | | | | Author: Adeel Asghar | | | | Date: Fri Sep 30 12:28:13 2011 +0000 | | | | | | | | - pro file fixes. | | | | - some other minor updates. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 4794a39d1e5372ee6a1adb82a352b971c7bc2ded | | | | Author: Martin Sjölund | | | | Date: Fri Sep 30 07:29:16 2011 +0000 | | | | | | | | - Allow startTime=stopTime in OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 2a1e2778467260620f9da5e14ca602691b3b99f5 | | | | Author: Adeel Asghar | | | | Date: Fri Sep 30 00:43:28 2011 +0000 | | | | | | | | - FMI export and import icons. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | A OMEdit/OMEditGUI/Resources/icons/export-fmi.png | | | | A OMEdit/OMEditGUI/Resources/icons/import-fmi.png | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit e065d852b53c1fd5d8e7505fba7b42e69e57d005 | | | | Author: Adeel Asghar | | | | Date: Thu Sep 29 19:45:36 2011 +0000 | | | | | | | | #1593 | | | | - Now reads M_init.xml instead of M_init.txt | | | | - Text Annotation updates. | | | | - Recent Files feature in File menu. | | | | - FMI Menu. Only export supported. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Component.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.h | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMCThread.h | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/Transformation.cpp | | | | M OMEdit/OMEditGUI/Transformation.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit fa183e9ace88db89e6bc5fa852971bcf4ed86c63 | | | | Author: Adeel Asghar | | | | Date: Mon Sep 26 23:41:34 2011 +0000 | | | | | | | | #1612 | | | | - getDefaultComponentName and getDefaultComponentPrefixes now supported. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9941 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit 85127e407e1f76ab7e89d38e3130d2ec77172e08 | | | | Author: Adeel Asghar | | | | Date: Mon Sep 26 22:02:41 2011 +0000 | | | | | | | | - New visualize2 API. | | | | - writes the file .visualize with the information about the visualization objects. | | | | - Later it needs to be extended to call the visualization tool and then pass the simulation result file and .visualize to it. | | | | - removed an extra print from getElementName. | | | | - OMEdit: the modelbrowser window take less area now. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 77b3dfbe2e16b5b80716232f2d2ea53ebc03adb9 | | | | Author: Adeel Asghar | | | | Date: Sat Sep 24 12:20:58 2011 +0000 | | | | | | | | - Updated the version number. | | | | - Fixed the temp path issue. | | | | - other minor fixes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9921 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/main.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit e8d6f21363a919cda701525678026a5d379b6a3b | | | | Author: Adrian Pop | | | | Date: Sat Sep 24 02:25:01 2011 +0000 | | | | | | | | - SimCode.mo | | | | do not use listReverse on libs as List.union does not reverse the list anymore. | | | | this is needed to fix the wrong library order for linking. | | | | - update to version 1.8.0 | | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | | * | | commit 1fb16888d9ee3def280a95b12c6b8cdac6ffa9c8 | | | | Author: Adeel Asghar | | | | Date: Thu Sep 22 16:38:06 2011 +0000 | | | | | | | | - Some editing of dialogs. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.h | | | | | * | | commit f40e6008e513af22b39fd148e652dfd606c7a9c7 | | | | Author: Adeel Asghar | | | | Date: Thu Sep 22 15:53:49 2011 +0000 | | | | | | | | #1604 | | | | - Fixed the connection of arrays. | | | | - Text annotations updated. | | | | - better omc logger | | | | - save file fixed for linux. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9902 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/MessageWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 90073492a4d490bb7080ef52f4d9399025a6d170 | | | | Author: Adeel Asghar | | | | Date: Wed Sep 21 23:36:02 2011 +0000 | | | | | | | | - Fixed the temp path problem. | | | | - Use mkpath instead of mkdir. | | | | - removed the Helper::tmpPath since its not needed. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9896 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit e14d6d2c39074adda6767517a47a39c1edd553cb | | | | Author: Adeel Asghar | | | | Date: Wed Sep 21 18:15:18 2011 +0000 | | | | | | | | - Changed the OMEdit temp path. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 1cbf8dfc88c49089f444c661e34d40493dc50ccd | | | | Author: Adeel Asghar | | | | Date: Thu Sep 15 11:09:59 2011 +0000 | | | | | | | | - Fixed text visibility problem for MAC. hopefully it will work on linux as well. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | | * | | commit 5aab8f009b8925aff38b24d48710361a41a35277 | | | | Author: Adeel Asghar | | | | Date: Sun Sep 11 22:17:27 2011 +0000 | | | | | | | | - MessageWidget content margins adjusted. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 835f7499af09200fece6a004a3c3d0b003c5915d | | | | Author: Adeel Asghar | | | | Date: Sun Sep 11 22:02:42 2011 +0000 | | | | | | | | Fixed some MAC bugs, | | | | - Mainwindow's splitters handle width is adjusted. | | | | - Tabs margins are fixed. | | | | - Library expanding, dragging and double clicking issue is fixed. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/OMCThread.cpp | | | | M OMEdit/OMEditGUI/OMCThread.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 7a94fae23a4c6ad41cd8de91056d4b7e589099e4 | | | | Author: Martin Sjölund | | | | Date: Thu Aug 25 14:59:34 2011 +0000 | | | | | | | | - OMEdit: Check if file exists before assuming you can read it | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9692 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | | * | | commit ed2cc61d164c612e46f77e5fc51d03e1e27d1853 | | | | Author: Adeel Asghar | | | | Date: Fri Aug 12 12:07:58 2011 +0000 | | | | | | | | - OMEdit connector types updates. | | | | - Users guide updated with new features of OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.h | | | | | * | | commit 8e82caaadf7f41d6a00428ee08a6024f667b80c0 | | | | Author: Martin Sjölund | | | | Date: Wed Aug 10 12:58:10 2011 +0000 | | | | | | | | #1543 | | | | - Load text settings before creating the widget | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | | * | | commit badf640ae43edd49b09ce156dd1547e946fd54be | | | | Author: Martin Sjölund | | | | Date: Wed Aug 10 11:21:36 2011 +0000 | | | | | | | | #1543 | | | | - OMEdit now asks for the default monospace font instead of default system font | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9626 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | | * | | commit 8b539f00267f4b4593c2963a34728b83152b1f6c | | | | Author: Adeel Asghar | | | | Date: Tue Aug 9 09:20:06 2011 +0000 | | | | | | | | - unparsing the string received from OMC. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 3098119df2625dce8abb8dcab850b0b496c2d54c | | | | Author: Adeel Asghar | | | | Date: Tue Aug 9 08:23:45 2011 +0000 | | | | | | | | - Fixed the back slashes issue. | | | | - Speed up the diagram load time. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit 0d9cdd4db0bb09b5d1aca802e9f928056e4f303c | | | | Author: Adeel Asghar | | | | Date: Sun Aug 7 23:04:10 2011 +0000 | | | | | | | | - Fix the empty annotation of new models. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit 4c33c733b325d5104c9aedccd7475fa25489765f | | | | Author: Adeel Asghar | | | | Date: Sun Aug 7 21:37:03 2011 +0000 | | | | | | | | - Automatic resizing of graphics view. | | | | - Fixed the image path for Modelica documentation since the Modelica Library path is now changed. | | | | - some other minor changes. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9603 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit 7e909431c6b5900ab348a9207e1762b9ae6cde1a | | | | Author: Adeel Asghar | | | | Date: Wed Aug 3 12:00:39 2011 +0000 | | | | | | | | - API CHANGE for getNthConnectionAnnotation. It was only working if connection annotation starts with Line primitive, but now it will return the list of all annotations. | | | | ------------------------------------------ | | | | - Test (see new output below): | | | | ----------- test.mos --------------------- | | | | loadModel(Modelica); | | | | getErrorString(); | | | | getNthConnectionAnnotation(Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot, 6); | | | | getErrorString(); | | | | getNthConnectionAnnotation(Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot, 9); | | | | getErrorString(); | | | | adeas31@IDA-LIU085 /c/OpenModelica/trunk/build/bin | | | | $ omc.exe /c/TestModels/test.mos | | | | true | | | | "" | | | | {Line(true,{0.0,0.0},0,{{-5.0,35.0},{20.0,35.0},{20.0,14.5},{33.5,14.5}},{0,0,0},LinePattern.Solid,0.25,{Arrow.None,Arrow.None},3,Smooth.None)} | | | | "" | | | | {Text(error), Line(true,{0.0,0.0},0,{{-80.0,-10.0},{-79.0,-10.0},{-79.0,-15.0},{-62.5,-15.0},{-62.5,-45.0},{-25.0,-45.0}},{255,204,51},LinePattern.Solid,0.5,{Arrow.None,Arrow.None},3,Smooth.None)} | | | | "" | | | | ------------------------------------------ | | | | - The output shows Text(error) because OMC was unable to elaborate graphics expression of such kind :: | | | | connect(controlBus.axisControlBus2, axis2.axisControlBus) annotation ( | | | | __Dymola_Text( | | | | string="%first", | | | | index=-1, | | | | extent=[-6,3; -6,3]), Line( | | | | points={{-80,-10},{-79,-10},{-79,-15},{-62.5,-15},{-62.5,-45},{-25,-45}}, | | | | color={255,204,51}, | | | | thickness=0.5)); | | | | | | | | - Made some changes in OMEdit for new getNthConnectionAnnotation. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit f91c01055a1700c918891118c210d888d14062c7 | | | | Author: abhinn kothari | | | | Date: Sat Jul 30 13:34:03 2011 +0000 | | | | | | | | ->Combined the Connector Array Menu for both the start and the end port. | | | | | | | | ->some commenting and removal of unnecessary code | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Component.h | | | | M OMEdit/OMEditGUI/ComponentsProperties.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit a0d68bda0a2a1e209843277bea3ae07c50cfef5d | | | | Author: Adeel Asghar | | | | Date: Thu Jul 28 14:05:45 2011 +0000 | | | | | | | | Fix for bug #1404 #1532 | | | | - Updated the file saving functionality. | | | | - Fixed some minor issues in connectors. | | | | | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Component.h | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | | * | | commit 3ddfb6720ccd9e2c8a8962ca028804f1879df142 | | | | Author: Adeel Asghar | | | | Date: Wed Jul 27 14:09:17 2011 +0000 | | | | | | | | - Fixed some minor problems. | | | | - Removed some unused stuff. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit 373590af1361bf3eea2867d9b32681deb0ab2c31 | | | | Author: abhinn kothari | | | | Date: Wed Jul 27 09:55:20 2011 +0000 | | | | | | | | Enhanced the speed of component browser and movement of connectors | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit feb75337ebc642477963f4a3f44f15ac8ba86f96 | | | | Author: abhinn kothari | | | | Date: Mon Jul 25 20:12:47 2011 +0000 | | | | | | | | Some Minor Corrections | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit df11aec50efba96a35631b1f2a19b9ec39dfa4ef | | | | Author: abhinn kothari | | | | Date: Mon Jul 25 16:05:31 2011 +0000 | | | | | | | | Added the facility for adding connections on components which have a connector array , now making the connection at a specified index. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/ComponentsProperties.cpp | | | | M OMEdit/OMEditGUI/ComponentsProperties.h | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | | * | | commit 867af129a2beaaf8adc14641c4ccd3a61ac5db5a | | | | Author: Adeel Asghar | | | | Date: Sun Jul 24 19:10:20 2011 +0000 | | | | | | | | - Fixed some problems of file dropping feature. | | | | - Now user can select multiple files and drop them on OMEdit. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 68b2d7553c8cbeb20846fbed9a186920e1e62f10 | | | | Author: Adeel Asghar | | | | Date: Sat Jul 23 18:01:31 2011 +0000 | | | | | | | | Fix for bug #1538 #1527 #1534 | | | | - New getComponentAnnotations API is required to run OMEdit now. | | | | - Updated the Model Browser to show the inherited components as well. | | | | - Changed the open/save file dialog. Use the built-in static methods of QFileDialog because on Windows QFileDialog::exec has problems. | | | | - Fixed some issues with connections. | | | | - Fixed the problem of protected parameters. Now the protected parameters are shown as disabled items. Also only the changed parameter will be updated instead of updating all parameters. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Component.h | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/IconProperties.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/Transformation.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 5c7223338c6a2a97b0c803a9bcfc13671ab0a955 | | | | Author: Adeel Asghar | | | | Date: Tue Jul 19 13:23:19 2011 +0000 | | | | | | | | - Fixed the tooltip exception | | | | - Updated the unparseStrings function. If the string contains quotes inside it then it raises the exception. For more info http://www.openmodelica.org/index.php?option=com_agora&task=topic&id=345&Itemid=87 | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit c324b4c1753ec857960bf0bca842bbe61ea008c2 | | | | Author: Adeel Asghar | | | | Date: Mon Jul 18 11:37:21 2011 +0000 | | | | | | | | Fix for bug #1498 | | | | - Diagram view can be exported to SVG format. | | | | - Diagram view can be printed. However, there are some problems while printing, especially when you try to make a pdf, the text of components does not show up. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9502 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit 4c4c5f43e5c4e876c6785fc27bd5063da0074111 | | | | Author: Martin Sjölund | | | | Date: Sun Jul 17 14:42:59 2011 +0000 | | | | | | | | - Fix OMEdit compilation | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9499 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit 383ca4e0351bb058a60305ad3bfd4c6e145b1a27 | | | | Author: Adeel Asghar | | | | Date: Sun Jul 17 14:23:21 2011 +0000 | | | | | | | | - A new model browser is added. | | | | - Drag & drop of custom models supported. | | | | - Drag & drop of .mo files on OMEdit supported. | | | | - Documentation of custom models. | | | | - Connector type components can establish connection now. | | | | - Copy paste of models from Modelica Tree. | | | | - Options widget is updated. | | | | - Some updates in Icon editor. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9498 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Component.h | | | | M OMEdit/OMEditGUI/ConnectorWidget.cpp | | | | M OMEdit/OMEditGUI/ConnectorWidget.h | | | | M OMEdit/OMEditGUI/CornerItem.cpp | | | | M OMEdit/OMEditGUI/CornerItem.h | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelWidget.h | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | | * | | commit e121a632a1b38ac8b46bb9f039c3282feb76b2e8 | | | | Author: Martin Sjölund | | | | Date: Sat Jun 4 03:21:25 2011 +0000 | | | | | | | | - Fix list() command | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9244 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 812605f7be9d38593576cd5491424f9fe6c8437f | | | | Author: Adeel Asghar | | | | Date: Thu Jun 2 21:21:43 2011 +0000 | | | | | | | | - Some changes in the toolTip functionality. | | | | - Changed the size of mainwindow to 800*600. | | | | - Changed the solver runge-kutta to rungekutta. | | | | - Added the variable filter option in simulation process. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9238 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit b69944f7930da7e4ac67dce024f84cd67e4c93ab | | | | Author: abhinn kothari | | | | Date: Tue May 31 12:42:37 2011 +0000 | | | | | | | | Enhanced the tooltip for both the Library Files and Modelica Files in the Library Widget in OMEdit. It now displays the class comments , path , location etc also. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | | * | | commit 7562acd19346ecc4a299aef9f0ca429d5b96ebca | | | | Author: Per Östlund | | | | Date: Mon May 30 09:08:12 2011 +0000 | | | | | | | | - Changed OMEdit to call show on the main window instead of showMaximized, since | | | | showMaximized doesn't work correctly for some X11 window managers (see | | | | documentation for QWidget::showMaximized). | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 6bba0e48fb4fb29ac5767b40f0af6a976e96be24 | | | | Author: Adeel Asghar | | | | Date: Wed May 25 14:58:10 2011 +0000 | | | | | | | | - Changed omniORB414_rt.dll to omnithread34_rt.dll | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9113 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/INSTALL.txt | | | | | * | | commit 27d9bbff2005035ec07e172e01d9cc96bcf9f3f5 | | | | Author: Martin Sjölund | | | | Date: Wed May 25 12:37:56 2011 +0000 | | | | | | | | - OMEdit: Updated for new loadModel | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 5592c6609a2c0dfcc281dd06ed8623fa465626e5 | | | | Author: Martin Sjölund | | | | Date: Tue May 24 13:51:22 2011 +0000 | | | | | | | | - Handle odd string lists {"abc" + "def", "ghi"} | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | | * | | commit 9a705582c653497823622d8bc0cd83afaaeed785 | | | | Author: Martin Sjölund | | | | Date: Tue May 24 12:55:10 2011 +0000 | | | | | | | | - OMEdit: Load the ModelicaReference library (latest release preferred over 3.1 version) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit e63552ac83b3cba7698563a3b4e14fd026ba0a0b | | | | Author: Martin Sjölund | | | | Date: Fri May 20 13:56:29 2011 +0000 | | | | | | | | - Added support for checking the version of Modelica, loading ModelicaServices only if version >3.0. And Complex only if version >=3.2. | | | | - We now also display a warning if the loaded library is too old to be supported | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9061 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 996570c96614eca87c2a4fb56d069cea61ed8a47 | | | | Author: Martin Sjölund | | | | Date: Fri May 20 11:57:59 2011 +0000 | | | | | | | | #1493 | | | | - Added UTF-8 support to OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 512b9bdd0d0aad3daf7ac44972ef2bc77dc9b4d2 | | | | Author: Martin Sjölund | | | | Date: Fri May 20 11:34:21 2011 +0000 | | | | | | | | #1539 | | | | - Use the configured IDLCMD to compile OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | D OMEdit/OMEditGUI/omc_communication.cpp | | | | D OMEdit/OMEditGUI/omc_communication.h | | | | | * | | commit 688ebddbf32052af5b0218a6e7ca5b97b876d603 | | | | Author: Per Östlund | | | | Date: Thu May 19 15:03:14 2011 +0000 | | | | | | | | - Changed OMEdit open/save dialog to always open last opened folder, or the users home | | | | folder otherwise. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit c8ea940a3fa98563f7c9335c5a7f7b032b8fabac | | | | Author: Per Östlund | | | | Date: Thu May 19 14:00:42 2011 +0000 | | | | | | | | - Fixed error message grammar in OMEdit. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 5c517afd57e20a2a0af2d66f3379cf55f571f91a | | | | Author: Martin Sjölund | | | | Date: Thu May 5 11:40:13 2011 +0000 | | | | | | | | - Set linker for OSX qtclients | | | | - Fix compilation on OSX/g++-4.5 | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | | * | | commit 12c31ea24fbdecb9e8d5033c62c3a6974cce9649 | | | | Author: Martin Sjölund | | | | Date: Thu May 5 06:26:38 2011 +0000 | | | | | | | | - Compile qtclients with the configured CXX | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | | * | | commit 0e07701a9783cfd884f9bcbd9906aed3b56cca3e | | | | Author: Martin Sjölund | | | | Date: Tue Apr 26 10:13:51 2011 +0000 | | | | | | | | - Added a save dialog with support for default file suffix | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8742 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit a1149532a7bab35db4cbd54a6c5fcbc5a763f7c8 | | | | Author: Martin Sjölund | | | | Date: Fri Apr 22 08:44:43 2011 +0000 | | | | | | | | #1495 | | | | - Check for buildModel errors instead of warnings | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit 1e0e8cd889f406aaae4ce5c21349a8e341ba1e9f | | | | Author: Adeel Asghar | | | | Date: Thu Apr 21 12:52:23 2011 +0000 | | | | | | | | - Now one can open multiple models by passing them as command line arguments | | | | - simulation options can be saved in the model | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit b8726fbba4841b05f1cd3109e5abdfdd980eeac6 | | | | Author: Adeel Asghar | | | | Date: Wed Apr 20 22:40:57 2011 +0000 | | | | | | | | Bug fixed #1496 | | | | - Now you can not quit OMEdit or do anything while library is loading. | | | | - Not a very good solution but just a work around for now. I will try to make it more better. | | | | - New OMEdit and OMOptim | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | | * | | commit 2ff4d827b76255e7c12c38ba36b3bb5e14f4305e | | | | Author: Adeel Asghar | | | | Date: Wed Apr 20 11:50:32 2011 +0000 | | | | | | | | Bug fixed #1474 #1494 | | | | - Now you can delete the plot result file from plot variables window. | | | | - Double clicking on the MSL item does not open it multiple times. | | | | - Fixed some of the context menu issues. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 4516d3f3ad40d742f40bf057a80ff7a8f3df2625 | | | | Author: Per Östlund | | | | Date: Wed Apr 20 11:26:06 2011 +0000 | | | | | | | | - Optimized Component::getClassComponents in OMEdit by quiting earlier if the | | | | component inherits from a builtin type. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8714 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | | * | | commit 1b682df4b10c9ee81da0509cef6f44aa4c3b3840 | | | | Author: Per Östlund | | | | Date: Wed Apr 20 09:57:38 2011 +0000 | | | | | | | | - Changed SCodeFlattenImports to also update and return the environment. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit d85b7ac71c7946127801e72c7931124b2a513ca4 | | | | Author: Martin Sjölund | | | | Date: Wed Apr 20 08:08:26 2011 +0000 | | | | | | | | - Use $(MAKE) instead of make (enables parallel make) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit fc67905e579e789811380741e228c435e4dc4334 | | | | Author: Adeel Asghar | | | | Date: Tue Apr 19 15:05:59 2011 +0000 | | | | | | | | removed reference of OMNotebook | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit d530da38ac7124557c4e425d3538345be8d0a4b2 | | | | Author: Martin Sjölund | | | | Date: Tue Apr 19 13:02:24 2011 +0000 | | | | | | | | - loadModel(Complex) in OMEdit | | | | - Fix unparsing of operator XXX in OMC | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | | * | | commit d02ac0db464497aef363a40766a493d52b2fe5fd | | | | Author: Adeel Asghar | | | | Date: Mon Apr 18 18:24:29 2011 +0000 | | | | | | | | - Fixed MAC application bundle problem. | | | | - No error is shown now if you launch OMEdit in MAC. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/main.cpp | | | | | * | | commit 468a3d0b481c82d5bdcdfa53f9d4e36e27cfbad0 | | | | Author: Martin Sjölund | | | | Date: Sat Apr 16 08:13:42 2011 +0000 | | | | | | | | - Fixed some issues with StringHandler::unparse | | | | - Added StringHandler::unparseStrings (handles arrays of strings) | | | | - Added support for multiple html-documentations, including mixed and text sections | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | | * | | commit d07677e1fd58cf79d2f9842a69df5fa34078b06c | | | | Author: Adeel Asghar | | | | Date: Fri Apr 15 16:38:22 2011 +0000 | | | | | | | | - New tools. | | | | - Few updates in OMNotebook, OMEdit and OMPlot. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit e3ef79516bb94a23d64cd92371da889e417813fe | | | | Author: Adeel Asghar | | | | Date: Wed Apr 13 15:49:28 2011 +0000 | | | | | | | | Bug fixed #1476 | | | | - Fixed the color change problem of OMPlot. | | | | - No more checkboxes with + items of plottree. | | | | - Double derivates can be plotted now. Tested with double pendulum example. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.h | | | | M OMEdit/OMEditGUI/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/PlotWindowContainer.h | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | | * | | commit 875f64c27f8bc49902e8d78c0daf8f7d41f0b2dd | | | | Author: Martin Sjölund | | | | Date: Wed Apr 13 11:43:12 2011 +0000 | | | | | | | | - Added OMEdit man-page | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8616 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | A doc/manpages/OMEdit.1 | | | | | * | | commit f115acf78ba9af0752101d2bcf11015a7656d7ce | | | | Author: Martin Sjölund | | | | Date: Mon Apr 11 15:15:58 2011 +0000 | | | | | | | | - Added simulate() option cflags = "" | | | | - Also added a field for this in the OMEdit simulation widget | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8586 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | | * | | commit 9e45c46495d6ea7c3083f6b449b99ec8661303ed | | | | Author: Martin Sjölund | | | | Date: Sun Apr 10 14:30:11 2011 +0000 | | | | | | | | - Added support for variables with quotes in the name | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | | * | | commit 43dcd1fbd0089ee9ab052171c5b4cb3133cae224 | | | | Author: Adeel Asghar | | | | Date: Sun Apr 10 14:15:11 2011 +0000 | | | | | | | | - hopefully a final fix for linux settransformationorigin problem. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8573 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | | * | | commit 391717ecda8a42143f8980b94fb3290717462e5f | | | | Author: Adeel Asghar | | | | Date: Sun Apr 10 14:01:07 2011 +0000 | | | | | | | | - another try to fix some linux issue. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | | * | | commit 65c6b41dfe88457ccbfbf3a6f07053941aca2ac3 | | | | Author: Adeel Asghar | | | | Date: Sun Apr 10 13:21:12 2011 +0000 | | | | | | | | - trying to fix some linux issue. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LineAnnotation.cpp | | | | | * | | commit ee8a9fb646d740bea400cb26e1b240b03c7f27e5 | | | | Author: Adeel Asghar | | | | Date: Sun Apr 10 12:43:49 2011 +0000 | | | | | | | | - some more updates | | | | - fixed zooming and sizing issue of plotting. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8570 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelWidget.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/PlotWindowContainer.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit 03ab28bf06b2a31085146957fdc1a3ff779584de | | | | Author: Adeel Asghar | | | | Date: Sun Apr 10 12:07:58 2011 +0000 | | | | | | | | Bug Fixed #1462 | | | | - OMEdit now always send absolute path to omc. | | | | - Also fixed the OMEdit performance issue. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | | * | | commit b2529a810bf1cb4a99288e00a0a92b9c00de7a90 | | | | Author: Martin Sjölund | | | | Date: Sun Apr 10 10:18:13 2011 +0000 | | | | | | | | - Added missing icon from last commit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | A OMEdit/OMEditGUI/Resources/icons/flatmodel.png | | | | | * | | commit 2ffcbc36c4ef516087cd24923bc8286e277cb2fa | | | | Author: Martin Sjölund | | | | Date: Sun Apr 10 10:17:45 2011 +0000 | | | | | | | | - Added OMEdit support for instantiateModel | | | | - Added a QString unparser that works (not just removes first and last char) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8567 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelWidget.h | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/StringHandler.cpp | | | | M OMEdit/OMEditGUI/StringHandler.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit dd0346243c0b81ad3ad5d985e25767ee72c1093c | | | | Author: Martin Sjölund | | | | Date: Thu Apr 7 04:42:51 2011 +0000 | | | | | | | | - Fix compilation on any real OS | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8529 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit f70117b045d05c2313e0071422c1b20e1fe623ac | | | | Author: Adeel Asghar | | | | Date: Wed Apr 6 17:40:56 2011 +0000 | | | | | | | | - All clients runtimes are moved to OMTools/bin | | | | - All required qt libs are moved to OMTools/qtdlls | | | | - Some updates in OMPlot and OMEdit | | | | - plotParametric3 and plotAll3 is added. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWindowContainer.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | | * | | commit afbac907acc40e89fa2c551f4e51f613d8112a6a | | | | Author: Martin Sjölund | | | | Date: Tue Apr 5 17:45:30 2011 +0000 | | | | | | | | - Use OPENMODELICAHOME/bin/omc instead of OPENMODELICAHOMEbin/omc | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | | * | | commit d05837c4c7b2cb44a7a42c0cdc5713adf5bf4a69 | | | | Author: Adeel Asghar | | | | Date: Tue Apr 5 00:17:26 2011 +0000 | | | | | | | | - Some updates in OMEdit icon editor. | | | | - OMEdit now uses new integrated plotting. | | | | - changed the OMPlot tool so that it uses setRawdata (finally). | | | | - New function to get color for plot curves. for 10 curves it uses the predefined colors for curves more than 10 it uses the hsv scale. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/INSTALL.txt | | | | M OMEdit/OMEditGUI/BitmapAnnotation.cpp | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/Component.h | | | | M OMEdit/OMEditGUI/EllipseAnnotation.cpp | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/LibraryWidget.cpp | | | | M OMEdit/OMEditGUI/LineAnnotation.cpp | | | | M OMEdit/OMEditGUI/LineAnnotation.h | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.h | | | | A OMEdit/OMEditGUI/PlotWindowContainer.cpp | | | | A OMEdit/OMEditGUI/PlotWindowContainer.h | | | | M OMEdit/OMEditGUI/PolygonAnnotation.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/RectangleAnnotation.cpp | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | A OMEdit/OMEditGUI/Resources/icons/backward.png | | | | A OMEdit/OMEditGUI/Resources/icons/brushstyle.png | | | | A OMEdit/OMEditGUI/Resources/icons/cross.png | | | | A OMEdit/OMEditGUI/Resources/icons/crossdiag.png | | | | A OMEdit/OMEditGUI/Resources/icons/dashdotdotline.png | | | | A OMEdit/OMEditGUI/Resources/icons/dashdotline.png | | | | A OMEdit/OMEditGUI/Resources/icons/dashline.png | | | | A OMEdit/OMEditGUI/Resources/icons/dotline.png | | | | A OMEdit/OMEditGUI/Resources/icons/forward.png | | | | A OMEdit/OMEditGUI/Resources/icons/horizontal.png | | | | A OMEdit/OMEditGUI/Resources/icons/horizontalcylinder.png | | | | A OMEdit/OMEditGUI/Resources/icons/linestyle.png | | | | A OMEdit/OMEditGUI/Resources/icons/modeltextoptions.png | | | | A OMEdit/OMEditGUI/Resources/icons/omplot.png | | | | A OMEdit/OMEditGUI/Resources/icons/omshell.svg | | | | A OMEdit/OMEditGUI/Resources/icons/plotparametricwindow.png | | | | A OMEdit/OMEditGUI/Resources/icons/plotwindow.png | | | | A OMEdit/OMEditGUI/Resources/icons/preferences.png | | | | A OMEdit/OMEditGUI/Resources/icons/solid.png | | | | A OMEdit/OMEditGUI/Resources/icons/solidline.png | | | | A OMEdit/OMEditGUI/Resources/icons/sphere.png | | | | A OMEdit/OMEditGUI/Resources/icons/vertical.png | | | | A OMEdit/OMEditGUI/Resources/icons/verticalcylinder.png | | | | M OMEdit/OMEditGUI/ShapeAnnotation.cpp | | | | M OMEdit/OMEditGUI/ShapeAnnotation.h | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | M OMEdit/OMEditGUI/TextAnnotation.cpp | | | | M OMEdit/OMEditGUI/Transformation.cpp | | | | M OMEdit/OMEditGUI/Transformation.h | | | | M OMEdit/OMEditGUI/main.cpp | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit 73eda7385c42599bf44cc146f130657f537ef333 | | | | Author: Martin Sjölund | | | | Date: Sun Apr 3 04:35:43 2011 +0000 | | | | | | | | - Fix clean compilation of OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8467 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | | * | | commit 44887c49a28b9469c860566d2f65420c0b1da4ac | | | | Author: Martin Sjölund | | | | Date: Fri Apr 1 14:31:23 2011 +0000 | | | | | | | | - Fix compilation of OMEdit | | | | - Renamed typo of filename | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8450 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | R097 OMEdit/OMEditGUI/InetractiveSimulationTabWidget.cpp OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | | * | | commit a4b97ceaf3eb8115baf003ee400b0da339b3382b | | | | Author: Martin Sjölund | | | | Date: Thu Mar 31 08:41:28 2011 +0000 | | | | | | | | - Make the preview text editable in the options widget | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | | * | | commit ed3c70088549cd90db9cadefb15d0500b45363c5 | | | | Author: Martin Sjölund | | | | Date: Tue Mar 29 19:56:57 2011 +0000 | | | | | | | | #1434 | | | | - Rewrote the OMEdit OptionsWidget to use QSettings API | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | | * | | commit 932f82c92a76a52ca0a61047e3bdd08076e7fb0f | | | | Author: Martin Sjölund | | | | Date: Tue Mar 29 15:23:32 2011 +0000 | | | | | | | | - Fixed the default colour-scheme in the OMEdit editor to match MDT (almost; line- and block-comments now have the same colour, and keywords are not boldface) | | | | - Added colouring for numbers | | | | | | | | WARNING: Because OMEdit has a horrible Settings module, it will crash if an old settings-file is present :) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | M OMEdit/OMEditGUI/OptionsWidget.cpp | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | | * | | commit fb4943362fee66fe7392de70dda8cb97404b3ee9 | | | | Author: Martin Sjölund | | | | Date: Tue Mar 29 14:27:57 2011 +0000 | | | | | | | | - Fix multi-line strings in the OMEdit ModelicaEditor | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | | * | | commit 3daead3a4125068efb8c41dd96e2dba981b12313 | | | | Author: Martin Sjölund | | | | Date: Tue Mar 29 11:27:18 2011 +0000 | | | | | | | | - Fixed single-line string literals in the OMEdit ModelicaEditor (allow \" inside the string; don't do greedy matching) | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | | * | | commit d0054a5cacffe4cbd2ceedb0378b83a54c8576d7 | | | | Author: Martin Sjölund | | | | Date: Thu Mar 24 08:15:11 2011 +0000 | | | | | | | | - Add make clean for OMEdit | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Makefile.unix.in | | | | | * | | commit 3de7c982d322972564cefb9b907068e3f2e36a9f | | | | Author: Adeel Asghar | | | | Date: Fri Mar 18 10:17:46 2011 +0000 | | | | | | | | New OMEdit, OMShell, OMNotebook and OMPlotWindow | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | | * | | commit 858e2683199f896533865cf35355cb6c5336e87f | | | | Author: Adeel Asghar | | | | Date: Thu Mar 17 20:32:14 2011 +0000 | | | | | | | | - A new OMEdit | | | | Fixes | | | | - Changed the typo conncted to connected | | | | - Changed the code so that protected connector only show on diagram layer and not on icon layer. | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8284 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | | * | | commit b8a7ed5236d26e8034b96015aca665e739812580 | | | | Author: Martin Sjölund | | | | Date: Thu Mar 17 05:17:58 2011 +0000 | | | | | | | | - OMEdit compilation on real OS's | | | | | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/OMEdit.config.in | | | | | * | | commit 99d7aedd8bc08fd0f46749e74dc74a97b6336511 | | | | Author: Adeel Asghar | | | | Date: Wed Mar 16 17:05:50 2011 +0000 | | | | | | | | - Integration with OMNotebook. | | | | - Interactive Simulation. (untested) | | | | - updated OMEdit version to 1.7.0 | | | | - Lots of other updates. | | | | | | | | git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e | | | | | | | | M OMEdit/OMEditGUI/BitmapAnnotation.h | | | | M OMEdit/OMEditGUI/Component.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.cpp | | | | M OMEdit/OMEditGUI/DocumentationWidget.h | | | | M OMEdit/OMEditGUI/EllipseAnnotation.h | | | | M OMEdit/OMEditGUI/Helper.cpp | | | | M OMEdit/OMEditGUI/Helper.h | | | | A OMEdit/OMEditGUI/InetractiveSimulationTabWidget.cpp | | | | A OMEdit/OMEditGUI/InteractiveSimulationTabWidget.h | | | | M OMEdit/OMEditGUI/LibraryWidget.h | | | | M OMEdit/OMEditGUI/LineAnnotation.h | | | | M OMEdit/OMEditGUI/Makefile.Debug | | | | M OMEdit/OMEditGUI/Makefile.Release | | | | M OMEdit/OMEditGUI/MessageWidget.h | | | | M OMEdit/OMEditGUI/ModelWidget.cpp | | | | M OMEdit/OMEditGUI/ModelWidget.h | | | | M OMEdit/OMEditGUI/ModelicaEditor.cpp | | | | M OMEdit/OMEditGUI/ModelicaEditor.h | | | | M OMEdit/OMEditGUI/OMCProxy.cpp | | | | M OMEdit/OMEditGUI/OMCProxy.h | | | | M OMEdit/OMEditGUI/OMEditGUI.pro | | | | M OMEdit/OMEditGUI/OptionsWidget.h | | | | M OMEdit/OMEditGUI/PlotWidget.cpp | | | | M OMEdit/OMEditGUI/PlotWidget.h | | | | M OMEdit/OMEditGUI/PolygonAnnotation.h | | | | M OMEdit/OMEditGUI/ProjectTabWidget.cpp | | | | M OMEdit/OMEditGUI/ProjectTabWidget.h | | | | M OMEdit/OMEditGUI/RectangleAnnotation.h | | | | M OMEdit/OMEditGUI/Resources/css/stylesheet.qss | | | | A OMEdit/OMEditGUI/Resources/icons/interactive-simulation.png | | | | A OMEdit/OMEditGUI/Resources/icons/pause.png | | | | A OMEdit/OMEditGUI/Resources/icons/shutdown.png | | | | A OMEdit/OMEditGUI/Resources/icons/start.png | | | | A OMEdit/OMEditGUI/Resources/icons/stop.png | | | | M OMEdit/OMEditGUI/SimulationWidget.cpp | | | | M OMEdit/OMEditGUI/SimulationWidget.h | | | | M OMEdit/OMEditGUI/TextAnnotation.h | | | | M OMEdit/OMEditGUI/mainwindow.cpp | | | | M OMEdit/OMEditGUI/mainwindow.h | | | | M OMEdit/OMEditGUI/resource_omedit.qrc | | | | | * | | commit a54686c0c098455aff7e8c7d9579ad66d1d62193 | | | | Author: Martin Sjölund | | | | Date: Sun Mar 13 13:42:43 2011 +0000 | | | | | | | | #1446 | | | | - OMEdit now uses
 for non-html documentation
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.cpp
| | | | 
| * | | commit 30eb505b68337eb80906db3d1f0f09e6bab68d5c
| | | | Author: Martin Sjölund 
| | | | Date:   Sun Mar 6 05:55:53 2011 +0000
| | | | 
| | | |     - Removed Windows-specific generated files that interferes will other OS'es
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8116 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMEdit/OMEditGUI/Makefile
| | | | 
| * | | commit 68dfc58dab33da14c162ce5a023c682eed5b53f7
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Mar 6 03:24:22 2011 +0000
| | | | 
| | | |     - Changed the settings of all OM clients so that generatedfiles are created in a separate directories.
| | | |     - Few updates of OMEdit
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/INSTALL.txt
| | | | M	OMEdit/OMEditGUI/BitmapAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | A	OMEdit/OMEditGUI/Makefile
| | | | A	OMEdit/OMEditGUI/Makefile.Debug
| | | | A	OMEdit/OMEditGUI/Makefile.Release
| | | | M	OMEdit/OMEditGUI/MessageWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.h
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit b605a21913b817ce03105372209d79f5cd7f83f4
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Mar 4 08:22:35 2011 +0000
| | | | 
| | | |     - Fixed line endings of several files
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8077 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/BitmapAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/BitmapAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.h
| | | | M	OMEdit/OMEditGUI/OptionsWidget.cpp
| | | | M	OMEdit/OMEditGUI/OptionsWidget.h
| | | | M	OMEdit/OMEditGUI/Transformation.cpp
| | | | M	OMEdit/OMEditGUI/Transformation.h
| | | | 
| * | | commit 7e30b016087ecf67bf5984a745d0fe1ae07abc39
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Feb 26 15:52:54 2011 +0000
| | | | 
| | | |     - Removed the extra INCLUDEPATH from project file.
| | | |     - New build of OMEdit.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 448401bd17a51688ab429bde7fa532060fe2e6cb
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 11:33:13 2011 +0000
| | | | 
| | | |     - Fix result-file containing names C.der(x) instead of der(C.x); the first one is not a valid Modelica identifier and won't parse...
| | | |     - Fix plotting in OMEdit (send "filename.mat" instead of filename.mat)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8027 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | 
| * | | commit 41f910b1484a0ae6a2a8b4f82db15673010e00b9
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 10:24:12 2011 +0000
| | | | 
| | | |     - Use --prefix as the guess of the omc executable if OPENMODELICAHOME is not given (not all platforms install omc on the PATH)
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | 
| * | | commit 701078fe43fbd09a21af979b4b947670854be4e9
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 07:41:43 2011 +0000
| | | | 
| | | |     - Fix compilation of OMEdit
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8024 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | 
| * | | commit af18aa170d0ca26a92ea8c9f5137284560df5df7
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Feb 26 06:47:54 2011 +0000
| | | | 
| | | |     - Added scalable icon to OMEdit.app instead of the default one
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/Resources/icons/omedit.icns
| | | | 
| * | | commit bb4e1539128d3ff8e56a27e1927a4094a054c39e
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Feb 26 00:05:13 2011 +0000
| | | | 
| | | |     - added cplusplus macro to the read_matlab.h so that it can be linked against c++ files.
| | | |     - Changed the simulate command to use mat as default.
| | | |     - Changed the plot API accordingly.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/PlotWidget.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/export-omnotebook.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/import-omnotebook.png
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 977f37580f5d390ef67f623ff6a9586dad17b81c
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Feb 25 21:35:22 2011 +0000
| | | | 
| | | |     - Install .app's instead of executables in OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8018 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Makefile.unix.in
| | | | 
| * | | commit d9e6a8fd09c8b5c73721475eedd7cc2ff31eb61e
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Feb 25 20:58:56 2011 +0000
| | | | 
| | | |     - Fixes compilation of OMEdit when using Qt 4.6.0
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit 547ebc5d9e5d0a714e55abae8eadd0457a58b893
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Feb 22 22:53:19 2011 +0000
| | | | 
| | | |     - Fixed the size of the MSL search suggestion box.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | 
| * | | commit dc507922e438c0dc5c55cea848a0e1f0fe1ecff2
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Feb 22 22:09:10 2011 +0000
| | | | 
| | | |     - A minor flickering effect is fixed in MSL suggestion box.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | 
| * | | commit 69b2b43837afbad49460f06c5d0b31489759e5cc
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Feb 22 21:53:04 2011 +0000
| | | | 
| | | |     - Added the suggestion completion box for MSL Search.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | 
| * | | commit 58e39c4adca0d6fa6023c9e09099f70013738b03
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Feb 21 22:49:51 2011 +0000
| | | | 
| | | |     - Fixed the text annotation resize problem. Although still requires some improvement.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/BitmapAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit 4558e28592e738f55002d1109db35d34ac2f9c73
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Feb 20 23:03:32 2011 +0000
| | | | 
| | | |     Fixes for bugs #1390 #1435
| | | |     - Now the parameter values are saved correctly.
| | | |     - BitmapAnnotation is fixed to show correct image. e.g Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot
| | | |     - TextAnnotation is fixed to display right component name and parameter value.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/BitmapAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/BitmapAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/IconProperties.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.h
| | | | 
| * | | commit ae4c2f2c3d7b35099453f37740c066ca64f7ffa2
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 18 16:06:40 2011 +0000
| | | | 
| | | |     - Fixed the switch (int) problem.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | 
| * | | commit 56c487b1be050e6d111414c7b753d58bc003e493
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Feb 18 10:30:55 2011 +0000
| | | | 
| | | |     - Added the Search with Modelica Standard Library
| | | |     - Added very basic export to OMNotebook.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/INSTALL.txt
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconProperties.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/StringHandler.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit 1b8cfa6c25eacfb4dbc0549dd4749c8926c83d80
| | | | Author: Haris Kapidzic 
| | | | Date:   Fri Feb 18 10:19:57 2011 +0000
| | | | 
| | | |     Deleted unnecessary stuff
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/PlotWidget.h
| | | | 
| * | | commit 49f409db2b6abb80ce490c969d575706cc8aa4f3
| | | | Author: Haris Kapidzic 
| | | | Date:   Fri Feb 18 10:15:51 2011 +0000
| | | | 
| | | |     Added text widget that allow user to specify fontsize and more. Fixed text width further.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7960 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/BitmapAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/BitmapAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/PlotWidget.h
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.h
| | | | 
| * | | commit 7a87a1a355a36155b7117127826ac6dcea0d559d
| | | | Author: Adrian Pop 
| | | | Date:   Wed Feb 16 08:25:16 2011 +0000
| | | | 
| | | |     - added README about omniORB-4.1.4-mingw
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7937 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/README.txt
| | | | 
| * | | commit 57316de09a95cbfef11969e74e4339511c2c59b9
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Feb 14 12:31:13 2011 +0000
| | | | 
| | | |     - Made the code for LibraryWidget a little more extensible
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7910 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | 
| * | | commit 8f4c79604f8f30e299627df8b53aaa3e7e47b74a
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Jan 30 14:31:37 2011 +0000
| | | | 
| | | |     - Fixed the a bug sent by Massimo Ceraolo thst crahses OMEdit. The reason is the shapes at the icon layer are referring to the diagram layer which means they are actually referring to a null pointer.
| | | |     - There is no problem in Massimo's model. It was internal OMEdit bug (coding mistake).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | 
| * | | commit 09601a50419dce51abd0ce0d6bca6fa9502372ca
| | | | Author: Haris Kapidzic 
| | | | Date:   Thu Jan 27 18:50:06 2011 +0000
| | | | 
| | | |     Added an text shape and bitmap shape. Implemented functionality to the shapes, (change size, insert picture).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/OMEditGUI/BitmapAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/BitmapAnnotation.h
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/bitmap-shape.png
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 24cdc00fb896b78fff19ff4845467f65ed9e179c
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Jan 24 17:17:54 2011 +0000
| | | | 
| | | |     Changed the about text.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7763 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit ff158d25ab198a084a93cc5148476d89d08ab484
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Jan 13 11:25:20 2011 +0000
| | | | 
| | | |     - Added the omniORB 4.1.4 compiled with mingw.
| | | |     - Added the PSD's used for OMEdit icons.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7686 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 3be780f5c2bff8833037a42fb204d0bd3f5b50ac
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jan 11 22:53:45 2011 +0000
| | | | 
| | | |     - Added the View Documentation button in the StatusBar of models.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7677 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | 
| * | | commit d8122c1cee3ed3995450b4fa86a5d3bfb6a5811c
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Jan 4 17:34:38 2011 +0000
| | | | 
| | | |     Fixes for bug #1395
| | | |     - Added the key bindings for OMEdit.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7636 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit f2fc0617277f8001d2264b94816edb5160666e5a
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Dec 22 16:20:30 2010 +0000
| | | | 
| | | |     - Implemented scripting command getModelicaPath() (setModelicaPath() already existed)
| | | |       - OMEdit now uses this command to query the path instead of getting it from the system environment
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | 
| * | | commit b587517a01951ce8b5a6aae7130c79ce34f8d3ae
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 22 15:11:58 2010 +0000
| | | | 
| | | |     - Using OMC to get environment variables like OpenModelicaHome and OpenModelicaLibrary.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit 8c7359cd7f94ec65c7f9e2f3357982a243b9b871
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 22 03:52:23 2010 +0000
| | | | 
| | | |     - Library right click issue solved.
| | | |     - UserManual opening code is updated again (a test for MAC).
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit 6295b4051191b684220f44a2734ba613c4d21fe6
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 21 23:30:54 2010 +0000
| | | | 
| | | |     - Library drag implementation is changed.
| | | |     - UserManual opening code is updated.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7544 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit 63a7289c340036e51acf2508da9877e1ecedb773
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Dec 21 07:47:22 2010 +0000
| | | | 
| | | |     - Fix OMEdit so it does not require OPENMODELICAHOME to be set on Unix
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7527 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | 
| * | | commit b96f068edfe0ba5c4ded75d44587749881d9b26b
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 20 18:10:25 2010 +0000
| | | | 
| | | |     Fixes for bugs #1385 #1389
| | | |     - Fixed the icons extent points bug.
| | | |     - Added the new Type Icon image.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | A	OMEdit/OMEditGUI/Resources/icons/type-icon.png
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit ae540a66f5080ad0e049ae1a9b1e8538d07599c5
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Dec 18 18:38:27 2010 +0000
| | | | 
| | | |     Fixes for bugs #1382 #1383
| | | |     - Fixed the BusUsage example crash problem.
| | | |     - Icon and Diagram annotations for model are now saved.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.h
| | | | M	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.h
| | | | M	OMEdit/OMEditGUI/Transformation.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit 10ab6b8db1e356cb13767593372a2029a8c5c99e
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Dec 17 12:25:53 2010 +0000
| | | | 
| | | |     - Add #error message if the Qt version is too low for OMEdit
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7462 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit d078e8c50ee722708afbaa061c1814d30425c487
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Dec 15 01:11:40 2010 +0000
| | | | 
| | | |     - Added the support to open .mo files from command prompt; e.g,
| | | |     OMEdit.exe file_path/test.mo
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7394 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | 
| * | | commit 446bde0ec66991a7b3b245dc5a3119846c231d10
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 14 20:55:03 2010 +0000
| | | | 
| | | |     Fixes for bugs #1376 #1377 #1378
| | | |     - Added the timestamp and sequence numbers to messages shown in messages window.
| | | |     - Changed the simulation code so that if there is a message from simulation result it will always be displayed.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/MessageWidget.cpp
| | | | M	OMEdit/OMEditGUI/MessageWidget.h
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit 13ce3590e458248cf8993b3d7f34dc2736bac9a8
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 14 01:59:00 2010 +0000
| | | | 
| | | |     - Changed the font of Modelica Text View to default system font.
| | | |     - Incresed the font size to 10 from 8.
| | | |     - Created tabs in messages window and also allow user to copy from it.
| | | |     - search dialog closes with ESC key.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/MessageWidget.cpp
| | | | M	OMEdit/OMEditGUI/MessageWidget.h
| | | | M	OMEdit/OMEditGUI/OptionsWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit 3ce5f7233ef2f05d5faa027bba239e8d2324da0d
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Dec 12 18:55:11 2010 +0000
| | | | 
| | | |     Fixed the Modelica Text View to Diagram View loading problem.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7365 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | 
| * | | commit 4b8b3a421ea80b1f18bedfc736b876a9efe3f3aa
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Dec 12 02:46:19 2010 +0000
| | | | 
| | | |     Added the search functionality in Modelica Text View
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | A	OMEdit/OMEditGUI/Resources/icons/exit.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/next.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/previous.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/search.png
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 336f72d05f6bb02c583175e45c9894cc6797df6c
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 10 12:15:48 2010 +0000
| | | | 
| | | |     Added the getSimulationOptions API Command
| | | |     Updated the user manual splash screen and version.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7342 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.h
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/StringHandler.h
| | | | 
| * | | commit 8d7d7de77986fcf31918683b2580aa615b374e4d
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 7 15:46:30 2010 +0000
| | | | 
| | | |     Removed wish-list document since Adrian already added it to trunk.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7309 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMEdit/OMEdit_Wish_List.doc
| | | | 
| * | | commit 6bf8d3ed648b014f9a70972ee34468e14f78ed06
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Dec 7 15:38:44 2010 +0000
| | | | 
| | | |     - added OMEdit wish list
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7307 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/OMEdit_Wish_List.doc
| | | | 
| * | | commit 47332d6bff32223b4f083553930953b88ba8f38f
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Dec 6 21:30:04 2010 +0000
| | | | 
| | | |     removed the unused reference of component and Inheritance Annotation.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7296 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | 
| * | | commit 5d7803ce043799eb7b68e7385b984b8af8e4a09a
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Dec 4 09:33:12 2010 +0000
| | | | 
| | | |     - Fix Compiler/runtime/corbaimpl.cpp (use the same path as Settings.getTempDirectoryPath() as the temp-dir)
| | | |       - Updated OMShell, so it does not assume /tmp is the tmp-dir
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7290 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | 
| * | | commit 24df0def77f1619f76add008ca54b4c8fc7c3b21
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Dec 4 08:29:57 2010 +0000
| | | | 
| | | |     - Fix OMEdit compilation on Linux
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Makefile.unix.in
| | | | 
| * | | commit 45b8a7d03872b31d3d531f9ec2331651958cd0e2
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Dec 4 08:23:03 2010 +0000
| | | | 
| | | |     - Fix compilation on OSX using new Qt
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Makefile.unix.in
| | | | 
| * | | commit 7a3e6527818c05e1e9ea1223a1ce5281fa1bb2e1
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Dec 3 11:03:51 2010 +0000
| | | | 
| | | |     Added the support for user defined shapes.
| | | |     Removed the QtSvgdll as it is not needed anymore.
| | | |     Caching the OMC commands so that library browsing become more faster.
| | | |     More enhanced library icons.
| | | |     
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | M	OMEdit/OMEditGUI/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/CornerItem.h
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.h
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.h
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | M	OMEdit/OMEditGUI/Resources/icons/branch-end.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/ellipse-shape.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/info-icon.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/line-shape.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/polygon-shape.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/rectangle-shape.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/text-shape.png
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/SplashScreen.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 5e62d3ecb23a2a4aa72cfd6b9af3f2512dbffba7
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Dec 2 19:50:39 2010 +0000
| | | | 
| | | |     - Update makefiles to make parts of the qtclients compile on OSX
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | R052	OMEdit/OMEditGUI/Makefile.unix	OMEdit/OMEditGUI/Makefile.unix.in
| | | | A	OMEdit/OMEditGUI/OMEdit.config.in
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | 
| * | | commit 216f944114bcc69be1611218f0b9bd3b0da918aa
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Nov 30 22:37:49 2010 +0000
| | | | 
| | | |     - Allow resizing the OMEdit main window so that it fits on smaller screens
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit 7f254f1a63030a0d95501b69787f061c7ab25498
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Nov 24 15:37:03 2010 +0000
| | | | 
| | | |     Updated the screen shots in user manual and added the page numbers.
| | | |     Changed the Open Modelica to OpenModelica in OMEdit source code.
| | | |     Added the new keywords to syntax highlighter class.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCThread.cpp
| | | | M	OMEdit/OMEditGUI/OptionsWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit dce2c55eed5e1d3245967bd55773f2455fa4b754
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 23 03:29:45 2010 +0000
| | | | 
| | | |     Added the basic syntax highlighting code.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7154 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/OptionsWidget.cpp
| | | | A	OMEdit/OMEditGUI/OptionsWidget.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit b4b4986f8a5632cdd707b0651a8e70c3baae7b27
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Nov 21 00:45:59 2010 +0000
| | | | 
| | | |     Fixed a small problem with component's context menu.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7139 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | 
| * | | commit 42a1391ba5313a299fd8701cea358267c531e167
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Nov 21 00:27:31 2010 +0000
| | | | 
| | | |     Fixed the PlotWidget crash issue.
| | | |     Removed the extra files that are not being used.
| | | |     Modified the code for the Library Icons.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7138 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | D	OMEdit/OMEditGUI/OMEdit_Resources.qrc
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/PlotWidget.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit ae489aa83b6b768f0a812829689a70a390e13481
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 19 14:51:53 2010 +0000
| | | | 
| | | |     Changed the checkModel dialog to textbox.
| | | |     Changed the usermanual path for unix users.
| | | |     Removed the extra omc instance used for library loading.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | M	OMEdit/OMEditGUI/ModelWidget.h
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit b7290ea0e62d7a376e0f4b9226f62295c6f47734
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Nov 19 08:20:16 2010 +0000
| | | | 
| | | |     - Implemented UnitParserExt_omc.cpp
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Makefile.unix
| | | | 
| * | | commit d80f5a8656d91f2fcede3e0fa7812d88eb3f0845
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 18 23:14:54 2010 +0000
| | | | 
| | | |     Added the user manual and about OMEdit in the OMEdit menu.
| | | |     Created a doc folder and added the documentation files in it.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/IconProperties.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit ad219abaf492f6f9343f96b141aeed2ac59182f7
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 18 13:39:07 2010 +0000
| | | | 
| | | |     Added the component attributes widget.
| | | |     Updated the Modelica Documentation view.
| | | |     Added the status bar to project tab.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/ComponentsProperties.cpp
| | | | M	OMEdit/OMEditGUI/ComponentsProperties.h
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.h
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconProperties.cpp
| | | | M	OMEdit/OMEditGUI/IconProperties.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | M	OMEdit/OMEditGUI/Resources/icons/check.png
| | | | M	OMEdit/OMEditGUI/Resources/icons/model.png
| | | | M	OMEdit/OMEditGUI/Resources/icons/modeltext.png
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/StringHandler.h
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit af2a3cd3826d1c0a975bb282fa90955d8837b6dc
| | | | Author: Adeel Asghar 
| | | | Date:   Mon Nov 15 02:06:10 2010 +0000
| | | | 
| | | |     Optimized the Library Loading code.
| | | |     Updated the documentation viewer code to support external links.
| | | |     Optimized the components and connectors drag and drop code.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.cpp
| | | | M	OMEdit/OMEditGUI/DocumentationWidget.h
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | M	OMEdit/OMEditGUI/ModelWidget.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/Transformation.cpp
| | | | M	OMEdit/OMEditGUI/Transformation.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit 052a2a9094cab63cd23cd266366e6b7fba1b54d2
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Nov 13 22:54:42 2010 +0000
| | | | 
| | | |     - Some minor OMEdit fixes
| | | |       - Set a proper Unix tmp-path except when on Windows
| | | |       - Change to this directory at program start since instantiation may cause files to be generated in the current directory
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7006 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | 
| * | | commit 7c823c0bf901521bf32487400938754200835836
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Nov 12 02:03:11 2010 +0000
| | | | 
| | | |     Added the code to resize the components.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6976 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Component.cpp
| | | | M	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit f81e0297c192d35fdfcc6c99c6d2fdf1cf9f715b
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 11 19:40:48 2010 +0000
| | | | 
| | | |     Removed the getinstallationdirectory command. No need to get the installation directory since we have the openmodelicahome environment variable that is pointing to installation directory.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | 
| * | | commit 343055e9f0c3339300fa90484e4e8a3156f8f81f
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 11 19:28:56 2010 +0000
| | | | 
| | | |     Referenced the new images in the qss file
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6972 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | 
| * | | commit 5851b03ce50f68cbc6a7749e08281099d14cb2d5
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 11 19:17:31 2010 +0000
| | | | 
| | | |     Added the new splash screen and images for model, package, record etc.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/OMEditGUI/Resources/icons/block-icon.png
| | | | M	OMEdit/OMEditGUI/Resources/icons/branch-closed.png
| | | | M	OMEdit/OMEditGUI/Resources/icons/branch-more.png
| | | | M	OMEdit/OMEditGUI/Resources/icons/branch-open.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/class-icon.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/connector-icon.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/function-icon.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/model-icon.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/omedit.ico
| | | | M	OMEdit/OMEditGUI/Resources/icons/omeditor.png
| | | | M	OMEdit/OMEditGUI/Resources/icons/omeditor_splash.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/package-icon.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/record-icon.png
| | | | 
| * | | commit e47bb5e522469e98dcf54e4a9d397a10e8e3abfa
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 11 19:15:46 2010 +0000
| | | | 
| | | |     Deleted the old annotations file and ico images
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMEdit/OMEditGUI/ComponentAnnotation.cpp
| | | | D	OMEdit/OMEditGUI/ComponentAnnotation.h
| | | | D	OMEdit/OMEditGUI/Components.cpp
| | | | D	OMEdit/OMEditGUI/Components.h
| | | | D	OMEdit/OMEditGUI/IconAnnotation.cpp
| | | | D	OMEdit/OMEditGUI/IconAnnotation.h
| | | | D	OMEdit/OMEditGUI/InheritanceAnnotation.cpp
| | | | D	OMEdit/OMEditGUI/InheritanceAnnotation.h
| | | | D	OMEdit/OMEditGUI/Resources/icons/omeditor.ico
| | | | D	OMEdit/OMEditGUI/Resources/icons/omeditor_splash-O.png
| | | | 
| * | | commit f7e94f574c64606af38edb4950e2dcaeb527e45d
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Nov 11 19:13:57 2010 +0000
| | | | 
| | | |     Added the code for documentation view of any component.
| | | |     Make the annotation 3 default annotation for omedit
| | | |     Added the code to load a .mo file.
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6969 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/OMEditGUI/Component.cpp
| | | | A	OMEdit/OMEditGUI/Component.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | M	OMEdit/OMEditGUI/CornerItem.cpp
| | | | A	OMEdit/OMEditGUI/DocumentationWidget.cpp
| | | | A	OMEdit/OMEditGUI/DocumentationWidget.h
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.h
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconProperties.cpp
| | | | M	OMEdit/OMEditGUI/IconProperties.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/MessageWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.h
| | | | M	OMEdit/OMEditGUI/StringHandler.h
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.h
| | | | A	OMEdit/OMEditGUI/Transformation.cpp
| | | | A	OMEdit/OMEditGUI/Transformation.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | M	OMEdit/OMEditGUI/rc_omedit.rc
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit e57dc696071a43b9eae70013996f4da3a14ed265
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 1 10:13:33 2010 +0000
| | | | 
| | | |     - Use getInstallationDirectoryPath() in OMEdit to query where the standard library is located
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | 
| * | | commit c847f18dc488f0be2b06a6141bf7a6dfe186b00b
| | | | Author: Martin Sjölund 
| | | | Date:   Mon Nov 1 08:51:53 2010 +0000
| | | | 
| | | |     - Do parallel make on OMEdit
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Makefile.unix
| | | | 
| * | | commit efa29f5ff6b0f1734a2939d59f95fec8e2c00133
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 29 09:58:13 2010 +0000
| | | | 
| | | |     - Update path of OMEdit binary since the project changed
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Makefile.unix
| | | | 
| * | | commit db2b457ff16e8b52d1d87ddf45017575dc7f6d93
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 28 09:23:54 2010 +0000
| | | | 
| | | |     Added the tree view and zooming images.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/OMEditGUI/Resources/icons/branch-closed.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/branch-end.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/branch-more.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/branch-open.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/vline.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/zoom100.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/zoomIn.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/zoomOut.png
| | | | 
| * | | commit 8e5881d5a254298697656abc18f9537962f674f9
| | | | Author: Martin Sjölund 
| | | | Date:   Thu Oct 28 06:32:34 2010 +0000
| | | | 
| | | |     - Fix svn:eol-style on OMEdit, OMNotebook, msl32
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6672 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/ComponentAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ComponentAnnotation.h
| | | | M	OMEdit/OMEditGUI/Components.cpp
| | | | M	OMEdit/OMEditGUI/Components.h
| | | | M	OMEdit/OMEditGUI/ComponentsProperties.cpp
| | | | M	OMEdit/OMEditGUI/ComponentsProperties.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | M	OMEdit/OMEditGUI/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/CornerItem.h
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.h
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconAnnotation.h
| | | | M	OMEdit/OMEditGUI/IconParameters.cpp
| | | | M	OMEdit/OMEditGUI/IconParameters.h
| | | | M	OMEdit/OMEditGUI/IconProperties.cpp
| | | | M	OMEdit/OMEditGUI/IconProperties.h
| | | | M	OMEdit/OMEditGUI/InheritanceAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/InheritanceAnnotation.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/MessageWidget.cpp
| | | | M	OMEdit/OMEditGUI/MessageWidget.h
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | M	OMEdit/OMEditGUI/ModelWidget.h
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMCThread.cpp
| | | | M	OMEdit/OMEditGUI/OMCThread.h
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/PlotWidget.h
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.h
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.h
| | | | M	OMEdit/OMEditGUI/SplashScreen.cpp
| | | | M	OMEdit/OMEditGUI/SplashScreen.h
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/StringHandler.h
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | M	OMEdit/OMEditGUI/omc_communication.cpp
| | | | M	OMEdit/OMEditGUI/omc_communication.h
| | | | 
| * | | commit 1b0d43339fbc1dbaae4f9fe160e51a6279f1a05b
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 27 18:38:52 2010 +0000
| | | | 
| | | |     Added the custom sendExpression in OMCProxy.cpp
| | | |     Updated the delete feature of tree.
| | | |     Updated the rename feature of tree.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6665 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/ComponentAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ComponentAnnotation.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | M	OMEdit/OMEditGUI/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/CornerItem.h
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.h
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/IconAnnotation.h
| | | | M	OMEdit/OMEditGUI/InheritanceAnnotation.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | M	OMEdit/OMEditGUI/ModelWidget.h
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | M	OMEdit/OMEditGUI/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.h
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/SplashScreen.cpp
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | M	OMEdit/OMEditGUI/StringHandler.h
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | M	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit e0454fa63cd0a466859b800d18ee943b7b8acd09
| | | | Author: Martin Sjölund 
| | | | Date:   Sat Oct 23 05:57:58 2010 +0000
| | | | 
| | | |     - Fix compilation of OMEdit StringHandler.cpp using Qt4.4
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6541 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/StringHandler.cpp
| | | | 
| * | | commit 4b4542a5aae8933ad8f69e069018b4a3d1481b50
| | | | Author: Martin Sjölund 
| | | | Date:   Fri Oct 22 18:39:12 2010 +0000
| | | | 
| | | |     - Added OMEdit as a make target (built together with qtclients)
| | | |       (The Debian package has also been updated and should include an OMEdit package if all goes according to plan)
| | | |     - The OMEdit Unix makefile creates symbolic links/etc needed to compile OMEdit
| | | |     
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/OMEditGUI/Makefile.unix
| | | | 
| * | | commit bc719f8dc9f7496a230a8b3386f3ad5f7b80aa81
| | | | Author: Adeel Asghar 
| | | | Date:   Wed Oct 20 23:35:25 2010 +0000
| | | | 
| | | |     Added the contextMenu to Modelica Files Tree.
| | | |     Updated the simulation and icon properties dialogues.
| | | |     Deleted the simulation and icon properties ui files.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6492 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/IconAnnotation.h
| | | | M	OMEdit/OMEditGUI/IconProperties.cpp
| | | | M	OMEdit/OMEditGUI/IconProperties.h
| | | | D	OMEdit/OMEditGUI/IconProperties.ui
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/SimulationWidget.h
| | | | D	OMEdit/OMEditGUI/SimulationWidget.ui
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | 
| * | | commit 9e6843fc52d56b2af205d74fb51e8fc2dd882650
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 19 21:29:36 2010 +0000
| | | | 
| | | |     Updated the tmp directory path in simulation and Plot Widget.
| | | |     Updated the Splash Screen text.
| | | |     Added the contextmenu to tree.
| | | |     Added the resources file.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/IconAnnotation.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | M	OMEdit/OMEditGUI/ModelWidget.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/OMEdit_Resources.qrc
| | | | M	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/check.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/omeditor.ico
| | | | A	OMEdit/OMEditGUI/Resources/icons/rename.png
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/SplashScreen.cpp
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | A	OMEdit/OMEditGUI/rc_omedit.rc
| | | | A	OMEdit/OMEditGUI/resource_omedit.qrc
| | | | 
| * | | commit 60bf0263a8b857c4316f819f8e90c418f57cbdb5
| | | | Author: Adeel Asghar 
| | | | Date:   Sat Oct 16 21:28:42 2010 +0000
| | | | 
| | | |     Added the Component Parameters classes.
| | | |     Added the facility so that user can modify parameters.
| | | |     Added the component rotate feature.
| | | |     Added the connections compatibility check.
| | | |     Added the save functionality
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6390 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/ComponentsProperties.cpp
| | | | M	OMEdit/OMEditGUI/ComponentsProperties.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/IconAnnotation.h
| | | | A	OMEdit/OMEditGUI/IconParameters.cpp
| | | | A	OMEdit/OMEditGUI/IconParameters.h
| | | | A	OMEdit/OMEditGUI/IconProperties.cpp
| | | | A	OMEdit/OMEditGUI/IconProperties.h
| | | | A	OMEdit/OMEditGUI/IconProperties.ui
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/MessageWidget.cpp
| | | | M	OMEdit/OMEditGUI/MessageWidget.h
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | A	OMEdit/OMEditGUI/Resources/icons/rotateanticlockwise.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/rotateclockwise.png
| | | | M	OMEdit/OMEditGUI/ShapeAnnotation.h
| | | | M	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit 2088a7f2396ebc650e9141779d2f6358c724d915
| | | | Author: Adeel Asghar 
| | | | Date:   Thu Oct 14 09:53:26 2010 +0000
| | | | 
| | | |     Updated the viewport viewing area.
| | | |     Added the plotting package of OM. Will replace it later on.
| | | |     Added the simulation feature. Needed few updates while in the simulation process.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/ComponentAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/ComponentAnnotation.h
| | | | A	OMEdit/OMEditGUI/Components.cpp
| | | | A	OMEdit/OMEditGUI/Components.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/EllipseAnnotation.h
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/IconAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/IconAnnotation.h
| | | | M	OMEdit/OMEditGUI/InheritanceAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/InheritanceAnnotation.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | M	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/MessageWidget.cpp
| | | | M	OMEdit/OMEditGUI/ModelWidget.cpp
| | | | A	OMEdit/OMEditGUI/ModelicaEditor.cpp
| | | | A	OMEdit/OMEditGUI/ModelicaEditor.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMCThread.cpp
| | | | M	OMEdit/OMEditGUI/OMCThread.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/PlotWidget.cpp
| | | | A	OMEdit/OMEditGUI/PlotWidget.h
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | M	OMEdit/OMEditGUI/RectangleAnnotation.h
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | A	OMEdit/OMEditGUI/Resources/icons/delete.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/plot.png
| | | | A	OMEdit/OMEditGUI/Resources/icons/simulate.png
| | | | A	OMEdit/OMEditGUI/SimulationWidget.cpp
| | | | A	OMEdit/OMEditGUI/SimulationWidget.h
| | | | A	OMEdit/OMEditGUI/SimulationWidget.ui
| | | | M	OMEdit/OMEditGUI/SplashScreen.cpp
| | | | M	OMEdit/OMEditGUI/main.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit 0941d324243789e1581138047bbc0119b15e65b2
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 5 20:43:21 2010 +0000
| | | | 
| | | |     Delete the Annotations.cpp and Annotations.h files.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMEdit/OMEditGUI/Annotations.cpp
| | | | D	OMEdit/OMEditGUI/Annotations.h
| | | | 
| * | | commit 589f44023e314533041e01471d2921481ad3aa90
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Oct 5 20:42:16 2010 +0000
| | | | 
| | | |     Updated the Connection mechanism.
| | | |     Split the Annotations file to individual Annotations files.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | A	OMEdit/OMEditGUI/ComponentAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/ComponentAnnotation.h
| | | | M	OMEdit/OMEditGUI/ComponentsProperties.cpp
| | | | M	OMEdit/OMEditGUI/ComponentsProperties.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | A	OMEdit/OMEditGUI/EllipseAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/EllipseAnnotation.h
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | A	OMEdit/OMEditGUI/IconAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/IconAnnotation.h
| | | | A	OMEdit/OMEditGUI/InheritanceAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/InheritanceAnnotation.h
| | | | M	OMEdit/OMEditGUI/LibraryWidget.cpp
| | | | M	OMEdit/OMEditGUI/LibraryWidget.h
| | | | A	OMEdit/OMEditGUI/LineAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/LineAnnotation.h
| | | | M	OMEdit/OMEditGUI/OMCProxy.cpp
| | | | M	OMEdit/OMEditGUI/OMCProxy.h
| | | | M	OMEdit/OMEditGUI/OMEditGUI.pro
| | | | A	OMEdit/OMEditGUI/PolygonAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/PolygonAnnotation.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.h
| | | | A	OMEdit/OMEditGUI/RectangleAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/RectangleAnnotation.h
| | | | A	OMEdit/OMEditGUI/ShapeAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/ShapeAnnotation.h
| | | | A	OMEdit/OMEditGUI/TextAnnotation.cpp
| | | | A	OMEdit/OMEditGUI/TextAnnotation.h
| | | | M	OMEdit/OMEditGUI/mainwindow.cpp
| | | | M	OMEdit/OMEditGUI/mainwindow.h
| | | | 
| * | | commit 024739154736ca2eb2a05b842f85a1e4850f2c20
| | | | Author: Adeel Asghar 
| | | | Date:   Sun Oct 3 23:40:00 2010 +0000
| | | | 
| | | |     Added the Inheritance Annotation in Icon Shapes.
| | | |     Added the code for connecting components.
| | | |     Updated the stylesheet for QTreeWidget.
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | M	OMEdit/OMEditGUI/Annotations.cpp
| | | | M	OMEdit/OMEditGUI/Annotations.h
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | | | M	OMEdit/OMEditGUI/ConnectorWidget.h
| | | | M	OMEdit/OMEditGUI/CornerItem.cpp
| | | | M	OMEdit/OMEditGUI/Helper.cpp
| | | | M	OMEdit/OMEditGUI/Helper.h
| | | | M	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | | | M	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | | | 
| * | | commit 01a03fc40cb426d167ce2e9ecfd53e1e2132944e
| | | | Author: Adeel Asghar 
| | | | Date:   Fri Oct 1 23:59:16 2010 +0000
| | | | 
| | | |     Deleted unused icons
| | | |     
| | | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6273 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | | 
| | | | D	OMEdit/OMEditGUI/Resources/icons/Drives-Drive-Internal-icon.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/copy1.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/copyq.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/cut1 (2).png
| | | | D	OMEdit/OMEditGUI/Resources/icons/cut1.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/cut2.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/format-justify-fill.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/new1.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/paste1.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/paste2.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/redo1.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/save1.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/saveall1.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/saveas1.png
| | | | D	OMEdit/OMEditGUI/Resources/icons/undo1.png
| | | | 
| * | | commit 6a1863a10a447e33c6b3cc5cba4b413423a49940
| |/ /  Author: Adeel Asghar 
| | |   Date:   Fri Oct 1 23:51:23 2010 +0000
| | |   
| | |       First revision of OMEdit. OMC Corba communication is done. Annotations is done partially. Splash Screen is added.
| | |       
| | |       
| | |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6272 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | |   
| | |   A	OMEdit/OMEditGUI/Annotations.cpp
| | |   A	OMEdit/OMEditGUI/Annotations.h
| | |   A	OMEdit/OMEditGUI/ComponentsProperties.cpp
| | |   A	OMEdit/OMEditGUI/ComponentsProperties.h
| | |   A	OMEdit/OMEditGUI/ConnectorWidget.cpp
| | |   A	OMEdit/OMEditGUI/ConnectorWidget.h
| | |   A	OMEdit/OMEditGUI/CornerItem.cpp
| | |   A	OMEdit/OMEditGUI/CornerItem.h
| | |   A	OMEdit/OMEditGUI/Helper.cpp
| | |   A	OMEdit/OMEditGUI/Helper.h
| | |   A	OMEdit/OMEditGUI/LibraryWidget.cpp
| | |   A	OMEdit/OMEditGUI/LibraryWidget.h
| | |   A	OMEdit/OMEditGUI/MessageWidget.cpp
| | |   A	OMEdit/OMEditGUI/MessageWidget.h
| | |   A	OMEdit/OMEditGUI/ModelWidget.cpp
| | |   A	OMEdit/OMEditGUI/ModelWidget.h
| | |   A	OMEdit/OMEditGUI/OMCProxy.cpp
| | |   A	OMEdit/OMEditGUI/OMCProxy.h
| | |   A	OMEdit/OMEditGUI/OMCThread.cpp
| | |   A	OMEdit/OMEditGUI/OMCThread.h
| | |   A	OMEdit/OMEditGUI/OMEditGUI.pro
| | |   A	OMEdit/OMEditGUI/ProjectTabWidget.cpp
| | |   A	OMEdit/OMEditGUI/ProjectTabWidget.h
| | |   A	OMEdit/OMEditGUI/Resources/css/stylesheet.qss
| | |   A	OMEdit/OMEditGUI/Resources/icons/Drives-Drive-Internal-icon.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/OMS.bmp
| | |   A	OMEdit/OMEditGUI/Resources/icons/close.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/console.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/copy.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/copy1.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/copyq.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/cut.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/cut1 (2).png
| | |   A	OMEdit/OMEditGUI/Resources/icons/cut1.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/cut2.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/format-justify-fill.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/grid.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/model.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/modeltext.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/new.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/new1.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/omeditor.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/omeditor_splash-O.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/omeditor_splash.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/open.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/paste.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/paste1.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/paste2.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/redo.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/redo1.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/save.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/save1.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/saveall.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/saveall1.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/saveas.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/saveas1.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/tool.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/undo.png
| | |   A	OMEdit/OMEditGUI/Resources/icons/undo1.png
| | |   A	OMEdit/OMEditGUI/SplashScreen.cpp
| | |   A	OMEdit/OMEditGUI/SplashScreen.h
| | |   A	OMEdit/OMEditGUI/StringHandler.cpp
| | |   A	OMEdit/OMEditGUI/StringHandler.h
| | |   A	OMEdit/OMEditGUI/main.cpp
| | |   A	OMEdit/OMEditGUI/mainwindow.cpp
| | |   A	OMEdit/OMEditGUI/mainwindow.h
| | |   A	OMEdit/OMEditGUI/omc_communication.cpp
| | |   A	OMEdit/OMEditGUI/omc_communication.h
| | | 
| * | commit 8bf245498f65c5ef06f53507c86eadaf55b390cb
|  /  Author: Adrian Pop 
| |   Date:   Fri Nov 7 12:03:18 1997 +0000
| |   
| |       New repository initialized by cvs2svn.
| |       
| |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | 
* | commit 1c89139953ca01d3471c7cbd28322ffdeca3176c
| | Author: Martin Sjölund 
| | Date:   Mon Apr 1 12:57:35 2019 +0200
| | 
| |     Remove OMEdit (will be re-added as git subtree)
| | 
| | M	.gitmodules
| | D	OMEdit
| |   
* |   commit 4df0afb015bb655aee0873fafe676b56432b0c4f
|\ \  Merge: b4966f89f0 4b15019d19
| | | Author: Martin Sjölund 
| | | Date:   Mon Apr 1 12:57:20 2019 +0200
| | | 
| | |     Add 'OMPlot/' from commit '4b15019d19e127c61fed45ce9148add4fc3fe81e'
| | |     
| | |     git-subtree-dir: OMPlot
| | |     git-subtree-mainline: b4966f89f0f3c5257a0f780b51668712952d0c21
| | |     git-subtree-split: 4b15019d19e127c61fed45ce9148add4fc3fe81e
| | | 
| * | commit 4b15019d19e127c61fed45ce9148add4fc3fe81e
| | | Author: Adeel Asghar 
| | | Date:   Mon Feb 4 17:06:54 2019 +0100
| | | 
| | |     Clean up resources
| | | 
| | | D	OMPlot/OMPlotGUI/Resources.qrc
| | | M	OMPlot/OMPlotGUI/resource_omplot.qrc
| | | 
| * | commit af5c4a6ad3d9ec5cd91b53f51a798a5beaab192d
| | | Author: Lennart Ochel 
| | | Date:   Wed Jan 23 20:42:26 2019 +0100
| | | 
| | |     Update .gitignore
| | | 
| | | M	.gitignore
| | | 
| * | commit c25c2a74fc8f7824e9da72a4682e0c6ba8d8e649
| | | Author: Lennart Ochel 
| | | Date:   Thu Nov 15 16:53:53 2018 +0100
| | | 
| | |     Update common
| | | 
| | | M	common
| | | 
| * | commit 084b9e4c070fc30ba8a1ddf78050ed7e8d4df471
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 29 09:50:43 2018 +0100
| | | 
| | |     Set permissions of installed headers
| | |     
| | |     Qwt uses qmake -install qinstall, which has problems on the latest Qt when
| | |     running under a docker instance: files are set to chmod 000. Only the installed
| | |     headers seem affected.
| | | 
| | | M	Makefile.in
| | | 
| * | commit 8dd29ae12c29b78c50cec71dcdf21c314f876b96
| | | Author: Adeel Asghar 
| | | Date:   Wed Oct 3 15:58:28 2018 +0200
| | | 
| | |     Check for NULL pointers
| | |     Avoids crashing
| | |     Make sure to close the result file in case of error
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.omdev.mingw
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 151c704b4677f9e22635f952c3deaf174bddfc2f
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 6 07:43:58 2018 +0200
| | | 
| | |     Pass linker to qwt
| | | 
| | | M	qwt/Makefile.unix.in
| | | 
| * | commit 0e1d01eeb30b0c2a2a01b83fd99b41fbb2312530
| | | Author: Christoffer Fors Johansson 
| | | Date:   Fri Jul 7 15:46:53 2017 +0200
| | | 
| | |     Better way of handling interactive simulation control buttons.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit eb19ef4a23344f7332e6f1a8fc4dc7ccb5fc311f
| | | Author: Christoffer Fors Johansson 
| | | Date:   Tue Jun 27 15:36:21 2017 +0200
| | | 
| | |     Interactive plot windows.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | A	OMPlot/OMPlotGUI/Resources/icons/initialize.svg
| | | A	OMPlot/OMPlotGUI/Resources/icons/pause.svg
| | | A	OMPlot/OMPlotGUI/Resources/icons/play_animation.svg
| | | M	common
| | | 
| * | commit 017636b9c0e4185e3f60d0863b13bcf19238ce99
| | | Author: Jan Šilar 
| | | Date:   Wed Oct 18 09:16:01 2017 +0200
| | | 
| | |     PDEPlots
| | |     
| | |     Avoiding auxiliary variable introduced in previous bugfix.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 7f2c3327a03328c0686b9f97331a83a35d2bb80c
| | | Author: Jan Šilar 
| | | Date:   Wed Jul 5 14:49:30 2017 +0200
| | | 
| | |     Array plots
| | |     
| | |     - New array and array parametric plots mostly for PDEModelica.
| | |     - getStartStopTime() method.
| | |     - changes for time slider.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 3d09049ae751b6d715140c43d19cb271c9547749
| | | Author: Adeel Asghar 
| | | Date:   Sat Jun 3 13:10:18 2017 +0200
| | | 
| | |     Revert "ticket:4428 Set very low ration for legend so that plot gets more space."
| | |     
| | |     This reverts commit e2f605d6acfaa598b41a917e26d8c3ea9540bf2a.
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit e2f605d6acfaa598b41a917e26d8c3ea9540bf2a
| | | Author: Adeel Asghar 
| | | Date:   Tue May 30 15:13:37 2017 +0200
| | | 
| | |     ticket:4428 Set very low ration for legend so that plot gets more space.
| | |     When we have several legend items then a scroll bar will appear.
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 16532e56486722daa519e15f56203cc5408d21a8
| | | Author: Adeel Asghar 
| | | Date:   Tue May 30 13:08:29 2017 +0200
| | | 
| | |     ticket:2232 Allow setting axes range manually.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 0466192b2cf9ef419d0becf05e996c6dca631033
| | | Author: Adeel Asghar 
| | | Date:   Tue May 9 13:36:08 2017 +0200
| | | 
| | |     ticket:4400 Toggle visibility with single click.
| | |     Hide all except click curve with double click.
| | |     Don't show plot picker for hidden curves.
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotPicker.cpp
| | | 
| * | commit ba9d6fd0296aa764baf2e021ffbf5d24f7968363
| | | Author: Adeel Asghar 
| | | Date:   Thu May 4 13:48:49 2017 +0200
| | | 
| | |     ticket:4400 Toggle the visibility of plot curve on legend double click.
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 88971456a9ceb045db7e3950055c511841ba5c2a
| | | Author: Adeel Asghar 
| | | Date:   Tue Apr 25 14:34:28 2017 +0200
| | | 
| | |     ticket:4369 Do not use square brackets for units.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotPicker.cpp
| | | 
| * | commit 9b947e8b74dd6c469bf36f7fc244e8012d20e2fd
| | | Author: Adeel Asghar 
| | | Date:   Thu Apr 6 14:43:25 2017 +0200
| | | 
| | |     Removed zoom & pan buttons.
| | |     Zoom is default.
| | |     Panning is done by pressing the control key.
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 6f97c81edb91698a446a77f6a419da4185821ebb
| | | Author: Adeel Asghar 
| | | Date:   Fri Mar 31 11:53:43 2017 +0200
| | | 
| | |     Update common
| | | 
| | | M	common
| | | 
| * | commit 3c328b2cf164de02b21e8df729a0bc7268f1ccbe
| | | Author: Adeel Asghar 
| | | Date:   Fri Mar 31 11:49:15 2017 +0200
| | | 
| | |     Make the x and y arrays public.
| | |     So that we don't create them every time we need to access them.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotPicker.cpp
| | | 
| * | commit 6e6f898e306c6a82be230c2cfb9e76397d30d17f
| | | Author: Lennart Ochel 
| | | Date:   Thu Mar 30 14:38:23 2017 +0200
| | | 
| | |     Accept lambda as independent variable in csv files
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit e6c418104786b1f99f1fee07b353c63029b31ffb
| | | Author: hkiel 
| | | Date:   Tue Mar 28 11:28:51 2017 +0200
| | | 
| | |     Spell fix
| | | 
| | | M	README.md
| | | 
| * | commit 8e9e7fd085ebb6d43674e33f9d516988a2194ce9
| | | Author: Lennart Ochel 
| | | Date:   Tue Jan 24 23:51:07 2017 +0100
| | | 
| | |     Fix --plotAll
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 8f610cf36bbf82880d80a2a6feb65d55c52df1d3
| | | Author: Lennart Ochel 
| | | Date:   Tue Jan 24 17:42:46 2017 +0100
| | | 
| | |     Add interactive mode to select filename
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit a3eb94b14a6c6f5aef390c2441a2aaed531ac7a9
| | | Author: Lennart Ochel 
| | | Date:   Tue Jan 24 20:49:38 2017 +0100
| | | 
| | |     Exit on error
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 9ec2ada2068e88dbff8f06a537ec17e89d5ab732
| | | Author: Lennart Ochel 
| | | Date:   Tue Jan 24 20:39:36 2017 +0100
| | | 
| | |     Remove redundant help statements
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit a63371439a611a42876743a9e0f5616d061d104d
| | | Author: Lennart Ochel 
| | | Date:   Tue Jan 24 16:09:56 2017 +0100
| | | 
| | |     Dump the flags in alphabetical order
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 0ca376fbd2febcf8cbeb07abe0e9c38a0726cf5a
| | | Author: Lennart Ochel 
| | | Date:   Sat Jan 21 21:35:01 2017 +0100
| | | 
| | |     Assume the filename to load if none is specified
| | |     
| | |     * If no filename is specified and the current directory only
| | |       contains a single result file, then that one is loaded
| | |       automatically.
| | |     * Add error message to command line if no variable is specified.
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 6205bffc42c40f60fa56bff6f80b7a89bd55cbe0
| | | Author: Martin Sjölund 
| | | Date:   Sat Nov 26 08:00:53 2016 +0100
| | | 
| | |     Update common
| | | 
| | | M	common
| | | 
| * | commit 66a404eb434b97f471342ed4e712d94908f3bd10
| | | Author: Adeel Asghar 
| | | Date:   Fri Nov 11 14:34:49 2016 +0100
| | | 
| | |     update submodule.
| | | 
| | | M	common
| | | 
| * | commit f335090fb54fbbc8ddc9a384ac0bf1ea0244491f
| | | Author: Adeel Asghar 
| | | Date:   Tue Oct 25 20:26:07 2016 +0200
| | | 
| | |     Better tooltip.
| | |     Missing files from last commit.
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | A	OMPlot/OMPlotGUI/PlotPicker.cpp
| | | A	OMPlot/OMPlotGUI/PlotPicker.h
| | | A	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | A	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit ffd8bcce94dd99a584e7ec4abcd241b7b818adcf
| | | Author: Adeel Asghar 
| | | Date:   Tue Oct 25 20:21:15 2016 +0200
| | | 
| | |     ticket:2166, 2696 & 3879.
| | |     Show the value of the curve on the mouse hover.
| | |     Highlight the closest data point with a marker.
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlot.h
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit acfbd683ff3e6e48b00cae931df0c607158b50b2
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 18 17:48:46 2016 +0200
| | | 
| | |     Update submodule
| | | 
| | | M	common
| | | 
| * | commit f907e83f7ea9c325c8f5ee350317059f173bc714
| | | Author: Martin Sjölund 
| | | Date:   Tue Oct 18 11:57:45 2016 +0200
| | | 
| | |     Compile OMPlot with C++11
| | |     
| | |     C++11 is required in Qt 5.7
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	configure.ac
| | | M	qwt/Makefile.unix.in
| | | 
| * | commit 1e06cf25df075ac0437b7ad1e2eef75024f2c20a
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 17 11:59:19 2016 +0200
| | | 
| | |     Update submodule
| | | 
| | | M	common
| | | 
| * | commit e9fc8d32695fa267342cde8ba30f6aa6e58fab04
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 17 11:34:58 2016 +0200
| | | 
| | |     Update submodule
| | | 
| | | M	common
| | | 
| * | commit aeabd2e17e3c096970b28e390d5f199b252f4821
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 17 09:24:23 2016 +0200
| | | 
| | |     Update common submodule
| | | 
| | | M	common
| | | 
| * | commit 4f2beb76631955f93ff4fa20f345728d3983fe1e
| | | Author: Adeel Asghar 
| | | Date:   Tue Oct 11 00:04:07 2016 +0200
| | | 
| | |     ticket:3984
| | |     Added a tooltip for legend item with name and filename.
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | 
| * | commit 9ccbe2073979b6f2660616dfa4f6aacdd00a70b6
| | | Author: Martin Sjölund 
| | | Date:   Thu Jul 21 14:23:28 2016 +0200
| | | 
| | |     Update to compile with QT5
| | | 
| | | M	common
| | | 
| * | commit 6038450d2f3cb0ebb7c8df95f674be89c82b1752
| | | Author: Adeel Asghar 
| | | Date:   Tue May 10 13:33:19 2016 +0200
| | | 
| | |     Updated compile instructions to new msys.
| | | 
| | | M	README.md
| | | 
| * | commit c81d99c042e6473ba361d3a45578dedda420a669
| | | Author: Adeel Asghar 
| | | Date:   Tue May 3 12:52:24 2016 +0200
| | | 
| | |     Update common submodule.
| | | 
| | | M	common
| | | 
| * | commit 070e013583ec3603ee1524e9533d5c8caefa12db
| | | Author: Adeel Asghar 
| | | Date:   Mon May 2 16:46:42 2016 +0200
| | | 
| | |     Handle update of x-axis values. Store time unit.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit b02b7fb6e6e435251c3f6072c5c2fb83e496c058
| | | Author: Adrian Pop 
| | | Date:   Mon Apr 4 16:59:02 2016 +0200
| | | 
| | |     adapt to msys2 mingw32/mingw64 - ticket:2578
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.omdev.mingw
| | | 
| * | commit b657a9f2ebb4f7ac3e6a723ef3d64c3cd97c1694
| | | Author: Adeel Asghar 
| | | Date:   Wed Mar 23 18:52:37 2016 +0100
| | | 
| | |     Store display unit.
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | |   
| * |   commit 49f69c6a26593be14dfa4dd25754b816f0a64725
| |\ \  Merge: 928d504e84 caf519c7bd
| | | | Author: Henning Kiel 
| | | | Date:   Fri Jan 15 08:01:51 2016 +0100
| | | | 
| | | |     Merge pull request #1 from hkiel/multi_parametric
| | | |     
| | | |     allow to plot many graphs in one plotParametric
| | | | 
| | * | commit caf519c7bd4c790135d133cc7334c7f0a95a44f7
| |/ /  Author: hkiel 
| | |   Date:   Thu Jan 14 14:49:24 2016 +0100
| | |   
| | |       allow to plot many graphs in one plotParametric
| | |   
| | |   M	.gitignore
| | |   M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 928d504e84e78bce08a8c5a2bd10cb49c9082466
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 25 16:31:04 2015 +0100
| | | 
| | |     Rename Plot.h to OMPlot.h
| | |     
| | |     This avoids conflicts with certain system headers.
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | R097	OMPlot/OMPlotGUI/Plot.h	OMPlot/OMPlotGUI/OMPlot.h
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotGrid.h
| | | M	OMPlot/OMPlotGUI/PlotPanner.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/PlotZoomer.h
| | |   
| * |   commit 847989d29952ad24ff25004c00b4334123de7df9
| |\ \  Merge: 47b15cfba1 57c8c57a24
| | | | Author: Adeel Asghar 
| | | | Date:   Tue Nov 17 14:35:04 2015 +0100
| | | | 
| | | |     Merge branch 'master' of https://github.com/OpenModelica/OMPlot
| | | | 
| | * | commit 57c8c57a24e95422295961c4c432ea89a4466788
| | | | Author: Martin Sjölund 
| | | | Date:   Wed Oct 21 08:57:38 2015 +0200
| | | | 
| | | |     Check for qmake in configure instead of make
| | | | 
| | | | M	configure.ac
| | | | M	qwt/Makefile.unix.in
| | | | 
| | * | commit 159e5dd3e16961da24c23cfe5dbe8bc9a94b4e0c
| | | | Author: Martin Sjölund 
| | | | Date:   Tue Oct 20 13:41:45 2015 +0200
| | | | 
| | | |     Check for empty qmake command
| | | | 
| | | | M	common
| | | | M	qwt/Makefile.unix.in
| | | | 
| * | | commit 47b15cfba15e9caaf02f7a22624bb15604d91a7d
| |/ /  Author: Adeel Asghar 
| | |   Date:   Tue Nov 17 14:31:58 2015 +0100
| | |   
| | |       Remove the space between x and y-axis.
| | |   
| | |   M	OMPlot/OMPlotGUI/Legend.h
| | |   M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | |   M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | |   M	OMPlot/OMPlotGUI/Plot.cpp
| | |   D	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | |   D	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit 286efb13044c544a3a6f773e56778b54822c2139
| | | Author: adrpo 
| | | Date:   Fri Jul 24 00:37:57 2015 +0200
| | | 
| | |     - fix typo in gcc linking flag
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	common
| | | 
| * | commit 99a281dbc00357af2efefcc0cacf44fc7f82b708
| | | Author: adrpo 
| | | Date:   Mon Jul 20 21:27:24 2015 +0200
| | | 
| | |     - use -Wl,--enable-auto-import instead of -enable-auto-import
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | 
| * | commit c1cc253bee3140ff8e92497b5419200095e0b25d
| | | Author: adrpo 
| | | Date:   Mon Jul 20 01:14:37 2015 +0200
| | | 
| | |     - support both Qt 4.x and 5.x
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | M	qwt/src/qwt_global.h
| | | 
| * | commit 347d15cf032a7a94e45473cc486118d512c8ed6c
| | | Author: Martin Sjölund 
| | | Date:   Thu Jun 18 10:59:10 2015 +0200
| | | 
| | |     Update common
| | | 
| | | M	common
| | | 
| * | commit f7acdb9ab3ead67cd5f6752006233db9d25c5974
| | | Author: Martin Sjölund 
| | | Date:   Mon Jun 15 09:42:18 2015 +0200
| | | 
| | |     Ignore install-sh
| | | 
| | | M	.gitignore
| | | 
| * | commit 4f0d25536b4394240bcea4372f2c7c6231c8aa57
| | | Author: Adeel Asghar 
| | | Date:   Tue Jun 9 12:44:21 2015 +0200
| | | 
| | |     Updated common submodule.
| | | 
| | | M	common
| | | 
| * | commit c247847197f82e5fdf6608d3360d54b81026c138
| | | Author: Adeel Asghar 
| | | Date:   Tue May 12 14:37:01 2015 +0200
| | | 
| | |     - LF as eol.
| | |     - Install pre-commit hook.
| | | 
| | | M	.gitattributes
| | | M	Makefile.omdev.mingw
| | | 
| * | commit 213ce20f1891e5661895aac260d85aae3c2e9694
| | | Author: Martin Sjölund 
| | | Date:   Mon May 11 17:02:52 2015 +0200
| | | 
| | |     Update submodules
| | | 
| | | M	common
| | | 
| * | commit bd8f9a3cf6071d48a6f83c7d7a71e510d3fc052f
| | | Author: Adeel Asghar 
| | | Date:   Wed May 6 17:11:15 2015 +0200
| | | 
| | |     More README updates. Removed README.txt
| | | 
| | | D	OMPlot/README.txt
| | | M	README.md
| | | 
| * | commit ea5107f5127f52566d130b303122d9fdfa5edf92
| | | Author: Adeel Asghar 
| | | Date:   Wed May 6 16:44:39 2015 +0200
| | | 
| | |     Updated README
| | | 
| | | M	README.md
| | | 
| * | commit a5e05b311c0e18e9bd7e7dc490814a886aa20a4f
| | | Author: Adeel Asghar 
| | | Date:   Wed May 6 15:41:12 2015 +0200
| | | 
| | |     Copy OMPlot header files.
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.omdev.mingw
| | | 
| * | commit a050f2c3df63da4402b4ee3304cf2361432d2e22
| | | Author: Adeel Asghar 
| | | Date:   Wed May 6 14:35:58 2015 +0200
| | | 
| | |     Removed unused stuff.
| | | 
| | | M	Makefile.omdev.mingw
| | | 
| * | commit 4cd2000edfad70a8fde96d5ea725e5795aa27583
| | | Author: Adeel Asghar 
| | | Date:   Wed May 6 14:28:28 2015 +0200
| | | 
| | |     Fixed OMPlot & qwt compilation for Windows.
| | | 
| | | A	Makefile.omdev.mingw
| | | M	OMPlot/OMPlotGUI/Makefile.omdev.mingw
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	qwt/Makefile.omdev.mingw
| | | 
| * | commit 95a869dfeb967b6b5ec91b90e0170c6cf79d3a87
| | | Author: Martin Sjölund 
| | | Date:   Tue May 5 22:27:39 2015 +0200
| | | 
| | |     Compile OMPlot from clean
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit 51478233dd7777de20ad88a6787e20426deb2e45
| | | Author: Martin Sjölund 
| | | Date:   Tue May 5 21:59:57 2015 +0200
| | | 
| | |     Copy more files to the build directory
| | | 
| | | M	Makefile.in
| | | 
| * | commit aedf3f4ff2bd586a5936f8d99f8d3e7cd7ba1871
| | | Author: Martin Sjölund 
| | | Date:   Tue May 5 21:06:28 2015 +0200
| | | 
| | |     Copy includes to omplot
| | | 
| | | M	Makefile.in
| | | 
| * | commit ecfaaf73afe179a77d96b4f077d98c4a2749eac6
| | | Author: Adeel Asghar 
| | | Date:   Tue May 5 18:13:56 2015 +0200
| | | 
| | |     Fixed compilation.
| | | 
| | | M	.gitignore
| | | A	OMPlot/OMPlotGUI/Makefile.omdev.mingw
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	qwt/Makefile.omdev.mingw
| | | 
| * | commit a4b3fc3f66ed21619be10ebfe31965b17bc9dff1
| | | Author: Martin Sjölund 
| | | Date:   Tue May 5 14:57:05 2015 +0200
| | | 
| | |     Update configuration
| | | 
| | | M	common
| | | 
| * | commit 07583cf28f27fa0b63f571037b0a7c052bb2a3c5
| | | Author: Martin Sjölund 
| | | Date:   Tue May 5 14:16:16 2015 +0200
| | | 
| | |     Use the configurable build directory
| | |     Also fix using the correct CXX in qwt
| | | 
| | | M	.gitignore
| | | M	Makefile.in
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	common
| | | M	configure.ac
| | | M	qwt/Makefile.unix.in
| | | A	qwt/qwt.config.in
| | | M	qwt/qwt.pro
| | | 
| * | commit 6d4f0161fa56c84ced1d3756c7b5c0702640ff36
| | | Author: Martin Sjölund 
| | | Date:   Sun May 3 19:07:29 2015 +0200
| | | 
| | |     Whitespace
| | | 
| | | M	qwt/Makefile.omdev.mingw
| | | 
| * | commit 68501e243a7f92d58ed2ce953ae535c553b0024e
| | | Author: Martin Sjölund 
| | | Date:   Sat May 2 20:10:27 2015 +0200
| | | 
| | |     Bug reports
| | | 
| | | M	README.md
| | | 
| * | commit 0637335fe1ab53bf1d73d384bfaee944886e11c4
| | | Author: Martin Sjölund 
| | | Date:   Sat May 2 16:29:45 2015 +0200
| | | 
| | |     Add missing makefile, copying, readme
| | | 
| | | A	.gitignore
| | | A	COPYING
| | | A	Makefile.in
| | | A	README.md
| | | M	common
| | | A	configure.ac
| | | 
| * | commit 4273b13792748fe4a23a1f0d001ca3ebc74689d9
| | | Author: Martin Sjölund 
| | | Date:   Sat May 2 16:09:49 2015 +0200
| | | 
| | |     Fix compilation after git-svn conversion
| | |     - Added qwt, man-pages, etc
| | | 
| | | A	.gitattributes
| | | A	.gitmodules
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | A	common
| | | A	doc/OMPlot.1
| | | A	qwt.txt
| | | A	qwt/COPYING
| | | A	qwt/INSTALL
| | | A	qwt/Makefile.omdev.mingw
| | | A	qwt/Makefile.unix.in
| | | A	qwt/README
| | | A	qwt/TODO
| | | A	qwt/admin/svn2package.sh
| | | A	qwt/qwt.prf
| | | A	qwt/qwt.pro
| | | A	qwt/qwtbuild.pri
| | | A	qwt/qwtconfig.pri
| | | A	qwt/qwtfunctions.pri
| | | A	qwt/src/qwt.h
| | | A	qwt/src/qwt_abstract_legend.cpp
| | | A	qwt/src/qwt_abstract_legend.h
| | | A	qwt/src/qwt_abstract_scale.cpp
| | | A	qwt/src/qwt_abstract_scale.h
| | | A	qwt/src/qwt_abstract_scale_draw.cpp
| | | A	qwt/src/qwt_abstract_scale_draw.h
| | | A	qwt/src/qwt_abstract_slider.cpp
| | | A	qwt/src/qwt_abstract_slider.h
| | | A	qwt/src/qwt_analog_clock.cpp
| | | A	qwt/src/qwt_analog_clock.h
| | | A	qwt/src/qwt_arrow_button.cpp
| | | A	qwt/src/qwt_arrow_button.h
| | | A	qwt/src/qwt_bezier.cpp
| | | A	qwt/src/qwt_bezier.h
| | | A	qwt/src/qwt_clipper.cpp
| | | A	qwt/src/qwt_clipper.h
| | | A	qwt/src/qwt_color_map.cpp
| | | A	qwt/src/qwt_color_map.h
| | | A	qwt/src/qwt_column_symbol.cpp
| | | A	qwt/src/qwt_column_symbol.h
| | | A	qwt/src/qwt_compass.cpp
| | | A	qwt/src/qwt_compass.h
| | | A	qwt/src/qwt_compass_rose.cpp
| | | A	qwt/src/qwt_compass_rose.h
| | | A	qwt/src/qwt_compat.h
| | | A	qwt/src/qwt_counter.cpp
| | | A	qwt/src/qwt_counter.h
| | | A	qwt/src/qwt_curve_fitter.cpp
| | | A	qwt/src/qwt_curve_fitter.h
| | | A	qwt/src/qwt_date.cpp
| | | A	qwt/src/qwt_date.h
| | | A	qwt/src/qwt_date_scale_draw.cpp
| | | A	qwt/src/qwt_date_scale_draw.h
| | | A	qwt/src/qwt_date_scale_engine.cpp
| | | A	qwt/src/qwt_date_scale_engine.h
| | | A	qwt/src/qwt_dial.cpp
| | | A	qwt/src/qwt_dial.h
| | | A	qwt/src/qwt_dial_needle.cpp
| | | A	qwt/src/qwt_dial_needle.h
| | | A	qwt/src/qwt_dyngrid_layout.cpp
| | | A	qwt/src/qwt_dyngrid_layout.h
| | | A	qwt/src/qwt_event_pattern.cpp
| | | A	qwt/src/qwt_event_pattern.h
| | | A	qwt/src/qwt_global.h
| | | A	qwt/src/qwt_graphic.cpp
| | | A	qwt/src/qwt_graphic.h
| | | A	qwt/src/qwt_interval.cpp
| | | A	qwt/src/qwt_interval.h
| | | A	qwt/src/qwt_interval_symbol.cpp
| | | A	qwt/src/qwt_interval_symbol.h
| | | A	qwt/src/qwt_knob.cpp
| | | A	qwt/src/qwt_knob.h
| | | A	qwt/src/qwt_legend.cpp
| | | A	qwt/src/qwt_legend.h
| | | A	qwt/src/qwt_legend_data.cpp
| | | A	qwt/src/qwt_legend_data.h
| | | A	qwt/src/qwt_legend_label.cpp
| | | A	qwt/src/qwt_legend_label.h
| | | A	qwt/src/qwt_magnifier.cpp
| | | A	qwt/src/qwt_magnifier.h
| | | A	qwt/src/qwt_math.cpp
| | | A	qwt/src/qwt_math.h
| | | A	qwt/src/qwt_matrix_raster_data.cpp
| | | A	qwt/src/qwt_matrix_raster_data.h
| | | A	qwt/src/qwt_null_paintdevice.cpp
| | | A	qwt/src/qwt_null_paintdevice.h
| | | A	qwt/src/qwt_painter.cpp
| | | A	qwt/src/qwt_painter.h
| | | A	qwt/src/qwt_painter_command.cpp
| | | A	qwt/src/qwt_painter_command.h
| | | A	qwt/src/qwt_panner.cpp
| | | A	qwt/src/qwt_panner.h
| | | A	qwt/src/qwt_picker.cpp
| | | A	qwt/src/qwt_picker.h
| | | A	qwt/src/qwt_picker_machine.cpp
| | | A	qwt/src/qwt_picker_machine.h
| | | A	qwt/src/qwt_pixel_matrix.cpp
| | | A	qwt/src/qwt_pixel_matrix.h
| | | A	qwt/src/qwt_plot.cpp
| | | A	qwt/src/qwt_plot.h
| | | A	qwt/src/qwt_plot_abstract_barchart.cpp
| | | A	qwt/src/qwt_plot_abstract_barchart.h
| | | A	qwt/src/qwt_plot_axis.cpp
| | | A	qwt/src/qwt_plot_barchart.cpp
| | | A	qwt/src/qwt_plot_barchart.h
| | | A	qwt/src/qwt_plot_canvas.cpp
| | | A	qwt/src/qwt_plot_canvas.h
| | | A	qwt/src/qwt_plot_curve.cpp
| | | A	qwt/src/qwt_plot_curve.h
| | | A	qwt/src/qwt_plot_dict.cpp
| | | A	qwt/src/qwt_plot_dict.h
| | | A	qwt/src/qwt_plot_directpainter.cpp
| | | A	qwt/src/qwt_plot_directpainter.h
| | | A	qwt/src/qwt_plot_glcanvas.cpp
| | | A	qwt/src/qwt_plot_glcanvas.h
| | | A	qwt/src/qwt_plot_grid.cpp
| | | A	qwt/src/qwt_plot_grid.h
| | | A	qwt/src/qwt_plot_histogram.cpp
| | | A	qwt/src/qwt_plot_histogram.h
| | | A	qwt/src/qwt_plot_intervalcurve.cpp
| | | A	qwt/src/qwt_plot_intervalcurve.h
| | | A	qwt/src/qwt_plot_item.cpp
| | | A	qwt/src/qwt_plot_item.h
| | | A	qwt/src/qwt_plot_layout.cpp
| | | A	qwt/src/qwt_plot_layout.h
| | | A	qwt/src/qwt_plot_legenditem.cpp
| | | A	qwt/src/qwt_plot_legenditem.h
| | | A	qwt/src/qwt_plot_magnifier.cpp
| | | A	qwt/src/qwt_plot_magnifier.h
| | | A	qwt/src/qwt_plot_marker.cpp
| | | A	qwt/src/qwt_plot_marker.h
| | | A	qwt/src/qwt_plot_multi_barchart.cpp
| | | A	qwt/src/qwt_plot_multi_barchart.h
| | | A	qwt/src/qwt_plot_panner.cpp
| | | A	qwt/src/qwt_plot_panner.h
| | | A	qwt/src/qwt_plot_picker.cpp
| | | A	qwt/src/qwt_plot_picker.h
| | | A	qwt/src/qwt_plot_rasteritem.cpp
| | | A	qwt/src/qwt_plot_rasteritem.h
| | | A	qwt/src/qwt_plot_renderer.cpp
| | | A	qwt/src/qwt_plot_renderer.h
| | | A	qwt/src/qwt_plot_rescaler.cpp
| | | A	qwt/src/qwt_plot_rescaler.h
| | | A	qwt/src/qwt_plot_scaleitem.cpp
| | | A	qwt/src/qwt_plot_scaleitem.h
| | | A	qwt/src/qwt_plot_seriesitem.cpp
| | | A	qwt/src/qwt_plot_seriesitem.h
| | | A	qwt/src/qwt_plot_shapeitem.cpp
| | | A	qwt/src/qwt_plot_shapeitem.h
| | | A	qwt/src/qwt_plot_spectrocurve.cpp
| | | A	qwt/src/qwt_plot_spectrocurve.h
| | | A	qwt/src/qwt_plot_spectrogram.cpp
| | | A	qwt/src/qwt_plot_spectrogram.h
| | | A	qwt/src/qwt_plot_svgitem.cpp
| | | A	qwt/src/qwt_plot_svgitem.h
| | | A	qwt/src/qwt_plot_textlabel.cpp
| | | A	qwt/src/qwt_plot_textlabel.h
| | | A	qwt/src/qwt_plot_tradingcurve.cpp
| | | A	qwt/src/qwt_plot_tradingcurve.h
| | | A	qwt/src/qwt_plot_xml.cpp
| | | A	qwt/src/qwt_plot_zoneitem.cpp
| | | A	qwt/src/qwt_plot_zoneitem.h
| | | A	qwt/src/qwt_plot_zoomer.cpp
| | | A	qwt/src/qwt_plot_zoomer.h
| | | A	qwt/src/qwt_point_3d.cpp
| | | A	qwt/src/qwt_point_3d.h
| | | A	qwt/src/qwt_point_data.cpp
| | | A	qwt/src/qwt_point_data.h
| | | A	qwt/src/qwt_point_mapper.cpp
| | | A	qwt/src/qwt_point_mapper.h
| | | A	qwt/src/qwt_point_polar.cpp
| | | A	qwt/src/qwt_point_polar.h
| | | A	qwt/src/qwt_raster_data.cpp
| | | A	qwt/src/qwt_raster_data.h
| | | A	qwt/src/qwt_round_scale_draw.cpp
| | | A	qwt/src/qwt_round_scale_draw.h
| | | A	qwt/src/qwt_samples.h
| | | A	qwt/src/qwt_sampling_thread.cpp
| | | A	qwt/src/qwt_sampling_thread.h
| | | A	qwt/src/qwt_scale_div.cpp
| | | A	qwt/src/qwt_scale_div.h
| | | A	qwt/src/qwt_scale_draw.cpp
| | | A	qwt/src/qwt_scale_draw.h
| | | A	qwt/src/qwt_scale_engine.cpp
| | | A	qwt/src/qwt_scale_engine.h
| | | A	qwt/src/qwt_scale_map.cpp
| | | A	qwt/src/qwt_scale_map.h
| | | A	qwt/src/qwt_scale_widget.cpp
| | | A	qwt/src/qwt_scale_widget.h
| | | A	qwt/src/qwt_series_data.cpp
| | | A	qwt/src/qwt_series_data.h
| | | A	qwt/src/qwt_series_store.h
| | | A	qwt/src/qwt_slider.cpp
| | | A	qwt/src/qwt_slider.h
| | | A	qwt/src/qwt_spline.cpp
| | | A	qwt/src/qwt_spline.h
| | | A	qwt/src/qwt_spline_curve_fitter.cpp
| | | A	qwt/src/qwt_spline_curve_fitter.h
| | | A	qwt/src/qwt_symbol.cpp
| | | A	qwt/src/qwt_symbol.h
| | | A	qwt/src/qwt_system_clock.cpp
| | | A	qwt/src/qwt_system_clock.h
| | | A	qwt/src/qwt_text.cpp
| | | A	qwt/src/qwt_text.h
| | | A	qwt/src/qwt_text_engine.cpp
| | | A	qwt/src/qwt_text_engine.h
| | | A	qwt/src/qwt_text_label.cpp
| | | A	qwt/src/qwt_text_label.h
| | | A	qwt/src/qwt_thermo.cpp
| | | A	qwt/src/qwt_thermo.h
| | | A	qwt/src/qwt_transform.cpp
| | | A	qwt/src/qwt_transform.h
| | | A	qwt/src/qwt_weeding_curve_fitter.cpp
| | | A	qwt/src/qwt_weeding_curve_fitter.h
| | | A	qwt/src/qwt_wheel.cpp
| | | A	qwt/src/qwt_wheel.h
| | | A	qwt/src/qwt_widget_overlay.cpp
| | | A	qwt/src/qwt_widget_overlay.h
| | | A	qwt/src/src.pri
| | | A	qwt/src/src.pro
| | | 
| * | commit 1e3d33b38b507c31f9909ad2db20c58d9e9f586b
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 30 10:40:33 2015 +0000
| | | 
| | |     Multiarch patch: install libraries to OMHOME/lib//omc
| | |     - This will allow users to install multiple versions of the simulation libraries at the same time
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit 8a93f2fa45086f7c89658dc0d58be7560f63a79b
| | | Author: Adeel Asghar 
| | | Date:   Fri Apr 10 15:09:09 2015 +0000
| | | 
| | |     #3270
| | |     - Redraw plot when curves are removed. Preserve the users zoom level when Auto Scale is unchecked.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25497 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 3844793bd785e5741f224f65ef183883886ea37f
| | | Author: Adeel Asghar 
| | | Date:   Thu Apr 9 23:00:51 2015 +0000
| | | 
| | |     #2860
| | |     - Allow preserving the zoom level. Don't always auto rescale for new variables in plot.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 3dd5a11b796aebba057db56aac90be3589dc2de6
| | | Author: Adeel Asghar 
| | | Date:   Tue Apr 7 12:03:32 2015 +0000
| | | 
| | |     #3267
| | |     - Remember the last used directory.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25412 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 74cccab6231ca088168f417e06fecdf765b61e6d
| | | Author: Henning Kiel 
| | | Date:   Fri Feb 13 12:46:06 2015 +0000
| | | 
| | |     removed unnecessary temporary allocation of heap
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24566 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 64b1facbf2ee941bd2282793f33bb28f8d590a07
| | | Author: Henning Kiel 
| | | Date:   Fri Feb 13 11:55:54 2015 +0000
| | | 
| | |     fix checking of existance of variables in cvs files
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 9fa7fec8cc8e6000dd3231e41018bbf9de6c80a0
| | | Author: Henning Kiel 
| | | Date:   Wed Feb 11 12:32:14 2015 +0000
| | | 
| | |     fix some warnings
| | |     proper implementation of _omc_copyMatrix()
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24523 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 1a9082062f062fee8b9d0d263a7fc1ee7566c704
| | | Author: Adeel Asghar 
| | | Date:   Sat Jan 31 15:13:16 2015 +0000
| | | 
| | |     #3098
| | |     - Better plot colors for 3rd & 4th variables.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | 
| * | commit b2f7f015f86b7b5a31b945b94cf269741cad4a13
| | | Author: Adeel Asghar 
| | | Date:   Wed Nov 19 16:30:33 2014 +0000
| | | 
| | |     #2993
| | |     - Allow tiling of sub-windows horizontally and vertically.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 5b068ec0e12a8c990e2077267064b3df6de921db
| | | Author: Adrian Pop 
| | | Date:   Tue Oct 28 21:54:00 2014 +0000
| | | 
| | |     - update boehm gc to latest from github (via OpenModelicaExternal 3rdParty/gc)
| | |     - rename 3rdParty/gc-7.2 to 3rdParty/gc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23022 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit b95409cbe37d83045bf1ad290d9accaee63fbfe6
| | | Author: Martin Sjölund 
| | | Date:   Thu Sep 18 09:43:47 2014 +0000
| | | 
| | |     #2798 Fix crash when saving models in OMEdit
| | |     - A function returning a bool did not return any value, causing the crash
| | |     - Enabled compiler warnings since it was suppressed before and warnings are 'very' useful
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22347 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit e48ee4f178367430b681a0bc32c00ca0a17ec9ff
| | | Author: Adeel Asghar 
| | | Date:   Mon Aug 25 12:27:52 2014 +0000
| | | 
| | |     - Handle the plot of two or more variables.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21979 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit a3f232cd1a9037f6555cc81b90e706684394d501
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 24 09:18:02 2014 +0000
| | | 
| | |     #2641 Use C++ locale-independent functions when reading csv-files in OMPlot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit ba30a66f15bb3aebef354eded20553c2de85024c
| | | Author: Martin Sjölund 
| | | Date:   Tue Jun 24 08:07:52 2014 +0000
| | | 
| | |     Remove some more references
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit 06699ec950c0d4ef59914645fba5eda269f1106d
| | | Author: Adeel Asghar 
| | | Date:   Wed Jun 18 16:42:34 2014 +0000
| | | 
| | |     #2255
| | |     - Show units in the plot legends & titles.
| | |     - Fixed some issues with plotParametric.
| | |     - Use the CsvReader for plotParametric.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 5611563a49cf6452809038e5b2f9dd611bbbd2f3
| | | Author: Adeel Asghar 
| | | Date:   Wed Jun 4 15:08:58 2014 +0000
| | | 
| | |     - qtclients doesn't depend in libgc now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit 313e599167211edefc6c8761925217f6ae6444ef
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 4 14:03:24 2014 +0000
| | | 
| | |     Skip linking libgc for qtclients
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit 3aa97676334f6be4edda5e198fcdfa246db7759f
| | | Author: Martin Sjölund 
| | | Date:   Fri May 23 13:30:20 2014 +0000
| | | 
| | |     Fix Linux compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit 2b825cc9bb8971775e47a4c5e58ac67e28a9d4b4
| | | Author: Martin Sjölund 
| | | Date:   Fri May 23 13:21:59 2014 +0000
| | | 
| | |     #2701
| | |     - Hopefully fixes OMPlot for OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit 7daf95e4b6dc450fac42e28effad5f8ef0279245
| | | Author: Adeel Asghar 
| | | Date:   Fri May 23 12:25:04 2014 +0000
| | | 
| | |     - Do not align the axes until we have a new implementation of scale engine.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20797 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | M	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit 38d51527d0f2f1c31a6331517ac9921fe1b1d885
| | | Author: Adeel Asghar 
| | | Date:   Wed May 21 21:14:29 2014 +0000
| | | 
| | |     - Qwt is removed from OMDev
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/README.txt
| | | 
| * | commit ea525f9d785c3b894bafa0c7da1e7ad4bc11c629
| | | Author: Adeel Asghar 
| | | Date:   Wed May 21 14:27:04 2014 +0000
| | | 
| | |     - Copy libomqwt & libOMPlot to build/lib/omc
| | |     - Fix the link path.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit 7ff98f7ebed18f63ddbe1b6b0e53d0c301cfb2c6
| | | Author: Martin Sjölund 
| | | Date:   Wed May 21 14:12:39 2014 +0000
| | | 
| | |     libOMPlot cannot depend on libOMPlot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20740 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | 
| * | commit 4fba7e2a90c5a8c01ef7d326bf463eb06f402e43
| | | Author: Martin Sjölund 
| | | Date:   Wed May 21 14:05:11 2014 +0000
| | | 
| | |     Move the copy to the correct place
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20739 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit 7646a086a8b1473c4a360e6f3ad9cab2ba6dbb8a
| | | Author: Martin Sjölund 
| | | Date:   Wed May 21 12:46:51 2014 +0000
| | | 
| | |     Better clean
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20737 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit dae00ab963e0ea55cd697e7ed2171c0a65d778bf
| | | Author: Martin Sjölund 
| | | Date:   Wed May 21 12:06:11 2014 +0000
| | | 
| | |     Fix for OSX (libOMPlot uses QtSvg)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20736 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit cc59f81f56bff87870d933ba54c338952bb1a809
| | | Author: Martin Sjölund 
| | | Date:   Wed May 21 08:06:50 2014 +0000
| | | 
| | |     Rename libqwt to libomqwt to avoid conflicts on OSX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | 
| * | commit b230e1ec12b6a4815c94d16e9a666635665e0e94
| | | Author: Martin Sjölund 
| | | Date:   Wed May 21 07:52:27 2014 +0000
| | | 
| | |     Link to OMPlotLib instead of compiling in the objects statically (re-use of the shared library is then possible)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit eb5b782d8bc61b37ad7fea4344d4256425d505b5
| | | Author: Martin Sjölund 
| | | Date:   Wed May 21 06:13:24 2014 +0000
| | | 
| | |     Hopefully fixes the Linux builds for qwt (shared version)
| | |     - Also should add OMOptimBasis as a shared library
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit 247509b940e65c1d305cd0b51ef1f852d0f8eaee
| | | Author: Adeel Asghar 
| | | Date:   Tue May 20 21:04:28 2014 +0000
| | | 
| | |     - Build all Qt clients using the local Qwt on unix as well.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit eab47a1a5c7053728b422fcd85d4e7983023079d
| | | Author: Adeel Asghar 
| | | Date:   Tue May 20 15:21:18 2014 +0000
| | | 
| | |     - Build all Qt clients using the local Qwt.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit 065d7db0e865634eaed0dcf1b0963cc1868f93f2
| | | Author: Adeel Asghar 
| | | Date:   Mon May 19 11:41:38 2014 +0000
| | | 
| | |     - Remove the background when exporting plot using qwt 5.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20681 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit e20b6312c63bb920b310756874a0e83c97aa752c
| | | Author: Adeel Asghar 
| | | Date:   Sun May 18 21:03:40 2014 +0000
| | | 
| | |     #2696
| | |     - Use 5 as a precision value.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20678 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | M	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit 88f0c6a91e39016ed7d5f8b2b13c52ff0cc6582e
| | | Author: Adeel Asghar 
| | | Date:   Fri May 9 21:19:29 2014 +0000
| | | 
| | |     - Handle the new plot grid options in plotting APIs & OMNotebook.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 967ab98df1ef13b3fcdc5dee900ea164fddf936f
| | | Author: Adeel Asghar 
| | | Date:   Fri May 9 14:51:09 2014 +0000
| | | 
| | |     - Another try to fix build.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit f45841c824abc595fb6b4c468f6493f639c8ccd4
| | | Author: Adeel Asghar 
| | | Date:   Fri May 9 14:23:44 2014 +0000
| | | 
| | |     #2679
| | |     - OMPlot setup option to set legend positions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 5d3dd9012f1618ad3835be2db3846255534debab
| | | Author: Adeel Asghar 
| | | Date:   Fri May 9 13:59:03 2014 +0000
| | | 
| | |     - Fix build
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit dd28aa904ba1864793bada37176fd842653c142c
| | | Author: Adeel Asghar 
| | | Date:   Fri May 9 13:13:58 2014 +0000
| | | 
| | |     #2679
| | |     - OMPlot setup option to set titles.
| | |     - Added the footer option to plots.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit af5679d62dadb831a91551779b453cf89b9dac60
| | | Author: Adeel Asghar 
| | | Date:   Thu May 8 22:32:21 2014 +0000
| | | 
| | |     #2679
| | |     - Fixed "There is no convenient way or replacing the colors by dashed/dotted/whole lines in black-and-white. The current version via the options menu is very cumbersome. The Dymola approach is much easier to use and more intuitive. All information collected in one place in the GUI."
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/Plot.h
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 022365ce556b11f0600ca13dba70419a4cffc40b
| | | Author: Martin Sjölund 
| | | Date:   Tue May 6 13:37:35 2014 +0000
| | | 
| | |     Use some qwt6 features also for qwt6.0
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | M	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit f19e3dc8bc58e828fa6853fc6c68f4830fa6a78d
| | | Author: Adeel Asghar 
| | | Date:   Tue May 6 12:40:17 2014 +0000
| | | 
| | |     - Only use the custom scale draw for Qwt 6.1.0.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20401 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | M	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit 101dfa645e5f147362d32076f6726b7f0a2c4eb2
| | | Author: Adeel Asghar 
| | | Date:   Tue May 6 12:24:24 2014 +0000
| | | 
| | |     - Add missing parenthesis.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | 
| * | commit b4dd5a3bed49acb2f58cadb165656bad63ad4fd1
| | | Author: Adeel Asghar 
| | | Date:   Tue May 6 12:22:06 2014 +0000
| | | 
| | |     - Another try to fix build.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20396 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | 
| * | commit cb3c7e88c4e30888630c68cd59f8d15cfade618f
| | | Author: Adeel Asghar 
| | | Date:   Tue May 6 11:59:03 2014 +0000
| | | 
| | |     - Fix build.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20393 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | 
| * | commit bb38907060d2b423072fa0e8c4e46df0baef3303
| | | Author: OpenModelica Hudson 
| | | Date:   Tue May 6 11:25:39 2014 +0000
| | | 
| | |     [Janitor mode] Fix whitespace
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit bed4b48ca499c26c2c10875ec46a54ae961a33ee
| | | Author: OpenModelica Hudson 
| | | Date:   Tue May 6 11:25:09 2014 +0000
| | | 
| | |     [Janitor mode] Set auto-props
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20388 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | M	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit fc52108f5e59083dcbcb75b095aec7e3ba13c4ea
| | | Author: Adeel Asghar 
| | | Date:   Tue May 6 11:03:35 2014 +0000
| | | 
| | |     #2679
| | |     - Fixed "When the grid is not shown, the y-axis and x-axis are drown slightly outside/below the real axes"
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20386 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | A	OMPlot/OMPlotGUI/ScaleDraw.cpp
| | | A	OMPlot/OMPlotGUI/ScaleDraw.h
| | | 
| * | commit 1e783218704d6795f1d1b583111f3153d3e808a9
| | | Author: Adeel Asghar 
| | | Date:   Fri May 2 12:28:08 2014 +0000
| | | 
| | |     - Indentation.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20348 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 7e7cd31a9ad6a73013f21ab6df488e3700d970b2
| | | Author: Adeel Asghar 
| | | Date:   Fri May 2 11:34:03 2014 +0000
| | | 
| | |     #2679
| | |     - Fixed "The grid is usually too detailed. There should at least be an option without the detailed."
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20346 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotGrid.cpp
| | | M	OMPlot/OMPlotGUI/PlotGrid.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 4ac819f1eefa736e53f0b0ea008163b953315101
| | | Author: Adeel Asghar 
| | | Date:   Fri May 2 10:36:27 2014 +0000
| | | 
| | |     #2679
| | |     - Fixed "If the grid is left out, there is an additional line drawn on top and to the left".
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20345 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotGrid.h
| | | M	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | M	OMPlot/OMPlotGUI/PlotZoomer.h
| | | 
| * | commit a5e8d5c36f0f027a513c1d497623ae3eed2196ea
| | | Author: OpenModelica Hudson 
| | | Date:   Wed Apr 16 09:06:22 2014 +0000
| | | 
| | |     [Janitor mode] Fix whitespace
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20164 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/Plot.h
| | | M	OMPlot/OMPlotGUI/PlotApplication.cpp
| | | M	OMPlot/OMPlotGUI/PlotApplication.h
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotGrid.cpp
| | | M	OMPlot/OMPlotGUI/PlotGrid.h
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.h
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.h
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.h
| | | M	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | M	OMPlot/OMPlotGUI/PlotZoomer.h
| | | 
| * | commit 1e135bfb6c1e5f50ff4e8cb8fd54eb3a5130b8d4
| | | Author: Adeel Asghar 
| | | Date:   Sat Mar 29 00:37:36 2014 +0000
| | | 
| | |     - Fix OMPlot compiler warnings.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 68106d547da1affc5362d5e0512ecae3c01db4af
| | | Author: Adeel Asghar 
| | | Date:   Thu Mar 27 23:28:10 2014 +0000
| | | 
| | |     - Fixed OMPlot memory leaks and warnings.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 20129a6a107875b3665c66ffe32625e46c86cece
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 25 10:51:42 2014 +0000
| | | 
| | |     #2641
| | |     Added a locale-independent version of strtod (taken from ruby)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit fcd90907749590f1a269e2458d461d61940d1364
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 23 18:18:01 2014 +0000
| | | 
| | |     #2635
| | |     - Add rpath to qt clients using gc
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit a288aa9b9f65cc29b27a842f14b7190d6bc15d90
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 14 17:33:53 2014 +0000
| | | 
| | |     Add library path
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit dca776cdbdbd1442138bd0a004ff9f88053eab3e
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 14 17:19:49 2014 +0000
| | | 
| | |     Add missing include
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit 3302924d95a704c15ec8d6c78de8e91f2b134ea6
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 14 17:11:35 2014 +0000
| | | 
| | |     Add -lgc also for omplot. Add gc as dependency in the makefiles
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit 6906691094519c6f8c830c4fbadef3af8b448a08
| | | Author: Adeel Asghar 
| | | Date:   Fri Mar 14 14:37:54 2014 +0000
| | | 
| | |     #2598
| | |     - Fixed plotting of CSV result files.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit dc62df947437431736ddd3b42b542f4ee5fbc7ba
| | | Author: Lennart Ochel 
| | | Date:   Wed Dec 18 14:59:04 2013 +0000
| | | 
| | |     - remove *.jpg as suggested image format, because it is not supported/working
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 38bd770051c0d025b5789d2d570dfd58beb11725
| | | Author: Adeel Asghar 
| | | Date:   Tue Dec 17 15:43:13 2013 +0000
| | | 
| | |     - Copy the required dlls for the clients to build/bin.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/README.txt
| | | 
| * | commit 15c333a879cf98fada1793cdcf1b1085041e100e
| | | Author: Jan Kokert 
| | | Date:   Tue Dec 17 15:02:37 2013 +0000
| | | 
| | |     Updated installation notes (my first commit)
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/README.txt
| | | 
| * | commit 32f4032d6cb99a6715a756c329e2d4c5dabc2583
| | | Author: Adeel Asghar 
| | | Date:   Mon Dec 2 15:45:27 2013 +0000
| | | 
| | |     - remember the plot curve width & style.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | 
| * | commit c9458135c8e9d63b63d9fa3353d8757b71c8a2fe
| | | Author: Adeel Asghar 
| | | Date:   Mon Nov 25 20:19:21 2013 +0000
| | | 
| | |     - Changed the plot background to white. The white is more usable in books & publications.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit b8dca73ca223ebdd2d63daa2a3e3382ca9dd7cb2
| | | Author: Martin Sjölund 
| | | Date:   Tue Nov 19 19:52:30 2013 +0000
| | | 
| | |     Pass along CPPFLAGS
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18202 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit f79de3b58080193247041d7819c2d0d8409485db
| | | Author: Martin Sjölund 
| | | Date:   Fri Nov 15 10:39:32 2013 +0000
| | | 
| | |     - Updated SimCodeDump to include more accessible information in the XML
| | |     - Added a Qt-based streaming XML parser so OMEdit can use the _dump.xml information for the symbolic debugging
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit 02abda5dabbf93de10594ae9440bc64d2db3a32f
| | | Author: Martin Sjölund 
| | | Date:   Wed Oct 9 05:00:35 2013 +0000
| | | 
| | |     #2406
| | |     Check for $(APP) instead of $(EXE) as this changed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17617 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit 0cd127c4671b3788d8b50d0f1af2820c81cbc43e
| | | Author: Adeel Asghar 
| | | Date:   Tue Sep 17 19:03:37 2013 +0000
| | | 
| | |     - Fix clients build.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17289 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit a2373ec47a4b1f6196fb28138f4c785f1fe980e2
| | | Author: Adeel Asghar 
| | | Date:   Tue Sep 17 13:09:35 2013 +0000
| | | 
| | |     - Set the legend position to top by default gives more space for the plot curves.
| | |     - Remove the title text "Plot by OpenModelica".
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/Plot.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 2690cbcbf58c63d3a5d8db8acc748e2199ceb036
| | | Author: Adeel Asghar 
| | | Date:   Mon Sep 16 22:46:08 2013 +0000
| | | 
| | |     - Added a new LegendPosition option to plot command.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17270 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 619b99fe4a749a2e314899c70b99d3f6a1415fa8
| | | Author: Adeel Asghar 
| | | Date:   Mon Jun 24 11:32:23 2013 +0000
| | | 
| | |     - Allow setting the curve style & width.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16471 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/Plot.h
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 10b989e0450eba7540a5c04b5d00204d5da36057
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 19 14:36:09 2013 +0000
| | | 
| | |     Fix compilation using qwt 6.0 (but it seems to segfault if you check/uncheck many signals)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | 
| * | commit 61f896247d7689fbcbf226518b543c6fe981a256
| | | Author: Martin Sjölund 
| | | Date:   Wed Jun 19 14:12:26 2013 +0000
| | | 
| | |     Fix qwt 5.2.2 compilation
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 7aaec5fdf774ff971a236136881893b3d7b6b633
| | | Author: Adeel Asghar 
| | | Date:   Wed Jun 19 13:46:22 2013 +0000
| | | 
| | |     - OMDEV update is required.
| | |     - Upgraded qwt from 5.2.1 to 6.1.0.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16404 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotGrid.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | M	OMPlot/OMPlotGUI/PlotZoomer.h
| | | M	OMPlot/README.txt
| | | 
| * | commit 4ebb87b70408c6ff5ee2d3d506e665e99fef6031
| | | Author: Martin Sjölund 
| | | Date:   Thu May 2 19:17:13 2013 +0000
| | | 
| | |     Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
| | |     Contact me if you have problems merging your working copy
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotApplication.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 664595e00df1efd744658e46856632ed32f1f96a
| | | Author: OpenModelica Hudson 
| | | Date:   Thu May 2 18:46:43 2013 +0000
| | | 
| | |     [Janitor mode] Fix tabs
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15962 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotApplication.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 75af83c4ff33000ab0a587c0d8dd46a52bf612fb
| | | Author: OpenModelica Hudson 
| | | Date:   Tue Apr 30 12:51:39 2013 +0000
| | | 
| | |     [Janitor mode] Set auto-props
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15938 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/Plot.h
| | | M	OMPlot/OMPlotGUI/PlotApplication.cpp
| | | M	OMPlot/OMPlotGUI/PlotApplication.h
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotGrid.cpp
| | | M	OMPlot/OMPlotGUI/PlotGrid.h
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.h
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.h
| | | M	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | M	OMPlot/OMPlotGUI/PlotZoomer.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | M	OMPlot/README.txt
| | | 
| * | commit bb391692127ba7c263b71a9f32b63b9436c25455
| | | Author: Adeel Asghar 
| | | Date:   Tue Mar 12 02:19:08 2013 +0000
| | | 
| | |     - Check if variables are parameters.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 538a2091f5da318c51ab24dfc20b7b2066ee5d97
| | | Author: Martin Sjölund 
| | | Date:   Sat Mar 2 12:09:05 2013 +0000
| | | 
| | |     Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15437 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Resources/icons/omplot.png
| | | 
| * | commit f6e16385b4247f5be6a44d1374d71e2c2dba557d
| | | Author: Adeel Asghar 
| | | Date:   Wed Feb 6 15:00:34 2013 +0000
| | | 
| | |     #2048
| | |     print the OMPlot help text.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15071 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 9a6433cd1c75e7ef156181dd999b9decd4229728
| | | Author: Adrian Pop 
| | | Date:   Mon Jan 7 15:22:32 2013 +0000
| | | 
| | |     - use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/README.txt
| | | 
| * | commit d659a55bdbd3783e321204e4e122b784a43b5531
| | | Author: Adeel Asghar 
| | | Date:   Tue Oct 9 11:56:25 2012 +0000
| | | 
| | |     - build instructions.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/README.txt
| | | 
| * | commit 389c8c590a1f0ba29624dc4c3b5a71fe1e866aeb
| | | Author: Anatoly Severin 
| | | Date:   Mon Apr 9 16:42:41 2012 +0000
| | | 
| | |     - added some tr() in OMPlot
| | |     - OMEdit: added translation of OMPlot in .ts-files
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11695 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/PlotApplication.cpp
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 38b7402ef5849882eab3af3d9ee75acca3b15d08
| | | Author: Adeel Asghar 
| | | Date:   Thu Mar 22 20:28:47 2012 +0000
| | | 
| | |     - Auto generate the stub files for clients.
| | |     - Added/Updated README.txt files for all clients.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	OMPlot/README.txt
| | | 
| * | commit b506495be6f87051f376b059087f63d83ef7a5d6
| | | Author: Adeel Asghar 
| | | Date:   Thu Mar 1 23:56:23 2012 +0000
| | | 
| | |     - Integrated OMPlot with OMNotebook.
| | |     - Saving the embedded plots is reopening it is also possible now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11262 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 184602939cd3025f57aece837eab0a6d7d7b0801
| | | Author: Adrian Pop 
| | | Date:   Thu Feb 23 06:08:32 2012 +0000
| | | 
| | |     - GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl
| | |     - HIGHLY RECOMMENDED make clean
| | |     - renamed SimCodeXXX.tpl CodegenXXX.tpl
| | |     - merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
| | |     - all tests except the usual mishaps go.
| | |     - targeted all trunk/c_runtime references used in
| | |       Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit ff5209e183cc74bf7a5f9c0b6a5d2b6f047ae4b1
| | | Author: Martin Sjölund 
| | | Date:   Tue Feb 14 10:36:37 2012 +0000
| | | 
| | |     - OMPlot: Build lib before exe so parallel builds succeed
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit 09c676a30ccf37e495b8d3dd1eff92dc02f995d2
| | | Author: Adeel Asghar 
| | | Date:   Thu Feb 9 14:57:09 2012 +0000
| | | 
| | |     - a minor fix for plotParametric.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 4fb173042dfb932526d773b7a3933dd35bc52ede
| | | Author: Adeel Asghar 
| | | Date:   Thu Feb 9 12:31:46 2012 +0000
| | | 
| | |     - Don't close the simulation result set since we have a caching to mat format.
| | |     - closeSimulationResultFile() :: Closes the current simulation result set. OMEdit uses it for windows to close the result file.
| | |     - some minor fixes in OMPlot.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11053 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 6bc678476f24cb348d27f33c9a25cabdd3bb003a
| | | Author: Adeel Asghar 
| | | Date:   Wed Feb 8 11:27:08 2012 +0000
| | | 
| | |     - We should close the simulation result file after reading the results e.g variables, val, dataset etc....
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11044 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit 5754cd4e7e1ecea7322a8396a77ca3b6093678e9
| | | Author: Per Östlund 
| | | Date:   Thu Nov 3 13:25:41 2011 +0000
| | | 
| | |     - Added some preprocessor ifs to OMPlot and OMEdit to make them compile with QWT 6.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | 
| * | commit 19d85e58e88fd4a081bc1507703ae2fe22f478f2
| | | Author: Martin Sjölund 
| | | Date:   Mon Oct 3 14:38:58 2011 +0000
| | | 
| | |     - Use -enable-auto-import only for win32
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | 
| * | commit b0f8c700d4ab328352ca2689726fd6fcdc0fb2ec
| | | Author: Adeel Asghar 
| | | Date:   Fri Sep 30 12:28:13 2011 +0000
| | | 
| | |     - pro file fixes.
| | |     - some other minor updates.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit 0444e8533151c208f3a3eb1cb1777f38de4d848f
| | | Author: Martin Sjölund 
| | | Date:   Fri May 20 06:24:21 2011 +0000
| | | 
| | |     - Fix usage
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 4349c82bd88ed21728fee81671cde64d5c35cb63
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 11:40:13 2011 +0000
| | | 
| | |     - Set linker for OSX qtclients
| | |     - Fix compilation on OSX/g++-4.5
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit cab72409ed2821c916623ac0a413e8b30fe5f91f
| | | Author: Martin Sjölund 
| | | Date:   Thu May 5 06:26:38 2011 +0000
| | | 
| | |     - Compile qtclients with the configured CXX
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit a8cdb537d60ea48c2d3068d3bb4ea534e42c2e9c
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 20 08:08:26 2011 +0000
| | | 
| | |     - Use $(MAKE) instead of make (enables parallel make)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit 5510cc625587c1ddc46c98627fb29874103b6edd
| | | Author: Adeel Asghar 
| | | Date:   Fri Apr 15 16:38:22 2011 +0000
| | | 
| | |     - New tools.
| | |     - Few updates in OMNotebook, OMEdit and OMPlot.
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | 
| * | commit 40bcb57fda48aabe5e8cc03d1cff67ecc65b1441
| | | Author: Martin Sjölund 
| | | Date:   Thu Apr 14 08:08:10 2011 +0000
| | | 
| | |     - Changes to OMPlot (more sane interface now)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 5f5917aa364ded6f5981fa5e9632b83d9eb1450e
| | | Author: Adeel Asghar 
| | | Date:   Wed Apr 13 15:49:28 2011 +0000
| | | 
| | |     Bug fixed #1476
| | |     - Fixed the color change problem of OMPlot.
| | |     - No more checkboxes with + items of plottree.
| | |     - Double derivates can be plotted now. Tested with double pendulum example.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | 
| * | commit b5bd9797e2d5a1cb7b5392bddfc4b61548d967f9
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 9 08:40:05 2011 +0000
| | | 
| | |     - PlotWindow now uses time as index=1, so the scale is correct
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8564 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 961ceaed05fc3296f11667414b5e2b292259a57b
| | | Author: Adeel Asghar 
| | | Date:   Fri Apr 8 15:33:51 2011 +0000
| | | 
| | |     - Fixed exception throw problem. Using QApplication::notify now.
| | |     - Fixed the shared memory problem.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8556 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotApplication.cpp
| | | M	OMPlot/OMPlotGUI/PlotApplication.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 76956c44690b41e88bdc634aae7c2e0c26f8b8d4
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 8 12:35:14 2011 +0000
| | | 
| | |     - Made System.spawn return 0 on success in Linux
| | |     - Added sane minimum width/height for OMPlot
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit dc73d9c8b8dd3d436da82c8476a911dc153f009d
| | | Author: Adeel Asghar 
| | | Date:   Wed Apr 6 17:40:56 2011 +0000
| | | 
| | |     - All clients runtimes are moved to OMTools/bin
| | |     - All required qt libs are moved to OMTools/qtdlls
| | |     - Some updates in OMPlot and OMEdit
| | |     - plotParametric3 and plotAll3 is added.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotGrid.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | M	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | M	OMPlot/OMPlotGUI/PlotZoomer.h
| | | 
| * | commit 67a0281d01a076069180dfc75b7ff439f33208e0
| | | Author: Martin Sjölund 
| | | Date:   Wed Apr 6 12:09:48 2011 +0000
| | | 
| | |     - Disable running simplify after each unary elaboration
| | |     - Traverse each instantiated equation using simplify1
| | |     - cevalIfConstant on VAR variability expressions now does simplify1
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 002edb018c24fe4cc6b7e389ae81856344ebaa66
| | | Author: Adeel Asghar 
| | | Date:   Wed Apr 6 00:40:27 2011 +0000
| | | 
| | |     - Added a new command plot3 that uses OMPlot
| | |     - plot3(x, true/false(externalWindow), filename, title, legend.....)
| | |     - added spawnCall function in system.mo since system method blocks the execution so using spawn instead.
| | |     - small update in plotwindow
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8511 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit e44a358146343da6814671866abfa23717425081
| | | Author: Adeel Asghar 
| | | Date:   Tue Apr 5 00:17:26 2011 +0000
| | | 
| | |     - Some updates in OMEdit icon editor.
| | |     - OMEdit now uses new integrated plotting.
| | |     - changed the OMPlot tool so that it uses setRawdata (finally).
| | |     - New function to get color for plot curves. for 10 curves it uses the predefined colors for curves more than 10 it uses the hsv scale.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8491 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/Plot.h
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotGrid.cpp
| | | M	OMPlot/OMPlotGUI/PlotMainWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | A	OMPlot/OMPlotGUI/Resources/PSDs/omplot.psd
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit f3d37bcfb2c6fe4d7041f122ea0e53dcb5a87150
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 2 19:04:04 2011 +0000
| | | 
| | |     - Removed "getUniqueColor" from OMPlot as it is bad; use an HSV color map instead
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit a0b006fb77f1dd0d65434322519d3ce6b5e83d20
| | | Author: Martin Sjölund 
| | | Date:   Sat Apr 2 18:31:03 2011 +0000
| | | 
| | |     - Also add the legend for parameters
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit a2ae4e71163cd64a3f43d0c19f238832dd4b9c34
| | | Author: Adeel Asghar 
| | | Date:   Fri Apr 1 15:08:27 2011 +0000
| | | 
| | |     - OMPlot is a MDI application now. You can switch between tabbedview and subwindowview through the menu.
| | |     - Only one instance of OMPlot is allowed at a time. The active window with in the OMPlot application recieves the new plot commands from omc.
| | |     - New icon for OMPlot.
| | |     - few more updates as well.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8451 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/PlotApplication.cpp
| | | M	OMPlot/OMPlotGUI/PlotApplication.h
| | | A	OMPlot/OMPlotGUI/PlotMainWindow.cpp
| | | A	OMPlot/OMPlotGUI/PlotMainWindow.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | A	OMPlot/OMPlotGUI/PlotWindowContainer.cpp
| | | A	OMPlot/OMPlotGUI/PlotWindowContainer.h
| | | A	OMPlot/OMPlotGUI/Resources/icons/omplot.ico
| | | A	OMPlot/OMPlotGUI/Resources/icons/omplot.png
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | A	OMPlot/OMPlotGUI/rc_omplot.rc
| | | A	OMPlot/OMPlotGUI/resource_omplot.qrc
| | | 
| * | commit 966471baaba804e10ef46944c124f6a4171d165e
| | | Author: Martin Sjölund 
| | | Date:   Fri Apr 1 13:29:46 2011 +0000
| | | 
| | |     - OMPlot now at least displays an error if it fails to save a file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit e86bba97d643fda9230a1028fe113c2062cb373f
| | | Author: Adeel Asghar 
| | | Date:   Thu Mar 31 23:39:59 2011 +0000
| | | 
| | |     - Using setRawData instead of setData (Martin's request)
| | |     - Make the OMPlot a single instance application.
| | |     - Added an extra argument -ew true/false. if true will pop up new OMPlot window.
| | |     - Fixed the segmentation faults problem.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/Plot.h
| | | A	OMPlot/OMPlotGUI/PlotApplication.cpp
| | | R063	OMPlot/OMPlotGUI/PlotCanvas.h	OMPlot/OMPlotGUI/PlotApplication.h
| | | D	OMPlot/OMPlotGUI/PlotCanvas.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.h
| | | D	OMPlot/OMPlotGUI/PlotPicker.cpp
| | | D	OMPlot/OMPlotGUI/PlotPicker.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 66f5d22367a9cf5522297b0f2bfc205c276098ab
| | | Author: Haris Kapidzic 
| | | Date:   Thu Mar 31 10:40:51 2011 +0000
| | | 
| | |     Small fixes
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8431 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 57cc4eaf97e85997721e745d26a70a8b87a00885
| | | Author: Martin Sjölund 
| | | Date:   Thu Mar 17 19:27:25 2011 +0000
| | | 
| | |     - Reverted change to main.cpp in r8278
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8283 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit b9aea435b507d0ee554027c51f9018a0ef7caef5
| | | Author: Haris Kapidzic 
| | | Date:   Thu Mar 17 15:02:59 2011 +0000
| | | 
| | |     change color, remove left mouse click from toolbar
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 2f673afa8afce589950bdd4dbf2f30f40a4d4d75
| | | Author: Haris Kapidzic 
| | | Date:   Thu Mar 17 14:03:59 2011 +0000
| | | 
| | |     Fixed pan,zoom to work together. Print added.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 81ff2294f05533e118aea63291d3c7c7ba2ef76e
| | | Author: Haris Kapidzic 
| | | Date:   Thu Mar 17 13:55:37 2011 +0000
| | | 
| | |     the resources qrc file
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8277 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	OMPlot/OMPlotGUI/Resources.qrc
| | | 
| * | commit bec5f0721e24f5f5ca084c9abd44f232d8ff611b
| | | Author: Haris Kapidzic 
| | | Date:   Thu Mar 17 13:30:36 2011 +0000
| | | 
| | |     fixes to OMPlot
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8276 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Legend.cpp
| | | M	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/Plot.cpp
| | | M	OMPlot/OMPlotGUI/PlotCanvas.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | M	OMPlot/OMPlotGUI/PlotPanner.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | 
| * | commit 292b23fd3afd0b16e592750080fa22ae40aa46b1
| | | Author: Adeel Asghar 
| | | Date:   Wed Mar 16 13:36:04 2011 +0000
| | | 
| | |     - Added the code to get the unique color for each curve.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8255 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | M	OMPlot/OMPlotGUI/PlotCurve.h
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit a00793420353af2f4fb29c345c03bd1195026876
| | | Author: Martin Sjölund 
| | | Date:   Wed Mar 16 08:16:08 2011 +0000
| | | 
| | |     - MetaModelicaBuiltin now uses List and short syntax (no subtypeof) for all builtin functions
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8243 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | 
| * | commit 7be6070ae242d9f07fcd682ee24c88a3564a4058
| | | Author: Adeel Asghar 
| | | Date:   Tue Mar 15 11:58:13 2011 +0000
| | | 
| | |     - updated the OMPlotLib.pro file.
| | |     - Added files to it.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit d55aa1ad474de812db4f0c300f950df91cb8dc09
| | | Author: Martin Sjölund 
| | | Date:   Tue Mar 15 08:14:29 2011 +0000
| | | 
| | |     OMPlot
| | |     - Added support for MATLAB files with any name of the time variable (it is always index 0)
| | |     - Added support for reading parameters (previously, the variables matrix was read for these)
| | |     - Added error messages for invalid input
| | |     - Added better Usage text
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | M	OMPlot/OMPlotGUI/PlotWindow.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit ac2d895b64f382ec645e3630f352e84adb8e1532
| | | Author: Adeel Asghar 
| | | Date:   Mon Mar 14 02:52:13 2011 +0000
| | | 
| | |     - Updated the OMPlot tool.
| | |     - Now supports interactive simulation as well.
| | |     - Added a namespace OMPlot, so that if one is using a lib the classes don't conflict.
| | |     - Created classes for each Plot feature.
| | |     - More work on the structure of the code is required.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	OMPlot/OMPlotGUI/Legend.cpp
| | | A	OMPlot/OMPlotGUI/Legend.h
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | A	OMPlot/OMPlotGUI/Plot.cpp
| | | A	OMPlot/OMPlotGUI/Plot.h
| | | A	OMPlot/OMPlotGUI/PlotCanvas.cpp
| | | A	OMPlot/OMPlotGUI/PlotCanvas.h
| | | A	OMPlot/OMPlotGUI/PlotCurve.cpp
| | | A	OMPlot/OMPlotGUI/PlotCurve.h
| | | A	OMPlot/OMPlotGUI/PlotGrid.cpp
| | | A	OMPlot/OMPlotGUI/PlotGrid.h
| | | A	OMPlot/OMPlotGUI/PlotPanner.cpp
| | | A	OMPlot/OMPlotGUI/PlotPanner.h
| | | A	OMPlot/OMPlotGUI/PlotPicker.cpp
| | | A	OMPlot/OMPlotGUI/PlotPicker.h
| | | R072	OMPlot/OMPlotGUI/plotwindow.cpp	OMPlot/OMPlotGUI/PlotWindow.cpp
| | | R065	OMPlot/OMPlotGUI/plotwindow.h	OMPlot/OMPlotGUI/PlotWindow.h
| | | A	OMPlot/OMPlotGUI/PlotZoomer.cpp
| | | A	OMPlot/OMPlotGUI/PlotZoomer.h
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit 38c1da96fd9b3fc4663f892b54f0b1a3c106e9cf
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 13 12:32:31 2011 +0000
| | | 
| | |     - Re-enabled QMake macports workaround (it's still present with default MacPorts CFLAGS)
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit d5e86419378afd4e925b3a7b9b5c725825e8eafb
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 13 08:10:11 2011 +0000
| | | 
| | |     - Removed the QMAKE workaround for OSX, as MacPorts has now solved the problem
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | 
| * | commit f7e424d893275493bcf0cb228bd380db1fe08465
| | | Author: Martin Sjölund 
| | | Date:   Sun Mar 13 06:01:44 2011 +0000
| | | 
| | |     - Added a separate project-file for building the OMPlot library and GUI
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | A	OMPlot/OMPlotGUI/OMPlotLib.pro
| | | 
| * | commit 12292db48d92636cedf4e31392d45c02b196481d
| | | Author: Adeel Asghar 
| | | Date:   Fri Mar 11 14:41:47 2011 +0000
| | | 
| | |     - some changes to the .pro file.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8187 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | 
| * | commit 98628c046cc0cb4d46cf9e2205bfe08df84b6ab9
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 11 11:33:50 2011 +0000
| | | 
| | |     - OMPlot now compiles on Linux
| | |     - Made OMPlot not crash if too few arguments are given
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8183 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/Makefile.unix.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | 
| * | commit f149e1687ab14c320c737fdb1eec88f491f3d0ec
| | | Author: Haris Kapidzic 
| | | Date:   Fri Mar 11 11:19:31 2011 +0000
| | | 
| | |     Works with qwt-5.2.1 version now.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/main.cpp
| | | M	OMPlot/OMPlotGUI/plotwindow.cpp
| | | M	OMPlot/OMPlotGUI/plotwindow.h
| | | 
| * | commit 194202859954f3bc894dac8a4d1ae1f12a8a3eb3
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 15:21:57 2011 +0000
| | | 
| | |     - Added missing file
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	OMPlot/OMPlotGUI/OMPlotGUI.config.in
| | | 
| * | commit ccbc97eba6791dcb2f8dfc234d3f751c394e0074
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 11:36:22 2011 +0000
| | | 
| | |     - Added configure checking of libqwt
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8082 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	OMPlot/OMPlotGUI/Makefile.unix.in
| | | M	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | M	OMPlot/OMPlotGUI/plotwindow.cpp
| | | M	OMPlot/OMPlotGUI/plotwindow.h
| | | 
| * | commit 8528f87b3e100d6e7e70ce45bc0911077f4cba43
| | | Author: Martin Sjölund 
| | | Date:   Fri Mar 4 09:57:36 2011 +0000
| | | 
| | |     - Removing qmake-generated Makefile from svn as it will conflict with Unix OS'es
| | |     
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8081 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | D	OMPlot/OMPlotGUI/Makefile
| | | 
| * | commit f9b5640a2a6e6513756123e75430f1b0755e9b4d
| | | Author: Haris Kapidzic 
| | | Date:   Fri Mar 4 09:22:57 2011 +0000
| | | 
| | |     OMPlot 2D plotting tool. Uses Qwt for plotting. Plots .plt .csv and .mat files. Supports plot, plotAll, and plotParametric.
| | |     
| | |     git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | | 
| | | A	OMPlot/OMPlotGUI/Makefile
| | | A	OMPlot/OMPlotGUI/OMPlotGUI.pro
| | | A	OMPlot/OMPlotGUI/main.cpp
| | | A	OMPlot/OMPlotGUI/plotwindow.cpp
| | | A	OMPlot/OMPlotGUI/plotwindow.h
| | | 
| * | commit 8f9d63fd83a1e3e3116425a6c292bf9ef03bd946
|  /  Author: Martin Sjölund 
| |   Date:   Thu Feb 24 10:10:28 2011 +0000
| |   
| |       - Updated documentation with references to the default format of result files
| |       
| |       git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
| | 
* | commit b4966f89f0f3c5257a0f780b51668712952d0c21
|/  Author: Martin Sjölund 
|   Date:   Mon Apr 1 12:56:16 2019 +0200
|   
|       Remove OMPlot (will be re-added as git subtree)
|   
|   M	.gitmodules
|   D	OMPlot
| 
* commit 2c38819c8b5ee91691e81500985b03044730f080
| Author: Martin Sjölund 
| Date:   Mon Apr 1 12:31:00 2019 +0200
| 
|     * OMCompiler 09f079c...b9d5e4a (1):
|       > Clear the extra memory pools on each iteration
| 
| M	OMCompiler
| 
* commit 586d36e52387cfa6b2bda6d3aee76655749db76d
| Author: Adrian Pop 
| Date:   Fri Mar 29 23:45:39 2019 +0100
| 
|     * OMCompiler db4e230...09f079c (1):
|       > [BUILD] - add missing = in Autoconf.mo.omdev.mingw
| 
| M	OMCompiler
| 
* commit 4034105c44e7afd1770e0da3106cbf8d7d519afc
| Author: Adrian Pop 
| Date:   Fri Mar 29 23:08:52 2019 +0100
| 
|     * OMCompiler 81d8a03...db4e230 (1):
|       > [BUILD] - fix System.c external interface for bootstrapping on Windows
| 
| M	OMCompiler
| 
* commit 851d1574a2fc62bcc6577748c0185162729d9975
| Author: hudson 
| Date:   Fri Mar 29 20:27:33 2019 +0100
| 
|     * libraries 0efd5c9...0f6241c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9bc3c9b8e348b53dafac6c5cd5c9e8c3409f3ad4
| Author: Adrian Pop 
| Date:   Fri Mar 29 19:52:01 2019 +0100
| 
|     * OMCompiler 02027be...81d8a03 (1):
|       > [BUILD] - fix generation of Autoconf.mo on msys/mingw
| 
| M	OMCompiler
| 
* commit 295a9d50e2193a3c599010963c303fd8bcd09ca0
| Author: Adrian Pop 
| Date:   Fri Mar 29 19:34:40 2019 +0100
| 
|     * libraries 501c5f9...0efd5c9 (1):
|       > add provides for NcDataReader2
| 
| M	libraries
| 
* commit 2984c9693239b17d0ebb6a4c4ad68491bd7548c5
| Author: Adeel Asghar 
| Date:   Fri Mar 29 16:28:33 2019 +0100
| 
|     * OMEdit a95655f...21f82a3 (1):
|       > Only show documentation for LibraryTreeItem::Modelica
| 
| M	OMEdit
| 
* commit ef4b26a03a05e659df2408cd46847bf524caa4b3
| Author: Martin Sjölund 
| Date:   Fri Mar 29 15:40:45 2019 +0100
| 
|     * OMCompiler 5db7684...02027be (1):
|       > Move more constants from System.mo to Autoconf.mo
| 
| M	OMCompiler
| 
* commit f6f094852a49f9e62f3c2263b0431e89776e0bf6
| Author: Adeel Asghar 
| Date:   Fri Mar 29 15:03:18 2019 +0100
| 
|     * OMEdit 03aae16...a95655f (1):
|       > Added `oms_solver_wc_mav2` solver
| 
| M	OMEdit
| 
* commit 8738681860b9cbb19f676d0c8d46bd9b5c4275a4
| Author: Adeel Asghar 
| Date:   Fri Mar 29 14:11:11 2019 +0100
| 
|     * OMEdit 0bc9db2...03aae16 (1):
|       > Fixes ticket:5412 Close the simulation result file properly
| 
| M	OMEdit
| 
* commit ea4c085eb3da328d5406a9d32d12a9c750e249ec
| Author: frape315 <39259158+frape315@users.noreply.github.com>
| Date:   Fri Mar 29 13:37:30 2019 +0100
| 
|     * OMSimulator 8908238...c11f942 (1):
|       > Adaptive step-size solver for Co-simulation (#602)
| 
| M	OMSimulator
| 
* commit 42dffbd99cb12e8f6408a772c61fbc7497d0330c
| Author: Martin Sjölund 
| Date:   Fri Mar 29 11:49:50 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c97542d...5db7684 (1):
|       > Use Autoconf.mo instead of external C functions
|     
|     * testsuite a69a410...b827193 (1):
|       > Load Autoconf.mo in bootstrapping tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit c5f6f6c835987c82198dc70b06640bae468d3b54
| Author: Adeel Asghar 
| Date:   Fri Mar 29 10:54:09 2019 +0100
| 
|     * doc 2c7fbf9...6eaa1a8 (1):
|       > Fix indentation
| 
| M	doc
| 
* commit bd53a7ee63f48d7502370bb60c794ff69e11462b
| Author: Adeel Asghar 
| Date:   Fri Mar 29 10:00:35 2019 +0100
| 
|     * OMEdit 888930a...0bc9db2 (1):
|       > Set the ModelWidget before setting the class text
| 
| M	OMEdit
| 
* commit 6ddf108a810ca8fe67cfeed4b811a97930d3d102
| Author: Martin Sjölund 
| Date:   Fri Mar 29 08:40:30 2019 +0100
| 
|     * OMCompiler c84e407...c97542d (3):
|       > Update work-around for MSL 3.2.1 tables
|       > Compile ModelicaExternalC static lib
|       > Use -Wl,-Bstatic for user libraries in FMUs
| 
| M	OMCompiler
| 
* commit b75f3413ea341d136bf13307ad84c7fc5d8b782a
| Author: Adrian Pop 
| Date:   Thu Mar 28 21:53:56 2019 +0100
| 
|     * OMCompiler 3997aa3...c84e407 (1):
|       > [RUNTIME] the usual evening fix for Windows builds
| 
| M	OMCompiler
| 
* commit 772fbf08062a1f228d7b72a1748491a834ecf8f6
| Author: Per Östlund 
| Date:   Thu Mar 28 14:31:43 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 72c947e...3997aa3 (1):
|       > [NF] Don't split external objects in connectors.
|     
|     * testsuite 0184306...a69a410 (1):
|       > [NF] Add external object connection test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1e744a34522224be62e7026e00d61dea8788ede6
| Author: Per Östlund 
| Date:   Thu Mar 28 13:19:06 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b8d7e26...72c947e (1):
|       > [NF] Fix ExpOrigin.isSingleExpression.
|     
|     * testsuite f193e07...0184306 (1):
|       > [NF] Add more when tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0c6c63a5f661d1ff0a998ca197f8222e8e584b3b
| Author: Per Östlund 
| Date:   Thu Mar 28 12:52:16 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler adba422...b8d7e26 (1):
|       > [NF] More fixes for checking when-clauses.
|     
|     * testsuite 3c40164...f193e07 (1):
|       > [NF] Add more when tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 473d479180cb59fbab42c2c89a60a62b8773b26d
| Author: Martin Sjölund 
| Date:   Thu Mar 28 12:33:23 2019 +0100
| 
|     * OMCompiler fc29404...adba422 (1):
|       > Call the correct Makefile target on OMDev
| 
| M	OMCompiler
| 
* commit 5427f3e5e98528cd2572b35474cadabef51d378c
| Author: Per Östlund 
| Date:   Thu Mar 28 11:51:49 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ec459e7...fc29404 (1):
|       > [NF] Fix when-branch cref set check.
|     
|     * testsuite cd7e516...3c40164 (1):
|       > [NF] Add more when tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 36d36230ff9d7f886258006c4b68628783607fec
| Author: Martin Sjölund 
| Date:   Thu Mar 28 11:21:36 2019 +0100
| 
|     * OMCompiler 53c7613...ec459e7 (1):
|       > Add more timers for solvers
| 
| M	OMCompiler
| 
* commit 1d88e8a7ccc6070080b30feffe95db2ea5416a8e
| Author: Martin Sjölund 
| Date:   Thu Mar 28 09:36:55 2019 +0100
| 
|     * OMCompiler e9616ab...53c7613 (1):
|       > Try even harder to fix Windows builds
| 
| M	OMCompiler
| 
* commit a8698a50cb5cf88b381121e21b8e5b52b9b71373
| Author: Martin Sjölund 
| Date:   Thu Mar 28 07:11:33 2019 +0100
| 
|     * OMCompiler f337f6d...e9616ab (1):
|       > Fix for Windows builds
| 
| M	OMCompiler
| 
* commit 26ce2d8e9d20d1a861f4a714fa6afc75ac16a5dd
| Author: Adrian Pop 
| Date:   Wed Mar 27 17:32:11 2019 +0100
| 
|     * OMCompiler 9c7d828...f337f6d (1):
|       > [OMSI] link with expat on non Windows
| 
| M	OMCompiler
| 
* commit a514dc3b7bc1f9a9af1ab45ce852ae64b6975b1a
| Author: Adrian Pop 
| Date:   Wed Mar 27 16:39:10 2019 +0100
| 
|     * OMCompiler a356daf...9c7d828 (1):
|       > [OMSI] fix the search lib path for sundial
| 
| M	OMCompiler
| 
* commit 8a00eba93146bbab8ffe4197e7222067f667ccd3
| Author: Adeel Asghar 
| Date:   Wed Mar 27 16:13:33 2019 +0100
| 
|     * doc 09c7fa1...2c7fbf9 (1):
|       > Documentation of translation flags in OMEdit
| 
| M	doc
| 
* commit b900c7ed1b21059f82fe8de0024db2ad5f1c788b
| Author: Martin Sjölund 
| Date:   Wed Mar 27 15:42:20 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e13c1c3...a356daf (2):
|       > Do not include the standard FMI headers in the FMU
|       > Updates for source-code FMUs
|     
|     * testsuite 4e96c49...cd7e516 (1):
|       > Expected output when listing files in source FMUs
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7e86472ea9de93eaaf8d39a4d64c3d08d238ccd9
| Author: Adrian Pop 
| Date:   Wed Mar 27 15:20:01 2019 +0100
| 
|     * OMCompiler ab4e3e6...e13c1c3 (1):
|       > attempt to fix MacOS builds - depend OMSI on fmil as well
| 
| M	OMCompiler
| 
* commit abc4efe619306efb6c883ab63676e86d1442e404
| Author: Per Östlund 
| Date:   Tue Mar 26 16:01:37 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e3fab53...ab4e3e6 (1):
|       > [NF] Improve error checking of when-clauses.
|     
|     * testsuite b14fc7d...4e96c49 (1):
|       > [NF] Add more when-tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b1dd04d8e8b7b8e66054411f00dbee753bd15537
| Author: hudson 
| Date:   Tue Mar 26 15:31:08 2019 +0100
| 
|     Updating submodules
|     * OMEdit f000581...888930a (1):
|       > Set setSaveContentsType to SaveInOneFile when creating non-existing classes Fixed a typo
|     
|     * OMSimulator 6f471e6...8908238 (1):
|       > Update doc/
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 1d7487d431de9e6afdfeaf62b72d64399d65ddbb
| Author: Andreas 
| Date:   Tue Mar 26 14:19:55 2019 +0100
| 
|     * OMCompiler f881685...e3fab53 (1):
|       > [OMSI] Add OMSIBase library with solvers
| 
| M	OMCompiler
| 
* commit 96f619012e443fe5e4bff4cd5a95e043e323caa6
| Author: Per Östlund 
| Date:   Tue Mar 26 13:40:53 2019 +0100
| 
|     * OMCompiler b70342a...f881685 (1):
|       > [NF] Fix visualization (ticket:5319).
| 
| M	OMCompiler
| 
* commit fa52b4763459899a6ff0eb6b54fa703a0a07e320
| Author: Adeel Asghar 
| Date:   Tue Mar 26 12:56:53 2019 +0100
| 
|     * OMEdit e76522f...f000581 (1):
|       > Set the save contents type when creating non existing classes
| 
| M	OMEdit
| 
* commit b110bb16066750ed801b09598d72f92824c22516
| Author: Martin Sjölund 
| Date:   Tue Mar 26 12:13:05 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 759292c...b70342a (1):
|       > Make the diff algorithm handle within in new code
|     
|     * testsuite 30e9e67...b14fc7d (1):
|       > Add testcase for ticket 5360
| 
| M	OMCompiler
| M	testsuite
| 
* commit 48e0b217212e5aedb7c43cdfb5d976674ef3339c
| Author: Per Östlund 
| Date:   Tue Mar 26 11:22:52 2019 +0100
| 
|     * OMCompiler 417604f...759292c (1):
|       > [NF] Remove workaround for ticket:4904.
| 
| M	OMCompiler
| 
* commit a1b491d5a7eae0d069cf6f898f3074e4417d5783
| Author: Lennart Ochel 
| Date:   Tue Mar 26 10:40:17 2019 +0100
| 
|     * OMSimulator afc407f...6f471e6 (1):
|       > Re-add adaptive step-size control (#614)
| 
| M	OMSimulator
| 
* commit 9de0bfe33e1ca678b7bf91cd74fc5118f6fdef2e
| Author: Martin Sjölund 
| Date:   Tue Mar 26 09:05:22 2019 +0100
| 
|     * OMCompiler 2305d75...417604f (1):
|       > Extend LOG_STATS_V with more timers
| 
| M	OMCompiler
| 
* commit 03eb7d62e864ea4ffa0be6b094208dab118f00d2
| Author: hudson 
| Date:   Mon Mar 25 23:11:27 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 89078f5...2305d75 (1):
|       > Fix Interactive.transformClassInProgram.
|     
|     * testsuite 13c7f7a...30e9e67 (1):
|       > Updated the moveClass API test Check for all the loaded classes before and after the `moveClass` API call.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e537dbc7fbdf1bfcaa1d7c78dec063f4db9318f3
| Author: hudson 
| Date:   Mon Mar 25 19:25:49 2019 +0100
| 
|     * libraries 424050d...501c5f9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6ab08f22b969fc8754568152ec0e1c4b5cfd4669
| Author: Per Östlund 
| Date:   Mon Mar 25 17:10:12 2019 +0100
| 
|     * OMCompiler 72fdfb4...89078f5 (1):
|       > Fix integer packing in C code generation.
| 
| M	OMCompiler
| 
* commit 3965509b42f046c3e3d2a54a0f2c15a8510f21ed
| Author: Martin Sjölund 
| Date:   Mon Mar 25 15:04:19 2019 +0100
| 
|     * OMCompiler d85a258...72fdfb4 (1):
|       > Do not run both event and output timers at the same time
| 
| M	OMCompiler
| 
* commit 4a84aaad6ad628d19d36213a929f721716e437f1
| Author: hudson 
| Date:   Sun Mar 24 19:24:59 2019 +0100
| 
|     * libraries 161233d...424050d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 16b02564bba21d1f88bc04e195096741c106c91b
| Author: hudson 
| Date:   Sat Mar 23 19:25:57 2019 +0100
| 
|     * libraries 55f9bfc...161233d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bf578f09ac013687627a97a95f84dcf9099d38a2
| Author: Per Östlund 
| Date:   Sat Mar 23 00:15:21 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3b38d7b...d85a258 (1):
|       > [NF] Disable evaluation of final parameters.
|     
|     * testsuite 3f3f13a...13c7f7a (1):
|       > [NF] Disable final parameter tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 416ac23a4d6871b3c3e3ce0a60afb41564327bc9
| Author: hudson 
| Date:   Fri Mar 22 19:24:41 2019 +0100
| 
|     * libraries d78d477...55f9bfc (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3073eb143455146b5fb4c818cee2a04ea9a7a820
| Author: Per Östlund 
| Date:   Fri Mar 22 15:25:11 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 050a820...3b38d7b (1):
|       > [NF] Improved parameter evaluation analysis.
|     
|     * testsuite cd88809...3f3f13a (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 38ba20a57019659bed837bee3fd2c83a7f16c1fb
| Author: hudson 
| Date:   Thu Mar 21 19:26:43 2019 +0100
| 
|     * libraries 6dca805...d78d477 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d8e33dd57b9a0d6b3e06d65b581eb18a716c6887
| Author: Adeel Asghar 
| Date:   Thu Mar 21 11:14:09 2019 +0100
| 
|     * OMEdit df3d8f4...e76522f (1):
|       > Check if the bitmap file exists or not
| 
| M	OMEdit
| 
* commit b9ff5e13a5c746409c38db6db96c41c60e4a7944
| Author: Adeel Asghar 
| Date:   Wed Mar 20 21:25:57 2019 +0100
| 
|     * OMEdit f84bf47...df3d8f4 (1):
|       > Set the editor text via setClassText
| 
| M	OMEdit
| 
* commit d2a971e71a66374c6d5162925d08b1934fd779b7
| Author: Adrian Pop 
| Date:   Wed Mar 20 20:21:19 2019 +0100
| 
|     * OMCompiler f350041...050a820 (1):
|       > use fabs for doubles
| 
| M	OMCompiler
| 
* commit 3aee092895e181a071b68027a809d452f3b7bbfc
| Author: Adrian Pop 
| Date:   Wed Mar 20 19:37:57 2019 +0100
| 
|     * OMCompiler 570e9f0...f350041 (1):
|       > fix MacOS builds
| 
| M	OMCompiler
| 
* commit b0224f97c54777be5b1ba23b718de21fe7c336fd
| Author: Adeel Asghar 
| Date:   Wed Mar 20 17:51:08 2019 +0100
| 
|     * OMEdit ed41047...f84bf47 (1):
|       > Only return true from operator< when item is really less than
| 
| M	OMEdit
| 
* commit 4b7d2c2ae0adc3e89ae88dfef1923e6afd2b9611
| Author: arun3688 
| Date:   Wed Mar 20 16:02:40 2019 +0100
| 
|     * OMNotebook da5e18f...3671c8f (1):
|       > Fix some typos in OMNotebookHelp.onb
| 
| M	OMNotebook
| 
* commit 7bf714645edfd38c59f71ef0f6e5a9e9ed14862b
| Author: hudson 
| Date:   Wed Mar 20 15:36:17 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 04df807...570e9f0 (1):
|       > Option to filter the nested classes when dumping the class via listFile
|     
|     * OMEdit e4f00d9...ed41047 (1):
|       > Fixes ticket:4799, ticket:4875, ticket:5191 and ticket:5393 Better duplicate functionality.
|     
|     * libraries 49acef0...6dca805 (6):
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite 7dd33ff...cd88809 (1):
|       > fix tests after update of MSL 3.2.3
| 
| M	OMCompiler
| M	OMEdit
| M	libraries
| M	testsuite
| 
* commit e9bb8d6169dfd75da65f56e646575ba56b4cf670
| Author: Per Östlund 
| Date:   Tue Mar 19 15:15:58 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f63f7ac...04df807 (1):
|       > [NF] Function scoping improvements.
|     
|     * testsuite 8a7ebb7...7dd33ff (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 314b7e3f39e79e26a3373ebd76f844bd5e8394f4
| Author: kabdelhak 
| Date:   Fri Mar 15 17:48:32 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f440207...f63f7ac (1):
|       > [BE] Consider complex as impure for removeSimpleEquations
|     
|     * testsuite 5a99532...8a7ebb7 (1):
|       > [fixTest] ticket4793
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8de30392b118503fc2db613a48542fc2f8444f5f
| Author: Lennart Ochel 
| Date:   Fri Mar 15 10:35:44 2019 +0100
| 
|     Update doc/
| 
| M	doc
| 
* commit 1ca31320e118401503057788c20aa9b7b55a0cac
| Author: Per Östlund 
| Date:   Fri Mar 15 02:28:01 2019 +0100
| 
|     * OMCompiler 2f5968b...f440207 (1):
|       > [NF] Real range fixes.
| 
| M	OMCompiler
| 
* commit d5f87679909fd24daa703870d4d72554532f0aae
| Author: Per Östlund 
| Date:   Thu Mar 14 16:38:44 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0c79e1c...2f5968b (1):
|       > [NF] Minor type casting fixes.
|     
|     * testsuite 9e55613...5a99532 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d32907bb3222d50cfccb947964dc64de0d64bf19
| Author: Per Östlund 
| Date:   Wed Mar 13 14:31:30 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9a49909...0c79e1c (1):
|       > [NF] Try to detect instantiation loops.
|     
|     * testsuite 37bcdd6...9e55613 (1):
|       > [NF] Add tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 73d7366f2ee488ba8b4d7d0cf244b07a4fb1e432
| Author: Adrian Pop 
| Date:   Wed Mar 13 14:13:10 2019 +0100
| 
|     * OMCompiler 113e9da...9a49909 (1):
|       > Fix windows build after linking with tables
| 
| M	OMCompiler
| 
* commit 63cc0598d4e6095bffeaf8aaa426397f475edf7f
| Author: Martin Sjölund 
| Date:   Wed Mar 13 08:40:52 2019 +0100
| 
|     * libraries c97f5db...49acef0 (1):
|       > More libraries changed to BSD3
| 
| M	libraries
| 
* commit 2c626d1a25d9e53dfbf22656ea2d1dcf04746af0
| Author: Martin Sjölund 
| Date:   Wed Mar 13 08:14:53 2019 +0100
| 
|     Updating OMCompiler
|     
|     113e9da Updating 3rdParty
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler-3rdParty#38
| 
| M	OMCompiler
| 
* commit fe66efcafd154357e16e2c17e4eb7663bcd1326f
| Author: Martin Sjölund 
| Date:   Wed Mar 13 07:23:20 2019 +0100
| 
|     * libraries e218231...c97f5db (1):
|       > Add BSD3 license option for libraries
| 
| M	libraries
| 
* commit 5e38dd5ec5b369d0b515c8383ab867fbdb6d55c9
| Author: hkiel 
| Date:   Tue Mar 12 20:53:25 2019 +0100
| 
|     * OMEdit 94ae17d...e4f00d9 (1):
|       > fix includes
| 
| M	OMEdit
| 
* commit 27b1fa1f815f5e677365ffa98bbb55f9ddd30bac
| Author: hudson 
| Date:   Tue Mar 12 19:26:19 2019 +0100
| 
|     * libraries 70b9949...e218231 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1b0c515075657022bca271b7031290c04f5a1bc7
| Author: Per Östlund 
| Date:   Tue Mar 12 11:36:34 2019 +0100
| 
|     * OMCompiler 9656261...a5562cc (1):
|       > [NF] Improve ModelicaIO support.
| 
| M	OMCompiler
| 
* commit 36558dcd3c8a366d4d9e7768646aad40c0543146
| Author: Per Östlund 
| Date:   Mon Mar 11 20:12:24 2019 +0100
| 
|     * OMCompiler fe78a6d...9656261 (1):
|       > [NF] Implement ModelicaIO_readMatrixSizes.
| 
| M	OMCompiler
| 
* commit e8f547afb3c7ce5ef7370c1a3de3eacc2809e414
| Author: hudson 
| Date:   Mon Mar 11 19:25:41 2019 +0100
| 
|     * libraries d066e21...70b9949 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 62f7a1c334905b7260847468a012c0d1c1e9d147
| Author: Per Östlund 
| Date:   Mon Mar 11 17:30:14 2019 +0100
| 
|     * OMCompiler fe6fd31...fe78a6d (1):
|       > [NF] Implement ElementSource.getElementSourceTypes.
| 
| M	OMCompiler
| 
* commit df234ac4764d948feee81b41f9c658249c2f001f
| Author: Martin Sjölund 
| Date:   Mon Mar 11 15:40:55 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 61571e8...fe6fd31 (1):
|       > Do not BackendDump empty sections
|     
|     * testsuite 0c072d1...37bcdd6 (1):
|       > Update tests (not BackendDump of empty sections)
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3f5243a8d8f54e77985750014578260f31b3154e
| Author: Per Östlund 
| Date:   Mon Mar 11 13:43:41 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 04f1061...61571e8 (1):
|       > [NF] Merge constraining class modifiers.
|     
|     * testsuite a10b195...0c072d1 (1):
|       > [NF] Add constraining class tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8d00236253b701f5d3b620fef6b7a6318714779a
| Author: hudson 
| Date:   Mon Mar 11 11:48:28 2019 +0100
| 
|     * OMEdit 67fe5ce...94ae17d (2):
|       > Fix case of include.
|       > Better handling of command line options/flags Fixes ticket:5132, ticket:5310 and ticket:5329 We now have global flags in `Tools->Options->Simulation` and the same flags are also available locally in `Simulation Setup` window under `Translations Flags` tab. The global flags uses the default values of the flags. The local flags have the following order default, gloabl, model specific via the `__OpenModelica_commandLineOptions` annotation and then it preserves any changes done by the user.
| 
| M	OMEdit
| 
* commit 3e59d5b453e9bd10e5dcc9ec4ebec048e45cbaab
| Author: Adeel Asghar 
| Date:   Mon Mar 11 09:30:28 2019 +0100
| 
|     * OMEdit 43ebf04...67fe5ce (1):
|       > Read the activate access annotations setting only at loading
| 
| M	OMEdit
| 
* commit d61da534b38d8c06b5183adddff4ac4a69b2a493
| Author: hudson 
| Date:   Sun Mar 10 19:24:08 2019 +0100
| 
|     * libraries dfea231...d066e21 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4a303b3cd4664143d0387242fc22efade0572e7d
| Author: hudson 
| Date:   Sat Mar 9 19:29:06 2019 +0100
| 
|     * libraries 28952b5...dfea231 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7912862cb2218261856a6d485f01f0b0b8c77e8e
| Author: hudson 
| Date:   Fri Mar 8 19:23:57 2019 +0100
| 
|     * libraries 8ca1fa2...28952b5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6b821a8a99928a2fc295205a99c420c1de91f08b
| Author: Adeel Asghar 
| Date:   Fri Mar 8 14:28:19 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 56f218a...04f1061 (1):
|       > Make buildEncryptedPackage export read-only packages
|     
|     * OMEdit 29420dd...43ebf04 (1):
|       > Bundled all import and export actions under File menu Update to new interface of `buildEncryptedPackage` setSaveContentsType whenever we update the class information.
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 2de609cb3667eddfd1707f44f56207c356700dc6
| Author: hudson 
| Date:   Thu Mar 7 19:27:55 2019 +0100
| 
|     * libraries df1f2a3...8ca1fa2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d6785fed88b1dee9681ec50a77ee5b2405c54051
| Author: Per Östlund 
| Date:   Thu Mar 7 15:48:33 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cfee592...56f218a (1):
|       > [NF] Merge redeclared attributes in correct order.
|     
|     * testsuite b11b5d5...a10b195 (1):
|       > [NF] Add redeclare test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 45fd35456bd6465b04986bc329d24d1efb8a4a1b
| Author: Andreas 
| Date:   Thu Mar 7 15:07:00 2019 +0100
| 
|     * OMCompiler ea6c155...cfee592 (1):
|       > [OMSI] Preparing Code generation for C
| 
| M	OMCompiler
| 
* commit 0ee8017d12e9e619f616b20541541d702e1b35fa
| Author: Per Östlund 
| Date:   Thu Mar 7 13:52:01 2019 +0100
| 
|     * OMCompiler a0d3cc1...ea6c155 (1):
|       > [NF] Fix ComponentRef.transferSubscripts.
| 
| M	OMCompiler
| 
* commit d9b6b45b1e68b65eb8398390b9c3bed05f5c39b8
| Author: hudson 
| Date:   Wed Mar 6 19:27:43 2019 +0100
| 
|     * libraries 46e6094...df1f2a3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cc9f361a6aa3fe01353ad310bc54ca96fc9e0b0b
| Author: Per Östlund 
| Date:   Wed Mar 6 16:02:26 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1cc697e...a0d3cc1 (1):
|       > [NF] Reuse pointer when redeclaring component.
|     
|     * testsuite 5a2e7ef...b11b5d5 (1):
|       > [NF] Add redeclare test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 338c594840ce840b97cae0c7a93d8e9e69793224
| Author: Per Östlund 
| Date:   Wed Mar 6 13:59:25 2019 +0100
| 
|     * OMCompiler 68d87aa...1cc697e (1):
|       > Add referencePointerString debug function.
| 
| M	OMCompiler
| 
* commit 1e237d2f62255d2725e0f02f2e6c1399ca087810
| Author: Per Östlund 
| Date:   Tue Mar 5 23:11:29 2019 +0100
| 
|     * OMCompiler 50bc1b1...68d87aa (1):
|       > [NF] Use explicit scope in InstNode.scopeName.
| 
| M	OMCompiler
| 
* commit 1d1289f364fc5843d52a0a87c0b16eca095d46e3
| Author: hudson 
| Date:   Tue Mar 5 19:26:35 2019 +0100
| 
|     * libraries 17e826b...46e6094 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9e044ea4e6d34c4dc58093a2cdba42c0dcb81e5a
| Author: Per Östlund 
| Date:   Tue Mar 5 13:11:17 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5c656ca...50bc1b1 (1):
|       > [NF] Split TUPLE() := TUPLE() assigments.
|     
|     * testsuite 645efde...5a2e7ef (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 20e11b521dd2ee9a5cb421c72f8498353e2816fc
| Author: AnHeuermann 
| Date:   Tue Mar 5 10:19:52 2019 +0100
| 
|     * OMCompiler f211539...5c656ca (1):
|       > Add comment for parameters in generated code
| 
| M	OMCompiler
| 
* commit 239e57ff24dffa580905ef674a1a009051e5bd7b
| Author: Adrian Pop 
| Date:   Tue Mar 5 09:32:23 2019 +0100
| 
|     add OMEncryption to .gitignore
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#100
| 
| M	.gitignore
| 
* commit 6b4efb7b7a1c05f449a6b190855332b166a73a34
| Author: Per Östlund 
| Date:   Mon Mar 4 17:37:51 2019 +0100
| 
|     * OMCompiler ae2ddcb...f211539 (1):
|       > [NF] Hack to fix some array conditions.
| 
| M	OMCompiler
| 
* commit 3e2cc370046d704180b584a1cede07a1d6cf7423
| Author: Per Östlund 
| Date:   Mon Mar 4 15:57:09 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b55fb1b...ae2ddcb (1):
|       > [NF] Inner/outer fixes.
|     
|     * testsuite 31dd020...645efde (1):
|       > [NF] Add inner/outer test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1229c9332f27c32a66e849c8fbfe49f9b869ecd2
| Author: Per Östlund 
| Date:   Mon Mar 4 12:09:38 2019 +0100
| 
|     * OMCompiler f0376d4...b55fb1b (1):
|       > [NF] Collect functions in array dimensions.
| 
| M	OMCompiler
| 
* commit ee328a996a52880e7f6c392bbd89686a6e226eb7
| Author: Per Östlund 
| Date:   Mon Mar 4 11:38:33 2019 +0100
| 
|     * OMCompiler b691eb1...f0376d4 (1):
|       > [NF] Fix equation counting for _.
| 
| M	OMCompiler
| 
* commit 7e05f69559b20acdedc1c986503598d50210b2ce
| Author: hudson 
| Date:   Sun Mar 3 19:24:19 2019 +0100
| 
|     * libraries 2c53690...17e826b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4e226ae049453f24d425022dadb19115374e23db
| Author: hudson 
| Date:   Fri Mar 1 19:30:00 2019 +0100
| 
|     * libraries 29a50fc...2c53690 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 78afa1eb6c76f62a539f41cfe4b43665318985c7
| Author: Per Östlund 
| Date:   Fri Mar 1 18:56:30 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2ba9e4b...b691eb1 (1):
|       > [NF] Improve errors for binding type mismatches.
|     
|     * testsuite 1c477aa...31dd020 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8a674c2369ca3cc16ecf1b90466ee579acee6741
| Author: Per Östlund 
| Date:   Fri Mar 1 18:27:37 2019 +0100
| 
|     * OMCompiler 69a3ec4...2ba9e4b (1):
|       > [NF] Update the call type when type casting.
| 
| M	OMCompiler
| 
* commit 0372b6d339f9e01a2b38eabedf588ffaaa6e6f5c
| Author: Per Östlund 
| Date:   Fri Mar 1 16:26:57 2019 +0100
| 
|     * OMCompiler 0470a5b...69a3ec4 (1):
|       > Fix : subscripting in Ceval.cevalSubscriptValue.
| 
| M	OMCompiler
| 
* commit f64db190408a60783bece9d1d979bdc469ca5c3a
| Author: Per Östlund 
| Date:   Fri Mar 1 15:22:34 2019 +0100
| 
|     * OMCompiler cc9ae78...0470a5b (1):
|       > Improve runtime implementation of 'diagonal'.
| 
| M	OMCompiler
| 
* commit 15a7e24ad29f88bbe428cf00245d92ce23beb8b5
| Author: Per Östlund 
| Date:   Fri Mar 1 14:44:49 2019 +0100
| 
|     * OMCompiler 482cb0e...cc9ae78 (1):
|       > [NF] Improve type casting of some builtins.
| 
| M	OMCompiler
| 
* commit 7049f30133041a4c91b563cec212e2fe07207367
| Author: Per Östlund 
| Date:   Fri Mar 1 00:53:18 2019 +0100
| 
|     * OMCompiler ba58857...482cb0e (1):
|       > [NF] Fix function vectorization with type casting.
| 
| M	OMCompiler
| 
* commit ba60f65189e6605701e3b779a76f32c38fb2bd9d
| Author: Per Östlund 
| Date:   Thu Feb 28 19:33:47 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 46fdf1a...ba58857 (1):
|       > [NF] Improve function vectorization.
|     
|     * testsuite 426974a...1c477aa (1):
|       > [NF] Add more function vectorization tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5bf89f0922c291d38331240d2d09d40c9c444b72
| Author: hudson 
| Date:   Wed Feb 27 19:24:17 2019 +0100
| 
|     * libraries 7ddab42...29a50fc (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 06df31c77c5e06886f2d993628bdd4b9bf7f1afd
| Author: Per Östlund 
| Date:   Wed Feb 27 15:01:01 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4961b36...46fdf1a (1):
|       > [NF] Restrict cardinality usage.
|     
|     * testsuite 08742a3...426974a (1):
|       > [NF] Update cardinality tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 76b2ef35db03b78c02d430f0fc39ae8949cc446d
| Author: Per Östlund 
| Date:   Wed Feb 27 15:01:01 2019 +0100
| 
|     Add cardinality to spellcheck.
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#99
|       - OpenModelica/OMCompiler#2949
|       - OpenModelica/OpenModelica-testsuite#1128
| 
| M	.openmodelica.aspell
| 
* commit 220cd16ea23df879cef1e2b32ea19c38f27ce27d
| Author: hudson 
| Date:   Tue Feb 26 19:25:58 2019 +0100
| 
|     * libraries 2064866...7ddab42 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2e48f65612918e74adb896a62d37e77454a04957
| Author: Per Östlund 
| Date:   Tue Feb 26 15:35:29 2019 +0100
| 
|     * OMCompiler c4e03c8...4961b36 (1):
|       > [NF] Fix Call.reductionDefaultValue.
| 
| M	OMCompiler
| 
* commit f15fcea1964e1c56e48dd03965a11993bf78a127
| Author: Per Östlund 
| Date:   Tue Feb 26 14:52:00 2019 +0100
| 
|     * OMCompiler a44d71c...c4e03c8 (1):
|       > [NF] Fix tuple calls in builtins and reductions.
| 
| M	OMCompiler
| 
* commit cfe3263acb3f923528cf0e837651586e6ae63801
| Author: Per Östlund 
| Date:   Tue Feb 26 13:25:47 2019 +0100
| 
|     * OMCompiler 1784812...a44d71c (1):
|       > [NF] Fix scope in Inst.instConnectorCref.
| 
| M	OMCompiler
| 
* commit a5473164dd06ca94065bff8958cabd33d940dd09
| Author: hudson 
| Date:   Mon Feb 25 19:26:30 2019 +0100
| 
|     * libraries 6c1b6a1...2064866 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f6fbeafca542d9e0c6fe84974e0a4305c4cb6fa3
| Author: Martin Sjölund 
| Date:   Mon Feb 25 15:40:54 2019 +0100
| 
|     Updating submodules
|     
|     * doc 8b616b2...3d734cf (2):
|       > Added Modelica 2018 US paper
|       > Add some Modelica'2019 papers
|     
|     * libraries a00049d...6c1b6a1 (1):
|       > Bump libraries
|     
|     * testsuite 1e3bbbc...08742a3 (1):
|       > Add total model for changed ClosedLoop example
| 
| M	doc
| M	libraries
| M	testsuite
| 
* commit 35b3d414c2fd1c30426835fcb101e3ee1a0c5825
| Author: Per Östlund 
| Date:   Mon Feb 25 14:58:44 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 7c64e95...1784812 (1):
|       > [NF] Improve replaceable base class error message.
|     
|     * testsuite 7d264e8...1e3bbbc (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 31b563012c44e043f547f15677c563a0bb070d0b
| Author: arun3688 
| Date:   Mon Feb 25 14:11:02 2019 +0100
| 
|     * OMCompiler 57fb8ee...7c64e95 (1):
|       > generate HTML report and debug log for dataReconciliation
| 
| M	OMCompiler
| 
* commit b37f982b9af83d4f921cca112817f5f11bc030a6
| Author: Per Östlund 
| Date:   Mon Feb 25 13:53:05 2019 +0100
| 
|     * OMCompiler 0eec718...57fb8ee (1):
|       > Rename System.stringHashDjb2Mod alias.
| 
| M	OMCompiler
| 
* commit fa2169b2ee38cf716721930de46cfb38b327aa27
| Author: hudson 
| Date:   Mon Feb 25 12:53:11 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a385b60...0eec718 (1):
|       > [NF] Implementation of expandable connectors.
|     
|     * testsuite 4ed9248...7d264e8 (1):
|       > [NF] Add expandable connector tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f51840c1928391248cd3df0395ae9129e60b87fc
| Author: Adeel Asghar 
| Date:   Sat Feb 23 11:47:18 2019 +0100
| 
|     * OMCompiler 5c5d5ad...a385b60 (1):
|       > Added new API parseEncryptedPackage Works similar to `parseFile`. Added support for creating .mol packages without encryption which means they only contains the .mo files and also updated `loadEncryptedPackage` to be able to load such packages.
| 
| M	OMCompiler
| 
* commit 9658c55ef2202ccdd5000f90cc3e64a67aa6b0ed
| Author: Adeel Asghar 
| Date:   Sat Feb 23 11:47:17 2019 +0100
| 
|     bump OMEdit
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#98
|       - OpenModelica/OMCompiler#2940
| 
| M	OMEdit
| 
* commit d09c7c7d89a7573fc4848f32c7980d2cf6f6bc81
| Author: hudson 
| Date:   Fri Feb 22 19:25:50 2019 +0100
| 
|     * libraries 9d8c132...a00049d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2acecddf084e377a2b7fa75c03b4ee8e0ed24e58
| Author: Martin Sjölund 
| Date:   Fri Feb 22 13:39:10 2019 +0100
| 
|     * OMSimulator 7154469...afc407f (1):
|       > Build CentOS7
| 
| M	OMSimulator
| 
* commit 98bcb48605831a16cb23ba04f720ac741e5f77cc
| Author: Martin Sjölund 
| Date:   Fri Feb 22 12:42:52 2019 +0100
| 
|     * OMSimulator 678e5cd...7154469 (2):
|       > Add retry 2 times for MSVC64 target
|       > Fix building on systems using Boost
| 
| M	OMSimulator
| 
* commit 9609be776aafae1d056b9ccf2ab2dc1f900f29a3
| Author: Adeel Asghar 
| Date:   Thu Feb 21 20:56:33 2019 +0100
| 
|     * OMCompiler 61b21df...5c5d5ad (1):
|       > Check if .mol contains .mo files If it does then load them normally
| 
| M	OMCompiler
| 
* commit a5d752a91e82ac776f5d73e02c5a67cd3fe94937
| Author: hudson 
| Date:   Thu Feb 21 19:24:21 2019 +0100
| 
|     * libraries 4b4cd17...9d8c132 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a6021ff32fe3aeccb032a1f54183cedc2a26bd5a
| Author: Martin Sjölund 
| Date:   Thu Feb 21 08:00:08 2019 +0100
| 
|     Updating submodules
|     
|     * libraries c8bfed1...4b4cd17 (1):
|       > Bump libraries
|     
|     * testsuite 64e532c...4ed9248 (1):
|       > Updates for newest ThermoPower
| 
| M	libraries
| M	testsuite
| 
* commit 5fb237721e8e578609cd2fe0774cfc16a1d41b31
| Author: Adeel Asghar 
| Date:   Wed Feb 20 09:53:39 2019 +0100
| 
|     * OMEdit 9f3d0f7...775b6d5 (1):
|       > Fixed OMSimulator documentation link
| 
| M	OMEdit
| 
* commit 63783be7a07109509da27aa6c347a72c1b271b06
| Author: hudson 
| Date:   Tue Feb 19 19:23:02 2019 +0100
| 
|     * libraries c5c9afe...c8bfed1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 996d2153bc50c2fde7b4db6061a412ab35d5e454
| Author: hudson 
| Date:   Tue Feb 19 17:07:32 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 91743ce...61b21df (7):
|       > Changed string documentation, removed unused variables, changed name for omsiAllEquations.
|       > don't remove DAE_AUX_VAR case in BackendDump
|       > Changed more comments to documentation strings
|       > Changed comments to string documentation in BackEnd/BackendDAE.mo
|       > fix index of jacobian variable in function createJacSimVarsColumn
|       > fix added jacobian vars also to HT (#1)
|       > [OMSI] Preparing data structure for code generation in SimCode
|     
|     * testsuite 70e6d3a...64e532c (2):
|       > Neede one more change of ordering
|       > Changed order of cse variables in jacobian for dynamicTearing2.mos
| 
| M	OMCompiler
| M	testsuite
| 
* commit 575806cbc8aaf359369347c787ae3fff8e7f72b7
| Author: Adeel Asghar 
| Date:   Tue Feb 19 11:53:25 2019 +0100
| 
|     * OMCompiler e32846a...91743ce (1):
|       > ticket:5343 set the isReadOnly attribute to false When copying the class make sure we make set `isReadOnly` attribute to false.
| 
| M	OMCompiler
| 
* commit 221cfcd17e5c5aea1e350ee980dfcfcec281690a
| Author: hudson 
| Date:   Tue Feb 19 08:47:13 2019 +0100
| 
|     * libraries 98ee3a0...c5c9afe (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit eb9b5cb794ff814394a7bf884e60726c25f17378
| Author: Martin Sjölund 
| Date:   Tue Feb 19 08:26:09 2019 +0100
| 
|     * libraries f4899c1...98ee3a0 (1):
|       > Fix 3.2.3 patching
| 
| M	libraries
| 
* commit 4f5354dd74315367e2dd902164ebdd2289ea92a2
| Author: hudson 
| Date:   Mon Feb 18 19:24:15 2019 +0100
| 
|     * libraries 7b754d4...f4899c1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a0627421aca6d833c06cf36615ba84720fcc6343
| Author: hudson 
| Date:   Sat Feb 16 19:25:32 2019 +0100
| 
|     * libraries 3d1a422...7b754d4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d48e821449aba5c5dbb4685d216dd080e0eac8db
| Author: hudson 
| Date:   Fri Feb 15 19:25:03 2019 +0100
| 
|     * libraries 796760d...3d1a422 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fb0112831da501a406ee9ce11edcb267f626cbde
| Author: Martin Sjölund 
| Date:   Fri Feb 15 13:10:09 2019 +0100
| 
|     * OMSimulator 31da4d4...678e5cd (1):
|       > Update OMTLMSimulator
| 
| M	OMSimulator
| 
* commit 1e9d59d51c1ba19be2ced137b2f8080fd34a7ca6
| Author: Adrian Pop 
| Date:   Fri Feb 15 12:20:30 2019 +0100
| 
|     * OMCompiler 0c02427...e32846a (1):
|       > more fixes to ticket:5305
| 
| M	OMCompiler
| 
* commit 581d9b7c7e70c29b47e43fffdc4144ce9954d277
| Author: Adrian Pop 
| Date:   Fri Feb 15 12:02:40 2019 +0100
| 
|     * testsuite a6d7282...70e6d3a (1):
|       > add test for ticket:5340
| 
| M	testsuite
| 
* commit 390074568394505266941e4ee8985cc4153dc4b1
| Author: Adrian Pop 
| Date:   Fri Feb 15 10:49:40 2019 +0100
| 
|     * OMCompiler b5e109e...0c02427 (1):
|       > fix for ticket:5340 - handle DAE.INITIAL_TERMINATE in BackendDAECreatelowerEq - correctly add DAE.TERMINATE to the regular equations, not the initial equations
| 
| M	OMCompiler
| 
* commit 02540072eaaaf91f487be7701dce6998817132bd
| Author: Lennart Ochel 
| Date:   Thu Feb 14 20:52:36 2019 +0100
| 
|     * OMSimulator 063b29a...31da4d4 (1):
|       > Test MSVC64 builds
| 
| M	OMSimulator
| 
* commit 21221e4e1f1ed32720a5122d9db34a1d75091e1c
| Author: hudson 
| Date:   Thu Feb 14 20:12:08 2019 +0100
| 
|     * libraries f54fc08...796760d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit eea5ec294c18fc7f71c6703eff09849f58d66d2d
| Author: Adrian Pop 
| Date:   Thu Feb 14 19:28:00 2019 +0100
| 
|     * OMCompiler 33c5dba...b5e109e (1):
|       > fix ticket:5305 - handle ModelicaStandardTables in SimCodeFunctionUtil.getLibraryStringInMSVCFormat - fix some msvc C codegen issues (some linker issues stil remain) - now models with tables work fine with --target=msvc --simCodeTarget=Cpp
| 
| M	OMCompiler
| 
* commit 0c4e65392ccaa48877c84beb2e9443113371071d
| Author: Martin Sjölund 
| Date:   Thu Feb 14 19:10:06 2019 +0100
| 
|     * OMSimulator 15b31e2...063b29a (1):
|       > [Jenkins] Check if submodule was updated unexpectedly
| 
| M	OMSimulator
| 
* commit a0daf5f8c97fd923f77595163ac23b55c921267b
| Author: hudson 
| Date:   Thu Feb 14 18:28:52 2019 +0100
| 
|     Updating submodules
|     * OMSimulator 9b58085...15b31e2 (7):
|       > Make the detection of libstdc++fs more robust
|       > Update OMTLMSimulator
|       > Fix compilation with MSVC
|       > Fix nested namespaces
|       > Fix flag --resultFile
|       > Strip prefix model.root.fmu. for isolated FMUs
|       > Add support for C++17, replacing Boost
|     
|     * libraries bf186f6...f54fc08 (2):
|       > Bump libraries
|       > Bump libraries
| 
| M	OMSimulator
| M	libraries
| 
* commit 22352d406a6607ff142a49499aa3096f9c9965e0
| Author: Per Östlund 
| Date:   Thu Feb 14 14:20:56 2019 +0100
| 
|     * OMCompiler 1afef5f...33c5dba (1):
|       > [NF] Fix checkConnectorType for derived nodes.
| 
| M	OMCompiler
| 
* commit adc135768ab0f556c9139553665d499b860eb965
| Author: Per Östlund 
| Date:   Thu Feb 14 13:27:00 2019 +0100
| 
|     * OMCompiler a154b44...1afef5f (1):
|       > [NF] Fix default connector type for discrete types.
| 
| M	OMCompiler
| 
* commit 270177bbd33eea81fbf6462b20e7e2de6f9153f7
| Author: Adrian Pop 
| Date:   Wed Feb 13 23:32:45 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cea3023...a154b44 (1):
|       > fix ticket:5336, set non connector instead of potential
|     
|     * testsuite 8c3a23d...a6d7282 (1):
|       > update test due to changes in ticket:5336
| 
| M	OMCompiler
| M	testsuite
| 
* commit 223eec88007b5ec49be4e5bb0459f8abe0245b36
| Author: Adrian Pop 
| Date:   Wed Feb 13 23:31:28 2019 +0100
| 
|     update OMCompiler/3rdParty
| 
| M	OMCompiler
| 
* commit 6c58cb89f55f37b11ec9f377d8ec27e5561da67d
| Author: Per Östlund 
| Date:   Tue Feb 12 23:49:17 2019 +0100
| 
|     * OMCompiler 89e4fb8...19e82ea (1):
|       > [NF] Inherit annotations in functions.
| 
| M	OMCompiler
| 
* commit ede3a43723191580dfb0cc1a96d185c79bb72592
| Author: Lennart Ochel 
| Date:   Tue Feb 12 15:36:16 2019 +0100
| 
|     * OMSimulator 9015f14...9b58085 (2):
|       > Update OMTLMSimulator
|       > Enable tlm tests again
| 
| M	OMSimulator
| 
* commit 189f35e994394c041f5c728019bbed91adb7771b
| Author: Robert Braun 
| Date:   Tue Feb 12 14:55:37 2019 +0100
| 
|     * OMSimulator e923b2a...9015f14 (1):
|       > Sequential initialization of TLM submodels
| 
| M	OMSimulator
| 
* commit 68e2774872f439524f959bd5615e8875abe08641
| Author: Lennart Ochel 
| Date:   Tue Feb 12 14:07:06 2019 +0100
| 
|     * OMSimulator 2cb1242...e923b2a (2):
|       > Emit results before stepping WC systems
|       > Improve error messages of setRealInputDerivative
| 
| M	OMSimulator
| 
* commit e277dd4f2f05bbfee440592caf2383b6f185ec01
| Author: hudson 
| Date:   Tue Feb 12 12:53:02 2019 +0100
| 
|     Updating submodules
|     * OMEdit d66d325...9f3d0f7 (1):
|       > Update e-mail address
|     
|     * OMSimulator 74ab875...2cb1242 (1):
|       > Mutex protection for TLM socket initialization
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 353170ebbc6dc190b7132d50952b1988c47cc811
| Author: Lennart Ochel 
| Date:   Tue Feb 12 12:18:20 2019 +0100
| 
|     * OMSimulator 827b45e...74ab875 (2):
|       > Make working dir a canonical path
|       > Make working dir the default tmp dir
| 
| M	OMSimulator
| 
* commit 5eca2c82c6fb5755ab25a0a295e541f6ab4bf352
| Author: Adrian Pop 
| Date:   Tue Feb 12 07:26:08 2019 +0100
| 
|     * OMSimulator 6d1a547...827b45e (1):
|       > update OMTLMSimulator
| 
| M	OMSimulator
| 
* commit 9d3928c68ad9a95d9d290f057b5ec6e2524c3aab
| Author: hkiel 
| Date:   Mon Feb 11 21:47:56 2019 +0100
| 
|     * OMCompiler a55f71c...89e4fb8 (2):
|       > update documentation of some functions
|       > fix compile warnings
| 
| M	OMCompiler
| 
* commit d64206942a5b3c990d8367bd1ffcb9f673c8d14f
| Author: hudson 
| Date:   Mon Feb 11 19:27:08 2019 +0100
| 
|     * libraries d6f226b...bf186f6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fb37f9539e4e24bb199f35431c8d18d6693b1f96
| Author: Lennart Ochel 
| Date:   Mon Feb 11 18:43:03 2019 +0100
| 
|     * OMSimulator 5b18fb2...6d1a547 (1):
|       > Sort API calls in the documentation
| 
| M	OMSimulator
| 
* commit ab8a43703329e4696d56ea0f711af45c4608de58
| Author: Per Östlund 
| Date:   Mon Feb 11 18:07:26 2019 +0100
| 
|     * OMCompiler 2de3e75...a55f71c (1):
|       > [NF] Fix type when casting arrays.
| 
| M	OMCompiler
| 
* commit f1702248b3163df714d128f4fbb20f6b51da0136
| Author: Lennart Ochel 
| Date:   Mon Feb 11 17:50:00 2019 +0100
| 
|     * OMSimulator 2f8dd7a...5b18fb2 (1):
|       > Update OMTLMSimulator
| 
| M	OMSimulator
| 
* commit fb4a3775eed3e9f0b7386f0cfd2f867ea17d3cfa
| Author: Robert Braun 
| Date:   Mon Feb 11 14:03:09 2019 +0100
| 
|     * OMSimulator dc6caf6...2f8dd7a (1):
|       > Update TLM submodule
| 
| M	OMSimulator
| 
* commit a4239907d1b79a551e652abb5ab819770f20492e
| Author: Lennart Ochel 
| Date:   Mon Feb 11 13:22:56 2019 +0100
| 
|     * OMSimulator aca92db...dc6caf6 (1):
|       > Add oms_setRealInputDerivative to the API
| 
| M	OMSimulator
| 
* commit 17e8dc12728e892813a2ededb0bb8fd2f480f361
| Author: Lennart Ochel 
| Date:   Mon Feb 11 10:33:22 2019 +0100
| 
|     * OMSimulator 0eb72f6...aca92db (2):
|       > Disable tlm tests for now. Revert this ASAP.
|       > Implement soft real-time for co-simulation
| 
| M	OMSimulator
| 
* commit 00839f2f9cc5be40cb0f705ddf3f356f8ce8dd6f
| Author: Lennart Ochel 
| Date:   Mon Feb 11 09:41:29 2019 +0100
| 
|     * OMSimulator 13a80b7...0eb72f6 (1):
|       > Fix command-line option --solver
| 
| M	OMSimulator
| 
* commit 72c250fb69b65c157da55d9840eb23fbbcbcfea9
| Author: AnHeuermann 
| Date:   Fri Feb 8 15:31:53 2019 +0100
| 
|     * OMCompiler b3d5248...2de3e75 (1):
|       > Removed unused makefile rule mkbuilddir
| 
| M	OMCompiler
| 
* commit 4a9c3a2b20c1e3e3697079d7def14e56567904e3
| Author: arun3688 
| Date:   Fri Feb 8 14:15:37 2019 +0100
| 
|     * OMCompiler ce469c3...b3d5248 (1):
|       > fix Fstar Computation for dataReconciliation
| 
| M	OMCompiler
| 
* commit d09ba73ad519e6283f734531b33a82da0c505a05
| Author: hudson 
| Date:   Fri Feb 8 13:40:13 2019 +0100
| 
|     * libraries 0f55607...d6f226b (3):
|       > Bump libraries
|       > update MSL hash
|       > update version in patches to 4.0.0-dev
| 
| M	libraries
| 
* commit 185f648012a854abaa39037992b0b64f4b7b6835
| Author: Lennart Ochel 
| Date:   Fri Feb 8 12:54:09 2019 +0100
| 
|     * OMSimulator 85af15f...13a80b7 (1):
|       > Update links in the README file
| 
| M	OMSimulator
| 
* commit 75b8c942b2a062fb83e8ace12f7e5c95e87796ae
| Author: Adeel Asghar 
| Date:   Fri Feb 8 12:18:19 2019 +0100
| 
|     * OMEdit b09a4f0...d66d325 (2):
|       > Set the default compiler and allow resetting back to default
|       > ticket:5044 Allow setting the compiler `--target=gcc` only set the makefile build system and not the compiler. Use `setCompiler` and `setCXXCompiler` to set the compiler.
| 
| M	OMEdit
| 
* commit f9f54cc240a758637c2b82f08c68f8b6f2478500
| Author: Adeel Asghar 
| Date:   Fri Feb 8 11:44:30 2019 +0100
| 
|     * OMEdit 51d7b1e...b09a4f0 (1):
|       > ticket:5274 Added a button to open the transformational debugger directly
| 
| M	OMEdit
| 
* commit 3a8709612e16053519f2b84cc1621ca4a1137d7f
| Author: Adeel Asghar 
| Date:   Fri Feb 8 11:08:20 2019 +0100
| 
|     * OMEdit f0fa107...51d7b1e (1):
|       > Fix OSX build
| 
| M	OMEdit
| 
* commit f5ddcb5582f1c41ad8160ffa8bc48f76cef7468f
| Author: Karim Abdelhak 
| Date:   Fri Feb 8 10:27:06 2019 +0100
| 
|     * OMCompiler 5c4124c...ce469c3 (1):
|       > [BE] Fix mixed-determined dump and raise index to 10
| 
| M	OMCompiler
| 
* commit b58799a8090e5fda4ceb74c1299d6ad6f652df30
| Author: Karim Abdelhak 
| Date:   Fri Feb 8 10:06:25 2019 +0100
| 
|     [aspell] added overdetermined underdetermined underconstrained
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#97
| 
| M	.openmodelica.aspell
| 
* commit a28c3f9760671da923c47f801b177f4cc465dd55
| Author: Lennart Ochel 
| Date:   Thu Feb 7 23:21:49 2019 +0100
| 
|     * OMSimulator 32ebddd...85af15f (1):
|       > Remove unused includes
| 
| M	OMSimulator
| 
* commit 6481cab70398dd5c2573ddf3d00b5ba4aac58e80
| Author: Lennart Ochel 
| Date:   Thu Feb 7 21:24:38 2019 +0100
| 
|     * OMSimulator a0df12c...32ebddd (2):
|       > Disable concurrent OMSimulator builds
|       > New flag --stripRoot
| 
| M	OMSimulator
| 
* commit 510ff8cee4c7a541efdb5534fe4d255d84b7f722
| Author: Adrian Pop 
| Date:   Thu Feb 7 21:23:42 2019 +0100
| 
|     update OMCompiler with correct 3rdParty
| 
| M	OMCompiler
| 
* commit 23a6c4733d3d73c77562870b619bd0751d0cbc5d
| Author: Adeel Asghar 
| Date:   Thu Feb 7 18:00:46 2019 +0100
| 
|     * OMEdit 9fe7631...f0fa107 (1):
|       > ticket:5048 use the class name for listFile instead of file name
| 
| M	OMEdit
| 
* commit 77305f95b0d08da799f3494dc8d811f36fc86b01
| Author: Adeel Asghar 
| Date:   Thu Feb 7 17:27:15 2019 +0100
| 
|     * OMEdit 8db5bf7...9fe7631 (1):
|       > ticket:5048 suppress the unnecessary qt warning messages
| 
| M	OMEdit
| 
* commit c142f68caa23f50da494fb78c39dd87e2513fc3f
| Author: arun3688 
| Date:   Thu Feb 7 16:12:18 2019 +0100
| 
|     * OMCompiler d45128c...086fe63 (1):
|       > add debug log and fix jacobian transpose for dataReconciliation
| 
| M	OMCompiler
| 
* commit 299f6fd84aec461bcef4cab6a62a27174fac9f86
| Author: Martin Sjölund 
| Date:   Thu Feb 7 14:27:59 2019 +0100
| 
|     * OMSimulator 75b0296...a0df12c (3):
|       > Get latest OMTLMSimulator
|       > Fix Python C interface
|       > [Jenkins] Fix tests
| 
| M	OMSimulator
| 
* commit 20363b8ab1a455e25fc6607d72a77fc402e3fead
| Author: Adeel Asghar 
| Date:   Thu Feb 7 13:51:52 2019 +0100
| 
|     * OMCompiler c0983d2...d45128c (1):
|       > Expose the functions required by OMEncryption
| 
| M	OMCompiler
| 
* commit e212d4da56d1c989150d9d2e39745929542a6c48
| Author: Per Östlund 
| Date:   Thu Feb 7 13:00:50 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e13c41a...c0983d2 (1):
|       > [NF] Fix equation order for branch selection.
|     
|     * testsuite f44d943...8c3a23d (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 106cb58a4218e3576f04d75a35b8752993995d11
| Author: Lennart Ochel 
| Date:   Thu Feb 7 09:46:09 2019 +0100
| 
|     * OMSimulator 3a00dbf...75b0296 (2):
|       > Re-add testsuite
|       > Remove testsuite submodule
| 
| M	OMSimulator
| 
* commit 45d68bffa51bd0dac447ed4e75cb3ceafe82a9e9
| Author: hudson 
| Date:   Wed Feb 6 19:27:19 2019 +0100
| 
|     * libraries 442de86...0f55607 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3bee91c1d73c44c3153d6fbaeff018e6b900cbb3
| Author: Adrian Pop 
| Date:   Wed Feb 6 17:10:59 2019 +0100
| 
|     * OMCompiler 8017c67...e13c41a (1):
|       > fix ticket:5048, lookup starting in the class, not the parents - only do this if the class is not derived
| 
| M	OMCompiler
| 
* commit 89143c1270889819c8415a288b3fd8a2ee1b220a
| Author: Adeel Asghar 
| Date:   Wed Feb 6 14:36:53 2019 +0100
| 
|     * OMEdit 3e4797e...8db5bf7 (1):
|       > ticket:4369 set the time unit so it doesn't become invalid. Only use the time conversion for time and interactive plot types.
| 
| M	OMEdit
| 
* commit 39b77241a5d593b6041ced76b2a1d1bdcd72d515
| Author: hudson 
| Date:   Tue Feb 5 19:23:29 2019 +0100
| 
|     * libraries 9bd9478...442de86 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6b26f03eec194bbda8701e761b39043c0784db52
| Author: Per Östlund 
| Date:   Tue Feb 5 15:55:29 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 71414e4...8017c67 (1):
|       > [NF] Expand complex array crefs.
|     
|     * testsuite be9c750...f44d943 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ba4a3e231efa3866d9f82f86df3fff9ee97dc94f
| Author: Per Östlund 
| Date:   Tue Feb 5 13:21:11 2019 +0100
| 
|     * OMCompiler 2fee2f0...71414e4 (1):
|       > [NF] Add execStat för Absyn->SCode.
| 
| M	OMCompiler
| 
* commit 7981963c123fa50dad2fdcf9459adf68bee7d7aa
| Author: hudson 
| Date:   Mon Feb 4 19:29:25 2019 +0100
| 
|     * libraries d48f031...9bd9478 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b145b552283340fd7c406a971392587b4768e352
| Author: Adeel Asghar 
| Date:   Mon Feb 4 18:11:31 2019 +0100
| 
|     * OMPlot af5c4a6...4b15019 (1):
|       > Clean up resources
| 
| M	OMPlot
| 
* commit fd9bf81a0ff21925998d223cb02c1c766127f8d0
| Author: Per Östlund 
| Date:   Mon Feb 4 17:22:48 2019 +0100
| 
|     * OMCompiler 4b0bcc2...2fee2f0 (1):
|       > Fix code generation for function outputs.
| 
| M	OMCompiler
| 
* commit 8c828b7e03a66b170269e60f4c775b6623fbce2a
| Author: Adeel Asghar 
| Date:   Mon Feb 4 17:05:56 2019 +0100
| 
|     * OMEdit 91189d4...3e4797e (1):
|       > Clean the SVGs
| 
| M	OMEdit
| 
* commit b0a3645908f9b4b365de46649fde908e4a7bac12
| Author: Per Östlund 
| Date:   Mon Feb 4 16:01:53 2019 +0100
| 
|     * OMCompiler 68cc738...4b0bcc2 (1):
|       > [NF] Improve Typing.typeExpDim.
| 
| M	OMCompiler
| 
* commit 53450f865be7383b85b8540ad410b5c82429354c
| Author: arun3688 
| Date:   Mon Feb 4 14:49:41 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 05c8b02...68cc738 (1):
|       > fix datareconciliation jacobians var ordering
|     
|     * testsuite 0da1f65...be9c750 (1):
|       > fix DataReconciliationOpenCpsTests.mos baseline results
| 
| M	OMCompiler
| M	testsuite
| 
* commit 262caf127e2a2b8a6733e5267adc5eecf0ae357e
| Author: hkiel 
| Date:   Mon Feb 4 14:32:38 2019 +0100
| 
|     * OMEdit 7353b63...91189d4 (1):
|       > fix for Qt4.8: do not use QStringRef.left() or right()
| 
| M	OMEdit
| 
* commit 8558faee4421492eb762295fea724c54f6c8e62d
| Author: Anatoly Trosinenko 
| Date:   Mon Feb 4 09:05:45 2019 +0100
| 
|     * OMEdit ce509a3...7353b63 (2):
|       > Use different icons for autocompleted class and component names
|       > Show meaningful descriptions for autocompleted classes and components
| 
| M	OMEdit
| 
* commit 2fe61a6fc16b5c8240a9bbb333b757572ebd6110
| Author: hudson 
| Date:   Sun Feb 3 19:27:08 2019 +0100
| 
|     * libraries 91c7cc3...d48f031 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit aa92d03d8fd2cd4d990b32df6ab58421a0ee7519
| Author: hudson 
| Date:   Sat Feb 2 19:25:36 2019 +0100
| 
|     * libraries 8c04a0a...91c7cc3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1a1d3db3243656382ebba1dd93b0c0d6c181113a
| Author: hudson 
| Date:   Fri Feb 1 19:23:53 2019 +0100
| 
|     * libraries 1541c34...8c04a0a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cd01b362f9d33036a3bcffe0cbbf3ddecf59b1ae
| Author: Lennart Ochel 
| Date:   Fri Feb 1 16:09:12 2019 +0100
| 
|     * OMSimulator f1611fc...3a00dbf (1):
|       > Fix documentation of oms_importString
| 
| M	OMSimulator
| 
* commit ae77dd6edeff8a674724fc0401baeec2386a151b
| Author: Adeel Asghar 
| Date:   Fri Feb 1 11:50:00 2019 +0100
| 
|     * OMEdit bef7e4f...ce509a3 (1):
|       > Fixes ticket:5050 Use `Qt::ElideRight` if the value is a double in non-scientific notation. If the value is in scientific notation then use `Qt::ElideMiddle`.
| 
| M	OMEdit
| 
* commit a0d438c29948b4dc2a55936e349bdcdd93a6dc59
| Author: Martin Sjölund 
| Date:   Fri Feb 1 11:28:55 2019 +0100
| 
|     * OMCompiler bbc721e...05c8b02 (1):
|       > Unroll the patch commands
| 
| M	OMCompiler
| 
* commit 8e643e88626f8188eb9d5b8790393fb4a7521574
| Author: Martin Sjölund 
| Date:   Fri Feb 1 10:34:01 2019 +0100
| 
|     Updating submodules
|     
|     * OMEdit 5016e9c...bef7e4f (5):
|       > ticket:5050 Use Qt::ElideRight for value column. Other columns use Qt::ElideMiddle
|       > ticket#5190 Save the class when saving the documentation
|       > ticket#5207 Preserve the jacobian type between simulations
|       > Do not pass platform triplets with '&' when compiling FMUs
|       > Refactor GitCommands.{h,cpp}
|     
|     * libraries 5abf33d...1541c34 (2):
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite d1d8756...0da1f65 (1):
|       > Updates for MSL 3.2.3 being added
| 
| M	OMEdit
| M	libraries
| M	testsuite
| 
* commit ddc484b2e4f36ded3f625456fc989e1207e8bd88
| Author: Per Östlund 
| Date:   Thu Jan 31 12:55:40 2019 +0100
| 
|     * OMCompiler d255b3a...bbc721e (1):
|       > [NF] Use System.setUsesCardinality.
| 
| M	OMCompiler
| 
* commit 1d6c04a4c60b21db155a62eb452e93ae82c992c5
| Author: Martin Sjölund 
| Date:   Thu Jan 31 09:51:33 2019 +0100
| 
|     Updating OMCompiler
|     
|     d255b3a Updating 3rdParty
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler-3rdParty#37
| 
| M	OMCompiler
| 
* commit acff4fc141ad376fbe1594ae517f5899d8b3032d
| Author: Martin Sjölund 
| Date:   Thu Jan 31 09:32:16 2019 +0100
| 
|     * OMCompiler 554ce08...a6a2406 (1):
|       > Remove svn-clean.py
| 
| M	OMCompiler
| 
* commit 8b4fc4efe636b19c0389261c6523dd731b822ea7
| Author: Martin Sjölund 
| Date:   Thu Jan 31 08:57:44 2019 +0100
| 
|     * OMCompiler a27fbae...554ce08 (1):
|       > Unify BSD/OSX and GNU sed syntax to one
| 
| M	OMCompiler
| 
* commit d803f6750c659f87475785a3387ce43be21471a6
| Author: Martin Sjölund 
| Date:   Thu Jan 31 08:07:57 2019 +0100
| 
|     Updating OMCompiler
|     
|     a27fbae Updating 3rdParty
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler-3rdParty#36
| 
| M	OMCompiler
| 
* commit 53121856e367a5b7dcf6f8db02c281d6e077276b
| Author: Martin Sjölund 
| Date:   Wed Jan 30 15:13:46 2019 +0100
| 
|     * OMCompiler fbc944f...e10d5e4 (1):
|       > Use $(MAKE) in Makefile
| 
| M	OMCompiler
| 
* commit 21d2cf187bbde130d3571cd658185299a5049a7f
| Author: Martin Sjölund 
| Date:   Wed Jan 30 14:11:37 2019 +0100
| 
|     Updating OMCompiler
|     
|     fbc944f Updating 3rdParty
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler-3rdParty#35
| 
| M	OMCompiler
| 
* commit acf3692098d0c9b44d5e1f8105c7d2c5207c9828
| Author: Per Östlund 
| Date:   Wed Jan 30 13:27:04 2019 +0100
| 
|     * OMCompiler 0f5c4be...2f863d0 (1):
|       > [NF] Make Real range generation more robust.
| 
| M	OMCompiler
| 
* commit 008aaf86ec67cc764daf7bcca858839c62bcb2c3
| Author: Per Östlund 
| Date:   Wed Jan 30 12:30:18 2019 +0100
| 
|     * OMCompiler 58af603...0f5c4be (1):
|       > [NF] Handle inner/outer in records.
| 
| M	OMCompiler
| 
* commit 52aaba44e48734283de6d8300c89362e43ac88f0
| Author: Per Östlund 
| Date:   Wed Jan 30 11:47:36 2019 +0100
| 
|     * OMCompiler 38fd61a...58af603 (1):
|       > [NF] Allow Fortran 77 as external language.
| 
| M	OMCompiler
| 
* commit 9531ac33d6082c63ed5820ee8c2831bda81d634d
| Author: Per Östlund 
| Date:   Tue Jan 29 17:06:16 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9a35199...38fd61a (1):
|       > [NF] Various fixes.
|     
|     * testsuite d97b893...d1d8756 (2):
|       > [NF] Update tests.
|       > [NF] Add Complex subtraction test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit fa58684ecd96ccb2f4eba5955b4de3e4753e9ee4
| Author: Adeel Asghar 
| Date:   Tue Jan 29 11:21:15 2019 +0100
| 
|     * doc c7d4997...8b616b2 (1):
|       > Improved the OMPython's setXXX functions explanation
| 
| M	doc
| 
* commit 789da9f7445d18432207eaed0ac62a996062df00
| Author: Adeel Asghar 
| Date:   Tue Jan 29 10:41:07 2019 +0100
| 
|     * doc 50403cf...c7d4997 (1):
|       > Fix heading style
| 
| M	doc
| 
* commit 06c68c1efa40ebf835bce45dabfec40fba2f4249
| Author: Martin Sjölund 
| Date:   Tue Jan 29 10:14:32 2019 +0100
| 
|     Updating OMCompiler
|     
|     9a35199 Updating 3rdParty
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler-3rdParty#34
| 
| M	OMCompiler
| 
* commit 646c9d059ceebada31b56ef8a4165ba44ad8896a
| Author: Martin Sjölund 
| Date:   Tue Jan 29 09:57:13 2019 +0100
| 
|     * libraries 7061218...5abf33d (1):
|       > Add MSL 3.2.3
| 
| M	libraries
| 
* commit 29765f5482f4c5d47343a24399ecf85747c8fedf
| Author: hudson 
| Date:   Mon Jan 28 20:07:18 2019 +0100
| 
|     * libraries 582ceb7...7061218 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a974fed6981176a29138caccbf3ee18d55cf4e5b
| Author: Per Östlund 
| Date:   Mon Jan 28 18:59:58 2019 +0100
| 
|     * OMCompiler be0943f...8167b9d (1):
|       > [NF] Partially revert 8fcf925.
| 
| M	OMCompiler
| 
* commit 40501effcdd08acbc4a4eaa523b506b3379f6889
| Author: arun3688 
| Date:   Mon Jan 28 18:37:43 2019 +0100
| 
|     * doc 2ef337a...50403cf (1):
|       > fix OMJulia introduction
| 
| M	doc
| 
* commit a0238987d92de26e5a37c73d947c1e0a313da550
| Author: hudson 
| Date:   Mon Jan 28 17:55:30 2019 +0100
| 
|     * doc bbccbd9...2ef337a (2):
|       > Merge remote-tracking branch 'origin/master'
|       > users guide doc for FMU animation
| 
| M	doc
| 
* commit 7e3b0eaa7d6d70244da930bdda1d7efcf51e67ae
| Author: Per Östlund 
| Date:   Mon Jan 28 15:39:30 2019 +0100
| 
|     * OMCompiler 247f185...be0943f (1):
|       > [NF] Fix scoping of redeclared components.
| 
| M	OMCompiler
| 
* commit 2078fcba083d912d7f08fa5007352cf9c9ccd7b6
| Author: Per Östlund 
| Date:   Mon Jan 28 13:11:54 2019 +0100
| 
|     * OMCompiler 852d89e...247f185 (1):
|       > [NF] Handle importing and inheriting the same name.
| 
| M	OMCompiler
| 
* commit 96385720e39c5ec640535c6a909aecfbc41d7b3a
| Author: Per Östlund 
| Date:   Mon Jan 28 12:51:45 2019 +0100
| 
|     * OMCompiler 8fcf925...852d89e (1):
|       > [NF] Fix operator overloading.
| 
| M	OMCompiler
| 
* commit fbf72a40df91f9e851d4e26963ec1df9175016c1
| Author: Per Östlund 
| Date:   Mon Jan 28 12:03:06 2019 +0100
| 
|     * OMCompiler fcedc05...8fcf925 (1):
|       > [NF] Various improvements.
| 
| M	OMCompiler
| 
* commit fa64771d525202dc215ef4e5ae40a63750855fa6
| Author: Lennart Ochel 
| Date:   Mon Jan 28 11:45:44 2019 +0100
| 
|     * OMSimulator 6bfac9a...f1611fc (2):
|       > Updating testsuite
|       > Step me-system also if it doesn't contain any FMU
| 
| M	OMSimulator
| 
* commit 53bb83a9de9f137d69e4f9e083572fc65c41c555
| Author: Willi Braun 
| Date:   Mon Jan 28 11:03:37 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler db18f0d...fcedc05 (1):
|       > [BE] added support for INITIAL_ASSERT in BackendCreate
|     
|     * testsuite 35ce3fd...d97b893 (1):
|       > added test for ticket5294
| 
| M	OMCompiler
| M	testsuite
| 
* commit a36ff7228d80df9c95c0e8083e123264e61e0ae1
| Author: hudson 
| Date:   Mon Jan 28 09:42:21 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler eb421e8...db18f0d (1):
|       > [BE]apply simplifyIfEquations on initial equations
|     
|     * testsuite 6727d60...35ce3fd (1):
|       > adjust test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 21a25349a56faf0947dd98aec40d68c5420fbc43
| Author: Lennart Ochel 
| Date:   Mon Jan 28 09:25:07 2019 +0100
| 
|     * OMSimulator 5fcd6f3...6bfac9a (1):
|       > Revert "Fix bug in oms_compareSimulationResults"
| 
| M	OMSimulator
| 
* commit 3f09a75612f89c74299b91b04dfdf47f9f80bcda
| Author: Per Östlund 
| Date:   Sun Jan 27 18:05:07 2019 +0100
| 
|     * OMCompiler bf2e0a4...eb421e8 (1):
|       > [NF] Evaluate bindings of complex final parameters.
| 
| M	OMCompiler
| 
* commit bc3ef8138709fc329d7b10d66fa148a5f6a741d9
| Author: Lennart Ochel 
| Date:   Sat Jan 26 21:02:18 2019 +0100
| 
|     * OMSimulator d2a0e99...5fcd6f3 (1):
|       > Fix bug in oms_compareSimulationResults
| 
| M	OMSimulator
| 
* commit 597b6c86bc89d75c52dd846816e453a95d5260c6
| Author: Lennart Ochel 
| Date:   Sat Jan 26 15:34:19 2019 +0100
| 
|     * OMSimulator 5ee8cb1...d2a0e99 (1):
|       > New flag --wallTime
| 
| M	OMSimulator
| 
* commit 5ce87e80f2b347298fd6086d58b9ca51a61e7f87
| Author: Lennart Ochel 
| Date:   Sat Jan 26 10:19:23 2019 +0100
| 
|     * OMSimulator 4a05af7...5ee8cb1 (1):
|       > Updating testsuite
| 
| M	OMSimulator
| 
* commit d164e66abc5a88cf3f1500222a3311ff711b7e78
| Author: Lennart Ochel 
| Date:   Fri Jan 25 22:47:46 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 7eaf6bc...bf2e0a4 (1):
|       > Don't rename outputs
|     
|     * testsuite 0082843...6727d60 (2):
|       > Test output-states
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2d94743e5db3fdc829f906e440a3a8a1ace3a216
| Author: hudson 
| Date:   Fri Jan 25 19:27:10 2019 +0100
| 
|     * libraries ce198e2...582ceb7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f643f5b5a41c1cb3385fc08598200bf077a0ea93
| Author: Lennart Ochel 
| Date:   Fri Jan 25 17:52:58 2019 +0100
| 
|     * OMCompiler e3d42ec...7eaf6bc (1):
|       > Replace BackendDAEUtil.traverseBackendDAEExpsEqnsWithUpdate
| 
| M	OMCompiler
| 
* commit 885713e535342abd04297c4bb35822808fd8bcca
| Author: Per Östlund 
| Date:   Fri Jan 25 16:39:36 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 547468f...e3d42ec (1):
|       > Implement --showStructuralAnnotations flag.
|     
|     * testsuite 5c577d7...0082843 (1):
|       > Add test for --showStructuralAnnotations.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8e4b477fcb391ac8b0d30cdc60d6b50668137424
| Author: Per Östlund 
| Date:   Fri Jan 25 15:41:40 2019 +0100
| 
|     * OMCompiler 2128334...547468f (1):
|       > Expand crefs when simplifying cat.
| 
| M	OMCompiler
| 
* commit 20243de701526c41368e0d5a5b9f1ec381fa7a92
| Author: Lennart Ochel 
| Date:   Fri Jan 25 15:24:27 2019 +0100
| 
|     * OMSimulator 3ddb45c...4a05af7 (1):
|       > Fix tables and time in wc-systems
| 
| M	OMSimulator
| 
* commit 6cc245e7ca21d7b2097a4f916b8b5dca063e290b
| Author: Lennart Ochel 
| Date:   Thu Jan 24 23:52:44 2019 +0100
| 
|     * OMSimulator 9890d0f...3ddb45c (2):
|       > Updating testsuite
|       > Fix deletion of associated connections
| 
| M	OMSimulator
| 
* commit 3534b10ab2ffdb6f2842ebcfc5aab3a9a82ec700
| Author: Lennart Ochel 
| Date:   Thu Jan 24 21:25:41 2019 +0100
| 
|     * OMShell 43edc61...cf210ce (1):
|       > Update .gitignore
| 
| M	OMShell
| 
* commit 4824a887d72281a1825b28cae4d87f6bbcca4443
| Author: Lennart Ochel 
| Date:   Thu Jan 24 20:22:17 2019 +0100
| 
|     * OMSimulator 7d7e812...9890d0f (1):
|       > Remove Identifier.h/cpp
| 
| M	OMSimulator
| 
* commit c2b1c9a018377f6f7646a20886e5a2ef9affadb2
| Author: hudson 
| Date:   Thu Jan 24 19:26:44 2019 +0100
| 
|     * libraries 277c9e5...ce198e2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6772ad32a811b11e8e6d1544fc592dcf5d52a64e
| Author: Lennart Ochel 
| Date:   Thu Jan 24 18:18:45 2019 +0100
| 
|     * OMSimulator 14b8f2b...7d7e812 (2):
|       > Test if regex is valid
|       > Fix result filter for tables
| 
| M	OMSimulator
| 
* commit f02df9f0155816734f95c468132010e1aaff8ff2
| Author: Adeel Asghar 
| Date:   Thu Jan 24 15:10:27 2019 +0100
| 
|     * doc 27c9045...bbccbd9 (2):
|       > Document the variable filter option
|       > ModelicaSystem can load dependent Modelica files
| 
| M	doc
| 
* commit e52a2d854ab37bce4f55ebe4f4f48922edc4168f
| Author: Adeel Asghar 
| Date:   Thu Jan 24 14:27:36 2019 +0100
| 
|     * doc 9c99416...27c9045 (1):
|       > Updated examples
| 
| M	doc
| 
* commit 91daed6d2540d399dd11aea7de8730a18b330481
| Author: hudson 
| Date:   Thu Jan 24 12:47:29 2019 +0100
| 
|     * libraries 3867ee4...277c9e5 (2):
|       > Bump libraries
|       > update MSL patches due to version changes - update master revision to the lastest in repos.json
| 
| M	libraries
| 
* commit 88ec3b611ccff7e052ffc75f04b509f7e246a4b4
| Author: hudson 
| Date:   Thu Jan 24 11:28:41 2019 +0100
| 
|     Updating submodules
|     * OMEdit e519aa1...5016e9c (2):
|       > Update .gitignore
|       > Make oms_system_wc the default system choice
|     
|     * OMSimulator 470808f...14b8f2b (2):
|       > Updating testsuite
|       > Always read variables directly from TLM bus
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 90ac577e4836ab104ef67fdc9c2ffd1bcf77004e
| Author: Adrian Pop 
| Date:   Wed Jan 23 21:28:44 2019 +0100
| 
|     Updating OMCompiler
|     
|     2128334 Updating 3rdParty
|     158c497 on mingw C runtime link statically with sundials - on mingw define LINK_SUNDIALS_STATIC before including sundials headers - fix rule for dataReconcilation.cpp (was overwritten before)
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler#2894
|       - OpenModelica/OMCompiler-3rdParty#33
| 
| M	OMCompiler
| 
* commit 87023ab5432992543ea6d95191a2aec667581e40
| Author: Lennart Ochel 
| Date:   Wed Jan 23 20:43:44 2019 +0100
| 
|     * OMPlot c25c2a7...af5c4a6 (1):
|       > Update .gitignore
| 
| M	OMPlot
| 
* commit 825f1f0f1e6652bc75fc9b5765eff126f762a446
| Author: Lennart Ochel 
| Date:   Wed Jan 23 19:40:21 2019 +0100
| 
|     Updating submodules
|     * OMOptim 6cc37d7...794e92d (1):
|       > Update common
|     
|     * OMShell f476a5d...43edc61 (1):
|       > Update common
| 
| M	OMOptim
| M	OMShell
| 
* commit 9d9580f5baec76d75b97df7172f2e1e189751a54
| Author: Lennart Ochel 
| Date:   Wed Jan 23 18:52:35 2019 +0100
| 
|     * OMNotebook bc948d8...da5e18f (1):
|       > Update common
| 
| M	OMNotebook
| 
* commit e60d0de05647ff47b0a671a898e9df04e0f59cb7
| Author: Lennart Ochel 
| Date:   Wed Jan 23 18:48:01 2019 +0100
| 
|     Update .gitignore
| 
| M	.gitignore
| 
* commit 02d3df86d8e1d251a854668ebd93c22630f1ac2e
| Author: Lennart Ochel 
| Date:   Wed Jan 23 18:01:25 2019 +0100
| 
|     * OMSimulator c8b9900...470808f (3):
|       > Updating testsuite
|       > Dump error if setReal failed
|       > Dump error if getReal failed
| 
| M	OMSimulator
| 
* commit 99820f8bd9f80f7aac1ecf1258512af2bf22a30f
| Author: Adrian Pop 
| Date:   Wed Jan 23 17:13:25 2019 +0100
| 
|     * OMCompiler e2dbad2...43044cb (1):
|       > [FMU] static link sundials, ticket:5293
| 
| M	OMCompiler
| 
* commit e29c9e2cfc686b5e3219579aea44311fb3081697
| Author: hudson 
| Date:   Wed Jan 23 16:05:44 2019 +0100
| 
|     Updating submodules
|     * OMEdit d21bc7d...e519aa1 (1):
|       > ticket#5282 Added a customizable delay in variable filter
|     
|     * OMSimulator 02399ec...c8b9900 (2):
|       > Workaround for cross-compiling MinGW64
|       > Set cmake install_name_tool when cross-compiling
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 9ba78919c797835318e1102f324da23569687b77
| Author: Adrian Pop 
| Date:   Wed Jan 23 14:29:59 2019 +0100
| 
|     * OMCompiler 5e72f06...e2dbad2 (1):
|       > more execstat: at the end of frontend and for checkmodel
| 
| M	OMCompiler
| 
* commit 3d550e416a1f2e47dd39b668535ce9f77b7423db
| Author: Martin Sjölund 
| Date:   Wed Jan 23 13:57:39 2019 +0100
| 
|     * OMSimulator a200e03...02399ec (1):
|       > Make a static build using Alpine Linux
| 
| M	OMSimulator
| 
* commit de0b3ad996630df2020a593b98f56ec9ab1979de
| Author: Per Östlund 
| Date:   Wed Jan 23 13:16:28 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8a20ce0...5e72f06 (1):
|       > [NF] Fix ordering of when-branches.
|     
|     * testsuite fd4e040...5c577d7 (1):
|       > [NF] Add when test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9e91387fe3cc27fe7a648ddd2612646ac96cfada
| Author: Adeel Asghar 
| Date:   Wed Jan 23 12:28:41 2019 +0100
| 
|     * OMEdit 0ce89e2...d21bc7d (1):
|       > Check against the actual stop time Rename for OMSimulator models is not implemented yet.
| 
| M	OMEdit
| 
* commit 5290514e76216e27fc932d081bcca8b8314a0268
| Author: Adeel Asghar 
| Date:   Wed Jan 23 11:45:49 2019 +0100
| 
|     * OMEdit 712d903...0ce89e2 (1):
|       > Compare against LibraryType
| 
| M	OMEdit
| 
* commit 2a10dd5f3e7c4d846cc9581724ce6273139177f8
| Author: Adeel Asghar 
| Date:   Wed Jan 23 11:02:22 2019 +0100
| 
|     * OMEdit 5297e5b...712d903 (1):
|       > ticket#5285 Implemented "save as" for OMSimulator models
| 
| M	OMEdit
| 
* commit 9d1baa97149338e0b24e8675e1f87eefb26c55d4
| Author: Adeel Asghar 
| Date:   Wed Jan 23 10:43:13 2019 +0100
| 
|     * OMEdit 35a006c...5297e5b (1):
|       > Better handling of system simulation information Allow instantiation and simulation from system and submodel level as well.
| 
| M	OMEdit
| 
* commit b9a78f02c5e047483ffbf2f4cb34dd29ff9e93ba
| Author: Lennart Ochel 
| Date:   Tue Jan 22 17:31:39 2019 +0100
| 
|     * OMSimulator 08e3bf9...a200e03 (1):
|       > Fix asynchronous simulation
| 
| M	OMSimulator
| 
* commit cd6134b3156c82fc377eab28fe7e75ae245ec04f
| Author: hudson 
| Date:   Tue Jan 22 16:45:03 2019 +0100
| 
|     * OMSimulator 8c8c521...08e3bf9 (2):
|       > Remove obsolete references to OMSimulatorLib.png
|       > Re-add dummy TLM interface
| 
| M	OMSimulator
| 
* commit 26b40ffe7b5a46a990456b83f98500d5fc52abb3
| Author: Lennart Ochel 
| Date:   Tue Jan 22 15:32:35 2019 +0100
| 
|     * OMSimulator d573c46...8c8c521 (1):
|       > Add some missing lua and python bindings
| 
| M	OMSimulator
| 
* commit 785efe1788c87b5d0ac8d04f00e6bb15f712848b
| Author: Lennart Ochel 
| Date:   Tue Jan 22 13:55:02 2019 +0100
| 
|     * OMSimulator d90764d...d573c46 (1):
|       > Implement oms_getFixedStepSize
| 
| M	OMSimulator
| 
* commit 470837dba33e4a863edfd8861ec615bece031bd6
| Author: Lennart Ochel 
| Date:   Mon Jan 21 20:05:24 2019 +0100
| 
|     * OMSimulator 29991f2...d90764d (1):
|       > v2.1.0-dev
| 
| M	OMSimulator
| 
* commit 64def7ab00ba824150acf8fa3d54942ec51de98a
| Author: hudson 
| Date:   Mon Jan 21 17:39:23 2019 +0100
| 
|     Updating submodules
|     * OMEdit 55dabec...35a006c (1):
|       > Do not place autogenerated commands to OMC window command line history
|     
|     * OMSimulator 3c0c27c...29991f2 (4):
|       > Fix documentation of Python API
|       > Correct binary path for python scripts
|       > Correct path for -lomtlmsimulator in case of MINGW
|       > For Windows copy the binaries to bin directory instead of lib
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 5a980e9963d623dde1a0c064c2eab00507520079
| Author: Per Östlund 
| Date:   Mon Jan 21 16:29:31 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 25cfbd5...8a20ce0 (1):
|       > [NF] Propagate structuralness via modifications.
|     
|     * testsuite 6307dbc...fd4e040 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2534649017ee1d332f5826afbc4894224be6f100
| Author: Lennart Ochel 
| Date:   Mon Jan 21 15:37:08 2019 +0100
| 
|     * OMSimulator 8cec050...3c0c27c (1):
|       > Read version string from file if git is not available
| 
| M	OMSimulator
| 
* commit 0dacf2aba091cb20fad483bded22c585713975e8
| Author: Willi Braun 
| Date:   Mon Jan 21 14:57:26 2019 +0100
| 
|     * OMCompiler 8cd9743...25cfbd5 (1):
|       > removed misleading fScalings labels in kinsol dump
| 
| M	OMCompiler
| 
* commit dd3ff330e81ff6118a75b5bf70794f4ba3938a37
| Author: Adeel Asghar 
| Date:   Mon Jan 21 13:59:55 2019 +0100
| 
|     * OMEdit 18e18bd...55dabec (1):
|       > ticket#5273 Reset the filters before inserting new items to Variables Browser The filters are applied back after insertion.
| 
| M	OMEdit
| 
* commit b610dde4805ada3cfa9f88f8909a5750030d963f
| Author: Adeel Asghar 
| Date:   Mon Jan 21 12:25:10 2019 +0100
| 
|     * OMEdit 2b48418...18e18bd (1):
|       > OMSimulator binaries are in bin folder for Windows
| 
| M	OMEdit
| 
* commit bbf16cdeae6522606c55723b9493055f9648ed24
| Author: Per Östlund 
| Date:   Mon Jan 21 11:35:56 2019 +0100
| 
|     * OMCompiler 683050e...8cd9743 (1):
|       > [NF] Fix root class modifiers.
| 
| M	OMCompiler
| 
* commit 580dd2bb5ad3e2ff1d8421a4d34a824b50ad85b3
| Author: Lennart Ochel 
| Date:   Sun Jan 20 21:17:31 2019 +0100
| 
|     * OMSimulator 29e2dae...8cec050 (1):
|       > Allow setting start values before an FMU is instantiated
| 
| M	OMSimulator
| 
* commit 080a4a03d7342c0d05fd16391e9c9c61d78d0cf8
| Author: Lennart Ochel 
| Date:   Sun Jan 20 12:16:14 2019 +0100
| 
|     * OMSimulator 1552061...29e2dae (2):
|       > Updating testsuite
|       > Make model->getSystem("") returning the root system
| 
| M	OMSimulator
| 
* commit 2d5a7feefc308ee055a4b5de3d2d815036ac5859
| Author: Lennart Ochel 
| Date:   Sat Jan 19 20:52:55 2019 +0100
| 
|     * OMSimulator 628d249...1552061 (1):
|       > Update Python bindings
| 
| M	OMSimulator
| 
* commit e8dc4c0b9d536e7222ae57313c3a42f266c5dfe7
| Author: Adrian Pop 
| Date:   Sat Jan 19 19:32:18 2019 +0100
| 
|     * libraries dc6dc70...3867ee4 (1):
|       > add .git ending
| 
| M	libraries
| 
* commit 6f8f24c0f83b43e1c4cd0176d659df28088ba317
| Author: Lennart Ochel 
| Date:   Sat Jan 19 19:06:38 2019 +0100
| 
|     * OMSimulator 54741bf...628d249 (2):
|       > Update oms_freeMemory
|       > Add more Python bindings
| 
| M	OMSimulator
| 
* commit 79d048cbbe81def3a76faa8e53676bf7b8a5b458
| Author: hudson 
| Date:   Sat Jan 19 15:04:57 2019 +0100
| 
|     Updating submodules
|     * OMSimulator 5efb12d...54741bf (1):
|       > Remove idle bat-files
|     
|     * libraries c8881a0...dc6dc70 (1):
|       > switch ThermalSeparation repo to the actual code owner
| 
| M	OMSimulator
| M	libraries
| 
* commit 2bbce90589e99beef71c168ce135728b5db48308
| Author: David Polak 
| Date:   Sat Jan 19 14:00:55 2019 +0100
| 
|     * OMCompiler 0ef03fc...683050e (1):
|       > Fix FMU hybrj_ function signature
| 
| M	OMCompiler
| 
* commit cc4354dedfdb0e9cde5682b0eeea1435b748e8c5
| Author: Anatoly Trosinenko 
| Date:   Sat Jan 19 13:31:28 2019 +0100
| 
|     * OMCompiler 23d8d26...0ef03fc (1):
|       > Use the stack bottom value from the old threadData, if available
| 
| M	OMCompiler
| 
* commit e290872bff8a54262206c18b65820a4945f72863
| Author: Lennart Ochel 
| Date:   Sat Jan 19 10:56:59 2019 +0100
| 
|     * OMSimulator 34bf83d...5efb12d (1):
|       > Fix some issues with SSP import for SC systems
| 
| M	OMSimulator
| 
* commit db3cabe345d09730581c74d214442024b85181fd
| Author: hudson 
| Date:   Fri Jan 18 20:00:51 2019 +0100
| 
|     * libraries 720a5ce...c8881a0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7261151137d50cf4131646aabf6f8edcfb395f0a
| Author: Adrian Pop 
| Date:   Fri Jan 18 19:08:21 2019 +0100
| 
|     * OMCompiler 0861aa3...23d8d26 (1):
|       > fix metis build on mac
| 
| M	OMCompiler
| 
* commit 2f561db0697ab773e73efe99044c882a7b3d58a6
| Author: Adrian Pop 
| Date:   Fri Jan 18 18:29:37 2019 +0100
| 
|     * OMSimulator d32a5f4...34bf83d (1):
|       > Use curly instead of normal
| 
| M	OMSimulator
| 
* commit 2fb0879acebff7f271b90d43b634a3279f4ebaf7
| Author: Adeel Asghar 
| Date:   Fri Jan 18 17:20:17 2019 +0100
| 
|     * OMEdit 0bae201...2b48418 (1):
|       > Adapt to oms_setTolerance
| 
| M	OMEdit
| 
* commit ed8efa22bc37eeaf178d799621f6acbb75b05df0
| Author: hudson 
| Date:   Fri Jan 18 16:26:07 2019 +0100
| 
|     Updating submodules
|     * OMEdit d04b21f...0bae201 (2):
|       > Fix call of oms_setTolerance
|       > Text view for OMSimulator components
|     
|     * OMSimulator 3499c73...d32a5f4 (2):
|       > Re-add oms_component_none
|       > Add API to get and set solver information
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 585e397281ed85056cf873a54d672b0786596b40
| Author: Per Östlund 
| Date:   Fri Jan 18 15:59:57 2019 +0100
| 
|     * OMCompiler ea40561...0861aa3 (1):
|       > [NF] Fix Typing.typeCrefDim.
| 
| M	OMCompiler
| 
* commit 32f2c4511aaf9800c9f001ef877ac52356bcc42a
| Author: Per Östlund 
| Date:   Fri Jan 18 14:23:33 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler bbc0127...ea40561 (1):
|       > [NF] Add type checking for reductions.
|     
|     * testsuite 84a90a3...6307dbc (1):
|       > [NF] Add reduction tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 78b742bfbd1cc8be4dc515053be969e79520827b
| Author: Lennart Ochel 
| Date:   Fri Jan 18 10:06:13 2019 +0100
| 
|     Updating submodules
|     
|     * OMEdit 5ab86e2...d04b21f (2):
|       > Fix oms model state
|       > Adapt to OMSimulator API changes
|     
|     * OMSimulator 3ffb42e...3499c73 (10):
|       > Fix various memory errors for TLM systems
|       > Improve testing the model state
|       > Update documentation for oms_list
|       > Delete obsolete oms::System::list
|       > Implement oms_list for components
|       > Updating testsuite
|       > Remove oms prefix for python bindings
|       > Updating testsuite
|       > Fix typos in the description string
|       > Rename oms3 to oms
|     
|     * libraries 2f5b752...720a5ce (1):
|       > Bump libraries
|     
|     * testsuite d663c40...84a90a3 (1):
|       > Update tests
| 
| M	OMEdit
| M	OMSimulator
| M	libraries
| M	testsuite
| 
* commit 6717298e9a9718082e396f413c16396dfa2d7b9f
| Author: Per Östlund 
| Date:   Thu Jan 17 15:17:51 2019 +0100
| 
|     * OMCompiler ef2d3b4...bbc0127 (1):
|       > [NF] Record binding fixes.
| 
| M	OMCompiler
| 
* commit ebc2b0f30a2192edc47d325fe41151f1cf8470fa
| Author: Adeel Asghar 
| Date:   Thu Jan 17 14:34:17 2019 +0100
| 
|     * OMEdit 6bcab54...5ab86e2 (1):
|       > System simulation information for strongly coupled systems
| 
| M	OMEdit
| 
* commit 1002d7bc9b2b136405a0b9c4b6d813d0447dd82f
| Author: hudson 
| Date:   Thu Jan 17 13:51:58 2019 +0100
| 
|     Updating submodules
|     * OMEdit b3b2c54...6bcab54 (1):
|       > Allow setting OMSimulator flags Removed the oms2 references
|     
|     * OMSimulator 724b23a...3ffb42e (4):
|       > Add an option to reset all command line flags
|       > Updating testsuite
|       > Update documentation
|       > Prepare the API for the v2.0 release
| 
| M	OMEdit
| M	OMSimulator
| 
* commit fb6797a73cff5940034fdbebd217806c6abc61fe
| Author: Anatoly Trosinenko 
| Date:   Wed Jan 16 20:20:42 2019 +0100
| 
|     * OMEdit 8a25d73...b3b2c54 (1):
|       > Basic implementation of completion for Modelica
| 
| M	OMEdit
| 
* commit c14d0527f5393d862c0976b1b69fff2233635fc0
| Author: hudson 
| Date:   Wed Jan 16 19:23:34 2019 +0100
| 
|     * libraries bb7703b...2f5b752 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1ff576939d7d5b0ad37856311ab0c4d1637ab117
| Author: Anatoly Trosinenko 
| Date:   Wed Jan 16 16:35:22 2019 +0100
| 
|     * OMEdit 4f53a8a...8a25d73 (1):
|       > Implement feature to move FMU after build
| 
| M	OMEdit
| 
* commit 1a51d290d0ad4acae433b2804eee7e207927c1f3
| Author: Lennart Ochel 
| Date:   Wed Jan 16 08:13:31 2019 +0100
| 
|     * OMSimulator 9bf31c4...724b23a (1):
|       > Updating testsuite
| 
| M	OMSimulator
| 
* commit efa44fb5e3084596933215384206538ca5b311ae
| Author: Per Östlund 
| Date:   Tue Jan 15 16:31:48 2019 +0100
| 
|     * OMCompiler 1f8adde...ef2d3b4 (1):
|       > [NF] Element-wise overloaded operator support.
| 
| M	OMCompiler
| 
* commit 164a5ffe7560732cf1ab1187aec7319d2c11aac8
| Author: Per Östlund 
| Date:   Tue Jan 15 15:04:49 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1f99d4a...1f8adde (1):
|       > Error message improvements.
|     
|     * testsuite 7df2771...d663c40 (1):
|       > Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2bf67ee9579f790e6ad640a8e125d30898e270dc
| Author: Lennart Ochel 
| Date:   Tue Jan 15 13:16:37 2019 +0100
| 
|     * testsuite a5b0f22...7df2771 (1):
|       > Update DualMassOscillator.mo
| 
| M	testsuite
| 
* commit 25020e4e4ed7ecf2d31ed5824ecf9e1eee0ba49b
| Author: Per Östlund 
| Date:   Tue Jan 15 12:49:35 2019 +0100
| 
|     * OMCompiler 5e47a15...1f99d4a (1):
|       > [NF] Add case for MUTABLE in Typing.typeExp.
| 
| M	OMCompiler
| 
* commit df139e6a8a760aebf2f52a4a26c65a3b120a4d02
| Author: Per Östlund 
| Date:   Tue Jan 15 12:21:31 2019 +0100
| 
|     * OMCompiler 158a345...5e47a15 (1):
|       > [NF] Flatten for-loop ranges when unrolling.
| 
| M	OMCompiler
| 
* commit a2a61892838e1e06835bd3747952b46d7c136bc0
| Author: Per Östlund 
| Date:   Tue Jan 15 12:01:25 2019 +0100
| 
|     * OMCompiler c0d2c57...158a345 (1):
|       > [NF] Fix TypeCheck.getRangeTypeReal.
| 
| M	OMCompiler
| 
* commit 749025cd8187793912fcd8df15ae6c5aa8a61d61
| Author: Per Östlund 
| Date:   Tue Jan 15 11:22:22 2019 +0100
| 
|     * OMCompiler 973bab3...c0d2c57 (1):
|       > [NF] Improve Ceval.evalArrayConstructor.
| 
| M	OMCompiler
| 
* commit 92fe82098456d1cc3777504db2a2ed3519066bf9
| Author: Adrian Pop 
| Date:   Tue Jan 15 00:53:10 2019 +0100
| 
|     * OMSimulator 0ca3a87...9bf31c4 (1):
|       > link with -latomic on i386
| 
| M	OMSimulator
| 
* commit 793eed3be8cfc2e8620342a555ee292e670ae017
| Author: hudson 
| Date:   Mon Jan 14 19:28:20 2019 +0100
| 
|     * libraries b229cc9...bb7703b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 12b8cb95ffd44612fb9b339e9f751908025c46e1
| Author: Per Östlund 
| Date:   Mon Jan 14 17:42:12 2019 +0100
| 
|     * OMCompiler d681d71...973bab3 (1):
|       > [NF] Cleanup some toString functions.
| 
| M	OMCompiler
| 
* commit dc548f0ecd26fa452be262c5a4c323410d7b4b5f
| Author: Lennart Ochel 
| Date:   Mon Jan 14 17:16:27 2019 +0100
| 
|     * testsuite 539eebd...a5b0f22 (1):
|       > Test case for coupled ME-FMUs
| 
| M	testsuite
| 
* commit b714080405ea5d404e0470ee3bd00c4b3ac5655d
| Author: Lennart Ochel 
| Date:   Mon Jan 14 16:53:01 2019 +0100
| 
|     * OMCompiler 8481cc5...d681d71 (1):
|       > Trigger internal computation in initialization mode
| 
| M	OMCompiler
| 
* commit 114dd97fcee3525ff5401cd4be3d5cf666beb80f
| Author: Lennart Ochel 
| Date:   Mon Jan 14 16:14:36 2019 +0100
| 
|     * OMSimulator 25b7058...0ca3a87 (1):
|       > Fix linking boost
| 
| M	OMSimulator
| 
* commit fc1361e67ecb93b69ee3891bfe6188d86a00ec64
| Author: Per Östlund 
| Date:   Mon Jan 14 15:13:35 2019 +0100
| 
|     * OMCompiler 3c1d34e...8481cc5 (1):
|       > [NF] Fix type in Ceval.evalArrayConstructor.
| 
| M	OMCompiler
| 
* commit 576e64c1cea724479b8fd4e3566eccda1eaca657
| Author: Lennart Ochel 
| Date:   Mon Jan 14 14:32:21 2019 +0100
| 
|     Updating submodules
|     
|     * OMSimulator 0d9a538...25b7058 (1):
|       > Move info message
|     
|     * testsuite c15ea99...539eebd (1):
|       > Expected output
| 
| M	OMSimulator
| M	testsuite
| 
* commit 2d542785934e846aeb7846f08f4e62f9ed11c411
| Author: Lennart Ochel 
| Date:   Mon Jan 14 12:53:05 2019 +0100
| 
|     * OMSimulator a8590e0...0d9a538 (1):
|       > Flag to avoid using (wrong) InitialUnknowns from OpenModelica
| 
| M	OMSimulator
| 
* commit ec10172a78c9dc526bff5c78fe299e9bb842c5e5
| Author: Per Östlund 
| Date:   Mon Jan 14 11:26:28 2019 +0100
| 
|     * OMCompiler 0fb5b98...3c1d34e (1):
|       > [NF] Collect functions in builtin attributes.
| 
| M	OMCompiler
| 
* commit fbfc3fad87179bd14d4627535c39e001619e4b34
| Author: Per Östlund 
| Date:   Mon Jan 14 11:05:33 2019 +0100
| 
|     * OMCompiler 2be04fd...0fb5b98 (1):
|       > [NF] Fix Flatten.collectTypeFuncs for arrays.
| 
| M	OMCompiler
| 
* commit f17c7f84d5b2db7a289c96c2f3300d4caef6560c
| Author: hudson 
| Date:   Sun Jan 13 19:24:42 2019 +0100
| 
|     * libraries a7b173c...b229cc9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 30417ae50ff3d8beda2a1071c85e32b0e134fc0e
| Author: Adrian Pop 
| Date:   Sun Jan 13 05:38:20 2019 +0100
| 
|     * OMCompiler 1871ad3...2be04fd (1):
|       > [NF] support range based on enumeration type
| 
| M	OMCompiler
| 
* commit 0d9909d968fa24e9264cc0d4f95aaf1d5ad683ef
| Author: Adrian Pop 
| Date:   Sun Jan 13 05:20:20 2019 +0100
| 
|     * OMCompiler da97141...1871ad3 (1):
|       > add more operators and builtin functions to the embedded codegen
| 
| M	OMCompiler
| 
* commit 643bfada5ac812a70612c5795cc2a10efcac2d77
| Author: Lennart Ochel 
| Date:   Sun Jan 13 00:14:28 2019 +0100
| 
|     * OMSimulator dc81b66...a8590e0 (1):
|       > Fix multiline log messages on Windows
| 
| M	OMSimulator
| 
* commit ab601ab7a382a36a1283c39f6111a47f47ee328e
| Author: hudson 
| Date:   Sat Jan 12 19:24:44 2019 +0100
| 
|     * libraries 97e5b18...a7b173c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit aa775798be66ad84f5922875dc26e7984fa637ae
| Author: Lennart Ochel 
| Date:   Sat Jan 12 16:09:25 2019 +0100
| 
|     * testsuite 6c01304...c15ea99 (1):
|       > Initialization of a simple composite model
| 
| M	testsuite
| 
* commit fb97934cc49ef84b4f88af6cb979a26327bf3ae8
| Author: Lennart Ochel 
| Date:   Sat Jan 12 15:51:59 2019 +0100
| 
|     * OMSimulator 8198634...dc81b66 (1):
|       > Fix initialization of composite models
| 
| M	OMSimulator
| 
* commit bd5825906ca5366777185aa2c12246b74ceb0a9b
| Author: Lennart Ochel 
| Date:   Sat Jan 12 13:37:09 2019 +0100
| 
|     * OMSimulator 26f4f93...8198634 (1):
|       > Fix debug configuration
| 
| M	OMSimulator
| 
* commit 9f86e33d3e5ce5f6f56173a7fe9c98a2f781ee7a
| Author: Lennart Ochel 
| Date:   Fri Jan 11 23:59:07 2019 +0100
| 
|     * OMSimulator 49c2b46...26f4f93 (2):
|       > Check if it is not allowed to set a start value
|       > Check if FMU exists
| 
| M	OMSimulator
| 
* commit 7cdbd01693a1eea90f287eddb6f0ff27873b4381
| Author: hudson 
| Date:   Fri Jan 11 19:24:31 2019 +0100
| 
|     * libraries f99d436...97e5b18 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d4af0bd408864c390d8fd12d74e063a7bd576b69
| Author: Per Östlund 
| Date:   Fri Jan 11 15:18:52 2019 +0100
| 
|     * OMCompiler c8cc40e...da97141 (1):
|       > Handle record better in lowerArrayEqn.
| 
| M	OMCompiler
| 
* commit 135b7b1cb85516d1f720d671fa2055f384044069
| Author: Lennart Ochel 
| Date:   Thu Jan 10 23:11:13 2019 +0100
| 
|     * testsuite bde3269...6c01304 (1):
|       > Move OMSimulator tests to its own folder
| 
| M	testsuite
| 
* commit 0c338ceb28179f3a7656ea82c0cbcf5712351bcb
| Author: Per Östlund 
| Date:   Thu Jan 10 21:21:44 2019 +0100
| 
|     * OMCompiler c68f433...c8cc40e (1):
|       > [NF] Fix Ceval.makeRecordBindingExp.
| 
| M	OMCompiler
| 
* commit 8894598e36de834acac94b6f82ea326fa5dac5c5
| Author: hudson 
| Date:   Thu Jan 10 19:24:43 2019 +0100
| 
|     * libraries c563d2e...f99d436 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d5c9d7abb80ff7af9f20c102f17fde39b3031e52
| Author: Adeel Asghar 
| Date:   Thu Jan 10 17:00:02 2019 +0100
| 
|     * OMEdit 7074e48...4f53a8a (1):
|       > More FMU capability flags Added `canInterpolateInputs` and `maxOutputDerivativeOrder`
| 
| M	OMEdit
| 
* commit 75b75d444ab9eede2742f1bd06401faedd28c1f5
| Author: Per Östlund 
| Date:   Thu Jan 10 15:24:02 2019 +0100
| 
|     * OMCompiler ef2fed9...c68f433 (1):
|       > [NF] Ceval/SimplifyExp improvements.
| 
| M	OMCompiler
| 
* commit 0987149f69b13c3e89dcf0f4e1ac9f36260977a8
| Author: Lennart Ochel 
| Date:   Thu Jan 10 13:05:19 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2f4f72e...ef2fed9 (1):
|       > Fix more initialization issues with FMUs
|     
|     * testsuite 4853019...bde3269 (1):
|       > Test case for initialization of an FMU
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8ee41fb4fb3eaa28db61555e97747d34d925a60a
| Author: Per Östlund 
| Date:   Thu Jan 10 12:45:17 2019 +0100
| 
|     * OMCompiler 82a256a...2f4f72e (1):
|       > [NF] Fix connection graph.
| 
| M	OMCompiler
| 
* commit 25a996e946676650585db8b0c8190c18284d0dfc
| Author: hudson 
| Date:   Thu Jan 10 12:02:17 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a4086ba...82a256a (1):
|       > add runtime support to dataReconciliation module
|     
|     * testsuite 3a416d6...4853019 (2):
|       > Add missing depends line
|       > add tests for computing reconciled x and sx
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0492dfd185873d12bce61bab7a58f2cac718ff0d
| Author: Lennart Ochel 
| Date:   Wed Jan 9 19:44:11 2019 +0100
| 
|     * OMCompiler 5c68648...a4086ba (1):
|       > Fix initialization of parameters and attributes for FMUs
| 
| M	OMCompiler
| 
* commit 2a93e3e52aa96e938ecd96f23fd3b1fcd3b48927
| Author: hudson 
| Date:   Wed Jan 9 19:22:58 2019 +0100
| 
|     * libraries 7ad0ed5...c563d2e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 868ae7cbd5644bdaf2f3d20dc0e6a8e798354cd2
| Author: Adeel Asghar 
| Date:   Wed Jan 9 16:19:13 2019 +0100
| 
|     * OMEdit e6e83ea...7074e48 (1):
|       > ticket:5187 Fixed the indentation issue Preserve user formatting where entire sub-packages are kept as single files
| 
| M	OMEdit
| 
* commit 79fb9fca0b6e109b78047435a8e35c0fe7df5391
| Author: Per Östlund 
| Date:   Wed Jan 9 15:34:16 2019 +0100
| 
|     * OMCompiler 15e62b7...5c68648 (1):
|       > [NF] Retype array constructors after ceval.
| 
| M	OMCompiler
| 
* commit 6b5a2cc2ccef9f83de8960cc9c4673ee471d21f0
| Author: Per Östlund 
| Date:   Wed Jan 9 15:00:46 2019 +0100
| 
|     * OMCompiler 8311f26...15e62b7 (1):
|       > [NF] Improve toString functions.
| 
| M	OMCompiler
| 
* commit 22b81040dc381b559f64a38fb184a012c7ac03cb
| Author: Lennart Ochel 
| Date:   Wed Jan 9 14:30:45 2019 +0100
| 
|     * OMCompiler 0695240...8311f26 (1):
|       > Fix capability flag maxOutputDerivativeOrder
| 
| M	OMCompiler
| 
* commit c47a20db44e9b87cdbc306bbca49a28ec0da0f7a
| Author: Lennart Ochel 
| Date:   Wed Jan 9 14:13:31 2019 +0100
| 
|     * OMSimulator 7196c9a...49c2b46 (1):
|       > Move add_rpath to cmake
| 
| M	OMSimulator
| 
* commit 0fa2410569c469b02873ddfeb8aa51823dec70d1
| Author: Per Östlund 
| Date:   Wed Jan 9 12:16:12 2019 +0100
| 
|     * OMCompiler 43bdde4...0695240 (1):
|       > [NF] Various fixes.
| 
| M	OMCompiler
| 
* commit 8d6a86bbcf7682a01dcd8701767874469fbcbf12
| Author: Martin Sjölund 
| Date:   Wed Jan 9 07:26:53 2019 +0100
| 
|     * OMCompiler 17e1186...43bdde4 (1):
|       > Add the trigonometric functions to EmbeddedC
| 
| M	OMCompiler
| 
* commit 5f74dae9f766e4772810093252e227dc4ee04872
| Author: hudson 
| Date:   Wed Jan 9 00:02:57 2019 +0100
| 
|     Updating submodules
|     * OMSimulator 49fa246...7196c9a (3):
|       > Generate dynamic version of OMSysIdentLib
|       > Misc warning fixes
|       > New implementation of command line flags
|     
|     * libraries 04efb7e...7ad0ed5 (1):
|       > Bump libraries
| 
| M	OMSimulator
| M	libraries
| 
* commit f3830b7fd318432a0848e8c787afb98b4e07e3de
| Author: Per Östlund 
| Date:   Tue Jan 8 11:36:45 2019 +0100
| 
|     * OMCompiler cf3c2d4...17e1186 (1):
|       > [NF] Improve Expression.splitRecordCref.
| 
| M	OMCompiler
| 
* commit c69acb4a90fec7cd016a931a5e3a1a364ca0590e
| Author: hudson 
| Date:   Mon Jan 7 19:22:34 2019 +0100
| 
|     * libraries 0f44e9f...04efb7e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 06230fdef258ab15b56ea7103a477961cf39a1ab
| Author: Per Östlund 
| Date:   Mon Jan 7 15:00:48 2019 +0100
| 
|     * OMCompiler b839fa1...cf3c2d4 (1):
|       > [NF] Fix DAE conversion of ^ operator.
| 
| M	OMCompiler
| 
* commit 5ddf5fe2cf7c1141f64c4971f1ff810a221cc8c0
| Author: Per Östlund 
| Date:   Mon Jan 7 13:56:01 2019 +0100
| 
|     * OMCompiler 8ad5de1...b839fa1 (1):
|       > [NF] Fix DAE conversion of / operator.
| 
| M	OMCompiler
| 
* commit 6508c93fa47814bf19601af938866f6abfcf8f1b
| Author: Per Östlund 
| Date:   Mon Jan 7 12:11:32 2019 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1e836b6...8ad5de1 (1):
|       > Implement Interactive.transformPathedClassInClass.
|     
|     * testsuite dee1ffb...3a416d6 (1):
|       > Add moveClass test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 94854f254a72a54f417722de0e044127f66b83e4
| Author: Martin Sjölund 
| Date:   Mon Jan 7 08:09:22 2019 +0100
| 
|     * doc d08d562...9c99416 (1):
|       > Add DOI for Eurosim 2016
| 
| M	doc
| 
* commit 5f35ad2e2b90f67ec38eb5f3eae302d224dc5172
| Author: hudson 
| Date:   Sat Jan 5 19:24:57 2019 +0100
| 
|     * libraries dba5111...0f44e9f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0ef3ef7c296c28078897aae4ebb925e35961d374
| Author: Anatoly Trosinenko 
| Date:   Sat Jan 5 13:14:35 2019 +0100
| 
|     * OMSimulator e9e1403...49fa246 (1):
|       > Logging: do not call vsnprintf for disabled debug messages
| 
| M	OMSimulator
| 
* commit 57ef0b19602fde674407eba1beb25d8308473e33
| Author: hudson 
| Date:   Fri Jan 4 19:25:25 2019 +0100
| 
|     * libraries 174a4f0...dba5111 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit dd401ea20f7c266c8efedbfe191fd84db30b1c8a
| Author: hudson 
| Date:   Thu Jan 3 20:00:51 2019 +0100
| 
|     * libraries 6147311...174a4f0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit df0452cb68dd543cfa520ae5bbbd4b47f0f0b959
| Author: Anatoly Trosinenko 
| Date:   Thu Jan 3 17:53:08 2019 +0100
| 
|     * OMCompiler 1b6a960...1e836b6 (1):
|       > Implement *_get_5D(...) array accessors
| 
| M	OMCompiler
| 
* commit 134d5852aac464a16307c9a5a485a909c70b6c05
| Author: Lennart Ochel 
| Date:   Sat Dec 29 18:18:25 2018 +0100
| 
|     * OMSimulator b865951...e9e1403 (2):
|       > Support input derivatives
|       > Add maxOutputDerivativeOrder to FMUInfo
| 
| M	OMSimulator
| 
* commit ce88c16c2d4758686b78c9cbca17a4806eed9ed0
| Author: Lennart Ochel 
| Date:   Sat Dec 29 16:39:48 2018 +0100
| 
|     * OMSimulator 557cbb7...b865951 (1):
|       > Add bat files to run config and build process
| 
| M	OMSimulator
| 
* commit 88b1ed64e11b0024a690651389406fffde6d9f9d
| Author: hudson 
| Date:   Fri Dec 28 19:21:59 2018 +0100
| 
|     * libraries 14714c1...6147311 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ed2cbce38f0d731de2df90d6b1b8d85d3a384a60
| Author: Anatoly Trosinenko 
| Date:   Sun Dec 23 12:20:37 2018 +0100
| 
|     * OMCompiler 52cd129...1b6a960 (1):
|       > Do not complain on NULL returned when allocating 0 objects
| 
| M	OMCompiler
| 
* commit cd71f416e2d102892e85940566df0b0357583d4c
| Author: hudson 
| Date:   Sat Dec 22 19:25:20 2018 +0100
| 
|     * libraries a0ef68d...14714c1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f05c7c38785a06b1372c3c5330ea471ec668e95a
| Author: Adrian Pop 
| Date:   Sat Dec 22 00:27:02 2018 +0100
| 
|     check if common directory exists
| 
| M	tag-release.sh
| 
* commit c31d49b1fb2847ad4675735d75fcb75029c3d256
| Author: hudson 
| Date:   Fri Dec 21 19:26:49 2018 +0100
| 
|     * libraries f22b5e7...a0ef68d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0821045bb1afe0e9ce32d0cab214b8861165feb4
| Author: Martin Sjölund 
| Date:   Fri Dec 21 15:26:13 2018 +0100
| 
|     * OMCompiler 2b1c2bf...52cd129 (1):
|       > Additional debug messages for overdetermined systems
| 
| M	OMCompiler
| 
* commit 9be213254c1e1157e2c69ef78129099497cbada9
| Author: adrpo 
| Date:   Thu Dec 20 23:14:20 2018 +0100
| 
|     display the commands during run
| 
| M	tag-release.sh
| 
* commit ae7259ae4069e61b35c52c6e7adb91ab4cb74fcd
| Author: adrpo 
| Date:   Thu Dec 20 23:12:00 2018 +0100
| 
|     make it executable
| 
| M	tag-release.sh
| 
* commit 3a1ea1703e1918f28448958db6de6c4ddd396fce
| Author: hudson 
| Date:   Thu Dec 20 19:25:37 2018 +0100
| 
|     * libraries 48137c7...f22b5e7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a74939d1d7867df9d0b8c7b27d2ac6a6e9398bdf
| Author: Adrian Pop 
| Date:   Thu Dec 20 16:34:34 2018 +0100
| 
|     * doc 79083ae...d08d562 (1):
|       > fix sed expression for changing svg to pdf in .tex
| 
| M	doc
| 
* commit 5c04f7b565091ac44ba049611734402777f745c2
| Author: Robert Braun 
| Date:   Thu Dec 20 16:04:00 2018 +0100
| 
|     * OMSimulator 36f810b...557cbb7 (1):
|       > Enabled oms3_setLoggingLevel for TLM simulations
| 
| M	OMSimulator
| 
* commit 7e364deda7e038d339b229948db964e947597a8e
| Author: hkiel 
| Date:   Thu Dec 20 14:13:12 2018 +0100
| 
|     * OMCompiler 802d9c8...2b1c2bf (1):
|       > fix copy&paste error
| 
| M	OMCompiler
| 
* commit e4c4f8f73fa55ca0c3acddd139240f1ac0348916
| Author: Adrian Pop 
| Date:   Thu Dec 20 04:23:36 2018 +0100
| 
|     * doc 4593658...79083ae (1):
|       > proper literal quote for function comments
| 
| M	doc
| 
* commit f026e431795dca90f9e8dee9a31e64b788bd38e6
| Author: Dietmar Winkler 
| Date:   Thu Dec 20 03:37:14 2018 +0100
| 
|     * OMCompiler 4eda4f7...802d9c8 (1):
|       > BeautifulSoup 3 is no longer maintained, switch to bs4
| 
| M	OMCompiler
| 
* commit 2c2276b3b0d23464fa40cadf848545bbd4cf5ab8
| Author: Adrian Pop 
| Date:   Thu Dec 20 03:15:19 2018 +0100
| 
|     * doc c6431a4...4593658 (1):
|       > fix missing backquote, remove space in literal
| 
| M	doc
| 
* commit 43508c1e266c83441b936c8b30f6276a11def0cd
| Author: Adrian Pop 
| Date:   Thu Dec 20 02:20:34 2018 +0100
| 
|     * OMCompiler 434838c...4eda4f7 (1):
|       > more fixes for ticket:5030 - fix variable cross reference for equations in modelinfo.c - fix equation display in html in default_profiling.xsl - fix a bad string comparison (str == "") in systemimpl.c
| 
| M	OMCompiler
| 
* commit 9d0d1a98cf2d5c7bfee890a24bbccf80f64ba681
| Author: Adrian Pop 
| Date:   Thu Dec 20 00:56:55 2018 +0100
| 
|     * doc a596ebd...c6431a4 (1):
|       > never ending story
| 
| M	doc
| 
* commit 3e83e6959147bb57b358ccf308b752255daff842
| Author: Adrian Pop 
| Date:   Thu Dec 20 00:04:49 2018 +0100
| 
|     * doc 2ab3862...a596ebd (1):
|       > attempt verbatim escaping
| 
| M	doc
| 
* commit 5b3e6726decff2015df14c10c8c4f3d3e842603e
| Author: hudson 
| Date:   Wed Dec 19 19:22:59 2018 +0100
| 
|     * libraries fbd1815...48137c7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3fdcbf2e464183f4e9b5da61098e4915d9d0f318
| Author: hkiel 
| Date:   Wed Dec 19 16:55:55 2018 +0100
| 
|     * OMNotebook bec0c66...bc948d8 (2):
|       > fix notebook documents being trashed, trac:5255
|       > also ask before deleting cell when using keyboard short cut
| 
| M	OMNotebook
| 
* commit ebb51a350e27d473a640844cccdb1fca0b4ce4fb
| Author: Adrian Pop 
| Date:   Wed Dec 19 16:33:50 2018 +0100
| 
|     * doc db03d43...2ab3862 (1):
|       > attempt to fix rst warnings, make class comment verbose
| 
| M	doc
| 
* commit d6ee3b73debe1490ffc06fa53d89efda3b6b9efb
| Author: Adrian Pop 
| Date:   Wed Dec 19 12:34:31 2018 +0100
| 
|     * doc a448030...db03d43 (1):
|       > activate the profiling again
| 
| M	doc
| 
* commit df494c231a4f668033ac2942a9acd65ca868d766
| Author: hudson 
| Date:   Wed Dec 19 11:01:17 2018 +0100
| 
|     * libraries d697be9...fbd1815 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 771345a7428d6f20fa613e89a0a875f6c6d34b85
| Author: Martin Sjölund 
| Date:   Wed Dec 19 09:56:04 2018 +0100
| 
|     * libraries c7a1ffc...d697be9 (1):
|       > M_LS2 2.3.4 provides 2.3.2 functionality
| 
| M	libraries
| 
* commit d80495aea26fa2355c06638138d8724536b99aee
| Author: hkiel 
| Date:   Wed Dec 19 08:50:39 2018 +0100
| 
|     * OMCompiler 7140453...434838c (1):
|       > fix SVG generation script for Python3
| 
| M	OMCompiler
| 
* commit 49f2729f289ca19c3215159a7d348ca5bb136fc7
| Author: hudson 
| Date:   Mon Dec 17 19:25:45 2018 +0100
| 
|     * libraries 23d1fa6...c7a1ffc (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1696e2d008643275fb2fe9a2586df6db911e5d0f
| Author: Lennart Ochel 
| Date:   Mon Dec 17 15:11:39 2018 +0100
| 
|     * OMSimulator 6ca3f79...36f810b (1):
|       > Fix performance issue of writing the simulation results
| 
| M	OMSimulator
| 
* commit 4ff0ebd88e5a198bceb468a27cc8a4ff4e7f0a0e
| Author: hudson 
| Date:   Sun Dec 16 20:39:49 2018 +0100
| 
|     * libraries bb717a9...23d1fa6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bc6d808639aa6d444e41481dea2d4cadd6468b80
| Author: Adeel Asghar 
| Date:   Sat Dec 15 19:23:14 2018 +0100
| 
|     * OMEdit 19b718f...e6e83ea (1):
|       > Removed unnecessary debugging/helping code.
| 
| M	OMEdit
| 
* commit 1e137dfbcbc7c9cff82db109ad487861d80e7834
| Author: Adrian Pop 
| Date:   Sat Dec 15 04:52:07 2018 +0100
| 
|     * OMEdit 4a8d97d...19b718f (1):
|       > fix ticket:5251, use secsTo instead of direct comparision
| 
| M	OMEdit
| 
* commit f8876998996ec3c9cdc56f5f0b4cd1869a543299
| Author: Adrian Pop 
| Date:   Sat Dec 15 02:44:29 2018 +0100
| 
|     * OMCompiler d090ace...7140453 (1):
|       > fix ticket:5250 handle '<' and '>' the way GenerateDoc.mos does
| 
| M	OMCompiler
| 
* commit 6965af0296ace39544b5964afc3bf113d98fbc03
| Author: wibraun 
| Date:   Fri Dec 14 21:47:42 2018 +0100
| 
|     * doc d5eccd3...a448030 (1):
|       > added section for DAE mode
| 
| M	doc
| 
* commit d1a04bc77b67424e240cfc7a9e00624e18baee8c
| Author: Per Östlund 
| Date:   Fri Dec 14 18:45:37 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b8ddb69...d090ace (1):
|       > [NF] Improve operator overloading.
|     
|     * testsuite 24f2259...dee1ffb (1):
|       > [NF] Add operator overloading array tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a8243f5541543f633549fb9d36ce8c9aa71f3475
| Author: hudson 
| Date:   Fri Dec 14 12:15:59 2018 +0100
| 
|     * libraries 9bd3ed5...bb717a9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0823da75b8cd3a9d0a297cbe83b9251492235127
| Author: Andreas 
| Date:   Fri Dec 14 11:34:35 2018 +0100
| 
|     * OMCompiler 3fa798f...b8ddb69 (1):
|       > Added dependency for CPP runtime on Windows mingw build
| 
| M	OMCompiler
| 
* commit c0bc3ccc6a4896a1ec1b0e083e4416b38515ef6d
| Author: niklwors 
| Date:   Fri Dec 14 10:04:16 2018 +0100
| 
|     * OMCompiler 7a31ea6...3fa798f (1):
|       > [cppruntime] Adapted zero function tolerance
| 
| M	OMCompiler
| 
* commit 1cabdc1f839b9e71c2f9ceacda4fc17b9c153201
| Author: Adrian Pop 
| Date:   Fri Dec 14 06:37:28 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 83d5105...7a31ea6 (1):
|       > fix ticket:5249 - add a flag to typed binding to signal if it was flattened - do not flatten again already flattened typed binding
|     
|     * testsuite b7a3f0c...24f2259 (1):
|       > add test for ticket:5249
| 
| M	OMCompiler
| M	testsuite
| 
* commit 50a0bb93fce9d0f08a75139e045909912eede0a8
| Author: hudson 
| Date:   Fri Dec 14 04:33:55 2018 +0100
| 
|     * libraries 2ba74b0...9bd3ed5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a7a556e821416c64ab4b7afec5ad581d9a7e17d6
| Author: wibraun 
| Date:   Fri Dec 14 00:46:15 2018 +0100
| 
|     * OMCompiler 8255622...83d5105 (1):
|       > added UsersGuide ref ticket:4246
| 
| M	OMCompiler
| 
* commit cb76bb33422b4b0668f328067eb3a6ac48c6e21f
| Author: Lennart Ochel 
| Date:   Thu Dec 13 23:11:52 2018 +0100
| 
|     * OMCompiler 35cf6f8...8255622 (1):
|       > Fix typos
| 
| M	OMCompiler
| 
* commit 03f4fb32e9c069ae4e7e6e2f048f114d2c842904
| Author: niklwors 
| Date:   Thu Dec 13 22:54:31 2018 +0100
| 
|     * testsuite edc48e4...b7a3f0c (3):
|       > temporary deactivated cpp test
|       > temporary deactivates cpp test
|       > adapted cpp test
| 
| M	testsuite
| 
* commit 4e495f466da333af9c4bb085f9db339568a3695b
| Author: hudson 
| Date:   Thu Dec 13 18:53:55 2018 +0100
| 
|     * libraries 52ea1e6...2ba74b0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 94a8f6b558516489e4d31f5185327ce8559fcb6f
| Author: Per Östlund 
| Date:   Thu Dec 13 17:50:43 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 53a0dfd...35cf6f8 (1):
|       > [NF] Move overconstrained equation generation.
|     
|     * testsuite 918a5f7...edc48e4 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f327e1776e7b2b70df1584481629d914bcce41dc
| Author: Willi Braun 
| Date:   Thu Dec 13 17:25:42 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 23e4c45...53a0dfd (1):
|       > [BE] adjust daeMode flag
|     
|     * testsuite 50c7598...918a5f7 (1):
|       > update daeMode examples
| 
| M	OMCompiler
| M	testsuite
| 
* commit a5a441c4427085eceb6bb0fefcbf9b32249a9517
| Author: Per Östlund 
| Date:   Thu Dec 13 16:36:58 2018 +0100
| 
|     * OMCompiler 7b01c95...23e4c45 (1):
|       > Improve code generation for ADD/SUB_ARRAY_SCALAR.
| 
| M	OMCompiler
| 
* commit 1c44f86a1643dac1c92312b3d0874750745e8a6c
| Author: Adeel Asghar 
| Date:   Thu Dec 13 12:05:11 2018 +0100
| 
|     * OMEdit 14a8e7b...4a8d97d (1):
|       > ticket:5244 Fix plotting array derivatives
| 
| M	OMEdit
| 
* commit ebdece43b2cbea54bb6d1540287cfc0531306800
| Author: Lennart Ochel 
| Date:   Thu Dec 13 11:24:10 2018 +0100
| 
|     * OMSimulator 6bc7844...6ca3f79 (1):
|       > Add --progressBar to CLI
| 
| M	OMSimulator
| 
* commit 4ce9d1d2d3e720c29b7c9653fa7c44c026f50994
| Author: Adrian Pop 
| Date:   Thu Dec 13 06:14:48 2018 +0100
| 
|     * libraries f5eaab2...52ea1e6 (1):
|       > add text on how to add a new library
| 
| M	libraries
| 
* commit e6fbb61b1e2218e03aec766bb0099c8749b94fe5
| Author: hudson 
| Date:   Thu Dec 13 05:31:42 2018 +0100
| 
|     * libraries d1c8830...f5eaab2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6383b5954bf8e3e3f9a55c9b658f6eaeff4d31fc
| Author: Per Östlund 
| Date:   Thu Dec 13 03:48:10 2018 +0100
| 
|     * OMCompiler 32d10a9...7b01c95 (1):
|       > [NF] Fix Record.collectRecordParam.
| 
| M	OMCompiler
| 
* commit 968a6f7cf065dfb69e52cfc10c73b730f387cc53
| Author: Adrian Pop 
| Date:   Thu Dec 13 01:39:16 2018 +0100
| 
|     * libraries 6d6603f...d1c8830 (1):
|       > add ThermalSeparation library
| 
| M	libraries
| 
* commit de8057ec165fb1e1dddf3a4958149eb84cb46dc6
| Author: hudson 
| Date:   Wed Dec 12 23:27:02 2018 +0100
| 
|     * libraries b34a8b8...6d6603f (5):
|       > Bump libraries
|       > update Complex and ModelicaTest trunk patches
|       > Update ModelicaServices trunk patch
|       > update MSL master
|       > update Modelica trunk patch
| 
| M	libraries
| 
* commit be84cd68da6055ae79a90828b7190a5c7c063ba6
| Author: Per Östlund 
| Date:   Wed Dec 12 22:37:08 2018 +0100
| 
|     * OMCompiler d8ca873...32d10a9 (1):
|       > [NF] Record fixes.
| 
| M	OMCompiler
| 
* commit 2a3f35c408b6ebcd5e076eee6877f570dbc3835a
| Author: Lennart Ochel 
| Date:   Wed Dec 12 16:37:20 2018 +0100
| 
|     * OMSimulator ed6d9f8...6bc7844 (1):
|       > Implement a progress bar for stepUntil
| 
| M	OMSimulator
| 
* commit 37ff3e6db4f6ce0bbd63317b1053d4f1aed7f060
| Author: Per Östlund 
| Date:   Wed Dec 12 15:55:16 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a16d2aa...d8ca873 (1):
|       > [NF] Record constructor fixes.
|     
|     * testsuite db3e5da...50c7598 (1):
|       > [NF] Add record constructor tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 598960397d014b9a014348e2b3a7d862e9e4ea86
| Author: Per Östlund 
| Date:   Wed Dec 12 13:56:58 2018 +0100
| 
|     * OMCompiler c257574...a16d2aa (1):
|       > Fix lowerEqn for initial complex equations.
| 
| M	OMCompiler
| 
* commit 728409e52cecd68ca25fd253becc064558037f61
| Author: Adeel Asghar 
| Date:   Wed Dec 12 12:31:59 2018 +0100
| 
|     * OMEdit 2310bb3...14a8e7b (1):
|       > ticket:5187 preserve user formatting
| 
| M	OMEdit
| 
* commit e971eca79d5406d1d26bb8c2f02c6602576889ab
| Author: Lennart Ochel 
| Date:   Wed Dec 12 11:51:16 2018 +0100
| 
|     * OMSimulator eb3cec2...ed6d9f8 (1):
|       > Implement oms3_setLoggingLevel
| 
| M	OMSimulator
| 
* commit 8d7f6f8c00e677fad91087f01c430509da648ed7
| Author: Per Östlund 
| Date:   Tue Dec 11 16:47:05 2018 +0100
| 
|     * OMCompiler b641911...c257574 (1):
|       > [NF] Collect constructors from record expressions.
| 
| M	OMCompiler
| 
* commit b60ef14b1726c6ad352e4930342cf48cedf361d8
| Author: Robert Braun 
| Date:   Tue Dec 11 15:39:26 2018 +0100
| 
|     * OMSimulator 1db7789...eb3cec2 (3):
|       > Updating testsuite
|       > Use number of log samples for TLM logging
|       > Log all variables with TLM simulations
| 
| M	OMSimulator
| 
* commit 8a4a6d9d0edebea29eeb818d5f8905ca69739f40
| Author: hudson 
| Date:   Tue Dec 11 14:03:15 2018 +0100
| 
|     Updating submodules
|     * OMEdit b7e072e...2310bb3 (1):
|       > Fix OSX build
|     
|     * OMSimulator 9d2f1cc...1db7789 (1):
|       > Implement --fetchAllVars for CS-FMUs
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 2c111aa2c7d3ffc813bd40b7f91872914a4614e3
| Author: adrpo 
| Date:   Tue Dec 11 11:44:05 2018 +0100
| 
|     update README.md
| 
| M	README.md
| 
* commit 9eb6d39f39fed920abee91e9aa193a9b75b7503e
| Author: Lennart Ochel 
| Date:   Mon Dec 10 23:20:05 2018 +0100
| 
|     * OMSimulator 7d3831b...9d2f1cc (1):
|       > Add wallTime to systems and components
| 
| M	OMSimulator
| 
* commit 3856d3c939a3d8f51a7c149cc15db137529f8d61
| Author: hudson 
| Date:   Mon Dec 10 19:23:35 2018 +0100
| 
|     * libraries b29a005...b34a8b8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 454cc0f4b518491128e0859d8fcbe76429f24f44
| Author: Per Östlund 
| Date:   Mon Dec 10 14:56:40 2018 +0100
| 
|     * OMCompiler a1f95a6...b641911 (1):
|       > Handle DAE.REDUCTION in differentiateExp.
| 
| M	OMCompiler
| 
* commit 64bf6c5e96d42fb51d946ffc18be9b9d241c704c
| Author: Per Östlund 
| Date:   Mon Dec 10 13:55:26 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e1d80fc...a1f95a6 (1):
|       > [NF] Relax restriction on input/output prefixes.
|     
|     * testsuite e861b96...db3e5da (1):
|       > [NF] Add type input/output tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7e723a6ae166c945fd18d6595a20847b2b35a033
| Author: Lennart Ochel 
| Date:   Mon Dec 10 13:34:47 2018 +0100
| 
|     * OMSimulator 0936825...7d3831b (1):
|       > Updating testsuite
| 
| M	OMSimulator
| 
* commit aac088eccd671bc5ef2724db8296fe5418b63d86
| Author: Adeel Asghar 
| Date:   Mon Dec 10 12:28:17 2018 +0100
| 
|     * OMEdit 5866cd2...b7e072e (1):
|       > ticket:5234 Make sure we always set the MainWindow as active after the simulation
| 
| M	OMEdit
| 
* commit 856ae3fd61adef82f35a7a6508c2302517329572
| Author: Adeel Asghar 
| Date:   Mon Dec 10 10:48:52 2018 +0100
| 
|     * OMEdit e9b53fa...5866cd2 (1):
|       > Make sure we log the messages in the same thread Read the standard output and error files when using the OMSimulator API
| 
| M	OMEdit
| 
* commit dbcd0a438645f1d8964194ccfe970cf70d35eec2
| Author: hudson 
| Date:   Sat Dec 8 19:25:15 2018 +0100
| 
|     * libraries c5d6e2b...b29a005 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5e99d5ae7eaa7d7eab26b230dbd351c4cdb5aa70
| Author: Adrian Pop 
| Date:   Sat Dec 8 03:21:15 2018 +0100
| 
|     v1.14.0-dev
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 42a18c2efed81b8fd0930937cb06e05bb8d2bc97
| Author: Adrian Pop 
| Date:   Sat Dec 8 02:57:58 2018 +0100
| 
|     update the tagging script
| 
| M	tag-release.sh
| 
* commit c7cfe9ead6cac1e984bf43af2b19474bdf0d6307
| Author: Adrian Pop 
| Date:   Sat Dec 8 02:48:48 2018 +0100
| 
|     add a script to tag the release
| 
| A	tag-release.sh
| 
* commit ef5d1da1aaf46c0a1b12e0ed154de30cee484cba
| Author: Per Östlund 
| Date:   Fri Dec 7 21:27:29 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c1a48de...f4aa462 (1):
|       > [NF] Fix Expression.compare for arrays.
|     
|     * testsuite 3693a27...e861b96 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f3614b6b4c28442ff276b81a46233fe659796c0c
| Author: Per Östlund 
| Date:   Fri Dec 7 20:38:32 2018 +0100
| 
|     * OMCompiler cb2f4d4...c1a48de (1):
|       > [NF] Add missing cases to Expression.compare.
| 
| M	OMCompiler
| 
* commit f73be11ca150cbbfa25f52b0e5902938c1bee1a7
| Author: hudson 
| Date:   Fri Dec 7 19:22:35 2018 +0100
| 
|     * libraries 4cfb2b3...c5d6e2b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 606f99b6103b006903a944ea3ae1005452b4495e
| Author: Per Östlund 
| Date:   Fri Dec 7 16:16:50 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c7c9c71...cb2f4d4 (1):
|       > [NF] Various fixes.
|     
|     * testsuite 60f7012...3693a27 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3a80efe2e5edf8a02171f3884bff1415293b3f23
| Author: Per Östlund 
| Date:   Fri Dec 7 13:59:09 2018 +0100
| 
|     * OMCompiler 9fc7ba2...c7c9c71 (1):
|       > [NF] Clone derived nodes.
| 
| M	OMCompiler
| 
* commit a063a0ee5b9c08c0d6593cbcddd698ba672c62c5
| Author: hudson 
| Date:   Fri Dec 7 10:16:25 2018 +0100
| 
|     * libraries 346a5ff...4cfb2b3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 731b96f1ef41aa4e2d8503699158245f66e48018
| Author: hudson 
| Date:   Thu Dec 6 19:23:19 2018 +0100
| 
|     * libraries d96f686...346a5ff (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9b262ea3c65d9a0cb292da376a83e4f1c3a8c3be
| Author: Per Östlund 
| Date:   Thu Dec 6 15:48:10 2018 +0100
| 
|     * OMCompiler 8ffc95a...9fc7ba2 (1):
|       > [NF] Improve evaluation of record fields.
| 
| M	OMCompiler
| 
* commit b63f2de9a6eab6cbec326b367c3c322e941a8718
| Author: Per Östlund 
| Date:   Thu Dec 6 15:17:02 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e7d386d...8ffc95a (1):
|       > [NF] Improve functions called through components.
|     
|     * testsuite 36d1c9e...60f7012 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1f0b2c95d2068df3f11e0e1157b3ef66bffd5c60
| Author: hudson 
| Date:   Wed Dec 5 19:22:59 2018 +0100
| 
|     * libraries e55a16c...d96f686 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2dedf251f9b39798f461d8a8bee198516e9b71db
| Author: Adeel Asghar 
| Date:   Wed Dec 5 15:34:26 2018 +0100
| 
|     * OMEdit 6abfbe4...a8fad2e (1):
|       > Cancel the composite model simulation properly Set the default result file buffer to 100
| 
| M	OMEdit
| 
* commit 439ab4512559601df9f7c45eccdd0d2e7424ff2d
| Author: Adeel Asghar 
| Date:   Wed Dec 5 13:47:24 2018 +0100
| 
|     * OMEdit 3ab3f3d...6abfbe4 (1):
|       > Copy the simulation output without HTML formatting
| 
| M	OMEdit
| 
* commit 612fcd10e0989ce4ba4cd40a18afd5fe8ddcb173
| Author: Adeel Asghar 
| Date:   Wed Dec 5 13:13:01 2018 +0100
| 
|     * OMEdit a078212...3ab3f3d (2):
|       > Delete the Algloop* files generated by cpp runtime
|       > Make sure the result file is new
| 
| M	OMEdit
| 
* commit 74d0b9d17d985c6ee2677252772e2dc3b6605291
| Author: Willi Braun 
| Date:   Wed Dec 5 12:31:50 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler de12219...e7d386d (1):
|       > [Backend] symbolic jacobian remove defines in generates code
|     
|     * testsuite d0f02ca...36d1c9e (1):
|       > adjustTests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3328a587dc31ca7ff533050e0d027620894187d0
| Author: hudson 
| Date:   Tue Dec 4 19:23:07 2018 +0100
| 
|     * libraries 6849ba0...e55a16c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e91e1ce0ea1d8cc2651c02337685bfad0fad53a8
| Author: Rüdiger Franke 
| Date:   Tue Dec 4 06:25:10 2018 +0100
| 
|     * OMCompiler 6770e63...de12219 (1):
|       > [Cpp] Normalize paths for simple concatenation of file names
| 
| M	OMCompiler
| 
* commit a21a6771cda72a5835acdce1ae7226e06d4416f0
| Author: Rüdiger Franke 
| Date:   Mon Dec 3 20:25:43 2018 +0100
| 
|     * OMCompiler aa64ed4...6770e63 (2):
|       > Rename --solver-threads option to confirm with Cpp naming
|       > [Cpp] Don't use outputPath for results file, ticket:4773
| 
| M	OMCompiler
| 
* commit a7e0e86811c124f3c153283a95baecfaddab23b5
| Author: Per Östlund 
| Date:   Mon Dec 3 18:12:00 2018 +0100
| 
|     * OMCompiler 8b10a66...aa64ed4 (1):
|       > [NF] Constant evaluation optimizations.
| 
| M	OMCompiler
| 
* commit 8a481787fc9c5e4b3e8242062b9c93810947ede2
| Author: Adeel Asghar 
| Date:   Mon Dec 3 13:50:31 2018 +0100
| 
|     * OMEdit 8caab61...a078212 (1):
|       > Interactive simulation is only implemented for c-runtime
| 
| M	OMEdit
| 
* commit a861c454e6e01520370630a6c81d1d54384369ce
| Author: Per Östlund 
| Date:   Mon Dec 3 13:08:14 2018 +0100
| 
|     * OMCompiler 99e1c39...8b10a66 (1):
|       > [NF] Include root name when creating complex DAE types.
| 
| M	OMCompiler
| 
* commit 884824a1f9faac863a498bbb707f01dddfc3e02e
| Author: Per Östlund 
| Date:   Mon Dec 3 12:47:45 2018 +0100
| 
|     * OMCompiler 809abfc...99e1c39 (1):
|       > [NF] Improve Expression.hasArrayCall.
| 
| M	OMCompiler
| 
* commit a14e6294a0309ba006c7e8319aa165646d079a25
| Author: Per Östlund 
| Date:   Mon Dec 3 12:02:52 2018 +0100
| 
|     * OMCompiler bccd64c...809abfc (1):
|       > [NF] Collect more record constructors.
| 
| M	OMCompiler
| 
* commit 622902ef508f710af9b48ac3611d582686867a01
| Author: Per Östlund 
| Date:   Mon Dec 3 11:44:38 2018 +0100
| 
|     * OMCompiler 2661fa9...bccd64c (1):
|       > [NF] Record fixes.
| 
| M	OMCompiler
| 
* commit 078bb51cfece1b49b8ac894bdcc18b7d241e2268
| Author: Rüdiger Franke 
| Date:   Sun Dec 2 17:37:19 2018 +0100
| 
|     * OMCompiler 9bcafd6...2661fa9 (1):
|       > [Cpp] Implement flags for input and output path, ticket:4773
| 
| M	OMCompiler
| 
* commit a449fe81e4d67615066dab26d00a45211ac58413
| Author: Rüdiger Franke 
| Date:   Sun Dec 2 15:10:22 2018 +0100
| 
|     * OMCompiler 6f93d97...9bcafd6 (1):
|       > [Cpp] Fix derivative vars in XmlPropertyReader, ticket:4773
| 
| M	OMCompiler
| 
* commit d64e610ccac2db412940f41092d90ef2e18eebb5
| Author: Adeel Asghar 
| Date:   Fri Nov 30 15:08:24 2018 +0100
| 
|     * OMEdit bcad330...8caab61 (1):
|       > Set the tolerance for WC systems
| 
| M	OMEdit
| 
* commit 60dd6b7f9b1f4be755620f180dcc81fa14f9a04e
| Author: hudson 
| Date:   Fri Nov 30 10:48:30 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 210af85...6f93d97 (2):
|       > Scalarize differentiated exp RSUB and TSUB equations
|       > partial differentiation of function with record outputs
|     
|     * testsuite 2f21e5a...d0f02ca (1):
|       > update tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit c22d7d0631711b77d60681e0d5a9045a0f12d9b5
| Author: hudson 
| Date:   Thu Nov 29 19:22:52 2018 +0100
| 
|     * libraries e4f7696...6849ba0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 155dade7f43a93dd84fdf4380e80508f7332a1d9
| Author: Adeel Asghar 
| Date:   Thu Nov 29 13:36:08 2018 +0100
| 
|     * OMEdit a907340...bcad330 (1):
|       > SSD text view for systems.
| 
| M	OMEdit
| 
* commit e4c61d1f48f234a40447e1dc703991e9f71f4127
| Author: Adeel Asghar 
| Date:   Thu Nov 29 11:29:27 2018 +0100
| 
|     * OMEdit 11caab2...a907340 (1):
|       > Set the signal filter when instantiating the model.
| 
| M	OMEdit
| 
* commit 821a3b5c5265f3143916d16931667d7bdb0e6715
| Author: Lennart Ochel 
| Date:   Thu Nov 29 08:50:17 2018 +0100
| 
|     * OMSimulator f34bbb6...0936825 (1):
|       > Add oms3_setSignalFilter
| 
| M	OMSimulator
| 
* commit 7adba7b5e02c23dd05363b047b546e41896d8ad1
| Author: Rüdiger Franke 
| Date:   Wed Nov 28 19:47:17 2018 +0100
| 
|     * OMCompiler 7f7fb53...210af85 (1):
|       > Re-add local ModelicaExternalC to Cpp runtime, ticket:5227
| 
| M	OMCompiler
| 
* commit f1ef750b4e2a3229cfd7140680ff44c6e81e6318
| Author: Per Östlund 
| Date:   Wed Nov 28 15:23:09 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 96dfd76...7f7fb53 (1):
|       > [NF] Clone inherited classes.
|     
|     * testsuite e49f7dc...2f21e5a (1):
|       > [NF] Add record inheritance tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 381bb20c885cf52280bfe7f7681470416beed63b
| Author: Adeel Asghar 
| Date:   Wed Nov 28 12:36:15 2018 +0100
| 
|     * OMEdit b753795...11caab2 (1):
|       > Allow adding TLM connector to the component
| 
| M	OMEdit
| 
* commit 51e6bc3cd4a4680b0baaf210acdeab7f0c6d98b9
| Author: Adeel Asghar 
| Date:   Wed Nov 28 11:48:19 2018 +0100
| 
|     * OMEdit 2a71c2e...b753795 (1):
|       > Highlight oms:TlmMaster keyword
| 
| M	OMEdit
| 
* commit 1a5b5b0e34b1610542b9350861f46168d601ee8a
| Author: Adeel Asghar 
| Date:   Wed Nov 28 11:32:25 2018 +0100
| 
|     * OMEdit 46cf236...2a71c2e (1):
|       > Don't change the filename
| 
| M	OMEdit
| 
* commit b7a12310f9c9520e857bdd0dadfecf61415dc382
| Author: hudson 
| Date:   Mon Nov 26 19:21:48 2018 +0100
| 
|     * libraries 5eaddd4...e4f7696 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2a80a5344f70c48127fffa619f398886b79b16a5
| Author: Adeel Asghar 
| Date:   Mon Nov 26 14:31:34 2018 +0100
| 
|     * OMEdit 2e15199...46cf236 (1):
|       > Connectors are not allowed on a TLM system
| 
| M	OMEdit
| 
* commit 52782f5503f15b4efa7267a078709878b8550ae2
| Author: Robert Braun 
| Date:   Mon Nov 26 13:31:05 2018 +0100
| 
|     * OMSimulator 71785cb...f34bbb6 (2):
|       > Updating testsuite
|       > Prevent add variable of existing type to TLM bus
| 
| M	OMSimulator
| 
* commit 03628c0e27500c4dcd7c18817b5e6b8dc1410abd
| Author: Per Östlund 
| Date:   Mon Nov 26 12:49:58 2018 +0100
| 
|     * OMCompiler 12ee163...96dfd76 (1):
|       > [NF] Evaluate more constants in functions.
| 
| M	OMCompiler
| 
* commit 4d2c7430ab17c17acd5a2435634a7d659d517bbc
| Author: Per Östlund 
| Date:   Mon Nov 26 12:08:00 2018 +0100
| 
|     * OMCompiler 6ac3d32...12ee163 (1):
|       > [NF] Minor fixes.
| 
| M	OMCompiler
| 
* commit 4767f96a4090c240928b26ff50dceea1286dbfc6
| Author: Per Östlund 
| Date:   Mon Nov 26 11:27:18 2018 +0100
| 
|     * OMCompiler 83bdb3d...6ac3d32 (1):
|       > [NF] Fix type checking of tuple expressions.
| 
| M	OMCompiler
| 
* commit 7857c0c50575852ed7be88f2687bc60d0f2bae9c
| Author: Robert Braun 
| Date:   Mon Nov 26 10:42:55 2018 +0100
| 
|     * OMSimulator 707c3c3...71785cb (2):
|       > Updating testsuite
|       > Fix setTLMPositionAndOrientation
| 
| M	OMSimulator
| 
* commit 8ccdc3f975c805989f538e6bb47ca6e04de4a2e4
| Author: Per Östlund 
| Date:   Sun Nov 25 20:46:16 2018 +0100
| 
|     * OMCompiler eeb0df6...83bdb3d (1):
|       > [NF] Fix subscripting of ranges.
| 
| M	OMCompiler
| 
* commit 957e9644434077d5fa5e94a53b5fd10c92b5346f
| Author: Rüdiger Franke 
| Date:   Sun Nov 25 18:08:08 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 17cf378...eeb0df6 (1):
|       > [NF] Treat arrays of overconstrained connectors
|     
|     * testsuite e980f70...e49f7dc (1):
|       > Update test with array of overconstrained connectors
| 
| M	OMCompiler
| M	testsuite
| 
* commit f33ad067245740195f4833c6db8c4c4426590d91
| Author: Adeel Asghar 
| Date:   Sat Nov 24 23:15:42 2018 +0100
| 
|     * OMEdit e8953bb...2e15199 (1):
|       > More structuring of OMSimulator files
| 
| M	OMEdit
| 
* commit 3bb7e3c86e0c018736c9c5afd19c7d9df350cae2
| Author: Rebeka Farkas 
| Date:   Sat Nov 24 09:27:53 2018 +0100
| 
|     * OMSimulator 4506eb3...707c3c3 (2):
|       > Updating testsuite
|       > Extend functionality with adaptive step size control
| 
| M	OMSimulator
| 
* commit 76266139826f2f6a0926a176832f8fa390722592
| Author: hudson 
| Date:   Fri Nov 23 19:24:36 2018 +0100
| 
|     * libraries 0f64bed...5eaddd4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a04a3a79c9615316ecc4cb5ab316e5f15627794c
| Author: Per Östlund 
| Date:   Fri Nov 23 17:56:18 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0fa8007...17cf378 (1):
|       > [NF] Initial partial function application support.
|     
|     * testsuite a3d1bab...e980f70 (1):
|       > [NF] Added partial function application tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 670faf6d9e5a5d22d46a825f0aaef180657404c6
| Author: Per Östlund 
| Date:   Fri Nov 23 16:41:54 2018 +0100
| 
|     * OMCompiler f5cbc6b...0fa8007 (1):
|       > Fix anyString for SOME().
| 
| M	OMCompiler
| 
* commit ba23f78a62d6b4c89159c5d91d41cdb1ea387bf3
| Author: Lennart Ochel 
| Date:   Fri Nov 23 15:55:52 2018 +0100
| 
|     * OMCompiler dc05202...f5cbc6b (1):
|       > Fix CS-FMU doStep function - Fix event handling - Fix integration method (euler)
| 
| M	OMCompiler
| 
* commit a907b31e9ea61d61cbcbfda12c13e409084e6c74
| Author: Adeel Asghar 
| Date:   Fri Nov 23 15:39:07 2018 +0100
| 
|     * OMSimulator 76d061d...4506eb3 (1):
|       > oms3 interface for logging callback
| 
| M	OMSimulator
| 
* commit 77ecf906528fd16de9a157fd8b2d77fab61d24ac
| Author: Adeel Asghar 
| Date:   Fri Nov 23 14:31:10 2018 +0100
| 
|     * OMEdit 0545fc6...e8953bb (1):
|       > TLM system simulation information interface
| 
| M	OMEdit
| 
* commit 3c3de597eee849af397a2c74f3040aef995895ec
| Author: Robert Braun 
| Date:   Fri Nov 23 13:28:12 2018 +0100
| 
|     * OMSimulator c33b0e8...76d061d (2):
|       > Updating testsuite
|       > Simulate external models with oms3
| 
| M	OMSimulator
| 
* commit d7c1219c98d95a86668bb37932b75fca0514264f
| Author: Adeel Asghar 
| Date:   Fri Nov 23 11:39:32 2018 +0100
| 
|     * OMEdit b0ea5fe...0545fc6 (1):
|       > Better structuring of OMSimulator related files
| 
| M	OMEdit
| 
* commit 940587fc5b5b918839e7bfcefa81ebefb560f818
| Author: Robert Braun 
| Date:   Fri Nov 23 10:09:22 2018 +0100
| 
|     * OMSimulator 7d99ad0...c33b0e8 (2):
|       > Updating testsuite
|       > Improved TLM error messages
| 
| M	OMSimulator
| 
* commit cbbf0e496ddc3cb11a366b4fc39f5d24e9cd74ab
| Author: Lennart Ochel 
| Date:   Thu Nov 22 22:04:38 2018 +0100
| 
|     * OMSimulator 5c8abb7...7d99ad0 (1):
|       > Install OMSimulatorPython.bat for mingw
| 
| M	OMSimulator
| 
* commit 8f838d3b3536d9bd0db8aa1937e267063ad4f3be
| Author: Lennart Ochel 
| Date:   Thu Nov 22 20:57:44 2018 +0100
| 
|     * OMSimulator 1a10b4e...5c8abb7 (1):
|       > Fix oms3_getVersion for python3
| 
| M	OMSimulator
| 
* commit 9119d3b3c1fc631d35d5a72e38e1d7a49809c071
| Author: hudson 
| Date:   Thu Nov 22 19:26:44 2018 +0100
| 
|     * libraries ef1322c...0f64bed (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9db65356f5d69352aecfc1917ba1ddd6a768c655
| Author: Adrian Pop 
| Date:   Thu Nov 22 18:41:51 2018 +0100
| 
|     * OMCompiler 19f18d6...dc05202 (1):
|       > fix linearization file generation in Windows (ticket:5223)
| 
| M	OMCompiler
| 
* commit dbf845a26bd8d62e9dac7cbc29aaef8d9b67b04a
| Author: Adeel Asghar 
| Date:   Thu Nov 22 14:59:35 2018 +0100
| 
|     * OMEdit 287d131...b0ea5fe (1):
|       > Allow setting the logging interval via oms3_setLoggingInterval
| 
| M	OMEdit
| 
* commit 0dbbd32cfb93454ad73cf096688e0107a8809313
| Author: hudson 
| Date:   Thu Nov 22 14:14:02 2018 +0100
| 
|     Updating submodules
|     * OMEdit 9fe9b41...287d131 (1):
|       > Use oms3_getTLMVariableTypes to build a drop down list
|     
|     * OMSimulator 0548479...1a10b4e (2):
|       > Updating testsuite
|       > Change TLM domain string to enum
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 406c6c8b1615270b45abd71ce7ef57e625d1c991
| Author: hudson 
| Date:   Wed Nov 21 19:23:31 2018 +0100
| 
|     * libraries 7c8c768...ef1322c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f18c274436f7d6eb929978597079d05c19d1e9c7
| Author: Adeel Asghar 
| Date:   Wed Nov 21 11:16:07 2018 +0100
| 
|     * OMEdit 6d42c9d...9fe9b41 (1):
|       > Different colors for tlm connectors based on the domain
| 
| M	OMEdit
| 
* commit 3146cae3a2a632f537b56c226feda279339215ef
| Author: hudson 
| Date:   Tue Nov 20 19:21:42 2018 +0100
| 
|     * libraries ff8f02e...7c8c768 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ffadee3cb6c353052c3d5c861b5dc874bb8526ac
| Author: Rüdiger Franke 
| Date:   Tue Nov 20 16:04:50 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cb53a44...19f18d6 (2):
|       > [BE] Improve inlining and solution of array equations
|       > [Cpp] Use array assign in for loops
|     
|     * testsuite 4b5e4db...a3d1bab (1):
|       > Update tests for improved treatment of array equations
| 
| M	OMCompiler
| M	testsuite
| 
* commit f5277cf0794e76159315279b3abd937a8a8930ad
| Author: Lennart Ochel 
| Date:   Tue Nov 20 14:12:48 2018 +0100
| 
|     * OMSimulator 3157a26...0548479 (1):
|       > Add Lua binding for oms3_setTolerance
| 
| M	OMSimulator
| 
* commit d8e8a9717bf348ed805507508106b20931039c99
| Author: Adeel Asghar 
| Date:   Tue Nov 20 13:14:54 2018 +0100
| 
|     * OMEdit 3ee0acc...6d42c9d (1):
|       > Visual difference between system, fmu and table Also added extra visual information on system like system type and on fmu like fmukind and fmuversion.
| 
| M	OMEdit
| 
* commit 6e453c0f00e08d91623cd40e7bd67bbc2f25f62f
| Author: Adeel Asghar 
| Date:   Mon Nov 19 20:10:02 2018 +0100
| 
|     * OMEdit 2621afe...3ee0acc (1):
|       > ElementPropertiesDialog to set the parameters and inputs
| 
| M	OMEdit
| 
* commit 6efa8e0dd99e115c4881fb1ba372f5bab4556c06
| Author: Rüdiger Franke 
| Date:   Mon Nov 19 19:12:39 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a581f29...cb53a44 (2):
|       > [Cpp] Implement array fill assignments
|       > [BE] Create array equations for array bindings
|     
|     * testsuite 7603f20...4b5e4db (1):
|       > Add test VectorizedSolarSystem
| 
| M	OMCompiler
| M	testsuite
| 
* commit ed4280952e12d8e42e5233d7c1c5d5dd0c512dbf
| Author: Per Östlund 
| Date:   Mon Nov 19 16:29:21 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 74a1cd4...a581f29 (1):
|       > Improve parsing of function partial applications.
|     
|     * testsuite 59a2937...7603f20 (1):
|       > Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8140833337db77156b24c7381b00f8ea41cdddd1
| Author: Robert Braun 
| Date:   Mon Nov 19 14:43:00 2018 +0100
| 
|     * OMSimulator e434811...3157a26 (1):
|       > Enable NO_TLM define for oms3
| 
| M	OMSimulator
| 
* commit 4eb61ade599c19743e68dcb64cdc55c959285eff
| Author: Lennart Ochel 
| Date:   Mon Nov 19 14:17:39 2018 +0100
| 
|     * OMSimulator fd0d6d0...e434811 (1):
|       > Emit also the final time point
| 
| M	OMSimulator
| 
* commit aa1af1021ce1d05ad38fc3d35b09a1ba9c667205
| Author: Lennart Ochel 
| Date:   Mon Nov 19 11:18:24 2018 +0100
| 
|     * OMSimulator fbd3c2d...fd0d6d0 (2):
|       > Implement oms3_setTolerance
|       > Fix logging of initial data point
| 
| M	OMSimulator
| 
* commit 4af7458eb8ad8622bbc5eb8d6c9ef125dbf7c792
| Author: Lennart Ochel 
| Date:   Mon Nov 19 09:45:57 2018 +0100
| 
|     * OMSimulator 3748b74...fbd3c2d (1):
|       > Update configWinVS.bat
| 
| M	OMSimulator
| 
* commit f2e3ba2bc4777bbd450c5879087b5841f5d75fd5
| Author: Lennart Ochel 
| Date:   Sun Nov 18 20:09:05 2018 +0100
| 
|     * OMSimulator aed06aa...3748b74 (1):
|       > Fix logging of duplicated data points
| 
| M	OMSimulator
| 
* commit 0335e278fc7c5a4d85c251066e25f486ebb46fae
| Author: Adrian Pop 
| Date:   Sun Nov 18 06:12:49 2018 +0100
| 
|     * OMCompiler d5e13f9...74a1cd4 (1):
|       > fix GC stats
| 
| M	OMCompiler
| 
* commit f5782b2fd712d4ac65fbe287862c1f4cfab2ae0c
| Author: Lennart Ochel 
| Date:   Sat Nov 17 20:33:17 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a616890...d5e13f9 (1):
|       > Small changes to Modelica export of linearized models
|     
|     * testsuite 7322a43...59a2937 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6d88eb1d63365a040d6b962919b8e26b5fcb6c9d
| Author: hudson 
| Date:   Sat Nov 17 19:21:20 2018 +0100
| 
|     * libraries 4f924c2...ff8f02e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4cf1199c190687d84a2598986d5bc8e0128a0595
| Author: Lennart Ochel 
| Date:   Fri Nov 16 22:47:15 2018 +0100
| 
|     * OMSimulator 5aef2bb...aed06aa (1):
|       > Add link to pre-compiled binaries for 32bit
| 
| M	OMSimulator
| 
* commit a31745f95917de15452196c6d9a094f5eaa888f9
| Author: Lennart Ochel 
| Date:   Fri Nov 16 21:54:25 2018 +0100
| 
|     * OMSimulator 0bbc49c...5aef2bb (1):
|       > Prevent extra whitespaces
| 
| M	OMSimulator
| 
* commit 28294f94938096c689c44f6d69971dfe2b7a2efa
| Author: Lennart Ochel 
| Date:   Fri Nov 16 21:29:38 2018 +0100
| 
|     * OMSimulator d15f831...0bbc49c (1):
|       > Fix boost for MSVC32
| 
| M	OMSimulator
| 
* commit c9a4a6b2e07cbf225237996069ac259fe4c4461f
| Author: Lennart Ochel 
| Date:   Fri Nov 16 19:08:11 2018 +0100
| 
|     * OMSimulator cf14c00...d15f831 (1):
|       > Fix command line flag --intervals
| 
| M	OMSimulator
| 
* commit 5bfb91449d7e6ade0aca3a1a1cc3d1425ae162ab
| Author: Lennart Ochel 
| Date:   Fri Nov 16 18:29:23 2018 +0100
| 
|     * OMSimulator fdb33ba...cf14c00 (1):
|       > Fix SC systems without continuous states
| 
| M	OMSimulator
| 
* commit 8f18c12440fe78b7adf9723931e82aab439b0d14
| Author: hudson 
| Date:   Fri Nov 16 13:43:02 2018 +0100
| 
|     * OMEdit 0e17c70...2621afe (2):
|       > TimeManager is not dependent on OSG now.
|       > Use OpenModelica rtclock.h for timers
| 
| M	OMEdit
| 
* commit efdc88e5434d8cb88a7deb40520d78c5d660dfbf
| Author: Lennart Ochel 
| Date:   Fri Nov 16 12:57:40 2018 +0100
| 
|     * OMSimulator 2a154db...fdb33ba (1):
|       > Solving continuous alg. loops
| 
| M	OMSimulator
| 
* commit 14c2e1d440aa27195b1b35585d8470e9a7f8f69a
| Author: Lennart Ochel 
| Date:   Thu Nov 15 23:24:07 2018 +0100
| 
|     * OMSimulator 0a10848...2a154db (3):
|       > Implement oms3_addSignalsToResults/removeSignalsFromResults
|       > Fix internal time value of lookup tables
|       > Implement oms3_setLoggingInterval
| 
| M	OMSimulator
| 
* commit e75eb52fcdd028c301761b73dae21473b5a8c113
| Author: hudson 
| Date:   Thu Nov 15 19:22:17 2018 +0100
| 
|     * libraries 164d509...4f924c2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2209f8d338a7814159b8df9023f8b2b0ffdf1de9
| Author: Lennart Ochel 
| Date:   Thu Nov 15 16:56:49 2018 +0100
| 
|     * OMPlot 084b9e4...c25c2a7 (1):
|       > Update common
| 
| M	OMPlot
| 
* commit 30eb2d52e064ac620a4beb3d760b0b4f4907ccb4
| Author: hudson 
| Date:   Thu Nov 15 16:09:43 2018 +0100
| 
|     Updating submodules
|     * OMEdit eb5a8a2...0e17c70 (1):
|       > State machines debugging supports all result file formats Diagram window for visualization Visualization controls in VariablesWidget States and transitions are visualized as active or inactive
|     
|     * OMSimulator ceafa80...0a10848 (1):
|       > Add missing include
| 
| M	OMEdit
| M	OMSimulator
| 
* commit e20252e67f602099016c5be1a71218102548811d
| Author: Lennart Ochel 
| Date:   Thu Nov 15 15:02:06 2018 +0100
| 
|     * OMCompiler 8fe98ae...a616890 (1):
|       > Make dummy states derivatives bidirectional
| 
| M	OMCompiler
| 
* commit 00ec14eb7863cb50d7ac55f792634dcc7b34bdc3
| Author: Lennart Ochel 
| Date:   Thu Nov 15 14:45:53 2018 +0100
| 
|     * OMSimulator 2025b42...ceafa80 (3):
|       > Fix bug for FMUs with very short name, e.g. A.fmu
|       > Move result file implementation to namespace oms3
|       > Check if FMU actually support specified FMI kind
| 
| M	OMSimulator
| 
* commit a4208317027f0f9d44f3efee572e621b87888f76
| Author: hkiel 
| Date:   Thu Nov 15 12:16:42 2018 +0100
| 
|     * OMCompiler 789a1ec...8fe98ae (2):
|       > remove superfluous matchcontinue
|       > improve doc generation speed
| 
| M	OMCompiler
| 
* commit 7320897520fd5cd9aafba3cf4393c6db42e07608
| Author: Rüdiger Franke 
| Date:   Wed Nov 14 20:49:53 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c308368...789a1ec (1):
|       > Vectorize equations with iter at appropriate position
|     
|     * testsuite aa7e9c1...7322a43 (1):
|       > Expected result when placing iter subs appropriately
| 
| M	OMCompiler
| M	testsuite
| 
* commit e132e8959b6d42ff3139c8083c32257ff8650010
| Author: Lennart Ochel 
| Date:   Wed Nov 14 13:36:36 2018 +0100
| 
|     * OMSimulator 65eae41...2025b42 (2):
|       > Fix oms3::ComponentFMUCS::reset
|       > Fix oms3_reset
| 
| M	OMSimulator
| 
* commit f170f069a9b342aff32a32f299fed6c100c4a2bf
| Author: Lennart Ochel 
| Date:   Wed Nov 14 12:32:47 2018 +0100
| 
|     * OMSimulator 080f1be...65eae41 (1):
|       > Implement oms3_reset
| 
| M	OMSimulator
| 
* commit 0512407c231b5d0203ec61f199bc114b5feac0d7
| Author: Lennart Ochel 
| Date:   Wed Nov 14 11:49:27 2018 +0100
| 
|     * OMSimulator 6c5c4c5...080f1be (1):
|       > Improve performance if no result file should be generated
| 
| M	OMSimulator
| 
* commit f8a6e5cf00c146e2c92107365b623b6374a00689
| Author: Lennart Ochel 
| Date:   Tue Nov 13 23:44:16 2018 +0100
| 
|     * OMSimulator 7e22759...6c5c4c5 (1):
|       > Add oms3_stepUntil
| 
| M	OMSimulator
| 
* commit 134a7978b070bf77c3a97a1254e08d47d6035b3b
| Author: Lennart Ochel 
| Date:   Tue Nov 13 21:45:17 2018 +0100
| 
|     * OMSimulator d1a45d4...7e22759 (1):
|       > Replace boost::filesystem::unique_path
| 
| M	OMSimulator
| 
* commit cbbc6a95a705d420298a1133c7f05da0202145b7
| Author: hudson 
| Date:   Tue Nov 13 19:24:48 2018 +0100
| 
|     * libraries ef772bd...164d509 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d6c5e161cb0de1c61e19dc9b060ae43a7fa16700
| Author: Adeel Asghar 
| Date:   Tue Nov 13 18:05:19 2018 +0100
| 
|     * OMEdit 8f7c38a...eb5a8a2 (1):
|       > Load the connections when start/end element is empty
| 
| M	OMEdit
| 
* commit 496daa65f4575ca3438b0e3fefd7a5a4c49da0c9
| Author: Robert Braun 
| Date:   Tue Nov 13 14:04:17 2018 +0100
| 
|     * OMSimulator ecbf7d6...d1a45d4 (1):
|       > Updating testsuite
| 
| M	OMSimulator
| 
* commit 8fec8c14da724132bada310a6ba79ab19a565e13
| Author: Lennart Ochel 
| Date:   Tue Nov 13 07:49:07 2018 +0100
| 
|     * OMSimulator 8e09aad...ecbf7d6 (3):
|       > Implement oms3_setLoggingLevel
|       > Update the CLI to use oms3
|       > Fix OMSimulatorPython on WSL
| 
| M	OMSimulator
| 
* commit 8b58d20cca6b78c501bb05d07e935820af0773d3
| Author: Lennart Ochel 
| Date:   Mon Nov 12 23:55:38 2018 +0100
| 
|     * OMSimulator a58f0ef...8e09aad (2):
|       > Updating testsuite
|       > Add cvode for ME mode
| 
| M	OMSimulator
| 
* commit 38b876b0008aa27363eafd332071f310dee96182
| Author: Martin Sjölund 
| Date:   Mon Nov 12 17:11:35 2018 +0100
| 
|     * OMSimulator c790d2f...a58f0ef (1):
|       > Disable building using MSVC64 by default
| 
| M	OMSimulator
| 
* commit c597735b8100a8afc06458b495c0749fb22c9a16
| Author: Robert Braun 
| Date:   Mon Nov 12 15:09:48 2018 +0100
| 
|     * OMSimulator 024e9c6...c790d2f (3):
|       > Updating testsuite
|       > Added missing dimension conversion for TLM
|       > Implement SystemTLM::getReals and SystemTLM::setReals
| 
| M	OMSimulator
| 
* commit 0bf898ebbdefe9852a79266fd2d9ebd371f859d3
| Author: Robert Braun 
| Date:   Mon Nov 12 14:19:57 2018 +0100
| 
|     * OMSimulator d3ef067...024e9c6 (1):
|       > Remove oms3_setTLMInitialValues
| 
| M	OMSimulator
| 
* commit 6f0eafdf781e740e7c0d47f7d5112bb494eeb8fa
| Author: Per Östlund 
| Date:   Mon Nov 12 13:42:26 2018 +0100
| 
|     * OMCompiler 42eeda4...c308368 (1):
|       > [NF] Fix Ceval.evalComponentBinding.
| 
| M	OMCompiler
| 
* commit af06de0f696efdb1b9aa9df20c252c5bde4e1ee0
| Author: Per Östlund 
| Date:   Mon Nov 12 13:00:44 2018 +0100
| 
|     * OMCompiler 7905e37...42eeda4 (1):
|       > Fix inline type checking.
| 
| M	OMCompiler
| 
* commit a21b3155d67b39bf3aa047ae075c28bff92c11be
| Author: Robert Braun 
| Date:   Mon Nov 12 10:41:23 2018 +0100
| 
|     * OMSimulator fad2ba1...d3ef067 (1):
|       > Implement oms_getTLMVariableTypes
| 
| M	OMSimulator
| 
* commit c6f3d9730917568c5ad46ba17ce3bc2d4985c4e0
| Author: Robert Braun 
| Date:   Mon Nov 12 08:43:22 2018 +0100
| 
|     * OMSimulator f06327c...fad2ba1 (2):
|       > Updating testsuite
|       > TLMBusConnectors in Component class
| 
| M	OMSimulator
| 
* commit b4ac6b211081dbfc035fc9c0b39b8594d1b45426
| Author: Robert Braun 
| Date:   Sun Nov 11 23:27:14 2018 +0100
| 
|     * OMSimulator 27d9807...f06327c (1):
|       > Improved thread-safedy for TLM simulations
| 
| M	OMSimulator
| 
* commit eec877983426e647e1632155b7130d05bcf8e4fd
| Author: Lennart Ochel 
| Date:   Sun Nov 11 20:55:52 2018 +0100
| 
|     * OMSimulator 88526bb...27d9807 (1):
|       > Fix oms3_delete for component connectors
| 
| M	OMSimulator
| 
* commit 9000d63ee77d543f9784e50ea7743f12e41b9f7d
| Author: Lennart Ochel 
| Date:   Sun Nov 11 20:16:56 2018 +0100
| 
|     * OMSimulator b7bf9b3...88526bb (1):
|       > Add oms3_listUnconnectedConnectors
| 
| M	OMSimulator
| 
* commit a992e086973f93660a1035acb25c2d8116bb8dcf
| Author: hudson 
| Date:   Sun Nov 11 19:35:49 2018 +0100
| 
|     * libraries e3a8f63...ef772bd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a373c79009b90a2382ad309a5d8a95fa8a3c4c24
| Author: Lennart Ochel 
| Date:   Sun Nov 11 16:39:15 2018 +0100
| 
|     * OMSimulator 30ad338...b7bf9b3 (1):
|       > Check if cref exists in scope before adding a new bus
| 
| M	OMSimulator
| 
* commit 1b6ffb701aaf3893f7ebd5143c4927dc1b7c7f25
| Author: Lennart Ochel 
| Date:   Sat Nov 10 23:48:50 2018 +0100
| 
|     * OMSimulator 1b0424e...30ad338 (2):
|       > Handle discrete connections
|       > Initializing the pseudorandom number generator
| 
| M	OMSimulator
| 
* commit bffe031c1e37a06604e69df6c8cd6ad6aa4e16f3
| Author: hudson 
| Date:   Sat Nov 10 19:22:56 2018 +0100
| 
|     * libraries 9ef79f7...e3a8f63 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 47b17d74062cc2d75a039339e9c5726ccf37b5e9
| Author: hudson 
| Date:   Sat Nov 10 14:19:45 2018 +0100
| 
|     * OMSimulator d5700ac...1b0424e (8):
|       > Updating testsuite
|       > Install OMSimulatorPython on mingw
|       > Fix some Python wrapper
|       > [pylint] Undefined variable 'initialization'
|       > [pylint] method already defined line 392
|       > [pylint] Unnecessary semicolon
|       > Fix whitespaces
|       > add support for oms3_api
| 
| M	OMSimulator
| 
* commit 92b1b402a3da40cbca694af144d18f3dd7d530c3
| Author: Per Östlund 
| Date:   Fri Nov 9 23:31:18 2018 +0100
| 
|     * OMCompiler a2b203f...7905e37 (1):
|       > [NF] Fix NFFunction.mapExpParameter.
| 
| M	OMCompiler
| 
* commit 3d70040ca9533020324f32e76a980be220519246
| Author: Lennart Ochel 
| Date:   Fri Nov 9 21:42:01 2018 +0100
| 
|     * OMSimulator ae2c477...d5700ac (1):
|       > Fix oms3::SystemSC::terminate
| 
| M	OMSimulator
| 
* commit 22273ccf75a2ac2640537776e0f4c1fa7920a0f6
| Author: Lennart Ochel 
| Date:   Fri Nov 9 20:58:38 2018 +0100
| 
|     * OMSimulator 15a5627...ae2c477 (3):
|       > Updating testsuite
|       > Use predefined error messages
|       > Implement model exchange mode
| 
| M	OMSimulator
| 
* commit 14c73e6a0741afef7c018a57f6394fb5a39b2b4e
| Author: hudson 
| Date:   Fri Nov 9 19:22:35 2018 +0100
| 
|     * libraries 1fa10b6...9ef79f7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 093fb55a524370ddbdd63e20d8cc1ad00b166cc0
| Author: Per Östlund 
| Date:   Fri Nov 9 15:16:19 2018 +0100
| 
|     * OMCompiler 13a4ae4...a2b203f (1):
|       > [NF] Evaluate more package constants in functions.
| 
| M	OMCompiler
| 
* commit 1a8a859b4c16f0880c824f0152bff2fd558b8001
| Author: Per Östlund 
| Date:   Fri Nov 9 13:39:13 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 088d435...13a4ae4 (1):
|       > [NF] Fix typing of when statements too.
|     
|     * testsuite 87201bf...aa7e9c1 (1):
|       > [NF] Add another when test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5242f216f70cfb8c06ae2d652b32cd4f2b5e9616
| Author: Per Östlund 
| Date:   Fri Nov 9 12:44:46 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 144493f...088d435 (1):
|       > [NF] Fix typing of when conditions.
|     
|     * testsuite f67148e...87201bf (1):
|       > [NF] Add when test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c64dff53e99861a4a7cf5ade6cb39b397fc0ea7a
| Author: Rüdiger Franke 
| Date:   Fri Nov 9 11:53:46 2018 +0100
| 
|     * OMCompiler 4125b19...144493f (1):
|       > [Cpp] Fix reduce_array, usub_array and in-situ access to array slice
| 
| M	OMCompiler
| 
* commit 9c478d45b68076c6ca25f2499635ba3681d7195b
| Author: hudson 
| Date:   Thu Nov 8 19:22:35 2018 +0100
| 
|     * libraries 60733b9...1fa10b6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 81d436c9921191edd8f9258516ef77a9cd5ebf9c
| Author: hkiel 
| Date:   Thu Nov 8 15:31:46 2018 +0100
| 
|     * OMCompiler 83d2116...4125b19 (1):
|       > fix for Python3 remove redundant code optimize string compare
| 
| M	OMCompiler
| 
* commit e71ee59b520389f6ee2170459c7405b7872287bc
| Author: Rüdiger Franke 
| Date:   Thu Nov 8 15:14:17 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e8bea85...83d2116 (1):
|       > Treat array flows as array equations and solve them for code generation
|     
|     * testsuite 01e433a...f67148e (1):
|       > Expected result treating array flows as array equations
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5e6638ec5d7d737f4a095df6f099c318df49efb8
| Author: Per Östlund 
| Date:   Thu Nov 8 14:00:58 2018 +0100
| 
|     * OMCompiler 52bf402...e8bea85 (1):
|       > [NF] Improve simplification of functions.
| 
| M	OMCompiler
| 
* commit 65eadaffd78d406f7039752b535e1c5d0eae165a
| Author: hkiel 
| Date:   Thu Nov 8 10:58:58 2018 +0100
| 
|     * OMCompiler 5c46636...52bf402 (1):
|       > increase performance of file name case sensitivity fix
| 
| M	OMCompiler
| 
* commit 56cd97effc1a85472373e12894d06b929d0304b8
| Author: Lennart Ochel 
| Date:   Thu Nov 8 00:44:36 2018 +0100
| 
|     * OMSimulator 304901e...15a5627 (3):
|       > Add oms3::ssd::ElementGeometry::importFromSSD
|       > Import element geometry from SSD
|       > Export element geometry to SSD
| 
| M	OMSimulator
| 
* commit 944abb1f1b747c55aeb5bb247c8a83cd4e99471a
| Author: Willi Braun 
| Date:   Thu Nov 8 00:03:22 2018 +0100
| 
|     * testsuite 87420c2...01e433a (1):
|       > added test for ticket-5206
| 
| M	testsuite
| 
* commit 49fcac37ff96cd77fd84ba5c18ff7bef28165645
| Author: Willi Braun 
| Date:   Wed Nov 7 22:57:46 2018 +0100
| 
|     * OMCompiler 19ec6d1...5c46636 (1):
|       > [BE] add support for if equations as residual equations
| 
| M	OMCompiler
| 
* commit 436d02689fc220d7470abf6c38055dccfddddaa4
| Author: Lennart Ochel 
| Date:   Wed Nov 7 20:24:08 2018 +0100
| 
|     * OMSimulator f7bcf12...304901e (1):
|       > Fix oms3_terminate
| 
| M	OMSimulator
| 
* commit 39f24a001b7a18638f55d895a03f72dbc02b6518
| Author: hudson 
| Date:   Wed Nov 7 19:21:17 2018 +0100
| 
|     * libraries da0073c...60733b9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f57f39bcdf192d1377840d88f7782640eb4de3bc
| Author: Adeel Asghar 
| Date:   Wed Nov 7 16:13:18 2018 +0100
| 
|     * OMEdit 4c9b181...8f7c38a (1):
|       > Simulate OMSimulator models
| 
| M	OMEdit
| 
* commit 4dacc22f9bd6e2f88995490cc76f278a8aea1ff8
| Author: Per Östlund 
| Date:   Wed Nov 7 15:05:59 2018 +0100
| 
|     * OMCompiler 2492d60...19ec6d1 (1):
|       > [NF] Evaluate >= as >=, not as >.
| 
| M	OMCompiler
| 
* commit c404416eb7b58d8a373013bb0ed1190626e9f6a6
| Author: Per Östlund 
| Date:   Wed Nov 7 14:47:55 2018 +0100
| 
|     * OMCompiler 223798a...2492d60 (1):
|       > [NF] Improve typing of vector().
| 
| M	OMCompiler
| 
* commit 24dec478e2e4d105cf3801f309a8dae99b2ac858
| Author: Per Östlund 
| Date:   Wed Nov 7 14:04:16 2018 +0100
| 
|     * OMCompiler 98896ae...223798a (1):
|       > [NF] Evaluate parameter subscripts.
| 
| M	OMCompiler
| 
* commit 0555034b6025540e1338823601ea1decc0aeee8c
| Author: Rüdiger Franke 
| Date:   Wed Nov 7 13:37:20 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 023c904...98896ae (7):
|       > [Cpp] Skip array subscripts in cref names if not NF_SCALARIZE
|       > [Cpp] Implement operator= for ArraySlice to avoid call to crefIsScalar
|       > [Cpp] Consider array slices with less subscripts than dimensions
|       > [Cpp] Fix code generation for array dimensions and slices
|       > Apply inline to for-equations as well
|       > Consider ADD_ARR and SUB_ARR when solving equations
|       > [NF] Treat vectorized connectors with flow variables
|     
|     * testsuite ba472c6...87420c2 (1):
|       > Add test for vectorized flow connectors
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2180a0b4d8b4da28585bf5f6b741871f2d89dd12
| Author: Lennart Ochel 
| Date:   Wed Nov 7 13:18:02 2018 +0100
| 
|     * OMSimulator 1443a2e...f7bcf12 (1):
|       > Remove oms3_updateConnection from header file
| 
| M	OMSimulator
| 
* commit 39eb3270beddfba5dc7fbc131ea75c7e4aa7a9d1
| Author: Willi 
| Date:   Wed Nov 7 12:41:35 2018 +0100
| 
|     * OMCompiler 0e4d8ee...023c904 (1):
|       > add RSUB dump to ExpressionDump
| 
| M	OMCompiler
| 
* commit 5beba6c2093cce6a0e457d8cd33cf6946fd42522
| Author: Robert Braun 
| Date:   Wed Nov 7 12:25:34 2018 +0100
| 
|     * OMSimulator 8c2bf94...1443a2e (2):
|       > Updating OMTLMSimulator
|       > Make TLM simulation thread-safe
| 
| M	OMSimulator
| 
* commit 8af3c6c6b1c805ff270445217cf4b50d638811a4
| Author: Adeel Asghar 
| Date:   Tue Nov 6 22:41:40 2018 +0100
| 
|     * OMEdit 1185761...4c9b181 (1):
|       > set text for few commands
| 
| M	OMEdit
| 
* commit b1f66874c6062a2e2b1c3f8ac4f9676ca563812d
| Author: Lennart Ochel 
| Date:   Tue Nov 6 21:14:57 2018 +0100
| 
|     * OMSimulator feb7a16...8c2bf94 (2):
|       > Implement oms3_cancelSimulation_asynchronous
|       > Implement oms3_simulate_asynchronous
| 
| M	OMSimulator
| 
* commit a3e7bd997ddb39d8a1148d83c4d30d12925ea468
| Author: hudson 
| Date:   Tue Nov 6 20:36:30 2018 +0100
| 
|     Updating submodules
|     * OMEdit 41d9433...1185761 (1):
|       > Use `oms3_setConnectionGeometry` instead of `oms3_updateConnection` Edit the TLM connection using `oms3_setTLMConnectionParameters`
|     
|     * OMSimulator 099bb5a...feb7a16 (1):
|       > Split up updateConnection
| 
| M	OMEdit
| M	OMSimulator
| 
* commit db6ab06783ed20e2ed79a699b0eedd862b20a70e
| Author: Robert Braun 
| Date:   Tue Nov 6 17:21:26 2018 +0100
| 
|     * OMSimulator 973f60a...099bb5a (7):
|       > Updating testsuite
|       > Updating OMTLMSimulator
|       > Use correct start time for TLM submodels
|       > Delete TLM master thread pointer
|       > Separate threads for disconnectFromSockets
|       > Check model state in SystemTLM::setSocketData
|       > TLM simulation functionality for oms3
| 
| M	OMSimulator
| 
* commit 8358bc4946e78efc5c3bbbcf69ab85f6e1895e3a
| Author: Adeel Asghar 
| Date:   Tue Nov 6 16:32:23 2018 +0100
| 
|     * OMEdit 7493133...41d9433 (2):
|       > Fix a typo
|       > Use --suppressPath flag
| 
| M	OMEdit
| 
* commit 84466457c0fde0426c1932036e12a602a1f7ade9
| Author: Lennart Ochel 
| Date:   Tue Nov 6 14:27:43 2018 +0100
| 
|     * OMSimulator 5b4ab62...973f60a (2):
|       > Updating testsuite
|       > Suppress path properly
| 
| M	OMSimulator
| 
* commit fdc3a14458092b8ef5bbd13a4a11c54a76a036ef
| Author: Lennart Ochel 
| Date:   Tue Nov 6 13:26:20 2018 +0100
| 
|     * OMSimulator f641838...5b4ab62 (4):
|       > Updating testsuite
|       > Fix ssd import of system connectors
|       > Move ssd::ConnectionGeometry to namespace oms3
|       > Fix ssd export of system connectors
| 
| M	OMSimulator
| 
* commit 7f5f228ce3773a3b7e01ecd92b15541bb65f5d15
| Author: Per Östlund 
| Date:   Tue Nov 6 12:42:07 2018 +0100
| 
|     * OMCompiler c54cb4b...0e4d8ee (1):
|       > [NF] Remove bad NFCeval optimization.
| 
| M	OMCompiler
| 
* commit cf21e86a40e00d3cb9392e0b66267e42b08670f8
| Author: Lennart Ochel 
| Date:   Tue Nov 6 11:43:48 2018 +0100
| 
|     * OMSimulator de9c976...f641838 (1):
|       > Updating testsuite
| 
| M	OMSimulator
| 
* commit ff8e809c0f6d4ec59e30a327c1f3e79b60186560
| Author: Lennart Ochel 
| Date:   Tue Nov 6 10:55:40 2018 +0100
| 
|     * OMSimulator efc723a...de9c976 (1):
|       > Fix oms3_setFixedStepSize
| 
| M	OMSimulator
| 
* commit d90e47959be8ecce27c42a84c3ff5da50be733c3
| Author: Lennart Ochel 
| Date:   Tue Nov 6 10:05:15 2018 +0100
| 
|     * OMSimulator 02b95a7...efc723a (2):
|       > Add oms3_getModelState to API
|       > Add lua bindings for get/set Integer/Boolean
| 
| M	OMSimulator
| 
* commit 17adca05ad7b9b36badfdd38a57036fcd5f682b6
| Author: Adrian Pop 
| Date:   Tue Nov 6 03:16:42 2018 +0100
| 
|     * OMCompiler 804c58e...c54cb4b (1):
|       > support cycles in anyString (ticket:5205)
| 
| M	OMCompiler
| 
* commit ade4e7b00d02d17d75ee7e303abfc2cb535937bb
| Author: Adeel Asghar 
| Date:   Tue Nov 6 00:22:05 2018 +0100
| 
|     * OMEdit ba17bb1...7493133 (1):
|       > Fix Qt4 compilation
| 
| M	OMEdit
| 
* commit e425825886b9cf647a89cfd7b3ae2baf15d3ae97
| Author: Rebeka Farkas 
| Date:   Mon Nov 5 23:14:19 2018 +0100
| 
|     * OMSimulator 7a2e426...02b95a7 (1):
|       > Extend OMSimulator to handle integer connections
| 
| M	OMSimulator
| 
* commit 9e3f30b7ae9d35b271200d7790efb1b4568178e3
| Author: Anatoly Trosinenko 
| Date:   Mon Nov 5 18:36:44 2018 +0100
| 
|     * OMEdit b1cb26e...ba17bb1 (1):
|       > Print a warning when no platforms are specified when generating an FMU
| 
| M	OMEdit
| 
* commit 7c8b286f2d60be6512bb79a936b2ede1da07a7fe
| Author: Per Östlund 
| Date:   Mon Nov 5 17:46:54 2018 +0100
| 
|     * OMCompiler 6da90a0...804c58e (1):
|       > [NF] Fix inStream/actualStream on arrays.
| 
| M	OMCompiler
| 
* commit 59cff684bd7f4171723afac72d05f781725f15ef
| Author: Lennart Ochel 
| Date:   Mon Nov 5 17:29:37 2018 +0100
| 
|     * OMSimulator d8c229f...7a2e426 (1):
|       > Fix bug for qualified fmu variable names
| 
| M	OMSimulator
| 
* commit a6311dd1cd648c551f8591a41bf9b2fa0eee7916
| Author: Adeel Asghar 
| Date:   Mon Nov 5 16:17:46 2018 +0100
| 
|     * OMEdit b23d97a...b1cb26e (32):
|       > Only show input/output connectors on the view Fixed few minor bugs
|       > Allow connections directly from the connectors
|       > Handle the connection if FMU port contains dot
|       > Allow creating TLM connection between TLM buses
|       > TLM buses and connectors
|       > Edit bus connection
|       > Add/Load the co-simulation FMUs
|       > Restrict sub systems creation based on the current system type.
|       > Bus connection dialog
|       > Use `GraphicsView::roundPoint` instead of `GraphicsView::snapPointToGrid` for OMS connections
|       > Update the component instance when connector/bus is added/updated
|       > Allow editing a bus connectors Re-implement redo function only in UndoCommand and use redoInternal in all child commands
|       > Export SSP instead of SSD
|       > Don't push the failed commands to UndoStack
|       > Atomic connections omscommunication.log file for OMSimulator called APIs
|       > Set the logging callback after settings
|       > Set the TLM bus geometry Added new OMSimulator tags for syntax highlighting
|       > Implemented AddTLMBusDialog Add and load the TLM bus
|       > Add bus to the system Green icon for the bus
|       > Use oms3_import to load a model Built-in icons for the connectors Draw the systems and connectors in the ModelWidget
|       > Add connectors to the system
|       > Removed New FMI model menu item.
|       > Enable/disable toolbar buttons based on the active view
|       > Updated add/edit/delete icon commands to support system Use oms3_setElementGeomtry
|       > Use oms3_export for saving a model
|       > Add systems and sub systems Icon view for systems with shapes Use oms3_getElements
|       > Create a new model with a root system
|       > Update to new oms3_element_type_enu_t Fixed usage of oms3_addSystem
|       > Added oms3_getElement
|       > Add system dialog
|       > Create/delete model
|       > Allow adding connectors to the system Don't draw ModelWidget for signals Added an interface for creating buses
| 
| M	OMEdit
| 
* commit 751b9c8e2a4742934f64a71fbe95a92ce56a361a
| Author: Per Östlund 
| Date:   Mon Nov 5 15:36:20 2018 +0100
| 
|     * OMCompiler 2726ae4...6da90a0 (1):
|       > [NF] Generate fold expression for reductions.
| 
| M	OMCompiler
| 
* commit fa93dce072fcc890da733dbe9cdca599c480e697
| Author: Per Östlund 
| Date:   Mon Nov 5 13:30:38 2018 +0100
| 
|     * OMCompiler fbe0a66...2726ae4 (1):
|       > [NF] Improve Expression.recordElement.
| 
| M	OMCompiler
| 
* commit 907c07936454d5aab3fa55b27ae357fbfae21a2f
| Author: Lennart Ochel 
| Date:   Mon Nov 5 12:22:55 2018 +0100
| 
|     * OMSimulator 84c473f...d8c229f (3):
|       > Updating testsuite
|       > Check if model/system/component/connector already exists in the scope
|       > Implement oms3_delete for connectors, systems, and components
| 
| M	OMSimulator
| 
* commit 03203fba6d8e3e5cb7072ee31f1036c6d7b792e8
| Author: Per Östlund 
| Date:   Mon Nov 5 11:44:00 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c6038ff...fbe0a66 (1):
|       > [NF] Initial support for functional arguments.
|     
|     * testsuite 88e51f6...ba472c6 (1):
|       > [NF] Add functional argument tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit aec8286473933123e84f7c15c6070f1e8f0a071b
| Author: Lennart Ochel 
| Date:   Mon Nov 5 10:55:28 2018 +0100
| 
|     * OMSimulator c6b5bc1...84c473f (1):
|       > Simplify oms3::System::getConnection
| 
| M	OMSimulator
| 
* commit 48f9af02451359e901167a9c3d4bf4e824e08753
| Author: hudson 
| Date:   Sun Nov 4 19:23:39 2018 +0100
| 
|     * libraries 5ad7cf7...da0073c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c20827483d2368f8199725078233308d878e602b
| Author: hkiel 
| Date:   Sun Nov 4 12:19:04 2018 +0100
| 
|     * OMCompiler dd78c08...c6038ff (1):
|       > fix creation of zip file use dominant_baseline instead of alignment_baseline to circumvent SVG display flaw in Firefox
| 
| M	OMCompiler
| 
* commit 6172662a3f39803b028aaa0a63ae121c95597202
| Author: Lennart Ochel 
| Date:   Sat Nov 3 13:52:16 2018 +0100
| 
|     * OMSimulator 5dde806...c6b5bc1 (3):
|       > Fix oms3::System::getComponent
|       > Add error message: Bus connectors cannot be added to components
|       > Fix oms3_setElementGeometry for components
| 
| M	OMSimulator
| 
* commit 1f371d32c86751a236eb6c29951d289374358c82
| Author: Martin Sjölund 
| Date:   Sat Nov 3 12:14:41 2018 +0100
| 
|     * testsuite ec5dfe9...88e51f6 (1):
|       > [fmuChecker] Fix version number
| 
| M	testsuite
| 
* commit c6488e5237dc93b54bb9be4eecd118c8bb832502
| Author: Martin Sjölund 
| Date:   Fri Nov 2 19:27:49 2018 +0100
| 
|     [Jenkins] Get gid of file instead of group
|     
|     /var/run/docker.sock may not be owned by the docker group in this docker
|     image due to the gid on the host being different. So instead, get the
|     gid by using stat on the file and add those permissions in the inside
|     image.
| 
| M	Jenkinsfile
| 
* commit df7ca86fe073c0038936ec81ae1699612a54b63f
| Author: hkiel 
| Date:   Fri Nov 2 19:14:33 2018 +0100
| 
|     * OMCompiler 08c3710...dd78c08 (1):
|       > archive Icons as well clean working dir before creating docs
| 
| M	OMCompiler
| 
* commit 35537382626c7043cec0d3790e1ed977ff90016f
| Author: Martin Sjölund 
| Date:   Mon Oct 29 11:23:51 2018 +0100
| 
|     [Jenkins] Fix config.status build directories
|     
|     When building on different nodes, we need to patch the config.status or
|     wrong paths will be used.
| 
| M	Jenkinsfile
| 
* commit 1d5d171d31705b9902af92c509eb8fafed67cf87
| Author: Adrian Pop 
| Date:   Fri Nov 2 17:57:40 2018 +0100
| 
|     * OMCompiler 06d58cd...08c3710 (1):
|       > copy values of fmi2CallbackFunctions in fmi2Instantiate - copy fmi2CallbackFunctions* functions in fmi2Instantate as it could be freed by the caller environment after the call
| 
| M	OMCompiler
| 
* commit 7024dc8d758137077387de9d7ff55958ad2dfef7
| Author: Adeel Asghar 
| Date:   Fri Nov 2 13:07:53 2018 +0100
| 
|     * OMSimulator 524b3c8...5dde806 (2):
|       > Updating testsuite
|       > Added `oms3_deleteConnectorFromTLMBus` Lua bindings for `oms3_deleteConnectorFromBus` and `oms3_deleteConnectorFromTLMBus` Improved some error messages
| 
| M	OMSimulator
| 
* commit e57abfc6f46248723393334f3582ec246a95d2e9
| Author: Lennart Ochel 
| Date:   Fri Nov 2 11:44:57 2018 +0100
| 
|     * OMSimulator bbf534b...524b3c8 (3):
|       > Updating testsuite
|       > Write integer and boolean signals to result file
|       > Implement set/getInteger and set/getBoolean
| 
| M	OMSimulator
| 
* commit adc1e22a8a650218c1c4e807d325075f844fa3a6
| Author: Lennart Ochel 
| Date:   Fri Nov 2 00:24:26 2018 +0100
| 
|     * OMSimulator 375887c...bbf534b (3):
|       > Updating testsuite
|       > Initialize time
|       > Make oms3_addConnection associative
| 
| M	OMSimulator
| 
* commit 84efc1e83c62ff09825f1f8fb02be47b1f2b2480
| Author: hudson 
| Date:   Thu Nov 1 19:24:14 2018 +0100
| 
|     * libraries c03e3c4...5ad7cf7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bd6ae4831172d327906805b2825e957ef9bb49a7
| Author: Robert Braun 
| Date:   Thu Nov 1 17:29:00 2018 +0100
| 
|     * OMSimulator d749db6...375887c (1):
|       > Added TLMBusConnector connectors to C API
| 
| M	OMSimulator
| 
* commit 7b4f87258273a40b3d528c7e7acf3c7a77065ff9
| Author: Martin Sjölund 
| Date:   Thu Nov 1 16:23:28 2018 +0100
| 
|     * libraries 3919e3d...c03e3c4 (1):
|       > Add Buildings v5.1.0
| 
| M	libraries
| 
* commit f88bdfc40a9402a6e100fe669fb8945c5fae0be3
| Author: Adeel Asghar 
| Date:   Thu Nov 1 15:26:10 2018 +0100
| 
|     * OMSimulator f761573...d749db6 (1):
|       > Fixed `oms3_getTLMBus`
| 
| M	OMSimulator
| 
* commit c6ec0b90cac083dfa415e89cecf025e870a8ea97
| Author: Lennart Ochel 
| Date:   Thu Nov 1 14:26:41 2018 +0100
| 
|     * OMSimulator 8543b9c...f761573 (3):
|       > Flip causality checks for connectors
|       > Write connector values to result file
|       > Fix dependency graphs for connectors
| 
| M	OMSimulator
| 
* commit fd01413df38fee93400f11c8ca478ef816a357d8
| Author: Per Östlund 
| Date:   Thu Nov 1 09:20:10 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c77f81e...06d58cd (1):
|       > [NF] Implement -d=evaluateAllParameters.
|     
|     * testsuite fb27486...ec5dfe9 (1):
|       > [NF] Add -d=evaluateAllParameters test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 207ae89784663ae775352163369d0a7318322082
| Author: Adrian Pop 
| Date:   Thu Nov 1 04:10:48 2018 +0100
| 
|     * OMSimulator fe0ee89...8543b9c (1):
|       > build OMRegEx before running cmake
| 
| M	OMSimulator
| 
* commit 9cba7318a4d21e2d698accc6b1a95dda9d1fc21e
| Author: hudson 
| Date:   Wed Oct 31 19:27:41 2018 +0100
| 
|     * libraries 261f8ef...3919e3d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ffb1985d914b60cda4d2acb7b6c2ff57674bb9f7
| Author: Adrian Pop 
| Date:   Wed Oct 31 17:53:54 2018 +0100
| 
|     * OMSimulator 976b0e1...fe0ee89 (2):
|       > Updating OMTLMSimulator
|       > faster config and static link on mingw
| 
| M	OMSimulator
| 
* commit 7e539239201ee49a86e01f59ba2129ac4fac7157
| Author: hkiel 
| Date:   Wed Oct 31 15:34:21 2018 +0100
| 
|     * OMCompiler d129e47...c77f81e (1):
|       > small fix for GenerateDoc.mos
| 
| M	OMCompiler
| 
* commit 0c7d2c41f16f864b47bdf32a0560fec7eee7e712
| Author: Per Östlund 
| Date:   Wed Oct 31 15:13:12 2018 +0100
| 
|     * OMCompiler e073cfc...d129e47 (1):
|       > [NF] Various fixes.
| 
| M	OMCompiler
| 
* commit 34d332e4943ba0a854f79db6ece208da78c51e5c
| Author: Lennart Ochel 
| Date:   Wed Oct 31 14:56:47 2018 +0100
| 
|     * OMSimulator 66c6ce7...976b0e1 (4):
|       > Updating testsuite
|       > Fix oms3_getReal/oms3_setReal
|       > Fix initialization of WC systems
|       > Implement more lua bindings
| 
| M	OMSimulator
| 
* commit 0236d1c30c01ab121b0226e6a4fc4d96981baa6c
| Author: Per Östlund 
| Date:   Wed Oct 31 12:39:47 2018 +0100
| 
|     * OMCompiler d39b07b...e073cfc (1):
|       > [NF] Fixes for Modelica tables.
| 
| M	OMCompiler
| 
* commit 9d8443a25bf61d3c76f93defc422a1eda1f5e0ab
| Author: Per Östlund 
| Date:   Wed Oct 31 10:16:48 2018 +0100
| 
|     * OMCompiler 9a92511...d39b07b (1):
|       > [NF] Optimize cref evaluation.
| 
| M	OMCompiler
| 
* commit 74e3e1c2d8e0ea8b5786367cf161e885a1adf44c
| Author: Per Östlund 
| Date:   Wed Oct 31 09:27:57 2018 +0100
| 
|     * OMCompiler 7e237d3...9a92511 (1):
|       > [NF] Optimize evaluation of for loops.
| 
| M	OMCompiler
| 
* commit 3f1083a1450ef1aa20dcf31664b23e90536bc268
| Author: hudson 
| Date:   Tue Oct 30 19:23:04 2018 +0100
| 
|     * libraries 618b19a...261f8ef (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b05882be74c5542bb28f1f10db67eecb0f6f8a99
| Author: hkiel 
| Date:   Tue Oct 30 16:26:13 2018 +0100
| 
|     * OMCompiler ad7bdaf...7e237d3 (1):
|       > fix GenerateDoc.mos
| 
| M	OMCompiler
| 
* commit 1e66ac011380355f8f1d32d07e11f4eb9d2f962d
| Author: Lennart Ochel 
| Date:   Tue Oct 30 14:39:08 2018 +0100
| 
|     * OMSimulator f1c816a...66c6ce7 (3):
|       > Updating testsuite
|       > Implement tables with linear interpolation
|       > Implement result files
| 
| M	OMSimulator
| 
* commit 0846fea987e6151df1af5c68e0501ffd3379db2e
| Author: Adeel Asghar 
| Date:   Tue Oct 30 11:35:38 2018 +0100
| 
|     * OMSimulator e93b458...f1c816a (1):
|       > Use the error message from logging
| 
| M	OMSimulator
| 
* commit 3da29700981b5bfb9536be284903a3fd2b8b26f9
| Author: hudson 
| Date:   Tue Oct 30 02:13:38 2018 +0100
| 
|     * libraries 5a0408f...618b19a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bd5eadcc09b22f1a22e5eda40a603b977438fb16
| Author: Per Östlund 
| Date:   Tue Oct 30 01:04:13 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ff431bd...ad7bdaf (1):
|       > [NF] Improve handling of Evaluate=true.
|     
|     * testsuite d5b4c5d...fb27486 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7c8c6406a2f9e57a3ba99f8e4d8753a03ab2eae9
| Author: hkiel 
| Date:   Mon Oct 29 14:46:47 2018 +0100
| 
|     * OMCompiler 898f94d...ff431bd (1):
|       > try to fix some "Argument list too long" errors
| 
| M	OMCompiler
| 
* commit 203dd31bc3fa7b3d049aa22d7d3fb7d84c17a122
| Author: Lennart Ochel 
| Date:   Mon Oct 29 14:30:31 2018 +0100
| 
|     * OMSimulator 82752bf...e93b458 (1):
|       > Add addInput API to OMSysIdent.py
| 
| M	OMSimulator
| 
* commit 6ca404fc881c97bfc79b2ab46dd2dd1eab827f1e
| Author: Adeel Asghar 
| Date:   Mon Oct 29 13:33:18 2018 +0100
| 
|     * OMSimulator 4d2b77b...82752bf (2):
|       > Updating testsuite
|       > Added oms3_deleteConnection API
| 
| M	OMSimulator
| 
* commit 3c52b4e124af8ca0682beea2a60dfec9e6cad488
| Author: Adeel Asghar 
| Date:   Mon Oct 29 12:05:11 2018 +0100
| 
|     * OMSimulator 4898824...4d2b77b (2):
|       > Updating testsuite
|       > Import bus connections
| 
| M	OMSimulator
| 
* commit cb5f9829994be770d26012d403e509d3364d9783
| Author: Per Östlund 
| Date:   Mon Oct 29 11:30:57 2018 +0100
| 
|     * OMCompiler ad14159...898f94d (1):
|       > [NF] Simplify trivial array constructors.
| 
| M	OMCompiler
| 
* commit 9088a466d5fa7aabbcd12efb7c007b590282a14f
| Author: hudson 
| Date:   Mon Oct 29 10:26:34 2018 +0100
| 
|     Updating submodules
|     * OMPlot 8dd29ae...084b9e4 (1):
|       > Set permissions of installed headers
|     
|     * OMSimulator 3595fe6...4898824 (1):
|       > Simulation functionality TLM systems
| 
| M	OMPlot
| M	OMSimulator
| 
* commit 70aa34e515308e0e2d9461f3a9d81984ef30807f
| Author: Lennart Ochel 
| Date:   Mon Oct 29 09:50:20 2018 +0100
| 
|     * OMSimulator 2d7961f...3595fe6 (2):
|       > Updating testsuite
|       > Implement stepUntil for FMU-CS
| 
| M	OMSimulator
| 
* commit 5961b62a502ad3933081a9827834a6d75a6dac13
| Author: Adrian Pop 
| Date:   Sun Oct 28 19:40:57 2018 +0100
| 
|     * OMCompiler 3fd3624...ad14159 (1):
|       > better explain where to change directory
| 
| M	OMCompiler
| 
* commit a9280e2a0c0480c61b293cc4f61c401104a74938
| Author: hkiel 
| Date:   Sun Oct 28 18:52:26 2018 +0100
| 
|     * OMCompiler 6571fe8...3fd3624 (1):
|       > make subdirs for hashed SVGs optional
| 
| M	OMCompiler
| 
* commit f9892399a19f6f049961780ab86ff39655691bca
| Author: Martin Sjölund 
| Date:   Sun Oct 28 18:16:27 2018 +0100
| 
|     * OMCompiler a588c55...6571fe8 (1):
|       > Upgrade libgc to 8.0 release
| 
| M	OMCompiler
| 
* commit 5d7fc6fbc8b1a2a54a07302d68517c0bc039d499
| Author: Rüdiger Franke 
| Date:   Sun Oct 28 17:50:31 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 01a2928...a588c55 (1):
|       > Generalize FOR_EQUATION in backend from left=right to any equation
|     
|     * testsuite 54551a3...d5b4c5d (1):
|       > Expected result
| 
| M	OMCompiler
| M	testsuite
| 
* commit 13d99b6edbb6fd714db8037426aa5d190b9e5245
| Author: Martin Sjölund 
| Date:   Sun Oct 28 17:29:18 2018 +0100
| 
|     * testsuite 55185a1...54551a3 (1):
|       > Ignore GC warnings in rtest
| 
| M	testsuite
| 
* commit df6716740fd1e021bbfd596d35703ba7f078a653
| Author: Lennart Ochel 
| Date:   Sat Oct 27 23:44:02 2018 +0200
| 
|     * OMSimulator a9e0b8f...2d7961f (4):
|       > Updating testsuite
|       > Check for type real
|       > Check model state when calling getReal/setReal
|       > Implement oms3_setReal/oms3_getReal
| 
| M	OMSimulator
| 
* commit 0160e5f635aa448bf1228daff3d309467db5e034
| Author: Rüdiger Franke 
| Date:   Sat Oct 27 16:11:55 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8a234f0...01a2928 (2):
|       > Use crefToExp when creating backend DAE with arrays
|       > [NF] Convert equality of array type to DAE.ARRAY_EQUATION
|     
|     * testsuite 3f57500...55185a1 (1):
|       > Update test with more consistent treatment of array equations
| 
| M	OMCompiler
| M	testsuite
| 
* commit b00a24f6017b19c94d98a2e4266bae70278794b7
| Author: Lennart Ochel 
| Date:   Sat Oct 27 08:56:28 2018 +0200
| 
|     * OMSimulator 674594d...a9e0b8f (1):
|       > Fix bug in oms3::System::getConnection
| 
| M	OMSimulator
| 
* commit 82151a64efb3934af4a82d226bca18dbd3e961b6
| Author: hudson 
| Date:   Fri Oct 26 20:17:52 2018 +0200
| 
|     * libraries eb8d187...5a0408f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 433d8a5191e54e5ae6160d6b8c7d72bb4dc37b0a
| Author: Lennart Ochel 
| Date:   Fri Oct 26 16:35:59 2018 +0200
| 
|     * OMSimulator f169350...674594d (2):
|       > Updating testsuite
|       > Fix addConnection for bus connections
| 
| M	OMSimulator
| 
* commit f745d5534b1e43d0636639b5adf2c97e7c04cc47
| Author: Robert Braun 
| Date:   Fri Oct 26 11:00:30 2018 +0200
| 
|     * OMSimulator ce4bc84...f169350 (1):
|       > Implement SystemTLM::writeToSockets/readToSockets
| 
| M	OMSimulator
| 
* commit a8898bdb3ffc04586f4e9b7137e980cd3f79a154
| Author: Robert Braun 
| Date:   Thu Oct 25 16:31:17 2018 +0200
| 
|     * OMSimulator feb4af9...ce4bc84 (4):
|       > Implement oms3_setTLMInitialValues
|       > Implement initial values in SystemTLM
|       > Declarations of SystemWC::setReals and getReals
|       > Implement System:getTLMBusConnectors
| 
| M	OMSimulator
| 
* commit 6c996d8a8bf1d5e07307627ebb822113f8a08f10
| Author: Lennart Ochel 
| Date:   Thu Oct 25 15:31:29 2018 +0200
| 
|     * OMSimulator c275cd9...feb4af9 (1):
|       > Remove unused code
| 
| M	OMSimulator
| 
* commit 1409cb8c878d594e1274b96d0cb0e14812c7a185
| Author: Per Östlund 
| Date:   Thu Oct 25 14:49:01 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7a86b4c...8a234f0 (1):
|       > [NF] Allow invalid bindings on deleted components.
|     
|     * testsuite 993f292...3f57500 (1):
|       > [NF] Add conditional component binding tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6c2839d0c0aae53cc7ec403e172fc6c4916ff775
| Author: Lennart Ochel 
| Date:   Thu Oct 25 14:21:06 2018 +0200
| 
|     * OMSimulator 9c802ab...c275cd9 (2):
|       > Updating testsuite
|       > Fix SSP import/export of lookup tables
| 
| M	OMSimulator
| 
* commit e1572cde2bf2c76bfb0c0a0bea1d73ae7892d3a9
| Author: Willi Braun 
| Date:   Thu Oct 25 13:43:45 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f73af46...7a86b4c (1):
|       > [daeMode] fix decision when use pure algebraic solver
|     
|     * testsuite aadf3f3...993f292 (1):
|       > added testcase for ticket:5185
| 
| M	OMCompiler
| M	testsuite
| 
* commit f5443244f00d9a288ef8a3b84269837131c18f96
| Author: Lennart Ochel 
| Date:   Thu Oct 25 12:48:53 2018 +0200
| 
|     * OMSimulator f46b9bb...9c802ab (2):
|       > Updating testsuite
|       > Add support for tables
| 
| M	OMSimulator
| 
* commit 88b425c37d585673ca9c438b06481b3fd835bff5
| Author: hkiel 
| Date:   Thu Oct 25 09:52:59 2018 +0200
| 
|     * OMCompiler 743eec1...f73af46 (1):
|       > fix link to svg
| 
| M	OMCompiler
| 
* commit d5ce07ae8fac8726a6da1c4e6d48a378c61b6933
| Author: Robert Braun 
| Date:   Thu Oct 25 09:04:15 2018 +0200
| 
|     * OMSimulator bac5ed7...f46b9bb (4):
|       > Implement connection to sockets in SystemTLM
|       > SystemWC::getTime, getStepSize and setStepSize
|       > Implement System:getTLMBusConnectors
|       > Implement delay in TLMBusConnector
| 
| M	OMSimulator
| 
* commit 6c41987b3bc6188c181c0ac6239a3b35f4e8f242
| Author: hudson 
| Date:   Wed Oct 24 23:39:12 2018 +0200
| 
|     * libraries afa3882...eb8d187 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 53195803732953b63e48437634bff384e3931e94
| Author: Rüdiger Franke 
| Date:   Wed Oct 24 22:52:51 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a08ef7b...743eec1 (2):
|       > Add equation size to vectorized equalities and for loops
|       > [NF] Skip empty array variables and equations
|     
|     * testsuite aa010e9...aadf3f3 (1):
|       > Expected result for size of for-equations
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4dffaad694399234766def65fcf511b0913b94cd
| Author: hudson 
| Date:   Wed Oct 24 19:23:38 2018 +0200
| 
|     * libraries 182256d...afa3882 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b38f39158f6162d6b41c4ffa700fc0ce68246a0d
| Author: Lennart Ochel 
| Date:   Wed Oct 24 16:13:50 2018 +0200
| 
|     * OMSimulator aa8b39b...bac5ed7 (2):
|       > Updating testsuite
|       > Fix bug in System::importFromSSD
| 
| M	OMSimulator
| 
* commit dd69882948e544f7a940cb8e33b63943d33986c4
| Author: Adeel Asghar 
| Date:   Wed Oct 24 15:10:11 2018 +0200
| 
|     * OMSimulator c6024eb...aa8b39b (1):
|       > Added oms3_getComponentType API
| 
| M	OMSimulator
| 
* commit 1e0d4c6f0e388ca5c5f5fd2ed5d84c279984ba64
| Author: Lennart Ochel 
| Date:   Wed Oct 24 14:04:37 2018 +0200
| 
|     * OMSimulator f375004...c6024eb (1):
|       > Fix connectors of FMUs
| 
| M	OMSimulator
| 
* commit 3f1f97125369e3638fffdfabd6ad1220ab723ed4
| Author: Per Östlund 
| Date:   Wed Oct 24 13:24:40 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5e59184...a08ef7b (1):
|       > [NF] Fix typing of Clock constructors.
|     
|     * testsuite 56d43b7...aa010e9 (1):
|       > [NF] Add Clock constructor tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bc19d889f671998e359ff2428e81101eb196c077
| Author: Lennart Ochel 
| Date:   Wed Oct 24 12:24:36 2018 +0200
| 
|     * OMSimulator c6ef0ca...f375004 (1):
|       > Add simulation loop
| 
| M	OMSimulator
| 
* commit 2c0536b4ca524290a5a05090cba6d33ddd587552
| Author: Lennart Ochel 
| Date:   Wed Oct 24 10:38:24 2018 +0200
| 
|     * OMSimulator 0e8cb48...c6ef0ca (1):
|       > Harmonize some method names
| 
| M	OMSimulator
| 
* commit 93bc661b1e4bfc5d50ca1d9d99201b207777a822
| Author: Lennart Ochel 
| Date:   Wed Oct 24 09:50:59 2018 +0200
| 
|     * OMSimulator 239fcf9...0e8cb48 (1):
|       > Remove oms3::Variable::name
| 
| M	OMSimulator
| 
* commit 835e27d872a36adcc3d79bea2fb6132c3df34063
| Author: Lennart Ochel 
| Date:   Wed Oct 24 09:08:10 2018 +0200
| 
|     * OMSimulator 0331c67...239fcf9 (1):
|       > Fix dependency graphs
| 
| M	OMSimulator
| 
* commit 9b545c63ae39382ff7255c62fb91a64282195121
| Author: Lennart Ochel 
| Date:   Tue Oct 23 21:42:59 2018 +0200
| 
|     * OMSimulator ba546e7...0331c67 (1):
|       > Generate dependency graphs
| 
| M	OMSimulator
| 
* commit bbff213ab51b4677f50d5d6e878a850a604ac42a
| Author: Per Östlund 
| Date:   Tue Oct 23 18:34:47 2018 +0200
| 
|     * OMCompiler f66e5ac...5e59184 (1):
|       > [NF] Expand transpose during simplification.
| 
| M	OMCompiler
| 
* commit fe4be87c8a41314dc3a2176129239bec617aaeb0
| Author: hudson 
| Date:   Tue Oct 23 14:28:16 2018 +0200
| 
|     * libraries 7ab3706...182256d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ddbb967665e8c31271fed3813b60ea102f8404ae
| Author: Per Östlund 
| Date:   Tue Oct 23 12:41:44 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 13e5b32...f66e5ac (1):
|       > [NF] Disable expansion of function arguments.
|     
|     * testsuite b1694bc...56d43b7 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ec6b3b7acf07400ca1c08dfc2a921a0150459945
| Author: Lennart Ochel 
| Date:   Mon Oct 22 22:00:54 2018 +0200
| 
|     * OMSimulator 401b383...ba546e7 (1):
|       > Fix oms3_getElement for components
| 
| M	OMSimulator
| 
* commit c1c11a0d5fb2363e8d964350376f6aab21d18f97
| Author: hudson 
| Date:   Mon Oct 22 20:00:50 2018 +0200
| 
|     * libraries a04a507...7ab3706 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3e96c1f880880949d3f47a9aec5bfda766145594
| Author: Robert Braun 
| Date:   Mon Oct 22 17:00:55 2018 +0200
| 
|     * OMSimulator b0b67d7...401b383 (1):
|       > Implement SystemTLM::setPositionAndOrientation
| 
| M	OMSimulator
| 
* commit 9bde78e6f2456fcfe243ef6fed4755f94fcd1cd4
| Author: Lennart Ochel 
| Date:   Mon Oct 22 16:31:08 2018 +0200
| 
|     * OMSimulator d47a8ac...b0b67d7 (1):
|       > Fix initialization of oms3_element_t
| 
| M	OMSimulator
| 
* commit 6fcb121338041fae6d04e9428d922ece9c0d9b66
| Author: hudson 
| Date:   Mon Oct 22 15:12:37 2018 +0200
| 
|     * libraries 731484b...a04a507 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f3546be68fea72065af5cd596933d17062c1cd58
| Author: Adrian Pop 
| Date:   Mon Oct 22 13:37:30 2018 +0200
| 
|     * libraries 7f14c45...731484b (2):
|       > update PhotoVoltaics provides (fix typo, geez)
|       > update PhotoVoltaics provides (properly this time)
| 
| M	libraries
| 
* commit 42b8244d19ea680aafcad383ce54a07ead7ad45e
| Author: Adrian Pop 
| Date:   Mon Oct 22 12:28:11 2018 +0200
| 
|     * libraries bcbc063...7f14c45 (1):
|       > update PhotoVoltaics provides
| 
| M	libraries
| 
* commit cb290ceb992e8a9a36a7d6afd102275ebed932c0
| Author: Robert Braun 
| Date:   Mon Oct 22 12:00:55 2018 +0200
| 
|     * OMSimulator cc040ff...d47a8ac (1):
|       > Implement TLMBusConnector::registerToSockets
| 
| M	OMSimulator
| 
* commit ef643a3af7ec1cba929f688ec0e1d127a187656f
| Author: Rüdiger Franke 
| Date:   Sat Oct 20 20:06:21 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 58cae62...13e5b32 (2):
|       > Avoid conversion of of a = b to b = -(-a), ticket:5144
|       > Disable inlineArrayEqn in vectorized models
|     
|     * testsuite 13d784a...b1694bc (2):
|       > Expected result avoiding -(-a)
|       > Adapt test to improved treatment of vectorized models
| 
| M	OMCompiler
| M	testsuite
| 
* commit 07c83a04280f7ac4ae1d661badd69c40c0d2b469
| Author: wibraun 
| Date:   Fri Oct 19 15:28:39 2018 +0200
| 
|     * OMCompiler 75c4b3e...58cae62 (1):
|       > [cRuntime] add some jacobian statistics
| 
| M	OMCompiler
| 
* commit 1d80f86c6902fe5e0441b8143c044a25d8b5f21c
| Author: Robert Braun 
| Date:   Fri Oct 19 15:12:25 2018 +0200
| 
|     * OMSimulator 56fe862...cc040ff (3):
|       > Updating testsuite
|       > Correct connector types for 3D fine-grained buses
|       > Pre-simulation sorting of connectors in TLM buses
| 
| M	OMSimulator
| 
* commit bd32d28e9af0e3735d8289dc75717c830c6883cc
| Author: hudson 
| Date:   Fri Oct 19 14:08:05 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler be5254a...75c4b3e (1):
|       > [NF] Expand function call arguments.
|     
|     * testsuite 54b3544...13d784a (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 133d2c1241c9931d1705a3a6783eef1501c0856a
| Author: Lennart Ochel 
| Date:   Fri Oct 19 11:18:41 2018 +0200
| 
|     * OMSimulator 8f19fc7...56fe862 (1):
|       > Fix some bugs with connectors and connections
| 
| M	OMSimulator
| 
* commit b275023768abbe623852b8b6677ec840a2fa511e
| Author: Robert Braun 
| Date:   Fri Oct 19 10:08:04 2018 +0200
| 
|     * OMSimulator b895f22...8f19fc7 (3):
|       > Updating testsuite
|       > Import tlm socket data from SSD
|       > Implement oms3_setTLMSocketData
| 
| M	OMSimulator
| 
* commit 5ccbf83e9dbeaf4d160b6b800d3c640d4f4b2096
| Author: Adrian Pop 
| Date:   Thu Oct 18 16:58:15 2018 +0200
| 
|     * OMSimulator 367f85b...b895f22 (1):
|       > resolve ambiguity for boost =< 1.41
| 
| M	OMSimulator
| 
* commit 48b496ac1adc069a856736d366aa45e37008a68f
| Author: Lennart Ochel 
| Date:   Thu Oct 18 16:09:14 2018 +0200
| 
|     * OMSimulator ca7af6d...367f85b (2):
|       > Updating testsuite
|       > Implement instantiation of wc systems
| 
| M	OMSimulator
| 
* commit c20a895a20ae34499864c9c15b87a7f211efe8ef
| Author: wibraun 
| Date:   Thu Oct 18 15:27:05 2018 +0200
| 
|     * OMCompiler 88c0b81...be5254a (1):
|       > fix SimCodeDump, dump also bool variables
| 
| M	OMCompiler
| 
* commit eabe9f053e9105526725ac7a882719d486119222
| Author: Per Östlund 
| Date:   Thu Oct 18 14:48:18 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3753d6d...88c0b81 (1):
|       > [NF] Do more branch selection during flattening.
|     
|     * testsuite 4654c86...54b3544 (1):
|       > [NF] Add if-equation branch selection tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 98c7be3906136ea4b5e1791822f70d7cf24eadf9
| Author: Lennart Ochel 
| Date:   Thu Oct 18 11:15:31 2018 +0200
| 
|     * OMSimulator 86d29cc...ca7af6d (3):
|       > Updating testsuite
|       > Implement initialization for weakly coupled systems
|       > Add ssd:DefaultExperiment to ssd import/export
| 
| M	OMSimulator
| 
* commit 08705246136f1efe96924bdc9a902e14d7d3986e
| Author: Lennart Ochel 
| Date:   Thu Oct 18 10:18:07 2018 +0200
| 
|     * OMSimulator b9eae0b...86d29cc (2):
|       > Implement oms3_getFMUInfo
|       > Implement oms3_getSubModelPath
| 
| M	OMSimulator
| 
* commit 2debfc8a7fa29a9c9af2b06dfa4d13b5edd0cda4
| Author: hkiel 
| Date:   Thu Oct 18 07:55:37 2018 +0200
| 
|     * OMCompiler 18e3271...3753d6d (1):
|       > remove ulimit from call, it hangs the script
| 
| M	OMCompiler
| 
* commit 8fb71bdec1044d976fd90f6330304f39a2b15fe1
| Author: Per Östlund 
| Date:   Wed Oct 17 18:04:23 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e14b054...18e3271 (1):
|       > [NF] Split record crefs in binding equations.
|     
|     * testsuite 9f2d99a...4654c86 (1):
|       > [NF] Add record binding test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7e5728eb302749d5712d5378eb97ecc015ceb0b6
| Author: Adrian Pop 
| Date:   Wed Oct 17 17:18:19 2018 +0200
| 
|     * OMSimulator a95cef6...b9eae0b (1):
|       > fix linking issues for boost < 1.57 on Linux
| 
| M	OMSimulator
| 
* commit 914ffe33f3c56ad6293aab77338cdbcd81641ac5
| Author: Per Östlund 
| Date:   Wed Oct 17 13:05:26 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9595dac...e14b054 (1):
|       > [NF] Improve handling of if-equations.
|     
|     * testsuite 970357b...9f2d99a (1):
|       > [NF] Add if-equation test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit acfac97e1cc560a7e0a6398ada4eea3243b95e80
| Author: Adeel Asghar 
| Date:   Wed Oct 17 12:19:32 2018 +0200
| 
|     * OMSimulator b0f130a...a95cef6 (1):
|       > Implemented oms3_deleteConnectorFromBus
| 
| M	OMSimulator
| 
* commit fc29718f566c2a2ad2dd0b1664357c8047d5206b
| Author: Lennart Ochel 
| Date:   Wed Oct 17 11:42:40 2018 +0200
| 
|     * OMSimulator 8d77f24...b0f130a (1):
|       > Some refactoring of tlm implementation
| 
| M	OMSimulator
| 
* commit 9cd41ff148cc75b8e059fa0b7e271b7566e501c8
| Author: Willi Braun 
| Date:   Tue Oct 16 23:40:17 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ecd1fed...9595dac (1):
|       > [BE] replace zeroCrossings in jacobian matrices
|     
|     * testsuite f5699c9...970357b (2):
|       > update result file with expected results
|       > added test for ticket:4254
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3689ca29f54c731d755ffc1d343a2bc51dcddfa5
| Author: Willi Braun 
| Date:   Tue Oct 16 17:31:57 2018 +0200
| 
|     * OMCompiler fb2861e...ecd1fed (1):
|       > [cRuntime] fix total simulation time measurement
| 
| M	OMCompiler
| 
* commit 08fc263c6e8fc0fac13107fd2d6d402a7b9f5152
| Author: Lennart Ochel 
| Date:   Tue Oct 16 14:16:06 2018 +0200
| 
|     * OMSimulator d005ed6...8d77f24 (3):
|       > Updating testsuite
|       > Don't use qualified names for connectors
|       > Refactoring of importing ssd connectors
| 
| M	OMSimulator
| 
* commit 16b3265b0161454cb1716e0f3a559589e167ddf5
| Author: Lennart Ochel 
| Date:   Tue Oct 16 12:57:22 2018 +0200
| 
|     * OMSimulator a6e187a...d005ed6 (3):
|       > Updating testsuite
|       > Generate connectors for CS-FMUs
|       > Remove oms3::operator+
| 
| M	OMSimulator
| 
* commit 2c68cdb855ac1d53d246f5d16ebab6b52555e7e6
| Author: Robert Braun 
| Date:   Tue Oct 16 11:24:45 2018 +0200
| 
|     * OMSimulator 35684c7...a6e187a (1):
|       > TLMBusConnector::getCausality
| 
| M	OMSimulator
| 
* commit 7c95da3e516235beb910532d0b70cafc0d5817e5
| Author: hkiel 
| Date:   Mon Oct 15 16:05:53 2018 +0200
| 
|     * OMCompiler bf49d96...fb2861e (1):
|       > dump model name and start time in generate_icons.py for debugging purpose
| 
| M	OMCompiler
| 
* commit 0eb308c3d593077e6019b3a7a4a31da505598322
| Author: Per Östlund 
| Date:   Mon Oct 15 11:41:46 2018 +0200
| 
|     * OMCompiler ca41844...bf49d96 (1):
|       > Optimize EvaluateFunctions.getStatementLHSScalar
| 
| M	OMCompiler
| 
* commit c3f2ea882dce47dc13246b015190f96e816aa073
| Author: Rüdiger Franke 
| Date:   Sat Oct 13 15:20:50 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1619f73...ca41844 (2):
|       > [NF] Evaluate constants in for-equations as well
|       > Rename sub-methods for initialization from define... to init...
|     
|     * testsuite 1b3bb4d...f5699c9 (1):
|       > Expected result after evaluation of constants in for-equations
| 
| M	OMCompiler
| M	testsuite
| 
* commit 62710ba26daae102745c815888b610892a7ac665
| Author: hkiel 
| Date:   Sat Oct 13 10:30:17 2018 +0200
| 
|     * OMCompiler c303e6d...1619f73 (1):
|       > fix race condition on concurrent call
| 
| M	OMCompiler
| 
* commit 376e5101181f900d3637e6d91649bc647a59a908
| Author: Per Östlund 
| Date:   Fri Oct 12 14:53:17 2018 +0200
| 
|     * OMCompiler d996466...c303e6d (1):
|       > Optimize EvaluateFunctions.
| 
| M	OMCompiler
| 
* commit 221fc203d5783521ce469890e6b4cf5b597e915f
| Author: Rüdiger Franke 
| Date:   Fri Oct 12 13:57:38 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e645dd7...d996466 (1):
|       > Simplify treatment of trivial array equations cref=exp and exp=cref
|     
|     * testsuite b11ba59...1b3bb4d (1):
|       > Add test for vectorized blocks
| 
| M	OMCompiler
| M	testsuite
| 
* commit cc5b4a5dfa8e463101aa8284949949018ff2b85b
| Author: Robert Braun 
| Date:   Fri Oct 12 09:45:55 2018 +0200
| 
|     * OMSimulator aee1150...35684c7 (1):
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit 60d5ed0033264339c387a0665eb5c16b1b98d4ee
| Author: Robert Braun 
| Date:   Thu Oct 11 17:52:43 2018 +0200
| 
|     * OMSimulator c3c1e70...aee1150 (2):
|       > Updating testsuite
|       > Type check in (some) system methods
| 
| M	OMSimulator
| 
* commit 8f30e82ad68559fc0a7076cbd9684db6a683d442
| Author: Per Östlund 
| Date:   Thu Oct 11 14:49:16 2018 +0200
| 
|     * OMCompiler 2904807...e645dd7 (1):
|       > Add missing dgelsy to Lapack functions.
| 
| M	OMCompiler
| 
* commit dcd20bf872a20f3afa855123c6db692415c2ff6a
| Author: hudson 
| Date:   Thu Oct 11 14:33:44 2018 +0200
| 
|     Updating submodules
|     * OMEdit 3f512db...b23d97a (2):
|       > Fix OMEdit compilation
|       > Use italic font for parameter textbox in Variables Browser
|     
|     * OMSimulator 394deda...c3c1e70 (5):
|       > Updating 3rdParty
|       > Updating testsuite
|       > Updating 3rdParty
|       > Updating testsuite
|       > Add CS-FMU support to oms3 interface
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 588a93f4bb2680a81e061b1e5cd6aa0476001118
| Author: Rüdiger Franke 
| Date:   Thu Oct 11 12:46:29 2018 +0200
| 
|     * OMCompiler 095844b...2904807 (2):
|       > Remove separate memberVariableDefinePreVariables
|       > Separate init of StatArray from assign with operator=
| 
| M	OMCompiler
| 
* commit e1dc3dde3f19417052583a1c68bb30b9ae9d656c
| Author: hudson 
| Date:   Thu Oct 11 11:29:38 2018 +0200
| 
|     Updating OMCompiler
|     
|     095844b Updating 3rdParty
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler-3rdParty#32
| 
| M	OMCompiler
| 
* commit 548faf00ab5357afc5a7cb64f54b3f6eb9d82e29
| Author: hkiel 
| Date:   Thu Oct 11 10:39:53 2018 +0200
| 
|     * OMCompiler b7aefa7...a5a404e (1):
|       > close opened files again
| 
| M	OMCompiler
| 
* commit 57a220c6597bfbb6641f2b8ec04137d7e00ee417
| Author: Adeel Asghar 
| Date:   Wed Oct 10 21:49:35 2018 +0200
| 
|     * OMEdit 53e32ce...3f512db (1):
|       > Update the connection when component transformation is changed Avoid adding extra line to Modelica text Preserve the text position with undo/redo
| 
| M	OMEdit
| 
* commit 77abe288adffc903d91ac4868efdce5348c5355d
| Author: hudson 
| Date:   Wed Oct 10 19:23:55 2018 +0200
| 
|     * libraries bc38980...bcbc063 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c5569b139e6ab35d8aa72372cf00159735ca0abe
| Author: hkiel 
| Date:   Wed Oct 10 17:05:24 2018 +0200
| 
|     * OMCompiler 89692f5...b7aefa7 (1):
|       > Do not crash when Bitmap file is not found
| 
| M	OMCompiler
| 
* commit 9e5b78838f0f92ed7c6b1a64589488882f8cb38a
| Author: Per Östlund 
| Date:   Wed Oct 10 16:02:56 2018 +0200
| 
|     * OMCompiler 6506587...89692f5 (1):
|       > [NF] Fix Expression.applySubscriptArray.
| 
| M	OMCompiler
| 
* commit 16a9d1f06243194b3886c90c6369d7e74363a28b
| Author: Rüdiger Franke 
| Date:   Wed Oct 10 15:37:19 2018 +0200
| 
|     * OMCompiler bac7d12...6506587 (3):
|       > Detect enumeration type in arrays as well
|       > [NF] Keep vectors in connect equations
|       > [NF] Vectorize arrays of components, ticket:5144
| 
| M	OMCompiler
| 
* commit f42109294e8013c22744e4ef52670b7ebb605dd9
| Author: Per Östlund 
| Date:   Wed Oct 10 15:13:47 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 521d55e...bac7d12 (1):
|       > [NF] Improve typing of record field dimensions.
|     
|     * testsuite 1d6f8f5...b11ba59 (1):
|       > [NF] Add record binding test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 14c213939315813abc845ee3f93d797f1daad4eb
| Author: hkiel 
| Date:   Wed Oct 10 10:21:22 2018 +0200
| 
|     * OMCompiler 7961fdb...521d55e (1):
|       > generate hashed SVGs in subdirs
| 
| M	OMCompiler
| 
* commit b7793e766b866df22281632eb4dba83fee419d4f
| Author: Lennart Ochel 
| Date:   Tue Oct 9 21:21:21 2018 +0200
| 
|     * OMSimulator e3e8741...394deda (1):
|       > Update 3rdParty
| 
| M	OMSimulator
| 
* commit d34085936d0971c62996bea9a52139bd22f742ca
| Author: hudson 
| Date:   Tue Oct 9 18:20:01 2018 +0200
| 
|     Updating submodules
|     * OMSimulator 1b3d8fc...e3e8741 (3):
|       > Updating 3rdParty
|       > Add zlib
|       > Import the connection geometry
|     
|     * libraries bc72f9a...bc38980 (1):
|       > Bump libraries
| 
| M	OMSimulator
| M	libraries
| 
* commit bbd43c2412c06a9204883a2dc7ad85938b13dd6e
| Author: Per Östlund 
| Date:   Tue Oct 9 17:40:38 2018 +0200
| 
|     * OMCompiler 00d7528...7961fdb (1):
|       > [NF] Improve array assignment in EvalFunction.
| 
| M	OMCompiler
| 
* commit b054e7d11ff3ee42ff62826ef222f686b1ce2564
| Author: Per Östlund 
| Date:   Tue Oct 9 16:57:43 2018 +0200
| 
|     * OMCompiler 6127ec9...00d7528 (1):
|       > [NF] Fix typing of dimensions.
| 
| M	OMCompiler
| 
* commit 9aabe5436ffbd993527d7e2d3520895f5f227abf
| Author: Per Östlund 
| Date:   Tue Oct 9 15:39:34 2018 +0200
| 
|     * OMCompiler 0283b33...6127ec9 (1):
|       > [NF] Various improvements.
| 
| M	OMCompiler
| 
* commit ab4ba0b8fc0cdaa4ae65b74870d27cf488a1afd1
| Author: Per Östlund 
| Date:   Tue Oct 9 14:55:45 2018 +0200
| 
|     * OMCompiler c7d9e16...0283b33 (1):
|       > [NF] Improve DAE conversion of reductions.
| 
| M	OMCompiler
| 
* commit 212c8f683858beea21407ea1eed1b30c4e6033e8
| Author: Per Östlund 
| Date:   Tue Oct 9 13:10:53 2018 +0200
| 
|     * OMCompiler f34bf81...c7d9e16 (1):
|       > [NF] Fix Call.typeCall.
| 
| M	OMCompiler
| 
* commit ababf6cdbc591562d10e03dcaecc578d8a814829
| Author: Per Östlund 
| Date:   Mon Oct 8 16:33:02 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 63c9d14...f34bf81 (1):
|       > [NF] Improve handling of reductions.
|     
|     * testsuite 9f88584...1d6f8f5 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e512d097a7c770194678f3320429f91f448026a1
| Author: Robert Braun 
| Date:   Mon Oct 8 15:51:41 2018 +0200
| 
|     * OMSimulator a209389...1b3d8fc (1):
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit 52ae14c4c985b6c0df8484a248734ebe4a9a4c8e
| Author: Robert Braun 
| Date:   Mon Oct 8 14:51:39 2018 +0200
| 
|     * OMSimulator 13ae056...a209389 (2):
|       > Walltime support for TLM submodels
|       > Renamed TLM types for impedance variables
| 
| M	OMSimulator
| 
* commit 687249f7b71e155fc310d4ab30f96a2b7e80e0be
| Author: Robert Braun 
| Date:   Mon Oct 8 13:53:27 2018 +0200
| 
|     * OMSimulator 05bf73d...13ae056 (1):
|       > TLM connector types in documentation
| 
| M	OMSimulator
| 
* commit c194c41385287de06c779f0465244a46e1d7a48e
| Author: Lennart Ochel 
| Date:   Mon Oct 8 13:13:34 2018 +0200
| 
|     * OMSimulator 4a02a68...05bf73d (1):
|       > Add license badge
| 
| M	OMSimulator
| 
* commit afeb24408a94eef17e861a3f29b2d383c5983d6f
| Author: Per Östlund 
| Date:   Mon Oct 8 11:21:38 2018 +0200
| 
|     * OMCompiler 9b06327...63c9d14 (1):
|       > [NF] Make inStream evaluation properly recursive.
| 
| M	OMCompiler
| 
* commit 7b648f00c438352fbb79a56dbf5b47a6e1832697
| Author: Per Östlund 
| Date:   Mon Oct 8 11:02:51 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 09a79cb...9b06327 (1):
|       > [NF] Fix handling of Evaluate annotation.
|     
|     * testsuite 10a2b69...9f88584 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2843769d45bfd9dc5283c991ca9dfc007ef3f9a7
| Author: Lennart Ochel 
| Date:   Sun Oct 7 22:32:42 2018 +0200
| 
|     * OMSimulator 97e4e83...4a02a68 (1):
|       > Updating 3rdParty
| 
| M	OMSimulator
| 
* commit 00be99dff3f5a7903f651c5a4c75a76e6aef1374
| Author: hudson 
| Date:   Sun Oct 7 13:54:31 2018 +0200
| 
|     * libraries 3004fee...bc72f9a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 38c14715f9693946b51731ab361abb09b4607ec6
| Author: hkiel 
| Date:   Sun Oct 7 10:50:03 2018 +0200
| 
|     * OMCompiler 976a996...09a79cb (1):
|       > do not generate json with icon annotations
| 
| M	OMCompiler
| 
* commit 8d0ffd732ef6d32040cabe71355e399be6ede192
| Author: Rüdiger Franke 
| Date:   Sat Oct 6 19:00:21 2018 +0200
| 
|     * OMCompiler ec7f741...976a996 (1):
|       > Treat sample with clock constructor in array equations as well
| 
| M	OMCompiler
| 
* commit 47158b04e812479cc69ff2e4240f25c563036022
| Author: Rüdiger Franke 
| Date:   Sat Oct 6 07:16:34 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler dad3995...ec7f741 (2):
|       > Make inline integration for synchronous models work with arrays
|       > Change size of array equations to 1 if -nfScalarize
|     
|     * testsuite 069a611...10a2b69 (1):
|       > Adapt array tests to enhanced backend
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6b754723d55e832dc211c34de43d2517b444445d
| Author: Adeel Asghar 
| Date:   Fri Oct 5 23:20:09 2018 +0200
| 
|     * OMSimulator 8e5c6dc...97e4e83 (1):
|       > Implemented oms3_updateConnection
| 
| M	OMSimulator
| 
* commit c3a36a9c49c03c764e5708bbab89be8cb1bf5f8f
| Author: Per Östlund 
| Date:   Fri Oct 5 16:16:56 2018 +0200
| 
|     * OMCompiler d59074e...dad3995 (1):
|       > [NF] Use correct origin in Typing.typeCref.
| 
| M	OMCompiler
| 
* commit 6b69b2e3eefbd6b7befcb4a110576e8c19569e91
| Author: Robert Braun 
| Date:   Fri Oct 5 14:40:10 2018 +0200
| 
|     * OMSimulator b8cdf37...8e5c6dc (1):
|       > SSP definitions for TLM & buses in documentation
| 
| M	OMSimulator
| 
* commit 653df11d28c4109f544d4041f8778129251e3939
| Author: Adeel Asghar 
| Date:   Fri Oct 5 12:54:12 2018 +0200
| 
|     * OMSimulator 4def192...b8cdf37 (2):
|       > Updating testsuite
|       > Updated the OMSimulator specific tags
| 
| M	OMSimulator
| 
* commit 0db20057f127cdb06e26a06cdedf39f16e95a3ad
| Author: hkiel 
| Date:   Fri Oct 5 11:55:40 2018 +0200
| 
|     * OMCompiler 09d7769...d59074e (2):
|       > embed image data from URI into svg
|       > put base64 data into svg image
| 
| M	OMCompiler
| 
* commit e7c951cb54f827e98aee24cf4d4d103d5e6f2dde
| Author: Robert Braun 
| Date:   Fri Oct 5 11:07:27 2018 +0200
| 
|     * OMSimulator 5d5c25f...4def192 (2):
|       > Updating testsuite
|       > Renamed impedance and rotimpedance variables
| 
| M	OMSimulator
| 
* commit fec278beb56f91127548490d2d91a54b6b54560d
| Author: hudson 
| Date:   Thu Oct 4 22:52:04 2018 +0200
| 
|     * libraries 5842974...3004fee (2):
|       > Bump libraries
|       > update provided with more Buildings version
| 
| M	libraries
| 
* commit 98b0c37e8d8a21d07377f1a4e68e302baee5a018
| Author: Per Östlund 
| Date:   Thu Oct 4 19:19:30 2018 +0200
| 
|     * OMCompiler 2e84817...09d7769 (1):
|       > [NF] Add ceval handlers for Clock constructors.
| 
| M	OMCompiler
| 
* commit 05b07585f0889597e237277c88e78ba34a26e0fe
| Author: Adeel Asghar 
| Date:   Thu Oct 4 14:51:25 2018 +0200
| 
|     * OMEdit 1f1ae50...53e32ce (1):
|       > Fixes ticket:4956 Use end connector color in case of connection from expandable or array connector to normal connector.
| 
| M	OMEdit
| 
* commit ede50119733fb4b5d13338b023e2ef680f11d24d
| Author: Per Östlund 
| Date:   Thu Oct 4 14:07:23 2018 +0200
| 
|     * OMCompiler 7fd4fbc...2e84817 (1):
|       > [NF] Fix Ceval.evalComponentBinding with 'each'.
| 
| M	OMCompiler
| 
* commit ab316039cb2cec4f103bdc87c31e6f2c235c657a
| Author: Adeel Asghar 
| Date:   Thu Oct 4 13:48:50 2018 +0200
| 
|     * OMCompiler 3f4c043...7fd4fbc (1):
|       > Allow only the valid FMI versions. ticket:5146
| 
| M	OMCompiler
| 
* commit 7ceae10eda1f3098f8b7fec811eb8fde20e75b70
| Author: Rüdiger Franke 
| Date:   Thu Oct 4 12:35:56 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0641eaf...3f4c043 (5):
|       > Reactivate Cpp code generation for SimCode.SES_FOR_LOOP
|       > Convert BackendDAE.FOR_EQUATION to SimCode.SES_FOR_LOOP (simplified)
|       > Optionally strip loop subscript from clocked states
|       > Extend treatment of for-equations in backend
|       > Convert DAE.FOR_EQUATION to BackendDAE.FOR_EQUATION, ticket:5110
|     
|     * testsuite 99f57b4...069a611 (1):
|       > Add tests for array variables and for loops, ticket:5110
| 
| M	OMCompiler
| M	testsuite
| 
* commit c2bbf136f315d730197bec498ed95d1765466cf7
| Author: Rüdiger Franke 
| Date:   Thu Oct 4 10:03:24 2018 +0200
| 
|     * OMCompiler cc4c1bf...0641eaf (6):
|       > Generate FMI model structure without dependencies for array vars
|       > Treat variable index for array elements in FMI model description
|       > Roll out arrays for FMI model description and Cpp init XML files
|       > Treat array variables during Cpp code generation, ticket:5110
|       > Assume simple array equations solved and count scalars for ModelInfo
|       > Let simple array equations pass the backend, ticket:5110
| 
| M	OMCompiler
| 
* commit 5f4d7a90438fb51ad3d7a8d48f5721e55dea7835
| Author: Dietmar Winkler 
| Date:   Thu Oct 4 08:04:26 2018 +0200
| 
|     * OMCompiler 3638716...cc4c1bf (1):
|       > Make sed greedy since there are two links per line to fix
| 
| M	OMCompiler
| 
* commit 843236770f412154b80869739bc9a31a4e2f58a7
| Author: Adrian Pop 
| Date:   Thu Oct 4 01:59:32 2018 +0200
| 
|     * OMCompiler 5468d69...3638716 (1):
|       > [NF] don't try to evaluate external functions in the backend
| 
| M	OMCompiler
| 
* commit f0188ed28ade1415eb09bcfd55ce0e841c8579b3
| Author: Adeel Asghar 
| Date:   Wed Oct 3 15:59:59 2018 +0200
| 
|     * OMPlot 151c704...8dd29ae (1):
|       > Check for NULL pointers Avoids crashing Make sure to close the result file in case of error
| 
| M	OMPlot
| 
* commit 9041a4f22bbd1837bcba6816a7a922961c5e14c9
| Author: Per Östlund 
| Date:   Wed Oct 3 15:27:13 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6f85ead...5468d69 (1):
|       > [NF] Move general evaluation to separate phase.
|     
|     * testsuite 62c7358...99f57b4 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ed5580d15016e8ce1abb182c992742a13ffce2c3
| Author: Martin Sjölund 
| Date:   Wed Oct 3 14:11:05 2018 +0200
| 
|     [Jenkins] Build the user's guide
| 
| M	Jenkinsfile
| 
* commit 14d6dbdaf64b056874d5def122b483423738eaba
| Author: Martin Sjölund 
| Date:   Wed Oct 3 12:10:59 2018 +0200
| 
|     * OMCompiler 7ebe12b...6f85ead (2):
|       > Do not add weird GCC CFLAGS when using ccc-analyzer
|       > Print the TRY_FLAGS accepted
| 
| M	OMCompiler
| 
* commit 87984b744d1405d612d937f2fd60591182408978
| Author: Anatoly Trosinenko 
| Date:   Tue Oct 2 08:53:57 2018 +0200
| 
|     * OMEdit b144bb4...1f1ae50 (1):
|       > Change FMI version type from double to QString
| 
| M	OMEdit
| 
* commit 3a6c5c375e690a1f0d83289869af247761fda636
| Author: hkiel 
| Date:   Mon Oct 1 20:18:10 2018 +0200
| 
|     * OMCompiler 5bf01fd...7ebe12b (1):
|       > adjust text height to extent height if no text size is specified add option to create only a warning if a files already exists accept floats for any decimal number
| 
| M	OMCompiler
| 
* commit 009e8788d587a845df5b9faa7e4ea248a6109505
| Author: Adeel Asghar 
| Date:   Mon Oct 1 17:13:53 2018 +0200
| 
|     * OMEdit 609455a...b144bb4 (1):
|       > List OMSimulator dependency in the readme
| 
| M	OMEdit
| 
* commit b496505228470ee06c8f3d023b0e72735bfc198a
| Author: Robert Braun 
| Date:   Mon Oct 1 16:53:01 2018 +0200
| 
|     * OMSimulator 5f2ea76...5d5c25f (2):
|       > Updating testsuite
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit d6def232b55d992b521f67c62f4ba2b3f756aa8e
| Author: Dietmar Winkler 
| Date:   Mon Oct 1 16:15:31 2018 +0200
| 
|     * OMCompiler b102b48...5bf01fd (1):
|       > format expects string and encode not needed
| 
| M	OMCompiler
| 
* commit 1de7fd3ab7925bec6111eeb21a185924679e6740
| Author: Robert Braun 
| Date:   Mon Oct 1 15:27:54 2018 +0200
| 
|     * OMSimulator cb1e52c...5f2ea76 (2):
|       > Updating testsuite
|       > Implement oms3_addExternalModel
| 
| M	OMSimulator
| 
* commit d7e79cece9a02194c4af952c7439fd616dee93d3
| Author: Rüdiger Franke 
| Date:   Mon Oct 1 13:54:54 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 84d4820...b102b48 (1):
|       > [NF] Preserve for loops with -d=-nfScalarize, ticket:5110, ticket:5144
|     
|     * testsuite a4010f6...62c7358 (1):
|       > Expected result for preservation of for loops
| 
| M	OMCompiler
| M	testsuite
| 
* commit d733e2e7881dd148fa3ff29d015123fe6ba5ad19
| Author: Adrian Pop 
| Date:   Mon Oct 1 03:37:48 2018 +0200
| 
|     * OMCompiler 43ad267...84d4820 (1):
|       > increase the timeout 600s is not enough for MSL icons
| 
| M	OMCompiler
| 
* commit 051fc9ddac0f85e9d5b92dd14520341fc370c3ef
| Author: hudson 
| Date:   Mon Oct 1 02:17:43 2018 +0200
| 
|     * libraries 6b905b5...5842974 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit edf60ac482e2b2191e93a939d19a64e33941f825
| Author: Adrian Pop 
| Date:   Mon Oct 1 01:37:36 2018 +0200
| 
|     * OMCompiler b9307fb...43ad267 (1):
|       > ticket:5144 do not expand complex array components
| 
| M	OMCompiler
| 
* commit 87333c1a39b3c2cc21e08d01b7b8dc1eaa97f5c5
| Author: Arunkumar Palanisamy 
| Date:   Sat Sep 29 20:38:04 2018 +0200
| 
|     * doc 9aae697...d5eccd3 (2):
|       > fix omjulia typos
|       > update omjulia doc
| 
| M	doc
| 
* commit 3895b5a9064f1536b03473edc22649a864839b92
| Author: Lennart Ochel 
| Date:   Sat Sep 29 15:30:01 2018 +0200
| 
|     * OMSimulator 0cbbe3d...cb1e52c (1):
|       > Add wallTime to result file
| 
| M	OMSimulator
| 
* commit 0c755105983d4c6312a038a79df77aca81f71c69
| Author: hudson 
| Date:   Fri Sep 28 21:41:36 2018 +0200
| 
|     * libraries 443db45...6b905b5 (2):
|       > Bump libraries
|       > update patches and Modelica trunk revision
| 
| M	libraries
| 
* commit 10e610aefe4fd4536e79175d98696dfd418b0e4b
| Author: Adeel Asghar 
| Date:   Fri Sep 28 15:13:58 2018 +0200
| 
|     * OMSimulator 3a68648...0cbbe3d (1):
|       > Implemented oms3_setTLMBusGeometry Export tlm bus geometry Import system element geometry Import connector geometry Import bus geometry Import tlm bus geometry
| 
| M	OMSimulator
| 
* commit dc226e4e2c3f98313ed3d1bdba74c69ceb8b3935
| Author: Adeel Asghar 
| Date:   Fri Sep 28 11:43:12 2018 +0200
| 
|     * OMSimulator 261a4d9...3a68648 (1):
|       > Implemented oms3_getTLMBus
| 
| M	OMSimulator
| 
* commit 5e3751787d6240cea546ab3d1427c90a35af7672
| Author: hkiel 
| Date:   Thu Sep 27 15:26:34 2018 +0200
| 
|     * OMCompiler d4d6059...b9307fb (1):
|       > fix svg generation - Add correct opacity value to svg objects - ignore empty icons - support DynamicSelect strings - encode unicode strings - handle *(use Support,...) - recognize 1e-1 numbers in Polygon
| 
| M	OMCompiler
| 
* commit ea5188f355ce93fcb42bae5d429de06480c8fd5d
| Author: Robert Braun 
| Date:   Thu Sep 27 14:49:16 2018 +0200
| 
|     * OMSimulator 9565543...261a4d9 (1):
|       > Add bus connectors to C structure
| 
| M	OMSimulator
| 
* commit d8fbffedc27e475b37ae43905e027e0821e5d536
| Author: Adeel Asghar 
| Date:   Thu Sep 27 12:39:33 2018 +0200
| 
|     * OMSimulator eef45e4...9565543 (1):
|       > Implemented oms3_setBusGeometry Export the bus geometry SSD
| 
| M	OMSimulator
| 
* commit 894d353119a9737b5fed64757247a1d6caaff3d1
| Author: Robert Braun 
| Date:   Thu Sep 27 10:06:16 2018 +0200
| 
|     * OMSimulator 0d14004...eef45e4 (5):
|       > Updating testsuite
|       > Load TLM bus connections from SSD
|       > Load regular bus connectors from SSD
|       > Load TLM bus connectors from SSD
|       > Added missing annotations tag
| 
| M	OMSimulator
| 
* commit cce69ce06088d0bf85329346d41883a6ecdae2f2
| Author: Adeel Asghar 
| Date:   Wed Sep 26 21:57:14 2018 +0200
| 
|     * OMSimulator 6b4bb84...0d14004 (2):
|       > Use `logError_ModelNotInScope` and `logError_SystemNotInModel`
|       > Implemented oms3_getBus
| 
| M	OMSimulator
| 
* commit 882b6ca8ec539764b2e29ba327807eed45d22295
| Author: Adeel Asghar 
| Date:   Wed Sep 26 20:48:25 2018 +0200
| 
|     * OMSimulator 504c973...6b4bb84 (2):
|       > Fixed addConnection typo
|       > Fixed oms3_getConnector for the nested systems
| 
| M	OMSimulator
| 
* commit d30f497023529bfc5719fc837a8e8cbe2a0d6cb2
| Author: Willi Braun 
| Date:   Wed Sep 26 19:58:02 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b860115...d4d6059 (1):
|       > [CG] stip subs before copy array
|     
|     * testsuite ff4a735...a4010f6 (1):
|       > added test for ticket5114
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6d9ddb654fbf60b85aac2ec3b8a87160b5a348aa
| Author: Robert Braun 
| Date:   Wed Sep 26 10:33:11 2018 +0200
| 
|     * OMSimulator 763a876...504c973 (3):
|       > Updating testsuite
|       > Implement addTLMConnection
|       > Implement addConnection for buses
| 
| M	OMSimulator
| 
* commit d011f9559602bea1c7f04f3f75d265ec6c60d1bd
| Author: Lennart Ochel 
| Date:   Tue Sep 25 21:57:12 2018 +0200
| 
|     * OMSimulator 4320e89...763a876 (4):
|       > Updating testsuite
|       > Import ssd:Connectors and ssd:Connections
|       > Import ssd:SimulationInformation
|       > Implement oms3_import
| 
| M	OMSimulator
| 
* commit f87b7c855e21429c971ece1c2cce25bc3a12319c
| Author: hudson 
| Date:   Tue Sep 25 19:24:19 2018 +0200
| 
|     * libraries 3191d68...443db45 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2d70d17925049d4931378e7b5bbb1f09f1f01bdb
| Author: Robert Braun 
| Date:   Tue Sep 25 14:18:23 2018 +0200
| 
|     * OMSimulator af75386...4320e89 (2):
|       > Updating testsuite
|       > Implement oms3_addTLMBus & oms3_addConnectorToTLMBus
| 
| M	OMSimulator
| 
* commit 3aa0e83a6b2b5e2a124eb9f962a32f8a69cb5ba8
| Author: Willi Braun 
| Date:   Mon Sep 24 21:00:50 2018 +0200
| 
|     * OMCompiler 090346b...b860115 (1):
|       > [cRuntime] fix minor outpur issue in kinsol
| 
| M	OMCompiler
| 
* commit b7e0202f6d6e2aea5f3f394b888ae51d28c3b091
| Author: hudson 
| Date:   Mon Sep 24 19:22:32 2018 +0200
| 
|     * libraries 750beaf...3191d68 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a3bdb66cabd8c1d9352587b781a8f25556a411b9
| Author: Willi Braun 
| Date:   Mon Sep 24 15:58:29 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0cdd3ea...090346b (1):
|       > [BE] added debug flag to enable error asserts from  min/max attributes
|     
|     * testsuite 4b2bcb8...ff4a735 (2):
|       > Adjust expected output
|       > added test for ticket:4985
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0439bfab59c4d64fa82bf6e85b33750718c364e2
| Author: Robert Braun 
| Date:   Mon Sep 24 15:07:08 2018 +0200
| 
|     * OMSimulator ec83924...af75386 (2):
|       > Updating testsuite
|       > Delete busconnectors in system destructor
| 
| M	OMSimulator
| 
* commit 3ac720d78072f75ae13bbe6a0169f6e71882b57e
| Author: Robert Braun 
| Date:   Mon Sep 24 11:58:10 2018 +0200
| 
|     * OMSimulator ac288bb...ec83924 (1):
|       > Implement oms3_addBus and oms3_addConnectorToBus
| 
| M	OMSimulator
| 
* commit 1616072469ea8c49ea0271d8406c4b24a84e245f
| Author: Robert Braun 
| Date:   Mon Sep 24 11:01:17 2018 +0200
| 
|     * OMSimulator c842124...ac288bb (3):
|       > Implement oms3_getConnections
|       > Implement oms3_setConnectionGeometry
|       > Implement oms3_setConnectorGeometry
| 
| M	OMSimulator
| 
* commit 60396efbe34d9503db7530548a9c5882208db978
| Author: Lennart Ochel 
| Date:   Mon Sep 24 08:58:50 2018 +0200
| 
|     * OMSimulator 7fc5534...c842124 (4):
|       > Updating testsuite
|       > Export ssd:SimulationInformation
|       > Introduce macro REGISTER_LUA_ENUM
|       > Introduce common error messages
| 
| M	OMSimulator
| 
* commit c6d315490e664fc27120c3aae8b4a8aefe7fd325
| Author: Adeel Asghar 
| Date:   Sun Sep 23 04:49:09 2018 +0200
| 
|     * OMSimulator 924d35a...7fc5534 (1):
|       > Implemented oms3_getConnector
| 
| M	OMSimulator
| 
* commit 90e0a0b62b67650b385fac6a7b9986c949aabe38
| Author: hudson 
| Date:   Sat Sep 22 19:23:57 2018 +0200
| 
|     * libraries d285434...750beaf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8e0538615b17a24472ac8ffe64504d9b1238025c
| Author: Adrian Pop 
| Date:   Sat Sep 22 00:20:08 2018 +0200
| 
|     * OMSimulator fff6626...924d35a (2):
|       > Updating OMTLMSimulator
|       > boost::filesystem::unique path doesn't exist in boost < 1.45 - provide alternative implementation in oms_unique_path - rename oms2_* from OMBoost.* to oms_
| 
| M	OMSimulator
| 
* commit 98c153bc4e9c4e3a7d09a5389cd19d57955ffbc5
| Author: Adrian Pop 
| Date:   Fri Sep 21 21:58:02 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d671df5...0cdd3ea (1):
|       > fix ticket:5134, pass by reference
|     
|     * testsuite 4ad0cdf...4b2bcb8 (1):
|       > tests for ticket:5134
| 
| M	OMCompiler
| M	testsuite
| 
* commit d73210d95f78646c17c7c681510180d29fa392b4
| Author: hudson 
| Date:   Fri Sep 21 19:22:27 2018 +0200
| 
|     * libraries 88815df...d285434 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 23628106eda39b9403603d2f4350743d8c7b33a3
| Author: Adeel Asghar 
| Date:   Fri Sep 21 15:41:34 2018 +0200
| 
|     * OMSimulator ab7ae3c...fff6626 (1):
|       > Implemented oms3_setElementGeometry for systems
| 
| M	OMSimulator
| 
* commit 2ee0e2626a47b78233036f2f9cd4ead1f55afca4
| Author: Robert Braun 
| Date:   Fri Sep 21 10:32:38 2018 +0200
| 
|     * OMSimulator dbe7e63...ab7ae3c (3):
|       > Updating testsuite
|       > Lua functions for addConnector and addConnections
|       > Implement oms3_addConnection
| 
| M	OMSimulator
| 
* commit d65f2dcc4ff444e0ccf8d2fff390c434f0608253
| Author: Lennart Ochel 
| Date:   Thu Sep 20 20:44:37 2018 +0200
| 
|     * OMSimulator eaccc67...dbe7e63 (2):
|       > Updating testsuite
|       > Add lua binding to oms3_getSystemType
| 
| M	OMSimulator
| 
* commit 487d0860340bbe878062f0141c6057556d466852
| Author: hudson 
| Date:   Thu Sep 20 19:57:59 2018 +0200
| 
|     * libraries 434fe9e...88815df (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4bf76b7c927a214cbf2c00a0aae29c6c6b26c0f2
| Author: Adeel Asghar 
| Date:   Thu Sep 20 19:18:43 2018 +0200
| 
|     * OMSimulator 20096ca...eaccc67 (1):
|       > Use the correct system cref Uniform error messages
| 
| M	OMSimulator
| 
* commit 256de19b59d39cb97980dfa10577649f58a53ccf
| Author: Adeel Asghar 
| Date:   Thu Sep 20 18:18:47 2018 +0200
| 
|     * OMSimulator 015bb79...20096ca (1):
|       > Implemented oms3_getSystemType
| 
| M	OMSimulator
| 
* commit 392621191cfc6946f40cc5c1a3af19d0493084cc
| Author: Lennart Ochel 
| Date:   Thu Sep 20 17:42:28 2018 +0200
| 
|     * OMSimulator dc5a157...015bb79 (2):
|       > Updating testsuite
|       > Add global flags, e.g. to supress path information
| 
| M	OMSimulator
| 
* commit a151a918fea386d957dd0c1e0f467cd10016ffc3
| Author: Adrian Pop 
| Date:   Thu Sep 20 16:57:06 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9646ce4...d671df5 (1):
|       > fix to handle array variables attributes if we dont do scalarization - the each qualifier will be lost as we cannot represent it yet in DAE.Var
|     
|     * testsuite ee04b9f...4ad0cdf (1):
|       > update tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit c438ee6ef6f78aa3bab14a7c5b20f6ab5ac2423c
| Author: hudson 
| Date:   Thu Sep 20 15:28:46 2018 +0200
| 
|     * OMSimulator de76271...dc5a157 (22):
|       > Updating testsuite
|       > Print function names the same on Windows and Linux
|       > Fix mac build
|       > Fix some issues with connectors
|       > Group already implemented interface functions
|       > Implement self referencing oms3_element_t type
|       > Some refactoring
|       > Refactor memory management of connectors
|       > Save connectors to SSD
|       > Remove dangerous code
|       > Implement oms3_addConnector
|       > Implemented `oms3_getElements` for model
|       > C requires that a struct or union has at least one member
|       > Prevent adding invalid subsystem kinds
|       > Prefix the function name to the callback message
|       > Remove element information from class Model
|       > Support system via oms3_getElement Prefix the error messages with API name so we know what has failed
|       > Implement oms3_getElement for models
|       > Implement oms3_list
|       > Implement oms3_export
|       > Use string() instead of native()
|       > Initial commit of oms3 development
| 
| M	OMSimulator
| 
* commit 9c4d031fe764cfef2d0549498865e6113faf7c16
| Author: Per Östlund 
| Date:   Wed Sep 19 22:55:11 2018 +0200
| 
|     * OMCompiler b0af930...9646ce4 (1):
|       > [NF] Don't evaluate impure funcs in if-conditions.
| 
| M	OMCompiler
| 
* commit b19cdb9954522435deb56b839dd0f410b4c6685d
| Author: hudson 
| Date:   Wed Sep 19 19:21:08 2018 +0200
| 
|     * libraries 004162a...434fe9e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9dbea68df5d0eaf90e21371f26e9d37cddf4c1a1
| Author: Adrian Pop 
| Date:   Wed Sep 19 16:33:16 2018 +0200
| 
|     * OMCompiler e941483...b0af930 (1):
|       > fix for ticket:5133, make impure function calls be parameter expressions
| 
| M	OMCompiler
| 
* commit 1ab7ed6adcc806a50dcc40c6ad01a0e312ac52f2
| Author: Adrian Pop 
| Date:   Wed Sep 19 14:10:42 2018 +0200
| 
|     * OMCompiler 2708d45...e941483 (1):
|       > fix for ticket:5130 and ticket:5131 - do not free memory on fmi2Terminate as it should be possible   to call fmi2GetXXX after it, just set the modelTerminated status - move memory free from fmi2Terminate to fmi2FreeInstance
| 
| M	OMCompiler
| 
* commit 3b42c9adf21a56df5f77579fbe1070260ed7dfa8
| Author: Adrian Pop 
| Date:   Wed Sep 19 13:20:37 2018 +0200
| 
|     * OMCompiler aa6173b...2708d45 (1):
|       > activate the needed flags when -d=-nfScalarize is on
| 
| M	OMCompiler
| 
* commit 2acd6b249f3b2d7f1b45911da6b5ad096fcc7f2f
| Author: Adrian Pop 
| Date:   Wed Sep 19 12:29:34 2018 +0200
| 
|     * OMCompiler 3048851...aa6173b (1):
|       > make impure functions be of variability continuous (ticket:5127) - remove the check for impure in NFFrontEnd/NFCeval.mo - add check for impure in NFFrontEnd/NFCall.mo
| 
| M	OMCompiler
| 
* commit aec85218e092798dc1881cd56731faf483d9fa83
| Author: Adrian Pop 
| Date:   Wed Sep 19 06:20:17 2018 +0200
| 
|     * OMCompiler 0f7d6b9...3048851 (1):
|       > all synchronous features except state machines should work (ticket:5127) - do not constant evaluate impure functions - better fix for sample that requires no patching of NFModelicaBuiltin.mo
| 
| M	OMCompiler
| 
* commit 83d46c26fab5c4cbeaecff023160ee7709996874
| Author: Adrian Pop 
| Date:   Wed Sep 19 02:07:00 2018 +0200
| 
|     * testsuite 8ccbc7e...ee04b9f (1):
|       > add a test for sample when --std < 3.3
| 
| M	testsuite
| 
* commit ff5127b443beba0edd18478e7d7183c7a6c9306b
| Author: Adrian Pop 
| Date:   Wed Sep 19 01:39:33 2018 +0200
| 
|     * OMCompiler f7f06a2...0f7d6b9 (1):
|       > patch sample overload if --std < 3.3 (ticket:5127) - reparse builtin for each language standard, associate the builtin file with both grammar and language standard - change sample definition if --std < 3.3
| 
| M	OMCompiler
| 
* commit e8110d1c11f328c7c8403b96a818f19e4e51ea52
| Author: hudson 
| Date:   Tue Sep 18 19:21:34 2018 +0200
| 
|     * libraries ae5207d...004162a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c1e9d85e9db545d41cc5eda80477344d92c2eb84
| Author: Adrian Pop 
| Date:   Tue Sep 18 15:36:42 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 09518b9...f7f06a2 (1):
|       > add more synchronous features (ticket:5127): interval, firstTick, overload sample - firstTick and interval are specified in NFModelicaBuiltin.mo - sample is handled specially in NFBuiltinCall.mo
|     
|     * testsuite 629c139...8ccbc7e (1):
|       > some tests for synchronous features (ticket:5127)
| 
| M	OMCompiler
| M	testsuite
| 
* commit e2685aaec69d703cd0dae13249dad8e1807b2848
| Author: Adrian Pop 
| Date:   Mon Sep 17 23:33:12 2018 +0200
| 
|     * OMCompiler 92b7fbb...09518b9 (1):
|       > add Clock synchronous features to the new front-end (NF), ticket:5127 - currently only Clock operators are supported, no clock variables - change the ugly   intGe(Flags.getConfigEnum(Flags.LANGUAGE_STANDARD), 33);   to   Config.synchronousFeaturesAllowed(); - unbox external function arguments if __OpenModelica_UnboxArguments is present   so that previous polymorphic definition in NFModelicaBuiltin.mo works fine - do not simplify sum and other builtin operators if nfScalarize flag is disabled
| 
| M	OMCompiler
| 
* commit eff978ed6932021e5c2ca3ab9f6335485d83b752
| Author: hudson 
| Date:   Mon Sep 17 19:21:10 2018 +0200
| 
|     * libraries 957aa04...ae5207d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b552269166c577fafc8cdf826bbe860d1078e4e0
| Author: Per Östlund 
| Date:   Mon Sep 17 17:33:21 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 95e1e12...92b7fbb (1):
|       > Check named arguments of API calls like simulate.
|     
|     * testsuite 66e7ec8...629c139 (1):
|       > Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 04d4961fa389232c6302cc1303b0be57f31de942
| Author: Willi Braun 
| Date:   Mon Sep 17 16:23:04 2018 +0200
| 
|     * OMCompiler 03101bd...95e1e12 (1):
|       > [BE] fix order of jacobian equation of a dynamic stateSet
| 
| M	OMCompiler
| 
* commit d08bab3aca90076070f9897e06bc567db1a961e8
| Author: Per Östlund 
| Date:   Mon Sep 17 13:13:21 2018 +0200
| 
|     * OMCompiler 0bcaee0...03101bd (1):
|       > [NF] Variability fixes.
| 
| M	OMCompiler
| 
* commit 8132ff0e082b59ea48d954c3d95fed605bcd3795
| Author: Per Östlund 
| Date:   Mon Sep 17 11:43:38 2018 +0200
| 
|     * OMCompiler 232b213...0bcaee0 (1):
|       > [NF] Expand tranpose better.
| 
| M	OMCompiler
| 
* commit 4edc525d1bae0b3a75206d3f321e27e7c8b9df2a
| Author: Per Östlund 
| Date:   Mon Sep 17 11:20:55 2018 +0200
| 
|     * OMCompiler 049ab69...232b213 (1):
|       > [NF] Fix simplification of transpose.
| 
| M	OMCompiler
| 
* commit 55a99e2c5f48ee59ef62919098520abf0195e256
| Author: hudson 
| Date:   Sun Sep 16 19:23:16 2018 +0200
| 
|     * libraries 82384c2...957aa04 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 26d4be9ceaf4d73e034d7df65efa355300e2091c
| Author: Rüdiger Franke 
| Date:   Sun Sep 16 08:32:49 2018 +0200
| 
|     * OMCompiler 18752c9...049ab69 (1):
|       > Support array equation with der(v) on left hand side
| 
| M	OMCompiler
| 
* commit 3cb2a7b80ecdb4ae631667f3a9bf6177ba2069aa
| Author: Adrian Pop 
| Date:   Sun Sep 16 06:19:58 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 358f0dc...18752c9 (1):
|       > fix for ticket:5129
|     
|     * testsuite 4aca4b4...66e7ec8 (1):
|       > test for ticket:5129
| 
| M	OMCompiler
| M	testsuite
| 
* commit 58bbd42e3dbe37662ddaeb80d770a4bc67c055f4
| Author: Adrian Pop 
| Date:   Sun Sep 16 03:07:34 2018 +0200
| 
|     * OMCompiler eb75cbe...358f0dc (1):
|       > improve the build process - remove mkbuilddirs target - create directories before runing the first target if OMBUILDDIR is not empty - avoid build of some dependencies if they are already built
| 
| M	OMCompiler
| 
* commit 3445e5799c42d5848afd57cb6e0b384e3d002cc9
| Author: Rüdiger Franke 
| Date:   Sat Sep 15 23:20:13 2018 +0200
| 
|     * OMCompiler bfccc5f...eb75cbe (2):
|       > Restrict to previous with Cpp runtime too, ticket:5110
|       > Support more vectorized calls for Cpp runtime only, ticket:5110
| 
| M	OMCompiler
| 
* commit 20aaea2f8c5bcf3b880e3d085fef9c68e88b8446
| Author: hudson 
| Date:   Sat Sep 15 19:22:43 2018 +0200
| 
|     * libraries f55d9d9...82384c2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4f159f9c1a9c205f3ab43d5ba5f124b9a79cf196
| Author: Adrian Pop 
| Date:   Sat Sep 15 00:55:49 2018 +0200
| 
|     * OMCompiler 5b5cfe8...bfccc5f (1):
|       > fix MetaModelica examples on mingw - this is until we fix PR: https://github.com/OpenModelica/OMCompiler/pull/2138 - compile also with -fno-ipa-pure-const - link functions with -lOpenModelicaCompiler if MetaModelica flag is on
| 
| M	OMCompiler
| 
* commit 90653acd96a853ae909de70f3dd0656e1dcb3e99
| Author: hudson 
| Date:   Fri Sep 14 19:23:09 2018 +0200
| 
|     * libraries ecc428f...f55d9d9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 916c8ab575552ff8bc1439c4884a0eb3018ab0a8
| Author: Willi Braun 
| Date:   Fri Sep 14 15:56:05 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9e884a5...5b5cfe8 (1):
|       > [FMI] added debug flag "disableFMIDependencies"
|     
|     * testsuite cadc72b...4aca4b4 (1):
|       > [FMI] added unit test for debug flag "disableFMIDependency"
| 
| M	OMCompiler
| M	testsuite
| 
* commit d3f99670c1c04f3f7b6ff2fde43fdc9e290c0c77
| Author: Adrian Pop 
| Date:   Fri Sep 14 15:00:51 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c3a6587...9e884a5 (1):
|       > remove the output from cleaning, it might change
|     
|     * testsuite b0370a2...cadc72b (1):
|       > remove the output from cleaning, it might change
| 
| M	OMCompiler
| M	testsuite
| 
* commit e1e34c36b3d2a71af78024c34c1022b42037ade3
| Author: Adrian Pop 
| Date:   Fri Sep 14 14:22:30 2018 +0200
| 
|     * OMCompiler dfb7517...c3a6587 (1):
|       > don't propagate command line arguments of make to Ipopt - this allows to compile everything in Windows with:   make -f Makefile.omdev.mingw CFLAGS=-g
| 
| M	OMCompiler
| 
* commit d06d224f5e81150f5f1d2b6fd89a9321ded31dc1
| Author: Per Östlund 
| Date:   Fri Sep 14 13:14:05 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3f9eccc...dfb7517 (1):
|       > [NF] Do substitution of default function arguments.
|     
|     * testsuite db34e7f...b0370a2 (1):
|       > [NF] Add default argument test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 33e96ccc452049c8cdeb69cd0ba66485611dce24
| Author: Adrian Pop 
| Date:   Fri Sep 14 12:16:37 2018 +0200
| 
|     * OMCompiler 2f395d3...3f9eccc (1):
|       > fix library linking order
| 
| M	OMCompiler
| 
* commit d12edcea01abd41232b7fabb57cea9c6ac6da5f4
| Author: Per Östlund 
| Date:   Fri Sep 14 10:56:46 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 22bbcbb...2f395d3 (1):
|       > [NF] Fix typing of min/max.
|     
|     * testsuite 7a6d06b...db34e7f (1):
|       > [NF] Update min/max tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d9528d0027d6224e53e0e442b9810e8f997e5196
| Author: Adrian Pop 
| Date:   Fri Sep 14 03:15:31 2018 +0200
| 
|     * OMCompiler f9edf28...22bbcbb (1):
|       > Fixes for ticket:5117 and ticket:5119 - link in static libs (even for Modelica tables) for FMU and for the generated executable (all except sundials) - on 32bit, pass gcc flag -mstackrealign to reallign SSE functions (so they can be used from other Windows processes, such as fmuChecker) - build SimulationRuntime/c/ with -mstackrealign
| 
| M	OMCompiler
| 
* commit c9c1c4c05a4ea9d4ba59080c1588df17e056d064
| Author: Rüdiger Franke 
| Date:   Thu Sep 13 21:33:49 2018 +0200
| 
|     * OMCompiler df1914c...f9edf28 (2):
|       > Restrict collapse of arrays with same call on each element to previous
|       > Collapse arrays with same call on each element, ticket:5110
| 
| M	OMCompiler
| 
* commit 4159661c009558d36219349933977be74c5c2ffd
| Author: hudson 
| Date:   Thu Sep 13 19:21:43 2018 +0200
| 
|     * libraries 874bb73...ecc428f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 64b4c398a22338914504d33826c0bb82102e738c
| Author: hudson 
| Date:   Wed Sep 12 19:23:14 2018 +0200
| 
|     * libraries 01d502c...874bb73 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b130aee4c81c8771e192cc14044732ca95f8b3e5
| Author: Lennart Ochel 
| Date:   Wed Sep 12 11:56:17 2018 +0200
| 
|     * OMSimulator bfc991e...de76271 (1):
|       > Fix arm build
| 
| M	OMSimulator
| 
* commit a3323cea5b9a2ffa2c7dad9bb2edd3e89566f3a0
| Author: Per Östlund 
| Date:   Tue Sep 11 20:17:54 2018 +0200
| 
|     * OMCompiler 2fa8c5e...df1914c (1):
|       > [NF] Fix ConnectEquations.associatedFlowCref.
| 
| M	OMCompiler
| 
* commit 0d454ead77645b84891d6a96b3d53eb65e6299f0
| Author: Per Östlund 
| Date:   Tue Sep 11 15:40:53 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 661b595...2fa8c5e (1):
|       > [NF] Evaluate actualStream.
|     
|     * testsuite 540aa9c...7a6d06b (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3681e32efd54682e55c42360839f9b60e1a497be
| Author: Lennart Ochel 
| Date:   Tue Sep 11 14:54:59 2018 +0200
| 
|     * OMSimulator 4b3208a...bfc991e (1):
|       > Updating 3rdParty
| 
| M	OMSimulator
| 
* commit 8f2df86045b4927d573adc4105adff3406ce4c2a
| Author: Per Östlund 
| Date:   Tue Sep 11 13:28:35 2018 +0200
| 
|     * OMCompiler 33aa19d...661b595 (1):
|       > [NF] Improve evaluation of some external functions.
| 
| M	OMCompiler
| 
* commit fb9975c8530d13043c289bf11e9b194f5a7fcdda
| Author: Adrian Pop 
| Date:   Mon Sep 10 20:07:08 2018 +0200
| 
|     * OMCompiler eefcdcc...33aa19d (1):
|       > use LONG_MAX for integer in FMU min/max
| 
| M	OMCompiler
| 
* commit 086b33c6af62afc788d401c3750f245ead142dee
| Author: Anatoly Trosinenko 
| Date:   Mon Sep 10 19:20:41 2018 +0200
| 
|     * OMCompiler baf7ba4...eefcdcc (1):
|       > Fix String inputs/outputs handling for FMUs
| 
| M	OMCompiler
| 
* commit 45500d13ec8c48fec11df023a4d0bbe69302ceca
| Author: Per Östlund 
| Date:   Mon Sep 10 13:08:28 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 32ad2f5...baf7ba4 (1):
|       > Fix for #5111.
|     
|     * testsuite ba6ffa5...540aa9c (1):
|       > Add enum equation test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9f643bec86eda46ca47a16b874b24d3e7d874812
| Author: Adrian Pop 
| Date:   Sun Sep 9 04:09:39 2018 +0200
| 
|     * OMSimulator 54ff47b...4b3208a (2):
|       > Updating OMTLMSimulator
|       > fix compilation on arm
| 
| M	OMSimulator
| 
* commit d2ab68c1925b2a97de0ae2d30239d4a2a8d9a3db
| Author: Adrian Pop 
| Date:   Sat Sep 8 23:32:43 2018 +0200
| 
|     * OMSimulator c8c0094...54ff47b (1):
|       > disable parallel stuff on ARM
| 
| M	OMSimulator
| 
* commit f1ee88cbacdf2dc0f339ff1c84dde48af3ec8aa6
| Author: Adrian Pop 
| Date:   Sat Sep 8 01:55:59 2018 +0200
| 
|     * OMCompiler 1eeffa0...32ad2f5 (1):
|       > fix checkAllModelsRecursive reporting and add a flag - add the nfAPI flag so we don't get conflicts on changes to this file - report the number of failing models for checkAllModelsRecursive
| 
| M	OMCompiler
| 
* commit fff26fd48c3ab79a7763d86bda0d406e95e57235
| Author: Adrian Pop 
| Date:   Sat Sep 8 01:17:29 2018 +0200
| 
|     * OMSimulator e7727b2...c8c0094 (1):
|       > declaration of int i in for is C99
| 
| M	OMSimulator
| 
* commit 23a46a4ee27e71303250f52fcbeee3eeb97243f6
| Author: Per Östlund 
| Date:   Fri Sep 7 13:00:33 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler eb0909d...1eeffa0 (1):
|       > [NF] Evaluate functions with constant arguments.
|     
|     * testsuite 03dba6e...ba6ffa5 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e67495c528857a6d9ff13d8985561d4db924141b
| Author: vruge 
| Date:   Fri Sep 7 12:28:30 2018 +0200
| 
|     * testsuite 989052e...03dba6e (1):
|       > update test packages
| 
| M	testsuite
| 
* commit 7c3b83e08bfd2319bd2b7a29649217cb35cee927
| Author: Per Östlund 
| Date:   Thu Sep 6 16:28:14 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cbc69f9...eb0909d (1):
|       > [NF] Fix function vectorization/cast conflict.
|     
|     * testsuite ee8a23c...989052e (1):
|       > [NF] Add function vectorization test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b3e28b0358ce92697714bbbea13f16797c52e1b8
| Author: Per Östlund 
| Date:   Thu Sep 6 13:50:39 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7b82c41...cbc69f9 (1):
|       > [NF] SimplifyExp improvements.
|     
|     * testsuite f3bd682...ee8a23c (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 439993d3c8661c71ddb1b72c648269d87555f747
| Author: Robert Braun 
| Date:   Thu Sep 6 10:59:22 2018 +0200
| 
|     * OMSimulator c7fea47...e7727b2 (2):
|       > Updating OMTLMSimulator
|       > Improved error handling for TLM initialization
| 
| M	OMSimulator
| 
* commit b104f30595a19ddee5c8f5fd04f2b5533f9cf255
| Author: Martin Sjölund 
| Date:   Thu Sep 6 07:44:57 2018 +0200
| 
|     * OMPlot 0e1d01e...151c704 (1):
|       > Pass linker to qwt
| 
| M	OMPlot
| 
* commit 71a3cbc53beb1d23fcb94aae08e034152bbaf58c
| Author: hudson 
| Date:   Wed Sep 5 19:20:39 2018 +0200
| 
|     * libraries 9ce7f67...01d502c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8aca83757d0cb4678cc89dcccd0812a28e08aedb
| Author: Adrian Pop 
| Date:   Wed Sep 5 16:52:36 2018 +0200
| 
|     Updating OMCompiler
|     
|     7b82c41 Updating 3rdParty
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler-3rdParty#31
| 
| M	OMCompiler
| 
* commit 7ce95d2277d7c46bf6f3894d47fbcd8d33a1d858
| Author: hudson 
| Date:   Wed Sep 5 16:32:37 2018 +0200
| 
|     * OMSimulator c3113be...c7fea47 (2):
|       > fix so we can use older boost 1.41 on centos el6
|       > [Jenkins] Compile CentOS 6
| 
| M	OMSimulator
| 
* commit fd916d4cf934a0671b9e6240f64bbf4414066161
| Author: Per Östlund 
| Date:   Wed Sep 5 15:15:40 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b8a0777...dd340df (1):
|       > [NF] Fix nfExpandOperations with unary ops.
|     
|     * testsuite ad20850...f3bd682 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 51985c88ae9ca57247123d6182828d4b8cb04cbf
| Author: Per Östlund 
| Date:   Wed Sep 5 14:46:25 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8522167...b8a0777 (1):
|       > [NF] Add flag to expand binary operations.
|     
|     * testsuite 576f198...ad20850 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b9ec695f8c754b472de4be203e804b441fe162fb
| Author: Adrian Pop 
| Date:   Wed Sep 5 13:51:31 2018 +0200
| 
|     * OMEdit df8e38b...609455a (1):
|       > of course windows doesn't like it
| 
| M	OMEdit
| 
* commit bb271a8add03604949e99547836fa8c9b0f8a0fd
| Author: Adrian Pop 
| Date:   Wed Sep 5 00:41:47 2018 +0200
| 
|     * OMCompiler 5ce0593...8522167 (1):
|       > adapt to latest msys2 and mingw clang - set prefix on all configure (msys2 sets it to default /mingw64 or mingw32) - override the needed cflags - remove -fPIC on windows
| 
| M	OMCompiler
| 
* commit 1bfa073107f3e5f062344558076192e62da6fa58
| Author: Adrian Pop 
| Date:   Wed Sep 5 00:21:17 2018 +0200
| 
|     adaptation to latest msys2 and mingw clang
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#90
| 
| M	Makefile.omdev.mingw
| 
* commit 74a4419e81b020d4ae78c6d37534e014b1fcf4ac
| Author: Adrian Pop 
| Date:   Tue Sep 4 23:56:19 2018 +0200
| 
|     * OMEdit 88c3453...df8e38b (1):
|       > fix centos compilation and adapt to clang on msys2/mingw - add -std=c++11 if Qt5 cmake macro doesn't do it - check for clang on mingw in backtrace.h
| 
| M	OMEdit
| 
* commit 9a4bf419f92182d662e961cbdbfff7f99a192b02
| Author: vruge 
| Date:   Tue Sep 4 19:58:52 2018 +0200
| 
|     * testsuite a2d00ef...576f198 (1):
|       > added tests for inStream
| 
| M	testsuite
| 
* commit 84fc6fbd4de108c1e359b43be31dc2cf539c0fb1
| Author: hudson 
| Date:   Tue Sep 4 19:31:57 2018 +0200
| 
|     * libraries aae0c73...9ce7f67 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 56613a4942626f11a97fc133d2833913cd346ca0
| Author: Adrian Pop 
| Date:   Tue Sep 4 18:23:24 2018 +0200
| 
|     * OMSimulator 72e9221...c3113be (3):
|       > Updating OMTLMSimulator
|       > Updating 3rdParty
|       > adapt to msys2 mingw clang - mingw clang 6 has issues with static linking of libstc++, link dynamically, shoud be fixed with clang 7 - order of boost libraries matter for clang++ - disable static libxml2 for windows clang
| 
| M	OMSimulator
| 
* commit 2aba1ad70ffeff57d1cc71cd093c90a60bd1c073
| Author: Per Östlund 
| Date:   Tue Sep 4 16:32:16 2018 +0200
| 
|     * OMCompiler 7d0f654...5ce0593 (1):
|       > [NF] Fix ExpandExp.expandRange.
| 
| M	OMCompiler
| 
* commit fcf494929a463e848a262cd51e1fa5e9fab2bf7a
| Author: Per Östlund 
| Date:   Tue Sep 4 16:10:11 2018 +0200
| 
|     * OMCompiler 9aaad99...7d0f654 (1):
|       > [NF] Fix Expression.makeSubscriptedExp.
| 
| M	OMCompiler
| 
* commit 8c2f43922feae358ff1fb4c406990bb304f2bd5e
| Author: Per Östlund 
| Date:   Tue Sep 4 12:50:59 2018 +0200
| 
|     * OMCompiler 6e03b38...9aaad99 (1):
|       > [NF] Fix Subscript.mergeList.
| 
| M	OMCompiler
| 
* commit ad9aad5e49adbfcf68b4b91216066df5201cb95f
| Author: Per Östlund 
| Date:   Mon Sep 3 16:29:15 2018 +0200
| 
|     * OMCompiler 33b800d...6e03b38 (1):
|       > [NF] Improve subscripting of expressions.
| 
| M	OMCompiler
| 
* commit 489f40a2454bb6d769f8bc0fc6362382b707952d
| Author: Adeel Asghar 
| Date:   Mon Sep 3 11:18:23 2018 +0200
| 
|     Updating submodules
|     * OMEdit 65f0077...88c3453 (1):
|       > Use beginMacro from ModelWidget Use the .ssd extension for OMSimulator models
|     
|     * OMSimulator 213d9d3...72e9221 (1):
|       > Copy the binaries to bin folder even for mingw
| 
| M	OMEdit
| M	OMSimulator
| 
* commit a5a3e2c7941664cc7f4ffa1fd8fd74fa8f1f3526
| Author: hudson 
| Date:   Mon Sep 3 02:29:06 2018 +0200
| 
|     * libraries 5c71615...aae0c73 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2587c581d7c7e91d22653edff74defc2d311f7f8
| Author: vruge 
| Date:   Sun Sep 2 22:37:35 2018 +0200
| 
|     * OMCompiler 67189f3...33b800d (1):
|       > [BE] fixes for inStream
| 
| M	OMCompiler
| 
* commit 9d32d28932bb6bbe26a86fa7a62ec4dca82aada4
| Author: hudson 
| Date:   Sun Sep 2 19:21:00 2018 +0200
| 
|     * libraries c92d7ec...5c71615 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 94dc3edc05043102bf3fc71e7fe413674359235f
| Author: vruge 
| Date:   Sun Sep 2 00:08:27 2018 +0200
| 
|     * testsuite 2e9a88f...a2d00ef (1):
|       > enable tests
| 
| M	testsuite
| 
* commit ddd3493f701c092b67e948109b336d7bb8718eaa
| Author: vruge 
| Date:   Sat Sep 1 22:24:53 2018 +0200
| 
|     * testsuite 4d29ace...2e9a88f (1):
|       > added some tests for inStream
| 
| M	testsuite
| 
* commit 754454067214186ce0c206ddb3f2d51eda8e1f7d
| Author: vruge 
| Date:   Sat Sep 1 21:37:32 2018 +0200
| 
|     * OMCompiler 2f78a66...67189f3 (1):
|       > [BE] improved inStream
| 
| M	OMCompiler
| 
* commit 8a3b42e9d5ce83a65d9ed417ab25cd7e70b90281
| Author: vruge 
| Date:   Sat Sep 1 20:55:20 2018 +0200
| 
|     * testsuite 6ded654...4d29ace (1):
|       > added some tests for inStream
| 
| M	testsuite
| 
* commit 03e023366a2e8c510ca0a08a17449a525814a897
| Author: hudson 
| Date:   Sat Sep 1 19:21:07 2018 +0200
| 
|     * libraries 6781e19...c92d7ec (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0cd477e4cdfba3cf1cc035093d09334fc11af92d
| Author: hudson 
| Date:   Fri Aug 31 19:21:28 2018 +0200
| 
|     * libraries 27c715a...6781e19 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3ae82763d84fa9540e177a703dfb2eecc68ccfd1
| Author: hudson 
| Date:   Fri Aug 31 15:23:55 2018 +0200
| 
|     * OMSimulator aea994f...213d9d3 (2):
|       > fix MacOS builds after lib name changes
|       > Check that FMUs for TLM interfaces exist
| 
| M	OMSimulator
| 
* commit b5cc907aa6f0fbdcdae071d8a389f86b0909299e
| Author: Martin Sjölund 
| Date:   Fri Aug 31 12:15:32 2018 +0200
| 
|     * OMSimulator 4333dfb...aea994f (1):
|       > Updating 3rdParty
| 
| M	OMSimulator
| 
* commit 103cf04b2ae0125731d05d8580a6631449a5f239
| Author: arun3688 
| Date:   Fri Aug 31 11:32:07 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 46d9c5b...2f78a66 (1):
|       > implement DataReconciliation algorithm
|     
|     * testsuite ffd9391...6ded654 (1):
|       > Test cases for DataReconciliation algorithm
| 
| M	OMCompiler
| M	testsuite
| 
* commit c7f44441584e03bb5ad9de8a5e80dc843b89ea00
| Author: Martin Sjölund 
| Date:   Fri Aug 31 09:21:32 2018 +0200
| 
|     * OMSimulator cf6bb44...4333dfb (1):
|       > [Jenkins] Do not skip default checkout
| 
| M	OMSimulator
| 
* commit 5bd9ddcd9f91c6fb73e97aa0cdb8bce3cd2839d0
| Author: Martin Sjölund 
| Date:   Fri Aug 31 08:35:29 2018 +0200
| 
|     * OMSimulator 000c9a3...cf6bb44 (1):
|       > [Jenkins] Fix name of env.var
| 
| M	OMSimulator
| 
* commit 1a801a8e53c62e44aa8a1e40d66ca0c3e67da222
| Author: Martin Sjölund 
| Date:   Fri Aug 31 07:54:24 2018 +0200
| 
|     Count physical CPUs better
| 
| M	Jenkinsfile
| 
* commit 3cd6c97a6f92c0bdb5fc004f4ca5132fa26d01fe
| Author: Adrian Pop 
| Date:   Fri Aug 31 00:42:26 2018 +0200
| 
|     * OMEdit e8f50b1...65f0077 (1):
|       > test to find out if we need to link with -lboost_regex
| 
| M	OMEdit
| 
* commit b5c066c7672cc00788f2eb3083a28ac1b5b809ef
| Author: Adrian Pop 
| Date:   Thu Aug 30 21:33:47 2018 +0200
| 
|     * OMSimulator e685d77...000c9a3 (1):
|       > fix issue in 32bit detection
| 
| M	OMSimulator
| 
* commit 1e30250c7bc8fc5cbc3170cf7b8dadcc9dd89f30
| Author: hudson 
| Date:   Thu Aug 30 19:21:40 2018 +0200
| 
|     * libraries c378ef9...27c715a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 277eb6f50793bb79b0d6e6ad2af5f9e31fbcea3f
| Author: Adrian Pop 
| Date:   Thu Aug 30 16:40:39 2018 +0200
| 
|     Updating submodules
|     * OMEdit 134ecff...e8f50b1 (1):
|       > fix 32bit architecture detection
|     
|     * OMSimulator 529d522...e685d77 (1):
|       > fix 32bit architecture detection
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 5b1b1c0a5ef35966f1cf67fa24926a5813ffb069
| Author: hudson 
| Date:   Thu Aug 30 15:04:47 2018 +0200
| 
|     Updating submodules
|     * OMEdit e29273e...134ecff (1):
|       > The OMSimulator library is now called OMSimulator
|     
|     * OMSimulator f3c4549...529d522 (2):
|       > Add a Jenkins pipeline
|       > Updating OMTLMSimulator
| 
| M	OMEdit
| M	OMSimulator
| 
* commit c6e823ecd358d852e32459eb89fa89595fc449d1
| Author: Adrian Pop 
| Date:   Thu Aug 30 13:42:06 2018 +0200
| 
|     * OMSimulator 2f1e553...f3c4549 (1):
|       > for cmake < 3.1 use CMAKE_CXX_FLAGS to set -std=c++11
| 
| M	OMSimulator
| 
* commit a372db6ab27f2ad03106c27d3f09a0467519e33f
| Author: Lennart Ochel 
| Date:   Thu Aug 30 11:14:41 2018 +0200
| 
|     * OMSimulator 0e5a43e...2f1e553 (1):
|       > Fix heap-buffer-overflow in oms2::Solver::doStep
| 
| M	OMSimulator
| 
* commit e085afd0f724d63d7f8903904ed7cda5cedd31c1
| Author: Adrian Pop 
| Date:   Thu Aug 30 02:02:21 2018 +0200
| 
|     * OMSimulator 29000a1...0e5a43e (3):
|       > Updating OMTLMSimulator
|       > Updating 3rdParty
|       > use RegEx from OMSimulator/3rdParty/RegEx
| 
| M	OMSimulator
| 
* commit 81deaaac471941d73fd55ef525acf97af2afa54f
| Author: vruge 
| Date:   Wed Aug 29 22:21:42 2018 +0200
| 
|     * OMCompiler 13b403f...46d9c5b (1):
|       > [BE] fixes for inStream
| 
| M	OMCompiler
| 
* commit 506174a3eb2af95d9e45de45c330217677f9e180
| Author: vruge 
| Date:   Wed Aug 29 21:34:57 2018 +0200
| 
|     * OMCompiler 49624ef...13b403f (1):
|       > [BE] fixes for inStream
| 
| M	OMCompiler
| 
* commit 3e5d1317f1add8036103eba393afeed99c7f3e95
| Author: Adrian Pop 
| Date:   Wed Aug 29 20:22:47 2018 +0200
| 
|     * OMSimulator 311f596...29000a1 (2):
|       > Updating OMTLMSimulator
|       > Updating 3rdParty
| 
| M	OMSimulator
| 
* commit 77ffbebce7273983a6125e761278f3646f61984e
| Author: hudson 
| Date:   Wed Aug 29 19:21:04 2018 +0200
| 
|     * libraries b5370e3...c378ef9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 203308d18aa06c656acb022e45163a324d20e58e
| Author: Lennart Ochel 
| Date:   Wed Aug 29 18:12:40 2018 +0200
| 
|     * OMSimulator 72038da...311f596 (1):
|       > Updating testsuite
| 
| M	OMSimulator
| 
* commit 03eb73333a7da8eca148877cd25bd7e54b63cb3a
| Author: Adrian Pop 
| Date:   Wed Aug 29 17:32:16 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 51e9b19...49624ef (1):
|       > better Qt log
|     
|     * OMEdit dd04946...e29273e (2):
|       > filter omcommunication.log on #s# to get a csv that you can check for performance
|       > link with boost_atomic for i386 linux
|     
|     * OMSimulator e8ea4d5...72038da (1):
|       > link with boost_atomic for i386 linux
| 
| M	OMCompiler
| M	OMEdit
| M	OMSimulator
| 
* commit 2d93dc84a7594494f5910d8e3c3d2bd046b739fa
| Author: hudson 
| Date:   Wed Aug 29 13:20:03 2018 +0200
| 
|     Updating submodules
|     * OMEdit 17d07da...dd04946 (1):
|       > link with -latomic on i386 needed by libOMSimulatorLib.so
|     
|     * OMSimulator b99691a...e8ea4d5 (1):
|       > Fix build with disabled tlm simulator
| 
| M	OMEdit
| M	OMSimulator
| 
* commit b3cc06409a63a84b47a4549a046aec0033fa5211
| Author: Adrian Pop 
| Date:   Wed Aug 29 11:38:23 2018 +0200
| 
|     * OMSimulator 2322e50...b99691a (1):
|       > propagate ABI via cmake
| 
| M	OMSimulator
| 
* commit 355aa4338fc6c6f1236c1194acf1cb995c5b6984
| Author: niklwors 
| Date:   Wed Aug 29 11:05:19 2018 +0200
| 
|     * OMCompiler 9499275...51e9b19 (1):
|       > [cppruntime] fixed division by zero during setting start values
| 
| M	OMCompiler
| 
* commit 5dac071fb64f345d276efea53dc162b02b926ce3
| Author: Adrian Pop 
| Date:   Wed Aug 29 09:15:51 2018 +0200
| 
|     * OMSimulator 14c8124...2322e50 (1):
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit 240897955979e014d0f80c7bf3ddfe4b21623604
| Author: Adrian Pop 
| Date:   Wed Aug 29 08:04:18 2018 +0200
| 
|     * OMSimulator b4ebae6...14c8124 (1):
|       > change libOMSimulatorLib in libOMSimulatorLua to use rpath on install
| 
| M	OMSimulator
| 
* commit 60a720e73f87a0c13cec65998d9e7eb23b550eed
| Author: Adrian Pop 
| Date:   Wed Aug 29 01:33:16 2018 +0200
| 
|     * OMSimulator a6a63bd...b4ebae6 (1):
|       > Updating 3rdParty
| 
| M	OMSimulator
| 
* commit 7cf73fdf8c0f85f1aeda5c85288a0dbf76f05c18
| Author: Adrian Pop 
| Date:   Wed Aug 29 00:01:47 2018 +0200
| 
|     * OMSimulator 0c68577...a6a63bd (2):
|       > call install_name_tool during install
|       > MacOS fixes, output host_short for debug - use install_name_tool right after install - fix typo host_tripple -> host_short
| 
| M	OMSimulator
| 
* commit 725b908f1de70dfcb010238fc46c09b6c882f800
| Author: hudson 
| Date:   Tue Aug 28 19:24:50 2018 +0200
| 
|     * libraries 08bb3db...b5370e3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e93aae18cc0348f4e56ec13df0e9fcdd20553afc
| Author: Lennart Ochel 
| Date:   Tue Aug 28 17:44:32 2018 +0200
| 
|     * doc 956eafc...9aae697 (1):
|       > Fix volume and number
| 
| M	doc
| 
* commit 2b4cd30f4b7e84578b76a0bf93fbbb29174fd6d8
| Author: Lennart Ochel 
| Date:   Tue Aug 28 17:08:56 2018 +0200
| 
|     * doc 2bfa701...956eafc (1):
|       > Add pages to openmodelica.org:fritzson:sne:2005
| 
| M	doc
| 
* commit 05f908c66129c3b915344b121976d4bdd6684769
| Author: hudson 
| Date:   Tue Aug 28 16:38:29 2018 +0200
| 
|     Updating submodules
|     * OMEdit d81695e...17d07da (1):
|       > Save the output format in the simulation flags annotation.
|     
|     * OMSimulator 0919d27...0c68577 (1):
|       > Exists function for TLMCompositeModel
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 42a23c0445119f8760b90dc6a553e40bb6a13717
| Author: Adeel Asghar 
| Date:   Tue Aug 28 15:42:29 2018 +0200
| 
|     * OMEdit 9199a1a...d81695e (2):
|       > Allow modifying the SSD of the composite models Load the updated text back when user switches to diagram view.
|       > Added a text view for OMSimulator models
| 
| M	OMEdit
| 
* commit f51e921d9edb58319052b3567cde1e2807098735
| Author: hudson 
| Date:   Tue Aug 28 14:46:29 2018 +0200
| 
|     * OMSimulator a617c42...0919d27 (3):
|       > Forgot to call `oms2_freeMemory` in the python binding of `oms2_parseString` Documentation for `oms2_freeMemory`
|       > Load ssd files from command line
|       > Fix broken link to OMDev repository
| 
| M	OMSimulator
| 
* commit d1e0a57074db89bcb3bd0e0062e53927d824637d
| Author: Adeel Asghar 
| Date:   Tue Aug 28 13:30:29 2018 +0200
| 
|     * OMSimulator 85da666...a617c42 (1):
|       > Added new API `oms2_parseString` Parses the composite model xml and returns the model name without loading the model into the scope. Update `oms2_loadModelFromString` to `oms2_loadString`
| 
| M	OMSimulator
| 
* commit 660c7dbdeec278adb901334466b6043ce7ce1d47
| Author: Per Östlund 
| Date:   Tue Aug 28 11:47:26 2018 +0200
| 
|     * OMCompiler 6d27fdf...9499275 (1):
|       > [NF] Relax connector check for e.g. isRoot.
| 
| M	OMCompiler
| 
* commit b9625ef3875b3fd3505babdf8a22325b53d28823
| Author: Adrian Pop 
| Date:   Tue Aug 28 09:55:41 2018 +0200
| 
|     * OMSimulator 4f38ba4...85da666 (1):
|       > fix MacOS RPATH and i386 Linux libatomic need - change the link path for omtlmsimulator lib, use it from the install folder, where MacOS installs it properly - for windows msvc keep the same omtlmsimulator lib path as before
| 
| M	OMSimulator
| 
* commit 7440848ff0a101f0adac8f5ad7b8b0f687b06ffa
| Author: Adrian Pop 
| Date:   Mon Aug 27 23:21:39 2018 +0200
| 
|     * OMSimulator 4579bae...4f38ba4 (1):
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit f452fd439fe2de7b6873f91443712dcf47c8a943
| Author: hudson 
| Date:   Mon Aug 27 19:21:10 2018 +0200
| 
|     * libraries 01a9805...08bb3db (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7e8ee622d240c56c2b71f6071a411d03e2df8de6
| Author: Robert Braun 
| Date:   Mon Aug 27 14:47:46 2018 +0200
| 
|     * OMSimulator 2b8c493...4579bae (2):
|       > Updating testsuite
|       > Correct communication interval for TLM submodels
| 
| M	OMSimulator
| 
* commit 0dd024ec9d6df73b42b5327fd64c0b3ecb616121
| Author: Lennart Ochel 
| Date:   Mon Aug 27 13:37:43 2018 +0200
| 
|     * OMSimulator fa816ec...2b8c493 (1):
|       > Fix oms2::Solver::freeSolver
| 
| M	OMSimulator
| 
* commit 524c44def7bef5700eaddb9e36b01b4ccf4897d5
| Author: Lennart Ochel 
| Date:   Mon Aug 27 11:54:02 2018 +0200
| 
|     * OMSimulator 2dfc72c...fa816ec (2):
|       > Updating testsuite
|       > Swap arguments of oms2_saveModel
| 
| M	OMSimulator
| 
* commit d3ee744cff9ad3a330bff55b8fa8a7b4e47f61b9
| Author: Lennart Ochel 
| Date:   Mon Aug 27 10:52:39 2018 +0200
| 
|     * OMSimulator eacf2cf...2dfc72c (1):
|       > Fix documentation of oms2_saveModel
| 
| M	OMSimulator
| 
* commit 115163687545d922e75c12879afafb123bbb24bc
| Author: Martin Sjölund 
| Date:   Mon Aug 27 08:45:47 2018 +0200
| 
|     * OMSimulator 9143932...eacf2cf (1):
|       > Support compiling without TLM again
| 
| M	OMSimulator
| 
* commit 7c8fb3569532ffa4fc6e2583f10f6f02efd93da6
| Author: Adrian Pop 
| Date:   Mon Aug 27 04:22:28 2018 +0200
| 
|     * OMSimulator 63c857b...9143932 (1):
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit 1dd6b5827ef3ca50b02f2c859ffc8e10ef936924
| Author: Adrian Pop 
| Date:   Mon Aug 27 03:06:43 2018 +0200
| 
|     * OMSimulator 63555df...63c857b (1):
|       > try a MacOS fix
| 
| M	OMSimulator
| 
* commit 521c0fb3284959dd7c22fe49d2ce61081270cf93
| Author: Adrian Pop 
| Date:   Mon Aug 27 00:40:21 2018 +0200
| 
|     propagate compiler and flags
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#88
| 
| M	Makefile.in
| M	configure.ac
| 
* commit d1df4445dc0adf65275830a8e7c6cef9700847a8
| Author: Adrian Pop 
| Date:   Mon Aug 27 00:16:27 2018 +0200
| 
|     * OMSimulator 0c84aa7...63555df (1):
|       > update clang check to 3.8.0
| 
| M	OMSimulator
| 
* commit 3d70143247176f8572b0fe2664685d9c2e501672
| Author: Adrian Pop 
| Date:   Sun Aug 26 23:14:54 2018 +0200
| 
|     * OMSimulator 18d7169...0c84aa7 (2):
|       > Updating OMTLMSimulator
|       > use boost::regex instead of std::regex for old and dumb compilers
| 
| M	OMSimulator
| 
* commit 293bb4d279d3e67ac7bfd259e07127c9d41a80d9
| Author: Adrian Pop 
| Date:   Sun Aug 26 19:06:04 2018 +0200
| 
|     * OMSimulator eb377bd...18d7169 (1):
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit c8cfcf23c7f89482311d756859acce7595611447
| Author: Adrian Pop 
| Date:   Sun Aug 26 01:21:19 2018 +0200
| 
|     * OMSimulator 53be3c4...eb377bd (1):
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit fbb75b6834c87ae74f5e520332d2fa3e9bb35b14
| Author: Adrian Pop 
| Date:   Sat Aug 25 23:58:32 2018 +0200
| 
|     * OMSimulator acbcc8e...53be3c4 (1):
|       > propagate flags
| 
| M	OMSimulator
| 
* commit 3c90d8c66cac0d6c2cfe58ca9723870289052d46
| Author: hudson 
| Date:   Sat Aug 25 19:20:35 2018 +0200
| 
|     * libraries d2a1cc0...01a9805 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 53a43cf49aee743484bfa7c1ad96f65f49002087
| Author: hudson 
| Date:   Fri Aug 24 19:22:55 2018 +0200
| 
|     * libraries 81861c4...d2a1cc0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4f0d76da40b57b6091050b3959b8a5eebc8d2da2
| Author: Lennart Ochel 
| Date:   Fri Aug 24 17:42:28 2018 +0200
| 
|     * OMSimulator e8a2eda...acbcc8e (2):
|       > New API: oms2_exists
|       > Fix line endings
| 
| M	OMSimulator
| 
* commit 2fed2bc9c8e8ca247e2b47fab260c579aa3edb94
| Author: Per Östlund 
| Date:   Fri Aug 24 13:17:36 2018 +0200
| 
|     * OMCompiler 62dcbfd...6d27fdf (1):
|       > [NF] Fix SimplifyExp.simplifySubscriptedExp.
| 
| M	OMCompiler
| 
* commit f8f5f4d6a36a449268759624b1449890b01675e5
| Author: hudson 
| Date:   Thu Aug 23 19:22:56 2018 +0200
| 
|     * libraries 8956ed8...81861c4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3f87fa689e7597df29a7188001184466bac3da99
| Author: hudson 
| Date:   Thu Aug 23 16:48:32 2018 +0200
| 
|     * OMSimulator 2a7f5b5...e8a2eda (3):
|       > proper disable ceres *and* dependencies
|       > Update documentation
|       > Fix oms2_loadModel
| 
| M	OMSimulator
| 
* commit 90752133c4501e7bdb5301c5de796b383325d639
| Author: Robert Braun 
| Date:   Thu Aug 23 15:23:45 2018 +0200
| 
|     * OMSimulator 3ce1b97...2a7f5b5 (2):
|       > Updating testsuite
|       > Move reading/writing TLM sockets to solver class
| 
| M	OMSimulator
| 
* commit 8afd170fad3e398745472ea86729984ee29c0384
| Author: Robert Braun 
| Date:   Thu Aug 23 14:05:39 2018 +0200
| 
|     * OMSimulator 235eaea...3ce1b97 (1):
|       > Fix array size for initial TLM values
| 
| M	OMSimulator
| 
* commit 9f65d5834dd9855657095d0832436b6ec5e57639
| Author: Lennart Ochel 
| Date:   Thu Aug 23 13:11:45 2018 +0200
| 
|     * OMSimulator d13cdc5...235eaea (1):
|       > Add API to delete solver instance
| 
| M	OMSimulator
| 
* commit 343f1f465d41696535d99c8428732c20112de476
| Author: Robert Braun 
| Date:   Thu Aug 23 09:24:28 2018 +0200
| 
|     * OMSimulator db85eee...d13cdc5 (1):
|       > Fix number of arguments for setTLMInitialValues()
| 
| M	OMSimulator
| 
* commit 66756a6bf595ea994734bb5ca124b4249db3101d
| Author: Robert Braun 
| Date:   Thu Aug 23 08:24:43 2018 +0200
| 
|     * OMSimulator 9105dab...db85eee (2):
|       > Set initial flow for TLM connections
|       > Read from sockets before initializing FMUs
| 
| M	OMSimulator
| 
* commit 5ef31f0712fcd7ccd505ec29a8d3567352611f3b
| Author: Adeel Asghar 
| Date:   Thu Aug 23 00:15:28 2018 +0200
| 
|     * OMSimulator 04cf9c9...9105dab (1):
|       > Added API `oms2_loadModelFromString`
| 
| M	OMSimulator
| 
* commit 27c3f9a230896a45d60b1dc44eb4d87c3b2034d2
| Author: Adrian Pop 
| Date:   Wed Aug 22 23:39:07 2018 +0200
| 
|     * OMSimulator 8e72fcc...04cf9c9 (1):
|       > missed one  dependent lib path
| 
| M	OMSimulator
| 
* commit 37bf8e1e0c84da5295236552d3466b52fc5dd92e
| Author: hudson 
| Date:   Wed Aug 22 20:43:48 2018 +0200
| 
|     Updating submodules
|     * OMSimulator 913ebf1...8e72fcc (1):
|       > fix lib path
|     
|     * libraries 5591dd8...8956ed8 (1):
|       > Bump libraries
| 
| M	OMSimulator
| M	libraries
| 
* commit 5030f49caac4c8bc25e89a08c13b738698a183e4
| Author: adrpo 
| Date:   Wed Aug 22 19:20:08 2018 +0200
| 
|     update OMSimulator submodule
| 
| M	OMSimulator
| 
* commit b076cdc48dc674897eb2338d06da435b5e851414
| Author: adrpo 
| Date:   Wed Aug 22 19:10:41 2018 +0200
| 
|     more propagation needed
| 
| M	Makefile.in
| 
* commit af74615a7db1d739f7b354e5a0819df8721b87f6
| Author: Lennart Ochel 
| Date:   Wed Aug 22 17:19:45 2018 +0200
| 
|     * OMSimulator 3c15e82...6cb8300 (1):
|       > Better check for invalid identifiers
| 
| M	OMSimulator
| 
* commit 8a9849295fb3631b38a4b403f5e367020928ab23
| Author: Adeel Asghar 
| Date:   Wed Aug 22 16:32:08 2018 +0200
| 
|     * OMSimulator abb122e...3c15e82 (3):
|       > Use `oms2_freeMemory` instead of free.
|       > `oms2_freeMemory` API to free the memory from python binding Update the documentation
|       > Added a new API `oms2_listModel` Lists the contents of a composite model. Needed to have a text view of composite model in OMEdit.
| 
| M	OMSimulator
| 
* commit 78bcdc5a83db6ac93aafb7b29e7eb99d6a46c377
| Author: Lennart Ochel 
| Date:   Wed Aug 22 15:37:00 2018 +0200
| 
|     * OMSimulator c241aaf...abb122e (3):
|       > Updating testsuite
|       > Use oms2_deleteConnection to unconnect solvers from FMUs
|       > Use oms2_addConnection to connect solvers with FMUs
| 
| M	OMSimulator
| 
* commit 1b422a35e40e954e5233a9e189c957cd0d6f3ee0
| Author: Per Östlund 
| Date:   Wed Aug 22 14:54:04 2018 +0200
| 
|     * OMCompiler 4e5b4c7...62dcbfd (1):
|       > [NF] Fix access violation check for Lookup.
| 
| M	OMCompiler
| 
* commit d3cc613e19c3643c5b636e14482045f4a8b6f56f
| Author: Martin Sjölund 
| Date:   Wed Aug 22 13:14:17 2018 +0200
| 
|     Remove working tests from failures
| 
| M	.CI/compliance-newinst.failures
| 
* commit a8cd3324d726d1a044ac1d230e4709456d453dde
| Author: Martin Sjölund 
| Date:   Wed Aug 22 13:39:39 2018 +0200
| 
|     Update submodule
| 
| M	OMCompiler
| 
* commit 5771c2046f5ae7b48be1338fdf55283a371244cb
| Author: Adrian Pop 
| Date:   Wed Aug 22 12:15:17 2018 +0200
| 
|     propagate host_short to OMSimulator
| 
| M	Makefile.in
| 
* commit 975b5cf3fc95e5c2d9b23fb3949fd50e6e275b84
| Author: Per Östlund 
| Date:   Wed Aug 22 12:18:50 2018 +0200
| 
|     * OMCompiler f558b3b...6a4d8d1 (1):
|       > [NF] Make protected class lookup possible.
| 
| M	OMCompiler
| 
* commit 5d3e15583e811facfcd2f6483c155cb24463b60b
| Author: Robert Braun 
| Date:   Wed Aug 22 09:43:30 2018 +0200
| 
|     * OMSimulator 90d0ca7...c241aaf (1):
|       > Updating OMTLMSimulator
| 
| M	OMSimulator
| 
* commit 754ea3d22ccb8b77b0a293f10fc6b843c21792d4
| Author: Martin Sjölund 
| Date:   Wed Aug 22 07:44:57 2018 +0200
| 
|     * OMSimulator 3d68ae6...90d0ca7 (1):
|       > Updating 3rdParty
| 
| M	OMSimulator
| 
* commit 6c673371bc16016135d5d0b8c1192f56c82d4f62
| Author: Per Östlund 
| Date:   Tue Aug 21 11:34:16 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 07b398d...f558b3b (1):
|       > [NF] Improve handling of matrix().
|     
|     * testsuite 72fc673...ffd9391 (1):
|       > [NF] Update matrix() test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1b600ac29d1977471a55e156faed752f9f91db8a
| Author: hudson 
| Date:   Mon Aug 20 19:52:21 2018 +0200
| 
|     * libraries 3fb07e8...5591dd8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ce121fda90e38a9541c3065ac905bd2a06d7c1fc
| Author: Adrian Pop 
| Date:   Mon Aug 20 19:13:25 2018 +0200
| 
|     * OMCompiler 11eaca3...07b398d (1):
|       > use 'start' attribute if parameter has no binding (ticket:5065) - better Component.getFixedAttribute implementation - use start attribute if the component has no binding and has fixed=true (or has no fixed and is a parameter or structural parameter)
| 
| M	OMCompiler
| 
* commit 665574cf66915f914a56133072051844828ba0b8
| Author: Per Östlund 
| Date:   Mon Aug 20 17:11:19 2018 +0200
| 
|     * OMCompiler 2bfa83f...11eaca3 (1):
|       > [NF] Inline the skew operator.
| 
| M	OMCompiler
| 
* commit 97099ca68fccd5bfee3ef4b2d72cd0722c1e23e1
| Author: Lennart Ochel 
| Date:   Mon Aug 20 15:01:51 2018 +0200
| 
|     Disable OMSysIdent on Linux and Mac
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#85
| 
| M	Makefile.in
| 
* commit df986d34407c216a6dc7408c5d01e7c02c6b43d4
| Author: Per Östlund 
| Date:   Mon Aug 20 13:01:07 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2e978c5...2bfa83f (1):
|       > [NF] Fix expansion of cref slices.
|     
|     * testsuite a40caf2...72fc673 (1):
|       > [NF] Add subscripting tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f82dbcec8e7d6bc3316edcc560b9233f314d54a3
| Author: hudson 
| Date:   Sun Aug 19 19:21:17 2018 +0200
| 
|     * libraries fde517a...3fb07e8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7f57e4b6d21b9199fc03866631ee6bb5ee805ff3
| Author: Adrian Pop 
| Date:   Sat Aug 18 14:28:19 2018 +0200
| 
|     * OMCompiler 5698726...2e978c5 (1):
|       > [NF] Expandable Connectors [ticket:5015] - partial implementation - during lookup create virtual crefs - during typing, type virtual crefs
| 
| M	OMCompiler
| 
* commit 78b63dd51cadb851515cab8496551ebac86b6be4
| Author: hudson 
| Date:   Fri Aug 17 19:21:35 2018 +0200
| 
|     * libraries 04559af...fde517a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6deb227a9f0babd5823a1c5c76c3fe8767f8815f
| Author: Adrian Pop 
| Date:   Fri Aug 17 12:39:55 2018 +0200
| 
|     * OMSimulator 06eaacd...3d68ae6 (2):
|       > Updating 3rdParty
|       > catch the exception
| 
| M	OMSimulator
| 
* commit a2f53956922701b3238576b964bbffbd5c1be448
| Author: Adeel Asghar 
| Date:   Fri Aug 17 10:21:52 2018 +0200
| 
|     Updating submodules
|     * OMEdit 6920ca9...9199a1a (1):
|       > Use oms2_getSubModelPath for tables
|     
|     * OMSimulator 6780103...06eaacd (2):
|       > Improved loading of submodels Exit the loop when connector is found.
|       > Updated `oms2_getFMUPath` to `oms2_getSubModelPath` Returns the path of both FMU and table submodel.
| 
| M	OMEdit
| M	OMSimulator
| 
* commit 34625bbca17fb69aaf429ca4c5a65e9f07cff2ee
| Author: hudson 
| Date:   Thu Aug 16 19:21:01 2018 +0200
| 
|     * libraries 965ca0a...04559af (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 879072c6bdf46c92f162f877553479d45df62ae7
| Author: Adeel Asghar 
| Date:   Thu Aug 16 14:35:49 2018 +0200
| 
|     * OMSimulator 71a4c96...6780103 (2):
|       > Export table submodel to ssd
|       > Add table submodel outputs as connectors
| 
| M	OMSimulator
| 
* commit 876da2a20803f91f5e2b17e4138332717141adc9
| Author: Adrian Pop 
| Date:   Thu Aug 16 13:20:37 2018 +0200
| 
|     * OMCompiler 444fbec...5698726 (1):
|       > make sure people git clone OMDev properly
| 
| M	OMCompiler
| 
* commit a69d2940198ce778f2c63419c73aa62ac8f5282c
| Author: hudson 
| Date:   Wed Aug 15 19:20:59 2018 +0200
| 
|     * libraries 605d29c...965ca0a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1dbb1fcfaf6b100ce7cac1c041d1162a9ed5109d
| Author: hudson 
| Date:   Tue Aug 14 19:20:59 2018 +0200
| 
|     * libraries ded2b82...605d29c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 388bc2952b17cce6312ad39d4af2dae4cd5e1f8f
| Author: Adeel Asghar 
| Date:   Tue Aug 14 13:20:59 2018 +0200
| 
|     * OMEdit a937586...6920ca9 (1):
|       > Updated the copyright text year.
| 
| M	OMEdit
| 
* commit be21a67f14268ac838684b65cb48e093465c5616
| Author: hudson 
| Date:   Tue Aug 14 12:34:38 2018 +0200
| 
|     * OMEdit 390f239...a937586 (3):
|       > Few minor fixes Removed LibraryTreeItem::callFunction as is not needed. Added copyright text to FunctionArgumentDialog files. Use Label instead of QLabel. Do not fetch the components again and again. Just load the class and get the components from it. Read the class comment from LibraryTreeItem. FunctionArgumentDialog formatting.
|       > Implement detailed function arguments dialog
|       > Add "Call function" context menu item
| 
| M	OMEdit
| 
* commit 507d780413660d19da3e7611c80df5953517d31c
| Author: Martin Sjölund 
| Date:   Tue Aug 14 10:10:40 2018 +0200
| 
|     Add email notification
| 
| M	Jenkinsfile
| 
* commit 85d27d0481691fc78a095a088d0eefcd5425d714
| Author: Adeel Asghar 
| Date:   Mon Aug 13 14:36:06 2018 +0200
| 
|     * OMEdit 1c58f5d...390f239 (1):
|       > ticket:4956 Fixed color and width of connecting lines Use the color of the icon layer first shape for connection line. Use the thickness 0.5 when both connectors are expandable otherwise 0.25
| 
| M	OMEdit
| 
* commit 4ccf8b957eed10baf63308828debfcda2bd06a77
| Author: Per Östlund 
| Date:   Mon Aug 13 12:41:13 2018 +0200
| 
|     * OMCompiler f2acbf5...444fbec (1):
|       > [NF] Fix parent in Inst.instComponentExpressions.
| 
| M	OMCompiler
| 
* commit 9435525a6e590112d70893802ca9374fe4148fab
| Author: Per Östlund 
| Date:   Mon Aug 13 12:17:56 2018 +0200
| 
|     * OMCompiler 9840114...f2acbf5 (1):
|       > Fix InstUtil.splitInnerAndOtherTplLstElementMod.
| 
| M	OMCompiler
| 
* commit 570edc59a2f04a058f8e88be96f2d67f04a23a94
| Author: Per Östlund 
| Date:   Mon Aug 13 10:27:16 2018 +0200
| 
|     * OMCompiler 01f7068...9840114 (1):
|       > [NF] Potential fix for #5063.
| 
| M	OMCompiler
| 
* commit 49431de9253a87a17bf6d935277137c964a8aa10
| Author: Per Östlund 
| Date:   Mon Aug 13 10:00:28 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 363af9f...01f7068 (1):
|       > [NF] Fix instantiation of derived classes.
|     
|     * testsuite 9533d85...a40caf2 (1):
|       > [NF] Add test for derived root class.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1ca0a293129b663f6bb3f0a016e55b9c22b9e623
| Author: Adrian Pop 
| Date:   Sun Aug 12 17:00:55 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ceb595e...363af9f (1):
|       > include function name in the error message for clarity
|     
|     * testsuite e031642...9533d85 (1):
|       > update tests due to error message change
| 
| M	OMCompiler
| M	testsuite
| 
* commit bda7689a72025a8d91823dca5e6db46485b421c0
| Author: Adrian Pop 
| Date:   Sat Aug 11 13:12:30 2018 +0200
| 
|     * OMCompiler 11bce5a...ceb595e (1):
|       > [NF] do not set structural parameter variability for constants if they have annotation(Evaluate=true)
| 
| M	OMCompiler
| 
* commit 9c748783dc8428393de5171c460b129f9bed8d4f
| Author: Adrian Pop 
| Date:   Fri Aug 10 23:59:03 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4182336...11bce5a (1):
|       > [NF] better error messages and more evaluation of parameters - evaluate parameters with annotation(Evaluate=true), make them structural parameters - give the deduced variability of the expression that doesn't match the expected variability - fix ticket:5062, add an warning message for parameter Type p(fixed=true) annotation(Evaluate=true); with no binding - handle ticket:5061 by accepting parameters in the public section of the functions and issue a warning
|     
|     * testsuite 4c3f855...e031642 (1):
|       > update tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit af630a995c477fa8d5f6420cad9d4a41738b57d9
| Author: hudson 
| Date:   Fri Aug 10 19:21:30 2018 +0200
| 
|     * libraries 339214a...ded2b82 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f7bf3b87e40c01557fecf72486cc49b5bdb55e80
| Author: Adrian Pop 
| Date:   Fri Aug 10 17:33:56 2018 +0200
| 
|     * OMSimulator 2eb3b5b...71a4c96 (1):
|       > Updating 3rdParty
| 
| M	OMSimulator
| 
* commit 91599f81e6a3204c33efa875a8801d17c70086b8
| Author: Martin Sjölund 
| Date:   Thu Aug 9 13:48:37 2018 +0200
| 
|     Fix name of env.var used in the script
|     
|     COMPLIANCEEXTRAOMFLAGS is the variable used in the script, which reads
|     from env.var COMPLIANCEEXTRAFLAGS.
|     
|     Updated the expected failures since now newInst runs properly.
| 
| M	.CI/compliance-newinst.failures
| M	Jenkinsfile
| 
* commit 0bbdeb99d305b2d98828f67d13b04abca8aa2353
| Author: hudson 
| Date:   Fri Aug 10 14:03:20 2018 +0200
| 
|     * libraries 9db1122...339214a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 00bdc5de3c31a8b82368a9a8f160fdb98d19b483
| Author: Martin Sjölund 
| Date:   Fri Aug 10 13:45:22 2018 +0200
| 
|     * libraries 035bd9a...9db1122 (1):
|       > Change AixLib repo to the upstream
| 
| M	libraries
| 
* commit 63a7f6b5daaa4e6abeed27c4d5bb14cb28eaa344
| Author: Martin Sjölund 
| Date:   Fri Aug 10 11:37:21 2018 +0200
| 
|     * testsuite 52b1693...4c3f855 (1):
|       > Ignore hwloc warnings
| 
| M	testsuite
| 
* commit 7d133bbfe348668a4ef6a461d1b6388e9d5718de
| Author: Martin Sjölund 
| Date:   Fri Aug 10 08:50:56 2018 +0200
| 
|     * OMCompiler 47f3ecb...4182336 (1):
|       > Fix use before define
| 
| M	OMCompiler
| 
* commit e68f64c3a345b30bfd99c2777506d0b3a831d5c2
| Author: Martin Sjölund 
| Date:   Fri Aug 10 07:53:58 2018 +0200
| 
|     * OMCompiler 8423437...47f3ecb (1):
|       > Allow the compliance suite tests to crash
| 
| M	OMCompiler
| 
* commit 5e22e1b44a8bc12c9c634bb31d981132e775c1f0
| Author: hudson 
| Date:   Thu Aug 9 14:47:27 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fabb954...8423437 (1):
|       > [Backend] do not hide $-variables in result file
|     
|     * testsuite d199cb7...52b1693 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit fc664b9f5da4c706f7f4eac12929aada1c22e88d
| Author: Martin Sjölund 
| Date:   Thu Aug 9 13:09:43 2018 +0200
| 
|     Jenkins does not inherit env.vars
|     
|     Use a function instead of env.variable to calculate the name of the
|     branch instead of using a top-level environment variable since it
|     might not be inherited properly.
| 
| M	Jenkinsfile
| 
* commit 92079816644bdece0f62944ef2f8a79c2fe4f922
| Author: Martin Sjölund 
| Date:   Wed Jul 4 08:14:55 2018 +0200
| 
|     Add a Jenkins stage for testing ModelicaCompliance
|     
|     The file .CI/compliance*.failures contains a list of tests expected to
|     fail.
|     These need to be updated in order to pass Jenkins whenever a test starts
|     or stops working.
| 
| A	.CI/compliance-newinst.failures
| A	.CI/compliance.failures
| M	Jenkinsfile
| 
* commit 30a18587ce5b967068a4a88750439b5106149195
| Author: Martin Sjölund 
| Date:   Thu Aug 9 10:29:48 2018 +0200
| 
|     * testsuite f3ff402...d199cb7 (1):
|       > Use `chmod a-w` instead of `-w`
| 
| M	testsuite
| 
* commit 528a8d497a0ffc207b9f23b2f4c752381e3c4573
| Author: Martin Sjölund 
| Date:   Thu Aug 9 09:20:05 2018 +0200
| 
|     * OMCompiler 9489b47...fabb954 (1):
|       > Improve stack overflow detection for compliance suite
| 
| M	OMCompiler
| 
* commit da15f8a813c8d631ac43d22c01fdaf5e05f816b2
| Author: Martin Sjölund 
| Date:   Thu Aug 9 08:42:39 2018 +0200
| 
|     * testsuite fa11a5b...f3ff402 (1):
|       > Disable crane C++ FMU test
| 
| M	testsuite
| 
* commit b5df44a863a5039ae419eab060d28b98fe4b1d78
| Author: Martin Sjölund 
| Date:   Wed Aug 8 12:51:32 2018 +0200
| 
|     * OMCompiler 6bfa734...9489b47 (1):
|       > Handle stack overflow for compliance suite test
| 
| M	OMCompiler
| 
* commit 3921cdac7e796a564f0721985a1bf94dbd29b2fe
| Author: Martin Sjölund 
| Date:   Wed Aug 8 10:54:06 2018 +0200
| 
|     * OMCompiler 63848be...6bfa734 (1):
|       > Avoid backslashes in JSON strings
| 
| M	OMCompiler
| 
* commit 52d4cc7fc68847525f055e89d1904aa3fc7f3abd
| Author: Julien Schueller 
| Date:   Wed Aug 8 06:45:55 2018 +0200
| 
|     * OMCompiler 80b06e9...63848be (1):
|       > Add cp -r option to ${builddir_share}/omc/runtime/
| 
| M	OMCompiler
| 
* commit 780c1892479697dc64e4c636ac08a9222d218d41
| Author: hudson 
| Date:   Tue Aug 7 19:21:58 2018 +0200
| 
|     * libraries 4286827...035bd9a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 50fb18ac862f830d659d9b6bcfe90839d92d1e65
| Author: Lennart Ochel 
| Date:   Tue Aug 7 14:05:02 2018 +0200
| 
|     * OMSimulator 788f5d3...2eb3b5b (2):
|       > Add --solver
|       > Remove --masterAlgorithm
| 
| M	OMSimulator
| 
* commit a9dfcef5e8116ec31cafc755801f89d0170edcf9
| Author: Lennart Ochel 
| Date:   Tue Aug 7 12:49:40 2018 +0200
| 
|     * OMSimulator 8a15e56...788f5d3 (3):
|       > Updating testsuite
|       > Add model exchange mode
|       > Update doc
| 
| M	OMSimulator
| 
* commit 79ee1ec20c61afbc6b4eeb31136f4cb640eabdf7
| Author: Martin Sjölund 
| Date:   Tue Aug 7 11:11:46 2018 +0200
| 
|     * OMCompiler 8c3db21...80b06e9 (1):
|       > Test all of the compliance suite
| 
| M	OMCompiler
| 
* commit 08c8bcc62efbd076706c4c502cc9ec193f768e66
| Author: Adrian Pop 
| Date:   Tue Aug 7 00:17:54 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9ebd34b...8c3db21 (1):
|       > fix for ticket:5054 - proper prefixing (subscript transfer) of condition in Equation.IF
|     
|     * testsuite 500aa79...fa11a5b (1):
|       > test fix for ticket:5054
| 
| M	OMCompiler
| M	testsuite
| 
* commit c14ac78172e8cd7e78a26d1f6d6f37351ce7644e
| Author: hudson 
| Date:   Mon Aug 6 19:21:15 2018 +0200
| 
|     * libraries 46c6e5e...4286827 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6f2c2926b7983537eef65b43beadd329d7216065
| Author: Martin Sjölund 
| Date:   Mon Aug 6 14:22:14 2018 +0200
| 
|     * OMCompiler 7d6cb6d...9ebd34b (1):
|       > Compliance-Suite: Fix crash when simulation fails
| 
| M	OMCompiler
| 
* commit 85d435049ed4fdf30b9356c0a87d9ae1a7a64480
| Author: Martin Sjölund 
| Date:   Mon Aug 6 13:35:08 2018 +0200
| 
|     * OMCompiler 94cae26...7d6cb6d (1):
|       > Sort results of compliance suite testing
| 
| M	OMCompiler
| 
* commit 804457517adf80c69a62aa894ff2d67bc1bfc048
| Author: Adeel Asghar 
| Date:   Mon Aug 6 11:58:25 2018 +0200
| 
|     * OMEdit d86a2f0...1c58f5d (1):
|       > ticket:4640 Categorized OMEdit messages Added 4 tabs i.e., All, Notifications, Warnings and Error. The `All` tab becomes active whenever a new message is added.
| 
| M	OMEdit
| 
* commit 54366fb7deb44df2034a1c30222e649abdf4e988
| Author: Martin Sjölund 
| Date:   Mon Aug 6 09:31:37 2018 +0200
| 
|     OMSimulator requires HOME to be writeable
| 
| M	Jenkinsfile
| 
* commit 474315c245541a410ca45a8df9b1eab5e644b2b9
| Author: Martin Sjölund 
| Date:   Mon Aug 6 09:06:25 2018 +0200
| 
|     Add check for bad CRLF in commits
| 
| M	Jenkinsfile
| 
* commit b4dbfeaebfd4aabe406e8c30e70d5949b0722306
| Author: hudson 
| Date:   Sun Aug 5 19:23:21 2018 +0200
| 
|     * libraries 56ff54c...46c6e5e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit de68317d91ca09492b7cd1b2ce1cabafa8b16490
| Author: hudson 
| Date:   Sat Aug 4 19:20:03 2018 +0200
| 
|     * libraries c04d353...56ff54c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e26178947013daefbe53442961fc7122e42d17e0
| Author: Adeel Asghar 
| Date:   Fri Aug 3 17:04:40 2018 +0200
| 
|     * OMEdit 51c079c...d86a2f0 (1):
|       > Update according to OMSimulator signal format
| 
| M	OMEdit
| 
* commit 04847635d836670b430e39a2513b72e30e5b3ff5
| Author: Adeel Asghar 
| Date:   Fri Aug 3 13:33:57 2018 +0200
| 
|     * OMEdit 445f370...51c079c (1):
|       > OMSimulator rename functionality
| 
| M	OMEdit
| 
* commit 75dc9a1b28c99a069fc32e38bd930703ce60aa86
| Author: Volker Waurich 
| Date:   Fri Aug 3 10:08:45 2018 +0200
| 
|     * OMCompiler bab4ecd...94cae26 (1):
|       > copyFile call for scripting api
| 
| M	OMCompiler
| 
* commit 5594782fc9964f84ad74de58285c117b9920c5a2
| Author: Volker Waurich 
| Date:   Fri Aug 3 09:04:49 2018 +0200
| 
|     * OMCompiler 9d2a05f...bab4ecd (1):
|       > fix evalOutputOnly
| 
| M	OMCompiler
| 
* commit 592df5c7994bbea0576766bc08989bfa21dd9a77
| Author: Adrian Pop 
| Date:   Thu Aug 2 21:21:31 2018 +0200
| 
|     * OMCompiler fc9be10...9d2a05f (1):
|       > better handling of builtin and extern C functions (ticket:5057) - check if the non fullyqualified name of the function is the same as the name of the external function - if the non fullyqualified name is not the same, generate the function and call the extern definition - fix definition of builtin integerMax and numBits
| 
| M	OMCompiler
| 
* commit 091b506eae2c8d792dc26324c5ae0b8c2185a43c
| Author: Willi Braun 
| Date:   Thu Aug 2 18:43:53 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4892660...fc9be10 (1):
|       > [cRuntime] fix nonlinear value extrapolation
|     
|     * testsuite 7eb47d6...500aa79 (1):
|       > adjust dump warnings
| 
| M	OMCompiler
| M	testsuite
| 
* commit c62cdd398d38757d3fb6394c86d80c087a26e211
| Author: Adrian Pop 
| Date:   Thu Aug 2 18:03:18 2018 +0200
| 
|     * OMCompiler bb8f3d8...4892660 (1):
|       >  ticket:5054 - add an warning message about missing rooted branch and continue
| 
| M	OMCompiler
| 
* commit 1632ebc91e4efa824683c11c227734460c4052c2
| Author: Adrian Pop 
| Date:   Thu Aug 2 18:03:18 2018 +0200
| 
|     add cgraphGraphVizFile to the aspell list
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#78
|       - OpenModelica/OMCompiler#2586
| 
| M	.openmodelica.aspell
| 
* commit 9669a1095ac084ff9b217d95ba0afdc62f86f8ee
| Author: hudson 
| Date:   Thu Aug 2 16:54:31 2018 +0200
| 
|     * libraries b79e335...c04d353 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fbf464d12d862ecf1a676f24c76c0bdd866ebc6a
| Author: Willi Braun 
| Date:   Thu Aug 2 16:30:17 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8fd8d3e...bb8f3d8 (1):
|       > [cRuntime] improve dump of the non-linear system solution
|     
|     * testsuite 44cd6d2...7eb47d6 (1):
|       > [cRuntime] adjust tests with nonlinear dumps
| 
| M	OMCompiler
| M	testsuite
| 
* commit 87a13af40074e79b0a2fe6eefac6035a7f48e793
| Author: Willi Braun 
| Date:   Thu Aug 2 15:59:28 2018 +0200
| 
|     * OMCompiler a9fc037...8fd8d3e (1):
|       > [Backend] fix text of algebraic loops jacobian
| 
| M	OMCompiler
| 
* commit 6949ffe0bf10990b04efd29cfa1450b9054b78b7
| Author: adrpo 
| Date:   Thu Aug 2 14:52:11 2018 +0200
| 
|     update testsuite
| 
| M	testsuite
| 
* commit 6c86ad060d106748db59bf3b4e80aa54e079980b
| Author: Lennart Ochel 
| Date:   Thu Aug 2 14:21:08 2018 +0200
| 
|     * OMSimulator 622e768...8a15e56 (1):
|       > Test for minimum compiler version
| 
| M	OMSimulator
| 
* commit 06132efa966e688a3038d9f386372edafb810245
| Author: Adrian Pop 
| Date:   Sun Jul 29 07:09:14 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b28062c...a9fc037 (1):
|       > [NF] fixes to overconstrained connection graph (OCG) - strip subscripts from the overconstrained components when used in the graph or the equalityConstraint function - lookup "fill" in top - add flag (no)nfScalarize to be able to disable scalarization in NF
|     
|     * testsuite b5ddaa6...70e5ada (1):
|       > [NF] tests for ticket:4966 overconstrained connection graph
| 
| M	OMCompiler
| M	testsuite
| 
* commit 40f86d65ce105aa54b4e60b2c7abf4edd08eb31a
| Author: Adrian Pop 
| Date:   Sun Jul 29 01:58:43 2018 +0200
| 
|     * OMCompiler 15177bd...b28062c (1):
|       > [NF] finalize overconstrained connection graph (OCG) - generate zeros(:) = OverconstrainedType.equalityConstraint(A, B) equations - replace broken connects with the generated equalityConstraint equation - also run the Connections.* operator evaluation on initial equations - do not delete inner outer nodes as it will fail miserably
| 
| M	OMCompiler
| 
* commit f697a0945569fe3350b5809b6b09dca23c8d6ad3
| Author: hudson 
| Date:   Fri Jul 27 19:20:59 2018 +0200
| 
|     * libraries d4c48ab...b79e335 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f6d9eaa616bcc1d7a2ee0dd55e3d3635884b34c7
| Author: hudson 
| Date:   Thu Jul 26 19:19:54 2018 +0200
| 
|     * libraries 5220933...d4c48ab (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2e29ea2898ec067bd61c554092b78f52210ed466
| Author: Adeel Asghar 
| Date:   Thu Jul 26 13:09:07 2018 +0200
| 
|     * doc 353b409...2bfa701 (1):
|       > Activate access annotations documentation
| 
| M	doc
| 
* commit 7f0ca8f05c25e19b78bbc41ee79dc9f6e001e051
| Author: Adeel Asghar 
| Date:   Thu Jul 26 12:29:57 2018 +0200
| 
|     * OMEdit d49d6ff...445f370 (1):
|       > Added a new option `Activate Access Annotations` Enables the access annotations for non-encrypted libraries.
| 
| M	OMEdit
| 
* commit 2d8f1f2663445c4ecc80bc6882a83ee3a53c21db
| Author: hkiel 
| Date:   Thu Jul 26 10:50:18 2018 +0200
| 
|     * OMSimulator 1dabf64...622e768 (1):
|       > fix some errors - allocate enough space to hold string pointers (not chars) - fix 8-argument version of OMSimulatorLua_oms2_setTLMInitialValues()
| 
| M	OMSimulator
| 
* commit fb0d241d65aba4aff47e16ecf75c084148c7034a
| Author: hudson 
| Date:   Wed Jul 25 19:20:31 2018 +0200
| 
|     * libraries 31c5758...5220933 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8aeba82aa2ed78525a1525f802db386d296846e9
| Author: Adeel Asghar 
| Date:   Wed Jul 25 15:53:43 2018 +0200
| 
|     * OMEdit 67ee599...d49d6ff (1):
|       > ticket:5044 Show platform specific compiler options
| 
| M	OMEdit
| 
* commit 544f714e35b2518433252a6c47de37b6d43d3774
| Author: Adeel Asghar 
| Date:   Wed Jul 25 13:31:50 2018 +0200
| 
|     * OMEdit f127f11...67ee599 (2):
|       > Check for the access annotation before calling `listFile` and `getIconAnnotation` avoids unnecessary messages from OMC. Allow opening *.mol files from regular open dialog.
|       > Call `numProcessors` once
| 
| M	OMEdit
| 
* commit 1233269ae392aebf01c2bd00ef8fd0d643d7016c
| Author: Adrian Pop 
| Date:   Tue Jul 24 12:38:31 2018 +0200
| 
|     * OMCompiler c5bc6e5...15177bd (1):
|       > [NF] overconstrained connection graph (OCG) - creating and breaking of the OCG is working - replacement of broken connect equation with the equalityConstraint call is missing - update common
| 
| M	OMCompiler
| 
* commit 60c3d8a77b1cf3f766a1d50bfa4695184e5fafe2
| Author: hudson 
| Date:   Sat Jul 21 18:42:50 2018 +0200
| 
|     * libraries 0ce9cac...31c5758 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bf8bb186b6409be5e44b270149e4fa64bff9a234
| Author: niklwors 
| Date:   Thu Jul 19 08:55:06 2018 +0200
| 
|     * OMCompiler 04d541f...c5bc6e5 (1):
|       > Removed code generation for algebraic loop variables and added it to algebraic loop default solver implementation
| 
| M	OMCompiler
| 
* commit cbab6e0a4b0a11585e82d766338a202de9c415b0
| Author: hudson 
| Date:   Wed Jul 18 19:19:55 2018 +0200
| 
|     * libraries c17d244...0ce9cac (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 625f15dc629a97d20dca7c7249e08f6dce10eb75
| Author: Adeel Asghar 
| Date:   Wed Jul 18 16:46:21 2018 +0200
| 
|     * doc 626796c...353b409 (1):
|       > Fixed indentation Pick the logo from _images folder.
| 
| M	doc
| 
* commit e791d163df0bb807473424b37457067924703cbb
| Author: Adeel Asghar 
| Date:   Wed Jul 18 16:07:28 2018 +0200
| 
|     * doc ebbeebb...626796c (1):
|       > Start the bullet list from new line.
| 
| M	doc
| 
* commit e13f44c72484259da687a2a468c69c942ec7a7d0
| Author: Adeel Asghar 
| Date:   Wed Jul 18 15:36:16 2018 +0200
| 
|     * doc df99456...ebbeebb (1):
|       > Fixed some warnings
| 
| M	doc
| 
* commit 8cc29d3f42c83790e9926dd65be9d8a9578e1205
| Author: Adeel Asghar 
| Date:   Wed Jul 18 14:48:52 2018 +0200
| 
|     * doc 63cdd5e...df99456 (1):
|       > Moved the logo back to source directory The theme wants a relative path for logo from $PROJCET/_static. Lets see if ../logo.svg will work or not.
| 
| M	doc
| 
* commit 4267d8d39893a54f3a269e0d413678d39696e1af
| Author: Adeel Asghar 
| Date:   Wed Jul 18 14:25:49 2018 +0200
| 
|     * OMEdit a0c6d7b...f127f11 (1):
|       > Updated `OMC Flags` to `OMC Command Line Options`
| 
| M	OMEdit
| 
* commit 8d1ae37b65802aae6a7cba53412bcbcc9e917669
| Author: Adeel Asghar 
| Date:   Wed Jul 18 13:58:08 2018 +0200
| 
|     * doc 4f95c4f...63cdd5e (1):
|       > Updated OMEdit documentation
| 
| M	doc
| 
* commit 82d9f451b9790cd3126708d8518d9fb65b0dc297
| Author: Adeel Asghar 
| Date:   Wed Jul 18 11:10:35 2018 +0200
| 
|     * doc 9f68fc3...4f95c4f (1):
|       > Show the OpenModelica logo in the left navigation
| 
| M	doc
| 
* commit 0aa9a2b79430c05b9c074c4f3c16eea7eed560b7
| Author: hudson 
| Date:   Tue Jul 17 19:21:21 2018 +0200
| 
|     Updating submodules
|     * OMEdit 185f11c...a0c6d7b (1):
|       > ticket:5047 Return after setting the top window active
|     
|     * doc 65a53ae...9f68fc3 (1):
|       > Fixed heading
|     
|     * libraries b6d411d...c17d244 (1):
|       > Bump libraries
| 
| M	OMEdit
| M	doc
| M	libraries
| 
* commit e7cf00ba690ab85da9c0f1d6c2311457e90c5cd2
| Author: hudson 
| Date:   Mon Jul 16 19:23:39 2018 +0200
| 
|     * libraries da67362...b6d411d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0b1644df623c380e019ed0a44bdcaaa77d471186
| Author: Adeel Asghar 
| Date:   Mon Jul 16 17:59:49 2018 +0200
| 
|     * OMEdit 83e3e92...185f11c (1):
|       > Added menu item for OMSimulator users guide.
| 
| M	OMEdit
| 
* commit 1aaa4585099961e9c680cc150eb6177616d00eb3
| Author: Adeel Asghar 
| Date:   Mon Jul 16 17:20:46 2018 +0200
| 
|     * doc c9217b3...65a53ae (1):
|       > ticket:5046 Added link to OMSimulator documentation.
| 
| M	doc
| 
* commit 2376ce75e6337e80b10f2fdb829a353952cfa67a
| Author: Adrian Pop 
| Date:   Sun Jul 15 23:13:18 2018 +0200
| 
|     * OMSimulator b38b855...1dabf64 (1):
|       > don't clean it after build
| 
| M	OMSimulator
| 
* commit 0b592244ded7c2d2290c4d1c86cd55e9e1e98df9
| Author: Adrian Pop 
| Date:   Sun Jul 15 17:01:01 2018 +0200
| 
|     * OMSimulator 959f825...b38b855 (1):
|       > ignore error if we cannot find git
| 
| M	OMSimulator
| 
* commit 1c841f9b9c8be21b2b578057b9413a8fb3f6b87a
| Author: hudson 
| Date:   Sat Jul 14 19:20:47 2018 +0200
| 
|     * libraries 1275f99...da67362 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0c6779d43e40fcc905fafb90fe86314e55cf46b1
| Author: Adrian Pop 
| Date:   Sat Jul 14 13:41:58 2018 +0200
| 
|     * OMEdit e6b1adb...83e3e92 (1):
|       > update common
| 
| M	OMEdit
| 
* commit 18c1c57d6674650a514a9d8b133d6108ce6b87ec
| Author: Adeel Asghar 
| Date:   Fri Jul 13 15:08:15 2018 +0200
| 
|     * common db79fa7... (1):
|       > Merge pull request #3 from adeas31/rpath-lib
| 
| M	common
| 
* commit dc470fe01a18c91fdad6b43db8f59b4fd9b4ea54
| Author: hudson 
| Date:   Fri Jul 13 14:34:33 2018 +0200
| 
|     * OMEdit 0e9c2ff...e6b1adb (2):
|       > Link with libomtlmsimulator
|       > Merge branch 'adeas31-oms'
| 
| M	OMEdit
| 
* commit 0d2fbd1982a057793c8c280cdb780b776b7d3332
| Author: Adeel Asghar 
| Date:   Fri Jul 13 12:01:21 2018 +0200
| 
|     OMEdit depends on OMSimulator
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#77
| 
| M	Makefile.in
| M	Makefile.omdev.mingw
| 
* commit 6d891ea054b49dcc52137e9d92992b10401a7bed
| Author: Adeel Asghar 
| Date:   Thu Jul 12 23:27:56 2018 +0200
| 
|     * OMEdit 857e886...0e9c2ff (1):
|       > Split the log stream checkboxes to 3 columns
| 
| M	OMEdit
| 
* commit afab93c1f2676785f975dd899f23ba6e01d6e110
| Author: Adeel Asghar 
| Date:   Thu Jul 12 22:35:50 2018 +0200
| 
|     * OMEdit bcacb27...857e886 (1):
|       > ticket:4975 Fixed handling of simulation options. Start with the default simulation options, then apply the experiment and __OpenModelica_simulationFlags annotation. After that all the user changes of simulation options are stored inside OMEdit.
| 
| M	OMEdit
| 
* commit 0526369698466d82732386e9cd36ec9232c2c931
| Author: hudson 
| Date:   Thu Jul 12 19:21:18 2018 +0200
| 
|     * libraries 7bc000f...1275f99 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5d18743bf0b8dee7bbab98db4eb9f172bffd99ce
| Author: Lennart Ochel 
| Date:   Thu Jul 12 08:59:45 2018 +0200
| 
|     Add OMSimulator as submodule
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#74
| 
| M	.gitmodules
| M	Makefile.in
| M	Makefile.omdev.mingw
| A	OMSimulator
| 
* commit 5e27ad03e1b7a1c5c1ad7ba86e4a6592e6dbce4d
| Author: Per Östlund 
| Date:   Wed Jul 11 23:46:05 2018 +0200
| 
|     * OMCompiler 06e511f...04d541f (1):
|       > [NF] Fix type when expanding unary expressions.
| 
| M	OMCompiler
| 
* commit 771b65dd30a6cb755952fe32c0ce08750a7c2d5a
| Author: hudson 
| Date:   Wed Jul 11 19:22:27 2018 +0200
| 
|     * libraries b0a8b57...7bc000f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 77c88e370eb30ae46650d86e3b58e7d0fb7abe4d
| Author: Per Östlund 
| Date:   Wed Jul 11 16:38:08 2018 +0200
| 
|     * OMCompiler 65d1390...06e511f (1):
|       > [NF] Array equation fixes.
| 
| M	OMCompiler
| 
* commit 822bb9d1e0ac93d93368d399bf171d2c58db299e
| Author: niklwors 
| Date:   Wed Jul 11 09:30:58 2018 +0200
| 
|     * OMCompiler 23656fa...65d1390 (1):
|       > Added flag to use only one instance of algebraic loop solver in cpp runtime
| 
| M	OMCompiler
| 
* commit 2e7f9fccba52ec4c20c3a18644c2be5ec8dec432
| Author: hudson 
| Date:   Tue Jul 10 19:21:37 2018 +0200
| 
|     * libraries c42f96c...b0a8b57 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 59817bd05a6af5990488094fa3983c66bec34166
| Author: hudson 
| Date:   Mon Jul 9 19:20:32 2018 +0200
| 
|     * libraries 44bfbc6...c42f96c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 635e779fbb47f8550b2ff8199bdd408afbc92583
| Author: Adrian Pop 
| Date:   Mon Jul 9 11:34:01 2018 +0200
| 
|     * OMCompiler 578550f...23656fa (1):
|       > allow disabling of 'stdout' and 'assert' streams
| 
| M	OMCompiler
| 
* commit 464119709ed0c008f806250bca0f63e728cbdb0f
| Author: hudson 
| Date:   Sun Jul 8 19:20:47 2018 +0200
| 
|     * libraries b22e894...44bfbc6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5155aeeb27b4cc2485835f68a937679b6e4a0fcc
| Author: Martin Sjölund 
| Date:   Sun Jul 8 09:04:06 2018 +0200
| 
|     * OMCompiler 66b19e0...578550f (1):
|       > Fix path names for compliance suite
| 
| M	OMCompiler
| 
* commit 7078bdacb270976b30255b000967f3bafbd25095
| Author: hudson 
| Date:   Sat Jul 7 19:20:14 2018 +0200
| 
|     * libraries 387be42...b22e894 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 21c61a618bd1a867acc723c08774c2bf9945fcd7
| Author: Martin Sjölund 
| Date:   Sat Jul 7 10:29:51 2018 +0200
| 
|     * OMCompiler c44a538...66b19e0 (1):
|       > More options for ModelicaCompliance testing
| 
| M	OMCompiler
| 
* commit d2220f45b63a0e91501a91fdb7df2c11155891ed
| Author: Adrian Pop 
| Date:   Fri Jul 6 19:34:59 2018 +0200
| 
|     * OMCompiler f251a60...c44a538 (1):
|       > better fix for Windows compilation - use gcc instead of g++ - use -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic instead of -static-stdc++
| 
| M	OMCompiler
| 
* commit e3019fb4e9ee66a807e6237af0aa0af7c53826d5
| Author: Adrian Pop 
| Date:   Fri Jul 6 16:36:39 2018 +0200
| 
|     * OMCompiler a32b622...f251a60 (1):
|       > fix simulation code compilation on Windows - use g++ to link the executable on Windows with -static-libstc++ - remove c++ includes from the   SimulationRuntime/c/simulation/simulation_runtime.h - guard some files with extern "C" so we can always   use g++ to compile the generated code
| 
| M	OMCompiler
| 
* commit dbe3f6c278195be159aecc2ba31e4f8f3d086535
| Author: Adrian Pop 
| Date:   Fri Jul 6 03:41:46 2018 +0200
| 
|     * OMCompiler 8089bfd...a32b622 (1):
|       > Fix FMU build on Windows and other FMU fixes - use fmuTargetName instead of fileNamePrefix to remove the fmu - use rm -f if System.removeDirectory doesn't work on Windows - compile with static libstdc++ and pthreads - don't add extra dlls to the binary directory - fix resource copy on Windows
| 
| M	OMCompiler
| 
* commit fff15633b424bd279a5264c9153d93c810f34cd1
| Author: Per Östlund 
| Date:   Thu Jul 5 23:11:06 2018 +0200
| 
|     * OMCompiler 52c826a...8089bfd (1):
|       > [NF] Fix package constant detection.
| 
| M	OMCompiler
| 
* commit 6520c7359486c063014b206177243840dd593f5a
| Author: Adeel Asghar 
| Date:   Thu Jul 5 16:00:14 2018 +0200
| 
|     * OMEdit ba22c5a...bcacb27 (1):
|       > ticket:4959 Generate a new directory for importing a FMU If we import different FMUs on the same path then the files mix up and create a mess. Generating new directories for each FMU solves this issue. Added an option `Delete FMU directory and generated model when OMEdit is closed`. If that option is true then the new directories are deleted when OMEdit is closed.
| 
| M	OMEdit
| 
* commit 284f9e12df223fe94a145560eb33ad14051fddf2
| Author: Per Östlund 
| Date:   Thu Jul 5 15:23:15 2018 +0200
| 
|     * OMCompiler 7f60f82...52c826a (1):
|       > [NF] Handle SUBSCRIPTED_EXP in Typing.typeExp.
| 
| M	OMCompiler
| 
* commit 72bb658880e017fd99243d63c2a847bb6b1fd799
| Author: Per Östlund 
| Date:   Thu Jul 5 15:05:23 2018 +0200
| 
|     * OMCompiler 008d2d2...7f60f82 (1):
|       > [NF] Don't evaluate local constants in functions.
| 
| M	OMCompiler
| 
* commit a98118d21f81e126746257f5c9abb87b886e08dd
| Author: Adeel Asghar 
| Date:   Thu Jul 5 13:38:35 2018 +0200
| 
|     * OMEdit d4dad55...ba22c5a (1):
|       > ticket:4983 Update the documentation browser when a new ModelWidget is selected
| 
| M	OMEdit
| 
* commit 14a6447a9d5afa4832180d2a30fa51b68071483f
| Author: Willi Braun 
| Date:   Thu Jul 5 01:36:30 2018 +0200
| 
|     * OMCompiler 2d1ed04...008d2d2 (1):
|       > [FMI] fix directional derivatives in c fmu
| 
| M	OMCompiler
| 
* commit c1e2350f86376421ef62c9fa5736c2dc8acda15d
| Author: hudson 
| Date:   Wed Jul 4 20:33:38 2018 +0200
| 
|     * libraries 6675969...387be42 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit edff457581975ec836ee52b19a93fac13616420b
| Author: Adeel Asghar 
| Date:   Wed Jul 4 20:06:30 2018 +0200
| 
|     * OMCompiler 0eac662...2d1ed04 (1):
|       > Add quotes around the full command
| 
| M	OMCompiler
| 
* commit d51f42119aed4f7bfd97ee921dd967b44a5c22d3
| Author: Per Östlund 
| Date:   Wed Jul 4 15:31:18 2018 +0200
| 
|     * OMCompiler c3159ae...0eac662 (1):
|       > [NF] Fix lookup error message.
| 
| M	OMCompiler
| 
* commit 517bc02db4d929b8451b503b03c92949ab9128ca
| Author: Per Östlund 
| Date:   Wed Jul 4 14:57:21 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5ae39b9...c3159ae (1):
|       > [NF] Change cref evaluation strategy.
|     
|     * testsuite 69d6869...b5ddaa6 (1):
|       > [NF] Add ceval tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1c94ad7569329c4a3071991aeba660cfa518d290
| Author: Adeel Asghar 
| Date:   Wed Jul 4 13:20:04 2018 +0200
| 
|     * OMEdit 862a324...d4dad55 (1):
|       > ticket:4987 Only add the top level model/package to recent files list
| 
| M	OMEdit
| 
* commit 536d41a9922e4fe5a214b17c325d247de933036e
| Author: Adeel Asghar 
| Date:   Wed Jul 4 12:50:53 2018 +0200
| 
|     * OMEdit 991c06b...862a324 (1):
|       > ticket:4840 Handle the array unit conversion of array modifiers
| 
| M	OMEdit
| 
* commit ab769a3a1f3dc4a073cc29de2f79a17fbdc314ee
| Author: Martin Sjölund 
| Date:   Thu Jun 28 09:02:37 2018 +0200
| 
|     Add a Jenkins pipeline
|     
|     Includes caching of omlibrary / runtest.db by using docker volumes.
|     This caching is done on a per-node and -branch level, so the first time
|     the job executes the result might be a slower-running test.
|     
|     Builds using bionic/clang/qt5 and xenial/gcc/qt4, first by building and
|     stashing OMC and then by building the GUI and running tests in parallel.
|     
|     The bibtex, MetaModelica, ParMod, Matlab, and FMU cross-compilation
|     tests run as separate tasks (some with additional dependencies). The FMU
|     cross-compilation is tested by using wine or by running the actual
|     ARM / Apple hardware.
|     
|     Tests are ordered according to expected run-time. Nodes in the Jenkins
|     master have been given priority in such a way that the strongest nodes
|     run the most expensive testsuite runs.
|     
|     Note: In the future we could distribute tests over more machines (which
|     helps when running on 6-core machines, but not as much on 20-core
|     machines).
|     
|     More jobs should be moved into this one in the future (like generation
|     of documentation).
| 
| A	.CI/cache-xenial/Dockerfile
| A	.CI/cache/Dockerfile
| A	Jenkinsfile
| 
* commit cc569510f6e73802516c4c4049fe43462a92eb76
| Author: Martin Sjölund 
| Date:   Thu Jun 28 09:02:21 2018 +0200
| 
|     Update paths of sources
| 
| M	Makefile.in
| 
* commit e73af51b30654c0b86a96eead9d7b6b82267d245
| Author: Martin Sjölund 
| Date:   Tue Jul 3 20:57:53 2018 +0200
| 
|     * testsuite fee1814...69d6869 (1):
|       > Fix typo
| 
| M	testsuite
| 
* commit 1166e1039e09fe66150521a4077de5a0620f0caf
| Author: Martin Sjölund 
| Date:   Tue Jul 3 19:51:25 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 53c7b25...5ae39b9 (1):
|       > Return success for found steady state simulation
|     
|     * testsuite 6ca0d81...fee1814 (1):
|       > Update expected output for steady state simulation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 210ffa014c8aaff8e6db071237bc4ab5366a289b
| Author: Per Östlund 
| Date:   Tue Jul 3 16:34:57 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 25d5df2...53c7b25 (1):
|       > [NF] Collect more functions during flattening.
|     
|     * testsuite 08b4169...6ca0d81 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d61c5d4363897073ba9cfdbdf43d3f9844b78fe2
| Author: Per Östlund 
| Date:   Tue Jul 3 15:51:14 2018 +0200
| 
|     * OMCompiler fd178e1...25d5df2 (1):
|       > [NF] Simplification improvements.
| 
| M	OMCompiler
| 
* commit 46f58d1b20c8f9dc3b2c8883e49bb019a4782fe3
| Author: Per Östlund 
| Date:   Tue Jul 3 15:12:06 2018 +0200
| 
|     * OMCompiler 412a023...fd178e1 (1):
|       > [NF] Fix simplification of sum/product.
| 
| M	OMCompiler
| 
* commit cb825979561b473112ddb7d71e1db896e6aa7748
| Author: Per Östlund 
| Date:   Tue Jul 3 14:57:05 2018 +0200
| 
|     * OMCompiler e3f55e4...412a023 (1):
|       > [NF] Revert to first base class lookup fix.
| 
| M	OMCompiler
| 
* commit 5f83b7770fcd118f01ec64729cc67472c06eb029
| Author: Martin Sjölund 
| Date:   Tue Jul 3 09:25:23 2018 +0200
| 
|     * testsuite ab2c84c...08b4169 (1):
|       > Disabled the C++ static linking test
| 
| M	testsuite
| 
* commit 44147d5281b7cec234d2baef902edcc9fcd8c47e
| Author: Martin Sjölund 
| Date:   Tue Jul 3 09:05:23 2018 +0200
| 
|     * testsuite 73619c7...ab2c84c (1):
|       > Properly disable the Motor_mcp test
| 
| M	testsuite
| 
* commit cc65e34b1bd0cd2e04dc3a18353144f876fe24a5
| Author: Martin Sjölund 
| Date:   Tue Jul 3 08:50:08 2018 +0200
| 
|     * OMCompiler d870b3b...e3f55e4 (1):
|       > Fix the FMU resource path on Win32
| 
| M	OMCompiler
| 
* commit ed5c31f0f1ec6f1eacf47f39ca29548bc563f55d
| Author: Per Östlund 
| Date:   Mon Jul 2 22:50:13 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 647ef10...d870b3b (1):
|       > [NF] Fix `delay` definition.
|     
|     * testsuite 299bfbc...73619c7 (1):
|       > [NF] Update delay test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 36f054031130ac9ad0092aac3b0b4a8b6f47f586
| Author: Per Östlund 
| Date:   Mon Jul 2 16:16:56 2018 +0200
| 
|     * OMCompiler 7d0153e...647ef10 (1):
|       > [NF] Fix Ceval error reporting.
| 
| M	OMCompiler
| 
* commit d08883af5d688b925b41d553b1ab58899c6dadee
| Author: Per Östlund 
| Date:   Mon Jul 2 15:48:05 2018 +0200
| 
|     * OMCompiler 582a038...7d0153e (1):
|       > [NF] Simplification improvements.
| 
| M	OMCompiler
| 
* commit 3ffd0233788deb7604985857fb84bb4603175281
| Author: Per Östlund 
| Date:   Mon Jul 2 14:30:04 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6ec2d31...582a038 (1):
|       > [NF] Implement evaluation of cardinality.
|     
|     * testsuite bfcb389...299bfbc (1):
|       > [NF] Add cardinality tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0b8ac126f4ed7ed9fd2dc3d8175e323aa171cc65
| Author: Pierre Haessig 
| Date:   Mon Jul 2 13:27:31 2018 +0200
| 
|     * doc 8654f34...c9217b3 (1):
|       > fix typos in OMMatlab doc
| 
| M	doc
| 
* commit 3559bcdb463818b4225bd839000312186907610b
| Author: Per Östlund 
| Date:   Mon Jul 2 13:04:13 2018 +0200
| 
|     * OMCompiler e9a73b9...6ec2d31 (1):
|       > [NF] Better fix for base class lookup issue.
| 
| M	OMCompiler
| 
* commit 372f9d92e13992649d1d13f70604e953f34bdebb
| Author: Per Östlund 
| Date:   Mon Jul 2 12:35:27 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a34b659...e9a73b9 (1):
|       > [NF] Fix base class lookup.
|     
|     * testsuite 5b2ac55...bfcb389 (1):
|       > [NF] Add extends test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8001b80f92697196c8dd6afcb45d21eb204f5916
| Author: Adeel Asghar 
| Date:   Mon Jul 2 12:21:22 2018 +0200
| 
|     * doc bb446cd...8654f34 (1):
|       > Fix indentation
| 
| M	doc
| 
* commit 213e5b3d3fd4b887e6d3b1b948397afd1cd8f85e
| Author: hudson 
| Date:   Mon Jul 2 11:52:17 2018 +0200
| 
|     * libraries ba70922...6675969 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 13afdd49335843c5701aa7b680b2878a9e217606
| Author: Adeel Asghar 
| Date:   Mon Jul 2 11:23:55 2018 +0200
| 
|     * doc 74a891b...bb446cd (1):
|       > A bit of documentation about encryption support
| 
| M	doc
| 
* commit a38866a5dabc92783b72b45ecb54ea0984e84b96
| Author: Martin Sjölund 
| Date:   Mon Jul 2 09:44:46 2018 +0200
| 
|     * testsuite 276bf6f...5b2ac55 (2):
|       > Stop testing testBug3902
|       > Disable HPCOM test Motor_mcp_omp
| 
| M	testsuite
| 
* commit b9749f5c0b7d5ec1e8862ffe3c6303b15f618907
| Author: hudson 
| Date:   Mon Jul 2 00:26:02 2018 +0200
| 
|     * libraries d1a100b...ba70922 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2b7c394141871a39a334844f64c77d65ca44fa5f
| Author: Martin Sjölund 
| Date:   Sun Jul 1 21:19:59 2018 +0200
| 
|     * testsuite 6f66119...276bf6f (1):
|       > Change tested cross-compiled+run platforms
| 
| M	testsuite
| 
* commit 38eb7b8eabfdb62d103669c3222e7aaba01c36b1
| Author: hudson 
| Date:   Sun Jul 1 19:22:15 2018 +0200
| 
|     * libraries 7e1c0f3...d1a100b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bb6a641a60d14c6201e28f498999e62a1981a99a
| Author: Martin Sjölund 
| Date:   Sun Jul 1 18:28:55 2018 +0200
| 
|     * OMCompiler 7cd71ba...a34b659 (1):
|       > Fix for Windows paths in URIs
| 
| M	OMCompiler
| 
* commit 636490632a569c3d66e6414b71ef81812e567e80
| Author: Martin Sjölund 
| Date:   Sun Jul 1 18:13:52 2018 +0200
| 
|     * testsuite bcaffcb...6f66119 (1):
|       > Add script to run FMUs through Jenkins
| 
| M	testsuite
| 
* commit df12a3918f693238016adbc8a47a79da81b56aec
| Author: Martin Sjölund 
| Date:   Sun Jul 1 16:04:47 2018 +0200
| 
|     * testsuite a1214cb...bcaffcb (1):
|       > Move creation of the tar.xz to the Jenkinsfile
| 
| M	testsuite
| 
* commit a6e8a2ca7cda25f5dbd6fe7b7b4cc51a61fc292a
| Author: Martin Sjölund 
| Date:   Sun Jul 1 15:33:22 2018 +0200
| 
|     * testsuite b4d738d...a1214cb (1):
|       > Also build x86 in docker
| 
| M	testsuite
| 
* commit e00584cebc44f861e8bbd51a2a17ebb80638cf07
| Author: hudson 
| Date:   Sat Jun 30 16:25:30 2018 +0200
| 
|     * libraries ab63dd4...7e1c0f3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c56f4709e8b35049d89698a3c9158428396976df
| Author: Martin Sjölund 
| Date:   Sat Jun 30 12:50:21 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3f36b04...7cd71ba (2):
|       > Check if file can be opened before using dup2
|       > Add support for compiling FMUs using docker
|     
|     * testsuite ba2ec98...b4d738d (1):
|       > Cross-compile FMUs using docker or the local machine
| 
| M	OMCompiler
| M	testsuite
| 
* commit 179896b8afaa4bbf2ae8e0699cf1536a51713f9d
| Author: hudson 
| Date:   Sat Jun 30 01:36:14 2018 +0200
| 
|     * libraries 13272e1...ab63dd4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fa39fd17dae8eb2ce6a85be067e7c842627f32f9
| Author: Adrian Pop 
| Date:   Fri Jun 29 22:47:04 2018 +0200
| 
|     * OMCompiler 1257694...3f36b04 (1):
|       > small readme update
| 
| M	OMCompiler
| 
* commit 8e7ec6da1b31cbb9fbe1c99338204333b0f2e6e8
| Author: hudson 
| Date:   Fri Jun 29 19:21:09 2018 +0200
| 
|     * libraries 494cdf5...13272e1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 57a95b11c9e6f9494c853e27eebec2bda786c878
| Author: Adeel Asghar 
| Date:   Fri Jun 29 15:10:55 2018 +0200
| 
|     * OMEdit 94bcd98...991c06b (1):
|       > Use listFile when file is encrypted
| 
| M	OMEdit
| 
* commit 90ad8ccde4dbd0a36d4894d028698d6ed80144c0
| Author: Adeel Asghar 
| Date:   Fri Jun 29 14:43:10 2018 +0200
| 
|     * OMCompiler 75c94ec...1257694 (1):
|       > listFile should work for Access.nonPackageText and higher
| 
| M	OMCompiler
| 
* commit afc376d4f0ab800624a05eea2bbcb4a80a0a81f4
| Author: Adeel Asghar 
| Date:   Fri Jun 29 14:15:41 2018 +0200
| 
|     * OMCompiler bc961b4...75c94ec (1):
|       > Restrict instantiateModel based on the access annotation If the class is encrypted then check the access level for instantiateModel
| 
| M	OMCompiler
| 
* commit a24e239f4f3f58346ef922b89dcf89e1bbef6af6
| Author: Per Östlund 
| Date:   Fri Jun 29 13:58:30 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ad9df37...bc961b4 (1):
|       > [NF] Expand sum/product in equations/bindings.
|     
|     * testsuite 863cf13...ba2ec98 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3e6dcc4fe2a2fa41649ccb5bf3b9ec25bffc5574
| Author: Martin Sjölund 
| Date:   Fri Jun 29 12:36:02 2018 +0200
| 
|     * OMEdit 80bc25f...94bcd98 (1):
|       > Added more preprocessor checks for OSG
| 
| M	OMEdit
| 
* commit 5e84c83c9d97cff9968d2e97548bf33abfd20cef
| Author: Adeel Asghar 
| Date:   Fri Jun 29 11:59:52 2018 +0200
| 
|     * OMEdit 891aab5...80bc25f (1):
|       > Restrict instantiateModel based on the access annotation.
| 
| M	OMEdit
| 
* commit a85dfcbc654d7ea845161f49035e47b02f878b50
| Author: Adrian Pop 
| Date:   Thu Jun 28 20:05:28 2018 +0200
| 
|     * OMCompiler facb5c9...ad9df37 (1):
|       > add a readme about using own compiled OpenModelica
| 
| M	OMCompiler
| 
* commit 55c1cbd140864845ab1ae2ae3798985b36dcd963
| Author: hudson 
| Date:   Thu Jun 28 19:35:52 2018 +0200
| 
|     * libraries 6d083b2...494cdf5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f77665766d8228304e3e265373684e91a44ff130
| Author: Per Östlund 
| Date:   Thu Jun 28 19:07:18 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5615485...facb5c9 (1):
|       > [NF] Improve handling of scalar().
|     
|     * testsuite 3609d87...863cf13 (1):
|       > [NF] Add scalar() test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ca06d7132b67caecab1cec9a30ea0f87310a81c3
| Author: Per Östlund 
| Date:   Thu Jun 28 15:52:46 2018 +0200
| 
|     * OMCompiler 592a4a4...5615485 (1):
|       > [NF] Improve expression expansion.
| 
| M	OMCompiler
| 
* commit 38469b835c2a1e26df1b8fe949c05d5cf03376b8
| Author: Per Östlund 
| Date:   Thu Jun 28 13:27:38 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f761280...592a4a4 (1):
|       > [NF] Make array constructors structural in bindings.
|     
|     * testsuite dba6b17...3609d87 (1):
|       > [NF] Add unknown dim test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5a67bb114ea5a70710945e8e0e6bd1a3e79210b9
| Author: Martin Sjölund 
| Date:   Thu Jun 28 12:45:59 2018 +0200
| 
|     * OMEdit 23a584f...891aab5 (1):
|       > Do not point directly into OMCompiler.git
| 
| M	OMEdit
| 
* commit 1bbf721bcab08d931b88355fbde7e1a9f1e3a702
| Author: Martin Sjölund 
| Date:   Thu Jun 28 11:24:19 2018 +0200
| 
|     * OMCompiler 1c8bb86...f761280 (1):
|       > The FMIL includes are necessary to compile OMEdit
| 
| M	OMCompiler
| 
* commit a1ca0b89a617d54bce65ed45364633fa0127e7dd
| Author: Lennart Ochel 
| Date:   Wed Jun 27 20:50:46 2018 +0200
| 
|     * OMCompiler dfa7337...1c8bb86 (1):
|       > Fix copyright header
| 
| M	OMCompiler
| 
* commit 98b0e864360411052fc15730f4f903fba925d4d1
| Author: Adeel Asghar 
| Date:   Wed Jun 27 19:56:06 2018 +0200
| 
|     * OMCompiler fb766b3...dfa7337 (1):
|       > Use the correct working directory
| 
| M	OMCompiler
| 
* commit e9ada82ea4ef1afa9461e38befe948e488fafeb2
| Author: hudson 
| Date:   Wed Jun 27 19:22:00 2018 +0200
| 
|     * libraries 46d066c...6d083b2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2bfddad10e48dda405274f14ffb422a50c16cb6a
| Author: Per Östlund 
| Date:   Wed Jun 27 15:17:50 2018 +0200
| 
|     * OMCompiler cce54d9...fb766b3 (1):
|       > Handle : in ComponentReference.compareSubs.
| 
| M	OMCompiler
| 
* commit 95b392cb7d1bb6bda6478aebb1183b07ac885970
| Author: Per Östlund 
| Date:   Wed Jun 27 15:02:46 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 37e7177...cce54d9 (1):
|       > [NF] Tuple and array equation improvements.
|     
|     * testsuite 4eaab01...dba6b17 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9a4ffacd8b02e63650b1254e5c1165bc8bd3bdec
| Author: hudson 
| Date:   Tue Jun 26 19:21:20 2018 +0200
| 
|     * libraries eb5d2b5...46d066c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0acfdf1ee05ba4a2242ff032a40ab31ee8d0c953
| Author: Per Östlund 
| Date:   Tue Jun 26 15:30:52 2018 +0200
| 
|     * OMCompiler f9bcda0...37e7177 (1):
|       > [NF] Fix issue with conditional components.
| 
| M	OMCompiler
| 
* commit 3f7682af6262aa8ab2478685d2d2191a65259ec0
| Author: Per Östlund 
| Date:   Tue Jun 26 14:44:32 2018 +0200
| 
|     * OMCompiler 72ee122...f9bcda0 (1):
|       > [NF] Fix scope in Inst.instExpressions.
| 
| M	OMCompiler
| 
* commit 1811d5042f2f420c16f4d292f7f1bb5410594457
| Author: Per Östlund 
| Date:   Tue Jun 26 13:44:41 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0fb948c...72ee122 (1):
|       > [NF] Improve handling of conditional components.
|     
|     * testsuite 20dc212...4eaab01 (1):
|       > [NF] Added conditional connector test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0d2ef425cee778835d3dfe781e350325c9634cb7
| Author: hudson 
| Date:   Mon Jun 25 19:19:47 2018 +0200
| 
|     * libraries 0414053...eb5d2b5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ddff37922275040c9add599e30b59ffb85795909
| Author: Per Östlund 
| Date:   Mon Jun 25 16:58:07 2018 +0200
| 
|     * OMCompiler 6fe40c2...0fb948c (1):
|       > [NF] Fix moving of parameter binding to equation.
| 
| M	OMCompiler
| 
* commit c0b03eb4c5272c45ae77ed94a9c116c4bf5d177a
| Author: Per Östlund 
| Date:   Mon Jun 25 16:25:46 2018 +0200
| 
|     * OMCompiler 24b68a2...6fe40c2 (1):
|       > [NF] Remove empty arrays equations.
| 
| M	OMCompiler
| 
* commit c8c89fa8a12b4cbaee166653d37cab6cdd80fcdf
| Author: Per Östlund 
| Date:   Mon Jun 25 16:10:39 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 27740e1...24b68a2 (1):
|       > [NF] Handle initial complex equations better.
|     
|     * testsuite d023d7a...20dc212 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b5e588e7c02752aa0dd73913376e4ee99db31334
| Author: Martin Sjölund 
| Date:   Mon Jun 25 15:14:05 2018 +0200
| 
|     * OMCompiler e3fba96...27740e1 (1):
|       > Use the FMI 2.0 resources directory for info.json
| 
| M	OMCompiler
| 
* commit a3ec59b80fa7bcdb9f0ee1c658d2a059a6c9225e
| Author: Martin Sjölund 
| Date:   Mon Jun 25 13:24:06 2018 +0200
| 
|     * OMCompiler 7f3aeef...e3fba96 (1):
|       > Do not enforce -flto when building FMUs
| 
| M	OMCompiler
| 
* commit 003f554f910292c996e085d36053fd89a54e37fe
| Author: Per Östlund 
| Date:   Mon Jun 25 13:04:37 2018 +0200
| 
|     * OMCompiler a107bb4...7f3aeef (1):
|       > [NF] Update NFModelicaBuiltin.
| 
| M	OMCompiler
| 
* commit 1912ae94c84d19457cfb2db1324595605b782cab
| Author: Per Östlund 
| Date:   Mon Jun 25 12:04:51 2018 +0200
| 
|     * OMCompiler d262d0a...a107bb4 (1):
|       > [NF] Fix handling of 'each' in Ceval.
| 
| M	OMCompiler
| 
* commit c3e32f7426d5baa5f5971ecdb7e30152f18cdf0e
| Author: hudson 
| Date:   Sun Jun 24 19:20:28 2018 +0200
| 
|     * libraries 812797b...0414053 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 30c4eb8ff7e58b0baf851b125746218565b2a720
| Author: hudson 
| Date:   Sat Jun 23 19:20:40 2018 +0200
| 
|     * libraries 165d9aa...812797b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cb0d55ea9ad461be20bc3a1a180f2d51cb0adb57
| Author: hudson 
| Date:   Sat Jun 23 17:23:49 2018 +0200
| 
|     * libraries 4e50e29...165d9aa (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8f6610b6020bf7e08d34a721e9988f63349c8225
| Author: adrpo 
| Date:   Fri Jun 22 16:33:02 2018 +0200
| 
|     force update as PR failed on last step
| 
| M	OMCompiler
| 
* commit e0ee6b809ce9e4c3c978b060579407ffb7a78865
| Author: Adrian Pop 
| Date:   Fri Jun 22 13:12:00 2018 +0200
| 
|     * OMCompiler 97ad0bf...c0e4847 (1):
|       > small readme update
| 
| M	OMCompiler
| 
* commit 4f35cb62a623186a5d77ba0afecc626ee0c8e589
| Author: Adrian Pop 
| Date:   Fri Jun 22 00:21:29 2018 +0200
| 
|     * OMCompiler 5e99170...97ad0bf (1):
|       > check if the file is valid
| 
| M	OMCompiler
| 
* commit b90bbbaa052dea4e637f38f88ea98b4c275c415e
| Author: hudson 
| Date:   Thu Jun 21 19:21:50 2018 +0200
| 
|     * libraries f2ae2c4...4e50e29 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0bc2c21f9e737537fe1790cf734a59c828b4ead2
| Author: Per Östlund 
| Date:   Thu Jun 21 16:37:10 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 05b3577...5e99170 (1):
|       > [NF] Evaluate if-conditions in more cases.
|     
|     * testsuite fb83712...d023d7a (1):
|       > [NF] Add if-equation test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 077e63d91ab20e4d5d2bd6208106ce1133642907
| Author: Per Östlund 
| Date:   Thu Jun 21 14:45:14 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8f36866...05b3577 (1):
|       > [NF] Handle evaluation of some record arrays.
|     
|     * testsuite bede778...fb83712 (1):
|       > [NF] Add record array evaluation tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9b5e6445db7d53ed22e3bb3ff06c4c7f1707d06a
| Author: hudson 
| Date:   Wed Jun 20 19:21:17 2018 +0200
| 
|     * libraries c436a4c...f2ae2c4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d0bbeaf4da47aef3def32f5567dcc5d722bc5a75
| Author: Martin Sjölund 
| Date:   Wed Jun 20 12:43:07 2018 +0200
| 
|     * OMEdit 50faa87...23a584f (1):
|       > Increase the colour palette of check.png to 8-bit
| 
| M	OMEdit
| 
* commit bcba0291304ea689720db7ce969635b81e2a4542
| Author: Adeel Asghar 
| Date:   Wed Jun 20 11:32:42 2018 +0200
| 
|     * OMCompiler ab5e5ee...8f36866 (1):
|       > Pass the correct number of arguments.
| 
| M	OMCompiler
| 
* commit b45e4765d1a8f664ffebefb9baeac0093d05f0a2
| Author: Adeel Asghar 
| Date:   Wed Jun 20 11:04:37 2018 +0200
| 
|     * OMCompiler af928ab...ab5e5ee (2):
|       > Kill the library vendor executable after load
|       > Start the library vendor executable separately For each `loadEncryptedPackage` call create only one instance of library vendor executable.
| 
| M	OMCompiler
| 
* commit ed6fca902008851b097bb861b5ae71df19f695b6
| Author: hudson 
| Date:   Tue Jun 19 19:22:18 2018 +0200
| 
|     * libraries 4d98c11...c436a4c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f50ab80d526e0a1b4ed4cb0f9b110412dfcf19a5
| Author: Per Östlund 
| Date:   Tue Jun 19 16:32:01 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8dca89a...af928ab (1):
|       > [NF] Operator overloading fixes.
|     
|     * testsuite 7171662...bede778 (1):
|       > [NF] Update operator overloading tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e886cde13005209ac7c82276897c524fc0f40e78
| Author: Per Östlund 
| Date:   Mon Jun 18 21:00:04 2018 +0200
| 
|     * OMCompiler b592193...8dca89a (1):
|       > [NF] Try harder.
| 
| M	OMCompiler
| 
* commit c0d24b3163f05aa2f61fbc5302afd03c8878ec27
| Author: hudson 
| Date:   Mon Jun 18 19:21:55 2018 +0200
| 
|     * libraries a972250...4d98c11 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 036f9f30396e118bf3011193d5e612aa76033c40
| Author: Per Östlund 
| Date:   Mon Jun 18 15:47:09 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5e365bf...b592193 (1):
|       > [NF] Try not evaluating complex parameter bindings.
|     
|     * testsuite 11fdfba...7171662 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3524f52ac601319c13d8577ae2ac139f3ac4a997
| Author: Per Östlund 
| Date:   Mon Jun 18 11:57:55 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e179064...5e365bf (1):
|       > [NF] Function output type fixes.
|     
|     * testsuite b9da8d0...11fdfba (1):
|       > [NF] Add function evaluation test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit de071cc7b656aa0bc9e2f6d09b4a4db739c6abab
| Author: hudson 
| Date:   Mon Jun 18 09:02:38 2018 +0200
| 
|     * libraries bffe1e3...a972250 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 06b74e5e1a747f16a41ddd9c6f91958f5cb56a68
| Author: Adrian Pop 
| Date:   Mon Jun 18 08:45:17 2018 +0200
| 
|     change OpenModelicaSetup to OMSetup
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#75
| 
| M	.gitignore
| M	Makefile.in
| M	Makefile.omdev.mingw
| 
* commit cf36c80a918a5c9e1fcd22462b18c75d4bab66fb
| Author: Martin Sjölund 
| Date:   Mon Jun 18 08:29:17 2018 +0200
| 
|     * libraries a498dde...bffe1e3 (1):
|       > Add AixLib 0.4.0; existing packages depend on it
| 
| M	libraries
| 
* commit 7480af7b3c3986f807a5f5e23ecbc874468ce72d
| Author: Adrian Pop 
| Date:   Sun Jun 17 21:19:54 2018 +0200
| 
|     * OMCompiler 7ee060b...e179064 (1):
|       > fix include path for SEMLA
| 
| M	OMCompiler
| 
* commit 7c1bc31066e5c1f601785a6c060924a59ba99280
| Author: hudson 
| Date:   Sun Jun 17 19:19:26 2018 +0200
| 
|     * libraries c8b12c0...a498dde (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9be9c858e07a42f8af6ac9bfe5a5fb617d55be41
| Author: Adrian Pop 
| Date:   Sun Jun 17 17:19:24 2018 +0200
| 
|     * OMCompiler 8c6ff41...7ee060b (1):
|       > handle list and listFile if we have encryption
| 
| M	OMCompiler
| 
* commit 63d96ab35c7dfab230cee26f04ba3c122d75ec9f
| Author: hudson 
| Date:   Sat Jun 16 19:21:02 2018 +0200
| 
|     * libraries e85eb65...c8b12c0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 676537d696d64ef472d7761e7df9077a8e1c69e5
| Author: Adeel Asghar 
| Date:   Fri Jun 15 20:42:22 2018 +0200
| 
|     * OMCompiler b96cf71...8c6ff41 (1):
|       > Build SEMLA from OMEncryption
| 
| M	OMCompiler
| 
* commit 1cc0f23c34759a048f4eacc64b73525277ffc593
| Author: hudson 
| Date:   Fri Jun 15 19:21:51 2018 +0200
| 
|     * libraries 1d300f9...e85eb65 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d9bf2c55a52d22522970055cff6143b74e869f1d
| Author: Per Östlund 
| Date:   Fri Jun 15 14:14:02 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1761f6d...b96cf71 (1):
|       > [NF] Fix function vectorization with type casting.
|     
|     * testsuite 546f250...b9da8d0 (1):
|       > [NF] Update function vectorization tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d7759ec6e1b66d00beeb43fedc8485e5d9e7615a
| Author: Dietmar Winkler 
| Date:   Fri Jun 15 11:48:54 2018 +0200
| 
|     * OMCompiler 7ad3a17...1761f6d (3):
|       > Py3 fix.
|       > Use ZMQ only since testing for CORBA did not really work out.
|       > Ref: #4622 Making the icon generator compatible with ZMQ
| 
| M	OMCompiler
| 
* commit 6c456fc8813c0ef4434e709fe9aba8df90bcdb1f
| Author: hudson 
| Date:   Thu Jun 14 19:44:18 2018 +0200
| 
|     * libraries fee17dd...1d300f9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d02d8de5eacd761ed82e2294110751637ec82374
| Author: Per Östlund 
| Date:   Thu Jun 14 19:15:56 2018 +0200
| 
|     * OMCompiler dc81059...7ad3a17 (1):
|       > [NF] Make record constructors work again.
| 
| M	OMCompiler
| 
* commit aa8a9431e24521e87b9a6bd92ecc70783a661f26
| Author: Per Östlund 
| Date:   Thu Jun 14 16:02:43 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9419b55...dc81059 (1):
|       > [NF] Operator overloading improvements.
|     
|     * testsuite 3cc7e9d...546f250 (1):
|       > [NF] Update and add operator overloading tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 014a8288af04ac687066710f376eaa0c7032f10c
| Author: Adeel Asghar 
| Date:   Thu Jun 14 01:43:54 2018 +0200
| 
|     * OMEdit e076b38...50faa87 (1):
|       > Allow creating and loading encrypted package
| 
| M	OMEdit
| 
* commit fb56634dab18037e272b97e373780072a0f45f53
| Author: Adeel Asghar 
| Date:   Thu Jun 14 00:54:55 2018 +0200
| 
|     * OMEdit 7e3111a...e076b38 (1):
|       > Avoid the NULL pointer exception.
| 
| M	OMEdit
| 
* commit ce7624b222a42b10d20a0371d866434803c5f875
| Author: hudson 
| Date:   Wed Jun 13 19:23:00 2018 +0200
| 
|     * libraries 96e5309...fee17dd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e23cd3456a43503e150d0fc10790a9a1eb14839e
| Author: Adeel Asghar 
| Date:   Wed Jun 13 17:18:26 2018 +0200
| 
|     * OMCompiler 1f361bb...9419b55 (1):
|       > Make sure to clean SEMLA
| 
| M	OMCompiler
| 
* commit ea4204d91ef989bcefd2cb9a1f485717f31aee6f
| Author: Adeel Asghar 
| Date:   Wed Jun 13 14:33:57 2018 +0200
| 
|     * OMCompiler 91cd77d...1f361bb (1):
|       > Restrict the API based on the access annotation of the encrypted class Show error message when user can't access contents
| 
| M	OMCompiler
| 
* commit f8e15b9e85c4fdfd1facbcb2de132d806f9849a4
| Author: hudson 
| Date:   Tue Jun 12 19:20:15 2018 +0200
| 
|     * libraries bdc689a...96e5309 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a4e6d407afd40f48bdedaa7525319e3f6091e8cc
| Author: Rüdiger Franke 
| Date:   Mon Jun 11 21:40:43 2018 +0200
| 
|     * OMCompiler 6533bcd...91cd77d (1):
|       > Fix type of firstTick operator
| 
| M	OMCompiler
| 
* commit 49c257bb68d7f306b0916dfc4c4f14b8a8d6b8d9
| Author: hudson 
| Date:   Mon Jun 11 19:20:04 2018 +0200
| 
|     * libraries 85a24c3...bdc689a (2):
|       > Bump libraries
|       > Fix the MSL trunk patch
| 
| M	libraries
| 
* commit 47633fce490ed0562dbadd39784446ffff4597c3
| Author: Per Östlund 
| Date:   Mon Jun 11 17:28:29 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 82c686d...6533bcd (1):
|       > [NF] Handle function derivative annotations.
|     
|     * testsuite 82c85da...3cc7e9d (1):
|       > [NF] Add function derivative tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit be9bdac512f562890209150d489a1e9fa1d30246
| Author: hudson 
| Date:   Sat Jun 9 10:52:07 2018 +0200
| 
|     * libraries 4d2de16...85a24c3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 87cfbd19a37e388448a5ec4639c443b3d861534b
| Author: hudson 
| Date:   Fri Jun 8 19:20:54 2018 +0200
| 
|     * libraries afed7a5...4d2de16 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c01fba20defe4c50cc9882091bc29dec5f410f33
| Author: Per Östlund 
| Date:   Fri Jun 8 14:11:55 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 58dca93...82c686d (1):
|       > [NF] Evaluation improvements.
|     
|     * testsuite f42c0a9...82c85da (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit cbf553e8bd75e4094aa7465cc6d83191f1888f8e
| Author: hudson 
| Date:   Thu Jun 7 19:22:27 2018 +0200
| 
|     * libraries 0dfe362...afed7a5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e93c59a6763417f60d7388e6eb6eb4913bb771fb
| Author: hudson 
| Date:   Wed Jun 6 19:22:16 2018 +0200
| 
|     * libraries 4675996...0dfe362 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0a4a3c70b6dd955c95773e0d619ebfd8abf626dd
| Author: hudson 
| Date:   Tue Jun 5 19:21:11 2018 +0200
| 
|     * libraries 8e2e588...4675996 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8fb6d520d932e3d250e0eb697fab01bc8d22d72f
| Author: Per Östlund 
| Date:   Tue Jun 5 10:59:39 2018 +0200
| 
|     * OMCompiler 9d7f5d5...58dca93 (1):
|       > [NF] Minor optimization for fold/map of crefs.
| 
| M	OMCompiler
| 
* commit 53097e86d67adc26fe7e4daaa39780a727269f22
| Author: hudson 
| Date:   Mon Jun 4 19:25:12 2018 +0200
| 
|     * libraries cd478f1...8e2e588 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 031d61528dcc1ec789ac67aa56216ae1e5821b07
| Author: Per Östlund 
| Date:   Mon Jun 4 18:17:47 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f430883...9d7f5d5 (1):
|       > [NF] Improve subscripting in EvalFunction.
|     
|     * testsuite 391deb8...f42c0a9 (1):
|       > [NF] Add more function evaluation tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 19b2b60f13e7db68a53e4f4a6fc529e06c3d965d
| Author: Per Östlund 
| Date:   Mon Jun 4 17:34:17 2018 +0200
| 
|     * OMCompiler 15644b5...f430883 (1):
|       > [NF] Expression evaluation fixes.
| 
| M	OMCompiler
| 
* commit 837c12c0a784e3aa918e79506748be6731015f3c
| Author: Per Östlund 
| Date:   Mon Jun 4 16:07:39 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 030f499...15644b5 (1):
|       > [NF] Handle unassigned record field better.
|     
|     * testsuite 61b0427...391deb8 (1):
|       > [NF] Add function evaluation test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6adc7f2c88d694009aad0d551bcd4671e6a8d576
| Author: Per Östlund 
| Date:   Mon Jun 4 12:27:44 2018 +0200
| 
|     * OMCompiler df6ecef...030f499 (1):
|       > Add code generation for 'product'.
| 
| M	OMCompiler
| 
* commit 2711e8e2ccc146499502436caefe03b5c02df856
| Author: Per Östlund 
| Date:   Mon Jun 4 12:12:52 2018 +0200
| 
|     * OMCompiler 2166555...df6ecef (1):
|       > [NF] Use correct call attributes everywhere.
| 
| M	OMCompiler
| 
* commit a359e9feda7cd636d5eb75df762dd6f48aa4cfc9
| Author: Adrian Pop 
| Date:   Mon Jun 4 01:36:33 2018 +0200
| 
|     * OMCompiler e8a3024...2166555 (1):
|       > try to not use the new dtags also for shared objects
| 
| M	OMCompiler
| 
* commit 613de6fe7ae240ee799263cc69292ecdbf9aa2eb
| Author: Adrian Pop 
| Date:   Sun Jun 3 23:43:51 2018 +0200
| 
|     * OMCompiler cc5bf4b...e8a3024 (1):
|       > - handle -Wl,--no-as-needed via configure
| 
| M	OMCompiler
| 
* commit 34f1ec133fbca612f9eb23d3c85c207a1a887f19
| Author: Adrian Pop 
| Date:   Sun Jun 3 23:15:36 2018 +0200
| 
|     * OMCompiler 4c949e1...cc5bf4b (2):
|       > handle -Wl,--disable-new-dtags via configure
|       > use RPATH not RUNPATH via -Wl,--disable-new-dtags
| 
| M	OMCompiler
| 
* commit 7b415b2249060a46fe08956e1150a9da66d42bd3
| Author: hudson 
| Date:   Sun Jun 3 23:01:47 2018 +0200
| 
|     * libraries c88ae31...cd478f1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c06433506fba9fd7faae6581075c5fa42ad1d0d8
| Author: Adrian Pop 
| Date:   Sun Jun 3 00:40:50 2018 +0200
| 
|     * OMCompiler 3afa6f7...4c949e1 (1):
|       > use -Wl,--no-as-needed as otherwise the klu test fails
| 
| M	OMCompiler
| 
* commit 9d6a69776aca7e9818da7f19bb07c63bda49cd7d
| Author: Volker Waurich 
| Date:   Fri Jun 1 16:01:33 2018 +0200
| 
|     * OMCompiler 84be5a9...3afa6f7 (1):
|       > remove duplicated relation checking for cpp codegen, fixes relations using iterators
| 
| M	OMCompiler
| 
* commit c5d0497b1d83c9fe04b432ea6e64594020c35d95
| Author: Per Östlund 
| Date:   Fri Jun 1 13:06:31 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2fffc20...84be5a9 (1):
|       > [NF] Fix variability issues.
|     
|     * testsuite 0b2fd73...61b0427 (1):
|       > [NF] Add nested 'end' test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 93dee901c851298b78f898253fdb978133e3705d
| Author: Per Östlund 
| Date:   Thu May 31 22:49:06 2018 +0200
| 
|     * OMCompiler c3468c0...2fffc20 (1):
|       > Handle "()" for __OpenModelica_simulationFlags.
| 
| M	OMCompiler
| 
* commit 373e5e614563967a7e82eab79dda0a15783d90f3
| Author: Per Östlund 
| Date:   Thu May 31 19:08:11 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler afc94ce...c3468c0 (1):
|       > [NF] Various fixes.
|     
|     * testsuite 891adba...0b2fd73 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3242d5758ab216c25a018f1fe596f6a5a8c0677c
| Author: Per Östlund 
| Date:   Thu May 31 14:19:40 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6609484...afc94ce (1):
|       > Use __OpenModelica_simulationFlags in buildModel
|     
|     * testsuite 5f26126...891adba (1):
|       > Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9a5bb6433d11365dcef856a5b29f68f5f4c75b06
| Author: Per Östlund 
| Date:   Wed May 30 19:20:59 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6f42885...6609484 (1):
|       > [NF] Function improvements/cleanup.
|     
|     * testsuite 7e8c526...5f26126 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit eb5a3a4dc7adf35dfa208c725f7400e7ceb8e5ae
| Author: Per Östlund 
| Date:   Wed May 30 12:05:02 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9b09552...6f42885 (1):
|       > [NF] Improvements to handling of 'when'.
|     
|     * testsuite fedcaa2...7e8c526 (1):
|       > [NF] Add more 'when' tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ce68a50a645f3ad5b4c884bda1fdf511299ed2e9
| Author: Per Östlund 
| Date:   Wed May 30 11:03:04 2018 +0200
| 
|     * OMCompiler 9878b52...9b09552 (1):
|       > Add evaluation of intBit*.
| 
| M	OMCompiler
| 
* commit 9f52a31ac555a673fcda888bbc867b013a02811a
| Author: Per Östlund 
| Date:   Mon May 28 17:34:20 2018 +0200
| 
|     * OMCompiler 12e54e0...9878b52 (1):
|       > [NF] Fill in field names when converting records.
| 
| M	OMCompiler
| 
* commit 212885f0c7a9a445e518636b105ff25f3f430ce5
| Author: Per Östlund 
| Date:   Mon May 28 16:27:51 2018 +0200
| 
|     * OMCompiler a444419...12e54e0 (1):
|       > [NF] Fix Package.collectVariableConstants.
| 
| M	OMCompiler
| 
* commit 3d95d21f348e567a0e03a23fef3c1b77c28d9a3b
| Author: Per Östlund 
| Date:   Mon May 28 16:10:15 2018 +0200
| 
|     * OMCompiler debb491...a444419 (1):
|       > [NF] Allow both types to be unknown in matchTypes.
| 
| M	OMCompiler
| 
* commit 6d76fe6f52897341776a9459af6bdb029bb30fbd
| Author: Per Östlund 
| Date:   Mon May 28 12:36:42 2018 +0200
| 
|     * OMCompiler 0fd679d...debb491 (1):
|       > [NF] Apply scope fixes to records constructors too.
| 
| M	OMCompiler
| 
* commit a5144a4ad2f71aa0d369eafcfbc72451370437c9
| Author: Per Östlund 
| Date:   Mon May 28 11:30:39 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 14c51e0...0fd679d (1):
|       > [NF] Fix scoping issues.
|     
|     * testsuite 4348491...fedcaa2 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 72f34216f78d3f7ab3d31435c5ae87988e53d76f
| Author: hudson 
| Date:   Sat May 26 19:20:54 2018 +0200
| 
|     * libraries 1539b63...c88ae31 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3d0cc19fdcf21a72df76e3299139d505ac43a31f
| Author: Per Östlund 
| Date:   Sat May 26 11:48:06 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e2290c9...14c51e0 (1):
|       > [NF] Pad cref subscripts with :.
|     
|     * testsuite 3c2d914...4348491 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2c1fc426e6db3b75be258c9f8c7eb157038cb52a
| Author: Per Östlund 
| Date:   Fri May 25 21:19:04 2018 +0200
| 
|     * OMCompiler a185205...e2290c9 (1):
|       > Fix ComponentReference.expandCref.
| 
| M	OMCompiler
| 
* commit 52e77660a5ad85f61a92ba64ee09c3e4dd0fe32c
| Author: hudson 
| Date:   Fri May 25 19:48:02 2018 +0200
| 
|     * libraries e6e6718...1539b63 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 016c4fd993beb7d2a494da3a8aca0a70fd1bde47
| Author: Per Östlund 
| Date:   Fri May 25 19:20:06 2018 +0200
| 
|     * OMCompiler e8395d7...a185205 (1):
|       > Improve inlining to handle Complex constructor.
| 
| M	OMCompiler
| 
* commit c0f7c32e25b6948e862caae252025f5505559e32
| Author: Per Östlund 
| Date:   Fri May 25 19:05:16 2018 +0200
| 
|     * OMCompiler 215b5fc...e8395d7 (1):
|       > [NF] Fix call attributes for operator overloading.
| 
| M	OMCompiler
| 
* commit f295158bc742105c149840eb1deb41ba9084df1b
| Author: Per Östlund 
| Date:   Fri May 25 14:20:16 2018 +0200
| 
|     * OMCompiler 526262a...215b5fc (1):
|       > [NF] Fix ConnectEquations.makePositiveMaxCall.
| 
| M	OMCompiler
| 
* commit 6eb3a7b9c9367c3e98ec1eebc3f85fbf5d9573f3
| Author: Per Östlund 
| Date:   Fri May 25 14:05:21 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c2593f2...526262a (1):
|       > [NF] Fix default values in record constructors.
|     
|     * testsuite 47387c8...3c2d914 (1):
|       > [NF] Add function record parameter tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit fed51bdab9462a89874b89efc24e4258173e6f5a
| Author: Dietmar Winkler 
| Date:   Fri May 25 12:20:09 2018 +0200
| 
|     * OMCompiler 0ea5484...c2593f2 (1):
|       > Add default top alignment for table rows
| 
| M	OMCompiler
| 
* commit ea63cadae22375bf2f7ec4707af37421bfc49697
| Author: Per Östlund 
| Date:   Thu May 24 14:19:48 2018 +0200
| 
|     * OMCompiler f09a7d4...0ea5484 (1):
|       > [NF] Fix InstNode.scopePath for derived classes.
| 
| M	OMCompiler
| 
* commit e6f9e8ca97323fd10eda0fb0ab53fe2600483618
| Author: Per Östlund 
| Date:   Thu May 24 13:33:24 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0f7ec31...f09a7d4 (1):
|       > [NF] Improve expansion of reductions.
|     
|     * testsuite 73c624c...47387c8 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8bcc3ee5817257e9b858839ab5cd6452373224d6
| Author: Willi Braun 
| Date:   Thu May 24 13:00:21 2018 +0200
| 
|     * OMCompiler e80e927...0f7ec31 (1):
|       > [cRuntime] fix typo
| 
| M	OMCompiler
| 
* commit c23e4b029feea319d7f19908b85f40247f0e36ef
| Author: Per Östlund 
| Date:   Thu May 24 12:14:11 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2ea6748...e80e927 (1):
|       > [NF] Implemented expansion of cat and promote.
|     
|     * testsuite 62a0cb4...73c624c (1):
|       > [NF] Add array concatenation test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a75611462ea497796f9df547d0df64b12ccd5982
| Author: Willi Braun 
| Date:   Thu May 24 11:29:25 2018 +0200
| 
|     * OMCompiler 2716d05...2ea6748 (1):
|       > [cRuntime] Fixing LOG_DSS dump
| 
| M	OMCompiler
| 
* commit 152812ec8e6f23f68ddee18da88d27f1083a9a2e
| Author: Willi Braun 
| Date:   Wed May 23 20:33:24 2018 +0200
| 
|     * OMCompiler 729fcc0...2716d05 (1):
|       > [DAEMode] create aux variable for cse variables
| 
| M	OMCompiler
| 
* commit acf3696e133a6836233e3d594b2e7c465e3a1c8a
| Author: Willi Braun 
| Date:   Wed May 23 20:18:35 2018 +0200
| 
|     * OMCompiler ef288f9...729fcc0 (1):
|       > [cRuntime] fix function _omc_maximumVectorNorm
| 
| M	OMCompiler
| 
* commit 28607eebfd014bd76a8f9bb98a2ec6052081c5ae
| Author: Per Östlund 
| Date:   Wed May 23 17:00:35 2018 +0200
| 
|     * OMCompiler e5b9e3e...ef288f9 (1):
|       > [NF] Fix equation counting for algorithms.
| 
| M	OMCompiler
| 
* commit ee068115432be25ff83a9ece245ce6aee7387b4f
| Author: Per Östlund 
| Date:   Wed May 23 12:12:48 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 71fb0a7...e5b9e3e (1):
|       > [NF] QoL fixes.
|     
|     * testsuite 74a7737...62a0cb4 (1):
|       > [NF] Add tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3a84f4211d71a618d5618dc367dc66d4f419bb2f
| Author: Per Östlund 
| Date:   Tue May 22 23:23:22 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2d96bc2...71fb0a7 (1):
|       > [NF] Fix prefixing issue.
|     
|     * testsuite abc79f2...74a7737 (1):
|       > [NF] Added prefixing test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f24e61a3b92d0defda4f8c2bbc4f42c47555d3d1
| Author: Per Östlund 
| Date:   Tue May 22 22:40:24 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4f6e4cd...2d96bc2 (1):
|       > [NF] Fix flattening of bindings.
|     
|     * testsuite 4a35da1...abc79f2 (1):
|       > [NF] Add prefixing test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5cc5825a1b49446ae84e2ceecd1d0eea32f5ad19
| Author: Per Östlund 
| Date:   Tue May 22 21:33:11 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5733f33...4f6e4cd (1):
|       > [NF] Fix dimension deduction with 'each' bindings.
|     
|     * testsuite f0dc635...4a35da1 (1):
|       > [NF] Add dimension deduction test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8bcddfc76111bfb869a5f87c018ace7b335f0d41
| Author: hudson 
| Date:   Tue May 22 19:21:09 2018 +0200
| 
|     * libraries 9ef54b8...e6e6718 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 81bcbdeebf7c969b0df3c84d60f158f11f788aeb
| Author: Per Östlund 
| Date:   Tue May 22 15:36:26 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fed5dac...5733f33 (1):
|       > [NF] Modifier/binding fixes.
|     
|     * testsuite 3c4e9ad...f0dc635 (1):
|       > [NF] Add builtin attribute test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2c465169fc5a440ee70df3a39dbedd7ad41ee543
| Author: Per Östlund 
| Date:   Tue May 22 15:12:38 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 437e35d...fed5dac (1):
|       > [NF] Fix binding issues.
|     
|     * testsuite adbecab...3c4e9ad (1):
|       > [NF] Update test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e9c014f801952f5c173f828cf1a3c6f69a7a92e7
| Author: Adrian Pop 
| Date:   Tue May 22 13:43:22 2018 +0200
| 
|     * OMCompiler 6b41403...437e35d (1):
|       > fixes to FMI modelDescription import - do not require the imported file to be named modelDescription.xml - do all the zipping operations in the temporary folder and cleanup after
| 
| M	OMCompiler
| 
* commit b92707c4a90770abb225fdf7e057675f7dafed82
| Author: Per Östlund 
| Date:   Tue May 22 13:20:37 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0c48541...6b41403 (1):
|       > [NF] Various fixes.
|     
|     * testsuite bc4d228...adbecab (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 476f47c3f75e7bba749e750352af9f0518bd524b
| Author: Per Östlund 
| Date:   Tue May 22 12:17:17 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6a4b5f1...0c48541 (1):
|       > [NF] Fix ExpressionIterator for arrays.
|     
|     * testsuite affad0b...bc4d228 (1):
|       > [NF] Add array binding test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3b0784ab3e954fddedef40a0183c0c609c17e244
| Author: Per Östlund 
| Date:   Tue May 22 11:42:58 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6812b52...6a4b5f1 (1):
|       > [NF] Improve handling of class modifiers.
|     
|     * testsuite 0559144...affad0b (1):
|       > [NF] Add more class modifier tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bd2b4fb878f582c4a219f381cdd602eb7b43f292
| Author: Per Östlund 
| Date:   Mon May 21 12:10:35 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c06350f...6812b52 (1):
|       > [NF] Ignore unused record field bindings.
|     
|     * testsuite 2a436dd...0559144 (1):
|       > [NF] Add more record evaluation tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c6b3b5666f147ccc15a5564f9bdfb389dad40653
| Author: hudson 
| Date:   Fri May 18 19:31:36 2018 +0200
| 
|     * libraries 1821d24...9ef54b8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 97c16ae9018079ce84f52b0a9fc7d835f437f032
| Author: Per Östlund 
| Date:   Fri May 18 12:56:09 2018 +0200
| 
|     * OMCompiler c6677a4...c06350f (1):
|       > [NF] Fix record constructor generation issue.
| 
| M	OMCompiler
| 
* commit 05eff907f9c2290a032a13cc700e6c623d415e57
| Author: Per Östlund 
| Date:   Fri May 18 11:19:02 2018 +0200
| 
|     * OMCompiler 54d7a40...c6677a4 (1):
|       > Make saveTotalModel respect uses-annotations.
| 
| M	OMCompiler
| 
* commit 7319274eaff5713a96a69a0df84dcccfba6a37fb
| Author: Per Östlund 
| Date:   Fri May 18 10:19:41 2018 +0200
| 
|     * OMCompiler c0cc57f...54d7a40 (1):
|       > [NF] Fix modifier scope in Inst.instClassDef.
| 
| M	OMCompiler
| 
* commit 2f352d52a8a4ac06483bbb26a4f2340f819f708c
| Author: Martin Sjölund 
| Date:   Fri May 18 08:03:06 2018 +0200
| 
|     * OMCompiler 74abb64...c0cc57f (1):
|       > Build lpsolve55 if it is not found
| 
| M	OMCompiler
| 
* commit 4ad8e0cca34e6c08f212c7741658078e9bfca158
| Author: Per Östlund 
| Date:   Thu May 17 19:39:07 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c02ea2f...74abb64 (1):
|       > [NF] Improve binding type mismatch error message.
|     
|     * testsuite 9a756d2...2a436dd (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 04805a982228b72dae1157dec8fda5976d4ba919
| Author: hudson 
| Date:   Thu May 17 19:23:00 2018 +0200
| 
|     * libraries 2784566...1821d24 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 497fb915cf1db7fb11b4cee76c4db92207d6fb21
| Author: Per Östlund 
| Date:   Thu May 17 16:48:52 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 90c1886...c02ea2f (1):
|       > [NF] Improve handling of record evaluation.
|     
|     * testsuite 13aad5f...9a756d2 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c2c1c195f7a7c32572fb1a88405566d463417a67
| Author: Per Östlund 
| Date:   Thu May 17 13:30:15 2018 +0200
| 
|     * OMCompiler 2fefbbb...90c1886 (2):
|       > [NF] Improve type checking of records.
|       > [NF] Fix generation of record constructors.
| 
| M	OMCompiler
| 
* commit b2e369ccc870b671fce13bec37130911af523b6f
| Author: Per Östlund 
| Date:   Thu May 17 12:30:23 2018 +0200
| 
|     * OMCompiler 16e0883...2fefbbb (1):
|       > [NF] Improve type checking of records.
| 
| M	OMCompiler
| 
* commit af3e6092f0756f820bc4f7e7a35d03c7e93052f7
| Author: hudson 
| Date:   Wed May 16 19:22:36 2018 +0200
| 
|     * libraries 4734b91...2784566 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 89fef4a0e0e3b8db6a525a78925cf82eb66309b4
| Author: Per Östlund 
| Date:   Wed May 16 16:53:27 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 803cabd...16e0883 (1):
|       > [NF] Implement getInstanceName().
|     
|     * testsuite 5df20c6...13aad5f (1):
|       > [NF] Update getInstanceName test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 54814fdb7c645667a2f208a5f8ad0caf8d892317
| Author: Per Östlund 
| Date:   Wed May 16 16:22:07 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 57e8ce7...803cabd (1):
|       > [NF] Record fixes.
|     
|     * testsuite bad53a2...5df20c6 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit fa1541f67da6c2e6023d298e7b6b956f8d3fc8e2
| Author: Martin Sjölund 
| Date:   Wed May 16 16:07:19 2018 +0200
| 
|     * OMCompiler 17adb9a...57e8ce7 (1):
|       > Generate correct code for integer mod(i1,i2)
| 
| M	OMCompiler
| 
* commit 9fe392a40ae6e4253486ca39404ee92a6fa69124
| Author: Per Östlund 
| Date:   Wed May 16 15:33:28 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ed95fad...17adb9a (1):
|       > [NF] Performance improvements.
|     
|     * testsuite 7b94780...bad53a2 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a912b6303b0a181bb463cdd7b94c80a4aa98a724
| Author: Per Östlund 
| Date:   Wed May 16 10:59:19 2018 +0200
| 
|     * OMCompiler 6aa87b5...ed95fad (1):
|       > [NF] Constant evaluation fixes.
| 
| M	OMCompiler
| 
* commit dc870cc3c8a7b909a2d13a7796bee3b8183a9639
| Author: Martin Sjölund 
| Date:   Wed May 16 08:23:39 2018 +0200
| 
|     * OMEdit da1155a...7e3111a (1):
|       > Pass CXXFLAGS to qjson
| 
| M	OMEdit
| 
* commit 27600229fd3b3a755e9ee8b8c94cb5d5b979780f
| Author: Lennart Ochel 
| Date:   Tue May 15 22:56:24 2018 +0200
| 
|     Updating OMCompiler
|     
|     6aa87b5 Updating 3rdParty
|     
|     Belonging to [master]:
|       - OpenModelica/OMCompiler-3rdParty#30
| 
| M	OMCompiler
| 
* commit 8bcbcdc3ee3530ee43b143a6ca208020d883f5d3
| Author: Per Östlund 
| Date:   Tue May 15 17:39:46 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fb58909...c097132 (1):
|       > [NF] Generate less stupid flat models.
|     
|     * testsuite 678ea02...7b94780 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b9452ebe03c0e6ca8328c4736b7b059e1990c5ba
| Author: hudson 
| Date:   Mon May 14 19:21:44 2018 +0200
| 
|     * libraries c9a6a78...4734b91 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f3b02340906a4f6c9a5fe220aaac9aa765dd9921
| Author: Per Östlund 
| Date:   Mon May 14 18:49:41 2018 +0200
| 
|     * OMCompiler 52e894f...fb58909 (1):
|       > [NF] Various improvements.
| 
| M	OMCompiler
| 
* commit 8d7657d261d24905a0b3cb3df7397608cb93ffc7
| Author: Adeel Asghar 
| Date:   Mon May 14 13:42:23 2018 +0200
| 
|     * OMEdit 09fcdbc...da1155a (1):
|       > ticket:4935 Check the simulation result size before switching to the plotting view.
| 
| M	OMEdit
| 
* commit eb3c7d7f5a89c0d25516fe233ada248a9758bb49
| Author: Per Östlund 
| Date:   Mon May 14 13:09:53 2018 +0200
| 
|     * OMCompiler d47670a...52e894f (1):
|       > [NF] Use class scopes for function names.
| 
| M	OMCompiler
| 
* commit 5ea64e3409001c627039a83fe4e43474ee2a9be7
| Author: Adeel Asghar 
| Date:   Mon May 14 12:44:52 2018 +0200
| 
|     * OMEdit afcb605...09fcdbc (1):
|       > Fixed flickering of duplicate dialog
| 
| M	OMEdit
| 
* commit beefc7ffe068558b61b5d28c3ea3e83619ab810b
| Author: Per Östlund 
| Date:   Mon May 14 11:58:28 2018 +0200
| 
|     * OMCompiler 271b70d...d47670a (1):
|       > [NF] Don't treat external "builtin" as external.
| 
| M	OMCompiler
| 
* commit 5ccca9fe14904a265e4b3aa3da319bb02cd490da
| Author: Per Östlund 
| Date:   Mon May 14 11:18:50 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 74e8456...271b70d (1):
|       > [NF] Fix lookup scope for inner names.
|     
|     * testsuite ce77458...678ea02 (1):
|       > [NF] Add inner outer test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c68974042d510c745762d44706c7dd875f59311b
| Author: Martin Sjölund 
| Date:   Mon May 14 08:25:25 2018 +0200
| 
|     * OMCompiler a3a1750...74e8456 (1):
|       > filterSimulationResults option to remove descriptions
| 
| M	OMCompiler
| 
* commit 4c7b3087af8e3e08fbb0649a2d0245168cba81d4
| Author: hudson 
| Date:   Sun May 13 19:20:43 2018 +0200
| 
|     * libraries c1264ac...c9a6a78 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 017eb4986320ea52b6c69ad27da28b4358aa0ac8
| Author: hudson 
| Date:   Wed May 9 19:24:38 2018 +0200
| 
|     * libraries e5f6d48...c1264ac (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9e1da45555c06f54fd399289b8947f353ecc6c69
| Author: Per Östlund 
| Date:   Wed May 9 18:27:21 2018 +0200
| 
|     * OMCompiler 3d7f6a4...a3a1750 (1):
|       > Add dumping of INITIAL_NORETCALL to DAEDump.
| 
| M	OMCompiler
| 
* commit 1e7ea724cfdd5e268b708024d713047c8d5a6ec9
| Author: Per Östlund 
| Date:   Wed May 9 17:59:11 2018 +0200
| 
|     * OMCompiler 0e2c8f5...3d7f6a4 (1):
|       > [NF] Fix evaluation of dimensions in functions.
| 
| M	OMCompiler
| 
* commit 85b189c62579112e8157ab82ef6a04da9d51874a
| Author: Per Östlund 
| Date:   Wed May 9 17:29:15 2018 +0200
| 
|     * OMCompiler 63ed252...0e2c8f5 (1):
|       > [NF] Fix variability of size() properly.
| 
| M	OMCompiler
| 
* commit a53d2ecc89697b492eb4120dc3b5faa79ef34ad1
| Author: Per Östlund 
| Date:   Wed May 9 16:44:51 2018 +0200
| 
|     * OMCompiler 59a392a...63ed252 (1):
|       > [NF] Handle derived classes in collectRecordParams.
| 
| M	OMCompiler
| 
* commit 6c0910c49393f1bf56eacaabff42ff2da857f4bb
| Author: Per Östlund 
| Date:   Wed May 9 15:55:30 2018 +0200
| 
|     * OMCompiler 1bed3ff...59a392a (1):
|       > [NF] Minor fixes.
| 
| M	OMCompiler
| 
* commit bb9b167b98481680d6473fcbaea95c346502174b
| Author: Per Östlund 
| Date:   Wed May 9 15:40:41 2018 +0200
| 
|     * OMCompiler a3ddfaf...1bed3ff (1):
|       > [NF] Fix variability of size() in functions.
| 
| M	OMCompiler
| 
* commit 022bc70dc54dad6213335ac2052331dc183fa869
| Author: Per Östlund 
| Date:   Wed May 9 14:20:52 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8b4871a...a3ddfaf (1):
|       > [NF] Function evaluation improvements.
|     
|     * testsuite c0e3759...ce77458 (1):
|       > [NF] Added function evaluation tests with arrays.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 76131c614e4b38050e4a8a633fd3cf8514f537b1
| Author: Per Östlund 
| Date:   Wed May 9 12:53:32 2018 +0200
| 
|     * OMCompiler c844742...8b4871a (1):
|       > [NF] Improve function vectorization.
| 
| M	OMCompiler
| 
* commit 70eafcfe72be075883756280f579a9efb03427ec
| Author: Martin Sjölund 
| Date:   Wed May 9 11:43:41 2018 +0200
| 
|     * OMCompiler 4912fd6...c844742 (1):
|       > Only perform logging of delay for LOG_EVENTS_V
| 
| M	OMCompiler
| 
* commit fa9e510cafb88588da782197eeaea6d1fba3e325
| Author: Adeel Asghar 
| Date:   Wed May 9 10:45:03 2018 +0200
| 
|     * OMEdit 881575c...afcb605 (1):
|       > Fix array parametric plot
| 
| M	OMEdit
| 
* commit ed88ece2fecfbc78f5747fea6b301a3684cbd49f
| Author: hudson 
| Date:   Tue May 8 19:21:16 2018 +0200
| 
|     * libraries 8a2dfb2...e5f6d48 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1ec199c55faf5ac71cc923a84fb45b6a95b1d471
| Author: Per Östlund 
| Date:   Tue May 8 17:37:06 2018 +0200
| 
|     * OMCompiler bc9cece...4912fd6 (1):
|       > [NF] Inlining fixes.
| 
| M	OMCompiler
| 
* commit 129adbf62e64ed7c81f7c75d0a1f8b9e009eaac3
| Author: Adeel Asghar 
| Date:   Tue May 8 14:40:23 2018 +0200
| 
|     * OMEdit 6b04065...881575c (1):
|       > ticket:4923 Check for Modelica:// urls
| 
| M	OMEdit
| 
* commit fe62e95276dfec817d06b42585c88689bc14ced0
| Author: Bernhard Thiele 
| Date:   Tue May 8 14:24:52 2018 +0200
| 
|     * OMCompiler d9899db...bc9cece (1):
|       > Removing description of a previously removed module
| 
| M	OMCompiler
| 
* commit 26c8327132c701ae877bf3ae8fa26d359794d2bc
| Author: Per Östlund 
| Date:   Mon May 7 19:44:36 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a1911e7...d9899db (1):
|       > [NF] Support for records in NFEvalFunction.
|     
|     * testsuite 83fe9fa...c0e3759 (1):
|       > [NF] More test for records in function evaluation.
| 
| M	OMCompiler
| M	testsuite
| 
* commit cb7223073f55b47d7d9ba196397152628275016a
| Author: hudson 
| Date:   Mon May 7 19:19:43 2018 +0200
| 
|     * libraries 9d7cb45...8a2dfb2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 859bb70446efef6cbd6df3928d1b9b01d6c9a4de
| Author: Per Östlund 
| Date:   Mon May 7 16:24:54 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 60e8e0a...a1911e7 (1):
|       > [NF] Function evaluation improvements for records.
|     
|     * testsuite 2ec1643...83fe9fa (1):
|       > [NF] Added function evaluation test with record.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 28107a10023329ed0f64bb92b3e7200f444b79aa
| Author: Per Östlund 
| Date:   Mon May 7 15:12:21 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5feb832...60e8e0a (1):
|       > [NF] Evaluation of reductions and SUBSCRIPTED_EXP.
|     
|     * testsuite 2303444...2ec1643 (1):
|       > [NF] Evaluation tests for linspace and reductions.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 498712d4030952d5e9032f7e26f39fe638ce6abb
| Author: Per Östlund 
| Date:   Mon May 7 12:43:36 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 87286cb...5feb832 (1):
|       > [NF] Implemented basic function inlining.
|     
|     * testsuite 2377433...2303444 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7b443d87f0d2eb3738c58154b512c10677c469e4
| Author: Per Östlund 
| Date:   Sat May 5 15:35:29 2018 +0200
| 
|     * OMCompiler 89eacbb...87286cb (1):
|       > [NF] Various improvements.
| 
| M	OMCompiler
| 
* commit 2b0b69de09be4607919f24b626d346c4e25ba8d8
| Author: Per Östlund 
| Date:   Fri May 4 16:49:55 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ace473c...89eacbb (1):
|       > [NF] Minor fixes.
|     
|     * testsuite 9fbd53a...2377433 (1):
|       > [NF] Add test for duplicate params in function.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 934ac6f1d260f8a6e92384a387b97fdfb106529b
| Author: Per Östlund 
| Date:   Fri May 4 15:41:01 2018 +0200
| 
|     * OMCompiler bc4b3e1...ace473c (1):
|       > [NF] Add evalution of known external functions.
| 
| M	OMCompiler
| 
* commit 606bbdb9929c986db74d91eba59c5b6e66191c0e
| Author: Per Östlund 
| Date:   Fri May 4 13:52:45 2018 +0200
| 
|     * OMCompiler cd7b28a...bc4b3e1 (1):
|       > [NF] Add sanity check to Call.vectorizeCall.
| 
| M	OMCompiler
| 
* commit 9a3e237aad6b3903af68818cae5ee0ded27c0fdd
| Author: Per Östlund 
| Date:   Thu May 3 19:50:53 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f92e6eb...cd7b28a (1):
|       > [NF] Initial function evaluation implementation.
|     
|     * testsuite a523321...9fbd53a (1):
|       > [NF] Added function evaluation tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4cf7e9aa371e75db2bea3ab613af6ae317b15657
| Author: Per Östlund 
| Date:   Thu May 3 19:50:53 2018 +0200
| 
|     Update spell checking file.
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#73
|       - OpenModelica/OMCompiler#2407
|       - OpenModelica/OpenModelica-testsuite#936
| 
| M	.openmodelica.aspell
| 
* commit f816339d4a17a860c339763edd50f4fa5ddd600f
| Author: Adeel Asghar 
| Date:   Thu May 3 14:57:38 2018 +0200
| 
|     * OMCompiler 6a5320c...f92e6eb (1):
|       > Fixed the windows FMU export
| 
| M	OMCompiler
| 
* commit e0b1856e9fe69bd641f8292bd9e1d8cb48fb63a9
| Author: Adeel Asghar 
| Date:   Thu May 3 12:38:19 2018 +0200
| 
|     * doc 0737232...74a891b (1):
|       > Documented the third argument of ModelicaSystem
| 
| M	doc
| 
* commit d880af299e346c28aab93e950883cacb7d5e218b
| Author: hudson 
| Date:   Wed May 2 23:15:57 2018 +0200
| 
|     * libraries 3462393...9d7cb45 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 763f5eeb4554d96a3fdbab897c905cd434144f49
| Author: adrpo 
| Date:   Wed May 2 22:16:19 2018 +0200
| 
|     * libraries daccf5c...3462393 (1):
|       > update the manual patch
| 
| M	libraries
| 
* commit 3cd1fe08138de7d6aa14f01bcfdf7f2f764d46ec
| Author: Per Östlund 
| Date:   Wed May 2 15:51:08 2018 +0200
| 
|     * OMCompiler 26cb184...6a5320c (1):
|       > Fix Inst.releaseInstHashTable.
| 
| M	OMCompiler
| 
* commit 9f7878f82b9b8d76bc14b4e77ffea51d1acc1fd1
| Author: Martin Sjölund 
| Date:   Wed May 2 13:26:50 2018 +0200
| 
|     * OMCompiler 7fc85eb...26cb184 (1):
|       > Improved instantiateModel
| 
| M	OMCompiler
| 
* commit 6790a23a5da319754410a94ead343a7b8c75abf1
| Author: Martin Sjölund 
| Date:   Wed May 2 08:12:20 2018 +0200
| 
|     * OMCompiler 5a7ce94...7fc85eb (1):
|       > Fix undefined behaviour in codegen of array reduction
| 
| M	OMCompiler
| 
* commit 2b50c1c20b468cde467ce207d959527e5664cf70
| Author: Per Östlund 
| Date:   Fri Apr 27 16:29:20 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 81ba868...5a7ce94 (1):
|       > [NF] Implemented evaluation of Integer().
|     
|     * testsuite bdad486...a523321 (1):
|       > [NF] Add ceval test for Integer().
| 
| M	OMCompiler
| M	testsuite
| 
* commit f8be7c4dfc685a868569779f925390bafa7aa9a4
| Author: Per Östlund 
| Date:   Fri Apr 27 16:14:27 2018 +0200
| 
|     * OMCompiler 3aae2a0...81ba868 (1):
|       > [NF] Various fixes.
| 
| M	OMCompiler
| 
* commit 303eb96db23fc8dfad7682825abaaf97f289ddf6
| Author: Adeel Asghar 
| Date:   Fri Apr 27 12:53:46 2018 +0200
| 
|     * OMEdit 48aee2f...6b04065 (1):
|       > ticket:3788 Delete the entire simulation folder on quit
| 
| M	OMEdit
| 
* commit 73f9dd20e83c8f6b674b57ee71aded851ae4bcc1
| Author: Adrian Pop 
| Date:   Thu Apr 26 20:45:07 2018 +0200
| 
|     * OMCompiler 338d1df...3aae2a0 (1):
|       > pass the makefile file in Windows
| 
| M	OMCompiler
| 
* commit bdef3d3161340497e354c908a528c2b07d18bc44
| Author: Per Östlund 
| Date:   Thu Apr 26 15:31:54 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2718416...338d1df (1):
|       > [NF] Improve constant evaluation.
|     
|     * testsuite b3f8af8...bdad486 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit caaf4a350b9498e2ae4ca9946af9ec640e9c04b8
| Author: Adeel Asghar 
| Date:   Thu Apr 26 15:00:16 2018 +0200
| 
|     * OMEdit d1e3551...48aee2f (1):
|       > ticket:4788 Add the saved files to recent files list
| 
| M	OMEdit
| 
* commit 1db0c3efdfdaf667dcc9875d10239a838e2afe52
| Author: Martin Sjölund 
| Date:   Thu Apr 26 12:08:27 2018 +0200
| 
|     * libraries 686f34a...daccf5c (1):
|       > Update makefile for netcdf
| 
| M	libraries
| 
* commit d820054f14efa75fd1744231907f4d4a7ad9d846
| Author: Martin Sjölund 
| Date:   Thu Apr 26 11:37:53 2018 +0200
| 
|     * libraries f853b09...686f34a (1):
|       > Update netCDF as the last commit was force pushed
| 
| M	libraries
| 
* commit dde5b1aefb4438fb445be19477720bcd30eb1e99
| Author: Martin Sjölund 
| Date:   Thu Apr 26 09:49:09 2018 +0200
| 
|     * libraries c66a9a2...f853b09 (1):
|       > Fix the MSL patch
| 
| M	libraries
| 
* commit 2340763a272cace6e8b98b7a313d13b1ca72d8d9
| Author: Adeel Asghar 
| Date:   Wed Apr 25 21:26:36 2018 +0200
| 
|     * doc 29cd774...0737232 (1):
|       > Documentation for __OpenModelica_commandLineOptions and __OpenModelica_simulationFlags annotations
| 
| M	doc
| 
* commit 4854b6fdca9f1f0cefb970ab03ebb2ae51a24174
| Author: Martin Sjölund 
| Date:   Wed Apr 25 15:51:31 2018 +0200
| 
|     * libraries 05c4cdb...c66a9a2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d8f981d716ef1986bb9aaf659407f0f818be46cf
| Author: Martin Sjölund 
| Date:   Wed Apr 25 15:20:55 2018 +0200
| 
|     * libraries 1a82c7f...05c4cdb (1):
|       > Add LibRAS to the testing
| 
| M	libraries
| 
* commit d470457d39615d6ece51d7d7d7bc4fdbae48546f
| Author: Adeel Asghar 
| Date:   Wed Apr 25 12:55:56 2018 +0200
| 
|     * OMEdit a31e907...d1e3551 (2):
|       > Better default color for warnings
|       > Don't set a minimum width
| 
| M	OMEdit
| 
* commit 9c78ce857ea5c570c04a7d6a414b95aecea678e2
| Author: Martin Sjölund 
| Date:   Wed Apr 25 09:31:08 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 004da73...2718416 (1):
|       > Change the default to statically linked FMUs
|     
|     * testsuite 6a1cc9a...b3f8af8 (1):
|       > Number of output points changed
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9375dc865c2c68e28ebe45d7731a979cc08b249c
| Author: Per Östlund 
| Date:   Tue Apr 24 16:39:24 2018 +0200
| 
|     * OMCompiler d8d9e02...004da73 (1):
|       > Disable incorrect typing of .+ for Strings.
| 
| M	OMCompiler
| 
* commit 5a46b166ba2c017ff1df87dc5d6c7ce4c85909c8
| Author: Per Östlund 
| Date:   Tue Apr 24 13:48:36 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f5e1d77...d8d9e02 (1):
|       > [NF] Improve Expression.promote.
|     
|     * testsuite 0db66a6...6a1cc9a (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8e4a2077c0dd71f5f674e8287bdd49647360d742
| Author: Martin Sjölund 
| Date:   Tue Apr 24 13:33:22 2018 +0200
| 
|     * OMCompiler 549896e...f5e1d77 (1):
|       > Inline mmc_mk_modelica_array for source FMUs
| 
| M	OMCompiler
| 
* commit b080887caf0de196ebe43f24ab902bf1a4b46dab
| Author: Per Östlund 
| Date:   Tue Apr 24 12:45:40 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c51b823...549896e (1):
|       > [NF] Improve subscripting of expressions.
|     
|     * testsuite 81d5698...0db66a6 (1):
|       > [NF] Add reduction subscripting test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f0eff7063326888594a5373a28540cbbdc60bbec
| Author: Martin Sjölund 
| Date:   Tue Apr 24 09:35:19 2018 +0200
| 
|     * OMCompiler 0b569cc...c51b823 (1):
|       > Fix stateselection destructor
| 
| M	OMCompiler
| 
* commit 859f563cd631fc87c2eace81b1cf43229624517f
| Author: Martin Sjölund 
| Date:   Tue Apr 24 08:18:44 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d6ea7eb...0b569cc (1):
|       > Remove wrong code for translateModelFMU
|     
|     * testsuite a39ede2...81d5698 (1):
|       > Fix typo in translateModelFMU command
| 
| M	OMCompiler
| M	testsuite
| 
* commit 791d7adede076ae5e1ae9c60ecfe2b338b2bd8d6
| Author: Rüdiger Franke 
| Date:   Tue Apr 24 06:27:20 2018 +0200
| 
|     * OMCompiler d4122a2...d6ea7eb (1):
|       > Support assignment to arrays of discrete states
| 
| M	OMCompiler
| 
* commit 3dc89bd22704e4c768ffb49a8e4ef10550ab4287
| Author: Willi Braun 
| Date:   Tue Apr 24 00:38:41 2018 +0200
| 
|     * OMCompiler c2ffbc5...d4122a2 (1):
|       > [Runtime] fix some debug outputs in kinsol solver
| 
| M	OMCompiler
| 
* commit 8b1dd525bfd14ab6a68cfe2d77366d4cb6c86826
| Author: hudson 
| Date:   Mon Apr 23 19:23:27 2018 +0200
| 
|     * libraries 2c38a9e...1a82c7f (2):
|       > Bump libraries
|       > Update MSL trunk patch
| 
| M	libraries
| 
* commit b07b2303ada6aab9eb74260bd068a0a978ec4aa5
| Author: Martin Sjölund 
| Date:   Mon Apr 23 14:44:45 2018 +0200
| 
|     * libraries 0b34de5...2c38a9e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 858b9d0199aa3d537272e209089f05186048a7d0
| Author: Adeel Asghar 
| Date:   Mon Apr 23 14:05:34 2018 +0200
| 
|     * OMEdit 072b5c8...a31e907 (1):
|       > ticket:4806 pass correct library name to loadModel
| 
| M	OMEdit
| 
* commit e7ba7f69ddc44878bea06b156725c04d15848ef5
| Author: Martin Sjölund 
| Date:   Mon Apr 23 13:37:18 2018 +0200
| 
|     * OMCompiler 3f63830...c2ffbc5 (1):
|       > Handle # in the working path
| 
| M	OMCompiler
| 
* commit c7ad8cbcb99ab5a201927082a017694fddc27c16
| Author: Per Östlund 
| Date:   Mon Apr 23 12:53:28 2018 +0200
| 
|     * OMCompiler c2dad7b...3f63830 (1):
|       > [NF] Fix type of DAE.RANGE.
| 
| M	OMCompiler
| 
* commit b0dac243336080c19c9c41622f7edf13d351dbec
| Author: Per Östlund 
| Date:   Mon Apr 23 10:58:54 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 340f1d3...c2dad7b (1):
|       > Add comment strip option to saveTotalModel.
|     
|     * OMEdit 8c6364e...072b5c8 (1):
|       > Update OMCProxy for saveTotalModel change.
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 52a6fd862132f740d0c8bcf166071da530c59408
| Author: Per Östlund 
| Date:   Sat Apr 21 17:04:25 2018 +0200
| 
|     * OMCompiler 19ce60a...340f1d3 (1):
|       > [NF] Improve structural parameter marking.
| 
| M	OMCompiler
| 
* commit 546c184133d67fe2ed176932d897f2886538a6b7
| Author: Per Östlund 
| Date:   Sat Apr 21 15:28:49 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c9c4c30...19ce60a (1):
|       > [NF] Minor fixes for type attributes.
|     
|     * testsuite 1787fde...a39ede2 (1):
|       > [NF] Updated tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9ac86ba549a119e44abd42895f85f8f4922c802d
| Author: Per Östlund 
| Date:   Fri Apr 20 23:12:08 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 29bc2a8...c9c4c30 (1):
|       > [NF] Improved handling of types.
|     
|     * testsuite 14f66e7...1787fde (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit aaaa70602e0dcdf2caa3fc1022c8984b1c5b232c
| Author: Willi Braun 
| Date:   Wed Apr 18 18:45:40 2018 +0200
| 
|     * OMCompiler feb746e...29bc2a8 (1):
|       > [SC] Refactor some functions that reconstruct SimEqSystems
| 
| M	OMCompiler
| 
* commit 8b2222e3aed1b671d28e0fb9edf0c14ee8f95bd7
| Author: Willi Braun 
| Date:   Wed Apr 18 17:04:36 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler de3a487...feb746e (1):
|       > [SC] remove the replacement of the DIV operator by a call
|     
|     * testsuite 42c11db...14f66e7 (1):
|       > [SC] update tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0bf2fd78fdc3374921dcce6429d270b6c5650017
| Author: Adrian Pop 
| Date:   Wed Apr 18 12:34:21 2018 +0200
| 
|     * OMCompiler ae5e0b1...de3a487 (1):
|       > add GC_get_prof_stats as OMC API, ticket:4889
| 
| M	OMCompiler
| 
* commit dcd783f224b0cd1f8d3aa74fbf131f66a2534654
| Author: Per Östlund 
| Date:   Wed Apr 18 11:49:58 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ff81880...ae5e0b1 (1):
|       > [NF] Connection handling improvements.
|     
|     * testsuite fb1806b...42c11db (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 72a8e6db897f20e0d84bebc76d120b46d38a197a
| Author: Per Östlund 
| Date:   Tue Apr 17 17:23:24 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 129d50f...ff81880 (1):
|       > [NF] ones/zeros and dimensions type check fixes.
|     
|     * testsuite 5ac3545...fb1806b (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0c47e89d79dc5215bd364a62ff142ca9a5900c47
| Author: Adrian Pop 
| Date:   Tue Apr 17 15:49:52 2018 +0200
| 
|     * OMCompiler a8f003f...129d50f (1):
|       > fix copy of antlr jars for Linux and Windows
| 
| M	OMCompiler
| 
* commit 58ed3ec8a44e06f0777ecb9980617dcf5e7b7730
| Author: Per Östlund 
| Date:   Tue Apr 17 15:33:20 2018 +0200
| 
|     * OMCompiler f6ae791...a8f003f (1):
|       > [NF] Use correct DAE type for array assignments.
| 
| M	OMCompiler
| 
* commit 0e434b42a77dfe6dc6766921fa2955e5b97694c3
| Author: Adrian Pop 
| Date:   Tue Apr 17 14:29:03 2018 +0200
| 
|     * OMCompiler 9216359...f6ae791 (1):
|       > fix windows builds, copy of antlr*jar
| 
| M	OMCompiler
| 
* commit fcb348e4e46c6738ccb07cbe9d229b7cf356a349
| Author: Per Östlund 
| Date:   Tue Apr 17 13:47:40 2018 +0200
| 
|     * OMCompiler a473365...9216359 (1):
|       > [NF] ExternalObject fixes.
| 
| M	OMCompiler
| 
* commit 7294681c30e2f96979e6765747ff061b6e777c4c
| Author: Per Östlund 
| Date:   Tue Apr 17 13:00:10 2018 +0200
| 
|     * OMCompiler 6ca8924...a473365 (1):
|       > [NF] Hack to fix type of min/max/sum/product.
| 
| M	OMCompiler
| 
* commit c9375b51832111e624c5d3483357f46636d107c0
| Author: Per Östlund 
| Date:   Mon Apr 16 18:36:16 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d36f68c...6ca8924 (1):
|       > [NF] Improvements.
|     
|     * testsuite a538e8b...5ac3545 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 80ea62e5004fe0a971ad7d94542cc0ea35155a17
| Author: Martin Sjölund 
| Date:   Mon Apr 16 15:03:15 2018 +0200
| 
|     * OMCompiler d7c5c23...d36f68c (1):
|       > Compile runtime code with no-dollars-in-identifiers
| 
| M	OMCompiler
| 
* commit 0365526e91e3d265abd2f7349aa601e4272d7f73
| Author: Martin Sjölund 
| Date:   Mon Apr 16 12:04:42 2018 +0200
| 
|     * OMCompiler 0f2f73e...d7c5c23 (1):
|       > Moved the Java interface to new repo OMJava
| 
| M	OMCompiler
| 
* commit ed1565011b2e249d9d9eca3381103f9ed2fcc7a1
| Author: Martin Sjölund 
| Date:   Mon Apr 16 10:49:27 2018 +0200
| 
|     * OMCompiler e86a458...0f2f73e (1):
|       > Run javac with encoding=utf8
| 
| M	OMCompiler
| 
* commit cbe8be5d6ba057a12e5e0984aa5355226ae6d6ee
| Author: Martin Sjölund 
| Date:   Mon Apr 16 08:35:15 2018 +0200
| 
|     * OMCompiler 20e6c2d...e86a458 (1):
|       > Increase the size of equation alias cache
| 
| M	OMCompiler
| 
* commit e78a1c5ce5c9eb44ea6b5f59356b101358f5ff90
| Author: Martin Sjölund 
| Date:   Fri Apr 13 14:01:17 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4d89e7f...20e6c2d (2):
|       > Disable equation aliasing for C++ runtime
|       > Introduce aliasing of SimCode equations
|     
|     * testsuite ad900fc...a538e8b (1):
|       > Expected output for SimCode alias equations
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0c95f690512cca237e327e98f80801651d4ea386
| Author: Per Östlund 
| Date:   Fri Apr 13 13:12:52 2018 +0200
| 
|     * OMCompiler 5680ad3...4d89e7f (1):
|       > [NF] Fix FBuiltin.getBasicTypes for NF.
| 
| M	OMCompiler
| 
* commit 6a5d5c0cfb1321ce372df724f0881e4cc6cbf3d3
| Author: Willi Braun 
| Date:   Fri Apr 13 11:53:58 2018 +0200
| 
|     * OMCompiler 74a526d...5680ad3 (1):
|       > [BE] added execStat to BackendDAEUtil.sortGlobalKnownVarsInDAE
| 
| M	OMCompiler
| 
* commit 3174bca50d374fe871d43b385d3bd6f90928eee9
| Author: hudson 
| Date:   Thu Apr 12 19:22:22 2018 +0200
| 
|     * libraries 650c887...0b34de5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8687ea84d03be8fe28bacb1946f64f4ac7148c6f
| Author: hkiel 
| Date:   Thu Apr 12 15:04:59 2018 +0200
| 
|     * OMCompiler 368ac8c...74a526d (1):
|       > some minor optimizations
| 
| M	OMCompiler
| 
* commit 73e61a690c4bf18f2d234419834203369ea82c72
| Author: Martin Sjölund 
| Date:   Thu Apr 12 13:16:19 2018 +0200
| 
|     * OMCompiler 7a3a58f...368ac8c (1):
|       > Refactor SimCode.createEquation
| 
| M	OMCompiler
| 
* commit 83055a579623f93caef8e5f6e6578e974c43ef26
| Author: Willi Braun 
| Date:   Thu Apr 12 11:59:58 2018 +0200
| 
|     * OMCompiler f6ef4b2...7a3a58f (1):
|       > [DAEmode] reduce generated code for algebraic variables
| 
| M	OMCompiler
| 
* commit f2637f7fd6d907ac5e88694f1220b708cde91db0
| Author: Martin Sjölund 
| Date:   Thu Apr 12 07:44:56 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e6bd883...f6ef4b2 (2):
|       > [NF] Simplify enumeration ranges
|       > [NF] Simplify Integer/Real/Boolean ranges
|     
|     * testsuite ce80c43...ad900fc (1):
|       > [NF] Expected output from evaluating ranges
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9a6d20f5d9f490d071346d021566c17a4d94691a
| Author: hudson 
| Date:   Wed Apr 11 19:44:50 2018 +0200
| 
|     * libraries 328d125...650c887 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit de5a1a836d5b4df80c09df86b5bed26ce3264dd7
| Author: Willi Braun 
| Date:   Wed Apr 11 19:16:24 2018 +0200
| 
|     * OMCompiler 2245862...e6bd883 (1):
|       > [DAEMode] update at event update again all equations
| 
| M	OMCompiler
| 
* commit 45503fc0e49727e2703e951ba1db5fbcd8cbeec8
| Author: Martin Sjölund 
| Date:   Wed Apr 11 14:26:44 2018 +0200
| 
|     * OMCompiler c160a16...2245862 (1):
|       > [NF] Improve TODO-messages
| 
| M	OMCompiler
| 
* commit a9c8a780b4226808af1973ee42e1ef3e34aca0df
| Author: Martin Sjölund 
| Date:   Wed Apr 11 13:01:15 2018 +0200
| 
|     * OMCompiler 3f9491d...c160a16 (1):
|       > Handle SVGs containing UTF-8 characters
| 
| M	OMCompiler
| 
* commit 03ae8227276023249ea0584fd1794ff27dc58738
| Author: Martin Sjölund 
| Date:   Wed Apr 11 11:52:12 2018 +0200
| 
|     * OMCompiler 38efbe7...3f9491d (1):
|       > Handle empty rotation in icon generation script
| 
| M	OMCompiler
| 
* commit 03c22a907a30b53574824eb91fa9e971a7e00668
| Author: Martin Sjölund 
| Date:   Wed Apr 11 10:54:41 2018 +0200
| 
|     * OMCompiler 65d57a5...38efbe7 (4):
|       > [NF] Handle more binary vector operations
|       > [NF] Unlift arrays types when expanding expressions
|       > [NF] Fix evaluation of promote
|       > Fix simplify for cat-expressions
| 
| M	OMCompiler
| 
* commit 717f6324d66157e4827c5728d35c26c547ddd723
| Author: hudson 
| Date:   Tue Apr 10 21:19:11 2018 +0200
| 
|     * libraries ce0b3f4...328d125 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a9de90764b96706964f6a2d5f94bdeee8614b072
| Author: hudson 
| Date:   Tue Apr 10 19:21:57 2018 +0200
| 
|     * libraries e891d0e...ce0b3f4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 304a70fc2cd49b3ab351c82b623bfcabc5a634aa
| Author: Per Östlund 
| Date:   Tue Apr 10 18:54:41 2018 +0200
| 
|     * OMCompiler bd785a4...65d57a5 (1):
|       > [NF] Set correct restriction for complex types.
| 
| M	OMCompiler
| 
* commit 84ee6dea8d372599d1534c8994fa2ee67cafcfe8
| Author: Willi Braun 
| Date:   Tue Apr 10 16:56:53 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5e99e61...bd785a4 (1):
|       > [DAEmode] Introduce evaluation stages on equation level
|     
|     * testsuite dd48100...ce80c43 (2):
|       > update all tests which dumping equations
|       > Expanded test for dependencies testing
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3a280603689a68db385c8409e2de6e746e21ffb2
| Author: Martin Sjölund 
| Date:   Tue Apr 10 14:57:22 2018 +0200
| 
|     * OMCompiler e84261d...5e99e61 (1):
|       > [NF] Translate more binary vector operations to DAE
| 
| M	OMCompiler
| 
* commit 0b34646a7eb7b5d41c9fcfd88942f98e9748496a
| Author: Martin Sjölund 
| Date:   Tue Apr 10 14:18:24 2018 +0200
| 
|     * doc 35d3cb6...29cd774 (1):
|       > Fix formatting
| 
| M	doc
| 
* commit 96e16e5d33dfbb76f00b0b73d893442c9e1857dc
| Author: Martin Sjölund 
| Date:   Tue Apr 10 13:45:01 2018 +0200
| 
|     * doc 5a27cbb...35d3cb6 (3):
|       > Fix some links
|       > Fix formatting error
|       > Add a technical details chapter with MATv4 format
| 
| M	doc
| 
* commit 5e4c5c8113b2e50e7dc71070f7fc03e5272032dd
| Author: Martin Sjölund 
| Date:   Tue Apr 10 11:18:38 2018 +0200
| 
|     * OMCompiler 5c7b2f0...e84261d (1):
|       > [NF] Evaluate scalar product and power operator
| 
| M	OMCompiler
| 
* commit a5fd79df2dc9749e34e27616af08298c79baae81
| Author: Willi Braun 
| Date:   Mon Apr 9 21:19:27 2018 +0200
| 
|     * testsuite 6b0b108...dd48100 (1):
|       > enable inline function tests
| 
| M	testsuite
| 
* commit dcf57cc9b64f663ab35d1fd9cbb53af0d207accc
| Author: hudson 
| Date:   Mon Apr 9 19:21:52 2018 +0200
| 
|     * libraries e10bf54...e891d0e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 326c84e42c17c8adb4d337d37db81b79740e1b4c
| Author: hudson 
| Date:   Mon Apr 9 13:41:42 2018 +0200
| 
|     * OMCompiler 0840339...5c7b2f0 (2):
|       > fixes for tmpVars
|       > Handle builtin functions in isConst
| 
| M	OMCompiler
| 
* commit 65188c2244fa160c474485df772dff46a0ba3f5d
| Author: Martin Sjölund 
| Date:   Mon Apr 9 09:06:09 2018 +0200
| 
|     * OMCompiler baa1a25...0840339 (1):
|       > Fix the tar-file in GenerateDoc.mos
| 
| M	OMCompiler
| 
* commit b1271a676b516ae35add848139ad5fbd396ca8da
| Author: vruge 
| Date:   Sat Apr 7 11:58:07 2018 +0200
| 
|     * testsuite b29ad13...6b0b108 (1):
|       > fix tests
| 
| M	testsuite
| 
* commit ed38aa3e15f8083eca80bff955bb7714f4e986c3
| Author: vruge 
| Date:   Fri Apr 6 23:37:53 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7dd0320...baa1a25 (1):
|       > improved inStream
|     
|     * testsuite 576fac6...b29ad13 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 79ef26d2c258fe535d9985cb754788120abf2120
| Author: Per Östlund 
| Date:   Fri Apr 6 14:57:57 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3f9d53f...7dd0320 (1):
|       > Fix order of arguments to String.
|     
|     * testsuite 41b008f...576fac6 (1):
|       > Update String() argument order in tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit fa47b5c77bb3fa7f06a887ccd37afbb6e0d3a5da
| Author: Per Östlund 
| Date:   Fri Apr 6 14:16:58 2018 +0200
| 
|     * OMCompiler 4204ff0...3f9d53f (1):
|       > Fix ParModelica compilation with Clang 6.0.
| 
| M	OMCompiler
| 
* commit 7e2d503d86ef23fa88cc1e5b17ca3bd2c9bcab5e
| Author: hudson 
| Date:   Thu Apr 5 19:22:59 2018 +0200
| 
|     * libraries e4bb698...e10bf54 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7b59024cdc4301e0eb2a563508a9ed0b63472d2e
| Author: Per Östlund 
| Date:   Thu Apr 5 15:22:41 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ee22481...4204ff0 (1):
|       > [NF] Handle records in Connector.split.
|     
|     * testsuite fde17ad...41b008f (1):
|       > [NF] Add record in connector test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9132738d266a8e624675995a63beb5399cc9fa97
| Author: Per Östlund 
| Date:   Thu Apr 5 13:43:57 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 180e008...ee22481 (1):
|       > [NF] Branch selection of if-expressions.
|     
|     * testsuite 7257817...fde17ad (1):
|       > [NF] Add if-expression tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f503598a37d256beb4a97d31727745688a55268b
| Author: Willi Braun 
| Date:   Thu Apr 5 03:29:13 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 73e3f9c...180e008 (1):
|       > [BE] improve inverse algorithm handling
|     
|     * testsuite eb6a2d7...7257817 (1):
|       > add a further test for inverse algorithm solving
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6470d64b059e750c5c28877aebea5f820e67d165
| Author: vruge 
| Date:   Wed Apr 4 22:35:03 2018 +0200
| 
|     * OMCompiler 862a097...73e3f9c (1):
|       > [BE] fix for inStream
| 
| M	OMCompiler
| 
* commit a804f4788aab0cc798d87cf33390e5f893e6c44b
| Author: vruge 
| Date:   Wed Apr 4 20:20:10 2018 +0200
| 
|     * OMCompiler acd54fc...862a097 (1):
|       > improved inStream
| 
| M	OMCompiler
| 
* commit acc47f888b337192e450c5236ce2c2745ed6682b
| Author: hudson 
| Date:   Wed Apr 4 19:22:15 2018 +0200
| 
|     * libraries 033db33...e4bb698 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6c5f940bbe5ccf085652d5dc65fcb783ebf2db76
| Author: Volker Waurich 
| Date:   Wed Apr 4 08:00:20 2018 +0200
| 
|     * OMCompiler 87a0162...acd54fc (1):
|       > check if evaluate annotation is actually true
| 
| M	OMCompiler
| 
* commit a8ecd93ef48a4f29f197428d6ce69e6dc59293c5
| Author: hudson 
| Date:   Tue Apr 3 19:23:39 2018 +0200
| 
|     * libraries 98fddc6...033db33 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f9a1cc64904987daa28407bb6a8e38fc4b4a3ac9
| Author: Per Östlund 
| Date:   Tue Apr 3 17:38:26 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0616b65...87a0162 (1):
|       > [NF] Implement structural parameter handling.
|     
|     * testsuite 155e22a...eb6a2d7 (1):
|       > [NF] Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 222b5950401012c570f6c670d9ec0a1f5d8dc2b4
| Author: Per Östlund 
| Date:   Tue Apr 3 11:34:12 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e74a420...0616b65 (1):
|       > [NF] Expand when conditions.
|     
|     * testsuite b374bc7...155e22a (1):
|       > [NF] Add more when tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f28b480ae4c7b08b7cd1b512c5f15371805654d2
| Author: Volker Waurich 
| Date:   Tue Apr 3 09:45:52 2018 +0200
| 
|     * OMCompiler 23f5dff...e74a420 (1):
|       > fix cad-file based visualization
| 
| M	OMCompiler
| 
* commit 92047ca7afe7ad450080288867ba8ff71231e749
| Author: hudson 
| Date:   Fri Mar 30 19:23:18 2018 +0200
| 
|     * libraries b4c6ade...98fddc6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2381b2a9ac5344967c492f98f975900290f3e3d6
| Author: vruge 
| Date:   Thu Mar 29 23:06:18 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d180efb...23f5dff (1):
|       > added sum to skipped case for cse
|     
|     * testsuite e1daf28...b374bc7 (1):
|       > added test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3f545c40f9b5b031396e5c4521ce8462eedc489e
| Author: vruge 
| Date:   Thu Mar 29 22:27:41 2018 +0200
| 
|     * testsuite 79b533b...e1daf28 (1):
|       > use dumpdaelow
| 
| M	testsuite
| 
* commit 26839385261e0db0bff8176ef777e4076e43a932
| Author: vruge 
| Date:   Thu Mar 29 21:15:27 2018 +0200
| 
|     * OMCompiler bb49baa...d180efb (1):
|       > improved inline-function
| 
| M	OMCompiler
| 
* commit bf44188a47a4f8b01634c1849c66f80a70bde0dc
| Author: hudson 
| Date:   Thu Mar 29 19:23:45 2018 +0200
| 
|     * libraries c22ba05...b4c6ade (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4ead2c13092f97bf4b0f80c29ea0f1e6cbbea440
| Author: Per Östlund 
| Date:   Thu Mar 29 14:13:18 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9edd1f5...bb49baa (1):
|       > Fix expression simplification rules.
|     
|     * testsuite b8fa29d...79b533b (1):
|       > Added Integer expression simplification test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0f006430155e59d964644230e4a762a8a20402fb
| Author: hudson 
| Date:   Wed Mar 28 19:26:23 2018 +0200
| 
|     * libraries 3c18dca...c22ba05 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cbe3fb4a27218afedb0c4a6a9f3d625e35a38022
| Author: Per Östlund 
| Date:   Wed Mar 28 18:16:04 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a4776a6...9edd1f5 (1):
|       > [NF] Port inStream changes from #2319.
|     
|     * testsuite 21c648d...b8fa29d (1):
|       > [NF] Update inStream tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a16d17eae49224735827a3b8232115e352747687
| Author: Per Östlund 
| Date:   Wed Mar 28 17:55:09 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 72d39d6...a4776a6 (1):
|       > [NF] Fix typing of calls with multiple outputs.
|     
|     * testsuite dddb7ad...21c648d (1):
|       > [NF] Add tuple operation tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit abe3b02acbaffa455fced050b09bb8ea194aca0e
| Author: Per Östlund 
| Date:   Wed Mar 28 16:52:35 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1792dd7...72d39d6 (1):
|       > [NF] Fix path when creating record expressions.
|     
|     * testsuite 2d74418...dddb7ad (1):
|       > [NF] Update record test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bf736532481a99484380a0cc2f27a56ea17c4e21
| Author: Per Östlund 
| Date:   Wed Mar 28 16:32:24 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 11aa135...1792dd7 (1):
|       > [NF] Cleaning and various optimizations.
|     
|     * testsuite 8126e50...2d74418 (1):
|       > [NF] Updated tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3d6f424d1db445b8489a0257828af44ecd2c371d
| Author: Martin Sjölund 
| Date:   Wed Mar 28 11:51:49 2018 +0200
| 
|     * OMCompiler 7199ae1...11aa135 (1):
|       > Fix listArrayLiteral
| 
| M	OMCompiler
| 
* commit 3e7dc5d999d5f8a75d16f71d56ce3c7d05a30afa
| Author: hudson 
| Date:   Wed Mar 28 10:44:46 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a9b58e1...7199ae1 (2):
|       > Reduced code used when bootstrapping
|       > Initial MidCode implementation
|     
|     * testsuite 019bec7...8126e50 (1):
|       > Update file paths
| 
| M	OMCompiler
| M	testsuite
| 
* commit 720ece1a804176f59c441993ecc3620550e59bc8
| Author: hudson 
| Date:   Tue Mar 27 19:23:46 2018 +0200
| 
|     * libraries 0d32654...3c18dca (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 97d5bbe91247abfcd26def01e1af4d58dd4bb55e
| Author: Martin Sjölund 
| Date:   Tue Mar 27 14:37:41 2018 +0200
| 
|     * OMCompiler 6a6c033...a9b58e1 (1):
|       > Update to Java6 since Java5 is obsolete
| 
| M	OMCompiler
| 
* commit a1d49b1a9c6729d749aaa4a58dc108668d20b4ce
| Author: Martin Sjölund 
| Date:   Tue Mar 27 13:45:04 2018 +0200
| 
|     * OMCompiler b4635bb...6a6c033 (3):
|       > Replace tabs with 2 spaces
|       > [NF] Relax variability error in functions
|       > [NF] Unescape raw Absyn.STRING
| 
| M	OMCompiler
| 
* commit 7736c9a352299912ffd3d47c968bb2b85d966a25
| Author: Per Östlund 
| Date:   Tue Mar 27 13:29:35 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 659bcbc...b4635bb (1):
|       > [NF] More derived scope fixes.
|     
|     * testsuite 964de8b...019bec7 (1):
|       > [NF] Added complex flow test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 858a7ac3bf081eb642a0aac0244dce83fe508f34
| Author: Lennart Ochel 
| Date:   Tue Mar 27 06:32:12 2018 +0200
| 
|     * OMCompiler 1c86d4e...659bcbc (1):
|       > Fix indentation of 1c86d4e3a86bdc7c7708ae2816682d536ad96f57
| 
| M	OMCompiler
| 
* commit 7c97cf480c239a2937bccd7f311f40c49a9c4429
| Author: Adrian Pop 
| Date:   Tue Mar 27 01:54:57 2018 +0200
| 
|     Updating submodules
|     
|     * doc 742335f...5a27cbb (2):
|       > Some spelling fixes
|       > add userguide to OMMatlab and OMJulia
|     
|     * libraries 45bffd7...0d32654 (7):
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite 87cf295...964de8b (1):
|       > update testsuite after MSL library update
| 
| M	doc
| M	libraries
| M	testsuite
| 
* commit d660a786d4689f5078d7b7686720c05d3347eaf3
| Author: vruge 
| Date:   Tue Mar 27 00:13:39 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler de9ded9...1c86d4e (1):
|       > improved inStream
|     
|     * testsuite 6663e48...87cf295 (2):
|       > expected output
|       > added test
| 
| M	OMCompiler
| M	testsuite
| 
* commit f35cf82d900a5e1b813715f4ca4d5b50a8de4346
| Author: Per Östlund 
| Date:   Mon Mar 26 17:02:16 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 75bf644...de9ded9 (1):
|       > [NF] Improve typing of size expression.
|     
|     * testsuite 21bec3c...6663e48 (1):
|       > [NF] Added dimension size test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8ac514a0e60c5223a9cd9138333891d1510887fe
| Author: Per Östlund 
| Date:   Mon Mar 26 16:06:55 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c282ec9...75bf644 (1):
|       > [NF] Fix scoping for derived classes.
|     
|     * testsuite 489a0c5...21bec3c (1):
|       > [NF] Added extends tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3327bf75c130487dcd860e2a7d91097a6987a29a
| Author: Per Östlund 
| Date:   Mon Mar 26 12:09:10 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f10312d...c282ec9 (1):
|       > [NF] Fix array binding issue.
|     
|     * testsuite e564a04...489a0c5 (1):
|       > [NF] Add array binding test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 662f110986921d6df69dec7a191668fa3459f6ab
| Author: vruge 
| Date:   Sun Mar 25 18:03:52 2018 +0200
| 
|     * testsuite 05c03a7...e564a04 (1):
|       > enable some tests for inline
| 
| M	testsuite
| 
* commit 32412b6643fe77c232114a7014768ab265f13b6e
| Author: Willi Braun 
| Date:   Sun Mar 25 17:35:22 2018 +0200
| 
|     * OMCompiler 90d01e9...f10312d (1):
|       > [DAEmode] added several minor things
| 
| M	OMCompiler
| 
* commit a893b46e3a692b3cc1b2517277e1ca46351724b0
| Author: vruge 
| Date:   Sun Mar 25 16:05:31 2018 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f3d84c6...90d01e9 (1):
|       > fixed inline
|     
|     * testsuite ee41260...05c03a7 (1):
|       > added test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 030ec06da4427b4db6d9fc3920f6a9d0408cd86b
| Author: vruge 
| Date:   Sun Mar 25 13:08:14 2018 +0200
| 
|     * OMCompiler 3933f1c...f3d84c6 (1):
|       > bugfixes
| 
| M	OMCompiler
| 
* commit a358b490f747a29e74712c8622c56fc399600de2
| Author: vruge 
| Date:   Sat Mar 24 18:21:26 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 907d54e...3933f1c (1):
|       > added rule for expandFactors
|     
|     * testsuite 69ab07a...ee41260 (2):
|       > enable SMEE_Generator_MultiPhase
|       > enable PumpingSystem
| 
| M	OMCompiler
| M	testsuite
| 
* commit 00f351855ed4f493ac234fb62e755ac5227ac28a
| Author: vruge 
| Date:   Sat Mar 24 09:12:35 2018 +0100
| 
|     * OMCompiler f9d9de0...907d54e (1):
|       > improved inInline.getFunctionInputsOutputBody
| 
| M	OMCompiler
| 
* commit b0ce9639eec4385467bbe289f76ed88a02e1e9c1
| Author: vruge 
| Date:   Sat Mar 24 00:24:37 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 69ee163...f9d9de0 (1):
|       > fixed inline
|     
|     * testsuite 70ec530...69ab07a (1):
|       > added example for ticket:4808
| 
| M	OMCompiler
| M	testsuite
| 
* commit eff4c7a4119145693beccfc34be9004432c0b956
| Author: Per Östlund 
| Date:   Fri Mar 23 16:07:29 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 13b595d...69ee163 (1):
|       > [NF] Subscripting improvements.
|     
|     * testsuite a96f71d...70ec530 (1):
|       > [NF] Update range/subscripting tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9f30ba5ddc46f3b4e79d126aa7bec90400482458
| Author: hkiel 
| Date:   Fri Mar 23 15:52:39 2018 +0100
| 
|     * OMCompiler 63888ab...13b595d (4):
|       > avoid failure(_=BaseHashTable.get()), use hasKey() instead
|       > fix match -> matchcontinue
|       > use BaseHashTable.hasKey() instead of failing/passing get()
|       > implement non-failing versions of get and has in BaseHashSet
| 
| M	OMCompiler
| 
* commit 08bccb6b9ba39be6c5e530e1b90be3fc33f90f6d
| Author: Per Östlund 
| Date:   Fri Mar 23 13:02:22 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f103a0d...63888ab (1):
|       > [NF] Record binding improvements.
|     
|     * testsuite 71a15a1...a96f71d (1):
|       > [NF] Add record binding tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0a76c548712bfd8073269eb034c89cd33de3ee61
| Author: Per Östlund 
| Date:   Thu Mar 22 15:17:20 2018 +0100
| 
|     * OMCompiler fb72969...f103a0d (1):
|       > [NF] Create equations for complex bindings.
| 
| M	OMCompiler
| 
* commit 73a37117af598b28ba5e2fbe4da7e19140d4c5d8
| Author: Per Östlund 
| Date:   Thu Mar 22 14:41:14 2018 +0100
| 
|     * OMCompiler cd42dc7...fb72969 (1):
|       > [NF] Fix record constructor DAE issue.
| 
| M	OMCompiler
| 
* commit 80c91c1d65eb36488de36d8f8c6da88e8795eb24
| Author: Willi 
| Date:   Thu Mar 22 07:56:39 2018 +0100
| 
|     * OMCompiler 93b4018...cd42dc7 (1):
|       > [SimCode] added equation attributes to SimCode.SimEqSystem
| 
| M	OMCompiler
| 
* commit 12444278d355809d477c1c2e5e947838f2add680
| Author: Per Östlund 
| Date:   Wed Mar 21 20:27:06 2018 +0100
| 
|     * OMCompiler f7f4c35...93b4018 (1):
|       > [NF] Fix issue with converting functions to DAE.
| 
| M	OMCompiler
| 
* commit 7ce1eceed1cc0cac9f6114ff381c384275a88dec
| Author: Willi Braun 
| Date:   Wed Mar 21 19:37:30 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 05a951b...f7f4c35 (1):
|       > [DAEmode] get rid of the old implementation
|     
|     * testsuite 378084c...71a15a1 (1):
|       > update daemode test on new implementation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6afc874898e53dd8ef1feb5f1a5d62028aba0afe
| Author: Martin Sjölund 
| Date:   Wed Mar 21 17:03:43 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 748b75a...05a951b (1):
|       > Handle tail recursion in CevalFunction
|     
|     * testsuite d3acec0...378084c (1):
|       > Add test for ticket:4838
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3f99641ae0ca64c0290d667dc770424164c2e6ba
| Author: Per Östlund 
| Date:   Wed Mar 21 14:48:38 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e30046d...748b75a (1):
|       > [NF] Fix typing loop.
|     
|     * testsuite 48b7193...d3acec0 (1):
|       > [NF] Add test for type referencing type instance.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8d73ee3e699256186f7d548259f84ce38b0bc368
| Author: Per Östlund 
| Date:   Wed Mar 21 13:47:21 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fc8513b...e30046d (1):
|       > [NF] Fix size as external argument.
|     
|     * testsuite c580b85...48b7193 (1):
|       > [NF] Add test for size as external argument.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2925d4f5ea017440fc7dbe627c72526c439f79e7
| Author: niklwors 
| Date:   Wed Mar 21 13:03:53 2018 +0100
| 
|     * OMCompiler 20606a9...fc8513b (1):
|       > copy Visual Studio libs and pdb of cpp runtime with CMake instead of make
| 
| M	OMCompiler
| 
* commit 56d6f0456fcf542be0e6e1fd8ceac42f9a599af2
| Author: Per Östlund 
| Date:   Wed Mar 21 12:13:13 2018 +0100
| 
|     * OMCompiler 77407e8...20606a9 (1):
|       > [NF] Improve performance of DAE conversion.
| 
| M	OMCompiler
| 
* commit ce361048b85cdfb93484b43a53c943852058670d
| Author: Willi Braun 
| Date:   Tue Mar 20 17:33:03 2018 +0100
| 
|     * OMCompiler 1769e70...77407e8 (1):
|       > [DAEmode] Avoid IDA for models without states
| 
| M	OMCompiler
| 
* commit 7b0f06923335cbe47093d0d7d434aa996b0832d0
| Author: Per Östlund 
| Date:   Tue Mar 20 15:05:16 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 921ea29...1769e70 (1):
|       > [NF] Fix the variability of size.
|     
|     * testsuite bf7ba0b...c580b85 (1):
|       > [NF] Add testcase for size of constant dimension.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9e6a32afc0cbef916f33d69449d83b4e3fae6598
| Author: Per Östlund 
| Date:   Tue Mar 20 13:07:39 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c2feb3f...921ea29 (1):
|       > [NF] Redeclare and extends fixes.
|     
|     * testsuite 79692b0...bf7ba0b (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 601460ecc25179e41d5f6bc46f5a02da12aa96e5
| Author: Martin Sjölund 
| Date:   Tue Mar 20 11:37:49 2018 +0100
| 
|     * doc 18ac153...742335f (1):
|       > Sphinx 1.6.6 introduced smartquotes = False
| 
| M	doc
| 
* commit d1546933de23ed9c2f228c9744add2ce05bb9d8b
| Author: hudson 
| Date:   Mon Mar 19 19:39:03 2018 +0100
| 
|     * libraries e98f929...45bffd7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 72ba9dc3a95fac43437c78609fafaeb6ce380754
| Author: Willi Braun 
| Date:   Mon Mar 19 19:07:35 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 90be434...c2feb3f (1):
|       > [DAEmode] improve event handling and discrete loops
|     
|     * testsuite 2a2c7d9...79692b0 (1):
|       > adjust expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 75bedbc919940fe88e8f763bc0d5dbe0b6f9fb06
| Author: Per Östlund 
| Date:   Mon Mar 19 17:29:03 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler df1cb27...90be434 (1):
|       > [NF] Improve handling of imports.
|     
|     * testsuite acac48b...2a2c7d9 (1):
|       > Updated/added nfinst import tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1de818daafb1540f3f54489e18bb63dc79299e4d
| Author: Per Östlund 
| Date:   Mon Mar 19 11:58:33 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9d7f3fd...df1cb27 (1):
|       > [NF] Fix redeclare final, for real this time.
|     
|     * testsuite 94f45f4...acac48b (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bbcf29c1ce9f97dbdaafbf57660258659dc07c4b
| Author: Per Östlund 
| Date:   Mon Mar 19 11:38:41 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1efe7ca...9d7f3fd (1):
|       > [NF] Fix for redeclare with final issue.
|     
|     * testsuite d7dd3d3...94f45f4 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bb53204b835dea7a92e0d5eba4927f7ba26069f6
| Author: Per Östlund 
| Date:   Mon Mar 19 11:10:54 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fc30ae1...1efe7ca (1):
|       > [NF] Redeclare improvements.
|     
|     * testsuite 35bc3ed...d7dd3d3 (1):
|       > Updated nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 01de483671d894efb02da10c38736421c5b16e50
| Author: Rüdiger Franke 
| Date:   Sat Mar 17 20:54:34 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 79e9b3d...fc30ae1 (3):
|       > Rename Periodic to Inferred clocks in FMI modelDescription
|       > Use sorted variable references in Cpp fmi2GetDirectionalDerivative
|       > Set index of clocked partition in algebraic loops of FMI Jacobian
|     
|     * testsuite 27c536c...35bc3ed (2):
|       > Add test for clocked partition with algebraic loop if FMU
|       > Expected result
| 
| M	OMCompiler
| M	testsuite
| 
* commit dc08e28b20a56c786769d017e2b3df2afb95d610
| Author: hudson 
| Date:   Sat Mar 17 19:22:18 2018 +0100
| 
|     * libraries 116cc70...e98f929 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9029746cb38bb76bb97d36c16d0d2ac9cda9522b
| Author: Mahder Gebremedhin 
| Date:   Sat Mar 17 12:18:27 2018 +0100
| 
|     * OMCompiler 3c4a094...79e9b3d (1):
|       > [NF] Add missing case for fold subscript.
| 
| M	OMCompiler
| 
* commit 0a6a853718ecf1a7e98ca42fa0e602dd22d3ccfa
| Author: Martin Sjölund 
| Date:   Sat Mar 17 10:17:00 2018 +0100
| 
|     * OMEdit 69a16f1...8c6364e (1):
|       > Remove debugging code
| 
| M	OMEdit
| 
* commit 7e8774deb330fad82be45c3f1d4167b41adc047e
| Author: hudson 
| Date:   Fri Mar 16 22:27:41 2018 +0100
| 
|     * libraries 8f1cd62...116cc70 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6f87395975a91220892d17fef2f3e8fa8a81c6d5
| Author: Mahder Gebremedhin 
| Date:   Fri Mar 16 21:20:19 2018 +0100
| 
|     * OMCompiler 695f2e1...3c4a094 (1):
|       > [NF] Disable conversion of bindings in TYPES_VAR.
| 
| M	OMCompiler
| 
* commit cd3e7438e8c09ab1506e899f1e833f927b937253
| Author: Martin Sjölund 
| Date:   Fri Mar 16 14:31:51 2018 +0100
| 
|     * OMCompiler 5aa5373...695f2e1 (1):
|       > Support function pointers with underscores in them
| 
| M	OMCompiler
| 
* commit 04357f8a81a0b37e50d8c9d21e4dcaa732fa2937
| Author: Martin Sjölund 
| Date:   Fri Mar 16 13:33:10 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 659c567...5aa5373 (3):
|       > Resolve polymorphic bindings in the the function type
|       > Fix typo
|       > Type-check arguments of function pointers
|     
|     * testsuite a3c91c4...27c536c (1):
|       > Add test for invalid function pointer
| 
| M	OMCompiler
| M	testsuite
| 
* commit 319837a5c07d44f317338a647911cefa9a85fb9d
| Author: Mahder Gebremedhin 
| Date:   Fri Mar 16 10:14:23 2018 +0100
| 
|     * OMCompiler cc3ff32...659c567 (1):
|       > [NF] Minor fixs
| 
| M	OMCompiler
| 
* commit 2e6f9788b8c9c6b55e7da3d66b0cacbe85c5de5a
| Author: Martin Sjölund 
| Date:   Fri Mar 16 10:00:10 2018 +0100
| 
|     * OMEdit 4f0ba05...69a16f1 (1):
|       > Fetch content between html start/end better
| 
| M	OMEdit
| 
* commit 66105c2e56acd0d471780b3a209fb9d0fe4c9437
| Author: Rüdiger Franke 
| Date:   Fri Mar 16 07:15:30 2018 +0100
| 
|     * OMCompiler de26b55...cc3ff32 (2):
|       > Consider discrete states in Cpp fmi2GetDirectionalDerivative
|       > Set index of clocked partition for FMI Jacobian
| 
| M	OMCompiler
| 
* commit cb1df5d9e3f6ba01e9efcebc9c95f02e8123a0e2
| Author: Adrian Pop 
| Date:   Thu Mar 15 23:14:58 2018 +0100
| 
|     * OMCompiler b3683ed...de26b55 (1):
|       > fix msvc build - select skd 8.1 for msvc 2015 - use jom to compile things in parallel
| 
| M	OMCompiler
| 
* commit 0564fb1471988aac8bf700a4def7ac0e5566478c
| Author: Willi Braun 
| Date:   Thu Mar 15 22:36:03 2018 +0100
| 
|     * OMCompiler 65beadf...b3683ed (1):
|       > [BE] differentiate the inner exp of getPart
| 
| M	OMCompiler
| 
* commit bc482c75e0df0baf4955373d7615e12804f507ce
| Author: Mahder Gebremedhin 
| Date:   Thu Mar 15 20:43:45 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e974099...65beadf (1):
|       > [NF] Initial support for function vectorization.
|     
|     * testsuite b2e098b...a3c91c4 (1):
|       > [NF] Tests for overloaded operators, function vectorization and mapping functions.
| 
| M	OMCompiler
| M	testsuite
| 
* commit cb634665e2d75e4326a6bb4ed8753886b8cec053
| Author: hudson 
| Date:   Thu Mar 15 20:29:26 2018 +0100
| 
|     * libraries 2b917ad...8f1cd62 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 45c9572abc3915b6e0a0d14041cc2e616b7404ae
| Author: Lennart Ochel 
| Date:   Thu Mar 15 20:14:26 2018 +0100
| 
|     * OMCompiler d98c067...e974099 (1):
|       > Update 3rdParty
| 
| M	OMCompiler
| 
* commit 0ca64ebc9396fbdebc6c6acd7672286b2b354c93
| Author: Per Östlund 
| Date:   Thu Mar 15 15:54:20 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f2d4242...d98c067 (1):
|       > Notify about constant values in match inputs.
|     
|     * testsuite f1296f3...b2e098b (1):
|       > Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 37e0d80f7d50cf3eaa4192fb8a8702565c21975d
| Author: Martin Sjölund 
| Date:   Thu Mar 15 09:33:37 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d0e1fe9...f2d4242 (1):
|       > Check uses-annotation on loadFile of non-package
|     
|     * testsuite 8521723...f1296f3 (1):
|       > Updates for loadFile with notifications for uses
| 
| M	OMCompiler
| M	testsuite
| 
* commit 195acf0a271bc04d33583d415452875bf9971755
| Author: hudson 
| Date:   Wed Mar 14 19:21:23 2018 +0100
| 
|     * libraries aab2fe0...2b917ad (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ed1ebcba4e93e30922be98a6e2ff1b7739d744a3
| Author: Willi Braun 
| Date:   Wed Mar 14 12:58:20 2018 +0100
| 
|     * OMCompiler 079c102...d0e1fe9 (1):
|       > [BE] remove redundant Expression.simplify calls
| 
| M	OMCompiler
| 
* commit 8e04857e85d78704cbce52d1f1b8f6ce30803a55
| Author: hkiel 
| Date:   Wed Mar 14 12:38:27 2018 +0100
| 
|     * OMCompiler 779ff67...079c102 (1):
|       > remove unnecessary define in Makefile
| 
| M	OMCompiler
| 
* commit 330274647a1dcc2b074c8f03093a8c0078773389
| Author: Willi Braun 
| Date:   Wed Mar 14 12:23:27 2018 +0100
| 
|     * OMCompiler 747e401...779ff67 (1):
|       > [cRuntime] if IDA fails with linear solver setup reinit and try again
| 
| M	OMCompiler
| 
* commit 676c21395667cce6a8d430a245d3c800d6be7c38
| Author: Willi Braun 
| Date:   Wed Mar 14 11:51:31 2018 +0100
| 
|     * OMCompiler 995c5ef...747e401 (1):
|       > [DAEmode] try to improve the performance of the main traverseFunction
| 
| M	OMCompiler
| 
* commit ba566654ad37496e04ed264853269b936c864336
| Author: Willi Braun 
| Date:   Wed Mar 14 11:36:33 2018 +0100
| 
|     * OMCompiler 09e106c...995c5ef (1):
|       > move profiling function from BackendDAEUtil > Util
| 
| M	OMCompiler
| 
* commit 2ab4547d63d30cb143088e92460150176c1b5d2b
| Author: Adeel Asghar 
| Date:   Wed Mar 14 11:08:18 2018 +0100
| 
|     * OMEdit 074cd8e...4f0ba05 (1):
|       > ticket:4798 Fix the 3d-visualization Seems like the file is generated in a proper format now so we don't need the conversion.
| 
| M	OMEdit
| 
* commit bf807a84408906d80d1ad83a741c52a8f4aa4435
| Author: Martin Sjölund 
| Date:   Wed Mar 14 07:03:11 2018 +0100
| 
|     * OMCompiler 46dca42...09e106c (1):
|       > Change the default simulation opt. level to -Os
| 
| M	OMCompiler
| 
* commit 70959e4ce9688258ff647844a76bf1be0574a403
| Author: hudson 
| Date:   Tue Mar 13 19:21:26 2018 +0100
| 
|     * libraries 99c881f...aab2fe0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d992898386ad497174d6e509314566c24afd9a1f
| Author: Willi Braun 
| Date:   Tue Mar 13 11:40:38 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 407a017...46dca42 (1):
|       > [BE] Fixing differentiation of synchronous states
|     
|     * testsuite 151be05...8521723 (1):
|       > enable directional derivatives in discrete states example
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9f60ecbabfb93ecff2d554b7a73fe40bc8deced4
| Author: hudson 
| Date:   Mon Mar 12 19:20:59 2018 +0100
| 
|     * libraries b589d56...99c881f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ff10d9938a2e8f0acdce243dab772ea50b64a14d
| Author: Mahder Gebremedhin 
| Date:   Mon Mar 12 15:27:47 2018 +0100
| 
|     * OMCompiler a134d4e...407a017 (1):
|       > [NF][#4784] Fix conversion of complex types to old DAE.
| 
| M	OMCompiler
| 
* commit 305042994a75343660f4b52423bd4d6b800f81be
| Author: Per Östlund 
| Date:   Mon Mar 12 15:07:20 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2199757...a134d4e (1):
|       > [NF] Fix Expression.mapShallow.
|     
|     * testsuite 1e827cf...151be05 (1):
|       > Add nfinst test for end.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f5d1432c32e58b2bcc62c86acbe646375cf20a05
| Author: hudson 
| Date:   Sun Mar 11 19:21:54 2018 +0100
| 
|     * libraries 51f6778...b589d56 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 33f902486f36c0c33db474fca1aa299b96068e25
| Author: Adeel Asghar 
| Date:   Sun Mar 11 02:49:25 2018 +0100
| 
|     * OMEdit c188334...074cd8e (1):
|       > Added debug toolbar button to make it easier to run debug configuration
| 
| M	OMEdit
| 
* commit c18bde75bce3caab56b74ec7c9691781dd2ac8c4
| Author: hudson 
| Date:   Sat Mar 10 19:21:06 2018 +0100
| 
|     * libraries cf70961...51f6778 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e82b9762ed04c8529b563521fce75a2fbb5432c6
| Author: hudson 
| Date:   Fri Mar 9 19:22:12 2018 +0100
| 
|     * libraries 82a7a7d...cf70961 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit dc0f8b79682980fb4ff5156c480d6821c43b1f39
| Author: hkiel 
| Date:   Fri Mar 9 10:15:56 2018 +0100
| 
|     * OMCompiler ead2219...2199757 (1):
|       > remove unnecessary and wrong cast
| 
| M	OMCompiler
| 
* commit e254be3f8334e667d2057a6490f06a7edce5bed0
| Author: Adrian Pop 
| Date:   Thu Mar 8 23:00:00 2018 +0100
| 
|     * OMCompiler 920540b...ead2219 (1):
|       > pass the default makefile file for windows
| 
| M	OMCompiler
| 
* commit 3bc44ee831a0f121d1ec7168d8df6d363d0f5bcd
| Author: hudson 
| Date:   Thu Mar 8 19:23:10 2018 +0100
| 
|     * libraries 80caaec...82a7a7d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2d9654b2e2f3eef7cc5cab60d27adf629a15775b
| Author: Adeel Asghar 
| Date:   Thu Mar 8 13:09:55 2018 +0100
| 
|     * OMEdit 8772e90...c188334 (1):
|       > Show the Messages Browser when its tabbed
| 
| M	OMEdit
| 
* commit 371861e30a4d92f50071d450831de53e8f5a7175
| Author: Adeel Asghar 
| Date:   Thu Mar 8 12:39:56 2018 +0100
| 
|     * OMEdit ef809de...8772e90 (1):
|       > Use polling via sleep to allow canceling the search
| 
| M	OMEdit
| 
* commit 2c3e531290ea4a837577658223298c07ad975821
| Author: Adeel Asghar 
| Date:   Thu Mar 8 12:08:48 2018 +0100
| 
|     * OMEdit 36aa34a...ef809de (1):
|       > Only do the state operations on Modelica models
| 
| M	OMEdit
| 
* commit 3d4b2cedcd854b6a1fc1c0ec7c4ced1a73707a4a
| Author: Martin Sjölund 
| Date:   Thu Mar 8 08:57:38 2018 +0100
| 
|     * OMCompiler c4e5102...920540b (1):
|       > Do not recompile Sundials all the time
| 
| M	OMCompiler
| 
* commit 6f3df75b0946a8fe0e5f19e76f1379298c4ac3e3
| Author: Rüdiger Franke 
| Date:   Wed Mar 7 22:43:28 2018 +0100
| 
|     * OMCompiler e3f5017...c4e5102 (1):
|       > Reuse factors of linear equation systems during Jacobian evaluation
| 
| M	OMCompiler
| 
* commit cd26f5cb9c70adbaf1c3d77645c90023f523a1eb
| Author: Rüdiger Franke 
| Date:   Wed Mar 7 20:45:37 2018 +0100
| 
|     * OMCompiler 71c219d...e3f5017 (2):
|       > Unify capitalization in FMU2Wrapper
|       > Reuse factors of linear equation systems in fmi2GetDirectionalDerivative
| 
| M	OMCompiler
| 
* commit 2a4c60e8dcac79e247f72b21359f16cd658ef22c
| Author: hudson 
| Date:   Wed Mar 7 19:23:47 2018 +0100
| 
|     * libraries d5e7345...80caaec (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 38e8b3ad597de2eb012351959fe6fd49c533c950
| Author: Willi Braun 
| Date:   Wed Mar 7 18:46:35 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fbf28bf...71c219d (1):
|       > [DAEmode] several minor improvments and fixes for events
|     
|     * testsuite e87848a...1e827cf (2):
|       > update to expected output
|       > added test to Makefile, belongs to PR868
| 
| M	OMCompiler
| M	testsuite
| 
* commit e15112aabcc3dde333c36de6b4e5567106456120
| Author: Willi Braun 
| Date:   Wed Mar 7 13:16:25 2018 +0100
| 
|     * OMCompiler 47aed5e...fbf28bf (1):
|       > [DAEmode] use IDA when the model is compiled in DAEmode
| 
| M	OMCompiler
| 
* commit ddf5342696a39e82cf3e09884b15d21487a8ea14
| Author: Martin Sjölund 
| Date:   Wed Mar 7 10:58:03 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler bf562e7...47aed5e (1):
|       > Prefix partial function application
|     
|     * testsuite 32e74c0...e87848a (1):
|       > Add test for ticket:4795
| 
| M	OMCompiler
| M	testsuite
| 
* commit 48965da3bfe6505482d733539bf789690b34ab3c
| Author: Willi Braun 
| Date:   Wed Mar 7 10:03:19 2018 +0100
| 
|     * OMCompiler ad854a6...bf562e7 (1):
|       > [DAEmode] don't not put JacobianEqns into json
| 
| M	OMCompiler
| 
* commit af762b07a8f77e5219da01edce02b48027cceaaf
| Author: hudson 
| Date:   Wed Mar 7 08:09:35 2018 +0100
| 
|     * libraries a6bf324...d5e7345 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0c1336f22a95794270cbfdf9e17261b315ffd1d9
| Author: Willi Braun 
| Date:   Wed Mar 7 00:15:15 2018 +0100
| 
|     * OMCompiler 1965760...ad854a6 (1):
|       > [DAEMode] create startValueEquations from initDAE
| 
| M	OMCompiler
| 
* commit eff12c982b88fd55608fb392a86c4dbd6e9c2b36
| Author: Willi Braun 
| Date:   Tue Mar 6 22:55:27 2018 +0100
| 
|     * OMCompiler d66515a...1965760 (1):
|       > [cRuntime] clean DASSL from DAEmode code
| 
| M	OMCompiler
| 
* commit f89571f5979fcfa94cd5a3fd4f014f7a65754608
| Author: hudson 
| Date:   Tue Mar 6 19:23:06 2018 +0100
| 
|     * libraries a64d7d1...a6bf324 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 48cdaa62aebe83fd1e676b4f021c8d7c3d314587
| Author: Willi Braun 
| Date:   Tue Mar 6 16:56:21 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1453d7d...d66515a (1):
|       > [FMI] added model structure for discrete states
|     
|     * testsuite 2919af7...32e74c0 (1):
|       > added testcase for fmi discrete model structure
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2ec7ec38b2807407bd8bb3b4cb26d6bebebbb774
| Author: Adrian Pop 
| Date:   Tue Mar 6 15:21:05 2018 +0100
| 
|     * OMCompiler 04159c5...1453d7d (1):
|       > remove quotes that are not needed in Windows makefile
| 
| M	OMCompiler
| 
* commit 0e64df91c4c25d5a3b60a98bb37a850156773787
| Author: hudson 
| Date:   Tue Mar 6 13:40:35 2018 +0100
| 
|     * libraries 66c1c8a...a64d7d1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8304a70fea1691f43595ee0805cad5161652c397
| Author: Martin Sjölund 
| Date:   Tue Mar 6 13:05:48 2018 +0100
| 
|     * libraries 5cd3f80...66c1c8a (1):
|       > Add Buildings 4.0.0 and 5.0.1
| 
| M	libraries
| 
* commit f8c84eea67548e9bab6649eb476bf7e0d37c4e93
| Author: hudson 
| Date:   Tue Mar 6 12:02:43 2018 +0100
| 
|     * libraries f593ec5...5cd3f80 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 28b6f3a510fb1b009834dff2c0548f23721e54bd
| Author: Martin Sjölund 
| Date:   Tue Mar 6 11:47:00 2018 +0100
| 
|     * libraries c1ec160...f593ec5 (1):
|       > Add SolarTherm alberto-merge
| 
| M	libraries
| 
* commit 9a0ecc8939edd12315e13661c3dbb7bc8eafae7b
| Author: hudson 
| Date:   Tue Mar 6 11:31:29 2018 +0100
| 
|     * libraries 55cb140...c1ec160 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 52cb3b2e0b3e3dfeeb1314a122d6da36a50c9ce1
| Author: wibraun 
| Date:   Tue Mar 6 10:24:05 2018 +0100
| 
|     * doc 656ccdd...18ac153 (1):
|       > fix quotechar for a link
| 
| M	doc
| 
* commit 74094bf4da3ef37036e1c365b80a5a1941cf5e45
| Author: Martin Sjölund 
| Date:   Tue Mar 6 06:44:55 2018 +0100
| 
|     * libraries a2e6fc1...55cb140 (1):
|       > Add HanserModelica library
| 
| M	libraries
| 
* commit 05f949806c292bb6d36a52955676c24d3b4bc2e4
| Author: hudson 
| Date:   Mon Mar 5 19:20:49 2018 +0100
| 
|     * libraries 508c5f4...a2e6fc1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0a2a6b4bc8735e973e949b3fd93af56739e3061b
| Author: Willi Braun 
| Date:   Mon Mar 5 17:09:38 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c5d63e7...04159c5 (1):
|       > [DAEmode] improving array equations support
|     
|     * testsuite 7725be4...2919af7 (1):
|       > added DAEmode test for arrays
| 
| M	OMCompiler
| M	testsuite
| 
* commit a30827f40529f0f8c7151daa3b7c14bca2ca597a
| Author: Willi Braun 
| Date:   Mon Mar 5 13:29:52 2018 +0100
| 
|     * doc 5fb2ee3...656ccdd (1):
|       > rewritten the section on integration methods
| 
| M	doc
| 
* commit c59d78ec0a631504e3ede53a79597bad18f2b1aa
| Author: Martin Sjölund 
| Date:   Mon Mar 5 12:00:34 2018 +0100
| 
|     * doc 09bfe04...5fb2ee3 (1):
|       > Fix Python3 error
| 
| M	doc
| 
* commit 71bdbb3d8976b8bccac325b9c616b479a2e3c77e
| Author: Martin Sjölund 
| Date:   Mon Mar 5 11:37:31 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler be2bc89...c5d63e7 (1):
|       > Add a warning for StateSelect.always/never
|     
|     * testsuite 25f7007...7725be4 (1):
|       > Expected output for unexpected state selection
| 
| M	OMCompiler
| M	testsuite
| 
* commit c6852c22ca001e856bf9eefc3fa8b817c3a9fc56
| Author: Martin Sjölund 
| Date:   Mon Mar 5 11:04:11 2018 +0100
| 
|     * doc 95ca468...09bfe04 (1):
|       > Fixes for new (broken) bibtexparser
| 
| M	doc
| 
* commit dbcd957b7aded4dfb87e4e3f5a493d94c477217f
| Author: Adrian Pop 
| Date:   Sun Mar 4 22:51:21 2018 +0100
| 
|     * doc af208b2...95ca468 (1):
|       > set larger recursion limit
| 
| M	doc
| 
* commit 4510cc6076d327cb087c200c11466939ba36ccca
| Author: hudson 
| Date:   Sat Mar 3 19:20:29 2018 +0100
| 
|     * libraries 8849311...508c5f4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 89e6d7aa3efbb33038e5f9efaae80657f2db9d3f
| Author: Willi Braun 
| Date:   Fri Mar 2 20:57:52 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f5c5629...be2bc89 (1):
|       > [BE] Fixing initialization of algorithms
|     
|     * testsuite 78e4cba...25f7007 (1):
|       > added testcase for inverse algorithm initialization
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2ce67a2617b2768c02498ca8dbf384ee15e9f74f
| Author: hudson 
| Date:   Fri Mar 2 19:35:28 2018 +0100
| 
|     * libraries ddcae72...8849311 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 946b41491773ae6ed9fa149475dda1a26defe63e
| Author: Willi Braun 
| Date:   Fri Mar 2 15:08:27 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b54a3c9...f5c5629 (1):
|       > [DAEmode] added basic algorithms support
|     
|     * testsuite d7469be...78e4cba (1):
|       > enable DrumBoiler test for new DAEmode
| 
| M	OMCompiler
| M	testsuite
| 
* commit 502fe01132096b7ef500586d94351a966c977aec
| Author: Rüdiger Franke 
| Date:   Fri Mar 2 06:58:49 2018 +0100
| 
|     * OMCompiler da270f8...b54a3c9 (1):
|       > Safeguard possible repeated finalization of Cpp logger
| 
| M	OMCompiler
| 
* commit 198b0fab880b0ce3b96b1481a4c8a820bf3a0542
| Author: Rüdiger Franke 
| Date:   Thu Mar 1 22:51:49 2018 +0100
| 
|     * OMCompiler 67e62cb...da270f8 (1):
|       > Enable Cpp logger under Windows and finalize it, ticket:4773
| 
| M	OMCompiler
| 
* commit fa73123631b9d57afabac422b40c8afced5585a2
| Author: hudson 
| Date:   Thu Mar 1 19:22:38 2018 +0100
| 
|     * libraries 4acc13a...ddcae72 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3e80e6082cf87fffec7a92a957acadcb199c0a7e
| Author: Willi Braun 
| Date:   Thu Mar 1 18:11:07 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1cc3bf3...67e62cb (1):
|       > [DAEmode] added when equation support
|     
|     * testsuite fbb9716...d7469be (1):
|       > enable when test for new DAEmode
| 
| M	OMCompiler
| M	testsuite
| 
* commit ac1e5e9cb1838fc8576a6cd12e93f4494311ef0c
| Author: Willi Braun 
| Date:   Thu Mar 1 15:56:11 2018 +0100
| 
|     * OMCompiler f06fb14...1cc3bf3 (2):
|       > [DAEmode] Fix sorting of parameter equations
|       > [DAEmode] added removed equations
| 
| M	OMCompiler
| 
* commit ee715976788c3aacdfd6115d21598e18d6d7e99a
| Author: Adeel Asghar 
| Date:   Thu Mar 1 13:46:47 2018 +0100
| 
|     * OMEdit cca8f33...36aa34a (1):
|       > Code cleanup
| 
| M	OMEdit
| 
* commit b7b98d71b2f4f8c979685fea825bb8d9087f5c0a
| Author: arun3688 
| Date:   Thu Mar 1 13:18:50 2018 +0100
| 
|     * OMEdit 86eb441...cca8f33 (3):
|       > show searchBrowser(ctrl+h) when tabbed in dockwidget
|       > minor name fixes for advanced search
|       > add search history,expandcollapse to search operation
| 
| M	OMEdit
| 
* commit 5178aa9ac5243cbb18da7c9a296413fc113baf06
| Author: hudson 
| Date:   Wed Feb 28 19:20:25 2018 +0100
| 
|     * libraries f6bfc86...4acc13a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f8aa48a825da1ea286dc5243c3dcd73b58e27e6e
| Author: Willi Braun 
| Date:   Wed Feb 28 16:59:16 2018 +0100
| 
|     * OMCompiler 46705f7...f06fb14 (1):
|       > attempt to fix Codegen issue of inverse algorithms
| 
| M	OMCompiler
| 
* commit d4f8092a4083e58707d4fae36b8dfad36c2b57d2
| Author: Martin Sjölund 
| Date:   Wed Feb 28 09:24:04 2018 +0100
| 
|     Add StateSelect and stateSelect to the dictionary
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#72
| 
| M	.openmodelica.aspell
| 
* commit 3bc97b6a104e091110b875ab57a87d762ea7d6a0
| Author: Martin Sjölund 
| Date:   Wed Feb 28 08:36:39 2018 +0100
| 
|     * OMCompiler 85e6162...46705f7 (1):
|       > [NF] Evaluate cat and promote operators
| 
| M	OMCompiler
| 
* commit 9a1929bfab65416b2c0077ba11a316866cb5d5d0
| Author: hudson 
| Date:   Tue Feb 27 19:20:22 2018 +0100
| 
|     * libraries 65dc968...f6bfc86 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0268c1e29d92b7bcfc56603bb75f0f92260d8e0e
| Author: Willi Braun 
| Date:   Tue Feb 27 16:47:42 2018 +0100
| 
|     * OMCompiler 6c9726f...85e6162 (1):
|       > [DAEMode] Several improvments to the DAEmode
| 
| M	OMCompiler
| 
* commit bcdb6e79a4917579c083e2e5f016e5641d36526c
| Author: Martin Sjölund 
| Date:   Tue Feb 27 14:41:59 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 878318e...6c9726f (1):
|       > [NF] Add support for array concatenation
|     
|     * testsuite cd5cd60...fbb9716 (3):
|       > Expected output
|       > Enable test AppendElement.mo
|       > Add tests for concatenation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4e35d8d0bb14b9670e9d28f04ae1fe0ce797de05
| Author: Mahder Gebremedhin 
| Date:   Tue Feb 27 13:34:50 2018 +0100
| 
|     * OMCompiler c17054f...878318e (1):
|       > [NF] Fix overload ambiguity with default constrctors for operator records.
| 
| M	OMCompiler
| 
* commit 0360e58a28023b1d6102c4a7ec64a786d92e184c
| Author: Rüdiger Franke 
| Date:   Tue Feb 27 07:47:27 2018 +0100
| 
|     * OMCompiler ffb66c3...c17054f (1):
|       > Consider row major ordering when assigning arrays to seed vars
| 
| M	OMCompiler
| 
* commit 68036675f7db147558280a6b743e77e26937176b
| Author: hudson 
| Date:   Mon Feb 26 19:20:56 2018 +0100
| 
|     * libraries cf971b1...65dc968 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 00a1f16fca68c24bebff471ae80a5c9dd9fb1a0f
| Author: Per Östlund 
| Date:   Mon Feb 26 14:52:06 2018 +0100
| 
|     * OMCompiler adb7a38...ffb66c3 (1):
|       > [NF] Update builtin uriToFilename.
| 
| M	OMCompiler
| 
* commit 48e116e9513d8259c7db3656b01c2a7d103269cd
| Author: Per Östlund 
| Date:   Mon Feb 26 14:23:10 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 7a62703...adb7a38 (1):
|       > Fix handling of element redeclare condition.
|     
|     * testsuite a3ea7f5...cd5cd60 (1):
|       > Add element redeclare condition test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ecc53e19cfa1695861fe78a5a41cb33487eedd24
| Author: Willi Braun 
| Date:   Mon Feb 26 13:46:27 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f570c07...7a62703 (1):
|       > [BE] fixing handling seed vars of symbolic jacobians
|     
|     * testsuite 987ac3c...a3ea7f5 (1):
|       > Adjust output of stupid dump tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit a4a5ba45e273126b626f50a1aa5ee00ed54dea84
| Author: Mahder Gebremedhin 
| Date:   Mon Feb 26 10:38:54 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 983f52f...f570c07 (1):
|       > [NF] Operator overloading support.
|     
|     * testsuite 71611b1...987ac3c (1):
|       > Expected output.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 39e9336d69ad78756cd92bf137e89a1629cabaf1
| Author: Martin Sjölund 
| Date:   Mon Feb 26 10:00:17 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ee3f9cf...983f52f (2):
|       > [NF] Fix type-checking of arrays with >1 dimension
|       > [NF] Type-check array constructor
|     
|     * testsuite ae9336a...71611b1 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit fdf3efd2dde15566db3dae47ae05fcc8e1bd16a8
| Author: Martin Sjölund 
| Date:   Mon Feb 26 09:39:48 2018 +0100
| 
|     * OMCompiler 88c4d61...ee3f9cf (1):
|       > Use C++17 has_include for unordered map/set
| 
| M	OMCompiler
| 
* commit 9d6b833166537bc132d84296697d2d0146173137
| Author: Rüdiger Franke 
| Date:   Mon Feb 26 08:28:24 2018 +0100
| 
|     * OMCompiler b082e74...88c4d61 (2):
|       > Reduce common template code from assignDerArray to assignJacArray
|       > Implement assignment of arrays to Jacobian vars, ticket:3266,4696
| 
| M	OMCompiler
| 
* commit d363ad98fdd199d05a7b8eef785a908c95a20cbd
| Author: Martin Sjölund 
| Date:   Mon Feb 26 08:08:14 2018 +0100
| 
|     * OMCompiler 4835303...b082e74 (1):
|       > [NF] Fix type of matrix-vector multiply
| 
| M	OMCompiler
| 
* commit 97528d95e2825be7bcdd437e6873190a140434d8
| Author: Martin Sjölund 
| Date:   Mon Feb 26 07:53:10 2018 +0100
| 
|     * OMCompiler 9062175...4835303 (1):
|       > Report possible savings from sharing strings
| 
| M	OMCompiler
| 
* commit 6178385bc52e7758279b8fac93c0862fa46edc91
| Author: hudson 
| Date:   Sun Feb 25 19:19:13 2018 +0100
| 
|     * libraries 94cb122...cf971b1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8b7f9d55223700ab931f6c6c79b6a218d26e82b9
| Author: Rüdiger Franke 
| Date:   Fri Feb 23 19:18:22 2018 +0100
| 
|     * OMCompiler bf329a1...9062175 (1):
|       > Remove duplicate and erroneous Modelica external C libs, ticket:4772
| 
| M	OMCompiler
| 
* commit 71fc43d98e197e2423107bc9c718c70edb42d86d
| Author: Martin Sjölund 
| Date:   Fri Feb 23 09:43:25 2018 +0100
| 
|     * OMCompiler 419eaa1...bf329a1 (1):
|       > Improve report of used size of MM datatypes
| 
| M	OMCompiler
| 
* commit 12adfc96f2e7fc1bc3bd44141b5b7404854f18b0
| Author: Martin Sjölund 
| Date:   Thu Feb 22 10:10:58 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 88711c9...419eaa1 (3):
|       > [VS] Make autoconf generate revision.h
|       > [VS] LIB also needs trailing slashes
|       > Print the environment before starting wine
|     
|     * testsuite 51f340a...ae9336a (1):
|       > Disable the OutOfMemory test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 11b94b08e9a0ab4449d15e86e63ae14a339f5029
| Author: Martin Sjölund 
| Date:   Thu Feb 22 07:05:50 2018 +0100
| 
|     * OMCompiler 1dbe81e...88711c9 (1):
|       > Improve MSVC compilation on Wine
| 
| M	OMCompiler
| 
* commit b37543081e6de161c32ca8db46ec2794b21c7bfd
| Author: hudson 
| Date:   Wed Feb 21 19:19:29 2018 +0100
| 
|     * libraries 3750d97...94cb122 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7fdd9d3df68a81c13f08fc4d88a8f9b2da7c17f0
| Author: hudson 
| Date:   Wed Feb 21 11:40:27 2018 +0100
| 
|     * doc 0e5129b...af208b2 (4):
|       > Improved documentation for Modelica state machines
|       > Update Conference paper link
|       > PDEModelica documentation.
|       > Documentation for Array (Parametric) Plot
| 
| M	doc
| 
* commit 419a3e9e92f50f117248348f490974f2326505a0
| Author: Martin Sjölund 
| Date:   Wed Feb 21 10:57:39 2018 +0100
| 
|     * OMCompiler 70e2f00...1dbe81e (1):
|       > Add targets for the MSVC FMI C-runtime via wine
| 
| M	OMCompiler
| 
* commit 5f3362448ca490a9e635d18c1dec41532922b505
| Author: hudson 
| Date:   Tue Feb 20 19:19:51 2018 +0100
| 
|     * libraries 60d8915...3750d97 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8fd9478117b9abe04311048b9a6788f5cb291429
| Author: Adeel Asghar 
| Date:   Tue Feb 20 14:24:11 2018 +0100
| 
|     * OMCompiler cacc8bf...70e2f00 (1):
|       > Check if we receive the expected file
| 
| M	OMCompiler
| 
* commit 4d56d1f0ab926e32c6d0909fde0630d398fc06ed
| Author: Adeel Asghar 
| Date:   Tue Feb 20 14:24:11 2018 +0100
| 
|     Added mol to aspell
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#71
|       - OpenModelica/OMCompiler#2224
| 
| M	.openmodelica.aspell
| 
* commit 842f77d5ca1447219f3f64b15ad809a22298e2ec
| Author: Adeel Asghar 
| Date:   Tue Feb 20 13:42:05 2018 +0100
| 
|     * OMEdit a45068d...86eb441 (1):
|       > ticket:4771 Use square brackets instead of curly brackets for dimension
| 
| M	OMEdit
| 
* commit 170f33fef5dd9bb695a7b71a1da7782d2463fe1f
| Author: Rüdiger Franke 
| Date:   Tue Feb 20 02:14:48 2018 +0100
| 
|     * OMCompiler 30322f1...cacc8bf (1):
|       > Link MODELICA_EXTERNAL_LIBS after model defined libs, ticket:4772
| 
| M	OMCompiler
| 
* commit 8f361df28a09eaabdd8b4b0926f01d38a011e63d
| Author: hudson 
| Date:   Mon Feb 19 19:19:27 2018 +0100
| 
|     * libraries 7a60a02...60d8915 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6f1d1121255058077f1652d18d68a5b5a3dd4705
| Author: wibraun 
| Date:   Mon Feb 19 18:48:01 2018 +0100
| 
|     * OMCompiler 0334c25...30322f1 (1):
|       > fixing simulation flags, mostly ticket:4390
| 
| M	OMCompiler
| 
* commit 480e2ce4d148e6b9339aef4d7ad876a9370fdd72
| Author: Adeel Asghar 
| Date:   Mon Feb 19 15:24:49 2018 +0100
| 
|     * OMCompiler 0792147...0334c25 (1):
|       > Remove the extension
| 
| M	OMCompiler
| 
* commit 694bfd7acb96993b5f6823764785c456f89af030
| Author: Martin Sjölund 
| Date:   Mon Feb 19 13:19:11 2018 +0100
| 
|     * OMCompiler b4562fb...0792147 (1):
|       > Use set instead of unordered_set
| 
| M	OMCompiler
| 
* commit 2e7c8c68ca9efdcd6ceb7d16fbb4c1109c91964d
| Author: Adrian Pop 
| Date:   Mon Feb 19 12:21:49 2018 +0100
| 
|     * OMCompiler ec9f543...b4562fb (1):
|       > fix compilation on Windows, add -std=c++11
| 
| M	OMCompiler
| 
* commit 3c4f139d52370265399f98985b76e65a8b683685
| Author: Adeel Asghar 
| Date:   Mon Feb 19 12:06:54 2018 +0100
| 
|     * OMCompiler 526b822...ec9f543 (2):
|       > Compile semla before omc declare the functions in systemimpl
|       > Load encrypted package Checkout the SEMLA and OMEncryption repositories inside the OM super project i.e., at the same level where OMCompiler is. Run the makefile with OMENCRYPTION=yes i.e., `make -f Makefile.omdev.mingw OMENCRYPTION=yes` on Windows. Configure on Linux `./configure --with-ENCRYPTION`. loadEncryptedPackage API takes a .mol file and decrypts the package and load it into the AST.
| 
| M	OMCompiler
| 
* commit ac956c669273f415952b4e9f1a6cc8b2f5c70bce
| Author: Martin Sjölund 
| Date:   Mon Feb 19 08:31:58 2018 +0100
| 
|     * OMCompiler 9c759d9...526b822 (1):
|       > Improve reporting memory usage
| 
| M	OMCompiler
| 
* commit 1d7a6aad04ca9406dd281903aba59e586f406664
| Author: hudson 
| Date:   Sun Feb 18 19:20:09 2018 +0100
| 
|     * libraries 8aaf0ab...7a60a02 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a57fe0c4bccdf8a6c970c9b6e910e1ea202f74f9
| Author: hudson 
| Date:   Sat Feb 17 19:19:58 2018 +0100
| 
|     * libraries 167d728...8aaf0ab (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit be75594f4db2880648b810529006ffb6de1b572e
| Author: Lennart Ochel 
| Date:   Sat Feb 17 00:54:47 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5163543...9c759d9 (1):
|       > Merge postOptModules that detect sparse pattern
|     
|     * testsuite d59f23a...51f340a (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit add4b41e2c2bc258deb749190593d90c70678240
| Author: Adrian Pop 
| Date:   Fri Feb 16 22:49:17 2018 +0100
| 
|     * OMCompiler 69b2c90...5163543 (1):
|       > fix crashes in omccAPI if threadData is allocated in the heap - hide threadData again - set threadData and then copy it after each call
| 
| M	OMCompiler
| 
* commit 845b88447dc4f8d0a67e85fbd6554b1a0e408d40
| Author: Adrian Pop 
| Date:   Fri Feb 16 21:24:08 2018 +0100
| 
|     * OMCompiler 325b392...69b2c90 (1):
|       > fix windows GCC now :) - more checks for pthread: attribute init, stack setting
| 
| M	OMCompiler
| 
* commit e9d1facf2dbf69f14ab3d698ec82886aeee19fa3
| Author: Adrian Pop 
| Date:   Fri Feb 16 20:28:07 2018 +0100
| 
|     * OMCompiler 74ad9da...325b392 (1):
|       > fix windows build - include omc_msvc.h for attribute - exclude wsock2 as is already incldued - for some reason lst1 and lst2 are defined
| 
| M	OMCompiler
| 
* commit a3afb5a6fa952f8df769be8e57fa1bd56a09e64a
| Author: hudson 
| Date:   Fri Feb 16 19:18:45 2018 +0100
| 
|     * libraries 7a1cc7a...167d728 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit be304db6bd748a816e62d058f281a53f8ad26832
| Author: Willi Braun 
| Date:   Fri Feb 16 17:19:30 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f6ac4dd...74ad9da (1):
|       > [Backend] fix generateSymbolicJacobian config flag
|     
|     * testsuite 5c54953...d59f23a (1):
|       > adjust tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 53ee7b81975fe5006da96e473300c1f6c10b4a53
| Author: Willi Braun 
| Date:   Fri Feb 16 16:58:42 2018 +0100
| 
|     * OMCompiler 7b8186a...f6ac4dd (1):
|       > [NF] set index of relations to -1 otherwise it's a zc
| 
| M	OMCompiler
| 
* commit c4af3fb697b517e2b022c26007c205a4d7011384
| Author: Willi Braun 
| Date:   Fri Feb 16 12:45:28 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 846ccc5...7b8186a (4):
|       > [BE] fixing function differentiation and tuple calls in algorithms
|       > [BE] move transpose to a single function calls
|       > [BE] added size and range operator to diff module
|       > [BE] added debug for diff exp and calls
|     
|     * testsuite 6737c2c...5c54953 (1):
|       > added test from ticket:3266
| 
| M	OMCompiler
| M	testsuite
| 
* commit e36ce3a9e558f8880d1f76bd8de20d9bc49a1cd2
| Author: Martin Sjölund 
| Date:   Fri Feb 16 09:56:28 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 30a4db0...846ccc5 (1):
|       > Catch out of memory errors
|     
|     * testsuite 4f6f502...6737c2c (1):
|       > Add test for out of memory
| 
| M	OMCompiler
| M	testsuite
| 
* commit 34ab60aecc97cb381e36234e3e795db28dc9a776
| Author: adrpo 
| Date:   Thu Feb 15 22:11:28 2018 +0100
| 
|     update OMCompiler manually
| 
| M	OMCompiler
| 
* commit d5c8cb2f536934949134be01611aa194fb7ace4b
| Author: Adrian Pop 
| Date:   Thu Feb 15 21:50:08 2018 +0100
| 
|     * OMCompiler 092daf6...d27683d (1):
|       > update 3rdParty submodule
| 
| M	OMCompiler
| 
* commit 777a10eb6ff45199d240c6329f26f6ebb65ff24d
| Author: Adrian Pop 
| Date:   Thu Feb 15 21:50:08 2018 +0100
| 
|     select the build type
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#70
|       - OpenModelica/OMCompiler#2209
|       - OpenModelica/OMCompiler-3rdParty#29
| 
| M	Makefile.omdev.mingw
| 
* commit d71c1a4a98372a7d11e2739763d9998db51b6f1a
| Author: Willi Braun 
| Date:   Thu Feb 15 19:45:33 2018 +0100
| 
|     * OMCompiler b44f0a7...092daf6 (1):
|       > [Backend] Fix coloring of sparse matrix
| 
| M	OMCompiler
| 
* commit 5eff41b7b65b4efd08a043ae4f1eb0526e631fc7
| Author: hkiel 
| Date:   Thu Feb 15 19:07:44 2018 +0100
| 
|     * OMNotebook c10a192...bec0c66 (1):
|       > cleaned up a bit - removed "inCommand" from latexcell - reomved dysfunctional variableButton from graphcell
| 
| M	OMNotebook
| 
* commit ed2a0d7d5a8d133b1784c3da2e8bdfcfe1357313
| Author: Adeel Asghar 
| Date:   Thu Feb 15 18:43:49 2018 +0100
| 
|     Build SEMLA
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#69
| 
| M	Makefile.omdev.mingw
| 
* commit be35c31c525f26bd27e5ad6dde3d06b67bb8f277
| Author: Adeel Asghar 
| Date:   Thu Feb 15 18:24:10 2018 +0100
| 
|     * OMCompiler 06a166d...b44f0a7 (1):
|       > Fix the SEMLA Windows build.
| 
| M	OMCompiler
| 
* commit b4ba5f47feebc81f0d025a064b1ef1422c90da8b
| Author: Adrian Pop 
| Date:   Thu Feb 15 18:22:25 2018 +0100
| 
|     update OMCompiler manually
| 
| M	OMCompiler
| 
* commit 234057fbdbe78a2afc66e4d30f3e70d2dc5395fd
| Author: Rüdiger Franke 
| Date:   Thu Feb 15 16:51:17 2018 +0100
| 
|     * OMCompiler fcdc6b2...ba5ff89 (1):
|       > Apply complete pivoting to singular linear systems in FMUs, ticket:4747
| 
| M	OMCompiler
| 
* commit 3b8a77e96c72838facb18a429b889cdc45af07f6
| Author: Adeel Asghar 
| Date:   Thu Feb 15 15:38:46 2018 +0100
| 
|     * OMCompiler 0a2708a...fcdc6b2 (3):
|       > Added missing Windows variables.
|       > configure option for encryption
|       > Build SEMLA Checkout the SEMLA repository inside the OM super project i.e., at the same level where OMCompiler is. Run the makefile with `OMENCRYPTION=ON` i.e., `make -f Makefile.omdev.mingw OMENCRYPTION=ON`.
| 
| M	OMCompiler
| 
* commit caaaf4f59e54f6242016e6f429bd92f9d1701435
| Author: Adrian Pop 
| Date:   Thu Feb 15 15:36:54 2018 +0100
| 
|     update OMCompiler hash
| 
| M	OMCompiler
| 
* commit b143f9d4c2a2b263fda2d697deed709826808482
| Author: Martin Sjölund 
| Date:   Thu Feb 15 10:59:41 2018 +0100
| 
|     * OMCompiler e3267ce...ad98b03 (1):
|       > Update 3rdParty for new dgesv
| 
| M	OMCompiler
| 
* commit e1d09f0ec5fc56be221d2a3717017bd1ff020277
| Author: Adrian Pop 
| Date:   Thu Feb 15 04:52:13 2018 +0100
| 
|     * doc bda7fee...0e5129b (3):
|       > use --wrap=none instead of deprecated --no-wrap
|       > don't fail if there is no omc to kill!
|       > add date and time to index
| 
| M	doc
| 
* commit d303a731b3804931e28491bafab2e6be91fd42d8
| Author: Adrian Pop 
| Date:   Thu Feb 15 04:03:32 2018 +0100
| 
|     * doc 723deb1...bda7fee (1):
|       > add fmi.rst to index.rst
| 
| M	doc
| 
* commit ba64674460e1b3cb7163ef0cb32646c7e5be512f
| Author: Adrian Pop 
| Date:   Thu Feb 15 03:48:16 2018 +0100
| 
|     * doc 5f7004b...723deb1 (1):
|       > filtering mat parameters to csv does not work
| 
| M	doc
| 
* commit f6a650f0a6507b694533268a9189886444424d0c
| Author: Adrian Pop 
| Date:   Thu Feb 15 02:48:38 2018 +0100
| 
|     * OMCompiler 12121df...e3267ce (1):
|       > fix ZMQ on Linux - ZMQ on Linux never worked as it was killed by an extra dot :) - dump the correct filename for ZMQ to make OMPython work
| 
| M	OMCompiler
| 
* commit 5816ad25a285a6cd55ad1301a5be732cdd18bf51
| Author: Adrian Pop 
| Date:   Thu Feb 15 00:38:01 2018 +0100
| 
|     * doc 58737ab...5f7004b (1):
|       > sphinx.util.compat is deprecated
| 
| M	doc
| 
* commit a3ebf0f0dfb5df56fb18cd1ebed69ae1b5c8a68b
| Author: Adrian Pop 
| Date:   Wed Feb 14 21:45:25 2018 +0100
| 
|     * OMCompiler 027e5cb...12121df (1):
|       > fix crashes of omcCAPI on Windows - use threadData from stack not via GC_malloc_uncollectable - increase exe stack on windows - link with pthread
| 
| M	OMCompiler
| 
* commit a3d8fc0564e444b53176f3f2d7d41a9e4e745b01
| Author: hudson 
| Date:   Wed Feb 14 19:18:46 2018 +0100
| 
|     * libraries 20f7934...7a1cc7a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 14876a05f0353991bd382f3a5241aac2a2953ecd
| Author: Per Östlund 
| Date:   Wed Feb 14 16:00:22 2018 +0100
| 
|     * OMCompiler 3bd1e3c...027e5cb (1):
|       > [NF] Fill in dims when creating DAE.Element.VAR.
| 
| M	OMCompiler
| 
* commit 16157d1a0461f3128ca92c981fde9b4b4b3f7231
| Author: Willi Braun 
| Date:   Wed Feb 14 13:39:43 2018 +0100
| 
|     * OMCompiler c68882d...3bd1e3c (1):
|       > [DAEmode] fix update event in ida solver
| 
| M	OMCompiler
| 
* commit fdc7ad08ba1b758335f574ab667fa3eedd88fd64
| Author: Willi Braun 
| Date:   Wed Feb 14 10:50:24 2018 +0100
| 
|     * OMCompiler c15e7bd...c68882d (1):
|       > [SimCode] dump algorithms in correct sorting
| 
| M	OMCompiler
| 
* commit 31775c640ece22d13e922e8bc05f3fb9930c073a
| Author: Willi Braun 
| Date:   Tue Feb 13 21:31:03 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 815ffe0...c15e7bd (1):
|       > [Backend] prevent stackoverflow for recursive function differentiation
|     
|     * testsuite cb2609a...4f6f502 (1):
|       > update test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2b80448748faa4b6e9130915b3120930e94a4bab
| Author: hudson 
| Date:   Tue Feb 13 19:20:22 2018 +0100
| 
|     * libraries 7e84668...20f7934 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8cae358786224e094fb8da455297138db57ca7ed
| Author: ptaeuber 
| Date:   Tue Feb 13 17:10:59 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6b6a486...815ffe0 (1):
|       > Make KINSOL compatible with adaptive homotopy
|     
|     * testsuite be30e8e...cb2609a (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a8c3be0af881e8de90fa1621a2c218e3442907d2
| Author: Lennart Ochel 
| Date:   Tue Feb 13 16:49:23 2018 +0100
| 
|     * OMCompiler cf5c9a7...6b6a486 (1):
|       > Dummy commit to satisfy Hudson
| 
| M	OMCompiler
| 
* commit 949170e30b998b0441e43536f8eebc21e6894e22
| Author: Per Östlund 
| Date:   Tue Feb 13 14:30:48 2018 +0100
| 
|     * OMCompiler 5cf076a...cf5c9a7 (1):
|       > [NF] Fix type of unary operators.
| 
| M	OMCompiler
| 
* commit d6be793ec3903d18d78c0e8282ff0cd0203cbf85
| Author: Willi Braun 
| Date:   Tue Feb 13 14:16:06 2018 +0100
| 
|     * OMCompiler 92921a4...5cf076a (1):
|       > [Backend] Use the original functionTree instead an empty one
| 
| M	OMCompiler
| 
* commit dad02f3814864dca2c7c0163e408a233b1597886
| Author: Willi Braun 
| Date:   Tue Feb 13 11:47:47 2018 +0100
| 
|     * OMCompiler bf59c08...92921a4 (1):
|       > [Backend] fix functions with record argument
| 
| M	OMCompiler
| 
* commit d2e59c892b676e28e091df55d561f362a1ffed40
| Author: Willi Braun 
| Date:   Tue Feb 13 10:56:51 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4c05be3...bf59c08 (1):
|       > [Backend] fix differentiation of the SteamPipe model
|     
|     * testsuite 05f062d...be30e8e (1):
|       > updated linearization test of the SteamPipe model
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3a35762f4d9fd001962c93c214d0a2e4ed555114
| Author: Martin Sjölund 
| Date:   Tue Feb 13 10:36:35 2018 +0100
| 
|     * OMCompiler 5056d0b...4c05be3 (1):
|       > Fix suffix for ZMQ
| 
| M	OMCompiler
| 
* commit c7f14909409eaf7f1a7a1fa490db8ad6957aab00
| Author: hudson 
| Date:   Mon Feb 12 19:20:54 2018 +0100
| 
|     * libraries 382c773...7e84668 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1a013d01c7fd9fc4905bda4286ca136cbea5a91e
| Author: Willi Braun 
| Date:   Mon Feb 12 18:06:44 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3cc00f3...5056d0b (1):
|       > [Backend] fix differentiation of functions with function arguments
|     
|     * testsuite fd4a590...05f062d (1):
|       > added testcase for linearization of fluid functions
| 
| M	OMCompiler
| M	testsuite
| 
* commit d192292a324303b410572e2e96ea19ebe1e0b700
| Author: hudson 
| Date:   Mon Feb 12 14:03:17 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 71c5125...3cc00f3 (1):
|       > [CRuntime] Tweak linear solvers for Symbolic Jacobians
|     
|     * testsuite 977263e...fd4a590 (1):
|       > adjust test to use symbolical jacobians
| 
| M	OMCompiler
| M	testsuite
| 
* commit a351191c60d77ca0c4cf348d3484ab57daa422ed
| Author: Per Östlund 
| Date:   Mon Feb 12 12:44:48 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5614078...71c5125 (2):
|       > [NF] Fix builtin type attribute order.
|       > [NF] Handle empty arrays better.
|     
|     * testsuite e9d02c3...977263e (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 450ec7c32c4bc1573d94ac09422fe635deed5761
| Author: hudson 
| Date:   Sat Feb 10 19:20:58 2018 +0100
| 
|     * libraries 49f1f85...382c773 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 89bcaf521989fcaacb8cad78a543809cc5b3a1ea
| Author: hudson 
| Date:   Fri Feb 9 19:20:06 2018 +0100
| 
|     * libraries aaefef2...49f1f85 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5a5c9d21128198d1134b999763e0ba7539998227
| Author: Willi Braun 
| Date:   Fri Feb 9 15:25:18 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler de1bcf8...5614078 (1):
|       > [C Runtime] added symbolical jacobian support to ida
|     
|     * testsuite 34561dc...e9d02c3 (1):
|       > added test for symbolical jacobians in ida
| 
| M	OMCompiler
| M	testsuite
| 
* commit 19051bba436263caaf47805f6b91f45d3dbdee09
| Author: Martin Sjölund 
| Date:   Fri Feb 9 11:24:26 2018 +0100
| 
|     * OMCompiler f5acc12...de1bcf8 (1):
|       > [NF] Set the correct type in the relation
| 
| M	OMCompiler
| 
* commit 47d38a4cbf1e13bcb12873197ff2bde6657b17d8
| Author: hudson 
| Date:   Thu Feb 8 19:21:39 2018 +0100
| 
|     * libraries 91d3f71...aaefef2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 297f226a82d1a08a8337304723dff27d8e7bd47a
| Author: ptaeuber 
| Date:   Thu Feb 8 18:45:03 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 10a2c8b...f5acc12 (1):
|       > Make non-default nonlinear solvers ...
|     
|     * testsuite 31e2567...34561dc (1):
|       > Add homotopy tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit bb1b86b75190145eb53fccfbc05b638a8f13a764
| Author: ptaeuber 
| Date:   Thu Feb 8 14:57:18 2018 +0100
| 
|     * OMCompiler 693886b...10a2c8b (1):
|       > Do not try without homotopy twice
| 
| M	OMCompiler
| 
* commit 6482c59d9bad154d4a899868fbbe0a56e0127cc2
| Author: Martin Sjölund 
| Date:   Thu Feb 8 11:22:51 2018 +0100
| 
|     * OMCompiler cce5d83...693886b (1):
|       > [NF] Fix generation of reduction temp-var names
| 
| M	OMCompiler
| 
* commit 2eeebb019ac9a199650493df0ac3c50b97160cca
| Author: Rüdiger Franke 
| Date:   Wed Feb 7 20:37:26 2018 +0100
| 
|     * OMCompiler 70ef32b...cce5d83 (1):
|       > Always apply tearing if MAX_SIZE > 0 and dense matrices are used
| 
| M	OMCompiler
| 
* commit 42b69b777b37f7d7a9bf02af2691cf95d125d60a
| Author: hudson 
| Date:   Wed Feb 7 19:19:15 2018 +0100
| 
|     * libraries 4cf6bb0...91d3f71 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bb53de26d9a17dcb5d4321ff0f258f0fac2cab3f
| Author: Per Östlund 
| Date:   Wed Feb 7 16:47:06 2018 +0100
| 
|     * OMCompiler 5cc04d9...70ef32b (1):
|       > [NF] Better handling of constants.
| 
| M	OMCompiler
| 
* commit 03f0fecdccfd55a44f851273b13c1aa06eba1dc6
| Author: ptaeuber 
| Date:   Wed Feb 7 16:32:35 2018 +0100
| 
|     * OMCompiler 891db48...5cc04d9 (1):
|       > Further improve solver memory management
| 
| M	OMCompiler
| 
* commit 34bef400de30df34164121e71240f7ebd6429433
| Author: ptaeuber 
| Date:   Wed Feb 7 16:02:50 2018 +0100
| 
|     * OMCompiler df6431c...891db48 (1):
|       > Always initialize lambda with 0
| 
| M	OMCompiler
| 
* commit 1ff97f88884f82b0001ef9b609bd478635054c55
| Author: Per Östlund 
| Date:   Wed Feb 7 15:48:21 2018 +0100
| 
|     * OMCompiler 5cf25d1...df6431c (1):
|       > [NF] Use correct variability for pre error.
| 
| M	OMCompiler
| 
* commit b71de5a2b3c6f285c2d16c8e2800413fc65a312a
| Author: Adeel Asghar 
| Date:   Wed Feb 7 15:14:34 2018 +0100
| 
|     * OMEdit 1d1f811...a45068d (1):
|       > Fixed FMILibrary linking Check for the correct library type. Removed unnecessary code.
| 
| M	OMEdit
| 
* commit 57e43ba0080404b8c98bde13d78f6886bf7346c4
| Author: ptaeuber 
| Date:   Wed Feb 7 14:05:01 2018 +0100
| 
|     * OMCompiler 3418ccf...5cf25d1 (1):
|       > Fix for trying without adaptive homotopy
| 
| M	OMCompiler
| 
* commit 4f04318dba96edad695843fbc7d35d4091d9ed99
| Author: wibraun 
| Date:   Wed Feb 7 12:22:55 2018 +0100
| 
|     * OMCompiler 9529c78...3418ccf (1):
|       > adjust documentation string to actual config value
| 
| M	OMCompiler
| 
* commit 9708c7a79bfc9ba98ebca2d3526c795210589e96
| Author: Lennart Ochel 
| Date:   Wed Feb 7 11:31:27 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c4493da...9529c78 (2):
|       > Fix var attrributes
|       > Make when condition variables protected and add description string to them
|     
|     * testsuite edda13f...31e2567 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4bf4d98ca7ba34f8128e2a26e0fc4bf702dd7996
| Author: hudson 
| Date:   Tue Feb 6 19:21:08 2018 +0100
| 
|     * libraries 4879ab5...4cf6bb0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3fa95729cf295a3b69ca804e9f8b649266cec718
| Author: Adeel Asghar 
| Date:   Tue Feb 6 16:38:01 2018 +0100
| 
|     * OMEdit 8f5caa0...1d1f811 (1):
|       > ticket:4369 Use the proper bracket
| 
| M	OMEdit
| 
* commit 4096d54156895c01151e2921b7e9d14ed4caeb4b
| Author: Per Östlund 
| Date:   Tue Feb 6 16:22:57 2018 +0100
| 
|     * OMCompiler 4b2df5a...c4493da (1):
|       > [NF] Generate correct DAE for tuple assignments.
| 
| M	OMCompiler
| 
* commit 167c377c9e54c1072ce19327cd1802a9a5a4605c
| Author: ptaeuber 
| Date:   Tue Feb 6 15:59:17 2018 +0100
| 
|     * OMCompiler 162cdb5...4b2df5a (1):
|       > Set variables back to start values before trying homotopy
| 
| M	OMCompiler
| 
* commit 0da5289437668fee9eab118ab5225aaaee39bacc
| Author: ptaeuber 
| Date:   Tue Feb 6 15:21:55 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9de0296...162cdb5 (2):
|       > Try without homotopy also for adaptive homotopy
|       > Better handling of solver memory
|     
|     * testsuite 4caa0b2...edda13f (1):
|       > Use flag homotopyOnFirstTry
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6907bc343897f61aecf51ecb75a13f882b509ec5
| Author: Per Östlund 
| Date:   Tue Feb 6 15:05:54 2018 +0100
| 
|     * OMCompiler e0c71b0...9de0296 (1):
|       > [NF] Add FuncArgs when making DAE function types.
| 
| M	OMCompiler
| 
* commit 64d9aa5d886a87b7b3912c395c49e5c9142d8c28
| Author: Adeel Asghar 
| Date:   Tue Feb 6 14:50:47 2018 +0100
| 
|     * OMEdit 090db0e...8f5caa0 (1):
|       > ticket:4717 Added option to display hidden classes.
| 
| M	OMEdit
| 
* commit c2b4ee1663a492bf4afa37f20d11f47a2649a592
| Author: Per Östlund 
| Date:   Tue Feb 6 14:13:36 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f15d2b3...e0c71b0 (1):
|       > [NF] Remove connects with deleted components.
|     
|     * testsuite 1dd31ba...4caa0b2 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7980038520c281421afe91f291864d7b1d0a0856
| Author: hkiel 
| Date:   Tue Feb 6 13:58:33 2018 +0100
| 
|     * OMNotebook 9f05bfe...c10a192 (1):
|       > ask user before deleting cell as this cannot be undone
| 
| M	OMNotebook
| 
* commit 32b3e43a7e149f15ee0e904fd5e8c3d639ebee95
| Author: Rüdiger Franke 
| Date:   Tue Feb 6 11:35:32 2018 +0100
| 
|     * OMCompiler 76bc17e...f15d2b3 (1):
|       > Fix error messages for linear solver
| 
| M	OMCompiler
| 
* commit d15de6a8050f0714270dce63e5eae3eba28a2c07
| Author: Lena Buffoni 
| Date:   Tue Feb 6 05:32:48 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 218f17f...76bc17e (1):
|       > added an extends VerificationModel
|     
|     * testsuite 7f5924d...1dd31ba (1):
|       > update requirement tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6cc71e5e6f0a047cba66931034cf47fd93ccd4f9
| Author: hudson 
| Date:   Mon Feb 5 19:20:27 2018 +0100
| 
|     * libraries 0bc270a...4879ab5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 77d73ac9d4c9c018761f38473b356cb4d0e7ca35
| Author: Lennart Ochel 
| Date:   Mon Feb 5 16:55:51 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 31c7f16...218f17f (1):
|       > Make cse variables protected
|     
|     * testsuite 2008d81...7f5924d (1):
|       > Make cse variables protected
| 
| M	OMCompiler
| M	testsuite
| 
* commit 83a63a60a42b1362b4088b69a164c6d820912c4c
| Author: Per Östlund 
| Date:   Mon Feb 5 15:25:10 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 17ce08d...31c7f16 (1):
|       > [NF] Implement proper handling of subscripts.
|     
|     * testsuite dad2e98...2008d81 (1):
|       > Updated nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 551c706da8671918620d3f1f76ee763f936200f6
| Author: Adeel Asghar 
| Date:   Mon Feb 5 09:40:42 2018 +0100
| 
|     * OMEdit 0d8b4b0...090db0e (1):
|       > ticket:4743 Delete the result with Del key.
| 
| M	OMEdit
| 
* commit 54420415e0c3e05b66aea9585327ce5d93c6d0ce
| Author: hudson 
| Date:   Sat Feb 3 21:39:40 2018 +0100
| 
|     * libraries 7df8dd5...0bc270a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d55c04694af1d91187609f9958a6d6f75148feff
| Author: Lennart Ochel 
| Date:   Sat Feb 3 18:21:48 2018 +0100
| 
|     Fix some lint warnings for Markdown
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#67
| 
| M	README.md
| 
* commit 094f43a4c6becee70c9355a062df2f8f86d6f8c0
| Author: hudson 
| Date:   Fri Feb 2 19:20:39 2018 +0100
| 
|     * libraries 2888970...7df8dd5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8c576e7416404ac465859d560dec4809d9153270
| Author: Willi Braun 
| Date:   Fri Feb 2 12:42:42 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 70d5639...17ce08d (1):
|       > [DAEmode] Varios fixes including complex equations
|     
|     * testsuite 9775fb9...dad2e98 (1):
|       > update DAEMode test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 707aed5117ebbde20f1021536e9fa59162bd797a
| Author: Per Östlund 
| Date:   Fri Feb 2 12:28:17 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0f8a7d1...70d5639 (1):
|       > [NF] Deduce dimensions from the start attribute.
|     
|     * testsuite 9d6ed55...9775fb9 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 72a56b320f36ec50c83ae3cf5d676133d8b4da18
| Author: niklwors 
| Date:   Fri Feb 2 09:27:09 2018 +0100
| 
|     * OMCompiler c97c5bb...0f8a7d1 (1):
|       > added assert for sqrt function calls
| 
| M	OMCompiler
| 
* commit 1acff60bba0fbbfb33586ac5369ee97b6e1c3d18
| Author: Per Östlund 
| Date:   Thu Feb 1 22:56:52 2018 +0100
| 
|     * OMCompiler 91ae007...c97c5bb (1):
|       > [NF] Various fixes.
| 
| M	OMCompiler
| 
* commit 8f9a37d50134365a245a7cb48c8928ba162294e1
| Author: hudson 
| Date:   Thu Feb 1 21:53:56 2018 +0100
| 
|     * libraries 1179de2...2888970 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e9d2853ce50c1c438dd4c0f8c6c292f3223a6743
| Author: Rüdiger Franke 
| Date:   Thu Feb 1 21:24:58 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3395121...91ae007 (2):
|       > Clean up after building Cpp FMU (the sources are saved inside the FMU)
|       > Store source files in Cpp FMU
|     
|     * testsuite 336fb47...9d6ed55 (1):
|       > Expected result (make clean in CevalScriptBackend.buildModelFMU)
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6148f2be522ec8622465e7a6a342f2aeab39c867
| Author: Adrian Pop 
| Date:   Thu Feb 1 18:16:37 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 047c5a8...3395121 (1):
|       > ticket:4674: add new api to retrieve instantiated parameters
|     
|     * testsuite 61c89af...336fb47 (1):
|       > add tests tickets:4674
| 
| M	OMCompiler
| M	testsuite
| 
* commit 534d8300cf4544ecd45be791bbc363063c1ddc06
| Author: Martin Sjölund 
| Date:   Thu Feb 1 17:18:15 2018 +0100
| 
|     * OMCompiler c51b595...047c5a8 (1):
|       > Handle ceval of asub using enum literals
| 
| M	OMCompiler
| 
* commit 2db3d02efb3675b5bc1cc7919444c491b800ad27
| Author: Willi Braun 
| Date:   Thu Feb 1 16:55:05 2018 +0100
| 
|     * OMCompiler ddd8677...c51b595 (1):
|       > [Backend] improve residual creation for complex equations
| 
| M	OMCompiler
| 
* commit abd8a5b04d75917f59ae1edffbbf56c24265b5c5
| Author: Per Östlund 
| Date:   Thu Feb 1 16:40:35 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d8c8c30...ddd8677 (1):
|       > [NF] Don't use polymorphic builtin functions.
|     
|     * testsuite 87c4710...61c89af (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6688fe874af8206fce4f662f2bc450e19d4afc8b
| Author: Adrian Pop 
| Date:   Thu Feb 1 14:16:42 2018 +0100
| 
|     * OMCompiler 02a553b...d8c8c30 (1):
|       > use the default makefile name in windows
| 
| M	OMCompiler
| 
* commit c0bb11560aa8a754a5f4e5fbb7615aa18ab073cb
| Author: hudson 
| Date:   Thu Feb 1 12:12:15 2018 +0100
| 
|     Updating submodules
|     * OMEdit 4eb7a19...0d8b4b0 (2):
|       > Minor fixes to the way threadData is passed around.
|       > propagate threadData from main.cpp
|     
|     * OMNotebook 860a012...9f05bfe (1):
|       > propagate threadData from main.cpp
|     
|     * OMShell eeba7bb...f476a5d (1):
|       > propagate threadData from main.cpp
| 
| M	OMEdit
| M	OMNotebook
| M	OMShell
| 
* commit 0c902d08e3b9fc15b1bceeb11d4234f451e9261f
| Author: Adeel Asghar 
| Date:   Thu Feb 1 11:50:37 2018 +0100
| 
|     * OMCompiler ef25927...02a553b (1):
|       > move symbolTable back to local roots
| 
| M	OMCompiler
| 
* commit 6dca6220d6ca1f8d7692668503e92bf6df25b7f9
| Author: Willi Braun 
| Date:   Thu Feb 1 09:53:59 2018 +0100
| 
|     * OMCompiler bcc4086...ef25927 (1):
|       > added DAEMode module
| 
| M	OMCompiler
| 
* commit 14c9605a1b297578a6d57c44f04b85f3a4d1dbae
| Author: Martin Sjölund 
| Date:   Thu Feb 1 09:39:28 2018 +0100
| 
|     * OMCompiler 27ab275...bcc4086 (1):
|       > Allow `size()` on non-crefs at runtime
| 
| M	OMCompiler
| 
* commit 2dcafe85cae225fd2217ef8c9f747f760a24bf93
| Author: Martin Sjölund 
| Date:   Thu Feb 1 09:16:01 2018 +0100
| 
|     * OMCompiler f8d52b9...27ab275 (1):
|       > Bugfix for URI lookup in class
| 
| M	OMCompiler
| 
* commit 1d3302918cbb5408c8e69b7aeb201a6f31e90fa8
| Author: Martin Sjölund 
| Date:   Thu Feb 1 08:56:07 2018 +0100
| 
|     * OMCompiler 38212aa...f8d52b9 (1):
|       > Clean patches with make clean
| 
| M	OMCompiler
| 
* commit 94d1d27ee73bbf5250693f0eded4b4e0854b9824
| Author: Martin Sjölund 
| Date:   Thu Feb 1 07:54:22 2018 +0100
| 
|     * OMCompiler 8b177b9...38212aa (1):
|       > Fix memory corruption in ZeroMQ init
| 
| M	OMCompiler
| 
* commit e469eea43593b63859b549e269eaa86c97795f83
| Author: Per Östlund 
| Date:   Wed Jan 31 20:49:13 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a7e6f7f...8b177b9 (1):
|       > [NF] Improve operator handling.
|     
|     * testsuite 432c831...87c4710 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c7e2d6bdb90b86ecbef02cfa08eca306006ab05d
| Author: hudson 
| Date:   Wed Jan 31 19:21:14 2018 +0100
| 
|     * libraries 04ec1a2...1179de2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ef5c58dde2eb77f52f25ae65dcd558531a9a35b0
| Author: Adrian Pop 
| Date:   Wed Jan 31 16:20:36 2018 +0100
| 
|     * OMCompiler 82f103f...a7e6f7f (1):
|       > move symboltable from threadData vars to global ones this will fix OMEdit crash on startup on Windows
| 
| M	OMCompiler
| 
* commit 7fc5c82eb4c422662e3cb94db5fcd8a5fabfe2b2
| Author: Martin Sjölund 
| Date:   Wed Jan 31 07:33:39 2018 +0100
| 
|     * OMCompiler 9c4635f...82f103f (1):
|       > Don't print error-message about missing impact
| 
| M	OMCompiler
| 
* commit e5febc40a50e5e18f704731986e51f8d30a6d501
| Author: Adrian Pop 
| Date:   Tue Jan 30 19:38:31 2018 +0100
| 
|     * OMCompiler ac51afc...9c4635f (1):
|       > fix copy of the files and cmake search directories
| 
| M	OMCompiler
| 
* commit eb92988537b5e9390fcf760da52ff3f7a813fe24
| Author: hudson 
| Date:   Tue Jan 30 19:21:53 2018 +0100
| 
|     * libraries 89d4155...04ec1a2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6d16174b388f25b3ce34b44445e5623621bd3e7d
| Author: adrpo 
| Date:   Tue Jan 30 16:53:36 2018 +0100
| 
|     * OMCompiler 51ed436...ac51afc (1):
|       > fix Windows and Linux builds of omcCAPI
| 
| M	OMCompiler
| 
* commit 26b29ea8c52e99b43b795ebc6560aa2626dcd27b
| Author: ptaeuber 
| Date:   Tue Jan 30 14:52:11 2018 +0100
| 
|     * OMCompiler 8e5affa...51ed436 (1):
|       > Fix nls flag order
| 
| M	OMCompiler
| 
* commit 5beb033bfe6b622030eb32c662031efeb191d5d6
| Author: Martin Sjölund 
| Date:   Tue Jan 30 14:30:19 2018 +0100
| 
|     * OMCompiler a7e840a...8e5affa (1):
|       > Fix wrong pointer type
| 
| M	OMCompiler
| 
* commit 5154986fdf02f1377e5287b96de9cea8b4757be1
| Author: Lennart Ochel 
| Date:   Tue Jan 30 13:45:34 2018 +0100
| 
|     * OMCompiler a2e245d...a7e840a (1):
|       > Fix array allocation
| 
| M	OMCompiler
| 
* commit 5c2e9430717c240f4536bd816b69cdcb857cb600
| Author: Adrian Pop 
| Date:   Tue Jan 30 13:16:21 2018 +0100
| 
|     * OMCompiler 5cb3f41...a2e245d (1):
|       > fix windows build add omcCAPI build on Linux as well (commented out for now as there are some issues)
| 
| M	OMCompiler
| 
* commit f0db0b0ed55ab510ffbe83e462670bfc39195a3e
| Author: hkiel 
| Date:   Tue Jan 30 12:18:02 2018 +0100
| 
|     * OMNotebook ab34299...860a012 (1):
|       > remove evalthread class from compilation as it is not used extend command list by frequently used expressions update help texts in command list possibly fix bug freezing cells
| 
| M	OMNotebook
| 
* commit e2dccc06eed80a152cb015182ea37b2c98d6e36d
| Author: Martin Sjölund 
| Date:   Tue Jan 30 10:41:09 2018 +0100
| 
|     * OMCompiler 782245f...5cb3f41 (1):
|       > Make matchcontinue inputs volatile
| 
| M	OMCompiler
| 
* commit 3464a10e76e6d23b79d5b1876f8ba220275835df
| Author: Martin Sjölund 
| Date:   Tue Jan 30 08:59:10 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e2c5189...782245f (1):
|       > Update the Qt API
|     
|     * OMEdit bfd3af3...4eb7a19 (1):
|       > Updates for new Main.mo interface
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 709628c23d9b0a91dc0ef6ac428eac8245bbb195
| Author: Martin Sjölund 
| Date:   Tue Jan 30 08:44:09 2018 +0100
| 
|     Updating submodules
|     * OMNotebook 58c7969...ab34299 (1):
|       > Update for new Main.mo interface
|     
|     * OMShell e1ab402...eeba7bb (2):
|       > Symboltable shouldn't be in the class
|       > Updates for the new Main.mo interface
| 
| M	OMNotebook
| M	OMShell
| 
* commit ae5c5474aafc4db819a2b40700708bf956fce3c2
| Author: Martin Sjölund 
| Date:   Tue Jan 30 08:14:55 2018 +0100
| 
|     * OMCompiler 5296b68...e2c5189 (1):
|       > Move initialization of symboltable
| 
| M	OMCompiler
| 
* commit b3032d1352d6fc38f30651720fc7fb35873d047b
| Author: Martin Sjölund 
| Date:   Tue Jan 30 07:45:47 2018 +0100
| 
|     * OMCompiler af0968b...5296b68 (1):
|       > Handle the correct command in CORBA
| 
| M	OMCompiler
| 
* commit b5204b71cd4c4b51e899e3d40e24493e2d3846cb
| Author: hudson 
| Date:   Mon Jan 29 19:23:27 2018 +0100
| 
|     * libraries a548d68...89d4155 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ede28cbf6b768f49b97229f039d52aa86c8cb6c0
| Author: Adrian Pop 
| Date:   Mon Jan 29 17:57:11 2018 +0100
| 
|     * OMCompiler 177b914...af0968b (1):
|       > fix windows build
| 
| M	OMCompiler
| 
* commit c4742ca4206b216409c9875e28ca5463e89534e7
| Author: Martin Sjölund 
| Date:   Mon Jan 29 13:58:25 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fbbbe20...177b914 (1):
|       > Do not elaborate using scripting functions in models
|     
|     * testsuite 9bbc242...432c831 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7182fabd85847ffd15aea9010d1f8485b4f84258
| Author: Martin Sjölund 
| Date:   Mon Jan 29 12:59:30 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 75770db...fbbbe20 (1):
|       > Evaluate uriToFilename in the script environment
|     
|     * testsuite 4efe142...9bbc242 (1):
|       > uriToFilename returns empty on fail in mos-script
| 
| M	OMCompiler
| M	testsuite
| 
* commit c337e6847391bf74d313b59e97129847df04b087
| Author: Martin Sjölund 
| Date:   Mon Jan 29 12:18:30 2018 +0100
| 
|     * OMCompiler 95af275...75770db (1):
|       > Change examples to new uriToFilename
| 
| M	OMCompiler
| 
* commit 2c8ad903ad7814cc5b9f75497d6d287433f0c3b9
| Author: Martin Sjölund 
| Date:   Mon Jan 29 11:02:53 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 105aad9...95af275 (6):
|       > [FMI2] Handle the jump buffers better
|       > [FMI2] Copy resources into the FMU
|       > Check for undeclared functions
|       > Move win32/mingw32 realpath to simulation runtime
|       > Generate fewer templates during bootstrapping
|       > Redesign SymbolTable handling
|     
|     * testsuite 86c0c27...4efe142 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3625865935c2481fc7810a387917a73a98a45ac8
| Author: hudson 
| Date:   Sun Jan 28 19:21:14 2018 +0100
| 
|     * libraries dbab2c1...a548d68 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6118edabb43d72a0ee33f0e46a5578fa7db97b58
| Author: hudson 
| Date:   Sat Jan 27 07:50:26 2018 +0100
| 
|     * libraries 6fadbba...dbab2c1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 424b20e554678e71e6c31777fdc6b5938c99659c
| Author: Per Östlund 
| Date:   Thu Jan 25 16:59:47 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler eb49dd7...105aad9 (1):
|       > [NF] Fix return type of smooth.
|     
|     * testsuite 5637847...86c0c27 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5fd1f4fb90dfc8b5d885a22dd2caa0d07b089a10
| Author: Per Östlund 
| Date:   Thu Jan 25 15:46:10 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c28b630...eb49dd7 (1):
|       > [NF] Propagate comments to the DAE.
|     
|     * testsuite 5ab0f64...5637847 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 28e7b219a35453167adc20243d4c955375924f37
| Author: hkiel 
| Date:   Wed Jan 24 21:24:45 2018 +0100
| 
|     * OMCompiler c5ca0a5...c28b630 (1):
|       > removed wrong translations
| 
| M	OMCompiler
| 
* commit 42cfda6a65b4438332d6b240c5c0258970ee11aa
| Author: hkiel 
| Date:   Wed Jan 24 15:56:56 2018 +0100
| 
|     * OMNotebook 914a7dc...58c7969 (1):
|       > re-activate clickable error-links clean up indentation state machine
| 
| M	OMNotebook
| 
* commit 4980c529a85ecc0ec3e4ae67db9e239e94c5daf5
| Author: Per Östlund 
| Date:   Tue Jan 23 15:31:10 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler dbda08c...c5ca0a5 (1):
|       > [NF] Various fixes.
|     
|     * testsuite 81db93b...5ab0f64 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7233eedb2a757a18e60c2a5081df385596c14394
| Author: Per Östlund 
| Date:   Tue Jan 23 13:11:20 2018 +0100
| 
|     * OMCompiler 59944ec...dbda08c (1):
|       > Make saveTotalModel more accurate when using NF.
| 
| M	OMCompiler
| 
* commit d19994dc35f18dbc44cf4215a41655ab31e19fda
| Author: Per Östlund 
| Date:   Mon Jan 22 15:43:28 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 59e722e...59944ec (1):
|       > [NF] Fix scoping of imported components.
|     
|     * testsuite 131a16b...81db93b (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f2edd704dde4cf48baa1c2ff1fc5fb2508270f6f
| Author: Martin Sjölund 
| Date:   Mon Jan 22 10:51:01 2018 +0100
| 
|     * testsuite 627e124...131a16b (1):
|       > Add testcase for ticket:4718
| 
| M	testsuite
| 
* commit cfa4e98a255cfe672107b8022b68ebee37a08cf0
| Author: Adeel Asghar 
| Date:   Mon Jan 22 10:18:39 2018 +0100
| 
|     * OMEdit 4e15c16...bfd3af3 (1):
|       > Shortcut to load MSL
| 
| M	OMEdit
| 
* commit cebf1d6c5abfaa7942063e96f97a5248a4809d37
| Author: Martin Sjölund 
| Date:   Mon Jan 22 09:48:24 2018 +0100
| 
|     * OMCompiler 587cac2...59e722e (1):
|       > Evaluate parameters with non-literal bindings
| 
| M	OMCompiler
| 
* commit 8680534c01a57c1b09e488d46bcb0092a62826d9
| Author: hudson 
| Date:   Thu Jan 18 19:21:55 2018 +0100
| 
|     * libraries 953db13...6fadbba (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ae06665680356f0a26ff58dfdb4de997c6d335f8
| Author: niklwors 
| Date:   Thu Jan 18 14:04:43 2018 +0100
| 
|     * OMCompiler b1a437a...587cac2 (2):
|       > fix for division by zero in cpp runtime
|       > fix for asserts during event iteration
| 
| M	OMCompiler
| 
* commit 089542bcaf33d2325bcc9a64353bd927b9a8889b
| Author: hkiel 
| Date:   Thu Jan 18 13:34:42 2018 +0100
| 
|     * OMNotebook 4a5e0fc...914a7dc (1):
|       > improve auto indentation remove debugging output
| 
| M	OMNotebook
| 
* commit 1d7ff3edfbfa68bcc1c233981092a23298c228d4
| Author: hkiel 
| Date:   Thu Jan 18 11:22:52 2018 +0100
| 
|     * OMNotebook 5650618...4a5e0fc (1):
|       > fix Ticket:4704 accept click on input cell after clicking output cell allow to open empty notebooks apply style to output cells
| 
| M	OMNotebook
| 
* commit 39b22276023c5a0a7da4e35936a7c539b81d190a
| Author: hudson 
| Date:   Wed Jan 17 19:20:46 2018 +0100
| 
|     * libraries a4a7461...953db13 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 483d909fe4847bd3489bc4f497c8c4dec70fbb52
| Author: niklwors 
| Date:   Wed Jan 17 16:50:03 2018 +0100
| 
|     * OMCompiler 96f7d96...b1a437a (1):
|       > fix for save pre varibales in cpp runtime
| 
| M	OMCompiler
| 
* commit b64e14eb58d6a17f84da99c0ae95090de94ef96a
| Author: Per Östlund 
| Date:   Wed Jan 17 15:44:26 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2716d58...96f7d96 (1):
|       > [NF] Typing improvements.
|     
|     * testsuite c265dda...627e124 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 587d18b113e5c5a0eabed8ce9aa2ece7cf8e61c6
| Author: Adeel Asghar 
| Date:   Tue Jan 16 21:49:21 2018 +0100
| 
|     * OMEdit 99e87fe...4e15c16 (1):
|       > ticket:4651 Remove the extra "=" that appear in case of equation modification.
| 
| M	OMEdit
| 
* commit 65bb8b3faf9ce9d3f725d0f3b1d2297be4db466d
| Author: hudson 
| Date:   Tue Jan 16 19:20:47 2018 +0100
| 
|     * libraries f2bcd6a...a4a7461 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit af817861287b6553119b0761b0140fd1c966db47
| Author: ptaeuber 
| Date:   Tue Jan 16 14:44:09 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 991cbcb...2716d58 (1):
|       > Fix lambda position in non-torn homotopy components
|     
|     * testsuite 6c37512...c265dda (1):
|       > Correct output of homotopy example
| 
| M	OMCompiler
| M	testsuite
| 
* commit 22592f524c35e5309017b63a4c321f6493264088
| Author: hudson 
| Date:   Mon Jan 15 19:20:36 2018 +0100
| 
|     * libraries abb6735...f2bcd6a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3e951ac79cefdb6c4ec5d0a949b68a9d881ea19c
| Author: Adeel Asghar 
| Date:   Mon Jan 15 15:58:19 2018 +0100
| 
|     * OMEdit e46cb6b...99e87fe (1):
|       > ticket: Add equation or algorithm keyword to new classes.
| 
| M	OMEdit
| 
* commit fc7beecde5ced0b8d9924f4e5f75e70b2ba2ecf1
| Author: Martin Sjölund 
| Date:   Mon Jan 15 14:50:36 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler bb2c1ba...991cbcb (1):
|       > Support importFMU for me_cs FMUs
|     
|     * testsuite d345640...6c37512 (1):
|       > Test me_cs import
| 
| M	OMCompiler
| M	testsuite
| 
* commit 930f20f6ae8a73fcab534b52461d37b54d4285b5
| Author: hudson 
| Date:   Sat Jan 13 22:58:01 2018 +0100
| 
|     * libraries fcb6670...abb6735 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e9507089e94dbf158cb773f2a1385da9eb2477ed
| Author: hudson 
| Date:   Sat Jan 13 18:21:24 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ce6c93b...bb2c1ba (1):
|       > fix a typo
|     
|     * OMEdit ad8112d...e46cb6b (2):
|       > ticket:4697 Don't add = when modifier value start with ( and contains =.
|       > ticket:4708 Delete the intermediate compilation files after the simulation is finished.
|     
|     * OMNotebook f1ce9e9...5650618 (1):
|       > added menu items for cell evaluation only evaluate input cells, when evaluating all cells add an action to evaluate all LaTeX cells updated translations
|     
|     * libraries c57ecb4...fcb6670 (4):
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite c09764a...d345640 (1):
|       > update tests due to libs changes
| 
| M	OMCompiler
| M	OMEdit
| M	OMNotebook
| M	libraries
| M	testsuite
| 
* commit 3c6962a3fb6612d3e78a50857cb763d917bd7a08
| Author: Per Östlund 
| Date:   Fri Jan 12 18:06:48 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4df4938...ce6c93b (1):
|       > [NF] Ceval/Simplify fixes.
|     
|     * testsuite 6d6e41b...c09764a (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2c70711733d7f9df32914b19195160d1368446c3
| Author: Per Östlund 
| Date:   Fri Jan 12 17:42:28 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c077711...4df4938 (1):
|       > [NF] Handle derived class bindings better.
|     
|     * testsuite eb0d38c...6d6e41b (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit eab7074916c3b07d0e6ca96099256469952cf67e
| Author: Martin Sjölund 
| Date:   Fri Jan 12 14:22:17 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e46b837...c077711 (1):
|       > Keep loaded libraries after buildModel failure
|     
|     * testsuite 25e1a3a...eb0d38c (1):
|       > Update for improved handling of loading libraries
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3c145cffdd649e1fe95cf187ab3ca749a0a50deb
| Author: Martin Sjölund 
| Date:   Fri Jan 12 13:51:43 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 92c6383...e46b837 (1):
|       > Propagate unit checking to the DAE
|     
|     * testsuite 0844b0d...25e1a3a (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2a529105679d24c56ccb9453c7459cc069436d9f
| Author: Bernhard Thiele 
| Date:   Fri Jan 12 11:49:41 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cb8de49...92c6383 (1):
|       > Fixes Ticket:4618
|     
|     * testsuite 7a63969...0844b0d (1):
|       > Test for Ticket:4618
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4f872b04018b77ea0eb8ad2cffd1101cce0698d2
| Author: Per Östlund 
| Date:   Thu Jan 11 14:32:40 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f7a2136...cb8de49 (1):
|       > [NF] Improved handling of array modifiers.
|     
|     * testsuite ebc1288...7a63969 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 70201a1a97a7e3150ebbe3aa68d541a0057c151a
| Author: hkiel 
| Date:   Thu Jan 11 12:15:53 2018 +0100
| 
|     * OMCompiler cbe247e...f7a2136 (1):
|       > [CodegenC] do not check for zero increment if it is constant +1 or -1
| 
| M	OMCompiler
| 
* commit a84727fc1ffdd870ca5f648c1de4f92d5496ad6a
| Author: Martin Sjölund 
| Date:   Thu Jan 11 09:05:49 2018 +0100
| 
|     * OMCompiler fe5c35d...cbe247e (1):
|       > Handle indexed assignment of string arrays
| 
| M	OMCompiler
| 
* commit ce9b1cfa0359491b88c80465db77cf8d74fc4891
| Author: Martin Sjölund 
| Date:   Wed Jan 10 13:17:41 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5c05ef6...fe5c35d (2):
|       > Fix generation of FMI 1.0 import
|       > Support for fixed=false for strings
|     
|     * testsuite b7d5ab6...ebc1288 (2):
|       > Expected output
|       > Add testcase with fixed=false strings
| 
| M	OMCompiler
| M	testsuite
| 
* commit 47871fb58c4804cfd9b986b0568dce938e95c311
| Author: Martin Sjölund 
| Date:   Wed Jan 10 07:32:57 2018 +0100
| 
|     * libraries a54db25...c57ecb4 (1):
|       > Make PV 1.1.1 provide PV X.X.X
| 
| M	libraries
| 
* commit 3849710d1cd5e5625bc071fce1223cdf34228c01
| Author: Martin Sjölund 
| Date:   Tue Jan 9 11:08:03 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f16fbfd...5c05ef6 (4):
|       > Move comments after doing the diff algorithm
|       > Fix typo causing duplicate elements to appear
|       > Do not remove added lines that don't match label
|       > Update debugging code
|     
|     * testsuite 1117eb9...b7d5ab6 (1):
|       > Add test for ticket:4368
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1e94fd53104b5ad2d42cc6d0fe770ace00fecba1
| Author: Adeel Asghar 
| Date:   Mon Jan 8 12:05:45 2018 +0100
| 
|     * OMEdit 42ccd82...ad8112d (1):
|       > Added a shortcut to show the search browser.
| 
| M	OMEdit
| 
* commit 7f89f7463e61c06190debfe81f4fc0127895039f
| Author: Adeel Asghar 
| Date:   Mon Jan 8 11:41:16 2018 +0100
| 
|     * OMEdit 661e8b0...42ccd82 (1):
|       > Start the search when return is pressed.
| 
| M	OMEdit
| 
* commit 779a7c24fbcabc1b06dd6330cb99e2a61f6c3fc8
| Author: Adeel Asghar 
| Date:   Mon Jan 8 11:25:34 2018 +0100
| 
|     * OMEdit b4fcb3a...661e8b0 (1):
|       > Updated the Search Browser layout.
| 
| M	OMEdit
| 
* commit f55aad3a23f7db8526ce60f6a5bab7370bf2789a
| Author: Adeel Asghar 
| Date:   Sun Jan 7 20:37:23 2018 +0100
| 
|     * OMEdit 3c6df07...b4fcb3a (1):
|       > Use QMap begin instead of firstKey. Minor indentation fixes.
| 
| M	OMEdit
| 
* commit 9277d20c430bb27b7eb09711d1b5f639b92c354c
| Author: Adeel Asghar 
| Date:   Sun Jan 7 02:37:51 2018 +0100
| 
|     * OMEdit 36c0c9e...3c6df07 (1):
|       > QtConcurrent header introduced in Qt 5.
| 
| M	OMEdit
| 
* commit 0db81cfc87b5cdaf13d31756813b11587ca9b101
| Author: hudson 
| Date:   Sat Jan 6 16:22:19 2018 +0100
| 
|     * OMEdit bd7b85c...36c0c9e (4):
|       > Try to fix Qt 4 builds.
|       > Hide the Search Browser on startup.
|       > Fixes for Search functionality
|       > Add Search functionality
| 
| M	OMEdit
| 
* commit bf73bacaee300d16f009c0b6a315d07f36c8ad47
| Author: hudson 
| Date:   Fri Jan 5 19:20:46 2018 +0100
| 
|     * libraries 8c24faa...a54db25 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b84aee1b294807cb52c3614ba620b7749d9c9fd9
| Author: Martin Sjölund 
| Date:   Fri Jan 5 12:08:07 2018 +0100
| 
|     * OMCompiler 67acb2d...f16fbfd (1):
|       > Fix copy-paste error
| 
| M	OMCompiler
| 
* commit f82edc6176ac892a971b5b8f1ffd37d7fa7f942c
| Author: Martin Sjölund 
| Date:   Fri Jan 5 10:37:17 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 25d84d4...67acb2d (3):
|       > The attributes of a pre-var is the same as the var
|       > Add Jacobian variables to the simvar lookup
|       > Handle alias variables in Susan
|     
|     * testsuite d264941...1117eb9 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b92501da3923eb9511719536d1060bbb537fc2e9
| Author: hkiel 
| Date:   Thu Jan 4 21:24:42 2018 +0100
| 
|     * OMNotebook e5206ef...f1ce9e9 (1):
|       > apply stylesheet to input cells again
| 
| M	OMNotebook
| 
* commit 3b08c8d4117458f2e0f64f5ae02a8343bfe6ad77
| Author: hudson 
| Date:   Thu Jan 4 19:21:29 2018 +0100
| 
|     * libraries 1e87d3c...8c24faa (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d0bea0c952983433742d1669fe33f55275c1c4a7
| Author: Martin Sjölund 
| Date:   Thu Jan 4 13:43:00 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler bd8571d...25d84d4 (1):
|       > Fix pretty-printing of negative real literals
|     
|     * testsuite 7b5879e...d264941 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a99d7af15c0f83b9e3c599e26bea1e12151294e7
| Author: Martin Sjölund 
| Date:   Thu Jan 4 12:57:56 2018 +0100
| 
|     * OMCompiler ee6b27b...bd8571d (1):
|       > Look for external libraries in /usr
| 
| M	OMCompiler
| 
* commit 3cd757bb97b352b0ba812c388660c38ef3a6a6ea
| Author: Martin Sjölund 
| Date:   Thu Jan 4 11:11:57 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d1104ce...ee6b27b (1):
|       > Let the CSE look into if-conditions
|     
|     * testsuite 9f8b954...7b5879e (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 48d34f9b3a4d2be4fa874298fd67df75fc9d4cdb
| Author: Martin Sjölund 
| Date:   Thu Jan 4 08:06:45 2018 +0100
| 
|     * OMCompiler 5aac106...d1104ce (1):
|       > Handle record indexing better
| 
| M	OMCompiler
| 
* commit 318471a08c24e0b76d8d94f0bc044f0a82e97ea7
| Author: hudson 
| Date:   Wed Jan 3 19:21:02 2018 +0100
| 
|     * libraries 4543100...1e87d3c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3e3438cc0dd8c03717e097d68b99262dfea81e31
| Author: Martin Sjölund 
| Date:   Wed Jan 3 15:25:43 2018 +0100
| 
|     * OMCompiler 775a336...5aac106 (1):
|       > loadFile(".../package.mo") ignores MODELICAPATH
| 
| M	OMCompiler
| 
* commit 27f355166fb5a6f8e51ad9786d66383c6bd69f5e
| Author: Martin Sjölund 
| Date:   Wed Jan 3 13:27:09 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler eca7e56...775a336 (1):
|       > Do not evaluate the residuals if xloc is inf or NaN
|     
|     * testsuite 9210aa9...9f8b954 (1):
|       > Reduce output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8de43de3cb29993b06ce35ad951f09073ba98c8e
| Author: hudson 
| Date:   Wed Jan 3 09:26:25 2018 +0100
| 
|     * libraries ab3a1f4...4543100 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c537445d49f667b1703de7d47ab7e8402545600f
| Author: Martin Sjölund 
| Date:   Wed Jan 3 09:01:55 2018 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 70f05e5...eca7e56 (5):
|       > Warnings for aliases during codegen
|       > Add differentiation of DAE.RSUB
|       > Fix for DAE.RSUB with Expression.factorsWork
|       > Handle inline where inputs are record fun-calls
|       > Add support for inline of some if-statements
|     
|     * testsuite 5f1fe9f...9210aa9 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 50702abc5f86cd9ee65a2f7e8c5a5710386a6c3b
| Author: hudson 
| Date:   Tue Jan 2 19:21:13 2018 +0100
| 
|     * libraries 3ef4339...ab3a1f4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f11ca609d75621257dd22386f035fe985191c025
| Author: hudson 
| Date:   Sun Dec 31 19:21:13 2017 +0100
| 
|     * libraries 18dedc8...3ef4339 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c4b573f6be47b8edb096ede99fb1649385fd98ed
| Author: Adeel Asghar 
| Date:   Sun Dec 31 00:49:03 2017 +0100
| 
|     * OMEdit be0cedd...bd7b85c (1):
|       > Check the size of list before accessing the index.
| 
| M	OMEdit
| 
* commit 9c5283af5f493d9b6529ed5084747bdfd5989fb0
| Author: hudson 
| Date:   Sat Dec 30 19:21:10 2017 +0100
| 
|     * libraries fad4803...18dedc8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ddc51eb1859d663c652425990a9953fefe4d260f
| Author: Adeel Asghar 
| Date:   Sat Dec 23 17:26:13 2017 +0100
| 
|     * OMEdit 4b1305c...be0cedd (1):
|       > Read the omeditoutput and omediterror files when getMessagesStringInternal is called
| 
| M	OMEdit
| 
* commit b5bab49f3f286dc85bc1ea4c6d85b514e3950992
| Author: hudson 
| Date:   Fri Dec 22 19:19:35 2017 +0100
| 
|     * libraries cea0845...fad4803 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e2af5c74275e3328ce61d6b88be4d7ceda3c8dc4
| Author: Lennart Ochel 
| Date:   Fri Dec 22 12:13:24 2017 +0100
| 
|     * OMCompiler aee683c...70f05e5 (1):
|       > Define vrStates iff states are available
| 
| M	OMCompiler
| 
* commit 3e90c0079598a5c6de831b64d782db0347f5967c
| Author: Adeel Asghar 
| Date:   Fri Dec 22 10:29:56 2017 +0100
| 
|     * OMEdit a63f2df...4b1305c (1):
|       > Use non cosmetic pens For Libraries Browser and shapes inside component when thickness is greater than 2
| 
| M	OMEdit
| 
* commit 623259ec8652032de6e2e611daa529c13bcc0762
| Author: hudson 
| Date:   Thu Dec 21 19:21:02 2017 +0100
| 
|     * libraries b7adbdf...cea0845 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ca9e61fd5c5f0b36e727393f97d3aeb06d9c1d26
| Author: ptaeuber 
| Date:   Thu Dec 21 16:51:37 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 7366c32...aee683c (1):
|       > Improve adaptive homotopy
|     
|     * testsuite c513fa3...5f1fe9f (1):
|       > Add adaptive homotopy tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 07be0f0809dd307d81192b89b5dfde44b5c9a0a8
| Author: hkiel 
| Date:   Thu Dec 21 14:00:16 2017 +0100
| 
|     * OMCompiler 1a07660...7366c32 (1):
|       > do not recreate objects
| 
| M	OMCompiler
| 
* commit d7ae826ae4ceb3a6ca84a27aa5d3da48d4b8815d
| Author: Adeel Asghar 
| Date:   Thu Dec 21 12:06:29 2017 +0100
| 
|     * OMEdit 8e2f487...a63f2df (1):
|       > ticket:4694 Only check the Access annotation of the containing class.
| 
| M	OMEdit
| 
* commit 4d36a0777b21fa47b29e7ffb873b47d7f8e16f42
| Author: Adeel Asghar 
| Date:   Wed Dec 20 21:38:19 2017 +0100
| 
|     * OMEdit 32af475...8e2f487 (1):
|       > Check the LibraryTreeItem type before showing the documentation.
| 
| M	OMEdit
| 
* commit 994c4afa2bb1115bf9f72059e60d357dc0d91c87
| Author: hudson 
| Date:   Wed Dec 20 19:20:17 2017 +0100
| 
|     * libraries 3539636...b7adbdf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b0b353ca27b77fb47f9e892fae191501aaca3b16
| Author: Adeel Asghar 
| Date:   Wed Dec 20 15:51:29 2017 +0100
| 
|     * OMEdit 1712744...32af475 (1):
|       > ticket:3912 preserve the formatting when duplicating class.
| 
| M	OMEdit
| 
* commit 940376fe8a1a193fef2f07da275ff82e1984334a
| Author: Per Östlund 
| Date:   Wed Dec 20 15:20:50 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 481bef0...1a07660 (1):
|       > [NF] Ceval fixes.
|     
|     * testsuite 8225904...c513fa3 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit da5a25c724c388d84e49c890ad6fbea4a50efecb
| Author: ptaeuber 
| Date:   Wed Dec 20 13:35:55 2017 +0100
| 
|     * OMCompiler 6bc981e...481bef0 (1):
|       > Look for homotopy in the whole system
| 
| M	OMCompiler
| 
* commit e513f19a883850abdc258b1f9b7b568a43093ca4
| Author: Per Östlund 
| Date:   Wed Dec 20 12:12:11 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b91fa8f...6bc981e (1):
|       > [NF] Ceval for builtin functions and other fixes.
|     
|     * testsuite f06dd11...8225904 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d371f63a8baf6dfe24bbba0cf49e1501a7ffc403
| Author: Martin Sjölund 
| Date:   Wed Dec 20 09:53:24 2017 +0100
| 
|     * doc afdc59e...58737ab (1):
|       > Add EOOLT'2017 paper
| 
| M	doc
| 
* commit e197735a141574039ddefbbcb9e104d755698042
| Author: hudson 
| Date:   Tue Dec 19 19:25:46 2017 +0100
| 
|     * libraries bba6e22...3539636 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit eb9e335a02fa667b5e24ea1f0d6ea51e9739800c
| Author: Adeel Asghar 
| Date:   Tue Dec 19 16:27:50 2017 +0100
| 
|     * OMEdit 19775ba...1712744 (1):
|       > ticket:4687 Check for the null pointer. Use the QPlainTextEdit undo redo for independent editors like check/instantiate model.
| 
| M	OMEdit
| 
* commit af41c5869aee6fbbf6d15b7980e0ff3a899e6a42
| Author: hkiel 
| Date:   Tue Dec 19 07:26:35 2017 +0100
| 
|     * OMCompiler 926d8af...b91fa8f (1):
|       > avoid recursions
| 
| M	OMCompiler
| 
* commit d7b1cefb93355dcb8340b28840840a965e109597
| Author: Adeel Asghar 
| Date:   Tue Dec 19 03:31:40 2017 +0100
| 
|     * OMEdit ce5afa2...19775ba (1):
|       > Save the old annotation in case of key press event.
| 
| M	OMEdit
| 
* commit b7a94c7a83c6312fb53971ac581fd7dbcb67ace9
| Author: hudson 
| Date:   Mon Dec 18 19:19:04 2017 +0100
| 
|     * libraries 366aede...bba6e22 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3465262e19aa7f324f24460df1a55d029fcf878c
| Author: Adeel Asghar 
| Date:   Mon Dec 18 14:54:06 2017 +0100
| 
|     * OMEdit 569a00a...ce5afa2 (1):
|       > Connect to the finished signal before posting the data.
| 
| M	OMEdit
| 
* commit 45beab8b7e34c56416d5bc4fec3e71ccc8087b9c
| Author: Adeel Asghar 
| Date:   Mon Dec 18 13:01:51 2017 +0100
| 
|     * OMEdit 6399334...569a00a (1):
|       > Generate the fmu files in the folder.
| 
| M	OMEdit
| 
* commit 30759903d18a92498ad31a0944f8d2ae0e50a134
| Author: hudson 
| Date:   Sun Dec 17 19:19:29 2017 +0100
| 
|     * libraries 71aed58...366aede (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c54d13ae776f7219bd7b6e9b43d62110db2ec42c
| Author: hudson 
| Date:   Sat Dec 16 19:20:06 2017 +0100
| 
|     * libraries 7db3981...71aed58 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6ab39ed7f20f713b254ca52fb93404bc209b9ad2
| Author: hkiel 
| Date:   Sat Dec 16 12:02:38 2017 +0100
| 
|     * OMCompiler 55a1b63...926d8af (1):
|       > avoid excessive longjmp (matchcontinue) avoid recursion (stack overflow) when processing lists
| 
| M	OMCompiler
| 
* commit e5dfc0c0eba70cb49dd4183174f4f6c1e7fde5ed
| Author: Willi Braun 
| Date:   Fri Dec 15 16:14:42 2017 +0100
| 
|     * OMCompiler 64d4bf1...55a1b63 (1):
|       > fixing scaling of the ida solver
| 
| M	OMCompiler
| 
* commit dbe14dd06ab656df902537e7966856839b5999cc
| Author: Martin Sjölund 
| Date:   Fri Dec 15 07:19:16 2017 +0100
| 
|     * OMCompiler 62af4e6...64d4bf1 (1):
|       > [NF] Use Error.assertion() instead of assert()
| 
| M	OMCompiler
| 
* commit ade7cbdf78fc8b5ad6a770e45b25b235330b3095
| Author: hudson 
| Date:   Thu Dec 14 19:20:24 2017 +0100
| 
|     * libraries c8d5259...7db3981 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 148c63f178939c278a55c1d35fa943cb6a16760f
| Author: niklwors 
| Date:   Thu Dec 14 11:45:09 2017 +0100
| 
|     * OMCompiler e44d430...62af4e6 (1):
|       > fix for Ubuntu Clang build error in Peer solver
| 
| M	OMCompiler
| 
* commit 7bc4702ed0171e24ffe8f6dedabe8655c52655d3
| Author: niklwors 
| Date:   Wed Dec 13 17:26:55 2017 +0100
| 
|     * OMCompiler d71fe29...e44d430 (1):
|       > fix for linux gcc 4.4 build error
| 
| M	OMCompiler
| 
* commit c7744cf30f022c462c49fa149e870f687c08e32d
| Author: vwaurich 
| Date:   Wed Dec 13 16:35:29 2017 +0100
| 
|     * OMEdit 691dfe4...6399334 (1):
|       > fix for visual xml filename
| 
| M	OMEdit
| 
* commit 8c5c66c59badbf45edc63bd8572009be38a206cf
| Author: Per Östlund 
| Date:   Wed Dec 13 16:09:45 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f37e029...d71fe29 (1):
|       > [NF] Fix external object calls.
|     
|     * testsuite e322106...f06dd11 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bb326b73dd654453b37c9f86566278c6d419d798
| Author: Adeel Asghar 
| Date:   Wed Dec 13 15:27:34 2017 +0100
| 
|     * OMEdit d748191...691dfe4 (1):
|       > Save the duplicate class in a different file for folder structure. Fixes ticket:4350, 4557 & 4594.
| 
| M	OMEdit
| 
* commit 585e415d164c3700c573a0cef506ba13593e3fdf
| Author: vwaurich 
| Date:   Wed Dec 13 14:54:56 2017 +0100
| 
|     * testsuite eb3b858...e322106 (1):
|       > add test for index reduction and cse
| 
| M	testsuite
| 
* commit 959cb54ad12cb876572744d7ad4e34e575a6e50d
| Author: hudson 
| Date:   Wed Dec 13 14:09:35 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b528b72...f37e029 (1):
|       > extend cse3 to find state alias
|     
|     * testsuite 4ddc693...eb3b858 (1):
|       > udpate tests for cse3 extension
| 
| M	OMCompiler
| M	testsuite
| 
* commit e1e6c0b96e4c8e8435b82ec77c41fc44e4459d6d
| Author: niklwors 
| Date:   Wed Dec 13 12:43:14 2017 +0100
| 
|     * OMCompiler fb52840...b528b72 (1):
|       > Fatemeh Davoudi implementation of the symbolic model reduction algorithm For detailed description see http://www.ep.liu.se/ecp/043/090/ecp09430136.pdf The algorithm is implemented in the cpp runtime in Core/ReduceDAE At the moment for the ranking method the residuen ranking is implement in class Core/ReduceDAE/Ranking.cpp The reduction mehtods cancel terms, linearize terms and substitute terms are implemented in class Core/ReduceDAE/Reduction.cpp The label algorithms for cancel terms, linearize terms and substitute terms are implemented in OMCompiler/Compiler/SimCode/ReduceDAE.mo The method can be used with: setCommandLineOptions("+simCodeTarget=Cpp --labeledReduction --disableExtraLabeling -d=writeToBuffer"); loadFile("your model file"); simulate(yourmodel);
| 
| M	OMCompiler
| 
* commit 2cea4d4048963c76ffd24de4a47cb28ff3394707
| Author: Adeel Asghar 
| Date:   Wed Dec 13 11:14:30 2017 +0100
| 
|     * OMEdit c200584...d748191 (1):
|       > Fixes ticket:4672 & 4673. Do not skip the drawing of inherited classes.
| 
| M	OMEdit
| 
* commit e2c36431ba22acefd5c42cac195c538f771c122b
| Author: hudson 
| Date:   Wed Dec 13 10:06:01 2017 +0100
| 
|     * libraries f4dcf99...c8d5259 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ff918324b0292cdbef859d0b571c67e6ba5b36d6
| Author: Martin Sjölund 
| Date:   Wed Dec 13 09:49:50 2017 +0100
| 
|     * libraries 50e617a...f4dcf99 (1):
|       > There is no PhysioLibrary 2.3.2
| 
| M	libraries
| 
* commit 2e5c9f9fd53554bf11d6a1d0e57172554f37db98
| Author: Martin Sjölund 
| Date:   Wed Dec 13 09:33:26 2017 +0100
| 
|     * libraries e673f9d...50e617a (1):
|       > Update uses
| 
| M	libraries
| 
* commit 200f1025d68ff20e3ae4056af6539cc7e73c85cf
| Author: Martin Sjölund 
| Date:   Wed Dec 13 09:10:08 2017 +0100
| 
|     * OMCompiler d1a57b2...fb52840 (2):
|       > Fix for elabBuiltinSize of zero-size arrays
|       > Some work-arounds for Ceval of zero-size arrays
| 
| M	OMCompiler
| 
* commit fbff170aa75f72056f1ba6232dac53ee9b0d76b6
| Author: hudson 
| Date:   Mon Dec 11 19:20:11 2017 +0100
| 
|     * libraries bd433e0...e673f9d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ebcf31c60b6270d4b9864c3e1a77b792063f88b9
| Author: Per Östlund 
| Date:   Mon Dec 11 11:54:01 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler dad39fb...d1a57b2 (1):
|       > [NF] Fix handling of duplicate outer elements.
|     
|     * testsuite cac9f2e...4ddc693 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ec01a1567c3af54411fdaa7b37ccd17d3470f11d
| Author: Per Östlund 
| Date:   Mon Dec 11 11:38:25 2017 +0100
| 
|     * OMCompiler eeb9148...dad39fb (1):
|       > [NF] Fix undefined behaviour due to #4502.
| 
| M	OMCompiler
| 
* commit 48e093104b6ad981bf85750e7a80508b4192a194
| Author: hudson 
| Date:   Sun Dec 10 19:20:14 2017 +0100
| 
|     * libraries 51f6fda...bd433e0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5cbe59d2850a4ac2da5d2316e447cbf7c9ce0cd7
| Author: Per Östlund 
| Date:   Fri Dec 8 22:20:36 2017 +0100
| 
|     * OMCompiler aa363fe...eeb9148 (1):
|       > [NF] Function expressions also count as discrete.
| 
| M	OMCompiler
| 
* commit b9c919f2cab9748fa5baabacdb91db15baf35eab
| Author: Per Östlund 
| Date:   Fri Dec 8 20:19:49 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 117eefb...aa363fe (1):
|       > [NF] Minor fixes.
|     
|     * testsuite 851acf4...cac9f2e (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c75555e3decee75d46b1bae790407ebf62ecc1a2
| Author: hudson 
| Date:   Fri Dec 8 19:20:04 2017 +0100
| 
|     * libraries 8444b16...51f6fda (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b0bb7d86d385f83a97e99d50994d3ff03d379648
| Author: Per Östlund 
| Date:   Fri Dec 8 18:50:51 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5cea0b5...117eefb (1):
|       > [NF] Variability fixes and other improvements.
|     
|     * testsuite 2c449d2...851acf4 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 37fc93a26d758af03c5069db8e5eb8a4df91fadb
| Author: hudson 
| Date:   Thu Dec 7 19:21:34 2017 +0100
| 
|     * libraries aba7827...8444b16 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 24f9ea8be004096e53a6a0fc1d3bd3a5676845c2
| Author: ptaeuber 
| Date:   Thu Dec 7 18:48:51 2017 +0100
| 
|     * OMCompiler cf618db...5cea0b5 (1):
|       > Fix solving of array equations
| 
| M	OMCompiler
| 
* commit a0d258b302909bbea9cd3eb2e1e878d7448896d5
| Author: Adeel Asghar 
| Date:   Thu Dec 7 12:17:13 2017 +0100
| 
|     * OMEdit 3cffa67...c200584 (1):
|       > Check for PlotWindow instance. Fixes a null pointer crash.
| 
| M	OMEdit
| 
* commit db86081342133b29c1f63310d4bae974bb2bc503
| Author: Adeel Asghar 
| Date:   Thu Dec 7 12:01:02 2017 +0100
| 
|     * OMEdit 33fb188...3cffa67 (1):
|       > Load the ModelWidget before accessing it. Fixes a null pointer crash.
| 
| M	OMEdit
| 
* commit aff3112f01c01f3201f382320cf2463bdb8aeab4
| Author: hudson 
| Date:   Wed Dec 6 19:20:47 2017 +0100
| 
|     * libraries 6014be3...aba7827 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 420719b9740f70f5b7e54e46248ae7ce5abfdf27
| Author: Per Östlund 
| Date:   Wed Dec 6 13:47:59 2017 +0100
| 
|     * OMCompiler 71f4da2...cf618db (1):
|       > Fix setCommandLineOptions with -d=newInst.
| 
| M	OMCompiler
| 
* commit 85aa869bfa98e06326c3abcb788563f58e4204a5
| Author: hudson 
| Date:   Tue Dec 5 19:21:27 2017 +0100
| 
|     * libraries 7f7f6dd...6014be3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 46f0308ca010dbf81f702fb9207ee05b23b58147
| Author: Per Östlund 
| Date:   Tue Dec 5 12:48:06 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5148fef...71f4da2 (1):
|       > Fix setCommandLineOptions.
|     
|     * testsuite 5cf184a...2c449d2 (1):
|       > Update FlagParsing test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 485e9ef24f68f9f0270a3d9d274d896cc63985d4
| Author: hudson 
| Date:   Mon Dec 4 19:21:25 2017 +0100
| 
|     * libraries 074ec9e...7f7f6dd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 52c543b4fea3ac6214125d3ea724319e1b202c4e
| Author: Adeel Asghar 
| Date:   Mon Dec 4 15:49:37 2017 +0100
| 
|     * OMEdit 93d2d76...33fb188 (1):
|       > ticket:4652 Make sure we don't skip the builtin types.
| 
| M	OMEdit
| 
* commit 939f98f349d7fab2fde22e7f44a23d04bc85f4d9
| Author: Adeel Asghar 
| Date:   Mon Dec 4 13:30:12 2017 +0100
| 
|     * OMEdit cbb329b...93d2d76 (1):
|       > Enable/disable the duplicate menu item based on Access.packageDuplicate annotation.
| 
| M	OMEdit
| 
* commit 2d1d3b508bc34ed529f66922bd8d3dce1bc60737
| Author: Per Östlund 
| Date:   Mon Dec 4 11:58:34 2017 +0100
| 
|     * OMCompiler 4d02b90...5148fef (1):
|       > [NF] Fix NFTypeCheck.matchDimensions segfault.
| 
| M	OMCompiler
| 
* commit 9451dc1cb6a1c5480b8e47bdd949eddf36ea182c
| Author: Per Östlund 
| Date:   Mon Dec 4 10:49:49 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0e14e98...4d02b90 (1):
|       > [NF] Function handling improvements.
|     
|     * testsuite e2f94fe...5cf184a (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 438925566be40c23fd2e7c0e5ed34917e39323ca
| Author: hudson 
| Date:   Sun Dec 3 19:20:39 2017 +0100
| 
|     * libraries 3405130...074ec9e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 982fd8f357ee63667f2f05dae8f7f4c4ffc81c50
| Author: Adrian Pop 
| Date:   Sat Dec 2 04:01:16 2017 +0100
| 
|     * OMCompiler e8f130f...0e14e98 (1):
|       > [NF] handle discrete variability better - if the type of component is discrete return discrete if   is lower variability than the explicit component variability - handle discrete builtin calls (String, Integer, pre, edge, change)
| 
| M	OMCompiler
| 
* commit 1242d124a5458357d1957432b789a181866facf7
| Author: hudson 
| Date:   Fri Dec 1 19:20:13 2017 +0100
| 
|     * libraries 6d4ca24...3405130 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 44835a67c15ec079b56c70e11b89b2775744b754
| Author: Adeel Asghar 
| Date:   Fri Dec 1 15:51:17 2017 +0100
| 
|     * OMEdit af64b7e...cbb329b (1):
|       > Handle the Access.nonPackageDuplicate && Access.packageText annotations.
| 
| M	OMEdit
| 
* commit 857569b6bc950a303d6937db4f9a4198e6e48c33
| Author: Adeel Asghar 
| Date:   Fri Dec 1 14:11:56 2017 +0100
| 
|     * OMEdit 039313f...af64b7e (1):
|       > Handle Access.nonPackageText annotation.
| 
| M	OMEdit
| 
* commit dc0c2eb53c44c33d9bfe0a56b6d384fd21cb6e48
| Author: Adeel Asghar 
| Date:   Fri Dec 1 12:17:22 2017 +0100
| 
|     * OMEdit c72eace...039313f (1):
|       > Hide the text view for Access.diagram
| 
| M	OMEdit
| 
* commit 878d12974cc46c7cfe1870b27c3ea264d9bf9af3
| Author: Adeel Asghar 
| Date:   Fri Dec 1 12:01:13 2017 +0100
| 
|     * OMEdit 13fa5ac...c72eace (1):
|       > [WIP] Disable the diagram and text view for Access.icon and Access.documentation
| 
| M	OMEdit
| 
* commit 78432a0154e9552432d6f0bc63ef41e7b6d4beeb
| Author: hudson 
| Date:   Thu Nov 30 19:34:51 2017 +0100
| 
|     * libraries 24f8bdd...6d4ca24 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 939ca8f28c2a5a6f8def5358ba70df685241721a
| Author: Adeel Asghar 
| Date:   Thu Nov 30 19:18:38 2017 +0100
| 
|     * OMEdit 4670866...13fa5ac (1):
|       > [WIP] Show/hide the class documentation based on Access.documentation
| 
| M	OMEdit
| 
* commit 3eb5dcf8e84718a9df310effe1b4014af5742fa0
| Author: hkiel 
| Date:   Thu Nov 30 14:13:04 2017 +0100
| 
|     * OMCompiler 83ffab2...e8f130f (1):
|       > remove redundant simplification rule recognized by commutative call
| 
| M	OMCompiler
| 
* commit fe3edfceb59f84e056a84224c012a59e26fe39f9
| Author: Adeel Asghar 
| Date:   Thu Nov 30 13:01:57 2017 +0100
| 
|     * OMEdit 00b9632...4670866 (1):
|       > [WIP] Handle Access.icon and partially Access.diagram
| 
| M	OMEdit
| 
* commit 9aca8954bd8cc4deaa2b0a7bc3dd27ac897d9a64
| Author: Adeel Asghar 
| Date:   Thu Nov 30 11:33:23 2017 +0100
| 
|     * OMEdit 88f8ef6...00b9632 (1):
|       > Close the ModelWidget for Access.hide annotation
| 
| M	OMEdit
| 
* commit 8d45b88637e6d558fab638ee26fff4c91be6bb56
| Author: hudson 
| Date:   Wed Nov 29 19:21:59 2017 +0100
| 
|     * libraries b7b7559...24f8bdd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 44a0ea3c7d28b9ced83db8640c5f8a6305e69ec8
| Author: Adeel Asghar 
| Date:   Wed Nov 29 17:58:20 2017 +0100
| 
|     * OMEdit a62a900...88f8ef6 (1):
|       > [WIP] Read the Access annotation. If the value is Access.hide then don't show the class in Libraries Browser.
| 
| M	OMEdit
| 
* commit 8856dec5d61bccce8d40c025b7e07f33ada90d53
| Author: Per Östlund 
| Date:   Wed Nov 29 17:07:43 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 12d1ede...83ffab2 (1):
|       > [NF] Fix some variability issues.
|     
|     * testsuite 4e49f31...e2f94fe (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2926f5a1350bab0ed46f17c3b6f5dc0dc85f7473
| Author: Per Östlund 
| Date:   Wed Nov 29 16:11:33 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b9cba5b...12d1ede (1):
|       > NFInst improvements.
|     
|     * testsuite 2be51e2...4e49f31 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6e7816f0849070f7579b1d9a29195b1eec603146
| Author: hudson 
| Date:   Wed Nov 29 15:39:56 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a0c7ddf...b9cba5b (1):
|       > removeEdgesToDiscreteEquations for MSSS
|     
|     * testsuite f49e143...2be51e2 (1):
|       > update test for IR fix
| 
| M	OMCompiler
| M	testsuite
| 
* commit 82710c3c58ae0cb28d28ca1868e51a3ed7b02f21
| Author: Per Östlund 
| Date:   Wed Nov 29 14:43:43 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c73638c...a0c7ddf (1):
|       > Added --ignoreReplaceable flag.
|     
|     * testsuite 40c6cc0...f49e143 (1):
|       > Added test for --ignoreReplaceable.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 89b6a52f4e55447847b111523a484f6fc83b1203
| Author: niklwors 
| Date:   Wed Nov 29 10:37:18 2017 +0100
| 
|     * OMCompiler b636b01...c73638c (1):
|       > fixed divsion by zero if zero crossing was detected and before event handling started
| 
| M	OMCompiler
| 
* commit 84614da13c3387901c8647e7f8ba703198790d88
| Author: Volker Waurich 
| Date:   Wed Nov 29 10:21:48 2017 +0100
| 
|     * OMCompiler 3e982aa...b636b01 (1):
|       > fix bipartiteGraphML generation for algorithms
| 
| M	OMCompiler
| 
* commit ef70a831bb232d3b5214b63a365bf65192f207ec
| Author: hudson 
| Date:   Wed Nov 29 04:29:22 2017 +0100
| 
|     * libraries 1210086...b7b7559 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d204b129e37de99587bd71a5269a63c3e0c18c61
| Author: Per Östlund 
| Date:   Tue Nov 28 22:23:47 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9085666...3e982aa (1):
|       > [NF] Fix check of size() as external argument.
|     
|     * testsuite 7befa22...40c6cc0 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 12f4f651ed72cac7e0b4920a3886c3a09bc7ec30
| Author: Per Östlund 
| Date:   Tue Nov 28 16:16:50 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d653ea8...9085666 (1):
|       > NFInst improvements.
|     
|     * testsuite 62a5fe8...7befa22 (1):
|       > Updated nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2b73c30a9224906117d8ced490aa60ecee5735a1
| Author: Mahder Gebremedhin 
| Date:   Tue Nov 28 15:52:53 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler da629b0...d653ea8 (1):
|       > NFInst builtin function handling.
|     
|     * testsuite b674956...62a5fe8 (1):
|       > Part of NFInst builtin function handling.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d1b9bf2410137d237ec85aeb0dbfc820863b9b63
| Author: hudson 
| Date:   Mon Nov 27 19:19:45 2017 +0100
| 
|     * libraries 5a04e02...1210086 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d5a599249f428c635edfd568938049880f8a906c
| Author: Adeel Asghar 
| Date:   Mon Nov 27 15:09:33 2017 +0100
| 
|     * OMEdit 0f350e6...a62a900 (1):
|       > Update the editors preview on the settings page.
| 
| M	OMEdit
| 
* commit d55cc8e8d4d72ec32305a44a03aa8837d22c61a9
| Author: Volker Waurich 
| Date:   Mon Nov 27 09:12:59 2017 +0100
| 
|     * OMCompiler d76e9c2...da629b0 (1):
|       > moved simplification rule to simplifyBinaryCommutativeWork
| 
| M	OMCompiler
| 
* commit cb1b51364203bef81298a8b995060a2704c556b1
| Author: hudson 
| Date:   Fri Nov 24 19:19:46 2017 +0100
| 
|     * libraries 650fc67...5a04e02 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 07cb14b9ccfe31a10de56a3d15b3633a9d053a4a
| Author: hkiel 
| Date:   Fri Nov 24 12:11:32 2017 +0100
| 
|     * OMCompiler 0e8a738...d76e9c2 (1):
|       > use heap sort for ascending integer sort
| 
| M	OMCompiler
| 
* commit 292afc44c41d883ea8b54b765f124367d9713cbf
| Author: hkiel 
| Date:   Fri Nov 24 11:12:43 2017 +0100
| 
|     * OMCompiler 6dc1882...0e8a738 (3):
|       > fix reheap when sorting the array
|       > use Array.heapSort to reduce memory usage for large models
|       > implemented heap sort for arrays
| 
| M	OMCompiler
| 
* commit 868e3c0efbe7d37ea6a2e42f67bf9d5c65387611
| Author: hudson 
| Date:   Thu Nov 23 19:21:22 2017 +0100
| 
|     * libraries 233b5a5...650fc67 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 23acdbc4beec17d4e722aac8728eb7cf4a122bb1
| Author: hudson 
| Date:   Wed Nov 22 19:21:02 2017 +0100
| 
|     * libraries b296ee5...233b5a5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a38d52ad3f1308171d17620a3d9777a7258ae7ed
| Author: Adeel Asghar 
| Date:   Wed Nov 22 15:00:21 2017 +0100
| 
|     * OMEdit 9892584...0f350e6 (1):
|       > Get rid of QFileInfo constructed with empty file name warnings.
| 
| M	OMEdit
| 
* commit 77e893c25574b153b3cd471898786d8563742079
| Author: Per Östlund 
| Date:   Wed Nov 22 14:28:55 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d9b2126...6dc1882 (1):
|       > [NF] Replace package constants by default.
|     
|     * testsuite b22d273...b674956 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 724c87ca27cfc985e56d56532abdfbf9ee587627
| Author: niklwors 
| Date:   Wed Nov 22 14:13:24 2017 +0100
| 
|     * OMCompiler 814b4ae...d9b2126 (1):
|       > fix for linker error in ModelicaExtrenalC for cpp runtime
| 
| M	OMCompiler
| 
* commit d57e4ddf7cf4172edc04ffc6f452d49bc587e9f8
| Author: ptaeuber 
| Date:   Wed Nov 22 13:16:19 2017 +0100
| 
|     * OMCompiler ea246de...814b4ae (1):
|       > Calculate numerical jacobian for adaptive homotopy correctly
| 
| M	OMCompiler
| 
* commit f24486cfdd588d0ef35d075f484772f25e9cf561
| Author: Adeel Asghar 
| Date:   Wed Nov 22 12:57:25 2017 +0100
| 
|     * OMEdit 85c8ee9...9892584 (1):
|       > Check for NULL pointer
| 
| M	OMEdit
| 
* commit 75d01b76a80ab23d14f5fd08bb6f3ce353e5f8fc
| Author: hudson 
| Date:   Tue Nov 21 19:20:08 2017 +0100
| 
|     * libraries 6526c96...b296ee5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 12e3d631aaa3d5a7d3b7787e125b8113111f29f8
| Author: Per Östlund 
| Date:   Tue Nov 21 19:04:29 2017 +0100
| 
|     * OMCompiler df577f2...ea246de (1):
|       > NFInst fixes.
| 
| M	OMCompiler
| 
* commit 2f35c69c9f8012eca30d27c9c82e106022d2f876
| Author: hkiel 
| Date:   Tue Nov 21 17:26:50 2017 +0100
| 
|     * OMCompiler 8e9ee91...df577f2 (1):
|       > fix copy/paste bug introduced in 1fd2008cf5
| 
| M	OMCompiler
| 
* commit 0f03838c47943cfd9ad8b1ecaad4370a6c413a13
| Author: Per Östlund 
| Date:   Tue Nov 21 16:22:26 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0790acf...8e9ee91 (1):
|       > [NF] Better handling of stateSelect.
|     
|     * testsuite ae561c4...b22d273 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ca88acbd46171d1c1a428159b00c825acbaab3dc
| Author: Per Östlund 
| Date:   Tue Nov 21 15:25:57 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9ec3abd...0790acf (1):
|       > NFInst improvements.
|     
|     * testsuite c46903b...ae561c4 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ec708a8761f968d8448809f292dc933a552dace3
| Author: ptaeuber 
| Date:   Tue Nov 21 10:44:53 2017 +0100
| 
|     * OMCompiler 5730246...9ec3abd (1):
|       > Add flag to start running the homotopy path ...
| 
| M	OMCompiler
| 
* commit d485b2668bcb6183e85ec75597b8f0b5fba46b35
| Author: Rüdiger Franke 
| Date:   Tue Nov 21 09:19:19 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d4ea7ac...5730246 (3):
|       > Skip displayUnit in FMI2 export because FMI2XML fails for e.g. bar
|       > Generate units in FMI 2 modelDescription.xml, ticket:4649
|       > Only consider Real variables for fmi2GetDirectionalDerivative
|     
|     * testsuite fdc9fe1...c46903b (1):
|       > Expected result with unit in FMI2 modelDescription.xml
| 
| M	OMCompiler
| M	testsuite
| 
* commit 11a65a1e58c823f4d7d55e5e1c215290d9d4a21b
| Author: hudson 
| Date:   Mon Nov 20 19:19:38 2017 +0100
| 
|     * libraries 3873ad6...6526c96 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8f57b5ee6dc68a097b11d68ee122aad087cdf874
| Author: ptaeuber 
| Date:   Mon Nov 20 16:49:02 2017 +0100
| 
|     * OMCompiler 34369f3...d4ea7ac (1):
|       > Solve lambda0-system separately ...
| 
| M	OMCompiler
| 
* commit 79611309f68434cf3cf4ad79becef36ee924be15
| Author: Per Östlund 
| Date:   Mon Nov 20 16:09:24 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3548b47...34369f3 (1):
|       > [NF] Handle recursive functions.
|     
|     * testsuite 05946cb...fdc9fe1 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9d1aa18775dea5ff7028fca849b20713c70aceb5
| Author: Per Östlund 
| Date:   Mon Nov 20 15:01:55 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler add36ff...3548b47 (1):
|       > NFInst fix.
|     
|     * testsuite 5fcc409...05946cb (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c4dd6cfcd535f7b0a17bf43da0aa5eccd71add84
| Author: hudson 
| Date:   Sun Nov 19 19:19:17 2017 +0100
| 
|     * libraries b7a7e2f...3873ad6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8189c52499870b5f11d390419af7455d5b7abc82
| Author: hkiel 
| Date:   Sun Nov 19 10:19:31 2017 +0100
| 
|     * OMCompiler ce3522c...add36ff (1):
|       > do simplification of "a and not a" to false only for boolean type same for "a or not a" to true
| 
| M	OMCompiler
| 
* commit 4898dabf46288ac27c5185db3298220da740d0ff
| Author: hkiel 
| Date:   Sun Nov 19 08:48:41 2017 +0100
| 
|     * OMCompiler 6f71dc5...ce3522c (1):
|       > workaround for PNLib in PNlib the LBINARY expression "{} and not {}" must be handled and should not be simplified to "false" by ExpressionSimplify.simplifyLBinary
| 
| M	OMCompiler
| 
* commit 72c79e99525860c275855af166b98ece5efb14f9
| Author: hudson 
| Date:   Sat Nov 18 19:19:50 2017 +0100
| 
|     * libraries 8f78505...b7a7e2f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5c1f9f25f269020b9538a9f1c6ca4b07cb812d0a
| Author: Rüdiger Franke 
| Date:   Fri Nov 17 20:27:05 2017 +0100
| 
|     * OMCompiler 6ee2458...6f71dc5 (2):
|       > Dummy commit to (hopefully) get around Hudson bugs
|       > Treat removed Jacobian var defines in daeExpCrefRhsArrayBox
| 
| M	OMCompiler
| 
* commit 10536d1d8a862bc5a79caf3d10e58c26e532fe56
| Author: hkiel 
| Date:   Fri Nov 17 19:37:00 2017 +0100
| 
|     * OMCompiler 37ec0ba...6ee2458 (1):
|       > fix "a or not a" and "a and not a" simplifications optimize some simplify rules reuse existing structures
| 
| M	OMCompiler
| 
* commit ca5c7b0cd017a7bda29d0ca69586db9e60ef141f
| Author: hudson 
| Date:   Fri Nov 17 19:20:36 2017 +0100
| 
|     * libraries 0ccdba7...8f78505 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cae0ca2933c01ac2607777a53402f382279f8666
| Author: hkiel 
| Date:   Fri Nov 17 10:10:24 2017 +0100
| 
|     * OMCompiler 0cd3268...37ec0ba (1):
|       > [CodeGenC] skip cases independent of passing guard
| 
| M	OMCompiler
| 
* commit be64fb61bf6f59a3f6ace01d47ed8a94e8304332
| Author: hudson 
| Date:   Thu Nov 16 19:21:20 2017 +0100
| 
|     * libraries d305047...0ccdba7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9b8d10c3f6b0053eb7e080193bd699bfafd1a0fd
| Author: hkiel 
| Date:   Thu Nov 16 15:46:05 2017 +0100
| 
|     * OMCompiler 16e800b...0cd3268 (1):
|       > use list comprehension instead of recursion
| 
| M	OMCompiler
| 
* commit e4456f4cad9d5db7c6de241634cfa184f0b527ca
| Author: Per Östlund 
| Date:   Thu Nov 16 15:30:15 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2fe6fb8...16e800b (1):
|       > NFInst improvements.
|     
|     * testsuite ca68c35...5fcc409 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ea85f12120a6e66e0b8bbaea1479e690cd9ecfcb
| Author: Per Östlund 
| Date:   Thu Nov 16 14:58:44 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6136400...2fe6fb8 (1):
|       > [NF] Improved handling of function parameter dims.
|     
|     * testsuite 763095f...ca68c35 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0bf19eaa20f58afb41daf7ee2ed0a1052f79406b
| Author: Volker Waurich 
| Date:   Thu Nov 16 14:12:28 2017 +0100
| 
|     * OMCompiler 02355eb...6136400 (1):
|       > modified description of comsubexp
| 
| M	OMCompiler
| 
* commit 892c38bfa1ce3d404da318842f5648239626aee3
| Author: hkiel 
| Date:   Thu Nov 16 13:57:00 2017 +0100
| 
|     * OMCompiler a6ecff6...02355eb (1):
|       > use loop instead of recursive matchcontinue in BaseHashSet.get2
| 
| M	OMCompiler
| 
* commit e9d975fc09aa238bb369eda2a29e069f675ed0cd
| Author: Volker Waurich 
| Date:   Thu Nov 16 13:00:16 2017 +0100
| 
|     * OMCompiler 197ec7a...a6ecff6 (1):
|       > fix external object alias in initial equations
| 
| M	OMCompiler
| 
* commit 7b376d7d94c931f756251cadaec69b31f482487a
| Author: hkiel 
| Date:   Thu Nov 16 12:14:35 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1fd2008...197ec7a (1):
|       > fix cosh^2(x)-sinh^2(x)=1 in ExpressionSimplify.simplifyBinary also remove asin(sin(x))=x and atan(tan(x))=x from simplifyCall
|     
|     * testsuite 4d95b57...763095f (1):
|       > fix test cosh^2(x)-sinh^2(x)=1 disabled sin(asin(time))=time test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5f5af43f4db489929c651c54883bb6a1cdd92c20
| Author: Volker Waurich 
| Date:   Thu Nov 16 09:50:46 2017 +0100
| 
|     * OMCompiler a4417ed...1fd2008 (1):
|       > simpify r1+r2+cr ->r3+cr
| 
| M	OMCompiler
| 
* commit 54cd883f87f44a78f4c8275bb8e5b3d0aa2d454f
| Author: hudson 
| Date:   Wed Nov 15 19:21:06 2017 +0100
| 
|     * libraries 0559335...d305047 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ecf057d484e89ef6bf8bd82fc923a47a7e2949b6
| Author: Per Östlund 
| Date:   Wed Nov 15 16:21:59 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 517bf93...a4417ed (1):
|       > NFInst improvements.
|     
|     * testsuite 2bdb8a0...4d95b57 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3953ee08019b1a445f12f7fff7d44c64e4b9f567
| Author: niklwors 
| Date:   Wed Nov 15 14:22:41 2017 +0100
| 
|     * OMCompiler 3e4eb94...517bf93 (1):
|       > fix for typo in cpp tempalte
| 
| M	OMCompiler
| 
* commit 40738dca0f2274a56fa41e84684b6581e674dc58
| Author: ptaeuber 
| Date:   Wed Nov 15 13:47:35 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0a33707...3e4eb94 (1):
|       > Better flag handling for different homotopy approaches
|     
|     * testsuite d6d471e...2bdb8a0 (1):
|       > Use new homotopy flags
| 
| M	OMCompiler
| M	testsuite
| 
* commit e07a68a32f2aa04ad099e0411dc804fb5d861f69
| Author: Martin Sjölund 
| Date:   Wed Nov 15 12:15:47 2017 +0100
| 
|     * OMCompiler b873818...0a33707 (1):
|       > Handle vectorization of matrix slightly better
| 
| M	OMCompiler
| 
* commit cf8b5df54d7f087b188687bb9f74c85e118a049f
| Author: Martin Sjölund 
| Date:   Wed Nov 15 09:20:41 2017 +0100
| 
|     * OMCompiler 5e28f3c...b873818 (1):
|       > Partially type-check for min,max,smooth
| 
| M	OMCompiler
| 
* commit 0751f4678f95e1fb74c611287a5dd74b60c292d8
| Author: hudson 
| Date:   Tue Nov 14 19:21:42 2017 +0100
| 
|     * libraries fb90e2f...0559335 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4913f469f0cd3f87bafcb3952453aab8c37ad46d
| Author: Martin Sjölund 
| Date:   Tue Nov 14 17:41:42 2017 +0100
| 
|     * doc 941a9db...afdc59e (1):
|       > Use ZMQ for building the documentation
| 
| M	doc
| 
* commit 21d68378e681b41a6d0debd669beeccb3a6917cd
| Author: Per Östlund 
| Date:   Tue Nov 14 16:07:44 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 7c50cbc...5e28f3c (1):
|       > NFInst improvements.
|     
|     * testsuite 55a26a3...d6d471e (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7c49cac9793ebae75f90229aec3a887f38de812f
| Author: Martin Sjölund 
| Date:   Tue Nov 14 15:44:25 2017 +0100
| 
|     * doc b22e71f...941a9db (1):
|       > Python3 fixes
| 
| M	doc
| 
* commit 4162db860547f79e849393c151387e16a6d484fa
| Author: Per Östlund 
| Date:   Tue Nov 14 15:11:27 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d55e7e1...7c50cbc (1):
|       > NFInst improvements.
|     
|     * testsuite 58c1aea...55a26a3 (1):
|       > Reactivate BindingArray5 test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8e87306f0453da8254a7c50ad2f4e46bbe774577
| Author: ptaeuber 
| Date:   Tue Nov 14 14:05:11 2017 +0100
| 
|     * OMCompiler e82a713...d55e7e1 (1):
|       > Allow adaptive step size also for local homotopy
| 
| M	OMCompiler
| 
* commit 352fedec463296ed3addbf2f54066b83aa215f20
| Author: Per Östlund 
| Date:   Tue Nov 14 12:52:16 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1a074b0...e82a713 (1):
|       > Propagate component visibility down in NFFlatten.
|     
|     * testsuite 0d7c53d...58c1aea (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5a9eb1cefa80e860f4a860ff740e11833859ff5b
| Author: Martin Sjölund 
| Date:   Tue Nov 14 08:48:41 2017 +0100
| 
|     * OMCompiler d8b46d0...1a074b0 (1):
|       > Avoid using + for options
| 
| M	OMCompiler
| 
* commit 91997cb6a688da1264c8cfcc12f4c53ff4ca22dd
| Author: Martin Sjölund 
| Date:   Tue Nov 14 08:48:41 2017 +0100
| 
|     Add maxMixedDeterminedIndex to dictionary
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#66
|       - OpenModelica/OMCompiler#2012
| 
| M	.openmodelica.aspell
| 
* commit 7ad6d7fadee8432f9a81c6132765b3dbe4193bd7
| Author: hudson 
| Date:   Mon Nov 13 19:21:28 2017 +0100
| 
|     * libraries cdb0bb8...fb90e2f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 399ab1eb5ac7469ab657ccbb234482d404f717df
| Author: Per Östlund 
| Date:   Mon Nov 13 17:36:44 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8fe91b3...d8b46d0 (1):
|       > NFInst fixes.
|     
|     * testsuite 10b2ba1...0d7c53d (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3ed9f172df083f7b343d41556bcb60d1edf7f3d3
| Author: Per Östlund 
| Date:   Mon Nov 13 17:16:03 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 38bf65a...8fe91b3 (1):
|       > Improve detection of invalid each in NFInst.
|     
|     * testsuite 1514b59...10b2ba1 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 46db133475721328e42d8e6b2944e46977852d45
| Author: Martin Sjölund 
| Date:   Mon Nov 13 16:31:30 2017 +0100
| 
|     * OMCompiler c536259...38bf65a (1):
|       > [NF] Type-check pre operator
| 
| M	OMCompiler
| 
* commit f9c0f1e2ae9d613411d7e48ae00109130bc7c070
| Author: Martin Sjölund 
| Date:   Mon Nov 13 15:03:22 2017 +0100
| 
|     * OMCompiler 6376982...c536259 (2):
|       > [NF] Call fail() when failing
|       > [NF] Support default attributes in functions
| 
| M	OMCompiler
| 
* commit 2e086dd38aff11c65d1f5f200f898db5605a3c69
| Author: Per Östlund 
| Date:   Mon Nov 13 13:59:46 2017 +0100
| 
|     * OMCompiler ff1e618...6376982 (1):
|       > Disable unit checking in nfinst.
| 
| M	OMCompiler
| 
* commit 628594157bc9d1cb397e8596f1ede70826cb1dd2
| Author: Per Östlund 
| Date:   Mon Nov 13 12:45:00 2017 +0100
| 
|     * OMCompiler a72f165...ff1e618 (1):
|       > Fix for ticket:4625.
| 
| M	OMCompiler
| 
* commit bff884cdfa30753c72cde8d528c9849e88394d1b
| Author: hudson 
| Date:   Sun Nov 12 19:20:45 2017 +0100
| 
|     * libraries 1b26198...cdb0bb8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2ee68668ea1ded399cf936b5c841d47cf9fabda7
| Author: hudson 
| Date:   Sat Nov 11 19:20:55 2017 +0100
| 
|     * libraries ffc7142...1b26198 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f011bf34aed692dbfbb4a8cf7a41c33207a13af5
| Author: hudson 
| Date:   Fri Nov 10 19:20:52 2017 +0100
| 
|     * libraries 75e9811...ffc7142 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6fd25011ee3679a6af9ce7ff7bb4552e6629ad10
| Author: hkiel 
| Date:   Fri Nov 10 16:08:46 2017 +0100
| 
|     * OMCompiler 978d276...a72f165 (1):
|       > some small optimizations avoid matchcontinue
| 
| M	OMCompiler
| 
* commit 65358d5c5e2dd6f5041d19c9b64657a330ebdb6e
| Author: hkiel 
| Date:   Fri Nov 10 15:07:41 2017 +0100
| 
|     * OMCompiler 679140a...978d276 (1):
|       > avoid recursion and matchcontinue in getSparsePattern reduce memory overhead in ExpressionSimplify.simplifyAdd
| 
| M	OMCompiler
| 
* commit b0255184a4fc8fddfe4d21f9557116c628c38111
| Author: Martin Sjölund 
| Date:   Fri Nov 10 12:28:51 2017 +0100
| 
|     * OMCompiler ea3a1f6...679140a (1):
|       > Remove DAE.SUM in favor of DAE.REDUCTION
| 
| M	OMCompiler
| 
* commit 1ba4894abd7d2a949f044ae78c1275e6a9c3c45a
| Author: hudson 
| Date:   Thu Nov 9 19:21:28 2017 +0100
| 
|     * libraries b27224e...75e9811 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bc16beddd03100f8711c4c2857ef3d2bcfad9bd4
| Author: Per Östlund 
| Date:   Thu Nov 9 14:11:48 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1dfcc60...ea3a1f6 (1):
|       > Builtin attribute type checking for NFInst
|     
|     * testsuite 3852898...1514b59 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 70857cfb32ab024e154046673bfa2eb7cbadbd76
| Author: hkiel 
| Date:   Thu Nov 9 13:27:23 2017 +0100
| 
|     * OMCompiler eaa2e12...1dfcc60 (1):
|       > replace matchcontinue by match
| 
| M	OMCompiler
| 
* commit a450084bba7131ca14a631b50ecde0d781ec7814
| Author: Adeel Asghar 
| Date:   Thu Nov 9 11:19:36 2017 +0100
| 
|     * OMEdit 9e52038...85c8ee9 (1):
|       > Use Utilities::Sleep. Get rid of some order warnings.
| 
| M	OMEdit
| 
* commit b3817f78634cb8011ad00440401ee4e0b28d66e9
| Author: Adeel Asghar 
| Date:   Thu Nov 9 11:03:35 2017 +0100
| 
|     * OMEdit 0e80fa1...9e52038 (1):
|       > ticket:4619 Use QFrame for border instead of paint event
| 
| M	OMEdit
| 
* commit dbe363450b42d7d554f74ed2385a824625985071
| Author: Martin Sjölund 
| Date:   Thu Nov 9 09:44:34 2017 +0100
| 
|     * OMCompiler 332341b...eaa2e12 (1):
|       > [NF] Fix for builtin calls
| 
| M	OMCompiler
| 
* commit 099253403b4897f60bef385d21f39dced41c8c5d
| Author: Martin Sjölund 
| Date:   Thu Nov 9 08:17:20 2017 +0100
| 
|     * OMCompiler 89998d3...332341b (1):
|       > Do not optimize CC for initialAnalyticJacobian
| 
| M	OMCompiler
| 
* commit 86c037b5bbdc9d199406016efedc832149125f65
| Author: hudson 
| Date:   Wed Nov 8 19:21:04 2017 +0100
| 
|     * libraries 038b71e...b27224e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1d991f8eed0f363dbbf6bc37742eea7fad5f2f0a
| Author: Per Östlund 
| Date:   Wed Nov 8 16:39:04 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 7360bc3...89998d3 (1):
|       > Stripping of direction in nfinst.
|     
|     * testsuite ed4f81e...3852898 (1):
|       > Updated nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e875fe6cbb984daddc32d9763bc73898b5cf2289
| Author: ptaeuber 
| Date:   Wed Nov 8 16:19:14 2017 +0100
| 
|     * OMCompiler 9cb312a...7360bc3 (1):
|       > Fix writing of homotopy csv-file for matrix elements
| 
| M	OMCompiler
| 
* commit 054b491041616f2a18de1f080a7ab7e406d050aa
| Author: Per Östlund 
| Date:   Wed Nov 8 16:03:04 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9b63a0e...9cb312a (1):
|       > Fix prefixing of modifiers on inherited elements.
|     
|     * testsuite b031754...ed4f81e (1):
|       > Updated nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 27ea524b2fde34d4a23838b43427a6a1366b95df
| Author: Per Östlund 
| Date:   Wed Nov 8 14:38:21 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2a409cd...9b63a0e (1):
|       > Handle package constants in nfinst.
|     
|     * testsuite b46188a...b031754 (1):
|       > Updated nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c373ba6823541edfc8ea3690dc11609049e0ad47
| Author: Adrian Pop 
| Date:   Wed Nov 8 01:38:48 2017 +0100
| 
|     * testsuite 6700bd2...b46188a (1):
|       > fix text special, Tpl depends on StackOveflow
| 
| M	testsuite
| 
* commit 0e5475e1c0d3d11c2ea9f8d4dcf33730c9ba020d
| Author: hudson 
| Date:   Tue Nov 7 19:23:24 2017 +0100
| 
|     * libraries bb7fab6...038b71e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bcc0b9963a2289a9198685d90a8f0d62218ec109
| Author: Willi Braun 
| Date:   Tue Nov 7 19:01:32 2017 +0100
| 
|     * OMCompiler 725d9de...2a409cd (1):
|       > added first version of ida scaling
| 
| M	OMCompiler
| 
* commit f22180a93e72a6f1986823254bc4051e80a71dcb
| Author: niklwors 
| Date:   Tue Nov 7 18:19:55 2017 +0100
| 
|     * OMCompiler 425073c...725d9de (1):
|       > acitvate 'Allow dividing by all globalKnownVars in initDAE' for cpp runtime
| 
| M	OMCompiler
| 
* commit 8df9a8cfaa82bf2071d1aaf94ee5b112e59568b4
| Author: Willi Braun 
| Date:   Tue Nov 7 17:23:19 2017 +0100
| 
|     * OMCompiler 28e9498...425073c (1):
|       > [FMI] fix sorting of the directional derivatives
| 
| M	OMCompiler
| 
* commit 5b8ae81d1934ff99e2b1a403ac0478e4876cc9b7
| Author: ptaeuber 
| Date:   Tue Nov 7 16:43:16 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cf74482...28e9498 (1):
|       > Always select start value with lowest...
|     
|     * testsuite 748835d...6700bd2 (1):
|       > Add test for conflicting aliases and expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b96f7b548e523484c645e5c9b9ad2f7084a85097
| Author: Per Östlund 
| Date:   Tue Nov 7 15:42:20 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 42bc0b1...cf74482 (1):
|       > Basic handling of component conditions in nfinst.
|     
|     * testsuite 1bb9816...748835d (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f55eb70a61b89525a9b7bd1f9883ca8896d97afd
| Author: Adeel Asghar 
| Date:   Tue Nov 7 15:22:40 2017 +0100
| 
|     * doc 0dd9571...b22e71f (1):
|       > TLM co-simulation was merged with OMSimulator sometime ago
| 
| M	doc
| 
* commit 6bb0784e63a2ec77ee51a405abdbf5cbfaaf5a4e
| Author: Adeel Asghar 
| Date:   Tue Nov 7 14:42:07 2017 +0100
| 
|     * OMEdit 423fd8f...0e80fa1 (2):
|       > ticket:4607 Update the model after generateVerificationScenarios call.
|       > Use the -inputPath and -outputPath simulation flags. Fixes ticket:4583
| 
| M	OMEdit
| 
* commit 8ab1c75987dbd7d7e73b043574b391d8f82e83e5
| Author: Mahder Gebremedhin 
| Date:   Tue Nov 7 14:11:18 2017 +0100
| 
|     * OMCompiler 1e05283...42bc0b1 (1):
|       > NFFrontEnd small fix for array expressions ($array)
| 
| M	OMCompiler
| 
* commit 13edda5ed60e1de6940bc77a0943f5bc20cfd71d
| Author: Per Östlund 
| Date:   Tue Nov 7 13:55:41 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 67d63de...1e05283 (1):
|       > Implement simple branch selection in nfinst.
|     
|     * testsuite 9a9ebb6...1bb9816 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bcfa94c075b3119db6ef4aa3c94bc3b86aed298e
| Author: Per Östlund 
| Date:   Tue Nov 7 13:31:18 2017 +0100
| 
|     * OMCompiler 8ab93d5...67d63de (1):
|       > Clean up NFUnitCheck.foldEquation2 a bit.
| 
| M	OMCompiler
| 
* commit ef44782b4b8242a45341d3f1ef1d1fc127c9be6a
| Author: Per Östlund 
| Date:   Tue Nov 7 12:54:03 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1be2a07...8ab93d5 (1):
|       > Redeclare improvement in nfinst.
|     
|     * testsuite 0ede316...9a9ebb6 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7561bead8ccf181e71a586198c75ed732115c44b
| Author: Adeel Asghar 
| Date:   Tue Nov 7 12:29:47 2017 +0100
| 
|     * OMCompiler 1a778dd...1be2a07 (1):
|       > Added flags for input and output path. Input path flag `-inputPath` is used to read the model_init.xml and model_info.json files. `-f` flag for model_init.xml file gets the preference over `-inputPath`. Output path flag `-outputPath` is used to write the output files like model_res.mat, model_prof.intdata etc. `-r` flag for model_res.mat file gets preference over `-outputPath` flag. Fixes ticket:4583 where we need to set a different working directory for simulation executable.
| 
| M	OMCompiler
| 
* commit 1c027892f45cd086876e92c61d9ada42700d4745
| Author: Mahder Gebremedhin 
| Date:   Tue Nov 7 11:52:34 2017 +0100
| 
|     * OMCompiler 1b186d3...1a778dd (1):
|       > NFFrontEnd record fix
| 
| M	OMCompiler
| 
* commit 275c83286a465fa27f062e0aa2b249e507f477a6
| Author: hudson 
| Date:   Tue Nov 7 08:13:08 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 49cdb03...1b186d3 (2):
|       > throw warning when SimCodeUtil.makeSES_SIMPLE_ASSIGN fails
|       > fix for SimCodeUtil.makeSES_SIMPLE_ASSIGN
|     
|     * testsuite c042558...0ede316 (1):
|       > update test
| 
| M	OMCompiler
| M	testsuite
| 
* commit b9c6e5ca30e6759e5fec4340d2e326d32c7b6466
| Author: Adrian Pop 
| Date:   Tue Nov 7 02:09:47 2017 +0100
| 
|     * OMEdit 3ab69ff...423fd8f (1):
|       > fix windows opcua lib imports
| 
| M	OMEdit
| 
* commit 8298c46e10cd9c8789cb40fc3bcb5f33e5749013
| Author: Adrian Pop 
| Date:   Tue Nov 7 01:38:48 2017 +0100
| 
|     * OMCompiler 1993349...49cdb03 (1):
|       > fix opcua lib exports on windows
| 
| M	OMCompiler
| 
* commit 4b58c510c2ca8c0bca6649de1082650cfccb477a
| Author: Adrian Pop 
| Date:   Mon Nov 6 22:58:53 2017 +0100
| 
|     * OMCompiler 27d4fab...1993349 (1):
|       > fix windows build
| 
| M	OMCompiler
| 
* commit 6a358060f3447431161e1a576e0925cbdfc2fed7
| Author: hudson 
| Date:   Mon Nov 6 19:22:17 2017 +0100
| 
|     * libraries b5c7717...bb7fab6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 922f9521abfc59a2970b6ca13ef09df336ab7e08
| Author: ptaeuber 
| Date:   Mon Nov 6 17:36:34 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 691f4e9...27d4fab (2):
|       > Fix init message for FMI
|       > Move default success messages from stdout to LOG_SUCCESS
|     
|     * testsuite d2feef9...c042558 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a2ae17f6962a1ecd8902f186c60144c965414f53
| Author: Per Östlund 
| Date:   Mon Nov 6 17:21:09 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b30e47a...691f4e9 (1):
|       > Improve element visibility in nfinst.
|     
|     * testsuite 7046ded...d2feef9 (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3684733a5470f8c2702e67a4502c71190fb723b4
| Author: Martin Sjölund 
| Date:   Mon Nov 6 14:33:33 2017 +0100
| 
|     * OMEdit 03be5e2...3ab69ff (1):
|       > Qt4 work-around
| 
| M	OMEdit
| 
* commit c4e6961f7d30453ccccb4d5cfba4e0b173ed2948
| Author: Martin Sjölund 
| Date:   Mon Nov 6 14:08:02 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9e0eb5f...b30e47a (2):
|       > Handle reporting real stack overflow in Susan
|       > Fix scalability issue in NFUnitCheck
|     
|     * testsuite d69fb20...7046ded (1):
|       > Use new flag -d=oldFrontEndUnitCheck
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0d09ab259bfb5978fcb57af810c37ec6be036c11
| Author: Per Östlund 
| Date:   Mon Nov 6 13:46:15 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0f09961...9e0eb5f (1):
|       > Fix StateSelect variability in nfinst.
|     
|     * testsuite f4b81eb...d69fb20 (1):
|       > Added test for nfinst StateSelect variability.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e815e688ce38b24d6625d4e01dff8122730749f4
| Author: Per Östlund 
| Date:   Mon Nov 6 13:03:44 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 23c2c8b...0f09961 (1):
|       > Fix ticket:4611.
|     
|     * testsuite 663155c...f4b81eb (1):
|       > Add test for ticket:4611.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 85984a1c022ff4bb6010080106941d0b1aa5eb04
| Author: hudson 
| Date:   Mon Nov 6 11:24:04 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9a8bb1d...23c2c8b (2):
|       > Updating 3rdParty
|       > Update open62541 to 0.2 release
|     
|     * OMEdit 1b8b8e6...03be5e2 (1):
|       > Update open62541 to v0.2
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 30a6d518ba2c541e8d0a112197367b5e8c33e6ee
| Author: Martin Sjölund 
| Date:   Mon Nov 6 08:08:02 2017 +0100
| 
|     * OMCompiler 0a53c4f...9a8bb1d (1):
|       > Fix stack overflow in NFUnitCheck
| 
| M	OMCompiler
| 
* commit e30f231e4f6d836870425968759a45004e57be41
| Author: hudson 
| Date:   Sat Nov 4 19:20:58 2017 +0100
| 
|     * libraries b0dde48...b5c7717 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4b199a8f68785c01bed823f6986497f145b75b06
| Author: hkiel 
| Date:   Sat Nov 4 15:54:44 2017 +0100
| 
|     * OMCompiler 75a3089...0a53c4f (1):
|       > do not use matchcontinue where match+guard can be used
| 
| M	OMCompiler
| 
* commit dbc18dd12ac54106932b1e1d1273ed40ab9c7d28
| Author: hudson 
| Date:   Fri Nov 3 19:21:26 2017 +0100
| 
|     * libraries f85ccd3...b0dde48 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2ad71664b9bd386312dc410695e1e952586c16d7
| Author: Per Östlund 
| Date:   Fri Nov 3 16:26:20 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2c5818d...75a3089 (1):
|       > Basic connection handling for NFInst.
|     
|     * testsuite 12b5caf...663155c (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2fa61386289c7686fa0fa66e669f5ac36995154d
| Author: Martin Sjölund 
| Date:   Fri Nov 3 09:10:33 2017 +0100
| 
|     * doc eb4ef32...0dd9571 (1):
|       > Fix type of entry
| 
| M	doc
| 
* commit 3c4fe107c2b1f31894ee61a8b7ad5e68f98073c7
| Author: Martin Sjölund 
| Date:   Fri Nov 3 08:54:36 2017 +0100
| 
|     * doc f7e90ac...eb4ef32 (1):
|       > Added the BSc thesis of Fors Johansson
| 
| M	doc
| 
* commit a86943bd5fc842ffaa2d230be2c10240674f2664
| Author: Lennart Ochel 
| Date:   Thu Nov 2 23:48:04 2017 +0100
| 
|     * OMCompiler 0a2dcae...2c5818d (1):
|       > Add flag to fix the mat file headers every N steps
| 
| M	OMCompiler
| 
* commit 126309bf781b2b03e99c81d18b076c5a186f7fb0
| Author: hudson 
| Date:   Thu Nov 2 19:21:32 2017 +0100
| 
|     * libraries 4f3153f...f85ccd3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4ce810528ae3f189ac03e3ab6fe5a753799253c3
| Author: Mahder Gebremedhin 
| Date:   Thu Nov 2 15:45:56 2017 +0100
| 
|     * OMCompiler 7e6dbfd...0a2dcae (1):
|       > Enable unit checking by default in the New FrontEnd.
| 
| M	OMCompiler
| 
* commit 1cb23d976a06b6c1b497a43efea0a57e66e1c9db
| Author: Per Östlund 
| Date:   Thu Nov 2 12:18:37 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0a64f00...7e6dbfd (1):
|       > Fix for #4606.
|     
|     * testsuite b389638...12b5caf (1):
|       > Add testcase for #4606 fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bd024acd257f25d5df958600adee327671fffbce
| Author: Lennart Ochel 
| Date:   Thu Nov 2 10:25:18 2017 +0100
| 
|     Cleanup .gitignore file
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#65
| 
| M	.gitignore
| 
* commit 9ca7831f52bd94d825b3afc3450b60538542be3c
| Author: Martin Sjölund 
| Date:   Wed Nov 1 20:48:15 2017 +0100
| 
|     * OMCompiler b3c9646...0a64f00 (1):
|       > Add rpath for the C runtime libraries
| 
| M	OMCompiler
| 
* commit 986e18c226efdafcaa68199918ff949154d1b8eb
| Author: hudson 
| Date:   Wed Nov 1 19:22:11 2017 +0100
| 
|     * libraries 2b897e8...4f3153f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cf18de4080963bbbed9b8fe91168a4baef961689
| Author: Lennart Ochel 
| Date:   Wed Nov 1 18:44:31 2017 +0100
| 
|     * OMCompiler a07c7d7...b3c9646 (1):
|       > Add unit information of alias variables to mat files
| 
| M	OMCompiler
| 
* commit 3c53366fa030c6021615fd24dc325ef66de16bc0
| Author: Martin Sjölund 
| Date:   Wed Nov 1 14:55:48 2017 +0100
| 
|     * OMCompiler 1f28d87...a07c7d7 (1):
|       > Passing fixed=true where expected in the examples
| 
| M	OMCompiler
| 
* commit ca2dc2c90475bbde5b8e623d2eef0ad3a4b9db44
| Author: Martin Sjölund 
| Date:   Wed Nov 1 14:33:47 2017 +0100
| 
|     * doc 724e394...f7e90ac (1):
|       > Add documentation for interactive simulation
| 
| M	doc
| 
* commit e9cb5426839b8517c20c234cd17e06fc66053945
| Author: Adeel Asghar 
| Date:   Wed Nov 1 12:48:01 2017 +0100
| 
|     * doc f6e984c...724e394 (1):
|       > Respect the case sensitive systems
| 
| M	doc
| 
* commit 57b4776fd7b825976ed2444f619229c2269c81c5
| Author: Volker Waurich 
| Date:   Wed Nov 1 11:55:30 2017 +0100
| 
|     * doc 91776d0...f6e984c (1):
|       > add new page about graphml generation
| 
| M	doc
| 
* commit e3d10ea2505cc308fb7bd5a94c4bc899ee7e0880
| Author: Lennart Ochel 
| Date:   Wed Nov 1 10:40:28 2017 +0100
| 
|     * OMCompiler 66d69d5...1f28d87 (1):
|       > Save units of measure for parameters to mat files
| 
| M	OMCompiler
| 
* commit 511bc19d2545d7767963e1983ea31c699d2cec11
| Author: Rüdiger Franke 
| Date:   Wed Nov 1 09:15:41 2017 +0100
| 
|     * OMCompiler 0ed5264...66d69d5 (1):
|       > Unify generated code for variable access under FMI 1.0 and 2.0
| 
| M	OMCompiler
| 
* commit 9728c861419193913bdfdecd1fff3f241c3e36c7
| Author: Martin Sjölund 
| Date:   Wed Nov 1 07:46:55 2017 +0100
| 
|     * OMCompiler 32ea34f...0ed5264 (1):
|       > Fix scalability for systems without variables
| 
| M	OMCompiler
| 
* commit fb631635b08c84df990d23980fd4c61b301fac6d
| Author: Rüdiger Franke 
| Date:   Wed Nov 1 04:30:42 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d01f3d6...32ea34f (1):
|       > Fix Cpp code generation for derivative functions of media, ticket:4600
|     
|     * testsuite effc952...b389638 (1):
|       > Enable test for code generation of directional derivatives
| 
| M	OMCompiler
| M	testsuite
| 
* commit dc54cc1b1cd088031c7ffd1e95081b853bd83c24
| Author: hudson 
| Date:   Tue Oct 31 19:22:52 2017 +0100
| 
|     * libraries 1543109...2b897e8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 58aa81a6a9d41d2cadc1e10bd8105e63db739ce9
| Author: David Polak 
| Date:   Tue Oct 31 16:09:25 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler bf377fa...d01f3d6 (1):
|       > Added pressure unit mmHg
|     
|     * testsuite 4ccbc57...effc952 (1):
|       > Added convertUnits mmHg test
| 
| M	OMCompiler
| M	testsuite
| 
* commit ab32ef6c1f6be5e3f8642f3ded96b30a1bc7828f
| Author: Lennart Ochel 
| Date:   Tue Oct 31 12:25:14 2017 +0100
| 
|     * OMCompiler ebaacfb...bf377fa (1):
|       > Avoid deprecated usage of flags
| 
| M	OMCompiler
| 
* commit 6bf0035264cc100ca8f0fb04fff2462ae4945e96
| Author: Martin Sjölund 
| Date:   Tue Oct 31 10:55:08 2017 +0100
| 
|     * libraries 8eb1b44...1543109 (1):
|       > Upload the xz-files...
| 
| M	libraries
| 
* commit 21284e9afc370e1cc545b000e60a966fe765b651
| Author: Martin Sjölund 
| Date:   Tue Oct 31 09:39:41 2017 +0100
| 
|     * libraries 4288180...8eb1b44 (1):
|       > No ModelicaTest 3.1 exists
| 
| M	libraries
| 
* commit e0812083bcde2d2d93c8821ad755a8cbbdb956aa
| Author: Adeel Asghar 
| Date:   Mon Oct 30 16:31:07 2017 +0100
| 
|     * OMEdit 29a5b8c...1b8b8e6 (1):
|       > ticket:4575 Added checkbox for -single simulation flag. Default value is false.
| 
| M	OMEdit
| 
* commit 175a93eba0d0da90417ecfe264a71f62800dfefa
| Author: hudson 
| Date:   Mon Oct 30 13:15:51 2017 +0100
| 
|     * doc 0f1405c...91776d0 (2):
|       > add master thesis
|       > Improved/simplified the OPC example
| 
| M	doc
| 
* commit b5cf58d21f58eaf12161d5b6601d6a234e6803f1
| Author: Mahder Gebremedhin 
| Date:   Mon Oct 30 12:51:38 2017 +0100
| 
|     * OMCompiler d4dd96b...ebaacfb (1):
|       > NFrontEnd Unit checking.
| 
| M	OMCompiler
| 
* commit 42b9be72255db3c249442327bd395c11cbde673f
| Author: Lennart Ochel 
| Date:   Mon Oct 30 12:29:55 2017 +0100
| 
|     * OMCompiler 119136c...d4dd96b (1):
|       > Cleanup MatVer4
| 
| M	OMCompiler
| 
* commit b03c588a194a29b706c5d032d78c45e1808bbf65
| Author: hudson 
| Date:   Mon Oct 30 11:23:20 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 80e3d34...119136c (1):
|       > New FrontEnd improvments
|     
|     * testsuite 6fccf19...4ccbc57 (1):
|       > Update NFInst tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit af476551728949cbf6a9b460d8479ff8ccb15593
| Author: Martin Sjölund 
| Date:   Mon Oct 30 09:37:42 2017 +0100
| 
|     * OMCompiler fe021bd...80e3d34 (1):
|       > Added optional Susan debugging help
| 
| M	OMCompiler
| 
* commit 3b37fea3a7cfaf59a955baacdcf8bfb99f40f9e1
| Author: Lennart Ochel 
| Date:   Mon Oct 30 09:12:48 2017 +0100
| 
|     * OMCompiler bf1eaeb...fe021bd (3):
|       > Remove old mat file writer
|       > Add unit information to mat files
|       > New implementation for writing mat files
| 
| M	OMCompiler
| 
* commit c219aee43c6e1c64a442f231017ea79a6548da55
| Author: Martin Sjölund 
| Date:   Mon Oct 30 07:03:02 2017 +0100
| 
|     * libraries 087c309...4288180 (1):
|       > Also include ModelicaTest 3.1
| 
| M	libraries
| 
* commit 3f3dd42a8319b66bc0844c1d2148ba0fe79ad1b6
| Author: Rüdiger Franke 
| Date:   Mon Oct 30 06:09:34 2017 +0100
| 
|     * OMCompiler a33d4f3...bf1eaeb (3):
|       > Implement fmi2GetDirectionalDerivative in Cpp runtime
|       > Set FMI flag providesDirectionalDerivative depending on generated code
|       > Change int to size_t in FMU accessors
| 
| M	OMCompiler
| 
* commit 8235d3afe80293ab57de98f4719bf948c37b3ef5
| Author: hudson 
| Date:   Sun Oct 29 19:19:52 2017 +0100
| 
|     * libraries 7337dfa...087c309 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 591f382bcf497c085912d2d5baf02b9c32d9343d
| Author: hudson 
| Date:   Sat Oct 28 19:21:04 2017 +0200
| 
|     * libraries fd8edd8...7337dfa (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d49c2a05f8019ebbcdb0f549c92b4b8222ee56d3
| Author: Adeel Asghar 
| Date:   Fri Oct 27 17:40:28 2017 +0200
| 
|     * OMEdit 83762c2...29a5b8c (1):
|       > Activate profiling properly
| 
| M	OMEdit
| 
* commit 385dd62098ea873d6e3b7130a6d84b6529fb2200
| Author: Per Östlund 
| Date:   Fri Oct 27 14:32:59 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1749c2e...a33d4f3 (1):
|       > Fix NFInst.instClass for encapsulating classes.
|     
|     * testsuite 2c59f19...6fccf19 (1):
|       > Update nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2e66c228d05aa975305c29dc9d8547e5cff1146f
| Author: Martin Sjölund 
| Date:   Fri Oct 27 13:30:31 2017 +0200
| 
|     * OMCompiler 8abed04...1749c2e (1):
|       > Disable CC optimizations on linear systems
| 
| M	OMCompiler
| 
* commit c00195021cd2c85723c93f1ef5274a09e632b5f3
| Author: hudson 
| Date:   Thu Oct 26 19:20:45 2017 +0200
| 
|     * libraries 3f837d1...fd8edd8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1d6656185bedab681d0015b07489b1f7d6e0d705
| Author: Per Östlund 
| Date:   Thu Oct 26 15:24:54 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 43d3d5d...8abed04 (1):
|       > Split NFFlatten into multiple phases.
|     
|     * testsuite 62f2cd7...2c59f19 (1):
|       > Update nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b549c7b41df03e28a03b0f716c35c60a814b78ad
| Author: hkiel 
| Date:   Thu Oct 26 12:42:07 2017 +0200
| 
|     * OMCompiler 11df6e6...43d3d5d (1):
|       > fix Matching.removeEdgesForNoDerivativeFunctionInputs
| 
| M	OMCompiler
| 
* commit f396a9fc7b10b7c66f94f06d7e336bd22d2578dd
| Author: hkiel 
| Date:   Thu Oct 26 12:26:42 2017 +0200
| 
|     * OMCompiler dfbce6c...11df6e6 (1):
|       > some minor optimizations - remove a matchcontinue - do not operate twice on list - make function tail recursive - avoid tuples
| 
| M	OMCompiler
| 
* commit 43aae15a035185c87de08ecd44dc660eab4a32e5
| Author: Martin Sjölund 
| Date:   Thu Oct 26 10:20:58 2017 +0200
| 
|     * OMCompiler 9ff276e...dfbce6c (1):
|       > Use Set instead of List.unique
| 
| M	OMCompiler
| 
* commit 0eb3b72cc29da3a82c91233c7edf94d76f87607a
| Author: Martin Sjölund 
| Date:   Thu Oct 26 09:42:02 2017 +0200
| 
|     * OMCompiler c21c29d...9ff276e (1):
|       > Make findLoops able to look for at most one loop
| 
| M	OMCompiler
| 
* commit e630b9ab5cbb86d5a0853777567052770072d0fe
| Author: hudson 
| Date:   Wed Oct 25 19:21:09 2017 +0200
| 
|     * libraries a739ca2...3f837d1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 159cfd9fb5bb72fe88f901ca207059ecbebfbd3f
| Author: Martin Sjölund 
| Date:   Wed Oct 25 17:08:25 2017 +0200
| 
|     * OMCompiler 7b04aa1...c21c29d (1):
|       > Use sets instead of lists in comSubExp
| 
| M	OMCompiler
| 
* commit e932c80ac4b3676b0a9c40a61512bcfa4262cfa0
| Author: Martin Sjölund 
| Date:   Wed Oct 25 16:09:20 2017 +0200
| 
|     * OMCompiler 2ac44ce...7b04aa1 (1):
|       > Use sets in comSubExp
| 
| M	OMCompiler
| 
* commit da940cd7ecf16062362b57b50afb39cc74744189
| Author: ptaeuber 
| Date:   Wed Oct 25 14:17:28 2017 +0200
| 
|     * OMCompiler 9e2d1a7...2ac44ce (1):
|       > Fix check of homotopy solution
| 
| M	OMCompiler
| 
* commit 59574339b934a62f0dfe2edad815e01f1e7086d5
| Author: Martin Sjölund 
| Date:   Wed Oct 25 13:29:11 2017 +0200
| 
|     * OMCompiler 68350e9...9e2d1a7 (1):
|       > Fix scalability of collectInitialBindings
| 
| M	OMCompiler
| 
* commit f33ef8c0b34c131f00e0550145c6bbfe2a5d223a
| Author: hudson 
| Date:   Tue Oct 24 19:20:39 2017 +0200
| 
|     * libraries 13a2e24...a739ca2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f31055813c5947815a0fd378d65d378219ff1c97
| Author: hudson 
| Date:   Tue Oct 24 16:30:27 2017 +0200
| 
|     Updating submodules
|     
|     * OMEdit 77b13fd...83762c2 (3):
|       > fix Qt4 compilation
|       > ticket:4505 Use the diagram annotation when connector is inside the component instance
|       > ticket:4585 Added cut, copy, paste and selectAll to text editor
|     
|     * doc 8f52c44...0f1405c (1):
|       > State machine hint for switching to Modelica v3.3
|     
|     * libraries f3c66bf...13a2e24 (1):
|       > Bump libraries
|     
|     * testsuite 36a3e41...62f2cd7 (1):
|       > update testsuite after library changes
| 
| M	OMEdit
| M	doc
| M	libraries
| M	testsuite
| 
* commit fa77b8c7d57371572c887ed1f45bb03ff408342c
| Author: Martin Sjölund 
| Date:   Tue Oct 24 14:38:35 2017 +0200
| 
|     * OMCompiler 2f828a2...68350e9 (1):
|       > [OSX] ModelicaExternalC install names
| 
| M	OMCompiler
| 
* commit dffbc3bbec5529ac24da89d509193b0466b451e4
| Author: Martin Sjölund 
| Date:   Tue Oct 24 11:24:01 2017 +0200
| 
|     * OMCompiler a5b8a71...2f828a2 (1):
|       > [MAT4] Add special case when nrows==0
| 
| M	OMCompiler
| 
* commit 1a2ff32c65efe69d618d2fb83a9a52dc678bb66c
| Author: Martin Sjölund 
| Date:   Tue Oct 24 08:37:33 2017 +0200
| 
|     * OMCompiler c2e5abe...a5b8a71 (1):
|       > [OSX] Fix install name of OPC library
| 
| M	OMCompiler
| 
* commit 9fd9414f67426c65957af603542d9b20e73392e9
| Author: Martin Sjölund 
| Date:   Tue Oct 24 07:59:42 2017 +0200
| 
|     * OMCompiler 18b70e2...c2e5abe (1):
|       > [OSX] Fix builds when using a single thread
| 
| M	OMCompiler
| 
* commit 5c9c2c46806b648d6ba35c2a474b17e463ac3124
| Author: Martin Sjölund 
| Date:   Mon Oct 23 15:31:05 2017 +0200
| 
|     * OMCompiler a3eea27...18b70e2 (1):
|       > Silence some warnings
| 
| M	OMCompiler
| 
* commit f97db625e2b2651ea87d66a51e8a0498fd45afc0
| Author: Willi Braun 
| Date:   Mon Oct 23 12:46:00 2017 +0200
| 
|     * OMCompiler 7f2aee4...a3eea27 (1):
|       > [cRuntime] move jacobian eval LOG_STATS output
| 
| M	OMCompiler
| 
* commit 58e9cfd174188fd013a931545df863677071b952
| Author: Willi Braun 
| Date:   Mon Oct 23 12:24:19 2017 +0200
| 
|     * OMCompiler 3532b10...7f2aee4 (1):
|       > [SimCode] fixing symbolic jacobians order for info
| 
| M	OMCompiler
| 
* commit fbf8aa4be2ba3aa6c25110674a8b76a80d23cf6f
| Author: hudson 
| Date:   Sat Oct 21 19:20:45 2017 +0200
| 
|     * libraries e541281...f3c66bf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bbcc067bc3ec8df70e90a4712d09230352cc4f1a
| Author: adeas31 
| Date:   Sat Oct 21 02:25:18 2017 +0200
| 
|     * OMEdit 3d68932...77b13fd (1):
|       > Signals are protected in Qt4
| 
| M	OMEdit
| 
* commit fff67929caec44755afb65f8ba95ecf701cb4373
| Author: hudson 
| Date:   Fri Oct 20 19:20:34 2017 +0200
| 
|     * libraries 9defbe5...e541281 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ba7968a19d40c4bbbecd0677a6f569a2260d6d46
| Author: Adeel Asghar 
| Date:   Fri Oct 20 15:49:02 2017 +0200
| 
|     * OMEdit bb6380f...3d68932 (1):
|       > Only save the preference when checkbox is checked
| 
| M	OMEdit
| 
* commit 2df6b4669bade628904fd1df2ff1a4e2be941063
| Author: Adeel Asghar 
| Date:   Fri Oct 20 12:12:37 2017 +0200
| 
|     * OMEdit 1506f4d...bb6380f (1):
|       > Fix Qt4 builds.
| 
| M	OMEdit
| 
* commit 5efa7f11e8e8815064c18226e5f37c3bec9da63e
| Author: Martin Sjölund 
| Date:   Fri Oct 20 11:48:38 2017 +0200
| 
|     * OMCompiler 09c37cd...3532b10 (1):
|       > Support bootstrapping when using array literals
| 
| M	OMCompiler
| 
* commit 1d3169225786a5f2f1fb2dd935434760cb5b99e3
| Author: hudson 
| Date:   Thu Oct 19 19:23:01 2017 +0200
| 
|     * libraries 1d59600...9defbe5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 85d44ca940c40bbf0b427e9168e842d7f313f79b
| Author: Adeel Asghar 
| Date:   Thu Oct 19 17:55:33 2017 +0200
| 
|     * OMEdit 6882da0...1506f4d (1):
|       > ticket:4305 Added checkbox to remember user's decision in text editor error dialog.
| 
| M	OMEdit
| 
* commit b63c29925d0d26178641b431136b66d33e608deb
| Author: Martin Sjölund 
| Date:   Thu Oct 19 17:24:29 2017 +0200
| 
|     * OMCompiler 04560c9...09c37cd (2):
|       > Add MetaModelica.Dangerous.listArrayLiteral
|       > Update linear system debugging
| 
| M	OMCompiler
| 
* commit 95f53c92f17885581eca6b726d8e8a632aa68971
| Author: ptaeuber 
| Date:   Thu Oct 19 16:24:33 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler baaffec...04560c9 (1):
|       > Warn of conflicting alias variables
|     
|     * testsuite 4e94bc5...36a3e41 (1):
|       > Add test and expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 534608b36929927cc0307f681d67b7de56be4322
| Author: ptaeuber 
| Date:   Thu Oct 19 16:24:32 2017 +0200
| 
|     Add flag to dictionary
|     
|     Belonging to [master]:
|       - OpenModelica/OpenModelica#64
|       - OpenModelica/OMCompiler#1927
|       - OpenModelica/OpenModelica-testsuite#750
| 
| M	.openmodelica.aspell
| 
* commit bd3bf4b00e16ca4096c1f20f0bf70c596ec38133
| Author: vwaurich 
| Date:   Thu Oct 19 14:14:10 2017 +0200
| 
|     * OMEdit 5df57a8...6882da0 (1):
|       > fix path in simulate with animation
| 
| M	OMEdit
| 
* commit ebccfb0f607a030c1074df5b3166dbf7b5e172e1
| Author: hudson 
| Date:   Thu Oct 19 11:25:48 2017 +0200
| 
|     Updating submodules
|     * OMEdit 6b6200d...5df57a8 (10):
|       > Fix rebase errors
|       > Enable interactive simulation without stepping
|       > Wait for OPC-UA server to start during init
|       > Create the OpcUaClient after the opc-ua server is initialized.
|       > Updated how OMPlot and OMEdit handles simulation control buttons.
|       > Removed unnecessary debugging info.
|       > Removed the unnecessary SimulationServerCheckThread class. Do not create unnecessary QTcpSocket objects.
|       > Fixed variable names. Better port handling.
|       > Fix opc-ua linking for win32.
|       > Initial commit for interactive simulation
|     
|     * OMPlot 017636b...0e1d01e (2):
|       > Better way of handling interactive simulation control buttons.
|       > Interactive plot windows.
| 
| M	OMEdit
| M	OMPlot
| 
* commit 52f135b919abd014a8f60682c44328508f14484e
| Author: Adeel Asghar 
| Date:   Thu Oct 19 11:09:12 2017 +0200
| 
|     * OMEdit 095b0ef...6b6200d (1):
|       > ticket:2249 Only show the documentation as default view for DocumentationClass annotation.
| 
| M	OMEdit
| 
* commit 37e18b9e5b76ca3dc8a0ed878509685b76b03130
| Author: niklwors 
| Date:   Thu Oct 19 10:38:09 2017 +0200
| 
|     * OMCompiler ed4ccd8...baaffec (1):
|       > fix in cpp template for jacobian variables used by algebraic loop
| 
| M	OMCompiler
| 
* commit a3c7ea2c37a3bdd0252bc68d540b62b80c129775
| Author: hudson 
| Date:   Thu Oct 19 00:28:59 2017 +0200
| 
|     * libraries 6df44b7...1d59600 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8776db1ea740b3b9a5f8bfb0e5e25ba62b242baf
| Author: hudson 
| Date:   Wed Oct 18 19:23:28 2017 +0200
| 
|     * libraries 8001b72...6df44b7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8e8aa76feda4d1ea9b84c0b92adc485caafa2b54
| Author: Martin Sjölund 
| Date:   Wed Oct 18 18:02:18 2017 +0200
| 
|     * OMCompiler 15730cb...ed4ccd8 (1):
|       > Fix for linear sparse solvers in source code FMUs
| 
| M	OMCompiler
| 
* commit cfbd57a98ad86d0334a5c0620581fe6a0d998af7
| Author: Martin Sjölund 
| Date:   Wed Oct 18 17:25:16 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b610cb9...15730cb (1):
|       > Return correct variability for reductions
|     
|     * testsuite b0861d4...4e94bc5 (2):
|       > Expected output
|       > Add test for ticket:4550 reduction type
| 
| M	OMCompiler
| M	testsuite
| 
* commit 17805b092fe8ada4c569577e849775e1576dbb5e
| Author: Martin Sjölund 
| Date:   Wed Oct 18 16:56:29 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2f8fe8e...b610cb9 (1):
|       > Do not store time in the data_1 matrix
|     
|     * testsuite 5831af0...b0861d4 (1):
|       > Reference file does not contain time=0.0
| 
| M	OMCompiler
| M	testsuite
| 
* commit ff1939394b70fb863e6a83443f240664bc0c33b6
| Author: Adeel Asghar 
| Date:   Wed Oct 18 15:53:23 2017 +0200
| 
|     * OMEdit d60d430...095b0ef (1):
|       > ticket:1857 Show context menu when clicked on empty spot in Libraries Browser
| 
| M	OMEdit
| 
* commit e24befee06f9bc1fbe35b60f25d7c0ca361b0e38
| Author: Martin Sjölund 
| Date:   Wed Oct 18 15:22:12 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 625bb65...2f8fe8e (1):
|       > Make error-message shorter
|     
|     * testsuite 3655c8e...5831af0 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 225ecd53e66e1ba47b67a0d5043eb02925994bbc
| Author: Adeel Asghar 
| Date:   Wed Oct 18 14:35:37 2017 +0200
| 
|     * OMEdit 7851263...d60d430 (1):
|       > ticket:4576 Don't delete the transition in focusOutEvent.
| 
| M	OMEdit
| 
* commit 9455267616c2fccc3fd73fae685241770f35cff5
| Author: Per Östlund 
| Date:   Wed Oct 18 12:45:47 2017 +0200
| 
|     * OMCompiler ac679f7...625bb65 (1):
|       > NFInst fixes.
| 
| M	OMCompiler
| 
* commit 11582927257f7f292e425b453dbf175ab27b42e9
| Author: Jan Šilar 
| Date:   Wed Oct 18 12:03:45 2017 +0200
| 
|     * OMPlot 7f2c332...017636b (1):
|       > PDEPlots
| 
| M	OMPlot
| 
* commit 0b046b83bab14eec82f6df1b005970302dd1f26a
| Author: Lennart Ochel 
| Date:   Wed Oct 18 11:06:15 2017 +0200
| 
|     * OMCompiler f55d7d6...ac679f7 (2):
|       > Remove unused variables
|       > New function to debug hash tables
| 
| M	OMCompiler
| 
* commit f5529011817228b57251b59d602f375514f60bfb
| Author: Martin Sjölund 
| Date:   Tue Oct 17 21:24:19 2017 +0200
| 
|     * OMCompiler 3486958...f55d7d6 (1):
|       > Fix for using default sparse linear solver
| 
| M	OMCompiler
| 
* commit 77d3fbfd1fc53527b37c7cfa03dca3740bd91723
| Author: Martin Sjölund 
| Date:   Tue Oct 17 19:36:28 2017 +0200
| 
|     * OMCompiler 98136a9...3486958 (1):
|       > Improved debugging of bad variables in codegen
| 
| M	OMCompiler
| 
* commit a22381356459c80ccf1152b93de4a1c9cd9bda22
| Author: hudson 
| Date:   Tue Oct 17 19:20:50 2017 +0200
| 
|     * libraries 36404a4...8001b72 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 737444154c51be774cb4f85519dddd39cbef2caa
| Author: Adeel Asghar 
| Date:   Tue Oct 17 14:00:36 2017 +0200
| 
|     * OMEdit 3d0d8a3...7851263 (1):
|       > ticket:4572 Don't allow illegal instance names
| 
| M	OMEdit
| 
* commit 0e8865884a57d3d53be117f5e8df4677285b582f
| Author: Bernhard Thiele 
| Date:   Tue Oct 17 13:29:36 2017 +0200
| 
|     * OMCompiler 6c085bb...98136a9 (1):
|       > checkModel support for state machines
| 
| M	OMCompiler
| 
* commit af8df5edc85064bd58e4266653a3013c86c83fde
| Author: Willi Braun 
| Date:   Tue Oct 17 12:58:44 2017 +0200
| 
|     * OMCompiler 75ec7ef...6c085bb (1):
|       > [FMI] join functionTrees for directional derivative
| 
| M	OMCompiler
| 
* commit f12fde221142161e9d53f0d0cb26ed94ebf626f0
| Author: Willi Braun 
| Date:   Tue Oct 17 12:32:33 2017 +0200
| 
|     * OMCompiler 73e4cc5...75ec7ef (1):
|       > disable fmi directional derivatives by default
| 
| M	OMCompiler
| 
* commit 3d0d41981470554019102ab6d60467d6d36c250f
| Author: ptaeuber 
| Date:   Tue Oct 17 11:19:29 2017 +0200
| 
|     * OMCompiler 702e338...73e4cc5 (1):
|       > Do not get algorithm crefs that will be discarded
| 
| M	OMCompiler
| 
* commit a0403ab41bdfd743a9b970037838e86b0637f2cf
| Author: Martin Sjölund 
| Date:   Tue Oct 17 11:02:21 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 92ac5a6...702e338 (2):
|       > Add a scripting function to access stat
|       > Add support for single precision in mat4 output
|     
|     * testsuite 67b8eef...3655c8e (1):
|       > Add test for single precision output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6519145ff5b591399e1ba55180009262103f7a3f
| Author: Lennart Ochel 
| Date:   Mon Oct 16 23:22:18 2017 +0200
| 
|     * testsuite d32e476...67b8eef (1):
|       > Update LoadCompilerSources.mos
| 
| M	testsuite
| 
* commit bf88695cd4c8356ecd26133b1ed25ec93463a29a
| Author: hudson 
| Date:   Mon Oct 16 19:22:01 2017 +0200
| 
|     * libraries dd87c92...36404a4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a3752f126079aed890f2bf4c69c6e00742ef2a6b
| Author: Adeel Asghar 
| Date:   Mon Oct 16 16:35:25 2017 +0200
| 
|     * OMEdit bc8938e...3d0d8a3 (1):
|       > Snap to grid with shift modifier
| 
| M	OMEdit
| 
* commit c7cd301e65f34b51cdeb45f7f28dffefb1aeec80
| Author: Lennart Ochel 
| Date:   Mon Oct 16 15:33:04 2017 +0200
| 
|     * OMCompiler bba4362...92ac5a6 (1):
|       > Increase hash table sizes for the unit checking
| 
| M	OMCompiler
| 
* commit cb8b8257346dd7b1ca5636a13e63f302aef290e0
| Author: Willi Braun 
| Date:   Mon Oct 16 14:08:09 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a766c29...bba4362 (1):
|       > fixing FMI directional derivatives and model structure
|     
|     * testsuite 0a09efc...d32e476 (1):
|       > fix output
| 
| M	OMCompiler
| M	testsuite
| 
* commit ba263161020ca7b08aa857edd5eda566c900a8a3
| Author: Adeel Asghar 
| Date:   Mon Oct 16 13:05:22 2017 +0200
| 
|     * OMEdit 16bcbe6...bc8938e (1):
|       > ticket:4567 Removed the extra simulation toolbar
| 
| M	OMEdit
| 
* commit fef3b308bc179bb275b2a591ddf74ee2d68c752b
| Author: Adeel Asghar 
| Date:   Mon Oct 16 12:49:26 2017 +0200
| 
|     * OMEdit f627d10...16bcbe6 (1):
|       > ticket:4461 Save additional simulation flags in correct syntax
| 
| M	OMEdit
| 
* commit 233376d5b4db09191eb20013c342f39fcbdbda6b
| Author: Martin Sjölund 
| Date:   Mon Oct 16 10:42:21 2017 +0200
| 
|     * OMCompiler 0e39b73...a766c29 (1):
|       > Unify reading enumeration flags
| 
| M	OMCompiler
| 
* commit 0b54fb5da9385042b077113241a29a5ca68feba1
| Author: Martin Sjölund 
| Date:   Mon Oct 16 09:38:13 2017 +0200
| 
|     * OMCompiler b4aa137...0e39b73 (1):
|       > [FMI] Fix static source code FMUs
| 
| M	OMCompiler
| 
* commit ca73812a86bff66ac507a79fe99b93c5f51df08c
| Author: Martin Sjölund 
| Date:   Mon Oct 16 08:14:40 2017 +0200
| 
|     * OMCompiler c1445a8...b4aa137 (1):
|       > [FMI] Set default dense and sparse linear solvers
| 
| M	OMCompiler
| 
* commit d3b895dfa2c04b3dd2754128b7f22378e1aaed9d
| Author: hudson 
| Date:   Sun Oct 15 19:21:38 2017 +0200
| 
|     * libraries 89b53a5...dd87c92 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6f54cf260fc2f81d3f1a1fbc571c1239f1f60b66
| Author: Martin Sjölund 
| Date:   Sun Oct 15 06:27:37 2017 +0200
| 
|     * OMCompiler fba8150...c1445a8 (1):
|       > [FMI] Escape the model's description attribute
| 
| M	OMCompiler
| 
* commit 126fee0b6da988475cf937e1b69b733090cba101
| Author: hudson 
| Date:   Sat Oct 14 19:20:46 2017 +0200
| 
|     * libraries d44cc9d...89b53a5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b0816a6c3873913d72d75233cfe02b4ac7a3c54a
| Author: Martin Sjölund 
| Date:   Sat Oct 14 08:18:56 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2a43b90...fba8150 (1):
|       > [FMI] Set nominal to 1.0 as a default
|     
|     * testsuite 2e4f0f8...0a09efc (1):
|       > [FMI] Expected output with nls solver mixed
| 
| M	OMCompiler
| M	testsuite
| 
* commit 626fd144ce0ea92196e9a14d9fc2b87e40141220
| Author: hkiel 
| Date:   Sat Oct 14 00:06:37 2017 +0200
| 
|     * OMCompiler 84dc1d9...2a43b90 (1):
|       > optimize memory further for ticket:1451
| 
| M	OMCompiler
| 
* commit db977f89d0bce7304e12141502127c1fe86ed02e
| Author: hudson 
| Date:   Fri Oct 13 19:49:41 2017 +0200
| 
|     * libraries 7e9f555...d44cc9d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 55d80df722d0cd8e9409fae5beafe61077cf48b6
| Author: Bernhard Thiele 
| Date:   Fri Oct 13 19:18:18 2017 +0200
| 
|     * testsuite 90e7f8a...2e4f0f8 (1):
|       > Switch to C run-time for two tests
| 
| M	testsuite
| 
* commit 05c1413d61644041e99cfd5744518dc9ca2fbf9d
| Author: Bernhard Thiele 
| Date:   Fri Oct 13 18:33:19 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fdcc01d...84dc1d9 (1):
|       > State machines ticket:4563
|     
|     * testsuite f8d55c6...90e7f8a (1):
|       > Test case for ticket:4563
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1e20695143bdbb8ad6c09faa2148b83d74d05bbf
| Author: hkiel 
| Date:   Fri Oct 13 16:29:59 2017 +0200
| 
|     * OMCompiler b5d86d3...fdcc01d (1):
|       > absAdjacencyMatrix only changes lists if values < 0 are contained improves ticket:1451
| 
| M	OMCompiler
| 
* commit 3ef481dda94d175adeb5ff351a35aaf5616ca3ce
| Author: Per Östlund 
| Date:   Fri Oct 13 15:41:54 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d8c018e...b5d86d3 (1):
|       > Fix InstExtends for MetaModelica constructs.
|     
|     * testsuite 505f10d...f8d55c6 (1):
|       > Added test for inherited function with try.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6d35ad546ffa4f828c954654ca8820d3e689b2ad
| Author: Martin Sjölund 
| Date:   Fri Oct 13 14:26:36 2017 +0200
| 
|     * OMCompiler aa907b1...d8c018e (1):
|       > Make FMU tmpTick indexes more similar to C codegen
| 
| M	OMCompiler
| 
* commit cd9b453d81bb8c8c999e919636bb18ce3433d139
| Author: Willi Braun 
| Date:   Fri Oct 13 11:49:34 2017 +0200
| 
|     * OMCompiler a9268a9...aa907b1 (1):
|       > fix array differentiation for symbolic jacobains
| 
| M	OMCompiler
| 
* commit 8fffb44c86a116edd57f69ce5c0f290d4a24c4b3
| Author: Martin Sjölund 
| Date:   Fri Oct 13 08:02:01 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0406ea2...a9268a9 (2):
|       > Move parameter record bindings to initial equations
|       > Improve check for failed function inlining
|     
|     * testsuite 8f278a2...505f10d (1):
|       > Adding test for parameter record bindings
| 
| M	OMCompiler
| M	testsuite
| 
* commit 11bfce369360214fbc8035d39cc72df9e7138f35
| Author: Martin Sjölund 
| Date:   Fri Oct 13 07:46:26 2017 +0200
| 
|     * OMCompiler aba3685...0406ea2 (1):
|       > Fix crash is default linear solver
| 
| M	OMCompiler
| 
* commit 77ea84c76910834f4a8f01b47cee7f67e946de48
| Author: Adeel Asghar 
| Date:   Thu Oct 12 20:07:04 2017 +0200
| 
|     * OMEdit 47db56e...f627d10 (1):
|       > ticket:4308 Move by factor of 5 when shift key is pressed.
| 
| M	OMEdit
| 
* commit e3091c13f3cff0b656fdbd3e66acb9ec2918780c
| Author: hudson 
| Date:   Thu Oct 12 19:21:31 2017 +0200
| 
|     * libraries 0c9cf38...7e9f555 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 63743a15fc39d045920354c03bf35744f9eb5fd9
| Author: Martin Sjölund 
| Date:   Thu Oct 12 17:51:42 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c22c35b...aba3685 (1):
|       > Calling terminate at initialization means success
|     
|     * testsuite 20b20c0...8f278a2 (1):
|       > Added testcase for terminate at init
| 
| M	OMCompiler
| M	testsuite
| 
* commit ab613cd4d42b319cdfc714afc472c513156d4eaa
| Author: ptaeuber 
| Date:   Thu Oct 12 15:24:10 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ebb0ea8...c22c35b (1):
|       > Fix problems with ExpressionSolve
|     
|     * testsuite d1ab6ca...20b20c0 (1):
|       > Add test for inversion of pow
| 
| M	OMCompiler
| M	testsuite
| 
* commit fe0718e51c9eec7ef29e9e13cc3d3bd9d83c6144
| Author: Martin Sjölund 
| Date:   Thu Oct 12 14:35:39 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3a0af47...ebb0ea8 (1):
|       > Move checkForDiscreteChanges to simulation runtime
|     
|     * testsuite 12ed59f...d1ab6ca (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 844e163eadbdd9b989d42e5ecba046da9bde8589
| Author: Lennart Ochel 
| Date:   Thu Oct 12 09:01:34 2017 +0200
| 
|     * OMCompiler 2264580...3a0af47 (1):
|       > New package AdjacencyMatrix
| 
| M	OMCompiler
| 
* commit 8344207bb85684ba0be869fbb5099eacab8fc1f5
| Author: Willi Braun 
| Date:   Thu Oct 12 01:44:27 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6d2338d...2264580 (2):
|       > remove jacobian var defines in cpp codegen
|       > fix differentiation of arrays crefs(ticket:4545)
|     
|     * testsuite 988a898...12ed59f (1):
|       > added new test diff array crefs
| 
| M	OMCompiler
| M	testsuite
| 
* commit 592b9c453f8f21ca0671efc59d1263ae94a6539b
| Author: Willi Braun 
| Date:   Wed Oct 11 22:20:06 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 024a75d...6d2338d (1):
|       > improve variable generation for jacobians
|     
|     * testsuite 8e44932...988a898 (1):
|       > update warnings
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2968278c077b0053179912a2a2a59f91c5a38954
| Author: hudson 
| Date:   Wed Oct 11 19:27:55 2017 +0200
| 
|     * libraries c05b21c...0c9cf38 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fec8d2b73afbd283cbba7a99d5f3eeae3cc526b6
| Author: Martin Sjölund 
| Date:   Wed Oct 11 18:07:43 2017 +0200
| 
|     * OMCompiler b0b8677...024a75d (2):
|       > Make it possible to ignore OMC_DISABLE_OPT
|       > [C-code] Binding equations disable optimization
| 
| M	OMCompiler
| 
* commit 6a353148906f71c50ea319a5145bd6fa36b5ffc8
| Author: Adeel Asghar 
| Date:   Wed Oct 11 16:05:43 2017 +0200
| 
|     * OMEdit da6dc6c...47db56e (1):
|       > ticket:4490 Use cosmetic pen for correct scaling and zooming effects
| 
| M	OMEdit
| 
* commit 133230fb1e6a49793eed1e223de9e6c2d2b84acd
| Author: Martin Sjölund 
| Date:   Wed Oct 11 13:49:32 2017 +0200
| 
|     * OMCompiler 173618c...b0b8677 (1):
|       > Bootstrapping depends on zmq
| 
| M	OMCompiler
| 
* commit a047348ade4cfa050bcc408532d1b24d37426003
| Author: Adeel Asghar 
| Date:   Wed Oct 11 11:33:28 2017 +0200
| 
|     * OMEdit c02603f...da6dc6c (1):
|       > ticket:4332 Round the origin value
| 
| M	OMEdit
| 
* commit 0720ca6bd2cddc3fe6f55fb5a538fad49933592e
| Author: Adeel Asghar 
| Date:   Wed Oct 11 10:55:30 2017 +0200
| 
|     * OMEdit 4758974...c02603f (1):
|       > Check if changeDirectory is successful
| 
| M	OMEdit
| 
* commit d84853c64c04ca71f3fae8cb42bcae9cd41c2192
| Author: Martin Sjölund 
| Date:   Wed Oct 11 10:31:19 2017 +0200
| 
|     * OMCompiler 88845bb...173618c (2):
|       > [FMI] Implement a faster setReal/getReal
|       > Do not generate defines for value references
| 
| M	OMCompiler
| 
* commit 7a5db7a34b3eef9a61029c802ec43220e2ad24ea
| Author: Martin Sjölund 
| Date:   Wed Oct 11 10:00:11 2017 +0200
| 
|     * OMCompiler ccd5c42...88845bb (1):
|       > Fixes from static analysis of ranges in reductions
| 
| M	OMCompiler
| 
* commit 1e302c7a38d80e143330f17e87eee2e881ef7595
| Author: ptaeuber 
| Date:   Wed Oct 11 08:46:08 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 624b9a6...ccd5c42 (1):
|       > maxSizeLinearTearing=200 as default
|     
|     * testsuite 5411248...8e44932 (1):
|       > Add flags to tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit fb104ba8bf71e3bdd7571ff5f41365a5c2b795c8
| Author: hudson 
| Date:   Tue Oct 10 23:09:39 2017 +0200
| 
|     Updating submodules
|     
|     * OMEdit 5422a27...4758974 (1):
|       > ticket:4038 Use the updated flag names
|     
|     * libraries f1beeb1...c05b21c (3):
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite c7348ea...5411248 (1):
|       > update testsuite due to library changes
| 
| M	OMEdit
| M	libraries
| M	testsuite
| 
* commit 279209f95f7f9443bf02c3448dfafe9730d85cdc
| Author: ptaeuber 
| Date:   Tue Oct 10 17:00:11 2017 +0200
| 
|     * OMCompiler 3c3ca87...624b9a6 (1):
|       > Warn about unbalanced system after WFC
| 
| M	OMCompiler
| 
* commit 671c4ed85280cb9ddd878a09fedbe5d521cca9df
| Author: Per Östlund 
| Date:   Tue Oct 10 14:39:17 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7648bd5...3c3ca87 (1):
|       > Component attribute propagation for NFInst.
|     
|     * testsuite b225cec...c7348ea (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1518422501659e80d9f6e609807c508985dae595
| Author: Per Östlund 
| Date:   Tue Oct 10 14:15:07 2017 +0200
| 
|     * OMCompiler 351cb37...7648bd5 (1):
|       > Clean up obsolete files from new frontend.
| 
| M	OMCompiler
| 
* commit 8b8989718303d9fb67b06639060d71f5c6d370cc
| Author: Martin Sjölund 
| Date:   Tue Oct 10 11:37:03 2017 +0200
| 
|     * OMCompiler aad32e0...351cb37 (1):
|       > Do not add FMI runtime while bootstrapping
| 
| M	OMCompiler
| 
* commit 19d45081a3143afd32abceccaadd9b7043962053
| Author: Martin Sjölund 
| Date:   Tue Oct 10 10:49:37 2017 +0200
| 
|     * OMCompiler 38a9013...aad32e0 (2):
|       > Split updateParameters into simple and complex
|       > Improve scalability for binding equations
| 
| M	OMCompiler
| 
* commit b1ebdc890349d8029f119d46a8b83f71767bb42a
| Author: Martin Sjölund 
| Date:   Tue Oct 10 08:53:41 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3d141a9...38a9013 (3):
|       > Add a JSON parser
|       > Add a JSON lexer
|       > Updates for libomcruntime
|     
|     * testsuite 760b179...b225cec (1):
|       > Add tests for JSON parser
| 
| M	OMCompiler
| M	testsuite
| 
* commit dc6bfc8cbfb677117f3156497b639641f85822db
| Author: Adeel Asghar 
| Date:   Mon Oct 9 17:20:20 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e92a0b5...3d141a9 (1):
|       > Return "" as file name when duplicating top level class
|     
|     * testsuite 4d3b502...760b179 (1):
|       > Updated copyClass tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit e57e6ceedfaf1e4be4e5bf7dc70cacc6cc7de97c
| Author: Adeel Asghar 
| Date:   Mon Oct 9 16:48:31 2017 +0200
| 
|     * OMEdit bc6e188...5422a27 (1):
|       > ticket:4547 Fill the path if model belongs to a package Don't allow duplicating in system libraries
| 
| M	OMEdit
| 
* commit caa7ad4ae9b71a78012fbea741f8f87a532adc2b
| Author: Adeel Asghar 
| Date:   Mon Oct 9 15:51:44 2017 +0200
| 
|     * OMEdit 080cd29...bc6e188 (1):
|       > Create a directory with model name to dump the generated files Delete the Cpp generated files as well
| 
| M	OMEdit
| 
* commit fd346c280d8d977b9404470576a8f91d296482bd
| Author: Per Östlund 
| Date:   Mon Oct 9 12:59:31 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c2054ff...e92a0b5 (1):
|       > Fix min/max for enumerations.
|     
|     * testsuite eda7008...4d3b502 (1):
|       > Added testcase for min/max of enumerations.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9c70a49f2956850caaf218b6cfbbe886984faaf6
| Author: Per Östlund 
| Date:   Mon Oct 9 11:29:59 2017 +0200
| 
|     * OMCompiler 0e625e9...c2054ff (1):
|       > Added stringEmpty and arrayEmpty to MetaModelica.
| 
| M	OMCompiler
| 
* commit 17e7be1e813277743d55d793041f0411746091df
| Author: hudson 
| Date:   Sat Oct 7 19:18:45 2017 +0200
| 
|     * libraries 7388e48...f1beeb1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 41b83c12e4e68858c917e781b90fbc65289c50b6
| Author: hkiel 
| Date:   Sat Oct 7 14:30:58 2017 +0200
| 
|     * OMCompiler fe07041...0e625e9 (1):
|       > fix some warnings from static code analysis
| 
| M	OMCompiler
| 
* commit 38c59c1e580a0444bac4bc7eb969ea2f5eaf68f3
| Author: hudson 
| Date:   Fri Oct 6 19:20:47 2017 +0200
| 
|     * libraries ef69543...7388e48 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 24a49b857d0d8bb993ac070cb736a8573ed4bb36
| Author: Per Östlund 
| Date:   Fri Oct 6 13:44:03 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8943f73...fe07041 (1):
|       > NFInst improvements.
|     
|     * testsuite 9c8a629...eda7008 (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 568be187a8d5c82777cf68559c64e911123e97a8
| Author: Per Östlund 
| Date:   Fri Oct 6 12:41:43 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ec69d30...8943f73 (1):
|       > Added debug flag ignoreCycles for #4543.
|     
|     * testsuite 64ace5b...9c8a629 (1):
|       > Updated test cases for #4543 fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 605cb2abccabf99ba3de3365f1695ae23e6de640
| Author: Per Östlund 
| Date:   Fri Oct 6 12:41:42 2017 +0200
| 
|     Add ignoreCycles to spellchecker.
| 
| M	.openmodelica.aspell
| 
* commit fd429c3044da3794fee6d41e122a6448ce3d6a63
| Author: Martin Sjölund 
| Date:   Fri Oct 6 07:57:41 2017 +0200
| 
|     * OMCompiler 9ce0a4a...ec69d30 (2):
|       > Applied the refactoring script
|       > Only add _length variable for array reduction
| 
| M	OMCompiler
| 
* commit 6398d1609a34dcd6c51e4ba99505711427e7effc
| Author: hudson 
| Date:   Thu Oct 5 22:56:14 2017 +0200
| 
|     * libraries 44d5432...ef69543 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8c81ceb25dacd4c9e2da071cbf2c7d7128a8f068
| Author: hudson 
| Date:   Thu Oct 5 19:20:29 2017 +0200
| 
|     * libraries 780698e...44d5432 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 28a5b219128780483887a06dd0dd9d93d85573eb
| Author: Martin Sjölund 
| Date:   Thu Oct 5 17:00:27 2017 +0200
| 
|     * OMCompiler 215f1b1...9ce0a4a (1):
|       > Avoid static analyzer dead assignment warning
| 
| M	OMCompiler
| 
* commit 1c6a3c044debbdd64d76abaea69ba8e23061cfe9
| Author: ptaeuber 
| Date:   Thu Oct 5 14:26:03 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d3f9ab1...215f1b1 (1):
|       > Better handling of redundant initial equations
|     
|     * testsuite 118b3d0...64ace5b (1):
|       > New test and expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit f6607f7c9c42f67ec894a8a98fcf88588b638e05
| Author: hkiel 
| Date:   Thu Oct 5 12:42:51 2017 +0200
| 
|     * OMCompiler f85f44f...d3f9ab1 (1):
|       > some small list optimizations
| 
| M	OMCompiler
| 
* commit 4c9ec86c2b803f58ee3abf9a987fb9d01af7dfaf
| Author: Adeel Asghar 
| Date:   Thu Oct 5 11:26:28 2017 +0200
| 
|     * OMEdit 126db43...080cd29 (1):
|       > Delete the generated files after compilation instead of simulation
| 
| M	OMEdit
| 
* commit 645f6219ea4691918b1abc11f943c510eb02a143
| Author: Adeel Asghar 
| Date:   Thu Oct 5 11:10:21 2017 +0200
| 
|     * OMEdit 90af743...126db43 (1):
|       > ticket:2909 Allow deleting the intermediate compilation files
| 
| M	OMEdit
| 
* commit 20ad9a69d29f6d0ff27f2d004dfbb8f29f013afb
| Author: hudson 
| Date:   Thu Oct 5 01:23:58 2017 +0200
| 
|     * libraries 64c79dd...780698e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7493390414faef1a59b423fdc54a5dfbc9de61b5
| Author: hudson 
| Date:   Wed Oct 4 19:45:38 2017 +0200
| 
|     * libraries 4ff5be9...64c79dd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4244da07f92a372bc012491cb4a82bb3719dadcc
| Author: Willi Braun 
| Date:   Wed Oct 4 19:14:03 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ebf70e3...f85f44f (1):
|       > fix differentiation of function outputs
|     
|     * testsuite 1cd286d...118b3d0 (1):
|       > added DrumBoiler as testcase for linearization
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6a869e61c72ba264a54285099e866549f0f8cd87
| Author: Per Östlund 
| Date:   Wed Oct 4 17:47:37 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 669df41...ebf70e3 (1):
|       > inner/outer handling for nfinst.
|     
|     * testsuite a3201a2...1cd286d (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 527d1408ea08e39b1b05ee66e8fed54ee2b04057
| Author: Martin Sjölund 
| Date:   Wed Oct 4 14:48:19 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler defddaa...669df41 (1):
|       > Fix for fileNamePrefix not a valid C identifier
|     
|     * testsuite 333f946...a3201a2 (2):
|       > Test fileNamePrefix that is not a C identifier
|       > Give expected output for bug2756
| 
| M	OMCompiler
| M	testsuite
| 
* commit f3bcc22f6dbd9cfca410d6d83a499e99da393705
| Author: Martin Sjölund 
| Date:   Wed Oct 4 14:09:35 2017 +0200
| 
|     * OMCompiler 19186f7...defddaa (1):
|       > [MetaModelica] Use goto instead of done variable
| 
| M	OMCompiler
| 
* commit 52108c71cc666a6b48d237c4ed31cf2160cdb51c
| Author: Adeel Asghar 
| Date:   Wed Oct 4 13:18:06 2017 +0200
| 
|     * OMEdit 5ab8668...90af743 (2):
|       > ticket:4461 Save additional simulation flags
|       > ticket:4505 Use the Icon annotation for extends connector class.
| 
| M	OMEdit
| 
* commit 458fdd4ec8927d9ea3a3c26adaef7e2415f3ccdf
| Author: Martin Sjölund 
| Date:   Wed Oct 4 12:40:17 2017 +0200
| 
|     * OMCompiler da38b3e...19186f7 (2):
|       > [FMI] Give default start-values for parameters
|       > translateModelFMU returns empty string on failure
| 
| M	OMCompiler
| 
* commit 44e5bc959089b09a27da6b63c37cbd56ef33433c
| Author: Willi Braun 
| Date:   Wed Oct 4 11:24:07 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 29e8121...da38b3e (1):
|       > rewrite algebraic system in SimCode
|     
|     * testsuite a601ade...333f946 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 131143966a8ba31c06417d795b4f8a046f3ed791
| Author: hudson 
| Date:   Tue Oct 3 13:30:53 2017 +0200
| 
|     * libraries e04a9fe...4ff5be9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b5d32a89005126efb8b57cbad9d18347864b291a
| Author: Martin Sjölund 
| Date:   Tue Oct 3 13:12:32 2017 +0200
| 
|     * libraries 8410d40...e04a9fe (2):
|       > Force the patched libraries to be built
|       > MSL patches according to ticket:4539
| 
| M	libraries
| 
* commit 6988aeb05b6d5a3599cfd3af321292ace4327edd
| Author: Martin Sjölund 
| Date:   Tue Oct 3 11:10:06 2017 +0200
| 
|     * OMCompiler 702501a...29e8121 (1):
|       > Make getAnnotationNamedModifiers not return bad data
| 
| M	OMCompiler
| 
* commit 19dfab91d683e143303efbdf4ecc5dd3d0af81d0
| Author: hudson 
| Date:   Tue Oct 3 09:43:14 2017 +0200
| 
|     * libraries 9f3b94a...8410d40 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8b9dd4ab417fb0c1c6d0a2beb878c6082f809c18
| Author: Martin Sjölund 
| Date:   Tue Oct 3 09:26:27 2017 +0200
| 
|     * libraries e418dac...9f3b94a (2):
|       > Fix error in MSL 3.2.2 patch
|       > Make succeeding commands more silent
| 
| M	libraries
| 
* commit a3e912c7a07a4ba2a772b6bcca5fa47193078763
| Author: hudson 
| Date:   Tue Oct 3 07:51:38 2017 +0200
| 
|     * libraries 4666a5f...e418dac (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 466d6b3a39f4f17622bfae43e8ae060db1b39df3
| Author: Martin Sjölund 
| Date:   Tue Oct 3 07:35:27 2017 +0200
| 
|     * libraries 63802d7...4666a5f (1):
|       > Fetch tags elsewhere
| 
| M	libraries
| 
* commit bcd447ddadd504cdca73636ec6064d561d3fd236
| Author: Martin Sjölund 
| Date:   Tue Oct 3 07:19:12 2017 +0200
| 
|     * libraries 6bacccc...63802d7 (1):
|       > Fix for multi-target update
| 
| M	libraries
| 
* commit 0fc108ad26460a2f529b564be075b8ee79c97480
| Author: Willi Braun 
| Date:   Mon Oct 2 18:21:57 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fff1788...702501a (1):
|       > enable discrete vars in symbolic jacobian
|     
|     * testsuite 74ef35d...a601ade (1):
|       > added testcase for linearization with records
| 
| M	OMCompiler
| M	testsuite
| 
* commit d25c28fdcc80750e99ceb1ca3dbbdf016d62b61f
| Author: Per Östlund 
| Date:   Mon Oct 2 16:47:06 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f42e280...fff1788 (1):
|       > Forbid invalid tuple use in nfinst.
|     
|     * testsuite 297f7c6...74ef35d (1):
|       > Added tuple test cases for nfinst.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ad9a57cfa7f6a35635681e2c1dbeaa6f76fb4ca1
| Author: Per Östlund 
| Date:   Mon Oct 2 16:21:22 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 15ba583...f42e280 (1):
|       > NFInst improvements.
|     
|     * testsuite 699e373...297f7c6 (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a96eb0656052e50983ca56faee8d72ab3bb7abea
| Author: Rüdiger Franke 
| Date:   Mon Oct 2 16:01:05 2017 +0200
| 
|     * testsuite 21525ab...699e373 (1):
|       > Re-enable FMI 2.0 crane test
| 
| M	testsuite
| 
* commit 89d610e39e1b3123872cd87dba79b05415b4782f
| Author: Martin Sjölund 
| Date:   Mon Oct 2 14:54:02 2017 +0200
| 
|     * OMCompiler bacaf03...15ba583 (1):
|       > Fix generated C++ FMU filenames
| 
| M	OMCompiler
| 
* commit b0e6a214c6256542924fa9556767de58b828ec6a
| Author: hudson 
| Date:   Mon Oct 2 14:34:01 2017 +0200
| 
|     * libraries 3e199bd...6bacccc (2):
|       > Bump libraries
|       > JSON syntax error
| 
| M	libraries
| 
* commit 7eb101b8dba7eb45a964c844f245844c72619230
| Author: Martin Sjölund 
| Date:   Mon Oct 2 14:02:28 2017 +0200
| 
|     * libraries 56a1ad9...3e199bd (2):
|       > Add nls="newton" for InductionMachines.IMC_YD
|       > Automatically update patches for MSL
| 
| M	libraries
| 
* commit fa9655b449d19e6afa4a7cc0a6f72e6c22134fbd
| Author: Lennart Ochel 
| Date:   Mon Oct 2 13:22:48 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b7bed21...bacaf03 (1):
|       > Don't replace dots in fileNamePrefix for FMUs
|     
|     * testsuite c057936...21525ab (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 014b2ab5d76ae5465bae0fe8fe850fa09b1ff0b8
| Author: Martin Sjölund 
| Date:   Mon Oct 2 12:36:10 2017 +0200
| 
|     * OMShell 999d33b...e1ab402 (1):
|       > Use rpath provided by configure
| 
| M	OMShell
| 
* commit 3bf9479c839701deb9dc25d92327db7bb9355f07
| Author: Per Östlund 
| Date:   Mon Oct 2 11:33:50 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5dfdea2...b7bed21 (1):
|       > NFInst improvements.
|     
|     * testsuite 2a672b2...c057936 (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ea3a3828acd8adfc91eaf5ec63c5bc7831612b6c
| Author: Adeel Asghar 
| Date:   Mon Oct 2 11:18:10 2017 +0200
| 
|     * OMCompiler 453e1c7...5dfdea2 (1):
|       > Return same number of output from failing case.
| 
| M	OMCompiler
| 
* commit 1aa347f99b5a624e9ac71bcef62e11f63e3a39fc
| Author: hudson 
| Date:   Sun Oct 1 19:24:05 2017 +0200
| 
|     * libraries eea1f73...56a1ad9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8f5f6397ef863f565d0deda1aa3a9451d085d3eb
| Author: hudson 
| Date:   Sat Sep 30 19:21:00 2017 +0200
| 
|     * libraries b979067...eea1f73 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 698602dc8543b32bbb2ce3f3d0fd8c00b7d66c8c
| Author: Per Östlund 
| Date:   Sat Sep 30 16:14:22 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9670ad9...453e1c7 (1):
|       > Fix for OperatorOverloading.makeEnumOperator.
|     
|     * testsuite 48dca0b...2a672b2 (1):
|       > Add test case for enum type matching fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit edee28baa9dbdbd139554e58160c5ba1002d69d8
| Author: hudson 
| Date:   Fri Sep 29 19:20:27 2017 +0200
| 
|     * libraries 5bc8fdd...b979067 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 723e7ef734f3bc13e72d546a09095f944fa9c0b1
| Author: Martin Sjölund 
| Date:   Fri Sep 29 13:55:56 2017 +0200
| 
|     * libraries 75ffe04...5bc8fdd (2):
|       > Use latest MSL 3.2.2 hash in Makefile.libs
|       > Update for MSL 3.2.2 changes
| 
| M	libraries
| 
* commit 6bcd4dba153a33f4a8bbc79b782d37130e4d2c0c
| Author: Adeel Asghar 
| Date:   Fri Sep 29 13:12:40 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c64663d...9670ad9 (1):
|       > Return the access annotation with getClassInformation.
|     
|     * testsuite ed5d795...48dca0b (1):
|       > Updated tests using getClassInformation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6336d4fdbe03fd56f43bd8c25ac7eafc0501f28f
| Author: hkiel 
| Date:   Fri Sep 29 12:35:56 2017 +0200
| 
|     * OMCompiler e6d2062...c64663d (1):
|       > make SimCodeUtil.createAllDiffedSimVars tail recursive fix ticket:4534
| 
| M	OMCompiler
| 
* commit a2256a08eb9b95797c487af8d1baf907b9669547
| Author: Martin Sjölund 
| Date:   Fri Sep 29 11:54:59 2017 +0200
| 
|     * OMCompiler cd1bf87...e6d2062 (2):
|       > Make C++ FMUs respect fileNamePrefix
|       > Cache the FMI configure results
| 
| M	OMCompiler
| 
* commit 28a2c187fc6fadb57f9ee208b02b0e04b3bab400
| Author: hudson 
| Date:   Thu Sep 28 19:19:44 2017 +0200
| 
|     * libraries a777d44...75ffe04 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b00b4444e1d014166898a1d4b692d6bff2672fa3
| Author: Martin Sjölund 
| Date:   Thu Sep 28 16:26:46 2017 +0200
| 
|     * OMCompiler d39727c...cd1bf87 (3):
|       > [FMI] Do not optimize read_input_fmu
|       > [FMI] Keep more logs with generated binary
|       > Enabled RT_CLOCK_BUILDMODEL for buildModelFMU
| 
| M	OMCompiler
| 
* commit de72c7a0890f36c1e732dc1d0bcc77da8f8e0b87
| Author: hkiel 
| Date:   Thu Sep 28 13:57:05 2017 +0200
| 
|     * OMShell f326bf7...999d33b (1):
|       > interpret MMC_STRINGDATA as utf-8
| 
| M	OMShell
| 
* commit a55b96e1e6c19019cbd14e859b66dd88133fa168
| Author: hkiel 
| Date:   Thu Sep 28 13:41:19 2017 +0200
| 
|     * OMCompiler 351c73d...d39727c (1):
|       > update omc translations
| 
| M	OMCompiler
| 
* commit cd3b03c2ced278bde89026465922e75fd2d91c41
| Author: hkiel 
| Date:   Thu Sep 28 13:16:35 2017 +0200
| 
|     * OMCompiler 15276ce...351c73d (1):
|       > fix some c-compiler warnings
| 
| M	OMCompiler
| 
* commit 9a964c099667e3b85b719be1f2b7f401bb06ce55
| Author: hkiel 
| Date:   Thu Sep 28 09:16:15 2017 +0200
| 
|     * OMCompiler 0371e97...15276ce (1):
|       > avoid stack overflow (ticket:4534)
| 
| M	OMCompiler
| 
* commit 731be8b8ebdd5d9c203eae4d9d28e4e72a5e0d86
| Author: hudson 
| Date:   Wed Sep 27 19:24:02 2017 +0200
| 
|     Updating submodules
|     * OMShell 70ef9f4...f326bf7 (1):
|       > not needed
|     
|     * libraries 791f44b...a777d44 (1):
|       > Bump libraries
| 
| M	OMShell
| M	libraries
| 
* commit ee0a82fa15cc5541c5b4facaf430b750dc60e28a
| Author: hudson 
| Date:   Wed Sep 27 19:07:47 2017 +0200
| 
|     Updating submodules
|     * OMEdit 4a398f7...5ab8668 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Allow creating initial state graphically.
|     
|     * OMShell 71a39a1...70ef9f4 (9):
|       > don't use std::begin and std::end as is not need
|       > attempt to fix clang compilation
|       > Fixed OMShell windows compilation
|       > cd() to tmp dir when starting OMShellGUI
|       > Call MMC_INIT()
|       > explicit instead of using namespace
|       > fix crash when doing first evalExpression()
|       > change OMShellGUI from corba to direct interface
|       > change mosh from corba to direct interface
| 
| M	OMEdit
| M	OMShell
| 
* commit 4bc9cda18cebfb93cdb4c7d2a4d0048070da409f
| Author: Rüdiger Franke 
| Date:   Wed Sep 27 15:27:10 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 23493d8...0371e97 (2):
|       > Third attempt to fix shiftSample, ticket:4530
|       > Eliminate subSampleFactor from FMI model description
|     
|     * testsuite 0e5f04f...ed5d795 (3):
|       > Expected result
|       > Add test for FMI model description with sub-clocks
|       > Correct synchronous test for shiftSample, ticket:4530
| 
| M	OMCompiler
| M	testsuite
| 
* commit 493014e2bb2e3dd1470292f2725a3f8f303afec4
| Author: Lennart Ochel 
| Date:   Wed Sep 27 13:43:34 2017 +0200
| 
|     * OMCompiler c7cddda...23493d8 (1):
|       > [FMI2] Fix set/get methods for types integer, boolean, and string
| 
| M	OMCompiler
| 
* commit 013bc12e5c02df0cd688cd14da4ddeb8b96dbb09
| Author: Lennart Ochel 
| Date:   Wed Sep 27 13:03:31 2017 +0200
| 
|     * OMCompiler 08c6143...c7cddda (1):
|       > Fix some error messages
| 
| M	OMCompiler
| 
* commit e1fbe62d15f4fb9f14104cfa3e52b6298d573cca
| Author: Lennart Ochel 
| Date:   Wed Sep 27 11:00:05 2017 +0200
| 
|     * OMCompiler 453670f...08c6143 (1):
|       > [FMI2] Calculate real values if needed
| 
| M	OMCompiler
| 
* commit bed1e12ae763f8efc8571f24de0f15c9f10ef5c4
| Author: hkiel 
| Date:   Wed Sep 27 10:01:07 2017 +0200
| 
|     OMShell does no longer depend on corba
| 
| M	README.md
| M	configure.ac
| 
* commit 73d30870550b9450b49365c0fd15bb964fc3ee6c
| Author: alash325 
| Date:   Tue Sep 26 22:54:29 2017 +0200
| 
|     * OMEdit 52a7064...4a398f7 (1):
|       > Updated the traceability message format version to 1.4 and latest OpenModelica test case
| 
| M	OMEdit
| 
* commit 45c5a33b27d45565d14fe523d58053f66599905d
| Author: alash325 
| Date:   Tue Sep 26 20:06:22 2017 +0200
| 
|     * OMEdit 17caf92...52a7064 (1):
|       > Remove traceability query functionality Disable basic git functionality
| 
| M	OMEdit
| 
* commit 02bc9b999bd440713921a88b80654cdbff5a9ab3
| Author: hudson 
| Date:   Tue Sep 26 19:21:15 2017 +0200
| 
|     * libraries 3a2f2a7...791f44b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e72b25480c883c7f2c21c910940a5186378c1c3a
| Author: Per Östlund 
| Date:   Tue Sep 26 15:07:13 2017 +0200
| 
|     * OMCompiler 93a4aed...453670f (1):
|       > Fix #4524 for Cpp and XML codegen too.
| 
| M	OMCompiler
| 
* commit 5376fc3de0e64bb2199cae76a118ba06bf6d2344
| Author: hkiel 
| Date:   Tue Sep 26 14:35:55 2017 +0200
| 
|     * OMCompiler 415de24...93a4aed (1):
|       > make unmodified objects constant
| 
| M	OMCompiler
| 
* commit f3aa9f3a8bf8890c74c26efd5f857dce4e6dee93
| Author: Per Östlund 
| Date:   Tue Sep 26 14:04:45 2017 +0200
| 
|     * OMCompiler 5bf9661...415de24 (1):
|       > Fix for #4524:
| 
| M	OMCompiler
| 
* commit eb9be2ee71d54c9bae86b37cf336c5b257418f60
| Author: Rüdiger Franke 
| Date:   Tue Sep 26 12:21:23 2017 +0200
| 
|     * OMCompiler 6554061...5bf9661 (1):
|       > Revert "Alternative treatment of shiftSample also considering event clocks"
| 
| M	OMCompiler
| 
* commit 0ad4ffc690c5f558f01ead866b85d75c34ac3802
| Author: Adeel Asghar 
| Date:   Tue Sep 26 12:01:56 2017 +0200
| 
|     * OMEdit 9743a1a...17caf92 (1):
|       > Slightly better way to fix ticket:4472.
| 
| M	OMEdit
| 
* commit f85dfc967b67bfcb6b6243f4c4abac65e9b56fe9
| Author: Rüdiger Franke 
| Date:   Mon Sep 25 22:52:28 2017 +0200
| 
|     * OMCompiler 5c6d6e3...6554061 (4):
|       > Alternative treatment of shiftSample also considering event clocks
|       > Revert "Separate subSample and superSample from shiftSample"
|       > Fix clock ordering in FMI model description
|       > Separate subSample and superSample from shiftSample
| 
| M	OMCompiler
| 
* commit dc663710d603f28c7d43e75292a5c354d29ee0c3
| Author: hudson 
| Date:   Mon Sep 25 19:19:35 2017 +0200
| 
|     * libraries 783c003...3a2f2a7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 645f58f28988b57d87dbae43c11409fdce64d93c
| Author: Rüdiger Franke 
| Date:   Mon Sep 25 18:48:13 2017 +0200
| 
|     * OMCompiler 79caae6...5c6d6e3 (1):
|       > Remove superSampleFactor from FMI model description
| 
| M	OMCompiler
| 
* commit dbcae4a0f417e499c66f7681de82a98dbbe3cb34
| Author: Per Östlund 
| Date:   Mon Sep 25 17:20:16 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b9e79ec...79caae6 (1):
|       > Fix for #4521.
|     
|     * testsuite 5724639...0e5f04f (1):
|       > Added test case for #4521.
| 
| M	OMCompiler
| M	testsuite
| 
* commit beef570dd72e8dd5ec256d754f55f7ce07eb9dcc
| Author: Jan Šilar 
| Date:   Mon Sep 25 15:22:12 2017 +0200
| 
|     * testsuite 6bb362f...5724639 (1):
|       > Adding test for PDEModelica.
| 
| M	testsuite
| 
* commit e1aa56fd98f6b49bc97d96b53c0ba4a04c8219fc
| Author: Jan Šilar 
| Date:   Mon Sep 25 12:41:35 2017 +0200
| 
|     * OMCompiler aab2f92...b9e79ec (1):
|       > PDEModelica
| 
| M	OMCompiler
| 
* commit 6ca5560b999b54f729144374b8ccd181a1830f91
| Author: Volker Waurich 
| Date:   Mon Sep 25 12:22:33 2017 +0200
| 
|     * OMCompiler bbbda07...aab2f92 (1):
|       > fix for simplifyIfEquation
| 
| M	OMCompiler
| 
* commit b324435123e0bad05e67cc1b6f99607da363f1a7
| Author: bernhardbachmann 
| Date:   Mon Sep 25 11:54:55 2017 +0200
| 
|     * OMCompiler 594ab60...bbbda07 (1):
|       > Fix division by zero problem
| 
| M	OMCompiler
| 
* commit 71029e3be40f97dfd945a255d56bc9539886e6f0
| Author: hudson 
| Date:   Mon Sep 25 07:33:37 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a633fbb...594ab60 (2):
|       > Updating 3rdParty
|       > fix for ticket:4459 and ticket:4491 - support both BuildType and BUILDTYPE on command line - update 3rdParty/ModelicaExternalC tables C source code to the latest version from MSL:   https://github.com/modelica/Modelica/commit/8209e73d7739ebcacd779f0d189d0a2885dfe105
|     
|     * testsuite fb83cf6...6bb362f (1):
|       > update tests after changes to modelica tables
| 
| M	OMCompiler
| M	testsuite
| 
* commit fd00a2b24451b6cad5a0703df764278a3992e3c2
| Author: hudson 
| Date:   Sun Sep 24 19:18:37 2017 +0200
| 
|     * libraries 8e181fb...783c003 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 876b6b0635b0e3e0aa11cbbedbc3c183af159d3f
| Author: Rüdiger Franke 
| Date:   Sat Sep 23 21:24:59 2017 +0200
| 
|     * OMCompiler e844e3a...a633fbb (1):
|       > Apply resolution to shiftCounter in FMI model description
| 
| M	OMCompiler
| 
* commit 7a289c21793cc66de36b071f250ecc1cd3facd06
| Author: hudson 
| Date:   Sat Sep 23 19:20:12 2017 +0200
| 
|     * libraries 4365f90...8e181fb (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f64f2ea3860d402ac57b40a006000b0e706ee999
| Author: hudson 
| Date:   Fri Sep 22 19:21:55 2017 +0200
| 
|     * libraries cacb902...4365f90 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a80dcb77c74bd2cea61f21a20d259f1d85488fed
| Author: Bernhard Thiele 
| Date:   Fri Sep 22 18:14:15 2017 +0200
| 
|     * testsuite e1fe7f8...fb83cf6 (1):
|       > Add reference to corresponding ticket
| 
| M	testsuite
| 
* commit f0031a2671b2abce75dd159f2bbb4e82a7f84c91
| Author: Bernhard Thiele 
| Date:   Fri Sep 22 17:45:34 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 50d02d9...e844e3a (1):
|       > Fix for ticket:4527
|     
|     * testsuite 6967d1c...e1fe7f8 (1):
|       > Test case for ticket:4527
| 
| M	OMCompiler
| M	testsuite
| 
* commit 25282f9216e18a09685d0dabf245758518a40b04
| Author: hudson 
| Date:   Thu Sep 21 19:19:46 2017 +0200
| 
|     * libraries 3f1c569...cacb902 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5b4625a052e5303a1ca55edecd5d5ee7be5fc93b
| Author: Per Östlund 
| Date:   Thu Sep 21 14:28:02 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d3dffea...50d02d9 (1):
|       > NFInst improvements.
|     
|     * testsuite b00cb1a...6967d1c (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a082edacf1a813e798fbd1fde04ebca58f360663
| Author: hkiel 
| Date:   Thu Sep 21 11:41:17 2017 +0200
| 
|     OMNotebook does not depend on CORBA
| 
| M	configure.ac
| 
* commit b3a30fa1214671755ff6e2f577165d5e3a308692
| Author: hudson 
| Date:   Wed Sep 20 19:19:58 2017 +0200
| 
|     * libraries 54f0b0f...3f1c569 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9e2053672016ffbdad6b3da0b482232fc7d7e24b
| Author: bernhardbachmann 
| Date:   Wed Sep 20 17:28:25 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e59152f...d3dffea (1):
|       > Improved damping criteria of the newton solver
|     
|     * testsuite 13c08d4...b00cb1a (1):
|       > Improved damping criteria of the newton solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit d8e4ca81943229e8952df09950e0b121630a02ff
| Author: Per Östlund 
| Date:   Wed Sep 20 12:37:58 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0c97493...e59152f (1):
|       > NFInst improvements.
|     
|     * testsuite d85ad38...13c08d4 (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b5977e398f5cb22fc05fdbb68d3ff86eea9be14a
| Author: hudson 
| Date:   Tue Sep 19 19:19:45 2017 +0200
| 
|     * libraries 3722ea5...54f0b0f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ae474845dd9fa13b1eaae49c4b8e24052d978ace
| Author: hudson 
| Date:   Mon Sep 18 19:17:47 2017 +0200
| 
|     * libraries 8c74d1c...3722ea5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 60a45e91a560dfea23ab64c62e84eeedd8bffb3b
| Author: Per Östlund 
| Date:   Mon Sep 18 16:30:12 2017 +0200
| 
|     * OMEdit 933120e...9743a1a (1):
|       > Fix for #4472.
| 
| M	OMEdit
| 
* commit 7838f7bbeb3ff33535540b9abc91a80986ad3ad3
| Author: hudson 
| Date:   Sun Sep 17 19:19:24 2017 +0200
| 
|     * libraries 685a758...8c74d1c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 34a4337042ef3be986b161b9b942254fbb6b10d9
| Author: hudson 
| Date:   Sat Sep 16 19:19:36 2017 +0200
| 
|     * libraries 61fb168...685a758 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e8a64078844a309e0cf1536ab725adc0c5e4c770
| Author: hudson 
| Date:   Fri Sep 15 19:19:48 2017 +0200
| 
|     * libraries 75ee848...61fb168 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 38a36c126ca4d41faf5d5a21a73e380364976aa2
| Author: Per Östlund 
| Date:   Fri Sep 15 16:16:59 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c40d463...0c97493 (1):
|       > NFInst improvements.
|     
|     * testsuite 0905287...d85ad38 (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0d6dad4ff56833c3e48bdb717313ef95d6223a69
| Author: Adrian Pop 
| Date:   Fri Sep 15 02:47:46 2017 +0200
| 
|     * OMCompiler 7bd4847...c40d463 (1):
|       > fix a crash in sphinxoutput
| 
| M	OMCompiler
| 
* commit 848e436b9a2522921b56b8f15d5a967af86962b0
| Author: hudson 
| Date:   Thu Sep 14 19:19:15 2017 +0200
| 
|     * libraries 6c0aecb...75ee848 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4f23e83d19aeaa2842edec5c8bf2a8008353d86a
| Author: Volker Waurich 
| Date:   Thu Sep 14 12:54:51 2017 +0200
| 
|     * OMCompiler a275e4c...7bd4847 (1):
|       > fix visualization xml
| 
| M	OMCompiler
| 
* commit 395055b1b1d6f932392e101f9917966f9756de48
| Author: Willi Braun 
| Date:   Wed Sep 13 20:31:03 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ff26927...a275e4c (1):
|       > more fixes for ticket:4395
|     
|     * testsuite 2965425...0905287 (1):
|       > adjust output to solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit b57989c9bdc3e49a9f65bd0ab8a3a9471d500d64
| Author: hudson 
| Date:   Wed Sep 13 19:18:27 2017 +0200
| 
|     * libraries b43989d...6c0aecb (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a731c3767e9edec70b770a40619f0fa3a9263d46
| Author: bernhardbachmann 
| Date:   Wed Sep 13 15:51:47 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cc3c531...ff26927 (1):
|       > Fix some scaling issues
|     
|     * testsuite 1e8090d...2965425 (1):
|       > Add scaling test and expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a48130a4bd8ca161d57ec701811c5d2ad7e553be
| Author: Per Östlund 
| Date:   Wed Sep 13 13:30:14 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5307f91...cc3c531 (1):
|       > Fix InstExtends.fixCref for fully qualified crefs.
|     
|     * testsuite e8ef378...1e8090d (1):
|       > Added testcase for inherited fully qualified name.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 27491b90ef2709ee1cc5d42eb2b8734f58a69ca6
| Author: Per Östlund 
| Date:   Wed Sep 13 12:27:30 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler df8573f...5307f91 (1):
|       > Fix parsing of imports.
|     
|     * testsuite 8e05bdf...e8ef378 (1):
|       > Added testcase for fully qualified import.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4df7d97b1a337e94c6aa2d5fa20f5b336e6413c5
| Author: Willi Braun 
| Date:   Tue Sep 12 22:36:04 2017 +0200
| 
|     * OMCompiler 275ccba...df8573f (1):
|       > added noScaling flag and fix minor kinsol things
| 
| M	OMCompiler
| 
* commit 898685d2dd842e3cb6d726e7dad6b0e00c14d9c7
| Author: hudson 
| Date:   Tue Sep 12 19:20:44 2017 +0200
| 
|     * libraries c92cd99...b43989d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7b437781a31c6dd01155b11bfdebe64950ed1507
| Author: ptaeuber 
| Date:   Tue Sep 12 18:32:14 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 62dc75d...275ccba (1):
|       > Introduce new global homotopy approach
|     
|     * testsuite 8aeeac1...8e05bdf (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0b2c3fa2a26c2a0260b4057da60e79c94138aab9
| Author: hudson 
| Date:   Tue Sep 12 14:48:59 2017 +0200
| 
|     * libraries 81346e4...c92cd99 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 46764e28fb346d56bdc8ef10fb2435554c940db6
| Author: Bernhard Thiele 
| Date:   Tue Sep 12 13:59:36 2017 +0200
| 
|     * testsuite 91a80a7...8aeeac1 (1):
|       > Added failing test for state machines
| 
| M	testsuite
| 
* commit 90645ae020f7978ae22ea6b8c2e4eebdf6e3b37e
| Author: Per Östlund 
| Date:   Tue Sep 12 13:05:24 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e2dfbf6...62dc75d (1):
|       > NFInst improvements.
|     
|     * testsuite ea9199b...91a80a7 (1):
|       > Updated nfinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ceb7383b695ede092a270285c01d71679fa6a251
| Author: vwaurich 
| Date:   Tue Sep 12 08:25:17 2017 +0200
| 
|     * testsuite 8a7ad82...ea9199b (1):
|       > update test for partlintorn
| 
| M	testsuite
| 
* commit edc8f19799cf6ad3e37be77717deeffcf892dcd2
| Author: Volker Waurich 
| Date:   Tue Sep 12 08:08:11 2017 +0200
| 
|     * OMCompiler 5682249...e2dfbf6 (1):
|       > fix for partlintorn
| 
| M	OMCompiler
| 
* commit 0644763bd970587b21847c3dfa356e593975fac2
| Author: hudson 
| Date:   Mon Sep 11 19:19:04 2017 +0200
| 
|     * libraries 23b9c33...81346e4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4e92c6f91c942cbde98fc55a4dc73b8b11af850c
| Author: Per Östlund 
| Date:   Mon Sep 11 15:26:40 2017 +0200
| 
|     * testsuite e4efaec...8a7ad82 (1):
|       > Updated nfinst test cases.
| 
| M	testsuite
| 
* commit 7e0b4a4e6d35e39008e0d153fd9bc2ee59c1e241
| Author: hudson 
| Date:   Sun Sep 10 19:18:24 2017 +0200
| 
|     * libraries 394282e...23b9c33 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8ff248fc1741bf07adb28854a7c0d21e77dd65c4
| Author: hudson 
| Date:   Sat Sep 9 19:18:37 2017 +0200
| 
|     * libraries cd89d8c...394282e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0415583a5a3c9dfefdf3e84525b663967ce48c60
| Author: hudson 
| Date:   Fri Sep 8 19:17:46 2017 +0200
| 
|     * libraries 6a9d50a...cd89d8c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 91c3b93caa60e7c30071d39fc29e725f9a97960f
| Author: ptaeuber 
| Date:   Fri Sep 8 14:58:58 2017 +0200
| 
|     * OMCompiler 3d27c59...5682249 (1):
|       > Warn about iteration variables with no nominal attribute
| 
| M	OMCompiler
| 
* commit d4287a49b7a25a0f4507e77627d298b38a6cef94
| Author: hkiel 
| Date:   Fri Sep 8 10:49:53 2017 +0200
| 
|     * OMCompiler 8cf7496...3d27c59 (1):
|       > make SymbolicJacobian.createAllDiffedVars tail recursive fixes ticket:4392
| 
| M	OMCompiler
| 
* commit d2b9734ab07bad956c212558586c9dc9d5c01fbb
| Author: hudson 
| Date:   Thu Sep 7 19:19:50 2017 +0200
| 
|     * libraries e9731be...6a9d50a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2cc8dbb2d88ccdbeae540b6af9c12202bcf723ea
| Author: Per Östlund 
| Date:   Thu Sep 7 13:01:19 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler df2b0b4...8cf7496 (1):
|       > NFInst improvements.
|     
|     * testsuite 1a22a75...e4efaec (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7b13b9e838530994c0326a1d2a84e4e828e97347
| Author: hudson 
| Date:   Wed Sep 6 19:17:55 2017 +0200
| 
|     * libraries c0eab59...e9731be (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7c9f5fc714ce0698cbafbe372e9a207043646bae
| Author: Willi Braun 
| Date:   Tue Sep 5 20:05:55 2017 +0200
| 
|     * OMCompiler 60fecdd...df2b0b4 (1):
|       > further fixes to ticket:4395
| 
| M	OMCompiler
| 
* commit b89b226265d9181940bef8b5fd4e9dc3525451b1
| Author: hudson 
| Date:   Tue Sep 5 19:17:45 2017 +0200
| 
|     * libraries 277c583...c0eab59 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9227aa9b9de2b241b10f16619a6d73a4b803c6ac
| Author: Adeel Asghar 
| Date:   Tue Sep 5 12:01:42 2017 +0200
| 
|     * OMEdit 86f97b6...933120e (1):
|       > Make sure we always initialize the text annotation for transition.
| 
| M	OMEdit
| 
* commit c97f92840c5e40324fb01d81f51fe6f2fc6c8f86
| Author: hudson 
| Date:   Mon Sep 4 19:44:03 2017 +0200
| 
|     * libraries 5c3e4dc...277c583 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 25dab66a35339a21b9f9d2b568fab7d09795bab0
| Author: Adrian Pop 
| Date:   Mon Sep 4 19:12:32 2017 +0200
| 
|     * OMCompiler 45d12db...60fecdd (1):
|       > fix ticket:4509, use correct defines on Windows
| 
| M	OMCompiler
| 
* commit d93039b6d63bbb0fba36017810d416b1974b8dcf
| Author: hudson 
| Date:   Sat Sep 2 19:17:04 2017 +0200
| 
|     * libraries 8f77681...5c3e4dc (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 203eaec8a54eb6537ffddeb9d84deedb1cbc7651
| Author: hudson 
| Date:   Fri Sep 1 19:19:11 2017 +0200
| 
|     * libraries 71423a0...8f77681 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4cff8892657b846f9d94ab4b1e8a2db29e5f9a90
| Author: Lennart Ochel 
| Date:   Fri Sep 1 11:39:13 2017 +0200
| 
|     * OMCompiler dc5dc2b...45d12db (3):
|       > Removed the eol comma separator
|       > Skip exporting variables of type string for csv export
|       > Fix csv export for variables of type string
| 
| M	OMCompiler
| 
* commit 740e49eb5ba367c547f01668ea1c4a75a9866cb9
| Author: hudson 
| Date:   Thu Aug 31 19:20:09 2017 +0200
| 
|     * libraries e31a4bf...71423a0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e7807fc0bfad8a9ab3b732096fe893660786ff3a
| Author: Willi Braun 
| Date:   Thu Aug 31 18:30:03 2017 +0200
| 
|     * OMCompiler b67fdd1...dc5dc2b (1):
|       > fixes issues from ticket:4395
| 
| M	OMCompiler
| 
* commit ecba14fd4b254cb14ea1fbf2bc5079031515d02b
| Author: ptaeuber 
| Date:   Thu Aug 31 14:35:07 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9db6254...b67fdd1 (1):
|       > Try without homotopy also for local homotopy method
|     
|     * testsuite 7e16a2c...1a22a75 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit bd971a3dc13e5417791a8b7bbde9cbc915ace3d5
| Author: hudson 
| Date:   Wed Aug 30 19:18:43 2017 +0200
| 
|     * libraries f6a4839...e31a4bf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6f5a22db7c46f2ca141811a5f1ccf108b03429c5
| Author: ptaeuber 
| Date:   Wed Aug 30 10:53:17 2017 +0200
| 
|     * OMCompiler 56f95c7...9db6254 (1):
|       > Fix bug in homotopy solver
| 
| M	OMCompiler
| 
* commit 54c09380c8c12585c3d862857070f616a4db4b04
| Author: hudson 
| Date:   Tue Aug 29 19:18:34 2017 +0200
| 
|     * libraries 2851550...f6a4839 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 11e8d618e8ec5a84e8e3034872887e8538ebb3fc
| Author: Willi Braun 
| Date:   Tue Aug 29 16:19:31 2017 +0200
| 
|     * testsuite 9ed2db4...7e16a2c (1):
|       > move daeMode testsuite
| 
| M	testsuite
| 
* commit 4d2d8217e2419fee51bbb9e7c9fd8f888757daa2
| Author: Willi Braun 
| Date:   Tue Aug 29 15:57:23 2017 +0200
| 
|     * OMCompiler a4b8280...56f95c7 (1):
|       > added additional ida statistics
| 
| M	OMCompiler
| 
* commit 33834a0a279695ef8366de9d3f5665100bffdabf
| Author: Willi Braun 
| Date:   Tue Aug 29 15:41:44 2017 +0200
| 
|     * OMCompiler 29740e2...a4b8280 (1):
|       > fix daeMode=all by skipping algebraic evaluation
| 
| M	OMCompiler
| 
* commit b067f6fe904ca275d764463fb5a9717dfa15753f
| Author: hudson 
| Date:   Mon Aug 28 19:17:31 2017 +0200
| 
|     * libraries 5d81eec...2851550 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c560c0c3f3b6392c38dae629848143c35da1ad06
| Author: hudson 
| Date:   Sat Aug 26 19:17:45 2017 +0200
| 
|     * libraries 9e3889b...5d81eec (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6c5771f7053eabd4995cb361ff59c94ddc23f1da
| Author: hudson 
| Date:   Fri Aug 25 19:18:43 2017 +0200
| 
|     * libraries bb931ce...9e3889b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1287a1684d736b62722786434ba568358c1b0392
| Author: hudson 
| Date:   Thu Aug 24 19:18:36 2017 +0200
| 
|     * libraries 72007b8...bb931ce (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cf88d0adcbbb949341d3dac59ffac18076042b54
| Author: Lennart Ochel 
| Date:   Thu Aug 24 16:03:41 2017 +0200
| 
|     * OMCompiler 52b0a09...29740e2 (1):
|       > Fix sorting of external object destructors
| 
| M	OMCompiler
| 
* commit 2630d23e0cbb9ad9f29384809560a3963775e3db
| Author: Lennart Ochel 
| Date:   Thu Aug 24 13:50:41 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3ade197...52b0a09 (1):
|       > Align variables to avoid unexpected behaviour
|     
|     * testsuite ad433e8...9ed2db4 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 175e18212e6dcb076dab74f40e965de1ef8efded
| Author: ptaeuber 
| Date:   Thu Aug 24 12:37:47 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4522d13...3ade197 (1):
|       > Fix success messages
|     
|     * testsuite bf355bb...ad433e8 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9cb57ef8cee4c8abac8e25023edc2883707dd654
| Author: adrpo 
| Date:   Thu Aug 24 00:01:06 2017 +0200
| 
|     v1.13.0-dev
| 
| M	OMCompiler
| M	OMEdit
| 
* commit cae3ed2ff41042e2d3298d886a9ddd93a24b2e54
| Author: hudson 
| Date:   Wed Aug 23 19:19:19 2017 +0200
| 
|     * libraries 2a4032a...72007b8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 647f3eaaf7512a761207cfbe0127fed1e4db6765
| Author: Per Östlund 
| Date:   Wed Aug 23 16:54:33 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1a120c8...c74f605 (1):
|       > Implemented initial support for size in nfinst.
|     
|     * testsuite e5d7afe...bf355bb (1):
|       > Added some nfinst test cases for size.
| 
| M	OMCompiler
| M	testsuite
| 
* commit cc3f888120e4f28f5348c2d172098d25f7574b1e
| Author: hkiel 
| Date:   Wed Aug 23 15:38:18 2017 +0200
| 
|     * OMCompiler 2e4c6ff...1a120c8 (1):
|       > evaluateForStatement: do not loop over ranges with stop < start
| 
| M	OMCompiler
| 
* commit 91055953ff1cf352d3a14929e6c4f0de14458296
| Author: Adrian Pop 
| Date:   Wed Aug 23 14:34:06 2017 +0200
| 
|     * OMOptim 4f4bba2...6cc37d7 (1):
|       > Fix ParadisEO build on cmake3.9 OSX
| 
| M	OMOptim
| 
* commit 6ffabc94a22d8c81c2ecb8b5fdcdb69c2a3c36ae
| Author: Per Östlund 
| Date:   Wed Aug 23 13:19:20 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cc3ad15...2e4c6ff (1):
|       > Implemented class extends in nfinst.
|     
|     * testsuite 602b895...e5d7afe (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1d272f84a082f22b6f34e2dfc9f7648c942dbb61
| Author: hudson 
| Date:   Tue Aug 22 19:20:06 2017 +0200
| 
|     * libraries 433c5f9...2a4032a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 419aff04bebe1df408aff8bc283522eb91f54b01
| Author: Adrian Pop 
| Date:   Tue Aug 22 18:41:19 2017 +0200
| 
|     * libraries e96034d...433c5f9 (1):
|       > Update repos.json provided, reverse!
| 
| M	libraries
| 
* commit 16d42a233448c45844110c3587273db77a20fa08
| Author: hkiel 
| Date:   Tue Aug 22 16:52:31 2017 +0200
| 
|     * OMCompiler 1c87ab0...cc3ad15 (1):
|       > avoid creation of temporary lists
| 
| M	OMCompiler
| 
* commit 6d2ad6fcb18c5545f13af9ac861701e45f4f54b1
| Author: Adrian Pop 
| Date:   Tue Aug 22 15:40:16 2017 +0200
| 
|     * libraries f90a8e4...e96034d (1):
|       > Update repos.json provided
| 
| M	libraries
| 
* commit 998a6682bc5e7430d6b6f0f0b3f2c444581651e9
| Author: Per Östlund 
| Date:   Mon Aug 21 17:57:12 2017 +0200
| 
|     * OMCompiler 5b5e235...1c87ab0 (1):
|       > Remove name from class extends SCode.ClassDef.
| 
| M	OMCompiler
| 
* commit bf0f31f35249f4b5a63990bd4af6fd83af6a3a41
| Author: Per Östlund 
| Date:   Mon Aug 21 15:35:31 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler db08647...5b5e235 (1):
|       > Implemented handling of duplicates in nfinst.
|     
|     * testsuite ac5733a...602b895 (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8d481c1e30d3c10823406149db9665c1eefe9957
| Author: Adeel Asghar 
| Date:   Thu Aug 17 12:25:13 2017 +0200
| 
|     * OMEdit 16b485f...bf8c59d (1):
|       > ticket:4348 Remember the welcome page splitter state.
| 
| M	OMEdit
| 
* commit 450592c3a95d408700d8f54590423b9c52cf1dba
| Author: Adeel Asghar 
| Date:   Thu Aug 17 11:59:53 2017 +0200
| 
|     * OMEdit 829f2ca...16b485f (1):
|       > ticket:4476 Handle gradients properly for SVG export.
| 
| M	OMEdit
| 
* commit 345ceb4e86e7d55e0fdd1399fb7565881ddda229
| Author: Adeel Asghar 
| Date:   Wed Aug 16 15:06:08 2017 +0200
| 
|     * OMEdit 830a970...829f2ca (1):
|       > No context menu when creating a transition.
| 
| M	OMEdit
| 
* commit ad3b626b373353cbaeef2b633a65fdd81c4672e2
| Author: Adeel Asghar 
| Date:   Wed Aug 16 14:50:01 2017 +0200
| 
|     * OMEdit 116a854...830a970 (1):
|       > ticket:4478 Added time units in simulation setup.
| 
| M	OMEdit
| 
* commit fc0788a2148d07848d706ed0488c47e19fb3e273
| Author: Martin Sjölund 
| Date:   Wed Aug 16 14:06:54 2017 +0200
| 
|     * OMCompiler 7e5cc77...db08647 (1):
|       > Check for -g=Optimica in optimization solver
| 
| M	OMCompiler
| 
* commit 7d081001d4d02f614d07c99524cad351f48c9f57
| Author: Adeel Asghar 
| Date:   Tue Aug 15 14:55:57 2017 +0200
| 
|     * doc 29ea329...8f52c44 (1):
|       > Updated the new state image.
| 
| M	doc
| 
* commit c551b58010a2fe5242ae3444eabad72b4584ba87
| Author: Adeel Asghar 
| Date:   Tue Aug 15 14:39:50 2017 +0200
| 
|     * doc 6b88123...29ea329 (1):
|       > Copy the transition-mode.svg
| 
| M	doc
| 
* commit 12fec1999c766d12a69c01c7380f29f6548737fc
| Author: Adeel Asghar 
| Date:   Tue Aug 15 13:36:39 2017 +0200
| 
|     * doc 6ed6ae0...6b88123 (1):
|       > Creating states and transitions.
| 
| M	doc
| 
* commit 83d77459057aabbaaaba32d3a8391740c5daebd0
| Author: Adeel Asghar 
| Date:   Tue Aug 15 11:57:59 2017 +0200
| 
|     * OMEdit af79c51...116a854 (1):
|       > Don't display the simulation success message. The success message is moved to omc.
| 
| M	OMEdit
| 
* commit b53dc605ae318dc89fc1699990fa003eaae775a2
| Author: vwaurich 
| Date:   Mon Aug 14 16:44:43 2017 +0200
| 
|     * OMEdit 7340eb3...af79c51 (1):
|       > revert camera implementation
| 
| M	OMEdit
| 
* commit 6cca4b059626688f8880b741173bf87da52ae134
| Author: vwaurich 
| Date:   Mon Aug 14 15:54:58 2017 +0200
| 
|     * OMEdit f8a7774...7340eb3 (3):
|       > cam icon
|       > camera mount, i dont get it
|       > interactive control panel for FMU animation2
| 
| M	OMEdit
| 
* commit ef3211bc124154115ed0dc76d81b64c8c92859bc
| Author: ptaeuber 
| Date:   Mon Aug 14 13:06:53 2017 +0200
| 
|     * OMCompiler 19f24e8...7e5cc77 (1):
|       > Change homotopyOnFirstTry flag description
| 
| M	OMCompiler
| 
* commit d3d2a744480b9decee78aa341821004c5319d234
| Author: Adeel Asghar 
| Date:   Fri Aug 11 12:50:50 2017 +0200
| 
|     * OMEdit 9f04cba...f8a7774 (1):
|       > Fix build
| 
| M	OMEdit
| 
* commit 5429440fc2303369ebf48c35f21dd2f714b6614e
| Author: Volker Waurich 
| Date:   Fri Aug 11 12:04:23 2017 +0200
| 
|     * OMCompiler 24c3047...19f24e8 (1):
|       > fix for HpComEqSystems.partlintorn
| 
| M	OMCompiler
| 
* commit b5b64963aaaa96544f98826df0892bf6265b9043
| Author: Martin Sjölund 
| Date:   Thu Aug 10 12:36:52 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1355755...24c3047 (1):
|       > Perform incomplete matching for over/underdet syst
|     
|     * testsuite 2252051...ac5733a (1):
|       > Expected output for balance checking improvement
| 
| M	OMCompiler
| M	testsuite
| 
* commit ffd8b442472c283123d2e03e9922e63fefcb47bd
| Author: vwaurich 
| Date:   Thu Aug 10 08:31:48 2017 +0200
| 
|     * testsuite d51aef8...2252051 (1):
|       > add test for evalFunc
| 
| M	testsuite
| 
* commit 6329ba356ee2f9e1a229addd36dd3d3642a90ad8
| Author: Volker Waurich 
| Date:   Thu Aug 10 08:15:22 2017 +0200
| 
|     * OMCompiler dc49b6e...1355755 (1):
|       > fix for evalfunc #4456
| 
| M	OMCompiler
| 
* commit f6ba251dbaa2d0c0caefaa06b4cdb652c2696bef
| Author: ptaeuber 
| Date:   Wed Aug 9 16:08:23 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e988ea4...dc49b6e (1):
|       > Initialization and simulation success messages on stdout
|     
|     * testsuite 6b9a41d...d51aef8 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 50f35a821a2b1a3ed21f8b4544b75f418732bebd
| Author: vwaurich 
| Date:   Wed Aug 9 11:49:27 2017 +0200
| 
|     * testsuite 45431ea...6b9a41d (2):
|       > activate test
|       > test for deltaSimulationResults scripting
| 
| M	testsuite
| 
* commit 47d892042a7a2919f20486f22226deddf6ccfbca
| Author: Volker Waurich 
| Date:   Wed Aug 9 10:57:15 2017 +0200
| 
|     * OMCompiler a845eda...e988ea4 (1):
|       > add 1-norm, 2-norm and max error for deltaSimualtionResults API
| 
| M	OMCompiler
| 
* commit 9e6db8a7045e6ed22cd1fd41607d8b24da3accd5
| Author: Adeel Asghar 
| Date:   Tue Aug 8 16:45:46 2017 +0200
| 
|     * OMEdit 7dd1e00...9f04cba (1):
|       > State Machines GUI support.
| 
| M	OMEdit
| 
* commit d5b282cf512eb9eb2df4a2474fb8645fbcfd212c
| Author: Volker Waurich 
| Date:   Tue Aug 8 16:14:12 2017 +0200
| 
|     * OMCompiler 5b71b66...a845eda (2):
|       > use fmax() instead max()
|       > add scriptingAPI to compute error sum
| 
| M	OMCompiler
| 
* commit a28635de5ec2af62fea1efb4ca4cb29ebaf10356
| Author: ptaeuber 
| Date:   Tue Aug 8 14:00:54 2017 +0200
| 
|     * OMCompiler 2cd28b6...5b71b66 (1):
|       > Fix wrong error message ...
| 
| M	OMCompiler
| 
* commit 9ac4acaf86dfe2ceba407280c14ce455ba1dc6f8
| Author: ptaeuber 
| Date:   Mon Aug 7 17:09:32 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2eed74c...2cd28b6 (1):
|       > Fix bug in function evaluation
|     
|     * testsuite d96fb12...45431ea (1):
|       > Add tests for function evaluation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 676a77add8961077e34b76da20fbf8d7b4d21db6
| Author: hudson 
| Date:   Sun Aug 6 19:17:24 2017 +0200
| 
|     * libraries 333747b...f90a8e4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1a8dd60870f6cb838a3b598ee01de3b72f0bbdc1
| Author: hudson 
| Date:   Fri Aug 4 19:17:59 2017 +0200
| 
|     * libraries 0ce8f52...333747b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a611203a1de661f3ebaf9cef11208ef494424ad6
| Author: Volker Waurich 
| Date:   Fri Aug 4 14:56:22 2017 +0200
| 
|     * OMCompiler 4d034e9...2eed74c (2):
|       > proper cref comparison in evalFunc
|       > correct type in DAEUtil.varCref
| 
| M	OMCompiler
| 
* commit 91069c16dba71889e871ca5ebeb4012b2f625973
| Author: Adeel Asghar 
| Date:   Thu Aug 3 21:24:53 2017 +0200
| 
|     * OMCompiler 564c405...4d034e9 (1):
|       > Fixed the addInitialState API.
| 
| M	OMCompiler
| 
* commit d1623090daf5020a274f0d660cadf21946364494
| Author: Martin Sjölund 
| Date:   Thu Aug 3 14:41:23 2017 +0200
| 
|     * testsuite d28b974...d96fb12 (1):
|       > Test connector extending type
| 
| M	testsuite
| 
* commit 3af026cd1139622a69f87238ec08c4426b962885
| Author: Martin Sjölund 
| Date:   Thu Aug 3 13:53:13 2017 +0200
| 
|     * OMCompiler 2432a47...564c405 (1):
|       > Lift restriction on connector extending from type
| 
| M	OMCompiler
| 
* commit 86a5965bf9f47758e57c8eab06393a8e4ca62569
| Author: hudson 
| Date:   Wed Aug 2 19:16:23 2017 +0200
| 
|     * libraries 51dc965...0ce8f52 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8fe55c3b336336b2c6fbf0aae86d643e81f567b7
| Author: ptaeuber 
| Date:   Wed Aug 2 16:59:56 2017 +0200
| 
|     * OMCompiler 0b97943...2432a47 (1):
|       > Do not remove functions used in lambda0 system
| 
| M	OMCompiler
| 
* commit 8521ad1ddf7c47d579df21ae853b7bf3d1eee388
| Author: ptaeuber 
| Date:   Wed Aug 2 14:56:08 2017 +0200
| 
|     * OMCompiler 2e17f15...0b97943 (1):
|       > Add function tree to jacobian dae
| 
| M	OMCompiler
| 
* commit 09ff711643efd1f1707f9c398d3846dc74ae2f88
| Author: Martin Sjölund 
| Date:   Wed Aug 2 13:51:52 2017 +0200
| 
|     * OMCompiler 5ee6abb...2e17f15 (1):
|       > Handle range special case for reductions
| 
| M	OMCompiler
| 
* commit 88b3628b810d54562d3a3ed7bd9159ab069737b5
| Author: hudson 
| Date:   Tue Aug 1 19:41:59 2017 +0200
| 
|     * libraries f3ead7c...51dc965 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c4c03c52185a6b3c614eef0d36bd8f9e11993237
| Author: hudson 
| Date:   Tue Aug 1 08:32:15 2017 +0200
| 
|     * libraries 6d9330d...f3ead7c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5d6935c4c5fb39e8acfeec74d0a60eb41ccb7cc4
| Author: ptaeuber 
| Date:   Mon Jul 31 15:44:23 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d0deadf...5ee6abb (1):
|       > Enable global homotopy as fallback option by default
|     
|     * testsuite eb0530e...d28b974 (1):
|       > Adjust homotopy examples
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4ddab238a642ce68a0374c48b66387836c3a7ff8
| Author: hudson 
| Date:   Sat Jul 29 19:16:30 2017 +0200
| 
|     * libraries 1fa7f86...6d9330d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9424e568e9d95e7b8d250dde3f5c51843cde73ac
| Author: Martin Sjölund 
| Date:   Sat Jul 29 16:55:49 2017 +0200
| 
|     Empty commit to force new version number
| 
* commit 43ff7da7dadcde9d2f4e7ad64548b71c05786ffb
| Author: Lennart Ochel 
| Date:   Fri Jul 28 08:10:11 2017 +0200
| 
|     * OMCompiler 42663b6...d0deadf (1):
|       > Fix homotopy for source code FMUs
| 
| M	OMCompiler
| 
* commit 2a69aca456f3f59e96321b69d093e013522db5c4
| Author: Adeel Asghar 
| Date:   Thu Jul 27 12:57:02 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 21ce932...42663b6 (1):
|       > Added new add, update and delete APIs for initial state.
|     
|     * testsuite 17af9c5...eb0530e (1):
|       > Test the initial state APIs.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 244bb508ceb7ccc3721760c4ca6c1df1078b4362
| Author: Jan Šilar 
| Date:   Thu Jul 27 08:56:30 2017 +0200
| 
|     * OMEdit b69c216...7dd1e00 (1):
|       > Avoiding QComboBox::setCurrentText()
| 
| M	OMEdit
| 
* commit 1e99a61ac8daaa79c922b7a760476c2f29a63967
| Author: hudson 
| Date:   Wed Jul 26 19:16:45 2017 +0200
| 
|     * libraries 0160ba7...1fa7f86 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9c470c1edd56de73632cf3a707ef707eccb1d714
| Author: ptaeuber 
| Date:   Wed Jul 26 16:49:02 2017 +0200
| 
|     * OMCompiler 441b181...21ce932 (1):
|       > Fix bug in homotopy method
| 
| M	OMCompiler
| 
* commit 01f387f46f9503dd6e1a42d3bb63d8b17f2bd2ce
| Author: Volker Waurich 
| Date:   Wed Jul 26 16:26:39 2017 +0200
| 
|     * OMCompiler 388bbcf...441b181 (1):
|       > avoid List.intRange() in for loop
| 
| M	OMCompiler
| 
* commit 65a630deea91bdb59d599cab5c29f416b5c326a7
| Author: hkiel 
| Date:   Wed Jul 26 11:37:38 2017 +0200
| 
|     * OMCompiler e8e2216...388bbcf (1):
|       > optimize Graph.partialDistance2colorInt
| 
| M	OMCompiler
| 
* commit bbeae091e8de66d4cb09d7554c96438c7524dbab
| Author: hudson 
| Date:   Wed Jul 26 11:09:45 2017 +0200
| 
|     Updating submodules
|     * OMEdit 9eba7c7...b69c216 (1):
|       > Plots for PDEModelica
|     
|     * OMNotebook 48a8d49...e5206ef (1):
|       > Fixed OMNotebook build.
|     
|     * OMPlot 3d09049...7f2c332 (1):
|       > Array plots
|     
|     * libraries 0bf2a11...0160ba7 (2):
|       > Bump libraries
|       > Bump libraries
| 
| M	OMEdit
| M	OMNotebook
| M	OMPlot
| M	libraries
| 
* commit 4675fb8eab1d7a1f1e96b2f4060003e474e17956
| Author: Martin Sjölund 
| Date:   Wed Jul 26 10:09:46 2017 +0200
| 
|     * OMCompiler abde81d...e8e2216 (2):
|       > Remove equations like "{} = f(...)"
|       > Accept DAE.MATRIX in codegen of array equation
| 
| M	OMCompiler
| 
* commit cf731e1d1d87f92a5f10603518284606bcf88350
| Author: Martin Sjölund 
| Date:   Tue Jul 25 10:29:31 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 169fa51...abde81d (4):
|       > Handle a stack overflow in HpcOm
|       > Expand equations marked inlineAfterIndexReduction
|       > Handle running the same optimization module twice
|       > Avoid expanding equations
|     
|     * testsuite 523e2af...17af9c5 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1061c52998f33efd54c3d61f315a9219108a44be
| Author: Volker Waurich 
| Date:   Tue Jul 25 09:18:59 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 220e25f...169fa51 (1):
|       > rewrite ResolveLoops.getSimpleEquations
|     
|     * testsuite a2c68bc...523e2af (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 420a7f1d200f1111f70f5a411823c8bc92f64c3d
| Author: Lennart Ochel 
| Date:   Mon Jul 24 15:40:53 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4221d29...220e25f (1):
|       > Global homotopy approach
|     
|     * testsuite 160b2cd...a2c68bc (2):
|       > Expected output
|       > Test for global homotopy approach
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6df209fc7d066d1ae65c9bc0159b97ee1bf08d5f
| Author: Martin Sjölund 
| Date:   Mon Jul 24 09:52:37 2017 +0200
| 
|     * OMCompiler 97fddd8...4221d29 (1):
|       > Add an extra step before daeExp in Susan
| 
| M	OMCompiler
| 
* commit f8e7763a1f7b23ec9c68e68c04c620628717c9e7
| Author: hudson 
| Date:   Fri Jul 21 19:16:29 2017 +0200
| 
|     * libraries 5418a01...0bf2a11 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 716b42293b2b917b6fc9db4e7f669a7587706e07
| Author: hkiel 
| Date:   Fri Jul 21 15:10:26 2017 +0200
| 
|     * OMCompiler d30d68c...97fddd8 (1):
|       > move option creation out of outer loop
| 
| M	OMCompiler
| 
* commit 01c44bea4ccc94c79712d7a6fb8c2953800e1814
| Author: hkiel 
| Date:   Fri Jul 21 14:44:25 2017 +0200
| 
|     * OMCompiler 12c7c7f...d30d68c (1):
|       > do not recreate Option
| 
| M	OMCompiler
| 
* commit b5cfba69efa936c011ed4a8922e0e07ec8fc3ce3
| Author: Martin Sjölund 
| Date:   Fri Jul 21 10:57:19 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9ebc68c...12c7c7f (1):
|       > Collapse arrays of crefs
|     
|     * testsuite cccc5bd...160b2cd (1):
|       > Expected output after collapsing some array crefs
| 
| M	OMCompiler
| M	testsuite
| 
* commit eb1613be8d2ab48f4df8d65bfe9522757f41895d
| Author: hudson 
| Date:   Thu Jul 20 19:16:38 2017 +0200
| 
|     * libraries 14dfd54...5418a01 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 04e413c675da5d099f1706379172b55db2c21711
| Author: Adrian Pop 
| Date:   Thu Jul 20 15:56:45 2017 +0200
| 
|     * OMCompiler d51f346...9ebc68c (1):
|       > proper handling of corba file dump path
| 
| M	OMCompiler
| 
* commit d18f3ef049139fa8ec5079104f5957fcd24ca192
| Author: hkiel 
| Date:   Thu Jul 20 09:43:39 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b00d68d...d51f346 (1):
|       > speed up and memory enhance ResolveLoops.getShortPathsBetweenEqCrossNodes
|     
|     * testsuite 3987ad3...cccc5bd (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7d5232ffd7bc91ce0115f10e3af14554d1ec0861
| Author: Martin Sjölund 
| Date:   Thu Jul 20 09:27:32 2017 +0200
| 
|     * OMCompiler 88c73ca...b00d68d (1):
|       > Make predictable tmp-indexes for residual functions
| 
| M	OMCompiler
| 
* commit a60384b285ca843be4cde176e378546d5fa4233b
| Author: hkiel 
| Date:   Wed Jul 19 21:24:37 2017 +0200
| 
|     * OMCompiler 853b43e...88c73ca (1):
|       > reduce memory footprint of comSubExp
| 
| M	OMCompiler
| 
* commit 0d1c868eec1e9a3639b00ae8a5bfb65117105e57
| Author: ptaeuber 
| Date:   Wed Jul 19 16:17:37 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b69a9eb...853b43e (1):
|       > Speed up tearing
|     
|     * testsuite f5426db...3987ad3 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 51cf76b1e9eb6392facac821512ed16e623af19b
| Author: hkiel 
| Date:   Wed Jul 19 14:17:42 2017 +0200
| 
|     * OMCompiler f50884b...b69a9eb (1):
|       > some small optimizations for large models
| 
| M	OMCompiler
| 
* commit cb037447bc2d4b2cb199679243f0a689040f6670
| Author: Martin Sjölund 
| Date:   Wed Jul 19 09:45:34 2017 +0200
| 
|     * OMCompiler 49a3767...f50884b (1):
|       > Expand arrays in record when generating simcode
| 
| M	OMCompiler
| 
* commit d9d1d04d46bb39dd735831f860a6cd395a4313eb
| Author: hudson 
| Date:   Tue Jul 18 19:18:23 2017 +0200
| 
|     * libraries eb1db73...14dfd54 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit aa1437a3637b4ef3f791b56737ec2252b412a5cd
| Author: hudson 
| Date:   Tue Jul 18 05:07:34 2017 +0200
| 
|     * OMCompiler d2c74c0...49a3767 (40):
|       > using Kinsol as standard nonlinear solver
|       > fixed errors in commits cca3ace0a656a71348290808b13138057a06c732 and 6e5cf6bf01ad7cde7a8a461969924e361ef4b24d
|       > added simple NoxSettings
|       > refactored Nox.cpp when calling CheckWhetherSolutionIsNearby
|       > completed replacing generateoutput-flag by logging
|       > revert activating Logger
|       > Added Logger, added Doxygen and fixed bug in varying initial guess by 10% if initial guess has components that are zero.
|       > Softened tolerance for homotopy solver
|       > Using homotopy for nominal values as start values as well.
|       > fixed error in variation of initial guess in commit fb31cf3e8a7b1523d3e86170359c4a8ef279ae47
|       > added frames for Doxygen
|       > Try extrapolatin start values of nonlinear solver
|       > Preparations for extrapolating start values for nonlinear solver.
|       > Try setting initial guess to nominal values if other methods fail.
|       > Nox: Try more methods if and only if eventretry is false.
|       > added varying initial guess in NoxSolver again.
|       > fixed error in the lacking precision of double precision handling that was introduced during refactoring in commit f2f0b7eb56785e14bf78f2acb0ab888596a998d3, so this criterion is applied successfully again.
|       > added retry of nonlinear solver nox in case of events
|       > Further Refactoring of nonlinear solver nox
|       > refactored nox.solve()
|       > deactivated variation of initial guess.
|       > fixed bad cast error when homotopy solver within Nox is used.
|       > added variation of initial guesses in nonlinear solver.
|       > added more accurate (4th order) method of computing the finite difference approximation to the jacobian of the algloop.
|       > set algloop to 1e12 instead of 1e6 when evaluating the right hand side fails
|       > added new abort criterion for nonlinear solver based on sign changes in case of errors due to lacking precision of double precision variables implemented in commit b433b2d6ec92460fae06a9dd1b5243ee438cf0a7. Now this criterion is applied after each iteration step and not after a complete iteration cycle.
|       > used normal Newton again
|       > fixed KLU path
|       > adapted initial step length in homotopy method in nonlinear solver nox in cppruntime
|       > refactored Nox
|       > refactored Nox.cpp
|       > Trying less methods in nonlinear solver
|       > reduced output in nonlinear solver nox
|       > enabled nonlinear solver for arbitrary tolerances by solving issues with lacking precision of double precision in case of too tight tolerances
|       > muted output and disabled tolerance alleviation in nonlinear solver nox completely.
|       > Experimental rounding error fixing for fluid models in MSL
|       > fixed error introduced in 31424fc19ae5b7e29f5a17e102eb4d6e0a29d311
|       > use kinsol instead of nox as default nonlinear solver
|       > deleted unnecessary comments and dead code in Nox.
|       > added additional homotopy methods
| 
| M	OMCompiler
| 
* commit e70a57fc8fa11993567e97b1df7b1414e0734469
| Author: Bernhard Thiele 
| Date:   Mon Jul 17 20:29:12 2017 +0200
| 
|     * testsuite 7362e63...f5426db (1):
|       > Activate FMIExercise.mo test case
| 
| M	testsuite
| 
* commit 6e4da5f7cefbc7f76fb5eab3b535fbd32de411ec
| Author: ptaeuber 
| Date:   Mon Jul 17 17:19:14 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 88fee4f...d2c74c0 (1):
|       > Allow dividing by all globalKnownVars in initDAE
|     
|     * testsuite a5f8084...7362e63 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1fd4132726ca37884a27280bce5bebcb31dc9d69
| Author: Adeel Asghar 
| Date:   Mon Jul 17 15:04:28 2017 +0200
| 
|     * OMCompiler 591485e...88fee4f (1):
|       > New API to get initial states.
| 
| M	OMCompiler
| 
* commit e8f471dada506242f2e7a5521926d5c506e792ea
| Author: Adeel Asghar 
| Date:   Sat Jul 15 13:00:47 2017 +0200
| 
|     * OMEdit ae81be2...9eba7c7 (1):
|       > ticket:4463 Added a dialog to display class version information.
| 
| M	OMEdit
| 
* commit 228aba05f1f54c39c998c5c6a2d537470cdfb353
| Author: hudson 
| Date:   Thu Jul 13 19:17:00 2017 +0200
| 
|     * libraries 0960a6c...eb1db73 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5004988f7cdc30c2e1b720dea0a17fef494a85c7
| Author: Adeel Asghar 
| Date:   Thu Jul 13 15:52:17 2017 +0200
| 
|     * OMEdit 4d60cd3...ae81be2 (1):
|       > ticket:4468 Fixed export to image for Text shapes.
| 
| M	OMEdit
| 
* commit 123fe0c9dd2b8ace1f559767e8fec11692238f56
| Author: hudson 
| Date:   Wed Jul 12 19:17:11 2017 +0200
| 
|     * libraries f952713...0960a6c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 96eff802d62ca639a3c99c7cfae5e172694c9899
| Author: Bernhard Thiele 
| Date:   Wed Jul 12 15:45:16 2017 +0200
| 
|     * OMCompiler acc20cc...591485e (1):
|       > Fix FMU import related simulation deviations
| 
| M	OMCompiler
| 
* commit bfc57b6ae8f72e62b8e6f98402e04d41508348fb
| Author: Adeel Asghar 
| Date:   Wed Jul 12 14:07:02 2017 +0200
| 
|     * OMCompiler ca1c6de...acc20cc (1):
|       > Check if the list is empty.
| 
| M	OMCompiler
| 
* commit 6e7a5a9211ca4a2a64d0d51720ae485950a9f90c
| Author: Adeel Asghar 
| Date:   Wed Jul 12 13:05:11 2017 +0200
| 
|     * OMEdit fbc5346...4d60cd3 (1):
|       > Check for NULL pointer when trying to access inherited class.
| 
| M	OMEdit
| 
* commit f2dac1710825e33980d9e10b2b531ca574eb46d0
| Author: hkiel 
| Date:   Wed Jul 12 09:50:37 2017 +0200
| 
|     * OMCompiler 7029f3a...ca1c6de (1):
|       > increase size of base array to avoid expensive re-sizing
| 
| M	OMCompiler
| 
* commit 9a0557f9e85ac1566f421fe611aeeb02a1715719
| Author: hudson 
| Date:   Tue Jul 11 19:17:48 2017 +0200
| 
|     * libraries 7f2fc9e...f952713 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0d0f78c69a904c6d4cb436136342931ad4ff7e0d
| Author: niklwors 
| Date:   Tue Jul 11 16:02:13 2017 +0200
| 
|     * OMCompiler 90441d8...7029f3a (1):
|       > fix for coping sim values in BufferReaderWriter
| 
| M	OMCompiler
| 
* commit b371bac8aeb62b79f127a329e05fe3e9d2bea967
| Author: Adeel Asghar 
| Date:   Tue Jul 11 14:13:35 2017 +0200
| 
|     * OMEdit 375731a...fbc5346 (2):
|       > Make the display of system and tornsystem consistent.
|       > Read and display according to new model_info.json file
| 
| M	OMEdit
| 
* commit 7affea13ef422af867bb45a35ec99af0eb010246
| Author: ptaeuber 
| Date:   Tue Jul 11 13:56:24 2017 +0200
| 
|     * OMCompiler 64eefbb...90441d8 (1):
|       > Improve model_info.json
| 
| M	OMCompiler
| 
* commit a3a2a63556616824b5c7fb16cab6e8cde0fbf2e1
| Author: ptaeuber 
| Date:   Tue Jul 11 10:19:27 2017 +0200
| 
|     * OMCompiler 498ae9f...64eefbb (1):
|       > Speed up tearing matching a bit
| 
| M	OMCompiler
| 
* commit 4219576320ea6f7e88dea9e37b853511f38c9bd9
| Author: Adeel Asghar 
| Date:   Mon Jul 10 23:47:36 2017 +0200
| 
|     * OMCompiler 0fc8e09...498ae9f (2):
|       > If an embedded server is specified.
|       > Output the information when opc-ua server is initialized.
| 
| M	OMCompiler
| 
* commit 17229a74c0aad3d37ec68c69983ba85d177d7aa4
| Author: hkiel 
| Date:   Mon Jul 10 13:22:56 2017 +0200
| 
|     * OMCompiler 107d88d...0fc8e09 (1):
|       > optimize ResolveLoops.getShortPathsBetweenEqCrossNodes() further
| 
| M	OMCompiler
| 
* commit 504da9bdfc6ae23f075731450fadbf51cbb6b790
| Author: ptaeuber 
| Date:   Mon Jul 10 11:53:14 2017 +0200
| 
|     * OMCompiler da6c53f...107d88d (1):
|       > Add execStat for matching/sorting of init dae
| 
| M	OMCompiler
| 
* commit e09f17aabbf6c42de29549bee79180cd978c0787
| Author: hkiel 
| Date:   Sun Jul 9 16:30:48 2017 +0200
| 
|     * OMCompiler 743991c...da6c53f (1):
|       > avoid multiple sorts
| 
| M	OMCompiler
| 
* commit 18f4131852a627240bd2ffc2d17db9109f3c6cd1
| Author: hudson 
| Date:   Sat Jul 8 19:18:33 2017 +0200
| 
|     * libraries 25470fd...7f2fc9e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7a644e35d29ad3dfa3d8a997d2110c88f29e11d5
| Author: hkiel 
| Date:   Sat Jul 8 16:45:01 2017 +0200
| 
|     * OMCompiler 89f3548...743991c (1):
|       > fix reverse ranges n:-1:1
| 
| M	OMCompiler
| 
* commit 6d42a4532e9f2920a71334ed2de7f65f5f083b86
| Author: hkiel 
| Date:   Sat Jul 8 11:51:58 2017 +0200
| 
|     * OMCompiler 767bebd...89f3548 (3):
|       > fix List.sortIntN()
|       > sort lists before intersection to speed up
|       > implement intersection on sorted Integer lists
| 
| M	OMCompiler
| 
* commit e67b47945fb0fcbeb0b472f8106b67e5e16d89d3
| Author: hudson 
| Date:   Fri Jul 7 19:18:29 2017 +0200
| 
|     * libraries 515b465...25470fd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 73ecf18e94dcd9bab64abe23fdd25ee81ef8ea16
| Author: hkiel 
| Date:   Fri Jul 7 10:00:29 2017 +0200
| 
|     * OMCompiler bfbc145...767bebd (1):
|       > Remove loop check from differentiation ther is still a maxIteration check. reduces running time tremendously
| 
| M	OMCompiler
| 
* commit 534e1a947768f91afcd1c044ec11060001c5767e
| Author: hudson 
| Date:   Thu Jul 6 19:19:56 2017 +0200
| 
|     * libraries dee6a5b...515b465 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c39d5b2f403f41bfdd456ac12c65504a3a8de75f
| Author: ptaeuber 
| Date:   Thu Jul 6 09:52:56 2017 +0200
| 
|     * OMCompiler 6210640...bfbc145 (1):
|       > Count tmp vars to unknowns in SimCode EqSystem
| 
| M	OMCompiler
| 
* commit 6bcf46888f048884897e55caa4a4e759a6527293
| Author: hudson 
| Date:   Wed Jul 5 19:19:21 2017 +0200
| 
|     * libraries 17e4bcc...dee6a5b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 83280b23d64a02aed8d9e6abd5a42db2ce22b2cd
| Author: Adrian Pop 
| Date:   Wed Jul 5 18:45:05 2017 +0200
| 
|     * testsuite 2a223aa...a5f8084 (1):
|       > fix TEST_SPECIAL job
| 
| M	testsuite
| 
* commit dd2c000325c4914a510972e32c04abd7dbff1f63
| Author: Per Östlund 
| Date:   Wed Jul 5 17:53:10 2017 +0200
| 
|     * testsuite 0289191...2a223aa (1):
|       > Fix conflicting test filenames.
| 
| M	testsuite
| 
* commit 5ccb31fff105748c49d871a931136c4d63d36682
| Author: ptaeuber 
| Date:   Wed Jul 5 17:32:48 2017 +0200
| 
|     * OMCompiler 0b0a647...6210640 (1):
|       > Add more info to SimCode EqSystem
| 
| M	OMCompiler
| 
* commit bf5f6d1fc64e833139aa96e4c8eb8779ed4772f2
| Author: hkiel 
| Date:   Wed Jul 5 13:20:31 2017 +0200
| 
|     * OMCompiler f30ae8a...0b0a647 (1):
|       > use AvlSetInt instead of too big List.uniqueIntN() array for large models
| 
| M	OMCompiler
| 
* commit 88f137599e0baa29dbbddd1a31c10b1ec852597e
| Author: ptaeuber 
| Date:   Tue Jul 4 11:22:26 2017 +0200
| 
|     * OMCompiler 929645f...f30ae8a (1):
|       > Improve model_info.json
| 
| M	OMCompiler
| 
* commit 6937be9dc8290a2cbd6d2d617b89fa097f945029
| Author: hudson 
| Date:   Mon Jul 3 19:17:55 2017 +0200
| 
|     * libraries 2de99d0...17e4bcc (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 25ba7acef9c3f7bc78ad762b2d2bcadd12a52fc0
| Author: Rüdiger Franke 
| Date:   Mon Jul 3 16:09:58 2017 +0200
| 
|     * OMCompiler c617a1f...929645f (1):
|       > Delay initialization of FMU2 logger until it is requested
| 
| M	OMCompiler
| 
* commit cd2f994cf45807a1119c7aad726edd14761023f4
| Author: ptaeuber 
| Date:   Mon Jul 3 13:47:17 2017 +0200
| 
|     * OMCompiler ade8bc4...c617a1f (1):
|       > Fix detection of fixed globalKnownVars
| 
| M	OMCompiler
| 
* commit e10d7344762f5f7c9a878b9357906641602b7d5d
| Author: hkiel 
| Date:   Mon Jul 3 12:15:07 2017 +0200
| 
|     * OMCompiler cbeb9b3...ade8bc4 (1):
|       > do not create temporary arrays
| 
| M	OMCompiler
| 
* commit a01e2967c65fa4d71f2d12781457c0f0ca0d830a
| Author: hkiel 
| Date:   Mon Jul 3 11:59:44 2017 +0200
| 
|     * OMCompiler 6674cbe...cbeb9b3 (1):
|       > do not copy key if it already exists
| 
| M	OMCompiler
| 
* commit 260d930a5131994c4e3e0908103215d827ea4223
| Author: hudson 
| Date:   Sun Jul 2 19:17:24 2017 +0200
| 
|     * libraries a0f68e1...2de99d0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f74f25d94eaa11a5c9fa2f6b23b425aa24a328aa
| Author: Rüdiger Franke 
| Date:   Sat Jul 1 20:02:28 2017 +0200
| 
|     * OMCompiler 0d0414c...6674cbe (1):
|       > Export FMI functions for multi-rate sampled data systems
| 
| M	OMCompiler
| 
* commit d9fb946d22df0e6d0c9fcda24206633e01915acf
| Author: hudson 
| Date:   Sat Jul 1 19:18:08 2017 +0200
| 
|     * libraries 347f935...a0f68e1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fa0b67e0dcdae1e15f74a2791f8e8bccfe45ffd8
| Author: Rüdiger Franke 
| Date:   Sat Jul 1 12:40:37 2017 +0200
| 
|     * OMCompiler 1504ef7...0d0414c (3):
|       > Fix initialization of nominal values in DgesvSolver, ticket:4459
|       > Enhance logging of DgesvSolver
|       > Fix whitespaces in DgesvSolver
| 
| M	OMCompiler
| 
* commit de3ac7db99dfd20aaba8728f11dd7a98f78d4ceb
| Author: hudson 
| Date:   Fri Jun 30 19:17:55 2017 +0200
| 
|     * libraries 426fdc4...347f935 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bbbd5cefc3c5b8e5576b560f4f3cd32791fc0a9f
| Author: Bernhard Thiele 
| Date:   Fri Jun 30 15:24:26 2017 +0200
| 
|     * testsuite 26b2959...0289191 (1):
|       > Added tutorial FMI exercise as test
| 
| M	testsuite
| 
* commit 1a54862e6d88f5b0e35a3d1f18a79c112a28f985
| Author: Adeel Asghar 
| Date:   Fri Jun 30 12:40:41 2017 +0200
| 
|     * OMCompiler 214f0d6...1504ef7 (1):
|       > Copy the open62541.h file build include directory
| 
| M	OMCompiler
| 
* commit 87e398e3b67db931c5c07ef8b43c4d55a0dd4d08
| Author: hudson 
| Date:   Thu Jun 29 19:16:57 2017 +0200
| 
|     * libraries 536df79...426fdc4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 37aa8113aba37ece2aa31a16b57aa888ad6689f1
| Author: ptaeuber 
| Date:   Thu Jun 29 11:25:46 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 299703b...214f0d6 (1):
|       > Do not create parameter equations for constant variables ...
|     
|     * testsuite 2f44c0e...26b2959 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1650bf192d714767094f96ebd0dc128554a09638
| Author: hudson 
| Date:   Wed Jun 28 19:18:50 2017 +0200
| 
|     * libraries 5775d44...536df79 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1fbce9c6c6f37b737258a71325098a6ba31241d8
| Author: Martin Sjölund 
| Date:   Wed Jun 28 16:24:46 2017 +0200
| 
|     * OMCompiler 708c3b4...299703b (1):
|       > Copy libzmq dylib files
| 
| M	OMCompiler
| 
* commit 2d0001054b7e33cc5d263052523200a5c28f7ba2
| Author: hkiel 
| Date:   Wed Jun 28 15:28:13 2017 +0200
| 
|     * OMCompiler 0ecd8be...708c3b4 (1):
|       > reduce memory footprint of Tearing
| 
| M	OMCompiler
| 
* commit 00980ad04b4273f66942c3d08d20ffe45cb68f83
| Author: ptaeuber 
| Date:   Wed Jun 28 15:11:49 2017 +0200
| 
|     * testsuite 131a851...2f44c0e (1):
|       > Remove TestCompressor from ThermoSysPro testsuite
| 
| M	testsuite
| 
* commit 83d0825d3e2aaa9d358cbd54295aebb23a717147
| Author: hudson 
| Date:   Wed Jun 28 06:37:19 2017 +0200
| 
|     * libraries 9c9824e...5775d44 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ed71dcacaf67ff37e52e1b661b8dfaf6f870d79b
| Author: hkiel 
| Date:   Wed Jun 28 06:21:37 2017 +0200
| 
|     * OMCompiler dc91086...0ecd8be (1):
|       > some small optimizations
| 
| M	OMCompiler
| 
* commit 3395252092db216929f90defcf12a0af76c92e1d
| Author: ptaeuber 
| Date:   Tue Jun 27 17:56:39 2017 +0200
| 
|     * testsuite b6d186f...131a851 (1):
|       > Update ThermoSysPro testsuite
| 
| M	testsuite
| 
* commit 5b0b6724b326ce8c0490afe5d4d19685c4a04e48
| Author: ptaeuber 
| Date:   Tue Jun 27 14:02:08 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 092ac38...dc91086 (1):
|       > Do not create unnecessary large nonlinear systems ... around single complex functions
|     
|     * testsuite c5c6f9a...b6d186f (1):
|       > Add tests for function input iteration
| 
| M	OMCompiler
| M	testsuite
| 
* commit feaffd6c44cea3678d851a639424e885eb10fc7b
| Author: Martin Sjölund 
| Date:   Mon Jun 26 11:00:48 2017 +0200
| 
|     * OMCompiler dfebc07...092ac38 (1):
|       > Fix for RHEL/GCC not compiling in C99 mode
| 
| M	OMCompiler
| 
* commit 000756d9e8994a64c89310c3648dfd4a11a9ad38
| Author: hudson 
| Date:   Sun Jun 25 19:15:44 2017 +0200
| 
|     * libraries 709c243...9c9824e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 633ab1ac39d858ca36df3330999e1928eb196cad
| Author: hudson 
| Date:   Fri Jun 23 19:17:53 2017 +0200
| 
|     * libraries 31aff18...709c243 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 904abb8d881fda9346ff4781c005d515f3f7d804
| Author: Jan Šilar 
| Date:   Fri Jun 23 16:50:41 2017 +0200
| 
|     * OMCompiler 1606f8a...dfebc07 (1):
|       > A new function to read whole array from .mat file.
| 
| M	OMCompiler
| 
* commit 799b6c2590e405a93099c71a2b69eecd023df1c7
| Author: hudson 
| Date:   Thu Jun 22 19:16:58 2017 +0200
| 
|     * libraries 4f301d6...31aff18 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 12d35408d14053f9396335214f126015ab096aec
| Author: Adeel Asghar 
| Date:   Thu Jun 22 12:32:18 2017 +0200
| 
|     * OMEdit dc171cc...375731a (1):
|       > ticket:4436 Move the residual marker to first position. Add some information to the defines of residual equations.
| 
| M	OMEdit
| 
* commit d5272317dd9d2e28dd4cadc8e9fcb9802e2b722a
| Author: hudson 
| Date:   Wed Jun 21 19:16:20 2017 +0200
| 
|     * libraries 7656e56...4f301d6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 73c24d2e3ad70051f22629590075ebfc414a48e4
| Author: hkiel 
| Date:   Tue Jun 20 21:46:40 2017 +0200
| 
|     * OMCompiler 76d8750...1606f8a (1):
|       > do not use tuple as function argument when not necessary
| 
| M	OMCompiler
| 
* commit 077809d7d1c5338eef66fcd4eed286b822c891b1
| Author: hudson 
| Date:   Tue Jun 20 19:19:55 2017 +0200
| 
|     * libraries 216b0d7...7656e56 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ee6bd89384b29340e64022a0aab683acd70cc6ff
| Author: Adeel Asghar 
| Date:   Tue Jun 20 18:26:51 2017 +0200
| 
|     * doc 4c9713f...6ed6ae0 (2):
|       > Removed whitespace
|       > Remove unnecessary and probably wrong example.
| 
| M	doc
| 
* commit cb089a0a8128f86946ea253f430fde2eb9619bcb
| Author: Adeel Asghar 
| Date:   Tue Jun 20 17:52:44 2017 +0200
| 
|     * doc 951ddeb...4c9713f (1):
|       > Use OMCSessionZMQ for examples instead of OMCSession
| 
| M	doc
| 
* commit 8ea2dba145d77566345ede64f34f78541fdd43ad
| Author: Adeel Asghar 
| Date:   Tue Jun 20 15:29:07 2017 +0200
| 
|     * doc c41bd33...951ddeb (1):
|       > Minor text fix.
| 
| M	doc
| 
* commit c4f040b0c7efbd3d22b58dbe8e54b19649fc000c
| Author: Adeel Asghar 
| Date:   Tue Jun 20 15:13:17 2017 +0200
| 
|     * OMEdit 47cd820...dc171cc (1):
|       > ticket:4444 Give viewing options for transformations.
| 
| M	OMEdit
| 
* commit ec69403b902b8edce0c437dcc8c1b97f53a7ae2f
| Author: Adeel Asghar 
| Date:   Tue Jun 20 12:47:20 2017 +0200
| 
|     * doc 9d6b993...c41bd33 (1):
|       > Merge branch 'adeas31-fix-headings'
| 
| M	doc
| 
* commit ee846f46e07fc8dfe8a9743f5355049ab537cff1
| Author: Adeel Asghar 
| Date:   Tue Jun 20 12:02:24 2017 +0200
| 
|     * doc b8d75b4...9d6b993 (1):
|       > Added OMSimulator chapter. Moved the FMI and TLM co-simulation chapters inside OMSimulator chapter.
| 
| M	doc
| 
* commit d6b48c36d76b3e8da1a8b9089d5ca2b18ae63a11
| Author: hudson 
| Date:   Mon Jun 19 19:19:13 2017 +0200
| 
|     * libraries 44285bf...216b0d7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7c0d3245c3f8db65833f227959042ebfb362eef8
| Author: Per Östlund 
| Date:   Mon Jun 19 16:19:45 2017 +0200
| 
|     * OMCompiler 6e92692...76d8750 (1):
|       > More nfinst fixes for ScalableTestSuite.
| 
| M	OMCompiler
| 
* commit ab2037af96e6ffed22852be1019d820a713ce84e
| Author: Per Östlund 
| Date:   Mon Jun 19 15:48:50 2017 +0200
| 
|     * OMCompiler c8caa6d...6e92692 (1):
|       > Ignore imports in NFClassTree.expandExtends2.
| 
| M	OMCompiler
| 
* commit 996321a9ff2127e22ac2c77d2ff6143b62c300d9
| Author: Volker Waurich 
| Date:   Mon Jun 19 15:01:18 2017 +0200
| 
|     * OMCompiler 3dcf0f9...c8caa6d (1):
|       > adapt yEd dump, add borderwidth to graphml nodes
| 
| M	OMCompiler
| 
* commit 78e5ea63a90add0bcde27b2c41c70d416442f856
| Author: Per Östlund 
| Date:   Mon Jun 19 13:53:07 2017 +0200
| 
|     * OMCompiler c8394ea...3dcf0f9 (1):
|       > Added execStat for instantiateModel DAE dumping.
| 
| M	OMCompiler
| 
* commit 6a7e58116cf317dcaf3f770eb4d95a206948be45
| Author: Per Östlund 
| Date:   Mon Jun 19 12:46:38 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b2744b0...c8394ea (1):
|       > Handling of self-referencing extends in nfinst.
|     
|     * testsuite 225b295...c5c6f9a (1):
|       > Updated scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1c7e87c9cb590defdce1bfa5b2296e6a7f22437e
| Author: Per Östlund 
| Date:   Mon Jun 19 10:57:01 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c28fb0c...b2744b0 (1):
|       > Simple typing of subscripts for nfinst.
|     
|     * testsuite 01d38b7...225b295 (1):
|       > Updated scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2f0273adb97cf40faa07fcf5736e159791cdc988
| Author: Lennart Ochel 
| Date:   Mon Jun 19 09:58:00 2017 +0200
| 
|     * OMCompiler c7d04e1...c28fb0c (1):
|       > Simplify handling of invalid states
| 
| M	OMCompiler
| 
* commit 7fd8f31f4d6ddc4cdeb1a72ddd33ed35fd6f8f52
| Author: hudson 
| Date:   Sat Jun 17 19:17:59 2017 +0200
| 
|     * libraries e06b60a...44285bf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7817534a39a291e7455ec0416b982852b734d6c4
| Author: Per Östlund 
| Date:   Fri Jun 16 19:45:52 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4e4ac93...c7d04e1 (1):
|       > NFInst improvements.
|     
|     * testsuite d68b056...01d38b7 (1):
|       > Updated scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a04b28f73ea7c6538e27d0d67fedb40dca660441
| Author: hudson 
| Date:   Fri Jun 16 19:17:39 2017 +0200
| 
|     * libraries 3f811c4...e06b60a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c717d87a7b3f2aa1bbf360e55c219c38043fbb68
| Author: Adeel Asghar 
| Date:   Fri Jun 16 16:38:24 2017 +0200
| 
|     * OMCompiler f1f89cc...4e4ac93 (1):
|       > Added a new flag for interactive mode. `--interactive=none|corba|tcp|zmq` The flags `-d=interactive` and `-d=interactiveCorba` are still valid with a depreciation message. The flag -d=interactiveZMQ is removed.
| 
| M	OMCompiler
| 
* commit eef88786502ff5889982da9b2ce58b1e37d81590
| Author: Adeel Asghar 
| Date:   Fri Jun 16 14:39:43 2017 +0200
| 
|     * doc a56849e...b8d75b4 (1):
|       > Added OMCSesssionZMQ references to OMPython documentation
| 
| M	doc
| 
* commit e8b178f50ca7004ce03b3dc08e483e03c240b88e
| Author: adeas31 
| Date:   Fri Jun 16 14:08:46 2017 +0200
| 
|     * OMCompiler 709531b...f1f89cc (1):
|       > Fix the zmq initialization for linux
| 
| M	OMCompiler
| 
* commit aa08fee4d5ed2c5cf1da76ae3c355cecedcbb3e5
| Author: hkiel 
| Date:   Fri Jun 16 12:41:17 2017 +0200
| 
|     * OMCompiler 73555c0...709531b (1):
|       > Ticket4407 case preserving filesystems fixes problem with re-generating files on case-preserving filesystems
| 
| M	OMCompiler
| 
* commit 5c075f72959743435f64eb1e1405e11123edc823
| Author: hudson 
| Date:   Thu Jun 15 19:17:30 2017 +0200
| 
|     * libraries 908e9cf...3f811c4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 04dd4287f2b341be2baa92f9ad20070a729e139c
| Author: Volker Waurich 
| Date:   Thu Jun 15 15:06:25 2017 +0200
| 
|     * OMCompiler 8ba253e...73555c0 (1):
|       > new yEd dump of complete dae system as bipartite graph
| 
| M	OMCompiler
| 
* commit fc7fb27b1c1a5e4d0e5d571a6109391eef607748
| Author: Adeel Asghar 
| Date:   Thu Jun 15 12:05:41 2017 +0200
| 
|     * OMCompiler f2b55cc...8ba253e (1):
|       > Write zmq server connect string to file. Let zmq choose the port automatically and write it to a file.
| 
| M	OMCompiler
| 
* commit 138f7d20ff262c2d592a6f101fa5e998f678d601
| Author: Martin Sjölund 
| Date:   Thu Jun 15 09:42:46 2017 +0200
| 
|     * OMCompiler 86cfac4...f2b55cc (1):
|       > Fix compilation of zmq on OSX
| 
| M	OMCompiler
| 
* commit 45972c689b8db956224b7b2fb3855d4c8452e681
| Author: Martin Sjölund 
| Date:   Thu Jun 15 09:11:53 2017 +0200
| 
|     * OMCompiler ea473e7...86cfac4 (1):
|       > Do not copy so-files to bin/
| 
| M	OMCompiler
| 
* commit 8077bd2d3a3ae10475b848bc73d6fcee37fc7b17
| Author: Volker Waurich 
| Date:   Thu Jun 15 08:56:34 2017 +0200
| 
|     * OMCompiler 6a81761...ea473e7 (1):
|       > comments for synchronous implementation
| 
| M	OMCompiler
| 
* commit c1c9919f416616c876f926ff6238a55d4670adb8
| Author: Volker Waurich 
| Date:   Thu Jun 15 07:57:35 2017 +0200
| 
|     * OMCompiler 4a475ac...6a81761 (1):
|       > solver clocks do connect base partitions
| 
| M	OMCompiler
| 
* commit bcff39533af97a54c229160419f1974dc2f58b2c
| Author: hudson 
| Date:   Wed Jun 14 19:17:42 2017 +0200
| 
|     * libraries 7caf08c...908e9cf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4f2d381f67d6e7a77b380889b129dde012537b9d
| Author: Adeel Asghar 
| Date:   Wed Jun 14 15:43:06 2017 +0200
| 
|     * OMCompiler 7827a66...4a475ac (1):
|       > Improved the ZeroMQ server send method
| 
| M	OMCompiler
| 
* commit 185d9567f60e2bec7a0f810422a0ab8029bf112b
| Author: Volker Waurich 
| Date:   Wed Jun 14 13:57:05 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 95cea6e...7827a66 (1):
|       > new subclock partitioning implementation with new partition adjacency matrix
|     
|     * testsuite 0d6e0e8...d68b056 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a0cfed157c417dca6fc51755cd1744ec7b341802
| Author: hkiel 
| Date:   Wed Jun 14 12:04:10 2017 +0200
| 
|     * OMNotebook 3bfdad9...48a8d49 (1):
|       > apply style to Input cells when printing/exporting to pdf fix some other minor things add short cut (Alt+P) for PDF export
| 
| M	OMNotebook
| 
* commit ac82bcd5fede4149310d2b02294c604746cca9e3
| Author: ptaeuber 
| Date:   Wed Jun 14 11:39:56 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2f2fed8...95cea6e (1):
|       > Also dump resEq in tearing dump
|     
|     * testsuite fecbed3...0d6e0e8 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a99d590bed16588cd7ac529c41c8032a5591e2fb
| Author: hkiel 
| Date:   Wed Jun 14 11:18:17 2017 +0200
| 
|     * OMCompiler b11bb97...2f2fed8 (5):
|       > some small improvements do not update Avl.key when adding key of equal value optimize function intersection
|       > use simpler if instead of matchcontinue
|       > do not explode and re-create tuple
|       > fix static analysis: avoid dead assignment
|       > do not generate intermediate list
| 
| M	OMCompiler
| 
* commit a29fa0a018c6025cd3b4336a9092b85d0afa166a
| Author: Lennart Ochel 
| Date:   Wed Jun 14 10:45:15 2017 +0200
| 
|     * OMCompiler 050739d...b11bb97 (2):
|       > Use different call sequence logics for ME and CS
|       > Fix indentation
| 
| M	OMCompiler
| 
* commit 86638e98b7e6817402737fb3538c6a89e52614a7
| Author: Adeel Asghar 
| Date:   Tue Jun 13 20:01:16 2017 +0200
| 
|     * OMCompiler 7a88dc8...050739d (2):
|       > Fixed encoding.
|       > Improved the ZeroMQ server receive method
| 
| M	OMCompiler
| 
* commit c7a720433ef9012d31791b42b7b92bc3d00e3756
| Author: hudson 
| Date:   Tue Jun 13 19:17:46 2017 +0200
| 
|     * libraries 04854ad...7caf08c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9dd41295b96f9000b1b66f3360466d6c4ca91bc8
| Author: hudson 
| Date:   Tue Jun 13 15:03:21 2017 +0200
| 
|     * OMCompiler e2bcaf3...7a88dc8 (3):
|       > Updating 3rdParty
|       > Include the ZeroMQ headers.
|       > Added ZeroMQ communication interface
| 
| M	OMCompiler
| 
* commit 6acc006e1caf885746ddbe1c712bf2db0ba06675
| Author: Adeel Asghar 
| Date:   Tue Jun 13 10:56:49 2017 +0200
| 
|     * OMCompiler 76dc250...e2bcaf3 (1):
|       > Fixed socket communication.
| 
| M	OMCompiler
| 
* commit 24529669d76429aa96e202499b1219aa7a2b2a19
| Author: hudson 
| Date:   Mon Jun 12 19:17:44 2017 +0200
| 
|     * libraries b6756fe...04854ad (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 85496343e8838245e8fe5d9a88b85668de774bcf
| Author: ptaeuber 
| Date:   Mon Jun 12 14:33:08 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b95b469...76dc250 (1):
|       > Match more nonlinear equations first while tearing
|     
|     * testsuite 42dae63...fecbed3 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9be01dabb4f8bc0c9ef02c1cddadd7d25591439a
| Author: hudson 
| Date:   Mon Jun 12 12:45:01 2017 +0200
| 
|     Updating submodules
|     * OMEdit 3bbb391...47cd820 (7):
|       > Delete QNetworkReply object in the receiving slot when it is finished
|       > Check for NULL pointer.
|       > ticket:4440 Make sure we always simulate when user selects simulate from menu.
|       > Updated TLMPlugin to OMTLMSimulator.
|       > Check if model_init.xml file exists.
|       > Do not delete QNetworkReply object
|       > trace FMUImport
|     
|     * OMNotebook 78dcf3f...3bfdad9 (2):
|       > Added line numbers to Input cells
|       > remove unused code from latexcells (indentation, autocomplete)
| 
| M	OMEdit
| M	OMNotebook
| 
* commit 781350c0979ad2c35d37f1a56db09df10629ec56
| Author: adrpo 
| Date:   Mon Jun 12 12:29:26 2017 +0200
| 
|     * testsuite 30e59b4...42dae63 (1):
|       > fix tests due to library updates
| 
| M	testsuite
| 
* commit f5b6d99e687979d49b32d98546ba48e2e1fc1a85
| Author: adrpo 
| Date:   Mon Jun 12 12:27:34 2017 +0200
| 
|     update libraries
| 
| M	libraries
| 
* commit 3c9db3049cbf0b15ff20e24445d04b460c8c2ddc
| Author: Lennart Ochel 
| Date:   Fri Jun 9 11:33:46 2017 +0200
| 
|     * OMCompiler d84ea13...b95b469 (1):
|       > Allow fmi2SetInteger in continuous-time mode
| 
| M	OMCompiler
| 
* commit 6e99daad62da940e007e6806eabce09ec195c48a
| Author: ptaeuber 
| Date:   Thu Jun 8 11:53:45 2017 +0200
| 
|     * OMCompiler e116454...d84ea13 (1):
|       > Make Evaluate=false have an effect
| 
| M	OMCompiler
| 
* commit c0fb81009fbd80fbf68c628768e2fd173c03586d
| Author: hudson 
| Date:   Mon Jun 5 19:17:49 2017 +0200
| 
|     * libraries a01db2f...349f51d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 015dfe2596531260bd1a88e4c128305900df187b
| Author: ptaeuber 
| Date:   Mon Jun 5 17:01:33 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9ca6140...e116454 (1):
|       > Do not prefer vars with start value for tearing
|     
|     * testsuite e573d47...30e59b4 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 61fe0cd05f942fb67c68c62377aaa893348fc9ac
| Author: Adeel Asghar 
| Date:   Mon Jun 5 13:09:48 2017 +0200
| 
|     * OMEdit b2178d3...3bbb391 (1):
|       > ticket:4433 Improved the layout of the transformational debugger. Fold the annotations by default in transformational editor. Added more context menu items to transformational editor.
| 
| M	OMEdit
| 
* commit 37d3424918ed1939eb74a85dbc2853d4ba942c74
| Author: Adeel Asghar 
| Date:   Mon Jun 5 12:28:34 2017 +0200
| 
|     * OMEdit 2230a75...b2178d3 (1):
|       > ticket:4434 Properly set the -d=infoXmlOperations flag.
| 
| M	OMEdit
| 
* commit 42b0038f3400b89053cbdcbcdb57a2a72be7b3a3
| Author: hudson 
| Date:   Sat Jun 3 19:17:03 2017 +0200
| 
|     * libraries c29a07f...a01db2f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 59124c9317e8f0eb4943af14773b62b000f405ca
| Author: Adeel Asghar 
| Date:   Sat Jun 3 13:11:08 2017 +0200
| 
|     * OMPlot e2f605d...3d09049 (1):
|       > Revert "ticket:4428 Set very low ration for legend so that plot gets more space."
| 
| M	OMPlot
| 
* commit 390a9736e33eaf37194a4af1f3d3a1b603552346
| Author: hudson 
| Date:   Fri Jun 2 19:16:00 2017 +0200
| 
|     * libraries b1732af...c29a07f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4d65dbc8030ae50565af87d6efaf4fee1608203e
| Author: alash325 
| Date:   Fri Jun 2 16:43:07 2017 +0200
| 
|     * OMEdit 1830335...2230a75 (1):
|       > - update the traceability message according to the Json schema
| 
| M	OMEdit
| 
* commit e0779841b6913fb573207ccc2851ddc96c140f78
| Author: hkiel 
| Date:   Fri Jun 2 13:24:31 2017 +0200
| 
|     * OMNotebook d0aa5e6...78dcf3f (1):
|       > fix translation string
| 
| M	OMNotebook
| 
* commit 481333c9f2017f6a3addf80764240e083f9f5425
| Author: hkiel 
| Date:   Fri Jun 2 11:57:51 2017 +0200
| 
|     * OMNotebook 2b12dca...d0aa5e6 (1):
|       > translate more strings update german translation
| 
| M	OMNotebook
| 
* commit df995cd841e7aa392fca2b006b4c12e986f47b45
| Author: adrpo 
| Date:   Fri Jun 2 04:23:44 2017 +0200
| 
|     Updating submodules
|     
|     * OMEdit 4922085...1830335 (3):
|       > ticket:4421 Show a fixed value when there is only one unit.
|         > Initialize the variables properly.
|           > ticket:4431 Fixed the rendering rectangle size. use Component's sceneBoundingRect() instead of calling sceneBoundingRect() on its items.
|     
|     * libraries 7de9257...b1732af (5):
|       > Bump libraries
|         > update MSL trunk patches (#4)
|           > Bump libraries
|             > Bump libraries
|               > Bump libraries
|     
|     * testsuite 192b838...e573d47 (1):
|       > update tests due to library updates
| 
| M	OMEdit
| M	libraries
| M	testsuite
| 
* commit b6bd5096216b84603b090c67b881ac63696e1a0b
| Author: Bernhard Thiele 
| Date:   Wed May 31 16:17:14 2017 +0200
| 
|     * testsuite ed569e2...192b838 (1):
|       > Failing MDD tests for synchronous blocks
| 
| M	testsuite
| 
* commit 2e6ca1f05008586697eafe1d601d778582ac5e5d
| Author: Bernhard Thiele 
| Date:   Wed May 31 13:37:02 2017 +0200
| 
|     * testsuite d51c142...ed569e2 (1):
|       > More tests for MDD library
| 
| M	testsuite
| 
* commit 0851616db00882c7f6ebbc6f42ff07f3248228ed
| Author: Adeel Asghar 
| Date:   Tue May 30 15:14:24 2017 +0200
| 
|     * OMPlot 16532e5...e2f605d (1):
|       > ticket:4428 Set very low ration for legend so that plot gets more space. When we have several legend items then a scroll bar will appear.
| 
| M	OMPlot
| 
* commit 3aac14f21e27c607a2b8a731a6bf747e8ddcefae
| Author: Adeel Asghar 
| Date:   Tue May 30 13:09:18 2017 +0200
| 
|     * OMPlot 0466192...16532e5 (1):
|       > ticket:2232 Allow setting axes range manually.
| 
| M	OMPlot
| 
* commit 25de2c7004eca98a22a2d11e0379e7c28509277e
| Author: ptaeuber 
| Date:   Tue May 30 11:55:09 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e7045ec...9ca6140 (1):
|       > Revert "Use nominal value as start value for iteration vars"
|     
|     * testsuite 05b74d7...d51c142 (1):
|       > Revert "Expected output"
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7facdb26d9a09b8a905ae2f8fd557fbc4e7ed061
| Author: hudson 
| Date:   Mon May 29 19:16:35 2017 +0200
| 
|     * libraries cbb1ebc...7de9257 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0cc2244719832913d7960a0ea99f0428912066ce
| Author: ptaeuber 
| Date:   Mon May 29 18:57:40 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ddfec0e...e7045ec (1):
|       > Use nominal value as start value for iteration vars
|     
|     * testsuite 6d8f3d6...05b74d7 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2a1bced5f505597f6125c7ff7fe9bf3ef59c37ca
| Author: hudson 
| Date:   Fri May 26 19:17:09 2017 +0200
| 
|     * libraries 30aa05a...cbb1ebc (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 23057312e7cb401b63ed670adb9a3f2c9acbfc8e
| Author: hudson 
| Date:   Thu May 25 19:17:42 2017 +0200
| 
|     * libraries 5ea8d69...30aa05a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2bb5c7a88e955fb6941cb4d5d49cea12cfdc2b2b
| Author: hudson 
| Date:   Wed May 24 19:17:57 2017 +0200
| 
|     * libraries 8e00222...5ea8d69 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 85fd083054931221690f0a30cd8d6f728539d7e5
| Author: hkiel 
| Date:   Wed May 24 16:13:06 2017 +0200
| 
|     * OMNotebook a884b96...2b12dca (1):
|       > New caption for omc messages also highlight error cells in red, warning cells in yellow
| 
| M	OMNotebook
| 
* commit 11bc203b1c0f065d495a439a160935dee0666278
| Author: hkiel 
| Date:   Wed May 24 14:05:33 2017 +0200
| 
|     * OMEdit 120c4f9...4922085 (1):
|       > Do not translate items in drop down box that need to be english update translation files
| 
| M	OMEdit
| 
* commit c9c188d1e908bbfa9535e9ad61bca46df8448edc
| Author: hudson 
| Date:   Tue May 23 19:19:16 2017 +0200
| 
|     * libraries 63be9d6...8e00222 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e313e9469201f94b064dfdf3cc563635b989b9ce
| Author: wibraun 
| Date:   Tue May 23 18:11:18 2017 +0200
| 
|     * OMCompiler f821aa3...ddfec0e (1):
|       > remove unused functions as a last step of backend
| 
| M	OMCompiler
| 
* commit 9bfc542743e1a25b88dcb08fed9cc5a8cb4b20d7
| Author: Danny Moesch 
| Date:   Tue May 23 10:10:44 2017 +0200
| 
|     * OMCompiler 16a7626...f821aa3 (1):
|       > Avoid 'and' operator in C++ code since MSVC12 does not support it
| 
| M	OMCompiler
| 
* commit 23462bbf9701bcc1a24481e809d025ac134a191c
| Author: hudson 
| Date:   Mon May 22 21:24:27 2017 +0200
| 
|     * libraries 5aa2656...63be9d6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f2a839f2596a5c69377de320769f8617c49f4b4e
| Author: hudson 
| Date:   Sun May 21 19:17:59 2017 +0200
| 
|     * libraries 5ab4aed...5aa2656 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 364e48d0f8891ecec277fcf1976fe7ad5753ce70
| Author: hkiel 
| Date:   Sat May 20 12:36:42 2017 +0200
| 
|     * OMNotebook eb3bda4...a884b96 (3):
|       > fix expansion of '=' to ' = ' considers also ':=', '<=' and '>='.
|       > updated OMNotebook help file
|       > Implement more intelligent command completion detects if input cell contains a class and then prompts modelica keywords instead of OpenModelica Scripting commands
| 
| M	OMNotebook
| 
* commit ef3a20bb325732a585dc790fec804c06c4e323a4
| Author: Martin Sjölund 
| Date:   Sat May 20 11:57:59 2017 +0200
| 
|     * OMCompiler 7b440a1...16a7626 (1):
|       > Handle dassl better in opc-ua
| 
| M	OMCompiler
| 
* commit a92bcb7cf46b7b325c8c3abe8eb6798fd5bb9702
| Author: hudson 
| Date:   Wed May 17 19:18:04 2017 +0200
| 
|     * libraries 91bf0bf...5ab4aed (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c7182f8ff3a9f5a7d9dd59ac2a63665207066b9d
| Author: Lennart Ochel 
| Date:   Wed May 17 08:46:42 2017 +0200
| 
|     * OMCompiler 0042521...7b440a1 (1):
|       > Fix derivation rule of pre calls
| 
| M	OMCompiler
| 
* commit 16001e101a28eb4f655f9e81c22f7971e7516afe
| Author: Lennart Ochel 
| Date:   Wed May 17 08:15:54 2017 +0200
| 
|     * OMCompiler 9492f9e...0042521 (1):
|       > Fix derivation of previous calls
| 
| M	OMCompiler
| 
* commit 99c8902a488476e83040b36a1a8af0b0c0d32d92
| Author: Lennart Ochel 
| Date:   Mon May 15 23:33:59 2017 +0200
| 
|     * OMCompiler ef8d929...9492f9e (2):
|       > Fix homotopy debug dump
|       > Read csv file delim from header
| 
| M	OMCompiler
| 
* commit 11c1acad040998d909af95dba2924785550e1b49
| Author: hudson 
| Date:   Sun May 14 19:18:09 2017 +0200
| 
|     * libraries b939cfa...91bf0bf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 24846c3d64b1430e18800ad2c4d0acd6ca168027
| Author: hudson 
| Date:   Sat May 13 19:17:16 2017 +0200
| 
|     * libraries 319215b...b939cfa (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ec7d84d8c036675d3181355514e37484ee78cf4d
| Author: Jan Hagemann 
| Date:   Fri May 12 23:39:22 2017 +0200
| 
|     * OMCompiler f6f6a14...ef8d929 (1):
|       > wrapFunctionCalls can be used in initOpt: --initOptModules+=wrapFunctionCalls
| 
| M	OMCompiler
| 
* commit 546b51e59738e2a526a0f2d3ab54d9512c023662
| Author: hkiel 
| Date:   Fri May 12 23:23:53 2017 +0200
| 
|     * OMCompiler 9dc481e...f6f6a14 (1):
|       > spell fix
| 
| M	OMCompiler
| 
* commit b232128b1bd2d869d36ed0b0cc21749a075899ef
| Author: hkiel 
| Date:   Fri May 12 23:08:40 2017 +0200
| 
|     * OMCompiler 480ac49...9dc481e (1):
|       > fix C-macros (missing braces)
| 
| M	OMCompiler
| 
* commit 34c0f0c7f43a64f0f368a4075decdeed679d68bc
| Author: hudson 
| Date:   Fri May 12 19:19:09 2017 +0200
| 
|     * libraries a1c9e85...319215b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0e90981334e6f7658629a6588fa3c01dcb816023
| Author: Lennart Ochel 
| Date:   Fri May 12 18:55:00 2017 +0200
| 
|     * OMCompiler 8ed0af6...480ac49 (1):
|       > Removed unused variables
| 
| M	OMCompiler
| 
* commit 5feb8a67bfc162e4ce311889902d9e4f2b7bec94
| Author: hkiel 
| Date:   Fri May 12 18:33:07 2017 +0200
| 
|     * OMCompiler d0c4de0...8ed0af6 (1):
|       > fix prototype to avoid a warning from C compiler
| 
| M	OMCompiler
| 
* commit 41c2fc850bcfd62ba0ffcc42731cb5c7c27bf2f0
| Author: Lennart Ochel 
| Date:   Fri May 12 16:19:46 2017 +0200
| 
|     * testsuite 0a3d790...6d8f3d6 (1):
|       > Test for ticket:4419
| 
| M	testsuite
| 
* commit 8f576e0b60652b10b34553f99f6860fad5ce31cf
| Author: Lennart Ochel 
| Date:   Fri May 12 13:54:05 2017 +0200
| 
|     * OMCompiler a342dab...d0c4de0 (1):
|       > Fix zero crossings for div calls
| 
| M	OMCompiler
| 
* commit ca949bafc24653e3b7493b973a2c2d5546a48404
| Author: hkiel 
| Date:   Fri May 12 13:38:51 2017 +0200
| 
|     * OMCompiler 2f4a409...a342dab (1):
|       > correctly compare mod() and div() zerocrossing pairs
| 
| M	OMCompiler
| 
* commit 4c33e84412c43c3c92d3257072d073eaabdc481a
| Author: Adrian Pop 
| Date:   Fri May 12 00:08:59 2017 +0200
| 
|     * testsuite 7aeaf08...0a3d790 (1):
|       > add requirement tests
| 
| M	testsuite
| 
* commit 26fe0b706c128b9eada5aa6bd206a9f0ee2e2be1
| Author: Lena Buffoni 
| Date:   Thu May 11 22:30:47 2017 +0200
| 
|     * testsuite 4f5fdf9...7aeaf08 (1):
|       > requirements example
| 
| M	testsuite
| 
* commit 741c4259369c46a5d7a3b138981c7a1ccafc06b2
| Author: hudson 
| Date:   Thu May 11 19:47:44 2017 +0200
| 
|     * libraries eb001f5...a1c9e85 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 946f9ddbc0df1d30dccb76a0f055774695310437
| Author: Lena Buffoni 
| Date:   Thu May 11 19:23:25 2017 +0200
| 
|     * OMCompiler 96267f1...2f4a409 (2):
|       > inversed path order
|       > Fixed autogen names, finding correct client paths, not parsing through Modelica Standard Library
| 
| M	OMCompiler
| 
* commit 07b08d641b8701208d481675e747f3bca811b52d
| Author: Volker Waurich 
| Date:   Thu May 11 17:27:04 2017 +0200
| 
|     * OMCompiler 6d5709b...96267f1 (1):
|       > fix Ws2_32.dll linking under windows
| 
| M	OMCompiler
| 
* commit 94aca149497fbdb72e9210b346925703826917e7
| Author: hkiel 
| Date:   Thu May 11 13:04:37 2017 +0200
| 
|     * OMCompiler ba45c06...6d5709b (1):
|       > turn non tail-recursive functions into for-loops
| 
| M	OMCompiler
| 
* commit d6927e7b9d4a3146c932cdf39c9c2aeadfbdb2c9
| Author: Adrian Pop 
| Date:   Wed May 10 22:00:16 2017 +0200
| 
|     * testsuite 030c9b5...4f5fdf9 (1):
|       > run the Modelica_DeviceDrivers tests
| 
| M	testsuite
| 
* commit cb785f509785af8956516da5ddf3042597e821dc
| Author: hudson 
| Date:   Wed May 10 19:18:12 2017 +0200
| 
|     * libraries 0d05ced...eb001f5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 574eabac5dec1a25a2a46fcb1a984077c5ad2ac1
| Author: hudson 
| Date:   Tue May 9 19:18:20 2017 +0200
| 
|     * libraries 5fa7890...0d05ced (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit be20c6c19d692428d4567cfbd28ce6f2da1f9962
| Author: Adeel Asghar 
| Date:   Tue May 9 13:36:58 2017 +0200
| 
|     * OMPlot ba9d6fd...0466192 (1):
|       > ticket:4400 Toggle visibility with single click. Hide all except click curve with double click. Don't show plot picker for hidden curves.
| 
| M	OMPlot
| 
* commit 679dcaa28ee0548f9cf159a211cf489c3e4a4992
| Author: Adeel Asghar 
| Date:   Tue May 9 12:44:07 2017 +0200
| 
|     * OMEdit bb3109f...120c4f9 (1):
|       > Fix typo.
| 
| M	OMEdit
| 
* commit 316daa312564006b5598bc4130d373d9f80a6902
| Author: Adeel Asghar 
| Date:   Tue May 9 11:58:24 2017 +0200
| 
|     * OMEdit da3af12...bb3109f (1):
|       > Only allow drag & drop of Modelica LibraryTreeItem on a Modelica LibraryTreeItem.
| 
| M	OMEdit
| 
* commit bc7661c080c06d1ec4c78d60004213ca9fbeccba
| Author: Lennart Ochel 
| Date:   Mon May 8 17:37:38 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1928570...ba45c06 (1):
|       > Hide protected variables
|     
|     * testsuite 771ca55...030c9b5 (1):
|       > Emit protected variables
| 
| M	OMCompiler
| M	testsuite
| 
* commit ced9f3df0febdc5595e75461b9241fd64f91c059
| Author: Volker Waurich 
| Date:   Mon May 8 17:22:15 2017 +0200
| 
|     * OMCompiler 1ec58ad...1928570 (1):
|       > fix subclocktree
| 
| M	OMCompiler
| 
* commit bca5e7af28371b182bc97b99c4743facfd17df4f
| Author: ptaeuber 
| Date:   Mon May 8 15:33:14 2017 +0200
| 
|     * OMCompiler 9f91701...1ec58ad (1):
|       > Define separator for homotopy path csv file
| 
| M	OMCompiler
| 
* commit 21c3c2612785cca49672a864f8b20f91543da2ba
| Author: ptaeuber 
| Date:   Mon May 8 13:16:36 2017 +0200
| 
|     * OMCompiler ce11282...9f91701 (1):
|       > Fix initialization of external objects
| 
| M	OMCompiler
| 
* commit bd29b26cb4d773b960f885f55dff17541ef2701f
| Author: hudson 
| Date:   Sun May 7 19:16:53 2017 +0200
| 
|     * libraries b1e4f91...5fa7890 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 82616f9a8e3f1ca39d62a88103acb3b95293b771
| Author: hudson 
| Date:   Sat May 6 19:17:33 2017 +0200
| 
|     * libraries 49d0294...b1e4f91 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 76291c5962d13e2aace3adc8a586270ab35139f7
| Author: Bernhard Thiele 
| Date:   Fri May 5 23:12:42 2017 +0200
| 
|     * testsuite 582c559...771ca55 (1):
|       > Added test case for MDD serial packager
| 
| M	testsuite
| 
* commit 5bb076dceeed8003efa8cf32d0f726704476b885
| Author: hudson 
| Date:   Fri May 5 19:17:29 2017 +0200
| 
|     * libraries 567806d...49d0294 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 578f8911ae8557712337b0bad14aa89b77b69cc0
| Author: Martin Sjölund 
| Date:   Fri May 5 12:50:10 2017 +0200
| 
|     * OMCompiler 7abe645...ce11282 (1):
|       > OPC-UA: Trigger an event when changing inputs
| 
| M	OMCompiler
| 
* commit aacd90ed822fe676b274acb2e967b05f53cd2d37
| Author: Adeel Asghar 
| Date:   Fri May 5 12:34:23 2017 +0200
| 
|     * OMEdit 7a6ded6...da3af12 (1):
|       > ticket:4401 Fixed opening of component class through double click. Allow opening component class via shift + enter.
| 
| M	OMEdit
| 
* commit 8d667822364d79509bb880bcfbe45ec7d8ef7e4e
| Author: Christoffer Fors Johansson 
| Date:   Fri May 5 12:10:03 2017 +0200
| 
|     * OMCompiler deeabde...7abe645 (1):
|       > Added a new flag, -embeddedServerPort
| 
| M	OMCompiler
| 
* commit a436a0869296e0356210525298fafe849278096c
| Author: Martin Sjölund 
| Date:   Fri May 5 11:13:27 2017 +0200
| 
|     * libraries c1de6ec...567806d (1):
|       > Add VVDRlib
| 
| M	libraries
| 
* commit 415313b9317f5b795dad44cf08418defc57f02d8
| Author: Adeel Asghar 
| Date:   Fri May 5 10:57:38 2017 +0200
| 
|     * OMEdit 1a18b3b...7a6ded6 (1):
|       > ticket:4320 Follow changes from Diagram to Icon view instead of Icon to Diagram view.
| 
| M	OMEdit
| 
* commit 4c86d375beebc13a3f030c881cffa874dade5962
| Author: arun3688 
| Date:   Fri May 5 10:41:48 2017 +0200
| 
|     * doc 8e555b8...a56849e (1):
|       > add modelica conference-2017
| 
| M	doc
| 
* commit 1b8ad689618e9d005828e14f96e0fe76105f2924
| Author: hudson 
| Date:   Thu May 4 19:18:20 2017 +0200
| 
|     * libraries 6dfb629...c1de6ec (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8c1300af87f3e76d135fef10710b2e21bc243fa2
| Author: hkiel 
| Date:   Thu May 4 15:49:04 2017 +0200
| 
|     * OMCompiler 398f563...deeabde (1):
|       > Fix initial size of HashSet reduces execution time of inlineWhenForInitialization from O(n^3) to O(n^2) (see ScalableTestSuite)
| 
| M	OMCompiler
| 
* commit 9ae51d62877702af2b54870ec4ccb37ab0698ad2
| Author: Volker Waurich 
| Date:   Thu May 4 14:21:27 2017 +0200
| 
|     * OMCompiler 3a94441...398f563 (1):
|       > dont order partitions if there are none
| 
| M	OMCompiler
| 
* commit f8214ec41152a16b16a2622c20ca541596220bb5
| Author: Adeel Asghar 
| Date:   Thu May 4 14:05:29 2017 +0200
| 
|     * OMEdit c3006bd...1a18b3b (1):
|       > ticket:4348 Set a minimum width for DuplicateClassDialog.
| 
| M	OMEdit
| 
* commit 697182ecfa3ffde643a6f9a06ad3900110b68998
| Author: Adeel Asghar 
| Date:   Thu May 4 13:49:37 2017 +0200
| 
|     * OMPlot 8897145...ba9d6fd (1):
|       > ticket:4400 Toggle the visibility of plot curve on legend double click.
| 
| M	OMPlot
| 
* commit 41f6fa4ee335955061f9b93d133c0ff806ecee0f
| Author: Adeel Asghar 
| Date:   Thu May 4 13:10:04 2017 +0200
| 
|     * OMEdit e6df7c1...c3006bd (1):
|       > ticket:4341 Fixed display of system libraries. Show white outer background, a gray outline, white inner background and no grid for system libraries.
| 
| M	OMEdit
| 
* commit dc1826f4c19ac2f0f374068d1ca3a80c9c0c390c
| Author: Adeel Asghar 
| Date:   Thu May 4 12:21:25 2017 +0200
| 
|     * OMEdit 81a9ecf...e6df7c1 (1):
|       > ticket:4401 Open component class with shift + double click.
| 
| M	OMEdit
| 
* commit ee9c4bd319c3e3cb21523662465d90af6b13c183
| Author: Adeel Asghar 
| Date:   Thu May 4 11:03:18 2017 +0200
| 
|     * OMEdit dbf52c2...81a9ecf (1):
|       > ticket:4406 Option to automatically close completed simulation windows
| 
| M	OMEdit
| 
* commit 8251856f186931e7c42083d66401c75b2487e95e
| Author: arun3688 
| Date:   Thu May 4 10:23:27 2017 +0200
| 
|     * OMEdit 2474cec...dbf52c2 (1):
|       > ticket:4404 Auto-Complete Fixes for key features missing
| 
| M	OMEdit
| 
* commit d61c86ce00b7e2c202b98efdaffbcc8ab61b483a
| Author: hudson 
| Date:   Wed May 3 19:18:44 2017 +0200
| 
|     * libraries fb82b3b...6dfb629 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0f968c4fb3a27ff9e8844f4cf8ac68d7fdde8f14
| Author: Volker Waurich 
| Date:   Wed May 3 13:54:37 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 54881ac...3a94441 (1):
|       > sort clocked sub-partitions and deactivate negative shift
|     
|     * testsuite df74862...582c559 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit fa4e60be1195486220229941d328bbcc78f8ab42
| Author: Adeel Asghar 
| Date:   Wed May 3 12:06:19 2017 +0200
| 
|     * OMEdit 4e66e43...2474cec (1):
|       > ticket:4409 Don't unfold the annotations when object is moved.
| 
| M	OMEdit
| 
* commit 0032cfc3eb4fa6d07a1455565655db0c1120f71d
| Author: Adeel Asghar 
| Date:   Wed May 3 11:14:07 2017 +0200
| 
|     * OMEdit 90a4593...4e66e43 (1):
|       > ticket:4320 Only follow changes from Icon View to Diagram View.
| 
| M	OMEdit
| 
* commit a2b92d802a02ded9001489a20fe076afb41fbf98
| Author: Adeel Asghar 
| Date:   Wed May 3 10:58:14 2017 +0200
| 
|     * OMEdit dbc1049...90a4593 (1):
|       > Insert the code snippets as one undo/redo operation.
| 
| M	OMEdit
| 
* commit 5ced9796811dced9a3aaadbe7d8e7d07f625edae
| Author: hudson 
| Date:   Tue May 2 19:17:24 2017 +0200
| 
|     * libraries f0b5b3a...fb82b3b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8dc5f747ebc0aa2102ae4d50c5fd9c6629d75123
| Author: Martin Sjölund 
| Date:   Tue May 2 18:25:38 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8780cf7...54881ac (5):
|       > Use Mutable in the backend
|       > Use Mutable for the DoubleEndedList
|       > Use Mutable in the frontend
|       > Add a Pointer type similar to the Mutable type
|       > Add support for a Mutable data structure
|     
|     * testsuite c3c036f...df74862 (1):
|       > Add the new Mutable dependency
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6aa796c3dcc44c71cdace85bf4096f27065b4c66
| Author: Adeel Asghar 
| Date:   Tue May 2 16:18:32 2017 +0200
| 
|     * OMEdit e74c088...dbc1049 (1):
|       > Added tool-tips to auto complete suggestions.
| 
| M	OMEdit
| 
* commit 57576daacd051797bed3bd9a7480e390c30cc5fa
| Author: arun3688 
| Date:   Tue May 2 11:37:57 2017 +0200
| 
|     * OMEdit 1b6ac20...e74c088 (1):
|       > autocompletion for codesnippets
| 
| M	OMEdit
| 
* commit 361964c08435597eeb61feea41cb3acd4e090734
| Author: Lennart Ochel 
| Date:   Tue May 2 11:18:10 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8dc4fea...8780cf7 (1):
|       > Revert "Enable homotopy by default"
|     
|     * testsuite c0043fe...c3c036f (1):
|       > Revert "Expected output"
| 
| M	OMCompiler
| M	testsuite
| 
* commit 46bfb1fecf6dee81adaef862647f3a2c1f565655
| Author: hudson 
| Date:   Mon May 1 19:15:33 2017 +0200
| 
|     * libraries 0eebf34...f0b5b3a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 443bc9596f3242f4e2cd108cfcd34c648c554c72
| Author: hudson 
| Date:   Sat Apr 29 19:16:35 2017 +0200
| 
|     * libraries 89001ba...0eebf34 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8fb84f0a8d5980fdb6b919422c9aa1a0cd1e2b15
| Author: Lennart Ochel 
| Date:   Fri Apr 28 21:24:29 2017 +0200
| 
|     * OMCompiler 8e2a2a0...8dc4fea (1):
|       > Fix ExpandableArray.compress
| 
| M	OMCompiler
| 
* commit 72fd4c66998ecce17a10ecc86dd820cf066b0c41
| Author: hudson 
| Date:   Fri Apr 28 19:17:39 2017 +0200
| 
|     * libraries 1c4c66e...89001ba (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c0bd6f1e63db138a6c00b393c0ba83bd2b66e59e
| Author: Adeel Asghar 
| Date:   Fri Apr 28 15:02:09 2017 +0200
| 
|     * OMEdit 6fbf5db...1b6ac20 (1):
|       > ticket:4402 Show plot window after simulation.
| 
| M	OMEdit
| 
* commit c8105d76de80925e3ea9c5e8df3a641cbb253783
| Author: hudson 
| Date:   Thu Apr 27 19:17:24 2017 +0200
| 
|     * libraries 9683ec7...1c4c66e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7aa9abe820a160142e5ab5f3ed1751c65896b3d7
| Author: Martin Sjölund 
| Date:   Thu Apr 27 13:17:23 2017 +0200
| 
|     * OMCompiler f9882c3...8e2a2a0 (1):
|       > Parse mos-file statements using iteration
| 
| M	OMCompiler
| 
* commit 68cd90189d18ff7f2a1c9a368fc3384f054f4086
| Author: Volker Waurich 
| Date:   Thu Apr 27 11:11:22 2017 +0200
| 
|     * testsuite bcc9445...c0043fe (1):
|       > add booolean sub clock test for cpp
| 
| M	testsuite
| 
* commit bc1aa9ad77673db642f3149a31d925047c401829
| Author: hudson 
| Date:   Wed Apr 26 19:19:30 2017 +0200
| 
|     * libraries 858aed0...9683ec7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fa6d94e7d17840024eadd2adcb89a91143ac51c4
| Author: Volker Waurich 
| Date:   Wed Apr 26 18:22:19 2017 +0200
| 
|     * OMCompiler 89d9bc6...f9882c3 (1):
|       > support boolean sub clocks for cpp
| 
| M	OMCompiler
| 
* commit dca380399582b4f7881ddef38212ec83ff1361bf
| Author: Lennart Ochel 
| Date:   Wed Apr 26 14:47:18 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a9e3d63...89d9bc6 (1):
|       > Enable homotopy by default
|     
|     * testsuite ba82e68...bcc9445 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit bb826a2e97fcce52738cd73762092d37ab75776f
| Author: Adeel Asghar 
| Date:   Wed Apr 26 14:32:32 2017 +0200
| 
|     * OMEdit 345eb1d...6fbf5db (1):
|       > ticket:4320 Apply the connector transformation change from one view to another. The change is only applied as long as the they have the same transformation.
| 
| M	OMEdit
| 
* commit d8083bf3b7571c7d714009220fa4650c217c938d
| Author: Adeel Asghar 
| Date:   Wed Apr 26 13:08:04 2017 +0200
| 
|     * OMEdit 61d19ba...345eb1d (1):
|       > Added OMTLMSimulator documentation menu item.
| 
| M	OMEdit
| 
* commit e19bb162a265fec7de13a32c71a9442ac8d48767
| Author: Lennart Ochel 
| Date:   Wed Apr 26 10:55:07 2017 +0200
| 
|     * OMCompiler 4f1dc42...a9e3d63 (1):
|       > Estimate required allocations for selectInitializationVariablesDAE
| 
| M	OMCompiler
| 
* commit a91eb9b7d2f450e3a06d695507b956e8cc28cf5f
| Author: hudson 
| Date:   Tue Apr 25 19:17:25 2017 +0200
| 
|     * libraries 72f06a7...858aed0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3ce8986bf66de0ed63d3499615dd8e5a572add3a
| Author: Adeel Asghar 
| Date:   Tue Apr 25 15:04:28 2017 +0200
| 
|     * OMEdit 5b2afb1...61d19ba (2):
|       > ticket:4341 Draw background for system libraries.
|       > ticket:4369 Use round brackets instead of square for units.
| 
| M	OMEdit
| 
* commit 2cad4d1b9331224865fde9e8ed88d312a23e3ded
| Author: Adeel Asghar 
| Date:   Tue Apr 25 14:35:22 2017 +0200
| 
|     * OMPlot 9b947e8...8897145 (1):
|       > ticket:4369 Do not use square brackets for units.
| 
| M	OMPlot
| 
* commit 632e4972b4c97816adff1777178d36dde062ed40
| Author: Volker Waurich 
| Date:   Tue Apr 25 10:34:46 2017 +0200
| 
|     * testsuite 3c3326e...ba82e68 (1):
|       > provide reference files with 0 for not ticked clocked variables
| 
| M	testsuite
| 
* commit 24c7d5680692a7e1fe7d439267bda7f592f31211
| Author: Lennart Ochel 
| Date:   Mon Apr 24 23:15:00 2017 +0200
| 
|     * OMCompiler cf6f51c...4f1dc42 (1):
|       > Estimate number of equations
| 
| M	OMCompiler
| 
* commit afc055461743eb7a979a45581e4c76ec01e1ffbc
| Author: Adeel Asghar 
| Date:   Mon Apr 24 22:26:36 2017 +0200
| 
|     * OMEdit 241af45...5b2afb1 (1):
|       > Let the users know what Compiler Flags means.
| 
| M	OMEdit
| 
* commit a4f3bd85d8de3a71d8c4bbee322e309e60a78866
| Author: Lennart Ochel 
| Date:   Mon Apr 24 21:37:57 2017 +0200
| 
|     * OMCompiler e3fdafb...cf6f51c (1):
|       > Estimate number of equations
| 
| M	OMCompiler
| 
* commit d1fbf9554d375f38fa0f128f1e0bf09f586028d7
| Author: Adeel Asghar 
| Date:   Mon Apr 24 19:16:05 2017 +0200
| 
|     * OMEdit 8b616fe...241af45 (1):
|       > Call `getConnectionCount` from the C interface.
| 
| M	OMEdit
| 
* commit ba7f11a6ef15992654b39315dd93654747897252
| Author: Adeel Asghar 
| Date:   Mon Apr 24 16:27:10 2017 +0200
| 
|     * OMCompiler a8b251e...e3fdafb (1):
|       > ticket:4381 Updated the implementation of fetching connect equations. Build a list of connections and then use the list for getting a specific connection. Also moved `getConnectionCount` API to ModelicaBuiltin.mo
| 
| M	OMCompiler
| 
* commit 3787c022bb91e8d08ab640b4e21f231a1ac5c305
| Author: Adeel Asghar 
| Date:   Mon Apr 24 13:09:42 2017 +0200
| 
|     * OMEdit 28a9339...8b616fe (1):
|       > Calculate the font size when its too big to fit.
| 
| M	OMEdit
| 
* commit 9091ab91caf718b2a66362b76cea04d83cd60617
| Author: hudson 
| Date:   Sat Apr 22 19:17:16 2017 +0200
| 
|     * libraries 5b00c12...72f06a7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4e78f6aad86ab6c3da22430cb14d68d94b89b1b6
| Author: Adrian Pop 
| Date:   Sat Apr 22 00:54:12 2017 +0200
| 
|     * OMCompiler 935a1c9...a8b251e (1):
|       > experimental support for merging alg sections, ticket:4365
| 
| M	OMCompiler
| 
* commit 11dfb1ec033ee0749d219f160f461f5f481fc86f
| Author: Adrian Pop 
| Date:   Fri Apr 21 23:26:14 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler dd5fb2b...935a1c9 (1):
|       > fix inner/outer prefixing in algorithms ticket:4365
|     
|     * testsuite 3be9952...3c3326e (1):
|       > test for ticket:4365
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5959ddce91cb1d3c8101893e1deebba68e698693
| Author: Adrian Pop 
| Date:   Fri Apr 21 20:49:32 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ac1663d...dd5fb2b (1):
|       > fix frontend part of ticket:4157
|     
|     * testsuite cae7797...3be9952 (1):
|       > tests for frontend part of ticket:4157
| 
| M	OMCompiler
| M	testsuite
| 
* commit d1fddf94660c2526ae0e5c183643aaef60bb6549
| Author: hudson 
| Date:   Fri Apr 21 19:18:59 2017 +0200
| 
|     * libraries 7e8b2d3...5b00c12 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ae2921a16bb70b8a139305d5e7e6a579c2ba6d66
| Author: hudson 
| Date:   Thu Apr 20 19:18:13 2017 +0200
| 
|     * libraries db858da...7e8b2d3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4ec96a94cc76b64e84a7817a475bf18e6ee0bff6
| Author: Martin Sjölund 
| Date:   Thu Apr 20 18:13:38 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 894837c...ac1663d (2):
|       > Provide more information for invalid roots
|       > Handle recursion better when inlining calls
|     
|     * testsuite 12d7a71...cae7797 (2):
|       > Include line numbers for the roots
|       > Add FCSys example
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9cd0bdfbb0a8171a22ce158ceaccc37de3e8ab20
| Author: Lennart Ochel 
| Date:   Thu Apr 20 13:47:05 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 17e8841...894837c (1):
|       > Reimplementation of the c runtime homotopy support
|     
|     * testsuite 2e23bdd...12d7a71 (1):
|       > Removed initialEquations_lambda0
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0c37225062d0acecce0c8437b782ed0ec6cb66ce
| Author: ptaeuber 
| Date:   Thu Apr 20 11:56:31 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f0af412...17e8841 (1):
|       > Add experimental initOptModule inlineHomotopy
|     
|     * testsuite 73d6738...2e23bdd (1):
|       > Add simple homotopy loop
| 
| M	OMCompiler
| M	testsuite
| 
* commit 578e8b06f2ac8cc22159a8b3cea3460e8153c067
| Author: hudson 
| Date:   Wed Apr 19 19:16:43 2017 +0200
| 
|     * libraries a439755...db858da (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b76a4dc369fe2108c16dfcc29be2e2b10ecd4831
| Author: Willi Braun 
| Date:   Wed Apr 19 14:30:02 2017 +0200
| 
|     * OMCompiler 11f1da2...f0af412 (1):
|       > added scaling for f(u) in kinsol, based on jacobian
| 
| M	OMCompiler
| 
* commit 1f4aacf663c8945e05b58cb6b32111e88b594dca
| Author: ptaeuber 
| Date:   Wed Apr 19 11:11:16 2017 +0200
| 
|     * testsuite d1cb824...73d6738 (1):
|       > Remove decompressed result files after usage
| 
| M	testsuite
| 
* commit 27219e78b0dc258c57a0f01709d19742267f274b
| Author: hudson 
| Date:   Tue Apr 18 19:17:49 2017 +0200
| 
|     * libraries 6cc40b9...a439755 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e275cc8355008d68e815eb6e3757a9bc2636d745
| Author: Lennart Ochel 
| Date:   Mon Apr 17 11:43:05 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fa0a689...11f1da2 (1):
|       > Adjust memory management of equation arrays
|     
|     * testsuite 9fc185f...d1cb824 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit bb92ea0bedbdcc313c8eb137ed5370b73fd1d50f
| Author: Lennart Ochel 
| Date:   Sun Apr 16 23:16:10 2017 +0200
| 
|     * OMCompiler 2892979...fa0a689 (1):
|       > Fix side-effect in getSymbolicJacobian
| 
| M	OMCompiler
| 
* commit 87faf8e42b3f51a0f1a74e580e24cc734a47c407
| Author: Lennart Ochel 
| Date:   Sat Apr 15 23:40:36 2017 +0200
| 
|     * OMCompiler 8e24cbf...2892979 (1):
|       > Fix BackendEquation.merge
| 
| M	OMCompiler
| 
* commit 3676156ec4e1bd24fbfd380feab55b4edf608627
| Author: Lennart Ochel 
| Date:   Sat Apr 15 15:59:18 2017 +0200
| 
|     * OMCompiler 9abe3dc...8e24cbf (1):
|       > Clean up BackendEquation.mo
| 
| M	OMCompiler
| 
* commit d30813630b3c252976728e311ee189586c834876
| Author: hudson 
| Date:   Fri Apr 14 19:16:59 2017 +0200
| 
|     * libraries 80d2538...6cc40b9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0e96a4e8ccace2fc4338ca66082b123d1c4916f8
| Author: Lennart Ochel 
| Date:   Fri Apr 14 02:08:10 2017 +0200
| 
|     * OMCompiler 8429f94...9abe3dc (2):
|       > Fix ExpandableArray
|       > Use ExpandableArray for BackendDAE.EquationArray
| 
| M	OMCompiler
| 
* commit dbf21841f11cd3cb31fc0dd650c5d2e925f30f0c
| Author: hudson 
| Date:   Thu Apr 13 19:18:24 2017 +0200
| 
|     * libraries 4db44bb...80d2538 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 447ed03a56530bd7e17af55d19e3dfc3c753b5b3
| Author: ptaeuber 
| Date:   Wed Apr 12 21:32:09 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fd294f6...8429f94 (1):
|       > Fix wrapFunctionCalls for cpp runtime
|     
|     * testsuite 1f47e70...9fc185f (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit ba46239ee212883c90854a553737153b0a1ff6fb
| Author: hudson 
| Date:   Wed Apr 12 19:18:37 2017 +0200
| 
|     * libraries 2395de3...4db44bb (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b2fe0915d8a77060a309b8c26535eb67c56a4ed1
| Author: Adeel Asghar 
| Date:   Wed Apr 12 11:43:29 2017 +0200
| 
|     * OMEdit 0d63f38...28a9339 (1):
|       > Read the init.xml file when only loading the result file.
| 
| M	OMEdit
| 
* commit 828011b06aae38ceaa1f0bb79ed368bb9b950d92
| Author: hudson 
| Date:   Tue Apr 11 19:21:45 2017 +0200
| 
|     * libraries 317357d...2395de3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 325e54578566b16e7e183cb978e01b48c62ea5a2
| Author: Lennart Ochel 
| Date:   Tue Apr 11 16:44:52 2017 +0200
| 
|     * OMCompiler a12c349...fd294f6 (1):
|       > Remove unused variable arrays
| 
| M	OMCompiler
| 
* commit 3d0230711321074f3c47210a4846ee341efbd8ab
| Author: Bernhard Thiele 
| Date:   Tue Apr 11 15:52:01 2017 +0200
| 
|     * OMCompiler 2cb1d8f...a12c349 (1):
|       > Removed obsolete state machine back-end code
| 
| M	OMCompiler
| 
* commit 66c68ab39d1185595d69feddaeb199c6277f49a1
| Author: ptaeuber 
| Date:   Tue Apr 11 14:44:54 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c224a4b...2cb1d8f (1):
|       > Improve module wrapFunctionCalls
|     
|     * testsuite 23fb508...1f47e70 (1):
|       > Add tests for WFC and update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a4d8d55973adb28bf06d7517697a33248ba11382
| Author: Adeel Asghar 
| Date:   Tue Apr 11 14:05:12 2017 +0200
| 
|     * OMEdit f4bd4ad...0d63f38 (1):
|       > Don't make the welcome page expanding.
| 
| M	OMEdit
| 
* commit 1e217ec62ad8aa776f8852dd171af3cc1170e78a
| Author: Adeel Asghar 
| Date:   Tue Apr 11 13:29:02 2017 +0200
| 
|     * doc e302e12...8e555b8 (1):
|       > Updated the composite modeling doc. Improved the screen-dumps.
| 
| M	doc
| 
* commit 828d90f4871fcd48cd75525022dc025747eaac68
| Author: Martin Sjölund 
| Date:   Tue Apr 11 10:42:29 2017 +0200
| 
|     * libraries e5a5abc...317357d (1):
|       > Add SolarTherm
| 
| M	libraries
| 
* commit d94d624996f0fd2e89dd3b745c325096e1ec1dba
| Author: hudson 
| Date:   Mon Apr 10 19:18:44 2017 +0200
| 
|     * libraries 7358546...e5a5abc (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7051ccf4e85076800783c65668b4bdd1bdd8f56c
| Author: Adeel Asghar 
| Date:   Mon Apr 10 18:20:47 2017 +0200
| 
|     * doc 9b7a4ca...e302e12 (1):
|       > Added visualization screenshot.
| 
| M	doc
| 
* commit 687c2c3ecb86e5aad138ee17631d0cb024479b60
| Author: Per Östlund 
| Date:   Mon Apr 10 17:16:42 2017 +0200
| 
|     * OMCompiler 32a70d2...c224a4b (1):
|       > Attempt to speed up collectInitialBindings.
| 
| M	OMCompiler
| 
* commit fc0987c968d393d635aa57e1ed0e39b625cce6a3
| Author: Adeel Asghar 
| Date:   Mon Apr 10 16:06:54 2017 +0200
| 
|     * doc 81fb79a...9b7a4ca (1):
|       > Updated composite modeling.
| 
| M	doc
| 
* commit a98bf937a7c6365fdf60fe9f232712646071f880
| Author: Adeel Asghar 
| Date:   Mon Apr 10 12:32:12 2017 +0200
| 
|     * OMEdit 3e1126b...f4bd4ad (1):
|       > Add 25% space to model's extents.
| 
| M	OMEdit
| 
* commit de13e315d1b6307699d376c70f0f871644c90dbb
| Author: Willi Braun 
| Date:   Mon Apr 10 12:02:35 2017 +0200
| 
|     * OMCompiler 639c7bd...32a70d2 (1):
|       > fix kinsol, reinit klu matrix onyl if klu is used
| 
| M	OMCompiler
| 
* commit 6912299910647e19ec66036f5f5f25326c32d103
| Author: Adeel Asghar 
| Date:   Mon Apr 10 11:47:59 2017 +0200
| 
|     * OMEdit 4ba81ac...3e1126b (1):
|       > Removed unnecessary setCompleter function.
| 
| M	OMEdit
| 
* commit f6ad34ea71e84096ea4bc932301bde1c81389c8d
| Author: Adeel Asghar 
| Date:   Mon Apr 10 11:18:56 2017 +0200
| 
|     * OMEdit c57868f...4ba81ac (1):
|       > Avoid crashing MetaModelicaEditor.
| 
| M	OMEdit
| 
* commit d706ea2cd530585f62b931c679f9af2783a06a39
| Author: arun3688 
| Date:   Mon Apr 10 10:19:25 2017 +0200
| 
|     * OMEdit 0bb681e...c57868f (1):
|       > autocompleter for keywords and types
| 
| M	OMEdit
| 
* commit 4dbe324e818fa0d9a4206d5d96c5e8bdf44af970
| Author: Lennart Ochel 
| Date:   Mon Apr 10 09:45:08 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3d4461d...639c7bd (1):
|       > Remove when initial() from dynamic system
|     
|     * testsuite 4a3c2b2...23fb508 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4ff9825bd6612935492673b9cb2f516b815a4f3b
| Author: Lennart Ochel 
| Date:   Mon Apr 10 08:17:50 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e05d9d5...3d4461d (1):
|       > Fix ticket:4387
|     
|     * testsuite 3c24923...4a3c2b2 (1):
|       > Add test for ticket:4387
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4f2d28b54692961cf74f58b3e296f3bf9846888d
| Author: Lennart Ochel 
| Date:   Sun Apr 9 17:14:21 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 65dd5bc...e05d9d5 (1):
|       > Move timings from LOG_LS to LOG_LS_V
|     
|     * testsuite ff7789d...3c24923 (1):
|       > Remove timing information from test suite
| 
| M	OMCompiler
| M	testsuite
| 
* commit 072364e847a4a6fc5bec7ea0357909afa11dd81a
| Author: Lennart Ochel 
| Date:   Sun Apr 9 07:28:33 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler adf56d3...65dd5bc (1):
|       > compareSimulationResults is deprecated
|     
|     * testsuite ed5ccfb...ff7789d (1):
|       > compareSimulationResults is deprecated
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5bce0c0ae2ddac042e67e7fb6c9336e5fbc82081
| Author: hudson 
| Date:   Sat Apr 8 19:19:02 2017 +0200
| 
|     * libraries 62a9886...7358546 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 567eefcef060340912766f28c04d023e40919029
| Author: Lennart Ochel 
| Date:   Fri Apr 7 20:49:02 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9166cbf...adf56d3 (1):
|       > Adjust comparison of initial data point
|     
|     * testsuite 16e424b...ed5ccfb (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 51426d1dcdefd4a23d9bf7f80b21935b940c932e
| Author: hudson 
| Date:   Fri Apr 7 19:17:23 2017 +0200
| 
|     * libraries 20438e3...62a9886 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d90ff1cda8b7ba626eca3460ce02be779015d7e3
| Author: hkiel 
| Date:   Fri Apr 7 17:09:25 2017 +0200
| 
|     * OMCompiler f31ed5b...9166cbf (1):
|       > do not use tuple for one needed arg
| 
| M	OMCompiler
| 
* commit 26e972883b02a41009df7ee90b500a9c02dd0c76
| Author: Adeel Asghar 
| Date:   Fri Apr 7 14:22:57 2017 +0200
| 
|     * OMEdit d48b065...0bb681e (2):
|       > Only update the cursor position when text view is visible.
|       > ticket:4340 & 4379 Allow multi select with shift key instead of control key. Panning is done via control + left mouse press. The drawing area is 3 times the actual size so we can better use the panning.
| 
| M	OMEdit
| 
* commit e78ea2134f364e2e19d564dee71409c0efc10761
| Author: Adeel Asghar 
| Date:   Fri Apr 7 13:53:46 2017 +0200
| 
|     * OMEdit c74c1a1...d48b065 (1):
|       > Use interfacesAligned instead of alignInterfaces.
| 
| M	OMEdit
| 
* commit dbd2373a1b5c3f31a0d255a076ddbecf19be34af
| Author: Adeel Asghar 
| Date:   Fri Apr 7 10:48:33 2017 +0200
| 
|     * OMEdit 767d9c6...c74c1a1 (1):
|       > Load the mo file as MetaModelica when loaded via "Load External Model(s)"
| 
| M	OMEdit
| 
* commit 40411bfbab4020b379d7ab1cc9f9c30fdef13be8
| Author: Lennart Ochel 
| Date:   Fri Apr 7 10:27:50 2017 +0200
| 
|     * OMCompiler 2aadf4f...f31ed5b (1):
|       > Remove $_old(.)
| 
| M	OMCompiler
| 
* commit 587a2b136a21cd8578cdf47ac9a60c5dffc5009c
| Author: Lennart Ochel 
| Date:   Fri Apr 7 09:52:32 2017 +0200
| 
|     * OMCompiler 1698ce9...2aadf4f (1):
|       > Add .vscode/ to .gitignore
| 
| M	OMCompiler
| 
* commit eae6770d67205864eff37a7509c404f6faa82237
| Author: Willi Braun 
| Date:   Fri Apr 7 00:04:57 2017 +0200
| 
|     * OMCompiler d2f4ddb...1698ce9 (1):
|       > fix symbolic jacobian in kinsol
| 
| M	OMCompiler
| 
* commit f98451e82bd9217b8213c0dce5f73853d165ca98
| Author: Lennart Ochel 
| Date:   Thu Apr 6 23:19:07 2017 +0200
| 
|     * OMCompiler 9b4cb3b...d2f4ddb (1):
|       > Fix variable names in debug output
| 
| M	OMCompiler
| 
* commit 9d6d50e2bc3b84daa69d7b65ee9c819239203e17
| Author: hudson 
| Date:   Thu Apr 6 19:19:01 2017 +0200
| 
|     * libraries bdd6a40...20438e3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 111d523cefd87b2c70392d87acebfb531204b677
| Author: Lennart Ochel 
| Date:   Thu Apr 6 16:01:41 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3f31abb...9b4cb3b (2):
|       > Implement missing case for SUB_SCALAR_ARRAY
|       > Fix add_alloc_scalar_real_array
|     
|     * testsuite 3801879...16e424b (1):
|       > Add test for ticket:4382
| 
| M	OMCompiler
| M	testsuite
| 
* commit b2e17deb762034c86e6dd2f874e0a7f28ba497c7
| Author: Adeel Asghar 
| Date:   Thu Apr 6 15:00:02 2017 +0200
| 
|     * OMPlot 6f97c81...9b947e8 (1):
|       > Removed zoom & pan buttons. Zoom is default. Panning is done by pressing the control key.
| 
| M	OMPlot
| 
* commit df84c3a5e9099bf6baf002c5516f9afa9abefe0f
| Author: alash325 
| Date:   Thu Apr 6 10:58:31 2017 +0200
| 
|     * OMEdit 8567e64...767d9c6 (1):
|       > Remove traceability graph view from perspective tab
| 
| M	OMEdit
| 
* commit d979385171779745500348834548ba96029ba9d0
| Author: Volker Waurich 
| Date:   Thu Apr 6 10:36:42 2017 +0200
| 
|     * testsuite 1f4e88e...3801879 (1):
|       > fix reference file
| 
| M	testsuite
| 
* commit 2163c0b50a99a9660e9a3ccc7e4dbed90cac0cb7
| Author: Volker Waurich 
| Date:   Thu Apr 6 08:45:11 2017 +0200
| 
|     * testsuite b6a6ab8...1f4e88e (1):
|       > add clock test for c and cpp
| 
| M	testsuite
| 
* commit 93966f17cb2f70c2f43c58afc35f4ec511054d07
| Author: hudson 
| Date:   Wed Apr 5 19:15:50 2017 +0200
| 
|     * libraries d6a95ba...bdd6a40 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit be54084fb01f728c59d156724af6b858cf209770
| Author: Volker Waurich 
| Date:   Wed Apr 5 14:28:26 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 064433e...3f31abb (1):
|       > compute time events during runtime instead of precalculation (cpp)
|     
|     * testsuite e3b3d75...b6a6ab8 (1):
|       > expected output for time event changes
| 
| M	OMCompiler
| M	testsuite
| 
* commit adc1a9166cbee73608f2335f65c479ae5ba202b6
| Author: Lennart Ochel 
| Date:   Wed Apr 5 13:58:23 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3b5a5ea...064433e (1):
|       > Add number of linear/non-linear/mixed systems to debug output
|     
|     * testsuite 7450f9a...e3b3d75 (1):
|       > Add number of linear/non-linear/mixed systems to debug output
| 
| M	OMCompiler
| M	testsuite
| 
* commit be5871d0277e6a619c9d6e5a72dc5dceb58ebfd3
| Author: hudson 
| Date:   Wed Apr 5 12:27:42 2017 +0200
| 
|     * libraries 5c70810...d6a95ba (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 30b3f57f23bfb7a6bfb3c4c7ccd51117b7036383
| Author: Martin Sjölund 
| Date:   Wed Apr 5 12:07:02 2017 +0200
| 
|     * libraries 84844c0...5c70810 (1):
|       > Added the Provides: of RPMs
| 
| M	libraries
| 
* commit 7fdd68b9cfff8ca913298bce3fda60843423c80b
| Author: hudson 
| Date:   Tue Apr 4 21:52:47 2017 +0200
| 
|     * libraries 6a2cb2a...84844c0 (3):
|       > Bump libraries
|       > Add forgotten file
|       > Fix script name
| 
| M	libraries
| 
* commit ed5413759c70b5941ebd7ca4caa721442aaf0267
| Author: Martin Sjölund 
| Date:   Tue Apr 4 21:00:30 2017 +0200
| 
|     * libraries 20d5911...6a2cb2a (1):
|       > Fix path
| 
| M	libraries
| 
* commit 7994ab888dde9b8bf1326bb66ccaa1c39b37cf2a
| Author: Martin Sjölund 
| Date:   Tue Apr 4 20:31:33 2017 +0200
| 
|     * libraries 6143232...20d5911 (2):
|       > Build a virtual package omlib-all
|       > Add dependencies to generates libraries
| 
| M	libraries
| 
* commit a8a1558373b7b9d7cc23d08e9466c1976daf2203
| Author: hudson 
| Date:   Tue Apr 4 19:23:18 2017 +0200
| 
|     * libraries 8950750...6143232 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 25cc3cc8ac2dc139ca4c9104fcff2891faa1b126
| Author: ptaeuber 
| Date:   Tue Apr 4 15:59:30 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3ad0767...3b5a5ea (1):
|       > Show warning if parameter is overwritten with small value or zero
|     
|     * testsuite e69beac...7450f9a (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit c8bddffe7b90877609fefa926895835e4ec7e27e
| Author: Lennart Ochel 
| Date:   Mon Apr 3 21:47:49 2017 +0200
| 
|     * testsuite 1936e9d...e69beac (1):
|       > Add test cases for ticket:4359
| 
| M	testsuite
| 
* commit 432bf4a02b4d64ccbec251e1b07aa300d2b0a047
| Author: hudson 
| Date:   Mon Apr 3 19:14:53 2017 +0200
| 
|     * libraries 0f7c903...8950750 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6a6bcea3b86a8229229811969d1f81d5df40ab54
| Author: hudson 
| Date:   Sun Apr 2 18:21:56 2017 +0200
| 
|     Updating submodules
|     * OMEdit a1ddf90...8567e64 (2):
|       > ticket:4309 Round the coordinates values. Show the line and column number when in text view.
|       > Access the data arrays directly instead of creating local copies of them. Fixes ticket:4377
|     
|     * OMNotebook 3b1b0cc...eb3bda4 (1):
|       > Update according to OMPlot interface.
|     
|     * OMPlot 6e6f898...6f97c81 (2):
|       > Update common
|       > Make the x and y arrays public. So that we don't create them every time we need to access them.
|     
|     * libraries 099d182...0f7c903 (9):
|       > Bump libraries
|       > Try even harder to remove all weird %dir directives
|       > Bump libraries
|       > Fix paths in sed script
|       > Bump libraries
|       > Remember to upload the updated files
|       > Tweak the alien-generated spec-file to please modern Fedora
|       > Bump libraries
|       > Fix for uploading RPMs
| 
| M	OMEdit
| M	OMNotebook
| M	OMPlot
| M	libraries
| 
* commit 2744275ca4d1157d709c84953edee7936e40e87c
| Author: Willi Braun 
| Date:   Sat Apr 1 14:14:45 2017 +0200
| 
|     * OMCompiler 78b18d8...3ad0767 (1):
|       > remove old unneeded code for symbolic jacobian
| 
| M	OMCompiler
| 
* commit 39c668958e64f5114e7e6b445e7a75b86a82654f
| Author: Lennart Ochel 
| Date:   Sat Apr 1 11:16:26 2017 +0200
| 
|     Revert "Update OMPlot"
|     
|     This reverts commit 2304f77bb31ff39c3234369b9e8f01e5a3c01d10.
| 
| M	OMPlot
| 
* commit 2304f77bb31ff39c3234369b9e8f01e5a3c01d10
| Author: Lennart Ochel 
| Date:   Sat Apr 1 10:14:13 2017 +0200
| 
|     Update OMPlot
| 
| M	OMPlot
| 
* commit 3012ce0b8a997ce9fd9ce824c433e8fd0607c3c2
| Author: Lennart Ochel 
| Date:   Fri Mar 31 14:09:54 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4548444...78b18d8 (4):
|       > Remove $_initialGuess(.)
|       > Fix homotopy-based initialization
|       > Adjust generation of start-value equations
|       > Use start values as initial guess for nonlinear systems
|     
|     * testsuite e12183d...1936e9d (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b110414be4f96efe347a3aa46bc6e2ee71116d43
| Author: hudson 
| Date:   Fri Mar 31 11:37:49 2017 +0200
| 
|     * libraries e67af16...099d182 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fe74101b2690259055c3a857c659aeebac928351
| Author: Martin Sjölund 
| Date:   Fri Mar 31 10:58:11 2017 +0200
| 
|     * libraries 876b1df...e67af16 (1):
|       > numjob not needed for rpm
| 
| M	libraries
| 
* commit ed85aed71873d704380493b7eaed3af48728f495
| Author: Martin Sjölund 
| Date:   Fri Mar 31 10:43:14 2017 +0200
| 
|     * libraries e5a1a47...876b1df (1):
|       > Generate RPM versions of the libraries using alien
| 
| M	libraries
| 
* commit c6702c703f0178bd6f407e23753805417d22b331
| Author: hudson 
| Date:   Thu Mar 30 22:53:52 2017 +0200
| 
|     Updating submodules
|     * OMPlot e6c4181...6e6f898 (1):
|       > Accept lambda as independent variable in csv files
|     
|     * libraries 3d25c4c...e5a1a47 (1):
|       > Bump libraries
| 
| M	OMPlot
| M	libraries
| 
* commit bf789526da68fb185ae3ed9d6dbf8ad951703c6c
| Author: Adeel Asghar 
| Date:   Thu Mar 30 17:13:54 2017 +0200
| 
|     * OMEdit 263c70d...a1ddf90 (2):
|       > Do not force redraw when undo/redo is used from Icon/Diagram view. Mark the model modified after undo/redo.
|       > Revert "Do not force redraw when undo/redo is used from Icon/Diagram view."
| 
| M	OMEdit
| 
* commit 493d5dbc7563a0f93dea592b10b3bf97dbc49db4
| Author: Adeel Asghar 
| Date:   Thu Mar 30 16:50:41 2017 +0200
| 
|     * OMEdit b6860be...263c70d (1):
|       > Do not force redraw when undo/redo is used from Icon/Diagram view. Mark the model modified after undo/redo.
| 
| M	OMEdit
| 
* commit e27869363a7173e74aa136978ecb33374b2c7e50
| Author: Adeel Asghar 
| Date:   Thu Mar 30 13:16:22 2017 +0200
| 
|     * OMEdit f681e38...b6860be (1):
|       > Updated README.md with coding style.
| 
| M	OMEdit
| 
* commit ad291dd1158021371d9dd8418f382ce12873843b
| Author: Adeel Asghar 
| Date:   Thu Mar 30 12:47:25 2017 +0200
| 
|     * OMEdit f0e989f...f681e38 (1):
|       > ticket:4376 Do not clear the text view undo stack.
| 
| M	OMEdit
| 
* commit 59dfa8cc396fc03affb018e6e54ffd2be4ef4b79
| Author: Lennart Ochel 
| Date:   Wed Mar 29 21:24:44 2017 +0200
| 
|     * OMCompiler e36b947...4548444 (1):
|       > Don't generate unnecessary start value equations
| 
| M	OMCompiler
| 
* commit 1b8fc4558322cb95b8d542f395bb57fd7570058c
| Author: hudson 
| Date:   Wed Mar 29 19:17:30 2017 +0200
| 
|     * libraries 6f664f3...3d25c4c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bcee57d2526b615cf1444b4084e50722931ee117
| Author: Adeel Asghar 
| Date:   Wed Mar 29 18:00:44 2017 +0200
| 
|     * OMEdit a47d7c7...f0e989f (1):
|       > Dynamically arrange the interface points for sub-models.
| 
| M	OMEdit
| 
* commit 7a6f8c156d372d328592ca91fab43ba69fa68897
| Author: ptaeuber 
| Date:   Wed Mar 29 17:31:01 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5351a6e...e36b947 (1):
|       > Use nominal value to define threshold for param division
|     
|     * testsuite 9216d5b...e12183d (1):
|       > Add tests and update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 60024d084322f8474f498f6911807c56fa09ad5d
| Author: Worschech Niklas (DC/ENE22) 
| Date:   Wed Mar 29 14:12:58 2017 +0200
| 
|     * OMCompiler b78943f...5351a6e (1):
|       > updated 3rdparty
| 
| M	OMCompiler
| 
* commit de288cf9e05055878da3b60ef7ba2c9b9dabd1f5
| Author: Lennart Ochel 
| Date:   Wed Mar 29 12:36:01 2017 +0200
| 
|     * OMCompiler 4ba7588...b78943f (1):
|       > Remove unused templates
| 
| M	OMCompiler
| 
* commit b766e615f1d95ddd870fa1ff30a0d22f1f29486b
| Author: Lennart Ochel 
| Date:   Wed Mar 29 11:40:22 2017 +0200
| 
|     * OMCompiler bca32a3...4ba7588 (1):
|       > Remove obsolete start value call cases
| 
| M	OMCompiler
| 
* commit 85bb2f457482ade8e45177849d71eca9f1b662a0
| Author: Lennart Ochel 
| Date:   Wed Mar 29 10:55:42 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fbffa36...bca32a3 (1):
|       > Adapt handling of start-values
|     
|     * testsuite 3914aa7...9216d5b (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2820632d58f0ba725ae0e7f4d971939a710d46cc
| Author: Lennart Ochel 
| Date:   Tue Mar 28 20:51:02 2017 +0200
| 
|     * OMCompiler c0606aa...fbffa36 (1):
|       > Improve some debug dumps of package Differentiate
| 
| M	OMCompiler
| 
* commit 079154b74f6f14ec54bad5258955e295f6082650
| Author: hudson 
| Date:   Tue Mar 28 19:16:14 2017 +0200
| 
|     * libraries 4d81b78...6f664f3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 21c25ab4880fbc0739680d36eef46dd12e2ef897
| Author: hkiel 
| Date:   Tue Mar 28 17:33:28 2017 +0200
| 
|     * OMNotebook ee70bdd...3b1b0cc (1):
|       > Resolved merge conflict.
| 
| M	OMNotebook
| 
* commit 6cb53c5047e0a167b456c66b4f41e79fef23662d
| Author: hkiel 
| Date:   Tue Mar 28 16:54:51 2017 +0200
| 
|     * OMNotebook 6bbadc5...ee70bdd (7):
|       > some reformatting
|       > use svg images for the drawing primitives icons
|       > properly add texts
|       > removed superfluous CustomDialog class
|       > make SketchText editable again also make it deleteable and some code clean up
|       > fix memory leaks
|       > Clean up OMSketch buttons
| 
| M	OMNotebook
| 
* commit f91f79cd70b02ccc8ba08434389defc32054cb04
| Author: hudson 
| Date:   Tue Mar 28 16:26:11 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d379a34...c0606aa (4):
|       > fix cpp codegen
|       > Adapt index reduction to new representation of start values
|       > Fix initialization of start attributes
|       > Cleaning up
|     
|     * testsuite 9ded699...3914aa7 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit cb8c5ac05bcdbccf8e455665e2a530db43608db6
| Author: ptaeuber 
| Date:   Tue Mar 28 12:47:05 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 13fc955...d379a34 (1):
|       > Add config flag tearingStrictness
|     
|     * testsuite 6de95ca...9ded699 (1):
|       > Use tearingStrictness flag
| 
| M	OMCompiler
| M	testsuite
| 
* commit bf091c65a933b00834e21b207fb153f1e6667f2d
| Author: hudson 
| Date:   Tue Mar 28 11:33:04 2017 +0200
| 
|     Updating submodules
|     * OMEdit 7007a3f...a47d7c7 (1):
|       > Spell fix
|     
|     * OMNotebook 49979e2...6bbadc5 (1):
|       > Spell fix
|     
|     * OMOptim 7413a5b...4f4bba2 (1):
|       > Merge pull request #9 from hkiel/omo_spellfix
|     
|     * OMPlot 8e9e7fd...e6c4181 (1):
|       > Spell fix
|     
|     * OMShell 65ae78f...71a39a1 (1):
|       > Spell fix
| 
| M	OMEdit
| M	OMNotebook
| M	OMOptim
| M	OMPlot
| M	OMShell
| 
* commit 12e48fea4cfea2a4890c725d3d14cfd4d535c331
| Author: Adeel Asghar 
| Date:   Mon Mar 27 21:54:23 2017 +0200
| 
|     * OMEdit ebd8f5e...7007a3f (1):
|       > ticket:4345 Move the scroll bars to top position.
| 
| M	OMEdit
| 
* commit 1ce856dca0242fb27b18e802a9758ea1a8fe75b7
| Author: hudson 
| Date:   Mon Mar 27 19:15:40 2017 +0200
| 
|     * libraries 20be14e...4d81b78 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a24a7ab97a6c5f064d4c6708eb5fa34efba8343d
| Author: Adrian Pop 
| Date:   Mon Mar 27 17:40:37 2017 +0200
| 
|     * OMCompiler 7e8436e...13fc955 (1):
|       > Link ModelicaStandardTables with ModelicaIO and ModelicaMatIO - we need this to be able to update ModelicaExternalC
| 
| M	OMCompiler
| 
* commit af900c899299276f7ca4e00e62faf5c6c0df809d
| Author: Lennart Ochel 
| Date:   Mon Mar 27 16:47:25 2017 +0200
| 
|     * testsuite 7663865...6de95ca (1):
|       > Add fully specified initial conditions to JuliansBib.mos
| 
| M	testsuite
| 
* commit 94fc145ac45aa2dd07ad9cb218ec22f841c1580c
| Author: Adeel Asghar 
| Date:   Mon Mar 27 14:56:24 2017 +0200
| 
|     * OMEdit a4c9d93...ebd8f5e (1):
|       > ticket:4357 Don't allow spaces in component name.
| 
| M	OMEdit
| 
* commit 360e18415b91bb6f7705ed0358ae7744fa042e24
| Author: hudson 
| Date:   Sun Mar 26 19:15:32 2017 +0200
| 
|     * libraries a37a063...20be14e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b6a8842f22f59d7b0d50a9da12630f6820f5ad76
| Author: Lennart Ochel 
| Date:   Sun Mar 26 17:36:32 2017 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 84fadec...7e8436e (1):
|       > [NF] Check if binding type does match component type
|     
|     * testsuite bb605cd...7663865 (3):
|       > [NF] Deactivate three tests for now
|       > [NF] Fix test FuncOverloadMulti
|       > [NF] Activate new test case
| 
| M	OMCompiler
| M	testsuite
| 
* commit 273189922488f2f7c94de2b1e74f4373b138399a
| Author: Adrian Pop 
| Date:   Sun Mar 26 08:34:12 2017 +0200
| 
|     * OMCompiler 0130f95...84fadec (1):
|       > fix library order for ModelicaStandardTables on Windows - this order should work for MSL 3.2.1, 3.2.2 and trunk
| 
| M	OMCompiler
| 
* commit f73087b5984388788c66ebfb10d32b066bbdd099
| Author: hudson 
| Date:   Sat Mar 25 19:16:23 2017 +0100
| 
|     * libraries 4df57b2...a37a063 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 26ef77ca7e53f1033ea83f31b71f62ca8cc0c694
| Author: hudson 
| Date:   Fri Mar 24 19:15:29 2017 +0100
| 
|     * libraries d2130d1...4df57b2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2c06338e54612c65ecc0588c23dcf8a296055aa2
| Author: Adeel Asghar 
| Date:   Fri Mar 24 16:29:27 2017 +0100
| 
|     * OMEdit 038bf1a...a4c9d93 (1):
|       > ticket:3295 Add the "Close All Windows" and "Close All Windows But This" to system menu.
| 
| M	OMEdit
| 
* commit 00f56cb48f4d63225a63881b96534bf5d7020d7a
| Author: Adeel Asghar 
| Date:   Fri Mar 24 14:47:22 2017 +0100
| 
|     * OMEdit 90da68c...038bf1a (1):
|       > Call the undo/redo stack when document undo/redo is called if needed.
| 
| M	OMEdit
| 
* commit 5d1a9ed7c713506c89a30c8052798121e090a1ef
| Author: Adeel Asghar 
| Date:   Fri Mar 24 12:54:13 2017 +0100
| 
|     * OMEdit dbe5871...90da68c (1):
|       > ticket:4334 & 4344 Call the document undo/redo if its available. Preserve the connection annotation before applying the transformation.
| 
| M	OMEdit
| 
* commit cc5bc61dbc41d045361a63cc4bb7ed2ce8015d5d
| Author: alash325 
| Date:   Thu Mar 23 23:21:08 2017 +0100
| 
|     * OMEdit cabda3b...dbe5871 (1):
|       > added Ctrl+C functionality
| 
| M	OMEdit
| 
* commit 2ba236a044f4df66596c9dbd37ed5519dadd54b2
| Author: alash325 
| Date:   Thu Mar 23 22:45:07 2017 +0100
| 
|     * OMEdit bd902b2...cabda3b (2):
|       > give commit message default value for qt 4
|       > fix Qt 4 build
| 
| M	OMEdit
| 
* commit 785e4637738320d6e55d64ac0ce7ecb8e7da4cfc
| Author: adrpo 
| Date:   Thu Mar 23 20:12:00 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0785449...0130f95 (1):
|       > revert code from c77eae8d2283a15e140c3289e9ebc5f0ae84a179 - we need to constant evaluate the parameters of Clock!
|     
|     * testsuite ac7e1a7...bb605cd (1):
|       > add test for Clock parameter evaluation update tests to agree with the flattening
| 
| M	OMCompiler
| M	testsuite
| 
* commit c01c0f7c73dc3f84750f690d30b01992d4b8e898
| Author: hudson 
| Date:   Thu Mar 23 19:17:04 2017 +0100
| 
|     * libraries 6ca2ee8...d2130d1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b7bd2d1937762750c8183761a43c6ad39310b5e8
| Author: hudson 
| Date:   Thu Mar 23 18:28:01 2017 +0100
| 
|     Updating submodules
|     * OMEdit 0f5c07d...bd902b2 (4):
|       > Clean up traceability push dialog
|       > Send traceability information automatically without users interaction support traceability graph view
|       > ticket:4334 & 4344 Allow undo/redo in text view.
|       > Fix compilation for gcc 6.3
|     
|     * libraries 6feb532...6ca2ee8 (6):
|       > Bump libraries
|       > Update MSL trunk patch due to whitespace changes
|       > Bump libraries
|       > Bump libraries
|       > Annex60 was renamed to IBPSA
|       > Bump libraries
|     
|     * testsuite ca4d5b0...ac7e1a7 (1):
|       > update tests due to lib update
| 
| M	OMEdit
| M	libraries
| M	testsuite
| 
* commit c489db194fd8fd3409ae2ef83a450772dc77d8c0
| Author: qichenghua 
| Date:   Wed Mar 22 18:22:20 2017 +0100
| 
|     * OMCompiler 75c04c4...0785449 (1):
|       > Fixed error with commit 75c04c436d443a147f3f6a11451a74221a4b1e95
| 
| M	OMCompiler
| 
* commit c090c4c1e1de9ed4dacb65d0736fa7c523c967a8
| Author: qichenghua 
| Date:   Wed Mar 22 16:37:46 2017 +0100
| 
|     * OMCompiler 33db784...75c04c4 (1):
|       > muted nonlinear solver nox
| 
| M	OMCompiler
| 
* commit d0346109a5512199633f0f2fcacfc884d90ffaaf
| Author: Martin Sjölund 
| Date:   Wed Mar 22 15:44:57 2017 +0100
| 
|     * libraries e660f6b...6feb532 (1):
|       > Update WindPowerPlants to release branch hash
| 
| M	libraries
| 
* commit 81cbf752d67740d394cdcae29b12099476dd9691
| Author: Martin Sjölund 
| Date:   Wed Mar 22 15:18:21 2017 +0100
| 
|     * libraries f9d61ac...e660f6b (2):
|       > Add ElectroMechanicalDrives
|       > Follow release branches
| 
| M	libraries
| 
* commit 493f3d71ddf1a28f9c261f361853f41d7f32a826
| Author: ptaeuber 
| Date:   Wed Mar 22 14:41:12 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4984d9d...33db784 (1):
|       > Revert "Improve module wrapFunctionCalls"
|     
|     * testsuite d351e7a...ca4d5b0 (1):
|       > Revert "Add tests for WFC and update expected output"
| 
| M	OMCompiler
| M	testsuite
| 
* commit ec785bd3ae2f419de456d853cea66be4cdda532e
| Author: Adeel Asghar 
| Date:   Wed Mar 22 11:39:07 2017 +0100
| 
|     * OMEdit bbc6367...0f5c07d (1):
|       > Fix visualization crash when stl find is not found.
| 
| M	OMEdit
| 
* commit 84ee2448dbfcb4276d271fc6e48827cfd6d6f2ae
| Author: Martin Sjölund 
| Date:   Tue Mar 21 18:00:06 2017 +0100
| 
|     * OMCompiler a919ef4...4984d9d (1):
|       > Avoid empty autoconf statements
| 
| M	OMCompiler
| 
* commit 698adcb39491d3befeb4c31de43733e324de3b25
| Author: ptaeuber 
| Date:   Tue Mar 21 14:25:15 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 52cd6ad...a919ef4 (1):
|       > Improve module wrapFunctionCalls
|     
|     * testsuite 5393bf1...d351e7a (1):
|       > Add tests for WFC and update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 458bdf42f408883af15507700658e76670bc4fbb
| Author: qichenghua 
| Date:   Tue Mar 21 13:41:43 2017 +0100
| 
|     * OMCompiler 4712b7a...52cd6ad (1):
|       > extended error message in Cvode in case of too many events in small time interval.
| 
| M	OMCompiler
| 
* commit cacff41725d582f2272eb529bd92a6b4e003c495
| Author: qichenghua 
| Date:   Tue Mar 21 13:12:20 2017 +0100
| 
|     * OMCompiler 2659444...4712b7a (1):
|       > Set algloop to high values instead when otherwise errors were thrown.
| 
| M	OMCompiler
| 
* commit 42c411270874774d04d54f4064e0c096586b2ea3
| Author: Adeel Asghar 
| Date:   Tue Mar 21 12:39:57 2017 +0100
| 
|     * OMCompiler f159b76...2659444 (2):
|       > Return boolean from deleteOrUpdateComponentFromElementitems when its successful.
|       > ticket:4342 Fixed updating protected components
| 
| M	OMCompiler
| 
* commit 85e35fe339e48788886d27f2fedcf2c9076a97bf
| Author: Lennart Ochel 
| Date:   Mon Mar 20 22:51:50 2017 +0100
| 
|     * OMCompiler d628e4c...f159b76 (1):
|       > Simplify polymorphic types of function mapAllValue
| 
| M	OMCompiler
| 
* commit ea9fc0d99be4a96c74bc2391d63ddf23232af8da
| Author: Willi Braun 
| Date:   Mon Mar 20 18:15:13 2017 +0100
| 
|     * OMCompiler 59a2173...d628e4c (1):
|       > fix codegeneration for records
| 
| M	OMCompiler
| 
* commit 61d5d3f9f07dd569224ae08a612d35a2b484815b
| Author: Niklas Worschech 
| Date:   Mon Mar 20 16:13:55 2017 +0100
| 
|     * OMCompiler 6deba45...59a2173 (1):
|       > added windows makefile flags to build cpp runtime with Klu and trilinos    make runtimeCPPinstall  USE_KLU="true"   USE_TRILINOS="true"    for trilions the 3rdparty packages has to be build before with      make -f Makefile.omdev.mingw nox on windows
| 
| M	OMCompiler
| 
* commit e08cf255a0c3f359e937774ad66b837f92c148e7
| Author: Robert Braun 
| Date:   Mon Mar 20 15:36:13 2017 +0100
| 
|     * OMEdit ece1d8b...bbc6367 (1):
|       > Updated composite model visualization XML for unit support.
| 
| M	OMEdit
| 
* commit b6b122842a9696716e50e67ce1f9b9eb458fc879
| Author: Robert Braun 
| Date:   Mon Mar 20 14:39:10 2017 +0100
| 
|     * OMEdit d8df3ca...ece1d8b (1):
|       > Added 3D visualization of composite model interfaces
| 
| M	OMEdit
| 
* commit c1eabbcacbae6b98697a69643a7e7273891880db
| Author: Adeel Asghar 
| Date:   Mon Mar 20 13:53:52 2017 +0100
| 
|     * OMEdit bfe5797...d8df3ca (2):
|       > ticket:4349 Take smaller steps for zooming. Also set the minimum zoom to readable size.
|       > ticket:4343 Open the class when enter key is pressed.
| 
| M	OMEdit
| 
* commit 11b021d97e06caa40bf690e2818abbb7dea5b104
| Author: Adeel Asghar 
| Date:   Mon Mar 20 13:24:59 2017 +0100
| 
|     * OMEdit bd64d39...bfe5797 (1):
|       > ticket:4338 Check for the annotation error in its own section.
| 
| M	OMEdit
| 
* commit 6ec93de037d8006e4eafaf63a4f5a16edfc0d22b
| Author: Per Östlund 
| Date:   Mon Mar 20 12:10:49 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d74861a...6deba45 (1):
|       > NFInst improvements.
|     
|     * testsuite 4d1d53e...5393bf1 (1):
|       > Updated for loop tests for new inst.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7e701eebf10198dd684e7a2171a040024d978d53
| Author: Robert Braun 
| Date:   Mon Mar 20 11:23:20 2017 +0100
| 
|     * OMEdit d79a354...bd64d39 (2):
|       > Fixed check for non-existing attributes when updating composite model connection.
|       > Removed unused parameters in composite models depending on interface type.
| 
| M	OMEdit
| 
* commit 69dbc3892bc7c082d62df958bd73084523252978
| Author: Lennart Ochel 
| Date:   Sun Mar 19 01:10:10 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1f69fcc...d74861a (3):
|       > Fix attributes of state derivatives
|       > Improve indentation of the generated *_init.xml file
|       > Fix comments of state derivatives
|     
|     * testsuite f67d29e...4d1d53e (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6d2b7ea9c2dbedc36b5f7615f5ec1a202dd85d42
| Author: Adeel Asghar 
| Date:   Fri Mar 17 16:26:13 2017 +0100
| 
|     * OMEdit a50285d...d79a354 (1):
|       > ticket:4322 Unfold the block if line is commented out.
| 
| M	OMEdit
| 
* commit 308a813a0f850a5971a0f8930c7a8a89dbd1dae0
| Author: Per Östlund 
| Date:   Fri Mar 17 15:31:26 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0f52fc6...1f69fcc (1):
|       > Fix overload of String in new inst.
|     
|     * testsuite 423dc44...f67d29e (1):
|       > Update String scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0f77f69138aa53f41a8a52cd5e619edce4e88722
| Author: Niklas Worschech 
| Date:   Fri Mar 17 14:06:16 2017 +0100
| 
|     * OMCompiler b93e15a...0f52fc6 (2):
|       > fix pdp file copy
|       > fix for release build with VS 2015 of cpp runtime
| 
| M	OMCompiler
| 
* commit 4162815827f454c44a7eecc1f0ef66cfbde923bf
| Author: Adeel Asghar 
| Date:   Fri Mar 17 13:51:37 2017 +0100
| 
|     * OMEdit ff0d814...a50285d (1):
|       > ticket:4327 Added option to clear the message browser.
| 
| M	OMEdit
| 
* commit c1ed2bc0172375c6a44569b947f84b98418f13d1
| Author: Adeel Asghar 
| Date:   Fri Mar 17 12:59:26 2017 +0100
| 
|     * OMEdit 0a2f14a...ff0d814 (1):
|       > ticket:4331 Close the polygon with angle from end point to start point.
| 
| M	OMEdit
| 
* commit 90458d5994618e58128a2147f1c54b5f6be2653b
| Author: Lennart Ochel 
| Date:   Fri Mar 17 12:36:47 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 15883dd...b93e15a (1):
|       > Constant evaluate fixed attributes
|     
|     * testsuite 2b02a60...423dc44 (1):
|       > [NF] Activate new test case
| 
| M	OMCompiler
| M	testsuite
| 
* commit b60e67cd77be517e1d4ac83fa8dde4d58b04f7e2
| Author: Lennart Ochel 
| Date:   Fri Mar 17 08:41:06 2017 +0100
| 
|     * OMCompiler a14eb10...15883dd (1):
|       > Clean up NFUnitCheck
| 
| M	OMCompiler
| 
* commit 1f59b1915d9c3c0de4b217c5aabb8b52f1cd77da
| Author: Adeel Asghar 
| Date:   Fri Mar 17 00:22:40 2017 +0100
| 
|     * OMEdit e4e392f...0a2f14a (1):
|       > Adapt to the naming scheme.
| 
| M	OMEdit
| 
* commit ba77ce8e2cccc8fd390d2fc9dc37a58e430baf79
| Author: Sebastian Pinnau 
| Date:   Thu Mar 16 23:35:37 2017 +0100
| 
|     * OMEdit 5c437fc...e4e392f (1):
|       > Create QTranslator instances on heap (fixes #4311)
| 
| M	OMEdit
| 
* commit a74ccf495c6ac4522b2f485ad226d3876b208b97
| Author: Adeel Asghar 
| Date:   Thu Mar 16 16:06:59 2017 +0100
| 
|     * OMEdit 8eda82d...5c437fc (1):
|       > Added zooming actions to editor context menu. Moved PlainTextEdit out of BaseEditor so we can get rid of some redundant code.
| 
| M	OMEdit
| 
* commit 64c41a7f81ea4e1c43bc00d2eccf334f3cda0e25
| Author: Danny Moesch 
| Date:   Thu Mar 16 13:44:41 2017 +0100
| 
|     Add target for NOX solver in MinGW makefile
| 
| M	Makefile.omdev.mingw
| 
* commit 413765b29b91d1f6121c182632174fa0469dbf16
| Author: Adeel Asghar 
| Date:   Thu Mar 16 13:14:38 2017 +0100
| 
|     * OMEdit fbe98a6...8eda82d (1):
|       > ticket:4325 Enable Preserve User's GUI Customizations by default.
| 
| M	OMEdit
| 
* commit 9c9f8fc2ce9864ddb2e43a666dd9bf8690198495
| Author: Danny Moesch 
| Date:   Thu Mar 16 10:55:41 2017 +0100
| 
|     * OMCompiler 3f98c16...a14eb10 (1):
|       > Update submodule '3rdParty' again
| 
| M	OMCompiler
| 
* commit 8c2211e9a269dc336ece7d9108dda8ac5d90f82b
| Author: Danny Moesch 
| Date:   Thu Mar 16 10:23:40 2017 +0100
| 
|     * OMCompiler 62fa9b3...3f98c16 (3):
|       > Update submodule '3rdParty' concerning the added NOX solver
|       > Regard operating system specific directories
|       > Add Nox building in makefiles
| 
| M	OMCompiler
| 
* commit b6838cc716e1a96ab7701d0f589afd76f007cf66
| Author: Mahder Gebremedhin 
| Date:   Thu Mar 16 10:00:57 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler bfc2e25...62fa9b3 (2):
|       > NFFrontEnd function and typing improvements
|       > NFFrontEnd function updates.
|     
|     * testsuite 984eeea...2b02a60 (1):
|       > Update tests for NFFrontEnd function changes.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2ee5047cd3f6c9a66cbfeebcef18b5f73b3348f4
| Author: Lennart Ochel 
| Date:   Thu Mar 16 09:36:30 2017 +0100
| 
|     * OMCompiler 8d690cf...bfc2e25 (1):
|       > Fix module unitChecking (ticket:4306)
| 
| M	OMCompiler
| 
* commit ace499974b1d03a81352e88ea766bdcd8f93af0a
| Author: Adeel Asghar 
| Date:   Wed Mar 15 18:46:54 2017 +0100
| 
|     * OMEdit 552bf53...fbe98a6 (1):
|       > ticket:4319 Call the icon update inside loadDiagramView.
| 
| M	OMEdit
| 
* commit 6c0c02160834c686da4812de6643e5d1455a8a25
| Author: Adeel Asghar 
| Date:   Wed Mar 15 18:18:09 2017 +0100
| 
|     * OMEdit fba26f7...552bf53 (1):
|       > ticket:4319 Update the libraries browser icon when connectors are loaded.
| 
| M	OMEdit
| 
* commit 30bfcbc96518242b408b164e41a175c629de6184
| Author: hkiel 
| Date:   Wed Mar 15 17:00:29 2017 +0100
| 
|     * OMNotebook dbe3b3f...49979e2 (1):
|       > Add shortcut to evalAll
| 
| M	OMNotebook
| 
* commit f5e3a87e7711df7aea87976d6f71e3d55e234182
| Author: Adeel Asghar 
| Date:   Wed Mar 15 16:31:36 2017 +0100
| 
|     * OMEdit 09b537b...fba26f7 (1):
|       > ticket:4303 Handle the saveSelector attribute of Dialog annotation.
| 
| M	OMEdit
| 
* commit 803b1b9df2d6da1b9d883f778e979c1115bfebbd
| Author: Adeel Asghar 
| Date:   Wed Mar 15 15:43:57 2017 +0100
| 
|     * OMEdit a8fcac3...09b537b (1):
|       > Use multi-sampling for smoother 3D visualization.
| 
| M	OMEdit
| 
* commit 6bd62d3cf9127d5f3b90b90073ebe3e9709c8c95
| Author: Adeel Asghar 
| Date:   Wed Mar 15 13:59:14 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ec908e4...8d690cf (1):
|       > Do not use a default value.
|     
|     * testsuite 45dd27c...984eeea (1):
|       > Updated tests for getComponentAnnotations.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4a500fa5521f32ecaa99554b1cfe1668e43b5818
| Author: Adeel Asghar 
| Date:   Wed Mar 15 13:38:04 2017 +0100
| 
|     * OMEdit 027b95b...a8fcac3 (1):
|       > ticket:4303 Handle the loadSelector attribute of Dialog annotation.
| 
| M	OMEdit
| 
* commit 4c2bbb18fe7acc69ce9f469d538141613c362f48
| Author: Adeel Asghar 
| Date:   Wed Mar 15 11:52:04 2017 +0100
| 
|     * OMEdit 44b8b42...027b95b (1):
|       > ticket:4314 Close windows by ESC key.
| 
| M	OMEdit
| 
* commit f01a5ffc7ce1d844ba493332c14b5b8126d88f3d
| Author: Adrian Pop 
| Date:   Wed Mar 15 00:32:40 2017 +0100
| 
|     * OMCompiler cfa55d7...ec908e4 (1):
|       > Fix windows msvc build
| 
| M	OMCompiler
| 
* commit c3d55db1c7fadffc410ccb879229e6673ab3c4bf
| Author: Per Östlund 
| Date:   Tue Mar 14 16:29:01 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4d0d14f...cfa55d7 (1):
|       > Improved support for for loop equations in NFInst.
|     
|     * testsuite 1e13743...45dd27c (1):
|       > Updated for equation scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 78e788ab3b60299c1180db3f48676fc080322406
| Author: Per Östlund 
| Date:   Tue Mar 14 14:59:48 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4124ebe...4d0d14f (1):
|       > Initial support for for loops in NFInst
|     
|     * testsuite bfc0be7...1e13743 (1):
|       > Added some for loop test for scodeinst
| 
| M	OMCompiler
| M	testsuite
| 
* commit c9b965391a647d8e9be8f581cd7e28448093fd6b
| Author: Adrian Pop 
| Date:   Tue Mar 14 13:21:31 2017 +0100
| 
|     * OMCompiler 1599277...4124ebe (1):
|       > Fix windows builds - update 3rdParty to one that knows how to find lapack for sundials
| 
| M	OMCompiler
| 
* commit 1146c063d875f1c2df7549700ce2d253b83fad8b
| Author: Lennart Ochel 
| Date:   Tue Mar 14 11:49:43 2017 +0100
| 
|     * OMCompiler 343d155...1599277 (1):
|       > Add missing cases to unit checking
| 
| M	OMCompiler
| 
* commit d8d2e90fba5fab569a9d6009b819fa32e48231b1
| Author: Adeel Asghar 
| Date:   Tue Mar 14 11:28:36 2017 +0100
| 
|     * OMEdit d297532...44b8b42 (1):
|       > ticket:4310 Ignore the whitespace at the end.
| 
| M	OMEdit
| 
* commit f7a43291e450cd4d8615d60bd08907cf96a9e25d
| Author: hudson 
| Date:   Tue Mar 14 10:35:46 2017 +0100
| 
|     * OMOptim 00fd572...7413a5b (1):
|       > Merge pull request #8 from spinnau/fix_build_Qt5.8
| 
| M	OMOptim
| 
* commit cab249d4d435d01b360412ae4a58da302d539bae
| Author: Martin Sjölund 
| Date:   Tue Mar 14 09:26:42 2017 +0100
| 
|     * libraries bf90052...f9d61ac (1):
|       > Add AixLib and fetch tags
| 
| M	libraries
| 
* commit 44c62442dda70d372a11c8632fa2b88a586ce47b
| Author: hkiel 
| Date:   Mon Mar 13 20:27:43 2017 +0100
| 
|     * OMNotebook 110331f...dbe3b3f (1):
|       > Add UTF8 inputenc to latex preamble
| 
| M	OMNotebook
| 
* commit ff273f01ff06c30aa47bcd9c33ce42cd82c0c0ec
| Author: Per Östlund 
| Date:   Mon Mar 13 18:07:27 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d5b7bc2...343d155 (1):
|       > Fix InstUtil.findUnboundVariableUse for _
|     
|     * testsuite 2b1d240...bfc0be7 (1):
|       > Add test for invalid use of _.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c865b33e6d1af0c574504a4f413d608a432a06ba
| Author: Adeel Asghar 
| Date:   Mon Mar 13 17:38:49 2017 +0100
| 
|     * OMEdit feadabe...d297532 (1):
|       > Hide the 3D Viewer when switching to plotting perspective.
| 
| M	OMEdit
| 
* commit c9f5c903d79e4b75f98bb48d6204084072184d41
| Author: Adeel Asghar 
| Date:   Mon Mar 13 17:09:08 2017 +0100
| 
|     * OMEdit 385b2dd...feadabe (1):
|       > ticket:4305 The Esc key should trigger "Fix error(s) manually".
| 
| M	OMEdit
| 
* commit 8fa5d8014f5d039af2d9582d1c138d982ab45e01
| Author: Martin Sjölund 
| Date:   Mon Mar 13 15:01:43 2017 +0100
| 
|     * OMCompiler 2091a03...d5b7bc2 (1):
|       > Simplify of asub where the subscript is a range
| 
| M	OMCompiler
| 
* commit 652dc265d5978b4e1ee7b6d6770810589649a552
| Author: Martin Sjölund 
| Date:   Mon Mar 13 11:22:07 2017 +0100
| 
|     * OMCompiler c7fe8a2...2091a03 (1):
|       > Use the OM-compiled Sundials for C and C++ runtime
| 
| M	OMCompiler
| 
* commit cc3330af05e7f2f064df798efd1157dc83afca06
| Author: Per Östlund 
| Date:   Mon Mar 13 10:28:50 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e10293f...c7fe8a2 (1):
|       > Some small NFInst improvements.
|     
|     * testsuite 079d78d...2b1d240 (1):
|       > Add more nfinst tests for builtin operators.
| 
| M	OMCompiler
| M	testsuite
| 
* commit cc596937f00a7e2a3369ab176c1b7ec06552195d
| Author: Lennart Ochel 
| Date:   Sat Mar 11 22:58:11 2017 +0100
| 
|     * OMCompiler b8fe184...e10293f (2):
|       > Add handling of initial terminate to c runtime
|       > Fix classification of initial equations
| 
| M	OMCompiler
| 
* commit 828fa6ac31f2443ba0106b919cd873bb21ae2945
| Author: Adrian Pop 
| Date:   Sat Mar 11 19:50:09 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9e033a1...b8fe184 (1):
|       > Fix the front-end part of ticket:4304 - add new DAE.INITIAL_ASSERT and handle it in the front-end - add new DAE.INITIAL_TERMINATE and handle it in the front-end - added preliminary back-end handling
|     
|     * testsuite c46dc88...079d78d (1):
|       > add front-end test for ticket:4304 - update all tests affected
| 
| M	OMCompiler
| M	testsuite
| 
* commit 75c206e72fcdb6780b2c957e8bc56aba2fe80c30
| Author: Jan Šilar 
| Date:   Fri Mar 10 17:08:38 2017 +0100
| 
|     * OMCompiler 69b294b...9e033a1 (10):
|       > PDEModelica bugfix and minor changes
|       > PDEModelica bug fix
|       > PDEModelica ghost cell rename
|       > PDEModelica -- left boundary x value
|       > second order pder
|       > PDEModelica -- ghost cells
|       > PDEModelica - ghost cells hopefully finished
|       > PDEModelica - GhostCells
|       > PDEModelica Ghost Cells not finished -- serching for fields in pder to be extended by ghost cells
|       > PDEModelica -- minor refactoring
| 
| M	OMCompiler
| 
* commit 158df0cc913f48255ffe1e344ad3bf5642fd1786
| Author: Volker Waurich 
| Date:   Fri Mar 10 08:10:47 2017 +0100
| 
|     * testsuite 6d6eda6...c46dc88 (1):
|       > add test for when in algorithms
| 
| M	testsuite
| 
* commit b936ee0722310e33de73f3988c2770df4f721b5e
| Author: Volker Waurich 
| Date:   Thu Mar 9 15:43:12 2017 +0100
| 
|     * OMCompiler 62633fb...69b294b (1):
|       > fix for when in algorithms
| 
| M	OMCompiler
| 
* commit 45ad4628b4266fb35f91033a9b3ed71a861c825d
| Author: Adeel Asghar 
| Date:   Thu Mar 9 11:47:35 2017 +0100
| 
|     * OMEdit d60e3c1...385b2dd (1):
|       > Preserve the order of shapes during the undo redo operations.
| 
| M	OMEdit
| 
* commit 903a75751b7fae481dc848d9653d9ff464e05596
| Author: Adrian Pop 
| Date:   Thu Mar 9 00:46:58 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d981c30...62633fb (1):
|       > NF: implement partial support for unqualified imports
|     
|     * testsuite 9bca227...6d6eda6 (1):
|       > add test for unqualified imports
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8c6c943b5774b98bc6560b076741076274e2cc07
| Author: Lennart Ochel 
| Date:   Wed Mar 8 20:06:04 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4c362d1...d981c30 (1):
|       > New feature: detect steady state
|     
|     * testsuite c511dae...9bca227 (1):
|       > Add test for ticket:4301
| 
| M	OMCompiler
| M	testsuite
| 
* commit a70ad68c1559abf83d4f69e78b9c0e3066664549
| Author: Per Östlund 
| Date:   Wed Mar 8 18:51:02 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2a857f1...4c362d1 (1):
|       > Improved function handling in NFInst.
|     
|     * testsuite f30ef94...c511dae (1):
|       > Updated nfinst function tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 18c79a7a7cb7e3541bbcff5553d86736df61fcad
| Author: Adeel Asghar 
| Date:   Wed Mar 8 16:25:33 2017 +0100
| 
|     * OMEdit 34c440b...d60e3c1 (1):
|       > Handle the nested der variables.
| 
| M	OMEdit
| 
* commit 736589321df3e2de149fb76593233bec122f9c15
| Author: Lennart Ochel 
| Date:   Wed Mar 8 13:51:16 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8777f9a...2a857f1 (2):
|       > Add more functionality for constant evaluation
|       > New module to simplify expressions
|     
|     * testsuite 0f43e81...f30ef94 (1):
|       > Add test cases for constant evaluation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1f005a357ae2f752c1bbcbd4c904e2a293d3a91c
| Author: Adeel Asghar 
| Date:   Wed Mar 8 11:44:47 2017 +0100
| 
|     * OMEdit 69763e4...34c440b (1):
|       > ticket:4291 Don't use string buffer for xml data.
| 
| M	OMEdit
| 
* commit 7d44e5aecb6d689cc728233a484fcad91516c4d2
| Author: Adeel Asghar 
| Date:   Tue Mar 7 18:57:00 2017 +0100
| 
|     * OMEdit dbe862f...69763e4 (1):
|       > ticket:4296 Parse the connections properly. Updated getNthConnection to scripting interface.
| 
| M	OMEdit
| 
* commit d828fcaea917b429f4e577779952da33e23765d8
| Author: Adeel Asghar 
| Date:   Tue Mar 7 16:52:43 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8f1fd56...8777f9a (1):
|       > ticket:3680 & 4296 Look for connect equation within for loop equation. Moved getNthConnection to ModelicaBuiltin.mo.
|     
|     * testsuite 6e6be50...0f43e81 (1):
|       > Updated getNthConnection tests since it is moved to ModelicaBuiltin.mo.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a41b7ab5d2947d912eb60e5539fcc4808f88e30f
| Author: Willi Braun 
| Date:   Tue Mar 7 00:25:12 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4f66de9...8f1fd56 (1):
|       > update module sortEqnsandVars
|     
|     * testsuite 6c47c81...6e6be50 (1):
|       > update testcase output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 93211467e0e67255e6a6774df3f10fccb0615325
| Author: Adeel Asghar 
| Date:   Mon Mar 6 22:00:52 2017 +0100
| 
|     * OMEdit a2c3963...dbe862f (1):
|       > Properly apply the FillPattern.Sphere on polygons.
| 
| M	OMEdit
| 
* commit fa10228aa5fcd42cad80018d871381a2a1c4063a
| Author: Adeel Asghar 
| Date:   Mon Mar 6 14:08:59 2017 +0100
| 
|     * OMEdit c39a8f6...a2c3963 (1):
|       > ticket:4295 Handle __Dymola_checkBox annotation.
| 
| M	OMEdit
| 
* commit 5c67000fb949e8804cc556435153838c956de623
| Author: ptaeuber 
| Date:   Mon Mar 6 13:39:47 2017 +0100
| 
|     * OMCompiler ae9b4cf...4f66de9 (1):
|       > Only reassign start value if it has been overwritten
| 
| M	OMCompiler
| 
* commit 3896caa91e81004506e46456f456c9c1915e13ad
| Author: Adeel Asghar 
| Date:   Mon Mar 6 13:23:59 2017 +0100
| 
|     * OMCompiler 43c6d44...ae9b4cf (2):
|       > Set a default value.
|       > ticket:4295 checkBox instead of checkbox. Also consider __Dymola_checkBox.
| 
| M	OMCompiler
| 
* commit 510e89564127f649b23e8236159b7126771bfee4
| Author: Martin Sjölund 
| Date:   Fri Mar 3 19:00:04 2017 +0100
| 
|     * OMCompiler f79568b...43c6d44 (1):
|       > Add a few stackoverflow checks to the backend
| 
| M	OMCompiler
| 
* commit 6075ab77f43c55c7b27a46df11d9678ba7fabe79
| Author: Adeel Asghar 
| Date:   Fri Mar 3 17:14:46 2017 +0100
| 
|     * OMCompiler 94c1c9b...f79568b (1):
|       > Fixed arrays for OMEdit logs.
| 
| M	OMCompiler
| 
* commit ffffc29d14539b6a30af6c85196415410f0224f0
| Author: Adeel Asghar 
| Date:   Fri Mar 3 15:07:21 2017 +0100
| 
|     * OMCompiler d130cee...94c1c9b (1):
|       > Fixed typename & strings for OMEdit logs
| 
| M	OMCompiler
| 
* commit 3a0f61661976920996964855fb48f880f54a5788
| Author: vwaurich 
| Date:   Fri Mar 3 11:57:20 2017 +0100
| 
|     * doc a20669b...81fb79a (1):
|       > doc for more 3d features
| 
| M	doc
| 
* commit 09eb935cc062f97251a5acc2788cb7cb4cc0da96
| Author: qichenghua 
| Date:   Fri Mar 3 11:39:37 2017 +0100
| 
|     * OMCompiler 9d93410...d130cee (1):
|       > Fixed issue with finding KLU library
| 
| M	OMCompiler
| 
* commit f2ec1433c27266d3c60b9add81a0fd54340b7d83
| Author: Adeel Asghar 
| Date:   Thu Mar 2 13:00:39 2017 +0100
| 
|     * OMEdit 62f7633...c39a8f6 (1):
|       > Draw the open arrow for ArrowOpen & ArrowHalf.
| 
| M	OMEdit
| 
* commit 601d2afa3c435c0c6c141dcce8babd08bd16cee4
| Author: Niklas Worschech 
| Date:   Thu Mar 2 11:08:48 2017 +0100
| 
|     * OMCompiler c4ab684...9d93410 (1):
|       > fix in Kinsol of cpp runtime for sundials 2.7
| 
| M	OMCompiler
| 
* commit a828a20cedc6f0adf38797464e1a5e98dd623a03
| Author: Adrian Pop 
| Date:   Thu Mar 2 10:36:21 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f4e679c...c4ab684 (1):
|       > fixes for ticket:4276 - allow write to parameter(fixed=false) in initial algorithm
|     
|     * testsuite 4452ede...6c47c81 (1):
|       > tests for ticket:4276
| 
| M	OMCompiler
| M	testsuite
| 
* commit bd934af215f86a3426e80b6120857f0bc0355bd9
| Author: wibraun 
| Date:   Wed Mar 1 22:52:35 2017 +0100
| 
|     * OMCompiler 0db7959...f4e679c (1):
|       > added jacobian timings to linear and non-linear solver
| 
| M	OMCompiler
| 
* commit c72930d942733c300f72331dbc0d8a499940703b
| Author: Adeel Asghar 
| Date:   Wed Mar 1 18:28:48 2017 +0100
| 
|     * OMEdit bb69d0d...62f7633 (1):
|       > Make sure we only create ThreeDViewer when needed.
| 
| M	OMEdit
| 
* commit ca0ca780246400cffc9a6e2c89b517e7c084d98a
| Author: wibraun 
| Date:   Wed Mar 1 18:07:42 2017 +0100
| 
|     * OMCompiler afb17e2...0db7959 (1):
|       > add jacobian timings to LOG_STATS
| 
| M	OMCompiler
| 
* commit 8cb1c90f6f4be0db6b6f98af5d8bb71d447db761
| Author: hkiel 
| Date:   Wed Mar 1 17:20:20 2017 +0100
| 
|     * OMShell ab97b73...65ae78f (1):
|       > fix small memory leaks
| 
| M	OMShell
| 
* commit 2dd6af7e6dbcc4fc9a91f133a0c2ad39fe228a91
| Author: Adeel Asghar 
| Date:   Wed Mar 1 16:16:24 2017 +0100
| 
|     * OMEdit 1c430c6...bb69d0d (1):
|       > ticket:4252 Do not create an object of ThreeDViewer by default. Only create it when user really use it.
| 
| M	OMEdit
| 
* commit 85a57279d8011e785e4477612c59714358c26379
| Author: Niklas Worschech 
| Date:   Wed Mar 1 15:46:57 2017 +0100
| 
|     * OMCompiler e76f577...afb17e2 (2):
|       > fix for visual studio 2015
|       > build suitesparse for visual studio with cpp runtime  build
| 
| M	OMCompiler
| 
* commit 4dd183a53d98b01b9240ce23aa9894fe35c7b88f
| Author: Adeel Asghar 
| Date:   Wed Mar 1 15:17:24 2017 +0100
| 
|     * OMEdit 19ecd86...1c430c6 (3):
|       > Create checkbox if choices(checkbox=true) annotation is used.
|       > Fix text size for tlm interface points.
|       > ticket:4287 Handle the choices checkbox annotation.
| 
| M	OMEdit
| 
* commit 8172d90f361c121c5db1c2d47b7099049bf4e213
| Author: ptaeuber 
| Date:   Wed Mar 1 11:43:46 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b1a493a...e76f577 (1):
|       > Do not create a new cse variable for record=call
|     
|     * testsuite 9c11e02...4452ede (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2013991e1d152aae3d8682fc79e12240d858ec56
| Author: Adrian Pop 
| Date:   Wed Mar 1 06:22:54 2017 +0100
| 
|     * OMCompiler 64ce9d9...b1a493a (1):
|       > fix ticket:4292, handle DAE.REDUCTION also
| 
| M	OMCompiler
| 
* commit b46318871da7d5a2b3bc457e5642f934dadd30a4
| Author: Per Östlund 
| Date:   Tue Feb 28 20:58:10 2017 +0100
| 
|     * OMCompiler 7cf48f8...64ce9d9 (1):
|       > Partial implementation of functions for NFInst.
| 
| M	OMCompiler
| 
* commit 268572b67997760d112c1b97472550ccd7a18623
| Author: Adeel Asghar 
| Date:   Tue Feb 28 16:12:46 2017 +0100
| 
|     * OMCompiler b0ebfd4...7cf48f8 (1):
|       > ticket:4287 Look for choices checkbox annotation.
| 
| M	OMCompiler
| 
* commit de3616dd2eda12c61414a5808aaafbc1d6ff8aa7
| Author: adeas31 
| Date:   Mon Feb 27 22:44:49 2017 +0100
| 
|     * OMEdit 2345a73...19ecd86 (1):
|       > Fix Qt4 builds
| 
| M	OMEdit
| 
* commit da0bd69d01be0a27cdff8bc5ed7ab11b99a9298f
| Author: Lennart Ochel 
| Date:   Mon Feb 27 20:48:02 2017 +0100
| 
|     * OMCompiler 7a0af38...b0ebfd4 (1):
|       > Fix output type of simulate
| 
| M	OMCompiler
| 
* commit bc11451d63497540505757a86f2010873826d6da
| Author: hkiel 
| Date:   Mon Feb 27 20:30:14 2017 +0100
| 
|     * OMCompiler 57b34d5...7a0af38 (1):
|       > fix output type of sortStrings remove unused variable
| 
| M	OMCompiler
| 
* commit aa831d06b2eccc8d0ea81b4488fcbf6b389b72b1
| Author: hkiel 
| Date:   Mon Feb 27 17:10:46 2017 +0100
| 
|     * OMCompiler 7172627...57b34d5 (1):
|       > fix uninitialized variables
| 
| M	OMCompiler
| 
* commit 1023bae4ffb5617353cb6e9a436756439e3cd367
| Author: vwaurich 
| Date:   Mon Feb 27 16:15:21 2017 +0100
| 
|     * OMEdit 60127a8...2345a73 (5):
|       > fix mirrored texture for pipecylinder
|       > add removeTexture action
|       > small fixes for advanced 3d features
|       > smaller icon files
|       > advanced visualization features
| 
| M	OMEdit
| 
* commit fb844bf11d9c753db0c18733915263767689a2b8
| Author: Adeel Asghar 
| Date:   Mon Feb 27 15:42:40 2017 +0100
| 
|     * OMEdit 9a4c7b1...60127a8 (1):
|       > ticket:4256 Handle the case when text width is zero.
| 
| M	OMEdit
| 
* commit daf5e8bdf9ec33a28e738f41d22922acd0b108cc
| Author: Adeel Asghar 
| Date:   Sat Feb 25 13:55:58 2017 +0100
| 
|     * OMEdit 2dc101e...9a4c7b1 (1):
|       > ticket:4283 Make the proposed text selected.
| 
| M	OMEdit
| 
* commit db5693986574eec72d7d903f2bd3a9d27e7f7929
| Author: Adrian Pop 
| Date:   Fri Feb 24 23:11:54 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a5c5270...7172627 (1):
|       > fix for ticket:4258 - create more unique scopes when there are redeclares for derived classes
|     
|     * testsuite dd5df5c...9c11e02 (1):
|       > add tests for fixes to ticket:4258 - update also the existing tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 538e73b8d2eb2308878ad36d847b60a8c9d3bad6
| Author: Arunkumar Palanisamy 
| Date:   Fri Feb 24 16:28:06 2017 +0100
| 
|     * doc 21efd61...a20669b (1):
|       > Update EnhancedOMpython documentation
| 
| M	doc
| 
* commit 512612cb20ab55157c45bd2770748a2ba71e06ab
| Author: Rüdiger Franke 
| Date:   Fri Feb 24 15:58:46 2017 +0100
| 
|     * OMCompiler 0f722ad...a5c5270 (4):
|       > Fix use of new LinearSolver for FMI export
|       > Fix scaling of Jacobian of new LinearSolver
|       > Enhance logging of new LinearSolver (cf. logging of former Newton)
|       > Fix whitespaces for new Cpp LinearSolver
| 
| M	OMCompiler
| 
* commit 94e696c432beb326956715047a5786920e2f1938
| Author: qichenghua 
| Date:   Fri Feb 24 10:02:41 2017 +0100
| 
|     * OMCompiler 4ad960f...0f722ad (1):
|       > fixed issue that occured if evaluating the algloop at the initial guess throws a division by zero error and added homotopy solver
| 
| M	OMCompiler
| 
* commit 4df7bbe6fa082a1b85065d1e35b12ae4f0ab07f8
| Author: Adeel Asghar 
| Date:   Fri Feb 24 01:43:00 2017 +0100
| 
|     * OMEdit 83fb494...2dc101e (1):
|       > Don't construct QFileInfo with empty file name.
| 
| M	OMEdit
| 
* commit a4d2c219ced5bb6c27376a49381a6b5cf2317105
| Author: Adeel Asghar 
| Date:   Fri Feb 24 01:12:04 2017 +0100
| 
|     * OMEdit 7b19520...83fb494 (1):
|       > Copy the qualified path instead of name.
| 
| M	OMEdit
| 
* commit deecfbfe08c5f52eae1fbd86d3375b35a3e31942
| Author: Adrian Pop 
| Date:   Thu Feb 23 23:05:08 2017 +0100
| 
|     * testsuite b5e3711...dd5df5c (1):
|       > proper flag for the NF test
| 
| M	testsuite
| 
* commit 1daf8f64df2036ca70b3b2bc1835b2207cf7010b
| Author: Adrian Pop 
| Date:   Thu Feb 23 22:42:20 2017 +0100
| 
|     * testsuite 5cf3ade...b5e3711 (1):
|       > activate one more NF test
| 
| M	testsuite
| 
* commit 351102ee53f597122ffd6339a00a7bbb1b415465
| Author: Adeel Asghar 
| Date:   Thu Feb 23 19:11:18 2017 +0100
| 
|     * OMEdit d3844f3...7b19520 (1):
|       > Draw the inherited connectors properly e.g., ControlBus.
| 
| M	OMEdit
| 
* commit 7b7589a375d9729b0f68a07697f2633ea5882437
| Author: Adeel Asghar 
| Date:   Thu Feb 23 18:42:28 2017 +0100
| 
|     * OMEdit cf592af...d3844f3 (1):
|       > ticket:4196 Convert the drawing unit to pixels.
| 
| M	OMEdit
| 
* commit d0b256ca9753f4ea3eade53c12f8435ccb49c2dc
| Author: Adeel Asghar 
| Date:   Thu Feb 23 15:33:13 2017 +0100
| 
|     * OMEdit b6f72c5...cf592af (1):
|       > ticket:3964 Handle the home key. Move the cursor to the start of the line from where the text starts. Skip the trailing spaces.
| 
| M	OMEdit
| 
* commit ee1a3ba36a225fd98cec3ddac5989b94f866a1b3
| Author: Adeel Asghar 
| Date:   Thu Feb 23 13:51:37 2017 +0100
| 
|     * OMEdit 2702730...b6f72c5 (1):
|       > ticket:4282 Show/hide re-simulate toolbar along with Variables Browser.
| 
| M	OMEdit
| 
* commit 137e7c0b8408f808d297df015833a02c31e59097
| Author: Per Östlund 
| Date:   Wed Feb 22 22:39:54 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1096f05...4ad960f (1):
|       > Error message pedantry.
|     
|     * testsuite 2c4425c...5cf3ade (1):
|       > Update test cases due to error message changes.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4744297f188a685ed6401be0cdaa702385a4f649
| Author: hkiel 
| Date:   Wed Feb 22 17:09:27 2017 +0100
| 
|     * OMNotebook 5c5a35f...110331f (1):
|       > Add keyboard shortcuts Ctrl+1..9 for the first 9 windows add val() to commands.xml
| 
| M	OMNotebook
| 
* commit c371177efe9a576a1db84e481d9066d08cbc9bfa
| Author: Adeel Asghar 
| Date:   Wed Feb 22 16:34:39 2017 +0100
| 
|     * OMEdit 7f0c9aa...2702730 (1):
|       > ticket:3964 code folding for MetaModelica editor.
| 
| M	OMEdit
| 
* commit b7e52b16d3c7b139980bae634324ee7b62531c99
| Author: Adrian Pop 
| Date:   Wed Feb 22 15:52:34 2017 +0100
| 
|     * testsuite 5ccc2d5...2c4425c (1):
|       > activate some NF inst tests - activate two class extends tests (classextends3.mo still has issues) - add a new test PropagateExtends.mo (the NF does bad instantiation on it)
| 
| M	testsuite
| 
* commit 06525f3d4cb714f333997548b96556d2caa9368b
| Author: Adeel Asghar 
| Date:   Wed Feb 22 12:45:01 2017 +0100
| 
|     * OMCompiler 6e54ca1...1096f05 (1):
|       > Fixed compilation of runtime.
| 
| M	OMCompiler
| 
* commit 995a71a8d60c0b263745c2b4f94e715bdc08d388
| Author: Lennart Ochel 
| Date:   Tue Feb 21 15:51:26 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5aeafb1...6e54ca1 (2):
|       > Replace alias variables within external objects
|       > Support external object constructors depend on variables
|     
|     * testsuite a44f363...5ccc2d5 (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 940cf9aeb425f824308333949849aec43e069c31
| Author: Martin Sjölund 
| Date:   Tue Feb 21 14:06:20 2017 +0100
| 
|     * testsuite ca74ffb...a44f363 (1):
|       > Add -d=gen to mmdev scripts
| 
| M	testsuite
| 
* commit d1cf2c6d459e44bd2fa88f44fdb592560934a5a5
| Author: Martin Sjölund 
| Date:   Tue Feb 21 12:07:09 2017 +0100
| 
|     * OMCompiler a06724a...5aeafb1 (1):
|       > Refactor the File module
| 
| M	OMCompiler
| 
* commit 6be93428fb76e614b7082b6b56097f798cb04585
| Author: Martin Sjölund 
| Date:   Tue Feb 21 08:42:21 2017 +0100
| 
|     * OMCompiler f0ca662...a06724a (1):
|       > Only find files in the current directory
| 
| M	OMCompiler
| 
* commit bce7d5be6acf7e36c0d1580ce347658652ebeb0a
| Author: Martin Sjölund 
| Date:   Tue Feb 21 08:10:49 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 40f70ce...f0ca662 (1):
|       > Frontend: Do not evaluate external object inputs
|     
|     * testsuite cd62054...ca74ffb (1):
|       > Expected output after relaxing constructor checks
| 
| M	OMCompiler
| M	testsuite
| 
* commit d17b1c9b7023f694476780f1e2ed27f4e80239eb
| Author: Adeel Asghar 
| Date:   Mon Feb 20 21:53:06 2017 +0100
| 
|     * OMEdit 440ac70...7f0c9aa (1):
|       > ticket:4263 Show/hide toolbars based on perspective.
| 
| M	OMEdit
| 
* commit 10d74b4fd95d6e364d04fb51a896a2eed386d88f
| Author: Adeel Asghar 
| Date:   Mon Feb 20 21:00:50 2017 +0100
| 
|     * OMEdit 4e6c9ec...440ac70 (1):
|       > ticket:3414 Allow zoom in & out in text view from toolbar, keys and mouse.
| 
| M	OMEdit
| 
* commit 62bca98b438a1e6e7919f44ebdfa5aaf6ea50ebf
| Author: Bernhard Thiele 
| Date:   Mon Feb 20 17:09:37 2017 +0100
| 
|     * testsuite 13853a5...cd62054 (1):
|       > Added test case for state machines
| 
| M	testsuite
| 
* commit 9d1a1959985af6dd99a26bc6e2bd12088c3f0ace
| Author: Per Östlund 
| Date:   Mon Feb 20 11:00:08 2017 +0100
| 
|     * OMCompiler 057661f...40f70ce (1):
|       > Fix extends modifier issue in NFInst.
| 
| M	OMCompiler
| 
* commit d2b1b9e8ca5acf0ee7e653501e8194dab19d1549
| Author: Adrian Pop 
| Date:   Mon Feb 20 00:21:10 2017 +0100
| 
|     * OMCompiler 314ff91...057661f (1):
|       > Fixes for ticket:3894 - improve the File package, support for file names in error messages, etc. - get rid of failures on Windows 32bit (where isNone(fromID) returned true for existing files) - add partial support for dladdr in Windows
| 
| M	OMCompiler
| 
* commit 7f6b69c47f16456cced499ec785918d72853ebea
| Author: Martin Sjölund 
| Date:   Sun Feb 19 14:33:14 2017 +0100
| 
|     * libraries c270002...bf90052 (1):
|       > Add ModelicaADS
| 
| M	libraries
| 
* commit a655c8e64b2e14730b8c62e44938133ad4d32ea7
| Author: adrpo 
| Date:   Sun Feb 19 03:23:20 2017 +0100
| 
|     Updating submodules
|     
|     * libraries 62b70ca...c270002 (2):
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite cbe5244...13853a5 (1):
|       > update tests after lib update
| 
| M	libraries
| M	testsuite
| 
* commit 94c13933d093d41fad0be9b962c57a688b59dc3d
| Author: hudson 
| Date:   Fri Feb 17 19:17:44 2017 +0100
| 
|     * libraries b71b3c6...62b70ca (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 083ddf5374d6cab4c5ef9b79179c578682c6283f
| Author: Bernhard Thiele 
| Date:   Fri Feb 17 18:39:04 2017 +0100
| 
|     * OMCompiler 7961f85...314ff91 (1):
|       > Added FIXME comment for a state reset issue
| 
| M	OMCompiler
| 
* commit 9201c150d37cb0f18a60adf51f06750fb0c749f3
| Author: alash325 
| Date:   Fri Feb 17 17:42:12 2017 +0100
| 
|     * OMEdit bab1d1f...4e6c9ec (1):
|       > Fixed #4275
| 
| M	OMEdit
| 
* commit 4960a0f573ebea9f53175714552d7bd5d56e1931
| Author: adrpo 
| Date:   Fri Feb 17 17:12:55 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a6f54ce...7961f85 (1):
|       > fix ModelicaBuiltin.mo interface until fixes to ticket:3539 are ready
|     
|     * OMEdit e9c3137...bab1d1f (1):
|       > adapt OMCproxy after changes to OMC API buildModelFMU
|     
|     * doc d7842b5...21efd61 (1):
|       > Updated OMEdit documentation.
| 
| M	OMCompiler
| M	OMEdit
| M	doc
| 
* commit f817169f8b66255c38c2475120c8633be2dffcc6
| Author: Adeel Asghar 
| Date:   Fri Feb 17 15:34:34 2017 +0100
| 
|     * OMEdit c48cb77...e9c3137 (2):
|       > Merge branch 'master' of https://openmodelica.org/git-readonly/OMEdit
|       > Fix the code folding indicators for MAC
| 
| M	OMEdit
| 
* commit 92264f8c3bae6927aac337e8469ded9905292df3
| Author: Bernhard Thiele 
| Date:   Fri Feb 17 14:16:32 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3532cb4...a6f54ce (1):
|       > State machine bug fix for state reset
|     
|     * testsuite a4c967c...cbe5244 (1):
|       > Added state machine test for entering by reset
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3549417c611916dcfeb4fa46621fc9e1e474118c
| Author: Adeel Asghar 
| Date:   Fri Feb 17 13:43:35 2017 +0100
| 
|     * OMEdit e0f90f2...c48cb77 (1):
|       > Set OMEdit locale to C so that we get dot as decimal separator instead of comma.
| 
| M	OMEdit
| 
* commit 5920221dae483ceecca4eeb0f4834d686a916975
| Author: Adeel Asghar 
| Date:   Fri Feb 17 11:59:02 2017 +0100
| 
|     * OMEdit 081cef9...e0f90f2 (1):
|       > Make sure splash screen messages are always shown. Even on MAC OSX.
| 
| M	OMEdit
| 
* commit 14e4ff5c5cc0168ba3e9172136d347ce37ea9c59
| Author: Adeel Asghar 
| Date:   Fri Feb 17 11:30:18 2017 +0100
| 
|     * OMEdit 15f740b...081cef9 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Some documentation for OMEditApplication class.
| 
| M	OMEdit
| 
* commit 1fcaaaefa56f96063c5be9e5f92136fb80de15eb
| Author: alash325 
| Date:   Fri Feb 17 01:36:38 2017 +0100
| 
|     * OMEdit 3adf0d0...15f740b (1):
|       > trace import model description xml
| 
| M	OMEdit
| 
* commit 4e6e42f08ac7fc2f8789f566c362a03d0b1645b6
| Author: alash325 
| Date:   Thu Feb 16 23:06:51 2017 +0100
| 
|     * OMEdit d2a0ff4...3adf0d0 (1):
|       > Support FMU export trace Allow users to store their user name and email
| 
| M	OMEdit
| 
* commit 193878a7784b4c5eba43e8f0005da2c3586c5f32
| Author: hudson 
| Date:   Thu Feb 16 19:16:38 2017 +0100
| 
|     * libraries 7d2a680...b71b3c6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7d1aa014ad8c505881787b03e8aff38419c1b05c
| Author: Adeel Asghar 
| Date:   Thu Feb 16 17:11:55 2017 +0100
| 
|     * OMEdit 9f7a31d...d2a0ff4 (1):
|       > ticket:4164 Reimplement event function to handle QFileOpenEvent at startup
| 
| M	OMEdit
| 
* commit 642013d8c476e66541cdee4a82bc984686fdad36
| Author: Per Östlund 
| Date:   Thu Feb 16 15:27:31 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fc47277...3532cb4 (1):
|       > NFInst improvements.
|     
|     * testsuite df58d37...a4c967c (1):
|       > Updated new inst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit fd8921a05e1887841768ca5ae01422258e082252
| Author: Adeel Asghar 
| Date:   Thu Feb 16 14:58:18 2017 +0100
| 
|     * OMEdit e814eb1...9f7a31d (2):
|       > Fix builds.
|       > ticket:4164 Subclass QApplication to handle QFileOpenEvent for OSX.
| 
| M	OMEdit
| 
* commit 82938f49b2331eacb587e3cd5facf547c4df602a
| Author: Lennart Ochel 
| Date:   Thu Feb 16 14:33:36 2017 +0100
| 
|     * OMCompiler e4071b5...fc47277 (1):
|       > Add support for firstTick to c runtime
| 
| M	OMCompiler
| 
* commit e18c6dd345974d57a7966736e3534d561b918eb7
| Author: alash325 
| Date:   Wed Feb 15 21:30:52 2017 +0100
| 
|     * OMEdit a3afbd6...e814eb1 (1):
|       > Fixed hard coded If the file is not open show error message If the traceability information is inclomplete show the message
| 
| M	OMEdit
| 
* commit c9a195be7bf81526e30d44cc9865b4542cb4eeea
| Author: Adeel Asghar 
| Date:   Wed Feb 15 14:39:36 2017 +0100
| 
|     * OMEdit a6f9378...a3afbd6 (1):
|       > ticket:4217 Fixed the documentation browser pixel size issue.
| 
| M	OMEdit
| 
* commit 3952b1332d75f0f2274c4edc23613c28a1a86f0f
| Author: Adeel Asghar 
| Date:   Wed Feb 15 13:38:10 2017 +0100
| 
|     * OMEdit c0f41e0...a6f9378 (1):
|       > Check for null pointer.
| 
| M	OMEdit
| 
* commit 3645835280e4e762a1dd85bc5c46e8c05c4e8406
| Author: Adeel Asghar 
| Date:   Wed Feb 15 12:44:19 2017 +0100
| 
|     * OMEdit e517de3...c0f41e0 (2):
|       > ticket:4264 Added a hint for multi-line text.
|       > ticket:4267 Added progress bar and message to crash report.
| 
| M	OMEdit
| 
* commit 1cd3d5b4938a944efed96eb259c355ea78c25384
| Author: Adeel Asghar 
| Date:   Wed Feb 15 12:15:29 2017 +0100
| 
|     * OMEdit c3ebc92...e517de3 (1):
|       > Only use backtrace command once.
| 
| M	OMEdit
| 
* commit 0f293baa2d38f995def13a82ede991189b7cc083
| Author: adeas31 
| Date:   Wed Feb 15 11:46:40 2017 +0100
| 
|     * OMEdit 23b3f86...c3ebc92 (1):
|       > Write the gdb backtrace in a file
| 
| M	OMEdit
| 
* commit 07a101121c57025de9784c0c818876af7bed578a
| Author: Martin Sjölund 
| Date:   Wed Feb 15 09:57:48 2017 +0100
| 
|     * OMCompiler 4af9b08...e4071b5 (1):
|       > Make getClassnamesInElts not stack overflow
| 
| M	OMCompiler
| 
* commit 16732e980330dc82badc76ed75fd8f25ccf34c21
| Author: adrpo 
| Date:   Wed Feb 15 01:35:19 2017 +0100
| 
|     * OMEdit c0242d9...23b3f86 (1):
|       > fix Qt4 compilation
| 
| M	OMEdit
| 
* commit 81bdd687cd7bd2d2e53cb6e9b197e165de45b239
| Author: hudson 
| Date:   Wed Feb 15 00:02:32 2017 +0100
| 
|     * OMEdit d34cb2e...c0242d9 (4):
|       > fix Linux compilation - fix cases in include - fix slots declaration
|       > Get the IP address and the port to query traceability information from the settings
|       > Remove/comment unused enums Mark strings with tr for translation Use Utilities::FileIconProvider::icon() check if file is created successfully change INTO_CPS menu item with Git remove FMU output directory
|       > Squashed commit of the Tracability branch:
| 
| M	OMEdit
| 
* commit c6464c8abaa9304ad5620e59dab8ca8b5771bf64
| Author: hudson 
| Date:   Tue Feb 14 19:17:33 2017 +0100
| 
|     * libraries 2e28187...7d2a680 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9ecadd6b74f424f615d3e5b1d3350215be2fffca
| Author: Mahder Gebremedhin 
| Date:   Tue Feb 14 18:24:08 2017 +0100
| 
|     * OMCompiler 6367803...4af9b08 (1):
|       > NFFrontEnd improvments
| 
| M	OMCompiler
| 
* commit 3b9f4540f687675da3bbb71bd5ba37e3f00beda0
| Author: Lennart Ochel 
| Date:   Tue Feb 14 18:09:05 2017 +0100
| 
|     * testsuite 3d7d961...df58d37 (1):
|       > Add test case for ticket:4271
| 
| M	testsuite
| 
* commit 9c0f8210a8f51317ce589fda8ddf8b36f0e8e176
| Author: Lennart Ochel 
| Date:   Tue Feb 14 17:22:37 2017 +0100
| 
|     * OMCompiler fdacb6b...6367803 (1):
|       > Don't apply removeSimpleEquations to clocked partitions
| 
| M	OMCompiler
| 
* commit 15494c27e536afebf2e1161ee4d4cfe48223e8e8
| Author: Martin Sjölund 
| Date:   Tue Feb 14 17:07:31 2017 +0100
| 
|     * doc a26ef78...d7842b5 (1):
|       > Add type of thesis
| 
| M	doc
| 
* commit f89447ab0a5f1cc3141f2d66ae8bbd1ac4168f15
| Author: Martin Sjölund 
| Date:   Tue Feb 14 16:06:23 2017 +0100
| 
|     * doc 89d53b4...a26ef78 (1):
|       > Fix "and and" in references
| 
| M	doc
| 
* commit 970fc1d5d37ca059c1325da1dd938fdab315435f
| Author: Martin Sjölund 
| Date:   Tue Feb 14 13:37:16 2017 +0100
| 
|     Updating submodules
|     
|     * libraries 9d4314f...2e28187 (1):
|       > Update MSL 3.2.2 patch
|     
|     * testsuite 4127b1f...3d7d961 (1):
|       > Expected output after MSL 3.2.2 patches changed
| 
| M	libraries
| M	testsuite
| 
* commit f5ac55676a66ad6eea7200e9c8731f9073387724
| Author: Martin Sjölund 
| Date:   Tue Feb 14 13:14:53 2017 +0100
| 
|     * OMCompiler f22b02c...fdacb6b (1):
|       > Sort the FindFiles.log in a nicer way
| 
| M	OMCompiler
| 
* commit 16dbec3e101d57db4a3515986cc3fda0f80fa0df
| Author: Martin Sjölund 
| Date:   Tue Feb 14 08:30:54 2017 +0100
| 
|     * OMCompiler 54840e0...f22b02c (1):
|       > For icons, if failing, partially evaluate the icon
| 
| M	OMCompiler
| 
* commit 12f5535f032fe6b5ef1af828d42933d029c9361b
| Author: Martin Sjölund 
| Date:   Mon Feb 13 13:10:59 2017 +0100
| 
|     * OMCompiler 03dd6d2...54840e0 (1):
|       > Handle comparison of empty expressions
| 
| M	OMCompiler
| 
* commit 927e411c1b8a9cc7133c9d09e3fb897310ccfc95
| Author: Martin Sjölund 
| Date:   Mon Feb 13 12:56:31 2017 +0100
| 
|     * libraries f86766f...9d4314f (1):
|       > Fix for OSX version of patch
| 
| M	libraries
| 
* commit 267995aafa1911b61c159349fe8e3296e42b9a8f
| Author: Martin Sjölund 
| Date:   Mon Feb 13 12:18:11 2017 +0100
| 
|     * OMCompiler fec4a09...03dd6d2 (1):
|       > Fix uninitialized variable in Lookup
| 
| M	OMCompiler
| 
* commit b70621f8514d9846abeb84830595e7c40875f9c8
| Author: Martin Sjölund 
| Date:   Mon Feb 13 11:20:37 2017 +0100
| 
|     * testsuite 96072a0...4127b1f (1):
|       > Add testcase for icon we now display correctly
| 
| M	testsuite
| 
* commit 224f2db48fb43ede8c29a35f9581694e3783d41c
| Author: Martin Sjölund 
| Date:   Mon Feb 13 10:33:34 2017 +0100
| 
|     * OMCompiler edd4913...fec4a09 (1):
|       > When in graphics expression mode, allow failures
| 
| M	OMCompiler
| 
* commit 5b69beb934fe768cb3d954d0dd21d1f5844e8033
| Author: hudson 
| Date:   Mon Feb 13 09:21:01 2017 +0100
| 
|     * libraries 41b0205...f86766f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1c5130420f43247e5aaafb50ace9163909989fc2
| Author: Martin Sjölund 
| Date:   Mon Feb 13 08:58:06 2017 +0100
| 
|     * OMCompiler db6f052...edd4913 (1):
|       > Handle limit on shell expansion
| 
| M	OMCompiler
| 
* commit 826c742af6bf008d87c46bea963336cde642ea55
| Author: Martin Sjölund 
| Date:   Mon Feb 13 08:37:05 2017 +0100
| 
|     * libraries 018476b...41b0205 (1):
|       > Update for new structure of the repository
| 
| M	libraries
| 
* commit 591d8647e0e71c89c351734fced3bfcc05109dc7
| Author: hudson 
| Date:   Sun Feb 12 19:14:42 2017 +0100
| 
|     * libraries 229c2d5...018476b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5f5ab60ecb84f3b0e5013ceebd884f02c64185dc
| Author: Adeel Asghar 
| Date:   Sat Feb 11 01:30:50 2017 +0100
| 
|     * OMEdit 078fe45...d34cb2e (1):
|       > ticket:4262 Adapted to new output of translateModelFMU and translateModelXML.
| 
| M	OMEdit
| 
* commit 634f7f1f9ae01fc72af51431a8e74482688e1ac3
| Author: Adrian Pop 
| Date:   Sat Feb 11 00:57:20 2017 +0100
| 
|     * OMCompiler 33e26aa...db6f052 (1):
|       > NF better class extends: replace base class
| 
| M	OMCompiler
| 
* commit fb057ec9d8bfc4005ac73f63c6afd3954ff099c3
| Author: hudson 
| Date:   Fri Feb 10 19:43:59 2017 +0100
| 
|     * libraries b56664b...229c2d5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 33debe48d9e3f6e988080ce3a391ef8e12cb4347
| Author: Lennart Ochel 
| Date:   Fri Feb 10 19:21:35 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3ab01a4...33e26aa (2):
|       > Make translateModelXML return the name of the xml file
|       > Make translateModelFMU return the name of the FMU
|     
|     * testsuite ef660b6...96072a0 (1):
|       > Make translateModelFMU return the name of the FMU
| 
| M	OMCompiler
| M	testsuite
| 
* commit 50ef16f01a2034013cf0664d61cf432bb82b8c3c
| Author: Adeel Asghar 
| Date:   Fri Feb 10 15:03:15 2017 +0100
| 
|     * OMEdit 08e82bc...078fe45 (2):
|       > Call getMessagesStringInternal after getIcon/DiagramAnnotation Since now getIcon/DiagramAnnotation sets the error message instead of ignoring it. So we need to display it as well. This commit will make browsing a bit slow since now an extra call is always made.
|       > Missing file from last commit.
| 
| M	OMEdit
| 
* commit 48784a85b7d183a18a39d3989662f14dfeccec6c
| Author: Adeel Asghar 
| Date:   Fri Feb 10 14:34:29 2017 +0100
| 
|     Updating submodules
|     * OMEdit 3fca3de...08e82bc (1):
|       > Kill all references of meta model.
|     
|     * doc 35eb704...89d53b4 (1):
|       > Updated composite model images.
| 
| M	OMEdit
| M	doc
| 
* commit c4e87030dbdad80476f6a5e691c1170de2c6b8ed
| Author: Martin Sjölund 
| Date:   Fri Feb 10 14:19:22 2017 +0100
| 
|     * OMCompiler f06f9c6...3ab01a4 (1):
|       > Fix equation indexes for clocked equations
| 
| M	OMCompiler
| 
* commit 2e2464109e63159604206b4286ad67d195c2bd9e
| Author: hudson 
| Date:   Fri Feb 10 13:57:07 2017 +0100
| 
|     * OMCompiler ed7a5af...f06f9c6 (2):
|       > Fix array indexing check
|       > check array length before trying indexing
| 
| M	OMCompiler
| 
* commit f4f9dda8f60a7d6cf4cf0d1e60bf551489ddee8c
| Author: hudson 
| Date:   Fri Feb 10 13:15:29 2017 +0100
| 
|     Updating submodules
|     * OMEdit 24a7ac7...3fca3de (1):
|       > Mark the strings for translation.
|     
|     * doc 6220ea8...35eb704 (1):
|       > Replace UTF-8 fi ligature in source
| 
| M	OMEdit
| M	doc
| 
* commit 34efc3f3df14441d7255a3207919e65bac3d1307
| Author: vwaurich 
| Date:   Fri Feb 10 12:35:29 2017 +0100
| 
|     * OMEdit 2cc9a7f...24a7ac7 (1):
|       > picking, transparency, invisibility for 3dviewer with shift+right click
| 
| M	OMEdit
| 
* commit 008d2056af58aeb58fcdb09083425c801138b802
| Author: Martin Sjölund 
| Date:   Fri Feb 10 12:01:26 2017 +0100
| 
|     * OMCompiler e53eddf...ed7a5af (1):
|       > Remove some error-messages when viewing icons
| 
| M	OMCompiler
| 
* commit 0646cd0539a856131529ba6c0875e46d84df1200
| Author: Martin Sjölund 
| Date:   Fri Feb 10 09:13:29 2017 +0100
| 
|     * OMCompiler c77eae8...e53eddf (1):
|       > Create array of correct size
| 
| M	OMCompiler
| 
* commit 83f023cafb05bfab6a1752d7dcadf60e84823b94
| Author: Martin Sjölund 
| Date:   Fri Feb 10 08:05:02 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 06e3ebd...c77eae8 (1):
|       > Implement more operators in ModelicaBuiltin.mo
|     
|     * testsuite 51b04fd...ef660b6 (1):
|       > Expected output for builtin changes
| 
| M	OMCompiler
| M	testsuite
| 
* commit c6cc5cf60689701368241b9599848f0c930c10e9
| Author: Martin Sjölund 
| Date:   Fri Feb 10 07:50:30 2017 +0100
| 
|     * libraries 0348f9f...b56664b (1):
|       > Fix repository URL
| 
| M	libraries
| 
* commit a5fd8da981c328171d183760aa0a99761071c607
| Author: Martin Sjölund 
| Date:   Fri Feb 10 07:36:01 2017 +0100
| 
|     * libraries aad08c0...0348f9f (1):
|       > Add OpenIPSL to the libraries
| 
| M	libraries
| 
* commit e7bea8f15b09b5fac1f568132d02b6dbc4bd9da2
| Author: Adeel Asghar 
| Date:   Thu Feb 9 22:44:26 2017 +0100
| 
|     * doc a5bc99b...6220ea8 (1):
|       > Updated MetaModel to CompositeModel
| 
| M	doc
| 
* commit 54556a9202a4fa7e723a3b3069a1f066c548b5c6
| Author: Adeel Asghar 
| Date:   Thu Feb 9 20:05:02 2017 +0100
| 
|     * OMEdit c37dd42...2cc9a7f (1):
|       > Updated MetaModel to CompositeModel.
| 
| M	OMEdit
| 
* commit d870c591735ad91b790a304463508414fdba3143
| Author: Martin Sjölund 
| Date:   Thu Feb 9 16:12:15 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3f636cd...06e3ebd (2):
|       > Add an internal flag for graphics mode
|       > Do not ignore errors in icons
|     
|     * testsuite 7e4049f...51b04fd (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 355a741a103aa8a472f442242dd261413550bea6
| Author: Per Östlund 
| Date:   Thu Feb 9 14:48:16 2017 +0100
| 
|     * OMCompiler 57cdce5...3f636cd (1):
|       > Change getCommandLineOptions failure mode.
| 
| M	OMCompiler
| 
* commit 04b223965a3caa988936e18a3b6da3641e564207
| Author: Martin Sjölund 
| Date:   Thu Feb 9 14:31:49 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 17cecc3...57cdce5 (1):
|       > Ignore illegal inputs to records (for icons)
|     
|     * testsuite bc3e37a...7e4049f (1):
|       > Add test for illegal graphics
| 
| M	OMCompiler
| M	testsuite
| 
* commit b45864a006c609d674037ea08ccec9173026bd0e
| Author: Per Östlund 
| Date:   Thu Feb 9 12:20:56 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 674967b...17cecc3 (1):
|       > Change getCommandLineOptions to return an array.
|     
|     * testsuite 481b7fa...bc3e37a (1):
|       > Update getCommandLineOptions test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 071bbb71cbaeb0dc420d1ff86cb7c1e35981bde0
| Author: hudson 
| Date:   Thu Feb 9 10:14:29 2017 +0100
| 
|     * libraries 35749c2...aad08c0 (2):
|       > Bump libraries
|       > Handle underscore in versions
| 
| M	libraries
| 
* commit e959b4cab4c08a387c3eae423ae367311a7d9247
| Author: Martin Sjölund 
| Date:   Thu Feb 9 09:51:58 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e4c31ea...674967b (1):
|       > Changes to ModelicaBuiltin
|     
|     * testsuite 17ce822...481b7fa (1):
|       > Updated testcases for polymorphic builtins
| 
| M	OMCompiler
| M	testsuite
| 
* commit ac06eac8e987c3fc52f228d6eb22835f090fd956
| Author: ptaeuber 
| Date:   Wed Feb 8 21:35:33 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d9d4df5...e4c31ea (1):
|       > Set fixed attribute in globalKnownVars for ...
|     
|     * testsuite 00ae877...17ce822 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit ab66aca9341e82fd225e791139f5cf41957dda68
| Author: Adrian Pop 
| Date:   Wed Feb 8 19:14:06 2017 +0100
| 
|     * testsuite a9dc745...00ae877 (1):
|       > test for ticket:4248
| 
| M	testsuite
| 
* commit 5a7e7428403e64f484e8223e1c6372ff3c781387
| Author: Adrian Pop 
| Date:   Wed Feb 8 18:33:32 2017 +0100
| 
|     * OMCompiler ccdf5e9...d9d4df5 (1):
|       > fixes for ticket:4248 - properly revert flag Flags.CHECK_MODEL to the previous state
| 
| M	OMCompiler
| 
* commit dc2dcabcc75f81ad55d1e1338dcf11e37e7e5278
| Author: Adeel Asghar 
| Date:   Wed Feb 8 16:55:26 2017 +0100
| 
|     * OMEdit 4f0f976...c37dd42 (1):
|       > Update the camera matrix when we clear the view.
| 
| M	OMEdit
| 
* commit 4e4cd7cb100f48923c12264e7cb479ca8b717851
| Author: Per Östlund 
| Date:   Wed Feb 8 16:23:07 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ba8f12e...ccdf5e9 (1):
|       > Added new API call getCommandLineOptions.
|     
|     * testsuite 5f78c38...a9dc745 (1):
|       > Added tests for getCommandLineOptions.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d2ede2cd44fb1efef82d4984dbac3efd6bbceb6e
| Author: Adeel Asghar 
| Date:   Wed Feb 8 15:52:06 2017 +0100
| 
|     * OMEdit 015e9da...4f0f976 (1):
|       > ticket:4257 Don't force the jacobian option unless user explicitly sets it.
| 
| M	OMEdit
| 
* commit d4517293613a493b675a516ef5331a0b4b46c245
| Author: Adeel Asghar 
| Date:   Wed Feb 8 15:30:57 2017 +0100
| 
|     * OMEdit 418a7cd...015e9da (1):
|       > ticket:4248 Always clear the command line options before calling translateModel. There might be some command line options set by query APIs which can lead to wrong results.
| 
| M	OMEdit
| 
* commit 905f44a5f5bfbf54abdffb031453f034b7617479
| Author: Martin Sjölund 
| Date:   Wed Feb 8 11:50:13 2017 +0100
| 
|     * libraries 8a777ea...35749c2 (1):
|       > Add some Buildings releases to the list so we can test them
| 
| M	libraries
| 
* commit 257cecbca24c480531edb91221aaa5b3709144e0
| Author: Martin Sjölund 
| Date:   Wed Feb 8 09:49:52 2017 +0100
| 
|     * OMCompiler d2bbe7a...ba8f12e (1):
|       > Handle double matrix when strings are expected
| 
| M	OMCompiler
| 
* commit 0d2d8321dbf1add11e08112c483df8536bce8edf
| Author: hudson 
| Date:   Tue Feb 7 19:12:58 2017 +0100
| 
|     * libraries 7f98afd...8a777ea (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2238476d0786a36a521c65e27dfd2eef64cecf63
| Author: Adeel Asghar 
| Date:   Tue Feb 7 16:33:38 2017 +0100
| 
|     * OMEdit dc42c6b...418a7cd (1):
|       > Clear the ThreeDViewer when there is no active sub window.
| 
| M	OMEdit
| 
* commit 3f39aae3604876d26c84a61f2371b442506e93fb
| Author: Willi Braun 
| Date:   Tue Feb 7 16:04:17 2017 +0100
| 
|     * OMCompiler 582c1ef...d2bbe7a (1):
|       > fix return value solver step(ticket:4257)
| 
| M	OMCompiler
| 
* commit a845f734637f609fe50f3dc13927f3e715ceba06
| Author: Adrian Pop 
| Date:   Tue Feb 7 14:51:37 2017 +0100
| 
|     Updating submodules
|     
|     * OMEdit 85fb2b9...dc42c6b (5):
|       > ticket:4251 Block signals before showing documentation widget.
|       > Call loadString with merge true for folder structure packages.
|       > Fixed redo/undo for submodel parameters in composite models.
|       > Added support for submodel parameters in composite models
|       > Fixes to camera position and updating of 3D viewer
|     
|     * OMNotebook 062523e...5c5a35f (1):
|       > Update DrModelica Exercices with Peters changes
|     
|     * doc 801d0f7...a5bc99b (1):
|       > add enhancedOMPython features
|     
|     * libraries dce665a...7f98afd (8):
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Add Wavelet library
|       > Bump libraries
|       > Rename EnergyStorage library
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite bca6e00...5f78c38 (1):
|       > update testsuite after library update
| 
| M	OMEdit
| M	OMNotebook
| M	doc
| M	libraries
| M	testsuite
| 
* commit 6c74965c852a20a5efc3c03b22c363198b695bb0
| Author: Martin Sjölund 
| Date:   Tue Feb 7 14:07:52 2017 +0100
| 
|     * OMCompiler f688b5d...582c1ef (1):
|       > Return the strdup result
| 
| M	OMCompiler
| 
* commit 3529de75ef7dfa8020106f5e8c432070d77a601e
| Author: Adrian Pop 
| Date:   Tue Feb 7 13:45:28 2017 +0100
| 
|     * OMCompiler b1b90d8...f688b5d (1):
|       > add a pointer to the class in the NFExpression.CALL
| 
| M	OMCompiler
| 
* commit 2b0c933cc6ae7b4dcc1f658a4a4a7de82bb7ec35
| Author: Martin Sjölund 
| Date:   Tue Feb 7 12:16:41 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a36d08f...b1b90d8 (1):
|       > Create arrays of strings correctly in C89
|     
|     * testsuite 964a432...bca6e00 (1):
|       > Add test for loadResource at run-time
| 
| M	OMCompiler
| M	testsuite
| 
* commit ccbd40e446cf443f8ae5b716f744d2df9e32b318
| Author: qichenghua 
| Date:   Mon Feb 6 15:56:04 2017 +0100
| 
|     * OMCompiler cafab43...a36d08f (1):
|       > added scaling and adapted tolerance in case of failure for nonlinear solver Nox
| 
| M	OMCompiler
| 
* commit 699dba3d49dcfab82e5e2ccb5d774b20bd0010e1
| Author: Willi Braun 
| Date:   Sat Feb 4 18:38:19 2017 +0100
| 
|     * OMCompiler 79d3e32...cafab43 (1):
|       > fix initial guess of irksco on first step
| 
| M	OMCompiler
| 
* commit 525947eb382eb4ab260b9179dec375c7da899fd4
| Author: Adrian Pop 
| Date:   Fri Feb 3 16:31:04 2017 +0100
| 
|     * OMCompiler 8ce7212...79d3e32 (1):
|       > fix MSVC compilation of new added solver - remove jacobian variable (not used) - MSVC 2010 does not support definition of variables with size from local or stack variables, use malloc/free instead
| 
| M	OMCompiler
| 
* commit 5de1c287f1d0c180e354bbff78a39e9f3da18691
| Author: Adrian Pop 
| Date:   Fri Feb 3 15:15:17 2017 +0100
| 
|     * OMCompiler 0ebf1ec...8ce7212 (1):
|       > fix MSVC build of simulation runtime C - jacobian is not used, comment it out for now - the MSVC 2010 does not support declarations of variables using sizes from local stack variables
| 
| M	OMCompiler
| 
* commit c18cdb2561220ae39cf491cef29ae96f38e77996
| Author: hudson 
| Date:   Fri Feb 3 14:37:25 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0dbd1e9...0ebf1ec (1):
|       > added new solver irksco
|     
|     * testsuite 873d569...964a432 (1):
|       > added tests for irksco solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6d8771e08c39f7b45479712162a8c74f5f57dc80
| Author: kbalzereit 
| Date:   Thu Feb 2 23:18:09 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 69c53b3...0dbd1e9 (1):
|       > added improved symbolical inline solver
|     
|     * testsuite 487d1cb...873d569 (1):
|       > added tests for symbolic inline solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit f23ff50769cfe815fabd75fecf421cccb3d443d0
| Author: Willi Braun 
| Date:   Wed Feb 1 17:07:14 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c55d310...69c53b3 (1):
|       > add -impRKLS flag with current iterative solving strategy
|     
|     * testsuite 125ba9f...487d1cb (1):
|       > added testcase for simflag -imprkLS
| 
| M	OMCompiler
| M	testsuite
| 
* commit ebbb69fc58a066e110d3947686653a0e5b85ab87
| Author: Rüdiger Franke 
| Date:   Wed Feb 1 12:11:04 2017 +0100
| 
|     * OMCompiler 815cea3...c55d310 (1):
|       > Further append underscores to Modelica names
| 
| M	OMCompiler
| 
* commit b2a89f167f6949b0221d0d7485a8b0a3e853270f
| Author: Lennart Ochel 
| Date:   Tue Jan 31 23:31:05 2017 +0100
| 
|     * OMCompiler c0c9635...815cea3 (2):
|       > Remove some dummy strings
|       > Fix solver descriptions (#1446)
| 
| M	OMCompiler
| 
* commit 676641abcce55d4d09e2d88463332aff2f300b53
| Author: Willi Braun 
| Date:   Tue Jan 31 23:09:04 2017 +0100
| 
|     * testsuite 9d2e519...125ba9f (1):
|       > remove unused tests
| 
| M	testsuite
| 
* commit b1d0f5c5fda2b7ccd1ae77dbba610db70b55c80a
| Author: Willi Braun 
| Date:   Tue Jan 31 22:04:28 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b609f85...c0c9635 (1):
|       > ticket:4246 reorder solver flags and reword solver description
|     
|     * testsuite 901e6ae...9d2e519 (1):
|       > update test to new name
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1c40eb3bdb41711c0a6e82890b05e96363aa4adc
| Author: Per Östlund 
| Date:   Tue Jan 31 15:09:36 2017 +0100
| 
|     * OMCompiler 9c988b6...b609f85 (1):
|       > NFInst prefixing improvements.
| 
| M	OMCompiler
| 
* commit 99aa4205205631b3a370420e9d6ae34d420ca63a
| Author: Willi Braun 
| Date:   Tue Jan 31 14:47:36 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0014f95...9c988b6 (1):
|       > integrate implicit runge-kutta and lobatto
|     
|     * testsuite 355fed4...901e6ae (1):
|       > update testsuite for imprungekutta
| 
| M	OMCompiler
| M	testsuite
| 
* commit e7716161837a858c95a0f09a4d2717f34b188fad
| Author: Willi Braun 
| Date:   Tue Jan 31 13:33:44 2017 +0100
| 
|     * OMCompiler 4ffbdb4...0014f95 (1):
|       > ticket:4237 fix partition index in jacobians
| 
| M	OMCompiler
| 
* commit 14d8daf7ddf1d39e34c1637e7608bbd3195a3f42
| Author: Per Östlund 
| Date:   Tue Jan 31 11:45:20 2017 +0100
| 
|     * OMCompiler ff80ea0...4ffbdb4 (1):
|       > Fix NFInst lookup of inherited names.
| 
| M	OMCompiler
| 
* commit 24e195e2e07132f008403cb12f31a8db1e6efaa0
| Author: Lennart Ochel 
| Date:   Tue Jan 31 11:09:26 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2099c8b...ff80ea0 (2):
|       > Don't apply removeSimpleEquations to clocked partitions
|       > Split synchronous features into pre and post phase
|     
|     * testsuite aac242c...355fed4 (2):
|       > Test some state machines with Cpp runtime for now
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 39fa4d3b24e594648a83875bdb93efc3032c53f8
| Author: Rüdiger Franke 
| Date:   Tue Jan 31 10:12:34 2017 +0100
| 
|     * OMCompiler fd5058e...2099c8b (1):
|       > More append underscores to Modelica names
| 
| M	OMCompiler
| 
* commit 4f7ddabc580788d62a3f8e0dafc2b9a57a3da8ab
| Author: Willi Braun 
| Date:   Mon Jan 30 19:01:47 2017 +0100
| 
|     * OMCompiler 576ecd3...fd5058e (1):
|       > fixing ticket:4237: Support of clockPartitions in jacobians
| 
| M	OMCompiler
| 
* commit 28becba1c0002b90bbf24354a5006ddd09d4b33b
| Author: Rüdiger Franke 
| Date:   Mon Jan 30 17:41:59 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b1aac58...576ecd3 (1):
|       > Append underscore to names in Cpp functions
|     
|     * testsuite 7f06960...aac242c (1):
|       > Adapt nameClashTest to improved treatment of Modelica names
| 
| M	OMCompiler
| M	testsuite
| 
* commit 56ee3eeef8203689c71a0c1a53db6af65720028c
| Author: Per Östlund 
| Date:   Mon Jan 30 16:00:08 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b4a66a2...b1aac58 (1):
|       > NFInst improvements.
|     
|     * testsuite 7a939dc...7f06960 (1):
|       > Updated scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4f1bee38b7b48e4ae35bdbe57c1e81ce977605fa
| Author: hudson 
| Date:   Sun Jan 29 19:11:49 2017 +0100
| 
|     * libraries 42d2884...dce665a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fc048c468df7d51ce78ba33724e33191dba3e706
| Author: Rüdiger Franke 
| Date:   Sun Jan 29 18:45:02 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 175a65b...b4a66a2 (2):
|       > More add underscore to variable names in Cpp runtime
|       > Add clockIndex to Jacobians for clocked partitions, ticket:4237
|     
|     * testsuite 2defa71...7a939dc (1):
|       > Add test for clashes with reserved names
| 
| M	OMCompiler
| M	testsuite
| 
* commit 71cd80cf7795eba9e7861a89a776f0a0096d87f0
| Author: hkiel 
| Date:   Sun Jan 29 12:24:50 2017 +0100
| 
|     * OMEdit 8c96671...85fb2b9 (1):
|       > update translations
| 
| M	OMEdit
| 
* commit a9d22a3b2ecfc3933fbbe9e6fa3d5231e21051ab
| Author: Adeel Asghar 
| Date:   Sun Jan 29 01:09:47 2017 +0100
| 
|     * OMEdit 354a8d1...8c96671 (1):
|       > Fix builds without OSG.
| 
| M	OMEdit
| 
* commit 9addb544ee1c1d383674f236e81102345b3beacd
| Author: hudson 
| Date:   Sat Jan 28 19:12:08 2017 +0100
| 
|     * libraries d70b7b0...42d2884 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ad405f049f2f87335dd4fcd1ce4dca62b37a75ae
| Author: Adrian Pop 
| Date:   Sat Jan 28 02:02:00 2017 +0100
| 
|     * OMCompiler fdff91a...175a65b (1):
|       > new front-end connection handling preparation - adapt the old front-end with some changes needed for the new front-end - add DAE.CONNECT_EQUATION - use DAE.ConnectorType inside DAE.Attributes.ATTR instead of SCode.ConnectorType
| 
| M	OMCompiler
| 
* commit facdc24344370a202411ab75f9ba4dc3abbceab7
| Author: Adeel Asghar 
| Date:   Sat Jan 28 00:35:55 2017 +0100
| 
|     Copy the omniORB binaries to correct location
| 
| M	Makefile.omdev.mingw
| 
* commit 149dcda952ea41e952e9d3bf64357f15ca5be9cb
| Author: Adeel Asghar 
| Date:   Sat Jan 28 00:21:09 2017 +0100
| 
|     * OMCompiler 610eb70...fdff91a (1):
|       > Copy omniORB dlls from the correct target.
| 
| M	OMCompiler
| 
* commit 1158ead909b48ec9cb1c8581d671fa3db0fbf456
| Author: Adrian Pop 
| Date:   Fri Jan 27 23:52:28 2017 +0100
| 
|     * OMCompiler aef3898...610eb70 (1):
|       > fix interactive Corba crash - guard SystemImpl__directoryExists for NULL string - guard CorbaImpl__initialize agains NULL corbaObjectReferenceFilePath
| 
| M	OMCompiler
| 
* commit 7f5db632fa2cf3c05fa25e567713bcc2fbf56850
| Author: Rüdiger Franke 
| Date:   Fri Jan 27 22:52:29 2017 +0100
| 
|     * OMCompiler be0ab4e...aef3898 (2):
|       > Append underscore to variable names in Cpp runtime
|       > Fix log category of linear solver
| 
| M	OMCompiler
| 
* commit 5ce3c288011d6129e41edfbd987f4653fa78a172
| Author: hudson 
| Date:   Fri Jan 27 19:10:59 2017 +0100
| 
|     * libraries fb6760f...d70b7b0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 743ba9e70ad973f3839e528bacebfa22b76cd022
| Author: Adeel Asghar 
| Date:   Fri Jan 27 18:06:16 2017 +0100
| 
|     * OMEdit d4d7d13...354a8d1 (1):
|       > ticket:4234 Added a menu item to toggle between tab and sub window view.
| 
| M	OMEdit
| 
* commit fd628321912a4b197a8b54beea8fc343a4e699b4
| Author: Adeel Asghar 
| Date:   Fri Jan 27 17:14:02 2017 +0100
| 
|     * OMEdit 4bf74df...d4d7d13 (1):
|       > Merge branch 'adeas31-3dviewer'
| 
| M	OMEdit
| 
* commit d76b3dfae4bc1e078d2bcd70f4886aa8fed4666e
| Author: Bernhard Thiele 
| Date:   Fri Jan 27 13:53:12 2017 +0100
| 
|     * OMCompiler 8184464...be0ab4e (1):
|       > NF partial support for synchronous operators
| 
| M	OMCompiler
| 
* commit 2befdc79bf83092ab27f91f962ff0fd5a9c4e6bb
| Author: Willi Braun 
| Date:   Fri Jan 27 11:56:04 2017 +0100
| 
|     * OMCompiler 645a6be...8184464 (1):
|       > improve and fix several simulation option descriptions
| 
| M	OMCompiler
| 
* commit 1d1cc757b749e57545153c38a8b04dc34de261c3
| Author: Adrian Pop 
| Date:   Thu Jan 26 23:36:27 2017 +0100
| 
|     * OMCompiler 0ec2a21...645a6be (1):
|       > partial implementation of class extends - the class extends changes are not applied to the baseclass, only the local scope - check if this is the correct way to implement this, or we actually need to replace in the base class
| 
| M	OMCompiler
| 
* commit 5f7e0c301270fa7f705cd3e75f90c0408873786f
| Author: Adeel Asghar 
| Date:   Thu Jan 26 20:16:40 2017 +0100
| 
|     * OMEdit 1267b2c...4bf74df (1):
|       > ticket:4233 Consider the column start and end indexes of the class.
| 
| M	OMEdit
| 
* commit a2257468f87094b04dfee87fd026702a5119a796
| Author: hudson 
| Date:   Thu Jan 26 19:13:13 2017 +0100
| 
|     * libraries 38255ef...fb6760f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e8dc046370985d42cdb31115e14fcaac65112eb4
| Author: Adeel Asghar 
| Date:   Thu Jan 26 18:08:23 2017 +0100
| 
|     * OMEdit 27d51f2...1267b2c (1):
|       > ticket:4231 Only update the value of the variable when updating the existing curve.
| 
| M	OMEdit
| 
* commit 1f53b214fc3978da46f275f714cd8e381f9d2566
| Author: Martin Sjölund 
| Date:   Thu Jan 26 16:39:21 2017 +0100
| 
|     * OMCompiler 86c3226...0ec2a21 (2):
|       > Ran the refactoring script
|       > Only print we remove variables actually removed
| 
| M	OMCompiler
| 
* commit 7bdbcff48b008ab43accdd609b91e5a98fc3229c
| Author: Lennart Ochel 
| Date:   Thu Jan 26 13:42:24 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3b40c1c...86c3226 (1):
|       > Catch inf and nan in divisions
|     
|     * testsuite a2f652c...2defa71 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 107c16a9b2e6e64334eb870202fac636e23afc9f
| Author: Martin Sjölund 
| Date:   Thu Jan 26 12:52:41 2017 +0100
| 
|     * OMCompiler 06fb1c2...3b40c1c (1):
|       > Remove unused imports
| 
| M	OMCompiler
| 
* commit 0c826947a0513631ae66689c08d655bf4faf8720
| Author: hkiel 
| Date:   Thu Jan 26 11:56:41 2017 +0100
| 
|     * OMCompiler 3c1004b...06fb1c2 (1):
|       > optimize tailrecursive into leaner for loop
| 
| M	OMCompiler
| 
* commit 3996dd87a13636931d517961da392bbac1567d8b
| Author: Martin Sjölund 
| Date:   Thu Jan 26 09:53:17 2017 +0100
| 
|     * OMCompiler 343b868...3c1004b (1):
|       > Cache typeviews in Susan
| 
| M	OMCompiler
| 
* commit e9d93f64e110ec6b2fcec09297474503d9dc4770
| Author: hudson 
| Date:   Thu Jan 26 08:48:59 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a8cd990...343b868 (1):
|       > Add solver method ImplicitTrapezoid
|     
|     * testsuite c2c1f60...a2f652c (1):
|       > Adapt clockedTest for solver method ImplicitTrapezoid
| 
| M	OMCompiler
| M	testsuite
| 
* commit b9f3532a049e0f7ac79703a4d662548e2765ae2a
| Author: rfranke 
| Date:   Thu Jan 26 08:48:59 2017 +0100
| 
|     Update .openmodelica.aspell
| 
| M	.openmodelica.aspell
| 
* commit 74b08caf2aba008cf69b6f69d775c9fedc548388
| Author: Rüdiger Franke 
| Date:   Wed Jan 25 20:59:03 2017 +0100
| 
|     * OMCompiler d32ecbb...a8cd990 (1):
|       > Inline integration initializes clocked continuous states
| 
| M	OMCompiler
| 
* commit c3ab3c55be6a502ac72a0240e041e7db48563c68
| Author: hudson 
| Date:   Wed Jan 25 19:50:22 2017 +0100
| 
|     * libraries 8afc9c7...38255ef (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 617aab83a0ffb6f800dc60caace7bd08c6c9f8d4
| Author: Rüdiger Franke 
| Date:   Wed Jan 25 19:05:07 2017 +0100
| 
|     * OMCompiler dce7606...d32ecbb (1):
|       > Delay derivatives of clocked states for ExplicitEuler
| 
| M	OMCompiler
| 
* commit 2982b0c865ebe51817905bb2d3fa3625c9decf08
| Author: Per Östlund 
| Date:   Wed Jan 25 14:20:44 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 49dc8a6...dce7606 (1):
|       > Initial enumeration support in NFInst.
|     
|     * testsuite 8f183e2...c2c1f60 (1):
|       > Update scodeinst enum tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d2a8174c80c9236e39c6b62690ab4a803d949eb1
| Author: Martin Sjölund 
| Date:   Wed Jan 25 13:41:17 2017 +0100
| 
|     * OMCompiler 1ca1591...49dc8a6 (1):
|       > Remove all remaining DAE.TypeSource
| 
| M	OMCompiler
| 
* commit 57cb47e6ecac59a8daf958065ae2500add1ca0d4
| Author: Martin Sjölund 
| Date:   Wed Jan 25 12:58:36 2017 +0100
| 
|     * OMCompiler 94b2cb3...1ca1591 (1):
|       > Remove TypeSource for T_COMPLEX
| 
| M	OMCompiler
| 
* commit 6ba86d1634975b8b03150021beda713c951f7534
| Author: Lennart Ochel 
| Date:   Wed Jan 25 11:50:59 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d828571...94b2cb3 (1):
|       > Add all built-in intrinsic operators with function syntax
|     
|     * testsuite c427c9c...8f183e2 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b3e0dd0a23e2b65ce7b0480c9edb929ce3a1a86d
| Author: Martin Sjölund 
| Date:   Wed Jan 25 11:28:21 2017 +0100
| 
|     * OMCompiler 3662000...d828571 (1):
|       > Remove TypeSource from UT/Code/function pointer
| 
| M	OMCompiler
| 
* commit a0e1ebf5849c862b492188688331fd3ca941ca0f
| Author: Martin Sjölund 
| Date:   Wed Jan 25 10:39:18 2017 +0100
| 
|     * testsuite 5957971...c427c9c (1):
|       > Add test for ticket:4112
| 
| M	testsuite
| 
* commit 1fc660818b5299e4cf16bf0f6999087a065eef0c
| Author: Martin Sjölund 
| Date:   Wed Jan 25 09:54:11 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 376bb8f...3662000 (1):
|       > Remove TypeSource from functions
|     
|     * testsuite 3b87601...5957971 (1):
|       > Expected output PR 1405
| 
| M	OMCompiler
| M	testsuite
| 
* commit 147896e5b74a503302672d0a086dc94a162d5e0c
| Author: hudson 
| Date:   Wed Jan 25 07:30:03 2017 +0100
| 
|     * libraries 14b67c6...8afc9c7 (2):
|       > Bump libraries
|       > The library version to ignore is 4.0.0
| 
| M	libraries
| 
* commit b14c78dd51a6d1884b2d144cb8fb52c111f1694e
| Author: Lennart Ochel 
| Date:   Wed Jan 25 07:07:31 2017 +0100
| 
|     Update OMPlot
| 
| M	OMPlot
| 
* commit d0e7928e46af8ad5e9082365b32dfa908c519ff8
| Author: Adrian Pop 
| Date:   Wed Jan 25 05:46:20 2017 +0100
| 
|     * OMCompiler 507cdb3...376bb8f (1):
|       > updates to NFFrontEnd - implement toString for expressions - implement toString for types - add CAST expression - handle Type.FUNCTION better
| 
| M	OMCompiler
| 
* commit 4b0fd39ca8d256af6e82983e6d96d749f39fca38
| Author: Adeel Asghar 
| Date:   Tue Jan 24 23:42:08 2017 +0100
| 
|     * OMEdit b0d9e65...27d51f2 (1):
|       > Only call showDocumentation for Modelica classes.
| 
| M	OMEdit
| 
* commit 08f9199a16d8e3fcc34082f8de2659bbb0dce1fe
| Author: Lennart Ochel 
| Date:   Tue Jan 24 22:34:55 2017 +0100
| 
|     Update OMPlot
| 
| M	OMPlot
| 
* commit 534668f20c802fa71abe34b91ac3d5a9d9685360
| Author: Lennart Ochel 
| Date:   Tue Jan 24 20:55:35 2017 +0100
| 
|     * OMPlot 0ca376f...a3eb94b (3):
|       > Exit on error
|       > Remove redundant help statements
|       > Dump the flags in alphabetical order
| 
| M	OMPlot
| 
* commit 3e89801207632c0c6b226542e3478dd1a0ec3ecf
| Author: Per Östlund 
| Date:   Tue Jan 24 12:25:31 2017 +0100
| 
|     * OMCompiler fac34e1...507cdb3 (1):
|       > NFInst improvements.
| 
| M	OMCompiler
| 
* commit c9b172b9ba61840787826b835920d8cac3497fff
| Author: Per Östlund 
| Date:   Tue Jan 24 11:32:22 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d767990...fac34e1 (1):
|       > NFInst improvements.
|     
|     * testsuite 6e57b9f...3b87601 (1):
|       > Reactivate some scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit fae4fded5171f553bc031e931d1607a49c5db7e6
| Author: Lennart Ochel 
| Date:   Tue Jan 24 10:51:39 2017 +0100
| 
|     * OMCompiler d58aa69...d767990 (1):
|       > Add support for constants to expContains
| 
| M	OMCompiler
| 
* commit c4887c8d7c3cecbbbedbba108a128141b7ddccc7
| Author: Martin Sjölund 
| Date:   Tue Jan 24 08:23:19 2017 +0100
| 
|     * OMCompiler b444d8e...d58aa69 (1):
|       > Remove TypeSource from more types
| 
| M	OMCompiler
| 
* commit eaf1d38e5e0ca180cdd6e24719d3d1c6f782abae
| Author: Martin Sjölund 
| Date:   Tue Jan 24 07:13:23 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 67c5d45...b444d8e (1):
|       > Strip DAE.TypeSource from some DAE.Type
|     
|     * testsuite d7d530d...6e57b9f (1):
|       > Expected output after tracking less information
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6954d083b18e436985f7293b6f60edef7ae273a7
| Author: Lennart Ochel 
| Date:   Mon Jan 23 22:53:31 2017 +0100
| 
|     * OMCompiler 399ee41...67c5d45 (1):
|       > Fix ticket:4228
| 
| M	OMCompiler
| 
* commit e04ea9be61ff0251431fb253ad732f2307ee3bc7
| Author: Lennart Ochel 
| Date:   Mon Jan 23 16:24:45 2017 +0100
| 
|     * OMPlot 6205bff...0ca376f (1):
|       > Assume the filename to load if none is specified
| 
| M	OMPlot
| 
* commit 05168fc0aa91ce79b7807dfcf47ac833f3163984
| Author: hkiel 
| Date:   Mon Jan 23 14:25:51 2017 +0100
| 
|     * OMNotebook c431370...062523e (1):
|       > translate a few more strings
| 
| M	OMNotebook
| 
* commit dd9fd89070392ee0f55ff60f01bbc36c0e1a8718
| Author: hudson 
| Date:   Mon Jan 23 12:25:48 2017 +0100
| 
|     * OMEdit 800e4b3...b0d9e65 (3):
|       > Fixed wrong file extension
|       > Made sure composite models are always saved without dots in submodel names.
|       > Added composite model startup scripts for some more external tools.
| 
| M	OMEdit
| 
* commit db2eaeafe2d4f6ece65e4ce7589eb83790f9f634
| Author: Martin Sjölund 
| Date:   Mon Jan 23 12:00:42 2017 +0100
| 
|     * libraries 7ef0f48...14b67c6 (1):
|       > Buildings 4.0 is the latest version
| 
| M	libraries
| 
* commit 458ac9bfc7a601fba5cbea9dc3e1e472f5ad9b54
| Author: vwaurich 
| Date:   Mon Jan 23 11:02:04 2017 +0100
| 
|     * testsuite c18b634...d7d530d (1):
|       > add more resolveLoops tests
| 
| M	testsuite
| 
* commit 91578fa09cea91ad65499aad4635a98af968012f
| Author: Martin Sjölund 
| Date:   Mon Jan 23 10:46:37 2017 +0100
| 
|     * OMCompiler 1d06167...399ee41 (2):
|       > Add an is_utf8 implementation
|       > Include 
| Date:   Sun Jan 22 21:27:03 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 22f0d9b...1d06167 (1):
|       > Add integer() to CommonSubExpression.isSkipCase, ticket:4224
|     
|     * testsuite ac296ba...c18b634 (1):
|       > Add test for ticket:4224
| 
| M	OMCompiler
| M	testsuite
| 
* commit f5c3eda05332f0bebbb76fba2a059bf6fdc81b13
| Author: Rüdiger Franke 
| Date:   Sun Jan 22 19:52:11 2017 +0100
| 
|     * OMCompiler 15bcdab...22f0d9b (1):
|       > Support linear systems in clocked partitions
| 
| M	OMCompiler
| 
* commit ae349e7b1bc15a03475a3c0021f79569aebbed70
| Author: Lennart Ochel 
| Date:   Sun Jan 22 17:27:00 2017 +0100
| 
|     * OMCompiler 1f4d4e0...15bcdab (1):
|       > Don't return success for unimplemented functions
| 
| M	OMCompiler
| 
* commit 3940b176eb1997ebcd3319a17cc70bfcc704b9c0
| Author: Lennart Ochel 
| Date:   Sat Jan 21 06:37:15 2017 +0100
| 
|     * OMCompiler 20fbe26...1f4d4e0 (1):
|       > Improve logging of homotopy-based initialization
| 
| M	OMCompiler
| 
* commit 1d7cd43e9079efa9d6c22889f568fe8219fd9f78
| Author: Per Östlund 
| Date:   Fri Jan 20 20:04:54 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c80769b...20fbe26 (1):
|       > NFInst changes
|     
|     * testsuite 28d7a3e...ac296ba (1):
|       > Update scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a7caa2a8417bd383358e97a8364138df62d8c2bd
| Author: Lennart Ochel 
| Date:   Fri Jan 20 16:29:30 2017 +0100
| 
|     * doc 4a3d238...801d0f7 (2):
|       > Fix some typos
|       > Remove wrong cross reference
| 
| M	doc
| 
* commit bb06554715a1e4c859797702ea9eea2b0eec0efb
| Author: Martin Sjölund 
| Date:   Fri Jan 20 15:59:16 2017 +0100
| 
|     * testsuite 4af10ea...28d7a3e (1):
|       > Add FMU before you run it
| 
| M	testsuite
| 
* commit b78e61f91caf3bcbd74cdecd2bf2d54218e9c7fd
| Author: Martin Sjölund 
| Date:   Fri Jan 20 15:32:30 2017 +0100
| 
|     * libraries f755623...7ef0f48 (1):
|       > Add new libraries
| 
| M	libraries
| 
* commit faaa3e812c903146b3b377b674dd9f98bfb6e42c
| Author: Martin Sjölund 
| Date:   Fri Jan 20 15:01:36 2017 +0100
| 
|     * testsuite a0ae22e...4af10ea (1):
|       > Keep the generated log
| 
| M	testsuite
| 
* commit 5b87dca5f9f24ce65d80d813596ccae6994e355a
| Author: Martin Sjölund 
| Date:   Fri Jan 20 12:57:35 2017 +0100
| 
|     * testsuite 585feed...a0ae22e (1):
|       > Check the FMU XML for source/ARM
| 
| M	testsuite
| 
* commit 46ed3f38e5c1be731eaf4b8ebffb33035ea0ad3a
| Author: Martin Sjölund 
| Date:   Fri Jan 20 12:42:01 2017 +0100
| 
|     * testsuite d0079f6...585feed (1):
|       > Add missing files for ARM/source
| 
| M	testsuite
| 
* commit df5262a2628d74515ec082e8e179a467ca27042c
| Author: Martin Sjölund 
| Date:   Fri Jan 20 12:23:46 2017 +0100
| 
|     * testsuite aab7efc...d0079f6 (1):
|       > FMI website calls "source" FMUs "c-code"
| 
| M	testsuite
| 
* commit bf63b65d3d885d356616a2e8caa08c393e9f761f
| Author: Martin Sjölund 
| Date:   Fri Jan 20 11:04:39 2017 +0100
| 
|     * testsuite b143f56...aab7efc (1):
|       > Fix expected filename of _ref.opt
| 
| M	testsuite
| 
* commit 2baf8920af52de242bc77ccc4c9dd0117609d4d3
| Author: Lennart Ochel 
| Date:   Fri Jan 20 08:00:44 2017 +0100
| 
|     * testsuite 4c5e1a7...b143f56 (2):
|       > Add test nlssMaxDensity.mos
|       > Add test nlssMinSize.mos
| 
| M	testsuite
| 
* commit 571b835ed8f4d753dc3561058c4a5044bd56eac2
| Author: Lennart Ochel 
| Date:   Fri Jan 20 07:36:35 2017 +0100
| 
|     * OMCompiler 4fe59c4...c80769b (1):
|       > Fix c runtime command line options (#1383)
| 
| M	OMCompiler
| 
* commit 9c86e1ff957ab0d806d416ed42b428552cc2d46d
| Author: hudson 
| Date:   Thu Jan 19 19:11:15 2017 +0100
| 
|     * libraries a7c55b4...f755623 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e552e08185ec6f7f46fd866f8b957d372c290c77
| Author: Adeel Asghar 
| Date:   Thu Jan 19 18:22:18 2017 +0100
| 
|     * OMEdit 289fa10...800e4b3 (1):
|       > Check for the null pointer.
| 
| M	OMEdit
| 
* commit a0e286e49edc23e4ca213a70d042c15aa2251643
| Author: Adeel Asghar 
| Date:   Thu Jan 19 15:35:00 2017 +0100
| 
|     * OMEdit 0ee4ed0...289fa10 (1):
|       > Fix Qt4 builds. Make moc happy by creating the same class from two different files.
| 
| M	OMEdit
| 
* commit 2f5803d0ef175c423a03aac9b05468421eaa2d33
| Author: Martin Sjölund 
| Date:   Thu Jan 19 15:04:43 2017 +0100
| 
|     * testsuite 2a58330...4c5e1a7 (1):
|       > Can't copy files that don't exist
| 
| M	testsuite
| 
* commit 8c30532ecad9d302313fc86425850ef39985f6fb
| Author: Martin Sjölund 
| Date:   Thu Jan 19 14:19:53 2017 +0100
| 
|     * testsuite 03778b0...2a58330 (1):
|       > Save the options file for the FMI testing
| 
| M	testsuite
| 
* commit 1cebf30b6203818179b7162c701707469a3d8494
| Author: Martin Sjölund 
| Date:   Thu Jan 19 13:31:48 2017 +0100
| 
|     * OMCompiler 6ed4cfd...4fe59c4 (1):
|       > Follow FMI 2.0 schema (no empty output section)
| 
| M	OMCompiler
| 
* commit 8dd57d95c1dcd7f4d87743ee843e0907d7250b7e
| Author: Martin Sjölund 
| Date:   Thu Jan 19 11:16:45 2017 +0100
| 
|     * testsuite 489c3e9...03778b0 (2):
|       > Copy ReadMe-file to the directory structure
|       > Fix for OSX64 FMU generation
| 
| M	testsuite
| 
* commit 9302dd61a60d902ac9b5f3cedbda9844b055fc39
| Author: Lennart Ochel 
| Date:   Thu Jan 19 10:08:56 2017 +0100
| 
|     * OMCompiler b894ea2...6ed4cfd (1):
|       > Don't use default matching arguments within postOptimizeDAE
| 
| M	OMCompiler
| 
* commit a2540d3b1dc587a1244dbb0f4fe1c4efa108c984
| Author: Martin Sjölund 
| Date:   Thu Jan 19 09:53:25 2017 +0100
| 
|     * testsuite 9ef6922...489c3e9 (1):
|       > New special testsuite testing
| 
| M	testsuite
| 
* commit 35e375dd4a2f1d97ea23a1731b89f6219e196d5f
| Author: Lennart Ochel 
| Date:   Thu Jan 19 09:34:55 2017 +0100
| 
|     * OMCompiler 0c828c1...b894ea2 (1):
|       > New index reduction method "none"
| 
| M	OMCompiler
| 
* commit a26620c10d0b5943902a3722b9db6b59c2b2ad57
| Author: Lennart Ochel 
| Date:   Thu Jan 19 07:27:47 2017 +0100
| 
|     * OMCompiler b0da1de...0c828c1 (1):
|       > Fix new runtime flags (#1383)
| 
| M	OMCompiler
| 
* commit 5d9787eeb1e621f8b85925e8b38c7ad264fe9631
| Author: Willi Braun 
| Date:   Thu Jan 19 01:42:21 2017 +0100
| 
|     * OMCompiler 8788348...b0da1de (1):
|       > fix row jac norm sum
| 
| M	OMCompiler
| 
* commit 540d18becfa176ed886a4bb9bdf384a6bd93900d
| Author: Willi 
| Date:   Thu Jan 19 01:10:43 2017 +0100
| 
|     * OMCompiler 0ed97da...8788348 (1):
|       > reset BackendDAE after replace simplifid expressions for lambda=0
| 
| M	OMCompiler
| 
* commit 7dfc149b8a52d35cae6ae95cb4e38330ccd2ec52
| Author: Willi 
| Date:   Thu Jan 19 00:06:42 2017 +0100
| 
|     * OMCompiler e66beae...0ed97da (1):
|       > added -nlssMaxDensity and -nlssMinSize simulation flags
| 
| M	OMCompiler
| 
* commit 7d151a2a78eafcdc13c2b0f046176cf0829730d2
| Author: Lennart Ochel 
| Date:   Wed Jan 18 21:43:45 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1754fe3...e66beae (2):
|       > Add index reduction to optdaedump output
|       > Simplify match/matchcontinue pattern
|     
|     * testsuite 3a026ed...9ef6922 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 59cf2c410a4b55cf06d3b3afcbece4b01ee5c315
| Author: hudson 
| Date:   Wed Jan 18 19:11:26 2017 +0100
| 
|     * libraries 1b8146a...a7c55b4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ada68e16a1ba012740585eafdef2d48c649ee269
| Author: vwaurich 
| Date:   Wed Jan 18 15:16:25 2017 +0100
| 
|     * OMCompiler 733fc0a...1754fe3 (1):
|       > resolveNodes_cutNodes applies DFS
| 
| M	OMCompiler
| 
* commit 6b9cfe37bb4cb56613ee351a5cca1241f3934b60
| Author: Adeel Asghar 
| Date:   Wed Jan 18 14:54:02 2017 +0100
| 
|     * OMEdit eac1e77...0ee4ed0 (1):
|       > ticket:4218 Don't convert modifiers to string.
| 
| M	OMEdit
| 
* commit 97aeb9ceef3ccbe0961b9b476d0cd3a36a7519f5
| Author: Martin Sjölund 
| Date:   Wed Jan 18 13:10:31 2017 +0100
| 
|     * OMCompiler 21f7de2...733fc0a (1):
|       > Make linear systems not depend on nonlinear
| 
| M	OMCompiler
| 
* commit 97e9bd8dcb85ff8c2f70d18a3b25f093ab5ff962
| Author: hudson 
| Date:   Wed Jan 18 12:33:01 2017 +0100
| 
|     * OMEdit f11690d...eac1e77 (3):
|       > Minor fixes. Source code documentation and code cleanup.
|       > Use QOpenGLWidget instead of QGLWidget if possible. Re-implemented the viewer to get rid of updating the frame every 0.1 second. Removed the osgQt as is not required with the new implementation.
|       > Made it possible to fetch interface data for a single external model
| 
| M	OMEdit
| 
* commit 5b23ac3592da6809bea81571a376ce704dddbebf
| Author: vwaurich 
| Date:   Wed Jan 18 12:03:11 2017 +0100
| 
|     * OMCompiler 04cd792...21f7de2 (1):
|       > reworked resolveLoops
| 
| M	OMCompiler
| 
* commit 0891dfbabe2098712b4190516e68cbf649fdc7ed
| Author: qichenghua 
| Date:   Wed Jan 18 11:47:47 2017 +0100
| 
|     * OMCompiler 6f8bb14...04cd792 (2):
|       > fixed issue with c runtime due to usage of compressed sparse column/row matrix format
|       > added Sparse Solver Klu
| 
| M	OMCompiler
| 
* commit b3e1f41e8c1fcd664f5b1fec8af12c36176dd984
| Author: hudson 
| Date:   Tue Jan 17 19:11:31 2017 +0100
| 
|     * libraries 97bccd2...1b8146a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c8716236e9c8362b4eb0c23115eada7b060ea867
| Author: Martin Sjölund 
| Date:   Tue Jan 17 16:10:23 2017 +0100
| 
|     * OMCompiler d5f9643...6f8bb14 (1):
|       > Fix code generation where `&` is used on an rvalue
| 
| M	OMCompiler
| 
* commit 83be61ecae772c8026245279f6533cc16e8f372d
| Author: Martin Sjölund 
| Date:   Tue Jan 17 14:35:33 2017 +0100
| 
|     * OMCompiler a317639...d5f9643 (1):
|       > Return error value when FMU compilation fails
| 
| M	OMCompiler
| 
* commit ddebca941cc7c4dc1fdc06798aad04373a8f54b1
| Author: ptaeuber 
| Date:   Tue Jan 17 12:30:46 2017 +0100
| 
|     * OMCompiler c1159bc...a317639 (1):
|       > Minor changes
| 
| M	OMCompiler
| 
* commit da8b5954849952d8e5b672366b9f0dd504de9678
| Author: vwaurich 
| Date:   Tue Jan 17 11:11:32 2017 +0100
| 
|     * testsuite 7f45e89...3a026ed (2):
|       > expected output
|       > update resolveLoops test
| 
| M	testsuite
| 
* commit d475acac6957fa5b34dc988fe2155c4a9857936c
| Author: vwaurich 
| Date:   Tue Jan 17 09:17:25 2017 +0100
| 
|     * OMCompiler a6ef399...c1159bc (1):
|       > small fix for resolveLoops + error messages
| 
| M	OMCompiler
| 
* commit 36b9045e432de3e33550c7e1d26ba3bdfbc575c5
| Author: Adeel Asghar 
| Date:   Mon Jan 16 18:07:48 2017 +0100
| 
|     * OMEdit 82dba21...f11690d (1):
|       > Removed debugging messages. Indentation. Use tr to mark the strings for translation.
| 
| M	OMEdit
| 
* commit 0d994665eed9fb8891f5f711d4ca36cacadf1637
| Author: Adeel Asghar 
| Date:   Mon Jan 16 17:52:03 2017 +0100
| 
|     * OMEdit 3d9d102...82dba21 (1):
|       > Read the position & angle321 attributes of the sub-models.
| 
| M	OMEdit
| 
* commit fc1a0058d7601915c7d681bb4cb1aef83ef541e0
| Author: hudson 
| Date:   Mon Jan 16 15:48:43 2017 +0100
| 
|     * OMEdit 72c7018...3d9d102 (1):
|       > Merge branch 'robbr48-typed_interfaces'
| 
| M	OMEdit
| 
* commit 88d73af8c5c1943a8960e3f0ff687faec064b2be
| Author: Lennart Ochel 
| Date:   Mon Jan 16 13:03:37 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ab53928...a6ef399 (2):
|       > Avoid nested try/matchcontinue clauses
|       > Clean up index reduction
|     
|     * testsuite 946bc4e...7f45e89 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 98708fe6153b6822f322299d64c2100b399cddb5
| Author: vwaurich 
| Date:   Mon Jan 16 12:32:57 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6700d3e...ab53928 (1):
|       > activate resolveLoops backend module
|     
|     * testsuite 15a59b0...946bc4e (2):
|       > update result file
|       > update tests for resolveLoops
| 
| M	OMCompiler
| M	testsuite
| 
* commit d3932b4b3cf1861cab7c0093cfade91da76e9f7d
| Author: hudson 
| Date:   Mon Jan 16 07:12:58 2017 +0100
| 
|     * libraries c92df50...97bccd2 (2):
|       > Bump libraries
|       > Update v1.6 tag
| 
| M	libraries
| 
* commit 56170d9ad847003e80a638307dc13d115074de73
| Author: Adeel Asghar 
| Date:   Sun Jan 15 20:13:56 2017 +0100
| 
|     * OMEdit 5d4e26e...72c7018 (1):
|       > ticket:4215 Allow making connections from the connectors under some shape/component.
| 
| M	OMEdit
| 
* commit f0710a3fffd141b4f82fe6b7804134c88e828502
| Author: Adeel Asghar 
| Date:   Fri Jan 13 19:12:48 2017 +0100
| 
|     * OMEdit c067dd3...5d4e26e (1):
|       > Show an error message if model_info.json file is not found. Show the source when opening TransformationsWidget.
| 
| M	OMEdit
| 
* commit 7c5555723f03bc829c8fa9a9616dd5cb05cf688a
| Author: Willi Braun 
| Date:   Fri Jan 13 17:29:52 2017 +0100
| 
|     * OMCompiler 0177dac...6700d3e (1):
|       > add jac row sum as debug output
| 
| M	OMCompiler
| 
* commit 11f31ad0222a1cfe51dee2a579a87e8a28753b09
| Author: Adeel Asghar 
| Date:   Fri Jan 13 14:16:08 2017 +0100
| 
|     * OMEdit b93871b...c067dd3 (1):
|       > ticket:4215 Only use transformation values when no iconTransformation value is available.
| 
| M	OMEdit
| 
* commit 90940d47ad21e4f0e49ef36d8376a39b4707ef80
| Author: Martin Sjölund 
| Date:   Fri Jan 13 09:45:52 2017 +0100
| 
|     * OMEdit 3d30078...b93871b (1):
|       > Initialize GC before Main.init
| 
| M	OMEdit
| 
* commit 46f854f2cbfad1322fdbfb510bbd110509ddc3ff
| Author: Martin Sjölund 
| Date:   Fri Jan 13 09:14:08 2017 +0100
| 
|     * OMCompiler 669113d...0177dac (1):
|       > Guard GC initialization
| 
| M	OMCompiler
| 
* commit dfb21e45c9250dbaa5aa15af4f03b37c3ab74425
| Author: Per Östlund 
| Date:   Thu Jan 12 17:50:12 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler eae1de1...669113d (1):
|       > Fix for #3535.
|     
|     * testsuite 12cc9eb...15a59b0 (1):
|       > Added tests for #3535.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4e06595865938d119720ff80fcf8d48909ea855d
| Author: Willi Braun 
| Date:   Thu Jan 12 17:30:13 2017 +0100
| 
|     * OMCompiler 860bb91...eae1de1 (1):
|       > use sparsePattern.nnz instead of the extended
| 
| M	OMCompiler
| 
* commit 2208ab1b6fa387d1741561ea20c9b977ffc126dc
| Author: Adeel Asghar 
| Date:   Thu Jan 12 16:40:58 2017 +0100
| 
|     * OMEdit 1b73ef9...3d30078 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Use the File* instead of QFile & QTextStream. Flush all streams when opening the CrashReportDialog so we get full logs.
| 
| M	OMEdit
| 
* commit b8b220027ed06c918e337957b216ce82e22d763d
| Author: Martin Sjölund 
| Date:   Thu Jan 12 16:21:58 2017 +0100
| 
|     * OMEdit 12d09da...1b73ef9 (1):
|       > Ignore binary files
| 
| M	OMEdit
| 
* commit cc1feb37c18e28d3bf2375896797fabeb5f86bb1
| Author: Per Östlund 
| Date:   Thu Jan 12 15:52:06 2017 +0100
| 
|     * OMCompiler 2749b17...860bb91 (1):
|       > Partial fix for bug3535.
| 
| M	OMCompiler
| 
* commit 90ccb5d1a85f76505f687b7e11c8356896eaa9b5
| Author: qichenghua 
| Date:   Thu Jan 12 15:36:36 2017 +0100
| 
|     * OMCompiler 40f96b8...2749b17 (1):
|       > fix ticket:4213, added scaling of linear systems back again
| 
| M	OMCompiler
| 
* commit afd0d6ae3f7b7f067ac8ff16b1d58f99ffe23cd6
| Author: Martin Sjölund 
| Date:   Thu Jan 12 14:22:49 2017 +0100
| 
|     * doc de1767f...4a3d238 (1):
|       > Fix bug when author names have digits in them
| 
| M	doc
| 
* commit 1526cb2debbf77c49c87e2ba214737f62061e0ab
| Author: qichenghua 
| Date:   Thu Jan 12 13:52:39 2017 +0100
| 
|     * OMCompiler a70aefe...40f96b8 (2):
|       > cleaned up LinearSolver and DgesvSolver. Also fixed minor errors.
|       > Renamed getSystemMatrix, getSystemSparseMatrix and getRHS in ILinearAlgloop.h to getAMatrix, getSparseAMatrix and getb.
| 
| M	OMCompiler
| 
* commit 21e4ed8744827fc445a95f0f2df49105168531b4
| Author: Martin Sjölund 
| Date:   Thu Jan 12 13:23:03 2017 +0100
| 
|     * OMCompiler 23f4cf8...a70aefe (1):
|       > Remove unused function
| 
| M	OMCompiler
| 
* commit a7d19931cf1d6c96ae887fe2f81d6a310aca8e0b
| Author: Willi Braun 
| Date:   Thu Jan 12 13:07:37 2017 +0100
| 
|     * OMCompiler ba209b7...23f4cf8 (1):
|       > fix colprts for sparse matrixes: ida and kinsol
| 
| M	OMCompiler
| 
* commit 88e2ec7189b0408584551bbc39bd64b9fa8f666b
| Author: Martin Sjölund 
| Date:   Thu Jan 12 12:21:19 2017 +0100
| 
|     * OMCompiler bbc489c...ba209b7 (2):
|       > Do not link pthreads statically in ARM FMUs
|       > Make ParModelica String variables an error
| 
| M	OMCompiler
| 
* commit 1bd8b32409f4d8c30842925f5b82a372a45c4537
| Author: Willi Braun 
| Date:   Thu Jan 12 11:40:49 2017 +0100
| 
|     * OMCompiler 4d49ee5...bbc489c (1):
|       > fix identity tmp sparse matrix for ida solver
| 
| M	OMCompiler
| 
* commit b6b81013e5649914937da96c01c58a2284a07e78
| Author: Martin Sjölund 
| Date:   Thu Jan 12 08:37:32 2017 +0100
| 
|     * doc e347601...de1767f (1):
|       > Add MIC article
| 
| M	doc
| 
* commit 61ba4f6d2337bf837e95e8f90e604a8bdff6b2d1
| Author: hudson 
| Date:   Wed Jan 11 19:09:23 2017 +0100
| 
|     * libraries ae8f3a3...c92df50 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit acf94207dd86d0bed27bb94e32104a9728a4df60
| Author: hudson 
| Date:   Wed Jan 11 15:11:00 2017 +0100
| 
|     Updating submodules
|     * OMEdit ef8bd25...12d09da (2):
|       > fix QVariant type
|       > Build the solver combo-box using the enumeration.
|     
|     * libraries cb35423...ae8f3a3 (1):
|       > Stategraph encoding
| 
| M	OMEdit
| M	libraries
| 
* commit 47899cb61317aaeb83bc8bd5c164528daa7c5b86
| Author: ptaeuber 
| Date:   Wed Jan 11 14:29:42 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ed61035...4d49ee5 (1):
|       > Remove unused and superfluous BackendDAE.VAR.bindValue
|     
|     * testsuite ad316fd...12cc9eb (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a8344faa27997462dbe8485adfe11cbac8108366
| Author: Rüdiger Franke 
| Date:   Wed Jan 11 13:59:20 2017 +0100
| 
|     * OMCompiler 9cbbca6...ed61035 (3):
|       > Remove obsolete separate initialization of external objects
|       > Initialize external objects with parameters in Cpp runtime
|       > Revert "[workaround] Disable sorting of external objects for cpp runtime"
| 
| M	OMCompiler
| 
* commit 1402ba89b2a185cc492842657ce002f93f773d58
| Author: hudson 
| Date:   Wed Jan 11 10:11:01 2017 +0100
| 
|     * libraries d43a5f2...cb35423 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1862fb143eff60dc7b02984fc141057880021a14
| Author: Martin Sjölund 
| Date:   Wed Jan 11 09:41:15 2017 +0100
| 
|     * libraries 19bfdc8...d43a5f2 (1):
|       > Fix for updating SVN libraries
| 
| M	libraries
| 
* commit 3fe631b20cdbc652b902720314ab1fc5e3a47682
| Author: Rüdiger Franke 
| Date:   Wed Jan 11 09:09:17 2017 +0100
| 
|     * OMCompiler dba9dd8...9cbbca6 (1):
|       > Remove special treatment of string return args, ticket:3446
| 
| M	OMCompiler
| 
* commit 84df8d0e028306fb0794adb16cb4c1f703edd74f
| Author: Martin Sjölund 
| Date:   Wed Jan 11 08:53:29 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6730d6f...dba9dd8 (1):
|       > Add SourceInfo to typed modifiers
|     
|     * testsuite 7e6f4d2...ad316fd (1):
|       > Test for binding/variable multi-source type error
| 
| M	OMCompiler
| M	testsuite
| 
* commit c7b0b8e8789d844cbb1ee3491bca9f1d206dfd28
| Author: hudson 
| Date:   Tue Jan 10 19:22:09 2017 +0100
| 
|     * libraries 0373a84...19bfdc8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 29019ba5700b5a76ae71593263e0f76a2e9a181f
| Author: Adeel Asghar 
| Date:   Tue Jan 10 18:52:25 2017 +0100
| 
|     * OMEdit 398fc36...ef8bd25 (1):
|       > Avoid crashing OMEdit when visual xml file is not found. Some other minor changes.
| 
| M	OMEdit
| 
* commit 6d2bbbd5ed0dde75e78f8e2160f160ab2ac7c741
| Author: vwaurich 
| Date:   Tue Jan 10 17:54:12 2017 +0100
| 
|     * OMEdit 87791ed...398fc36 (5):
|       > FMUSettingsDialog is a QDialog
|       > add parent to FMUsettingsDialog
|       > use gridlayout, rename to FMUSettingsDialog, inherit QDialog
|       > renaming in FMU-setting dialog
|       > settings dialog for fmu-based visualization
| 
| M	OMEdit
| 
* commit cc81fddf376050a8adb635fbce20f1b82b914c19
| Author: Adeel Asghar 
| Date:   Tue Jan 10 13:26:38 2017 +0100
| 
|     * OMEdit a848054...87791ed (1):
|       > ticket:4204 Look for the parameter value in the parameter containing class not in the parameter class.
| 
| M	OMEdit
| 
* commit d3475bc4ebeef035739ad12e9fdf5c5528c745b0
| Author: hudson 
| Date:   Tue Jan 10 12:56:53 2017 +0100
| 
|     Updating submodules
|     * OMEdit 5523709...a848054 (1):
|       > ticket:4204 Don't insert the default font name.
|     
|     * doc 6eb0fce...e347601 (1):
|       > Update ompython.rst
| 
| M	OMEdit
| M	doc
| 
* commit 25b88abcc9bec41540cd5d73580e4d46d1ef19fa
| Author: Adeel Asghar 
| Date:   Tue Jan 10 12:27:11 2017 +0100
| 
|     * OMEdit 7054a8c...5523709 (1):
|       > Fixed the image files selection.
| 
| M	OMEdit
| 
* commit 1392282477b9ae90dba26fcc623c125adc9d652e
| Author: Per Östlund 
| Date:   Tue Jan 10 12:11:20 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1bf65f3...6730d6f (1):
|       > Fix extends handling in NFInst.
|     
|     * testsuite 5853724...7e6f4d2 (1):
|       > Update testcases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit daee27398348443d032def26e55926ec11c77768
| Author: hudson 
| Date:   Tue Jan 10 08:42:01 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d2c938f...1bf65f3 (3):
|       > [workaround] Disable sorting of external objects for cpp runtime
|       > Clean up code generation
|       > Initialize external objects together with parameters
|     
|     * testsuite 178a284...5853724 (1):
|       > Add test for ticket:3446
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8688a002d6115625a6dd5c52fddb7c7d0efb4e55
| Author: Adrian Pop 
| Date:   Mon Jan 9 23:27:57 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1240784...d2c938f (1):
|       > fix ticket:4209, suppress wrong error messages
|     
|     * testsuite c639862...178a284 (1):
|       > add test for ticket:4209
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5b99d4caf80a578e18bd6e733d78aed1d36f3dec
| Author: Adrian Pop 
| Date:   Mon Jan 9 22:52:29 2017 +0100
| 
|     * OMCompiler e3ba94b...1240784 (1):
|       > use memset instead of non-standard bzero
| 
| M	OMCompiler
| 
* commit 6a4b034aff1699ddd6ffd9c6a9c1df8bdcb93a0d
| Author: hudson 
| Date:   Mon Jan 9 19:34:40 2017 +0100
| 
|     * libraries c773672...0373a84 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 00ca93e2ebf6582a0622e8c697c24eb9f4509ffc
| Author: vwaurich 
| Date:   Mon Jan 9 19:05:03 2017 +0100
| 
|     * doc f6d36f5...6eb0fce (3):
|       > move 3dvisualization doc to omedit doc + more info about 3d view
|       > change visualization screenshot
|       > documentation about view manipulation
| 
| M	doc
| 
* commit 70513caf3ab5a6069fd079f21be4c91401862674
| Author: Adeel Asghar 
| Date:   Mon Jan 9 18:24:57 2017 +0100
| 
|     * OMEdit 1ca860b...7054a8c (1):
|       > ticket:4204 Show the inherited text annotation. Use compare instead of contains.
| 
| M	OMEdit
| 
* commit 384ca6a833475b686fa475384b5d308aa1807804
| Author: jhag 
| Date:   Mon Jan 9 12:38:03 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e7c76f7...e3ba94b (1):
|       > wrapFunctionCalls is activated and add configFlag --wfcAdvanced to skip more than default cases
|     
|     * testsuite ee09ab4...c639862 (1):
|       > updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7ae0b08dbaf9c0e4a0adde57d596be94d28e8995
| Author: Rüdiger Franke 
| Date:   Mon Jan 9 06:45:29 2017 +0100
| 
|     * OMCompiler d316ab2...e7c76f7 (1):
|       > Introduce subactive evaluation mode for clocked equations
| 
| M	OMCompiler
| 
* commit 45efce6c9f552d30c48f727a0b63eb37b815cb38
| Author: hudson 
| Date:   Sun Jan 8 19:11:28 2017 +0100
| 
|     * libraries efe4943...c773672 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1ed1a7c32711b8c460a4d30e120e086742a44778
| Author: hudson 
| Date:   Sat Jan 7 19:11:28 2017 +0100
| 
|     * libraries da03d9d...efe4943 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e2489d08a4dded67327b3381633ca185a8244713
| Author: Rüdiger Franke 
| Date:   Fri Jan 6 20:35:51 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8257001...d316ab2 (2):
|       > Add synchronous solver method ExplicitEuler, besides ImplicitEuler
|       > Generate code for algebraic loops in clocked partitions
|     
|     * testsuite 94bbd23...ee09ab4 (3):
|       > Enable synchronous DID.mos and disable synch.mos, ticket:4168
|       > Add test for clocked partition with algebraic loop
|       > Adapt test to new solver method ExplicitEuler
| 
| M	OMCompiler
| M	testsuite
| 
* commit 911a93a7c4bb046cd7b0d47fb65d6ebb3d1d44c7
| Author: hudson 
| Date:   Fri Jan 6 19:11:23 2017 +0100
| 
|     * libraries 7f7acab...da03d9d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 611b8b4b218e47baf133508020d8ff8f525606e5
| Author: vwaurich 
| Date:   Fri Jan 6 11:10:19 2017 +0100
| 
|     * testsuite 25bd058...94bbd23 (1):
|       > test for evalFunc, dont evaluate when Inline=false
| 
| M	testsuite
| 
* commit f8c245f06c123eae86fb2b54081235178bca6d2b
| Author: vwaurich 
| Date:   Fri Jan 6 09:31:17 2017 +0100
| 
|     * OMCompiler bff7053...8257001 (1):
|       > dont evaluate functions with multipleDim arrays and Inline=false
| 
| M	OMCompiler
| 
* commit 96a76d78fa98f26793bc4c3e88bb9f06b376395c
| Author: Adrian Pop 
| Date:   Fri Jan 6 08:09:51 2017 +0100
| 
|     * OMOptim 4452364...00fd572 (1):
|       > fix msys2/mingw32 compilation (#7)
| 
| M	OMOptim
| 
* commit 5e3b2d5f07ac9ace4d88666e24b66d56fd01c1c5
| Author: hudson 
| Date:   Thu Jan 5 19:15:08 2017 +0100
| 
|     * libraries 549a51a...7f7acab (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 72ef3cefe1a6b525facd43318b2cc594cc5d99bd
| Author: ptaeuber 
| Date:   Thu Jan 5 14:43:37 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 97e737e...bff7053 (1):
|       > Add warning for parameters with no binding
|     
|     * testsuite 5b3abe4...25bd058 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b0a26bbdac3bee006f157f06ff87a6c646e03d28
| Author: ptaeuber 
| Date:   Thu Jan 5 14:02:41 2017 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 56dc448...97e737e (1):
|       > Improve Dynamic Tearing
|     
|     * testsuite 15710a3...5b3abe4 (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1ea3936664eb0335ded9eff780eaa376369e973c
| Author: Adeel Asghar 
| Date:   Thu Jan 5 07:17:46 2017 +0100
| 
|     * OMEdit 0642e41...1ca860b (1):
|       > Adjust the geometries if LineAnnotation is connection type. Assert if index is out of bound. Don't show connection properties dialog while creating connection.
| 
| M	OMEdit
| 
* commit 636405a06c97005ba17c96c27a9d6089b828d408
| Author: hudson 
| Date:   Wed Jan 4 19:13:17 2017 +0100
| 
|     * libraries fa08f0f...549a51a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d89dfb5a4fc2cd4c428b75b8930e54712f63bff6
| Author: hudson 
| Date:   Tue Jan 3 19:12:02 2017 +0100
| 
|     * libraries 08da976...fa08f0f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 42969581bbeb21b5e2234800fada08cf86bfd71c
| Author: hudson 
| Date:   Mon Jan 2 19:13:06 2017 +0100
| 
|     * libraries 7928817...08da976 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a1467071952ac3aa58183905f10196fb813091af
| Author: Adeel Asghar 
| Date:   Mon Jan 2 01:37:48 2017 +0100
| 
|     * OMEdit 79b168d...0642e41 (1):
|       > Use foreach when auto saving the classes.
| 
| M	OMEdit
| 
* commit 29c5d523f29bf832bfeec2128c87832cd90894f6
| Author: Adeel Asghar 
| Date:   Sun Jan 1 22:56:09 2017 +0100
| 
|     * OMEdit 5a4232c...79b168d (1):
|       > Fix builds without OSG support.
| 
| M	OMEdit
| 
* commit 747cb4bf15c8207ff4c8b5b66b3d1d752ad2c1f3
| Author: hudson 
| Date:   Sat Dec 31 19:10:27 2016 +0100
| 
|     * libraries b83330f...7928817 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 022a9a6ef3ae40aea16a91facc35cb39f8757996
| Author: Adeel Asghar 
| Date:   Thu Dec 29 02:23:11 2016 +0100
| 
|     * OMEdit 801e73a...5a4232c (1):
|       > Get rid of QOpenGLContext::swapBuffers() warning.
| 
| M	OMEdit
| 
* commit a05232e64934ae808de415efa45082725c076b50
| Author: Adeel Asghar 
| Date:   Thu Dec 29 01:59:39 2016 +0100
| 
|     * OMEdit 6dca91b...801e73a (1):
|       > ticket:4199 Show the Qt::WaitCursor when translating the model.
| 
| M	OMEdit
| 
* commit 3d8b5e27b0463df48b48e524c2bd99b06c8e98b4
| Author: hudson 
| Date:   Wed Dec 28 17:58:52 2016 +0100
| 
|     * OMEdit bce55d4...6dca91b (3):
|       > Fix the Windows fallback backtrace implementation.
|       > Use GDB backtrace but use existing backtrace as fallback
|       > ticket:4197 Print backtraces from all threads.
| 
| M	OMEdit
| 
* commit b6cf26d635e3a4fb43e3d7db23cef95386478e71
| Author: Adeel Asghar 
| Date:   Tue Dec 27 01:37:59 2016 +0100
| 
|     * OMEdit 15a75e0...bce55d4 (1):
|       > Change the way stdout & stderr files are read.
| 
| M	OMEdit
| 
* commit 55c620fccf8a98a55c5e4b3b3e6a2913abdca164
| Author: hudson 
| Date:   Mon Dec 26 19:10:25 2016 +0100
| 
|     * libraries 7b9d233...b83330f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 65929298be83757255450d6a8db955ef5b8a3c51
| Author: hudson 
| Date:   Fri Dec 23 19:10:33 2016 +0100
| 
|     * libraries 0091486...7b9d233 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 658b3bea5f7b7f41fd6ab7590ffa5b58ab68d668
| Author: Adeel Asghar 
| Date:   Fri Dec 23 00:36:29 2016 +0100
| 
|     * OMEdit 312cd02...15a75e0 (1):
|       > Removed the unnecessary include.
| 
| M	OMEdit
| 
* commit eaa9cc6c86158e9078d478c2942cf29400a99b90
| Author: hudson 
| Date:   Thu Dec 22 19:11:46 2016 +0100
| 
|     * libraries 13db274...0091486 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 31982a4539ca82815e684613222aa527f11af1bb
| Author: hkiel 
| Date:   Thu Dec 22 17:10:39 2016 +0100
| 
|     * OMNotebook f2b1e1b...c431370 (1):
|       > do not move closed cells
| 
| M	OMNotebook
| 
* commit f3c36ce631dc52b33b29539b163fb2ef92e9690f
| Author: adeas31 
| Date:   Thu Dec 22 15:37:27 2016 +0100
| 
|     * OMOptim 5d74d35...4452364 (1):
|       > Fix Qt4 compilation
| 
| M	OMOptim
| 
* commit f7b8ab54caa9d52f5da44ee34febc1371be7faee
| Author: hkiel 
| Date:   Thu Dec 22 14:58:02 2016 +0100
| 
|     * OMNotebook fc06c2d...f2b1e1b (1):
|       > fix crash when moving closed group also allow moving of cells with e.g. style=Title remove style "Latex", "Input" and "Graph" from styles menu increase stack on win64
| 
| M	OMNotebook
| 
* commit 07201c4a916fdb35f88eb309cfca02297eb68892
| Author: Adeel Asghar 
| Date:   Thu Dec 22 14:28:19 2016 +0100
| 
|     * OMEdit 7c611be...312cd02 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Don't add shorcut to simulation action.
| 
| M	OMEdit
| 
* commit 9082546fa8b3d626dc77c480635c663a2d2a3630
| Author: hudson 
| Date:   Thu Dec 22 13:58:27 2016 +0100
| 
|     Updating submodules
|     * OMEdit 058097e...7c611be (3):
|       > add QAction include
|       > Use the override keyword. Include the Visualizer header file.
|       > Merge branch 'adeas31-3dviewer'
|     
|     * OMOptim a54cf2b...5d74d35 (1):
|       > add QAction to includes (#6)
| 
| M	OMEdit
| M	OMOptim
| 
* commit 5e7ad18fb526c1e3691ac7be482c079d1117bc69
| Author: adrpo 
| Date:   Thu Dec 22 05:55:20 2016 +0100
| 
|     * OMEdit a4247ce...058097e (1):
|       > fix the compilation of OMEdit for qt4
| 
| M	OMEdit
| 
* commit f8922288f9754da9d4383874576ec08832da1bfa
| Author: Adrian Pop 
| Date:   Thu Dec 22 05:25:24 2016 +0100
| 
|     * OMOptim fb416c8...a54cf2b (2):
|       > fix OMOptim on Linux (#5)
|       > make OMOptim usable again (#4)
| 
| M	OMOptim
| 
* commit cd832e171d2b7ad157aaf3aa6911379742022d9b
| Author: adrpo 
| Date:   Thu Dec 22 01:10:25 2016 +0100
| 
|     point to an existing OMEdit commit
| 
| M	OMEdit
| 
* commit 9c691a19505e8667170623628220d5c6bcb8de23
| Author: hudson 
| Date:   Wed Dec 21 23:01:48 2016 +0100
| 
|     * OMEdit 127dcf2...a76cf63 (1):
|       > Merge branch 'robbr48-animation_perspectives'
| 
| M	OMEdit
| 
* commit b245cfb0de0cc6ea4621107026c9e556bfbe0adf
| Author: hudson 
| Date:   Wed Dec 21 19:29:22 2016 +0100
| 
|     Updating submodules
|     * OMEdit 529e848...127dcf2 (1):
|       > Handle the case when there is any error running the simulation process.
|     
|     * libraries e976e63...13db274 (1):
|       > Bump libraries
| 
| M	OMEdit
| M	libraries
| 
* commit cbc948f2687aba8dc9053e3f674fffe5c0ce60d5
| Author: Martin Sjölund 
| Date:   Wed Dec 21 18:59:34 2016 +0100
| 
|     * doc fdc4123...f6d36f5 (1):
|       > Fix letter Å escape
| 
| M	doc
| 
* commit d13dc09ec54c10441bca92c0d5ccb95c1bda38ab
| Author: Martin Sjölund 
| Date:   Wed Dec 21 12:54:53 2016 +0100
| 
|     * OMCompiler 468d99e...56dc448 (1):
|       > Add some sanity checks for threads
| 
| M	OMCompiler
| 
* commit bcc594d6dacefa0163d911eb4245289b5283e92c
| Author: Martin Sjölund 
| Date:   Wed Dec 21 08:03:26 2016 +0100
| 
|     * doc fd4a2e4...fdc4123 (1):
|       > Add an entry for latex templates not sorting Å
| 
| M	doc
| 
* commit 31076df40457805259eae8ed436d74076d0727b5
| Author: Adrian Pop 
| Date:   Wed Dec 21 06:56:45 2016 +0100
| 
|     * OMCompiler 558fab0...468d99e (1):
|       > fix SystemImpl__directoryExists for Windows, cannot end in (forward) slash
| 
| M	OMCompiler
| 
* commit 61fe4ff51e6f38d43298ca29baf7e653adb35fbf
| Author: Adrian Pop 
| Date:   Wed Dec 21 03:38:17 2016 +0100
| 
|     * OMNotebook a0a5b19...fc06c2d (1):
|       > fix OMNotebook version on Windows
| 
| M	OMNotebook
| 
* commit 1db5844b46301d1e8a634d1081f077f9114a0662
| Author: hudson 
| Date:   Wed Dec 21 00:49:30 2016 +0100
| 
|     * OMEdit 25da439...529e848 (15):
|       > fix include file case
|       > ticket:4188 Fixed a minor issue with connection creation.
|       > ticket:4186 Handle illegal class name.
|       > Use QAction instead of QToolButton.
|       > Do not use QIODevice::Text when writing file. Removed the extra arguments from queryCommandState & queryCommandValue.
|       > Allow creating link and unlinking it.
|       > Added indentation, bullet lists & numbered lists formatting.
|       > Allow block formats and text font.
|       > Allow alignment of text.
|       > Missing icons from last commit.
|       > Allow text & background color formatting. Use QToolbar instead of QStatusbar. Use document.execCommand to apply formatting. Use document.queryCommandState to get the command value.
|       > Allow strikethrough, subscript & superscript formatting.
|       > Update the html editor when html source is changed.
|       > Allow bold, italic & underline formatting on the text.
|       > ticket:4067 Use QWebView as WYSIWYG editor.
| 
| M	OMEdit
| 
* commit 2669193f018942dd3b76b5e7a13629cb84d52c89
| Author: Adrian Pop 
| Date:   Tue Dec 20 22:45:43 2016 +0100
| 
|     * testsuite bd49963...15710a3 (1):
|       > fix Makefile
| 
| M	testsuite
| 
* commit 7866233990a860f4804cc9ffdcd629b6093c06bf
| Author: hudson 
| Date:   Tue Dec 20 19:15:09 2016 +0100
| 
|     * libraries a94d0ae...e976e63 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 999edac19e194b8cccc1fc82fd4af0a132a0cc4b
| Author: Martin Sjölund 
| Date:   Tue Dec 20 16:22:28 2016 +0100
| 
|     * doc 39401d8...fd4a2e4 (1):
|       > Add Eurosim 2016 paper
| 
| M	doc
| 
* commit c89a453fc3431c49d3105190d3c591e76ad6f971
| Author: Martin Sjölund 
| Date:   Tue Dec 20 15:50:03 2016 +0100
| 
|     * doc 07f0252...39401d8 (1):
|       > Add A Portable Debugger for Algorithmic Modelica Code
| 
| M	doc
| 
* commit 260df92d6e480cdf9fcd675cbf55931ae1994100
| Author: hkiel 
| Date:   Tue Dec 20 15:31:35 2016 +0100
| 
|     Updating submodules
|     * OMEdit cefa7f5...25da439 (1):
|       > create Application/ path before copy on macOS
|     
|     * OMNotebook 4b750e7...a0a5b19 (1):
|       > create Application/ path before copy on macOS
| 
| M	OMEdit
| M	OMNotebook
| 
* commit 68ace766ce5f4a18d79d75d7297940aab903c9ec
| Author: hkiel 
| Date:   Tue Dec 20 15:01:54 2016 +0100
| 
|     * OMShell d0b0597...ab97b73 (1):
|       > create Application/ path before copy on macOS
| 
| M	OMShell
| 
* commit 9b3c3f589307b8e23dd7fb1c9dd107d6886e7e05
| Author: Martin Sjölund 
| Date:   Tue Dec 20 13:22:22 2016 +0100
| 
|     * OMCompiler 6b8c595...558fab0 (1):
|       > [Susan] Remove unused imports from generated code
| 
| M	OMCompiler
| 
* commit 5d5e21d66d2d6ba0e1679407fdac6477b6a90fe5
| Author: hkiel 
| Date:   Tue Dec 20 10:57:25 2016 +0100
| 
|     * OMNotebook 484baa8...4b750e7 (1):
|       > fix path to OMNotebookHelp.onb on OS X
| 
| M	OMNotebook
| 
* commit f05d1cdd212f91fd1b91b83632abd830b493bc7f
| Author: Martin Sjölund 
| Date:   Tue Dec 20 08:34:49 2016 +0100
| 
|     * OMCompiler e1918e8...6b8c595 (1):
|       > Add note about pkg-config
| 
| M	OMCompiler
| 
* commit 93e1e0493582beeaade9fb5d7e1dc83b162a6c40
| Author: Adrian Pop 
| Date:   Tue Dec 20 01:44:26 2016 +0100
| 
|     * OMCompiler 5042c64...e1918e8 (1):
|       > this is really ridiculous
| 
| M	OMCompiler
| 
* commit a8597de0c8b35aacd86e5003bf3a758d85b26f76
| Author: hudson 
| Date:   Mon Dec 19 19:13:02 2016 +0100
| 
|     * libraries 6c3bdee...a94d0ae (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit aed6e8cc4dd540608e620c9c8d9525dd5825b46f
| Author: Adrian Pop 
| Date:   Mon Dec 19 17:50:24 2016 +0100
| 
|     * OMCompiler 3f1dccb...5042c64 (1):
|       > fix ticket:4125, use mmc_(u|s)int_t instead of long!
| 
| M	OMCompiler
| 
* commit ce3d2d20c3b07f246ddfcaf3edd254f69dd889fe
| Author: Adrian Pop 
| Date:   Mon Dec 19 16:33:46 2016 +0100
| 
|     * OMNotebook f98c10f...484baa8 (1):
|       > fix Windows compilation, generate omc_config.h
| 
| M	OMNotebook
| 
* commit b1bfc2ed397b97a5e9f3ccc73a0e29059e488b23
| Author: qichenghua 
| Date:   Mon Dec 19 16:09:43 2016 +0100
| 
|     * OMCompiler ca147d7...3f1dccb (1):
|       > Added first version of nonlinear solver Nox. cannot be compilated at the moment, because Trilinos is not part of 3rdParty yet.
| 
| M	OMCompiler
| 
* commit 3188e46d47e5ba8598cccc22e412b38e89a7260c
| Author: hkiel 
| Date:   Mon Dec 19 14:21:51 2016 +0100
| 
|     * OMNotebook 9d5437f...f98c10f (1):
|       > Fix windows makefile such that OMNotebook is built again
| 
| M	OMNotebook
| 
* commit 29c03707c6a53378809b2587a5437757b61fefce
| Author: Adrian Pop 
| Date:   Mon Dec 19 06:09:05 2016 +0100
| 
|     * OMCompiler 8ac8faf...ca147d7 (1):
|       > handle if expressions
| 
| M	OMCompiler
| 
* commit 458dc9f01145b5a0ad6f2b336cb0b2e736e28be2
| Author: Adrian Pop 
| Date:   Mon Dec 19 04:36:56 2016 +0100
| 
|     * OMCompiler 5fed053...8ac8faf (1):
|       > more changes to new frontend - change the scope of the extends modifiers to be able to lookup them - minor typing fixes
| 
| M	OMCompiler
| 
* commit 9ec64ebcfeef0544db31a5dd21c4d90091caab03
| Author: Adrian Pop 
| Date:   Sun Dec 18 22:56:02 2016 +0100
| 
|     * OMCompiler 778e564...5fed053 (1):
|       > more improvements to new frontend - provide souce information to all DAE elements - flatten all statements and equations (except connect) - use a for loop in DAEUtil.getVarBinding
| 
| M	OMCompiler
| 
* commit 6fdcc23a314d9343bd2dcfdf5ec152d80577a6ea
| Author: Adrian Pop 
| Date:   Sun Dec 18 15:50:30 2016 +0100
| 
|     * OMCompiler 73f3704...778e564 (1):
|       > use execstat for new front-end phases
| 
| M	OMCompiler
| 
* commit 0ca53938b599b30b3f772a901ce94cd9cbde9c87
| Author: Adrian Pop 
| Date:   Sun Dec 18 06:21:06 2016 +0100
| 
|     * OMCompiler 6757b53...73f3704 (1):
|       > new frontend improvements - copy sections from inherited classes to the instantiated class in NFClass.instExpandedClass - fix some typing issues - handle "pre" - do some pour man's evaluation on the dae - handle FOR equations with simple ranges - handle WHEN equations - transform SCode.ENUMERATION in a class with parts - whith this about 37 models from ScalableTestSuite are flattening
| 
| M	OMCompiler
| 
* commit 118538d7226ad1a15735987d44a7a1ab479e9bd2
| Author: hudson 
| Date:   Sat Dec 17 19:36:46 2016 +0100
| 
|     * libraries d39a4b8...6c3bdee (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3093afc30a934c3dba2482c44304dcac08ba270a
| Author: Adrian Pop 
| Date:   Sat Dec 17 19:06:25 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 26d9240...6757b53 (1):
|       > fix ticket:4190 allow arrays components in when conditions
|     
|     * testsuite 9cb4af3...bd49963 (1):
|       > fix ticket:4190 allow arrays components in when conditions
| 
| M	OMCompiler
| M	testsuite
| 
* commit c4abad78786de4337da9260fd09e7bc80c70495c
| Author: Adrian Pop 
| Date:   Sat Dec 17 03:42:08 2016 +0100
| 
|     * OMCompiler 8b0bf11...26d9240 (1):
|       > create the directory during docs target
| 
| M	OMCompiler
| 
* commit a61db284c70b2d39c8079ec999dc1274c3700dd2
| Author: Adrian Pop 
| Date:   Sat Dec 17 00:51:23 2016 +0100
| 
|     * OMCompiler 21bd84f...8b0bf11 (1):
|       > only display the error when failtrace is activated
| 
| M	OMCompiler
| 
* commit af34cf36bda131e31ba54eb822d1c6049e47b5bb
| Author: Adrian Pop 
| Date:   Sat Dec 17 00:16:56 2016 +0100
| 
|     * OMCompiler 8b58dcc...21bd84f (1):
|       > small fixes for Windows building - we don't have mico anymore, use use omniOrb - set global roots to zero by default - if we find OpenCL.dll in Windows generate libOpenCL.a so that ParModelica can be used
| 
| M	OMCompiler
| 
* commit b1cf5333689659cb59355f5bfc8f07fb65a9730d
| Author: Adrian Pop 
| Date:   Sat Dec 17 00:01:29 2016 +0100
| 
|     * testsuite 4a890b8...9cb4af3 (1):
|       > fix tests after the -d=gen flag is deactivated by default
| 
| M	testsuite
| 
* commit c53be9f83f300514a7e27633d75f7f95fda2cffc
| Author: Adrian Pop 
| Date:   Fri Dec 16 19:39:13 2016 +0100
| 
|     * OMCompiler 823536e...8b58dcc (1):
|       > add a JSON serializer for any MetaModelica data
| 
| M	OMCompiler
| 
* commit 5babf8776baf641ca6bc6990e4735db09b71aeb0
| Author: hudson 
| Date:   Fri Dec 16 19:10:43 2016 +0100
| 
|     * libraries f43bab9...d39a4b8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 43f5fd3d13a915ba0766d37789a5c5337b5136ae
| Author: hkiel 
| Date:   Fri Dec 16 16:26:50 2016 +0100
| 
|     * OMNotebook 1ff9520...9d5437f (6):
|       > allow recursive evaluation of cells before only 4 levels were processed cleaned up code updated translations
|       > move OMNotebookHelp.onb out of DrModelica directory
|       > update german translation
|       > Do not use translated text to identify objects
|       > Do not translate keyboard short cuts update translation files update section numbering when moving cells
|       > update Help document latexcells were missing for one
| 
| M	OMNotebook
| 
* commit ec970a0d1add8bf5b71471e63c07ac026f43edf8
| Author: Martin Sjölund 
| Date:   Fri Dec 16 14:36:46 2016 +0100
| 
|     * doc 1082848...07f0252 (1):
|       > Add ISSE paper
| 
| M	doc
| 
* commit 3ffc3560034059782066a98d5134d28254d8eb4a
| Author: Martin Sjölund 
| Date:   Fri Dec 16 13:34:52 2016 +0100
| 
|     * doc f97e7f0...1082848 (1):
|       > Fix case of the latest publications
| 
| M	doc
| 
* commit 892e374328add0df5ca8fe971dd2c742873466b5
| Author: Adrian Pop 
| Date:   Fri Dec 16 12:32:58 2016 +0100
| 
|     * OMCompiler 9fabde5...823536e (1):
|       > some updates to OMDev readme
| 
| M	OMCompiler
| 
* commit 044b0080408c092a475975f1491e6954ae33d226
| Author: Martin Sjölund 
| Date:   Fri Dec 16 11:21:34 2016 +0100
| 
|     * OMCompiler 334f2f6...9fabde5 (1):
|       > Copy entire array when a dimension is unknown
| 
| M	OMCompiler
| 
* commit b29a1edc77f32ef3843a8784b3ab05a23d604589
| Author: Martin Sjölund 
| Date:   Fri Dec 16 10:47:15 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 298a396...334f2f6 (1):
|       > Change the default of -d=gen to false
|     
|     * testsuite ee053f0...4a890b8 (1):
|       > Update tests for -d=nogen being the default
| 
| M	OMCompiler
| M	testsuite
| 
* commit c8f7e3b8bc1d63e06575059ef46ebda06bb1075c
| Author: Martin Sjölund 
| Date:   Fri Dec 16 09:35:20 2016 +0100
| 
|     * OMEdit f484685...cefa7f5 (1):
|       > Stop using deprecated + for OMC flags
| 
| M	OMEdit
| 
* commit 3587d58e6329f63ef54131cb27d02c98f290ca5f
| Author: Martin Sjölund 
| Date:   Fri Dec 16 08:33:17 2016 +0100
| 
|     * OMCompiler d234d60...298a396 (2):
|       > Refactor SimCode.mo for bootstrapping tarball
|       > Do not allow paths like A..B.C (typo in grammar)
| 
| M	OMCompiler
| 
* commit 1b101c4068682070a7763f181cef2b39bbfa7fc8
| Author: hudson 
| Date:   Thu Dec 15 19:21:07 2016 +0100
| 
|     * libraries ab2e440...f43bab9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0a272fe81978da7c9b04b99e78d7f38cedc9e0f0
| Author: Adrian Pop 
| Date:   Thu Dec 15 18:15:57 2016 +0100
| 
|     * OMCompiler c3e6c1b...d234d60 (1):
|       > fixes for ticket:4183, copy the needed dlls inside FMU
| 
| M	OMCompiler
| 
* commit a42dd1b9b88a6c3878747bcc9d6d67a802e1f966
| Author: hkiel 
| Date:   Thu Dec 15 16:50:20 2016 +0100
| 
|     * OMNotebook 7d51e86...1ff9520 (1):
|       > fix cases where tranlated text is compared to non-translated
| 
| M	OMNotebook
| 
* commit 76eb4ca5e8782056312339528d3ceffd825a4b36
| Author: hkiel 
| Date:   Thu Dec 15 16:20:37 2016 +0100
| 
|     copy translations for OMNotebook
| 
| M	Makefile.in
| 
* commit 081c375ca8a33bfa00514da2617f67aa24534ba4
| Author: hkiel 
| Date:   Thu Dec 15 15:08:58 2016 +0100
| 
|     * OMEdit 0af374d...f484685 (1):
|       > apply setMenuRole for the About menu items add my email address to about window
| 
| M	OMEdit
| 
* commit 384585ccb371461f57c937acfd1a46fa25c7af6a
| Author: hkiel 
| Date:   Thu Dec 15 14:39:46 2016 +0100
| 
|     * OMNotebook 95dc78d...7d51e86 (1):
|       > fix loosing translation
| 
| M	OMNotebook
| 
* commit ee11a3b505072bca642f5652dbbc6f2cbbc0f243
| Author: hkiel 
| Date:   Thu Dec 15 14:03:58 2016 +0100
| 
|     * OMNotebook 56e466c...95dc78d (1):
|       > make OMNotebook UI translatable create german translation
| 
| M	OMNotebook
| 
* commit 485e37c11ee91ed28bdf941be37082b9d95a6413
| Author: hudson 
| Date:   Wed Dec 14 19:11:01 2016 +0100
| 
|     * libraries 5ec2af3...ab2e440 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 78f75c0f9fa9895191338ee2b15b74aa9538fae4
| Author: Adeel Asghar 
| Date:   Wed Dec 14 16:12:09 2016 +0100
| 
|     * OMEdit 3de88f0...0af374d (2):
|       > Check for settings before applying it.
|       > ticket:4177 Remember the check state of copy proprieties to icon layer.
| 
| M	OMEdit
| 
* commit c6489af10dc8e159ee161d19cfdebf6811da233e
| Author: Adeel Asghar 
| Date:   Wed Dec 14 15:42:58 2016 +0100
| 
|     * OMEdit 8b76c51...3de88f0 (1):
|       > ticket:4178 Update the text binding when reference shape is changed.
| 
| M	OMEdit
| 
* commit 61edaad3a3fcfce3ccfb175d1804775e96a25423
| Author: Adeel Asghar 
| Date:   Wed Dec 14 15:13:50 2016 +0100
| 
|     * OMEdit c791818...8b76c51 (1):
|       > Fixed the crashes because of dangling Component pointers.
| 
| M	OMEdit
| 
* commit f09cc2b971c3b071fe8d32deb33fce451fc2e687
| Author: Martin Sjölund 
| Date:   Wed Dec 14 14:58:43 2016 +0100
| 
|     * testsuite ffd20b2...ee053f0 (2):
|       > Update gitattributes
|       > Added testcase for splitting generated code
| 
| M	testsuite
| 
* commit dd3286358607fcffdedcce01242c29dd125835c5
| Author: Willi Braun 
| Date:   Wed Dec 14 13:59:44 2016 +0100
| 
|     * OMCompiler 3a09a12...c3e6c1b (1):
|       > Revert "generate sparsityPattern for EQUATIONSYSTEM without rewrite equations"
| 
| M	OMCompiler
| 
* commit ca235275da0d8e24f6f573132c1a392b90cfac91
| Author: Martin Sjölund 
| Date:   Wed Dec 14 13:38:36 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d1572e3...3a09a12 (1):
|       > Add newline after annotation in AST dump - list()
|     
|     * testsuite 3e1f360...ffd20b2 (1):
|       > Expected output for changing unparsing
| 
| M	OMCompiler
| M	testsuite
| 
* commit 90880c9e60439ad2e155686e4ea7a9729f131b47
| Author: Niklas Worschech 
| Date:   Wed Dec 14 09:42:29 2016 +0100
| 
|     * OMCompiler d60d7e6...d1572e3 (2):
|       > deactivated sort of jacobian in SimCodeUtil
|       > Separated nonlinear and linear system and the corresponding solver in two classes -adapted Newton,Kinsol,Umfpack,Hybrj,Broyden  for new linear and nonlinear System/AlgLoopDefaultImplementation.cpp  -separted AlgLoopDefaultImplementation in two classes  -adapted cpp and fmu cpp tempalted to new linear and nonlinear System/AlgLoopDefaultImplementation.cpp
| 
| M	OMCompiler
| 
* commit 22991a514b7da4deda05e1cf48f1c4f00e93e6c2
| Author: Niklas Worschech 
| Date:   Wed Dec 14 09:25:07 2016 +0100
| 
|     * testsuite f2e44a7...3e1f360 (1):
|       > removed also umfpack folder
| 
| M	testsuite
| 
* commit 614e911729eeaf15ba701bb8767ad9ecddda1dc1
| Author: Niklas Worschech 
| Date:   Wed Dec 14 08:43:20 2016 +0100
| 
|     * testsuite 358e3d7...f2e44a7 (1):
|       > removed umfpack test correctly
| 
| M	testsuite
| 
* commit f12bee5057d013146cae8552e4d356ddcd42f5db
| Author: hudson 
| Date:   Tue Dec 13 19:11:29 2016 +0100
| 
|     * libraries 374e4af...5ec2af3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 971f3dfa891d9abaf8426c082e89e6b55ad6b7cb
| Author: Martin Sjölund 
| Date:   Tue Dec 13 16:38:32 2016 +0100
| 
|     * OMCompiler fdb6f8f...d60d7e6 (1):
|       > Removes tabs, use algorithm section
| 
| M	OMCompiler
| 
* commit 4522717c2d77f15b7faf22e3538d62b15e9c3f1b
| Author: Niklas Worschech 
| Date:   Tue Dec 13 16:07:05 2016 +0100
| 
|     * testsuite 917aacc...358e3d7 (1):
|       > deactivated umpfack solver and corresponding test, using klu instead
| 
| M	testsuite
| 
* commit c17eedcd99e7092ab3386643abb5f3d536ff98eb
| Author: hkiel 
| Date:   Tue Dec 13 15:17:07 2016 +0100
| 
|     * OMCompiler a617ea7...fdb6f8f (1):
|       > fix some warnings
| 
| M	OMCompiler
| 
* commit 910e0d0c5487a78c59786272bb99ae47e95eca07
| Author: Per Östlund 
| Date:   Tue Dec 13 15:02:05 2016 +0100
| 
|     * OMCompiler c978947...a617ea7 (1):
|       > NFInst clean up.
| 
| M	OMCompiler
| 
* commit b9650d9c1eb1cd47a120aa984c18f3d2202c665a
| Author: Willi Braun 
| Date:   Tue Dec 13 13:51:02 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ab3e53f...c978947 (2):
|       > suppress debug output of max tearing size
|       > added LOG_SOLVER_V
|     
|     * testsuite 4737c56...917aacc (1):
|       > remove debug output from testcases
| 
| M	OMCompiler
| M	testsuite
| 
* commit 68574494387b6a0f779330ddf6dc81f78e898dff
| Author: Adeel Asghar 
| Date:   Tue Dec 13 11:42:59 2016 +0100
| 
|     * OMEdit 1de0596...c791818 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Use the negative angles instead of multiplying the matrix with minus.
| 
| M	OMEdit
| 
* commit 57424e6efa07664758a71ece61505c1e632d68fb
| Author: hkiel 
| Date:   Tue Dec 13 09:26:07 2016 +0100
| 
|     * OMEdit 31e6d94...1de0596 (2):
|       > supply custom Info.plist for OMEdit connects ".mo" files to OMEdit on OS x
|       > add missing keyword override
| 
| M	OMEdit
| 
* commit 49cd72724873300cea98f43c514e3e754b3e0c75
| Author: Willi Braun 
| Date:   Mon Dec 12 23:21:40 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b6789ac...ab3e53f (1):
|       > fix daeMode for records fucntions
|     
|     * testsuite 6f62e74...4737c56 (1):
|       > added daeMode problem7 (records testcase)
| 
| M	OMCompiler
| M	testsuite
| 
* commit 03a0d0b007ccc8504a83b665147ebd789c557287
| Author: Willi Braun 
| Date:   Mon Dec 12 22:30:50 2016 +0100
| 
|     * OMCompiler 648ebcb...b6789ac (2):
|       > added debug flag to disable coloring
|       > generate sparsityPattern for EQUATIONSYSTEM without rewrite equations
| 
| M	OMCompiler
| 
* commit f86cf6cc057f6d528203218601fa6c0d754bbea8
| Author: Adeel Asghar 
| Date:   Mon Dec 12 20:41:23 2016 +0100
| 
|     * OMEdit 33f3c33...31e6d94 (1):
|       > ticket:4175 Check for null pointer.
| 
| M	OMEdit
| 
* commit ed1b6bb118058b6bb9e720953edfc333ac8171de
| Author: Adeel Asghar 
| Date:   Mon Dec 12 20:11:45 2016 +0100
| 
|     * OMCompiler cc7fdac...648ebcb (1):
|       > ticket:4175 Remove the unexpected integer formatter.
| 
| M	OMCompiler
| 
* commit 13b28c586d32d61a6269e39e28de0c164b104b87
| Author: Adeel Asghar 
| Date:   Mon Dec 12 19:39:54 2016 +0100
| 
|     * OMEdit db43981...33f3c33 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > ticket:4175 Start the tcp server from the main thread.
| 
| M	OMEdit
| 
* commit cf095130e8bea84b31f5a02fe183cfc48f6759fc
| Author: hudson 
| Date:   Mon Dec 12 19:10:43 2016 +0100
| 
|     * libraries 55bb96b...374e4af (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 21c9985b19a10bf1fb6bd86edc8005e2c2318911
| Author: Martin Sjölund 
| Date:   Mon Dec 12 17:10:49 2016 +0100
| 
|     * OMCompiler 9fcae81...cc7fdac (1):
|       > Use CXXFLAGS instead of CFLAGS
| 
| M	OMCompiler
| 
* commit 72609c5be9daacfa2aa03424e35aadcf367cbf93
| Author: Martin Sjölund 
| Date:   Mon Dec 12 15:51:07 2016 +0100
| 
|     Updating submodules
|     * OMEdit ce0dd87...db43981 (2):
|       > Update common.git
|       > Fix duplicate project names in crash dialog
|     
|     * common 7471457...db79fa7 (1):
|       > Pass the PACKAGE_NAME to semver.sh
| 
| M	OMEdit
| M	common
| 
* commit 99e1439ac9c7411a4b5e03643cdca3d38ffef496
| Author: Martin Sjölund 
| Date:   Mon Dec 12 15:28:37 2016 +0100
| 
|     * OMCompiler 68920ea...9fcae81 (1):
|       > Add OMCompiler prefix if there is no REVISION file
| 
| M	OMCompiler
| 
* commit 2080592844ffa0b30183961c575b13467e67c839
| Author: hudson 
| Date:   Sat Dec 10 19:10:36 2016 +0100
| 
|     * libraries a2f8bcb...55bb96b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6f8b83543188d0c490c6630599c48c1e6d92da3b
| Author: Adrian Pop 
| Date:   Sat Dec 10 01:37:38 2016 +0100
| 
|     * OMCompiler 8c0a156...68920ea (1):
|       > update the buildings2csv script
| 
| M	OMCompiler
| 
* commit c75c476f2f364925df3d9020f94e2f105ec26d5e
| Author: Adrian Pop 
| Date:   Sat Dec 10 00:36:36 2016 +0100
| 
|     * OMOptim 9deb7c5...fb416c8 (1):
|       > update common (#3)
| 
| M	OMOptim
| 
* commit b1e42de4db6455608707b99bf5ceb4e8cc2035cb
| Author: hudson 
| Date:   Fri Dec 9 19:11:41 2016 +0100
| 
|     * libraries f47712f...a2f8bcb (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 91bbb038b670758fb9d0f88518b13898a573ba9f
| Author: Per Östlund 
| Date:   Fri Dec 9 17:10:15 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 926c35e...8c0a156 (1):
|       > NFInst improvements.
|     
|     * testsuite fc47cd5...6f62e74 (1):
|       > Fix bootstrapping tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7fc9c4d9f66396123cf4d2b9943f784f4569cd18
| Author: hkiel 
| Date:   Fri Dec 9 12:49:49 2016 +0100
| 
|     * OMNotebook 71a78d0...56e466c (1):
|       > process events during startup to catch FileOpen event prevents DrModelica to open up
| 
| M	OMNotebook
| 
* commit 2e5972c22b3e79164cfadd3f9f166ab99c4fae4a
| Author: hkiel 
| Date:   Fri Dec 9 12:13:50 2016 +0100
| 
|     * OMNotebook 29e5dff...71a78d0 (1):
|       > some code cleanup + listen for FileOpen events new About window (like in OMEdit) store ini file in openmodelica folder (like OMEdit) provide custom Info.plist for OS X to set file extensions maximize window on start
| 
| M	OMNotebook
| 
* commit 8913972f6854b11ae87c149bda60c368e5604de6
| Author: Adrian Pop 
| Date:   Fri Dec 9 05:04:28 2016 +0100
| 
|     * OMCompiler 9ba9c3d...926c35e (1):
|       > update common
| 
| M	OMCompiler
| 
* commit b7c32aca2e5ad1a1d2427aa7bc05e415e11a18bb
| Author: Adrian Pop 
| Date:   Fri Dec 9 03:11:56 2016 +0100
| 
|     * OMEdit 01d9403...ce0dd87 (1):
|       > some small updates to OMEdit - unify Windows / Linux version handling - update the contributors list using the git log
| 
| M	OMEdit
| 
* commit fc0fa7ad2067cddbf488f6e11860166de61700b7
| Author: Adrian Pop 
| Date:   Fri Dec 9 02:42:58 2016 +0100
| 
|     * OMCompiler 051f9ea...9ba9c3d (1):
|       > unify the way we handle version in Windows / Linux - add OpenModelica prefix to the CONFIG_REVISION in omc_config.h - removed OpenModelica prefix from Windows generated revision.h
| 
| M	OMCompiler
| 
* commit cb5ffe2ae36261c13b320b49f45b7dcf137ed5ba
| Author: Martin Sjölund 
| Date:   Thu Dec 8 20:57:39 2016 +0100
| 
|     * OMCompiler 4041222...051f9ea (1):
|       > Handle race condition in launchParallelTasks
| 
| M	OMCompiler
| 
* commit a2946a451bb76f5af87fe624873bb3efbf176ea1
| Author: hudson 
| Date:   Thu Dec 8 19:10:20 2016 +0100
| 
|     * libraries 2be05fd...f47712f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 84984a7f047dadde977123d60744b413c2571d0c
| Author: Martin Sjölund 
| Date:   Thu Dec 8 17:16:50 2016 +0100
| 
|     * OMCompiler e2c90ae...4041222 (1):
|       > Update CXXFLAGS in a better way
| 
| M	OMCompiler
| 
* commit 2350bd0aad46129daec3095a55c8af5016157e52
| Author: hkiel 
| Date:   Thu Dec 8 15:34:23 2016 +0100
| 
|     * OMNotebook a21855e...29e5dff (1):
|       > Show help text in statusTip for command completion do not do command completion in LaTeX cells
| 
| M	OMNotebook
| 
* commit 2c1269e03b593a9aea94cd7e2256434154c6ca3a
| Author: Martin Sjölund 
| Date:   Thu Dec 8 14:54:57 2016 +0100
| 
|     * OMEdit 75245d0...01d9403 (1):
|       > Add the build system to the crash dialog
| 
| M	OMEdit
| 
* commit 2a6f51040fda6c274a3aada3c3481c178e74de5d
| Author: Martin Sjölund 
| Date:   Thu Dec 8 14:24:30 2016 +0100
| 
|     * OMCompiler 4fc6fb7...e2c90ae (1):
|       > Fixes from static error checker
| 
| M	OMCompiler
| 
* commit 38eab3ae5507be19f9bf66c5238e1b8cdf6d9200
| Author: Martin Sjölund 
| Date:   Thu Dec 8 14:06:11 2016 +0100
| 
|     * OMEdit f86d92d...75245d0 (1):
|       > Some fixes from static analysis
| 
| M	OMEdit
| 
* commit af52eea26d5c619d2bfd9367ad750e033fad9eaa
| Author: hkiel 
| Date:   Thu Dec 8 13:11:44 2016 +0100
| 
|     * OMNotebook f9f842f...a21855e (1):
|       > Enhance appearance of OMNotebook make treeview dpi-aware make LaTeX images transparent shorten latex image resource name
| 
| M	OMNotebook
| 
* commit fd015e36ab26df896ddd8af478f8e047d8b4f2c1
| Author: Martin Sjölund 
| Date:   Thu Dec 8 12:57:01 2016 +0100
| 
|     * OMEdit 8e2082b...f86d92d (2):
|       > Some fixes from the static analysis
|       > Add a default message in crash reports
| 
| M	OMEdit
| 
* commit 8f309faffe761f1381bca22c9c2444ebda215e4d
| Author: Adrian Pop 
| Date:   Thu Dec 8 11:53:07 2016 +0100
| 
|     * OMCompiler 7e9c752...4fc6fb7 (1):
|       > minor performance enhancement for OMC API
| 
| M	OMCompiler
| 
* commit d48b946a83b876170379f907e830cea8adcd44b7
| Author: Willi Braun 
| Date:   Thu Dec 8 11:23:00 2016 +0100
| 
|     * OMCompiler 0ab52c8...7e9c752 (2):
|       > fix printSparseStructure
|       > improve debug prints for daeMode
| 
| M	OMCompiler
| 
* commit af8f459220a82b8113ffb3db16d8524d9c1e1ac4
| Author: Peter Fritzson 
| Date:   Thu Dec 8 09:01:20 2016 +0100
| 
|     * OMCompiler f25b1b5...0ab52c8 (2):
|       > Completed support for checking Unary operators in checkUnaryOperation.
|       > NF typing and typechecking of unary operators
| 
| M	OMCompiler
| 
* commit 03b24a1a5aedf5ba2fb4744ec91667af91a348e3
| Author: Adrian Pop 
| Date:   Thu Dec 8 02:19:44 2016 +0100
| 
|     * OMCompiler 2395ff7...f25b1b5 (1):
|       > attempt to make the windows compilation more robust
| 
| M	OMCompiler
| 
* commit e6c2f713608ea6be91cd5bb520ce26db6f343fb1
| Author: Adrian Pop 
| Date:   Thu Dec 8 01:37:43 2016 +0100
| 
|     * OMCompiler a7e1b49...2395ff7 (1):
|       > fix annex conversion script
| 
| M	OMCompiler
| 
* commit 1f00d2502d795b7fd78108b973ff0b9f99231f62
| Author: hudson 
| Date:   Wed Dec 7 21:26:01 2016 +0100
| 
|     * libraries b0fa335...2be05fd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit be09453bcd3e05a899f528050a69d7ad0583cb56
| Author: Mahder Gebremedhin 
| Date:   Wed Dec 7 17:46:33 2016 +0100
| 
|     * OMCompiler 0d56452...a7e1b49 (1):
|       > Typing updates for new Front-end
| 
| M	OMCompiler
| 
* commit d2702596fc97e7dd7c07d26a53ce1576f8925a43
| Author: Willi Braun 
| Date:   Wed Dec 7 16:47:01 2016 +0100
| 
|     * OMCompiler 3f5a3c0...0d56452 (1):
|       > fix printSpasityPattern for daeMode
| 
| M	OMCompiler
| 
* commit fa0e23cfc9b36aef2fa87ab26e25e06c3a44ee49
| Author: Martin Sjölund 
| Date:   Wed Dec 7 14:37:57 2016 +0100
| 
|     * OMCompiler 0514fbe...3f5a3c0 (1):
|       > Remove sundials on make clean
| 
| M	OMCompiler
| 
* commit 57291abafd4014e7c05a47e175fa8c99b25aeb69
| Author: Adrian Pop 
| Date:   Wed Dec 7 13:23:13 2016 +0100
| 
|     * OMCompiler f516283...0514fbe (1):
|       > try to run mkbuilddirs before anything else
| 
| M	OMCompiler
| 
* commit 7f2cf754102d3d8caa67e3061c00fd29fa7ca1e3
| Author: Martin Sjölund 
| Date:   Wed Dec 7 10:29:34 2016 +0100
| 
|     * OMEdit d59b496...8e2082b (1):
|       > Ignore linker errors when checking osgQt
| 
| M	OMEdit
| 
* commit 58daae7de255d0c0208abd72b370d98fcc684cef
| Author: Adrian Pop 
| Date:   Wed Dec 7 03:40:20 2016 +0100
| 
|     * OMCompiler c7e8c02...f516283 (1):
|       > improvements to function handling - handle some of the builtin functions - handle named arguments - check argument type, variability, etc
| 
| M	OMCompiler
| 
* commit 83d947b048d09147c4914335d560edcb26a62251
| Author: hudson 
| Date:   Tue Dec 6 19:10:20 2016 +0100
| 
|     * libraries dc196ad...b0fa335 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4845feb71a6439cdfc67b5d8856756c6cb5cdb52
| Author: hkiel 
| Date:   Tue Dec 6 17:28:47 2016 +0100
| 
|     * OMNotebook 43fd21c...f9f842f (1):
|       > when exporting to PDF, redirect .onb links to respective .pdf fix DrModelica stray CR symbols (
) remove debugging fprintf call
| 
| M	OMNotebook
| 
* commit 5a060c8c096478ea67ac970e8b0a754cc74b52d0
| Author: Martin Sjölund 
| Date:   Tue Dec 6 09:36:21 2016 +0100
| 
|     * OMEdit cfb8e3b...d59b496 (1):
|       > Do not add a uses-annotation to the own library
| 
| M	OMEdit
| 
* commit 469a4c1da53d7692332756262f686b20374d72bb
| Author: Martin Sjölund 
| Date:   Tue Dec 6 09:20:52 2016 +0100
| 
|     * OMEdit 7c09963...cfb8e3b (1):
|       > Guard against NULL pointer
| 
| M	OMEdit
| 
* commit cf1f496954fa714757a7dda640852ba665076686
| Author: hudson 
| Date:   Tue Dec 6 08:12:30 2016 +0100
| 
|     * libraries cd0d312...dc196ad (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit aaf21a934fa06334c01589cf994d341493aa3182
| Author: Martin Sjölund 
| Date:   Mon Dec 5 12:18:40 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler de28a22...c7e8c02 (1):
|       > Do not fail for a warning
|     
|     * testsuite e952f3d...fc47cd5 (1):
|       > Expected output (is a warning, not an error)
| 
| M	OMCompiler
| M	testsuite
| 
* commit 807e3e820befb39e8ae1af91b6c25d89a29caad6
| Author: Martin Sjölund 
| Date:   Mon Dec 5 11:24:17 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4a4bd52...de28a22 (1):
|       > Perform type-checking on when conditions
|     
|     * testsuite ee38431...e952f3d (1):
|       > Add test for when not initial()
| 
| M	OMCompiler
| M	testsuite
| 
* commit 01e2a6c0477ed46451d1280834272bb940f89dcf
| Author: Adrian Pop 
| Date:   Mon Dec 5 03:30:40 2016 +0100
| 
|     * OMCompiler da294f8...4a4bd52 (1):
|       > partial support for handling functions
| 
| M	OMCompiler
| 
* commit 86379222d43d7a4381686d71a58c89e6127e6a3e
| Author: Per Östlund 
| Date:   Sun Dec 4 13:32:10 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 974e2ad...da294f8 (1):
|       > NFInst improvements.
|     
|     * testsuite 6b50eb6...ee38431 (1):
|       > Updated nfinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a09b02d0b47e25757ccfe5cc2c461377b54a4700
| Author: Adrian Pop 
| Date:   Sat Dec 3 16:55:06 2016 +0100
| 
|     * OMCompiler 6c8d8e3...974e2ad (1):
|       > docs depends on mkbuilddirs
| 
| M	OMCompiler
| 
* commit 927eb73a924914532ed5932ce1a327ffb56e1506
| Author: Adrian Pop 
| Date:   Sat Dec 3 16:22:16 2016 +0100
| 
|     * OMCompiler 8c41330...6c8d8e3 (1):
|       > -use $MAKE instead of make
| 
| M	OMCompiler
| 
* commit d610bb6b89920bede15c9645bf468f40a1180c26
| Author: Adeel Asghar 
| Date:   Sat Dec 3 00:35:34 2016 +0100
| 
|     * OMEdit a0aa3a8...7c09963 (1):
|       > Check if file is relative.
| 
| M	OMEdit
| 
* commit 03323755b7e2b079ca66388b99dc7b53e08f27b5
| Author: Adeel Asghar 
| Date:   Sat Dec 3 00:07:03 2016 +0100
| 
|     * OMEdit 0fed15a...a0aa3a8 (1):
|       > ticket:4164 Open files at start up on OSX.
| 
| M	OMEdit
| 
* commit 857bf9f25c959082fc09e81130ccdb664fdffaad
| Author: Lennart Ochel 
| Date:   Fri Dec 2 23:20:46 2016 +0100
| 
|     * OMCompiler 9b4c1fe...8c41330 (1):
|       > Fix dummy attributes
| 
| M	OMCompiler
| 
* commit 8d459a25338d96418b69745dfb16e0af3057da18
| Author: Adeel Asghar 
| Date:   Fri Dec 2 22:55:44 2016 +0100
| 
|     * OMEdit 30ec275...0fed15a (1):
|       > ticket:4162 Enable the Re-simulation toolbar buttons when they are valid.
| 
| M	OMEdit
| 
* commit 26c48d0580c4fae2c45a38e2f49985e9e2570ef6
| Author: hudson 
| Date:   Fri Dec 2 19:20:03 2016 +0100
| 
|     * OMNotebook 9ab760b...43fd21c (1):
|       > Merge pull request #9 from hkiel/export_pdf
| 
| M	OMNotebook
| 
* commit c7a818e2a1b5426ede905b8a1505ee19b6073a03
| Author: Lennart Ochel 
| Date:   Fri Dec 2 16:28:56 2016 +0100
| 
|     * OMCompiler 9da1640...9b4c1fe (1):
|       > Fix dummy real attributes
| 
| M	OMCompiler
| 
* commit 84d934dc6e3c4f65822226e8cced327bd581ee68
| Author: Per Östlund 
| Date:   Fri Dec 2 14:01:50 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler bfd4680...9da1640 (1):
|       > Added new flag condenseArrays
|     
|     * testsuite 763e605...6b50eb6 (1):
|       > Added testcase EnumFuncIf.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2f7643b932c068be246d71640072159c17b19591
| Author: arun3688 
| Date:   Fri Dec 2 12:32:11 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f170480...bfd4680 (1):
|       > FrontEnd unitchecking
|     
|     * testsuite 6edbc33...763e605 (1):
|       > frontend unitchecking testcases
| 
| M	OMCompiler
| M	testsuite
| 
* commit 709eafac11ebbf9d0d233ff42c83448d230d838c
| Author: Adeel Asghar 
| Date:   Thu Dec 1 20:16:45 2016 +0100
| 
|     * OMEdit 6e46b93...30ec275 (1):
|       > ticket:4156 Find a proper base zoom factor for documentation browser.
| 
| M	OMEdit
| 
* commit ca065785ca507e66d4064744e1a3da7eff0b823a
| Author: Adeel Asghar 
| Date:   Thu Dec 1 18:08:36 2016 +0100
| 
|     * OMEdit c395f7d...6e46b93 (1):
|       > ticket:4156 Do not set maximum height. Use the layout stretch and alignment.
| 
| M	OMEdit
| 
* commit a066b7180179e9d437664b062419f58888399720
| Author: Adeel Asghar 
| Date:   Thu Dec 1 17:23:07 2016 +0100
| 
|     * OMEdit b947d01...c395f7d (1):
|       > Skip the log messages received as a result of pending breakpoints.
| 
| M	OMEdit
| 
* commit 8e558fc6ddecb2cddd5dd722021aaac0d798dddd
| Author: Adeel Asghar 
| Date:   Thu Dec 1 16:58:44 2016 +0100
| 
|     * OMEdit 9fb1bc8...b947d01 (1):
|       > Use the GDB path defined in settings unless user specify something.
| 
| M	OMEdit
| 
* commit b0cbf9ee9c9210002e077ba7452f51a70aefa564
| Author: hudson 
| Date:   Thu Dec 1 13:27:16 2016 +0100
| 
|     * OMEdit c9f07ae...9fb1bc8 (1):
|       > Merge pull request #63 from hkiel/omedit_spellfix_de
| 
| M	OMEdit
| 
* commit c694243550cbfa437525235c4ecc0fa352ae9d83
| Author: Per Östlund 
| Date:   Thu Dec 1 12:59:09 2016 +0100
| 
|     * OMCompiler 5b7362b...f170480 (1):
|       > Fix compilation without sundials/kinsol support.
| 
| M	OMCompiler
| 
* commit dc97273adf17dbcef4a852554d546d5791a6cf82
| Author: Adrian Pop 
| Date:   Thu Dec 1 12:08:35 2016 +0100
| 
|     * OMCompiler debe19c...5b7362b (1):
|       > add all Codegen*.mo to .gitignore
| 
| M	OMCompiler
| 
* commit fdd6dee11b72d2359c4e3a87d40f9b270e9cb2b9
| Author: Adeel Asghar 
| Date:   Wed Nov 30 20:30:04 2016 +0100
| 
|     * OMEdit cdab4c8...c9f07ae (1):
|       > ticket:4156 Get rid of about us image. Added a simple about dialog with required information.
| 
| M	OMEdit
| 
* commit 7201b7debccbae573f9bdb89a2cb9495b14c50ae
| Author: hudson 
| Date:   Wed Nov 30 19:10:41 2016 +0100
| 
|     * libraries 8831b8d...cd0d312 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 741738e0dc389f73030c2ae4b60fe13291f3a1b2
| Author: Adeel Asghar 
| Date:   Wed Nov 30 18:18:32 2016 +0100
| 
|     * OMEdit 21099cd...cdab4c8 (1):
|       > ticket:4156 Do not set icon size for QToolButton.
| 
| M	OMEdit
| 
* commit 16dcaba43b25cd5142ec7b9a3c6336712834a152
| Author: Adeel Asghar 
| Date:   Wed Nov 30 17:42:47 2016 +0100
| 
|     * OMEdit 0ee5536...21099cd (1):
|       > Make format and indentation settings take layout space.
| 
| M	OMEdit
| 
* commit c0ef4e51786a780b4f7a3e7d8df3f213eee7b778
| Author: Adeel Asghar 
| Date:   Wed Nov 30 15:06:56 2016 +0100
| 
|     * OMEdit aaff7c6...0ee5536 (1):
|       > Added support for generateVerificationScenarios API.
| 
| M	OMEdit
| 
* commit 949fa744f3f43308988dfa30557ed12d21d62bc6
| Author: Martin Sjölund 
| Date:   Wed Nov 30 13:19:24 2016 +0100
| 
|     * OMCompiler 8dcb443...debe19c (1):
|       > Initial commit for embedded C code generator
| 
| M	OMCompiler
| 
* commit 52e47cc09964229d4f66614417a5636da1abb327
| Author: Martin Sjölund 
| Date:   Wed Nov 30 13:04:15 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler dc675db...8dcb443 (1):
|       > Use AvlSetInt instead of lists for inc. matrix
|     
|     * testsuite 871e08c...6edbc33 (2):
|       > Update expected output for new failure
|       > Update expected output for OMCompiler PR:1034
| 
| M	OMCompiler
| M	testsuite
| 
* commit e765298bbed0ad26a73c6d8e70d4fa73d9f01ade
| Author: Willi Braun 
| Date:   Wed Nov 30 12:44:30 2016 +0100
| 
|     * OMCompiler fdfc424...dc675db (1):
|       > ticket:4159 fix some flag descriptions
| 
| M	OMCompiler
| 
* commit 74ea347ab0ece85844edced27921b47340ef706c
| Author: Martin Sjölund 
| Date:   Wed Nov 30 12:23:13 2016 +0100
| 
|     * testsuite dc6a62b...871e08c (1):
|       > Add requirements tests
| 
| M	testsuite
| 
* commit 6df7b34cc22648829ddf005ecc730fe431b6ce6f
| Author: Lena Buffoni 
| Date:   Wed Nov 30 12:08:00 2016 +0100
| 
|     * OMCompiler f727803...fdfc424 (1):
|       > support for verification scenario generation from requirement models
| 
| M	OMCompiler
| 
* commit d023699ba2f68db692f5d197ec1d246e2c93fa5a
| Author: hudson 
| Date:   Tue Nov 29 20:47:15 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1df8a4a...f727803 (2):
|       > Patch bootstrapping tarball
|       > ticket:4152 Added includeConstants argument to getClassNames API. If true then the API will also return the constants of the class along with classes.
|     
|     * OMEdit a06a95d...aaff7c6 (3):
|       > Respect the case-sensitive operating systems
|       > Merge pull request #62 from adeas31/packageOrder
|       > Merge pull request #61 from vwaurich/dxf
|     
|     * libraries 835f9f6...8831b8d (1):
|       > Bump libraries
|     
|     * testsuite 7c4d49a...dc6a62b (1):
|       > Added a test for getClassNames includeConstants.
| 
| M	OMCompiler
| M	OMEdit
| M	libraries
| M	testsuite
| 
* commit 87a2ca44b34aae5bc4e53a65aa35b74b050de63e
| Author: Willi Braun 
| Date:   Tue Nov 29 15:57:56 2016 +0100
| 
|     * OMCompiler af8cd3e...1df8a4a (2):
|       > added kinsol/klu solver support with sparsity
|       > generate always SparsePattern for non-linear algebraic loops
| 
| M	OMCompiler
| 
* commit 12eb01af15d4b180c26df03df6837353571c259b
| Author: Martin Sjölund 
| Date:   Tue Nov 29 12:56:43 2016 +0100
| 
|     Updating submodules
|     * OMCompiler ecceebd...af8cd3e (1):
|       > v1.12 development
|     
|     * OMEdit 6e7e014...a06a95d (1):
|       > Start v1.12 development branch
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 65b599bc12f51e20f5cb0e6c8ef52f5fb74e1ed1
| Author: Martin Sjölund 
| Date:   Tue Nov 29 08:32:54 2016 +0100
| 
|     * doc 9220e9e...f97e7f0 (1):
|       > Ignore tracreleases file
| 
| M	doc
| 
* commit 148df3fdf2b15cda97e2246913d9582794697495
| Author: adrpo 
| Date:   Tue Nov 29 07:31:32 2016 +0100
| 
|     * OMCompiler 2ccad20...ecceebd (1):
|       > make sure we don't have a old version number when no git present
| 
| M	OMCompiler
| 
* commit 72eb17a84d124a59b70fa94fee419c7c826ac713
| Author: hudson 
| Date:   Mon Nov 28 19:12:12 2016 +0100
| 
|     * libraries 1da1a76...835f9f6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b241a5b2e8df81ea1aec8536082648454e49cbc2
| Author: Adeel Asghar 
| Date:   Mon Nov 28 17:29:56 2016 +0100
| 
|     * OMEdit 466e905...6e7e014 (1):
|       > minor fix.
| 
| M	OMEdit
| 
* commit 8c850430e892d7231683c480a76befd06652ebe4
| Author: Adeel Asghar 
| Date:   Mon Nov 28 17:14:17 2016 +0100
| 
|     * OMEdit 837a849...466e905 (1):
|       > Show the tlm co-simulation output widget.
| 
| M	OMEdit
| 
* commit bb2b56f20e395ef52467c968ed2250c4f0fc95d2
| Author: Per Östlund 
| Date:   Mon Nov 28 16:36:24 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler e1efb57...2ccad20 (1):
|       > Fix lookup of qualified crefs in nfinst.
|     
|     * testsuite 640b434...7c4d49a (1):
|       > Test case for qualified cref in eq for nfinst.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 00d39bc9b48cce114479c675bdedf628b940067b
| Author: adrpo 
| Date:   Mon Nov 28 16:21:20 2016 +0100
| 
|     * OMCompiler 3ee365e...e1efb57 (1):
|       > isXMLTCP is defined only if NO_INTERACTIVE_DEPENDENCY is undefined
| 
| M	OMCompiler
| 
* commit 3cbd2e74c5d0d0a2d71ea90002ed531d77a1d2e2
| Author: Niklas Worschech 
| Date:   Mon Nov 28 14:15:55 2016 +0100
| 
|     * OMCompiler daab8bb...3ee365e (1):
|       > use boost 1.59 if Visual Studio 2013 is used
| 
| M	OMCompiler
| 
* commit 5d72cbfea8a64a555b5f27114ab70c116e9b14e7
| Author: Adeel Asghar 
| Date:   Mon Nov 28 13:53:22 2016 +0100
| 
|     * OMEdit dfe7b6f...837a849 (1):
|       > Convert all caps models to all lower-case component name.
| 
| M	OMEdit
| 
* commit ec34f2e4cc52cdf76f4dd4ce851ada8b4a7de18e
| Author: Martin Sjölund 
| Date:   Mon Nov 28 08:54:36 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b0c9b43...daab8bb (1):
|       > Allow multiple class annotations in diff algorithm
|     
|     * testsuite 7bf5664...640b434 (1):
|       > Add testcase for ticket:4153
| 
| M	OMCompiler
| M	testsuite
| 
* commit 90e59ea08e5b3b8f5ecfdf6d532491cd5b8c4fbc
| Author: Rüdiger Franke 
| Date:   Mon Nov 28 07:40:30 2016 +0100
| 
|     * OMCompiler ce441e1...b0c9b43 (1):
|       > Adapt log levels to OMEdit, ticket:4048
| 
| M	OMCompiler
| 
* commit 53b6fe30593718e437c2c5026aff106b1a66155b
| Author: Adeel Asghar 
| Date:   Mon Nov 28 00:27:19 2016 +0100
| 
|     * OMEdit c9166ec...dfe7b6f (1):
|       > ticket:4048 Use black color for debug messages.
| 
| M	OMEdit
| 
* commit 118ea9818933e43c4878383cf15bfb1702ce3521
| Author: Adeel Asghar 
| Date:   Sun Nov 27 17:56:53 2016 +0100
| 
|     * OMEdit 14a1a1e...c9166ec (1):
|       > Use the new log format xmltcp. Fixes ticket:4048.
| 
| M	OMEdit
| 
* commit 3ce7b92a2af069b436ab23f712d24c128cf4b965
| Author: hudson 
| Date:   Sun Nov 27 17:34:34 2016 +0100
| 
|     * OMCompiler 407fc9c...ce441e1 (3):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > Implement logging of simulation status
|       > Unify treatment of Logger instance
| 
| M	OMCompiler
| 
* commit b571b987d64059536da2951735f88b05d15c3b99
| Author: Adrian Pop 
| Date:   Sun Nov 27 13:58:38 2016 +0100
| 
|     * OMCompiler a8258d4...407fc9c (1):
|       > link generated executable with with wsock32 and ws2_32
| 
| M	OMCompiler
| 
* commit 58abf1da98ba61757e2ccfa7e994672bfb62b1eb
| Author: hudson 
| Date:   Sun Nov 27 13:43:36 2016 +0100
| 
|     * OMCompiler e02bbf2...a8258d4 (3):
|       > FMUs cannot set logFormat
|       > Use str to clear the stream instead of clear. Make sure we count the opening of tags.
|       > Add logFormat=xmltcp
| 
| M	OMCompiler
| 
* commit 99a0582d577f1338c67653023645c6eddbdfed30
| Author: Martin Sjölund 
| Date:   Sun Nov 27 09:26:39 2016 +0100
| 
|     * OMEdit be0978f...14a1a1e (1):
|       > Check NULL pointer
| 
| M	OMEdit
| 
* commit 9abfd9032635d74341400fe46e9a35a54f9ccce7
| Author: Rüdiger Franke 
| Date:   Sat Nov 26 21:53:19 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6b059e0...e02bbf2 (2):
|       > Implement logging of simulation status
|       > Unify treatment of Logger instance
|     
|     * testsuite 6f4354a...7bf5664 (1):
|       > Adapt OMEdit test to support for log-port
| 
| M	OMCompiler
| M	testsuite
| 
* commit f46a354b56f413b2762f601087ca9d6c7877fd1c
| Author: hudson 
| Date:   Sat Nov 26 19:11:25 2016 +0100
| 
|     * libraries f775581...1da1a76 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 15eefee80f459b64c5e52cfa4cfd46755ee38894
| Author: Martin Sjölund 
| Date:   Sat Nov 26 14:05:00 2016 +0100
| 
|     Updating submodules
|     * OMEdit f416947...be0978f (1):
|       > Update common
|     
|     * OMNotebook f528161...9ab760b (1):
|       > Update common
|     
|     * OMPlot 66a404e...6205bff (1):
|       > Update common
|     
|     * OMShell faf638a...d0b0597 (1):
|       > Update common
| 
| M	OMEdit
| M	OMNotebook
| M	OMPlot
| M	OMShell
| 
* commit 26ce3a2775c7113e49cdf97e937c6d60d4f49ce0
| Author: hudson 
| Date:   Fri Nov 25 19:11:58 2016 +0100
| 
|     * libraries 583ee93...f775581 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 018c43cb3e8ce0913457060c3298e5dbd231f748
| Author: hkiel 
| Date:   Fri Nov 25 17:11:14 2016 +0100
| 
|     * common 1fccf2c...7471457 (1):
|       > fix qmake.sh on darwin
| 
| M	common
| 
* commit 28034ca2ad5265be6fc811ab7934be5739a4dda6
| Author: Martin Sjölund 
| Date:   Fri Nov 25 15:06:46 2016 +0100
| 
|     * OMEdit ffae961...f416947 (2):
|       > Check for NULL pointer
|       > Disable qmake default optimization flags
| 
| M	OMEdit
| 
* commit 659dbd07c9377d36ee5ecc6dd3d51f8c840dbcd3
| Author: adrpo 
| Date:   Fri Nov 25 14:37:48 2016 +0100
| 
|     * OMCompiler 3a460b5...6b059e0 (1):
|       > fix windows builds add libs wsock32 ws2_32
| 
| M	OMCompiler
| 
* commit d07f77a79a4ff527a0fcb9b721e4b173fc9b5f28
| Author: Adeel Asghar 
| Date:   Fri Nov 25 12:08:13 2016 +0100
| 
|     * OMEdit 93e212e...ffae961 (1):
|       > ticket:4067 Fixes the issue with quotes. Allow users to edit __OpenModelica_infoHeader as well.
| 
| M	OMEdit
| 
* commit 53d3440c45f5c6b8fa48eef0b7a75a0add3b5745
| Author: Rüdiger Franke 
| Date:   Thu Nov 24 23:09:35 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 712e12e...3a460b5 (1):
|       > Add xmltcp logger to Cpp runtime, ticket:4048
|     
|     * testsuite dcfd6aa...6f4354a (1):
|       > Expected result
| 
| M	OMCompiler
| M	testsuite
| 
* commit 32105154dfc6695d133394d31d7f58c1c8dd4d83
| Author: hudson 
| Date:   Thu Nov 24 19:12:58 2016 +0100
| 
|     * libraries f4c3316...583ee93 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c61eb27afeaaed7ba0ae584aadda614ba3e336f5
| Author: Willi Braun 
| Date:   Thu Nov 24 17:57:18 2016 +0100
| 
|     * OMCompiler 0c85d9a...712e12e (1):
|       > add try-catch execption if initialSolverData fails
| 
| M	OMCompiler
| 
* commit 6b228947e527c7015211b862f40cf16693ba111d
| Author: Willi Braun 
| Date:   Thu Nov 24 17:28:25 2016 +0100
| 
|     * OMCompiler 95e5e65...0c85d9a (1):
|       > add exception for ida solver if no sparsity available
| 
| M	OMCompiler
| 
* commit 6b818b2ffda1be70d88bafe6cda629913a33b4c2
| Author: Adeel Asghar 
| Date:   Thu Nov 24 16:39:49 2016 +0100
| 
|     * OMEdit b3690d8...93e212e (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > ticket:4067 Added a HTMLEditor for editing the documentation.
| 
| M	OMEdit
| 
* commit 42409a75bc453364b16cb7e98f856aac4565c9f5
| Author: Martin Sjölund 
| Date:   Thu Nov 24 16:06:32 2016 +0100
| 
|     * OMEdit 42a36d0...b3690d8 (1):
|       > Do not include OSG if it was disabled by autoconf
| 
| M	OMEdit
| 
* commit 5d3a66c2dec9d99bc73ee3fea412f23a7689e95c
| Author: Willi Braun 
| Date:   Thu Nov 24 13:46:54 2016 +0100
| 
|     * OMCompiler e4cfc38...95e5e65 (1):
|       > improve symbolic jacobian generation
| 
| M	OMCompiler
| 
* commit 84ac87fddec25ce6ac4c8fdcb0d748c4d7b10562
| Author: hudson 
| Date:   Thu Nov 24 09:08:10 2016 +0100
| 
|     * OMEdit 7bba37e...42a36d0 (1):
|       > Merge pull request #59 from hkiel/fix_osx_locale
| 
| M	OMEdit
| 
* commit d571ffcae86b97580efc682ee60f8e729e83f4c5
| Author: Per Östlund 
| Date:   Wed Nov 23 21:57:18 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d7fc7be...e4cfc38 (1):
|       > New instantiation improvements.
|     
|     * testsuite ef666ab...dcfd6aa (1):
|       > Added and reactivated new inst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 67aa1e2826de73fad4db19026af8ff0b5ce57c9b
| Author: hudson 
| Date:   Wed Nov 23 19:12:34 2016 +0100
| 
|     * libraries cc8141a...f4c3316 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d4d2cedd02d9f474284817854c1db8cc901673fe
| Author: Adeel Asghar 
| Date:   Wed Nov 23 16:00:47 2016 +0100
| 
|     * OMEdit 7032c24...7bba37e (2):
|       > Fix Qt4 build.
|       > Get rid of MainWindow.h from some files.
| 
| M	OMEdit
| 
* commit b1b1ddbf205a682e93ed700c22631862ecd963e1
| Author: Per Östlund 
| Date:   Wed Nov 23 15:11:16 2016 +0100
| 
|     * OMCompiler 60beb68...d7fc7be (1):
|       > Generate less empty structures in absyn2SCode.
| 
| M	OMCompiler
| 
* commit 3ffbc7b11a62389a8e86f29f2f90cbcfe61ef7c6
| Author: Adeel Asghar 
| Date:   Wed Nov 23 12:57:47 2016 +0100
| 
|     * OMEdit 2d943e0...7032c24 (1):
|       > ticket:4145 Make sure transformational debugger is window is shown.
| 
| M	OMEdit
| 
* commit 4b22edde6d3dfa5ef4e8b291ac941c9d0d60d340
| Author: hudson 
| Date:   Wed Nov 23 12:14:49 2016 +0100
| 
|     Updating submodules
|     * OMEdit 9c53a04...2d943e0 (7):
|       > Another try to fix Qt 4 build.
|       > Fixed compilation for Qt4.
|       > Use filter instead of search.
|       > ticket:2960 Defer calling the getComponents API. Speeds up browsing the items in Libraries Browser.
|       > Merge pull request #56 from vwaurich/coffee
|       > Add 32/64 bit to OMEdit version.
|       > Merge pull request #58 from adeas31/optim
|     
|     * libraries 2de93b3...cc8141a (1):
|       > Bump libraries
| 
| M	OMEdit
| M	libraries
| 
* commit 94289b172ccf5e34655e503ed8d7f3d00bd0d5cd
| Author: Mahder Gebremedhin 
| Date:   Tue Nov 22 13:40:29 2016 +0100
| 
|     * OMCompiler b781dc9...60beb68 (1):
|       > Type checking updates for the new fron-end
| 
| M	OMCompiler
| 
* commit fdaf8e27f0e30bd15283f3ecdfd1b9a38b144221
| Author: Adeel Asghar 
| Date:   Tue Nov 22 11:50:59 2016 +0100
| 
|     * OMCompiler bd46362...b781dc9 (1):
|       > Add 32/64 bit version.
| 
| M	OMCompiler
| 
* commit 875938e894056d71dddb322f7247431ab3056bd8
| Author: hudson 
| Date:   Mon Nov 21 19:12:24 2016 +0100
| 
|     * libraries d57b42e...2de93b3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8814ccccb782322174f1692247754ab963ba4c73
| Author: Per Östlund 
| Date:   Mon Nov 21 16:43:57 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler dc38639...bd46362 (1):
|       > Fix the check for final modification.
|     
|     * testsuite 43b4bb6...ef666ab (1):
|       > Reactivate scodeinst/mod11 test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2bbca5738f010faa0cba7a468497b7ddb18879f2
| Author: Per Östlund 
| Date:   Mon Nov 21 15:17:49 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2c7afbd...dc38639 (1):
|       > Better error for duplicate mods in new inst.
|     
|     * testsuite b0d1783...43b4bb6 (1):
|       > Reactivate duplicate mod test for new inst.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 48476b2dde8546bfc71d57d00bce8f4b0d75173e
| Author: vwaurich 
| Date:   Mon Nov 21 15:02:40 2016 +0100
| 
|     * OMCompiler e68f0a0...2c7afbd (1):
|       > fix signalArrows in visualization
| 
| M	OMCompiler
| 
* commit 1e200b8d427531105604ffdb91f528ee8c4c7df4
| Author: Per Östlund 
| Date:   Mon Nov 21 14:33:37 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 592cec8...e68f0a0 (1):
|       > New instantiation improvements.
|     
|     * testsuite c7bd235...b0d1783 (1):
|       > Reactivated some testcases for new inst.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 806e0c09895772873538fe031efd7898879a27ae
| Author: Martin Sjölund 
| Date:   Mon Nov 21 14:18:24 2016 +0100
| 
|     Updating submodules
|     
|     * libraries 7f68d7f...d57b42e (2):
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite 36ece8b...c7bd235 (1):
|       > Expected output for upstream MSL fixes
| 
| M	libraries
| M	testsuite
| 
* commit 0d7bba06e493995b6237d0120fafff1da164db57
| Author: vwaurich 
| Date:   Mon Nov 21 13:19:27 2016 +0100
| 
|     * OMCompiler e11567a...592cec8 (1):
|       > dont evaluate functions with unknown type on lhs
| 
| M	OMCompiler
| 
* commit 42096f35ebf5ac9b83d44d45df734a1545d86dc7
| Author: ptaeuber 
| Date:   Mon Nov 21 12:35:29 2016 +0100
| 
|     * OMCompiler 63b77e7...e11567a (1):
|       > Fix vararrayList
| 
| M	OMCompiler
| 
* commit 15165eea8ad6a1650db8fe864ad3189fb9f0e9f1
| Author: vwaurich 
| Date:   Mon Nov 21 11:34:42 2016 +0100
| 
|     * OMCompiler 555ce77...63b77e7 (1):
|       > dont add A-Vars of statesets to BackendDAE
| 
| M	OMCompiler
| 
* commit dd687e027bc0ff48323c7fd72448c84cf022feda
| Author: hudson 
| Date:   Fri Nov 18 19:10:09 2016 +0100
| 
|     * libraries 50fd393...7f68d7f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8e43eb3beb28ef5b86b42c64227f001f013abb16
| Author: Martin Sjölund 
| Date:   Fri Nov 18 14:50:22 2016 +0100
| 
|     * OMCompiler a343431...555ce77 (1):
|       > Make test utils able to clean more generated files
| 
| M	OMCompiler
| 
* commit f7752c019eee1866dfeacfc27a13cafb4366c2d7
| Author: Martin Sjölund 
| Date:   Fri Nov 18 08:26:09 2016 +0100
| 
|     Updating submodules
|     
|     * OMEdit 965594a...9c53a04 (12):
|       > Only update the changed item instead of invalidating and updating the whole view.
|       > Merge pull request #57 from alash325/importXml
|       > Merge pull request #55 from lochel/tolerance
|       > Write the visual xml file for meta-models.
|       > Allow users to specify the geometry files from the GUI.
|       > Escape the dot character.
|       > ticket:4078 Do not sort the record members.
|       > Change OpenGL test to a linking test
|       > ticket:4078 Quote the string values.
|       > ticket:4078 Select the frame with single click or with mouse up & down.
|       > ticket:4078 Go to the actual line number after opening the file.
|       > ticket:4132 Always send the full path. addComponent API makes the path relative.
|     
|     * OMNotebook 8b157e5...f528161 (1):
|       > update submodule.
|     
|     * OMOptim b6c10f3...9deb7c5 (1):
|       > update submodule.
|     
|     * OMPlot f335090...66a404e (1):
|       > update submodule.
|     
|     * OMShell 3464745...faf638a (1):
|       > update submodule.
|     
|     * doc 16aad1b...9220e9e (1):
|       > Merge pull request #28 from arun3688/master
|     
|     * libraries c7166fa...50fd393 (8):
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite fffa3f0...36ece8b (1):
|       > Updates for upstream library changes
| 
| M	OMEdit
| M	OMNotebook
| M	OMOptim
| M	OMPlot
| M	OMShell
| M	doc
| M	libraries
| M	testsuite
| 
* commit d97b78a7b79e30bf869811c8dc3e7e9eae3fd0e1
| Author: Adrian Pop 
| Date:   Fri Nov 18 04:06:04 2016 +0100
| 
|     * OMCompiler fdec2bc...a343431 (1):
|       > some fixes to modelDescription.xml import
| 
| M	OMCompiler
| 
* commit f0e9f49b2b5c20615cf411acdf09b2840abd38c3
| Author: Willi Braun 
| Date:   Thu Nov 17 23:14:54 2016 +0100
| 
|     * OMCompiler 797a4ef...fdec2bc (1):
|       > improve sparsePattern dump
| 
| M	OMCompiler
| 
* commit 4feaebe4827ddfaf6807c1f753137654922acffe
| Author: alash325 
| Date:   Thu Nov 17 16:21:38 2016 +0100
| 
|     * OMCompiler 33b3b8e...797a4ef (1):
|       > Better naming for imported modelDescription XML
| 
| M	OMCompiler
| 
* commit 1ee531381641ad1a41aab0f119cb3e2665666059
| Author: Adeel Asghar 
| Date:   Thu Nov 17 13:57:52 2016 +0100
| 
|     * OMCompiler 901d152...33b3b8e (1):
|       > ticket:4144 Use anyString to print the Integer values.
| 
| M	OMCompiler
| 
* commit 291502c2373b32e4435c6ba3d4fda3fe38d029a4
| Author: ptaeuber 
| Date:   Tue Nov 15 16:31:10 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 350333d...901d152 (1):
|       > Use qualified component names in hideResult attribute
|     
|     * testsuite 128f21d...fffa3f0 (1):
|       > Add test for hideResult evaluation
| 
| M	OMCompiler
| M	testsuite
| 
* commit fa245c9b0b002e72461761fa36b4b147d9ea8909
| Author: Per Östlund 
| Date:   Tue Nov 15 12:39:24 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler adf0f0d...350333d (1):
|       > NFInst fixes.
|     
|     * testsuite 545b912...128f21d (1):
|       > Reactivate more NFInst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1074cea80fd3b697eb95a36ed6b9204420ab8653
| Author: Per Östlund 
| Date:   Tue Nov 15 10:50:06 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a4e7088...adf0f0d (1):
|       > Fix broken stuff from previous new inst change.
|     
|     * testsuite ad91fb1...545b912 (1):
|       > Reactivate new inst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e6295421dd9474869482165222ef67177eb83e36
| Author: Rüdiger Franke 
| Date:   Mon Nov 14 08:22:12 2016 +0100
| 
|     * OMCompiler c26746f...a4e7088 (3):
|       > Correct logging for FMUs and IDA
|       > Log errors during initialization and asserts
|       > Give log categories full names
| 
| M	OMCompiler
| 
* commit 3d268698f957db34666ec86be472ffd85b2ef71a
| Author: Rüdiger Franke 
| Date:   Sun Nov 13 19:54:27 2016 +0100
| 
|     * OMCompiler 47e1846...c26746f (3):
|       > Add debug log for event conditions
|       > Connect Cpp Logger to FMI2 callback function
|       > Let Newton not scale Jacobian columns
| 
| M	OMCompiler
| 
* commit 4130292b3638ed74da78811f39be6db204ff7ba5
| Author: Rüdiger Franke 
| Date:   Sat Nov 12 16:55:54 2016 +0100
| 
|     * OMCompiler ba31924...47e1846 (2):
|       > Suppress duplicate error message if simulation fails
|       > Always do at least one Newton step
| 
| M	OMCompiler
| 
* commit 2b7fed0d9a769c2dc528f3ba94aeb2188a962d9f
| Author: Adeel Asghar 
| Date:   Fri Nov 11 13:50:02 2016 +0100
| 
|     * OMCompiler 7f31e31...ba31924 (1):
|       > ticket:4132 Added pathStripSamePrefix function for addComponent API. Makes the path relative to class.
| 
| M	OMCompiler
| 
* commit 4d2a81bd7b681d0db429d18043d5228b95b68707
| Author: Rüdiger Franke 
| Date:   Fri Nov 11 10:52:12 2016 +0100
| 
|     * OMCompiler 3821a19...7f31e31 (2):
|       > Let Newton scale Jacobians of linear systems as well
|       > Let Newton solver catch errors from analytic Jacobian
| 
| M	OMCompiler
| 
* commit ef734df978b9b81bb4e9416e8fbc0145e1033788
| Author: Rüdiger Franke 
| Date:   Thu Nov 10 22:13:33 2016 +0100
| 
|     * OMCompiler 54ab0e4...3821a19 (4):
|       > Reduce code nesting in Newton solver
|       > Scale Newton solver with nominal values
|       > Increase accuracy of Newton solver
|       > Reactivate analytic Jacobian for Newton solver
| 
| M	OMCompiler
| 
* commit 7fa04cdb60e8e00a95b17449e802ad77a79fdd31
| Author: Adeel Asghar 
| Date:   Thu Nov 10 16:26:20 2016 +0100
| 
|     * OMEdit 66a60fc...965594a (1):
|       > Update the time when slider is moved. Connect to returnPressed signal of time text box instead of textChanged. If time is out of range then set start/end time automatically. Make the animation run until the end time.
| 
| M	OMEdit
| 
* commit b08f0a2fc3d1f7f1fc3a87b3b931b56e25cd5047
| Author: Martin Sjölund 
| Date:   Thu Nov 10 15:56:57 2016 +0100
| 
|     * OMCompiler 40b6e79...54ab0e4 (1):
|       > Do not crash when reading a parameter
| 
| M	OMCompiler
| 
* commit 79cea7940c90bd6873e7a58e6fbbc2aa6cf49518
| Author: hudson 
| Date:   Thu Nov 10 15:17:59 2016 +0100
| 
|     * OMEdit 153b56c...66a60fc (1):
|       > Merge pull request #54 from vwaurich/FMU2animation
| 
| M	OMEdit
| 
* commit 6a72eaf6e48238e0a6ddf6bc8df204cc3885c0a3
| Author: Adeel Asghar 
| Date:   Thu Nov 10 14:49:09 2016 +0100
| 
|     * OMEdit f793884...153b56c (1):
|       > Use different timers for updating scene and rendering frame.
| 
| M	OMEdit
| 
* commit e26aea781279cc8e66d4dd28e4ae6627577ed918
| Author: Adeel Asghar 
| Date:   Thu Nov 10 13:07:36 2016 +0100
| 
|     * OMEdit 205399a...f793884 (1):
|       > Changed the speed textbox to editable combobox. Use MessagesWidget for errors instead of cout. Disable some warnings.
| 
| M	OMEdit
| 
* commit 57390c60b32bab3220bd62da50bd20a1ac0d66d1
| Author: hudson 
| Date:   Thu Nov 10 11:59:32 2016 +0100
| 
|     * OMEdit fc2a603...205399a (1):
|       > Merge pull request #53 from vwaurich/FMU2animation
| 
| M	OMEdit
| 
* commit 23ccbe2ae9359be8de71367f03ebb40dfe11af1c
| Author: Martin Sjölund 
| Date:   Thu Nov 10 10:57:13 2016 +0100
| 
|     * OMEdit 77ccba7...fc2a603 (1):
|       > Check for broken OpenGL headers
| 
| M	OMEdit
| 
* commit 7bf955c7abd66aaefc924e854a18b01066cfdf4b
| Author: Martin Sjölund 
| Date:   Thu Nov 10 10:28:26 2016 +0100
| 
|     * common b895c9a...1fccf2c (1):
|       > Access QT_INSTALL_HEADERS in autoconf
| 
| M	common
| 
* commit 26370c0cbb2477c7e4c51dadddd5450109ee0fb2
| Author: Rüdiger Franke 
| Date:   Wed Nov 9 21:29:20 2016 +0100
| 
|     * OMCompiler 1b514e3...40b6e79 (1):
|       > Activate Kinsol overflow test to avoid endless iterations
| 
| M	OMCompiler
| 
* commit c6437c981284047b501012329bff48e1f3b425ab
| Author: hudson 
| Date:   Wed Nov 9 19:09:13 2016 +0100
| 
|     * libraries 1fbaf5f...c7166fa (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7879c73127482cce84b0fed3e5eaaa850e8d9ded
| Author: Adeel Asghar 
| Date:   Wed Nov 9 12:55:23 2016 +0100
| 
|     * OMEdit 1d320bd...77ccba7 (1):
|       > Fixed reading of csv file for animation.
| 
| M	OMEdit
| 
* commit ca72b958104ba83a694cc1dfc0ce3cb58e35747c
| Author: Adeel Asghar 
| Date:   Wed Nov 9 12:26:38 2016 +0100
| 
|     * OMEdit fdac34c...1d320bd (1):
|       > Put the command in commands list.
| 
| M	OMEdit
| 
* commit 4db588943693f5d80f7f75a5987fe1b5210716c9
| Author: Martin Sjölund 
| Date:   Wed Nov 9 09:11:44 2016 +0100
| 
|     * OMEdit 45442e0...fdac34c (1):
|       > Add workaround for trusty ARM builds
| 
| M	OMEdit
| 
* commit 29faf1d82cd175fe3a089396003108765e830b43
| Author: Adeel Asghar 
| Date:   Wed Nov 9 00:29:26 2016 +0100
| 
|     * OMEdit 2cc5196...45442e0 (1):
|       > ticket:4078 Check if the program to debug exists. Show the log-stream-output. Moved the text cursor movement code to Utilities::insertText.
| 
| M	OMEdit
| 
* commit 67f24ecc232437c1f04d3ff4f49f9f536c0491fa
| Author: hudson 
| Date:   Tue Nov 8 19:10:04 2016 +0100
| 
|     * libraries 20949c9...1fbaf5f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f4e0b709f70231d32008c41aea025839fcf2c2c9
| Author: hudson 
| Date:   Tue Nov 8 15:37:09 2016 +0100
| 
|     * OMEdit 395f379...2cc5196 (1):
|       > Merge pull request #52 from vwaurich/stl
| 
| M	OMEdit
| 
* commit 394e97666913d713484205970819087409e33b1f
| Author: Martin Sjölund 
| Date:   Tue Nov 8 15:07:49 2016 +0100
| 
|     * OMCompiler d487be4...1b514e3 (1):
|       > Simplify counting number of real variables
| 
| M	OMCompiler
| 
* commit 80c038e464fc93421c11bab99c7ce96dafe0fb0b
| Author: Martin Sjölund 
| Date:   Tue Nov 8 13:27:34 2016 +0100
| 
|     * OMEdit f1305a4...395f379 (1):
|       > Include MainWindow first
| 
| M	OMEdit
| 
* commit 7599883c9fbade39b7acaea61bd7337f4feff1c6
| Author: ptaeuber 
| Date:   Tue Nov 8 11:19:41 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a50dbe1...d487be4 (1):
|       > Also simplify DAE.NOT() wout type
|     
|     * testsuite 3ea1312...ad91fb1 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5d1a8cec778b78bdfb6f79caceaf1060b4db40ad
| Author: hudson 
| Date:   Tue Nov 8 10:59:54 2016 +0100
| 
|     * OMNotebook 87a6e8b...8b157e5 (1):
|       > Merge pull request #8 from hkiel/math_latex
| 
| M	OMNotebook
| 
* commit 4d4961dfea1300c890a49b2ec8a1767ad8f05d08
| Author: Martin Sjölund 
| Date:   Tue Nov 8 09:43:08 2016 +0100
| 
|     * OMCompiler efd9b1f...a50dbe1 (1):
|       > Updates to source-code FMUs
| 
| M	OMCompiler
| 
* commit e1fcd56e0548620b653feb9c3e66c1721c84f637
| Author: hudson 
| Date:   Tue Nov 8 09:28:00 2016 +0100
| 
|     * OMCompiler d1a6452...efd9b1f (2):
|       > Check for FMUType, ticket:4130
|       > Make internal copy of instance name, ticket:4130
| 
| M	OMCompiler
| 
* commit 29052236bc7145d1ead0b2cf8a5cc66122647650
| Author: Ruediger Franke 
| Date:   Tue Nov 8 09:28:00 2016 +0100
| 
|     Attempt to fix Hudson
| 
| M	.openmodelica.aspell
| 
* commit d58a60c13cc5eb766427b562de376a1d74b93b50
| Author: Martin Sjölund 
| Date:   Tue Nov 8 08:37:52 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 91a2bb4...d1a6452 (1):
|       > Handle the type specifier being lost in the diff
|     
|     * testsuite 6080ee7...3ea1312 (1):
|       > Add test for ticket:4110
| 
| M	OMCompiler
| M	testsuite
| 
* commit b0fb56de335948a5a4ea5abe376b56b51fdd7616
| Author: Adeel Asghar 
| Date:   Tue Nov 8 00:52:58 2016 +0100
| 
|     * OMEdit 254c72a...f1305a4 (1):
|       > Open the AnimationWindow if visual xml file is created for meta-model.
| 
| M	OMEdit
| 
* commit 6cb6462df011965f2b8290441435d3743346498d
| Author: hudson 
| Date:   Mon Nov 7 19:09:06 2016 +0100
| 
|     * libraries e54ed07...20949c9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 043cb8e5c94f591cfe26ebf3d9091adef1af3e80
| Author: Martin Sjölund 
| Date:   Mon Nov 7 17:36:24 2016 +0100
| 
|     * OMEdit cb6ed19...254c72a (1):
|       > Include MainWindow first
| 
| M	OMEdit
| 
* commit a7bff320eb7433705631cb86ab077e3e1d9877e7
| Author: Adeel Asghar 
| Date:   Mon Nov 7 14:30:54 2016 +0100
| 
|     * OMEdit ea443c0...cb6ed19 (2):
|       > Use name instead of name structure for meta-models.
|       > Free the mat reader.
| 
| M	OMEdit
| 
* commit cf4649965cd2241161a5a7ff30c6c1a5b28df7d7
| Author: ptaeuber 
| Date:   Mon Nov 7 13:53:46 2016 +0100
| 
|     * OMCompiler 9c32ee8...91a2bb4 (1):
|       > Add spline interpolation also to ModelicaTables
| 
| M	OMCompiler
| 
* commit cbd26b307c4b4c5002da7ac3d7362e2a55ce5e40
| Author: Martin Sjölund 
| Date:   Mon Nov 7 13:02:45 2016 +0100
| 
|     * testsuite c985fbe...6080ee7 (1):
|       > Add test to makefile
| 
| M	testsuite
| 
* commit e98e861b18a0cc0045b45d9a72c3f9344ea4bf99
| Author: Martin Sjölund 
| Date:   Mon Nov 7 12:03:38 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 39d920f...9c32ee8 (1):
|       > Handle whitespace in single tree diffs better
|     
|     * testsuite 6fb589f...c985fbe (1):
|       > Add test for ticket:4110
| 
| M	OMCompiler
| M	testsuite
| 
* commit a8c7e7e5406c72160824f645ffb7b0e75e4be99d
| Author: vwaurich 
| Date:   Mon Nov 7 11:03:00 2016 +0100
| 
|     * testsuite 4e7e8b6...6fb589f (1):
|       > test for visualization results
| 
| M	testsuite
| 
* commit 02488ea53ae7aca81b47ac60af62806aed9e002b
| Author: vwaurich 
| Date:   Mon Nov 7 10:02:14 2016 +0100
| 
|     * OMCompiler e0cca96...39d920f (1):
|       > set hideResult to false for visualization vars
| 
| M	OMCompiler
| 
* commit a040142b5e848f08e3ecbf034b94f7880f5fc0cd
| Author: Martin Sjölund 
| Date:   Mon Nov 7 08:47:04 2016 +0100
| 
|     * OMEdit ae83d42...ea443c0 (2):
|       > Fix compilation
|       > Include MainWindow.h at the top of the files
| 
| M	OMEdit
| 
* commit 08b60a3e5c78217d54fcf9bf0d721db35ee0e9da
| Author: Martin Sjölund 
| Date:   Mon Nov 7 07:40:25 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 736a943...e0cca96 (1):
|       > Handle multiple connection points being changed
|     
|     * testsuite cca794c...4e7e8b6 (1):
|       > Add diff test for moving connections
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6c8c556b1366f9ebbcd1c50254eb15259b46bb77
| Author: Sebastian Pinnau 
| Date:   Mon Nov 7 07:19:21 2016 +0100
| 
|     Updating submodules
|     * OMNotebook cb438f2...87a6e8b (1):
|       > Compile OMNotebook with C++11, ticket:3990
|     
|     * OMShell 0a2edd8...3464745 (1):
|       > Compile OMShell with C++11, ticket:3990
| 
| M	OMNotebook
| M	OMShell
| 
* commit 6651efacc258b010fe755531fd5e6b9211754e1f
| Author: Rüdiger Franke 
| Date:   Sun Nov 6 20:09:15 2016 +0100
| 
|     * OMCompiler 49cb49c...736a943 (1):
|       > Remove obsolete function
| 
| M	OMCompiler
| 
* commit 0eea72e16d6b96e35fbf6681401343f692f23d64
| Author: Lennart Ochel 
| Date:   Sun Nov 6 15:04:31 2016 +0100
| 
|     * OMCompiler f44f9c5...49cb49c (1):
|       > Simplify some auxiliary function implementations
| 
| M	OMCompiler
| 
* commit 2249ea10780b20b48c11ebcbd6956cc30236d511
| Author: Martin Sjölund 
| Date:   Sun Nov 6 10:05:36 2016 +0100
| 
|     * OMEdit d0f1e8f...ae83d42 (1):
|       > Include MainWindow at top of ModelWidgetContainer
| 
| M	OMEdit
| 
* commit 49eec1fcaacdc4bdea7b9eaa5d9e65777e8fb4b4
| Author: hudson 
| Date:   Sat Nov 5 19:10:52 2016 +0100
| 
|     * libraries 841fafe...e54ed07 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 45f97860f52ecbf68aeee63fdc5012038bdc7147
| Author: Martin Sjölund 
| Date:   Sat Nov 5 18:31:01 2016 +0100
| 
|     * OMEdit 0a3b00f...d0f1e8f (1):
|       > Move around includes for OSG before Qt
| 
| M	OMEdit
| 
* commit 6849e5544b0f3d12d5efba592762e520a3113adf
| Author: Rüdiger Franke 
| Date:   Sat Nov 5 13:14:27 2016 +0100
| 
|     * testsuite 9e20f41...cca794c (3):
|       > Add test for RefArray, ticket:4093
|       > Make test matrix non-square
|       > Avoid removal of DIDtuple test during each run
| 
| M	testsuite
| 
* commit 6cef00cb95161f55bf698c437d28dec3e1479554
| Author: hudson 
| Date:   Sat Nov 5 01:37:43 2016 +0100
| 
|     * OMEdit 5f031ab...0a3b00f (1):
|       > Merge pull request #51 from spinnau/fix_compile
| 
| M	OMEdit
| 
* commit 75eab7d398b81e8e50afd405a4caade1cba89143
| Author: hudson 
| Date:   Sat Nov 5 00:34:57 2016 +0100
| 
|     * OMEdit 9298f3a...5f031ab (1):
|       > Merge pull request #50 from rfranke/revert
| 
| M	OMEdit
| 
* commit 62e4eb6926ff449e22863971f99e2351ceb8af5d
| Author: hudson 
| Date:   Fri Nov 4 19:10:04 2016 +0100
| 
|     * libraries 2fc6dc3...841fafe (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 31106680f533b5da12ef2d3cf600598ac416f37c
| Author: Rüdiger Franke 
| Date:   Fri Nov 4 15:55:17 2016 +0100
| 
|     * OMCompiler 1ee8c83...f44f9c5 (1):
|       > Small optimization to RefArray code generation
| 
| M	OMCompiler
| 
* commit dd37af657fd465c40299da4a092093a66d39c9a2
| Author: Adeel Asghar 
| Date:   Fri Nov 4 15:19:54 2016 +0100
| 
|     * OMEdit 74b8f7b...9298f3a (1):
|       > Switched the positions of step-over and step-into buttons.
| 
| M	OMEdit
| 
* commit 36ffae9d07a680a64b42f1879cdc69db9eb16570
| Author: Rüdiger Franke 
| Date:   Fri Nov 4 14:50:42 2016 +0100
| 
|     * OMCompiler 7359ea2...1ee8c83 (2):
|       > Rewrite SimCodeUtil.getUnrolledArrayIndex in procedural style
|       > Unifiy storage order of RefArray, ticket:4093, ticket:4072
| 
| M	OMCompiler
| 
* commit 84d2e1a2e10c9800cca17c96f4f45899e23f9604
| Author: Adeel Asghar 
| Date:   Fri Nov 4 14:36:15 2016 +0100
| 
|     * OMEdit 93e1990...74b8f7b (1):
|       > Free the csv reader when the AnimationWindow is closed.
| 
| M	OMEdit
| 
* commit 014a0739306f8a9285d4a7eae6166c6c98d8e22d
| Author: hudson 
| Date:   Fri Nov 4 14:07:32 2016 +0100
| 
|     * OMEdit 9e0b740...93e1990 (5):
|       > Fixed compilation.
|       > Include OSG headers before OSG since they conflict
|       > Missing files from last merge.
|       > Added the missing header include.
|       > Merge pull request #48 from OpenModelica/VisualizerCSV
| 
| M	OMEdit
| 
* commit 8ffcbf550d61ed83a9e1732183868aa835229845
| Author: vwaurich 
| Date:   Fri Nov 4 13:52:24 2016 +0100
| 
|     * testsuite 20fdf80...9e20f41 (1):
|       > Add test for MDD
| 
| M	testsuite
| 
* commit 918e55dc733377b03a2eb378aec82aa8d6eb0f0d
| Author: Niklas Worschech 
| Date:   Fri Nov 4 13:30:50 2016 +0100
| 
|     * OMCompiler 95bc481...7359ea2 (2):
|       > Fix for division during internalization in cpp runtime
|       > added Modelica Randaom to cpp runtime build
| 
| M	OMCompiler
| 
* commit 0d7c9bff5f32711d3a37e35926a6526a2aec4a61
| Author: Lennart Ochel 
| Date:   Fri Nov 4 10:55:56 2016 +0100
| 
|     * OMCompiler db9157b...95bc481 (1):
|       > Only mark states as changeable if the start attribute is constant
| 
| M	OMCompiler
| 
* commit 0aa27312823156acdf56ee0e6ebe0f92b99c934b
| Author: Martin Sjölund 
| Date:   Fri Nov 4 10:18:26 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 93bd45e...db9157b (1):
|       > Handle comments moving around
|     
|     * testsuite 9d2afbb...20fdf80 (1):
|       > Add test for comments moving around
| 
| M	OMCompiler
| M	testsuite
| 
* commit b4118ad2f182461ae7cc3131f39e9707b830fae9
| Author: Martin Sjölund 
| Date:   Fri Nov 4 10:00:35 2016 +0100
| 
|     * OMEdit ef930f3...9e0b740 (1):
|       > Move some includes, tabs to spaces
| 
| M	OMEdit
| 
* commit ba3429119806cd98dfdf08ab9ade2a92d8780652
| Author: hudson 
| Date:   Thu Nov 3 19:10:56 2016 +0100
| 
|     * libraries cb49f24...2fc6dc3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d5915c76a4991afb4a14fbbf040d2bbc632b7d0c
| Author: Mahder Gebremedhin 
| Date:   Thu Nov 3 18:35:29 2016 +0100
| 
|     * OMCompiler 98461c4...93bd45e (1):
|       > - Escape quoted idents in aliases in _init.xml
| 
| M	OMCompiler
| 
* commit 629ed46164db7cc9a75705faac9791547932ef30
| Author: vwaurich 
| Date:   Thu Nov 3 15:55:38 2016 +0100
| 
|     * OMCompiler a3b03f0...98461c4 (1):
|       > fix FMU string-type start attributes
| 
| M	OMCompiler
| 
* commit 1cad977ff3581bf3196d161f8122dc7d91b05e24
| Author: Rüdiger Franke 
| Date:   Thu Nov 3 15:03:47 2016 +0100
| 
|     * OMCompiler 3cd68ac...a3b03f0 (2):
|       > Complete fix for 3dim RefArray, ticket:4093
|       > Add error if daeExpCall finds no match
| 
| M	OMCompiler
| 
* commit bb6a7f4da72b4ebd53fde3dd903eebaa8681ffc0
| Author: Willi Braun 
| Date:   Thu Nov 3 14:48:35 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1081354...3cd68ac (1):
|       > move findZeroCrossings to a postOptModule
|     
|     * testsuite 8898d52...9d2afbb (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 80a82a79c6c0011dca3df12ce98ac18ca1a02c97
| Author: Per Östlund 
| Date:   Thu Nov 3 14:11:50 2016 +0100
| 
|     * OMCompiler bc49d1d...1081354 (1):
|       > Redesigned NFInst to eliminate InstanceTree.
| 
| M	OMCompiler
| 
* commit 9d3985996612c94d420accb8a562697fff20df3a
| Author: vwaurich 
| Date:   Thu Nov 3 13:50:08 2016 +0100
| 
|     * OMCompiler 1731292...bc49d1d (1):
|       > add warning for external alias
| 
| M	OMCompiler
| 
* commit 0eaa3234c2902500fa76bf325f2c2756d440be56
| Author: vwaurich 
| Date:   Thu Nov 3 11:12:23 2016 +0100
| 
|     * libraries 0a0a6d7...cb49f24 (1):
|       > add Modelica_Synchronous to core libs
| 
| M	libraries
| 
* commit ade451a627d4fc7e6be837201cd4527639c2c648
| Author: vwaurich 
| Date:   Thu Nov 3 10:29:58 2016 +0100
| 
|     * OMCompiler 0c7a532...1731292 (1):
|       > added case in external alias detection
| 
| M	OMCompiler
| 
* commit f06a5e8d3160a1cebe8a0e619f5604f67c85946a
| Author: Martin Sjölund 
| Date:   Thu Nov 3 09:47:35 2016 +0100
| 
|     * OMEdit 13ca3e5...ef930f3 (1):
|       > Handle compilation without OpenSceneGraph
| 
| M	OMEdit
| 
* commit 9bfb38a735260b85bcbec356fd10675c8cbd75b1
| Author: Adrian Pop 
| Date:   Wed Nov 2 23:09:02 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 786193c...0c7a532 (1):
|       > fix ticket:4124
|     
|     * testsuite e3e1aba...8898d52 (1):
|       > add test for ticket:4124
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0da79bc4981f99ee2245aa344bb61a1130820ee9
| Author: Willi Braun 
| Date:   Wed Nov 2 21:10:25 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 70c7422...786193c (1):
|       > improve dynamic state selection
|     
|     * testsuite e5b2e5e...e3e1aba (1):
|       > update test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2dc63bd515858cf5b35f746465f6c95c70e71a6b
| Author: hudson 
| Date:   Wed Nov 2 19:08:40 2016 +0100
| 
|     * libraries 1923a8e...0a0a6d7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 483dbe091ef5d6c0a2205be74a91c5bf95a89001
| Author: Adeel Asghar 
| Date:   Wed Nov 2 14:54:43 2016 +0100
| 
|     * OMEdit 481083a...13ca3e5 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Remove the file extension for display name. Use the name instead of classname.
| 
| M	OMEdit
| 
* commit 02b7e4d30d698fba320cf57b245a3c645dc1fbdb
| Author: ptaeuber 
| Date:   Wed Nov 2 14:32:18 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8747e2f...70c7422 (1):
|       > Replace evaluated parameters in hideResult
|     
|     * testsuite f8860f9...e5b2e5e (1):
|       > Add test for hide result evaluation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7ac6f62e27886c0fa7105400571ceee8eeddcd6a
| Author: Martin Sjölund 
| Date:   Wed Nov 2 13:10:20 2016 +0100
| 
|     * OMEdit 9100a82...481083a (1):
|       > Check for OpenSceneGraph at configure time
| 
| M	OMEdit
| 
* commit c7c588c4403d6cad71f39d270ca3e26217553eed
| Author: hudson 
| Date:   Tue Nov 1 19:09:53 2016 +0100
| 
|     * libraries 98d6c35...1923a8e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c744b450b269a8bdccbb8359ac5f1dda9d58ea38
| Author: Lennart Ochel 
| Date:   Tue Nov 1 12:18:26 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ea606a1...8747e2f (1):
|       > Remove superfluous whitespace from generated xml file
|     
|     * testsuite a327d66...f8860f9 (1):
|       > Remove superfluous whitespace from generated xml file
| 
| M	OMCompiler
| M	testsuite
| 
* commit 28c95d81d413ad12799bb6d27a96e8ec4edde81a
| Author: vwaurich 
| Date:   Tue Nov 1 11:53:07 2016 +0100
| 
|     * OMCompiler f2641d7...ea606a1 (1):
|       > fix 3dim array for cpp
| 
| M	OMCompiler
| 
* commit f72279b7d5dedd398fbdd16099b8ad411baf1c86
| Author: Lennart Ochel 
| Date:   Mon Oct 31 21:36:04 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 369fd73...f2641d7 (1):
|       > Remove attribute useStart from model_init.xml
|     
|     * testsuite b33fa8f...a327d66 (1):
|       > Remove attribute useStart from model_init.xml
| 
| M	OMCompiler
| M	testsuite
| 
* commit 115e9999f7b66530b1ba0b6483e3a623c4c54c50
| Author: Rüdiger Franke 
| Date:   Mon Oct 31 13:07:05 2016 +0100
| 
|     * OMCompiler a94610a...369fd73 (1):
|       > Exploit structured logging for Newton solver
| 
| M	OMCompiler
| 
* commit 80abf4611644ec38ade996c49ee83edc8b01ac56
| Author: hudson 
| Date:   Mon Oct 31 11:39:57 2016 +0100
| 
|     * OMEdit 8a07849...9100a82 (1):
|       > Merge pull request #47 from rfranke/simtool
| 
| M	OMEdit
| 
* commit 2910b8e6aba0b6112e76faabfad218db6145b876
| Author: Rüdiger Franke 
| Date:   Mon Oct 31 11:17:35 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1e16904...a94610a (3):
|       > Exploit structured logging for LOG_INIT and LOG_STATS
|       > Unify command line names of log settings
|       > Implement XML logger for Cpp runtime in OMEdit
|     
|     * testsuite c2fc6e6...b33fa8f (2):
|       > Mark constantly failing test failing
|       > Expected output for XML logging
| 
| M	OMCompiler
| M	testsuite
| 
* commit 31a70144d79d50a9873611fc02503d8d9dea455e
| Author: Rüdiger Franke 
| Date:   Sun Oct 30 23:30:33 2016 +0100
| 
|     * OMCompiler c60d86d...1e16904 (1):
|       > Only initialize variabes with start value from init.xml
| 
| M	OMCompiler
| 
* commit 555dcfd1f5794645cc3db65a5f7447e46e64a624
| Author: hudson 
| Date:   Sat Oct 29 19:08:28 2016 +0200
| 
|     * libraries 3fb54ba...98d6c35 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9802986bcb3653a8603a2b18885487f6bb1a2f5d
| Author: Rüdiger Franke 
| Date:   Sat Oct 29 14:36:48 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4a3540b...c60d86d (1):
|       > Additionally check for array element, ticket:4093
|     
|     * testsuite a6d2b0f...c2fc6e6 (1):
|       > Further extend DIDtuple test, ticket:4093
| 
| M	OMCompiler
| M	testsuite
| 
* commit ead837901f2df7ec61b94ac9fd1c75cdd8c031c2
| Author: Adeel Asghar 
| Date:   Sat Oct 29 09:39:52 2016 +0200
| 
|     * OMNotebook f6b146d...cb438f2 (1):
|       > ticket:3712 Print the OMNotebook plots.
| 
| M	OMNotebook
| 
* commit b5aef6d4d5c2675dd9463b28a6a0e1b34ff04a8d
| Author: Rüdiger Franke 
| Date:   Sat Oct 29 09:17:29 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c655395...4a3540b (1):
|       > SIMVAR's numArrayElement is not sufficient, ticket:4093
|     
|     * testsuite 643fba6...a6d2b0f (1):
|       > Extend DIDtuple test with a matrix, ticket: 4093
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1ac953e2211de5577236390461017e670663c7ad
| Author: hudson 
| Date:   Fri Oct 28 19:09:09 2016 +0200
| 
|     * libraries 2c8a6b2...3fb54ba (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 688636fd486b2d9931dd56a6e4ec43b66da127fd
| Author: Rüdiger Franke 
| Date:   Fri Oct 28 17:11:18 2016 +0200
| 
|     * OMCompiler 76cba8f...c655395 (1):
|       > Robustify elabBuiltinDynamicSelect, ticket:3675
| 
| M	OMCompiler
| 
* commit 97a09c8c283e48488f5bfbdf92d9ffe2b0c9120d
| Author: Rüdiger Franke 
| Date:   Fri Oct 28 13:30:53 2016 +0200
| 
|     * OMCompiler 3840dea...76cba8f (1):
|       > Fix cpp codegen for array assignment in when, ticket:4093
| 
| M	OMCompiler
| 
* commit e27f5e7706f0be68dae6201edc344ae2a9cbbcf8
| Author: hudson 
| Date:   Fri Oct 28 12:26:56 2016 +0200
| 
|     * OMNotebook ef48413...f6b146d (1):
|       > Merge pull request #6 from hkiel/OSX_latex
| 
| M	OMNotebook
| 
* commit eb3c7fbbce9edfd9d2e9e0fc70232bd315067ca6
| Author: Adeel Asghar 
| Date:   Fri Oct 28 01:37:43 2016 +0200
| 
|     * OMEdit a1c062c...8a07849 (2):
|       > Put the animation window in a frame to get a boxed rectangle around it.
|       > Invalidate the model so that Variables Browser is updated.
| 
| M	OMEdit
| 
* commit c78f987e1b958fa75eaffec113d80f0a48d2456e
| Author: Adeel Asghar 
| Date:   Thu Oct 27 23:51:28 2016 +0200
| 
|     * OMEdit 6ab411c...a1c062c (1):
|       > Check if we really have PlotWindow to avoid unusual crashes.
| 
| M	OMEdit
| 
* commit b048d8661e7911a1c83de707b634f4e020eb5506
| Author: Rüdiger Franke 
| Date:   Thu Oct 27 22:25:04 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 024573e...3840dea (1):
|       > Enhance elabBuiltinDynamicSelect for visible, ticket:3675
|     
|     * testsuite 73de300...643fba6 (1):
|       > Add test for DynamicSelect, ticket:3675
| 
| M	OMCompiler
| M	testsuite
| 
* commit 16e7934c2ad3f266a37373f4ee0731bca5bffdcc
| Author: hudson 
| Date:   Thu Oct 27 21:16:24 2016 +0200
| 
|     * OMEdit f9c1597...6ab411c (1):
|       > Merge pull request #46 from rfranke/dynvis
| 
| M	OMEdit
| 
* commit fcbb98004685a40f9dd05a4f798d41d41316185b
| Author: hudson 
| Date:   Thu Oct 27 20:39:51 2016 +0200
| 
|     * libraries aa728f0...2c8a6b2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cde64ea7c6d00450a2d5b4cfb90b8dbb8b8bcdf5
| Author: Willi Braun 
| Date:   Thu Oct 27 18:28:42 2016 +0200
| 
|     * OMCompiler 5c6c19f...024573e (1):
|       > add further deltaX option for the solvers
| 
| M	OMCompiler
| 
* commit 9b1bafbcbc79a2189fb3942f5577699c890419f7
| Author: Willi Braun 
| Date:   Thu Oct 27 18:05:52 2016 +0200
| 
|     * OMCompiler 183b510...5c6c19f (1):
|       > Revert "add xml root element for logFormat=xml"
| 
| M	OMCompiler
| 
* commit e5688189f98bb1872bc6cca20d5bb4273e25e59f
| Author: vwaurich 
| Date:   Thu Oct 27 17:21:46 2016 +0200
| 
|     * OMCompiler 82c4ecd...183b510 (1):
|       > Remove tab from visualxml tpl
| 
| M	OMCompiler
| 
* commit 21219214a5c9d3a9a988c8e77d36f77e562872d9
| Author: vwaurich 
| Date:   Thu Oct 27 16:14:51 2016 +0200
| 
|     * OMCompiler 745621e...82c4ecd (1):
|       > Take an arbitrary alias for externalObjects if unsure
| 
| M	OMCompiler
| 
* commit 23e00d9b4e96656c7d85726ebe7b36c098278fdf
| Author: vwaurich 
| Date:   Thu Oct 27 15:20:05 2016 +0200
| 
|     * OMCompiler c98026b...745621e (1):
|       > Fix visXMl for file-shapeTypes since new parameter stuff made things different
| 
| M	OMCompiler
| 
* commit 299f26b15ddfde25c337cd38565ad44142939acf
| Author: Willi Braun 
| Date:   Thu Oct 27 14:30:04 2016 +0200
| 
|     * OMCompiler c237c18...c98026b (1):
|       > add xml root element for logFormat=xml
| 
| M	OMCompiler
| 
* commit 5c902cf56909fcffb3e7a76346794ad083c14b10
| Author: vwaurich 
| Date:   Thu Oct 27 09:37:50 2016 +0200
| 
|     * testsuite cfb4594...73de300 (1):
|       > test for algorithm counting
| 
| M	testsuite
| 
* commit c8a806c0701ebb2a75c1fca1ed68e83295d1eab7
| Author: vwaurich 
| Date:   Thu Oct 27 09:16:11 2016 +0200
| 
|     * OMCompiler 7def99e...c237c18 (2):
|       > always expand records when counting algos
|       > Dont expand algorithm when counting the size after removeSimpleEquations
| 
| M	OMCompiler
| 
* commit 209c082932c9c64f83135904997d244a8d7ff40d
| Author: Rüdiger Franke 
| Date:   Thu Oct 27 07:25:51 2016 +0200
| 
|     * OMCompiler 6345c52...7def99e (1):
|       > Enhance elabBuiltinDynamicSelect for texts, ticket:3675
| 
| M	OMCompiler
| 
* commit 5aa0206b7c485d3500ccfa842f91fe4739e75801
| Author: hudson 
| Date:   Thu Oct 27 00:44:38 2016 +0200
| 
|     * OMEdit 71c8892...f9c1597 (1):
|       > Merge pull request #45 from rfranke/dyntext
| 
| M	OMEdit
| 
* commit 0a1b881885f057639683e56a8d68784fe783cb61
| Author: Rüdiger Franke 
| Date:   Wed Oct 26 20:26:43 2016 +0200
| 
|     * OMCompiler 1580918...6345c52 (1):
|       > Override protected with HideResult annotation, ticket:4089
| 
| M	OMCompiler
| 
* commit 93ff3ed8082c6f9ff7f07e73a5bc9d78a1fb8a0d
| Author: hudson 
| Date:   Wed Oct 26 19:09:11 2016 +0200
| 
|     * libraries a4fda0d...aa728f0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 324fcf6302b07aac404f1c88c39f1eb4d42b64f9
| Author: Adeel Asghar 
| Date:   Wed Oct 26 16:43:01 2016 +0200
| 
|     * OMEdit c12584a...71c8892 (1):
|       > ticket:4095 Handle parameters of inherited components.
| 
| M	OMEdit
| 
* commit 2fc161a3763fbc581e1492a76068ac52ae834a12
| Author: vwaurich 
| Date:   Wed Oct 26 15:59:48 2016 +0200
| 
|     * testsuite ef5f530...cfb4594 (1):
|       > add test for tuple assignments in whenoperator for cpp
| 
| M	testsuite
| 
* commit 49afdd6347ad800e2132dced7b2a0e05e15d8a90
| Author: vwaurich 
| Date:   Wed Oct 26 15:44:42 2016 +0200
| 
|     * OMCompiler 3fd4d4f...1580918 (1):
|       > fix cpp codegen for tuple assignments in whenOperators
| 
| M	OMCompiler
| 
* commit b6d809a36753f50592435f6c7093b10f7a2c9aaa
| Author: Adeel Asghar 
| Date:   Wed Oct 26 14:19:53 2016 +0200
| 
|     * OMEdit 3f78d75...c12584a (2):
|       > ticket:4091 Check if object is 0.
|       > Make SimulationDialog remember its geometry. Moved the VerticalScrollArea class to Utilities.
| 
| M	OMEdit
| 
* commit c647ab9d3f75b7dbfa57951280fa9dd28294964b
| Author: hudson 
| Date:   Wed Oct 26 12:36:01 2016 +0200
| 
|     Updating submodules
|     * OMEdit 05d565c...3f78d75 (2):
|       > Merge pull request #43 from vwaurich/view
|       > Merge pull request #42 from rfranke/issues
|     
|     * OMPlot acfbd68...f335090 (2):
|       > Better tooltip. Missing files from last commit.
|       > ticket:2166, 2696 & 3879. Show the value of the curve on the mouse hover. Highlight the closest data point with a marker.
|     
|     * libraries 86afd0c...a4fda0d (1):
|       > Bump libraries
| 
| M	OMEdit
| M	OMPlot
| M	libraries
| 
* commit a97a82beba903fc5614b7fac0d9a07de03680644
| Author: Lennart Ochel 
| Date:   Wed Oct 26 12:07:09 2016 +0200
| 
|     * OMCompiler c8df1c5...3fd4d4f (1):
|       > Fix generation of parameter equations
| 
| M	OMCompiler
| 
* commit fef404da7ec2c794296d2ff326f0d9011ee624dc
| Author: Lennart Ochel 
| Date:   Wed Oct 26 11:45:09 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5515de8...c8df1c5 (4):
|       > Revert "rewrite simplifyComplexFunction"
|       > Revert "fixed PR 1148"
|       > Revert "improved array dump"
|       > Revert "workaround for array=f()"
|     
|     * testsuite 150de49...ef5f530 (1):
|       > Revert "Expected output"
| 
| M	OMCompiler
| M	testsuite
| 
* commit b160e75893ba984e4da08917cf772b96fbc07851
| Author: Martin Sjölund 
| Date:   Wed Oct 26 11:23:35 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 295a040...5515de8 (1):
|       > Add support for clang (3.7+) OpenMP
|     
|     * testsuite 3b40628...150de49 (1):
|       > Fix for clang OpenMP flags not working with g++
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8e4bf38bb5af91efdf76c5a3a044a58f19bacfea
| Author: Rüdiger Franke 
| Date:   Mon Oct 24 23:25:59 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f992d19...295a040 (5):
|       > Read all values from init.xml, ticket:4089
|       > Emit protected variables with HideResult=false, ticket:4089
|       > Accept -alarm and -abortSlowSimulation for nightly tests
|       > Filter protected and hidden in Cpp runtime, ticket:4089
|       > Replace tabs with spaces in XmlPropertyReader, ticket:4089
|     
|     * testsuite af55713...3b40628 (1):
|       > Expected output, ticket:4089
| 
| M	OMCompiler
| M	testsuite
| 
* commit ad242b82fbb3debe335975c5a0723ad4d8bddfb5
| Author: Willi Braun 
| Date:   Mon Oct 24 19:35:19 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3775ade...f992d19 (1):
|       > let linearize also run in numerical mode
|     
|     * testsuite 94fced8...af55713 (1):
|       > adjust linearization test to numerical linearize
| 
| M	OMCompiler
| M	testsuite
| 
* commit d18556d2dcb8947f57ce24ccecc0bd6297c95cc0
| Author: hudson 
| Date:   Mon Oct 24 19:09:41 2016 +0200
| 
|     * libraries ded17ff...86afd0c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5e8aa775a76a03fd12f0a14ce83b8c88b16a2c57
| Author: Martin Sjölund 
| Date:   Mon Oct 24 14:39:07 2016 +0200
| 
|     * libraries 89f0981...ded17ff (1):
|       > Add M_DD to the core libraries
| 
| M	libraries
| 
* commit a412b894d73d75f2d35c19c1e67cd89e0fb983a8
| Author: vwaurich 
| Date:   Mon Oct 24 14:22:14 2016 +0200
| 
|     * OMCompiler 60e1286...3775ade (1):
|       > small cleanup
| 
| M	OMCompiler
| 
* commit 621a51d73d82163116ade723e00c3ee7f1ca7076
| Author: vwaurich 
| Date:   Mon Oct 24 13:47:06 2016 +0200
| 
|     * OMCompiler bef320c...60e1286 (1):
|       > function to get linker library paths with extra case for Winmm
| 
| M	OMCompiler
| 
* commit cb1fb0bdb2408f879efbccee93d95eac3c5e1d60
| Author: Rüdiger Franke 
| Date:   Mon Oct 24 13:15:42 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1692f27...bef320c (2):
|       > The 1 matters (see Filter parameter results)
|       > Filter parameter results, ticket:3925, ticket:4029
|     
|     * testsuite db2ea6b...94fced8 (1):
|       > Need -emit_protected to check protected vars
| 
| M	OMCompiler
| M	testsuite
| 
* commit d2688c406221f57722b5040ec299c4812a974050
| Author: vwaurich 
| Date:   Mon Oct 24 11:28:33 2016 +0200
| 
|     * OMCompiler dd59e54...1692f27 (1):
|       > BackendDAE.ASSIGN can hold tuples on lhs
| 
| M	OMCompiler
| 
* commit 02c9715ab1c4d87c34aa4c79f06a522dc851cba7
| Author: Rüdiger Franke 
| Date:   Mon Oct 24 09:18:36 2016 +0200
| 
|     * OMCompiler 339c749...dd59e54 (2):
|       > Only filter public variables with HideResult, ticket:4089
|       > HideResult defaults to protected, ticket:4089
| 
| M	OMCompiler
| 
* commit 86abee48d4b9fdf99296567dbc21cb0c43a9cd2b
| Author: vruge 
| Date:   Mon Oct 24 00:16:08 2016 +0200
| 
|     * OMCompiler 1a1a32a...339c749 (3):
|       > workaround for array=f()
|       > improved array dump
|       > fixed PR 1148
| 
| M	OMCompiler
| 
* commit 3bfdcb8321e26ad19a244909d0f37337ccbb3863
| Author: hudson 
| Date:   Sun Oct 23 19:09:35 2016 +0200
| 
|     * libraries 711df7b...89f0981 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 089d50ac1367d6455d5ef17309b66ee4f7f98a5e
| Author: hudson 
| Date:   Sat Oct 22 19:09:58 2016 +0200
| 
|     * libraries da0aaee...711df7b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3b7128677905852e6d013db3ef4e560f18fba5b8
| Author: Martin Sjölund 
| Date:   Fri Oct 21 14:14:18 2016 +0200
| 
|     * OMCompiler f9018bb...1a1a32a (1):
|       > Fix order of clocked equations
| 
| M	OMCompiler
| 
* commit f61028713a46de626ec8754f2144163ac910150f
| Author: Niklas Worschech 
| Date:   Fri Oct 21 11:30:12 2016 +0200
| 
|     * OMCompiler 68f9aae...f9018bb (1):
|       > fix in cpp runtime for msvc 2013
| 
| M	OMCompiler
| 
* commit 407cd03a3b3f375a24a8a949a45823a2a68616b9
| Author: hudson 
| Date:   Fri Oct 21 11:17:47 2016 +0200
| 
|     * OMEdit 1543682...05d565c (1):
|       > Merge pull request #40 from rfranke/t4084
| 
| M	OMEdit
| 
* commit cdd3193dee5a08b96f3e75668839f5399393f54a
| Author: vruge 
| Date:   Fri Oct 21 09:03:47 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d75f648...68f9aae (1):
|       > rewrite simplifyComplexFunction
|     
|     * testsuite f627ad4...db2ea6b (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 505e2df1b94b14f91c3ec7090db3cf55549e67de
| Author: ptaeuber 
| Date:   Thu Oct 20 23:12:26 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c2ed655...d75f648 (1):
|       > Correct handling of parameters
|     
|     * testsuite af76f8a...f627ad4 (1):
|       > Suit testsuite to new parameter handling
| 
| M	OMCompiler
| M	testsuite
| 
* commit 03322bce6602f783cea1015455ceffb0ba349908
| Author: Martin Sjölund 
| Date:   Thu Oct 20 13:22:05 2016 +0200
| 
|     * OMCompiler 53b732f...c2ed655 (1):
|       > Changes to FMI autoconf, more debugging messages
| 
| M	OMCompiler
| 
* commit eabb4ad99cf877482cda38afb44470bb4a75f5cd
| Author: hudson 
| Date:   Thu Oct 20 12:03:28 2016 +0200
| 
|     * OMEdit 02e5b67...1543682 (1):
|       > Merge pull request #38 from rfranke/t4081
| 
| M	OMEdit
| 
* commit c99acb6a9d0e204f27a8ea11bd9664a49a36c6e1
| Author: Rüdiger Franke 
| Date:   Thu Oct 20 07:02:38 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5d9af84...53b732f (1):
|       > ConvertUnits, ticket:4081
|     
|     * testsuite 687b256...af76f8a (1):
|       > Extend test of convertUnits, ticket:4081
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1396493bef018dc1fef24d6ad6b07836f6bbf87d
| Author: Willi Braun 
| Date:   Thu Oct 20 00:48:09 2016 +0200
| 
|     * OMCompiler b304032...5d9af84 (2):
|       > add deltaX flag and pass it to the linearization
|       > review lineraize code
| 
| M	OMCompiler
| 
* commit f6c24d003e3660567cb96565b3e4e2f30a0940ec
| Author: hudson 
| Date:   Wed Oct 19 22:32:40 2016 +0200
| 
|     * OMEdit d605fc7...02e5b67 (1):
|       > Merge pull request #37 from vwaurich/master
| 
| M	OMEdit
| 
* commit 3945815d22a2ebc2ebedaa61269b9362eb3598e4
| Author: hudson 
| Date:   Wed Oct 19 19:11:54 2016 +0200
| 
|     * libraries 849998a...da0aaee (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 29b4a9b1f2cf74489dd21826a5789146ba54c14a
| Author: Adeel Asghar 
| Date:   Wed Oct 19 17:33:17 2016 +0200
| 
|     * doc 819079b...16aad1b (1):
|       > Updated the screenshots.
| 
| M	doc
| 
* commit 6995f77760d84ce8d509785d1b8592f09f4cb90f
| Author: Adeel Asghar 
| Date:   Wed Oct 19 15:47:02 2016 +0200
| 
|     * doc d6aaeca...819079b (1):
|       > Added screenshots and user's guide for the visualization.
| 
| M	doc
| 
* commit c2c0eb4e51ad787f700b233b1f40722b4f8d2158
| Author: Adeel Asghar 
| Date:   Wed Oct 19 15:15:12 2016 +0200
| 
|     * doc 362b74d...d6aaeca (1):
|       > Updated according to new options of Options Dialog.
| 
| M	doc
| 
* commit 313130b27c65443cbea89c8e37a51b8c7a3d3e7a
| Author: Adeel Asghar 
| Date:   Wed Oct 19 14:51:52 2016 +0200
| 
|     * doc 3a34ba9...362b74d (1):
|       > Updated according to new options of Simulation Dialog.
| 
| M	doc
| 
* commit 749edf96e4592d3db3a3803f26587a1a463bb1d8
| Author: Martin Sjölund 
| Date:   Wed Oct 19 13:03:10 2016 +0200
| 
|     * OMCompiler 92846a4...b304032 (1):
|       > Produce error-messages when linearize fails
| 
| M	OMCompiler
| 
* commit 4cbe4dd24ad39623450c240a14c6e48a5076d19a
| Author: vwaurich 
| Date:   Wed Oct 19 11:36:53 2016 +0200
| 
|     * OMCompiler f97e445...92846a4 (1):
|       > remove unused function
| 
| M	OMCompiler
| 
* commit ca20941de2dd8ee106c6d7882f0f4a8dacd27d9f
| Author: Martin Sjölund 
| Date:   Wed Oct 19 11:23:41 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1ccc53d...f97e445 (1):
|       > AvlSet instead of HashSet for structural params
|     
|     * testsuite 8fc919d...687b256 (1):
|       > Add new package to sources
| 
| M	OMCompiler
| M	testsuite
| 
* commit a4ddb86b3229e294e5dbd32b52999aec92bfcacf
| Author: vwaurich 
| Date:   Wed Oct 19 11:10:03 2016 +0200
| 
|     * OMCompiler f45d03b...1ccc53d (1):
|       > use CevalScript.getFullPathFromUri to get animation file paths
| 
| M	OMCompiler
| 
* commit 234961a2f3fedcaa77da192533202b5fd2ee26ab
| Author: vwaurich 
| Date:   Wed Oct 19 09:04:00 2016 +0200
| 
|     * OMCompiler 88b6260...f45d03b (1):
|       > get absolute paths of resource files which are used for animation
| 
| M	OMCompiler
| 
* commit c503a083c2a757d4272dcf67e13ef241656ec34c
| Author: Martin Sjölund 
| Date:   Wed Oct 19 08:09:01 2016 +0200
| 
|     * OMCompiler eae52ab...88b6260 (1):
|       > Structural parameters as HashSet instead of Table
| 
| M	OMCompiler
| 
* commit 330f368b80bb403dd3100e3e472e5dee7b426970
| Author: Adeel Asghar 
| Date:   Tue Oct 18 20:04:47 2016 +0200
| 
|     * OMEdit c9b1bad...d605fc7 (1):
|       > ticket:4081 Only skip the Record sub modifiers.
| 
| M	OMEdit
| 
* commit f57eccf6985194dbe8ed382465837ccb9de7a49f
| Author: hudson 
| Date:   Tue Oct 18 19:12:59 2016 +0200
| 
|     * libraries 24c620f...849998a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 379eed07a4c5bfa98ac06ac54db647a8be3c012b
| Author: Adeel Asghar 
| Date:   Tue Oct 18 18:21:17 2016 +0200
| 
|     * OMEdit 3b858fb...c9b1bad (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Options for keeping the variables browser shown in Modeling perspective.
| 
| M	OMEdit
| 
* commit 177e9f271319507c7e6a3ed48093d268697108fa
| Author: Martin Sjölund 
| Date:   Tue Oct 18 17:51:46 2016 +0200
| 
|     Updating submodules
|     * OMEdit 62ed426...3b858fb (1):
|       > Update submodule
|     
|     * OMNotebook 2d8ab4a...ef48413 (1):
|       > Update submodule
|     
|     * OMPlot f907e83...acfbd68 (1):
|       > Update submodule
|     
|     * OMShell 1125cc6...0a2edd8 (1):
|       > Update submodule
|     
|     * common 99788c6...b895c9a (1):
|       > Fix for OSX quoting
| 
| M	OMEdit
| M	OMNotebook
| M	OMPlot
| M	OMShell
| M	common
| 
* commit b9c47b254b373111d929012db023944913d62a51
| Author: hudson 
| Date:   Tue Oct 18 14:31:05 2016 +0200
| 
|     * OMEdit 45ed062...62ed426 (1):
|       > Merge pull request #36 from rfranke/varsvis
| 
| M	OMEdit
| 
* commit 56bef316d62989f6a8ec1ac8faadf5630e7b1563
| Author: Martin Sjölund 
| Date:   Tue Oct 18 11:58:46 2016 +0200
| 
|     * OMPlot 1e06cf2...f907e83 (1):
|       > Compile OMPlot with C++11
| 
| M	OMPlot
| 
* commit 32bdc8787792d9a9a778e82d24cc891884a364a5
| Author: Rüdiger Franke 
| Date:   Tue Oct 18 10:18:52 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 55548c1...eae52ab (2):
|       > Remove Cpp code generation for initialization of alias vars
|       > Adapt Cpp code to increased use of calculatedParameter, ticket:4027
|     
|     * testsuite 2249704...8fc919d (4):
|       > Finally disable new Crane test. Now it really fails on Hudson.
|       > Revert previous commit and add missing file
|       > Remove test with strange Hudson "Result xml-file not found"
|       > Extend tests for calculatedParameter, ticket:4027
| 
| M	OMCompiler
| M	testsuite
| 
* commit d13b6b0cd6f4e5c676cae66d598a5564d77c81d8
| Author: hudson 
| Date:   Mon Oct 17 19:24:43 2016 +0200
| 
|     * libraries 7f1dbe4...24c620f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b94da0447d92b149708416fb53f8dcc18e2705d3
| Author: Adrian Pop 
| Date:   Mon Oct 17 19:13:56 2016 +0200
| 
|     fix windows builds
|     - do not remove just the modelica3d target as it puts the build in an infinite loop!
| 
| M	Makefile.omdev.mingw
| 
* commit 645cec9f2c77996ac9a41c2694c5bbdac14b6733
| Author: Per Östlund 
| Date:   Mon Oct 17 16:31:59 2016 +0200
| 
|     * OMCompiler 7efbde0...55548c1 (1):
|       > Improved prefixing in NFInst.
| 
| M	OMCompiler
| 
* commit 5623c1d6ed896b41143d7caa690fab24552ca708
| Author: Martin Sjölund 
| Date:   Mon Oct 17 13:51:22 2016 +0200
| 
|     * OMCompiler c8b206d...7efbde0 (2):
|       > Only run SMFlatten if the model uses SMs
|       > Tabs to spaces
| 
| M	OMCompiler
| 
* commit c186defaf6aae4b01ff754f2ddb556af3310cb41
| Author: Martin Sjölund 
| Date:   Mon Oct 17 12:00:25 2016 +0200
| 
|     Updating submodules
|     * OMEdit 52f9e6f...45ed062 (3):
|       > Update submodule
|       > Update submodule
|       > Fix detection of Qt5 for qjson
|     
|     * OMNotebook b87805e...2d8ab4a (3):
|       > Update submodule
|       > Update submodule
|       > Update common submodule
|     
|     * OMPlot 4f2beb7...1e06cf2 (3):
|       > Update submodule
|       > Update submodule
|       > Update common submodule
|     
|     * OMShell ce1ebbf...1125cc6 (3):
|       > Update submodule
|       > Update submodule
|       > Update common submodule
|     
|     * common 364b7dd...99788c6 (4):
|       > Handle qmake -qt4
|       > We need to substitute LRELEASE like before
|       > Fix logic for qjson Qt4/Qt5
|       > Improve detection of lrelease
| 
| M	OMEdit
| M	OMNotebook
| M	OMPlot
| M	OMShell
| M	common
| 
* commit 1d08fbc30e95aebcf30ddad84c89bbe3881f729d
| Author: Martin Sjölund 
| Date:   Mon Oct 17 09:05:49 2016 +0200
| 
|     Updating submodules
|     * doc d7ea0d8...3a34ba9 (1):
|       > Remove references to Modelica3D
|     
|     * libraries f2b3e94...7f1dbe4 (1):
|       > Remove references to Modelica3D
| 
| M	doc
| M	libraries
| 
* commit 4c891dc8b7dcc6250949902a871acc2aa7c03df4
| Author: Rüdiger Franke 
| Date:   Mon Oct 17 08:40:17 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 30c4b4c...c8b206d (3):
|       > Correct numbers of variables, ticket:4072
|       > Fix multi-dimensional arrays in Cpp init.xml, ticket:4072
|       > Partly revert "Move adding of tempVars into model info"
|     
|     * testsuite 8637cad...2249704 (2):
|       > Extend MatrixIO tests with negative aliases
|       > Revert "Expected output" -- a bug was introduced!
| 
| M	OMCompiler
| M	testsuite
| 
* commit bea3ac45d307f38a351f3b99d8cdbc87935c784e
| Author: Martin Sjölund 
| Date:   Mon Oct 17 08:27:08 2016 +0200
| 
|     * testsuite 7886e2e...8637cad (1):
|       > Remove references to Modelica3D
| 
| M	testsuite
| 
* commit b31a58e5ab6180e9c3a303597620328d34ccce4f
| Author: Martin Sjölund 
| Date:   Mon Oct 17 08:03:33 2016 +0200
| 
|     Remove references to Modelica3D
| 
| M	Makefile.in
| M	Makefile.omdev.mingw
| M	configure.ac
| 
* commit d8301729fb4aff8d71a3c03b648cd91f0a5fe5cb
| Author: hudson 
| Date:   Sun Oct 16 19:11:56 2016 +0200
| 
|     * libraries 9534aff...f2b3e94 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9eb3083f79060491bf1635240cab3ab9ef44b9d6
| Author: hudson 
| Date:   Sat Oct 15 18:55:48 2016 +0200
| 
|     * OMCompiler 4f6ee12...30c4b4c (2):
|       > Updating 3rdParty
|       > adapt code to MSVC2015 - the compilation will now use the existing   VS 2015, 2013, 2012, 2010 in that order - use VSVERSION=20NN to change the order - fix a minor warning in the CPP runtime CMakeLists.txt
| 
| M	OMCompiler
| 
* commit e00c5c2e8ef01e24181f2e20f40e71f5d6b93444
| Author: Rüdiger Franke 
| Date:   Sat Oct 15 17:24:33 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d314f5c...4f6ee12 (1):
|       > Fix array storage order in FMI export, ticket:4072
|     
|     * testsuite f32443c...7886e2e (1):
|       > Add tests for ticket:4072 (array storage order)
| 
| M	OMCompiler
| M	testsuite
| 
* commit cea9c6077dc375fe28d378ba9381509102a1f0d7
| Author: hudson 
| Date:   Fri Oct 14 19:11:39 2016 +0200
| 
|     * libraries 8097e93...9534aff (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e086bc8860a23ce400ae9b777e2d9586a7bf2307
| Author: Niklas Worschech 
| Date:   Fri Oct 14 15:26:58 2016 +0200
| 
|     * OMCompiler 892dc5a...d314f5c (1):
|       > added ModelicaIO and zlib to cpp runtime build
| 
| M	OMCompiler
| 
* commit bff223e69a9886987d7bc371653f88f95852e0fb
| Author: hudson 
| Date:   Fri Oct 14 14:03:56 2016 +0200
| 
|     * OMEdit 520810b...52f9e6f (1):
|       > Merge pull request #35 from rfranke/none
| 
| M	OMEdit
| 
* commit 2495427be2d4d2ee4cc3a5903707cb575f487902
| Author: Rüdiger Franke 
| Date:   Thu Oct 13 22:39:16 2016 +0200
| 
|     * OMCompiler d95bf99...892dc5a (1):
|       > Mark inputs changeable
| 
| M	OMCompiler
| 
* commit 061d238c5d86d66128faf61bfa2bf6a0a03b03e3
| Author: Per Östlund 
| Date:   Thu Oct 13 21:34:01 2016 +0200
| 
|     * OMCompiler bdb177c...d95bf99 (1):
|       > Don't dump the flat model in silent mode.
| 
| M	OMCompiler
| 
* commit 854d277cf4cccfd0ce9a31ac78c7b087753958d0
| Author: hudson 
| Date:   Thu Oct 13 19:11:35 2016 +0200
| 
|     * libraries 1e367c0...8097e93 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0a045c6f6534e021f1178192a1abdd7bf1a84cf2
| Author: Adeel Asghar 
| Date:   Thu Oct 13 14:54:27 2016 +0200
| 
|     * OMEdit 2c0eb7f...520810b (1):
|       > Ticket:3626 Show parameter records instead of bindings.
| 
| M	OMEdit
| 
* commit 28631ca1ddd6db67a509725c387ed39aeee72636
| Author: Adeel Asghar 
| Date:   Thu Oct 13 14:29:19 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 69d8e82...bdb177c (1):
|       > Added new API getComponentModifierValues. Returns the submodifiers. Moved getComponentModifierValue to ModelicaBuiltin.mo
|     
|     * testsuite 4c97d58...f32443c (1):
|       > Expected output for getComponentModifierValue. Added getComponentModifierValues call.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a9d5c6d2ebae54d49023889b08c7ee09a20c24ff
| Author: Martin Sjölund 
| Date:   Thu Oct 13 13:34:57 2016 +0200
| 
|     * OMCompiler 043a756...69d8e82 (1):
|       > Start splitting large C-files into smaller ones
| 
| M	OMCompiler
| 
* commit dadeb7367ff16151294502ebadeee4a38718425c
| Author: Adeel Asghar 
| Date:   Thu Oct 13 12:30:33 2016 +0200
| 
|     * OMEdit 2af5ad1...2c0eb7f (1):
|       > ticket:4070 Fixed Options dialog pages order. Removed the unused AnimationPage class.
| 
| M	OMEdit
| 
* commit 6661c77d311da4f88784bf66f12c798e14704fd7
| Author: hudson 
| Date:   Wed Oct 12 19:12:19 2016 +0200
| 
|     * libraries f6fa03b...1e367c0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 27b3a2e28676477e8ea1ec4f0c559613ec9dc4d7
| Author: Per Östlund 
| Date:   Wed Oct 12 15:42:34 2016 +0200
| 
|     * OMCompiler b11d246...043a756 (1):
|       > Fix for a few compiler warnings.
| 
| M	OMCompiler
| 
* commit cb4f80b194eb8ea7c80f0fea33c786bf821ac83d
| Author: Martin Sjölund 
| Date:   Wed Oct 12 15:03:52 2016 +0200
| 
|     * OMCompiler 1a5a648...b11d246 (1):
|       > Link with expat when not bootstrapping
| 
| M	OMCompiler
| 
* commit 9b79b8aa05862743b61a84ba8cd716daf90e2050
| Author: Per Östlund 
| Date:   Wed Oct 12 13:14:50 2016 +0200
| 
|     * OMCompiler 6324199...1a5a648 (1):
|       > Quick hack to fix some NFInst issues.
| 
| M	OMCompiler
| 
* commit f5bc75d3972bff67f728c99ded376562abcace82
| Author: Adeel Asghar 
| Date:   Wed Oct 12 12:52:39 2016 +0200
| 
|     * OMEdit e4abcb5...2af5ad1 (1):
|       > Only call convertUnit when units are different.
| 
| M	OMEdit
| 
* commit a72ba40f3a3e269f783c4849f09085ab6f4557b7
| Author: Martin Sjölund 
| Date:   Wed Oct 12 09:19:21 2016 +0200
| 
|     * OMCompiler cba2c4a...6324199 (1):
|       > Link against fewer libraries when bootstrapping
| 
| M	OMCompiler
| 
* commit e3e23f01e138817b7956c3c9aa17ae8c7a91acdd
| Author: Rüdiger Franke 
| Date:   Wed Oct 12 08:18:33 2016 +0200
| 
|     * OMCompiler 2f98348...cba2c4a (1):
|       > Add attributes to init.xml file of Cpp runtime, ticket:4069
| 
| M	OMCompiler
| 
* commit b71a912b71e3498a06958631cc3ab8bb49d85979
| Author: hudson 
| Date:   Tue Oct 11 19:11:46 2016 +0200
| 
|     * libraries 2904e86...f6fa03b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f477a800daf2663ce6b9f1f6b3a8d3ab551f7f7b
| Author: Willi Braun 
| Date:   Tue Oct 11 16:42:00 2016 +0200
| 
|     * OMCompiler e502e33...2f98348 (1):
|       > add functionAlgebraic to callStatistics
| 
| M	OMCompiler
| 
* commit e73b174e991974a43cdf91756253065857fd9722
| Author: Adeel Asghar 
| Date:   Tue Oct 11 16:12:14 2016 +0200
| 
|     * OMEdit fd9c3f0...e4abcb5 (1):
|       > ticket:2250 & 4031 Convert the value to base unit before writing it to init xml file. Preserve the user last selected unit when re-simulating.
| 
| M	OMEdit
| 
* commit bba41399ef4d1131e6d2d1c831b8d02f4cda92b2
| Author: ptaeuber 
| Date:   Tue Oct 11 15:45:01 2016 +0200
| 
|     * OMCompiler 0c4be26...e502e33 (1):
|       > Also dump iteration variable names in tearing dump
| 
| M	OMCompiler
| 
* commit 36e277abfc54dfb211073ee248bdee67170d420c
| Author: Martin Sjölund 
| Date:   Tue Oct 11 14:10:44 2016 +0200
| 
|     * OMCompiler e272846...0c4be26 (1):
|       > HPCOM is not needed for bootstrapping
| 
| M	OMCompiler
| 
* commit d60145d77e1a412fd2b98aed8f7688b953f52b60
| Author: hudson 
| Date:   Tue Oct 11 13:45:05 2016 +0200
| 
|     * OMEdit 0d23c4d...fd9c3f0 (1):
|       > Merge pull request #34 from rfranke/vars
| 
| M	OMEdit
| 
* commit 72fa01bff8d9c8833106a529de8145694a25a600
| Author: Martin Sjölund 
| Date:   Tue Oct 11 08:52:40 2016 +0200
| 
|     * OMCompiler e52e2f9...e272846 (1):
|       > Do not link expat with omc
| 
| M	OMCompiler
| 
* commit bb307ff463afd560d1cb1c2884242480e37e7bf7
| Author: Martin Sjölund 
| Date:   Tue Oct 11 07:57:24 2016 +0200
| 
|     * doc 257c15b...d7ea0d8 (1):
|       > Use override instead of rewriting the XML-file
| 
| M	doc
| 
* commit 62ce793d523a17aa25f77db5856022f614e599a1
| Author: Rüdiger Franke 
| Date:   Tue Oct 11 07:44:02 2016 +0200
| 
|     * OMCompiler 5609fed...e52e2f9 (1):
|       > Fix use of scale factor in unit conversion, ticket:4031
| 
| M	OMCompiler
| 
* commit 6cc73abebfa50edb101267979ccffe8c1bcfc8d9
| Author: Adeel Asghar 
| Date:   Tue Oct 11 00:29:28 2016 +0200
| 
|     * OMEdit a03d35a...0d23c4d (1):
|       > Only override paint event of plot window.
| 
| M	OMEdit
| 
* commit da6de9e19490591ff16caca165ebda2765d0fae1
| Author: Adeel Asghar 
| Date:   Tue Oct 11 00:05:00 2016 +0200
| 
|     * OMPlot 9ccbe20...4f2beb7 (1):
|       > ticket:3984 Added a tooltip for legend item with name and filename.
| 
| M	OMPlot
| 
* commit e1a4f866ffe348550634f7903625c318b5848172
| Author: hudson 
| Date:   Mon Oct 10 19:11:58 2016 +0200
| 
|     * libraries 63c4fca...2904e86 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a7820f48f8486c47ee7c613882515ab3b9dd7cee
| Author: hudson 
| Date:   Sat Oct 8 19:11:45 2016 +0200
| 
|     * libraries c30f5f9...63c4fca (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 68140cad1a48f1a090e4053953fc8d8f23027026
| Author: Rüdiger Franke 
| Date:   Sat Oct 8 14:32:35 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0901cc3...5609fed (3):
|       > Add support for Imperial units, ticket:4031
|       > Add missing derived units, ticket:4031
|       > Remove derived units with standard prefixed, ticket:4031
|     
|     * testsuite 1234c1e...4c97d58 (1):
|       > Expected output, ticket:4031
| 
| M	OMCompiler
| M	testsuite
| 
* commit da083c7b93a6e6709f25b6706b39d8dfbf7d1236
| Author: rfranke 
| Date:   Sat Oct 8 14:15:21 2016 +0200
| 
|     * OMEdit f063a54...a03d35a (1):
|       > Restrict unit selector to displayUnit and internal unit, ticket:4031 (#33)
| 
| M	OMEdit
| 
* commit a5abd6f28fa630a046c3db1e4e1dbd27d1c78016
| Author: hudson 
| Date:   Fri Oct 7 19:12:05 2016 +0200
| 
|     * libraries 3cd771b...c30f5f9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 93eaf9a7a6060b0aada32669e63b282cf9a62cd6
| Author: Rüdiger Franke 
| Date:   Fri Oct 7 18:52:43 2016 +0200
| 
|     * OMCompiler b5b49b0...0901cc3 (1):
|       > Add derived unit deg
| 
| M	OMCompiler
| 
* commit 71c21e0349a2fac635babca6c080775e5203cf42
| Author: ptaeuber 
| Date:   Fri Oct 7 14:44:12 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0382fe8...b5b49b0 (1):
|       > Use Ceval.ceval to evaluate ...
|     
|     * testsuite bea3e6f...1234c1e (1):
|       > Remove removed flag
| 
| M	OMCompiler
| M	testsuite
| 
* commit c2b84d3f11b1fdf3057925163c2278a474027bb4
| Author: Adeel Asghar 
| Date:   Fri Oct 7 14:16:22 2016 +0200
| 
|     * OMEdit 489670a...f063a54 (1):
|       > ticket:4031 Correctly read the unit value from derived classes.
| 
| M	OMEdit
| 
* commit 5592ae89010d382cc472bcdb15c7cd166861a3d0
| Author: vwaurich 
| Date:   Fri Oct 7 13:56:43 2016 +0200
| 
|     * OMCompiler 0cba003...0382fe8 (1):
|       > better external object detection
| 
| M	OMCompiler
| 
* commit 114ace906a9c5d5d1081dd66976014aa74d2d492
| Author: Adeel Asghar 
| Date:   Fri Oct 7 13:38:33 2016 +0200
| 
|     * OMCompiler 9e417e1...0cba003 (1):
|       > ticket:4031 Added kV & mV derived units.
| 
| M	OMCompiler
| 
* commit 83725f2c0c8e9bd9bc2eea28a3e004237eaa31ff
| Author: vwaurich 
| Date:   Fri Oct 7 11:24:05 2016 +0200
| 
|     * OMCompiler a4f724f...9e417e1 (1):
|       > external alias handling
| 
| M	OMCompiler
| 
* commit 1bb3ecb0d2051214f620a965ff318c238324b74c
| Author: Martin Sjölund 
| Date:   Fri Oct 7 08:03:13 2016 +0200
| 
|     * OMCompiler c5383bb...a4f724f (1):
|       > Simpler check if running the testsuite
| 
| M	OMCompiler
| 
* commit 4fe038488fc637001f4477effa2a9fe3bf22e3d3
| Author: arun3688 
| Date:   Thu Oct 6 18:15:56 2016 +0200
| 
|     * OMNotebook baba16a...b87805e (1):
|       > update DrModelica exercises
| 
| M	OMNotebook
| 
* commit 0d15349e0283e2f94827573554a4e94224bbb83a
| Author: hudson 
| Date:   Wed Oct 5 19:12:50 2016 +0200
| 
|     * libraries 6d2ca2b...3cd771b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 16c97b8d90d2b5c6b000ae626184effb0def3269
| Author: Lennart Ochel 
| Date:   Wed Oct 5 18:25:53 2016 +0200
| 
|     * OMCompiler bb86695...c5383bb (1):
|       > Fix wrong escape sequence
| 
| M	OMCompiler
| 
* commit fd532f0a3c00e79fc24ed69eb662360a1e070b02
| Author: adrpo 
| Date:   Wed Oct 5 18:06:25 2016 +0200
| 
|     * testsuite 8163c35...bea3e6f (1):
|       > add test for ticket:4062
| 
| M	testsuite
| 
* commit 907d44d40dcdd56e071ab574f6d6e44a43a9a1ce
| Author: adrpo 
| Date:   Wed Oct 5 17:35:00 2016 +0200
| 
|     * OMCompiler 0e6d68f...bb86695 (1):
|       > fix for ticket:4062 - put external objects inside the connection sets
| 
| M	OMCompiler
| 
* commit c1c4cac38e86872c5bb09a5068b94f05352364ec
| Author: Willi Braun 
| Date:   Wed Oct 5 17:10:36 2016 +0200
| 
|     * OMCompiler 08ea75e...0e6d68f (1):
|       > nonlinear homotopy solver with lapack
| 
| M	OMCompiler
| 
* commit 17c47ef4846463702ee44212ff4d2d8821f2a2c7
| Author: vwaurich 
| Date:   Wed Oct 5 16:31:07 2016 +0200
| 
|     * OMCompiler db19191...08ea75e (1):
|       > replace parameters in external objects, extend simCodeDebugDump
| 
| M	OMCompiler
| 
* commit 233b4784d49e0756516186dd1990173c749d7ab8
| Author: Adeel Asghar 
| Date:   Wed Oct 5 14:21:53 2016 +0200
| 
|     * OMEdit 1a0ccb3...489670a (1):
|       > ticket:4043 Only add the version and uses annotation to the top level class.
| 
| M	OMEdit
| 
* commit 400d84fc6ec531916c868b8a207965d7ec147412
| Author: Adeel Asghar 
| Date:   Wed Oct 5 12:34:22 2016 +0200
| 
|     * OMEdit 9206e66...1a0ccb3 (1):
|       > Fixed the issue with over sizing of MainWindow. Give the AnimationWindow a title.
| 
| M	OMEdit
| 
* commit f806b430d9600807c611a1c40efa2ea54dc1e041
| Author: hudson 
| Date:   Tue Oct 4 19:12:10 2016 +0200
| 
|     * libraries 86b2944...6d2ca2b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c9bf0a7a5213214e89f0433ab2403b2dc126bced
| Author: vwaurich 
| Date:   Tue Oct 4 16:14:46 2016 +0200
| 
|     * OMCompiler c687a77...db19191 (1):
|       > do not link some external library resources (user32, pthread, X11)
| 
| M	OMCompiler
| 
* commit 79724aff1888ed5037eda5730aeacdc0247128a5
| Author: ptaeuber 
| Date:   Tue Oct 4 16:01:19 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a6e4095...c687a77 (1):
|       > Fix BackendVarTransform.replaceExp
|     
|     * testsuite a7103da...8163c35 (1):
|       > Use -output-flag instead of val-function
| 
| M	OMCompiler
| M	testsuite
| 
* commit a049a83772a948a3b8340aea8631ec2cbda000cb
| Author: Martin Sjölund 
| Date:   Tue Oct 4 14:15:54 2016 +0200
| 
|     Update README.md
| 
| M	README.md
| 
* commit c6c65ff62781cc5ffdedc5672c1d42ec023c982e
| Author: hudson 
| Date:   Tue Oct 4 14:02:10 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ea2bf10...a6e4095 (1):
|       > New instantiation update.
|     
|     * testsuite eb20534...a7103da (1):
|       > - Disable all scodeinst tests for now.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0907003b8d8c568896b9b2445d92a8529d2e3921
| Author: adrpo 
| Date:   Tue Oct 4 04:10:20 2016 +0200
| 
|     * OMCompiler f03616c...ea2bf10 (1):
|       > fix windows build
| 
| M	OMCompiler
| 
* commit b930c4a13f2f6daefff48064abea6a53b25755d0
| Author: vruge 
| Date:   Tue Oct 4 00:29:13 2016 +0200
| 
|     * OMCompiler aaeec2c...f03616c (1):
|       > loop -> memcpy
| 
| M	OMCompiler
| 
* commit 6809cba687a8f68ea9220292250e0499f8bf7dcd
| Author: vruge 
| Date:   Mon Oct 3 21:34:02 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6759fed...aaeec2c (1):
|       > added explicit rungekutta with step size control of order 4
|     
|     * testsuite 020ac7f...eb20534 (1):
|       > added test for rungekutta_ssc
| 
| M	OMCompiler
| M	testsuite
| 
* commit 82153c23a913b50e22219d5ee05b172cad46d4a5
| Author: Adeel Asghar 
| Date:   Sat Oct 1 01:58:05 2016 +0200
| 
|     * OMEdit 6ec4f43...9206e66 (2):
|       > Use QLineEdit instead of QTextEdit. Mark the strings for translation.
|       > Reverse the mouse wheel zooming.
| 
| M	OMEdit
| 
* commit 58ec694ed291d70af188d0f2a2ef9f8474f54fe7
| Author: Adeel Asghar 
| Date:   Sat Oct 1 00:56:49 2016 +0200
| 
|     * OMEdit 77d8742...6ec4f43 (1):
|       > Automatically launch the animation window.
| 
| M	OMEdit
| 
* commit 1553a491c6038aa874a3c6e15a3bb898ddd8f31f
| Author: Adeel Asghar 
| Date:   Fri Sep 30 23:42:06 2016 +0200
| 
|     Copy the OSG binaries required for OMEdit.
| 
| M	Makefile.omdev.mingw
| 
* commit 182baeeaae06ac62277f1f61337caa23b7f1bfc6
| Author: alash325 
| Date:   Fri Sep 30 20:15:08 2016 +0200
| 
|     * OMCompiler 64c43c2...6759fed (2):
|       > - added wrongly deleted line
|       > Added importFMUModelDescription API
| 
| M	OMCompiler
| 
* commit 422d7e86105a496d6a7d59d8683a679ff45d7163
| Author: hudson 
| Date:   Fri Sep 30 19:11:32 2016 +0200
| 
|     * libraries d8c7fe5...86b2944 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 94f4e63f78c81148edd2c9339516771b33c90d5a
| Author: hudson 
| Date:   Fri Sep 30 17:17:47 2016 +0200
| 
|     * OMEdit 21e45ae...77d8742 (2):
|       > Make animation part of simulation process. Some other minor fixes.
|       > Merge pull request #32 from vwaurich/animation2
| 
| M	OMEdit
| 
* commit e167ad14dbdb4a5cd3a8eeabb69c241dc0bdb32f
| Author: Adeel Asghar 
| Date:   Fri Sep 30 12:44:47 2016 +0200
| 
|     * OMEdit ebbfe52...21e45ae (2):
|       > Revert "Merged OSG 3D visualization done by Volker."
|       > Merged OSG 3D visualization done by Volker.
| 
| M	OMEdit
| 
* commit 07ce5bc480df589ed3a4f4e2cfd8402b5e398b35
| Author: vwaurich 
| Date:   Fri Sep 30 09:12:16 2016 +0200
| 
|     * OMCompiler 27e2783...64c43c2 (1):
|       > add error if file name is too long
| 
| M	OMCompiler
| 
* commit 9f9019a3d476f8d869068f022fc09e9443f46ccd
| Author: Lennart Ochel 
| Date:   Fri Sep 30 06:07:50 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 895a1e1...27e2783 (1):
|       > Catch unbalanced models
|     
|     * testsuite be9dc57...020ac7f (2):
|       > Add test case for ticket:4061
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1d441b156f3f3bc3e65cb98be8b6f3dc678ba505
| Author: Willi Braun 
| Date:   Thu Sep 29 15:17:20 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler aadd604...895a1e1 (1):
|       > try to fix ticket:3999
|     
|     * testsuite 9906a4d...be9dc57 (1):
|       > add test for ticket:3999 and fix expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6ae8b586d13d7d3c5cd2e003ca331fe23253a56e
| Author: Adeel Asghar 
| Date:   Wed Sep 28 17:51:27 2016 +0200
| 
|     * OMEdit a4b17ce...ebbfe52 (1):
|       > Fixed printing the output of manager and monitor.
| 
| M	OMEdit
| 
* commit 1a2cd70ce10d08ae0d3a103bb0181b16eb71b5c3
| Author: Adeel Asghar 
| Date:   Wed Sep 28 17:10:21 2016 +0200
| 
|     * OMEdit 1dd8804...a4b17ce (1):
|       > Avoid extra QFile objects.
| 
| M	OMEdit
| 
* commit b36808d51a9ad6f678fa5ee6776d30ddc63db7c3
| Author: Lennart Ochel 
| Date:   Wed Sep 28 14:10:29 2016 +0200
| 
|     * OMCompiler e4eee95...aadd604 (1):
|       > Highlight that the unit checking module is still experimental
| 
| M	OMCompiler
| 
* commit 0eac66618319a9c3fd9955b252fe9d27ada44652
| Author: Lennart Ochel 
| Date:   Wed Sep 28 13:52:45 2016 +0200
| 
|     * OMCompiler 99952ed...e4eee95 (1):
|       > Fix unit checking for products
| 
| M	OMCompiler
| 
* commit 3774c8fb4bd41c763311f099d285d2ad37ea4005
| Author: Adeel Asghar 
| Date:   Wed Sep 28 09:56:40 2016 +0200
| 
|     * OMEdit 3bc1550...1dd8804 (1):
|       > ticket:4042 Show error message for conflicting variables names.
| 
| M	OMEdit
| 
* commit b054f03345a0972fe79ebbc131a1d596931df5db
| Author: hudson 
| Date:   Tue Sep 27 19:11:31 2016 +0200
| 
|     * libraries 88f924c...d8c7fe5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c1b9c1564a2ada074d90692dd659d681360cf58b
| Author: ptaeuber 
| Date:   Tue Sep 27 16:53:23 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 61f5e03...99952ed (1):
|       > Generate smaller initialization tearing sets
|     
|     * testsuite 01ec73d...9906a4d (1):
|       > Expected output for smaller init tearingsets
| 
| M	OMCompiler
| M	testsuite
| 
* commit 28062c6c1ff59e3268c21cd36eb43df438187903
| Author: vwaurich 
| Date:   Tue Sep 27 16:40:19 2016 +0200
| 
|     * testsuite f86f656...01ec73d (1):
|       > - added test
| 
| M	testsuite
| 
* commit fd07d42a6d131ce5100205ed131251a81ad68bab
| Author: Adeel Asghar 
| Date:   Tue Sep 27 15:20:03 2016 +0200
| 
|     * OMEdit 7152771...3bc1550 (1):
|       > Reverted the previous commit. Start the manager first.
| 
| M	OMEdit
| 
* commit 4ae5f371829c8bbb9ad8ca851abb629684bbca3c
| Author: ptaeuber 
| Date:   Tue Sep 27 12:30:17 2016 +0200
| 
|     * testsuite 8a0ec7d...f86f656 (1):
|       > Add parameter tests
| 
| M	testsuite
| 
* commit 7fd1e7d740df72d63b1cc773ec03d7edb40debaa
| Author: Lennart Ochel 
| Date:   Mon Sep 26 12:16:43 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b8604ac...61f5e03 (1):
|       > Do not use + for OM flags
|     
|     * testsuite 62c88ea...8a0ec7d (1):
|       > Do not use + for OM flags
| 
| M	OMCompiler
| M	testsuite
| 
* commit 547c4b9aef8645599d20bee84677b0b19e593079
| Author: hudson 
| Date:   Mon Sep 26 10:14:41 2016 +0200
| 
|     * libraries b3e5345...88f924c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0dd2f67b461a889dbf9f46d5e790afe03faa85bd
| Author: adrpo 
| Date:   Fri Sep 23 20:18:53 2016 +0200
| 
|     Updating submodules
|     
|     * doc 0fd4096...257c15b (2):
|       > fix for ticket:4051 (#27)
|       > Fix broken cross reference (#26)
|     
|     * libraries db11ad8...b3e5345 (1):
|       > Bump libraries
|     
|     * testsuite 9a6e387...62c88ea (1):
|       > - update test
| 
| M	doc
| M	libraries
| M	testsuite
| 
* commit f5b6e8785df717191d7a231bfb844a8dfaa8867b
| Author: ptaeuber 
| Date:   Fri Sep 23 15:40:31 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4f0d761...b8604ac (1):
|       > Fix marking structural parameters final
|     
|     * testsuite b1f3e5f...9a6e387 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0a4ea1fda68df9efffbd34456f7052da9bcedec3
| Author: hudson 
| Date:   Thu Sep 22 19:36:02 2016 +0200
| 
|     * libraries 7e555e5...db11ad8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 11de48c432e763be32629b7e05b2d02aaad28aa6
| Author: adrpo 
| Date:   Thu Sep 22 19:16:40 2016 +0200
| 
|     * testsuite d5d4c0d...b1f3e5f (1):
|       > add test for ticket:3979
| 
| M	testsuite
| 
* commit 150aad966704adb09b64660fefa60b288f34f105
| Author: adrpo 
| Date:   Thu Sep 22 18:58:01 2016 +0200
| 
|     * OMCompiler f0f37a3...4f0d761 (1):
|       > fix for ticket:3979
| 
| M	OMCompiler
| 
* commit 86cb47f940933d83324e48b1ff2abe8912722202
| Author: hudson 
| Date:   Thu Sep 22 17:10:01 2016 +0200
| 
|     Updating submodules
|     * OMEdit 3aded14...7152771 (5):
|       > Start the monitor before manager.
|       > ticket:4047 Fixed updating of icon transformation.
|       > ticket:4045 Allow users to specify dragged component name.
|       > ticket:4042 Avoid crash.
|       > Pass +locale as argument to omc_Main_init.
|     
|     * OMNotebook 2afbff6...baba16a (4):
|       > fix import of QSetttings for qt4
|       > Pass +locale as argument to omc_Main_init.
|       > Set +d=initialization by default.
|       > Read the language from OMEdit settings file.
|     
|     * libraries 8ed89b6...7e555e5 (2):
|       > Bump libraries
|       > Bump libraries
| 
| M	OMEdit
| M	OMNotebook
| M	libraries
| 
* commit 9944a43ae8027b0b9120ae297b4e5ac4cc7cbdd9
| Author: Adeel Asghar 
| Date:   Wed Sep 21 14:25:22 2016 +0200
| 
|     * OMCompiler 7c98eac...f0f37a3 (1):
|       > Added zero as default timePoint.
| 
| M	OMCompiler
| 
* commit ed6f1c1242dbc4ba77d897f47a00368a481ca090
| Author: Adeel Asghar 
| Date:   Wed Sep 21 13:17:17 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 25249c8...7c98eac (1):
|       > Updated the initialization warning text. Also marked it for translation.
|     
|     * testsuite 735a633...d5d4c0d (1):
|       > Updated tests with new initialization warning text.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 06bb102213db0c3294d452224e65f0cffc0b3f07
| Author: Adeel Asghar 
| Date:   Wed Sep 21 13:11:01 2016 +0200
| 
|     Added more words to dictionary.
| 
| M	.openmodelica.aspell
| 
* commit d96ce42cf44fbb5f8a392ceb77fd6573edede3fc
| Author: Lennart Ochel 
| Date:   Wed Sep 21 09:25:33 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4434dd5...25249c8 (1):
|       > Fix initialization problems containing
|     
|     * testsuite bf88e3f...735a633 (1):
|       > Fix initialization problems containing
| 
| M	OMCompiler
| M	testsuite
| 
* commit a457240c1f4b044f7df8dad6fd3b28ccffd65755
| Author: hudson 
| Date:   Wed Sep 21 00:37:58 2016 +0200
| 
|     * libraries f69bdc7...8ed89b6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c0b4f166c8b2566620632c3fdf5672b5746c3274
| Author: hudson 
| Date:   Wed Sep 21 00:20:24 2016 +0200
| 
|     * libraries 2c14ca0...f69bdc7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1a2579ea9033b93876322b380b835156c8dbc760
| Author: hudson 
| Date:   Tue Sep 20 19:12:21 2016 +0200
| 
|     * libraries 8ebde99...2c14ca0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4d0e38eb239eebc0b3e1d973821bfa00cbb96955
| Author: Adeel Asghar 
| Date:   Tue Sep 20 14:09:20 2016 +0200
| 
|     * OMEdit b2c63fa...3aded14 (1):
|       > Make ExactStep false as default and an optional attribute.
| 
| M	OMEdit
| 
* commit 4ee4b9101ae29aef05db482861b43db219b9a011
| Author: Adeel Asghar 
| Date:   Tue Sep 20 13:45:10 2016 +0200
| 
|     * OMEdit 37a0f72...b2c63fa (1):
|       > Clear the generated files before each new tlm co-simulation.
| 
| M	OMEdit
| 
* commit f7c4a515c7441b6b416b05f2ef41a4836d989de1
| Author: Adeel Asghar 
| Date:   Tue Sep 20 13:20:57 2016 +0200
| 
|     * OMEdit 9ca647d...37a0f72 (1):
|       > Keep the tlm co-simulation window inside main OMEdit window.
| 
| M	OMEdit
| 
* commit 2a244e23486f4839b628fe25328b95f897b00942
| Author: Adeel Asghar 
| Date:   Tue Sep 20 12:56:50 2016 +0200
| 
|     * OMEdit 19a2742...9ca647d (1):
|       > Respect the order of arguments.
| 
| M	OMEdit
| 
* commit 9664c5917b5dd93bf91335596e7935d3936f7311
| Author: ptaeuber 
| Date:   Tue Sep 20 11:27:55 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 372119f...4434dd5 (1):
|       > Provide information about which solver is used
|     
|     * testsuite 07e45ab...bf88e3f (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b6a1d5992607dec14081cd0a33949c72844337b9
| Author: hudson 
| Date:   Mon Sep 19 19:11:56 2016 +0200
| 
|     * libraries cbfb614...8ebde99 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1e51b8aef129b19ac8d707ffad68b5a54ad4b557
| Author: hudson 
| Date:   Sat Sep 17 19:11:45 2016 +0200
| 
|     * libraries ca7861b...cbfb614 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 67886fb4f12ff92c178656910ae8f3466ed73068
| Author: Lennart Ochel 
| Date:   Sat Sep 17 17:39:07 2016 +0200
| 
|     * OMCompiler 83c6631...372119f (1):
|       > Fix typo in documentation of isExperiment(..)
| 
| M	OMCompiler
| 
* commit f0075d116a60a90e5bc2ec53481cea3a75f43ef5
| Author: hudson 
| Date:   Sat Sep 17 17:22:24 2016 +0200
| 
|     Updating submodules
|     * OMEdit fe7fc5f...19a2742 (3):
|       > Compile OMEdit with C++11
|       > Proper linking for 32 or 64 bit.
|       > Allow renaming the MetaModel name.
|     
|     * OMNotebook 9ff03e5...2afbff6 (1):
|       > change insert link color to blue, update copyrights information
|     
|     * libraries ab67009...ca7861b (2):
|       > Bump libraries
|       > Bump libraries
| 
| M	OMEdit
| M	OMNotebook
| M	libraries
| 
* commit 771c29f400e7a64005bb71efb1b9fff029044181
| Author: Lennart Ochel 
| Date:   Wed Sep 14 10:03:44 2016 +0200
| 
|     * OMCompiler 6d333d4...83c6631 (2):
|       > Add available options of runtime flag -iim
|       > Remove obsolete flag from description
| 
| M	OMCompiler
| 
* commit 2fb2f3906a0d4206deeafb33e189fd8f331f9943
| Author: hudson 
| Date:   Tue Sep 13 19:12:52 2016 +0200
| 
|     * libraries 1114c90...ab67009 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bf0142eed37d26ac5fd82c5825c5af2f3931fb94
| Author: hudson 
| Date:   Mon Sep 12 19:11:19 2016 +0200
| 
|     * libraries 3351823...1114c90 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ed4fde4e5dabfd9d6d8ebdccb638cab748b4c39c
| Author: hudson 
| Date:   Sat Sep 10 19:11:49 2016 +0200
| 
|     * libraries ebddb30...3351823 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2b269344107b7db087382dc1d4917bb1825acfa5
| Author: Adeel Asghar 
| Date:   Sat Sep 10 00:13:30 2016 +0200
| 
|     * OMEdit 7ed1ea5...fe7fc5f (1):
|       > ticket:4039 Use monospaced font for text and system font for html.
| 
| M	OMEdit
| 
* commit 1d38f8da3ef09ae5e87374f24f0070b40349e0ff
| Author: hudson 
| Date:   Fri Sep 9 19:11:50 2016 +0200
| 
|     * libraries d20ece1...ebddb30 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 43a4809ee1b0d0a814bf180ff2644d51a4c40aad
| Author: hudson 
| Date:   Thu Sep 8 19:10:51 2016 +0200
| 
|     * libraries 0d6258c...d20ece1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bc743b145886511ece3e7b1394755163a42b1b72
| Author: Lennart Ochel 
| Date:   Thu Sep 8 17:10:20 2016 +0200
| 
|     * OMCompiler 5ac7218...6d333d4 (1):
|       > Remove useless condition
| 
| M	OMCompiler
| 
* commit 6d91166d0598056c22f96b57fc81b7f4c8ac4228
| Author: Adeel Asghar 
| Date:   Thu Sep 8 14:31:23 2016 +0200
| 
|     * OMEdit bbba659...7ed1ea5 (1):
|       > ticket:4039 Handle the text documentation.
| 
| M	OMEdit
| 
* commit b3d25155f3017b09ba38c559be8652a9629e0060
| Author: hudson 
| Date:   Wed Sep 7 19:10:41 2016 +0200
| 
|     * libraries f20dc2c...0d6258c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4ad5e087f91865ce6d40126aec3e746e7ad626e8
| Author: ptaeuber 
| Date:   Wed Sep 7 15:39:43 2016 +0200
| 
|     * OMCompiler 3423a6e...5ac7218 (1):
|       > Some code optimizations in Tearing.mo
| 
| M	OMCompiler
| 
* commit 9fa6eff0a430893f9b575d9cbe760657927b4564
| Author: Martin Sjölund 
| Date:   Wed Sep 7 12:09:12 2016 +0200
| 
|     * libraries 0ee0a86...f20dc2c (1):
|       > Suppress tableAvailable warning
| 
| M	libraries
| 
* commit 22933c2fc29e785c47ae9a2267573b24aae36323
| Author: Martin Sjölund 
| Date:   Wed Sep 7 10:59:25 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 863a98b...3423a6e (1):
|       > Detect tuples used as expressions
|     
|     * testsuite 9f36c1c...07e45ab (1):
|       > Fixes for ticket:4007
| 
| M	OMCompiler
| M	testsuite
| 
* commit ef16015c91fbb0dfe2fa041846ee4ff73b841576
| Author: hudson 
| Date:   Wed Sep 7 09:59:15 2016 +0200
| 
|     * libraries cba9ecf...0ee0a86 (2):
|       > Bump libraries
|       > Bump libraries
| 
| M	libraries
| 
* commit 66b21e56188bbe7b805bcb8a733f16514d231c6b
| Author: Adeel Asghar 
| Date:   Tue Sep 6 19:08:37 2016 +0200
| 
|     * OMEdit c3f1889...bbba659 (1):
|       > ticket:3964 Single & multi-line commenting for MetaModelica.
| 
| M	OMEdit
| 
* commit 4509c6ae98aca381a5c31ae4dfe31716f6fcae45
| Author: Adeel Asghar 
| Date:   Tue Sep 6 16:49:04 2016 +0200
| 
|     * OMEdit eb6ad82...c3f1889 (1):
|       > Only show the qualified name for LibraryTreeItem::Modelica in model switcher dialog.
| 
| M	OMEdit
| 
* commit a5eac21c5c12cf2cd8fccedee6778417153618f7
| Author: Adeel Asghar 
| Date:   Tue Sep 6 16:25:03 2016 +0200
| 
|     * OMEdit 04e3776...eb6ad82 (1):
|       > Open the file when enter is pressed.
| 
| M	OMEdit
| 
* commit 9a405974fc13eabac3b24edb687584f5584f2a37
| Author: hudson 
| Date:   Mon Sep 5 19:11:05 2016 +0200
| 
|     * libraries d0061e0...cba9ecf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 917026ca06c0dcd014bc32c2c7cef06c31213e7a
| Author: hudson 
| Date:   Sun Sep 4 19:11:06 2016 +0200
| 
|     * libraries ba08d5d...d0061e0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e7ba8631fbcfead531ab591ef023d2ba6c96cba9
| Author: hudson 
| Date:   Sat Sep 3 19:11:04 2016 +0200
| 
|     * libraries c09b00a...ba08d5d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f3778d5f45c171902dc13d0bbe4eeb53054dadc7
| Author: hudson 
| Date:   Fri Sep 2 19:11:48 2016 +0200
| 
|     * libraries cc801bc...c09b00a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 08d86e3cdc145ed33d9ab79a8a5976f4cfd924d7
| Author: hudson 
| Date:   Thu Sep 1 19:11:46 2016 +0200
| 
|     * libraries eec5879...cc801bc (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ccc2d2974ac8327a1856dbe2bdce70d9afbd55aa
| Author: hudson 
| Date:   Wed Aug 31 19:11:35 2016 +0200
| 
|     * libraries 2da570a...eec5879 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3591c06b851e5401832d2c4094ccb1075fd78de6
| Author: Adeel Asghar 
| Date:   Wed Aug 31 15:15:56 2016 +0200
| 
|     * OMEdit ea8dd85...04e3776 (1):
|       > ticket:4008 For now just display all parameters as enabled.
| 
| M	OMEdit
| 
* commit 9673df6437daa248d9f3a9dae868756164473bc9
| Author: Adeel Asghar 
| Date:   Wed Aug 31 14:17:45 2016 +0200
| 
|     * OMEdit ff69236...ea8dd85 (1):
|       > ticket:4026 Use the inherited class coordinate system if class doesn't have one.
| 
| M	OMEdit
| 
* commit a07ac97e16132c41c41bd0e7c84b3db597460e16
| Author: vwaurich 
| Date:   Wed Aug 31 08:43:15 2016 +0200
| 
|     * OMCompiler 55589c8...863a98b (1):
|       > - fix visualization attribute extra
| 
| M	OMCompiler
| 
* commit a85b4051bcddd19a36ceee9504db87ae4b8559ed
| Author: hudson 
| Date:   Tue Aug 30 19:11:30 2016 +0200
| 
|     * libraries 5822fc9...2da570a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8713572ca538c26e380917a31eec6a6a24b424e8
| Author: Adeel Asghar 
| Date:   Tue Aug 30 11:42:11 2016 +0200
| 
|     * OMEdit af701af...ff69236 (1):
|       > ticket:4023 Fixed the GDB path issue.
| 
| M	OMEdit
| 
* commit 714e80dc2a81553b760fc6042c26c9afaaaf5a8a
| Author: hudson 
| Date:   Mon Aug 29 19:10:52 2016 +0200
| 
|     * libraries 17837ab...5822fc9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e317479ad55d18544a7c1e56c140fdc4d7febb57
| Author: Willi Braun 
| Date:   Mon Aug 29 16:04:19 2016 +0200
| 
|     * testsuite 7496b21...9f36c1c (1):
|       > fix daeMode testsuite
| 
| M	testsuite
| 
* commit 787ff7d9cd0049a73944b212bea5ee462514a355
| Author: vwaurich 
| Date:   Mon Aug 29 15:51:21 2016 +0200
| 
|     * OMCompiler 9f51354...55589c8 (1):
|       > - generate visual.xml with +d=visxml only
| 
| M	OMCompiler
| 
* commit c3ad0a4741688bfce79f17ee8a886a808f7cb694
| Author: Willi Braun 
| Date:   Mon Aug 29 15:11:52 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5d7be40...9f51354 (1):
|       > fix dae residual varKind for code generation
|     
|     * testsuite 4248392...7496b21 (1):
|       > add dae tests to the testsuite
| 
| M	OMCompiler
| M	testsuite
| 
* commit f473622b38d75eea5850b9323463ce33a37aa139
| Author: vwaurich 
| Date:   Mon Aug 29 08:53:52 2016 +0200
| 
|     * OMCompiler 8c6ebff...5d7be40 (1):
|       > - get source info for Flags.VISUAL_XML
| 
| M	OMCompiler
| 
* commit ca42d75e97c0f9d2186448d720aa24db8b09be17
| Author: hudson 
| Date:   Sat Aug 27 19:10:54 2016 +0200
| 
|     * libraries 5bbcc65...17837ab (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6fc92320a80e1f4a305081bbb9d09900fbe1e316
| Author: hudson 
| Date:   Fri Aug 26 19:11:40 2016 +0200
| 
|     * libraries 9844f28...5bbcc65 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a5a94a3452145a496041151304b83473bde139e3
| Author: Adeel Asghar 
| Date:   Fri Aug 26 15:28:18 2016 +0200
| 
|     * OMCompiler a543be3...8c6ebff (1):
|       > Better implementation for add/update/delete transition APIs.
| 
| M	OMCompiler
| 
* commit 3b272d4789a00afbb035850bad917dd3799c5008
| Author: hudson 
| Date:   Thu Aug 25 19:11:44 2016 +0200
| 
|     * libraries e703c0a...9844f28 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b5660ff07b9f5538b33b72e087f86447ba48964c
| Author: Rüdiger Franke 
| Date:   Thu Aug 25 17:11:33 2016 +0200
| 
|     * OMCompiler 7ce61b8...a543be3 (1):
|       > Add new function signatures to ArrayOperations.h
| 
| M	OMCompiler
| 
* commit 0c99c48794cdd13f219eac7abbf4e175adc96390
| Author: Adeel Asghar 
| Date:   Thu Aug 25 14:49:28 2016 +0200
| 
|     Copy omniORB files required for OMPython.
| 
| M	Makefile.omdev.mingw
| 
* commit 0eb1e693153fc85cfa52b2b4e168959a5ea5d006
| Author: Rüdiger Franke 
| Date:   Thu Aug 25 08:19:19 2016 +0200
| 
|     * OMCompiler 0b58b42...7ce61b8 (1):
|       > Implement DIV_ARR and ADD_ARRAY_SCALAR in Cpp runtime
| 
| M	OMCompiler
| 
* commit 168de06cdefe3d96bfd55a601ade353697c9c846
| Author: hudson 
| Date:   Wed Aug 24 19:11:04 2016 +0200
| 
|     * libraries f0f1421...e703c0a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9a7a6a6520c173d2583f2454deca9a6ff67f4c95
| Author: hudson 
| Date:   Tue Aug 23 19:11:29 2016 +0200
| 
|     * libraries c0d7cd1...f0f1421 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b1e2e3c9c5a2a5fab3e4eba26927a283d71db7c0
| Author: Adeel Asghar 
| Date:   Tue Aug 23 14:04:37 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ed06e05...0b58b42 (1):
|       > Added updateTransition API.
|     
|     * testsuite aa4034b...4248392 (1):
|       > Updated the transitions test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit bf2ce72591a42f27a1944a00b681b3f8d10e501a
| Author: Adeel Asghar 
| Date:   Tue Aug 23 10:54:08 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5435748...ed06e05 (1):
|       > Fixed implementation of addTransition and deleteTransition.
|     
|     * testsuite 425e279...aa4034b (1):
|       > Call the transition tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b9b08bb29dd2a0db79d3b1d638b5752983149e6f
| Author: hudson 
| Date:   Mon Aug 22 19:10:52 2016 +0200
| 
|     * libraries 0545f46...c0d7cd1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e23197cc0b7386b7e5495ce5a14af9d8d0f273cc
| Author: Adeel Asghar 
| Date:   Mon Aug 22 12:57:35 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler dbbcff9...5435748 (1):
|       > Added deleteTransition API.
|     
|     * testsuite f12e83b...425e279 (1):
|       > Test for transitions APIs.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ddd5bd00296ad1d2a28acdf63008580844829f7b
| Author: Per Östlund 
| Date:   Mon Aug 22 12:36:34 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0735a9d...dbbcff9 (1):
|       > Fix for ticket:4028.
|     
|     * testsuite 05d7215...f12e83b (1):
|       > - Added testcase for ticket 4028.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a66f05b6075e589f8cac6f0fb14fed77cdc5b716
| Author: hudson 
| Date:   Sat Aug 20 19:11:02 2016 +0200
| 
|     * libraries 8272b09...0545f46 (2):
|       > Bump libraries
|       > Bump libraries
| 
| M	libraries
| 
* commit 90a3111c60cfafc9bc2fd6cfae6a238a95ad52b4
| Author: hudson 
| Date:   Thu Aug 18 19:10:50 2016 +0200
| 
|     * libraries 2aa606d...8272b09 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4811487c342471eaff8198580fa315b318fc20af
| Author: vwaurich 
| Date:   Thu Aug 18 14:02:58 2016 +0200
| 
|     * OMEdit ef5ae2c...af701af (2):
|       > - animation tab (reverted from commit d67f06b7e02204937bf4b447f8f2b0ab7994cad3)
|       > - animation tab
| 
| M	OMEdit
| 
* commit d577b774690032b966b62c7aa65c1cbf8baf07a2
| Author: Adeel Asghar 
| Date:   Wed Aug 17 14:40:41 2016 +0200
| 
|     * OMCompiler 974a19c...0735a9d (1):
|       > Added new API addTransition.
| 
| M	OMCompiler
| 
* commit 1d8a54c5d2351042a0f53e81fe228b3b186f35fc
| Author: vwaurich 
| Date:   Wed Aug 17 13:21:10 2016 +0200
| 
|     * OMCompiler fcc0b47...974a19c (1):
|       > - compute timeevents for tEnd
| 
| M	OMCompiler
| 
* commit 1fc6779f5139560f3b8c4f47416876298527c20d
| Author: vwaurich 
| Date:   Wed Aug 17 12:57:45 2016 +0200
| 
|     * OMCompiler a1fe865...fcc0b47 (1):
|       > - deactivate analytic jac for nls in cpp Newton solver
| 
| M	OMCompiler
| 
* commit 0cafae04f0116ae788141b77df723b2d147ed3dd
| Author: hudson 
| Date:   Tue Aug 16 13:37:32 2016 +0200
| 
|     * OMEdit af142ed...ef5ae2c (1):
|       > Merge pull request #30 from robbr48/master
| 
| M	OMEdit
| 
* commit a2097138f74bb5fb47c6fcd99941b8391bc8d36f
| Author: vwaurich 
| Date:   Mon Aug 15 11:59:27 2016 +0200
| 
|     * OMCompiler cd3785d...a1fe865 (1):
|       > - cpp synchronous implementation back to time events
| 
| M	OMCompiler
| 
* commit f7853617805b703a5d35d53aec20adf90c0fd337
| Author: vwaurich 
| Date:   Mon Aug 15 11:46:35 2016 +0200
| 
|     * testsuite ad30452...05d7215 (1):
|       > - deactivate test for now
| 
| M	testsuite
| 
* commit d9bbe6a55f0ff1eeb220e1fa6d822e56a251741f
| Author: hudson 
| Date:   Sat Aug 13 19:11:02 2016 +0200
| 
|     * libraries 13af828...2aa606d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 11290fddd5ace0518650bfb6d2ce97912bfd7275
| Author: hudson 
| Date:   Fri Aug 12 19:11:18 2016 +0200
| 
|     * libraries a32c731...13af828 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit af3b5b30cd64503784c50478d0e5b57a21efda07
| Author: ptaeuber 
| Date:   Fri Aug 12 12:07:05 2016 +0200
| 
|     * OMCompiler 338dd80...cd3785d (1):
|       > Some minor SimCode Optimization
| 
| M	OMCompiler
| 
* commit 2f90cbe9628e30a51822ff1d40bd667ee8d56204
| Author: hudson 
| Date:   Wed Aug 10 19:11:30 2016 +0200
| 
|     * libraries 8cc0516...a32c731 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0e7c9e224a35832b919846cdf125b1bd67f2965e
| Author: ptaeuber 
| Date:   Wed Aug 10 09:57:56 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 779a206...338dd80 (1):
|       > Prefer iteration variables with start value
|     
|     * testsuite b11d53d...ad30452 (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a612fb9dfc8481215070638c4b1dc0aa8fbc504f
| Author: hudson 
| Date:   Wed Aug 10 01:37:55 2016 +0200
| 
|     * libraries 801e126...8cc0516 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 844e1292befa33b8d7af8bea6b5802fd3e3a5667
| Author: hudson 
| Date:   Tue Aug 9 19:11:43 2016 +0200
| 
|     * libraries 798c7e1...801e126 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 07e32aaadfae9149f98d67a376df965626c4017e
| Author: ptaeuber 
| Date:   Mon Aug 8 15:28:49 2016 +0200
| 
|     * OMCompiler bcf29cc...779a206 (1):
|       > Fix Dynamic Tearing for initialization
| 
| M	OMCompiler
| 
* commit 4bd6606c7814aee085d7ba2abd12edf542d8cd40
| Author: ptaeuber 
| Date:   Mon Aug 8 14:06:09 2016 +0200
| 
|     * OMCompiler 5fed8c1...bcf29cc (1):
|       > Allow Dynamic Tearing for initialization
| 
| M	OMCompiler
| 
* commit fdc16e8ff3b885eb1664dbbeddaf559b8524526d
| Author: ptaeuber 
| Date:   Fri Aug 5 17:35:30 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler db1de5b...5fed8c1 (1):
|       > Improve userDefinedTearing
|     
|     * testsuite 810d7e2...b11d53d (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2f0e6467340474da191f1fbe8dfd7260e459b4e0
| Author: Niklas Worschech 
| Date:   Thu Aug 4 18:07:35 2016 +0200
| 
|     * OMCompiler d0a57cd...db1de5b (2):
|       > fix for hpcom
|       > integrated DAE mode in cpp runtime
| 
| M	OMCompiler
| 
* commit f38ca3c905150674520c35aa2f12a4cf99bfc074
| Author: Adeel Asghar 
| Date:   Thu Aug 4 16:25:53 2016 +0200
| 
|     * OMEdit 3e8f747...af142ed (1):
|       > ticket:4013 Update the display name within inherited classes.
| 
| M	OMEdit
| 
* commit 1a035cf1405eb68be725fe80a6beea7f7508b406
| Author: vwaurich 
| Date:   Thu Aug 4 13:11:39 2016 +0200
| 
|     * testsuite 9453b64...810d7e2 (1):
|       > - activate synchronous test with total model
| 
| M	testsuite
| 
* commit ef4e7ef98601fe2ced8b4e8f10e262202f8071ba
| Author: vwaurich 
| Date:   Thu Aug 4 11:04:37 2016 +0200
| 
|     * OMCompiler 4ec62d0...d0a57cd (1):
|       > - fix booleanclock handling, use subpartidx for clockinit
| 
| M	OMCompiler
| 
* commit 8d66d027e5719a93882fc4df7f99c177966eda0e
| Author: vwaurich 
| Date:   Thu Aug 4 10:43:32 2016 +0200
| 
|     * testsuite efdd08a...9453b64 (1):
|       > - added synchronous test, update clockedEventTest
| 
| M	testsuite
| 
* commit e023fae8de95fbd2bdae6fdc353bc4c0f1eb888e
| Author: vwaurich 
| Date:   Thu Aug 4 09:14:21 2016 +0200
| 
|     * testsuite 69e0f34...efdd08a (1):
|       > - update clockedEventTest
| 
| M	testsuite
| 
* commit aa923e1274995560fa37016eaeae910d9af99360
| Author: vwaurich 
| Date:   Tue Aug 2 15:33:50 2016 +0200
| 
|     * OMCompiler 8c6cf45...4ec62d0 (1):
|       > - fix for hpcom
| 
| M	OMCompiler
| 
* commit 1e0af42a1c11f6851e0c18047d453290f9ca35a2
| Author: vwaurich 
| Date:   Tue Aug 2 13:31:08 2016 +0200
| 
|     * testsuite 793899e...69e0f34 (1):
|       > - added test for partlintorn systems
| 
| M	testsuite
| 
* commit d5eaeaf1ba500f162c949039b7265103a97c8228
| Author: vwaurich 
| Date:   Tue Aug 2 13:18:20 2016 +0200
| 
|     * OMCompiler aeb5710...8c6cf45 (1):
|       > - remove debug output
| 
| M	OMCompiler
| 
* commit 9f40c111576af3b8643a3cf4a9b2c6cd9adcddb5
| Author: vwaurich 
| Date:   Tue Aug 2 12:47:48 2016 +0200
| 
|     * OMCompiler 41f85a5...aeb5710 (1):
|       > - fix partlintorn system
| 
| M	OMCompiler
| 
* commit 5c97c382526ce3ef6cf24c569f6aa3ddf0c5ba20
| Author: vwaurich 
| Date:   Tue Aug 2 09:33:47 2016 +0200
| 
|     * OMCompiler 5a18bd5...41f85a5 (1):
|       > Reactivated reverted clock adaptions
| 
| M	OMCompiler
| 
* commit 6f943466cc36d300058f501f193b773f4dbfd80b
| Author: vruge 
| Date:   Sun Jul 31 23:05:05 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c5749a6...5a18bd5 (1):
|       > fixed set subscripts in inline:
|     
|     * testsuite c49987f...793899e (1):
|       > added test for ticket:3997
| 
| M	OMCompiler
| M	testsuite
| 
* commit e72c6205e74c1acf25ea9b2c63e0a844cdd86e1b
| Author: vruge 
| Date:   Sun Jul 31 21:58:47 2016 +0200
| 
|     * OMCompiler 2d42240...c5749a6 (1):
|       > recursion -> loop
| 
| M	OMCompiler
| 
* commit 17b76a2427df6661df05e6567d1b905ad2d4a85d
| Author: hudson 
| Date:   Sun Jul 31 19:11:07 2016 +0200
| 
|     * libraries 3948ea0...798c7e1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e32ba78a8adcbd2eb960ec8b04927b6d97017a77
| Author: hudson 
| Date:   Sat Jul 30 19:11:47 2016 +0200
| 
|     * libraries a121968...3948ea0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 846caf8cba9014cfc20bbee5e8a8825e17ac961b
| Author: hudson 
| Date:   Fri Jul 29 19:11:18 2016 +0200
| 
|     * libraries 005d18b...a121968 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8238112e57038cb1db88971097caf480840ae3e7
| Author: hudson 
| Date:   Thu Jul 28 23:33:38 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b7af71c...2d42240 (1):
|       > added new modul
|     
|     * testsuite 95c8653...c49987f (1):
|       > added tests for force inline function in Loop
| 
| M	OMCompiler
| M	testsuite
| 
* commit dba51955fb85c8ab4e6b9d93200a0b0a0615929c
| Author: hudson 
| Date:   Thu Jul 28 19:11:33 2016 +0200
| 
|     * libraries fa271da...005d18b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8d44841c0239c0ee509092ac9405dc3e55c64249
| Author: vruge 
| Date:   Wed Jul 27 21:46:54 2016 +0200
| 
|     * testsuite 8775cff...95c8653 (1):
|       > make test more stable
| 
| M	testsuite
| 
* commit 2a5e662c967965dcf5df731df09f01d1c32bf91e
| Author: vruge 
| Date:   Wed Jul 27 21:34:03 2016 +0200
| 
|     * OMCompiler 145cac2...b7af71c (1):
|       > improved modul order
| 
| M	OMCompiler
| 
* commit 56d03c25a3634d9a0a2f0403911522cc1d745180
| Author: hudson 
| Date:   Wed Jul 27 19:10:41 2016 +0200
| 
|     * libraries 9e79050...fa271da (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c43463d81f115a9a703e34411b6a5718682737bf
| Author: vwaurich 
| Date:   Wed Jul 27 15:43:48 2016 +0200
| 
|     * OMCompiler 75fffde...145cac2 (1):
|       > - copy missing dlls in omdev_extra_dlls to fix FMUs
| 
| M	OMCompiler
| 
* commit 4d1319d4e1900f4620e75cdb663d2986f2f3f62b
| Author: Martin Sjölund 
| Date:   Wed Jul 27 14:10:44 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c709213...75fffde (1):
|       > Handle default external calls with array arguments
|     
|     * testsuite 560200b...8775cff (1):
|       > Test for default external call with arrays
| 
| M	OMCompiler
| M	testsuite
| 
* commit e7498cd7fbecaeb8c575f6aabf0f61dd05aa899c
| Author: hudson 
| Date:   Tue Jul 26 19:10:46 2016 +0200
| 
|     * libraries 759e441...9e79050 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c025dfad7f78c7d8dfb75548aea75f6a914736aa
| Author: Martin Sjölund 
| Date:   Tue Jul 26 12:09:47 2016 +0200
| 
|     * OMCompiler e998614...c709213 (1):
|       > Only store direction of external variables
| 
| M	OMCompiler
| 
* commit 8b62a964707ae031217edd9419721abf2bb71892
| Author: hudson 
| Date:   Mon Jul 25 19:11:02 2016 +0200
| 
|     * libraries 3982f1d...759e441 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 383fdf1653379a61704383813bbf60de730b8888
| Author: Martin Sjölund 
| Date:   Mon Jul 25 16:26:51 2016 +0200
| 
|     * OMCompiler a4c1eab...e998614 (1):
|       > Generate unique UUID if libuuid is present
| 
| M	OMCompiler
| 
* commit b4eded1d10a6c8b012152684a002f63799110066
| Author: Adrian Pop 
| Date:   Mon Jul 25 11:40:24 2016 +0200
| 
|     * OMEdit 45325bd...3e8f747 (1):
|       > fix windows build (#29)
| 
| M	OMEdit
| 
* commit dd95bfea36602bf3213189e65a5795e7aefbb1b7
| Author: hudson 
| Date:   Sat Jul 23 19:11:31 2016 +0200
| 
|     * libraries d5581e4...3982f1d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 123335295e8d9f0c235678de7419e25e788ff20b
| Author: hudson 
| Date:   Fri Jul 22 19:11:17 2016 +0200
| 
|     * libraries aab1821...d5581e4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f116be8871fa84609afdb21e6a09aebc8b217b77
| Author: Martin Sjölund 
| Date:   Fri Jul 22 15:32:35 2016 +0200
| 
|     * OMCompiler 96951b4...a4c1eab (1):
|       > setDocumentationAnnotation now escapes strings
| 
| M	OMCompiler
| 
* commit dbd36373cdbeb5b5bd2b8ea19bf0a16e76c05e42
| Author: Martin Sjölund 
| Date:   Thu Jul 21 14:49:35 2016 +0200
| 
|     Updating submodules
|     * OMEdit a6abbd9...45325bd (1):
|       > Compile with QT5 when available
|     
|     * OMNotebook 07d5742...9ff03e5 (1):
|       > Compile with QT5
|     
|     * OMPlot 6038450...9ccbe20 (1):
|       > Update to compile with QT5
|     
|     * OMShell d156008...ce1ebbf (1):
|       > Compile with QT5
|     
|     * common 0b04a78...364b7dd (1):
|       > Allow configure to detect QT5
| 
| M	OMEdit
| M	OMNotebook
| M	OMPlot
| M	OMShell
| M	common
| 
* commit 9560139ae831b10ddbb9afbf8e76722f2ae7f670
| Author: hudson 
| Date:   Thu Jul 21 10:46:06 2016 +0200
| 
|     * libraries dbabe41...aab1821 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 62db5eb5d35635abd4cd58e5ff7270e3211ed78d
| Author: Martin Sjölund 
| Date:   Thu Jul 21 10:21:41 2016 +0200
| 
|     * OMCompiler 4877c8d...96951b4 (1):
|       > Use an AVL Tree to make adding new ZCs faster
| 
| M	OMCompiler
| 
* commit 1d5e3537c4816ec1fc6fc8a9ca45340cd155b5b3
| Author: hudson 
| Date:   Tue Jul 19 19:11:05 2016 +0200
| 
|     * libraries cc74b99...dbabe41 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cc33a59048d3210e8cae9813c3c0e5ddf8c5d36a
| Author: Martin Sjölund 
| Date:   Tue Jul 19 09:43:31 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 295b0a4...4877c8d (1):
|       > Add Expression.compare for sorting expressions
|     
|     * testsuite 04832d5...560200b (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7f89f6fe7530ed54cf25ce8fdbe4b840a016f436
| Author: ptaeuber 
| Date:   Tue Jul 19 09:30:41 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 06257ff...295b0a4 (1):
|       > Add flag to control function-binding evaluation
|     
|     * testsuite 4137735...04832d5 (1):
|       > Update parameterTest
| 
| M	OMCompiler
| M	testsuite
| 
* commit c619837d1e64611bafe43370d78ea04e2e60ead1
| Author: Martin Sjölund 
| Date:   Mon Jul 18 14:02:58 2016 +0200
| 
|     * OMCompiler 6cead39...06257ff (1):
|       > Add built-in function valueCompare
| 
| M	OMCompiler
| 
* commit 44675e9c3a890a7fb3310cae3b461c61f0b648e4
| Author: ptaeuber 
| Date:   Mon Jul 18 13:48:00 2016 +0200
| 
|     * OMCompiler 2216479...6cead39 (1):
|       > Add missing else
| 
| M	OMCompiler
| 
* commit 12a6399f4aa16255f27069b57ddd8134237b0bb4
| Author: Lennart Ochel 
| Date:   Mon Jul 18 11:40:03 2016 +0200
| 
|     * OMCompiler 96282dd...2216479 (1):
|       > Handle error stage ERROR_EVENTHANDLING
| 
| M	OMCompiler
| 
* commit 77568e8612299560eef6e581b95214283cdd0602
| Author: hudson 
| Date:   Mon Jul 18 11:14:43 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2d38e9a...96282dd (1):
|       > Some optimizations to evaluateFunctions_updateStatement
|     
|     * testsuite 09ae6c9...4137735 (1):
|       > Add model to test parameter evaluation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 35d90641647d58c2b3a03738d390c613c7d98293
| Author: Martin Sjölund 
| Date:   Mon Jul 18 10:50:00 2016 +0200
| 
|     * OMCompiler 9d12661...2d38e9a (1):
|       > Encapsulate the ZeroCrossings set type
| 
| M	OMCompiler
| 
* commit 89efff0c1855043500ef336db38bc9aefc2556f8
| Author: hudson 
| Date:   Sun Jul 17 19:12:20 2016 +0200
| 
|     * libraries 13289b7...cc74b99 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 70c275f0fbc58ec43405668c12e0cb91047d93e6
| Author: hudson 
| Date:   Sat Jul 16 19:12:46 2016 +0200
| 
|     * libraries 1c116de...13289b7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4ae0b889ca43d63e126c5c1315696f11e3c44ee2
| Author: Adeel Asghar 
| Date:   Sat Jul 16 04:32:53 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a968496...9d12661 (1):
|       > Added getTransitions API.
|     
|     * testsuite 3c02f6a...09ae6c9 (1):
|       > Added test for getTransitions API.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 17b52679c5de2fde503c5e405f08287b39739ae9
| Author: hudson 
| Date:   Sat Jul 16 00:55:21 2016 +0200
| 
|     * libraries cb52715...1c116de (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6a4a3f6e72203da44bcd8776fa6f46536c1bf029
| Author: Martin Sjölund 
| Date:   Fri Jul 15 12:43:13 2016 +0200
| 
|     * OMCompiler 68b6340...a968496 (1):
|       > Do not pass around numRelations
| 
| M	OMCompiler
| 
* commit 9e3a25279f2bfc9ba2de19b8ec6a010665cf9145
| Author: hudson 
| Date:   Thu Jul 14 19:10:52 2016 +0200
| 
|     * libraries 8ec584e...cb52715 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a8395d8e1417f211013f460fc7a735fbeeae28b5
| Author: Martin Sjölund 
| Date:   Thu Jul 14 10:22:05 2016 +0200
| 
|     * OMCompiler a25dc00...68b6340 (1):
|       > Merge only 0 or 1 zero-crossings
| 
| M	OMCompiler
| 
* commit 1a73b8492ad658e7c123e7997a2bf75d19577351
| Author: Dietmar Winkler 
| Date:   Wed Jul 13 17:49:57 2016 +0200
| 
|     * OMCompiler 1cb219f...a25dc00 (1):
|       > Avoid characters in file names that are illegal in Windows
| 
| M	OMCompiler
| 
* commit ba505bb0e7adf2c5aebac7b0d398b3673a840f6e
| Author: Martin Sjölund 
| Date:   Wed Jul 13 14:43:43 2016 +0200
| 
|     * OMCompiler c06dade...1cb219f (1):
|       > Use DoubleEndedList for zero-crossings internally
| 
| M	OMCompiler
| 
* commit 40256ecd022b0cd2411d6d7d4b22822a6b787d35
| Author: Martin Sjölund 
| Date:   Wed Jul 13 13:35:24 2016 +0200
| 
|     * OMCompiler 5162304...c06dade (1):
|       > Fix type variables of metarecords
| 
| M	OMCompiler
| 
* commit 367adc568e90493f40092790357621248dda840e
| Author: hudson 
| Date:   Tue Jul 12 19:10:52 2016 +0200
| 
|     * libraries 5da5169...8ec584e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 67b62bf69c05403fa3b98bdc8fee7f3748de6b96
| Author: hudson 
| Date:   Mon Jul 11 19:11:56 2016 +0200
| 
|     * libraries 879dde5...5da5169 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d58055a5dfe2fa98dd94c9da6156bdc31bcd7024
| Author: Adeel Asghar 
| Date:   Mon Jul 11 17:53:42 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 52f0eb7...5162304 (1):
|       > Read the __Dymola_state annotation.
|     
|     * testsuite 25e9e2c...3c02f6a (1):
|       > Updated tests for getClassInformation output.
| 
| M	OMCompiler
| M	testsuite
| 
* commit ee53dda5f8a516d537b2e54457ce0269ae1b3b8e
| Author: Martin Sjölund 
| Date:   Mon Jul 11 16:26:12 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fde847b...52f0eb7 (1):
|       > Improved performance of SimCode zero-crossings
|     
|     * testsuite 7569344...25e9e2c (1):
|       > Expected output for #1016
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9a660c7f60eb3c5e9771eeb0379cafba955381fc
| Author: hkiel 
| Date:   Mon Jul 11 11:36:02 2016 +0200
| 
|     * OMCompiler 6f92e41...fde847b (1):
|       > some small optimizations - remove arrSize from records, size of array can be determined in O(1) time - make BackendEquation.addEquations() add all equations in a loop instead of calling addEquation() for each equation - use addEquations() instead of List.fold(lst,addEquation,eqns) - avoid some intermediate lists
| 
| M	OMCompiler
| 
* commit f080a0ab670b127174949b09558181c7712c4e4d
| Author: ptaeuber 
| Date:   Mon Jul 11 08:47:41 2016 +0200
| 
|     * OMCompiler 1a9bdf2...6f92e41 (1):
|       > Minor changes to EvaluateParameter
| 
| M	OMCompiler
| 
* commit 24c84914126a63468908a10ef0b186910bb37276
| Author: hudson 
| Date:   Sat Jul 9 19:11:06 2016 +0200
| 
|     * libraries 7e7cc21...879dde5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6393accfc3b0553f5dc59a523cfc3ac4147a26b2
| Author: hudson 
| Date:   Fri Jul 8 19:10:23 2016 +0200
| 
|     * libraries 3359f14...7e7cc21 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ed66e566e7ab3a75ad20fa2139b7863798c38ed3
| Author: Willi Braun 
| Date:   Fri Jul 8 16:23:37 2016 +0200
| 
|     * OMCompiler 1127a0f...1a9bdf2 (1):
|       > added DAE_RESIDUAL_VAR as varKind
| 
| M	OMCompiler
| 
* commit 265f2e00ff90d176891459b2120ff888942047b4
| Author: Willi Braun 
| Date:   Fri Jul 8 15:59:28 2016 +0200
| 
|     * OMCompiler 5f36339...1127a0f (1):
|       > added ida-solver stopTime ticket:3991
| 
| M	OMCompiler
| 
* commit b8a961a35a2e18d8d2ca26755392491ce278594c
| Author: Willi Braun 
| Date:   Fri Jul 8 12:12:53 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f60e155...5f36339 (1):
|       > make array variable for DAEres in DAEmode
|     
|     * testsuite e00a7e6...7569344 (1):
|       > expected output of OMCompiler PR#1014
| 
| M	OMCompiler
| M	testsuite
| 
* commit f9b8fcb381cc04666bdcd99524fd24a24e7846fc
| Author: Martin Sjölund 
| Date:   Fri Jul 8 10:26:32 2016 +0200
| 
|     * OMCompiler 1464a0d...f60e155 (1):
|       > Fix equation system partitioning performance
| 
| M	OMCompiler
| 
* commit 19140c855cfb66a841108e1ab3d8c398f6312539
| Author: hudson 
| Date:   Thu Jul 7 19:11:00 2016 +0200
| 
|     * libraries f0dbd0f...3359f14 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit dbff056ad543ec5df7d709f975152ff796418411
| Author: hkiel 
| Date:   Thu Jul 7 14:53:45 2016 +0200
| 
|     * OMCompiler 3405204...1464a0d (1):
|       > some minor list optimizations
| 
| M	OMCompiler
| 
* commit d3813c7939798de01183181697d9b365d4ffc076
| Author: Martin Sjölund 
| Date:   Thu Jul 7 13:36:41 2016 +0200
| 
|     * OMCompiler 590fe40...3405204 (1):
|       > FindZeroCrossings - avoid bad listAppend
| 
| M	OMCompiler
| 
* commit 9528cb1fabecffdb5eb75a972a2b5e3e755fa75d
| Author: Martin Sjölund 
| Date:   Thu Jul 7 11:03:30 2016 +0200
| 
|     * OMCompiler 6312752...590fe40 (1):
|       > Use DoubleEndedList for FindZeroCrossings
| 
| M	OMCompiler
| 
* commit e72ae947b872af7ccd4405336b8659ba40c7d684
| Author: hudson 
| Date:   Wed Jul 6 19:09:51 2016 +0200
| 
|     * libraries df9793f...f0dbd0f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8c25cc4175be50c4b62428676b541ef7c67b9463
| Author: Martin Sjölund 
| Date:   Wed Jul 6 14:13:01 2016 +0200
| 
|     * OMCompiler 112b0bc...6312752 (1):
|       > Avoid matchcontinue in FindZeroCrossings
| 
| M	OMCompiler
| 
* commit 4425b91e94f715b76091b7efbcda5b38e611f7c1
| Author: Martin Sjölund 
| Date:   Wed Jul 6 13:07:45 2016 +0200
| 
|     * OMCompiler 76f47ca...112b0bc (1):
|       > Remove matchcontinue from FindZeroCrossings
| 
| M	OMCompiler
| 
* commit 10f61bd8ca02cd1ddb6a818f8012c19a26f42893
| Author: Martin Sjölund 
| Date:   Wed Jul 6 11:18:36 2016 +0200
| 
|     * OMCompiler 185f006...76f47ca (1):
|       > Avoid matchcontinue in FindZeroCrossings
| 
| M	OMCompiler
| 
* commit 56e36b99841351d5e0295fadd0f1516cb37d9e44
| Author: Martin Sjölund 
| Date:   Wed Jul 6 09:37:11 2016 +0200
| 
|     * OMCompiler 3d60086...185f006 (1):
|       > Avoid matchcontinue in FindZeroCrossings
| 
| M	OMCompiler
| 
* commit 4f6cb201360c5713ca5c0a2e178477f60a486590
| Author: hudson 
| Date:   Tue Jul 5 15:11:10 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f2eb970...3d60086 (1):
|       > add further daeMode option
|     
|     * testsuite 3b50b48...e00a7e6 (1):
|       > enable daeMode tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2881989f8494891b1f810ccd37eca94a4cc85e91
| Author: Willi Braun 
| Date:   Tue Jul 5 14:01:38 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9206950...f2eb970 (1):
|       > do not use extrapolation for to big steps
|     
|     * testsuite c05343b...3b50b48 (1):
|       > adjust output of tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7d896bdf5be20e1416588d99f20f2040fdf338f1
| Author: Martin Sjölund 
| Date:   Tue Jul 5 08:42:12 2016 +0200
| 
|     * OMCompiler 4638cca...9206950 (1):
|       > Change order in mergeZeroCrossings
| 
| M	OMCompiler
| 
* commit 67530c486f7f7e9aca1719647e57db9eac3cbfff
| Author: hudson 
| Date:   Mon Jul 4 19:10:45 2016 +0200
| 
|     * libraries 4691397...df9793f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a9a0ba0ba27417d2e0b5a67f3455596fffca2d93
| Author: hudson 
| Date:   Sat Jul 2 19:09:12 2016 +0200
| 
|     * libraries 09cd89f...4691397 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1f87e7a4032eebe8bd88607a7212a6bf5ccba852
| Author: Lennart Ochel 
| Date:   Sat Jul 2 12:34:21 2016 +0200
| 
|     * OMCompiler dec4b30...4638cca (1):
|       > New debug flag "partitionInitialization"
| 
| M	OMCompiler
| 
* commit 8d04a0ca14a4f8f7d14fac58187b722b8e980959
| Author: hkiel 
| Date:   Fri Jul 1 23:14:54 2016 +0200
| 
|     * OMCompiler 3fd8767...dec4b30 (1):
|       > some minor optimizations
| 
| M	OMCompiler
| 
* commit 95b62310f2d5f71fd1622e195a8c4ca456ebf8ca
| Author: Adeel Asghar 
| Date:   Fri Jul 1 17:09:43 2016 +0200
| 
|     * OMEdit 612047b...a6abbd9 (1):
|       > ticket:3982 Preserve format of text copied from instantiate model window.
| 
| M	OMEdit
| 
* commit 790b71f56ad080377836a99c2705683a725a9d61
| Author: Adeel Asghar 
| Date:   Fri Jul 1 16:13:24 2016 +0200
| 
|     * OMEdit 14f3280...612047b (1):
|       > ticket:3987 Clear contents of search field by clicking ESC key.
| 
| M	OMEdit
| 
* commit 8c275a13f4b1f23e7ac8d02034465c8a676e402b
| Author: Willi Braun 
| Date:   Fri Jul 1 13:50:10 2016 +0200
| 
|     * OMCompiler 48f93f0...3fd8767 (1):
|       > fix typos ticket:3983
| 
| M	OMCompiler
| 
* commit 730b95813651a93635140db20d5ad540e386e4b0
| Author: hkiel 
| Date:   Fri Jul 1 13:23:59 2016 +0200
| 
|     * OMCompiler c6520af...48f93f0 (1):
|       > some minor optimizations to Backend
| 
| M	OMCompiler
| 
* commit 47554c68673f72b8f3169e766a771a6d63ac8120
| Author: Adeel Asghar 
| Date:   Fri Jul 1 03:45:52 2016 +0200
| 
|     * OMCompiler 5725c2b...c6520af (1):
|       > Measure the correct time of API calls.
| 
| M	OMCompiler
| 
* commit 32e9483a834e7e089cc2745a5b51c6710d82eb4a
| Author: Adeel Asghar 
| Date:   Fri Jul 1 00:58:00 2016 +0200
| 
|     * OMEdit 4de9151...14f3280 (1):
|       > Only create dialogs when they are really needed.
| 
| M	OMEdit
| 
* commit 0549d24fbbf7f4206eddf6ddea30e3b7af30e800
| Author: adrpo 
| Date:   Thu Jun 30 23:34:58 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3e83c18...5725c2b (1):
|       > fix ticket:3980
|     
|     * testsuite 58e841c...c05343b (1):
|       > update test after fixing ticket:3980
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6ce64981bb7a369ce9dffc38fc2a2f325d95d5ed
| Author: Willi Braun 
| Date:   Thu Jun 30 17:33:39 2016 +0200
| 
|     * OMCompiler 7b072a7...3e83c18 (1):
|       > fix ticket:3983
| 
| M	OMCompiler
| 
* commit 21eed3abe0cf19dd9b696a4c58053f30d7c75db4
| Author: vwaurich 
| Date:   Thu Jun 30 14:57:09 2016 +0200
| 
|     * testsuite 63ce1c7...58e841c (1):
|       > - added cpp synchronous coverage tests for windows
| 
| M	testsuite
| 
* commit 77535672482acf3a89f1ae00369a38743af77782
| Author: hkiel 
| Date:   Thu Jun 30 12:00:50 2016 +0200
| 
|     * OMCompiler c84c179...7b072a7 (1):
|       > use list comprehension
| 
| M	OMCompiler
| 
* commit 798693a30a50628dafd104c53603c9a3d2ecf748
| Author: hkiel 
| Date:   Thu Jun 30 11:48:06 2016 +0200
| 
|     * OMCompiler 638acf9...c84c179 (1):
|       > slightly improve performance of getComponentAnnotations() ticket:3679 do better scanning through lists
| 
| M	OMCompiler
| 
* commit d1216983f557e790ec195f60ef1b7f9159a2cbd3
| Author: hudson 
| Date:   Wed Jun 29 19:10:57 2016 +0200
| 
|     * libraries fa06d36...09cd89f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ce20dbb7430f3b4a5a0eb46300545dcc8ea6a81b
| Author: Lennart Ochel 
| Date:   Wed Jun 29 14:28:15 2016 +0200
| 
|     * OMCompiler c1cac0c...638acf9 (1):
|       > Don't evaluate alg. loops once before start of simulation
| 
| M	OMCompiler
| 
* commit 72e25ab5c0b4b532197add5308275bd2f26772a6
| Author: adrpo 
| Date:   Wed Jun 29 02:20:34 2016 +0200
| 
|     Updating submodules
|     
|     * libraries dd435b9...fa06d36 (1):
|       > Bump libraries
|     
|     * testsuite e8766a7...63ce1c7 (1):
|       > update tests after ThermoSysPro changes
| 
| M	libraries
| M	testsuite
| 
* commit 5784a2314545dc6a44b1fa0ab711585ac952ba7e
| Author: Adrian Pop 
| Date:   Wed Jun 29 00:43:45 2016 +0200
| 
|     * OMCompiler 96924a5...c1cac0c (1):
|       > fix ticket:3973
| 
| M	OMCompiler
| 
* commit 98d3633bcfad55fc2f9b110a46dbfc5d640a10c7
| Author: Lennart Ochel 
| Date:   Tue Jun 28 10:23:36 2016 +0200
| 
|     * OMCompiler 6cb06d8...96924a5 (1):
|       > Add missing TRACE_POP statement
| 
| M	OMCompiler
| 
* commit 6bae26e6e369e0e726bb76745d0e3ad81d81459a
| Author: Lennart Ochel 
| Date:   Tue Jun 28 10:05:40 2016 +0200
| 
|     * OMCompiler 8ab6b8a...6cb06d8 (1):
|       > Minor optimizations to EvaluateParameter.mo
| 
| M	OMCompiler
| 
* commit 3cc53c18132a26f79800edc11a49ea8ab07f9c69
| Author: Lennart Ochel 
| Date:   Tue Jun 28 09:29:14 2016 +0200
| 
|     * OMCompiler cbd9cd3...8ab6b8a (1):
|       > Remove superfluous variables
| 
| M	OMCompiler
| 
* commit 9dcb772468d401f2135ab167327d91118c3b82ea
| Author: hudson 
| Date:   Tue Jun 28 03:39:00 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cf561f7...cbd9cd3 (1):
|       > add noEqudistant step flags for ida solver
|     
|     * testsuite d633253...e8766a7 (1):
|       > add testcase for ida solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit ad06f9ae5162b35c2df3dbb60406b7dd91400ef5
| Author: Willi Braun 
| Date:   Tue Jun 28 00:23:56 2016 +0200
| 
|     * OMCompiler c268564...cf561f7 (1):
|       > fix event handling of ida solver
| 
| M	OMCompiler
| 
* commit 0c0ec92c6d6a69056a740488ebd5309523bdd175
| Author: Willi Braun 
| Date:   Mon Jun 27 19:22:27 2016 +0200
| 
|     * OMCompiler 8257389...c268564 (1):
|       > fix debug trace
| 
| M	OMCompiler
| 
* commit 4c6ac928e4cc58c27eb26c47b17f9bd3301ccc03
| Author: hudson 
| Date:   Mon Jun 27 19:10:30 2016 +0200
| 
|     * libraries fa77f43...dd435b9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 70e8a37aea62d76fcd3f799fc9b8bcf75968b635
| Author: hkiel 
| Date:   Mon Jun 27 15:27:36 2016 +0200
| 
|     * OMCompiler 2ce167a...8257389 (1):
|       > GC.free() some temporary arrays
| 
| M	OMCompiler
| 
* commit 9b8d0f69ca6990a2118ed395823fc4827194c351
| Author: adrpo 
| Date:   Sun Jun 26 14:55:42 2016 +0200
| 
|     * OMCompiler 499d340...2ce167a (1):
|       > small memory optimizations - free the array in List.mo - return the input in SystemImpl__iconv if to == from - signal that we don't want malloc_atomic in arrayCreateNoInit
| 
| M	OMCompiler
| 
* commit 19c5734631fc6440dd1eff3aac8e87f2425ada6f
| Author: Adrian Pop 
| Date:   Sun Jun 26 01:37:03 2016 +0200
| 
|     * OMEdit 86dd3e9...4de9151 (1):
|       > fix ticket:3868 add --large-address-aware when linking OMEdit (#28)
| 
| M	OMEdit
| 
* commit 9a4a119c71bbc9d6265e7394a589e0ac2aefb9f1
| Author: Rüdiger Franke 
| Date:   Sat Jun 25 22:47:33 2016 +0200
| 
|     * OMCompiler a5b5466...499d340 (1):
|       > Support startInterval of event clocks, ticket:3272
| 
| M	OMCompiler
| 
* commit 60cd9dacbb6a86f720d8dc2f24fc8cbff2bd98f1
| Author: hudson 
| Date:   Sat Jun 25 19:10:56 2016 +0200
| 
|     * libraries a0b3ab3...fa77f43 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 468286c5cb08a375d2e5e8a0608002a6010d9047
| Author: hudson 
| Date:   Fri Jun 24 19:11:57 2016 +0200
| 
|     * libraries 2d0c3a8...a0b3ab3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a4b1ac007835682106a0ad0f1ef426b7e722e554
| Author: hudson 
| Date:   Fri Jun 24 18:34:48 2016 +0200
| 
|     * OMCompiler 60b9239...a5b5466 (5):
|       > Updating 3rdParty
|       > Updating 3rdParty
|       > Merge branch 'master' of https://openmodelica.org/git-readonly/OMCompiler
|       > Updating 3rdParty
|       > Updating 3rdParty
| 
| M	OMCompiler
| 
* commit 9e7ba53b61dbbf3492d7b018b97838f1b5693e9d
| Author: Adeel Asghar 
| Date:   Fri Jun 24 04:16:23 2016 +0200
| 
|     * OMEdit 56794bf...86dd3e9 (1):
|       > Changed Algorithmic Debugging to Debugging.
| 
| M	OMEdit
| 
* commit 9b631e41f54a253a065bbc48e0572018c71fb482
| Author: Adeel Asghar 
| Date:   Fri Jun 24 04:04:20 2016 +0200
| 
|     * OMEdit 44eb332...56794bf (1):
|       > Properly set CRLF line ending.
| 
| M	OMEdit
| 
* commit 9024911cdd1d177b4cc9d16c1d469ca49d4a5bd9
| Author: Rüdiger Franke 
| Date:   Thu Jun 23 19:48:42 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 70198be...60b9239 (3):
|       > Remove optional argument from interval() and firstTick()
|       > Remove fixed start values for discrete states (MCP-0024)
|       > Implement firstTick operator (MCP-0024)
|     
|     * testsuite bf3ee76...d633253 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b0c87cafba9d11e7feaf47f57c980ecf566a8d89
| Author: hudson 
| Date:   Thu Jun 23 19:11:26 2016 +0200
| 
|     * libraries 09d9a1a...2d0c3a8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0b25f727d7e43fa37e5f89c6e8b5eedcc3e547e7
| Author: hkiel 
| Date:   Thu Jun 23 18:07:43 2016 +0200
| 
|     * OMCompiler 96ee498...70198be (1):
|       > fix some warnings from static code analysis
| 
| M	OMCompiler
| 
* commit c2d7cac27dad29897d7aceb4ca36d30c2c8c114f
| Author: Willi Braun 
| Date:   Thu Jun 23 17:09:51 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a25d3fd...96ee498 (3):
|       > added more solving options from ida as sim flags
|       > added flag to suppress algebraic vars from error test (daeMode)
|       > add relative tolerance to alg variables in daeMode
|     
|     * testsuite 611ddae...bf3ee76 (2):
|       > add daeMode tests to testsuite
|       > add ida daeMode flag to suppress alg. vars
| 
| M	OMCompiler
| M	testsuite
| 
* commit 92579682ee1c7f9562c78c026116c862d05e8c42
| Author: Niklas Worschech 
| Date:   Thu Jun 23 10:21:22 2016 +0200
| 
|     * OMCompiler df84bca...a25d3fd (1):
|       > Revert "fix for clock ticks at end time in cpp runtime"
| 
| M	OMCompiler
| 
* commit 365c8c30cdf842981dd5e26c054ca572b3492e62
| Author: Adeel Asghar 
| Date:   Thu Jun 23 08:24:28 2016 +0200
| 
|     * OMEdit b5fe970...44eb332 (1):
|       > Remove the status bar message in case of error.
| 
| M	OMEdit
| 
* commit a150a731307b211f9a0c77039610e72a49dac8f5
| Author: Adeel Asghar 
| Date:   Thu Jun 23 08:00:52 2016 +0200
| 
|     * OMEdit 19e56e3...b5fe970 (1):
|       > ticket:3970 Include the components of the base classes in exported images.
| 
| M	OMEdit
| 
* commit 68d2b084ad5a7c6cb5270706112bc651f6952db4
| Author: Adeel Asghar 
| Date:   Thu Jun 23 07:45:20 2016 +0200
| 
|     * OMEdit 611bc0f...19e56e3 (1):
|       > ticket:3958 Make OMCLogger enabled by default.
| 
| M	OMEdit
| 
* commit 961402d3e7efd3e863c2f8542c673a33cd057629
| Author: Adeel Asghar 
| Date:   Thu Jun 23 05:09:38 2016 +0200
| 
|     * OMEdit db26f9e...611bc0f (1):
|       > ticket:3969 Show correct line numbers for errors.
| 
| M	OMEdit
| 
* commit 3ac32bf04bdf65444e0c507c68139672e4762c52
| Author: adrpo 
| Date:   Thu Jun 23 02:29:44 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 913b58d...df84bca (1):
|       > fix ticket:3974
|     
|     * testsuite f34d8aa...611ddae (1):
|       > add test for ticket:3974
| 
| M	OMCompiler
| M	testsuite
| 
* commit f15c2f7463fd603194e8bc0261f4f66476c9a61c
| Author: hudson 
| Date:   Wed Jun 22 19:10:32 2016 +0200
| 
|     * libraries ee73517...09d9a1a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1e70e4a446280772dd0e3f8fc7694e3e1750eff6
| Author: Niklas Worschech 
| Date:   Wed Jun 22 10:24:30 2016 +0200
| 
|     * OMCompiler f67918e...913b58d (1):
|       > Revert "Adapted clock handling in cpp runtime"
| 
| M	OMCompiler
| 
* commit f2659d5bec0cb71f7b3d79faf412153239babbd1
| Author: Adeel Asghar 
| Date:   Wed Jun 22 09:19:12 2016 +0200
| 
|     * OMEdit 54a3450...db26f9e (1):
|       > Use QRegExp to find tags instead of using QWebPage. QWebPage is slow and very much resource hungry.
| 
| M	OMEdit
| 
* commit 815d12437ca56c672d772207a03408741bf778da
| Author: Adeel Asghar 
| Date:   Wed Jun 22 06:11:58 2016 +0200
| 
|     * OMEdit 2d080d4...54a3450 (1):
|       > C/C++ Editor instead of C Editor.
| 
| M	OMEdit
| 
* commit 3034818774998c4bfdd973a297dd6ab84a1309df
| Author: Adeel Asghar 
| Date:   Wed Jun 22 04:34:01 2016 +0200
| 
|     * OMEdit 8cddbef...2d080d4 (1):
|       > Improved the performance by not setting the QTextCursor again and again.
| 
| M	OMEdit
| 
* commit a47f424c74add995992c7ac9f448c3739d1c2ab5
| Author: hudson 
| Date:   Tue Jun 21 19:10:54 2016 +0200
| 
|     * libraries b806a2e...ee73517 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fb1a348644623079e14913a99442768eb3dd3a53
| Author: Niklas Worschech 
| Date:   Tue Jun 21 17:36:52 2016 +0200
| 
|     * testsuite 7d89d89...f34d8aa (1):
|       > activated clockedTest in cpp tests again
| 
| M	testsuite
| 
* commit 65ebd961e31d9f71cf3216abe7f473c35ed3bebb
| Author: Niklas Worschech 
| Date:   Tue Jun 21 16:45:34 2016 +0200
| 
|     * OMCompiler ddf5050...f67918e (1):
|       > fix for clock ticks at end time in cpp runtime
| 
| M	OMCompiler
| 
* commit f782e0795a8f50b9e75261c12b03ab11f70b503a
| Author: hudson 
| Date:   Mon Jun 20 17:09:19 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3829472...ddf5050 (1):
|       > Adapted clock handling in cpp runtime
|     
|     * testsuite 25d4cfc...7d89d89 (1):
|       > disble test until we find the issue
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3fc6f58cd6f6792ccb0025d972058d480dae3122
| Author: Niklas Worschech 
| Date:   Mon Jun 20 16:29:15 2016 +0200
| 
|     * testsuite f3deab8...25d4cfc (1):
|       > temporary deactivated clockTest from cpp runtime tests
| 
| M	testsuite
| 
* commit fe13ac30c86554b3463a19626a7af5527612683e
| Author: adrpo 
| Date:   Sun Jun 19 04:13:35 2016 +0200
| 
|     * OMCompiler fcde532...3829472 (1):
|       > small memory optimizations
| 
| M	OMCompiler
| 
* commit 8c8bd5d3a932ee83b15527e1cd52cf8da66ea3de
| Author: hudson 
| Date:   Sat Jun 18 19:10:32 2016 +0200
| 
|     * libraries 88bfd87...b806a2e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d6c8be52bf149b433488b6e01689f3a43f58ad7f
| Author: Willi 
| Date:   Fri Jun 17 21:33:19 2016 +0200
| 
|     * OMCompiler ce35531...fcde532 (1):
|       > try to fix daeMode for complex equations
| 
| M	OMCompiler
| 
* commit 9436b59511ac52e807d2022d7d968f5f1dedca28
| Author: hudson 
| Date:   Fri Jun 17 19:10:04 2016 +0200
| 
|     * libraries 74609a1...88bfd87 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 47a81d89db048f8ab7beb67ca3b9d958ddf2ea53
| Author: hkiel 
| Date:   Fri Jun 17 16:14:00 2016 +0200
| 
|     * OMCompiler a38e0f0...ce35531 (1):
|       > fix some issues from static code analysis ticket:3954
| 
| M	OMCompiler
| 
* commit c0bb335e9e6199b84aac45cdf6f5ed250c46cb15
| Author: Adeel Asghar 
| Date:   Fri Jun 17 15:46:12 2016 +0200
| 
|     * OMEdit 8b88d8e...8cddbef (1):
|       > Allow user to handle loading of OpenModelica library.
| 
| M	OMEdit
| 
* commit eea37c8554359c91849a343bc97c2e6be217aacc
| Author: Bernhard Thiele 
| Date:   Fri Jun 17 15:29:16 2016 +0200
| 
|     * testsuite c45baaf...f3deab8 (1):
|       > Added graphical state machine examples
| 
| M	testsuite
| 
* commit 4c214e29493be3a55a7595ffcffe4443b0893bdf
| Author: hudson 
| Date:   Thu Jun 16 19:32:13 2016 +0200
| 
|     * libraries 5fbbdc0...74609a1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2ed7c9c9f7c88f8f225854fd7837ddc7e43a80e5
| Author: Adeel Asghar 
| Date:   Thu Jun 16 19:08:31 2016 +0200
| 
|     * OMEdit aede0ba...8b88d8e (2):
|       > Merge pull request #27 from adeas31/MetaModelica
|       > Merge pull request #26 from adeas31/MetaModelica
| 
| M	OMEdit
| 
* commit 32225843b7f3a76e6c0aabee926035ac3832422d
| Author: Lennart Ochel 
| Date:   Thu Jun 16 10:40:05 2016 +0200
| 
|     * OMCompiler c4ba4ab...a38e0f0 (1):
|       > Extract variables also from clocked partitions
| 
| M	OMCompiler
| 
* commit 0f948b3c739a590c454adbaec17bc8a475dc9702
| Author: Lennart Ochel 
| Date:   Thu Jun 16 10:20:03 2016 +0200
| 
|     * OMCompiler 31aeef3...c4ba4ab (1):
|       > Small improvements to module wrapFunctionCalls
| 
| M	OMCompiler
| 
* commit 85fde89631145dc49454de2618d20be80768dbb7
| Author: Lennart Ochel 
| Date:   Thu Jun 16 09:55:45 2016 +0200
| 
|     * OMCompiler 532bec8...31aeef3 (1):
|       > Simplify RemoveSimpleEquations.handleSets
| 
| M	OMCompiler
| 
* commit 7e85af7a0c39e7369fef873f0b48c2518bf955ff
| Author: hudson 
| Date:   Wed Jun 15 10:45:27 2016 +0200
| 
|     * OMCompiler 64d176d...532bec8 (2):
|       > fix CodegenC for dynamic tearing (#1)
|       > Write equations directly to file
| 
| M	OMCompiler
| 
* commit 65fb7a738ebb81b4f2e188fce3d9eb0a2d568302
| Author: hudson 
| Date:   Tue Jun 14 19:10:18 2016 +0200
| 
|     * libraries 79fbc08...5fbbdc0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e719aa27f4cbb30ef98496d382f10e2df921c127
| Author: Lennart Ochel 
| Date:   Tue Jun 14 13:43:03 2016 +0200
| 
|     * OMCompiler 0e09820...64d176d (1):
|       > Move prototype to _model.h
| 
| M	OMCompiler
| 
* commit 1922b2f612d237e3e4f68d7e272060178cee5b97
| Author: Willi Braun 
| Date:   Tue Jun 14 11:46:21 2016 +0200
| 
|     * OMCompiler 4936316...0e09820 (1):
|       > fix ticket:3913
| 
| M	OMCompiler
| 
* commit 81ead12558ab87756f5cfee9474053fa82843a84
| Author: Martin Sjölund 
| Date:   Tue Jun 14 10:36:48 2016 +0200
| 
|     * OMCompiler d59e2f8...4936316 (1):
|       > Remove some unused function calls
| 
| M	OMCompiler
| 
* commit abace5fd367a5ad6f14399a6eb9bf354cf2b20c3
| Author: adrpo 
| Date:   Tue Jun 14 08:40:07 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 447096d...d59e2f8 (1):
|       > fix ticket:3960
|     
|     * testsuite 3589cd8...c45baaf (1):
|       > update tests ticket:3960
| 
| M	OMCompiler
| M	testsuite
| 
* commit 94d5bad9f6b4e2b8a73b243919a265c727b10d73
| Author: Lennart Ochel 
| Date:   Mon Jun 13 21:32:29 2016 +0200
| 
|     * OMCompiler 8bbb70a...447096d (1):
|       > Fix implicit function declaration
| 
| M	OMCompiler
| 
* commit 2facc535b0a73e704266c0e2c0d3674e9085a302
| Author: Rüdiger Franke 
| Date:   Mon Jun 13 19:49:41 2016 +0200
| 
|     * OMCompiler eba4654...8bbb70a (1):
|       > Fix discrete state indices for FMI export
| 
| M	OMCompiler
| 
* commit 1ea001acf94b09cf474dabb44f4bbbf55e4c2994
| Author: hudson 
| Date:   Mon Jun 13 19:10:47 2016 +0200
| 
|     * libraries fb7b332...79fbc08 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7de20ae9e21af78c93d15a1ba5cb0f789c992512
| Author: hudson 
| Date:   Sun Jun 12 19:11:03 2016 +0200
| 
|     * libraries f7e0f2d...fb7b332 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a30df99ea517f3a92320d145683d709465664ec1
| Author: hudson 
| Date:   Sat Jun 11 19:10:33 2016 +0200
| 
|     * libraries fabfa76...f7e0f2d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f3655bcc636aee4456d61dc0b0510b8245528e79
| Author: Lennart Ochel 
| Date:   Fri Jun 10 12:28:44 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a1a5408...eba4654 (2):
|       > New implementation of module wrapFunctionCalls
|       > Improve ExpandableArray
|     
|     * testsuite 99918a0...3589cd8 (3):
|       > New test cases for module wrapFunctionCalls
|       > Update expected output
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit d4e2fdc6fef465545772f0f90bd0b567e149891c
| Author: hudson 
| Date:   Thu Jun 9 19:10:53 2016 +0200
| 
|     * libraries 2354dac...fabfa76 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3bdc1f5d10a1276706b4370ce054afda1ad2f7dd
| Author: hudson 
| Date:   Wed Jun 8 19:33:18 2016 +0200
| 
|     * libraries ac17329...2354dac (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4038e8fa2a4266e4bba4f753cea08cc819fd42d9
| Author: Martin Sjölund 
| Date:   Wed Jun 8 19:08:54 2016 +0200
| 
|     * OMCompiler 7e1286c...a1a5408 (1):
|       > Ran the refactoring script to remove unused code
| 
| M	OMCompiler
| 
* commit c988583760f1dadbca3df14fe92d99a89f905bb4
| Author: hudson 
| Date:   Wed Jun 8 14:36:59 2016 +0200
| 
|     * OMCompiler f5d4c26...7e1286c (2):
|       > Updating 3rdParty
|       > Fixes for ticket:3955 - enable GC parallel marking in Windows (Makefile.omdev.mingw) - enable parallel parsing in Windows (Compiler/FrontEnd/ClassLoader.mo) - give parallel parsing thread 2MB stack (Compiler/runtime/System_omc.c)
| 
| M	OMCompiler
| 
* commit 726d93dd6b24772467d31fdc850c470e53a2bdbf
| Author: hkiel 
| Date:   Wed Jun 8 14:24:09 2016 +0200
| 
|     * OMCompiler bb33335...f5d4c26 (1):
|       > fix some abnormalities from static code check ticket:3954
| 
| M	OMCompiler
| 
* commit 307a9d178e60370ad1fc6bf1d645400baf71f4fd
| Author: Willi Braun 
| Date:   Wed Jun 8 01:51:50 2016 +0200
| 
|     * OMCompiler 76b1b28...bb33335 (1):
|       > improve some simulation option descriptions
| 
| M	OMCompiler
| 
* commit 0d6036f145817f79380b2b7c5f3d26fe24874832
| Author: hudson 
| Date:   Tue Jun 7 22:53:33 2016 +0200
| 
|     * OMCompiler e9351e0...76b1b28 (3):
|       > update non-linear system code
|       > generalized nonLinearSystemData generation
|       > generealize staticData generation
| 
| M	OMCompiler
| 
* commit 0e7406e4385ad33c07ad79b4288c9c3c5f56a3d5
| Author: hudson 
| Date:   Tue Jun 7 19:10:10 2016 +0200
| 
|     * libraries 03d9f87...ac17329 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 074e697643b21c5be0f6f64955c62ff926fc0179
| Author: hkiel 
| Date:   Tue Jun 7 17:09:21 2016 +0200
| 
|     * OMCompiler 68ed955...e9351e0 (1):
|       > OS X: run otool on libzlib.dylib
| 
| M	OMCompiler
| 
* commit d27df51068614a187557d02409e0daf853e926b4
| Author: Willi Braun 
| Date:   Tue Jun 7 16:19:38 2016 +0200
| 
|     * OMCompiler 201f9d3...68ed955 (1):
|       > clean up nonlinear systems: remove unsed field
| 
| M	OMCompiler
| 
* commit 212b7e81333ef8a73177258377dd1a04676d0597
| Author: Willi Braun 
| Date:   Tue Jun 7 14:36:53 2016 +0200
| 
|     * OMCompiler 7fda7d4...201f9d3 (1):
|       > improve codegeneration for non-linear systems
| 
| M	OMCompiler
| 
* commit 583ed4511647cfa1d03874b23b0b2b250c27ad74
| Author: vruge 
| Date:   Mon Jun 6 23:24:43 2016 +0200
| 
|     * OMCompiler 63527ec...7fda7d4 (1):
|       > Cosmetic changes for DynOptimization
| 
| M	OMCompiler
| 
* commit c00959d1c8ff9cab14dee11267fe2d4b3f335249
| Author: vruge 
| Date:   Mon Jun 6 23:00:43 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 43294bc...63527ec (1):
|       > make create dynamic optimization problem as modul
|     
|     * testsuite c135f75...99918a0 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9a5689ef78bf4cd94b1465ce75e378035d524dea
| Author: hudson 
| Date:   Mon Jun 6 19:10:56 2016 +0200
| 
|     * libraries c5b9f86...03d9f87 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 86c965a93a1bab9d9cfe7fedae64b5d3136cb7a6
| Author: Niklas Worschech 
| Date:   Mon Jun 6 14:55:10 2016 +0200
| 
|     * OMCompiler 912301a...43294bc (1):
|       > fix in fmu 1.0 export and cpp runtime for ambiguous symbols for shared_ptr
| 
| M	OMCompiler
| 
* commit 29533d3b6e70690919cb8fb8cba41937a18b809c
| Author: Niklas Worschech 
| Date:   Mon Jun 6 11:00:31 2016 +0200
| 
|     * OMCompiler 7a7247f...912301a (1):
|       > fix for algloop variable attributes assignment in cpp Template/CodegenCpp.tpl
| 
| M	OMCompiler
| 
* commit 8fc36d745c1a3e2b8bf24dc22f7decc154a3d872
| Author: Rüdiger Franke 
| Date:   Sun Jun 5 20:11:11 2016 +0200
| 
|     * OMCompiler 4eaf6a3...7a7247f (1):
|       > Link Cpp FMUs all static under Windows
| 
| M	OMCompiler
| 
* commit d343ec3d70a3e5db8f8340dee62e51ab719daea7
| Author: hudson 
| Date:   Sun Jun 5 19:10:31 2016 +0200
| 
|     * libraries ab3761a...c5b9f86 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fc814cef2410ff74b6f579f6f7f4cb322fc783b2
| Author: adrpo 
| Date:   Sun Jun 5 00:49:57 2016 +0200
| 
|     * OMCompiler 2dbc14b...4eaf6a3 (1):
|       > add needed libs to FMUs on windows, ticket:3946
| 
| M	OMCompiler
| 
* commit 243b802adf9c22ff7b887437b9b091354ce38966
| Author: Willi Braun 
| Date:   Sat Jun 4 14:37:49 2016 +0200
| 
|     * OMCompiler d08a251...2dbc14b (1):
|       > fix nominal values for daeMode
| 
| M	OMCompiler
| 
* commit af925a47c45fe6505d8c77759e3b6adf2ba68281
| Author: Rüdiger Franke 
| Date:   Sat Jun 4 12:46:31 2016 +0200
| 
|     * OMCompiler 6a480c8...d08a251 (2):
|       > Clean up comments and indentation
|       > Refine treatment of clocked start values to fix ticket:3770
| 
| M	OMCompiler
| 
* commit 55a3b3645cb2e812709c9f6087785d75b5555f51
| Author: Lennart Ochel 
| Date:   Sat Jun 4 11:43:31 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e867d82...6a480c8 (1):
|       > New generic type ExpandableArray
|     
|     * testsuite 1a9e96d...c135f75 (1):
|       > Unit test for expandable array
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2183f01252726afa5b4270609f6db87ff8d67a20
| Author: Rüdiger Franke 
| Date:   Sat Jun 4 10:42:46 2016 +0200
| 
|     * OMCompiler dd39b9f...e867d82 (2):
|       > Remove unnecessary Sundials include directories
|       > Move Sundials paths to Sundials section (ticket:3933)
| 
| M	OMCompiler
| 
* commit a5e2a4b78ea4516dd8deea180eed360c24d35ed4
| Author: Willi Braun 
| Date:   Fri Jun 3 21:40:57 2016 +0200
| 
|     * OMCompiler 9e077fe...dd39b9f (1):
|       > adjust nominal usage in daeMode for alg variables
| 
| M	OMCompiler
| 
* commit 554d8a51d5e9722973cba3f822886be75c1f74db
| Author: Willi Braun 
| Date:   Fri Jun 3 20:55:38 2016 +0200
| 
|     * OMCompiler c40d6c4...9e077fe (1):
|       > add initial step size flag to ida solver
| 
| M	OMCompiler
| 
* commit 9a4ecc153dbb1c9136d356c708f432eb64299be8
| Author: hudson 
| Date:   Fri Jun 3 19:10:33 2016 +0200
| 
|     * libraries 8eddc6e...ab3761a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0b7fde38bc0f2621af9793a8bd7774da7b218100
| Author: Adeel Asghar 
| Date:   Fri Jun 3 15:23:57 2016 +0200
| 
|     * OMEdit 0868b1d...aede0ba (1):
|       > Set () for flags with no values.
| 
| M	OMEdit
| 
* commit a6db00c2678db20a8653305867bae5b9353db9e4
| Author: Adeel Asghar 
| Date:   Fri Jun 3 15:06:55 2016 +0200
| 
|     * OMEdit 06da538...0868b1d (1):
|       > ticket:3488 Support ignoreSimulationFlagsAnnotation flag.
| 
| M	OMEdit
| 
* commit 9648f4b98684d5ae5e45e4ab391c555a23eb9847
| Author: Adeel Asghar 
| Date:   Fri Jun 3 14:42:36 2016 +0200
| 
|     * OMCompiler 0a6dd26...c40d6c4 (1):
|       > ticket:3488 Added ignoreSimulationFlagsAnnotation flag.
| 
| M	OMCompiler
| 
* commit 0a90bdd3d34824eccc857a82071961182f4aa217
| Author: Adeel Asghar 
| Date:   Fri Jun 3 14:15:53 2016 +0200
| 
|     * OMEdit b85235d...06da538 (1):
|       > ticket:3488 Write the __OpenModelica_simulationFlags annotation based on the settings used in SimulationDialog Read the __OpenModelica_simulationFlags and apply it them to simulation.
| 
| M	OMEdit
| 
* commit 9e9a4548ab4372ec9c8d6290e4abb3d56e953921
| Author: Rüdiger Franke 
| Date:   Fri Jun 3 07:58:44 2016 +0200
| 
|     * OMCompiler 5a887db...0a6dd26 (1):
|       > Attempt to fix ticket:3948 for Windows build
| 
| M	OMCompiler
| 
* commit 66fe4283080df932604200d5a33b5f4007b2bcfb
| Author: hudson 
| Date:   Fri Jun 3 01:37:54 2016 +0200
| 
|     * libraries 628023e...8eddc6e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 239bf3a6f31215bac80846a1985f3acdf92403aa
| Author: adrpo 
| Date:   Fri Jun 3 01:17:38 2016 +0200
| 
|     ticket:3946, copy needed dlls to bin folder
| 
| M	Makefile.omdev.mingw
| 
* commit 6da1434cc08ff87ec0565a04f887b62d92db2a0d
| Author: adrpo 
| Date:   Fri Jun 3 00:11:37 2016 +0200
| 
|     * testsuite 55a76f7...1a9e96d (1):
|       > fix ticket3947, change SID to SIDTest to avoid name conflicts
| 
| M	testsuite
| 
* commit f3a84dc34f6e7ffc7c248b4f6a8356e822dbfa55
| Author: Niklas Worschech 
| Date:   Thu Jun 2 16:55:41 2016 +0200
| 
|     * OMCompiler 0fe7279...5a887db (3):
|       > fix for typo in cmakefile
|       > added status message for sundials libraries
|       > fix for #3933
| 
| M	OMCompiler
| 
* commit 5da9bcaff44766dd75d8e72743c04228d22f56f1
| Author: vwaurich 
| Date:   Thu Jun 2 15:35:19 2016 +0200
| 
|     * OMCompiler 24669b2...0fe7279 (1):
|       > - functions to debug Index Reduction
| 
| M	OMCompiler
| 
* commit 50725e1e8fde908db309f062df135e7c8d45073f
| Author: adrpo 
| Date:   Thu Jun 2 12:06:32 2016 +0200
| 
|     * OMCompiler 38e81d6...24669b2 (1):
|       > fix ticket:3942 - use -std=c++11 for Windows - add -lz -lhdf5 libs to linking, needed for Modelica tables
| 
| M	OMCompiler
| 
* commit 331727c28d36f979dcf40cb939c18be8533674da
| Author: ptaeuber 
| Date:   Thu Jun 2 09:03:55 2016 +0200
| 
|     * OMCompiler 81b6765...38e81d6 (1):
|       > Add flag to emit solver steps to the result file
| 
| M	OMCompiler
| 
* commit 07ebe8c6371c791dc9009f49fd77f03f7ea1d6c2
| Author: Lennart Ochel 
| Date:   Wed Jun 1 20:04:46 2016 +0200
| 
|     * OMCompiler dc14e0f...81b6765 (1):
|       > Improve error message
| 
| M	OMCompiler
| 
* commit 410580b9f3929f9bca561ff69ff5f4b2fbac61bf
| Author: hudson 
| Date:   Wed Jun 1 19:10:06 2016 +0200
| 
|     * libraries 9c9d459...628023e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0293fa18d8674b20a317be02b5d731deea681863
| Author: ptaeuber 
| Date:   Wed Jun 1 15:48:12 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ec6bb23...dc14e0f (1):
|       > Make total tearing a config flag to specify SCCs
|     
|     * testsuite 22f7bdf...55a76f7 (1):
|       > Use config flag for total tearing
| 
| M	OMCompiler
| M	testsuite
| 
* commit acdfaa2ebf0d45c06f1e54dde89f4511aa7e9f4a
| Author: adrpo 
| Date:   Wed Jun 1 15:08:37 2016 +0200
| 
|     * OMCompiler c7a21ff...ec6bb23 (1):
|       > ticket:3092, activate OMC_NO_GC_MAPPING only on FMI or minimal runtime
| 
| M	OMCompiler
| 
* commit fd8fa2beb7779f6fe5841d291093bf37185c5886
| Author: Bernhard Thiele 
| Date:   Wed Jun 1 13:08:20 2016 +0200
| 
|     * testsuite 193fe4e...22f7bdf (1):
|       > Added another test case to Modelica_Synchronous
| 
| M	testsuite
| 
* commit 90cd81a74d056c9898101b4f8bd66e00a90bb704
| Author: adrpo 
| Date:   Wed Jun 1 02:01:39 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1aab55e...c7a21ff (1):
|       > more fixes ticket:3902
|     
|     * testsuite 5ad2b53...193fe4e (1):
|       > add test for ticket:3902
| 
| M	OMCompiler
| M	testsuite
| 
* commit 85416e582dd7ed61eaef45b1720d1c513e741eae
| Author: adrpo 
| Date:   Wed Jun 1 00:09:33 2016 +0200
| 
|     * OMCompiler 3f4962f...1aab55e (1):
|       > omc_ua depends on boehm-gc target, ticket:3902
| 
| M	OMCompiler
| 
* commit c83e474ea9f98f4df15c8bbb7dec4504664f17d8
| Author: adrpo 
| Date:   Tue May 31 23:50:37 2016 +0200
| 
|     * OMCompiler 28420a1...3f4962f (1):
|       > ParModelica depends on boehm-gc, ticket:3902
| 
| M	OMCompiler
| 
* commit 833bf4b9bb4a58b16ba68ba6c82b430b637f26b0
| Author: adrpo 
| Date:   Tue May 31 23:02:46 2016 +0200
| 
|     * OMCompiler ad52d27...28420a1 (1):
|       > small changes to the memory allocation interface, ticket:3902
| 
| M	OMCompiler
| 
* commit eb4f5b9c7e4edb6ce7a0d6de9ec914746a3eb7bd
| Author: hudson 
| Date:   Tue May 31 19:11:16 2016 +0200
| 
|     * libraries 70b12b3...9c9d459 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b0266bc7b2d31cdba21925e2de77533196fd251d
| Author: Martin Sjölund 
| Date:   Tue May 31 15:24:25 2016 +0200
| 
|     * doc 008b951...0fd4096 (1):
|       > Do not use + for OM flags
| 
| M	doc
| 
* commit f66d244c873ac1fb88f0f1a2e1861b4896e48267
| Author: adrpo 
| Date:   Tue May 31 07:42:13 2016 +0200
| 
|     * OMCompiler 944192f...ad52d27 (1):
|       > Fix ticket:3941 disable tests Modelica_Synchronous.WorkInProgress.*
| 
| M	OMCompiler
| 
* commit 510e963a1423d3ef6d51a4915b6db531e0d0f28b
| Author: hudson 
| Date:   Mon May 30 19:27:56 2016 +0200
| 
|     * libraries b402fda...70b12b3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 91c1994d47706305850829331f1d243dc776acc6
| Author: Bernhard Thiele 
| Date:   Mon May 30 19:03:30 2016 +0200
| 
|     * testsuite c44afbc...5ad2b53 (1):
|       > Added Modelica_Synchronous test cases
| 
| M	testsuite
| 
* commit 7d04ab34cfbee80b6d0e31fc5c22b842bb95e72a
| Author: Lennart Ochel 
| Date:   Mon May 30 12:06:28 2016 +0200
| 
|     * OMCompiler 70349b5...944192f (1):
|       > Don't share memory between different variable arrays
| 
| M	OMCompiler
| 
* commit 5aad2ee06c0a1fae9838baf00e8bda119f1f40e2
| Author: ptaeuber 
| Date:   Mon May 30 09:57:07 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ace8794...70349b5 (1):
|       > Make redundant --disableLinearTearing deprecated
|     
|     * testsuite 3662170...c44afbc (1):
|       > Use --maxSizeLinearTearing=0 instead of --disableLinearTearing
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8246edfbc3c5f65bbf16960514485df0987ef032
| Author: Patrick Täuber 
| Date:   Mon May 30 09:35:09 2016 +0200
| 
|     * OMCompiler b526c9b...ace8794 (1):
|       > Performance fix of instantiation of syst in loop
| 
| M	OMCompiler
| 
* commit a54c8a38029b033c1c2f28f56582af5c5d6bf497
| Author: Rüdiger Franke 
| Date:   Sun May 29 18:28:31 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cde23af...b526c9b (1):
|       > Remove wrong error for clocked continuous exps
|     
|     * testsuite d795050...3662170 (2):
|       > Upgrade clockedTest with continuous-time equations
|       > Revert 963ed3cf89 for clockedTest
| 
| M	OMCompiler
| M	testsuite
| 
* commit caa32ec7156b17a196949feb0cabfe16216e11f1
| Author: Rüdiger Franke 
| Date:   Sat May 28 22:54:47 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9e139b9...cde23af (1):
|       > Use start values at first clock tick (ticket:3770)
|     
|     * testsuite 3446e63...d795050 (1):
|       > Expected output (ticket:3770)
| 
| M	OMCompiler
| M	testsuite
| 
* commit d823c245543ee618462dee3c2eb4cc912e9c9d9c
| Author: adrpo 
| Date:   Sat May 28 20:33:52 2016 +0200
| 
|     * OMCompiler 28405d8...9e139b9 (1):
|       > more fixes to svg generation
| 
| M	OMCompiler
| 
* commit e68f7e27e5d598682ef9d2081d764e9249cd39ad
| Author: hudson 
| Date:   Sat May 28 19:11:28 2016 +0200
| 
|     * libraries 1b0f095...b402fda (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b93eced802b423c22c4a7e262f54bb1e2f6a0526
| Author: hudson 
| Date:   Fri May 27 19:11:19 2016 +0200
| 
|     * libraries fcec74c...1b0f095 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit dc5a258bc2b637450248d9a9e8258afbf90ddb45
| Author: hudson 
| Date:   Fri May 27 16:03:30 2016 +0200
| 
|     * doc 28bc0aa...008b951 (1):
|       > Merge pull request #25 from arun3688/parametersensitivity
| 
| M	doc
| 
* commit 36b5c7b9ff7348790257e2a46dbec0a784d8ebc6
| Author: Adeel Asghar 
| Date:   Fri May 27 15:49:59 2016 +0200
| 
|     * OMNotebook c07f33d...07d5742 (1):
|       > modelicacolors.xml is not used anymore. Use same colors as were defined in modelicacolors.xml.
| 
| M	OMNotebook
| 
* commit 4807a1edfcffd6136ec4531734598ff46f38eb46
| Author: Adeel Asghar 
| Date:   Fri May 27 15:16:05 2016 +0200
| 
|     * OMNotebook 3a11306...c07f33d (1):
|       > ticket:3929 Killed the crap syntax highlighter thread. Added QSyntaxHighlighter.
| 
| M	OMNotebook
| 
* commit c760ce1be519280865ba2562eaa3a85f14384380
| Author: Lennart Ochel 
| Date:   Fri May 27 14:51:44 2016 +0200
| 
|     * testsuite d717009...3446e63 (1):
|       > Add test for 'localKnownVars'
| 
| M	testsuite
| 
* commit 9592720d0e1231dcd13e986ca390d2f27989cb86
| Author: vwaurich 
| Date:   Fri May 27 13:34:07 2016 +0200
| 
|     * OMCompiler d19242a...28405d8 (1):
|       > - fix order of subpartition clocks
| 
| M	OMCompiler
| 
* commit 0b58d8c3bed52c05b97dc582deab4bcc4246ba11
| Author: ptaeuber 
| Date:   Fri May 27 08:08:33 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9983317...d19242a (1):
|       > New approach to handle known vars
|     
|     * testsuite bcab6f6...d717009 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit fa83b34a9ed7278f532e4614068224f27697da6b
| Author: vruge 
| Date:   Thu May 26 19:41:00 2016 +0200
| 
|     * testsuite 6665a46...bcab6f6 (1):
|       > added test for inline function
| 
| M	testsuite
| 
* commit 7df1f44625a334a089249ee16f728a6cb90db5fe
| Author: Adeel Asghar 
| Date:   Thu May 26 17:32:29 2016 +0200
| 
|     * OMEdit a65845a...b85235d (1):
|       > Fixed the debugger. Use the --thread & --frame argument with each command.
| 
| M	OMEdit
| 
* commit 7ee823419eae13a02bc31c14404d5d56ba2f5646
| Author: Adeel Asghar 
| Date:   Thu May 26 17:04:49 2016 +0200
| 
|     * OMCompiler 215f2b4...9983317 (1):
|       > Use 1 for record type.
| 
| M	OMCompiler
| 
* commit 98caf60fd0efafed53c66b62aed93cd81ef89c88
| Author: adrpo 
| Date:   Thu May 26 15:18:41 2016 +0200
| 
|     * testsuite b7f5861...6665a46 (1):
|       > support baselining tests in parallel
| 
| M	testsuite
| 
* commit 6d250de45a50c155519e243f658ba592452af548
| Author: Willi Braun 
| Date:   Thu May 26 13:54:33 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 240213b...215f2b4 (1):
|       > hide alias warnings behind AliasDump flag
|     
|     * testsuite f65263f...b7f5861 (1):
|       > don't show alias warning by default
| 
| M	OMCompiler
| M	testsuite
| 
* commit 470795a84427d5d8f44267b5b8aefab8a5cfca96
| Author: Martin Sjölund 
| Date:   Thu May 26 13:41:42 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cea271e...240213b (1):
|       > Do not generate #define for variables
|     
|     * testsuite bc03c8e...f65263f (1):
|       > Update now broken test needing CREF_ITER working
| 
| M	OMCompiler
| M	testsuite
| 
* commit ba0b9410ceb50c9a28fc681b0f48e05b9d307256
| Author: adrpo 
| Date:   Thu May 26 12:28:24 2016 +0200
| 
|     * testsuite ec4c1c7...bc03c8e (1):
|       > use --alarm=900 for all tests to avoid hangs
| 
| M	testsuite
| 
* commit 8552280a5e770d71771e4dc5420198a95ef88ca8
| Author: Willi Braun 
| Date:   Thu May 26 12:09:41 2016 +0200
| 
|     * OMCompiler 1d03f63...cea271e (1):
|       > remove not used extrapolation code
| 
| M	OMCompiler
| 
* commit 3b898ee3cf5f52a6ee98e2ff6b739fd37ac6f0f0
| Author: adrpo 
| Date:   Thu May 26 11:39:36 2016 +0200
| 
|     * OMCompiler 5a28893...1d03f63 (1):
|       > add support for --alarm on command line ticket:3928
| 
| M	OMCompiler
| 
* commit e62685d8627d28ff5eaf9ff9450797252a2be371
| Author: hudson 
| Date:   Wed May 25 19:12:58 2016 +0200
| 
|     * libraries 2b2376b...fcec74c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bdfff78c765693d2c1ec9b6f473a6b627b4a24d0
| Author: ptaeuber 
| Date:   Wed May 25 18:48:46 2016 +0200
| 
|     * OMCompiler 59c64ac...5a28893 (1):
|       > Detect JAC_CONSTANT() as linear component
| 
| M	OMCompiler
| 
* commit 3bc6328dba3a65d4cb449aacc86cb64971e095d7
| Author: Willi Braun 
| Date:   Wed May 25 18:34:13 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 087bdd2...59c64ac (1):
|       > add some exeption handling for torn linear systems
|     
|     * testsuite 77c753b...ec4c1c7 (1):
|       > add testcase for ticket:3926
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3fb2c2aedb023af5a2f05d8b06e11d8a08bdf939
| Author: Willi Braun 
| Date:   Wed May 25 18:34:13 2016 +0200
| 
|     add jacobian word to aspell
| 
| M	.openmodelica.aspell
| 
* commit cc044683a30d33b9ea2ba8476ee4d6e21c321013
| Author: Martin Sjölund 
| Date:   Wed May 25 16:09:33 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a3a1e9a...087bdd2 (2):
|       > Make reinit message output a readable cref
|       > Fix name of vars in linear model
|     
|     * testsuite 927c5e9...77c753b (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 132a169fd8152e7bb8b82c1f910f7795dcec022b
| Author: Per Östlund 
| Date:   Wed May 25 15:56:41 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cbc9561...a3a1e9a (2):
|       > Renamed scodeInst debug flag to newInst.
|       > Reorganized source files for new instantiation.
|     
|     * testsuite 9e030f2...927c5e9 (2):
|       > scodeInst -> newInst flag update.
|       > Updated LoadCompilerSources to new inst changes.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0d211481083da810b79d050977dec014bbd67eb5
| Author: Per Östlund 
| Date:   Wed May 25 14:40:03 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c3bcdbb...cbc9561 (2):
|       > Added component attributes to new instantiation.
|       > New instantiation improvements.
|     
|     * testsuite 03471e2...9e030f2 (2):
|       > More scodeinst test updates.
|       > Updated scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7e9369158e3afcda3b5398722967baabcc2b8c5f
| Author: wibraun 
| Date:   Wed May 25 13:42:30 2016 +0200
| 
|     * doc e5130b4...28bc0aa (1):
|       > initial documentation for sensitivities (#23)
| 
| M	doc
| 
* commit b319b49f63fc12b45da071bc5a962e82304701ea
| Author: arun3688 
| Date:   Wed May 25 13:11:26 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9e87f6d...c3bcdbb (1):
|       > ticket:3488 added new API functions for vendorannotation
|     
|     * testsuite bde3ea6...03471e2 (1):
|       > ticket:3488 testscript for getting vendorannotation modifer names and values
| 
| M	OMCompiler
| M	testsuite
| 
* commit 14e60f41d6c3f25d9113c5b0a39b302b5b028d02
| Author: Martin Sjölund 
| Date:   Wed May 25 12:34:46 2016 +0200
| 
|     * OMCompiler bf97bdc...9e87f6d (2):
|       > Fix SVG generation
|       > Put each library into its own history folder
| 
| M	OMCompiler
| 
* commit ab2681684a20a289d46b160bf841e5f3a9b97834
| Author: adrpo 
| Date:   Wed May 25 12:16:50 2016 +0200
| 
|     * testsuite 8f2e742...bde3ea6 (1):
|       > fix rtest for windows
| 
| M	testsuite
| 
* commit 1b6659bee4f783e2416a6cff34c07e8333d9ad8a
| Author: hudson 
| Date:   Wed May 25 11:58:00 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler eacfc6b...bf97bdc (4):
|       > fix sparse pattern for daeMode
|       > adjust code generation for daeMode
|       > improve daeMode implementation
|       > add sparse pattern for daeMode
|     
|     * testsuite bbf3498...8f2e742 (2):
|       > adjust test to to current implementation
|       > fix Makefile
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5375e630d57850338ced0464640f8c7951ea453d
| Author: Lennart Ochel 
| Date:   Wed May 25 11:22:18 2016 +0200
| 
|     * OMCompiler c7fe641...eacfc6b (1):
|       > Move the actual unit parsing to Unit.mo
| 
| M	OMCompiler
| 
* commit 539d9501f9607ce2adcdc5426af138bcd7b2d180
| Author: Martin Sjölund 
| Date:   Wed May 25 10:57:12 2016 +0200
| 
|     * OMCompiler f47e48b...c7fe641 (1):
|       > Handle writing empty files
| 
| M	OMCompiler
| 
* commit dd3314c6928748bc2670d22550945578b5a8f150
| Author: Martin Sjölund 
| Date:   Wed May 25 09:12:17 2016 +0200
| 
|     * OMCompiler 3e9b0e8...f47e48b (2):
|       > Do not create HT of size 0
|       > Use BaseHashTable for the SimCode HT
| 
| M	OMCompiler
| 
* commit cc5f6c59dfd6b144adc47537848afea5888f4bc8
| Author: hkiel 
| Date:   Wed May 25 08:59:34 2016 +0200
| 
|     * OMCompiler 17df9f3...3e9b0e8 (1):
|       > use less memory when operating on units
| 
| M	OMCompiler
| 
* commit c82690eb80092508cdedb9001bf6c484b4bedebd
| Author: Lennart Ochel 
| Date:   Tue May 24 22:55:28 2016 +0200
| 
|     * OMCompiler 1e5da4b...17df9f3 (1):
|       > Clean up unit check module
| 
| M	OMCompiler
| 
* commit b21410a876e20addac91c01564288ceedafa9247
| Author: hudson 
| Date:   Tue May 24 19:12:26 2016 +0200
| 
|     * libraries 87c74e4...2b2376b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e2dadb7127f38a1e06df402893c8be77b31ab446
| Author: Adeel Asghar 
| Date:   Tue May 24 18:19:35 2016 +0200
| 
|     * OMEdit 9b994a0...a65845a (2):
|       > Fixed the index for parenthesis matching.
|       > ticket:3924 Do not add extra line breaks.
| 
| M	OMEdit
| 
* commit 35eabe5be53d4c8e2fe0be7becc4b652c30c8076
| Author: Per Östlund 
| Date:   Tue May 24 17:55:00 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 82eeffe...1e5da4b (2):
|       > Added some proper error messages to NFLookup.
|       > More new instantiation modifier stuff.
|     
|     * testsuite 5f4fb23...bbf3498 (1):
|       > Update more scodeinst tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d033fbf4a1cf1fcbaad16bf371daedec00dee214
| Author: hkiel 
| Date:   Tue May 24 17:36:16 2016 +0200
| 
|     * OMCompiler 9b0163d...82eeffe (1):
|       > fix BackendDAETransform.eqnAssignmentNonScalar()
| 
| M	OMCompiler
| 
* commit ee2f4ec0f0e7d53ac679d42f59300768d596a851
| Author: Adeel Asghar 
| Date:   Tue May 24 16:51:37 2016 +0200
| 
|     * OMCompiler 120a9e2...9b0163d (1):
|       > Handle the integer inside record.
| 
| M	OMCompiler
| 
* commit 43571da3c9cf7127f7a5e06fb7fa3d432c92cdfc
| Author: adrpo 
| Date:   Tue May 24 16:34:14 2016 +0200
| 
|     * OMCompiler ec70f33...120a9e2 (1):
|       > Activate multiple FMU instances per process ticket:3820
| 
| M	OMCompiler
| 
* commit fd1c4af2d40fd74251d48db82eafd418908a4500
| Author: hkiel 
| Date:   Tue May 24 16:21:36 2016 +0200
| 
|     * OMCompiler 4c94fc0...ec70f33 (1):
|       > fix memory leaks in C runtime
| 
| M	OMCompiler
| 
* commit c3028cf2488201872b3f634c45ffccbbfab6e09c
| Author: hkiel 
| Date:   Tue May 24 15:56:41 2016 +0200
| 
|     * OMCompiler 72f98cf...4c94fc0 (1):
|       > fix some issues from static analysis
| 
| M	OMCompiler
| 
* commit f204077dbf70ae4e0a4c08095b229989416a679c
| Author: adrpo 
| Date:   Tue May 24 14:44:54 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7570c6b...72f98cf (1):
|       > Fixes for ticket:3898 do not output empty InitialUnknowns element
|     
|     * testsuite a98f424...5f4fb23 (1):
|       > update tests after fixes to ticket:3989
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4de2aece1b7ff2b2bb3b31ddaac96d7faec0c7f4
| Author: Martin Sjölund 
| Date:   Tue May 24 12:27:40 2016 +0200
| 
|     * OMCompiler 2aa4935...7570c6b (1):
|       > Do not use pre-processor for array variables
| 
| M	OMCompiler
| 
* commit d1750d9d4215bfe8e38935788e9aa2b508b6845a
| Author: Per Östlund 
| Date:   Tue May 24 12:07:11 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 57990ba...2aa4935 (1):
|       > Modifier improvements in new instantiation.
|     
|     * testsuite 98cfe9b...a98f424 (1):
|       > Update scodeinst test cases.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6ab018cde94d67b7e5f377dc4594af583c7bda36
| Author: hudson 
| Date:   Tue May 24 10:40:55 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7b5e81b...57990ba (2):
|       > Rename squared 2-norms
|       > Change input tol of Newton solver to 2-norm
|     
|     * testsuite c04f1a0...98cfe9b (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5f76f4ab160ce15f1e00a1eb5a4aba64f4f7826b
| Author: Lennart Ochel 
| Date:   Tue May 24 10:03:32 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7271c6f...7b5e81b (3):
|       > Use always the unit representation that was defined first
|       > Don't override empty unit information with dummy value
|       > Calculate unit information for state derivatives
|     
|     * testsuite 3b73d02...c04f1a0 (1):
|       > Calculate unit information for state derivatives
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2b52a4e629f978eff77f72e192f450c0bbed949a
| Author: Per Östlund 
| Date:   Tue May 24 09:39:28 2016 +0200
| 
|     * OMCompiler 012b282...7271c6f (1):
|       > NFInst improvements.
| 
| M	OMCompiler
| 
* commit 794f9f6250ae85d15da71adf24d03a986c7649fa
| Author: hudson 
| Date:   Mon May 23 19:38:33 2016 +0200
| 
|     * libraries 7d91996...87c74e4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 874d653db65495bfb4efb855c3c5893c6787ba4a
| Author: adrpo 
| Date:   Mon May 23 16:47:04 2016 +0200
| 
|     * OMCompiler f79cce4...012b282 (1):
|       > fix windows external annotation for omcruntime library
| 
| M	OMCompiler
| 
* commit 7ac0ece2011527d9ec2602410bbdcfb463b4b5e9
| Author: Per Östlund 
| Date:   Mon May 23 15:32:02 2016 +0200
| 
|     * OMCompiler 4a27b09...f79cce4 (1):
|       > Implement derived class modifiers in NFInst.
| 
| M	OMCompiler
| 
* commit 59ae6cea2593fc45b4626455d2001eab77b9d536
| Author: hkiel 
| Date:   Mon May 23 15:13:26 2016 +0200
| 
|     * OMCompiler 029864f...4a27b09 (1):
|       > shorter C code for non-guarded list comprehensions
| 
| M	OMCompiler
| 
* commit c47650e7fa76e353ea913d35547f05433dc67064
| Author: hkiel 
| Date:   Mon May 23 14:55:59 2016 +0200
| 
|     * OMCompiler d02a375...029864f (1):
|       > allocate using mmc_alloc_words_atomic where no pointer is stored.
| 
| M	OMCompiler
| 
* commit bfa5436dc6c182825da8c1f03f70f00cf2bafbb0
| Author: hkiel 
| Date:   Mon May 23 14:43:14 2016 +0200
| 
|     * OMCompiler 3507862...d02a375 (1):
|       > preserve some more tuples
| 
| M	OMCompiler
| 
* commit 41e43abc4a4ba0f456fa5ec47b737840dda34738
| Author: Per Östlund 
| Date:   Mon May 23 14:30:32 2016 +0200
| 
|     * OMCompiler f1904b8...3507862 (1):
|       > Propagate modifiers for structured components.
| 
| M	OMCompiler
| 
* commit 53fe331e5aa991faf8d6e8c6eb07d89e67649c63
| Author: Adeel Asghar 
| Date:   Mon May 23 12:32:05 2016 +0200
| 
|     Updating submodules
|     * OMEdit 736e098...9b994a0 (1):
|       > Use same border as QLineEdit for QPlainTextEdit.
|     
|     * doc 934911a...e5130b4 (1):
|       > Added instructions on how to make connection. Updated OMEdit options.
| 
| M	OMEdit
| M	doc
| 
* commit 2a9d7b90655a8ba4cad2067e03cf92d066e5530a
| Author: Per Östlund 
| Date:   Mon May 23 12:08:02 2016 +0200
| 
|     * OMCompiler 06b1abe...f1904b8 (1):
|       > Clean up some new instantiation modules.
| 
| M	OMCompiler
| 
* commit 4c3d96aaa879d02e14f615cfc0bf159c30f241fa
| Author: Martin Sjölund 
| Date:   Mon May 23 11:55:22 2016 +0200
| 
|     * OMCompiler 4e18fb9...06b1abe (1):
|       > Do not use preprocessor to generate sample() code
| 
| M	OMCompiler
| 
* commit 94712d7555691ec33b5683d27c32e0c75238edbf
| Author: Per Östlund 
| Date:   Mon May 23 10:59:52 2016 +0200
| 
|     * OMCompiler 58bbbff...4e18fb9 (1):
|       > Replace old new instantiation with new new instantiation.
| 
| M	OMCompiler
| 
* commit 3045d3f705a0aace713998c38affffd34e612031
| Author: hudson 
| Date:   Sun May 22 19:12:35 2016 +0200
| 
|     * libraries 716b228...7d91996 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8e19f4eff8231131bf210e00b9cf0c03de196072
| Author: Adeel Asghar 
| Date:   Sun May 22 16:43:58 2016 +0200
| 
|     * OMEdit 518da8d...736e098 (1):
|       > Merge pull request #25 from OpenModelica/annotations
| 
| M	OMEdit
| 
* commit fca91a96f7834555e2cf964d67e218a1dae90984
| Author: Lennart Ochel 
| Date:   Sun May 22 16:18:41 2016 +0200
| 
|     * OMCompiler a52420c...58bbbff (1):
|       > Fix LOG_STATS (ticket:3922)
| 
| M	OMCompiler
| 
* commit 3baec4ebc14d129d67bdb7089b35134a9b023ee4
| Author: adrpo 
| Date:   Sat May 21 19:24:22 2016 +0200
| 
|     * testsuite 975701d...3b73d02 (1):
|       > adapt rtest to windows msys2
| 
| M	testsuite
| 
* commit 64c2e639894be460e1f43e4545254ce066e3422e
| Author: hudson 
| Date:   Sat May 21 19:12:40 2016 +0200
| 
|     * libraries bb7ffcf...716b228 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e141820727bd5a4acf6ac0d074bdc660abb1d975
| Author: hudson 
| Date:   Fri May 20 19:11:12 2016 +0200
| 
|     * libraries f3b120a...bb7ffcf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5a4de965bd803b44ae47b734c1900f79dde3793b
| Author: Martin Sjölund 
| Date:   Fri May 20 17:10:12 2016 +0200
| 
|     * OMCompiler c79b8ca...a52420c (1):
|       > Skip calling unnecessary tmpTick
| 
| M	OMCompiler
| 
* commit ef81b6d6e7d6e039ac56723f0d3068846c98fa4f
| Author: ptaeuber 
| Date:   Fri May 20 16:07:41 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f098371...c79b8ca (1):
|       > Improve total tearing algorithm
|     
|     * testsuite 44588cc...975701d (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8827d06df83facd4e62f1046275d98a2aff53275
| Author: Martin Sjölund 
| Date:   Fri May 20 14:22:58 2016 +0200
| 
|     * OMCompiler 04496ac...f098371 (1):
|       > Do not use preprocessor for attributes
| 
| M	OMCompiler
| 
* commit 841fd948fe7ca948d002376da4c770dd35ccfae6
| Author: hkiel 
| Date:   Fri May 20 12:56:25 2016 +0200
| 
|     * OMCompiler 109dc98...04496ac (1):
|       > remove function getAliasContinue()
| 
| M	OMCompiler
| 
* commit ea9d37acb978695b9e951377cc3ec9e1e7317c4b
| Author: hkiel 
| Date:   Fri May 20 12:43:46 2016 +0200
| 
|     * OMCompiler d665b64...109dc98 (1):
|       > do not thread two lists, just to unthread them again
| 
| M	OMCompiler
| 
* commit 0da4b13b8262b386d732c2ccb7051978dcd1a785
| Author: ptaeuber 
| Date:   Fri May 20 11:05:32 2016 +0200
| 
|     * OMCompiler c5b68a9...d665b64 (1):
|       > Add flag to change the tolerances for newton solver
| 
| M	OMCompiler
| 
* commit 0c1a4a6faa111dbca0e0ba9ee555bab921280302
| Author: adrpo 
| Date:   Thu May 19 23:31:48 2016 +0200
| 
|     * testsuite 871ab7c...44588cc (1):
|       > use alarm to kill the test if infinite
| 
| M	testsuite
| 
* commit 45e70540e13bce0d3b3fd22d43b519d2e49c2633
| Author: adrpo 
| Date:   Thu May 19 23:02:58 2016 +0200
| 
|     * OMCompiler f10487d...c5b68a9 (1):
|       > fix GenerateDoc.mos
| 
| M	OMCompiler
| 
* commit c0083618411dbe40f9c9c240608d7e9f5a4182f4
| Author: hkiel 
| Date:   Thu May 19 17:10:43 2016 +0200
| 
|     * OMCompiler 8f16329...f10487d (1):
|       > some minor optimizations - match -> matchcontinue - simplified some functions
| 
| M	OMCompiler
| 
* commit 77d49c0a1b999ba6644e735de51bdcce11ff0649
| Author: vwaurich 
| Date:   Thu May 19 13:37:47 2016 +0200
| 
|     * OMCompiler f0d46d5...8f16329 (1):
|       > - dump a graphic blt-matrix in a html file via +d=bltmatrixdump
| 
| M	OMCompiler
| 
* commit 91f2ac25425951a22cf3faacfb69744353f56773
| Author: Willi 
| Date:   Thu May 19 11:44:33 2016 +0200
| 
|     * OMCompiler 73a73b0...f0d46d5 (1):
|       > seperate coloring from generateSparsePattern
| 
| M	OMCompiler
| 
* commit 41a11e968b28689c5dfea95c3dc62227e29f10b8
| Author: Adrian Pop 
| Date:   Thu May 19 00:10:44 2016 +0200
| 
|     * doc 4168774...934911a (1):
|       > fix interface for getDocumentationAnnotation (#24)
| 
| M	doc
| 
* commit 6c833b8ef25ec6e9b4ab8a93c3e8efdcef53d549
| Author: hudson 
| Date:   Wed May 18 19:11:19 2016 +0200
| 
|     * libraries 9688d06...f3b120a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c392614c4639976846f04c6a29df6133ddf266f9
| Author: jhag 
| Date:   Wed May 18 17:40:50 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 50dade9...73a73b0 (1):
|       > fixed wrapFunctionCalls (see:ticket:3102 ticket:3910)
|     
|     * testsuite 9b040a6...871ab7c (1):
|       > updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 314e501571776160af04d656bd3913dc8413e613
| Author: Martin Sjölund 
| Date:   Wed May 18 16:27:21 2016 +0200
| 
|     * OMCompiler 016c25e...50dade9 (1):
|       > Prefer omc libs over system libs
| 
| M	OMCompiler
| 
* commit c73bd7bb4a9013e1d0f1ea740330dc537b97fb76
| Author: adrpo 
| Date:   Wed May 18 16:14:28 2016 +0200
| 
|     * testsuite a5a02e3...9b040a6 (1):
|       > add tests for ticket:3916
| 
| M	testsuite
| 
* commit 997abd560a4d4a769312f344b45f5f0fad287bc9
| Author: Martin Sjölund 
| Date:   Wed May 18 15:49:27 2016 +0200
| 
|     * OMCompiler 0e88db8...016c25e (1):
|       > Do not look for otool lines containing :
| 
| M	OMCompiler
| 
* commit a484ecef235830406b46ee707a63aeff85554e33
| Author: hkiel 
| Date:   Wed May 18 15:31:46 2016 +0200
| 
|     * OMCompiler c628fac...0e88db8 (1):
|       > use listEmpty() instead of listLength()==0
| 
| M	OMCompiler
| 
* commit 824e7f01513a15b939c8fdb20bcaa80f457472e9
| Author: hkiel 
| Date:   Wed May 18 15:18:53 2016 +0200
| 
|     * OMCompiler 67e0588...c628fac (1):
|       > fix PR #837
| 
| M	OMCompiler
| 
* commit a8e070fd1e9ee13e65ce20f78e98db707e60140a
| Author: adrpo 
| Date:   Wed May 18 13:27:40 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ff73518...67e0588 (1):
|       > fix for ticket:3914
|     
|     * testsuite 7f5cbc7...a5a02e3 (1):
|       > test for ticket:3914
| 
| M	OMCompiler
| M	testsuite
| 
* commit 05e7d90638b9a30076978f18e6a269e2b4474611
| Author: Martin Sjölund 
| Date:   Wed May 18 12:46:45 2016 +0200
| 
|     * OMCompiler 542abe9...ff73518 (1):
|       > Check all dylib files for improper linking
| 
| M	OMCompiler
| 
* commit 5dc3e4d009a5da521276024662d0c66f16b5b3c9
| Author: hkiel 
| Date:   Wed May 18 11:26:16 2016 +0200
| 
|     * OMCompiler 5a7efad...542abe9 (1):
|       > optimize List.sort() a bit more
| 
| M	OMCompiler
| 
* commit 0f1f03e6f136c0965f9e17c5a82f3e79240f19d6
| Author: hudson 
| Date:   Wed May 18 05:26:11 2016 +0200
| 
|     * OMCompiler e973987...5a7efad (2):
|       > Updating 3rdParty
|       > fix ticket:3897 - run install_name_tool on the libraries (also for libsundials_idas.0.dylib)
| 
| M	OMCompiler
| 
* commit 197a17a0fb4e6bd23bd576fd059a9409c729fa28
| Author: adrpo 
| Date:   Wed May 18 05:11:05 2016 +0200
| 
|     * testsuite bf0d983...7f5cbc7 (1):
|       > fix infinite loop on windows
| 
| M	testsuite
| 
* commit 498eab4249c225bf63eea3c99e7c8545cf8303e1
| Author: vruge 
| Date:   Wed May 18 00:08:51 2016 +0200
| 
|     * OMCompiler 60be6c4...e973987 (1):
|       > don't add noEvent twice
| 
| M	OMCompiler
| 
* commit f66fa513d3320c9acbb1fcad0de25d1db01f043c
| Author: vruge 
| Date:   Tue May 17 23:51:57 2016 +0200
| 
|     * OMCompiler 605cd57...60be6c4 (1):
|       > matchcontinue -> match
| 
| M	OMCompiler
| 
* commit e873f19422b85da8424beeee382f991c070b6d6a
| Author: vruge 
| Date:   Tue May 17 22:24:50 2016 +0200
| 
|     * OMCompiler 008b751...605cd57 (1):
|       > fixed inline-anno interpretation
| 
| M	OMCompiler
| 
* commit 479bda68b7acf06ef61c2dfddad9e4936df10ed0
| Author: Willi Braun 
| Date:   Tue May 17 21:33:11 2016 +0200
| 
|     * OMCompiler e713fe2...008b751 (1):
|       > fix modelicaStringToCStr for "'"
| 
| M	OMCompiler
| 
* commit 5ec0d44117e2c1bdc0f1ebddd3bd4f1eb021368f
| Author: hkiel 
| Date:   Tue May 17 17:31:51 2016 +0200
| 
|     * OMCompiler 389ec43...e713fe2 (1):
|       > introduce List.splitr() which returns the first list in reverse order - optimizes code that does (l1,l2)=List.split() + listAppend(l1,l2)   by avoiding double listReverse on first list: (l1r,l2)=List.splitr() + List.append_reverse(l1r,l2);
| 
| M	OMCompiler
| 
* commit 5f3f25753e6fd4759b10edc857527de370684e2b
| Author: hkiel 
| Date:   Tue May 17 10:43:25 2016 +0200
| 
|     * OMCompiler b3a1667...389ec43 (1):
|       > fix ticket:3897 - run install_name_tool on the libraries
| 
| M	OMCompiler
| 
* commit d8fe9b74cafc795ee5a75722747d5893f148ff64
| Author: Martin Sjölund 
| Date:   Tue May 17 07:08:26 2016 +0200
| 
|     * OMCompiler e7dc979...b3a1667 (1):
|       > Run install_name_tool on the libraries
| 
| M	OMCompiler
| 
* commit 00f2364484f404fe76a27c95aef0a9bee201a263
| Author: adrpo 
| Date:   Tue May 17 00:59:59 2016 +0200
| 
|     * testsuite 61b9e24...bf0d983 (1):
|       > adapt test to work on windows also
| 
| M	testsuite
| 
* commit fdba0f8aec7cea49a2efe16e64d701142937e2cb
| Author: adrpo 
| Date:   Mon May 16 18:00:56 2016 +0200
| 
|     * OMCompiler 3ba065e...e7dc979 (1):
|       > properly set FMI_PLATFORM for FMIL library
| 
| M	OMCompiler
| 
* commit 6a59fcff5efc576c8b1c947a117d182094c7195c
| Author: Willi Braun 
| Date:   Mon May 16 15:07:30 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ade6473...3ba065e (1):
|       > add module to calculate sensivities matrix
|     
|     * testsuite a055cc9...61b9e24 (1):
|       > add tests for sensitivities analysis
| 
| M	OMCompiler
| M	testsuite
| 
* commit 596a6732544a5fd27a260f1baaa8ce302b3f0f93
| Author: Rüdiger Franke 
| Date:   Mon May 16 13:14:34 2016 +0200
| 
|     * OMCompiler 833bce9...ade6473 (1):
|       > Use old C++ ABI for cross compilation of FMUs
| 
| M	OMCompiler
| 
* commit 33dd447a96e0206763d46d25f73dcd95a8ded226
| Author: hkiel 
| Date:   Sun May 15 21:46:38 2016 +0200
| 
|     * OMCompiler c9c2dad...833bce9 (1):
|       > try to fix ticket:3897 and ticket:3900
| 
| M	OMCompiler
| 
* commit 71ca619d817f8d3789a8ddc75d4fb4d8cd3ad64a
| Author: hudson 
| Date:   Sun May 15 19:11:24 2016 +0200
| 
|     * libraries d9d49c8...9688d06 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cec9779293acf55681ff437a90c95b47965a234d
| Author: Willi Braun 
| Date:   Sun May 15 16:46:13 2016 +0200
| 
|     * OMCompiler 8f3825c...c9c2dad (1):
|       > fix initialize SolverData control flow
| 
| M	OMCompiler
| 
* commit 8fdd61bac47a86951652274cc4b77c610718a73d
| Author: hkiel 
| Date:   Sat May 14 10:28:28 2016 +0200
| 
|     * OMCompiler f1fc675...8f3825c (1):
|       > avoid List.intRange in conjunction with for loops
| 
| M	OMCompiler
| 
* commit e799a9b49e189717b355e908aa04a0438f7f8c4e
| Author: ptaeuber 
| Date:   Fri May 13 19:37:53 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 17c031c...f1fc675 (1):
|       > fix ticket:3192
|     
|     * testsuite ac9052a...a055cc9 (1):
|       > Add ThermoPower models with expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b865bdb8cdea6a7b772661b572ab46d18ed8a918
| Author: hudson 
| Date:   Fri May 13 19:11:39 2016 +0200
| 
|     * libraries 11d646d...d9d49c8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b251aca5ea9f89c572804826745cea55831df810
| Author: adrpo 
| Date:   Fri May 13 14:34:52 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 04080ae...17c031c (1):
|       > updates to ticket:3857
|     
|     * testsuite f292fde...ac9052a (1):
|       > updates to ticket:3857
| 
| M	OMCompiler
| M	testsuite
| 
* commit a37c0c05158e31d4ef6d4e97588b0328089d3466
| Author: hudson 
| Date:   Thu May 12 19:11:21 2016 +0200
| 
|     * libraries 2668396...11d646d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 15a852b2f3d14ee7e11b45c9f4edab7eea10ce09
| Author: hkiel 
| Date:   Thu May 12 17:16:23 2016 +0200
| 
|     * OMCompiler 7e7eec7...04080ae (1):
|       > remove some matchcontinue
| 
| M	OMCompiler
| 
* commit 5219d71fb963bfab0594c625b6fed7a850b19911
| Author: vwaurich 
| Date:   Thu May 12 16:42:57 2016 +0200
| 
|     * OMCompiler 9873878...7e7eec7 (1):
|       > - add case in dumpStateorder
| 
| M	OMCompiler
| 
* commit 89b004dc048e2bcd8287b678e4501ce4b00a2d1d
| Author: Patrick Täuber 
| Date:   Thu May 12 15:23:37 2016 +0200
| 
|     * OMCompiler 9d8edb6...9873878 (1):
|       > Reset strong component index
| 
| M	OMCompiler
| 
* commit 7d58c253f8aac2cf7c1a60c69d9ba20d68998ab8
| Author: Adeel Asghar 
| Date:   Thu May 12 15:11:28 2016 +0200
| 
|     * OMEdit e1161ae...518da8d (1):
|       > ticket:3488 Added support for --ignoreCommandLineOptionsAnnotation flag.
| 
| M	OMEdit
| 
* commit 897edd0d20dd91aecf223822d7e4ef0cc275eec7
| Author: Willi Braun 
| Date:   Thu May 12 14:46:50 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9c5ab12...9d8edb6 (1):
|       > fix ticket:3846
|     
|     * testsuite d692b4c...f292fde (1):
|       > add test for ticket:3846
| 
| M	OMCompiler
| M	testsuite
| 
* commit 051e0a0ed587f1c0a3af2b44c583ed6667584054
| Author: Adeel Asghar 
| Date:   Thu May 12 14:10:16 2016 +0200
| 
|     * OMCompiler e652a20...9c5ab12 (1):
|       > ticket:3488 Added a flag --ignoreCommandLineOptionsAnnotation
| 
| M	OMCompiler
| 
* commit f5ef1eaa34d7a67ed4c2f9269923eccb65657bf5
| Author: Adeel Asghar 
| Date:   Thu May 12 13:47:55 2016 +0200
| 
|     * OMEdit 8e182ba...e1161ae (1):
|       > ticket:3488 Allow setting __OpenModelica_commandLineOptions annotation from GUI.
| 
| M	OMEdit
| 
* commit d18db85151e19bccd785d8871f2e363a3f5c3076
| Author: Adeel Asghar 
| Date:   Thu May 12 12:55:21 2016 +0200
| 
|     * OMCompiler 018590e...e652a20 (2):
|       > backup the originals flags. Reset the flags after translation.
|       > ticket:3488 Read the __OpenModelica_commandLineOptions annotation and apply it.
| 
| M	OMCompiler
| 
* commit 8950a16d7b7065d2d8bf6ab02a327d438b6fbe9b
| Author: vwaurich 
| Date:   Thu May 12 12:16:19 2016 +0200
| 
|     * OMCompiler 938a179...018590e (1):
|       > - fix dumpComp2 for empty Jac
| 
| M	OMCompiler
| 
* commit 2c7b25ed3a0451f0e205b413bd855c0ae06d066a
| Author: vwaurich 
| Date:   Thu May 12 08:36:11 2016 +0200
| 
|     * testsuite 28621f1...d692b4c (1):
|       > - final try for Transformer.mo
| 
| M	testsuite
| 
* commit b2ea2a51cce06188893220597f728ef2754cea6a
| Author: Martin Sjölund 
| Date:   Wed May 11 15:59:42 2016 +0200
| 
|     * OMCompiler 4d5ce50...938a179 (1):
|       > Do not use cp -u
| 
| M	OMCompiler
| 
* commit bf6974bb1fc2208d47b00ce7ec2c406552a76272
| Author: Martin Sjölund 
| Date:   Wed May 11 14:59:31 2016 +0200
| 
|     * OMCompiler d171643...4d5ce50 (1):
|       > Pass more linker flags to sundials cmake
| 
| M	OMCompiler
| 
* commit d25027f7c5e144ec151dbc6d0e401bc179f1afd4
| Author: ptaeuber 
| Date:   Wed May 11 14:23:52 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8f28442...d171643 (1):
|       > Rename flag advanceTearing in allowImpossibleAssignments
|     
|     * testsuite b86e6f7...28621f1 (1):
|       > Rename flag advanceTearing in allowImpossibleAssignments
| 
| M	OMCompiler
| M	testsuite
| 
* commit 79d0a47dc10e5cb6e1cafa2fc581ba345ed08292
| Author: Bernhard Thiele 
| Date:   Wed May 11 11:55:20 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler bff2761...8f28442 (1):
|       > Deactivated state machine  when-equations hack
|     
|     * testsuite ef47d95...b86e6f7 (1):
|       > Adapted state machine tests for default clock
| 
| M	OMCompiler
| M	testsuite
| 
* commit 68ece02ed18718de33d5b605a1ae57611dc743ed
| Author: adrpo 
| Date:   Wed May 11 06:30:41 2016 +0200
| 
|     * OMCompiler 14328ef...bff2761 (1):
|       > revert changes
| 
| M	OMCompiler
| 
* commit 98f0a0c73fb02345f7d8ac46913a7ee6ed4e602a
| Author: hudson 
| Date:   Tue May 10 19:10:59 2016 +0200
| 
|     * libraries cc4bcb0...2668396 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 070ebde7c337d5a1fec58d87a4fbc768ae0e395b
| Author: ptaeuber 
| Date:   Tue May 10 16:07:52 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 63cb7fe...14328ef (1):
|       > Improved user defined tearing
|     
|     * testsuite 17a3d11...ef47d95 (1):
|       > Add test for user defined tearing of Algorithms
| 
| M	OMCompiler
| M	testsuite
| 
* commit 794baf1846f949999e1567b4602eb449df40676f
| Author: Adeel Asghar 
| Date:   Tue May 10 14:30:27 2016 +0200
| 
|     Updating submodules
|     * OMEdit 4cc72c6...8e182ba (2):
|       > OMDEV links.
|       > compile from top level.
|     
|     * OMNotebook 17d90a7...3a11306 (1):
|       > Updated compile instructions to new msys.
|     
|     * OMOptim 838c6e5...b6c10f3 (1):
|       > Updated compile instructions to new msys.
|     
|     * OMPlot c81d99c...6038450 (1):
|       > Updated compile instructions to new msys.
|     
|     * OMShell d9e86db...d156008 (2):
|       > quote path.
|       > Updated compile instructions to new msys.
| 
| M	OMEdit
| M	OMNotebook
| M	OMOptim
| M	OMPlot
| M	OMShell
| 
* commit 94f69ed2a78c9808e77fc01e1183116742ea93a4
| Author: Willi Braun 
| Date:   Tue May 10 14:11:21 2016 +0200
| 
|     * OMCompiler 6792db5...63cb7fe (1):
|       > try to fix OSX build
| 
| M	OMCompiler
| 
* commit e9bffa28bed328016220d6c865080e2d6e619e21
| Author: adrpo 
| Date:   Tue May 10 13:41:21 2016 +0200
| 
|     * OMCompiler eb0e110...6792db5 (1):
|       > update the OMDev readme
| 
| M	OMCompiler
| 
* commit e9a69502401a12547610b12f44c0871a0e44e7ec
| Author: Adeel Asghar 
| Date:   Tue May 10 13:17:45 2016 +0200
| 
|     * OMEdit bff7de7...4cc72c6 (1):
|       > Updated compile instructions to new msys.
| 
| M	OMEdit
| 
* commit 80bb6a3239134c49afb721798d6162fd8bbdc3b4
| Author: hkiel 
| Date:   Tue May 10 09:27:48 2016 +0200
| 
|     * OMCompiler 09c5a1c...eb0e110 (6):
|       > avoid a few more tuples
|       > avoid unnecessary tuple creation
|       > misc optimizations use guards avoid memory allocations
|       > use guard to avoid some MMC_THROW_INTERNAL
|       > do not recreate Option<>
|       > add List.mapFold* varaiants with more InOut arguments needed to be able to avoid tuples in some places
| 
| M	OMCompiler
| 
* commit 972a45bb29e1523aa3fce497208ebdf23f75afa5
| Author: Martin Sjölund 
| Date:   Tue May 10 07:24:29 2016 +0200
| 
|     * OMCompiler 8344312...09c5a1c (1):
|       > Make it easier to override FMU CPPFLAGS
| 
| M	OMCompiler
| 
* commit aca99fc391f60edd3d447d70e1a0418e1edceaa7
| Author: Adeel Asghar 
| Date:   Mon May 9 23:51:13 2016 +0200
| 
|     Updated the instructions link.
| 
| M	README.md
| 
* commit 7eef6181bc6856dd017824b86affda1afb91b6a4
| Author: Adeel Asghar 
| Date:   Mon May 9 22:41:34 2016 +0200
| 
|     Added link to windows compilation instructions.
| 
| M	README.md
| 
* commit 263617bd147813d57317c6d166cda1dcaf4b0f44
| Author: hudson 
| Date:   Mon May 9 19:10:38 2016 +0200
| 
|     * libraries 185d93c...cc4bcb0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 572543865c746ff94b63c7fbc94e818a1342ca94
| Author: Adeel Asghar 
| Date:   Mon May 9 16:27:29 2016 +0200
| 
|     * OMCompiler b832f3e...8344312 (3):
|       > More updated instructions.
|       > Format instructions.
|       > Updated install instructions for OMC.
| 
| M	OMCompiler
| 
* commit cc23305220d7d0c7deec00c49cf6b8efd1e002aa
| Author: vwaurich 
| Date:   Mon May 9 15:03:28 2016 +0200
| 
|     * OMCompiler 891e7e1...b832f3e (1):
|       > - fix RemoveSimpleEquations, added comments
| 
| M	OMCompiler
| 
* commit e007ccff3c562b8241f57bcad9842253183d0d5a
| Author: Adeel Asghar 
| Date:   Mon May 9 13:40:28 2016 +0200
| 
|     Updating submodules
|     * OMNotebook 0b6403e...17d90a7 (1):
|       > Update common submodule.
|     
|     * OMOptim ce94a4c...838c6e5 (1):
|       > Update common submodule.
| 
| M	OMNotebook
| M	OMOptim
| 
* commit 95aa19b077967be3a3bcac23cdc32d8af0afa076
| Author: Adeel Asghar 
| Date:   Mon May 9 13:16:29 2016 +0200
| 
|     * OMShell b077bcb...d9e86db (1):
|       > Update common submodule.
| 
| M	OMShell
| 
* commit 71411507930bac6df9382b057a8cd4c7367104cf
| Author: ptaeuber 
| Date:   Mon May 9 10:05:16 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d0a9589...891e7e1 (1):
|       > Introduce userDefinedTearing
|     
|     * testsuite 0cd621f...17a3d11 (1):
|       > Add test for user defined tearing
| 
| M	OMCompiler
| M	testsuite
| 
* commit cebab4a71686e15a3f8aa154295f614f5cbdc953
| Author: hudson 
| Date:   Sun May 8 19:10:56 2016 +0200
| 
|     * libraries 6a504a1...185d93c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 24682d3054f534f1af02340a1e1c9c8406ea96a1
| Author: hudson 
| Date:   Sat May 7 19:10:49 2016 +0200
| 
|     * libraries 2ff85fd...6a504a1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 623b984baadf659466255ea8cce13c0731b82741
| Author: adrpo 
| Date:   Sat May 7 00:08:35 2016 +0200
| 
|     * testsuite e3488b6...0cd621f (1):
|       > test for ticket:3857
| 
| M	testsuite
| 
* commit 90d757083151fec00ca9e0f9938547aa2d65ca8d
| Author: adrpo 
| Date:   Fri May 6 22:57:48 2016 +0200
| 
|     * OMCompiler 0aaf81a...d0a9589 (1):
|       > fix for ticket:3857
| 
| M	OMCompiler
| 
* commit 7f03eb5ae12c6cad95932c82bd1f19d47f82c80a
| Author: hudson 
| Date:   Fri May 6 19:11:18 2016 +0200
| 
|     * libraries 220c202...2ff85fd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b706e3a01b48dbae38bba05fb1fcfb63a148d2c7
| Author: Niklas Worschech 
| Date:   Fri May 6 11:29:54 2016 +0200
| 
|     * OMCompiler 3a80514...0aaf81a (2):
|       > reverted clock modifications in C template
|       > revertet clock modifications in cpp template, cpp runtime and SimCode
| 
| M	OMCompiler
| 
* commit 4431e283ad544e08830f1b7ad8422ae6b9e65ccc
| Author: Niklas Worschech 
| Date:   Fri May 6 11:11:49 2016 +0200
| 
|     * testsuite a921a71...e3488b6 (1):
|       > deactivated new clock tests to commit reverted clock changes
| 
| M	testsuite
| 
* commit c84df22aa5bfd98c931f619fb694a74ebe392692
| Author: vwaurich 
| Date:   Fri May 6 10:40:15 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7e798ee...3a80514 (1):
|       > - shorten Paths CSE-option
|     
|     * testsuite ee55e3f...a921a71 (2):
|       > - expected output
|       > - expected output, deactivate cse where dae is checked
| 
| M	OMCompiler
| M	testsuite
| 
* commit d115bfec5cda5760d7e3797e7521f3a8446b8b06
| Author: hudson 
| Date:   Thu May 5 19:10:54 2016 +0200
| 
|     * libraries b5af52b...220c202 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b9b12a51bd0cba4ecbbc3c29966150e7a0d91e46
| Author: hudson 
| Date:   Wed May 4 19:10:40 2016 +0200
| 
|     * libraries dd7c976...b5af52b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6fcd93edb79e8b5c3c6d35a39afa8df289a54fb1
| Author: Martin Sjölund 
| Date:   Wed May 4 11:14:58 2016 +0200
| 
|     * OMCompiler 8bcbed0...7e798ee (1):
|       > Do lookup of varInfo directly
| 
| M	OMCompiler
| 
* commit 9a87272198d844b8ff32566a5bd377998c6e5d60
| Author: hudson 
| Date:   Wed May 4 01:18:18 2016 +0200
| 
|     * OMCompiler 18dd830...8bcbed0 (2):
|       > Updating 3rdParty
|       > fix ticket:3892
| 
| M	OMCompiler
| 
* commit e5b632e745eb0088f19eeaf986ce31b51d6f124b
| Author: hudson 
| Date:   Tue May 3 19:10:22 2016 +0200
| 
|     * libraries 4e3013c...dd7c976 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cab4e3788db43d06b86eeb0232ff340c5a2c5afc
| Author: Niklas Worschech 
| Date:   Tue May 3 14:23:50 2016 +0200
| 
|     * testsuite 9e00f4a...ee55e3f (1):
|       > reactivated two clock tests
| 
| M	testsuite
| 
* commit 176519d5ecedffa60db479205c088ca03d9c90aa
| Author: Adeel Asghar 
| Date:   Tue May 3 14:02:40 2016 +0200
| 
|     * OMEdit feca221...bff7de7 (1):
|       > ticket:3884 Apply the default prefixes to Component.
| 
| M	OMEdit
| 
* commit e7af18bfbf6975724913971dd3f548187bf5d413
| Author: Martin Sjölund 
| Date:   Tue May 3 13:37:54 2016 +0200
| 
|     * OMCompiler fdfccbe...18dd830 (1):
|       > Calculate index including offset in SimCode
| 
| M	OMCompiler
| 
* commit 27a91c87049fa36a556db1eb7b1da05848d74a35
| Author: Adeel Asghar 
| Date:   Tue May 3 13:07:48 2016 +0200
| 
|     * OMEdit a2b889d...feca221 (1):
|       > Update common submodule
| 
| M	OMEdit
| 
* commit 9446a6269e1e5c4964c71966a64497cc31f5ab92
| Author: Adeel Asghar 
| Date:   Tue May 3 12:54:51 2016 +0200
| 
|     * OMPlot 070e013...c81d99c (1):
|       > Update common submodule.
| 
| M	OMPlot
| 
* commit 7625c7a3cd2a8a973a51d26b1ac64f94a94a62cc
| Author: adrpo 
| Date:   Tue May 3 12:37:28 2016 +0200
| 
|     * OMCompiler 0306552...fdfccbe (1):
|       > fix windows build
| 
| M	OMCompiler
| 
* commit 6d0b362206473767ffcb5af462d6fc5e4a6b1381
| Author: Lennart Ochel 
| Date:   Tue May 3 11:50:41 2016 +0200
| 
|     * OMCompiler f5b5cee...0306552 (1):
|       > Don't copy unit information from state to state derivative
| 
| M	OMCompiler
| 
* commit a2da6b99f9c05b11257de2a0ea5a93765748bd94
| Author: hudson 
| Date:   Tue May 3 11:37:43 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 30d6c07...f5b5cee (1):
|       > fixed ticket:3888
|     
|     * testsuite 617816f...9e00f4a (2):
|       > Enable test for ticket:3888
|       > ticket:3888 - add new example
| 
| M	OMCompiler
| M	testsuite
| 
* commit d3d34eeb26a7347abe5c2f57ea26985122936143
| Author: Lennart Ochel 
| Date:   Tue May 3 11:18:41 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fe2bb79...30d6c07 (1):
|       > Make unitChecking the first pre-optimization module again
|     
|     * testsuite 7fb0a21...617816f (1):
|       > Fix trailing whitespaces (#291)
| 
| M	OMCompiler
| M	testsuite
| 
* commit 18ded21b286313f4516114c6e1b31e87cad6adee
| Author: hudson 
| Date:   Tue May 3 09:52:42 2016 +0200
| 
|     * libraries 13f7c94...4e3013c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6e22aebd6b22e82eabe17c018f5ce5b3a4d4bf3b
| Author: adrpo 
| Date:   Tue May 3 04:18:14 2016 +0200
| 
|     * libraries 725ac9d...13f7c94 (1):
|       > update bad-uses
| 
| M	libraries
| 
* commit 357c908953374d60ec8c4105fe2b986b3311cd52
| Author: adrpo 
| Date:   Tue May 3 03:26:36 2016 +0200
| 
|     * testsuite d25a5a1...7fb0a21 (1):
|       > add extra Modelica_Synchronous tests
| 
| M	testsuite
| 
* commit 54320e0aec613ebc1b5d5367727916d83b3f7c88
| Author: adrpo 
| Date:   Tue May 3 02:55:46 2016 +0200
| 
|     * libraries 986c700...725ac9d (1):
|       > handle package version different than path version
| 
| M	libraries
| 
* commit a85e5c7fe1bef82c0f414e6b1c00e40607934021
| Author: Willi Braun 
| Date:   Tue May 3 00:42:23 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4189bbd...fe2bb79 (1):
|       > add more linear solver for ida integrator
|     
|     * testsuite 4e3f6b2...d25a5a1 (1):
|       > add tests for ida linear solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3d29233c51b9de2aceb2c4dda999bb1a0e683ee2
| Author: adrpo 
| Date:   Mon May 2 19:50:00 2016 +0200
| 
|     * libraries 830c95f...986c700 (1):
|       > generate bad-uses.sh for check-latest
| 
| M	libraries
| 
* commit 99d571c7c684de652253d6979928ddb0759285c1
| Author: Adeel Asghar 
| Date:   Mon May 2 17:39:01 2016 +0200
| 
|     Updating submodules
|     * OMEdit 1418a48...a2b889d (1):
|       > ticket:2250 Allow converting units from the plotting view.
|     
|     * OMPlot b02b7fb...070e013 (1):
|       > Handle update of x-axis values. Store time unit.
| 
| M	OMEdit
| M	OMPlot
| 
* commit 47cb26b1be42d241ccdd8ee905653aea9499e373
| Author: vwaurich 
| Date:   Mon May 2 09:59:45 2016 +0200
| 
|     * testsuite 201283f...4e3f6b2 (1):
|       > - added synchronous test for cpp runtime
| 
| M	testsuite
| 
* commit fca5470f3697ff23dc876410cea21b4d422dcfae
| Author: vwaurich 
| Date:   Mon May 2 09:15:06 2016 +0200
| 
|     * OMCompiler 243b354...4189bbd (1):
|       > - dont interrupt clock-event assignment in cpp runtime
| 
| M	OMCompiler
| 
* commit 25c04498c75aeeecc93392c88ebadc2d39160736
| Author: vwaurich 
| Date:   Mon May 2 08:52:11 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6ed3a54...243b354 (1):
|       > - extended debug dump for synchronous
|     
|     * testsuite 0be790c...201283f (1):
|       > -expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 39b18546ad8e5c0b1e9934b5d8de03790cb19c9d
| Author: vruge 
| Date:   Sun May 1 15:07:44 2016 +0200
| 
|     * OMCompiler 5e9854e...6ed3a54 (1):
|       > implementation of new Backend inline module - started fixing [ticket:3510](https://trac.openmodelica.org/OpenModelica/ticket/3510) - also [ticket:3785](https://trac.openmodelica.org/OpenModelica/ticket/3785)
| 
| M	OMCompiler
| 
* commit 4c32fbbe02a18c4959063b11b2eca92ee51f09e5
| Author: Willi Braun 
| Date:   Sat Apr 30 00:53:35 2016 +0200
| 
|     * OMCompiler 57cb405...5e9854e (1):
|       > build sundials with klu interface
| 
| M	OMCompiler
| 
* commit 4d0991a6829b1795b2983276770ac8ab26ef37d3
| Author: Adeel Asghar 
| Date:   Fri Apr 29 13:37:53 2016 +0200
| 
|     * OMEdit e960186...1418a48 (1):
|       > ticket:2250 Added unit & description for time variable.
| 
| M	OMEdit
| 
* commit 086901c5664955c6b2cf2bd489593e2dd57feed7
| Author: jhag 
| Date:   Fri Apr 29 09:56:05 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4931a92...57cb405 (1):
|       > wrapFunctionCalls is disabled
|     
|     * testsuite ab8d9ba...0be790c (1):
|       > updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit aaf99b39d453502659d001d5f5f553384794c5d7
| Author: Martin Sjölund 
| Date:   Fri Apr 29 08:38:20 2016 +0200
| 
|     * common 2fe814f...0b04a78 (1):
|       > Make pre-commit hook remove tabs as well
| 
| M	common
| 
* commit 78f84322c71b1e0fbc8610209777592772819a33
| Author: Martin Sjölund 
| Date:   Fri Apr 29 08:13:31 2016 +0200
| 
|     * OMCompiler 31e33d4...4931a92 (1):
|       > Remove tabs, pre-commit removes tabs
| 
| M	OMCompiler
| 
* commit 37c6141634d47bb9c5e98a3c5f620e0b35ed4a0d
| Author: adrpo 
| Date:   Fri Apr 29 01:39:07 2016 +0200
| 
|     Updating submodules
|     * OMCompiler 63a2879...31e33d4 (1):
|       > update mingw makefiles so no cygwin like OMDEV path is needed
|     
|     * OMEdit dd1927f...e960186 (1):
|       > update mingw makefiles so no cygwin like OMDEV path is needed
|     
|     * OMOptim 01dda27...ce94a4c (1):
|       > update mingw makefiles so no cygwin like OMDEV path is needed
| 
| M	OMCompiler
| M	OMEdit
| M	OMOptim
| 
* commit 2e8d83a14a58907f3edc52bcc7387434f6931d03
| Author: adrpo 
| Date:   Fri Apr 29 01:20:10 2016 +0200
| 
|     update mingw makefiles so no cygwin like OMDEV path is needed
| 
| M	Makefile.omdev.mingw
| 
* commit c692ccd0a25043fb41f7da2220d7658fe7bc8e43
| Author: Adeel Asghar 
| Date:   Thu Apr 28 18:36:54 2016 +0200
| 
|     * OMEdit 02615af...dd1927f (2):
|       > Use the same parent object instead of finding it every time.
|       > Better writing of elapsed time to keep the file size normal.
| 
| M	OMEdit
| 
* commit 41726db0aa9180507dd910d4773d6915aa0d972c
| Author: Adeel Asghar 
| Date:   Thu Apr 28 17:59:07 2016 +0200
| 
|     * OMEdit bef411c...02615af (1):
|       > Write total time OMC API calls have taken.
| 
| M	OMEdit
| 
* commit a27b816c3067f3e6a7783013e363958ef09313d1
| Author: Martin Sjölund 
| Date:   Thu Apr 28 16:00:19 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 72ef546...63a2879 (1):
|       > Move adding of tempVars into model info
|     
|     * testsuite 71913ac...ab8d9ba (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit f1f2e6ad0afc70aaf841972152c0a4276f06e79d
| Author: hkiel 
| Date:   Thu Apr 28 15:41:07 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 58a8915...72ef546 (1):
|       > simplified and optimized some functions in Expression.mo amd ExpressionSimplify.mo
|     
|     * testsuite 260d882...71913ac (1):
|       > adjust function call parameters of Expression.simplifyList()
| 
| M	OMCompiler
| M	testsuite
| 
* commit aeb3a1fe001ba897ce7f5be6046c4776e5cebf25
| Author: hudson 
| Date:   Thu Apr 28 15:22:43 2016 +0200
| 
|     * OMNotebook 6c69cf0...0b6403e (1):
|       > Merge pull request #5 from lochel/chemicalreactions
| 
| M	OMNotebook
| 
* commit fae2a549c2cbc59bcf172f246fb48847ace96fcb
| Author: Adeel Asghar 
| Date:   Thu Apr 28 14:58:35 2016 +0200
| 
|     * OMEdit d8a8af9...bef411c (1):
|       > Moved the bom detection code to Utilities. This should speed up the OMEdit starting since now we don't read all the MSL files to detect bom.
| 
| M	OMEdit
| 
* commit 382f4e0fbbc5442a63b95bcbda985fc817b69723
| Author: Adeel Asghar 
| Date:   Thu Apr 28 14:33:44 2016 +0200
| 
|     * OMEdit eb5f855...d8a8af9 (2):
|       > Missing file from last commit.
|       > Removed references of _info.xml
| 
| M	OMEdit
| 
* commit cff5cde4348029e389dd977b458c5290fcb6bd85
| Author: Adeel Asghar 
| Date:   Thu Apr 28 14:09:27 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 688abe8...58a8915 (1):
|       > ticket:2250 Added time derived units. Fixed a typo.
|     
|     * testsuite ed7c85c...260d882 (1):
|       > Fixed test according to updated derived unit.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 948823d0454a2a568628808fd198935475eccf0e
| Author: jhag 
| Date:   Thu Apr 28 12:04:04 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 109fbac...688abe8 (1):
|       > activate wrapFunctionCalls by default
|     
|     * testsuite e517882...ed7c85c (1):
|       > updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 629657416d20b2fb301e367cfbef6c0b84fbf514
| Author: Martin Sjölund 
| Date:   Thu Apr 28 09:39:17 2016 +0200
| 
|     * OMCompiler 7c597ec...109fbac (1):
|       > Also fail when giving bad a lapack config
| 
| M	OMCompiler
| 
* commit 67f98d16bf392a9aa2a9936e4a1738b3a0e6fdc1
| Author: Willi Braun 
| Date:   Thu Apr 28 01:50:03 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6a64b9d...7c597ec (3):
|       > add daeMode support for ida and dassl solver
|       > add code generation for DAE mode
|       > initial implementation of daeMode integration
|     
|     * testsuite ee21b31...e517882 (1):
|       > add testcases for daeMode
| 
| M	OMCompiler
| M	testsuite
| 
* commit 166af28299fccdd21dba61122188373dfb4ab35f
| Author: hudson 
| Date:   Wed Apr 27 19:10:13 2016 +0200
| 
|     * libraries c5c029e...830c95f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8fe10315b488400505612846676178ca9567f9fa
| Author: Adeel Asghar 
| Date:   Wed Apr 27 15:56:58 2016 +0200
| 
|     * OMEdit 43d1b0b...eb5f855 (1):
|       > Added reset button to figaro process path.
| 
| M	OMEdit
| 
* commit 7446d7f79ecbfdf90d7ca83fdc4b6ab0bb9e47d1
| Author: Dietmar Winkler 
| Date:   Wed Apr 27 15:33:00 2016 +0200
| 
|     * OMCompiler 825af51...6a64b9d (1):
|       > Get rid of deprecation warnings
| 
| M	OMCompiler
| 
* commit 2bb57898a8babe8a356072aa5310f16a432ba95f
| Author: adrpo 
| Date:   Wed Apr 27 13:31:55 2016 +0200
| 
|     * OMCompiler af97876...825af51 (1):
|       > do not copy the wrong lib over the correct one
| 
| M	OMCompiler
| 
* commit 2072baea08bc89a3526137146c7b92a98f37d6fe
| Author: hudson 
| Date:   Wed Apr 27 13:07:54 2016 +0200
| 
|     * OMShell 12c0b5a...b077bcb (1):
|       > Merge pull request #3 from lochel/translation-de
| 
| M	OMShell
| 
* commit d32e02e2c365088fc391050eef992211f61dc0d9
| Author: hudson 
| Date:   Wed Apr 27 12:01:22 2016 +0200
| 
|     * OMCompiler 4d60001...af97876 (1):
|       > Updating 3rdParty
| 
| M	OMCompiler
| 
* commit c2438d0df2f5982e10fb378325788aef326cb579
| Author: Niklas Worschech 
| Date:   Wed Apr 27 09:40:47 2016 +0200
| 
|     * OMCompiler e2726c6...4d60001 (2):
|       > Merge branch 'mychanges' of https://github.com/niklwors/OMCompiler into mychanges
|       > fix for initialize clock conditions in cpp runtime, #3872
| 
| M	OMCompiler
| 
* commit 94f7972950e12507fb01e28abf323e87c3a35f5d
| Author: adrpo 
| Date:   Wed Apr 27 01:38:10 2016 +0200
| 
|     * OMCompiler 2acba86...e2726c6 (1):
|       > speedup prefix handling for outer ticket:3817
| 
| M	OMCompiler
| 
* commit ab0f98cdf103aa46cbd252425556e90e53a81e48
| Author: adrpo 
| Date:   Tue Apr 26 21:14:43 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 982cf94...2acba86 (1):
|       > fix for ticket:3817
|     
|     * testsuite 963ed3c...ee21b31 (1):
|       > test for ticket:3817
| 
| M	OMCompiler
| M	testsuite
| 
* commit c778db4e4e44ddd66173fb006663615d5c2c6b97
| Author: hkiel 
| Date:   Tue Apr 26 21:01:22 2016 +0200
| 
|     * OMCompiler 993db08...982cf94 (1):
|       > fix for ticket:3863 avoid stack overflow
| 
| M	OMCompiler
| 
* commit ca613153615aeade2c98b9d436ba2db5372f317e
| Author: hudson 
| Date:   Tue Apr 26 19:10:17 2016 +0200
| 
|     * libraries 3933b6d...c5c029e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a6d8d78dec01c6664600db9ed5f4cb1ebe08284b
| Author: hudson 
| Date:   Tue Apr 26 16:26:05 2016 +0200
| 
|     * OMCompiler 5dd8d5a...993db08 (12):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > Merge branch 'master' into clocks
|       > merged submoduls
|       > fix for event clocks in cpp template
|       > fix for dim zerofuncs
|       > Merge branch 'master' into clocks
|       > Merge pull request #1 from vwaurich/synchronous
|       > Merge branch 'master' into clocks
|       > Merge branch 'master' into clocks
|       > reverted 1a7228c340febb755d92899b8e75aff032f43ebb
|       > fix for initialization of the clock variables
|       > changed clock handling  with state events
| 
| M	OMCompiler
| 
* commit 1b104ef80f75515048d82216077628cc5febe712
| Author: Niklas Worschech 
| Date:   Tue Apr 26 16:13:12 2016 +0200
| 
|     * testsuite 41411a7...963ed3c (1):
|       > temporary deactivated two cpp clock tests. Will be activated with next commit again
| 
| M	testsuite
| 
* commit 8f0d349f0784443743e256db648485186f4d94b3
| Author: Martin Sjölund 
| Date:   Tue Apr 26 12:38:45 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler bad8c82...5dd8d5a (2):
|       > Output keys in sorted order
|       > Add LEAF node for AVL trees
|     
|     * testsuite 9e10612...41411a7 (1):
|       > Expected output (now sorted)
| 
| M	OMCompiler
| M	testsuite
| 
* commit b53668de406124b049f4bf1cff66d3050922367a
| Author: Bernhard Thiele 
| Date:   Tue Apr 26 11:30:19 2016 +0200
| 
|     * OMCompiler fd06aab...bad8c82 (1):
|       > First steps towards continuous-time state machines
| 
| M	OMCompiler
| 
* commit a00f0d4be94a6f2c2144a7d73f712bf3174d5ec0
| Author: Lena Buffoni 
| Date:   Tue Apr 26 02:34:40 2016 +0200
| 
|     * OMCompiler cc23004...fd06aab (5):
|       > killed whitespaces
|       > Fixed issue with hierarchical class list
|       > Merge branch 'master' of https://openmodelica.org/git-readonly/OMCompiler
|       > rem whitespaces
|       > hierarchy fixed in FigaroExport
| 
| M	OMCompiler
| 
* commit 2ae76692cd5942f170055ea0082a76c55e7e7f38
| Author: hkiel 
| Date:   Sun Apr 24 09:15:56 2016 +0200
| 
|     * OMCompiler 1dc4adc...cc23004 (1):
|       > remove warning on OSX
| 
| M	OMCompiler
| 
* commit 4745271d9702da365770caa24df2805e0ab49e19
| Author: hudson 
| Date:   Sat Apr 23 22:55:17 2016 +0200
| 
|     * libraries fa152fe...3933b6d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b8d196ca3d754407022d0159f4d855f205768375
| Author: Rüdiger Franke 
| Date:   Sat Apr 23 15:50:24 2016 +0200
| 
|     * OMCompiler 6221cae...1dc4adc (2):
|       > Formatting and compile time static_cast in getAMatrixCode
|       > Let Newton solver exploit symbolic Jacobians
| 
| M	OMCompiler
| 
* commit 8001743372ea1bce4ce62abe7d2043b1ed6b96b9
| Author: Martin Sjölund 
| Date:   Sat Apr 23 08:12:37 2016 +0200
| 
|     * OMCompiler 00d2306...6221cae (1):
|       > Fix stack overflow in splitConnectEquationsExpandable
| 
| M	OMCompiler
| 
* commit 129761efb327cf8e145aeb4cf0b52673bcc14e67
| Author: Adeel Asghar 
| Date:   Sat Apr 23 01:50:45 2016 +0200
| 
|     * OMCompiler c350b9b...00d2306 (1):
|       > fix simulation flags format for sphinz.
| 
| M	OMCompiler
| 
* commit 4d49aac704c5649f91acac16e704f18c0ab4911d
| Author: Adeel Asghar 
| Date:   Sat Apr 23 01:38:17 2016 +0200
| 
|     * OMCompiler 15841df...c350b9b (1):
|       > Qt clients and python targets are moved to top level make file
| 
| M	OMCompiler
| 
* commit 8df1b36cdd0a30c87cdb31b4a26843c8b5e79c0c
| Author: adrpo 
| Date:   Sat Apr 23 00:35:58 2016 +0200
| 
|     propagate OMBUILDDIR to clean
| 
| M	Makefile.omdev.mingw
| 
* commit 5575d6a750c8461153473105d87187ae591d3b34
| Author: ptaeuber 
| Date:   Fri Apr 22 23:31:03 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8bd6359...15841df (1):
|       > Remove redundant debug dump
|     
|     * testsuite e92eda0...9e10612 (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit e774a5e60d14082ab4a5240d277dc6098ff790ab
| Author: Lennart Ochel 
| Date:   Fri Apr 22 23:18:04 2016 +0200
| 
|     * OMCompiler 981faaa...8bd6359 (1):
|       > Dump more information for state sets
| 
| M	OMCompiler
| 
* commit cb006c1962f13b7ca2f77f7db9fa662453c7a1bf
| Author: Lennart Ochel 
| Date:   Fri Apr 22 20:40:11 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c6e84de...981faaa (1):
|       > Fix initialization of dynamic state selection
|     
|     * testsuite 8053bc5...e92eda0 (1):
|       > Fix initialization of dynamic state selection
| 
| M	OMCompiler
| M	testsuite
| 
* commit e1e34e33f378b75582aa778f569f86ddfe4435dc
| Author: hudson 
| Date:   Fri Apr 22 19:48:06 2016 +0200
| 
|     * libraries cef9184...fa152fe (1):
|       > Bump libraries
| 
| M	libraries
|   
*   commit f5f09df696680d1b1d02a51d24377358dbf0c7b6
|\  Merge: e59537d5b7 3c320a0b34
| | Author: Adeel Asghar 
| | Date:   Fri Apr 22 16:50:26 2016 +0200
| | 
| |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica
| | 
| * commit 3c320a0b34546a51d39cdf0dfba5c60b729e26a3
| | Author: Martin Sjölund 
| | Date:   Thu Apr 21 18:12:33 2016 +0200
| | 
| |     * OMCompiler 18210f4...c6e84de (1):
| |       > Fix memory profiler
| | 
| | M	OMCompiler
| | 
| * commit 6eef37918fac1182c982652701e252bd893c22ae
| | Author: jhag 
| | Date:   Thu Apr 21 17:56:14 2016 +0200
| | 
| |     * OMCompiler c29d454...18210f4 (1):
| |       > update LOG_DSS dump
| | 
| | M	OMCompiler
| | 
| * commit c4cce69325265c5c01fe33e6b8bf500700947754
| | Author: adrpo 
| | Date:   Thu Apr 21 13:31:48 2016 +0200
| | 
| |     * OMCompiler 3bd7ac2...c29d454 (1):
| |       > copy the libomopcua.dll into the bin folder
| | 
| | M	OMCompiler
| | 
| * commit 7449c9fc500d8b242983c62e1c00cb85b3fc3a11
| | Author: Martin Sjölund 
| | Date:   Thu Apr 21 12:38:00 2016 +0200
| | 
| |     * OMCompiler f07d894...3bd7ac2 (1):
| |       > Use dumpExp instead of printExpStr in templates
| | 
| | M	OMCompiler
| | 
| * commit 62b2f939da9fe9e7a9ea52512c46615ea77bc513
| | Author: ptaeuber 
| | Date:   Thu Apr 21 11:56:13 2016 +0200
| | 
| |     Updating submodules
| |     
| |     * OMCompiler 4d8f6c5...f07d894 (1):
| |       > Fix order
| |     
| |     * testsuite a93af65...8053bc5 (1):
| |       > Expected Output
| | 
| | M	OMCompiler
| | M	testsuite
| | 
| * commit 0cf17ac2489210e731116effd33dc2a8e8615227
| | Author: jensdo 
| | Date:   Thu Apr 21 11:30:00 2016 +0200
| | 
| |     * OMCompiler 86399e4...4d8f6c5 (1):
| |       > Fix sleep duration for rt sync on windows
| | 
| | M	OMCompiler
| | 
| * commit 820805b3445b5d3219141b3436beef7051c27a07
| | Author: Martin Sjölund 
| | Date:   Thu Apr 21 11:11:01 2016 +0200
| | 
| |     Updating submodules
| |     
| |     * OMCompiler 077a6e6...86399e4 (1):
| |       > Replace CREF with ComponentPrefix in ElementSource
| |     
| |     * testsuite 3ef1dfa...a93af65 (1):
| |       > Expected output (no more info.xml)
| | 
| | M	OMCompiler
| | M	testsuite
| | 
| * commit 3310317c4170c0ce228dadfe16f40528bf1d623e
| | Author: Lena Buffoni 
| | Date:   Thu Apr 21 10:58:48 2016 +0200
| | 
| |     * OMCompiler b3b9299...077a6e6 (2):
| |       > rem whitespaces
| |       > hierarchy fixed in FigaroExport
| | 
| | M	OMCompiler
| | 
| * commit 3cc76d1e396c47b2b2588cb9419a2992428c2a9a
| | Author: Martin Sjölund 
| | Date:   Thu Apr 21 10:01:08 2016 +0200
| | 
| |     * OMCompiler ad78c44...b3b9299 (1):
| |       > Fix for PowerSystems
| | 
| | M	OMCompiler
| | 
| * commit 033b3d2d7392c96dff76578188d4b82e8bec0e36
| | Author: adrpo 
| | Date:   Wed Apr 20 23:43:09 2016 +0200
| | 
| |     * OMCompiler aab6010...ad78c44 (1):
| |       > attempt to fix ticket:3805
| | 
| | M	OMCompiler
| | 
| * commit 25cb7d163f45e854dcc820462adfea1f7d4a7db3
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 23:17:43 2016 +0200
| | 
| |     * OMCompiler 90bfcfb...aab6010 (1):
| |       > Do not keep --no-undefined during the whole config
| | 
| | M	OMCompiler
| | 
| * commit e7841d7aba61c8a8129f25f349f6dce2f978236c
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 23:05:43 2016 +0200
| | 
| |     * OMCompiler 25cc4ea...90bfcfb (1):
| |       > No memory profiling on interface.mo-files
| | 
| | M	OMCompiler
| | 
| * commit 760c733464bb615443629028cd646e550e065333
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 22:31:15 2016 +0200
| | 
| |     * OMCompiler a4a6b3a...25cc4ea (1):
| |       > Make special case for BackendVariable.getVarSingle
| | 
| | M	OMCompiler
| | 
| * commit 2d27882f346c73fcc852e875fbb0c9247e815ba1
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 21:35:16 2016 +0200
| | 
| |     * OMCompiler e44c8ff...a4a6b3a (1):
| |       > Construct CREF after checking HT is not empty
| | 
| | M	OMCompiler
| | 
| * commit 407621b424f389743dc929cf6899e0f744c85490
| | Author: hudson 
| | Date:   Wed Apr 20 18:58:24 2016 +0200
| | 
| |     * libraries dbc1e21...cef9184 (1):
| |       > Bump libraries
| | 
| | M	libraries
| | 
| * commit 1e431cf08f36c310f9bec6c2812c237f423eaca8
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 18:21:36 2016 +0200
| | 
| |     Updating submodules
| |     
| |     * OMCompiler c932d4e...e44c8ff (1):
| |       > Make a special case for derived classes
| |     
| |     * testsuite 053c7fd...3ef1dfa (1):
| |       > Expected output
| | 
| | M	OMCompiler
| | M	testsuite
| | 
| * commit 9be5194744dd643e91f3506fe9fd1fcf43c1decf
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 17:32:03 2016 +0200
| | 
| |     * OMCompiler 2e137d9...c932d4e (1):
| |       > Link lpsolve55 in compiler runtime
| | 
| | M	OMCompiler
| | 
| * commit 095bdcc60519b833916344d9fab3352547ddd536
| | Author: vruge 
| | Date:   Wed Apr 20 16:43:14 2016 +0200
| | 
| |     * OMCompiler eb7652c...2e137d9 (1):
| |       > BackendDAECreate: removed inline for alg
| | 
| | M	OMCompiler
| | 
| * commit 3c74c82c08d56acaee7347f7190e08e2fa1a6fc2
| | Author: adrpo 
| | Date:   Wed Apr 20 15:06:27 2016 +0200
| | 
| |     * OMCompiler d523f13...eb7652c (1):
| |       > extend BuildModelRecursive.mos to accept extraSimFlags
| | 
| | M	OMCompiler
| | 
| * commit 62b7121026483125540e026ca9c97facd4dcce29
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 14:08:21 2016 +0200
| | 
| |     * OMCompiler c76b40b...d523f13 (1):
| |       > Do not compile sim files when bootstrapping
| | 
| | M	OMCompiler
| | 
| * commit 4ed5db4a32dbf9fa1b3a1cee4bfcef17f51f7e7a
| | Author: adrpo 
| | Date:   Wed Apr 20 12:59:31 2016 +0200
| | 
| |     Updating submodules
| |     
| |     * OMCompiler 45c0cb2...c76b40b (1):
| |       > fix ticket:3783 - add flag keepRedeclares to removeComponentModifiers and removeExtendsModifiers set to false by default
| |     
| |     * OMEdit a6a90f4...43d1b0b (3):
| |       > fix for ticket:3783
| |       > ticket:3852 Allow saving simulation settings without doing simulation.
| |       > Don't make changeStdStreamBuffer silent command.
| |     
| |     * libraries fa38b99...dbc1e21 (3):
| |       > Remove QCalc from the libraries
| |       > Bump libraries
| |       > Bump libraries
| |     
| |     * testsuite 6a1618d...053c7fd (2):
| |       > update tests due to MLS 3.2.2 bump
| |       > test for ticket:3783
| | 
| | M	OMCompiler
| | M	OMEdit
| | M	libraries
| | M	testsuite
| | 
| * commit 6db3018e785bd8174584c2822012dcb977f90e1c
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 11:34:35 2016 +0200
| | 
| |     * OMCompiler d5d0187...45c0cb2 (1):
| |       > Allow cross-compiling bootstrapping without ipopt
| | 
| | M	OMCompiler
| | 
| * commit 565b755a7fa237b091ee682239b9a8fd6b7fdabf
| | Author: Martin Sjölund 
| | Date:   Wed Apr 20 08:16:54 2016 +0200
| | 
| |     * OMCompiler f198b82...d5d0187 (1):
| |       > Cache operator overloading
| | 
| | M	OMCompiler
| | 
| * commit 1e720f628433fb26ce371fa2525a54cc305a151e
| | Author: vruge 
| | Date:   Tue Apr 19 08:58:06 2016 +0200
| | 
| |     * OMCompiler 836ca3f...f198b82 (1):
| |       > RemoveSimpleEquations: remove force inline
| | 
| | M	OMCompiler
| | 
| * commit e39a0d2f5761f50ea5f9c943f273d2330be9daf4
| | Author: Martin Sjölund 
| | Date:   Tue Apr 19 07:30:56 2016 +0200
| | 
| |     * OMCompiler e74ce8c...836ca3f (1):
| |       > Use env.var OPENMODELICAHOME when bootstrapping
| | 
| | M	OMCompiler
| | 
| * commit cd46b1eb89c33ad9e1d5014bc468159b9bb50218
| | Author: adrpo 
| | Date:   Tue Apr 19 07:18:30 2016 +0200
| | 
| |     * testsuite 452f8be...6a1618d (1):
| |       > Add test for ticket:3649
| | 
| | M	testsuite
| | 
| * commit 9b7089be3558f298905380fe4bd8186a9318e5d9
| | Author: adrpo 
| | Date:   Tue Apr 19 06:55:14 2016 +0200
| | 
| |     * OMCompiler 463ca8e...e74ce8c (1):
| |       > Fix for ticket:3649 - split the connection set
| | 
| | M	OMCompiler
| | 
| * commit 898d1a4abf4b7dac8e842d25778d7ce7f1d13df3
| | Author: Rüdiger Franke 
| | Date:   Mon Apr 18 23:44:11 2016 +0200
| | 
| |     * testsuite 65a2e82...452f8be (1):
| |       > Update msl32_cpp tests
| | 
| | M	testsuite
| | 
| * commit b2742333931e010c0d32b52a4542a13a98803b24
| | Author: Martin Sjölund 
| | Date:   Mon Apr 18 21:35:03 2016 +0200
| | 
| |     * OMCompiler f0613dd...463ca8e (1):
| |       > Handle fixAlgorithm traversal using referenceEq
| | 
| | M	OMCompiler
| | 
| * commit a768025384fe7437972b984e5c61f54b54cb396c
| | Author: Rüdiger Franke 
| | Date:   Mon Apr 18 20:39:21 2016 +0200
| | 
| |     * OMCompiler fbedcab...f0613dd (1):
| |       > Use default C++ ABI, assuming Boost is doing this as well
| | 
| | M	OMCompiler
| | 
| * commit 62647a3c0491106759c147647ce97db7fc3c7588
| | Author: Martin Sjölund 
| | Date:   Mon Apr 18 17:34:26 2016 +0200
| | 
| |     * OMCompiler ccb265a...fbedcab (1):
| |       > Use referenceEq more for InstExtends/Absyn
| | 
| | M	OMCompiler
| | 
| * commit 73c70365487ea5dc7b3e37bebabadd5e7c1fa117
| | Author: Martin Sjölund 
| | Date:   Mon Apr 18 14:30:25 2016 +0200
| | 
| |     * OMCompiler 4dcb44d...ccb265a (1):
| |       > Make a more minimal FGraph structure
| | 
| | M	OMCompiler
| | 
| * commit 56b7f13839ac4faa0694f929bacb7f5bba5534e5
| | Author: Martin Sjölund 
| | Date:   Mon Apr 18 13:31:18 2016 +0200
| | 
| |     * OMCompiler 6f9e018...4dcb44d (1):
| |       > Special cases for lookup/fq idents
| | 
| | M	OMCompiler
| | 
* | commit e59537d5b77cc053740aceebc41828c18d6459a7
|/  Author: Adeel Asghar 
|   Date:   Fri Apr 22 16:48:07 2016 +0200
|   
|       clean qt clients from top level.
|   
|   M	Makefile.omdev.mingw
| 
* commit a34112f8a2e27878891aa0e6641e4d0d91631d7f
| Author: Martin Sjölund 
| Date:   Mon Apr 18 09:55:35 2016 +0200
| 
|     * libraries 3264c85...fa38b99 (4):
|       > Fix MSL 3.2.2 patch
|       > Bump MSL 3.2.2 to latest
|       > Revert accidental changes to Makefile.libs
|       > Add MSL 3.2.2
| 
| M	libraries
| 
* commit e3ed3abb49f4dd88acb76227e73f45944ac770c9
| Author: Rüdiger Franke 
| Date:   Mon Apr 18 08:59:55 2016 +0200
| 
|     * OMCompiler 0d4c57c...6f9e018 (1):
|       > Small cleanup to Newton solver (std::copy)
| 
| M	OMCompiler
| 
* commit 888ab185bc620e5a68cfd317b22127ca4f784223
| Author: Rüdiger Franke 
| Date:   Mon Apr 18 08:10:56 2016 +0200
| 
|     * OMCompiler e690527...0d4c57c (1):
|       > Enhance Newton solver with line search
| 
| M	OMCompiler
| 
* commit 7c1e0e7808766bfe15535f6273df6d896ab0c16c
| Author: vruge 
| Date:   Sun Apr 17 21:33:43 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3b52462...e690527 (1):
|       > move inline from BackendCreate to modul (normalInlineFunction) - issues with complex function  - remove force inline don't work (e.g. for ThermoPower, Mdedia.TwoPhaseWate)
|     
|     * testsuite 4fd107d...65a2e82 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0d23562b11842a19239e745c001b6722c98512fc
| Author: hudson 
| Date:   Sun Apr 17 19:09:38 2016 +0200
| 
|     * libraries 6d75168...3264c85 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 503914bd515dc0a60ec7a6d4b9ee94a5ee1d1309
| Author: Martin Sjölund 
| Date:   Sun Apr 17 16:56:54 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7ea26e0...3b52462 (1):
|       > Avoid printExpStr in SimCode
|     
|     * testsuite 49db8e6...4fd107d (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit d0581ffa5aa88545d11d98243a37a479f0feb4f7
| Author: hkiel 
| Date:   Sat Apr 16 23:06:14 2016 +0200
| 
|     * OMCompiler 9c53279...7ea26e0 (1):
|       > reduce memory usage
| 
| M	OMCompiler
| 
* commit 9238e528a7d7f497d2bd91c399675a3bfa4c3a38
| Author: hudson 
| Date:   Sat Apr 16 19:08:45 2016 +0200
| 
|     * libraries bb94fe6...6d75168 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8b5a15f9d95352fc02595dc596c1adbaa1d40126
| Author: Adeel Asghar 
| Date:   Sat Apr 16 17:21:49 2016 +0200
| 
|     * OMEdit db25f7e...a6a90f4 (1):
|       > Use -gdb-set instead of set* commands. Fixed some warnings.
| 
| M	OMEdit
| 
* commit ac0e22b3d9d36b2740d28c75a9817d620fa03814
| Author: Martin Sjölund 
| Date:   Sat Apr 16 17:09:35 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 22db459...9c53279 (1):
|       > Do not use part of list except when debugging
|     
|     * testsuite 1ebb164...49db8e6 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 23f0dbc7b538c083b45dd6622f41b2b0ccd7bae9
| Author: Martin Sjölund 
| Date:   Sat Apr 16 16:02:23 2016 +0200
| 
|     * OMCompiler 70dd92a...22db459 (1):
|       > Avoid creating cref to lookup an ident
| 
| M	OMCompiler
| 
* commit f7d80abd00631fbfb887c9f942642e5d9386f309
| Author: Martin Sjölund 
| Date:   Sat Apr 16 12:47:13 2016 +0200
| 
|     * OMCompiler d6544d1...70dd92a (1):
|       > Create symbolic Jacobian faster
| 
| M	OMCompiler
| 
* commit a6e37659f8822a5b3bb84385208dfba9d6852465
| Author: Martin Sjölund 
| Date:   Sat Apr 16 10:38:57 2016 +0200
| 
|     * OMCompiler 2aca7e4...d6544d1 (1):
|       > Memory optimizations
| 
| M	OMCompiler
| 
* commit cb35b8652f466efb962482564e16e81b044e2faf
| Author: Martin Sjölund 
| Date:   Sat Apr 16 10:06:09 2016 +0200
| 
|     * OMCompiler 2ac963a...2aca7e4 (1):
|       > Reduce memory consumption
| 
| M	OMCompiler
| 
* commit 00dde1e3d7fedcc2d6e9f8ed35fce7f7f7633618
| Author: adrpo 
| Date:   Sat Apr 16 03:03:57 2016 +0200
| 
|     * OMCompiler 0c33ef3...2ac963a (1):
|       > fix windows builds after runtime changes
| 
| M	OMCompiler
| 
* commit 3dbd74416e1f4a71085b03bca9fa2567da88ebbc
| Author: Martin Sjölund 
| Date:   Fri Apr 15 21:41:46 2016 +0200
| 
|     * OMCompiler 7265334...0c33ef3 (1):
|       > Memory-saving performance changes
| 
| M	OMCompiler
| 
* commit 3e0bffd93a0ba5cca04dbe076cda9af88a024de7
| Author: Martin Sjölund 
| Date:   Fri Apr 15 19:02:36 2016 +0200
| 
|     * OMNotebook 8866309...6c69cf0 (1):
|       > Update to latest common
| 
| M	OMNotebook
| 
* commit ba8ab91ad87a2e6796663d36f347991db538b37a
| Author: Martin Sjölund 
| Date:   Fri Apr 15 18:50:20 2016 +0200
| 
|     * OMCompiler 9b56b3c...7265334 (1):
|       > Fix compilation on OSX
| 
| M	OMCompiler
| 
* commit 3dc89d0a17ee7b4ea4c62e950c4ac15d3a2cdce9
| Author: jensdo 
| Date:   Fri Apr 15 18:35:00 2016 +0200
| 
|     * OMCompiler 222a847...9b56b3c (1):
|       > Fix name of OPC UA aliases, pt 2
| 
| M	OMCompiler
| 
* commit 3767c8d7fc8efb0abc7c3cf60e83d3f3ee288e97
| Author: Martin Sjölund 
| Date:   Fri Apr 15 16:42:42 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d9f7f91...222a847 (1):
|       > Make Compiler/runtime shared to avoid C++ issues
|     
|     * OMEdit dfe6fa6...db25f7e (1):
|       > Make OMEdit use rpath-link to ease linking
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 1ce8e65bbefcc541d6d36b5002636ffd0ea3ecd0
| Author: Martin Sjölund 
| Date:   Fri Apr 15 16:31:13 2016 +0200
| 
|     * common c535ec7...2fe814f (1):
|       > Use rpath-link to make linking easier
| 
| M	common
| 
* commit fffa1ef4a7798d714bf30f67269b432cbd5de574
| Author: Martin Sjölund 
| Date:   Fri Apr 15 14:39:03 2016 +0200
| 
|     * OMCompiler 5fd8e23...d9f7f91 (1):
|       > Add support to hot-swap function impl at run-time
| 
| M	OMCompiler
| 
* commit 3245c0d4b5eb1d83bd21ff3f2e10ae71448b76ba
| Author: Lennart Ochel 
| Date:   Fri Apr 15 09:46:24 2016 +0200
| 
|     * OMCompiler a2599ba...5fd8e23 (1):
|       > Fix generated code of algorithm when clauses
| 
| M	OMCompiler
| 
* commit ff72313addc4770ed5cf57507dd89a0ecc1d0ebe
| Author: Martin Sjölund 
| Date:   Fri Apr 15 09:11:30 2016 +0200
| 
|     * OMCompiler 766fa6a...a2599ba (1):
|       > Fix for relocatable functions
| 
| M	OMCompiler
| 
* commit 93c230e7f06179e0ba97a9875a85483eef2d7956
| Author: Martin Sjölund 
| Date:   Fri Apr 15 08:47:20 2016 +0200
| 
|     * OMCompiler 668e389...766fa6a (1):
|       > Use stat to check existance of file
| 
| M	OMCompiler
| 
* commit 714f0c4dfadd8c15d20e448f41306c6883dd5042
| Author: Martin Sjölund 
| Date:   Fri Apr 15 07:59:48 2016 +0200
| 
|     * OMCompiler 4ed2f2b...668e389 (1):
|       > Relocatable function fix
| 
| M	OMCompiler
| 
* commit 24a26224abb3cb7799f7344dded4a2ff18574b20
| Author: Martin Sjölund 
| Date:   Fri Apr 15 07:46:34 2016 +0200
| 
|     * OMCompiler cfcd347...4ed2f2b (1):
|       > Remove some unused external C code
| 
| M	OMCompiler
| 
* commit e40362152daad7f2300fdf6cd6d2553f15074c14
| Author: Rüdiger Franke 
| Date:   Fri Apr 15 07:13:43 2016 +0200
| 
|     * OMCompiler 44087ac...cfcd347 (2):
|       > Remove duplicate creation of crefToSimVarHT
|       > Remove mixedArrayVars from Cpp code and SimVars
| 
| M	OMCompiler
| 
* commit ad10ea5e29cc8ec93b91dff52eebc1bbae85317f
| Author: hudson 
| Date:   Fri Apr 15 00:23:19 2016 +0200
| 
|     Updating submodules
|     * OMEdit dcd1258...dfe6fa6 (3):
|       > Use QProcess::processId() for Qt version 5. Only use QProcess::pid() for Qt version 4.
|       > fix OMEdit compilation on Linux
|       > Added killProcessTreeWindows function to kill the child processes properly.
|     
|     * libraries 7c1fbce...bb94fe6 (1):
|       > Bump libraries
| 
| M	OMEdit
| M	libraries
| 
* commit 070488f6421242cd22607eab4882a978ccc9cf54
| Author: Martin Sjölund 
| Date:   Thu Apr 14 23:40:13 2016 +0200
| 
|     * OMCompiler b85a431...44087ac (1):
|       > Add CXXFLAGS to some libraries
| 
| M	OMCompiler
| 
* commit 0dc93c6c766d3e6e9a7f2268f57cb868efbbf8b4
| Author: Martin Sjölund 
| Date:   Thu Apr 14 23:22:06 2016 +0200
| 
|     * OMCompiler 829e658...b85a431 (1):
|       > Configure ANTLR with CXX
| 
| M	OMCompiler
| 
* commit eae968ef3c1bfb85a5d3acc25c39f1fa0cad5121
| Author: hudson 
| Date:   Thu Apr 14 23:05:31 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 08b243e...829e658 (2):
|       > Use unique mapping for linearized variable names
|       > update the output of the numerical linearization
|     
|     * testsuite 149c9c6...1ebb164 (2):
|       > Use unique mapping for linearized variable names
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 160a7570f7485354ce8e051ff5e5a211eaf47f6b
| Author: Rüdiger Franke 
| Date:   Thu Apr 14 22:20:44 2016 +0200
| 
|     * OMCompiler 8bf71c6...08b243e (1):
|       > Introduce names for states and derivatives
| 
| M	OMCompiler
| 
* commit 70cf2bbd06b07e2c0c2253b5ab499221c28fa1ec
| Author: Martin Sjölund 
| Date:   Thu Apr 14 21:05:55 2016 +0200
| 
|     * OMCompiler 05cfc46...8bf71c6 (1):
|       > Increase the maximum number of threads for codegen
| 
| M	OMCompiler
| 
* commit 275a6622aa9689597efd19d3b20df41da8938cf7
| Author: Rüdiger Franke 
| Date:   Thu Apr 14 20:49:47 2016 +0200
| 
|     * OMCompiler 89306de...05cfc46 (1):
|       > Delay construction of external objects
| 
| M	OMCompiler
| 
* commit e313cc26616eaf8c191b85c5972d0d3d66adfa0e
| Author: adrpo 
| Date:   Thu Apr 14 18:51:39 2016 +0200
| 
|     revert OMEdit to previous hash due to errors
| 
| M	OMEdit
| 
* commit 43849074869e17dd847fe9d13fa8db0789d1e1db
| Author: adrpo 
| Date:   Thu Apr 14 18:30:16 2016 +0200
| 
|     update the Eclipse MDT launchers to agree with the new msys2
| 
| R080	.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample	.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder32bit.launch-sample
| A	.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder64bit.launch-sample
| M	.gitignore
| M	OMEdit
| 
* commit da0718db4dd1274616244a9b2377c9382cd8971d
| Author: hkiel 
| Date:   Thu Apr 14 17:56:05 2016 +0200
| 
|     * OMCompiler 50cddbb...89306de (1):
|       > fix coding style else then -> else remove unused variables
| 
| M	OMCompiler
| 
* commit 2b8fd78610e52b0b0618983a901effba0923b715
| Author: Martin Sjölund 
| Date:   Thu Apr 14 13:07:55 2016 +0200
| 
|     * testsuite 50d4e83...149c9c6 (1):
|       > Load File.mo
| 
| M	testsuite
| 
* commit b95ead35bc79ad79f5fd9980ef8c98997b387de0
| Author: Martin Sjölund 
| Date:   Thu Apr 14 10:04:05 2016 +0200
| 
|     * OMCompiler eadffd4...50cddbb (1):
|       > Remove some unused buffers
| 
| M	OMCompiler
| 
* commit 8f4a56944984ed49bf741b24643c00759aeb50a2
| Author: Martin Sjölund 
| Date:   Thu Apr 14 08:56:27 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9076ed1...eadffd4 (1):
|       > Support for writing Susan text directly to file
|     
|     * testsuite 178d0c3...50d4e83 (1):
|       > Load File.mo as well
| 
| M	OMCompiler
| M	testsuite
| 
* commit 889d64f7a42e8b7c2306a25580babd90a5326edd
| Author: Rüdiger Franke 
| Date:   Thu Apr 14 07:28:01 2016 +0200
| 
|     * OMCompiler e7cbe78...9076ed1 (1):
|       > Move ModelicaUtilities.h to main include directory
| 
| M	OMCompiler
| 
* commit 47122aea2dc691b8ed09cc5604d9cbef68c1df92
| Author: Rüdiger Franke 
| Date:   Thu Apr 14 06:48:18 2016 +0200
| 
|     * OMCompiler 12f928e...e7cbe78 (1):
|       > Link model specific extra libs with msvc as well
| 
| M	OMCompiler
| 
* commit 3df3f3be04f58ae4722e3f033943c0715b55d79c
| Author: Rüdiger Franke 
| Date:   Wed Apr 13 21:37:42 2016 +0200
| 
|     * OMCompiler 58a87b7...12f928e (2):
|       > Disable default clock for FMI export
|       > Link Modelica utils and extra libs to Cpp FMUs
| 
| M	OMCompiler
| 
* commit 5b78a4b38e201e09cfd3c68caa812a18944bff41
| Author: hudson 
| Date:   Wed Apr 13 19:11:44 2016 +0200
| 
|     * libraries e84edb4...7c1fbce (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit eb0bf3f76c2a589848722903bdb7858aa7c93d4c
| Author: Martin Sjölund 
| Date:   Wed Apr 13 17:52:10 2016 +0200
| 
|     * OMCompiler dd4ad77...58a87b7 (1):
|       > Avoid buffers when generating constant literals
| 
| M	OMCompiler
| 
* commit e927af1ed548b7e38c50a31de058af10a2388d74
| Author: Willi Braun 
| Date:   Wed Apr 13 16:18:42 2016 +0200
| 
|     * OMCompiler 7068c81...dd4ad77 (1):
|       > generalize convertResidualsIntoSolvedEquations
| 
| M	OMCompiler
| 
* commit 1fc82542b2253882b46d87186f006dd05b0ec950
| Author: Adeel Asghar 
| Date:   Wed Apr 13 16:07:34 2016 +0200
| 
|     * OMEdit bfd9638...dcd1258 (2):
|       > Use correct path delimiter for Linux.
|       > Updated the function name to more appropriate one.
| 
| M	OMEdit
| 
* commit 746d6f9c019a59d4f10d51970c2f8e7f621b5d36
| Author: Niklas Worschech 
| Date:   Wed Apr 13 15:32:46 2016 +0200
| 
|     * OMCompiler 3dc8b59...7068c81 (1):
|       > fix for boost includes added 3rdparty/boost for msvc and gcc
| 
| M	OMCompiler
| 
* commit a03223c052480bd46daf574a6f29524dc603a752
| Author: hkiel 
| Date:   Wed Apr 13 15:14:35 2016 +0200
| 
|     * OMCompiler 9255662...3dc8b59 (1):
|       > remove List.appendNoCopy() and replace calls to it by listAppend()
| 
| M	OMCompiler
| 
* commit 87e6a30a05a1780f98ada589815f9020d1af01fc
| Author: Adeel Asghar 
| Date:   Wed Apr 13 13:52:28 2016 +0200
| 
|     * OMEdit a9c53de...bfd9638 (1):
|       > Call reDrawModelWidget after updating the xml document.
| 
| M	OMEdit
| 
* commit da92404693c4083eff9bc82e29fd5ad89c5a3bef
| Author: Per Östlund 
| Date:   Wed Apr 13 11:53:21 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f35a0e2...9255662 (1):
|       > Fix for ticket:3842.
|     
|     * testsuite de2ea49...178d0c3 (1):
|       > Added test for PR 718.
| 
| M	OMCompiler
| M	testsuite
| 
* commit dfc332fb89976720efb686f76eb5a177408cc39d
| Author: Per Östlund 
| Date:   Wed Apr 13 11:08:58 2016 +0200
| 
|     * OMCompiler 89c4bb6...f35a0e2 (1):
|       > Clean up DAEUtil.splitElements.
| 
| M	OMCompiler
| 
* commit fdc02166af6c15866235bf11c124a825598f6d05
| Author: Jan Šilar 
| Date:   Wed Apr 13 10:54:28 2016 +0200
| 
|     * OMCompiler 82f543f...89c4bb6 (1):
|       > PDEModelica in AbsynDump
| 
| M	OMCompiler
| 
* commit e83866c7a55cba5ae6b2a5d12c3a178345e56124
| Author: Martin Sjölund 
| Date:   Wed Apr 13 10:20:47 2016 +0200
| 
|     * OMCompiler b550ed1...82f543f (1):
|       > Fix name of OPC UA aliases
| 
| M	OMCompiler
| 
* commit 729808dbb3bc68944bd40e36d6b86bdba0f8d359
| Author: Martin Sjölund 
| Date:   Wed Apr 13 10:07:50 2016 +0200
| 
|     * OMCompiler 9939891...b550ed1 (1):
|       > Implement support for relocatable functions
| 
| M	OMCompiler
| 
* commit 7f55b38fe18c33582497bb8ba2d9237b6205fc77
| Author: Martin Sjölund 
| Date:   Wed Apr 13 09:20:02 2016 +0200
| 
|     * OMCompiler 7251626...9939891 (1):
|       > Always traverse down non-literal array expressions
| 
| M	OMCompiler
| 
* commit d5da9098c1c8267cc6ba08ba62ef5e74580a9efa
| Author: Martin Sjölund 
| Date:   Wed Apr 13 09:00:17 2016 +0200
| 
|     * OMCompiler 661329b...7251626 (1):
|       > Handle literal array expressions better
| 
| M	OMCompiler
| 
* commit 07fc54f37a265bc19b0cd146b33c95bb0aa4941d
| Author: Martin Sjölund 
| Date:   Wed Apr 13 08:06:05 2016 +0200
| 
|     * OMCompiler 62b81fe...661329b (1):
|       > Traverse record bindings when traversing functions
| 
| M	OMCompiler
| 
* commit ae0edbc8bebd4ef491fd445d25bdb784726aaede
| Author: hudson 
| Date:   Tue Apr 12 19:12:09 2016 +0200
| 
|     * libraries a560e79...e84edb4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 40618cbcda13ed59ba358fde2b9d3f8cfd8a841e
| Author: Rüdiger Franke 
| Date:   Tue Apr 12 18:46:18 2016 +0200
| 
|     * OMCompiler 7ce0918...62b81fe (1):
|       > Add DIM_EXP to code generation for reduction expression
| 
| M	OMCompiler
| 
* commit 5581db4a8087b64d3d1f740fc134f5d8842e3784
| Author: Alachew Mengist 
| Date:   Tue Apr 12 17:29:58 2016 +0200
| 
|     * doc a9e8be5...4168774 (2):
|       > Fix spaces so that options can be listed down properly
|       > Optimized PNG files to reduce the size
| 
| M	doc
| 
* commit 3b70d885b0b3746066f391081cbb81dde7c01c25
| Author: Martin Sjölund 
| Date:   Tue Apr 12 16:58:06 2016 +0200
| 
|     * OMCompiler cc7a3c9...7ce0918 (1):
|       > Write the rest of init.xml as file
| 
| M	OMCompiler
| 
* commit aa4ea12656c5e15aca151af7eb5db584e67fab40
| Author: Adeel Asghar 
| Date:   Tue Apr 12 16:46:51 2016 +0200
| 
|     * OMEdit efb215b...a9c53de (1):
|       > ticket:3841 Get a proper bounding rectangle for exporting image.
| 
| M	OMEdit
| 
* commit 8ef0b244048a6c99435217f7b6e34378c8be392a
| Author: Adeel Asghar 
| Date:   Tue Apr 12 16:22:48 2016 +0200
| 
|     * OMCompiler 9c0d484...cc7a3c9 (1):
|       > Use pressure as quantity name
| 
| M	OMCompiler
| 
* commit 2131f3cd18aa79cf206de8eae3d50f164c8f08b1
| Author: Martin Sjölund 
| Date:   Tue Apr 12 15:59:25 2016 +0200
| 
|     * OMCompiler 4759770...9c0d484 (1):
|       > Faster stringAppend of 6 strings
| 
| M	OMCompiler
| 
* commit d7dd36136e6f9da968d43177b9f4b9647945b5bb
| Author: Adeel Asghar 
| Date:   Tue Apr 12 15:46:59 2016 +0200
| 
|     * OMCompiler a1c9bae...4759770 (1):
|       > Added derived unit bar.
| 
| M	OMCompiler
| 
* commit dc125504bd2fd2cb24adfc6fe73ec338c3ffc8ff
| Author: Martin Sjölund 
| Date:   Tue Apr 12 14:44:08 2016 +0200
| 
|     * OMCompiler 6517ed8...a1c9bae (1):
|       > Revert to old InstCache (baf1866)
| 
| M	OMCompiler
| 
* commit 8c2511f4860dbee33c017583db8940882cff1627
| Author: Adeel Asghar 
| Date:   Tue Apr 12 14:00:13 2016 +0200
| 
|     * OMEdit eb41be7...efb215b (2):
|       > Fallback to base unit if conversion fails. Show the error message if we are unable to convert to display unit.
|       > Mark the error strings for translation.
| 
| M	OMEdit
| 
* commit 907eaaf0e1649c7a055809c010810ccca850e6c3
| Author: Martin Sjölund 
| Date:   Tue Apr 12 13:41:48 2016 +0200
| 
|     * OMCompiler b623cc2...6517ed8 (1):
|       > Serialize init.xml directly to file
| 
| M	OMCompiler
| 
* commit e0f5302630e3a9e43e30145e3f08c678910d8dd6
| Author: Adeel Asghar 
| Date:   Tue Apr 12 13:13:49 2016 +0200
| 
|     * OMEdit edbea30...eb41be7 (1):
|       > Fixed the undo feature for alignInterface function.
| 
| M	OMEdit
| 
* commit 8969cd486f1752119d437551b0fcf60cf20c21eb
| Author: Per Östlund 
| Date:   Tue Apr 12 12:31:15 2016 +0200
| 
|     * OMCompiler a17aa0e...b623cc2 (1):
|       > Improve DAE.traverseDAE*
| 
| M	OMCompiler
| 
* commit b6b97bb9c6e656479f6763caac9f3846954badab
| Author: Martin Sjölund 
| Date:   Tue Apr 12 10:15:37 2016 +0200
| 
|     * OMCompiler a35737a...a17aa0e (1):
|       > Only display RT warnings if RT is enabled
| 
| M	OMCompiler
| 
* commit 3e60e00f03b1b04248360877a95e8f9881e8079e
| Author: hkiel 
| Date:   Tue Apr 12 09:31:51 2016 +0200
| 
|     * OMCompiler 2399ea0...a35737a (1):
|       > Use array instead of tuple to count variables
| 
| M	OMCompiler
| 
* commit 52022ba5811679823ab7794a311d1b0570a8fb5a
| Author: hkiel 
| Date:   Tue Apr 12 08:54:35 2016 +0200
| 
|     * OMCompiler 82c3f1b...2399ea0 (1):
|       > Small optimisations to SimCodeUtil
| 
| M	OMCompiler
| 
* commit 32619fca4a43ff47343c7776ebedb1acdba16714
| Author: Rüdiger Franke 
| Date:   Tue Apr 12 07:29:08 2016 +0200
| 
|     * OMCompiler 81787f3...82c3f1b (1):
|       > Force evaluation of structural solverMethod
| 
| M	OMCompiler
| 
* commit cdca61bdaf72d34890f7b556fa8478acbf9bbfe7
| Author: adrpo 
| Date:   Tue Apr 12 05:01:49 2016 +0200
| 
|     * testsuite 1c8d556...de2ea49 (1):
|       > delete unused files
| 
| M	testsuite
| 
* commit 4cca76055e55538243ec492a0d22d0ef435f4e08
| Author: adrpo 
| Date:   Tue Apr 12 02:12:47 2016 +0200
| 
|     * OMCompiler 26d5e8f...81787f3 (1):
|       > ANSI C needed for stupid compilers
| 
| M	OMCompiler
| 
* commit f2372633de2b0049e5f50005249e50366074ed8e
| Author: hudson 
| Date:   Mon Apr 11 23:14:30 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 588d564...26d5e8f (1):
|       > Memory leak fixes for sparse solvers. See ticket:3548
|     
|     * testsuite 78e299c...1c8d556 (1):
|       > add more tests for klu and linear sparse solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit c3ce1f976dad1a140051b3daa35c768496d51a2a
| Author: Rüdiger Franke 
| Date:   Mon Apr 11 22:21:33 2016 +0200
| 
|     * OMCompiler 271abb1...588d564 (2):
|       > Always link Cpp FMUs with static gcc libs
|       > Keep more call parameters to external objects
| 
| M	OMCompiler
| 
* commit 73cf44573c4b1c9f409479466371030a813d55db
| Author: Martin Sjölund 
| Date:   Mon Apr 11 21:44:47 2016 +0200
| 
|     * OMCompiler 8dbf39e...271abb1 (1):
|       > Try to cache the keys of the InstCache
| 
| M	OMCompiler
| 
* commit e3c92beae4d463216012088d593b12c886f701a4
| Author: Martin Sjölund 
| Date:   Mon Apr 11 21:32:33 2016 +0200
| 
|     * OMCompiler a42d916...8dbf39e (1):
|       > Avoid some memory allocations
| 
| M	OMCompiler
| 
* commit 9c6844e353c124bc03190025be82a19f963fc109
| Author: hudson 
| Date:   Mon Apr 11 19:29:27 2016 +0200
| 
|     * libraries c1f0166...a560e79 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e881cb34a2b974503b8b3117bf00b58ae32f4822
| Author: Martin Sjölund 
| Date:   Mon Apr 11 19:06:09 2016 +0200
| 
|     * OMCompiler baf1866...a42d916 (1):
|       > Tweak inst cache hashing
| 
| M	OMCompiler
| 
* commit 5d4ce36522172e372c0545e142f44f688c6c9160
| Author: hudson 
| Date:   Mon Apr 11 18:28:22 2016 +0200
| 
|     * OMEdit 17e7ea8...edbea30 (1):
|       > Merge pull request #24 from robbr48/my_omedit_branch
| 
| M	OMEdit
| 
* commit c49710caa44862ad34573b4834c623bcd74815d7
| Author: Alachew Mengist 
| Date:   Mon Apr 11 16:19:45 2016 +0200
| 
|     * doc 717310b...a9e8be5 (1):
|       > Fix file not readable issues
| 
| M	doc
| 
* commit 6a0374e9c4aec188aca378e7a31592e5330dcf0d
| Author: Martin Sjölund 
| Date:   Mon Apr 11 15:48:51 2016 +0200
| 
|     * OMCompiler e008b58...baf1866 (1):
|       > Use a new key for InstCache
| 
| M	OMCompiler
| 
* commit 921f503b9e6d5526cb08ee44c09028e0d906aa25
| Author: Adeel Asghar 
| Date:   Mon Apr 11 15:03:23 2016 +0200
| 
|     * OMEdit cf8d91f...17e7ea8 (1):
|       > Return from fetch interface data thread.
| 
| M	OMEdit
| 
* commit 866e7e6d06219e15f1ebf8eded143f3784ba12dd
| Author: Adeel Asghar 
| Date:   Mon Apr 11 14:30:23 2016 +0200
| 
|     * OMEdit 66ec24b...cf8d91f (1):
|       > Remove the associated graphical objects when we remove interfaces.
| 
| M	OMEdit
| 
* commit 9340e458bfc6786c72b7ef72d9888f41f9bdd6c3
| Author: hudson 
| Date:   Mon Apr 11 13:55:23 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2b38191...e008b58 (2):
|       > Fix DAEUtil.addDaeFunction.
|       > Change DAE.FunctionTree to the new AvlTree
|     
|     * testsuite f1cfd57...78e299c (1):
|       > Update test for PR 695.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8f3e728877151c8ca563ff2cf74ee5434289e480
| Author: Adeel Asghar 
| Date:   Mon Apr 11 12:43:42 2016 +0200
| 
|     * OMEdit 8d2f7ad...66ec24b (1):
|       > Graphically mark the interface as aligned or not aligned.
| 
| M	OMEdit
| 
* commit 157b41a20456d72ff56c9f942b347fd2733ea380
| Author: Willi Braun 
| Date:   Mon Apr 11 12:13:48 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 390188e...2b38191 (1):
|       > added runtime ida integrator solver
|     
|     * testsuite c96d87a...f1cfd57 (1):
|       > add first ida testcases
| 
| M	OMCompiler
| M	testsuite
| 
* commit d6a77bb4604605cf5f7b716c93dc9d2ec5cbbcd3
| Author: Adeel Asghar 
| Date:   Mon Apr 11 11:45:45 2016 +0200
| 
|     * OMEdit 1e8523c...8d2f7ad (1):
|       > Invoke align interfaces via context menu.
| 
| M	OMEdit
| 
* commit 9933455a2be38decb82cc16c322372aa636f8fe0
| Author: Martin Sjölund 
| Date:   Mon Apr 11 10:36:54 2016 +0200
| 
|     * OMCompiler 0c3a76e...390188e (1):
|       > Use referenceEq for more InstExtends traversals
| 
| M	OMCompiler
| 
* commit a4c65c0183156102894f28686205a34e3d01a4c3
| Author: Lennart Ochel 
| Date:   Mon Apr 11 10:08:25 2016 +0200
| 
|     * OMCompiler 3a64133...0c3a76e (1):
|       > Add new flag to set maximum number of bisection iterations
| 
| M	OMCompiler
| 
* commit 85722baa5ed1a45421d339951e4c5a21feb7dc52
| Author: Martin Sjölund 
| Date:   Mon Apr 11 09:50:54 2016 +0200
| 
|     * OMCompiler ec5320e...3a64133 (1):
|       > Fix some InstExtends referenceEq
| 
| M	OMCompiler
| 
* commit 51dcde431b4957bfdb642095f3fc79ef54bd48f3
| Author: Martin Sjölund 
| Date:   Mon Apr 11 09:39:42 2016 +0200
| 
|     * doc 6698c03...717310b (1):
|       > Fix sphinx warnings
| 
| M	doc
| 
* commit e798779b406320224572e870e1aa2129d6b4e11a
| Author: Martin Sjölund 
| Date:   Mon Apr 11 07:50:35 2016 +0200
| 
|     * OMCompiler 1d08c39...ec5320e (1):
|       > Write common datatypes directly to file
| 
| M	OMCompiler
| 
* commit 2eba4a93f66289d8844cac6f9afda8cac5e1c31d
| Author: Rüdiger Franke 
| Date:   Mon Apr 11 07:37:42 2016 +0200
| 
|     * OMCompiler 30d8548...1d08c39 (1):
|       > Keep multi-dimensional array parameters, ticket:3363
| 
| M	OMCompiler
| 
* commit 59226e941e83c57b48a2b78aba8584354a3d7160
| Author: Rüdiger Franke 
| Date:   Sun Apr 10 23:24:20 2016 +0200
| 
|     * OMCompiler 4832d7a...30d8548 (1):
|       > Small fix
| 
| M	OMCompiler
| 
* commit c3091d6055ff8a8a3eff85974350c0e6cd3de9a8
| Author: Rüdiger Franke 
| Date:   Sun Apr 10 23:12:00 2016 +0200
| 
|     * OMCompiler 0182b27...4832d7a (1):
|       > Add default clock period to C runtime, ticket:3752
| 
| M	OMCompiler
| 
* commit 3f4d7bb3d2b2292e46e875a79b279bd0091c9a90
| Author: Rüdiger Franke 
| Date:   Sun Apr 10 22:26:44 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a204f67...0182b27 (1):
|       > Keep arrays of free parameters, ticket 3363
|     
|     * testsuite 3c59a78...c96d87a (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit c377c851d20e3b1a3cfa8078e64f3b2d574c480c
| Author: hudson 
| Date:   Sun Apr 10 21:43:45 2016 +0200
| 
|     * OMEdit 0a1303a...1e8523c (1):
|       > Merge pull request #23 from robbr48/my_omedit_branch
| 
| M	OMEdit
| 
* commit 811fac23dc0060d74b27bc7f5d529af029eb7f63
| Author: Martin Sjölund 
| Date:   Sun Apr 10 21:31:43 2016 +0200
| 
|     * OMCompiler d341b73...a204f67 (1):
|       > Better listMaxInt
| 
| M	OMCompiler
| 
* commit 25e41c2307504a4fc46c76c7caf1e5960add6cd2
| Author: Rüdiger Franke 
| Date:   Sun Apr 10 20:28:32 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a10e5cd...d341b73 (1):
|       > Less aggressive fix to ticket:3363
|     
|     * testsuite 2e5579a...3c59a78 (1):
|       > Partly revert test update in a9f3edc
| 
| M	OMCompiler
| M	testsuite
| 
* commit 38b75271f239866f8db553cb6215ea66099df640
| Author: Martin Sjölund 
| Date:   Sun Apr 10 20:15:46 2016 +0200
| 
|     * OMCompiler e64e95f...a10e5cd (1):
|       > Special case for list intersection
| 
| M	OMCompiler
| 
* commit 066bd56727f022aeca34609da89a20431517e2cf
| Author: hudson 
| Date:   Sun Apr 10 19:11:34 2016 +0200
| 
|     * libraries 755f207...c1f0166 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f886ee8439fde39898abf152458a94cb3d078669
| Author: Alachew Mengist 
| Date:   Sun Apr 10 16:29:48 2016 +0200
| 
|     * doc 7e220a2...6698c03 (1):
|       > -TLM based co-simulation users guide (#18)
| 
| M	doc
| 
* commit 8b6477dafe0be12ed912a42fb5633ef17325f891
| Author: Martin Sjölund 
| Date:   Sun Apr 10 11:34:56 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a7a4dbe...e64e95f (1):
|       > Re-enable backendKeepEnv
|     
|     * testsuite a9f3edc...2e5579a (1):
|       > Revert disabling backend CevalFunction
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3167e410ea537781077343d947dc020e75f9f5dc
| Author: Adeel Asghar 
| Date:   Sun Apr 10 02:58:48 2016 +0200
| 
|     * OMEdit 7d416a0...0a1303a (1):
|       > Return from function
| 
| M	OMEdit
| 
* commit 313995e198fbca17ca129ccecbfd19d5e0ecef5f
| Author: Rüdiger Franke 
| Date:   Sat Apr 9 23:52:51 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1ba0f8a...a7a4dbe (2):
|       > Support parametrization of external objects, fixing ticket:3363
|       > Call destructors of external objects from Cpp runtime
|     
|     * testsuite 098036e...a9f3edc (1):
|       > Update tests after fix to ticket:3363
| 
| M	OMCompiler
| M	testsuite
| 
* commit b2cea286dfc30ea8cd25e7cc22e2dbd9ae81ca01
| Author: Martin Sjölund 
| Date:   Sat Apr 9 21:38:38 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4dbbfd4...1ba0f8a (1):
|       > Send initial env to backend
|     
|     * testsuite a41106b...098036e (1):
|       > Expected output / disabling backend CevalFunction
| 
| M	OMCompiler
| M	testsuite
| 
* commit eec014d1096029f72d690d26da9a2a76d12ea214
| Author: Rüdiger Franke 
| Date:   Sat Apr 9 19:28:10 2016 +0200
| 
|     * OMCompiler 5d18848...4dbbfd4 (2):
|       > More precise fix to ticket:3752
|       > Add default clock period to fix ticket:3752
| 
| M	OMCompiler
| 
* commit ae6885141e408104a056b86393bb06727cb1bcfb
| Author: hudson 
| Date:   Sat Apr 9 19:10:08 2016 +0200
| 
|     * libraries 6352fc7...755f207 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit dabdaed05458b355a6cc709e16697bc751dc1f7f
| Author: Martin Sjölund 
| Date:   Sat Apr 9 15:04:52 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 85f4a38...5d18848 (1):
|       > Set -d=nogen in the backend to avoid dynload
|     
|     * testsuite 9890dea...a41106b (1):
|       > Expected output from -d=-gen in the backend
| 
| M	OMCompiler
| M	testsuite
| 
* commit 90ca65da0be0fae57e3e7fe3dca772b41dfe7194
| Author: Martin Sjölund 
| Date:   Sat Apr 9 14:19:21 2016 +0200
| 
|     * OMCompiler 84c62fc...85f4a38 (1):
|       > Refactoring EvaluateParameter
| 
| M	OMCompiler
| 
* commit 6079a8d6c9fb881bebf655777d443d3156aeced0
| Author: Rüdiger Franke 
| Date:   Sat Apr 9 13:03:47 2016 +0200
| 
|     * OMCompiler 6a704ad...84c62fc (1):
|       > Evaluate structural Clock arguments (fix ticket:3717)
| 
| M	OMCompiler
| 
* commit 314a0a365d68f5fb8593943ebba4ebdb087a3627
| Author: Martin Sjölund 
| Date:   Sat Apr 9 08:59:17 2016 +0200
| 
|     * OMCompiler 86e3c04...6a704ad (2):
|       > Let execStat keep track of heap free/total size
|       > Add debug flag reportSerializedSize
| 
| M	OMCompiler
| 
* commit 8527c616b2311fe175287ab4581ceeb2a4c06b95
| Author: hkiel 
| Date:   Sat Apr 9 08:46:50 2016 +0200
| 
|     * OMCompiler d883765...86e3c04 (1):
|       > reduce memory usage
| 
| M	OMCompiler
| 
* commit 0328a04d22bf98b0bf3e3b3a1eeb6ee5889bd90a
| Author: Willi Braun 
| Date:   Fri Apr 8 19:41:56 2016 +0200
| 
|     * OMCompiler 12b9c58...d883765 (1):
|       > revert unwanted change to debug flag
| 
| M	OMCompiler
| 
* commit a9282f423b0523affe17f35aea79e342576b4c55
| Author: Martin Sjölund 
| Date:   Fri Apr 8 19:23:24 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 25dbe82...12b9c58 (1):
|       > Changes to ElementSource
|     
|     * testsuite 67be45a...9890dea (1):
|       > Expected output / less type info by default
| 
| M	OMCompiler
| M	testsuite
| 
* commit 55cf74213af6b9dc3202809accd349b5f954c265
| Author: Per Östlund 
| Date:   Fri Apr 8 19:06:56 2016 +0200
| 
|     * OMCompiler 6e3121a...25dbe82 (1):
|       > Fix for ticket:3825.
| 
| M	OMCompiler
| 
* commit 721aac27684f12c02fd29945d0b540776b7336c6
| Author: Rüdiger Franke 
| Date:   Fri Apr 8 18:54:25 2016 +0200
| 
|     * OMCompiler f11f59c...6e3121a (1):
|       > Skip min/max for derivatives (work around ticket:3832)
| 
| M	OMCompiler
| 
* commit 2ffdd8590cb77f163c3536349713bf3115edd65b
| Author: Willi Braun 
| Date:   Fri Apr 8 17:44:08 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1299763...f11f59c (1):
|       > fixing ticket:3786
|     
|     * testsuite 276fe76...67be45a (1):
|       > change expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 002e56da41249b217511d35a13fa2e4b2e89aea2
| Author: arun3688 
| Date:   Fri Apr 8 17:19:57 2016 +0200
| 
|     * doc bbbc6bc...7e220a2 (1):
|       > update student master thesis (#17)
| 
| M	doc
| 
* commit 7c5eb502a6a5e0bec2ca72c9bf77ee7a6581d338
| Author: Adeel Asghar 
| Date:   Fri Apr 8 16:58:31 2016 +0200
| 
|     * OMEdit 08c9f97...7d416a0 (1):
|       > documentation & formatting.
| 
| M	OMEdit
| 
* commit c31752c8a1cb4002594ed61f6c678f67db96fa4b
| Author: Adeel Asghar 
| Date:   Fri Apr 8 16:34:58 2016 +0200
| 
|     * OMEdit 4e15aa8...08c9f97 (1):
|       > Clean up. Removed Qt::WindowTitleHint flag because it disables the dialog close button in Qt5. Deleted unused resources.
| 
| M	OMEdit
| 
* commit b174c953f6c87f173ae83b132a9645610b178238
| Author: Martin Sjölund 
| Date:   Fri Apr 8 15:08:06 2016 +0200
| 
|     * OMCompiler 027b44e...1299763 (1):
|       > Remove varkind from DAE.RECORD_CONSTRUCTOR
| 
| M	OMCompiler
| 
* commit ee1fa9e6e12bbcd66df8d8e9bfc9a9a147ce066b
| Author: ptaeuber 
| Date:   Fri Apr 8 14:44:49 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fc4de9e...027b44e (2):
|       > Add compiler flag to skip tearing for specified components
|       > Introduce indexing of strong components
|     
|     * testsuite ab9b88d...276fe76 (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3a09e8f2e81b04b45cc24fe21772a872b88c6fcf
| Author: ptaeuber 
| Date:   Fri Apr 8 14:41:22 2016 +0200
| 
|     Add flag to dictionary
| 
| M	.openmodelica.aspell
| 
* commit 95f31fe3824f65856ab198583d95ac45258bf018
| Author: Adeel Asghar 
| Date:   Fri Apr 8 14:19:01 2016 +0200
| 
|     * OMEdit 2d4e99c...4e15aa8 (1):
|       > Use currentText instead of ItemData.
| 
| M	OMEdit
| 
* commit c95bd8ffa3364df536be0cfe0a463efd64031bd0
| Author: Martin Sjölund 
| Date:   Fri Apr 8 13:28:41 2016 +0200
| 
|     * OMCompiler fd246e8...fc4de9e (1):
|       > Try to free data to collect front-end garbage
| 
| M	OMCompiler
| 
* commit 3b17094d187dcbc8a1362802ad2e6bf7a6a4f5b3
| Author: Adeel Asghar 
| Date:   Fri Apr 8 12:02:30 2016 +0200
| 
|     * OMCompiler dec8532...fd246e8 (1):
|       > Set OMBUILDDIR properly.
| 
| M	OMCompiler
| 
* commit 76f1a10577e6f8d7cc7c4da76ea374dadd4bff39
| Author: Adeel Asghar 
| Date:   Fri Apr 8 11:10:26 2016 +0200
| 
|     * OMEdit 0b9b099...2d4e99c (1):
|       > ticket:3827 Adapt to updated jacobian flag.
| 
| M	OMEdit
| 
* commit 730ced67398e17bdda0dac20d21ba182595963bf
| Author: Martin Sjölund 
| Date:   Fri Apr 8 10:00:24 2016 +0200
| 
|     * OMCompiler ad9aa79...dec8532 (1):
|       > Consume less memory traversing expandDer
| 
| M	OMCompiler
| 
* commit 73236372dd045586b9691bf8cc5b93d9e0ef9444
| Author: Martin Sjölund 
| Date:   Fri Apr 8 08:43:02 2016 +0200
| 
|     * OMCompiler 98c1ed0...ad9aa79 (1):
|       > Get a better default size for SimCode hashset
| 
| M	OMCompiler
| 
* commit f3973693e3f136988d7b29d79e2ea8fb20ee67e4
| Author: hudson 
| Date:   Fri Apr 8 00:06:36 2016 +0200
| 
|     * libraries d405cf4...6352fc7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 512761a147538fd122c41685f9c127dc8d06d738
| Author: Per Östlund 
| Date:   Thu Apr 7 20:41:39 2016 +0200
| 
|     * OMCompiler b1a1225...98c1ed0 (1):
|       > Improve instantiation caching.
| 
| M	OMCompiler
| 
* commit 3aa070e57c341d0ec3fea330941c6c4389a620c8
| Author: Rüdiger Franke 
| Date:   Thu Apr 7 20:29:30 2016 +0200
| 
|     * OMCompiler f90b512...b1a1225 (1):
|       > Improve stop test and logging of Newton solver
| 
| M	OMCompiler
| 
* commit 7ce455fa05a84e9d2f993708f347beab7d8dd657
| Author: hudson 
| Date:   Thu Apr 7 19:09:09 2016 +0200
| 
|     * libraries 671fa9a...d405cf4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fea12c3e2a863ec0c0b1966c49adc12499e063f2
| Author: Adeel Asghar 
| Date:   Thu Apr 7 17:18:03 2016 +0200
| 
|     * OMEdit 5e460b6...0b9b099 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Check if interfaces are aligned or not. Fixed fetch interface data.
| 
| M	OMEdit
| 
* commit dbcf89d39ac9874b7ef526098615260d4820e1ca
| Author: Martin Sjölund 
| Date:   Thu Apr 7 16:57:14 2016 +0200
| 
|     * OMCompiler b0f6026...f90b512 (1):
|       > Fix typo extern extern
| 
| M	OMCompiler
| 
* commit 1c210c14adef920af02ed2ef8f8163b3965cc632
| Author: hudson 
| Date:   Thu Apr 7 16:44:34 2016 +0200
| 
|     * OMEdit 8f6676e...5e460b6 (1):
|       > Merge pull request #22 from robbr48/my_omedit_branch
| 
| M	OMEdit
| 
* commit e8d322134e58a136be24015516e9fec84e269f15
| Author: Martin Sjölund 
| Date:   Thu Apr 7 16:29:58 2016 +0200
| 
|     * OMCompiler 2c7da6d...b0f6026 (1):
|       > Fix problems with errorext bootstrapping linking
| 
| M	OMCompiler
| 
* commit 3abd058773d6f02551f5f01aed99890e3971c8e3
| Author: Martin Sjölund 
| Date:   Thu Apr 7 16:17:35 2016 +0200
| 
|     * OMCompiler c3cf1e9...2c7da6d (1):
|       > Fix bottleneck for create model info
| 
| M	OMCompiler
| 
* commit 07e4732a4c22b2a34a529812e94b87490fad317c
| Author: Martin Sjölund 
| Date:   Thu Apr 7 14:45:44 2016 +0200
| 
|     * OMCompiler f6051a1...c3cf1e9 (1):
|       > Improve extractVarsFromList
| 
| M	OMCompiler
| 
* commit 445a4cd49724554f5dff9bd5526de3758c78090f
| Author: Adeel Asghar 
| Date:   Thu Apr 7 14:13:34 2016 +0200
| 
|     * OMEdit c84ef06...8f6676e (1):
|       > Fixed dragging of external models.
| 
| M	OMEdit
| 
* commit 242124edd58e41c7c9ba823515bd4c34142f3998
| Author: vwaurich 
| Date:   Thu Apr 7 13:50:23 2016 +0200
| 
|     * OMCompiler 058fd5a...f6051a1 (1):
|       > - caching of evaluated functions
| 
| M	OMCompiler
| 
* commit 3b55a37708116ee9c722bbfa88a9eec4c6ebdb4f
| Author: Rüdiger Franke 
| Date:   Thu Apr 7 12:43:04 2016 +0200
| 
|     * OMCompiler 8f17d04...058fd5a (1):
|       > Add variable attributes to Newton solver
| 
| M	OMCompiler
| 
* commit 5591da400b4a70859725f1d44545e06c43049ca8
| Author: Martin Sjölund 
| Date:   Thu Apr 7 11:44:07 2016 +0200
| 
|     * OMCompiler 17d76a0...8f17d04 (1):
|       > Make error messages consume less memory
| 
| M	OMCompiler
| 
* commit ba0aef34f869e9679cf1fd69dcf40ccab26d271e
| Author: hkiel 
| Date:   Thu Apr 7 07:43:27 2016 +0200
| 
|     * OMCompiler 9c5b9e7...17d76a0 (1):
|       > Fix compilation when not using SUNDIALS
| 
| M	OMCompiler
| 
* commit 86e5de928a7f1306c75c4da1202c6aef801caea7
| Author: Rüdiger Franke 
| Date:   Thu Apr 7 07:14:19 2016 +0200
| 
|     * OMCompiler 583180a...9c5b9e7 (1):
|       > Add new attributes to IAlgLoop
| 
| M	OMCompiler
| 
* commit d6dde7a73f0e0336e661a275f23a13b9e44cdf3a
| Author: Adeel Asghar 
| Date:   Thu Apr 7 00:48:34 2016 +0200
| 
|     * OMCompiler 000a65f...583180a (1):
|       > copy PDEModelicaBuiltin.mo to builddir_lib
| 
| M	OMCompiler
| 
* commit b2e897f66427fc95bb3eae0839a77b4c14a9d66e
| Author: Rüdiger Franke 
| Date:   Wed Apr 6 23:25:48 2016 +0200
| 
|     * OMCompiler 2894dee...000a65f (1):
|       > Make more variable attributes available in alg loops
| 
| M	OMCompiler
| 
* commit 49b1b9d76f052aaecdd87055fc6ac286dc691cf9
| Author: Martin Sjölund 
| Date:   Wed Apr 6 19:48:46 2016 +0200
| 
|     * OMCompiler 96898a5...2894dee (1):
|       > Do not allocate memory to traverse prefix
| 
| M	OMCompiler
| 
* commit 37411784db8a672f33e65d101756deaf66b4ed2a
| Author: hudson 
| Date:   Wed Apr 6 19:10:00 2016 +0200
| 
|     * libraries fab1cc4...671fa9a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 74a9305953104241fee348e2d1e139c22383b2d9
| Author: Willi Braun 
| Date:   Wed Apr 6 18:08:26 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e44d63b...96898a5 (1):
|       > generalize and move dasslJacobian flag
|     
|     * testsuite adc47eb...ab9b88d (1):
|       > ajusted change
| 
| M	OMCompiler
| M	testsuite
| 
* commit 53f12bbbf5ceab7de9bd9a43349e57e08591d1ce
| Author: Adeel Asghar 
| Date:   Wed Apr 6 17:55:37 2016 +0200
| 
|     * OMEdit c3b216c...c84ef06 (1):
|       > ticket:3819 Fixed display of text.
| 
| M	OMEdit
| 
* commit 36c6e2e5adfb94d5ff1b3834b1ec727b66e207e0
| Author: Adeel Asghar 
| Date:   Wed Apr 6 17:26:40 2016 +0200
| 
|     * OMEdit dcfab7d...c3b216c (1):
|       > some updates for Qt5.
| 
| M	OMEdit
| 
* commit 135d9e4ddfaf04c2b1f194f16479095645ecea42
| Author: Martin Sjölund 
| Date:   Wed Apr 6 16:22:29 2016 +0200
| 
|     * OMCompiler df3f1c9...e44d63b (1):
|       > Replace HT with AvlSet in InstExtends
| 
| M	OMCompiler
| 
* commit 5114593ed92861d88cb1184bf3cf5f3fa8834e16
| Author: Willi Braun 
| Date:   Wed Apr 6 15:41:40 2016 +0200
| 
|     * OMCompiler e8fbdf6...df3f1c9 (1):
|       > extends solver stats for all solver
| 
| M	OMCompiler
| 
* commit 5fb61bb8197c03a238d8a2b49590ff4e53780a28
| Author: adrpo 
| Date:   Wed Apr 6 14:41:51 2016 +0200
| 
|     some of the qtclients depend on omc (idl compilation)
| 
| M	Makefile.omdev.mingw
| 
* commit 7217a13cb48cee5c2166869850fde32c425dc1ad
| Author: hudson 
| Date:   Wed Apr 6 13:44:29 2016 +0200
| 
|     * OMEdit e3d9697...dcfab7d (1):
|       > Merge pull request #21 from robbr48/master
| 
| M	OMEdit
| 
* commit 3a47a29befc23cd86836119afc35564753b60ecc
| Author: Rüdiger Franke 
| Date:   Wed Apr 6 13:19:25 2016 +0200
| 
|     * OMCompiler 41d4cef...e8fbdf6 (1):
|       > Improve stop and error tests of Newton solver
| 
| M	OMCompiler
| 
* commit b18bbdda367a0d3f3b9d24d955b5a704c2b9adc3
| Author: adrpo 
| Date:   Wed Apr 6 12:17:00 2016 +0200
| 
|     omplot depends on omc (simulation runtime)
| 
| M	Makefile.omdev.mingw
| 
* commit d3e24cd1bde0bec9c1b2384877b6493bda0022ed
| Author: adrpo 
| Date:   Wed Apr 6 11:48:07 2016 +0200
| 
|     create directory to be able to run more things in parallel
| 
| M	Makefile.omdev.mingw
| 
* commit 88272e0bc86e9c7fd1975d9ea154d126e78c3267
| Author: hkiel 
| Date:   Wed Apr 6 10:58:27 2016 +0200
| 
|     * OMCompiler 7d8f15f...41d4cef (1):
|       > avoid copying tuples recursion -> loop (BackendVariable.getVarLst)
| 
| M	OMCompiler
| 
* commit b51be64ea67437aa9ab85ba18a11c7659b45de21
| Author: ptaeuber 
| Date:   Wed Apr 6 10:33:47 2016 +0200
| 
|     * OMCompiler 325d842...7d8f15f (2):
|       > Introduce runtime flags for using sparse solvers
|       > Introduce flag to skip tearing for huge systems
| 
| M	OMCompiler
| 
* commit 919c99e0044cc49d983379580c0ba5122c86a490
| Author: ptaeuber 
| Date:   Wed Apr 6 10:33:46 2016 +0200
| 
|     Add flags to dictionary
| 
| M	.openmodelica.aspell
| 
* commit 1d85251e87d712243527702dce8a784af4d5d090
| Author: Rüdiger Franke 
| Date:   Wed Apr 6 10:06:45 2016 +0200
| 
|     * OMCompiler cf3ceac...325d842 (1):
|       > Whitespaces Newton solver
| 
| M	OMCompiler
| 
* commit a64f4911f7858196ed2d4d374ea60b9118c33e18
| Author: adrpo 
| Date:   Wed Apr 6 09:37:42 2016 +0200
| 
|     * OMCompiler 1169838...cf3ceac (1):
|       > make sure we have attribute defined before we use it
| 
| M	OMCompiler
| 
* commit b96169ab96f53ffc0ab944513c84b56fb14ae15e
| Author: hudson 
| Date:   Wed Apr 6 08:35:22 2016 +0200
| 
|     * libraries 3322cfe...fab1cc4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9def388abef30dc2267626a1389faa93ee889e49
| Author: hudson 
| Date:   Wed Apr 6 08:03:29 2016 +0200
| 
|     Updating submodules
|     * OMCompiler fd0af6a...1169838 (1):
|       > update 3rdParty
|     
|     * libraries 1e33d1e...3322cfe (1):
|       > Update MSL patch
| 
| M	OMCompiler
| M	libraries
| 
* commit e092ee85b39caf5258b151acee53895fef36c3da
| Author: Martin Sjölund 
| Date:   Wed Apr 6 07:37:36 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler be289f9...fd0af6a (1):
|       > Add Avl sets in addition to trees
|     
|     * testsuite 2e4164c...adc47eb (1):
|       > Add AvlSet
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5c17cc45429f504ad85337e9753e76f76bd0d7d5
| Author: adrpo 
| Date:   Wed Apr 6 07:19:29 2016 +0200
| 
|     * OMCompiler 86230f2...be289f9 (1):
|       > fix windows build
| 
| M	OMCompiler
| 
* commit a04ebe21a3813228eddc8b5aa3d5d57b6467c1ac
| Author: Adeel Asghar 
| Date:   Wed Apr 6 06:04:33 2016 +0200
| 
|     * OMEdit b791c33...e3d9697 (1):
|       > avoid some more warnings.
| 
| M	OMEdit
| 
* commit dc8b198235b45e5a56e03eadb2af74c03388f252
| Author: Adeel Asghar 
| Date:   Wed Apr 6 05:52:18 2016 +0200
| 
|     * OMEdit 3c28781...b791c33 (1):
|       > Removed unused OMC parser.
| 
| M	OMEdit
| 
* commit 2136e8181313f15ff46e1ab2fe162349cc3ae444
| Author: Adeel Asghar 
| Date:   Wed Apr 6 05:24:37 2016 +0200
| 
|     * OMEdit 25e182c...3c28781 (1):
|       > Fixed the view grid lines. Fixed some warnings.
| 
| M	OMEdit
| 
* commit 1f8f1c10fdfe5a19281c40dfdfd0a0cbb992bee4
| Author: Adeel Asghar 
| Date:   Wed Apr 6 05:11:36 2016 +0200
| 
|     * OMCompiler 17bf815...86230f2 (1):
|       > Avoid some warnings.
| 
| M	OMCompiler
| 
* commit 1a68b87e903a657f351ab7a60366ba65ae7605fe
| Author: hudson 
| Date:   Wed Apr 6 00:23:02 2016 +0200
| 
|     * libraries 2276213...1e33d1e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2d214413b2f2570e128bae6f4b0d078a879da39a
| Author: Rüdiger Franke 
| Date:   Tue Apr 5 22:00:40 2016 +0200
| 
|     * OMCompiler 9027e88...17bf815 (1):
|       > Small cleanup
| 
| M	OMCompiler
| 
* commit ccc6840f656501e058990fdff7adb99ad2970ea2
| Author: hudson 
| Date:   Tue Apr 5 19:10:22 2016 +0200
| 
|     * libraries c18ad42...2276213 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4aa3c62f2b9e1922d3e46b811fb5c8afea598e12
| Author: hkiel 
| Date:   Tue Apr 5 16:28:25 2016 +0200
| 
|     * OMCompiler 6a1e39b...9027e88 (1):
|       > avoid intermediate lists instead use: List.fold(List.map()) -> List.applyAndFold() List.map(List.map()) -> List.mapMap() listReverse(List.mapFlat()) -> List.mapFlatReverse()
| 
| M	OMCompiler
| 
* commit da70b865d6ef4e3bc17c9550ad386044fad27452
| Author: hkiel 
| Date:   Tue Apr 5 16:15:24 2016 +0200
| 
|     * OMCompiler 6c0fc0d...6a1e39b (1):
|       > recursion -> loop
| 
| M	OMCompiler
| 
* commit b983444956d163a8b1836903bd692a382cced95d
| Author: ptaeuber 
| Date:   Tue Apr 5 14:08:27 2016 +0200
| 
|     * OMCompiler b500b84...6c0fc0d (1):
|       > Add missing comma to log-option
| 
| M	OMCompiler
| 
* commit 50b11c2184cfa468bf6060d03f0a2f792cefbd90
| Author: Per Östlund 
| Date:   Tue Apr 5 13:16:04 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d89da7c...b500b84 (1):
|       > Move conditional component info to environment.
|     
|     * testsuite 2e20022...2e4164c (1):
|       > Update tests for PR 648.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f5bbde80a04573c96058291e55a6190216093515
| Author: Martin Sjölund 
| Date:   Tue Apr 5 12:36:10 2016 +0200
| 
|     * OMCompiler 8287b0b...d89da7c (1):
|       > Keep track of more memory allocations
| 
| M	OMCompiler
| 
* commit 93e3b0b27ae40a314f5d2ccca33dae48052cb126
| Author: alash325 
| Date:   Tue Apr 5 12:02:49 2016 +0200
| 
|     * OMEdit c463e0a...25e182c (1):
|       > -Set default values for metaModel connection attributes
| 
| M	OMEdit
| 
* commit 7246021435c647cbfde3d724237da2841ca93ad6
| Author: Martin Sjölund 
| Date:   Mon Apr 4 20:37:58 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c150310...8287b0b (1):
|       > Do some cref compare without printing to string
|     
|     * testsuite 4aac19f...2e20022 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit d0ca89faaceb125cf328ae33f31a15bd6805c82c
| Author: adrpo 
| Date:   Mon Apr 4 20:09:53 2016 +0200
| 
|     * OMCompiler 70d6f0e...c150310 (1):
|       > update 3rdParty in OMCompiler
| 
| M	OMCompiler
| 
* commit 3790d4729b4a2a331dae552383c2a30ed1fc05b2
| Author: hudson 
| Date:   Mon Apr 4 19:10:34 2016 +0200
| 
|     * libraries bb4f51f...c18ad42 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fe0d760efca4b4a9e85e22f7356e12cf01cfcee4
| Author: Martin Sjölund 
| Date:   Mon Apr 4 18:07:54 2016 +0200
| 
|     * OMCompiler a2943a8...70d6f0e (1):
|       > Use OMC allocation in more places over GC
| 
| M	OMCompiler
| 
* commit 30c7c8e5af85a9f3456fd61dc0cb606133a2412f
| Author: Adrian Pop 
| Date:   Mon Apr 4 17:55:41 2016 +0200
| 
|     Updating submodules
|     * OMNotebook fc98a16...8866309 (1):
|       > adapt to msys2 mingw32/mingw64 - ticket:2578
|     
|     * OMOptim 10c22ef...01dda27 (1):
|       > adapt to msys2 mingw32/mingw64 - ticket:2578
|     
|     * OMPlot b657a9f...b02b7fb (1):
|       > adapt to msys2 mingw32/mingw64 - ticket:2578
|     
|     * OMShell 56525d3...12c0b5a (1):
|       > adapt to msys2 mingw32/mingw64 - ticket:2578
| 
| M	OMNotebook
| M	OMOptim
| M	OMPlot
| M	OMShell
| 
* commit 6b1eb6ef0c82f39af2c6a0a80635542a16f90084
| Author: Martin Sjölund 
| Date:   Mon Apr 4 17:30:57 2016 +0200
| 
|     * OMCompiler e841e30...a2943a8 (1):
|       > Optimize crefStr slightly
| 
| M	OMCompiler
| 
* commit 4d98be49b79eb3c29e9f4c7a871cd95a5e6e33d2
| Author: adrpo 
| Date:   Mon Apr 4 17:17:43 2016 +0200
| 
|     * OMCompiler b7a25b3...e841e30 (3):
|       > needed defines for Linux
|       > fix ifdefs in omc_config.h
|       > adapt to msys2 mingw32/mingw64 - ticket:2578
| 
| M	OMCompiler
| 
* commit fd3a794d9e41eaca910c9731b0bf846db4c602f9
| Author: Adrian Pop 
| Date:   Mon Apr 4 16:59:10 2016 +0200
| 
|     * OMEdit 45d32fb...c463e0a (1):
|       > adapt to msys2 mingw32/mingw64 - ticket:2578
| 
| M	OMEdit
|   
*   commit 948bf35d442892ff26472cafe84a3dac10f53660
|\  Merge: c37763671b 638e9b6b66
| | Author: Adrian Pop 
| | Date:   Mon Apr 4 16:56:52 2016 +0200
| | 
| |     Merge pull request #16 from adrpo/Ticket2578
| |     
| |     adapt to msys2 mingw32/mingw64 - ticket:2578
| | 
| * commit 638e9b6b660d8369e03f6eb6eb38128e44e473d5
| | Author: adrpo 
| | Date:   Mon Apr 4 00:15:36 2016 +0200
| | 
| |     adapt to msys2 mingw32/mingw64 - ticket:2578
| | 
| | M	Makefile.omdev.mingw
| | 
* | commit c37763671bc93a59e4e4c17b533eab27e153e545
| | Author: Martin Sjölund 
| | Date:   Mon Apr 4 16:43:39 2016 +0200
| | 
| |     * OMCompiler 68465ab...b7a25b3 (1):
| |       > Use OMC allocation functions instead of libgc
| | 
| | M	OMCompiler
| | 
* | commit 4f89fe27f019e400c8cfdce936e31cdce96439e5
| | Author: Martin Sjölund 
| | Date:   Mon Apr 4 14:54:50 2016 +0200
| | 
| |     * OMCompiler 536387b...68465ab (1):
| |       > Fix compilation
| | 
| | M	OMCompiler
| | 
* | commit 440026ec18488dd44286eefb34e60745f0eeaef8
| | Author: Martin Sjölund 
| | Date:   Mon Apr 4 14:37:05 2016 +0200
| | 
| |     * OMCompiler 4f671af...536387b (1):
| |       > Profile memory allocations for strings
| | 
| | M	OMCompiler
| | 
* | commit f9eab0100730ec01ffb39f43bbfce0ef1fe96da6
| | Author: Martin Sjölund 
| | Date:   Mon Apr 4 14:06:30 2016 +0200
| | 
| |     * OMCompiler 18c51d6...4f671af (2):
| |       > Do not use listReverse in append_reverse
| |       > Handle listReverse of 1 element as a special case
| | 
| | M	OMCompiler
| | 
* | commit 23e03bbb0f3d4d4ee75f3c961ad312ab0a5f1ac8
| | Author: Martin Sjölund 
| | Date:   Mon Apr 4 13:11:54 2016 +0200
| | 
| |     Updating submodules
| |     
| |     * OMCompiler 5f55444...18c51d6 (2):
| |       > Move functions into new package ElementSource
| |       > Do not allocate operations if the flag is unset
| |     
| |     * testsuite 0989114...4aac19f (1):
| |       > Expected output
| | 
| | M	OMCompiler
| | M	testsuite
| | 
* | commit 67e2d17df395a5e6cf88c1f466f085b2e9d506de
| | Author: Martin Sjölund 
| | Date:   Mon Apr 4 12:56:17 2016 +0200
| | 
| |     * OMCompiler 0aff3d1...5f55444 (1):
| |       > Reduce the maximum codegen threads to 2
| | 
| | M	OMCompiler
| | 
* | commit a8747e5b083c1acf210f140b82edef0e18ce2739
| | Author: hudson 
| | Date:   Mon Apr 4 11:02:19 2016 +0200
| | 
| |     Updating submodules
| |     
| |     * OMCompiler 7100384...0aff3d1 (1):
| |       > wrapFunctionCalls: avoid simple equations
| |     
| |     * testsuite 3e08e7a...0989114 (1):
| |       > update module wrapFunctionCalls
| | 
| | M	OMCompiler
| | M	testsuite
| | 
* | commit 86e372ef6d8559d4b22e3aa8fe798f5d4b482f39
| | Author: Martin Sjölund 
| | Date:   Mon Apr 4 08:50:37 2016 +0200
| | 
| |     * OMCompiler 8bddad5...7100384 (3):
| |       > Workaround for bugs with hash tables
| |       > Fix referenceEq for traverseExpBottomUp reduction
| |       > Use a single shared HashTable for Inline.mo
| | 
| | M	OMCompiler
| | 
* | commit 308dc2922944ec79e61740322cbf8ef2f5d6b996
| | Author: vruge 
| | Date:   Mon Apr 4 00:24:37 2016 +0200
| | 
| |     * OMCompiler a2edcfd...8bddad5 (1):
| |       > clean up
| | 
| | M	OMCompiler
| | 
* | commit ed037efa6898d651c7e074ff6dc8802793a4b1ca
|/  Author: vruge 
|   Date:   Sun Apr 3 23:53:43 2016 +0200
|   
|       * OMCompiler 17340ed...a2edcfd (1):
|         > - move some variable-function to BackenVariable - function for further development
|   
|   M	OMCompiler
| 
* commit ce796995bfba6f4b351c806fdd0c12718703d3be
| Author: vruge 
| Date:   Sun Apr 3 23:16:21 2016 +0200
| 
|     * OMCompiler d7ed464...17340ed (1):
|       > improved simplifyComplexFunction
| 
| M	OMCompiler
| 
* commit 3549dfe92d816de5109f6605ca30cec9232238a7
| Author: Martin Sjölund 
| Date:   Sun Apr 3 22:27:34 2016 +0200
| 
|     * OMCompiler d42016b...d7ed464 (1):
|       > Inline: do assertion before memory allocation
| 
| M	OMCompiler
| 
* commit 3868f633180d7bd4057145e0283b5c943f5f3cb6
| Author: vruge 
| Date:   Sun Apr 3 21:55:06 2016 +0200
| 
|     * OMCompiler a0ee81b...d42016b (1):
|       > improved isContinuousIntegration for expressionSolve
| 
| M	OMCompiler
| 
* commit 270f0a8096911480d8870a51f18183f3219324e7
| Author: Rüdiger Franke 
| Date:   Sun Apr 3 19:23:01 2016 +0200
| 
|     * OMCompiler 948feba...a0ee81b (1):
|       > Use VarKind JAC_VAR for Jacobian SimVars
| 
| M	OMCompiler
| 
* commit 175374b6b6237873abae6335064439e4daedc38c
| Author: hudson 
| Date:   Sun Apr 3 19:10:47 2016 +0200
| 
|     * libraries cf57267...bb4f51f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 38fd17309f987aab74834e73bb6c277676d666f0
| Author: Rüdiger Franke 
| Date:   Sun Apr 3 18:35:27 2016 +0200
| 
|     * OMCompiler aea896c...948feba (1):
|       > Introduce VarKind SEED_VAR for SimVars
| 
| M	OMCompiler
| 
* commit 6f2f1ae467d147d0534a09a7f89018ef7df492f1
| Author: Martin Sjölund 
| Date:   Sun Apr 3 16:40:07 2016 +0200
| 
|     * OMCompiler 98214dc...aea896c (1):
|       > Use implode_reverse in PrefixUtil
| 
| M	OMCompiler
| 
* commit 49480f7ef804d52c3014b5fefe2a85911f3e03c4
| Author: Martin Sjölund 
| Date:   Sun Apr 3 15:52:51 2016 +0200
| 
|     * OMCompiler 2ddae71...98214dc (1):
|       > Use referenceEq in more places in InstExtends
| 
| M	OMCompiler
| 
* commit 4abd8b5fc1c4d98bdd12b688f2fb2b9b538ce0f6
| Author: Martin Sjölund 
| Date:   Sun Apr 3 13:57:27 2016 +0200
| 
|     * OMCompiler 3ad7933...2ddae71 (1):
|       > Enable code generation in parallel
| 
| M	OMCompiler
| 
* commit d88468e4f67abc8c565271cfc64539f8b350028a
| Author: vruge 
| Date:   Sat Apr 2 22:51:03 2016 +0200
| 
|     * OMCompiler 28678f0...3ad7933 (1):
|       > improved solveSimpleEquation
| 
| M	OMCompiler
| 
* commit 3f2dfbdc323693dd0a56eb467d9359db2e2f065c
| Author: Martin Sjölund 
| Date:   Sat Apr 2 21:32:03 2016 +0200
| 
|     * OMCompiler 34d31de...28678f0 (1):
|       > Use constant lookup for more operators
| 
| M	OMCompiler
| 
* commit 5b8220712550145a7fd96a5d6f175ac5a0ded0d7
| Author: hudson 
| Date:   Sat Apr 2 19:10:08 2016 +0200
| 
|     * libraries 5f0e98e...cf57267 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1e7be20844fd2088587becef57e25e53b33b02b0
| Author: Martin Sjölund 
| Date:   Sat Apr 2 16:48:24 2016 +0200
| 
|     * OMCompiler e26c7b2...34d31de (1):
|       > Use constant lookup for more operators
| 
| M	OMCompiler
| 
* commit 0c7e71a7fe2a04bba6bebf15b249e5c28a213a59
| Author: Rüdiger Franke 
| Date:   Sat Apr 2 15:01:03 2016 +0200
| 
|     * OMCompiler 7186674...e26c7b2 (1):
|       > Deactivate optimized matrix assign
| 
| M	OMCompiler
| 
* commit a3be5fabcbb84d3808ba68f520db73f683c0625b
| Author: Rüdiger Franke 
| Date:   Sat Apr 2 13:46:52 2016 +0200
| 
|     * OMCompiler 392b6e6...7186674 (1):
|       > Add seed variables to SIMVARS
| 
| M	OMCompiler
| 
* commit e904a85f049b042e931e84bac1fee912bf79f35b
| Author: vruge 
| Date:   Sat Apr 2 12:35:04 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 49bc0cb...392b6e6 (1):
|       > ExpressionSolve: added rule for solve if-expression inside continuous integration
|     
|     * testsuite 29c5081...3e08e7a (2):
|       > Expected output
|       > added max_iter=100 for runExReduceDrumBoiler.mos
| 
| M	OMCompiler
| M	testsuite
| 
* commit 186a7ad0b48b65230997743a3bd3ff0fa5e5ef13
| Author: hkiel 
| Date:   Sat Apr 2 09:40:48 2016 +0200
| 
|     * OMCompiler 22754cb...49bc0cb (1):
|       > preserve some more tuples
| 
| M	OMCompiler
| 
* commit 01e073b11420b29b4b594e24630fde5b4b3e24f9
| Author: Martin Sjölund 
| Date:   Sat Apr 2 07:34:39 2016 +0200
| 
|     * OMCompiler 18bb4e8...22754cb (1):
|       > Use constant lookup for operatorsBinary, etc
| 
| M	OMCompiler
| 
* commit 48a5efb0d40e51c1a18358c3e52ab8e161bb2d21
| Author: Martin Sjölund 
| Date:   Sat Apr 2 05:59:46 2016 +0200
| 
|     * OMCompiler 141c87f...18bb4e8 (1):
|       > Do not generate function code for constants
| 
| M	OMCompiler
| 
* commit 129e5189d1aadfed3f6f0d55e78469de851bf8e5
| Author: Adeel Asghar 
| Date:   Sat Apr 2 00:28:30 2016 +0200
| 
|     * OMEdit bb3bd55...45d32fb (1):
|       > Properly preserve the bom
| 
| M	OMEdit
| 
* commit 879cf17abc96211f036f5a5b6c69bb43d3ecb5f8
| Author: Per Östlund 
| Date:   Fri Apr 1 20:16:58 2016 +0200
| 
|     * OMCompiler 5ed2c5e...141c87f (1):
|       > Cleanup ConnectUtil.
| 
| M	OMCompiler
| 
* commit 70c062d1372ede9fe1702d022622fdde7399660a
| Author: Martin Sjölund 
| Date:   Fri Apr 1 19:22:49 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c914d20...5ed2c5e (1):
|       > Detect cardinality being used
|     
|     * testsuite d069b65...29c5081 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 242b3548ed945d24175e96273074a2b7f9400f2f
| Author: Martin Sjölund 
| Date:   Fri Apr 1 17:44:14 2016 +0200
| 
|     * OMCompiler d00a512...c914d20 (1):
|       > Reduce memory used by state machines
| 
| M	OMCompiler
| 
* commit f33cfd7f91d8183c838591d2e8cb4a60bdd83d75
| Author: Martin Sjölund 
| Date:   Fri Apr 1 16:58:56 2016 +0200
| 
|     * OMCompiler 82e78eb...d00a512 (1):
|       > Some changes for C90
| 
| M	OMCompiler
| 
* commit 57563b2f62f784abcb931189db6975fdc418a570
| Author: Martin Sjölund 
| Date:   Fri Apr 1 16:45:28 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 13e5420...82e78eb (1):
|       > Reduce memory allocations for ConnectUtil
|     
|     * testsuite b31332c...d069b65 (1):
|       > Expected output after changing connection order
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5f2926f3b9f50cbefa750bba312e527264710c50
| Author: hudson 
| Date:   Fri Apr 1 16:05:36 2016 +0200
| 
|     * OMEdit fbf65b8...bb3bd55 (3):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Do not use interface as variable. Already defined in basetyps.h in MinGW.
|       > Merge pull request #19 from robbr48/master
| 
| M	OMEdit
| 
* commit 6facc59a30727a8e9c8b86806c8e5a09fc8a3509
| Author: Adeel Asghar 
| Date:   Fri Apr 1 15:27:16 2016 +0200
| 
|     * OMEdit 9b9a159...fbf65b8 (1):
|       > Fixes #3807 and #3808. Added line ending and bom settings.
| 
| M	OMEdit
| 
* commit 24e2d91232051b023d6cef51f8b2e6f96e3b2644
| Author: Martin Sjölund 
| Date:   Fri Apr 1 14:17:49 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e5d70b8...13e5420 (1):
|       > Change to prepend instead of append
|     
|     * testsuite ed64d14...b31332c (1):
|       > Add new dependency
| 
| M	OMCompiler
| M	testsuite
| 
* commit b23d204cd4e8a025fa2e21932ddab3a89adfdd71
| Author: hudson 
| Date:   Fri Apr 1 13:53:07 2016 +0200
| 
|     * libraries b185442...5f0e98e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7b8815e9c333bf8b9d3158a3823931169d89c09f
| Author: Martin Sjölund 
| Date:   Fri Apr 1 12:36:22 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7eb2bd0...e5d70b8 (1):
|       > Remove redundant size Integer from HashTable
|     
|     * testsuite 0148cc5...ed64d14 (1):
|       > Updated use of delete function
| 
| M	OMCompiler
| M	testsuite
| 
* commit 418f2bcdadba8bfea6d150cefb149a8434787c0d
| Author: Martin Sjölund 
| Date:   Fri Apr 1 12:11:38 2016 +0200
| 
|     * libraries 6703315...b185442 (1):
|       > Buildings release branch no longer exists
| 
| M	libraries
| 
* commit 8276a07446b5586b4e0e010a523d43abadd55b0a
| Author: Willi Braun 
| Date:   Fri Apr 1 11:10:35 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1aec67d...7eb2bd0 (1):
|       > improve sortEqnsVars module
|     
|     * testsuite e6b7f7d...0148cc5 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 30b745eb9b61b6ee37f92aec41710c5a4be0bbf0
| Author: hudson 
| Date:   Thu Mar 31 19:10:49 2016 +0200
| 
|     * libraries 1e45c7d...6703315 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 204c4c07af1229db913899a6b9a2986bacf55154
| Author: hkiel 
| Date:   Thu Mar 31 18:54:49 2016 +0200
| 
|     * OMCompiler 1971213...1aec67d (1):
|       > preserve more tuples
| 
| M	OMCompiler
| 
* commit 524bfcc97af3d0c421dc7c9c69b7a31befa3be16
| Author: Lennart Ochel 
| Date:   Thu Mar 31 18:13:34 2016 +0200
| 
|     * OMCompiler 27234f6...1971213 (1):
|       > Improve description of module wrapFunctionCalls
| 
| M	OMCompiler
| 
* commit 4cf0a28c039ccf30a7863ea581c535a10a087ea6
| Author: adrpo 
| Date:   Thu Mar 31 17:20:49 2016 +0200
| 
|     * OMCompiler a78d6b3...27234f6 (1):
|       > - windows fix for ticket:3809
| 
| M	OMCompiler
| 
* commit 7594a9a622fdd6fbde364a6f9b5451d8bca59f75
| Author: vruge 
| Date:   Thu Mar 31 16:23:39 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e0b38d1...a78d6b3 (1):
|       > use System.tmpTickIndex as counter
|     
|     * testsuite 55d9dc4...e6b7f7d (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 18a17814fa670dd3dbaab300b91c3a44970152b4
| Author: hkiel 
| Date:   Thu Mar 31 16:10:25 2016 +0200
| 
|     * OMCompiler 4da6f5b...e0b38d1 (1):
|       > remove tuple decompostion-recomposition
| 
| M	OMCompiler
| 
* commit 2d09df304133f3ce024c7f23157c986b9ba5da17
| Author: ptaeuber 
| Date:   Thu Mar 31 14:39:55 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ae22680...4da6f5b (1):
|       > Solve assigned variables in when-equation in the equation
|     
|     * testsuite 186a529...55d9dc4 (1):
|       > Update events makefile
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4fa49d492a3c608703df3c838ecdadb4752edd1b
| Author: hkiel 
| Date:   Thu Mar 31 10:58:53 2016 +0200
| 
|     * OMCompiler 971d7f1...ae22680 (1):
|       > Optimize some operations on lists
| 
| M	OMCompiler
| 
* commit 7cd3b2884ca81c438357e3e70b8b71a142e05de4
| Author: hudson 
| Date:   Thu Mar 31 10:08:24 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 09afcd1...971d7f1 (1):
|       > Do not reset matching on no change
|     
|     * testsuite c864d3f...186a529 (1):
|       > Do not reset matching on no change
| 
| M	OMCompiler
| M	testsuite
| 
* commit c1dffbd062f22ce5d728a2d79873bce5e3f67c39
| Author: Martin Sjölund 
| Date:   Thu Mar 31 09:55:12 2016 +0200
| 
|     * OMCompiler 29cc490...09afcd1 (1):
|       > Fix stack overflow in traversal
| 
| M	OMCompiler
| 
* commit 1c7187641c3eea0127f76951c0221151e21dda6a
| Author: hkiel 
| Date:   Thu Mar 31 09:35:17 2016 +0200
| 
|     * OMCompiler 2eb7120...29cc490 (1):
|       > replace List.flatten(listReverse(l)) by List.flattenReverse(l)
| 
| M	OMCompiler
| 
* commit 5fa5f930af48002e83a54e313f0a56c2a01cc425
| Author: Lennart Ochel 
| Date:   Thu Mar 31 09:17:53 2016 +0200
| 
|     * OMCompiler e57ec5c...2eb7120 (1):
|       > Add libomopcua.dll to .gitignore file
| 
| M	OMCompiler
| 
* commit 6b36b7f9a2f3356a5c1670623d5020f7cf3e36bf
| Author: hkiel 
| Date:   Thu Mar 31 09:04:38 2016 +0200
| 
|     * OMCompiler 8d51784...e57ec5c (1):
|       > Fix SimulationRuntime/c for OSX
| 
| M	OMCompiler
| 
* commit 992509c4eb826200e9c248ed535a5c09e1581c4b
| Author: Rüdiger Franke 
| Date:   Thu Mar 31 08:38:23 2016 +0200
| 
|     * OMCompiler 3b38cab...8d51784 (1):
|       > Revert "Access iterators locally in alg loops as well"
| 
| M	OMCompiler
| 
* commit 556c5987555ab2e98856d4b045704272ec4f495a
| Author: Martin Sjölund 
| Date:   Thu Mar 31 07:54:25 2016 +0200
| 
|     * OMCompiler 536d88e...3b38cab (1):
|       > Fix for unassigned variable in function
| 
| M	OMCompiler
| 
* commit 9f234115f595bd1c1ce64d6543ee1ff8b200dcd9
| Author: Rüdiger Franke 
| Date:   Wed Mar 30 22:43:37 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a37f8ba...536d88e (1):
|       > Create closure for functions without args
|     
|     * testsuite 8cc8b1e...c864d3f (1):
|       > Extend functionPointerTest
| 
| M	OMCompiler
| M	testsuite
| 
* commit bad03fc48d91a2b3c8afe1fea487dd2734447882
| Author: hudson 
| Date:   Wed Mar 30 19:09:55 2016 +0200
| 
|     * libraries ee0da1e...1e45c7d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a48c6dc3add0ed6be6e2e873d3940be4a8eb560c
| Author: Rüdiger Franke 
| Date:   Wed Mar 30 17:06:27 2016 +0200
| 
|     * OMCompiler 630a9d0...a37f8ba (1):
|       > Access iterators locally in alg loops as well
| 
| M	OMCompiler
| 
* commit 20765204cb07a7be5eb3823b507c01b1e62d7225
| Author: Martin Sjölund 
| Date:   Wed Mar 30 16:42:42 2016 +0200
| 
|     * doc c794db8...bbbc6bc (1):
|       > Fix code for Sphinx 1.4
| 
| M	doc
| 
* commit 5be238488cc3b8bd2e6a530dc64a8107fc0f9320
| Author: Martin Sjölund 
| Date:   Wed Mar 30 14:54:10 2016 +0200
| 
|     * doc 0d19149...c794db8 (1):
|       > Update for latest Sphinx (1.4)
| 
| M	doc
| 
* commit bd735cb509c89ec8dea82813cc267563f4197166
| Author: ptaeuber 
| Date:   Wed Mar 30 12:14:05 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7d676ef...630a9d0 (1):
|       > Prototype for total tearing
|     
|     * testsuite be78147...8cc8b1e (1):
|       > Add tests for total tearing
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1ce9d4946a8ae4bb5df4e144322a7bd016fe8faa
| Author: Lennart Ochel 
| Date:   Wed Mar 30 09:55:59 2016 +0200
| 
|     * OMCompiler 789f996...7d676ef (1):
|       > Improve documentation of some flags
| 
| M	OMCompiler
| 
* commit b06267ad98b1f23d457a5d4a0c0cd74201afe272
| Author: crupp2 
| Date:   Wed Mar 30 08:36:51 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f1c557c...789f996 (1):
|       > implement numerical linearization
|     
|     * testsuite de87d61...be78147 (2):
|       > Added numeric tests for all test cases
|       > Test case for numerical linearization
| 
| M	OMCompiler
| M	testsuite
| 
* commit c656b02db428832c5eeb1251780cd2a57b6b082d
| Author: hudson 
| Date:   Tue Mar 29 19:10:35 2016 +0200
| 
|     * libraries fb13d83...ee0da1e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4c2263ce4de79207b46c69dbcad568c9be52328a
| Author: Adeel Asghar 
| Date:   Tue Mar 29 17:49:55 2016 +0200
| 
|     * OMEdit 858eed0...9b9a159 (1):
|       > Remove the unnecessary assert.
| 
| M	OMEdit
| 
* commit ec8b36e23527f87b275d70c146d8bd6ea81c3d52
| Author: hudson 
| Date:   Tue Mar 29 17:37:44 2016 +0200
| 
|     * OMEdit 872a3a5...858eed0 (2):
|       > Merge pull request #17 from robbr48/master
|       > Graphical representation for interface points. Fixed several issues with connection attributes dialog.
| 
| M	OMEdit
| 
* commit f1fc1903a1ba15491ec8070c66d4dc976ef0461d
| Author: Per Östlund 
| Date:   Tue Mar 29 15:31:05 2016 +0200
| 
|     * OMCompiler cedd89a...f1c557c (1):
|       > Decrease default instantiation cache size.
| 
| M	OMCompiler
| 
* commit 1d228c0ce637ea867d567d772c8fa6682404dbe5
| Author: Martin Sjölund 
| Date:   Tue Mar 29 13:25:02 2016 +0200
| 
|     * OMCompiler 1e32d47...cedd89a (1):
|       > Change order of listAppend
| 
| M	OMCompiler
| 
* commit fc884f3ecdb8ad07c0a8bbf9db5915e9f4518815
| Author: Per Östlund 
| Date:   Tue Mar 29 13:04:23 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 16226eb...1e32d47 (1):
|       > Disable removing of duplicate equations.
|     
|     * testsuite 32dfc31...de87d61 (1):
|       > Update tests for #599.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 16ac7c0bd84f3fbb3a371d53eb6368138123bc03
| Author: Per Östlund 
| Date:   Tue Mar 29 12:50:50 2016 +0200
| 
|     * OMCompiler 3dc2a24...16226eb (1):
|       > Add new instCacheSize flag.
| 
| M	OMCompiler
| 
* commit 398aaf4b963f69331b13cc35919394154ad24b54
| Author: vruge 
| Date:   Tue Mar 29 10:11:21 2016 +0200
| 
|     * OMCompiler 992c924...3dc2a24 (1):
|       > slight improvement (ticket:3801)
| 
| M	OMCompiler
| 
* commit 01ae37471936aeb8f0f52b7348306eee814c6cc6
| Author: Martin Sjölund 
| Date:   Tue Mar 29 09:19:28 2016 +0200
| 
|     * OMCompiler 5ad8e78...992c924 (1):
|       > Remove unused code
| 
| M	OMCompiler
| 
* commit b6b5dde63f7d50e336fce9dca3e6c6846793fd54
| Author: Rüdiger Franke 
| Date:   Tue Mar 29 03:51:57 2016 +0200
| 
|     * OMCompiler 5e8c11b...5ad8e78 (1):
|       > Attempt to fix msvc build after 9a0cbdb
| 
| M	OMCompiler
| 
* commit 50c8bc8fdc1b306ae270a0c3162baa6a8d8a8698
| Author: adrpo 
| Date:   Tue Mar 29 00:43:06 2016 +0200
| 
|     * OMCompiler 76e6efa...5e8c11b (1):
|       > - fix ticket:3801
| 
| M	OMCompiler
| 
* commit 01b8fed9614e0c43f21d20f5867b1d3432094fb9
| Author: adrpo 
| Date:   Mon Mar 28 23:46:54 2016 +0200
| 
|     * OMCompiler 6eefa07...76e6efa (2):
|       > - revert previous commit
|       > - attempt to fix ticket:3801
| 
| M	OMCompiler
| 
* commit 7c9c001504618228bd0c9b5c7bbd2e9dbce42ed4
| Author: Martin Sjölund 
| Date:   Mon Mar 28 23:07:44 2016 +0200
| 
|     * OMCompiler 9feeed4...6eefa07 (1):
|       > Record sorting/state selection in execstat
| 
| M	OMCompiler
| 
* commit a65b03e236e40ce7369ed9924f8b7bf419f93adf
| Author: Rüdiger Franke 
| Date:   Mon Mar 28 22:32:33 2016 +0200
| 
|     * OMCompiler 3702bb9...9feeed4 (2):
|       > Tweak F77 call args
|       > Implement identity function
| 
| M	OMCompiler
| 
* commit ed98c9ba6e2ea552206b2d81feddbea113de0649
| Author: Martin Sjölund 
| Date:   Mon Mar 28 21:44:49 2016 +0200
| 
|     * OMCompiler 7f405ef...3702bb9 (1):
|       > Do not use Option in FGraph.openScope
| 
| M	OMCompiler
| 
* commit 5e4e837d9d5fc505b7b2893eaa2335c2c263d223
| Author: Martin Sjölund 
| Date:   Mon Mar 28 21:31:51 2016 +0200
| 
|     * OMCompiler 9a6f2aa...7f405ef (1):
|       > Do not allocate same Absyn.CREF when traversing
| 
| M	OMCompiler
| 
* commit d0570e7d3d3c1b5021d3acce6f1ed3fcd97c3824
| Author: vruge 
| Date:   Mon Mar 28 20:46:06 2016 +0200
| 
|     * OMCompiler 50ebc1f...9a6f2aa (1):
|       > don't inline inside solveSimpleEquation (performance issues after inline)
| 
| M	OMCompiler
| 
* commit 6a0b1145f05833ce42a6ff41b87960c7bf0b20a8
| Author: Martin Sjölund 
| Date:   Mon Mar 28 20:32:28 2016 +0200
| 
|     * OMCompiler f98a3b2...50ebc1f (1):
|       > Fix scalability of matching
| 
| M	OMCompiler
| 
* commit 6626c42b079fea346a7b7956fc373cee56bed3e0
| Author: Martin Sjölund 
| Date:   Mon Mar 28 18:32:52 2016 +0200
| 
|     * OMCompiler e07680e...f98a3b2 (1):
|       > Do not allocate tables for DSS using uode
| 
| M	OMCompiler
| 
* commit b96e8453c6b6752d88d441cab94f795e5d1eff95
| Author: Martin Sjölund 
| Date:   Mon Mar 28 16:17:05 2016 +0200
| 
|     * OMCompiler b6f2d8b...e07680e (1):
|       > Do not compile dlopen for FMUs
| 
| M	OMCompiler
| 
* commit bd123f26669a80316a1ecdcaefcaadbc2ad5285e
| Author: Martin Sjölund 
| Date:   Mon Mar 28 15:56:00 2016 +0200
| 
|     * OMCompiler cbd4fc8...b6f2d8b (1):
|       > Change set representation for BackendVarTransform
| 
| M	OMCompiler
| 
* commit 45a6cf11594a7da9ed91a370e67e0c91034064ba
| Author: Rüdiger Franke 
| Date:   Mon Mar 28 15:43:00 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 630d4b6...cbd4fc8 (2):
|       > Another fix for ArraySlice with dim = 1 vs. whole dim
|       > Revert "Fix ArraySlice for dim reduction if size(dim) is 1"
|     
|     * testsuite 86ce9fb...32dfc31 (1):
|       > Extend ArraySlice test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1bd14a60a37703bf2fdbbac13754752fbc9ceaa4
| Author: vruge 
| Date:   Mon Mar 28 15:28:58 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 89a5ee4...630d4b6 (1):
|       > simplify ASUB for binarays
|     
|     * testsuite 19a9088...86ce9fb (2):
|       > Expected output
|       > sort EqnsAndVars for sparse solver. After https://github.com/OpenModelica/OMCompiler/pull/584 lis-test will failed without sort.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5ed1dd44733600a4f5c04ecb5cb177d3c015b0dc
| Author: Martin Sjölund 
| Date:   Mon Mar 28 15:16:01 2016 +0200
| 
|     * OMCompiler 9fef384...89a5ee4 (1):
|       > Append in the fast order
| 
| M	OMCompiler
| 
* commit ddb8c34aefb96344ebfb5afc8cfc76c25a1b7a07
| Author: Martin Sjölund 
| Date:   Mon Mar 28 14:37:14 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler acf466e...9fef384 (1):
|       > Improve performance of traversals
|     
|     * testsuite 668df2e...19a9088 (1):
|       > Load DoubleEndedList
| 
| M	OMCompiler
| M	testsuite
| 
* commit 23b0d9990c23b57b4a1d728ddd2f10428930320d
| Author: Martin Sjölund 
| Date:   Mon Mar 28 13:42:17 2016 +0200
| 
|     * OMCompiler fdacf59...acf466e (1):
|       > Improve performance of traversals
| 
| M	OMCompiler
| 
* commit ac79fa05c6a2ba4f3fa24d647987587bd3174338
| Author: Rüdiger Franke 
| Date:   Mon Mar 28 11:54:35 2016 +0200
| 
|     * testsuite fe83e7a...668df2e (1):
|       > Extend ArraySlice test
| 
| M	testsuite
| 
* commit 3835c1febe81dc89ceca4c7b5ed350b2098b6f23
| Author: Rüdiger Franke 
| Date:   Mon Mar 28 11:27:36 2016 +0200
| 
|     * OMCompiler 84a39dc...fdacf59 (3):
|       > Support external function that returns a string array
|       > Fix ModelicaAllocateString to consider null terminator
|       > Fix ArraySlice for dim reduction if size(dim) is 1
| 
| M	OMCompiler
| 
* commit e4cc4753820a59927bad27c3796f2aa821a277cf
| Author: Rüdiger Franke 
| Date:   Sun Mar 27 21:32:01 2016 +0200
| 
|     * OMCompiler 1fe4ff2...84a39dc (2):
|       > Let ModelicaFormatError format the message
|       > Fix compilation errors for ModelicaTest.Utilities
| 
| M	OMCompiler
| 
* commit 62acfc077cce69feda8d1310d1e425b15c0a261f
| Author: Rüdiger Franke 
| Date:   Sun Mar 27 20:40:38 2016 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e9bb3a1...1fe4ff2 (1):
|       > Support ArraySlice with negative step
|     
|     * testsuite 37fcc39...fe83e7a (1):
|       > Add first test for ArraySlice
| 
| M	OMCompiler
| M	testsuite
| 
* commit 72965fab14b1d5d81c0fba97f240fdf689505fca
| Author: Adeel Asghar 
| Date:   Sun Mar 27 00:54:58 2016 +0100
| 
|     * OMEdit d0a3c75...872a3a5 (1):
|       > Fixes #3797. Show class name as tab title instead of class path. The class path is shown in the header of the window.
| 
| M	OMEdit
| 
* commit 9bb99e9e0a97f4ab189d203a68a799bef8242d6b
| Author: Adeel Asghar 
| Date:   Sat Mar 26 23:39:17 2016 +0100
| 
|     * OMEdit 8d5d64f...d0a3c75 (2):
|       > Indentation
|       > Added button for calling MetaModelEditor::alignInterfaces function. Added AlignInterfacesDialog class. SVG icons for simulation parameters and align interfaces.
| 
| M	OMEdit
| 
* commit 343660f66d6894eb445cbabfe1b87f030f98d593
| Author: Rüdiger Franke 
| Date:   Sat Mar 26 23:14:10 2016 +0100
| 
|     * testsuite 17bd66e...37fcc39 (1):
|       > Specify StopTime = 0 for some tests
| 
| M	testsuite
| 
* commit 3c4dd931be794a5c094339ace605726180baa388
| Author: Rüdiger Franke 
| Date:   Sat Mar 26 22:57:23 2016 +0100
| 
|     * OMCompiler 5aae6d2...e9bb3a1 (1):
|       > Skip actual simulation if no time span specified
| 
| M	OMCompiler
| 
* commit 4b7e28b0e49cc97be217e2f726cdfd222abfc3e4
| Author: Rüdiger Franke 
| Date:   Sat Mar 26 20:38:09 2016 +0100
| 
|     * OMCompiler 7514136...5aae6d2 (1):
|       > Clean up duplicate and unused templates
| 
| M	OMCompiler
| 
* commit d5dbb15ccd4ed937b2dabce9ee7e7d96c530ce65
| Author: Rüdiger Franke 
| Date:   Sat Mar 26 19:31:31 2016 +0100
| 
|     * OMCompiler 5f32cac...7514136 (4):
|       > Improve indentation of Cpp array code
|       > Directly call Slice constructor for slice expressions
|       > Attempt to fix the reverted ArraySlice issue
|       > Revert "fixed bug which lead to wrong cat_array behaviour for ArraySlice"
| 
| M	OMCompiler
| 
* commit a0db48b5df6de741ea94c88fb3c0823aa79a4484
| Author: hudson 
| Date:   Sat Mar 26 19:10:18 2016 +0100
| 
|     * libraries e3b9b16...fb13d83 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b647f4f6979e9cf5bb36375c4915bdfc70c74f68
| Author: vruge 
| Date:   Sat Mar 26 13:09:03 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a53faab...5f32cac (1):
|       > Revert "solveSimplEquation change order"
|     
|     * testsuite c9dc40f...17bd66e (1):
|       > Revert "Expected output"
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3fa3570d3e83911a7b9042cfe5b3daccfaf0d5d4
| Author: vruge 
| Date:   Fri Mar 25 17:23:04 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6387b43...a53faab (1):
|       > reduce implicit inlining
|     
|     * testsuite 29b239e...c9dc40f (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit ed2f7361a93306a97aaee4b8b42d4cd31d2882b7
| Author: vruge 
| Date:   Fri Mar 25 15:28:08 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b84340b...6387b43 (1):
|       > Fix for #3791 don't force inline function with annotation(Inline=false), trust modeler
|     
|     * testsuite a18a016...29b239e (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit e8ad8a3759eb31a74f4f574c54c6dcc6cd93e86f
| Author: Rüdiger Franke 
| Date:   Fri Mar 25 11:56:59 2016 +0100
| 
|     * OMCompiler 9f902c3...b84340b (1):
|       > Implement vector conversion for dynamic arrays
| 
| M	OMCompiler
| 
* commit d71f409ce8e74453ca712ceed50a53eb34a8946e
| Author: vruge 
| Date:   Fri Mar 25 11:43:49 2016 +0100
| 
|     * OMCompiler 41a0601...9f902c3 (1):
|       > added rule for derive DAE.RECORD
| 
| M	OMCompiler
| 
* commit d8f27090f5cf576a87d3f39a32c35c9863ff1f1d
| Author: vruge 
| Date:   Fri Mar 25 09:51:53 2016 +0100
| 
|     * OMCompiler b4d4a97...41a0601 (1):
|       > recursion -> loop
| 
| M	OMCompiler
| 
* commit 129f790517c150b02717275e759837946f09f9a4
| Author: vruge 
| Date:   Fri Mar 25 00:46:45 2016 +0100
| 
|     * OMCompiler 7b8142a...b4d4a97 (1):
|       > added rule for derive SCONST
| 
| M	OMCompiler
| 
* commit ce8f6dd63cbee2c76e0fa2155b3b6590f9597b1a
| Author: Adeel Asghar 
| Date:   Fri Mar 25 00:01:38 2016 +0100
| 
|     * OMEdit e0629d9...8d5d64f (1):
|       > Fixes #3793 Call loadString with the new text of the class before creating the LibraryTreeItem.
| 
| M	OMEdit
| 
* commit 0028b3ecdfa57afb1dd0494942d894343287af99
| Author: Rüdiger Franke 
| Date:   Thu Mar 24 23:03:21 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9d2b906...7b8142a (1):
|       > Fix for #3782
|     
|     * testsuite 365c3ff...a18a016 (1):
|       > Add test for #3794
| 
| M	OMCompiler
| M	testsuite
| 
* commit fe0a31c9a5d887676a5f7a9b7bcab70903f89f2a
| Author: Rüdiger Franke 
| Date:   Thu Mar 24 21:54:15 2016 +0100
| 
|     * OMCompiler cbd8a42...9d2b906 (1):
|       > Keep top level input / output of connector arrays (#3794)
| 
| M	OMCompiler
| 
* commit 3ba175800942bde85e541abf066fdf88e557d926
| Author: hudson 
| Date:   Thu Mar 24 19:09:58 2016 +0100
| 
|     * libraries 0ebec5a...e3b9b16 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e6d7e351f8c6af987520914c818751fdd4e2ead6
| Author: Lennart Ochel 
| Date:   Thu Mar 24 18:47:38 2016 +0100
| 
|     * OMCompiler 65736d1...cbd8a42 (1):
|       > Unbox modelica_string
| 
| M	OMCompiler
| 
* commit 368ccc66ea51c787bcb08de24a82e548258cd30d
| Author: Adeel Asghar 
| Date:   Thu Mar 24 17:43:46 2016 +0100
| 
|     * OMEdit 58e0b64...e0629d9 (1):
|       > Fixes #3796. Added help buttons for compiler & simulation flags.
| 
| M	OMEdit
| 
* commit e0479a869d99d07bf94ff74cd6c45fa3b973ad87
| Author: Martin Sjölund 
| Date:   Thu Mar 24 17:23:39 2016 +0100
| 
|     * OMCompiler 9cffa05...65736d1 (1):
|       > Perform list filtering in the fast order
| 
| M	OMCompiler
| 
* commit 2210b6d194847d05fb3242485bb94ee998cee56d
| Author: Martin Sjölund 
| Date:   Thu Mar 24 17:01:53 2016 +0100
| 
|     * OMCompiler 44a9f59...9cffa05 (1):
|       > Fix stack overflow
| 
| M	OMCompiler
| 
* commit 41d55cd6017491da88680f38216b2b3ba3dd3244
| Author: Martin Sjölund 
| Date:   Thu Mar 24 16:48:42 2016 +0100
| 
|     * OMCompiler 4c591e7...44a9f59 (1):
|       > Reduce hashtable bucket size
| 
| M	OMCompiler
| 
* commit 90ac0327443e74a68d8d75b57906a3b0f138732c
| Author: Martin Sjölund 
| Date:   Thu Mar 24 16:32:19 2016 +0100
| 
|     * OMCompiler 1e4a458...4c591e7 (1):
|       > Spend less memory trying to build a queue
| 
| M	OMCompiler
| 
* commit 6d8916d13331463f80224f776eebf9c8a718af1b
| Author: Martin Sjölund 
| Date:   Thu Mar 24 16:19:12 2016 +0100
| 
|     * OMCompiler a7cea92...1e4a458 (1):
|       > Move creating of list
| 
| M	OMCompiler
| 
* commit 6986daaa34adae9621200fa8792c36d26641e67c
| Author: Willi Braun 
| Date:   Thu Mar 24 12:06:31 2016 +0100
| 
|     * OMCompiler ffd2249...a7cea92 (1):
|       > fix function description
| 
| M	OMCompiler
| 
* commit 6146e335d508bb87ede466915e1456493cd9fc54
| Author: Lennart Ochel 
| Date:   Thu Mar 24 11:45:04 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9b7aa44...ffd2249 (1):
|       > Maximum number of event iterations
|     
|     * testsuite f839bcf...365c3ff (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4e317ab361e15407db0955d58896b52f85e0b92b
| Author: Martin Sjölund 
| Date:   Thu Mar 24 09:12:20 2016 +0100
| 
|     * OMCompiler ffcb0f7...9b7aa44 (1):
|       > Add functionality to record all mmc_alloc_words
| 
| M	OMCompiler
| 
* commit a031cf441046ea242ba58c0c2922d830ddc19f21
| Author: Martin Sjölund 
| Date:   Thu Mar 24 06:47:15 2016 +0100
| 
|     * OMCompiler b472093...ffcb0f7 (1):
|       > Do not compile embedded server for source FMU
| 
| M	OMCompiler
| 
* commit af28ff81a96b76ebfc93a692294363a7678e0baf
| Author: hudson 
| Date:   Thu Mar 24 02:34:45 2016 +0100
| 
|     * libraries 9a03cc4...0ebec5a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 40a5e1d3f2b1e3e5a1139b3021071a783ce4f2b8
| Author: hudson 
| Date:   Thu Mar 24 02:08:01 2016 +0100
| 
|     * libraries 89f1dcd...9a03cc4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e5b4e2007057d6fe3855b8071d13dc107177aff5
| Author: Adeel Asghar 
| Date:   Thu Mar 24 01:55:48 2016 +0100
| 
|     * OMEdit 4388d1f...58e0b64 (1):
|       > Fixes #3787. Add OMEdit version in Linux. Put the About OMEdit text in scroll area to avoid overlapping labels.
| 
| M	OMEdit
| 
* commit d27142675f091fc384c6bdc3511f9efe664b48fa
| Author: Adeel Asghar 
| Date:   Thu Mar 24 00:55:22 2016 +0100
| 
|     * OMEdit ae8e741...4388d1f (1):
|       > Divide with scale factor instead of multiplying.
| 
| M	OMEdit
| 
* commit 4227f735db814058d15f938712d4cd3f5b4e7dd1
| Author: Adeel Asghar 
| Date:   Thu Mar 24 00:35:04 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 95e3a3b...b472093 (1):
|       > More derived units. We need more derived units to fill convert unit drop down.
|     
|     * testsuite d610179...f839bcf (1):
|       > Tests for getDerivedUnits
| 
| M	OMCompiler
| M	testsuite
| 
* commit 10f35b00bc47a286d9ef292970bb353ac837fe0e
| Author: Martin Sjölund 
| Date:   Wed Mar 23 21:58:28 2016 +0100
| 
|     * testsuite 7bdf737...d610179 (1):
|       > Add test for #3763
| 
| M	testsuite
| 
* commit a5c9877759389b34505adbedd66a7a5e8ef54988
| Author: Lennart Ochel 
| Date:   Wed Mar 23 21:45:15 2016 +0100
| 
|     * testsuite 655c8b3...7bdf737 (1):
|       > Add markdown flavour to README file
| 
| M	testsuite
| 
* commit 886dd82f7b4327cdcbe7f82f76dcc8e48a3bd1be
| Author: Martin Sjölund 
| Date:   Wed Mar 23 21:31:57 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler b4c41d7...95e3a3b (1):
|       > Avoid some memory allocations in tearing
|     
|     * testsuite f4265f8...655c8b3 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 996ee1135464eda82ec8b36005afde2e39b56cc2
| Author: Rüdiger Franke 
| Date:   Wed Mar 23 20:46:23 2016 +0100
| 
|     * OMCompiler f6f9906...b4c41d7 (1):
|       > Move creation of boost symlinks to CMakeLists.txt
| 
| M	OMCompiler
| 
* commit 12558c4a6e7b7f890e7084639b9dc1211720e1fb
| Author: hudson 
| Date:   Wed Mar 23 20:06:15 2016 +0100
| 
|     Updating submodules
|     * OMEdit 0636301...ae8e741 (2):
|       > Reasonable size for default component text.
|       > Fixes #2250. Added support for DisplayUnit and unit conversion for parameter input. The plot data is now based on the display unit.
|     
|     * OMNotebook bebdc50...fc98a16 (1):
|       > Fix build.
|     
|     * OMPlot 49f69c6...b657a9f (1):
|       > Store display unit.
|     
|     * libraries 120ba4a...89f1dcd (1):
|       > Bump libraries
| 
| M	OMEdit
| M	OMNotebook
| M	OMPlot
| M	libraries
| 
* commit 02094954656e996316ee738876ac154903bae926
| Author: Martin Sjölund 
| Date:   Wed Mar 23 16:30:24 2016 +0100
| 
|     * OMCompiler 8fc40e6...f6f9906 (1):
|       > Add a removeVerySimpleEquations pre-opt module
| 
| M	OMCompiler
| 
* commit 54433b97a43dfb5b2f2a5ffc3ff3ad5949ecb752
| Author: Lennart Ochel 
| Date:   Wed Mar 23 16:17:30 2016 +0100
| 
|     * OMCompiler fbd2797...8fc40e6 (1):
|       > Remove redundant function dumpTypeStr
| 
| M	OMCompiler
| 
* commit 9648dfef5c121b45db6ba51a1ec7fbd54323608b
| Author: Lennart Ochel 
| Date:   Wed Mar 23 16:04:23 2016 +0100
| 
|     * OMCompiler 7257482...fbd2797 (1):
|       > Fix a typo
| 
| M	OMCompiler
| 
* commit 9ba60b5dfeaf67254ec4ed3ecdbbcbd53c788750
| Author: Lennart Ochel 
| Date:   Wed Mar 23 15:40:34 2016 +0100
| 
|     * OMCompiler f2e9b23...7257482 (1):
|       > Simplify generated code of algorithm when clauses
| 
| M	OMCompiler
| 
* commit 4ebff377f17dcb4675f7f6e09c869f86bd4194c7
| Author: Martin Sjölund 
| Date:   Wed Mar 23 14:56:44 2016 +0100
| 
|     * OMCompiler 0f08ea6...f2e9b23 (1):
|       > Source FMUs do not need embedded servers
| 
| M	OMCompiler
| 
* commit 3d97ee08a932b473073e556b29a18d57e5c08036
| Author: Lennart Ochel 
| Date:   Wed Mar 23 14:16:37 2016 +0100
| 
|     * OMCompiler a56dd55...0f08ea6 (1):
|       > Simplify implementations of math functions
| 
| M	OMCompiler
| 
* commit 92395206fe76115865e393bac90ab15747ebea97
| Author: Lennart Ochel 
| Date:   Wed Mar 23 14:03:30 2016 +0100
| 
|     * OMCompiler 3f8822a...a56dd55 (1):
|       > Fix indentation
| 
| M	OMCompiler
| 
* commit 26252750b41da03010aff33e5573d027166f593e
| Author: Martin Sjölund 
| Date:   Wed Mar 23 13:50:31 2016 +0100
| 
|     * OMCompiler 02cbe35...3f8822a (2):
|       > Fix scalability for Tearing.selectCausalVars
|       > Avoid memory allocation in traversals
| 
| M	OMCompiler
| 
* commit 6f101f295f604cb38a187b0ca6e4991e279a5a5d
| Author: Willi Braun 
| Date:   Wed Mar 23 13:37:30 2016 +0100
| 
|     * OMCompiler 15e8be7...02cbe35 (2):
|       > dump error messages only with failtrace for traverseBackendDAEExpsEqnsWithUpdate
|       > fix debug dump of time
| 
| M	OMCompiler
| 
* commit aca943fad7e17a7c837c46c6f3743e20da578a91
| Author: hudson 
| Date:   Wed Mar 23 12:32:50 2016 +0100
| 
|     * OMEdit 51b50a2...0636301 (1):
|       > Merge pull request #15 from robbr48/master
| 
| M	OMEdit
| 
* commit 5ebaf52b5622e5bbf98df4ed104409a934ab2d2b
| Author: Lennart Ochel 
| Date:   Wed Mar 23 12:12:42 2016 +0100
| 
|     * OMCompiler 1fbe837...15e8be7 (1):
|       > Don't replace operator mod in findZeroCrossings
| 
| M	OMCompiler
| 
* commit 1fc870aa40b07d0f2646dc224acaf702a6c3a28f
| Author: Martin Sjölund 
| Date:   Wed Mar 23 11:12:11 2016 +0100
| 
|     * OMCompiler 5e63e23...1fbe837 (1):
|       > Fix stack overflow in SCodeDump
| 
| M	OMCompiler
| 
* commit 3ca6b704de0d66b706136db3b0e3f6a213ec1f11
| Author: Martin Sjölund 
| Date:   Wed Mar 23 08:48:23 2016 +0100
| 
|     * OMCompiler 01f0b65...5e63e23 (1):
|       > Moved execStat to its own Util package
| 
| M	OMCompiler
| 
* commit 2c65b871a431decc33e6e0b31036d4cb6d110d36
| Author: adrpo 
| Date:   Wed Mar 23 06:46:54 2016 +0100
| 
|     * OMCompiler bceaafe...01f0b65 (1):
|       > - add open62541* to ignore list
| 
| M	OMCompiler
| 
* commit ecd21c179473870b69a62878e0d6ef4227d380be
| Author: adrpo 
| Date:   Wed Mar 23 06:31:01 2016 +0100
| 
|     * OMCompiler 6b6f863...bceaafe (1):
|       > - fix the opc_ua build on msvc
| 
| M	OMCompiler
| 
* commit b89faa0a32ae8cd72c3e533f145f43da65272ed7
| Author: adrpo 
| Date:   Wed Mar 23 02:32:38 2016 +0100
| 
|     * OMCompiler a2fcd1e...6b6f863 (1):
|       > - fix the opc_ua build on mingw
| 
| M	OMCompiler
| 
* commit 987c4bfbe723b4b7c990437f655f8864cc4db9d3
| Author: adrpo 
| Date:   Wed Mar 23 00:22:29 2016 +0100
| 
|     * OMCompiler 0424117...a2fcd1e (1):
|       > - fix opc_ua on GCC
| 
| M	OMCompiler
| 
* commit 30d05e59b863ddbd4b01a03d65ce3d61a43d5c19
| Author: Martin Sjölund 
| Date:   Tue Mar 22 21:40:46 2016 +0100
| 
|     * OMCompiler 7a512b5...0424117 (2):
|       > Experimental support for OPC UA embedded server
|       > Partially restore the old OPC branch
| 
| M	OMCompiler
| 
* commit 6c2fcc56ec651b198085dc41a5ec8a78682f0f0b
| Author: Rüdiger Franke 
| Date:   Tue Mar 22 20:45:01 2016 +0100
| 
|     * OMCompiler b99bfbd...7a512b5 (1):
|       > Automate symlinks to boost includes (#3760)
| 
| M	OMCompiler
| 
* commit df0b3ba009e625ecd339e3bfcae763df2b05d12b
| Author: hudson 
| Date:   Tue Mar 22 19:09:48 2016 +0100
| 
|     * libraries 61a3f60...120ba4a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9b96a68fea88cb2ef6aabc79ddc1dac07b636787
| Author: vruge 
| Date:   Tue Mar 22 16:25:41 2016 +0100
| 
|     * OMCompiler 05d473a...b99bfbd (1):
|       > try to fixe compilier warning
| 
| M	OMCompiler
| 
* commit ffbf0a8c1f1b60ecca4b9a60808c3adbd8525491
| Author: Adeel Asghar 
| Date:   Tue Mar 22 16:00:13 2016 +0100
| 
|     * OMCompiler b98debe...05d473a (1):
|       > Added API getDerivedUnits
| 
| M	OMCompiler
| 
* commit 01427cbd45c7798da9aa0fb91d4e8260f4752f5d
| Author: ptaeuber 
| Date:   Tue Mar 22 14:51:39 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c3889ed...b98debe (1):
|       > Only dump info for casual set if DT is activated
|     
|     * testsuite bceba9d...f4265f8 (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8cbce11377495d56226d77898b05ffc101433aa6
| Author: Willi Braun 
| Date:   Tue Mar 22 13:37:54 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler de2cd14...c3889ed (1):
|       > try to improve solveLinearSystem
|     
|     * testsuite 50f7582...bceba9d (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit d9e24389bf2de631771e8f254b3a9a7497889920
| Author: hudson 
| Date:   Tue Mar 22 12:04:17 2016 +0100
| 
|     * OMEdit 91ea31c...51b50a2 (1):
|       > Merge pull request #14 from rfranke/glob
| 
| M	OMEdit
| 
* commit 38100702c2ec9eeef62ca9b92d0080dc6d3ad5a8
| Author: Martin Sjölund 
| Date:   Tue Mar 22 11:02:48 2016 +0100
| 
|     * OMCompiler 0502333...de2cd14 (2):
|       > Add script to analyze library logs using execstat
|       > Use execstat for all tested libraries
| 
| M	OMCompiler
| 
* commit 90e2ad234f37e38551539d57aa485b8888f1fdaf
| Author: hudson 
| Date:   Tue Mar 22 06:55:57 2016 +0100
| 
|     Updating submodules
|     * OMEdit f996e26...91ea31c (4):
|       > Added ExternalObject in isBuiltinType check.
|       > Make static as default linkage instead of dynamic.
|       > Merge pull request #13 from rfranke/triplet
|       > Adapt to new output format of getExtendsModifierValue & getDerivedClassModifierValue.
|     
|     * libraries 2d9c982...61a3f60 (1):
|       > Bump libraries
| 
| M	OMEdit
| M	libraries
| 
* commit 9c6c72dd05c26179f8307ee0c8ea9aeb7a049345
| Author: Rüdiger Franke 
| Date:   Tue Mar 22 06:18:35 2016 +0100
| 
|     * OMCompiler c3dcba6...0502333 (2):
|       > Install cross compiled libs in target path
|       > Link target dependent version of OMCppDgesv lib
| 
| M	OMCompiler
| 
* commit 5bbfe3995b05ebb48e4f288b1c6a098bf957bfd0
| Author: Adeel Asghar 
| Date:   Mon Mar 21 18:00:54 2016 +0100
| 
|     * OMEdit d2f3af8...f996e26 (3):
|       > Updated the dynamic & static radio buttons to a drop down.
|       > Fixes #3784. Only read start value when showStartAttribute is set.
|       > Fixes #3775. Support multi-platform FMUs.
| 
| M	OMEdit
| 
* commit 6aa2d7469fb005ab50ecb534b3b2d4e2000189c4
| Author: Per Östlund 
| Date:   Mon Mar 21 17:36:09 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f71b978...c3dcba6 (1):
|       > Fix for #3773.
|     
|     * testsuite 622fa17...50f7582 (1):
|       > Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1ee1b08d16958d72f70be1685e105466aaf707ef
| Author: vruge 
| Date:   Mon Mar 21 16:59:07 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 230aa3e...f71b978 (1):
|       > solveSimplEquation change order
|     
|     * testsuite 8ee7b3f...622fa17 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7b019e39445428ff54827286c8aa5172871996f7
| Author: Per Östlund 
| Date:   Mon Mar 21 16:41:38 2016 +0100
| 
|     * OMCompiler b569813...230aa3e (1):
|       > Code cleanup.
| 
| M	OMCompiler
| 
* commit 7621bd5806a99af35f21fb44d807292cf2506012
| Author: vwaurich 
| Date:   Mon Mar 21 15:34:29 2016 +0100
| 
|     * OMCompiler 84e82ed...b569813 (1):
|       > - fix FMU valueReferences for non-consecutive array-variables
| 
| M	OMCompiler
| 
* commit fff4a229ee6128acb6b79774390d9931f597b0fc
| Author: Per Östlund 
| Date:   Mon Mar 21 14:57:00 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5d60737...84e82ed (1):
|       > Fix for bug3773.
|     
|     * testsuite 1eacb93...8ee7b3f (1):
|       > Update tests for #3773 fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 92a23f8c7e89036582d2aa64676e8c812bfbf760
| Author: vwaurich 
| Date:   Mon Mar 21 14:43:37 2016 +0100
| 
|     * OMCompiler dd0c8bd...5d60737 (1):
|       > - fix static gcc lib linking issue for g++ 4.4
| 
| M	OMCompiler
| 
* commit 1d83ca90cb1496acb61a86152472adbac8d06f2e
| Author: vruge 
| Date:   Mon Mar 21 13:39:36 2016 +0100
| 
|     * OMCompiler 34e4a4c...dd0c8bd (1):
|       > improved ExpressionSolve
| 
| M	OMCompiler
| 
* commit d4ef10a8eeeea1788b18d1f20b529d34628095aa
| Author: Lennart Ochel 
| Date:   Mon Mar 21 12:46:33 2016 +0100
| 
|     * OMCompiler 7086597...34e4a4c (1):
|       > Clean up some runtime calls
| 
| M	OMCompiler
| 
* commit 21c9115ae313940caae1f58ba902cd94af712b91
| Author: Adeel Asghar 
| Date:   Mon Mar 21 12:34:10 2016 +0100
| 
|     * OMEdit b943865...d2f3af8 (1):
|       > Fixes #3784. Allow dots and underscores in component modifiers.
| 
| M	OMEdit
| 
* commit 8000409439911986cc50feb65407184d8e3e78a3
| Author: ptaeuber 
| Date:   Mon Mar 21 11:35:45 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6bd48ef...7086597 (1):
|       > New data type for inner equations of tearing set
|     
|     * testsuite 7f3301c...1eacb93 (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit ee0c38f7a2cbe5c019dd7e1a275a2c5be251a83f
| Author: adrpo 
| Date:   Mon Mar 21 10:55:19 2016 +0100
| 
|     * OMCompiler ad1689a...6bd48ef (1):
|       > - properly comment out the print as \n expands on two lines
| 
| M	OMCompiler
| 
* commit 4c00296db0230fa067992982247e906d5835e52b
| Author: vruge 
| Date:   Mon Mar 21 10:21:18 2016 +0100
| 
|     * OMCompiler 01b9dd9...ad1689a (1):
|       > improved solveSimpleEquations
| 
| M	OMCompiler
| 
* commit b17d4bae559bfa11ec2ccd6cb24379ceba653de0
| Author: Lennart Ochel 
| Date:   Mon Mar 21 10:08:04 2016 +0100
| 
|     * OMCompiler 94f8257...01b9dd9 (1):
|       > Remove prototypes of not existing functions
| 
| M	OMCompiler
| 
* commit b1824d225e2d9adbf1a4e7aa27e16e4832f5fc31
| Author: vwaurich 
| Date:   Mon Mar 21 09:13:56 2016 +0100
| 
|     * OMCompiler 0c0fc1a...94f8257 (1):
|       > - remove maxDer info from SimCode.Modelinfo
| 
| M	OMCompiler
| 
* commit 42306ebb8b81ad9163b224ee6749979a8c2f0125
| Author: Martin Sjölund 
| Date:   Mon Mar 21 08:07:48 2016 +0100
| 
|     * OMCompiler e022be4...0c0fc1a (1):
|       > Do not print the variable filter
| 
| M	OMCompiler
| 
* commit 7fe793306293b500e0b5ce0512bdf13475211980
| Author: vruge 
| Date:   Sun Mar 20 23:54:32 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c6caa77...e022be4 (2):
|       > added cases for getNumJacEntries
|       > actived solveSimpleEquations for simulation
|     
|     * testsuite 35181b8...7f3301c (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2f9bf851f44eb9ef3fb00ac34ac00c157433e71c
| Author: Rüdiger Franke 
| Date:   Sun Mar 20 21:31:53 2016 +0100
| 
|     * OMCompiler 0c3dbc0...c6caa77 (1):
|       > Clean up expTypeArray templates
| 
| M	OMCompiler
| 
* commit 269d7b6bdbda0c8bb09fa76638d241583c8644cc
| Author: hudson 
| Date:   Sun Mar 20 19:19:23 2016 +0100
| 
|     * libraries aaae68f...2d9c982 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 462b421d0d6cf661d74ab0632c1ef351e7266fed
| Author: Rüdiger Franke 
| Date:   Sun Mar 20 19:06:28 2016 +0100
| 
|     * OMCompiler 6b8ad0f...0c3dbc0 (1):
|       > Add support for arrays of arrays
| 
| M	OMCompiler
| 
* commit e99c50b9400040b652b7baed3369b1efaa8d8dc6
| Author: Martin Sjölund 
| Date:   Sun Mar 20 18:53:15 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 88cdf8e...6b8ad0f (5):
|       > Fix scaling of getHighestDerivation
|       > Translate to iterative Tpl.mo
|       > Improve tail recursion
|       > Prevent stack overflow in graph colouring
|       > Improve scaling of collapseIndependentBlocks
|     
|     * testsuite 8695815...35181b8 (1):
|       > Expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit f3b10311a29795caa609c9283c3323e85194ded8
| Author: Rüdiger Franke 
| Date:   Sun Mar 20 09:18:49 2016 +0100
| 
|     * OMCompiler 0a629c7...88cdf8e (1):
|       > Generate static OMCFactory for all targets
| 
| M	OMCompiler
| 
* commit da47da5be2678e4ca3320554b371afe59e05bb94
| Author: Martin Sjölund 
| Date:   Sun Mar 20 08:58:36 2016 +0100
| 
|     * OMCompiler 2c2f53c...0a629c7 (1):
|       > Keep all release notes in one place
| 
| M	OMCompiler
| 
* commit 4ef545121b2e9301cdf3bdd3c5db3f51b28d865c
| Author: Martin Sjölund 
| Date:   Sun Mar 20 08:46:26 2016 +0100
| 
|     * doc cac732a...0d19149 (1):
|       > Generate documentation for all releases
| 
| M	doc
| 
* commit 321150fd59c84fe7bc2e135641ef8143e3b4e165
| Author: hkiel 
| Date:   Sun Mar 20 08:33:21 2016 +0100
| 
|     * OMCompiler 8793d23...2c2f53c (1):
|       > use append_reverse
| 
| M	OMCompiler
| 
* commit a05bd1183cf0dbcdc8e0cf3c253e2169a5f040bf
| Author: hudson 
| Date:   Sat Mar 19 19:10:00 2016 +0100
| 
|     * libraries 7d4b3ec...aaae68f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6a9ac3257f03227a764a7f978919be6d41ecbd73
| Author: Rüdiger Franke 
| Date:   Sat Mar 19 16:50:51 2016 +0100
| 
|     * OMCompiler dc190dc...8793d23 (1):
|       > Use OMCFactory dll with msvc
| 
| M	OMCompiler
| 
* commit b1445dcb408e7af1db23dfba2d866ebb2d7a7384
| Author: Rüdiger Franke 
| Date:   Sat Mar 19 15:14:34 2016 +0100
| 
|     * OMCompiler 5c04860...dc190dc (2):
|       > Export OMCFactory for dll linkage (#3760)
|       > Revert "Revert "Remove static link dependencies of dynamic runtime""
| 
| M	OMCompiler
| 
* commit f50f336a5c644d50540d9d6bd6a0955c0fedbcf7
| Author: Martin Sjölund 
| Date:   Sat Mar 19 08:28:48 2016 +0100
| 
|     * libraries 1a13805...7d4b3ec (1):
|       > Update MSL patch
| 
| M	libraries
| 
* commit 4cfafcb3c30aa41416615f63ca9aed68f51c9f47
| Author: adrpo 
| Date:   Sat Mar 19 04:17:46 2016 +0100
| 
|     * OMCompiler 95e9b46...5c04860 (3):
|       > - fix libraries in ModelicaLibraryConfig_msvc.inc.in
|       > - fix order of libraries in CMakeLists.txt - fix libraries in ModelicaLibraryConfig_msvc.inc.in
|       > - fix cpp runtime build on msvc
| 
| M	OMCompiler
| 
* commit dbd11dbbe3b8522837a3f1b90a908b0bc0bc13b1
| Author: Rüdiger Franke 
| Date:   Fri Mar 18 22:19:40 2016 +0100
| 
|     * OMCompiler 4bb6e51...95e9b46 (1):
|       > Implement cross compilation for Cpp FMUs (#3760)
| 
| M	OMCompiler
| 
* commit 3423dab2315ca3f3785c73d1d87014fd01d97a3b
| Author: hudson 
| Date:   Fri Mar 18 19:08:47 2016 +0100
| 
|     * libraries 756a02e...1a13805 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 41ef8fe7f896943115f639a1e1cb185497e2c211
| Author: Adeel Asghar 
| Date:   Fri Mar 18 17:33:49 2016 +0100
| 
|     * OMEdit bd77ae1...b943865 (1):
|       > Use the same name as parent for the extended component.
| 
| M	OMEdit
| 
* commit 9197e569e0d1b49b66aef3cebd05a4595e8a06ca
| Author: Adeel Asghar 
| Date:   Fri Mar 18 17:21:38 2016 +0100
| 
|     * OMEdit 25bbd96...bd77ae1 (2):
|       > Add QSpacerItem when there is no unit.
|       > Partial unit conversion support. The work is not done yet so for now unit combo box is disabled.
| 
| M	OMEdit
| 
* commit c114ed186305da44e08c0182e5282b32c40e032c
| Author: Adeel Asghar 
| Date:   Fri Mar 18 16:57:07 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 555843c...4bb6e51 (1):
|       > Do not throw the error message to stderr.
|     
|     * testsuite 87f2ac1...8695815 (1):
|       > Added a call which will fail.
| 
| M	OMCompiler
| M	testsuite
| 
* commit a357b8f27ea960596a7ec50a81b75112edf60743
| Author: Rüdiger Franke 
| Date:   Fri Mar 18 16:39:54 2016 +0100
| 
|     * OMCompiler 73f0312...555843c (1):
|       > Link FMUs with static gcc libs under Windows
| 
| M	OMCompiler
| 
* commit 9e1fefd078b6d7e91728bb8d6f60e2c49670f16e
| Author: vwaurich 
| Date:   Fri Mar 18 16:26:44 2016 +0100
| 
|     * OMCompiler 17b662b...73f0312 (1):
|       > - fix valueReferences for FMU export cpp runtime
| 
| M	OMCompiler
| 
* commit 27ba6b0d2c0540158e41ff2ea9b00c36725b12d9
| Author: Adeel Asghar 
| Date:   Fri Mar 18 16:13:40 2016 +0100
| 
|     * OMCompiler da98e25...17b662b (1):
|       > Fixed convertUnits interface. Added a fail case for convertUnits.
| 
| M	OMCompiler
| 
* commit 88e0e40065a8aace237645d0472f95b7de737206
| Author: hkiel 
| Date:   Fri Mar 18 15:28:46 2016 +0100
| 
|     * OMCompiler 0fd4258...da98e25 (1):
|       > recursion -> loop
| 
| M	OMCompiler
| 
* commit d74e24428568fdd5159814c2f890c7aa3ddf0506
| Author: hudson 
| Date:   Fri Mar 18 12:51:46 2016 +0100
| 
|     * libraries c08a8be...756a02e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5f3218ea4d8271b2e9ba65a452c2833d6b197d9b
| Author: alash325 
| Date:   Fri Mar 18 09:24:28 2016 +0100
| 
|     * OMEdit d1a01aa...25bbd96 (1):
|       > -Change naming conventions and setDisabled(true) for name and model file
| 
| M	OMEdit
| 
* commit dc5846d642b59a4baf428761caaf93c7643a9961
| Author: alash325 
| Date:   Fri Mar 18 09:02:02 2016 +0100
| 
|     * OMEdit ecb8eb5...d1a01aa (1):
|       > -Disable submodel names for metamodel connection dialog
| 
| M	OMEdit
| 
* commit 6f6cc1d09d6f90892be036b9c00031e0380e5e01
| Author: Rüdiger Franke 
| Date:   Fri Mar 18 08:49:06 2016 +0100
| 
|     * OMCompiler c200a48...0fd4258 (1):
|       > Create precompiled header for dynamic build only (#3760)
| 
| M	OMCompiler
| 
* commit 6846b2b06895093a24b18589973a88a80335d9a1
| Author: Rüdiger Franke 
| Date:   Fri Mar 18 07:08:21 2016 +0100
| 
|     * OMCompiler d48d574...c200a48 (1):
|       > First windows fix for previous commit
| 
| M	OMCompiler
| 
* commit 7bc3416fc121fd90d94067268c22d2b0ec76daf8
| Author: Rüdiger Franke 
| Date:   Fri Mar 18 06:45:07 2016 +0100
| 
|     * OMCompiler e741ddf...d48d574 (1):
|       > Configure cross compilation of Cpp runtime (#3760)
| 
| M	OMCompiler
| 
* commit 688af36f10c77b1c8b16cd98cd62b12180dfa73e
| Author: Martin Sjölund 
| Date:   Thu Mar 17 20:48:47 2016 +0100
| 
|     * OMCompiler 608ffbb...e741ddf (1):
|       > Create a new bootstrapping tarball
| 
| M	OMCompiler
| 
* commit 90463e099cfc3811794bf523aa73c72a60b6b982
| Author: Adeel Asghar 
| Date:   Thu Mar 17 16:04:59 2016 +0100
| 
|     * doc c0502a5...cac732a (1):
|       > Simulation Parameter Sweep example.
| 
| M	doc
| 
* commit eee78dfc2c64b0a74ef2348a34686c75ab5f204f
| Author: Adeel Asghar 
| Date:   Thu Mar 17 14:52:22 2016 +0100
| 
|     * doc c285c83...c0502a5 (1):
|       > Updated OpenModelica Scripting Commands.
| 
| M	doc
| 
* commit 131a1f9c2e461ce20043aa9e8d6e5c5f3d3ef752
| Author: Adeel Asghar 
| Date:   Thu Mar 17 14:38:08 2016 +0100
| 
|     * OMEdit a3b1abd...ecb8eb5 (1):
|       > Update the xml document when user manually edit text. save & simulate is not needed.
| 
| M	OMEdit
| 
* commit e28486b2ec8f2473036d3a271267b31d8a705b02
| Author: Martin Sjölund 
| Date:   Thu Mar 17 14:01:43 2016 +0100
| 
|     * OMCompiler fedeb7c...608ffbb (1):
|       > Add support for input output variables
| 
| M	OMCompiler
| 
* commit 44a9df917e665a98065f024c46de9e28a775fc45
| Author: alash325 
| Date:   Thu Mar 17 09:53:21 2016 +0100
| 
|     * OMEdit 45f5779...a3b1abd (1):
|       > -Push the change on the stack iff the user has changed the simulation parameters
| 
| M	OMEdit
| 
* commit f6abd2dc80d10200ea514af1dde7770ddbe77975
| Author: Rüdiger Franke 
| Date:   Thu Mar 17 08:05:33 2016 +0100
| 
|     * OMCompiler f162d51...fedeb7c (1):
|       > Fix type name for subtype of basic
| 
| M	OMCompiler
| 
* commit 73e864bb8027e2a485489d8b84b41b531f06ad93
| Author: hkiel 
| Date:   Thu Mar 17 07:52:23 2016 +0100
| 
|     * OMCompiler 3fc9ebd...f162d51 (1):
|       > recursion -> loop
| 
| M	OMCompiler
| 
* commit aecb14eeb7be2dc144b3d0b8665d62eb8c87b367
| Author: hkiel 
| Date:   Thu Mar 17 07:39:21 2016 +0100
| 
|     * OMCompiler 30f3e8b...3fc9ebd (1):
|       > Remove dumping of graph in production code
| 
| M	OMCompiler
| 
* commit da629fc7dff68d90c773b94a26c051257be7d519
| Author: alash325 
| Date:   Thu Mar 17 00:17:28 2016 +0100
| 
|     * OMEdit 6cc344e...45f5779 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > - Allow to graphically update the simulation parameters for metamodel - Support for undo and redo for metamodel simulation parameters
| 
| M	OMEdit
| 
* commit 3dde5743e40f33a9ee06e18affa976c7fa70b4cd
| Author: vruge 
| Date:   Wed Mar 16 23:57:52 2016 +0100
| 
|     * testsuite 67f87dc...87f2ac1 (1):
|       > Expected Output
| 
| M	testsuite
| 
* commit fdb618eacd37d34204cfad779cc34502a9ef3b5d
| Author: Rüdiger Franke 
| Date:   Wed Mar 16 21:39:09 2016 +0100
| 
|     * OMCompiler a801b41...30f3e8b (1):
|       > Avoid overwrite error on mv (#3670)
| 
| M	OMCompiler
| 
* commit 65ec3461a86cd461a52df5137136fb953a0e04f1
| Author: hudson 
| Date:   Wed Mar 16 19:15:14 2016 +0100
| 
|     * libraries 87f5bca...c08a8be (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c6fdbab4682629bd3c271030a9040f7f09b3c9c2
| Author: Rüdiger Franke 
| Date:   Wed Mar 16 18:25:35 2016 +0100
| 
|     * OMCompiler df9f302...a801b41 (1):
|       > Revert "Remove static link dependencies of dynamic runtime"
| 
| M	OMCompiler
| 
* commit cc42027f59d4a04d790b50b39ce62bb8a0da9a84
| Author: Adeel Asghar 
| Date:   Wed Mar 16 16:19:48 2016 +0100
| 
|     * doc 4b8bae1...c285c83 (1):
|       > Cross reference editing MSL.
| 
| M	doc
| 
* commit 1ceee59dee45ec750c1dea7ea31103a632d3cdca
| Author: vruge 
| Date:   Wed Mar 16 16:06:44 2016 +0100
| 
|     * OMCompiler 87f4bb3...df9f302 (1):
|       > semiLinear as inline function: see https://trac.openmodelica.org/OpenModelica/ticket/3765#comment:7
| 
| M	OMCompiler
| 
* commit d944ceaef30001a568f15e140804203dfce75cd7
| Author: vruge 
| Date:   Wed Mar 16 15:46:35 2016 +0100
| 
|     * OMCompiler fced193...87f4bb3 (1):
|       > DIVISION_SIM map again inline function - see https://trac.openmodelica.org/OpenModelica/ticket/3765#comment:7
| 
| M	OMCompiler
| 
* commit cf169696f1fcfe6dbd25fc472cecd0add15f29dd
| Author: Martin Sjölund 
| Date:   Wed Mar 16 15:28:49 2016 +0100
| 
|     * OMCompiler 10fe649...fced193 (1):
|       > Check for failed model structure
| 
| M	OMCompiler
| 
* commit f324cd0799074f27df1b58b4eba006327dc9430d
| Author: hkiel 
| Date:   Wed Mar 16 15:15:24 2016 +0100
| 
|     * OMCompiler 0fe22a2...10fe649 (1):
|       > recursion -> loop
| 
| M	OMCompiler
| 
* commit c2ff97beb1c7e486aac6c8c1a1771a38b0b84652
| Author: hkiel 
| Date:   Wed Mar 16 15:02:10 2016 +0100
| 
|     * OMCompiler 80dcee4...0fe22a2 (1):
|       > array optimizsations new function Array.createIntRange()
| 
| M	OMCompiler
| 
* commit cf0e37e48188e387afec8e7e5baa883b4d13a8be
| Author: Adeel Asghar 
| Date:   Wed Mar 16 14:16:29 2016 +0100
| 
|     * doc b08a823...4b8bae1 (1):
|       > Hints for loading editable MSL.
| 
| M	doc
| 
* commit 2ba466a3796ca24e57933d626437164cfd265b22
| Author: Martin Sjölund 
| Date:   Wed Mar 16 13:07:49 2016 +0100
| 
|     * doc cbbdff1...b08a823 (1):
|       > Handle Python2+3, add natsort to dependencies
| 
| M	doc
| 
* commit e0de150d4900b008bdb276f5171ec83f101be7ff
| Author: Martin Sjölund 
| Date:   Wed Mar 16 12:09:50 2016 +0100
| 
|     * doc 7f5d6fb...cbbdff1 (1):
|       > Pull release notes from trac instead of manual mirroring
| 
| M	doc
| 
* commit 80abce13128378fbed76d5f2a041b845d1e71044
| Author: Rüdiger Franke 
| Date:   Wed Mar 16 10:58:13 2016 +0100
| 
|     * OMCompiler b0a5479...80dcee4 (1):
|       > Attempt to fix Windows build (#3760)
| 
| M	OMCompiler
| 
* commit 4d600b03cdf6c84f68e718d75933fed47ec57d91
| Author: Rüdiger Franke 
| Date:   Wed Mar 16 00:07:02 2016 +0100
| 
|     * OMCompiler 05ca4d2...b0a5479 (1):
|       > Remove static link dependencies of dynamic runtime
| 
| M	OMCompiler
| 
* commit 147b2978d05e5f3d070580dddefe80db9a279710
| Author: Rüdiger Franke 
| Date:   Tue Mar 15 22:19:50 2016 +0100
| 
|     * OMCompiler 91127f1...05ca4d2 (2):
|       > Small fix to previous commit
|       > Brake up dynamic and static build of Cpp runtime (#3760)
| 
| M	OMCompiler
| 
* commit 8f8533a8174bce81dbb223a49dfea9e720242086
| Author: hudson 
| Date:   Tue Mar 15 19:10:39 2016 +0100
| 
|     * libraries 4d5ec4d...87f5bca (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 479c7dc7cf7714e9e04978bb00d0c9a786cd1fe8
| Author: Per Östlund 
| Date:   Tue Mar 15 17:25:57 2016 +0100
| 
|     * OMCompiler a5957dc...91127f1 (1):
|       > Fix listAppend usage to get rid of some warnings.
| 
| M	OMCompiler
| 
* commit f595f83af40b5d36bdd084c5c119e17331b1355a
| Author: Adeel Asghar 
| Date:   Tue Mar 15 17:11:03 2016 +0100
| 
|     * OMEdit 6ca8c1c...6cc344e (1):
|       > Avoid making too many changeDirectory calls.
| 
| M	OMEdit
| 
* commit 033f3ec1d299ec8faf3ef96e70089e8879c88238
| Author: Per Östlund 
| Date:   Tue Mar 15 16:41:41 2016 +0100
| 
|     * OMCompiler d0f6b47...a5957dc (1):
|       > Fix push_list_back on empty DoubleEndedList.
| 
| M	OMCompiler
| 
* commit c0715b3a99a12eae91dd3146934e4778c30a43c8
| Author: Adeel Asghar 
| Date:   Tue Mar 15 16:19:29 2016 +0100
| 
|     * OMEdit 1ec6313...6ca8c1c (1):
|       > Fixes #3766. Added more sanity checks. Move whole connection when both start and end components are selected.
| 
| M	OMEdit
| 
* commit fba023530a8c21e3ac2aa992d3e492f94c8fca08
| Author: Adeel Asghar 
| Date:   Tue Mar 15 14:39:41 2016 +0100
| 
|     * OMEdit 19e8270...1ec6313 (1):
|       > Fixes #2220, #2347 & #2416. Disable/enable the auto save timer based on focusInEvent/focusOutEvent of editor.
| 
| M	OMEdit
| 
* commit f03ca1b739eb188028edeae406e9a4e1aa82bbc3
| Author: Adeel Asghar 
| Date:   Tue Mar 15 01:46:20 2016 +0100
| 
|     * OMEdit c6a2ce1...19e8270 (1):
|       > Fixes #3027. Allow exporting plotted variables to CSV file.
| 
| M	OMEdit
| 
* commit 054c1c0537984cf726c92927aac435d4de69a27b
| Author: vruge 
| Date:   Tue Mar 15 00:54:14 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6c723ab...d0f6b47 (1):
|       > fixed semiLinear - see #3765
|     
|     * testsuite 4c4b39f...67f87dc (1):
|       > added case for 3765
| 
| M	OMCompiler
| M	testsuite
| 
* commit a2ae180a2edaccd83237a307fa4b3407ec2addcb
| Author: Adeel Asghar 
| Date:   Mon Mar 14 22:51:43 2016 +0100
| 
|     * OMEdit aca17d2...c6a2ce1 (1):
|       > Renamed TLMCoSimulationExperimentSettingDialog to MetaModelSimulationParamsDialog. Moved the update simulation params context menu to ModelWidget.
| 
| M	OMEdit
| 
* commit 1c8fe90b086e9b16a53904b871454343489d6013
| Author: hudson 
| Date:   Mon Mar 14 19:09:16 2016 +0100
| 
|     * libraries 5e1391e...4d5ec4d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e5e6a37f680942d7bd111e6271d0214ce60272af
| Author: Rüdiger Franke 
| Date:   Mon Mar 14 18:24:51 2016 +0100
| 
|     * OMCompiler 46515af...6c723ab (1):
|       > Fix generation of Cpp start value accessors
| 
| M	OMCompiler
| 
* commit 53fb40759b3ffe23de09bc7c808e0708d2e9d8e3
| Author: Martin Sjölund 
| Date:   Mon Mar 14 17:18:09 2016 +0100
| 
|     * libraries 5a94ea2...5e1391e (1):
|       > Bump MSL
| 
| M	libraries
| 
* commit 111b9e5314550ee504ad17204474c3e1afdf4650
| Author: hudson 
| Date:   Mon Mar 14 16:29:03 2016 +0100
| 
|     * libraries bfc224a...5a94ea2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7bee7753a15c04bda6e0b7ac51f6e2558b1f6978
| Author: Martin Sjölund 
| Date:   Mon Mar 14 16:16:59 2016 +0100
| 
|     * libraries b8422c5...bfc224a (1):
|       > Stategraph2 2.0.3 provides 2.0.1 and 2.0.2
| 
| M	libraries
| 
* commit de850be55550277e712c3a8486196b8506fa04e4
| Author: Adeel Asghar 
| Date:   Mon Mar 14 15:49:23 2016 +0100
| 
|     * OMEdit 6da40e1...aca17d2 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fixes #3032. Adjust position based on the coordinate system of the component.
| 
| M	OMEdit
| 
* commit fe7325ff9b1ac8a2b20c38e25b47949712bfa808
| Author: unknown 
| Date:   Mon Mar 14 14:53:38 2016 +0100
| 
|     * OMCompiler 0bcc79a...46515af (1):
|       > changed results output at start time if events occured
| 
| M	OMCompiler
| 
* commit ae2ad3b2c3aa51887b3f1eb6e2cf93d8f5a9421b
| Author: Rüdiger Franke 
| Date:   Mon Mar 14 12:35:02 2016 +0100
| 
|     * testsuite 2b6054f...4c4b39f (1):
|       > Add test for #3763
| 
| M	testsuite
| 
* commit 2beda1432c25661a583837acee441c57621ca28d
| Author: hkiel 
| Date:   Mon Mar 14 12:18:26 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6d761ce...0bcc79a (1):
|       > Implement and use List.listArrayReverse() as a short cut for listArray(listReverse(lst))
|     
|     * testsuite a668b8a...2b6054f (1):
|       > load List.mo expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9f0243f27796817fd2476e04cb24c5f8dc2fb365
| Author: Martin Sjölund 
| Date:   Mon Mar 14 12:06:25 2016 +0100
| 
|     * libraries a20b6fa...b8422c5 (1):
|       > Add library KeyWordIO
| 
| M	libraries
| 
* commit 843cab05b7929acbfc8c4a24f4986f2ad39186af
| Author: Martin Sjölund 
| Date:   Mon Mar 14 10:59:51 2016 +0100
| 
|     * OMCompiler b629d9d...6d761ce (1):
|       > Fix appending variables in correct order
| 
| M	OMCompiler
| 
* commit 9270973cabe1c8e6c3d4809fb05f91010ae2b1b0
| Author: alash325 
| Date:   Mon Mar 14 08:56:20 2016 +0100
| 
|     * OMEdit 6247798...6da40e1 (1):
|       > -A preliminary dialog to modify CoSimulation settings
| 
| M	OMEdit
| 
* commit b9168774071ef5cc27919857238f758c2d07e0fa
| Author: Rüdiger Franke 
| Date:   Sun Mar 13 19:33:25 2016 +0100
| 
|     * OMCompiler 1be7936...b629d9d (4):
|       > Remove unused include directories
|       > Avoid compiler flag for standard /usr/include
|       > Fix capitalization of windows include
|       > Exploit CMAKE_POSITION_INDEPENDENT_CODE in Cpp runtime
| 
| M	OMCompiler
| 
* commit b87bcb4666faa6064246b85e379cf0150d212e28
| Author: vruge 
| Date:   Sun Mar 13 14:45:58 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cf3a416...1be7936 (1):
|       > Dynamic Optimization: improved naming
|     
|     * testsuite 556307d...a668b8a (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit c9f374e027ee7d4564ccf0c6928eca01df23096b
| Author: Lennart Ochel 
| Date:   Sun Mar 13 11:25:01 2016 +0100
| 
|     * OMCompiler 757fe5f...cf3a416 (1):
|       > Remove useless line of code
| 
| M	OMCompiler
| 
* commit aa2c830af76865b86ccaaa40ddb0786b170cd55c
| Author: Adeel Asghar 
| Date:   Sun Mar 13 00:53:07 2016 +0100
| 
|     * OMEdit 2c2c5e9...6247798 (1):
|       > Fixes #2274 & #2845. Update Libraries browser when user modifies the text.
| 
| M	OMEdit
| 
* commit bf9622303edcf282d25ad970cfd2317c6380ce6f
| Author: Adeel Asghar 
| Date:   Fri Mar 11 17:26:06 2016 +0100
| 
|     * OMEdit 4385f6e...2c2c5e9 (1):
|       > Dynamically create the list of simulation logging flags.
| 
| M	OMEdit
| 
* commit 3d2a0376845534d3eb83702cb7e7398e3489e78b
| Author: Adeel Asghar 
| Date:   Fri Mar 11 16:11:17 2016 +0100
| 
|     * OMEdit 1296d76...4385f6e (1):
|       > Fixes #3753. use correct simulation logging flag option.
| 
| M	OMEdit
| 
* commit e188d8bc2c3255350df920a915fd367ed86c1ee3
| Author: Niklas Worschech 
| Date:   Fri Mar 11 15:58:29 2016 +0100
| 
|     * OMCompiler facc256...757fe5f (1):
|       > fix for save pre variables
| 
| M	OMCompiler
| 
* commit d04f56ae04e816e8eb60298b03f7feba7d6e5af8
| Author: Adeel Asghar 
| Date:   Fri Mar 11 15:07:28 2016 +0100
| 
|     * OMEdit dc69a14...1296d76 (1):
|       > Removed save and save as context menu items from metamodel.
| 
| M	OMEdit
| 
* commit ba186107a93e7676e700784e6e19b3420ce91e4a
| Author: ptaeuber 
| Date:   Fri Mar 11 14:35:42 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler bf26a22...facc256 (1):
|       > Dynamic Tearing Full Prototype
|     
|     * testsuite 2723104...556307d (1):
|       > Expected Output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8a639b1ac7c331cd5f777a2a7373991bfa2db8ce
| Author: alash325 
| Date:   Fri Mar 11 14:23:27 2016 +0100
| 
|     * OMEdit b929db6...dc69a14 (1):
|       > - Add Save and Save as context menu to the metamodel
| 
| M	OMEdit
| 
* commit 2a8f9123b2f6daeae8a7f357e3da6ab497ae07c7
| Author: Adeel Asghar 
| Date:   Fri Mar 11 13:58:04 2016 +0100
| 
|     * OMEdit 4a5facf...b929db6 (1):
|       > Fixed the crash while saving metamodels.
| 
| M	OMEdit
| 
* commit 0b9e1ba55ef034cb911be0c66fd04d1f136e4901
| Author: Lennart Ochel 
| Date:   Fri Mar 11 12:05:26 2016 +0100
| 
|     * OMCompiler 6b7b848...bf26a22 (1):
|       > change differentiation rule for the homotopy operator
| 
| M	OMCompiler
| 
* commit 501a9d964481b0416c23b8dd21eca43fb4755eca
| Author: alash325 
| Date:   Fri Mar 11 11:39:43 2016 +0100
| 
|     * OMEdit 7864f66...4a5facf (1):
|       > -Save as for meta-model to make a copy of the file in a different folder or make a copy with a different name
| 
| M	OMEdit
| 
* commit 87a7ffd04ecd935bd08e8c921a702c19137c01cc
| Author: Rüdiger Franke 
| Date:   Fri Mar 11 08:31:29 2016 +0100
| 
|     * OMCompiler af457aa...6b7b848 (1):
|       > Include std::thread only if configured (#3760)
| 
| M	OMCompiler
| 
* commit 0fe3fc57081abbfd4d3c090772b9637d7adb34e0
| Author: alash325 
| Date:   Thu Mar 10 21:38:42 2016 +0100
| 
|     * OMEdit 4b6af89...7864f66 (1):
|       > - Save as for meta models
| 
| M	OMEdit
| 
* commit c122217992743a36d76437baa030966ac9c50a8d
| Author: Adeel Asghar 
| Date:   Thu Mar 10 20:12:05 2016 +0100
| 
|     * OMEdit 36a52a8...4b6af89 (1):
|       > We can load multiple meta models at once.
| 
| M	OMEdit
| 
* commit 8f955a09d3d3f2e753aec87a1a53334f86dce9a9
| Author: hudson 
| Date:   Thu Mar 10 19:12:54 2016 +0100
| 
|     * libraries 2b591fb...a20b6fa (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d62e1636eeb677142eeeea31bb76cc8a72b7b716
| Author: Adeel Asghar 
| Date:   Thu Mar 10 18:18:41 2016 +0100
| 
|     * OMEdit 04f142b...36a52a8 (1):
|       > Better naming convention for metamodels and TLM.
| 
| M	OMEdit
| 
* commit 69115279b72c3f756790f5d8b38ee7538e85b793
| Author: Adeel Asghar 
| Date:   Thu Mar 10 16:53:30 2016 +0100
| 
|     * OMEdit f2cb75d...04f142b (1):
|       > Add default annotation for Connections without annotations.
| 
| M	OMEdit
| 
* commit 5006cfd0b5a6ce836c6e9d70b65a4aa39ab5091c
| Author: hudson 
| Date:   Thu Mar 10 13:48:45 2016 +0100
| 
|     * testsuite ffd8b12...2723104 (18):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > expected output
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > fix for parallel cpp runtime windows tests
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > expected output for cpp tests
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > fix merge conflicts cpp tests
| 
| M	testsuite
| 
* commit ae71e46d8e01d475d29e5055fcf4db946b6a3094
| Author: Adeel Asghar 
| Date:   Thu Mar 10 13:25:47 2016 +0100
| 
|     * OMEdit 960ad2f...f2cb75d (1):
|       > formatting & indentation.
| 
| M	OMEdit
| 
* commit dac99f23da0f1f1d1d5adec7e2e71020da01b913
| Author: Adeel Asghar 
| Date:   Thu Mar 10 13:13:41 2016 +0100
| 
|     * OMEdit e8c9162...960ad2f (1):
|       > tag v1.9.5-dev
| 
| M	OMEdit
| 
* commit 443f4823d532bb9892b26d3c4568a99de4e80097
| Author: Martin Sjölund 
| Date:   Thu Mar 10 12:44:22 2016 +0100
| 
|     * OMCompiler 6d86372...af457aa (1):
|       > Handle lost information for MetaModelica record
| 
| M	OMCompiler
| 
* commit 4456f428eb761b600710e5bdd485e7b87c47854f
| Author: Niklas Worschech 
| Date:   Thu Mar 10 08:26:27 2016 +0100
| 
|     * OMCompiler 83309e5...6d86372 (1):
|       > fix for save call in cpp template
| 
| M	OMCompiler
| 
* commit e083b054752ee3075df434d910b4e6e7e3cde95d
| Author: Rüdiger Franke 
| Date:   Thu Mar 10 07:35:44 2016 +0100
| 
|     * testsuite a4a5d33...ffd8b12 (1):
|       > Add test for #3758
| 
| M	testsuite
| 
* commit 61b0bea392f00c6644cc2d956972b6996c3f30f8
| Author: Martin Sjölund 
| Date:   Thu Mar 10 06:47:31 2016 +0100
| 
|     * testsuite 5847362...a4a5d33 (1):
|       > Re-enable FinalTests.mos
| 
| M	testsuite
| 
* commit 7d02d98a40530c991938279cd9f4efa6d332128e
| Author: Rüdiger Franke 
| Date:   Wed Mar 9 23:10:42 2016 +0100
| 
|     * OMCompiler d88a3ea...83309e5 (2):
|       > Use const qualifier in declarations of external functions
|       > Fix passing of Cpp array inputs to external functions (#3758)
| 
| M	OMCompiler
| 
* commit 6ac51f4894f87172ee90a461c981b9f9ed7e4d7d
| Author: adrpo 
| Date:   Wed Mar 9 22:13:01 2016 +0100
| 
|     * OMCompiler 5ccf9cb...d88a3ea (1):
|       > - switch version to 1.9.5-dev
| 
| M	OMCompiler
| 
* commit e635188119fe434baf19780b4062ffefc855ba88
| Author: hudson 
| Date:   Wed Mar 9 19:09:50 2016 +0100
| 
|     * libraries e3940ff...2b591fb (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 38af1b628018a0468919e458e8299242703cd867
| Author: Lennart Ochel 
| Date:   Wed Mar 9 15:28:50 2016 +0100
| 
|     * testsuite 276c639...5847362 (2):
|       > Update example cseTestCall1
|       > Update example cseTestCall3
| 
| M	testsuite
| 
* commit fb1ddfe63e624556433161bd2194e596816fe3d9
| Author: Adeel Asghar 
| Date:   Wed Mar 9 15:16:35 2016 +0100
| 
|     * OMEdit a1f3866...e8c9162 (1):
|       > Fixed loadPreviousViewType function.
| 
| M	OMEdit
| 
* commit dc2c41b68d759172a7ef63cc7c6d898b3f9b2dfd
| Author: adrpo 
| Date:   Wed Mar 9 15:04:18 2016 +0100
| 
|     * OMCompiler 6f118e9...5ccf9cb (1):
|       > fix 1.9.4 version and date
| 
| M	OMCompiler
| 
* commit d2aea63e31275c000f261d494bd2a9d413997125
| Author: Adeel Asghar 
| Date:   Wed Mar 9 14:46:27 2016 +0100
| 
|     * OMEdit ade17f4...a1f3866 (1):
|       > Store connections without annotations.
| 
| M	OMEdit
| 
* commit bea549313f6b20cb83347d72de56a3ca3f16c51f
| Author: jhag 
| Date:   Wed Mar 9 14:20:43 2016 +0100
| 
|     * testsuite f523ebc...276c639 (1):
|       > Update wrapFunctionCall tests
| 
| M	testsuite
| 
* commit d201c06dccd674f26b5091ef637646d9264da764
| Author: Adeel Asghar 
| Date:   Wed Mar 9 13:50:47 2016 +0100
| 
|     * OMEdit d5769e2...ade17f4 (1):
|       > Handle delete undo of submodels.
| 
| M	OMEdit
| 
* commit de0e7090c1fb92c551fecdea5ba85e2561ed3a95
| Author: Adeel Asghar 
| Date:   Wed Mar 9 13:33:18 2016 +0100
| 
|     * doc 32655e3...7f5d6fb (1):
|       > Updated the list of contributors 2015.
| 
| M	doc
| 
* commit 6666d958cb566cefca4e19497a94c0c4ed6a3bb5
| Author: Adeel Asghar 
| Date:   Wed Mar 9 12:50:04 2016 +0100
| 
|     * OMEdit 54c7cf6...d5769e2 (1):
|       > Store the update SubModelAttributes to undo stack.
| 
| M	OMEdit
| 
* commit be8a2191212b6cf33c3afbf2ed8cac0935f0a7ff
| Author: hudson 
| Date:   Tue Mar 8 19:35:18 2016 +0100
| 
|     * libraries 681e12e...e3940ff (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d056aa58fe2ce157cb60a39e303b33c851d506d6
| Author: Martin Sjölund 
| Date:   Tue Mar 8 19:15:16 2016 +0100
| 
|     * OMCompiler 8f06694...6f118e9 (1):
|       > Add Adrian's generic AvlTree to the backend
| 
| M	OMCompiler
| 
* commit 66b64c9f4f4c8c90719a4f33ee5e0bfcafede20f
| Author: Martin Sjölund 
| Date:   Tue Mar 8 18:25:25 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 22263b6...8f06694 (5):
|       > Implement cevalBuiltinSum
|       > Allow if instead of guard in the grammar
|       > Handle bootstrapping DoubleEndedList.mo
|       > Add a double-ended list implementation
|       > Add support for type variables in uniontypes
|     
|     * testsuite c8f269f...f523ebc (2):
|       > Expected output
|       > Updated expected results for uniontype typevars
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1bed9e5366feca2de4731d88bed38744f0d65f09
| Author: Adeel Asghar 
| Date:   Tue Mar 8 17:18:34 2016 +0100
| 
|     * OMEdit afa6bc7...54c7cf6 (1):
|       > Fixed updateSubModelParameters.
| 
| M	OMEdit
| 
* commit 5b58a0dc4698e3d33435c000b228e14facf7fd6c
| Author: Adeel Asghar 
| Date:   Tue Mar 8 17:06:31 2016 +0100
| 
|     * OMEdit 6fb638a...afa6bc7 (1):
|       > Store attributes of submodel inside ComponentInfo of Component.
| 
| M	OMEdit
| 
* commit 56ea4cdb2acfb928eacfad9d0ea648fbfcf28c8f
| Author: Adeel Asghar 
| Date:   Tue Mar 8 15:26:57 2016 +0100
| 
|     * OMEdit d763c77...6fb638a (1):
|       > Fixed loading metamodels.
| 
| M	OMEdit
| 
* commit 4fe1a42820ba0627c5da3e0dabefe49c5cdbc301
| Author: hudson 
| Date:   Tue Mar 8 14:15:27 2016 +0100
| 
|     * libraries 80df0e2...681e12e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e866c4fc1cdfa4aa7f33528fe994dfae1e96f915
| Author: hkiel 
| Date:   Tue Mar 8 14:02:37 2016 +0100
| 
|     * OMCompiler db37146...22263b6 (1):
|       > use list comprehensions inline small helper functions
| 
| M	OMCompiler
| 
* commit 48487529e6a67d0daa697dfe211d17d376dcc9cd
| Author: Martin Sjölund 
| Date:   Tue Mar 8 13:50:31 2016 +0100
| 
|     * libraries 286ccac...80df0e2 (1):
|       > Ignore bad Modelica package
| 
| M	libraries
| 
* commit d824e09c8a555ed5a4d7a6d04c837d9af2990797
| Author: Rüdiger Franke 
| Date:   Tue Mar 8 07:16:54 2016 +0100
| 
|     * OMCompiler 1916068...db37146 (1):
|       > Fix context of function Cpp calls (#3742)
| 
| M	OMCompiler
| 
* commit 507480cd77efe00d3ff8f90abeba4d99d9baa20a
| Author: vruge 
| Date:   Mon Mar 7 22:57:06 2016 +0100
| 
|     * OMCompiler 80b17a1...1916068 (1):
|       > BackendDAEUtil.tryToSolveOrDerive: guard vs. zero --> zero no dependence --> UNSOLVABLE
| 
| M	OMCompiler
| 
* commit d25843be7e5764d3a08dbe5d927988e46863c3fa
| Author: hkiel 
| Date:   Mon Mar 7 20:06:56 2016 +0100
| 
|     * OMCompiler 0cdcd6a...80b17a1 (1):
|       > Clean up some code avoid warning about incorrect use of listAppend recursion -> loop listReverseInPlace where possible
| 
| M	OMCompiler
| 
* commit eb0d84e178cd79f18cf7d033ba4e5520ef9a2b41
| Author: Adeel Asghar 
| Date:   Mon Mar 7 14:10:53 2016 +0100
| 
|     * OMEdit 609a89d...d763c77 (1):
|       > filter out non-modelica items by checking flag showOnlyModelica.
| 
| M	OMEdit
| 
* commit 2ca58c1f0e6a2522ab373eaa6e7c67d8ca025f2d
| Author: Adeel Asghar 
| Date:   Mon Mar 7 13:34:04 2016 +0100
| 
|     * OMEdit c09a16c...609a89d (1):
|       > Fixed loading of metamodels.
| 
| M	OMEdit
| 
* commit b7ad3b6c8cc714e3ca177f4a84aade3928696eec
| Author: bernhard Thiele 
| Date:   Mon Mar 7 09:59:44 2016 +0100
| 
|     * OMCompiler 3e54f2a...0cdcd6a (1):
|       > SM workaround removed for Cpp runtime
| 
| M	OMCompiler
| 
* commit b73e05ee8624a93f3a385ec7889a39a7b8624ec6
| Author: Rüdiger Franke 
| Date:   Mon Mar 7 08:11:31 2016 +0100
| 
|     * OMCompiler 494857e...3e54f2a (1):
|       > Improve error messages of SynchronousFeatures
| 
| M	OMCompiler
| 
* commit 34a22e9e67bae71c6306a99cb07238e731daae1d
| Author: Martin Sjölund 
| Date:   Sun Mar 6 22:59:21 2016 +0100
| 
|     Add uniontypes to dictionary
| 
| M	.openmodelica.aspell
| 
* commit e0a2bd95f496744448ef25df169b10114e77adbe
| Author: Rüdiger Franke 
| Date:   Sun Mar 6 20:20:29 2016 +0100
| 
|     * OMCompiler e2f045a...494857e (1):
|       > Remove duplicate traversal for clocked states
| 
| M	OMCompiler
| 
* commit 7c0b8d924ea670c99e4688840b56762ab007a830
| Author: Rüdiger Franke 
| Date:   Sun Mar 6 17:49:17 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8236a0d...e2f045a (3):
|       > Fix VarKind of previous after commit 69f1837
|       > Proper treatment of clocked states (#3741)
|       > Revert "Attempt to fix #3741"
|     
|     * testsuite 2cb99bf...c8f269f (1):
|       > Expected output for fix #3741
| 
| M	OMCompiler
| M	testsuite
| 
* commit 90d86284696a812081bec8ab076dce0ec9695a18
| Author: hkiel 
| Date:   Sun Mar 6 16:29:28 2016 +0100
| 
|     * OMCompiler 12ddb6a...8236a0d (1):
|       > do not use listAppend to prepend one element
| 
| M	OMCompiler
| 
* commit 10288a768ad3f077c4889cec2c3daff3155f4106
| Author: Rüdiger Franke 
| Date:   Sun Mar 6 00:17:23 2016 +0100
| 
|     * OMCompiler f31e10e...12ddb6a (1):
|       > Attempt to fix #3741
| 
| M	OMCompiler
| 
* commit 01063798093f18c60479a94a3ddcc9b22d41f7a1
| Author: Martin Sjölund 
| Date:   Sat Mar 5 23:09:30 2016 +0100
| 
|     * OMCompiler 0e016dc...f31e10e (1):
|       > MM: Multiple algorithm sections without warning
| 
| M	OMCompiler
| 
* commit d938bed80d0d57abe39fba9761116f027e6ee09d
| Author: bernhard Thiele 
| Date:   Sat Mar 5 20:38:36 2016 +0100
| 
|     * OMCompiler 99fe3bd...0e016dc (1):
|       > Fix array elements #3651
| 
| M	OMCompiler
| 
* commit 4dbdbbbde7872aba08561a9ac210bf31c9cd0be4
| Author: Rüdiger Franke 
| Date:   Sat Mar 5 19:52:01 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 89ded3c...99fe3bd (2):
|       > Keep order of clocked partitions for regression tests
|       > Initial implementation of clocked continuous equations
|     
|     * testsuite 6739ebe...2cb99bf (1):
|       > Extend and update synchronous tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8c553bd78f935a130001906eb6683d242b73c062
| Author: hkiel 
| Date:   Sat Mar 5 08:27:21 2016 +0100
| 
|     * OMCompiler b8f53b0...89ded3c (1):
|       > remove superfluos check for failure it already failed in the first case
| 
| M	OMCompiler
| 
* commit 4c3ea7c18a09a1b604ea2d2d780e99d347c942cd
| Author: hkiel 
| Date:   Sat Mar 5 08:14:15 2016 +0100
| 
|     * OMCompiler b388aff...b8f53b0 (1):
|       > fix two compiler warnings in parser
| 
| M	OMCompiler
| 
* commit 2b0f39e14a363f0499b2ac90bd2bf99cf02346c7
| Author: Rüdiger Franke 
| Date:   Sat Mar 5 00:48:19 2016 +0100
| 
|     * testsuite e89ea24...6739ebe (1):
|       > test an integer clock with sample time < 1s
| 
| M	testsuite
| 
* commit 538c7f0f55a5bfb75cf1f8d1a02901c16a49234d
| Author: adrpo 
| Date:   Fri Mar 4 23:34:09 2016 +0100
| 
|     * OMCompiler a391fa9...b388aff (1):
|       > - cast to double so that 1/10 doesn't become zero
| 
| M	OMCompiler
| 
* commit a5f5caf7daa6a9aa82c52be4913df82ba20af4ac
| Author: Martin Sjölund 
| Date:   Fri Mar 4 22:32:44 2016 +0100
| 
|     * OMCompiler bcd948c...a391fa9 (1):
|       > Use isPresent() to disable some allocations
| 
| M	OMCompiler
| 
* commit ec45b4673ef3e6081181d28249c96f2b1feb451f
| Author: Adeel Asghar 
| Date:   Fri Mar 4 19:43:54 2016 +0100
| 
|     * OMEdit dd67911...c09a16c (1):
|       > Fixes #3746. Added GUI interface to manage uses annotation.
| 
| M	OMEdit
| 
* commit 379dd2f0b73a6e3c1b3b107d6c115829ebd7519f
| Author: hudson 
| Date:   Fri Mar 4 19:11:28 2016 +0100
| 
|     * libraries fdb7693...286ccac (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit dca6b1ba340a5b3e3f6fb8b5281730128178cc69
| Author: Adeel Asghar 
| Date:   Fri Mar 4 16:40:24 2016 +0100
| 
|     * OMEdit 2eb86cd...dd67911 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fixes #3746. Add uses annotation for the package.
| 
| M	OMEdit
| 
* commit 1f34d20b7dbd7d60207cdbcc80d24760e6a7213c
| Author: Martin Sjölund 
| Date:   Fri Mar 4 16:12:50 2016 +0100
| 
|     * OMCompiler cfa27e9...bcd948c (1):
|       > Add basic memory profiling to execstat
| 
| M	OMCompiler
| 
* commit bc30b5e458f5c4cd35492b4c404ed4e80c55c08d
| Author: Martin Sjölund 
| Date:   Fri Mar 4 15:59:40 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 150bb05...cfa27e9 (1):
|       > Add implementation of isPresent()
|     
|     * testsuite 86e35fa...e89ea24 (1):
|       > Add tests for isPresent()
| 
| M	OMCompiler
| M	testsuite
| 
* commit 776a0349c21f91948516de8f531f904759cc6128
| Author: Martin Sjölund 
| Date:   Fri Mar 4 15:57:47 2016 +0100
| 
|     Add isPresent to the dictionary
| 
| M	.openmodelica.aspell
| 
* commit 5e4fb3c72812abc0059927cc4608f39fa5790d10
| Author: Adeel Asghar 
| Date:   Fri Mar 4 15:42:10 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8abe1ff...150bb05 (1):
|       > More output from getClassInformation.
|     
|     * testsuite 9e5ee31...86e35fa (1):
|       > Updated tests for getClassInformation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5cbb69a176c50a76325a121a67c09fa10d6931a6
| Author: Martin Sjölund 
| Date:   Fri Mar 4 15:22:36 2016 +0100
| 
|     * OMEdit cd90f74...2eb86cd (1):
|       > Updated the Japanese translation
| 
| M	OMEdit
| 
* commit 27134c6acd16cb8355be53af773f5c4e6a10d7bf
| Author: hkiel 
| Date:   Fri Mar 4 15:02:15 2016 +0100
| 
|     * OMCompiler cc074b4...8abe1ff (1):
|       > try to reduce memory usage - use listReverseInPlace where possible - remove some recursions and matchcontinue
| 
| M	OMCompiler
| 
* commit c77d86a0a102ead6fd1f13a271aee313f69eb0ac
| Author: Rüdiger Franke 
| Date:   Fri Mar 4 13:34:35 2016 +0100
| 
|     * OMCompiler f8a8026...cc074b4 (1):
|       > Improve error message if resolveClock fails
| 
| M	OMCompiler
| 
* commit d67f243b49c2d4443ba30ae69c52c91b01b97770
| Author: Adeel Asghar 
| Date:   Fri Mar 4 12:43:08 2016 +0100
| 
|     * OMEdit 6830f82...cd90f74 (1):
|       > Fixes #3744. Avoid adding NaN to extent.
| 
| M	OMEdit
| 
* commit 81a96bf75ba2e75370235f12c6f5e89c485ad838
| Author: Martin Sjölund 
| Date:   Fri Mar 4 09:59:31 2016 +0100
| 
|     * OMCompiler 224e2c4...f8a8026 (1):
|       > Fix zlib for OSX nighly
| 
| M	OMCompiler
| 
* commit ba924b0e01d6feda049d01ccff98111e0d78a08d
| Author: Martin Sjölund 
| Date:   Fri Mar 4 09:33:56 2016 +0100
| 
|     * OMCompiler b308daf...224e2c4 (1):
|       > Workaround for Java8
| 
| M	OMCompiler
| 
* commit fdf26c27b3dccdfb5dbc3ea0511b5b98cbbc5b69
| Author: Martin Sjölund 
| Date:   Thu Mar 3 20:49:22 2016 +0100
| 
|     * doc 0d2d54d...32655e3 (1):
|       > Linux instructions
| 
| M	doc
| 
* commit d5c6967f426ad9e32979eb3828c29172b3104f64
| Author: adrpo 
| Date:   Thu Mar 3 19:29:00 2016 +0100
| 
|     * OMCompiler 0eaf54c...b308daf (1):
|       > - fix front-end parts of #3503
| 
| M	OMCompiler
| 
* commit 31b626f4c246c9dad1144df90e694548f9ccdb27
| Author: hudson 
| Date:   Thu Mar 3 19:13:11 2016 +0100
| 
|     Updating submodules
|     * OMCompiler fa8b0d2...0eaf54c (2):
|       > attempt to fix Linux build
|       > update 3rdParty to fix windows build
|     
|     * libraries 975fb23...fdb7693 (1):
|       > Bump libraries
| 
| M	OMCompiler
| M	libraries
| 
* commit e5519f44216e23bcaaaffd4edb1aab7772c3c719
| Author: hudson 
| Date:   Thu Mar 3 16:06:48 2016 +0100
| 
|     * doc bf13bed...0d2d54d (1):
|       > Merge pull request #16 from dietmarw/patch-1
| 
| M	doc
| 
* commit 0150a5ecedcea7bf40acb63a98de19ec86bcda0f
| Author: Adeel Asghar 
| Date:   Thu Mar 3 15:06:07 2016 +0100
| 
|     * doc 19af68b...bf13bed (1):
|       > Print plot command interface instead of maintaining options.
| 
| M	doc
| 
* commit b6963e5f58f685cc1280a46375c83051c88b7e94
| Author: Adeel Asghar 
| Date:   Thu Mar 3 14:54:04 2016 +0100
| 
|     * doc 6bd7fa7...19af68b (4):
|       > Updated plot command options.
|       > Indentation.
|       > Debugging.mo is in the test models now.
|       > Fixed getComponentModifierNames call.
| 
| M	doc
| 
* commit a4cf7c33ac246a4332f55c6a337921a89688b873
| Author: Martin Sjölund 
| Date:   Thu Mar 3 14:23:31 2016 +0100
| 
|     * OMCompiler 64554e1...fa8b0d2 (1):
|       > MetaModelica has more bits available
| 
| M	OMCompiler
| 
* commit 6b79f7034b79fa209a2bcb6ba083d28e1ce4386f
| Author: Adeel Asghar 
| Date:   Thu Mar 3 14:03:36 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ef88044...64554e1 (1):
|       > Added Debugging.mo to examples.
|     
|     * testsuite b61d804...9e5ee31 (1):
|       > Removed Debugging.mo as is now part of OMCompiler/Examples.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2cc1d929f3e7c100efff55166fafc7b23bfce20e
| Author: Adeel Asghar 
| Date:   Thu Mar 3 13:40:55 2016 +0100
| 
|     * doc b5de146...6bd7fa7 (1):
|       > Documentation about __OpenModelica_infoHeader.
| 
| M	doc
| 
* commit ff69653cf1ac8d573faefa2b61004b6e40edadd5
| Author: hkiel 
| Date:   Thu Mar 3 08:33:04 2016 +0100
| 
|     * OMCompiler 3a40ea3...ef88044 (2):
|       > put cascaded listAppend in optimal order
|       > optimize some list operations matchcontinue -> match
| 
| M	OMCompiler
| 
* commit 06bfbaa4688b96664d09f3e4b233354b663dfcbd
| Author: Martin Sjölund 
| Date:   Thu Mar 3 07:59:24 2016 +0100
| 
|     * OMCompiler 1d8aec6...3a40ea3 (1):
|       > Update external C-sources for MSL 3.2.2
| 
| M	OMCompiler
| 
* commit 548d50e458cf23382900aab78fee863659a4eb24
| Author: Adeel Asghar 
| Date:   Thu Mar 3 02:32:25 2016 +0100
| 
|     * OMEdit b1364f4...6830f82 (1):
|       > Fixes #3723. Only return true if absolute file path exists.
| 
| M	OMEdit
| 
* commit 7b66289a75009443d83571d064ed5c77480baf3b
| Author: Willi Braun 
| Date:   Wed Mar 2 19:51:27 2016 +0100
| 
|     * OMCompiler dc5bdff...1d8aec6 (1):
|       > fix functionTree propogation for system homotopy0
| 
| M	OMCompiler
| 
* commit 663002f8ed49aef6661e65e5622a480edd47d4e3
| Author: hudson 
| Date:   Wed Mar 2 19:37:18 2016 +0100
| 
|     * libraries 12ec59b...975fb23 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 99cfa73fcf57c160a321426ed22b6c10c35393b4
| Author: Willi Braun 
| Date:   Wed Mar 2 19:17:12 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 540ad84...dc5bdff (1):
|       > better fix for #3738
|     
|     * testsuite d9a9c88...b61d804 (1):
|       > expected output for fix #3738
| 
| M	OMCompiler
| M	testsuite
| 
* commit f692678567c434ceb3e311a9c7cf146e1ad784cd
| Author: Rüdiger Franke 
| Date:   Wed Mar 2 18:58:38 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6e9b4f9...540ad84 (2):
|       > Fix FMI 2.0 dependenciesKind
|       > Fix FMI 2.0 dependencies
|     
|     * testsuite 840e9cc...d9a9c88 (2):
|       > Adapt to fixed FMI 2.0 dependenciesKind
|       > adapt to fixed FMI 2.0 dependencies
| 
| M	OMCompiler
| M	testsuite
| 
* commit 72670a1ab5e23b92a38644fcd42ce9235deb252f
| Author: Willi Braun 
| Date:   Wed Mar 2 18:09:30 2016 +0100
| 
|     * OMCompiler 77ddf9e...6e9b4f9 (1):
|       > try to fix #3738
| 
| M	OMCompiler
| 
* commit fcdb1b2daf939af7461ddad374e9a49c47acadd3
| Author: Martin Sjölund 
| Date:   Wed Mar 2 16:54:25 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fc73d03...77ddf9e (1):
|       > Fix some ordering of listAppend in SimCodeUtil
|     
|     * testsuite 66b3572...840e9cc (1):
|       > Fix expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7d9ec93acb1b90a5a40998d0f9b660c14b477824
| Author: Adeel Asghar 
| Date:   Wed Mar 2 15:41:58 2016 +0100
| 
|     * OMEdit 8d2d2ec...b1364f4 (2):
|       > Fixes #3737. Update ComponentInfo when makeClassNameRelative is used.
|       > Add OMEdit to version.
| 
| M	OMEdit
| 
* commit 23d9358fe6dbdd0bf19cb9ae01939cdf678a469a
| Author: Martin Sjölund 
| Date:   Wed Mar 2 15:16:30 2016 +0100
| 
|     * OMCompiler 7e7852d...fc73d03 (1):
|       > Change order of some listAppend calls
| 
| M	OMCompiler
| 
* commit 22fcd4f5f74c0ae65495c4b3b2a80df8de3e6527
| Author: Martin Sjölund 
| Date:   Wed Mar 2 14:56:34 2016 +0100
| 
|     * OMCompiler 7f65a75...7e7852d (1):
|       > Remove FMI1 log-message
| 
| M	OMCompiler
| 
* commit 02944957ecc6ed5331f9e64f2790c2e69e290dbc
| Author: Willi Braun 
| Date:   Wed Mar 2 14:39:30 2016 +0100
| 
|     * OMCompiler 38f4165...7f65a75 (2):
|       > remove unnecessery variables merge
|       > remove unnecessary array list transformation
| 
| M	OMCompiler
| 
* commit 5ba5d1d1f41124eb9129af2eb2eae6da94db3ca6
| Author: Adeel Asghar 
| Date:   Wed Mar 2 14:06:28 2016 +0100
| 
|     * OMCompiler 00e96ac...38f4165 (1):
|       > Include OpenModelica in version string.
| 
| M	OMCompiler
| 
* commit 0311ceb4061711bfa18ff0700d300c3545dc3bf6
| Author: Martin Sjölund 
| Date:   Wed Mar 2 13:49:21 2016 +0100
| 
|     * OMCompiler 5161a93...00e96ac (1):
|       > Change order of listAppend in BackendDAEUtil
| 
| M	OMCompiler
| 
* commit fc8fda8e824c10a37f63607fa9b403800a0bef01
| Author: Martin Sjölund 
| Date:   Wed Mar 2 13:36:08 2016 +0100
| 
|     Updating submodules
|     
|     * OMEdit 62c0c86...8d2d2ec (1):
|       > Use the correct object.
|     
|     * libraries 7720c2a...12ec59b (1):
|       > Bump libraries
|     
|     * testsuite a064174...66b3572 (1):
|       > Expected output after MSL 3.2.1 update
| 
| M	OMEdit
| M	libraries
| M	testsuite
| 
* commit f8e679b7ab927ae39ebf40ff4e6c47c598402866
| Author: Martin Sjölund 
| Date:   Wed Mar 2 12:07:13 2016 +0100
| 
|     * OMCompiler 0a0d480...5161a93 (1):
|       > Notify the user about listAppend in wrong order
| 
| M	OMCompiler
| 
* commit 5154fba3adfa8f63a0b65868dc42ca9fd49eb8cb
| Author: Martin Sjölund 
| Date:   Wed Mar 2 11:46:00 2016 +0100
| 
|     Add words to aspell dictionary
| 
| M	.openmodelica.aspell
| 
* commit 3ac44823aad03bdf431a3c8306876dee3905b54f
| Author: Martin Sjölund 
| Date:   Wed Mar 2 09:07:20 2016 +0100
| 
|     * OMCompiler 23bb6ec...0a0d480 (1):
|       > Implement Dangerous.listSetRest
| 
| M	OMCompiler
| 
* commit 88e121b0ade9a0bb83dd501124f31eba835fe686
| Author: Rüdiger Franke 
| Date:   Wed Mar 2 08:26:16 2016 +0100
| 
|     * OMCompiler e4f94d6...23bb6ec (1):
|       > Fix 3a7d119 for arbitrary tree traversal order
| 
| M	OMCompiler
| 
* commit 66099da69d1d9860ed133884e93d575b1b155088
| Author: Martin Sjölund 
| Date:   Wed Mar 2 07:01:33 2016 +0100
| 
|     * OMCompiler 769e528...e4f94d6 (1):
|       > Add support for MA Impure annotation
| 
| M	OMCompiler
| 
* commit 09c0222cdca04b4555fb8c98b80c4bfb3703aedf
| Author: bernhard Thiele 
| Date:   Tue Mar 1 23:10:37 2016 +0100
| 
|     * testsuite 6a51189...a064174 (1):
|       > Fixed reference files #3730
| 
| M	testsuite
| 
* commit cf0e52d619818573f9fcc63a6c08ec8069ad5d29
| Author: Rüdiger Franke 
| Date:   Tue Mar 1 22:21:31 2016 +0100
| 
|     * OMCompiler 3a7d119...769e528 (1):
|       > obtain grand parent from previously stored parent
| 
| M	OMCompiler
| 
* commit e3a563e86c297837c066b5ace53fa85ddfec3f16
| Author: Rüdiger Franke 
| Date:   Tue Mar 1 21:38:04 2016 +0100
| 
|     * OMCompiler dbf1710...3a7d119 (1):
|       > implement backward propagation of clock conversions
| 
| M	OMCompiler
| 
* commit ffd9d0f58df754f4f390c30fc418988032c76b47
| Author: Adeel Asghar 
| Date:   Tue Mar 1 17:48:04 2016 +0100
| 
|     * OMEdit 678bb3b...62c0c86 (1):
|       > Fixes #3558. Fixed the text orientation for flipping & rotation. Added shortcuts for flipping.
| 
| M	OMEdit
| 
* commit c1e65985a06c9b849f7f6f4cbe16d31f023d4fd5
| Author: Martin Sjölund 
| Date:   Tue Mar 1 16:32:16 2016 +0100
| 
|     * OMCompiler 8114196...dbf1710 (1):
|       > Use a FIFO instead of slow listAppend
| 
| M	OMCompiler
| 
* commit 7aaa5fee0b3ada919ed6046c9cf19c1873f0534f
| Author: Per Östlund 
| Date:   Tue Mar 1 15:28:43 2016 +0100
| 
|     * OMCompiler 3f4477c...8114196 (1):
|       > Fix segfault in InstSection.unroll.
| 
| M	OMCompiler
| 
* commit 669339bf97ab8c69d6654d0f5217fd934685998a
| Author: Martin Sjölund 
| Date:   Tue Mar 1 14:10:15 2016 +0100
| 
|     * OMCompiler d65644e...3f4477c (1):
|       > Fix code generation for add-array-scalar
| 
| M	OMCompiler
| 
* commit 825da28b8e6db0e86db2853ea45c7aeb41996646
| Author: Martin Sjölund 
| Date:   Tue Mar 1 13:04:48 2016 +0100
| 
|     * OMCompiler 26ec49e...d65644e (1):
|       > Optimize max({arr})->max(arr) instead of arr
| 
| M	OMCompiler
| 
* commit 978cfa442e6e9fa754a0ce657b593020580318f6
| Author: Adeel Asghar 
| Date:   Tue Mar 1 12:34:58 2016 +0100
| 
|     * OMEdit d189425...678bb3b (1):
|       > Add OMEdit git hash in omeditcommunication.log file.
| 
| M	OMEdit
| 
* commit 7b02f0e6854e2a47705cfa985e69849da980a426
| Author: Martin Sjölund 
| Date:   Tue Mar 1 09:31:35 2016 +0100
| 
|     * OMCompiler a1a01c3...26ec49e (1):
|       > Handle expandExpression for unary
| 
| M	OMCompiler
| 
* commit 9489433d668f730d1fd443810e03747258e7f75c
| Author: Martin Sjölund 
| Date:   Tue Mar 1 09:18:30 2016 +0100
| 
|     * OMCompiler 0bb9e15...a1a01c3 (1):
|       > Initialize variable to zero
| 
| M	OMCompiler
| 
* commit c8e2060807a4c9a719946b0f303d9c52a35a5d46
| Author: Adeel Asghar 
| Date:   Tue Mar 1 00:24:49 2016 +0100
| 
|     * OMEdit 712ee8f...d189425 (3):
|       > Update README.md
|       > More README.md updates.
|       > Updated README.md
| 
| M	OMEdit
| 
* commit 0acf401d4a85287dde53f08295462a0a1438a041
| Author: Adeel Asghar 
| Date:   Tue Mar 1 00:12:38 2016 +0100
| 
|     * OMEdit 77fc815...712ee8f (1):
|       > Chinese nls by Wenhui Li. Removed tsrelease.bat since its done as part of makefile. Added the README.md.
| 
| M	OMEdit
| 
* commit 3e7e3a18e6b2c1d9c6b66ce6183ce110b9a65e00
| Author: Adeel Asghar 
| Date:   Mon Feb 29 23:45:24 2016 +0100
| 
|     * OMEdit 46bef23...77fc815 (1):
|       > Fixes #3731. Don't create empty Icon & Diagram annotations when creating a class.
| 
| M	OMEdit
| 
* commit 73eda236ce518451e42983a21b324d19641ee5dc
| Author: Adeel Asghar 
| Date:   Mon Feb 29 23:33:18 2016 +0100
| 
|     * OMEdit 22a1579...46bef23 (2):
|       > Ignore version.h file.
|       > Added OMEdit git hash to about dialog.
| 
| M	OMEdit
| 
* commit 4c3a21e77e1e29d7bab671567c54c4d35d1ad06f
| Author: Martin Sjölund 
| Date:   Mon Feb 29 23:20:26 2016 +0100
| 
|     * OMCompiler c64c048...0bb9e15 (1):
|       > Implement vector() code generation
| 
| M	OMCompiler
| 
* commit 36a4b1180a27d85db30693aaaf1c03d8afbe89f1
| Author: Martin Sjölund 
| Date:   Mon Feb 29 22:31:46 2016 +0100
| 
|     * OMCompiler 5cd19d9...c64c048 (1):
|       > OSX fix for new MSL tables
| 
| M	OMCompiler
| 
* commit d20eb44773e2bf327bf13b2ab40cc979bda633fb
| Author: Adeel Asghar 
| Date:   Mon Feb 29 19:45:45 2016 +0100
| 
|     * OMEdit 9adc7f5...22a1579 (1):
|       > Fixes #1900. Added support for expandable connectors.
| 
| M	OMEdit
| 
* commit 884927e3362c77137f6d698758eecf7350067b31
| Author: hudson 
| Date:   Mon Feb 29 19:10:53 2016 +0100
| 
|     * libraries 4faff19...7720c2a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 449a4b61dcd3f645f235602a142dba1803d7db78
| Author: Martin Sjölund 
| Date:   Mon Feb 29 18:08:01 2016 +0100
| 
|     * OMCompiler 5e8f396...5cd19d9 (1):
|       > Allow modifications for addClassAnnotation API
| 
| M	OMCompiler
| 
* commit 587747f62e90c931ca1c440a942e0bbaa6e04ab4
| Author: Martin Sjölund 
| Date:   Mon Feb 29 16:34:49 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cd48e7d...5e8f396 (1):
|       > Unparse {a for a in as} correctly
|     
|     * testsuite af1d80f...6a51189 (1):
|       > Expected output after fixing reduction unparsing
| 
| M	OMCompiler
| M	testsuite
| 
* commit 44adf2eb9de53061c256017eedf9e317b6f61f2e
| Author: Rüdiger Franke 
| Date:   Mon Feb 29 15:24:53 2016 +0100
| 
|     * OMCompiler cf999be...cd48e7d (1):
|       > Support multiple integer base clocks
| 
| M	OMCompiler
| 
* commit f45704f0dbf4b737fd3465b03653f3f9cc57dc96
| Author: Willi Braun 
| Date:   Mon Feb 29 14:16:26 2016 +0100
| 
|     * OMCompiler 5458fb5...cf999be (3):
|       > improve extractVarFromVar
|       > improve BackendVariable.mo further
|       > added isVarAlg function
| 
| M	OMCompiler
| 
* commit c7e54176a7c95480f9487c77d8cccd170b10fad3
| Author: Martin Sjölund 
| Date:   Mon Feb 29 12:27:06 2016 +0100
| 
|     * OMCompiler 5fd29e6...5458fb5 (1):
|       > Handle poorly unparsed strings
| 
| M	OMCompiler
| 
* commit ce447fc54d8a1f3dcf08bd726127ea91b2dff7e6
| Author: Martin Sjölund 
| Date:   Mon Feb 29 11:16:25 2016 +0100
| 
|     * OMCompiler 32cb4c1...5fd29e6 (1):
|       > Handle StandardTables depends by dynamic linking
| 
| M	OMCompiler
| 
* commit 54a20bb220f36fc660b740639378e6f919cf6872
| Author: hudson 
| Date:   Mon Feb 29 09:31:45 2016 +0100
| 
|     * libraries 09cc089...4faff19 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 057a307c422b586978d6a67da5a8e8e51d5be634
| Author: Rüdiger Franke 
| Date:   Mon Feb 29 08:35:48 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5d5c631...32cb4c1 (1):
|       > implement event clock in Cpp runtime
|     
|     * testsuite da23935...af1d80f (1):
|       > add test for event clock
| 
| M	OMCompiler
| M	testsuite
| 
* commit 82e9be6820b666607d55887d8af8719d3740eceb
| Author: vruge 
| Date:   Sun Feb 28 22:56:52 2016 +0100
| 
|     * OMCompiler ca1480a...5d5c631 (1):
|       > added debuge dump for loops
| 
| M	OMCompiler
| 
* commit f2b4d1817621c571508dac60fd09810f39b1bb46
| Author: hkiel 
| Date:   Sun Feb 28 20:35:34 2016 +0100
| 
|     * OMCompiler f5881f2...ca1480a (1):
|       > remove some matchcontinue
| 
| M	OMCompiler
| 
* commit ebe7a971cd45ec385be46193e5a20fdd753147b8
| Author: vruge 
| Date:   Sun Feb 28 19:33:09 2016 +0100
| 
|     * OMCompiler 3a8f02a...f5881f2 (1):
|       > recursion -> loop -small optimization
| 
| M	OMCompiler
| 
* commit c00351ca09b8de670a6c59897d68976075056ff2
| Author: hudson 
| Date:   Sun Feb 28 19:10:44 2016 +0100
| 
|     * libraries 49af79a...09cc089 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c1e1b98da9332ab9789869f81c4d521738c817f6
| Author: Martin Sjölund 
| Date:   Sun Feb 28 15:36:50 2016 +0100
| 
|     Updating submodules
|     
|     * OMEdit 01159f9...9adc7f5 (2):
|       > Fix builds.
|       > Fixes #3728. Convert the modelica:// used in link tag.
|     
|     * libraries 1149ead...49af79a (5):
|       > Bump libraries
|       > Fix Integer_inf patch
|       > Bump MSL, redo patches
|       > Bump libraries
|       > Updated scripts for generating MSL patches
|     
|     * testsuite bf2f7a7...da23935 (1):
|       > Fix for new MSL patch
| 
| M	OMEdit
| M	libraries
| M	testsuite
| 
* commit bf2eaaaf15d0676c8d23a5295e7303922b80ccd5
| Author: vruge 
| Date:   Sun Feb 28 00:44:53 2016 +0100
| 
|     * OMCompiler 2d6fcff...3a8f02a (1):
|       > fixed compiler warning
| 
| M	OMCompiler
| 
* commit efd648ade78eed092fd02bbe5141a556f8edd4f0
| Author: vruge 
| Date:   Sun Feb 28 00:31:27 2016 +0100
| 
|     * OMCompiler 35e5ffa...2d6fcff (1):
|       > remove matchcontinue for some functions
| 
| M	OMCompiler
| 
* commit 8faec54040c745bce33b477e5cf2fe9233fe4c04
| Author: vruge 
| Date:   Sat Feb 27 21:47:43 2016 +0100
| 
|     * OMCompiler e5a26e4...35e5ffa (1):
|       > addEquation: remove matchcontinue
| 
| M	OMCompiler
| 
* commit 24787ab52ae9416baf401905104f264a80844197
| Author: Martin Sjölund 
| Date:   Sat Feb 27 06:50:47 2016 +0100
| 
|     * testsuite 33e9c6a...bf2f7a7 (1):
|       > Add `-d=noevalfunc` for slow test in PR #462
| 
| M	testsuite
| 
* commit caa0c7465558746fdd4648f220892380c603d550
| Author: hkiel 
| Date:   Fri Feb 26 21:42:27 2016 +0100
| 
|     * OMCompiler a3605ed...e5a26e4 (1):
|       > rescursion -> loop
| 
| M	OMCompiler
| 
* commit cbeadece2f5c7ca65bf89652dd6d7629ba8583cf
| Author: Martin Sjölund 
| Date:   Fri Feb 26 19:05:02 2016 +0100
| 
|     * OMCompiler bd3e67c...a3605ed (2):
|       > Add ModelicaMatIO for MSL 3.2.1
|       > New ModelicaExternalC
| 
| M	OMCompiler
| 
* commit 1905281dccddb8e4e6db8ebd44e19eb1380f0f0e
| Author: Martin Sjölund 
| Date:   Fri Feb 26 12:12:10 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8e32ac5...bd3e67c (1):
|       > Fix a bug that lost tokens in the diff algorithm
|     
|     * testsuite f2a1299...33e9c6a (1):
|       > Add testcase for tables diff
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5eb1cfeaf18a7a6777c74ed6ae75f141250e9d16
| Author: hudson 
| Date:   Fri Feb 26 06:48:13 2016 +0100
| 
|     * libraries bd4624b...1149ead (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cc01fde8d096b5a08a453632e502e3b77959f34b
| Author: Adeel Asghar 
| Date:   Fri Feb 26 00:36:53 2016 +0100
| 
|     * OMEdit c698004...01159f9 (1):
|       > Added context-menu to documentation view.
| 
| M	OMEdit
| 
* commit ace4e8881c1db828d5b37637f128f2fceb4aca0a
| Author: hudson 
| Date:   Thu Feb 25 19:11:51 2016 +0100
| 
|     * libraries eb40943...bd4624b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5298095e1b7ab23674e70bfbb2ad83dae72a359f
| Author: Adeel Asghar 
| Date:   Thu Feb 25 18:29:05 2016 +0100
| 
|     * OMEdit 1db86bd...c698004 (1):
|       > Use omc pretty-printing when diffModelicaFileListings() fails.
| 
| M	OMEdit
| 
* commit c28c65e155fcec08d28f61d595fcbb9f04865bee
| Author: Adeel Asghar 
| Date:   Thu Feb 25 16:58:37 2016 +0100
| 
|     * OMEdit d6904af...1db86bd (1):
|       > Update class text when duplicating another class in it.
| 
| M	OMEdit
| 
* commit b302feb93bce9681f94b7edeb099e5e6000db35d
| Author: Adeel Asghar 
| Date:   Thu Feb 25 15:28:19 2016 +0100
| 
|     * OMEdit 594af14...d6904af (1):
|       > Get rid of warning "URL has no schema set, use file:// for files". Create QWebPage on heap and delete it when loadFinished signal is raised.
| 
| M	OMEdit
| 
* commit 3bc49821c6e7150103051577d88e8ec33d557920
| Author: Per Östlund 
| Date:   Thu Feb 25 15:15:23 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 01fdb3e...8e32ac5 (1):
|       > Fix for #3722.
|     
|     * testsuite 6dd5045...f2a1299 (1):
|       > Update copyClass test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 41ca1bbe6a251a7d4329dbd1bbb3678b10c1dea6
| Author: Martin Sjölund 
| Date:   Thu Feb 25 14:55:19 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 457cabf...01fdb3e (1):
|       > Reject invalid polymorphic function call
|     
|     * testsuite bd38afd...6dd5045 (1):
|       > Add testcase for OM ticket #2974
| 
| M	OMCompiler
| M	testsuite
| 
* commit 61c5625ea0ab0ec420d768af415cd007f645f225
| Author: Martin Sjölund 
| Date:   Thu Feb 25 13:10:43 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8b8930d...457cabf (1):
|       > Constant variable names as constant patterns
|     
|     * testsuite c8ee0c3...bd38afd (1):
|       > Add test for OM ticket #3005
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4477029b56244065f98e231a29dfea8a6cbbccdd
| Author: Martin Sjölund 
| Date:   Thu Feb 25 10:46:30 2016 +0100
| 
|     * OMCompiler 064eb9e...8b8930d (1):
|       > Partially evaluated functions depend on modules
| 
| M	OMCompiler
| 
* commit d8c243d5e8b4cc2603a660c9ea16dc55561dd176
| Author: Jan Šilar 
| Date:   Thu Feb 25 10:33:27 2016 +0100
| 
|     * OMCompiler bd44300...064eb9e (2):
|       > PDEModelica bugfix
|       > PDEModelica boundary extrapolation
| 
| M	OMCompiler
| 
* commit 37a2e5963b76688ab42ca55e9f382ac14d0d7957
| Author: Lennart Ochel 
| Date:   Thu Feb 25 08:16:43 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8125c69...bd44300 (1):
|       > Add rule to differentiate homotopy
|     
|     * testsuite 6eaf3ba...c8ee0c3 (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 123c6144b41b18b2f914d3b892a6f282ebbbb69c
| Author: Adeel Asghar 
| Date:   Thu Feb 25 02:53:41 2016 +0100
| 
|     * OMEdit aabf416...594af14 (1):
|       > The nested class will be deleted by loadString. So only call deleteClass for classes that actually exists.
| 
| M	OMEdit
| 
* commit 4124c21e535baad66cf682aceaf14d08d5b42fcb
| Author: Adeel Asghar 
| Date:   Thu Feb 25 01:43:23 2016 +0100
| 
|     * OMEdit 6a0b046...aabf416 (1):
|       > Only use loadString merge true for package.mo
| 
| M	OMEdit
| 
* commit 8be486105b640d4e5afc0e343981a34f47b2024e
| Author: adrpo 
| Date:   Thu Feb 25 00:01:06 2016 +0100
| 
|     * testsuite 6b59e87...6eaf3ba (1):
|       > fix MatlabTranslator build
| 
| M	testsuite
| 
* commit a15bb9db31bb3402c18de948ceff1f4b5794c853
| Author: Adeel Asghar 
| Date:   Wed Feb 24 22:55:49 2016 +0100
| 
|     * OMEdit c6988d4...6a0b046 (1):
|       > Fixes #3719. Enable save as functionality.
| 
| M	OMEdit
| 
* commit da3faaa728da98d05fe30a19741ab9be9f3a3b43
| Author: hudson 
| Date:   Wed Feb 24 19:09:05 2016 +0100
| 
|     * libraries 679c034...eb40943 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ec58d534cdb8bc155634fd0d9e3c876bde7f6a24
| Author: adrpo 
| Date:   Wed Feb 24 15:56:50 2016 +0100
| 
|     * testsuite 4959350...6b59e87 (1):
|       > attempt to fix MatlabTranslator build
| 
| M	testsuite
| 
* commit 25b5be9ecba5b9a2bb88390c05f43b236e3716d1
| Author: hudson 
| Date:   Wed Feb 24 15:37:38 2016 +0100
| 
|     Updating submodules
|     * OMEdit 58588db...c6988d4 (1):
|       > Fixes #3311. Fixed loading __OpenModelica_infoHeader scripts.
|     
|     * libraries 9ca3906...679c034 (1):
|       > Bump libraries
| 
| M	OMEdit
| M	libraries
| 
* commit 37ecd43ba9d70bd111c9ef1248b9fa0ab159a1b3
| Author: Lennart Ochel 
| Date:   Wed Feb 24 15:12:49 2016 +0100
| 
|     * OMCompiler a61daef...8125c69 (2):
|       > Remove dead cases and cleanup
|       > Fix expansion of array expressions
| 
| M	OMCompiler
| 
* commit 16ef075646b4267ba2454cb6cb32c45a03e0d6a0
| Author: Martin Sjölund 
| Date:   Wed Feb 24 15:00:50 2016 +0100
| 
|     * libraries ef2aaa9...9ca3906 (2):
|       > Consider 3.2.2 and 3.2.1 the same
|       > Add buildsyspro
| 
| M	libraries
| 
* commit 63994f5bb0c29a1f591485a01b3151941987e7bb
| Author: Willi Braun 
| Date:   Wed Feb 24 13:06:05 2016 +0100
| 
|     * OMCompiler fa412ec...a61daef (1):
|       > fix for #3381
| 
| M	OMCompiler
| 
* commit b1aed4b67242e6f3a79a23808f7ac2e87c48341d
| Author: Adeel Asghar 
| Date:   Wed Feb 24 12:54:08 2016 +0100
| 
|     * OMEdit 74b00c4...58588db (1):
|       > Fixes #3714. Disable dragging components onto diagram layer of a package.
| 
| M	OMEdit
| 
* commit 41bdfe916353b5a273217ccbc621fdec02da8c92
| Author: Martin Sjölund 
| Date:   Wed Feb 24 09:27:02 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0b12aa5...fa412ec (2):
|       > Susan: Do not assign the same variable twice
|       > Add check for duplicate definitions
|     
|     * testsuite b535562...4959350 (2):
|       > Remove duplicate definition
|       > Add check for duplicate definitions
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5f596a22336dc87dd63add0b1bfba94a5f9a0972
| Author: hkiel 
| Date:   Wed Feb 24 06:31:06 2016 +0100
| 
|     * OMCompiler 4ddb2fe...0b12aa5 (1):
|       > use direct access to head and tail of lists we already check for empty lists in the for-loop's condition, no need to do it more often.
| 
| M	OMCompiler
| 
* commit de41fc7de6f6fd077963a5e750312a721369befd
| Author: Willi Braun 
| Date:   Wed Feb 24 02:46:28 2016 +0100
| 
|     * OMCompiler fc9c9bb...4ddb2fe (1):
|       > added cruntime LOG flag
| 
| M	OMCompiler
| 
* commit b23f8238128671892e7ce5774ecdfe38693abac0
| Author: Willi Braun 
| Date:   Wed Feb 24 01:37:13 2016 +0100
| 
|     * OMCompiler d541c90...fc9c9bb (1):
|       > fix for #3685
| 
| M	OMCompiler
| 
* commit 20494cc3fda7a316c7d1180fd41ec104ef8b2f50
| Author: Willi Braun 
| Date:   Wed Feb 24 00:21:08 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler da4204c...d541c90 (1):
|       > fix #3701
|     
|     * testsuite 0211a1a...b535562 (1):
|       > added testcase for #3701
| 
| M	OMCompiler
| M	testsuite
| 
* commit 054f6a853f307a63c922b1ea76ec2acea11a19ce
| Author: Adeel Asghar 
| Date:   Tue Feb 23 23:41:50 2016 +0100
| 
|     * OMEdit 41e95e9...74b00c4 (1):
|       > Removed tidy as is not needed.
| 
| M	OMEdit
| 
* commit 0719fbdbdcc0729e5ce7c7643bc6174624e341f6
| Author: hudson 
| Date:   Tue Feb 23 19:19:18 2016 +0100
| 
|     * OMEdit 9dd37a1...41e95e9 (138):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fixes #3311. Read the __OpenModelica_infoHeader annotation and use it in nested classes.
|       > Merge commit '19c42f3695c96c174fa890341650f7fe8dd863b4' as 'tidy'
|       > Fixes #3708. Call prepareGeometryChange to avoid unnecessary paint events.
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fixes #3706. Don't check components because we should not display class as missing one of components class is missing.
|       > Enhancements for #3690. Calculate "Number of Intervals" and "Interval" automatically. Enable/disable fields depending on the option selected.
|       > Fixes #3702. When user has changed the class name then update LibraryTreeItem.
|       > Fixes #3698. Don't try to merge AST just replace it.
|       > Only set the text when it is really new.
|       > Fixes #3607. Print message when checkModel & instantiateModel are successful.
|       > Fixes #3690. Added interval in the simulation dialog.
|       > Fixes #3683. Update connections when component is deleted.
|       > Fixes #3683. Update the component name in connections list when renameComponentInClass is used.
|       > Fixes #3686. Center on the CoOrdinateSystem properly.
|       > Fixes #3376. Added a command prompt for windows.
|       > Use the OMCInterface instead of sendCommand.
|       > Remove RCS-id from header files.
|       > Remove RCS-id from source files.
|       > Use isSimulationAllowed for updateBindings.
|       > Fixes #3673. Added button for infer bindings.
|       > Merge pull request #10 from rfranke/win
|       > Fixes #3630 Don't use diffModelicaFileListings when user manually edits in text view.
|       > Make C the default target language
|       > Fixes #3670. Set Target Compiler and Target Language flags.
|       > Added a settings option to enable/disable preserve indentation
|       > Fixes #3667. Added keyboard shortcuts for ordering classes.
|       > Merge pull request #9 from dietmarw/about
|       > Fixes #3665. Allow html display and clickable links for class comment.
|       > Fixes #3663. Renamed View Class to Open Class.
|       > Fixes #3665. Added component comment to the tooltip.
|       > Fixes #3665. Added the component class description to parameters dialog.
|       > Remove unnecessary colon.
|       > Run lupdate
|       > Show the description of solvers when user mouse over the solver drop down.
|       > Disable indentation-preserving unparsing
|       > Fixes #3654. Show default icon for components without icon annotation.
|       > Fixes #3648. Fixed spelling mistake.
|       > Merge pull request #7 from dietmarw/fixSpelling
|       > Merge pull request #6 from dietmarw/master
|       > Fixes #3607. Reset messages before checking, instantiation & simulation.
|       > Fixes 3620. Allow deleting classes through del key.
|       > Fixed #3604. Send the name change request into the depths recursively.
|       > Fixes #3585. Fixed creating class within a package.
|       > Russian translations by Andrey Lavrentyev
|       > Fixed crash when adding DynamicPipe to model.
|       > Merge pull request #5 from hkiel/omedit_documentation_zoom
|       > Don't match parentheses within comments and quotes sections. This default behavior can be changed in settings.
|       > Fix saving of debug configurations.
|       > Check correct extents.
|       > Updated the classes if needed before saving them.
|       > Always draw the connectors on top.
|       > Make sure group image is displayed.
|       > List the parameters based on 3 conditons, 1. Has a parameter prefix 2. Has a start/fixed binding 3. Has dialog annotation
|       > Added a missing semi-colon.
|       > #2391. Create a default initialization section to use.
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Enhanced the array connection dialog to allow connecting if root component is also array.
|       > #3447. Added path for msvc simulation executables.
|       > Fixes #3580. Start component name could be an array.
|       > Fix compilation of Modelica models on Linux.
|       > Merge pull request #4 from perost/variantfix
|       > Use the correct CoordinateSystem for Component boundingRect.
|       > Always add CoOrdinateSystem values if they are different from default.
|       > Fix for #3425. Keep the indentation while copying.
|       > Fix builds.
|       > Reduce the height of simulation messages.
|       > Fix for #3404. Menu options to open working directory and terminal.
|       > Fix for #3576. Allow exporting different types of FMUs.
|       > Merge pull request #3 from adeas31/indentation
|       > - update OMCProxy due to changes in API for #3417
|       > -Editing of external model parameters -Editable start command so user can specify any command they wanted
|       > Read operations before checking how many they are
|       > Rename Plot.h to OMPlot.h
|       > Bump for latest qmake.m4
|       > Fixes #3408. Set the origin item to bottom so that the connectors located at center of the component can be used.
|       > fix #3504, build with qt4 even if qt5 exists
|       > Fix OSX paths
|       > Try to fix OSX install_name_tool path
|       > add the path to cpp libraries when simulating
|       > Merge pull request #1 from hkiel/ignorefiles
|       > Use the configure CXX, etc instead of defaults
|       > Fixed the system documentation link. Removed the link to old users guide.
|       > Fix #3380: Properly save the replaceable nested classes.
|       > Fixed copying of libqjson.
|       > Removed duplicate copy commands.
|       > - copy libqjson.dll from its new place to build/bin - more Qt5 adaptation - use the linking flags just for linking, not for compiling
|       > - give the full path to cmake
|       > - fix OMEdit compilation
|       > - adapt to Qt5 and mingw64 - updated qjson to latest from: https://github.com/flavio/qjson
|       > #3374 - Added the close button to tabs.
|       > #3373 - Give more stack on Windows for the QT clients that use the omc dll.
|       > #3362 - Updated the question message according to context menu choice.
|       > #3362 - Use delete for nested classes instead of unload.
|       > - Store the interfaces in OMEdit and show list of interfaces for each sub-model
|       > Fetch the initialization methods, linear & non-linear solvers from simulation_options.h
|       > Open the html documentation for integration methods help.
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fetch the solver methods from simulation_options.h
|       > Open the HTML based documentation when user presses F1. We will embed the documentation with in OMEdit later.
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Added menu items to open the OpenModelica latest & old pdf documentation.
|       > Free the memory by deleting the QMessageBoxes when they close.
|       > Updated the language files.
|       > Ask for the e-mail address from the user when sending crash report.
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fixed opening of files passed as command line arguments.
|       > Fixed getTLMComponents. Generate default annotation for sub-models that doesn't have any. Some source code documentation.
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Added API structure for managing the meta-model xml data. Create directories for the sub-models and save their respective model files in them while saving the meta-model xml.
|       > Generate directories for sub models when saving meta-model.
|       > Fixed the ModelFile attribute of meta-model editor.
|       > #3354 - Allowing changing the shapes stacking order.
|       > #3352 - Allow creating new result file when doing re-simulation.
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Use mono-space font for Output.
|       > #3346 Added the camel case for components name.
|       > Moved co-simulation files to TLM directory.
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fetch interface data in a thread.
|       > - Updated common submodule.
|       > - Added GUI for fetch interface data.
|       > Fetch interface data for TLM co-simulation.
|       > Make External model useful for meta modeling. Delete the OriginItem when the component is deleted.
|       > Added TLM co-simulation in the Libraries Browser context menu. Allow opening TLM co-simulation output window from TLM co-simulation setup.
|       > - Moved some files to appropriate directories.
|       > - Show the status of simulation in the Archived simulations list.
|       > - TLM plugin log file named has changed.
|       > - Another stupid typo.
|       > - Fixed stupid typo.
|       > - No hover events in Component so no need to enable hover tracking. - Minor formatting & documentation in ModelWidgetContainer.cpp.
|       > - Check for existing LibraryTreeNode and display error if already exists.
|       > - Allow loading external models for TLM meta-modeling.
|       > - Use the preserve aspect ratio and initial scale of the component instead of the layer.
|       > - Make the text readable when component has flipping/rotation.
|       > - Visualize the Component origin with cross.
|       > #3123 - Fixed the Component flipping issues.
|       > - Use LF as eol to keep things uniform.
| 
| M	OMEdit
| 
* commit 481d9f462ff7b3ec756a13ef356a157456ba9c7b
| Author: Adeel Asghar 
| Date:   Tue Feb 23 18:39:39 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cb732fc...da4204c (1):
|       > Fixes #3311. Read __OpenModelica_infoHeader annotation.
|     
|     * testsuite 31cf006...0211a1a (1):
|       > Updated tests to new output of getDocumnentationAnnotation.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e3197589d13c45b0873b9fd371bf6d88f1b6c8bf
| Author: Lennart Ochel 
| Date:   Tue Feb 23 17:27:53 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 472d00e...cb732fc (1):
|       > Restrict domain of definition of exponential function
|     
|     * testsuite 691f38d...31cf006 (2):
|       > Add tests from ticket 3707
|       > Add test for OpenModelica/OMCompiler#425
| 
| M	OMCompiler
| M	testsuite
| 
* commit 38944d6de8208ebb33d8e96d7abac02c09cd0991
| Author: hkiel 
| Date:   Tue Feb 23 16:14:27 2016 +0100
| 
|     * OMCompiler a64582d...472d00e (1):
|       > recursive -> loop
| 
| M	OMCompiler
| 
* commit 548d2c1439bebf7aae298ebcbc23c8a22ba6eb50
| Author: Per Östlund 
| Date:   Tue Feb 23 15:48:52 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c93aec7...a64582d (1):
|       > Fix for #3577.
|     
|     * testsuite aab9e4a...691f38d (1):
|       > Added test for copyClass.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1cc229021e0f2bbedaa18f35b2e5ad90a84577e3
| Author: Martin Sjölund 
| Date:   Tue Feb 23 14:47:42 2016 +0100
| 
|     * OMCompiler 23dd7a9...c93aec7 (1):
|       > Do not optimize guarded patterns to switch
| 
| M	OMCompiler
| 
* commit 14b3072ac785a642b5acecb0b473ac11bf7dbe20
| Author: vwaurich 
| Date:   Tue Feb 23 13:55:00 2016 +0100
| 
|     * OMCompiler 3542223...23dd7a9 (1):
|       > - fix HPCOMScheduler
| 
| M	OMCompiler
| 
* commit 3b80959bcfafb91a0071280f4c248eca0766b863
| Author: Willi Braun 
| Date:   Tue Feb 23 12:51:51 2016 +0100
| 
|     * testsuite 816f474...aab9e4a (1):
|       > added testcase for #3500
| 
| M	testsuite
| 
* commit 37b930efc33cedf6a705cdb979da5300cffe5942
| Author: jhag 
| Date:   Tue Feb 23 11:24:57 2016 +0100
| 
|     * OMCompiler a59c824...3542223 (1):
|       > Modified array case in record handling
| 
| M	OMCompiler
| 
* commit 216045d9ec300eef31611769d6cd9d8c86bbab82
| Author: Martin Sjölund 
| Date:   Tue Feb 23 09:33:13 2016 +0100
| 
|     * OMCompiler 4bed8a9...a59c824 (1):
|       > Fix stack overflow
| 
| M	OMCompiler
| 
* commit a6b7b8d0c1bebd1777c293b625339130269f364f
| Author: Martin Sjölund 
| Date:   Tue Feb 23 09:20:29 2016 +0100
| 
|     * OMCompiler 86267ae...4bed8a9 (1):
|       > Fix stack overflow
| 
| M	OMCompiler
| 
* commit 8aef39a6df01785c3714ca9cc8164c9c0ec426a4
| Author: Martin Sjölund 
| Date:   Tue Feb 23 08:32:38 2016 +0100
| 
|     * OMEdit 9106a0c...9dd37a1 (1):
|       > Update translation files
| 
| M	OMEdit
| 
* commit 18090b130f5b649c333b5d5880b1604c2e31bc82
| Author: Lennart Ochel 
| Date:   Tue Feb 23 08:19:51 2016 +0100
| 
|     * OMCompiler 265024d...86267ae (1):
|       > Don't wrap functions within if expressions
| 
| M	OMCompiler
| 
* commit 27be65fd3d2df120836fc66c6bfc4e4d373357db
| Author: Rüdiger Franke 
| Date:   Tue Feb 23 07:36:59 2016 +0100
| 
|     * OMCompiler c06017c...265024d (1):
|       > fix to yesterday's commit c06017c
| 
| M	OMCompiler
| 
* commit 21409a249f0c83ba4346d6f329d2ee31f8a2b5af
| Author: Adeel Asghar 
| Date:   Tue Feb 23 01:42:33 2016 +0100
| 
|     * OMEdit a560950...9106a0c (1):
|       > Fixes #3708. Call prepareGeometryChange to avoid unnecessary paint events.
| 
| M	OMEdit
| 
* commit e18ee384fc0cbab1676b3e2eec85d66a692d369c
| Author: Rüdiger Franke 
| Date:   Mon Feb 22 21:51:00 2016 +0100
| 
|     * OMCompiler 3cd6f31...c06017c (1):
|       > check for equal base clocks
| 
| M	OMCompiler
| 
* commit 48a57081e65c43330d6e3bb830afd7463d9990e9
| Author: Lennart Ochel 
| Date:   Mon Feb 22 21:38:10 2016 +0100
| 
|     * OMCompiler 08f36de...3cd6f31 (2):
|       > Fix CRLF issue for override files
|       > Fix typos
| 
| M	OMCompiler
| 
* commit 51d73ad45f0496140fdd8f759d3f822ad3d95e2a
| Author: Martin Sjölund 
| Date:   Mon Feb 22 17:07:00 2016 +0100
| 
|     * OMCompiler 7153a59...08f36de (1):
|       > Fix stack overflow
| 
| M	OMCompiler
| 
* commit aa46d9c72094c75284c9ab710032ca432a94e2ed
| Author: Adeel Asghar 
| Date:   Mon Feb 22 16:46:08 2016 +0100
| 
|     * OMCompiler c4d4b4a...7153a59 (1):
|       > Check for what kind of FMUs we can export.
| 
| M	OMCompiler
| 
* commit 35baf30ad01ae5472d37df73eef95a95fe1b6264
| Author: Adeel Asghar 
| Date:   Mon Feb 22 15:30:26 2016 +0100
| 
|     * OMEdit e533fb8...a560950 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fixes #3706. Don't check components because we should not display class as missing one of components class is missing.
| 
| M	OMEdit
| 
* commit 5e22aefabc8d1542c0aac0e9542ab43070f92f27
| Author: Martin Sjölund 
| Date:   Mon Feb 22 15:11:24 2016 +0100
| 
|     * OMCompiler 0054a87...c4d4b4a (1):
|       > Fix stack overflow
| 
| M	OMCompiler
| 
* commit 2f7d2dd07a3e5d3b36898f1607b7d45224b584b9
| Author: Martin Sjölund 
| Date:   Mon Feb 22 13:50:52 2016 +0100
| 
|     * OMCompiler 4d60525...0054a87 (1):
|       > Handle comments in uniontypes with single record
| 
| M	OMCompiler
| 
* commit a42d61cc715e4dd9dfd89354231db732ef52dadd
| Author: Martin Sjölund 
| Date:   Mon Feb 22 12:13:18 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 15d130f...4d60525 (1):
|       > Introduce List.append_reverse
|     
|     * testsuite c0d0372...816f474 (1):
|       > DiffAlgorithm now depends on List.mo
| 
| M	OMCompiler
| M	testsuite
| 
* commit ad02b528e81f1ba56aa98ab717170e834017ee82
| Author: Martin Sjölund 
| Date:   Mon Feb 22 11:24:48 2016 +0100
| 
|     * OMCompiler 812a38e...15d130f (1):
|       > Fix stack overflow
| 
| M	OMCompiler
| 
* commit a29d93f1b54056562ab01054f6235400dd166a29
| Author: hudson 
| Date:   Mon Feb 22 07:09:10 2016 +0100
| 
|     * doc 1204474...b5de146 (3):
|       > Merge pull request #13 from dietmarw/patch-1
|       > Merge pull request #14 from dietmarw/patch-2
|       > Update the copyright year and add space in front
| 
| M	doc
| 
* commit e1a9686964ff8f6dd202be929d14e523f906c011
| Author: Martin Sjölund 
| Date:   Mon Feb 22 06:57:21 2016 +0100
| 
|     * OMEdit 49aab94...e533fb8 (1):
|       > Update Japanese translation files
| 
| M	OMEdit
| 
* commit 2e22310c98134d87b73c39231ce365269a14a8e9
| Author: Rüdiger Franke 
| Date:   Sun Feb 21 22:56:23 2016 +0100
| 
|     * OMCompiler 96ebbdd...812a38e (1):
|       > guard against synchronous models without variables
| 
| M	OMCompiler
| 
* commit d4bdf58f3c0dfa9347747e39105a82b5b5263f4d
| Author: Rüdiger Franke 
| Date:   Sun Feb 21 19:46:33 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8768d11...96ebbdd (4):
|       > adapt +d=dumpSynchronous to expected output
|       > remove new debug output from +d=dumpSynchronous
|       > Improve clock propagation in synchronous models
|       > Move Clocks from ModelStructure to TypeDefinitions
|     
|     * testsuite 68b2e96...c0d0372 (1):
|       > Adapt test to moved Clock declaration
| 
| M	OMCompiler
| M	testsuite
| 
* commit ab0fec288ae2b91cc707ee861554a6da3c866331
| Author: hudson 
| Date:   Sun Feb 21 19:09:06 2016 +0100
| 
|     * libraries b9bdff7...ef2aaa9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2080761dd09f15e0da2fecb9364eee14f688312b
| Author: Adeel Asghar 
| Date:   Sun Feb 21 15:25:34 2016 +0100
| 
|     * OMEdit 0dba740...49aab94 (1):
|       > Enhancements for #3690. Calculate "Number of Intervals" and "Interval" automatically. Enable/disable fields depending on the option selected.
| 
| M	OMEdit
| 
* commit f12627b9808995c45090c5ac3ae902205b91c122
| Author: Adeel Asghar 
| Date:   Sun Feb 21 14:33:22 2016 +0100
| 
|     * OMEdit 53f6bfc...0dba740 (1):
|       > Fixes #3702. When user has changed the class name then update LibraryTreeItem.
| 
| M	OMEdit
| 
* commit 4a1ff6d995579bff8cbf748dc41f7b3738b128c6
| Author: vruge 
| Date:   Sun Feb 21 10:01:34 2016 +0100
| 
|     * OMCompiler 49dc36a...8768d11 (1):
|       > build don't fail without git
| 
| M	OMCompiler
| 
* commit 307628bb49226ffc9c81d1c674da30c55c6b3d04
| Author: Rüdiger Franke 
| Date:   Sat Feb 20 22:54:43 2016 +0100
| 
|     * OMCompiler 4d534f7...49dc36a (2):
|       > work on clock sub- and supersampling
|       > fix clock sub- and supersampling in Cpp runtime
| 
| M	OMCompiler
| 
* commit f3d8b02211bb4e131f3cc8de52689580ec314127
| Author: hudson 
| Date:   Sat Feb 20 19:09:22 2016 +0100
| 
|     * libraries 18eec52...b9bdff7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0ef75934a2c558b3d271fe847cfdee8e17e9756f
| Author: vruge 
| Date:   Sat Feb 20 16:29:36 2016 +0100
| 
|     * testsuite 98c810c...68b2e96 (1):
|       > skipped intialation for some tests after structure breaker in https://github.com/OpenModelica/OMCompiler/pull/199
| 
| M	testsuite
| 
* commit 85849ee3f56f83fe89b8d15845ad906f30a0d389
| Author: Lennart Ochel 
| Date:   Sat Feb 20 12:34:15 2016 +0100
| 
|     * OMCompiler b3692d0...4d534f7 (1):
|       > Add more trace statements
| 
| M	OMCompiler
| 
* commit 2284d7e1584daf89c2d5bc3b4aadb606e8d51c8a
| Author: Lennart Ochel 
| Date:   Sat Feb 20 12:21:30 2016 +0100
| 
|     * OMCompiler 55cb649...b3692d0 (1):
|       > Clean up code generation
| 
| M	OMCompiler
| 
* commit 2dbe6e3b134bb3379f93b1f270ffc1d6bee7550e
| Author: adrpo 
| Date:   Sat Feb 20 03:51:27 2016 +0100
| 
|     * OMCompiler 63d57dd...55cb649 (1):
|       > fix frontend performance degradation #3697
| 
| M	OMCompiler
| 
* commit f92cbafea44669a223ba3db010a49f525b2a33e0
| Author: Adeel Asghar 
| Date:   Sat Feb 20 02:52:55 2016 +0100
| 
|     * OMEdit e722f83...53f6bfc (1):
|       > Fixes #3698. Don't try to merge AST just replace it.
| 
| M	OMEdit
| 
* commit e59f4534188b92079649521c222d8d2755c4ee30
| Author: hudson 
| Date:   Fri Feb 19 20:50:31 2016 +0100
| 
|     * libraries f947c93...18eec52 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e7b42f191e852d17b76aeb0c7c0a7f664f1533b4
| Author: Adeel Asghar 
| Date:   Fri Feb 19 18:06:39 2016 +0100
| 
|     * OMEdit 86b0320...e722f83 (1):
|       > Only set the text when it is really new.
| 
| M	OMEdit
| 
* commit 430f24a80cc3b0b6e07ce6a9388339307c07e2f8
| Author: Adeel Asghar 
| Date:   Fri Feb 19 17:54:43 2016 +0100
| 
|     * OMEdit 886a78e...86b0320 (1):
|       > Fixes #3607. Print message when checkModel & instantiateModel are successful.
| 
| M	OMEdit
| 
* commit 699f16a3667414290fb1090e6423078c28b96296
| Author: Adeel Asghar 
| Date:   Fri Feb 19 16:40:01 2016 +0100
| 
|     * OMEdit af41062...886a78e (1):
|       > Fixes #3690. Added interval in the simulation dialog.
| 
| M	OMEdit
| 
* commit aed5d18402119e93c827c13cc4c61eb610bf9538
| Author: Adeel Asghar 
| Date:   Fri Feb 19 15:15:42 2016 +0100
| 
|     * OMEdit 538f96a...af41062 (1):
|       > Fixes #3683. Update connections when component is deleted.
| 
| M	OMEdit
| 
* commit bb786e40d4a648fb5c040cbc84c4a1ac97a4df9f
| Author: Lennart Ochel 
| Date:   Fri Feb 19 13:07:29 2016 +0100
| 
|     * OMCompiler 56626b0...63d57dd (1):
|       > Handle roots of negative values
| 
| M	OMCompiler
| 
* commit cb2fb1795895ee5f27741dd6a3a0f2591ae31018
| Author: adrpo 
| Date:   Thu Feb 18 21:39:20 2016 +0100
| 
|     Updating submodules
|     * OMCompiler 78ba529...56626b0 (1):
|       > a bit of improvement for #3668
|     
|     * testsuite 916248f...98c810c (1):
|       > fix Matlab translator after changes to Absyn
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7a644badb40a55e5ec459979df3d1fb50f954457
| Author: Willi Braun 
| Date:   Thu Feb 18 20:50:22 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 880ef3c...78ba529 (1):
|       > review simplify usage in symbolic jacobians
|     
|     * testsuite 82097c7...916248f (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 81eabe9aceb6f662e24ae5deb723a7eeed84a8e6
| Author: hudson 
| Date:   Thu Feb 18 20:08:44 2016 +0100
| 
|     * libraries 97e15a9...f947c93 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6636cb17014a338c4e8fd00ac00240145f257abc
| Author: Martin Sjölund 
| Date:   Thu Feb 18 17:06:33 2016 +0100
| 
|     * OMCompiler 1adf486...880ef3c (1):
|       > Some runtime fixes for VS2013
| 
| M	OMCompiler
| 
* commit e32988c4a2a978db64629e43b96bcd46ef97bc5b
| Author: mhartung 
| Date:   Thu Feb 18 15:15:06 2016 +0100
| 
|     * OMCompiler ecf792f...1adf486 (1):
|       > fixed bug which lead to wrong cat_array behaviour for ArraySlice
| 
| M	OMCompiler
| 
* commit 0e4287636c12c7ca7532a0892bad4c37183cc98b
| Author: jhag 
| Date:   Thu Feb 18 14:41:09 2016 +0100
| 
|     * OMCompiler 01caff9...ecf792f (1):
|       > don't wrap "sign"-calls
| 
| M	OMCompiler
| 
* commit ab7c720b7aae131dc7bda3bb521b6e81063b5bfe
| Author: Willi Braun 
| Date:   Thu Feb 18 12:59:09 2016 +0100
| 
|     * OMCompiler 5a950a9...01caff9 (1):
|       > added differentiation rule for built-in sum call
| 
| M	OMCompiler
| 
* commit cc61e04683ee398abc32dacb58dbfdc2e115a632
| Author: Willi Braun 
| Date:   Thu Feb 18 01:50:35 2016 +0100
| 
|     * OMCompiler 7e414c9...5a950a9 (1):
|       > fix #3684
| 
| M	OMCompiler
| 
* commit 01473c2a492d23bed2e1c759e7a44ea70c40fe8c
| Author: Willi Braun 
| Date:   Thu Feb 18 01:37:42 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler dc7da8c...7e414c9 (1):
|       > fix #3687
|     
|     * testsuite 13d3e9d...82097c7 (1):
|       > added test for #3687 and minor adjustment
| 
| M	OMCompiler
| M	testsuite
| 
* commit f3c5c1e255b54d70be6ac7daee39f1b34a253ff9
| Author: hkiel 
| Date:   Thu Feb 18 00:21:00 2016 +0100
| 
|     * OMCompiler dd6bae1...dc7da8c (3):
|       > matchcontinue -> match
|       > Use filterOnTrue instead of filter
|       > recursive -> loop list optimizations
| 
| M	OMCompiler
| 
* commit aa31912188176078f9d8e9262f647a0be252939a
| Author: Rüdiger Franke 
| Date:   Wed Feb 17 20:34:04 2016 +0100
| 
|     * testsuite cb540a9...13d3e9d (1):
|       > add test for #3656 (sign of alias)
| 
| M	testsuite
| 
* commit 62e9cdb60bdd75c6916a077aca49a9a2e3da0840
| Author: hudson 
| Date:   Wed Feb 17 19:10:34 2016 +0100
| 
|     * libraries 6e6255d...97e15a9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 27d2f603173f1ca3a52968fcdb926124e9deb4f2
| Author: adrpo 
| Date:   Wed Feb 17 04:50:48 2016 +0100
| 
|     * OMCompiler 31eaa49...dd6bae1 (1):
|       > fix for #3688 and #3641
| 
| M	OMCompiler
| 
* commit 336eaa311ba8cda4d1443dad781634e0b62f7c30
| Author: hkiel 
| Date:   Tue Feb 16 21:41:12 2016 +0100
| 
|     * OMCompiler 18edd82...31eaa49 (1):
|       > optimize isConst*Work* removes need for boolean input argument optimize list operations
| 
| M	OMCompiler
| 
* commit 99eb3c33ce261564588bafde1b17ac14b43b9024
| Author: hudson 
| Date:   Tue Feb 16 19:09:16 2016 +0100
| 
|     * libraries deef0fb...6e6255d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d9d00b7e5080e01b74ae3d382405a37f020e1304
| Author: bernhard Thiele 
| Date:   Tue Feb 16 16:21:44 2016 +0100
| 
|     * OMCompiler e8a1b5c...18edd82 (1):
|       > Dumping state machines to streams
| 
| M	OMCompiler
| 
* commit 908c5f480499cb87c64f98717babc84ce350343c
| Author: Per Östlund 
| Date:   Tue Feb 16 14:28:01 2016 +0100
| 
|     * OMCompiler 3252674...e8a1b5c (1):
|       > Fix for #3662.
| 
| M	OMCompiler
| 
* commit 993c270189488fb5c4b0153db557d706d8bfe327
| Author: vruge 
| Date:   Tue Feb 16 10:47:13 2016 +0100
| 
|     * OMCompiler 3258410...3252674 (1):
|       > make equationList2 tail recursive
| 
| M	OMCompiler
| 
* commit e3a0bd5e53df4f85af416ff54af6ecc3d1f1fea2
| Author: vruge 
| Date:   Tue Feb 16 07:12:02 2016 +0100
| 
|     * OMCompiler 4492ef7...3258410 (1):
|       > make some traverseExpsOfExpList_WithStop tail recursive
| 
| M	OMCompiler
| 
* commit b1837e0418bcb8b2139f50e1515ba0911bd887c9
| Author: Adeel Asghar 
| Date:   Tue Feb 16 00:25:08 2016 +0100
| 
|     * OMEdit f66ffa7...538f96a (1):
|       > Fixes #3683. Update the component name in connections list when renameComponentInClass is used.
| 
| M	OMEdit
| 
* commit 7115e745adfe7511811dd5ab80082ae1ede2856e
| Author: vruge 
| Date:   Mon Feb 15 23:59:22 2016 +0100
| 
|     * OMCompiler fdebf71...4492ef7 (1):
|       > make equationNthSize1 tail recursive
| 
| M	OMCompiler
| 
* commit 3b4cea4a2371c1421da21dc9dae847e4d56a0937
| Author: vruge 
| Date:   Mon Feb 15 23:39:15 2016 +0100
| 
|     * OMCompiler bc07b69...fdebf71 (1):
|       > equationNth1: removed matchcontinue
| 
| M	OMCompiler
| 
* commit 6fd0b0b4141741d7d1d73c3743959c9aeb06d6bb
| Author: vruge 
| Date:   Mon Feb 15 23:22:21 2016 +0100
| 
|     * OMCompiler a38fd9a...bc07b69 (1):
|       > make traverseExpsOfExpList tail recursive
| 
| M	OMCompiler
| 
* commit d4a41d98828f80f1a8213babceae8fe661c21e54
| Author: vruge 
| Date:   Mon Feb 15 23:09:15 2016 +0100
| 
|     * OMCompiler ffa3db0...a38fd9a (1):
|       > make traverseExpsOfEquationListList_WithStop tail recursive
| 
| M	OMCompiler
| 
* commit e2037308ed2eaed883d1864df215a2b220cf089d
| Author: vruge 
| Date:   Mon Feb 15 22:19:56 2016 +0100
| 
|     * OMCompiler a2301d8...ffa3db0 (1):
|       > make traverseExpsOfEquationList_WithStop tail recursive
| 
| M	OMCompiler
| 
* commit e9954c30d21ea3956c240363d7994f1cd1151745
| Author: vruge 
| Date:   Mon Feb 15 21:37:29 2016 +0100
| 
|     * OMCompiler 792f93c...a2301d8 (1):
|       > make listEquation1 tail recursive
| 
| M	OMCompiler
| 
* commit de2efa68d72d914ef9355c3afc23e5f84fbda55a
| Author: hkiel 
| Date:   Mon Feb 15 12:32:29 2016 +0100
| 
|     * OMCompiler a2d3cf2...792f93c (1):
|       > fix stack overflow make functions Ceval.ceval and Types.matchTypeList use loops instead of recursion
| 
| M	OMCompiler
| 
* commit 579ab5eee8fe8efc536d17aeb80e61ae422246a5
| Author: vwaurich 
| Date:   Mon Feb 15 12:08:04 2016 +0100
| 
|     * OMCompiler 5f792d2...a2d3cf2 (1):
|       > RSE-fix
| 
| M	OMCompiler
| 
* commit 679453ea0df7fdfc5cd00f916f5e5442d14b1295
| Author: Willi 
| Date:   Mon Feb 15 04:48:43 2016 +0100
| 
|     * OMCompiler c343375...5f792d2 (1):
|       > fix #3668
| 
| M	OMCompiler
| 
* commit 5c62005b377f579dcdcb52aa7ab0f6eac19e32de
| Author: Adeel Asghar 
| Date:   Sun Feb 14 17:07:00 2016 +0100
| 
|     * OMEdit 7d939b5...f66ffa7 (1):
|       > Fixes #3686. Center on the CoOrdinateSystem properly.
| 
| M	OMEdit
| 
* commit 0c6f04b41031125dfc185a2e862eaf945f2a2e8c
| Author: Willi Braun 
| Date:   Sun Feb 14 15:03:31 2016 +0100
| 
|     * OMCompiler 7589199...c343375 (1):
|       > improving analytic jacobian flags
| 
| M	OMCompiler
| 
* commit 3df96c2fa2aa9592dffef0d47980c9cf7bba04b2
| Author: adrpo 
| Date:   Sat Feb 13 19:56:33 2016 +0100
| 
|     * OMCompiler 68966eb...7589199 (1):
|       > update .gitignore
| 
| M	OMCompiler
| 
* commit 6f529d22ba1917d60475b65824eba32391868aba
| Author: hudson 
| Date:   Sat Feb 13 19:08:42 2016 +0100
| 
|     * libraries 002ca8f...deef0fb (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1bafed9663f21c6016f402b4103ac4daa5bd24a2
| Author: Adeel Asghar 
| Date:   Sat Feb 13 00:37:48 2016 +0100
| 
|     * OMEdit 9db6ce6...7d939b5 (1):
|       > Fixes #3376. Added a command prompt for windows.
| 
| M	OMEdit
| 
* commit 50c7db5a31f2933751134888b0a2bb240ae25874
| Author: Per Östlund 
| Date:   Fri Feb 12 22:50:48 2016 +0100
| 
|     * OMCompiler ddccaeb...68966eb (1):
|       > Improve performance of getComponents API.
| 
| M	OMCompiler
| 
* commit f8027babd8ce2656e59219731fdb3848084ba1d4
| Author: Willi Braun 
| Date:   Fri Feb 12 20:00:14 2016 +0100
| 
|     * OMCompiler 9c9d72e...ddccaeb (1):
|       > improved flags for symbolic jacobians
| 
| M	OMCompiler
| 
* commit c204e27bf5a7f948d1ba086de76bd6e6db1102f3
| Author: hudson 
| Date:   Fri Feb 12 19:23:36 2016 +0100
| 
|     * libraries b16865a...002ca8f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a0054d72d81c671fe320f78e8bc1b5c18039f579
| Author: Martin Sjölund 
| Date:   Fri Feb 12 19:10:35 2016 +0100
| 
|     * OMCompiler 03b0c4c...9c9d72e (1):
|       > Set LC_NUMERIC to C locale
| 
| M	OMCompiler
| 
* commit 8721141b1793eb26ac758937551bc4f4a35be35e
| Author: Martin Sjölund 
| Date:   Fri Feb 12 18:45:05 2016 +0100
| 
|     * OMCompiler a555ec0...03b0c4c (1):
|       > Add boxvar function for boolString
| 
| M	OMCompiler
| 
* commit 3c89eaddf526e8336623ca305ef059b09d63bdae
| Author: Martin Sjölund 
| Date:   Fri Feb 12 17:13:19 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler daf8751...a555ec0 (1):
|       > Handle boxed arguments to String()
|     
|     * testsuite 45c776f...cb540a9 (1):
|       > Add test for #3653
| 
| M	OMCompiler
| M	testsuite
| 
* commit c58b75605a68fc0c5a6e61a0de710552f5b2f322
| Author: Martin Sjölund 
| Date:   Fri Feb 12 16:55:43 2016 +0100
| 
|     * OMCompiler 824aced...daf8751 (1):
|       > Do not install OMEdit files
| 
| M	OMCompiler
| 
* commit f6f5f03042fdad2a672234c04a35d3b7631c4357
| Author: Adeel Asghar 
| Date:   Fri Feb 12 16:42:40 2016 +0100
| 
|     * OMCompiler 19362e0...824aced (1):
|       > Fixes #3376. Added a batch file for command prompt.
| 
| M	OMCompiler
| 
* commit 0a05a5bfa0a257ce3bf0c9e47a20cf6b7c7f0b2a
| Author: vruge 
| Date:   Fri Feb 12 16:02:49 2016 +0100
| 
|     * OMCompiler ff665c9...19362e0 (1):
|       > make jacobianConstant tail recursive
| 
| M	OMCompiler
| 
* commit 7ba92e7f05c5ec8131f492324e100fa2d3c97815
| Author: Martin Sjölund 
| Date:   Fri Feb 12 15:49:32 2016 +0100
| 
|     * OMCompiler 1ab7b47...ff665c9 (1):
|       > Fixes to compile with Visual Studio 2010
| 
| M	OMCompiler
| 
* commit d0ad79d1bccea7b374bce1649551bb20922bee9b
| Author: Per Östlund 
| Date:   Fri Feb 12 15:16:22 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1088cbd...1ab7b47 (1):
|       > Changed behaviour of getComponents API.
|     
|     * testsuite 980f862...45c776f (1):
|       > Updated getComponents test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 60432d1dddd29d593bc8912b23c0f2bc0fa77f3e
| Author: Willi Braun 
| Date:   Fri Feb 12 13:03:20 2016 +0100
| 
|     * OMCompiler 2ab6a8c...1088cbd (1):
|       > added debug flag to disbale jacobian calculation for SCC analysis
| 
| M	OMCompiler
| 
* commit 64d0dae702e531dfb32cf01a4981099d7815691f
| Author: Martin Sjölund 
| Date:   Fri Feb 12 12:50:08 2016 +0100
| 
|     * OMCompiler 1d662e3...2ab6a8c (1):
|       > Fix code generation for VS2010
| 
| M	OMCompiler
| 
* commit 6e13d1444b2852d6f11556547a5ca9603c8f921d
| Author: adrpo 
| Date:   Fri Feb 12 04:18:21 2016 +0100
| 
|     * libraries 74b8e47...b16865a (1):
|       > add required svn flag
| 
| M	libraries
| 
* commit 99ea9fa0257d53889e60824b3610b7d7af0e4033
| Author: hudson 
| Date:   Thu Feb 11 19:10:39 2016 +0100
| 
|     * libraries c8652c7...74b8e47 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9b24d70a0a5377180befcf5351f5120d6d5c2ad9
| Author: Adeel Asghar 
| Date:   Thu Feb 11 18:29:34 2016 +0100
| 
|     * OMEdit c3b6e6d...9db6ce6 (1):
|       > Use the OMCInterface instead of sendCommand.
| 
| M	OMEdit
| 
* commit b5f979d7c660e0477c24a6c13e231a5aa737b98f
| Author: Adeel Asghar 
| Date:   Thu Feb 11 17:50:01 2016 +0100
| 
|     * OMEdit 4aec656...c3b6e6d (2):
|       > Remove RCS-id from header files.
|       > Remove RCS-id from source files.
| 
| M	OMEdit
| 
* commit ca5e858657e5acb7998662af878d062a07cbf3a1
| Author: Martin Sjölund 
| Date:   Thu Feb 11 17:25:22 2016 +0100
| 
|     * OMCompiler edeb320...1d662e3 (1):
|       > Check for NULL
| 
| M	OMCompiler
| 
* commit 16be0e30c51f7eb6e4fe6de21cad114d5ade9132
| Author: Martin Sjölund 
| Date:   Thu Feb 11 17:12:07 2016 +0100
| 
|     * OMCompiler 272277c...edeb320 (1):
|       > Remove RCS-id from source files
| 
| M	OMCompiler
| 
* commit 2b059eeea774593e09e593a30119a4801f6bdc0e
| Author: Adeel Asghar 
| Date:   Thu Feb 11 16:55:25 2016 +0100
| 
|     * OMEdit 8dacf8d...4aec656 (1):
|       > Use isSimulationAllowed for updateBindings.
| 
| M	OMEdit
| 
* commit 0f0fc9dad34a51fc2f30e7f40eb0de442b044880
| Author: bernhard Thiele 
| Date:   Thu Feb 11 16:15:18 2016 +0100
| 
|     * OMCompiler 443a059...272277c (1):
|       > Added internal flag DEFAULT_CLOCK_PERIOD
| 
| M	OMCompiler
| 
* commit b3d89fa30c2dce0278c5062a46bccdd3edcbe6e2
| Author: Per Östlund 
| Date:   Thu Feb 11 13:28:46 2016 +0100
| 
|     * OMCompiler a2c7ddf...443a059 (2):
|       > Merge remote-tracking branch 'origin' into perffix
|       > Performance fixes.
| 
| M	OMCompiler
| 
* commit 0fa133648696cdc610ed8ee9684e4237d095269b
| Author: Lennart Ochel 
| Date:   Thu Feb 11 11:08:48 2016 +0100
| 
|     * OMCompiler 70ce925...a2c7ddf (1):
|       > Make execstat dump each step in a single line.
| 
| M	OMCompiler
| 
* commit 3534b89eeadfaa932599347519f5731b0efe7cc5
| Author: vwaurich 
| Date:   Thu Feb 11 10:53:40 2016 +0100
| 
|     * testsuite f4a666a...980f862 (1):
|       > - adapt Makefile for parameter tests
| 
| M	testsuite
| 
* commit d3106b3da6f349686b0b4598151013ab94c5765c
| Author: vwaurich 
| Date:   Thu Feb 11 09:46:42 2016 +0100
| 
|     * testsuite 90f5395...f4a666a (1):
|       > - added tests for parameter-related functions
| 
| M	testsuite
| 
* commit 3963a30410b42df647b76b450bf5902b24e3659b
| Author: Martin Sjölund 
| Date:   Thu Feb 11 08:16:37 2016 +0100
| 
|     * OMCompiler d422fe7...70ce925 (1):
|       > Use correct bootstrapping header during stage 1
| 
| M	OMCompiler
| 
* commit 768be1bc7fb038e2466a366f82e081fb4f866631
| Author: Martin Sjölund 
| Date:   Thu Feb 11 07:55:50 2016 +0100
| 
|     * OMCompiler 56e3dff...d422fe7 (1):
|       > Add missing includes
| 
| M	OMCompiler
| 
* commit 97722c4ebf21884448896c985a38768b6565e7c8
| Author: Adeel Asghar 
| Date:   Thu Feb 11 00:48:25 2016 +0100
| 
|     * OMEdit 81114ba...8dacf8d (1):
|       > Fixes #3673. Added button for infer bindings.
| 
| M	OMEdit
| 
* commit 4ad45dfda4ca770657517085bca44362d26f1785
| Author: hudson 
| Date:   Thu Feb 11 00:23:29 2016 +0100
| 
|     * OMEdit 104cbca...81114ba (1):
|       > Merge pull request #10 from rfranke/win
| 
| M	OMEdit
| 
* commit 37a0c82bca705f3a72b9ecc17e679a91e5df23e3
| Author: hudson 
| Date:   Wed Feb 10 19:09:12 2016 +0100
| 
|     * libraries 9c89089...c8652c7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7c974dc55eea31dd8a8d3c4e409e440abd1cdb24
| Author: Adeel Asghar 
| Date:   Wed Feb 10 17:46:58 2016 +0100
| 
|     * OMEdit edc0f94...104cbca (1):
|       > Fixes #3630 Don't use diffModelicaFileListings when user manually edits in text view.
| 
| M	OMEdit
| 
* commit ee0756c88f3e280f310e7fdafc9212e264a78ba5
| Author: hkiel 
| Date:   Wed Feb 10 16:45:10 2016 +0100
| 
|     * OMCompiler 3433e83...56e3dff (4):
|       > convert some matchcontinue to match
|       > convert some matchcontinue to match
|       > use correct return code
|       > use match instead of matchcontinue modify pushRedeclareIntoExtends3() to make it tail recursive -> saves time and stack
| 
| M	OMCompiler
| 
* commit b4ef6dd823de0d19e2ca42b8da9e354ad64a075c
| Author: hudson 
| Date:   Wed Feb 10 16:10:01 2016 +0100
| 
|     * libraries 35e8eed...9c89089 (1):
|       > Merge pull request #1 from RexFuzzle/patch-1
| 
| M	libraries
| 
* commit 4bda3a664557ca87f62733f0fefb69c5f7198c67
| Author: hudson 
| Date:   Wed Feb 10 15:49:39 2016 +0100
| 
|     * OMCompiler 801d118...3433e83 (31):
|       > Fixes for bootstrapping PDEModelica
|       > Absyn.EQ_EQUALS splitted into EQ_EQUALS and EQ_PDE.
|       > isField attribute / API function
|       > field equations without pder() include also boundary nodes
|       > PDEModelica -- extrapolation on boundary
|       > Bugfix
|       > PDEModelica -- flag in grammar
|       > PDEModelica pdemodelica_enabled()
|       > PDEModelica flag
|       > Fixing previous rebase.
|       > Flag --PDE removed.
|       > PDEModelica fag and new built-in file
|       > fixed bad rebase merge
|       > PDE
|       > PDE extension - regions
|       > PDE modelica. Some model error checks.
|       > PDE extension
|       > Discretization of PDE equations.
|       > Moving code around.
|       > Several changes in PDE extension
|       > Work towards discretization of PDEs
|       > Returning (field,domain) tuple list from elabField() upto instClassdef2.
|       > Option domainOpt; added to SCode.EQ_EQUALS. Subsequent changes.
|       > fixing code due to added domainOpt to Absyn.EQ_EQUALS
|       > starting indomain implementation
|       > each prefix is added to every modifier in fields
|       > elaborate function now replaces field variables with arrays
|       > elabField function - converts field into array. Not finished yet.
|       > started writing function elabField
|       > All changes from PDE branch from svn in one commit.
|       > fix windows build
| 
| M	OMCompiler
| 
* commit 814cd4ccb042a42164024cf7455c5a110c7c04db
| Author: Per Östlund 
| Date:   Wed Feb 10 14:55:36 2016 +0100
| 
|     * OMCompiler e0b0d22...801d118 (1):
|       > Generic AVL tree improvements.
| 
| M	OMCompiler
| 
* commit 6f36121b797aae6ca2baa159e1593a0a1b9134a3
| Author: Martin Sjölund 
| Date:   Wed Feb 10 09:38:35 2016 +0100
| 
|     * OMCompiler 0c39bf6...e0b0d22 (1):
|       > Changes for bootstrapping header
| 
| M	OMCompiler
| 
* commit e76128448ffe98a26ed8494b48aa01b8f9de6792
| Author: Lena Buffoni 
| Date:   Tue Feb 9 22:50:42 2016 +0100
| 
|     * OMCompiler f45a8b2...0c39bf6 (1):
|       > update requirement bindings
| 
| M	OMCompiler
| 
* commit bb4db6e1f55cdadd9ed5473863dc003cd15680fc
| Author: Per Östlund 
| Date:   Tue Feb 9 20:10:31 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5018d90...f45a8b2 (1):
|       > Fix for #3669.
|     
|     * testsuite 6ad8595...90f5395 (1):
|       > Update tests for #3669 fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2b8cf0a759f32ea26d1e1d3304cdc5484b5e4ee5
| Author: hudson 
| Date:   Tue Feb 9 19:09:17 2016 +0100
| 
|     * libraries e69a285...35e8eed (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c8ec879686b1167945f8f722b5840e7e3581d0eb
| Author: vwaurich 
| Date:   Tue Feb 9 14:17:25 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0a4684b...5018d90 (1):
|       > - dont evaluate start values for parameters if there is a bindExp
|     
|     * testsuite c978032...6ad8595 (2):
|       > - update warnings
|       > - update warnings for changes in evaluateParameters
| 
| M	OMCompiler
| M	testsuite
| 
* commit 32a5be07c119c429f2dabad53febe4f46277647d
| Author: Martin Sjölund 
| Date:   Tue Feb 9 13:08:53 2016 +0100
| 
|     * OMCompiler cf5d61e...0a4684b (1):
|       > Fix OSX configuration (broken LAPACK)
| 
| M	OMCompiler
| 
* commit 955abcfb56a637e9fc420dbc312da803bbcb1309
| Author: Adeel Asghar 
| Date:   Tue Feb 9 12:55:20 2016 +0100
| 
|     * OMEdit a129b0f...edc0f94 (1):
|       > Make C the default target language
| 
| M	OMEdit
| 
* commit 50e006b6301bf3e933a1ceceb655254c58999822
| Author: Martin Sjölund 
| Date:   Tue Feb 9 12:31:02 2016 +0100
| 
|     * OMCompiler 0214b3a...cf5d61e (1):
|       > Update 3rdParty
| 
| M	OMCompiler
| 
* commit 51175ac568a0ad369d056d6ab24776f91518a3ab
| Author: Martin Sjölund 
| Date:   Tue Feb 9 11:57:39 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9bf7608...0214b3a (1):
|       > Handle empty within for Modelica diff
|     
|     * testsuite 187f9a0...c978032 (1):
|       > Add testcase for #3619
| 
| M	OMCompiler
| M	testsuite
| 
* commit 12405dde896bdfef14c0859d296eb24b009ca3c7
| Author: hudson 
| Date:   Mon Feb 8 19:08:34 2016 +0100
| 
|     * libraries a13aa92...e69a285 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1ba966a0ed087ca362b6582adb839c48438b67da
| Author: adrpo 
| Date:   Mon Feb 8 16:13:24 2016 +0100
| 
|     * OMCompiler 47ae7d2...9bf7608 (1):
|       > do not use time in functions used in coverage testing
| 
| M	OMCompiler
| 
* commit a23ff2d6a3821dd3335fa89208d05efc5914efc9
| Author: Adeel Asghar 
| Date:   Mon Feb 8 16:00:27 2016 +0100
| 
|     * OMEdit 0ab2c2f...a129b0f (1):
|       > Fixes #3670. Set Target Compiler and Target Language flags.
| 
| M	OMEdit
| 
* commit 82e4b923bd6c5ba695989111f7adbee0518b4498
| Author: Adeel Asghar 
| Date:   Mon Feb 8 15:36:28 2016 +0100
| 
|     * doc 7af6b51...1204474 (1):
|       > Updated OMEdit settings documentation.
| 
| M	doc
| 
* commit 3b865bd5d29a898fbb447439c1858092f296448d
| Author: Per Östlund 
| Date:   Mon Feb 8 15:23:39 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1a62d78...47ae7d2 (1):
|       > Fix for #3666.
|     
|     * testsuite 26a4f65...187f9a0 (1):
|       > Add and update tests for #3666 fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8e895808b097b15f80a5a8e067945c1b805a147e
| Author: Adeel Asghar 
| Date:   Mon Feb 8 14:45:12 2016 +0100
| 
|     * OMEdit db0641f...0ab2c2f (1):
|       > Added a settings option to enable/disable preserve indentation
| 
| M	OMEdit
| 
* commit b657a6bcb14c104fd79f0bc0b2099501747b69b2
| Author: hudson 
| Date:   Mon Feb 8 14:17:46 2016 +0100
| 
|     * libraries cad8902...a13aa92 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8d51a1977e87f379be6918a31f93d454e083695e
| Author: Martin Sjölund 
| Date:   Mon Feb 8 14:01:12 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4f02c17...1a62d78 (1):
|       > Handle addition of comments in Modelica diff
|     
|     * testsuite 72c174a...26a4f65 (1):
|       > Testcase for #3658
| 
| M	OMCompiler
| M	testsuite
| 
* commit e1dc18c4c91745c0ae986549cb818bfc6740918c
| Author: hudson 
| Date:   Mon Feb 8 12:40:53 2016 +0100
| 
|     * OMShell 12b2653...56525d3 (1):
|       > Merge pull request #1 from hkiel/omshell_settings_fontsize
| 
| M	OMShell
| 
* commit 2fe52b92705d1272f6e56cd74f70d8bf797fb05c
| Author: hudson 
| Date:   Sun Feb 7 19:50:13 2016 +0100
| 
|     * OMNotebook bab2c73...bebdc50 (1):
|       > Merge pull request #3 from hkiel/fix_static_analysis
| 
| M	OMNotebook
| 
* commit ad5fc4a8ae924379808e0ff979c7f57514fa297c
| Author: Adeel Asghar 
| Date:   Sun Feb 7 01:37:06 2016 +0100
| 
|     Updating submodules
|     * OMEdit d0a3f39...db0641f (1):
|       > Fixes #3667. Added keyboard shortcuts for ordering classes.
|     
|     * OMNotebook 5fc27a1...bab2c73 (1):
|       > Remove superfluous "OpenModelica"
|     
|     * OMShell 3e69c93...12b2653 (1):
|       > Remove superfluous "OpenModelica"
| 
| M	OMEdit
| M	OMNotebook
| M	OMShell
| 
* commit 7932224ba755edb1a61771fffd3450a43aaa5510
| Author: Adeel Asghar 
| Date:   Sun Feb 7 00:43:18 2016 +0100
| 
|     * OMCompiler 240ce9e...4f02c17 (1):
|       > Fixes #3670. Order target language. Added `OpenModelica` for `getVersion()` output.
| 
| M	OMCompiler
| 
* commit 24ffcd47f54bb9f5376bf127f4f6f3ab8a9f06f2
| Author: hudson 
| Date:   Sun Feb 7 00:31:28 2016 +0100
| 
|     * OMEdit e3b00ab...d0a3f39 (1):
|       > Merge pull request #9 from dietmarw/about
| 
| M	OMEdit
| 
* commit 0e87445c19e7ac0e779ec73c29ba92b01413c86c
| Author: hudson 
| Date:   Sat Feb 6 19:09:04 2016 +0100
| 
|     * libraries e62b168...cad8902 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit aea9b1d0f7ec1908ca5c5cd716fb1ae5ebbe9bfc
| Author: vruge 
| Date:   Sat Feb 6 15:27:01 2016 +0100
| 
|     * OMCompiler 86500a3...240ce9e (1):
|       > matchcontinue -> match
| 
| M	OMCompiler
| 
* commit 82b76a1ab7bfec38a26024cb5aaaf580cb0e70c9
| Author: Rüdiger Franke 
| Date:   Fri Feb 5 22:50:35 2016 +0100
| 
|     * OMCompiler 6d7b093...86500a3 (1):
|       > Remove obsolete OMCppSystem_FMU_static
| 
| M	OMCompiler
| 
* commit fe7ebe012b44d9e33b409581d39fc743564c60fe
| Author: hudson 
| Date:   Fri Feb 5 19:08:49 2016 +0100
| 
|     * libraries 6ff26f1...e62b168 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 78bdadc17b5faaa347a3bd5b72236c608c4344ca
| Author: Adeel Asghar 
| Date:   Fri Feb 5 11:12:07 2016 +0100
| 
|     * OMEdit 5f95f7e...e3b00ab (1):
|       > Fixes #3665. Allow html display and clickable links for class comment.
| 
| M	OMEdit
| 
* commit 70de5e34daa67d04ce6877e82e58594307eb8f47
| Author: Martin Sjölund 
| Date:   Fri Feb 5 10:59:16 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5fcced9...6d7b093 (2):
|       > Do not include rtclock in FMU (#3616)
|       > Fix #3616 - stringAppend missing in FMU
|     
|     * testsuite 7b84e41...72c174a (1):
|       > Add test for #3616
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1e6dea7c6eb525c18bdfda09b4f2bd3c93cc700c
| Author: vruge 
| Date:   Fri Feb 5 00:18:52 2016 +0100
| 
|     * OMCompiler fc1c55d...5fcced9 (1):
|       > improved debuge for optimization
| 
| M	OMCompiler
| 
* commit 7e1cbf0113980a5a945e3754908b2caa506642c9
| Author: Rüdiger Franke 
| Date:   Thu Feb 4 20:37:50 2016 +0100
| 
|     * OMCompiler 7339245...fc1c55d (1):
|       > fix use of dgesv for Cpp FMI export
| 
| M	OMCompiler
| 
* commit a5a15ab5c7bc47c5749f5a33107092ac8a2cea54
| Author: hudson 
| Date:   Thu Feb 4 19:09:38 2016 +0100
| 
|     * libraries 6e19369...6ff26f1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit df6413839e057deb56fe478db9053ee3a32a459a
| Author: Adeel Asghar 
| Date:   Thu Feb 4 17:46:56 2016 +0100
| 
|     * OMEdit 7cd899b...5f95f7e (1):
|       > Fixes #3663. Renamed View Class to Open Class.
| 
| M	OMEdit
| 
* commit 7f07f17f09c8ac0c5efb6440467059216a8110ad
| Author: Adeel Asghar 
| Date:   Thu Feb 4 16:46:50 2016 +0100
| 
|     * OMEdit 0353721...7cd899b (1):
|       > Fixes #3665. Added component comment to the tooltip.
| 
| M	OMEdit
| 
* commit c64a3353af0ec10703d096f519860951d556c33b
| Author: Adeel Asghar 
| Date:   Thu Feb 4 16:10:47 2016 +0100
| 
|     * OMEdit 5f92146...0353721 (1):
|       > Fixes #3665. Added the component class description to parameters dialog.
| 
| M	OMEdit
| 
* commit 53fd9eb1b0f0866f8e8e0dda92afc30e3c37f98a
| Author: Adeel Asghar 
| Date:   Thu Feb 4 14:20:16 2016 +0100
| 
|     * OMEdit dc3bf3f...5f92146 (1):
|       > Remove unnecessary colon.
| 
| M	OMEdit
| 
* commit e1c29944b5f2b313c0156b5de2229f74bcb2d969
| Author: Martin Sjölund 
| Date:   Thu Feb 4 07:11:41 2016 +0100
| 
|     * OMCompiler 2c85e5f...7339245 (1):
|       > Changes to compile with VS2010 express
| 
| M	OMCompiler
| 
* commit 8b53e78eeafab8fd76c9099897140ec7a76c8ee4
| Author: Rüdiger Franke 
| Date:   Wed Feb 3 21:49:54 2016 +0100
| 
|     * OMCompiler 8d53fa9...2c85e5f (2):
|       > add solver libs to Cpp FMUs compiled with msvc
|       > fix Cpp FMU name if compiled with msvc
| 
| M	OMCompiler
| 
* commit 97ce266fdef7f88b234739d400ef30ee6a32c7f3
| Author: hudson 
| Date:   Wed Feb 3 19:38:09 2016 +0100
| 
|     * libraries 31def30...6e19369 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 68ed11bfec42e65db7d58624088f6a51bdcf4966
| Author: Lennart Ochel 
| Date:   Wed Feb 3 19:17:38 2016 +0100
| 
|     * OMCompiler d9e7af7...8d53fa9 (1):
|       > Fix #3644
| 
| M	OMCompiler
| 
* commit 38d86428520ce6dbd73a0dfa7fbc574e3f352757
| Author: Martin Sjölund 
| Date:   Wed Feb 3 14:23:37 2016 +0100
| 
|     * OMCompiler 521a5df...d9e7af7 (1):
|       > Add a sanity check to the Modelica diff tool
| 
| M	OMCompiler
| 
* commit 01f3f20692c80a5f0ddbfafdac2c4ef78c98bb2f
| Author: Martin Sjölund 
| Date:   Wed Feb 3 11:45:54 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fb06e80...521a5df (1):
|       > Fixes for ticket 3642
|     
|     * testsuite 5ccaa40...7b84e41 (1):
|       > Add testcase for ticket 3642
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4dac09581563ab3f3f634218a32918c6902bdd44
| Author: Martin Sjölund 
| Date:   Wed Feb 3 09:09:23 2016 +0100
| 
|     * testsuite 4915f47...5ccaa40 (1):
|       > Add test for UTF8 diffs
| 
| M	testsuite
| 
* commit 28a712db9274adc3aba5a77d944c43d8f3b6f8f3
| Author: Martin Sjölund 
| Date:   Wed Feb 3 07:49:04 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9056eb2...fb06e80 (1):
|       > Rename solvers
|     
|     * testsuite 5047212...4915f47 (1):
|       > Renamed radau1 and lobatto2 solvers
| 
| M	OMCompiler
| M	testsuite
| 
* commit eb5265cb648f81e45a046c557443e8fc64bba1cc
| Author: vruge 
| Date:   Tue Feb 2 23:47:55 2016 +0100
| 
|     * OMCompiler 63ec077...9056eb2 (1):
|       > some fixes from static analysis
| 
| M	OMCompiler
| 
* commit 230ab58d4e018a904bda9590bea53525b223082d
| Author: Per Östlund 
| Date:   Tue Feb 2 19:34:40 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 08f0eec...63ec077 (1):
|       > Fix for #3528.
|     
|     * testsuite fdfe925...5047212 (1):
|       > Test case for #3528.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3648e03550d1baaefff86a1097018b36e095bfa8
| Author: hudson 
| Date:   Tue Feb 2 19:11:25 2016 +0100
| 
|     * libraries 1af49f3...31def30 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fe9b3590dab8494345c7c4daf0909492f11d41d7
| Author: Per Östlund 
| Date:   Tue Feb 2 18:10:07 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a5d0c69...08f0eec (1):
|       > Fix for #3608.
|     
|     * testsuite e254a60...fdfe925 (1):
|       > Testcase for #3608 fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b59fabb431f293ed32a9a6abd4900ccb7d968ee9
| Author: Willi Braun 
| Date:   Tue Feb 2 17:26:24 2016 +0100
| 
|     * OMCompiler a8ef4b2...a5d0c69 (1):
|       > fix #3659. - accidental removed an exception for inlining while differentiate
| 
| M	OMCompiler
| 
* commit 13db5ce6b346f79322171c266b656bb28395833d
| Author: Rüdiger Franke 
| Date:   Tue Feb 2 16:31:26 2016 +0100
| 
|     * OMCompiler 002aeac...a8ef4b2 (2):
|       > Rename hpcom init file
|       > Rename Cpp simulation init file for OMEdit
| 
| M	OMCompiler
| 
* commit 9b07a3f82a33b200cf18c47b5c699a1e396d0a36
| Author: hkiel 
| Date:   Tue Feb 2 16:11:24 2016 +0100
| 
|     * OMCompiler 905b903...002aeac (5):
|       > direct assignment of s in String(s)
|       > optimize String(s) just return the string
|       > runtime code for String(s)
|       > fix clang analyzer warning
|       > convert some matchcontinue to match makes some functions tail recursive
| 
| M	OMCompiler
| 
* commit 632349b182332983398379d69b8db269b1d55320
| Author: Martin Sjölund 
| Date:   Tue Feb 2 14:51:49 2016 +0100
| 
|     * OMEdit 1ebc13b...dc3bf3f (1):
|       > Run lupdate
| 
| M	OMEdit
| 
* commit 477238e503085a22c5c0e43c6ec1ece401f5719b
| Author: Martin Sjölund 
| Date:   Tue Feb 2 14:39:33 2016 +0100
| 
|     * doc 65a2e7c...7af6b51 (1):
|       > Disable profiling report
| 
| M	doc
| 
* commit ecc98615fc5dae61e8150daee16f479f3d4ff0f3
| Author: Adeel Asghar 
| Date:   Tue Feb 2 14:22:36 2016 +0100
| 
|     * OMEdit ee4e7b6...1ebc13b (1):
|       > Show the description of solvers when user mouse over the solver drop down.
| 
| M	OMEdit
| 
* commit c8a644ba5cf74904e1b683b109afb0cefed73a77
| Author: Martin Sjölund 
| Date:   Tue Feb 2 13:57:00 2016 +0100
| 
|     * OMCompiler 9c59763...905b903 (1):
|       > Rename explicit trapezoidal rule to Heun (RK2)
| 
| M	OMCompiler
| 
* commit b7e90f30f6c61206073f6f464f298f275607720f
| Author: Martin Sjölund 
| Date:   Tue Feb 2 12:22:11 2016 +0100
| 
|     * OMCompiler d89bde8...9c59763 (1):
|       > Add support for the trapezoidal method (RK2)
| 
| M	OMCompiler
| 
* commit a0bea0258efd156fdc6b0a9abfeb32432bca717b
| Author: Martin Sjölund 
| Date:   Tue Feb 2 10:44:02 2016 +0100
| 
|     * OMCompiler 379c4c5...d89bde8 (1):
|       > Do not stringAppend if either side is empty
| 
| M	OMCompiler
| 
* commit 2af996f5e715d99f8383bb42f28764edef94668b
| Author: vruge 
| Date:   Tue Feb 2 02:47:54 2016 +0100
| 
|     * OMCompiler 530076c...379c4c5 (1):
|       > fixed csvInput
| 
| M	OMCompiler
| 
* commit 8050b5d31bf465d9e6b39fabf2f33ec3d0d661c6
| Author: vruge 
| Date:   Tue Feb 2 02:27:46 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 993bd3a...530076c (1):
|       > csvInput: input order by name
|     
|     * testsuite 506ea92...e254a60 (1):
|       > added test for sort input-names in csvInput
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0072bb3e926362d3c11e1432a05c7b6624a89590
| Author: hkiel 
| Date:   Mon Feb 1 21:50:13 2016 +0100
| 
|     * OMCompiler e2d5aa8...993bd3a (1):
|       > change some matchcontinue to match
| 
| M	OMCompiler
| 
* commit 7a98c8d89b63c835276947b64685d943fcab1140
| Author: hudson 
| Date:   Mon Feb 1 19:09:50 2016 +0100
| 
|     * libraries d03efa5...1af49f3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3e511de7d91a2103ceb5589b4df9a1d73eb8ebcd
| Author: Lena Buffoni 
| Date:   Mon Feb 1 16:20:26 2016 +0100
| 
|     * OMCompiler 5896287...e2d5aa8 (1):
|       > Bindings for requirement modeling support
| 
| M	OMCompiler
| 
* commit b1e94adfd88825501d06c74aba48f412baf8d96b
| Author: Martin Sjölund 
| Date:   Mon Feb 1 16:02:39 2016 +0100
| 
|     * OMEdit 91bfead...ee4e7b6 (1):
|       > Disable indentation-preserving unparsing
| 
| M	OMEdit
| 
* commit b6b5334f8b02e881251516405baf9d12047123c1
| Author: Lennart Ochel 
| Date:   Mon Feb 1 08:27:15 2016 +0100
| 
|     * OMCompiler 25cfcd6...5896287 (1):
|       > Modify getAvailableLibraries
| 
| M	OMCompiler
| 
* commit bbac47276106c3a14aaa41270982d35778c294b6
| Author: hudson 
| Date:   Sun Jan 31 19:08:51 2016 +0100
| 
|     * libraries ed198f1...d03efa5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 007c58536a9319693b6359b772afc381fd30cf67
| Author: hudson 
| Date:   Sat Jan 30 19:08:31 2016 +0100
| 
|     * libraries a19fb9f...ed198f1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a1418159990ead2f7a305a2881a50e30100f436e
| Author: Lennart Ochel 
| Date:   Sat Jan 30 12:07:48 2016 +0100
| 
|     * OMCompiler 333813a...25cfcd6 (1):
|       > Update .gitignore file
| 
| M	OMCompiler
| 
* commit 372f630131a06d308a2f11605e92f4309a375d27
| Author: Lennart Ochel 
| Date:   Sat Jan 30 00:26:31 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9968281...333813a (2):
|       > Recover original cse index logic
|       > Reset cse indices for each back end run
|     
|     * testsuite 813dba7...506ea92 (2):
|       > Recover original cse index logic
|       > Reset cse indices for each back end run
| 
| M	OMCompiler
| M	testsuite
| 
* commit f2572d5c5adc0bac370c597c38329e6cbabedbf3
| Author: Willi Braun 
| Date:   Fri Jan 29 20:08:38 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 49bf67a...9968281 (6):
|       > activate wrapFunctionCall for jacobians
|       > remove error messages from convertResidualsIntoSolvedEquations
|       > active symbolic jacobain for loops without functions
|       > further improvments for differentiation
|       > # This is a combination of 3 commits. # The first commit's message is: fix function differentiation
|       > fixing differentiation of Records
|     
|     * testsuite 3e4c81a...813dba7 (1):
|       > expected output due to changes differentiation module
| 
| M	OMCompiler
| M	testsuite
| 
* commit f075c836d1f61001f2fc7a5f1adf2603effee7a4
| Author: hudson 
| Date:   Fri Jan 29 19:09:05 2016 +0100
| 
|     * libraries 7605495...a19fb9f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c33c1a95da181fb2304718941c4d2da77b056422
| Author: Willi Braun 
| Date:   Fri Jan 29 12:35:20 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3029c64...49bf67a (1):
|       > use global index in wrapfunctionCall module - This allows the usage of the modlue at different stages of the compile process
|     
|     * testsuite d7423a8...3e4c81a (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 27801524bd8b3f95f2fbf631379704d038db8f4c
| Author: Adeel Asghar 
| Date:   Fri Jan 29 12:23:12 2016 +0100
| 
|     * OMEdit 5b2f674...91bfead (1):
|       > Fixes #3654. Show default icon for components without icon annotation.
| 
| M	OMEdit
| 
* commit 72053273b3e80217c275d89038821da268c62aed
| Author: hudson 
| Date:   Thu Jan 28 19:08:56 2016 +0100
| 
|     * libraries 5ac903d...7605495 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 61a1d6adf03a0d8f87592f5c927f7297a4a3c3d3
| Author: Lennart Ochel 
| Date:   Thu Jan 28 12:37:36 2016 +0100
| 
|     * OMCompiler 152dfb1...3029c64 (1):
|       > Fix Windows makefile
| 
| M	OMCompiler
| 
* commit 16d60c2348f5ba9735d66d7ef3088acf3f494910
| Author: Adeel Asghar 
| Date:   Thu Jan 28 10:58:58 2016 +0100
| 
|     * OMEdit 1d3fada...5b2f674 (1):
|       > Fixes #3648. Fixed spelling mistake.
| 
| M	OMEdit
| 
* commit d30db658839defcf89fccd74a00d0a6d09e5bd56
| Author: hudson 
| Date:   Thu Jan 28 10:46:58 2016 +0100
| 
|     * OMEdit aa1e140...1d3fada (1):
|       > Merge pull request #7 from dietmarw/fixSpelling
| 
| M	OMEdit
| 
* commit 5815c7037748959647c9a1f0dfc05070954a6748
| Author: vruge 
| Date:   Thu Jan 28 00:10:25 2016 +0100
| 
|     * OMCompiler 10e85bd...152dfb1 (1):
|       > added flag: csvInput - use libcsv.lib for external input
| 
| M	OMCompiler
| 
* commit 4917c3ee678ab8cca44cf2b863669d6c8660bcae
| Author: hudson 
| Date:   Wed Jan 27 19:09:02 2016 +0100
| 
|     * libraries b113f5f...5ac903d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 068ab69b11f6875d5c9e5dac3258b9c606276563
| Author: hkiel 
| Date:   Wed Jan 27 16:14:50 2016 +0100
| 
|     * OMCompiler b1d0c1d...10e85bd (1):
|       > convert matchcontinue to match
| 
| M	OMCompiler
| 
* commit 472e656ce1a1237ec758a5f92592b1aeee69368a
| Author: Per Östlund 
| Date:   Wed Jan 27 16:01:42 2016 +0100
| 
|     * OMCompiler 767d908...b1d0c1d (1):
|       > Fix for #3577.
| 
| M	OMCompiler
| 
* commit b68f03341b102c5f589200551759512583e054af
| Author: Martin Sjölund 
| Date:   Wed Jan 27 15:48:50 2016 +0100
| 
|     * OMCompiler 51ca6a5...767d908 (1):
|       > Make source FMU smaller (minimal files for dgesv)
| 
| M	OMCompiler
| 
* commit 471f60d7fda4e07f7ed7e475ef47c047c25a9f14
| Author: vruge 
| Date:   Wed Jan 27 13:23:35 2016 +0100
| 
|     * OMCompiler 783a9b0...51ca6a5 (1):
|       > improved heuristic
| 
| M	OMCompiler
| 
* commit 602c3542ba2bf0e49c2a5a67558a846733c15fe6
| Author: hkiel 
| Date:   Wed Jan 27 11:47:14 2016 +0100
| 
|     * OMCompiler 06265e0...783a9b0 (1):
|       > convert some matchcontinue to match leads to some tail-recursive functions
| 
| M	OMCompiler
| 
* commit 4fa9e9c46ab59d84ec879cf0d9fcdd8f526be027
| Author: vruge 
| Date:   Wed Jan 27 10:57:40 2016 +0100
| 
|     * OMCompiler 104520f...06265e0 (1):
|       > matchcontinue->match
| 
| M	OMCompiler
| 
* commit 335651328274f406a073e18fb5b04cab212d2413
| Author: hudson 
| Date:   Wed Jan 27 09:58:09 2016 +0100
| 
|     * OMEdit e5e5bfe...aa1e140 (1):
|       > Merge pull request #6 from dietmarw/master
| 
| M	OMEdit
| 
* commit 9c729cb0fa165dd0f84645d0b850031a75b2316f
| Author: Martin Sjölund 
| Date:   Wed Jan 27 09:38:03 2016 +0100
| 
|     Add PDEModelica to the dictionary
| 
| M	.openmodelica.aspell
| 
* commit 1a7ac2482f15182e8dfd250ce17c3a89ae84f582
| Author: vruge 
| Date:   Wed Jan 27 01:44:40 2016 +0100
| 
|     * OMCompiler b7eda9c...104520f (1):
|       > terms heuristic: don't distinguish der(x) from  $DERAliasx
| 
| M	OMCompiler
| 
* commit cff077a23caff380eec8ef5034c74571db5de0fd
| Author: Willi Braun 
| Date:   Wed Jan 27 00:56:11 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler de5898c...b7eda9c (1):
|       > fix function fixAliasVarsCausal2
|     
|     * testsuite 90105a6...d7423a8 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 21af24e56b58e6104578c706bae4e12c474dd34f
| Author: vruge 
| Date:   Wed Jan 27 00:30:03 2016 +0100
| 
|     * OMCompiler 072f8e9...de5898c (1):
|       > added first heuristic for sorting terms (optional)
| 
| M	OMCompiler
| 
* commit 8312fa5a35421be6924baec8da8f8a10179193ce
| Author: hudson 
| Date:   Tue Jan 26 19:08:30 2016 +0100
| 
|     * libraries 4d33a06...b113f5f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 50a44e822131c07715dd6d6caeaa4cfe75f0173e
| Author: Martin Sjölund 
| Date:   Tue Jan 26 16:05:05 2016 +0100
| 
|     * OMCompiler b1fb7f9...072f8e9 (1):
|       > Fix stack overflow in removeStateDerInfo
| 
| M	OMCompiler
| 
* commit 1c6561ed181db65864bace8496131a4e08f982fc
| Author: hkiel 
| Date:   Tue Jan 26 15:52:06 2016 +0100
| 
|     * OMCompiler b04455e...b1fb7f9 (1):
|       > get rid of some matchcontinue statements
| 
| M	OMCompiler
| 
* commit 823d3fd7495ca951531f5a94f6e0319ab4d26b87
| Author: hkiel 
| Date:   Tue Jan 26 13:52:14 2016 +0100
| 
|     * OMCompiler c89f8ab...b04455e (1):
|       > make two functions tail recursive
| 
| M	OMCompiler
| 
* commit 34e650992dfcf701541672c6338b108aa5c3e006
| Author: Adeel Asghar 
| Date:   Tue Jan 26 12:31:58 2016 +0100
| 
|     * OMEdit 46e8535...e5e5bfe (1):
|       > Fixes #3607. Reset messages before checking, instantiation & simulation.
| 
| M	OMEdit
| 
* commit 8f4d3d77a8089551d5ae3a5755bdc09e110b8609
| Author: Adeel Asghar 
| Date:   Tue Jan 26 12:18:54 2016 +0100
| 
|     * OMEdit e627988...46e8535 (1):
|       > Fixes 3620. Allow deleting classes through del key.
| 
| M	OMEdit
| 
* commit 67dde6136a9a95ba2fbaa1225a86701b2935b342
| Author: Martin Sjölund 
| Date:   Tue Jan 26 10:11:02 2016 +0100
| 
|     * OMCompiler 675b7d6...c89f8ab (1):
|       > Fix stack overflow
| 
| M	OMCompiler
| 
* commit b524b08cb4386262773746507943c9399434d1d2
| Author: hudson 
| Date:   Mon Jan 25 19:08:43 2016 +0100
| 
|     * libraries 54ba54c...4d33a06 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f203d448e1c869eb18f46e3ba89a57e0c741b349
| Author: Martin Sjölund 
| Date:   Mon Jan 25 16:41:23 2016 +0100
| 
|     * OMCompiler f105a55...675b7d6 (2):
|       > Handle CRLF in the lexer
|       > stringGet should return unsigned integers (0-255)
| 
| M	OMCompiler
| 
* commit 1ff95217a2634fa7f196ad38f685f70f44b1a608
| Author: Adeel Asghar 
| Date:   Mon Jan 25 14:36:42 2016 +0100
| 
|     * OMEdit 7cb1815...e627988 (1):
|       > Fixed #3604. Send the name change request into the depths recursively.
| 
| M	OMEdit
| 
* commit 6f2b02fb53963bb2c1e144f80faed5185c16e53d
| Author: Per Östlund 
| Date:   Mon Jan 25 14:21:34 2016 +0100
| 
|     * OMCompiler ba656e8...f105a55 (1):
|       > Fix for #3640.
| 
| M	OMCompiler
| 
* commit a63c8ce8a440abc448a45f6d431932824b357001
| Author: hkiel 
| Date:   Mon Jan 25 13:38:27 2016 +0100
| 
|     * OMCompiler 47db7d2...ba656e8 (1):
|       > Fix order of equations in json file (removed-initial must go directly after initial)
| 
| M	OMCompiler
| 
* commit dcd1475469f821a7fc8a30a0ce6e371470a837b5
| Author: Adeel Asghar 
| Date:   Mon Jan 25 12:09:21 2016 +0100
| 
|     * OMEdit 3ec2c1d...7cb1815 (1):
|       > Fixes #3585. Fixed creating class within a package.
| 
| M	OMEdit
| 
* commit 286b1e0a8d8c3d02b8d65ea00288e07cd646d48e
| Author: Adeel Asghar 
| Date:   Mon Jan 25 11:26:04 2016 +0100
| 
|     * OMEdit 42f4538...3ec2c1d (1):
|       > Russian translations by Andrey Lavrentyev
| 
| M	OMEdit
| 
* commit 490d9e2a7a444321df43167348fc295b1b0fdc58
| Author: hudson 
| Date:   Sun Jan 24 19:08:23 2016 +0100
| 
|     * libraries 1fd8b05...54ba54c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b6b7053cf3b0544aedf7e420065e99a1317b5f62
| Author: hudson 
| Date:   Sat Jan 23 19:09:02 2016 +0100
| 
|     * libraries 3c82051...1fd8b05 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0130a9afb9d364e75d13982b21b67d883f573360
| Author: hudson 
| Date:   Fri Jan 22 19:09:48 2016 +0100
| 
|     * libraries e16b950...3c82051 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 96cf9653467b8e62108d3c6e9dc5cc352c8f1393
| Author: Willi Braun 
| Date:   Fri Jan 22 18:41:54 2016 +0100
| 
|     * OMCompiler a2e0a2c...47db7d2 (1):
|       > fix accedently commited logic
| 
| M	OMCompiler
| 
* commit f43de071af482c9c35c6eabf0655cd9df15e79c2
| Author: Willi Braun 
| Date:   Fri Jan 22 12:27:00 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8c9025a...a2e0a2c (3):
|       > cleanup of symbolic jacobian of algebraic loops
|       > preparations to activate NLSanalyticJacobians
|       > fix discrete differentiation of statements
|     
|     * testsuite 0af2de1...90105a6 (1):
|       > updates testsuite to expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 710629a2085b456c4c4084af495a56a7b059eee2
| Author: hudson 
| Date:   Thu Jan 21 19:07:21 2016 +0100
| 
|     * libraries 3340427...e16b950 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c5f86445af227ccd233ad561cfd216eb1c65d890
| Author: Per Östlund 
| Date:   Thu Jan 21 14:04:29 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 9f7f95e...8c9025a (1):
|       > Fix for #3633.
|     
|     * testsuite 949f860...0af2de1 (1):
|       > Added test case for #3633.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d4ccb5c8680b9763bcfc3f12ff30131347e8f014
| Author: Martin Sjölund 
| Date:   Thu Jan 21 13:25:38 2016 +0100
| 
|     * OMCompiler ff6909b...9f7f95e (1):
|       > Add input index to M_init.xml file
| 
| M	OMCompiler
| 
* commit 9514f1de2039486d79b76beaec78449aadefeb93
| Author: hudson 
| Date:   Thu Jan 21 10:50:29 2016 +0100
| 
|     * libraries f9766a5...3340427 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ef51d1ff37a96003f90af3488befb5bcd06014d1
| Author: hudson 
| Date:   Wed Jan 20 19:08:46 2016 +0100
| 
|     * libraries 56e2654...f9766a5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bfcdffc3e2cc2161e1becd213a0668ca7edcb1ba
| Author: vwaurich 
| Date:   Wed Jan 20 15:03:09 2016 +0100
| 
|     * OMCompiler 2fde1e4...ff6909b (1):
|       > -fix visxml for constant systems
| 
| M	OMCompiler
| 
* commit e023441c7717ba82a7fd3edc71947f3798408632
| Author: Willi Braun 
| Date:   Wed Jan 20 12:53:25 2016 +0100
| 
|     * OMCompiler 84d4b50...2fde1e4 (1):
|       > fix function BackendDump.jacobianTypeStr
| 
| M	OMCompiler
| 
* commit 39060e35c28e65d1428af7f8afebdbd7c66ca176
| Author: hudson 
| Date:   Tue Jan 19 16:48:39 2016 +0100
| 
|     * libraries de73054...56e2654 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2594cc4b226185bfeb912c591d2d8844bed3865b
| Author: hudson 
| Date:   Tue Jan 19 15:52:32 2016 +0100
| 
|     Updating submodules
|     * libraries 479efdd...de73054 (4):
|       > Bump libraries
|       > Handle latest MSL
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite e7d99a1...949f860 (1):
|       > - update tests after library bump
| 
| M	libraries
| M	testsuite
| 
* commit cf3b35c233cc6a4b3ea068ff5ee3e052b038c7ea
| Author: vwaurich 
| Date:   Tue Jan 19 15:32:30 2016 +0100
| 
|     * OMCompiler 1492e9b...84d4b50 (1):
|       > - rk12 singlerate solver
| 
| M	OMCompiler
| 
* commit 37326b06a84c741bf8963591cd21aef2a790a890
| Author: Martin Sjölund 
| Date:   Tue Jan 19 10:53:29 2016 +0100
| 
|     Copy directories as well
| 
| M	Makefile.in
| 
* commit b05f8eb32dc5a2b1862bf9d4c73fdb032c3ce378
| Author: Martin Sjölund 
| Date:   Mon Jan 18 09:59:52 2016 +0100
| 
|     Fix install for FMI files
| 
| M	Makefile.in
| 
* commit 9091fd11940c5738c37da3b4dd8c1e8b1a54c2dd
| Author: bernhard Thiele 
| Date:   Sat Jan 16 23:30:18 2016 +0100
| 
|     * testsuite 5f116bd...e7d99a1 (1):
|       > Test cases #3560
| 
| M	testsuite
| 
* commit d701b0d8b13d534f326d668929e5c2d1e17a1ee4
| Author: bernhard Thiele 
| Date:   Sat Jan 16 17:58:35 2016 +0100
| 
|     * testsuite 112f6d9...5f116bd (1):
|       > Modelica_Synchronous testing #3560
| 
| M	testsuite
| 
* commit 8f8726a13147f42ad27fef8033c3ca998e66acda
| Author: hudson 
| Date:   Fri Jan 15 15:58:20 2016 +0100
| 
|     * OMOptim cebd1f9...10c22ef (1):
|       > Merge pull request #1 from hkiel/paradiseo_fix_osx_versionnumber
| 
| M	OMOptim
| 
* commit 53cf064f7bfd94d9287083f17910e63cd57a87d6
| Author: bernhard Thiele 
| Date:   Fri Jan 15 09:39:12 2016 +0100
| 
|     * testsuite c53b470...112f6d9 (1):
|       > Convenience scripts for #3560
| 
| M	testsuite
| 
* commit 04f87191e68604ca1174ec99a55346a9b32c7fe3
| Author: vwaurich 
| Date:   Fri Jan 15 08:45:09 2016 +0100
| 
|     * OMCompiler b9b870d...1492e9b (1):
|       > - proper order of states for multiratepartitioning, some rk12 enhancements
| 
| M	OMCompiler
| 
* commit c56e593e4a8147cadad85ba3e7803e78ca70d803
| Author: hudson 
| Date:   Fri Jan 15 08:02:30 2016 +0100
| 
|     * OMPlot 928d504...49f69c6 (1):
|       > Merge pull request #1 from hkiel/multi_parametric
| 
| M	OMPlot
| 
* commit 8853ac6e4f5661157896c851ce7363fe99e40937
| Author: bernhard Thiele 
| Date:   Fri Jan 15 00:14:42 2016 +0100
| 
|     * testsuite d33c699...c53b470 (1):
|       > Modelica_Synchronous testing #3560
| 
| M	testsuite
| 
* commit 4c7c11a63ba717348b093a94bc59682a719e1884
| Author: Lennart Ochel 
| Date:   Thu Jan 14 20:27:56 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 6777335...b9b870d (1):
|       > Handle empty unit strings
|     
|     * testsuite 2d38652...d33c699 (1):
|       > Test case for #3631
| 
| M	OMCompiler
| M	testsuite
| 
* commit f8efd3ce96f849eef3a1f9219ecd04db931af31e
| Author: hudson 
| Date:   Thu Jan 14 19:08:39 2016 +0100
| 
|     * libraries fafd0b7...479efdd (4):
|       > Bump libraries
|       > Update MSL patch for trunk
|       > Bump libraries
|       > Bump libraries
| 
| M	libraries
| 
* commit 993adcf9d44415bf62f40a995f7b0ada9776f5da
| Author: Martin Sjölund 
| Date:   Thu Jan 14 06:22:39 2016 +0100
| 
|     * OMCompiler b27cca8...6777335 (1):
|       > Install the new project files for FMI
| 
| M	OMCompiler
| 
* commit 0b44c76d142fd62f9f9d7e69423ba6774204b051
| Author: vwaurich 
| Date:   Wed Jan 13 12:46:18 2016 +0100
| 
|     * OMCompiler f701c46...b27cca8 (2):
|       > - fix cpp tests
|       > - multirate rk12 solver for cpp runtime
| 
| M	OMCompiler
| 
* commit 36e4bb2a9e5d46a7f1ed34e0a157a577cfce70ac
| Author: hudson 
| Date:   Tue Jan 12 13:41:39 2016 +0100
| 
|     * libraries cd1096e...fafd0b7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2546e2ac5d1c0cefba0df669f7ad60c5e864b9ea
| Author: vwaurich 
| Date:   Tue Jan 12 12:27:49 2016 +0100
| 
|     * OMCompiler 71918c7...f701c46 (1):
|       > - task graph based multirate partitioning
| 
| M	OMCompiler
| 
* commit ade45c34263aebd0be9004c35ed0b95d3b38ba20
| Author: hudson 
| Date:   Mon Jan 11 19:09:10 2016 +0100
| 
|     * libraries 8966a8e...cd1096e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5f9783c45d86e565103bc0225836e00de82089ef
| Author: mflehmig 
| Date:   Mon Jan 11 12:44:33 2016 +0100
| 
|     * OMCompiler dc2d3ef...71918c7 (1):
|       > Clean up in HPCOM module.
| 
| M	OMCompiler
| 
* commit d2e4e7cea3fefc913125cd67a5544b704005e895
| Author: hudson 
| Date:   Sun Jan 10 19:08:01 2016 +0100
| 
|     * libraries bb42da5...8966a8e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4e07640b60f298c0e876b7fbe1b2722fc9262735
| Author: hudson 
| Date:   Sat Jan 9 19:09:02 2016 +0100
| 
|     * libraries 8401b84...bb42da5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1acd2178a1d650d649e2d3512f469cd8d3ebdec3
| Author: hudson 
| Date:   Fri Jan 8 19:08:55 2016 +0100
| 
|     * libraries 758d78a...8401b84 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2cdd846be7ff933a9c57fdeff2c4f55b33b82ba5
| Author: Martin Sjölund 
| Date:   Fri Jan 8 14:04:51 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3c6096c...dc2d3ef (1):
|       > Add a simple Modelica diff based on tree parsing
|     
|     * testsuite f27d983...2d38652 (1):
|       > Added testcase for #3588
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2984d54952d36610f0c25794a3c2d54cab59e47f
| Author: hudson 
| Date:   Thu Jan 7 19:08:14 2016 +0100
| 
|     * libraries d6b5f8d...758d78a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9c26a0f66c9b12d76ea73b3ed042fcb5562863a0
| Author: mflehmig 
| Date:   Thu Jan 7 13:14:32 2016 +0100
| 
|     * OMCompiler a646bc7...3c6096c (1):
|       > Cleanup with respect to documentation in hpcom
| 
| M	OMCompiler
| 
* commit 0da513ac244e06cf57437e290b589bcf4c0070c9
| Author: hudson 
| Date:   Wed Jan 6 19:08:59 2016 +0100
| 
|     * libraries 369c157...d6b5f8d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8275b87098d409e76ea57bf9f54dd3e84f4af316
| Author: hudson 
| Date:   Tue Jan 5 19:08:49 2016 +0100
| 
|     * libraries bf5cce9...369c157 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6d7c7359a3e21926db1d5aebd2356e783c3ea3ca
| Author: hudson 
| Date:   Mon Jan 4 19:08:48 2016 +0100
| 
|     * libraries aabacac...bf5cce9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9fda74e171d5a57d5e0054f0c18607bdb38bae0b
| Author: mflehmig 
| Date:   Mon Jan 4 10:16:05 2016 +0100
| 
|     * OMCompiler fda9581...a646bc7 (4):
|       > Added support for dgesv to cpp runtime
|       > Added support for dgesv to cpp runtime
|       > Added support for dgesv to cpp runtime
|       > - Added dgesv to makefile, compile it into static library
| 
| M	OMCompiler
| 
* commit 0dc6fadb1b852f14a9f80ad0aff1fd7c28a8f5e2
| Author: Martin Sjölund 
| Date:   Mon Jan 4 09:44:03 2016 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 71c2207...fda9581 (1):
|       > Fix order of components in updateComponent() API
|     
|     * testsuite 2eac196...f27d983 (1):
|       > Preserve order when updating component
| 
| M	OMCompiler
| M	testsuite
| 
* commit b4ab80128a77c400300111f1cc8394034411b138
| Author: Martin Sjölund 
| Date:   Mon Jan 4 09:01:28 2016 +0100
| 
|     * OMCompiler 69ff31b...71c2207 (1):
|       > Do not use nested functions in AC_TRY_LINK (#3621)
| 
| M	OMCompiler
| 
* commit 4b9a99515c3bcac005ee78268c9358738ba70597
| Author: hudson 
| Date:   Sun Jan 3 19:09:00 2016 +0100
| 
|     * libraries a8715a9...aabacac (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 237bb10d4b701ae298216d5f2eb663cfb15bee0e
| Author: hudson 
| Date:   Sat Jan 2 19:08:47 2016 +0100
| 
|     * libraries 806bc7b...a8715a9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bc6142550a433aa9c11900d5803fb901cbf736dc
| Author: hudson 
| Date:   Fri Jan 1 19:08:38 2016 +0100
| 
|     * libraries ea39fb6...806bc7b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a2f446d5269c74b2822e37e9f2ade1090d3f2bc1
| Author: hudson 
| Date:   Wed Dec 30 19:08:58 2015 +0100
| 
|     * libraries 9db2c74...ea39fb6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 852f47824d338987eaf465ac6fab9b0a64d18913
| Author: hudson 
| Date:   Tue Dec 29 19:08:01 2015 +0100
| 
|     * libraries 651ab12...9db2c74 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 504c88857ba3cc990dfc6a126a7c95a0a385f6d3
| Author: Adeel Asghar 
| Date:   Sun Dec 27 23:05:38 2015 +0100
| 
|     * OMEdit 309db77...42f4538 (1):
|       > Fixed crash when adding DynamicPipe to model.
| 
| M	OMEdit
| 
* commit b080898f25b07914db1583dea9bf437cade21261
| Author: hudson 
| Date:   Sun Dec 27 19:08:11 2015 +0100
| 
|     * libraries e5115fb...651ab12 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 36238ea72b827eefa6178e5a86fb15f5bd257b97
| Author: hudson 
| Date:   Sat Dec 26 19:08:05 2015 +0100
| 
|     * libraries d7b1bae...e5115fb (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2485147e5bda70bbb1b51e8d69d5480eb80c45c0
| Author: hudson 
| Date:   Fri Dec 25 19:08:48 2015 +0100
| 
|     * libraries 2aacdb0...d7b1bae (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 962b429d9762b28412e65c09728ff74f643c007e
| Author: hudson 
| Date:   Thu Dec 24 19:08:39 2015 +0100
| 
|     * libraries 69ce823...2aacdb0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 20952468c26ff4b95402cf7406f1fe0db81db3bd
| Author: hudson 
| Date:   Wed Dec 23 19:09:02 2015 +0100
| 
|     * libraries 8eb023a...69ce823 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a36a93ffdcb1a0540253e3bbf2d4fdab66ef8b7b
| Author: vwaurich 
| Date:   Wed Dec 23 12:38:59 2015 +0100
| 
|     * OMCompiler 5e38c0c...69ff31b (1):
|       > - hpcom clean up
| 
| M	OMCompiler
| 
* commit 3b6df09872b9a7905aefd2b0b16f042b8bfad5a0
| Author: hudson 
| Date:   Tue Dec 22 19:09:15 2015 +0100
| 
|     * libraries 71e9c22...8eb023a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 44e3b0ce53e0ac483558f83ddc8fa7edc5994781
| Author: Per Östlund 
| Date:   Tue Dec 22 16:07:55 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 80e3e04...5e38c0c (1):
|       > Implemented a persistent array type.
|     
|     * testsuite 8418b88...2eac196 (1):
|       > Tests for BasePVector.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 940da3e34ee5e10dae7fb31d95b70482929627b2
| Author: hudson 
| Date:   Mon Dec 21 19:08:08 2015 +0100
| 
|     * libraries a2da9f4...71e9c22 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6533b166b226f9ff08edbd81e82978cc8cce9170
| Author: hudson 
| Date:   Mon Dec 21 12:13:20 2015 +0100
| 
|     * libraries 0bd2533...a2da9f4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 84e50c919c73cde287eee181414d730155498455
| Author: vruge 
| Date:   Mon Dec 21 11:48:49 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f7bf987...80e3e04 (1):
|       > simplify2: improved sorting of constants
|     
|     * testsuite fdea70f...8418b88 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit e168e62224f9c2dad0e021f20c469f90002eea2f
| Author: vwaurich 
| Date:   Mon Dec 21 11:24:40 2015 +0100
| 
|     * OMCompiler a6c7cb2...f7bf987 (1):
|       > - matchcontinue in resolveLoops
| 
| M	OMCompiler
| 
* commit 427469190da3d5b639884eb72c6e917bebec33de
| Author: vruge 
| Date:   Sun Dec 20 11:53:56 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler dd2007d...a6c7cb2 (1):
|       > simplify2: improved sort of constants
|     
|     * testsuite d7e0032...fdea70f (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 49a5d9d21eab6d56049e2dd2d41bb4076e3f7494
| Author: vruge 
| Date:   Sat Dec 19 23:55:59 2015 +0100
| 
|     * OMCompiler ed47290...dd2007d (1):
|       > improved simplifyAddMakeMul
| 
| M	OMCompiler
| 
* commit 4971197986e92f219c7b1a72399c639a5a2542d6
| Author: vruge 
| Date:   Sat Dec 19 20:56:18 2015 +0100
| 
|     * OMCompiler 8fd278b...ed47290 (1):
|       > improved simplifyMulJoinFactorsFind
| 
| M	OMCompiler
| 
* commit ad51e681945d25939c69e5a691fd03724c2a8263
| Author: hudson 
| Date:   Sat Dec 19 19:10:16 2015 +0100
| 
|     * libraries 27fea6a...0bd2533 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7e1d54b44a174caf8f6f494ffde0cb35f7bdb526
| Author: Lennart Ochel 
| Date:   Sat Dec 19 13:33:47 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1abd255...8fd278b (2):
|       > Add c run-time flag –ignoreHideResult
|       > Add support for HideResult annotation
|     
|     * testsuite bcd44ef...d7e0032 (2):
|       > Add c run-time flag –ignoreHideResult
|       > Add support for HideResult annotation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4bf47750ee5847fc361159aba1ecd10a2f490dcf
| Author: hudson 
| Date:   Fri Dec 18 19:09:15 2015 +0100
| 
|     * libraries a563f14...27fea6a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 969f095f1ed280a3b8a935bae6b8dc5d85853fd5
| Author: Lennart Ochel 
| Date:   Fri Dec 18 12:06:26 2015 +0100
| 
|     * OMCompiler 5e91d0f...1abd255 (1):
|       > Fix potential memory overrun for large models
| 
| M	OMCompiler
| 
* commit 8103c8ffccbdb41cb0ec4bde21191607c75b6dc4
| Author: vruge 
| Date:   Fri Dec 18 00:09:05 2015 +0100
| 
|     * OMCompiler ecd1bc6...5e91d0f (1):
|       > improved simplifyAddJoinTerms
| 
| M	OMCompiler
| 
* commit 3648d7963c21116d3b87ea6396ebfc5b22f61011
| Author: Lennart Ochel 
| Date:   Thu Dec 17 22:45:36 2015 +0100
| 
|     * OMCompiler e8c89b5...ecd1bc6 (1):
|       > Fix memory overrun inside nonlinearSolverHomotopy.c
| 
| M	OMCompiler
| 
* commit bab5efaccffd6949009669c3d72bc9ebae807f32
| Author: vruge 
| Date:   Thu Dec 17 21:40:37 2015 +0100
| 
|     * OMCompiler 5088b2d...e8c89b5 (1):
|       > improved simplifyMulMakePow
| 
| M	OMCompiler
| 
* commit 6c6ea9f50a54d979ac1d950f03e62accb6173b0a
| Author: hkiel 
| Date:   Thu Dec 17 15:26:27 2015 +0100
| 
|     * OMCompiler 8000c93...5088b2d (1):
|       > optimize some functions
| 
| M	OMCompiler
| 
* commit a34c3ef6e97fcc61c3212b7170b60ec8b968e8c8
| Author: Lennart Ochel 
| Date:   Thu Dec 17 13:16:15 2015 +0100
| 
|     * OMCompiler 3e53596...8000c93 (1):
|       > Make use of aux function equivtypes
| 
| M	OMCompiler
| 
* commit 2d28303b28723456fe08a9caea3ec9812cfac53c
| Author: hudson 
| Date:   Thu Dec 17 12:42:56 2015 +0100
| 
|     * libraries c59cb3d...a563f14 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit db912308ecf607da1a54cc7a601ab175dc208418
| Author: Martin Sjölund 
| Date:   Thu Dec 17 12:10:13 2015 +0100
| 
|     * libraries aa23fe1...c59cb3d (1):
|       > Add new repositories to the database
| 
| M	libraries
| 
* commit 6deae6385c1794635b62fa775cf159cf3bffb934
| Author: Lennart Ochel 
| Date:   Thu Dec 17 11:21:32 2015 +0100
| 
|     * OMCompiler a146686...3e53596 (1):
|       > Don't treat T_UNKNOWN as clock type
| 
| M	OMCompiler
| 
* commit 8142562b7a5dfb93d6d1758d9434df71a3d6ec48
| Author: hudson 
| Date:   Wed Dec 16 19:08:24 2015 +0100
| 
|     * libraries 2444302...aa23fe1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 681dfb3545cf40cc2327d18492ac8fc31990a76f
| Author: vwaurich 
| Date:   Wed Dec 16 16:47:04 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler eb50a09...a146686 (1):
|       > - fix countOperations
|     
|     * testsuite a971be1...bcd44ef (1):
|       > - update taskgraph
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1fa269aed29d68c2c4be3efbbc3de58b5d06a940
| Author: Lennart Ochel 
| Date:   Wed Dec 16 13:00:08 2015 +0100
| 
|     * OMCompiler 4865156...eb50a09 (2):
|       > Consider that sample may have just one argument
|       > Fix handling of elsewhen stmts in traverseDAEEquationsStmts
| 
| M	OMCompiler
| 
* commit 0e295efbdd995a4deb36feaf9a4cc394cc875ff3
| Author: Martin Sjölund 
| Date:   Wed Dec 16 11:59:06 2015 +0100
| 
|     * OMCompiler 59c32f1...4865156 (1):
|       > Try to detect LAPACK/BLAS better
| 
| M	OMCompiler
| 
* commit a7c7381f9cb92e8c432fe43b69d7e77753b413d9
| Author: Martin Sjölund 
| Date:   Wed Dec 16 09:17:29 2015 +0100
| 
|     * OMCompiler 786049c...59c32f1 (1):
|       > Bump 3rdParty for ModelicaExternalC
| 
| M	OMCompiler
| 
* commit dc2cf19acf0a23ed9a96d836a58420b1e44a5ce9
| Author: hudson 
| Date:   Wed Dec 16 09:05:45 2015 +0100
| 
|     * libraries e07046f...2444302 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b34ce31580cfc551326a66f9cd94d379bf26f10a
| Author: Martin Sjölund 
| Date:   Wed Dec 16 08:53:54 2015 +0100
| 
|     * libraries c926a0b...e07046f (1):
|       > IF97 patch is no longer needed
| 
| M	libraries
| 
* commit ed778152ffaad55882f6427635eb4a3424dbf6f1
| Author: hudson 
| Date:   Tue Dec 15 23:31:07 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler f8c1de5...786049c (1):
|       > simplify2:   - split global simplification in add/sub, mul/div and others   - use only one global simplification in each split
|     
|     * testsuite a647eac...a971be1 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit b108f5292bedbf1e252be3420c989b0eb24563d0
| Author: Lennart Ochel 
| Date:   Tue Dec 15 16:38:11 2015 +0100
| 
|     * OMCompiler 2d0bc6b...f8c1de5 (1):
|       > Removed some unused variables
| 
| M	OMCompiler
| 
* commit f8a67f38a5460ffb7f6e9bcf14dcd5edb66f641d
| Author: hudson 
| Date:   Tue Dec 15 12:14:26 2015 +0100
| 
|     * OMEdit cd54849...309db77 (1):
|       > Merge pull request #5 from hkiel/omedit_documentation_zoom
| 
| M	OMEdit
| 
* commit d98d56478709ce2b40038ac23ba80c38ee1684a6
| Author: Lennart Ochel 
| Date:   Tue Dec 15 10:17:34 2015 +0100
| 
|     * OMCompiler 49e67ac...2d0bc6b (1):
|       > Mangle arguments of record constructors
| 
| M	OMCompiler
| 
* commit 788d4f1b7e963bacf599af67b7d0b5a864b8acdd
| Author: Niklas Worschech 
| Date:   Tue Dec 15 09:52:19 2015 +0100
| 
|     * OMCompiler 8e6d4fb...49e67ac (2):
|       > fix for inverse algorithm in cpp tempplate
|       > fix for get simdata in cpp tempalte and vxworks target
| 
| M	OMCompiler
| 
* commit 039596e24faabe2cca40774ae4cdb9b81e94504e
| Author: Lennart Ochel 
| Date:   Tue Dec 15 09:35:33 2015 +0100
| 
|     * OMCompiler 51597ed...8e6d4fb (1):
|       > Update dumpSimCode
| 
| M	OMCompiler
| 
* commit a08261b57017ad6fad32a277bc1b00b2ace554b9
| Author: Willi Braun 
| Date:   Tue Dec 15 00:34:17 2015 +0100
| 
|     * OMCompiler b2d40b3...51597ed (1):
|       > fix incidenceRow for WILD() on left side
| 
| M	OMCompiler
| 
* commit f21f1a1f54420cd3f2b720033be612e700ae6bee
| Author: vruge 
| Date:   Mon Dec 14 17:38:16 2015 +0100
| 
|     * OMCompiler 881d9f6...b2d40b3 (1):
|       > matchcontinue -> match
| 
| M	OMCompiler
| 
* commit 16a86d9f212f08b94070de52d75d6071f5817e4c
| Author: hudson 
| Date:   Mon Dec 14 12:52:30 2015 +0100
| 
|     * OMNotebook 946bc40...5fc27a1 (1):
|       > Merge pull request #2 from hkiel/fix-latexcell
| 
| M	OMNotebook
| 
* commit 8d1a6954fa528ecc9104fdab877d935ef694df78
| Author: Per Östlund 
| Date:   Mon Dec 14 12:39:59 2015 +0100
| 
|     * OMCompiler e70366d...881d9f6 (1):
|       > Fix for #3594.
| 
| M	OMCompiler
| 
* commit 0cfcaec2389ee791c577838b8bd7269dbd66a04f
| Author: Lennart Ochel 
| Date:   Mon Dec 14 09:28:33 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 8759c84...e70366d (2):
|       > Handle deprecated post-optimization flags
|       > Handle deprecated pre-optimization flags
|     
|     * testsuite 5432a80...a647eac (2):
|       > Replace deprecated post-optimization flags
|       > Replace deprecated pre-optimization flags
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6c3e9b808121d12cb23a7c0d94fdbe9208922ecf
| Author: vruge 
| Date:   Sun Dec 13 23:06:06 2015 +0100
| 
|     * OMCompiler 49a533c...8759c84 (1):
|       > imrpoved simplifyMulJoinFactors
| 
| M	OMCompiler
| 
* commit 5c6d78f43299a432474f8608c4b80b00abaa0d39
| Author: vruge 
| Date:   Sun Dec 13 20:45:19 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d87d488...49a533c (1):
|       > improved simplifyBinarySortConstantsMul
|     
|     * testsuite a75e3e8...5432a80 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 89b3a7ac902c5a24560fbcfb119f573d1990ea7f
| Author: vruge 
| Date:   Sun Dec 13 18:56:47 2015 +0100
| 
|     * testsuite 69680af...a75e3e8 (1):
|       > added testcase
| 
| M	testsuite
| 
* commit cc077c75582a97659d270b63f557810538796e46
| Author: vruge 
| Date:   Sun Dec 13 13:18:22 2015 +0100
| 
|     * OMCompiler 5c5b56b...d87d488 (1):
|       > improved simplifyBinaryAddConstants
| 
| M	OMCompiler
| 
* commit 4699bc00a891a1f66b82268eb72b099fd6bb49a8
| Author: vruge 
| Date:   Sun Dec 13 11:02:31 2015 +0100
| 
|     * OMCompiler 058d1c9...5c5b56b (1):
|       > remove simplify in merge min/max-values
| 
| M	OMCompiler
| 
* commit 79c6b94a03293fcde09ebc56bda51c552fba0ca8
| Author: Adeel Asghar 
| Date:   Sun Dec 13 09:46:46 2015 +0100
| 
|     * doc e964d2d...65a2e7c (1):
|       > Added new settings flags.
| 
| M	doc
| 
* commit 4e5529f5441c02ebab4909491896198bb13133df
| Author: Marcus Walther 
| Date:   Fri Dec 11 20:07:06 2015 +0100
| 
|     * OMCompiler e4fdb95...058d1c9 (1):
|       > UMFPACK temporary disabled to fix Windows Nightly Build
| 
| M	OMCompiler
| 
* commit 33fa481e1961649826494e40404899f487ca12a5
| Author: hudson 
| Date:   Fri Dec 11 16:54:34 2015 +0100
| 
|     * libraries 2db90d8...c926a0b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 26dc4a6721eaa0fc7334211dab69ae981832cb63
| Author: Adeel Asghar 
| Date:   Fri Dec 11 15:22:13 2015 +0100
| 
|     * doc 5275387...e964d2d (1):
|       > Updated OMEdit screens and some documentation
| 
| M	doc
| 
* commit e82214ad083046ca3571c8476cd4f7382886dc69
| Author: Marcus Walther 
| Date:   Fri Dec 11 15:02:04 2015 +0100
| 
|     * OMCompiler ea08c41...e4fdb95 (1):
|       > Fixed issue with old GCC
| 
| M	OMCompiler
| 
* commit c1016445136b6a5677fed5ce4038b615479629ba
| Author: hudson 
| Date:   Fri Dec 11 13:50:12 2015 +0100
| 
|     * libraries 0c45cad...2db90d8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 473adbac7076dd76c58bbe0e31867ffb58548b11
| Author: Martin Sjölund 
| Date:   Fri Dec 11 13:24:56 2015 +0100
| 
|     * OMCompiler 231fda9...ea08c41 (1):
|       > Update 3rdParty sources
| 
| M	OMCompiler
| 
* commit f462fadf4af9dfee555d7c70522549bbdead1d1c
| Author: Marcus Walther 
| Date:   Fri Dec 11 12:05:19 2015 +0100
| 
|     * OMCompiler f5aa013...231fda9 (1):
|       > Added spaces between template brackets
| 
| M	OMCompiler
| 
* commit 1ab72c87d1dd2e24ae46b6a4971eae911ab00952
| Author: Martin Sjölund 
| Date:   Fri Dec 11 10:09:05 2015 +0100
| 
|     * OMCompiler 9b84eda...f5aa013 (1):
|       > Fix code generation for String(enum)
| 
| M	OMCompiler
| 
* commit d70666ac037a1adc71b69ff39ba913b96f3b77da
| Author: Marcus Walther 
| Date:   Fri Dec 11 08:50:39 2015 +0100
| 
|     * OMCompiler 5fcf1c8...9b84eda (1):
|       > Fixed build issue with Cpp runtime
| 
| M	OMCompiler
| 
* commit f9498b3a85914e76d8baacf1037396c2ed996dd0
| Author: Adeel Asghar 
| Date:   Fri Dec 11 04:20:33 2015 +0100
| 
|     * OMEdit bfc16f8...cd54849 (2):
|       > Don't match parentheses within comments and quotes sections. This default behavior can be changed in settings.
|       > Fix saving of debug configurations.
| 
| M	OMEdit
| 
* commit 3590b8639c23c9b09c24161a823c3b1741d72d5d
| Author: Adeel Asghar 
| Date:   Thu Dec 10 16:40:51 2015 +0100
| 
|     * OMEdit 61a0dc8...bfc16f8 (1):
|       > Check correct extents.
| 
| M	OMEdit
| 
* commit 5a2e28618e113c6a34ad3a06b6cfb67f8ea9c21a
| Author: Martin Sjölund 
| Date:   Thu Dec 10 16:29:03 2015 +0100
| 
|     * doc c1535b8...5275387 (1):
|       > Fix hyperlink
| 
| M	doc
| 
* commit bfe07e89cbbccefebf66887e4506f45d1460e1b6
| Author: Willi Braun 
| Date:   Thu Dec 10 14:58:07 2015 +0100
| 
|     * OMCompiler 322d28d...5fcf1c8 (1):
|       > added some more significant execstate statements
| 
| M	OMCompiler
| 
* commit c2cbda1fa6e74a207a7a4673afbe8c173483c8e8
| Author: Adeel Asghar 
| Date:   Thu Dec 10 14:46:11 2015 +0100
| 
|     * OMEdit b4d8ad0...61a0dc8 (1):
|       > Updated the classes if needed before saving them.
| 
| M	OMEdit
| 
* commit 2f407a91616e707fd6f72dfd561fd8d563612809
| Author: vruge 
| Date:   Thu Dec 10 13:40:29 2015 +0100
| 
|     * OMCompiler c3cf2ac...322d28d (1):
|       > simplifyBinarySortConstants: don't sort terms if we don't have constants term
| 
| M	OMCompiler
| 
* commit bf0761330f7fe07cd2b19a05a8edda96b4d2a044
| Author: vwaurich 
| Date:   Thu Dec 10 13:27:41 2015 +0100
| 
|     * OMCompiler eba5efe...c3cf2ac (1):
|       > - for-loop in IndexReduction.collectVarEqns
| 
| M	OMCompiler
| 
* commit 7999b4ed0dfdcf41950729d8b4b69eca389f2395
| Author: Marcus Walther 
| Date:   Thu Dec 10 13:14:53 2015 +0100
| 
|     * OMCompiler 7e7a75b...eba5efe (1):
|       > Parallelized DASSL added to C++ Simulation Runtime
| 
| M	OMCompiler
| 
* commit fa613e534ae515e423c0584034b94db703d9981e
| Author: hudson 
| Date:   Thu Dec 10 11:12:48 2015 +0100
| 
|     * libraries d9d7884...0c45cad (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d325a1befa2734540d8f1ee7e2e1a61606bba6ae
| Author: Martin Sjölund 
| Date:   Thu Dec 10 10:48:30 2015 +0100
| 
|     * OMCompiler 5f3520e...7e7a75b (2):
|       > Use the index from the correct set
|       > Fix scaling issues for initialization
| 
| M	OMCompiler
| 
* commit e184c1e74d7bfa39fbcdaeb313e08f8211da6840
| Author: vwaurich 
| Date:   Thu Dec 10 09:52:30 2015 +0100
| 
|     * OMCompiler ca2207e...5f3520e (1):
|       > - for-loop in SymbolicJacobian.jacobianNonlinear
| 
| M	OMCompiler
| 
* commit 209c42d84d043905ad0a0f76d83e971f462472ec
| Author: vwaurich 
| Date:   Thu Dec 10 09:20:30 2015 +0100
| 
|     * OMCompiler e677cac...ca2207e (1):
|       > - for loop in replaceDifferentiatedEqns
| 
| M	OMCompiler
| 
* commit f487962c117911fb028dc55e0b2970941b938ddb
| Author: vwaurich 
| Date:   Thu Dec 10 08:56:02 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 45ad04c...e677cac (1):
|       > - changed BackendDAE.ConstraintEquations to array type
|     
|     * testsuite 008cd79...69680af (1):
|       > - update tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 167f734bb883c99a1508e7eea1d1a81f10104500
| Author: Adeel Asghar 
| Date:   Thu Dec 10 01:36:44 2015 +0100
| 
|     * OMEdit b9e092e...b4d8ad0 (2):
|       > Always draw the connectors on top.
|       > Make sure group image is displayed.
| 
| M	OMEdit
| 
* commit 866aaaa12348dbe0fbbe2c76ea4360b853737b96
| Author: Adeel Asghar 
| Date:   Wed Dec 9 21:35:51 2015 +0100
| 
|     * OMEdit 04984ba...b9e092e (1):
|       > List the parameters based on 3 conditons, 1. Has a parameter prefix 2. Has a start/fixed binding 3. Has dialog annotation
| 
| M	OMEdit
| 
* commit 0698df388ec104f346e7d600fd17570a2760ecf4
| Author: Martin Sjölund 
| Date:   Wed Dec 9 20:41:53 2015 +0100
| 
|     * OMCompiler 8b75192...45ad04c (1):
|       > Append in the fast order
| 
| M	OMCompiler
| 
* commit e9999721260d3f1b1b3370d9d663b2aba5c9b9f2
| Author: hudson 
| Date:   Wed Dec 9 19:07:32 2015 +0100
| 
|     * libraries 6e8f24d...d9d7884 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 82ccf668b5d7c5eb17e9eff9e94f9dbf7c86db6d
| Author: Per Östlund 
| Date:   Wed Dec 9 16:37:15 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 67ce850...8b75192 (1):
|       > Improved BaseVector.
|     
|     * testsuite 9d7b029...008cd79 (1):
|       > Add tests for BaseVector.
| 
| M	OMCompiler
| M	testsuite
| 
* commit e73ec2a2277d51afd488cf369f09066b9c8bd9fd
| Author: vruge 
| Date:   Wed Dec 9 16:12:23 2015 +0100
| 
|     * OMCompiler 2ad5550...67ce850 (1):
|       > expressionSolve:  - improved expand  - improved rule for simplify  - improved termination criterion
| 
| M	OMCompiler
| 
* commit 872a5e0860ddb4ca1bd75f2d475b1c4d3e86199d
| Author: vwaurich 
| Date:   Wed Dec 9 15:12:04 2015 +0100
| 
|     * OMCompiler 37ad4ee...2ad5550 (2):
|       > - output empty list in differentiateEqnsLst when failing
|       > - rewritten IndexReduction.differentiateEqnsLst()
| 
| M	OMCompiler
| 
* commit 74b8bc9010be16744ced72da128d66e112841d55
| Author: Adeel Asghar 
| Date:   Wed Dec 9 14:19:20 2015 +0100
| 
|     * OMEdit fd0cb66...04984ba (1):
|       > Added a missing semi-colon.
| 
| M	OMEdit
| 
* commit 9b14d1f55415d95d48f7d245dc1237b7d4d38107
| Author: Adeel Asghar 
| Date:   Wed Dec 9 02:10:57 2015 +0100
| 
|     * OMEdit a601894...fd0cb66 (1):
|       > #2391. Create a default initialization section to use.
| 
| M	OMEdit
| 
* commit 53a1e41ad848ea7c5931751e673eb22a8adbed26
| Author: Per Östlund 
| Date:   Tue Dec 8 17:45:01 2015 +0100
| 
|     * OMCompiler 82962b5...37ad4ee (1):
|       > Added arrayUpdateNoBoundsChecking.
| 
| M	OMCompiler
| 
* commit 12a8439cddf5165269a5131c1aa31acead6de9c4
| Author: hudson 
| Date:   Tue Dec 8 17:33:15 2015 +0100
| 
|     * doc cef0c57...c1535b8 (1):
|       > Merge pull request #11 from arun3688/master
| 
| M	doc
| 
* commit 8523d37b75b7ea66ac5eab310634a1304414d37e
| Author: Adeel Asghar 
| Date:   Tue Dec 8 16:28:16 2015 +0100
| 
|     * OMEdit 94263d0...a601894 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Enhanced the array connection dialog to allow connecting if root component is also array.
| 
| M	OMEdit
| 
* commit bdcc6cbf90a9ed4c4c9bb907c808590c205d8dc1
| Author: Martin Sjölund 
| Date:   Tue Dec 8 14:21:55 2015 +0100
| 
|     * OMEdit 4ef774e...94263d0 (1):
|       > Update common submodule
| 
| M	OMEdit
| 
* commit 03985e7a53a1ebf0930ecf3800538264dfd75465
| Author: Per Östlund 
| Date:   Tue Dec 8 13:58:39 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler cce1788...82962b5 (1):
|       > Fix redeclare issue with generic types.
|     
|     * testsuite fd27ba1...9d7b029 (1):
|       > Updated test case.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4ab25f58d4b2a779b1db9e7feec9cbdbf418cf0c
| Author: Adeel Asghar 
| Date:   Tue Dec 8 13:07:57 2015 +0100
| 
|     * OMEdit ad6ae67...4ef774e (1):
|       > #3447. Added path for msvc simulation executables.
| 
| M	OMEdit
| 
* commit 7edd2f1b055c8488f67a3c88b2c1493bebbb5f2e
| Author: Adeel Asghar 
| Date:   Mon Dec 7 16:22:35 2015 +0100
| 
|     * OMEdit 671e1ea...ad6ae67 (1):
|       > Fixes #3580. Start component name could be an array.
| 
| M	OMEdit
| 
* commit 2276c8569880bd1ffca34ce39e831e35f5afcef1
| Author: Niklas Worschech 
| Date:   Mon Dec 7 14:49:42 2015 +0100
| 
|     * OMCompiler 5a4b3a7...cce1788 (1):
|       > fix for inverse algorithm in cpp template
| 
| M	OMCompiler
| 
* commit 879f20faaf89972e53c22407c989aa48d7d36cb5
| Author: Per Östlund 
| Date:   Mon Dec 7 13:55:22 2015 +0100
| 
|     * OMCompiler 375fb6d...5a4b3a7 (1):
|       > Implemented more generic datatypes.
| 
| M	OMCompiler
| 
* commit f37446318049a8836f615a989a53ca3e78d66203
| Author: Martin Sjölund 
| Date:   Mon Dec 7 12:57:05 2015 +0100
| 
|     * OMCompiler cd8c3a1...375fb6d (1):
|       > Fix cc warning about missing include
| 
| M	OMCompiler
| 
* commit 0ad9f699c343780b7ad78db8e2a83b614f042256
| Author: Adeel Asghar 
| Date:   Mon Dec 7 12:29:43 2015 +0100
| 
|     * OMEdit 8cb8939...671e1ea (1):
|       > Fix compilation of Modelica models on Linux.
| 
| M	OMEdit
| 
* commit f0bcb4f5d65d423435a928968812b55bba7e5227
| Author: hudson 
| Date:   Sun Dec 6 20:28:18 2015 +0100
| 
|     * OMEdit 8c85596...8cb8939 (1):
|       > Merge pull request #4 from perost/variantfix
| 
| M	OMEdit
| 
* commit ed8a50205c76eab6341618d84475caef3a67f59d
| Author: Per Östlund 
| Date:   Sun Dec 6 20:11:39 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1a9a853...cd8c3a1 (1):
|       > Fix for #3581.
|     
|     * testsuite 3539b9b...fd27ba1 (1):
|       > Added test for #3581.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8d1aafddc6bbb2563774a958a785d3e89ae52b81
| Author: Adeel Asghar 
| Date:   Sun Dec 6 15:03:43 2015 +0100
| 
|     * OMEdit 479c5c9...8c85596 (1):
|       > Use the correct CoordinateSystem for Component boundingRect.
| 
| M	OMEdit
| 
* commit 068d216a2dced892bc30f19fbcb6066fc13e1404
| Author: Adeel Asghar 
| Date:   Sun Dec 6 14:01:02 2015 +0100
| 
|     * OMEdit c9ad9e9...479c5c9 (1):
|       > Always add CoOrdinateSystem values if they are different from default.
| 
| M	OMEdit
| 
* commit 66b1b3cd7ccc1342cfbc5de5a0d899dd004a65aa
| Author: Adeel Asghar 
| Date:   Sat Dec 5 14:33:47 2015 +0100
| 
|     * OMEdit b0aa632...c9ad9e9 (1):
|       > Fix for #3425. Keep the indentation while copying.
| 
| M	OMEdit
| 
* commit 78ce36e8a55bd97e86a3899be96449304bdc0c21
| Author: Adeel Asghar 
| Date:   Sat Dec 5 02:23:13 2015 +0100
| 
|     * OMEdit 5cb84bc...b0aa632 (1):
|       > Fix builds.
| 
| M	OMEdit
| 
* commit 761c2a7d7abcc4d916351325ce5556bea7998e63
| Author: Adeel Asghar 
| Date:   Fri Dec 4 21:35:46 2015 +0100
| 
|     * OMEdit c43a7c5...5cb84bc (1):
|       > Reduce the height of simulation messages.
| 
| M	OMEdit
| 
* commit e9ac29d2d1d842207db092d41c3d5946ff1c0ef6
| Author: Adeel Asghar 
| Date:   Fri Dec 4 19:40:37 2015 +0100
| 
|     * OMEdit 405ec94...c43a7c5 (1):
|       > Fix for #3404. Menu options to open working directory and terminal.
| 
| M	OMEdit
| 
* commit a9a57623f79ad251b5aa29d262daa6c19bf63fbe
| Author: Martin Sjölund 
| Date:   Fri Dec 4 17:05:32 2015 +0100
| 
|     * doc 5524bc4...cef0c57 (1):
|       > Update URL of the repository
| 
| M	doc
| 
* commit 6d0249ae988daaa2764aa98ec17205e4694aae9c
| Author: Marcus Walther 
| Date:   Fri Dec 4 16:05:21 2015 +0100
| 
|     * OMCompiler 3524221...1a9a853 (1):
|       > - fixed Intel TBB code generation - fixed serial code generation of HPCOM
| 
| M	OMCompiler
| 
* commit 02cba843bd28f5092fdf73b6dc6aa06e063da0aa
| Author: Adeel Asghar 
| Date:   Fri Dec 4 15:02:51 2015 +0100
| 
|     * OMEdit 53f5b7b...405ec94 (1):
|       > Fix for #3576. Allow exporting different types of FMUs.
| 
| M	OMEdit
| 
* commit 2a7480439cb7e8f84442ec572b9f521a19728c98
| Author: Adeel Asghar 
| Date:   Fri Dec 4 13:25:47 2015 +0100
| 
|     * OMEdit b1c9a9e...53f5b7b (1):
|       > Merge pull request #3 from adeas31/indentation
| 
| M	OMEdit
| 
* commit 7398df6df4ff365b6eaa27becc83efe7e2d0ff25
| Author: Marcus Walther 
| Date:   Fri Dec 4 11:13:02 2015 +0100
| 
|     * OMCompiler 5028097...3524221 (2):
|       > - added the new output_type to the list of default runtime parameters (cpp-runtime) - removed some unused code
|       > - removed task sorting, because the openMP-runtime seems to use junks of sections for each thread
| 
| M	OMCompiler
| 
* commit 6e325387418078ecb3d8f13e8abe88c15e65c002
| Author: Marcus Walther 
| Date:   Fri Dec 4 09:42:07 2015 +0100
| 
|     * OMCompiler 10ac684...5028097 (1):
|       > - changed the tail recursive MCP-algorithms to while-loops --> this will prevent stack overflows for large models
| 
| M	OMCompiler
| 
* commit bb7e85983e683eb4ff3cf56bf8bac462c0a32c85
| Author: Niklas Worschech 
| Date:   Thu Dec 3 13:24:34 2015 +0100
| 
|     * OMCompiler 7f3814b...10ac684 (1):
|       > fix for query output results in cpp runtime
| 
| M	OMCompiler
| 
* commit 9e319b3c60f19fbebb10406abcee7b1f814f9ab6
| Author: Martin Sjölund 
| Date:   Thu Dec 3 12:24:02 2015 +0100
| 
|     * OMCompiler 45515a6...7f3814b (1):
|       > Optimize warnAboutVars2 for memory consumption
| 
| M	OMCompiler
| 
* commit ab38128760d2016ed4d3e664283503ee5853d7e5
| Author: Martin Sjölund 
| Date:   Thu Dec 3 11:17:13 2015 +0100
| 
|     * doc e258fc9...5524bc4 (1):
|       > Remove duplicate entry
| 
| M	doc
| 
* commit 6637bbe024f88107fd13be936e21905913b4d73a
| Author: Martin Sjölund 
| Date:   Thu Dec 3 10:52:35 2015 +0100
| 
|     * doc 7eecbb8...e258fc9 (1):
|       > Add Modelica'2015 paper
| 
| M	doc
| 
* commit e7880fce5c3740542e7d1ae95ca59e50517eca95
| Author: adrpo 
| Date:   Wed Dec 2 21:05:12 2015 +0100
| 
|     Updating submodules
|     * OMCompiler fee3aec...45515a6 (1):
|       > - fix for feature #3417
|     
|     * OMEdit 3afe926...b1c9a9e (1):
|       > - update OMCProxy due to changes in API for #3417
|     
|     * testsuite c74f2d0...3539b9b (1):
|       > - test for bug #3417
| 
| M	OMCompiler
| M	OMEdit
| M	testsuite
| 
* commit fc95c073fb82a8b3fe1e20f476937724ccbfb245
| Author: hudson 
| Date:   Wed Dec 2 19:08:49 2015 +0100
| 
|     * libraries 9e1116d...6e8f24d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fab14ec2a0790be32b8854980a1950f02acef5c7
| Author: Adeel Asghar 
| Date:   Wed Dec 2 18:21:07 2015 +0100
| 
|     * OMCompiler 063ca3e...fee3aec (1):
|       > Added some additional arguments to compile.bat so OMEdit can use it.
| 
| M	OMCompiler
| 
* commit bedda3ae20daff41f56c2c0fd71f92cfee6030a6
| Author: Martin Sjölund 
| Date:   Wed Dec 2 17:47:30 2015 +0100
| 
|     * OMCompiler 56d1973...063ca3e (1):
|       > Make functions tail-recursive
| 
| M	OMCompiler
| 
* commit f20b383a44af6a7937ee4c546d9a8a1193fd0cca
| Author: Niklas Worschech 
| Date:   Wed Dec 2 11:48:13 2015 +0100
| 
|     * OMCompiler 712e46e...56d1973 (1):
|       > fix for external string arrays in cpp template
| 
| M	OMCompiler
| 
* commit 05dcd22882c33ab6cb9de607870ca269b5fe5352
| Author: Niklas Worschech 
| Date:   Wed Dec 2 09:53:01 2015 +0100
| 
|     * OMCompiler 86dce0f...712e46e (1):
|       > added output format parameter to simulation start script of cpp runtime
| 
| M	OMCompiler
| 
* commit cae4069a3ed43c3dfef89da8e938c131653f4fdb
| Author: alash325 
| Date:   Wed Dec 2 08:10:43 2015 +0100
| 
|     * OMEdit ef9582e...3afe926 (1):
|       > -Editing of external model parameters -Editable start command so user can specify any command they wanted
| 
| M	OMEdit
| 
* commit c033d2034107781e369071aaab2adcece1376796
| Author: wibraun 
| Date:   Tue Dec 1 21:36:27 2015 +0100
| 
|     * OMCompiler 7eeeca2...86dce0f (1):
|       > adjust DATA object in C runtime DATA
| 
| M	OMCompiler
| 
* commit 7c8987ebd0790348e806d2403915d71a58170a1f
| Author: Per Östlund 
| Date:   Tue Dec 1 19:22:57 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 0581f1e...7eeeca2 (1):
|       > Fix for #3552.
|     
|     * testsuite 0324f52...c74f2d0 (1):
|       > Test moveClassToTop and moveClassToBottom.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9ac179744b33a23c1d228eb9424cfa85f7f767f1
| Author: hudson 
| Date:   Tue Dec 1 19:08:01 2015 +0100
| 
|     * libraries 7bcfece...9e1116d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5b585ccdd8cf6fd7248344559ce8bef93c00d792
| Author: Martin Sjölund 
| Date:   Tue Dec 1 15:06:23 2015 +0100
| 
|     * OMOptim c95b751...cebd1f9 (2):
|       > Fix install path
|       > 1.9.4-dev starts
| 
| M	OMOptim
| 
* commit e321c86b1dbd09b8545bc339ea2c4b409348ce8f
| Author: Niklas Worschech 
| Date:   Tue Dec 1 14:41:56 2015 +0100
| 
|     * OMCompiler 372837d...0581f1e (1):
|       > fix for handle time events in cpp runtime
| 
| M	OMCompiler
| 
* commit 80fea4c31f5aa50bc18b26f040b22b9961c7779a
| Author: Marcus Walther 
| Date:   Tue Dec 1 14:21:55 2015 +0100
| 
|     * OMCompiler ff60f29...372837d (1):
|       > - hpcom level and levelfix scheduler will now schedule the largest tasks first
| 
| M	OMCompiler
| 
* commit 47dfdc51c9737d26848bfedaa0e15ac20509ce64
| Author: Niklas Worschech 
| Date:   Tue Dec 1 13:57:26 2015 +0100
| 
|     * OMCompiler 67b941c...ff60f29 (1):
|       > fix for change output format in cpp runtime
| 
| M	OMCompiler
| 
* commit 368ee194ebd70c70d4103f62bf0a3a857aa1705c
| Author: Martin Sjölund 
| Date:   Tue Dec 1 12:13:29 2015 +0100
| 
|     * OMCompiler 7a8c722...67b941c (1):
|       > Use arrayGet for random access instead of listGet
| 
| M	OMCompiler
| 
* commit 38ea0baa12f9408f29a302be206fcd103aa33a82
| Author: vwaurich 
| Date:   Tue Dec 1 11:32:57 2015 +0100
| 
|     * testsuite 0744188...0324f52 (2):
|       > - adapted makefile for tests
|       > - added evalAllParams and evalOutputsOnly test
| 
| M	testsuite
| 
* commit 16951c4f5d339f4549e55a5ccdffea45168264a2
| Author: vruge 
| Date:   Mon Nov 30 23:35:56 2015 +0100
| 
|     * OMCompiler 59192a4...7a8c722 (1):
|       > fixed and simplify allTermsForCref - remove recursion - split terms
| 
| M	OMCompiler
| 
* commit 5d7bbd12673a073d0bc551cc607471285e721dd5
| Author: vruge 
| Date:   Mon Nov 30 18:17:34 2015 +0100
| 
|     * OMCompiler f81f8c6...59192a4 (1):
|       > ExpressionSolve: reduce expansion of multiplications
| 
| M	OMCompiler
| 
* commit 680da96dfa540dd6423b2a070aa1ec55e2c3e819
| Author: hudson 
| Date:   Mon Nov 30 18:04:58 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 150aaf3...f81f8c6 (1):
|       > New optimization module to wrap function calls
|     
|     * testsuite 690c78b...0744188 (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit a280699a56bc72d8d205b5c00007735f3327e04b
| Author: Niklas Worschech 
| Date:   Mon Nov 30 16:35:32 2015 +0100
| 
|     * OMCompiler 9638dc4...150aaf3 (1):
|       > fix for PrecompiledHeader and msvc build in cpp runtime
| 
| M	OMCompiler
| 
* commit 5e0e582c382ba2ccf86ba430b1249f65174e3780
| Author: Martin Sjölund 
| Date:   Mon Nov 30 15:59:14 2015 +0100
| 
|     * OMCompiler 6ceb89f...9638dc4 (1):
|       > Print size of DAE for sorting and matching
| 
| M	OMCompiler
| 
* commit 830e9ea39a4e3799685c6c7c7bc983a1f1bdfa92
| Author: Lennart Ochel 
| Date:   Mon Nov 30 13:10:17 2015 +0100
| 
|     * OMCompiler 712abe4...6ceb89f (1):
|       > Generate additional initialization system for lambda=0
| 
| M	OMCompiler
| 
* commit 3fc40a4a78dad59222d9dbb06e56a58c648bba46
| Author: Martin Sjölund 
| Date:   Mon Nov 30 11:30:12 2015 +0100
| 
|     * testsuite da7ee23...690c78b (1):
|       > Archive the generated artifact
| 
| M	testsuite
| 
* commit e1fcdc6c5d106891242d60df8e473661632388d2
| Author: Martin Sjölund 
| Date:   Mon Nov 30 09:19:58 2015 +0100
| 
|     * OMCompiler 36b9fbe...712abe4 (1):
|       > Allow inheritance when bootstrapping
| 
| M	OMCompiler
| 
* commit 0ffd3dba4081f9064d8eb9aab15c7d6167c63a42
| Author: hudson 
| Date:   Sat Nov 28 19:07:40 2015 +0100
| 
|     * libraries 714e89a...7bcfece (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6c67a64a05da071030464c3ed95d64b3b7096dc4
| Author: Marcus Walther 
| Date:   Fri Nov 27 16:09:52 2015 +0100
| 
|     * OMCompiler fe43efb...36b9fbe (1):
|       > - fixed C++ MinGW FMU export on Windows (the libgcc-dll is now copied to build/bin, lapack and blas are embedded into the FMU)
| 
| M	OMCompiler
| 
* commit 352b965bb326c72ed2f0bd261ebd7153b7822238
| Author: Niklas Worschech 
| Date:   Fri Nov 27 15:57:14 2015 +0100
| 
|     * OMCompiler 6c675e6...fe43efb (1):
|       > added additionl compiler target flag for Visual Studio versions   there are now the target msvc,msvc10,msvc12,msvc13,msvc15 for visual studio builds, the target msvc uses the latest, installed visual studio
| 
| M	OMCompiler
| 
* commit a45a3c47912c870bf1c8c63ca0fe7a996c397c63
| Author: vwaurich 
| Date:   Fri Nov 27 10:55:05 2015 +0100
| 
|     * OMCompiler 292fdca...6c675e6 (1):
|       > - getValueReference works with row major order for cpp fmus
| 
| M	OMCompiler
| 
* commit 31b1eba44e46bc56d37c0bdcaee42ceb6bbb6856
| Author: adrpo 
| Date:   Fri Nov 27 02:08:15 2015 +0100
| 
|     * OMCompiler b7b4231...292fdca (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > - fix windows build
| 
| M	OMCompiler
| 
* commit 91fcdfe0a9717560b94d6b5ed9b33e0582c0a62f
| Author: hudson 
| Date:   Thu Nov 26 23:01:59 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 2d700ff...b7b4231 (2):
|       > Fix for #3552.
|       > - fix windows build
|     
|     * testsuite 786a8ee...da7ee23 (1):
|       > Add test for moveClass, #3552.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 044d9b8f91d508c87f1f32889b6d80f942ed5bb8
| Author: hudson 
| Date:   Thu Nov 26 19:08:27 2015 +0100
| 
|     * libraries c26f657...714e89a (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 77d02c8939aa6fdd3a1b202cf0455850b61bd523
| Author: Adeel Asghar 
| Date:   Thu Nov 26 17:41:09 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 3bfc949...2d700ff (1):
|       > Updated getClassInformation to get more information for OMEdit.
|     
|     * testsuite 38700a5...786a8ee (2):
|       > More tests updated for new getClassInformation.
|       > Updated getClassInformation tests to new output.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3fabc62acf0f9fd5391510f41593beb39b960c5b
| Author: Rüdiger Franke 
| Date:   Thu Nov 26 17:28:37 2015 +0100
| 
|     * OMCompiler 2663366...3bfc949 (1):
|       > remove boost_system lib from FMU generated with msvc in release mode
| 
| M	OMCompiler
| 
* commit 447b36b331fc9f720c2822eefd39ee5bdcfff550
| Author: Marcus Walther 
| Date:   Thu Nov 26 16:28:28 2015 +0100
| 
|     * OMCompiler 885c632...2663366 (1):
|       > - the init-XML-file of the cpp runtime does now consider the column-major storage of the arrays -> this will produce correct value references for multi dimensional arrays and fix some initialization issues
| 
| M	OMCompiler
| 
* commit 66bfd088f2f884171e8a8d46d214f13cf3036658
| Author: Martin Sjölund 
| Date:   Thu Nov 26 10:51:42 2015 +0100
| 
|     * OMEdit 0e588f9...ef9582e (1):
|       > Read operations before checking how many they are
| 
| M	OMEdit
| 
* commit 5a0fa6334f0a8864376dcb68cb4767a0bed332cc
| Author: Lennart Ochel 
| Date:   Thu Nov 26 09:46:45 2015 +0100
| 
|     * OMCompiler 0d78a38...885c632 (1):
|       > Revert "reduce ExpressionSimplify-Calls inside solve(.)"
| 
| M	OMCompiler
| 
* commit 22bc3d51a338efba4a20e0626041c91216a61f08
| Author: Niklas Worschech 
| Date:   Thu Nov 26 09:34:31 2015 +0100
| 
|     * OMCompiler dedd508...0d78a38 (1):
|       > changed msvc build, latest visual studio version  is used if no verion is set with VSVERSION flag
| 
| M	OMCompiler
|   
*   commit 0415bf1af3c39209e7ef121930f4880c1963562e
|\  Merge: f55a729366 6561db0ab0
| | Author: Martin Sjölund 
| | Date:   Wed Nov 25 20:30:46 2015 +0100
| | 
| |     Merge pull request #8 from AngelM1981/master
| |     
| |     OpenSceneGraph is build by default and not optional
| |   
| *   commit 6561db0ab0260c186cdc35fbdeb137ed8fb01569
| |\  Merge: e96237faeb c985b9fe0b
| | | Author: AngelM1981 
| | | Date:   Wed Nov 25 20:23:40 2015 +0100
| | | 
| | |     Merge pull request #1 from AngelM1981/AngelM1981-patch-1
| | |     
| | |     OpenSceneGraph is build in default configuration
| | | 
| | * commit c985b9fe0bdcc4a7e506fb4e7778ad3356cda52f
| | | Author: AngelM1981 
| | | Date:   Tue Nov 24 21:28:26 2015 +0100
| | | 
| | |     OpenSceneGraph is build in default configuration
| | | 
| | | M	README.md
| | | 
* | | commit f55a7293668a93fc2c4fbcba16533a90d4d79557
| | | Author: hudson 
| | | Date:   Wed Nov 25 19:08:14 2015 +0100
| | | 
| | |     * libraries 90b31b8...c26f657 (1):
| | |       > Bump libraries
| | | 
| | | M	libraries
| | | 
* | | commit fd0a7a371531b5c7e7953d984dc89148407ad0d0
| | | Author: vwaurich 
| | | Date:   Wed Nov 25 17:08:04 2015 +0100
| | | 
| | |     * OMCompiler fe52534...dedd508 (2):
| | |       > - reverse lists in getUnrolledArrayIndex
| | |       > - fix for SimCodeUtil.getUnrolledArrayIndex()
| | | 
| | | M	OMCompiler
| | | 
* | | commit ff1cf0ddac778513630667a263221cbbbf6f5371
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 25 16:32:54 2015 +0100
| | | 
| | |     Updating submodules
| | |     * OMEdit fbc7bf2...0e588f9 (1):
| | |       > Rename Plot.h to OMPlot.h
| | |     
| | |     * OMPlot 847989d...928d504 (1):
| | |       > Rename Plot.h to OMPlot.h
| | | 
| | | M	OMEdit
| | | M	OMPlot
| | | 
* | | commit aaae8319364322e62c3b9ac87546e9a5a0bfbcbc
| | | Author: hudson 
| | | Date:   Wed Nov 25 14:21:38 2015 +0100
| | | 
| | |     Updating submodules
| | |     
| | |     * OMCompiler 6c58add...fe52534 (2):
| | |       > Dump empty arrays {} as fill(0,0)
| | |       > Generating modelica output in the flat DAE dump
| | |     
| | |     * testsuite 3df11ec...38700a5 (1):
| | |       > Test for bug #2588
| | | 
| | | M	OMCompiler
| | | M	testsuite
| | | 
* | | commit 9f83e2268783d27f2b3198c7353e16e02bd13ceb
| | | Author: vruge 
| | | Date:   Wed Nov 25 14:09:12 2015 +0100
| | | 
| | |     * OMCompiler 9f2a0ec...6c58add (1):
| | |       > DIVISION_SIM improved check, using old logic
| | | 
| | | M	OMCompiler
| | | 
* | | commit 0e76056506ea4867d9d07ca6139531da722dfaa0
| | | Author: hudson 
| | | Date:   Wed Nov 25 13:46:35 2015 +0100
| | | 
| | |     * OMCompiler f0b4fd3...9f2a0ec (7):
| | |       > - removed trailing whitspaces
| | |       > - removed empty lines at the end of files
| | |       > - fixed HPCOM measure time functionality
| | |       > - some simple cleanups
| | |       > - fixed Linux build issues
| | |       > fix for cpp runtime release build
| | |       > - disabled boost threads in MSVC release mode
| | | 
| | | M	OMCompiler
| | | 
* | | commit f6b2006e93fbf9b7c3efeab44bbde62f9d915007
| | | Author: Niklas Worschech 
| | | Date:   Wed Nov 25 13:34:03 2015 +0100
| | | 
| | |     * OMCompiler e144c6d...f0b4fd3 (1):
| | |       > added flag to mingw make files to change Visual Studio version  VSVERSION=[2010,2012,2013,2015] default is 2010
| | | 
| | | M	OMCompiler
| | | 
* | | commit 4c5e0684134e533ed9455edf35a11b0ed816e576
| | | Author: Willi Braun 
| | | Date:   Wed Nov 25 13:10:01 2015 +0100
| | | 
| | |     Updating submodules
| | |     
| | |     * OMCompiler da87f6a...e144c6d (1):
| | |       > cleanup and revise dassl code
| | |     
| | |     * testsuite c2dcf10...3df11ec (1):
| | |       > expected output
| | | 
| | | M	OMCompiler
| | | M	testsuite
| | | 
* | | commit 75b05300570c65e771a3eca6c8ce4087496733b1
| | | Author: Martin Sjölund 
| | | Date:   Wed Nov 25 12:50:50 2015 +0100
| | | 
| | |     * OMCompiler bad3892...da87f6a (1):
| | |       > Fix OSX paths for new suitesparse dependencies
| | | 
| | | M	OMCompiler
| | | 
* | | commit 5882221db8639e000f4f274f15a1dc75f570bc9c
| | | Author: Lennart Ochel 
| | | Date:   Wed Nov 25 12:31:38 2015 +0100
| | | 
| | |     Updating submodules
| | |     
| | |     * libraries a88239b...90b31b8 (5):
| | |       > Bump libraries
| | |       > Bump libraries
| | |       > Bump libraries
| | |       > Bump libraries
| | |       > Bump libraries
| | |     
| | |     * testsuite 507faa4...c2dcf10 (1):
| | |       > Update expected output after library bump
| | | 
| | | M	libraries
| | | M	testsuite
| | | 
* | | commit 921b711be88172176cc35e0e91b257a780419509
| | | Author: hudson 
| | | Date:   Wed Nov 25 11:09:17 2015 +0100
| | | 
| | |     Updating submodules
| | |     
| | |     * OMCompiler a59b7ee...bad3892 (1):
| | |       > simplifyAllExpressions: - don't use simplify use simplify1   - see: https://trac.openmodelica.org/OpenModelica/ticket/2647
| | |     
| | |     * testsuite 670fd94...507faa4 (2):
| | |       > runExReduceDrumBoiler: improved initial guess
| | |       > expected output
| | | 
| | | M	OMCompiler
| | | M	testsuite
| | | 
* | | commit 2180ce831223789036c7403a577eec900618d8fc
|/ /  Author: Martin Sjölund 
| |   Date:   Wed Nov 25 10:09:39 2015 +0100
| |   
| |       * OMCompiler 7458c24...a59b7ee (1):
| |         > The exe extension on OSX is not .app
| |   
| |   M	OMCompiler
| | 
* | commit e96237faebf0607f3c12910f8b52d93bac4fd273
| | Author: Per Östlund 
| | Date:   Tue Nov 24 16:37:24 2015 +0100
| | 
| |     Updating submodules
| |     
| |     * OMCompiler d162439...7458c24 (1):
| |       > Fix for #3460.
| |     
| |     * testsuite 302a8b5...670fd94 (1):
| |       > Added test for getComponents API.
| | 
| | M	OMCompiler
| | M	testsuite
| | 
* | commit 4654b79d2381d7f04367cd88bd29ec16a157e06a
| | Author: RuedKamp 
| | Date:   Tue Nov 24 16:24:48 2015 +0100
| | 
| |     * OMCompiler d237bc5...d162439 (3):
| |       > -USE_CPP_03 is not defined under VxWorks although not using C++11
| |       > -removed OMDEV Variable from VxWorks makefile
| |       > -some minor changes
| | 
| | M	OMCompiler
| | 
* | commit 8cdb1fb25f694fa79ef5022806e6fc7aff6ab805
| | Author: Martin Sjölund 
| | Date:   Tue Nov 24 15:05:30 2015 +0100
| | 
| |     * OMCompiler 13854c1...d237bc5 (1):
| |       > Minor performance fixes for Absyn.traverseExp
| | 
| | M	OMCompiler
| | 
* | commit 4cd337da480b8a1be7c8145d835116be4be8be3a
|/  Author: Per Östlund 
|   Date:   Tue Nov 24 13:01:52 2015 +0100
|   
|       Updating submodules
|       
|       * OMCompiler 2b1abe8...13854c1 (1):
|         > Fix for #3574.
|       
|       * testsuite cf42914...302a8b5 (1):
|         > Add tests for addClassAnnotation API.
|   
|   M	OMCompiler
|   M	testsuite
| 
* commit a8c6722ea444429258f959d288380ddee2f92d7b
| Author: RuedKamp 
| Date:   Mon Nov 23 10:35:06 2015 +0100
| 
|     * OMCompiler a5b0601...2b1abe8 (8):
|       > -fixed functionblock generation
|       > -changed defines for sparse solver
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -improved xml FunctionBlock generation
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -removed one environmental variable required in VxWorks makefile
|       > -copy some headers required for VxWorks build
| 
| M	OMCompiler
| 
* commit bbc521dc0013c85b1cea7a10a159fd7ce2844dd1
| Author: Willi Braun 
| Date:   Fri Nov 20 19:24:30 2015 +0100
| 
|     * OMCompiler ad626e1...a5b0601 (1):
|       > fix minor issue in dassl.c and clean up
| 
| M	OMCompiler
| 
* commit a0cb66ff5aef9ab6332bbab953d7a2f1d5bcf928
| Author: Marcus Walther 
| Date:   Fri Nov 20 16:07:23 2015 +0100
| 
|     * OMCompiler 7a131d6...ad626e1 (3):
|       > - added cpp-runtime flags to Windows-Makefile
|       > - removed spaces in Modelica.cpp
|       > - Documentation updates
| 
| M	OMCompiler
| 
* commit bd6b67a679cf29af7aeb6956403779756cdebbf8
| Author: Martin Sjölund 
| Date:   Fri Nov 20 15:25:43 2015 +0100
| 
|     * OMCompiler 487eea1...7a131d6 (1):
|       > Rewrote Absyn.pathString
| 
| M	OMCompiler
| 
* commit 878ca5ea6ae0f1a6dce17cae3286de431ce96e36
| Author: vwaurich 
| Date:   Fri Nov 20 14:44:28 2015 +0100
| 
|     * OMCompiler 4564e1c...487eea1 (1):
|       > - fix for evalOutputOnly
| 
| M	OMCompiler
| 
* commit da9596d6bac97e9f9ff65ef853f73160876215ab
| Author: vwaurich 
| Date:   Fri Nov 20 12:10:17 2015 +0100
| 
|     * OMCompiler 199d4cd...4564e1c (1):
|       > - changed dumpSimCode implementation
| 
| M	OMCompiler
| 
* commit 0b76f08495a5307677a6e33342a9b05b2e7390c0
| Author: Lennart Ochel 
| Date:   Fri Nov 20 10:07:44 2015 +0100
| 
|     * OMCompiler dbb674d...199d4cd (1):
|       > Revert "Hack for ticket 3544"
| 
| M	OMCompiler
| 
* commit 48e50004e010e3d00a5cc3aee24a9069ad6b1a27
| Author: Marcus Walther 
| Date:   Fri Nov 20 08:52:45 2015 +0100
| 
|     * OMCompiler fb29737...dbb674d (1):
|       > - changed the flag "USE_CPP_ELEVEN" to "USE_CPP_03" to be compatible with further standards
| 
| M	OMCompiler
| 
* commit 48f2232d55662fc23433a46b642d388d8a8d473d
| Author: Niklas Worschech 
| Date:   Fri Nov 20 08:40:03 2015 +0100
| 
|     * OMCompiler 57d05fd...fb29737 (1):
|       > re-added accidentally removed assert warning
| 
| M	OMCompiler
| 
* commit abb986907571ecaa10dce0895d486609142e00c9
| Author: Willi Braun 
| Date:   Thu Nov 19 23:03:44 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 920eedf...57d05fd (1):
|       > adding context depending extrapolation
|     
|     * testsuite b153140...cf42914 (1):
|       >  - deactive ThermoSysPro test for now  - change to expected solution for dynamic tearing
| 
| M	OMCompiler
| M	testsuite
| 
* commit 78723907da1980444df0c7241685ba3097618cd5
| Author: Marcus Walther 
| Date:   Thu Nov 19 16:38:48 2015 +0100
| 
|     * OMCompiler fb0cb73...920eedf (1):
|       > - increased memory for precompiled headers (MSVC)
| 
| M	OMCompiler
| 
* commit 3d668fdb62ad40efcdf944b842c556615e5a66b5
| Author: Lennart Ochel 
| Date:   Thu Nov 19 16:22:09 2015 +0100
| 
|     * OMCompiler e090d3d...fb0cb73 (1):
|       > Hack for ticket 3544
| 
| M	OMCompiler
| 
* commit c1f76975be46d0f5580b82d1f80c776aced42876
| Author: hudson 
| Date:   Thu Nov 19 16:09:15 2015 +0100
| 
|     * OMCompiler 5ea6c42...e090d3d (7):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > reverted 2d6e1a7d26ee397d9295368aec0f9450d9db1e23
|       > Merge branch 'master' of https://github.com/niklwors/OMCompiler
|       > revert 2d6e1a7d26ee397d9295368aec0f9450d9db1e23 in cpp template
|       > fix for external string in cpp template
|       > added assert warnings in cpp template
|       > -xml file generation for functionsblock
| 
| M	OMCompiler
| 
* commit 231d3250d6534d39974adbf04745ebe70177c5f7
| Author: Per Östlund 
| Date:   Thu Nov 19 15:55:47 2015 +0100
| 
|     * OMCompiler 63cd39e...5ea6c42 (1):
|       > Cleanup DAE.Mod.REDECL.
| 
| M	OMCompiler
| 
* commit 53d1f5bc873c94f38185544af6b0d72992571571
| Author: vwaurich 
| Date:   Thu Nov 19 15:27:27 2015 +0100
| 
|     * OMCompiler f2902c0...63cd39e (1):
|       > - fix for evaluateOutputOnly
| 
| M	OMCompiler
| 
* commit ae66f5fb6351fb5746be9d73b352d831370daf01
| Author: RuedKamp 
| Date:   Thu Nov 19 14:33:14 2015 +0100
| 
|     * OMCompiler 415e95d...f2902c0 (1):
|       > -improved xml FunctionBlock generation
| 
| M	OMCompiler
| 
* commit e6a3a0ff5f6a545793d74611a971ed01c0dda8a9
| Author: Per Östlund 
| Date:   Thu Nov 19 13:56:27 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 936fccd...415e95d (1):
|       > Fix for #2964.
|     
|     * testsuite 4f8d315...b153140 (1):
|       > Add test for #2964.
| 
| M	OMCompiler
| M	testsuite
| 
* commit f7e0b6469134d40feccc1121402a56a8ac0500dc
| Author: vwaurich 
| Date:   Thu Nov 19 13:43:28 2015 +0100
| 
|     * OMCompiler 29c4664...936fccd (1):
|       > - replace evalAllParams-implementation - dump bipartite graphs for sccs after backend
| 
| M	OMCompiler
| 
* commit 02952564b337a5f2948861b119af329c625967f3
| Author: hudson 
| Date:   Wed Nov 18 19:09:59 2015 +0100
| 
|     * libraries 8131416...a88239b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 55976a3be6d3dee36b4321ac292719d9ef863c28
| Author: vruge 
| Date:   Wed Nov 18 18:26:46 2015 +0100
| 
|     * OMCompiler f2b7cd2...29c4664 (1):
|       > ExpressionSolve: matchcontinue in match
| 
| M	OMCompiler
| 
* commit aec938bd14d7ea87f2cae959e2cede2124270376
| Author: vruge 
| Date:   Wed Nov 18 17:43:22 2015 +0100
| 
|     * OMCompiler d3176fd...f2b7cd2 (1):
|       > ExpressionSolve: matchcontinue in match
| 
| M	OMCompiler
| 
* commit 0d8c457aa1984e632835dbd06371c29827b91c1a
| Author: vruge 
| Date:   Wed Nov 18 17:20:40 2015 +0100
| 
|     * OMCompiler 997e514...d3176fd (1):
|       > ExpressionSolve: using guard
| 
| M	OMCompiler
| 
* commit c86b9f922b6426503488fca4390994f38834f763
| Author: vruge 
| Date:   Wed Nov 18 15:57:41 2015 +0100
| 
|     * OMCompiler 4b79bb8...997e514 (1):
|       > improved SolveSimpleEquation using (for loops, reduce number of operation)
| 
| M	OMCompiler
| 
* commit 9f61dce2bbcabdb5afd208d90499bcbb53292ce8
| Author: vruge 
| Date:   Wed Nov 18 14:58:40 2015 +0100
| 
|     * OMCompiler 4756935...4b79bb8 (1):
|       > reduce ExpressionSimplify-Calls inside solve(.)
| 
| M	OMCompiler
| 
* commit 605b71d63778695d90c098d4efa5a0b42501c13d
| Author: vruge 
| Date:   Wed Nov 18 14:35:59 2015 +0100
| 
|     * OMCompiler c45436a...4756935 (1):
|       > ExpressionSolve:  matchcontinue in match
| 
| M	OMCompiler
| 
* commit d84e5ffb3d7c599056af102ff7bcecf1a481f877
| Author: Lennart Ochel 
| Date:   Wed Nov 18 11:36:42 2015 +0100
| 
|     * OMCompiler 199855a...c45436a (1):
|       > Fix performance issue of module inlineWhenForInitialization
| 
| M	OMCompiler
| 
* commit 4e50436e89e58583f59ea72814a67697eaadabf2
| Author: vruge 
| Date:   Wed Nov 18 11:20:01 2015 +0100
| 
|     * OMCompiler 4647aa6...199855a (1):
|       > - improved stop criteria in ExpressionSolve.solve - reduce simplify-calls in ExpressionSolve.solve2 - fixed start value for iterration var in simplifyComplexFunction
| 
| M	OMCompiler
| 
* commit 547d64dab19206c57e7444fe3347a7906e5d30ec
| Author: RuedKamp 
| Date:   Wed Nov 18 11:06:53 2015 +0100
| 
|     * OMCompiler 5a65e9d...4647aa6 (2):
|       > -removed one environmental variable required in VxWorks makefile
|       > -copy some headers required for VxWorks build
| 
| M	OMCompiler
| 
* commit 057f46817c699c977ef2ccc67ae846e02d2f5cd8
| Author: Rüdiger Franke 
| Date:   Tue Nov 17 23:03:15 2015 +0100
| 
|     * OMCompiler 352fa2a...5a65e9d (1):
|       > remove $(OMHOME) substitution for nmake
| 
| M	OMCompiler
| 
* commit 4711ae19fd2a3273c5f493ea44d4142aa861961b
| Author: hudson 
| Date:   Tue Nov 17 19:09:50 2015 +0100
| 
|     * libraries 1712548...8131416 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 65896624110ddf81cb905fb30ed09ca9fd863b76
| Author: Martin Sjölund 
| Date:   Tue Nov 17 17:55:00 2015 +0100
| 
|     * OMCompiler 37f7538...352fa2a (1):
|       > Add tail recursion for Expression.makeMatrix
| 
| M	OMCompiler
| 
* commit 130fc575b314c15f0b33ed4d3560016bf1fbe039
| Author: RuedKamp 
| Date:   Tue Nov 17 16:33:47 2015 +0100
| 
|     * OMCompiler 0711070...37f7538 (13):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -add export for VxWorks makefile
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -fixed some VxWorks error -adapted VxWorks makefile
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -xml file generation for functionsblock
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -fixed simObjects also for VxWorks
|       > -fixed simObjects also for VxWorks
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -enable sparse solver only for vxworks
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -fixed typo
| 
| M	OMCompiler
| 
* commit 79abdf769cc608c81aa854f725e1283a6e00f65f
| Author: Adeel Asghar 
| Date:   Tue Nov 17 14:48:27 2015 +0100
| 
|     * OMPlot 57c8c57...847989d (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMPlot
|       > Remove the space between x and y-axis.
| 
| M	OMPlot
| 
* commit f08b5bbda01d645d0387d79c2b58759298c81409
| Author: RuedKamp 
| Date:   Tue Nov 17 14:23:52 2015 +0100
| 
|     * OMCompiler 446a090...0711070 (2):
|       > -fixed some VxWorks error -adapted VxWorks makefile
|       > -xml file generation for functionsblock
| 
| M	OMCompiler
| 
* commit a4112aa3a06308a107dac9db229fc30ff28e912e
| Author: Martin Sjölund 
| Date:   Tue Nov 17 13:56:04 2015 +0100
| 
|     * libraries e67ac6d...1712548 (1):
|       > Bump for MSL
| 
| M	libraries
| 
* commit c373aa5c23796ba194984b92d81235edd8f4150c
| Author: unknown 
| Date:   Tue Nov 17 11:37:12 2015 +0100
| 
|     * OMCompiler 13983f6...446a090 (1):
|       > fix for daeExpReduction in cpp template
| 
| M	OMCompiler
| 
* commit 90823f63add63746ffe48d00bb6e16713f6c8e0c
| Author: Martin Sjölund 
| Date:   Tue Nov 17 09:46:31 2015 +0100
| 
|     * OMCompiler 44ea7be...13983f6 (1):
|       > Always compile with ipopt
| 
| M	OMCompiler
| 
* commit a40d8e69903fd687a2665750b0bbe8d466fd4763
| Author: hudson 
| Date:   Mon Nov 16 19:08:10 2015 +0100
| 
|     * libraries a8a72c6...e67ac6d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f7736fa0580f52e8eabdb486409bc6ae8ba075ca
| Author: Lennart Ochel 
| Date:   Mon Nov 16 16:20:20 2015 +0100
| 
|     * OMCompiler e430545...44ea7be (1):
|       > Remove short type declarations
| 
| M	OMCompiler
| 
* commit 8f624706413ea611ad5011565a90871cb9ea21f1
| Author: Lennart Ochel 
| Date:   Mon Nov 16 15:52:00 2015 +0100
| 
|     * OMCompiler d700365...e430545 (1):
|       > Remove unused imports
| 
| M	OMCompiler
| 
* commit b07c3734eec6417b0cc4ea087eec32c17f37e430
| Author: Lennart Ochel 
| Date:   Mon Nov 16 14:28:36 2015 +0100
| 
|     * OMCompiler 3fe15e2...d700365 (1):
|       > Renamed --forceRecommendedOrdering to --defaultOptModulesOrdering
| 
| M	OMCompiler
| 
* commit 0c7e9bbbadfdf9141fe6da6cf4d5dfae04622450
| Author: Martin Sjölund 
| Date:   Mon Nov 16 11:53:01 2015 +0100
| 
|     * OMCompiler 7b269d1...3fe15e2 (2):
|       > Do CONFIG_OS in autoconf
|       > Run without OPENMODELICAHOME on Windows
| 
| M	OMCompiler
| 
* commit 3c31bfd3db78126a952b100be5d841f4d532c3ca
| Author: Lennart Ochel 
| Date:   Mon Nov 16 11:39:10 2015 +0100
| 
|     * OMCompiler 9f85289...7b269d1 (1):
|       > Add special cases to enable/disable additional opt modules
| 
| M	OMCompiler
| 
* commit 2671962f28ce5c888d463bd806e6765becad9b2f
| Author: Martin Sjölund 
| Date:   Mon Nov 16 10:34:06 2015 +0100
| 
|     * OMCompiler 11653b5...9f85289 (1):
|       > Add configure option --with-msys=msys-root
| 
| M	OMCompiler
| 
* commit 89b8194f5872c0ae391f13551d0c20b71b182c61
| Author: adrpo 
| Date:   Mon Nov 16 04:17:00 2015 +0100
| 
|     * OMCompiler e0d2d02...11653b5 (1):
|       > - small optimizations - use memcpy instead of for loop - do not copy the hashtable if not needed
| 
| M	OMCompiler
| 
* commit 5ceb2a5c60c4bda2f50e8494867217523a6bf673
| Author: hudson 
| Date:   Sun Nov 15 19:08:10 2015 +0100
| 
|     * libraries 7d5c918...a8a72c6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a992744c4a00b8323ee6683b7b133c6b5ab802df
| Author: hudson 
| Date:   Sat Nov 14 19:07:48 2015 +0100
| 
|     * libraries f1ba611...7d5c918 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit abc5ffa5c129a0c6df8df5e42df605348e7b81b6
| Author: Rüdiger Franke 
| Date:   Sat Nov 14 17:36:53 2015 +0100
| 
|     * OMCompiler d2ceb48...e0d2d02 (1):
|       > re-add Jacobian variable refs if +d=gendebugsymbols
| 
| M	OMCompiler
| 
* commit 51104e07ed3a0b14bba49efd378a00091d5bfc4f
| Author: adrpo 
| Date:   Sat Nov 14 17:08:17 2015 +0100
| 
|     * OMCompiler 91f3526...d2ceb48 (1):
|       > - small optimization
| 
| M	OMCompiler
| 
* commit 3ebeac8c753d8cf8bbcdbb96ecff69a7345b8589
| Author: Per Östlund 
| Date:   Sat Nov 14 14:41:32 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 43df7a6...91f3526 (1):
|       > Fix for #2959.
|     
|     * testsuite 005343b...4f8d315 (1):
|       > Updated tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit fab6c3d3c69c1a458bba381c30ed8b558252a199
| Author: Rüdiger Franke 
| Date:   Sat Nov 14 11:04:51 2015 +0100
| 
|     * OMCompiler 5fb2fc5...43df7a6 (1):
|       > refinements to Cpp FMU makefiles for win32
| 
| M	OMCompiler
| 
* commit e8a1e580b3f24c4c6b54e13febfb3bb322fac1c6
| Author: Rüdiger Franke 
| Date:   Fri Nov 13 23:16:44 2015 +0100
| 
|     * OMCompiler 52a439f...5fb2fc5 (1):
|       > update Makefile for Cpp FMI export using msvc
| 
| M	OMCompiler
| 
* commit ee30b31a1b620f45a6dc54418fc833cfecf80cc2
| Author: Rüdiger Franke 
| Date:   Fri Nov 13 22:50:11 2015 +0100
| 
|     * OMCompiler 3107627...52a439f (2):
|       > replace Jacobian variable refs and initializers with defines
|       > skip Jacobian::get* code if there are no equations
| 
| M	OMCompiler
| 
* commit 1c1ed7a22996b5c90f352ff12359ec26498bfcba
| Author: hudson 
| Date:   Fri Nov 13 19:08:25 2015 +0100
| 
|     * libraries def47e3...f1ba611 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit dab6f43600e254b5d574a16d23ee7a3f808c4415
| Author: Lennart Ochel 
| Date:   Fri Nov 13 15:50:41 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 40390de...3107627 (1):
|       > Clean up default initOptModules
|     
|     * testsuite de871a5...005343b (1):
|       > Clean up default initOptModules
| 
| M	OMCompiler
| M	testsuite
| 
* commit 33b23b439569b88591db5db9429f9b60fa7867e1
| Author: Willi Braun 
| Date:   Fri Nov 13 15:37:42 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler be96874...40390de (1):
|       > added density information to backenddaeinfo of liner torn systems
|     
|     * testsuite 342374c...de871a5 (1):
|       > update tests to addional output of backenddaeinfo
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3a0d71432d0421100f2264c4acb5401cb70788e2
| Author: Martin Sjölund 
| Date:   Fri Nov 13 15:06:37 2015 +0100
| 
|     * OMCompiler 4f43fa1...be96874 (2):
|       > Can now cross-compile a working omc from Linux
|       > Fixes to compile using msys2 on Linux
| 
| M	OMCompiler
| 
* commit b91fbc40f280484b3c60d167943cc0fb848edc32
| Author: arun3688 
| Date:   Fri Nov 13 13:51:05 2015 +0100
| 
|     * testsuite 9f095c6...342374c (1):
|       > push MatLabTranslator to Testsuite/special
| 
| M	testsuite
| 
* commit e2f3d8594c454ec79b5b2e154933ea4e11f577ab
| Author: Lennart Ochel 
| Date:   Fri Nov 13 12:48:04 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 72230ed...4f43fa1 (2):
|       > Fix handling of symbolic Jacobians
|       > Clean up default postOptModules
|     
|     * testsuite 3dcd461...9f095c6 (1):
|       > Clean up default postOptModules
| 
| M	OMCompiler
| M	testsuite
| 
* commit 579596e2849934d1499b30b47e2091349e997962
| Author: Lennart Ochel 
| Date:   Fri Nov 13 10:44:22 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fff2ee5...72230ed (1):
|       > Clean up default preOptModules
|     
|     * testsuite e54dc5e...3dcd461 (1):
|       > Clean up default preOptModules
| 
| M	OMCompiler
| M	testsuite
| 
* commit 150f439d02ac8d71cc03c1c8125ab12a63358ded
| Author: hudson 
| Date:   Fri Nov 13 00:07:47 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 33012b0...fff2ee5 (2):
|       >  - added new linear solver klu from suitespase
|       >  - fix 3rdParty
|     
|     * testsuite 4a66b7a...e54dc5e (1):
|       > added testcase for klu solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1d3ad23b0020070fbb6eb6d9cec31f87a9d7b339
| Author: hudson 
| Date:   Thu Nov 12 19:08:47 2015 +0100
| 
|     * libraries acc94aa...def47e3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit df0a1eda72cd4df7637cbd811ae00a34619f68eb
| Author: Niklas Worschech 
| Date:   Thu Nov 12 14:27:37 2015 +0100
| 
|     * OMCompiler 50deea6...33012b0 (1):
|       > fix for typo in define alias string variable in cpp Template/CodegenCpp.tpl
| 
| M	OMCompiler
| 
* commit b06e5b79a67dedf32288bbf16f76bf642e119862
| Author: Lennart Ochel 
| Date:   Thu Nov 12 12:42:41 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 44a6be4...50deea6 (1):
|       > Remove newUnitChecking config flag
|     
|     * testsuite 635cc5d...4a66b7a (1):
|       > Remove newUnitChecking config flag
| 
| M	OMCompiler
| M	testsuite
| 
* commit c70da48f5505b7c5f120c4739e5494d835add42b
| Author: Lennart Ochel 
| Date:   Thu Nov 12 11:12:58 2015 +0100
| 
|     * OMCompiler ca73a56...44a6be4 (1):
|       > Fix *OptModules+ flags
| 
| M	OMCompiler
| 
* commit 9303612b94ac3b9c5c01c059b9ef4fc86d4cf4db
| Author: Lennart Ochel 
| Date:   Thu Nov 12 10:23:57 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 27e4822...ca73a56 (6):
|       > Rearrange optimization modules for symbolic Jacobians
|       > Add config flags to enable/disable certain optimization modules
|       > Improved warnings/errors
|       > Allow not-recommended module ordering in modelEquationsUC
|       > Dump dae type to pre-opt module heading
|       > Force recommended pre-/post-/init-opt module ordering
|     
|     * testsuite 2f66571...635cc5d (2):
|       > Rearrange optimization modules for symbolic Jacobians
|       > Dump dae type to pre-opt module heading
| 
| M	OMCompiler
| M	testsuite
| 
* commit bf8f02ab604b67afaa80973e78be5bfbff658f92
| Author: vruge 
| Date:   Thu Nov 12 09:52:00 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler aff0026...27e4822 (2):
|       > Revert "attempt: extends getFunctionInputsOutputBody for Array-Types"
|       > Revert "workaround for [https://trac.openmodelica.org/OpenModelica/ticket/3531 #3531]"
|     
|     * testsuite 54098ff...2f66571 (1):
|       > Revert "expected output"
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9744ab9f687e32b534527d6abd4b8a06741194c6
| Author: Rüdiger Franke 
| Date:   Thu Nov 12 07:12:39 2015 +0100
| 
|     * OMCompiler 1ba1aac...aff0026 (1):
|       > remove DOS line endings
| 
| M	OMCompiler
| 
* commit 569d3fe61ad91c8953c23734b3b2b3c0271c4575
| Author: adrpo 
| Date:   Thu Nov 12 05:12:48 2015 +0100
| 
|     * OMCompiler 0e0b911...1ba1aac (1):
|       > - attempt to fix windows build again
| 
| M	OMCompiler
| 
* commit dafe970a49369580e3745a71d8a5d0347938c985
| Author: Rüdiger Franke 
| Date:   Wed Nov 11 23:13:58 2015 +0100
| 
|     * OMCompiler 1da7404...0e0b911 (1):
|       > fix least size of static vectors and return value
| 
| M	OMCompiler
| 
* commit 5cb4b7782b34ee96a36c3a69a0fefa9a942bde17
| Author: Martin Sjölund 
| Date:   Wed Nov 11 21:43:49 2015 +0100
| 
|     * OMCompiler 36cabee...1da7404 (1):
|       > Some updates for mingw cross-compilation
| 
| M	OMCompiler
| 
* commit ddaff2f14b371ed8a0853d3374136d1faa3f78e3
| Author: hudson 
| Date:   Wed Nov 11 19:07:50 2015 +0100
| 
|     * libraries 8cb14bb...acc94aa (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0e6696b6674d40b7163e63f19beb2f5679021a95
| Author: hudson 
| Date:   Wed Nov 11 14:57:17 2015 +0100
| 
|     * doc e929940...7eecbb8 (1):
|       > Merge pull request #10 from niklwors/master
| 
| M	doc
| 
* commit b7d10316b269da70d6c4c475db6981cb6cf0c3fc
| Author: Martin Sjölund 
| Date:   Wed Nov 11 12:07:01 2015 +0100
| 
|     * testsuite ccc46e3...54098ff (1):
|       > Skip darwin32 tests as we do not have dyld32
| 
| M	testsuite
| 
* commit 22f716b38b4fcc7836f58d4921361617be5e2c99
| Author: Martin Sjölund 
| Date:   Wed Nov 11 11:07:03 2015 +0100
| 
|     * testsuite 8847a73...ccc46e3 (1):
|       > Test darwin64 using the darling suite
| 
| M	testsuite
| 
* commit 4e5bd6364ebfe8fa40c8afefdbfb4358786ccaae
| Author: adrpo 
| Date:   Wed Nov 11 04:16:28 2015 +0100
| 
|     * OMCompiler f401b32...36cabee (1):
|       > - fix Windows build, for now C FMUs are broken
| 
| M	OMCompiler
| 
* commit 05325622e21e652f83d08b52e946a3ffbd4aee47
| Author: Rüdiger Franke 
| Date:   Tue Nov 10 19:25:09 2015 +0100
| 
|     * testsuite 037163f...8847a73 (1):
|       > update discrete-time FMU test (#3549)
| 
| M	testsuite
| 
* commit 65092fa30ae9dd5350a1ea21e2ef79973cd608b9
| Author: hudson 
| Date:   Tue Nov 10 19:07:13 2015 +0100
| 
|     * libraries 67d11ba...8cb14bb (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 8f321256724e00e8a666900e9c32f3c2c2df7483
| Author: vruge 
| Date:   Tue Nov 10 17:05:33 2015 +0100
| 
|     * OMCompiler 1c737e1...f401b32 (1):
|       > workaround for [https://trac.openmodelica.org/OpenModelica/ticket/3531 #3531]  - added option inline function with array type (defaulte= false)   - option will be irnored insidedynamicStateSelection
| 
| M	OMCompiler
| 
* commit d7ab7ee9ead04b1faa2c4a0783e862637f048d52
| Author: Martin Sjölund 
| Date:   Tue Nov 10 13:24:56 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ab2a526...1c737e1 (1):
|       > Try harder to preserve whitespace
|     
|     * testsuite 589568e...037163f (1):
|       > Add testcase for #3551
| 
| M	OMCompiler
| M	testsuite
| 
* commit 520ece715cffef4981bfc76d13fbaa54027b004e
| Author: Martin Sjölund 
| Date:   Tue Nov 10 11:25:34 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler ea54626...ab2a526 (1):
|       > Use the INFO from the CLASS when updating program
|     
|     * testsuite 303fad4...589568e (1):
|       > Checks setSourceFile+listFile combination
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6ce9a4dc920b415151822306605c7a5ad145641e
| Author: Martin Sjölund 
| Date:   Tue Nov 10 09:37:09 2015 +0100
| 
|     * testsuite 644209a...303fad4 (1):
|       > The test needs to specify me_cs as FMU type
| 
| M	testsuite
| 
* commit fb95e2590f733a4004e680443b6a5cd37ab06d12
| Author: Martin Sjölund 
| Date:   Tue Nov 10 06:30:18 2015 +0100
| 
|     * testsuite e44ed5c...644209a (1):
|       > Handle older file command output
| 
| M	testsuite
| 
* commit dc9de506b93a4c93e8fde07c72b71f9d2ea48000
| Author: Lennart Ochel 
| Date:   Tue Nov 10 00:44:49 2015 +0100
| 
|     * OMCompiler d465e48...ea54626 (1):
|       > Add replace rules for clock expressions
| 
| M	OMCompiler
| 
* commit 34fc9a8086633a4931fbba7a5c64ed642687a112
| Author: Lennart Ochel 
| Date:   Tue Nov 10 00:06:53 2015 +0100
| 
|     * testsuite a1668c7...e44ed5c (1):
|       > Add test case from ticket 2673
| 
| M	testsuite
| 
* commit 076d757e1f0ff0712e788eb45d8db676febd5a15
| Author: Lennart Ochel 
| Date:   Mon Nov 9 23:53:29 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 186cf15...d465e48 (1):
|       > Replace matching algorithm that is used by fixInitialSystem
|     
|     * testsuite 6b587c1...a1668c7 (2):
|       > Update expected output
|       > Replace matching algorithm that is used by fixInitialSystem
| 
| M	OMCompiler
| M	testsuite
| 
* commit 32591afac6d383d6f6ff09c8c896d21f4ca68eea
| Author: Lennart Ochel 
| Date:   Mon Nov 9 23:33:21 2015 +0100
| 
|     * testsuite 1a9e8ce...6b587c1 (1):
|       > Update WasteWater test after library bump
| 
| M	testsuite
| 
* commit 2dcff47da7e375e82b2af4f75f525c438093b8f0
| Author: Martin Sjölund 
| Date:   Mon Nov 9 22:58:17 2015 +0100
| 
|     * testsuite df1b7a4...1a9e8ce (1):
|       > Handle older file output
| 
| M	testsuite
| 
* commit 4d83a28e902e30b3dbc51381ae27e14e39aa5b2c
| Author: hudson 
| Date:   Mon Nov 9 18:32:49 2015 +0100
| 
|     Updating submodules
|     * libraries b3371bb...67d11ba (1):
|       > Bump libraries
|     
|     * testsuite 3ea4de3...df1b7a4 (1):
|       > - update test after library dump
| 
| M	libraries
| M	testsuite
| 
* commit aaa25aea0dfcc7f7a74d56c91db7ac6b12ebcc29
| Author: Niklas Worschech 
| Date:   Mon Nov 9 17:22:08 2015 +0100
| 
|     * OMCompiler 460260f...186cf15 (1):
|       > fix for external C functions an string arrays in cpp runtime
| 
| M	OMCompiler
| 
* commit 0d7641baba5a65ba45cf822f2dee7f7fac41d964
| Author: Martin Sjölund 
| Date:   Mon Nov 9 16:23:30 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler d77c3cf...460260f (4):
|       > Make 2.0 ME FMI the default
|       > Compile MinGW FMUs with static libgcc
|       > FMU export changes
|       > Use autoconf in the source-code FMUs
|     
|     * testsuite c68cd06...3ea4de3 (4):
|       > Removed FMI 1.0 test that was actually a 2.0 test
|       > Update for new API
|       > Specify version="1.0" when testing FMI 1.0
|       > Add a test for export+simulation of an FMU
| 
| M	OMCompiler
| M	testsuite
| 
* commit c3df68455f59fcf21dae6facbf779f4661a41b5c
| Author: Martin Sjölund 
| Date:   Mon Nov 9 14:58:52 2015 +0100
| 
|     * OMCompiler a9225b7...d77c3cf (1):
|       > Make colorNodePartitions tail-recursive
| 
| M	OMCompiler
| 
* commit 1dd71a43ce520c646895511e7283f64dac05d799
| Author: RuedKamp 
| Date:   Mon Nov 9 14:41:22 2015 +0100
| 
|     * OMCompiler 0320fe7...a9225b7 (3):
|       > -fixed simObjects also for VxWorks
|       > -fixed simObjects also for VxWorks
|       > -enable sparse solver only for vxworks
| 
| M	OMCompiler
| 
* commit a8d5a41e1531ad436e2cb49c24dc785b9bfad523
| Author: Martin Sjölund 
| Date:   Mon Nov 9 14:28:27 2015 +0100
| 
|     * libraries a678b98...b3371bb (1):
|       > Remove Physiomodel as the parsing is broken
| 
| M	libraries
| 
* commit c9d33ec532fc04c0af67de56de0b9e53ee9cc66e
| Author: Mahder Gebremedhin 
| Date:   Sun Nov 8 15:11:17 2015 +0100
| 
|     * OMCompiler b635a28...0320fe7 (1):
|       > + Fix handling of complex equations so that we won't generate unecessary nonlinear systems.
| 
| M	OMCompiler
| 
* commit 6d87aeb74f2b9f79fe081d6fad6f400897cba5dc
| Author: Martin Sjölund 
| Date:   Fri Nov 6 14:40:02 2015 +0100
| 
|     * libraries acb56c2...a678b98 (1):
|       > Physiomodel is a git library
| 
| M	libraries
| 
* commit 63655fd6663adb27f7468f4ab17a9015fadc1c5a
| Author: Lennart Ochel 
| Date:   Fri Nov 6 13:31:58 2015 +0100
| 
|     * OMCompiler 2af9d16...b635a28 (1):
|       > Fix mat file import for parameters
| 
| M	OMCompiler
| 
* commit 80022ee3fa74f308465a9e1e51c0a360ddfbd323
| Author: Lennart Ochel 
| Date:   Fri Nov 6 13:00:36 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 51fcae4...2af9d16 (3):
|       > Fix start values for algebraic states
|       > Fix analysis of over-determined systems
|       > Fix start value dependent initial equations
|     
|     * testsuite 46659c2...c68cd06 (4):
|       > Fix start values for algebraic states
|       > Activate tests for tickets 2830 and 3536
|       > Update expected output
|       > Add test for ticket 3536
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3ee2b87b34d15a3e06913ceda586ffd3bc15cdd8
| Author: Lennart Ochel 
| Date:   Fri Nov 6 09:09:25 2015 +0100
| 
|     * OMCompiler 90fe820...51fcae4 (1):
|       > Make module detectJacobianSparsePattern dispensable
| 
| M	OMCompiler
| 
* commit 6ad8e6133d203dd870eede72ab5991c3df4b1b57
| Author: Rüdiger Franke 
| Date:   Thu Nov 5 18:16:02 2015 +0100
| 
|     * OMCompiler 36d2ed8...90fe820 (1):
|       > remove NULL to please gcc 4.4 and boost
| 
| M	OMCompiler
| 
* commit 235683df3db023016838f0062790bee8d3f04f54
| Author: Lennart Ochel 
| Date:   Thu Nov 5 16:23:59 2015 +0100
| 
|     * OMCompiler 13a7f09...36d2ed8 (3):
|       > Fix modelEquationsUC
|       > Store all optimization modules in only one list
|       > Merge interface for pre/post-optimization modules
| 
| M	OMCompiler
| 
* commit c1e281c0cb675b3ecf1b14770a667bd6129a260e
| Author: Niklas Worschech 
| Date:   Thu Nov 5 15:24:11 2015 +0100
| 
|     * OMCompiler 168aff9...13a7f09 (1):
|       > removed PreVariables class from cpp runtime
| 
| M	OMCompiler
| 
* commit 091f85c591daada095bcf3f13c264e5386d542c6
| Author: Rüdiger Franke 
| Date:   Thu Nov 5 00:08:28 2015 +0100
| 
|     * OMCompiler 291f55d...168aff9 (1):
|       > remove unnecessary dependencies from exported FMUs
| 
| M	OMCompiler
| 
* commit 711ca03c327f1f90a714cdf66bc78011cdb73c74
| Author: Mahder Gebremedhin 
| Date:   Wed Nov 4 23:51:54 2015 +0100
| 
|     * OMCompiler 0311246...291f55d (1):
|       > + Fixed handling of complex residual equations. We expand all complex residuals to simple   residuals now.
| 
| M	OMCompiler
| 
* commit 528b20481b800ee6abcf521c1c95bcb0293305ff
| Author: Niklas Worschech 
| Date:   Wed Nov 4 14:39:29 2015 +0100
| 
|     * OMCompiler bf9ac82...0311246 (4):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for fmu instantiation in cpp runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Moved write output  classes of cpp runtime in DataExchange lib
| 
| M	OMCompiler
| 
* commit 624a79930b1273a02f0b4a3baaae9dfd07d601ec
| Author: Per Östlund 
| Date:   Wed Nov 4 14:00:22 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 91906e7...bf9ac82 (1):
|       > Fix for Buildings.
|     
|     * testsuite 9bfe18f...46659c2 (1):
|       > Update tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8c24feb67348ee6bd5dd2a659941521c6cd77074
| Author: Rüdiger Franke 
| Date:   Wed Nov 4 13:30:33 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 5e2e086...91906e7 (1):
|       > fix quotes
|     
|     * testsuite def3cd0...9bfe18f (1):
|       > fix quotes
| 
| M	OMCompiler
| M	testsuite
| 
* commit a905ea6b52560e9333e0492a6c843221e94bf93f
| Author: Lennart Ochel 
| Date:   Wed Nov 4 12:03:18 2015 +0100
| 
|     * OMCompiler 604f917...5e2e086 (1):
|       > Fix type information of temporary variables
| 
| M	OMCompiler
| 
* commit 16d43eb7f3596015e24154d3c3ad067c51faed05
| Author: Rüdiger Franke 
| Date:   Wed Nov 4 10:37:57 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler c266817...604f917 (1):
|       > simplify XML output for clocks according to FCP-001
|     
|     * testsuite d7f85b3...def3cd0 (1):
|       > adapt test to simplified FMI XML format for clocks
| 
| M	OMCompiler
| M	testsuite
| 
* commit 37afdfc725505a0cd7a94f6cb2e378f62bf428b9
| Author: adrpo 
| Date:   Wed Nov 4 05:35:43 2015 +0100
| 
|     * OMCompiler 11fb0e9...c266817 (1):
|       > - add first prototype of FMI for Co-simulation - fix a typo in dassl.h
| 
| M	OMCompiler
| 
* commit 1d436798f7d8e41eeee584868e69b5bd10f16b90
| Author: Martin Sjölund 
| Date:   Tue Nov 3 14:43:38 2015 +0100
| 
|     * OMCompiler fb6950e...11fb0e9 (1):
|       > Fix for C89
| 
| M	OMCompiler
| 
* commit fdda17ea97d7e6bf6dfbad003ea0a9680151a014
| Author: Per Östlund 
| Date:   Tue Nov 3 14:05:59 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 1034be4...fb6950e (1):
|       > Fix for Buildings library, #3506:
|     
|     * testsuite beccd0c...d7f85b3 (1):
|       > Added testcase for #3506.
| 
| M	OMCompiler
| M	testsuite
| 
* commit c632f3845fcd6b56064c3286f0b24d366e33b87b
| Author: Martin Sjölund 
| Date:   Tue Nov 3 13:41:10 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 728d95d...1034be4 (1):
|       > Use equivTypes function instead of equality
|     
|     * testsuite 592a3fb...beccd0c (1):
|       > Add test for #3518
| 
| M	OMCompiler
| M	testsuite
| 
* commit a7ff9264c95c9e9dade72c60876c296a80780ef8
| Author: Per Östlund 
| Date:   Tue Nov 3 12:14:36 2015 +0100
| 
|     * testsuite b9f61e9...592a3fb (1):
|       > Fix ExternalLibraryFunction on some platforms.
| 
| M	testsuite
| 
* commit 2b6f6a719fd177baf597164f57a1d367bd01c319
| Author: Martin Sjölund 
| Date:   Tue Nov 3 11:46:29 2015 +0100
| 
|     * testsuite eca3094...b9f61e9 (1):
|       > Disable LOG_LS in test
| 
| M	testsuite
| 
* commit 168e40624fd33609152212316b04e38fc284f310
| Author: Adeel Asghar 
| Date:   Mon Nov 2 18:01:40 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler fefe856...728d95d (1):
|       > Added new API `removeComponentModifiers` and `removeExtendsModifiers`
|     
|     * testsuite d51186c...eca3094 (1):
|       > Tests for `removeComponentModifiers` and `removeExtendsModifiers`
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8574d8b68116db96dd0c6788358eb9db709657e1
| Author: Martin Sjölund 
| Date:   Mon Nov 2 14:42:22 2015 +0100
| 
|     * OMCompiler a498326...fefe856 (1):
|       > Fix OSX stack base on Mavericks
| 
| M	OMCompiler
| 
* commit cb7b52b0eb753ab1265d816762653327015ba108
| Author: RuedKamp 
| Date:   Mon Nov 2 14:26:13 2015 +0100
| 
|     * OMCompiler c9447a6...a498326 (1):
|       > -fixed typo
| 
| M	OMCompiler
| 
* commit d4e1619ad158e5eb2817a1d4e817db1781848875
| Author: Martin Sjölund 
| Date:   Mon Nov 2 12:51:14 2015 +0100
| 
|     * OMCompiler acb946e...c9447a6 (1):
|       > Fix for old C standards in FMU Jacobians
| 
| M	OMCompiler
| 
* commit 0f63d50168812ce898c3578c3700fe6c06491be8
| Author: Martin Sjölund 
| Date:   Mon Nov 2 12:32:52 2015 +0100
| 
|     * testsuite 82c2619...d51186c (1):
|       > Add test for getDefinitions
| 
| M	testsuite
| 
* commit b3f3328a85739acd302d848499f30028e7fc8a8e
| Author: Martin Sjölund 
| Date:   Mon Nov 2 12:19:39 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 4d8edfa...acb946e (1):
|       > Fixes bug in lookup of builtin classes
|     
|     * testsuite 80a4002...82c2619 (2):
|       > Add test for builtin classes
|       > More error-checking for BouncingBall
| 
| M	OMCompiler
| M	testsuite
| 
* commit 42f179210088009fcd7acbfa183fc228176261ad
| Author: RuedKamp 
| Date:   Mon Nov 2 10:39:50 2015 +0100
| 
|     * OMCompiler 1edd09e...4d8edfa (1):
|       > -add factory for vxworks
| 
| M	OMCompiler
| 
* commit 89a1295316fa049a07ee7a94fa9aee1ac9d50996
| Author: Rüdiger Franke 
| Date:   Sun Nov 1 20:34:17 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 693d9cf...1edd09e (2):
|       > extend Cpp runtime with sub clocks
|       > extend FMI export with sub clocks
|     
|     * testsuite bcbf094...80a4002 (1):
|       > update test for sub clocks
| 
| M	OMCompiler
| M	testsuite
| 
* commit c3e4820fc2d20ed95ea61bebee89bdd8f3dbce3c
| Author: hudson 
| Date:   Sat Oct 31 17:34:25 2015 +0100
| 
|     * testsuite 8ac6287...bcbf094 (1):
|       > Merge pull request #132 from lochel/modelicaML
| 
| M	testsuite
| 
* commit b637b2c7bcbdf07dd0f2c7d2abd54775a5a2d13d
| Author: Rüdiger Franke 
| Date:   Sat Oct 31 13:02:40 2015 +0100
| 
|     * OMCompiler 2490aa1...693d9cf (1):
|       > skip FMI initial and start attributes for alias variables
| 
| M	OMCompiler
| 
* commit a5be5efff469f3a52bf48f64aba3208b3a053f89
| Author: Rüdiger Franke 
| Date:   Sat Oct 31 11:03:01 2015 +0100
| 
|     * OMCompiler 0d33c3b...2490aa1 (3):
|       > disable elimination of alias references for C FMI export
|       > implement direct memory access in Cpp FMI 2.0
|       > enable direct memory access with FMI value references
| 
| M	OMCompiler
| 
* commit f5db8122af6a23bdb0427e089cd26debec255c48
| Author: Lennart Ochel 
| Date:   Fri Oct 30 16:18:21 2015 +0100
| 
|     * OMCompiler f4a51e2...0d33c3b (1):
|       > Remove redundant deep copy
| 
| M	OMCompiler
| 
* commit 2cf8a54931e7637799a8bb2afef516505b88d7c3
| Author: RuedKamp 
| Date:   Fri Oct 30 14:54:36 2015 +0100
| 
|     * OMCompiler f1c1c96...f4a51e2 (1):
|       > -removed unused variable, which caused an runtime error with msvc
| 
| M	OMCompiler
| 
* commit c45ace4dae80c57e5e230997c1b1f20580ec5480
| Author: vwaurich 
| Date:   Fri Oct 30 11:40:35 2015 +0100
| 
|     * testsuite 55eb14d...8ac6287 (1):
|       > - add comSubExp test
| 
| M	testsuite
| 
* commit 234563e67483f30a2b4b0c4769d491089bd4c2cc
| Author: Rüdiger Franke 
| Date:   Fri Oct 30 10:14:23 2015 +0100
| 
|     * OMCompiler 525b6da...f1c1c96 (1):
|       > introduce isFMIVersion10 check for old versions
| 
| M	OMCompiler
| 
* commit 052c37125102614c6a1f1d2beb2a6e1332f5ed73
| Author: Rüdiger Franke 
| Date:   Fri Oct 30 08:59:23 2015 +0100
| 
|     * OMCompiler d172abd...525b6da (1):
|       > declare usage of boost::numeric::ublas explicitly
| 
| M	OMCompiler
| 
* commit 0dbe2a57125cbc8f1b64b86b73f474cc0ce0ef16
| Author: vwaurich 
| Date:   Thu Oct 29 14:34:59 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 30a76f9...d172abd (1):
|       > - introduce alias eqs and no alias vars in CSE
|     
|     * testsuite 9ecf276...55eb14d (1):
|       > - update test
| 
| M	OMCompiler
| M	testsuite
| 
* commit d1b57ce905937cf3290352628bb71086693c84f1
| Author: vwaurich 
| Date:   Thu Oct 29 13:56:18 2015 +0100
| 
|     * testsuite 080a0a7...9ecf276 (1):
|       > - add cse test
| 
| M	testsuite
| 
* commit 4ebfaddfa84d81efc9b6e563023d6cf464659330
| Author: Martin Sjölund 
| Date:   Thu Oct 29 12:04:23 2015 +0100
| 
|     * libraries d45ecf8...acb56c2 (1):
|       > Add physiomodel library
| 
| M	libraries
| 
* commit 5b344e22878b22ccd1523bb94aff73cb4ce2afa4
| Author: vwaurich 
| Date:   Thu Oct 29 09:10:42 2015 +0100
| 
|     * testsuite 2db2812...080a0a7 (1):
|       > - disableComSubExp for tests
| 
| M	testsuite
| 
* commit 94508fe4479cd94e9862b3d6a8b4463a24a04022
| Author: Rüdiger Franke 
| Date:   Wed Oct 28 21:35:49 2015 +0100
| 
|     * OMCompiler 4acff37...30a76f9 (1):
|       > remove two unused libs from Cpp FMU build
| 
| M	OMCompiler
| 
* commit 4442848695dacdfbef6c6b2fdcbc8b5f8f654d0e
| Author: hudson 
| Date:   Wed Oct 28 20:45:45 2015 +0100
| 
|     Updating submodules
|     * OMCompiler 712c8c3...4acff37 (1):
|       > Merge pull request #241 from gossen/ticket-3520
|     
|     * testsuite 4adb158...2db2812 (1):
|       > Merge pull request #126 from gossen/ticket-3520
| 
| M	OMCompiler
| M	testsuite
| 
* commit faf768fe01ba28ff692c6f8c7359a40a312fbba0
| Author: hudson 
| Date:   Wed Oct 28 19:17:42 2015 +0100
| 
|     * libraries f2552a4...d45ecf8 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e474ae41de8be65554efb5466810d038735e1389
| Author: Rüdiger Franke 
| Date:   Wed Oct 28 16:02:52 2015 +0100
| 
|     * OMCompiler db830e5...712c8c3 (1):
|       > remove unused SimData and FactoryExport from FMU
| 
| M	OMCompiler
| 
* commit 6070d2334412bba1e6a82fdcf1843a6d1655ba54
| Author: Lennart Ochel 
| Date:   Wed Oct 28 15:38:13 2015 +0100
| 
|     * OMCompiler 0ac9894...db830e5 (5):
|       > Add description of flag newUnitChecking
|       > Rename function insertUnitinEquation
|       > Suppress some warnings
|       > Improve error message
|       > Clean up indentation
| 
| M	OMCompiler
| 
* commit 51a241ec4d529a5c940dc6dc25017048f8e18789
| Author: vwaurich 
| Date:   Wed Oct 28 13:41:33 2015 +0100
| 
|     * testsuite cb29956...4adb158 (1):
|       > - disableComSubExp in tearing test
| 
| M	testsuite
| 
* commit 53bf5a160c07d03314f4bb5f84feb37fab49e33a
| Author: fbergero 
| Date:   Wed Oct 28 11:52:54 2015 +0100
| 
|     * OMCompiler afc37d0...0ac9894 (3):
|       > Removing white space
|       > Correct checking of range for derivatives
|       > * Functionality to include the Jacobian in the FMU * This code adds an extra callback function in the C runtime to call the Jacobian evaluation.   This changes also force the generation of the Jacobian code in the generated FMU.   Only the A matrix of the Jacobian is supported by now   (i.e. derivatives of state derivatives with respect to other states).
| 
| M	OMCompiler
| 
* commit 0e94ef20867b6e5a8884225b475b062f5fda94aa
| Author: Rüdiger Franke 
| Date:   Wed Oct 28 10:12:18 2015 +0100
| 
|     * OMCompiler 398dd55...afc37d0 (1):
|       > replace hash tables for pre SimVars with offsets
| 
| M	OMCompiler
| 
* commit 8971b2ac26462902597839387c14be2b7bbbd063
| Author: Paul Scott 
| Date:   Wed Oct 28 09:16:16 2015 +0100
| 
|     * OMCompiler dd7ca6e...398dd55 (1):
|       > Fixed alias default and initial equation sub expression tag
| 
| M	OMCompiler
| 
* commit 56f47f25edb4aa406f7960e18d2cbe989d8f819c
| Author: hudson 
| Date:   Tue Oct 27 19:08:57 2015 +0100
| 
|     * libraries 8370f10...f2552a4 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9e2c153c2de5aab601e4cc23295881cc9acf7e74
| Author: vruge 
| Date:   Tue Oct 27 17:43:26 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 101b6b2...dd7ca6e (1):
|       > attempt: extends getFunctionInputsOutputBody for Array-Types
|     
|     * testsuite acac6c3...cb29956 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6a8197d518ba64a1f6d4a82e7917e6b64fb7d11a
| Author: Rüdiger Franke 
| Date:   Tue Oct 27 17:07:03 2015 +0100
| 
|     * OMCompiler 7c86a6a...101b6b2 (1):
|       > small fix to delay buffers
| 
| M	OMCompiler
| 
* commit d949c76a13c091e445cc888e7ec064f1f9dfc9d2
| Author: Rüdiger Franke 
| Date:   Tue Oct 27 16:33:26 2015 +0100
| 
|     * OMCompiler d96c198...7c86a6a (1):
|       > use std::deque for delay buffers (#3522)
| 
| M	OMCompiler
| 
* commit 98b95e96c49bd29a6b8ef21179708795b946bfe3
| Author: vwaurich 
| Date:   Tue Oct 27 14:21:44 2015 +0100
| 
|     * OMCompiler 57cecad...d96c198 (2):
|       > - fix getNoDerivativePosition
|       > - fix for modified Pantelides
| 
| M	OMCompiler
| 
* commit e5e3fe64cd4ae9ecc88150db609f12b30dfafed3
| Author: Martin Sjölund 
| Date:   Tue Oct 27 13:51:40 2015 +0100
| 
|     * OMCompiler c5120f3...57cecad (1):
|       > FMUs need to contain the info.json data
| 
| M	OMCompiler
| 
* commit ae08ce5c2e1a9c91ab48ad6b28185741e424620b
| Author: vwaurich 
| Date:   Tue Oct 27 13:19:35 2015 +0100
| 
|     * OMCompiler 0f589ef...c5120f3 (1):
|       > - handle empty systems in CSE
| 
| M	OMCompiler
| 
* commit 9abdb8dfa3cd790f637f724a5fa8e63be0a806ac
| Author: Martin Sjölund 
| Date:   Tue Oct 27 12:43:48 2015 +0100
| 
|     * OMCompiler 7c902c1...0f589ef (1):
|       > Include dgesv in static source FMU external code
| 
| M	OMCompiler
| 
* commit ad463ca92ade00bca278c7559ddb137c20163882
| Author: Marcus Walther 
| Date:   Tue Oct 27 10:05:08 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 33b29ef...7c902c1 (2):
|       > - fixed FMU start value behaviour
|       > - start values are now correctly set for exported FMU 1.0 ModelExchange
|     
|     * testsuite 3976439...acac6c3 (2):
|       > - fixed expected output of FMU C++ test
|       > - fixed some typos in ModelicaTest-makefile
| 
| M	OMCompiler
| M	testsuite
| 
* commit db88a9f490995ae77a8687ffffb99ecff25f63f2
| Author: Rüdiger Franke 
| Date:   Tue Oct 27 09:52:14 2015 +0100
| 
|     * OMCompiler 02c1d40...33b29ef (1):
|       > fix integer once more
| 
| M	OMCompiler
| 
* commit 8ac06182e545979593c48ff856c029c16ff25b73
| Author: Rüdiger Franke 
| Date:   Tue Oct 27 09:30:28 2015 +0100
| 
|     * OMCompiler 4ca8547...02c1d40 (1):
|       > replace lexical_cast with to_string (#3522)
| 
| M	OMCompiler
| 
* commit 474c880f57def9b87a00453949253a9d21c1fc83
| Author: Willi Braun 
| Date:   Tue Oct 27 04:22:39 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler a2254ab...4ca8547 (2):
|       >  - fixed noEquidistant mode
|       >  - fix noEquidistantGrid mode of dassl
|     
|     * testsuite 2a0c529...3976439 (2):
|       > expected output
|       >  - added test-case for noEquidistant mode
| 
| M	OMCompiler
| M	testsuite
| 
* commit b08f6879dd9a04a12353b6f6e1617b3dbd357b5f
| Author: Rüdiger Franke 
| Date:   Mon Oct 26 21:35:41 2015 +0100
| 
|     * OMCompiler 27e6c56...a2254ab (1):
|       > use C++11 builtin range based for loop (#3522)
| 
| M	OMCompiler
| 
* commit 4dfb7ef16bb465ce60bd30109982322b50122522
| Author: Rüdiger Franke 
| Date:   Mon Oct 26 16:15:56 2015 +0100
| 
|     * OMCompiler 64ec735...27e6c56 (2):
|       > use std::hash to obtain thread number with C++11
|       > use C++11 std::unordered_map and set (#3522)
| 
| M	OMCompiler
| 
* commit 263d54ec492cb061289fab8bfa798d60e5d045ad
| Author: Rüdiger Franke 
| Date:   Mon Oct 26 14:50:43 2015 +0100
| 
|     * OMCompiler 069f34e...64ec735 (1):
|       > replace boost list_of with C++11 builtins (#3522)
| 
| M	OMCompiler
| 
* commit a52a97a31c60954690ba5ff3568556f63f972236
| Author: Lennart Ochel 
| Date:   Mon Oct 26 12:11:42 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 93d872f...069f34e (1):
|       > Fix replacements for NORETCALL in when equations
|     
|     * testsuite 4f32f34...2a0c529 (1):
|       > Fix replacements for NORETCALL in when equations
| 
| M	OMCompiler
| M	testsuite
| 
* commit c766f4af426a9d569704c39fda25a17886c405f0
| Author: Martin Sjölund 
| Date:   Mon Oct 26 10:05:35 2015 +0100
| 
|     * OMCompiler ab452a3...93d872f (1):
|       > Remove readline dependency from OMCompiler
| 
| M	OMCompiler
| 
* commit 5d6b03d58bdd31f35e92ea84621be02cef811851
| Author: Rüdiger Franke 
| Date:   Mon Oct 26 08:32:52 2015 +0100
| 
|     * OMCompiler bc3311a...ab452a3 (1):
|       > fix usage of trunc
| 
| M	OMCompiler
| 
* commit f7208cb86243541744836a0d6fd9caf238fd5114
| Author: adrpo 
| Date:   Mon Oct 26 04:39:07 2015 +0100
| 
|     * OMCompiler 0425c8f...bc3311a (1):
|       > fix msvc build
| 
| M	OMCompiler
| 
* commit 8d11f3164fd25c7bf7bacd89cd7f365e8cdf63fb
| Author: Rüdiger Franke 
| Date:   Sun Oct 25 21:49:10 2015 +0100
| 
|     * OMCompiler 5da3ed2...0425c8f (1):
|       > introduce namespace omcpp for more C++11 (#3522)
| 
| M	OMCompiler
| 
* commit d3a614a12022df319d15618eb63fc03791a674d1
| Author: vruge 
| Date:   Sun Oct 25 21:36:18 2015 +0100
| 
|     Updating submodules
|     
|     * OMCompiler 111757f...5da3ed2 (2):
|       > extended the case tuple() = tuple in simplfyComplexFunction for array types in lhs/rhs
|       >  Inline.inlineCall and forceInlineCall return DAE.TUPLE for more than a single assignment statement
|     
|     * testsuite 243f70d...4f32f34 (2):
|       > expected output
|       > added testcase for inlineCalls with tuple
| 
| M	OMCompiler
| M	testsuite
| 
* commit e071711bffcac9064c811abf7c28f3eb002e7627
| Author: Rüdiger Franke 
| Date:   Sun Oct 25 10:58:27 2015 +0100
| 
|     * OMCompiler d5a8183...111757f (4):
|       > re-add a used boost include
|       > align using boost::get with usage of tuple (#3522)
|       > replace using namespace std with std::abs (#3522)
|       > remove unused boost includes and usings (#3522)
| 
| M	OMCompiler
| 
* commit 0dfc5bf58781efdb215c8b5b3534aaf11876c321
| Author: hudson 
| Date:   Sat Oct 24 19:07:22 2015 +0200
| 
|     * libraries 67f0e48...8370f10 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9c17961007c8fbd590c40b52c8570e28c1a08235
| Author: Willi Braun 
| Date:   Sat Oct 24 15:05:10 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b04f8ee...d5a8183 (1):
|       > improved extrapolation of non-linear initial guess
|     
|     * testsuite 45a7506...243f70d (1):
|       >  - expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7e692bdcf79b618cb0654e21c97fdef41e096d31
| Author: Rüdiger Franke 
| Date:   Sat Oct 24 11:00:38 2015 +0200
| 
|     * OMCompiler f65e383...b04f8ee (1):
|       > move FMU solver factory include to solver creation
| 
| M	OMCompiler
| 
* commit dbcb11574d7d5a3bee232a975e1642f2a124a118
| Author: Adeel Asghar 
| Date:   Sat Oct 24 02:14:40 2015 +0200
| 
|     * OMCompiler 7f4c001...f65e383 (1):
|       > Update component comment when component contains dimensions.
| 
| M	OMCompiler
| 
* commit 7e5343caa8927c02ce44fce826374b2a7e160ca6
| Author: adrpo 
| Date:   Fri Oct 23 23:51:08 2015 +0200
| 
|     * OMCompiler 82c9ab7...7f4c001 (1):
|       > remove deleted files from cmake makefiles to please the msvc build
| 
| M	OMCompiler
| 
* commit b38e96460eabde94b99621119cad0141789bf9e9
| Author: hudson 
| Date:   Fri Oct 23 19:08:09 2015 +0200
| 
|     * libraries bb419d0...67f0e48 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ed0046680367e720b3e5d88722ff0b2c64787526
| Author: Martin Sjölund 
| Date:   Fri Oct 23 17:22:24 2015 +0200
| 
|     * OMCompiler 5bcd7ee...82c9ab7 (2):
|       > Remove the dependency on expat from FMUs
|       > Check that we do not revert 3rdParty by accident
| 
| M	OMCompiler
| 
* commit a1616f0b41b86eb6128514b03243e22bae683618
| Author: Rüdiger Franke 
| Date:   Fri Oct 23 17:09:35 2015 +0200
| 
|     * OMCompiler 4bf245a...5bcd7ee (1):
|       > move solver creation to specific Cpp FMU system
| 
| M	OMCompiler
| 
* commit 7967244325a320e9fb0fd85802058f68ef3ec1e6
| Author: vwaurich 
| Date:   Fri Oct 23 16:39:47 2015 +0200
| 
|     * OMCompiler b072433...4bf245a (1):
|       > - fix for simjacCSRToCSC
| 
| M	OMCompiler
| 
* commit b238b20f7546698ba7c064fcccd661c2c07ba863
| Author: hudson 
| Date:   Fri Oct 23 15:48:04 2015 +0200
| 
|     * OMCompiler b5101ef...b072433 (4):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > fix for csv output in cpp runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > simplified inheritance structure for Modelica system in cpp template
| 
| M	OMCompiler
| 
* commit 49df22dac4adb83c7a3b02b862d1e4dc12000a4c
| Author: vwaurich 
| Date:   Fri Oct 23 15:18:25 2015 +0200
| 
|     * testsuite eb0ffdd...45a7506 (1):
|       > -added indexReductionTest,remove warnings in craneFMUTest
| 
| M	testsuite
| 
* commit 19406092dbaf03683c2167acfdc573e53605b8a1
| Author: vwaurich 
| Date:   Fri Oct 23 14:48:36 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 56d9b00...b5101ef (1):
|       > - activate modified pantelides
|     
|     * testsuite 3746b03...eb0ffdd (1):
|       > - fix tests for pantelides change
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4f47ed1926967da3231f98deabb46a0edede6e36
| Author: vwaurich 
| Date:   Fri Oct 23 13:35:45 2015 +0200
| 
|     * OMCompiler 29ef347...56d9b00 (1):
|       > - get smaller MSSS for pantelides
| 
| M	OMCompiler
| 
* commit 8de54e26e05308c215590ef5ae535316f6adf04e
| Author: hudson 
| Date:   Thu Oct 22 19:08:10 2015 +0200
| 
|     * libraries a9515fd...bb419d0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 76e6ff296122ced08f00001645a9b4a709e8a5e2
| Author: hudson 
| Date:   Thu Oct 22 16:41:36 2015 +0200
| 
|     * doc c7d4672...e929940 (1):
|       > Merge pull request #9 from arun3688/master
| 
| M	doc
| 
* commit 9433020ab8452df439e97c029818058e952b934f
| Author: Rüdiger Franke 
| Date:   Thu Oct 22 16:24:29 2015 +0200
| 
|     * OMCompiler 8907348...29ef347 (1):
|       > use C++11 to_string for numeric values (#3522)
| 
| M	OMCompiler
| 
* commit 6ff4dabeb45f51f8a480c96acbf2f9ea3509d999
| Author: Marcus Walther 
| Date:   Thu Oct 22 15:43:01 2015 +0200
| 
|     * OMCompiler 57d7bf3...8907348 (1):
|       > - simple fix for array slices - typo fixes for array operations
| 
| M	OMCompiler
| 
* commit 7779e95589b96d808f29551b17239fd01161a9a3
| Author: Niklas Worschech 
| Date:   Thu Oct 22 15:30:12 2015 +0200
| 
|     * OMCompiler 3c5fbea...57d7bf3 (1):
|       > simplified inheritance structure for Modelica system in cpp template
| 
| M	OMCompiler
| 
* commit 055a9a6b848345b5c4bd280b1551e0993d5215a8
| Author: Rüdiger Franke 
| Date:   Thu Oct 22 14:53:55 2015 +0200
| 
|     * OMCompiler f543309...3c5fbea (1):
|       > typo in previous commit
| 
| M	OMCompiler
| 
* commit cbc3b180418a1422f9aec34fd8d38d138034a10c
| Author: Rüdiger Franke 
| Date:   Thu Oct 22 14:31:24 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 33ae1ea...f543309 (1):
|       > fix new WriteOutputVar for boolean aliases (#3524)
|     
|     * testsuite 0e6945e...3746b03 (1):
|       > extend Cpp tests with negated boolean alias
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0e5fc653ebb5e76b6f8794694dd1f8a0336f1b99
| Author: RuedKamp 
| Date:   Thu Oct 22 11:50:25 2015 +0200
| 
|     * OMCompiler cc06804...33ae1ea (6):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -fixed error with boost::minmax for c++11 in msvc
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -added FactoryExport for VxWorks
| 
| M	OMCompiler
| 
* commit 8ba4da82052d9fe8a1215ebab3a9df3651f14fae
| Author: Marcus Walther 
| Date:   Thu Oct 22 10:08:08 2015 +0200
| 
|     * OMCompiler 85dda17...cc06804 (1):
|       > - fixed windows build
| 
| M	OMCompiler
| 
* commit c8111693b174bdd643d478f1f08a227303bd1fdb
| Author: Rüdiger Franke 
| Date:   Wed Oct 21 23:22:15 2015 +0200
| 
|     * OMCompiler a51c28c...85dda17 (2):
|       > re-add boost lib to FMI export prior to C++11
|       > remove unused FactoryExport from FMU
| 
| M	OMCompiler
| 
* commit babadf579253512fbe207ad00b2c0a4f124060a9
| Author: hudson 
| Date:   Wed Oct 21 16:38:29 2015 +0200
| 
|     * libraries 46a4ee5...a9515fd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5e2438d7c5417e964960c542246c2036eebc3f49
| Author: Martin Sjölund 
| Date:   Wed Oct 21 16:26:20 2015 +0200
| 
|     * libraries abe4690...46a4ee5 (1):
|       > Do not rebuild deb-files if they already exist
| 
| M	libraries
| 
* commit 87d99adef80f2fb4856660013107d64fbd5c875b
| Author: Martin Sjölund 
| Date:   Wed Oct 21 15:51:48 2015 +0200
| 
|     * libraries c7a263b...abe4690 (1):
|       > Do not upload the same files again
| 
| M	libraries
| 
* commit 7df26f58dc158b02578346a17750ccd9f4a2246e
| Author: Willi Braun 
| Date:   Wed Oct 21 13:22:47 2015 +0200
| 
|     * OMCompiler ab4c771...a51c28c (1):
|       >  - fix symbolic jacobian generation in dynamic state selection
| 
| M	OMCompiler
| 
* commit 8bb5c1d76f282d4e007f72346a6c8a7c5ace282a
| Author: Rüdiger Franke 
| Date:   Wed Oct 21 12:32:59 2015 +0200
| 
|     * OMCompiler cfc7caf...ab4c771 (2):
|       > move xml parser include to XmlPropertyReader
|       > use C++11 minmax_element (#3522)
| 
| M	OMCompiler
| 
* commit 83818718bbe98fb86e2c15b8f84b3d4cf8d635f1
| Author: Lennart Ochel 
| Date:   Wed Oct 21 11:36:47 2015 +0200
| 
|     * OMCompiler 3b89fb7...cfc7caf (1):
|       > Clean up match pattern
| 
| M	OMCompiler
| 
* commit a685e51b37461e61d0985dea8a53b0a03be98068
| Author: Rüdiger Franke 
| Date:   Wed Oct 21 11:23:40 2015 +0200
| 
|     * OMCompiler 9ea2fe6...3b89fb7 (1):
|       > remove duplicate includes from FactoryConfig.h
| 
| M	OMCompiler
| 
* commit 721b49e8bc393678a1ad53834ea4ff9a00cb3425
| Author: Rüdiger Franke 
| Date:   Wed Oct 21 09:52:29 2015 +0200
| 
|     * OMCompiler 8d2f20e...9ea2fe6 (2):
|       > completely remove boost libs from FMI export
|       > Localize use of boost filesystem and program_options (#3522)
| 
| M	OMCompiler
| 
* commit 60c8082ff747860f5dbb6bfc024808240e9bd612
| Author: Martin Sjölund 
| Date:   Wed Oct 21 09:39:19 2015 +0200
| 
|     * OMCompiler 1bb207d...8d2f20e (1):
|       > FMU support for OSX, which does not support cp -u
| 
| M	OMCompiler
| 
* commit 246971c6cb2a6ad9e407d3d7608a15e73fc9e07b
| Author: Martin Sjölund 
| Date:   Wed Oct 21 09:26:09 2015 +0200
| 
|     * OMCompiler 300f04e...1bb207d (1):
|       > Reduce stack space
| 
| M	OMCompiler
| 
* commit b52c69eaf770c2ca417ddcff1340f49f90fbbc6b
| Author: Martin Sjölund 
| Date:   Wed Oct 21 08:58:47 2015 +0200
| 
|     * OMPlot 159e5dd...57c8c57 (1):
|       > Check for qmake in configure instead of make
| 
| M	OMPlot
| 
* commit 5d77030ab7818c14b9e80f625239d0b30e778f21
| Author: Rüdiger Franke 
| Date:   Tue Oct 20 23:30:04 2015 +0200
| 
|     * OMCompiler ea09fa1...300f04e (1):
|       > remove dummy LoadLibrary from static Cpp runtime
| 
| M	OMCompiler
| 
* commit 4f523d4d9397293e68994c2aee4315921b165f8b
| Author: hudson 
| Date:   Tue Oct 20 19:07:52 2015 +0200
| 
|     * libraries 08f28cd...c7a263b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a93f42fba278f8cec9ebcef16484ac8dee14516b
| Author: Martin Sjölund 
| Date:   Tue Oct 20 16:56:16 2015 +0200
| 
|     * OMCompiler c7fdce2...ea09fa1 (1):
|       > Use va_copy when re-using a va_list
| 
| M	OMCompiler
| 
* commit 4ae69721b1dc1e55fb28043802b63ab1de1358f2
| Author: Marcus Walther 
| Date:   Tue Oct 20 15:55:07 2015 +0200
| 
|     * OMCompiler 657b5ca...c7fdce2 (1):
|       > - cpp runtime logger is now enabled on windows systems
| 
| M	OMCompiler
| 
* commit 002d88fd85f4b5e3704df2a1ac8c78aecb8fdebc
| Author: Martin Sjölund 
| Date:   Tue Oct 20 14:23:09 2015 +0200
| 
|     Updating submodules
|     * OMEdit 8637b07...fbc7bf2 (1):
|       > Bump for latest qmake.m4
|     
|     * OMNotebook 472750f...946bc40 (1):
|       > Bump for latest qmake.m4
|     
|     * OMOptim b55286d...c95b751 (1):
|       > Bump for latest qmake.m4
|     
|     * OMPlot 286efb1...159e5dd (1):
|       > Check for empty qmake command
|     
|     * OMShell 0777ed5...3e69c93 (1):
|       > Bump for latest qmake.m4
| 
| M	OMEdit
| M	OMNotebook
| M	OMOptim
| M	OMPlot
| M	OMShell
| 
* commit 71bbd3f69569f950e405872a73dae95bddc59b46
| Author: Martin Sjölund 
| Date:   Tue Oct 20 14:10:58 2015 +0200
| 
|     * common d7e9641...c535ec7 (1):
|       > Look for env.vars QTDIR/QMAKE/LRELEASE
| 
| M	common
| 
* commit 15cb3fd5074141c4e51bbda5eb941ab526856289
| Author: RuedKamp 
| Date:   Tue Oct 20 13:17:32 2015 +0200
| 
|     * OMCompiler b2c8ddd...657b5ca (1):
|       > -added FactoryExport for VxWorks
| 
| M	OMCompiler
| 
* commit cd6a8f98bba3629e0f060371edda3e19b95d3b45
| Author: Rüdiger Franke 
| Date:   Tue Oct 20 12:47:29 2015 +0200
| 
|     * OMCompiler d462a69...b2c8ddd (1):
|       > remove boost_filesystem and boost_program_options from FMU (#3522)
| 
| M	OMCompiler
| 
* commit 7b905e41fd8af4d6851c1ef3b8ec97594ab2cfe3
| Author: Rüdiger Franke 
| Date:   Tue Oct 20 12:17:39 2015 +0200
| 
|     * OMCompiler 860b463...d462a69 (2):
|       > move Logger call from generated code to FMUWrapper
|       > remove unused XmlPropertyReader from FMU build (#3522)
| 
| M	OMCompiler
| 
* commit 2934606e6277f7479f296443f4a5b183c8efecb1
| Author: hudson 
| Date:   Tue Oct 20 11:26:39 2015 +0200
| 
|     * OMCompiler 56438a0...860b463 (32):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > restored fix for hard coded start values in cpp template
|       > Merge branch 'master' of https://github.com/niklwors/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for uninitialized xmlreader  and hardcoded start values in cpp template
|       > Merge branch 'master' of https://github.com/niklwors/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > move WriteOutputVar class from MatFileWriter to Writer removed unnecessary typedef's
|       > - fixed std::shared_ptr and boost::shared_ptr mixing - fixed undefined reference to return value in WriteOutputVar
|       > fix in intialization routine, if variable is a negated alias
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for negated Alias Vars in write output routine
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for addContainerToWriteQueue
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for getfreeContainer in writer class
|       > fix for merger error in cpp template
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > changed output method uses xml file to pass  variables from simvars to  output routine
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for external C Array arguments data pointer
|       > fix for start index for array creation in cpp template
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for createArray in cpp template
| 
| M	OMCompiler
| 
* commit 52548174060abc6d34ffa0fe0715691405bb14ff
| Author: hudson 
| Date:   Tue Oct 20 11:06:26 2015 +0200
| 
|     * OMCompiler fe751df...56438a0 (26):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > -removed klu includes
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -added Broyden's method
|       > -added Broyden's method
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -fixed typo
|       > -fixed typo
|       > -fixed typo
|       > -some changes for vxworks
|       > -added Broyden
|       > -added Broyden
|       > -added Broyden method
|       > -reverted original newton method
|       > -removed klu
|       > -reverted
|       > -actually nothing changed
|       > -added broyden solver
|       > -added   using boost::dynamic_pointer_cast;
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -added initialization of pointers
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -changed cycletime for vxworks
| 
| M	OMCompiler
| 
* commit a8e32405fa5d9078a1a50c1a46a9f4c34bcc42ab
| Author: Martin Sjölund 
| Date:   Tue Oct 20 10:49:01 2015 +0200
| 
|     * OMCompiler 6544142...fe751df (1):
|       > Init Boehm GC (necessary for OSX)
| 
| M	OMCompiler
| 
* commit 41bc714e930684e92148b15c99be3461e5f758c6
| Author: Rüdiger Franke 
| Date:   Tue Oct 20 08:46:53 2015 +0200
| 
|     * OMCompiler a6932e4...6544142 (2):
|       > fix StaticOMCFactory after previous commit
|       > separate out static solver factories (#3522)
| 
| M	OMCompiler
| 
* commit 3984e48d6ba70fb52e8c1c37eee8dbeea7696cd1
| Author: hudson 
| Date:   Mon Oct 19 22:51:26 2015 +0200
| 
|     Updating submodules
|     * libraries 75515ba...08f28cd (1):
|       > Bump libraries
|     
|     * testsuite 863971a...0e6945e (1):
|       > update tests after library bump
| 
| M	libraries
| M	testsuite
| 
* commit 292fd0a7bea94d5f941703f86679fa3f60d92c36
| Author: Rüdiger Franke 
| Date:   Mon Oct 19 18:39:22 2015 +0200
| 
|     * OMCompiler 96a1c78...a6932e4 (1):
|       > remove remaining use of boost::multi_array (#3522)
| 
| M	OMCompiler
| 
* commit 4a491a29dfd586c2a9973f97c2b48aa2695e3d8e
| Author: bernhard Thiele 
| Date:   Mon Oct 19 17:47:34 2015 +0200
| 
|     * OMNotebook 5630b32...472750f (1):
|       > Added plot commands for clocked models
| 
| M	OMNotebook
| 
* commit f85cb19463e6611332c39c36aeda2ebf8e5dff24
| Author: Per Östlund 
| Date:   Mon Oct 19 17:34:41 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 137767a...96a1c78 (1):
|       > Fix inst of Annex60 (and maybe Buildings).
|     
|     * testsuite 29d30bf...863971a (1):
|       > Updated tests.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 405a955affb2a20ef5692b3ce2d3b2da4f657f66
| Author: vwaurich 
| Date:   Mon Oct 19 15:19:53 2015 +0200
| 
|     * OMCompiler 0c1e4fb...137767a (1):
|       > - restructured and extended graph dump of bipartite graphs
| 
| M	OMCompiler
| 
* commit 2a520b984443e2b090a9b15bb710f634f6b11bff
| Author: Rüdiger Franke 
| Date:   Mon Oct 19 08:37:37 2015 +0200
| 
|     * OMCompiler 9c388fa...0c1e4fb (1):
|       > extend FMI2 Cpp interface with clock interval
| 
| M	OMCompiler
| 
* commit 2351c8f6ba549a465afe6a990f086a606a657ca1
| Author: Rüdiger Franke 
| Date:   Mon Oct 19 08:09:04 2015 +0200
| 
|     * OMCompiler 8505a24...9c388fa (1):
|       > revert Cpp Newton solver to version f23c4961
| 
| M	OMCompiler
| 
* commit f70b541752b17704f7b58b63a907f9c2592b1cb0
| Author: Adeel Asghar 
| Date:   Sun Oct 18 05:30:08 2015 +0200
| 
|     * OMEdit 7fd0367...8637b07 (1):
|       > Fixes #3408. Set the origin item to bottom so that the connectors located at center of the component can be used.
| 
| M	OMEdit
| 
* commit c9433de997562b1ee37a3b1903ede22a3e094c99
| Author: Rüdiger Franke 
| Date:   Sat Oct 17 12:20:56 2015 +0200
| 
|     * OMCompiler f62e535...8505a24 (1):
|       > fix getClockInterval for integer clocks
| 
| M	OMCompiler
| 
* commit eecaa700eeb49af7c06a2c6743976d664bf4788e
| Author: Rüdiger Franke 
| Date:   Sat Oct 17 11:19:15 2015 +0200
| 
|     * OMCompiler b1f63b6...f62e535 (1):
|       > remove $PRE replacements that don't apply
| 
| M	OMCompiler
| 
* commit acdd45c98a7dea786f3eb3b7f29482c53cb38298
| Author: Rüdiger Franke 
| Date:   Sat Oct 17 10:27:19 2015 +0200
| 
|     * OMCompiler 463e40e...b1f63b6 (1):
|       > use nice names for $PRE and $CLKPRE in C and Cpp runtimes
| 
| M	OMCompiler
| 
* commit 9738428718052d2d53663a313774c7fc50148f2b
| Author: Rüdiger Franke 
| Date:   Fri Oct 16 23:11:13 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f1a8433...463e40e (2):
|       > change order of clocked variable attributes
|       > mark clocked variables discrete
|     
|     * testsuite 092dd2f...29d30bf (3):
|       > adapt test to changed order of variable attributes
|       > adapt test and add a clocked output
|       > rename test as it covers more than the bug
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2b8113df61d90130f9f69cdef037ad5c4112f2df
| Author: Rüdiger Franke 
| Date:   Fri Oct 16 21:54:57 2015 +0200
| 
|     * OMCompiler 4002cbd...f1a8433 (1):
|       > make clockIndex optional instead of 0
| 
| M	OMCompiler
| 
* commit 46323107356cf730839545f0d87d31a58b49543e
| Author: Rüdiger Franke 
| Date:   Fri Oct 16 21:36:12 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fbb8233...4002cbd (2):
|       > replace $PRE and $CLKPRE with nicer names (cf. $DER)
|       > remove obsolete workaround
|     
|     * testsuite 8bd5f27...092dd2f (1):
|       > adapt test to nicer $CLKPRE name
| 
| M	OMCompiler
| M	testsuite
| 
* commit 51f7b3c16d0374b81b13a7d439d9d4b431cd2ef0
| Author: Rüdiger Franke 
| Date:   Fri Oct 16 08:58:13 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3a9e48e...fbb8233 (1):
|       > populate clockIndex to FMI 2 modelDescription.xml
|     
|     * testsuite 569c0be...8bd5f27 (1):
|       > update test with clockIndex in FMI 2 modelDescription.xml
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8acf55b5130cf33e258087b1482770561d3e6437
| Author: hudson 
| Date:   Thu Oct 15 19:09:36 2015 +0200
| 
|     * libraries 5413fe3...75515ba (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a12fabe955eddcd0fe201a9661e2db0ae7ca3aad
| Author: Lennart Ochel 
| Date:   Thu Oct 15 18:17:29 2015 +0200
| 
|     * OMCompiler 8cbbb37...3a9e48e (1):
|       > Add support for interval operator to c runtime
| 
| M	OMCompiler
| 
* commit dc5e358e89a77995fcd97f97819365b8922d20e5
| Author: Lennart Ochel 
| Date:   Thu Oct 15 16:42:02 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e1a4c64...8cbbb37 (1):
|       > Remove outdated QSS implementation
|     
|     * testsuite ea3f670...569c0be (1):
|       > Remove outdated QSS implementation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5158a97c9cdd07e73afd47852a28fbe77d117997
| Author: Per Östlund 
| Date:   Thu Oct 15 15:42:36 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f9ed55d...e1a4c64 (1):
|       > Fix for attribute propagation with redeclares.
|     
|     * testsuite 8b038f7...ea3f670 (1):
|       > Added test for redeclare attribute propagation.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 662d3e2e0234eb68397c09c49d978d4ba2d2a16a
| Author: Marcus Walther 
| Date:   Thu Oct 15 14:57:50 2015 +0200
| 
|     * OMCompiler f34585c...f9ed55d (1):
|       > - added some more array operations to c++ runtime - fixed some issues with array slices
| 
| M	OMCompiler
| 
* commit 9243581a3df3c44a9fbd781ea2ebce0c292ffebe
| Author: Lennart Ochel 
| Date:   Thu Oct 15 12:13:46 2015 +0200
| 
|     * testsuite 68309ab...8b038f7 (3):
|       > Move TestSolve18.mos to FAILINGTESTFILES
|       > Add getErrorString calls
|       > Split TestSolve.mos
| 
| M	testsuite
| 
* commit 9de66c65f237ce1e32ee45957af01c0bb3d84dd4
| Author: Rüdiger Franke 
| Date:   Thu Oct 15 08:48:27 2015 +0200
| 
|     * OMCompiler ef387e7...f34585c (1):
|       > getClockInterval returns 0.0 instead of 1.0 if unknown
| 
| M	OMCompiler
| 
* commit 9ecf1b073ffc01a91cd738c0479151d3aef276c4
| Author: Rüdiger Franke 
| Date:   Thu Oct 15 07:33:33 2015 +0200
| 
|     * OMCompiler 51ba470...ef387e7 (1):
|       > use implementation of SES_IFEQUATION from C for Cpp
| 
| M	OMCompiler
| 
* commit 2ffdf0ea47f9b0cb67e6b507931e29952430ab1f
| Author: Rüdiger Franke 
| Date:   Wed Oct 14 21:55:54 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 994c933...51ba470 (1):
|       > add basic clocks to FMI modelDescription.xml
|     
|     * testsuite 9c1b728...68309ab (1):
|       > add test for FMI export with clocks
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3376188c53faf1854ad0a81266ee348a60e7793c
| Author: hudson 
| Date:   Wed Oct 14 21:42:51 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 17c6d82...994c933 (1):
|       > Merge remote-tracking branch 'fbergero/fmu-experimental' into merge-fmu-experimental
|     
|     * testsuite 998686a...9c1b728 (1):
|       > Test for the experimental FMU for QSS and Multirate
| 
| M	OMCompiler
| M	testsuite
| 
* commit 20c0230b8b167ae18fc7f97c1c3b852b10d127c4
| Author: hudson 
| Date:   Wed Oct 14 19:08:37 2015 +0200
| 
|     * libraries 7ded2a0...5413fe3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 545b190a3c21a91cfdeb8b0bc824949f5e09f70a
| Author: Lennart Ochel 
| Date:   Wed Oct 14 17:25:52 2015 +0200
| 
|     * OMCompiler 1e22e09...17c6d82 (1):
|       > Fix some typos (#236)
| 
| M	OMCompiler
| 
* commit 705054c9afe861c5cd320e7feb5a2d08455ab83f
| Author: Per Östlund 
| Date:   Wed Oct 14 17:11:24 2015 +0200
| 
|     * OMCompiler 91f79f8...1e22e09 (1):
|       > Add new flag --useLocalDirection.
| 
| M	OMCompiler
| 
* commit 7c271b0f5e58fc0f209bb2d0fa2271b42991ec3c
| Author: Willi Braun 
| Date:   Wed Oct 14 16:48:33 2015 +0200
| 
|     * OMCompiler 22a42a4...91f79f8 (1):
|       > added debug flags for differentation
| 
| M	OMCompiler
| 
* commit 19af2d3bb3be685b5f82dd167e27380a99935551
| Author: mahge 
| Date:   Wed Oct 14 16:16:42 2015 +0200
| 
|     * OMCompiler db371fa...22a42a4 (1):
|       > + Fix #2933. Fix type informations for nested array reductions
| 
| M	OMCompiler
| 
* commit f16b4cc08ce77fc56ca6283be62e484309a1b3ad
| Author: Willi Braun 
| Date:   Wed Oct 14 13:14:19 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cde0a70...db371fa (1):
|       >  - use functionTree from initDAE further for simDAE
|     
|     * testsuite d9a5133...998686a (1):
|       > added testcase for non-linear system with a function involed.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b9cd8a6662edaa1e79f992969503f456a4d8f379
| Author: Lennart Ochel 
| Date:   Wed Oct 14 12:00:54 2015 +0200
| 
|     * OMCompiler 244b2a2...cde0a70 (4):
|       > Try to fix floating point exception
|       > Revised substitutePartitionOpExps and substClock
|       > Revised function substituteParitionOpExps
|       > Cleaned up SynchronousFeatures.mo
| 
| M	OMCompiler
| 
* commit f98f049d90b4b7fde3def0973aa3f3148f59fabf
| Author: arun3688 
| Date:   Wed Oct 14 11:33:31 2015 +0200
| 
|     * OMNotebook 488d796...5630b32 (1):
|       > setCommandLineOptions("+std=3.3") for few clocked Synchronous model
| 
| M	OMNotebook
| 
* commit ff41a53dbe2bc186c700dc290b02e7cd471adae0
| Author: Lennart Ochel 
| Date:   Wed Oct 14 10:05:24 2015 +0200
| 
|     * OMCompiler 176b400...244b2a2 (1):
|       > Add more TRACE instructions
| 
| M	OMCompiler
| 
* commit 008920556081bb48725de8958eeb64539ad141fc
| Author: Lennart Ochel 
| Date:   Wed Oct 14 09:42:42 2015 +0200
| 
|     * OMCompiler 748021d...176b400 (1):
|       > Add missing TRACE instructions
| 
| M	OMCompiler
| 
* commit cad1cb6f2991ffd02a6a787cc0b7eaf82a5bc4f6
| Author: Lennart Ochel 
| Date:   Wed Oct 14 09:29:37 2015 +0200
| 
|     * OMCompiler b297e3a...748021d (1):
|       > Fix indentation
| 
| M	OMCompiler
| 
* commit 2787973519e997ac83055e6c625dfe31764bdab2
| Author: bernhard Thiele 
| Date:   Wed Oct 14 09:16:28 2015 +0200
| 
|     * testsuite 47f4c84...d9a5133 (1):
|       > Tests from Synchronous lib
| 
| M	testsuite
| 
* commit 9a14754fa9debba8c7fcf62d8f660b85b5fa6ba1
| Author: Rüdiger Franke 
| Date:   Wed Oct 14 08:26:15 2015 +0200
| 
|     * testsuite d6113ef...47f4c84 (2):
|       > add test for different types of clocked variables
|       > test interval() without argument
| 
| M	testsuite
| 
* commit 884b1e6b53feb1bf257792a100f1bac26e2ff979
| Author: Rüdiger Franke 
| Date:   Wed Oct 14 07:52:31 2015 +0200
| 
|     * OMCompiler c7257cc...b297e3a (2):
|       > cleanup creation of non-clocked variables
|       > support clocked states of any base type
| 
| M	OMCompiler
| 
* commit 0fb72dcb385ecc66aeb4192ba16241dad7c85bae
| Author: adrpo 
| Date:   Wed Oct 14 00:06:04 2015 +0200
| 
|     * OMCompiler 55125bf...c7257cc (1):
|       > more fixes to #3503, fix clock substitution
| 
| M	OMCompiler
| 
* commit 4bf802456f93912d9e913d3e519cca8f1eddcc0b
| Author: Rüdiger Franke 
| Date:   Tue Oct 13 22:58:40 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3e6f284...55125bf (2):
|       > implement interval operator in Cpp runtime
|       > fix initialization of clocked variables (#3497)
|     
|     * testsuite b85c207...d6113ef (1):
|       > extend clockedTest
| 
| M	OMCompiler
| M	testsuite
| 
* commit a5da4e92bacb07f8cd4ef4c1db36746dc6b376c4
| Author: hudson 
| Date:   Tue Oct 13 19:10:07 2015 +0200
| 
|     * libraries 35ae0ee...7ded2a0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 201f7af30be8094a05986f9f92606acbfa03c95b
| Author: adrpo 
| Date:   Tue Oct 13 18:21:49 2015 +0200
| 
|     * OMCompiler 8447b1b...3e6f284 (1):
|       > fix more typos
| 
| M	OMCompiler
| 
* commit 1e3167a1d73ec1676a1e99c00dcebd926bf81194
| Author: vwaurich 
| Date:   Tue Oct 13 16:34:07 2015 +0200
| 
|     * OMCompiler 213ddae...8447b1b (1):
|       > - store crefs for protected variables in visual.xml
| 
| M	OMCompiler
| 
* commit 39723becf4ce11cc69360ee387194ed5898ad6ea
| Author: adrpo 
| Date:   Tue Oct 13 15:24:14 2015 +0200
| 
|     * OMCompiler 9608520...213ddae (1):
|       > fix typo in function names
| 
| M	OMCompiler
| 
* commit 81a4b575537bc56bb94ad792a4e06c2886894dc2
| Author: Lennart Ochel 
| Date:   Tue Oct 13 12:38:43 2015 +0200
| 
|     * OMCompiler cea00ab...9608520 (1):
|       > Use module "Error" instead of print for errors
| 
| M	OMCompiler
| 
* commit e8b2523bdea15260b1927ba504af76d990298170
| Author: Lennart Ochel 
| Date:   Tue Oct 13 11:56:10 2015 +0200
| 
|     * OMCompiler 9365264...cea00ab (1):
|       > Add more helpful error message
| 
| M	OMCompiler
| 
* commit 6ff97e0ad9f37050b0f9f3f577ceb63a155aa871
| Author: arun3688 
| Date:   Tue Oct 13 11:22:09 2015 +0200
| 
|     * OMNotebook e90ff37...488d796 (1):
|       > Added Clocked Synchronous models to Notebook and some more new models
| 
| M	OMNotebook
| 
* commit a497c9b8a93604e376b61b81120b092183dba1ee
| Author: adrpo 
| Date:   Tue Oct 13 09:43:36 2015 +0200
| 
|     * OMCompiler ae1a72c...9365264 (1):
|       > more fixes for #3503, handle shiftSample arguments better
| 
| M	OMCompiler
| 
* commit c9432a6f73a866643bf585d0bd68b42d2bfe73db
| Author: adrpo 
| Date:   Tue Oct 13 08:17:26 2015 +0200
| 
|     * OMCompiler e78c79d...ae1a72c (1):
|       > more fixes for #3503 - fix subSample, superSample argument checking - fix to allow Clock to be used as a connector
| 
| M	OMCompiler
| 
* commit 810c9bb3f2e86d7bdc47938072d14360a08085c6
| Author: Lennart Ochel 
| Date:   Mon Oct 12 20:00:55 2015 +0200
| 
|     * OMCompiler 7e6ad02...e78c79d (2):
|       > Use constant emptyInputData
|       > Simplified record DIFFINPUTDATA
| 
| M	OMCompiler
| 
* commit 27a3085e57e7c3cfde3f9f45532efad670248de9
| Author: Willi Braun 
| Date:   Mon Oct 12 19:41:42 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9079fd2...7e6ad02 (1):
|       >  - fix diffInputData for zero differentiation
|     
|     * testsuite 338fff9...b85c207 (1):
|       >  - update testcase and expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit bc9376daa751f4653127318230f2f1e34dc0403f
| Author: adrpo 
| Date:   Mon Oct 12 19:28:57 2015 +0200
| 
|     * OMEdit 435e541...7fd0367 (1):
|       > fix #3504, build with qt4 even if qt5 exists
| 
| M	OMEdit
| 
* commit 43511c4bbeacd81a0d25ac8e3c7e28864575083f
| Author: hudson 
| Date:   Mon Oct 12 19:08:26 2015 +0200
| 
|     * libraries 15d5a4c...35ae0ee (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2ca397f54d80d51d6af2c5ffc3dbaa348a324192
| Author: Lennart Ochel 
| Date:   Mon Oct 12 18:16:13 2015 +0200
| 
|     * OMCompiler 2f0f007...9079fd2 (1):
|       > Add missing brackets to cast expressions
| 
| M	OMCompiler
| 
* commit 6dbf82aada497e4e1aefc6015261b3b25de3be23
| Author: mahge 
| Date:   Mon Oct 12 17:33:14 2015 +0200
| 
|     * OMCompiler bfa33db...2f0f007 (1):
|       > - parenthesize expression is div()
| 
| M	OMCompiler
| 
* commit a329c2efbc1d4c56d72c8999094c6235225e7797
| Author: gossen 
| Date:   Mon Oct 12 13:30:54 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9ef520e...bfa33db (1):
|       > In Lookup.lookupConnectorVar get inner/outer prefix for first ident
|     
|     * testsuite 49a754d...338fff9 (1):
|       > Add tests for #3492
| 
| M	OMCompiler
| M	testsuite
| 
* commit 92f5d47495919cd4e2ef78c95fde9e99f50e7322
| Author: Lennart Ochel 
| Date:   Mon Oct 12 12:30:16 2015 +0200
| 
|     * OMCompiler e02e8c9...9ef520e (1):
|       > Fixed module simplifyComplexFunction
| 
| M	OMCompiler
| 
* commit 1e4ef084e6e2906b0be34dacabc87f37c08bf133
| Author: gossen 
| Date:   Mon Oct 12 11:52:41 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c5ce437...e02e8c9 (2):
|       > Use ConnectUtil.componentFaceType function for detecting top level variables
|       > Replace recursive call to CheckModel.countVarEqnSize function with List utility function
|     
|     * testsuite 4b8cd77...49a754d (1):
|       > Add tests for top level nested connectors
| 
| M	OMCompiler
| M	testsuite
| 
* commit 14dd5fb1fab88e9c02e09735518f42f9f16bd24f
| Author: adrpo 
| Date:   Mon Oct 12 11:39:40 2015 +0200
| 
|     * testsuite 6707ec8...4b8cd77 (1):
|       > add test for #3503
| 
| M	testsuite
| 
* commit 22e791946c9761dbede0655691a4ca489fc5a5a6
| Author: adrpo 
| Date:   Mon Oct 12 11:22:03 2015 +0200
| 
|     * OMCompiler fb0df34...c5ce437 (2):
|       > fix for #3503, prefix clocks
|       > add the new files to the msvc cmake files
| 
| M	OMCompiler
| 
* commit 949a3d17ed04c4d10ac63b33d99d39504dfee7dd
| Author: hudson 
| Date:   Sun Oct 11 19:07:19 2015 +0200
| 
|     * libraries 6a08d95...15d5a4c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1cd1292ffc0167b84dc572f8c12698ac3cbd964d
| Author: adrpo 
| Date:   Sun Oct 11 02:48:26 2015 +0200
| 
|     * OMCompiler fb7644b...fb0df34 (1):
|       > fix windows build and source fmu test on gcc
| 
| M	OMCompiler
| 
* commit 8dcbe852cc9146709b4e223e7b14accd82be38e2
| Author: Rüdiger Franke 
| Date:   Sat Oct 10 23:03:48 2015 +0200
| 
|     * OMCompiler 5dfc9cd...fb7644b (1):
|       > attempt to fix #3502
| 
| M	OMCompiler
| 
* commit c7692bd1f5b72c5232b3938c2b190199bec67a65
| Author: Rüdiger Franke 
| Date:   Sat Oct 10 20:17:25 2015 +0200
| 
|     * OMCompiler 794b444...5dfc9cd (1):
|       > Abstract naming of previous variables
| 
| M	OMCompiler
| 
* commit 9594442d56cc194e869ea51b187c1c7f9be2f78b
| Author: Rüdiger Franke 
| Date:   Sat Oct 10 19:15:12 2015 +0200
| 
|     * OMCompiler e28a98f...794b444 (3):
|       > adapt whitespaces to existing tests
|       > Extend FMI2 export with DiscreteState
|       > Introduce clocked state variables
| 
| M	OMCompiler
| 
* commit 2a2d9b8bb488627727db9867148afc141fa7a7f2
| Author: adrpo 
| Date:   Sat Oct 10 17:39:01 2015 +0200
| 
|     * OMCompiler 2351546...e28a98f (1):
|       > update 3rdParty
| 
| M	OMCompiler
| 
* commit efe71a38cf12b53369dc304b89b4c7a16939ecb4
| Author: adrpo 
| Date:   Sat Oct 10 17:06:38 2015 +0200
| 
|     * OMCompiler 5a5e52f...2351546 (1):
|       > fix windows build
| 
| M	OMCompiler
| 
* commit e51f1d41c30639223fa614c4cf677b8f3dc71091
| Author: Rüdiger Franke 
| Date:   Fri Oct 9 18:56:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fae5a0a...5a5e52f (2):
|       > Cpp update for initialization of clocked variables (#3497)
|       > distinguish clocked variables during initialization (#3497)
|     
|     * testsuite 6b0a496...6707ec8 (1):
|       > update clockedTest for #3498
| 
| M	OMCompiler
| M	testsuite
| 
* commit d9d30d0d86084da35d1477eae4425dbc0f5fef51
| Author: hudson 
| Date:   Fri Oct 9 15:20:34 2015 +0200
| 
|     * libraries 410355c...6a08d95 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bf8ed3b7dfe4847d517e72202165f8b445c33829
| Author: hudson 
| Date:   Fri Oct 9 13:27:14 2015 +0200
| 
|     * OMCompiler 4b5a985...fae5a0a (1):
|       > Merge pull request #229 from lochel/PlanarMechanics
| 
| M	OMCompiler
| 
* commit 0dc2dcaefba89691d018b6d4e58118b3342d071d
| Author: Lennart Ochel 
| Date:   Fri Oct 9 11:05:52 2015 +0200
| 
|     * OMCompiler 74bab69...4b5a985 (1):
|       > Remove useless line of code
| 
| M	OMCompiler
| 
* commit a81eebb43a286450a2b5d87cc324f28762b53d66
| Author: Lennart Ochel 
| Date:   Fri Oct 9 10:42:29 2015 +0200
| 
|     * OMCompiler 8734a49...74bab69 (1):
|       > Fix dump of sparsity information
| 
| M	OMCompiler
| 
* commit 07ad49a0bda8d8eafc04a14d96f0a35d65618ec6
| Author: hudson 
| Date:   Thu Oct 8 19:08:27 2015 +0200
| 
|     * libraries 17391f1...410355c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 93c4802dff08e9735c6892df038480c9e7648b47
| Author: vwaurich 
| Date:   Thu Oct 8 14:04:53 2015 +0200
| 
|     * OMCompiler 1363820...8734a49 (1):
|       > - rewritten ResolveLoops.partitionBipartiteGraph
| 
| M	OMCompiler
| 
* commit 3ea075516a1549bba467e012b484d99c09e24faa
| Author: Lennart Ochel 
| Date:   Thu Oct 8 13:27:04 2015 +0200
| 
|     * OMCompiler 10f5341...1363820 (1):
|       > Try to fix #3482/#3498
| 
| M	OMCompiler
| 
* commit 84298c8f231f0dcc27c9cccdb8ab5e5183252f1e
| Author: Per Östlund 
| Date:   Thu Oct 8 12:30:58 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2ed993a...10f5341 (1):
|       > Fix for #3479.
|     
|     * testsuite 5a8f665...6b0a496 (1):
|       > Updated test cases for #3479 fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit eba49604fb003743daca74200c0320c3610e3912
| Author: arun3688 
| Date:   Thu Oct 8 11:23:03 2015 +0200
| 
|     * OMNotebook 6302217...e90ff37 (1):
|       > improve the evaluation of latexcells, automatic hiding of latex source and height adjustments
| 
| M	OMNotebook
| 
* commit 762e099f22b0a28a516daf422263da6ef02f2631
| Author: Martin Sjölund 
| Date:   Wed Oct 7 20:21:20 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4cdc91b...2ed993a (1):
|       > Allow generation of source-code FMUs
|     
|     * testsuite a2c09a0...5a8f665 (3):
|       > Translating FMU no longer keeps temporary files
|       > Add debug message to WasteWater test when failing
|       > Add test for static source FMUs
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2804a382451e7f2afbc514a59925823cef6668da
| Author: hudson 
| Date:   Wed Oct 7 19:08:00 2015 +0200
| 
|     * libraries f240c48...17391f1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7279334b79aaa1cac9ce95de4b5c40df00f38ef7
| Author: Lennart Ochel 
| Date:   Wed Oct 7 09:40:35 2015 +0200
| 
|     * OMCompiler 7bf48ba...4cdc91b (1):
|       > Improved some error messages
| 
| M	OMCompiler
| 
* commit e364f275e8016828bed2ec82a088f63b55198dd9
| Author: mflehmig 
| Date:   Wed Oct 7 08:47:17 2015 +0200
| 
|     * testsuite 2f59fc7...a2c09a0 (1):
|       > - Make clean will not remove Pyhton scripts.
| 
| M	testsuite
| 
* commit 2ad4e621f45a2030d672e24530526456b27ac511
| Author: mflehmig 
| Date:   Wed Oct 7 08:34:17 2015 +0200
| 
|     * testsuite 27d324c...2f59fc7 (1):
|       > * Polished output.
| 
| M	testsuite
| 
* commit a69ef3236cdbc36414e25f2925d5976c63a99743
| Author: hudson 
| Date:   Tue Oct 6 19:08:06 2015 +0200
| 
|     * libraries 85f043d...f240c48 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1d6680d547673064b4308b1552f6c5f4aefb1bd6
| Author: mflehmig 
| Date:   Tue Oct 6 15:20:31 2015 +0200
| 
|     * testsuite 41c9ce3...27d324c (1):
|       > - Added Python scripts to execute msl-simulations in parallel and obtain statistics.
| 
| M	testsuite
| 
* commit 6794800192f761b1a67587a016251b0d15261e3a
| Author: mflehmig 
| Date:   Tue Oct 6 14:26:45 2015 +0200
| 
|     * OMCompiler 62eff23...7bf48ba (1):
|       > - Added some german translations of error and warning messages. - Small cleanup in flag description.
| 
| M	OMCompiler
| 
* commit e80afc5828529c861ba83607e6b1efc392183e85
| Author: adrpo 
| Date:   Tue Oct 6 01:27:21 2015 +0200
| 
|     update submodule OMCompiler
| 
| M	OMCompiler
| 
* commit 560b06b9ac6c0b6c22928788428da2e7758a71ad
| Author: Rüdiger Franke 
| Date:   Mon Oct 5 20:39:25 2015 +0200
| 
|     * OMCompiler 92cf27f...eda1836 (2):
|       > implement clocks in Cpp FMI2 interface
|       > add clock accessors to Cpp model
| 
| M	OMCompiler
| 
* commit f52e717e02ede63b29d8a6d3296979c9e3ae5248
| Author: Martin Sjölund 
| Date:   Mon Oct 5 19:20:06 2015 +0200
| 
|     * OMCompiler 8ed87db...92cf27f (1):
|       > Update ModelicaExternalC for Noise library
| 
| M	OMCompiler
| 
* commit 0c19fe1a25799648de1fba0ce4e1e9d96cc6b9ac
| Author: hudson 
| Date:   Mon Oct 5 19:08:04 2015 +0200
| 
|     * libraries 0cc16f6...85f043d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c8d85001ab4eab0e95b778a87081b8a1a5f3eba8
| Author: adrpo 
| Date:   Mon Oct 5 17:31:28 2015 +0200
| 
|     * OMCompiler 29aa22f...8ed87db (1):
|       > fix gcc build
| 
| M	OMCompiler
| 
* commit 889a50a3e22ce0d2f124dbff26d1855ca484c62b
| Author: arun3688 
| Date:   Mon Oct 5 17:01:10 2015 +0200
| 
|     * OMNotebook 9620a35...6302217 (1):
|       > Update Main DrModelica.onb file date to latest
| 
| M	OMNotebook
| 
* commit 67840bbe21ae6ea60d6b444a8168f9d707111d6e
| Author: Lennart Ochel 
| Date:   Mon Oct 5 16:31:52 2015 +0200
| 
|     * OMCompiler 2602d04...29aa22f (1):
|       > Removed unused variable
| 
| M	OMCompiler
| 
* commit d338889232153f75586443356075b1c48cbd5b64
| Author: Lennart Ochel 
| Date:   Mon Oct 5 16:11:32 2015 +0200
| 
|     * OMCompiler 75feda9...2602d04 (1):
|       > Speed up initialization
| 
| M	OMCompiler
| 
* commit 4477a6899ffa9fbebee147667626fe45d4df2b89
| Author: Martin Sjölund 
| Date:   Mon Oct 5 15:53:52 2015 +0200
| 
|     * OMCompiler 672f53e...75feda9 (1):
|       > Change simulation_input_xml from C++ to pure C
| 
| M	OMCompiler
| 
* commit 63267874e312d20104d681c3ff7e71cd1063e078
| Author: arun3688 
| Date:   Mon Oct 5 13:50:29 2015 +0200
| 
|     * OMNotebook d547803...9620a35 (1):
|       > Update Notebook with new models and some fix to existing models
| 
| M	OMNotebook
| 
* commit 9ee9ec3905ac72b8ff4911cd880badfd6691618a
| Author: Martin Sjölund 
| Date:   Mon Oct 5 12:48:12 2015 +0200
| 
|     * OMCompiler ca9109b...672f53e (1):
|       > Remove one more C++ hashmap
| 
| M	OMCompiler
| 
* commit 3d677da5fef1fd4a859c485104979f9bff50118d
| Author: Lennart Ochel 
| Date:   Mon Oct 5 11:26:21 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a030088...ca9109b (2):
|       > Keep also removed equations of empty eq systems
|       > Revised implementation of analyzeInitialSystem
|     
|     * testsuite faad5bf...41c9ce3 (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 21738dbabc2487a68454eef05398ed0e5736d4b3
| Author: Martin Sjölund 
| Date:   Mon Oct 5 10:39:32 2015 +0200
| 
|     * OMCompiler f0f7bc9...a030088 (1):
|       > Change implementation to fread instead of getline
| 
| M	OMCompiler
| 
* commit 6969a0b9457d8b3bc5ab242178cbc696dc2a5f33
| Author: hudson 
| Date:   Sun Oct 4 19:07:48 2015 +0200
| 
|     * libraries 3dede0d...0cc16f6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e942d553519523365e9bd4db4b8f45f2f4d9dff1
| Author: adrpo 
| Date:   Sat Oct 3 20:54:01 2015 +0200
| 
|     * OMCompiler 1c35b32...f0f7bc9 (1):
|       > fix msvc issue
| 
| M	OMCompiler
| 
* commit ef8412e74181880c4a1910996b00517347978a71
| Author: hudson 
| Date:   Sat Oct 3 19:08:13 2015 +0200
| 
|     * libraries f48d09f...3dede0d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 55a98418217fd9a54990f27b21823b0513833b22
| Author: adrpo 
| Date:   Sat Oct 3 05:22:26 2015 +0200
| 
|     * OMCompiler 4a406ed...1c35b32 (3):
|       > remove bad free
|       > remove tabs
|       > attempt to fix the windows build
| 
| M	OMCompiler
| 
* commit b73e1cdfab2eb74161d50c0166a5d02c8826d4bd
| Author: hudson 
| Date:   Fri Oct 2 19:09:15 2015 +0200
| 
|     * libraries 2f55fb8...f48d09f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fde995c480c7bd30887b1c8602eb2748fce8ad81
| Author: Martin Sjölund 
| Date:   Fri Oct 2 15:54:36 2015 +0200
| 
|     * OMCompiler 0283c7b...4a406ed (1):
|       > Introduce uthash to the XML reader
| 
| M	OMCompiler
| 
* commit f27d20b47779d62e41763cdfc68c4170e550b21c
| Author: Martin Sjölund 
| Date:   Fri Oct 2 14:59:15 2015 +0200
| 
|     * libraries 3a13721...2f55fb8 (1):
|       > Add MultiPhaseMixtureMedia
| 
| M	libraries
| 
* commit fdd812a593e8497b3fbfe7f3ed384defdfa0b84f
| Author: Martin Sjölund 
| Date:   Fri Oct 2 12:35:10 2015 +0200
| 
|     * OMCompiler 9e822e7...0283c7b (1):
|       > Removed some C++ features from the XML reader
| 
| M	OMCompiler
| 
* commit 5eef0d3734bb831ccbb8e2b405dd9b676c5084e7
| Author: Lennart Ochel 
| Date:   Fri Oct 2 11:15:37 2015 +0200
| 
|     * OMCompiler 42a54d3...9e822e7 (1):
|       > Decompose exectStat for initialization phase
| 
| M	OMCompiler
| 
* commit c9cf556ac25cbbdb021d981c47fa87cd83ebf070
| Author: Marcus Walther 
| Date:   Fri Oct 2 08:59:08 2015 +0200
| 
|     * OMCompiler 1aff821...42a54d3 (1):
|       > - boost root is now only passed to cmake if it is set to something != ""
| 
| M	OMCompiler
| 
* commit 49d5d49ce248669766669f304067c36053f6c593
| Author: Lennart Ochel 
| Date:   Fri Oct 2 08:38:08 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 482b658...1aff821 (2):
|       > Omit some unnecessary parenthesis
|       > Generate c code with less nested brackets
|     
|     * testsuite 38d648b...faad5bf (1):
|       > Generate code with less nested brackets
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0bd0b1ff08e729dc66d6d1db1befafbe391c325d
| Author: hudson 
| Date:   Thu Oct 1 19:07:34 2015 +0200
| 
|     * libraries 438b09c...3a13721 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7fc63481dc9a2f1b33c4f9d30eb658eeb044d53c
| Author: vwaurich 
| Date:   Thu Oct 1 17:05:40 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 21d79d8...482b658 (2):
|       > - remove invalid comment section
|       > - clean up vectorization for trunk
|     
|     * testsuite c220b5b...38d648b (2):
|       > - remove whitespaces
|       > - remove whitespaces
| 
| M	OMCompiler
| M	testsuite
| 
* commit a12748282818cd3a7a507d1038c020276b804a91
| Author: Martin Sjölund 
| Date:   Thu Oct 1 15:51:18 2015 +0200
| 
|     * OMCompiler 6f37672...21d79d8 (1):
|       > Fix logic error for SystemImpl__removeDirectory
| 
| M	OMCompiler
| 
* commit 2a56240d76f6efd0657203883145ec520897aab3
| Author: Marcus Walther 
| Date:   Thu Oct 1 14:02:38 2015 +0200
| 
|     * OMCompiler f317b8b...6f37672 (1):
|       > - fix for GCC 5
| 
| M	OMCompiler
| 
* commit 6940e1a4db9a422a5f9e1285b498d32464168bba
| Author: Martin Sjölund 
| Date:   Thu Oct 1 11:09:46 2015 +0200
| 
|     * libraries ea18877...438b09c (1):
|       > Update ScalableTestsuite from casella's repo
| 
| M	libraries
| 
* commit 2d753b1f72193080128a8bee918e0bb62599cd2b
| Author: Lennart Ochel 
| Date:   Thu Oct 1 10:20:52 2015 +0200
| 
|     * OMCompiler 79cd7ca...f317b8b (1):
|       > Update .gitignore file for java_interface
| 
| M	OMCompiler
| 
* commit 1ec2d566979212a9e7de5143365908dd9aa9e7d0
| Author: hudson 
| Date:   Wed Sep 30 23:03:46 2015 +0200
| 
|     * libraries 32e6c05...ea18877 (4):
|       > Bump libraries
|       > Use the upstream version of FastBuildings
|       > Ignore odd package
|       > Make Buildings 0.12.0 be provided by Buildings release
| 
| M	libraries
| 
* commit dc10278a2a710876500499a334afe6e4ebc393d3
| Author: Marcus Walther 
| Date:   Wed Sep 30 16:01:59 2015 +0200
| 
|     * OMCompiler 5fd45cf...79cd7ca (1):
|       > - try to fix OSX Cpp-Runtime Job
| 
| M	OMCompiler
| 
* commit 3ee1702e56cfdb57f527a0f30f094fa891ee1f56
| Author: Lennart Ochel 
| Date:   Wed Sep 30 14:02:50 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5119eb7...5fd45cf (1):
|       > Deactivate module constantLinearSystem
|     
|     * testsuite d438645...c220b5b (1):
|       > Deactivate module constantLinearSystem
| 
| M	OMCompiler
| M	testsuite
| 
* commit b482c6f5c129ca48412f7a2f68a74fd6a104acbf
| Author: Marcus Walther 
| Date:   Wed Sep 30 13:44:45 2015 +0200
| 
|     * OMCompiler 88785c8...5119eb7 (1):
|       > - try to fix OSX Cpp-Runtime Job
| 
| M	OMCompiler
| 
* commit a92bcdf74826bf14075ab45bb7c7ead85d292b87
| Author: Lennart Ochel 
| Date:   Wed Sep 30 13:31:51 2015 +0200
| 
|     * OMCompiler 30fb32e...88785c8 (1):
|       > Simplified implementation of execStat
| 
| M	OMCompiler
| 
* commit 0600ff16fa6fceaa0250527d3e090c22c59207dc
| Author: Martin Sjölund 
| Date:   Wed Sep 30 12:12:43 2015 +0200
| 
|     * OMCompiler bf00971...30fb32e (1):
|       > Reduce the number of dependencies in FMUs
| 
| M	OMCompiler
| 
* commit 64a998d961b9eca95e1ef8a091cdb7a7ed931990
| Author: Lennart Ochel 
| Date:   Wed Sep 30 10:53:26 2015 +0200
| 
|     * OMCompiler a378a1a...bf00971 (2):
|       > Add mssing Jacobian types
|       > Fixed definition of StrongComponent
| 
| M	OMCompiler
| 
* commit 400aa9919aab6c22cb1747032a72db5537277f7b
| Author: Marcus Walther 
| Date:   Wed Sep 30 10:10:06 2015 +0200
| 
|     * OMCompiler bd69748...a378a1a (1):
|       > - try to fix OSX Cpp-Runtime Job
| 
| M	OMCompiler
| 
* commit ee6ed4d0b1e3254b5c8c06be05f75cef93f17bf5
| Author: adrpo 
| Date:   Wed Sep 30 00:26:55 2015 +0200
| 
|     * OMCompiler ea9b035...bd69748 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > update the relative path to Compiler directory
| 
| M	OMCompiler
| 
* commit 2a0949a969b941a166c3c636bb69f32ff3e25e42
| Author: hudson 
| Date:   Tue Sep 29 22:42:58 2015 +0200
| 
|     Updating submodules
|     * libraries b87acf1...32e6c05 (1):
|       > Bump libraries
|     
|     * testsuite b1c6557...d438645 (1):
|       > update tests after library bump
| 
| M	libraries
| M	testsuite
| 
* commit 8c2a1d1223fd2ca2c47b902e267a18317f20126c
| Author: RuedKamp 
| Date:   Tue Sep 29 15:56:42 2015 +0200
| 
|     * OMCompiler 9e3866d...ea9b035 (2):
|       > -added initialization of pointers
|       > -changed cycletime for vxworks
| 
| M	OMCompiler
| 
* commit ff0decad38a30cd893167fa4a5e96d8a72fd7f24
| Author: adrpo 
| Date:   Tue Sep 29 15:17:31 2015 +0200
| 
|     * OMCompiler ed9ce6f...9e3866d (1):
|       > fix windows build
| 
| M	OMCompiler
| 
* commit 1d159b459d0a438a4800ca4ce37cddfd788c9d07
| Author: Lennart Ochel 
| Date:   Tue Sep 29 14:12:15 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 210bf97...ed9ce6f (1):
|       > Removed initial equations from simulation system
|     
|     * testsuite c6b7bfe...b1c6557 (2):
|       > Updated reference file
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit c2f423c916afd5bbfd82823540f0f3b46296952f
| Author: Marcus Walther 
| Date:   Tue Sep 29 13:42:57 2015 +0200
| 
|     * OMCompiler 116b7c7...210bf97 (8):
|       > - "using namespace::std" now depends on compiler
|       > - resolved some warnings and namespace issues
|       > - resolved some boost namespcae problems - added c++11 option to autoconf
|       > - moved property inclusion to modelica.h
|       > - fixed namespaces::std issues
|       > - removed some empty lines
|       > -reorganized some includes
|       > - made c++ runtime more c++11 friendly, which means that explicit namespaces are removed for boost (example: boost::shared_ptr -> shared_ptr) - cmake now detects if the compiler is able to work with c++11 and it will switch the following types from boost to std:   bind, function, thread, atomic, mutex, memory_order_release, memory_order_relaxed, condition_variable, unique_lock, array, tuple, shared_ptr, weak_ptr, dynamic_pointer_cast
| 
| M	OMCompiler
| 
* commit 31155f9d6c3c8db9690325041da3a3f0a4b8c044
| Author: Martin Sjölund 
| Date:   Tue Sep 29 11:32:37 2015 +0200
| 
|     * OMCompiler c71d1ae...116b7c7 (1):
|       > Moved the location of java_interface
| 
| M	OMCompiler
| 
* commit 4edcdca5f62714aa4799e3bc9bc29d756219d2a3
| Author: hudson 
| Date:   Mon Sep 28 22:50:08 2015 +0200
| 
|     Updating submodules
|     * libraries a41a1b0...b87acf1 (1):
|       > Bump libraries
|     
|     * testsuite ea39a14...c6b7bfe (1):
|       > update tests after library bump
| 
| M	libraries
| M	testsuite
| 
* commit a10122689efd0acbc77db5ed35eb0a990c59b537
| Author: Martin Sjölund 
| Date:   Mon Sep 28 18:06:50 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8c0b06e...c71d1ae (1):
|       > Do not override the user's --std choice
|     
|     * testsuite 4eb160b...ea39a14 (1):
|       > Update output for #3481
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7c6d8d0f1b1047a7c130dbafce4abf2bc19638d3
| Author: Martin Sjölund 
| Date:   Mon Sep 28 12:42:57 2015 +0200
| 
|     * OMCompiler f9b879f...8c0b06e (1):
|       > Allow the use of package.order
| 
| M	OMCompiler
| 
* commit fed18df04213cc96d61be0ae7b0f210280aa3875
| Author: Rüdiger Franke 
| Date:   Sun Sep 27 19:08:07 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 732ac5d...f9b879f (2):
|       > evaluate Cpp events at final time as well
|       > refinements to Cpp synchronous support
|     
|     * testsuite b850c7c...4eb160b (1):
|       > extend Cpp clockedTest
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9e8020f579ba376eb5c3e1629c5827d225e2542f
| Author: arun3688 
| Date:   Sat Sep 26 21:49:48 2015 +0200
| 
|     * OMNotebook 7ab0a67...d547803 (1):
|       > Perform Cell copy and paste operation with regular Ctrl+c and Ctrl+v shortcuts
| 
| M	OMNotebook
| 
* commit 72d302195e3dc814deee2bfc228f9df2c03ca7cb
| Author: Ruediger Franke 
| Date:   Sat Sep 26 20:54:35 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1f2a731...732ac5d (2):
|       > remove virtual qualifier for hpcom
|       > initial version of Cpp synchronous support
|     
|     * testsuite 1fc1e83...b850c7c (1):
|       > add test for Cpp synchronous support
| 
| M	OMCompiler
| M	testsuite
| 
* commit 73999d29945b14c227b35af2705ba033bdb316f0
| Author: Lennart Ochel 
| Date:   Sat Sep 26 10:56:45 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6b5d3a2...1f2a731 (2):
|       > Try to fix ticket 3477
|       > Added differentiation rule for start values
|     
|     * testsuite 7e1d026...1fc1e83 (3):
|       > Activate test case algorithms.mos
|       > Added test for ticket 3477
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 69535a23aa5a9096c6dd5fae6a8224b57e56a410
| Author: hudson 
| Date:   Fri Sep 25 19:07:15 2015 +0200
| 
|     * libraries 158d9b9...a41a1b0 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d3eff353680d35abfd090c5a6d391e29e29146a8
| Author: Lennart Ochel 
| Date:   Fri Sep 25 14:22:09 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 88a65ee...6b5d3a2 (1):
|       > Filter const when conditions within shared object
|     
|     * testsuite 325e08e...7e1d026 (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit c5902439f34b3ab4c5164bced5aa4eec90992198
| Author: Lennart Ochel 
| Date:   Fri Sep 25 12:22:14 2015 +0200
| 
|     * OMCompiler aca0480...88a65ee (1):
|       > Filter constant when conditions
| 
| M	OMCompiler
| 
* commit b59345dc7368044a04955f6bb424cf92d74f3025
| Author: bernhard Thiele 
| Date:   Fri Sep 25 11:24:10 2015 +0200
| 
|     * testsuite 4164dac...325e08e (1):
|       > Added clocked DID test case
| 
| M	testsuite
| 
* commit f498cd67e18bdc3fe52a89b88f805d9deebd33da
| Author: vwaurich 
| Date:   Fri Sep 25 11:04:27 2015 +0200
| 
|     * OMCompiler 4a58ffa...aca0480 (1):
|       > - fix for evalAllParams
| 
| M	OMCompiler
| 
* commit d2a9dc63d83b4d512ddc788333518048ec0ccbf1
| Author: Marcus Walther 
| Date:   Fri Sep 25 10:51:34 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4a959d0...4a58ffa (2):
|       > - removed wrong brackets
|       > - dummy initialization for complex types added, to prevent linker error with GCC 4.4 --> this workaround should be removed if a newer compiler is the default compiler
|     
|     * testsuite cf47666...4164dac (1):
|       > - all FMU-tests of the cpp-runtime use the c-runtime as import environment now - the crane-FMU tests should now work with GCC 4.4 again, so they are added to the test-process
| 
| M	OMCompiler
| M	testsuite
| 
* commit e7263fe4f16533779b6a750e684307880a344f71
| Author: hudson 
| Date:   Thu Sep 24 19:08:33 2015 +0200
| 
|     * libraries b372b12...158d9b9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2ee7fc21784d65ae2b1a1b132f7bf8178e97e8fb
| Author: Marcus Walther 
| Date:   Thu Sep 24 14:49:02 2015 +0200
| 
|     * OMCompiler ef8b4ae...4a959d0 (1):
|       > - duplicated ModelicaLibraryConfig for gcc and msvc
| 
| M	OMCompiler
| 
* commit e48f3a0999820c7f65e3eb4df4c47874b95058c3
| Author: Lennart Ochel 
| Date:   Thu Sep 24 11:01:59 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a78d281...ef8b4ae (1):
|       > Fixed ticket 2337
|     
|     * testsuite 0fed4ef...cf47666 (1):
|       > Added test for ticket 2337
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8d798566237ae6ffeb4f13fac49ebf6b0185cc29
| Author: Lennart Ochel 
| Date:   Thu Sep 24 10:27:59 2015 +0200
| 
|     * OMCompiler ad14fcb...a78d281 (1):
|       > Cleaned up Differentiate.mo
| 
| M	OMCompiler
| 
* commit 1da592afb0778eb58118126c7777d37e9eeb5a61
| Author: hudson 
| Date:   Wed Sep 23 19:09:22 2015 +0200
| 
|     * libraries eb3647f...b372b12 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 16a3171a22360b3ccfaebb2588ff71e39c695c3d
| Author: Lennart Ochel 
| Date:   Wed Sep 23 18:21:48 2015 +0200
| 
|     * testsuite 5eb0284...0fed4ef (1):
|       > Activated test IfEquation5.mos
| 
| M	testsuite
| 
* commit b3c71e32a041479296c156f16e6a88f6f6720fa4
| Author: Per Östlund 
| Date:   Wed Sep 23 18:06:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b384418...ad14fcb (1):
|       > Fix for #3473.
|     
|     * testsuite ad4fdde...5eb0284 (1):
|       > Added test for #3473.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d186d525362b731b44cca24bb809bc1ac0d4c1e5
| Author: Marcus Walther 
| Date:   Wed Sep 23 15:29:03 2015 +0200
| 
|     * OMCompiler 5e4b2b1...b384418 (1):
|       > - added a flag "solverThreads" to the c++ runtime. With this flag the number of threads that is used by the solver can be controlled (e.g. for parallel jacobian evaluation)
| 
| M	OMCompiler
| 
* commit 4e47a4fbe963fb7d1f6a038db01486a08f1eaf95
| Author: Lennart Ochel 
| Date:   Wed Sep 23 14:38:22 2015 +0200
| 
|     * OMCompiler 0ed9bc8...5e4b2b1 (1):
|       > New flag to dump functions
| 
| M	OMCompiler
| 
* commit 990dd4f55a6e86e0aece6222cb2cd66b12417dcc
| Author: arun3688 
| Date:   Wed Sep 23 13:37:40 2015 +0200
| 
|     * OMNotebook dbd1ef4...7ab0a67 (1):
|       > Added functionality to copy and paste cells between Notebooks
| 
| M	OMNotebook
| 
* commit 9757f71c1d9e7575fb4d14811f210ba9099148fb
| Author: Lennart Ochel 
| Date:   Wed Sep 23 11:06:14 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 56804f2...0ed9bc8 (1):
|       > Added index reduction to optdaedump
|     
|     * testsuite b6f6944...ad4fdde (1):
|       > Added index reduction to optdaedump
| 
| M	OMCompiler
| M	testsuite
| 
* commit b566779d9ba08455af81ac48ec2742a807a132c7
| Author: hudson 
| Date:   Tue Sep 22 19:07:06 2015 +0200
| 
|     * libraries 59970b6...eb3647f (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit aa05b7202908e871ba8e5f0649133dabf8fc379f
| Author: RuedKamp 
| Date:   Tue Sep 22 17:21:11 2015 +0200
| 
|     * OMCompiler bbce7fe...56804f2 (35):
|       > -fixed typo
|       > -commented out klu
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -commented out sparse solver klu
|       > -changed settings for vxworks
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -changed xml path for vxworks -added string to simVars for vxworks -changed default settings for vxworks
|       > -removed some obsolete stuff
|       > -added define for Vxworks
|       > -added string Vars to simVars for VxWorks
|       > -fixed merge conflicts
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -some changes during intialization of linear algloops -some changes in default settings for vxworks
|       > -changed to broyden's method
|       > -fixed typo in "newton"
|       > -added bool for initializiation
|       > -added blas and lapack methods
|       > -added Newton Solver for Vxworks
|       > -added sparse solver
|       > -changed to broyden and added sparse linear solver
|       > -fixed bug with zero states
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -some minor changes
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -some changes for sparse matrices without lineartearing
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -updated VxWorks makefile -some experimental changes to improve sparseMatrices
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -enabled test for real time with msvc
|       > -bug fix in RTEuler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -some changes for vxworks
| 
| M	OMCompiler
| 
* commit 082c13b168a0180888ecbb266e091893f97b3a1e
| Author: Lennart Ochel 
| Date:   Tue Sep 22 13:09:31 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e7e6f99...bbce7fe (1):
|       > Adapted optimization modules for Jacobians
|     
|     * testsuite 2d2c6ee...b6f6944 (1):
|       > Adapted optimization modules for Jacobians
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0559624c3d68296b47b74044365a78eae294ddd7
| Author: Lennart Ochel 
| Date:   Tue Sep 22 11:17:40 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9318f20...e7e6f99 (1):
|       > Added new backend module "simplifyAllExpressions"
|     
|     * testsuite d98c6e1...2d2c6ee (1):
|       > Added new backend module "simplifyAllExpressions"
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6d77cd0d6dc09ffc5ec794e9b994ea85f63ffbb1
| Author: Marcus Walther 
| Date:   Tue Sep 22 10:28:58 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8453937...9318f20 (2):
|       > - fix typo
|       > - debug flag "hardcodedStartValue" added -- this will put the initial values of parameters and variables as fixed values into the c++ code and will not read if from the initXML-file (C++ runtime only) - simple fixes for vector-constructor in CodegenCpp.tpl
|     
|     * testsuite e27fffe...d98c6e1 (2):
|       > - forgot to rename mos-file and adapt makefile of cppruntime-test-folder
|       > - test for hardcodedStartValues-Flag added
| 
| M	OMCompiler
| M	testsuite
| 
* commit 78b8c6dbc06e4699f813541d86b72958748d2f1f
| Author: Niklas Worschech 
| Date:   Mon Sep 21 16:02:27 2015 +0200
| 
|     * OMCompiler e44b65b...8453937 (2):
|       > fix for start index for array creation in cpp template
|       > fix for createArray in cpp template
| 
| M	OMCompiler
| 
* commit 2c094a6ea68292f5da4fc65bc6ab5e82b9d6a507
| Author: Lennart Ochel 
| Date:   Mon Sep 21 14:08:32 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b7dbd4a...e44b65b (1):
|       > Exclude removeInitializationStuff from
|     
|     * testsuite 7e92f79...e27fffe (1):
|       > Exclude removeInitializationStuff from
| 
| M	OMCompiler
| M	testsuite
| 
* commit a3bc6b82afb1dc32a4e0bc067500c3792e298399
| Author: Lennart Ochel 
| Date:   Mon Sep 21 11:31:59 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 01d3cd1...b7dbd4a (1):
|       > Moved some optimization modules
|     
|     * testsuite bf51f0e...7e92f79 (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit e4e8aeb58f569c255428b4126b27399f320019f8
| Author: Lennart Ochel 
| Date:   Mon Sep 21 10:42:36 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 76217d2...01d3cd1 (2):
|       > Mark assertions that are triggered during initialization
|       > Fixed ticket 2659
|     
|     * testsuite 0a122d1...bf51f0e (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7b40c86c1dd19062510640fe87a7bbed10a266b6
| Author: hudson 
| Date:   Sat Sep 19 19:07:09 2015 +0200
| 
|     * libraries 9c185ae...59970b6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 38672a2dfdcf9a4c0bb4b12fa1ac249eac323ad2
| Author: bernhard Thiele 
| Date:   Sat Sep 19 00:08:07 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f9eb551...76217d2 (1):
|       > Fixed array dimension error
|     
|     * testsuite 25b7068...0a122d1 (1):
|       > Added state machine tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 17962141c531cce4706ded876aa085af0d8a733c
| Author: hudson 
| Date:   Fri Sep 18 22:58:21 2015 +0200
| 
|     Updating submodules
|     * libraries 9ff3168...9c185ae (1):
|       > Bump libraries
|     
|     * testsuite 5dcc7b9...25b7068 (1):
|       > - update test after library bump
| 
| M	libraries
| M	testsuite
| 
* commit dde8521e339f74fe809e369c67c45b994397f832
| Author: bernhard Thiele 
| Date:   Fri Sep 18 19:35:40 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8d8549f...f9eb551 (1):
|       > Added some missing start values
|     
|     * testsuite a998028...5dcc7b9 (1):
|       > Fixed expected SMMin.mos output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2f33234fe35550d63766b5854dc32cffb955aae7
| Author: Lennart Ochel 
| Date:   Fri Sep 18 12:29:21 2015 +0200
| 
|     * OMCompiler 707bc0b...8d8549f (1):
|       > Added missing descriptions for opt. modules
| 
| M	OMCompiler
| 
* commit e9d2088980dcc7b945b66843bf2ae27d5f9b7f40
| Author: Lennart Ochel 
| Date:   Fri Sep 18 10:34:53 2015 +0200
| 
|     * OMCompiler 0de2ae0...707bc0b (1):
|       > Cleaned up BackendDAETransform
| 
| M	OMCompiler
| 
* commit 81b029e6a73281c0e1fe22dc022a50d303a730b6
| Author: hudson 
| Date:   Thu Sep 17 19:07:23 2015 +0200
| 
|     * libraries 9d74f59...9ff3168 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit c9a28d56eeaa9f4ff9a9964e3470a3cd7725005d
| Author: Per Östlund 
| Date:   Thu Sep 17 15:51:35 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0ad7abb...0de2ae0 (1):
|       > Fix for #3467.
|     
|     * testsuite d24e1ca...a998028 (1):
|       > Test case for #3467.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1d1a31f5022d50c629db9e5acd0c0c5aeef9083b
| Author: Marcus Walther 
| Date:   Thu Sep 17 14:51:01 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e6cfb0d...0ad7abb (3):
|       > - sundials is now available again, if static linking is selected (c++ runtime) - fixed an issue with the std::vector fill constructor, because he could not distinguish between the different constructors in GCC 4.4 (MinGW)
|       > - removed $-sign from variable/parameter names in modelDescription of c++ runtime (FMU 1.0)
|       > - changed the name of "USE_FMU_KINSOL" to "USE_FMU_SUNDIALS" because otherwise we have to add such defines for CVode and IDA as well - added a SimController_FMU and System_FMU library to the build of the c++ runtime -- otherwise we can not turn off sundials for the FMUs - the function OMCFactory::loadSimControllerLib was created, now we are able to overload the loading mechanism in StaticOMCFactory - StaticOMCFactory is now header only and added to the build process again
|     
|     * testsuite 107be73...d24e1ca (1):
|       > - static linking test of cpp-runtime is now working correctly
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9969b50cd75e96640db5cefd1dd46c13f4d4377d
| Author: arun3688 
| Date:   Thu Sep 17 12:21:23 2015 +0200
| 
|     * OMNotebook 9e4ed5c...dbd1ef4 (1):
|       > Display the output of latexcell to the top left position of the cell
| 
| M	OMNotebook
| 
* commit 02572dbc974b7d7e1858af4aadae0be3e17af5c1
| Author: Rüdiger Franke 
| Date:   Thu Sep 17 07:33:19 2015 +0200
| 
|     * OMCompiler 1663998...e6cfb0d (1):
|       > disable erronous dimensioning of array (#3464)
| 
| M	OMCompiler
| 
* commit 399138a10879f22db1da0118e8bce3e1f745fdc0
| Author: Adeel Asghar 
| Date:   Thu Sep 17 02:40:07 2015 +0200
| 
|     * OMCompiler f71d5c4...1663998 (1):
|       > Copy the required binaries for FMU. Display information about state when fails.
| 
| M	OMCompiler
| 
* commit 6567693fd2fadfde7e09ed65093f66e4c8ebc130
| Author: Rüdiger Franke 
| Date:   Wed Sep 16 23:05:10 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a23d238...f71d5c4 (1):
|       > avoid duplicate definition of Cpp alias records
|     
|     * testsuite a15844d...107be73 (3):
|       > fix version for FMI 1.0 test
|       > add a simple alternative test for Cpp FMI 1.0
|       > disable Crane_FMU1_CPP test after second failed Hudson job
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9e51edc05c93b594a29846b00cc90ad508920c21
| Author: hudson 
| Date:   Wed Sep 16 19:07:16 2015 +0200
| 
|     * libraries 060aa11...9d74f59 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 9034bc04500ad136a6a2ba5366a6df599ff83470
| Author: Lennart Ochel 
| Date:   Wed Sep 16 10:41:54 2015 +0200
| 
|     * OMCompiler 75935f4...a23d238 (2):
|       > Added missing options to potOptModules ...
|       > Added initOptModules to documentation
| 
| M	OMCompiler
| 
* commit 827066b23a838c16f2c750317531ef60e5c65b82
| Author: Rüdiger Franke 
| Date:   Tue Sep 15 19:45:52 2015 +0200
| 
|     * OMCompiler dc6ee4f...75935f4 (1):
|       > redo yesterday's Array commits after merge 31041f6
| 
| M	OMCompiler
| 
* commit 2e4450534446909205e610385142e8927ecaedda
| Author: hudson 
| Date:   Tue Sep 15 19:07:30 2015 +0200
| 
|     * libraries 159b76b...060aa11 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f95795244ad07d397609210cca4cfaaecc990cd5
| Author: hudson 
| Date:   Tue Sep 15 15:56:43 2015 +0200
| 
|     * OMNotebook fe38b0d...9e4ed5c (1):
|       > Merge pull request #1 from hkiel/change_menu_shortcut
| 
| M	OMNotebook
| 
* commit c810b45e5d58728bdf77d94b5d2cfbcbe9ca7dcc
| Author: arun3688 
| Date:   Tue Sep 15 15:05:40 2015 +0200
| 
|     * OMNotebook f8a0969...fe38b0d (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMNotebook
|       > Hide Latex Source after evaluated, show only the output part
| 
| M	OMNotebook
| 
* commit 1ee1f6382e12143869ceb47f9da63c605bf46dd9
| Author: Per Östlund 
| Date:   Tue Sep 15 14:53:08 2015 +0200
| 
|     * OMCompiler 28fda15...dc6ee4f (1):
|       > Bootstrapping fix.
| 
| M	OMCompiler
| 
* commit 26e751bc2c9123f129d843deb91e67a0c27159e8
| Author: Niklas Worschech 
| Date:   Tue Sep 15 10:05:07 2015 +0200
| 
|     * OMCompiler 7101208...28fda15 (7):
|       > fix in cpp runtime for XmlPropertyReader and fmi export
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for  build of shared DataExchange lib
|       > fix for precompiled header for msvc cpp  runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for load ini xml file with msvc for cpp runtime
| 
| M	OMCompiler
| 
* commit f2f8e2f90429e1a25371ce249806395c9fe20660
| Author: Lennart Ochel 
| Date:   Tue Sep 15 08:36:14 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a2f905b...7101208 (1):
|       > Fixed #2763
|     
|     * testsuite fd981d3...a15844d (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit c5e68cc5aeb4a6caedc55cf72372be09a3be2bb2
| Author: Rüdiger Franke 
| Date:   Mon Sep 14 23:02:23 2015 +0200
| 
|     * OMCompiler e19799f...a2f905b (2):
|       > replace dynamic boost::multi_array with new/delete
|       > replace static boost::array with built-in array
| 
| M	OMCompiler
| 
* commit 1e0683a285e4e890e883613e15afc28d986e597f
| Author: hudson 
| Date:   Mon Sep 14 19:07:21 2015 +0200
| 
|     * libraries 0f7ea01...159b76b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2dced24fe4f494ade610a8d26a6a4d01fa82c076
| Author: Marcus Walther 
| Date:   Mon Sep 14 16:01:03 2015 +0200
| 
|     * OMCompiler 442b07a...e19799f (1):
|       > - enabled JOM for build of C++ simulation runtime - changed folder-name build_msvc to Build_MSVC, to be consistent to GCC build - boost-property tree header are now copied to output folder as well
| 
| M	OMCompiler
| 
* commit fce90e552ff10b1e1594b9f5571e07bf7e39f107
| Author: Niklas Worschech 
| Date:   Mon Sep 14 15:17:18 2015 +0200
| 
|     * OMCompiler 967f532...442b07a (2):
|       > fix for precompiled header for msvc cpp  runtime
|       > fix for load ini xml file with msvc for cpp runtime
| 
| M	OMCompiler
| 
* commit 80a17960bad5ac2c591a4f9020f7fd4f8d7e0837
| Author: Lennart Ochel 
| Date:   Mon Sep 14 09:43:39 2015 +0200
| 
|     * OMCompiler b786010...967f532 (1):
|       > Removed match statement from removeUnusedFunctions
| 
| M	OMCompiler
| 
* commit 1ace2c5710f5d467c0c663e08afa1f6355c286fb
| Author: Lennart Ochel 
| Date:   Mon Sep 14 09:30:51 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler edba84e...b786010 (1):
|       > Added dae type information to post-opt ...
|     
|     * testsuite 63dc322...fd981d3 (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit e42dc78aecd212be9d7d3bc5c91f568dccfbcf80
| Author: bernhard Thiele 
| Date:   Sun Sep 13 23:22:37 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4597a3a...edba84e (1):
|       > Added support for timeInState()
|     
|     * testsuite a78d0d2...63dc322 (1):
|       > Added test for timeInState()
| 
| M	OMCompiler
| M	testsuite
| 
* commit 90336e299bbb599dd0b0c6a5a12e3f665cacdcd5
| Author: Adeel Asghar 
| Date:   Sun Sep 13 23:09:46 2015 +0200
| 
|     * OMCompiler 8cbf8b3...4597a3a (1):
|       > Handle case when baseclass not defined.
| 
| M	OMCompiler
| 
* commit 2a9b0383ac3020a5fdc8fde7f01004774937f10a
| Author: Rüdiger Franke 
| Date:   Sun Sep 13 21:38:02 2015 +0200
| 
|     * OMCompiler e785f3b...8cbf8b3 (1):
|       > dereference system from when equation in alg loop
| 
| M	OMCompiler
| 
* commit e6edbe9793253583dad37d63e06c7d683f8db03c
| Author: hudson 
| Date:   Sun Sep 13 19:07:22 2015 +0200
| 
|     * libraries 2fea99e...0f7ea01 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bd4c44cb1ec00854c4f3f7cc7883ffc7a481ea20
| Author: bernhard Thiele 
| Date:   Sun Sep 13 15:05:45 2015 +0200
| 
|     * testsuite 52d2ee5...a78d0d2 (1):
|       > Added test for ticksInState()
| 
| M	testsuite
| 
* commit 4d58e8739bef5d088521aa3024d27529be483b47
| Author: bernhard Thiele 
| Date:   Sun Sep 13 13:58:18 2015 +0200
| 
|     * OMCompiler cd7c5dc...e785f3b (1):
|       > Add support for ticksInState() op
| 
| M	OMCompiler
| 
* commit 58e37a8559e92cc84e6399fffd029b2f793e4b13
| Author: bernhard Thiele 
| Date:   Sun Sep 13 12:51:31 2015 +0200
| 
|     * OMCompiler 1dff76a...cd7c5dc (1):
|       > Renamed misleading function name
| 
| M	OMCompiler
| 
* commit aa5e31a4b0ab979d21b4c095d5cb460ba4595fce
| Author: Rüdiger Franke 
| Date:   Sun Sep 13 10:16:28 2015 +0200
| 
|     * OMCompiler d78c1bf...1dff76a (1):
|       > cleanup Cpp daeExpBinary (#3458)
| 
| M	OMCompiler
| 
* commit 82d0639122d890c85add36844c2a8bff1f25f2e7
| Author: adrpo 
| Date:   Sun Sep 13 04:11:03 2015 +0200
| 
|     * testsuite 449f0a6...52d2ee5 (1):
|       > add test for bug #3458
| 
| M	testsuite
| 
* commit 96fc4a1bb11a8cadbec060f863fdf75f09b21908
| Author: adrpo 
| Date:   Sun Sep 13 03:44:39 2015 +0200
| 
|     * OMCompiler 94be67b...d78c1bf (1):
|       > fix for #3458, proper type in DAE.MUL_MATRIX_PRODUCT
| 
| M	OMCompiler
| 
* commit 5d544df03412b64a39ca1629f1fd2eabfd1d31b4
| Author: Rüdiger Franke 
| Date:   Sat Sep 12 21:35:45 2015 +0200
| 
|     * OMCompiler d8285af...94be67b (1):
|       > implement Cpp cast_array
| 
| M	OMCompiler
| 
* commit cf6f2faadb357efa9ffb9adeb9c690555e7dcbfa
| Author: hudson 
| Date:   Sat Sep 12 19:07:21 2015 +0200
| 
|     * libraries c50a8cf...2fea99e (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 887c6a37a775d8d9d2a6ae18f54f7acb98dd4f41
| Author: Rüdiger Franke 
| Date:   Sat Sep 12 15:00:38 2015 +0200
| 
|     * testsuite 3aff934...449f0a6 (1):
|       > add at least one correct Cpp FMI2 test
| 
| M	testsuite
| 
* commit 25ece0916453833976ed75b9e769d97d15d3f6de
| Author: mahge 
| Date:   Fri Sep 11 19:54:46 2015 +0200
| 
|     * OMCompiler 8de5c5e...d8285af (2):
|       > - Minor explicit parmodelica fixes   - consistent library naming   - add cmake compilation
|       > - Fix parmodelica automatic parallelization   - Fix function signatures   - Consistent cost handling   - Fix makefiles. Update CMake rules
| 
| M	OMCompiler
| 
* commit 860ba8c51f782b178b676ec9385d13c63921f139
| Author: Martin Sjölund 
| Date:   Fri Sep 11 19:19:32 2015 +0200
| 
|     * OMCompiler ef0a906...8de5c5e (1):
|       > Check hwloc exit status before using the data
| 
| M	OMCompiler
| 
* commit 403afbcf7884524fcf7c807e49333747475b1a6b
| Author: hudson 
| Date:   Fri Sep 11 19:07:31 2015 +0200
| 
|     * libraries df18f93...c50a8cf (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 27bea5d5e1c219dd74f864fe8ff112ece2f61e60
| Author: Lennart Ochel 
| Date:   Fri Sep 11 17:08:28 2015 +0200
| 
|     * testsuite 4175aaf...3aff934 (1):
|       > Reactivated Modelica.Elect...al.Examples.RAM.mos
| 
| M	testsuite
| 
* commit e440ef05d1854c9b063489e18be8c069d7b27bd4
| Author: Lennart Ochel 
| Date:   Fri Sep 11 16:46:32 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c14ac39...ef0a906 (1):
|       > Fixed removeUnusedFunctions
|     
|     * testsuite ff5156b...4175aaf (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit e054dff5a07626d7942e8258d7dec30dd1d517c4
| Author: Lennart Ochel 
| Date:   Fri Sep 11 15:10:24 2015 +0200
| 
|     * OMCompiler 56d186b...c14ac39 (1):
|       > Added config flag ...
| 
| M	OMCompiler
| 
* commit 7dfbb017b3da1f05671a15989aff0799ffdf2632
| Author: Lennart Ochel 
| Date:   Fri Sep 11 14:18:51 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 523217e...56d186b (1):
|       > Separation of back end transformations...
|     
|     * testsuite e60adf4...ff5156b (2):
|       > Deactivated some tests for now
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 619c77da0d54379a7e477f13e49241e43b753fd0
| Author: vwaurich 
| Date:   Fri Sep 11 13:53:23 2015 +0200
| 
|     * OMCompiler 00ba1c4...523217e (1):
|       > - new +d=evalOutputOnly feature
| 
| M	OMCompiler
| 
* commit ffb5c2189d5517a7ca3129dbede4d9292af95b17
| Author: Marcus Walther 
| Date:   Fri Sep 11 13:15:15 2015 +0200
| 
|     * OMCompiler d5feda6...00ba1c4 (1):
|       > - removed unused parts of init.xml-file (cpp runtime)
| 
| M	OMCompiler
| 
* commit 7633fcaed71a1a7835adf17289af010fb9a0a64c
| Author: adrpo 
| Date:   Thu Sep 10 23:40:17 2015 +0200
| 
|     * testsuite cb4482e...e60adf4 (1):
|       > add alarm to hpcom test as it cycles on mac
| 
| M	testsuite
| 
* commit e6f3108389b55bf8bd3a305f1d64a982c8be1189
| Author: hudson 
| Date:   Thu Sep 10 19:08:40 2015 +0200
| 
|     * libraries 1c96463...df18f93 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a5cc78ffd6ef34433ed2a6d17107cc26120f3890
| Author: Martin Sjölund 
| Date:   Thu Sep 10 14:13:52 2015 +0200
| 
|     * testsuite b363a99...cb4482e (1):
|       > Add test for merging class annotations
| 
| M	testsuite
| 
* commit ac96b51e1163245b85152d8184ba996d499184db
| Author: Martin Sjölund 
| Date:   Thu Sep 10 14:00:58 2015 +0200
| 
|     * OMCompiler b135ff8...d5feda6 (1):
|       > Make the gettext targets start working again
| 
| M	OMCompiler
| 
* commit b257c2011099cf1325b32c096aa52922ddc889e7
| Author: tbeu 
| Date:   Thu Sep 10 13:46:35 2015 +0200
| 
|     * OMCompiler 1eda356...b135ff8 (1):
|       > Fix typo in message
| 
| M	OMCompiler
| 
* commit a8f549ed8905ad7652ffb537d84edaa2eabccb73
| Author: Martin Sjölund 
| Date:   Thu Sep 10 13:27:11 2015 +0200
| 
|     * OMCompiler 3b35f13...1eda356 (1):
|       > When merging annotation, consider the order
| 
| M	OMCompiler
| 
* commit c3dd385ae1d2e287aa3acce84a97917e427e32ad
| Author: bernhard Thiele 
| Date:   Thu Sep 10 13:12:33 2015 +0200
| 
|     * OMCompiler e444b71...3b35f13 (1):
|       > Less intrusive wrap hack
| 
| M	OMCompiler
| 
* commit 2ac71aa676f6f4018f546fdb9857ee0b4cb30dd9
| Author: Martin Sjölund 
| Date:   Thu Sep 10 11:29:15 2015 +0200
| 
|     * OMCompiler 326bdaa...e444b71 (1):
|       > Handle delete+whitespace+add better
| 
| M	OMCompiler
| 
* commit 97c6a4a66ff3149efee34e6a666a0265db78bcbd
| Author: vwaurich 
| Date:   Thu Sep 10 09:11:22 2015 +0200
| 
|     * OMCompiler 83ee71a...326bdaa (1):
|       > - new evalAllParams implementation
| 
| M	OMCompiler
| 
* commit 0abf87b2919b2c5637613fb7a16e227add32e33b
| Author: bernhard Thiele 
| Date:   Thu Sep 10 00:26:45 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a2fb465...83ee71a (1):
|       > Activated wrap-hack for SMs
|     
|     * testsuite fb1fc20...b363a99 (1):
|       > Added state machine tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 84ef1c660447dc5afb351a359e8ce1c85992189c
| Author: Rüdiger Franke 
| Date:   Wed Sep 9 23:18:10 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ed38335...a2fb465 (1):
|       > resolve name clashes with built-in math functions
|     
|     * testsuite 0ee109b...fb1fc20 (1):
|       > add test for built-in math functions
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2d7208451b49ffcd16521891d547ec06b67237c8
| Author: hudson 
| Date:   Wed Sep 9 19:07:12 2015 +0200
| 
|     * libraries b1b3929...1c96463 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 42839ff6ff7a1d323416f17d0bdca7f9e21455f9
| Author: vruge 
| Date:   Wed Sep 9 16:42:59 2015 +0200
| 
|     * testsuite d4d3078...0ee109b (1):
|       > fixed 3437:  - compare only optimization variables  - added bounds for der(evaporator.V_v)  - changed simulation falgs (init push, mu-strategy)
| 
| M	testsuite
| 
* commit 1079393027a1b886de10dd417f9c44379a00d077
| Author: hudson 
| Date:   Wed Sep 9 15:19:41 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 631897c...ed38335 (4):
|       > - added missing type (array of enumerations)
|       > fix for logger dll export in cpp runtime
|       > - removed unused boost_export
|       > - strings are now handled in arrays as well - initial values are taken from xml file - number of HPCOM threads can now be variied for different systems (ode, all, zeroFuncs) - changed Logger::write to LOGGER_WRITE - changed flag "nls_continue" to "nls-continue"
|     
|     * testsuite de547c1...d4d3078 (1):
|       > - updated expected output for c++ fmu simulations
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4e0dcce76fb6dc7d1c060809429bd285100ef50a
| Author: Marcus Walther 
| Date:   Wed Sep 9 14:08:26 2015 +0200
| 
|     * OMCompiler 494b8d6...631897c (1):
|       > - hpcom levelfix scheduler is now available in combination with openmp
| 
| M	OMCompiler
| 
* commit 1e780bcc7ab84202b27ae039a636342813027446
| Author: Per Östlund 
| Date:   Wed Sep 9 13:00:02 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 555db14...494b8d6 (1):
|       > Fix for #3421.
|     
|     * testsuite aff54d9...de547c1 (1):
|       > Added test for #3421.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d05aa3ccad9a90783f7ea30ba10ecaf75e21dd99
| Author: Martin Sjölund 
| Date:   Wed Sep 9 11:53:07 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1ecd285...555db14 (1):
|       > Do not allow 2D arrays in for loops
|     
|     * testsuite 27a774a...aff54d9 (1):
|       > Add testcase for #3422
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4d11cdccc6bdf7de771850109a607617732edc9d
| Author: Martin Sjölund 
| Date:   Wed Sep 9 09:45:45 2015 +0200
| 
|     * OMCompiler 260aeb5...1ecd285 (1):
|       > Fix tail recursion (#3448)
| 
| M	OMCompiler
| 
* commit af41ad51d04f5ed526f766b48d3e81b9b02070e2
| Author: Martin Sjölund 
| Date:   Wed Sep 9 09:21:55 2015 +0200
| 
|     * OMCompiler ceb1975...260aeb5 (1):
|       > Fixes for stack overflow detection
| 
| M	OMCompiler
| 
* commit 420fb37dea9a2e27a1317bafa74e59a37c54c4bf
| Author: bernhard Thiele 
| Date:   Tue Sep 8 20:06:24 2015 +0200
| 
|     * OMNotebook 3b86f9e...f8a0969 (1):
|       > Fixed non-working examples
| 
| M	OMNotebook
| 
* commit 151dbc75223df84706fc0a7a05af6ff240c4dfc6
| Author: hudson 
| Date:   Tue Sep 8 19:19:16 2015 +0200
| 
|     * libraries 570ab51...b1b3929 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0cc06d32afb235d261dfe8fdb5890916c3f08562
| Author: Per Östlund 
| Date:   Tue Sep 8 19:06:52 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0e43de5...ceb1975 (1):
|       > Fix for #3409.
|     
|     * testsuite 10fa907...27a774a (1):
|       > Added testcase for #3409.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 482a1a2d060708895404d897843292ad53c82950
| Author: adrpo 
| Date:   Tue Sep 8 16:28:22 2015 +0200
| 
|     * OMCompiler d68413f...0e43de5 (1):
|       > fix #3444 - show only real numbers with 4 decimal digits
| 
| M	OMCompiler
| 
* commit 6ecce44a761390c057e1298270275820985a9bfd
| Author: Marcus Walther 
| Date:   Tue Sep 8 14:55:12 2015 +0200
| 
|     * OMCompiler 1322e77...d68413f (1):
|       > - improved memory management of measure-time - removed some memory leaks in OMCFactory and MeasureTime - removed some compiler warnings caused by uninitialized member variables in constructors (see CVode and IDA)
| 
| M	OMCompiler
| 
* commit 6add9e17e87e697af6e0bba191bbbf91fa45fa86
| Author: adrpo 
| Date:   Tue Sep 8 14:25:40 2015 +0200
| 
|     * OMCompiler 1dae48d...1322e77 (1):
|       > add 1.9.4 version
| 
| M	OMCompiler
| 
* commit fa1c72596d786a746f84cd9345093eb11df57198
| Author: Martin Sjölund 
| Date:   Tue Sep 8 13:02:16 2015 +0200
| 
|     * doc 5a58cbb...c7d4672 (1):
|       > Improve the detection of current / previous release
| 
| M	doc
| 
* commit 7bc7ca4da44f11e8fbbcbd61f567e0f96674e270
| Author: adrpo 
| Date:   Tue Sep 8 06:14:12 2015 +0200
| 
|     * OMCompiler f7a9b46...1dae48d (1):
|       > add 1.10.0 version
| 
| M	OMCompiler
| 
* commit 06dc31c2dffe1f2285ca23bcc9b971b40d605bdb
| Author: gossen 
| Date:   Mon Sep 7 20:35:41 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler deca16e...f7a9b46 (1):
|       > Fix bug #3327
|     
|     * testsuite d2b11e6...10fa907 (2):
|       > Fix test Enum5.mo
|       > Add test case for enumeration redeclaration
| 
| M	OMCompiler
| M	testsuite
| 
* commit f8ad538a955720b43426bb6eec46ce7bed911d1f
| Author: hudson 
| Date:   Mon Sep 7 19:06:50 2015 +0200
| 
|     * libraries c3ef008...570ab51 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit bf0186999dd9ff979a7e9a2bff108c2bdbff6e13
| Author: Martin Sjölund 
| Date:   Mon Sep 7 17:41:26 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2ca32d4...deca16e (1):
|       > Handle only removals when merging text files
|     
|     * testsuite 1588408...d2b11e6 (1):
|       > Add test for re-opened #3424
| 
| M	OMCompiler
| M	testsuite
| 
* commit 86aa2c09882d8d199b1abdae515131e649c7c596
| Author: Marcus Walther 
| Date:   Mon Sep 7 15:56:41 2015 +0200
| 
|     * OMCompiler 06ce3b8...2ca32d4 (1):
|       > - fix typo
| 
| M	OMCompiler
| 
* commit 5609c656e50222cc2773ef2abca9ba28fae3bffb
| Author: hkiel 
| Date:   Mon Sep 7 15:44:06 2015 +0200
| 
|     * OMCompiler 7c85c2e...06ce3b8 (1):
|       > Fix system() call by continuing to wait if EINTR is received from child process
| 
| M	OMCompiler
| 
* commit a59fff2738fa31890001bb1e46263f3c9b54562a
| Author: Adeel Asghar 
| Date:   Mon Sep 7 14:18:03 2015 +0200
| 
|     * doc 00f8fa4...5a58cbb (1):
|       > Merge pull request #8 from adeas31/doc
| 
| M	doc
| 
* commit 12129cd97754367583632010ed785fc16f4b9eee
| Author: hudson 
| Date:   Mon Sep 7 14:00:23 2015 +0200
| 
|     * doc e9553fb...00f8fa4 (1):
|       > Merge pull request #7 from adeas31/doc
| 
| M	doc
| 
* commit 9470b8b8fbb3547c7ac8b19b01939dadbba2c224
| Author: arun3688 
| Date:   Mon Sep 7 11:02:38 2015 +0200
| 
|     * doc 68483a6...e9553fb (1):
|       > Update image to current OMNotebook
| 
| M	doc
| 
* commit ffaf6c49888a54979717bb4c8f8b258a033d0aef
| Author: Martin Sjölund 
| Date:   Mon Sep 7 10:43:11 2015 +0200
| 
|     * libraries 1b24714...c3ef008 (1):
|       > Update Debian dependency for Modelica3D
| 
| M	libraries
| 
* commit c121fce777c3b7964748a8e13f082753f9a1322b
| Author: hudson 
| Date:   Mon Sep 7 10:20:46 2015 +0200
| 
|     * libraries 158516f...1b24714 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ce6b9439fd51fc5c127fde8df1de2df9972e1d0f
| Author: Martin Sjölund 
| Date:   Mon Sep 7 09:15:04 2015 +0200
| 
|     * libraries 1819782...158516f (1):
|       > Some fixes to build Modelica3D deb packages
| 
| M	libraries
| 
* commit c2d30dcff3b62cb0179946332b9b762bff878704
| Author: Martin Sjölund 
| Date:   Mon Sep 7 08:35:40 2015 +0200
| 
|     * doc 2735f4b...68483a6 (1):
|       > Incorporated more of Peter's suggestions
| 
| M	doc
| 
* commit cb7484024f312bcc9ba9a6b73938d5dbf3b01482
| Author: adrpo 
| Date:   Sat Sep 5 22:52:45 2015 +0200
| 
|     attepmt to make windows build on hudson more stable
| 
| M	Makefile.omdev.mingw
| 
* commit 5ae49969af9e888f056b17d2fe33dce85c96a4ae
| Author: hudson 
| Date:   Sat Sep 5 19:07:10 2015 +0200
| 
|     * libraries 028ec04...1819782 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit aba923d5fe4d0187664bb973d0201097e1efc0d0
| Author: Rüdiger Franke 
| Date:   Sat Sep 5 11:16:00 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 83ed62a...7c85c2e (1):
|       > treat reductions to empty connection sets (#3430)
|     
|     * testsuite 0f0f386...1588408 (1):
|       > adapt test logs to fixed stream implementation
| 
| M	OMCompiler
| M	testsuite
| 
* commit 35646655b2057dfda66be8ada50ad10133c7be79
| Author: hudson 
| Date:   Fri Sep 4 19:08:37 2015 +0200
| 
|     * libraries cb4d4dd...028ec04 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 022af8d39c733bfc4c89c889c1c294f3803496b2
| Author: Martin Sjölund 
| Date:   Fri Sep 4 18:10:14 2015 +0200
| 
|     * doc aab84ab...2735f4b (1):
|       > Add release notes
| 
| M	doc
| 
* commit 62f62da1ac92ca695e9769d64f3858c371b24c8c
| Author: Martin Sjölund 
| Date:   Fri Sep 4 17:58:30 2015 +0200
| 
|     * OMEdit 90facdc...435e541 (1):
|       > Fix OSX paths
| 
| M	OMEdit
| 
* commit d11ddc6050ec3cca62ca8f3b9475f10504c4611e
| Author: mahge 
| Date:   Fri Sep 4 17:23:05 2015 +0200
| 
|     * OMCompiler 5e4151e...83ed62a (1):
|       > - Check and exit if there are no valid OpenCL devices. - Fix makefile.
| 
| M	OMCompiler
| 
* commit bfa93b130d5607bdaab05b2086187ab3ee76556a
| Author: Martin Sjölund 
| Date:   Fri Sep 4 16:36:42 2015 +0200
| 
|     * doc a1c91e1...aab84ab (1):
|       > Add 2015 contributors
| 
| M	doc
| 
* commit 757f8b3ed8460a5ee0368fa4084290a77916cbf3
| Author: Martin Sjölund 
| Date:   Fri Sep 4 16:21:50 2015 +0200
| 
|     * doc 1b40fef...a1c91e1 (1):
|       > Update based on Peter's comments
| 
| M	doc
| 
* commit 88ced1f422bcca0b4c8fb1abff7c8774bf67e7d9
| Author: adrpo 
| Date:   Fri Sep 4 16:14:14 2015 +0200
| 
|     add gitclean to Makefile.in also
| 
| M	Makefile.in
| M	Makefile.omdev.mingw
| 
* commit 2ab6f53d02bf67b32b4d454be1724ac3a6c137d1
| Author: Adeel Asghar 
| Date:   Fri Sep 4 13:25:15 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e33279a...5e4151e (1):
|       > Added new API `getInheritedClasses`. Returns the list of inherited classes. Better than using `getInheritanceCount` and `getNthInheritedClass`.
|     
|     * testsuite a243f9e...0f0f386 (1):
|       > Added test for `getInheritedClasses`.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0f067359003f1c4ec043c117d4c32a6eec352620
| Author: mahge 
| Date:   Fri Sep 4 11:22:30 2015 +0200
| 
|     * testsuite 11293e5...a243f9e (1):
|       > - Added testcases for parmodelica     - tests are optionally enabled by passing -parmodexp to runtets.pl
| 
| M	testsuite
| 
* commit 4d4aade0cef02b6093490c7ecdb9c5835bee3dd1
| Author: adrpo 
| Date:   Fri Sep 4 02:35:37 2015 +0200
| 
|     * testsuite d6e8568...11293e5 (1):
|       > reactivate test after more fixes to #3430
| 
| M	testsuite
| 
* commit 11e7fa0d90adbfa6ae9fee502836938252d84d85
| Author: adrpo 
| Date:   Fri Sep 4 02:16:16 2015 +0200
| 
|     * OMCompiler 4300bd2...e33279a (3):
|       > Merge upstream changes
|       > fix for ticket #3444
|       > more fixes for #3430, handle both lists empty
| 
| M	OMCompiler
| 
* commit 1c3943a9686032678b1b78f0bf0af89822d700da
| Author: mahge 
| Date:   Thu Sep 3 23:48:04 2015 +0200
| 
|     * OMCompiler d78c686...4300bd2 (1):
|       >  - Fix inculde path for Intel OpenCL  - Fix include directory for build  - Disable extra timing outputs
| 
| M	OMCompiler
| 
* commit 1aebf4755e0305b7a6a6d446e265795882a12a12
| Author: hudson 
| Date:   Thu Sep 3 19:08:06 2015 +0200
| 
|     * libraries 882eab2...cb4d4dd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 13f7f1cd89e4063c8b7ae2a3bb07d65cade5667c
| Author: Martin Sjölund 
| Date:   Thu Sep 3 15:08:41 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 20a6b17...d78c686 (1):
|       > Use class info for inserted classes
|     
|     * testsuite b00b52f...d6e8568 (1):
|       > Add testcase for #3410
| 
| M	OMCompiler
| M	testsuite
| 
* commit baa9361150471c01c2e5c5f369146f04ec779392
| Author: vwaurich 
| Date:   Thu Sep 3 14:17:22 2015 +0200
| 
|     * OMCompiler 6fe518d...20a6b17 (1):
|       > - dont care about dummystates in plts
| 
| M	OMCompiler
| 
* commit 0287442213e82366af3acf61c39f4845a568bc19
| Author: Per Östlund 
| Date:   Thu Sep 3 13:05:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cdb08e0...6fe518d (1):
|       >  Fix for #3386:
|     
|     * testsuite 8f12f4a...b00b52f (1):
|       > - Reactivate test case for #3386.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0d1db1d9efe366d2d3f5ddb3bc2d4d2391c12d99
| Author: Adeel Asghar 
| Date:   Thu Sep 3 12:52:53 2015 +0200
| 
|     * OMCompiler 7b9a6c9...cdb08e0 (1):
|       > Fixes #3442 Also fixes the make clean. Use $(OMBUILDDIR).
| 
| M	OMCompiler
| 
* commit 2dfa440d3109d9f6f2136be8457f17757684ce20
| Author: Martin Sjölund 
| Date:   Thu Sep 3 12:29:03 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3632351...7b9a6c9 (1):
|       > Handle diffs better when there are only additions
|     
|     * testsuite cbdd59d...8f12f4a (1):
|       > Add test for #3424
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5c1ac8f5555c2ef8d6c722450adc2d885b7a9acb
| Author: vwaurich 
| Date:   Thu Sep 3 12:09:12 2015 +0200
| 
|     * OMCompiler 385a51d...3632351 (1):
|       > - make limit for plts configurable
| 
| M	OMCompiler
| 
* commit ceee6e6070a025a0774cccfe4c2a1b740d23af6a
| Author: mflehmig 
| Date:   Thu Sep 3 10:08:23 2015 +0200
| 
|     * OMCompiler c5a5c81...385a51d (1):
|       > - fixed newline bug
| 
| M	OMCompiler
| 
* commit f48fcd032b3f296b9d48cdfd462f7b24d6c905a7
| Author: adrpo 
| Date:   Thu Sep 3 03:16:35 2015 +0200
| 
|     * OMCompiler c97eca9...c5a5c81 (1):
|       > copy recursive
| 
| M	OMCompiler
| 
* commit 0cf4e14628e7142691ad5729ea54e992e13a0f56
| Author: adrpo 
| Date:   Thu Sep 3 01:33:56 2015 +0200
| 
|     * OMCompiler a1671c5...c97eca9 (1):
|       > proper include directory for sundials
| 
| M	OMCompiler
| 
* commit 945274c654c9e3c105bb454dab6f2570b920c1ee
| Author: adrpo 
| Date:   Thu Sep 3 00:11:15 2015 +0200
| 
|     * OMCompiler 3a5180c...a1671c5 (1):
|       > add more sundials dependecies so parallel make works
| 
| M	OMCompiler
| 
* commit 761a963aeaf86f4687869bedb2391f77626a248b
| Author: Niklas Worschech 
| Date:   Wed Sep 2 19:52:48 2015 +0200
| 
|     * OMCompiler c3cc02d...3a5180c (10):
|       > fix for missing FactoryExport include
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > removed sundials includes from FactoryPolicy from cpp runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix in cpp runtime isConsistent method
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > merged common folder
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix in cpp template for wrong sparse pattern index
|       > fix for wrong ublas matrix indices removed not needed files
| 
| M	OMCompiler
| 
* commit db0ed4c44df37198d5cdaaec89c73eb4c2023498
| Author: adrpo 
| Date:   Wed Sep 2 19:28:50 2015 +0200
| 
|     * OMCompiler 9a17982...c3cc02d (3):
|       > comment out the search for libsundials_arkode
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > compile 3rdParty/sundials on Windows during build
| 
| M	OMCompiler
| 
* commit 3a1c2ca79db26952363107cfeee14c55aa5bb072
| Author: hudson 
| Date:   Wed Sep 2 19:07:22 2015 +0200
| 
|     * libraries b2a5026...882eab2 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 3fbd537068fb7e4bfe24ae21e14d96ab7a68498a
| Author: Niklas Worschech 
| Date:   Wed Sep 2 15:53:11 2015 +0200
| 
|     * OMCompiler a5fb0ef...9a17982 (2):
|       > fix in cpp runtime isConsistent method
|       > fix in cpp template for wrong sparse pattern index
| 
| M	OMCompiler
| 
* commit f0fa17d1f402cc4cad44590ba18b8f9f7ed27f6d
| Author: vwaurich 
| Date:   Wed Sep 2 13:30:49 2015 +0200
| 
|     * OMCompiler 477db3c...a5fb0ef (6):
|       > - interrupt for-loop eval correctly
|       > - interrupt eval forLoops if nothing is evaluated
|       > - constant call-types are not always evaluated
|       > - remove Repl for const funcCalls
|       > - fix non-evaluatable for-loops
|       > - fix plts,eval for-loops,eval params
| 
| M	OMCompiler
| 
* commit 4865c7508046b35c4714a7e2e7386ffb2f56816c
| Author: hudson 
| Date:   Wed Sep 2 12:54:32 2015 +0200
| 
|     * doc fd5f8ea...1b40fef (1):
|       > Merge pull request #5 from MarcusWalther/master
| 
| M	doc
| 
* commit d6380d7cb8f53668b5ccb8df8a27a231b6a3d9e8
| Author: Martin Sjölund 
| Date:   Wed Sep 2 11:09:25 2015 +0200
| 
|     * OMEdit 4b4c2dc...90facdc (1):
|       > Try to fix OSX install_name_tool path
| 
| M	OMEdit
| 
* commit 632cb36d4598fdd27c6fac71d69eafaf5cf3bf2c
| Author: Lennart Ochel 
| Date:   Wed Sep 2 10:48:42 2015 +0200
| 
|     * OMCompiler c4ec9b3...477db3c (1):
|       > Fixed implicit declaration of function debugDouble
| 
| M	OMCompiler
| 
* commit da4162474e22a9067f2e118d9d5ead1f61b81601
| Author: Martin Sjölund 
| Date:   Wed Sep 2 10:01:04 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d8ff3e0...c4ec9b3 (4):
|       > Add Windows ifdef's for stack overflow
|       > Dependencies for array dimensions in functions
|       > Only guard against stack overflow in the topmost ceval call
|       > Add stack overflow checks without signal handlers
|     
|     * testsuite badbf5c...cbdd59d (1):
|       > Add stack overflow test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 355b59b2095e5f7406abf7233910e47a062aa973
| Author: Martin Sjölund 
| Date:   Wed Sep 2 09:41:10 2015 +0200
| 
|     * OMCompiler 8b93f29...d8ff3e0 (1):
|       > Try to fix OSX install name path
| 
| M	OMCompiler
| 
* commit f07a89ab3f315bbdad02f274ea3af019cfb52241
| Author: Lennart Ochel 
| Date:   Wed Sep 2 09:24:17 2015 +0200
| 
|     * OMCompiler 7c20b57...8b93f29 (1):
|       > Fixed function createVars
| 
| M	OMCompiler
| 
* commit a0cd466d445aab7dc923fbfab1c06ac157418108
| Author: Marcus Walther 
| Date:   Wed Sep 2 09:11:34 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 44eef17...7c20b57 (3):
|       > - preserved "=" if the argument was not replaced
|       > - fixed leading "=" in result file if OMEdit is used - removed @CMAKE_C_FLAGS@ from config file
|       > - changed the -r" flag of the cpp-runtime to "-F" to have a consistent flag-behaviour - added some asserts to array-classes of c++ runtime - fixed Kinsol-FMU support - some typos - added the possibility to overwrite flags in the c++ simulation runtime -- we can now replace "-r=file" with "-F=file" and "-w" with "-V all=warning"
|     
|     * testsuite edeb2cb...badbf5c (1):
|       > - updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8357066e0aa9634d277dd2e26966cb85734873c3
| Author: Rüdiger Franke 
| Date:   Wed Sep 2 06:55:05 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ef238a6...44eef17 (1):
|       > small cleanup of stream implementation
|     
|     * testsuite 591d54e...edeb2cb (2):
|       > deactivate failing optimization tests (#3437)
|       > deactivate failed tests (#3436)
| 
| M	OMCompiler
| M	testsuite
| 
* commit ac636de2a070309b9a1ed806656cc1c0c367fe7b
| Author: hudson 
| Date:   Tue Sep 1 19:07:35 2015 +0200
| 
|     * libraries a91b5c7...b2a5026 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 7d77ad133c3c9081e51fefcf3717e92b84db9abc
| Author: vwaurich 
| Date:   Tue Sep 1 11:22:21 2015 +0200
| 
|     * OMCompiler 7075c87...ef238a6 (1):
|       > - add SimCodeUtil.simJacCSRToCSC
| 
| M	OMCompiler
| 
* commit f047f4d0259ff17a7456988f6f1929618aefdc7f
| Author: Niklas Worschech 
| Date:   Tue Sep 1 11:09:31 2015 +0200
| 
|     * OMCompiler 1213c36...7075c87 (1):
|       > fix for wrong ublas matrix indices removed not needed files
| 
| M	OMCompiler
| 
* commit 6e770eadd37d35dd590e4601f3e36e6d84157d37
| Author: mflehmig 
| Date:   Tue Sep 1 10:33:57 2015 +0200
| 
|     * OMCompiler e18a45a...1213c36 (1):
|       > - Error message handling in Cpp Runtime, fixes ticket #3429; - Merged constructors of class ModelicaSimulationError into one.
| 
| M	OMCompiler
| 
* commit 3724a8b595dd3288207f0b30f9d188a2302558f2
| Author: Rüdiger Franke 
| Date:   Tue Sep 1 09:08:28 2015 +0200
| 
|     * testsuite 06f3ef5...591d54e (1):
|       > extend MSL test to cover improvement with #3430
| 
| M	testsuite
| 
* commit 0afacadf4546fc9932828c3cb2de6244661848b0
| Author: Rüdiger Franke 
| Date:   Tue Sep 1 08:43:48 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7a8b275...e18a45a (1):
|       > reduce inStream equations for zero flow (#3430)
|     
|     * testsuite c02695a...06f3ef5 (1):
|       > adapt tests to fix #3430
| 
| M	OMCompiler
| M	testsuite
| 
* commit a7440635936e780d347eed8d582d2bae6a0928bf
| Author: Lennart Ochel 
| Date:   Tue Sep 1 08:30:57 2015 +0200
| 
|     * testsuite 911924a...c02695a (1):
|       > Modified flag 'with-txt'
| 
| M	testsuite
| 
* commit e2062b12c0f51dc9b8af1bb34bf39a53211b2cd3
| Author: vwaurich 
| Date:   Tue Sep 1 08:16:27 2015 +0200
| 
|     * OMCompiler 6e76cee...7a8b275 (8):
|       > - fix 4bba, fix setRecordTypes for tuples
|       > - remove debug output
|       > - remove 2nd preCalcStart
|       > - merge commit
|       > - fix for EvaluateFunctions.getStatementLHS
|       > - enhance partFuncEval for initValues
|       > single eval of knvars
|       > - evaluate funcCalls in start-values
| 
| M	OMCompiler
| 
* commit 93f82ff3dc50d5123c4997bec38bab538cf1bc47
| Author: hudson 
| Date:   Mon Aug 31 19:09:47 2015 +0200
| 
|     * libraries cd76e04...a91b5c7 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 011941cc239bc85a97c0807cb715a4a112d6c2b5
| Author: Marcus Walther 
| Date:   Mon Aug 31 17:51:05 2015 +0200
| 
|     * OMCompiler 890f7b4...6e76cee (1):
|       > - changed the default buildtype for linux back to RelWithDebInfo
| 
| M	OMCompiler
| 
* commit 98807456a03a9ff25b7564146e9ba94b94da47ef
| Author: arun3688 
| Date:   Mon Aug 31 16:23:59 2015 +0200
| 
|     * OMNotebook 645e8ea...3b86f9e (1):
|       > added support for LatexCell, evaluate Latex scripts and display the output as an image if successful other report error message
| 
| M	OMNotebook
| 
* commit 9f1a163c85dae91d77e68b25739770cf25d21931
| Author: hudson 
| Date:   Mon Aug 31 15:52:01 2015 +0200
| 
|     * OMCompiler 68b4a60...890f7b4 (14):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > fix for missing ModelicaUtilities include  in cpp runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for cpp runtime release msvc build and  msvc precompiled header
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > optimized isConsistent in SystemDefaultImplementation
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix in cpp template for wrong StatArray dimension size  added therefore a dimension check function in Expression.mo
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix in cpp template for allocating Jacobian
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > merged OMCompiler/Common
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > added restoreOldValues and restoreNewValues to Algoop of cpp runtime to restore all alglopvalues during output routine
| 
| M	OMCompiler
| 
* commit 7840036375b8f0e51cd2021e596a58cc1a49b74d
| Author: adrpo 
| Date:   Mon Aug 31 15:34:43 2015 +0200
| 
|     * OMCompiler a481fe6...68b4a60 (1):
|       > adapt code to agree with ANSI C for the msvc compiler
| 
| M	OMCompiler
| 
* commit d466d090d823018ab915317df8604ab3bdbebaab
| Author: mahge 
| Date:   Mon Aug 31 13:24:09 2015 +0200
| 
|     * OMCompiler 6c17d0c...a481fe6 (6):
|       > - Fix #3339 and #3347   - Fix parfor loop tick counters.   - Update assert gneration in parallel context.   - Fix argument type generation for some parallel cases.   - Fix ParModelica integer division (no ldiv in OpenCL).
|       > - Fix #3335 and #3336   - Update assert defines   - Fix boxed function issues for functions with parallel variables.   - Fix arg types for parallel arguments
|       > - Fix #3334    - Update/fix code generation of parallel functions.
|       > - Fix #3326 and #3332.   - Update KernelFunctionInterfacegenerations.   - Fix 64 bit integer issues with parmodelica.   - Fix the parmodelica makefiles.   - Disable freeing of parallel arrays for now (need to handle the return variable).
|       > - Fix #3198.     - modelica_string (void*) expected. Not const char*. No implicit conversion in C++.
|       > - ParModelica fixes.    - Move global declarations to the source file.
| 
| M	OMCompiler
| 
* commit a6b7a20b8feee0bc01922c54927e46bebdf06690
| Author: vwaurich 
| Date:   Mon Aug 31 11:32:23 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b6bb89d...6c17d0c (2):
|       > - remove debug output
|       > - new module evalAllParams
|     
|     * testsuite 23ba9d0...911924a (1):
|       > - update debugDumps
| 
| M	OMCompiler
| M	testsuite
| 
* commit b550b8d182fea0ba514583155f6b772f9a2be21b
| Author: Marcus Walther 
| Date:   Mon Aug 31 10:42:57 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 76858d6...b6bb89d (1):
|       > - c++ modelica-exceptions can now be suppressed - so no error is printed - "--help" is working in c++ simulation runtime - c++ command line arguments are divided into hidden and available flags - unrecognized flags produce a warning on std::cerr again
|     
|     * testsuite 214b46a...23ba9d0 (1):
|       > - updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5d5bfc2b7aaea3728b814486009ae1bd5a1b399b
| Author: gossen 
| Date:   Mon Aug 31 10:29:30 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a0f09a7...76858d6 (14):
|       > Print error for clocked continuous systems
|       > Add support for Boolean clocks
|       > Fix clock partitioning in encapsulateWhenConditions
|       > Dump partitions info in BackendDump.printShared function
|       > Emit results before clock equations fired
|       > Save pre values for clocked variables
|       > Fix typo
|       > "previous" operator support in C simulation runtime
|       > Support for previous operator in SimCode
|       > Clocked vars simcode translation changes
|       > Implement interval Clock support in C simulation runtime
|       > Improve clock partitioning
|       > Remove duplicate function MMath.printNumber
|       > Extract functions from prefixed_simulation function
|     
|     * testsuite d75a469...214b46a (1):
|       > Synchronous improvements
| 
| M	OMCompiler
| M	testsuite
| 
* commit 552fe3a2bc8eff0172abe6391683d1bd7b3dea7b
| Author: hudson 
| Date:   Sat Aug 29 19:35:45 2015 +0200
| 
|     Updating submodules
|     * libraries 4cb5f5d...cd76e04 (2):
|       > Bump libraries
|       > Bump libraries
|     
|     * testsuite f33f672...d75a469 (1):
|       > update test after library bump
| 
| M	libraries
| M	testsuite
| 
* commit 625a9da4687f88ebe28140096705f21033ca56a4
| Author: Rüdiger Franke 
| Date:   Sat Aug 29 13:58:59 2015 +0200
| 
|     * OMCompiler cd36c55...a0f09a7 (1):
|       > Tweak pass by reference in Cpp function closures
| 
| M	OMCompiler
| 
* commit f9916e3cdccedc63f9f8dbe9bc2e6e970841550b
| Author: Rüdiger Franke 
| Date:   Fri Aug 28 19:50:33 2015 +0200
| 
|     * OMCompiler e9cd523...cd36c55 (1):
|       > remove unspecific metatype from Cpp function closures
| 
| M	OMCompiler
| 
* commit 5f114ba4a3a1adaa204172b739a318613ffb8898
| Author: Marcus Walther 
| Date:   Fri Aug 28 15:41:43 2015 +0200
| 
|     * testsuite f3d6c3a...f33f672 (2):
|       > - fixed path to reference file
|       > - added a test for the OMEdit-flags to the cpp-runtime-testsuite
| 
| M	testsuite
| 
* commit 5ac621e6571f0ba4f7b4d5a04e093a43a1026ae5
| Author: Marcus Walther 
| Date:   Fri Aug 28 15:01:34 2015 +0200
| 
|     * OMCompiler e8a3994...e9cd523 (1):
|       > - added a set of arguments that should be ignored by OMCFactory - disabled the unrecognized option warning of OMCFactory, if C-Runtime flags are used
| 
| M	OMCompiler
| 
* commit 74e0b3152787a167731dce955b32f129cd85197e
| Author: mflehmig 
| Date:   Fri Aug 28 14:48:46 2015 +0200
| 
|     * OMCompiler ec7b8ac...e8a3994 (1):
|       > * Typos, Indention, Logging
| 
| M	OMCompiler
| 
* commit 82fbaae01e046db33468c29b6aec9f5483d0e25c
| Author: hkiel 
| Date:   Fri Aug 28 11:48:27 2015 +0200
| 
|     * OMCompiler 6144025...ec7b8ac (2):
|       > ignore generated files and dirs
|       > bump to current version
| 
| M	OMCompiler
| 
* commit e85507b8eec6a7b3cb4c16a0c32797e026c1085d
| Author: Marcus Walther 
| Date:   Fri Aug 28 10:31:48 2015 +0200
| 
|     * OMCompiler cb5014a...6144025 (3):
|       > - fix for array allocation in hpcom profiling
|       > - fixed wrong build type of cpp-runtime
|       > - simple fix for hpcom profiling
| 
| M	OMCompiler
| 
* commit d7906b69638deacf17dd2bb39dd0e363eb646d2b
| Author: Martin Sjölund 
| Date:   Fri Aug 28 07:49:02 2015 +0200
| 
|     Fix typo in semver.sh
| 
| M	common
|   
*   commit 736f29024f76aed5e1789c674cd0c9b6e57251dd
|\  Merge: 9834d3ab53 773153153f
| | Author: adrpo 
| | Date:   Thu Aug 27 21:05:57 2015 +0200
| | 
| |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica
| | 
| * commit 773153153fb99c00e6846321d6049ae9da2dca1f
| | Author: adrpo 
| | Date:   Thu Aug 27 20:46:36 2015 +0200
| | 
| |     * OMCompiler a96b59a...cb5014a (1):
| |       > propagate buildtype on Windows for bug #3426
| | 
| | M	OMCompiler
| | 
* | commit 9834d3ab5387dd5a4b8ac4cb6f99c7586c1a1ee5
|/  Author: adrpo 
|   Date:   Thu Aug 27 20:46:41 2015 +0200
|   
|       propagate buildtype on Windows for bug #3426
|   
|   M	Makefile.omdev.mingw
| 
* commit 3845a696fc307c88f0b1d3a9ae015d7ee44b7220
| Author: adrpo 
| Date:   Thu Aug 27 19:27:22 2015 +0200
| 
|     * OMEdit 608abd4...4b4c2dc (1):
|       > add the path to cpp libraries when simulating
| 
| M	OMEdit
| 
* commit 3a6497625234ed8cf18068eed1ad5dd4eb18fc37
| Author: hudson 
| Date:   Thu Aug 27 19:06:57 2015 +0200
| 
|     * libraries 467b8dd...4cb5f5d (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a2ceaa4eb25a62bce3e4b99ce21be1ae53616ef5
| Author: Marcus Walther 
| Date:   Thu Aug 27 12:50:48 2015 +0200
| 
|     * OMCompiler fcbfeb5...a96b59a (1):
|       > - build type (release, debug or relwithdebinfo) of the c++ simulation runtime can now be switched with the help of configure (--with-cppruntime-args=BUILD_TYPE=Release)
| 
| M	OMCompiler
| 
* commit beaeb0c124dd970b113fd90081cc2c5573c7e993
| Author: Marcus Walther 
| Date:   Thu Aug 27 07:59:02 2015 +0200
| 
|     * OMCompiler e683e8b...fcbfeb5 (2):
|       > - fixed profiling in hpcom
|       > - integer-function should now work according to modelica specification (cpp runtime)
| 
| M	OMCompiler
| 
* commit ca5d53e873046e7b01a91b38f41cbb65ae978138
| Author: Rüdiger Franke 
| Date:   Wed Aug 26 23:13:05 2015 +0200
| 
|     * OMCompiler e03b065...e683e8b (1):
|       > Quick fix for div operator
| 
| M	OMCompiler
| 
* commit 6b6d556320fa2bbdc85a6c19c81dafa6307c4a13
| Author: hudson 
| Date:   Wed Aug 26 19:07:13 2015 +0200
| 
|     * libraries c49ca80...467b8dd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 10334e90cb5dc298f17bc1cdfe1f9dd4f1ecdc66
| Author: Per Östlund 
| Date:   Wed Aug 26 15:47:11 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler cf16403...e03b065 (1):
|       > Revert fix for #3386, since it doesn't work correctly.
|     
|     * testsuite 1665199...f3d6c3a (1):
|       > Disabled test for #3386 for now, due to reverted fix.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3a2c33b5d38e46cdb5e4c3aabae465317afe0d95
| Author: Niklas Worschech 
| Date:   Wed Aug 26 14:57:18 2015 +0200
| 
|     * OMCompiler 9138159...cf16403 (3):
|       > fix in cpp template for wrong StatArray dimension size  added therefore a dimension check function in Expression.mo
|       > merged OMCompiler/Common
|       > added restoreOldValues and restoreNewValues to Algoop of cpp runtime to restore all alglopvalues during output routine
| 
| M	OMCompiler
| 
* commit 1fefc5afadc28cb74a872f5e2564107362e821e8
| Author: Martin Sjölund 
| Date:   Wed Aug 26 09:33:54 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3f56fac...9138159 (1):
|       > Fix for return in try-block
|     
|     * testsuite 6091fb2...1665199 (1):
|       > Add test for #3420 return in try-block
| 
| M	OMCompiler
| M	testsuite
| 
* commit a351e99ff5d9251687ae2ba05ab81211b40dc2b3
| Author: hudson 
| Date:   Tue Aug 25 19:07:17 2015 +0200
| 
|     * libraries cbfedc5...c49ca80 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 156e99de9a4db0b807b8ec04a5b718e09f8e316f
| Author: Niklas Worschech 
| Date:   Tue Aug 25 17:26:35 2015 +0200
| 
|     * OMCompiler 1981ce9...3f56fac (3):
|       > fix in cpp template for allocating Jacobian
|       > merged OMCompiler/Common
|       > added restoreOldValues and restoreNewValues to Algoop of cpp runtime to restore all alglopvalues during output routine
| 
| M	OMCompiler
| 
* commit 5046bc185aacc82e6d76733ca08cc1e0301073d4
| Author: Niklas Worschech 
| Date:   Tue Aug 25 13:41:19 2015 +0200
| 
|     * testsuite b03469d...6091fb2 (2):
|       > expected output for cpp tests
|       > fix merge conflicts cpp tests
| 
| M	testsuite
| 
* commit 65b5522bbd7a03a212fb0d4a073d185840014aef
| Author: Per Östlund 
| Date:   Tue Aug 25 11:55:47 2015 +0200
| 
|     * OMCompiler 540a464...1981ce9 (1):
|       > Some List changes:
| 
| M	OMCompiler
| 
* commit 57a94cd9f54a89a357f7438b5da6fd3594c3c49c
| Author: Per Östlund 
| Date:   Tue Aug 25 11:26:53 2015 +0200
| 
|     * OMCompiler ccced53...540a464 (1):
|       > Changed some unneccesary uses of List.find to List.selectFirst.
| 
| M	OMCompiler
| 
* commit bd75dbd8b4b09849508eba810e3c2306196f86c3
| Author: Martin Sjölund 
| Date:   Tue Aug 25 10:49:24 2015 +0200
| 
|     * OMCompiler 395a4e7...ccced53 (1):
|       > Use faster addressing of arrays
| 
| M	OMCompiler
| 
* commit b29074caefa797094bcefedc285b14c12b918803
| Author: hudson 
| Date:   Mon Aug 24 19:08:29 2015 +0200
| 
|     * libraries 996d9fd...cbfedc5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 17f55055c7a5a0fa94e1d599d8d0dcd7ba00d413
| Author: Rüdiger Franke 
| Date:   Mon Aug 24 18:07:03 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 669dc89...395a4e7 (1):
|       > exploit type info available for function pointers
|     
|     * testsuite cce45c7...b03469d (1):
|       > enhance test for function pointers with an array
| 
| M	OMCompiler
| M	testsuite
| 
* commit d4c3577eb0a7d0b8dd36c6eb80d83788481f2bd6
| Author: Niklas Worschech 
| Date:   Mon Aug 24 16:32:36 2015 +0200
| 
|     * testsuite cb21b1c...cce45c7 (15):
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > expected output for cpp tests
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > expected output for cpp tests
|       > expected output for cpp tests
|       > expected output for cpp test
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > removed referencefiles in common.mos file of cpp runtime tests
| 
| M	testsuite
| 
* commit 231b406f4b5ac562a744c45a37738adb0eea67d3
| Author: Niklas Worschech 
| Date:   Mon Aug 24 13:49:47 2015 +0200
| 
|     * OMCompiler 8c86132...669dc89 (2):
|       > merged OMCompiler/Common
|       > added restoreOldValues and restoreNewValues to Algoop of cpp runtime to restore all alglopvalues during output routine
| 
| M	OMCompiler
| 
* commit f91b0c652dcb37bde5a49ae93403a03e165c227c
| Author: Martin Sjölund 
| Date:   Mon Aug 24 10:41:13 2015 +0200
| 
|     * doc 89f49e6...fd5f8ea (1):
|       > Fix documentation target
| 
| M	doc
| 
* commit 1bb0d44d2ebb4908d9795f863d76737056f0298b
| Author: Rüdiger Franke 
| Date:   Sun Aug 23 21:35:42 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 023bd80...8c86132 (1):
|       > implement function inputs to functions
|     
|     * testsuite e23617b...cb21b1c (1):
|       > add test for function inputs to functions
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8400736f1a4b1c2393a958984dca00b8e6200daa
| Author: hudson 
| Date:   Sun Aug 23 19:06:55 2015 +0200
| 
|     * libraries 62dd372...996d9fd (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2284d2a8f9180d9737311613d5d50680320d3769
| Author: hudson 
| Date:   Sat Aug 22 19:07:10 2015 +0200
| 
|     * libraries 7ae0c25...62dd372 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 1fae4d054ef0bf7c5738ee648c909e3017ede70c
| Author: arun3688 
| Date:   Fri Aug 21 14:45:17 2015 +0200
| 
|     * OMNotebook 0572a41...645e8ea (1):
|       > check graphcells for input and output cells and then perform the shifting operation
| 
| M	OMNotebook
| 
* commit 6b50fb8e98913cae47215737f20a1a9d0db0a88a
| Author: vwaurich 
| Date:   Fri Aug 21 11:19:08 2015 +0200
| 
|     * OMCompiler 629f329...023bd80 (1):
|       > - function to dump simJac
| 
| M	OMCompiler
| 
* commit acedca9436a926579b3eab2f4676c76f5f3841f2
| Author: hudson 
| Date:   Thu Aug 20 19:09:32 2015 +0200
| 
|     * libraries 29a90b1...7ae0c25 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6566922823043410b5fb95e71c7013d003eef2eb
| Author: Per Östlund 
| Date:   Thu Aug 20 18:17:07 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9e20c7d...629f329 (1):
|       > Fix for #3386:
|     
|     * testsuite 1f60d7e...e23617b (1):
|       > Added test case for #3386.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 894a8e7973df0bdb65f0d383ecbd8f16466eef48
| Author: hudson 
| Date:   Wed Aug 19 19:07:09 2015 +0200
| 
|     * libraries fbaa496...29a90b1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit fa94d7192cb848ce858906ef67a047fd55d426b9
| Author: vwaurich 
| Date:   Wed Aug 19 15:37:06 2015 +0200
| 
|     * OMCompiler 108a845...9e20c7d (1):
|       > - make try/else around orderExtVars
| 
| M	OMCompiler
| 
* commit 7c60a032deb6a8ada0363a2af72321169e193a65
| Author: vwaurich 
| Date:   Wed Aug 19 15:09:29 2015 +0200
| 
|     * OMCompiler 9c088a9...108a845 (1):
|       > - order external vars correctly
| 
| M	OMCompiler
| 
* commit efa8b6114e7342d7ff3711146cf381c82474248e
| Author: Niklas Worschech 
| Date:   Wed Aug 19 14:36:48 2015 +0200
| 
|     * OMCompiler 7079463...9c088a9 (1):
|       > fix in Kinsol if  perturbed system matrix, system evaluation was missing after system was solved
| 
| M	OMCompiler
| 
* commit 5333f5033dd858e62ba26caff5977bb8252e3b29
| Author: Per Östlund 
| Date:   Wed Aug 19 14:06:38 2015 +0200
| 
|     * OMCompiler 820257d...7079463 (1):
|       > Fix for #3401:
| 
| M	OMCompiler
| 
* commit 98f334f202771227c05d09fa5328ff84feb6e137
| Author: Niklas Worschech 
| Date:   Wed Aug 19 10:42:05 2015 +0200
| 
|     * testsuite da53bff...1f60d7e (2):
|       > expected output for cpp tests
|       > expected output for cpp tests
| 
| M	testsuite
| 
* commit d268cbe9bbe2458515e0ce4939732cf5e43fdb4c
| Author: hudson 
| Date:   Wed Aug 19 09:01:04 2015 +0200
| 
|     * OMEdit d9283a5...608abd4 (1):
|       > Merge pull request #1 from hkiel/ignorefiles
| 
| M	OMEdit
| 
* commit 122e0fb6c0e53209fe45a294bb8a4137c7fd0d5e
| Author: adrpo 
| Date:   Wed Aug 19 03:56:01 2015 +0200
| 
|     * OMCompiler a504a62...820257d (1):
|       > update .gitignore with new template file
| 
| M	OMCompiler
| 
* commit c9e721974985c496a5de026b367016bdf566af3f
| Author: hudson 
| Date:   Wed Aug 19 03:26:35 2015 +0200
| 
|     Updating submodules
|     * libraries de462b1...fbaa496 (1):
|       > Bump libraries
|     
|     * testsuite c1e9293...da53bff (1):
|       > update test after library bump
| 
| M	libraries
| M	testsuite
| 
* commit 6cb439e7763cdb1e94b181aa9b993b38226645d7
| Author: Willi Braun 
| Date:   Wed Aug 19 01:00:51 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1654145...a504a62 (1):
|       >  - fix elsewhen handling in BackendDAECreate
|     
|     * testsuite 686f1b5...c1e9293 (2):
|       >  - expected output
|       >  - added testcase for reinit
| 
| M	OMCompiler
| M	testsuite
| 
* commit e00cc648843becbb9f737234bcf15cbb48f58bb4
| Author: Niklas Worschech 
| Date:   Tue Aug 18 15:58:31 2015 +0200
| 
|     * testsuite a183840...686f1b5 (1):
|       > expected output for cpp test
| 
| M	testsuite
| 
* commit c2a85fac7b2ce401b011ab904980cabdb431dd3c
| Author: Niklas Worschech 
| Date:   Tue Aug 18 11:16:12 2015 +0200
| 
|     * OMCompiler 32ed7bf...1654145 (10):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > added initialization method for parameter equations to cpp system fix in Kinsol, function evaluation was missing after system was solved
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix in Ida, Ida did not stop if an error accrued in non linear solver
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > splitted cpp template file throw exception if Newton stops with error Kinsol always throws exception if Kinsol stops with error
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > removed BOM in Kinsol
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > some fixes in Kinsol of cpp runtime - reduced max number of iterations - increased tolerance for function norm - start earlier with line search method - increase tolerance for jacobian eps, if Kinsol fails in line search method
| 
| M	OMCompiler
| 
* commit a10d31da825800707a954a2372222ab88c04e0bb
| Author: Willi Braun 
| Date:   Mon Aug 17 19:18:49 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 45e4f50...32ed7bf (1):
|       > revise isDiscretExp function for zero-crossings
|     
|     * testsuite 73d71fa...a183840 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 554eb42aac6298bb5c4a938c66a891b2c978d229
| Author: hudson 
| Date:   Mon Aug 17 19:07:00 2015 +0200
| 
|     * libraries 974bb3c...de462b1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 32cbf7658e7a4d567488cabdb1dbec9d9261841c
| Author: Martin Sjölund 
| Date:   Mon Aug 17 16:06:18 2015 +0200
| 
|     * libraries 574b45c...974bb3c (1):
|       > Add new Modelica libraries
| 
| M	libraries
| 
* commit b7a27e16073babb1dc1947327bc40613d4d2c234
| Author: Willi Braun 
| Date:   Mon Aug 17 15:53:26 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e949cdd...45e4f50 (1):
|       > - removed most stuff that deals with WHEN_CLAUSES
|     
|     * testsuite 25ccddf...73d71fa (1):
|       >  - expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit be8b58a24e94fdd5b4884f4e538b2bc46f1da1a7
| Author: Marcus Walther 
| Date:   Mon Aug 17 12:05:33 2015 +0200
| 
|     * OMCompiler 92eaf4a...e949cdd (1):
|       > - added makefile dependency from runtimeCPPinstall to omc, because the suitesparse libraries should be used by the cpp-runtime - the "--nls_continue" flag is now working again, if the kinsol solver is used
| 
| M	OMCompiler
| 
* commit 04227011307393d602e56c0633996d1bb012fbf6
| Author: Willi Braun 
| Date:   Mon Aug 17 11:46:05 2015 +0200
| 
|     * OMCompiler afb23b0...92eaf4a (1):
|       >  -fix BackendInline.inlineWhenEq
| 
| M	OMCompiler
| 
* commit 8734ce373639d6bad3e7f8dc64739f622e4d9a26
| Author: Willi Braun 
| Date:   Mon Aug 17 11:31:19 2015 +0200
| 
|     * OMCompiler 98b6821...afb23b0 (1):
|       >  - fix replaceWhenEquation
| 
| M	OMCompiler
| 
* commit 7de7752c42320dda41633c00d67d55b842178cc0
| Author: Martin Sjölund 
| Date:   Fri Aug 14 21:35:29 2015 +0200
| 
|     * testsuite 6e09a68...25ccddf (1):
|       > Revert "disable failing C tests to get Cpp committed"
| 
| M	testsuite
| 
* commit 30ce2cdfd6395058b541720a9509c868ae6b7282
| Author: Rüdiger Franke 
| Date:   Fri Aug 14 20:27:21 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 005f9dc...98b6821 (2):
|       > change import order for duplicates like crefStr
|       > adapt Cpp terminate() to other runtimes
|     
|     * testsuite 9e1a6c1...6e09a68 (3):
|       > disable failing C tests to get Cpp committed
|       > add test for string handling
|       > fix recently added tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit b547abe5ffba213341765a321aff42f57991ff05
| Author: Willi Braun 
| Date:   Fri Aug 14 16:52:34 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4644265...005f9dc (1):
|       >  replace WHEN_EQ with WHEN_STMTS
|     
|     * testsuite 3396d26...9e1a6c1 (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit cfc5fdd92b1c1afcb495e9d9904a6c66c3776108
| Author: Martin Sjölund 
| Date:   Fri Aug 14 15:48:14 2015 +0200
| 
|     * OMCompiler fed7fe5...4644265 (2):
|       > Rewrite using more recent language features
|       > Fix for GCC 5.x
| 
| M	OMCompiler
| 
* commit 27010ac7d28738bfdec9d9449e146dfc92866219
| Author: Willi Braun 
| Date:   Thu Aug 13 19:51:18 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3a46e9d...fed7fe5 (12):
|       > fix variable transform replacements
|       > fix CPP-Runtime
|       > fix XMLDump output
|       >  - fixed Serialized model info
|       > more fixes to make when equation work again
|       > adapt SimCode and Codegeneration
|       > fixed module detectSparsePattern
|       > fixed module removeSimpleEquations
|       > fixed module encapsulateWhenConditions
|       > fixed module clockPartitioning
|       > - push further new when equation record
|       > started to remove when clauses
|     
|     * testsuite 07dceac...3396d26 (2):
|       > expected output
|       > - added testcase for removing when clauses
| 
| M	OMCompiler
| M	testsuite
| 
* commit 9b8063fadbcc8d32592a0e24d0c4a095b0962659
| Author: hudson 
| Date:   Thu Aug 13 19:08:54 2015 +0200
| 
|     * libraries 02025ce...574b45c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 0bb28be1d234ae4734c2a02fe6493961de8faeec
| Author: Rüdiger Franke 
| Date:   Thu Aug 13 18:56:20 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8cf492e...3a46e9d (2):
|       > add treatment of tuple return with records
|       > reduce max file size back to 684k in sanity check
|     
|     * testsuite d8f3d68...07dceac (1):
|       > add test for tuple return with records
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6361874075c5407a3df0416c1c1b874fe3ed78cf
| Author: Niklas Worschech 
| Date:   Thu Aug 13 14:16:01 2015 +0200
| 
|     * OMCompiler 6bcab70...8cf492e (3):
|       > fix in Ida, Ida did not stop if an error accrued in non linear solver
|       > removed BOM in Kinsol
|       > some fixes in Kinsol of cpp runtime - reduced max number of iterations - increased tolerance for function norm - start earlier with line search method - increase tolerance for jacobian eps, if Kinsol fails in line search method
| 
| M	OMCompiler
| 
* commit 67998c815779ce3502ff9194e1a055bb86bd2f7c
| Author: Rüdiger Franke 
| Date:   Thu Aug 13 12:01:37 2015 +0200
| 
|     * OMCompiler c79c991...6bcab70 (1):
|       > remove pragma once from main compilation files
| 
| M	OMCompiler
| 
* commit a64d18e86f9f9b845bda947e654f026b295f76ea
| Author: Niklas Worschech 
| Date:   Thu Aug 13 11:48:23 2015 +0200
| 
|     * OMCompiler 44f0b91...c79c991 (3):
|       > splitted cpp template file throw exception if Newton stops with error Kinsol always throws exception if Kinsol stops with error
|       > removed BOM in Kinsol
|       > some fixes in Kinsol of cpp runtime - reduced max number of iterations - increased tolerance for function norm - start earlier with line search method - increase tolerance for jacobian eps, if Kinsol fails in line search method
| 
| M	OMCompiler
| 
* commit 9eba478114b10956544fd9365bfe0f1efba507ff
| Author: Rüdiger Franke 
| Date:   Thu Aug 13 11:18:19 2015 +0200
| 
|     * OMCompiler 23a483a...44f0b91 (1):
|       > fix memory error in OMEdit options parser
| 
| M	OMCompiler
| 
* commit e9c8f2a4b7a161ba4737abe54171ea4fa7c27323
| Author: Marcus Walther 
| Date:   Thu Aug 13 09:28:51 2015 +0200
| 
|     * OMCompiler 85dbcb3...23a483a (2):
|       > - Metis-Scheduler is now working if n was set to 1
|       > - Logger of cpp-runtime can now be disabled by passing an argument to cmake - removed a lot of logger output in FMUWrapper.h
| 
| M	OMCompiler
| 
* commit 22ea95ca7d05c14b94841dea8df2d6a18b49d7e5
| Author: Martin Sjölund 
| Date:   Thu Aug 13 09:16:13 2015 +0200
| 
|     * OMCompiler 49329bb...85dbcb3 (1):
|       > Do not use a macro called time
| 
| M	OMCompiler
| 
* commit fdcb18a349f2bd616636dac405cf8edc24565ba3
| Author: adrpo 
| Date:   Wed Aug 12 23:03:41 2015 +0200
| 
|     * OMCompiler ce556f3...49329bb (1):
|       > increase max file size to 800k in sanity-check
| 
| M	OMCompiler
| 
* commit 3fad1a85e29ba5deb8af6d4c82c1afc4dfee8204
| Author: Martin Sjölund 
| Date:   Wed Aug 12 21:36:43 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 7180491...ce556f3 (1):
|       > Fixes for listFile
|     
|     * testsuite 0a5dcc7...d8f3d68 (1):
|       > Add test for listFile+setSourceFile
| 
| M	OMCompiler
| M	testsuite
| 
* commit 46292b2aa0b7d95d171a0fe1841aaa9aba476773
| Author: Rüdiger Franke 
| Date:   Wed Aug 12 20:38:04 2015 +0200
| 
|     * OMCompiler 9027f74...7180491 (2):
|       > enable pull request for CodegenCpp.tpl
|       > cherry pick initialization of record variables
| 
| M	OMCompiler
| 
* commit 569b35809dedfa10412edced771aa2fc0c60f11d
| Author: hudson 
| Date:   Wed Aug 12 19:08:28 2015 +0200
| 
|     * libraries d351004...02025ce (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d40c4071cdf95f4769d3d50338a0f0c219c56ecc
| Author: Martin Sjölund 
| Date:   Wed Aug 12 17:16:21 2015 +0200
| 
|     * libraries 6e81ed6...d351004 (1):
|       > Add WindPowerPlants library
| 
| M	libraries
| 
* commit aca1305fedc5a230c9e89c3df1ac79c9ad2e6476
| Author: Niklas Worschech 
| Date:   Wed Aug 12 16:04:07 2015 +0200
| 
|     * OMCompiler fd74959...9027f74 (2):
|       > removed BOM in Kinsol
|       > some fixes in Kinsol of cpp runtime - reduced max number of iterations - increased tolerance for function norm - start earlier with line search method - increase tolerance for jacobian eps, if Kinsol fails in line search method
| 
| M	OMCompiler
| 
* commit 777bcc1ab1ec7e822ec8d7b894d51ad4f6a7a465
| Author: adrpo 
| Date:   Wed Aug 12 14:29:28 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 9f28039...fd74959 (1):
|       > fix bug #3291 - set default values for record members in functions
|     
|     * testsuite 0ea812e...0a5dcc7 (1):
|       > update tests due to fixing of bug #3291
| 
| M	OMCompiler
| M	testsuite
| 
* commit 84607e9d2a1bac55a157a1c59b76b231de4ab19e
| Author: Marcus Walther 
| Date:   Wed Aug 12 13:24:41 2015 +0200
| 
|     * OMCompiler 3e37674...9f28039 (5):
|       > - forgot new getter/setter in global settings for FMU 2.0 export
|       > - fix for new sundials-version in cpp-runtime
|       > - removed wrong enum forward-declaration - fix for new sundials-version in cpp-runtime
|       > - function arguments for the !WITH_SUNDIALS functions are now up to date again
|       > - removed the old Kinsol_lapack - flag of the cpp-runtime - KinsolLapack will now work with new and old versions of sundials - Non linear solver can now continue simulation instead of throwing an exception, if it does not reach the given precision, by passing a flag to the executable
| 
| M	OMCompiler
| 
* commit b5443e24f07a036ffbe02f7c75b008b96c2d2bac
| Author: hudson 
| Date:   Wed Aug 12 11:25:24 2015 +0200
| 
|     * doc 198ef81...89f49e6 (1):
|       > Merge pull request #4 from rfranke/options
| 
| M	doc
| 
* commit 571b2cf767d94d70faa68773a10146da96da8e5e
| Author: Rüdiger Franke 
| Date:   Tue Aug 11 23:02:22 2015 +0200
| 
|     * OMCompiler 5ccde23...3e37674 (1):
|       > implement terminate() in Cpp runtime
| 
| M	OMCompiler
| 
* commit 705efc50986e6402ba777d98400247746778ee03
| Author: Rüdiger Franke 
| Date:   Tue Aug 11 19:21:36 2015 +0200
| 
|     * OMCompiler a892206...5ccde23 (1):
|       > use explicit StatArray constructors and operator=
| 
| M	OMCompiler
| 
* commit 114b5615b984b3a8a849820191456aa4faef8bbd
| Author: Martin Sjölund 
| Date:   Tue Aug 11 18:59:15 2015 +0200
| 
|     * OMCompiler 2f482f2...a892206 (1):
|       > Move threadData away from simulation data
| 
| M	OMCompiler
| 
* commit b2020ef7e76ba3ecc7c5fb8d7f6b13f8d03794b1
| Author: Rüdiger Franke 
| Date:   Tue Aug 11 13:33:13 2015 +0200
| 
|     * OMCompiler 3917c81...2f482f2 (1):
|       > saveguard array copy operations against zero size
| 
| M	OMCompiler
| 
* commit 48be3e8b47d2641a343af3cafe521e9f5063722e
| Author: Willi Braun 
| Date:   Tue Aug 11 13:11:05 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1c2c804...3917c81 (1):
|       >  - add DIVISION replacement also for symbolic jacobians
|     
|     * testsuite fad22bf...0ea812e (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6c06bfcc8aced4cdb0d7205d9dfbe4edccee07ad
| Author: Marcus Walther 
| Date:   Tue Aug 11 09:14:00 2015 +0200
| 
|     * OMCompiler ef23054...1c2c804 (3):
|       > - removed debug output
|       > - _AMaxColors is now initialized with 0, to prevent access to uninitialized value from cvode
|       > - added some helper functions to extract data from objects (getCompsOfMatching and getSimVarMappingOfBackendMapping) - HPCOM is now able to handle models with NO_MATCHING()
| 
| M	OMCompiler
| 
* commit 364e0fc2636cab150ca4767e7a555cde6f862ddd
| Author: Rüdiger Franke 
| Date:   Mon Aug 10 21:36:34 2015 +0200
| 
|     * OMCompiler 19060fd...ef23054 (1):
|       > relax precautions for wrong uses of StatArray
| 
| M	OMCompiler
| 
* commit a2d2126026f705eb7caa9286e4b43e455ed8bbbd
| Author: hudson 
| Date:   Mon Aug 10 19:07:01 2015 +0200
| 
|     * libraries 12d3d47...6e81ed6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit ec3a9b9637996561f98d6da53c5d63ec54f6d593
| Author: Rüdiger Franke 
| Date:   Mon Aug 10 17:48:33 2015 +0200
| 
|     * OMCompiler ec27dd8...19060fd (1):
|       > rename Cpp command line arguments
| 
| M	OMCompiler
| 
* commit f65325fd542aa0d71da37b3ee0f53d2e52c7dd1a
| Author: Marcus Walther 
| Date:   Mon Aug 10 16:48:03 2015 +0200
| 
|     * OMCompiler 9819b58...ec27dd8 (1):
|       > - fixed a stack overflow in HPCOM
| 
| M	OMCompiler
| 
* commit c40f7cf93949be1f1797a3e676f7a45aa5aacfb0
| Author: Marcus Walther 
| Date:   Mon Aug 10 14:42:11 2015 +0200
| 
|     * OMCompiler a0f0122...9819b58 (1):
|       > - logger can now be used in several classes (including the model class) of the cpp-runtime - cpp-runtime is now build in debug-mode by default on linux/mac - internal StatArrays can now be applied to internal StatArrays
| 
| M	OMCompiler
| 
* commit 6c777b9c30f275f9bc20869005b389de2dd247b1
| Author: Niklas Worschech 
| Date:   Mon Aug 10 10:56:09 2015 +0200
| 
|     * OMCompiler a037dd8...a0f0122 (1):
|       > fix in Array getData and getDataCopy for segmentation fault
| 
| M	OMCompiler
| 
* commit 02e1bae04aba42592a5d70923af67efebdc14f12
| Author: hudson 
| Date:   Mon Aug 10 10:03:32 2015 +0200
| 
|     * OMCompiler 28f13ed...a037dd8 (12):
|       > fix for missing include in FactoryExport of Kinsol
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for missing include in KinsolLapack of cpp runtime
|       > fix for missing kinsol_klu include in cpp runtime
|       > added missed files for cpp runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for getStateJacobian method, wrong return type was generated added additional linear solver to Kinol solver which uses complete pivot lu factorization fix for Kinsol solve iteration, added iteration method section
|       > fix in umfpack solver, only include umfpack.h if umfpack was found
|       > added correct numeric bindings version
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > adapted umfpack solver of cpp runtime on new Matrix interfaces
|       > removed wrong version of numeric bindings
| 
| M	OMCompiler
| 
* commit 570ac9a21178e5604c42245d9ae40c959b75cec6
| Author: Marcus Walther 
| Date:   Mon Aug 10 07:45:13 2015 +0200
| 
|     * OMCompiler 9d54400...28f13ed (2):
|       > - fixed FMU generation if kinsol is used as non linear solver
|       > - removed the old documentation stuff -> it's now part of the openmodelica-doc-project
| 
| M	OMCompiler
| 
* commit 76a9846df23d4cd37eeedc863e37d95813ae27ab
| Author: hudson 
| Date:   Sat Aug 8 19:07:28 2015 +0200
| 
|     * libraries 623095b...12d3d47 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f489f157bf7c2dfccfe38953322dba58f5231a89
| Author: Rüdiger Franke 
| Date:   Fri Aug 7 12:37:36 2015 +0200
| 
|     * OMCompiler 9352ce6...9d54400 (1):
|       > free memory of strings from external C functions
| 
| M	OMCompiler
| 
* commit ae7716b4daa9a0912396b4998ac1fb18bc999c97
| Author: Martin Sjölund 
| Date:   Fri Aug 7 11:09:44 2015 +0200
| 
|     * OMCompiler f9a05a1...9352ce6 (1):
|       > Fix for OSX stack overflow check
| 
| M	OMCompiler
| 
* commit fd6a1854c95662fadbd44f1e19110737f58bd177
| Author: Marcus Walther 
| Date:   Fri Aug 7 09:51:18 2015 +0200
| 
|     * testsuite ce91f7c...fad22bf (2):
|       > - changed expected output
|       > - fixed some test with failure "unknown testcase status" by reordering them in the makefile - removed the max counter of 5 that is part of the simulateAll-script
| 
| M	testsuite
| 
* commit 100b719ae6f89d1c60c8487953995047239f6f81
| Author: hudson 
| Date:   Fri Aug 7 07:46:59 2015 +0200
| 
|     * doc 826515e...198ef81 (1):
|       > Merge pull request #3 from MarcusWalther/master
| 
| M	doc
| 
* commit 8dbb283223300f86772c927c494c266bde6d276b
| Author: Rüdiger Franke 
| Date:   Thu Aug 6 19:23:51 2015 +0200
| 
|     * OMCompiler a05d797...f9a05a1 (1):
|       > fix treatment of outputs of external C functions
| 
| M	OMCompiler
| 
* commit ec794e98a939c14c2b68b7f4a9434aded18cfd7c
| Author: hudson 
| Date:   Thu Aug 6 19:09:31 2015 +0200
| 
|     * libraries 5781f81...623095b (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5369b0ac852f6094558ed91d9b905787c1da1976
| Author: Adeel Asghar 
| Date:   Thu Aug 6 18:37:39 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c8ffe0b...a05d797 (1):
|       > Ste the proper value for FMU initial attribute by using the combination of variability and causality as defined in FMI specs section 2.2.7.
|     
|     * testsuite d79a8d4...ce91f7c (1):
|       > Update FMI tests to new xml structure. Move failing tests up.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 110ce390dc3e7115531cf1cdf410ad728aead976
| Author: Rüdiger Franke 
| Date:   Thu Aug 6 17:57:27 2015 +0200
| 
|     * OMCompiler e182aad...c8ffe0b (1):
|       > further Array refinements
| 
| M	OMCompiler
| 
* commit 7ea8f20ff887e1af972c975c6095cddc276edd11
| Author: Martin Sjölund 
| Date:   Thu Aug 6 17:12:06 2015 +0200
| 
|     * OMNotebook 22adc2b...0572a41 (1):
|       > Use the prefix for OPENMODELICAHOME
| 
| M	OMNotebook
| 
* commit f3e49577d46318322c5eb5ad4b1b32d463a2060c
| Author: Martin Sjölund 
| Date:   Thu Aug 6 16:44:57 2015 +0200
| 
|     * OMShell dfda18a...0777ed5 (1):
|       > Use the prefix for OPENMODELICAHOME
| 
| M	OMShell
| 
* commit 378abcaf9387d32bb4dee430f3d11abf0f5cb1e9
| Author: Martin Sjölund 
| Date:   Thu Aug 6 13:10:47 2015 +0200
| 
|     * OMEdit 9e4c1b2...d9283a5 (1):
|       > Use the configure CXX, etc instead of defaults
| 
| M	OMEdit
| 
* commit a14bc56d6d8feac8227d67a99aae522b68271046
| Author: Rüdiger Franke 
| Date:   Thu Aug 6 12:18:16 2015 +0200
| 
|     * testsuite c7ba372...d79a8d4 (1):
|       > add test for LAPACK used by Modelica.Math.Matrices
| 
| M	testsuite
| 
* commit cf5511ff8ff18081493d11b105e44c5f384fc054
| Author: Martin Sjölund 
| Date:   Thu Aug 6 12:05:56 2015 +0200
| 
|     Clean subdirs
| 
| M	Makefile.in
| 
* commit 95346ebf5d4f1341b6d92cf147043168bbae4629
| Author: Rüdiger Franke 
| Date:   Thu Aug 6 11:53:19 2015 +0200
| 
|     * OMCompiler 80fd0d6...e182aad (2):
|       > adapt processing of outputs to recent changes
|       > re-add processing of outputs of external functions
| 
| M	OMCompiler
| 
* commit 8588a312afcdf36035f0567ffa4311cb58c6f7ff
| Author: Lennart Ochel 
| Date:   Thu Aug 6 11:16:49 2015 +0200
| 
|     * testsuite a2e78b0...c7ba372 (1):
|       > Minor changes to ./runtests.pl -with-txt
| 
| M	testsuite
| 
* commit f66bd674b77246039931a788abd7ada2ceb6df63
| Author: Marcus Walther 
| Date:   Thu Aug 6 11:03:54 2015 +0200
| 
|     * OMCompiler 6732193...80fd0d6 (1):
|       > - updated the gitignore file - README update for Windows build of cpp-runtime - removed the unused --with-cppruntime-args
| 
| M	OMCompiler
| 
* commit f32a3ca84c1dab1e1e3c392e581dc7a8ffa5d848
| Author: Marcus Walther 
| Date:   Thu Aug 6 10:07:08 2015 +0200
| 
|     * OMCompiler 992f6e4...6732193 (3):
|       > - fixed some typos in configure - output directories for cpp-runtime libraries are now written into Makefile.env - changed README for cpp-runtime
|       > - fix for autoconf of cpp runtime
|       > - paramters for the cpp-runtime are now handled in configure instead of makefile
| 
| M	OMCompiler
| 
* commit d792189d68aff46d2f3f7d97ad22e9eb5fd4bffa
| Author: Martin Sjölund 
| Date:   Thu Aug 6 09:54:39 2015 +0200
| 
|     * OMCompiler 799bcc3...992f6e4 (1):
|       > Libraries are not needed for omc-no-sim
| 
| M	OMCompiler
| 
* commit f8fe5f439a68a55d7d5929ac3e6c48e84f278825
| Author: hudson 
| Date:   Wed Aug 5 19:06:55 2015 +0200
| 
|     * libraries 434afe5...5781f81 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 95a129231ea3906756a3b9197b0d1afe7f7776b4
| Author: Martin Sjölund 
| Date:   Wed Aug 5 16:41:20 2015 +0200
| 
|     Allow configure --without-corba at top-level
| 
| M	configure.ac
| 
* commit a1372c219c993f10bf66a19c93e45e77bd2461a8
| Author: Martin Sjölund 
| Date:   Wed Aug 5 16:11:59 2015 +0200
| 
|     * OMShell c61323c...dfda18a (1):
|       > Fix typo
| 
| M	OMShell
| 
* commit 5b237e5e8147c5d2d69e5e9d6fccf12e43e02aa9
| Author: Adeel Asghar 
| Date:   Wed Aug 5 15:14:09 2015 +0200
| 
|     * OMEdit c183a88...9e4c1b2 (1):
|       > Fixed the system documentation link. Removed the link to old users guide.
| 
| M	OMEdit
| 
* commit 4788db799473a9b281780e8e3c026a1e922f1f38
| Author: hudson 
| Date:   Wed Aug 5 15:01:15 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e522fc2...799bcc3 (2):
|       > - fix bug in newton solver with fvec
|       > introduced dynamic tearing
|     
|     * testsuite 033aecd...a2e78b0 (8):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > Merge branch 'master' into tearing
|       > Merge branch 'master' into tearing
|       > - revised dynamic tearing test model
|       > Merge branch 'master' into tearing
|       > Merge branch 'master' into tearing
|       > - add new model to test dynamic tearing
|       > - add new model to test dynamic tearing
| 
| M	OMCompiler
| M	testsuite
| 
* commit aac3b86990534678a7551d43e56bee97417ea79d
| Author: Willi Braun 
| Date:   Wed Aug 5 14:48:08 2015 +0200
| 
|     * testsuite befd014...033aecd (1):
|       > update tests, so that val() could get wrong result
| 
| M	testsuite
| 
* commit fd9b3f9323c577a599dd1f47f79141af019f3553
| Author: Adeel Asghar 
| Date:   Wed Aug 5 14:35:08 2015 +0200
| 
|     * OMCompiler 08f747b...e522fc2 (1):
|       > Do not create empty documentation folders.
| 
| M	OMCompiler
| 
* commit 5e4f3dcac1226f03a808900c8817db926ad388ca
| Author: Adeel Asghar 
| Date:   Wed Aug 5 13:37:44 2015 +0200
| 
|     * OMEdit 8a1191e...c183a88 (1):
|       > Fix #3380: Properly save the replaceable nested classes.
| 
| M	OMEdit
| 
* commit 5d2fcfe24261078781df59601c3e92cd7de3b66b
| Author: Martin Sjölund 
| Date:   Wed Aug 5 13:17:48 2015 +0200
| 
|     * OMCompiler 6443c24...08f747b (1):
|       > Skip the commit message sanity check
| 
| M	OMCompiler
| 
* commit 44dd2e7d463f4879d4cb051da458f28abe056fdf
| Author: Martin Sjölund 
| Date:   Wed Aug 5 11:39:42 2015 +0200
| 
|     * common 5316bb3...ccdc6b7 (1):
|       > Add hook for testing 50/72 style
| 
| M	common
| 
* commit 4f9a7efcafecdf4fb9444bafb92e44004eca556a
| Author: Rüdiger Franke 
| Date:   Wed Aug 5 11:19:20 2015 +0200
| 
|     * OMCompiler d2ac409...6443c24 (1):
|       > fix implementation of delay operator
| 
| M	OMCompiler
| 
* commit 1a45fa4f3b0ed333333f6f73f93aeb52daf861af
| Author: Martin Sjölund 
| Date:   Wed Aug 5 10:55:05 2015 +0200
| 
|     * OMCompiler b6c518b...d2ac409 (1):
|       > Add hook for testing commit messages
| 
| M	OMCompiler
| 
* commit eb49fea7fe5131ac24b1ca99770ec3196a117537
| Author: Lennart Ochel 
| Date:   Wed Aug 5 09:55:41 2015 +0200
| 
|     * testsuite e022a1f...befd014 (1):
|       > Added new option –with-txt to runtests.pl
| 
| M	testsuite
| 
* commit d203cd69572d08f29cdde25ad84637e19bce66d0
| Author: Martin Sjölund 
| Date:   Wed Aug 5 09:19:21 2015 +0200
| 
|     * OMCompiler 6b6457c...b6c518b (1):
|       > Improve check for long commit messages
| 
| M	OMCompiler
| 
* commit 2494e811e349ed91cae531d3269bfb4f7e95517b
| Author: Lennart Ochel 
| Date:   Wed Aug 5 08:42:02 2015 +0200
| 
|     * testsuite 2b49180...e022a1f (1):
|       > Muted annoying test case properly
| 
| M	testsuite
| 
* commit 80cbf1aad00af6495b68a42eb03187b6960a69cb
| Author: Lennart Ochel 
| Date:   Wed Aug 5 08:28:59 2015 +0200
| 
|     * OMCompiler e05e21a...6b6457c (1):
|       > Removed unused inputs to get cleaner interfaces
| 
| M	OMCompiler
| 
* commit b4ec22dd72b49cf9f1289e94159bbe98ea73986c
| Author: Marcus Walther 
| Date:   Tue Aug 4 15:37:10 2015 +0200
| 
|     * OMCompiler e427c5c...e05e21a (1):
|       > - Logger of Cpp runtime is now enabled by default, the standard log level was reduced to "warning" - Kinsol will no continue solving non linear equation systems if the convergence criteria was not reached -> a warning is printed instead until we have a solver that is able to solve the systems correctly
| 
| M	OMCompiler
| 
* commit dd8ddd3e7bb4428fe32fac2935e51d3870e0605c
| Author: Lennart Ochel 
| Date:   Tue Aug 4 15:24:02 2015 +0200
| 
|     * OMCompiler 228800e...e427c5c (1):
|       > Revised createFunctions
| 
| M	OMCompiler
| 
* commit 9ba578079380f72c4775bd52d7a0f8a881c52242
| Author: Lennart Ochel 
| Date:   Tue Aug 4 15:10:50 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 50e2ca6...228800e (1):
|       > Removed unused vars from createSimCode
|     
|     * testsuite 3b6fb38...2b49180 (1):
|       > Muted annoying test case
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4d5bd6362eb8619bf68afecde7907ff0988fcfdd
| Author: Martin Sjölund 
| Date:   Tue Aug 4 13:58:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8b6bf38...50e2ca6 (1):
|       > Handle external string arrays better (fixes #3292)
|     
|     * testsuite 7d07b6b...3b6fb38 (1):
|       > Enable working testcase StringParameters (#3292)
| 
| M	OMCompiler
| M	testsuite
| 
* commit 5e5aea51428582c89c35410d2b2a3c55b6245960
| Author: Rüdiger Franke 
| Date:   Tue Aug 4 13:35:14 2015 +0200
| 
|     * OMCompiler c689bad...8b6bf38 (1):
|       > fix assignment of pre values of Cpp arrays
| 
| M	OMCompiler
| 
* commit 1ba9f845a60fcad36a44010de6adb17bd9188af6
| Author: Martin Sjölund 
| Date:   Tue Aug 4 11:44:01 2015 +0200
| 
|     * OMCompiler 1e10ce2...c689bad (1):
|       > Prevent stack overflow for differentiateExp
| 
| M	OMCompiler
| 
* commit b60b9972b7c90f2b795b63a2e6e6f782d411d14e
| Author: Lennart Ochel 
| Date:   Tue Aug 4 09:02:04 2015 +0200
| 
|     * OMCompiler b985f3c...1e10ce2 (1):
|       > Fixed regression in BioChem lib
| 
| M	OMCompiler
| 
* commit de5738f8562c290897b5f78b150d693474b81124
| Author: Rüdiger Franke 
| Date:   Tue Aug 4 07:28:04 2015 +0200
| 
|     * OMCompiler ff736de...b985f3c (1):
|       > make FMU Cpp compiler optimization flag configurable in local makefile
| 
| M	OMCompiler
| 
* commit fe1173ac080fdd3d7c46e4e90f9132146c766a1c
| Author: Rüdiger Franke 
| Date:   Mon Aug 3 20:56:42 2015 +0200
| 
|     * OMCompiler 3027167...ff736de (5):
|       > Let operator= of StatArray copy data like previous StatRefArray
|       > Fixes after first test round
|       > add runtime checks for proper use
|       > fixes to previous commit
|       > extend StatArray to also work with external data
| 
| M	OMCompiler
| 
* commit 906f6845ff2ce4d06836da9af1da20937cf17419
| Author: hudson 
| Date:   Mon Aug 3 19:07:40 2015 +0200
| 
|     * libraries bd25ff5...434afe5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 6d03e3449d337e1940fa5ca482d65f1f5d4db8df
| Author: Marcus Walther 
| Date:   Mon Aug 3 17:27:16 2015 +0200
| 
|     * OMCompiler 42f521d...3027167 (1):
|       > - added missing return value to default implementation of peer solver
| 
| M	OMCompiler
| 
* commit 60df523266c535b931906f28bf9cf7e3819bb409
| Author: Martin Sjölund 
| Date:   Mon Aug 3 17:14:03 2015 +0200
| 
|     * OMCompiler 16fa184...42f521d (1):
|       > Print string list default values in Sphinx doc
| 
| M	OMCompiler
| 
* commit 74a5f0669df392c2d3988b8209b3e7745c14d69a
| Author: Marcus Walther 
| Date:   Mon Aug 3 16:21:45 2015 +0200
| 
|     * OMCompiler 49ec8ae...16fa184 (1):
|       > - further fixes for HPCOM compare components
| 
| M	OMCompiler
| 
* commit 54a6a52633addc91bc97a96c84a8790e90a3aa59
| Author: Martin Sjölund 
| Date:   Mon Aug 3 15:38:07 2015 +0200
| 
|     * testsuite 722fdf9...7d07b6b (1):
|       > Add testcase for #3395
| 
| M	testsuite
| 
* commit c70fb0bb1588f1c1881390e4e906e4ec8ef6e319
| Author: Martin Sjölund 
| Date:   Mon Aug 3 15:03:13 2015 +0200
| 
|     * OMCompiler 860b23c...49ec8ae (1):
|       > Fixes #3395. Generate lhs crefs instead of rhs.
| 
| M	OMCompiler
| 
* commit eaa6e195742d81f5e2e4dbdb12bc5f24c87364ae
| Author: Willi Braun 
| Date:   Mon Aug 3 14:50:09 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e3641b8...860b23c (2):
|       > change variability for fmi 1.0 back
|       > fix attribute name for causality
|     
|     * testsuite 4db7025...722fdf9 (1):
|       >  - added testcase for fmi parameters changes
| 
| M	OMCompiler
| M	testsuite
| 
* commit 286d99fb7452502e86e968ac6f0eb932155ffe13
| Author: RuedKamp 
| Date:   Mon Aug 3 14:24:31 2015 +0200
| 
|     * OMCompiler 59be825...e3641b8 (1):
|       > -some changes for vxworks
| 
| M	OMCompiler
| 
* commit 2deaca7d711cc2cd0a2b80830ddb73fd57fe2248
| Author: Martin Sjölund 
| Date:   Mon Aug 3 13:47:37 2015 +0200
| 
|     * OMCompiler 6fd7783...59be825 (1):
|       > Additional messages if files do not exist
| 
| M	OMCompiler
| 
* commit e178333c8c8dc2fa770aa9b1c47ed51c57a61037
| Author: Marcus Walther 
| Date:   Mon Aug 3 12:53:40 2015 +0200
| 
|     * OMCompiler 236b21b...6fd7783 (1):
|       > - fixed MSVC build if openmp was not found
| 
| M	OMCompiler
| 
* commit 5b16ed5a3712e3ffa32b39a0f9a7023441413c59
| Author: Lennart Ochel 
| Date:   Mon Aug 3 12:35:54 2015 +0200
| 
|     * OMCompiler cebbe04...236b21b (1):
|       > Removed obsolete initial() testing
| 
| M	OMCompiler
| 
* commit 138fb67a5dab30deb808b602b57aab6afeeb8f63
| Author: Martin Sjölund 
| Date:   Mon Aug 3 11:13:21 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 57a269e...cebbe04 (1):
|       > Fix #3380: Handle save() for short class definitions
|     
|     * testsuite 8d8255a...4db7025 (1):
|       > Added test for ticket #3380
| 
| M	OMCompiler
| M	testsuite
| 
* commit 8cd8870db2c31806c4c6259750d919373e09a90d
| Author: hudson 
| Date:   Mon Aug 3 11:00:14 2015 +0200
| 
|     * OMCompiler 21ff519...57a269e (6):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > - fixed Intel TBB build with c++ simulation runtime - HPCOM Task-Graph validation should now work correctly
|       > - peer-cmake should now work if no openmp was found on system
|       > - peer-cmake should now work if no openmp was found on system
|       > - removed some unused code, to stay below 684k and fix the sanity check
|       > - Peer solver (openMP flavor) is now working - copy constructor of model extension class makes a deep copy of all important variables now - openmp is now added to all simulation runs, if cmake has find it
| 
| M	OMCompiler
| 
* commit 9692b9598ffd7422ccdfa45dac5ee7672cd0dbb8
| Author: Marcus Walther 
| Date:   Mon Aug 3 09:42:10 2015 +0200
| 
|     * OMCompiler ef76cd6...21ff519 (4):
|       > - peer-cmake should now work if no openmp was found on system
|       > - peer-cmake should now work if no openmp was found on system
|       > - removed some unused code, to stay below 684k and fix the sanity check
|       > - Peer solver (openMP flavor) is now working - copy constructor of model extension class makes a deep copy of all important variables now - openmp is now added to all simulation runs, if cmake has find it
| 
| M	OMCompiler
| 
* commit 660f4c78b1bb3c3647e4e9f2b95eb3c79eb64e84
| Author: hudson 
| Date:   Sat Aug 1 19:07:41 2015 +0200
| 
|     * libraries f8649e9...bd25ff5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit e855f25a4ea495527742a0fa930adbd142581466
| Author: arun3688 
| Date:   Fri Jul 31 15:29:03 2015 +0200
| 
|     * OMNotebook 6521fc6...22adc2b (1):
|       > add codes for moving cells up and down and change the hierarchical order, #ticket 2303 added transparent images for the QActions
| 
| M	OMNotebook
| 
* commit 0aad81de9e35b0c106b52cb0a972a9e32b5f6188
| Author: Willi Braun 
| Date:   Fri Jul 31 15:05:55 2015 +0200
| 
|     * OMCompiler 177055d...ef76cd6 (1):
|       > only evaluate the model if something changed
| 
| M	OMCompiler
| 
* commit a420d9b26b59be2b459ca0aa344a2a6c1f5416e7
| Author: Lennart Ochel 
| Date:   Fri Jul 31 14:21:45 2015 +0200
| 
|     * testsuite 595dede...8d8255a (1):
|       > Updated fmi tests
| 
| M	testsuite
| 
* commit 8dd70688af31059030ff22ab867787aa024c5708
| Author: RuedKamp 
| Date:   Fri Jul 31 11:25:39 2015 +0200
| 
|     * OMCompiler 927783c...177055d (1):
|       > -added handling for singular matrices
| 
| M	OMCompiler
| 
* commit cda5c96c9f1a3f29b2ba39a187c7f17c94d73900
| Author: RuedKamp 
| Date:   Fri Jul 31 10:19:01 2015 +0200
| 
|     * OMCompiler e7091b6...927783c (5):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -commented out boost::math::isfinite for vxworks
|       > -commented out boost::math::isfinite for vxworks
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -some changes for vxWorks
| 
| M	OMCompiler
| 
* commit b5269e489c8aef02e3a5c0b9dd65f215e92d8010
| Author: adrpo 
| Date:   Fri Jul 31 00:10:58 2015 +0200
| 
|     * OMCompiler 494d5cf...e7091b6 (1):
|       > - fix conversion script for Annex lib to handle bad input
| 
| M	OMCompiler
| 
* commit 999ea9df98af5ffc80cbdbf19984cdf9fc7c991b
| Author: hudson 
| Date:   Thu Jul 30 23:54:23 2015 +0200
| 
|     Updating submodules
|     * OMCompiler e43f7a0...494d5cf (2):
|       > - check for None in conversion script
|       > - print the file we convert
|     
|     * libraries 88824c1...f8649e9 (1):
|       > Bump libraries
|     
|     * testsuite c96d99c...595dede (1):
|       > - update tests after library bump
| 
| M	OMCompiler
| M	libraries
| M	testsuite
| 
* commit 5171857e0ea63dc0446e9e18105437c41d645e7e
| Author: hudson 
| Date:   Thu Jul 30 14:42:32 2015 +0200
| 
|     * OMCompiler 91a2bb1...e43f7a0 (4):
|       > fix in umfpack solver, only include umfpack.h if umfpack was found
|       > added correct numeric bindings version
|       > adapted umfpack solver of cpp runtime on new Matrix interfaces
|       > removed wrong version of numeric bindings
| 
| M	OMCompiler
| 
* commit b077b8b0f04f7cfcdf91b4a85b1af46366e64aa2
| Author: Adeel Asghar 
| Date:   Thu Jul 30 14:18:00 2015 +0200
| 
|     * OMEdit 6caa0d3...8a1191e (1):
|       > Fixed copying of libqjson.
| 
| M	OMEdit
| 
* commit d36719c5cad4003e2bfc084fd78f171a60ef2f98
| Author: Lennart Ochel 
| Date:   Thu Jul 30 13:53:18 2015 +0200
| 
|     * OMCompiler 2c8a396...91a2bb1 (2):
|       > Added default values for matching and index reduction
|       > Added default values for "--preOptModules" and "--postOptModules" to help page
| 
| M	OMCompiler
| 
* commit 5e88ced90db62430f837eb2a54a474cef072bbe1
| Author: hudson 
| Date:   Wed Jul 29 19:08:15 2015 +0200
| 
|     * libraries ff66156...88824c1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 15a910f72f2574b0f3c56d574201e1f1dc6d755c
| Author: Willi Braun 
| Date:   Wed Jul 29 17:41:08 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 564af84...2c8a396 (2):
|       >  - deactivate symbolic jacobian calculation for fmi2.0, since it's currently not used anyway.
|       > fix some debug output in symbolic jacobain
|     
|     * testsuite 388d52b...c96d99c (1):
|       > expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 1d612eb688c4b62595b945f8893f7d2c65625e6c
| Author: Adeel Asghar 
| Date:   Wed Jul 29 16:32:12 2015 +0200
| 
|     * OMEdit 6bc2bcd...6caa0d3 (1):
|       > Removed duplicate copy commands.
| 
| M	OMEdit
| 
* commit 4b7af7d75ebc5978c2498900647a1fb978cf8370
| Author: Adeel Asghar 
| Date:   Wed Jul 29 16:20:41 2015 +0200
| 
|     * doc 43ce403...826515e (1):
|       > Added internet shortcut for OpenModelica users guide.
| 
| M	doc
| 
* commit 25074206a7a4c5a4571c0ff1c93b929a07b129c4
| Author: vwaurich 
| Date:   Wed Jul 29 14:21:11 2015 +0200
| 
|     * OMCompiler 9bbf3ad...564af84 (1):
|       > - dont use artificial vars for prestartcalc
| 
| M	OMCompiler
| 
* commit e9ce30c216124589b9b240bc470f5f56512e1a19
| Author: adrpo 
| Date:   Wed Jul 29 14:09:24 2015 +0200
| 
|     * OMEdit 0cb1f1e...6bc2bcd (1):
|       > - copy libqjson.dll from its new place to build/bin - more Qt5 adaptation - use the linking flags just for linking, not for compiling
| 
| M	OMEdit
| 
* commit 5e1a40550dc32c66c8e123e751c8a190f9d8e149
| Author: gossen 
| Date:   Tue Jul 28 19:27:58 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f9f8aae...9bbf3ad (4):
|       > Replace expr in Clock constructors to previous(expr)
|       > Add initial synchronous support to simcode and c-codegen
|       > previous operator should be marked as known and its variable should be a fixed
|       > Some refactoring
|     
|     * testsuite e392b23...388d52b (1):
|       > Synchronous features improvement
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7bd041c12c22b0eb069416203df1ff10be559ffd
| Author: hudson 
| Date:   Tue Jul 28 19:07:00 2015 +0200
| 
|     * libraries b9b43ce...ff66156 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 327a0815e331af691360d1f40e71ab9c4bdf4367
| Author: vwaurich 
| Date:   Tue Jul 28 14:59:04 2015 +0200
| 
|     * OMCompiler 6f2f715...f9f8aae (1):
|       > - fix countoperations for small nl-systems
| 
| M	OMCompiler
| 
* commit 53ff3018431f239bca21c68a6067127df7819653
| Author: hudson 
| Date:   Tue Jul 28 11:29:18 2015 +0200
| 
|     * OMCompiler e2e030f...6f2f715 (8):
|       > fix in cpp template for getSystemMatrix method
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > added config flag to switch the matrix format in cpp runtime    +matrixFormat=[dense,sparse]
|       > fix for memory leak in algloop system of cpp runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > changed A Matrix to ublas matrix in Algloop class removed template functions in AlgLoop classes to calc A matrix, only one A matrix type can be used now(sparse matrix can be used with a flag later) adapted non linear solvers on new getSystemMatrix method
|       > updated numeric bindings
| 
| M	OMCompiler
| 
* commit 5e24efad81a672319e7fb2dc292c1ad8cd04ebd3
| Author: Lennart Ochel 
| Date:   Tue Jul 28 10:42:32 2015 +0200
| 
|     * testsuite 5b0f74e...e392b23 (1):
|       > Fixed duplicated content
| 
| M	testsuite
| 
* commit 380a589b3595a0c0f8c9d30bd14c02cc8690dd06
| Author: Lennart Ochel 
| Date:   Tue Jul 28 10:17:51 2015 +0200
| 
|     * OMCompiler ec93d42...e2e030f (1):
|       > Added missing vars to SimCode
| 
| M	OMCompiler
| 
* commit e07b8bba0a97551139e32d60bfa7bb5329c02afd
| Author: Marcus Walther 
| Date:   Tue Jul 28 10:04:32 2015 +0200
| 
|     * OMCompiler cbe8e9d...ec93d42 (1):
|       > - fixed windows build of cpp-runtime
| 
| M	OMCompiler
| 
* commit e258b93b974ad74d4f26d75791383b177a7162d1
| Author: Marcus Walther 
| Date:   Tue Jul 28 08:27:35 2015 +0200
| 
|     * testsuite b801d5c...5b0f74e (1):
|       > - changed CoupleClutches test of FMU 2.0 ModelExchange (C++ Runtime) to a verified simulation test - all FMU test of the cpp runtime are working now as verified simulations - changed the names of the mos-files, so that they can be identified in the hudson-jobs more easily
| 
| M	testsuite
| 
* commit d6d30aa14c31effe5e6fcda6194488ae499557a8
| Author: Marcus Walther 
| Date:   Tue Jul 28 07:42:29 2015 +0200
| 
|     * OMCompiler d9b26e6...cbe8e9d (1):
|       > - the number of event indicators should now be correct for c and c++ simulation runtime
| 
| M	OMCompiler
| 
* commit 0405b7a0249691b2a7bfef9c57f14c3a70fd4461
| Author: Marcus Walther 
| Date:   Mon Jul 27 14:36:20 2015 +0200
| 
|     * testsuite 924fa65...b801d5c (1):
|       > - FMU 1.0 test is now working again, if a nls is part of the model
| 
| M	testsuite
| 
* commit 78fbad2b7b5b97a97717ee4ce6a7551f914123aa
| Author: Marcus Walther 
| Date:   Mon Jul 27 14:14:23 2015 +0200
| 
|     * OMCompiler 810476f...d9b26e6 (1):
|       > - Kinsol can now be used for FMUs, by passing a parameter to cmake - added some logger output to the kinsol and newton solver
| 
| M	OMCompiler
| 
* commit 5e4398a1b34398d746ec4282e26bab90ae59dd0f
| Author: Lennart Ochel 
| Date:   Mon Jul 27 11:46:59 2015 +0200
| 
|     * OMCompiler fa5acbc...810476f (1):
|       > Removed obsolete cases in RemoveSimpleEquations
| 
| M	OMCompiler
| 
* commit 246012244d6adfd33ac501ce0dcd0d86f1afaf4c
| Author: Marcus Walther 
| Date:   Mon Jul 27 10:20:09 2015 +0200
| 
|     * OMCompiler 5ff3cc0...fa5acbc (1):
|       > - removed input and output variables from simVar to index mapping, because they are already part of the other variable arrays and thus they are added twice - commented out the -DUSE_UMFPACK statement, until Niklas has delivered a fix for the umfpack solver
| 
| M	OMCompiler
| 
* commit 0ef9219959cae0fe4cf90bfa050523e62ccf6cc4
| Author: hudson 
| Date:   Sat Jul 25 19:08:20 2015 +0200
| 
|     * libraries e0a972a...b9b43ce (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit eb4f93e980a678da730fe49d8e74314809e1dc74
| Author: adrpo 
| Date:   Fri Jul 24 17:57:15 2015 +0200
| 
|     * OMEdit 4a20efd...0cb1f1e (1):
|       > - give the full path to cmake
| 
| M	OMEdit
| 
* commit e3fbc59f59efad6fa6663ce3f0ca83a631dbce2c
| Author: adrpo 
| Date:   Fri Jul 24 12:55:30 2015 +0200
| 
|     * OMOptim 797e2e4...b55286d (1):
|       > - adapt to Qt5 and mingw64
| 
| M	OMOptim
| 
* commit 51b5e64eb5e971900c5913cb3f093394847e9dec
| Author: adrpo 
| Date:   Fri Jul 24 12:44:05 2015 +0200
| 
|     * OMShell 8302b0e...c61323c (1):
|       > - proper detection of mingw32 vs mingw64
| 
| M	OMShell
| 
* commit 8df45cfd10b6181e97bf5f4355f71083e9f6dcc9
| Author: Lennart Ochel 
| Date:   Fri Jul 24 12:25:00 2015 +0200
| 
|     * testsuite 4b9aeab...924fa65 (1):
|       > Updated .gitignore file
| 
| M	testsuite
| 
* commit bbbd3eaecc61fff494cf94b1e9e02b53eec8ad5d
| Author: hudson 
| Date:   Fri Jul 24 10:30:54 2015 +0200
| 
|     * OMCompiler fd0d73b...5ff3cc0 (2):
|       > changed A Matrix to ublas matrix in Algloop class removed template functions in AlgLoop classes to calc A matrix, only one A matrix type can be used now(sparse matrix can be used with a flag later) adapted non linear solvers on new getSystemMatrix method
|       > updated numeric bindings
| 
| M	OMCompiler
| 
* commit 62e057a4d34223aa3c0d7e31e5e97cd78d3b179a
| Author: Lennart Ochel 
| Date:   Fri Jul 24 09:28:40 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler fff5d10...fd0d73b (1):
|       > Don't print empty dimensions list
|     
|     * testsuite b67297d...4b9aeab (1):
|       > Don't print empty dimension list
| 
| M	OMCompiler
| M	testsuite
| 
* commit c17ed9e281d901211d66f6caee71607e4947132e
| Author: adrpo 
| Date:   Fri Jul 24 01:39:50 2015 +0200
| 
|     * OMEdit 180236b...4a20efd (2):
|       > - fix OMEdit compilation
|       > - adapt to Qt5 and mingw64 - updated qjson to latest from: https://github.com/flavio/qjson
| 
| M	OMEdit
| 
* commit a2139d6662f215c86522e7af8031c8f5a701940e
| Author: adrpo 
| Date:   Fri Jul 24 00:42:39 2015 +0200
| 
|     * OMPlot 99a281d...286efb1 (1):
|       > - fix typo in gcc linking flag
| 
| M	OMPlot
| 
* commit aa45da83758590bc3a9f39b116becb97ad02d913
| Author: adrpo 
| Date:   Fri Jul 24 00:31:10 2015 +0200
| 
|     * OMNotebook 6553e43...6521fc6 (2):
|       > Merge branch 'master' of https://openmodelica.org/git-readonly/OMNotebook
|       > - adapt to Qt5 and mingw64
| 
| M	OMNotebook
| 
* commit f0c8a14c9ae8ee9402a9dc978a75cfcb1e3fa2df
| Author: hudson 
| Date:   Fri Jul 24 00:04:01 2015 +0200
| 
|     Updating submodules
|     * OMShell ac44689...8302b0e (1):
|       > - adapt to Qt5 and mingw64
|     
|     * libraries 8f59156...e0a972a (1):
|       > Bump libraries
|     
|     * testsuite af02e95...b67297d (1):
|       > - update tests after library bump
| 
| M	OMShell
| M	libraries
| M	testsuite
| 
* commit 0fbc8ae4595d4e1118e2a699ec907c2ac88b7fda
| Author: Willi Braun 
| Date:   Wed Jul 22 23:28:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler d1656bb...fff5d10 (2):
|       >  - fix alpha constant for damping. Fixes partially #3118.
|       >  - fix debug output
|     
|     * testsuite e7b195f...af02e95 (1):
|       >  - expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 25fe1ef5036c300381bf0c9cc2889eb25898e283
| Author: Willi Braun 
| Date:   Wed Jul 22 16:16:11 2015 +0200
| 
|     * OMCompiler 65593bf...d1656bb (1):
|       >  - revise lambda debug output
| 
| M	OMCompiler
| 
* commit 086330124536a945501d13aed52c9253522bdcde
| Author: arun3688 
| Date:   Wed Jul 22 15:57:45 2015 +0200
| 
|     * OMNotebook 9ab2afa...6553e43 (1):
|       > evalall cells in the document by pressing evalall button
| 
| M	OMNotebook
| 
* commit 3b9bca2ce5435ad023957d352ed615c344a7dc1b
| Author: hudson 
| Date:   Wed Jul 22 15:43:38 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c30ebad...65593bf (1):
|       > SimCode refactoring
|     
|     * testsuite d4a6de4...e7b195f (1):
|       > Updated expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3061d6e62f76d69ef994a70ee302dc473740996a
| Author: bernhard Thiele 
| Date:   Wed Jul 22 11:16:47 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e8d65ec...c30ebad (1):
|       > New Modelica state machine prototype
|     
|     * testsuite 4d65de3...d4a6de4 (1):
|       > State machine tests adapted to OMCompiler#124
| 
| M	OMCompiler
| M	testsuite
| 
* commit fafb253332643892d71f53b4a1f7020d3de8d2ef
| Author: hudson 
| Date:   Tue Jul 21 19:07:19 2015 +0200
| 
|     * libraries c62e976...8f59156 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cfc0deff6f7d9d3b26ecd41b55f02fdeb33ba403
| Author: arun3688 
| Date:   Tue Jul 21 16:04:32 2015 +0200
| 
|     * OMNotebook e800774...9ab2afa (1):
|       > added eval_all button image
| 
| M	OMNotebook
| 
* commit 24a108c84c4514e38393727ceb397d1dafa063f0
| Author: vruge 
| Date:   Tue Jul 21 13:08:05 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 32bc683...e8d65ec (2):
|       > cosmetic changes
|       > some fixes for complex functions
|     
|     * testsuite 769f154...4d65de3 (1):
|       > added tests for complex function
| 
| M	OMCompiler
| M	testsuite
| 
* commit b196cacb2c1f66aaeb5f2aee3d4c2eb44bfb7012
| Author: Lennart Ochel 
| Date:   Tue Jul 21 10:43:04 2015 +0200
| 
|     * testsuite d383764...769f154 (1):
|       > Cleaned up test case 'EventTests.mos'
| 
| M	testsuite
| 
* commit 94e80bbb169cc2dbda44cc59398ccb6c281c942a
| Author: adrpo 
| Date:   Mon Jul 20 21:29:50 2015 +0200
| 
|     * OMPlot c1cc253...99a281d (1):
|       > - use -Wl,--enable-auto-import instead of -enable-auto-import
| 
| M	OMPlot
| 
* commit 1d6fe8910568966379f7a1190022fa886ccba34a
| Author: Lennart Ochel 
| Date:   Mon Jul 20 13:03:44 2015 +0200
| 
|     * OMCompiler b454d61...32bc683 (1):
|       > Revised singularity check for linear systems
| 
| M	OMCompiler
| 
* commit a17f48ee62372f8a152dd31f6a2e20d06df1c834
| Author: Lennart Ochel 
| Date:   Mon Jul 20 09:37:04 2015 +0200
| 
|     * testsuite 9d38b64...d383764 (1):
|       > Simplify test case "IfEquation3.mos"
| 
| M	testsuite
| 
* commit e88af304e7c71b74be5489eabf5ca9b2d3060d16
| Author: adrpo 
| Date:   Mon Jul 20 01:16:19 2015 +0200
| 
|     * OMPlot 347d15c...c1cc253 (1):
|       > - support both Qt 4.x and 5.x
| 
| M	OMPlot
| 
* commit 1d963ac9bce7e611c93aae8eafccc169ab8db095
| Author: hudson 
| Date:   Sat Jul 18 19:07:06 2015 +0200
| 
|     * libraries 76c3ea6...c62e976 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 449c1aaa58c01a5162b1957f1d3977f8922f2e83
| Author: vwaurich 
| Date:   Fri Jul 17 08:25:31 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ca563fc...b454d61 (5):
|       > - warning for singular systems instead error
|       > - continue Translation after SingularSystemCheck
|       > - stupid fix for PrismaticConstraint
|       > - proper debug Matching in IndexReduktion (reverted from commit 1cd837980a2d5e2b708cc0181f0498713d5d912a)
|       > - proper debug Matching in IndexReduktion
|     
|     * testsuite 0569334...9d38b64 (1):
|       > -expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 439edf080e6b04a62628b8a179904b5341d826c9
| Author: hudson 
| Date:   Fri Jul 17 07:44:17 2015 +0200
| 
|     * libraries 3c0c5d1...76c3ea6 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2b2d98c1e47df09898895291f3e3fa9b827e9a1d
| Author: hudson 
| Date:   Thu Jul 16 19:06:54 2015 +0200
| 
|     * libraries c327790...3c0c5d1 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit cfbace970d107996b287106c0225b220fceb736a
| Author: Per Östlund 
| Date:   Thu Jul 16 17:14:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ab4e34c...ca563fc (1):
|       > Fix for #3382.
|     
|     * testsuite cbb3297...0569334 (1):
|       > Added tests for stream flow rate threshold, #3382.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6f9977bc12ac81b9ccce2390637c1e4242aaf4b1
| Author: RuedKamp 
| Date:   Thu Jul 16 16:25:04 2015 +0200
| 
|     * OMCompiler 0db3df1...ab4e34c (42):
|       > -changed evaluateAll in Cvode to evaluate evaluateODE
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > - added some brackets
|       > -commented out arkode
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -commented out arkode in CMakeLists.txt
|       > -used anyedit
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -changed std::vector to double * in AlgLoopDefaultImplementation
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -changes for vxworks
|       > -changes for vxworks
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -some changes for vxworks
|       > -whitespace error whatever
|       > -merged
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -changed encoding
|       > -whitespaces
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -whitespace error
|       > -changes reverted
|       > -some adaptions for vxworks
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -added functionblock for vxworks69
|       > -fixed whitespace
|       > -fixed whitespaces
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -fixed whitespaces
|       > -fixed whitespaces
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -fixed whitespaces
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -fixed whitespaces
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > -added some fixed concerning VxWorks
|       > -added missing files
|       > -added solver arkode
| 
| M	OMCompiler
| 
* commit d98fc6da8a6e28cffb904743ef5b6cda24825586
| Author: vwaurich 
| Date:   Thu Jul 16 15:05:31 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6a5d5bd...0db3df1 (5):
|       > - continue Translation after SingularSystemCheck
|       > - stupid fix for PrismaticConstraint
|       > - evaluate ASUB-Calls partially (fix gravityAcc)
|       > - proper debug Matching in IndexReduktion (reverted from commit 1cd837980a2d5e2b708cc0181f0498713d5d912a)
|       > - proper debug Matching in IndexReduktion
|     
|     * testsuite d4cb4a9...cbb3297 (1):
|       > - expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 258fff639a15fcf98489c273fbba450225851637
| Author: hudson 
| Date:   Thu Jul 16 14:01:54 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 006502b...6a5d5bd (1):
|       >  - added step-sie control for symbolic inline solver
|     
|     * testsuite 51acd42...d4cb4a9 (2):
|       >  - expected output
|       >  - added test-case for implicit inline solver
| 
| M	OMCompiler
| M	testsuite
| 
* commit 4ffd256944ac6a9f69df988186940cd362307bc7
| Author: Lennart Ochel 
| Date:   Thu Jul 16 09:53:40 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2fcf8c1...006502b (1):
|       > Stop pre/post-optimization on failure properly
|     
|     * testsuite 26ac8f3...51acd42 (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 212982e4e20eb71130205d63875a1fc916078787
| Author: adrpo 
| Date:   Thu Jul 16 01:22:35 2015 +0200
| 
|     * OMCompiler af61d76...2fcf8c1 (1):
|       > - ANSI C please to please the MSVC compiler :)
| 
| M	OMCompiler
| 
* commit 9f3f861a6149a6104d6985ab395e6cf588b47e22
| Author: Lennart Ochel 
| Date:   Wed Jul 15 15:51:05 2015 +0200
| 
|     * OMCompiler f7b4037...af61d76 (1):
|       > Cleaned up #116
| 
| M	OMCompiler
| 
* commit 2e57387ddc047340fe39055c2fc8f987cd0b6ede
| Author: hudson 
| Date:   Wed Jul 15 15:16:59 2015 +0200
| 
|     * OMCompiler 4a8e668...f7b4037 (2):
|       >  - fixed indentation
|       >  - collected commits for improving non-linear solver newton.
| 
| M	OMCompiler
| 
* commit 0cba4c5c7f8357988cdfff8b45800333d2a9806b
| Author: Willi Braun 
| Date:   Wed Jul 15 10:21:54 2015 +0200
| 
|     * OMCompiler 8b345f0...4a8e668 (1):
|       >  - add simulation flag -nlsInfo that generates csv files for every non-linear system for detailed analysis propose
| 
| M	OMCompiler
| 
* commit 9e44085aad9322aaedcbbac0cb5cd942794db7d4
| Author: Lennart Ochel 
| Date:   Wed Jul 15 09:14:03 2015 +0200
| 
|     * OMCompiler 7400273...8b345f0 (1):
|       > Fixed typos in flag descriptions
| 
| M	OMCompiler
| 
* commit a4ca6091eef9da12c6995f44ad151712da8c03ab
| Author: Adeel Asghar 
| Date:   Tue Jul 14 19:44:31 2015 +0200
| 
|     Updated doc submodule
| 
| M	doc
| 
* commit ef2021b9ad4ba259ed28ea828d5e2cbebc58c69a
| Author: hudson 
| Date:   Tue Jul 14 19:08:13 2015 +0200
| 
|     * libraries 053c930...c327790 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 5b4071d9d1f75363039626574750f4fad943f07b
| Author: vwaurich 
| Date:   Tue Jul 14 15:05:19 2015 +0200
| 
|     * OMCompiler ce24686...7400273 (2):
|       > - Errormessage in IndexReduktion
|       > - some ErrorMessages for IndexReduktion
| 
| M	OMCompiler
| 
* commit 82d4b4650ac4592fb466fe713ebebec9113e2d28
| Author: Lennart Ochel 
| Date:   Tue Jul 14 11:46:37 2015 +0200
| 
|     * OMCompiler 69cde81...ce24686 (1):
|       > Fixed nls dump for newton method
| 
| M	OMCompiler
| 
* commit 71e6fc950fde1bcd4654ca558c6ee38cf095d846
| Author: hudson 
| Date:   Mon Jul 13 19:36:08 2015 +0200
| 
|     Updating submodules
|     * libraries 58dfc7c...053c930 (1):
|       > Bump libraries
|     
|     * testsuite cd1ae85...26ac8f3 (1):
|       > - update after library bump
| 
| M	libraries
| M	testsuite
| 
* commit 2f0557992e87cbe346ab7a092aefdd497897d0c3
| Author: vwaurich 
| Date:   Mon Jul 13 11:49:16 2015 +0200
| 
|     * OMCompiler b25d1f3...69cde81 (2):
|       > singleThreadSchedule
|       > revised partScheduler and reversed idxs in eventgraph
| 
| M	OMCompiler
| 
* commit 6f4aeca317308081c54393c3c8f612804017d137
| Author: hudson 
| Date:   Sat Jul 11 19:07:04 2015 +0200
| 
|     * libraries 0a5a9e3...58dfc7c (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 73f9173ffac3f7ba97fcb526457ddbdf61bd33b5
| Author: adrpo 
| Date:   Fri Jul 10 23:26:33 2015 +0200
| 
|     * testsuite cb4090c...cd1ae85 (2):
|       > - add the test to the Makefile
|       > - add test for flags used in library coverage testing so that we don't break it
| 
| M	testsuite
| 
* commit eed54242cf203602d7674139cc3d98067356d286
| Author: adrpo 
| Date:   Fri Jul 10 22:31:18 2015 +0200
| 
|     * OMCompiler eaac1dc...b25d1f3 (1):
|       > - handle BackendDAE.NO_MATCHING inside BackendDAEUtil.getStrongComponents - remove msgpack include as we don't have it anymore in 3rdParty (why is that?)
| 
| M	OMCompiler
| 
* commit 865cc999428a6a65e3ae00fa164fadde9ce3309b
| Author: hudson 
| Date:   Fri Jul 10 19:07:03 2015 +0200
| 
|     * libraries 8b76d69...0a5a9e3 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit d40e3a3d63e4ddb77a344036df86007d4b336d24
| Author: Marcus Walther 
| Date:   Fri Jul 10 15:02:36 2015 +0200
| 
|     * testsuite bee07d6...cb4090c (2):
|       > - fixed expected output of tests
|       > - added measureTime-test to cppruntime-hpcom - fmu 1.0 modelExchange tests are now simulated after export
| 
| M	testsuite
| 
* commit 8059fba202da24734f8dda66aab074fbea971f7e
| Author: hudson 
| Date:   Fri Jul 10 14:48:10 2015 +0200
| 
|     * OMCompiler 92491bd...eaac1dc (17):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > adapted newton solver of cpp runtime for linear tearing
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix in kinsol of cpp runtime for linear tearing system
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > linear tearing systems using jacobians for A matrix in cpp runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > added getJacobian matrix method for an Jacobain matrix index to cpp runtime
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > aktivated linear Tearing in cpp template
| 
| M	OMCompiler
| 
* commit e975d8b81a1a43b54f145f13ea71c84373b5045c
| Author: Marcus Walther 
| Date:   Fri Jul 10 14:10:10 2015 +0200
| 
|     * OMCompiler 1caa4f9...92491bd (1):
|       > - added the old switch-case-statements again, to handle fmu 2.0 export correctly
| 
| M	OMCompiler
| 
* commit 74ed610740aae276ee0a7ba32e44620939f29561
| Author: gossen 
| Date:   Fri Jul 10 13:45:22 2015 +0200
| 
|     * OMCompiler 41e9fb0...1caa4f9 (1):
|       > Replace SIMCODE record constructors
| 
| M	OMCompiler
| 
* commit 2466130d8496afa0e9d6b3cce84b5302f8995476
| Author: Marcus Walther 
| Date:   Fri Jul 10 13:16:06 2015 +0200
| 
|     * OMCompiler 4476180...41e9fb0 (1):
|       > - fixed wrong variable indices in modelDescription.xml (FMU export for CPP runtime) - fixed FMU 1.0 export of cpp runtime - fixed linker flags for hpcom fmu export (cpp-runtime)
| 
| M	OMCompiler
| 
* commit f81ede6e9fc9e748eae447f9c19eedf3df7c80ea
| Author: gossen 
| Date:   Fri Jul 10 09:38:09 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e728806...4476180 (5):
|       > Dont filter out clocked partitions with removed equations
|       > Do partitioning for removed equations
|       > Split removed equations beetwen shared and eqsystems sections of dae
|       > Print base clocks in synchronous dump info
|       > Remove FindZeroCrossings getters functions
|     
|     * testsuite e5c82b6...bee07d6 (2):
|       > Changes in removed equation partitioning
|       > Print base clocks in synchronous dumps
| 
| M	OMCompiler
| M	testsuite
| 
* commit fbedacd7d0f05bd27c1987579cca3cb5757f5f5f
| Author: Marcus Walther 
| Date:   Fri Jul 10 08:06:30 2015 +0200
| 
|     * OMCompiler 5be3c08...e728806 (1):
|       > - added missing comma to json profiling files
| 
| M	OMCompiler
| 
* commit dcddc100a56d82236a7c37ef893ef61475513a9d
| Author: adrpo 
| Date:   Fri Jul 10 07:48:37 2015 +0200
| 
|     * OMCompiler db870f4...5be3c08 (1):
|       > - update 3rdParty
| 
| M	OMCompiler
| 
* commit 5bbf7cc25881e89c2d3ed59b3838039a4d4cb995
| Author: adrpo 
| Date:   Fri Jul 10 05:55:18 2015 +0200
| 
|     * OMCompiler 1b3e57a...db870f4 (1):
|       > - use strol instead of strtoll as MSVC doesn't like it
| 
| M	OMCompiler
| 
* commit d18bfae8b1cc9c44035c287c1ce31d25ddc71d9c
| Author: adrpo 
| Date:   Fri Jul 10 03:55:39 2015 +0200
| 
|     * OMCompiler 61a6e5a...1b3e57a (1):
|       > - do not use atoll as MSVC does not have it
| 
| M	OMCompiler
| 
* commit ba3068b9ccf00bd2f11d1ef2d831447a01871f41
| Author: adrpo 
| Date:   Fri Jul 10 01:50:49 2015 +0200
| 
|     * OMCompiler 95c827c...61a6e5a (2):
|       > - more fixes for mingw64
|       > - some mingw64 bit fixes
| 
| M	OMCompiler
| 
* commit 4609d12f83fb01868bd0157ca99b627f64f59962
| Author: hudson 
| Date:   Thu Jul 9 19:07:36 2015 +0200
| 
|     * libraries 2a5c3c9...8b76d69 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit a1a59539fa7dd3459c3885a796d36b36bf2a4ed9
| Author: Lennart Ochel 
| Date:   Thu Jul 9 16:39:00 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a4ddaa1...95c827c (1):
|       > Call module "expandDerOperator" before module "clockPartitioning"
|     
|     * testsuite c302d97...e5c82b6 (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 28009a5aaba815b1585cbedbd90163512c1b732b
| Author: Niklas Worschech 
| Date:   Thu Jul 9 16:25:57 2015 +0200
| 
|     * OMCompiler 33972b1...a4ddaa1 (4):
|       > fix in kinsol of cpp runtime for linear tearing system
|       > linear tearing systems using jacobians for A matrix in cpp runtime
|       > added getJacobian matrix method for an Jacobain matrix index to cpp runtime
|       > aktivated linear Tearing in cpp template
| 
| M	OMCompiler
| 
* commit f654eb194a89629190db01d9b482b4e5b0de1e1b
| Author: Lennart Ochel 
| Date:   Thu Jul 9 16:13:01 2015 +0200
| 
|     * OMCompiler f923680...33972b1 (1):
|       > Generate cleaner code for when clauses
| 
| M	OMCompiler
| 
* commit ac266faba2010c01aff4a8ac2bf4b939dca407c5
| Author: adrpo 
| Date:   Thu Jul 9 15:49:13 2015 +0200
| 
|     * testsuite e68c990...c302d97 (1):
|       > - attempt to fix the git sanity check
| 
| M	testsuite
| 
* commit 1d4caeb4909a2d6f3bd7a8302e99d472388f96e3
| Author: adrpo 
| Date:   Thu Jul 9 00:48:19 2015 +0200
| 
|     * OMCompiler d490ce2...f923680 (1):
|       > - put back --emit_protected for CPP runtime as is used by Hudson library coverage script
| 
| M	OMCompiler
| 
* commit 4666e2087d4b6402ca30b1971271228424290525
| Author: hudson 
| Date:   Wed Jul 8 19:08:41 2015 +0200
| 
|     * libraries f336030...2a5c3c9 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit eb8e205d025d53dede7c6ce52f790426f54de952
| Author: Lennart Ochel 
| Date:   Wed Jul 8 17:54:18 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f186db9...d490ce2 (1):
|       > Generate cleaner code for reinit statements
|     
|     * testsuite 28fc631...e68c990 (1):
|       > Add/Update tests for reinit statement
| 
| M	OMCompiler
| M	testsuite
| 
* commit c2f67c0ae5231605cc4644a2245c2b66dfecc553
| Author: Lennart Ochel 
| Date:   Wed Jul 8 15:45:18 2015 +0200
| 
|     * OMCompiler 812ef72...f186db9 (1):
|       > Clear the flag discreteCall on the same level on which it is set
| 
| M	OMCompiler
| 
* commit d3b2e96f9c30fde8febf794c0aef7d5e23ba2fc1
| Author: adrpo 
| Date:   Wed Jul 8 15:02:21 2015 +0200
| 
|     * OMCompiler 2839510...812ef72 (1):
|       > - fix MSVC build of simulation code
| 
| M	OMCompiler
| 
* commit 235bfae15579b2e21d76e7a198da39c404fee33a
| Author: Lennart Ochel 
| Date:   Wed Jul 8 09:48:15 2015 +0200
| 
|     * OMCompiler 026f2b4...2839510 (1):
|       > Revised Initialization.mo
| 
| M	OMCompiler
| 
* commit 361db10af37cd56f65da6006fe2a7ae4b2b18aa3
| Author: Marcus Walther 
| Date:   Wed Jul 8 08:29:37 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 42f53d1...026f2b4 (1):
|       > - changed output point type OPT_EMTPY to OPT_NONE - if outputFormat in mos-skript is set to "empty", no result file is created in the cpp simulation runtime anymore
|     
|     * testsuite 09e638b...28fc631 (2):
|       > - fixed expected output for hpcom fmu tests
|       > - tests for outputFormat added to CppRuntime-tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit e7210c015fb5962190b0845f574af4c93261556e
| Author: hudson 
| Date:   Tue Jul 7 19:08:47 2015 +0200
| 
|     * libraries 6567560...f336030 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b6f222e885b5d9d0cbe6da47c80fdeb42a9692e3
| Author: Marcus Walther 
| Date:   Tue Jul 7 13:25:53 2015 +0200
| 
|     * OMCompiler 1a4cb22...42f53d1 (1):
|       > - removed alias variable initialization - removed some unused flags from cpp-runtime
| 
| M	OMCompiler
| 
* commit 9199454e0ef104b68ee31c52746bcf68c03ccf81
| Author: vwaurich 
| Date:   Tue Jul 7 11:44:52 2015 +0200
| 
|     * OMCompiler f04aa02...1a4cb22 (3):
|       > - more trailing whitespace stuff
|       > - remove trailing whitespaces
|       > - apply GRS for DAe and ZeroFunc System, adapt validateTaskGraph
| 
| M	OMCompiler
| 
* commit b0b0c37204b131dbe6e56a24fe9336daee5fe17b
| Author: Lennart Ochel 
| Date:   Tue Jul 7 09:56:07 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 2980576...f04aa02 (1):
|       > Hide SimCodeUtil error if initialization fails
|     
|     * testsuite 1fb4632...09e638b (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit bfaf6b2112e197201d384f838c0f72c7b7c1e3a1
| Author: Marcus Walther 
| Date:   Mon Jul 6 17:33:21 2015 +0200
| 
|     * testsuite 916948c...1fb4632 (3):
|       > - fixed msl32_cpp tests
|       > - fixed FMU HPCOM test - added genDebugSymbols-test for cpp-runtime
|       > - fmu tests for HPCOM added
| 
| M	testsuite
| 
* commit e415183f95e92dce483df54689e4d90f53d84226
| Author: Marcus Walther 
| Date:   Mon Jul 6 16:53:16 2015 +0200
| 
|     * OMCompiler 6cd6458...2980576 (1):
|       > - HPCOM-FMU-Support added - the HPCOM-ODE-System size is now checked against the number of sim code equations - Cpp-Runtime does now create a valid modelDescription.xml
| 
| M	OMCompiler
| 
* commit 2639367651a8b10314b8178523b4ec14539084bc
| Author: Marcus Walther 
| Date:   Mon Jul 6 15:46:02 2015 +0200
| 
|     * OMCompiler db1ab6e...6cd6458 (1):
|       > - cpp-runtime will now create reference variables instead of defines, if +d=gendebugsymbols is set
| 
| M	OMCompiler
| 
* commit bb335d6c5fc356f3c750fbde8ed73c99a870e09f
| Author: Lennart Ochel 
| Date:   Mon Jul 6 11:22:59 2015 +0200
| 
|     * OMCompiler 21bb0ca...db1ab6e (1):
|       > Replaced some more record constructors
| 
| M	OMCompiler
| 
* commit a095c04535d9606c6ad0bc433f24ee594ea5e460
| Author: Martin Sjölund 
| Date:   Mon Jul 6 10:48:02 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6547655...21bb0ca (2):
|       > Revise handling of MM singleton uniontypes
|       > Make List.position return failure
|     
|     * testsuite 1445bcc...916948c (1):
|       > Add tests for MetaModelica crefs
| 
| M	OMCompiler
| M	testsuite
| 
* commit 3bff1ce53fe11ed04dcf51f1e8d3a989af0ba2c4
| Author: gossen 
| Date:   Mon Jul 6 10:20:11 2015 +0200
| 
|     * OMCompiler 98ca067...6547655 (1):
|       > Replace BackendDAE record constructors
| 
| M	OMCompiler
| 
* commit 09e7ffdac1f1bc80a9ea8be7cfa028f5c2ce86bd
| Author: Martin Sjölund 
| Date:   Sun Jul 5 09:17:24 2015 +0200
| 
|     * OMCompiler 1488c5e...98ca067 (1):
|       > Handle boxed arguments in ranges
| 
| M	OMCompiler
| 
* commit df4e4f2ba2c9bcfbe1eca2795fa4245524bd2991
| Author: Lennart Ochel 
| Date:   Sat Jul 4 13:27:34 2015 +0200
| 
|     * OMCompiler 129db8b...1488c5e (1):
|       > Make use of singleton uniontypes in the back end
| 
| M	OMCompiler
| 
* commit 7fb624e565d2d9a71fe321baac84db9b1a41add3
| Author: Lennart Ochel 
| Date:   Sat Jul 4 12:12:44 2015 +0200
| 
|     * OMCompiler bd20178...129db8b (1):
|       > Replaced function Util.isSome by built-in function isSome
| 
| M	OMCompiler
| 
* commit e1c23a5e1b4507678d21eb3324ac3d7996dcb0b5
| Author: Lennart Ochel 
| Date:   Sat Jul 4 11:19:08 2015 +0200
| 
|     * OMCompiler 4306540...bd20178 (1):
|       > Make use of singleton uniontypes in the back end
| 
| M	OMCompiler
| 
* commit b08e1eca16025a92dfab5fa0f16ee2879397fbf1
| Author: hudson 
| Date:   Fri Jul 3 19:08:38 2015 +0200
| 
|     * libraries 2b87f67...6567560 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit f5a74997b044b35ba887d12688a32d7a803bc2fb
| Author: Martin Sjölund 
| Date:   Fri Jul 3 16:10:13 2015 +0200
| 
|     * OMCompiler 0e1c517...4306540 (2):
|       > Use singleton records without matching
|       > Treat singleton uniontypes as records
| 
| M	OMCompiler
| 
* commit 7476bd23bb087a47dffc3fa74b98fd490e18b151
| Author: gossen 
| Date:   Fri Jul 3 15:56:59 2015 +0200
| 
|     * OMCompiler 2362cf3...0e1c517 (2):
|       > Use BackendDAEUtil.emptyClocks function
|       > Move base clocks info from SHARED.EVENT_INFO record to SHARED record
| 
| M	OMCompiler
| 
* commit 2a59a75e106538764c3c81439751b382fa5e9c5d
| Author: hudson 
| Date:   Fri Jul 3 15:06:57 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b876223...2362cf3 (2):
|       > - Differentiate between generated and non-generated meta records.
|       > MetaUtil cleanup and fixes.
|     
|     * testsuite 9cedced...1445bcc (1):
|       > Testcase for functions inside of uniontype.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6dc44276d12e8c258d74d53bcdb9f55d9f51b2b0
| Author: gossen 
| Date:   Fri Jul 3 11:33:10 2015 +0200
| 
|     * OMCompiler d1fdf82...b876223 (10):
|       > Replace BackendDAE record constructors in VisualXML
|       > Replace BackendDAE record constructors in SimCodeUtil
|       > Replace BackendDAE record constructors in RemoveSimpleEquations
|       > Replace BackendDAE record constructors in IndexReduction
|       > Replace BackendDAE record constructors in FindZeroCrossings
|       > Replace BackendDAE record constructors in EvaluateParameter
|       > Replace BackendDAE record constructors in Initialization
|       > Replace BackendDAE record constructors in StateMachineFeatures
|       > Replace BackendDAE record constructors in BackendDAEUtil
|       > Add function setSharedOptimica in BackendDAEUtil
| 
| M	OMCompiler
| 
* commit 12b894c8b23d54b4693c25d1f454c2003da61baa
| Author: Lennart Ochel 
| Date:   Fri Jul 3 09:23:33 2015 +0200
| 
|     * OMCompiler 26c02a2...d1fdf82 (1):
|       > Revised function preBalanceInitialSystem2
| 
| M	OMCompiler
| 
* commit 849c6d88b6dc5ec92d6307fc670b7409d7d3ffd5
| Author: gossen 
| Date:   Fri Jul 3 08:22:44 2015 +0200
| 
|     * OMCompiler bcde872...26c02a2 (16):
|       > SynchronousFeatures refactoring
|       > Replace BackendDAE record constructors in RemoveSimpleEquations
|       > Replace BackendDAE record constructors in ResolveLoops
|       > Replace BackendDAE record constructors in Vectorization
|       > Replace BackendDAE record constructors in OpenTURNS
|       > Replace BackendDAE record constructors in Matching
|       >  Replace BackendDAE record constructors in InlineArrayEquations
|       > Replace BackendDAE record constructors in Initialization
|       > Replacing BackendDAE record constructors in FindZeroCrossings
|       > Replacing BackendDAE record constructors in EvaluateParameter
|       > Replacing BackendDAE record constructors in DynamicOptimization
|       > Replacing BackendDAE record constructors in CommonSubExpression
|       > Replacing BackendDAE record constructors in BackendDAEUtil
|       > Add function setEqSystMatrices to BackendDAEUtil
|       > Replace BackendDAE record constructors in BackendInline
|       > Replace BackendDAE record constructors in BackendDAETransform
| 
| M	OMCompiler
| 
* commit 264feffd21590e6a445a4ef40d6d570f39bbf27b
| Author: Martin Sjölund 
| Date:   Thu Jul 2 20:19:31 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler a5ea4c9...bcde872 (2):
|       > Compile fewer packages when bootstrapping
|       > Remove unused imports
|     
|     * testsuite 4479db0...9cedced (1):
|       > Changed line number
| 
| M	OMCompiler
| M	testsuite
| 
* commit 60ef78afd1ecb46f40ebd859c578169e9969f9ca
| Author: hudson 
| Date:   Thu Jul 2 19:07:58 2015 +0200
| 
|     * libraries 25dd406...2b87f67 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 4be184868af6be67ef25c120ada0d3e6b1749631
| Author: Martin Sjölund 
| Date:   Thu Jul 2 15:08:01 2015 +0200
| 
|     * OMCompiler aea876d...a5ea4c9 (1):
|       > Split CevalScript into CevalScriptBackend
| 
| M	OMCompiler
| 
* commit 890719b81cad61d26bc029149ac470337fc374cc
| Author: Marcus Walther 
| Date:   Thu Jul 2 14:55:58 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 509f225...aea876d (1):
|       > - added zeroFunc-Schedule to HPCOM - fixed windows msvc build for cpp-runtime
|     
|     * testsuite 5be3936...4479db0 (2):
|       > - changed the number of threads to 1, to make Hudson happy
|       > - added a lot of tests for HPCOM to cpp-runtime, to test various combinations of schedulers and code generators - updated expected output for HPCOM, because the zeroFuncs are now parallelized as well - removed old HPCOM-tests from cpp-runtime
| 
| M	OMCompiler
| M	testsuite
| 
* commit 82cbc88d459d8a089279ef6cd9fa875e6a9ebc47
| Author: Martin Sjölund 
| Date:   Thu Jul 2 11:35:38 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 471efb2...509f225 (1):
|       > Split CodegenC into CodegenCFunctions
|     
|     * testsuite cf4272a...5be3936 (1):
|       > Skip SimCode and Susan tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit a0ee68f12185df441ea579d563943c2730126103
| Author: Martin Sjölund 
| Date:   Thu Jul 2 07:59:46 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 28efb3e...471efb2 (1):
|       > Make it possible to compile OMC without backend
|     
|     * testsuite 2a3c85b...cf4272a (1):
|       > Update tests for new compiler structure
| 
| M	OMCompiler
| M	testsuite
| 
* commit 58f81b2d658f3b07ab8bd69c909212eef81609e6
| Author: hudson 
| Date:   Thu Jul 2 07:47:15 2015 +0200
| 
|     * OMCompiler 69e41fc...28efb3e (3):
|       > Fix c99eeed
|       > - fix compilation
|       > - fix Windows build by prefixing the enumerations in the CPP runtime settings with OM_ as otherwise the MSVC compiler complains madly
| 
| M	OMCompiler
| 
* commit b1898c848b5e69ddcc6f63e51994e596a2588a65
| Author: hudson 
| Date:   Wed Jul 1 19:07:52 2015 +0200
| 
|     * libraries 604f603...25dd406 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit b155f79d83466e08dd6d012d3b5492d57ba2e8c5
| Author: Lennart Ochel 
| Date:   Wed Jul 1 14:51:57 2015 +0200
| 
|     * OMCompiler 74f231c...69e41fc (1):
|       > Cleanup package Initialization
| 
| M	OMCompiler
| 
* commit ffb5f2e0a2b52d9a4b3005246efa036f969d5048
| Author: Lennart Ochel 
| Date:   Wed Jul 1 13:54:46 2015 +0200
| 
|     * OMCompiler aa6c0e0...74f231c (1):
|       > Fixed typos in flag descriptions
| 
| M	OMCompiler
| 
* commit 1eb53e6c6417d726db42b3ac632b42a1e3b9602c
| Author: Martin Sjölund 
| Date:   Wed Jul 1 13:16:08 2015 +0200
| 
|     * OMCompiler 78af16b...aa6c0e0 (1):
|       > Fix for missing __func__
| 
| M	OMCompiler
| 
* commit 828298aaa001a0301026c404191f543a5352c13d
| Author: Martin Sjölund 
| Date:   Wed Jul 1 13:03:46 2015 +0200
| 
|     * OMCompiler 3c606c7...78af16b (1):
|       > Use GNU sed
| 
| M	OMCompiler
| 
* commit 230d854d0d12a1d8e76eeceb84682e08c19f441c
| Author: Martin Sjölund 
| Date:   Wed Jul 1 12:31:08 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 728c5a3...3c606c7 (1):
|       > Fixes #3367,#3249 (unknown dim in function call)
|     
|     * testsuite 94c14f9...2a3c85b (1):
|       > Add testcase for #3367
| 
| M	OMCompiler
| M	testsuite
| 
* commit d2b28c8b676d74be993c01cb6471ce599cf1ccea
| Author: vruge 
| Date:   Wed Jul 1 10:09:22 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 6518e3c...728c5a3 (1):
|       > imporved "collect" of terms
|     
|     * testsuite 0beea1c...94c14f9 (1):
|       > update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit ab8ad3afbb54f6c4d853de14d8d0b5c3eba25883
| Author: vruge 
| Date:   Tue Jun 30 23:16:22 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c5516d9...6518e3c (1):
|       > added prototype recursive tearing
|     
|     * testsuite c52d337...0beea1c (2):
|       > added test for recursiveTearing
|       > update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6aca5cff93c7a7c92507c4df6b74db27f3ee7322
| Author: Martin Sjölund 
| Date:   Tue Jun 30 22:36:17 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0c84436...c5516d9 (2):
|       > Add API diffModelicaFileListings
|       > addComponent API now uses the correct filename
|     
|     * testsuite 8a3220b...c52d337 (1):
|       > Added tests for diffModelicaFileListings API
| 
| M	OMCompiler
| M	testsuite
| 
* commit 61f991cdb5be5936af74280ade6cd5fc371792e9
| Author: hudson 
| Date:   Tue Jun 30 19:07:35 2015 +0200
| 
|     * libraries 41cb3a5...604f603 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 667dff388f6920bd45b0b029be7824e5ebbfba47
| Author: Adeel Asghar 
| Date:   Tue Jun 30 17:42:52 2015 +0200
| 
|     * OMCompiler 1a67754...0c84436 (1):
|       > Fixes #3375 OMNotebook array plotting.
| 
| M	OMCompiler
| 
* commit 983533bb8e94a8dbffe45f8f87466146f024fbc2
| Author: Adeel Asghar 
| Date:   Tue Jun 30 16:41:52 2015 +0200
| 
|     * OMCompiler f9f25dd...1a67754 (1):
|       > - Updated Types patch to fix Windows build.
| 
| M	OMCompiler
| 
* commit d021db6182cc5cfe61197945e4ee2ab5d7ff287e
| Author: Lennart Ochel 
| Date:   Tue Jun 30 15:44:35 2015 +0200
| 
|     * OMCompiler 226e96d...f9f25dd (1):
|       > Fixed typos, indentation and coding style
| 
| M	OMCompiler
| 
* commit 23246794a5a99c885aaa46e97791825972eeff2d
| Author: Lennart Ochel 
| Date:   Tue Jun 30 14:06:13 2015 +0200
| 
|     * OMCompiler b1e4412...226e96d (1):
|       > Fixed some error messages
| 
| M	OMCompiler
| 
* commit 405bc968669d6e30c281fb591fcbb9677f0e3186
| Author: Martin Sjölund 
| Date:   Tue Jun 30 12:43:07 2015 +0200
| 
|     * testsuite 061bcf6...8a3220b (1):
|       > Fix accidental revert in c0723f7
| 
| M	testsuite
| 
* commit e6bdc8256071cbfc630f4d36f26b28664af2c165
| Author: marchartung 
| Date:   Tue Jun 30 12:19:21 2015 +0200
| 
|     * OMCompiler 4f4dbe2...b1e4412 (1):
|       > Fixed Windows bug for conversion const int to LogLevel
| 
| M	OMCompiler
| 
* commit 4db59c88c70214923fcffca7662d3027b0f55872
| Author: Martin Sjölund 
| Date:   Tue Jun 30 11:45:20 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 09c0b45...4f4dbe2 (2):
|       > Compile the ModelicaDiff lexer with OMC
|       > Add target to update the lexer
|     
|     * testsuite b895eaa...061bcf6 (1):
|       > Moved OMCC to separate repository
| 
| M	OMCompiler
| M	testsuite
| 
* commit b9e3e22e43ba37c54f568e300ccdd82b79d3cbf8
| Author: gossen 
| Date:   Tue Jun 30 11:27:20 2015 +0200
| 
|     * OMCompiler 7f24872...09c0b45 (2):
|       > Replace BackendDAE record constructors in BackendDAEOptimize
|       > Add function clearEqSyst
| 
| M	OMCompiler
| 
* commit 0f9a940bcaee2556729f3cc5f4e6d015b507d38a
| Author: vruge 
| Date:   Mon Jun 29 23:20:55 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler c53af00...7f24872 (5):
|       > fixed whitespace
|       > clean up
|       > improved simplifySumOperatorExpression
|       > improved symplifyLoops
|       > added post module for simplify loops for the simulation/optimization
|     
|     * testsuite 04d407d...b895eaa (3):
|       > fixed whitespace
|       > added test for simplifyLoops
|       > update test for simplifyLoops
| 
| M	OMCompiler
| M	testsuite
| 
* commit e59871d40a23ac69e5c5b0a08a0307d414df416b
| Author: hudson 
| Date:   Mon Jun 29 19:08:17 2015 +0200
| 
|     * libraries 1fa7465...41cb3a5 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 2743aacd6b03346514aecec552b43621ed1b93ca
| Author: Adeel Asghar 
| Date:   Mon Jun 29 18:36:11 2015 +0200
| 
|     * OMNotebook 5e297bb...e800774 (1):
|       > #3373 - Give more stack on Windows for the QT clients that use the omc dll.
| 
| M	OMNotebook
| 
* commit 0a3c1d133f167de02ad6a59f23a8adaa5b98ed5b
| Author: Martin Sjölund 
| Date:   Mon Jun 29 17:54:28 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 49f3f03...c53af00 (1):
|       > Add ModelicaDiff lexer
|     
|     * testsuite 044832c...04d407d (3):
|       > Add tests for the Modelica diff lexer
|       > Make the OMCC Modelica lexer a single package
|       > Update gitignore
| 
| M	OMCompiler
| M	testsuite
| 
* commit 6c2eb855ac5bea713d6e1431db0eaa900339e245
| Author: Martin Sjölund 
| Date:   Mon Jun 29 16:23:46 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e234aa1...49f3f03 (1):
|       > Check commit summary and message lengths
|     
|     * testsuite 82d7955...044832c (1):
|       > Enforce 50/72 charcter commit messages
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7c84117b57c119efa8beef6e92c67c6a36f96dd2
| Author: Martin Sjölund 
| Date:   Mon Jun 29 16:13:35 2015 +0200
| 
|     Add 50/72 character line commit messages
| 
| M	CONTRIBUTING.md
| 
* commit 38887f3d8797613c8a7dd6d096f8124597182d4a
| Author: hudson 
| Date:   Mon Jun 29 15:44:34 2015 +0200
| 
|     * OMCompiler 48def8b...e234aa1 (4):
|       > Fixed FMU2-Errors. Static member FMU2Wrapper::logCategory is now FMU2Wrapper::LogCategoryFMU
|       > Logger for CPP-Runtime updated
|       > - added boost::atomic to windows cpp-runtime-build
|       > - replaced boost_log with logger-class of cpp-runtime - moved the implementation of StaticNonLinSolver-, StaticLinSolver- and StaticSolverOMCFactory to code files (because otherwise we are not able to disable cvode and kinsol for FMU export, easily) - FMU is now using Newton instead of Kinsol by default - FMU has no dependencies to sundials anymore
| 
| M	OMCompiler
| 
* commit bb58ef21a6de33ef0cdde101bea76dc9b0f4a88e
| Author: Adeel Asghar 
| Date:   Mon Jun 29 15:12:29 2015 +0200
| 
|     * OMEdit d6e9031...180236b (1):
|       > #3374 - Added the close button to tabs.
| 
| M	OMEdit
| 
* commit 15028a92ca6c6c5cf4052b4d27c1e545526ea621
| Author: Lennart Ochel 
| Date:   Mon Jun 29 12:15:14 2015 +0200
| 
|     * OMCompiler 4446bdb...48def8b (1):
|       > Fixed typos
| 
| M	OMCompiler
| 
* commit f7926adbdd59f5617dc2464e3b6080965b875c03
| Author: Lennart Ochel 
| Date:   Mon Jun 29 11:38:20 2015 +0200
| 
|     * OMCompiler 45d0216...4446bdb (1):
|       > Fixed some typos
| 
| M	OMCompiler
| 
* commit ad475121d7e804834e2e7cb8eb07e6a007c220f7
| Author: Lennart Ochel 
| Date:   Mon Jun 29 09:51:37 2015 +0200
| 
|     * OMCompiler 70c020c...45d0216 (1):
|       > Improved handling of inverse algorithms - Discrete variables do no longer appear as iteration variable - Proper error message for systems that need to have discrete iteration variable
| 
| M	OMCompiler
| 
* commit 96b0e0ed4c7239930949c566bdf7994e0f6e56c2
| Author: Martin Sjölund 
| Date:   Sun Jun 28 21:52:09 2015 +0200
| 
|     * doc 0986330...259ec4a (1):
|       > Add my PhD thesis to the list of publications
| 
| M	doc
| 
* commit f501ad8907cc9d2c6013ca1469f888164af84cbe
| Author: hudson 
| Date:   Sun Jun 28 19:06:54 2015 +0200
| 
|     * libraries fe0d39b...1fa7465 (1):
|       > Bump libraries
| 
| M	libraries
| 
* commit 073ccabc341f1c6e00c7bf57e998b913c1c08fd9
| Author: Martin Sjölund 
| Date:   Sun Jun 28 10:38:33 2015 +0200
| 
|     * libraries 681cd44...fe0d39b (1):
|       > Add an empty line after the summary
| 
| M	libraries
| 
* commit a03839ed24303494bfe5f12b7e9203db1b6494bc
| Author: hudson 
| Date:   Sat Jun 27 19:07:40 2015 +0200
| 
|     * libraries e411ba3...681cd44 (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 6f8281e9c606c18815b2e2420ad3b6d2edfc2f38.   * [https://github.com/iea-annex60/modelica-annex60/commit/6f8281e 6f8281e] Merge pull request #278 from thorade/issue273_HTML   * [https://github.com/iea-annex60/modelica-annex60/commit/5a26bb9 5a26bb9] one more paragraph that needs to be closed,
| 
| M	libraries
| 
* commit c674c6b5fe9867b3718a84c221b26f19a5cee129
| Author: Martin Sjölund 
| Date:   Sat Jun 27 10:20:10 2015 +0200
| 
|     * testsuite 28812c9...82d7955 (1):
|       > Some fixes to make OMCC leaner
| 
| M	testsuite
| 
* commit d324e160824eddcffaa81546171b7a193c9ca699
| Author: Martin Sjölund 
| Date:   Sat Jun 27 06:23:33 2015 +0200
| 
|     * OMCompiler 91eaa01...70c020c (2):
|       > Patch the bootstrapping tarball
|       > Fix some polymorphism checks
| 
| M	OMCompiler
| 
* commit 87628719d174b988fd5337e3af2e82aa4a6a47f6
| Author: hudson 
| Date:   Fri Jun 26 19:07:33 2015 +0200
| 
|     * libraries f53d11b...e411ba3 (1):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch maint/3.2.1 updated to 2af3cb1e2e2bed3f8db95e047346cedb4ce57bd1.   * [https://github.com/modelica/Modelica/commit/2af3cb1 2af3cb1] Added difference of build.3 with respect to build.2 (generated with Dymola 2016, ModelManagement)
| 
| M	libraries
| 
* commit dcd73486815c9b43a137e4658778d66c4ac3cf87
| Author: hudson 
| Date:   Fri Jun 26 15:18:53 2015 +0200
| 
|     * OMEdit 03def48...d6e9031 (1):
|       > #3373 - Give more stack on Windows for the QT clients that use the omc dll.
| 
| M	OMEdit
| 
* commit 2f0e20d6893c981879597f0475215b0a478a8258
| Author: Lennart Ochel 
| Date:   Fri Jun 26 14:59:33 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 14c7f83...91eaa01 (2):
|       > Merge branch 'master' into inverse-algorithm
|       > Solve for inputs (or a combination of inputs and outputs) of an algorithm section if necessary Therefore, the algorithm is treated as a nonlinear loop. This should be improved for discrete or hybrid systems (mixed continuous and discrete systems). See #3081 TODO: Handle discrete algorithm outputs properly.
|     
|     * testsuite 8f1c202...28812c9 (1):
|       > Added new tests for inverse solving of algorithms
| 
| M	OMCompiler
| M	testsuite
| 
* commit db8db874e749e0e0a66cc6094db3fd74cb49d2d0
| Author: hudson 
| Date:   Fri Jun 26 14:28:30 2015 +0200
| 
|     * OMEdit e3397c8...03def48 (1):
|       > #3362 - Updated the question message according to context menu choice.
| 
| M	OMEdit
| 
* commit cab0340cf75ff48041ece5548743a44d76160927
| Author: hudson 
| Date:   Fri Jun 26 14:16:54 2015 +0200
| 
|     * OMEdit a9b0514...e3397c8 (1):
|       > #3362 - Use delete for nested classes instead of unload.
| 
| M	OMEdit
| 
* commit 2413fcadc531158dfe436b1f468453f6f65c7653
| Author: Marcus Walther 
| Date:   Fri Jun 26 13:53:16 2015 +0200
| 
|     * OMCompiler 3aa480b...14c7f83 (1):
|       > - support for Intel Compiler added to C++ Simulation Runtime (by Joseph Schuchart)
| 
| M	OMCompiler
| 
* commit f57b23a665443f417223a0a925493e71a749310e
| Author: hkiel 
| Date:   Fri Jun 26 13:13:28 2015 +0200
| 
|     Update Makefile.in
|     
|     fix path on OSX
| 
| M	Makefile.in
| 
* commit 8437d4ad40d969d9ff23bb04fa9962741a175bec
| Author: Martin Sjölund 
| Date:   Fri Jun 26 13:03:56 2015 +0200
| 
|     Update CONTRIBUTING.md
| 
| M	CONTRIBUTING.md
| 
* commit 8a17fe3c1af1b676a276c17b63b3588a26e8b066
| Author: Martin Sjölund 
| Date:   Fri Jun 26 07:02:52 2015 +0200
| 
|     * OMCompiler ac6e440...3aa480b (1):
|       > Add missing fail calls
| 
| M	OMCompiler
| 
* commit 2e0d96045fab3e7e77fe5326c8425a1f72904343
| Author: hudson 
| Date:   Thu Jun 25 21:43:28 2015 +0200
| 
|     * libraries 2919773...f53d11b (2):
|       > Bump libraries - https://github.com/DLR-SR/Noise.git branch master updated to f03e648a004a1ab7102058f45d4748017f366c3b.   * [https://github.com/DLR-SR/Noise/commit/f03e648 f03e648] Merge pull request #55 from akloeckner/master   * [https://github.com/DLR-SR/Noise/commit/ba51359 ba51359] Inserted missing each   * [https://github.com/DLR-SR/Noise/commit/ef36ff0 ef36ff0] Numerical Interval lengths   * [https://github.com/DLR-SR/Noise/commit/b818830 b818830] Fix pedantic mode warnings in supplemental Noise library   * [https://github.com/DLR-SR/Noise/commit/5c62645 5c62645] Pedantic mode => NumberOfintervals replaced by Interval annotation   * [https://github.com/DLR-SR/Noise/commit/2cf979e 2cf979e] Rename folders accordingly and uses annotation   * [https://github.com/DLR-SR/Noise/commit/94c5e7f 94c5e7f] Proper ordered version
|       > Read pre-release versions of libraries
| 
| M	libraries
| 
* commit 218d369bc74482ce87b775c01c8dc0fb02e560fd
| Author: hudson 
| Date:   Thu Jun 25 19:08:51 2015 +0200
| 
|     * libraries e3a3890...2919773 (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 629d3dd2b3de56dcbd8b95d8f4f32fa38b5c6dfb.   * [https://github.com/iea-annex60/modelica-annex60/commit/629d3dd 629d3dd] Merged master   * [https://github.com/iea-annex60/modelica-annex60/commit/36e3a4f 36e3a4f] Corrected html error   * [https://github.com/iea-annex60/modelica-annex60/commit/244f347 244f347] Correct html errors in Aiflow package   * [https://github.com/iea-annex60/modelica-annex60/commit/2062d05 2062d05] Remove dummy weather file for step response of T   * [https://github.com/iea-annex60/modelica-annex60/commit/58469d8 58469d8] Add doc-strings to all instances in airBenchmark   * [https://github.com/iea-annex60/modelica-annex60/commit/1ea3037 1ea3037] Remove System from AirBenchmark examples   * [https://github.com/iea-annex60/modelica-annex60/commit/d0a0853 d0a0853] Update hyperlinks in AirBenchmark documentation   * [https://github.com/iea-annex60/modelica-annex60/commit/02ffb30 02ffb30] Revised code   * [https://github.com/iea-annex60/modelica-annex60/commit/3b1d0d0 3b1d0d0] Added info section   * [https://github.com/iea-annex60/modelica-annex60/commit/0690b4d 0690b4d] update reference results for airflow benchmark   * [https://github.com/iea-annex60/modelica-annex60/commit/55acb4f 55acb4f] Merge branch 'master' of https://github.com/iea-annex60/modelica-annex60 into issue82_airBenchmark   * [https://github.com/iea-annex60/modelica-annex60/commit/006f8d4 006f8d4] Set Medium to partialMedium and A60 Air   * [https://github.com/iea-annex60/modelica-annex60/commit/29bf14b 29bf14b] Remove system from Floor   * [https://github.com/iea-annex60/modelica-annex60/commit/ee137b0 ee137b0] Update documentation   * [https://github.com/iea-annex60/modelica-annex60/commit/c8be907 c8be907] Revised documentation
| 
| M	libraries
| 
* commit aa00e2fd29850e911ce4d4d6a643cc399cb64ba4
| Author: Martin Sjölund 
| Date:   Thu Jun 25 18:11:01 2015 +0200
| 
|     * OMCompiler 072de1a...ac6e440 (1):
|       > Print default values
| 
| M	OMCompiler
| 
* commit 7e88b57061e3c07d1ce762ab9b1c0a4c0755c4ff
| Author: hudson 
| Date:   Thu Jun 25 17:59:21 2015 +0200
| 
|     * OMEdit 860a0ef...a9b0514 (1):
|       > - Store the interfaces in OMEdit and show list of interfaces for each sub-model
| 
| M	OMEdit
| 
* commit f4b52f2ea2374eb0993da4b7e9ece6817bdc416b
| Author: hudson 
| Date:   Thu Jun 25 17:33:54 2015 +0200
| 
|     * OMShell 32c1153...ac44689 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMShell
|       > ignore omc_communication.h/cc
| 
| M	OMShell
| 
* commit 2bd6cf5affb2d70fddeac98826c35e731031fd3b
| Author: hudson 
| Date:   Thu Jun 25 17:10:47 2015 +0200
| 
|     * OMEdit 31836b5...860a0ef (1):
|       > Fetch the initialization methods, linear & non-linear solvers from simulation_options.h
| 
| M	OMEdit
| 
* commit 9c2ad44ec311bd05c68852e21a32ec667ed16afb
| Author: hudson 
| Date:   Thu Jun 25 16:28:51 2015 +0200
| 
|     * OMEdit d225e96...31836b5 (1):
|       > Open the html documentation for integration methods help.
| 
| M	OMEdit
| 
* commit b739c7c3dc2bd9df12041ef8c2b70f0eed393d86
| Author: hudson 
| Date:   Thu Jun 25 16:02:08 2015 +0200
| 
|     * OMEdit 4138bfb...d225e96 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fetch the solver methods from simulation_options.h
| 
| M	OMEdit
| 
* commit d8bb8a0da6a7c5f16ff2e1e2fb2ba814a892215c
| Author: hudson 
| Date:   Thu Jun 25 15:34:36 2015 +0200
| 
|     * doc 08614de...0986330 (1):
|       > Use standard web fonts for documentation.
| 
| M	doc
| 
* commit facff3a6fd979697635d48b30d5d5989479a632d
| Author: Martin Sjölund 
| Date:   Thu Jun 25 13:33:40 2015 +0200
| 
|     Update docs
| 
| M	doc
| 
* commit 12bd3c5d2a4c9ea00d82030c8c39947519ce38ed
| Author: Martin Sjölund 
| Date:   Thu Jun 25 13:26:31 2015 +0200
| 
|     Update docs
| 
| M	doc
| 
* commit 2d08c7e3cbfd75c6d307aa56746501c1583ed2f3
| Author: hudson 
| Date:   Thu Jun 25 13:00:49 2015 +0200
| 
|     * doc 4a4e34f...bebfe99 (1):
|       > Add documentation target to build the docs
| 
| M	doc
| 
* commit a3a211207fc32edbbeb4e7d7ef03604b9efced8c
| Author: Lennart Ochel 
| Date:   Thu Jun 25 12:09:57 2015 +0200
| 
|     * OMCompiler 166d282...072de1a (1):
|       > Removed case for empty algorithms in SerializeModelInfo.serializeEquation There should be no empty algorithms in the backend anymore.
| 
| M	OMCompiler
| 
* commit 7a92b99138afb475afc36dae4215cfa6f353c1be
| Author: Martin Sjölund 
| Date:   Thu Jun 25 09:41:17 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler f2102e3...166d282 (1):
|       > Add a complete sphinx help text
|     
|     * OMEdit 438c875...4138bfb (1):
|       > - Do not add the same interface multiple times if the interface already exists in MetaModel
|     
|     * doc 511a412...4a4e34f (1):
|       > Add a chapter on the omc flags (help text)
| 
| M	OMCompiler
| M	OMEdit
| M	doc
| 
* commit c099febdf5424b37c05040adcc8a8166da71ed78
| Author: Lennart Ochel 
| Date:   Thu Jun 25 09:24:38 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8927383...f2102e3 (1):
|       > Removed optional initialization This removes obsolete code that was introduced to make numeric initialization available as fall-back solution if the symbolic initialization failed. Since the numeric initialization is removed for some time, this should be removed as well.
|     
|     * testsuite f1f5e87...8f1c202 (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit bfc798601a90e41755fb879a4d67c33b2b597a53
| Author: hudson 
| Date:   Wed Jun 24 22:36:04 2015 +0200
| 
|     * doc a7d282f...511a412 (1):
|       > Remove OMC_API-HowTo.pdf (User's Guide is better)
| 
| M	doc
| 
* commit b550d57208a1944c8d054187f70de2ed9408545f
| Author: Lennart Ochel 
| Date:   Wed Jun 24 21:38:09 2015 +0200
| 
|     * OMCompiler 3c02ab5...8927383 (1):
|       > Don't add empty algorithms to BackendDAE
| 
| M	OMCompiler
| 
* commit d446dfd94703a5ed7e978251f195be5b01d7a751
| Author: Martin Sjölund 
| Date:   Wed Jun 24 20:12:25 2015 +0200
| 
|     Updating submodules
|     
|     * OMEdit 6127950...438c875 (1):
|       > - Do not show up connection properties and mpManhattanizeShapeAction for TLM editor
|     
|     * doc 739170f...a7d282f (1):
|       > Add chapter on simulation flags
|     
|     * libraries f01d1a3...e3a3890 (1):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch maint/3.2.1 updated to 51ae96bfca05d9e171200be24e027b5e5c3795a7.   * [https://github.com/modelica/Modelica/commit/51ae96b 51ae96b] Merged r8326 to maintnance branch for 3.2.1. (#1738)
|     
|     * testsuite 80bf691...f1f5e87 (1):
|       > Update for new MSL
| 
| M	OMEdit
| M	doc
| M	libraries
| M	testsuite
| 
* commit b5baa378711bd6843f1c17842e377828e45d793c
| Author: Martin Sjölund 
| Date:   Wed Jun 24 19:45:42 2015 +0200
| 
|     * OMCompiler ec9f2b8...3c02ab5 (1):
|       > Improve --help=simulation
| 
| M	OMCompiler
| 
* commit 1903dc5741d7289853286a7f49e52b2a02585516
| Author: hudson 
| Date:   Wed Jun 24 19:06:39 2015 +0200
| 
|     * OMEdit b290646...6127950 (1):
|       > Open the HTML based documentation when user presses F1. We will embed the documentation with in OMEdit later.
| 
| M	OMEdit
| 
* commit 009790d921441cb79d8e9062baeef71d7c3857fa
| Author: hudson 
| Date:   Wed Jun 24 18:53:07 2015 +0200
| 
|     * OMEdit 4087eb4...b290646 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Added menu items to open the OpenModelica latest & old pdf documentation.
| 
| M	OMEdit
| 
* commit f87caa1917e621a85ad6dfdd058543f0d8394f19
| Author: hudson 
| Date:   Wed Jun 24 18:04:43 2015 +0200
| 
|     * OMEdit cf67183...4087eb4 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > - TLM editor updateTLMConnectiontAnnotation API
| 
| M	OMEdit
| 
* commit ca59138084cf693402cc41127d5fb0d3e9aa8715
| Author: Willi Braun 
| Date:   Wed Jun 24 17:52:32 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 281db69...ec9f2b8 (1):
|       >  - fix noevents debug flag
|     
|     * testsuite 9c57e3a...80bf691 (1):
|       >  - added test for noevents flags
| 
| M	OMCompiler
| M	testsuite
| 
* commit dc0e7a051f60c40051ecd887c85ae8cec071fdd4
| Author: hudson 
| Date:   Wed Jun 24 17:28:54 2015 +0200
| 
|     * OMEdit 5bf300c...cf67183 (2):
|       > Free the memory by deleting the QMessageBoxes when they close.
|       > Updated the language files.
| 
| M	OMEdit
| 
* commit e4e1ea73bd8d2547190aaacdac2378dc55cb51f5
| Author: hudson 
| Date:   Wed Jun 24 17:05:45 2015 +0200
| 
|     * OMEdit fadb66a...5bf300c (1):
|       > Ask for the e-mail address from the user when sending crash report.
| 
| M	OMEdit
| 
* commit c9318ff15e9ff3bb31b04bedf9c7864662e43466
| Author: hudson 
| Date:   Wed Jun 24 16:06:32 2015 +0200
| 
|     * OMEdit c618de1...fadb66a (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fixed opening of files passed as command line arguments.
| 
| M	OMEdit
| 
* commit 125cc0a2034b778df2610228ca7e6bb266445f19
| Author: hudson 
| Date:   Wed Jun 24 15:39:35 2015 +0200
| 
|     * OMEdit 1094e7b...c618de1 (1):
|       > - TLM Editor createConnection API
| 
| M	OMEdit
| 
* commit 2e9086f1723cedbe12eac168bf9cb9b81d7b4aa2
| Author: Martin Sjölund 
| Date:   Wed Jun 24 14:29:40 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 3a59575...281db69 (1):
|       > Implement Myer's diff algorithm
|     
|     * testsuite e60e80c...9c57e3a (1):
|       > Add test for DiffAlgorithm.mo
| 
| M	OMCompiler
| M	testsuite
| 
* commit f426c57f691c56986939bb6fabbbb504567b1a91
| Author: Martin Sjölund 
| Date:   Wed Jun 24 14:04:53 2015 +0200
| 
|     * OMCompiler e924e3c...3a59575 (2):
|       > Improve operator overloading and error-messages
|       > Handle array as iterator
| 
| M	OMCompiler
| 
* commit afd5da6b90e0dcf716b127b8d0c8c46f94b7878d
| Author: hudson 
| Date:   Wed Jun 24 13:41:02 2015 +0200
| 
|     * OMEdit 09275d8...1094e7b (1):
|       > - TLM editor DeleteConenction API
| 
| M	OMEdit
| 
* commit 190d162348deeb4605c66ba349b912c4ebb3cbad
| Author: hudson 
| Date:   Wed Jun 24 12:05:52 2015 +0200
| 
|     * OMEdit df58213...09275d8 (1):
|       > - Use API for getTLMConnections
| 
| M	OMEdit
| 
* commit 77a9692d6f6cdca17daf3099be3eb31c08696937
| Author: Marcus Walther 
| Date:   Wed Jun 24 10:05:20 2015 +0200
| 
|     * testsuite b3d69fc...e60e80c (2):
|       > - added missing umfpack-test
|       > I have added 3 FMI tests to the cppruntime-folder, to test the FMU 1.0 and 2.0 export (model exchange). Furthermore I have removed the old FMU-tests and reactivated the Umfpack-test of the c++ simulation runtime. The new static linking test is not working at the moment and thus part of FAILINGTEST.
| 
| M	testsuite
| 
* commit f8b9b335f31b44639b9668d2c7b9f4b7efd2a05d
| Author: hudson 
| Date:   Wed Jun 24 07:46:26 2015 +0200
| 
|     * OMEdit 3ea1506...df58213 (1):
|       > - Use mpPlainTextEdit instead of getPlainTextEdit
| 
| M	OMEdit
| 
* commit b2b69ffe4f66679750aa25ef07a3630df8e5c434
| Author: hudson 
| Date:   Wed Jun 24 07:34:45 2015 +0200
| 
|     * OMEdit 4252799...3ea1506 (1):
|       > - Update the MetaModel editor xml object when switching from text to diagram view
| 
| M	OMEdit
| 
* commit a63c5c04f506017686c34615fc1b0b08dfbc7551
| Author: hudson 
| Date:   Wed Jun 24 06:18:52 2015 +0200
| 
|     * OMEdit c487dc4...4252799 (1):
|       > - Check for xml validation when loading the meta-model xml file - Check for xml validation when fetching interface data and co-simulating the meta-model
| 
| M	OMEdit
| 
* commit 420b44ab500728c3835402cba5cd2458b2b417c9
| Author: hudson 
| Date:   Tue Jun 23 19:09:17 2015 +0200
| 
|     * libraries bb456cd...f01d1a3 (1):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch master updated to 3cdfc460b291215711d82831c957113560edd8b2.   * [https://github.com/modelica/Modelica/commit/3cdfc46 3cdfc46] Removed illegal use of `each` on scalar component in DynamicPipe. (#1738)
| 
| M	libraries
| 
* commit 46e280feb94424c63be88885ee50a2a37bf7e9d8
| Author: hudson 
| Date:   Tue Jun 23 18:13:19 2015 +0200
| 
|     * libraries c096052...bb456cd (1):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch master updated to d42aa653847ab8176a2dec5f6229c4d38ffcb20c.   * [https://github.com/modelica/Modelica/commit/d42aa65 d42aa65] fix #1633
| 
| M	libraries
| 
* commit 553203b05f8c45d8016a9190b5f6467a84e56add
| Author: Martin Sjölund 
| Date:   Tue Jun 23 14:31:46 2015 +0200
| 
|     * OMCompiler 05fad1a...e924e3c (1):
|       > Fix umfpack rpath
| 
| M	OMCompiler
| 
* commit 262d9ad9b868ec391638942d5e6205a1f8472a08
| Author: hudson 
| Date:   Tue Jun 23 14:12:05 2015 +0200
| 
|     * OMCompiler 9f8ce9c...05fad1a (20):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > Merge remote-tracking branch 'origin/master' into masterMW
|       > - added sundials license file to cpp-runtime and to FMU distribution
|       > - all libraries of cpp runtime are now compiled with -fPIC on Linux systems - boost log completely deactivated -> I will change the boost logger to the new logger code, soon - fixed FMU compilation (now the static libraries are used)
|       > Merge remote-tracking branch 'origin/master' into masterMW
|       > - Added measureTime-Regions to thread-functions
|       > - fix for undefined MEASURETIME_REGION
|       > - fixed some linker problems - added measureTime-statements for threads of thread-schedule
|       > - fixed CVodeWriteOutput-Tracing
|       > - fixed CVodeWriteOutput-Tracing
|       > - fix for FMU export - fixed CVodeWriteOutput-Tracing
|       > - further changes on Makefile structure, to disable papi if scorep is used
|       > - removed runtime_static_linking from mingw-makefile - removed threading instruction for scorep
|       > - fixed segfault
|       > - added missing static library
|       > - removed runtime_static_linking from Makefile
|       > - fixed runtimeStaticLinking - fixed ScoreP-Support
|       > - fixed mingw build
|       > - ScoreP-include added
|       > - fixed ScoreP-Handling in Cmake
| 
| M	OMCompiler
| 
* commit e05b3c374bfc41043ebaf801919529d157ade86c
| Author: Martin Sjölund 
| Date:   Tue Jun 23 13:47:40 2015 +0200
| 
|     * testsuite 1077164...b3d69fc (1):
|       > Look for executable binary files
| 
| M	testsuite
| 
* commit 51d64b38b0d327735b578d14a44d0961c6fae9f7
| Author: marchartung 
| Date:   Tue Jun 23 13:02:07 2015 +0200
| 
|     * testsuite cb3a2fb...1077164 (1):
|       > Added Test to HPCOM-Testsuite
| 
| M	testsuite
| 
* commit 9e123ba964612753fe6c5c09a7b5ff3dcc3ba348
| Author: Martin Sjölund 
| Date:   Tue Jun 23 11:12:20 2015 +0200
| 
|     * OMCompiler 47ff858...9f8ce9c (1):
|       > Support pattern matching for enumerations
| 
| M	OMCompiler
| 
* commit 389d35c8a2469d65a8dd4776ce645fb666afaed8
| Author: hudson 
| Date:   Tue Jun 23 06:52:50 2015 +0200
| 
|     * OMOptim 325e525...797e2e4 (1):
|       > Add phony targets for OSX
| 
| M	OMOptim
| 
* commit b9fbe4e41e74c87e8270307fbee2e61fe7d75da6
| Author: gossen 
| Date:   Mon Jun 22 22:53:38 2015 +0200
| 
|     * OMCompiler b6d7f28...47ff858 (4):
|       > Replace BackendDAE record constructors with BackendDAEUtil helper functions
|       > Add functions setVars and setEqs to BackendDAEUtil
|       > Add function setSharedInitialEqns
|       > Replace BackendDAE setter functions with new ones with uniform name and prototype
| 
| M	OMCompiler
| 
* commit 5a7d207b6abc420c01c25234ae06ca044ab9437e
| Author: hudson 
| Date:   Mon Jun 22 20:29:52 2015 +0200
| 
|     Updating submodules
|     
|     * OMOptim 764987b...325e525 (1):
|       > Use better OSX/qmake detection
|     
|     * common 51d5f52...5316bb3 (1):
|       > Fix qmake/OSX detection
|     
|     * libraries 43d612e...c096052 (2):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch maint/3.2.1 updated to ee081588b9375d7043de5eb8ff7983a9a3a97f19.   * [https://github.com/modelica/Modelica/commit/ee08158 ee08158] Silence warning missing each in array-modifications
|       > Bump libraries - https://github.com/modelica/Modelica.git branch master updated to 14a877a3d926461047d8d3dbacd51cf2360bfb2c.   * [https://github.com/modelica/Modelica/commit/14a877a 14a877a] Fixes #1650 in trunk   * [https://github.com/modelica/Modelica/commit/5fd4eb9 5fd4eb9] This fixes #1679 in trunk, not yet in the release branch   * [https://github.com/modelica/Modelica/commit/f45e6f1 f45e6f1] #1664 fixed (Strange integer(precision) annotation in Blocks.Math.MultiSwitch)   * [https://github.com/modelica/Modelica/commit/2fbca7f 2fbca7f] Fixed #1694 (Rendering of bitmaps)   * [https://github.com/modelica/Modelica/commit/a70dda2 a70dda2] #807 fixed (Replace deprecated `rooted` by `Connections.rooted`)   * [https://github.com/modelica/Modelica/commit/5b12384 5b12384] The previous commit introduced Modelica errors in the library. Undid the change.   * [https://github.com/modelica/Modelica/commit/963130c 963130c] Fixed #1694 (Rendering of bitmaps)
|     
|     * testsuite 462a575...cb3a2fb (1):
|       > Expected output
| 
| M	OMOptim
| M	common
| M	libraries
| M	testsuite
| 
* commit 724239d4638daab0f95cfa2e29ca3993b36381a7
| Author: hudson 
| Date:   Mon Jun 22 20:09:25 2015 +0200
| 
|     * OMCompiler 234e916...b6d7f28 (1):
|       > Support the now standard Connections.rooted
| 
| M	OMCompiler
| 
* commit 161ea338dbb924c9fc1a740db8430fa5093c9930
| Author: hudson 
| Date:   Mon Jun 22 18:43:06 2015 +0200
| 
|     * OMCompiler 5942cf8...234e916 (1):
|       > Fix for OMPCC on OSX
| 
| M	OMCompiler
| 
* commit ce4791d8d2ecf7e3ac708df6ff48ee71f7fafdfc
| Author: hudson 
| Date:   Mon Jun 22 18:17:20 2015 +0200
| 
|     * OMEdit 9435fbf...c487dc4 (1):
|       > Fixed getTLMComponents. Generate default annotation for sub-models that doesn't have any. Some source code documentation.
| 
| M	OMEdit
| 
* commit 0a892c2f686d4f3c5bedf636066c6108288a707f
| Author: hudson 
| Date:   Mon Jun 22 17:51:39 2015 +0200
| 
|     * OMOptim b0d08f1...764987b (1):
|       > Allow using GNUCXX to override CXX for OMOptim
| 
| M	OMOptim
| 
* commit f7a118b931e858d2beff8d780a468dc7c472d362
| Author: hudson 
| Date:   Mon Jun 22 17:12:22 2015 +0200
| 
|     * OMCompiler dd9ec80...5942cf8 (1):
|       > Fixed Modelica.Thermal.HeatTransfer.Examples.Motor for debug=hpcom
| 
| M	OMCompiler
| 
* commit 88219c6094d504f47d921d640ac40182d8a83baf
| Author: hudson 
| Date:   Mon Jun 22 16:32:22 2015 +0200
| 
|     * OMShell b160beb...32c1153 (1):
|       > Fix duplicate /build/
| 
| M	OMShell
| 
* commit eee4bd966f9f0c06e296659413814670de0c1a1a
| Author: hudson 
| Date:   Mon Jun 22 16:12:53 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e691274...dd9ec80 (1):
|       > Fix wrong parameter name for regex
|     
|     * testsuite 6e21b0b...462a575 (2):
|       > Generate a stand-alone lexer
|       > Some OMCC updates
| 
| M	OMCompiler
| M	testsuite
| 
* commit 27fa2f264faeeee22dc15759522cff49c9c0d4c4
| Author: hudson 
| Date:   Mon Jun 22 15:54:28 2015 +0200
| 
|     * OMEdit c0c2927...9435fbf (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Added API structure for managing the meta-model xml data. Create directories for the sub-models and save their respective model files in them while saving the meta-model xml.
| 
| M	OMEdit
| 
* commit bc21794a9eea0c739a6c267d001eaadd54470ca3
| Author: hudson 
| Date:   Mon Jun 22 15:30:34 2015 +0200
| 
|     * testsuite 14bd6a3...6e21b0b (1):
|       > removed referencefiles in common.mos file of cpp runtime tests
| 
| M	testsuite
| 
* commit b6e3ca43d0a42f12de0e0b9712975b3c67211511
| Author: hudson 
| Date:   Mon Jun 22 15:09:51 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 0fc49fb...e691274 (2):
|       > improved sortEqnsAndVars
|       > added: sortEqnsVars -> heuristic for sorting eqns and vars. TODO: improve the heuristic
|     
|     * testsuite c3be20b...14bd6a3 (1):
|       > -added test for sortEqnsAndVars -expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 562081ee6ddf03d1e08bfb948cee202152beb4c1
| Author: hudson 
| Date:   Mon Jun 22 12:48:25 2015 +0200
| 
|     * OMCompiler d084a77...0fc49fb (1):
|       > Update system libs list
| 
| M	OMCompiler
| 
* commit 308e800d3f42391638f7178accb90d50559c6469
| Author: Martin Sjölund 
| Date:   Mon Jun 22 12:03:30 2015 +0200
| 
|     Compile Modelica3D on OSX
| 
| M	Makefile.in
| M	configure.ac
| 
* commit 6011d62bba82a7eac5246cba0fc8415191e72be8
| Author: hudson 
| Date:   Mon Jun 22 11:27:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1a119b6...d084a77 (1):
|       > Made ConnectUtil.sizeOfVariable2 handle array dimensions better.
|     
|     * testsuite f3148ca...c3be20b (1):
|       > Added test case for #3360.
| 
| M	OMCompiler
| M	testsuite
| 
* commit b0827a783170fdd7dc46d1a53adbe5256a691831
| Author: hudson 
| Date:   Mon Jun 22 10:58:42 2015 +0200
| 
|     * OMCompiler 0feb1da...1a119b6 (1):
|       > Change some matchcontinue statements to match statements Remove some unhelpful comments
| 
| M	OMCompiler
| 
* commit 7e428a10b9e8c0295c2952b90b8a7baedac5e3d9
| Author: hudson 
| Date:   Mon Jun 22 10:12:59 2015 +0200
| 
|     * OMCompiler ef62d68...0feb1da (3):
|       > add libs of external objects to gcc makefile of Cpp FMI
|       > Adapt Cpp FMI2 to recent changes to make it compile again
|       > Redo 8963da5 to make Cpp FMI2 work again
| 
| M	OMCompiler
| 
* commit eaae6d9f3dbac4ad94b44efc0f424bd4ee61a81b
| Author: hudson 
| Date:   Mon Jun 22 10:00:39 2015 +0200
| 
|     * OMCompiler 164e53e...ef62d68 (1):
|       > Add a CONTRIBUTING file
| 
| M	OMCompiler
| 
* commit 284d7ffad31bc814db59e29a98b3eb2b4be1933d
| Author: Martin Sjölund 
| Date:   Mon Jun 22 09:52:06 2015 +0200
| 
|     Add a contributing file
| 
| M	.gitignore
| A	CONTRIBUTING.md
| M	README.md
| 
* commit aff6cee3582baa3b7dd2b51a822b8be7cda539ed
| Author: hudson 
| Date:   Mon Jun 22 09:20:51 2015 +0200
| 
|     * OMCompiler 77a112e...164e53e (1):
|       > Fix ipopt compilation on OSX
| 
| M	OMCompiler
| 
* commit e6f75d26eb7773e40dd97195b22577cd07610740
| Author: Martin Sjölund 
| Date:   Mon Jun 22 08:53:58 2015 +0200
| 
|     Update push instructions
| 
| M	README.md
| 
* commit 326922adde4ee9ae3673d904108a0d1568e2935a
| Author: Martin Sjölund 
| Date:   Mon Jun 22 08:42:18 2015 +0200
| 
|     Update README.md
| 
| M	README.md
| 
* commit 24e3e3884eb07e1e0fe0588df0f5a9664508d358
| Author: hudson 
| Date:   Mon Jun 22 07:38:26 2015 +0200
| 
|     * libraries 20aedbc...43d612e (1):
|       > Only remove git/svn files if they exist
| 
| M	libraries
| 
* commit bc5f3b5c5c80015b25ccf2e0e505acfd190e16e3
| Author: hudson 
| Date:   Sun Jun 21 19:19:08 2015 +0200
| 
|     * OMCompiler 5d52a95...77a112e (1):
|       > Add weak linking for OSX umfpack
| 
| M	OMCompiler
| 
* commit 83dd39ce18acd78b591e7769445d8dfdf27178cd
| Author: hudson 
| Date:   Sun Jun 21 15:58:31 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler ee53ba6...5d52a95 (1):
|       > Fix sanity check
|     
|     * libraries 869fc6a...20aedbc (3):
|       > Only remove the file if it exists
|       > Bump libraries - https://github.com/modelica-3rdparty/Chemical.git branch master updated to 9e2e2cd9d4fb6c160e571fdb75f1769c1d0ba895.   * [https://github.com/modelica-3rdparty/Chemical/commit/9e2e2cd 9e2e2cd] OpenModelica can not handle the the array of variable size inside redefinition of records
|       > Bump libraries - https://github.com/modelica-3rdparty/Chemical.git branch master updated to d9248ee07ae1a277f5a7ee44a65c6a100fc7e093.   * [https://github.com/modelica-3rdparty/Chemical/commit/d9248ee d9248ee] Modifying modelica conference contribution with two paragraphs according to reviewers notes.
|     
|     * testsuite 9aeffbc...f3148ca (1):
|       > Fix for MSL update
| 
| M	OMCompiler
| M	libraries
| M	testsuite
| 
* commit 7bffd689bf49dc31e81fd12b7b03eb3f38c99ba9
| Author: hudson 
| Date:   Sun Jun 21 09:56:32 2015 +0200
| 
|     * OMCompiler 390d475...ee53ba6 (1):
|       > Make a tail-recursive call
| 
| M	OMCompiler
| 
* commit 8c5d48eb31a638d5220621b20377bfe6f9e9535e
| Author: hudson 
| Date:   Sat Jun 20 12:10:36 2015 +0200
| 
|     * OMCompiler 4d21eda...390d475 (1):
|       >  - fix codegeneration of sparse pattern
| 
| M	OMCompiler
| 
* commit 6e33791baf45221de996597f0dc5ed43be751611
| Author: hudson 
| Date:   Fri Jun 19 13:33:10 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 69e3810...4d21eda (1):
|       > Fix #3358 (Strange discrete behavior in algorithms)
|     
|     * testsuite 823aeb7...9aeffbc (2):
|       > Fix expected output
|       > Add test case for #3358
| 
| M	OMCompiler
| M	testsuite
| 
* commit 35b86d55f2a7824071e9e7fcbbb4899678af5907
| Author: hudson 
| Date:   Thu Jun 18 18:38:31 2015 +0200
| 
|     * OMCompiler c9cd590...69e3810 (1):
|       >  - change execStat usage a bit to get a better overview
| 
| M	OMCompiler
| 
* commit 994a346de04251b692489d786e35d7e703c2dcb9
| Author: hudson 
| Date:   Thu Jun 18 17:40:33 2015 +0200
| 
|     * OMCompiler 7b13279...c9cd590 (1):
|       > some fixes for compilation on OS X
| 
| M	OMCompiler
| 
* commit 0ebf98be7a14cbba88329f7ed533517d61099967
| Author: hudson 
| Date:   Thu Jun 18 15:55:13 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler b0dc6e7...7b13279 (1):
|       > Introduce new API call listFile
|     
|     * testsuite 96353e7...823aeb7 (1):
|       > Add test for listFile
| 
| M	OMCompiler
| M	testsuite
| 
* commit b20a61d8c11a244582ad0cdf64c32e7f67e56e35
| Author: hudson 
| Date:   Thu Jun 18 15:19:59 2015 +0200
| 
|     * OMCompiler 0af6530...b0dc6e7 (1):
|       > fix for external c calls return values in cpp runtime
| 
| M	OMCompiler
| 
* commit b65af2c7d8f676ae82612b5af5e23de9131793cf
| Author: hudson 
| Date:   Thu Jun 18 15:00:15 2015 +0200
| 
|     * doc a8ff45d...739170f (1):
|       > Add example on calling external Python code
| 
| M	doc
| 
* commit 184cfa1086045ad1883a6c9fb18cf5661fb4a407
| Author: hudson 
| Date:   Thu Jun 18 12:26:22 2015 +0200
| 
|     * doc 35203b2...a8ff45d (1):
|       > Add attributes
| 
| M	doc
| 
* commit 7fa02be00dac610c45975c1e63a37920cc9f653f
| Author: hudson 
| Date:   Thu Jun 18 11:21:19 2015 +0200
| 
|     Updating submodules
|     * OMCompiler ca33ed1...0af6530 (1):
|       > Use better version
|     
|     * OMEdit 8d10576...c0c2927 (1):
|       > Update common
|     
|     * OMNotebook 788cb1e...5e297bb (1):
|       > Update common
|     
|     * OMOptim 16ab602...b0d08f1 (1):
|       > Update common
|     
|     * OMPlot f7acdb9...347d15c (1):
|       > Update common
|     
|     * OMShell 0694730...b160beb (1):
|       > Update common
| 
| M	OMCompiler
| M	OMEdit
| M	OMNotebook
| M	OMOptim
| M	OMPlot
| M	OMShell
| 
* commit f372dd80d2cf1fc50d75791dd64c8d3ef9332b13
| Author: hudson 
| Date:   Thu Jun 18 10:57:58 2015 +0200
| 
|     * common 00c80dc...51d5f52 (1):
|       > Add macros to get the semantic version of the current release
| 
| M	common
| 
* commit 56ed12f8c5dca3017a788bf4ae2ab2a5f0e912c1
| Author: hudson 
| Date:   Wed Jun 17 20:39:42 2015 +0200
| 
|     * libraries 3c46db1...869fc6a (1):
|       > Bump libraries - https://github.com/modelica-3rdparty/Chemical.git branch master updated to aa2642608e587ddb6897e8c3ffabb3aa099510bd.   * [https://github.com/modelica-3rdparty/Chemical/commit/aa26426 aa26426] acidbase buffer test
| 
| M	libraries
| 
* commit 924b6f0f08590c35469d7121ab3118d6a61f2468
| Author: hudson 
| Date:   Wed Jun 17 15:54:41 2015 +0200
| 
|     * OMEdit a076bbc...8d10576 (1):
|       > Generate directories for sub models when saving meta-model.
| 
| M	OMEdit
| 
* commit 9fc808683d5712fafc8c1e999eb7fd2155af523b
| Author: hudson 
| Date:   Wed Jun 17 14:48:27 2015 +0200
| 
|     * OMEdit 1f6c735...a076bbc (1):
|       > Fixed the ModelFile attribute of meta-model editor.
| 
| M	OMEdit
| 
* commit d84ca0e20b7c9ea8f2f809ed67949d793074c941
| Author: hudson 
| Date:   Wed Jun 17 14:14:23 2015 +0200
| 
|     * OMCompiler 1a632d2...ca33ed1 (3):
|       > - fixed mingw build
|       > - ScoreP-include added
|       > - fixed ScoreP-Handling in Cmake
| 
| M	OMCompiler
| 
* commit 39a433b8ef8bca6da25a6f688b06f9ae54fa76fd
| Author: hudson 
| Date:   Wed Jun 17 12:16:15 2015 +0200
| 
|     * doc cb5229f...35203b2 (1):
|       > Use some inline icons
| 
| M	doc
| 
* commit a303378c8dda5b827ff75c513eb7cb5a8c9ef60c
| Author: Martin Sjölund 
| Date:   Wed Jun 17 10:43:14 2015 +0200
| 
|     Update documentation
| 
| M	doc
| 
* commit 30e94ba0a3da3bc26913aaa494bd2ab298602650
| Author: hudson 
| Date:   Wed Jun 17 09:57:27 2015 +0200
| 
|     * OMCompiler 5f59a5b...1a632d2 (9):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > - fixed msvc build
|       > Merge remote-tracking branch 'origin/master' into fastMW2
|       > - removed experimental PropertyReader - updated gitignore-file
|       > - added missing property reader interface
|       > - cherry picked niklas changes
|       > - added XmlPropertyReader-Class - Fix for FMU shared object generation
|       > fix for msvc build of cpp runtime fix msvc build in cpp runtime
|       > - first version of initialization XML for c++ simulation runtime added
| 
| M	OMCompiler
| 
* commit 9222dcfeb28299aa12cff7042f954b58e72eacef
| Author: Martin Sjölund 
| Date:   Wed Jun 17 09:37:00 2015 +0200
| 
|     Install pre-commit hook for OMDev OMCompiler
| 
| M	OMCompiler
| 
* commit 7a33c182ff497d0d981e445bb4e1db2f7cd9b849
| Author: Martin Sjölund 
| Date:   Wed Jun 17 09:20:18 2015 +0200
| 
|     Let runtests.pl determine threads automatically
| 
| M	README.md
| 
* commit 509fb1754722f12a582e59f9bc4881de4f437af1
| Author: Martin Sjölund 
| Date:   Wed Jun 17 09:00:10 2015 +0200
| 
|     Do not break lines in the makefile
| 
| M	Makefile.in
| 
* commit 80696ff7817c4b63f0b7749fad1e4c0c7b3b4a36
| Author: Martin Sjölund 
| Date:   Wed Jun 17 08:24:57 2015 +0200
| 
|     Copy documentation for now (until omc-doc is built separate)
| 
| M	Makefile.in
| 
* commit 144e356e24a18e9f4e28c9a202af3945eb879f8b
| Author: Martin Sjölund 
| Date:   Wed Jun 17 08:06:06 2015 +0200
| 
|     Fix install paths
| 
| M	Makefile.in
| 
* commit ca00d549ad73197b0be05ecf32cf65b81ce30fc3
| Author: hudson 
| Date:   Wed Jun 17 06:27:42 2015 +0200
| 
|     * OMOptim fc81c68...16ab602 (1):
|       > Fix OMOptim search path
| 
| M	OMOptim
| 
* commit 3d07efd5d52c99a2af1ad1c55111b7c83bc3ee03
| Author: hudson 
| Date:   Tue Jun 16 21:36:57 2015 +0200
| 
|     * doc 53189f6...6f01277 (1):
|       > Fix indentation in release notes
| 
| M	doc
| 
* commit a5e03b70016389e5d5f48430f5d1e696ecc227d1
| Author: Martin Sjölund 
| Date:   Tue Jun 16 20:34:55 2015 +0200
| 
|     Add link to User's Guide
| 
| M	README.md
| 
* commit ac1c744132976c1b463dff76cbbe456a9b05dbdc
| Author: Martin Sjölund 
| Date:   Tue Jun 16 20:26:07 2015 +0200
| 
|     Add make install to the main repo
| 
| M	Makefile.in
| M	configure.ac
| 
* commit 390474d0373735af9a116229fc813a899961e7e4
| Author: hudson 
| Date:   Tue Jun 16 19:06:49 2015 +0200
| 
|     * libraries c86db5a...3c46db1 (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 8015a01591bb24d219f57e7b69cdfcde66e39b47.   * [https://github.com/iea-annex60/modelica-annex60/commit/8015a01 8015a01] Merge pull request #270 from iea-annex60/issue268_traceSubstanceSensor   * [https://github.com/iea-annex60/modelica-annex60/commit/1f8e180 1f8e180] Merge pull request #274 from thorade/issue273_Airflow_HTML   * [https://github.com/iea-annex60/modelica-annex60/commit/127cfd5 127cfd5] Annex60, not Buildings   * [https://github.com/iea-annex60/modelica-annex60/commit/9e3c361 9e3c361] close all paragraphs   * [https://github.com/iea-annex60/modelica-annex60/commit/1cb16d2 1cb16d2] add missing image   * [https://github.com/iea-annex60/modelica-annex60/commit/807b87f 807b87f] closing    * [https://github.com/iea-annex60/modelica-annex60/commit/b20742d b20742d] Reformulated assignment of s and assert for #268
| 
| M	libraries
| 
* commit 61916a6f71059292ec1f391205a95974162b8fef
| Author: hudson 
| Date:   Tue Jun 16 16:15:22 2015 +0200
| 
|     Updating submodules
|     * OMCompiler d36f27a...df48d6e (6):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > - minor bug fix
|       > Merge branch 'master' into passSystem
|       > - pass second tearing set to runtime
|       > pass second tearing set to runtime
|       > Pass casual tearing set to SimCode
|     
|     * doc 5d7ed28...53189f6 (1):
|       > Add intersphinx, fix references
|     
|     * testsuite d116a73...96353e7 (2):
|       > - add new model to test dynamic tearing
|       > - add new model to test dynamic tearing
| 
| M	OMCompiler
| M	doc
| M	testsuite
| 
* commit bd64558ea819e33aba151e7c2a518000d47f79bb
| Author: hudson 
| Date:   Tue Jun 16 15:45:51 2015 +0200
| 
|     * OMCompiler 6f28e41...d36f27a (1):
|       > Look for Susan-generated files
| 
| M	OMCompiler
| 
* commit 2560104cbd5897ae7e0fc58b58bb462f3db6c6ea
| Author: hudson 
| Date:   Tue Jun 16 14:56:14 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 1abf2a9...6f28e41 (1):
|       > Fix for #3357: - Simplify actualStream when flow direction can be determined from min/max of   flow variable.
|     
|     * testsuite 58dc0b9...d116a73 (1):
|       > Added testcase for #3357.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7bc3b0a37528457c9ceb7346337b16ad186013f1
| Author: hudson 
| Date:   Tue Jun 16 13:05:08 2015 +0200
| 
|     * doc 0ddc0e0...5d7ed28 (1):
|       > Use git describe to show the version number
| 
| M	doc
| 
* commit ac3ec302cc2acaebb2c416e7d7b9bafee01ddb9f
| Author: hudson 
| Date:   Tue Jun 16 11:11:38 2015 +0200
| 
|     * OMCompiler bffe982...1abf2a9 (2):
|       > Update sanity check
|       > Fix MODELICAPATH/OMHOME confusion
| 
| M	OMCompiler
| 
* commit d7caf115737666edd1cea22387f997dd76b456fa
| Author: hudson 
| Date:   Tue Jun 16 10:47:14 2015 +0200
| 
|     * doc eb988c4...0ddc0e0 (1):
|       > Add bibtexparser dependency
| 
| M	doc
| 
* commit 4b400dd6e7ac2e7ced2e47812a0cd3ed94ba51a0
| Author: hudson 
| Date:   Tue Jun 16 09:36:46 2015 +0200
| 
|     * doc 7e175de...eb988c4 (1):
|       > Update OMHOME paths for the new location
| 
| M	doc
| 
* commit 95de45d1196462c6bcf255669788985789053402
| Author: hudson 
| Date:   Tue Jun 16 08:28:52 2015 +0200
| 
|     * doc 756db51...7e175de (1):
|       > Add sphinx to the requirements
| 
| M	doc
| 
* commit 33c03747ffe52597c1dbf7e58d81aa8b7836a80d
| Author: hudson 
| Date:   Tue Jun 16 08:13:47 2015 +0200
| 
|     * doc e0e967f...756db51 (1):
|       > Add 'UsersGuide/' from commit '292a85483b90f257280ac2c6f5a1f38ad74ccb19'
| 
| M	doc
| 
* commit 633dd7af46980b3eecc2d133f07c7b821cdff5ee
| Author: hudson 
| Date:   Mon Jun 15 16:57:13 2015 +0200
| 
|     * OMEdit 146601a...1f6c735 (1):
|       > #3354 - Allowing changing the shapes stacking order.
| 
| M	OMEdit
| 
* commit 6f6a6debe3c90970cdd78aeb08e94d20fc9a8cb5
| Author: hudson 
| Date:   Mon Jun 15 16:22:49 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 10e080e...bffe982 (1):
|       > Fixed naming of record constructors when using enumeration arrays.
|     
|     * testsuite 386f480...58dc0b9 (1):
|       > - Updated EnumArrayMod1 test.
| 
| M	OMCompiler
| M	testsuite
| 
* commit 0689305fc5850205073db6b01d6bcde661968f1c
| Author: hudson 
| Date:   Mon Jun 15 13:55:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e145aa8...10e080e (12):
|       > - remove trailing whitespaces
|       > - fix for var replacements
|       > - extend var replacement to substitute partial function calls
|       > - remove file that does not belong to this branch
|       > - remove trailing whitespaces
|       > - fix indexing of partial function evaluation
|       > - fix function evaluation
|       > - remove some debug output in eval funcs
|       > - even mroe fixes
|       > - more fixes for eval func epxs
|       > - some more stuff for eval function calls
|       > - added evaluation of function calls in exp, replace ceval with this in removesimpleequations
|     
|     * testsuite 4b8b10c...386f480 (1):
|       > - update EngienV6 tests
| 
| M	OMCompiler
| M	testsuite
| 
* commit 967a7e1b0aec5c5979edc08e43035b26bfa4ddbd
| Author: hudson 
| Date:   Mon Jun 15 13:44:11 2015 +0200
| 
|     * OMNotebook e2a8885...788cb1e (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMNotebook
|       > #3351 - Fixed the OMNotebook start up issue.
| 
| M	OMNotebook
| 
* commit ce051d70d573d48ef6b6342ffe432f4cf15ad681
| Author: hudson 
| Date:   Mon Jun 15 12:02:54 2015 +0200
| 
|     * OMCompiler cbb4269...e145aa8 (24):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > - fix for windows build
|       > Merge remote-tracking branch 'origin/master' into masterMW
|       > - fixed runtimeStaticLinking for C++ Runtime
|       > - fixed msvc build
|       > -Added kinsol library to FMU
|       > - added some gitignore-files for cpp-runtime - FMU includes the kinsol library now
|       > - changed return type of evluate functions to void
|       > - moved creation of build-folder from clean- to runtimeCPP-target
|       > Merge remote-tracking branch 'origin/master' into masterMW
|       > - removed clean in makefile-target "runtimeCPP", to reduce the build time - removed RUNTIME_STATIC_LINKING from ModelicaConfig (Cpp-Runtime) - Modelica-import in busywaiting-barrier is now correct again
|       > Merge remote-tracking branch 'origin/master' into masterMW
|       > - splitted evaluate-functions
|       > - fixed initialization
|       > - fixed fmu-logging
|       > - fixed linking issue with FMULogger
|       > Merge remote-tracking branch 'origin/master' into masterMW
|       > - fix for Cpp-Runtime
|       > - logging can now be switched on and off
|       > - fixed FMU logger and getter- and setters
|       > - FMU cleanup (CPP-Runtime)
|       > - added a simple logger class to cpp-runtime - cleaned up FMU files
|       > - removed the eclipse stuff because it is part of the superproject
|       > - some fmu-cleanups for cpp runtime
| 
| M	OMCompiler
| 
* commit 9bbf3fb515276586789548de0255ddc5534132c8
| Author: hudson 
| Date:   Mon Jun 15 11:12:42 2015 +0200
| 
|     * OMCompiler 004a350...cbb4269 (4):
|       > BugFix level scheduler
|       > Added new statistical profiling feature
|       > Added statistical support for profiling
|       > Updating profiling cpp
| 
| M	OMCompiler
| 
* commit 66c0766573c4443fe7342a1a6efe800ed6e5b121
| Author: hudson 
| Date:   Mon Jun 15 10:05:43 2015 +0200
| 
|     Updating submodules
|     * OMNotebook 5b2cd4c...e2a8885 (1):
|       > Ignore OMNotebook.config
|     
|     * OMOptim 49e76db...fc81c68 (1):
|       > Ignore install-sh
| 
| M	OMNotebook
| M	OMOptim
| 
* commit 029b525dfd7a660176ac327af92d7a967ea24157
| Author: hudson 
| Date:   Mon Jun 15 09:42:57 2015 +0200
| 
|     * OMPlot 4f0d255...f7acdb9 (1):
|       > Ignore install-sh
| 
| M	OMPlot
| 
* commit d44161bab3f83a832f2ae694ce93a525728d5e95
| Author: hudson 
| Date:   Mon Jun 15 09:15:45 2015 +0200
| 
|     * OMCompiler 752d5e7...004a350 (1):
|       > Improve sanity check by checking all commits
| 
| M	OMCompiler
| 
* commit 4bb3b16a48766a985eef2cbceeb2c28054af6432
| Author: hudson 
| Date:   Sun Jun 14 12:17:56 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler e78a319...752d5e7 (2):
|       > Evaluate NORETCALL function as well
|       > Fix getClassComment
|     
|     * testsuite 0c65e2d...4b8b10c (1):
|       > Add noevalfunc
| 
| M	OMCompiler
| M	testsuite
| 
* commit 475b3c2bef873441c4fbb0edf9352cba7e8bb4d0
| Author: hudson 
| Date:   Sun Jun 14 11:48:38 2015 +0200
| 
|     * OMCompiler bf14425...e78a319 (1):
|       > Remove references to OMVisualize
| 
| M	OMCompiler
| 
* commit 475dafd20345badfcbe35541ad7d4bd4b4cd95ef
| Author: hudson 
| Date:   Sun Jun 14 10:48:27 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 940803f...bf14425 (1):
|       > Add stringSplit to the API functions
|     
|     * testsuite 5423ecb...0c65e2d (1):
|       > Add test for stringSplit
| 
| M	OMCompiler
| M	testsuite
| 
* commit d1e0cdc450392430bc9f3a0d04d03b87eb46d4f5
| Author: hudson 
| Date:   Sat Jun 13 19:07:51 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8d8d325...940803f (1):
|       > Use Absyn path equality check function in SCode.hasExtendsOfExternalObject function
|     
|     * testsuite 90699f2...5423ecb (2):
|       > Add endResult to testExternalObject
|       > Add flattening test case for external object located in extended class
| 
| M	OMCompiler
| M	testsuite
| 
* commit c12f1dc09abe06bf98f4867eaf2b86a421caaa14
| Author: hudson 
| Date:   Sat Jun 13 16:25:03 2015 +0200
| 
|     * OMCompiler 080582d...8d8d325 (2):
|       > - the MSVC compiler does not like the structure to be constructed while returning from a function; fix function rat2Real
|       > - the C language does not have bool and the MSVC crap compiler complains about it, change it to int
| 
| M	OMCompiler
| 
* commit c959c718fb75cf794e980e1af91cc51caf5a3ac3
| Author: hudson 
| Date:   Sat Jun 13 11:38:26 2015 +0200
| 
|     * OMCompiler 8319e8c...080582d (1):
|       > Fix typo in InstUtil failtrace messages
| 
| M	OMCompiler
| 
* commit 2f21678894a5ce188194dccef207087ccf8fa66b
| Author: hudson 
| Date:   Sat Jun 13 11:19:02 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler db90b5d...8319e8c (1):
|       > Trim trailing whitespace
|     
|     * OMOptim 6d6beea...49e76db (1):
|       > Trim trailing whitespace
| 
| M	OMCompiler
| M	OMOptim
| 
* commit aa3f566a313346cdc6c4f9346aefce428a9177ed
| Author: Martin Sjölund 
| Date:   Sat Jun 13 11:07:27 2015 +0200
| 
|     Add target to check for trailing whitespace
| 
| M	Makefile.in
| 
* commit 7156cf3ffe0d6dc5109693eb33fd698ab078143b
| Author: hudson 
| Date:   Sat Jun 13 10:50:35 2015 +0200
| 
|     * OMShell 38ee94f...0694730 (1):
|       > Remove generated files from version control
| 
| M	OMShell
| 
* commit a3e7ccfc95f4888d50040a4bd4d0622868ef44d1
| Author: hudson 
| Date:   Sat Jun 13 09:22:42 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 9300fd4...db90b5d (1):
|       > Squashed commit of the following:
|     
|     * testsuite 4a67f5c...90699f2 (1):
|       > Modify synchronous tests for new partition algorithm
| 
| M	OMCompiler
| M	testsuite
| 
* commit 02df469b903c8c322829e1a8b6d3a82163049cf1
| Author: hudson 
| Date:   Fri Jun 12 16:48:05 2015 +0200
| 
|     * OMCompiler 8d92eff...9300fd4 (1):
|       > skipped createStateSets for dummyDerivatives
| 
| M	OMCompiler
| 
* commit 96c01c33bb897f295e071ba7262741f574639757
| Author: hudson 
| Date:   Fri Jun 12 16:09:00 2015 +0200
| 
|     * OMCompiler 131f013...8d92eff (1):
|       >  - improve symbolic jacobian just by removing unionList
| 
| M	OMCompiler
| 
* commit 6a68163491289fe5f0f2d31e124807519c59cfa2
| Author: hudson 
| Date:   Fri Jun 12 14:45:08 2015 +0200
| 
|     * OMEdit 2ac3e23...146601a (1):
|       > #3352 - Allow creating new result file when doing re-simulation.
| 
| M	OMEdit
| 
* commit 06fe20826fb9a9fcc2cbb5947700072f94e3517c
| Author: hudson 
| Date:   Fri Jun 12 13:06:54 2015 +0200
| 
|     * OMCompiler ebc9ca9...131f013 (1):
|       > Add rational number support in SimulationRuntime-C.
| 
| M	OMCompiler
| 
* commit c9d59160c34d03c91ae582d426db0f491c45da61
| Author: hudson 
| Date:   Fri Jun 12 11:54:58 2015 +0200
| 
|     * OMEdit c031a55...2ac3e23 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Use mono-space font for Output.
| 
| M	OMEdit
| 
* commit b8cb8deac74d4e9577957659513e0960285835b5
| Author: hudson 
| Date:   Thu Jun 11 19:07:37 2015 +0200
| 
|     * libraries c049848...c86db5a (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 058b7cd1381e1febee87bc782432a0c66765ca0b.   * [https://github.com/iea-annex60/modelica-annex60/commit/058b7cd 058b7cd] Merge pull request #269 from thorade/issue252_ListOfConstants   * [https://github.com/iea-annex60/modelica-annex60/commit/93b66f8 93b66f8] Use the word list to avoid ambiguities,
| 
| M	libraries
| 
* commit a330d6204e147780865e323cb8446a1f1cd507be
| Author: hudson 
| Date:   Thu Jun 11 15:19:57 2015 +0200
| 
|     * OMCompiler 97f4aaf...ebc9ca9 (1):
|       > - return value from Logger::isEnabled
| 
| M	OMCompiler
| 
* commit b10d4aca022f12c7d1a5522f3ebfa6531a899b50
| Author: adrpo 
| Date:   Thu Jun 11 14:39:17 2015 +0200
| 
|     - fix modelica3d build
| 
| M	Makefile.omdev.mingw
| 
* commit 7a7eaee26bb437be8742b3a4fbfe89b4a7364be8
| Author: adrpo 
| Date:   Thu Jun 11 14:31:54 2015 +0200
| 
|     - build modelica3d also for Windows
| 
| M	Makefile.omdev.mingw
| 
* commit 4925615f5959600f3a4931791ac8fd59a9b5ca53
| Author: hudson 
| Date:   Thu Jun 11 13:58:37 2015 +0200
| 
|     * OMCompiler 7e2e9c5...97f4aaf (1):
|       > makeEquationToResidualExp: added case for Wild
| 
| M	OMCompiler
| 
* commit de8b3a5a7af3bde040ce8e549c249d90323b20c9
| Author: hudson 
| Date:   Thu Jun 11 13:23:25 2015 +0200
| 
|     * OMCompiler f03a955...7e2e9c5 (14):
|       > - changed return type of evluate functions to void
|       > - moved creation of build-folder from clean- to runtimeCPP-target
|       > - removed clean in makefile-target "runtimeCPP", to reduce the build time - removed RUNTIME_STATIC_LINKING from ModelicaConfig (Cpp-Runtime) - Modelica-import in busywaiting-barrier is now correct again
|       > - splitted evaluate-functions
|       > - fixed initialization
|       > - fixed fmu-logging
|       > - fixed linking issue with FMULogger
|       > - fix for Cpp-Runtime
|       > - logging can now be switched on and off
|       > - fixed FMU logger and getter- and setters
|       > - FMU cleanup (CPP-Runtime)
|       > - added a simple logger class to cpp-runtime - cleaned up FMU files
|       > - removed the eclipse stuff because it is part of the superproject
|       > - some fmu-cleanups for cpp runtime
| 
| M	OMCompiler
| 
* commit d9227a10d1e1b2e63d3d7e68f38a2b71c3092a31
| Author: hudson 
| Date:   Thu Jun 11 12:37:13 2015 +0200
| 
|     * OMCompiler 95d54df...f03a955 (1):
|       > - split the CodegenFMU.tpl into several files
| 
| M	OMCompiler
| 
* commit ad21d34605022e073d1a68b6e892fe8f6ace7ccb
| Author: hudson 
| Date:   Wed Jun 10 20:47:08 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 8d8f136...95d54df (2):
|       > change flag +d=extendsDynOpt in loop2con=all added option for loop2con: none, all, lin, noLin
|       > added flag: nonlinear loops -->  nonlinear constraints
|     
|     * testsuite 40f4c66...4a67f5c (2):
|       > update test
|       > added test for loop2con
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2eeef723f1e588dcea1f2b9b1b575d2cca3bc47a
| Author: hudson 
| Date:   Wed Jun 10 19:07:02 2015 +0200
| 
|     * libraries e64b6bf...c049848 (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to c5df69b5a7709564d20a3d4d5d1f9c0e3ef6fff5.   * [https://github.com/iea-annex60/modelica-annex60/commit/c5df69b c5df69b] Merge pull request #267 from iea-annex60/issue266_pedantic   * [https://github.com/iea-annex60/modelica-annex60/commit/24c70be 24c70be] Fixed typo in revision section   * [https://github.com/iea-annex60/modelica-annex60/commit/7899cf8 7899cf8] Merge branch 'master' into issue266_pedantic   * [https://github.com/iea-annex60/modelica-annex60/commit/b923872 b923872] Fixes to allow pedantic model check and translation   * [https://github.com/iea-annex60/modelica-annex60/commit/de5928a de5928a] Merge branch 'issue128_nonliteral' into issue266_pedantic   * [https://github.com/iea-annex60/modelica-annex60/commit/64d1a21 64d1a21] Revised to allow pedantic model check.
| 
| M	libraries
| 
* commit dbb138e00cc62e107e04f8a84460fecd1175ea37
| Author: hudson 
| Date:   Wed Jun 10 16:36:48 2015 +0200
| 
|     * OMEdit 151140b...c031a55 (1):
|       > - formatting
| 
| M	OMEdit
| 
* commit 55f0c3874a0422e80a4f1d9c819467244e6a1fd3
| Author: hudson 
| Date:   Wed Jun 10 16:14:20 2015 +0200
| 
|     * OMCompiler f54c86f...8d8f136 (1):
|       > Update instructions
| 
| M	OMCompiler
| 
* commit 0eafeabaac3d8113c2b66193b443940d64b06209
| Author: hudson 
| Date:   Wed Jun 10 15:45:59 2015 +0200
| 
|     * OMEdit 697cc62...151140b (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > - Do not use OpenModelica API to fetch interface points
| 
| M	OMEdit
| 
* commit fd2de2be4261ae8cdb0fd897ba7c79b4fc3ef0a6
| Author: hudson 
| Date:   Tue Jun 9 20:39:53 2015 +0200
| 
|     * libraries 62b24ec...e64b6bf (1):
|       > Make Modelica3D
| 
| M	libraries
| 
* commit 05916ca30bb6f9a0081671c2a19c3bc33f40bf5a
| Author: hudson 
| Date:   Tue Jun 9 19:08:06 2015 +0200
| 
|     * libraries 82bf49a...62b24ec (1):
|       > Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 3bb683614c783baab7394d87779f5ae9e77c57bc.   * [https://github.com/lbl-srg/modelica-buildings/commit/3bb6836 3bb6836] Merge pull request #423 from lbl-srg/issue422_cfd   * [https://github.com/lbl-srg/modelica-buildings/commit/700b6cf 700b6cf] Set start and fixed attribute for CFDExchange.u
| 
| M	libraries
| 
* commit 87524c88bc5c913b6d836e873df636cf6604c0a9
| Author: hudson 
| Date:   Tue Jun 9 13:22:30 2015 +0200
| 
|     * OMEdit dfaf7cd...697cc62 (1):
|       > #3346 Added the camel case for components name.
| 
| M	OMEdit
| 
* commit 7ebca9298b7da2eb88aae577dfd364381e7377f4
| Author: hudson 
| Date:   Tue Jun 9 12:57:17 2015 +0200
| 
|     * OMShell ccfba05...38ee94f (1):
|       > Updated common submodule.
| 
| M	OMShell
| 
* commit 2d0861ad5ea585399331b209ad9fd138183e2572
| Author: hudson 
| Date:   Tue Jun 9 12:45:23 2015 +0200
| 
|     * OMPlot 213ce20...4f0d255 (2):
|       > Updated common submodule.
|       > - LF as eol. - Install pre-commit hook.
| 
| M	OMPlot
| 
* commit 00ca982bcf1461a3e6ce7d5e7ee273971c65b79f
| Author: hudson 
| Date:   Tue Jun 9 12:26:17 2015 +0200
| 
|     * OMEdit d5d7b9e...dfaf7cd (1):
|       > Moved co-simulation files to TLM directory.
| 
| M	OMEdit
| 
* commit 80487296005e0f383fd1ff0a2727197dbd541ea0
| Author: hudson 
| Date:   Mon Jun 8 19:08:42 2015 +0200
| 
|     * libraries f3bdee6...82bf49a (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to ba202a76a052e6be3f5757a77d5fa418025dbf91.   * [https://github.com/iea-annex60/modelica-annex60/commit/ba202a7 ba202a7] Merge pull request #263 from iea-annex60/issue260_stateSelect   * [https://github.com/iea-annex60/modelica-annex60/commit/8e3182f 8e3182f] Merge pull request #265 from iea-annex60/issue128_nonliteral   * [https://github.com/iea-annex60/modelica-annex60/commit/135be9e 135be9e] Avoided warning about non-literal value   * [https://github.com/iea-annex60/modelica-annex60/commit/5d344da 5d344da] Set tolerance for regression tests   * [https://github.com/iea-annex60/modelica-annex60/commit/95e462a 95e462a] Updated reference results for #260   * [https://github.com/iea-annex60/modelica-annex60/commit/9bfd1f9 9bfd1f9] Corrected state select for #260   * [https://github.com/iea-annex60/modelica-annex60/commit/5f88989 5f88989] Removed preferredMediumStates= false as this is the default and belong to the medium implementation   * [https://github.com/iea-annex60/modelica-annex60/commit/7f6cb18 7f6cb18] replace non-literal value with literal value,   * [https://github.com/iea-annex60/modelica-annex60/commit/2895072 2895072] removed stateSelect modifier from ConservationEquation.Xi and set prefferedMediumStates=false this is for #260   * [https://github.com/iea-annex60/modelica-annex60/commit/217439f 217439f] Merge branch 'master' of github.com:iea-annex60/modelica-annex60   * [https://github.com/iea-annex60/modelica-annex60/commit/7d3566f 7d3566f] Merge branch 'master' of github.com:iea-annex60/modelica-annex60
| 
| M	libraries
| 
* commit 7aebb973b141c4ca604fee237c66e9752ab10f76
| Author: Martin Sjölund 
| Date:   Mon Jun 8 12:12:10 2015 -0400
| 
|     Use the latest OMCompiler commit
| 
| M	OMCompiler
| 
* commit 0a7141801371632efc8e881120e79dfbb2936df9
| Author: hudson 
| Date:   Mon Jun 8 17:53:27 2015 +0200
| 
|     * OMEdit e4bab47...d5d7b9e (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > Fetch interface data in a thread.
| 
| M	OMEdit
| 
* commit 82c0d37cf234f89ddcab3a7d72f75ce13660b62a
| Author: hudson 
| Date:   Mon Jun 8 17:27:02 2015 +0200
| 
|     * OMCompiler f54c86f...dee58ad (2):
|       > Merge branch 'master' of https://openmodelica.org/git-readonly/OMCompiler
|       > added documentation folder to cpp runtime
| 
| M	OMCompiler
| 
* commit aee340f56e1173f48c321934602c6c23490f8ffe
| Author: Martin Sjölund 
| Date:   Mon Jun 8 11:26:15 2015 -0400
| 
|     Add the latest OMCompiler
| 
| M	OMCompiler
| 
* commit 0ecab7c3c7600a71bc23d5e7da4abe85b9da6b74
| Author: hudson 
| Date:   Mon Jun 8 16:56:16 2015 +0200
| 
|     * OMCompiler c7a548d...dee58ad (1):
|       > Merge branch 'master' of https://openmodelica.org/git-readonly/OMCompiler
| 
| M	OMCompiler
| 
* commit 6ab88758de9f9784b2ee97c2453d3b7780ee2af7
| Author: hudson 
| Date:   Mon Jun 8 16:20:37 2015 +0200
| 
|     * OMEdit 0eb4e60...e4bab47 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
|       > - Read interface data from the xml file - show the metamodel file unsaved if and only if the file is modified
| 
| M	OMEdit
| 
* commit 67740db8fcbc6c177497940126108e45f1a23b27
| Author: hudson 
| Date:   Mon Jun 8 15:56:44 2015 +0200
| 
|     * OMEdit 336d21a...0eb4e60 (1):
|       > - Updated common submodule.
| 
| M	OMEdit
| 
* commit 45c44c02fa1cc4d07ced8d2b23a36c43d9d92e5d
| Author: hudson 
| Date:   Mon Jun 8 15:34:18 2015 +0200
| 
|     * OMEdit 1c72bdb...336d21a (1):
|       > - Added GUI for fetch interface data.
| 
| M	OMEdit
| 
* commit 33e8c411c417932d2a17e853cc25776ae63452c6
| Author: hudson 
| Date:   Mon Jun 8 13:13:30 2015 +0200
| 
|     * OMCompiler 90b6c5d...c7a548d (1):
|       > added documentation folder to cpp runtime
| 
| M	OMCompiler
| 
* commit d7055c4cef41ad0dd781d24f2b6698aa1a5833cd
| Author: Adeel Asghar 
| Date:   Mon Jun 8 13:08:10 2015 +0200
| 
|     Ignore NewDocumentation
| 
| M	.gitignore
| 
* commit c780689b23edca0b8bd0377ebce4bad681426234
| Author: hudson 
| Date:   Mon Jun 8 12:22:11 2015 +0200
| 
|     * OMCompiler 6ebad16...90b6c5d (2):
|       > cosmetic change
|       > generateCrefsExpLstFromExp: added case for der(x)
| 
| M	OMCompiler
| 
* commit 63e370816dd84976c4821eae0f84dafb3675f95c
| Author: hudson 
| Date:   Sun Jun 7 10:21:31 2015 +0200
| 
|     * OMCompiler b3abd2b...6ebad16 (1):
|       > disable optimization OptModules for dynopt where +simCodeTarget=XML
| 
| M	OMCompiler
| 
* commit d6515356b84563d5ca9ca684c8bf577cc9f1d457
| Author: hudson 
| Date:   Sat Jun 6 19:07:15 2015 +0200
| 
|     * libraries 186bf7a...f3bdee6 (1):
|       > Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 47f7b63feff0bac91a2746e248a12acc87d41f22.   * [https://github.com/lbl-srg/modelica-buildings/commit/47f7b63 47f7b63] Merged Annex60   * [https://github.com/lbl-srg/modelica-buildings/commit/fb7c57f fb7c57f] Merged Annex60   * [https://github.com/lbl-srg/modelica-buildings/commit/121d623 121d623] Merged Annex60   * [https://github.com/lbl-srg/modelica-buildings/commit/d1bebe7 d1bebe7] Merged Annex60   * [https://github.com/lbl-srg/modelica-buildings/commit/82cc6a7 82cc6a7] Merged Annex60   * [https://github.com/lbl-srg/modelica-buildings/commit/dbdd106 dbdd106] Merged Annex60   * [https://github.com/lbl-srg/modelica-buildings/commit/6527532 6527532] Merged Annex60   * [https://github.com/lbl-srg/modelica-buildings/commit/36372b5 36372b5] Merged Annex60
| 
| M	libraries
| 
* commit 62b4d4b4f08a89f0176db2bc98e0eac6b4ceb073
| Author: hudson 
| Date:   Fri Jun 5 22:52:48 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler df3bcaf...b3abd2b (1):
|       > added postOptModule for dynamic optmization: simplifyConstraints  - try to simplify nonlinear constraint in box constraints (expansion planned)
|     
|     * testsuite 9a21804...40f4c66 (2):
|       > added test for simplifyConstraints
|       > update test after added postOptmodul simplifyConstraints
| 
| M	OMCompiler
| M	testsuite
| 
* commit d013729b416ee463963a3b0143fe915da628b922
| Author: hudson 
| Date:   Fri Jun 5 21:36:46 2015 +0200
| 
|     * OMCompiler 1462eb5...df3bcaf (1):
|       > Make alt text unique for profiling images
| 
| M	OMCompiler
| 
* commit 619b3627a3067d61ade25b5dcd6dbfe43a281fbb
| Author: hudson 
| Date:   Fri Jun 5 19:07:12 2015 +0200
| 
|     * libraries 35b2a4e...186bf7a (1):
|       > Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to cc89c9ae717c63d2c177ce16b4207b803c1fd800.   * [https://github.com/lbl-srg/modelica-buildings/commit/cc89c9a cc89c9a] Updated reference results for Dymola 2016
| 
| M	libraries
| 
* commit 824496b656af9baf53eab642c1dba11e4c81b3eb
| Author: hudson 
| Date:   Fri Jun 5 17:13:12 2015 +0200
| 
|     * OMEdit 0fa0c95...1c72bdb (1):
|       > Fetch interface data for TLM co-simulation.
| 
| M	OMEdit
| 
* commit d4e0547578231fd7894923f9b76bf0d54cd898b4
| Author: hudson 
| Date:   Fri Jun 5 15:12:58 2015 +0200
| 
|     * doc 64ee465...e0e967f (1):
|       > Add 2 more master theses (OMNotebook)
| 
| M	doc
| 
* commit b3bfb6587bf1f4d288908ee3bdf4f6be652c4710
| Author: hudson 
| Date:   Fri Jun 5 14:19:05 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 780b277...1462eb5 (2):
|       > Merge remote-tracking branch 'origin/master' into pullrequest
|       > Some changes to "remove simple equations" and related stuff * [fixed] propagation of variable attribute "unreplaceable" within the back end * [fixed] all variables that have unreplaceable=true will now get skipped by "removeSimpleEquations" * [improved] reimplemented function selfGeneratedVar that is used to figure out if a variable was generated internally (by the back end) * [prepared] After doing casualization no new alias variable will be introduced (substitutions will be still made) by the back end. This will be needed once the system get split up right after the casualization module into systems for initialization and simulation.
|     
|     * testsuite 0a8e313...9a21804 (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit c055ac4dd7f140201be64cbf43907abe46dac75a
| Author: hudson 
| Date:   Fri Jun 5 12:21:25 2015 +0200
| 
|     * OMCompiler bd824ec...780b277 (1):
|       > Dump Optimica cref's
| 
| M	OMCompiler
| 
* commit b4f08b8f84c345e5d92ecad45ece8ad5b17baaec
| Author: hudson 
| Date:   Fri Jun 5 09:06:02 2015 +0200
| 
|     * doc 49f391f...64ee465 (1):
|       > Minor fixes to the bibtex database
| 
| M	doc
| 
* commit 604cd9f663efaf128dce09e9084e6a0c6e58df06
| Author: hudson 
| Date:   Thu Jun 4 19:07:00 2015 +0200
| 
|     * libraries 526a63c...35b2a4e (1):
|       > Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 2f99ab1ec16cd10793f55c6be9c0bdbba5413e66.   * [https://github.com/lbl-srg/modelica-buildings/commit/2f99ab1 2f99ab1] Merge pull request #420 from lbl-srg/issue313_fmi_TConnector   * [https://github.com/lbl-srg/modelica-buildings/commit/0a1cbb8 0a1cbb8] Replaced ConservationEquation with version from master   * [https://github.com/lbl-srg/modelica-buildings/commit/e3b483a e3b483a] Removed fixme and added assertion   * [https://github.com/lbl-srg/modelica-buildings/commit/43cdc7f 43cdc7f] Merge branch 'issue313_fmi' into issue313_fmi_TConnector   * [https://github.com/lbl-srg/modelica-buildings/commit/9606adf 9606adf] Updated documentation   * [https://github.com/lbl-srg/modelica-buildings/commit/e9a0253 e9a0253] Removed empty line   * [https://github.com/lbl-srg/modelica-buildings/commit/21f7daa 21f7daa] Change in whitespaces   * [https://github.com/lbl-srg/modelica-buildings/commit/fa5d4fd fa5d4fd] Added regression results   * [https://github.com/lbl-srg/modelica-buildings/commit/87f6ed3 87f6ed3] Merge branch 'issue313_fmi' into issue313_fmi_TConnector   * [https://github.com/lbl-srg/modelica-buildings/commit/0cf9f9c 0cf9f9c] Merged master   * [https://github.com/lbl-srg/modelica-buildings/commit/342abfc 342abfc] Removed variables from plot that do no longer exist   * [https://github.com/lbl-srg/modelica-buildings/commit/6acbc9b 6acbc9b] Merge branch 'issue313_fmi' into issue313_fmi_TConnector   * [https://github.com/lbl-srg/modelica-buildings/commit/9c92e1b 9c92e1b] Merge branch 'issue313_fmi_TConnector' of github.com:lbl-srg/modelica-buildings into issue313_fmi_TConnector   * [https://github.com/lbl-srg/modelica-buildings/commit/e930289 e930289] Merge branch 'issue313_fmi' of github.com:lbl-srg/modelica-buildings into issue313_fmi   * [https://github.com/lbl-srg/modelica-buildings/commit/05a3bd1 05a3bd1] Corrected html
| 
| M	libraries
| 
* commit 8f5024b828ceb4e05605753ad736ede2bee2e610
| Author: hudson 
| Date:   Thu Jun 4 17:45:39 2015 +0200
| 
|     * OMEdit fb6b73c...0fa0c95 (1):
|       > Make External model useful for meta modeling. Delete the OriginItem when the component is deleted.
| 
| M	OMEdit
| 
* commit ca49350d6e0397f962a216f1f5c1dd31e967bf8e
| Author: hudson 
| Date:   Thu Jun 4 16:57:39 2015 +0200
| 
|     * OMEdit 4b6d893...fb6b73c (1):
|       > Added TLM co-simulation in the Libraries Browser context menu. Allow opening TLM co-simulation output window from TLM co-simulation setup.
| 
| M	OMEdit
| 
* commit d51dba320242cfe3b52bfff5a2a2a361a49b713d
| Author: hudson 
| Date:   Thu Jun 4 12:54:08 2015 +0200
| 
|     * OMCompiler 36f6156...bd824ec (1):
|       > Add support to filter to CSV
| 
| M	OMCompiler
| 
* commit 3561a6a524dad7d4b0d8c2abf73d14896b8a3646
| Author: hudson 
| Date:   Thu Jun 4 12:33:05 2015 +0200
| 
|     * OMCompiler 5b20ca6...36f6156 (1):
|       > added assert for pow(x,0.5) = sqrt(x)
| 
| M	OMCompiler
| 
* commit f3ae33e490c8c82688afb43b863fccfc1ca92148
| Author: hudson 
| Date:   Thu Jun 4 10:34:55 2015 +0200
| 
|     * OMCompiler 26ab95a...5b20ca6 (1):
|       > Update HPCOM-IntelTBB (Task-Arena, Bug-Fix)
| 
| M	OMCompiler
| 
* commit 4eb0c5d13c6221f22843758783a577caeb4b5393
| Author: hudson 
| Date:   Thu Jun 4 08:44:35 2015 +0200
| 
|     * OMCompiler bd5ab44...26ab95a (1):
|       > Fix indentation
| 
| M	OMCompiler
| 
* commit c1181c94c4f175a9e3f51c43eb09917c00251bb6
| Author: hudson 
| Date:   Thu Jun 4 06:45:05 2015 +0200
| 
|     * libraries afdd2a8...526a63c (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 6a4d46cffcde1ea381d28322e219a4c7ca5eadf9.   * [https://github.com/iea-annex60/modelica-annex60/commit/6a4d46c 6a4d46c] Updated revision notes for https://github.com/iea-annex60/modelica-annex60/pull/259   * [https://github.com/iea-annex60/modelica-annex60/commit/c69a2e6 c69a2e6] Updated revision notes for https://github.com/iea-annex60/modelica-annex60/pull/259   * [https://github.com/iea-annex60/modelica-annex60/commit/65e4d0e 65e4d0e] Merge pull request #259 from Mathadon/issue258_mSenFacFinal   * [https://github.com/iea-annex60/modelica-annex60/commit/9996582 9996582] removed final modifier of mSenFac in FourPortHeatMassExchanger.mo   * [https://github.com/iea-annex60/modelica-annex60/commit/27a8162 27a8162] Merge pull request #255 from iea-annex60/issue246_airflow
| 
| M	libraries
| 
* commit b1428062df294931b724c9d5d530bc11ff05cf29
| Author: hudson 
| Date:   Wed Jun 3 17:28:59 2015 +0200
| 
|     * testsuite f1a5f1b...0a8e313 (1):
|       > improved TestExpressionSolve.mos
| 
| M	testsuite
| 
* commit ca097c19aa54377423fdd8ab317850c420f28ddc
| Author: hudson 
| Date:   Wed Jun 3 15:45:29 2015 +0200
| 
|     * OMCompiler 8de4ae3...bd5ab44 (18):
|       > - removed a whitespace
|       > - moved serializer.cpp to the correct location
|       > - added serializer files again
|       > Merge remote-tracking branch 'origin/master' into masterMW
|       > - fix for msvc build
|       > - Fixed typo.
|       > dynOpt: using IndexReduction=dummyDerivatives
|       > cosmetic change
|       > cosmetic change
|       > cosmetic change
|       > cosmetic change
|       > cosmetic change
|       > cosmetic change
|       > Merge remote-tracking branch 'originMW/master' into masterMW
|       > Merge remote-tracking branch 'originMW/master' into masterMW
|       > Merge branch 'master' into masterMW
|       > - added new profiling points to c++ runtime - improved compile performance
|       > Merge pull request #1 from OpenModelica/master
| 
| M	OMCompiler
| 
* commit 6c972c0e5e196363a98f1993df0ef38fde95c51e
| Author: hudson 
| Date:   Wed Jun 3 15:20:16 2015 +0200
| 
|     * OMEdit 5168639...4b6d893 (1):
|       > - Moved some files to appropriate directories.
| 
| M	OMEdit
| 
* commit 33bc048c70523e9cee812f761f178f02b1187ac2
| Author: hudson 
| Date:   Wed Jun 3 14:57:48 2015 +0200
| 
|     * OMEdit 30a9c4c...5168639 (1):
|       > - Show the status of simulation in the Archived simulations list.
| 
| M	OMEdit
| 
* commit 84348810646eaf33f0668c5f98024036ff161a68
| Author: hudson 
| Date:   Wed Jun 3 12:28:16 2015 +0200
| 
|     * OMCompiler f141d14...8de4ae3 (1):
|       > - Fixed typo.
| 
| M	OMCompiler
| 
* commit a9a7f6a9586a5896adeea0b0e416c7ba320cc7aa
| Author: hudson 
| Date:   Tue Jun 2 16:52:41 2015 +0200
| 
|     * OMEdit a6ded24...30a9c4c (1):
|       > - TLM plugin log file named has changed.
| 
| M	OMEdit
| 
* commit a4f6d1190dadd3bac6b3366925ac64fe791e718f
| Author: Martin Sjölund 
| Date:   Tue Jun 2 16:40:53 2015 +0200
| 
|     Allow compiling without all subprojects present
| 
| M	Makefile.in
| M	configure.ac
| 
* commit 1bc9092e95481ba7eca77014196c33bcf34ab55c
| Author: Martin Sjölund 
| Date:   Tue Jun 2 16:29:55 2015 +0200
| 
|     Update README.md
| 
| M	README.md
| 
* commit bdfadc55d0fa102babe548433e419a704077e902
| Author: hudson 
| Date:   Tue Jun 2 12:30:43 2015 +0200
| 
|     * testsuite 25e582b...f1a5f1b (1):
|       > Add a target for hudson to perform a sanity check
| 
| M	testsuite
| 
* commit 7fe459f71fe54bb1858e32edb00ab951971c2d6c
| Author: hudson 
| Date:   Tue Jun 2 10:47:13 2015 +0200
| 
|     Updating submodules
|     
|     * libraries 4cdb732...afdd2a8 (1):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch master updated to 8e5c1bf91e8a0222b1b73b02062f0cc4ea8b9564.   * [https://github.com/modelica/Modelica/commit/8e5c1bf 8e5c1bf] This update fixes the error for Media listed in #1681, in trunk
|     
|     * testsuite 3748371...25e582b (1):
|       > Update reference results due to MSL 3.2.1 change
| 
| M	libraries
| M	testsuite
| 
* commit 47dfa884340e5646830eb45893d72665b0decf9b
| Author: hudson 
| Date:   Tue Jun 2 00:10:53 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 4715552...f141d14 (7):
|       > dynOpt: using IndexReduction=dummyDerivatives
|       > cosmetic change
|       > cosmetic change
|       > cosmetic change
|       > cosmetic change
|       > cosmetic change
|       > cosmetic change
|     
|     * testsuite 8165162...3748371 (2):
|       > update test
|       > update test
| 
| M	OMCompiler
| M	testsuite
| 
* commit 83bf09602bd555b38e7277a3fbc6b7fd45e44dbc
| Author: hudson 
| Date:   Mon Jun 1 19:07:19 2015 +0200
| 
|     * libraries f91c29c...4cdb732 (1):
|       > Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 63c39858a6d7eff91e3b62c9b952dd89fb906657.   * [https://github.com/lbl-srg/modelica-buildings/commit/63c3985 63c3985] Merge pull request #419 from sjoelund/fix-parsing   * [https://github.com/lbl-srg/modelica-buildings/commit/ef24b3d ef24b3d] Fix parsing   * [https://github.com/lbl-srg/modelica-buildings/commit/293bdf6 293bdf6] Merged issue246_airflow from Annex60
| 
| M	libraries
| 
* commit 689ac602599101116fab3e8875a7383eca22c6e7
| Author: hudson 
| Date:   Mon Jun 1 16:58:21 2015 +0200
| 
|     * OMCompiler c8a2562...4715552 (5):
|       > - cmake should now select the correct libraries (either debug or release) for the c++-runtime - fixed fmu export for windows (c++-runtime) - changed default cmake_build_type to debug
|       > - static libraries are now created with each build of the cpp-runtime - turn on static linking by using +d=runtimeStaticLinking of omc - cleanups and bug-fixes
|       > - fixed fmu export of cpp-runtime - cleaned up some static-linking stuff - fixed a segfault with the newly added profiling-points
|       > - added new profiling points to c++ runtime - improved compile performance
|       > - some simple improvements for HPCOM
| 
| M	OMCompiler
| 
* commit 107a27fe86c0e4847af7aff78923a1ad60f34139
| Author: hudson 
| Date:   Fri May 29 20:18:03 2015 +0200
| 
|     * OMEdit 149bf80...a6ded24 (1):
|       > - Another stupid typo.
| 
| M	OMEdit
| 
* commit 86f5331d79b0b34f927d9eddd1de7899a46f8c11
| Author: hudson 
| Date:   Fri May 29 19:06:52 2015 +0200
| 
|     * libraries 425419a...f91c29c (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 3bb0534587f474c376aa5d6946ea828ee24707a7.   * [https://github.com/iea-annex60/modelica-annex60/commit/3bb0534 3bb0534] Merge pull request #255 from iea-annex60/issue246_airflow   * [https://github.com/iea-annex60/modelica-annex60/commit/e93b535 e93b535] Corrected extends statement   * [https://github.com/iea-annex60/modelica-annex60/commit/eaf7f1d eaf7f1d] Added reference results from Buildings library   * [https://github.com/iea-annex60/modelica-annex60/commit/067eade 067eade] Cleaned up code to avoid diffs with Buildings library   * [https://github.com/iea-annex60/modelica-annex60/commit/b0ccfa4 b0ccfa4] Fix brackets in package.mo   * [https://github.com/iea-annex60/modelica-annex60/commit/b8035ac b8035ac] Remove accidentaly introduced use statement   * [https://github.com/iea-annex60/modelica-annex60/commit/d0e6969 d0e6969] Merge branch 'master' of https://github.com/iea-annex60/modelica-annex60 into issue246_airflow   * [https://github.com/iea-annex60/modelica-annex60/commit/7121779 7121779] Update models in airflow unit test scripts   * [https://github.com/iea-annex60/modelica-annex60/commit/0eb2332 0eb2332] Update models in airflow unit test scripts   * [https://github.com/iea-annex60/modelica-annex60/commit/9aa9fb7 9aa9fb7] Add unit test scripts for airflow   * [https://github.com/iea-annex60/modelica-annex60/commit/17c6fa0 17c6fa0] Change paths for unit tests in airflow models   * [https://github.com/iea-annex60/modelica-annex60/commit/b453d35 b453d35] Convert Buildings dependencies in Airflow package   * [https://github.com/iea-annex60/modelica-annex60/commit/661c741 661c741] Add Airflow package to Annex60
| 
| M	libraries
| 
* commit 44f19294838e6e25321114adaa24643012073e91
| Author: hudson 
| Date:   Fri May 29 16:58:34 2015 +0200
| 
|     * OMEdit a82dea5...149bf80 (1):
|       > - Fixed stupid typo.
| 
| M	OMEdit
| 
* commit d7344512d6ea3a3fde8f981c0363135fc11053c5
| Author: Adeel Asghar 
| Date:   Fri May 29 16:16:02 2015 +0200
| 
|     - Ignore OpenModelicaSetup directory.
| 
| M	.gitignore
| 
* commit 55bd00861a29185472ff7223d5c874a7e28fcb36
| Author: hudson 
| Date:   Fri May 29 15:38:47 2015 +0200
| 
|     * OMCompiler 7f603ec...c8a2562 (1):
|       > Adds serialization of MMC values
| 
| M	OMCompiler
| 
* commit fb99473b0f921ba130ac1316d0d2860067571371
| Author: hudson 
| Date:   Fri May 29 13:03:27 2015 +0200
| 
|     * testsuite 673e210...8165162 (1):
|       > Increase the timeout
| 
| M	testsuite
| 
* commit 390ff41845c0d73e71d0701f1f5998abe8bbc8fb
| Author: hudson 
| Date:   Fri May 29 09:35:34 2015 +0200
| 
|     * testsuite 5824e7b...673e210 (2):
|       > - changed BouncingBall number of threads to one
|       > Merge remote-tracking branch 'originMW/master' into masterMW
| 
| M	testsuite
| 
* commit d5f753989fedaa0bc78820660a5bda686d30391e
| Author: hudson 
| Date:   Thu May 28 20:52:52 2015 +0200
| 
|     Updating submodules
|     * OMEdit f77f376...a82dea5 (5):
|       > - No hover events in Component so no need to enable hover tracking. - Minor formatting & documentation in ModelWidgetContainer.cpp.
|       > - Check for existing LibraryTreeNode and display error if already exists.
|       > - Allow loading external models for TLM meta-modeling.
|       > - Use the preserve aspect ratio and initial scale of the component instead of the layer.
|       > - Make the text readable when component has flipping/rotation.
|     
|     * libraries 1d969d6...425419a (1):
|       > Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 11d664d2c3ba46641309485d0071b2bf118cdc59.   * [https://github.com/lbl-srg/modelica-buildings/commit/11d664d 11d664d] Merged Annex60
| 
| M	OMEdit
| M	libraries
| 
* commit 193e7bc191b79187a41fcbbd0011084925da3085
| Author: hudson 
| Date:   Thu May 28 20:17:36 2015 +0200
| 
|     Updating submodules
|     
|     * OMCompiler 5992e4a...7f603ec (8):
|       > Remove duplicated interface declaration
|       > Merge remote-tracking branch 'origin/maxDer'
|       > Fix for #3337: - Lift type modifiers to the dimensions of the component.
|       > Add a README
|       > Merge pull request #9 from vruge/disableDynStateSelectionInDynOpt2
|       > - removed some debug output
|       > - some cleanups in HpcOmMemory - empty-scheduler contains an equation-list now - c++-simulation runtime can now calculate the dae-system in parallel
|       > Merge branch 'disableDynStateSelectionInDynOpt'
|     
|     * testsuite c798dca...5824e7b (4):
|       > Disable BouncingBall_mcp_omp.mos
|       > - Added test case for #3337.
|       > Merge pull request #13 from vruge/disableDynStateSelectionInDynOpt3
|       > Merge pull request #12 from vruge/disableDynStateSelectionInDynOpt2
| 
| M	OMCompiler
| M	testsuite
| 
* commit 890ee7f65c94f7330660a32adc80821e0c7e0bdc
| Author: hudson 
| Date:   Tue May 26 19:08:00 2015 +0200
| 
|     * libraries ee48417...1d969d6 (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 3ff76988d7e2cba07ce52ad5b5aff57aa63b35f9.   * [https://github.com/iea-annex60/modelica-annex60/commit/3ff7698 3ff7698] Merge pull request #250 from iea-annex60/issue249_CSensor   * [https://github.com/iea-annex60/modelica-annex60/commit/ceaf706 ceaf706] Merge pull request #248 from iea-annex60/issue225_stateSelect   * [https://github.com/iea-annex60/modelica-annex60/commit/9e80052 9e80052] Corrected documentation to address review comment on https://github.com/iea-annex60/modelica-annex60/pull/248   * [https://github.com/iea-annex60/modelica-annex60/commit/ea6aab1 ea6aab1] Corrected issue #249 and added test case   * [https://github.com/iea-annex60/modelica-annex60/commit/116194d 116194d] Removed stateSelect on pressure for #225
| 
| M	libraries
| 
* commit 70befdda54bd6998b7cb21227df2385f069373f9
| Author: hudson 
| Date:   Tue May 26 14:41:10 2015 +0200
| 
|     * OMCompiler b8bb713...5992e4a (1):
|       > - Fixed encoding of HpcOmScheduler.mo and SimCodeUtil.mo.
| 
| M	OMCompiler
| 
* commit 2828618490b75d94dff28197a9ea111fac01cd9a
| Author: hudson 
| Date:   Tue May 26 14:23:03 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 19efba2...b8bb713 (3):
|       > - fix testsuite for now, still have to handle underdetermined systems with derivation loops
|       > - Don't treat outer parameters without binding as a special case in   Static.elabCref2, to enable vectorization.
|       > - added information about highest derivative to SimCode.ModelInfo
|     
|     * testsuite a9d51ea...c798dca (1):
|       > - Added test case for array expansion of outer parameters.
| 
| M	OMCompiler
| M	testsuite
| 
* commit d41041329dc426b41e30a45d64abaea77639598b
| Author: hudson 
| Date:   Tue May 26 12:41:19 2015 +0200
| 
|     * OMCompiler e95da2b...19efba2 (13):
|       > Merge pull request #7 from sjoelund/master
|       > Merge pull request #6 from sjoelund/master
|       > fix for typo
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Replace recursions with loops
|       > Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8)
|       > Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8) (reverted from commit af3393f641463c913c4c74512d04e941de8abf9d)
|       > Merge remote-tracking branch 'origin/master' (reverted from commit b13b350383859be31fd5f6f39d0198c26776d4f8)
|       > Merge remote-tracking branch 'origin/master'
|       > Merge remote-tracking branch 'origin/master'
|       > Merge remote-tracking branch 'origin/master'
|       > - added information about highest derivative of complete model to modelinfo
| 
| M	OMCompiler
| 
* commit 69d22f22dae5b5fa2e73542603788f5dd99c525f
| Author: hudson 
| Date:   Mon May 25 17:45:58 2015 +0200
| 
|     * testsuite 1a5bab4...a9d51ea (1):
|       > - Added test case for enumeration array modifier.
| 
| M	testsuite
| 
* commit eec11536a145857dc0c595b305a2ad77e325e7e5
| Author: hudson 
| Date:   Mon May 25 17:33:06 2015 +0200
| 
|     * OMCompiler aec10af...e95da2b (1):
|       > - Changed recursive instantiation of enumeration arrays to a loop, to avoid   issues with type checking.
| 
| M	OMCompiler
| 
* commit 6e51e994579dbc12d96d54b5c9038866391c7ef1
| Author: hudson 
| Date:   Mon May 25 16:32:32 2015 +0200
| 
|     * OMEdit 5dfb4ea...f77f376 (1):
|       > - Visualize the Component origin with cross.
| 
| M	OMEdit
| 
* commit eccd018f36e730b704a3adbe1652b7dd677d010c
| Author: hudson 
| Date:   Mon May 25 16:07:05 2015 +0200
| 
|     * testsuite 72a94bb...1a5bab4 (1):
|       > - Added test case for inner/outer enumeration dimensions when using bindings.
| 
| M	testsuite
| 
* commit 19e07b66783ddd2e6edde7a306b92be3820c56e3
| Author: hudson 
| Date:   Mon May 25 15:51:08 2015 +0200
| 
|     * OMCompiler cc6a016...aec10af (1):
|       > - Fix expansion of enumeration dimensions on bindings when using inner/outer. - Renamed Types.isArray to Types.isNonscalarArray and implemented a new   Types.isArray that actually checks if a type is an array.
| 
| M	OMCompiler
| 
* commit e6417343abb42f37a55feb49fb8c218dd063444a
| Author: hudson 
| Date:   Sun May 24 19:40:17 2015 +0200
| 
|     Updating submodules
|     * OMOptim c75e22d...6d6beea (1):
|       > Use the configured CXX when compiling paradiseo
|     
|     * testsuite 0bc3a73...72a94bb (1):
|       > Add test case for #3323
| 
| M	OMOptim
| M	testsuite
| 
* commit d1bb8872c05ef0709d50b4d29c5c31b0f07cd7f8
| Author: hudson 
| Date:   Sun May 24 19:11:52 2015 +0200
| 
|     * libraries edd3867...ee48417 (1):
|       > Bump libraries - https://github.com/modelica-3rdparty/ExternData.git branch master updated to 396164fa708cc7c7e64da55ac0b3cba23939f790.   * [https://github.com/modelica-3rdparty/ExternData/commit/396164f 396164f] Update version   * [https://github.com/modelica-3rdparty/ExternData/commit/728f1f7 728f1f7] Fix syntax error   * [https://github.com/modelica-3rdparty/ExternData/commit/e292e46 e292e46] Rebuild always   * [https://github.com/modelica-3rdparty/ExternData/commit/ab9c399 ab9c399] Rebuild always   * [https://github.com/modelica-3rdparty/ExternData/commit/503ed70 503ed70] Update version   * [https://github.com/modelica-3rdparty/ExternData/commit/8481e74 8481e74] Add library version and info
| 
| M	libraries
| 
* commit 5e296cf7bda673613446f7a5859cefdc507ab19f
| Author: hudson 
| Date:   Sun May 24 17:45:06 2015 +0200
| 
|     Updating submodules
|     * OMCompiler fd2efe9...cc6a016 (1):
|       > Add workaround to RemoveSimpleEquations to sort out known vars from alias vars (#3323)
|     
|     * testsuite 81f8a83...0bc3a73 (1):
|       > Update expected output
| 
| M	OMCompiler
| M	testsuite
| 
* commit 443e0dd6ddc9c07e63ae3e025a490c1699c76ef8
| Author: hudson 
| Date:   Sun May 24 15:30:23 2015 +0200
| 
|     * OMCompiler a63f61b...fd2efe9 (1):
|       > Remove usertab.c as expected
| 
| M	OMCompiler
| 
* commit 63b4b6dc0ce0fdfcdad5d5dce3409e6c79d4e018
| Author: hudson 
| Date:   Sun May 24 14:43:37 2015 +0200
| 
|     Updating submodules
|     * OMCompiler dff6c83...a63f61b (1):
|       > Remove usertab.c from cppruntime as it should never be compiled
|     
|     * testsuite d0aef25...81f8a83 (1):
|       > Make build dirs
| 
| M	OMCompiler
| M	testsuite
| 
* commit 234ebb4f95db0a572c435da6a91cfceba6721a0b
| Author: hudson 
| Date:   Sat May 23 19:16:59 2015 +0200
| 
|     * libraries aa0458e...edd3867 (1):
|       > Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 5a78c76d5b26d8910427db17f00ab3da49fb4712.   * [https://github.com/lbl-srg/modelica-buildings/commit/5a78c76 5a78c76] Removed stateSelect on pressure for https://github.com/iea-annex60/modelica-annex60/issues/225   * [https://github.com/lbl-srg/modelica-buildings/commit/d2149f9 d2149f9] Updated reference results for #417.   * [https://github.com/lbl-srg/modelica-buildings/commit/c62e6cb c62e6cb] Reformulated to reduce use of divmacro. For #417
| 
| M	libraries
| 
* commit 1790335285d09b60ac84597a896234e41813da0e
| Author: hudson 
| Date:   Sat May 23 17:50:57 2015 +0200
| 
|     * OMCompiler 04badce...dff6c83 (1):
|       > Fixes #3332, ParModelica install paths
| 
| M	OMCompiler
| 
* commit 374f9d3d858b97e40c57a30c0857728dd44c1db2
| Author: hudson 
| Date:   Fri May 22 19:07:55 2015 +0200
| 
|     * libraries aa87b16...aa0458e (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to e764974d3c517935c478178bf5a6a909000e500f.   * [https://github.com/iea-annex60/modelica-annex60/commit/e764974 e764974] Merge pull request #245 from iea-annex60/issue225_stateSelect   * [https://github.com/iea-annex60/modelica-annex60/commit/cdaa22d cdaa22d] Removed stateSelect for p
| 
| M	libraries
| 
* commit 7bdc0d03c389ae5ac0b17653abad1d3d629ca340
| Author: hudson 
| Date:   Fri May 22 17:13:32 2015 +0200
| 
|     * OMCompiler 5c9479a...04badce (1):
|       > replaced for loop with std::transform in SimVars.initRealAliasArray
| 
| M	OMCompiler
| 
* commit 79fb67ef9621ac1794e7a2e7a7f680df352aa5fe
| Author: hudson 
| Date:   Fri May 22 16:35:21 2015 +0200
| 
|     * OMCompiler eb6f814...5c9479a (1):
|       > fix for ModelicaExternalC usertab linker error in cpp runtime
| 
| M	OMCompiler
| 
* commit d1489104b8d6b9e9e836d20f63d5f1de26f93268
| Author: hudson 
| Date:   Fri May 22 08:30:10 2015 +0200
| 
|     * OMCompiler 9f6854b...eb6f814 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > fix for typo in SimController comment
| 
| M	OMCompiler
| 
* commit e8c7682f24787b50d96375d2cc682c673fa16a47
| Author: hudson 
| Date:   Fri May 22 06:41:27 2015 +0200
| 
|     * testsuite 0c3dcc8...d0aef25 (1):
|       > - commented out debug line
| 
| M	testsuite
| 
* commit 8e8f9667c550bb42d408328e92c31c45156debe4
| Author: adrpo 
| Date:   Fri May 22 06:39:49 2015 +0200
| 
|     - unpack the reference files before running the tests
| 
| M	Makefile.omdev.mingw
| 
* commit abc7935de8b063091ff791c4662e4a46cc98d24a
| Author: hudson 
| Date:   Thu May 21 19:47:28 2015 +0200
| 
|     * testsuite 6b77a33...0c3dcc8 (1):
|       > Only set CXX to g++ if CXX is clang++
| 
| M	testsuite
| 
* commit 84b170ca4478483fb10fe3fb2fbe476fd106ee51
| Author: hudson 
| Date:   Thu May 21 19:16:00 2015 +0200
| 
|     * libraries 3f8a105...aa87b16 (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to da5e3538c2bedbcd93840c2b7f844649fb549ecf.   * [https://github.com/iea-annex60/modelica-annex60/commit/da5e353 da5e353] Merge pull request #240 from iea-annex60/issue239_statistics   * [https://github.com/iea-annex60/modelica-annex60/commit/eadb2a4 eadb2a4] Regenerated reference results for #239
| 
| M	libraries
| 
* commit 6fa70042c8df8a1d75d6ea0c600547a5caebbf2f
| Author: hudson 
| Date:   Thu May 21 18:01:07 2015 +0200
| 
|     * OMCompiler 1b90621...9f6854b (3):
|       > Fix 8a7b5a0 by updating to the latest submodules
|       > - fix testsuite on windows, checking if first char is '/' is obviously not Windows friendly
|       > fix for debug msvc cpp runtime build
| 
| M	OMCompiler
| 
* commit f7ae6d9ae4c8ec049f18b2a0e2bccf4eb88be3ea
| Author: hudson 
| Date:   Thu May 21 15:20:10 2015 +0200
| 
|     * OMCompiler 537d965...1b90621 (5):
|       > changed msvc build type for cpp runtime to release
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > added doxygen call to generate documentation for cpp runtime in main CMakefile  it can be generated  with  BUILD_DOCUMENTATION=true.  the documentation is build in SimulationRuntime\cpp\Build\Doc
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > added doxygen config file for cpp runtime, add doxygen group comments in cpp runtime source files
| 
| M	OMCompiler
| 
* commit b6201cd6d42715611a0ab149b7648629077d5138
| Author: hudson 
| Date:   Thu May 21 13:38:49 2015 +0200
| 
|     * testsuite 1583aba...6b77a33 (1):
|       > Merge pull request #11 from vruge/dynOptUpdate
| 
| M	testsuite
| 
* commit 222835e16db9e08c4ba90d659dc331613b490c55
| Author: hudson 
| Date:   Thu May 21 13:11:54 2015 +0200
| 
|     * testsuite ded2952...1583aba (1):
|       > Merge pull request #10 from vruge/dynOptUpdate
| 
| M	testsuite
| 
* commit e7f0d206102afc80c069f930bd92c449e7b2a8f7
| Author: hudson 
| Date:   Thu May 21 12:58:58 2015 +0200
| 
|     * OMCompiler 1bda3b0...537d965 (1):
|       > - git describe instead of git rev-parse for getVersion()
| 
| M	OMCompiler
| 
* commit 4d8299ef7977a9485dcad30693985f0ee5c82b4f
| Author: hudson 
| Date:   Thu May 21 11:52:53 2015 +0200
| 
|     * OMCompiler 5608b79...1bda3b0 (1):
|       > - fix for visualization xml
| 
| M	OMCompiler
| 
* commit 6ce925d72b482a0919671a97282b532058308699
| Author: hudson 
| Date:   Thu May 21 11:15:04 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 76801fe...5608b79 (5):
|       > Update README.Linux.md
|       > Update README.Linux.md
|       > Change the Linux readme to markdown
|       > Pass CFLAGS/CXXFLAGS to ipopt
|       > - visualization xml stores equations for protected, time-dependent variables
|     
|     * libraries 48c206c...3f8a105 (1):
|       > Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to ae270dab831b4b168da527cd423e01528e87a4ab.   * [https://github.com/lbl-srg/modelica-buildings/commit/ae270da ae270da] Merge pull request #416 from lbl-srg/issue_415   * [https://github.com/lbl-srg/modelica-buildings/commit/9a2d1c6 9a2d1c6] Revised info sections for the models modified, run unit test.   * [https://github.com/lbl-srg/modelica-buildings/commit/4c1c61d 4c1c61d] Tentative to fix issue #415. Adding a dummy interface for resistive models actualli helps Openmodelica to parse them.
|     
|     * testsuite 2c1535d...ded2952 (2):
|       > Skip LOG_IPOPT_ERROR as the numbers are not interesting
|       > Print less output to pass the testsuite
| 
| M	OMCompiler
| M	libraries
| M	testsuite
| 
* commit 913700d04fa5ab0adbddd82770484676d622d972
| Author: Adeel Asghar 
| Date:   Wed May 20 16:10:48 2015 +0200
| 
|     Ignore OMPython if git cloned inside OpenModelica.
| 
| M	.gitignore
| 
* commit 6d3d279e0cc277d52ac1ef13add68a17041e6e19
| Author: Adeel Asghar 
| Date:   Wed May 20 15:31:42 2015 +0200
| 
|     - remove OMPython submodule.
| 
| M	.gitmodules
| 
* commit be7436adb99d66191290dc6a68b89a13e11bdd29
| Author: Adeel Asghar 
| Date:   Wed May 20 15:02:53 2015 +0200
| 
|     - Added OMPython submodule.
| 
| M	.gitmodules
| 
* commit 5767eb0fc4b0ec2c86662e37e9fa1a3ee8a8d7f9
| Author: hudson 
| Date:   Wed May 20 14:44:00 2015 +0200
| 
|     * OMNotebook 0505769...5b2cd4c (1):
|       > Normalize line endings, remove generated file
| 
| M	OMNotebook
| 
* commit c20cfa8be6ed302bf12852d25db1ffc64b664554
| Author: hudson 
| Date:   Wed May 20 13:52:45 2015 +0200
| 
|     Updating submodules
|     * OMCompiler bb4056b...76801fe (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'qss'
|     
|     * testsuite e4416ea...2c1535d (3):
|       > Update expected output
|       > Merge branch 'master' of https://github.com/OpenModelica/OpenModelica-testsuite
|       > Merge branch 'qss'
| 
| M	OMCompiler
| M	testsuite
| 
* commit b4620a732d0a708f7131afea5b3a19a849fc7963
| Author: Martin Sjölund 
| Date:   Wed May 20 12:28:19 2015 +0200
| 
|     config.guess is copied into the correct place by the common files
| 
| M	configure.ac
| 
* commit f009094cf6af5444adc778996c68c3a589c94d33
| Author: hudson 
| Date:   Wed May 20 12:23:06 2015 +0200
| 
|     Updating submodules
|     * common 2e0e4dd...00c80dc (1):
|       > Always copy the required config.guess, etc
|     
|     * testsuite 3e5635a...e4416ea (1):
|       > Fix cppruntime tests
| 
| M	common
| M	testsuite
| 
* commit 169712a664c469a9a9fb63538b3304f3df850dc7
| Author: Martin Sjölund 
| Date:   Wed May 20 11:41:57 2015 +0200
| 
|     Compile Modelica3D binaries
| 
| M	Makefile.in
| M	OMCompiler
| M	common
| M	configure.ac
| M	libraries
| 
* commit 1eb301f922ae667afa8085823b732dcb369a3eb8
| Author: hudson 
| Date:   Wed May 20 09:23:23 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 38d0c59...060a0ac (1):
|       > Use the configured CXX in cppruntime
|     
|     * testsuite a4b5245...3e5635a (1):
|       > Use g++ for boost threads
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2226ebb5aa2ff01fd6a2c18bbcdec6be5fee2eea
| Author: hudson 
| Date:   Wed May 20 08:17:16 2015 +0200
| 
|     Updating submodules
|     * OMCompiler bf6ce68...38d0c59 (1):
|       > Use C++11 by default
|     
|     * common d52ab4e...8700c25 (1):
|       > Add c++11 macro
| 
| M	OMCompiler
| M	common
| 
* commit 2831261518b1b2006d54d75815ee0e0f07652569
| Author: hudson 
| Date:   Tue May 19 20:27:40 2015 +0200
| 
|     * testsuite 028b425...a4b5245 (1):
|       > Update expected output - remove warnings (see #3325)
| 
| M	testsuite
| 
* commit ea351393b271a9a20e6e2b85f60ca94cb8dd75b5
| Author: hudson 
| Date:   Tue May 19 19:39:57 2015 +0200
| 
|     * OMCompiler 60c93f5...bf6ce68 (1):
|       > Fix generation of sparse pattern for systems with just one state
| 
| M	OMCompiler
| 
* commit 312471e2791da621866e2642838b90846226c602
| Author: hudson 
| Date:   Tue May 19 19:16:40 2015 +0200
| 
|     * libraries efc414f...b697666 (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 94aae0d1b2dcd98dd5b7df07c76fd679296ac508.   * [https://github.com/iea-annex60/modelica-annex60/commit/94aae0d 94aae0d] Merge pull request #244 from iea-annex60/issue243_pyc   * [https://github.com/iea-annex60/modelica-annex60/commit/7c28dc6 7c28dc6] Added *.pyc to the gitignore file
| 
| M	libraries
| 
* commit 1795064179410496db679350ed7516b06b3e648e
| Author: hudson 
| Date:   Tue May 19 18:44:25 2015 +0200
| 
|     * OMCompiler 3f57560...60c93f5 (1):
|       > Merge pull request #4 from ptaeuber/tearing2
| 
| M	OMCompiler
| 
* commit ffb7cc192f34f0472fc0929655e610f3eaa21136
| Author: hudson 
| Date:   Tue May 19 17:11:12 2015 +0200
| 
|     * OMCompiler b3dabeb...3f57560 (1):
|       > - sundials 2.4.0 has support for colored jacobian, so I've changed the ifdef
| 
| M	OMCompiler
| 
* commit 38289e02bad98d027aa1d4d11e3ebbc0a1bf4bbd
| Author: hudson 
| Date:   Tue May 19 16:58:18 2015 +0200
| 
|     Updating submodules
|     * OMCompiler b97fedb...b3dabeb (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > - try to improve on #3318 by giving memory back as much as possible to the OS on Windows
|     
|     * OMEdit 289644d...5dfb4ea (1):
|       > #3123 - Fixed the Component flipping issues.
| 
| M	OMCompiler
| M	OMEdit
| 
* commit ef4ce6340395e4b1ed40086d000bd36526628e42
| Author: hudson 
| Date:   Tue May 19 16:45:18 2015 +0200
| 
|     * OMCompiler e2a2224...b97fedb (1):
|       > - fixed the ordering of the array elements in RefArray class - added a counter for the number of ODE-evaluations to CVode - included version check for Sundials, colored jacobians are now enabled if the version is new enough - some typo fixes
| 
| M	OMCompiler
| 
* commit 65bc6a2b2bcd2358f88c71e8609f321f4367183c
| Author: adrpo 
| Date:   Tue May 19 16:41:32 2015 +0200
| 
|     - build omlibrary and omc-diff by default on Windows
| 
| M	Makefile.omdev.mingw
| 
* commit dc25ac0ea45c50422517b11f33fea1ca83ef3178
| Author: hudson 
| Date:   Tue May 19 16:28:23 2015 +0200
| 
|     * testsuite b07755b...028b425 (1):
|       > Merge pull request #9 from vruge/master
| 
| M	testsuite
| 
* commit 9fbf184a5ba855086b61e77bb431bf272293d330
| Author: hudson 
| Date:   Tue May 19 15:40:14 2015 +0200
| 
|     * OMCompiler defa77c...e2a2224 (1):
|       > dyn. optmization: attempt to fix CombiTimeTable with Periodic
| 
| M	OMCompiler
| 
* commit 689f8810c892fb456d40ea21523259830be9869f
| Author: hudson 
| Date:   Tue May 19 11:50:24 2015 +0200
| 
|     * testsuite 42c0789...b07755b (1):
|       > Expected output
| 
| M	testsuite
| 
* commit 23a74abcfd71169ca502f5044cb8283b1372b9fd
| Author: hudson 
| Date:   Tue May 19 11:37:24 2015 +0200
| 
|     * OMCompiler 7abb7cc...defa77c (5):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > removed special case for static factory policies
| 
| M	OMCompiler
| 
* commit b5e2d2838f78973e141b380eccafdbce1c5c2cbd
| Author: hudson 
| Date:   Tue May 19 11:24:24 2015 +0200
| 
|     * testsuite 0009dfa...42c0789 (1):
|       > Disable debugging
| 
| M	testsuite
| 
* commit 76b47f73c350d019b616c842225c0a49e98256d1
| Author: hudson 
| Date:   Tue May 19 11:07:52 2015 +0200
| 
|     * OMCompiler dcf2a05...7abb7cc (3):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Remove unused code - there is no $dummy state anymore
|       > Don't add a dummy state to generate symbolic Jacobians
| 
| M	OMCompiler
| 
* commit e40f140203d79287d106da44d4d70d4bf246879d
| Author: hudson 
| Date:   Tue May 19 10:51:25 2015 +0200
| 
|     * testsuite 5c9cc5d...0009dfa (1):
|       > Use the new paths for the model testing scripts
| 
| M	testsuite
| 
* commit 85986d84329f5e2e052939f353e032e4f98822cf
| Author: hudson 
| Date:   Tue May 19 10:37:55 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 27df1e5...dcf2a05 (3):
|       > - Added for-loops to dumpEqs.
|       > - Codegen for vectorization using for loops.
|       > - Cleaned up vectorization. - Fixed upper bound for vectorization.
|     
|     * testsuite 36b2fae...5c9cc5d (2):
|       > Do not add the inst tests
|       > Add missing SiemensPower test
| 
| M	OMCompiler
| M	testsuite
| 
* commit fe904fba7aa0b07555d88e87b089939ecd7f7095
| Author: hudson 
| Date:   Tue May 19 10:24:42 2015 +0200
| 
|     * testsuite 4ade779...36b2fae (1):
|       > Add SiemensPower reference file
| 
| M	testsuite
| 
* commit 5b48199f587b1b55d384ccb8f9c58dbbf05a4e00
| Author: hudson 
| Date:   Tue May 19 10:11:36 2015 +0200
| 
|     Updating submodules
|     * libraries b915040...efc414f (1):
|       > Add SiemensPower 2.1 beta
|     
|     * testsuite 6f15357...4ade779 (2):
|       > Update SiemensPower tests to use the packaged library
|       > Use SiemensPower from the libraries
| 
| M	libraries
| M	testsuite
| 
* commit 3ca5d1f139b5e5dc618492006379836858a92968
| Author: hudson 
| Date:   Tue May 19 09:08:09 2015 +0200
| 
|     * libraries 6ae48c8...b915040 (1):
|       > Add SiemensPower as a core library
| 
| M	libraries
| 
* commit 0bbaeec6c6b84264040d77b1cd07632bbdad7481
| Author: hudson 
| Date:   Tue May 19 07:40:12 2015 +0200
| 
|     * testsuite 6a8642c...6f15357 (2):
|       > Add the small reference graphs used and compared
|       > Use same stopTime as reference file
| 
| M	testsuite
| 
* commit a92549d11d0f07e8ffbadaf751b9563e58ac342f
| Author: hudson 
| Date:   Mon May 18 23:45:27 2015 +0200
| 
|     * OMCompiler 6d49a94...27df1e5 (1):
|       > - fix windows compilation
| 
| M	OMCompiler
| 
* commit e4924883f3fe7e57bb4e902012fe8787b27e44bc
| Author: hudson 
| Date:   Mon May 18 22:43:52 2015 +0200
| 
|     * OMShell 3f8412c...ccfba05 (1):
|       > Update .gitignore file
| 
| M	OMShell
| 
* commit 8b8614f298968749a9dde5ff9ed5bbcbb425b97c
| Author: hudson 
| Date:   Mon May 18 22:18:13 2015 +0200
| 
|     Updating submodules
|     * OMCompiler ab8f95a...6d49a94 (1):
|       > Merge outputs 2 and 3 of diffSimulationResults
|     
|     * testsuite 77b04d0...6a8642c (1):
|       > diffSimulationResults changed back to two outputs
| 
| M	OMCompiler
| M	testsuite
| 
* commit 7caf3fc6162303cfeced714846f830ffca60dfa6
| Author: hudson 
| Date:   Mon May 18 21:52:30 2015 +0200
| 
|     * testsuite e90e180...77b04d0 (1):
|       > Add MSL 3.1 version of reference files
| 
| M	testsuite
| 
* commit aa2ef4b3d8d1ec7f491c18e0ffd906bc6463c84f
| Author: hudson 
| Date:   Mon May 18 21:01:21 2015 +0200
| 
|     * testsuite 73d0a3c...e90e180 (1):
|       > Update C++ tests using the ModelTesting scripts
| 
| M	testsuite
| 
* commit 607683caf35a3ecb82e9b2fd195cf3683c92b0d8
| Author: Martin Sjölund 
| Date:   Mon May 18 20:49:41 2015 +0200
| 
|     Build reference files
| 
| M	Makefile.in
| 
* commit 96888e3416fe2c287793f31d8e68233bab0e6b84
| Author: hudson 
| Date:   Mon May 18 20:39:51 2015 +0200
| 
|     * OMCompiler 2bf2c4e...ab8f95a (1):
|       > Bump 3rdParty
| 
| M	OMCompiler
| 
* commit 1207d8e2fe1225f5831383fc1a5d2e0dd9ca5310
| Author: hudson 
| Date:   Mon May 18 20:25:28 2015 +0200
| 
|     * OMCompiler 0d42956...2bf2c4e (1):
|       > Quote directory names
| 
| M	OMCompiler
| 
* commit bca913380c09c424694392bc638ec102c375f2b7
| Author: hudson 
| Date:   Mon May 18 19:16:48 2015 +0200
| 
|     * libraries 640cbeb...6ae48c8 (1):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch master updated to ab314db33d4a9fda9793b16710a11d0a2e428275.   * [https://github.com/modelica/Modelica/commit/ab314db ab314db] Update GEOJSON file with today's status.
| 
| M	libraries
| 
* commit 69b6561e81f3c762b185a253fecd47fb897327cf
| Author: hudson 
| Date:   Mon May 18 16:52:32 2015 +0200
| 
|     * OMCompiler 98e9206...0d42956 (1):
|       > Fix extrapolation error - Use the stopTime for the last point to avoid rounding errors - Add better error-messages if getting the value of a variable fails
| 
| M	OMCompiler
| 
* commit 25364865eb4666048fcbc57e88f84712987ac593
| Author: hudson 
| Date:   Mon May 18 16:39:18 2015 +0200
| 
|     * testsuite f9fa946...73d0a3c (2):
|       > Add reference file for 4-bit adder
|       > Add reference for ChuaCircuit (2500 intervals)
| 
| M	testsuite
| 
* commit 2f534a82b9f2b0d9532bb500f209c35556264871
| Author: hudson 
| Date:   Mon May 18 16:09:27 2015 +0200
| 
|     * OMCompiler ba5b824...98e9206 (1):
|       > Allocate the correct size
| 
| M	OMCompiler
| 
* commit c1d29220f93f20debb27cb803b456bb651f0aa87
| Author: hudson 
| Date:   Mon May 18 15:50:15 2015 +0200
| 
|     Updating submodules
|     * common ec62513...d52ab4e (1):
|       > Make pre-commit hook work with submodules
|     
|     * testsuite c5ab20c...f9fa946 (1):
|       > Fixes for SMEE_Rectifier - Use the original reference file, filtered for the expected variables   as well as as reduced number of intervals (=1500) - Add support for diffSimulationResults in ModelTesting.mos   - Use diffSimulationResults for SMEE_Rectifier   - Change SMEE_Rectifier to verified results
| 
| M	common
| M	testsuite
| 
* commit 36f6ce8f73271c6726dd1d4c3acd1fb23bf04c05
| Author: hudson 
| Date:   Mon May 18 14:53:30 2015 +0200
| 
|     Updating submodules
|     * OMOptim a06773d...c75e22d (1):
|       > - Fixed encoding of ParadisEO files.
|     
|     * testsuite ff0fc92...c5ab20c (1):
|       > Merge pull request #8 from lochel/jacobian-warning
| 
| M	OMOptim
| M	testsuite
| 
* commit 703687b75160fdf913d5b4f11c21d3fa0391a95b
| Author: Martin Sjölund 
| Date:   Mon May 18 14:45:47 2015 +0200
| 
|     Convert Makefile.in to UTF-8
| 
| M	Makefile.in
| 
* commit f3b9b6be69c74bf32ff81557d669435af748ce7d
| Author: hudson 
| Date:   Mon May 18 14:30:27 2015 +0200
| 
|     * testsuite 7e98375...ff0fc92 (3):
|       > Expected output
|       > Add -nodelete option to rtest, for debugging
|       > Use the MSL 3.1 reference for CharacteristicThyristors
| 
| M	testsuite
| 
* commit de3bfe75cc023dc09f2852f5ce2fafb983911935
| Author: hudson 
| Date:   Mon May 18 14:14:32 2015 +0200
| 
|     * OMCompiler a6b4656...ba5b824 (2):
|       > Simulation results fixes - Add failed variables as output from diffSimulationResults - Add numberOfIntervals flag to filterSimulationResults
|       > Create GC_asprintf function
| 
| M	OMCompiler
| 
* commit ed3dc172000f1bdd43f73348e217c690875e15c2
| Author: hudson 
| Date:   Mon May 18 13:19:32 2015 +0200
| 
|     * OMCompiler 23a54a4...a6b4656 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Remove workaround for dummy state in dassl solver since there is no dummy state for algebraic systems anymore.
| 
| M	OMCompiler
| 
* commit 7c74307a238b3b0b0fd0aa6aae51b6f69144d77c
| Author: hudson 
| Date:   Mon May 18 10:06:22 2015 +0200
| 
|     * OMCompiler ea135be...23a54a4 (2):
|       > - removed some debug dumps in vectorization
|       > - some fixes for vectorization
| 
| M	OMCompiler
| 
* commit c101ed4958a7abe91cd7b1f0d6921908192d076a
| Author: hudson 
| Date:   Mon May 18 09:53:26 2015 +0200
| 
|     * OMCompiler 20a5a0c...ea135be (3):
|       > - extended vectorization (reverted from commit 4e506d6574516164ddaf3ee1eee666e5b4c31857)
|       > Merge remote-tracking branch 'origin/master'
|       > - extended vectorization
| 
| M	OMCompiler
| 
* commit 71623400a00a57a06caa20182a0dc9d99353d8ad
| Author: hudson 
| Date:   Mon May 18 09:35:45 2015 +0200
| 
|     * OMCompiler c895e99...20a5a0c (1):
|       > - fixed GCC compiler warnings for invalid-pch define and force_inline
| 
| M	OMCompiler
| 
* commit be961d1db8c2a860dda6fcfaf647a3fa50a8334b
| Author: hudson 
| Date:   Mon May 18 09:11:49 2015 +0200
| 
|     * OMCompiler 348b22c...c895e99 (1):
|       > - fixed appended subscripts for vectorization
| 
| M	OMCompiler
| 
* commit 68874ea933499edf6ef4acf1cc4b031a71aa6808
| Author: hudson 
| Date:   Sun May 17 19:16:50 2015 +0200
| 
|     * libraries cb43363...640cbeb (1):
|       > Bump libraries - https://github.com/modelica-3rdparty/Chemical.git branch master updated to f4ed4c000da4600770388ab9d67a695631e627aa.   * [https://github.com/modelica-3rdparty/Chemical/commit/f4ed4c0 f4ed4c0] cleaned   * [https://github.com/modelica-3rdparty/Chemical/commit/4aacdda 4aacdda] Changed solution port to eliminate integration in solution components, which reduce the set of solution parameters. Now all substances must be presented in solution, where non-interacting substances in solution can be represented only by one substance component. Because each extensive property of the solution is the sum of each connected substance with solution port.
| 
| M	libraries
| 
* commit 1656a6396e14963fc1b07b0be34f448825a26ea9
| Author: hudson 
| Date:   Sat May 16 19:16:59 2015 +0200
| 
|     * libraries 455d473...cb43363 (1):
|       > Bump libraries - https://github.com/MarekMatejak/Physiolibrary.git branch master updated to dde75d42f5838f09062c2daeceb6109b8a80f008.   * [https://github.com/MarekMatejak/Physiolibrary/commit/dde75d4 dde75d4] Avolio's hydraulic vessel segment - first draft The new Chemical library is instead obsolete .Chemical and .Osmotic domain of Physiolibrary
| 
| M	libraries
| 
* commit 18a543d805baa9b6d755d4193868ab7e3b656288
| Author: hudson 
| Date:   Sat May 16 08:59:48 2015 +0200
| 
|     * OMCompiler 97f744c...348b22c (2):
|       > - removed the boost shared pointers in the sim var class, because the reference is never passed to the outside - alignment for the sim var arrays is now working correctly
|       > - a lot of typo fixes in CodegenCpp.tpl and CodegenCppHpcom.tpl - removed some unused functions in CodegenCpp.tpl to shrink the size of the file a litte bit - splitted cpp code generation for the initialization of constant values (e.g. string parameter) - improved memory optimization of hpcom - added var to index mapping to the simCode-structure - enums can now be handled in var to array index mapping
| 
| M	OMCompiler
| 
* commit 5432a3604aa6bea832d39c11e7ab8c632d077d64
| Author: hudson 
| Date:   Fri May 15 19:17:04 2015 +0200
| 
|     * libraries b8447c1...455d473 (1):
|       > Bump libraries - https://github.com/modelica-3rdparty/Chemical.git branch master updated to 065b52430a09e2be0e990cf85c966301abc64cd6.   * [https://github.com/modelica-3rdparty/Chemical/commit/065b524 065b524] first draft finished   * [https://github.com/modelica-3rdparty/Chemical/commit/3f0a8e6 3f0a8e6] start of discussion in paper   * [https://github.com/modelica-3rdparty/Chemical/commit/2218abd 2218abd] Merge branch 'master' of https://github.com/MarekMatejak/Chemical   * [https://github.com/modelica-3rdparty/Chemical/commit/df33fdb df33fdb] figures in user's guide..   * [https://github.com/modelica-3rdparty/Chemical/commit/57da579 57da579] Minor fix BufferValue for erythrocyte   * [https://github.com/modelica-3rdparty/Chemical/commit/3c69cc5 3c69cc5] Fixing BufferInSolution for the CarbonDioxideInBlood model   * [https://github.com/modelica-3rdparty/Chemical/commit/e30531f e30531f] Merge branch 'master' of github.com:MarekMatejak/Chemical   * [https://github.com/modelica-3rdparty/Chemical/commit/7f65a8e 7f65a8e] Merge branch 'master' of github.com:MarekMatejak/Chemical   * [https://github.com/modelica-3rdparty/Chemical/commit/a267565 a267565] Merge branch 'master' of github.com:MarekMatejak/Chemical   * [https://github.com/modelica-3rdparty/Chemical/commit/2b5238e 2b5238e] Minor bug in model PureElectricParticle Fixed the particle's charge from   pin.i = - Modelica.Constants.F*port_a.q; to   pin.i = - z* Modelica.Constants.F*port_a.q;
| 
| M	libraries
| 
* commit 539229e45b42ae2030f13271bf4b9c578ca63000
| Author: hudson 
| Date:   Fri May 15 02:11:51 2015 +0200
| 
|     * OMCompiler d8cca3f...97f744c (1):
|       > - update 3rdParty and .gitignore
| 
| M	OMCompiler
| 
* commit 2fe81190b10096df431dc80bd43cd8390924d657
| Author: hudson 
| Date:   Thu May 14 21:08:52 2015 +0200
| 
|     * OMCompiler 454c9c4...d8cca3f (3):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Changes towards vectorization
|       > Changes towards vectorization.
| 
| M	OMCompiler
| 
* commit 21ec2c9be2add1deb29df8fd6aeed1624985bd8c
| Author: hudson 
| Date:   Thu May 14 19:17:03 2015 +0200
| 
|     * libraries 1a1094f...b8447c1 (1):
|       > Bump libraries - https://github.com/modelica-3rdparty/Chemical.git branch master updated to a5b483a6ab1dafbd5e363c5040f862262891a4ed.   * [https://github.com/modelica-3rdparty/Chemical/commit/a5b483a a5b483a] acid-base buffering   * [https://github.com/modelica-3rdparty/Chemical/commit/282b3ee 282b3ee] Merge pull request #1 from tbeu/fix-typos   * [https://github.com/modelica-3rdparty/Chemical/commit/133d880 133d880] script   * [https://github.com/modelica-3rdparty/Chemical/commit/444d777 444d777] adding figures to user's guide   * [https://github.com/modelica-3rdparty/Chemical/commit/6cc89fd 6cc89fd] after formatting   * [https://github.com/modelica-3rdparty/Chemical/commit/0ec7785 0ec7785] before formatting   * [https://github.com/modelica-3rdparty/Chemical/commit/a0efdf0 a0efdf0] Fix typos
| 
| M	libraries
| 
* commit c738f886ed19f59cf8fb4463a07be8084c866707
| Author: hudson 
| Date:   Thu May 14 09:17:00 2015 +0200
| 
|     * OMCompiler ec0bb5e...454c9c4 (1):
|       > - support -emit_protected for CPP runtime
| 
| M	OMCompiler
| 
* commit eecaa5f6a372cffe88f81540e50472bad1b4dcdf
| Author: hudson 
| Date:   Wed May 13 22:44:02 2015 +0200
| 
|     * OMCompiler ed7da3e...ec0bb5e (1):
|       > symEuler: fixed values for der(x)
| 
| M	OMCompiler
| 
* commit 4856053c85bb6302ee6a410f33a4bdcc567f0b0c
| Author: hudson 
| Date:   Wed May 13 22:07:10 2015 +0200
| 
|     * OMCompiler bae5316...ed7da3e (1):
|       > fixed symEuler
| 
| M	OMCompiler
| 
* commit d35959ffb9fc082a3aead5b81f374fd19bac46aa
| Author: hudson 
| Date:   Wed May 13 19:16:49 2015 +0200
| 
|     * libraries e5deae4...1a1094f (1):
|       > Bump libraries - https://github.com/modelica-3rdparty/ExternData.git branch master updated to f978a2babd113e78b8790364073de1509811422c.   * [https://github.com/modelica-3rdparty/ExternData/commit/f978a2b f978a2b] Fix typos   * [https://github.com/modelica-3rdparty/ExternData/commit/bf7212d bf7212d] Update binaries   * [https://github.com/modelica-3rdparty/ExternData/commit/6fec512 6fec512] Update Readme   * [https://github.com/modelica-3rdparty/ExternData/commit/330c9b7 330c9b7] Increase INI_BUFFERSIZE   * [https://github.com/modelica-3rdparty/ExternData/commit/fb4acb9 fb4acb9] Implement XLS file   * [https://github.com/modelica-3rdparty/ExternData/commit/23d7269 23d7269] Implement XLS file
| 
| M	libraries
| 
* commit 86674c94d2dc00924cb916356d8e8bad9923caa4
| Author: hudson 
| Date:   Wed May 13 16:28:17 2015 +0200
| 
|     * testsuite 3a9c670...7e98375 (1):
|       > Expected output
| 
| M	testsuite
| 
* commit de650fefcd1a92cc52eb8faa8d15150b22bdab88
| Author: hudson 
| Date:   Wed May 13 16:15:20 2015 +0200
| 
|     * libraries 03a6500...e5deae4 (1):
|       > Fix checkLatest
| 
| M	libraries
| 
* commit d16b655690bdbb1c119248b9bff79616edca9b3f
| Author: hudson 
| Date:   Wed May 13 15:57:08 2015 +0200
| 
|     * libraries 72fe6fd...03a6500 (1):
|       > Add new libraries Chemical and ScalableTestSuite
| 
| M	libraries
| 
* commit e48b4da372cfb2f7bc7d485a4daf2417d67daea4
| Author: Martin Sjölund 
| Date:   Wed May 13 13:46:17 2015 +0200
| 
|     Add openmodelica.org mirror pulling by default
| 
| M	README.md
| 
* commit 7ea458b0dcc907b53de9f1f582189987058d02b2
| Author: hudson 
| Date:   Tue May 12 23:51:50 2015 +0200
| 
|     * OMCompiler dadc3dc...bae5316 (2):
|       > - proper include
|       > - more fixes for MSVC compilation
| 
| M	OMCompiler
|   
*   commit 7ae2f1ee174b9660a7edb8e5cb4ccd6f69662c69
|\  Merge: 466750ddfd ffe9785bcc
| | Author: adrpo 
| | Date:   Tue May 12 23:41:15 2015 +0200
| | 
| |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica
| | 
| * commit ffe9785bcccb7b61c1a1355e9da5d51623e44d66
| | Author: hudson 
| | Date:   Tue May 12 21:54:40 2015 +0200
| | 
| |     * OMCompiler adf53f3...dadc3dc (1):
| |       > - fix MSVC compilation of C runtime
| | 
| | M	OMCompiler
| | 
* | commit 466750ddfd9ff938f55d38b75d70a30a5ee090cb
|/  Author: adrpo 
|   Date:   Tue May 12 23:40:13 2015 +0200
|   
|       - put back more makefile targets
|   
|   M	Makefile.in
|   M	Makefile.omdev.mingw
| 
* commit 2fc1cb88be0c9a55a0b107f675410e2b758c53dc
| Author: hudson 
| Date:   Tue May 12 21:27:45 2015 +0200
| 
|     * OMCompiler 945b16d...adf53f3 (1):
|       > - update 3rdParty in OMCompiler
| 
| M	OMCompiler
| 
* commit d3d68220b369ce04397fbeb8b167afd36b6b55e0
| Author: hudson 
| Date:   Tue May 12 19:08:51 2015 +0200
| 
|     * libraries 6d15646...72fe6fd (1):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch maint/3.1 has FAILING head - latest is af2a3e1597d648d6826665c89cf9eaf5c2a632bc abe2bb694c149c107875b3a44910ac723465510c
| 
| M	libraries
| 
* commit 4282c881428d2b2d991e4cb6e7cfa2b51b25d306
| Author: hudson 
| Date:   Tue May 12 17:25:17 2015 +0200
| 
|     * testsuite 6ca9268...3a9c670 (1):
|       > Add absolute path to compiler sources
| 
| M	testsuite
| 
* commit 50d07889705be7814a839441cfb95ea4d21cc736
| Author: Martin Sjölund 
| Date:   Tue May 12 17:09:46 2015 +0200
| 
|     Re-add content removed by accident
| 
| M	Makefile.in
| 
* commit 0ad00ff753af451463a22fadab39875ecec1aa6b
| Author: hudson 
| Date:   Tue May 12 16:55:42 2015 +0200
| 
|     * OMCompiler 475d005...945b16d (2):
|       > - Fix previous commit, due to constants with wrong type getting eating.
|       > - Removed unused delayed type checking to simplify SCode.Mod.
| 
| M	OMCompiler
| 
* commit 3ad5ddafeb9bc52fd8c5d01300893b10529c5150
| Author: Martin Sjölund 
| Date:   Tue May 12 16:07:31 2015 +0200
| 
|     Compile OMNotebook and OMShell
| 
| M	Makefile.in
| M	OMShell
| M	configure.ac
| 
* commit a0acad334398ebc59b5d5b4a574200cbe39bc721
| Author: hudson 
| Date:   Tue May 12 15:55:14 2015 +0200
| 
|     * OMCompiler 56f577d...475d005 (1):
|       > extends dyn. optmization: update var direction
| 
| M	OMCompiler
| 
* commit 0fe3e13fe2b64cb896bf4fb27d7d49576f2ada0a
| Author: hudson 
| Date:   Tue May 12 14:43:21 2015 +0200
| 
|     Updating submodules
|     * OMOptim fb1f0ac...a06773d (1):
|       > - LF as eol. - Install pre-commit hook.
|     
|     * libraries 944d920...6d15646 (1):
|       > WasteWater is used by the test suite
|     
|     * testsuite 4c1eca3...6ca9268 (2):
|       > Update expected results
|       > Add AIMC_withLosses reference file
| 
| M	OMOptim
| M	libraries
| M	testsuite
| 
* commit cc44005f688512d8fce16e5aa2d80e8483a13422
| Author: hudson 
| Date:   Tue May 12 14:28:24 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 6913c02...56f577d (1):
|       > relax the rules for reduce and extends dyn. optimization flags
|     
|     * OMNotebook 2bc7193...0505769 (1):
|       > - Added .gitattributes. - Install pre-commit hook.
| 
| M	OMCompiler
| M	OMNotebook
| 
* commit 47977bba273b819ecdd06c0e51fff6bfd5366257
| Author: hudson 
| Date:   Tue May 12 13:56:28 2015 +0200
| 
|     Updating submodules
|     * OMCompiler af3435e...6913c02 (1):
|       > symEler: improved generation of helper-var DT
|     
|     * OMEdit 4f171b4...289644d (2):
|       > - Use LF as eol to keep things uniform.
|       > - try whitespace.
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 9c5c03f806d794fc206548184acefade139b53a2
| Author: hudson 
| Date:   Tue May 12 13:43:33 2015 +0200
| 
|     * testsuite fca40b3...4c1eca3 (2):
|       > Use the model testing script
|       > Model testing script now works better in non-standard directories
| 
| M	testsuite
| 
* commit 40c8390620b26d824546ef890a3492beb74c0c18
| Author: hudson 
| Date:   Tue May 12 13:30:48 2015 +0200
| 
|     Updating submodules
|     * OMEdit f417640...4f171b4 (1):
|       > - Properly install pre-commit hook for OMEdit.
|     
|     * common 0997d2e...ec62513 (1):
|       > - Make pre-commit work on Windows.
| 
| M	OMEdit
| M	common
| 
* commit 6d9f5c5e3564d3f5c7be04ea7a6d0004952f545c
| Author: hudson 
| Date:   Tue May 12 13:17:56 2015 +0200
| 
|     * OMCompiler 9e6d93d...af3435e (5):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > removed special includes for static cpp runtime build
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > separated defines and includes  in Modelica.h
| 
| M	OMCompiler
| 
* commit cdb1b638056b4fcd46d0e2d2f657422050a14353
| Author: hudson 
| Date:   Tue May 12 12:44:45 2015 +0200
| 
|     * testsuite e5d820d...fca40b3 (1):
|       > Update paths to reference files
| 
| M	testsuite
| 
* commit 59dac22c7f361f979990c3570f991e64bf4a4a9e
| Author: adrpo 
| Date:   Tue May 12 12:42:21 2015 +0200
| 
|     - add omshell and mosh targets
| 
| M	Makefile.in
| 
* commit 33fedb9a50701eec5e20942de35edae7f61beca7
| Author: hudson 
| Date:   Tue May 12 12:29:52 2015 +0200
| 
|     * OMCompiler 29cd04e...9e6d93d (1):
|       > ExpressionSolve: added additional for symEuler(dt == 0)
| 
| M	OMCompiler
| 
* commit 2a44e2ff7fbc9bb85b872f55ae9a81b3474931b5
| Author: hudson 
| Date:   Tue May 12 12:07:32 2015 +0200
| 
|     * libraries 92ef89d...944d920 (1):
|       > Single-branch did not exist until around git 1.8 (1.7.10)
| 
| M	libraries
| 
* commit a2321064fc5b409bf5a7207d3f264848367be25a
| Author: hudson 
| Date:   Tue May 12 11:47:10 2015 +0200
| 
|     * testsuite 3ffa328...e5d820d (1):
|       > Update the model testing script to handle MSL 3.1 - Changed some MSL 3.1 simulation tests to use the model testing script
| 
| M	testsuite
| 
* commit 5e0354e308b8a5ea985e399534ff2c62289a1d4b
| Author: hudson 
| Date:   Tue May 12 09:38:18 2015 +0200
| 
|     * OMCompiler 3a51e34...29cd04e (1):
|       > Build cppruntime into OMBUILDDIR
| 
| M	OMCompiler
| 
* commit 125e19c932639245cd24e15fbe76e3b5e263cb46
| Author: hudson 
| Date:   Tue May 12 09:19:24 2015 +0200
| 
|     * testsuite d52e6f7...3ffa328 (1):
|       > Add the HumMod tests
| 
| M	testsuite
| 
* commit 8a8e0105da444a69ae94aa7229fa58a6293428b2
| Author: Martin Sjölund 
| Date:   Tue May 12 07:30:16 2015 +0200
| 
|     Build cppruntime if requested
| 
| M	configure.ac
| 
* commit 16e6e52ee3a8d0faaca8b04949c61b672018bdee
| Author: adrpo 
| Date:   Tue May 12 06:50:57 2015 +0200
| 
|     - put back the needed Windows targets
| 
| M	Makefile.omdev.mingw
| 
* commit 6092981d1e439d3477e064453d70854a94fd29a2
| Author: adrpo 
| Date:   Tue May 12 06:38:27 2015 +0200
| 
|     - bring back the coding style targets and the aspell file
| 
| M	.gitignore
| A	.openmodelica.aspell
| M	Makefile.in
| 
* commit b89833dfbb8cec5830f456b87dbf4a37d373fb04
| Author: hudson 
| Date:   Tue May 12 06:01:31 2015 +0200
| 
|     * OMCompiler 550f780...3a51e34 (1):
|       > - add Compiler/OpenModelicaSetup to .gitignore
| 
| M	OMCompiler
| 
* commit 146ab87d53fe6725d959a49ac324a19725e1cf47
| Author: adrpo 
| Date:   Tue May 12 05:56:41 2015 +0200
| 
|     - add Eclipse files: .project-sample .externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample
|     - update .gitignore
| 
| A	.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample
| M	.gitignore
| A	.project-sample
| 
* commit cb2452adccae43cdf16731c1e353be6e3428d304
| Author: hudson 
| Date:   Tue May 12 04:31:24 2015 +0200
| 
|     * OMCompiler 8c0132b...550f780 (1):
|       > - fix library coverage script, have emit_protected defined on all branches, otherwise you get an error when running system
| 
| M	OMCompiler
| 
* commit f620fd5413665467c7ec85cf2264c28c7ee5c7e0
| Author: hudson 
| Date:   Mon May 11 23:20:59 2015 +0200
| 
|     * libraries 8712ef4...92ef89d (1):
|       > Bump libraries - https://github.com/modelica/Modelica.git branch maint/3.2.1 updated to e13571071ab06830096ec8e6ce77b851247b4fe3.   * [https://github.com/modelica/Modelica/commit/e135710 e135710] Add missing names to package.order
| 
| M	libraries
| 
* commit 2da0cd3c4d8a84ba4cb205f39833ef34576a23e7
| Author: hudson 
| Date:   Mon May 11 23:09:35 2015 +0200
| 
|     * libraries 51c0469...8712ef4 (1):
|       > Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 4efb6608345fbc714ad285e7ff989e20f73e8abb.   * [https://github.com/iea-annex60/modelica-annex60/commit/4efb660 4efb660] Merge pull request #238 from iea-annex60/issue237_dependencies   * [https://github.com/iea-annex60/modelica-annex60/commit/11e315c 11e315c] Corrected documentation for #237   * [https://github.com/iea-annex60/modelica-annex60/commit/b30c8dc b30c8dc] Updated copyright year   * [https://github.com/iea-annex60/modelica-annex60/commit/c85b7a1 c85b7a1] Revised heat balance configuration for 2 port models, updated documentation   * [https://github.com/iea-annex60/modelica-annex60/commit/fb984bd fb984bd] Merge pull request #228 from iea-annex60/issue227_inline   * [https://github.com/iea-annex60/modelica-annex60/commit/e2f005e e2f005e] Merge branch 'Mathadon-issue235_algo'   * [https://github.com/iea-annex60/modelica-annex60/commit/ee1e212 ee1e212] Introduced constant k   * [https://github.com/iea-annex60/modelica-annex60/commit/3deb704 3deb704] converted algorithm section into equation section in DirectTiltedSurface.mo and SkyClearness.mo   * [https://github.com/iea-annex60/modelica-annex60/commit/4d09783 4d09783] updated documentation in BlackBody.mo   * [https://github.com/iea-annex60/modelica-annex60/commit/d40da4d d40da4d] converted algorithm section into equation section in BlackBody.mo   * [https://github.com/iea-annex60/modelica-annex60/commit/1adc284 1adc284] Added Inline=true for #227   * [https://github.com/iea-annex60/modelica-annex60/commit/375b588 375b588] Added Inline=true for #227
| 
| M	libraries
| 
* commit c1cad41dc1109f27ae471f6ea916833e3f22590c
| Author: hudson 
| Date:   Mon May 11 22:58:10 2015 +0200
| 
|     * libraries e0fab54...51c0469 (1):
|       > Some fixes for check-latest
| 
| M	libraries
| 
* commit 0d10a971af43c1bb51e0ef60c146204f867a168d
| Author: hudson 
| Date:   Mon May 11 22:39:09 2015 +0200
| 
|     * libraries 0a8f36e...e0fab54 (1):
|       > Handle multiple repos in the update script
| 
| M	libraries
| 
* commit b94e4456fafc3b32eafb710f07ae77ff249a8e29
| Author: hudson 
| Date:   Mon May 11 22:16:19 2015 +0200
| 
|     Updating submodules
|     * OMCompiler ff139a3...8c0132b (2):
|       > Fix OMC path for --without-omc
|       > Handle filtering negative aliases
|     
|     * libraries 7b7fae4...0a8f36e (1):
|       > Add support to fix svn id if necessary
| 
| M	OMCompiler
| M	libraries
| 
* commit 9c0b760ebbadd5867e84034ba3afbe38d8d155bf
| Author: hudson 
| Date:   Mon May 11 21:24:13 2015 +0200
| 
|     * testsuite c5ab021...d52e6f7 (1):
|       > Update reference files for hpcom - Re-added files unique for hpcom - Other tests use MSL 3.2.1 reference files
| 
| M	testsuite
| 
* commit 15bde75a40e088531cba62155ee1c03280eaaab4
| Author: hudson 
| Date:   Mon May 11 20:00:24 2015 +0200
| 
|     * testsuite 2f9ab57...c5ab021 (1):
|       > Update ThermoPower tests
| 
| M	testsuite
| 
* commit 3916654dd6daf27dc6ea21ba52fa4f7fbbbe76cc
| Author: hudson 
| Date:   Mon May 11 18:28:04 2015 +0200
| 
|     * testsuite 13e820f...2f9ab57 (2):
|       > Expected output
|       > Fix Java tests
| 
| M	testsuite
| 
* commit 3f40e427344305c7d21d286602315ec435554498
| Author: hudson 
| Date:   Mon May 11 17:59:46 2015 +0200
| 
|     * OMCompiler de41cdb...ff139a3 (1):
|       > - added a new array-class to c++ runtime (StatRefArray), that can be used to handle sub-arrays of the SimVar-Array - if the array-variables are consecutive, the c++ runtime now generates a StatRefArray - first code snippets for vectorized for-loops added to c++ codegeneration (not working at the moment, because we don't know at which point the iterator-variable is located in the body-expressions)
| 
| M	OMCompiler
| 
* commit 13e808fff78d2479c424f63d71e14ae84372ed58
| Author: Martin Sjölund 
| Date:   Mon May 11 17:03:06 2015 +0200
| 
|     Add compilation of OMNotebook on Linux
| 
| M	Makefile.in
| M	OMNotebook
| M	OMPlot
| M	configure.ac
| 
* commit f2d928b61b8b3d53ada4f9ff6a1459d986a53ee6
| Author: hudson 
| Date:   Mon May 11 16:41:14 2015 +0200
| 
|     * OMEdit 10cae8b...f417640 (1):
|       > - Install the pre-commit hook.
| 
| M	OMEdit
| 
* commit 7c54c2be4d451284bf4d3c423b3ebdc55135fb92
| Author: hudson 
| Date:   Mon May 11 15:56:18 2015 +0200
| 
|     * testsuite b09aaee...13e820f (1):
|       > Update debug dumps - Replaced large models with dummy models - Restore filtered out tests - Update expected output - Deactivate tests that dump time stamps
| 
| M	testsuite
| 
* commit 36e68fbb596c27d60b0cc2619a158c199b2a9b2f
| Author: hudson 
| Date:   Mon May 11 14:52:40 2015 +0200
| 
|     * testsuite 1cc7d08...b09aaee (4):
|       > Add filtered reference files for resolveLoops
|       > Remove test identical to the MSL test
|       > Remove unused test ComparisonQuasiStationary2
|       > Do not instantiate PlanarMechanics
| 
| M	testsuite
| 
* commit 20085af0365283484fc9236f6e4d1e9fc924f1fd
| Author: Adeel Asghar 
| Date:   Mon May 11 14:26:23 2015 +0200
| 
|     Build OMShell & OMOptim from root project.
| 
| M	Makefile.omdev.mingw
| 
* commit d92b0cb394bb10119ec625f43f342ab0215b76a8
| Author: Adeel Asghar 
| Date:   Fri May 8 17:07:29 2015 +0200
| 
|     - Build omedit & omnotebook from root project.
| 
| M	.gitignore
| M	Makefile.omdev.mingw
| 
* commit 068ea29f2dd1ca0a9db2f90bc446604f45d67620
| Author: Martin Sjölund 
| Date:   Mon May 11 14:13:56 2015 +0200
| 
|     Add OMShell to the submodules
| 
| M	.gitmodules
| A	OMShell
| 
* commit 9b5f5039c8cfee25914e6901aa6703f9b7a328d2
| Author: hudson 
| Date:   Mon May 11 13:56:24 2015 +0200
| 
|     * OMCompiler 723695e...de41cdb (4):
|       > Fix off-by-4 error
|       > - some fixes for hpcom-memory-mapping - isVarIndexListConsecutive-function added to SimCodeUtil - we are now able to check if all elements of an array are stored consecutive
|       > - CodegenCpp.MemberVariableInitialize and CodegenCpp.MemberVariableDefine have now a similar interface - scalar variables are now added as #define in C++ code - some cleanups in CodegenCppHpcom.tpl - changed SimVars array getter to non constant return value
|       > - some bug fixes for hpcom memory - moved some code from hpcom-cpp-template to cpp-template - variable initialization is now seperated into multiple functions
| 
| M	OMCompiler
| 
* commit c98aacedc81f442acc2515da10b59040dfb6a6a4
| Author: hudson 
| Date:   Mon May 11 13:06:08 2015 +0200
| 
|     * OMCompiler 7023616...723695e (1):
|       > Handle mixed OMC and Dymola names better
| 
| M	OMCompiler
| 
* commit 66d84112ba66fa4b0ff25d4d48347abaccf21b0e
| Author: hudson 
| Date:   Mon May 11 11:57:08 2015 +0200
| 
|     Updating submodules
|     * OMCompiler e446029...7023616 (2):
|       > Fix a rollback bug
|       > Update submodules
|     
|     * libraries 203c2b5...7b7fae4 (1):
|       > Fix resolution of dependencies
| 
| M	OMCompiler
| M	libraries
| 
* commit fa2bd9aac2b688e8b9a58dfc97483fc0c02b1f25
| Author: Martin Sjölund 
| Date:   Mon May 11 11:40:01 2015 +0200
| 
|     Fix pull command
| 
| M	README.md
| 
* commit d51729c138f62ed652b5518618dc235c971e88c4
| Author: Martin Sjölund 
| Date:   Mon May 11 11:11:41 2015 +0200
| 
|     Bash formatting
| 
| M	README.md
| 
* commit fdfb3b8b8dc5dc884ed3f951f710598515ce106a
| Author: Martin Sjölund 
| Date:   Mon May 11 11:11:10 2015 +0200
| 
|     Update README.md
| 
| M	README.md
| 
* commit 515a0c954379fad2ced276a8ef9bfcdba647ae18
| Author: hudson 
| Date:   Mon May 11 00:31:32 2015 +0200
| 
|     * OMOptim 7ef85c5...fb1f0ac (1):
|       > - Compile OMOptim on Windows.
| 
| M	OMOptim
| 
* commit c0aed8d1b65e1912127f70aa20b22f8b2c159da1
| Author: adrpo 
| Date:   Mon May 11 00:22:57 2015 +0200
| 
|     - update the glue project
| 
| M	OMCompiler
| 
* commit 7196e99883ab4d62267ca60a27e0966f283b7b68
| Author: hudson 
| Date:   Fri May 8 18:27:20 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 4ee2c6c...ecc9596 (1):
|       > - case sensitivity.
|     
|     * OMEdit 5f32b3a...10cae8b (1):
|       > #3295 - Added close window, close all window & close all windows but this options in the View->Windows->
| 
| M	OMCompiler
| M	OMEdit
| 
* commit 3b30c3a91f9bd2292dfd3dda2b5fd3fe2140faf4
| Author: hudson 
| Date:   Fri May 8 15:42:28 2015 +0200
| 
|     * OMCompiler 57c9092...4ee2c6c (1):
|       > - some more infos about arraycrefs in dumpSimCode
| 
| M	OMCompiler
| 
* commit 5cd136daba164789b026f4d683ac5d492d601bc6
| Author: hudson 
| Date:   Fri May 8 15:02:19 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 66346e3...57c9092 (4):
|       > - some more fixes for vectorization
|       > - get cref as ident for the visualizationxml objects instead of string
|       > added BackendVarTransform.replaceEquationAttributes
|       > Change default path to reference files
|     
|     * libraries 0c6db51...203c2b5 (1):
|       > Modelica3D is a core library
| 
| M	OMCompiler
| M	libraries
| 
* commit 2def73da02e63b63835dfee73a2922381f992448
| Author: hudson 
| Date:   Thu May 7 20:56:11 2015 +0200
| 
|     Updating submodules
|     * OMCompiler d254dbf...66346e3 (2):
|       > Update gitignore
|       > Improve the mat4 reader to also lookup Dymola-style names
|     
|     * testsuite 805d90b...1cc7d08 (2):
|       > Add PlanarMechanics minimal reference files
|       > Additional example for filtering reference files
| 
| M	OMCompiler
| M	testsuite
| 
* commit 2560b6f2ceb6a9c388e5a571b243a2c3464c32a7
| Author: hudson 
| Date:   Thu May 7 14:02:55 2015 +0200
| 
|     * OMCompiler cbc725d...d254dbf (2):
|       > Fix detection of version in submodules
|       > Fix testing of the Java interface
| 
| M	OMCompiler
| 
* commit c8e63af08b6457d12155f020afd975bca8fcb486
| Author: hudson 
| Date:   Thu May 7 13:37:32 2015 +0200
| 
|     * OMCompiler 06ed6bf...cbc725d (1):
|       > Improve the filtering of results files
| 
| M	OMCompiler
| 
* commit cf6ba8de648456abb0235797884151c4166760a3
| Author: hudson 
| Date:   Thu May 7 13:26:39 2015 +0200
| 
|     * libraries 9d79343...0c6db51 (1):
|       > Compile ModelicaServices-Modelica3D by default
| 
| M	libraries
| 
* commit 9733af6a837ab484d49b61ab511d07c9a0c0485c
| Author: hudson 
| Date:   Thu May 7 13:14:56 2015 +0200
| 
|     * libraries 593195d...9d79343 (1):
|       > Use ThermoSysPro and ThermoPower git versions
| 
| M	libraries
| 
* commit d184e14173ffc3b6bf75e2448f9963d93119cabf
| Author: hudson 
| Date:   Thu May 7 13:01:41 2015 +0200
| 
|     Updating submodules
|     * OMCompiler fa70703...06ed6bf (1):
|       > - using the var-index mapping of the cpp runtime for hpcom memory optimization - removed debug output - fixed a mapping bug in cpp code generation - updated the git ignore file
|     
|     * doc 3360702...49f391f (2):
|       > Compile latex pdf
|       > Add 'listings-modelica/' from commit 'fc5a2466d2c760e0d75d13ee3fd8ceb550cfabd1'
|     
|     * testsuite 5f0cfbf...805d90b (3):
|       > Merge pull request #5 from mflehmig/master
|       > Add ThermoSysPro reference files
|       > Merge pull request #4 from mflehmig/master
| 
| M	OMCompiler
| M	doc
| M	testsuite
| 
* commit 098181c517152fad3cf5163eb986514e44416796
| Author: hudson 
| Date:   Thu May 7 08:37:10 2015 +0200
| 
|     Updating submodules
|     * doc d5928d9...3360702 (2):
|       > rename: ocp_init.tex -> dyOptInitialGuess.tex
|       > added LaTeX-src for intial guess
|     
|     * libraries 7bda092...593195d (1):
|       > Removes quites from patches for MinGW
|     
|     * testsuite b96b563...5f0cfbf (1):
|       > Add reference files for solver tests
| 
| M	doc
| M	libraries
| M	testsuite
| 
* commit 1ca3bb1b5d01862362fcb9da7c03ffe09fd6879f
| Author: hudson 
| Date:   Thu May 7 08:12:30 2015 +0200
| 
|     * OMCompiler c91e321...fa70703 (1):
|       > - update reference commit
| 
| M	OMCompiler
| 
* commit db61292f1108ebf6b9f96fc28281f04e4f67592d
| Author: hudson 
| Date:   Wed May 6 23:11:14 2015 +0200
| 
|     * libraries df1f8ea...7bda092 (1):
|       > Make ThermoSysPro a core library
| 
| M	libraries
| 
* commit b8f25c6c4fb4d2d2ac2f43bb7c0b6028b0975d50
| Author: hudson 
| Date:   Wed May 6 22:46:53 2015 +0200
| 
|     Updating submodules
|     * OMCompiler e2edb49...c91e321 (2):
|       > Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
|       > Highlight workaround for "symEuler"
|     
|     * libraries b595fd0...df1f8ea (2):
|       > Automatically remove the "Only in messages from the patches"
|       > Remove "Only in" messages
| 
| M	OMCompiler
| M	libraries
| 
* commit d7675e2797098461c8f49d9763b21fc55ba8c07c
| Author: Martin Sjölund 
| Date:   Wed May 6 21:00:46 2015 +0200
| 
|     Update README.md
| 
| M	README.md
| 
* commit 48efb887966c48f5838303fa594999e54e8727b4
| Author: Martin Sjölund 
| Date:   Wed May 6 20:43:40 2015 +0200
| 
|     Update README.md
| 
| M	README.md
| 
* commit 6e7ea141aa4bc85f3d42bb6915a5cd95ad43456a
| Author: hudson 
| Date:   Wed May 6 19:30:22 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 505d30a...e2edb49 (4):
|       > Merge pull request #3 from vruge/master
|       > Fix install paths
|       > Print the whole path always
|       > omc/qwt include is moved to omplot/qwt
|     
|     * OMEdit cf1ac0d...5f32b3a (5):
|       > We do not use the env.var OPENMODELICAHOME
|       > Update common
|       > More README updates. Removed README.txt
|       > Updated README
|       > Fixed OMEdit & qjson compilation for Windows.
|     
|     * OMNotebook 1104824...172c00e (6):
|       > Removed README.txt
|       > Copy DrModelica & DrControl. Updated README.
|       > Add OMNotebookHelp from svn
|       > Add 'DrModelica/' from commit '4aebc12187da9e57445cec7f37d41bd99709bf47'
|       > Add 'DrControl/' from commit '0e380635c4adddf94372cf0ecccf153d304d237e'
|       > Fixed OMNotebook Windows compilation.
|     
|     * OMPlot 95a869d...bd8f9a3 (5):
|       > More README updates. Removed README.txt
|       > Updated README
|       > Copy OMPlot header files.
|       > Removed unused stuff.
|       > Fixed OMPlot & qwt compilation for Windows.
|     
|     * libraries 3510b86...b595fd0 (2):
|       > Handle multiple versions of a library in one repo
|       > Minor speedup by cloning only a single branch
|     
|     * testsuite c6c4757...b96b563 (1):
|       > Merge pull request #3 from vruge/master
| 
| M	OMCompiler
| M	OMEdit
| M	OMNotebook
| M	OMPlot
| M	libraries
| M	testsuite
| 
* commit a7fa71d5e4642fb24d9b83351f0348f8fcfb75bd
| Author: adrpo 
| Date:   Wed May 6 14:26:31 2015 +0200
| 
|     - add newline at the end of Makefile.omdev.mingw
| 
| M	Makefile.omdev.mingw
| 
* commit eefefe83b05b21bee5fb66741681524266dc7467
| Author: adrpo 
| Date:   Wed May 6 14:23:27 2015 +0200
| 
|     - build core libraries when building omc on Windows
| 
| M	Makefile.omdev.mingw
| M	OMCompiler
| 
* commit 9bf2c0abb07e4d3c669a3efffd7b3ba8417da874
| Author: hudson 
| Date:   Wed May 6 11:37:43 2015 +0200
| 
|     * testsuite 2a29996...c6c4757 (1):
|       > Add missing file to convert .mat.xz to .mat
| 
| M	testsuite
| 
* commit 3269d8cde40c3da2b705340956256f73a2ec2d7b
| Author: Martin Sjölund 
| Date:   Wed May 6 11:30:13 2015 +0200
| 
|     Make reference files to prepare the testsuite to run
| 
| M	Makefile.in
| M	testsuite
| 
* commit dd0555ff4110055e1994ff7f59c9feb52af14f7d
| Author: hudson 
| Date:   Wed May 6 10:42:42 2015 +0200
| 
|     Updating submodules
|     * OMCompiler 7d696cd...dcdf614 (3):
|       > Define HashTableCrIListArray.HashTable in SimCodeTV.mo
|       > - more propagation of OMBUILDDIR
|       > - More fixes for windows compilation.
|     
|     * common 1d955ae...0997d2e (2):
|       > Add searching for libqwt
|       > Nicer omhome messages
| 
| M	OMCompiler
| M	common
| 
* commit 08df7b0bd475de25981ecbb583f6900d162db496
| Author: Martin Sjölund 
| Date:   Wed May 6 08:18:59 2015 +0200
| 
|     Compile omc-diff
| 
| M	Makefile.in
| M	configure.ac
| M	testsuite
|   
*   commit c1d352514e22c6b03dca4d1163880161a004c7a2
|\  Merge: a062973413 4e1ca3fe50
| | Author: adrpo 
| | Date:   Wed May 6 08:07:14 2015 +0200
| | 
| |     Merge branch 'master' of https://github.com/OpenModelica/OpenModelica
| | 
| * commit 4e1ca3fe503615fc877351d0d358769c2709bdf2
| | Author: Martin Sjölund 
| | Date:   Tue May 5 23:16:50 2015 +0200
| | 
| |     Copy libraries to the correct build dir
| | 
| | M	Makefile.in
| | 
| * commit 68f4b704d62d5b6f912496d45ed91d377775d8c6
| | Author: Martin Sjölund 
| | Date:   Tue May 5 22:36:29 2015 +0200
| | 
| |     Fix OMOptim compilation from clean
| | 
| | M	OMOptim
| | 
| * commit cb05caf81f1f6908b78f3e1507dac9bc28cdd7d9
| | Author: Martin Sjölund 
| | Date:   Tue May 5 22:27:54 2015 +0200
| | 
| |     Compile OMPlot from clean
| | 
| | M	OMOptim
| | M	OMPlot
| | 
| * commit 7cf8dd0879af32e8183a2a86d4ae554d6f07daa7
| | Author: Martin Sjölund 
| | Date:   Tue May 5 22:17:02 2015 +0200
| | 
| |     Fix configure from clean
| | 
| | M	OMEdit
| | M	OMOptim
| | 
| * commit 043b55739583b6465b63b2863b9290a76a4aa36a
| | Author: Martin Sjölund 
| | Date:   Tue May 5 22:03:27 2015 +0200
| | 
| |     Compile OMEdit, OMOptim, OMPlot as well
| | 
| | M	Makefile.in
| | M	OMCompiler
| | M	OMEdit
| | M	OMOptim
| | M	OMPlot
| | M	configure.ac
| | M	libraries
| | M	testsuite
| | 
* | commit a062973413007d91165673af32e2b4d2fe8ac2d1
|/  Author: adrpo 
|   Date:   Wed May 6 08:05:27 2015 +0200
|   
|       - forgot to push the Makefile.omdev.mingw changes
|   
|   M	Makefile.omdev.mingw
| 
* commit aabaf24cae972a0b6cdf1114c80a419cfb418e60
| Author: adrpo 
| Date:   Tue May 5 19:15:50 2015 +0200
| 
|     - have a global Windows Makefile: Makefile.omdev.mingw which sets OMBUILDDIR and also compiler omc-diff in testsuite
|     - update OMCompiler to the latest revision
| 
| A	Makefile.omdev.mingw
| M	OMCompiler
| 
* commit 1c5cab7101c75f50f45bfe30cf6ed6049d843a12
| Author: Martin Sjölund 
| Date:   Tue May 5 17:58:59 2015 +0200
| 
|     Fix OMC bootstrapping path
| 
| M	OMCompiler
| 
* commit c1bb0c3f2a3b02f16e5ece7dca28764139cdfef7
| Author: Martin Sjölund 
| Date:   Tue May 5 17:46:31 2015 +0200
| 
|     Compile libraries by default
|     - Libraries no longer require python
|     - You can configure to install all or only a subset of libraries needed for the testsuite
| 
| M	Makefile.in
| M	OMCompiler
| M	configure.ac
| M	libraries
| 
* commit f3d3696cb25a8ec2dfef14a368f7dde82840a69c
| Author: Martin Sjölund 
| Date:   Tue May 5 15:47:47 2015 +0200
| 
|     Try to exit if files do not exist
| 
| M	configure.ac
| 
* commit 3ed937e4f418fc2f4871b17b7ae51501548795c5
| Author: Martin Sjölund 
| Date:   Tue May 5 15:00:24 2015 +0200
| 
|     Add gitignore
| 
| A	.gitignore
| 
* commit 7b69b205450d5c08ad5cedd744bd0aa66bf77186
| Author: Martin Sjölund 
| Date:   Tue May 5 14:58:00 2015 +0200
| 
|     Compile both omc and omplot
| 
| A	Makefile.in
| M	OMCompiler
| M	OMPlot
| M	common
| A	configure.ac
| M	libraries
| M	testsuite
| 
* commit a069005d70fb7b9980cf866df3afb6955cd7a7ad
| Author: Martin Sjölund 
| Date:   Mon May 4 23:31:32 2015 +0200
| 
|     Add new API
| 
| M	OMCompiler
| M	testsuite
| 
* commit 756d376b8da7bca3e6adcaceb8d16b41278ac4c8
| Author: adrpo 
| Date:   Mon May 4 21:53:37 2015 +0200
| 
|     OMCompiler submodule updated
| 
| M	OMCompiler
| 
* commit adcfa92e70afa8479a04594a3eb7beed03802b99
| Author: Martin Sjölund 
| Date:   Mon May 4 18:19:29 2015 +0200
| 
|     Fix compilation of cppruntime; share cppruntime reference files with the C runtime
| 
| M	OMCompiler
| M	testsuite
| 
* commit cf5d94e55b7a0e7b1cbdb9bab0edafa1f945c058
| Author: Martin Sjölund 
| Date:   Mon May 4 16:52:17 2015 +0200
| 
|     Make the test suite possible to run
| 
| M	OMCompiler
| M	testsuite
| 
* commit 014b8f4a34c4c9f0ff595920e242209f988bad95
| Author: Martin Sjölund 
| Date:   Mon May 4 15:27:41 2015 +0200
| 
|     Add bootstrapping tarball
| 
| M	OMCompiler
| 
* commit e537f89d15d21289280455f712beb6ed65d940e9
| Author: Martin Sjölund 
| Date:   Mon May 4 15:19:33 2015 +0200
| 
|     Fix ipopt include path
| 
| M	OMCompiler
| 
* commit 32547cd4e9efa06a29a8f6a2f3ffa9f83a44d2f3
| Author: Martin Sjölund 
| Date:   Mon May 4 15:14:11 2015 +0200
| 
|     Fix ipopt clang compilation
| 
| M	OMCompiler
| 
* commit 51cd067ba8502333aafc6c5aa363df3deffea388
| Author: Martin Sjölund 
| Date:   Mon May 4 15:02:06 2015 +0200
| 
|     Use git describe for version
| 
| M	OMCompiler
| 
* commit 2bda989ee7264e90a3d70d4a834ee1889c7867ba
| Author: Martin Sjölund 
| Date:   Mon May 4 14:57:42 2015 +0200
| 
|     Fix lis compilation from clean
| 
| M	OMCompiler
| 
* commit b8ad41ed853bfc5804152c77a33ed15e735ff5a2
| Author: Martin Sjölund 
| Date:   Mon May 4 14:50:06 2015 +0200
| 
|     Add mkbuilddirs
| 
| M	OMCompiler
| 
* commit c24176e7601fb9591ad76ee9545cff214506d5c0
| Author: Martin Sjölund 
| Date:   Mon May 4 14:47:26 2015 +0200
| 
|     Add mkbuilddirs
| 
| M	OMCompiler
| 
* commit 5f77ff9fe94a04f8e537810340346f199baf4810
| Author: Martin Sjölund 
| Date:   Mon May 4 14:45:24 2015 +0200
| 
|     Fix make clean
| 
| M	OMCompiler
| 
* commit a70a5f68704f99e6c67620eedb97f701a499e063
| Author: Martin Sjölund 
| Date:   Mon May 4 14:35:00 2015 +0200
| 
|     Remove qtclients references
| 
| M	OMCompiler
| 
* commit c109056e386ec08645f559890473f62350b4ebf1
| Author: Martin Sjölund 
| Date:   Mon May 4 13:33:57 2015 +0200
| 
|     Use latest OMCompiler
| 
| M	OMCompiler
| 
* commit 531e8682ae98c7629a02ee9db314c80c651c3e41
| Author: Martin Sjölund 
| Date:   Mon May 4 12:04:34 2015 +0200
| 
|     Add testsuite
| 
| M	.gitmodules
| M	OMCompiler
| A	testsuite
| 
* commit 87c39065065021ca99434192ecdc30e1065240c0
| Author: Martin Sjölund 
| Date:   Mon May 4 06:59:21 2015 +0200
| 
|     Add OMCompiler repository
| 
| M	.gitmodules
| A	OMCompiler
| 
* commit cd07f3e198db91fe6dfbeba318148b1683b39810
| Author: Martin Sjölund 
| Date:   Sun May 3 21:21:07 2015 +0200
| 
|     Add libraries
| 
| M	.gitmodules
| A	libraries
| 
* commit edff50d2bb4e3ff06cee42b2293ca171c12cf008
| Author: Martin Sjölund 
| Date:   Sun May 3 19:06:48 2015 +0200
| 
|     Adding initial submodules
| 
| A	.gitmodules
| A	OMEdit
| A	OMNotebook
| A	OMOptim
| A	OMPlot
| A	common
| A	doc
| 
* commit 7436bfca0c9b91560985535312afd913940635ee
  Author: Martin Sjölund 
  Date:   Sun May 3 18:59:30 2015 +0200
  
      Initial commit
  
  A	README.md